@ionic/core 8.4.1-dev.11732561669.1ff93af7 → 8.4.1-dev.11732646949.1aaebad5
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 +12 -29
- package/components/content.js +12 -14
- package/components/data.js +4 -4
- package/components/focus-visible.js +3 -8
- package/components/framework-delegate.js +1 -3
- package/components/hardware-back-button.js +115 -0
- package/components/header.js +36 -26
- 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-62b4a18b.js → components/index9.js} +2 -4
- package/components/input-shims.js +2 -2
- package/components/input.utils.js +2 -1
- package/components/ion-accordion-group.js +6 -25
- 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-datetime-button.js +6 -9
- package/components/ion-datetime.js +21 -99
- 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-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-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 +10 -13
- 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 +7 -11
- package/components/ion-segment-content.js +1 -1
- package/components/ion-segment-view.js +2 -6
- package/components/ion-segment.js +7 -11
- package/components/ion-select-option.js +2 -5
- package/components/ion-select.js +31 -118
- 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-toast.js +12 -30
- package/components/ion-toggle.js +18 -77
- package/components/ionic-global.js +84 -374
- package/components/ios.transition.js +0 -1
- package/components/item.js +11 -41
- package/components/keyboard-controller.js +2 -4
- package/components/label.js +5 -9
- package/components/list-header.js +5 -9
- package/components/list.js +6 -29
- package/components/modal.js +21 -51
- package/components/notch-controller.js +1 -1
- package/components/overlays.js +27 -12
- 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 +10 -6
- package/components/radio.js +8 -12
- package/components/ripple-effect.js +8 -18
- package/components/select-modal.js +3 -3
- package/components/select-popover.js +2 -9
- package/components/spinner.js +9 -36
- package/components/status-tap.js +1 -1
- package/components/title.js +7 -11
- package/components/toolbar.js +7 -11
- 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-58015a44.js → animation-b4fdf128.js} +2 -2
- package/dist/cjs/{app-globals-d64148d3.js → app-globals-21afee77.js} +1 -1
- package/dist/cjs/{button-active-ec1fd1d8.js → button-active-3f2f60b4.js} +1 -1
- package/dist/cjs/{capacitor-454dd071.js → capacitor-c04564bf.js} +3 -3
- package/dist/cjs/{data-b726dbee.js → data-21dc0f81.js} +6 -6
- package/dist/{esm/focus-visible-501aff19.js → cjs/focus-visible-2578eb30.js} +5 -8
- package/dist/cjs/{framework-delegate-32f1a0e4.js → framework-delegate-55f5683a.js} +2 -4
- package/dist/cjs/{haptic-7c25be74.js → haptic-f6b37aa3.js} +1 -1
- package/dist/cjs/hardware-back-button-9e8a2c4f.js +122 -0
- package/dist/cjs/{helpers-4e2936d2.js → helpers-afaa9001.js} +1 -4
- package/dist/cjs/index-5915f9b3.js +38 -0
- package/dist/cjs/{index-604c36ae.js → index-5b6a7459.js} +3 -3
- package/dist/cjs/{index-03fbee1d.js → index-8e789962.js} +15 -14
- package/dist/cjs/{index-0e0c6196.js → index-9509ecad.js} +7 -9
- package/dist/cjs/index-c8d52405.js +10 -0
- package/dist/cjs/{index-8f975cf4.js → index-f05acd21.js} +12 -12
- package/dist/cjs/index.cjs.js +12 -10
- package/dist/cjs/{input-shims-4b4d2251.js → input-shims-9e59ef62.js} +17 -18
- package/dist/cjs/{input.utils-fb1debe4.js → input.utils-611cde0b.js} +5 -4
- package/dist/cjs/ion-accordion_2.cjs.entry.js +24 -61
- package/dist/cjs/ion-action-sheet.cjs.entry.js +18 -21
- package/dist/cjs/ion-alert.cjs.entry.js +23 -25
- package/dist/cjs/ion-app_8.cjs.entry.js +173 -110
- package/dist/cjs/ion-avatar_3.cjs.entry.js +9 -93
- package/dist/cjs/ion-back-button.cjs.entry.js +21 -31
- package/dist/cjs/ion-backdrop.cjs.entry.js +6 -11
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +15 -53
- package/dist/cjs/ion-button_2.cjs.entry.js +15 -46
- package/dist/cjs/ion-card_5.cjs.entry.js +28 -52
- package/dist/cjs/ion-checkbox.cjs.entry.js +13 -29
- package/dist/cjs/ion-chip.cjs.entry.js +7 -43
- package/dist/cjs/ion-col_3.cjs.entry.js +10 -14
- package/dist/cjs/ion-datetime-button.cjs.entry.js +12 -16
- package/dist/cjs/ion-datetime_3.cjs.entry.js +115 -191
- package/dist/cjs/ion-fab_3.cjs.entry.js +19 -42
- package/dist/cjs/ion-img.cjs.entry.js +3 -7
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +17 -21
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +16 -55
- package/dist/cjs/ion-input.cjs.entry.js +23 -118
- package/dist/cjs/ion-item-option_3.cjs.entry.js +17 -40
- package/dist/cjs/ion-item_8.cjs.entry.js +41 -113
- package/dist/cjs/ion-loading.cjs.entry.js +18 -20
- package/dist/cjs/ion-menu_3.cjs.entry.js +29 -48
- package/dist/cjs/ion-modal.cjs.entry.js +67 -95
- package/dist/cjs/ion-nav_2.cjs.entry.js +13 -15
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +6 -11
- package/dist/cjs/ion-picker-column.cjs.entry.js +12 -12
- package/dist/cjs/ion-picker.cjs.entry.js +5 -10
- package/dist/cjs/ion-popover.cjs.entry.js +18 -20
- package/dist/cjs/ion-progress-bar.cjs.entry.js +8 -13
- package/dist/cjs/ion-radio_2.cjs.entry.js +16 -18
- package/dist/cjs/ion-range.cjs.entry.js +16 -20
- package/dist/cjs/ion-refresher_2.cjs.entry.js +23 -44
- package/dist/cjs/ion-reorder_2.cjs.entry.js +13 -37
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +7 -18
- package/dist/cjs/ion-route_4.cjs.entry.js +7 -8
- package/dist/cjs/ion-searchbar.cjs.entry.js +17 -94
- package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
- package/dist/cjs/ion-segment-view.cjs.entry.js +2 -6
- package/dist/cjs/ion-segment_2.cjs.entry.js +14 -23
- package/dist/cjs/ion-select-modal.cjs.entry.js +10 -8
- package/dist/cjs/ion-select_3.cjs.entry.js +39 -132
- package/dist/cjs/ion-spinner.cjs.entry.js +9 -35
- package/dist/cjs/ion-split-pane.cjs.entry.js +8 -13
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +20 -45
- package/dist/cjs/ion-tab_2.cjs.entry.js +6 -7
- package/dist/cjs/ion-text.cjs.entry.js +5 -6
- package/dist/cjs/ion-textarea.cjs.entry.js +16 -41
- package/dist/cjs/ion-toast.cjs.entry.js +43 -59
- package/dist/cjs/ion-toggle.cjs.entry.js +22 -80
- package/dist/cjs/ionic-global-d9a8bb5b.js +237 -0
- package/dist/cjs/ionic.cjs.js +3 -4
- package/dist/cjs/{ios.transition-2bb0f7d5.js → ios.transition-cf40433b.js} +6 -6
- package/dist/cjs/{keyboard-53c12a15.js → keyboard-0272231f.js} +1 -1
- package/dist/cjs/{keyboard-0a5d46dd.js → keyboard-af1bb365.js} +3 -5
- package/dist/cjs/{keyboard-controller-102bad3e.js → keyboard-controller-c05e747a.js} +9 -11
- package/dist/cjs/loader.cjs.js +3 -4
- package/dist/cjs/{md.transition-cf600117.js → md.transition-ededf99f.js} +6 -5
- package/dist/cjs/{notch-controller-ea70e230.js → notch-controller-d69150f5.js} +4 -4
- package/dist/cjs/{overlays-a698a408.js → overlays-a6b4fa63.js} +42 -27
- package/dist/cjs/{status-tap-aa97d209.js → status-tap-37681226.js} +3 -4
- package/dist/cjs/{swipe-back-27975274.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 -43
- 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 +86 -237
- package/dist/collection/components/datetime/datetime.js +20 -98
- package/dist/collection/components/datetime/datetime.md.css +86 -237
- 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/header/header.utils.js +21 -2
- 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 -8
- package/dist/collection/components/modal/gestures/sheet.js +6 -10
- package/dist/collection/components/modal/modal.ios.css +63 -106
- package/dist/collection/components/modal/modal.js +11 -47
- package/dist/collection/components/modal/modal.md.css +63 -106
- package/dist/collection/components/nav/nav.css +1 -7
- package/dist/collection/components/nav/nav.js +5 -11
- package/dist/collection/components/nav-link/nav-link.js +1 -5
- package/dist/collection/components/note/note.ios.css +0 -12
- package/dist/collection/components/note/note.js +8 -11
- package/dist/collection/components/note/note.md.css +0 -12
- package/dist/collection/components/picker/picker.ios.css +3 -15
- package/dist/collection/components/picker/picker.js +5 -8
- package/dist/collection/components/picker/picker.md.css +3 -15
- package/dist/collection/components/picker-column/picker-column.css +2 -9
- package/dist/collection/components/picker-column/picker-column.js +7 -8
- package/dist/collection/components/picker-column-option/picker-column-option.ios.css +0 -6
- package/dist/collection/components/picker-column-option/picker-column-option.js +7 -13
- package/dist/collection/components/picker-column-option/picker-column-option.md.css +0 -6
- package/dist/collection/components/picker-legacy/picker.ios.css +1 -13
- package/dist/collection/components/picker-legacy/picker.js +6 -7
- package/dist/collection/components/picker-legacy/picker.md.css +1 -13
- package/dist/collection/components/picker-legacy-column/picker-column.ios.css +0 -12
- package/dist/collection/components/picker-legacy-column/picker-column.js +4 -4
- package/dist/collection/components/picker-legacy-column/picker-column.md.css +0 -12
- package/dist/collection/components/popover/popover.ios.css +1 -13
- package/dist/collection/components/popover/popover.js +12 -15
- package/dist/collection/components/popover/popover.md.css +1 -13
- package/dist/collection/components/progress-bar/progress-bar.ios.css +2 -8
- package/dist/collection/components/progress-bar/progress-bar.js +7 -10
- package/dist/collection/components/progress-bar/progress-bar.md.css +2 -8
- package/dist/collection/components/radio/radio.ios.css +91 -134
- package/dist/collection/components/radio/radio.js +9 -12
- package/dist/collection/components/radio/radio.md.css +91 -134
- package/dist/collection/components/radio-group/radio-group.js +32 -9
- package/dist/collection/components/range/range.ios.css +85 -128
- package/dist/collection/components/range/range.js +9 -12
- package/dist/collection/components/range/range.md.css +85 -128
- package/dist/collection/components/refresher/refresher.ios.css +1 -14
- package/dist/collection/components/refresher/refresher.js +8 -11
- package/dist/collection/components/refresher/refresher.md.css +2 -15
- package/dist/collection/components/refresher-content/refresher-content.js +7 -28
- package/dist/collection/components/reorder/reorder.ios.css +0 -6
- package/dist/collection/components/reorder/reorder.js +6 -33
- package/dist/collection/components/reorder/reorder.md.css +0 -6
- package/dist/collection/components/reorder-group/reorder-group.css +0 -6
- package/dist/collection/components/reorder-group/reorder-group.js +4 -8
- package/dist/collection/components/ripple-effect/{ripple-effect.common.css → ripple-effect.css} +1 -7
- package/dist/collection/components/ripple-effect/ripple-effect.js +6 -14
- package/dist/collection/components/route/route.js +0 -4
- package/dist/collection/components/router/router.js +0 -4
- package/dist/collection/components/router-link/router-link.css +2 -8
- package/dist/collection/components/router-link/router-link.js +5 -9
- package/dist/collection/components/router-outlet/router-outlet.css +1 -7
- package/dist/collection/components/router-outlet/router-outlet.js +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 +8 -11
- package/dist/collection/components/segment-button/segment-button.md.css +107 -148
- package/dist/collection/components/segment-content/segment-content.js +1 -1
- package/dist/collection/components/segment-view/segment-view.ios.css +0 -6
- package/dist/collection/components/segment-view/segment-view.js +4 -6
- package/dist/collection/components/segment-view/segment-view.md.css +0 -6
- package/dist/collection/components/select/select.ios.css +102 -168
- package/dist/collection/components/select/select.js +37 -139
- package/dist/collection/components/select/select.md.css +206 -164
- package/dist/collection/components/select-modal/select-modal.js +3 -3
- package/dist/collection/components/select-modal/select-modal.md.css +3 -7
- package/dist/collection/components/select-option/select-option.js +2 -9
- package/dist/collection/components/select-popover/select-popover.ios.css +0 -18
- package/dist/collection/components/select-popover/select-popover.js +4 -12
- package/dist/collection/components/select-popover/select-popover.md.css +0 -18
- package/dist/collection/components/skeleton-text/skeleton-text.css +0 -6
- package/dist/collection/components/skeleton-text/skeleton-text.js +5 -9
- package/dist/collection/components/spinner/{spinner.ionic.css → spinner.css} +0 -63
- 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 +36 -75
- package/dist/collection/components/toast/toast.js +11 -45
- package/dist/collection/components/toast/toast.md.css +36 -75
- 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-trap.js +8 -2
- package/dist/collection/utils/focus-visible.js +2 -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 +16 -8
- 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 +2 -16
- package/dist/collection/utils/transition/ios.transition.js +0 -1
- package/dist/docs.json +325 -7075
- package/dist/esm/{animation-f1a88600.js → animation-eab5a4ca.js} +1 -1
- package/dist/esm/{app-globals-eceadabb.js → app-globals-5dbb61a5.js} +1 -1
- package/dist/esm/{button-active-321f0dba.js → button-active-f6503382.js} +2 -2
- package/dist/esm/{capacitor-6b0341c8.js → capacitor-59395cbd.js} +1 -1
- package/dist/esm/{data-a753c96a.js → data-ae11fd43.js} +4 -4
- package/dist/{cjs/focus-visible-9aa87fa3.js → esm/focus-visible-ab389174.js} +3 -11
- package/dist/esm/{framework-delegate-3e4a8c9f.js → framework-delegate-63d1a679.js} +2 -4
- package/dist/esm/{haptic-dd6c0ea9.js → haptic-ac164e4c.js} +1 -1
- package/dist/esm/hardware-back-button-06ef3c3e.js +116 -0
- package/dist/esm/{helpers-f08d15bd.js → helpers-da915de8.js} +1 -4
- package/dist/esm/{index-31109e63.js → index-24b48b06.js} +11 -10
- package/dist/esm/{index-723c0e5d.js → index-28849c61.js} +1 -1
- package/dist/esm/{index-59f81cb8.js → index-3ad7f18b.js} +6 -6
- package/dist/esm/{index-7bd160c2.js → index-5cc724f3.js} +2 -2
- package/dist/esm/index-79b30591.js +167 -0
- package/dist/esm/index-9b0d46f4.js +34 -0
- package/dist/esm/index-a5d50daf.js +7 -0
- package/dist/esm/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
- package/dist/esm/index.js +13 -11
- package/dist/esm/{input-shims-6be83e59.js → input-shims-0314bbe5.js} +6 -7
- package/dist/esm/{input.utils-67459bae.js → input.utils-09c71bc7.js} +3 -2
- package/dist/esm/ion-accordion_2.entry.js +24 -61
- package/dist/esm/ion-action-sheet.entry.js +19 -22
- package/dist/esm/ion-alert.entry.js +21 -23
- package/dist/esm/ion-app_8.entry.js +161 -98
- package/dist/esm/ion-avatar_3.entry.js +10 -94
- package/dist/esm/ion-back-button.entry.js +21 -31
- package/dist/esm/ion-backdrop.entry.js +7 -12
- package/dist/esm/ion-breadcrumb_2.entry.js +17 -55
- package/dist/esm/ion-button_2.entry.js +13 -44
- package/dist/esm/ion-card_5.entry.js +29 -53
- package/dist/esm/ion-checkbox.entry.js +14 -30
- package/dist/esm/ion-chip.entry.js +8 -44
- package/dist/esm/ion-col_3.entry.js +11 -15
- package/dist/esm/ion-datetime-button.entry.js +9 -13
- package/dist/esm/ion-datetime_3.entry.js +41 -117
- package/dist/esm/ion-fab_3.entry.js +21 -44
- package/dist/esm/ion-img.entry.js +4 -8
- package/dist/esm/ion-infinite-scroll_2.entry.js +15 -19
- package/dist/esm/ion-input-password-toggle.entry.js +15 -54
- package/dist/esm/ion-input.entry.js +25 -120
- package/dist/esm/ion-item-option_3.entry.js +18 -41
- package/dist/esm/ion-item_8.entry.js +42 -114
- package/dist/esm/ion-loading.entry.js +16 -18
- package/dist/esm/ion-menu_3.entry.js +29 -48
- package/dist/esm/ion-modal.entry.js +31 -59
- package/dist/esm/ion-nav_2.entry.js +12 -14
- package/dist/esm/ion-picker-column-option.entry.js +7 -12
- package/dist/esm/ion-picker-column.entry.js +12 -12
- package/dist/esm/ion-picker.entry.js +6 -11
- package/dist/esm/ion-popover.entry.js +16 -18
- package/dist/esm/ion-progress-bar.entry.js +8 -13
- package/dist/esm/ion-radio_2.entry.js +17 -19
- package/dist/esm/ion-range.entry.js +12 -16
- package/dist/esm/ion-refresher_2.entry.js +21 -42
- package/dist/esm/ion-reorder_2.entry.js +15 -39
- package/dist/esm/ion-ripple-effect.entry.js +8 -19
- package/dist/esm/ion-route_4.entry.js +8 -9
- package/dist/esm/ion-searchbar.entry.js +18 -95
- package/dist/esm/ion-segment-content.entry.js +2 -2
- package/dist/esm/ion-segment-view.entry.js +3 -7
- package/dist/esm/ion-segment_2.entry.js +15 -24
- package/dist/esm/ion-select-modal.entry.js +11 -9
- package/dist/esm/ion-select_3.entry.js +41 -134
- package/dist/esm/ion-spinner.entry.js +8 -34
- package/dist/esm/ion-split-pane.entry.js +9 -14
- package/dist/esm/ion-tab-bar_2.entry.js +20 -45
- package/dist/esm/ion-tab_2.entry.js +7 -8
- package/dist/esm/ion-text.entry.js +6 -7
- package/dist/esm/ion-textarea.entry.js +17 -42
- package/dist/esm/ion-toast.entry.js +18 -34
- package/dist/esm/ion-toggle.entry.js +23 -81
- package/dist/esm/ionic-global-c81d82ab.js +231 -0
- package/dist/esm/ionic.js +5 -6
- package/dist/esm/{ios.transition-06b78ea0.js → ios.transition-4ee1a3af.js} +7 -7
- package/dist/esm/{keyboard-5b1b354d.js → keyboard-52278bd7.js} +3 -5
- package/dist/esm/{keyboard-9bbd546a.js → keyboard-73175e24.js} +1 -1
- package/dist/esm/{keyboard-controller-aff395fd.js → keyboard-controller-ec5c2bfa.js} +3 -5
- package/dist/esm/loader.js +5 -6
- package/dist/esm/{md.transition-e5712bda.js → md.transition-5106a0d2.js} +7 -6
- package/dist/esm/{notch-controller-c0bd22ff.js → notch-controller-55b09e11.js} +2 -2
- package/dist/esm/{overlays-ce6f6b23.js → overlays-dcc93658.js} +29 -14
- package/dist/esm/{status-tap-edf9f395.js → status-tap-f472b09f.js} +4 -5
- package/dist/esm/{swipe-back-17c42610.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-321f0dba.js → button-active-f6503382.js} +1 -1
- package/dist/esm-es5/capacitor-59395cbd.js +4 -0
- package/dist/esm-es5/data-ae11fd43.js +4 -0
- package/dist/esm-es5/focus-visible-ab389174.js +4 -0
- package/dist/esm-es5/framework-delegate-63d1a679.js +4 -0
- package/dist/esm-es5/{haptic-dd6c0ea9.js → haptic-ac164e4c.js} +1 -1
- package/dist/esm-es5/hardware-back-button-06ef3c3e.js +4 -0
- package/dist/esm-es5/helpers-da915de8.js +4 -0
- package/dist/esm-es5/index-24b48b06.js +4 -0
- package/dist/esm-es5/{index-723c0e5d.js → index-28849c61.js} +1 -1
- package/dist/esm-es5/index-3ad7f18b.js +4 -0
- package/dist/esm-es5/index-5cc724f3.js +4 -0
- package/dist/esm-es5/{index-62b4a18b.js → index-79b30591.js} +1 -1
- package/dist/esm-es5/index-9b0d46f4.js +4 -0
- package/dist/esm-es5/index-a5d50daf.js +4 -0
- package/dist/esm-es5/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/input-shims-0314bbe5.js +4 -0
- package/dist/esm-es5/input.utils-09c71bc7.js +4 -0
- package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
- package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
- package/dist/esm-es5/ion-alert.entry.js +1 -1
- package/dist/esm-es5/ion-app_8.entry.js +1 -1
- package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
- package/dist/esm-es5/ion-back-button.entry.js +1 -1
- package/dist/esm-es5/ion-backdrop.entry.js +1 -1
- package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
- package/dist/esm-es5/ion-button_2.entry.js +1 -1
- package/dist/esm-es5/ion-card_5.entry.js +1 -1
- package/dist/esm-es5/ion-checkbox.entry.js +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-content.entry.js +1 -1
- package/dist/esm-es5/ion-segment-view.entry.js +1 -1
- package/dist/esm-es5/ion-segment_2.entry.js +1 -1
- package/dist/esm-es5/ion-select-modal.entry.js +1 -1
- package/dist/esm-es5/ion-select_3.entry.js +1 -1
- package/dist/esm-es5/ion-spinner.entry.js +1 -1
- package/dist/esm-es5/ion-split-pane.entry.js +1 -1
- package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
- package/dist/esm-es5/ion-tab_2.entry.js +1 -1
- package/dist/esm-es5/ion-text.entry.js +1 -1
- package/dist/esm-es5/ion-textarea.entry.js +1 -1
- package/dist/esm-es5/ion-toast.entry.js +1 -1
- package/dist/esm-es5/ion-toggle.entry.js +1 -1
- package/dist/esm-es5/ionic-global-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-5b1b354d.js → keyboard-52278bd7.js} +1 -1
- package/dist/esm-es5/{keyboard-9bbd546a.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-dcc93658.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 +205 -2328
- 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-01186920.system.entry.js +4 -0
- package/dist/ionic/p-0303d0f8.js +4 -0
- package/dist/ionic/p-0574e87e.js +4 -0
- package/dist/ionic/p-05efd326.system.js +4 -0
- package/dist/ionic/p-06e58c4e.js +4 -0
- package/dist/ionic/p-06fee233.js +4 -0
- package/dist/ionic/p-081a4ce4.entry.js +4 -0
- package/dist/ionic/p-0af1adf2.entry.js +4 -0
- package/dist/ionic/p-0c06e09b.system.js +4 -0
- package/dist/ionic/p-0cccca18.system.entry.js +4 -0
- package/dist/ionic/p-0ce9d0a6.entry.js +4 -0
- package/dist/ionic/p-14be4015.entry.js +4 -0
- package/dist/ionic/p-14f084bc.system.entry.js +4 -0
- package/dist/ionic/p-15e76dd1.entry.js +4 -0
- package/dist/ionic/p-16188af7.entry.js +4 -0
- package/dist/ionic/p-16799667.system.entry.js +4 -0
- package/dist/ionic/p-16bfb979.system.entry.js +4 -0
- package/dist/ionic/p-17474161.system.js +4 -0
- package/dist/ionic/{p-dbd39afd.system.js → p-19ea7bff.system.js} +1 -1
- package/dist/ionic/p-19ec4f42.entry.js +4 -0
- package/dist/ionic/p-1dfc11b3.system.js +4 -0
- package/dist/ionic/p-1e010627.system.entry.js +4 -0
- package/dist/ionic/p-1e4371bd.js +4 -0
- package/dist/ionic/p-1e67b266.system.entry.js +4 -0
- package/dist/ionic/{p-115d74cd.system.js → p-1e955a45.system.js} +1 -1
- package/dist/ionic/p-20e70007.system.entry.js +4 -0
- package/dist/ionic/p-2172893e.system.entry.js +4 -0
- package/dist/ionic/p-21e5e7e4.js +4 -0
- package/dist/ionic/p-2507278c.system.entry.js +4 -0
- package/dist/ionic/{p-0fa218e9.system.js → p-25180df3.system.js} +1 -1
- package/dist/ionic/p-2690b1de.js +4 -0
- package/dist/ionic/{p-93e47936.js → p-27281edd.js} +1 -1
- package/dist/ionic/p-2799c6d3.system.entry.js +4 -0
- package/dist/ionic/p-2abae1cc.system.entry.js +4 -0
- package/dist/ionic/p-2b65e30a.system.entry.js +4 -0
- package/dist/ionic/p-2b7827c7.js +4 -0
- package/dist/ionic/p-2b838f86.system.entry.js +4 -0
- package/dist/ionic/p-2e46590d.system.entry.js +4 -0
- package/dist/ionic/p-2fc0dafe.entry.js +4 -0
- package/dist/ionic/p-322c5fb4.system.js +4 -0
- package/dist/ionic/p-33a8a71b.entry.js +4 -0
- package/dist/ionic/p-33df3f1f.entry.js +4 -0
- package/dist/ionic/p-33fa7400.entry.js +4 -0
- package/dist/ionic/{p-12d6df53.js → p-34b11c24.js} +1 -1
- package/dist/ionic/{p-f193945e.system.js → p-372ae7f4.system.js} +1 -1
- package/dist/ionic/p-37cb43bd.system.entry.js +4 -0
- package/dist/ionic/p-3974e3c3.system.entry.js +4 -0
- package/dist/ionic/p-3ad285e3.system.js +4 -0
- package/dist/ionic/p-3b13af78.system.entry.js +4 -0
- package/dist/ionic/p-3c186721.entry.js +4 -0
- package/dist/ionic/{p-41c19986.system.js → p-3c8e5c23.system.js} +1 -1
- package/dist/ionic/p-3cc276f4.js +4 -0
- package/dist/ionic/p-424eb140.system.entry.js +4 -0
- package/dist/ionic/p-4439fc2a.entry.js +4 -0
- package/dist/ionic/p-45693d7e.entry.js +4 -0
- package/dist/ionic/p-475d32bd.system.entry.js +4 -0
- package/dist/ionic/p-49a0e74c.entry.js +4 -0
- package/dist/ionic/p-4c2d5b80.system.js +4 -0
- package/dist/ionic/p-4ec778aa.entry.js +4 -0
- package/dist/ionic/p-52d7a191.entry.js +4 -0
- package/dist/ionic/p-567de071.system.entry.js +4 -0
- package/dist/ionic/p-5823babc.system.entry.js +4 -0
- package/dist/ionic/{p-86e9a917.system.entry.js → p-58d5df0c.system.entry.js} +1 -1
- package/dist/ionic/p-5ab1b709.entry.js +4 -0
- package/dist/ionic/p-5b932840.entry.js +4 -0
- package/dist/ionic/{p-f8c63ac0.system.js → p-5da94421.system.js} +2 -2
- package/dist/ionic/p-5dcd3d43.entry.js +4 -0
- package/dist/ionic/p-5e01fc7f.system.js +4 -0
- package/dist/ionic/p-5e074501.entry.js +4 -0
- package/dist/ionic/p-5fce0c0b.system.entry.js +4 -0
- package/dist/ionic/p-62af944c.entry.js +4 -0
- package/dist/ionic/p-63ad99b8.system.entry.js +4 -0
- package/dist/ionic/p-63b0abde.system.entry.js +4 -0
- package/dist/ionic/p-66640ff7.system.entry.js +4 -0
- package/dist/ionic/p-69066a53.js +4 -0
- package/dist/ionic/p-69666e8a.system.entry.js +4 -0
- package/dist/ionic/p-6d32975a.entry.js +4 -0
- package/dist/ionic/p-6d6cedc5.entry.js +4 -0
- package/dist/ionic/p-72812e99.js +4 -0
- package/dist/ionic/p-72bc8a1c.js +4 -0
- package/dist/ionic/p-73747722.entry.js +4 -0
- package/dist/ionic/p-73dc4950.entry.js +4 -0
- package/dist/ionic/p-7458862e.system.entry.js +4 -0
- package/dist/ionic/p-792919fd.system.js +4 -0
- package/dist/ionic/p-797eeea8.system.entry.js +4 -0
- package/dist/ionic/p-7b30edcc.js +4 -0
- package/dist/ionic/p-7b9a2b23.entry.js +4 -0
- package/dist/ionic/p-7ddc46c3.system.entry.js +4 -0
- package/dist/ionic/p-7e3faa44.system.entry.js +4 -0
- package/dist/ionic/p-7ed1657c.system.entry.js +4 -0
- package/dist/ionic/p-8635f5e6.system.js +4 -0
- package/dist/ionic/p-88e63c7d.js +4 -0
- package/dist/ionic/{p-4626fb32.system.js → p-8985cdb6.system.js} +1 -1
- package/dist/ionic/{p-4c275462.js → p-89b61afc.js} +1 -1
- package/dist/ionic/p-908d6080.entry.js +4 -0
- package/dist/ionic/{p-62887754.system.js → p-9146695e.system.js} +1 -1
- package/dist/ionic/p-9318ed44.entry.js +4 -0
- package/dist/ionic/p-937a7e21.entry.js +4 -0
- package/dist/ionic/p-95775830.entry.js +4 -0
- package/dist/ionic/p-96573065.js +4 -0
- package/dist/ionic/p-96cc4814.js +4 -0
- package/dist/ionic/p-98231c01.system.entry.js +4 -0
- package/dist/ionic/p-985a7e17.system.entry.js +4 -0
- package/dist/ionic/p-98ff6b32.entry.js +4 -0
- package/dist/ionic/p-9df2c6fb.entry.js +4 -0
- package/dist/ionic/{p-3e91ea3a.system.js → p-9ea607bd.system.js} +2 -2
- package/dist/ionic/p-9ee1e8a6.entry.js +4 -0
- package/dist/ionic/p-9f3008d4.system.js +4 -0
- package/dist/ionic/p-9fa07aec.entry.js +4 -0
- package/dist/ionic/p-a15ddedb.system.js +4 -0
- package/dist/ionic/p-a4565eb5.system.js +4 -0
- package/dist/ionic/p-a49378bb.system.entry.js +4 -0
- package/dist/ionic/p-a61cba41.entry.js +4 -0
- package/dist/ionic/p-a696e441.system.js +4 -0
- package/dist/ionic/p-a69b9fc5.system.js +4 -0
- package/dist/ionic/{p-94816e7a.system.js → p-a93873de.system.js} +1 -1
- package/dist/ionic/p-abe101da.system.js +4 -0
- package/dist/ionic/p-adbc4bdf.entry.js +4 -0
- package/dist/ionic/p-afecb188.entry.js +4 -0
- package/dist/ionic/{p-18f86177.system.js → p-b06ac4a5.system.js} +1 -1
- package/dist/ionic/p-b335ffed.system.entry.js +4 -0
- package/dist/ionic/p-b51e4004.js +4 -0
- package/dist/ionic/p-b82d4cab.js +4 -0
- package/dist/ionic/p-b9d7015f.entry.js +4 -0
- package/dist/ionic/p-bb0db172.entry.js +4 -0
- package/dist/ionic/p-bbae699e.entry.js +4 -0
- package/dist/ionic/p-bc36ad98.system.entry.js +4 -0
- package/dist/ionic/p-bdad26e3.entry.js +4 -0
- package/dist/ionic/p-c29f8157.system.entry.js +4 -0
- package/dist/ionic/p-c2b74d92.system.entry.js +4 -0
- package/dist/ionic/p-c41ac815.entry.js +4 -0
- package/dist/ionic/p-c61cc894.js +4 -0
- package/dist/ionic/p-c7c0c9d2.system.entry.js +4 -0
- package/dist/ionic/{p-11266916.js → p-c7e16491.js} +1 -1
- package/dist/ionic/p-c9f3a539.entry.js +4 -0
- package/dist/ionic/p-ca065903.system.entry.js +4 -0
- package/dist/ionic/p-cac0e0b3.system.entry.js +4 -0
- package/dist/ionic/p-cd8bd2e1.system.entry.js +4 -0
- package/dist/ionic/p-d18ab582.system.entry.js +4 -0
- package/dist/ionic/{p-aaccbb95.js → p-d60342e3.js} +1 -1
- package/dist/ionic/p-d6841eac.js +4 -0
- package/dist/ionic/{p-a510e9c0.js → p-d743e981.js} +1 -1
- package/dist/ionic/p-d7aa6b00.entry.js +4 -0
- package/dist/ionic/{p-83948e48.js → p-d836d43e.js} +1 -1
- package/dist/ionic/p-da074ff7.entry.js +4 -0
- package/dist/ionic/{p-58f16ef6.js → p-da2b833b.js} +1 -1
- package/dist/ionic/p-de5ed31e.entry.js +4 -0
- package/dist/ionic/p-de930745.entry.js +4 -0
- package/dist/ionic/p-dfb78785.system.js +4 -0
- package/dist/ionic/p-e4ee80be.system.entry.js +4 -0
- package/dist/ionic/p-e563a35c.entry.js +4 -0
- package/dist/ionic/p-e7ed4a7f.system.js +4 -0
- package/dist/ionic/p-eba29931.entry.js +4 -0
- package/dist/ionic/p-ebf042e0.system.entry.js +4 -0
- package/dist/ionic/p-ecceeb90.js +4 -0
- package/dist/ionic/p-ed75fcfb.system.entry.js +4 -0
- package/dist/ionic/p-efaffe74.entry.js +4 -0
- package/dist/ionic/p-f1acf541.system.entry.js +4 -0
- package/dist/ionic/p-f3102647.system.entry.js +4 -0
- package/dist/ionic/p-f4f05cb7.js +4 -0
- package/dist/ionic/{p-44ad86d7.system.js → p-f687573e.system.js} +1 -1
- package/dist/ionic/{p-58aa8a36.system.js → p-f9a53abb.system.js} +1 -1
- package/dist/ionic/p-fca6ef5f.system.entry.js +4 -0
- package/dist/ionic/p-ff4b7e40.system.js +4 -0
- package/dist/types/components/accordion/accordion.d.ts +3 -5
- package/dist/types/components/accordion-group/accordion-group.d.ts +1 -12
- package/dist/types/components/action-sheet/action-sheet-interface.d.ts +7 -3
- package/dist/types/components/action-sheet/action-sheet.d.ts +2 -3
- package/dist/types/components/alert/alert-interface.d.ts +7 -3
- package/dist/types/components/alert/alert.d.ts +2 -3
- package/dist/types/components/app/app.d.ts +2 -4
- package/dist/types/components/avatar/avatar.d.ts +0 -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 +2 -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 +7 -35
- 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 +183 -1374
- 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-trap.d.ts +1 -1
- 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 +912 -2332
- package/hydrate/index.mjs +912 -2332
- package/package.json +4 -9
- package/components/caret-down.js +0 -6
- package/components/caret-left.js +0 -6
- package/components/caret-right.js +0 -6
- package/components/config2.js +0 -79
- package/components/list2.js +0 -6
- package/components/x.js +0 -6
- package/css/ionic/bundle.ionic.css +0 -1
- package/css/ionic/bundle.ionic.css.map +0 -1
- package/css/ionic/core.ionic.css +0 -1
- package/css/ionic/core.ionic.css.map +0 -1
- package/css/ionic/global.bundle.ionic.css +0 -1
- package/css/ionic/global.bundle.ionic.css.map +0 -1
- package/css/ionic/ionic-swiper.ionic.css +0 -1
- package/css/ionic/ionic-swiper.ionic.css.map +0 -1
- package/css/ionic/link.ionic.css +0 -1
- package/css/ionic/link.ionic.css.map +0 -1
- package/css/ionic/structure.ionic.css +0 -1
- package/css/ionic/structure.ionic.css.map +0 -1
- package/css/ionic/typography.ionic.css +0 -1
- package/css/ionic/typography.ionic.css.map +0 -1
- package/css/ionic/utils.bundle.ionic.css +0 -1
- package/css/ionic/utils.bundle.ionic.css.map +0 -1
- package/dist/cjs/caret-down-3c215cff.js +0 -8
- package/dist/cjs/caret-left-2bb66970.js +0 -8
- package/dist/cjs/caret-right-88e03970.js +0 -8
- package/dist/cjs/config-aff4ff52.js +0 -84
- package/dist/cjs/ionic-global-14af9c21.js +0 -535
- 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 -197
- package/dist/collection/components/accordion-group/accordion-group.ionic.css +0 -95
- package/dist/collection/components/avatar/avatar.ionic.css +0 -269
- package/dist/collection/components/backdrop/backdrop.ionic.css +0 -151
- package/dist/collection/components/badge/badge.ionic.css +0 -249
- package/dist/collection/components/button/button.ionic.css +0 -589
- package/dist/collection/components/buttons/buttons.ionic.css +0 -100
- package/dist/collection/components/card/card.ionic.css +0 -137
- package/dist/collection/components/card-content/card-content.ionic.css +0 -90
- package/dist/collection/components/card-header/card-header.ionic.css +0 -87
- package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +0 -146
- package/dist/collection/components/checkbox/checkbox.ionic.css +0 -402
- package/dist/collection/components/chip/chip.ionic.css +0 -160
- package/dist/collection/components/datetime/datetime.ionic.css +0 -673
- package/dist/collection/components/header/header.ionic.css +0 -86
- package/dist/collection/components/input/input.ionic.css +0 -1096
- 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 -141
- package/dist/collection/components/item/item.ionic.css +0 -497
- package/dist/collection/components/item-option/item-option.ionic.css +0 -332
- package/dist/collection/components/item-options/item-options.ionic.css +0 -258
- package/dist/collection/components/list/list.ionic.css +0 -193
- package/dist/collection/components/list-header/list-header.ionic.css +0 -236
- package/dist/collection/components/menu-button/menu-button.ionic.css +0 -238
- package/dist/collection/components/modal/modal.ionic.css +0 -239
- package/dist/collection/components/radio/radio.ionic.css +0 -424
- package/dist/collection/components/range/range.ionic.css +0 -550
- package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +0 -154
- package/dist/collection/components/searchbar/searchbar.ionic.css +0 -345
- package/dist/collection/components/segment/segment.ionic.css +0 -117
- package/dist/collection/components/segment-button/segment-button.ionic.css +0 -350
- package/dist/collection/components/select/select.ionic.css +0 -707
- package/dist/collection/components/select-modal/select-modal.ionic.css +0 -121
- package/dist/collection/components/spinner/spinner.common.css +0 -199
- package/dist/collection/components/tab-bar/tab-bar.ionic.css +0 -188
- package/dist/collection/components/tab-button/tab-button.ionic.css +0 -271
- package/dist/collection/components/textarea/textarea.ionic.css +0 -804
- package/dist/collection/components/title/title.ionic.css +0 -145
- package/dist/collection/components/toast/toast.ionic.css +0 -358
- package/dist/collection/components/toggle/toggle.ionic.css +0 -419
- package/dist/collection/components/toolbar/toolbar.ionic.css +0 -233
- 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/config-84eb9670.js +0 -79
- package/dist/esm/ionic-global-3c97a4aa.js +0 -521
- package/dist/esm/list-6524700c.js +0 -6
- package/dist/esm/x-a64bcd9f.js +0 -6
- package/dist/esm-es5/animation-f1a88600.js +0 -4
- package/dist/esm-es5/app-globals-eceadabb.js +0 -4
- package/dist/esm-es5/capacitor-6b0341c8.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/config-84eb9670.js +0 -4
- package/dist/esm-es5/data-a753c96a.js +0 -4
- package/dist/esm-es5/focus-visible-501aff19.js +0 -4
- package/dist/esm-es5/framework-delegate-3e4a8c9f.js +0 -4
- package/dist/esm-es5/helpers-f08d15bd.js +0 -4
- package/dist/esm-es5/index-31109e63.js +0 -4
- package/dist/esm-es5/index-59f81cb8.js +0 -4
- package/dist/esm-es5/index-7bd160c2.js +0 -4
- package/dist/esm-es5/input-shims-6be83e59.js +0 -4
- package/dist/esm-es5/input.utils-67459bae.js +0 -4
- package/dist/esm-es5/ionic-global-3c97a4aa.js +0 -4
- package/dist/esm-es5/ios.transition-06b78ea0.js +0 -4
- package/dist/esm-es5/keyboard-controller-aff395fd.js +0 -4
- package/dist/esm-es5/list-6524700c.js +0 -4
- package/dist/esm-es5/md.transition-e5712bda.js +0 -4
- package/dist/esm-es5/notch-controller-c0bd22ff.js +0 -4
- package/dist/esm-es5/overlays-ce6f6b23.js +0 -4
- package/dist/esm-es5/status-tap-edf9f395.js +0 -4
- package/dist/esm-es5/swipe-back-17c42610.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-038a6294.js +0 -4
- package/dist/ionic/p-06ec4706.js +0 -4
- package/dist/ionic/p-08f4a45d.system.entry.js +0 -4
- package/dist/ionic/p-09125f4f.entry.js +0 -4
- package/dist/ionic/p-096e5f6d.system.entry.js +0 -4
- package/dist/ionic/p-09c6b5e4.js +0 -4
- package/dist/ionic/p-0a0ce78f.system.entry.js +0 -4
- package/dist/ionic/p-0e80425f.system.entry.js +0 -4
- package/dist/ionic/p-112120d7.system.js +0 -4
- package/dist/ionic/p-156d17cd.js +0 -4
- package/dist/ionic/p-161ecf50.system.entry.js +0 -4
- package/dist/ionic/p-18892506.entry.js +0 -4
- package/dist/ionic/p-1da82a87.system.entry.js +0 -4
- package/dist/ionic/p-1e4fd112.entry.js +0 -4
- package/dist/ionic/p-1efa63f2.js +0 -4
- package/dist/ionic/p-23b31425.entry.js +0 -4
- package/dist/ionic/p-243adf8c.js +0 -4
- package/dist/ionic/p-24f15ce4.system.entry.js +0 -4
- package/dist/ionic/p-25413edd.entry.js +0 -4
- package/dist/ionic/p-27258d5a.entry.js +0 -4
- package/dist/ionic/p-29ca4da2.entry.js +0 -4
- package/dist/ionic/p-2ef115ec.system.entry.js +0 -4
- package/dist/ionic/p-33dc4514.js +0 -4
- package/dist/ionic/p-346c67b0.js +0 -4
- package/dist/ionic/p-3608e72b.entry.js +0 -4
- package/dist/ionic/p-398b00a5.system.entry.js +0 -4
- package/dist/ionic/p-3a7f86e2.system.entry.js +0 -4
- package/dist/ionic/p-3b520400.system.entry.js +0 -4
- package/dist/ionic/p-3c4c73f9.system.entry.js +0 -4
- package/dist/ionic/p-3ce95a91.entry.js +0 -4
- package/dist/ionic/p-3d61263b.system.entry.js +0 -4
- package/dist/ionic/p-4130574e.entry.js +0 -4
- package/dist/ionic/p-41f06734.entry.js +0 -4
- package/dist/ionic/p-4219582c.system.js +0 -4
- package/dist/ionic/p-429dd2b5.system.js +0 -4
- package/dist/ionic/p-43df37ca.entry.js +0 -4
- package/dist/ionic/p-4459a66e.system.js +0 -4
- package/dist/ionic/p-465ffde2.entry.js +0 -4
- package/dist/ionic/p-46787abb.system.js +0 -4
- package/dist/ionic/p-47fd935c.system.js +0 -4
- package/dist/ionic/p-4a89c1ec.system.js +0 -4
- package/dist/ionic/p-4ac4f52a.system.entry.js +0 -4
- package/dist/ionic/p-4b4e4592.system.entry.js +0 -4
- package/dist/ionic/p-4c9e1b2c.js +0 -4
- package/dist/ionic/p-4f127a09.system.entry.js +0 -4
- package/dist/ionic/p-51371e21.system.js +0 -4
- package/dist/ionic/p-530c591a.entry.js +0 -4
- package/dist/ionic/p-53dfa2e3.entry.js +0 -4
- package/dist/ionic/p-5474c7c4.entry.js +0 -4
- package/dist/ionic/p-55546d77.system.entry.js +0 -4
- package/dist/ionic/p-556778bd.system.js +0 -4
- package/dist/ionic/p-5684893b.system.entry.js +0 -4
- package/dist/ionic/p-57de8d54.system.entry.js +0 -4
- package/dist/ionic/p-58c64779.system.entry.js +0 -4
- package/dist/ionic/p-5a1979e0.system.entry.js +0 -4
- package/dist/ionic/p-5a6b3c0d.entry.js +0 -4
- package/dist/ionic/p-5a6d245d.system.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-63fde7fe.entry.js +0 -4
- package/dist/ionic/p-67b6e18d.entry.js +0 -4
- package/dist/ionic/p-67f3ed57.entry.js +0 -4
- package/dist/ionic/p-6a0dd6bc.js +0 -4
- package/dist/ionic/p-6bc2795b.entry.js +0 -4
- package/dist/ionic/p-6bd1c0ee.system.entry.js +0 -4
- package/dist/ionic/p-6caa76ec.js +0 -4
- package/dist/ionic/p-7071d7ca.js +0 -4
- package/dist/ionic/p-72cbf799.system.entry.js +0 -4
- package/dist/ionic/p-74d76684.js +0 -4
- package/dist/ionic/p-7607d8ba.system.entry.js +0 -4
- package/dist/ionic/p-787c1bd0.system.entry.js +0 -4
- package/dist/ionic/p-78ed8923.js +0 -4
- package/dist/ionic/p-7a858bae.system.js +0 -4
- package/dist/ionic/p-815f649a.system.entry.js +0 -4
- package/dist/ionic/p-81e632cb.entry.js +0 -4
- package/dist/ionic/p-82cb4235.js +0 -4
- package/dist/ionic/p-8463212e.js +0 -4
- package/dist/ionic/p-84667060.entry.js +0 -4
- package/dist/ionic/p-857ba8d4.entry.js +0 -4
- package/dist/ionic/p-86d98446.system.entry.js +0 -4
- package/dist/ionic/p-87049797.js +0 -4
- package/dist/ionic/p-8956f9a8.system.entry.js +0 -4
- package/dist/ionic/p-8b0f0a87.entry.js +0 -4
- package/dist/ionic/p-8db246c2.system.js +0 -4
- package/dist/ionic/p-8dbfae64.entry.js +0 -4
- package/dist/ionic/p-903c544a.js +0 -4
- package/dist/ionic/p-916bc9ed.system.entry.js +0 -4
- package/dist/ionic/p-92646426.js +0 -4
- package/dist/ionic/p-954d0d7c.system.entry.js +0 -4
- package/dist/ionic/p-986855d6.js +0 -4
- package/dist/ionic/p-9abb7d9b.entry.js +0 -4
- package/dist/ionic/p-9ac1a506.system.js +0 -4
- package/dist/ionic/p-a1cdc742.js +0 -4
- package/dist/ionic/p-a2814291.system.js +0 -4
- package/dist/ionic/p-a5a9206f.entry.js +0 -4
- package/dist/ionic/p-a616b6e4.entry.js +0 -4
- package/dist/ionic/p-a685da08.system.entry.js +0 -4
- package/dist/ionic/p-a7acb257.system.entry.js +0 -4
- package/dist/ionic/p-a81bc291.entry.js +0 -4
- package/dist/ionic/p-a98061d0.entry.js +0 -4
- package/dist/ionic/p-a9af4103.js +0 -4
- package/dist/ionic/p-ac1c2b6a.js +0 -4
- package/dist/ionic/p-adc0276b.entry.js +0 -4
- package/dist/ionic/p-ae55c4c7.system.entry.js +0 -4
- package/dist/ionic/p-b18c52cd.entry.js +0 -4
- package/dist/ionic/p-b2df786a.system.entry.js +0 -4
- package/dist/ionic/p-b517144d.system.entry.js +0 -4
- package/dist/ionic/p-b5dc9a32.system.entry.js +0 -4
- package/dist/ionic/p-b79f3ded.entry.js +0 -4
- package/dist/ionic/p-bbcec459.system.js +0 -4
- package/dist/ionic/p-be87ec25.entry.js +0 -4
- package/dist/ionic/p-c248c88d.system.js +0 -4
- package/dist/ionic/p-c373eebd.system.js +0 -4
- package/dist/ionic/p-c3ae4bcf.entry.js +0 -4
- package/dist/ionic/p-c5226e15.system.entry.js +0 -4
- package/dist/ionic/p-cad8a848.entry.js +0 -4
- package/dist/ionic/p-ccce3322.system.entry.js +0 -4
- package/dist/ionic/p-cdff6a80.system.entry.js +0 -4
- package/dist/ionic/p-cea92c46.system.js +0 -4
- package/dist/ionic/p-cf3dad24.entry.js +0 -4
- package/dist/ionic/p-da96f15f.entry.js +0 -4
- package/dist/ionic/p-ddbf4ca9.entry.js +0 -4
- package/dist/ionic/p-df09db21.entry.js +0 -4
- package/dist/ionic/p-df9c6620.system.entry.js +0 -4
- package/dist/ionic/p-e18f9479.system.entry.js +0 -4
- package/dist/ionic/p-e3b70846.system.js +0 -4
- package/dist/ionic/p-e7909e1d.entry.js +0 -4
- package/dist/ionic/p-e894ab16.system.entry.js +0 -4
- package/dist/ionic/p-e9eb25ba.system.entry.js +0 -4
- package/dist/ionic/p-ea3ca474.system.js +0 -4
- package/dist/ionic/p-ea98a10a.system.entry.js +0 -4
- package/dist/ionic/p-eb4ba253.entry.js +0 -4
- package/dist/ionic/p-ebe94d15.entry.js +0 -4
- package/dist/ionic/p-eda736d7.entry.js +0 -4
- package/dist/ionic/p-ee17be82.entry.js +0 -4
- package/dist/ionic/p-eecb1b04.entry.js +0 -4
- package/dist/ionic/p-eee899d5.system.entry.js +0 -4
- package/dist/ionic/p-ef60ee95.entry.js +0 -4
- package/dist/ionic/p-f116fb3f.system.js +0 -4
- package/dist/ionic/p-f1e11e93.entry.js +0 -4
- package/dist/ionic/p-f25ad420.system.entry.js +0 -4
- package/dist/ionic/p-f28ac1ad.entry.js +0 -4
- package/dist/ionic/p-f44934a7.system.entry.js +0 -4
- package/dist/ionic/p-f44c9c6e.system.entry.js +0 -4
- package/dist/ionic/p-f8123284.entry.js +0 -4
- package/dist/ionic/p-fff78cd2.system.entry.js +0 -4
- /package/dist/collection/components/{refresher-content/refresher-content.css → input-password-toggle/input-password-toggle.css} +0 -0
|
@@ -86,21 +86,17 @@ export namespace Components {
|
|
|
86
86
|
*/
|
|
87
87
|
"disabled": boolean;
|
|
88
88
|
/**
|
|
89
|
-
* The mode determines
|
|
89
|
+
* The mode determines which platform styles to use.
|
|
90
90
|
*/
|
|
91
91
|
"mode"?: "ios" | "md";
|
|
92
92
|
/**
|
|
93
93
|
* If `true`, the accordion cannot be interacted with, but does not alter the opacity.
|
|
94
94
|
*/
|
|
95
95
|
"readonly": boolean;
|
|
96
|
-
/**
|
|
97
|
-
* The theme determines the visual appearance of the component.
|
|
98
|
-
*/
|
|
99
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
100
96
|
/**
|
|
101
97
|
* The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
|
|
102
98
|
*/
|
|
103
|
-
"toggleIcon"
|
|
99
|
+
"toggleIcon": string;
|
|
104
100
|
/**
|
|
105
101
|
* The slot inside of `ion-item` to place the toggle icon. Defaults to `"end"`.
|
|
106
102
|
*/
|
|
@@ -125,7 +121,7 @@ export namespace Components {
|
|
|
125
121
|
"expand": 'compact' | 'inset';
|
|
126
122
|
"getAccordions": () => Promise<HTMLIonAccordionElement[]>;
|
|
127
123
|
/**
|
|
128
|
-
* The mode determines
|
|
124
|
+
* The mode determines which platform styles to use.
|
|
129
125
|
*/
|
|
130
126
|
"mode"?: "ios" | "md";
|
|
131
127
|
/**
|
|
@@ -140,14 +136,6 @@ export namespace Components {
|
|
|
140
136
|
* 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.
|
|
141
137
|
*/
|
|
142
138
|
"requestAccordionToggle": (accordionValue: string | undefined, accordionExpand: boolean) => Promise<void>;
|
|
143
|
-
/**
|
|
144
|
-
* Set to `"soft"` for an accordion group with slightly rounded corners, `"round"` for an accordion group with fully rounded corners, or `"rectangular"` for an accordion group without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes. Only applies when `expand` is set to `"inset"`.
|
|
145
|
-
*/
|
|
146
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
147
|
-
/**
|
|
148
|
-
* The theme determines the visual appearance of the component.
|
|
149
|
-
*/
|
|
150
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
151
139
|
/**
|
|
152
140
|
* The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
|
|
153
141
|
*/
|
|
@@ -203,7 +191,7 @@ export namespace Components {
|
|
|
203
191
|
*/
|
|
204
192
|
"leaveAnimation"?: AnimationBuilder;
|
|
205
193
|
/**
|
|
206
|
-
* The mode determines
|
|
194
|
+
* The mode determines which platform styles to use.
|
|
207
195
|
*/
|
|
208
196
|
"mode"?: "ios" | "md";
|
|
209
197
|
/**
|
|
@@ -224,11 +212,7 @@ export namespace Components {
|
|
|
224
212
|
*/
|
|
225
213
|
"subHeader"?: string;
|
|
226
214
|
/**
|
|
227
|
-
*
|
|
228
|
-
*/
|
|
229
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
230
|
-
/**
|
|
231
|
-
* If `true`, the action sheet will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
215
|
+
* 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).
|
|
232
216
|
*/
|
|
233
217
|
"translucent": boolean;
|
|
234
218
|
/**
|
|
@@ -294,7 +278,7 @@ export namespace Components {
|
|
|
294
278
|
*/
|
|
295
279
|
"message"?: string | IonicSafeString;
|
|
296
280
|
/**
|
|
297
|
-
* The mode determines
|
|
281
|
+
* The mode determines which platform styles to use.
|
|
298
282
|
*/
|
|
299
283
|
"mode"?: "ios" | "md";
|
|
300
284
|
/**
|
|
@@ -315,11 +299,7 @@ export namespace Components {
|
|
|
315
299
|
*/
|
|
316
300
|
"subHeader"?: string;
|
|
317
301
|
/**
|
|
318
|
-
*
|
|
319
|
-
*/
|
|
320
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
321
|
-
/**
|
|
322
|
-
* If `true`, the alert will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
302
|
+
* 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).
|
|
323
303
|
*/
|
|
324
304
|
"translucent": boolean;
|
|
325
305
|
/**
|
|
@@ -328,36 +308,12 @@ export namespace Components {
|
|
|
328
308
|
"trigger": string | undefined;
|
|
329
309
|
}
|
|
330
310
|
interface IonApp {
|
|
331
|
-
/**
|
|
332
|
-
* The mode determines the platform behaviors of the component.
|
|
333
|
-
*/
|
|
334
|
-
"mode"?: "ios" | "md";
|
|
335
311
|
/**
|
|
336
312
|
* Used to set focus on an element that uses `ion-focusable`. Do not use this if focusing the element as a result of a keyboard event as the focus utility should handle this for us. This method should be used when we want to programmatically focus an element as a result of another user action. (Ex: We focus the first element inside of a popover when the user presents it, but the popover is not always presented as a result of keyboard action.)
|
|
337
313
|
*/
|
|
338
314
|
"setFocus": (elements: HTMLElement[]) => Promise<void>;
|
|
339
|
-
/**
|
|
340
|
-
* The theme determines the visual appearance of the component.
|
|
341
|
-
*/
|
|
342
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
343
315
|
}
|
|
344
316
|
interface IonAvatar {
|
|
345
|
-
/**
|
|
346
|
-
* The mode determines the platform behaviors of the component.
|
|
347
|
-
*/
|
|
348
|
-
"mode"?: "ios" | "md";
|
|
349
|
-
/**
|
|
350
|
-
* 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.
|
|
351
|
-
*/
|
|
352
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
353
|
-
/**
|
|
354
|
-
* 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.
|
|
355
|
-
*/
|
|
356
|
-
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
357
|
-
/**
|
|
358
|
-
* The theme determines the visual appearance of the component.
|
|
359
|
-
*/
|
|
360
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
361
317
|
}
|
|
362
318
|
interface IonBackButton {
|
|
363
319
|
/**
|
|
@@ -377,7 +333,7 @@ export namespace Components {
|
|
|
377
333
|
*/
|
|
378
334
|
"icon"?: string | null;
|
|
379
335
|
/**
|
|
380
|
-
* The mode determines
|
|
336
|
+
* The mode determines which platform styles to use.
|
|
381
337
|
*/
|
|
382
338
|
"mode"?: "ios" | "md";
|
|
383
339
|
/**
|
|
@@ -388,20 +344,12 @@ export namespace Components {
|
|
|
388
344
|
* The text to display in the back button.
|
|
389
345
|
*/
|
|
390
346
|
"text"?: string | null;
|
|
391
|
-
/**
|
|
392
|
-
* The theme determines the visual appearance of the component.
|
|
393
|
-
*/
|
|
394
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
395
347
|
/**
|
|
396
348
|
* The type of the button.
|
|
397
349
|
*/
|
|
398
350
|
"type": 'submit' | 'reset' | 'button';
|
|
399
351
|
}
|
|
400
352
|
interface IonBackdrop {
|
|
401
|
-
/**
|
|
402
|
-
* The mode determines the platform behaviors of the component.
|
|
403
|
-
*/
|
|
404
|
-
"mode"?: "ios" | "md";
|
|
405
353
|
/**
|
|
406
354
|
* If `true`, the backdrop will stop propagation on tap.
|
|
407
355
|
*/
|
|
@@ -410,10 +358,6 @@ export namespace Components {
|
|
|
410
358
|
* If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
|
|
411
359
|
*/
|
|
412
360
|
"tappable": boolean;
|
|
413
|
-
/**
|
|
414
|
-
* The theme determines the visual appearance of the component.
|
|
415
|
-
*/
|
|
416
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
417
361
|
/**
|
|
418
362
|
* If `true`, the backdrop will be visible.
|
|
419
363
|
*/
|
|
@@ -425,21 +369,9 @@ export namespace Components {
|
|
|
425
369
|
*/
|
|
426
370
|
"color"?: Color;
|
|
427
371
|
/**
|
|
428
|
-
* The mode determines
|
|
372
|
+
* The mode determines which platform styles to use.
|
|
429
373
|
*/
|
|
430
374
|
"mode"?: "ios" | "md";
|
|
431
|
-
/**
|
|
432
|
-
* 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.
|
|
433
|
-
*/
|
|
434
|
-
"shape"?: 'soft' | 'round | rectangular';
|
|
435
|
-
/**
|
|
436
|
-
* 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.
|
|
437
|
-
*/
|
|
438
|
-
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
439
|
-
/**
|
|
440
|
-
* The theme determines the visual appearance of the component.
|
|
441
|
-
*/
|
|
442
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
443
375
|
}
|
|
444
376
|
interface IonBreadcrumb {
|
|
445
377
|
/**
|
|
@@ -465,7 +397,7 @@ export namespace Components {
|
|
|
465
397
|
"href": string | undefined;
|
|
466
398
|
"last": boolean;
|
|
467
399
|
/**
|
|
468
|
-
* The mode determines
|
|
400
|
+
* The mode determines which platform styles to use.
|
|
469
401
|
*/
|
|
470
402
|
"mode"?: "ios" | "md";
|
|
471
403
|
/**
|
|
@@ -489,10 +421,6 @@ export namespace Components {
|
|
|
489
421
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
490
422
|
*/
|
|
491
423
|
"target": string | undefined;
|
|
492
|
-
/**
|
|
493
|
-
* The theme determines the visual appearance of the component.
|
|
494
|
-
*/
|
|
495
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
496
424
|
}
|
|
497
425
|
interface IonBreadcrumbs {
|
|
498
426
|
/**
|
|
@@ -512,13 +440,9 @@ export namespace Components {
|
|
|
512
440
|
*/
|
|
513
441
|
"maxItems"?: number;
|
|
514
442
|
/**
|
|
515
|
-
* The mode determines
|
|
443
|
+
* The mode determines which platform styles to use.
|
|
516
444
|
*/
|
|
517
445
|
"mode"?: "ios" | "md";
|
|
518
|
-
/**
|
|
519
|
-
* The theme determines the visual appearance of the component.
|
|
520
|
-
*/
|
|
521
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
522
446
|
}
|
|
523
447
|
interface IonButton {
|
|
524
448
|
/**
|
|
@@ -554,7 +478,7 @@ export namespace Components {
|
|
|
554
478
|
*/
|
|
555
479
|
"href": string | undefined;
|
|
556
480
|
/**
|
|
557
|
-
* The mode determines
|
|
481
|
+
* The mode determines which platform styles to use.
|
|
558
482
|
*/
|
|
559
483
|
"mode"?: "ios" | "md";
|
|
560
484
|
/**
|
|
@@ -570,13 +494,13 @@ export namespace Components {
|
|
|
570
494
|
*/
|
|
571
495
|
"routerDirection": RouterDirection;
|
|
572
496
|
/**
|
|
573
|
-
* Set to `"
|
|
497
|
+
* Set to `"round"` for a button with more rounded corners.
|
|
574
498
|
*/
|
|
575
|
-
"shape"?: '
|
|
499
|
+
"shape"?: 'round';
|
|
576
500
|
/**
|
|
577
501
|
* 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.
|
|
578
502
|
*/
|
|
579
|
-
"size"?: '
|
|
503
|
+
"size"?: 'small' | 'default' | 'large';
|
|
580
504
|
/**
|
|
581
505
|
* If `true`, activates a button with a heavier font weight.
|
|
582
506
|
*/
|
|
@@ -585,10 +509,6 @@ export namespace Components {
|
|
|
585
509
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
586
510
|
*/
|
|
587
511
|
"target": string | undefined;
|
|
588
|
-
/**
|
|
589
|
-
* The theme determines the visual appearance of the component.
|
|
590
|
-
*/
|
|
591
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
592
512
|
/**
|
|
593
513
|
* The type of the button.
|
|
594
514
|
*/
|
|
@@ -596,17 +516,9 @@ export namespace Components {
|
|
|
596
516
|
}
|
|
597
517
|
interface IonButtons {
|
|
598
518
|
/**
|
|
599
|
-
* 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
|
|
519
|
+
* If true, buttons will disappear when its parent toolbar has fully collapsed if the toolbar is not the first toolbar. If the toolbar is the first toolbar, the buttons will be hidden and will only be shown once all toolbars have fully collapsed. Only applies in `ios` mode with `collapse` set to `true` on `ion-header`. Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)
|
|
600
520
|
*/
|
|
601
521
|
"collapse": boolean;
|
|
602
|
-
/**
|
|
603
|
-
* The mode determines the platform behaviors of the component.
|
|
604
|
-
*/
|
|
605
|
-
"mode"?: "ios" | "md";
|
|
606
|
-
/**
|
|
607
|
-
* The theme determines the visual appearance of the component.
|
|
608
|
-
*/
|
|
609
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
610
522
|
}
|
|
611
523
|
interface IonCard {
|
|
612
524
|
/**
|
|
@@ -630,7 +542,7 @@ export namespace Components {
|
|
|
630
542
|
*/
|
|
631
543
|
"href": string | undefined;
|
|
632
544
|
/**
|
|
633
|
-
* The mode determines
|
|
545
|
+
* The mode determines which platform styles to use.
|
|
634
546
|
*/
|
|
635
547
|
"mode"?: "ios" | "md";
|
|
636
548
|
/**
|
|
@@ -645,18 +557,10 @@ export namespace Components {
|
|
|
645
557
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
646
558
|
*/
|
|
647
559
|
"routerDirection": RouterDirection;
|
|
648
|
-
/**
|
|
649
|
-
* 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"`.
|
|
650
|
-
*/
|
|
651
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
652
560
|
/**
|
|
653
561
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
654
562
|
*/
|
|
655
563
|
"target": string | undefined;
|
|
656
|
-
/**
|
|
657
|
-
* The theme determines the visual appearance of the component.
|
|
658
|
-
*/
|
|
659
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
660
564
|
/**
|
|
661
565
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
662
566
|
*/
|
|
@@ -664,13 +568,9 @@ export namespace Components {
|
|
|
664
568
|
}
|
|
665
569
|
interface IonCardContent {
|
|
666
570
|
/**
|
|
667
|
-
* The mode determines
|
|
571
|
+
* The mode determines which platform styles to use.
|
|
668
572
|
*/
|
|
669
573
|
"mode"?: "ios" | "md";
|
|
670
|
-
/**
|
|
671
|
-
* The theme determines the visual appearance of the component.
|
|
672
|
-
*/
|
|
673
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
674
574
|
}
|
|
675
575
|
interface IonCardHeader {
|
|
676
576
|
/**
|
|
@@ -678,15 +578,11 @@ export namespace Components {
|
|
|
678
578
|
*/
|
|
679
579
|
"color"?: Color;
|
|
680
580
|
/**
|
|
681
|
-
* The mode determines
|
|
581
|
+
* The mode determines which platform styles to use.
|
|
682
582
|
*/
|
|
683
583
|
"mode"?: "ios" | "md";
|
|
684
584
|
/**
|
|
685
|
-
*
|
|
686
|
-
*/
|
|
687
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
688
|
-
/**
|
|
689
|
-
* 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).
|
|
585
|
+
* 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).
|
|
690
586
|
*/
|
|
691
587
|
"translucent": boolean;
|
|
692
588
|
}
|
|
@@ -696,13 +592,9 @@ export namespace Components {
|
|
|
696
592
|
*/
|
|
697
593
|
"color"?: Color;
|
|
698
594
|
/**
|
|
699
|
-
* The mode determines
|
|
595
|
+
* The mode determines which platform styles to use.
|
|
700
596
|
*/
|
|
701
597
|
"mode"?: "ios" | "md";
|
|
702
|
-
/**
|
|
703
|
-
* The theme determines the visual appearance of the component.
|
|
704
|
-
*/
|
|
705
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
706
598
|
}
|
|
707
599
|
interface IonCardTitle {
|
|
708
600
|
/**
|
|
@@ -710,13 +602,9 @@ export namespace Components {
|
|
|
710
602
|
*/
|
|
711
603
|
"color"?: Color;
|
|
712
604
|
/**
|
|
713
|
-
* The mode determines
|
|
605
|
+
* The mode determines which platform styles to use.
|
|
714
606
|
*/
|
|
715
607
|
"mode"?: "ios" | "md";
|
|
716
|
-
/**
|
|
717
|
-
* The theme determines the visual appearance of the component.
|
|
718
|
-
*/
|
|
719
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
720
608
|
}
|
|
721
609
|
interface IonCheckbox {
|
|
722
610
|
/**
|
|
@@ -748,7 +636,7 @@ export namespace Components {
|
|
|
748
636
|
*/
|
|
749
637
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
750
638
|
/**
|
|
751
|
-
* The mode determines
|
|
639
|
+
* The mode determines which platform styles to use.
|
|
752
640
|
*/
|
|
753
641
|
"mode"?: "ios" | "md";
|
|
754
642
|
/**
|
|
@@ -756,18 +644,6 @@ export namespace Components {
|
|
|
756
644
|
*/
|
|
757
645
|
"name": string;
|
|
758
646
|
"setFocus": () => Promise<void>;
|
|
759
|
-
/**
|
|
760
|
-
* Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
|
|
761
|
-
*/
|
|
762
|
-
"shape"?: 'soft' | 'rectangular';
|
|
763
|
-
/**
|
|
764
|
-
* Set to `"small"` for a checkbox with less height and padding.
|
|
765
|
-
*/
|
|
766
|
-
"size"?: 'small';
|
|
767
|
-
/**
|
|
768
|
-
* The theme determines the visual appearance of the component.
|
|
769
|
-
*/
|
|
770
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
771
647
|
/**
|
|
772
648
|
* 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>`.
|
|
773
649
|
*/
|
|
@@ -783,31 +659,15 @@ export namespace Components {
|
|
|
783
659
|
*/
|
|
784
660
|
"disabled": boolean;
|
|
785
661
|
/**
|
|
786
|
-
* The mode determines
|
|
662
|
+
* The mode determines which platform styles to use.
|
|
787
663
|
*/
|
|
788
664
|
"mode"?: "ios" | "md";
|
|
789
665
|
/**
|
|
790
666
|
* Display an outline style button.
|
|
791
667
|
*/
|
|
792
668
|
"outline": boolean;
|
|
793
|
-
/**
|
|
794
|
-
* 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.
|
|
795
|
-
*/
|
|
796
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
797
|
-
/**
|
|
798
|
-
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
|
|
799
|
-
*/
|
|
800
|
-
"size"?: 'small' | 'large';
|
|
801
|
-
/**
|
|
802
|
-
* The theme determines the visual appearance of the component.
|
|
803
|
-
*/
|
|
804
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
805
669
|
}
|
|
806
670
|
interface IonCol {
|
|
807
|
-
/**
|
|
808
|
-
* The mode determines the platform behaviors of the component.
|
|
809
|
-
*/
|
|
810
|
-
"mode"?: "ios" | "md";
|
|
811
671
|
/**
|
|
812
672
|
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
813
673
|
*/
|
|
@@ -904,10 +764,6 @@ export namespace Components {
|
|
|
904
764
|
* 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.
|
|
905
765
|
*/
|
|
906
766
|
"sizeXs"?: string;
|
|
907
|
-
/**
|
|
908
|
-
* The theme determines the visual appearance of the component.
|
|
909
|
-
*/
|
|
910
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
911
767
|
}
|
|
912
768
|
interface IonContent {
|
|
913
769
|
/**
|
|
@@ -934,10 +790,6 @@ export namespace Components {
|
|
|
934
790
|
* 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.
|
|
935
791
|
*/
|
|
936
792
|
"getScrollElement": () => Promise<HTMLElement>;
|
|
937
|
-
/**
|
|
938
|
-
* The mode determines the platform behaviors of the component.
|
|
939
|
-
*/
|
|
940
|
-
"mode"?: "ios" | "md";
|
|
941
793
|
/**
|
|
942
794
|
* Scroll by a specified X/Y distance in the component.
|
|
943
795
|
* @param x The amount to scroll by on the horizontal axis.
|
|
@@ -974,10 +826,6 @@ export namespace Components {
|
|
|
974
826
|
* If you want to disable the content scrolling in the Y axis, set this property to `false`.
|
|
975
827
|
*/
|
|
976
828
|
"scrollY": boolean;
|
|
977
|
-
/**
|
|
978
|
-
* The theme determines the visual appearance of the component.
|
|
979
|
-
*/
|
|
980
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
981
829
|
}
|
|
982
830
|
interface IonDatetime {
|
|
983
831
|
/**
|
|
@@ -1053,7 +901,7 @@ export namespace Components {
|
|
|
1053
901
|
*/
|
|
1054
902
|
"minuteValues"?: number[] | number | string;
|
|
1055
903
|
/**
|
|
1056
|
-
* The mode determines
|
|
904
|
+
* The mode determines which platform styles to use.
|
|
1057
905
|
*/
|
|
1058
906
|
"mode"?: "ios" | "md";
|
|
1059
907
|
/**
|
|
@@ -1104,10 +952,6 @@ export namespace Components {
|
|
|
1104
952
|
* 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.
|
|
1105
953
|
*/
|
|
1106
954
|
"size": 'cover' | 'fixed';
|
|
1107
|
-
/**
|
|
1108
|
-
* The theme determines the visual appearance of the component.
|
|
1109
|
-
*/
|
|
1110
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1111
955
|
/**
|
|
1112
956
|
* 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.
|
|
1113
957
|
*/
|
|
@@ -1135,13 +979,9 @@ export namespace Components {
|
|
|
1135
979
|
*/
|
|
1136
980
|
"disabled": boolean;
|
|
1137
981
|
/**
|
|
1138
|
-
* The mode determines
|
|
982
|
+
* The mode determines which platform styles to use.
|
|
1139
983
|
*/
|
|
1140
984
|
"mode"?: "ios" | "md";
|
|
1141
|
-
/**
|
|
1142
|
-
* The theme determines the visual appearance of the component.
|
|
1143
|
-
*/
|
|
1144
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1145
985
|
}
|
|
1146
986
|
interface IonFab {
|
|
1147
987
|
/**
|
|
@@ -1160,14 +1000,6 @@ export namespace Components {
|
|
|
1160
1000
|
* Where to align the fab horizontally in the viewport.
|
|
1161
1001
|
*/
|
|
1162
1002
|
"horizontal"?: 'start' | 'end' | 'center';
|
|
1163
|
-
/**
|
|
1164
|
-
* The mode determines the platform behaviors of the component.
|
|
1165
|
-
*/
|
|
1166
|
-
"mode"?: "ios" | "md";
|
|
1167
|
-
/**
|
|
1168
|
-
* The theme determines the visual appearance of the component.
|
|
1169
|
-
*/
|
|
1170
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1171
1003
|
/**
|
|
1172
1004
|
* Opens/Closes the FAB list container.
|
|
1173
1005
|
*/
|
|
@@ -1185,7 +1017,7 @@ export namespace Components {
|
|
|
1185
1017
|
/**
|
|
1186
1018
|
* 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.
|
|
1187
1019
|
*/
|
|
1188
|
-
"closeIcon"
|
|
1020
|
+
"closeIcon": string;
|
|
1189
1021
|
/**
|
|
1190
1022
|
* 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).
|
|
1191
1023
|
*/
|
|
@@ -1203,7 +1035,7 @@ export namespace Components {
|
|
|
1203
1035
|
*/
|
|
1204
1036
|
"href": string | undefined;
|
|
1205
1037
|
/**
|
|
1206
|
-
* The mode determines
|
|
1038
|
+
* The mode determines which platform styles to use.
|
|
1207
1039
|
*/
|
|
1208
1040
|
"mode"?: "ios" | "md";
|
|
1209
1041
|
/**
|
|
@@ -1231,11 +1063,7 @@ export namespace Components {
|
|
|
1231
1063
|
*/
|
|
1232
1064
|
"target": string | undefined;
|
|
1233
1065
|
/**
|
|
1234
|
-
*
|
|
1235
|
-
*/
|
|
1236
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1237
|
-
/**
|
|
1238
|
-
* 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).
|
|
1066
|
+
* 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).
|
|
1239
1067
|
*/
|
|
1240
1068
|
"translucent": boolean;
|
|
1241
1069
|
/**
|
|
@@ -1248,34 +1076,22 @@ export namespace Components {
|
|
|
1248
1076
|
* If `true`, the fab list will show all fab buttons in the list.
|
|
1249
1077
|
*/
|
|
1250
1078
|
"activated": boolean;
|
|
1251
|
-
/**
|
|
1252
|
-
* The mode determines the platform behaviors of the component.
|
|
1253
|
-
*/
|
|
1254
|
-
"mode"?: "ios" | "md";
|
|
1255
1079
|
/**
|
|
1256
1080
|
* The side the fab list will show on relative to the main fab button.
|
|
1257
1081
|
*/
|
|
1258
1082
|
"side": 'start' | 'end' | 'top' | 'bottom';
|
|
1259
|
-
/**
|
|
1260
|
-
* The theme determines the visual appearance of the component.
|
|
1261
|
-
*/
|
|
1262
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1263
1083
|
}
|
|
1264
1084
|
interface IonFooter {
|
|
1265
1085
|
/**
|
|
1266
|
-
* Describes the scroll effect that will be applied to the footer. Only applies
|
|
1086
|
+
* Describes the scroll effect that will be applied to the footer. Only applies in iOS mode.
|
|
1267
1087
|
*/
|
|
1268
1088
|
"collapse"?: 'fade';
|
|
1269
1089
|
/**
|
|
1270
|
-
* The mode determines
|
|
1090
|
+
* The mode determines which platform styles to use.
|
|
1271
1091
|
*/
|
|
1272
1092
|
"mode"?: "ios" | "md";
|
|
1273
1093
|
/**
|
|
1274
|
-
*
|
|
1275
|
-
*/
|
|
1276
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1277
|
-
/**
|
|
1278
|
-
* 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.
|
|
1094
|
+
* 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.
|
|
1279
1095
|
*/
|
|
1280
1096
|
"translucent": boolean;
|
|
1281
1097
|
}
|
|
@@ -1284,34 +1100,18 @@ export namespace Components {
|
|
|
1284
1100
|
* If `true`, the grid will have a fixed width based on the screen size.
|
|
1285
1101
|
*/
|
|
1286
1102
|
"fixed": boolean;
|
|
1287
|
-
/**
|
|
1288
|
-
* The mode determines the platform behaviors of the component.
|
|
1289
|
-
*/
|
|
1290
|
-
"mode"?: "ios" | "md";
|
|
1291
|
-
/**
|
|
1292
|
-
* The theme determines the visual appearance of the component.
|
|
1293
|
-
*/
|
|
1294
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1295
1103
|
}
|
|
1296
1104
|
interface IonHeader {
|
|
1297
1105
|
/**
|
|
1298
|
-
* Describes the scroll effect that will be applied to the header. Only applies
|
|
1106
|
+
* 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)
|
|
1299
1107
|
*/
|
|
1300
1108
|
"collapse"?: 'condense' | 'fade';
|
|
1301
1109
|
/**
|
|
1302
|
-
*
|
|
1303
|
-
*/
|
|
1304
|
-
"divider": boolean;
|
|
1305
|
-
/**
|
|
1306
|
-
* The mode determines the platform behaviors of the component.
|
|
1110
|
+
* The mode determines which platform styles to use.
|
|
1307
1111
|
*/
|
|
1308
1112
|
"mode"?: "ios" | "md";
|
|
1309
1113
|
/**
|
|
1310
|
-
*
|
|
1311
|
-
*/
|
|
1312
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1313
|
-
/**
|
|
1314
|
-
* 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.
|
|
1114
|
+
* 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.
|
|
1315
1115
|
*/
|
|
1316
1116
|
"translucent": boolean;
|
|
1317
1117
|
}
|
|
@@ -1320,18 +1120,10 @@ export namespace Components {
|
|
|
1320
1120
|
* 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.
|
|
1321
1121
|
*/
|
|
1322
1122
|
"alt"?: string;
|
|
1323
|
-
/**
|
|
1324
|
-
* The mode determines the platform behaviors of the component.
|
|
1325
|
-
*/
|
|
1326
|
-
"mode"?: "ios" | "md";
|
|
1327
1123
|
/**
|
|
1328
1124
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
1329
1125
|
*/
|
|
1330
1126
|
"src"?: string;
|
|
1331
|
-
/**
|
|
1332
|
-
* The theme determines the visual appearance of the component.
|
|
1333
|
-
*/
|
|
1334
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1335
1127
|
}
|
|
1336
1128
|
interface IonInfiniteScroll {
|
|
1337
1129
|
/**
|
|
@@ -1342,18 +1134,10 @@ export namespace Components {
|
|
|
1342
1134
|
* 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.
|
|
1343
1135
|
*/
|
|
1344
1136
|
"disabled": boolean;
|
|
1345
|
-
/**
|
|
1346
|
-
* The mode determines the platform behaviors of the component.
|
|
1347
|
-
*/
|
|
1348
|
-
"mode"?: "ios" | "md";
|
|
1349
1137
|
/**
|
|
1350
1138
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
1351
1139
|
*/
|
|
1352
1140
|
"position": 'top' | 'bottom';
|
|
1353
|
-
/**
|
|
1354
|
-
* The theme determines the visual appearance of the component.
|
|
1355
|
-
*/
|
|
1356
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1357
1141
|
/**
|
|
1358
1142
|
* 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.
|
|
1359
1143
|
*/
|
|
@@ -1368,14 +1152,6 @@ export namespace Components {
|
|
|
1368
1152
|
* 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.
|
|
1369
1153
|
*/
|
|
1370
1154
|
"loadingText"?: string | IonicSafeString;
|
|
1371
|
-
/**
|
|
1372
|
-
* The mode determines the platform behaviors of the component.
|
|
1373
|
-
*/
|
|
1374
|
-
"mode"?: "ios" | "md";
|
|
1375
|
-
/**
|
|
1376
|
-
* The theme determines the visual appearance of the component.
|
|
1377
|
-
*/
|
|
1378
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1379
1155
|
}
|
|
1380
1156
|
interface IonInput {
|
|
1381
1157
|
/**
|
|
@@ -1435,7 +1211,7 @@ export namespace Components {
|
|
|
1435
1211
|
*/
|
|
1436
1212
|
"errorText"?: string;
|
|
1437
1213
|
/**
|
|
1438
|
-
* 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
|
|
1214
|
+
* 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.
|
|
1439
1215
|
*/
|
|
1440
1216
|
"fill"?: 'outline' | 'solid';
|
|
1441
1217
|
/**
|
|
@@ -1455,9 +1231,9 @@ export namespace Components {
|
|
|
1455
1231
|
*/
|
|
1456
1232
|
"label"?: string;
|
|
1457
1233
|
/**
|
|
1458
|
-
* 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 ("...").
|
|
1234
|
+
* 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 ("...").
|
|
1459
1235
|
*/
|
|
1460
|
-
"labelPlacement"
|
|
1236
|
+
"labelPlacement": 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
1461
1237
|
/**
|
|
1462
1238
|
* The maximum value, which must not be less than its minimum (min attribute) value.
|
|
1463
1239
|
*/
|
|
@@ -1475,7 +1251,7 @@ export namespace Components {
|
|
|
1475
1251
|
*/
|
|
1476
1252
|
"minlength"?: number;
|
|
1477
1253
|
/**
|
|
1478
|
-
* The mode determines
|
|
1254
|
+
* The mode determines which platform styles to use.
|
|
1479
1255
|
*/
|
|
1480
1256
|
"mode"?: "ios" | "md";
|
|
1481
1257
|
/**
|
|
@@ -1507,13 +1283,9 @@ export namespace Components {
|
|
|
1507
1283
|
*/
|
|
1508
1284
|
"setFocus": () => Promise<void>;
|
|
1509
1285
|
/**
|
|
1510
|
-
*
|
|
1511
|
-
*/
|
|
1512
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1513
|
-
/**
|
|
1514
|
-
* 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.
|
|
1286
|
+
* The shape of the input. If "round" it will have an increased border radius.
|
|
1515
1287
|
*/
|
|
1516
|
-
"
|
|
1288
|
+
"shape"?: 'round';
|
|
1517
1289
|
/**
|
|
1518
1290
|
* If `true`, the element will have its spelling and grammar checked.
|
|
1519
1291
|
*/
|
|
@@ -1522,10 +1294,6 @@ export namespace Components {
|
|
|
1522
1294
|
* 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.
|
|
1523
1295
|
*/
|
|
1524
1296
|
"step"?: string;
|
|
1525
|
-
/**
|
|
1526
|
-
* The theme determines the visual appearance of the component.
|
|
1527
|
-
*/
|
|
1528
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1529
1297
|
/**
|
|
1530
1298
|
* The type of control to display. The default type is text.
|
|
1531
1299
|
*/
|
|
@@ -1564,13 +1332,13 @@ export namespace Components {
|
|
|
1564
1332
|
*/
|
|
1565
1333
|
"color"?: Color;
|
|
1566
1334
|
/**
|
|
1567
|
-
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
1335
|
+
* 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.
|
|
1568
1336
|
*/
|
|
1569
1337
|
"detail"?: boolean;
|
|
1570
1338
|
/**
|
|
1571
1339
|
* The icon to use when `detail` is set to `true`.
|
|
1572
1340
|
*/
|
|
1573
|
-
"detailIcon"
|
|
1341
|
+
"detailIcon": string;
|
|
1574
1342
|
/**
|
|
1575
1343
|
* If `true`, the user cannot interact with the item.
|
|
1576
1344
|
*/
|
|
@@ -1588,7 +1356,7 @@ export namespace Components {
|
|
|
1588
1356
|
*/
|
|
1589
1357
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1590
1358
|
/**
|
|
1591
|
-
* The mode determines
|
|
1359
|
+
* The mode determines which platform styles to use.
|
|
1592
1360
|
*/
|
|
1593
1361
|
"mode"?: "ios" | "md";
|
|
1594
1362
|
/**
|
|
@@ -1607,10 +1375,6 @@ export namespace Components {
|
|
|
1607
1375
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1608
1376
|
*/
|
|
1609
1377
|
"target": string | undefined;
|
|
1610
|
-
/**
|
|
1611
|
-
* The theme determines the visual appearance of the component.
|
|
1612
|
-
*/
|
|
1613
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1614
1378
|
/**
|
|
1615
1379
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
1616
1380
|
*/
|
|
@@ -1622,27 +1386,15 @@ export namespace Components {
|
|
|
1622
1386
|
*/
|
|
1623
1387
|
"color"?: Color;
|
|
1624
1388
|
/**
|
|
1625
|
-
* The mode determines
|
|
1389
|
+
* The mode determines which platform styles to use.
|
|
1626
1390
|
*/
|
|
1627
1391
|
"mode"?: "ios" | "md";
|
|
1628
1392
|
/**
|
|
1629
1393
|
* 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
|
|
1630
1394
|
*/
|
|
1631
1395
|
"sticky": boolean;
|
|
1632
|
-
/**
|
|
1633
|
-
* The theme determines the visual appearance of the component.
|
|
1634
|
-
*/
|
|
1635
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1636
1396
|
}
|
|
1637
1397
|
interface IonItemGroup {
|
|
1638
|
-
/**
|
|
1639
|
-
* The mode determines the platform behaviors of the component.
|
|
1640
|
-
*/
|
|
1641
|
-
"mode"?: "ios" | "md";
|
|
1642
|
-
/**
|
|
1643
|
-
* The theme determines the visual appearance of the component.
|
|
1644
|
-
*/
|
|
1645
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1646
1398
|
}
|
|
1647
1399
|
interface IonItemOption {
|
|
1648
1400
|
/**
|
|
@@ -1666,25 +1418,17 @@ export namespace Components {
|
|
|
1666
1418
|
*/
|
|
1667
1419
|
"href": string | undefined;
|
|
1668
1420
|
/**
|
|
1669
|
-
* The mode determines
|
|
1421
|
+
* The mode determines which platform styles to use.
|
|
1670
1422
|
*/
|
|
1671
1423
|
"mode"?: "ios" | "md";
|
|
1672
1424
|
/**
|
|
1673
1425
|
* 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).
|
|
1674
1426
|
*/
|
|
1675
1427
|
"rel": string | undefined;
|
|
1676
|
-
/**
|
|
1677
|
-
* 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.
|
|
1678
|
-
*/
|
|
1679
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1680
1428
|
/**
|
|
1681
1429
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1682
1430
|
*/
|
|
1683
1431
|
"target": string | undefined;
|
|
1684
|
-
/**
|
|
1685
|
-
* The theme determines the visual appearance of the component.
|
|
1686
|
-
*/
|
|
1687
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1688
1432
|
/**
|
|
1689
1433
|
* The type of the button.
|
|
1690
1434
|
*/
|
|
@@ -1692,18 +1436,10 @@ export namespace Components {
|
|
|
1692
1436
|
}
|
|
1693
1437
|
interface IonItemOptions {
|
|
1694
1438
|
"fireSwipeEvent": () => Promise<void>;
|
|
1695
|
-
/**
|
|
1696
|
-
* The mode determines the platform behaviors of the component.
|
|
1697
|
-
*/
|
|
1698
|
-
"mode"?: "ios" | "md";
|
|
1699
1439
|
/**
|
|
1700
1440
|
* 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.
|
|
1701
1441
|
*/
|
|
1702
1442
|
"side": Side;
|
|
1703
|
-
/**
|
|
1704
|
-
* The theme determines the visual appearance of the component.
|
|
1705
|
-
*/
|
|
1706
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1707
1443
|
}
|
|
1708
1444
|
interface IonItemSliding {
|
|
1709
1445
|
/**
|
|
@@ -1726,19 +1462,11 @@ export namespace Components {
|
|
|
1726
1462
|
* 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.
|
|
1727
1463
|
*/
|
|
1728
1464
|
"getSlidingRatio": () => Promise<number>;
|
|
1729
|
-
/**
|
|
1730
|
-
* The mode determines the platform behaviors of the component.
|
|
1731
|
-
*/
|
|
1732
|
-
"mode"?: "ios" | "md";
|
|
1733
1465
|
/**
|
|
1734
1466
|
* Open the sliding item.
|
|
1735
1467
|
* @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.
|
|
1736
1468
|
*/
|
|
1737
1469
|
"open": (side: Side | undefined) => Promise<void>;
|
|
1738
|
-
/**
|
|
1739
|
-
* The theme determines the visual appearance of the component.
|
|
1740
|
-
*/
|
|
1741
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1742
1470
|
}
|
|
1743
1471
|
interface IonLabel {
|
|
1744
1472
|
/**
|
|
@@ -1746,17 +1474,13 @@ export namespace Components {
|
|
|
1746
1474
|
*/
|
|
1747
1475
|
"color"?: Color;
|
|
1748
1476
|
/**
|
|
1749
|
-
* The mode determines
|
|
1477
|
+
* The mode determines which platform styles to use.
|
|
1750
1478
|
*/
|
|
1751
1479
|
"mode"?: "ios" | "md";
|
|
1752
1480
|
/**
|
|
1753
1481
|
* The position determines where and how the label behaves inside an item.
|
|
1754
1482
|
*/
|
|
1755
1483
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
1756
|
-
/**
|
|
1757
|
-
* The theme determines the visual appearance of the component.
|
|
1758
|
-
*/
|
|
1759
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1760
1484
|
}
|
|
1761
1485
|
interface IonList {
|
|
1762
1486
|
/**
|
|
@@ -1772,17 +1496,9 @@ export namespace Components {
|
|
|
1772
1496
|
*/
|
|
1773
1497
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1774
1498
|
/**
|
|
1775
|
-
* The mode determines
|
|
1499
|
+
* The mode determines which platform styles to use.
|
|
1776
1500
|
*/
|
|
1777
1501
|
"mode"?: "ios" | "md";
|
|
1778
|
-
/**
|
|
1779
|
-
* 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.
|
|
1780
|
-
*/
|
|
1781
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1782
|
-
/**
|
|
1783
|
-
* The theme determines the visual appearance of the component.
|
|
1784
|
-
*/
|
|
1785
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1786
1502
|
}
|
|
1787
1503
|
interface IonListHeader {
|
|
1788
1504
|
/**
|
|
@@ -1794,13 +1510,9 @@ export namespace Components {
|
|
|
1794
1510
|
*/
|
|
1795
1511
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1796
1512
|
/**
|
|
1797
|
-
* The mode determines
|
|
1513
|
+
* The mode determines which platform styles to use.
|
|
1798
1514
|
*/
|
|
1799
1515
|
"mode"?: "ios" | "md";
|
|
1800
|
-
/**
|
|
1801
|
-
* The theme determines the visual appearance of the component.
|
|
1802
|
-
*/
|
|
1803
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1804
1516
|
}
|
|
1805
1517
|
interface IonLoading {
|
|
1806
1518
|
/**
|
|
@@ -1852,7 +1564,7 @@ export namespace Components {
|
|
|
1852
1564
|
*/
|
|
1853
1565
|
"message"?: string | IonicSafeString;
|
|
1854
1566
|
/**
|
|
1855
|
-
* The mode determines
|
|
1567
|
+
* The mode determines which platform styles to use.
|
|
1856
1568
|
*/
|
|
1857
1569
|
"mode"?: "ios" | "md";
|
|
1858
1570
|
/**
|
|
@@ -1877,11 +1589,7 @@ export namespace Components {
|
|
|
1877
1589
|
*/
|
|
1878
1590
|
"spinner"?: SpinnerTypes | null;
|
|
1879
1591
|
/**
|
|
1880
|
-
*
|
|
1881
|
-
*/
|
|
1882
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1883
|
-
/**
|
|
1884
|
-
* 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).
|
|
1592
|
+
* 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).
|
|
1885
1593
|
*/
|
|
1886
1594
|
"translucent": boolean;
|
|
1887
1595
|
/**
|
|
@@ -1918,10 +1626,6 @@ export namespace Components {
|
|
|
1918
1626
|
* An id for the menu.
|
|
1919
1627
|
*/
|
|
1920
1628
|
"menuId"?: string;
|
|
1921
|
-
/**
|
|
1922
|
-
* The mode determines the platform behaviors of the component.
|
|
1923
|
-
*/
|
|
1924
|
-
"mode"?: "ios" | "md";
|
|
1925
1629
|
/**
|
|
1926
1630
|
* Opens the menu. If the menu is already open or it can't be opened, it returns `false`.
|
|
1927
1631
|
*/
|
|
@@ -1938,10 +1642,6 @@ export namespace Components {
|
|
|
1938
1642
|
* If `true`, swiping the menu is enabled.
|
|
1939
1643
|
*/
|
|
1940
1644
|
"swipeGesture": boolean;
|
|
1941
|
-
/**
|
|
1942
|
-
* The theme determines the visual appearance of the component.
|
|
1943
|
-
*/
|
|
1944
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1945
1645
|
/**
|
|
1946
1646
|
* 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`.
|
|
1947
1647
|
*/
|
|
@@ -1969,13 +1669,9 @@ export namespace Components {
|
|
|
1969
1669
|
*/
|
|
1970
1670
|
"menu"?: string;
|
|
1971
1671
|
/**
|
|
1972
|
-
* The mode determines
|
|
1672
|
+
* The mode determines which platform styles to use.
|
|
1973
1673
|
*/
|
|
1974
1674
|
"mode"?: "ios" | "md";
|
|
1975
|
-
/**
|
|
1976
|
-
* The theme determines the visual appearance of the component.
|
|
1977
|
-
*/
|
|
1978
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1979
1675
|
/**
|
|
1980
1676
|
* The type of the button.
|
|
1981
1677
|
*/
|
|
@@ -1990,14 +1686,6 @@ export namespace Components {
|
|
|
1990
1686
|
* 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.
|
|
1991
1687
|
*/
|
|
1992
1688
|
"menu"?: string;
|
|
1993
|
-
/**
|
|
1994
|
-
* The mode determines the platform behaviors of the component.
|
|
1995
|
-
*/
|
|
1996
|
-
"mode"?: "ios" | "md";
|
|
1997
|
-
/**
|
|
1998
|
-
* The theme determines the visual appearance of the component.
|
|
1999
|
-
*/
|
|
2000
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2001
1689
|
}
|
|
2002
1690
|
interface IonModal {
|
|
2003
1691
|
/**
|
|
@@ -2085,7 +1773,7 @@ export namespace Components {
|
|
|
2085
1773
|
*/
|
|
2086
1774
|
"leaveAnimation"?: AnimationBuilder;
|
|
2087
1775
|
/**
|
|
2088
|
-
* The mode determines
|
|
1776
|
+
* The mode determines which platform styles to use.
|
|
2089
1777
|
*/
|
|
2090
1778
|
"mode"?: "ios" | "md";
|
|
2091
1779
|
/**
|
|
@@ -2109,18 +1797,10 @@ export namespace Components {
|
|
|
2109
1797
|
* Move a sheet style modal to a specific breakpoint. The breakpoint value must be a value defined in your `breakpoints` array.
|
|
2110
1798
|
*/
|
|
2111
1799
|
"setCurrentBreakpoint": (breakpoint: number) => Promise<void>;
|
|
2112
|
-
/**
|
|
2113
|
-
* 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.
|
|
2114
|
-
*/
|
|
2115
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
2116
1800
|
/**
|
|
2117
1801
|
* 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.
|
|
2118
1802
|
*/
|
|
2119
1803
|
"showBackdrop": boolean;
|
|
2120
|
-
/**
|
|
2121
|
-
* The theme determines the visual appearance of the component.
|
|
2122
|
-
*/
|
|
2123
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2124
1804
|
/**
|
|
2125
1805
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
2126
1806
|
*/
|
|
@@ -2132,7 +1812,7 @@ export namespace Components {
|
|
|
2132
1812
|
*/
|
|
2133
1813
|
"animated": boolean;
|
|
2134
1814
|
/**
|
|
2135
|
-
* By default `ion-nav` animates transition between pages based
|
|
1815
|
+
* 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.
|
|
2136
1816
|
*/
|
|
2137
1817
|
"animation"?: AnimationBuilder;
|
|
2138
1818
|
/**
|
|
@@ -2180,10 +1860,6 @@ export namespace Components {
|
|
|
2180
1860
|
* @param done The transition complete function.
|
|
2181
1861
|
*/
|
|
2182
1862
|
"insertPages": (insertIndex: number, insertComponents: NavComponent[] | NavComponentWithProps[], opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>;
|
|
2183
|
-
/**
|
|
2184
|
-
* The mode determines the platform behaviors of the component.
|
|
2185
|
-
*/
|
|
2186
|
-
"mode"?: "ios" | "md";
|
|
2187
1863
|
/**
|
|
2188
1864
|
* Pop a component off of the navigation stack. Navigates back from the current component.
|
|
2189
1865
|
* @param opts The navigation options.
|
|
@@ -2255,10 +1931,6 @@ export namespace Components {
|
|
|
2255
1931
|
* If the nav component should allow for swipe-to-go-back.
|
|
2256
1932
|
*/
|
|
2257
1933
|
"swipeGesture"?: boolean;
|
|
2258
|
-
/**
|
|
2259
|
-
* The theme determines the visual appearance of the component.
|
|
2260
|
-
*/
|
|
2261
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2262
1934
|
}
|
|
2263
1935
|
interface IonNavLink {
|
|
2264
1936
|
/**
|
|
@@ -2269,10 +1941,6 @@ export namespace Components {
|
|
|
2269
1941
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
2270
1942
|
*/
|
|
2271
1943
|
"componentProps"?: ComponentProps;
|
|
2272
|
-
/**
|
|
2273
|
-
* The mode determines the platform behaviors of the component.
|
|
2274
|
-
*/
|
|
2275
|
-
"mode"?: "ios" | "md";
|
|
2276
1944
|
/**
|
|
2277
1945
|
* The transition animation when navigating to another page.
|
|
2278
1946
|
*/
|
|
@@ -2281,10 +1949,6 @@ export namespace Components {
|
|
|
2281
1949
|
* The transition direction when navigating to another page.
|
|
2282
1950
|
*/
|
|
2283
1951
|
"routerDirection": RouterDirection;
|
|
2284
|
-
/**
|
|
2285
|
-
* The theme determines the visual appearance of the component.
|
|
2286
|
-
*/
|
|
2287
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2288
1952
|
}
|
|
2289
1953
|
interface IonNote {
|
|
2290
1954
|
/**
|
|
@@ -2292,24 +1956,16 @@ export namespace Components {
|
|
|
2292
1956
|
*/
|
|
2293
1957
|
"color"?: Color;
|
|
2294
1958
|
/**
|
|
2295
|
-
* The mode determines
|
|
1959
|
+
* The mode determines which platform styles to use.
|
|
2296
1960
|
*/
|
|
2297
1961
|
"mode"?: "ios" | "md";
|
|
2298
|
-
/**
|
|
2299
|
-
* The theme determines the visual appearance of the component.
|
|
2300
|
-
*/
|
|
2301
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2302
1962
|
}
|
|
2303
1963
|
interface IonPicker {
|
|
2304
1964
|
"exitInputMode": () => Promise<void>;
|
|
2305
1965
|
/**
|
|
2306
|
-
* The mode determines
|
|
1966
|
+
* The mode determines which platform styles to use.
|
|
2307
1967
|
*/
|
|
2308
1968
|
"mode"?: "ios" | "md";
|
|
2309
|
-
/**
|
|
2310
|
-
* The theme determines the visual appearance of the component.
|
|
2311
|
-
*/
|
|
2312
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2313
1969
|
}
|
|
2314
1970
|
interface IonPickerColumn {
|
|
2315
1971
|
/**
|
|
@@ -2321,7 +1977,7 @@ export namespace Components {
|
|
|
2321
1977
|
*/
|
|
2322
1978
|
"disabled": boolean;
|
|
2323
1979
|
/**
|
|
2324
|
-
* The mode determines
|
|
1980
|
+
* The mode determines which platform styles to use.
|
|
2325
1981
|
*/
|
|
2326
1982
|
"mode"?: "ios" | "md";
|
|
2327
1983
|
/**
|
|
@@ -2337,10 +1993,6 @@ export namespace Components {
|
|
|
2337
1993
|
* 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.
|
|
2338
1994
|
*/
|
|
2339
1995
|
"setValue": (value: PickerColumnValue) => Promise<void>;
|
|
2340
|
-
/**
|
|
2341
|
-
* The theme determines the visual appearance of the component.
|
|
2342
|
-
*/
|
|
2343
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2344
1996
|
/**
|
|
2345
1997
|
* The selected option in the picker.
|
|
2346
1998
|
*/
|
|
@@ -2355,14 +2007,6 @@ export namespace Components {
|
|
|
2355
2007
|
* If `true`, the user cannot interact with the picker column option.
|
|
2356
2008
|
*/
|
|
2357
2009
|
"disabled": boolean;
|
|
2358
|
-
/**
|
|
2359
|
-
* The mode determines the platform behaviors of the component.
|
|
2360
|
-
*/
|
|
2361
|
-
"mode"?: "ios" | "md";
|
|
2362
|
-
/**
|
|
2363
|
-
* The theme determines the visual appearance of the component.
|
|
2364
|
-
*/
|
|
2365
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2366
2010
|
/**
|
|
2367
2011
|
* The text value of the option.
|
|
2368
2012
|
*/
|
|
@@ -2427,7 +2071,7 @@ export namespace Components {
|
|
|
2427
2071
|
*/
|
|
2428
2072
|
"leaveAnimation"?: AnimationBuilder;
|
|
2429
2073
|
/**
|
|
2430
|
-
* The mode determines
|
|
2074
|
+
* The mode determines which platform styles to use.
|
|
2431
2075
|
*/
|
|
2432
2076
|
"mode"?: "ios" | "md";
|
|
2433
2077
|
/**
|
|
@@ -2447,10 +2091,6 @@ export namespace Components {
|
|
|
2447
2091
|
* If `true`, a backdrop will be displayed behind the picker.
|
|
2448
2092
|
*/
|
|
2449
2093
|
"showBackdrop": boolean;
|
|
2450
|
-
/**
|
|
2451
|
-
* The theme determines the visual appearance of the component.
|
|
2452
|
-
*/
|
|
2453
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2454
2094
|
/**
|
|
2455
2095
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
2456
2096
|
*/
|
|
@@ -2464,7 +2104,7 @@ export namespace Components {
|
|
|
2464
2104
|
}
|
|
2465
2105
|
interface IonPopover {
|
|
2466
2106
|
/**
|
|
2467
|
-
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `
|
|
2107
|
+
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios` mode, and `"start"` for `md` mode.
|
|
2468
2108
|
*/
|
|
2469
2109
|
"alignment"?: PositionAlign;
|
|
2470
2110
|
/**
|
|
@@ -2472,7 +2112,7 @@ export namespace Components {
|
|
|
2472
2112
|
*/
|
|
2473
2113
|
"animated": boolean;
|
|
2474
2114
|
/**
|
|
2475
|
-
* If `true`, the popover will display an arrow that points at the `reference`
|
|
2115
|
+
* If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
|
|
2476
2116
|
*/
|
|
2477
2117
|
"arrow": boolean;
|
|
2478
2118
|
/**
|
|
@@ -2539,7 +2179,7 @@ export namespace Components {
|
|
|
2539
2179
|
*/
|
|
2540
2180
|
"leaveAnimation"?: AnimationBuilder;
|
|
2541
2181
|
/**
|
|
2542
|
-
* The mode determines
|
|
2182
|
+
* The mode determines which platform styles to use.
|
|
2543
2183
|
*/
|
|
2544
2184
|
"mode"?: "ios" | "md";
|
|
2545
2185
|
/**
|
|
@@ -2576,11 +2216,7 @@ export namespace Components {
|
|
|
2576
2216
|
*/
|
|
2577
2217
|
"size": PopoverSize;
|
|
2578
2218
|
/**
|
|
2579
|
-
*
|
|
2580
|
-
*/
|
|
2581
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2582
|
-
/**
|
|
2583
|
-
* 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).
|
|
2219
|
+
* 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).
|
|
2584
2220
|
*/
|
|
2585
2221
|
"translucent": boolean;
|
|
2586
2222
|
/**
|
|
@@ -2602,17 +2238,13 @@ export namespace Components {
|
|
|
2602
2238
|
*/
|
|
2603
2239
|
"color"?: Color;
|
|
2604
2240
|
/**
|
|
2605
|
-
* The mode determines
|
|
2241
|
+
* The mode determines which platform styles to use.
|
|
2606
2242
|
*/
|
|
2607
2243
|
"mode"?: "ios" | "md";
|
|
2608
2244
|
/**
|
|
2609
2245
|
* If true, reverse the progress bar direction.
|
|
2610
2246
|
*/
|
|
2611
2247
|
"reversed": boolean;
|
|
2612
|
-
/**
|
|
2613
|
-
* The theme determines the visual appearance of the component.
|
|
2614
|
-
*/
|
|
2615
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2616
2248
|
/**
|
|
2617
2249
|
* 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).
|
|
2618
2250
|
*/
|
|
@@ -2644,7 +2276,7 @@ export namespace Components {
|
|
|
2644
2276
|
*/
|
|
2645
2277
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
2646
2278
|
/**
|
|
2647
|
-
* The mode determines
|
|
2279
|
+
* The mode determines which platform styles to use.
|
|
2648
2280
|
*/
|
|
2649
2281
|
"mode"?: "ios" | "md";
|
|
2650
2282
|
/**
|
|
@@ -2653,10 +2285,6 @@ export namespace Components {
|
|
|
2653
2285
|
"name": string;
|
|
2654
2286
|
"setButtonTabindex": (value: number) => Promise<void>;
|
|
2655
2287
|
"setFocus": (ev?: globalThis.Event) => Promise<void>;
|
|
2656
|
-
/**
|
|
2657
|
-
* The theme determines the visual appearance of the component.
|
|
2658
|
-
*/
|
|
2659
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2660
2288
|
/**
|
|
2661
2289
|
* the value of the radio.
|
|
2662
2290
|
*/
|
|
@@ -2671,18 +2299,11 @@ export namespace Components {
|
|
|
2671
2299
|
* 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.
|
|
2672
2300
|
*/
|
|
2673
2301
|
"compareWith"?: string | RadioGroupCompareFn | null;
|
|
2674
|
-
/**
|
|
2675
|
-
* The mode determines the platform behaviors of the component.
|
|
2676
|
-
*/
|
|
2677
|
-
"mode"?: "ios" | "md";
|
|
2678
2302
|
/**
|
|
2679
2303
|
* The name of the control, which is submitted with the form data.
|
|
2680
2304
|
*/
|
|
2681
2305
|
"name": string;
|
|
2682
|
-
|
|
2683
|
-
* The theme determines the visual appearance of the component.
|
|
2684
|
-
*/
|
|
2685
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2306
|
+
"setFocus": () => Promise<void>;
|
|
2686
2307
|
/**
|
|
2687
2308
|
* the value of the radio group.
|
|
2688
2309
|
*/
|
|
@@ -2726,7 +2347,7 @@ export namespace Components {
|
|
|
2726
2347
|
*/
|
|
2727
2348
|
"min": number;
|
|
2728
2349
|
/**
|
|
2729
|
-
* The mode determines
|
|
2350
|
+
* The mode determines which platform styles to use.
|
|
2730
2351
|
*/
|
|
2731
2352
|
"mode"?: "ios" | "md";
|
|
2732
2353
|
/**
|
|
@@ -2749,10 +2370,6 @@ export namespace Components {
|
|
|
2749
2370
|
* Specifies the value granularity.
|
|
2750
2371
|
*/
|
|
2751
2372
|
"step": number;
|
|
2752
|
-
/**
|
|
2753
|
-
* The theme determines the visual appearance of the component.
|
|
2754
|
-
*/
|
|
2755
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2756
2373
|
/**
|
|
2757
2374
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
2758
2375
|
*/
|
|
@@ -2784,7 +2401,7 @@ export namespace Components {
|
|
|
2784
2401
|
*/
|
|
2785
2402
|
"getProgress": () => Promise<number>;
|
|
2786
2403
|
/**
|
|
2787
|
-
* The mode determines
|
|
2404
|
+
* The mode determines which platform styles to use.
|
|
2788
2405
|
*/
|
|
2789
2406
|
"mode"?: "ios" | "md";
|
|
2790
2407
|
/**
|
|
@@ -2803,16 +2420,8 @@ export namespace Components {
|
|
|
2803
2420
|
* 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.
|
|
2804
2421
|
*/
|
|
2805
2422
|
"snapbackDuration": string;
|
|
2806
|
-
/**
|
|
2807
|
-
* The theme determines the visual appearance of the component.
|
|
2808
|
-
*/
|
|
2809
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2810
2423
|
}
|
|
2811
2424
|
interface IonRefresherContent {
|
|
2812
|
-
/**
|
|
2813
|
-
* The mode determines the platform behaviors of the component.
|
|
2814
|
-
*/
|
|
2815
|
-
"mode"?: "ios" | "md";
|
|
2816
2425
|
/**
|
|
2817
2426
|
* 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.
|
|
2818
2427
|
*/
|
|
@@ -2829,20 +2438,8 @@ export namespace Components {
|
|
|
2829
2438
|
* 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.
|
|
2830
2439
|
*/
|
|
2831
2440
|
"refreshingText"?: string | IonicSafeString;
|
|
2832
|
-
/**
|
|
2833
|
-
* The theme determines the visual appearance of the component.
|
|
2834
|
-
*/
|
|
2835
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2836
2441
|
}
|
|
2837
2442
|
interface IonReorder {
|
|
2838
|
-
/**
|
|
2839
|
-
* The mode determines the platform behaviors of the component.
|
|
2840
|
-
*/
|
|
2841
|
-
"mode"?: "ios" | "md";
|
|
2842
|
-
/**
|
|
2843
|
-
* The theme determines the visual appearance of the component.
|
|
2844
|
-
*/
|
|
2845
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2846
2443
|
}
|
|
2847
2444
|
interface IonReorderGroup {
|
|
2848
2445
|
/**
|
|
@@ -2854,14 +2451,6 @@ export namespace Components {
|
|
|
2854
2451
|
* If `true`, the reorder will be hidden.
|
|
2855
2452
|
*/
|
|
2856
2453
|
"disabled": boolean;
|
|
2857
|
-
/**
|
|
2858
|
-
* The mode determines the platform behaviors of the component.
|
|
2859
|
-
*/
|
|
2860
|
-
"mode"?: "ios" | "md";
|
|
2861
|
-
/**
|
|
2862
|
-
* The theme determines the visual appearance of the component.
|
|
2863
|
-
*/
|
|
2864
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2865
2454
|
}
|
|
2866
2455
|
interface IonRippleEffect {
|
|
2867
2456
|
/**
|
|
@@ -2870,14 +2459,6 @@ export namespace Components {
|
|
|
2870
2459
|
* @param y The vertical coordinate of where the ripple should start.
|
|
2871
2460
|
*/
|
|
2872
2461
|
"addRipple": (x: number, y: number) => Promise<() => void>;
|
|
2873
|
-
/**
|
|
2874
|
-
* The mode determines the platform behaviors of the component.
|
|
2875
|
-
*/
|
|
2876
|
-
"mode"?: "ios" | "md";
|
|
2877
|
-
/**
|
|
2878
|
-
* The theme determines the visual appearance of the component.
|
|
2879
|
-
*/
|
|
2880
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2881
2462
|
/**
|
|
2882
2463
|
* 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.
|
|
2883
2464
|
*/
|
|
@@ -2900,14 +2481,6 @@ export namespace Components {
|
|
|
2900
2481
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
2901
2482
|
*/
|
|
2902
2483
|
"componentProps"?: { [key: string]: any };
|
|
2903
|
-
/**
|
|
2904
|
-
* The mode determines the platform behaviors of the component.
|
|
2905
|
-
*/
|
|
2906
|
-
"mode"?: "ios" | "md";
|
|
2907
|
-
/**
|
|
2908
|
-
* The theme determines the visual appearance of the component.
|
|
2909
|
-
*/
|
|
2910
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2911
2484
|
/**
|
|
2912
2485
|
* 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.
|
|
2913
2486
|
*/
|
|
@@ -2929,10 +2502,6 @@ export namespace Components {
|
|
|
2929
2502
|
*/
|
|
2930
2503
|
"back": () => Promise<void>;
|
|
2931
2504
|
"canTransition": () => Promise<string | boolean>;
|
|
2932
|
-
/**
|
|
2933
|
-
* The mode determines the platform behaviors of the component.
|
|
2934
|
-
*/
|
|
2935
|
-
"mode"?: "ios" | "md";
|
|
2936
2505
|
"navChanged": (direction: RouterDirection) => Promise<boolean>;
|
|
2937
2506
|
"printDebug": () => Promise<void>;
|
|
2938
2507
|
/**
|
|
@@ -2945,10 +2514,6 @@ export namespace Components {
|
|
|
2945
2514
|
* 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.
|
|
2946
2515
|
*/
|
|
2947
2516
|
"root": string;
|
|
2948
|
-
/**
|
|
2949
|
-
* The theme determines the visual appearance of the component.
|
|
2950
|
-
*/
|
|
2951
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2952
2517
|
/**
|
|
2953
2518
|
* 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.
|
|
2954
2519
|
*/
|
|
@@ -2963,10 +2528,6 @@ export namespace Components {
|
|
|
2963
2528
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
2964
2529
|
*/
|
|
2965
2530
|
"href": string | undefined;
|
|
2966
|
-
/**
|
|
2967
|
-
* The mode determines the platform behaviors of the component.
|
|
2968
|
-
*/
|
|
2969
|
-
"mode"?: "ios" | "md";
|
|
2970
2531
|
/**
|
|
2971
2532
|
* 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).
|
|
2972
2533
|
*/
|
|
@@ -2983,10 +2544,6 @@ export namespace Components {
|
|
|
2983
2544
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
2984
2545
|
*/
|
|
2985
2546
|
"target": string | undefined;
|
|
2986
|
-
/**
|
|
2987
|
-
* The theme determines the visual appearance of the component.
|
|
2988
|
-
*/
|
|
2989
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2990
2547
|
}
|
|
2991
2548
|
interface IonRouterOutlet {
|
|
2992
2549
|
/**
|
|
@@ -3001,25 +2558,13 @@ export namespace Components {
|
|
|
3001
2558
|
"delegate"?: FrameworkDelegate;
|
|
3002
2559
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
3003
2560
|
/**
|
|
3004
|
-
* The mode determines
|
|
2561
|
+
* The mode determines which platform styles to use.
|
|
3005
2562
|
*/
|
|
3006
2563
|
"mode": "ios" | "md";
|
|
3007
2564
|
"setRouteId": (id: string, params: ComponentProps | undefined, direction: RouterDirection, animation?: AnimationBuilder) => Promise<RouteWrite>;
|
|
3008
2565
|
"swipeHandler"?: SwipeGestureHandler;
|
|
3009
|
-
/**
|
|
3010
|
-
* The theme determines the visual appearance of the component.
|
|
3011
|
-
*/
|
|
3012
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3013
2566
|
}
|
|
3014
2567
|
interface IonRow {
|
|
3015
|
-
/**
|
|
3016
|
-
* The mode determines the platform behaviors of the component.
|
|
3017
|
-
*/
|
|
3018
|
-
"mode"?: "ios" | "md";
|
|
3019
|
-
/**
|
|
3020
|
-
* The theme determines the visual appearance of the component.
|
|
3021
|
-
*/
|
|
3022
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3023
2568
|
}
|
|
3024
2569
|
interface IonSearchbar {
|
|
3025
2570
|
/**
|
|
@@ -3039,15 +2584,15 @@ export namespace Components {
|
|
|
3039
2584
|
*/
|
|
3040
2585
|
"autocorrect": 'on' | 'off';
|
|
3041
2586
|
/**
|
|
3042
|
-
* Set the cancel button icon. Only
|
|
2587
|
+
* Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
|
|
3043
2588
|
*/
|
|
3044
|
-
"cancelButtonIcon"
|
|
2589
|
+
"cancelButtonIcon": string;
|
|
3045
2590
|
/**
|
|
3046
|
-
* Set the the cancel button text. Only
|
|
2591
|
+
* Set the the cancel button text. Only applies to `ios` mode.
|
|
3047
2592
|
*/
|
|
3048
2593
|
"cancelButtonText": string;
|
|
3049
2594
|
/**
|
|
3050
|
-
* Set the clear icon. Defaults to `
|
|
2595
|
+
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
|
|
3051
2596
|
*/
|
|
3052
2597
|
"clearIcon"?: string;
|
|
3053
2598
|
/**
|
|
@@ -3083,7 +2628,7 @@ export namespace Components {
|
|
|
3083
2628
|
*/
|
|
3084
2629
|
"minlength"?: number;
|
|
3085
2630
|
/**
|
|
3086
|
-
* The mode determines
|
|
2631
|
+
* The mode determines which platform styles to use.
|
|
3087
2632
|
*/
|
|
3088
2633
|
"mode"?: "ios" | "md";
|
|
3089
2634
|
/**
|
|
@@ -3095,7 +2640,7 @@ export namespace Components {
|
|
|
3095
2640
|
*/
|
|
3096
2641
|
"placeholder": string;
|
|
3097
2642
|
/**
|
|
3098
|
-
* The icon to use as the search icon. Defaults to `
|
|
2643
|
+
* The icon to use as the search icon. Defaults to `search-outline` in `ios` mode and `search-sharp` in `md` mode.
|
|
3099
2644
|
*/
|
|
3100
2645
|
"searchIcon"?: string;
|
|
3101
2646
|
/**
|
|
@@ -3114,10 +2659,6 @@ export namespace Components {
|
|
|
3114
2659
|
* If `true`, enable spellcheck on the input.
|
|
3115
2660
|
*/
|
|
3116
2661
|
"spellcheck": boolean;
|
|
3117
|
-
/**
|
|
3118
|
-
* The theme determines the visual appearance of the component.
|
|
3119
|
-
*/
|
|
3120
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3121
2662
|
/**
|
|
3122
2663
|
* Set the type of the input.
|
|
3123
2664
|
*/
|
|
@@ -3137,7 +2678,7 @@ export namespace Components {
|
|
|
3137
2678
|
*/
|
|
3138
2679
|
"disabled": boolean;
|
|
3139
2680
|
/**
|
|
3140
|
-
* The mode determines
|
|
2681
|
+
* The mode determines which platform styles to use.
|
|
3141
2682
|
*/
|
|
3142
2683
|
"mode"?: "ios" | "md";
|
|
3143
2684
|
/**
|
|
@@ -3152,10 +2693,6 @@ export namespace Components {
|
|
|
3152
2693
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
3153
2694
|
*/
|
|
3154
2695
|
"swipeGesture": boolean;
|
|
3155
|
-
/**
|
|
3156
|
-
* The theme determines the visual appearance of the component.
|
|
3157
|
-
*/
|
|
3158
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3159
2696
|
/**
|
|
3160
2697
|
* the value of the segment.
|
|
3161
2698
|
*/
|
|
@@ -3175,14 +2712,10 @@ export namespace Components {
|
|
|
3175
2712
|
*/
|
|
3176
2713
|
"layout"?: SegmentButtonLayout;
|
|
3177
2714
|
/**
|
|
3178
|
-
* The mode determines
|
|
2715
|
+
* The mode determines which platform styles to use.
|
|
3179
2716
|
*/
|
|
3180
2717
|
"mode"?: "ios" | "md";
|
|
3181
2718
|
"setFocus": () => Promise<void>;
|
|
3182
|
-
/**
|
|
3183
|
-
* The theme determines the visual appearance of the component.
|
|
3184
|
-
*/
|
|
3185
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3186
2719
|
/**
|
|
3187
2720
|
* The type of the button.
|
|
3188
2721
|
*/
|
|
@@ -3223,11 +2756,11 @@ export namespace Components {
|
|
|
3223
2756
|
*/
|
|
3224
2757
|
"disabled": boolean;
|
|
3225
2758
|
/**
|
|
3226
|
-
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `
|
|
2759
|
+
* 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.
|
|
3227
2760
|
*/
|
|
3228
2761
|
"expandedIcon"?: string;
|
|
3229
2762
|
/**
|
|
3230
|
-
* 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
|
|
2763
|
+
* 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.
|
|
3231
2764
|
*/
|
|
3232
2765
|
"fill"?: 'outline' | 'solid';
|
|
3233
2766
|
/**
|
|
@@ -3251,7 +2784,7 @@ export namespace Components {
|
|
|
3251
2784
|
*/
|
|
3252
2785
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
3253
2786
|
/**
|
|
3254
|
-
* The mode determines
|
|
2787
|
+
* The mode determines which platform styles to use.
|
|
3255
2788
|
*/
|
|
3256
2789
|
"mode"?: "ios" | "md";
|
|
3257
2790
|
/**
|
|
@@ -3280,19 +2813,11 @@ export namespace Components {
|
|
|
3280
2813
|
*/
|
|
3281
2814
|
"selectedText"?: string | null;
|
|
3282
2815
|
/**
|
|
3283
|
-
*
|
|
3284
|
-
*/
|
|
3285
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3286
|
-
/**
|
|
3287
|
-
* The size of the select. If "large" it will increase the height of the select, while "small" and "medium" provide progressively smaller heights. Defaults to `"medium"` for the ionic theme, and undefined for all other themes.
|
|
3288
|
-
*/
|
|
3289
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
3290
|
-
/**
|
|
3291
|
-
* The theme determines the visual appearance of the component.
|
|
2816
|
+
* The shape of the select. If "round" it will have an increased border radius.
|
|
3292
2817
|
*/
|
|
3293
|
-
"
|
|
2818
|
+
"shape"?: 'round';
|
|
3294
2819
|
/**
|
|
3295
|
-
* The toggle icon to use. Defaults to `
|
|
2820
|
+
* The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
|
|
3296
2821
|
*/
|
|
3297
2822
|
"toggleIcon"?: string;
|
|
3298
2823
|
/**
|
|
@@ -3310,14 +2835,6 @@ export namespace Components {
|
|
|
3310
2835
|
* 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.
|
|
3311
2836
|
*/
|
|
3312
2837
|
"disabled": boolean;
|
|
3313
|
-
/**
|
|
3314
|
-
* The mode determines the platform behaviors of the component.
|
|
3315
|
-
*/
|
|
3316
|
-
"mode"?: "ios" | "md";
|
|
3317
|
-
/**
|
|
3318
|
-
* The theme determines the visual appearance of the component.
|
|
3319
|
-
*/
|
|
3320
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3321
2838
|
/**
|
|
3322
2839
|
* The text value of the option.
|
|
3323
2840
|
*/
|
|
@@ -3332,10 +2849,6 @@ export namespace Components {
|
|
|
3332
2849
|
* The text content of the popover body
|
|
3333
2850
|
*/
|
|
3334
2851
|
"message"?: string;
|
|
3335
|
-
/**
|
|
3336
|
-
* The mode determines the platform behaviors of the component.
|
|
3337
|
-
*/
|
|
3338
|
-
"mode"?: "ios" | "md";
|
|
3339
2852
|
/**
|
|
3340
2853
|
* If true, the select accepts multiple values
|
|
3341
2854
|
*/
|
|
@@ -3348,24 +2861,12 @@ export namespace Components {
|
|
|
3348
2861
|
* The subheader text of the popover
|
|
3349
2862
|
*/
|
|
3350
2863
|
"subHeader"?: string;
|
|
3351
|
-
/**
|
|
3352
|
-
* The theme determines the visual appearance of the component.
|
|
3353
|
-
*/
|
|
3354
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3355
2864
|
}
|
|
3356
2865
|
interface IonSkeletonText {
|
|
3357
2866
|
/**
|
|
3358
2867
|
* If `true`, the skeleton text will animate.
|
|
3359
2868
|
*/
|
|
3360
2869
|
"animated": boolean;
|
|
3361
|
-
/**
|
|
3362
|
-
* The mode determines the platform behaviors of the component.
|
|
3363
|
-
*/
|
|
3364
|
-
"mode"?: "ios" | "md";
|
|
3365
|
-
/**
|
|
3366
|
-
* The theme determines the visual appearance of the component.
|
|
3367
|
-
*/
|
|
3368
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3369
2870
|
}
|
|
3370
2871
|
interface IonSpinner {
|
|
3371
2872
|
/**
|
|
@@ -3376,10 +2877,6 @@ export namespace Components {
|
|
|
3376
2877
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
3377
2878
|
*/
|
|
3378
2879
|
"duration"?: number;
|
|
3379
|
-
/**
|
|
3380
|
-
* The mode determines the platform behaviors of the component.
|
|
3381
|
-
*/
|
|
3382
|
-
"mode"?: "ios" | "md";
|
|
3383
2880
|
/**
|
|
3384
2881
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
3385
2882
|
*/
|
|
@@ -3388,14 +2885,6 @@ export namespace Components {
|
|
|
3388
2885
|
* If `true`, the spinner's animation will be paused.
|
|
3389
2886
|
*/
|
|
3390
2887
|
"paused": boolean;
|
|
3391
|
-
/**
|
|
3392
|
-
* 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.
|
|
3393
|
-
*/
|
|
3394
|
-
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
3395
|
-
/**
|
|
3396
|
-
* The theme determines the visual appearance of the component.
|
|
3397
|
-
*/
|
|
3398
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3399
2888
|
}
|
|
3400
2889
|
interface IonSplitPane {
|
|
3401
2890
|
/**
|
|
@@ -3407,14 +2896,6 @@ export namespace Components {
|
|
|
3407
2896
|
*/
|
|
3408
2897
|
"disabled": boolean;
|
|
3409
2898
|
"isVisible": () => Promise<boolean>;
|
|
3410
|
-
/**
|
|
3411
|
-
* The mode determines the platform behaviors of the component.
|
|
3412
|
-
*/
|
|
3413
|
-
"mode"?: "ios" | "md";
|
|
3414
|
-
/**
|
|
3415
|
-
* The theme determines the visual appearance of the component.
|
|
3416
|
-
*/
|
|
3417
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3418
2899
|
/**
|
|
3419
2900
|
* When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
|
|
3420
2901
|
*/
|
|
@@ -3427,10 +2908,6 @@ export namespace Components {
|
|
|
3427
2908
|
*/
|
|
3428
2909
|
"component"?: ComponentRef;
|
|
3429
2910
|
"delegate"?: FrameworkDelegate;
|
|
3430
|
-
/**
|
|
3431
|
-
* The mode determines the platform behaviors of the component.
|
|
3432
|
-
*/
|
|
3433
|
-
"mode"?: "ios" | "md";
|
|
3434
2911
|
/**
|
|
3435
2912
|
* Set the active component for the tab
|
|
3436
2913
|
*/
|
|
@@ -3439,10 +2916,6 @@ export namespace Components {
|
|
|
3439
2916
|
* 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.
|
|
3440
2917
|
*/
|
|
3441
2918
|
"tab": string;
|
|
3442
|
-
/**
|
|
3443
|
-
* The theme determines the visual appearance of the component.
|
|
3444
|
-
*/
|
|
3445
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3446
2919
|
}
|
|
3447
2920
|
interface IonTabBar {
|
|
3448
2921
|
/**
|
|
@@ -3450,11 +2923,7 @@ export namespace Components {
|
|
|
3450
2923
|
*/
|
|
3451
2924
|
"color"?: Color;
|
|
3452
2925
|
/**
|
|
3453
|
-
*
|
|
3454
|
-
*/
|
|
3455
|
-
"expand": 'compact' | 'full';
|
|
3456
|
-
/**
|
|
3457
|
-
* The mode determines the platform behaviors of the component.
|
|
2926
|
+
* The mode determines which platform styles to use.
|
|
3458
2927
|
*/
|
|
3459
2928
|
"mode"?: "ios" | "md";
|
|
3460
2929
|
/**
|
|
@@ -3462,15 +2931,7 @@ export namespace Components {
|
|
|
3462
2931
|
*/
|
|
3463
2932
|
"selectedTab"?: string;
|
|
3464
2933
|
/**
|
|
3465
|
-
*
|
|
3466
|
-
*/
|
|
3467
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3468
|
-
/**
|
|
3469
|
-
* The theme determines the visual appearance of the component.
|
|
3470
|
-
*/
|
|
3471
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3472
|
-
/**
|
|
3473
|
-
* 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).
|
|
2934
|
+
* 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).
|
|
3474
2935
|
*/
|
|
3475
2936
|
"translucent": boolean;
|
|
3476
2937
|
}
|
|
@@ -3492,7 +2953,7 @@ export namespace Components {
|
|
|
3492
2953
|
*/
|
|
3493
2954
|
"layout"?: TabButtonLayout;
|
|
3494
2955
|
/**
|
|
3495
|
-
* The mode determines
|
|
2956
|
+
* The mode determines which platform styles to use.
|
|
3496
2957
|
*/
|
|
3497
2958
|
"mode"?: "ios" | "md";
|
|
3498
2959
|
/**
|
|
@@ -3511,10 +2972,6 @@ export namespace Components {
|
|
|
3511
2972
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
3512
2973
|
*/
|
|
3513
2974
|
"target": string | undefined;
|
|
3514
|
-
/**
|
|
3515
|
-
* The theme determines the visual appearance of the component.
|
|
3516
|
-
*/
|
|
3517
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3518
2975
|
}
|
|
3519
2976
|
interface IonTabs {
|
|
3520
2977
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
@@ -3527,20 +2984,12 @@ export namespace Components {
|
|
|
3527
2984
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
3528
2985
|
*/
|
|
3529
2986
|
"getTab": (tab: string | HTMLIonTabElement) => Promise<HTMLIonTabElement | undefined>;
|
|
3530
|
-
/**
|
|
3531
|
-
* The mode determines the platform behaviors of the component.
|
|
3532
|
-
*/
|
|
3533
|
-
"mode"?: "ios" | "md";
|
|
3534
2987
|
/**
|
|
3535
2988
|
* 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.
|
|
3536
2989
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
3537
2990
|
*/
|
|
3538
2991
|
"select": (tab: string | HTMLIonTabElement) => Promise<boolean>;
|
|
3539
2992
|
"setRouteId": (id: string) => Promise<RouteWrite>;
|
|
3540
|
-
/**
|
|
3541
|
-
* The theme determines the visual appearance of the component.
|
|
3542
|
-
*/
|
|
3543
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3544
2993
|
"useRouter": boolean;
|
|
3545
2994
|
}
|
|
3546
2995
|
interface IonText {
|
|
@@ -3549,13 +2998,9 @@ export namespace Components {
|
|
|
3549
2998
|
*/
|
|
3550
2999
|
"color"?: Color;
|
|
3551
3000
|
/**
|
|
3552
|
-
* The mode determines
|
|
3001
|
+
* The mode determines which platform styles to use.
|
|
3553
3002
|
*/
|
|
3554
3003
|
"mode"?: "ios" | "md";
|
|
3555
|
-
/**
|
|
3556
|
-
* The theme determines the visual appearance of the component.
|
|
3557
|
-
*/
|
|
3558
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3559
3004
|
}
|
|
3560
3005
|
interface IonTextarea {
|
|
3561
3006
|
/**
|
|
@@ -3607,7 +3052,7 @@ export namespace Components {
|
|
|
3607
3052
|
*/
|
|
3608
3053
|
"errorText"?: string;
|
|
3609
3054
|
/**
|
|
3610
|
-
* 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
|
|
3055
|
+
* 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.
|
|
3611
3056
|
*/
|
|
3612
3057
|
"fill"?: 'outline' | 'solid';
|
|
3613
3058
|
/**
|
|
@@ -3639,7 +3084,7 @@ export namespace Components {
|
|
|
3639
3084
|
*/
|
|
3640
3085
|
"minlength"?: number;
|
|
3641
3086
|
/**
|
|
3642
|
-
* The mode determines
|
|
3087
|
+
* The mode determines which platform styles to use.
|
|
3643
3088
|
*/
|
|
3644
3089
|
"mode"?: "ios" | "md";
|
|
3645
3090
|
/**
|
|
@@ -3667,21 +3112,13 @@ export namespace Components {
|
|
|
3667
3112
|
*/
|
|
3668
3113
|
"setFocus": () => Promise<void>;
|
|
3669
3114
|
/**
|
|
3670
|
-
*
|
|
3671
|
-
*/
|
|
3672
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3673
|
-
/**
|
|
3674
|
-
* 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.
|
|
3115
|
+
* The shape of the textarea. If "round" it will have an increased border radius.
|
|
3675
3116
|
*/
|
|
3676
|
-
"
|
|
3117
|
+
"shape"?: 'round';
|
|
3677
3118
|
/**
|
|
3678
3119
|
* If `true`, the element will have its spelling and grammar checked.
|
|
3679
3120
|
*/
|
|
3680
3121
|
"spellcheck": boolean;
|
|
3681
|
-
/**
|
|
3682
|
-
* The theme determines the visual appearance of the component.
|
|
3683
|
-
*/
|
|
3684
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3685
3122
|
/**
|
|
3686
3123
|
* The value of the textarea.
|
|
3687
3124
|
*/
|
|
@@ -3692,32 +3129,16 @@ export namespace Components {
|
|
|
3692
3129
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
3693
3130
|
}
|
|
3694
3131
|
interface IonThumbnail {
|
|
3695
|
-
/**
|
|
3696
|
-
* The mode determines the platform behaviors of the component.
|
|
3697
|
-
*/
|
|
3698
|
-
"mode"?: "ios" | "md";
|
|
3699
|
-
/**
|
|
3700
|
-
* The theme determines the visual appearance of the component.
|
|
3701
|
-
*/
|
|
3702
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3703
3132
|
}
|
|
3704
3133
|
interface IonTitle {
|
|
3705
3134
|
/**
|
|
3706
3135
|
* 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).
|
|
3707
3136
|
*/
|
|
3708
3137
|
"color"?: Color;
|
|
3709
|
-
/**
|
|
3710
|
-
* The mode determines the platform behaviors of the component.
|
|
3711
|
-
*/
|
|
3712
|
-
"mode"?: "ios" | "md";
|
|
3713
3138
|
/**
|
|
3714
3139
|
* The size of the toolbar title.
|
|
3715
3140
|
*/
|
|
3716
3141
|
"size"?: 'large' | 'small';
|
|
3717
|
-
/**
|
|
3718
|
-
* The theme determines the visual appearance of the component.
|
|
3719
|
-
*/
|
|
3720
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3721
3142
|
}
|
|
3722
3143
|
interface IonToast {
|
|
3723
3144
|
/**
|
|
@@ -3785,7 +3206,7 @@ export namespace Components {
|
|
|
3785
3206
|
*/
|
|
3786
3207
|
"message"?: string | IonicSafeString;
|
|
3787
3208
|
/**
|
|
3788
|
-
* The mode determines
|
|
3209
|
+
* The mode determines which platform styles to use.
|
|
3789
3210
|
*/
|
|
3790
3211
|
"mode"?: "ios" | "md";
|
|
3791
3212
|
/**
|
|
@@ -3809,20 +3230,12 @@ export namespace Components {
|
|
|
3809
3230
|
* Present the toast overlay after it has been created.
|
|
3810
3231
|
*/
|
|
3811
3232
|
"present": () => Promise<void>;
|
|
3812
|
-
/**
|
|
3813
|
-
* 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.
|
|
3814
|
-
*/
|
|
3815
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3816
3233
|
/**
|
|
3817
3234
|
* 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.
|
|
3818
3235
|
*/
|
|
3819
3236
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
3820
3237
|
/**
|
|
3821
|
-
*
|
|
3822
|
-
*/
|
|
3823
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3824
|
-
/**
|
|
3825
|
-
* 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).
|
|
3238
|
+
* 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).
|
|
3826
3239
|
*/
|
|
3827
3240
|
"translucent": boolean;
|
|
3828
3241
|
/**
|
|
@@ -3860,17 +3273,13 @@ export namespace Components {
|
|
|
3860
3273
|
*/
|
|
3861
3274
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
3862
3275
|
/**
|
|
3863
|
-
* The mode determines
|
|
3276
|
+
* The mode determines which platform styles to use.
|
|
3864
3277
|
*/
|
|
3865
3278
|
"mode"?: "ios" | "md";
|
|
3866
3279
|
/**
|
|
3867
3280
|
* The name of the control, which is submitted with the form data.
|
|
3868
3281
|
*/
|
|
3869
3282
|
"name": string;
|
|
3870
|
-
/**
|
|
3871
|
-
* The theme determines the visual appearance of the component.
|
|
3872
|
-
*/
|
|
3873
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3874
3283
|
/**
|
|
3875
3284
|
* 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>`.
|
|
3876
3285
|
*/
|
|
@@ -3882,13 +3291,9 @@ export namespace Components {
|
|
|
3882
3291
|
*/
|
|
3883
3292
|
"color"?: Color;
|
|
3884
3293
|
/**
|
|
3885
|
-
* The mode determines
|
|
3294
|
+
* The mode determines which platform styles to use.
|
|
3886
3295
|
*/
|
|
3887
3296
|
"mode"?: "ios" | "md";
|
|
3888
|
-
/**
|
|
3889
|
-
* The theme determines the visual appearance of the component.
|
|
3890
|
-
*/
|
|
3891
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3892
3297
|
}
|
|
3893
3298
|
}
|
|
3894
3299
|
export interface IonAccordionGroupCustomEvent<T> extends CustomEvent<T> {
|
|
@@ -5406,17 +4811,13 @@ declare namespace LocalJSX {
|
|
|
5406
4811
|
*/
|
|
5407
4812
|
"disabled"?: boolean;
|
|
5408
4813
|
/**
|
|
5409
|
-
* The mode determines
|
|
4814
|
+
* The mode determines which platform styles to use.
|
|
5410
4815
|
*/
|
|
5411
4816
|
"mode"?: "ios" | "md";
|
|
5412
4817
|
/**
|
|
5413
4818
|
* If `true`, the accordion cannot be interacted with, but does not alter the opacity.
|
|
5414
4819
|
*/
|
|
5415
4820
|
"readonly"?: boolean;
|
|
5416
|
-
/**
|
|
5417
|
-
* The theme determines the visual appearance of the component.
|
|
5418
|
-
*/
|
|
5419
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5420
4821
|
/**
|
|
5421
4822
|
* The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
|
|
5422
4823
|
*/
|
|
@@ -5444,7 +4845,7 @@ declare namespace LocalJSX {
|
|
|
5444
4845
|
*/
|
|
5445
4846
|
"expand"?: 'compact' | 'inset';
|
|
5446
4847
|
/**
|
|
5447
|
-
* The mode determines
|
|
4848
|
+
* The mode determines which platform styles to use.
|
|
5448
4849
|
*/
|
|
5449
4850
|
"mode"?: "ios" | "md";
|
|
5450
4851
|
/**
|
|
@@ -5459,14 +4860,6 @@ declare namespace LocalJSX {
|
|
|
5459
4860
|
* If `true`, the accordion group cannot be interacted with, but does not alter the opacity.
|
|
5460
4861
|
*/
|
|
5461
4862
|
"readonly"?: boolean;
|
|
5462
|
-
/**
|
|
5463
|
-
* Set to `"soft"` for an accordion group with slightly rounded corners, `"round"` for an accordion group with fully rounded corners, or `"rectangular"` for an accordion group without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes. Only applies when `expand` is set to `"inset"`.
|
|
5464
|
-
*/
|
|
5465
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5466
|
-
/**
|
|
5467
|
-
* The theme determines the visual appearance of the component.
|
|
5468
|
-
*/
|
|
5469
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5470
4863
|
/**
|
|
5471
4864
|
* The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
|
|
5472
4865
|
*/
|
|
@@ -5514,7 +4907,7 @@ declare namespace LocalJSX {
|
|
|
5514
4907
|
*/
|
|
5515
4908
|
"leaveAnimation"?: AnimationBuilder;
|
|
5516
4909
|
/**
|
|
5517
|
-
* The mode determines
|
|
4910
|
+
* The mode determines which platform styles to use.
|
|
5518
4911
|
*/
|
|
5519
4912
|
"mode"?: "ios" | "md";
|
|
5520
4913
|
/**
|
|
@@ -5554,11 +4947,7 @@ declare namespace LocalJSX {
|
|
|
5554
4947
|
*/
|
|
5555
4948
|
"subHeader"?: string;
|
|
5556
4949
|
/**
|
|
5557
|
-
*
|
|
5558
|
-
*/
|
|
5559
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5560
|
-
/**
|
|
5561
|
-
* 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).
|
|
4950
|
+
* 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).
|
|
5562
4951
|
*/
|
|
5563
4952
|
"translucent"?: boolean;
|
|
5564
4953
|
/**
|
|
@@ -5616,7 +5005,7 @@ declare namespace LocalJSX {
|
|
|
5616
5005
|
*/
|
|
5617
5006
|
"message"?: string | IonicSafeString;
|
|
5618
5007
|
/**
|
|
5619
|
-
* The mode determines
|
|
5008
|
+
* The mode determines which platform styles to use.
|
|
5620
5009
|
*/
|
|
5621
5010
|
"mode"?: "ios" | "md";
|
|
5622
5011
|
/**
|
|
@@ -5656,11 +5045,7 @@ declare namespace LocalJSX {
|
|
|
5656
5045
|
*/
|
|
5657
5046
|
"subHeader"?: string;
|
|
5658
5047
|
/**
|
|
5659
|
-
*
|
|
5660
|
-
*/
|
|
5661
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5662
|
-
/**
|
|
5663
|
-
* 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).
|
|
5048
|
+
* 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).
|
|
5664
5049
|
*/
|
|
5665
5050
|
"translucent"?: boolean;
|
|
5666
5051
|
/**
|
|
@@ -5669,32 +5054,8 @@ declare namespace LocalJSX {
|
|
|
5669
5054
|
"trigger"?: string | undefined;
|
|
5670
5055
|
}
|
|
5671
5056
|
interface IonApp {
|
|
5672
|
-
/**
|
|
5673
|
-
* The mode determines the platform behaviors of the component.
|
|
5674
|
-
*/
|
|
5675
|
-
"mode"?: "ios" | "md";
|
|
5676
|
-
/**
|
|
5677
|
-
* The theme determines the visual appearance of the component.
|
|
5678
|
-
*/
|
|
5679
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5680
5057
|
}
|
|
5681
5058
|
interface IonAvatar {
|
|
5682
|
-
/**
|
|
5683
|
-
* The mode determines the platform behaviors of the component.
|
|
5684
|
-
*/
|
|
5685
|
-
"mode"?: "ios" | "md";
|
|
5686
|
-
/**
|
|
5687
|
-
* 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.
|
|
5688
|
-
*/
|
|
5689
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5690
|
-
/**
|
|
5691
|
-
* 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.
|
|
5692
|
-
*/
|
|
5693
|
-
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
5694
|
-
/**
|
|
5695
|
-
* The theme determines the visual appearance of the component.
|
|
5696
|
-
*/
|
|
5697
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5698
5059
|
}
|
|
5699
5060
|
interface IonBackButton {
|
|
5700
5061
|
/**
|
|
@@ -5714,7 +5075,7 @@ declare namespace LocalJSX {
|
|
|
5714
5075
|
*/
|
|
5715
5076
|
"icon"?: string | null;
|
|
5716
5077
|
/**
|
|
5717
|
-
* The mode determines
|
|
5078
|
+
* The mode determines which platform styles to use.
|
|
5718
5079
|
*/
|
|
5719
5080
|
"mode"?: "ios" | "md";
|
|
5720
5081
|
/**
|
|
@@ -5725,20 +5086,12 @@ declare namespace LocalJSX {
|
|
|
5725
5086
|
* The text to display in the back button.
|
|
5726
5087
|
*/
|
|
5727
5088
|
"text"?: string | null;
|
|
5728
|
-
/**
|
|
5729
|
-
* The theme determines the visual appearance of the component.
|
|
5730
|
-
*/
|
|
5731
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5732
5089
|
/**
|
|
5733
5090
|
* The type of the button.
|
|
5734
5091
|
*/
|
|
5735
5092
|
"type"?: 'submit' | 'reset' | 'button';
|
|
5736
5093
|
}
|
|
5737
5094
|
interface IonBackdrop {
|
|
5738
|
-
/**
|
|
5739
|
-
* The mode determines the platform behaviors of the component.
|
|
5740
|
-
*/
|
|
5741
|
-
"mode"?: "ios" | "md";
|
|
5742
5095
|
/**
|
|
5743
5096
|
* Emitted when the backdrop is tapped.
|
|
5744
5097
|
*/
|
|
@@ -5751,10 +5104,6 @@ declare namespace LocalJSX {
|
|
|
5751
5104
|
* If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
|
|
5752
5105
|
*/
|
|
5753
5106
|
"tappable"?: boolean;
|
|
5754
|
-
/**
|
|
5755
|
-
* The theme determines the visual appearance of the component.
|
|
5756
|
-
*/
|
|
5757
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5758
5107
|
/**
|
|
5759
5108
|
* If `true`, the backdrop will be visible.
|
|
5760
5109
|
*/
|
|
@@ -5766,21 +5115,9 @@ declare namespace LocalJSX {
|
|
|
5766
5115
|
*/
|
|
5767
5116
|
"color"?: Color;
|
|
5768
5117
|
/**
|
|
5769
|
-
* The mode determines
|
|
5118
|
+
* The mode determines which platform styles to use.
|
|
5770
5119
|
*/
|
|
5771
5120
|
"mode"?: "ios" | "md";
|
|
5772
|
-
/**
|
|
5773
|
-
* 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.
|
|
5774
|
-
*/
|
|
5775
|
-
"shape"?: 'soft' | 'round | rectangular';
|
|
5776
|
-
/**
|
|
5777
|
-
* 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.
|
|
5778
|
-
*/
|
|
5779
|
-
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
5780
|
-
/**
|
|
5781
|
-
* The theme determines the visual appearance of the component.
|
|
5782
|
-
*/
|
|
5783
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5784
5121
|
}
|
|
5785
5122
|
interface IonBreadcrumb {
|
|
5786
5123
|
/**
|
|
@@ -5804,7 +5141,7 @@ declare namespace LocalJSX {
|
|
|
5804
5141
|
*/
|
|
5805
5142
|
"href"?: string | undefined;
|
|
5806
5143
|
/**
|
|
5807
|
-
* The mode determines
|
|
5144
|
+
* The mode determines which platform styles to use.
|
|
5808
5145
|
*/
|
|
5809
5146
|
"mode"?: "ios" | "md";
|
|
5810
5147
|
/**
|
|
@@ -5835,10 +5172,6 @@ declare namespace LocalJSX {
|
|
|
5835
5172
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5836
5173
|
*/
|
|
5837
5174
|
"target"?: string | undefined;
|
|
5838
|
-
/**
|
|
5839
|
-
* The theme determines the visual appearance of the component.
|
|
5840
|
-
*/
|
|
5841
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5842
5175
|
}
|
|
5843
5176
|
interface IonBreadcrumbs {
|
|
5844
5177
|
/**
|
|
@@ -5858,17 +5191,13 @@ declare namespace LocalJSX {
|
|
|
5858
5191
|
*/
|
|
5859
5192
|
"maxItems"?: number;
|
|
5860
5193
|
/**
|
|
5861
|
-
* The mode determines
|
|
5194
|
+
* The mode determines which platform styles to use.
|
|
5862
5195
|
*/
|
|
5863
5196
|
"mode"?: "ios" | "md";
|
|
5864
5197
|
/**
|
|
5865
5198
|
* Emitted when the collapsed indicator is clicked on.
|
|
5866
5199
|
*/
|
|
5867
5200
|
"onIonCollapsedClick"?: (event: IonBreadcrumbsCustomEvent<BreadcrumbCollapsedClickEventDetail>) => void;
|
|
5868
|
-
/**
|
|
5869
|
-
* The theme determines the visual appearance of the component.
|
|
5870
|
-
*/
|
|
5871
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5872
5201
|
}
|
|
5873
5202
|
interface IonButton {
|
|
5874
5203
|
/**
|
|
@@ -5904,7 +5233,7 @@ declare namespace LocalJSX {
|
|
|
5904
5233
|
*/
|
|
5905
5234
|
"href"?: string | undefined;
|
|
5906
5235
|
/**
|
|
5907
|
-
* The mode determines
|
|
5236
|
+
* The mode determines which platform styles to use.
|
|
5908
5237
|
*/
|
|
5909
5238
|
"mode"?: "ios" | "md";
|
|
5910
5239
|
/**
|
|
@@ -5928,13 +5257,13 @@ declare namespace LocalJSX {
|
|
|
5928
5257
|
*/
|
|
5929
5258
|
"routerDirection"?: RouterDirection;
|
|
5930
5259
|
/**
|
|
5931
|
-
* Set to `"
|
|
5260
|
+
* Set to `"round"` for a button with more rounded corners.
|
|
5932
5261
|
*/
|
|
5933
|
-
"shape"?: '
|
|
5262
|
+
"shape"?: 'round';
|
|
5934
5263
|
/**
|
|
5935
5264
|
* 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.
|
|
5936
5265
|
*/
|
|
5937
|
-
"size"?: '
|
|
5266
|
+
"size"?: 'small' | 'default' | 'large';
|
|
5938
5267
|
/**
|
|
5939
5268
|
* If `true`, activates a button with a heavier font weight.
|
|
5940
5269
|
*/
|
|
@@ -5943,10 +5272,6 @@ declare namespace LocalJSX {
|
|
|
5943
5272
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5944
5273
|
*/
|
|
5945
5274
|
"target"?: string | undefined;
|
|
5946
|
-
/**
|
|
5947
|
-
* The theme determines the visual appearance of the component.
|
|
5948
|
-
*/
|
|
5949
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5950
5275
|
/**
|
|
5951
5276
|
* The type of the button.
|
|
5952
5277
|
*/
|
|
@@ -5954,17 +5279,9 @@ declare namespace LocalJSX {
|
|
|
5954
5279
|
}
|
|
5955
5280
|
interface IonButtons {
|
|
5956
5281
|
/**
|
|
5957
|
-
* 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
|
|
5282
|
+
* 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)
|
|
5958
5283
|
*/
|
|
5959
5284
|
"collapse"?: boolean;
|
|
5960
|
-
/**
|
|
5961
|
-
* The mode determines the platform behaviors of the component.
|
|
5962
|
-
*/
|
|
5963
|
-
"mode"?: "ios" | "md";
|
|
5964
|
-
/**
|
|
5965
|
-
* The theme determines the visual appearance of the component.
|
|
5966
|
-
*/
|
|
5967
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5968
5285
|
}
|
|
5969
5286
|
interface IonCard {
|
|
5970
5287
|
/**
|
|
@@ -5988,7 +5305,7 @@ declare namespace LocalJSX {
|
|
|
5988
5305
|
*/
|
|
5989
5306
|
"href"?: string | undefined;
|
|
5990
5307
|
/**
|
|
5991
|
-
* The mode determines
|
|
5308
|
+
* The mode determines which platform styles to use.
|
|
5992
5309
|
*/
|
|
5993
5310
|
"mode"?: "ios" | "md";
|
|
5994
5311
|
/**
|
|
@@ -6003,18 +5320,10 @@ declare namespace LocalJSX {
|
|
|
6003
5320
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
6004
5321
|
*/
|
|
6005
5322
|
"routerDirection"?: RouterDirection;
|
|
6006
|
-
/**
|
|
6007
|
-
* 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"`.
|
|
6008
|
-
*/
|
|
6009
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6010
5323
|
/**
|
|
6011
5324
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6012
5325
|
*/
|
|
6013
5326
|
"target"?: string | undefined;
|
|
6014
|
-
/**
|
|
6015
|
-
* The theme determines the visual appearance of the component.
|
|
6016
|
-
*/
|
|
6017
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6018
5327
|
/**
|
|
6019
5328
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
6020
5329
|
*/
|
|
@@ -6022,13 +5331,9 @@ declare namespace LocalJSX {
|
|
|
6022
5331
|
}
|
|
6023
5332
|
interface IonCardContent {
|
|
6024
5333
|
/**
|
|
6025
|
-
* The mode determines
|
|
5334
|
+
* The mode determines which platform styles to use.
|
|
6026
5335
|
*/
|
|
6027
5336
|
"mode"?: "ios" | "md";
|
|
6028
|
-
/**
|
|
6029
|
-
* The theme determines the visual appearance of the component.
|
|
6030
|
-
*/
|
|
6031
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6032
5337
|
}
|
|
6033
5338
|
interface IonCardHeader {
|
|
6034
5339
|
/**
|
|
@@ -6036,15 +5341,11 @@ declare namespace LocalJSX {
|
|
|
6036
5341
|
*/
|
|
6037
5342
|
"color"?: Color;
|
|
6038
5343
|
/**
|
|
6039
|
-
* The mode determines
|
|
5344
|
+
* The mode determines which platform styles to use.
|
|
6040
5345
|
*/
|
|
6041
5346
|
"mode"?: "ios" | "md";
|
|
6042
5347
|
/**
|
|
6043
|
-
*
|
|
6044
|
-
*/
|
|
6045
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6046
|
-
/**
|
|
6047
|
-
* 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).
|
|
5348
|
+
* 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).
|
|
6048
5349
|
*/
|
|
6049
5350
|
"translucent"?: boolean;
|
|
6050
5351
|
}
|
|
@@ -6054,13 +5355,9 @@ declare namespace LocalJSX {
|
|
|
6054
5355
|
*/
|
|
6055
5356
|
"color"?: Color;
|
|
6056
5357
|
/**
|
|
6057
|
-
* The mode determines
|
|
5358
|
+
* The mode determines which platform styles to use.
|
|
6058
5359
|
*/
|
|
6059
5360
|
"mode"?: "ios" | "md";
|
|
6060
|
-
/**
|
|
6061
|
-
* The theme determines the visual appearance of the component.
|
|
6062
|
-
*/
|
|
6063
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6064
5361
|
}
|
|
6065
5362
|
interface IonCardTitle {
|
|
6066
5363
|
/**
|
|
@@ -6068,13 +5365,9 @@ declare namespace LocalJSX {
|
|
|
6068
5365
|
*/
|
|
6069
5366
|
"color"?: Color;
|
|
6070
5367
|
/**
|
|
6071
|
-
* The mode determines
|
|
5368
|
+
* The mode determines which platform styles to use.
|
|
6072
5369
|
*/
|
|
6073
5370
|
"mode"?: "ios" | "md";
|
|
6074
|
-
/**
|
|
6075
|
-
* The theme determines the visual appearance of the component.
|
|
6076
|
-
*/
|
|
6077
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6078
5371
|
}
|
|
6079
5372
|
interface IonCheckbox {
|
|
6080
5373
|
/**
|
|
@@ -6106,7 +5399,7 @@ declare namespace LocalJSX {
|
|
|
6106
5399
|
*/
|
|
6107
5400
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
6108
5401
|
/**
|
|
6109
|
-
* The mode determines
|
|
5402
|
+
* The mode determines which platform styles to use.
|
|
6110
5403
|
*/
|
|
6111
5404
|
"mode"?: "ios" | "md";
|
|
6112
5405
|
/**
|
|
@@ -6118,25 +5411,13 @@ declare namespace LocalJSX {
|
|
|
6118
5411
|
*/
|
|
6119
5412
|
"onIonBlur"?: (event: IonCheckboxCustomEvent<void>) => void;
|
|
6120
5413
|
/**
|
|
6121
|
-
* Emitted when the checked property has changed as a result of a user action such as a click.
|
|
5414
|
+
* 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.
|
|
6122
5415
|
*/
|
|
6123
5416
|
"onIonChange"?: (event: IonCheckboxCustomEvent<CheckboxChangeEventDetail>) => void;
|
|
6124
5417
|
/**
|
|
6125
5418
|
* Emitted when the checkbox has focus.
|
|
6126
5419
|
*/
|
|
6127
5420
|
"onIonFocus"?: (event: IonCheckboxCustomEvent<void>) => void;
|
|
6128
|
-
/**
|
|
6129
|
-
* Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
|
|
6130
|
-
*/
|
|
6131
|
-
"shape"?: 'soft' | 'rectangular';
|
|
6132
|
-
/**
|
|
6133
|
-
* Set to `"small"` for a checkbox with less height and padding.
|
|
6134
|
-
*/
|
|
6135
|
-
"size"?: 'small';
|
|
6136
|
-
/**
|
|
6137
|
-
* The theme determines the visual appearance of the component.
|
|
6138
|
-
*/
|
|
6139
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6140
5421
|
/**
|
|
6141
5422
|
* 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>`.
|
|
6142
5423
|
*/
|
|
@@ -6152,31 +5433,15 @@ declare namespace LocalJSX {
|
|
|
6152
5433
|
*/
|
|
6153
5434
|
"disabled"?: boolean;
|
|
6154
5435
|
/**
|
|
6155
|
-
* The mode determines
|
|
5436
|
+
* The mode determines which platform styles to use.
|
|
6156
5437
|
*/
|
|
6157
5438
|
"mode"?: "ios" | "md";
|
|
6158
5439
|
/**
|
|
6159
5440
|
* Display an outline style button.
|
|
6160
5441
|
*/
|
|
6161
5442
|
"outline"?: boolean;
|
|
6162
|
-
/**
|
|
6163
|
-
* 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.
|
|
6164
|
-
*/
|
|
6165
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6166
|
-
/**
|
|
6167
|
-
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
|
|
6168
|
-
*/
|
|
6169
|
-
"size"?: 'small' | 'large';
|
|
6170
|
-
/**
|
|
6171
|
-
* The theme determines the visual appearance of the component.
|
|
6172
|
-
*/
|
|
6173
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6174
5443
|
}
|
|
6175
5444
|
interface IonCol {
|
|
6176
|
-
/**
|
|
6177
|
-
* The mode determines the platform behaviors of the component.
|
|
6178
|
-
*/
|
|
6179
|
-
"mode"?: "ios" | "md";
|
|
6180
5445
|
/**
|
|
6181
5446
|
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
6182
5447
|
*/
|
|
@@ -6273,10 +5538,6 @@ declare namespace LocalJSX {
|
|
|
6273
5538
|
* 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.
|
|
6274
5539
|
*/
|
|
6275
5540
|
"sizeXs"?: string;
|
|
6276
|
-
/**
|
|
6277
|
-
* The theme determines the visual appearance of the component.
|
|
6278
|
-
*/
|
|
6279
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6280
5541
|
}
|
|
6281
5542
|
interface IonContent {
|
|
6282
5543
|
/**
|
|
@@ -6295,10 +5556,6 @@ declare namespace LocalJSX {
|
|
|
6295
5556
|
* If `true`, the content will scroll behind the headers and footers. This effect can easily be seen by setting the toolbar to transparent.
|
|
6296
5557
|
*/
|
|
6297
5558
|
"fullscreen"?: boolean;
|
|
6298
|
-
/**
|
|
6299
|
-
* The mode determines the platform behaviors of the component.
|
|
6300
|
-
*/
|
|
6301
|
-
"mode"?: "ios" | "md";
|
|
6302
5559
|
/**
|
|
6303
5560
|
* Emitted while scrolling. This event is disabled by default. Set `scrollEvents` to `true` to enable.
|
|
6304
5561
|
*/
|
|
@@ -6323,10 +5580,6 @@ declare namespace LocalJSX {
|
|
|
6323
5580
|
* If you want to disable the content scrolling in the Y axis, set this property to `false`.
|
|
6324
5581
|
*/
|
|
6325
5582
|
"scrollY"?: boolean;
|
|
6326
|
-
/**
|
|
6327
|
-
* The theme determines the visual appearance of the component.
|
|
6328
|
-
*/
|
|
6329
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6330
5583
|
}
|
|
6331
5584
|
interface IonDatetime {
|
|
6332
5585
|
/**
|
|
@@ -6394,7 +5647,7 @@ declare namespace LocalJSX {
|
|
|
6394
5647
|
*/
|
|
6395
5648
|
"minuteValues"?: number[] | number | string;
|
|
6396
5649
|
/**
|
|
6397
|
-
* The mode determines
|
|
5650
|
+
* The mode determines which platform styles to use.
|
|
6398
5651
|
*/
|
|
6399
5652
|
"mode"?: "ios" | "md";
|
|
6400
5653
|
/**
|
|
@@ -6457,10 +5710,6 @@ declare namespace LocalJSX {
|
|
|
6457
5710
|
* 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.
|
|
6458
5711
|
*/
|
|
6459
5712
|
"size"?: 'cover' | 'fixed';
|
|
6460
|
-
/**
|
|
6461
|
-
* The theme determines the visual appearance of the component.
|
|
6462
|
-
*/
|
|
6463
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6464
5713
|
/**
|
|
6465
5714
|
* 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.
|
|
6466
5715
|
*/
|
|
@@ -6488,13 +5737,9 @@ declare namespace LocalJSX {
|
|
|
6488
5737
|
*/
|
|
6489
5738
|
"disabled"?: boolean;
|
|
6490
5739
|
/**
|
|
6491
|
-
* The mode determines
|
|
5740
|
+
* The mode determines which platform styles to use.
|
|
6492
5741
|
*/
|
|
6493
5742
|
"mode"?: "ios" | "md";
|
|
6494
|
-
/**
|
|
6495
|
-
* The theme determines the visual appearance of the component.
|
|
6496
|
-
*/
|
|
6497
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6498
5743
|
}
|
|
6499
5744
|
interface IonFab {
|
|
6500
5745
|
/**
|
|
@@ -6509,14 +5754,6 @@ declare namespace LocalJSX {
|
|
|
6509
5754
|
* Where to align the fab horizontally in the viewport.
|
|
6510
5755
|
*/
|
|
6511
5756
|
"horizontal"?: 'start' | 'end' | 'center';
|
|
6512
|
-
/**
|
|
6513
|
-
* The mode determines the platform behaviors of the component.
|
|
6514
|
-
*/
|
|
6515
|
-
"mode"?: "ios" | "md";
|
|
6516
|
-
/**
|
|
6517
|
-
* The theme determines the visual appearance of the component.
|
|
6518
|
-
*/
|
|
6519
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6520
5757
|
/**
|
|
6521
5758
|
* Where to align the fab vertically in the viewport.
|
|
6522
5759
|
*/
|
|
@@ -6548,7 +5785,7 @@ declare namespace LocalJSX {
|
|
|
6548
5785
|
*/
|
|
6549
5786
|
"href"?: string | undefined;
|
|
6550
5787
|
/**
|
|
6551
|
-
* The mode determines
|
|
5788
|
+
* The mode determines which platform styles to use.
|
|
6552
5789
|
*/
|
|
6553
5790
|
"mode"?: "ios" | "md";
|
|
6554
5791
|
/**
|
|
@@ -6584,11 +5821,7 @@ declare namespace LocalJSX {
|
|
|
6584
5821
|
*/
|
|
6585
5822
|
"target"?: string | undefined;
|
|
6586
5823
|
/**
|
|
6587
|
-
*
|
|
6588
|
-
*/
|
|
6589
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6590
|
-
/**
|
|
6591
|
-
* 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).
|
|
5824
|
+
* 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).
|
|
6592
5825
|
*/
|
|
6593
5826
|
"translucent"?: boolean;
|
|
6594
5827
|
/**
|
|
@@ -6601,34 +5834,22 @@ declare namespace LocalJSX {
|
|
|
6601
5834
|
* If `true`, the fab list will show all fab buttons in the list.
|
|
6602
5835
|
*/
|
|
6603
5836
|
"activated"?: boolean;
|
|
6604
|
-
/**
|
|
6605
|
-
* The mode determines the platform behaviors of the component.
|
|
6606
|
-
*/
|
|
6607
|
-
"mode"?: "ios" | "md";
|
|
6608
5837
|
/**
|
|
6609
5838
|
* The side the fab list will show on relative to the main fab button.
|
|
6610
5839
|
*/
|
|
6611
5840
|
"side"?: 'start' | 'end' | 'top' | 'bottom';
|
|
6612
|
-
/**
|
|
6613
|
-
* The theme determines the visual appearance of the component.
|
|
6614
|
-
*/
|
|
6615
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6616
5841
|
}
|
|
6617
5842
|
interface IonFooter {
|
|
6618
5843
|
/**
|
|
6619
|
-
* Describes the scroll effect that will be applied to the footer. Only applies
|
|
5844
|
+
* Describes the scroll effect that will be applied to the footer. Only applies in iOS mode.
|
|
6620
5845
|
*/
|
|
6621
5846
|
"collapse"?: 'fade';
|
|
6622
5847
|
/**
|
|
6623
|
-
* The mode determines
|
|
5848
|
+
* The mode determines which platform styles to use.
|
|
6624
5849
|
*/
|
|
6625
5850
|
"mode"?: "ios" | "md";
|
|
6626
5851
|
/**
|
|
6627
|
-
*
|
|
6628
|
-
*/
|
|
6629
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6630
|
-
/**
|
|
6631
|
-
* 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.
|
|
5852
|
+
* 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.
|
|
6632
5853
|
*/
|
|
6633
5854
|
"translucent"?: boolean;
|
|
6634
5855
|
}
|
|
@@ -6637,34 +5858,18 @@ declare namespace LocalJSX {
|
|
|
6637
5858
|
* If `true`, the grid will have a fixed width based on the screen size.
|
|
6638
5859
|
*/
|
|
6639
5860
|
"fixed"?: boolean;
|
|
6640
|
-
/**
|
|
6641
|
-
* The mode determines the platform behaviors of the component.
|
|
6642
|
-
*/
|
|
6643
|
-
"mode"?: "ios" | "md";
|
|
6644
|
-
/**
|
|
6645
|
-
* The theme determines the visual appearance of the component.
|
|
6646
|
-
*/
|
|
6647
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6648
5861
|
}
|
|
6649
5862
|
interface IonHeader {
|
|
6650
5863
|
/**
|
|
6651
|
-
* Describes the scroll effect that will be applied to the header. Only applies
|
|
5864
|
+
* 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)
|
|
6652
5865
|
*/
|
|
6653
5866
|
"collapse"?: 'condense' | 'fade';
|
|
6654
5867
|
/**
|
|
6655
|
-
*
|
|
6656
|
-
*/
|
|
6657
|
-
"divider"?: boolean;
|
|
6658
|
-
/**
|
|
6659
|
-
* The mode determines the platform behaviors of the component.
|
|
5868
|
+
* The mode determines which platform styles to use.
|
|
6660
5869
|
*/
|
|
6661
5870
|
"mode"?: "ios" | "md";
|
|
6662
5871
|
/**
|
|
6663
|
-
*
|
|
6664
|
-
*/
|
|
6665
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6666
|
-
/**
|
|
6667
|
-
* 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.
|
|
5872
|
+
* 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.
|
|
6668
5873
|
*/
|
|
6669
5874
|
"translucent"?: boolean;
|
|
6670
5875
|
}
|
|
@@ -6673,10 +5878,6 @@ declare namespace LocalJSX {
|
|
|
6673
5878
|
* 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.
|
|
6674
5879
|
*/
|
|
6675
5880
|
"alt"?: string;
|
|
6676
|
-
/**
|
|
6677
|
-
* The mode determines the platform behaviors of the component.
|
|
6678
|
-
*/
|
|
6679
|
-
"mode"?: "ios" | "md";
|
|
6680
5881
|
/**
|
|
6681
5882
|
* Emitted when the img fails to load
|
|
6682
5883
|
*/
|
|
@@ -6693,20 +5894,12 @@ declare namespace LocalJSX {
|
|
|
6693
5894
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
6694
5895
|
*/
|
|
6695
5896
|
"src"?: string;
|
|
6696
|
-
/**
|
|
6697
|
-
* The theme determines the visual appearance of the component.
|
|
6698
|
-
*/
|
|
6699
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6700
5897
|
}
|
|
6701
5898
|
interface IonInfiniteScroll {
|
|
6702
5899
|
/**
|
|
6703
5900
|
* 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.
|
|
6704
5901
|
*/
|
|
6705
5902
|
"disabled"?: boolean;
|
|
6706
|
-
/**
|
|
6707
|
-
* The mode determines the platform behaviors of the component.
|
|
6708
|
-
*/
|
|
6709
|
-
"mode"?: "ios" | "md";
|
|
6710
5903
|
/**
|
|
6711
5904
|
* 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.
|
|
6712
5905
|
*/
|
|
@@ -6715,10 +5908,6 @@ declare namespace LocalJSX {
|
|
|
6715
5908
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
6716
5909
|
*/
|
|
6717
5910
|
"position"?: 'top' | 'bottom';
|
|
6718
|
-
/**
|
|
6719
|
-
* The theme determines the visual appearance of the component.
|
|
6720
|
-
*/
|
|
6721
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6722
5911
|
/**
|
|
6723
5912
|
* 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.
|
|
6724
5913
|
*/
|
|
@@ -6733,14 +5922,6 @@ declare namespace LocalJSX {
|
|
|
6733
5922
|
* 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.
|
|
6734
5923
|
*/
|
|
6735
5924
|
"loadingText"?: string | IonicSafeString;
|
|
6736
|
-
/**
|
|
6737
|
-
* The mode determines the platform behaviors of the component.
|
|
6738
|
-
*/
|
|
6739
|
-
"mode"?: "ios" | "md";
|
|
6740
|
-
/**
|
|
6741
|
-
* The theme determines the visual appearance of the component.
|
|
6742
|
-
*/
|
|
6743
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6744
5925
|
}
|
|
6745
5926
|
interface IonInput {
|
|
6746
5927
|
/**
|
|
@@ -6800,7 +5981,7 @@ declare namespace LocalJSX {
|
|
|
6800
5981
|
*/
|
|
6801
5982
|
"errorText"?: string;
|
|
6802
5983
|
/**
|
|
6803
|
-
* 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
|
|
5984
|
+
* 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.
|
|
6804
5985
|
*/
|
|
6805
5986
|
"fill"?: 'outline' | 'solid';
|
|
6806
5987
|
/**
|
|
@@ -6816,7 +5997,7 @@ declare namespace LocalJSX {
|
|
|
6816
5997
|
*/
|
|
6817
5998
|
"label"?: string;
|
|
6818
5999
|
/**
|
|
6819
|
-
* 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 ("...").
|
|
6000
|
+
* 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 ("...").
|
|
6820
6001
|
*/
|
|
6821
6002
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
6822
6003
|
/**
|
|
@@ -6836,7 +6017,7 @@ declare namespace LocalJSX {
|
|
|
6836
6017
|
*/
|
|
6837
6018
|
"minlength"?: number;
|
|
6838
6019
|
/**
|
|
6839
|
-
* The mode determines
|
|
6020
|
+
* The mode determines which platform styles to use.
|
|
6840
6021
|
*/
|
|
6841
6022
|
"mode"?: "ios" | "md";
|
|
6842
6023
|
/**
|
|
@@ -6880,13 +6061,9 @@ declare namespace LocalJSX {
|
|
|
6880
6061
|
*/
|
|
6881
6062
|
"required"?: boolean;
|
|
6882
6063
|
/**
|
|
6883
|
-
*
|
|
6064
|
+
* The shape of the input. If "round" it will have an increased border radius.
|
|
6884
6065
|
*/
|
|
6885
|
-
"shape"?: '
|
|
6886
|
-
/**
|
|
6887
|
-
* 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.
|
|
6888
|
-
*/
|
|
6889
|
-
"size"?: 'medium' | 'large' | 'xlarge';
|
|
6066
|
+
"shape"?: 'round';
|
|
6890
6067
|
/**
|
|
6891
6068
|
* If `true`, the element will have its spelling and grammar checked.
|
|
6892
6069
|
*/
|
|
@@ -6895,10 +6072,6 @@ declare namespace LocalJSX {
|
|
|
6895
6072
|
* 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.
|
|
6896
6073
|
*/
|
|
6897
6074
|
"step"?: string;
|
|
6898
|
-
/**
|
|
6899
|
-
* The theme determines the visual appearance of the component.
|
|
6900
|
-
*/
|
|
6901
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6902
6075
|
/**
|
|
6903
6076
|
* The type of control to display. The default type is text.
|
|
6904
6077
|
*/
|
|
@@ -6936,7 +6109,7 @@ declare namespace LocalJSX {
|
|
|
6936
6109
|
*/
|
|
6937
6110
|
"color"?: Color;
|
|
6938
6111
|
/**
|
|
6939
|
-
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
6112
|
+
* 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.
|
|
6940
6113
|
*/
|
|
6941
6114
|
"detail"?: boolean;
|
|
6942
6115
|
/**
|
|
@@ -6960,7 +6133,7 @@ declare namespace LocalJSX {
|
|
|
6960
6133
|
*/
|
|
6961
6134
|
"lines"?: 'full' | 'inset' | 'none';
|
|
6962
6135
|
/**
|
|
6963
|
-
* The mode determines
|
|
6136
|
+
* The mode determines which platform styles to use.
|
|
6964
6137
|
*/
|
|
6965
6138
|
"mode"?: "ios" | "md";
|
|
6966
6139
|
/**
|
|
@@ -6979,10 +6152,6 @@ declare namespace LocalJSX {
|
|
|
6979
6152
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6980
6153
|
*/
|
|
6981
6154
|
"target"?: string | undefined;
|
|
6982
|
-
/**
|
|
6983
|
-
* The theme determines the visual appearance of the component.
|
|
6984
|
-
*/
|
|
6985
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6986
6155
|
/**
|
|
6987
6156
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
6988
6157
|
*/
|
|
@@ -6994,27 +6163,15 @@ declare namespace LocalJSX {
|
|
|
6994
6163
|
*/
|
|
6995
6164
|
"color"?: Color;
|
|
6996
6165
|
/**
|
|
6997
|
-
* The mode determines
|
|
6166
|
+
* The mode determines which platform styles to use.
|
|
6998
6167
|
*/
|
|
6999
6168
|
"mode"?: "ios" | "md";
|
|
7000
6169
|
/**
|
|
7001
6170
|
* 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
|
|
7002
6171
|
*/
|
|
7003
6172
|
"sticky"?: boolean;
|
|
7004
|
-
/**
|
|
7005
|
-
* The theme determines the visual appearance of the component.
|
|
7006
|
-
*/
|
|
7007
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7008
6173
|
}
|
|
7009
6174
|
interface IonItemGroup {
|
|
7010
|
-
/**
|
|
7011
|
-
* The mode determines the platform behaviors of the component.
|
|
7012
|
-
*/
|
|
7013
|
-
"mode"?: "ios" | "md";
|
|
7014
|
-
/**
|
|
7015
|
-
* The theme determines the visual appearance of the component.
|
|
7016
|
-
*/
|
|
7017
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7018
6175
|
}
|
|
7019
6176
|
interface IonItemOption {
|
|
7020
6177
|
/**
|
|
@@ -7038,35 +6195,23 @@ declare namespace LocalJSX {
|
|
|
7038
6195
|
*/
|
|
7039
6196
|
"href"?: string | undefined;
|
|
7040
6197
|
/**
|
|
7041
|
-
* The mode determines
|
|
6198
|
+
* The mode determines which platform styles to use.
|
|
7042
6199
|
*/
|
|
7043
6200
|
"mode"?: "ios" | "md";
|
|
7044
6201
|
/**
|
|
7045
6202
|
* 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).
|
|
7046
6203
|
*/
|
|
7047
6204
|
"rel"?: string | undefined;
|
|
7048
|
-
/**
|
|
7049
|
-
* 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.
|
|
7050
|
-
*/
|
|
7051
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7052
6205
|
/**
|
|
7053
6206
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
7054
6207
|
*/
|
|
7055
6208
|
"target"?: string | undefined;
|
|
7056
|
-
/**
|
|
7057
|
-
* The theme determines the visual appearance of the component.
|
|
7058
|
-
*/
|
|
7059
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7060
6209
|
/**
|
|
7061
6210
|
* The type of the button.
|
|
7062
6211
|
*/
|
|
7063
6212
|
"type"?: 'submit' | 'reset' | 'button';
|
|
7064
6213
|
}
|
|
7065
6214
|
interface IonItemOptions {
|
|
7066
|
-
/**
|
|
7067
|
-
* The mode determines the platform behaviors of the component.
|
|
7068
|
-
*/
|
|
7069
|
-
"mode"?: "ios" | "md";
|
|
7070
6215
|
/**
|
|
7071
6216
|
* Emitted when the item has been fully swiped.
|
|
7072
6217
|
*/
|
|
@@ -7075,28 +6220,16 @@ declare namespace LocalJSX {
|
|
|
7075
6220
|
* 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.
|
|
7076
6221
|
*/
|
|
7077
6222
|
"side"?: Side;
|
|
7078
|
-
/**
|
|
7079
|
-
* The theme determines the visual appearance of the component.
|
|
7080
|
-
*/
|
|
7081
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7082
6223
|
}
|
|
7083
6224
|
interface IonItemSliding {
|
|
7084
6225
|
/**
|
|
7085
6226
|
* If `true`, the user cannot interact with the sliding item.
|
|
7086
6227
|
*/
|
|
7087
6228
|
"disabled"?: boolean;
|
|
7088
|
-
/**
|
|
7089
|
-
* The mode determines the platform behaviors of the component.
|
|
7090
|
-
*/
|
|
7091
|
-
"mode"?: "ios" | "md";
|
|
7092
6229
|
/**
|
|
7093
6230
|
* Emitted when the sliding position changes.
|
|
7094
6231
|
*/
|
|
7095
6232
|
"onIonDrag"?: (event: IonItemSlidingCustomEvent<any>) => void;
|
|
7096
|
-
/**
|
|
7097
|
-
* The theme determines the visual appearance of the component.
|
|
7098
|
-
*/
|
|
7099
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7100
6233
|
}
|
|
7101
6234
|
interface IonLabel {
|
|
7102
6235
|
/**
|
|
@@ -7104,17 +6237,13 @@ declare namespace LocalJSX {
|
|
|
7104
6237
|
*/
|
|
7105
6238
|
"color"?: Color;
|
|
7106
6239
|
/**
|
|
7107
|
-
* The mode determines
|
|
6240
|
+
* The mode determines which platform styles to use.
|
|
7108
6241
|
*/
|
|
7109
6242
|
"mode"?: "ios" | "md";
|
|
7110
6243
|
/**
|
|
7111
6244
|
* The position determines where and how the label behaves inside an item.
|
|
7112
6245
|
*/
|
|
7113
6246
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
7114
|
-
/**
|
|
7115
|
-
* The theme determines the visual appearance of the component.
|
|
7116
|
-
*/
|
|
7117
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7118
6247
|
}
|
|
7119
6248
|
interface IonList {
|
|
7120
6249
|
/**
|
|
@@ -7126,17 +6255,9 @@ declare namespace LocalJSX {
|
|
|
7126
6255
|
*/
|
|
7127
6256
|
"lines"?: 'full' | 'inset' | 'none';
|
|
7128
6257
|
/**
|
|
7129
|
-
* The mode determines
|
|
6258
|
+
* The mode determines which platform styles to use.
|
|
7130
6259
|
*/
|
|
7131
6260
|
"mode"?: "ios" | "md";
|
|
7132
|
-
/**
|
|
7133
|
-
* 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.
|
|
7134
|
-
*/
|
|
7135
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7136
|
-
/**
|
|
7137
|
-
* The theme determines the visual appearance of the component.
|
|
7138
|
-
*/
|
|
7139
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7140
6261
|
}
|
|
7141
6262
|
interface IonListHeader {
|
|
7142
6263
|
/**
|
|
@@ -7148,13 +6269,9 @@ declare namespace LocalJSX {
|
|
|
7148
6269
|
*/
|
|
7149
6270
|
"lines"?: 'full' | 'inset' | 'none';
|
|
7150
6271
|
/**
|
|
7151
|
-
* The mode determines
|
|
6272
|
+
* The mode determines which platform styles to use.
|
|
7152
6273
|
*/
|
|
7153
6274
|
"mode"?: "ios" | "md";
|
|
7154
|
-
/**
|
|
7155
|
-
* The theme determines the visual appearance of the component.
|
|
7156
|
-
*/
|
|
7157
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7158
6275
|
}
|
|
7159
6276
|
interface IonLoading {
|
|
7160
6277
|
/**
|
|
@@ -7198,7 +6315,7 @@ declare namespace LocalJSX {
|
|
|
7198
6315
|
*/
|
|
7199
6316
|
"message"?: string | IonicSafeString;
|
|
7200
6317
|
/**
|
|
7201
|
-
* The mode determines
|
|
6318
|
+
* The mode determines which platform styles to use.
|
|
7202
6319
|
*/
|
|
7203
6320
|
"mode"?: "ios" | "md";
|
|
7204
6321
|
/**
|
|
@@ -7242,11 +6359,7 @@ declare namespace LocalJSX {
|
|
|
7242
6359
|
*/
|
|
7243
6360
|
"spinner"?: SpinnerTypes | null;
|
|
7244
6361
|
/**
|
|
7245
|
-
*
|
|
7246
|
-
*/
|
|
7247
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7248
|
-
/**
|
|
7249
|
-
* 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).
|
|
6362
|
+
* 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).
|
|
7250
6363
|
*/
|
|
7251
6364
|
"translucent"?: boolean;
|
|
7252
6365
|
/**
|
|
@@ -7271,10 +6384,6 @@ declare namespace LocalJSX {
|
|
|
7271
6384
|
* An id for the menu.
|
|
7272
6385
|
*/
|
|
7273
6386
|
"menuId"?: string;
|
|
7274
|
-
/**
|
|
7275
|
-
* The mode determines the platform behaviors of the component.
|
|
7276
|
-
*/
|
|
7277
|
-
"mode"?: "ios" | "md";
|
|
7278
6387
|
/**
|
|
7279
6388
|
* Emitted when the menu is closed.
|
|
7280
6389
|
*/
|
|
@@ -7299,10 +6408,6 @@ declare namespace LocalJSX {
|
|
|
7299
6408
|
* If `true`, swiping the menu is enabled.
|
|
7300
6409
|
*/
|
|
7301
6410
|
"swipeGesture"?: boolean;
|
|
7302
|
-
/**
|
|
7303
|
-
* The theme determines the visual appearance of the component.
|
|
7304
|
-
*/
|
|
7305
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7306
6411
|
/**
|
|
7307
6412
|
* The display type of the menu. Available options: `"overlay"`, `"reveal"`, `"push"`.
|
|
7308
6413
|
*/
|
|
@@ -7326,13 +6431,9 @@ declare namespace LocalJSX {
|
|
|
7326
6431
|
*/
|
|
7327
6432
|
"menu"?: string;
|
|
7328
6433
|
/**
|
|
7329
|
-
* The mode determines
|
|
6434
|
+
* The mode determines which platform styles to use.
|
|
7330
6435
|
*/
|
|
7331
6436
|
"mode"?: "ios" | "md";
|
|
7332
|
-
/**
|
|
7333
|
-
* The theme determines the visual appearance of the component.
|
|
7334
|
-
*/
|
|
7335
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7336
6437
|
/**
|
|
7337
6438
|
* The type of the button.
|
|
7338
6439
|
*/
|
|
@@ -7347,14 +6448,6 @@ declare namespace LocalJSX {
|
|
|
7347
6448
|
* 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.
|
|
7348
6449
|
*/
|
|
7349
6450
|
"menu"?: string;
|
|
7350
|
-
/**
|
|
7351
|
-
* The mode determines the platform behaviors of the component.
|
|
7352
|
-
*/
|
|
7353
|
-
"mode"?: "ios" | "md";
|
|
7354
|
-
/**
|
|
7355
|
-
* The theme determines the visual appearance of the component.
|
|
7356
|
-
*/
|
|
7357
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7358
6451
|
}
|
|
7359
6452
|
interface IonModal {
|
|
7360
6453
|
/**
|
|
@@ -7418,7 +6511,7 @@ declare namespace LocalJSX {
|
|
|
7418
6511
|
*/
|
|
7419
6512
|
"leaveAnimation"?: AnimationBuilder;
|
|
7420
6513
|
/**
|
|
7421
|
-
* The mode determines
|
|
6514
|
+
* The mode determines which platform styles to use.
|
|
7422
6515
|
*/
|
|
7423
6516
|
"mode"?: "ios" | "md";
|
|
7424
6517
|
/**
|
|
@@ -7461,18 +6554,10 @@ declare namespace LocalJSX {
|
|
|
7461
6554
|
* 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.
|
|
7462
6555
|
*/
|
|
7463
6556
|
"presentingElement"?: HTMLElement;
|
|
7464
|
-
/**
|
|
7465
|
-
* 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.
|
|
7466
|
-
*/
|
|
7467
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7468
6557
|
/**
|
|
7469
6558
|
* 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.
|
|
7470
6559
|
*/
|
|
7471
6560
|
"showBackdrop"?: boolean;
|
|
7472
|
-
/**
|
|
7473
|
-
* The theme determines the visual appearance of the component.
|
|
7474
|
-
*/
|
|
7475
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7476
6561
|
/**
|
|
7477
6562
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
7478
6563
|
*/
|
|
@@ -7484,13 +6569,9 @@ declare namespace LocalJSX {
|
|
|
7484
6569
|
*/
|
|
7485
6570
|
"animated"?: boolean;
|
|
7486
6571
|
/**
|
|
7487
|
-
* By default `ion-nav` animates transition between pages based
|
|
6572
|
+
* 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.
|
|
7488
6573
|
*/
|
|
7489
6574
|
"animation"?: AnimationBuilder;
|
|
7490
|
-
/**
|
|
7491
|
-
* The mode determines the platform behaviors of the component.
|
|
7492
|
-
*/
|
|
7493
|
-
"mode"?: "ios" | "md";
|
|
7494
6575
|
/**
|
|
7495
6576
|
* Event fired when the nav has changed components
|
|
7496
6577
|
*/
|
|
@@ -7511,10 +6592,6 @@ declare namespace LocalJSX {
|
|
|
7511
6592
|
* If the nav component should allow for swipe-to-go-back.
|
|
7512
6593
|
*/
|
|
7513
6594
|
"swipeGesture"?: boolean;
|
|
7514
|
-
/**
|
|
7515
|
-
* The theme determines the visual appearance of the component.
|
|
7516
|
-
*/
|
|
7517
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7518
6595
|
}
|
|
7519
6596
|
interface IonNavLink {
|
|
7520
6597
|
/**
|
|
@@ -7525,10 +6602,6 @@ declare namespace LocalJSX {
|
|
|
7525
6602
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
7526
6603
|
*/
|
|
7527
6604
|
"componentProps"?: ComponentProps;
|
|
7528
|
-
/**
|
|
7529
|
-
* The mode determines the platform behaviors of the component.
|
|
7530
|
-
*/
|
|
7531
|
-
"mode"?: "ios" | "md";
|
|
7532
6605
|
/**
|
|
7533
6606
|
* The transition animation when navigating to another page.
|
|
7534
6607
|
*/
|
|
@@ -7537,10 +6610,6 @@ declare namespace LocalJSX {
|
|
|
7537
6610
|
* The transition direction when navigating to another page.
|
|
7538
6611
|
*/
|
|
7539
6612
|
"routerDirection"?: RouterDirection;
|
|
7540
|
-
/**
|
|
7541
|
-
* The theme determines the visual appearance of the component.
|
|
7542
|
-
*/
|
|
7543
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7544
6613
|
}
|
|
7545
6614
|
interface IonNote {
|
|
7546
6615
|
/**
|
|
@@ -7548,23 +6617,15 @@ declare namespace LocalJSX {
|
|
|
7548
6617
|
*/
|
|
7549
6618
|
"color"?: Color;
|
|
7550
6619
|
/**
|
|
7551
|
-
* The mode determines
|
|
6620
|
+
* The mode determines which platform styles to use.
|
|
7552
6621
|
*/
|
|
7553
6622
|
"mode"?: "ios" | "md";
|
|
7554
|
-
/**
|
|
7555
|
-
* The theme determines the visual appearance of the component.
|
|
7556
|
-
*/
|
|
7557
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7558
6623
|
}
|
|
7559
6624
|
interface IonPicker {
|
|
7560
6625
|
/**
|
|
7561
|
-
* The mode determines
|
|
6626
|
+
* The mode determines which platform styles to use.
|
|
7562
6627
|
*/
|
|
7563
6628
|
"mode"?: "ios" | "md";
|
|
7564
|
-
/**
|
|
7565
|
-
* The theme determines the visual appearance of the component.
|
|
7566
|
-
*/
|
|
7567
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7568
6629
|
}
|
|
7569
6630
|
interface IonPickerColumn {
|
|
7570
6631
|
/**
|
|
@@ -7576,17 +6637,13 @@ declare namespace LocalJSX {
|
|
|
7576
6637
|
*/
|
|
7577
6638
|
"disabled"?: boolean;
|
|
7578
6639
|
/**
|
|
7579
|
-
* The mode determines
|
|
6640
|
+
* The mode determines which platform styles to use.
|
|
7580
6641
|
*/
|
|
7581
6642
|
"mode"?: "ios" | "md";
|
|
7582
6643
|
/**
|
|
7583
6644
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
7584
6645
|
*/
|
|
7585
6646
|
"onIonChange"?: (event: IonPickerColumnCustomEvent<PickerColumnChangeEventDetail>) => void;
|
|
7586
|
-
/**
|
|
7587
|
-
* The theme determines the visual appearance of the component.
|
|
7588
|
-
*/
|
|
7589
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7590
6647
|
/**
|
|
7591
6648
|
* The selected option in the picker.
|
|
7592
6649
|
*/
|
|
@@ -7601,14 +6658,6 @@ declare namespace LocalJSX {
|
|
|
7601
6658
|
* If `true`, the user cannot interact with the picker column option.
|
|
7602
6659
|
*/
|
|
7603
6660
|
"disabled"?: boolean;
|
|
7604
|
-
/**
|
|
7605
|
-
* The mode determines the platform behaviors of the component.
|
|
7606
|
-
*/
|
|
7607
|
-
"mode"?: "ios" | "md";
|
|
7608
|
-
/**
|
|
7609
|
-
* The theme determines the visual appearance of the component.
|
|
7610
|
-
*/
|
|
7611
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7612
6661
|
/**
|
|
7613
6662
|
* The text value of the option.
|
|
7614
6663
|
*/
|
|
@@ -7660,7 +6709,7 @@ declare namespace LocalJSX {
|
|
|
7660
6709
|
*/
|
|
7661
6710
|
"leaveAnimation"?: AnimationBuilder;
|
|
7662
6711
|
/**
|
|
7663
|
-
* The mode determines
|
|
6712
|
+
* The mode determines which platform styles to use.
|
|
7664
6713
|
*/
|
|
7665
6714
|
"mode"?: "ios" | "md";
|
|
7666
6715
|
/**
|
|
@@ -7699,10 +6748,6 @@ declare namespace LocalJSX {
|
|
|
7699
6748
|
* If `true`, a backdrop will be displayed behind the picker.
|
|
7700
6749
|
*/
|
|
7701
6750
|
"showBackdrop"?: boolean;
|
|
7702
|
-
/**
|
|
7703
|
-
* The theme determines the visual appearance of the component.
|
|
7704
|
-
*/
|
|
7705
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7706
6751
|
/**
|
|
7707
6752
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
7708
6753
|
*/
|
|
@@ -7716,7 +6761,7 @@ declare namespace LocalJSX {
|
|
|
7716
6761
|
}
|
|
7717
6762
|
interface IonPopover {
|
|
7718
6763
|
/**
|
|
7719
|
-
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `
|
|
6764
|
+
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios` mode, and `"start"` for `md` mode.
|
|
7720
6765
|
*/
|
|
7721
6766
|
"alignment"?: PositionAlign;
|
|
7722
6767
|
/**
|
|
@@ -7724,7 +6769,7 @@ declare namespace LocalJSX {
|
|
|
7724
6769
|
*/
|
|
7725
6770
|
"animated"?: boolean;
|
|
7726
6771
|
/**
|
|
7727
|
-
* If `true`, the popover will display an arrow that points at the `reference`
|
|
6772
|
+
* If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
|
|
7728
6773
|
*/
|
|
7729
6774
|
"arrow"?: boolean;
|
|
7730
6775
|
/**
|
|
@@ -7776,7 +6821,7 @@ declare namespace LocalJSX {
|
|
|
7776
6821
|
*/
|
|
7777
6822
|
"leaveAnimation"?: AnimationBuilder;
|
|
7778
6823
|
/**
|
|
7779
|
-
* The mode determines
|
|
6824
|
+
* The mode determines which platform styles to use.
|
|
7780
6825
|
*/
|
|
7781
6826
|
"mode"?: "ios" | "md";
|
|
7782
6827
|
/**
|
|
@@ -7828,11 +6873,7 @@ declare namespace LocalJSX {
|
|
|
7828
6873
|
*/
|
|
7829
6874
|
"size"?: PopoverSize;
|
|
7830
6875
|
/**
|
|
7831
|
-
*
|
|
7832
|
-
*/
|
|
7833
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7834
|
-
/**
|
|
7835
|
-
* 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).
|
|
6876
|
+
* 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).
|
|
7836
6877
|
*/
|
|
7837
6878
|
"translucent"?: boolean;
|
|
7838
6879
|
/**
|
|
@@ -7854,17 +6895,13 @@ declare namespace LocalJSX {
|
|
|
7854
6895
|
*/
|
|
7855
6896
|
"color"?: Color;
|
|
7856
6897
|
/**
|
|
7857
|
-
* The mode determines
|
|
6898
|
+
* The mode determines which platform styles to use.
|
|
7858
6899
|
*/
|
|
7859
6900
|
"mode"?: "ios" | "md";
|
|
7860
6901
|
/**
|
|
7861
6902
|
* If true, reverse the progress bar direction.
|
|
7862
6903
|
*/
|
|
7863
6904
|
"reversed"?: boolean;
|
|
7864
|
-
/**
|
|
7865
|
-
* The theme determines the visual appearance of the component.
|
|
7866
|
-
*/
|
|
7867
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7868
6905
|
/**
|
|
7869
6906
|
* 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).
|
|
7870
6907
|
*/
|
|
@@ -7896,7 +6933,7 @@ declare namespace LocalJSX {
|
|
|
7896
6933
|
*/
|
|
7897
6934
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
7898
6935
|
/**
|
|
7899
|
-
* The mode determines
|
|
6936
|
+
* The mode determines which platform styles to use.
|
|
7900
6937
|
*/
|
|
7901
6938
|
"mode"?: "ios" | "md";
|
|
7902
6939
|
/**
|
|
@@ -7911,10 +6948,6 @@ declare namespace LocalJSX {
|
|
|
7911
6948
|
* Emitted when the radio button has focus.
|
|
7912
6949
|
*/
|
|
7913
6950
|
"onIonFocus"?: (event: IonRadioCustomEvent<void>) => void;
|
|
7914
|
-
/**
|
|
7915
|
-
* The theme determines the visual appearance of the component.
|
|
7916
|
-
*/
|
|
7917
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7918
6951
|
/**
|
|
7919
6952
|
* the value of the radio.
|
|
7920
6953
|
*/
|
|
@@ -7929,10 +6962,6 @@ declare namespace LocalJSX {
|
|
|
7929
6962
|
* 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.
|
|
7930
6963
|
*/
|
|
7931
6964
|
"compareWith"?: string | RadioGroupCompareFn | null;
|
|
7932
|
-
/**
|
|
7933
|
-
* The mode determines the platform behaviors of the component.
|
|
7934
|
-
*/
|
|
7935
|
-
"mode"?: "ios" | "md";
|
|
7936
6965
|
/**
|
|
7937
6966
|
* The name of the control, which is submitted with the form data.
|
|
7938
6967
|
*/
|
|
@@ -7941,10 +6970,6 @@ declare namespace LocalJSX {
|
|
|
7941
6970
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
7942
6971
|
*/
|
|
7943
6972
|
"onIonChange"?: (event: IonRadioGroupCustomEvent<RadioGroupChangeEventDetail>) => void;
|
|
7944
|
-
/**
|
|
7945
|
-
* The theme determines the visual appearance of the component.
|
|
7946
|
-
*/
|
|
7947
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7948
6973
|
/**
|
|
7949
6974
|
* the value of the radio group.
|
|
7950
6975
|
*/
|
|
@@ -7988,7 +7013,7 @@ declare namespace LocalJSX {
|
|
|
7988
7013
|
*/
|
|
7989
7014
|
"min"?: number;
|
|
7990
7015
|
/**
|
|
7991
|
-
* The mode determines
|
|
7016
|
+
* The mode determines which platform styles to use.
|
|
7992
7017
|
*/
|
|
7993
7018
|
"mode"?: "ios" | "md";
|
|
7994
7019
|
/**
|
|
@@ -8035,10 +7060,6 @@ declare namespace LocalJSX {
|
|
|
8035
7060
|
* Specifies the value granularity.
|
|
8036
7061
|
*/
|
|
8037
7062
|
"step"?: number;
|
|
8038
|
-
/**
|
|
8039
|
-
* The theme determines the visual appearance of the component.
|
|
8040
|
-
*/
|
|
8041
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8042
7063
|
/**
|
|
8043
7064
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
8044
7065
|
*/
|
|
@@ -8058,7 +7079,7 @@ declare namespace LocalJSX {
|
|
|
8058
7079
|
*/
|
|
8059
7080
|
"disabled"?: boolean;
|
|
8060
7081
|
/**
|
|
8061
|
-
* The mode determines
|
|
7082
|
+
* The mode determines which platform styles to use.
|
|
8062
7083
|
*/
|
|
8063
7084
|
"mode"?: "ios" | "md";
|
|
8064
7085
|
/**
|
|
@@ -8089,16 +7110,8 @@ declare namespace LocalJSX {
|
|
|
8089
7110
|
* 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.
|
|
8090
7111
|
*/
|
|
8091
7112
|
"snapbackDuration"?: string;
|
|
8092
|
-
/**
|
|
8093
|
-
* The theme determines the visual appearance of the component.
|
|
8094
|
-
*/
|
|
8095
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8096
7113
|
}
|
|
8097
7114
|
interface IonRefresherContent {
|
|
8098
|
-
/**
|
|
8099
|
-
* The mode determines the platform behaviors of the component.
|
|
8100
|
-
*/
|
|
8101
|
-
"mode"?: "ios" | "md";
|
|
8102
7115
|
/**
|
|
8103
7116
|
* 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.
|
|
8104
7117
|
*/
|
|
@@ -8115,48 +7128,20 @@ declare namespace LocalJSX {
|
|
|
8115
7128
|
* 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.
|
|
8116
7129
|
*/
|
|
8117
7130
|
"refreshingText"?: string | IonicSafeString;
|
|
8118
|
-
/**
|
|
8119
|
-
* The theme determines the visual appearance of the component.
|
|
8120
|
-
*/
|
|
8121
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8122
7131
|
}
|
|
8123
7132
|
interface IonReorder {
|
|
8124
|
-
/**
|
|
8125
|
-
* The mode determines the platform behaviors of the component.
|
|
8126
|
-
*/
|
|
8127
|
-
"mode"?: "ios" | "md";
|
|
8128
|
-
/**
|
|
8129
|
-
* The theme determines the visual appearance of the component.
|
|
8130
|
-
*/
|
|
8131
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8132
7133
|
}
|
|
8133
7134
|
interface IonReorderGroup {
|
|
8134
7135
|
/**
|
|
8135
7136
|
* If `true`, the reorder will be hidden.
|
|
8136
7137
|
*/
|
|
8137
7138
|
"disabled"?: boolean;
|
|
8138
|
-
/**
|
|
8139
|
-
* The mode determines the platform behaviors of the component.
|
|
8140
|
-
*/
|
|
8141
|
-
"mode"?: "ios" | "md";
|
|
8142
7139
|
/**
|
|
8143
7140
|
* 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.
|
|
8144
7141
|
*/
|
|
8145
7142
|
"onIonItemReorder"?: (event: IonReorderGroupCustomEvent<ItemReorderEventDetail>) => void;
|
|
8146
|
-
/**
|
|
8147
|
-
* The theme determines the visual appearance of the component.
|
|
8148
|
-
*/
|
|
8149
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8150
7143
|
}
|
|
8151
7144
|
interface IonRippleEffect {
|
|
8152
|
-
/**
|
|
8153
|
-
* The mode determines the platform behaviors of the component.
|
|
8154
|
-
*/
|
|
8155
|
-
"mode"?: "ios" | "md";
|
|
8156
|
-
/**
|
|
8157
|
-
* The theme determines the visual appearance of the component.
|
|
8158
|
-
*/
|
|
8159
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8160
7145
|
/**
|
|
8161
7146
|
* 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.
|
|
8162
7147
|
*/
|
|
@@ -8179,18 +7164,10 @@ declare namespace LocalJSX {
|
|
|
8179
7164
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
8180
7165
|
*/
|
|
8181
7166
|
"componentProps"?: { [key: string]: any };
|
|
8182
|
-
/**
|
|
8183
|
-
* The mode determines the platform behaviors of the component.
|
|
8184
|
-
*/
|
|
8185
|
-
"mode"?: "ios" | "md";
|
|
8186
7167
|
/**
|
|
8187
7168
|
* Used internally by `ion-router` to know when this route did change.
|
|
8188
7169
|
*/
|
|
8189
7170
|
"onIonRouteDataChanged"?: (event: IonRouteCustomEvent<any>) => void;
|
|
8190
|
-
/**
|
|
8191
|
-
* The theme determines the visual appearance of the component.
|
|
8192
|
-
*/
|
|
8193
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8194
7171
|
/**
|
|
8195
7172
|
* 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.
|
|
8196
7173
|
*/
|
|
@@ -8211,10 +7188,6 @@ declare namespace LocalJSX {
|
|
|
8211
7188
|
"to": string | undefined | null;
|
|
8212
7189
|
}
|
|
8213
7190
|
interface IonRouter {
|
|
8214
|
-
/**
|
|
8215
|
-
* The mode determines the platform behaviors of the component.
|
|
8216
|
-
*/
|
|
8217
|
-
"mode"?: "ios" | "md";
|
|
8218
7191
|
/**
|
|
8219
7192
|
* Emitted when the route had changed
|
|
8220
7193
|
*/
|
|
@@ -8227,10 +7200,6 @@ declare namespace LocalJSX {
|
|
|
8227
7200
|
* 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.
|
|
8228
7201
|
*/
|
|
8229
7202
|
"root"?: string;
|
|
8230
|
-
/**
|
|
8231
|
-
* The theme determines the visual appearance of the component.
|
|
8232
|
-
*/
|
|
8233
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8234
7203
|
/**
|
|
8235
7204
|
* 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.
|
|
8236
7205
|
*/
|
|
@@ -8245,10 +7214,6 @@ declare namespace LocalJSX {
|
|
|
8245
7214
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
8246
7215
|
*/
|
|
8247
7216
|
"href"?: string | undefined;
|
|
8248
|
-
/**
|
|
8249
|
-
* The mode determines the platform behaviors of the component.
|
|
8250
|
-
*/
|
|
8251
|
-
"mode"?: "ios" | "md";
|
|
8252
7217
|
/**
|
|
8253
7218
|
* 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).
|
|
8254
7219
|
*/
|
|
@@ -8265,10 +7230,6 @@ declare namespace LocalJSX {
|
|
|
8265
7230
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
8266
7231
|
*/
|
|
8267
7232
|
"target"?: string | undefined;
|
|
8268
|
-
/**
|
|
8269
|
-
* The theme determines the visual appearance of the component.
|
|
8270
|
-
*/
|
|
8271
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8272
7233
|
}
|
|
8273
7234
|
interface IonRouterOutlet {
|
|
8274
7235
|
/**
|
|
@@ -8280,23 +7241,11 @@ declare namespace LocalJSX {
|
|
|
8280
7241
|
*/
|
|
8281
7242
|
"animation"?: AnimationBuilder;
|
|
8282
7243
|
/**
|
|
8283
|
-
* The mode determines
|
|
7244
|
+
* The mode determines which platform styles to use.
|
|
8284
7245
|
*/
|
|
8285
7246
|
"mode"?: "ios" | "md";
|
|
8286
|
-
/**
|
|
8287
|
-
* The theme determines the visual appearance of the component.
|
|
8288
|
-
*/
|
|
8289
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8290
7247
|
}
|
|
8291
7248
|
interface IonRow {
|
|
8292
|
-
/**
|
|
8293
|
-
* The mode determines the platform behaviors of the component.
|
|
8294
|
-
*/
|
|
8295
|
-
"mode"?: "ios" | "md";
|
|
8296
|
-
/**
|
|
8297
|
-
* The theme determines the visual appearance of the component.
|
|
8298
|
-
*/
|
|
8299
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8300
7249
|
}
|
|
8301
7250
|
interface IonSearchbar {
|
|
8302
7251
|
/**
|
|
@@ -8316,15 +7265,15 @@ declare namespace LocalJSX {
|
|
|
8316
7265
|
*/
|
|
8317
7266
|
"autocorrect"?: 'on' | 'off';
|
|
8318
7267
|
/**
|
|
8319
|
-
* Set the cancel button icon. Only
|
|
7268
|
+
* Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
|
|
8320
7269
|
*/
|
|
8321
7270
|
"cancelButtonIcon"?: string;
|
|
8322
7271
|
/**
|
|
8323
|
-
* Set the the cancel button text. Only
|
|
7272
|
+
* Set the the cancel button text. Only applies to `ios` mode.
|
|
8324
7273
|
*/
|
|
8325
7274
|
"cancelButtonText"?: string;
|
|
8326
7275
|
/**
|
|
8327
|
-
* Set the clear icon. Defaults to `
|
|
7276
|
+
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
|
|
8328
7277
|
*/
|
|
8329
7278
|
"clearIcon"?: string;
|
|
8330
7279
|
/**
|
|
@@ -8356,7 +7305,7 @@ declare namespace LocalJSX {
|
|
|
8356
7305
|
*/
|
|
8357
7306
|
"minlength"?: number;
|
|
8358
7307
|
/**
|
|
8359
|
-
* The mode determines
|
|
7308
|
+
* The mode determines which platform styles to use.
|
|
8360
7309
|
*/
|
|
8361
7310
|
"mode"?: "ios" | "md";
|
|
8362
7311
|
/**
|
|
@@ -8392,7 +7341,7 @@ declare namespace LocalJSX {
|
|
|
8392
7341
|
*/
|
|
8393
7342
|
"placeholder"?: string;
|
|
8394
7343
|
/**
|
|
8395
|
-
* The icon to use as the search icon. Defaults to `
|
|
7344
|
+
* The icon to use as the search icon. Defaults to `search-outline` in `ios` mode and `search-sharp` in `md` mode.
|
|
8396
7345
|
*/
|
|
8397
7346
|
"searchIcon"?: string;
|
|
8398
7347
|
/**
|
|
@@ -8407,10 +7356,6 @@ declare namespace LocalJSX {
|
|
|
8407
7356
|
* If `true`, enable spellcheck on the input.
|
|
8408
7357
|
*/
|
|
8409
7358
|
"spellcheck"?: boolean;
|
|
8410
|
-
/**
|
|
8411
|
-
* The theme determines the visual appearance of the component.
|
|
8412
|
-
*/
|
|
8413
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8414
7359
|
/**
|
|
8415
7360
|
* Set the type of the input.
|
|
8416
7361
|
*/
|
|
@@ -8430,7 +7375,7 @@ declare namespace LocalJSX {
|
|
|
8430
7375
|
*/
|
|
8431
7376
|
"disabled"?: boolean;
|
|
8432
7377
|
/**
|
|
8433
|
-
* The mode determines
|
|
7378
|
+
* The mode determines which platform styles to use.
|
|
8434
7379
|
*/
|
|
8435
7380
|
"mode"?: "ios" | "md";
|
|
8436
7381
|
/**
|
|
@@ -8449,10 +7394,6 @@ declare namespace LocalJSX {
|
|
|
8449
7394
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
8450
7395
|
*/
|
|
8451
7396
|
"swipeGesture"?: boolean;
|
|
8452
|
-
/**
|
|
8453
|
-
* The theme determines the visual appearance of the component.
|
|
8454
|
-
*/
|
|
8455
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8456
7397
|
/**
|
|
8457
7398
|
* the value of the segment.
|
|
8458
7399
|
*/
|
|
@@ -8472,13 +7413,9 @@ declare namespace LocalJSX {
|
|
|
8472
7413
|
*/
|
|
8473
7414
|
"layout"?: SegmentButtonLayout;
|
|
8474
7415
|
/**
|
|
8475
|
-
* The mode determines
|
|
7416
|
+
* The mode determines which platform styles to use.
|
|
8476
7417
|
*/
|
|
8477
7418
|
"mode"?: "ios" | "md";
|
|
8478
|
-
/**
|
|
8479
|
-
* The theme determines the visual appearance of the component.
|
|
8480
|
-
*/
|
|
8481
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8482
7419
|
/**
|
|
8483
7420
|
* The type of the button.
|
|
8484
7421
|
*/
|
|
@@ -8518,11 +7455,11 @@ declare namespace LocalJSX {
|
|
|
8518
7455
|
*/
|
|
8519
7456
|
"disabled"?: boolean;
|
|
8520
7457
|
/**
|
|
8521
|
-
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `
|
|
7458
|
+
* 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.
|
|
8522
7459
|
*/
|
|
8523
7460
|
"expandedIcon"?: string;
|
|
8524
7461
|
/**
|
|
8525
|
-
* 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
|
|
7462
|
+
* 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.
|
|
8526
7463
|
*/
|
|
8527
7464
|
"fill"?: 'outline' | 'solid';
|
|
8528
7465
|
/**
|
|
@@ -8546,7 +7483,7 @@ declare namespace LocalJSX {
|
|
|
8546
7483
|
*/
|
|
8547
7484
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
8548
7485
|
/**
|
|
8549
|
-
* The mode determines
|
|
7486
|
+
* The mode determines which platform styles to use.
|
|
8550
7487
|
*/
|
|
8551
7488
|
"mode"?: "ios" | "md";
|
|
8552
7489
|
/**
|
|
@@ -8590,19 +7527,11 @@ declare namespace LocalJSX {
|
|
|
8590
7527
|
*/
|
|
8591
7528
|
"selectedText"?: string | null;
|
|
8592
7529
|
/**
|
|
8593
|
-
*
|
|
8594
|
-
*/
|
|
8595
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
8596
|
-
/**
|
|
8597
|
-
* The size of the select. If "large" it will increase the height of the select, while "small" and "medium" provide progressively smaller heights. Defaults to `"medium"` for the ionic theme, and undefined for all other themes.
|
|
8598
|
-
*/
|
|
8599
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
8600
|
-
/**
|
|
8601
|
-
* The theme determines the visual appearance of the component.
|
|
7530
|
+
* The shape of the select. If "round" it will have an increased border radius.
|
|
8602
7531
|
*/
|
|
8603
|
-
"
|
|
7532
|
+
"shape"?: 'round';
|
|
8604
7533
|
/**
|
|
8605
|
-
* The toggle icon to use. Defaults to `
|
|
7534
|
+
* The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
|
|
8606
7535
|
*/
|
|
8607
7536
|
"toggleIcon"?: string;
|
|
8608
7537
|
/**
|
|
@@ -8620,14 +7549,6 @@ declare namespace LocalJSX {
|
|
|
8620
7549
|
* 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.
|
|
8621
7550
|
*/
|
|
8622
7551
|
"disabled"?: boolean;
|
|
8623
|
-
/**
|
|
8624
|
-
* The mode determines the platform behaviors of the component.
|
|
8625
|
-
*/
|
|
8626
|
-
"mode"?: "ios" | "md";
|
|
8627
|
-
/**
|
|
8628
|
-
* The theme determines the visual appearance of the component.
|
|
8629
|
-
*/
|
|
8630
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8631
7552
|
/**
|
|
8632
7553
|
* The text value of the option.
|
|
8633
7554
|
*/
|
|
@@ -8642,10 +7563,6 @@ declare namespace LocalJSX {
|
|
|
8642
7563
|
* The text content of the popover body
|
|
8643
7564
|
*/
|
|
8644
7565
|
"message"?: string;
|
|
8645
|
-
/**
|
|
8646
|
-
* The mode determines the platform behaviors of the component.
|
|
8647
|
-
*/
|
|
8648
|
-
"mode"?: "ios" | "md";
|
|
8649
7566
|
/**
|
|
8650
7567
|
* If true, the select accepts multiple values
|
|
8651
7568
|
*/
|
|
@@ -8658,24 +7575,12 @@ declare namespace LocalJSX {
|
|
|
8658
7575
|
* The subheader text of the popover
|
|
8659
7576
|
*/
|
|
8660
7577
|
"subHeader"?: string;
|
|
8661
|
-
/**
|
|
8662
|
-
* The theme determines the visual appearance of the component.
|
|
8663
|
-
*/
|
|
8664
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8665
7578
|
}
|
|
8666
7579
|
interface IonSkeletonText {
|
|
8667
7580
|
/**
|
|
8668
7581
|
* If `true`, the skeleton text will animate.
|
|
8669
7582
|
*/
|
|
8670
7583
|
"animated"?: boolean;
|
|
8671
|
-
/**
|
|
8672
|
-
* The mode determines the platform behaviors of the component.
|
|
8673
|
-
*/
|
|
8674
|
-
"mode"?: "ios" | "md";
|
|
8675
|
-
/**
|
|
8676
|
-
* The theme determines the visual appearance of the component.
|
|
8677
|
-
*/
|
|
8678
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8679
7584
|
}
|
|
8680
7585
|
interface IonSpinner {
|
|
8681
7586
|
/**
|
|
@@ -8686,10 +7591,6 @@ declare namespace LocalJSX {
|
|
|
8686
7591
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
8687
7592
|
*/
|
|
8688
7593
|
"duration"?: number;
|
|
8689
|
-
/**
|
|
8690
|
-
* The mode determines the platform behaviors of the component.
|
|
8691
|
-
*/
|
|
8692
|
-
"mode"?: "ios" | "md";
|
|
8693
7594
|
/**
|
|
8694
7595
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
8695
7596
|
*/
|
|
@@ -8698,14 +7599,6 @@ declare namespace LocalJSX {
|
|
|
8698
7599
|
* If `true`, the spinner's animation will be paused.
|
|
8699
7600
|
*/
|
|
8700
7601
|
"paused"?: boolean;
|
|
8701
|
-
/**
|
|
8702
|
-
* 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.
|
|
8703
|
-
*/
|
|
8704
|
-
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
8705
|
-
/**
|
|
8706
|
-
* The theme determines the visual appearance of the component.
|
|
8707
|
-
*/
|
|
8708
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8709
7602
|
}
|
|
8710
7603
|
interface IonSplitPane {
|
|
8711
7604
|
/**
|
|
@@ -8716,18 +7609,10 @@ declare namespace LocalJSX {
|
|
|
8716
7609
|
* If `true`, the split pane will be hidden.
|
|
8717
7610
|
*/
|
|
8718
7611
|
"disabled"?: boolean;
|
|
8719
|
-
/**
|
|
8720
|
-
* The mode determines the platform behaviors of the component.
|
|
8721
|
-
*/
|
|
8722
|
-
"mode"?: "ios" | "md";
|
|
8723
7612
|
/**
|
|
8724
7613
|
* Expression to be called when the split-pane visibility has changed
|
|
8725
7614
|
*/
|
|
8726
7615
|
"onIonSplitPaneVisible"?: (event: IonSplitPaneCustomEvent<{ visible: boolean }>) => void;
|
|
8727
|
-
/**
|
|
8728
|
-
* The theme determines the visual appearance of the component.
|
|
8729
|
-
*/
|
|
8730
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8731
7616
|
/**
|
|
8732
7617
|
* When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
|
|
8733
7618
|
*/
|
|
@@ -8738,18 +7623,10 @@ declare namespace LocalJSX {
|
|
|
8738
7623
|
* The component to display inside of the tab.
|
|
8739
7624
|
*/
|
|
8740
7625
|
"component"?: ComponentRef;
|
|
8741
|
-
/**
|
|
8742
|
-
* The mode determines the platform behaviors of the component.
|
|
8743
|
-
*/
|
|
8744
|
-
"mode"?: "ios" | "md";
|
|
8745
7626
|
/**
|
|
8746
7627
|
* 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.
|
|
8747
7628
|
*/
|
|
8748
7629
|
"tab": string;
|
|
8749
|
-
/**
|
|
8750
|
-
* The theme determines the visual appearance of the component.
|
|
8751
|
-
*/
|
|
8752
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8753
7630
|
}
|
|
8754
7631
|
interface IonTabBar {
|
|
8755
7632
|
/**
|
|
@@ -8757,11 +7634,7 @@ declare namespace LocalJSX {
|
|
|
8757
7634
|
*/
|
|
8758
7635
|
"color"?: Color;
|
|
8759
7636
|
/**
|
|
8760
|
-
*
|
|
8761
|
-
*/
|
|
8762
|
-
"expand"?: 'compact' | 'full';
|
|
8763
|
-
/**
|
|
8764
|
-
* The mode determines the platform behaviors of the component.
|
|
7637
|
+
* The mode determines which platform styles to use.
|
|
8765
7638
|
*/
|
|
8766
7639
|
"mode"?: "ios" | "md";
|
|
8767
7640
|
/**
|
|
@@ -8769,15 +7642,7 @@ declare namespace LocalJSX {
|
|
|
8769
7642
|
*/
|
|
8770
7643
|
"selectedTab"?: string;
|
|
8771
7644
|
/**
|
|
8772
|
-
*
|
|
8773
|
-
*/
|
|
8774
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
8775
|
-
/**
|
|
8776
|
-
* The theme determines the visual appearance of the component.
|
|
8777
|
-
*/
|
|
8778
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8779
|
-
/**
|
|
8780
|
-
* 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).
|
|
7645
|
+
* 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).
|
|
8781
7646
|
*/
|
|
8782
7647
|
"translucent"?: boolean;
|
|
8783
7648
|
}
|
|
@@ -8799,7 +7664,7 @@ declare namespace LocalJSX {
|
|
|
8799
7664
|
*/
|
|
8800
7665
|
"layout"?: TabButtonLayout;
|
|
8801
7666
|
/**
|
|
8802
|
-
* The mode determines
|
|
7667
|
+
* The mode determines which platform styles to use.
|
|
8803
7668
|
*/
|
|
8804
7669
|
"mode"?: "ios" | "md";
|
|
8805
7670
|
/**
|
|
@@ -8818,16 +7683,8 @@ declare namespace LocalJSX {
|
|
|
8818
7683
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
8819
7684
|
*/
|
|
8820
7685
|
"target"?: string | undefined;
|
|
8821
|
-
/**
|
|
8822
|
-
* The theme determines the visual appearance of the component.
|
|
8823
|
-
*/
|
|
8824
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8825
7686
|
}
|
|
8826
7687
|
interface IonTabs {
|
|
8827
|
-
/**
|
|
8828
|
-
* The mode determines the platform behaviors of the component.
|
|
8829
|
-
*/
|
|
8830
|
-
"mode"?: "ios" | "md";
|
|
8831
7688
|
/**
|
|
8832
7689
|
* Emitted when the navigation has finished transitioning to a new component.
|
|
8833
7690
|
*/
|
|
@@ -8836,10 +7693,6 @@ declare namespace LocalJSX {
|
|
|
8836
7693
|
* Emitted when the navigation is about to transition to a new component.
|
|
8837
7694
|
*/
|
|
8838
7695
|
"onIonTabsWillChange"?: (event: IonTabsCustomEvent<{ tab: string }>) => void;
|
|
8839
|
-
/**
|
|
8840
|
-
* The theme determines the visual appearance of the component.
|
|
8841
|
-
*/
|
|
8842
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8843
7696
|
}
|
|
8844
7697
|
interface IonText {
|
|
8845
7698
|
/**
|
|
@@ -8847,13 +7700,9 @@ declare namespace LocalJSX {
|
|
|
8847
7700
|
*/
|
|
8848
7701
|
"color"?: Color;
|
|
8849
7702
|
/**
|
|
8850
|
-
* The mode determines
|
|
7703
|
+
* The mode determines which platform styles to use.
|
|
8851
7704
|
*/
|
|
8852
7705
|
"mode"?: "ios" | "md";
|
|
8853
|
-
/**
|
|
8854
|
-
* The theme determines the visual appearance of the component.
|
|
8855
|
-
*/
|
|
8856
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8857
7706
|
}
|
|
8858
7707
|
interface IonTextarea {
|
|
8859
7708
|
/**
|
|
@@ -8905,7 +7754,7 @@ declare namespace LocalJSX {
|
|
|
8905
7754
|
*/
|
|
8906
7755
|
"errorText"?: string;
|
|
8907
7756
|
/**
|
|
8908
|
-
* 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
|
|
7757
|
+
* 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.
|
|
8909
7758
|
*/
|
|
8910
7759
|
"fill"?: 'outline' | 'solid';
|
|
8911
7760
|
/**
|
|
@@ -8933,7 +7782,7 @@ declare namespace LocalJSX {
|
|
|
8933
7782
|
*/
|
|
8934
7783
|
"minlength"?: number;
|
|
8935
7784
|
/**
|
|
8936
|
-
* The mode determines
|
|
7785
|
+
* The mode determines which platform styles to use.
|
|
8937
7786
|
*/
|
|
8938
7787
|
"mode"?: "ios" | "md";
|
|
8939
7788
|
/**
|
|
@@ -8973,21 +7822,13 @@ declare namespace LocalJSX {
|
|
|
8973
7822
|
*/
|
|
8974
7823
|
"rows"?: number;
|
|
8975
7824
|
/**
|
|
8976
|
-
*
|
|
7825
|
+
* The shape of the textarea. If "round" it will have an increased border radius.
|
|
8977
7826
|
*/
|
|
8978
|
-
"shape"?: '
|
|
8979
|
-
/**
|
|
8980
|
-
* 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.
|
|
8981
|
-
*/
|
|
8982
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
7827
|
+
"shape"?: 'round';
|
|
8983
7828
|
/**
|
|
8984
7829
|
* If `true`, the element will have its spelling and grammar checked.
|
|
8985
7830
|
*/
|
|
8986
7831
|
"spellcheck"?: boolean;
|
|
8987
|
-
/**
|
|
8988
|
-
* The theme determines the visual appearance of the component.
|
|
8989
|
-
*/
|
|
8990
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8991
7832
|
/**
|
|
8992
7833
|
* The value of the textarea.
|
|
8993
7834
|
*/
|
|
@@ -8998,32 +7839,16 @@ declare namespace LocalJSX {
|
|
|
8998
7839
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
8999
7840
|
}
|
|
9000
7841
|
interface IonThumbnail {
|
|
9001
|
-
/**
|
|
9002
|
-
* The mode determines the platform behaviors of the component.
|
|
9003
|
-
*/
|
|
9004
|
-
"mode"?: "ios" | "md";
|
|
9005
|
-
/**
|
|
9006
|
-
* The theme determines the visual appearance of the component.
|
|
9007
|
-
*/
|
|
9008
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9009
7842
|
}
|
|
9010
7843
|
interface IonTitle {
|
|
9011
7844
|
/**
|
|
9012
7845
|
* 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).
|
|
9013
7846
|
*/
|
|
9014
7847
|
"color"?: Color;
|
|
9015
|
-
/**
|
|
9016
|
-
* The mode determines the platform behaviors of the component.
|
|
9017
|
-
*/
|
|
9018
|
-
"mode"?: "ios" | "md";
|
|
9019
7848
|
/**
|
|
9020
7849
|
* The size of the toolbar title.
|
|
9021
7850
|
*/
|
|
9022
7851
|
"size"?: 'large' | 'small';
|
|
9023
|
-
/**
|
|
9024
|
-
* The theme determines the visual appearance of the component.
|
|
9025
|
-
*/
|
|
9026
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9027
7852
|
}
|
|
9028
7853
|
interface IonToast {
|
|
9029
7854
|
/**
|
|
@@ -9083,7 +7908,7 @@ declare namespace LocalJSX {
|
|
|
9083
7908
|
*/
|
|
9084
7909
|
"message"?: string | IonicSafeString;
|
|
9085
7910
|
/**
|
|
9086
|
-
* The mode determines
|
|
7911
|
+
* The mode determines which platform styles to use.
|
|
9087
7912
|
*/
|
|
9088
7913
|
"mode"?: "ios" | "md";
|
|
9089
7914
|
/**
|
|
@@ -9126,20 +7951,12 @@ declare namespace LocalJSX {
|
|
|
9126
7951
|
* 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.
|
|
9127
7952
|
*/
|
|
9128
7953
|
"positionAnchor"?: HTMLElement | string;
|
|
9129
|
-
/**
|
|
9130
|
-
* 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.
|
|
9131
|
-
*/
|
|
9132
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
9133
7954
|
/**
|
|
9134
7955
|
* 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.
|
|
9135
7956
|
*/
|
|
9136
7957
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
9137
7958
|
/**
|
|
9138
|
-
*
|
|
9139
|
-
*/
|
|
9140
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9141
|
-
/**
|
|
9142
|
-
* 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).
|
|
7959
|
+
* 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).
|
|
9143
7960
|
*/
|
|
9144
7961
|
"translucent"?: boolean;
|
|
9145
7962
|
/**
|
|
@@ -9177,7 +7994,7 @@ declare namespace LocalJSX {
|
|
|
9177
7994
|
*/
|
|
9178
7995
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
9179
7996
|
/**
|
|
9180
|
-
* The mode determines
|
|
7997
|
+
* The mode determines which platform styles to use.
|
|
9181
7998
|
*/
|
|
9182
7999
|
"mode"?: "ios" | "md";
|
|
9183
8000
|
/**
|
|
@@ -9196,10 +8013,6 @@ declare namespace LocalJSX {
|
|
|
9196
8013
|
* Emitted when the toggle has focus.
|
|
9197
8014
|
*/
|
|
9198
8015
|
"onIonFocus"?: (event: IonToggleCustomEvent<void>) => void;
|
|
9199
|
-
/**
|
|
9200
|
-
* The theme determines the visual appearance of the component.
|
|
9201
|
-
*/
|
|
9202
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9203
8016
|
/**
|
|
9204
8017
|
* 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>`.
|
|
9205
8018
|
*/
|
|
@@ -9211,13 +8024,9 @@ declare namespace LocalJSX {
|
|
|
9211
8024
|
*/
|
|
9212
8025
|
"color"?: Color;
|
|
9213
8026
|
/**
|
|
9214
|
-
* The mode determines
|
|
8027
|
+
* The mode determines which platform styles to use.
|
|
9215
8028
|
*/
|
|
9216
8029
|
"mode"?: "ios" | "md";
|
|
9217
|
-
/**
|
|
9218
|
-
* The theme determines the visual appearance of the component.
|
|
9219
|
-
*/
|
|
9220
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9221
8030
|
}
|
|
9222
8031
|
interface IntrinsicElements {
|
|
9223
8032
|
"ion-accordion": IonAccordion;
|