@ionic/core 8.3.4-dev.11730140347.1a5a7bee → 8.3.4-dev.11730315987.18af6259
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 +8 -13
- package/components/alert.js +15 -18
- package/components/animation.js +1 -1
- package/components/backdrop.js +6 -10
- package/components/button.js +11 -41
- package/components/buttons.js +7 -11
- package/components/capacitor.js +1 -1
- package/components/checkbox.js +15 -30
- package/components/content.js +446 -0
- package/components/data.js +4 -4
- package/components/focus-visible.js +1 -8
- package/components/framework-delegate.js +1 -3
- package/components/hardware-back-button.js +115 -0
- package/components/header.js +356 -0
- package/components/helpers.js +1 -4
- package/components/index2.js +2 -2
- package/components/index4.js +11 -10
- package/components/index5.js +3 -27
- package/components/index6.js +20 -114
- package/components/index7.js +27 -163
- package/components/index8.js +128 -0
- package/{dist/esm/index-7f65e865.js → components/index9.js} +2 -3
- package/components/input-shims.js +2 -2
- package/components/input.utils.js +2 -1
- package/components/ion-accordion-group.js +6 -9
- package/components/ion-accordion.js +17 -36
- package/components/ion-app.js +77 -9
- package/components/ion-avatar.js +3 -52
- package/components/ion-back-button.js +19 -29
- package/components/ion-badge.js +8 -44
- package/components/ion-breadcrumb.js +11 -45
- package/components/ion-breadcrumbs.js +5 -9
- package/components/ion-card-content.js +7 -11
- package/components/ion-card-header.js +5 -9
- package/components/ion-card-subtitle.js +5 -9
- package/components/ion-card-title.js +5 -9
- package/components/ion-card.js +9 -17
- package/components/ion-chip.js +8 -45
- package/components/ion-col.js +5 -5
- package/components/ion-content.js +1 -443
- package/components/ion-datetime-button.js +6 -9
- package/components/ion-datetime.js +20 -96
- package/components/ion-fab-button.js +10 -33
- package/components/ion-fab-list.js +5 -5
- package/components/ion-fab.js +6 -6
- package/components/ion-footer.js +12 -18
- package/components/ion-grid.js +5 -5
- package/components/ion-header.js +1 -360
- package/components/ion-img.js +2 -5
- package/components/ion-infinite-scroll-content.js +8 -13
- package/components/ion-infinite-scroll.js +5 -5
- package/components/ion-input-password-toggle.js +14 -53
- package/components/ion-input.js +20 -118
- package/components/ion-item-divider.js +5 -9
- package/components/ion-item-group.js +5 -9
- package/components/ion-item-option.js +8 -28
- package/components/ion-item-options.js +5 -9
- package/components/ion-item-sliding.js +5 -5
- package/components/ion-loading.js +8 -13
- package/components/ion-menu-button.js +10 -28
- package/components/ion-menu-toggle.js +5 -5
- package/components/ion-menu.js +25 -29
- package/components/ion-modal.js +1 -1767
- package/components/ion-nav-link.js +1 -1
- package/components/ion-nav.js +6 -8
- package/components/ion-note.js +5 -9
- package/components/ion-picker-legacy.js +8 -7
- package/components/ion-progress-bar.js +6 -11
- package/components/ion-range.js +8 -11
- package/components/ion-refresher-content.js +9 -28
- package/components/ion-refresher.js +7 -11
- package/components/ion-reorder-group.js +5 -5
- package/components/ion-reorder.js +5 -31
- package/components/ion-router-link.js +6 -6
- package/components/ion-router-outlet.js +3 -4
- package/components/ion-row.js +2 -5
- package/components/ion-searchbar.js +16 -93
- package/components/ion-segment-button.js +8 -12
- package/components/ion-segment.js +7 -11
- package/components/ion-select-modal.d.ts +11 -0
- package/components/ion-select-modal.js +9 -0
- package/components/ion-select-option.js +2 -5
- package/components/ion-select.js +140 -116
- package/components/ion-skeleton-text.js +5 -6
- package/components/ion-split-pane.js +8 -12
- package/components/ion-tab-bar.js +8 -31
- package/components/ion-tab-button.js +7 -12
- 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 -38
- package/components/ion-thumbnail.js +2 -5
- package/components/ion-title.js +1 -74
- package/components/ion-toast.js +12 -30
- package/components/ion-toggle.js +18 -77
- package/components/ion-toolbar.js +1 -92
- package/components/ionic-global.js +84 -374
- package/components/ios.transition.js +0 -1
- package/components/item.js +11 -41
- package/components/keyboard-controller.js +2 -4
- package/components/label.js +5 -9
- package/components/list-header.js +5 -9
- package/components/list.js +6 -29
- package/components/modal.js +1742 -0
- package/components/notch-controller.js +1 -1
- package/components/overlays.js +5 -4
- package/components/picker-column-option.js +5 -9
- package/components/picker-column.js +8 -7
- package/components/picker-column2.js +4 -4
- package/components/picker.js +4 -8
- package/components/popover.js +8 -11
- package/components/radio-group.js +7 -7
- package/components/radio.js +12 -14
- package/components/ripple-effect.js +8 -18
- package/components/select-modal.js +197 -0
- package/components/select-popover.js +2 -9
- package/components/spinner.js +9 -36
- package/components/status-tap.js +1 -1
- package/components/title.js +75 -0
- package/components/toolbar.js +93 -0
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic-swiper.css +1 -1
- package/css/ionic-swiper.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/normalize.css.map +1 -1
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css.map +1 -1
- package/css/palettes/high-contrast.system.css.map +1 -1
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/dist/cjs/{animation-232e0c8f.js → animation-b4fdf128.js} +2 -2
- package/dist/cjs/{app-globals-0189a70c.js → app-globals-21afee77.js} +1 -1
- package/dist/cjs/{button-active-41228dbf.js → button-active-3f2f60b4.js} +4 -4
- package/dist/cjs/{capacitor-806e7fee.js → capacitor-c04564bf.js} +3 -3
- package/dist/cjs/{data-cad5d489.js → data-21dc0f81.js} +6 -6
- package/dist/{esm/focus-visible-501aff19.js → cjs/focus-visible-7a0ce04f.js} +3 -8
- package/dist/cjs/{framework-delegate-cf116b1d.js → framework-delegate-55f5683a.js} +2 -4
- package/dist/cjs/{haptic-f0cad9a6.js → haptic-f6b37aa3.js} +1 -1
- package/dist/cjs/hardware-back-button-9e8a2c4f.js +122 -0
- package/dist/cjs/{helpers-e75eb909.js → helpers-afaa9001.js} +1 -4
- package/dist/cjs/index-5915f9b3.js +38 -0
- package/dist/cjs/{index-1d02518d.js → index-5b6a7459.js} +3 -3
- package/dist/cjs/{config-1349d5b4.js → index-73f75efb.js} +0 -79
- package/dist/cjs/{index-71085796.js → index-8e789962.js} +17 -16
- package/dist/cjs/{index-2c8b42cd.js → index-9509ecad.js} +7 -8
- package/dist/cjs/index-c8d52405.js +10 -0
- package/dist/cjs/{index-3ac79a1b.js → index-f05acd21.js} +12 -11
- package/dist/cjs/index.cjs.js +13 -10
- package/dist/cjs/{input-shims-2958dcc9.js → input-shims-9e59ef62.js} +17 -17
- package/dist/cjs/{input.utils-ed749ecb.js → input.utils-611cde0b.js} +5 -4
- package/dist/cjs/ion-accordion_2.cjs.entry.js +32 -53
- package/dist/cjs/ion-action-sheet.cjs.entry.js +30 -32
- package/dist/cjs/ion-alert.cjs.entry.js +46 -45
- package/dist/cjs/ion-app_8.cjs.entry.js +189 -144
- package/dist/cjs/ion-avatar_3.cjs.entry.js +13 -96
- package/dist/cjs/ion-back-button.cjs.entry.js +25 -34
- package/dist/cjs/ion-backdrop.cjs.entry.js +9 -13
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +25 -62
- package/dist/cjs/ion-button_2.cjs.entry.js +24 -54
- package/dist/cjs/ion-card_5.cjs.entry.js +36 -59
- package/dist/cjs/ion-checkbox.cjs.entry.js +23 -37
- package/dist/cjs/ion-chip.cjs.entry.js +9 -44
- package/dist/cjs/ion-col_3.cjs.entry.js +15 -18
- package/dist/cjs/ion-datetime-button.cjs.entry.js +15 -18
- package/dist/cjs/ion-datetime_3.cjs.entry.js +115 -188
- package/dist/cjs/ion-fab_3.cjs.entry.js +29 -51
- package/dist/cjs/ion-img.cjs.entry.js +9 -12
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +29 -32
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +19 -57
- package/dist/cjs/ion-input.cjs.entry.js +39 -133
- package/dist/cjs/ion-item-option_3.cjs.entry.js +29 -51
- package/dist/cjs/ion-item_8.cjs.entry.js +60 -131
- package/dist/cjs/ion-loading.cjs.entry.js +30 -31
- package/dist/cjs/ion-menu_3.cjs.entry.js +64 -82
- package/dist/cjs/ion-modal.cjs.entry.js +67 -94
- package/dist/cjs/ion-nav_2.cjs.entry.js +28 -29
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +9 -13
- package/dist/cjs/ion-picker-column.cjs.entry.js +17 -16
- package/dist/cjs/ion-picker.cjs.entry.js +9 -13
- package/dist/cjs/ion-popover.cjs.entry.js +30 -31
- package/dist/cjs/ion-progress-bar.cjs.entry.js +14 -18
- package/dist/cjs/ion-radio_2.cjs.entry.js +29 -31
- package/dist/cjs/ion-range.cjs.entry.js +28 -31
- package/dist/cjs/ion-refresher_2.cjs.entry.js +53 -73
- package/dist/cjs/ion-reorder_2.cjs.entry.js +22 -45
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +12 -22
- package/dist/cjs/ion-route_4.cjs.entry.js +17 -17
- package/dist/cjs/ion-searchbar.cjs.entry.js +31 -107
- package/dist/cjs/ion-segment_2.cjs.entry.js +25 -33
- package/dist/cjs/ion-select-modal.cjs.entry.js +111 -0
- package/dist/cjs/ion-select_3.cjs.entry.js +98 -128
- package/dist/cjs/ion-spinner.cjs.entry.js +17 -42
- package/dist/cjs/ion-split-pane.cjs.entry.js +12 -16
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +28 -52
- package/dist/cjs/ion-tab_2.cjs.entry.js +14 -14
- package/dist/cjs/ion-text.cjs.entry.js +7 -7
- package/dist/cjs/ion-textarea.cjs.entry.js +32 -56
- package/dist/cjs/ion-toast.cjs.entry.js +43 -58
- package/dist/cjs/ion-toggle.cjs.entry.js +31 -88
- package/dist/cjs/ionic-global-d9a8bb5b.js +237 -0
- package/dist/cjs/ionic.cjs.js +7 -7
- package/dist/cjs/{ios.transition-4411892c.js → ios.transition-cf40433b.js} +7 -6
- package/dist/cjs/{keyboard-ed6e1327.js → keyboard-0272231f.js} +1 -1
- package/dist/cjs/{keyboard-e0062bfc.js → keyboard-af1bb365.js} +3 -4
- package/dist/cjs/{keyboard-controller-020444ad.js → keyboard-controller-c05e747a.js} +9 -11
- package/dist/cjs/loader.cjs.js +5 -5
- package/dist/cjs/{md.transition-261f9f67.js → md.transition-ededf99f.js} +7 -5
- package/dist/cjs/{notch-controller-70ad2323.js → notch-controller-d69150f5.js} +4 -4
- package/dist/cjs/{overlays-22320753.js → overlays-0123d7d4.js} +19 -18
- package/dist/cjs/{status-tap-cfc7f9a5.js → status-tap-37681226.js} +8 -8
- package/dist/cjs/{swipe-back-ecdf1cf5.js → swipe-back-0303a5e4.js} +1 -2
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/accordion/accordion.ios.css +58 -73
- package/dist/collection/components/accordion/accordion.js +21 -37
- 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 -11
- 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 +10 -14
- 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 +17 -18
- package/dist/collection/components/alert/alert.md.css +1 -19
- package/dist/collection/components/app/app.js +78 -12
- package/dist/collection/components/avatar/avatar.ios.css +0 -12
- package/dist/collection/components/avatar/avatar.js +4 -92
- package/dist/collection/components/avatar/avatar.md.css +0 -12
- 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 +1 -13
- package/dist/collection/components/backdrop/backdrop.js +6 -12
- package/dist/collection/components/backdrop/backdrop.md.css +1 -13
- package/dist/collection/components/badge/badge.ios.css +3 -106
- package/dist/collection/components/badge/badge.js +8 -75
- package/dist/collection/components/badge/badge.md.css +3 -106
- 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 +36 -129
- package/dist/collection/components/button/button.js +16 -46
- package/dist/collection/components/button/button.md.css +40 -120
- package/dist/collection/components/buttons/buttons.ios.css +7 -59
- package/dist/collection/components/buttons/buttons.js +8 -14
- 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 -34
- 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 +9 -12
- 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 +2 -20
- package/dist/collection/components/checkbox/checkbox.js +40 -64
- package/dist/collection/components/checkbox/checkbox.md.css +3 -21
- package/dist/collection/components/chip/chip.ios.css +1 -20
- package/dist/collection/components/chip/chip.js +8 -77
- package/dist/collection/components/chip/chip.md.css +1 -20
- 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 +73 -232
- package/dist/collection/components/datetime/datetime.js +19 -95
- package/dist/collection/components/datetime/datetime.md.css +73 -232
- package/dist/collection/components/datetime/utils/data.js +3 -3
- 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 +15 -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 +15 -20
- 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 +17 -42
- 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 +4 -8
- 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 +2 -21
- package/dist/collection/components/input/input.js +30 -144
- package/dist/collection/components/input/input.md.css +4 -43
- 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 +16 -44
- 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 +2 -14
- package/dist/collection/components/item-option/item-option.js +8 -43
- package/dist/collection/components/item-option/item-option.md.css +2 -14
- package/dist/collection/components/item-options/item-options.ios.css +0 -18
- package/dist/collection/components/item-options/item-options.js +7 -13
- package/dist/collection/components/item-options/item-options.md.css +0 -18
- 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 +0 -18
- package/dist/collection/components/list/list.js +9 -47
- package/dist/collection/components/list/list.md.css +2 -20
- package/dist/collection/components/list-header/list-header.ios.css +0 -18
- package/dist/collection/components/list-header/list-header.js +8 -11
- package/dist/collection/components/list-header/list-header.md.css +0 -18
- package/dist/collection/components/loading/loading.ios.css +1 -13
- package/dist/collection/components/loading/loading.js +10 -13
- 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 +52 -37
- 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 +63 -106
- package/dist/collection/components/modal/modal.js +11 -47
- package/dist/collection/components/modal/modal.md.css +63 -106
- package/dist/collection/components/nav/nav.css +1 -7
- package/dist/collection/components/nav/nav.js +5 -11
- package/dist/collection/components/nav-link/nav-link.js +1 -5
- package/dist/collection/components/note/note.ios.css +0 -12
- package/dist/collection/components/note/note.js +8 -11
- package/dist/collection/components/note/note.md.css +0 -12
- package/dist/collection/components/picker/picker.ios.css +3 -15
- package/dist/collection/components/picker/picker.js +5 -8
- package/dist/collection/components/picker/picker.md.css +3 -15
- package/dist/collection/components/picker-column/picker-column.css +2 -9
- package/dist/collection/components/picker-column/picker-column.js +7 -8
- package/dist/collection/components/picker-column-option/picker-column-option.ios.css +0 -6
- package/dist/collection/components/picker-column-option/picker-column-option.js +7 -13
- package/dist/collection/components/picker-column-option/picker-column-option.md.css +0 -6
- package/dist/collection/components/picker-legacy/picker.ios.css +1 -13
- package/dist/collection/components/picker-legacy/picker.js +6 -7
- package/dist/collection/components/picker-legacy/picker.md.css +1 -13
- package/dist/collection/components/picker-legacy-column/picker-column.ios.css +0 -12
- package/dist/collection/components/picker-legacy-column/picker-column.js +4 -4
- package/dist/collection/components/picker-legacy-column/picker-column.md.css +0 -12
- package/dist/collection/components/popover/popover.ios.css +1 -13
- package/dist/collection/components/popover/popover.js +12 -15
- package/dist/collection/components/popover/popover.md.css +1 -13
- package/dist/collection/components/progress-bar/progress-bar.ios.css +2 -8
- package/dist/collection/components/progress-bar/progress-bar.js +7 -10
- package/dist/collection/components/progress-bar/progress-bar.md.css +2 -8
- package/dist/collection/components/radio/radio.ios.css +91 -134
- package/dist/collection/components/radio/radio.js +15 -16
- package/dist/collection/components/radio/radio.md.css +91 -134
- package/dist/collection/components/radio-group/radio-group.js +7 -11
- package/dist/collection/components/range/range.ios.css +0 -12
- package/dist/collection/components/range/range.js +9 -12
- package/dist/collection/components/range/range.md.css +0 -12
- 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 +2 -5
- 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 +25 -97
- 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 +9 -12
- package/dist/collection/components/segment-button/segment-button.md.css +107 -148
- package/dist/collection/components/select/select.ios.css +3 -22
- package/dist/collection/components/select/select.js +90 -93
- package/dist/collection/components/select/select.md.css +5 -38
- package/dist/collection/components/select-modal/select-modal-interface.js +1 -0
- package/dist/collection/components/select-modal/select-modal.ios.css +3 -0
- package/dist/collection/components/select-modal/select-modal.js +159 -0
- package/dist/collection/components/{segment/segment.ionic.css → select-modal/select-modal.md.css} +26 -34
- package/dist/collection/components/select-modal/test/fixtures.js +48 -0
- 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} +0 -64
- package/dist/collection/components/spinner/spinner.js +6 -46
- 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 +10 -65
- package/dist/collection/components/tab-bar/tab-bar.md.css +43 -71
- package/dist/collection/components/tab-button/tab-button.ios.css +88 -103
- package/dist/collection/components/tab-button/tab-button.js +8 -11
- package/dist/collection/components/tab-button/tab-button.md.css +88 -103
- 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 +96 -201
- package/dist/collection/components/textarea/textarea.js +16 -59
- package/dist/collection/components/textarea/textarea.md.css +97 -214
- 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 +35 -74
- package/dist/collection/components/toast/toast.js +11 -45
- package/dist/collection/components/toast/toast.md.css +35 -74
- package/dist/collection/components/toggle/toggle.ios.css +120 -166
- package/dist/collection/components/toggle/toggle.js +18 -73
- package/dist/collection/components/toggle/toggle.md.css +120 -163
- package/dist/collection/components/toolbar/toolbar.ios.css +47 -90
- package/dist/collection/components/toolbar/toolbar.js +10 -13
- package/dist/collection/components/toolbar/toolbar.md.css +47 -90
- package/dist/collection/global/ionic-global.js +13 -229
- package/dist/collection/utils/focus-visible.js +0 -7
- package/dist/collection/utils/framework-delegate.js +1 -3
- package/dist/collection/utils/helpers.js +1 -3
- 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/menu-controller/index.js +2 -2
- package/dist/collection/utils/overlays.js +1 -2
- package/dist/collection/utils/test/playwright/generator.js +23 -48
- package/dist/collection/utils/test/playwright/page/utils/goto.js +5 -14
- package/dist/collection/utils/test/playwright/page/utils/set-content.js +1 -14
- package/dist/collection/utils/transition/ios.transition.js +0 -1
- package/dist/docs.json +603 -7013
- package/dist/esm/{animation-16546c84.js → animation-eab5a4ca.js} +1 -1
- package/dist/esm/{app-globals-35381e66.js → app-globals-5dbb61a5.js} +1 -1
- package/dist/esm/{button-active-c768aceb.js → button-active-f6503382.js} +2 -2
- package/dist/esm/{capacitor-0897b83c.js → capacitor-59395cbd.js} +1 -1
- package/dist/esm/{data-d9b1fbdb.js → data-ae11fd43.js} +4 -4
- package/dist/{cjs/focus-visible-9aa87fa3.js → esm/focus-visible-dd40d69f.js} +1 -11
- package/dist/esm/{framework-delegate-56698eb0.js → framework-delegate-63d1a679.js} +2 -4
- package/dist/esm/{haptic-d9a770b8.js → haptic-ac164e4c.js} +1 -1
- package/dist/esm/hardware-back-button-06ef3c3e.js +116 -0
- package/dist/esm/{helpers-d57f52c8.js → helpers-da915de8.js} +1 -4
- package/dist/esm/{index-82405a4a.js → index-24b48b06.js} +13 -12
- package/dist/esm/{config-0b6b1b3d.js → index-28849c61.js} +1 -76
- package/dist/esm/{index-edf94b3b.js → index-3ad7f18b.js} +6 -5
- package/dist/esm/{index-f8ad386a.js → index-5cc724f3.js} +2 -2
- package/dist/esm/index-79b30591.js +167 -0
- package/dist/esm/index-9b0d46f4.js +34 -0
- package/dist/esm/index-a5d50daf.js +7 -0
- package/dist/esm/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
- package/dist/esm/index.js +13 -10
- package/dist/esm/{input-shims-0f3cc1c3.js → input-shims-0314bbe5.js} +6 -6
- package/dist/esm/{input.utils-ef4d8197.js → input.utils-09c71bc7.js} +3 -2
- package/dist/esm/ion-accordion_2.entry.js +24 -45
- package/dist/esm/ion-action-sheet.entry.js +19 -21
- package/dist/esm/ion-alert.entry.js +26 -25
- package/dist/esm/ion-app_8.entry.js +140 -95
- package/dist/esm/ion-avatar_3.entry.js +10 -93
- package/dist/esm/ion-back-button.entry.js +21 -30
- package/dist/esm/ion-backdrop.entry.js +7 -11
- package/dist/esm/ion-breadcrumb_2.entry.js +17 -54
- package/dist/esm/ion-button_2.entry.js +13 -43
- package/dist/esm/ion-card_5.entry.js +29 -52
- package/dist/esm/ion-checkbox.entry.js +16 -30
- package/dist/esm/ion-chip.entry.js +8 -43
- package/dist/esm/ion-col_3.entry.js +11 -14
- package/dist/esm/ion-datetime-button.entry.js +9 -12
- package/dist/esm/ion-datetime_3.entry.js +40 -113
- package/dist/esm/ion-fab_3.entry.js +21 -43
- package/dist/esm/ion-img.entry.js +4 -7
- package/dist/esm/ion-infinite-scroll_2.entry.js +15 -18
- package/dist/esm/ion-input-password-toggle.entry.js +15 -53
- package/dist/esm/ion-input.entry.js +25 -119
- package/dist/esm/ion-item-option_3.entry.js +18 -40
- package/dist/esm/ion-item_8.entry.js +42 -113
- package/dist/esm/ion-loading.entry.js +16 -17
- package/dist/esm/ion-menu_3.entry.js +45 -63
- package/dist/esm/ion-modal.entry.js +31 -58
- package/dist/esm/ion-nav_2.entry.js +12 -13
- package/dist/esm/ion-picker-column-option.entry.js +7 -11
- package/dist/esm/ion-picker-column.entry.js +12 -11
- package/dist/esm/ion-picker.entry.js +6 -10
- package/dist/esm/ion-popover.entry.js +16 -17
- package/dist/esm/ion-progress-bar.entry.js +8 -12
- package/dist/esm/ion-radio_2.entry.js +20 -22
- package/dist/esm/ion-range.entry.js +10 -13
- package/dist/esm/ion-refresher_2.entry.js +21 -41
- package/dist/esm/ion-reorder_2.entry.js +15 -38
- package/dist/esm/ion-ripple-effect.entry.js +8 -18
- package/dist/esm/ion-route_4.entry.js +8 -8
- package/dist/esm/ion-searchbar.entry.js +18 -94
- package/dist/esm/ion-segment_2.entry.js +16 -24
- package/dist/esm/ion-select-modal.entry.js +107 -0
- package/dist/esm/ion-select_3.entry.js +73 -103
- package/dist/esm/ion-spinner.entry.js +8 -33
- package/dist/esm/ion-split-pane.entry.js +9 -13
- package/dist/esm/ion-tab-bar_2.entry.js +20 -44
- package/dist/esm/ion-tab_2.entry.js +7 -7
- package/dist/esm/ion-text.entry.js +6 -6
- package/dist/esm/ion-textarea.entry.js +17 -41
- package/dist/esm/ion-toast.entry.js +18 -33
- package/dist/esm/ion-toggle.entry.js +23 -80
- package/dist/esm/ionic-global-c81d82ab.js +231 -0
- package/dist/esm/ionic.js +5 -5
- package/dist/esm/{ios.transition-4b9fe79e.js → ios.transition-4ee1a3af.js} +7 -6
- package/dist/esm/{keyboard-584d2e6f.js → keyboard-52278bd7.js} +3 -4
- package/dist/esm/{keyboard-ad38b8fc.js → keyboard-73175e24.js} +1 -1
- package/dist/esm/{keyboard-controller-9c9c2301.js → keyboard-controller-ec5c2bfa.js} +3 -5
- package/dist/esm/loader.js +5 -5
- package/dist/esm/{md.transition-a71dc418.js → md.transition-5106a0d2.js} +7 -5
- package/dist/esm/{notch-controller-4d9a7b28.js → notch-controller-55b09e11.js} +2 -2
- package/dist/esm/{overlays-9da9aef5.js → overlays-9c75ec54.js} +7 -6
- package/dist/esm/{status-tap-82f51b25.js → status-tap-f472b09f.js} +4 -4
- package/dist/esm/{swipe-back-c5709ce5.js → swipe-back-e5394307.js} +1 -2
- package/dist/esm-es5/animation-eab5a4ca.js +4 -0
- package/dist/esm-es5/app-globals-5dbb61a5.js +4 -0
- package/dist/esm-es5/button-active-f6503382.js +4 -0
- package/dist/esm-es5/capacitor-59395cbd.js +4 -0
- package/dist/esm-es5/data-ae11fd43.js +4 -0
- package/dist/esm-es5/focus-visible-dd40d69f.js +4 -0
- package/dist/esm-es5/framework-delegate-63d1a679.js +4 -0
- package/dist/esm-es5/{haptic-d9a770b8.js → haptic-ac164e4c.js} +1 -1
- package/dist/esm-es5/hardware-back-button-06ef3c3e.js +4 -0
- package/dist/esm-es5/helpers-da915de8.js +4 -0
- package/dist/esm-es5/index-24b48b06.js +4 -0
- package/dist/esm-es5/{config-0b6b1b3d.js → index-28849c61.js} +2 -2
- package/dist/esm-es5/index-3ad7f18b.js +4 -0
- package/dist/esm-es5/index-5cc724f3.js +4 -0
- package/dist/esm-es5/index-79b30591.js +4 -0
- package/dist/esm-es5/index-9b0d46f4.js +4 -0
- package/dist/esm-es5/index-a5d50daf.js +4 -0
- package/dist/esm-es5/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/input-shims-0314bbe5.js +4 -0
- package/dist/esm-es5/input.utils-09c71bc7.js +4 -0
- package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
- package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
- package/dist/esm-es5/ion-alert.entry.js +1 -1
- package/dist/esm-es5/ion-app_8.entry.js +1 -1
- package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
- package/dist/esm-es5/ion-back-button.entry.js +1 -1
- package/dist/esm-es5/ion-backdrop.entry.js +1 -1
- package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
- package/dist/esm-es5/ion-button_2.entry.js +1 -1
- package/dist/esm-es5/ion-card_5.entry.js +1 -1
- package/dist/esm-es5/ion-checkbox.entry.js +2 -2
- package/dist/esm-es5/ion-chip.entry.js +1 -1
- package/dist/esm-es5/ion-col_3.entry.js +1 -1
- package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
- package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
- package/dist/esm-es5/ion-fab_3.entry.js +1 -1
- package/dist/esm-es5/ion-img.entry.js +1 -1
- package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
- package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
- package/dist/esm-es5/ion-input.entry.js +1 -1
- package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
- package/dist/esm-es5/ion-item_8.entry.js +1 -1
- package/dist/esm-es5/ion-loading.entry.js +1 -1
- package/dist/esm-es5/ion-menu_3.entry.js +1 -1
- package/dist/esm-es5/ion-modal.entry.js +1 -1
- package/dist/esm-es5/ion-nav_2.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column.entry.js +1 -1
- package/dist/esm-es5/ion-picker.entry.js +1 -1
- package/dist/esm-es5/ion-popover.entry.js +1 -1
- package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
- package/dist/esm-es5/ion-radio_2.entry.js +1 -1
- package/dist/esm-es5/ion-range.entry.js +1 -1
- package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
- package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
- package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
- package/dist/esm-es5/ion-route_4.entry.js +1 -1
- package/dist/esm-es5/ion-searchbar.entry.js +1 -1
- package/dist/esm-es5/ion-segment_2.entry.js +1 -1
- package/dist/esm-es5/ion-select-modal.entry.js +4 -0
- package/dist/esm-es5/ion-select_3.entry.js +1 -1
- package/dist/esm-es5/ion-spinner.entry.js +1 -1
- package/dist/esm-es5/ion-split-pane.entry.js +1 -1
- package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
- package/dist/esm-es5/ion-tab_2.entry.js +1 -1
- package/dist/esm-es5/ion-text.entry.js +1 -1
- package/dist/esm-es5/ion-textarea.entry.js +1 -1
- package/dist/esm-es5/ion-toast.entry.js +1 -1
- package/dist/esm-es5/ion-toggle.entry.js +1 -1
- package/dist/esm-es5/ionic-global-c81d82ab.js +4 -0
- package/dist/esm-es5/ionic.js +1 -1
- package/dist/esm-es5/ios.transition-4ee1a3af.js +4 -0
- package/dist/esm-es5/keyboard-52278bd7.js +4 -0
- package/dist/esm-es5/{keyboard-ad38b8fc.js → keyboard-73175e24.js} +1 -1
- package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +4 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/md.transition-5106a0d2.js +4 -0
- package/dist/esm-es5/notch-controller-55b09e11.js +4 -0
- package/dist/esm-es5/overlays-9c75ec54.js +4 -0
- package/dist/esm-es5/status-tap-f472b09f.js +4 -0
- package/dist/esm-es5/swipe-back-e5394307.js +4 -0
- package/dist/html.html-data.json +237 -2298
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/ionic.js +1 -1
- package/dist/ionic/{p-6f8c2e62.system.entry.js → p-01186920.system.entry.js} +1 -1
- package/dist/ionic/p-0303d0f8.js +4 -0
- package/dist/ionic/p-0574e87e.js +4 -0
- package/dist/ionic/p-06e58c4e.js +4 -0
- package/dist/ionic/p-06fee233.js +4 -0
- package/dist/ionic/p-081a4ce4.entry.js +4 -0
- package/dist/ionic/p-08f910f4.entry.js +4 -0
- package/dist/ionic/p-0c06e09b.system.js +4 -0
- package/dist/ionic/p-0de13e8e.entry.js +4 -0
- package/dist/ionic/p-15e76dd1.entry.js +4 -0
- package/dist/ionic/p-17474161.system.js +4 -0
- package/dist/ionic/{p-61a51379.system.js → p-19ea7bff.system.js} +1 -1
- package/dist/ionic/p-19ec4f42.entry.js +4 -0
- package/dist/ionic/p-1acf0142.entry.js +4 -0
- package/dist/ionic/p-1c1b8e1f.entry.js +4 -0
- package/dist/ionic/p-1dfc11b3.system.js +4 -0
- package/dist/ionic/p-1e010627.system.entry.js +4 -0
- package/dist/ionic/p-1e4371bd.js +4 -0
- package/dist/ionic/p-1e67b266.system.entry.js +4 -0
- package/dist/ionic/{p-115d74cd.system.js → p-1e955a45.system.js} +1 -1
- package/dist/ionic/p-1ebd1e27.system.entry.js +4 -0
- package/dist/ionic/p-2097482f.entry.js +4 -0
- package/dist/ionic/p-21e5e7e4.js +4 -0
- package/dist/ionic/p-22c020db.system.entry.js +4 -0
- package/dist/ionic/p-2407875c.system.entry.js +4 -0
- package/dist/ionic/p-249b6d9d.entry.js +4 -0
- package/dist/ionic/p-2507278c.system.entry.js +4 -0
- package/dist/ionic/p-25180df3.system.js +5 -0
- package/dist/ionic/p-2690b1de.js +4 -0
- package/dist/ionic/{p-4ed7dfdb.js → p-27281edd.js} +1 -1
- package/dist/ionic/{p-adec897a.system.entry.js → p-2799c6d3.system.entry.js} +1 -1
- package/dist/ionic/p-2b7827c7.js +4 -0
- package/dist/ionic/p-2e1c94d5.system.entry.js +4 -0
- package/dist/ionic/p-2e46590d.system.entry.js +4 -0
- package/dist/ionic/p-2eba228d.system.entry.js +4 -0
- package/dist/ionic/p-322c5fb4.system.js +4 -0
- package/dist/ionic/p-3254d107.entry.js +4 -0
- package/dist/ionic/p-347ac2ef.system.entry.js +4 -0
- package/dist/ionic/p-34b11c24.js +4 -0
- package/dist/ionic/{p-2c5d7d84.system.js → p-372ae7f4.system.js} +1 -1
- package/dist/ionic/p-3ad285e3.system.js +4 -0
- package/dist/ionic/{p-d8339079.system.js → p-3c8e5c23.system.js} +1 -1
- package/dist/ionic/p-3cc276f4.js +4 -0
- package/dist/ionic/p-3ef0ebd1.system.entry.js +4 -0
- package/dist/ionic/p-430f30e8.entry.js +4 -0
- package/dist/ionic/p-4439fc2a.entry.js +4 -0
- package/dist/ionic/p-45693d7e.entry.js +4 -0
- package/dist/ionic/p-457998b5.entry.js +4 -0
- package/dist/ionic/p-471b5a49.system.entry.js +4 -0
- package/dist/ionic/p-4c2d5b80.system.js +4 -0
- package/dist/ionic/p-52d7a191.entry.js +4 -0
- package/dist/ionic/p-540db186.system.entry.js +4 -0
- package/dist/ionic/p-5663547d.entry.js +4 -0
- package/dist/ionic/p-567de071.system.entry.js +4 -0
- package/dist/ionic/p-5823babc.system.entry.js +4 -0
- package/dist/ionic/p-58d5df0c.system.entry.js +4 -0
- package/dist/ionic/{p-3bfe43bc.system.js → p-5da94421.system.js} +2 -2
- package/dist/ionic/p-5e890005.system.entry.js +4 -0
- package/dist/ionic/p-5e9a7134.system.entry.js +4 -0
- package/dist/ionic/p-5f9b0722.entry.js +4 -0
- package/dist/ionic/p-61e494dc.system.entry.js +4 -0
- package/dist/ionic/p-63b0abde.system.entry.js +4 -0
- package/dist/ionic/p-66640ff7.system.entry.js +4 -0
- package/dist/ionic/p-69066a53.js +4 -0
- package/dist/ionic/p-69666e8a.system.entry.js +4 -0
- package/dist/ionic/p-6d32975a.entry.js +4 -0
- package/dist/ionic/p-6e2961d4.system.entry.js +4 -0
- package/dist/ionic/p-72812e99.js +4 -0
- package/dist/ionic/p-72bc8a1c.js +4 -0
- package/dist/ionic/{p-0695a0af.system.entry.js → p-7458862e.system.entry.js} +1 -1
- package/dist/ionic/p-792919fd.system.js +4 -0
- package/dist/ionic/p-7b30edcc.js +4 -0
- package/dist/ionic/p-7b9a2b23.entry.js +4 -0
- package/dist/ionic/p-7ed1657c.system.entry.js +4 -0
- package/dist/ionic/p-8635f5e6.system.js +4 -0
- package/dist/ionic/p-88e63c7d.js +4 -0
- package/dist/ionic/{p-e61e3bb4.system.js → p-8985cdb6.system.js} +1 -1
- package/dist/ionic/{p-b9b36d56.js → p-89b61afc.js} +1 -1
- package/dist/ionic/p-8c357539.entry.js +4 -0
- package/dist/ionic/p-908d6080.entry.js +4 -0
- package/dist/ionic/p-90d1e6e2.entry.js +4 -0
- package/dist/ionic/p-90df71aa.system.entry.js +4 -0
- package/dist/ionic/{p-747e9c9a.system.js → p-9146695e.system.js} +1 -1
- package/dist/ionic/p-937a7e21.entry.js +4 -0
- package/dist/ionic/p-94afeb70.entry.js +4 -0
- package/dist/ionic/p-96cc4814.js +4 -0
- package/dist/ionic/{p-093de343.system.entry.js → p-98231c01.system.entry.js} +1 -1
- package/dist/ionic/p-985a7e17.system.entry.js +4 -0
- package/dist/ionic/p-98871496.system.js +4 -0
- package/dist/ionic/p-98e71235.system.entry.js +4 -0
- package/dist/ionic/p-9c901780.entry.js +4 -0
- package/dist/ionic/p-9cb9edb5.system.entry.js +4 -0
- package/dist/ionic/p-9df2c6fb.entry.js +4 -0
- package/dist/ionic/{p-3a11234f.system.js → p-9ea607bd.system.js} +2 -2
- package/dist/ionic/p-9ee1e8a6.entry.js +4 -0
- package/dist/ionic/p-9f3008d4.system.js +4 -0
- package/dist/ionic/p-9fa07aec.entry.js +4 -0
- package/dist/ionic/p-a15ddedb.system.js +4 -0
- package/dist/ionic/p-a2aee540.entry.js +4 -0
- package/dist/ionic/p-a440397c.js +4 -0
- package/dist/ionic/p-a4565eb5.system.js +4 -0
- package/dist/ionic/p-a49378bb.system.entry.js +4 -0
- package/dist/ionic/p-a61cba41.entry.js +4 -0
- package/dist/ionic/p-a62911e6.system.entry.js +4 -0
- package/dist/ionic/p-a6827f02.entry.js +4 -0
- package/dist/ionic/p-a69b9fc5.system.js +4 -0
- package/dist/ionic/{p-f8e329da.system.js → p-a93873de.system.js} +1 -1
- package/dist/ionic/{p-6ecebfc6.entry.js → p-aa5f43c1.entry.js} +1 -1
- package/dist/ionic/p-abe101da.system.js +4 -0
- package/dist/ionic/p-adcb6def.system.entry.js +4 -0
- package/dist/ionic/{p-4b153a9f.entry.js → p-afecb188.entry.js} +1 -1
- package/dist/ionic/{p-c9ef0ca7.system.js → p-b06ac4a5.system.js} +1 -1
- package/dist/ionic/p-b51e4004.js +4 -0
- package/dist/ionic/p-b82d4cab.js +4 -0
- package/dist/ionic/p-b889e5de.system.js +4 -0
- package/dist/ionic/p-b9d7015f.entry.js +4 -0
- package/dist/ionic/p-bb0db172.entry.js +4 -0
- package/dist/ionic/p-bc36ad98.system.entry.js +4 -0
- package/dist/ionic/p-bdad26e3.entry.js +4 -0
- package/dist/ionic/p-c25cf9e8.system.entry.js +4 -0
- package/dist/ionic/p-c29f8157.system.entry.js +4 -0
- package/dist/ionic/p-c41ac815.entry.js +4 -0
- package/dist/ionic/p-c468af8a.system.js +4 -0
- package/dist/ionic/p-c61cc894.js +4 -0
- package/dist/ionic/{p-d1e991c3.js → p-c7e16491.js} +1 -1
- package/dist/ionic/p-c9f3a539.entry.js +4 -0
- package/dist/ionic/p-ca065903.system.entry.js +4 -0
- package/dist/ionic/p-cac0e0b3.system.entry.js +4 -0
- package/dist/ionic/p-cca6e227.system.entry.js +4 -0
- package/dist/ionic/p-cfab4f20.entry.js +4 -0
- package/dist/ionic/p-d18ab582.system.entry.js +4 -0
- package/dist/ionic/p-d1db10ed.system.entry.js +4 -0
- package/dist/ionic/p-d3eaac24.entry.js +4 -0
- package/dist/ionic/p-d47265c8.js +4 -0
- package/dist/ionic/{p-0a820472.js → p-d60342e3.js} +1 -1
- package/dist/ionic/p-d6841eac.js +4 -0
- package/dist/ionic/{p-dbfc5db6.js → p-d743e981.js} +1 -1
- package/dist/ionic/p-d77e12ca.entry.js +4 -0
- package/dist/ionic/p-d7aa6b00.entry.js +4 -0
- package/dist/ionic/p-d8097686.entry.js +4 -0
- package/dist/ionic/{p-a9fd9d48.js → p-d836d43e.js} +2 -2
- package/dist/ionic/p-da074ff7.entry.js +4 -0
- package/dist/ionic/{p-58f16ef6.js → p-da2b833b.js} +1 -1
- package/dist/ionic/{p-a65fe34d.system.entry.js → p-da6ce51b.system.entry.js} +2 -2
- package/dist/ionic/{p-2b428cf6.entry.js → p-de930745.entry.js} +1 -1
- package/dist/ionic/{p-25e2c98f.system.js → p-dfb78785.system.js} +1 -1
- package/dist/ionic/p-e4ee80be.system.entry.js +4 -0
- package/dist/ionic/p-e629a9fb.system.entry.js +4 -0
- package/dist/ionic/p-e7ed4a7f.system.js +4 -0
- package/dist/ionic/p-eba29931.entry.js +4 -0
- package/dist/ionic/p-eba81f15.entry.js +4 -0
- package/dist/ionic/p-ecceeb90.js +4 -0
- package/dist/ionic/p-ef4a65bd.system.entry.js +4 -0
- package/dist/ionic/p-efaffe74.entry.js +4 -0
- package/dist/ionic/p-f1acf541.system.entry.js +4 -0
- package/dist/ionic/p-f1b9c92a.entry.js +4 -0
- package/dist/ionic/p-f3102647.system.entry.js +4 -0
- package/dist/ionic/{p-d9e1c48c.system.js → p-f687573e.system.js} +1 -1
- package/dist/ionic/p-f9a53abb.system.js +4 -0
- package/dist/ionic/p-ff4b7e40.system.js +4 -0
- package/dist/types/components/accordion/accordion.d.ts +3 -5
- package/dist/types/components/accordion-group/accordion-group.d.ts +1 -2
- 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 -28
- 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 -23
- 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 +4 -15
- 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 +6 -15
- package/dist/types/components/chip/chip.d.ts +1 -19
- 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 +3 -3
- 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 -4
- 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 -11
- 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-interface.d.ts +5 -2
- package/dist/types/components/menu/menu.d.ts +6 -9
- package/dist/types/components/menu-button/menu-button.d.ts +1 -3
- package/dist/types/components/menu-toggle/menu-toggle.d.ts +0 -3
- package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
- package/dist/types/components/modal/modal-interface.d.ts +7 -4
- package/dist/types/components/modal/modal.d.ts +1 -11
- package/dist/types/components/nav/nav-interface.d.ts +1 -9
- package/dist/types/components/nav/nav.d.ts +1 -5
- package/dist/types/components/nav-link/nav-link.d.ts +0 -4
- package/dist/types/components/note/note.d.ts +1 -2
- package/dist/types/components/picker/picker.d.ts +1 -2
- package/dist/types/components/picker-column/picker-column.d.ts +1 -2
- package/dist/types/components/picker-column-option/picker-column-option.d.ts +0 -4
- package/dist/types/components/picker-legacy/picker.d.ts +1 -2
- package/dist/types/components/popover/popover-interface.d.ts +6 -3
- package/dist/types/components/popover/popover.d.ts +5 -6
- package/dist/types/components/progress-bar/progress-bar.d.ts +1 -2
- package/dist/types/components/radio/radio.d.ts +2 -3
- 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 +8 -30
- 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-interface.d.ts +1 -1
- package/dist/types/components/select/select.d.ts +10 -24
- package/dist/types/components/select-modal/select-modal-interface.d.ts +10 -0
- package/dist/types/components/select-modal/select-modal.d.ts +16 -0
- package/dist/types/components/select-modal/test/fixtures.d.ts +16 -0
- 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 -2
- 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 -16
- 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 -12
- package/dist/types/components/toggle/toggle.d.ts +1 -15
- package/dist/types/components/toolbar/toolbar.d.ts +3 -4
- package/dist/types/components.d.ts +213 -1367
- 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 -1
- package/dist/types/utils/overlays-interface.d.ts +2 -32
- package/dist/types/utils/test/playwright/generator.d.ts +2 -31
- package/hydrate/index.js +1020 -2284
- package/hydrate/index.mjs +1020 -2284
- 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/config2.js +0 -79
- 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-3c215cff.js +0 -8
- package/dist/cjs/caret-left-2bb66970.js +0 -8
- package/dist/cjs/caret-right-88e03970.js +0 -8
- package/dist/cjs/ionic-global-3647b9f5.js +0 -534
- package/dist/cjs/list-2930c629.js +0 -8
- package/dist/cjs/x-81a8f51c.js +0 -8
- package/dist/collection/components/accordion/accordion.ionic.css +0 -202
- package/dist/collection/components/accordion-group/accordion-group.ionic.css +0 -82
- package/dist/collection/components/avatar/avatar.ionic.css +0 -270
- package/dist/collection/components/backdrop/backdrop.ionic.css +0 -152
- package/dist/collection/components/badge/badge.ionic.css +0 -250
- package/dist/collection/components/button/button.ionic.css +0 -590
- package/dist/collection/components/buttons/buttons.ionic.css +0 -100
- package/dist/collection/components/card/card.ionic.css +0 -138
- package/dist/collection/components/card-content/card-content.ionic.css +0 -91
- package/dist/collection/components/card-header/card-header.ionic.css +0 -88
- package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +0 -147
- package/dist/collection/components/checkbox/checkbox.ionic.css +0 -403
- package/dist/collection/components/chip/chip.ionic.css +0 -161
- package/dist/collection/components/datetime/datetime.ionic.css +0 -669
- package/dist/collection/components/header/header.ionic.css +0 -87
- package/dist/collection/components/input/input.ionic.css +0 -1097
- package/dist/collection/components/input-password-toggle/input-password-toggle.common.css +0 -61
- package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +0 -142
- package/dist/collection/components/item/item.ionic.css +0 -502
- package/dist/collection/components/item-option/item-option.ionic.css +0 -333
- package/dist/collection/components/item-options/item-options.ionic.css +0 -259
- package/dist/collection/components/list/list.ionic.css +0 -194
- package/dist/collection/components/list-header/list-header.ionic.css +0 -237
- package/dist/collection/components/menu-button/menu-button.ionic.css +0 -239
- package/dist/collection/components/modal/modal.ionic.css +0 -240
- package/dist/collection/components/radio/radio.ionic.css +0 -419
- package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +0 -154
- package/dist/collection/components/searchbar/searchbar.ionic.css +0 -346
- package/dist/collection/components/segment-button/segment-button.ionic.css +0 -351
- package/dist/collection/components/spinner/spinner.common.css +0 -199
- package/dist/collection/components/tab-bar/tab-bar.ionic.css +0 -252
- package/dist/collection/components/tab-button/tab-button.ionic.css +0 -272
- package/dist/collection/components/textarea/textarea.ionic.css +0 -805
- package/dist/collection/components/title/title.ionic.css +0 -146
- package/dist/collection/components/toast/toast.ionic.css +0 -359
- package/dist/collection/components/toggle/toggle.ionic.css +0 -420
- package/dist/collection/components/toolbar/toolbar.ionic.css +0 -234
- package/dist/esm/caret-down-3eaad1cc.js +0 -6
- package/dist/esm/caret-left-33424bb0.js +0 -6
- package/dist/esm/caret-right-68d856ad.js +0 -6
- package/dist/esm/ionic-global-d7017fd9.js +0 -520
- package/dist/esm/list-6524700c.js +0 -6
- package/dist/esm/x-a64bcd9f.js +0 -6
- package/dist/esm-es5/animation-16546c84.js +0 -4
- package/dist/esm-es5/app-globals-35381e66.js +0 -4
- package/dist/esm-es5/button-active-c768aceb.js +0 -4
- package/dist/esm-es5/capacitor-0897b83c.js +0 -4
- package/dist/esm-es5/caret-down-3eaad1cc.js +0 -4
- package/dist/esm-es5/caret-left-33424bb0.js +0 -4
- package/dist/esm-es5/caret-right-68d856ad.js +0 -4
- package/dist/esm-es5/data-d9b1fbdb.js +0 -4
- package/dist/esm-es5/focus-visible-501aff19.js +0 -4
- package/dist/esm-es5/framework-delegate-56698eb0.js +0 -4
- package/dist/esm-es5/helpers-d57f52c8.js +0 -4
- package/dist/esm-es5/index-7f65e865.js +0 -4
- package/dist/esm-es5/index-82405a4a.js +0 -4
- package/dist/esm-es5/index-edf94b3b.js +0 -4
- package/dist/esm-es5/index-f8ad386a.js +0 -4
- package/dist/esm-es5/input-shims-0f3cc1c3.js +0 -4
- package/dist/esm-es5/input.utils-ef4d8197.js +0 -4
- package/dist/esm-es5/ionic-global-d7017fd9.js +0 -4
- package/dist/esm-es5/ios.transition-4b9fe79e.js +0 -4
- package/dist/esm-es5/keyboard-584d2e6f.js +0 -4
- package/dist/esm-es5/keyboard-controller-9c9c2301.js +0 -4
- package/dist/esm-es5/list-6524700c.js +0 -4
- package/dist/esm-es5/md.transition-a71dc418.js +0 -4
- package/dist/esm-es5/notch-controller-4d9a7b28.js +0 -4
- package/dist/esm-es5/overlays-9da9aef5.js +0 -4
- package/dist/esm-es5/status-tap-82f51b25.js +0 -4
- package/dist/esm-es5/swipe-back-c5709ce5.js +0 -4
- package/dist/esm-es5/x-a64bcd9f.js +0 -4
- package/dist/ionic/p-01d80901.system.js +0 -4
- package/dist/ionic/p-036e1c5b.entry.js +0 -4
- package/dist/ionic/p-0689d382.entry.js +0 -4
- package/dist/ionic/p-06ec4706.js +0 -4
- package/dist/ionic/p-087e8765.system.entry.js +0 -4
- package/dist/ionic/p-08df90cf.system.js +0 -4
- package/dist/ionic/p-08f1ef0c.entry.js +0 -4
- package/dist/ionic/p-0a701833.entry.js +0 -4
- package/dist/ionic/p-1037b7dd.js +0 -4
- package/dist/ionic/p-12e3e308.entry.js +0 -4
- package/dist/ionic/p-13046601.system.entry.js +0 -4
- package/dist/ionic/p-1331f417.system.entry.js +0 -4
- package/dist/ionic/p-14719a77.entry.js +0 -4
- package/dist/ionic/p-15d51b10.js +0 -4
- package/dist/ionic/p-19ac8e04.system.entry.js +0 -4
- package/dist/ionic/p-221e5078.system.js +0 -4
- package/dist/ionic/p-243adf8c.js +0 -4
- package/dist/ionic/p-25389914.entry.js +0 -4
- package/dist/ionic/p-25564f4c.system.entry.js +0 -4
- package/dist/ionic/p-26f7c080.system.js +0 -4
- package/dist/ionic/p-28d04212.system.js +0 -4
- package/dist/ionic/p-291dc0b3.system.entry.js +0 -4
- package/dist/ionic/p-29d6d1fc.system.entry.js +0 -4
- package/dist/ionic/p-2a559ac6.js +0 -4
- package/dist/ionic/p-2a79e451.entry.js +0 -4
- package/dist/ionic/p-2be91f19.entry.js +0 -4
- package/dist/ionic/p-2c368e32.entry.js +0 -4
- package/dist/ionic/p-2d580501.entry.js +0 -4
- package/dist/ionic/p-2d621d56.system.entry.js +0 -4
- package/dist/ionic/p-2da8c20c.system.entry.js +0 -4
- package/dist/ionic/p-2e6d744f.system.entry.js +0 -4
- package/dist/ionic/p-361c24e5.system.entry.js +0 -4
- package/dist/ionic/p-36bdcfc4.js +0 -4
- package/dist/ionic/p-388ac217.js +0 -4
- package/dist/ionic/p-39d15e64.system.entry.js +0 -4
- package/dist/ionic/p-3a5869c3.entry.js +0 -4
- package/dist/ionic/p-3ca5196c.js +0 -4
- package/dist/ionic/p-419fac38.entry.js +0 -4
- package/dist/ionic/p-4228a245.entry.js +0 -4
- package/dist/ionic/p-429dd2b5.system.js +0 -4
- package/dist/ionic/p-434c7348.system.entry.js +0 -4
- package/dist/ionic/p-45e150eb.js +0 -4
- package/dist/ionic/p-46787abb.system.js +0 -4
- package/dist/ionic/p-46cc2492.system.js +0 -4
- package/dist/ionic/p-49a3fc76.entry.js +0 -4
- package/dist/ionic/p-4a9b61ed.system.entry.js +0 -4
- package/dist/ionic/p-4c251d59.entry.js +0 -4
- package/dist/ionic/p-4d000ec5.entry.js +0 -4
- package/dist/ionic/p-4e202665.js +0 -4
- package/dist/ionic/p-51151575.system.entry.js +0 -4
- package/dist/ionic/p-5468bfbf.entry.js +0 -4
- package/dist/ionic/p-5b57d327.system.js +0 -4
- package/dist/ionic/p-5ce35a03.js +0 -4
- package/dist/ionic/p-607c9c33.js +0 -4
- package/dist/ionic/p-643e2eb8.js +0 -4
- package/dist/ionic/p-660f3b98.entry.js +0 -4
- package/dist/ionic/p-6703f239.entry.js +0 -4
- package/dist/ionic/p-68f3fa48.system.entry.js +0 -4
- package/dist/ionic/p-69e54172.js +0 -4
- package/dist/ionic/p-6a0dd6bc.js +0 -4
- package/dist/ionic/p-6ad6d594.js +0 -4
- package/dist/ionic/p-6b64dce1.entry.js +0 -4
- package/dist/ionic/p-6d9e1887.system.entry.js +0 -4
- package/dist/ionic/p-70c6cd75.system.js +0 -4
- package/dist/ionic/p-719fca78.entry.js +0 -4
- package/dist/ionic/p-71e8ffdd.system.js +0 -4
- package/dist/ionic/p-726b9197.system.entry.js +0 -4
- package/dist/ionic/p-73e32456.system.js +0 -4
- package/dist/ionic/p-774d5b57.system.entry.js +0 -4
- package/dist/ionic/p-776adb3d.entry.js +0 -4
- package/dist/ionic/p-7811f251.system.entry.js +0 -4
- package/dist/ionic/p-7d02004b.entry.js +0 -4
- package/dist/ionic/p-7ebc381e.entry.js +0 -4
- package/dist/ionic/p-80342c88.system.entry.js +0 -4
- package/dist/ionic/p-8181e971.entry.js +0 -4
- package/dist/ionic/p-8248976b.system.entry.js +0 -4
- package/dist/ionic/p-836515ee.entry.js +0 -4
- package/dist/ionic/p-8421aedf.js +0 -4
- package/dist/ionic/p-8d7bc281.system.entry.js +0 -4
- package/dist/ionic/p-931d77d5.entry.js +0 -4
- package/dist/ionic/p-95c2258a.entry.js +0 -4
- package/dist/ionic/p-974aaf78.entry.js +0 -4
- package/dist/ionic/p-99ab41a8.system.entry.js +0 -4
- package/dist/ionic/p-9abdb4a7.system.entry.js +0 -4
- package/dist/ionic/p-9e4ede77.system.entry.js +0 -4
- package/dist/ionic/p-9e8e25e4.system.js +0 -4
- package/dist/ionic/p-9e9bff83.system.js +0 -4
- package/dist/ionic/p-9f51595b.entry.js +0 -4
- package/dist/ionic/p-9fa0b117.entry.js +0 -4
- package/dist/ionic/p-9fcaadad.system.entry.js +0 -4
- package/dist/ionic/p-a856dbc6.entry.js +0 -4
- package/dist/ionic/p-a9af4103.js +0 -4
- package/dist/ionic/p-aacc6ddd.system.js +0 -5
- package/dist/ionic/p-ab6e0f02.system.entry.js +0 -4
- package/dist/ionic/p-adaa7af1.entry.js +0 -4
- package/dist/ionic/p-b19a9aa9.system.js +0 -4
- package/dist/ionic/p-b297c7b5.system.js +0 -4
- package/dist/ionic/p-b5bf8a04.entry.js +0 -4
- package/dist/ionic/p-b6fc8ee2.system.entry.js +0 -4
- package/dist/ionic/p-ba3ddec4.js +0 -4
- package/dist/ionic/p-bad792a6.entry.js +0 -4
- package/dist/ionic/p-bd50f24e.system.entry.js +0 -4
- package/dist/ionic/p-c08a9937.system.entry.js +0 -4
- package/dist/ionic/p-c248c88d.system.js +0 -4
- package/dist/ionic/p-c24ff776.system.entry.js +0 -4
- package/dist/ionic/p-c6191942.js +0 -4
- package/dist/ionic/p-c6e47379.entry.js +0 -4
- package/dist/ionic/p-c7e967c0.system.entry.js +0 -4
- package/dist/ionic/p-c8097757.system.entry.js +0 -4
- package/dist/ionic/p-c8f207d8.entry.js +0 -4
- package/dist/ionic/p-cb131dda.system.entry.js +0 -4
- package/dist/ionic/p-d0259f44.system.js +0 -4
- package/dist/ionic/p-d0953ec9.system.entry.js +0 -4
- package/dist/ionic/p-d10313a6.system.js +0 -4
- package/dist/ionic/p-d2ef848a.entry.js +0 -4
- package/dist/ionic/p-d346c889.system.entry.js +0 -4
- package/dist/ionic/p-d67b88b0.system.entry.js +0 -4
- package/dist/ionic/p-d8b501bd.system.entry.js +0 -4
- package/dist/ionic/p-da968066.entry.js +0 -4
- package/dist/ionic/p-db8aeb40.system.js +0 -4
- package/dist/ionic/p-dd50ef12.js +0 -4
- package/dist/ionic/p-df668729.entry.js +0 -4
- package/dist/ionic/p-e270862e.js +0 -4
- package/dist/ionic/p-e3b70846.system.js +0 -4
- package/dist/ionic/p-e51ff133.system.entry.js +0 -4
- package/dist/ionic/p-e5239905.system.entry.js +0 -4
- package/dist/ionic/p-eeb60a8f.entry.js +0 -4
- package/dist/ionic/p-eec767ca.entry.js +0 -4
- package/dist/ionic/p-f065578f.js +0 -4
- package/dist/ionic/p-f0d3419a.entry.js +0 -4
- package/dist/ionic/p-f4ae533b.js +0 -4
- package/dist/ionic/p-f61ce679.js +0 -4
- package/dist/ionic/p-fbcb3139.entry.js +0 -4
- package/dist/ionic/p-fca5d1b1.system.entry.js +0 -4
- package/dist/ionic/p-ffa51f41.system.entry.js +0 -4
- /package/dist/collection/components/{refresher-content/refresher-content.css → input-password-toggle/input-password-toggle.css} +0 -0
|
@@ -18,7 +18,7 @@ import { ScrollBaseDetail, ScrollDetail } from "./components/content/content-int
|
|
|
18
18
|
import { DatetimeChangeEventDetail, DatetimeHighlight, DatetimeHighlightCallback, DatetimeHourCycle, DatetimePresentation, FormatOptions, TitleSelectedDatesFormatter } from "./components/datetime/datetime-interface";
|
|
19
19
|
import { SpinnerTypes } from "./components/spinner/spinner-configs";
|
|
20
20
|
import { InputChangeEventDetail, InputInputEventDetail } from "./components/input/input-interface";
|
|
21
|
-
import { MenuChangeEventDetail, MenuType, Side } from "./components/menu/menu-interface";
|
|
21
|
+
import { MenuChangeEventDetail, MenuCloseEventDetail, MenuType, Side } from "./components/menu/menu-interface";
|
|
22
22
|
import { ModalBreakpointChangeEventDetail, ModalHandleBehavior } from "./components/modal/modal-interface";
|
|
23
23
|
import { NavComponent, NavComponentWithProps, NavOptions, RouterOutletOptions, SwipeGestureHandler, TransitionDoneFn, TransitionInstruction } from "./components/nav/nav-interface";
|
|
24
24
|
import { ViewController } from "./components/nav/view-controller";
|
|
@@ -35,6 +35,7 @@ import { SearchbarChangeEventDetail, SearchbarInputEventDetail } from "./compone
|
|
|
35
35
|
import { SegmentChangeEventDetail, SegmentValue } from "./components/segment/segment-interface";
|
|
36
36
|
import { SegmentButtonLayout } from "./components/segment-button/segment-button-interface";
|
|
37
37
|
import { SelectChangeEventDetail, SelectCompareFn, SelectInterface } from "./components/select/select-interface";
|
|
38
|
+
import { SelectModalOption } from "./components/select-modal/select-modal-interface";
|
|
38
39
|
import { SelectPopoverOption } from "./components/select-popover/select-popover-interface";
|
|
39
40
|
import { TabBarChangedEventDetail, TabButtonClickEventDetail, TabButtonLayout } from "./components/tab-bar/tab-bar-interface";
|
|
40
41
|
import { TextareaChangeEventDetail, TextareaInputEventDetail } from "./components/textarea/textarea-interface";
|
|
@@ -53,7 +54,7 @@ export { ScrollBaseDetail, ScrollDetail } from "./components/content/content-int
|
|
|
53
54
|
export { DatetimeChangeEventDetail, DatetimeHighlight, DatetimeHighlightCallback, DatetimeHourCycle, DatetimePresentation, FormatOptions, TitleSelectedDatesFormatter } from "./components/datetime/datetime-interface";
|
|
54
55
|
export { SpinnerTypes } from "./components/spinner/spinner-configs";
|
|
55
56
|
export { InputChangeEventDetail, InputInputEventDetail } from "./components/input/input-interface";
|
|
56
|
-
export { MenuChangeEventDetail, MenuType, Side } from "./components/menu/menu-interface";
|
|
57
|
+
export { MenuChangeEventDetail, MenuCloseEventDetail, MenuType, Side } from "./components/menu/menu-interface";
|
|
57
58
|
export { ModalBreakpointChangeEventDetail, ModalHandleBehavior } from "./components/modal/modal-interface";
|
|
58
59
|
export { NavComponent, NavComponentWithProps, NavOptions, RouterOutletOptions, SwipeGestureHandler, TransitionDoneFn, TransitionInstruction } from "./components/nav/nav-interface";
|
|
59
60
|
export { ViewController } from "./components/nav/view-controller";
|
|
@@ -70,6 +71,7 @@ export { SearchbarChangeEventDetail, SearchbarInputEventDetail } from "./compone
|
|
|
70
71
|
export { SegmentChangeEventDetail, SegmentValue } from "./components/segment/segment-interface";
|
|
71
72
|
export { SegmentButtonLayout } from "./components/segment-button/segment-button-interface";
|
|
72
73
|
export { SelectChangeEventDetail, SelectCompareFn, SelectInterface } from "./components/select/select-interface";
|
|
74
|
+
export { SelectModalOption } from "./components/select-modal/select-modal-interface";
|
|
73
75
|
export { SelectPopoverOption } from "./components/select-popover/select-popover-interface";
|
|
74
76
|
export { TabBarChangedEventDetail, TabButtonClickEventDetail, TabButtonLayout } from "./components/tab-bar/tab-bar-interface";
|
|
75
77
|
export { TextareaChangeEventDetail, TextareaInputEventDetail } from "./components/textarea/textarea-interface";
|
|
@@ -82,21 +84,17 @@ export namespace Components {
|
|
|
82
84
|
*/
|
|
83
85
|
"disabled": boolean;
|
|
84
86
|
/**
|
|
85
|
-
* The mode determines
|
|
87
|
+
* The mode determines which platform styles to use.
|
|
86
88
|
*/
|
|
87
89
|
"mode"?: "ios" | "md";
|
|
88
90
|
/**
|
|
89
91
|
* If `true`, the accordion cannot be interacted with, but does not alter the opacity.
|
|
90
92
|
*/
|
|
91
93
|
"readonly": boolean;
|
|
92
|
-
/**
|
|
93
|
-
* The theme determines the visual appearance of the component.
|
|
94
|
-
*/
|
|
95
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
96
94
|
/**
|
|
97
95
|
* The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
|
|
98
96
|
*/
|
|
99
|
-
"toggleIcon"
|
|
97
|
+
"toggleIcon": string;
|
|
100
98
|
/**
|
|
101
99
|
* The slot inside of `ion-item` to place the toggle icon. Defaults to `"end"`.
|
|
102
100
|
*/
|
|
@@ -121,7 +119,7 @@ export namespace Components {
|
|
|
121
119
|
"expand": 'compact' | 'inset';
|
|
122
120
|
"getAccordions": () => Promise<HTMLIonAccordionElement[]>;
|
|
123
121
|
/**
|
|
124
|
-
* The mode determines
|
|
122
|
+
* The mode determines which platform styles to use.
|
|
125
123
|
*/
|
|
126
124
|
"mode"?: "ios" | "md";
|
|
127
125
|
/**
|
|
@@ -136,10 +134,6 @@ export namespace Components {
|
|
|
136
134
|
* This method is used to ensure that the value of ion-accordion-group is being set in a valid way. This method should only be called in response to a user generated action.
|
|
137
135
|
*/
|
|
138
136
|
"requestAccordionToggle": (accordionValue: string | undefined, accordionExpand: boolean) => Promise<void>;
|
|
139
|
-
/**
|
|
140
|
-
* The theme determines the visual appearance of the component.
|
|
141
|
-
*/
|
|
142
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
143
137
|
/**
|
|
144
138
|
* The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
|
|
145
139
|
*/
|
|
@@ -195,7 +189,7 @@ export namespace Components {
|
|
|
195
189
|
*/
|
|
196
190
|
"leaveAnimation"?: AnimationBuilder;
|
|
197
191
|
/**
|
|
198
|
-
* The mode determines
|
|
192
|
+
* The mode determines which platform styles to use.
|
|
199
193
|
*/
|
|
200
194
|
"mode"?: "ios" | "md";
|
|
201
195
|
/**
|
|
@@ -216,11 +210,7 @@ export namespace Components {
|
|
|
216
210
|
*/
|
|
217
211
|
"subHeader"?: string;
|
|
218
212
|
/**
|
|
219
|
-
*
|
|
220
|
-
*/
|
|
221
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
222
|
-
/**
|
|
223
|
-
* 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).
|
|
213
|
+
* 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).
|
|
224
214
|
*/
|
|
225
215
|
"translucent": boolean;
|
|
226
216
|
/**
|
|
@@ -286,7 +276,7 @@ export namespace Components {
|
|
|
286
276
|
*/
|
|
287
277
|
"message"?: string | IonicSafeString;
|
|
288
278
|
/**
|
|
289
|
-
* The mode determines
|
|
279
|
+
* The mode determines which platform styles to use.
|
|
290
280
|
*/
|
|
291
281
|
"mode"?: "ios" | "md";
|
|
292
282
|
/**
|
|
@@ -307,11 +297,7 @@ export namespace Components {
|
|
|
307
297
|
*/
|
|
308
298
|
"subHeader"?: string;
|
|
309
299
|
/**
|
|
310
|
-
*
|
|
311
|
-
*/
|
|
312
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
313
|
-
/**
|
|
314
|
-
* 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).
|
|
300
|
+
* 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).
|
|
315
301
|
*/
|
|
316
302
|
"translucent": boolean;
|
|
317
303
|
/**
|
|
@@ -320,36 +306,12 @@ export namespace Components {
|
|
|
320
306
|
"trigger": string | undefined;
|
|
321
307
|
}
|
|
322
308
|
interface IonApp {
|
|
323
|
-
/**
|
|
324
|
-
* The mode determines the platform behaviors of the component.
|
|
325
|
-
*/
|
|
326
|
-
"mode"?: "ios" | "md";
|
|
327
309
|
/**
|
|
328
310
|
* 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.)
|
|
329
311
|
*/
|
|
330
312
|
"setFocus": (elements: HTMLElement[]) => Promise<void>;
|
|
331
|
-
/**
|
|
332
|
-
* The theme determines the visual appearance of the component.
|
|
333
|
-
*/
|
|
334
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
335
313
|
}
|
|
336
314
|
interface IonAvatar {
|
|
337
|
-
/**
|
|
338
|
-
* The mode determines the platform behaviors of the component.
|
|
339
|
-
*/
|
|
340
|
-
"mode"?: "ios" | "md";
|
|
341
|
-
/**
|
|
342
|
-
* 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.
|
|
343
|
-
*/
|
|
344
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
345
|
-
/**
|
|
346
|
-
* 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.
|
|
347
|
-
*/
|
|
348
|
-
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
349
|
-
/**
|
|
350
|
-
* The theme determines the visual appearance of the component.
|
|
351
|
-
*/
|
|
352
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
353
315
|
}
|
|
354
316
|
interface IonBackButton {
|
|
355
317
|
/**
|
|
@@ -369,7 +331,7 @@ export namespace Components {
|
|
|
369
331
|
*/
|
|
370
332
|
"icon"?: string | null;
|
|
371
333
|
/**
|
|
372
|
-
* The mode determines
|
|
334
|
+
* The mode determines which platform styles to use.
|
|
373
335
|
*/
|
|
374
336
|
"mode"?: "ios" | "md";
|
|
375
337
|
/**
|
|
@@ -380,20 +342,12 @@ export namespace Components {
|
|
|
380
342
|
* The text to display in the back button.
|
|
381
343
|
*/
|
|
382
344
|
"text"?: string | null;
|
|
383
|
-
/**
|
|
384
|
-
* The theme determines the visual appearance of the component.
|
|
385
|
-
*/
|
|
386
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
387
345
|
/**
|
|
388
346
|
* The type of the button.
|
|
389
347
|
*/
|
|
390
348
|
"type": 'submit' | 'reset' | 'button';
|
|
391
349
|
}
|
|
392
350
|
interface IonBackdrop {
|
|
393
|
-
/**
|
|
394
|
-
* The mode determines the platform behaviors of the component.
|
|
395
|
-
*/
|
|
396
|
-
"mode"?: "ios" | "md";
|
|
397
351
|
/**
|
|
398
352
|
* If `true`, the backdrop will stop propagation on tap.
|
|
399
353
|
*/
|
|
@@ -402,10 +356,6 @@ export namespace Components {
|
|
|
402
356
|
* If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
|
|
403
357
|
*/
|
|
404
358
|
"tappable": boolean;
|
|
405
|
-
/**
|
|
406
|
-
* The theme determines the visual appearance of the component.
|
|
407
|
-
*/
|
|
408
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
409
359
|
/**
|
|
410
360
|
* If `true`, the backdrop will be visible.
|
|
411
361
|
*/
|
|
@@ -417,21 +367,9 @@ export namespace Components {
|
|
|
417
367
|
*/
|
|
418
368
|
"color"?: Color;
|
|
419
369
|
/**
|
|
420
|
-
* The mode determines
|
|
370
|
+
* The mode determines which platform styles to use.
|
|
421
371
|
*/
|
|
422
372
|
"mode"?: "ios" | "md";
|
|
423
|
-
/**
|
|
424
|
-
* 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.
|
|
425
|
-
*/
|
|
426
|
-
"shape"?: 'soft' | 'round | rectangular';
|
|
427
|
-
/**
|
|
428
|
-
* Set to `"xxsmall"` for the smallest badge. Set to "xsmall" for a very small badge. Set to `"small"` for a small badge. Set to "medium" for a medium badge. Set to "large" for a large badge. Set to `"xlarge"` for the largest badge. Defaults to `"small"` for the `ionic` theme, undefined for all other themes.
|
|
429
|
-
*/
|
|
430
|
-
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
431
|
-
/**
|
|
432
|
-
* The theme determines the visual appearance of the component.
|
|
433
|
-
*/
|
|
434
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
435
373
|
}
|
|
436
374
|
interface IonBreadcrumb {
|
|
437
375
|
/**
|
|
@@ -457,7 +395,7 @@ export namespace Components {
|
|
|
457
395
|
"href": string | undefined;
|
|
458
396
|
"last": boolean;
|
|
459
397
|
/**
|
|
460
|
-
* The mode determines
|
|
398
|
+
* The mode determines which platform styles to use.
|
|
461
399
|
*/
|
|
462
400
|
"mode"?: "ios" | "md";
|
|
463
401
|
/**
|
|
@@ -481,10 +419,6 @@ export namespace Components {
|
|
|
481
419
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
482
420
|
*/
|
|
483
421
|
"target": string | undefined;
|
|
484
|
-
/**
|
|
485
|
-
* The theme determines the visual appearance of the component.
|
|
486
|
-
*/
|
|
487
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
488
422
|
}
|
|
489
423
|
interface IonBreadcrumbs {
|
|
490
424
|
/**
|
|
@@ -504,13 +438,9 @@ export namespace Components {
|
|
|
504
438
|
*/
|
|
505
439
|
"maxItems"?: number;
|
|
506
440
|
/**
|
|
507
|
-
* The mode determines
|
|
441
|
+
* The mode determines which platform styles to use.
|
|
508
442
|
*/
|
|
509
443
|
"mode"?: "ios" | "md";
|
|
510
|
-
/**
|
|
511
|
-
* The theme determines the visual appearance of the component.
|
|
512
|
-
*/
|
|
513
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
514
444
|
}
|
|
515
445
|
interface IonButton {
|
|
516
446
|
/**
|
|
@@ -546,7 +476,7 @@ export namespace Components {
|
|
|
546
476
|
*/
|
|
547
477
|
"href": string | undefined;
|
|
548
478
|
/**
|
|
549
|
-
* The mode determines
|
|
479
|
+
* The mode determines which platform styles to use.
|
|
550
480
|
*/
|
|
551
481
|
"mode"?: "ios" | "md";
|
|
552
482
|
/**
|
|
@@ -562,13 +492,13 @@ export namespace Components {
|
|
|
562
492
|
*/
|
|
563
493
|
"routerDirection": RouterDirection;
|
|
564
494
|
/**
|
|
565
|
-
* Set to `"
|
|
495
|
+
* Set to `"round"` for a button with more rounded corners.
|
|
566
496
|
*/
|
|
567
|
-
"shape"?: '
|
|
497
|
+
"shape"?: 'round';
|
|
568
498
|
/**
|
|
569
499
|
* 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.
|
|
570
500
|
*/
|
|
571
|
-
"size"?: '
|
|
501
|
+
"size"?: 'small' | 'default' | 'large';
|
|
572
502
|
/**
|
|
573
503
|
* If `true`, activates a button with a heavier font weight.
|
|
574
504
|
*/
|
|
@@ -577,10 +507,6 @@ export namespace Components {
|
|
|
577
507
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
578
508
|
*/
|
|
579
509
|
"target": string | undefined;
|
|
580
|
-
/**
|
|
581
|
-
* The theme determines the visual appearance of the component.
|
|
582
|
-
*/
|
|
583
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
584
510
|
/**
|
|
585
511
|
* The type of the button.
|
|
586
512
|
*/
|
|
@@ -588,17 +514,9 @@ export namespace Components {
|
|
|
588
514
|
}
|
|
589
515
|
interface IonButtons {
|
|
590
516
|
/**
|
|
591
|
-
* 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
|
|
517
|
+
* 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)
|
|
592
518
|
*/
|
|
593
519
|
"collapse": boolean;
|
|
594
|
-
/**
|
|
595
|
-
* The mode determines the platform behaviors of the component.
|
|
596
|
-
*/
|
|
597
|
-
"mode"?: "ios" | "md";
|
|
598
|
-
/**
|
|
599
|
-
* The theme determines the visual appearance of the component.
|
|
600
|
-
*/
|
|
601
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
602
520
|
}
|
|
603
521
|
interface IonCard {
|
|
604
522
|
/**
|
|
@@ -622,7 +540,7 @@ export namespace Components {
|
|
|
622
540
|
*/
|
|
623
541
|
"href": string | undefined;
|
|
624
542
|
/**
|
|
625
|
-
* The mode determines
|
|
543
|
+
* The mode determines which platform styles to use.
|
|
626
544
|
*/
|
|
627
545
|
"mode"?: "ios" | "md";
|
|
628
546
|
/**
|
|
@@ -637,18 +555,10 @@ export namespace Components {
|
|
|
637
555
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
638
556
|
*/
|
|
639
557
|
"routerDirection": RouterDirection;
|
|
640
|
-
/**
|
|
641
|
-
* 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"`.
|
|
642
|
-
*/
|
|
643
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
644
558
|
/**
|
|
645
559
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
646
560
|
*/
|
|
647
561
|
"target": string | undefined;
|
|
648
|
-
/**
|
|
649
|
-
* The theme determines the visual appearance of the component.
|
|
650
|
-
*/
|
|
651
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
652
562
|
/**
|
|
653
563
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
654
564
|
*/
|
|
@@ -656,13 +566,9 @@ export namespace Components {
|
|
|
656
566
|
}
|
|
657
567
|
interface IonCardContent {
|
|
658
568
|
/**
|
|
659
|
-
* The mode determines
|
|
569
|
+
* The mode determines which platform styles to use.
|
|
660
570
|
*/
|
|
661
571
|
"mode"?: "ios" | "md";
|
|
662
|
-
/**
|
|
663
|
-
* The theme determines the visual appearance of the component.
|
|
664
|
-
*/
|
|
665
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
666
572
|
}
|
|
667
573
|
interface IonCardHeader {
|
|
668
574
|
/**
|
|
@@ -670,15 +576,11 @@ export namespace Components {
|
|
|
670
576
|
*/
|
|
671
577
|
"color"?: Color;
|
|
672
578
|
/**
|
|
673
|
-
* The mode determines
|
|
579
|
+
* The mode determines which platform styles to use.
|
|
674
580
|
*/
|
|
675
581
|
"mode"?: "ios" | "md";
|
|
676
582
|
/**
|
|
677
|
-
*
|
|
678
|
-
*/
|
|
679
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
680
|
-
/**
|
|
681
|
-
* 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).
|
|
583
|
+
* 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).
|
|
682
584
|
*/
|
|
683
585
|
"translucent": boolean;
|
|
684
586
|
}
|
|
@@ -688,13 +590,9 @@ export namespace Components {
|
|
|
688
590
|
*/
|
|
689
591
|
"color"?: Color;
|
|
690
592
|
/**
|
|
691
|
-
* The mode determines
|
|
593
|
+
* The mode determines which platform styles to use.
|
|
692
594
|
*/
|
|
693
595
|
"mode"?: "ios" | "md";
|
|
694
|
-
/**
|
|
695
|
-
* The theme determines the visual appearance of the component.
|
|
696
|
-
*/
|
|
697
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
698
596
|
}
|
|
699
597
|
interface IonCardTitle {
|
|
700
598
|
/**
|
|
@@ -702,13 +600,9 @@ export namespace Components {
|
|
|
702
600
|
*/
|
|
703
601
|
"color"?: Color;
|
|
704
602
|
/**
|
|
705
|
-
* The mode determines
|
|
603
|
+
* The mode determines which platform styles to use.
|
|
706
604
|
*/
|
|
707
605
|
"mode"?: "ios" | "md";
|
|
708
|
-
/**
|
|
709
|
-
* The theme determines the visual appearance of the component.
|
|
710
|
-
*/
|
|
711
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
712
606
|
}
|
|
713
607
|
interface IonCheckbox {
|
|
714
608
|
/**
|
|
@@ -740,25 +634,14 @@ export namespace Components {
|
|
|
740
634
|
*/
|
|
741
635
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
742
636
|
/**
|
|
743
|
-
* The mode determines
|
|
637
|
+
* The mode determines which platform styles to use.
|
|
744
638
|
*/
|
|
745
639
|
"mode"?: "ios" | "md";
|
|
746
640
|
/**
|
|
747
641
|
* The name of the control, which is submitted with the form data.
|
|
748
642
|
*/
|
|
749
643
|
"name": string;
|
|
750
|
-
|
|
751
|
-
* Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
|
|
752
|
-
*/
|
|
753
|
-
"shape"?: 'soft' | 'rectangular';
|
|
754
|
-
/**
|
|
755
|
-
* Set to `"small"` for a checkbox with less height and padding.
|
|
756
|
-
*/
|
|
757
|
-
"size"?: 'small';
|
|
758
|
-
/**
|
|
759
|
-
* The theme determines the visual appearance of the component.
|
|
760
|
-
*/
|
|
761
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
644
|
+
"setFocus": () => Promise<void>;
|
|
762
645
|
/**
|
|
763
646
|
* 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>`.
|
|
764
647
|
*/
|
|
@@ -774,31 +657,15 @@ export namespace Components {
|
|
|
774
657
|
*/
|
|
775
658
|
"disabled": boolean;
|
|
776
659
|
/**
|
|
777
|
-
* The mode determines
|
|
660
|
+
* The mode determines which platform styles to use.
|
|
778
661
|
*/
|
|
779
662
|
"mode"?: "ios" | "md";
|
|
780
663
|
/**
|
|
781
664
|
* Display an outline style button.
|
|
782
665
|
*/
|
|
783
666
|
"outline": boolean;
|
|
784
|
-
/**
|
|
785
|
-
* 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.
|
|
786
|
-
*/
|
|
787
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
788
|
-
/**
|
|
789
|
-
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
|
|
790
|
-
*/
|
|
791
|
-
"size"?: 'small' | 'large';
|
|
792
|
-
/**
|
|
793
|
-
* The theme determines the visual appearance of the component.
|
|
794
|
-
*/
|
|
795
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
796
667
|
}
|
|
797
668
|
interface IonCol {
|
|
798
|
-
/**
|
|
799
|
-
* The mode determines the platform behaviors of the component.
|
|
800
|
-
*/
|
|
801
|
-
"mode"?: "ios" | "md";
|
|
802
669
|
/**
|
|
803
670
|
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
804
671
|
*/
|
|
@@ -895,10 +762,6 @@ export namespace Components {
|
|
|
895
762
|
* 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.
|
|
896
763
|
*/
|
|
897
764
|
"sizeXs"?: string;
|
|
898
|
-
/**
|
|
899
|
-
* The theme determines the visual appearance of the component.
|
|
900
|
-
*/
|
|
901
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
902
765
|
}
|
|
903
766
|
interface IonContent {
|
|
904
767
|
/**
|
|
@@ -925,10 +788,6 @@ export namespace Components {
|
|
|
925
788
|
* 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.
|
|
926
789
|
*/
|
|
927
790
|
"getScrollElement": () => Promise<HTMLElement>;
|
|
928
|
-
/**
|
|
929
|
-
* The mode determines the platform behaviors of the component.
|
|
930
|
-
*/
|
|
931
|
-
"mode"?: "ios" | "md";
|
|
932
791
|
/**
|
|
933
792
|
* Scroll by a specified X/Y distance in the component.
|
|
934
793
|
* @param x The amount to scroll by on the horizontal axis.
|
|
@@ -965,10 +824,6 @@ export namespace Components {
|
|
|
965
824
|
* If you want to disable the content scrolling in the Y axis, set this property to `false`.
|
|
966
825
|
*/
|
|
967
826
|
"scrollY": boolean;
|
|
968
|
-
/**
|
|
969
|
-
* The theme determines the visual appearance of the component.
|
|
970
|
-
*/
|
|
971
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
972
827
|
}
|
|
973
828
|
interface IonDatetime {
|
|
974
829
|
/**
|
|
@@ -1044,7 +899,7 @@ export namespace Components {
|
|
|
1044
899
|
*/
|
|
1045
900
|
"minuteValues"?: number[] | number | string;
|
|
1046
901
|
/**
|
|
1047
|
-
* The mode determines
|
|
902
|
+
* The mode determines which platform styles to use.
|
|
1048
903
|
*/
|
|
1049
904
|
"mode"?: "ios" | "md";
|
|
1050
905
|
/**
|
|
@@ -1095,10 +950,6 @@ export namespace Components {
|
|
|
1095
950
|
* If `cover`, the `ion-datetime` will expand to cover the full width of its container. If `fixed`, the `ion-datetime` will have a fixed width.
|
|
1096
951
|
*/
|
|
1097
952
|
"size": 'cover' | 'fixed';
|
|
1098
|
-
/**
|
|
1099
|
-
* The theme determines the visual appearance of the component.
|
|
1100
|
-
*/
|
|
1101
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1102
953
|
/**
|
|
1103
954
|
* 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.
|
|
1104
955
|
*/
|
|
@@ -1126,13 +977,9 @@ export namespace Components {
|
|
|
1126
977
|
*/
|
|
1127
978
|
"disabled": boolean;
|
|
1128
979
|
/**
|
|
1129
|
-
* The mode determines
|
|
980
|
+
* The mode determines which platform styles to use.
|
|
1130
981
|
*/
|
|
1131
982
|
"mode"?: "ios" | "md";
|
|
1132
|
-
/**
|
|
1133
|
-
* The theme determines the visual appearance of the component.
|
|
1134
|
-
*/
|
|
1135
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1136
983
|
}
|
|
1137
984
|
interface IonFab {
|
|
1138
985
|
/**
|
|
@@ -1151,14 +998,6 @@ export namespace Components {
|
|
|
1151
998
|
* Where to align the fab horizontally in the viewport.
|
|
1152
999
|
*/
|
|
1153
1000
|
"horizontal"?: 'start' | 'end' | 'center';
|
|
1154
|
-
/**
|
|
1155
|
-
* The mode determines the platform behaviors of the component.
|
|
1156
|
-
*/
|
|
1157
|
-
"mode"?: "ios" | "md";
|
|
1158
|
-
/**
|
|
1159
|
-
* The theme determines the visual appearance of the component.
|
|
1160
|
-
*/
|
|
1161
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1162
1001
|
/**
|
|
1163
1002
|
* Opens/Closes the FAB list container.
|
|
1164
1003
|
*/
|
|
@@ -1176,7 +1015,7 @@ export namespace Components {
|
|
|
1176
1015
|
/**
|
|
1177
1016
|
* 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.
|
|
1178
1017
|
*/
|
|
1179
|
-
"closeIcon"
|
|
1018
|
+
"closeIcon": string;
|
|
1180
1019
|
/**
|
|
1181
1020
|
* 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).
|
|
1182
1021
|
*/
|
|
@@ -1194,7 +1033,7 @@ export namespace Components {
|
|
|
1194
1033
|
*/
|
|
1195
1034
|
"href": string | undefined;
|
|
1196
1035
|
/**
|
|
1197
|
-
* The mode determines
|
|
1036
|
+
* The mode determines which platform styles to use.
|
|
1198
1037
|
*/
|
|
1199
1038
|
"mode"?: "ios" | "md";
|
|
1200
1039
|
/**
|
|
@@ -1222,11 +1061,7 @@ export namespace Components {
|
|
|
1222
1061
|
*/
|
|
1223
1062
|
"target": string | undefined;
|
|
1224
1063
|
/**
|
|
1225
|
-
*
|
|
1226
|
-
*/
|
|
1227
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1228
|
-
/**
|
|
1229
|
-
* 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).
|
|
1064
|
+
* 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).
|
|
1230
1065
|
*/
|
|
1231
1066
|
"translucent": boolean;
|
|
1232
1067
|
/**
|
|
@@ -1239,34 +1074,22 @@ export namespace Components {
|
|
|
1239
1074
|
* If `true`, the fab list will show all fab buttons in the list.
|
|
1240
1075
|
*/
|
|
1241
1076
|
"activated": boolean;
|
|
1242
|
-
/**
|
|
1243
|
-
* The mode determines the platform behaviors of the component.
|
|
1244
|
-
*/
|
|
1245
|
-
"mode"?: "ios" | "md";
|
|
1246
1077
|
/**
|
|
1247
1078
|
* The side the fab list will show on relative to the main fab button.
|
|
1248
1079
|
*/
|
|
1249
1080
|
"side": 'start' | 'end' | 'top' | 'bottom';
|
|
1250
|
-
/**
|
|
1251
|
-
* The theme determines the visual appearance of the component.
|
|
1252
|
-
*/
|
|
1253
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1254
1081
|
}
|
|
1255
1082
|
interface IonFooter {
|
|
1256
1083
|
/**
|
|
1257
|
-
* Describes the scroll effect that will be applied to the footer. Only applies
|
|
1084
|
+
* Describes the scroll effect that will be applied to the footer. Only applies in iOS mode.
|
|
1258
1085
|
*/
|
|
1259
1086
|
"collapse"?: 'fade';
|
|
1260
1087
|
/**
|
|
1261
|
-
* The mode determines
|
|
1088
|
+
* The mode determines which platform styles to use.
|
|
1262
1089
|
*/
|
|
1263
1090
|
"mode"?: "ios" | "md";
|
|
1264
1091
|
/**
|
|
1265
|
-
*
|
|
1266
|
-
*/
|
|
1267
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1268
|
-
/**
|
|
1269
|
-
* 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.
|
|
1092
|
+
* 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.
|
|
1270
1093
|
*/
|
|
1271
1094
|
"translucent": boolean;
|
|
1272
1095
|
}
|
|
@@ -1275,34 +1098,18 @@ export namespace Components {
|
|
|
1275
1098
|
* If `true`, the grid will have a fixed width based on the screen size.
|
|
1276
1099
|
*/
|
|
1277
1100
|
"fixed": boolean;
|
|
1278
|
-
/**
|
|
1279
|
-
* The mode determines the platform behaviors of the component.
|
|
1280
|
-
*/
|
|
1281
|
-
"mode"?: "ios" | "md";
|
|
1282
|
-
/**
|
|
1283
|
-
* The theme determines the visual appearance of the component.
|
|
1284
|
-
*/
|
|
1285
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1286
1101
|
}
|
|
1287
1102
|
interface IonHeader {
|
|
1288
1103
|
/**
|
|
1289
|
-
* Describes the scroll effect that will be applied to the header. Only applies
|
|
1104
|
+
* 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)
|
|
1290
1105
|
*/
|
|
1291
1106
|
"collapse"?: 'condense' | 'fade';
|
|
1292
1107
|
/**
|
|
1293
|
-
*
|
|
1294
|
-
*/
|
|
1295
|
-
"divider": boolean;
|
|
1296
|
-
/**
|
|
1297
|
-
* The mode determines the platform behaviors of the component.
|
|
1108
|
+
* The mode determines which platform styles to use.
|
|
1298
1109
|
*/
|
|
1299
1110
|
"mode"?: "ios" | "md";
|
|
1300
1111
|
/**
|
|
1301
|
-
*
|
|
1302
|
-
*/
|
|
1303
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1304
|
-
/**
|
|
1305
|
-
* If `true`, the header will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility). Note: In order to scroll content behind the header, the `fullscreen` attribute needs to be set on the content.
|
|
1112
|
+
* 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.
|
|
1306
1113
|
*/
|
|
1307
1114
|
"translucent": boolean;
|
|
1308
1115
|
}
|
|
@@ -1311,18 +1118,10 @@ export namespace Components {
|
|
|
1311
1118
|
* 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.
|
|
1312
1119
|
*/
|
|
1313
1120
|
"alt"?: string;
|
|
1314
|
-
/**
|
|
1315
|
-
* The mode determines the platform behaviors of the component.
|
|
1316
|
-
*/
|
|
1317
|
-
"mode"?: "ios" | "md";
|
|
1318
1121
|
/**
|
|
1319
1122
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
1320
1123
|
*/
|
|
1321
1124
|
"src"?: string;
|
|
1322
|
-
/**
|
|
1323
|
-
* The theme determines the visual appearance of the component.
|
|
1324
|
-
*/
|
|
1325
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1326
1125
|
}
|
|
1327
1126
|
interface IonInfiniteScroll {
|
|
1328
1127
|
/**
|
|
@@ -1333,18 +1132,10 @@ export namespace Components {
|
|
|
1333
1132
|
* If `true`, the infinite scroll will be hidden and scroll event listeners will be removed. Set this to true to disable the infinite scroll from actively trying to receive new data while scrolling. This is useful when it is known that there is no more data that can be added, and the infinite scroll is no longer needed.
|
|
1334
1133
|
*/
|
|
1335
1134
|
"disabled": boolean;
|
|
1336
|
-
/**
|
|
1337
|
-
* The mode determines the platform behaviors of the component.
|
|
1338
|
-
*/
|
|
1339
|
-
"mode"?: "ios" | "md";
|
|
1340
1135
|
/**
|
|
1341
1136
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
1342
1137
|
*/
|
|
1343
1138
|
"position": 'top' | 'bottom';
|
|
1344
|
-
/**
|
|
1345
|
-
* The theme determines the visual appearance of the component.
|
|
1346
|
-
*/
|
|
1347
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1348
1139
|
/**
|
|
1349
1140
|
* 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.
|
|
1350
1141
|
*/
|
|
@@ -1359,14 +1150,6 @@ export namespace Components {
|
|
|
1359
1150
|
* 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.
|
|
1360
1151
|
*/
|
|
1361
1152
|
"loadingText"?: string | IonicSafeString;
|
|
1362
|
-
/**
|
|
1363
|
-
* The mode determines the platform behaviors of the component.
|
|
1364
|
-
*/
|
|
1365
|
-
"mode"?: "ios" | "md";
|
|
1366
|
-
/**
|
|
1367
|
-
* The theme determines the visual appearance of the component.
|
|
1368
|
-
*/
|
|
1369
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1370
1153
|
}
|
|
1371
1154
|
interface IonInput {
|
|
1372
1155
|
/**
|
|
@@ -1426,7 +1209,7 @@ export namespace Components {
|
|
|
1426
1209
|
*/
|
|
1427
1210
|
"errorText"?: string;
|
|
1428
1211
|
/**
|
|
1429
|
-
* 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
|
|
1212
|
+
* 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.
|
|
1430
1213
|
*/
|
|
1431
1214
|
"fill"?: 'outline' | 'solid';
|
|
1432
1215
|
/**
|
|
@@ -1446,9 +1229,9 @@ export namespace Components {
|
|
|
1446
1229
|
*/
|
|
1447
1230
|
"label"?: string;
|
|
1448
1231
|
/**
|
|
1449
|
-
* 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 ("...").
|
|
1232
|
+
* 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 ("...").
|
|
1450
1233
|
*/
|
|
1451
|
-
"labelPlacement"
|
|
1234
|
+
"labelPlacement": 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
1452
1235
|
/**
|
|
1453
1236
|
* The maximum value, which must not be less than its minimum (min attribute) value.
|
|
1454
1237
|
*/
|
|
@@ -1466,7 +1249,7 @@ export namespace Components {
|
|
|
1466
1249
|
*/
|
|
1467
1250
|
"minlength"?: number;
|
|
1468
1251
|
/**
|
|
1469
|
-
* The mode determines
|
|
1252
|
+
* The mode determines which platform styles to use.
|
|
1470
1253
|
*/
|
|
1471
1254
|
"mode"?: "ios" | "md";
|
|
1472
1255
|
/**
|
|
@@ -1498,13 +1281,9 @@ export namespace Components {
|
|
|
1498
1281
|
*/
|
|
1499
1282
|
"setFocus": () => Promise<void>;
|
|
1500
1283
|
/**
|
|
1501
|
-
*
|
|
1502
|
-
*/
|
|
1503
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1504
|
-
/**
|
|
1505
|
-
* 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.
|
|
1284
|
+
* The shape of the input. If "round" it will have an increased border radius.
|
|
1506
1285
|
*/
|
|
1507
|
-
"
|
|
1286
|
+
"shape"?: 'round';
|
|
1508
1287
|
/**
|
|
1509
1288
|
* If `true`, the element will have its spelling and grammar checked.
|
|
1510
1289
|
*/
|
|
@@ -1513,10 +1292,6 @@ export namespace Components {
|
|
|
1513
1292
|
* 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.
|
|
1514
1293
|
*/
|
|
1515
1294
|
"step"?: string;
|
|
1516
|
-
/**
|
|
1517
|
-
* The theme determines the visual appearance of the component.
|
|
1518
|
-
*/
|
|
1519
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1520
1295
|
/**
|
|
1521
1296
|
* The type of control to display. The default type is text.
|
|
1522
1297
|
*/
|
|
@@ -1555,13 +1330,13 @@ export namespace Components {
|
|
|
1555
1330
|
*/
|
|
1556
1331
|
"color"?: Color;
|
|
1557
1332
|
/**
|
|
1558
|
-
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
1333
|
+
* 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.
|
|
1559
1334
|
*/
|
|
1560
1335
|
"detail"?: boolean;
|
|
1561
1336
|
/**
|
|
1562
1337
|
* The icon to use when `detail` is set to `true`.
|
|
1563
1338
|
*/
|
|
1564
|
-
"detailIcon"
|
|
1339
|
+
"detailIcon": string;
|
|
1565
1340
|
/**
|
|
1566
1341
|
* If `true`, the user cannot interact with the item.
|
|
1567
1342
|
*/
|
|
@@ -1579,7 +1354,7 @@ export namespace Components {
|
|
|
1579
1354
|
*/
|
|
1580
1355
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1581
1356
|
/**
|
|
1582
|
-
* The mode determines
|
|
1357
|
+
* The mode determines which platform styles to use.
|
|
1583
1358
|
*/
|
|
1584
1359
|
"mode"?: "ios" | "md";
|
|
1585
1360
|
/**
|
|
@@ -1598,10 +1373,6 @@ export namespace Components {
|
|
|
1598
1373
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1599
1374
|
*/
|
|
1600
1375
|
"target": string | undefined;
|
|
1601
|
-
/**
|
|
1602
|
-
* The theme determines the visual appearance of the component.
|
|
1603
|
-
*/
|
|
1604
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1605
1376
|
/**
|
|
1606
1377
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
1607
1378
|
*/
|
|
@@ -1613,27 +1384,15 @@ export namespace Components {
|
|
|
1613
1384
|
*/
|
|
1614
1385
|
"color"?: Color;
|
|
1615
1386
|
/**
|
|
1616
|
-
* The mode determines
|
|
1387
|
+
* The mode determines which platform styles to use.
|
|
1617
1388
|
*/
|
|
1618
1389
|
"mode"?: "ios" | "md";
|
|
1619
1390
|
/**
|
|
1620
1391
|
* When it's set to `true`, the item-divider will stay visible when it reaches the top of the viewport until the next `ion-item-divider` replaces it. This feature relies in `position:sticky`: https://caniuse.com/#feat=css-sticky
|
|
1621
1392
|
*/
|
|
1622
1393
|
"sticky": boolean;
|
|
1623
|
-
/**
|
|
1624
|
-
* The theme determines the visual appearance of the component.
|
|
1625
|
-
*/
|
|
1626
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1627
1394
|
}
|
|
1628
1395
|
interface IonItemGroup {
|
|
1629
|
-
/**
|
|
1630
|
-
* The mode determines the platform behaviors of the component.
|
|
1631
|
-
*/
|
|
1632
|
-
"mode"?: "ios" | "md";
|
|
1633
|
-
/**
|
|
1634
|
-
* The theme determines the visual appearance of the component.
|
|
1635
|
-
*/
|
|
1636
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1637
1396
|
}
|
|
1638
1397
|
interface IonItemOption {
|
|
1639
1398
|
/**
|
|
@@ -1657,25 +1416,17 @@ export namespace Components {
|
|
|
1657
1416
|
*/
|
|
1658
1417
|
"href": string | undefined;
|
|
1659
1418
|
/**
|
|
1660
|
-
* The mode determines
|
|
1419
|
+
* The mode determines which platform styles to use.
|
|
1661
1420
|
*/
|
|
1662
1421
|
"mode"?: "ios" | "md";
|
|
1663
1422
|
/**
|
|
1664
1423
|
* 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).
|
|
1665
1424
|
*/
|
|
1666
1425
|
"rel": string | undefined;
|
|
1667
|
-
/**
|
|
1668
|
-
* 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.
|
|
1669
|
-
*/
|
|
1670
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1671
1426
|
/**
|
|
1672
1427
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1673
1428
|
*/
|
|
1674
1429
|
"target": string | undefined;
|
|
1675
|
-
/**
|
|
1676
|
-
* The theme determines the visual appearance of the component.
|
|
1677
|
-
*/
|
|
1678
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1679
1430
|
/**
|
|
1680
1431
|
* The type of the button.
|
|
1681
1432
|
*/
|
|
@@ -1683,18 +1434,10 @@ export namespace Components {
|
|
|
1683
1434
|
}
|
|
1684
1435
|
interface IonItemOptions {
|
|
1685
1436
|
"fireSwipeEvent": () => Promise<void>;
|
|
1686
|
-
/**
|
|
1687
|
-
* The mode determines the platform behaviors of the component.
|
|
1688
|
-
*/
|
|
1689
|
-
"mode"?: "ios" | "md";
|
|
1690
1437
|
/**
|
|
1691
1438
|
* 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.
|
|
1692
1439
|
*/
|
|
1693
1440
|
"side": Side;
|
|
1694
|
-
/**
|
|
1695
|
-
* The theme determines the visual appearance of the component.
|
|
1696
|
-
*/
|
|
1697
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1698
1441
|
}
|
|
1699
1442
|
interface IonItemSliding {
|
|
1700
1443
|
/**
|
|
@@ -1717,19 +1460,11 @@ export namespace Components {
|
|
|
1717
1460
|
* 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.
|
|
1718
1461
|
*/
|
|
1719
1462
|
"getSlidingRatio": () => Promise<number>;
|
|
1720
|
-
/**
|
|
1721
|
-
* The mode determines the platform behaviors of the component.
|
|
1722
|
-
*/
|
|
1723
|
-
"mode"?: "ios" | "md";
|
|
1724
1463
|
/**
|
|
1725
1464
|
* Open the sliding item.
|
|
1726
1465
|
* @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.
|
|
1727
1466
|
*/
|
|
1728
1467
|
"open": (side: Side | undefined) => Promise<void>;
|
|
1729
|
-
/**
|
|
1730
|
-
* The theme determines the visual appearance of the component.
|
|
1731
|
-
*/
|
|
1732
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1733
1468
|
}
|
|
1734
1469
|
interface IonLabel {
|
|
1735
1470
|
/**
|
|
@@ -1737,17 +1472,13 @@ export namespace Components {
|
|
|
1737
1472
|
*/
|
|
1738
1473
|
"color"?: Color;
|
|
1739
1474
|
/**
|
|
1740
|
-
* The mode determines
|
|
1475
|
+
* The mode determines which platform styles to use.
|
|
1741
1476
|
*/
|
|
1742
1477
|
"mode"?: "ios" | "md";
|
|
1743
1478
|
/**
|
|
1744
1479
|
* The position determines where and how the label behaves inside an item.
|
|
1745
1480
|
*/
|
|
1746
1481
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
1747
|
-
/**
|
|
1748
|
-
* The theme determines the visual appearance of the component.
|
|
1749
|
-
*/
|
|
1750
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1751
1482
|
}
|
|
1752
1483
|
interface IonList {
|
|
1753
1484
|
/**
|
|
@@ -1763,17 +1494,9 @@ export namespace Components {
|
|
|
1763
1494
|
*/
|
|
1764
1495
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1765
1496
|
/**
|
|
1766
|
-
* The mode determines
|
|
1497
|
+
* The mode determines which platform styles to use.
|
|
1767
1498
|
*/
|
|
1768
1499
|
"mode"?: "ios" | "md";
|
|
1769
|
-
/**
|
|
1770
|
-
* 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.
|
|
1771
|
-
*/
|
|
1772
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1773
|
-
/**
|
|
1774
|
-
* The theme determines the visual appearance of the component.
|
|
1775
|
-
*/
|
|
1776
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1777
1500
|
}
|
|
1778
1501
|
interface IonListHeader {
|
|
1779
1502
|
/**
|
|
@@ -1785,13 +1508,9 @@ export namespace Components {
|
|
|
1785
1508
|
*/
|
|
1786
1509
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1787
1510
|
/**
|
|
1788
|
-
* The mode determines
|
|
1511
|
+
* The mode determines which platform styles to use.
|
|
1789
1512
|
*/
|
|
1790
1513
|
"mode"?: "ios" | "md";
|
|
1791
|
-
/**
|
|
1792
|
-
* The theme determines the visual appearance of the component.
|
|
1793
|
-
*/
|
|
1794
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1795
1514
|
}
|
|
1796
1515
|
interface IonLoading {
|
|
1797
1516
|
/**
|
|
@@ -1843,7 +1562,7 @@ export namespace Components {
|
|
|
1843
1562
|
*/
|
|
1844
1563
|
"message"?: string | IonicSafeString;
|
|
1845
1564
|
/**
|
|
1846
|
-
* The mode determines
|
|
1565
|
+
* The mode determines which platform styles to use.
|
|
1847
1566
|
*/
|
|
1848
1567
|
"mode"?: "ios" | "md";
|
|
1849
1568
|
/**
|
|
@@ -1868,11 +1587,7 @@ export namespace Components {
|
|
|
1868
1587
|
*/
|
|
1869
1588
|
"spinner"?: SpinnerTypes | null;
|
|
1870
1589
|
/**
|
|
1871
|
-
*
|
|
1872
|
-
*/
|
|
1873
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1874
|
-
/**
|
|
1875
|
-
* 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).
|
|
1590
|
+
* 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).
|
|
1876
1591
|
*/
|
|
1877
1592
|
"translucent": boolean;
|
|
1878
1593
|
/**
|
|
@@ -1884,7 +1599,7 @@ export namespace Components {
|
|
|
1884
1599
|
/**
|
|
1885
1600
|
* Closes the menu. If the menu is already closed or it can't be closed, it returns `false`.
|
|
1886
1601
|
*/
|
|
1887
|
-
"close": (animated?: boolean) => Promise<boolean>;
|
|
1602
|
+
"close": (animated?: boolean, role?: string) => Promise<boolean>;
|
|
1888
1603
|
/**
|
|
1889
1604
|
* The `id` of the main content. When using a router this is typically `ion-router-outlet`. When not using a router, this is typically your main view's `ion-content`. This is not the id of the `ion-content` inside of your `ion-menu`.
|
|
1890
1605
|
*/
|
|
@@ -1909,10 +1624,6 @@ export namespace Components {
|
|
|
1909
1624
|
* An id for the menu.
|
|
1910
1625
|
*/
|
|
1911
1626
|
"menuId"?: string;
|
|
1912
|
-
/**
|
|
1913
|
-
* The mode determines the platform behaviors of the component.
|
|
1914
|
-
*/
|
|
1915
|
-
"mode"?: "ios" | "md";
|
|
1916
1627
|
/**
|
|
1917
1628
|
* Opens the menu. If the menu is already open or it can't be opened, it returns `false`.
|
|
1918
1629
|
*/
|
|
@@ -1920,7 +1631,7 @@ export namespace Components {
|
|
|
1920
1631
|
/**
|
|
1921
1632
|
* Opens or closes the button. If the operation can't be completed successfully, it returns `false`.
|
|
1922
1633
|
*/
|
|
1923
|
-
"setOpen": (shouldOpen: boolean, animated?: boolean) => Promise<boolean>;
|
|
1634
|
+
"setOpen": (shouldOpen: boolean, animated?: boolean, role?: string) => Promise<boolean>;
|
|
1924
1635
|
/**
|
|
1925
1636
|
* Which side of the view the menu should be placed.
|
|
1926
1637
|
*/
|
|
@@ -1929,10 +1640,6 @@ export namespace Components {
|
|
|
1929
1640
|
* If `true`, swiping the menu is enabled.
|
|
1930
1641
|
*/
|
|
1931
1642
|
"swipeGesture": boolean;
|
|
1932
|
-
/**
|
|
1933
|
-
* The theme determines the visual appearance of the component.
|
|
1934
|
-
*/
|
|
1935
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1936
1643
|
/**
|
|
1937
1644
|
* 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`.
|
|
1938
1645
|
*/
|
|
@@ -1960,13 +1667,9 @@ export namespace Components {
|
|
|
1960
1667
|
*/
|
|
1961
1668
|
"menu"?: string;
|
|
1962
1669
|
/**
|
|
1963
|
-
* The mode determines
|
|
1670
|
+
* The mode determines which platform styles to use.
|
|
1964
1671
|
*/
|
|
1965
1672
|
"mode"?: "ios" | "md";
|
|
1966
|
-
/**
|
|
1967
|
-
* The theme determines the visual appearance of the component.
|
|
1968
|
-
*/
|
|
1969
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1970
1673
|
/**
|
|
1971
1674
|
* The type of the button.
|
|
1972
1675
|
*/
|
|
@@ -1981,14 +1684,6 @@ export namespace Components {
|
|
|
1981
1684
|
* 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.
|
|
1982
1685
|
*/
|
|
1983
1686
|
"menu"?: string;
|
|
1984
|
-
/**
|
|
1985
|
-
* The mode determines the platform behaviors of the component.
|
|
1986
|
-
*/
|
|
1987
|
-
"mode"?: "ios" | "md";
|
|
1988
|
-
/**
|
|
1989
|
-
* The theme determines the visual appearance of the component.
|
|
1990
|
-
*/
|
|
1991
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1992
1687
|
}
|
|
1993
1688
|
interface IonModal {
|
|
1994
1689
|
/**
|
|
@@ -2076,7 +1771,7 @@ export namespace Components {
|
|
|
2076
1771
|
*/
|
|
2077
1772
|
"leaveAnimation"?: AnimationBuilder;
|
|
2078
1773
|
/**
|
|
2079
|
-
* The mode determines
|
|
1774
|
+
* The mode determines which platform styles to use.
|
|
2080
1775
|
*/
|
|
2081
1776
|
"mode"?: "ios" | "md";
|
|
2082
1777
|
/**
|
|
@@ -2100,18 +1795,10 @@ export namespace Components {
|
|
|
2100
1795
|
* Move a sheet style modal to a specific breakpoint. The breakpoint value must be a value defined in your `breakpoints` array.
|
|
2101
1796
|
*/
|
|
2102
1797
|
"setCurrentBreakpoint": (breakpoint: number) => Promise<void>;
|
|
2103
|
-
/**
|
|
2104
|
-
* 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.
|
|
2105
|
-
*/
|
|
2106
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
2107
1798
|
/**
|
|
2108
1799
|
* 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.
|
|
2109
1800
|
*/
|
|
2110
1801
|
"showBackdrop": boolean;
|
|
2111
|
-
/**
|
|
2112
|
-
* The theme determines the visual appearance of the component.
|
|
2113
|
-
*/
|
|
2114
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2115
1802
|
/**
|
|
2116
1803
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
2117
1804
|
*/
|
|
@@ -2123,7 +1810,7 @@ export namespace Components {
|
|
|
2123
1810
|
*/
|
|
2124
1811
|
"animated": boolean;
|
|
2125
1812
|
/**
|
|
2126
|
-
* By default `ion-nav` animates transition between pages based
|
|
1813
|
+
* 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.
|
|
2127
1814
|
*/
|
|
2128
1815
|
"animation"?: AnimationBuilder;
|
|
2129
1816
|
/**
|
|
@@ -2171,10 +1858,6 @@ export namespace Components {
|
|
|
2171
1858
|
* @param done The transition complete function.
|
|
2172
1859
|
*/
|
|
2173
1860
|
"insertPages": (insertIndex: number, insertComponents: NavComponent[] | NavComponentWithProps[], opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>;
|
|
2174
|
-
/**
|
|
2175
|
-
* The mode determines the platform behaviors of the component.
|
|
2176
|
-
*/
|
|
2177
|
-
"mode"?: "ios" | "md";
|
|
2178
1861
|
/**
|
|
2179
1862
|
* Pop a component off of the navigation stack. Navigates back from the current component.
|
|
2180
1863
|
* @param opts The navigation options.
|
|
@@ -2246,10 +1929,6 @@ export namespace Components {
|
|
|
2246
1929
|
* If the nav component should allow for swipe-to-go-back.
|
|
2247
1930
|
*/
|
|
2248
1931
|
"swipeGesture"?: boolean;
|
|
2249
|
-
/**
|
|
2250
|
-
* The theme determines the visual appearance of the component.
|
|
2251
|
-
*/
|
|
2252
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2253
1932
|
}
|
|
2254
1933
|
interface IonNavLink {
|
|
2255
1934
|
/**
|
|
@@ -2260,10 +1939,6 @@ export namespace Components {
|
|
|
2260
1939
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
2261
1940
|
*/
|
|
2262
1941
|
"componentProps"?: ComponentProps;
|
|
2263
|
-
/**
|
|
2264
|
-
* The mode determines the platform behaviors of the component.
|
|
2265
|
-
*/
|
|
2266
|
-
"mode"?: "ios" | "md";
|
|
2267
1942
|
/**
|
|
2268
1943
|
* The transition animation when navigating to another page.
|
|
2269
1944
|
*/
|
|
@@ -2272,10 +1947,6 @@ export namespace Components {
|
|
|
2272
1947
|
* The transition direction when navigating to another page.
|
|
2273
1948
|
*/
|
|
2274
1949
|
"routerDirection": RouterDirection;
|
|
2275
|
-
/**
|
|
2276
|
-
* The theme determines the visual appearance of the component.
|
|
2277
|
-
*/
|
|
2278
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2279
1950
|
}
|
|
2280
1951
|
interface IonNote {
|
|
2281
1952
|
/**
|
|
@@ -2283,24 +1954,16 @@ export namespace Components {
|
|
|
2283
1954
|
*/
|
|
2284
1955
|
"color"?: Color;
|
|
2285
1956
|
/**
|
|
2286
|
-
* The mode determines
|
|
1957
|
+
* The mode determines which platform styles to use.
|
|
2287
1958
|
*/
|
|
2288
1959
|
"mode"?: "ios" | "md";
|
|
2289
|
-
/**
|
|
2290
|
-
* The theme determines the visual appearance of the component.
|
|
2291
|
-
*/
|
|
2292
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2293
1960
|
}
|
|
2294
1961
|
interface IonPicker {
|
|
2295
1962
|
"exitInputMode": () => Promise<void>;
|
|
2296
1963
|
/**
|
|
2297
|
-
* The mode determines
|
|
1964
|
+
* The mode determines which platform styles to use.
|
|
2298
1965
|
*/
|
|
2299
1966
|
"mode"?: "ios" | "md";
|
|
2300
|
-
/**
|
|
2301
|
-
* The theme determines the visual appearance of the component.
|
|
2302
|
-
*/
|
|
2303
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2304
1967
|
}
|
|
2305
1968
|
interface IonPickerColumn {
|
|
2306
1969
|
/**
|
|
@@ -2312,7 +1975,7 @@ export namespace Components {
|
|
|
2312
1975
|
*/
|
|
2313
1976
|
"disabled": boolean;
|
|
2314
1977
|
/**
|
|
2315
|
-
* The mode determines
|
|
1978
|
+
* The mode determines which platform styles to use.
|
|
2316
1979
|
*/
|
|
2317
1980
|
"mode"?: "ios" | "md";
|
|
2318
1981
|
/**
|
|
@@ -2328,10 +1991,6 @@ export namespace Components {
|
|
|
2328
1991
|
* 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.
|
|
2329
1992
|
*/
|
|
2330
1993
|
"setValue": (value: PickerColumnValue) => Promise<void>;
|
|
2331
|
-
/**
|
|
2332
|
-
* The theme determines the visual appearance of the component.
|
|
2333
|
-
*/
|
|
2334
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2335
1994
|
/**
|
|
2336
1995
|
* The selected option in the picker.
|
|
2337
1996
|
*/
|
|
@@ -2346,14 +2005,6 @@ export namespace Components {
|
|
|
2346
2005
|
* If `true`, the user cannot interact with the picker column option.
|
|
2347
2006
|
*/
|
|
2348
2007
|
"disabled": boolean;
|
|
2349
|
-
/**
|
|
2350
|
-
* The mode determines the platform behaviors of the component.
|
|
2351
|
-
*/
|
|
2352
|
-
"mode"?: "ios" | "md";
|
|
2353
|
-
/**
|
|
2354
|
-
* The theme determines the visual appearance of the component.
|
|
2355
|
-
*/
|
|
2356
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2357
2008
|
/**
|
|
2358
2009
|
* The text value of the option.
|
|
2359
2010
|
*/
|
|
@@ -2418,7 +2069,7 @@ export namespace Components {
|
|
|
2418
2069
|
*/
|
|
2419
2070
|
"leaveAnimation"?: AnimationBuilder;
|
|
2420
2071
|
/**
|
|
2421
|
-
* The mode determines
|
|
2072
|
+
* The mode determines which platform styles to use.
|
|
2422
2073
|
*/
|
|
2423
2074
|
"mode"?: "ios" | "md";
|
|
2424
2075
|
/**
|
|
@@ -2438,10 +2089,6 @@ export namespace Components {
|
|
|
2438
2089
|
* If `true`, a backdrop will be displayed behind the picker.
|
|
2439
2090
|
*/
|
|
2440
2091
|
"showBackdrop": boolean;
|
|
2441
|
-
/**
|
|
2442
|
-
* The theme determines the visual appearance of the component.
|
|
2443
|
-
*/
|
|
2444
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2445
2092
|
/**
|
|
2446
2093
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
2447
2094
|
*/
|
|
@@ -2455,7 +2102,7 @@ export namespace Components {
|
|
|
2455
2102
|
}
|
|
2456
2103
|
interface IonPopover {
|
|
2457
2104
|
/**
|
|
2458
|
-
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `
|
|
2105
|
+
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios` mode, and `"start"` for `md` mode.
|
|
2459
2106
|
*/
|
|
2460
2107
|
"alignment"?: PositionAlign;
|
|
2461
2108
|
/**
|
|
@@ -2463,7 +2110,7 @@ export namespace Components {
|
|
|
2463
2110
|
*/
|
|
2464
2111
|
"animated": boolean;
|
|
2465
2112
|
/**
|
|
2466
|
-
* If `true`, the popover will display an arrow that points at the `reference`
|
|
2113
|
+
* If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
|
|
2467
2114
|
*/
|
|
2468
2115
|
"arrow": boolean;
|
|
2469
2116
|
/**
|
|
@@ -2530,7 +2177,7 @@ export namespace Components {
|
|
|
2530
2177
|
*/
|
|
2531
2178
|
"leaveAnimation"?: AnimationBuilder;
|
|
2532
2179
|
/**
|
|
2533
|
-
* The mode determines
|
|
2180
|
+
* The mode determines which platform styles to use.
|
|
2534
2181
|
*/
|
|
2535
2182
|
"mode"?: "ios" | "md";
|
|
2536
2183
|
/**
|
|
@@ -2567,11 +2214,7 @@ export namespace Components {
|
|
|
2567
2214
|
*/
|
|
2568
2215
|
"size": PopoverSize;
|
|
2569
2216
|
/**
|
|
2570
|
-
*
|
|
2571
|
-
*/
|
|
2572
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2573
|
-
/**
|
|
2574
|
-
* 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).
|
|
2217
|
+
* 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).
|
|
2575
2218
|
*/
|
|
2576
2219
|
"translucent": boolean;
|
|
2577
2220
|
/**
|
|
@@ -2593,17 +2236,13 @@ export namespace Components {
|
|
|
2593
2236
|
*/
|
|
2594
2237
|
"color"?: Color;
|
|
2595
2238
|
/**
|
|
2596
|
-
* The mode determines
|
|
2239
|
+
* The mode determines which platform styles to use.
|
|
2597
2240
|
*/
|
|
2598
2241
|
"mode"?: "ios" | "md";
|
|
2599
2242
|
/**
|
|
2600
2243
|
* If true, reverse the progress bar direction.
|
|
2601
2244
|
*/
|
|
2602
2245
|
"reversed": boolean;
|
|
2603
|
-
/**
|
|
2604
|
-
* The theme determines the visual appearance of the component.
|
|
2605
|
-
*/
|
|
2606
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2607
2246
|
/**
|
|
2608
2247
|
* 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).
|
|
2609
2248
|
*/
|
|
@@ -2635,7 +2274,7 @@ export namespace Components {
|
|
|
2635
2274
|
*/
|
|
2636
2275
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
2637
2276
|
/**
|
|
2638
|
-
* The mode determines
|
|
2277
|
+
* The mode determines which platform styles to use.
|
|
2639
2278
|
*/
|
|
2640
2279
|
"mode"?: "ios" | "md";
|
|
2641
2280
|
/**
|
|
@@ -2643,11 +2282,7 @@ export namespace Components {
|
|
|
2643
2282
|
*/
|
|
2644
2283
|
"name": string;
|
|
2645
2284
|
"setButtonTabindex": (value: number) => Promise<void>;
|
|
2646
|
-
"setFocus": (ev
|
|
2647
|
-
/**
|
|
2648
|
-
* The theme determines the visual appearance of the component.
|
|
2649
|
-
*/
|
|
2650
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2285
|
+
"setFocus": (ev?: globalThis.Event) => Promise<void>;
|
|
2651
2286
|
/**
|
|
2652
2287
|
* the value of the radio.
|
|
2653
2288
|
*/
|
|
@@ -2662,18 +2297,10 @@ export namespace Components {
|
|
|
2662
2297
|
* This property allows developers to specify a custom function or property name for comparing objects when determining the selected option in the ion-radio-group. When not specified, the default behavior will use strict equality (===) for comparison.
|
|
2663
2298
|
*/
|
|
2664
2299
|
"compareWith"?: string | RadioGroupCompareFn | null;
|
|
2665
|
-
/**
|
|
2666
|
-
* The mode determines the platform behaviors of the component.
|
|
2667
|
-
*/
|
|
2668
|
-
"mode"?: "ios" | "md";
|
|
2669
2300
|
/**
|
|
2670
2301
|
* The name of the control, which is submitted with the form data.
|
|
2671
2302
|
*/
|
|
2672
2303
|
"name": string;
|
|
2673
|
-
/**
|
|
2674
|
-
* The theme determines the visual appearance of the component.
|
|
2675
|
-
*/
|
|
2676
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2677
2304
|
/**
|
|
2678
2305
|
* the value of the radio group.
|
|
2679
2306
|
*/
|
|
@@ -2717,7 +2344,7 @@ export namespace Components {
|
|
|
2717
2344
|
*/
|
|
2718
2345
|
"min": number;
|
|
2719
2346
|
/**
|
|
2720
|
-
* The mode determines
|
|
2347
|
+
* The mode determines which platform styles to use.
|
|
2721
2348
|
*/
|
|
2722
2349
|
"mode"?: "ios" | "md";
|
|
2723
2350
|
/**
|
|
@@ -2740,10 +2367,6 @@ export namespace Components {
|
|
|
2740
2367
|
* Specifies the value granularity.
|
|
2741
2368
|
*/
|
|
2742
2369
|
"step": number;
|
|
2743
|
-
/**
|
|
2744
|
-
* The theme determines the visual appearance of the component.
|
|
2745
|
-
*/
|
|
2746
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2747
2370
|
/**
|
|
2748
2371
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
2749
2372
|
*/
|
|
@@ -2775,7 +2398,7 @@ export namespace Components {
|
|
|
2775
2398
|
*/
|
|
2776
2399
|
"getProgress": () => Promise<number>;
|
|
2777
2400
|
/**
|
|
2778
|
-
* The mode determines
|
|
2401
|
+
* The mode determines which platform styles to use.
|
|
2779
2402
|
*/
|
|
2780
2403
|
"mode"?: "ios" | "md";
|
|
2781
2404
|
/**
|
|
@@ -2794,16 +2417,8 @@ export namespace Components {
|
|
|
2794
2417
|
* Time it takes the refresher to snap back to the `refreshing` state. Does not apply when the refresher content uses a spinner, enabling the native refresher.
|
|
2795
2418
|
*/
|
|
2796
2419
|
"snapbackDuration": string;
|
|
2797
|
-
/**
|
|
2798
|
-
* The theme determines the visual appearance of the component.
|
|
2799
|
-
*/
|
|
2800
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2801
2420
|
}
|
|
2802
2421
|
interface IonRefresherContent {
|
|
2803
|
-
/**
|
|
2804
|
-
* The mode determines the platform behaviors of the component.
|
|
2805
|
-
*/
|
|
2806
|
-
"mode"?: "ios" | "md";
|
|
2807
2422
|
/**
|
|
2808
2423
|
* 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.
|
|
2809
2424
|
*/
|
|
@@ -2820,20 +2435,8 @@ export namespace Components {
|
|
|
2820
2435
|
* 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.
|
|
2821
2436
|
*/
|
|
2822
2437
|
"refreshingText"?: string | IonicSafeString;
|
|
2823
|
-
/**
|
|
2824
|
-
* The theme determines the visual appearance of the component.
|
|
2825
|
-
*/
|
|
2826
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2827
2438
|
}
|
|
2828
2439
|
interface IonReorder {
|
|
2829
|
-
/**
|
|
2830
|
-
* The mode determines the platform behaviors of the component.
|
|
2831
|
-
*/
|
|
2832
|
-
"mode"?: "ios" | "md";
|
|
2833
|
-
/**
|
|
2834
|
-
* The theme determines the visual appearance of the component.
|
|
2835
|
-
*/
|
|
2836
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2837
2440
|
}
|
|
2838
2441
|
interface IonReorderGroup {
|
|
2839
2442
|
/**
|
|
@@ -2845,14 +2448,6 @@ export namespace Components {
|
|
|
2845
2448
|
* If `true`, the reorder will be hidden.
|
|
2846
2449
|
*/
|
|
2847
2450
|
"disabled": boolean;
|
|
2848
|
-
/**
|
|
2849
|
-
* The mode determines the platform behaviors of the component.
|
|
2850
|
-
*/
|
|
2851
|
-
"mode"?: "ios" | "md";
|
|
2852
|
-
/**
|
|
2853
|
-
* The theme determines the visual appearance of the component.
|
|
2854
|
-
*/
|
|
2855
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2856
2451
|
}
|
|
2857
2452
|
interface IonRippleEffect {
|
|
2858
2453
|
/**
|
|
@@ -2861,14 +2456,6 @@ export namespace Components {
|
|
|
2861
2456
|
* @param y The vertical coordinate of where the ripple should start.
|
|
2862
2457
|
*/
|
|
2863
2458
|
"addRipple": (x: number, y: number) => Promise<() => void>;
|
|
2864
|
-
/**
|
|
2865
|
-
* The mode determines the platform behaviors of the component.
|
|
2866
|
-
*/
|
|
2867
|
-
"mode"?: "ios" | "md";
|
|
2868
|
-
/**
|
|
2869
|
-
* The theme determines the visual appearance of the component.
|
|
2870
|
-
*/
|
|
2871
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2872
2459
|
/**
|
|
2873
2460
|
* 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.
|
|
2874
2461
|
*/
|
|
@@ -2891,14 +2478,6 @@ export namespace Components {
|
|
|
2891
2478
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
2892
2479
|
*/
|
|
2893
2480
|
"componentProps"?: { [key: string]: any };
|
|
2894
|
-
/**
|
|
2895
|
-
* The mode determines the platform behaviors of the component.
|
|
2896
|
-
*/
|
|
2897
|
-
"mode"?: "ios" | "md";
|
|
2898
|
-
/**
|
|
2899
|
-
* The theme determines the visual appearance of the component.
|
|
2900
|
-
*/
|
|
2901
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2902
2481
|
/**
|
|
2903
2482
|
* 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.
|
|
2904
2483
|
*/
|
|
@@ -2920,10 +2499,6 @@ export namespace Components {
|
|
|
2920
2499
|
*/
|
|
2921
2500
|
"back": () => Promise<void>;
|
|
2922
2501
|
"canTransition": () => Promise<string | boolean>;
|
|
2923
|
-
/**
|
|
2924
|
-
* The mode determines the platform behaviors of the component.
|
|
2925
|
-
*/
|
|
2926
|
-
"mode"?: "ios" | "md";
|
|
2927
2502
|
"navChanged": (direction: RouterDirection) => Promise<boolean>;
|
|
2928
2503
|
"printDebug": () => Promise<void>;
|
|
2929
2504
|
/**
|
|
@@ -2936,10 +2511,6 @@ export namespace Components {
|
|
|
2936
2511
|
* The root path to use when matching URLs. By default, this is set to "/", but you can specify an alternate prefix for all URL paths.
|
|
2937
2512
|
*/
|
|
2938
2513
|
"root": string;
|
|
2939
|
-
/**
|
|
2940
|
-
* The theme determines the visual appearance of the component.
|
|
2941
|
-
*/
|
|
2942
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2943
2514
|
/**
|
|
2944
2515
|
* 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.
|
|
2945
2516
|
*/
|
|
@@ -2954,10 +2525,6 @@ export namespace Components {
|
|
|
2954
2525
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
2955
2526
|
*/
|
|
2956
2527
|
"href": string | undefined;
|
|
2957
|
-
/**
|
|
2958
|
-
* The mode determines the platform behaviors of the component.
|
|
2959
|
-
*/
|
|
2960
|
-
"mode"?: "ios" | "md";
|
|
2961
2528
|
/**
|
|
2962
2529
|
* 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).
|
|
2963
2530
|
*/
|
|
@@ -2974,10 +2541,6 @@ export namespace Components {
|
|
|
2974
2541
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
2975
2542
|
*/
|
|
2976
2543
|
"target": string | undefined;
|
|
2977
|
-
/**
|
|
2978
|
-
* The theme determines the visual appearance of the component.
|
|
2979
|
-
*/
|
|
2980
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2981
2544
|
}
|
|
2982
2545
|
interface IonRouterOutlet {
|
|
2983
2546
|
/**
|
|
@@ -2992,25 +2555,13 @@ export namespace Components {
|
|
|
2992
2555
|
"delegate"?: FrameworkDelegate;
|
|
2993
2556
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
2994
2557
|
/**
|
|
2995
|
-
* The mode determines
|
|
2558
|
+
* The mode determines which platform styles to use.
|
|
2996
2559
|
*/
|
|
2997
2560
|
"mode": "ios" | "md";
|
|
2998
2561
|
"setRouteId": (id: string, params: ComponentProps | undefined, direction: RouterDirection, animation?: AnimationBuilder) => Promise<RouteWrite>;
|
|
2999
2562
|
"swipeHandler"?: SwipeGestureHandler;
|
|
3000
|
-
/**
|
|
3001
|
-
* The theme determines the visual appearance of the component.
|
|
3002
|
-
*/
|
|
3003
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3004
2563
|
}
|
|
3005
2564
|
interface IonRow {
|
|
3006
|
-
/**
|
|
3007
|
-
* The mode determines the platform behaviors of the component.
|
|
3008
|
-
*/
|
|
3009
|
-
"mode"?: "ios" | "md";
|
|
3010
|
-
/**
|
|
3011
|
-
* The theme determines the visual appearance of the component.
|
|
3012
|
-
*/
|
|
3013
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3014
2565
|
}
|
|
3015
2566
|
interface IonSearchbar {
|
|
3016
2567
|
/**
|
|
@@ -3030,15 +2581,15 @@ export namespace Components {
|
|
|
3030
2581
|
*/
|
|
3031
2582
|
"autocorrect": 'on' | 'off';
|
|
3032
2583
|
/**
|
|
3033
|
-
* Set the cancel button icon. Only
|
|
2584
|
+
* Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
|
|
3034
2585
|
*/
|
|
3035
|
-
"cancelButtonIcon"
|
|
2586
|
+
"cancelButtonIcon": string;
|
|
3036
2587
|
/**
|
|
3037
|
-
* Set the the cancel button text. Only
|
|
2588
|
+
* Set the the cancel button text. Only applies to `ios` mode.
|
|
3038
2589
|
*/
|
|
3039
2590
|
"cancelButtonText": string;
|
|
3040
2591
|
/**
|
|
3041
|
-
* Set the clear icon. Defaults to `
|
|
2592
|
+
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
|
|
3042
2593
|
*/
|
|
3043
2594
|
"clearIcon"?: string;
|
|
3044
2595
|
/**
|
|
@@ -3074,7 +2625,7 @@ export namespace Components {
|
|
|
3074
2625
|
*/
|
|
3075
2626
|
"minlength"?: number;
|
|
3076
2627
|
/**
|
|
3077
|
-
* The mode determines
|
|
2628
|
+
* The mode determines which platform styles to use.
|
|
3078
2629
|
*/
|
|
3079
2630
|
"mode"?: "ios" | "md";
|
|
3080
2631
|
/**
|
|
@@ -3086,7 +2637,7 @@ export namespace Components {
|
|
|
3086
2637
|
*/
|
|
3087
2638
|
"placeholder": string;
|
|
3088
2639
|
/**
|
|
3089
|
-
* The icon to use as the search icon. Defaults to `
|
|
2640
|
+
* The icon to use as the search icon. Defaults to `search-outline` in `ios` mode and `search-sharp` in `md` mode.
|
|
3090
2641
|
*/
|
|
3091
2642
|
"searchIcon"?: string;
|
|
3092
2643
|
/**
|
|
@@ -3105,10 +2656,6 @@ export namespace Components {
|
|
|
3105
2656
|
* If `true`, enable spellcheck on the input.
|
|
3106
2657
|
*/
|
|
3107
2658
|
"spellcheck": boolean;
|
|
3108
|
-
/**
|
|
3109
|
-
* The theme determines the visual appearance of the component.
|
|
3110
|
-
*/
|
|
3111
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3112
2659
|
/**
|
|
3113
2660
|
* Set the type of the input.
|
|
3114
2661
|
*/
|
|
@@ -3128,7 +2675,7 @@ export namespace Components {
|
|
|
3128
2675
|
*/
|
|
3129
2676
|
"disabled": boolean;
|
|
3130
2677
|
/**
|
|
3131
|
-
* The mode determines
|
|
2678
|
+
* The mode determines which platform styles to use.
|
|
3132
2679
|
*/
|
|
3133
2680
|
"mode"?: "ios" | "md";
|
|
3134
2681
|
/**
|
|
@@ -3143,10 +2690,6 @@ export namespace Components {
|
|
|
3143
2690
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
3144
2691
|
*/
|
|
3145
2692
|
"swipeGesture": boolean;
|
|
3146
|
-
/**
|
|
3147
|
-
* The theme determines the visual appearance of the component.
|
|
3148
|
-
*/
|
|
3149
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3150
2693
|
/**
|
|
3151
2694
|
* the value of the segment.
|
|
3152
2695
|
*/
|
|
@@ -3162,14 +2705,10 @@ export namespace Components {
|
|
|
3162
2705
|
*/
|
|
3163
2706
|
"layout"?: SegmentButtonLayout;
|
|
3164
2707
|
/**
|
|
3165
|
-
* The mode determines
|
|
2708
|
+
* The mode determines which platform styles to use.
|
|
3166
2709
|
*/
|
|
3167
2710
|
"mode"?: "ios" | "md";
|
|
3168
2711
|
"setFocus": () => Promise<void>;
|
|
3169
|
-
/**
|
|
3170
|
-
* The theme determines the visual appearance of the component.
|
|
3171
|
-
*/
|
|
3172
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3173
2712
|
/**
|
|
3174
2713
|
* The type of the button.
|
|
3175
2714
|
*/
|
|
@@ -3197,19 +2736,19 @@ export namespace Components {
|
|
|
3197
2736
|
*/
|
|
3198
2737
|
"disabled": boolean;
|
|
3199
2738
|
/**
|
|
3200
|
-
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `
|
|
2739
|
+
* 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.
|
|
3201
2740
|
*/
|
|
3202
2741
|
"expandedIcon"?: string;
|
|
3203
2742
|
/**
|
|
3204
|
-
* 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
|
|
2743
|
+
* 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.
|
|
3205
2744
|
*/
|
|
3206
2745
|
"fill"?: 'outline' | 'solid';
|
|
3207
2746
|
/**
|
|
3208
|
-
* The interface the select should use: `action-sheet`, `popover` or `
|
|
2747
|
+
* The interface the select should use: `action-sheet`, `popover`, `alert`, or `modal`.
|
|
3209
2748
|
*/
|
|
3210
2749
|
"interface": SelectInterface;
|
|
3211
2750
|
/**
|
|
3212
|
-
* Any additional options that the `alert`, `action-sheet` or `popover` interface can take. See the [ion-alert docs](./alert), the [ion-action-sheet docs](./action-sheet)
|
|
2751
|
+
* Any additional options that the `alert`, `action-sheet` or `popover` interface can take. See the [ion-alert docs](./alert), the [ion-action-sheet docs](./action-sheet), the [ion-popover docs](./popover), and the [ion-modal docs](./modal) for the create options for each interface. Note: `interfaceOptions` will not override `inputs` or `buttons` with the `alert` interface.
|
|
3213
2752
|
*/
|
|
3214
2753
|
"interfaceOptions": any;
|
|
3215
2754
|
/**
|
|
@@ -3225,7 +2764,7 @@ export namespace Components {
|
|
|
3225
2764
|
*/
|
|
3226
2765
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
3227
2766
|
/**
|
|
3228
|
-
* The mode determines
|
|
2767
|
+
* The mode determines which platform styles to use.
|
|
3229
2768
|
*/
|
|
3230
2769
|
"mode"?: "ios" | "md";
|
|
3231
2770
|
/**
|
|
@@ -3258,11 +2797,7 @@ export namespace Components {
|
|
|
3258
2797
|
*/
|
|
3259
2798
|
"shape"?: 'round';
|
|
3260
2799
|
/**
|
|
3261
|
-
* The
|
|
3262
|
-
*/
|
|
3263
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3264
|
-
/**
|
|
3265
|
-
* The toggle icon to use. Defaults to `"chevronExpand"` for the `"ios"` theme, or `"caretDownSharp"` for the `"md"` and `"ionic"` themes.
|
|
2800
|
+
* The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
|
|
3266
2801
|
*/
|
|
3267
2802
|
"toggleIcon"?: string;
|
|
3268
2803
|
/**
|
|
@@ -3270,19 +2805,16 @@ export namespace Components {
|
|
|
3270
2805
|
*/
|
|
3271
2806
|
"value"?: any | null;
|
|
3272
2807
|
}
|
|
2808
|
+
interface IonSelectModal {
|
|
2809
|
+
"header"?: string;
|
|
2810
|
+
"multiple"?: boolean;
|
|
2811
|
+
"options": SelectModalOption[];
|
|
2812
|
+
}
|
|
3273
2813
|
interface IonSelectOption {
|
|
3274
2814
|
/**
|
|
3275
2815
|
* 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.
|
|
3276
2816
|
*/
|
|
3277
2817
|
"disabled": boolean;
|
|
3278
|
-
/**
|
|
3279
|
-
* The mode determines the platform behaviors of the component.
|
|
3280
|
-
*/
|
|
3281
|
-
"mode"?: "ios" | "md";
|
|
3282
|
-
/**
|
|
3283
|
-
* The theme determines the visual appearance of the component.
|
|
3284
|
-
*/
|
|
3285
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3286
2818
|
/**
|
|
3287
2819
|
* The text value of the option.
|
|
3288
2820
|
*/
|
|
@@ -3297,10 +2829,6 @@ export namespace Components {
|
|
|
3297
2829
|
* The text content of the popover body
|
|
3298
2830
|
*/
|
|
3299
2831
|
"message"?: string;
|
|
3300
|
-
/**
|
|
3301
|
-
* The mode determines the platform behaviors of the component.
|
|
3302
|
-
*/
|
|
3303
|
-
"mode"?: "ios" | "md";
|
|
3304
2832
|
/**
|
|
3305
2833
|
* If true, the select accepts multiple values
|
|
3306
2834
|
*/
|
|
@@ -3313,24 +2841,12 @@ export namespace Components {
|
|
|
3313
2841
|
* The subheader text of the popover
|
|
3314
2842
|
*/
|
|
3315
2843
|
"subHeader"?: string;
|
|
3316
|
-
/**
|
|
3317
|
-
* The theme determines the visual appearance of the component.
|
|
3318
|
-
*/
|
|
3319
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3320
2844
|
}
|
|
3321
2845
|
interface IonSkeletonText {
|
|
3322
2846
|
/**
|
|
3323
2847
|
* If `true`, the skeleton text will animate.
|
|
3324
2848
|
*/
|
|
3325
2849
|
"animated": boolean;
|
|
3326
|
-
/**
|
|
3327
|
-
* The mode determines the platform behaviors of the component.
|
|
3328
|
-
*/
|
|
3329
|
-
"mode"?: "ios" | "md";
|
|
3330
|
-
/**
|
|
3331
|
-
* The theme determines the visual appearance of the component.
|
|
3332
|
-
*/
|
|
3333
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3334
2850
|
}
|
|
3335
2851
|
interface IonSpinner {
|
|
3336
2852
|
/**
|
|
@@ -3341,10 +2857,6 @@ export namespace Components {
|
|
|
3341
2857
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
3342
2858
|
*/
|
|
3343
2859
|
"duration"?: number;
|
|
3344
|
-
/**
|
|
3345
|
-
* The mode determines the platform behaviors of the component.
|
|
3346
|
-
*/
|
|
3347
|
-
"mode"?: "ios" | "md";
|
|
3348
2860
|
/**
|
|
3349
2861
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
3350
2862
|
*/
|
|
@@ -3353,14 +2865,6 @@ export namespace Components {
|
|
|
3353
2865
|
* If `true`, the spinner's animation will be paused.
|
|
3354
2866
|
*/
|
|
3355
2867
|
"paused": boolean;
|
|
3356
|
-
/**
|
|
3357
|
-
* 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.
|
|
3358
|
-
*/
|
|
3359
|
-
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
3360
|
-
/**
|
|
3361
|
-
* The theme determines the visual appearance of the component.
|
|
3362
|
-
*/
|
|
3363
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3364
2868
|
}
|
|
3365
2869
|
interface IonSplitPane {
|
|
3366
2870
|
/**
|
|
@@ -3372,14 +2876,6 @@ export namespace Components {
|
|
|
3372
2876
|
*/
|
|
3373
2877
|
"disabled": boolean;
|
|
3374
2878
|
"isVisible": () => Promise<boolean>;
|
|
3375
|
-
/**
|
|
3376
|
-
* The mode determines the platform behaviors of the component.
|
|
3377
|
-
*/
|
|
3378
|
-
"mode"?: "ios" | "md";
|
|
3379
|
-
/**
|
|
3380
|
-
* The theme determines the visual appearance of the component.
|
|
3381
|
-
*/
|
|
3382
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3383
2879
|
/**
|
|
3384
2880
|
* When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
|
|
3385
2881
|
*/
|
|
@@ -3392,10 +2888,6 @@ export namespace Components {
|
|
|
3392
2888
|
*/
|
|
3393
2889
|
"component"?: ComponentRef;
|
|
3394
2890
|
"delegate"?: FrameworkDelegate;
|
|
3395
|
-
/**
|
|
3396
|
-
* The mode determines the platform behaviors of the component.
|
|
3397
|
-
*/
|
|
3398
|
-
"mode"?: "ios" | "md";
|
|
3399
2891
|
/**
|
|
3400
2892
|
* Set the active component for the tab
|
|
3401
2893
|
*/
|
|
@@ -3404,10 +2896,6 @@ export namespace Components {
|
|
|
3404
2896
|
* 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.
|
|
3405
2897
|
*/
|
|
3406
2898
|
"tab": string;
|
|
3407
|
-
/**
|
|
3408
|
-
* The theme determines the visual appearance of the component.
|
|
3409
|
-
*/
|
|
3410
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3411
2899
|
}
|
|
3412
2900
|
interface IonTabBar {
|
|
3413
2901
|
/**
|
|
@@ -3415,11 +2903,7 @@ export namespace Components {
|
|
|
3415
2903
|
*/
|
|
3416
2904
|
"color"?: Color;
|
|
3417
2905
|
/**
|
|
3418
|
-
*
|
|
3419
|
-
*/
|
|
3420
|
-
"expand": 'compact' | 'full';
|
|
3421
|
-
/**
|
|
3422
|
-
* The mode determines the platform behaviors of the component.
|
|
2906
|
+
* The mode determines which platform styles to use.
|
|
3423
2907
|
*/
|
|
3424
2908
|
"mode"?: "ios" | "md";
|
|
3425
2909
|
/**
|
|
@@ -3427,15 +2911,7 @@ export namespace Components {
|
|
|
3427
2911
|
*/
|
|
3428
2912
|
"selectedTab"?: string;
|
|
3429
2913
|
/**
|
|
3430
|
-
*
|
|
3431
|
-
*/
|
|
3432
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3433
|
-
/**
|
|
3434
|
-
* The theme determines the visual appearance of the component.
|
|
3435
|
-
*/
|
|
3436
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3437
|
-
/**
|
|
3438
|
-
* 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).
|
|
2914
|
+
* 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).
|
|
3439
2915
|
*/
|
|
3440
2916
|
"translucent": boolean;
|
|
3441
2917
|
}
|
|
@@ -3457,7 +2933,7 @@ export namespace Components {
|
|
|
3457
2933
|
*/
|
|
3458
2934
|
"layout"?: TabButtonLayout;
|
|
3459
2935
|
/**
|
|
3460
|
-
* The mode determines
|
|
2936
|
+
* The mode determines which platform styles to use.
|
|
3461
2937
|
*/
|
|
3462
2938
|
"mode"?: "ios" | "md";
|
|
3463
2939
|
/**
|
|
@@ -3476,10 +2952,6 @@ export namespace Components {
|
|
|
3476
2952
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
3477
2953
|
*/
|
|
3478
2954
|
"target": string | undefined;
|
|
3479
|
-
/**
|
|
3480
|
-
* The theme determines the visual appearance of the component.
|
|
3481
|
-
*/
|
|
3482
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3483
2955
|
}
|
|
3484
2956
|
interface IonTabs {
|
|
3485
2957
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
@@ -3492,20 +2964,12 @@ export namespace Components {
|
|
|
3492
2964
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
3493
2965
|
*/
|
|
3494
2966
|
"getTab": (tab: string | HTMLIonTabElement) => Promise<HTMLIonTabElement | undefined>;
|
|
3495
|
-
/**
|
|
3496
|
-
* The mode determines the platform behaviors of the component.
|
|
3497
|
-
*/
|
|
3498
|
-
"mode"?: "ios" | "md";
|
|
3499
2967
|
/**
|
|
3500
2968
|
* 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.
|
|
3501
2969
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
3502
2970
|
*/
|
|
3503
2971
|
"select": (tab: string | HTMLIonTabElement) => Promise<boolean>;
|
|
3504
2972
|
"setRouteId": (id: string) => Promise<RouteWrite>;
|
|
3505
|
-
/**
|
|
3506
|
-
* The theme determines the visual appearance of the component.
|
|
3507
|
-
*/
|
|
3508
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3509
2973
|
"useRouter": boolean;
|
|
3510
2974
|
}
|
|
3511
2975
|
interface IonText {
|
|
@@ -3514,13 +2978,9 @@ export namespace Components {
|
|
|
3514
2978
|
*/
|
|
3515
2979
|
"color"?: Color;
|
|
3516
2980
|
/**
|
|
3517
|
-
* The mode determines
|
|
2981
|
+
* The mode determines which platform styles to use.
|
|
3518
2982
|
*/
|
|
3519
2983
|
"mode"?: "ios" | "md";
|
|
3520
|
-
/**
|
|
3521
|
-
* The theme determines the visual appearance of the component.
|
|
3522
|
-
*/
|
|
3523
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3524
2984
|
}
|
|
3525
2985
|
interface IonTextarea {
|
|
3526
2986
|
/**
|
|
@@ -3572,7 +3032,7 @@ export namespace Components {
|
|
|
3572
3032
|
*/
|
|
3573
3033
|
"errorText"?: string;
|
|
3574
3034
|
/**
|
|
3575
|
-
* 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
|
|
3035
|
+
* 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.
|
|
3576
3036
|
*/
|
|
3577
3037
|
"fill"?: 'outline' | 'solid';
|
|
3578
3038
|
/**
|
|
@@ -3604,7 +3064,7 @@ export namespace Components {
|
|
|
3604
3064
|
*/
|
|
3605
3065
|
"minlength"?: number;
|
|
3606
3066
|
/**
|
|
3607
|
-
* The mode determines
|
|
3067
|
+
* The mode determines which platform styles to use.
|
|
3608
3068
|
*/
|
|
3609
3069
|
"mode"?: "ios" | "md";
|
|
3610
3070
|
/**
|
|
@@ -3632,21 +3092,13 @@ export namespace Components {
|
|
|
3632
3092
|
*/
|
|
3633
3093
|
"setFocus": () => Promise<void>;
|
|
3634
3094
|
/**
|
|
3635
|
-
*
|
|
3095
|
+
* The shape of the textarea. If "round" it will have an increased border radius.
|
|
3636
3096
|
*/
|
|
3637
|
-
"shape"?: '
|
|
3638
|
-
/**
|
|
3639
|
-
* 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.
|
|
3640
|
-
*/
|
|
3641
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
3097
|
+
"shape"?: 'round';
|
|
3642
3098
|
/**
|
|
3643
3099
|
* If `true`, the element will have its spelling and grammar checked.
|
|
3644
3100
|
*/
|
|
3645
3101
|
"spellcheck": boolean;
|
|
3646
|
-
/**
|
|
3647
|
-
* The theme determines the visual appearance of the component.
|
|
3648
|
-
*/
|
|
3649
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3650
3102
|
/**
|
|
3651
3103
|
* The value of the textarea.
|
|
3652
3104
|
*/
|
|
@@ -3657,32 +3109,16 @@ export namespace Components {
|
|
|
3657
3109
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
3658
3110
|
}
|
|
3659
3111
|
interface IonThumbnail {
|
|
3660
|
-
/**
|
|
3661
|
-
* The mode determines the platform behaviors of the component.
|
|
3662
|
-
*/
|
|
3663
|
-
"mode"?: "ios" | "md";
|
|
3664
|
-
/**
|
|
3665
|
-
* The theme determines the visual appearance of the component.
|
|
3666
|
-
*/
|
|
3667
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3668
3112
|
}
|
|
3669
3113
|
interface IonTitle {
|
|
3670
3114
|
/**
|
|
3671
3115
|
* 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).
|
|
3672
3116
|
*/
|
|
3673
3117
|
"color"?: Color;
|
|
3674
|
-
/**
|
|
3675
|
-
* The mode determines the platform behaviors of the component.
|
|
3676
|
-
*/
|
|
3677
|
-
"mode"?: "ios" | "md";
|
|
3678
3118
|
/**
|
|
3679
3119
|
* The size of the toolbar title.
|
|
3680
3120
|
*/
|
|
3681
3121
|
"size"?: 'large' | 'small';
|
|
3682
|
-
/**
|
|
3683
|
-
* The theme determines the visual appearance of the component.
|
|
3684
|
-
*/
|
|
3685
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3686
3122
|
}
|
|
3687
3123
|
interface IonToast {
|
|
3688
3124
|
/**
|
|
@@ -3750,7 +3186,7 @@ export namespace Components {
|
|
|
3750
3186
|
*/
|
|
3751
3187
|
"message"?: string | IonicSafeString;
|
|
3752
3188
|
/**
|
|
3753
|
-
* The mode determines
|
|
3189
|
+
* The mode determines which platform styles to use.
|
|
3754
3190
|
*/
|
|
3755
3191
|
"mode"?: "ios" | "md";
|
|
3756
3192
|
/**
|
|
@@ -3774,20 +3210,12 @@ export namespace Components {
|
|
|
3774
3210
|
* Present the toast overlay after it has been created.
|
|
3775
3211
|
*/
|
|
3776
3212
|
"present": () => Promise<void>;
|
|
3777
|
-
/**
|
|
3778
|
-
* 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.
|
|
3779
|
-
*/
|
|
3780
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3781
3213
|
/**
|
|
3782
3214
|
* 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.
|
|
3783
3215
|
*/
|
|
3784
3216
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
3785
3217
|
/**
|
|
3786
|
-
*
|
|
3787
|
-
*/
|
|
3788
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3789
|
-
/**
|
|
3790
|
-
* 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).
|
|
3218
|
+
* 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).
|
|
3791
3219
|
*/
|
|
3792
3220
|
"translucent": boolean;
|
|
3793
3221
|
/**
|
|
@@ -3825,17 +3253,13 @@ export namespace Components {
|
|
|
3825
3253
|
*/
|
|
3826
3254
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
3827
3255
|
/**
|
|
3828
|
-
* The mode determines
|
|
3256
|
+
* The mode determines which platform styles to use.
|
|
3829
3257
|
*/
|
|
3830
3258
|
"mode"?: "ios" | "md";
|
|
3831
3259
|
/**
|
|
3832
3260
|
* The name of the control, which is submitted with the form data.
|
|
3833
3261
|
*/
|
|
3834
3262
|
"name": string;
|
|
3835
|
-
/**
|
|
3836
|
-
* The theme determines the visual appearance of the component.
|
|
3837
|
-
*/
|
|
3838
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3839
3263
|
/**
|
|
3840
3264
|
* 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>`.
|
|
3841
3265
|
*/
|
|
@@ -3847,13 +3271,9 @@ export namespace Components {
|
|
|
3847
3271
|
*/
|
|
3848
3272
|
"color"?: Color;
|
|
3849
3273
|
/**
|
|
3850
|
-
* The mode determines
|
|
3274
|
+
* The mode determines which platform styles to use.
|
|
3851
3275
|
*/
|
|
3852
3276
|
"mode"?: "ios" | "md";
|
|
3853
|
-
/**
|
|
3854
|
-
* The theme determines the visual appearance of the component.
|
|
3855
|
-
*/
|
|
3856
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3857
3277
|
}
|
|
3858
3278
|
}
|
|
3859
3279
|
export interface IonAccordionGroupCustomEvent<T> extends CustomEvent<T> {
|
|
@@ -4557,9 +3977,9 @@ declare global {
|
|
|
4557
3977
|
};
|
|
4558
3978
|
interface HTMLIonMenuElementEventMap {
|
|
4559
3979
|
"ionWillOpen": void;
|
|
4560
|
-
"ionWillClose":
|
|
3980
|
+
"ionWillClose": MenuCloseEventDetail;
|
|
4561
3981
|
"ionDidOpen": void;
|
|
4562
|
-
"ionDidClose":
|
|
3982
|
+
"ionDidClose": MenuCloseEventDetail;
|
|
4563
3983
|
"ionMenuChange": MenuChangeEventDetail;
|
|
4564
3984
|
}
|
|
4565
3985
|
interface HTMLIonMenuElement extends Components.IonMenu, HTMLStencilElement {
|
|
@@ -5022,6 +4442,12 @@ declare global {
|
|
|
5022
4442
|
prototype: HTMLIonSelectElement;
|
|
5023
4443
|
new (): HTMLIonSelectElement;
|
|
5024
4444
|
};
|
|
4445
|
+
interface HTMLIonSelectModalElement extends Components.IonSelectModal, HTMLStencilElement {
|
|
4446
|
+
}
|
|
4447
|
+
var HTMLIonSelectModalElement: {
|
|
4448
|
+
prototype: HTMLIonSelectModalElement;
|
|
4449
|
+
new (): HTMLIonSelectModalElement;
|
|
4450
|
+
};
|
|
5025
4451
|
interface HTMLIonSelectOptionElement extends Components.IonSelectOption, HTMLStencilElement {
|
|
5026
4452
|
}
|
|
5027
4453
|
var HTMLIonSelectOptionElement: {
|
|
@@ -5310,6 +4736,7 @@ declare global {
|
|
|
5310
4736
|
"ion-segment": HTMLIonSegmentElement;
|
|
5311
4737
|
"ion-segment-button": HTMLIonSegmentButtonElement;
|
|
5312
4738
|
"ion-select": HTMLIonSelectElement;
|
|
4739
|
+
"ion-select-modal": HTMLIonSelectModalElement;
|
|
5313
4740
|
"ion-select-option": HTMLIonSelectOptionElement;
|
|
5314
4741
|
"ion-select-popover": HTMLIonSelectPopoverElement;
|
|
5315
4742
|
"ion-skeleton-text": HTMLIonSkeletonTextElement;
|
|
@@ -5335,17 +4762,13 @@ declare namespace LocalJSX {
|
|
|
5335
4762
|
*/
|
|
5336
4763
|
"disabled"?: boolean;
|
|
5337
4764
|
/**
|
|
5338
|
-
* The mode determines
|
|
4765
|
+
* The mode determines which platform styles to use.
|
|
5339
4766
|
*/
|
|
5340
4767
|
"mode"?: "ios" | "md";
|
|
5341
4768
|
/**
|
|
5342
4769
|
* If `true`, the accordion cannot be interacted with, but does not alter the opacity.
|
|
5343
4770
|
*/
|
|
5344
4771
|
"readonly"?: boolean;
|
|
5345
|
-
/**
|
|
5346
|
-
* The theme determines the visual appearance of the component.
|
|
5347
|
-
*/
|
|
5348
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5349
4772
|
/**
|
|
5350
4773
|
* The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
|
|
5351
4774
|
*/
|
|
@@ -5373,7 +4796,7 @@ declare namespace LocalJSX {
|
|
|
5373
4796
|
*/
|
|
5374
4797
|
"expand"?: 'compact' | 'inset';
|
|
5375
4798
|
/**
|
|
5376
|
-
* The mode determines
|
|
4799
|
+
* The mode determines which platform styles to use.
|
|
5377
4800
|
*/
|
|
5378
4801
|
"mode"?: "ios" | "md";
|
|
5379
4802
|
/**
|
|
@@ -5388,10 +4811,6 @@ declare namespace LocalJSX {
|
|
|
5388
4811
|
* If `true`, the accordion group cannot be interacted with, but does not alter the opacity.
|
|
5389
4812
|
*/
|
|
5390
4813
|
"readonly"?: boolean;
|
|
5391
|
-
/**
|
|
5392
|
-
* The theme determines the visual appearance of the component.
|
|
5393
|
-
*/
|
|
5394
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5395
4814
|
/**
|
|
5396
4815
|
* The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
|
|
5397
4816
|
*/
|
|
@@ -5439,7 +4858,7 @@ declare namespace LocalJSX {
|
|
|
5439
4858
|
*/
|
|
5440
4859
|
"leaveAnimation"?: AnimationBuilder;
|
|
5441
4860
|
/**
|
|
5442
|
-
* The mode determines
|
|
4861
|
+
* The mode determines which platform styles to use.
|
|
5443
4862
|
*/
|
|
5444
4863
|
"mode"?: "ios" | "md";
|
|
5445
4864
|
/**
|
|
@@ -5479,11 +4898,7 @@ declare namespace LocalJSX {
|
|
|
5479
4898
|
*/
|
|
5480
4899
|
"subHeader"?: string;
|
|
5481
4900
|
/**
|
|
5482
|
-
*
|
|
5483
|
-
*/
|
|
5484
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5485
|
-
/**
|
|
5486
|
-
* 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).
|
|
4901
|
+
* 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).
|
|
5487
4902
|
*/
|
|
5488
4903
|
"translucent"?: boolean;
|
|
5489
4904
|
/**
|
|
@@ -5541,7 +4956,7 @@ declare namespace LocalJSX {
|
|
|
5541
4956
|
*/
|
|
5542
4957
|
"message"?: string | IonicSafeString;
|
|
5543
4958
|
/**
|
|
5544
|
-
* The mode determines
|
|
4959
|
+
* The mode determines which platform styles to use.
|
|
5545
4960
|
*/
|
|
5546
4961
|
"mode"?: "ios" | "md";
|
|
5547
4962
|
/**
|
|
@@ -5581,11 +4996,7 @@ declare namespace LocalJSX {
|
|
|
5581
4996
|
*/
|
|
5582
4997
|
"subHeader"?: string;
|
|
5583
4998
|
/**
|
|
5584
|
-
*
|
|
5585
|
-
*/
|
|
5586
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5587
|
-
/**
|
|
5588
|
-
* 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).
|
|
4999
|
+
* 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).
|
|
5589
5000
|
*/
|
|
5590
5001
|
"translucent"?: boolean;
|
|
5591
5002
|
/**
|
|
@@ -5594,32 +5005,8 @@ declare namespace LocalJSX {
|
|
|
5594
5005
|
"trigger"?: string | undefined;
|
|
5595
5006
|
}
|
|
5596
5007
|
interface IonApp {
|
|
5597
|
-
/**
|
|
5598
|
-
* The mode determines the platform behaviors of the component.
|
|
5599
|
-
*/
|
|
5600
|
-
"mode"?: "ios" | "md";
|
|
5601
|
-
/**
|
|
5602
|
-
* The theme determines the visual appearance of the component.
|
|
5603
|
-
*/
|
|
5604
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5605
5008
|
}
|
|
5606
5009
|
interface IonAvatar {
|
|
5607
|
-
/**
|
|
5608
|
-
* The mode determines the platform behaviors of the component.
|
|
5609
|
-
*/
|
|
5610
|
-
"mode"?: "ios" | "md";
|
|
5611
|
-
/**
|
|
5612
|
-
* 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.
|
|
5613
|
-
*/
|
|
5614
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5615
|
-
/**
|
|
5616
|
-
* 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.
|
|
5617
|
-
*/
|
|
5618
|
-
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
5619
|
-
/**
|
|
5620
|
-
* The theme determines the visual appearance of the component.
|
|
5621
|
-
*/
|
|
5622
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5623
5010
|
}
|
|
5624
5011
|
interface IonBackButton {
|
|
5625
5012
|
/**
|
|
@@ -5639,7 +5026,7 @@ declare namespace LocalJSX {
|
|
|
5639
5026
|
*/
|
|
5640
5027
|
"icon"?: string | null;
|
|
5641
5028
|
/**
|
|
5642
|
-
* The mode determines
|
|
5029
|
+
* The mode determines which platform styles to use.
|
|
5643
5030
|
*/
|
|
5644
5031
|
"mode"?: "ios" | "md";
|
|
5645
5032
|
/**
|
|
@@ -5650,20 +5037,12 @@ declare namespace LocalJSX {
|
|
|
5650
5037
|
* The text to display in the back button.
|
|
5651
5038
|
*/
|
|
5652
5039
|
"text"?: string | null;
|
|
5653
|
-
/**
|
|
5654
|
-
* The theme determines the visual appearance of the component.
|
|
5655
|
-
*/
|
|
5656
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5657
5040
|
/**
|
|
5658
5041
|
* The type of the button.
|
|
5659
5042
|
*/
|
|
5660
5043
|
"type"?: 'submit' | 'reset' | 'button';
|
|
5661
5044
|
}
|
|
5662
5045
|
interface IonBackdrop {
|
|
5663
|
-
/**
|
|
5664
|
-
* The mode determines the platform behaviors of the component.
|
|
5665
|
-
*/
|
|
5666
|
-
"mode"?: "ios" | "md";
|
|
5667
5046
|
/**
|
|
5668
5047
|
* Emitted when the backdrop is tapped.
|
|
5669
5048
|
*/
|
|
@@ -5676,10 +5055,6 @@ declare namespace LocalJSX {
|
|
|
5676
5055
|
* If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
|
|
5677
5056
|
*/
|
|
5678
5057
|
"tappable"?: boolean;
|
|
5679
|
-
/**
|
|
5680
|
-
* The theme determines the visual appearance of the component.
|
|
5681
|
-
*/
|
|
5682
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5683
5058
|
/**
|
|
5684
5059
|
* If `true`, the backdrop will be visible.
|
|
5685
5060
|
*/
|
|
@@ -5691,21 +5066,9 @@ declare namespace LocalJSX {
|
|
|
5691
5066
|
*/
|
|
5692
5067
|
"color"?: Color;
|
|
5693
5068
|
/**
|
|
5694
|
-
* The mode determines
|
|
5069
|
+
* The mode determines which platform styles to use.
|
|
5695
5070
|
*/
|
|
5696
5071
|
"mode"?: "ios" | "md";
|
|
5697
|
-
/**
|
|
5698
|
-
* 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.
|
|
5699
|
-
*/
|
|
5700
|
-
"shape"?: 'soft' | 'round | rectangular';
|
|
5701
|
-
/**
|
|
5702
|
-
* Set to `"xxsmall"` for the smallest badge. Set to "xsmall" for a very small badge. Set to `"small"` for a small badge. Set to "medium" for a medium badge. Set to "large" for a large badge. Set to `"xlarge"` for the largest badge. Defaults to `"small"` for the `ionic` theme, undefined for all other themes.
|
|
5703
|
-
*/
|
|
5704
|
-
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
5705
|
-
/**
|
|
5706
|
-
* The theme determines the visual appearance of the component.
|
|
5707
|
-
*/
|
|
5708
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5709
5072
|
}
|
|
5710
5073
|
interface IonBreadcrumb {
|
|
5711
5074
|
/**
|
|
@@ -5729,7 +5092,7 @@ declare namespace LocalJSX {
|
|
|
5729
5092
|
*/
|
|
5730
5093
|
"href"?: string | undefined;
|
|
5731
5094
|
/**
|
|
5732
|
-
* The mode determines
|
|
5095
|
+
* The mode determines which platform styles to use.
|
|
5733
5096
|
*/
|
|
5734
5097
|
"mode"?: "ios" | "md";
|
|
5735
5098
|
/**
|
|
@@ -5760,10 +5123,6 @@ declare namespace LocalJSX {
|
|
|
5760
5123
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5761
5124
|
*/
|
|
5762
5125
|
"target"?: string | undefined;
|
|
5763
|
-
/**
|
|
5764
|
-
* The theme determines the visual appearance of the component.
|
|
5765
|
-
*/
|
|
5766
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5767
5126
|
}
|
|
5768
5127
|
interface IonBreadcrumbs {
|
|
5769
5128
|
/**
|
|
@@ -5783,17 +5142,13 @@ declare namespace LocalJSX {
|
|
|
5783
5142
|
*/
|
|
5784
5143
|
"maxItems"?: number;
|
|
5785
5144
|
/**
|
|
5786
|
-
* The mode determines
|
|
5145
|
+
* The mode determines which platform styles to use.
|
|
5787
5146
|
*/
|
|
5788
5147
|
"mode"?: "ios" | "md";
|
|
5789
5148
|
/**
|
|
5790
5149
|
* Emitted when the collapsed indicator is clicked on.
|
|
5791
5150
|
*/
|
|
5792
5151
|
"onIonCollapsedClick"?: (event: IonBreadcrumbsCustomEvent<BreadcrumbCollapsedClickEventDetail>) => void;
|
|
5793
|
-
/**
|
|
5794
|
-
* The theme determines the visual appearance of the component.
|
|
5795
|
-
*/
|
|
5796
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5797
5152
|
}
|
|
5798
5153
|
interface IonButton {
|
|
5799
5154
|
/**
|
|
@@ -5829,7 +5184,7 @@ declare namespace LocalJSX {
|
|
|
5829
5184
|
*/
|
|
5830
5185
|
"href"?: string | undefined;
|
|
5831
5186
|
/**
|
|
5832
|
-
* The mode determines
|
|
5187
|
+
* The mode determines which platform styles to use.
|
|
5833
5188
|
*/
|
|
5834
5189
|
"mode"?: "ios" | "md";
|
|
5835
5190
|
/**
|
|
@@ -5853,13 +5208,13 @@ declare namespace LocalJSX {
|
|
|
5853
5208
|
*/
|
|
5854
5209
|
"routerDirection"?: RouterDirection;
|
|
5855
5210
|
/**
|
|
5856
|
-
* Set to `"
|
|
5211
|
+
* Set to `"round"` for a button with more rounded corners.
|
|
5857
5212
|
*/
|
|
5858
|
-
"shape"?: '
|
|
5213
|
+
"shape"?: 'round';
|
|
5859
5214
|
/**
|
|
5860
5215
|
* 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.
|
|
5861
5216
|
*/
|
|
5862
|
-
"size"?: '
|
|
5217
|
+
"size"?: 'small' | 'default' | 'large';
|
|
5863
5218
|
/**
|
|
5864
5219
|
* If `true`, activates a button with a heavier font weight.
|
|
5865
5220
|
*/
|
|
@@ -5868,10 +5223,6 @@ declare namespace LocalJSX {
|
|
|
5868
5223
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5869
5224
|
*/
|
|
5870
5225
|
"target"?: string | undefined;
|
|
5871
|
-
/**
|
|
5872
|
-
* The theme determines the visual appearance of the component.
|
|
5873
|
-
*/
|
|
5874
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5875
5226
|
/**
|
|
5876
5227
|
* The type of the button.
|
|
5877
5228
|
*/
|
|
@@ -5879,17 +5230,9 @@ declare namespace LocalJSX {
|
|
|
5879
5230
|
}
|
|
5880
5231
|
interface IonButtons {
|
|
5881
5232
|
/**
|
|
5882
|
-
* 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
|
|
5233
|
+
* 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)
|
|
5883
5234
|
*/
|
|
5884
5235
|
"collapse"?: boolean;
|
|
5885
|
-
/**
|
|
5886
|
-
* The mode determines the platform behaviors of the component.
|
|
5887
|
-
*/
|
|
5888
|
-
"mode"?: "ios" | "md";
|
|
5889
|
-
/**
|
|
5890
|
-
* The theme determines the visual appearance of the component.
|
|
5891
|
-
*/
|
|
5892
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5893
5236
|
}
|
|
5894
5237
|
interface IonCard {
|
|
5895
5238
|
/**
|
|
@@ -5913,7 +5256,7 @@ declare namespace LocalJSX {
|
|
|
5913
5256
|
*/
|
|
5914
5257
|
"href"?: string | undefined;
|
|
5915
5258
|
/**
|
|
5916
|
-
* The mode determines
|
|
5259
|
+
* The mode determines which platform styles to use.
|
|
5917
5260
|
*/
|
|
5918
5261
|
"mode"?: "ios" | "md";
|
|
5919
5262
|
/**
|
|
@@ -5928,18 +5271,10 @@ declare namespace LocalJSX {
|
|
|
5928
5271
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
5929
5272
|
*/
|
|
5930
5273
|
"routerDirection"?: RouterDirection;
|
|
5931
|
-
/**
|
|
5932
|
-
* 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"`.
|
|
5933
|
-
*/
|
|
5934
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5935
5274
|
/**
|
|
5936
5275
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5937
5276
|
*/
|
|
5938
5277
|
"target"?: string | undefined;
|
|
5939
|
-
/**
|
|
5940
|
-
* The theme determines the visual appearance of the component.
|
|
5941
|
-
*/
|
|
5942
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5943
5278
|
/**
|
|
5944
5279
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
5945
5280
|
*/
|
|
@@ -5947,13 +5282,9 @@ declare namespace LocalJSX {
|
|
|
5947
5282
|
}
|
|
5948
5283
|
interface IonCardContent {
|
|
5949
5284
|
/**
|
|
5950
|
-
* The mode determines
|
|
5285
|
+
* The mode determines which platform styles to use.
|
|
5951
5286
|
*/
|
|
5952
5287
|
"mode"?: "ios" | "md";
|
|
5953
|
-
/**
|
|
5954
|
-
* The theme determines the visual appearance of the component.
|
|
5955
|
-
*/
|
|
5956
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5957
5288
|
}
|
|
5958
5289
|
interface IonCardHeader {
|
|
5959
5290
|
/**
|
|
@@ -5961,15 +5292,11 @@ declare namespace LocalJSX {
|
|
|
5961
5292
|
*/
|
|
5962
5293
|
"color"?: Color;
|
|
5963
5294
|
/**
|
|
5964
|
-
* The mode determines
|
|
5295
|
+
* The mode determines which platform styles to use.
|
|
5965
5296
|
*/
|
|
5966
5297
|
"mode"?: "ios" | "md";
|
|
5967
5298
|
/**
|
|
5968
|
-
*
|
|
5969
|
-
*/
|
|
5970
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5971
|
-
/**
|
|
5972
|
-
* 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).
|
|
5299
|
+
* 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).
|
|
5973
5300
|
*/
|
|
5974
5301
|
"translucent"?: boolean;
|
|
5975
5302
|
}
|
|
@@ -5979,13 +5306,9 @@ declare namespace LocalJSX {
|
|
|
5979
5306
|
*/
|
|
5980
5307
|
"color"?: Color;
|
|
5981
5308
|
/**
|
|
5982
|
-
* The mode determines
|
|
5309
|
+
* The mode determines which platform styles to use.
|
|
5983
5310
|
*/
|
|
5984
5311
|
"mode"?: "ios" | "md";
|
|
5985
|
-
/**
|
|
5986
|
-
* The theme determines the visual appearance of the component.
|
|
5987
|
-
*/
|
|
5988
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5989
5312
|
}
|
|
5990
5313
|
interface IonCardTitle {
|
|
5991
5314
|
/**
|
|
@@ -5993,13 +5316,9 @@ declare namespace LocalJSX {
|
|
|
5993
5316
|
*/
|
|
5994
5317
|
"color"?: Color;
|
|
5995
5318
|
/**
|
|
5996
|
-
* The mode determines
|
|
5319
|
+
* The mode determines which platform styles to use.
|
|
5997
5320
|
*/
|
|
5998
5321
|
"mode"?: "ios" | "md";
|
|
5999
|
-
/**
|
|
6000
|
-
* The theme determines the visual appearance of the component.
|
|
6001
|
-
*/
|
|
6002
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6003
5322
|
}
|
|
6004
5323
|
interface IonCheckbox {
|
|
6005
5324
|
/**
|
|
@@ -6031,7 +5350,7 @@ declare namespace LocalJSX {
|
|
|
6031
5350
|
*/
|
|
6032
5351
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
6033
5352
|
/**
|
|
6034
|
-
* The mode determines
|
|
5353
|
+
* The mode determines which platform styles to use.
|
|
6035
5354
|
*/
|
|
6036
5355
|
"mode"?: "ios" | "md";
|
|
6037
5356
|
/**
|
|
@@ -6043,25 +5362,13 @@ declare namespace LocalJSX {
|
|
|
6043
5362
|
*/
|
|
6044
5363
|
"onIonBlur"?: (event: IonCheckboxCustomEvent<void>) => void;
|
|
6045
5364
|
/**
|
|
6046
|
-
* Emitted when the checked property has changed as a result of a user action such as a click.
|
|
5365
|
+
* 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.
|
|
6047
5366
|
*/
|
|
6048
5367
|
"onIonChange"?: (event: IonCheckboxCustomEvent<CheckboxChangeEventDetail>) => void;
|
|
6049
5368
|
/**
|
|
6050
5369
|
* Emitted when the checkbox has focus.
|
|
6051
5370
|
*/
|
|
6052
5371
|
"onIonFocus"?: (event: IonCheckboxCustomEvent<void>) => void;
|
|
6053
|
-
/**
|
|
6054
|
-
* Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
|
|
6055
|
-
*/
|
|
6056
|
-
"shape"?: 'soft' | 'rectangular';
|
|
6057
|
-
/**
|
|
6058
|
-
* Set to `"small"` for a checkbox with less height and padding.
|
|
6059
|
-
*/
|
|
6060
|
-
"size"?: 'small';
|
|
6061
|
-
/**
|
|
6062
|
-
* The theme determines the visual appearance of the component.
|
|
6063
|
-
*/
|
|
6064
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6065
5372
|
/**
|
|
6066
5373
|
* 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>`.
|
|
6067
5374
|
*/
|
|
@@ -6077,31 +5384,15 @@ declare namespace LocalJSX {
|
|
|
6077
5384
|
*/
|
|
6078
5385
|
"disabled"?: boolean;
|
|
6079
5386
|
/**
|
|
6080
|
-
* The mode determines
|
|
5387
|
+
* The mode determines which platform styles to use.
|
|
6081
5388
|
*/
|
|
6082
5389
|
"mode"?: "ios" | "md";
|
|
6083
5390
|
/**
|
|
6084
5391
|
* Display an outline style button.
|
|
6085
5392
|
*/
|
|
6086
5393
|
"outline"?: boolean;
|
|
6087
|
-
/**
|
|
6088
|
-
* 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.
|
|
6089
|
-
*/
|
|
6090
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6091
|
-
/**
|
|
6092
|
-
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
|
|
6093
|
-
*/
|
|
6094
|
-
"size"?: 'small' | 'large';
|
|
6095
|
-
/**
|
|
6096
|
-
* The theme determines the visual appearance of the component.
|
|
6097
|
-
*/
|
|
6098
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6099
5394
|
}
|
|
6100
5395
|
interface IonCol {
|
|
6101
|
-
/**
|
|
6102
|
-
* The mode determines the platform behaviors of the component.
|
|
6103
|
-
*/
|
|
6104
|
-
"mode"?: "ios" | "md";
|
|
6105
5396
|
/**
|
|
6106
5397
|
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
6107
5398
|
*/
|
|
@@ -6198,10 +5489,6 @@ declare namespace LocalJSX {
|
|
|
6198
5489
|
* 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.
|
|
6199
5490
|
*/
|
|
6200
5491
|
"sizeXs"?: string;
|
|
6201
|
-
/**
|
|
6202
|
-
* The theme determines the visual appearance of the component.
|
|
6203
|
-
*/
|
|
6204
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6205
5492
|
}
|
|
6206
5493
|
interface IonContent {
|
|
6207
5494
|
/**
|
|
@@ -6220,10 +5507,6 @@ declare namespace LocalJSX {
|
|
|
6220
5507
|
* If `true`, the content will scroll behind the headers and footers. This effect can easily be seen by setting the toolbar to transparent.
|
|
6221
5508
|
*/
|
|
6222
5509
|
"fullscreen"?: boolean;
|
|
6223
|
-
/**
|
|
6224
|
-
* The mode determines the platform behaviors of the component.
|
|
6225
|
-
*/
|
|
6226
|
-
"mode"?: "ios" | "md";
|
|
6227
5510
|
/**
|
|
6228
5511
|
* Emitted while scrolling. This event is disabled by default. Set `scrollEvents` to `true` to enable.
|
|
6229
5512
|
*/
|
|
@@ -6248,10 +5531,6 @@ declare namespace LocalJSX {
|
|
|
6248
5531
|
* If you want to disable the content scrolling in the Y axis, set this property to `false`.
|
|
6249
5532
|
*/
|
|
6250
5533
|
"scrollY"?: boolean;
|
|
6251
|
-
/**
|
|
6252
|
-
* The theme determines the visual appearance of the component.
|
|
6253
|
-
*/
|
|
6254
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6255
5534
|
}
|
|
6256
5535
|
interface IonDatetime {
|
|
6257
5536
|
/**
|
|
@@ -6319,7 +5598,7 @@ declare namespace LocalJSX {
|
|
|
6319
5598
|
*/
|
|
6320
5599
|
"minuteValues"?: number[] | number | string;
|
|
6321
5600
|
/**
|
|
6322
|
-
* The mode determines
|
|
5601
|
+
* The mode determines which platform styles to use.
|
|
6323
5602
|
*/
|
|
6324
5603
|
"mode"?: "ios" | "md";
|
|
6325
5604
|
/**
|
|
@@ -6382,10 +5661,6 @@ declare namespace LocalJSX {
|
|
|
6382
5661
|
* If `cover`, the `ion-datetime` will expand to cover the full width of its container. If `fixed`, the `ion-datetime` will have a fixed width.
|
|
6383
5662
|
*/
|
|
6384
5663
|
"size"?: 'cover' | 'fixed';
|
|
6385
|
-
/**
|
|
6386
|
-
* The theme determines the visual appearance of the component.
|
|
6387
|
-
*/
|
|
6388
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6389
5664
|
/**
|
|
6390
5665
|
* 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.
|
|
6391
5666
|
*/
|
|
@@ -6413,13 +5688,9 @@ declare namespace LocalJSX {
|
|
|
6413
5688
|
*/
|
|
6414
5689
|
"disabled"?: boolean;
|
|
6415
5690
|
/**
|
|
6416
|
-
* The mode determines
|
|
5691
|
+
* The mode determines which platform styles to use.
|
|
6417
5692
|
*/
|
|
6418
5693
|
"mode"?: "ios" | "md";
|
|
6419
|
-
/**
|
|
6420
|
-
* The theme determines the visual appearance of the component.
|
|
6421
|
-
*/
|
|
6422
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6423
5694
|
}
|
|
6424
5695
|
interface IonFab {
|
|
6425
5696
|
/**
|
|
@@ -6434,14 +5705,6 @@ declare namespace LocalJSX {
|
|
|
6434
5705
|
* Where to align the fab horizontally in the viewport.
|
|
6435
5706
|
*/
|
|
6436
5707
|
"horizontal"?: 'start' | 'end' | 'center';
|
|
6437
|
-
/**
|
|
6438
|
-
* The mode determines the platform behaviors of the component.
|
|
6439
|
-
*/
|
|
6440
|
-
"mode"?: "ios" | "md";
|
|
6441
|
-
/**
|
|
6442
|
-
* The theme determines the visual appearance of the component.
|
|
6443
|
-
*/
|
|
6444
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6445
5708
|
/**
|
|
6446
5709
|
* Where to align the fab vertically in the viewport.
|
|
6447
5710
|
*/
|
|
@@ -6473,7 +5736,7 @@ declare namespace LocalJSX {
|
|
|
6473
5736
|
*/
|
|
6474
5737
|
"href"?: string | undefined;
|
|
6475
5738
|
/**
|
|
6476
|
-
* The mode determines
|
|
5739
|
+
* The mode determines which platform styles to use.
|
|
6477
5740
|
*/
|
|
6478
5741
|
"mode"?: "ios" | "md";
|
|
6479
5742
|
/**
|
|
@@ -6509,11 +5772,7 @@ declare namespace LocalJSX {
|
|
|
6509
5772
|
*/
|
|
6510
5773
|
"target"?: string | undefined;
|
|
6511
5774
|
/**
|
|
6512
|
-
*
|
|
6513
|
-
*/
|
|
6514
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6515
|
-
/**
|
|
6516
|
-
* 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).
|
|
5775
|
+
* 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).
|
|
6517
5776
|
*/
|
|
6518
5777
|
"translucent"?: boolean;
|
|
6519
5778
|
/**
|
|
@@ -6526,34 +5785,22 @@ declare namespace LocalJSX {
|
|
|
6526
5785
|
* If `true`, the fab list will show all fab buttons in the list.
|
|
6527
5786
|
*/
|
|
6528
5787
|
"activated"?: boolean;
|
|
6529
|
-
/**
|
|
6530
|
-
* The mode determines the platform behaviors of the component.
|
|
6531
|
-
*/
|
|
6532
|
-
"mode"?: "ios" | "md";
|
|
6533
5788
|
/**
|
|
6534
5789
|
* The side the fab list will show on relative to the main fab button.
|
|
6535
5790
|
*/
|
|
6536
5791
|
"side"?: 'start' | 'end' | 'top' | 'bottom';
|
|
6537
|
-
/**
|
|
6538
|
-
* The theme determines the visual appearance of the component.
|
|
6539
|
-
*/
|
|
6540
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6541
5792
|
}
|
|
6542
5793
|
interface IonFooter {
|
|
6543
5794
|
/**
|
|
6544
|
-
* Describes the scroll effect that will be applied to the footer. Only applies
|
|
5795
|
+
* Describes the scroll effect that will be applied to the footer. Only applies in iOS mode.
|
|
6545
5796
|
*/
|
|
6546
5797
|
"collapse"?: 'fade';
|
|
6547
5798
|
/**
|
|
6548
|
-
* The mode determines
|
|
5799
|
+
* The mode determines which platform styles to use.
|
|
6549
5800
|
*/
|
|
6550
5801
|
"mode"?: "ios" | "md";
|
|
6551
5802
|
/**
|
|
6552
|
-
*
|
|
6553
|
-
*/
|
|
6554
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6555
|
-
/**
|
|
6556
|
-
* 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.
|
|
5803
|
+
* 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.
|
|
6557
5804
|
*/
|
|
6558
5805
|
"translucent"?: boolean;
|
|
6559
5806
|
}
|
|
@@ -6562,34 +5809,18 @@ declare namespace LocalJSX {
|
|
|
6562
5809
|
* If `true`, the grid will have a fixed width based on the screen size.
|
|
6563
5810
|
*/
|
|
6564
5811
|
"fixed"?: boolean;
|
|
6565
|
-
/**
|
|
6566
|
-
* The mode determines the platform behaviors of the component.
|
|
6567
|
-
*/
|
|
6568
|
-
"mode"?: "ios" | "md";
|
|
6569
|
-
/**
|
|
6570
|
-
* The theme determines the visual appearance of the component.
|
|
6571
|
-
*/
|
|
6572
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6573
5812
|
}
|
|
6574
5813
|
interface IonHeader {
|
|
6575
5814
|
/**
|
|
6576
|
-
* Describes the scroll effect that will be applied to the header. Only applies
|
|
5815
|
+
* 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)
|
|
6577
5816
|
*/
|
|
6578
5817
|
"collapse"?: 'condense' | 'fade';
|
|
6579
5818
|
/**
|
|
6580
|
-
*
|
|
6581
|
-
*/
|
|
6582
|
-
"divider"?: boolean;
|
|
6583
|
-
/**
|
|
6584
|
-
* The mode determines the platform behaviors of the component.
|
|
5819
|
+
* The mode determines which platform styles to use.
|
|
6585
5820
|
*/
|
|
6586
5821
|
"mode"?: "ios" | "md";
|
|
6587
5822
|
/**
|
|
6588
|
-
*
|
|
6589
|
-
*/
|
|
6590
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6591
|
-
/**
|
|
6592
|
-
* If `true`, the header will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility). Note: In order to scroll content behind the header, the `fullscreen` attribute needs to be set on the content.
|
|
5823
|
+
* 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.
|
|
6593
5824
|
*/
|
|
6594
5825
|
"translucent"?: boolean;
|
|
6595
5826
|
}
|
|
@@ -6598,10 +5829,6 @@ declare namespace LocalJSX {
|
|
|
6598
5829
|
* 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.
|
|
6599
5830
|
*/
|
|
6600
5831
|
"alt"?: string;
|
|
6601
|
-
/**
|
|
6602
|
-
* The mode determines the platform behaviors of the component.
|
|
6603
|
-
*/
|
|
6604
|
-
"mode"?: "ios" | "md";
|
|
6605
5832
|
/**
|
|
6606
5833
|
* Emitted when the img fails to load
|
|
6607
5834
|
*/
|
|
@@ -6618,20 +5845,12 @@ declare namespace LocalJSX {
|
|
|
6618
5845
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
6619
5846
|
*/
|
|
6620
5847
|
"src"?: string;
|
|
6621
|
-
/**
|
|
6622
|
-
* The theme determines the visual appearance of the component.
|
|
6623
|
-
*/
|
|
6624
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6625
5848
|
}
|
|
6626
5849
|
interface IonInfiniteScroll {
|
|
6627
5850
|
/**
|
|
6628
5851
|
* If `true`, the infinite scroll will be hidden and scroll event listeners will be removed. Set this to true to disable the infinite scroll from actively trying to receive new data while scrolling. This is useful when it is known that there is no more data that can be added, and the infinite scroll is no longer needed.
|
|
6629
5852
|
*/
|
|
6630
5853
|
"disabled"?: boolean;
|
|
6631
|
-
/**
|
|
6632
|
-
* The mode determines the platform behaviors of the component.
|
|
6633
|
-
*/
|
|
6634
|
-
"mode"?: "ios" | "md";
|
|
6635
5854
|
/**
|
|
6636
5855
|
* 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.
|
|
6637
5856
|
*/
|
|
@@ -6640,10 +5859,6 @@ declare namespace LocalJSX {
|
|
|
6640
5859
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
6641
5860
|
*/
|
|
6642
5861
|
"position"?: 'top' | 'bottom';
|
|
6643
|
-
/**
|
|
6644
|
-
* The theme determines the visual appearance of the component.
|
|
6645
|
-
*/
|
|
6646
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6647
5862
|
/**
|
|
6648
5863
|
* 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.
|
|
6649
5864
|
*/
|
|
@@ -6658,14 +5873,6 @@ declare namespace LocalJSX {
|
|
|
6658
5873
|
* 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.
|
|
6659
5874
|
*/
|
|
6660
5875
|
"loadingText"?: string | IonicSafeString;
|
|
6661
|
-
/**
|
|
6662
|
-
* The mode determines the platform behaviors of the component.
|
|
6663
|
-
*/
|
|
6664
|
-
"mode"?: "ios" | "md";
|
|
6665
|
-
/**
|
|
6666
|
-
* The theme determines the visual appearance of the component.
|
|
6667
|
-
*/
|
|
6668
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6669
5876
|
}
|
|
6670
5877
|
interface IonInput {
|
|
6671
5878
|
/**
|
|
@@ -6725,7 +5932,7 @@ declare namespace LocalJSX {
|
|
|
6725
5932
|
*/
|
|
6726
5933
|
"errorText"?: string;
|
|
6727
5934
|
/**
|
|
6728
|
-
* 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
|
|
5935
|
+
* 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.
|
|
6729
5936
|
*/
|
|
6730
5937
|
"fill"?: 'outline' | 'solid';
|
|
6731
5938
|
/**
|
|
@@ -6741,7 +5948,7 @@ declare namespace LocalJSX {
|
|
|
6741
5948
|
*/
|
|
6742
5949
|
"label"?: string;
|
|
6743
5950
|
/**
|
|
6744
|
-
* 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 ("...").
|
|
5951
|
+
* 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 ("...").
|
|
6745
5952
|
*/
|
|
6746
5953
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
6747
5954
|
/**
|
|
@@ -6761,7 +5968,7 @@ declare namespace LocalJSX {
|
|
|
6761
5968
|
*/
|
|
6762
5969
|
"minlength"?: number;
|
|
6763
5970
|
/**
|
|
6764
|
-
* The mode determines
|
|
5971
|
+
* The mode determines which platform styles to use.
|
|
6765
5972
|
*/
|
|
6766
5973
|
"mode"?: "ios" | "md";
|
|
6767
5974
|
/**
|
|
@@ -6805,13 +6012,9 @@ declare namespace LocalJSX {
|
|
|
6805
6012
|
*/
|
|
6806
6013
|
"required"?: boolean;
|
|
6807
6014
|
/**
|
|
6808
|
-
*
|
|
6809
|
-
*/
|
|
6810
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6811
|
-
/**
|
|
6812
|
-
* 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.
|
|
6015
|
+
* The shape of the input. If "round" it will have an increased border radius.
|
|
6813
6016
|
*/
|
|
6814
|
-
"
|
|
6017
|
+
"shape"?: 'round';
|
|
6815
6018
|
/**
|
|
6816
6019
|
* If `true`, the element will have its spelling and grammar checked.
|
|
6817
6020
|
*/
|
|
@@ -6820,10 +6023,6 @@ declare namespace LocalJSX {
|
|
|
6820
6023
|
* 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.
|
|
6821
6024
|
*/
|
|
6822
6025
|
"step"?: string;
|
|
6823
|
-
/**
|
|
6824
|
-
* The theme determines the visual appearance of the component.
|
|
6825
|
-
*/
|
|
6826
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6827
6026
|
/**
|
|
6828
6027
|
* The type of control to display. The default type is text.
|
|
6829
6028
|
*/
|
|
@@ -6861,7 +6060,7 @@ declare namespace LocalJSX {
|
|
|
6861
6060
|
*/
|
|
6862
6061
|
"color"?: Color;
|
|
6863
6062
|
/**
|
|
6864
|
-
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
6063
|
+
* 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.
|
|
6865
6064
|
*/
|
|
6866
6065
|
"detail"?: boolean;
|
|
6867
6066
|
/**
|
|
@@ -6885,7 +6084,7 @@ declare namespace LocalJSX {
|
|
|
6885
6084
|
*/
|
|
6886
6085
|
"lines"?: 'full' | 'inset' | 'none';
|
|
6887
6086
|
/**
|
|
6888
|
-
* The mode determines
|
|
6087
|
+
* The mode determines which platform styles to use.
|
|
6889
6088
|
*/
|
|
6890
6089
|
"mode"?: "ios" | "md";
|
|
6891
6090
|
/**
|
|
@@ -6904,10 +6103,6 @@ declare namespace LocalJSX {
|
|
|
6904
6103
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6905
6104
|
*/
|
|
6906
6105
|
"target"?: string | undefined;
|
|
6907
|
-
/**
|
|
6908
|
-
* The theme determines the visual appearance of the component.
|
|
6909
|
-
*/
|
|
6910
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6911
6106
|
/**
|
|
6912
6107
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
6913
6108
|
*/
|
|
@@ -6919,27 +6114,15 @@ declare namespace LocalJSX {
|
|
|
6919
6114
|
*/
|
|
6920
6115
|
"color"?: Color;
|
|
6921
6116
|
/**
|
|
6922
|
-
* The mode determines
|
|
6117
|
+
* The mode determines which platform styles to use.
|
|
6923
6118
|
*/
|
|
6924
6119
|
"mode"?: "ios" | "md";
|
|
6925
6120
|
/**
|
|
6926
6121
|
* When it's set to `true`, the item-divider will stay visible when it reaches the top of the viewport until the next `ion-item-divider` replaces it. This feature relies in `position:sticky`: https://caniuse.com/#feat=css-sticky
|
|
6927
6122
|
*/
|
|
6928
6123
|
"sticky"?: boolean;
|
|
6929
|
-
/**
|
|
6930
|
-
* The theme determines the visual appearance of the component.
|
|
6931
|
-
*/
|
|
6932
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6933
6124
|
}
|
|
6934
6125
|
interface IonItemGroup {
|
|
6935
|
-
/**
|
|
6936
|
-
* The mode determines the platform behaviors of the component.
|
|
6937
|
-
*/
|
|
6938
|
-
"mode"?: "ios" | "md";
|
|
6939
|
-
/**
|
|
6940
|
-
* The theme determines the visual appearance of the component.
|
|
6941
|
-
*/
|
|
6942
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6943
6126
|
}
|
|
6944
6127
|
interface IonItemOption {
|
|
6945
6128
|
/**
|
|
@@ -6963,35 +6146,23 @@ declare namespace LocalJSX {
|
|
|
6963
6146
|
*/
|
|
6964
6147
|
"href"?: string | undefined;
|
|
6965
6148
|
/**
|
|
6966
|
-
* The mode determines
|
|
6149
|
+
* The mode determines which platform styles to use.
|
|
6967
6150
|
*/
|
|
6968
6151
|
"mode"?: "ios" | "md";
|
|
6969
6152
|
/**
|
|
6970
6153
|
* 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).
|
|
6971
6154
|
*/
|
|
6972
6155
|
"rel"?: string | undefined;
|
|
6973
|
-
/**
|
|
6974
|
-
* 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.
|
|
6975
|
-
*/
|
|
6976
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6977
6156
|
/**
|
|
6978
6157
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6979
6158
|
*/
|
|
6980
6159
|
"target"?: string | undefined;
|
|
6981
|
-
/**
|
|
6982
|
-
* The theme determines the visual appearance of the component.
|
|
6983
|
-
*/
|
|
6984
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6985
6160
|
/**
|
|
6986
6161
|
* The type of the button.
|
|
6987
6162
|
*/
|
|
6988
6163
|
"type"?: 'submit' | 'reset' | 'button';
|
|
6989
6164
|
}
|
|
6990
6165
|
interface IonItemOptions {
|
|
6991
|
-
/**
|
|
6992
|
-
* The mode determines the platform behaviors of the component.
|
|
6993
|
-
*/
|
|
6994
|
-
"mode"?: "ios" | "md";
|
|
6995
6166
|
/**
|
|
6996
6167
|
* Emitted when the item has been fully swiped.
|
|
6997
6168
|
*/
|
|
@@ -7000,28 +6171,16 @@ declare namespace LocalJSX {
|
|
|
7000
6171
|
* 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.
|
|
7001
6172
|
*/
|
|
7002
6173
|
"side"?: Side;
|
|
7003
|
-
/**
|
|
7004
|
-
* The theme determines the visual appearance of the component.
|
|
7005
|
-
*/
|
|
7006
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7007
6174
|
}
|
|
7008
6175
|
interface IonItemSliding {
|
|
7009
6176
|
/**
|
|
7010
6177
|
* If `true`, the user cannot interact with the sliding item.
|
|
7011
6178
|
*/
|
|
7012
6179
|
"disabled"?: boolean;
|
|
7013
|
-
/**
|
|
7014
|
-
* The mode determines the platform behaviors of the component.
|
|
7015
|
-
*/
|
|
7016
|
-
"mode"?: "ios" | "md";
|
|
7017
6180
|
/**
|
|
7018
6181
|
* Emitted when the sliding position changes.
|
|
7019
6182
|
*/
|
|
7020
6183
|
"onIonDrag"?: (event: IonItemSlidingCustomEvent<any>) => void;
|
|
7021
|
-
/**
|
|
7022
|
-
* The theme determines the visual appearance of the component.
|
|
7023
|
-
*/
|
|
7024
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7025
6184
|
}
|
|
7026
6185
|
interface IonLabel {
|
|
7027
6186
|
/**
|
|
@@ -7029,17 +6188,13 @@ declare namespace LocalJSX {
|
|
|
7029
6188
|
*/
|
|
7030
6189
|
"color"?: Color;
|
|
7031
6190
|
/**
|
|
7032
|
-
* The mode determines
|
|
6191
|
+
* The mode determines which platform styles to use.
|
|
7033
6192
|
*/
|
|
7034
6193
|
"mode"?: "ios" | "md";
|
|
7035
6194
|
/**
|
|
7036
6195
|
* The position determines where and how the label behaves inside an item.
|
|
7037
6196
|
*/
|
|
7038
6197
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
7039
|
-
/**
|
|
7040
|
-
* The theme determines the visual appearance of the component.
|
|
7041
|
-
*/
|
|
7042
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7043
6198
|
}
|
|
7044
6199
|
interface IonList {
|
|
7045
6200
|
/**
|
|
@@ -7051,17 +6206,9 @@ declare namespace LocalJSX {
|
|
|
7051
6206
|
*/
|
|
7052
6207
|
"lines"?: 'full' | 'inset' | 'none';
|
|
7053
6208
|
/**
|
|
7054
|
-
* The mode determines
|
|
6209
|
+
* The mode determines which platform styles to use.
|
|
7055
6210
|
*/
|
|
7056
6211
|
"mode"?: "ios" | "md";
|
|
7057
|
-
/**
|
|
7058
|
-
* 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.
|
|
7059
|
-
*/
|
|
7060
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7061
|
-
/**
|
|
7062
|
-
* The theme determines the visual appearance of the component.
|
|
7063
|
-
*/
|
|
7064
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7065
6212
|
}
|
|
7066
6213
|
interface IonListHeader {
|
|
7067
6214
|
/**
|
|
@@ -7073,13 +6220,9 @@ declare namespace LocalJSX {
|
|
|
7073
6220
|
*/
|
|
7074
6221
|
"lines"?: 'full' | 'inset' | 'none';
|
|
7075
6222
|
/**
|
|
7076
|
-
* The mode determines
|
|
6223
|
+
* The mode determines which platform styles to use.
|
|
7077
6224
|
*/
|
|
7078
6225
|
"mode"?: "ios" | "md";
|
|
7079
|
-
/**
|
|
7080
|
-
* The theme determines the visual appearance of the component.
|
|
7081
|
-
*/
|
|
7082
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7083
6226
|
}
|
|
7084
6227
|
interface IonLoading {
|
|
7085
6228
|
/**
|
|
@@ -7123,7 +6266,7 @@ declare namespace LocalJSX {
|
|
|
7123
6266
|
*/
|
|
7124
6267
|
"message"?: string | IonicSafeString;
|
|
7125
6268
|
/**
|
|
7126
|
-
* The mode determines
|
|
6269
|
+
* The mode determines which platform styles to use.
|
|
7127
6270
|
*/
|
|
7128
6271
|
"mode"?: "ios" | "md";
|
|
7129
6272
|
/**
|
|
@@ -7167,11 +6310,7 @@ declare namespace LocalJSX {
|
|
|
7167
6310
|
*/
|
|
7168
6311
|
"spinner"?: SpinnerTypes | null;
|
|
7169
6312
|
/**
|
|
7170
|
-
*
|
|
7171
|
-
*/
|
|
7172
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7173
|
-
/**
|
|
7174
|
-
* 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).
|
|
6313
|
+
* 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).
|
|
7175
6314
|
*/
|
|
7176
6315
|
"translucent"?: boolean;
|
|
7177
6316
|
/**
|
|
@@ -7196,14 +6335,10 @@ declare namespace LocalJSX {
|
|
|
7196
6335
|
* An id for the menu.
|
|
7197
6336
|
*/
|
|
7198
6337
|
"menuId"?: string;
|
|
7199
|
-
/**
|
|
7200
|
-
* The mode determines the platform behaviors of the component.
|
|
7201
|
-
*/
|
|
7202
|
-
"mode"?: "ios" | "md";
|
|
7203
6338
|
/**
|
|
7204
6339
|
* Emitted when the menu is closed.
|
|
7205
6340
|
*/
|
|
7206
|
-
"onIonDidClose"?: (event: IonMenuCustomEvent<
|
|
6341
|
+
"onIonDidClose"?: (event: IonMenuCustomEvent<MenuCloseEventDetail>) => void;
|
|
7207
6342
|
/**
|
|
7208
6343
|
* Emitted when the menu is open.
|
|
7209
6344
|
*/
|
|
@@ -7211,7 +6346,7 @@ declare namespace LocalJSX {
|
|
|
7211
6346
|
/**
|
|
7212
6347
|
* Emitted when the menu is about to be closed.
|
|
7213
6348
|
*/
|
|
7214
|
-
"onIonWillClose"?: (event: IonMenuCustomEvent<
|
|
6349
|
+
"onIonWillClose"?: (event: IonMenuCustomEvent<MenuCloseEventDetail>) => void;
|
|
7215
6350
|
/**
|
|
7216
6351
|
* Emitted when the menu is about to be opened.
|
|
7217
6352
|
*/
|
|
@@ -7224,10 +6359,6 @@ declare namespace LocalJSX {
|
|
|
7224
6359
|
* If `true`, swiping the menu is enabled.
|
|
7225
6360
|
*/
|
|
7226
6361
|
"swipeGesture"?: boolean;
|
|
7227
|
-
/**
|
|
7228
|
-
* The theme determines the visual appearance of the component.
|
|
7229
|
-
*/
|
|
7230
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7231
6362
|
/**
|
|
7232
6363
|
* The display type of the menu. Available options: `"overlay"`, `"reveal"`, `"push"`.
|
|
7233
6364
|
*/
|
|
@@ -7251,13 +6382,9 @@ declare namespace LocalJSX {
|
|
|
7251
6382
|
*/
|
|
7252
6383
|
"menu"?: string;
|
|
7253
6384
|
/**
|
|
7254
|
-
* The mode determines
|
|
6385
|
+
* The mode determines which platform styles to use.
|
|
7255
6386
|
*/
|
|
7256
6387
|
"mode"?: "ios" | "md";
|
|
7257
|
-
/**
|
|
7258
|
-
* The theme determines the visual appearance of the component.
|
|
7259
|
-
*/
|
|
7260
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7261
6388
|
/**
|
|
7262
6389
|
* The type of the button.
|
|
7263
6390
|
*/
|
|
@@ -7272,14 +6399,6 @@ declare namespace LocalJSX {
|
|
|
7272
6399
|
* 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.
|
|
7273
6400
|
*/
|
|
7274
6401
|
"menu"?: string;
|
|
7275
|
-
/**
|
|
7276
|
-
* The mode determines the platform behaviors of the component.
|
|
7277
|
-
*/
|
|
7278
|
-
"mode"?: "ios" | "md";
|
|
7279
|
-
/**
|
|
7280
|
-
* The theme determines the visual appearance of the component.
|
|
7281
|
-
*/
|
|
7282
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7283
6402
|
}
|
|
7284
6403
|
interface IonModal {
|
|
7285
6404
|
/**
|
|
@@ -7343,7 +6462,7 @@ declare namespace LocalJSX {
|
|
|
7343
6462
|
*/
|
|
7344
6463
|
"leaveAnimation"?: AnimationBuilder;
|
|
7345
6464
|
/**
|
|
7346
|
-
* The mode determines
|
|
6465
|
+
* The mode determines which platform styles to use.
|
|
7347
6466
|
*/
|
|
7348
6467
|
"mode"?: "ios" | "md";
|
|
7349
6468
|
/**
|
|
@@ -7386,18 +6505,10 @@ declare namespace LocalJSX {
|
|
|
7386
6505
|
* 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.
|
|
7387
6506
|
*/
|
|
7388
6507
|
"presentingElement"?: HTMLElement;
|
|
7389
|
-
/**
|
|
7390
|
-
* 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.
|
|
7391
|
-
*/
|
|
7392
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7393
6508
|
/**
|
|
7394
6509
|
* 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.
|
|
7395
6510
|
*/
|
|
7396
6511
|
"showBackdrop"?: boolean;
|
|
7397
|
-
/**
|
|
7398
|
-
* The theme determines the visual appearance of the component.
|
|
7399
|
-
*/
|
|
7400
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7401
6512
|
/**
|
|
7402
6513
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
7403
6514
|
*/
|
|
@@ -7409,13 +6520,9 @@ declare namespace LocalJSX {
|
|
|
7409
6520
|
*/
|
|
7410
6521
|
"animated"?: boolean;
|
|
7411
6522
|
/**
|
|
7412
|
-
* By default `ion-nav` animates transition between pages based
|
|
6523
|
+
* 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.
|
|
7413
6524
|
*/
|
|
7414
6525
|
"animation"?: AnimationBuilder;
|
|
7415
|
-
/**
|
|
7416
|
-
* The mode determines the platform behaviors of the component.
|
|
7417
|
-
*/
|
|
7418
|
-
"mode"?: "ios" | "md";
|
|
7419
6526
|
/**
|
|
7420
6527
|
* Event fired when the nav has changed components
|
|
7421
6528
|
*/
|
|
@@ -7436,10 +6543,6 @@ declare namespace LocalJSX {
|
|
|
7436
6543
|
* If the nav component should allow for swipe-to-go-back.
|
|
7437
6544
|
*/
|
|
7438
6545
|
"swipeGesture"?: boolean;
|
|
7439
|
-
/**
|
|
7440
|
-
* The theme determines the visual appearance of the component.
|
|
7441
|
-
*/
|
|
7442
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7443
6546
|
}
|
|
7444
6547
|
interface IonNavLink {
|
|
7445
6548
|
/**
|
|
@@ -7450,10 +6553,6 @@ declare namespace LocalJSX {
|
|
|
7450
6553
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
7451
6554
|
*/
|
|
7452
6555
|
"componentProps"?: ComponentProps;
|
|
7453
|
-
/**
|
|
7454
|
-
* The mode determines the platform behaviors of the component.
|
|
7455
|
-
*/
|
|
7456
|
-
"mode"?: "ios" | "md";
|
|
7457
6556
|
/**
|
|
7458
6557
|
* The transition animation when navigating to another page.
|
|
7459
6558
|
*/
|
|
@@ -7462,10 +6561,6 @@ declare namespace LocalJSX {
|
|
|
7462
6561
|
* The transition direction when navigating to another page.
|
|
7463
6562
|
*/
|
|
7464
6563
|
"routerDirection"?: RouterDirection;
|
|
7465
|
-
/**
|
|
7466
|
-
* The theme determines the visual appearance of the component.
|
|
7467
|
-
*/
|
|
7468
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7469
6564
|
}
|
|
7470
6565
|
interface IonNote {
|
|
7471
6566
|
/**
|
|
@@ -7473,23 +6568,15 @@ declare namespace LocalJSX {
|
|
|
7473
6568
|
*/
|
|
7474
6569
|
"color"?: Color;
|
|
7475
6570
|
/**
|
|
7476
|
-
* The mode determines
|
|
6571
|
+
* The mode determines which platform styles to use.
|
|
7477
6572
|
*/
|
|
7478
6573
|
"mode"?: "ios" | "md";
|
|
7479
|
-
/**
|
|
7480
|
-
* The theme determines the visual appearance of the component.
|
|
7481
|
-
*/
|
|
7482
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7483
6574
|
}
|
|
7484
6575
|
interface IonPicker {
|
|
7485
6576
|
/**
|
|
7486
|
-
* The mode determines
|
|
6577
|
+
* The mode determines which platform styles to use.
|
|
7487
6578
|
*/
|
|
7488
6579
|
"mode"?: "ios" | "md";
|
|
7489
|
-
/**
|
|
7490
|
-
* The theme determines the visual appearance of the component.
|
|
7491
|
-
*/
|
|
7492
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7493
6580
|
}
|
|
7494
6581
|
interface IonPickerColumn {
|
|
7495
6582
|
/**
|
|
@@ -7501,17 +6588,13 @@ declare namespace LocalJSX {
|
|
|
7501
6588
|
*/
|
|
7502
6589
|
"disabled"?: boolean;
|
|
7503
6590
|
/**
|
|
7504
|
-
* The mode determines
|
|
6591
|
+
* The mode determines which platform styles to use.
|
|
7505
6592
|
*/
|
|
7506
6593
|
"mode"?: "ios" | "md";
|
|
7507
6594
|
/**
|
|
7508
6595
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
7509
6596
|
*/
|
|
7510
6597
|
"onIonChange"?: (event: IonPickerColumnCustomEvent<PickerColumnChangeEventDetail>) => void;
|
|
7511
|
-
/**
|
|
7512
|
-
* The theme determines the visual appearance of the component.
|
|
7513
|
-
*/
|
|
7514
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7515
6598
|
/**
|
|
7516
6599
|
* The selected option in the picker.
|
|
7517
6600
|
*/
|
|
@@ -7526,14 +6609,6 @@ declare namespace LocalJSX {
|
|
|
7526
6609
|
* If `true`, the user cannot interact with the picker column option.
|
|
7527
6610
|
*/
|
|
7528
6611
|
"disabled"?: boolean;
|
|
7529
|
-
/**
|
|
7530
|
-
* The mode determines the platform behaviors of the component.
|
|
7531
|
-
*/
|
|
7532
|
-
"mode"?: "ios" | "md";
|
|
7533
|
-
/**
|
|
7534
|
-
* The theme determines the visual appearance of the component.
|
|
7535
|
-
*/
|
|
7536
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7537
6612
|
/**
|
|
7538
6613
|
* The text value of the option.
|
|
7539
6614
|
*/
|
|
@@ -7585,7 +6660,7 @@ declare namespace LocalJSX {
|
|
|
7585
6660
|
*/
|
|
7586
6661
|
"leaveAnimation"?: AnimationBuilder;
|
|
7587
6662
|
/**
|
|
7588
|
-
* The mode determines
|
|
6663
|
+
* The mode determines which platform styles to use.
|
|
7589
6664
|
*/
|
|
7590
6665
|
"mode"?: "ios" | "md";
|
|
7591
6666
|
/**
|
|
@@ -7624,10 +6699,6 @@ declare namespace LocalJSX {
|
|
|
7624
6699
|
* If `true`, a backdrop will be displayed behind the picker.
|
|
7625
6700
|
*/
|
|
7626
6701
|
"showBackdrop"?: boolean;
|
|
7627
|
-
/**
|
|
7628
|
-
* The theme determines the visual appearance of the component.
|
|
7629
|
-
*/
|
|
7630
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7631
6702
|
/**
|
|
7632
6703
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
7633
6704
|
*/
|
|
@@ -7641,7 +6712,7 @@ declare namespace LocalJSX {
|
|
|
7641
6712
|
}
|
|
7642
6713
|
interface IonPopover {
|
|
7643
6714
|
/**
|
|
7644
|
-
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `
|
|
6715
|
+
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios` mode, and `"start"` for `md` mode.
|
|
7645
6716
|
*/
|
|
7646
6717
|
"alignment"?: PositionAlign;
|
|
7647
6718
|
/**
|
|
@@ -7649,7 +6720,7 @@ declare namespace LocalJSX {
|
|
|
7649
6720
|
*/
|
|
7650
6721
|
"animated"?: boolean;
|
|
7651
6722
|
/**
|
|
7652
|
-
* If `true`, the popover will display an arrow that points at the `reference`
|
|
6723
|
+
* If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
|
|
7653
6724
|
*/
|
|
7654
6725
|
"arrow"?: boolean;
|
|
7655
6726
|
/**
|
|
@@ -7701,7 +6772,7 @@ declare namespace LocalJSX {
|
|
|
7701
6772
|
*/
|
|
7702
6773
|
"leaveAnimation"?: AnimationBuilder;
|
|
7703
6774
|
/**
|
|
7704
|
-
* The mode determines
|
|
6775
|
+
* The mode determines which platform styles to use.
|
|
7705
6776
|
*/
|
|
7706
6777
|
"mode"?: "ios" | "md";
|
|
7707
6778
|
/**
|
|
@@ -7753,11 +6824,7 @@ declare namespace LocalJSX {
|
|
|
7753
6824
|
*/
|
|
7754
6825
|
"size"?: PopoverSize;
|
|
7755
6826
|
/**
|
|
7756
|
-
*
|
|
7757
|
-
*/
|
|
7758
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7759
|
-
/**
|
|
7760
|
-
* 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).
|
|
6827
|
+
* 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).
|
|
7761
6828
|
*/
|
|
7762
6829
|
"translucent"?: boolean;
|
|
7763
6830
|
/**
|
|
@@ -7779,17 +6846,13 @@ declare namespace LocalJSX {
|
|
|
7779
6846
|
*/
|
|
7780
6847
|
"color"?: Color;
|
|
7781
6848
|
/**
|
|
7782
|
-
* The mode determines
|
|
6849
|
+
* The mode determines which platform styles to use.
|
|
7783
6850
|
*/
|
|
7784
6851
|
"mode"?: "ios" | "md";
|
|
7785
6852
|
/**
|
|
7786
6853
|
* If true, reverse the progress bar direction.
|
|
7787
6854
|
*/
|
|
7788
6855
|
"reversed"?: boolean;
|
|
7789
|
-
/**
|
|
7790
|
-
* The theme determines the visual appearance of the component.
|
|
7791
|
-
*/
|
|
7792
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7793
6856
|
/**
|
|
7794
6857
|
* 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).
|
|
7795
6858
|
*/
|
|
@@ -7821,7 +6884,7 @@ declare namespace LocalJSX {
|
|
|
7821
6884
|
*/
|
|
7822
6885
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
7823
6886
|
/**
|
|
7824
|
-
* The mode determines
|
|
6887
|
+
* The mode determines which platform styles to use.
|
|
7825
6888
|
*/
|
|
7826
6889
|
"mode"?: "ios" | "md";
|
|
7827
6890
|
/**
|
|
@@ -7836,10 +6899,6 @@ declare namespace LocalJSX {
|
|
|
7836
6899
|
* Emitted when the radio button has focus.
|
|
7837
6900
|
*/
|
|
7838
6901
|
"onIonFocus"?: (event: IonRadioCustomEvent<void>) => void;
|
|
7839
|
-
/**
|
|
7840
|
-
* The theme determines the visual appearance of the component.
|
|
7841
|
-
*/
|
|
7842
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7843
6902
|
/**
|
|
7844
6903
|
* the value of the radio.
|
|
7845
6904
|
*/
|
|
@@ -7854,10 +6913,6 @@ declare namespace LocalJSX {
|
|
|
7854
6913
|
* This property allows developers to specify a custom function or property name for comparing objects when determining the selected option in the ion-radio-group. When not specified, the default behavior will use strict equality (===) for comparison.
|
|
7855
6914
|
*/
|
|
7856
6915
|
"compareWith"?: string | RadioGroupCompareFn | null;
|
|
7857
|
-
/**
|
|
7858
|
-
* The mode determines the platform behaviors of the component.
|
|
7859
|
-
*/
|
|
7860
|
-
"mode"?: "ios" | "md";
|
|
7861
6916
|
/**
|
|
7862
6917
|
* The name of the control, which is submitted with the form data.
|
|
7863
6918
|
*/
|
|
@@ -7866,10 +6921,6 @@ declare namespace LocalJSX {
|
|
|
7866
6921
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
7867
6922
|
*/
|
|
7868
6923
|
"onIonChange"?: (event: IonRadioGroupCustomEvent<RadioGroupChangeEventDetail>) => void;
|
|
7869
|
-
/**
|
|
7870
|
-
* The theme determines the visual appearance of the component.
|
|
7871
|
-
*/
|
|
7872
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7873
6924
|
/**
|
|
7874
6925
|
* the value of the radio group.
|
|
7875
6926
|
*/
|
|
@@ -7913,7 +6964,7 @@ declare namespace LocalJSX {
|
|
|
7913
6964
|
*/
|
|
7914
6965
|
"min"?: number;
|
|
7915
6966
|
/**
|
|
7916
|
-
* The mode determines
|
|
6967
|
+
* The mode determines which platform styles to use.
|
|
7917
6968
|
*/
|
|
7918
6969
|
"mode"?: "ios" | "md";
|
|
7919
6970
|
/**
|
|
@@ -7960,10 +7011,6 @@ declare namespace LocalJSX {
|
|
|
7960
7011
|
* Specifies the value granularity.
|
|
7961
7012
|
*/
|
|
7962
7013
|
"step"?: number;
|
|
7963
|
-
/**
|
|
7964
|
-
* The theme determines the visual appearance of the component.
|
|
7965
|
-
*/
|
|
7966
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7967
7014
|
/**
|
|
7968
7015
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
7969
7016
|
*/
|
|
@@ -7983,7 +7030,7 @@ declare namespace LocalJSX {
|
|
|
7983
7030
|
*/
|
|
7984
7031
|
"disabled"?: boolean;
|
|
7985
7032
|
/**
|
|
7986
|
-
* The mode determines
|
|
7033
|
+
* The mode determines which platform styles to use.
|
|
7987
7034
|
*/
|
|
7988
7035
|
"mode"?: "ios" | "md";
|
|
7989
7036
|
/**
|
|
@@ -8014,16 +7061,8 @@ declare namespace LocalJSX {
|
|
|
8014
7061
|
* Time it takes the refresher to snap back to the `refreshing` state. Does not apply when the refresher content uses a spinner, enabling the native refresher.
|
|
8015
7062
|
*/
|
|
8016
7063
|
"snapbackDuration"?: string;
|
|
8017
|
-
/**
|
|
8018
|
-
* The theme determines the visual appearance of the component.
|
|
8019
|
-
*/
|
|
8020
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8021
7064
|
}
|
|
8022
7065
|
interface IonRefresherContent {
|
|
8023
|
-
/**
|
|
8024
|
-
* The mode determines the platform behaviors of the component.
|
|
8025
|
-
*/
|
|
8026
|
-
"mode"?: "ios" | "md";
|
|
8027
7066
|
/**
|
|
8028
7067
|
* 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.
|
|
8029
7068
|
*/
|
|
@@ -8040,48 +7079,20 @@ declare namespace LocalJSX {
|
|
|
8040
7079
|
* 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.
|
|
8041
7080
|
*/
|
|
8042
7081
|
"refreshingText"?: string | IonicSafeString;
|
|
8043
|
-
/**
|
|
8044
|
-
* The theme determines the visual appearance of the component.
|
|
8045
|
-
*/
|
|
8046
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8047
7082
|
}
|
|
8048
7083
|
interface IonReorder {
|
|
8049
|
-
/**
|
|
8050
|
-
* The mode determines the platform behaviors of the component.
|
|
8051
|
-
*/
|
|
8052
|
-
"mode"?: "ios" | "md";
|
|
8053
|
-
/**
|
|
8054
|
-
* The theme determines the visual appearance of the component.
|
|
8055
|
-
*/
|
|
8056
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8057
7084
|
}
|
|
8058
7085
|
interface IonReorderGroup {
|
|
8059
7086
|
/**
|
|
8060
7087
|
* If `true`, the reorder will be hidden.
|
|
8061
7088
|
*/
|
|
8062
7089
|
"disabled"?: boolean;
|
|
8063
|
-
/**
|
|
8064
|
-
* The mode determines the platform behaviors of the component.
|
|
8065
|
-
*/
|
|
8066
|
-
"mode"?: "ios" | "md";
|
|
8067
7090
|
/**
|
|
8068
7091
|
* 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.
|
|
8069
7092
|
*/
|
|
8070
7093
|
"onIonItemReorder"?: (event: IonReorderGroupCustomEvent<ItemReorderEventDetail>) => void;
|
|
8071
|
-
/**
|
|
8072
|
-
* The theme determines the visual appearance of the component.
|
|
8073
|
-
*/
|
|
8074
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8075
7094
|
}
|
|
8076
7095
|
interface IonRippleEffect {
|
|
8077
|
-
/**
|
|
8078
|
-
* The mode determines the platform behaviors of the component.
|
|
8079
|
-
*/
|
|
8080
|
-
"mode"?: "ios" | "md";
|
|
8081
|
-
/**
|
|
8082
|
-
* The theme determines the visual appearance of the component.
|
|
8083
|
-
*/
|
|
8084
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8085
7096
|
/**
|
|
8086
7097
|
* 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.
|
|
8087
7098
|
*/
|
|
@@ -8104,18 +7115,10 @@ declare namespace LocalJSX {
|
|
|
8104
7115
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
8105
7116
|
*/
|
|
8106
7117
|
"componentProps"?: { [key: string]: any };
|
|
8107
|
-
/**
|
|
8108
|
-
* The mode determines the platform behaviors of the component.
|
|
8109
|
-
*/
|
|
8110
|
-
"mode"?: "ios" | "md";
|
|
8111
7118
|
/**
|
|
8112
7119
|
* Used internally by `ion-router` to know when this route did change.
|
|
8113
7120
|
*/
|
|
8114
7121
|
"onIonRouteDataChanged"?: (event: IonRouteCustomEvent<any>) => void;
|
|
8115
|
-
/**
|
|
8116
|
-
* The theme determines the visual appearance of the component.
|
|
8117
|
-
*/
|
|
8118
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8119
7122
|
/**
|
|
8120
7123
|
* 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.
|
|
8121
7124
|
*/
|
|
@@ -8136,10 +7139,6 @@ declare namespace LocalJSX {
|
|
|
8136
7139
|
"to": string | undefined | null;
|
|
8137
7140
|
}
|
|
8138
7141
|
interface IonRouter {
|
|
8139
|
-
/**
|
|
8140
|
-
* The mode determines the platform behaviors of the component.
|
|
8141
|
-
*/
|
|
8142
|
-
"mode"?: "ios" | "md";
|
|
8143
7142
|
/**
|
|
8144
7143
|
* Emitted when the route had changed
|
|
8145
7144
|
*/
|
|
@@ -8152,10 +7151,6 @@ declare namespace LocalJSX {
|
|
|
8152
7151
|
* The root path to use when matching URLs. By default, this is set to "/", but you can specify an alternate prefix for all URL paths.
|
|
8153
7152
|
*/
|
|
8154
7153
|
"root"?: string;
|
|
8155
|
-
/**
|
|
8156
|
-
* The theme determines the visual appearance of the component.
|
|
8157
|
-
*/
|
|
8158
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8159
7154
|
/**
|
|
8160
7155
|
* 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.
|
|
8161
7156
|
*/
|
|
@@ -8170,10 +7165,6 @@ declare namespace LocalJSX {
|
|
|
8170
7165
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
8171
7166
|
*/
|
|
8172
7167
|
"href"?: string | undefined;
|
|
8173
|
-
/**
|
|
8174
|
-
* The mode determines the platform behaviors of the component.
|
|
8175
|
-
*/
|
|
8176
|
-
"mode"?: "ios" | "md";
|
|
8177
7168
|
/**
|
|
8178
7169
|
* 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).
|
|
8179
7170
|
*/
|
|
@@ -8190,10 +7181,6 @@ declare namespace LocalJSX {
|
|
|
8190
7181
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
8191
7182
|
*/
|
|
8192
7183
|
"target"?: string | undefined;
|
|
8193
|
-
/**
|
|
8194
|
-
* The theme determines the visual appearance of the component.
|
|
8195
|
-
*/
|
|
8196
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8197
7184
|
}
|
|
8198
7185
|
interface IonRouterOutlet {
|
|
8199
7186
|
/**
|
|
@@ -8205,23 +7192,11 @@ declare namespace LocalJSX {
|
|
|
8205
7192
|
*/
|
|
8206
7193
|
"animation"?: AnimationBuilder;
|
|
8207
7194
|
/**
|
|
8208
|
-
* The mode determines
|
|
7195
|
+
* The mode determines which platform styles to use.
|
|
8209
7196
|
*/
|
|
8210
7197
|
"mode"?: "ios" | "md";
|
|
8211
|
-
/**
|
|
8212
|
-
* The theme determines the visual appearance of the component.
|
|
8213
|
-
*/
|
|
8214
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8215
7198
|
}
|
|
8216
7199
|
interface IonRow {
|
|
8217
|
-
/**
|
|
8218
|
-
* The mode determines the platform behaviors of the component.
|
|
8219
|
-
*/
|
|
8220
|
-
"mode"?: "ios" | "md";
|
|
8221
|
-
/**
|
|
8222
|
-
* The theme determines the visual appearance of the component.
|
|
8223
|
-
*/
|
|
8224
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8225
7200
|
}
|
|
8226
7201
|
interface IonSearchbar {
|
|
8227
7202
|
/**
|
|
@@ -8241,15 +7216,15 @@ declare namespace LocalJSX {
|
|
|
8241
7216
|
*/
|
|
8242
7217
|
"autocorrect"?: 'on' | 'off';
|
|
8243
7218
|
/**
|
|
8244
|
-
* Set the cancel button icon. Only
|
|
7219
|
+
* Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
|
|
8245
7220
|
*/
|
|
8246
7221
|
"cancelButtonIcon"?: string;
|
|
8247
7222
|
/**
|
|
8248
|
-
* Set the the cancel button text. Only
|
|
7223
|
+
* Set the the cancel button text. Only applies to `ios` mode.
|
|
8249
7224
|
*/
|
|
8250
7225
|
"cancelButtonText"?: string;
|
|
8251
7226
|
/**
|
|
8252
|
-
* Set the clear icon. Defaults to `
|
|
7227
|
+
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
|
|
8253
7228
|
*/
|
|
8254
7229
|
"clearIcon"?: string;
|
|
8255
7230
|
/**
|
|
@@ -8281,7 +7256,7 @@ declare namespace LocalJSX {
|
|
|
8281
7256
|
*/
|
|
8282
7257
|
"minlength"?: number;
|
|
8283
7258
|
/**
|
|
8284
|
-
* The mode determines
|
|
7259
|
+
* The mode determines which platform styles to use.
|
|
8285
7260
|
*/
|
|
8286
7261
|
"mode"?: "ios" | "md";
|
|
8287
7262
|
/**
|
|
@@ -8317,7 +7292,7 @@ declare namespace LocalJSX {
|
|
|
8317
7292
|
*/
|
|
8318
7293
|
"placeholder"?: string;
|
|
8319
7294
|
/**
|
|
8320
|
-
* The icon to use as the search icon. Defaults to `
|
|
7295
|
+
* The icon to use as the search icon. Defaults to `search-outline` in `ios` mode and `search-sharp` in `md` mode.
|
|
8321
7296
|
*/
|
|
8322
7297
|
"searchIcon"?: string;
|
|
8323
7298
|
/**
|
|
@@ -8332,10 +7307,6 @@ declare namespace LocalJSX {
|
|
|
8332
7307
|
* If `true`, enable spellcheck on the input.
|
|
8333
7308
|
*/
|
|
8334
7309
|
"spellcheck"?: boolean;
|
|
8335
|
-
/**
|
|
8336
|
-
* The theme determines the visual appearance of the component.
|
|
8337
|
-
*/
|
|
8338
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8339
7310
|
/**
|
|
8340
7311
|
* Set the type of the input.
|
|
8341
7312
|
*/
|
|
@@ -8355,7 +7326,7 @@ declare namespace LocalJSX {
|
|
|
8355
7326
|
*/
|
|
8356
7327
|
"disabled"?: boolean;
|
|
8357
7328
|
/**
|
|
8358
|
-
* The mode determines
|
|
7329
|
+
* The mode determines which platform styles to use.
|
|
8359
7330
|
*/
|
|
8360
7331
|
"mode"?: "ios" | "md";
|
|
8361
7332
|
/**
|
|
@@ -8374,10 +7345,6 @@ declare namespace LocalJSX {
|
|
|
8374
7345
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
8375
7346
|
*/
|
|
8376
7347
|
"swipeGesture"?: boolean;
|
|
8377
|
-
/**
|
|
8378
|
-
* The theme determines the visual appearance of the component.
|
|
8379
|
-
*/
|
|
8380
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8381
7348
|
/**
|
|
8382
7349
|
* the value of the segment.
|
|
8383
7350
|
*/
|
|
@@ -8393,13 +7360,9 @@ declare namespace LocalJSX {
|
|
|
8393
7360
|
*/
|
|
8394
7361
|
"layout"?: SegmentButtonLayout;
|
|
8395
7362
|
/**
|
|
8396
|
-
* The mode determines
|
|
7363
|
+
* The mode determines which platform styles to use.
|
|
8397
7364
|
*/
|
|
8398
7365
|
"mode"?: "ios" | "md";
|
|
8399
|
-
/**
|
|
8400
|
-
* The theme determines the visual appearance of the component.
|
|
8401
|
-
*/
|
|
8402
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8403
7366
|
/**
|
|
8404
7367
|
* The type of the button.
|
|
8405
7368
|
*/
|
|
@@ -8427,19 +7390,19 @@ declare namespace LocalJSX {
|
|
|
8427
7390
|
*/
|
|
8428
7391
|
"disabled"?: boolean;
|
|
8429
7392
|
/**
|
|
8430
|
-
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `
|
|
7393
|
+
* 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.
|
|
8431
7394
|
*/
|
|
8432
7395
|
"expandedIcon"?: string;
|
|
8433
7396
|
/**
|
|
8434
|
-
* 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
|
|
7397
|
+
* 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.
|
|
8435
7398
|
*/
|
|
8436
7399
|
"fill"?: 'outline' | 'solid';
|
|
8437
7400
|
/**
|
|
8438
|
-
* The interface the select should use: `action-sheet`, `popover` or `
|
|
7401
|
+
* The interface the select should use: `action-sheet`, `popover`, `alert`, or `modal`.
|
|
8439
7402
|
*/
|
|
8440
7403
|
"interface"?: SelectInterface;
|
|
8441
7404
|
/**
|
|
8442
|
-
* Any additional options that the `alert`, `action-sheet` or `popover` interface can take. See the [ion-alert docs](./alert), the [ion-action-sheet docs](./action-sheet)
|
|
7405
|
+
* Any additional options that the `alert`, `action-sheet` or `popover` interface can take. See the [ion-alert docs](./alert), the [ion-action-sheet docs](./action-sheet), the [ion-popover docs](./popover), and the [ion-modal docs](./modal) for the create options for each interface. Note: `interfaceOptions` will not override `inputs` or `buttons` with the `alert` interface.
|
|
8443
7406
|
*/
|
|
8444
7407
|
"interfaceOptions"?: any;
|
|
8445
7408
|
/**
|
|
@@ -8455,7 +7418,7 @@ declare namespace LocalJSX {
|
|
|
8455
7418
|
*/
|
|
8456
7419
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
8457
7420
|
/**
|
|
8458
|
-
* The mode determines
|
|
7421
|
+
* The mode determines which platform styles to use.
|
|
8459
7422
|
*/
|
|
8460
7423
|
"mode"?: "ios" | "md";
|
|
8461
7424
|
/**
|
|
@@ -8503,11 +7466,7 @@ declare namespace LocalJSX {
|
|
|
8503
7466
|
*/
|
|
8504
7467
|
"shape"?: 'round';
|
|
8505
7468
|
/**
|
|
8506
|
-
* The
|
|
8507
|
-
*/
|
|
8508
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8509
|
-
/**
|
|
8510
|
-
* The toggle icon to use. Defaults to `"chevronExpand"` for the `"ios"` theme, or `"caretDownSharp"` for the `"md"` and `"ionic"` themes.
|
|
7469
|
+
* The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
|
|
8511
7470
|
*/
|
|
8512
7471
|
"toggleIcon"?: string;
|
|
8513
7472
|
/**
|
|
@@ -8515,19 +7474,16 @@ declare namespace LocalJSX {
|
|
|
8515
7474
|
*/
|
|
8516
7475
|
"value"?: any | null;
|
|
8517
7476
|
}
|
|
7477
|
+
interface IonSelectModal {
|
|
7478
|
+
"header"?: string;
|
|
7479
|
+
"multiple"?: boolean;
|
|
7480
|
+
"options"?: SelectModalOption[];
|
|
7481
|
+
}
|
|
8518
7482
|
interface IonSelectOption {
|
|
8519
7483
|
/**
|
|
8520
7484
|
* 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.
|
|
8521
7485
|
*/
|
|
8522
7486
|
"disabled"?: boolean;
|
|
8523
|
-
/**
|
|
8524
|
-
* The mode determines the platform behaviors of the component.
|
|
8525
|
-
*/
|
|
8526
|
-
"mode"?: "ios" | "md";
|
|
8527
|
-
/**
|
|
8528
|
-
* The theme determines the visual appearance of the component.
|
|
8529
|
-
*/
|
|
8530
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8531
7487
|
/**
|
|
8532
7488
|
* The text value of the option.
|
|
8533
7489
|
*/
|
|
@@ -8542,10 +7498,6 @@ declare namespace LocalJSX {
|
|
|
8542
7498
|
* The text content of the popover body
|
|
8543
7499
|
*/
|
|
8544
7500
|
"message"?: string;
|
|
8545
|
-
/**
|
|
8546
|
-
* The mode determines the platform behaviors of the component.
|
|
8547
|
-
*/
|
|
8548
|
-
"mode"?: "ios" | "md";
|
|
8549
7501
|
/**
|
|
8550
7502
|
* If true, the select accepts multiple values
|
|
8551
7503
|
*/
|
|
@@ -8558,24 +7510,12 @@ declare namespace LocalJSX {
|
|
|
8558
7510
|
* The subheader text of the popover
|
|
8559
7511
|
*/
|
|
8560
7512
|
"subHeader"?: string;
|
|
8561
|
-
/**
|
|
8562
|
-
* The theme determines the visual appearance of the component.
|
|
8563
|
-
*/
|
|
8564
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8565
7513
|
}
|
|
8566
7514
|
interface IonSkeletonText {
|
|
8567
7515
|
/**
|
|
8568
7516
|
* If `true`, the skeleton text will animate.
|
|
8569
7517
|
*/
|
|
8570
7518
|
"animated"?: boolean;
|
|
8571
|
-
/**
|
|
8572
|
-
* The mode determines the platform behaviors of the component.
|
|
8573
|
-
*/
|
|
8574
|
-
"mode"?: "ios" | "md";
|
|
8575
|
-
/**
|
|
8576
|
-
* The theme determines the visual appearance of the component.
|
|
8577
|
-
*/
|
|
8578
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8579
7519
|
}
|
|
8580
7520
|
interface IonSpinner {
|
|
8581
7521
|
/**
|
|
@@ -8586,10 +7526,6 @@ declare namespace LocalJSX {
|
|
|
8586
7526
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
8587
7527
|
*/
|
|
8588
7528
|
"duration"?: number;
|
|
8589
|
-
/**
|
|
8590
|
-
* The mode determines the platform behaviors of the component.
|
|
8591
|
-
*/
|
|
8592
|
-
"mode"?: "ios" | "md";
|
|
8593
7529
|
/**
|
|
8594
7530
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
8595
7531
|
*/
|
|
@@ -8598,14 +7534,6 @@ declare namespace LocalJSX {
|
|
|
8598
7534
|
* If `true`, the spinner's animation will be paused.
|
|
8599
7535
|
*/
|
|
8600
7536
|
"paused"?: boolean;
|
|
8601
|
-
/**
|
|
8602
|
-
* 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.
|
|
8603
|
-
*/
|
|
8604
|
-
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
8605
|
-
/**
|
|
8606
|
-
* The theme determines the visual appearance of the component.
|
|
8607
|
-
*/
|
|
8608
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8609
7537
|
}
|
|
8610
7538
|
interface IonSplitPane {
|
|
8611
7539
|
/**
|
|
@@ -8616,18 +7544,10 @@ declare namespace LocalJSX {
|
|
|
8616
7544
|
* If `true`, the split pane will be hidden.
|
|
8617
7545
|
*/
|
|
8618
7546
|
"disabled"?: boolean;
|
|
8619
|
-
/**
|
|
8620
|
-
* The mode determines the platform behaviors of the component.
|
|
8621
|
-
*/
|
|
8622
|
-
"mode"?: "ios" | "md";
|
|
8623
7547
|
/**
|
|
8624
7548
|
* Expression to be called when the split-pane visibility has changed
|
|
8625
7549
|
*/
|
|
8626
7550
|
"onIonSplitPaneVisible"?: (event: IonSplitPaneCustomEvent<{ visible: boolean }>) => void;
|
|
8627
|
-
/**
|
|
8628
|
-
* The theme determines the visual appearance of the component.
|
|
8629
|
-
*/
|
|
8630
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8631
7551
|
/**
|
|
8632
7552
|
* When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
|
|
8633
7553
|
*/
|
|
@@ -8638,18 +7558,10 @@ declare namespace LocalJSX {
|
|
|
8638
7558
|
* The component to display inside of the tab.
|
|
8639
7559
|
*/
|
|
8640
7560
|
"component"?: ComponentRef;
|
|
8641
|
-
/**
|
|
8642
|
-
* The mode determines the platform behaviors of the component.
|
|
8643
|
-
*/
|
|
8644
|
-
"mode"?: "ios" | "md";
|
|
8645
7561
|
/**
|
|
8646
7562
|
* 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.
|
|
8647
7563
|
*/
|
|
8648
7564
|
"tab": string;
|
|
8649
|
-
/**
|
|
8650
|
-
* The theme determines the visual appearance of the component.
|
|
8651
|
-
*/
|
|
8652
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8653
7565
|
}
|
|
8654
7566
|
interface IonTabBar {
|
|
8655
7567
|
/**
|
|
@@ -8657,11 +7569,7 @@ declare namespace LocalJSX {
|
|
|
8657
7569
|
*/
|
|
8658
7570
|
"color"?: Color;
|
|
8659
7571
|
/**
|
|
8660
|
-
*
|
|
8661
|
-
*/
|
|
8662
|
-
"expand"?: 'compact' | 'full';
|
|
8663
|
-
/**
|
|
8664
|
-
* The mode determines the platform behaviors of the component.
|
|
7572
|
+
* The mode determines which platform styles to use.
|
|
8665
7573
|
*/
|
|
8666
7574
|
"mode"?: "ios" | "md";
|
|
8667
7575
|
/**
|
|
@@ -8669,15 +7577,7 @@ declare namespace LocalJSX {
|
|
|
8669
7577
|
*/
|
|
8670
7578
|
"selectedTab"?: string;
|
|
8671
7579
|
/**
|
|
8672
|
-
*
|
|
8673
|
-
*/
|
|
8674
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
8675
|
-
/**
|
|
8676
|
-
* The theme determines the visual appearance of the component.
|
|
8677
|
-
*/
|
|
8678
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8679
|
-
/**
|
|
8680
|
-
* 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).
|
|
7580
|
+
* 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).
|
|
8681
7581
|
*/
|
|
8682
7582
|
"translucent"?: boolean;
|
|
8683
7583
|
}
|
|
@@ -8699,7 +7599,7 @@ declare namespace LocalJSX {
|
|
|
8699
7599
|
*/
|
|
8700
7600
|
"layout"?: TabButtonLayout;
|
|
8701
7601
|
/**
|
|
8702
|
-
* The mode determines
|
|
7602
|
+
* The mode determines which platform styles to use.
|
|
8703
7603
|
*/
|
|
8704
7604
|
"mode"?: "ios" | "md";
|
|
8705
7605
|
/**
|
|
@@ -8718,16 +7618,8 @@ declare namespace LocalJSX {
|
|
|
8718
7618
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
8719
7619
|
*/
|
|
8720
7620
|
"target"?: string | undefined;
|
|
8721
|
-
/**
|
|
8722
|
-
* The theme determines the visual appearance of the component.
|
|
8723
|
-
*/
|
|
8724
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8725
7621
|
}
|
|
8726
7622
|
interface IonTabs {
|
|
8727
|
-
/**
|
|
8728
|
-
* The mode determines the platform behaviors of the component.
|
|
8729
|
-
*/
|
|
8730
|
-
"mode"?: "ios" | "md";
|
|
8731
7623
|
/**
|
|
8732
7624
|
* Emitted when the navigation has finished transitioning to a new component.
|
|
8733
7625
|
*/
|
|
@@ -8736,10 +7628,6 @@ declare namespace LocalJSX {
|
|
|
8736
7628
|
* Emitted when the navigation is about to transition to a new component.
|
|
8737
7629
|
*/
|
|
8738
7630
|
"onIonTabsWillChange"?: (event: IonTabsCustomEvent<{ tab: string }>) => void;
|
|
8739
|
-
/**
|
|
8740
|
-
* The theme determines the visual appearance of the component.
|
|
8741
|
-
*/
|
|
8742
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8743
7631
|
}
|
|
8744
7632
|
interface IonText {
|
|
8745
7633
|
/**
|
|
@@ -8747,13 +7635,9 @@ declare namespace LocalJSX {
|
|
|
8747
7635
|
*/
|
|
8748
7636
|
"color"?: Color;
|
|
8749
7637
|
/**
|
|
8750
|
-
* The mode determines
|
|
7638
|
+
* The mode determines which platform styles to use.
|
|
8751
7639
|
*/
|
|
8752
7640
|
"mode"?: "ios" | "md";
|
|
8753
|
-
/**
|
|
8754
|
-
* The theme determines the visual appearance of the component.
|
|
8755
|
-
*/
|
|
8756
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8757
7641
|
}
|
|
8758
7642
|
interface IonTextarea {
|
|
8759
7643
|
/**
|
|
@@ -8805,7 +7689,7 @@ declare namespace LocalJSX {
|
|
|
8805
7689
|
*/
|
|
8806
7690
|
"errorText"?: string;
|
|
8807
7691
|
/**
|
|
8808
|
-
* 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
|
|
7692
|
+
* 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.
|
|
8809
7693
|
*/
|
|
8810
7694
|
"fill"?: 'outline' | 'solid';
|
|
8811
7695
|
/**
|
|
@@ -8833,7 +7717,7 @@ declare namespace LocalJSX {
|
|
|
8833
7717
|
*/
|
|
8834
7718
|
"minlength"?: number;
|
|
8835
7719
|
/**
|
|
8836
|
-
* The mode determines
|
|
7720
|
+
* The mode determines which platform styles to use.
|
|
8837
7721
|
*/
|
|
8838
7722
|
"mode"?: "ios" | "md";
|
|
8839
7723
|
/**
|
|
@@ -8873,21 +7757,13 @@ declare namespace LocalJSX {
|
|
|
8873
7757
|
*/
|
|
8874
7758
|
"rows"?: number;
|
|
8875
7759
|
/**
|
|
8876
|
-
*
|
|
7760
|
+
* The shape of the textarea. If "round" it will have an increased border radius.
|
|
8877
7761
|
*/
|
|
8878
|
-
"shape"?: '
|
|
8879
|
-
/**
|
|
8880
|
-
* 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.
|
|
8881
|
-
*/
|
|
8882
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
7762
|
+
"shape"?: 'round';
|
|
8883
7763
|
/**
|
|
8884
7764
|
* If `true`, the element will have its spelling and grammar checked.
|
|
8885
7765
|
*/
|
|
8886
7766
|
"spellcheck"?: boolean;
|
|
8887
|
-
/**
|
|
8888
|
-
* The theme determines the visual appearance of the component.
|
|
8889
|
-
*/
|
|
8890
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8891
7767
|
/**
|
|
8892
7768
|
* The value of the textarea.
|
|
8893
7769
|
*/
|
|
@@ -8898,32 +7774,16 @@ declare namespace LocalJSX {
|
|
|
8898
7774
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
8899
7775
|
}
|
|
8900
7776
|
interface IonThumbnail {
|
|
8901
|
-
/**
|
|
8902
|
-
* The mode determines the platform behaviors of the component.
|
|
8903
|
-
*/
|
|
8904
|
-
"mode"?: "ios" | "md";
|
|
8905
|
-
/**
|
|
8906
|
-
* The theme determines the visual appearance of the component.
|
|
8907
|
-
*/
|
|
8908
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8909
7777
|
}
|
|
8910
7778
|
interface IonTitle {
|
|
8911
7779
|
/**
|
|
8912
7780
|
* 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).
|
|
8913
7781
|
*/
|
|
8914
7782
|
"color"?: Color;
|
|
8915
|
-
/**
|
|
8916
|
-
* The mode determines the platform behaviors of the component.
|
|
8917
|
-
*/
|
|
8918
|
-
"mode"?: "ios" | "md";
|
|
8919
7783
|
/**
|
|
8920
7784
|
* The size of the toolbar title.
|
|
8921
7785
|
*/
|
|
8922
7786
|
"size"?: 'large' | 'small';
|
|
8923
|
-
/**
|
|
8924
|
-
* The theme determines the visual appearance of the component.
|
|
8925
|
-
*/
|
|
8926
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8927
7787
|
}
|
|
8928
7788
|
interface IonToast {
|
|
8929
7789
|
/**
|
|
@@ -8983,7 +7843,7 @@ declare namespace LocalJSX {
|
|
|
8983
7843
|
*/
|
|
8984
7844
|
"message"?: string | IonicSafeString;
|
|
8985
7845
|
/**
|
|
8986
|
-
* The mode determines
|
|
7846
|
+
* The mode determines which platform styles to use.
|
|
8987
7847
|
*/
|
|
8988
7848
|
"mode"?: "ios" | "md";
|
|
8989
7849
|
/**
|
|
@@ -9026,20 +7886,12 @@ declare namespace LocalJSX {
|
|
|
9026
7886
|
* 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.
|
|
9027
7887
|
*/
|
|
9028
7888
|
"positionAnchor"?: HTMLElement | string;
|
|
9029
|
-
/**
|
|
9030
|
-
* 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.
|
|
9031
|
-
*/
|
|
9032
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
9033
7889
|
/**
|
|
9034
7890
|
* 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.
|
|
9035
7891
|
*/
|
|
9036
7892
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
9037
7893
|
/**
|
|
9038
|
-
*
|
|
9039
|
-
*/
|
|
9040
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9041
|
-
/**
|
|
9042
|
-
* 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).
|
|
7894
|
+
* 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).
|
|
9043
7895
|
*/
|
|
9044
7896
|
"translucent"?: boolean;
|
|
9045
7897
|
/**
|
|
@@ -9077,7 +7929,7 @@ declare namespace LocalJSX {
|
|
|
9077
7929
|
*/
|
|
9078
7930
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
9079
7931
|
/**
|
|
9080
|
-
* The mode determines
|
|
7932
|
+
* The mode determines which platform styles to use.
|
|
9081
7933
|
*/
|
|
9082
7934
|
"mode"?: "ios" | "md";
|
|
9083
7935
|
/**
|
|
@@ -9096,10 +7948,6 @@ declare namespace LocalJSX {
|
|
|
9096
7948
|
* Emitted when the toggle has focus.
|
|
9097
7949
|
*/
|
|
9098
7950
|
"onIonFocus"?: (event: IonToggleCustomEvent<void>) => void;
|
|
9099
|
-
/**
|
|
9100
|
-
* The theme determines the visual appearance of the component.
|
|
9101
|
-
*/
|
|
9102
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9103
7951
|
/**
|
|
9104
7952
|
* 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>`.
|
|
9105
7953
|
*/
|
|
@@ -9111,13 +7959,9 @@ declare namespace LocalJSX {
|
|
|
9111
7959
|
*/
|
|
9112
7960
|
"color"?: Color;
|
|
9113
7961
|
/**
|
|
9114
|
-
* The mode determines
|
|
7962
|
+
* The mode determines which platform styles to use.
|
|
9115
7963
|
*/
|
|
9116
7964
|
"mode"?: "ios" | "md";
|
|
9117
|
-
/**
|
|
9118
|
-
* The theme determines the visual appearance of the component.
|
|
9119
|
-
*/
|
|
9120
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9121
7965
|
}
|
|
9122
7966
|
interface IntrinsicElements {
|
|
9123
7967
|
"ion-accordion": IonAccordion;
|
|
@@ -9197,6 +8041,7 @@ declare namespace LocalJSX {
|
|
|
9197
8041
|
"ion-segment": IonSegment;
|
|
9198
8042
|
"ion-segment-button": IonSegmentButton;
|
|
9199
8043
|
"ion-select": IonSelect;
|
|
8044
|
+
"ion-select-modal": IonSelectModal;
|
|
9200
8045
|
"ion-select-option": IonSelectOption;
|
|
9201
8046
|
"ion-select-popover": IonSelectPopover;
|
|
9202
8047
|
"ion-skeleton-text": IonSkeletonText;
|
|
@@ -9296,6 +8141,7 @@ declare module "@stencil/core" {
|
|
|
9296
8141
|
"ion-segment": LocalJSX.IonSegment & JSXBase.HTMLAttributes<HTMLIonSegmentElement>;
|
|
9297
8142
|
"ion-segment-button": LocalJSX.IonSegmentButton & JSXBase.HTMLAttributes<HTMLIonSegmentButtonElement>;
|
|
9298
8143
|
"ion-select": LocalJSX.IonSelect & JSXBase.HTMLAttributes<HTMLIonSelectElement>;
|
|
8144
|
+
"ion-select-modal": LocalJSX.IonSelectModal & JSXBase.HTMLAttributes<HTMLIonSelectModalElement>;
|
|
9299
8145
|
"ion-select-option": LocalJSX.IonSelectOption & JSXBase.HTMLAttributes<HTMLIonSelectOptionElement>;
|
|
9300
8146
|
"ion-select-popover": LocalJSX.IonSelectPopover & JSXBase.HTMLAttributes<HTMLIonSelectPopoverElement>;
|
|
9301
8147
|
"ion-skeleton-text": LocalJSX.IonSkeletonText & JSXBase.HTMLAttributes<HTMLIonSkeletonTextElement>;
|