@ionic/core 8.3.4-dev.11729606086.12d2b081 → 8.3.4-dev.11729642487.1f5bd24e
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 +10 -15
- 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 +13 -30
- 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/helpers.js +1 -4
- package/components/index2.js +2 -2
- package/components/index4.js +9 -8
- 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 +12 -14
- 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 +15 -24
- 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 +8 -12
- package/components/ion-modal.js +21 -47
- 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-option.js +2 -5
- package/components/ion-select.js +28 -77
- 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 +7 -11
- package/components/ion-toast.js +12 -30
- package/components/ion-toggle.js +18 -77
- package/components/ion-toolbar.js +7 -11
- 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/notch-controller.js +1 -1
- package/components/overlays.js +15 -5
- 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 +3 -5
- package/components/radio.js +8 -12
- package/components/ripple-effect.js +8 -18
- package/components/select-popover.js +2 -9
- package/components/spinner.js +9 -36
- package/components/status-tap.js +1 -1
- 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-2c8b42cd.js → index-9509ecad.js} +7 -8
- package/dist/cjs/{index-71085796.js → index-9cd00dc3.js} +15 -14
- 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 +41 -42
- 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 +21 -36
- 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 +49 -67
- package/dist/cjs/ion-modal.cjs.entry.js +67 -90
- 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 +21 -27
- 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_3.cjs.entry.js +63 -118
- 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-32de87c4.js} +29 -19
- 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/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 +12 -15
- 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 +14 -63
- 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 +7 -12
- package/dist/collection/components/menu/menu.md.css +3 -15
- package/dist/collection/components/menu-button/menu-button.ios.css +14 -48
- package/dist/collection/components/menu-button/menu-button.js +10 -26
- package/dist/collection/components/menu-button/menu-button.md.css +15 -49
- package/dist/collection/components/menu-toggle/menu-toggle.js +5 -8
- package/dist/collection/components/modal/animations/sheet.js +2 -4
- 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 +9 -12
- package/dist/collection/components/radio/radio.md.css +91 -134
- package/dist/collection/components/radio-group/radio-group.js +3 -9
- 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 +31 -79
- package/dist/collection/components/select/select.md.css +5 -38
- 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 -65
- 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/overlays.js +11 -3
- 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 +321 -6997
- 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/{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-82405a4a.js → index-fe1782b1.js} +11 -10
- 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 +21 -22
- 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 +14 -29
- 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 +29 -47
- package/dist/esm/ion-modal.entry.js +31 -54
- 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 +12 -18
- 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_3.entry.js +38 -93
- 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-0a2b29bd.js} +17 -7
- 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/{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-fe1782b1.js +4 -0
- 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 +1 -1
- package/dist/esm-es5/ion-chip.entry.js +1 -1
- package/dist/esm-es5/ion-col_3.entry.js +1 -1
- package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
- package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
- package/dist/esm-es5/ion-fab_3.entry.js +1 -1
- package/dist/esm-es5/ion-img.entry.js +1 -1
- package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
- package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
- package/dist/esm-es5/ion-input.entry.js +1 -1
- package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
- package/dist/esm-es5/ion-item_8.entry.js +1 -1
- package/dist/esm-es5/ion-loading.entry.js +1 -1
- package/dist/esm-es5/ion-menu_3.entry.js +1 -1
- package/dist/esm-es5/ion-modal.entry.js +1 -1
- package/dist/esm-es5/ion-nav_2.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column.entry.js +1 -1
- package/dist/esm-es5/ion-picker.entry.js +1 -1
- package/dist/esm-es5/ion-popover.entry.js +1 -1
- package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
- package/dist/esm-es5/ion-radio_2.entry.js +1 -1
- package/dist/esm-es5/ion-range.entry.js +1 -1
- package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
- package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
- package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
- package/dist/esm-es5/ion-route_4.entry.js +1 -1
- package/dist/esm-es5/ion-searchbar.entry.js +1 -1
- package/dist/esm-es5/ion-segment_2.entry.js +1 -1
- package/dist/esm-es5/ion-select_3.entry.js +1 -1
- package/dist/esm-es5/ion-spinner.entry.js +1 -1
- package/dist/esm-es5/ion-split-pane.entry.js +1 -1
- package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
- package/dist/esm-es5/ion-tab_2.entry.js +1 -1
- package/dist/esm-es5/ion-text.entry.js +1 -1
- package/dist/esm-es5/ion-textarea.entry.js +1 -1
- package/dist/esm-es5/ion-toast.entry.js +1 -1
- package/dist/esm-es5/ion-toggle.entry.js +1 -1
- package/dist/esm-es5/ionic-global-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-0a2b29bd.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 +208 -2295
- 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-003eecb9.entry.js +4 -0
- package/dist/ionic/p-00b01a55.system.entry.js +4 -0
- package/dist/ionic/p-01503bbd.system.entry.js +4 -0
- package/dist/ionic/p-0241f63d.entry.js +4 -0
- package/dist/ionic/p-0303d0f8.js +4 -0
- package/dist/ionic/p-0373d924.system.entry.js +4 -0
- package/dist/ionic/p-03f8812e.system.entry.js +4 -0
- package/dist/ionic/p-0574e87e.js +4 -0
- package/dist/ionic/p-05beda73.entry.js +4 -0
- package/dist/ionic/p-06e58c4e.js +4 -0
- package/dist/ionic/p-06fee233.js +4 -0
- package/dist/ionic/p-0c06e09b.system.js +4 -0
- package/dist/ionic/p-17474161.system.js +4 -0
- package/dist/ionic/p-176b372f.entry.js +4 -0
- package/dist/ionic/{p-61a51379.system.js → p-19ea7bff.system.js} +1 -1
- package/dist/ionic/p-1dfc11b3.system.js +4 -0
- package/dist/ionic/p-1e4371bd.js +4 -0
- package/dist/ionic/{p-115d74cd.system.js → p-1e955a45.system.js} +1 -1
- package/dist/ionic/p-21cfd4de.entry.js +4 -0
- package/dist/ionic/p-21e5e7e4.js +4 -0
- package/dist/ionic/p-2200e26b.entry.js +4 -0
- package/dist/ionic/p-233e6c93.entry.js +4 -0
- package/dist/ionic/p-25180df3.system.js +5 -0
- package/dist/ionic/p-25928b83.system.entry.js +4 -0
- package/dist/ionic/p-2690b1de.js +4 -0
- package/dist/ionic/{p-4ed7dfdb.js → p-27281edd.js} +1 -1
- package/dist/ionic/p-293ed6ac.system.entry.js +4 -0
- package/dist/ionic/p-2b7827c7.js +4 -0
- package/dist/ionic/p-2c039cb5.system.entry.js +4 -0
- package/dist/ionic/p-2c4bdd9d.entry.js +4 -0
- package/dist/ionic/p-2ca6eac2.system.entry.js +4 -0
- package/dist/ionic/p-2ea1ca4f.system.entry.js +4 -0
- package/dist/ionic/p-2f537637.system.entry.js +4 -0
- package/dist/ionic/{p-6f8c2e62.system.entry.js → p-313ccc01.system.entry.js} +1 -1
- package/dist/ionic/p-31505575.system.entry.js +4 -0
- package/dist/ionic/p-322c5fb4.system.js +4 -0
- package/dist/ionic/p-325a45ae.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-3c968c7f.system.entry.js +4 -0
- package/dist/ionic/p-3cc276f4.js +4 -0
- package/dist/ionic/p-43c5fdf3.entry.js +4 -0
- package/dist/ionic/p-44d1539c.system.entry.js +4 -0
- package/dist/ionic/{p-4b153a9f.entry.js → p-49bc6544.entry.js} +1 -1
- package/dist/ionic/p-4a0a4204.system.entry.js +4 -0
- package/dist/ionic/p-4a7b057b.entry.js +4 -0
- package/dist/ionic/p-4a82bd1c.system.entry.js +4 -0
- package/dist/ionic/p-4b0fedb7.system.entry.js +4 -0
- package/dist/ionic/p-4c2d5b80.system.js +4 -0
- package/dist/ionic/p-4c8fceb0.entry.js +4 -0
- package/dist/ionic/p-521eca2e.entry.js +4 -0
- package/dist/ionic/p-53854390.entry.js +4 -0
- package/dist/ionic/p-53add985.system.entry.js +4 -0
- package/dist/ionic/p-5417b9bb.entry.js +4 -0
- package/dist/ionic/{p-3bfe43bc.system.js → p-5da94421.system.js} +2 -2
- package/dist/ionic/p-5e658f0a.system.entry.js +4 -0
- package/dist/ionic/p-5e842258.entry.js +4 -0
- package/dist/ionic/p-60cc7986.entry.js +4 -0
- package/dist/ionic/p-6562e0a9.system.entry.js +4 -0
- package/dist/ionic/p-661ce4a8.entry.js +4 -0
- package/dist/ionic/p-6817cf42.system.entry.js +4 -0
- package/dist/ionic/p-68c4df55.entry.js +4 -0
- package/dist/ionic/p-69066a53.js +4 -0
- package/dist/ionic/p-6b8893dd.entry.js +4 -0
- package/dist/ionic/p-6e85e450.entry.js +4 -0
- package/dist/ionic/p-6ebfce44.system.entry.js +4 -0
- package/dist/ionic/p-7243df6f.entry.js +4 -0
- package/dist/ionic/p-7251fed5.entry.js +4 -0
- package/dist/ionic/p-72812e99.js +4 -0
- package/dist/ionic/p-72bc8a1c.js +4 -0
- package/dist/ionic/p-72ffd137.system.entry.js +4 -0
- package/dist/ionic/p-755b27f0.system.entry.js +4 -0
- package/dist/ionic/{p-adec897a.system.entry.js → p-75c0dc65.system.entry.js} +1 -1
- package/dist/ionic/p-773d118d.entry.js +4 -0
- package/dist/ionic/p-7740e32c.system.js +4 -0
- package/dist/ionic/p-776761d3.system.js +4 -0
- package/dist/ionic/p-792919fd.system.js +4 -0
- package/dist/ionic/p-7b30edcc.js +4 -0
- package/dist/ionic/p-7cdf40c8.entry.js +4 -0
- package/dist/ionic/p-7e63d17a.entry.js +4 -0
- package/dist/ionic/p-8087fa74.entry.js +4 -0
- package/dist/ionic/p-82ab7ccb.entry.js +4 -0
- package/dist/ionic/{p-a65fe34d.system.entry.js → p-836d39d4.system.entry.js} +1 -1
- package/dist/ionic/p-8635f5e6.system.js +4 -0
- package/dist/ionic/p-8836d0eb.system.entry.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-2b428cf6.entry.js → p-89a0a446.entry.js} +1 -1
- package/dist/ionic/{p-b9b36d56.js → p-89b61afc.js} +1 -1
- package/dist/ionic/p-8b6232a6.system.entry.js +4 -0
- package/dist/ionic/p-8d44cf1f.entry.js +4 -0
- package/dist/ionic/{p-747e9c9a.system.js → p-9146695e.system.js} +1 -1
- package/dist/ionic/p-9172535c.entry.js +4 -0
- package/dist/ionic/p-92d7a3d1.entry.js +4 -0
- package/dist/ionic/p-93f37ceb.system.entry.js +4 -0
- package/dist/ionic/p-95823c62.system.entry.js +4 -0
- package/dist/ionic/p-960803fc.system.entry.js +4 -0
- package/dist/ionic/p-96cc4814.js +4 -0
- package/dist/ionic/p-96f273ae.system.js +4 -0
- package/dist/ionic/{p-093de343.system.entry.js → p-973f0b15.system.entry.js} +1 -1
- package/dist/ionic/p-9b6c6302.system.entry.js +4 -0
- package/dist/ionic/{p-3a11234f.system.js → p-9ea607bd.system.js} +2 -2
- package/dist/ionic/p-9ece8dcf.entry.js +4 -0
- package/dist/ionic/p-9f3008d4.system.js +4 -0
- package/dist/ionic/p-a0c88dc2.system.entry.js +4 -0
- package/dist/ionic/p-a15ddedb.system.js +4 -0
- package/dist/ionic/p-a3711608.system.entry.js +4 -0
- package/dist/ionic/p-a4565eb5.system.js +4 -0
- package/dist/ionic/p-a69b9fc5.system.js +4 -0
- package/dist/ionic/p-a879ecb7.system.entry.js +4 -0
- package/dist/ionic/p-a90e2708.system.entry.js +4 -0
- package/dist/ionic/{p-f8e329da.system.js → p-a93873de.system.js} +1 -1
- package/dist/ionic/p-abe101da.system.js +4 -0
- package/dist/ionic/p-af999a31.entry.js +4 -0
- 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-b54fc1ae.entry.js +4 -0
- package/dist/ionic/p-b7657e8d.entry.js +4 -0
- package/dist/ionic/p-b8f65a4b.system.entry.js +4 -0
- package/dist/ionic/p-b9734222.entry.js +4 -0
- package/dist/ionic/p-baffaf8d.system.entry.js +4 -0
- package/dist/ionic/p-bd25d639.system.entry.js +4 -0
- package/dist/ionic/p-bef16705.entry.js +4 -0
- package/dist/ionic/p-bfa2e81c.entry.js +4 -0
- package/dist/ionic/p-c1d2cc3e.system.entry.js +4 -0
- package/dist/ionic/p-c34659b9.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-cdb11938.system.entry.js +4 -0
- package/dist/ionic/p-ce705aac.system.entry.js +4 -0
- package/dist/ionic/p-d0b47384.system.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-a9fd9d48.js → p-d836d43e.js} +2 -2
- package/dist/ionic/p-da263d8e.entry.js +4 -0
- package/dist/ionic/{p-58f16ef6.js → p-da2b833b.js} +1 -1
- package/dist/ionic/p-df83e308.system.entry.js +4 -0
- package/dist/ionic/{p-25e2c98f.system.js → p-dfb78785.system.js} +1 -1
- package/dist/ionic/p-e3a5da9d.entry.js +4 -0
- package/dist/ionic/p-e3e1e3de.entry.js +4 -0
- package/dist/ionic/p-e3f13b08.js +4 -0
- package/dist/ionic/p-ecceeb90.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-f5455629.entry.js +4 -0
- package/dist/ionic/{p-d9e1c48c.system.js → p-f687573e.system.js} +1 -1
- package/dist/ionic/p-f88ebc36.entry.js +4 -0
- package/dist/ionic/p-f8c8b9ba.entry.js +4 -0
- package/dist/ionic/p-f9a53abb.system.js +4 -0
- package/dist/ionic/{p-0695a0af.system.entry.js → p-fcd71204.system.entry.js} +1 -1
- package/dist/ionic/{p-6ecebfc6.entry.js → p-fd0cb4ef.entry.js} +1 -1
- package/dist/ionic/p-ff4b7e40.system.js +4 -0
- package/dist/ionic/p-ffb17177.system.entry.js +4 -0
- package/dist/types/components/accordion/accordion.d.ts +3 -5
- package/dist/types/components/accordion-group/accordion-group.d.ts +1 -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 +4 -14
- 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.d.ts +0 -3
- package/dist/types/components/menu-button/menu-button.d.ts +1 -3
- package/dist/types/components/menu-toggle/menu-toggle.d.ts +0 -3
- package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
- package/dist/types/components/modal/modal-interface.d.ts +7 -4
- package/dist/types/components/modal/modal.d.ts +1 -11
- package/dist/types/components/nav/nav-interface.d.ts +1 -9
- package/dist/types/components/nav/nav.d.ts +1 -5
- package/dist/types/components/nav-link/nav-link.d.ts +0 -4
- package/dist/types/components/note/note.d.ts +1 -2
- package/dist/types/components/picker/picker.d.ts +1 -2
- package/dist/types/components/picker-column/picker-column.d.ts +1 -2
- package/dist/types/components/picker-column-option/picker-column-option.d.ts +0 -4
- package/dist/types/components/picker-legacy/picker.d.ts +1 -2
- package/dist/types/components/popover/popover-interface.d.ts +6 -3
- package/dist/types/components/popover/popover.d.ts +5 -6
- package/dist/types/components/progress-bar/progress-bar.d.ts +1 -2
- package/dist/types/components/radio/radio.d.ts +1 -2
- package/dist/types/components/radio-group/radio-group.d.ts +0 -4
- package/dist/types/components/range/range.d.ts +1 -2
- package/dist/types/components/refresher/refresher.d.ts +1 -2
- package/dist/types/components/refresher-content/refresher-content.d.ts +0 -4
- package/dist/types/components/reorder/reorder.d.ts +0 -9
- package/dist/types/components/reorder-group/reorder-group.d.ts +0 -4
- package/dist/types/components/ripple-effect/ripple-effect.d.ts +0 -4
- package/dist/types/components/route/route.d.ts +0 -4
- package/dist/types/components/router/router.d.ts +0 -4
- package/dist/types/components/router-link/router-link.d.ts +0 -4
- package/dist/types/components/router-outlet/router-outlet.d.ts +1 -4
- package/dist/types/components/row/row.d.ts +0 -4
- package/dist/types/components/searchbar/searchbar.d.ts +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.d.ts +5 -20
- 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 +178 -1354
- 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 +1 -31
- package/dist/types/utils/test/playwright/generator.d.ts +2 -31
- package/hydrate/index.js +857 -2245
- package/hydrate/index.mjs +857 -2245
- package/package.json +5 -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 -203
- package/dist/collection/components/accordion-group/accordion-group.ionic.css +0 -83
- package/dist/collection/components/avatar/avatar.ionic.css +0 -271
- package/dist/collection/components/backdrop/backdrop.ionic.css +0 -153
- package/dist/collection/components/badge/badge.ionic.css +0 -251
- package/dist/collection/components/button/button.ionic.css +0 -591
- package/dist/collection/components/buttons/buttons.ionic.css +0 -101
- package/dist/collection/components/card/card.ionic.css +0 -139
- package/dist/collection/components/card-content/card-content.ionic.css +0 -92
- package/dist/collection/components/card-header/card-header.ionic.css +0 -89
- package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +0 -148
- package/dist/collection/components/checkbox/checkbox.ionic.css +0 -409
- package/dist/collection/components/chip/chip.ionic.css +0 -162
- package/dist/collection/components/datetime/datetime.ionic.css +0 -670
- package/dist/collection/components/header/header.ionic.css +0 -88
- package/dist/collection/components/input/input.ionic.css +0 -1099
- 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 -143
- package/dist/collection/components/item/item.ionic.css +0 -504
- package/dist/collection/components/item-option/item-option.ionic.css +0 -334
- package/dist/collection/components/item-options/item-options.ionic.css +0 -260
- package/dist/collection/components/list/list.ionic.css +0 -196
- package/dist/collection/components/list-header/list-header.ionic.css +0 -238
- package/dist/collection/components/menu-button/menu-button.ionic.css +0 -240
- package/dist/collection/components/modal/modal.ionic.css +0 -241
- package/dist/collection/components/radio/radio.ionic.css +0 -420
- package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +0 -154
- package/dist/collection/components/searchbar/searchbar.ionic.css +0 -347
- package/dist/collection/components/segment/segment.ionic.css +0 -119
- package/dist/collection/components/segment-button/segment-button.ionic.css +0 -352
- package/dist/collection/components/spinner/spinner.common.css +0 -199
- package/dist/collection/components/tab-bar/tab-bar.ionic.css +0 -254
- package/dist/collection/components/tab-button/tab-button.ionic.css +0 -273
- package/dist/collection/components/textarea/textarea.ionic.css +0 -806
- package/dist/collection/components/title/title.ionic.css +0 -147
- package/dist/collection/components/toast/toast.ionic.css +0 -359
- package/dist/collection/components/toggle/toggle.ionic.css +0 -421
- package/dist/collection/components/toolbar/toolbar.ionic.css +0 -235
- 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-027d729e.entry.js +0 -4
- package/dist/ionic/p-036e1c5b.entry.js +0 -4
- package/dist/ionic/p-06ec4706.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-0ade0499.system.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-14719a77.entry.js +0 -4
- package/dist/ionic/p-15d51b10.js +0 -4
- package/dist/ionic/p-221e5078.system.js +0 -4
- package/dist/ionic/p-243adf8c.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-2c368e32.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-334c09da.entry.js +0 -4
- package/dist/ionic/p-33a1d951.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-38f9a43d.entry.js +0 -4
- package/dist/ionic/p-39c02066.system.entry.js +0 -4
- package/dist/ionic/p-3c24f9f2.entry.js +0 -4
- package/dist/ionic/p-3ca5196c.js +0 -4
- package/dist/ionic/p-3d9cad0b.system.entry.js +0 -4
- package/dist/ionic/p-413a936c.entry.js +0 -4
- package/dist/ionic/p-419fac38.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-45c0763d.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-49d80815.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-4f4ad0e8.system.entry.js +0 -4
- package/dist/ionic/p-4feea938.entry.js +0 -4
- package/dist/ionic/p-501ae197.system.entry.js +0 -4
- package/dist/ionic/p-521ef3a2.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-64a3567c.system.entry.js +0 -4
- package/dist/ionic/p-660f3b98.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-6d9e1887.system.entry.js +0 -4
- package/dist/ionic/p-6df759c8.system.entry.js +0 -4
- package/dist/ionic/p-70c6cd75.system.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-729e689f.entry.js +0 -4
- package/dist/ionic/p-73e32456.system.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-8421aedf.js +0 -4
- package/dist/ionic/p-846dd10a.entry.js +0 -4
- package/dist/ionic/p-90089868.system.entry.js +0 -4
- package/dist/ionic/p-9152f6a3.system.entry.js +0 -4
- package/dist/ionic/p-92b48263.entry.js +0 -4
- package/dist/ionic/p-931dc464.entry.js +0 -4
- package/dist/ionic/p-9a9eb866.entry.js +0 -4
- package/dist/ionic/p-9c526519.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-a6aaef61.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-ac64cba5.entry.js +0 -4
- package/dist/ionic/p-adaa7af1.entry.js +0 -4
- package/dist/ionic/p-b0e10591.entry.js +0 -4
- package/dist/ionic/p-b14c601a.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-b6fc8ee2.system.entry.js +0 -4
- package/dist/ionic/p-ba3ddec4.js +0 -4
- package/dist/ionic/p-bd50f24e.system.entry.js +0 -4
- package/dist/ionic/p-c248c88d.system.js +0 -4
- package/dist/ionic/p-c2a4c5c5.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-c8a54d29.system.entry.js +0 -4
- package/dist/ionic/p-cb131dda.system.entry.js +0 -4
- package/dist/ionic/p-cb8800fe.system.entry.js +0 -4
- package/dist/ionic/p-cf2f1ede.entry.js +0 -4
- package/dist/ionic/p-d0259f44.system.js +0 -4
- package/dist/ionic/p-d085c881.system.entry.js +0 -4
- package/dist/ionic/p-d0953ec9.system.entry.js +0 -4
- package/dist/ionic/p-d0b7fe70.entry.js +0 -4
- package/dist/ionic/p-d10313a6.system.js +0 -4
- package/dist/ionic/p-d2a55f0a.system.entry.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-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-e270862e.js +0 -4
- package/dist/ionic/p-e3b70846.system.js +0 -4
- package/dist/ionic/p-e5239905.system.entry.js +0 -4
- package/dist/ionic/p-e7546060.entry.js +0 -4
- package/dist/ionic/p-e9f8aa95.entry.js +0 -4
- package/dist/ionic/p-ea2ed35e.system.entry.js +0 -4
- package/dist/ionic/p-ecae6572.entry.js +0 -4
- package/dist/ionic/p-eeb60a8f.entry.js +0 -4
- package/dist/ionic/p-f065578f.js +0 -4
- package/dist/ionic/p-f41914c0.system.entry.js +0 -4
- package/dist/ionic/p-f4ae533b.js +0 -4
- package/dist/ionic/p-f61ce679.js +0 -4
- package/dist/ionic/p-f63f81aa.system.entry.js +0 -4
- package/dist/ionic/p-f670192b.system.entry.js +0 -4
- package/dist/ionic/p-fac985b6.system.entry.js +0 -4
- package/dist/ionic/p-fafdb8b2.entry.js +0 -4
- package/dist/ionic/p-fbcb3139.entry.js +0 -4
- package/dist/ionic/p-fbcf9790.system.entry.js +0 -4
- /package/dist/collection/components/{refresher-content/refresher-content.css → input-password-toggle/input-password-toggle.css} +0 -0
|
@@ -82,21 +82,17 @@ export namespace Components {
|
|
|
82
82
|
*/
|
|
83
83
|
"disabled": boolean;
|
|
84
84
|
/**
|
|
85
|
-
* The mode determines
|
|
85
|
+
* The mode determines which platform styles to use.
|
|
86
86
|
*/
|
|
87
87
|
"mode"?: "ios" | "md";
|
|
88
88
|
/**
|
|
89
89
|
* If `true`, the accordion cannot be interacted with, but does not alter the opacity.
|
|
90
90
|
*/
|
|
91
91
|
"readonly": boolean;
|
|
92
|
-
/**
|
|
93
|
-
* The theme determines the visual appearance of the component.
|
|
94
|
-
*/
|
|
95
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
96
92
|
/**
|
|
97
93
|
* The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
|
|
98
94
|
*/
|
|
99
|
-
"toggleIcon"
|
|
95
|
+
"toggleIcon": string;
|
|
100
96
|
/**
|
|
101
97
|
* The slot inside of `ion-item` to place the toggle icon. Defaults to `"end"`.
|
|
102
98
|
*/
|
|
@@ -121,7 +117,7 @@ export namespace Components {
|
|
|
121
117
|
"expand": 'compact' | 'inset';
|
|
122
118
|
"getAccordions": () => Promise<HTMLIonAccordionElement[]>;
|
|
123
119
|
/**
|
|
124
|
-
* The mode determines
|
|
120
|
+
* The mode determines which platform styles to use.
|
|
125
121
|
*/
|
|
126
122
|
"mode"?: "ios" | "md";
|
|
127
123
|
/**
|
|
@@ -136,10 +132,6 @@ export namespace Components {
|
|
|
136
132
|
* 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
133
|
*/
|
|
138
134
|
"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
135
|
/**
|
|
144
136
|
* The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
|
|
145
137
|
*/
|
|
@@ -195,7 +187,7 @@ export namespace Components {
|
|
|
195
187
|
*/
|
|
196
188
|
"leaveAnimation"?: AnimationBuilder;
|
|
197
189
|
/**
|
|
198
|
-
* The mode determines
|
|
190
|
+
* The mode determines which platform styles to use.
|
|
199
191
|
*/
|
|
200
192
|
"mode"?: "ios" | "md";
|
|
201
193
|
/**
|
|
@@ -216,11 +208,7 @@ export namespace Components {
|
|
|
216
208
|
*/
|
|
217
209
|
"subHeader"?: string;
|
|
218
210
|
/**
|
|
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).
|
|
211
|
+
* 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
212
|
*/
|
|
225
213
|
"translucent": boolean;
|
|
226
214
|
/**
|
|
@@ -286,7 +274,7 @@ export namespace Components {
|
|
|
286
274
|
*/
|
|
287
275
|
"message"?: string | IonicSafeString;
|
|
288
276
|
/**
|
|
289
|
-
* The mode determines
|
|
277
|
+
* The mode determines which platform styles to use.
|
|
290
278
|
*/
|
|
291
279
|
"mode"?: "ios" | "md";
|
|
292
280
|
/**
|
|
@@ -307,11 +295,7 @@ export namespace Components {
|
|
|
307
295
|
*/
|
|
308
296
|
"subHeader"?: string;
|
|
309
297
|
/**
|
|
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).
|
|
298
|
+
* 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
299
|
*/
|
|
316
300
|
"translucent": boolean;
|
|
317
301
|
/**
|
|
@@ -320,36 +304,12 @@ export namespace Components {
|
|
|
320
304
|
"trigger": string | undefined;
|
|
321
305
|
}
|
|
322
306
|
interface IonApp {
|
|
323
|
-
/**
|
|
324
|
-
* The mode determines the platform behaviors of the component.
|
|
325
|
-
*/
|
|
326
|
-
"mode"?: "ios" | "md";
|
|
327
307
|
/**
|
|
328
308
|
* 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
309
|
*/
|
|
330
310
|
"setFocus": (elements: HTMLElement[]) => Promise<void>;
|
|
331
|
-
/**
|
|
332
|
-
* The theme determines the visual appearance of the component.
|
|
333
|
-
*/
|
|
334
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
335
311
|
}
|
|
336
312
|
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
313
|
}
|
|
354
314
|
interface IonBackButton {
|
|
355
315
|
/**
|
|
@@ -369,7 +329,7 @@ export namespace Components {
|
|
|
369
329
|
*/
|
|
370
330
|
"icon"?: string | null;
|
|
371
331
|
/**
|
|
372
|
-
* The mode determines
|
|
332
|
+
* The mode determines which platform styles to use.
|
|
373
333
|
*/
|
|
374
334
|
"mode"?: "ios" | "md";
|
|
375
335
|
/**
|
|
@@ -380,20 +340,12 @@ export namespace Components {
|
|
|
380
340
|
* The text to display in the back button.
|
|
381
341
|
*/
|
|
382
342
|
"text"?: string | null;
|
|
383
|
-
/**
|
|
384
|
-
* The theme determines the visual appearance of the component.
|
|
385
|
-
*/
|
|
386
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
387
343
|
/**
|
|
388
344
|
* The type of the button.
|
|
389
345
|
*/
|
|
390
346
|
"type": 'submit' | 'reset' | 'button';
|
|
391
347
|
}
|
|
392
348
|
interface IonBackdrop {
|
|
393
|
-
/**
|
|
394
|
-
* The mode determines the platform behaviors of the component.
|
|
395
|
-
*/
|
|
396
|
-
"mode"?: "ios" | "md";
|
|
397
349
|
/**
|
|
398
350
|
* If `true`, the backdrop will stop propagation on tap.
|
|
399
351
|
*/
|
|
@@ -402,10 +354,6 @@ export namespace Components {
|
|
|
402
354
|
* If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
|
|
403
355
|
*/
|
|
404
356
|
"tappable": boolean;
|
|
405
|
-
/**
|
|
406
|
-
* The theme determines the visual appearance of the component.
|
|
407
|
-
*/
|
|
408
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
409
357
|
/**
|
|
410
358
|
* If `true`, the backdrop will be visible.
|
|
411
359
|
*/
|
|
@@ -417,21 +365,9 @@ export namespace Components {
|
|
|
417
365
|
*/
|
|
418
366
|
"color"?: Color;
|
|
419
367
|
/**
|
|
420
|
-
* The mode determines
|
|
368
|
+
* The mode determines which platform styles to use.
|
|
421
369
|
*/
|
|
422
370
|
"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
371
|
}
|
|
436
372
|
interface IonBreadcrumb {
|
|
437
373
|
/**
|
|
@@ -457,7 +393,7 @@ export namespace Components {
|
|
|
457
393
|
"href": string | undefined;
|
|
458
394
|
"last": boolean;
|
|
459
395
|
/**
|
|
460
|
-
* The mode determines
|
|
396
|
+
* The mode determines which platform styles to use.
|
|
461
397
|
*/
|
|
462
398
|
"mode"?: "ios" | "md";
|
|
463
399
|
/**
|
|
@@ -481,10 +417,6 @@ export namespace Components {
|
|
|
481
417
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
482
418
|
*/
|
|
483
419
|
"target": string | undefined;
|
|
484
|
-
/**
|
|
485
|
-
* The theme determines the visual appearance of the component.
|
|
486
|
-
*/
|
|
487
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
488
420
|
}
|
|
489
421
|
interface IonBreadcrumbs {
|
|
490
422
|
/**
|
|
@@ -504,13 +436,9 @@ export namespace Components {
|
|
|
504
436
|
*/
|
|
505
437
|
"maxItems"?: number;
|
|
506
438
|
/**
|
|
507
|
-
* The mode determines
|
|
439
|
+
* The mode determines which platform styles to use.
|
|
508
440
|
*/
|
|
509
441
|
"mode"?: "ios" | "md";
|
|
510
|
-
/**
|
|
511
|
-
* The theme determines the visual appearance of the component.
|
|
512
|
-
*/
|
|
513
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
514
442
|
}
|
|
515
443
|
interface IonButton {
|
|
516
444
|
/**
|
|
@@ -546,7 +474,7 @@ export namespace Components {
|
|
|
546
474
|
*/
|
|
547
475
|
"href": string | undefined;
|
|
548
476
|
/**
|
|
549
|
-
* The mode determines
|
|
477
|
+
* The mode determines which platform styles to use.
|
|
550
478
|
*/
|
|
551
479
|
"mode"?: "ios" | "md";
|
|
552
480
|
/**
|
|
@@ -562,13 +490,13 @@ export namespace Components {
|
|
|
562
490
|
*/
|
|
563
491
|
"routerDirection": RouterDirection;
|
|
564
492
|
/**
|
|
565
|
-
* Set to `"
|
|
493
|
+
* Set to `"round"` for a button with more rounded corners.
|
|
566
494
|
*/
|
|
567
|
-
"shape"?: '
|
|
495
|
+
"shape"?: 'round';
|
|
568
496
|
/**
|
|
569
497
|
* 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
498
|
*/
|
|
571
|
-
"size"?: '
|
|
499
|
+
"size"?: 'small' | 'default' | 'large';
|
|
572
500
|
/**
|
|
573
501
|
* If `true`, activates a button with a heavier font weight.
|
|
574
502
|
*/
|
|
@@ -577,10 +505,6 @@ export namespace Components {
|
|
|
577
505
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
578
506
|
*/
|
|
579
507
|
"target": string | undefined;
|
|
580
|
-
/**
|
|
581
|
-
* The theme determines the visual appearance of the component.
|
|
582
|
-
*/
|
|
583
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
584
508
|
/**
|
|
585
509
|
* The type of the button.
|
|
586
510
|
*/
|
|
@@ -588,17 +512,9 @@ export namespace Components {
|
|
|
588
512
|
}
|
|
589
513
|
interface IonButtons {
|
|
590
514
|
/**
|
|
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
|
|
515
|
+
* 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
516
|
*/
|
|
593
517
|
"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
518
|
}
|
|
603
519
|
interface IonCard {
|
|
604
520
|
/**
|
|
@@ -622,7 +538,7 @@ export namespace Components {
|
|
|
622
538
|
*/
|
|
623
539
|
"href": string | undefined;
|
|
624
540
|
/**
|
|
625
|
-
* The mode determines
|
|
541
|
+
* The mode determines which platform styles to use.
|
|
626
542
|
*/
|
|
627
543
|
"mode"?: "ios" | "md";
|
|
628
544
|
/**
|
|
@@ -637,18 +553,10 @@ export namespace Components {
|
|
|
637
553
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
638
554
|
*/
|
|
639
555
|
"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
556
|
/**
|
|
645
557
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
646
558
|
*/
|
|
647
559
|
"target": string | undefined;
|
|
648
|
-
/**
|
|
649
|
-
* The theme determines the visual appearance of the component.
|
|
650
|
-
*/
|
|
651
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
652
560
|
/**
|
|
653
561
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
654
562
|
*/
|
|
@@ -656,13 +564,9 @@ export namespace Components {
|
|
|
656
564
|
}
|
|
657
565
|
interface IonCardContent {
|
|
658
566
|
/**
|
|
659
|
-
* The mode determines
|
|
567
|
+
* The mode determines which platform styles to use.
|
|
660
568
|
*/
|
|
661
569
|
"mode"?: "ios" | "md";
|
|
662
|
-
/**
|
|
663
|
-
* The theme determines the visual appearance of the component.
|
|
664
|
-
*/
|
|
665
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
666
570
|
}
|
|
667
571
|
interface IonCardHeader {
|
|
668
572
|
/**
|
|
@@ -670,15 +574,11 @@ export namespace Components {
|
|
|
670
574
|
*/
|
|
671
575
|
"color"?: Color;
|
|
672
576
|
/**
|
|
673
|
-
* The mode determines
|
|
577
|
+
* The mode determines which platform styles to use.
|
|
674
578
|
*/
|
|
675
579
|
"mode"?: "ios" | "md";
|
|
676
580
|
/**
|
|
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).
|
|
581
|
+
* 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
582
|
*/
|
|
683
583
|
"translucent": boolean;
|
|
684
584
|
}
|
|
@@ -688,13 +588,9 @@ export namespace Components {
|
|
|
688
588
|
*/
|
|
689
589
|
"color"?: Color;
|
|
690
590
|
/**
|
|
691
|
-
* The mode determines
|
|
591
|
+
* The mode determines which platform styles to use.
|
|
692
592
|
*/
|
|
693
593
|
"mode"?: "ios" | "md";
|
|
694
|
-
/**
|
|
695
|
-
* The theme determines the visual appearance of the component.
|
|
696
|
-
*/
|
|
697
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
698
594
|
}
|
|
699
595
|
interface IonCardTitle {
|
|
700
596
|
/**
|
|
@@ -702,13 +598,9 @@ export namespace Components {
|
|
|
702
598
|
*/
|
|
703
599
|
"color"?: Color;
|
|
704
600
|
/**
|
|
705
|
-
* The mode determines
|
|
601
|
+
* The mode determines which platform styles to use.
|
|
706
602
|
*/
|
|
707
603
|
"mode"?: "ios" | "md";
|
|
708
|
-
/**
|
|
709
|
-
* The theme determines the visual appearance of the component.
|
|
710
|
-
*/
|
|
711
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
712
604
|
}
|
|
713
605
|
interface IonCheckbox {
|
|
714
606
|
/**
|
|
@@ -740,25 +632,13 @@ export namespace Components {
|
|
|
740
632
|
*/
|
|
741
633
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
742
634
|
/**
|
|
743
|
-
* The mode determines
|
|
635
|
+
* The mode determines which platform styles to use.
|
|
744
636
|
*/
|
|
745
637
|
"mode"?: "ios" | "md";
|
|
746
638
|
/**
|
|
747
639
|
* The name of the control, which is submitted with the form data.
|
|
748
640
|
*/
|
|
749
641
|
"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";
|
|
762
642
|
/**
|
|
763
643
|
* 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
644
|
*/
|
|
@@ -774,31 +654,15 @@ export namespace Components {
|
|
|
774
654
|
*/
|
|
775
655
|
"disabled": boolean;
|
|
776
656
|
/**
|
|
777
|
-
* The mode determines
|
|
657
|
+
* The mode determines which platform styles to use.
|
|
778
658
|
*/
|
|
779
659
|
"mode"?: "ios" | "md";
|
|
780
660
|
/**
|
|
781
661
|
* Display an outline style button.
|
|
782
662
|
*/
|
|
783
663
|
"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
664
|
}
|
|
797
665
|
interface IonCol {
|
|
798
|
-
/**
|
|
799
|
-
* The mode determines the platform behaviors of the component.
|
|
800
|
-
*/
|
|
801
|
-
"mode"?: "ios" | "md";
|
|
802
666
|
/**
|
|
803
667
|
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
804
668
|
*/
|
|
@@ -895,10 +759,6 @@ export namespace Components {
|
|
|
895
759
|
* 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
760
|
*/
|
|
897
761
|
"sizeXs"?: string;
|
|
898
|
-
/**
|
|
899
|
-
* The theme determines the visual appearance of the component.
|
|
900
|
-
*/
|
|
901
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
902
762
|
}
|
|
903
763
|
interface IonContent {
|
|
904
764
|
/**
|
|
@@ -925,10 +785,6 @@ export namespace Components {
|
|
|
925
785
|
* 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
786
|
*/
|
|
927
787
|
"getScrollElement": () => Promise<HTMLElement>;
|
|
928
|
-
/**
|
|
929
|
-
* The mode determines the platform behaviors of the component.
|
|
930
|
-
*/
|
|
931
|
-
"mode"?: "ios" | "md";
|
|
932
788
|
/**
|
|
933
789
|
* Scroll by a specified X/Y distance in the component.
|
|
934
790
|
* @param x The amount to scroll by on the horizontal axis.
|
|
@@ -965,10 +821,6 @@ export namespace Components {
|
|
|
965
821
|
* If you want to disable the content scrolling in the Y axis, set this property to `false`.
|
|
966
822
|
*/
|
|
967
823
|
"scrollY": boolean;
|
|
968
|
-
/**
|
|
969
|
-
* The theme determines the visual appearance of the component.
|
|
970
|
-
*/
|
|
971
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
972
824
|
}
|
|
973
825
|
interface IonDatetime {
|
|
974
826
|
/**
|
|
@@ -1044,7 +896,7 @@ export namespace Components {
|
|
|
1044
896
|
*/
|
|
1045
897
|
"minuteValues"?: number[] | number | string;
|
|
1046
898
|
/**
|
|
1047
|
-
* The mode determines
|
|
899
|
+
* The mode determines which platform styles to use.
|
|
1048
900
|
*/
|
|
1049
901
|
"mode"?: "ios" | "md";
|
|
1050
902
|
/**
|
|
@@ -1095,10 +947,6 @@ export namespace Components {
|
|
|
1095
947
|
* 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
948
|
*/
|
|
1097
949
|
"size": 'cover' | 'fixed';
|
|
1098
|
-
/**
|
|
1099
|
-
* The theme determines the visual appearance of the component.
|
|
1100
|
-
*/
|
|
1101
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1102
950
|
/**
|
|
1103
951
|
* 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
952
|
*/
|
|
@@ -1126,13 +974,9 @@ export namespace Components {
|
|
|
1126
974
|
*/
|
|
1127
975
|
"disabled": boolean;
|
|
1128
976
|
/**
|
|
1129
|
-
* The mode determines
|
|
977
|
+
* The mode determines which platform styles to use.
|
|
1130
978
|
*/
|
|
1131
979
|
"mode"?: "ios" | "md";
|
|
1132
|
-
/**
|
|
1133
|
-
* The theme determines the visual appearance of the component.
|
|
1134
|
-
*/
|
|
1135
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1136
980
|
}
|
|
1137
981
|
interface IonFab {
|
|
1138
982
|
/**
|
|
@@ -1151,14 +995,6 @@ export namespace Components {
|
|
|
1151
995
|
* Where to align the fab horizontally in the viewport.
|
|
1152
996
|
*/
|
|
1153
997
|
"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
998
|
/**
|
|
1163
999
|
* Opens/Closes the FAB list container.
|
|
1164
1000
|
*/
|
|
@@ -1176,7 +1012,7 @@ export namespace Components {
|
|
|
1176
1012
|
/**
|
|
1177
1013
|
* 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
1014
|
*/
|
|
1179
|
-
"closeIcon"
|
|
1015
|
+
"closeIcon": string;
|
|
1180
1016
|
/**
|
|
1181
1017
|
* 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
1018
|
*/
|
|
@@ -1194,7 +1030,7 @@ export namespace Components {
|
|
|
1194
1030
|
*/
|
|
1195
1031
|
"href": string | undefined;
|
|
1196
1032
|
/**
|
|
1197
|
-
* The mode determines
|
|
1033
|
+
* The mode determines which platform styles to use.
|
|
1198
1034
|
*/
|
|
1199
1035
|
"mode"?: "ios" | "md";
|
|
1200
1036
|
/**
|
|
@@ -1222,11 +1058,7 @@ export namespace Components {
|
|
|
1222
1058
|
*/
|
|
1223
1059
|
"target": string | undefined;
|
|
1224
1060
|
/**
|
|
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).
|
|
1061
|
+
* 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
1062
|
*/
|
|
1231
1063
|
"translucent": boolean;
|
|
1232
1064
|
/**
|
|
@@ -1239,34 +1071,22 @@ export namespace Components {
|
|
|
1239
1071
|
* If `true`, the fab list will show all fab buttons in the list.
|
|
1240
1072
|
*/
|
|
1241
1073
|
"activated": boolean;
|
|
1242
|
-
/**
|
|
1243
|
-
* The mode determines the platform behaviors of the component.
|
|
1244
|
-
*/
|
|
1245
|
-
"mode"?: "ios" | "md";
|
|
1246
1074
|
/**
|
|
1247
1075
|
* The side the fab list will show on relative to the main fab button.
|
|
1248
1076
|
*/
|
|
1249
1077
|
"side": 'start' | 'end' | 'top' | 'bottom';
|
|
1250
|
-
/**
|
|
1251
|
-
* The theme determines the visual appearance of the component.
|
|
1252
|
-
*/
|
|
1253
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1254
1078
|
}
|
|
1255
1079
|
interface IonFooter {
|
|
1256
1080
|
/**
|
|
1257
|
-
* Describes the scroll effect that will be applied to the footer. Only applies
|
|
1081
|
+
* Describes the scroll effect that will be applied to the footer. Only applies in iOS mode.
|
|
1258
1082
|
*/
|
|
1259
1083
|
"collapse"?: 'fade';
|
|
1260
1084
|
/**
|
|
1261
|
-
* The mode determines
|
|
1085
|
+
* The mode determines which platform styles to use.
|
|
1262
1086
|
*/
|
|
1263
1087
|
"mode"?: "ios" | "md";
|
|
1264
1088
|
/**
|
|
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.
|
|
1089
|
+
* 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
1090
|
*/
|
|
1271
1091
|
"translucent": boolean;
|
|
1272
1092
|
}
|
|
@@ -1275,34 +1095,18 @@ export namespace Components {
|
|
|
1275
1095
|
* If `true`, the grid will have a fixed width based on the screen size.
|
|
1276
1096
|
*/
|
|
1277
1097
|
"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
1098
|
}
|
|
1287
1099
|
interface IonHeader {
|
|
1288
1100
|
/**
|
|
1289
|
-
* Describes the scroll effect that will be applied to the header. Only applies
|
|
1101
|
+
* 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
1102
|
*/
|
|
1291
1103
|
"collapse"?: 'condense' | 'fade';
|
|
1292
1104
|
/**
|
|
1293
|
-
*
|
|
1294
|
-
*/
|
|
1295
|
-
"divider": boolean;
|
|
1296
|
-
/**
|
|
1297
|
-
* The mode determines the platform behaviors of the component.
|
|
1105
|
+
* The mode determines which platform styles to use.
|
|
1298
1106
|
*/
|
|
1299
1107
|
"mode"?: "ios" | "md";
|
|
1300
1108
|
/**
|
|
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.
|
|
1109
|
+
* 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
1110
|
*/
|
|
1307
1111
|
"translucent": boolean;
|
|
1308
1112
|
}
|
|
@@ -1311,18 +1115,10 @@ export namespace Components {
|
|
|
1311
1115
|
* 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
1116
|
*/
|
|
1313
1117
|
"alt"?: string;
|
|
1314
|
-
/**
|
|
1315
|
-
* The mode determines the platform behaviors of the component.
|
|
1316
|
-
*/
|
|
1317
|
-
"mode"?: "ios" | "md";
|
|
1318
1118
|
/**
|
|
1319
1119
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
1320
1120
|
*/
|
|
1321
1121
|
"src"?: string;
|
|
1322
|
-
/**
|
|
1323
|
-
* The theme determines the visual appearance of the component.
|
|
1324
|
-
*/
|
|
1325
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1326
1122
|
}
|
|
1327
1123
|
interface IonInfiniteScroll {
|
|
1328
1124
|
/**
|
|
@@ -1333,18 +1129,10 @@ export namespace Components {
|
|
|
1333
1129
|
* 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
1130
|
*/
|
|
1335
1131
|
"disabled": boolean;
|
|
1336
|
-
/**
|
|
1337
|
-
* The mode determines the platform behaviors of the component.
|
|
1338
|
-
*/
|
|
1339
|
-
"mode"?: "ios" | "md";
|
|
1340
1132
|
/**
|
|
1341
1133
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
1342
1134
|
*/
|
|
1343
1135
|
"position": 'top' | 'bottom';
|
|
1344
|
-
/**
|
|
1345
|
-
* The theme determines the visual appearance of the component.
|
|
1346
|
-
*/
|
|
1347
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1348
1136
|
/**
|
|
1349
1137
|
* 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
1138
|
*/
|
|
@@ -1359,14 +1147,6 @@ export namespace Components {
|
|
|
1359
1147
|
* 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
1148
|
*/
|
|
1361
1149
|
"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
1150
|
}
|
|
1371
1151
|
interface IonInput {
|
|
1372
1152
|
/**
|
|
@@ -1426,7 +1206,7 @@ export namespace Components {
|
|
|
1426
1206
|
*/
|
|
1427
1207
|
"errorText"?: string;
|
|
1428
1208
|
/**
|
|
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
|
|
1209
|
+
* 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
1210
|
*/
|
|
1431
1211
|
"fill"?: 'outline' | 'solid';
|
|
1432
1212
|
/**
|
|
@@ -1446,9 +1226,9 @@ export namespace Components {
|
|
|
1446
1226
|
*/
|
|
1447
1227
|
"label"?: string;
|
|
1448
1228
|
/**
|
|
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 ("...").
|
|
1229
|
+
* 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
1230
|
*/
|
|
1451
|
-
"labelPlacement"
|
|
1231
|
+
"labelPlacement": 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
1452
1232
|
/**
|
|
1453
1233
|
* The maximum value, which must not be less than its minimum (min attribute) value.
|
|
1454
1234
|
*/
|
|
@@ -1466,7 +1246,7 @@ export namespace Components {
|
|
|
1466
1246
|
*/
|
|
1467
1247
|
"minlength"?: number;
|
|
1468
1248
|
/**
|
|
1469
|
-
* The mode determines
|
|
1249
|
+
* The mode determines which platform styles to use.
|
|
1470
1250
|
*/
|
|
1471
1251
|
"mode"?: "ios" | "md";
|
|
1472
1252
|
/**
|
|
@@ -1498,13 +1278,9 @@ export namespace Components {
|
|
|
1498
1278
|
*/
|
|
1499
1279
|
"setFocus": () => Promise<void>;
|
|
1500
1280
|
/**
|
|
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.
|
|
1281
|
+
* The shape of the input. If "round" it will have an increased border radius.
|
|
1506
1282
|
*/
|
|
1507
|
-
"
|
|
1283
|
+
"shape"?: 'round';
|
|
1508
1284
|
/**
|
|
1509
1285
|
* If `true`, the element will have its spelling and grammar checked.
|
|
1510
1286
|
*/
|
|
@@ -1513,10 +1289,6 @@ export namespace Components {
|
|
|
1513
1289
|
* 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
1290
|
*/
|
|
1515
1291
|
"step"?: string;
|
|
1516
|
-
/**
|
|
1517
|
-
* The theme determines the visual appearance of the component.
|
|
1518
|
-
*/
|
|
1519
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1520
1292
|
/**
|
|
1521
1293
|
* The type of control to display. The default type is text.
|
|
1522
1294
|
*/
|
|
@@ -1555,13 +1327,13 @@ export namespace Components {
|
|
|
1555
1327
|
*/
|
|
1556
1328
|
"color"?: Color;
|
|
1557
1329
|
/**
|
|
1558
|
-
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
1330
|
+
* 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
1331
|
*/
|
|
1560
1332
|
"detail"?: boolean;
|
|
1561
1333
|
/**
|
|
1562
1334
|
* The icon to use when `detail` is set to `true`.
|
|
1563
1335
|
*/
|
|
1564
|
-
"detailIcon"
|
|
1336
|
+
"detailIcon": string;
|
|
1565
1337
|
/**
|
|
1566
1338
|
* If `true`, the user cannot interact with the item.
|
|
1567
1339
|
*/
|
|
@@ -1579,7 +1351,7 @@ export namespace Components {
|
|
|
1579
1351
|
*/
|
|
1580
1352
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1581
1353
|
/**
|
|
1582
|
-
* The mode determines
|
|
1354
|
+
* The mode determines which platform styles to use.
|
|
1583
1355
|
*/
|
|
1584
1356
|
"mode"?: "ios" | "md";
|
|
1585
1357
|
/**
|
|
@@ -1598,10 +1370,6 @@ export namespace Components {
|
|
|
1598
1370
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1599
1371
|
*/
|
|
1600
1372
|
"target": string | undefined;
|
|
1601
|
-
/**
|
|
1602
|
-
* The theme determines the visual appearance of the component.
|
|
1603
|
-
*/
|
|
1604
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1605
1373
|
/**
|
|
1606
1374
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
1607
1375
|
*/
|
|
@@ -1613,27 +1381,15 @@ export namespace Components {
|
|
|
1613
1381
|
*/
|
|
1614
1382
|
"color"?: Color;
|
|
1615
1383
|
/**
|
|
1616
|
-
* The mode determines
|
|
1384
|
+
* The mode determines which platform styles to use.
|
|
1617
1385
|
*/
|
|
1618
1386
|
"mode"?: "ios" | "md";
|
|
1619
1387
|
/**
|
|
1620
1388
|
* 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
1389
|
*/
|
|
1622
1390
|
"sticky": boolean;
|
|
1623
|
-
/**
|
|
1624
|
-
* The theme determines the visual appearance of the component.
|
|
1625
|
-
*/
|
|
1626
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1627
1391
|
}
|
|
1628
1392
|
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
1393
|
}
|
|
1638
1394
|
interface IonItemOption {
|
|
1639
1395
|
/**
|
|
@@ -1657,25 +1413,17 @@ export namespace Components {
|
|
|
1657
1413
|
*/
|
|
1658
1414
|
"href": string | undefined;
|
|
1659
1415
|
/**
|
|
1660
|
-
* The mode determines
|
|
1416
|
+
* The mode determines which platform styles to use.
|
|
1661
1417
|
*/
|
|
1662
1418
|
"mode"?: "ios" | "md";
|
|
1663
1419
|
/**
|
|
1664
1420
|
* 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
1421
|
*/
|
|
1666
1422
|
"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
1423
|
/**
|
|
1672
1424
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1673
1425
|
*/
|
|
1674
1426
|
"target": string | undefined;
|
|
1675
|
-
/**
|
|
1676
|
-
* The theme determines the visual appearance of the component.
|
|
1677
|
-
*/
|
|
1678
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1679
1427
|
/**
|
|
1680
1428
|
* The type of the button.
|
|
1681
1429
|
*/
|
|
@@ -1683,18 +1431,10 @@ export namespace Components {
|
|
|
1683
1431
|
}
|
|
1684
1432
|
interface IonItemOptions {
|
|
1685
1433
|
"fireSwipeEvent": () => Promise<void>;
|
|
1686
|
-
/**
|
|
1687
|
-
* The mode determines the platform behaviors of the component.
|
|
1688
|
-
*/
|
|
1689
|
-
"mode"?: "ios" | "md";
|
|
1690
1434
|
/**
|
|
1691
1435
|
* 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
1436
|
*/
|
|
1693
1437
|
"side": Side;
|
|
1694
|
-
/**
|
|
1695
|
-
* The theme determines the visual appearance of the component.
|
|
1696
|
-
*/
|
|
1697
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1698
1438
|
}
|
|
1699
1439
|
interface IonItemSliding {
|
|
1700
1440
|
/**
|
|
@@ -1717,19 +1457,11 @@ export namespace Components {
|
|
|
1717
1457
|
* 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
1458
|
*/
|
|
1719
1459
|
"getSlidingRatio": () => Promise<number>;
|
|
1720
|
-
/**
|
|
1721
|
-
* The mode determines the platform behaviors of the component.
|
|
1722
|
-
*/
|
|
1723
|
-
"mode"?: "ios" | "md";
|
|
1724
1460
|
/**
|
|
1725
1461
|
* Open the sliding item.
|
|
1726
1462
|
* @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
1463
|
*/
|
|
1728
1464
|
"open": (side: Side | undefined) => Promise<void>;
|
|
1729
|
-
/**
|
|
1730
|
-
* The theme determines the visual appearance of the component.
|
|
1731
|
-
*/
|
|
1732
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1733
1465
|
}
|
|
1734
1466
|
interface IonLabel {
|
|
1735
1467
|
/**
|
|
@@ -1737,17 +1469,13 @@ export namespace Components {
|
|
|
1737
1469
|
*/
|
|
1738
1470
|
"color"?: Color;
|
|
1739
1471
|
/**
|
|
1740
|
-
* The mode determines
|
|
1472
|
+
* The mode determines which platform styles to use.
|
|
1741
1473
|
*/
|
|
1742
1474
|
"mode"?: "ios" | "md";
|
|
1743
1475
|
/**
|
|
1744
1476
|
* The position determines where and how the label behaves inside an item.
|
|
1745
1477
|
*/
|
|
1746
1478
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
1747
|
-
/**
|
|
1748
|
-
* The theme determines the visual appearance of the component.
|
|
1749
|
-
*/
|
|
1750
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1751
1479
|
}
|
|
1752
1480
|
interface IonList {
|
|
1753
1481
|
/**
|
|
@@ -1763,17 +1491,9 @@ export namespace Components {
|
|
|
1763
1491
|
*/
|
|
1764
1492
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1765
1493
|
/**
|
|
1766
|
-
* The mode determines
|
|
1494
|
+
* The mode determines which platform styles to use.
|
|
1767
1495
|
*/
|
|
1768
1496
|
"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
1497
|
}
|
|
1778
1498
|
interface IonListHeader {
|
|
1779
1499
|
/**
|
|
@@ -1785,13 +1505,9 @@ export namespace Components {
|
|
|
1785
1505
|
*/
|
|
1786
1506
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1787
1507
|
/**
|
|
1788
|
-
* The mode determines
|
|
1508
|
+
* The mode determines which platform styles to use.
|
|
1789
1509
|
*/
|
|
1790
1510
|
"mode"?: "ios" | "md";
|
|
1791
|
-
/**
|
|
1792
|
-
* The theme determines the visual appearance of the component.
|
|
1793
|
-
*/
|
|
1794
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1795
1511
|
}
|
|
1796
1512
|
interface IonLoading {
|
|
1797
1513
|
/**
|
|
@@ -1843,7 +1559,7 @@ export namespace Components {
|
|
|
1843
1559
|
*/
|
|
1844
1560
|
"message"?: string | IonicSafeString;
|
|
1845
1561
|
/**
|
|
1846
|
-
* The mode determines
|
|
1562
|
+
* The mode determines which platform styles to use.
|
|
1847
1563
|
*/
|
|
1848
1564
|
"mode"?: "ios" | "md";
|
|
1849
1565
|
/**
|
|
@@ -1868,11 +1584,7 @@ export namespace Components {
|
|
|
1868
1584
|
*/
|
|
1869
1585
|
"spinner"?: SpinnerTypes | null;
|
|
1870
1586
|
/**
|
|
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).
|
|
1587
|
+
* 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
1588
|
*/
|
|
1877
1589
|
"translucent": boolean;
|
|
1878
1590
|
/**
|
|
@@ -1909,10 +1621,6 @@ export namespace Components {
|
|
|
1909
1621
|
* An id for the menu.
|
|
1910
1622
|
*/
|
|
1911
1623
|
"menuId"?: string;
|
|
1912
|
-
/**
|
|
1913
|
-
* The mode determines the platform behaviors of the component.
|
|
1914
|
-
*/
|
|
1915
|
-
"mode"?: "ios" | "md";
|
|
1916
1624
|
/**
|
|
1917
1625
|
* Opens the menu. If the menu is already open or it can't be opened, it returns `false`.
|
|
1918
1626
|
*/
|
|
@@ -1929,10 +1637,6 @@ export namespace Components {
|
|
|
1929
1637
|
* If `true`, swiping the menu is enabled.
|
|
1930
1638
|
*/
|
|
1931
1639
|
"swipeGesture": boolean;
|
|
1932
|
-
/**
|
|
1933
|
-
* The theme determines the visual appearance of the component.
|
|
1934
|
-
*/
|
|
1935
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1936
1640
|
/**
|
|
1937
1641
|
* 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
1642
|
*/
|
|
@@ -1960,13 +1664,9 @@ export namespace Components {
|
|
|
1960
1664
|
*/
|
|
1961
1665
|
"menu"?: string;
|
|
1962
1666
|
/**
|
|
1963
|
-
* The mode determines
|
|
1667
|
+
* The mode determines which platform styles to use.
|
|
1964
1668
|
*/
|
|
1965
1669
|
"mode"?: "ios" | "md";
|
|
1966
|
-
/**
|
|
1967
|
-
* The theme determines the visual appearance of the component.
|
|
1968
|
-
*/
|
|
1969
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1970
1670
|
/**
|
|
1971
1671
|
* The type of the button.
|
|
1972
1672
|
*/
|
|
@@ -1981,14 +1681,6 @@ export namespace Components {
|
|
|
1981
1681
|
* 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
1682
|
*/
|
|
1983
1683
|
"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
1684
|
}
|
|
1993
1685
|
interface IonModal {
|
|
1994
1686
|
/**
|
|
@@ -2076,7 +1768,7 @@ export namespace Components {
|
|
|
2076
1768
|
*/
|
|
2077
1769
|
"leaveAnimation"?: AnimationBuilder;
|
|
2078
1770
|
/**
|
|
2079
|
-
* The mode determines
|
|
1771
|
+
* The mode determines which platform styles to use.
|
|
2080
1772
|
*/
|
|
2081
1773
|
"mode"?: "ios" | "md";
|
|
2082
1774
|
/**
|
|
@@ -2100,18 +1792,10 @@ export namespace Components {
|
|
|
2100
1792
|
* Move a sheet style modal to a specific breakpoint. The breakpoint value must be a value defined in your `breakpoints` array.
|
|
2101
1793
|
*/
|
|
2102
1794
|
"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
1795
|
/**
|
|
2108
1796
|
* 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
1797
|
*/
|
|
2110
1798
|
"showBackdrop": boolean;
|
|
2111
|
-
/**
|
|
2112
|
-
* The theme determines the visual appearance of the component.
|
|
2113
|
-
*/
|
|
2114
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2115
1799
|
/**
|
|
2116
1800
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
2117
1801
|
*/
|
|
@@ -2123,7 +1807,7 @@ export namespace Components {
|
|
|
2123
1807
|
*/
|
|
2124
1808
|
"animated": boolean;
|
|
2125
1809
|
/**
|
|
2126
|
-
* By default `ion-nav` animates transition between pages based
|
|
1810
|
+
* 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
1811
|
*/
|
|
2128
1812
|
"animation"?: AnimationBuilder;
|
|
2129
1813
|
/**
|
|
@@ -2171,10 +1855,6 @@ export namespace Components {
|
|
|
2171
1855
|
* @param done The transition complete function.
|
|
2172
1856
|
*/
|
|
2173
1857
|
"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
1858
|
/**
|
|
2179
1859
|
* Pop a component off of the navigation stack. Navigates back from the current component.
|
|
2180
1860
|
* @param opts The navigation options.
|
|
@@ -2246,10 +1926,6 @@ export namespace Components {
|
|
|
2246
1926
|
* If the nav component should allow for swipe-to-go-back.
|
|
2247
1927
|
*/
|
|
2248
1928
|
"swipeGesture"?: boolean;
|
|
2249
|
-
/**
|
|
2250
|
-
* The theme determines the visual appearance of the component.
|
|
2251
|
-
*/
|
|
2252
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2253
1929
|
}
|
|
2254
1930
|
interface IonNavLink {
|
|
2255
1931
|
/**
|
|
@@ -2260,10 +1936,6 @@ export namespace Components {
|
|
|
2260
1936
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
2261
1937
|
*/
|
|
2262
1938
|
"componentProps"?: ComponentProps;
|
|
2263
|
-
/**
|
|
2264
|
-
* The mode determines the platform behaviors of the component.
|
|
2265
|
-
*/
|
|
2266
|
-
"mode"?: "ios" | "md";
|
|
2267
1939
|
/**
|
|
2268
1940
|
* The transition animation when navigating to another page.
|
|
2269
1941
|
*/
|
|
@@ -2272,10 +1944,6 @@ export namespace Components {
|
|
|
2272
1944
|
* The transition direction when navigating to another page.
|
|
2273
1945
|
*/
|
|
2274
1946
|
"routerDirection": RouterDirection;
|
|
2275
|
-
/**
|
|
2276
|
-
* The theme determines the visual appearance of the component.
|
|
2277
|
-
*/
|
|
2278
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2279
1947
|
}
|
|
2280
1948
|
interface IonNote {
|
|
2281
1949
|
/**
|
|
@@ -2283,24 +1951,16 @@ export namespace Components {
|
|
|
2283
1951
|
*/
|
|
2284
1952
|
"color"?: Color;
|
|
2285
1953
|
/**
|
|
2286
|
-
* The mode determines
|
|
1954
|
+
* The mode determines which platform styles to use.
|
|
2287
1955
|
*/
|
|
2288
1956
|
"mode"?: "ios" | "md";
|
|
2289
|
-
/**
|
|
2290
|
-
* The theme determines the visual appearance of the component.
|
|
2291
|
-
*/
|
|
2292
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2293
1957
|
}
|
|
2294
1958
|
interface IonPicker {
|
|
2295
1959
|
"exitInputMode": () => Promise<void>;
|
|
2296
1960
|
/**
|
|
2297
|
-
* The mode determines
|
|
1961
|
+
* The mode determines which platform styles to use.
|
|
2298
1962
|
*/
|
|
2299
1963
|
"mode"?: "ios" | "md";
|
|
2300
|
-
/**
|
|
2301
|
-
* The theme determines the visual appearance of the component.
|
|
2302
|
-
*/
|
|
2303
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2304
1964
|
}
|
|
2305
1965
|
interface IonPickerColumn {
|
|
2306
1966
|
/**
|
|
@@ -2312,7 +1972,7 @@ export namespace Components {
|
|
|
2312
1972
|
*/
|
|
2313
1973
|
"disabled": boolean;
|
|
2314
1974
|
/**
|
|
2315
|
-
* The mode determines
|
|
1975
|
+
* The mode determines which platform styles to use.
|
|
2316
1976
|
*/
|
|
2317
1977
|
"mode"?: "ios" | "md";
|
|
2318
1978
|
/**
|
|
@@ -2328,10 +1988,6 @@ export namespace Components {
|
|
|
2328
1988
|
* 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
1989
|
*/
|
|
2330
1990
|
"setValue": (value: PickerColumnValue) => Promise<void>;
|
|
2331
|
-
/**
|
|
2332
|
-
* The theme determines the visual appearance of the component.
|
|
2333
|
-
*/
|
|
2334
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2335
1991
|
/**
|
|
2336
1992
|
* The selected option in the picker.
|
|
2337
1993
|
*/
|
|
@@ -2346,14 +2002,6 @@ export namespace Components {
|
|
|
2346
2002
|
* If `true`, the user cannot interact with the picker column option.
|
|
2347
2003
|
*/
|
|
2348
2004
|
"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
2005
|
/**
|
|
2358
2006
|
* The text value of the option.
|
|
2359
2007
|
*/
|
|
@@ -2418,7 +2066,7 @@ export namespace Components {
|
|
|
2418
2066
|
*/
|
|
2419
2067
|
"leaveAnimation"?: AnimationBuilder;
|
|
2420
2068
|
/**
|
|
2421
|
-
* The mode determines
|
|
2069
|
+
* The mode determines which platform styles to use.
|
|
2422
2070
|
*/
|
|
2423
2071
|
"mode"?: "ios" | "md";
|
|
2424
2072
|
/**
|
|
@@ -2438,10 +2086,6 @@ export namespace Components {
|
|
|
2438
2086
|
* If `true`, a backdrop will be displayed behind the picker.
|
|
2439
2087
|
*/
|
|
2440
2088
|
"showBackdrop": boolean;
|
|
2441
|
-
/**
|
|
2442
|
-
* The theme determines the visual appearance of the component.
|
|
2443
|
-
*/
|
|
2444
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2445
2089
|
/**
|
|
2446
2090
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
2447
2091
|
*/
|
|
@@ -2455,7 +2099,7 @@ export namespace Components {
|
|
|
2455
2099
|
}
|
|
2456
2100
|
interface IonPopover {
|
|
2457
2101
|
/**
|
|
2458
|
-
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `
|
|
2102
|
+
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios` mode, and `"start"` for `md` mode.
|
|
2459
2103
|
*/
|
|
2460
2104
|
"alignment"?: PositionAlign;
|
|
2461
2105
|
/**
|
|
@@ -2463,7 +2107,7 @@ export namespace Components {
|
|
|
2463
2107
|
*/
|
|
2464
2108
|
"animated": boolean;
|
|
2465
2109
|
/**
|
|
2466
|
-
* If `true`, the popover will display an arrow that points at the `reference`
|
|
2110
|
+
* 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
2111
|
*/
|
|
2468
2112
|
"arrow": boolean;
|
|
2469
2113
|
/**
|
|
@@ -2530,7 +2174,7 @@ export namespace Components {
|
|
|
2530
2174
|
*/
|
|
2531
2175
|
"leaveAnimation"?: AnimationBuilder;
|
|
2532
2176
|
/**
|
|
2533
|
-
* The mode determines
|
|
2177
|
+
* The mode determines which platform styles to use.
|
|
2534
2178
|
*/
|
|
2535
2179
|
"mode"?: "ios" | "md";
|
|
2536
2180
|
/**
|
|
@@ -2567,11 +2211,7 @@ export namespace Components {
|
|
|
2567
2211
|
*/
|
|
2568
2212
|
"size": PopoverSize;
|
|
2569
2213
|
/**
|
|
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).
|
|
2214
|
+
* 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
2215
|
*/
|
|
2576
2216
|
"translucent": boolean;
|
|
2577
2217
|
/**
|
|
@@ -2593,17 +2233,13 @@ export namespace Components {
|
|
|
2593
2233
|
*/
|
|
2594
2234
|
"color"?: Color;
|
|
2595
2235
|
/**
|
|
2596
|
-
* The mode determines
|
|
2236
|
+
* The mode determines which platform styles to use.
|
|
2597
2237
|
*/
|
|
2598
2238
|
"mode"?: "ios" | "md";
|
|
2599
2239
|
/**
|
|
2600
2240
|
* If true, reverse the progress bar direction.
|
|
2601
2241
|
*/
|
|
2602
2242
|
"reversed": boolean;
|
|
2603
|
-
/**
|
|
2604
|
-
* The theme determines the visual appearance of the component.
|
|
2605
|
-
*/
|
|
2606
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2607
2243
|
/**
|
|
2608
2244
|
* 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
2245
|
*/
|
|
@@ -2635,7 +2271,7 @@ export namespace Components {
|
|
|
2635
2271
|
*/
|
|
2636
2272
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
2637
2273
|
/**
|
|
2638
|
-
* The mode determines
|
|
2274
|
+
* The mode determines which platform styles to use.
|
|
2639
2275
|
*/
|
|
2640
2276
|
"mode"?: "ios" | "md";
|
|
2641
2277
|
/**
|
|
@@ -2644,10 +2280,6 @@ export namespace Components {
|
|
|
2644
2280
|
"name": string;
|
|
2645
2281
|
"setButtonTabindex": (value: number) => Promise<void>;
|
|
2646
2282
|
"setFocus": (ev: globalThis.Event) => Promise<void>;
|
|
2647
|
-
/**
|
|
2648
|
-
* The theme determines the visual appearance of the component.
|
|
2649
|
-
*/
|
|
2650
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2651
2283
|
/**
|
|
2652
2284
|
* the value of the radio.
|
|
2653
2285
|
*/
|
|
@@ -2662,18 +2294,10 @@ export namespace Components {
|
|
|
2662
2294
|
* 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
2295
|
*/
|
|
2664
2296
|
"compareWith"?: string | RadioGroupCompareFn | null;
|
|
2665
|
-
/**
|
|
2666
|
-
* The mode determines the platform behaviors of the component.
|
|
2667
|
-
*/
|
|
2668
|
-
"mode"?: "ios" | "md";
|
|
2669
2297
|
/**
|
|
2670
2298
|
* The name of the control, which is submitted with the form data.
|
|
2671
2299
|
*/
|
|
2672
2300
|
"name": string;
|
|
2673
|
-
/**
|
|
2674
|
-
* The theme determines the visual appearance of the component.
|
|
2675
|
-
*/
|
|
2676
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2677
2301
|
/**
|
|
2678
2302
|
* the value of the radio group.
|
|
2679
2303
|
*/
|
|
@@ -2717,7 +2341,7 @@ export namespace Components {
|
|
|
2717
2341
|
*/
|
|
2718
2342
|
"min": number;
|
|
2719
2343
|
/**
|
|
2720
|
-
* The mode determines
|
|
2344
|
+
* The mode determines which platform styles to use.
|
|
2721
2345
|
*/
|
|
2722
2346
|
"mode"?: "ios" | "md";
|
|
2723
2347
|
/**
|
|
@@ -2740,10 +2364,6 @@ export namespace Components {
|
|
|
2740
2364
|
* Specifies the value granularity.
|
|
2741
2365
|
*/
|
|
2742
2366
|
"step": number;
|
|
2743
|
-
/**
|
|
2744
|
-
* The theme determines the visual appearance of the component.
|
|
2745
|
-
*/
|
|
2746
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2747
2367
|
/**
|
|
2748
2368
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
2749
2369
|
*/
|
|
@@ -2775,7 +2395,7 @@ export namespace Components {
|
|
|
2775
2395
|
*/
|
|
2776
2396
|
"getProgress": () => Promise<number>;
|
|
2777
2397
|
/**
|
|
2778
|
-
* The mode determines
|
|
2398
|
+
* The mode determines which platform styles to use.
|
|
2779
2399
|
*/
|
|
2780
2400
|
"mode"?: "ios" | "md";
|
|
2781
2401
|
/**
|
|
@@ -2794,16 +2414,8 @@ export namespace Components {
|
|
|
2794
2414
|
* 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
2415
|
*/
|
|
2796
2416
|
"snapbackDuration": string;
|
|
2797
|
-
/**
|
|
2798
|
-
* The theme determines the visual appearance of the component.
|
|
2799
|
-
*/
|
|
2800
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2801
2417
|
}
|
|
2802
2418
|
interface IonRefresherContent {
|
|
2803
|
-
/**
|
|
2804
|
-
* The mode determines the platform behaviors of the component.
|
|
2805
|
-
*/
|
|
2806
|
-
"mode"?: "ios" | "md";
|
|
2807
2419
|
/**
|
|
2808
2420
|
* 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
2421
|
*/
|
|
@@ -2820,20 +2432,8 @@ export namespace Components {
|
|
|
2820
2432
|
* 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
2433
|
*/
|
|
2822
2434
|
"refreshingText"?: string | IonicSafeString;
|
|
2823
|
-
/**
|
|
2824
|
-
* The theme determines the visual appearance of the component.
|
|
2825
|
-
*/
|
|
2826
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2827
2435
|
}
|
|
2828
2436
|
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
2437
|
}
|
|
2838
2438
|
interface IonReorderGroup {
|
|
2839
2439
|
/**
|
|
@@ -2845,14 +2445,6 @@ export namespace Components {
|
|
|
2845
2445
|
* If `true`, the reorder will be hidden.
|
|
2846
2446
|
*/
|
|
2847
2447
|
"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
2448
|
}
|
|
2857
2449
|
interface IonRippleEffect {
|
|
2858
2450
|
/**
|
|
@@ -2861,14 +2453,6 @@ export namespace Components {
|
|
|
2861
2453
|
* @param y The vertical coordinate of where the ripple should start.
|
|
2862
2454
|
*/
|
|
2863
2455
|
"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
2456
|
/**
|
|
2873
2457
|
* 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
2458
|
*/
|
|
@@ -2891,14 +2475,6 @@ export namespace Components {
|
|
|
2891
2475
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
2892
2476
|
*/
|
|
2893
2477
|
"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
2478
|
/**
|
|
2903
2479
|
* 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
2480
|
*/
|
|
@@ -2920,10 +2496,6 @@ export namespace Components {
|
|
|
2920
2496
|
*/
|
|
2921
2497
|
"back": () => Promise<void>;
|
|
2922
2498
|
"canTransition": () => Promise<string | boolean>;
|
|
2923
|
-
/**
|
|
2924
|
-
* The mode determines the platform behaviors of the component.
|
|
2925
|
-
*/
|
|
2926
|
-
"mode"?: "ios" | "md";
|
|
2927
2499
|
"navChanged": (direction: RouterDirection) => Promise<boolean>;
|
|
2928
2500
|
"printDebug": () => Promise<void>;
|
|
2929
2501
|
/**
|
|
@@ -2936,10 +2508,6 @@ export namespace Components {
|
|
|
2936
2508
|
* 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
2509
|
*/
|
|
2938
2510
|
"root": string;
|
|
2939
|
-
/**
|
|
2940
|
-
* The theme determines the visual appearance of the component.
|
|
2941
|
-
*/
|
|
2942
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2943
2511
|
/**
|
|
2944
2512
|
* 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
2513
|
*/
|
|
@@ -2954,10 +2522,6 @@ export namespace Components {
|
|
|
2954
2522
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
2955
2523
|
*/
|
|
2956
2524
|
"href": string | undefined;
|
|
2957
|
-
/**
|
|
2958
|
-
* The mode determines the platform behaviors of the component.
|
|
2959
|
-
*/
|
|
2960
|
-
"mode"?: "ios" | "md";
|
|
2961
2525
|
/**
|
|
2962
2526
|
* 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
2527
|
*/
|
|
@@ -2974,10 +2538,6 @@ export namespace Components {
|
|
|
2974
2538
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
2975
2539
|
*/
|
|
2976
2540
|
"target": string | undefined;
|
|
2977
|
-
/**
|
|
2978
|
-
* The theme determines the visual appearance of the component.
|
|
2979
|
-
*/
|
|
2980
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2981
2541
|
}
|
|
2982
2542
|
interface IonRouterOutlet {
|
|
2983
2543
|
/**
|
|
@@ -2992,25 +2552,13 @@ export namespace Components {
|
|
|
2992
2552
|
"delegate"?: FrameworkDelegate;
|
|
2993
2553
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
2994
2554
|
/**
|
|
2995
|
-
* The mode determines
|
|
2555
|
+
* The mode determines which platform styles to use.
|
|
2996
2556
|
*/
|
|
2997
2557
|
"mode": "ios" | "md";
|
|
2998
2558
|
"setRouteId": (id: string, params: ComponentProps | undefined, direction: RouterDirection, animation?: AnimationBuilder) => Promise<RouteWrite>;
|
|
2999
2559
|
"swipeHandler"?: SwipeGestureHandler;
|
|
3000
|
-
/**
|
|
3001
|
-
* The theme determines the visual appearance of the component.
|
|
3002
|
-
*/
|
|
3003
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3004
2560
|
}
|
|
3005
2561
|
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
2562
|
}
|
|
3015
2563
|
interface IonSearchbar {
|
|
3016
2564
|
/**
|
|
@@ -3030,15 +2578,15 @@ export namespace Components {
|
|
|
3030
2578
|
*/
|
|
3031
2579
|
"autocorrect": 'on' | 'off';
|
|
3032
2580
|
/**
|
|
3033
|
-
* Set the cancel button icon. Only
|
|
2581
|
+
* Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
|
|
3034
2582
|
*/
|
|
3035
|
-
"cancelButtonIcon"
|
|
2583
|
+
"cancelButtonIcon": string;
|
|
3036
2584
|
/**
|
|
3037
|
-
* Set the the cancel button text. Only
|
|
2585
|
+
* Set the the cancel button text. Only applies to `ios` mode.
|
|
3038
2586
|
*/
|
|
3039
2587
|
"cancelButtonText": string;
|
|
3040
2588
|
/**
|
|
3041
|
-
* Set the clear icon. Defaults to `
|
|
2589
|
+
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
|
|
3042
2590
|
*/
|
|
3043
2591
|
"clearIcon"?: string;
|
|
3044
2592
|
/**
|
|
@@ -3074,7 +2622,7 @@ export namespace Components {
|
|
|
3074
2622
|
*/
|
|
3075
2623
|
"minlength"?: number;
|
|
3076
2624
|
/**
|
|
3077
|
-
* The mode determines
|
|
2625
|
+
* The mode determines which platform styles to use.
|
|
3078
2626
|
*/
|
|
3079
2627
|
"mode"?: "ios" | "md";
|
|
3080
2628
|
/**
|
|
@@ -3086,7 +2634,7 @@ export namespace Components {
|
|
|
3086
2634
|
*/
|
|
3087
2635
|
"placeholder": string;
|
|
3088
2636
|
/**
|
|
3089
|
-
* The icon to use as the search icon. Defaults to `
|
|
2637
|
+
* The icon to use as the search icon. Defaults to `search-outline` in `ios` mode and `search-sharp` in `md` mode.
|
|
3090
2638
|
*/
|
|
3091
2639
|
"searchIcon"?: string;
|
|
3092
2640
|
/**
|
|
@@ -3105,10 +2653,6 @@ export namespace Components {
|
|
|
3105
2653
|
* If `true`, enable spellcheck on the input.
|
|
3106
2654
|
*/
|
|
3107
2655
|
"spellcheck": boolean;
|
|
3108
|
-
/**
|
|
3109
|
-
* The theme determines the visual appearance of the component.
|
|
3110
|
-
*/
|
|
3111
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3112
2656
|
/**
|
|
3113
2657
|
* Set the type of the input.
|
|
3114
2658
|
*/
|
|
@@ -3128,7 +2672,7 @@ export namespace Components {
|
|
|
3128
2672
|
*/
|
|
3129
2673
|
"disabled": boolean;
|
|
3130
2674
|
/**
|
|
3131
|
-
* The mode determines
|
|
2675
|
+
* The mode determines which platform styles to use.
|
|
3132
2676
|
*/
|
|
3133
2677
|
"mode"?: "ios" | "md";
|
|
3134
2678
|
/**
|
|
@@ -3143,10 +2687,6 @@ export namespace Components {
|
|
|
3143
2687
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
3144
2688
|
*/
|
|
3145
2689
|
"swipeGesture": boolean;
|
|
3146
|
-
/**
|
|
3147
|
-
* The theme determines the visual appearance of the component.
|
|
3148
|
-
*/
|
|
3149
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3150
2690
|
/**
|
|
3151
2691
|
* the value of the segment.
|
|
3152
2692
|
*/
|
|
@@ -3162,14 +2702,10 @@ export namespace Components {
|
|
|
3162
2702
|
*/
|
|
3163
2703
|
"layout"?: SegmentButtonLayout;
|
|
3164
2704
|
/**
|
|
3165
|
-
* The mode determines
|
|
2705
|
+
* The mode determines which platform styles to use.
|
|
3166
2706
|
*/
|
|
3167
2707
|
"mode"?: "ios" | "md";
|
|
3168
2708
|
"setFocus": () => Promise<void>;
|
|
3169
|
-
/**
|
|
3170
|
-
* The theme determines the visual appearance of the component.
|
|
3171
|
-
*/
|
|
3172
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3173
2709
|
/**
|
|
3174
2710
|
* The type of the button.
|
|
3175
2711
|
*/
|
|
@@ -3197,11 +2733,11 @@ export namespace Components {
|
|
|
3197
2733
|
*/
|
|
3198
2734
|
"disabled": boolean;
|
|
3199
2735
|
/**
|
|
3200
|
-
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `
|
|
2736
|
+
* 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
2737
|
*/
|
|
3202
2738
|
"expandedIcon"?: string;
|
|
3203
2739
|
/**
|
|
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
|
|
2740
|
+
* 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
2741
|
*/
|
|
3206
2742
|
"fill"?: 'outline' | 'solid';
|
|
3207
2743
|
/**
|
|
@@ -3225,7 +2761,7 @@ export namespace Components {
|
|
|
3225
2761
|
*/
|
|
3226
2762
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
3227
2763
|
/**
|
|
3228
|
-
* The mode determines
|
|
2764
|
+
* The mode determines which platform styles to use.
|
|
3229
2765
|
*/
|
|
3230
2766
|
"mode"?: "ios" | "md";
|
|
3231
2767
|
/**
|
|
@@ -3258,11 +2794,7 @@ export namespace Components {
|
|
|
3258
2794
|
*/
|
|
3259
2795
|
"shape"?: 'round';
|
|
3260
2796
|
/**
|
|
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.
|
|
2797
|
+
* The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
|
|
3266
2798
|
*/
|
|
3267
2799
|
"toggleIcon"?: string;
|
|
3268
2800
|
/**
|
|
@@ -3275,14 +2807,6 @@ export namespace Components {
|
|
|
3275
2807
|
* 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
2808
|
*/
|
|
3277
2809
|
"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
2810
|
/**
|
|
3287
2811
|
* The text value of the option.
|
|
3288
2812
|
*/
|
|
@@ -3297,10 +2821,6 @@ export namespace Components {
|
|
|
3297
2821
|
* The text content of the popover body
|
|
3298
2822
|
*/
|
|
3299
2823
|
"message"?: string;
|
|
3300
|
-
/**
|
|
3301
|
-
* The mode determines the platform behaviors of the component.
|
|
3302
|
-
*/
|
|
3303
|
-
"mode"?: "ios" | "md";
|
|
3304
2824
|
/**
|
|
3305
2825
|
* If true, the select accepts multiple values
|
|
3306
2826
|
*/
|
|
@@ -3313,24 +2833,12 @@ export namespace Components {
|
|
|
3313
2833
|
* The subheader text of the popover
|
|
3314
2834
|
*/
|
|
3315
2835
|
"subHeader"?: string;
|
|
3316
|
-
/**
|
|
3317
|
-
* The theme determines the visual appearance of the component.
|
|
3318
|
-
*/
|
|
3319
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3320
2836
|
}
|
|
3321
2837
|
interface IonSkeletonText {
|
|
3322
2838
|
/**
|
|
3323
2839
|
* If `true`, the skeleton text will animate.
|
|
3324
2840
|
*/
|
|
3325
2841
|
"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
2842
|
}
|
|
3335
2843
|
interface IonSpinner {
|
|
3336
2844
|
/**
|
|
@@ -3341,10 +2849,6 @@ export namespace Components {
|
|
|
3341
2849
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
3342
2850
|
*/
|
|
3343
2851
|
"duration"?: number;
|
|
3344
|
-
/**
|
|
3345
|
-
* The mode determines the platform behaviors of the component.
|
|
3346
|
-
*/
|
|
3347
|
-
"mode"?: "ios" | "md";
|
|
3348
2852
|
/**
|
|
3349
2853
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
3350
2854
|
*/
|
|
@@ -3353,14 +2857,6 @@ export namespace Components {
|
|
|
3353
2857
|
* If `true`, the spinner's animation will be paused.
|
|
3354
2858
|
*/
|
|
3355
2859
|
"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
2860
|
}
|
|
3365
2861
|
interface IonSplitPane {
|
|
3366
2862
|
/**
|
|
@@ -3372,14 +2868,6 @@ export namespace Components {
|
|
|
3372
2868
|
*/
|
|
3373
2869
|
"disabled": boolean;
|
|
3374
2870
|
"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
2871
|
/**
|
|
3384
2872
|
* 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
2873
|
*/
|
|
@@ -3392,10 +2880,6 @@ export namespace Components {
|
|
|
3392
2880
|
*/
|
|
3393
2881
|
"component"?: ComponentRef;
|
|
3394
2882
|
"delegate"?: FrameworkDelegate;
|
|
3395
|
-
/**
|
|
3396
|
-
* The mode determines the platform behaviors of the component.
|
|
3397
|
-
*/
|
|
3398
|
-
"mode"?: "ios" | "md";
|
|
3399
2883
|
/**
|
|
3400
2884
|
* Set the active component for the tab
|
|
3401
2885
|
*/
|
|
@@ -3404,10 +2888,6 @@ export namespace Components {
|
|
|
3404
2888
|
* 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
2889
|
*/
|
|
3406
2890
|
"tab": string;
|
|
3407
|
-
/**
|
|
3408
|
-
* The theme determines the visual appearance of the component.
|
|
3409
|
-
*/
|
|
3410
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3411
2891
|
}
|
|
3412
2892
|
interface IonTabBar {
|
|
3413
2893
|
/**
|
|
@@ -3415,11 +2895,7 @@ export namespace Components {
|
|
|
3415
2895
|
*/
|
|
3416
2896
|
"color"?: Color;
|
|
3417
2897
|
/**
|
|
3418
|
-
*
|
|
3419
|
-
*/
|
|
3420
|
-
"expand": 'compact' | 'full';
|
|
3421
|
-
/**
|
|
3422
|
-
* The mode determines the platform behaviors of the component.
|
|
2898
|
+
* The mode determines which platform styles to use.
|
|
3423
2899
|
*/
|
|
3424
2900
|
"mode"?: "ios" | "md";
|
|
3425
2901
|
/**
|
|
@@ -3427,15 +2903,7 @@ export namespace Components {
|
|
|
3427
2903
|
*/
|
|
3428
2904
|
"selectedTab"?: string;
|
|
3429
2905
|
/**
|
|
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).
|
|
2906
|
+
* 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
2907
|
*/
|
|
3440
2908
|
"translucent": boolean;
|
|
3441
2909
|
}
|
|
@@ -3457,7 +2925,7 @@ export namespace Components {
|
|
|
3457
2925
|
*/
|
|
3458
2926
|
"layout"?: TabButtonLayout;
|
|
3459
2927
|
/**
|
|
3460
|
-
* The mode determines
|
|
2928
|
+
* The mode determines which platform styles to use.
|
|
3461
2929
|
*/
|
|
3462
2930
|
"mode"?: "ios" | "md";
|
|
3463
2931
|
/**
|
|
@@ -3476,10 +2944,6 @@ export namespace Components {
|
|
|
3476
2944
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
3477
2945
|
*/
|
|
3478
2946
|
"target": string | undefined;
|
|
3479
|
-
/**
|
|
3480
|
-
* The theme determines the visual appearance of the component.
|
|
3481
|
-
*/
|
|
3482
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3483
2947
|
}
|
|
3484
2948
|
interface IonTabs {
|
|
3485
2949
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
@@ -3492,20 +2956,12 @@ export namespace Components {
|
|
|
3492
2956
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
3493
2957
|
*/
|
|
3494
2958
|
"getTab": (tab: string | HTMLIonTabElement) => Promise<HTMLIonTabElement | undefined>;
|
|
3495
|
-
/**
|
|
3496
|
-
* The mode determines the platform behaviors of the component.
|
|
3497
|
-
*/
|
|
3498
|
-
"mode"?: "ios" | "md";
|
|
3499
2959
|
/**
|
|
3500
2960
|
* 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
2961
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
3502
2962
|
*/
|
|
3503
2963
|
"select": (tab: string | HTMLIonTabElement) => Promise<boolean>;
|
|
3504
2964
|
"setRouteId": (id: string) => Promise<RouteWrite>;
|
|
3505
|
-
/**
|
|
3506
|
-
* The theme determines the visual appearance of the component.
|
|
3507
|
-
*/
|
|
3508
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3509
2965
|
"useRouter": boolean;
|
|
3510
2966
|
}
|
|
3511
2967
|
interface IonText {
|
|
@@ -3514,13 +2970,9 @@ export namespace Components {
|
|
|
3514
2970
|
*/
|
|
3515
2971
|
"color"?: Color;
|
|
3516
2972
|
/**
|
|
3517
|
-
* The mode determines
|
|
2973
|
+
* The mode determines which platform styles to use.
|
|
3518
2974
|
*/
|
|
3519
2975
|
"mode"?: "ios" | "md";
|
|
3520
|
-
/**
|
|
3521
|
-
* The theme determines the visual appearance of the component.
|
|
3522
|
-
*/
|
|
3523
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3524
2976
|
}
|
|
3525
2977
|
interface IonTextarea {
|
|
3526
2978
|
/**
|
|
@@ -3572,7 +3024,7 @@ export namespace Components {
|
|
|
3572
3024
|
*/
|
|
3573
3025
|
"errorText"?: string;
|
|
3574
3026
|
/**
|
|
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
|
|
3027
|
+
* 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
3028
|
*/
|
|
3577
3029
|
"fill"?: 'outline' | 'solid';
|
|
3578
3030
|
/**
|
|
@@ -3604,7 +3056,7 @@ export namespace Components {
|
|
|
3604
3056
|
*/
|
|
3605
3057
|
"minlength"?: number;
|
|
3606
3058
|
/**
|
|
3607
|
-
* The mode determines
|
|
3059
|
+
* The mode determines which platform styles to use.
|
|
3608
3060
|
*/
|
|
3609
3061
|
"mode"?: "ios" | "md";
|
|
3610
3062
|
/**
|
|
@@ -3632,21 +3084,13 @@ export namespace Components {
|
|
|
3632
3084
|
*/
|
|
3633
3085
|
"setFocus": () => Promise<void>;
|
|
3634
3086
|
/**
|
|
3635
|
-
*
|
|
3087
|
+
* The shape of the textarea. If "round" it will have an increased border radius.
|
|
3636
3088
|
*/
|
|
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';
|
|
3089
|
+
"shape"?: 'round';
|
|
3642
3090
|
/**
|
|
3643
3091
|
* If `true`, the element will have its spelling and grammar checked.
|
|
3644
3092
|
*/
|
|
3645
3093
|
"spellcheck": boolean;
|
|
3646
|
-
/**
|
|
3647
|
-
* The theme determines the visual appearance of the component.
|
|
3648
|
-
*/
|
|
3649
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3650
3094
|
/**
|
|
3651
3095
|
* The value of the textarea.
|
|
3652
3096
|
*/
|
|
@@ -3657,32 +3101,16 @@ export namespace Components {
|
|
|
3657
3101
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
3658
3102
|
}
|
|
3659
3103
|
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
3104
|
}
|
|
3669
3105
|
interface IonTitle {
|
|
3670
3106
|
/**
|
|
3671
3107
|
* 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
3108
|
*/
|
|
3673
3109
|
"color"?: Color;
|
|
3674
|
-
/**
|
|
3675
|
-
* The mode determines the platform behaviors of the component.
|
|
3676
|
-
*/
|
|
3677
|
-
"mode"?: "ios" | "md";
|
|
3678
3110
|
/**
|
|
3679
3111
|
* The size of the toolbar title.
|
|
3680
3112
|
*/
|
|
3681
3113
|
"size"?: 'large' | 'small';
|
|
3682
|
-
/**
|
|
3683
|
-
* The theme determines the visual appearance of the component.
|
|
3684
|
-
*/
|
|
3685
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3686
3114
|
}
|
|
3687
3115
|
interface IonToast {
|
|
3688
3116
|
/**
|
|
@@ -3750,7 +3178,7 @@ export namespace Components {
|
|
|
3750
3178
|
*/
|
|
3751
3179
|
"message"?: string | IonicSafeString;
|
|
3752
3180
|
/**
|
|
3753
|
-
* The mode determines
|
|
3181
|
+
* The mode determines which platform styles to use.
|
|
3754
3182
|
*/
|
|
3755
3183
|
"mode"?: "ios" | "md";
|
|
3756
3184
|
/**
|
|
@@ -3774,20 +3202,12 @@ export namespace Components {
|
|
|
3774
3202
|
* Present the toast overlay after it has been created.
|
|
3775
3203
|
*/
|
|
3776
3204
|
"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
3205
|
/**
|
|
3782
3206
|
* 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
3207
|
*/
|
|
3784
3208
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
3785
3209
|
/**
|
|
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).
|
|
3210
|
+
* 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
3211
|
*/
|
|
3792
3212
|
"translucent": boolean;
|
|
3793
3213
|
/**
|
|
@@ -3825,17 +3245,13 @@ export namespace Components {
|
|
|
3825
3245
|
*/
|
|
3826
3246
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
3827
3247
|
/**
|
|
3828
|
-
* The mode determines
|
|
3248
|
+
* The mode determines which platform styles to use.
|
|
3829
3249
|
*/
|
|
3830
3250
|
"mode"?: "ios" | "md";
|
|
3831
3251
|
/**
|
|
3832
3252
|
* The name of the control, which is submitted with the form data.
|
|
3833
3253
|
*/
|
|
3834
3254
|
"name": string;
|
|
3835
|
-
/**
|
|
3836
|
-
* The theme determines the visual appearance of the component.
|
|
3837
|
-
*/
|
|
3838
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3839
3255
|
/**
|
|
3840
3256
|
* 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
3257
|
*/
|
|
@@ -3847,13 +3263,9 @@ export namespace Components {
|
|
|
3847
3263
|
*/
|
|
3848
3264
|
"color"?: Color;
|
|
3849
3265
|
/**
|
|
3850
|
-
* The mode determines
|
|
3266
|
+
* The mode determines which platform styles to use.
|
|
3851
3267
|
*/
|
|
3852
3268
|
"mode"?: "ios" | "md";
|
|
3853
|
-
/**
|
|
3854
|
-
* The theme determines the visual appearance of the component.
|
|
3855
|
-
*/
|
|
3856
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3857
3269
|
}
|
|
3858
3270
|
}
|
|
3859
3271
|
export interface IonAccordionGroupCustomEvent<T> extends CustomEvent<T> {
|
|
@@ -5335,17 +4747,13 @@ declare namespace LocalJSX {
|
|
|
5335
4747
|
*/
|
|
5336
4748
|
"disabled"?: boolean;
|
|
5337
4749
|
/**
|
|
5338
|
-
* The mode determines
|
|
4750
|
+
* The mode determines which platform styles to use.
|
|
5339
4751
|
*/
|
|
5340
4752
|
"mode"?: "ios" | "md";
|
|
5341
4753
|
/**
|
|
5342
4754
|
* If `true`, the accordion cannot be interacted with, but does not alter the opacity.
|
|
5343
4755
|
*/
|
|
5344
4756
|
"readonly"?: boolean;
|
|
5345
|
-
/**
|
|
5346
|
-
* The theme determines the visual appearance of the component.
|
|
5347
|
-
*/
|
|
5348
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5349
4757
|
/**
|
|
5350
4758
|
* The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
|
|
5351
4759
|
*/
|
|
@@ -5373,7 +4781,7 @@ declare namespace LocalJSX {
|
|
|
5373
4781
|
*/
|
|
5374
4782
|
"expand"?: 'compact' | 'inset';
|
|
5375
4783
|
/**
|
|
5376
|
-
* The mode determines
|
|
4784
|
+
* The mode determines which platform styles to use.
|
|
5377
4785
|
*/
|
|
5378
4786
|
"mode"?: "ios" | "md";
|
|
5379
4787
|
/**
|
|
@@ -5388,10 +4796,6 @@ declare namespace LocalJSX {
|
|
|
5388
4796
|
* If `true`, the accordion group cannot be interacted with, but does not alter the opacity.
|
|
5389
4797
|
*/
|
|
5390
4798
|
"readonly"?: boolean;
|
|
5391
|
-
/**
|
|
5392
|
-
* The theme determines the visual appearance of the component.
|
|
5393
|
-
*/
|
|
5394
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5395
4799
|
/**
|
|
5396
4800
|
* The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
|
|
5397
4801
|
*/
|
|
@@ -5439,7 +4843,7 @@ declare namespace LocalJSX {
|
|
|
5439
4843
|
*/
|
|
5440
4844
|
"leaveAnimation"?: AnimationBuilder;
|
|
5441
4845
|
/**
|
|
5442
|
-
* The mode determines
|
|
4846
|
+
* The mode determines which platform styles to use.
|
|
5443
4847
|
*/
|
|
5444
4848
|
"mode"?: "ios" | "md";
|
|
5445
4849
|
/**
|
|
@@ -5479,11 +4883,7 @@ declare namespace LocalJSX {
|
|
|
5479
4883
|
*/
|
|
5480
4884
|
"subHeader"?: string;
|
|
5481
4885
|
/**
|
|
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).
|
|
4886
|
+
* 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
4887
|
*/
|
|
5488
4888
|
"translucent"?: boolean;
|
|
5489
4889
|
/**
|
|
@@ -5541,7 +4941,7 @@ declare namespace LocalJSX {
|
|
|
5541
4941
|
*/
|
|
5542
4942
|
"message"?: string | IonicSafeString;
|
|
5543
4943
|
/**
|
|
5544
|
-
* The mode determines
|
|
4944
|
+
* The mode determines which platform styles to use.
|
|
5545
4945
|
*/
|
|
5546
4946
|
"mode"?: "ios" | "md";
|
|
5547
4947
|
/**
|
|
@@ -5581,11 +4981,7 @@ declare namespace LocalJSX {
|
|
|
5581
4981
|
*/
|
|
5582
4982
|
"subHeader"?: string;
|
|
5583
4983
|
/**
|
|
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).
|
|
4984
|
+
* 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
4985
|
*/
|
|
5590
4986
|
"translucent"?: boolean;
|
|
5591
4987
|
/**
|
|
@@ -5594,32 +4990,8 @@ declare namespace LocalJSX {
|
|
|
5594
4990
|
"trigger"?: string | undefined;
|
|
5595
4991
|
}
|
|
5596
4992
|
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
4993
|
}
|
|
5606
4994
|
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
4995
|
}
|
|
5624
4996
|
interface IonBackButton {
|
|
5625
4997
|
/**
|
|
@@ -5639,7 +5011,7 @@ declare namespace LocalJSX {
|
|
|
5639
5011
|
*/
|
|
5640
5012
|
"icon"?: string | null;
|
|
5641
5013
|
/**
|
|
5642
|
-
* The mode determines
|
|
5014
|
+
* The mode determines which platform styles to use.
|
|
5643
5015
|
*/
|
|
5644
5016
|
"mode"?: "ios" | "md";
|
|
5645
5017
|
/**
|
|
@@ -5650,20 +5022,12 @@ declare namespace LocalJSX {
|
|
|
5650
5022
|
* The text to display in the back button.
|
|
5651
5023
|
*/
|
|
5652
5024
|
"text"?: string | null;
|
|
5653
|
-
/**
|
|
5654
|
-
* The theme determines the visual appearance of the component.
|
|
5655
|
-
*/
|
|
5656
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5657
5025
|
/**
|
|
5658
5026
|
* The type of the button.
|
|
5659
5027
|
*/
|
|
5660
5028
|
"type"?: 'submit' | 'reset' | 'button';
|
|
5661
5029
|
}
|
|
5662
5030
|
interface IonBackdrop {
|
|
5663
|
-
/**
|
|
5664
|
-
* The mode determines the platform behaviors of the component.
|
|
5665
|
-
*/
|
|
5666
|
-
"mode"?: "ios" | "md";
|
|
5667
5031
|
/**
|
|
5668
5032
|
* Emitted when the backdrop is tapped.
|
|
5669
5033
|
*/
|
|
@@ -5676,10 +5040,6 @@ declare namespace LocalJSX {
|
|
|
5676
5040
|
* If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
|
|
5677
5041
|
*/
|
|
5678
5042
|
"tappable"?: boolean;
|
|
5679
|
-
/**
|
|
5680
|
-
* The theme determines the visual appearance of the component.
|
|
5681
|
-
*/
|
|
5682
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5683
5043
|
/**
|
|
5684
5044
|
* If `true`, the backdrop will be visible.
|
|
5685
5045
|
*/
|
|
@@ -5691,21 +5051,9 @@ declare namespace LocalJSX {
|
|
|
5691
5051
|
*/
|
|
5692
5052
|
"color"?: Color;
|
|
5693
5053
|
/**
|
|
5694
|
-
* The mode determines
|
|
5054
|
+
* The mode determines which platform styles to use.
|
|
5695
5055
|
*/
|
|
5696
5056
|
"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
5057
|
}
|
|
5710
5058
|
interface IonBreadcrumb {
|
|
5711
5059
|
/**
|
|
@@ -5729,7 +5077,7 @@ declare namespace LocalJSX {
|
|
|
5729
5077
|
*/
|
|
5730
5078
|
"href"?: string | undefined;
|
|
5731
5079
|
/**
|
|
5732
|
-
* The mode determines
|
|
5080
|
+
* The mode determines which platform styles to use.
|
|
5733
5081
|
*/
|
|
5734
5082
|
"mode"?: "ios" | "md";
|
|
5735
5083
|
/**
|
|
@@ -5760,10 +5108,6 @@ declare namespace LocalJSX {
|
|
|
5760
5108
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5761
5109
|
*/
|
|
5762
5110
|
"target"?: string | undefined;
|
|
5763
|
-
/**
|
|
5764
|
-
* The theme determines the visual appearance of the component.
|
|
5765
|
-
*/
|
|
5766
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5767
5111
|
}
|
|
5768
5112
|
interface IonBreadcrumbs {
|
|
5769
5113
|
/**
|
|
@@ -5783,17 +5127,13 @@ declare namespace LocalJSX {
|
|
|
5783
5127
|
*/
|
|
5784
5128
|
"maxItems"?: number;
|
|
5785
5129
|
/**
|
|
5786
|
-
* The mode determines
|
|
5130
|
+
* The mode determines which platform styles to use.
|
|
5787
5131
|
*/
|
|
5788
5132
|
"mode"?: "ios" | "md";
|
|
5789
5133
|
/**
|
|
5790
5134
|
* Emitted when the collapsed indicator is clicked on.
|
|
5791
5135
|
*/
|
|
5792
5136
|
"onIonCollapsedClick"?: (event: IonBreadcrumbsCustomEvent<BreadcrumbCollapsedClickEventDetail>) => void;
|
|
5793
|
-
/**
|
|
5794
|
-
* The theme determines the visual appearance of the component.
|
|
5795
|
-
*/
|
|
5796
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5797
5137
|
}
|
|
5798
5138
|
interface IonButton {
|
|
5799
5139
|
/**
|
|
@@ -5829,7 +5169,7 @@ declare namespace LocalJSX {
|
|
|
5829
5169
|
*/
|
|
5830
5170
|
"href"?: string | undefined;
|
|
5831
5171
|
/**
|
|
5832
|
-
* The mode determines
|
|
5172
|
+
* The mode determines which platform styles to use.
|
|
5833
5173
|
*/
|
|
5834
5174
|
"mode"?: "ios" | "md";
|
|
5835
5175
|
/**
|
|
@@ -5853,13 +5193,13 @@ declare namespace LocalJSX {
|
|
|
5853
5193
|
*/
|
|
5854
5194
|
"routerDirection"?: RouterDirection;
|
|
5855
5195
|
/**
|
|
5856
|
-
* Set to `"
|
|
5196
|
+
* Set to `"round"` for a button with more rounded corners.
|
|
5857
5197
|
*/
|
|
5858
|
-
"shape"?: '
|
|
5198
|
+
"shape"?: 'round';
|
|
5859
5199
|
/**
|
|
5860
5200
|
* 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
5201
|
*/
|
|
5862
|
-
"size"?: '
|
|
5202
|
+
"size"?: 'small' | 'default' | 'large';
|
|
5863
5203
|
/**
|
|
5864
5204
|
* If `true`, activates a button with a heavier font weight.
|
|
5865
5205
|
*/
|
|
@@ -5868,10 +5208,6 @@ declare namespace LocalJSX {
|
|
|
5868
5208
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5869
5209
|
*/
|
|
5870
5210
|
"target"?: string | undefined;
|
|
5871
|
-
/**
|
|
5872
|
-
* The theme determines the visual appearance of the component.
|
|
5873
|
-
*/
|
|
5874
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5875
5211
|
/**
|
|
5876
5212
|
* The type of the button.
|
|
5877
5213
|
*/
|
|
@@ -5879,17 +5215,9 @@ declare namespace LocalJSX {
|
|
|
5879
5215
|
}
|
|
5880
5216
|
interface IonButtons {
|
|
5881
5217
|
/**
|
|
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
|
|
5218
|
+
* 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
5219
|
*/
|
|
5884
5220
|
"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
5221
|
}
|
|
5894
5222
|
interface IonCard {
|
|
5895
5223
|
/**
|
|
@@ -5913,7 +5241,7 @@ declare namespace LocalJSX {
|
|
|
5913
5241
|
*/
|
|
5914
5242
|
"href"?: string | undefined;
|
|
5915
5243
|
/**
|
|
5916
|
-
* The mode determines
|
|
5244
|
+
* The mode determines which platform styles to use.
|
|
5917
5245
|
*/
|
|
5918
5246
|
"mode"?: "ios" | "md";
|
|
5919
5247
|
/**
|
|
@@ -5928,18 +5256,10 @@ declare namespace LocalJSX {
|
|
|
5928
5256
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
5929
5257
|
*/
|
|
5930
5258
|
"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
5259
|
/**
|
|
5936
5260
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5937
5261
|
*/
|
|
5938
5262
|
"target"?: string | undefined;
|
|
5939
|
-
/**
|
|
5940
|
-
* The theme determines the visual appearance of the component.
|
|
5941
|
-
*/
|
|
5942
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5943
5263
|
/**
|
|
5944
5264
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
5945
5265
|
*/
|
|
@@ -5947,13 +5267,9 @@ declare namespace LocalJSX {
|
|
|
5947
5267
|
}
|
|
5948
5268
|
interface IonCardContent {
|
|
5949
5269
|
/**
|
|
5950
|
-
* The mode determines
|
|
5270
|
+
* The mode determines which platform styles to use.
|
|
5951
5271
|
*/
|
|
5952
5272
|
"mode"?: "ios" | "md";
|
|
5953
|
-
/**
|
|
5954
|
-
* The theme determines the visual appearance of the component.
|
|
5955
|
-
*/
|
|
5956
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5957
5273
|
}
|
|
5958
5274
|
interface IonCardHeader {
|
|
5959
5275
|
/**
|
|
@@ -5961,15 +5277,11 @@ declare namespace LocalJSX {
|
|
|
5961
5277
|
*/
|
|
5962
5278
|
"color"?: Color;
|
|
5963
5279
|
/**
|
|
5964
|
-
* The mode determines
|
|
5280
|
+
* The mode determines which platform styles to use.
|
|
5965
5281
|
*/
|
|
5966
5282
|
"mode"?: "ios" | "md";
|
|
5967
5283
|
/**
|
|
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).
|
|
5284
|
+
* 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
5285
|
*/
|
|
5974
5286
|
"translucent"?: boolean;
|
|
5975
5287
|
}
|
|
@@ -5979,13 +5291,9 @@ declare namespace LocalJSX {
|
|
|
5979
5291
|
*/
|
|
5980
5292
|
"color"?: Color;
|
|
5981
5293
|
/**
|
|
5982
|
-
* The mode determines
|
|
5294
|
+
* The mode determines which platform styles to use.
|
|
5983
5295
|
*/
|
|
5984
5296
|
"mode"?: "ios" | "md";
|
|
5985
|
-
/**
|
|
5986
|
-
* The theme determines the visual appearance of the component.
|
|
5987
|
-
*/
|
|
5988
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5989
5297
|
}
|
|
5990
5298
|
interface IonCardTitle {
|
|
5991
5299
|
/**
|
|
@@ -5993,13 +5301,9 @@ declare namespace LocalJSX {
|
|
|
5993
5301
|
*/
|
|
5994
5302
|
"color"?: Color;
|
|
5995
5303
|
/**
|
|
5996
|
-
* The mode determines
|
|
5304
|
+
* The mode determines which platform styles to use.
|
|
5997
5305
|
*/
|
|
5998
5306
|
"mode"?: "ios" | "md";
|
|
5999
|
-
/**
|
|
6000
|
-
* The theme determines the visual appearance of the component.
|
|
6001
|
-
*/
|
|
6002
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6003
5307
|
}
|
|
6004
5308
|
interface IonCheckbox {
|
|
6005
5309
|
/**
|
|
@@ -6031,7 +5335,7 @@ declare namespace LocalJSX {
|
|
|
6031
5335
|
*/
|
|
6032
5336
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
6033
5337
|
/**
|
|
6034
|
-
* The mode determines
|
|
5338
|
+
* The mode determines which platform styles to use.
|
|
6035
5339
|
*/
|
|
6036
5340
|
"mode"?: "ios" | "md";
|
|
6037
5341
|
/**
|
|
@@ -6043,25 +5347,13 @@ declare namespace LocalJSX {
|
|
|
6043
5347
|
*/
|
|
6044
5348
|
"onIonBlur"?: (event: IonCheckboxCustomEvent<void>) => void;
|
|
6045
5349
|
/**
|
|
6046
|
-
* Emitted when the checked property has changed as a result of a user action such as a click.
|
|
5350
|
+
* 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
5351
|
*/
|
|
6048
5352
|
"onIonChange"?: (event: IonCheckboxCustomEvent<CheckboxChangeEventDetail>) => void;
|
|
6049
5353
|
/**
|
|
6050
5354
|
* Emitted when the checkbox has focus.
|
|
6051
5355
|
*/
|
|
6052
5356
|
"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
5357
|
/**
|
|
6066
5358
|
* 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
5359
|
*/
|
|
@@ -6077,31 +5369,15 @@ declare namespace LocalJSX {
|
|
|
6077
5369
|
*/
|
|
6078
5370
|
"disabled"?: boolean;
|
|
6079
5371
|
/**
|
|
6080
|
-
* The mode determines
|
|
5372
|
+
* The mode determines which platform styles to use.
|
|
6081
5373
|
*/
|
|
6082
5374
|
"mode"?: "ios" | "md";
|
|
6083
5375
|
/**
|
|
6084
5376
|
* Display an outline style button.
|
|
6085
5377
|
*/
|
|
6086
5378
|
"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
5379
|
}
|
|
6100
5380
|
interface IonCol {
|
|
6101
|
-
/**
|
|
6102
|
-
* The mode determines the platform behaviors of the component.
|
|
6103
|
-
*/
|
|
6104
|
-
"mode"?: "ios" | "md";
|
|
6105
5381
|
/**
|
|
6106
5382
|
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
6107
5383
|
*/
|
|
@@ -6198,10 +5474,6 @@ declare namespace LocalJSX {
|
|
|
6198
5474
|
* 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
5475
|
*/
|
|
6200
5476
|
"sizeXs"?: string;
|
|
6201
|
-
/**
|
|
6202
|
-
* The theme determines the visual appearance of the component.
|
|
6203
|
-
*/
|
|
6204
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6205
5477
|
}
|
|
6206
5478
|
interface IonContent {
|
|
6207
5479
|
/**
|
|
@@ -6220,10 +5492,6 @@ declare namespace LocalJSX {
|
|
|
6220
5492
|
* If `true`, the content will scroll behind the headers and footers. This effect can easily be seen by setting the toolbar to transparent.
|
|
6221
5493
|
*/
|
|
6222
5494
|
"fullscreen"?: boolean;
|
|
6223
|
-
/**
|
|
6224
|
-
* The mode determines the platform behaviors of the component.
|
|
6225
|
-
*/
|
|
6226
|
-
"mode"?: "ios" | "md";
|
|
6227
5495
|
/**
|
|
6228
5496
|
* Emitted while scrolling. This event is disabled by default. Set `scrollEvents` to `true` to enable.
|
|
6229
5497
|
*/
|
|
@@ -6248,10 +5516,6 @@ declare namespace LocalJSX {
|
|
|
6248
5516
|
* If you want to disable the content scrolling in the Y axis, set this property to `false`.
|
|
6249
5517
|
*/
|
|
6250
5518
|
"scrollY"?: boolean;
|
|
6251
|
-
/**
|
|
6252
|
-
* The theme determines the visual appearance of the component.
|
|
6253
|
-
*/
|
|
6254
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6255
5519
|
}
|
|
6256
5520
|
interface IonDatetime {
|
|
6257
5521
|
/**
|
|
@@ -6319,7 +5583,7 @@ declare namespace LocalJSX {
|
|
|
6319
5583
|
*/
|
|
6320
5584
|
"minuteValues"?: number[] | number | string;
|
|
6321
5585
|
/**
|
|
6322
|
-
* The mode determines
|
|
5586
|
+
* The mode determines which platform styles to use.
|
|
6323
5587
|
*/
|
|
6324
5588
|
"mode"?: "ios" | "md";
|
|
6325
5589
|
/**
|
|
@@ -6382,10 +5646,6 @@ declare namespace LocalJSX {
|
|
|
6382
5646
|
* 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
5647
|
*/
|
|
6384
5648
|
"size"?: 'cover' | 'fixed';
|
|
6385
|
-
/**
|
|
6386
|
-
* The theme determines the visual appearance of the component.
|
|
6387
|
-
*/
|
|
6388
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6389
5649
|
/**
|
|
6390
5650
|
* 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
5651
|
*/
|
|
@@ -6413,13 +5673,9 @@ declare namespace LocalJSX {
|
|
|
6413
5673
|
*/
|
|
6414
5674
|
"disabled"?: boolean;
|
|
6415
5675
|
/**
|
|
6416
|
-
* The mode determines
|
|
5676
|
+
* The mode determines which platform styles to use.
|
|
6417
5677
|
*/
|
|
6418
5678
|
"mode"?: "ios" | "md";
|
|
6419
|
-
/**
|
|
6420
|
-
* The theme determines the visual appearance of the component.
|
|
6421
|
-
*/
|
|
6422
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6423
5679
|
}
|
|
6424
5680
|
interface IonFab {
|
|
6425
5681
|
/**
|
|
@@ -6434,14 +5690,6 @@ declare namespace LocalJSX {
|
|
|
6434
5690
|
* Where to align the fab horizontally in the viewport.
|
|
6435
5691
|
*/
|
|
6436
5692
|
"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
5693
|
/**
|
|
6446
5694
|
* Where to align the fab vertically in the viewport.
|
|
6447
5695
|
*/
|
|
@@ -6473,7 +5721,7 @@ declare namespace LocalJSX {
|
|
|
6473
5721
|
*/
|
|
6474
5722
|
"href"?: string | undefined;
|
|
6475
5723
|
/**
|
|
6476
|
-
* The mode determines
|
|
5724
|
+
* The mode determines which platform styles to use.
|
|
6477
5725
|
*/
|
|
6478
5726
|
"mode"?: "ios" | "md";
|
|
6479
5727
|
/**
|
|
@@ -6509,11 +5757,7 @@ declare namespace LocalJSX {
|
|
|
6509
5757
|
*/
|
|
6510
5758
|
"target"?: string | undefined;
|
|
6511
5759
|
/**
|
|
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).
|
|
5760
|
+
* 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
5761
|
*/
|
|
6518
5762
|
"translucent"?: boolean;
|
|
6519
5763
|
/**
|
|
@@ -6526,34 +5770,22 @@ declare namespace LocalJSX {
|
|
|
6526
5770
|
* If `true`, the fab list will show all fab buttons in the list.
|
|
6527
5771
|
*/
|
|
6528
5772
|
"activated"?: boolean;
|
|
6529
|
-
/**
|
|
6530
|
-
* The mode determines the platform behaviors of the component.
|
|
6531
|
-
*/
|
|
6532
|
-
"mode"?: "ios" | "md";
|
|
6533
5773
|
/**
|
|
6534
5774
|
* The side the fab list will show on relative to the main fab button.
|
|
6535
5775
|
*/
|
|
6536
5776
|
"side"?: 'start' | 'end' | 'top' | 'bottom';
|
|
6537
|
-
/**
|
|
6538
|
-
* The theme determines the visual appearance of the component.
|
|
6539
|
-
*/
|
|
6540
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6541
5777
|
}
|
|
6542
5778
|
interface IonFooter {
|
|
6543
5779
|
/**
|
|
6544
|
-
* Describes the scroll effect that will be applied to the footer. Only applies
|
|
5780
|
+
* Describes the scroll effect that will be applied to the footer. Only applies in iOS mode.
|
|
6545
5781
|
*/
|
|
6546
5782
|
"collapse"?: 'fade';
|
|
6547
5783
|
/**
|
|
6548
|
-
* The mode determines
|
|
5784
|
+
* The mode determines which platform styles to use.
|
|
6549
5785
|
*/
|
|
6550
5786
|
"mode"?: "ios" | "md";
|
|
6551
5787
|
/**
|
|
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.
|
|
5788
|
+
* 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
5789
|
*/
|
|
6558
5790
|
"translucent"?: boolean;
|
|
6559
5791
|
}
|
|
@@ -6562,34 +5794,18 @@ declare namespace LocalJSX {
|
|
|
6562
5794
|
* If `true`, the grid will have a fixed width based on the screen size.
|
|
6563
5795
|
*/
|
|
6564
5796
|
"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
5797
|
}
|
|
6574
5798
|
interface IonHeader {
|
|
6575
5799
|
/**
|
|
6576
|
-
* Describes the scroll effect that will be applied to the header. Only applies
|
|
5800
|
+
* 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
5801
|
*/
|
|
6578
5802
|
"collapse"?: 'condense' | 'fade';
|
|
6579
5803
|
/**
|
|
6580
|
-
*
|
|
6581
|
-
*/
|
|
6582
|
-
"divider"?: boolean;
|
|
6583
|
-
/**
|
|
6584
|
-
* The mode determines the platform behaviors of the component.
|
|
5804
|
+
* The mode determines which platform styles to use.
|
|
6585
5805
|
*/
|
|
6586
5806
|
"mode"?: "ios" | "md";
|
|
6587
5807
|
/**
|
|
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.
|
|
5808
|
+
* 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
5809
|
*/
|
|
6594
5810
|
"translucent"?: boolean;
|
|
6595
5811
|
}
|
|
@@ -6598,10 +5814,6 @@ declare namespace LocalJSX {
|
|
|
6598
5814
|
* 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
5815
|
*/
|
|
6600
5816
|
"alt"?: string;
|
|
6601
|
-
/**
|
|
6602
|
-
* The mode determines the platform behaviors of the component.
|
|
6603
|
-
*/
|
|
6604
|
-
"mode"?: "ios" | "md";
|
|
6605
5817
|
/**
|
|
6606
5818
|
* Emitted when the img fails to load
|
|
6607
5819
|
*/
|
|
@@ -6618,20 +5830,12 @@ declare namespace LocalJSX {
|
|
|
6618
5830
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
6619
5831
|
*/
|
|
6620
5832
|
"src"?: string;
|
|
6621
|
-
/**
|
|
6622
|
-
* The theme determines the visual appearance of the component.
|
|
6623
|
-
*/
|
|
6624
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6625
5833
|
}
|
|
6626
5834
|
interface IonInfiniteScroll {
|
|
6627
5835
|
/**
|
|
6628
5836
|
* 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
5837
|
*/
|
|
6630
5838
|
"disabled"?: boolean;
|
|
6631
|
-
/**
|
|
6632
|
-
* The mode determines the platform behaviors of the component.
|
|
6633
|
-
*/
|
|
6634
|
-
"mode"?: "ios" | "md";
|
|
6635
5839
|
/**
|
|
6636
5840
|
* 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
5841
|
*/
|
|
@@ -6640,10 +5844,6 @@ declare namespace LocalJSX {
|
|
|
6640
5844
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
6641
5845
|
*/
|
|
6642
5846
|
"position"?: 'top' | 'bottom';
|
|
6643
|
-
/**
|
|
6644
|
-
* The theme determines the visual appearance of the component.
|
|
6645
|
-
*/
|
|
6646
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6647
5847
|
/**
|
|
6648
5848
|
* 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
5849
|
*/
|
|
@@ -6658,14 +5858,6 @@ declare namespace LocalJSX {
|
|
|
6658
5858
|
* 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
5859
|
*/
|
|
6660
5860
|
"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
5861
|
}
|
|
6670
5862
|
interface IonInput {
|
|
6671
5863
|
/**
|
|
@@ -6725,7 +5917,7 @@ declare namespace LocalJSX {
|
|
|
6725
5917
|
*/
|
|
6726
5918
|
"errorText"?: string;
|
|
6727
5919
|
/**
|
|
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
|
|
5920
|
+
* 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
5921
|
*/
|
|
6730
5922
|
"fill"?: 'outline' | 'solid';
|
|
6731
5923
|
/**
|
|
@@ -6741,7 +5933,7 @@ declare namespace LocalJSX {
|
|
|
6741
5933
|
*/
|
|
6742
5934
|
"label"?: string;
|
|
6743
5935
|
/**
|
|
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 ("...").
|
|
5936
|
+
* 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
5937
|
*/
|
|
6746
5938
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
6747
5939
|
/**
|
|
@@ -6761,7 +5953,7 @@ declare namespace LocalJSX {
|
|
|
6761
5953
|
*/
|
|
6762
5954
|
"minlength"?: number;
|
|
6763
5955
|
/**
|
|
6764
|
-
* The mode determines
|
|
5956
|
+
* The mode determines which platform styles to use.
|
|
6765
5957
|
*/
|
|
6766
5958
|
"mode"?: "ios" | "md";
|
|
6767
5959
|
/**
|
|
@@ -6805,13 +5997,9 @@ declare namespace LocalJSX {
|
|
|
6805
5997
|
*/
|
|
6806
5998
|
"required"?: boolean;
|
|
6807
5999
|
/**
|
|
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.
|
|
6000
|
+
* The shape of the input. If "round" it will have an increased border radius.
|
|
6813
6001
|
*/
|
|
6814
|
-
"
|
|
6002
|
+
"shape"?: 'round';
|
|
6815
6003
|
/**
|
|
6816
6004
|
* If `true`, the element will have its spelling and grammar checked.
|
|
6817
6005
|
*/
|
|
@@ -6820,10 +6008,6 @@ declare namespace LocalJSX {
|
|
|
6820
6008
|
* 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
6009
|
*/
|
|
6822
6010
|
"step"?: string;
|
|
6823
|
-
/**
|
|
6824
|
-
* The theme determines the visual appearance of the component.
|
|
6825
|
-
*/
|
|
6826
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6827
6011
|
/**
|
|
6828
6012
|
* The type of control to display. The default type is text.
|
|
6829
6013
|
*/
|
|
@@ -6861,7 +6045,7 @@ declare namespace LocalJSX {
|
|
|
6861
6045
|
*/
|
|
6862
6046
|
"color"?: Color;
|
|
6863
6047
|
/**
|
|
6864
|
-
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
6048
|
+
* 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
6049
|
*/
|
|
6866
6050
|
"detail"?: boolean;
|
|
6867
6051
|
/**
|
|
@@ -6885,7 +6069,7 @@ declare namespace LocalJSX {
|
|
|
6885
6069
|
*/
|
|
6886
6070
|
"lines"?: 'full' | 'inset' | 'none';
|
|
6887
6071
|
/**
|
|
6888
|
-
* The mode determines
|
|
6072
|
+
* The mode determines which platform styles to use.
|
|
6889
6073
|
*/
|
|
6890
6074
|
"mode"?: "ios" | "md";
|
|
6891
6075
|
/**
|
|
@@ -6904,10 +6088,6 @@ declare namespace LocalJSX {
|
|
|
6904
6088
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6905
6089
|
*/
|
|
6906
6090
|
"target"?: string | undefined;
|
|
6907
|
-
/**
|
|
6908
|
-
* The theme determines the visual appearance of the component.
|
|
6909
|
-
*/
|
|
6910
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6911
6091
|
/**
|
|
6912
6092
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
6913
6093
|
*/
|
|
@@ -6919,27 +6099,15 @@ declare namespace LocalJSX {
|
|
|
6919
6099
|
*/
|
|
6920
6100
|
"color"?: Color;
|
|
6921
6101
|
/**
|
|
6922
|
-
* The mode determines
|
|
6102
|
+
* The mode determines which platform styles to use.
|
|
6923
6103
|
*/
|
|
6924
6104
|
"mode"?: "ios" | "md";
|
|
6925
6105
|
/**
|
|
6926
6106
|
* 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
6107
|
*/
|
|
6928
6108
|
"sticky"?: boolean;
|
|
6929
|
-
/**
|
|
6930
|
-
* The theme determines the visual appearance of the component.
|
|
6931
|
-
*/
|
|
6932
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6933
6109
|
}
|
|
6934
6110
|
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
6111
|
}
|
|
6944
6112
|
interface IonItemOption {
|
|
6945
6113
|
/**
|
|
@@ -6963,35 +6131,23 @@ declare namespace LocalJSX {
|
|
|
6963
6131
|
*/
|
|
6964
6132
|
"href"?: string | undefined;
|
|
6965
6133
|
/**
|
|
6966
|
-
* The mode determines
|
|
6134
|
+
* The mode determines which platform styles to use.
|
|
6967
6135
|
*/
|
|
6968
6136
|
"mode"?: "ios" | "md";
|
|
6969
6137
|
/**
|
|
6970
6138
|
* 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
6139
|
*/
|
|
6972
6140
|
"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
6141
|
/**
|
|
6978
6142
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6979
6143
|
*/
|
|
6980
6144
|
"target"?: string | undefined;
|
|
6981
|
-
/**
|
|
6982
|
-
* The theme determines the visual appearance of the component.
|
|
6983
|
-
*/
|
|
6984
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6985
6145
|
/**
|
|
6986
6146
|
* The type of the button.
|
|
6987
6147
|
*/
|
|
6988
6148
|
"type"?: 'submit' | 'reset' | 'button';
|
|
6989
6149
|
}
|
|
6990
6150
|
interface IonItemOptions {
|
|
6991
|
-
/**
|
|
6992
|
-
* The mode determines the platform behaviors of the component.
|
|
6993
|
-
*/
|
|
6994
|
-
"mode"?: "ios" | "md";
|
|
6995
6151
|
/**
|
|
6996
6152
|
* Emitted when the item has been fully swiped.
|
|
6997
6153
|
*/
|
|
@@ -7000,28 +6156,16 @@ declare namespace LocalJSX {
|
|
|
7000
6156
|
* 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
6157
|
*/
|
|
7002
6158
|
"side"?: Side;
|
|
7003
|
-
/**
|
|
7004
|
-
* The theme determines the visual appearance of the component.
|
|
7005
|
-
*/
|
|
7006
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7007
6159
|
}
|
|
7008
6160
|
interface IonItemSliding {
|
|
7009
6161
|
/**
|
|
7010
6162
|
* If `true`, the user cannot interact with the sliding item.
|
|
7011
6163
|
*/
|
|
7012
6164
|
"disabled"?: boolean;
|
|
7013
|
-
/**
|
|
7014
|
-
* The mode determines the platform behaviors of the component.
|
|
7015
|
-
*/
|
|
7016
|
-
"mode"?: "ios" | "md";
|
|
7017
6165
|
/**
|
|
7018
6166
|
* Emitted when the sliding position changes.
|
|
7019
6167
|
*/
|
|
7020
6168
|
"onIonDrag"?: (event: IonItemSlidingCustomEvent<any>) => void;
|
|
7021
|
-
/**
|
|
7022
|
-
* The theme determines the visual appearance of the component.
|
|
7023
|
-
*/
|
|
7024
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7025
6169
|
}
|
|
7026
6170
|
interface IonLabel {
|
|
7027
6171
|
/**
|
|
@@ -7029,17 +6173,13 @@ declare namespace LocalJSX {
|
|
|
7029
6173
|
*/
|
|
7030
6174
|
"color"?: Color;
|
|
7031
6175
|
/**
|
|
7032
|
-
* The mode determines
|
|
6176
|
+
* The mode determines which platform styles to use.
|
|
7033
6177
|
*/
|
|
7034
6178
|
"mode"?: "ios" | "md";
|
|
7035
6179
|
/**
|
|
7036
6180
|
* The position determines where and how the label behaves inside an item.
|
|
7037
6181
|
*/
|
|
7038
6182
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
7039
|
-
/**
|
|
7040
|
-
* The theme determines the visual appearance of the component.
|
|
7041
|
-
*/
|
|
7042
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7043
6183
|
}
|
|
7044
6184
|
interface IonList {
|
|
7045
6185
|
/**
|
|
@@ -7051,17 +6191,9 @@ declare namespace LocalJSX {
|
|
|
7051
6191
|
*/
|
|
7052
6192
|
"lines"?: 'full' | 'inset' | 'none';
|
|
7053
6193
|
/**
|
|
7054
|
-
* The mode determines
|
|
6194
|
+
* The mode determines which platform styles to use.
|
|
7055
6195
|
*/
|
|
7056
6196
|
"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
6197
|
}
|
|
7066
6198
|
interface IonListHeader {
|
|
7067
6199
|
/**
|
|
@@ -7073,13 +6205,9 @@ declare namespace LocalJSX {
|
|
|
7073
6205
|
*/
|
|
7074
6206
|
"lines"?: 'full' | 'inset' | 'none';
|
|
7075
6207
|
/**
|
|
7076
|
-
* The mode determines
|
|
6208
|
+
* The mode determines which platform styles to use.
|
|
7077
6209
|
*/
|
|
7078
6210
|
"mode"?: "ios" | "md";
|
|
7079
|
-
/**
|
|
7080
|
-
* The theme determines the visual appearance of the component.
|
|
7081
|
-
*/
|
|
7082
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7083
6211
|
}
|
|
7084
6212
|
interface IonLoading {
|
|
7085
6213
|
/**
|
|
@@ -7123,7 +6251,7 @@ declare namespace LocalJSX {
|
|
|
7123
6251
|
*/
|
|
7124
6252
|
"message"?: string | IonicSafeString;
|
|
7125
6253
|
/**
|
|
7126
|
-
* The mode determines
|
|
6254
|
+
* The mode determines which platform styles to use.
|
|
7127
6255
|
*/
|
|
7128
6256
|
"mode"?: "ios" | "md";
|
|
7129
6257
|
/**
|
|
@@ -7167,11 +6295,7 @@ declare namespace LocalJSX {
|
|
|
7167
6295
|
*/
|
|
7168
6296
|
"spinner"?: SpinnerTypes | null;
|
|
7169
6297
|
/**
|
|
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).
|
|
6298
|
+
* 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
6299
|
*/
|
|
7176
6300
|
"translucent"?: boolean;
|
|
7177
6301
|
/**
|
|
@@ -7196,10 +6320,6 @@ declare namespace LocalJSX {
|
|
|
7196
6320
|
* An id for the menu.
|
|
7197
6321
|
*/
|
|
7198
6322
|
"menuId"?: string;
|
|
7199
|
-
/**
|
|
7200
|
-
* The mode determines the platform behaviors of the component.
|
|
7201
|
-
*/
|
|
7202
|
-
"mode"?: "ios" | "md";
|
|
7203
6323
|
/**
|
|
7204
6324
|
* Emitted when the menu is closed.
|
|
7205
6325
|
*/
|
|
@@ -7224,10 +6344,6 @@ declare namespace LocalJSX {
|
|
|
7224
6344
|
* If `true`, swiping the menu is enabled.
|
|
7225
6345
|
*/
|
|
7226
6346
|
"swipeGesture"?: boolean;
|
|
7227
|
-
/**
|
|
7228
|
-
* The theme determines the visual appearance of the component.
|
|
7229
|
-
*/
|
|
7230
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7231
6347
|
/**
|
|
7232
6348
|
* The display type of the menu. Available options: `"overlay"`, `"reveal"`, `"push"`.
|
|
7233
6349
|
*/
|
|
@@ -7251,13 +6367,9 @@ declare namespace LocalJSX {
|
|
|
7251
6367
|
*/
|
|
7252
6368
|
"menu"?: string;
|
|
7253
6369
|
/**
|
|
7254
|
-
* The mode determines
|
|
6370
|
+
* The mode determines which platform styles to use.
|
|
7255
6371
|
*/
|
|
7256
6372
|
"mode"?: "ios" | "md";
|
|
7257
|
-
/**
|
|
7258
|
-
* The theme determines the visual appearance of the component.
|
|
7259
|
-
*/
|
|
7260
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7261
6373
|
/**
|
|
7262
6374
|
* The type of the button.
|
|
7263
6375
|
*/
|
|
@@ -7272,14 +6384,6 @@ declare namespace LocalJSX {
|
|
|
7272
6384
|
* 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
6385
|
*/
|
|
7274
6386
|
"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
6387
|
}
|
|
7284
6388
|
interface IonModal {
|
|
7285
6389
|
/**
|
|
@@ -7343,7 +6447,7 @@ declare namespace LocalJSX {
|
|
|
7343
6447
|
*/
|
|
7344
6448
|
"leaveAnimation"?: AnimationBuilder;
|
|
7345
6449
|
/**
|
|
7346
|
-
* The mode determines
|
|
6450
|
+
* The mode determines which platform styles to use.
|
|
7347
6451
|
*/
|
|
7348
6452
|
"mode"?: "ios" | "md";
|
|
7349
6453
|
/**
|
|
@@ -7386,18 +6490,10 @@ declare namespace LocalJSX {
|
|
|
7386
6490
|
* 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
6491
|
*/
|
|
7388
6492
|
"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
6493
|
/**
|
|
7394
6494
|
* 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
6495
|
*/
|
|
7396
6496
|
"showBackdrop"?: boolean;
|
|
7397
|
-
/**
|
|
7398
|
-
* The theme determines the visual appearance of the component.
|
|
7399
|
-
*/
|
|
7400
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7401
6497
|
/**
|
|
7402
6498
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
7403
6499
|
*/
|
|
@@ -7409,13 +6505,9 @@ declare namespace LocalJSX {
|
|
|
7409
6505
|
*/
|
|
7410
6506
|
"animated"?: boolean;
|
|
7411
6507
|
/**
|
|
7412
|
-
* By default `ion-nav` animates transition between pages based
|
|
6508
|
+
* 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
6509
|
*/
|
|
7414
6510
|
"animation"?: AnimationBuilder;
|
|
7415
|
-
/**
|
|
7416
|
-
* The mode determines the platform behaviors of the component.
|
|
7417
|
-
*/
|
|
7418
|
-
"mode"?: "ios" | "md";
|
|
7419
6511
|
/**
|
|
7420
6512
|
* Event fired when the nav has changed components
|
|
7421
6513
|
*/
|
|
@@ -7436,10 +6528,6 @@ declare namespace LocalJSX {
|
|
|
7436
6528
|
* If the nav component should allow for swipe-to-go-back.
|
|
7437
6529
|
*/
|
|
7438
6530
|
"swipeGesture"?: boolean;
|
|
7439
|
-
/**
|
|
7440
|
-
* The theme determines the visual appearance of the component.
|
|
7441
|
-
*/
|
|
7442
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7443
6531
|
}
|
|
7444
6532
|
interface IonNavLink {
|
|
7445
6533
|
/**
|
|
@@ -7450,10 +6538,6 @@ declare namespace LocalJSX {
|
|
|
7450
6538
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
7451
6539
|
*/
|
|
7452
6540
|
"componentProps"?: ComponentProps;
|
|
7453
|
-
/**
|
|
7454
|
-
* The mode determines the platform behaviors of the component.
|
|
7455
|
-
*/
|
|
7456
|
-
"mode"?: "ios" | "md";
|
|
7457
6541
|
/**
|
|
7458
6542
|
* The transition animation when navigating to another page.
|
|
7459
6543
|
*/
|
|
@@ -7462,10 +6546,6 @@ declare namespace LocalJSX {
|
|
|
7462
6546
|
* The transition direction when navigating to another page.
|
|
7463
6547
|
*/
|
|
7464
6548
|
"routerDirection"?: RouterDirection;
|
|
7465
|
-
/**
|
|
7466
|
-
* The theme determines the visual appearance of the component.
|
|
7467
|
-
*/
|
|
7468
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7469
6549
|
}
|
|
7470
6550
|
interface IonNote {
|
|
7471
6551
|
/**
|
|
@@ -7473,23 +6553,15 @@ declare namespace LocalJSX {
|
|
|
7473
6553
|
*/
|
|
7474
6554
|
"color"?: Color;
|
|
7475
6555
|
/**
|
|
7476
|
-
* The mode determines
|
|
6556
|
+
* The mode determines which platform styles to use.
|
|
7477
6557
|
*/
|
|
7478
6558
|
"mode"?: "ios" | "md";
|
|
7479
|
-
/**
|
|
7480
|
-
* The theme determines the visual appearance of the component.
|
|
7481
|
-
*/
|
|
7482
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7483
6559
|
}
|
|
7484
6560
|
interface IonPicker {
|
|
7485
6561
|
/**
|
|
7486
|
-
* The mode determines
|
|
6562
|
+
* The mode determines which platform styles to use.
|
|
7487
6563
|
*/
|
|
7488
6564
|
"mode"?: "ios" | "md";
|
|
7489
|
-
/**
|
|
7490
|
-
* The theme determines the visual appearance of the component.
|
|
7491
|
-
*/
|
|
7492
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7493
6565
|
}
|
|
7494
6566
|
interface IonPickerColumn {
|
|
7495
6567
|
/**
|
|
@@ -7501,17 +6573,13 @@ declare namespace LocalJSX {
|
|
|
7501
6573
|
*/
|
|
7502
6574
|
"disabled"?: boolean;
|
|
7503
6575
|
/**
|
|
7504
|
-
* The mode determines
|
|
6576
|
+
* The mode determines which platform styles to use.
|
|
7505
6577
|
*/
|
|
7506
6578
|
"mode"?: "ios" | "md";
|
|
7507
6579
|
/**
|
|
7508
6580
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
7509
6581
|
*/
|
|
7510
6582
|
"onIonChange"?: (event: IonPickerColumnCustomEvent<PickerColumnChangeEventDetail>) => void;
|
|
7511
|
-
/**
|
|
7512
|
-
* The theme determines the visual appearance of the component.
|
|
7513
|
-
*/
|
|
7514
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7515
6583
|
/**
|
|
7516
6584
|
* The selected option in the picker.
|
|
7517
6585
|
*/
|
|
@@ -7526,14 +6594,6 @@ declare namespace LocalJSX {
|
|
|
7526
6594
|
* If `true`, the user cannot interact with the picker column option.
|
|
7527
6595
|
*/
|
|
7528
6596
|
"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
6597
|
/**
|
|
7538
6598
|
* The text value of the option.
|
|
7539
6599
|
*/
|
|
@@ -7585,7 +6645,7 @@ declare namespace LocalJSX {
|
|
|
7585
6645
|
*/
|
|
7586
6646
|
"leaveAnimation"?: AnimationBuilder;
|
|
7587
6647
|
/**
|
|
7588
|
-
* The mode determines
|
|
6648
|
+
* The mode determines which platform styles to use.
|
|
7589
6649
|
*/
|
|
7590
6650
|
"mode"?: "ios" | "md";
|
|
7591
6651
|
/**
|
|
@@ -7624,10 +6684,6 @@ declare namespace LocalJSX {
|
|
|
7624
6684
|
* If `true`, a backdrop will be displayed behind the picker.
|
|
7625
6685
|
*/
|
|
7626
6686
|
"showBackdrop"?: boolean;
|
|
7627
|
-
/**
|
|
7628
|
-
* The theme determines the visual appearance of the component.
|
|
7629
|
-
*/
|
|
7630
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7631
6687
|
/**
|
|
7632
6688
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
7633
6689
|
*/
|
|
@@ -7641,7 +6697,7 @@ declare namespace LocalJSX {
|
|
|
7641
6697
|
}
|
|
7642
6698
|
interface IonPopover {
|
|
7643
6699
|
/**
|
|
7644
|
-
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `
|
|
6700
|
+
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios` mode, and `"start"` for `md` mode.
|
|
7645
6701
|
*/
|
|
7646
6702
|
"alignment"?: PositionAlign;
|
|
7647
6703
|
/**
|
|
@@ -7649,7 +6705,7 @@ declare namespace LocalJSX {
|
|
|
7649
6705
|
*/
|
|
7650
6706
|
"animated"?: boolean;
|
|
7651
6707
|
/**
|
|
7652
|
-
* If `true`, the popover will display an arrow that points at the `reference`
|
|
6708
|
+
* 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
6709
|
*/
|
|
7654
6710
|
"arrow"?: boolean;
|
|
7655
6711
|
/**
|
|
@@ -7701,7 +6757,7 @@ declare namespace LocalJSX {
|
|
|
7701
6757
|
*/
|
|
7702
6758
|
"leaveAnimation"?: AnimationBuilder;
|
|
7703
6759
|
/**
|
|
7704
|
-
* The mode determines
|
|
6760
|
+
* The mode determines which platform styles to use.
|
|
7705
6761
|
*/
|
|
7706
6762
|
"mode"?: "ios" | "md";
|
|
7707
6763
|
/**
|
|
@@ -7753,11 +6809,7 @@ declare namespace LocalJSX {
|
|
|
7753
6809
|
*/
|
|
7754
6810
|
"size"?: PopoverSize;
|
|
7755
6811
|
/**
|
|
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).
|
|
6812
|
+
* 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
6813
|
*/
|
|
7762
6814
|
"translucent"?: boolean;
|
|
7763
6815
|
/**
|
|
@@ -7779,17 +6831,13 @@ declare namespace LocalJSX {
|
|
|
7779
6831
|
*/
|
|
7780
6832
|
"color"?: Color;
|
|
7781
6833
|
/**
|
|
7782
|
-
* The mode determines
|
|
6834
|
+
* The mode determines which platform styles to use.
|
|
7783
6835
|
*/
|
|
7784
6836
|
"mode"?: "ios" | "md";
|
|
7785
6837
|
/**
|
|
7786
6838
|
* If true, reverse the progress bar direction.
|
|
7787
6839
|
*/
|
|
7788
6840
|
"reversed"?: boolean;
|
|
7789
|
-
/**
|
|
7790
|
-
* The theme determines the visual appearance of the component.
|
|
7791
|
-
*/
|
|
7792
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7793
6841
|
/**
|
|
7794
6842
|
* 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
6843
|
*/
|
|
@@ -7821,7 +6869,7 @@ declare namespace LocalJSX {
|
|
|
7821
6869
|
*/
|
|
7822
6870
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
7823
6871
|
/**
|
|
7824
|
-
* The mode determines
|
|
6872
|
+
* The mode determines which platform styles to use.
|
|
7825
6873
|
*/
|
|
7826
6874
|
"mode"?: "ios" | "md";
|
|
7827
6875
|
/**
|
|
@@ -7836,10 +6884,6 @@ declare namespace LocalJSX {
|
|
|
7836
6884
|
* Emitted when the radio button has focus.
|
|
7837
6885
|
*/
|
|
7838
6886
|
"onIonFocus"?: (event: IonRadioCustomEvent<void>) => void;
|
|
7839
|
-
/**
|
|
7840
|
-
* The theme determines the visual appearance of the component.
|
|
7841
|
-
*/
|
|
7842
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7843
6887
|
/**
|
|
7844
6888
|
* the value of the radio.
|
|
7845
6889
|
*/
|
|
@@ -7854,10 +6898,6 @@ declare namespace LocalJSX {
|
|
|
7854
6898
|
* 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
6899
|
*/
|
|
7856
6900
|
"compareWith"?: string | RadioGroupCompareFn | null;
|
|
7857
|
-
/**
|
|
7858
|
-
* The mode determines the platform behaviors of the component.
|
|
7859
|
-
*/
|
|
7860
|
-
"mode"?: "ios" | "md";
|
|
7861
6901
|
/**
|
|
7862
6902
|
* The name of the control, which is submitted with the form data.
|
|
7863
6903
|
*/
|
|
@@ -7866,10 +6906,6 @@ declare namespace LocalJSX {
|
|
|
7866
6906
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
7867
6907
|
*/
|
|
7868
6908
|
"onIonChange"?: (event: IonRadioGroupCustomEvent<RadioGroupChangeEventDetail>) => void;
|
|
7869
|
-
/**
|
|
7870
|
-
* The theme determines the visual appearance of the component.
|
|
7871
|
-
*/
|
|
7872
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7873
6909
|
/**
|
|
7874
6910
|
* the value of the radio group.
|
|
7875
6911
|
*/
|
|
@@ -7913,7 +6949,7 @@ declare namespace LocalJSX {
|
|
|
7913
6949
|
*/
|
|
7914
6950
|
"min"?: number;
|
|
7915
6951
|
/**
|
|
7916
|
-
* The mode determines
|
|
6952
|
+
* The mode determines which platform styles to use.
|
|
7917
6953
|
*/
|
|
7918
6954
|
"mode"?: "ios" | "md";
|
|
7919
6955
|
/**
|
|
@@ -7960,10 +6996,6 @@ declare namespace LocalJSX {
|
|
|
7960
6996
|
* Specifies the value granularity.
|
|
7961
6997
|
*/
|
|
7962
6998
|
"step"?: number;
|
|
7963
|
-
/**
|
|
7964
|
-
* The theme determines the visual appearance of the component.
|
|
7965
|
-
*/
|
|
7966
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7967
6999
|
/**
|
|
7968
7000
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
7969
7001
|
*/
|
|
@@ -7983,7 +7015,7 @@ declare namespace LocalJSX {
|
|
|
7983
7015
|
*/
|
|
7984
7016
|
"disabled"?: boolean;
|
|
7985
7017
|
/**
|
|
7986
|
-
* The mode determines
|
|
7018
|
+
* The mode determines which platform styles to use.
|
|
7987
7019
|
*/
|
|
7988
7020
|
"mode"?: "ios" | "md";
|
|
7989
7021
|
/**
|
|
@@ -8014,16 +7046,8 @@ declare namespace LocalJSX {
|
|
|
8014
7046
|
* 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
7047
|
*/
|
|
8016
7048
|
"snapbackDuration"?: string;
|
|
8017
|
-
/**
|
|
8018
|
-
* The theme determines the visual appearance of the component.
|
|
8019
|
-
*/
|
|
8020
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8021
7049
|
}
|
|
8022
7050
|
interface IonRefresherContent {
|
|
8023
|
-
/**
|
|
8024
|
-
* The mode determines the platform behaviors of the component.
|
|
8025
|
-
*/
|
|
8026
|
-
"mode"?: "ios" | "md";
|
|
8027
7051
|
/**
|
|
8028
7052
|
* 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
7053
|
*/
|
|
@@ -8040,48 +7064,20 @@ declare namespace LocalJSX {
|
|
|
8040
7064
|
* 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
7065
|
*/
|
|
8042
7066
|
"refreshingText"?: string | IonicSafeString;
|
|
8043
|
-
/**
|
|
8044
|
-
* The theme determines the visual appearance of the component.
|
|
8045
|
-
*/
|
|
8046
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8047
7067
|
}
|
|
8048
7068
|
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
7069
|
}
|
|
8058
7070
|
interface IonReorderGroup {
|
|
8059
7071
|
/**
|
|
8060
7072
|
* If `true`, the reorder will be hidden.
|
|
8061
7073
|
*/
|
|
8062
7074
|
"disabled"?: boolean;
|
|
8063
|
-
/**
|
|
8064
|
-
* The mode determines the platform behaviors of the component.
|
|
8065
|
-
*/
|
|
8066
|
-
"mode"?: "ios" | "md";
|
|
8067
7075
|
/**
|
|
8068
7076
|
* 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
7077
|
*/
|
|
8070
7078
|
"onIonItemReorder"?: (event: IonReorderGroupCustomEvent<ItemReorderEventDetail>) => void;
|
|
8071
|
-
/**
|
|
8072
|
-
* The theme determines the visual appearance of the component.
|
|
8073
|
-
*/
|
|
8074
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8075
7079
|
}
|
|
8076
7080
|
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
7081
|
/**
|
|
8086
7082
|
* 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
7083
|
*/
|
|
@@ -8104,18 +7100,10 @@ declare namespace LocalJSX {
|
|
|
8104
7100
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
8105
7101
|
*/
|
|
8106
7102
|
"componentProps"?: { [key: string]: any };
|
|
8107
|
-
/**
|
|
8108
|
-
* The mode determines the platform behaviors of the component.
|
|
8109
|
-
*/
|
|
8110
|
-
"mode"?: "ios" | "md";
|
|
8111
7103
|
/**
|
|
8112
7104
|
* Used internally by `ion-router` to know when this route did change.
|
|
8113
7105
|
*/
|
|
8114
7106
|
"onIonRouteDataChanged"?: (event: IonRouteCustomEvent<any>) => void;
|
|
8115
|
-
/**
|
|
8116
|
-
* The theme determines the visual appearance of the component.
|
|
8117
|
-
*/
|
|
8118
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8119
7107
|
/**
|
|
8120
7108
|
* 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
7109
|
*/
|
|
@@ -8136,10 +7124,6 @@ declare namespace LocalJSX {
|
|
|
8136
7124
|
"to": string | undefined | null;
|
|
8137
7125
|
}
|
|
8138
7126
|
interface IonRouter {
|
|
8139
|
-
/**
|
|
8140
|
-
* The mode determines the platform behaviors of the component.
|
|
8141
|
-
*/
|
|
8142
|
-
"mode"?: "ios" | "md";
|
|
8143
7127
|
/**
|
|
8144
7128
|
* Emitted when the route had changed
|
|
8145
7129
|
*/
|
|
@@ -8152,10 +7136,6 @@ declare namespace LocalJSX {
|
|
|
8152
7136
|
* 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
7137
|
*/
|
|
8154
7138
|
"root"?: string;
|
|
8155
|
-
/**
|
|
8156
|
-
* The theme determines the visual appearance of the component.
|
|
8157
|
-
*/
|
|
8158
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8159
7139
|
/**
|
|
8160
7140
|
* 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
7141
|
*/
|
|
@@ -8170,10 +7150,6 @@ declare namespace LocalJSX {
|
|
|
8170
7150
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
8171
7151
|
*/
|
|
8172
7152
|
"href"?: string | undefined;
|
|
8173
|
-
/**
|
|
8174
|
-
* The mode determines the platform behaviors of the component.
|
|
8175
|
-
*/
|
|
8176
|
-
"mode"?: "ios" | "md";
|
|
8177
7153
|
/**
|
|
8178
7154
|
* 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
7155
|
*/
|
|
@@ -8190,10 +7166,6 @@ declare namespace LocalJSX {
|
|
|
8190
7166
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
8191
7167
|
*/
|
|
8192
7168
|
"target"?: string | undefined;
|
|
8193
|
-
/**
|
|
8194
|
-
* The theme determines the visual appearance of the component.
|
|
8195
|
-
*/
|
|
8196
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8197
7169
|
}
|
|
8198
7170
|
interface IonRouterOutlet {
|
|
8199
7171
|
/**
|
|
@@ -8205,23 +7177,11 @@ declare namespace LocalJSX {
|
|
|
8205
7177
|
*/
|
|
8206
7178
|
"animation"?: AnimationBuilder;
|
|
8207
7179
|
/**
|
|
8208
|
-
* The mode determines
|
|
7180
|
+
* The mode determines which platform styles to use.
|
|
8209
7181
|
*/
|
|
8210
7182
|
"mode"?: "ios" | "md";
|
|
8211
|
-
/**
|
|
8212
|
-
* The theme determines the visual appearance of the component.
|
|
8213
|
-
*/
|
|
8214
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8215
7183
|
}
|
|
8216
7184
|
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
7185
|
}
|
|
8226
7186
|
interface IonSearchbar {
|
|
8227
7187
|
/**
|
|
@@ -8241,15 +7201,15 @@ declare namespace LocalJSX {
|
|
|
8241
7201
|
*/
|
|
8242
7202
|
"autocorrect"?: 'on' | 'off';
|
|
8243
7203
|
/**
|
|
8244
|
-
* Set the cancel button icon. Only
|
|
7204
|
+
* Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
|
|
8245
7205
|
*/
|
|
8246
7206
|
"cancelButtonIcon"?: string;
|
|
8247
7207
|
/**
|
|
8248
|
-
* Set the the cancel button text. Only
|
|
7208
|
+
* Set the the cancel button text. Only applies to `ios` mode.
|
|
8249
7209
|
*/
|
|
8250
7210
|
"cancelButtonText"?: string;
|
|
8251
7211
|
/**
|
|
8252
|
-
* Set the clear icon. Defaults to `
|
|
7212
|
+
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
|
|
8253
7213
|
*/
|
|
8254
7214
|
"clearIcon"?: string;
|
|
8255
7215
|
/**
|
|
@@ -8281,7 +7241,7 @@ declare namespace LocalJSX {
|
|
|
8281
7241
|
*/
|
|
8282
7242
|
"minlength"?: number;
|
|
8283
7243
|
/**
|
|
8284
|
-
* The mode determines
|
|
7244
|
+
* The mode determines which platform styles to use.
|
|
8285
7245
|
*/
|
|
8286
7246
|
"mode"?: "ios" | "md";
|
|
8287
7247
|
/**
|
|
@@ -8317,7 +7277,7 @@ declare namespace LocalJSX {
|
|
|
8317
7277
|
*/
|
|
8318
7278
|
"placeholder"?: string;
|
|
8319
7279
|
/**
|
|
8320
|
-
* The icon to use as the search icon. Defaults to `
|
|
7280
|
+
* The icon to use as the search icon. Defaults to `search-outline` in `ios` mode and `search-sharp` in `md` mode.
|
|
8321
7281
|
*/
|
|
8322
7282
|
"searchIcon"?: string;
|
|
8323
7283
|
/**
|
|
@@ -8332,10 +7292,6 @@ declare namespace LocalJSX {
|
|
|
8332
7292
|
* If `true`, enable spellcheck on the input.
|
|
8333
7293
|
*/
|
|
8334
7294
|
"spellcheck"?: boolean;
|
|
8335
|
-
/**
|
|
8336
|
-
* The theme determines the visual appearance of the component.
|
|
8337
|
-
*/
|
|
8338
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8339
7295
|
/**
|
|
8340
7296
|
* Set the type of the input.
|
|
8341
7297
|
*/
|
|
@@ -8355,7 +7311,7 @@ declare namespace LocalJSX {
|
|
|
8355
7311
|
*/
|
|
8356
7312
|
"disabled"?: boolean;
|
|
8357
7313
|
/**
|
|
8358
|
-
* The mode determines
|
|
7314
|
+
* The mode determines which platform styles to use.
|
|
8359
7315
|
*/
|
|
8360
7316
|
"mode"?: "ios" | "md";
|
|
8361
7317
|
/**
|
|
@@ -8374,10 +7330,6 @@ declare namespace LocalJSX {
|
|
|
8374
7330
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
8375
7331
|
*/
|
|
8376
7332
|
"swipeGesture"?: boolean;
|
|
8377
|
-
/**
|
|
8378
|
-
* The theme determines the visual appearance of the component.
|
|
8379
|
-
*/
|
|
8380
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8381
7333
|
/**
|
|
8382
7334
|
* the value of the segment.
|
|
8383
7335
|
*/
|
|
@@ -8393,13 +7345,9 @@ declare namespace LocalJSX {
|
|
|
8393
7345
|
*/
|
|
8394
7346
|
"layout"?: SegmentButtonLayout;
|
|
8395
7347
|
/**
|
|
8396
|
-
* The mode determines
|
|
7348
|
+
* The mode determines which platform styles to use.
|
|
8397
7349
|
*/
|
|
8398
7350
|
"mode"?: "ios" | "md";
|
|
8399
|
-
/**
|
|
8400
|
-
* The theme determines the visual appearance of the component.
|
|
8401
|
-
*/
|
|
8402
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8403
7351
|
/**
|
|
8404
7352
|
* The type of the button.
|
|
8405
7353
|
*/
|
|
@@ -8427,11 +7375,11 @@ declare namespace LocalJSX {
|
|
|
8427
7375
|
*/
|
|
8428
7376
|
"disabled"?: boolean;
|
|
8429
7377
|
/**
|
|
8430
|
-
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `
|
|
7378
|
+
* 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
7379
|
*/
|
|
8432
7380
|
"expandedIcon"?: string;
|
|
8433
7381
|
/**
|
|
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
|
|
7382
|
+
* 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
7383
|
*/
|
|
8436
7384
|
"fill"?: 'outline' | 'solid';
|
|
8437
7385
|
/**
|
|
@@ -8455,7 +7403,7 @@ declare namespace LocalJSX {
|
|
|
8455
7403
|
*/
|
|
8456
7404
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
8457
7405
|
/**
|
|
8458
|
-
* The mode determines
|
|
7406
|
+
* The mode determines which platform styles to use.
|
|
8459
7407
|
*/
|
|
8460
7408
|
"mode"?: "ios" | "md";
|
|
8461
7409
|
/**
|
|
@@ -8503,11 +7451,7 @@ declare namespace LocalJSX {
|
|
|
8503
7451
|
*/
|
|
8504
7452
|
"shape"?: 'round';
|
|
8505
7453
|
/**
|
|
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.
|
|
7454
|
+
* The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
|
|
8511
7455
|
*/
|
|
8512
7456
|
"toggleIcon"?: string;
|
|
8513
7457
|
/**
|
|
@@ -8520,14 +7464,6 @@ declare namespace LocalJSX {
|
|
|
8520
7464
|
* 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
7465
|
*/
|
|
8522
7466
|
"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
7467
|
/**
|
|
8532
7468
|
* The text value of the option.
|
|
8533
7469
|
*/
|
|
@@ -8542,10 +7478,6 @@ declare namespace LocalJSX {
|
|
|
8542
7478
|
* The text content of the popover body
|
|
8543
7479
|
*/
|
|
8544
7480
|
"message"?: string;
|
|
8545
|
-
/**
|
|
8546
|
-
* The mode determines the platform behaviors of the component.
|
|
8547
|
-
*/
|
|
8548
|
-
"mode"?: "ios" | "md";
|
|
8549
7481
|
/**
|
|
8550
7482
|
* If true, the select accepts multiple values
|
|
8551
7483
|
*/
|
|
@@ -8558,24 +7490,12 @@ declare namespace LocalJSX {
|
|
|
8558
7490
|
* The subheader text of the popover
|
|
8559
7491
|
*/
|
|
8560
7492
|
"subHeader"?: string;
|
|
8561
|
-
/**
|
|
8562
|
-
* The theme determines the visual appearance of the component.
|
|
8563
|
-
*/
|
|
8564
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8565
7493
|
}
|
|
8566
7494
|
interface IonSkeletonText {
|
|
8567
7495
|
/**
|
|
8568
7496
|
* If `true`, the skeleton text will animate.
|
|
8569
7497
|
*/
|
|
8570
7498
|
"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
7499
|
}
|
|
8580
7500
|
interface IonSpinner {
|
|
8581
7501
|
/**
|
|
@@ -8586,10 +7506,6 @@ declare namespace LocalJSX {
|
|
|
8586
7506
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
8587
7507
|
*/
|
|
8588
7508
|
"duration"?: number;
|
|
8589
|
-
/**
|
|
8590
|
-
* The mode determines the platform behaviors of the component.
|
|
8591
|
-
*/
|
|
8592
|
-
"mode"?: "ios" | "md";
|
|
8593
7509
|
/**
|
|
8594
7510
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
8595
7511
|
*/
|
|
@@ -8598,14 +7514,6 @@ declare namespace LocalJSX {
|
|
|
8598
7514
|
* If `true`, the spinner's animation will be paused.
|
|
8599
7515
|
*/
|
|
8600
7516
|
"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
7517
|
}
|
|
8610
7518
|
interface IonSplitPane {
|
|
8611
7519
|
/**
|
|
@@ -8616,18 +7524,10 @@ declare namespace LocalJSX {
|
|
|
8616
7524
|
* If `true`, the split pane will be hidden.
|
|
8617
7525
|
*/
|
|
8618
7526
|
"disabled"?: boolean;
|
|
8619
|
-
/**
|
|
8620
|
-
* The mode determines the platform behaviors of the component.
|
|
8621
|
-
*/
|
|
8622
|
-
"mode"?: "ios" | "md";
|
|
8623
7527
|
/**
|
|
8624
7528
|
* Expression to be called when the split-pane visibility has changed
|
|
8625
7529
|
*/
|
|
8626
7530
|
"onIonSplitPaneVisible"?: (event: IonSplitPaneCustomEvent<{ visible: boolean }>) => void;
|
|
8627
|
-
/**
|
|
8628
|
-
* The theme determines the visual appearance of the component.
|
|
8629
|
-
*/
|
|
8630
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8631
7531
|
/**
|
|
8632
7532
|
* 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
7533
|
*/
|
|
@@ -8638,18 +7538,10 @@ declare namespace LocalJSX {
|
|
|
8638
7538
|
* The component to display inside of the tab.
|
|
8639
7539
|
*/
|
|
8640
7540
|
"component"?: ComponentRef;
|
|
8641
|
-
/**
|
|
8642
|
-
* The mode determines the platform behaviors of the component.
|
|
8643
|
-
*/
|
|
8644
|
-
"mode"?: "ios" | "md";
|
|
8645
7541
|
/**
|
|
8646
7542
|
* 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
7543
|
*/
|
|
8648
7544
|
"tab": string;
|
|
8649
|
-
/**
|
|
8650
|
-
* The theme determines the visual appearance of the component.
|
|
8651
|
-
*/
|
|
8652
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8653
7545
|
}
|
|
8654
7546
|
interface IonTabBar {
|
|
8655
7547
|
/**
|
|
@@ -8657,11 +7549,7 @@ declare namespace LocalJSX {
|
|
|
8657
7549
|
*/
|
|
8658
7550
|
"color"?: Color;
|
|
8659
7551
|
/**
|
|
8660
|
-
*
|
|
8661
|
-
*/
|
|
8662
|
-
"expand"?: 'compact' | 'full';
|
|
8663
|
-
/**
|
|
8664
|
-
* The mode determines the platform behaviors of the component.
|
|
7552
|
+
* The mode determines which platform styles to use.
|
|
8665
7553
|
*/
|
|
8666
7554
|
"mode"?: "ios" | "md";
|
|
8667
7555
|
/**
|
|
@@ -8669,15 +7557,7 @@ declare namespace LocalJSX {
|
|
|
8669
7557
|
*/
|
|
8670
7558
|
"selectedTab"?: string;
|
|
8671
7559
|
/**
|
|
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).
|
|
7560
|
+
* 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
7561
|
*/
|
|
8682
7562
|
"translucent"?: boolean;
|
|
8683
7563
|
}
|
|
@@ -8699,7 +7579,7 @@ declare namespace LocalJSX {
|
|
|
8699
7579
|
*/
|
|
8700
7580
|
"layout"?: TabButtonLayout;
|
|
8701
7581
|
/**
|
|
8702
|
-
* The mode determines
|
|
7582
|
+
* The mode determines which platform styles to use.
|
|
8703
7583
|
*/
|
|
8704
7584
|
"mode"?: "ios" | "md";
|
|
8705
7585
|
/**
|
|
@@ -8718,16 +7598,8 @@ declare namespace LocalJSX {
|
|
|
8718
7598
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
8719
7599
|
*/
|
|
8720
7600
|
"target"?: string | undefined;
|
|
8721
|
-
/**
|
|
8722
|
-
* The theme determines the visual appearance of the component.
|
|
8723
|
-
*/
|
|
8724
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8725
7601
|
}
|
|
8726
7602
|
interface IonTabs {
|
|
8727
|
-
/**
|
|
8728
|
-
* The mode determines the platform behaviors of the component.
|
|
8729
|
-
*/
|
|
8730
|
-
"mode"?: "ios" | "md";
|
|
8731
7603
|
/**
|
|
8732
7604
|
* Emitted when the navigation has finished transitioning to a new component.
|
|
8733
7605
|
*/
|
|
@@ -8736,10 +7608,6 @@ declare namespace LocalJSX {
|
|
|
8736
7608
|
* Emitted when the navigation is about to transition to a new component.
|
|
8737
7609
|
*/
|
|
8738
7610
|
"onIonTabsWillChange"?: (event: IonTabsCustomEvent<{ tab: string }>) => void;
|
|
8739
|
-
/**
|
|
8740
|
-
* The theme determines the visual appearance of the component.
|
|
8741
|
-
*/
|
|
8742
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8743
7611
|
}
|
|
8744
7612
|
interface IonText {
|
|
8745
7613
|
/**
|
|
@@ -8747,13 +7615,9 @@ declare namespace LocalJSX {
|
|
|
8747
7615
|
*/
|
|
8748
7616
|
"color"?: Color;
|
|
8749
7617
|
/**
|
|
8750
|
-
* The mode determines
|
|
7618
|
+
* The mode determines which platform styles to use.
|
|
8751
7619
|
*/
|
|
8752
7620
|
"mode"?: "ios" | "md";
|
|
8753
|
-
/**
|
|
8754
|
-
* The theme determines the visual appearance of the component.
|
|
8755
|
-
*/
|
|
8756
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8757
7621
|
}
|
|
8758
7622
|
interface IonTextarea {
|
|
8759
7623
|
/**
|
|
@@ -8805,7 +7669,7 @@ declare namespace LocalJSX {
|
|
|
8805
7669
|
*/
|
|
8806
7670
|
"errorText"?: string;
|
|
8807
7671
|
/**
|
|
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
|
|
7672
|
+
* 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
7673
|
*/
|
|
8810
7674
|
"fill"?: 'outline' | 'solid';
|
|
8811
7675
|
/**
|
|
@@ -8833,7 +7697,7 @@ declare namespace LocalJSX {
|
|
|
8833
7697
|
*/
|
|
8834
7698
|
"minlength"?: number;
|
|
8835
7699
|
/**
|
|
8836
|
-
* The mode determines
|
|
7700
|
+
* The mode determines which platform styles to use.
|
|
8837
7701
|
*/
|
|
8838
7702
|
"mode"?: "ios" | "md";
|
|
8839
7703
|
/**
|
|
@@ -8873,21 +7737,13 @@ declare namespace LocalJSX {
|
|
|
8873
7737
|
*/
|
|
8874
7738
|
"rows"?: number;
|
|
8875
7739
|
/**
|
|
8876
|
-
*
|
|
8877
|
-
*/
|
|
8878
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
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.
|
|
7740
|
+
* The shape of the textarea. If "round" it will have an increased border radius.
|
|
8881
7741
|
*/
|
|
8882
|
-
"
|
|
7742
|
+
"shape"?: 'round';
|
|
8883
7743
|
/**
|
|
8884
7744
|
* If `true`, the element will have its spelling and grammar checked.
|
|
8885
7745
|
*/
|
|
8886
7746
|
"spellcheck"?: boolean;
|
|
8887
|
-
/**
|
|
8888
|
-
* The theme determines the visual appearance of the component.
|
|
8889
|
-
*/
|
|
8890
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8891
7747
|
/**
|
|
8892
7748
|
* The value of the textarea.
|
|
8893
7749
|
*/
|
|
@@ -8898,32 +7754,16 @@ declare namespace LocalJSX {
|
|
|
8898
7754
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
8899
7755
|
}
|
|
8900
7756
|
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
7757
|
}
|
|
8910
7758
|
interface IonTitle {
|
|
8911
7759
|
/**
|
|
8912
7760
|
* 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
7761
|
*/
|
|
8914
7762
|
"color"?: Color;
|
|
8915
|
-
/**
|
|
8916
|
-
* The mode determines the platform behaviors of the component.
|
|
8917
|
-
*/
|
|
8918
|
-
"mode"?: "ios" | "md";
|
|
8919
7763
|
/**
|
|
8920
7764
|
* The size of the toolbar title.
|
|
8921
7765
|
*/
|
|
8922
7766
|
"size"?: 'large' | 'small';
|
|
8923
|
-
/**
|
|
8924
|
-
* The theme determines the visual appearance of the component.
|
|
8925
|
-
*/
|
|
8926
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8927
7767
|
}
|
|
8928
7768
|
interface IonToast {
|
|
8929
7769
|
/**
|
|
@@ -8983,7 +7823,7 @@ declare namespace LocalJSX {
|
|
|
8983
7823
|
*/
|
|
8984
7824
|
"message"?: string | IonicSafeString;
|
|
8985
7825
|
/**
|
|
8986
|
-
* The mode determines
|
|
7826
|
+
* The mode determines which platform styles to use.
|
|
8987
7827
|
*/
|
|
8988
7828
|
"mode"?: "ios" | "md";
|
|
8989
7829
|
/**
|
|
@@ -9026,20 +7866,12 @@ declare namespace LocalJSX {
|
|
|
9026
7866
|
* 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
7867
|
*/
|
|
9028
7868
|
"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
7869
|
/**
|
|
9034
7870
|
* 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
7871
|
*/
|
|
9036
7872
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
9037
7873
|
/**
|
|
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).
|
|
7874
|
+
* 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
7875
|
*/
|
|
9044
7876
|
"translucent"?: boolean;
|
|
9045
7877
|
/**
|
|
@@ -9077,7 +7909,7 @@ declare namespace LocalJSX {
|
|
|
9077
7909
|
*/
|
|
9078
7910
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
9079
7911
|
/**
|
|
9080
|
-
* The mode determines
|
|
7912
|
+
* The mode determines which platform styles to use.
|
|
9081
7913
|
*/
|
|
9082
7914
|
"mode"?: "ios" | "md";
|
|
9083
7915
|
/**
|
|
@@ -9096,10 +7928,6 @@ declare namespace LocalJSX {
|
|
|
9096
7928
|
* Emitted when the toggle has focus.
|
|
9097
7929
|
*/
|
|
9098
7930
|
"onIonFocus"?: (event: IonToggleCustomEvent<void>) => void;
|
|
9099
|
-
/**
|
|
9100
|
-
* The theme determines the visual appearance of the component.
|
|
9101
|
-
*/
|
|
9102
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9103
7931
|
/**
|
|
9104
7932
|
* 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
7933
|
*/
|
|
@@ -9111,13 +7939,9 @@ declare namespace LocalJSX {
|
|
|
9111
7939
|
*/
|
|
9112
7940
|
"color"?: Color;
|
|
9113
7941
|
/**
|
|
9114
|
-
* The mode determines
|
|
7942
|
+
* The mode determines which platform styles to use.
|
|
9115
7943
|
*/
|
|
9116
7944
|
"mode"?: "ios" | "md";
|
|
9117
|
-
/**
|
|
9118
|
-
* The theme determines the visual appearance of the component.
|
|
9119
|
-
*/
|
|
9120
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9121
7945
|
}
|
|
9122
7946
|
interface IntrinsicElements {
|
|
9123
7947
|
"ion-accordion": IonAccordion;
|