@ionic/core 8.4.2-dev.11734347773.16e58dbd → 8.4.2-dev.11736265112.120bf7af
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 -30
- package/components/content.js +12 -14
- package/components/data.js +4 -4
- package/components/focus-visible.js +1 -8
- package/components/framework-delegate.js +1 -3
- package/components/hardware-back-button.js +115 -0
- package/components/header.js +15 -24
- 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 +8 -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 -28
- 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 +11 -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 +5 -4
- package/components/picker-column-option.js +5 -9
- package/components/picker-column.js +8 -7
- package/components/picker-column2.js +4 -4
- package/components/picker.js +4 -8
- package/components/popover.js +8 -11
- package/components/radio-group.js +3 -5
- 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 +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 +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-16893c1e.js} +1 -1
- package/dist/cjs/{button-active-ec1fd1d8.js → button-active-ec3d9ca2.js} +2 -2
- 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-7a0ce04f.js} +3 -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-5a19da86.js +122 -0
- package/dist/cjs/{helpers-4e2936d2.js → helpers-afaa9001.js} +1 -4
- package/dist/cjs/{index-8f975cf4.js → index-29ad8b24.js} +12 -12
- package/dist/cjs/{index-03fbee1d.js → index-2b28acc8.js} +15 -14
- package/dist/cjs/{index-73f75efb.js → index-55b6245a.js} +1117 -744
- package/dist/cjs/index-5915f9b3.js +38 -0
- package/dist/cjs/{index-604c36ae.js → index-5b6a7459.js} +3 -3
- package/dist/cjs/{index-0e0c6196.js → index-9509ecad.js} +7 -9
- package/dist/cjs/index-c8d52405.js +10 -0
- package/dist/cjs/index.cjs.js +13 -11
- 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 +25 -62
- package/dist/cjs/ion-action-sheet.cjs.entry.js +19 -22
- package/dist/cjs/ion-alert.cjs.entry.js +24 -26
- package/dist/cjs/ion-app_8.cjs.entry.js +153 -109
- package/dist/cjs/ion-avatar_3.cjs.entry.js +10 -94
- package/dist/cjs/ion-back-button.cjs.entry.js +22 -32
- package/dist/cjs/ion-backdrop.cjs.entry.js +7 -12
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +16 -54
- package/dist/cjs/ion-button_2.cjs.entry.js +16 -47
- package/dist/cjs/ion-card_5.cjs.entry.js +29 -53
- package/dist/cjs/ion-checkbox.cjs.entry.js +14 -31
- package/dist/cjs/ion-chip.cjs.entry.js +8 -44
- package/dist/cjs/ion-col_3.cjs.entry.js +11 -15
- package/dist/cjs/ion-datetime-button.cjs.entry.js +13 -17
- package/dist/cjs/ion-datetime_3.cjs.entry.js +115 -191
- package/dist/cjs/ion-fab_3.cjs.entry.js +20 -43
- package/dist/cjs/ion-img.cjs.entry.js +4 -8
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +18 -22
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +17 -56
- package/dist/cjs/ion-input.cjs.entry.js +24 -119
- package/dist/cjs/ion-item-option_3.cjs.entry.js +18 -41
- package/dist/cjs/ion-item_8.cjs.entry.js +42 -114
- package/dist/cjs/ion-loading.cjs.entry.js +19 -21
- package/dist/cjs/ion-menu_3.cjs.entry.js +30 -49
- package/dist/cjs/ion-modal.cjs.entry.js +67 -95
- package/dist/cjs/ion-nav_2.cjs.entry.js +14 -16
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +7 -12
- package/dist/cjs/ion-picker-column.cjs.entry.js +13 -13
- package/dist/cjs/ion-picker.cjs.entry.js +6 -11
- package/dist/cjs/ion-popover.cjs.entry.js +19 -21
- package/dist/cjs/ion-progress-bar.cjs.entry.js +9 -14
- package/dist/cjs/ion-radio_2.cjs.entry.js +12 -19
- package/dist/cjs/ion-range.cjs.entry.js +17 -21
- package/dist/cjs/ion-refresher_2.cjs.entry.js +24 -45
- package/dist/cjs/ion-reorder_2.cjs.entry.js +14 -38
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +8 -19
- package/dist/cjs/ion-route_4.cjs.entry.js +8 -9
- package/dist/cjs/ion-searchbar.cjs.entry.js +18 -95
- package/dist/cjs/ion-segment-content.cjs.entry.js +2 -2
- package/dist/cjs/ion-segment-view.cjs.entry.js +3 -7
- package/dist/cjs/ion-segment_2.cjs.entry.js +16 -24
- package/dist/cjs/ion-select-modal.cjs.entry.js +11 -9
- package/dist/cjs/ion-select_3.cjs.entry.js +40 -133
- package/dist/cjs/ion-spinner.cjs.entry.js +10 -36
- package/dist/cjs/ion-split-pane.cjs.entry.js +9 -14
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +21 -61
- package/dist/cjs/ion-tab_2.cjs.entry.js +7 -8
- package/dist/cjs/ion-text.cjs.entry.js +6 -7
- package/dist/cjs/ion-textarea.cjs.entry.js +17 -42
- package/dist/cjs/ion-toast.cjs.entry.js +42 -59
- package/dist/cjs/ion-toggle.cjs.entry.js +23 -81
- package/dist/cjs/ionic-global-aa46b97c.js +237 -0
- package/dist/cjs/ionic.cjs.js +5 -6
- package/dist/cjs/{ios.transition-2bb0f7d5.js → ios.transition-9820d3dc.js} +7 -7
- 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 +4 -5
- package/dist/cjs/{md.transition-cf600117.js → md.transition-a35e0839.js} +7 -6
- package/dist/cjs/{notch-controller-ea70e230.js → notch-controller-d69150f5.js} +4 -4
- package/dist/cjs/{overlays-542a90b3.js → overlays-43ae7e1d.js} +20 -19
- package/dist/cjs/{status-tap-aa97d209.js → status-tap-f98e43a0.js} +4 -5
- package/dist/cjs/{swipe-back-27975274.js → swipe-back-0303a5e4.js} +1 -2
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/accordion/accordion.ios.css +58 -73
- package/dist/collection/components/accordion/accordion.js +31 -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 +20 -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 +46 -18
- 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 +52 -19
- 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 +34 -28
- 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 +12 -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 +10 -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 +38 -44
- 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 +17 -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 +49 -47
- 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 +10 -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 +30 -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 +13 -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 +10 -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 +10 -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 +32 -64
- package/dist/collection/components/checkbox/checkbox.md.css +3 -21
- package/dist/collection/components/chip/chip.ios.css +1 -20
- package/dist/collection/components/chip/chip.js +14 -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 +53 -9
- package/dist/collection/components/content/content.css +2 -8
- package/dist/collection/components/content/content.js +25 -16
- package/dist/collection/components/datetime/datetime.ios.css +86 -237
- package/dist/collection/components/datetime/datetime.js +84 -102
- 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 +14 -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 +13 -9
- package/dist/collection/components/fab-button/fab-button.ios.css +6 -18
- package/dist/collection/components/fab-button/fab-button.js +44 -37
- 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 +9 -9
- package/dist/collection/components/footer/footer.ios.css +2 -14
- package/dist/collection/components/footer/footer.js +19 -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 +7 -9
- package/dist/collection/components/header/header.ios.css +10 -25
- package/dist/collection/components/header/header.js +21 -42
- package/dist/collection/components/header/header.md.css +8 -23
- package/dist/collection/components/img/img.js +6 -8
- package/dist/collection/components/infinite-scroll/infinite-scroll.js +10 -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 +14 -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 +99 -145
- package/dist/collection/components/input/input.md.css +4 -43
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +20 -48
- package/dist/collection/components/item/item.ios.css +69 -109
- package/dist/collection/components/item/item.js +43 -45
- 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 +12 -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 +24 -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 +9 -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 +6 -8
- package/dist/collection/components/label/label.ios.css +0 -18
- package/dist/collection/components/label/label.js +12 -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 +13 -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 +12 -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 +48 -17
- 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 +21 -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 +20 -26
- package/dist/collection/components/menu-button/menu-button.md.css +15 -49
- package/dist/collection/components/menu-toggle/menu-toggle.js +9 -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 +66 -54
- 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 +20 -14
- package/dist/collection/components/nav-link/nav-link.js +11 -7
- package/dist/collection/components/note/note.ios.css +0 -12
- package/dist/collection/components/note/note.js +10 -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 +15 -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 +13 -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 +42 -11
- 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 +7 -5
- 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 +71 -20
- 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 +17 -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 +23 -12
- package/dist/collection/components/radio/radio.md.css +91 -134
- package/dist/collection/components/radio-group/radio-group.js +11 -9
- package/dist/collection/components/range/range.ios.css +85 -128
- package/dist/collection/components/range/range.js +41 -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 +20 -11
- package/dist/collection/components/refresher/refresher.md.css +2 -15
- package/dist/collection/components/refresher-content/refresher-content.js +15 -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 +6 -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 +8 -14
- package/dist/collection/components/route/route.js +13 -7
- package/dist/collection/components/route-redirect/route-redirect.js +4 -0
- package/dist/collection/components/router/router.js +4 -4
- package/dist/collection/components/router-link/router-link.css +2 -8
- package/dist/collection/components/router-link/router-link.js +18 -10
- package/dist/collection/components/router-outlet/router-outlet.css +1 -7
- package/dist/collection/components/router-outlet/router-outlet.js +15 -8
- 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 +69 -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 +21 -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 +18 -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 +6 -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 +75 -139
- package/dist/collection/components/select/select.md.css +206 -164
- package/dist/collection/components/select-modal/select-modal.js +9 -3
- package/dist/collection/components/select-modal/select-modal.md.css +3 -7
- package/dist/collection/components/select-option/select-option.js +6 -9
- package/dist/collection/components/select-popover/select-popover.ios.css +0 -18
- package/dist/collection/components/select-popover/select-popover.js +14 -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 +7 -9
- package/dist/collection/components/spinner/{spinner.ionic.css → spinner.css} +0 -63
- package/dist/collection/components/spinner/spinner.js +14 -46
- package/dist/collection/components/split-pane/split-pane.ios.css +2 -20
- package/dist/collection/components/split-pane/split-pane.js +14 -14
- package/dist/collection/components/split-pane/split-pane.md.css +2 -20
- package/dist/collection/components/tab/tab.js +11 -7
- package/dist/collection/components/tab-bar/tab-bar.ios.css +43 -71
- package/dist/collection/components/tab-bar/tab-bar.js +16 -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 +24 -43
- 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 +3 -4
- package/dist/collection/components/text/text.css +0 -6
- package/dist/collection/components/text/text.js +8 -7
- package/dist/collection/components/textarea/textarea.ios.css +96 -201
- package/dist/collection/components/textarea/textarea.js +73 -60
- 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 +11 -13
- package/dist/collection/components/title/title.md.css +4 -32
- package/dist/collection/components/toast/animations/utils.js +1 -1
- package/dist/collection/components/toast/toast.ios.css +35 -74
- package/dist/collection/components/toast/toast.js +59 -50
- package/dist/collection/components/toast/toast.md.css +35 -74
- package/dist/collection/components/toggle/toggle.ios.css +120 -166
- package/dist/collection/components/toggle/toggle.js +36 -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 +12 -13
- package/dist/collection/components/toolbar/toolbar.md.css +47 -90
- package/dist/collection/global/ionic-global.js +13 -229
- package/dist/collection/utils/focus-visible.js +0 -7
- package/dist/collection/utils/framework-delegate.js +1 -3
- package/dist/collection/utils/helpers.js +1 -3
- package/dist/collection/utils/keyboard/keyboard-controller.js +1 -3
- package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
- package/dist/collection/utils/menu-controller/animations/push.js +1 -2
- package/dist/collection/utils/menu-controller/animations/reveal.js +1 -2
- package/dist/collection/utils/overlays.js +1 -2
- package/dist/collection/utils/test/playwright/generator.js +23 -48
- package/dist/collection/utils/test/playwright/page/utils/goto.js +5 -14
- package/dist/collection/utils/test/playwright/page/utils/set-content.js +2 -16
- package/dist/collection/utils/transition/ios.transition.js +0 -1
- package/dist/docs.d.ts +8 -0
- package/dist/docs.json +2219 -7864
- package/dist/esm/{animation-f1a88600.js → animation-eab5a4ca.js} +1 -1
- package/dist/esm/{app-globals-eceadabb.js → app-globals-32740a0d.js} +1 -1
- package/dist/esm/{button-active-321f0dba.js → button-active-0e590bc4.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-dd40d69f.js} +1 -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-18d38325.js +116 -0
- package/dist/esm/{helpers-f08d15bd.js → helpers-da915de8.js} +1 -4
- package/dist/esm/{index-723c0e5d.js → index-0f61352c.js} +1118 -745
- package/dist/esm/{index-59f81cb8.js → index-4f0570f4.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-31109e63.js → index-7bdf1ee6.js} +11 -10
- 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 +140 -96
- 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 -31
- 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 +12 -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 +16 -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 -60
- 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 +17 -34
- package/dist/esm/ion-toggle.entry.js +23 -81
- package/dist/esm/ionic-global-35cabcff.js +231 -0
- package/dist/esm/ionic.js +6 -7
- package/dist/esm/{ios.transition-06b78ea0.js → ios.transition-72ec83a8.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-1f612b9f.js} +7 -6
- package/dist/esm/{notch-controller-c0bd22ff.js → notch-controller-55b09e11.js} +2 -2
- package/dist/esm/{overlays-66cb5522.js → overlays-cba25d39.js} +7 -6
- package/dist/esm/{status-tap-edf9f395.js → status-tap-a7026a46.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-32740a0d.js +4 -0
- package/dist/esm-es5/{button-active-321f0dba.js → button-active-0e590bc4.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-dd40d69f.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-18d38325.js +4 -0
- package/dist/esm-es5/helpers-da915de8.js +4 -0
- package/dist/esm-es5/index-0f61352c.js +5 -0
- package/dist/esm-es5/index-4f0570f4.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-7bdf1ee6.js +4 -0
- package/dist/esm-es5/index-9b0d46f4.js +4 -0
- package/dist/esm-es5/index-a5d50daf.js +4 -0
- package/dist/esm-es5/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/input-shims-0314bbe5.js +4 -0
- package/dist/esm-es5/input.utils-09c71bc7.js +4 -0
- package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
- package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
- package/dist/esm-es5/ion-alert.entry.js +1 -1
- package/dist/esm-es5/ion-app_8.entry.js +1 -1
- package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
- package/dist/esm-es5/ion-back-button.entry.js +1 -1
- package/dist/esm-es5/ion-backdrop.entry.js +1 -1
- package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
- package/dist/esm-es5/ion-button_2.entry.js +1 -1
- package/dist/esm-es5/ion-card_5.entry.js +1 -1
- package/dist/esm-es5/ion-checkbox.entry.js +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-35cabcff.js +4 -0
- package/dist/esm-es5/ionic.js +1 -1
- package/dist/esm-es5/ios.transition-72ec83a8.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-1f612b9f.js +4 -0
- package/dist/esm-es5/notch-controller-55b09e11.js +4 -0
- package/dist/esm-es5/overlays-cba25d39.js +4 -0
- package/dist/esm-es5/status-tap-a7026a46.js +4 -0
- package/dist/esm-es5/swipe-back-e5394307.js +4 -0
- package/dist/html.html-data.json +203 -2341
- 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-00751c2a.system.entry.js +4 -0
- package/dist/ionic/p-024da823.js +4 -0
- package/dist/ionic/p-047eabc5.entry.js +4 -0
- package/dist/ionic/{p-f193945e.system.js → p-04f14c79.system.js} +1 -1
- package/dist/ionic/p-05562a80.entry.js +4 -0
- package/dist/ionic/p-06e58c4e.js +4 -0
- package/dist/ionic/p-06fee233.js +4 -0
- package/dist/ionic/p-07d1dbe2.system.entry.js +4 -0
- package/dist/ionic/{p-86e9a917.system.entry.js → p-085dbcb4.system.entry.js} +1 -1
- package/dist/ionic/p-08c16f05.system.entry.js +4 -0
- package/dist/ionic/p-0ba102ec.system.entry.js +4 -0
- package/dist/ionic/p-0c06e09b.system.js +4 -0
- package/dist/ionic/p-0c093fae.system.entry.js +4 -0
- package/dist/ionic/p-0c64a077.entry.js +4 -0
- package/dist/ionic/p-11330967.entry.js +4 -0
- package/dist/ionic/p-1179c304.entry.js +4 -0
- package/dist/ionic/p-12f711f4.system.entry.js +4 -0
- package/dist/ionic/p-17290742.entry.js +4 -0
- package/dist/ionic/p-18094a7c.system.entry.js +4 -0
- package/dist/ionic/p-19bfac92.js +4 -0
- package/dist/ionic/{p-dbd39afd.system.js → p-19ea7bff.system.js} +1 -1
- package/dist/ionic/p-1dfc11b3.system.js +4 -0
- package/dist/ionic/p-1e4371bd.js +4 -0
- package/dist/ionic/{p-115d74cd.system.js → p-1e955a45.system.js} +1 -1
- package/dist/ionic/p-255d9087.system.entry.js +4 -0
- package/dist/ionic/{p-41c19986.system.js → p-2564d9b9.system.js} +1 -1
- package/dist/ionic/p-265d65cb.entry.js +4 -0
- package/dist/ionic/p-2690b1de.js +4 -0
- package/dist/ionic/{p-93e47936.js → p-27281edd.js} +1 -1
- package/dist/ionic/p-27e81076.system.entry.js +4 -0
- package/dist/ionic/p-2b7827c7.js +4 -0
- package/dist/ionic/p-2e396991.system.entry.js +4 -0
- package/dist/ionic/p-2e520289.entry.js +4 -0
- package/dist/ionic/p-2e78561b.js +5 -0
- package/dist/ionic/{p-f8c63ac0.system.js → p-2f9f5bea.system.js} +2 -2
- package/dist/ionic/p-30019f0b.system.js +4 -0
- package/dist/ionic/p-32e1825e.entry.js +4 -0
- package/dist/ionic/{p-12d6df53.js → p-34b11c24.js} +1 -1
- package/dist/ionic/p-35f02a74.entry.js +4 -0
- package/dist/ionic/p-38dac839.system.entry.js +4 -0
- package/dist/ionic/p-39539749.js +4 -0
- package/dist/ionic/p-3ad285e3.system.js +4 -0
- package/dist/ionic/p-3cc276f4.js +4 -0
- package/dist/ionic/p-3e2c05a8.entry.js +4 -0
- package/dist/ionic/p-41cabce4.entry.js +4 -0
- package/dist/ionic/p-43679a42.entry.js +4 -0
- package/dist/ionic/p-43febc77.system.entry.js +4 -0
- package/dist/ionic/p-45e4a1e3.system.entry.js +4 -0
- package/dist/ionic/p-4a57dd17.entry.js +4 -0
- package/dist/ionic/p-4ab93cfa.entry.js +4 -0
- package/dist/ionic/p-4c2d5b80.system.js +4 -0
- package/dist/ionic/p-52f6a5cc.system.entry.js +4 -0
- package/dist/ionic/p-53ad8ff4.system.entry.js +4 -0
- package/dist/ionic/p-56667886.system.entry.js +4 -0
- package/dist/ionic/p-57f92640.entry.js +4 -0
- package/dist/ionic/p-5ae14e75.entry.js +4 -0
- package/dist/ionic/p-64b0068b.entry.js +4 -0
- package/dist/ionic/p-65774bef.system.entry.js +4 -0
- package/dist/ionic/p-67d3729b.system.entry.js +4 -0
- package/dist/ionic/p-6828136c.entry.js +4 -0
- package/dist/ionic/p-6a131e4b.system.entry.js +4 -0
- package/dist/ionic/p-6b6ccc63.entry.js +4 -0
- package/dist/ionic/p-6c29e51f.entry.js +4 -0
- package/dist/ionic/p-6d350e1f.entry.js +4 -0
- package/dist/ionic/p-6d7a98cc.system.entry.js +4 -0
- package/dist/ionic/p-6d9fa95e.system.entry.js +4 -0
- package/dist/ionic/p-6e1c1cf1.system.entry.js +4 -0
- package/dist/ionic/p-6f04bf2f.system.js +4 -0
- package/dist/ionic/{p-82cb4235.js → p-711fd7fc.js} +1 -1
- package/dist/ionic/p-72812e99.js +4 -0
- package/dist/ionic/p-72bc8a1c.js +4 -0
- package/dist/ionic/p-735f093b.system.entry.js +4 -0
- package/dist/ionic/p-75be4567.entry.js +4 -0
- package/dist/ionic/p-779acec8.entry.js +4 -0
- package/dist/ionic/p-78067282.system.js +4 -0
- package/dist/ionic/p-78841a31.entry.js +4 -0
- package/dist/ionic/p-792919fd.system.js +4 -0
- package/dist/ionic/p-7b30edcc.js +4 -0
- package/dist/ionic/p-7fa854a7.entry.js +4 -0
- package/dist/ionic/p-81494564.system.entry.js +4 -0
- package/dist/ionic/p-84827719.system.entry.js +4 -0
- package/dist/ionic/p-84a6d0da.system.entry.js +4 -0
- package/dist/ionic/p-8635f5e6.system.js +4 -0
- package/dist/ionic/p-86bc3e6f.entry.js +4 -0
- package/dist/ionic/p-876d7e0d.entry.js +4 -0
- package/dist/ionic/{p-4626fb32.system.js → p-8985cdb6.system.js} +1 -1
- package/dist/ionic/p-89b075f4.system.entry.js +4 -0
- package/dist/ionic/{p-4c275462.js → p-89b61afc.js} +1 -1
- package/dist/ionic/p-8b2d8ddb.system.js +4 -0
- package/dist/ionic/p-8c9954a1.entry.js +4 -0
- package/dist/ionic/p-8ceead8f.system.js +4 -0
- package/dist/ionic/p-8e8839c4.system.js +5 -0
- package/dist/ionic/{p-62887754.system.js → p-9146695e.system.js} +1 -1
- package/dist/ionic/p-938a029f.js +4 -0
- package/dist/ionic/p-93bc2080.entry.js +4 -0
- package/dist/ionic/p-96cc4814.js +4 -0
- package/dist/ionic/p-979f352d.system.entry.js +4 -0
- package/dist/ionic/p-99658fa2.entry.js +4 -0
- package/dist/ionic/p-99c5a3a0.entry.js +4 -0
- package/dist/ionic/p-9c4f4367.system.entry.js +4 -0
- package/dist/ionic/{p-3e91ea3a.system.js → p-9ea607bd.system.js} +2 -2
- package/dist/ionic/p-a15ddedb.system.js +4 -0
- package/dist/ionic/p-a2e5c294.system.entry.js +4 -0
- package/dist/ionic/p-a3bea030.system.entry.js +4 -0
- package/dist/ionic/p-a64f199d.system.entry.js +4 -0
- package/dist/ionic/p-a772be95.js +4 -0
- package/dist/ionic/p-a8cf7e93.system.entry.js +4 -0
- package/dist/ionic/p-a915830c.system.entry.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-add1b61c.system.entry.js +4 -0
- package/dist/ionic/p-ae2e0f50.entry.js +4 -0
- package/dist/ionic/p-afe932a1.system.entry.js +4 -0
- package/dist/ionic/{p-18f86177.system.js → p-b06ac4a5.system.js} +1 -1
- package/dist/ionic/p-b2ef1bb0.entry.js +4 -0
- package/dist/ionic/p-b2f788b9.system.entry.js +4 -0
- package/dist/ionic/p-b50c6cd6.system.entry.js +4 -0
- package/dist/ionic/p-b51e4004.js +4 -0
- package/dist/ionic/p-b52ddc18.system.entry.js +4 -0
- package/dist/ionic/p-b6c8f5dc.system.js +4 -0
- package/dist/ionic/p-b7027235.entry.js +4 -0
- package/dist/ionic/p-bb750ac0.system.js +4 -0
- package/dist/ionic/p-bf9210c7.system.entry.js +4 -0
- package/dist/ionic/p-c2496925.system.entry.js +4 -0
- package/dist/ionic/p-c468af8a.system.js +4 -0
- package/dist/ionic/p-c4dc27a0.system.entry.js +4 -0
- package/dist/ionic/p-c505bde7.system.entry.js +4 -0
- package/dist/ionic/p-c60e41c7.entry.js +4 -0
- package/dist/ionic/p-c61cc894.js +4 -0
- package/dist/ionic/{p-11266916.js → p-c7e16491.js} +1 -1
- package/dist/ionic/p-cb37f97d.entry.js +4 -0
- package/dist/ionic/p-ce32a54b.system.entry.js +4 -0
- package/dist/ionic/p-cf110b0b.system.js +4 -0
- package/dist/ionic/p-d09b25f9.system.entry.js +4 -0
- package/dist/ionic/p-d18dc399.entry.js +4 -0
- package/dist/ionic/{p-58aa8a36.system.js → p-d37524be.system.js} +1 -1
- package/dist/ionic/p-d47265c8.js +4 -0
- package/dist/ionic/{p-aaccbb95.js → p-d60342e3.js} +1 -1
- package/dist/ionic/p-d737a7d9.entry.js +4 -0
- package/dist/ionic/p-d83d0d32.system.entry.js +4 -0
- package/dist/ionic/p-d8d37758.entry.js +4 -0
- package/dist/ionic/{p-58f16ef6.js → p-da2b833b.js} +1 -1
- package/dist/ionic/p-dcad1a3d.system.entry.js +4 -0
- package/dist/ionic/p-dddb317f.entry.js +4 -0
- package/dist/ionic/{p-a510e9c0.js → p-de758235.js} +1 -1
- package/dist/ionic/p-dfb78785.system.js +4 -0
- package/dist/ionic/p-e11ef2b7.entry.js +4 -0
- package/dist/ionic/p-e3c8fb01.entry.js +4 -0
- package/dist/ionic/p-e3f626ea.system.entry.js +4 -0
- package/dist/ionic/p-e46ba5cd.js +4 -0
- package/dist/ionic/p-e4966716.entry.js +4 -0
- package/dist/ionic/p-e5c69948.entry.js +4 -0
- package/dist/ionic/p-e837530a.entry.js +4 -0
- package/dist/ionic/p-e85e6e02.js +4 -0
- package/dist/ionic/p-e8784b73.entry.js +4 -0
- package/dist/ionic/p-e896891b.system.entry.js +4 -0
- package/dist/ionic/p-e9bd3df9.js +4 -0
- package/dist/ionic/p-ea2ee20f.entry.js +4 -0
- package/dist/ionic/p-eb717568.entry.js +4 -0
- package/dist/ionic/p-f2986b60.entry.js +4 -0
- package/dist/ionic/{p-44ad86d7.system.js → p-f687573e.system.js} +1 -1
- package/dist/ionic/p-f8a8295c.system.entry.js +4 -0
- package/dist/ionic/p-fb7b7319.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 +0 -4
- package/dist/types/components/range/range.d.ts +1 -2
- package/dist/types/components/refresher/refresher.d.ts +1 -2
- package/dist/types/components/refresher-content/refresher-content.d.ts +0 -4
- package/dist/types/components/reorder/reorder.d.ts +0 -9
- package/dist/types/components/reorder-group/reorder-group.d.ts +0 -4
- package/dist/types/components/ripple-effect/ripple-effect.d.ts +0 -4
- package/dist/types/components/route/route.d.ts +0 -4
- package/dist/types/components/router/router.d.ts +0 -4
- package/dist/types/components/router-link/router-link.d.ts +0 -4
- package/dist/types/components/router-outlet/router-outlet.d.ts +1 -4
- package/dist/types/components/row/row.d.ts +0 -4
- package/dist/types/components/searchbar/searchbar.d.ts +8 -30
- package/dist/types/components/segment/segment.d.ts +1 -2
- package/dist/types/components/segment-button/segment-button.d.ts +1 -2
- package/dist/types/components/select/select.d.ts +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 -11
- package/dist/types/components/tabs/tabs.d.ts +0 -3
- package/dist/types/components/text/text.d.ts +1 -2
- package/dist/types/components/textarea/textarea.d.ts +4 -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 -1383
- package/dist/types/global/ionic-global.d.ts +2 -27
- package/dist/types/interface.d.ts +0 -3
- package/dist/types/stencil-public-runtime.d.ts +6 -0
- package/dist/types/utils/config.d.ts +2 -106
- package/dist/types/utils/focus-visible.d.ts +0 -1
- package/dist/types/utils/overlays-interface.d.ts +1 -31
- package/dist/types/utils/test/playwright/generator.d.ts +2 -31
- package/hydrate/index.d.ts +10 -4
- package/hydrate/index.js +2176 -3042
- package/hydrate/index.mjs +2176 -3042
- package/package.json +6 -11
- 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 -268
- 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 -259
- package/dist/collection/components/list/list.ionic.css +0 -192
- 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 -555
- 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 -355
- package/dist/collection/components/select/select.ionic.css +0 -711
- 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 -282
- package/dist/collection/components/textarea/textarea.ionic.css +0 -834
- package/dist/collection/components/title/title.ionic.css +0 -145
- package/dist/collection/components/toast/toast.ionic.css +0 -377
- 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-723c0e5d.js +0 -5
- 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-66cb5522.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-06f2f110.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-0ae8c3eb.entry.js +0 -4
- package/dist/ionic/p-0fa218e9.system.js +0 -5
- package/dist/ionic/p-101ccd60.system.entry.js +0 -4
- package/dist/ionic/p-112120d7.system.js +0 -4
- package/dist/ionic/p-12337305.system.entry.js +0 -4
- package/dist/ionic/p-156d17cd.js +0 -4
- package/dist/ionic/p-18892506.entry.js +0 -4
- package/dist/ionic/p-1abd1c99.entry.js +0 -4
- package/dist/ionic/p-1cf1141c.system.entry.js +0 -4
- package/dist/ionic/p-1dd2b0af.entry.js +0 -4
- package/dist/ionic/p-1eeb9796.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-25cc2477.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-2e35a770.system.js +0 -4
- package/dist/ionic/p-2ef115ec.system.entry.js +0 -4
- package/dist/ionic/p-2fe21cb8.system.entry.js +0 -4
- package/dist/ionic/p-3238b3db.entry.js +0 -4
- package/dist/ionic/p-330e703e.entry.js +0 -4
- package/dist/ionic/p-33dc4514.js +0 -4
- package/dist/ionic/p-346c67b0.js +0 -4
- package/dist/ionic/p-3583dd40.system.entry.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-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-3d7eb7bf.system.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-4385e3fb.system.entry.js +0 -4
- package/dist/ionic/p-4459a66e.system.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-4a39ba11.entry.js +0 -4
- package/dist/ionic/p-4a6d4288.entry.js +0 -4
- package/dist/ionic/p-4a869870.entry.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-4bbfa162.system.entry.js +0 -4
- package/dist/ionic/p-4c9e1b2c.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-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-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-5eb8561f.system.entry.js +0 -4
- package/dist/ionic/p-607c9c33.js +0 -4
- package/dist/ionic/p-60d21ee9.system.entry.js +0 -4
- package/dist/ionic/p-63fde7fe.entry.js +0 -4
- package/dist/ionic/p-6433742e.system.entry.js +0 -4
- package/dist/ionic/p-67b6e18d.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-6cbca6c5.system.entry.js +0 -4
- package/dist/ionic/p-6dc32e8b.entry.js +0 -4
- package/dist/ionic/p-6e53290f.system.entry.js +0 -4
- package/dist/ionic/p-7071d7ca.js +0 -4
- package/dist/ionic/p-70e5bb40.entry.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-78ed8923.js +0 -4
- package/dist/ionic/p-7a858bae.system.js +0 -4
- package/dist/ionic/p-7d36cf9f.system.entry.js +0 -4
- package/dist/ionic/p-80917a19.system.entry.js +0 -4
- package/dist/ionic/p-815f649a.system.entry.js +0 -4
- package/dist/ionic/p-81b72701.entry.js +0 -4
- package/dist/ionic/p-822e47a9.system.js +0 -4
- package/dist/ionic/p-83948e48.js +0 -5
- 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-871f4046.entry.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-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-94fc2104.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-a538ab98.js +0 -4
- package/dist/ionic/p-a5a9206f.entry.js +0 -4
- package/dist/ionic/p-a685da08.system.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-b18c52cd.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-b80582fe.system.entry.js +0 -4
- package/dist/ionic/p-b8b89651.system.entry.js +0 -4
- package/dist/ionic/p-bbcec459.system.js +0 -4
- package/dist/ionic/p-bcdd3eaf.entry.js +0 -4
- package/dist/ionic/p-be87ec25.entry.js +0 -4
- package/dist/ionic/p-bf68cda6.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-c9d5da01.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-d4862803.entry.js +0 -4
- package/dist/ionic/p-d9edb291.entry.js +0 -4
- package/dist/ionic/p-dc286a59.entry.js +0 -4
- package/dist/ionic/p-df09db21.entry.js +0 -4
- package/dist/ionic/p-e3b70846.system.js +0 -4
- package/dist/ionic/p-ea3ca474.system.js +0 -4
- package/dist/ionic/p-eb4ba253.entry.js +0 -4
- package/dist/ionic/p-ebd641e4.system.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-eee899d5.system.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-f44c9c6e.system.entry.js +0 -4
- package/dist/ionic/p-f5be97b8.entry.js +0 -4
- package/dist/ionic/p-f8123284.entry.js +0 -4
- package/dist/ionic/p-f99cf3f7.system.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,19 +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
2306
|
"setFocus": () => Promise<void>;
|
|
2683
|
-
/**
|
|
2684
|
-
* The theme determines the visual appearance of the component.
|
|
2685
|
-
*/
|
|
2686
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2687
2307
|
/**
|
|
2688
2308
|
* the value of the radio group.
|
|
2689
2309
|
*/
|
|
@@ -2727,7 +2347,7 @@ export namespace Components {
|
|
|
2727
2347
|
*/
|
|
2728
2348
|
"min": number;
|
|
2729
2349
|
/**
|
|
2730
|
-
* The mode determines
|
|
2350
|
+
* The mode determines which platform styles to use.
|
|
2731
2351
|
*/
|
|
2732
2352
|
"mode"?: "ios" | "md";
|
|
2733
2353
|
/**
|
|
@@ -2750,10 +2370,6 @@ export namespace Components {
|
|
|
2750
2370
|
* Specifies the value granularity.
|
|
2751
2371
|
*/
|
|
2752
2372
|
"step": number;
|
|
2753
|
-
/**
|
|
2754
|
-
* The theme determines the visual appearance of the component.
|
|
2755
|
-
*/
|
|
2756
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2757
2373
|
/**
|
|
2758
2374
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
2759
2375
|
*/
|
|
@@ -2785,7 +2401,7 @@ export namespace Components {
|
|
|
2785
2401
|
*/
|
|
2786
2402
|
"getProgress": () => Promise<number>;
|
|
2787
2403
|
/**
|
|
2788
|
-
* The mode determines
|
|
2404
|
+
* The mode determines which platform styles to use.
|
|
2789
2405
|
*/
|
|
2790
2406
|
"mode"?: "ios" | "md";
|
|
2791
2407
|
/**
|
|
@@ -2804,16 +2420,8 @@ export namespace Components {
|
|
|
2804
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.
|
|
2805
2421
|
*/
|
|
2806
2422
|
"snapbackDuration": string;
|
|
2807
|
-
/**
|
|
2808
|
-
* The theme determines the visual appearance of the component.
|
|
2809
|
-
*/
|
|
2810
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2811
2423
|
}
|
|
2812
2424
|
interface IonRefresherContent {
|
|
2813
|
-
/**
|
|
2814
|
-
* The mode determines the platform behaviors of the component.
|
|
2815
|
-
*/
|
|
2816
|
-
"mode"?: "ios" | "md";
|
|
2817
2425
|
/**
|
|
2818
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.
|
|
2819
2427
|
*/
|
|
@@ -2830,20 +2438,8 @@ export namespace Components {
|
|
|
2830
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.
|
|
2831
2439
|
*/
|
|
2832
2440
|
"refreshingText"?: string | IonicSafeString;
|
|
2833
|
-
/**
|
|
2834
|
-
* The theme determines the visual appearance of the component.
|
|
2835
|
-
*/
|
|
2836
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2837
2441
|
}
|
|
2838
2442
|
interface IonReorder {
|
|
2839
|
-
/**
|
|
2840
|
-
* The mode determines the platform behaviors of the component.
|
|
2841
|
-
*/
|
|
2842
|
-
"mode"?: "ios" | "md";
|
|
2843
|
-
/**
|
|
2844
|
-
* The theme determines the visual appearance of the component.
|
|
2845
|
-
*/
|
|
2846
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2847
2443
|
}
|
|
2848
2444
|
interface IonReorderGroup {
|
|
2849
2445
|
/**
|
|
@@ -2855,14 +2451,6 @@ export namespace Components {
|
|
|
2855
2451
|
* If `true`, the reorder will be hidden.
|
|
2856
2452
|
*/
|
|
2857
2453
|
"disabled": boolean;
|
|
2858
|
-
/**
|
|
2859
|
-
* The mode determines the platform behaviors of the component.
|
|
2860
|
-
*/
|
|
2861
|
-
"mode"?: "ios" | "md";
|
|
2862
|
-
/**
|
|
2863
|
-
* The theme determines the visual appearance of the component.
|
|
2864
|
-
*/
|
|
2865
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2866
2454
|
}
|
|
2867
2455
|
interface IonRippleEffect {
|
|
2868
2456
|
/**
|
|
@@ -2871,14 +2459,6 @@ export namespace Components {
|
|
|
2871
2459
|
* @param y The vertical coordinate of where the ripple should start.
|
|
2872
2460
|
*/
|
|
2873
2461
|
"addRipple": (x: number, y: number) => Promise<() => void>;
|
|
2874
|
-
/**
|
|
2875
|
-
* The mode determines the platform behaviors of the component.
|
|
2876
|
-
*/
|
|
2877
|
-
"mode"?: "ios" | "md";
|
|
2878
|
-
/**
|
|
2879
|
-
* The theme determines the visual appearance of the component.
|
|
2880
|
-
*/
|
|
2881
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2882
2462
|
/**
|
|
2883
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.
|
|
2884
2464
|
*/
|
|
@@ -2901,14 +2481,6 @@ export namespace Components {
|
|
|
2901
2481
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
2902
2482
|
*/
|
|
2903
2483
|
"componentProps"?: { [key: string]: any };
|
|
2904
|
-
/**
|
|
2905
|
-
* The mode determines the platform behaviors of the component.
|
|
2906
|
-
*/
|
|
2907
|
-
"mode"?: "ios" | "md";
|
|
2908
|
-
/**
|
|
2909
|
-
* The theme determines the visual appearance of the component.
|
|
2910
|
-
*/
|
|
2911
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2912
2484
|
/**
|
|
2913
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.
|
|
2914
2486
|
*/
|
|
@@ -2930,10 +2502,6 @@ export namespace Components {
|
|
|
2930
2502
|
*/
|
|
2931
2503
|
"back": () => Promise<void>;
|
|
2932
2504
|
"canTransition": () => Promise<string | boolean>;
|
|
2933
|
-
/**
|
|
2934
|
-
* The mode determines the platform behaviors of the component.
|
|
2935
|
-
*/
|
|
2936
|
-
"mode"?: "ios" | "md";
|
|
2937
2505
|
"navChanged": (direction: RouterDirection) => Promise<boolean>;
|
|
2938
2506
|
"printDebug": () => Promise<void>;
|
|
2939
2507
|
/**
|
|
@@ -2946,10 +2514,6 @@ export namespace Components {
|
|
|
2946
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.
|
|
2947
2515
|
*/
|
|
2948
2516
|
"root": string;
|
|
2949
|
-
/**
|
|
2950
|
-
* The theme determines the visual appearance of the component.
|
|
2951
|
-
*/
|
|
2952
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2953
2517
|
/**
|
|
2954
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.
|
|
2955
2519
|
*/
|
|
@@ -2964,10 +2528,6 @@ export namespace Components {
|
|
|
2964
2528
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
2965
2529
|
*/
|
|
2966
2530
|
"href": string | undefined;
|
|
2967
|
-
/**
|
|
2968
|
-
* The mode determines the platform behaviors of the component.
|
|
2969
|
-
*/
|
|
2970
|
-
"mode"?: "ios" | "md";
|
|
2971
2531
|
/**
|
|
2972
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).
|
|
2973
2533
|
*/
|
|
@@ -2984,10 +2544,6 @@ export namespace Components {
|
|
|
2984
2544
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
2985
2545
|
*/
|
|
2986
2546
|
"target": string | undefined;
|
|
2987
|
-
/**
|
|
2988
|
-
* The theme determines the visual appearance of the component.
|
|
2989
|
-
*/
|
|
2990
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2991
2547
|
}
|
|
2992
2548
|
interface IonRouterOutlet {
|
|
2993
2549
|
/**
|
|
@@ -3002,25 +2558,13 @@ export namespace Components {
|
|
|
3002
2558
|
"delegate"?: FrameworkDelegate;
|
|
3003
2559
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
3004
2560
|
/**
|
|
3005
|
-
* The mode determines
|
|
2561
|
+
* The mode determines which platform styles to use.
|
|
3006
2562
|
*/
|
|
3007
2563
|
"mode": "ios" | "md";
|
|
3008
2564
|
"setRouteId": (id: string, params: ComponentProps | undefined, direction: RouterDirection, animation?: AnimationBuilder) => Promise<RouteWrite>;
|
|
3009
2565
|
"swipeHandler"?: SwipeGestureHandler;
|
|
3010
|
-
/**
|
|
3011
|
-
* The theme determines the visual appearance of the component.
|
|
3012
|
-
*/
|
|
3013
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3014
2566
|
}
|
|
3015
2567
|
interface IonRow {
|
|
3016
|
-
/**
|
|
3017
|
-
* The mode determines the platform behaviors of the component.
|
|
3018
|
-
*/
|
|
3019
|
-
"mode"?: "ios" | "md";
|
|
3020
|
-
/**
|
|
3021
|
-
* The theme determines the visual appearance of the component.
|
|
3022
|
-
*/
|
|
3023
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3024
2568
|
}
|
|
3025
2569
|
interface IonSearchbar {
|
|
3026
2570
|
/**
|
|
@@ -3040,15 +2584,15 @@ export namespace Components {
|
|
|
3040
2584
|
*/
|
|
3041
2585
|
"autocorrect": 'on' | 'off';
|
|
3042
2586
|
/**
|
|
3043
|
-
* Set the cancel button icon. Only
|
|
2587
|
+
* Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
|
|
3044
2588
|
*/
|
|
3045
|
-
"cancelButtonIcon"
|
|
2589
|
+
"cancelButtonIcon": string;
|
|
3046
2590
|
/**
|
|
3047
|
-
* Set the the cancel button text. Only
|
|
2591
|
+
* Set the the cancel button text. Only applies to `ios` mode.
|
|
3048
2592
|
*/
|
|
3049
2593
|
"cancelButtonText": string;
|
|
3050
2594
|
/**
|
|
3051
|
-
* Set the clear icon. Defaults to `
|
|
2595
|
+
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
|
|
3052
2596
|
*/
|
|
3053
2597
|
"clearIcon"?: string;
|
|
3054
2598
|
/**
|
|
@@ -3084,7 +2628,7 @@ export namespace Components {
|
|
|
3084
2628
|
*/
|
|
3085
2629
|
"minlength"?: number;
|
|
3086
2630
|
/**
|
|
3087
|
-
* The mode determines
|
|
2631
|
+
* The mode determines which platform styles to use.
|
|
3088
2632
|
*/
|
|
3089
2633
|
"mode"?: "ios" | "md";
|
|
3090
2634
|
/**
|
|
@@ -3096,7 +2640,7 @@ export namespace Components {
|
|
|
3096
2640
|
*/
|
|
3097
2641
|
"placeholder": string;
|
|
3098
2642
|
/**
|
|
3099
|
-
* 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.
|
|
3100
2644
|
*/
|
|
3101
2645
|
"searchIcon"?: string;
|
|
3102
2646
|
/**
|
|
@@ -3115,10 +2659,6 @@ export namespace Components {
|
|
|
3115
2659
|
* If `true`, enable spellcheck on the input.
|
|
3116
2660
|
*/
|
|
3117
2661
|
"spellcheck": boolean;
|
|
3118
|
-
/**
|
|
3119
|
-
* The theme determines the visual appearance of the component.
|
|
3120
|
-
*/
|
|
3121
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3122
2662
|
/**
|
|
3123
2663
|
* Set the type of the input.
|
|
3124
2664
|
*/
|
|
@@ -3138,7 +2678,7 @@ export namespace Components {
|
|
|
3138
2678
|
*/
|
|
3139
2679
|
"disabled": boolean;
|
|
3140
2680
|
/**
|
|
3141
|
-
* The mode determines
|
|
2681
|
+
* The mode determines which platform styles to use.
|
|
3142
2682
|
*/
|
|
3143
2683
|
"mode"?: "ios" | "md";
|
|
3144
2684
|
/**
|
|
@@ -3153,10 +2693,6 @@ export namespace Components {
|
|
|
3153
2693
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
3154
2694
|
*/
|
|
3155
2695
|
"swipeGesture": boolean;
|
|
3156
|
-
/**
|
|
3157
|
-
* The theme determines the visual appearance of the component.
|
|
3158
|
-
*/
|
|
3159
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3160
2696
|
/**
|
|
3161
2697
|
* the value of the segment.
|
|
3162
2698
|
*/
|
|
@@ -3176,14 +2712,10 @@ export namespace Components {
|
|
|
3176
2712
|
*/
|
|
3177
2713
|
"layout"?: SegmentButtonLayout;
|
|
3178
2714
|
/**
|
|
3179
|
-
* The mode determines
|
|
2715
|
+
* The mode determines which platform styles to use.
|
|
3180
2716
|
*/
|
|
3181
2717
|
"mode"?: "ios" | "md";
|
|
3182
2718
|
"setFocus": () => Promise<void>;
|
|
3183
|
-
/**
|
|
3184
|
-
* The theme determines the visual appearance of the component.
|
|
3185
|
-
*/
|
|
3186
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3187
2719
|
/**
|
|
3188
2720
|
* The type of the button.
|
|
3189
2721
|
*/
|
|
@@ -3224,11 +2756,11 @@ export namespace Components {
|
|
|
3224
2756
|
*/
|
|
3225
2757
|
"disabled": boolean;
|
|
3226
2758
|
/**
|
|
3227
|
-
* 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.
|
|
3228
2760
|
*/
|
|
3229
2761
|
"expandedIcon"?: string;
|
|
3230
2762
|
/**
|
|
3231
|
-
* 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.
|
|
3232
2764
|
*/
|
|
3233
2765
|
"fill"?: 'outline' | 'solid';
|
|
3234
2766
|
/**
|
|
@@ -3252,7 +2784,7 @@ export namespace Components {
|
|
|
3252
2784
|
*/
|
|
3253
2785
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
3254
2786
|
/**
|
|
3255
|
-
* The mode determines
|
|
2787
|
+
* The mode determines which platform styles to use.
|
|
3256
2788
|
*/
|
|
3257
2789
|
"mode"?: "ios" | "md";
|
|
3258
2790
|
/**
|
|
@@ -3281,19 +2813,11 @@ export namespace Components {
|
|
|
3281
2813
|
*/
|
|
3282
2814
|
"selectedText"?: string | null;
|
|
3283
2815
|
/**
|
|
3284
|
-
*
|
|
3285
|
-
*/
|
|
3286
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3287
|
-
/**
|
|
3288
|
-
* 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.
|
|
3289
|
-
*/
|
|
3290
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
3291
|
-
/**
|
|
3292
|
-
* The theme determines the visual appearance of the component.
|
|
2816
|
+
* The shape of the select. If "round" it will have an increased border radius.
|
|
3293
2817
|
*/
|
|
3294
|
-
"
|
|
2818
|
+
"shape"?: 'round';
|
|
3295
2819
|
/**
|
|
3296
|
-
* The toggle icon to use. Defaults to `
|
|
2820
|
+
* The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
|
|
3297
2821
|
*/
|
|
3298
2822
|
"toggleIcon"?: string;
|
|
3299
2823
|
/**
|
|
@@ -3311,14 +2835,6 @@ export namespace Components {
|
|
|
3311
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.
|
|
3312
2836
|
*/
|
|
3313
2837
|
"disabled": boolean;
|
|
3314
|
-
/**
|
|
3315
|
-
* The mode determines the platform behaviors of the component.
|
|
3316
|
-
*/
|
|
3317
|
-
"mode"?: "ios" | "md";
|
|
3318
|
-
/**
|
|
3319
|
-
* The theme determines the visual appearance of the component.
|
|
3320
|
-
*/
|
|
3321
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3322
2838
|
/**
|
|
3323
2839
|
* The text value of the option.
|
|
3324
2840
|
*/
|
|
@@ -3333,10 +2849,6 @@ export namespace Components {
|
|
|
3333
2849
|
* The text content of the popover body
|
|
3334
2850
|
*/
|
|
3335
2851
|
"message"?: string;
|
|
3336
|
-
/**
|
|
3337
|
-
* The mode determines the platform behaviors of the component.
|
|
3338
|
-
*/
|
|
3339
|
-
"mode"?: "ios" | "md";
|
|
3340
2852
|
/**
|
|
3341
2853
|
* If true, the select accepts multiple values
|
|
3342
2854
|
*/
|
|
@@ -3349,24 +2861,12 @@ export namespace Components {
|
|
|
3349
2861
|
* The subheader text of the popover
|
|
3350
2862
|
*/
|
|
3351
2863
|
"subHeader"?: string;
|
|
3352
|
-
/**
|
|
3353
|
-
* The theme determines the visual appearance of the component.
|
|
3354
|
-
*/
|
|
3355
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3356
2864
|
}
|
|
3357
2865
|
interface IonSkeletonText {
|
|
3358
2866
|
/**
|
|
3359
2867
|
* If `true`, the skeleton text will animate.
|
|
3360
2868
|
*/
|
|
3361
2869
|
"animated": boolean;
|
|
3362
|
-
/**
|
|
3363
|
-
* The mode determines the platform behaviors of the component.
|
|
3364
|
-
*/
|
|
3365
|
-
"mode"?: "ios" | "md";
|
|
3366
|
-
/**
|
|
3367
|
-
* The theme determines the visual appearance of the component.
|
|
3368
|
-
*/
|
|
3369
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3370
2870
|
}
|
|
3371
2871
|
interface IonSpinner {
|
|
3372
2872
|
/**
|
|
@@ -3377,10 +2877,6 @@ export namespace Components {
|
|
|
3377
2877
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
3378
2878
|
*/
|
|
3379
2879
|
"duration"?: number;
|
|
3380
|
-
/**
|
|
3381
|
-
* The mode determines the platform behaviors of the component.
|
|
3382
|
-
*/
|
|
3383
|
-
"mode"?: "ios" | "md";
|
|
3384
2880
|
/**
|
|
3385
2881
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
3386
2882
|
*/
|
|
@@ -3389,14 +2885,6 @@ export namespace Components {
|
|
|
3389
2885
|
* If `true`, the spinner's animation will be paused.
|
|
3390
2886
|
*/
|
|
3391
2887
|
"paused": boolean;
|
|
3392
|
-
/**
|
|
3393
|
-
* 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.
|
|
3394
|
-
*/
|
|
3395
|
-
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
3396
|
-
/**
|
|
3397
|
-
* The theme determines the visual appearance of the component.
|
|
3398
|
-
*/
|
|
3399
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3400
2888
|
}
|
|
3401
2889
|
interface IonSplitPane {
|
|
3402
2890
|
/**
|
|
@@ -3408,14 +2896,6 @@ export namespace Components {
|
|
|
3408
2896
|
*/
|
|
3409
2897
|
"disabled": boolean;
|
|
3410
2898
|
"isVisible": () => Promise<boolean>;
|
|
3411
|
-
/**
|
|
3412
|
-
* The mode determines the platform behaviors of the component.
|
|
3413
|
-
*/
|
|
3414
|
-
"mode"?: "ios" | "md";
|
|
3415
|
-
/**
|
|
3416
|
-
* The theme determines the visual appearance of the component.
|
|
3417
|
-
*/
|
|
3418
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3419
2899
|
/**
|
|
3420
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.
|
|
3421
2901
|
*/
|
|
@@ -3428,10 +2908,6 @@ export namespace Components {
|
|
|
3428
2908
|
*/
|
|
3429
2909
|
"component"?: ComponentRef;
|
|
3430
2910
|
"delegate"?: FrameworkDelegate;
|
|
3431
|
-
/**
|
|
3432
|
-
* The mode determines the platform behaviors of the component.
|
|
3433
|
-
*/
|
|
3434
|
-
"mode"?: "ios" | "md";
|
|
3435
2911
|
/**
|
|
3436
2912
|
* Set the active component for the tab
|
|
3437
2913
|
*/
|
|
@@ -3440,10 +2916,6 @@ export namespace Components {
|
|
|
3440
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.
|
|
3441
2917
|
*/
|
|
3442
2918
|
"tab": string;
|
|
3443
|
-
/**
|
|
3444
|
-
* The theme determines the visual appearance of the component.
|
|
3445
|
-
*/
|
|
3446
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3447
2919
|
}
|
|
3448
2920
|
interface IonTabBar {
|
|
3449
2921
|
/**
|
|
@@ -3451,11 +2923,7 @@ export namespace Components {
|
|
|
3451
2923
|
*/
|
|
3452
2924
|
"color"?: Color;
|
|
3453
2925
|
/**
|
|
3454
|
-
*
|
|
3455
|
-
*/
|
|
3456
|
-
"expand": 'compact' | 'full';
|
|
3457
|
-
/**
|
|
3458
|
-
* The mode determines the platform behaviors of the component.
|
|
2926
|
+
* The mode determines which platform styles to use.
|
|
3459
2927
|
*/
|
|
3460
2928
|
"mode"?: "ios" | "md";
|
|
3461
2929
|
/**
|
|
@@ -3463,15 +2931,7 @@ export namespace Components {
|
|
|
3463
2931
|
*/
|
|
3464
2932
|
"selectedTab"?: string;
|
|
3465
2933
|
/**
|
|
3466
|
-
*
|
|
3467
|
-
*/
|
|
3468
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3469
|
-
/**
|
|
3470
|
-
* The theme determines the visual appearance of the component.
|
|
3471
|
-
*/
|
|
3472
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3473
|
-
/**
|
|
3474
|
-
* 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).
|
|
3475
2935
|
*/
|
|
3476
2936
|
"translucent": boolean;
|
|
3477
2937
|
}
|
|
@@ -3493,7 +2953,7 @@ export namespace Components {
|
|
|
3493
2953
|
*/
|
|
3494
2954
|
"layout"?: TabButtonLayout;
|
|
3495
2955
|
/**
|
|
3496
|
-
* The mode determines
|
|
2956
|
+
* The mode determines which platform styles to use.
|
|
3497
2957
|
*/
|
|
3498
2958
|
"mode"?: "ios" | "md";
|
|
3499
2959
|
/**
|
|
@@ -3504,10 +2964,6 @@ export namespace Components {
|
|
|
3504
2964
|
* The selected tab component
|
|
3505
2965
|
*/
|
|
3506
2966
|
"selected": boolean;
|
|
3507
|
-
/**
|
|
3508
|
-
* Set to `"soft"` for a tab-button with slightly rounded corners, `"round"` for a tab-button with fully rounded corners, or `"rectangular"` for a tab-button without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
|
|
3509
|
-
*/
|
|
3510
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3511
2967
|
/**
|
|
3512
2968
|
* 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.
|
|
3513
2969
|
*/
|
|
@@ -3516,10 +2972,6 @@ export namespace Components {
|
|
|
3516
2972
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
3517
2973
|
*/
|
|
3518
2974
|
"target": string | undefined;
|
|
3519
|
-
/**
|
|
3520
|
-
* The theme determines the visual appearance of the component.
|
|
3521
|
-
*/
|
|
3522
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3523
2975
|
}
|
|
3524
2976
|
interface IonTabs {
|
|
3525
2977
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
@@ -3532,20 +2984,12 @@ export namespace Components {
|
|
|
3532
2984
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
3533
2985
|
*/
|
|
3534
2986
|
"getTab": (tab: string | HTMLIonTabElement) => Promise<HTMLIonTabElement | undefined>;
|
|
3535
|
-
/**
|
|
3536
|
-
* The mode determines the platform behaviors of the component.
|
|
3537
|
-
*/
|
|
3538
|
-
"mode"?: "ios" | "md";
|
|
3539
2987
|
/**
|
|
3540
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.
|
|
3541
2989
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
3542
2990
|
*/
|
|
3543
2991
|
"select": (tab: string | HTMLIonTabElement) => Promise<boolean>;
|
|
3544
2992
|
"setRouteId": (id: string) => Promise<RouteWrite>;
|
|
3545
|
-
/**
|
|
3546
|
-
* The theme determines the visual appearance of the component.
|
|
3547
|
-
*/
|
|
3548
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3549
2993
|
"useRouter": boolean;
|
|
3550
2994
|
}
|
|
3551
2995
|
interface IonText {
|
|
@@ -3554,13 +2998,9 @@ export namespace Components {
|
|
|
3554
2998
|
*/
|
|
3555
2999
|
"color"?: Color;
|
|
3556
3000
|
/**
|
|
3557
|
-
* The mode determines
|
|
3001
|
+
* The mode determines which platform styles to use.
|
|
3558
3002
|
*/
|
|
3559
3003
|
"mode"?: "ios" | "md";
|
|
3560
|
-
/**
|
|
3561
|
-
* The theme determines the visual appearance of the component.
|
|
3562
|
-
*/
|
|
3563
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3564
3004
|
}
|
|
3565
3005
|
interface IonTextarea {
|
|
3566
3006
|
/**
|
|
@@ -3612,7 +3052,7 @@ export namespace Components {
|
|
|
3612
3052
|
*/
|
|
3613
3053
|
"errorText"?: string;
|
|
3614
3054
|
/**
|
|
3615
|
-
* 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.
|
|
3616
3056
|
*/
|
|
3617
3057
|
"fill"?: 'outline' | 'solid';
|
|
3618
3058
|
/**
|
|
@@ -3644,7 +3084,7 @@ export namespace Components {
|
|
|
3644
3084
|
*/
|
|
3645
3085
|
"minlength"?: number;
|
|
3646
3086
|
/**
|
|
3647
|
-
* The mode determines
|
|
3087
|
+
* The mode determines which platform styles to use.
|
|
3648
3088
|
*/
|
|
3649
3089
|
"mode"?: "ios" | "md";
|
|
3650
3090
|
/**
|
|
@@ -3672,21 +3112,13 @@ export namespace Components {
|
|
|
3672
3112
|
*/
|
|
3673
3113
|
"setFocus": () => Promise<void>;
|
|
3674
3114
|
/**
|
|
3675
|
-
*
|
|
3115
|
+
* The shape of the textarea. If "round" it will have an increased border radius.
|
|
3676
3116
|
*/
|
|
3677
|
-
"shape"?: '
|
|
3678
|
-
/**
|
|
3679
|
-
* 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.
|
|
3680
|
-
*/
|
|
3681
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
3117
|
+
"shape"?: 'round';
|
|
3682
3118
|
/**
|
|
3683
3119
|
* If `true`, the element will have its spelling and grammar checked.
|
|
3684
3120
|
*/
|
|
3685
3121
|
"spellcheck": boolean;
|
|
3686
|
-
/**
|
|
3687
|
-
* The theme determines the visual appearance of the component.
|
|
3688
|
-
*/
|
|
3689
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3690
3122
|
/**
|
|
3691
3123
|
* The value of the textarea.
|
|
3692
3124
|
*/
|
|
@@ -3697,32 +3129,16 @@ export namespace Components {
|
|
|
3697
3129
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
3698
3130
|
}
|
|
3699
3131
|
interface IonThumbnail {
|
|
3700
|
-
/**
|
|
3701
|
-
* The mode determines the platform behaviors of the component.
|
|
3702
|
-
*/
|
|
3703
|
-
"mode"?: "ios" | "md";
|
|
3704
|
-
/**
|
|
3705
|
-
* The theme determines the visual appearance of the component.
|
|
3706
|
-
*/
|
|
3707
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3708
3132
|
}
|
|
3709
3133
|
interface IonTitle {
|
|
3710
3134
|
/**
|
|
3711
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).
|
|
3712
3136
|
*/
|
|
3713
3137
|
"color"?: Color;
|
|
3714
|
-
/**
|
|
3715
|
-
* The mode determines the platform behaviors of the component.
|
|
3716
|
-
*/
|
|
3717
|
-
"mode"?: "ios" | "md";
|
|
3718
3138
|
/**
|
|
3719
3139
|
* The size of the toolbar title.
|
|
3720
3140
|
*/
|
|
3721
3141
|
"size"?: 'large' | 'small';
|
|
3722
|
-
/**
|
|
3723
|
-
* The theme determines the visual appearance of the component.
|
|
3724
|
-
*/
|
|
3725
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3726
3142
|
}
|
|
3727
3143
|
interface IonToast {
|
|
3728
3144
|
/**
|
|
@@ -3790,7 +3206,7 @@ export namespace Components {
|
|
|
3790
3206
|
*/
|
|
3791
3207
|
"message"?: string | IonicSafeString;
|
|
3792
3208
|
/**
|
|
3793
|
-
* The mode determines
|
|
3209
|
+
* The mode determines which platform styles to use.
|
|
3794
3210
|
*/
|
|
3795
3211
|
"mode"?: "ios" | "md";
|
|
3796
3212
|
/**
|
|
@@ -3814,20 +3230,12 @@ export namespace Components {
|
|
|
3814
3230
|
* Present the toast overlay after it has been created.
|
|
3815
3231
|
*/
|
|
3816
3232
|
"present": () => Promise<void>;
|
|
3817
|
-
/**
|
|
3818
|
-
* 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.
|
|
3819
|
-
*/
|
|
3820
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3821
3233
|
/**
|
|
3822
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.
|
|
3823
3235
|
*/
|
|
3824
3236
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
3825
3237
|
/**
|
|
3826
|
-
*
|
|
3827
|
-
*/
|
|
3828
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3829
|
-
/**
|
|
3830
|
-
* 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).
|
|
3831
3239
|
*/
|
|
3832
3240
|
"translucent": boolean;
|
|
3833
3241
|
/**
|
|
@@ -3865,17 +3273,13 @@ export namespace Components {
|
|
|
3865
3273
|
*/
|
|
3866
3274
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
3867
3275
|
/**
|
|
3868
|
-
* The mode determines
|
|
3276
|
+
* The mode determines which platform styles to use.
|
|
3869
3277
|
*/
|
|
3870
3278
|
"mode"?: "ios" | "md";
|
|
3871
3279
|
/**
|
|
3872
3280
|
* The name of the control, which is submitted with the form data.
|
|
3873
3281
|
*/
|
|
3874
3282
|
"name": string;
|
|
3875
|
-
/**
|
|
3876
|
-
* The theme determines the visual appearance of the component.
|
|
3877
|
-
*/
|
|
3878
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3879
3283
|
/**
|
|
3880
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>`.
|
|
3881
3285
|
*/
|
|
@@ -3887,13 +3291,9 @@ export namespace Components {
|
|
|
3887
3291
|
*/
|
|
3888
3292
|
"color"?: Color;
|
|
3889
3293
|
/**
|
|
3890
|
-
* The mode determines
|
|
3294
|
+
* The mode determines which platform styles to use.
|
|
3891
3295
|
*/
|
|
3892
3296
|
"mode"?: "ios" | "md";
|
|
3893
|
-
/**
|
|
3894
|
-
* The theme determines the visual appearance of the component.
|
|
3895
|
-
*/
|
|
3896
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3897
3297
|
}
|
|
3898
3298
|
}
|
|
3899
3299
|
export interface IonAccordionGroupCustomEvent<T> extends CustomEvent<T> {
|
|
@@ -5411,17 +4811,13 @@ declare namespace LocalJSX {
|
|
|
5411
4811
|
*/
|
|
5412
4812
|
"disabled"?: boolean;
|
|
5413
4813
|
/**
|
|
5414
|
-
* The mode determines
|
|
4814
|
+
* The mode determines which platform styles to use.
|
|
5415
4815
|
*/
|
|
5416
4816
|
"mode"?: "ios" | "md";
|
|
5417
4817
|
/**
|
|
5418
4818
|
* If `true`, the accordion cannot be interacted with, but does not alter the opacity.
|
|
5419
4819
|
*/
|
|
5420
4820
|
"readonly"?: boolean;
|
|
5421
|
-
/**
|
|
5422
|
-
* The theme determines the visual appearance of the component.
|
|
5423
|
-
*/
|
|
5424
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5425
4821
|
/**
|
|
5426
4822
|
* The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
|
|
5427
4823
|
*/
|
|
@@ -5449,7 +4845,7 @@ declare namespace LocalJSX {
|
|
|
5449
4845
|
*/
|
|
5450
4846
|
"expand"?: 'compact' | 'inset';
|
|
5451
4847
|
/**
|
|
5452
|
-
* The mode determines
|
|
4848
|
+
* The mode determines which platform styles to use.
|
|
5453
4849
|
*/
|
|
5454
4850
|
"mode"?: "ios" | "md";
|
|
5455
4851
|
/**
|
|
@@ -5464,14 +4860,6 @@ declare namespace LocalJSX {
|
|
|
5464
4860
|
* If `true`, the accordion group cannot be interacted with, but does not alter the opacity.
|
|
5465
4861
|
*/
|
|
5466
4862
|
"readonly"?: boolean;
|
|
5467
|
-
/**
|
|
5468
|
-
* 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"`.
|
|
5469
|
-
*/
|
|
5470
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5471
|
-
/**
|
|
5472
|
-
* The theme determines the visual appearance of the component.
|
|
5473
|
-
*/
|
|
5474
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5475
4863
|
/**
|
|
5476
4864
|
* The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
|
|
5477
4865
|
*/
|
|
@@ -5519,7 +4907,7 @@ declare namespace LocalJSX {
|
|
|
5519
4907
|
*/
|
|
5520
4908
|
"leaveAnimation"?: AnimationBuilder;
|
|
5521
4909
|
/**
|
|
5522
|
-
* The mode determines
|
|
4910
|
+
* The mode determines which platform styles to use.
|
|
5523
4911
|
*/
|
|
5524
4912
|
"mode"?: "ios" | "md";
|
|
5525
4913
|
/**
|
|
@@ -5559,11 +4947,7 @@ declare namespace LocalJSX {
|
|
|
5559
4947
|
*/
|
|
5560
4948
|
"subHeader"?: string;
|
|
5561
4949
|
/**
|
|
5562
|
-
*
|
|
5563
|
-
*/
|
|
5564
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5565
|
-
/**
|
|
5566
|
-
* 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).
|
|
5567
4951
|
*/
|
|
5568
4952
|
"translucent"?: boolean;
|
|
5569
4953
|
/**
|
|
@@ -5621,7 +5005,7 @@ declare namespace LocalJSX {
|
|
|
5621
5005
|
*/
|
|
5622
5006
|
"message"?: string | IonicSafeString;
|
|
5623
5007
|
/**
|
|
5624
|
-
* The mode determines
|
|
5008
|
+
* The mode determines which platform styles to use.
|
|
5625
5009
|
*/
|
|
5626
5010
|
"mode"?: "ios" | "md";
|
|
5627
5011
|
/**
|
|
@@ -5661,11 +5045,7 @@ declare namespace LocalJSX {
|
|
|
5661
5045
|
*/
|
|
5662
5046
|
"subHeader"?: string;
|
|
5663
5047
|
/**
|
|
5664
|
-
*
|
|
5665
|
-
*/
|
|
5666
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5667
|
-
/**
|
|
5668
|
-
* 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).
|
|
5669
5049
|
*/
|
|
5670
5050
|
"translucent"?: boolean;
|
|
5671
5051
|
/**
|
|
@@ -5674,32 +5054,8 @@ declare namespace LocalJSX {
|
|
|
5674
5054
|
"trigger"?: string | undefined;
|
|
5675
5055
|
}
|
|
5676
5056
|
interface IonApp {
|
|
5677
|
-
/**
|
|
5678
|
-
* The mode determines the platform behaviors of the component.
|
|
5679
|
-
*/
|
|
5680
|
-
"mode"?: "ios" | "md";
|
|
5681
|
-
/**
|
|
5682
|
-
* The theme determines the visual appearance of the component.
|
|
5683
|
-
*/
|
|
5684
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5685
5057
|
}
|
|
5686
5058
|
interface IonAvatar {
|
|
5687
|
-
/**
|
|
5688
|
-
* The mode determines the platform behaviors of the component.
|
|
5689
|
-
*/
|
|
5690
|
-
"mode"?: "ios" | "md";
|
|
5691
|
-
/**
|
|
5692
|
-
* 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.
|
|
5693
|
-
*/
|
|
5694
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5695
|
-
/**
|
|
5696
|
-
* 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.
|
|
5697
|
-
*/
|
|
5698
|
-
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
5699
|
-
/**
|
|
5700
|
-
* The theme determines the visual appearance of the component.
|
|
5701
|
-
*/
|
|
5702
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5703
5059
|
}
|
|
5704
5060
|
interface IonBackButton {
|
|
5705
5061
|
/**
|
|
@@ -5719,7 +5075,7 @@ declare namespace LocalJSX {
|
|
|
5719
5075
|
*/
|
|
5720
5076
|
"icon"?: string | null;
|
|
5721
5077
|
/**
|
|
5722
|
-
* The mode determines
|
|
5078
|
+
* The mode determines which platform styles to use.
|
|
5723
5079
|
*/
|
|
5724
5080
|
"mode"?: "ios" | "md";
|
|
5725
5081
|
/**
|
|
@@ -5730,20 +5086,12 @@ declare namespace LocalJSX {
|
|
|
5730
5086
|
* The text to display in the back button.
|
|
5731
5087
|
*/
|
|
5732
5088
|
"text"?: string | null;
|
|
5733
|
-
/**
|
|
5734
|
-
* The theme determines the visual appearance of the component.
|
|
5735
|
-
*/
|
|
5736
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5737
5089
|
/**
|
|
5738
5090
|
* The type of the button.
|
|
5739
5091
|
*/
|
|
5740
5092
|
"type"?: 'submit' | 'reset' | 'button';
|
|
5741
5093
|
}
|
|
5742
5094
|
interface IonBackdrop {
|
|
5743
|
-
/**
|
|
5744
|
-
* The mode determines the platform behaviors of the component.
|
|
5745
|
-
*/
|
|
5746
|
-
"mode"?: "ios" | "md";
|
|
5747
5095
|
/**
|
|
5748
5096
|
* Emitted when the backdrop is tapped.
|
|
5749
5097
|
*/
|
|
@@ -5756,10 +5104,6 @@ declare namespace LocalJSX {
|
|
|
5756
5104
|
* If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
|
|
5757
5105
|
*/
|
|
5758
5106
|
"tappable"?: boolean;
|
|
5759
|
-
/**
|
|
5760
|
-
* The theme determines the visual appearance of the component.
|
|
5761
|
-
*/
|
|
5762
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5763
5107
|
/**
|
|
5764
5108
|
* If `true`, the backdrop will be visible.
|
|
5765
5109
|
*/
|
|
@@ -5771,21 +5115,9 @@ declare namespace LocalJSX {
|
|
|
5771
5115
|
*/
|
|
5772
5116
|
"color"?: Color;
|
|
5773
5117
|
/**
|
|
5774
|
-
* The mode determines
|
|
5118
|
+
* The mode determines which platform styles to use.
|
|
5775
5119
|
*/
|
|
5776
5120
|
"mode"?: "ios" | "md";
|
|
5777
|
-
/**
|
|
5778
|
-
* 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.
|
|
5779
|
-
*/
|
|
5780
|
-
"shape"?: 'soft' | 'round | rectangular';
|
|
5781
|
-
/**
|
|
5782
|
-
* 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.
|
|
5783
|
-
*/
|
|
5784
|
-
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
5785
|
-
/**
|
|
5786
|
-
* The theme determines the visual appearance of the component.
|
|
5787
|
-
*/
|
|
5788
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5789
5121
|
}
|
|
5790
5122
|
interface IonBreadcrumb {
|
|
5791
5123
|
/**
|
|
@@ -5809,7 +5141,7 @@ declare namespace LocalJSX {
|
|
|
5809
5141
|
*/
|
|
5810
5142
|
"href"?: string | undefined;
|
|
5811
5143
|
/**
|
|
5812
|
-
* The mode determines
|
|
5144
|
+
* The mode determines which platform styles to use.
|
|
5813
5145
|
*/
|
|
5814
5146
|
"mode"?: "ios" | "md";
|
|
5815
5147
|
/**
|
|
@@ -5840,10 +5172,6 @@ declare namespace LocalJSX {
|
|
|
5840
5172
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5841
5173
|
*/
|
|
5842
5174
|
"target"?: string | undefined;
|
|
5843
|
-
/**
|
|
5844
|
-
* The theme determines the visual appearance of the component.
|
|
5845
|
-
*/
|
|
5846
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5847
5175
|
}
|
|
5848
5176
|
interface IonBreadcrumbs {
|
|
5849
5177
|
/**
|
|
@@ -5863,17 +5191,13 @@ declare namespace LocalJSX {
|
|
|
5863
5191
|
*/
|
|
5864
5192
|
"maxItems"?: number;
|
|
5865
5193
|
/**
|
|
5866
|
-
* The mode determines
|
|
5194
|
+
* The mode determines which platform styles to use.
|
|
5867
5195
|
*/
|
|
5868
5196
|
"mode"?: "ios" | "md";
|
|
5869
5197
|
/**
|
|
5870
5198
|
* Emitted when the collapsed indicator is clicked on.
|
|
5871
5199
|
*/
|
|
5872
5200
|
"onIonCollapsedClick"?: (event: IonBreadcrumbsCustomEvent<BreadcrumbCollapsedClickEventDetail>) => void;
|
|
5873
|
-
/**
|
|
5874
|
-
* The theme determines the visual appearance of the component.
|
|
5875
|
-
*/
|
|
5876
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5877
5201
|
}
|
|
5878
5202
|
interface IonButton {
|
|
5879
5203
|
/**
|
|
@@ -5909,7 +5233,7 @@ declare namespace LocalJSX {
|
|
|
5909
5233
|
*/
|
|
5910
5234
|
"href"?: string | undefined;
|
|
5911
5235
|
/**
|
|
5912
|
-
* The mode determines
|
|
5236
|
+
* The mode determines which platform styles to use.
|
|
5913
5237
|
*/
|
|
5914
5238
|
"mode"?: "ios" | "md";
|
|
5915
5239
|
/**
|
|
@@ -5933,13 +5257,13 @@ declare namespace LocalJSX {
|
|
|
5933
5257
|
*/
|
|
5934
5258
|
"routerDirection"?: RouterDirection;
|
|
5935
5259
|
/**
|
|
5936
|
-
* Set to `"
|
|
5260
|
+
* Set to `"round"` for a button with more rounded corners.
|
|
5937
5261
|
*/
|
|
5938
|
-
"shape"?: '
|
|
5262
|
+
"shape"?: 'round';
|
|
5939
5263
|
/**
|
|
5940
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.
|
|
5941
5265
|
*/
|
|
5942
|
-
"size"?: '
|
|
5266
|
+
"size"?: 'small' | 'default' | 'large';
|
|
5943
5267
|
/**
|
|
5944
5268
|
* If `true`, activates a button with a heavier font weight.
|
|
5945
5269
|
*/
|
|
@@ -5948,10 +5272,6 @@ declare namespace LocalJSX {
|
|
|
5948
5272
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5949
5273
|
*/
|
|
5950
5274
|
"target"?: string | undefined;
|
|
5951
|
-
/**
|
|
5952
|
-
* The theme determines the visual appearance of the component.
|
|
5953
|
-
*/
|
|
5954
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5955
5275
|
/**
|
|
5956
5276
|
* The type of the button.
|
|
5957
5277
|
*/
|
|
@@ -5959,17 +5279,9 @@ declare namespace LocalJSX {
|
|
|
5959
5279
|
}
|
|
5960
5280
|
interface IonButtons {
|
|
5961
5281
|
/**
|
|
5962
|
-
* 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)
|
|
5963
5283
|
*/
|
|
5964
5284
|
"collapse"?: boolean;
|
|
5965
|
-
/**
|
|
5966
|
-
* The mode determines the platform behaviors of the component.
|
|
5967
|
-
*/
|
|
5968
|
-
"mode"?: "ios" | "md";
|
|
5969
|
-
/**
|
|
5970
|
-
* The theme determines the visual appearance of the component.
|
|
5971
|
-
*/
|
|
5972
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5973
5285
|
}
|
|
5974
5286
|
interface IonCard {
|
|
5975
5287
|
/**
|
|
@@ -5993,7 +5305,7 @@ declare namespace LocalJSX {
|
|
|
5993
5305
|
*/
|
|
5994
5306
|
"href"?: string | undefined;
|
|
5995
5307
|
/**
|
|
5996
|
-
* The mode determines
|
|
5308
|
+
* The mode determines which platform styles to use.
|
|
5997
5309
|
*/
|
|
5998
5310
|
"mode"?: "ios" | "md";
|
|
5999
5311
|
/**
|
|
@@ -6008,18 +5320,10 @@ declare namespace LocalJSX {
|
|
|
6008
5320
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
6009
5321
|
*/
|
|
6010
5322
|
"routerDirection"?: RouterDirection;
|
|
6011
|
-
/**
|
|
6012
|
-
* 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"`.
|
|
6013
|
-
*/
|
|
6014
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6015
5323
|
/**
|
|
6016
5324
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6017
5325
|
*/
|
|
6018
5326
|
"target"?: string | undefined;
|
|
6019
|
-
/**
|
|
6020
|
-
* The theme determines the visual appearance of the component.
|
|
6021
|
-
*/
|
|
6022
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6023
5327
|
/**
|
|
6024
5328
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
6025
5329
|
*/
|
|
@@ -6027,13 +5331,9 @@ declare namespace LocalJSX {
|
|
|
6027
5331
|
}
|
|
6028
5332
|
interface IonCardContent {
|
|
6029
5333
|
/**
|
|
6030
|
-
* The mode determines
|
|
5334
|
+
* The mode determines which platform styles to use.
|
|
6031
5335
|
*/
|
|
6032
5336
|
"mode"?: "ios" | "md";
|
|
6033
|
-
/**
|
|
6034
|
-
* The theme determines the visual appearance of the component.
|
|
6035
|
-
*/
|
|
6036
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6037
5337
|
}
|
|
6038
5338
|
interface IonCardHeader {
|
|
6039
5339
|
/**
|
|
@@ -6041,15 +5341,11 @@ declare namespace LocalJSX {
|
|
|
6041
5341
|
*/
|
|
6042
5342
|
"color"?: Color;
|
|
6043
5343
|
/**
|
|
6044
|
-
* The mode determines
|
|
5344
|
+
* The mode determines which platform styles to use.
|
|
6045
5345
|
*/
|
|
6046
5346
|
"mode"?: "ios" | "md";
|
|
6047
5347
|
/**
|
|
6048
|
-
*
|
|
6049
|
-
*/
|
|
6050
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6051
|
-
/**
|
|
6052
|
-
* 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).
|
|
6053
5349
|
*/
|
|
6054
5350
|
"translucent"?: boolean;
|
|
6055
5351
|
}
|
|
@@ -6059,13 +5355,9 @@ declare namespace LocalJSX {
|
|
|
6059
5355
|
*/
|
|
6060
5356
|
"color"?: Color;
|
|
6061
5357
|
/**
|
|
6062
|
-
* The mode determines
|
|
5358
|
+
* The mode determines which platform styles to use.
|
|
6063
5359
|
*/
|
|
6064
5360
|
"mode"?: "ios" | "md";
|
|
6065
|
-
/**
|
|
6066
|
-
* The theme determines the visual appearance of the component.
|
|
6067
|
-
*/
|
|
6068
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6069
5361
|
}
|
|
6070
5362
|
interface IonCardTitle {
|
|
6071
5363
|
/**
|
|
@@ -6073,13 +5365,9 @@ declare namespace LocalJSX {
|
|
|
6073
5365
|
*/
|
|
6074
5366
|
"color"?: Color;
|
|
6075
5367
|
/**
|
|
6076
|
-
* The mode determines
|
|
5368
|
+
* The mode determines which platform styles to use.
|
|
6077
5369
|
*/
|
|
6078
5370
|
"mode"?: "ios" | "md";
|
|
6079
|
-
/**
|
|
6080
|
-
* The theme determines the visual appearance of the component.
|
|
6081
|
-
*/
|
|
6082
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6083
5371
|
}
|
|
6084
5372
|
interface IonCheckbox {
|
|
6085
5373
|
/**
|
|
@@ -6111,7 +5399,7 @@ declare namespace LocalJSX {
|
|
|
6111
5399
|
*/
|
|
6112
5400
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
6113
5401
|
/**
|
|
6114
|
-
* The mode determines
|
|
5402
|
+
* The mode determines which platform styles to use.
|
|
6115
5403
|
*/
|
|
6116
5404
|
"mode"?: "ios" | "md";
|
|
6117
5405
|
/**
|
|
@@ -6123,25 +5411,13 @@ declare namespace LocalJSX {
|
|
|
6123
5411
|
*/
|
|
6124
5412
|
"onIonBlur"?: (event: IonCheckboxCustomEvent<void>) => void;
|
|
6125
5413
|
/**
|
|
6126
|
-
* 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.
|
|
6127
5415
|
*/
|
|
6128
5416
|
"onIonChange"?: (event: IonCheckboxCustomEvent<CheckboxChangeEventDetail>) => void;
|
|
6129
5417
|
/**
|
|
6130
5418
|
* Emitted when the checkbox has focus.
|
|
6131
5419
|
*/
|
|
6132
5420
|
"onIonFocus"?: (event: IonCheckboxCustomEvent<void>) => void;
|
|
6133
|
-
/**
|
|
6134
|
-
* Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
|
|
6135
|
-
*/
|
|
6136
|
-
"shape"?: 'soft' | 'rectangular';
|
|
6137
|
-
/**
|
|
6138
|
-
* Set to `"small"` for a checkbox with less height and padding.
|
|
6139
|
-
*/
|
|
6140
|
-
"size"?: 'small';
|
|
6141
|
-
/**
|
|
6142
|
-
* The theme determines the visual appearance of the component.
|
|
6143
|
-
*/
|
|
6144
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6145
5421
|
/**
|
|
6146
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>`.
|
|
6147
5423
|
*/
|
|
@@ -6157,31 +5433,15 @@ declare namespace LocalJSX {
|
|
|
6157
5433
|
*/
|
|
6158
5434
|
"disabled"?: boolean;
|
|
6159
5435
|
/**
|
|
6160
|
-
* The mode determines
|
|
5436
|
+
* The mode determines which platform styles to use.
|
|
6161
5437
|
*/
|
|
6162
5438
|
"mode"?: "ios" | "md";
|
|
6163
5439
|
/**
|
|
6164
5440
|
* Display an outline style button.
|
|
6165
5441
|
*/
|
|
6166
5442
|
"outline"?: boolean;
|
|
6167
|
-
/**
|
|
6168
|
-
* 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.
|
|
6169
|
-
*/
|
|
6170
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6171
|
-
/**
|
|
6172
|
-
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
|
|
6173
|
-
*/
|
|
6174
|
-
"size"?: 'small' | 'large';
|
|
6175
|
-
/**
|
|
6176
|
-
* The theme determines the visual appearance of the component.
|
|
6177
|
-
*/
|
|
6178
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6179
5443
|
}
|
|
6180
5444
|
interface IonCol {
|
|
6181
|
-
/**
|
|
6182
|
-
* The mode determines the platform behaviors of the component.
|
|
6183
|
-
*/
|
|
6184
|
-
"mode"?: "ios" | "md";
|
|
6185
5445
|
/**
|
|
6186
5446
|
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
6187
5447
|
*/
|
|
@@ -6278,10 +5538,6 @@ declare namespace LocalJSX {
|
|
|
6278
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.
|
|
6279
5539
|
*/
|
|
6280
5540
|
"sizeXs"?: string;
|
|
6281
|
-
/**
|
|
6282
|
-
* The theme determines the visual appearance of the component.
|
|
6283
|
-
*/
|
|
6284
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6285
5541
|
}
|
|
6286
5542
|
interface IonContent {
|
|
6287
5543
|
/**
|
|
@@ -6300,10 +5556,6 @@ declare namespace LocalJSX {
|
|
|
6300
5556
|
* If `true`, the content will scroll behind the headers and footers. This effect can easily be seen by setting the toolbar to transparent.
|
|
6301
5557
|
*/
|
|
6302
5558
|
"fullscreen"?: boolean;
|
|
6303
|
-
/**
|
|
6304
|
-
* The mode determines the platform behaviors of the component.
|
|
6305
|
-
*/
|
|
6306
|
-
"mode"?: "ios" | "md";
|
|
6307
5559
|
/**
|
|
6308
5560
|
* Emitted while scrolling. This event is disabled by default. Set `scrollEvents` to `true` to enable.
|
|
6309
5561
|
*/
|
|
@@ -6328,10 +5580,6 @@ declare namespace LocalJSX {
|
|
|
6328
5580
|
* If you want to disable the content scrolling in the Y axis, set this property to `false`.
|
|
6329
5581
|
*/
|
|
6330
5582
|
"scrollY"?: boolean;
|
|
6331
|
-
/**
|
|
6332
|
-
* The theme determines the visual appearance of the component.
|
|
6333
|
-
*/
|
|
6334
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6335
5583
|
}
|
|
6336
5584
|
interface IonDatetime {
|
|
6337
5585
|
/**
|
|
@@ -6399,7 +5647,7 @@ declare namespace LocalJSX {
|
|
|
6399
5647
|
*/
|
|
6400
5648
|
"minuteValues"?: number[] | number | string;
|
|
6401
5649
|
/**
|
|
6402
|
-
* The mode determines
|
|
5650
|
+
* The mode determines which platform styles to use.
|
|
6403
5651
|
*/
|
|
6404
5652
|
"mode"?: "ios" | "md";
|
|
6405
5653
|
/**
|
|
@@ -6462,10 +5710,6 @@ declare namespace LocalJSX {
|
|
|
6462
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.
|
|
6463
5711
|
*/
|
|
6464
5712
|
"size"?: 'cover' | 'fixed';
|
|
6465
|
-
/**
|
|
6466
|
-
* The theme determines the visual appearance of the component.
|
|
6467
|
-
*/
|
|
6468
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6469
5713
|
/**
|
|
6470
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.
|
|
6471
5715
|
*/
|
|
@@ -6493,13 +5737,9 @@ declare namespace LocalJSX {
|
|
|
6493
5737
|
*/
|
|
6494
5738
|
"disabled"?: boolean;
|
|
6495
5739
|
/**
|
|
6496
|
-
* The mode determines
|
|
5740
|
+
* The mode determines which platform styles to use.
|
|
6497
5741
|
*/
|
|
6498
5742
|
"mode"?: "ios" | "md";
|
|
6499
|
-
/**
|
|
6500
|
-
* The theme determines the visual appearance of the component.
|
|
6501
|
-
*/
|
|
6502
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6503
5743
|
}
|
|
6504
5744
|
interface IonFab {
|
|
6505
5745
|
/**
|
|
@@ -6514,14 +5754,6 @@ declare namespace LocalJSX {
|
|
|
6514
5754
|
* Where to align the fab horizontally in the viewport.
|
|
6515
5755
|
*/
|
|
6516
5756
|
"horizontal"?: 'start' | 'end' | 'center';
|
|
6517
|
-
/**
|
|
6518
|
-
* The mode determines the platform behaviors of the component.
|
|
6519
|
-
*/
|
|
6520
|
-
"mode"?: "ios" | "md";
|
|
6521
|
-
/**
|
|
6522
|
-
* The theme determines the visual appearance of the component.
|
|
6523
|
-
*/
|
|
6524
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6525
5757
|
/**
|
|
6526
5758
|
* Where to align the fab vertically in the viewport.
|
|
6527
5759
|
*/
|
|
@@ -6553,7 +5785,7 @@ declare namespace LocalJSX {
|
|
|
6553
5785
|
*/
|
|
6554
5786
|
"href"?: string | undefined;
|
|
6555
5787
|
/**
|
|
6556
|
-
* The mode determines
|
|
5788
|
+
* The mode determines which platform styles to use.
|
|
6557
5789
|
*/
|
|
6558
5790
|
"mode"?: "ios" | "md";
|
|
6559
5791
|
/**
|
|
@@ -6589,11 +5821,7 @@ declare namespace LocalJSX {
|
|
|
6589
5821
|
*/
|
|
6590
5822
|
"target"?: string | undefined;
|
|
6591
5823
|
/**
|
|
6592
|
-
*
|
|
6593
|
-
*/
|
|
6594
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6595
|
-
/**
|
|
6596
|
-
* 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).
|
|
6597
5825
|
*/
|
|
6598
5826
|
"translucent"?: boolean;
|
|
6599
5827
|
/**
|
|
@@ -6607,33 +5835,21 @@ declare namespace LocalJSX {
|
|
|
6607
5835
|
*/
|
|
6608
5836
|
"activated"?: boolean;
|
|
6609
5837
|
/**
|
|
6610
|
-
* The
|
|
6611
|
-
*/
|
|
6612
|
-
"mode"?: "ios" | "md";
|
|
6613
|
-
/**
|
|
6614
|
-
* The side the fab list will show on relative to the main fab button.
|
|
5838
|
+
* The side the fab list will show on relative to the main fab button.
|
|
6615
5839
|
*/
|
|
6616
5840
|
"side"?: 'start' | 'end' | 'top' | 'bottom';
|
|
6617
|
-
/**
|
|
6618
|
-
* The theme determines the visual appearance of the component.
|
|
6619
|
-
*/
|
|
6620
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6621
5841
|
}
|
|
6622
5842
|
interface IonFooter {
|
|
6623
5843
|
/**
|
|
6624
|
-
* 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.
|
|
6625
5845
|
*/
|
|
6626
5846
|
"collapse"?: 'fade';
|
|
6627
5847
|
/**
|
|
6628
|
-
* The mode determines
|
|
5848
|
+
* The mode determines which platform styles to use.
|
|
6629
5849
|
*/
|
|
6630
5850
|
"mode"?: "ios" | "md";
|
|
6631
5851
|
/**
|
|
6632
|
-
*
|
|
6633
|
-
*/
|
|
6634
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6635
|
-
/**
|
|
6636
|
-
* 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.
|
|
6637
5853
|
*/
|
|
6638
5854
|
"translucent"?: boolean;
|
|
6639
5855
|
}
|
|
@@ -6642,34 +5858,18 @@ declare namespace LocalJSX {
|
|
|
6642
5858
|
* If `true`, the grid will have a fixed width based on the screen size.
|
|
6643
5859
|
*/
|
|
6644
5860
|
"fixed"?: boolean;
|
|
6645
|
-
/**
|
|
6646
|
-
* The mode determines the platform behaviors of the component.
|
|
6647
|
-
*/
|
|
6648
|
-
"mode"?: "ios" | "md";
|
|
6649
|
-
/**
|
|
6650
|
-
* The theme determines the visual appearance of the component.
|
|
6651
|
-
*/
|
|
6652
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6653
5861
|
}
|
|
6654
5862
|
interface IonHeader {
|
|
6655
5863
|
/**
|
|
6656
|
-
* 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)
|
|
6657
5865
|
*/
|
|
6658
5866
|
"collapse"?: 'condense' | 'fade';
|
|
6659
5867
|
/**
|
|
6660
|
-
*
|
|
6661
|
-
*/
|
|
6662
|
-
"divider"?: boolean;
|
|
6663
|
-
/**
|
|
6664
|
-
* The mode determines the platform behaviors of the component.
|
|
5868
|
+
* The mode determines which platform styles to use.
|
|
6665
5869
|
*/
|
|
6666
5870
|
"mode"?: "ios" | "md";
|
|
6667
5871
|
/**
|
|
6668
|
-
*
|
|
6669
|
-
*/
|
|
6670
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6671
|
-
/**
|
|
6672
|
-
* 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.
|
|
6673
5873
|
*/
|
|
6674
5874
|
"translucent"?: boolean;
|
|
6675
5875
|
}
|
|
@@ -6678,10 +5878,6 @@ declare namespace LocalJSX {
|
|
|
6678
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.
|
|
6679
5879
|
*/
|
|
6680
5880
|
"alt"?: string;
|
|
6681
|
-
/**
|
|
6682
|
-
* The mode determines the platform behaviors of the component.
|
|
6683
|
-
*/
|
|
6684
|
-
"mode"?: "ios" | "md";
|
|
6685
5881
|
/**
|
|
6686
5882
|
* Emitted when the img fails to load
|
|
6687
5883
|
*/
|
|
@@ -6698,20 +5894,12 @@ declare namespace LocalJSX {
|
|
|
6698
5894
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
6699
5895
|
*/
|
|
6700
5896
|
"src"?: string;
|
|
6701
|
-
/**
|
|
6702
|
-
* The theme determines the visual appearance of the component.
|
|
6703
|
-
*/
|
|
6704
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6705
5897
|
}
|
|
6706
5898
|
interface IonInfiniteScroll {
|
|
6707
5899
|
/**
|
|
6708
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.
|
|
6709
5901
|
*/
|
|
6710
5902
|
"disabled"?: boolean;
|
|
6711
|
-
/**
|
|
6712
|
-
* The mode determines the platform behaviors of the component.
|
|
6713
|
-
*/
|
|
6714
|
-
"mode"?: "ios" | "md";
|
|
6715
5903
|
/**
|
|
6716
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.
|
|
6717
5905
|
*/
|
|
@@ -6720,10 +5908,6 @@ declare namespace LocalJSX {
|
|
|
6720
5908
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
6721
5909
|
*/
|
|
6722
5910
|
"position"?: 'top' | 'bottom';
|
|
6723
|
-
/**
|
|
6724
|
-
* The theme determines the visual appearance of the component.
|
|
6725
|
-
*/
|
|
6726
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6727
5911
|
/**
|
|
6728
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.
|
|
6729
5913
|
*/
|
|
@@ -6738,14 +5922,6 @@ declare namespace LocalJSX {
|
|
|
6738
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.
|
|
6739
5923
|
*/
|
|
6740
5924
|
"loadingText"?: string | IonicSafeString;
|
|
6741
|
-
/**
|
|
6742
|
-
* The mode determines the platform behaviors of the component.
|
|
6743
|
-
*/
|
|
6744
|
-
"mode"?: "ios" | "md";
|
|
6745
|
-
/**
|
|
6746
|
-
* The theme determines the visual appearance of the component.
|
|
6747
|
-
*/
|
|
6748
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6749
5925
|
}
|
|
6750
5926
|
interface IonInput {
|
|
6751
5927
|
/**
|
|
@@ -6805,7 +5981,7 @@ declare namespace LocalJSX {
|
|
|
6805
5981
|
*/
|
|
6806
5982
|
"errorText"?: string;
|
|
6807
5983
|
/**
|
|
6808
|
-
* 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.
|
|
6809
5985
|
*/
|
|
6810
5986
|
"fill"?: 'outline' | 'solid';
|
|
6811
5987
|
/**
|
|
@@ -6821,7 +5997,7 @@ declare namespace LocalJSX {
|
|
|
6821
5997
|
*/
|
|
6822
5998
|
"label"?: string;
|
|
6823
5999
|
/**
|
|
6824
|
-
* 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 ("...").
|
|
6825
6001
|
*/
|
|
6826
6002
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
6827
6003
|
/**
|
|
@@ -6841,7 +6017,7 @@ declare namespace LocalJSX {
|
|
|
6841
6017
|
*/
|
|
6842
6018
|
"minlength"?: number;
|
|
6843
6019
|
/**
|
|
6844
|
-
* The mode determines
|
|
6020
|
+
* The mode determines which platform styles to use.
|
|
6845
6021
|
*/
|
|
6846
6022
|
"mode"?: "ios" | "md";
|
|
6847
6023
|
/**
|
|
@@ -6885,13 +6061,9 @@ declare namespace LocalJSX {
|
|
|
6885
6061
|
*/
|
|
6886
6062
|
"required"?: boolean;
|
|
6887
6063
|
/**
|
|
6888
|
-
*
|
|
6889
|
-
*/
|
|
6890
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6891
|
-
/**
|
|
6892
|
-
* 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.
|
|
6064
|
+
* The shape of the input. If "round" it will have an increased border radius.
|
|
6893
6065
|
*/
|
|
6894
|
-
"
|
|
6066
|
+
"shape"?: 'round';
|
|
6895
6067
|
/**
|
|
6896
6068
|
* If `true`, the element will have its spelling and grammar checked.
|
|
6897
6069
|
*/
|
|
@@ -6900,10 +6072,6 @@ declare namespace LocalJSX {
|
|
|
6900
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.
|
|
6901
6073
|
*/
|
|
6902
6074
|
"step"?: string;
|
|
6903
|
-
/**
|
|
6904
|
-
* The theme determines the visual appearance of the component.
|
|
6905
|
-
*/
|
|
6906
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6907
6075
|
/**
|
|
6908
6076
|
* The type of control to display. The default type is text.
|
|
6909
6077
|
*/
|
|
@@ -6941,7 +6109,7 @@ declare namespace LocalJSX {
|
|
|
6941
6109
|
*/
|
|
6942
6110
|
"color"?: Color;
|
|
6943
6111
|
/**
|
|
6944
|
-
* 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.
|
|
6945
6113
|
*/
|
|
6946
6114
|
"detail"?: boolean;
|
|
6947
6115
|
/**
|
|
@@ -6965,7 +6133,7 @@ declare namespace LocalJSX {
|
|
|
6965
6133
|
*/
|
|
6966
6134
|
"lines"?: 'full' | 'inset' | 'none';
|
|
6967
6135
|
/**
|
|
6968
|
-
* The mode determines
|
|
6136
|
+
* The mode determines which platform styles to use.
|
|
6969
6137
|
*/
|
|
6970
6138
|
"mode"?: "ios" | "md";
|
|
6971
6139
|
/**
|
|
@@ -6984,10 +6152,6 @@ declare namespace LocalJSX {
|
|
|
6984
6152
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6985
6153
|
*/
|
|
6986
6154
|
"target"?: string | undefined;
|
|
6987
|
-
/**
|
|
6988
|
-
* The theme determines the visual appearance of the component.
|
|
6989
|
-
*/
|
|
6990
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6991
6155
|
/**
|
|
6992
6156
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
6993
6157
|
*/
|
|
@@ -6999,27 +6163,15 @@ declare namespace LocalJSX {
|
|
|
6999
6163
|
*/
|
|
7000
6164
|
"color"?: Color;
|
|
7001
6165
|
/**
|
|
7002
|
-
* The mode determines
|
|
6166
|
+
* The mode determines which platform styles to use.
|
|
7003
6167
|
*/
|
|
7004
6168
|
"mode"?: "ios" | "md";
|
|
7005
6169
|
/**
|
|
7006
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
|
|
7007
6171
|
*/
|
|
7008
6172
|
"sticky"?: boolean;
|
|
7009
|
-
/**
|
|
7010
|
-
* The theme determines the visual appearance of the component.
|
|
7011
|
-
*/
|
|
7012
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7013
6173
|
}
|
|
7014
6174
|
interface IonItemGroup {
|
|
7015
|
-
/**
|
|
7016
|
-
* The mode determines the platform behaviors of the component.
|
|
7017
|
-
*/
|
|
7018
|
-
"mode"?: "ios" | "md";
|
|
7019
|
-
/**
|
|
7020
|
-
* The theme determines the visual appearance of the component.
|
|
7021
|
-
*/
|
|
7022
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7023
6175
|
}
|
|
7024
6176
|
interface IonItemOption {
|
|
7025
6177
|
/**
|
|
@@ -7043,35 +6195,23 @@ declare namespace LocalJSX {
|
|
|
7043
6195
|
*/
|
|
7044
6196
|
"href"?: string | undefined;
|
|
7045
6197
|
/**
|
|
7046
|
-
* The mode determines
|
|
6198
|
+
* The mode determines which platform styles to use.
|
|
7047
6199
|
*/
|
|
7048
6200
|
"mode"?: "ios" | "md";
|
|
7049
6201
|
/**
|
|
7050
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).
|
|
7051
6203
|
*/
|
|
7052
6204
|
"rel"?: string | undefined;
|
|
7053
|
-
/**
|
|
7054
|
-
* 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.
|
|
7055
|
-
*/
|
|
7056
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7057
6205
|
/**
|
|
7058
6206
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
7059
6207
|
*/
|
|
7060
6208
|
"target"?: string | undefined;
|
|
7061
|
-
/**
|
|
7062
|
-
* The theme determines the visual appearance of the component.
|
|
7063
|
-
*/
|
|
7064
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7065
6209
|
/**
|
|
7066
6210
|
* The type of the button.
|
|
7067
6211
|
*/
|
|
7068
6212
|
"type"?: 'submit' | 'reset' | 'button';
|
|
7069
6213
|
}
|
|
7070
6214
|
interface IonItemOptions {
|
|
7071
|
-
/**
|
|
7072
|
-
* The mode determines the platform behaviors of the component.
|
|
7073
|
-
*/
|
|
7074
|
-
"mode"?: "ios" | "md";
|
|
7075
6215
|
/**
|
|
7076
6216
|
* Emitted when the item has been fully swiped.
|
|
7077
6217
|
*/
|
|
@@ -7080,28 +6220,16 @@ declare namespace LocalJSX {
|
|
|
7080
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.
|
|
7081
6221
|
*/
|
|
7082
6222
|
"side"?: Side;
|
|
7083
|
-
/**
|
|
7084
|
-
* The theme determines the visual appearance of the component.
|
|
7085
|
-
*/
|
|
7086
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7087
6223
|
}
|
|
7088
6224
|
interface IonItemSliding {
|
|
7089
6225
|
/**
|
|
7090
6226
|
* If `true`, the user cannot interact with the sliding item.
|
|
7091
6227
|
*/
|
|
7092
6228
|
"disabled"?: boolean;
|
|
7093
|
-
/**
|
|
7094
|
-
* The mode determines the platform behaviors of the component.
|
|
7095
|
-
*/
|
|
7096
|
-
"mode"?: "ios" | "md";
|
|
7097
6229
|
/**
|
|
7098
6230
|
* Emitted when the sliding position changes.
|
|
7099
6231
|
*/
|
|
7100
6232
|
"onIonDrag"?: (event: IonItemSlidingCustomEvent<any>) => void;
|
|
7101
|
-
/**
|
|
7102
|
-
* The theme determines the visual appearance of the component.
|
|
7103
|
-
*/
|
|
7104
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7105
6233
|
}
|
|
7106
6234
|
interface IonLabel {
|
|
7107
6235
|
/**
|
|
@@ -7109,17 +6237,13 @@ declare namespace LocalJSX {
|
|
|
7109
6237
|
*/
|
|
7110
6238
|
"color"?: Color;
|
|
7111
6239
|
/**
|
|
7112
|
-
* The mode determines
|
|
6240
|
+
* The mode determines which platform styles to use.
|
|
7113
6241
|
*/
|
|
7114
6242
|
"mode"?: "ios" | "md";
|
|
7115
6243
|
/**
|
|
7116
6244
|
* The position determines where and how the label behaves inside an item.
|
|
7117
6245
|
*/
|
|
7118
6246
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
7119
|
-
/**
|
|
7120
|
-
* The theme determines the visual appearance of the component.
|
|
7121
|
-
*/
|
|
7122
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7123
6247
|
}
|
|
7124
6248
|
interface IonList {
|
|
7125
6249
|
/**
|
|
@@ -7131,17 +6255,9 @@ declare namespace LocalJSX {
|
|
|
7131
6255
|
*/
|
|
7132
6256
|
"lines"?: 'full' | 'inset' | 'none';
|
|
7133
6257
|
/**
|
|
7134
|
-
* The mode determines
|
|
6258
|
+
* The mode determines which platform styles to use.
|
|
7135
6259
|
*/
|
|
7136
6260
|
"mode"?: "ios" | "md";
|
|
7137
|
-
/**
|
|
7138
|
-
* 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.
|
|
7139
|
-
*/
|
|
7140
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7141
|
-
/**
|
|
7142
|
-
* The theme determines the visual appearance of the component.
|
|
7143
|
-
*/
|
|
7144
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7145
6261
|
}
|
|
7146
6262
|
interface IonListHeader {
|
|
7147
6263
|
/**
|
|
@@ -7153,13 +6269,9 @@ declare namespace LocalJSX {
|
|
|
7153
6269
|
*/
|
|
7154
6270
|
"lines"?: 'full' | 'inset' | 'none';
|
|
7155
6271
|
/**
|
|
7156
|
-
* The mode determines
|
|
6272
|
+
* The mode determines which platform styles to use.
|
|
7157
6273
|
*/
|
|
7158
6274
|
"mode"?: "ios" | "md";
|
|
7159
|
-
/**
|
|
7160
|
-
* The theme determines the visual appearance of the component.
|
|
7161
|
-
*/
|
|
7162
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7163
6275
|
}
|
|
7164
6276
|
interface IonLoading {
|
|
7165
6277
|
/**
|
|
@@ -7203,7 +6315,7 @@ declare namespace LocalJSX {
|
|
|
7203
6315
|
*/
|
|
7204
6316
|
"message"?: string | IonicSafeString;
|
|
7205
6317
|
/**
|
|
7206
|
-
* The mode determines
|
|
6318
|
+
* The mode determines which platform styles to use.
|
|
7207
6319
|
*/
|
|
7208
6320
|
"mode"?: "ios" | "md";
|
|
7209
6321
|
/**
|
|
@@ -7247,11 +6359,7 @@ declare namespace LocalJSX {
|
|
|
7247
6359
|
*/
|
|
7248
6360
|
"spinner"?: SpinnerTypes | null;
|
|
7249
6361
|
/**
|
|
7250
|
-
*
|
|
7251
|
-
*/
|
|
7252
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7253
|
-
/**
|
|
7254
|
-
* 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).
|
|
7255
6363
|
*/
|
|
7256
6364
|
"translucent"?: boolean;
|
|
7257
6365
|
/**
|
|
@@ -7276,10 +6384,6 @@ declare namespace LocalJSX {
|
|
|
7276
6384
|
* An id for the menu.
|
|
7277
6385
|
*/
|
|
7278
6386
|
"menuId"?: string;
|
|
7279
|
-
/**
|
|
7280
|
-
* The mode determines the platform behaviors of the component.
|
|
7281
|
-
*/
|
|
7282
|
-
"mode"?: "ios" | "md";
|
|
7283
6387
|
/**
|
|
7284
6388
|
* Emitted when the menu is closed.
|
|
7285
6389
|
*/
|
|
@@ -7304,10 +6408,6 @@ declare namespace LocalJSX {
|
|
|
7304
6408
|
* If `true`, swiping the menu is enabled.
|
|
7305
6409
|
*/
|
|
7306
6410
|
"swipeGesture"?: boolean;
|
|
7307
|
-
/**
|
|
7308
|
-
* The theme determines the visual appearance of the component.
|
|
7309
|
-
*/
|
|
7310
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7311
6411
|
/**
|
|
7312
6412
|
* The display type of the menu. Available options: `"overlay"`, `"reveal"`, `"push"`.
|
|
7313
6413
|
*/
|
|
@@ -7331,13 +6431,9 @@ declare namespace LocalJSX {
|
|
|
7331
6431
|
*/
|
|
7332
6432
|
"menu"?: string;
|
|
7333
6433
|
/**
|
|
7334
|
-
* The mode determines
|
|
6434
|
+
* The mode determines which platform styles to use.
|
|
7335
6435
|
*/
|
|
7336
6436
|
"mode"?: "ios" | "md";
|
|
7337
|
-
/**
|
|
7338
|
-
* The theme determines the visual appearance of the component.
|
|
7339
|
-
*/
|
|
7340
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7341
6437
|
/**
|
|
7342
6438
|
* The type of the button.
|
|
7343
6439
|
*/
|
|
@@ -7352,14 +6448,6 @@ declare namespace LocalJSX {
|
|
|
7352
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.
|
|
7353
6449
|
*/
|
|
7354
6450
|
"menu"?: string;
|
|
7355
|
-
/**
|
|
7356
|
-
* The mode determines the platform behaviors of the component.
|
|
7357
|
-
*/
|
|
7358
|
-
"mode"?: "ios" | "md";
|
|
7359
|
-
/**
|
|
7360
|
-
* The theme determines the visual appearance of the component.
|
|
7361
|
-
*/
|
|
7362
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7363
6451
|
}
|
|
7364
6452
|
interface IonModal {
|
|
7365
6453
|
/**
|
|
@@ -7423,7 +6511,7 @@ declare namespace LocalJSX {
|
|
|
7423
6511
|
*/
|
|
7424
6512
|
"leaveAnimation"?: AnimationBuilder;
|
|
7425
6513
|
/**
|
|
7426
|
-
* The mode determines
|
|
6514
|
+
* The mode determines which platform styles to use.
|
|
7427
6515
|
*/
|
|
7428
6516
|
"mode"?: "ios" | "md";
|
|
7429
6517
|
/**
|
|
@@ -7466,18 +6554,10 @@ declare namespace LocalJSX {
|
|
|
7466
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.
|
|
7467
6555
|
*/
|
|
7468
6556
|
"presentingElement"?: HTMLElement;
|
|
7469
|
-
/**
|
|
7470
|
-
* 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.
|
|
7471
|
-
*/
|
|
7472
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7473
6557
|
/**
|
|
7474
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.
|
|
7475
6559
|
*/
|
|
7476
6560
|
"showBackdrop"?: boolean;
|
|
7477
|
-
/**
|
|
7478
|
-
* The theme determines the visual appearance of the component.
|
|
7479
|
-
*/
|
|
7480
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7481
6561
|
/**
|
|
7482
6562
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
7483
6563
|
*/
|
|
@@ -7489,13 +6569,9 @@ declare namespace LocalJSX {
|
|
|
7489
6569
|
*/
|
|
7490
6570
|
"animated"?: boolean;
|
|
7491
6571
|
/**
|
|
7492
|
-
* 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.
|
|
7493
6573
|
*/
|
|
7494
6574
|
"animation"?: AnimationBuilder;
|
|
7495
|
-
/**
|
|
7496
|
-
* The mode determines the platform behaviors of the component.
|
|
7497
|
-
*/
|
|
7498
|
-
"mode"?: "ios" | "md";
|
|
7499
6575
|
/**
|
|
7500
6576
|
* Event fired when the nav has changed components
|
|
7501
6577
|
*/
|
|
@@ -7516,10 +6592,6 @@ declare namespace LocalJSX {
|
|
|
7516
6592
|
* If the nav component should allow for swipe-to-go-back.
|
|
7517
6593
|
*/
|
|
7518
6594
|
"swipeGesture"?: boolean;
|
|
7519
|
-
/**
|
|
7520
|
-
* The theme determines the visual appearance of the component.
|
|
7521
|
-
*/
|
|
7522
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7523
6595
|
}
|
|
7524
6596
|
interface IonNavLink {
|
|
7525
6597
|
/**
|
|
@@ -7530,10 +6602,6 @@ declare namespace LocalJSX {
|
|
|
7530
6602
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
7531
6603
|
*/
|
|
7532
6604
|
"componentProps"?: ComponentProps;
|
|
7533
|
-
/**
|
|
7534
|
-
* The mode determines the platform behaviors of the component.
|
|
7535
|
-
*/
|
|
7536
|
-
"mode"?: "ios" | "md";
|
|
7537
6605
|
/**
|
|
7538
6606
|
* The transition animation when navigating to another page.
|
|
7539
6607
|
*/
|
|
@@ -7542,10 +6610,6 @@ declare namespace LocalJSX {
|
|
|
7542
6610
|
* The transition direction when navigating to another page.
|
|
7543
6611
|
*/
|
|
7544
6612
|
"routerDirection"?: RouterDirection;
|
|
7545
|
-
/**
|
|
7546
|
-
* The theme determines the visual appearance of the component.
|
|
7547
|
-
*/
|
|
7548
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7549
6613
|
}
|
|
7550
6614
|
interface IonNote {
|
|
7551
6615
|
/**
|
|
@@ -7553,23 +6617,15 @@ declare namespace LocalJSX {
|
|
|
7553
6617
|
*/
|
|
7554
6618
|
"color"?: Color;
|
|
7555
6619
|
/**
|
|
7556
|
-
* The mode determines
|
|
6620
|
+
* The mode determines which platform styles to use.
|
|
7557
6621
|
*/
|
|
7558
6622
|
"mode"?: "ios" | "md";
|
|
7559
|
-
/**
|
|
7560
|
-
* The theme determines the visual appearance of the component.
|
|
7561
|
-
*/
|
|
7562
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7563
6623
|
}
|
|
7564
6624
|
interface IonPicker {
|
|
7565
6625
|
/**
|
|
7566
|
-
* The mode determines
|
|
6626
|
+
* The mode determines which platform styles to use.
|
|
7567
6627
|
*/
|
|
7568
6628
|
"mode"?: "ios" | "md";
|
|
7569
|
-
/**
|
|
7570
|
-
* The theme determines the visual appearance of the component.
|
|
7571
|
-
*/
|
|
7572
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7573
6629
|
}
|
|
7574
6630
|
interface IonPickerColumn {
|
|
7575
6631
|
/**
|
|
@@ -7581,17 +6637,13 @@ declare namespace LocalJSX {
|
|
|
7581
6637
|
*/
|
|
7582
6638
|
"disabled"?: boolean;
|
|
7583
6639
|
/**
|
|
7584
|
-
* The mode determines
|
|
6640
|
+
* The mode determines which platform styles to use.
|
|
7585
6641
|
*/
|
|
7586
6642
|
"mode"?: "ios" | "md";
|
|
7587
6643
|
/**
|
|
7588
6644
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
7589
6645
|
*/
|
|
7590
6646
|
"onIonChange"?: (event: IonPickerColumnCustomEvent<PickerColumnChangeEventDetail>) => void;
|
|
7591
|
-
/**
|
|
7592
|
-
* The theme determines the visual appearance of the component.
|
|
7593
|
-
*/
|
|
7594
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7595
6647
|
/**
|
|
7596
6648
|
* The selected option in the picker.
|
|
7597
6649
|
*/
|
|
@@ -7606,14 +6658,6 @@ declare namespace LocalJSX {
|
|
|
7606
6658
|
* If `true`, the user cannot interact with the picker column option.
|
|
7607
6659
|
*/
|
|
7608
6660
|
"disabled"?: boolean;
|
|
7609
|
-
/**
|
|
7610
|
-
* The mode determines the platform behaviors of the component.
|
|
7611
|
-
*/
|
|
7612
|
-
"mode"?: "ios" | "md";
|
|
7613
|
-
/**
|
|
7614
|
-
* The theme determines the visual appearance of the component.
|
|
7615
|
-
*/
|
|
7616
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7617
6661
|
/**
|
|
7618
6662
|
* The text value of the option.
|
|
7619
6663
|
*/
|
|
@@ -7665,7 +6709,7 @@ declare namespace LocalJSX {
|
|
|
7665
6709
|
*/
|
|
7666
6710
|
"leaveAnimation"?: AnimationBuilder;
|
|
7667
6711
|
/**
|
|
7668
|
-
* The mode determines
|
|
6712
|
+
* The mode determines which platform styles to use.
|
|
7669
6713
|
*/
|
|
7670
6714
|
"mode"?: "ios" | "md";
|
|
7671
6715
|
/**
|
|
@@ -7704,10 +6748,6 @@ declare namespace LocalJSX {
|
|
|
7704
6748
|
* If `true`, a backdrop will be displayed behind the picker.
|
|
7705
6749
|
*/
|
|
7706
6750
|
"showBackdrop"?: boolean;
|
|
7707
|
-
/**
|
|
7708
|
-
* The theme determines the visual appearance of the component.
|
|
7709
|
-
*/
|
|
7710
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7711
6751
|
/**
|
|
7712
6752
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
7713
6753
|
*/
|
|
@@ -7721,7 +6761,7 @@ declare namespace LocalJSX {
|
|
|
7721
6761
|
}
|
|
7722
6762
|
interface IonPopover {
|
|
7723
6763
|
/**
|
|
7724
|
-
* 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.
|
|
7725
6765
|
*/
|
|
7726
6766
|
"alignment"?: PositionAlign;
|
|
7727
6767
|
/**
|
|
@@ -7729,7 +6769,7 @@ declare namespace LocalJSX {
|
|
|
7729
6769
|
*/
|
|
7730
6770
|
"animated"?: boolean;
|
|
7731
6771
|
/**
|
|
7732
|
-
* 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.
|
|
7733
6773
|
*/
|
|
7734
6774
|
"arrow"?: boolean;
|
|
7735
6775
|
/**
|
|
@@ -7781,7 +6821,7 @@ declare namespace LocalJSX {
|
|
|
7781
6821
|
*/
|
|
7782
6822
|
"leaveAnimation"?: AnimationBuilder;
|
|
7783
6823
|
/**
|
|
7784
|
-
* The mode determines
|
|
6824
|
+
* The mode determines which platform styles to use.
|
|
7785
6825
|
*/
|
|
7786
6826
|
"mode"?: "ios" | "md";
|
|
7787
6827
|
/**
|
|
@@ -7833,11 +6873,7 @@ declare namespace LocalJSX {
|
|
|
7833
6873
|
*/
|
|
7834
6874
|
"size"?: PopoverSize;
|
|
7835
6875
|
/**
|
|
7836
|
-
*
|
|
7837
|
-
*/
|
|
7838
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7839
|
-
/**
|
|
7840
|
-
* 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).
|
|
7841
6877
|
*/
|
|
7842
6878
|
"translucent"?: boolean;
|
|
7843
6879
|
/**
|
|
@@ -7859,17 +6895,13 @@ declare namespace LocalJSX {
|
|
|
7859
6895
|
*/
|
|
7860
6896
|
"color"?: Color;
|
|
7861
6897
|
/**
|
|
7862
|
-
* The mode determines
|
|
6898
|
+
* The mode determines which platform styles to use.
|
|
7863
6899
|
*/
|
|
7864
6900
|
"mode"?: "ios" | "md";
|
|
7865
6901
|
/**
|
|
7866
6902
|
* If true, reverse the progress bar direction.
|
|
7867
6903
|
*/
|
|
7868
6904
|
"reversed"?: boolean;
|
|
7869
|
-
/**
|
|
7870
|
-
* The theme determines the visual appearance of the component.
|
|
7871
|
-
*/
|
|
7872
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7873
6905
|
/**
|
|
7874
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).
|
|
7875
6907
|
*/
|
|
@@ -7901,7 +6933,7 @@ declare namespace LocalJSX {
|
|
|
7901
6933
|
*/
|
|
7902
6934
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
7903
6935
|
/**
|
|
7904
|
-
* The mode determines
|
|
6936
|
+
* The mode determines which platform styles to use.
|
|
7905
6937
|
*/
|
|
7906
6938
|
"mode"?: "ios" | "md";
|
|
7907
6939
|
/**
|
|
@@ -7916,10 +6948,6 @@ declare namespace LocalJSX {
|
|
|
7916
6948
|
* Emitted when the radio button has focus.
|
|
7917
6949
|
*/
|
|
7918
6950
|
"onIonFocus"?: (event: IonRadioCustomEvent<void>) => void;
|
|
7919
|
-
/**
|
|
7920
|
-
* The theme determines the visual appearance of the component.
|
|
7921
|
-
*/
|
|
7922
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7923
6951
|
/**
|
|
7924
6952
|
* the value of the radio.
|
|
7925
6953
|
*/
|
|
@@ -7934,10 +6962,6 @@ declare namespace LocalJSX {
|
|
|
7934
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.
|
|
7935
6963
|
*/
|
|
7936
6964
|
"compareWith"?: string | RadioGroupCompareFn | null;
|
|
7937
|
-
/**
|
|
7938
|
-
* The mode determines the platform behaviors of the component.
|
|
7939
|
-
*/
|
|
7940
|
-
"mode"?: "ios" | "md";
|
|
7941
6965
|
/**
|
|
7942
6966
|
* The name of the control, which is submitted with the form data.
|
|
7943
6967
|
*/
|
|
@@ -7946,10 +6970,6 @@ declare namespace LocalJSX {
|
|
|
7946
6970
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
7947
6971
|
*/
|
|
7948
6972
|
"onIonChange"?: (event: IonRadioGroupCustomEvent<RadioGroupChangeEventDetail>) => void;
|
|
7949
|
-
/**
|
|
7950
|
-
* The theme determines the visual appearance of the component.
|
|
7951
|
-
*/
|
|
7952
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7953
6973
|
/**
|
|
7954
6974
|
* the value of the radio group.
|
|
7955
6975
|
*/
|
|
@@ -7993,7 +7013,7 @@ declare namespace LocalJSX {
|
|
|
7993
7013
|
*/
|
|
7994
7014
|
"min"?: number;
|
|
7995
7015
|
/**
|
|
7996
|
-
* The mode determines
|
|
7016
|
+
* The mode determines which platform styles to use.
|
|
7997
7017
|
*/
|
|
7998
7018
|
"mode"?: "ios" | "md";
|
|
7999
7019
|
/**
|
|
@@ -8040,10 +7060,6 @@ declare namespace LocalJSX {
|
|
|
8040
7060
|
* Specifies the value granularity.
|
|
8041
7061
|
*/
|
|
8042
7062
|
"step"?: number;
|
|
8043
|
-
/**
|
|
8044
|
-
* The theme determines the visual appearance of the component.
|
|
8045
|
-
*/
|
|
8046
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8047
7063
|
/**
|
|
8048
7064
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
8049
7065
|
*/
|
|
@@ -8063,7 +7079,7 @@ declare namespace LocalJSX {
|
|
|
8063
7079
|
*/
|
|
8064
7080
|
"disabled"?: boolean;
|
|
8065
7081
|
/**
|
|
8066
|
-
* The mode determines
|
|
7082
|
+
* The mode determines which platform styles to use.
|
|
8067
7083
|
*/
|
|
8068
7084
|
"mode"?: "ios" | "md";
|
|
8069
7085
|
/**
|
|
@@ -8094,16 +7110,8 @@ declare namespace LocalJSX {
|
|
|
8094
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.
|
|
8095
7111
|
*/
|
|
8096
7112
|
"snapbackDuration"?: string;
|
|
8097
|
-
/**
|
|
8098
|
-
* The theme determines the visual appearance of the component.
|
|
8099
|
-
*/
|
|
8100
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8101
7113
|
}
|
|
8102
7114
|
interface IonRefresherContent {
|
|
8103
|
-
/**
|
|
8104
|
-
* The mode determines the platform behaviors of the component.
|
|
8105
|
-
*/
|
|
8106
|
-
"mode"?: "ios" | "md";
|
|
8107
7115
|
/**
|
|
8108
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.
|
|
8109
7117
|
*/
|
|
@@ -8120,48 +7128,20 @@ declare namespace LocalJSX {
|
|
|
8120
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.
|
|
8121
7129
|
*/
|
|
8122
7130
|
"refreshingText"?: string | IonicSafeString;
|
|
8123
|
-
/**
|
|
8124
|
-
* The theme determines the visual appearance of the component.
|
|
8125
|
-
*/
|
|
8126
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8127
7131
|
}
|
|
8128
7132
|
interface IonReorder {
|
|
8129
|
-
/**
|
|
8130
|
-
* The mode determines the platform behaviors of the component.
|
|
8131
|
-
*/
|
|
8132
|
-
"mode"?: "ios" | "md";
|
|
8133
|
-
/**
|
|
8134
|
-
* The theme determines the visual appearance of the component.
|
|
8135
|
-
*/
|
|
8136
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8137
7133
|
}
|
|
8138
7134
|
interface IonReorderGroup {
|
|
8139
7135
|
/**
|
|
8140
7136
|
* If `true`, the reorder will be hidden.
|
|
8141
7137
|
*/
|
|
8142
7138
|
"disabled"?: boolean;
|
|
8143
|
-
/**
|
|
8144
|
-
* The mode determines the platform behaviors of the component.
|
|
8145
|
-
*/
|
|
8146
|
-
"mode"?: "ios" | "md";
|
|
8147
7139
|
/**
|
|
8148
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.
|
|
8149
7141
|
*/
|
|
8150
7142
|
"onIonItemReorder"?: (event: IonReorderGroupCustomEvent<ItemReorderEventDetail>) => void;
|
|
8151
|
-
/**
|
|
8152
|
-
* The theme determines the visual appearance of the component.
|
|
8153
|
-
*/
|
|
8154
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8155
7143
|
}
|
|
8156
7144
|
interface IonRippleEffect {
|
|
8157
|
-
/**
|
|
8158
|
-
* The mode determines the platform behaviors of the component.
|
|
8159
|
-
*/
|
|
8160
|
-
"mode"?: "ios" | "md";
|
|
8161
|
-
/**
|
|
8162
|
-
* The theme determines the visual appearance of the component.
|
|
8163
|
-
*/
|
|
8164
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8165
7145
|
/**
|
|
8166
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.
|
|
8167
7147
|
*/
|
|
@@ -8184,18 +7164,10 @@ declare namespace LocalJSX {
|
|
|
8184
7164
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
8185
7165
|
*/
|
|
8186
7166
|
"componentProps"?: { [key: string]: any };
|
|
8187
|
-
/**
|
|
8188
|
-
* The mode determines the platform behaviors of the component.
|
|
8189
|
-
*/
|
|
8190
|
-
"mode"?: "ios" | "md";
|
|
8191
7167
|
/**
|
|
8192
7168
|
* Used internally by `ion-router` to know when this route did change.
|
|
8193
7169
|
*/
|
|
8194
7170
|
"onIonRouteDataChanged"?: (event: IonRouteCustomEvent<any>) => void;
|
|
8195
|
-
/**
|
|
8196
|
-
* The theme determines the visual appearance of the component.
|
|
8197
|
-
*/
|
|
8198
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8199
7171
|
/**
|
|
8200
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.
|
|
8201
7173
|
*/
|
|
@@ -8216,10 +7188,6 @@ declare namespace LocalJSX {
|
|
|
8216
7188
|
"to": string | undefined | null;
|
|
8217
7189
|
}
|
|
8218
7190
|
interface IonRouter {
|
|
8219
|
-
/**
|
|
8220
|
-
* The mode determines the platform behaviors of the component.
|
|
8221
|
-
*/
|
|
8222
|
-
"mode"?: "ios" | "md";
|
|
8223
7191
|
/**
|
|
8224
7192
|
* Emitted when the route had changed
|
|
8225
7193
|
*/
|
|
@@ -8232,10 +7200,6 @@ declare namespace LocalJSX {
|
|
|
8232
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.
|
|
8233
7201
|
*/
|
|
8234
7202
|
"root"?: string;
|
|
8235
|
-
/**
|
|
8236
|
-
* The theme determines the visual appearance of the component.
|
|
8237
|
-
*/
|
|
8238
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8239
7203
|
/**
|
|
8240
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.
|
|
8241
7205
|
*/
|
|
@@ -8250,10 +7214,6 @@ declare namespace LocalJSX {
|
|
|
8250
7214
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
8251
7215
|
*/
|
|
8252
7216
|
"href"?: string | undefined;
|
|
8253
|
-
/**
|
|
8254
|
-
* The mode determines the platform behaviors of the component.
|
|
8255
|
-
*/
|
|
8256
|
-
"mode"?: "ios" | "md";
|
|
8257
7217
|
/**
|
|
8258
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).
|
|
8259
7219
|
*/
|
|
@@ -8270,10 +7230,6 @@ declare namespace LocalJSX {
|
|
|
8270
7230
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
8271
7231
|
*/
|
|
8272
7232
|
"target"?: string | undefined;
|
|
8273
|
-
/**
|
|
8274
|
-
* The theme determines the visual appearance of the component.
|
|
8275
|
-
*/
|
|
8276
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8277
7233
|
}
|
|
8278
7234
|
interface IonRouterOutlet {
|
|
8279
7235
|
/**
|
|
@@ -8285,23 +7241,11 @@ declare namespace LocalJSX {
|
|
|
8285
7241
|
*/
|
|
8286
7242
|
"animation"?: AnimationBuilder;
|
|
8287
7243
|
/**
|
|
8288
|
-
* The mode determines
|
|
7244
|
+
* The mode determines which platform styles to use.
|
|
8289
7245
|
*/
|
|
8290
7246
|
"mode"?: "ios" | "md";
|
|
8291
|
-
/**
|
|
8292
|
-
* The theme determines the visual appearance of the component.
|
|
8293
|
-
*/
|
|
8294
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8295
7247
|
}
|
|
8296
7248
|
interface IonRow {
|
|
8297
|
-
/**
|
|
8298
|
-
* The mode determines the platform behaviors of the component.
|
|
8299
|
-
*/
|
|
8300
|
-
"mode"?: "ios" | "md";
|
|
8301
|
-
/**
|
|
8302
|
-
* The theme determines the visual appearance of the component.
|
|
8303
|
-
*/
|
|
8304
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8305
7249
|
}
|
|
8306
7250
|
interface IonSearchbar {
|
|
8307
7251
|
/**
|
|
@@ -8321,15 +7265,15 @@ declare namespace LocalJSX {
|
|
|
8321
7265
|
*/
|
|
8322
7266
|
"autocorrect"?: 'on' | 'off';
|
|
8323
7267
|
/**
|
|
8324
|
-
* Set the cancel button icon. Only
|
|
7268
|
+
* Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
|
|
8325
7269
|
*/
|
|
8326
7270
|
"cancelButtonIcon"?: string;
|
|
8327
7271
|
/**
|
|
8328
|
-
* Set the the cancel button text. Only
|
|
7272
|
+
* Set the the cancel button text. Only applies to `ios` mode.
|
|
8329
7273
|
*/
|
|
8330
7274
|
"cancelButtonText"?: string;
|
|
8331
7275
|
/**
|
|
8332
|
-
* Set the clear icon. Defaults to `
|
|
7276
|
+
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
|
|
8333
7277
|
*/
|
|
8334
7278
|
"clearIcon"?: string;
|
|
8335
7279
|
/**
|
|
@@ -8361,7 +7305,7 @@ declare namespace LocalJSX {
|
|
|
8361
7305
|
*/
|
|
8362
7306
|
"minlength"?: number;
|
|
8363
7307
|
/**
|
|
8364
|
-
* The mode determines
|
|
7308
|
+
* The mode determines which platform styles to use.
|
|
8365
7309
|
*/
|
|
8366
7310
|
"mode"?: "ios" | "md";
|
|
8367
7311
|
/**
|
|
@@ -8397,7 +7341,7 @@ declare namespace LocalJSX {
|
|
|
8397
7341
|
*/
|
|
8398
7342
|
"placeholder"?: string;
|
|
8399
7343
|
/**
|
|
8400
|
-
* 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.
|
|
8401
7345
|
*/
|
|
8402
7346
|
"searchIcon"?: string;
|
|
8403
7347
|
/**
|
|
@@ -8412,10 +7356,6 @@ declare namespace LocalJSX {
|
|
|
8412
7356
|
* If `true`, enable spellcheck on the input.
|
|
8413
7357
|
*/
|
|
8414
7358
|
"spellcheck"?: boolean;
|
|
8415
|
-
/**
|
|
8416
|
-
* The theme determines the visual appearance of the component.
|
|
8417
|
-
*/
|
|
8418
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8419
7359
|
/**
|
|
8420
7360
|
* Set the type of the input.
|
|
8421
7361
|
*/
|
|
@@ -8435,7 +7375,7 @@ declare namespace LocalJSX {
|
|
|
8435
7375
|
*/
|
|
8436
7376
|
"disabled"?: boolean;
|
|
8437
7377
|
/**
|
|
8438
|
-
* The mode determines
|
|
7378
|
+
* The mode determines which platform styles to use.
|
|
8439
7379
|
*/
|
|
8440
7380
|
"mode"?: "ios" | "md";
|
|
8441
7381
|
/**
|
|
@@ -8454,10 +7394,6 @@ declare namespace LocalJSX {
|
|
|
8454
7394
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
8455
7395
|
*/
|
|
8456
7396
|
"swipeGesture"?: boolean;
|
|
8457
|
-
/**
|
|
8458
|
-
* The theme determines the visual appearance of the component.
|
|
8459
|
-
*/
|
|
8460
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8461
7397
|
/**
|
|
8462
7398
|
* the value of the segment.
|
|
8463
7399
|
*/
|
|
@@ -8477,13 +7413,9 @@ declare namespace LocalJSX {
|
|
|
8477
7413
|
*/
|
|
8478
7414
|
"layout"?: SegmentButtonLayout;
|
|
8479
7415
|
/**
|
|
8480
|
-
* The mode determines
|
|
7416
|
+
* The mode determines which platform styles to use.
|
|
8481
7417
|
*/
|
|
8482
7418
|
"mode"?: "ios" | "md";
|
|
8483
|
-
/**
|
|
8484
|
-
* The theme determines the visual appearance of the component.
|
|
8485
|
-
*/
|
|
8486
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8487
7419
|
/**
|
|
8488
7420
|
* The type of the button.
|
|
8489
7421
|
*/
|
|
@@ -8523,11 +7455,11 @@ declare namespace LocalJSX {
|
|
|
8523
7455
|
*/
|
|
8524
7456
|
"disabled"?: boolean;
|
|
8525
7457
|
/**
|
|
8526
|
-
* 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.
|
|
8527
7459
|
*/
|
|
8528
7460
|
"expandedIcon"?: string;
|
|
8529
7461
|
/**
|
|
8530
|
-
* 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.
|
|
8531
7463
|
*/
|
|
8532
7464
|
"fill"?: 'outline' | 'solid';
|
|
8533
7465
|
/**
|
|
@@ -8551,7 +7483,7 @@ declare namespace LocalJSX {
|
|
|
8551
7483
|
*/
|
|
8552
7484
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
8553
7485
|
/**
|
|
8554
|
-
* The mode determines
|
|
7486
|
+
* The mode determines which platform styles to use.
|
|
8555
7487
|
*/
|
|
8556
7488
|
"mode"?: "ios" | "md";
|
|
8557
7489
|
/**
|
|
@@ -8595,19 +7527,11 @@ declare namespace LocalJSX {
|
|
|
8595
7527
|
*/
|
|
8596
7528
|
"selectedText"?: string | null;
|
|
8597
7529
|
/**
|
|
8598
|
-
*
|
|
7530
|
+
* The shape of the select. If "round" it will have an increased border radius.
|
|
8599
7531
|
*/
|
|
8600
|
-
"shape"?: '
|
|
7532
|
+
"shape"?: 'round';
|
|
8601
7533
|
/**
|
|
8602
|
-
* The
|
|
8603
|
-
*/
|
|
8604
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
8605
|
-
/**
|
|
8606
|
-
* The theme determines the visual appearance of the component.
|
|
8607
|
-
*/
|
|
8608
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8609
|
-
/**
|
|
8610
|
-
* The toggle icon to use. Defaults to `"chevronExpand"` for the `"ios"` theme, or `"caretDownSharp"` for the `"md"` and `"ionic"` themes.
|
|
7534
|
+
* The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
|
|
8611
7535
|
*/
|
|
8612
7536
|
"toggleIcon"?: string;
|
|
8613
7537
|
/**
|
|
@@ -8625,14 +7549,6 @@ declare namespace LocalJSX {
|
|
|
8625
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.
|
|
8626
7550
|
*/
|
|
8627
7551
|
"disabled"?: boolean;
|
|
8628
|
-
/**
|
|
8629
|
-
* The mode determines the platform behaviors of the component.
|
|
8630
|
-
*/
|
|
8631
|
-
"mode"?: "ios" | "md";
|
|
8632
|
-
/**
|
|
8633
|
-
* The theme determines the visual appearance of the component.
|
|
8634
|
-
*/
|
|
8635
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8636
7552
|
/**
|
|
8637
7553
|
* The text value of the option.
|
|
8638
7554
|
*/
|
|
@@ -8647,10 +7563,6 @@ declare namespace LocalJSX {
|
|
|
8647
7563
|
* The text content of the popover body
|
|
8648
7564
|
*/
|
|
8649
7565
|
"message"?: string;
|
|
8650
|
-
/**
|
|
8651
|
-
* The mode determines the platform behaviors of the component.
|
|
8652
|
-
*/
|
|
8653
|
-
"mode"?: "ios" | "md";
|
|
8654
7566
|
/**
|
|
8655
7567
|
* If true, the select accepts multiple values
|
|
8656
7568
|
*/
|
|
@@ -8663,24 +7575,12 @@ declare namespace LocalJSX {
|
|
|
8663
7575
|
* The subheader text of the popover
|
|
8664
7576
|
*/
|
|
8665
7577
|
"subHeader"?: string;
|
|
8666
|
-
/**
|
|
8667
|
-
* The theme determines the visual appearance of the component.
|
|
8668
|
-
*/
|
|
8669
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8670
7578
|
}
|
|
8671
7579
|
interface IonSkeletonText {
|
|
8672
7580
|
/**
|
|
8673
7581
|
* If `true`, the skeleton text will animate.
|
|
8674
7582
|
*/
|
|
8675
7583
|
"animated"?: boolean;
|
|
8676
|
-
/**
|
|
8677
|
-
* The mode determines the platform behaviors of the component.
|
|
8678
|
-
*/
|
|
8679
|
-
"mode"?: "ios" | "md";
|
|
8680
|
-
/**
|
|
8681
|
-
* The theme determines the visual appearance of the component.
|
|
8682
|
-
*/
|
|
8683
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8684
7584
|
}
|
|
8685
7585
|
interface IonSpinner {
|
|
8686
7586
|
/**
|
|
@@ -8691,10 +7591,6 @@ declare namespace LocalJSX {
|
|
|
8691
7591
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
8692
7592
|
*/
|
|
8693
7593
|
"duration"?: number;
|
|
8694
|
-
/**
|
|
8695
|
-
* The mode determines the platform behaviors of the component.
|
|
8696
|
-
*/
|
|
8697
|
-
"mode"?: "ios" | "md";
|
|
8698
7594
|
/**
|
|
8699
7595
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
8700
7596
|
*/
|
|
@@ -8703,14 +7599,6 @@ declare namespace LocalJSX {
|
|
|
8703
7599
|
* If `true`, the spinner's animation will be paused.
|
|
8704
7600
|
*/
|
|
8705
7601
|
"paused"?: boolean;
|
|
8706
|
-
/**
|
|
8707
|
-
* 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.
|
|
8708
|
-
*/
|
|
8709
|
-
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
8710
|
-
/**
|
|
8711
|
-
* The theme determines the visual appearance of the component.
|
|
8712
|
-
*/
|
|
8713
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8714
7602
|
}
|
|
8715
7603
|
interface IonSplitPane {
|
|
8716
7604
|
/**
|
|
@@ -8721,18 +7609,10 @@ declare namespace LocalJSX {
|
|
|
8721
7609
|
* If `true`, the split pane will be hidden.
|
|
8722
7610
|
*/
|
|
8723
7611
|
"disabled"?: boolean;
|
|
8724
|
-
/**
|
|
8725
|
-
* The mode determines the platform behaviors of the component.
|
|
8726
|
-
*/
|
|
8727
|
-
"mode"?: "ios" | "md";
|
|
8728
7612
|
/**
|
|
8729
7613
|
* Expression to be called when the split-pane visibility has changed
|
|
8730
7614
|
*/
|
|
8731
7615
|
"onIonSplitPaneVisible"?: (event: IonSplitPaneCustomEvent<{ visible: boolean }>) => void;
|
|
8732
|
-
/**
|
|
8733
|
-
* The theme determines the visual appearance of the component.
|
|
8734
|
-
*/
|
|
8735
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8736
7616
|
/**
|
|
8737
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.
|
|
8738
7618
|
*/
|
|
@@ -8743,18 +7623,10 @@ declare namespace LocalJSX {
|
|
|
8743
7623
|
* The component to display inside of the tab.
|
|
8744
7624
|
*/
|
|
8745
7625
|
"component"?: ComponentRef;
|
|
8746
|
-
/**
|
|
8747
|
-
* The mode determines the platform behaviors of the component.
|
|
8748
|
-
*/
|
|
8749
|
-
"mode"?: "ios" | "md";
|
|
8750
7626
|
/**
|
|
8751
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.
|
|
8752
7628
|
*/
|
|
8753
7629
|
"tab": string;
|
|
8754
|
-
/**
|
|
8755
|
-
* The theme determines the visual appearance of the component.
|
|
8756
|
-
*/
|
|
8757
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8758
7630
|
}
|
|
8759
7631
|
interface IonTabBar {
|
|
8760
7632
|
/**
|
|
@@ -8762,11 +7634,7 @@ declare namespace LocalJSX {
|
|
|
8762
7634
|
*/
|
|
8763
7635
|
"color"?: Color;
|
|
8764
7636
|
/**
|
|
8765
|
-
*
|
|
8766
|
-
*/
|
|
8767
|
-
"expand"?: 'compact' | 'full';
|
|
8768
|
-
/**
|
|
8769
|
-
* The mode determines the platform behaviors of the component.
|
|
7637
|
+
* The mode determines which platform styles to use.
|
|
8770
7638
|
*/
|
|
8771
7639
|
"mode"?: "ios" | "md";
|
|
8772
7640
|
/**
|
|
@@ -8774,15 +7642,7 @@ declare namespace LocalJSX {
|
|
|
8774
7642
|
*/
|
|
8775
7643
|
"selectedTab"?: string;
|
|
8776
7644
|
/**
|
|
8777
|
-
*
|
|
8778
|
-
*/
|
|
8779
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
8780
|
-
/**
|
|
8781
|
-
* The theme determines the visual appearance of the component.
|
|
8782
|
-
*/
|
|
8783
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8784
|
-
/**
|
|
8785
|
-
* 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).
|
|
8786
7646
|
*/
|
|
8787
7647
|
"translucent"?: boolean;
|
|
8788
7648
|
}
|
|
@@ -8804,7 +7664,7 @@ declare namespace LocalJSX {
|
|
|
8804
7664
|
*/
|
|
8805
7665
|
"layout"?: TabButtonLayout;
|
|
8806
7666
|
/**
|
|
8807
|
-
* The mode determines
|
|
7667
|
+
* The mode determines which platform styles to use.
|
|
8808
7668
|
*/
|
|
8809
7669
|
"mode"?: "ios" | "md";
|
|
8810
7670
|
/**
|
|
@@ -8815,10 +7675,6 @@ declare namespace LocalJSX {
|
|
|
8815
7675
|
* The selected tab component
|
|
8816
7676
|
*/
|
|
8817
7677
|
"selected"?: boolean;
|
|
8818
|
-
/**
|
|
8819
|
-
* Set to `"soft"` for a tab-button with slightly rounded corners, `"round"` for a tab-button with fully rounded corners, or `"rectangular"` for a tab-button without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
|
|
8820
|
-
*/
|
|
8821
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
8822
7678
|
/**
|
|
8823
7679
|
* 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.
|
|
8824
7680
|
*/
|
|
@@ -8827,16 +7683,8 @@ declare namespace LocalJSX {
|
|
|
8827
7683
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
8828
7684
|
*/
|
|
8829
7685
|
"target"?: string | undefined;
|
|
8830
|
-
/**
|
|
8831
|
-
* The theme determines the visual appearance of the component.
|
|
8832
|
-
*/
|
|
8833
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8834
7686
|
}
|
|
8835
7687
|
interface IonTabs {
|
|
8836
|
-
/**
|
|
8837
|
-
* The mode determines the platform behaviors of the component.
|
|
8838
|
-
*/
|
|
8839
|
-
"mode"?: "ios" | "md";
|
|
8840
7688
|
/**
|
|
8841
7689
|
* Emitted when the navigation has finished transitioning to a new component.
|
|
8842
7690
|
*/
|
|
@@ -8845,10 +7693,6 @@ declare namespace LocalJSX {
|
|
|
8845
7693
|
* Emitted when the navigation is about to transition to a new component.
|
|
8846
7694
|
*/
|
|
8847
7695
|
"onIonTabsWillChange"?: (event: IonTabsCustomEvent<{ tab: string }>) => void;
|
|
8848
|
-
/**
|
|
8849
|
-
* The theme determines the visual appearance of the component.
|
|
8850
|
-
*/
|
|
8851
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8852
7696
|
}
|
|
8853
7697
|
interface IonText {
|
|
8854
7698
|
/**
|
|
@@ -8856,13 +7700,9 @@ declare namespace LocalJSX {
|
|
|
8856
7700
|
*/
|
|
8857
7701
|
"color"?: Color;
|
|
8858
7702
|
/**
|
|
8859
|
-
* The mode determines
|
|
7703
|
+
* The mode determines which platform styles to use.
|
|
8860
7704
|
*/
|
|
8861
7705
|
"mode"?: "ios" | "md";
|
|
8862
|
-
/**
|
|
8863
|
-
* The theme determines the visual appearance of the component.
|
|
8864
|
-
*/
|
|
8865
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8866
7706
|
}
|
|
8867
7707
|
interface IonTextarea {
|
|
8868
7708
|
/**
|
|
@@ -8914,7 +7754,7 @@ declare namespace LocalJSX {
|
|
|
8914
7754
|
*/
|
|
8915
7755
|
"errorText"?: string;
|
|
8916
7756
|
/**
|
|
8917
|
-
* 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.
|
|
8918
7758
|
*/
|
|
8919
7759
|
"fill"?: 'outline' | 'solid';
|
|
8920
7760
|
/**
|
|
@@ -8942,7 +7782,7 @@ declare namespace LocalJSX {
|
|
|
8942
7782
|
*/
|
|
8943
7783
|
"minlength"?: number;
|
|
8944
7784
|
/**
|
|
8945
|
-
* The mode determines
|
|
7785
|
+
* The mode determines which platform styles to use.
|
|
8946
7786
|
*/
|
|
8947
7787
|
"mode"?: "ios" | "md";
|
|
8948
7788
|
/**
|
|
@@ -8982,21 +7822,13 @@ declare namespace LocalJSX {
|
|
|
8982
7822
|
*/
|
|
8983
7823
|
"rows"?: number;
|
|
8984
7824
|
/**
|
|
8985
|
-
*
|
|
7825
|
+
* The shape of the textarea. If "round" it will have an increased border radius.
|
|
8986
7826
|
*/
|
|
8987
|
-
"shape"?: '
|
|
8988
|
-
/**
|
|
8989
|
-
* 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.
|
|
8990
|
-
*/
|
|
8991
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
7827
|
+
"shape"?: 'round';
|
|
8992
7828
|
/**
|
|
8993
7829
|
* If `true`, the element will have its spelling and grammar checked.
|
|
8994
7830
|
*/
|
|
8995
7831
|
"spellcheck"?: boolean;
|
|
8996
|
-
/**
|
|
8997
|
-
* The theme determines the visual appearance of the component.
|
|
8998
|
-
*/
|
|
8999
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9000
7832
|
/**
|
|
9001
7833
|
* The value of the textarea.
|
|
9002
7834
|
*/
|
|
@@ -9007,32 +7839,16 @@ declare namespace LocalJSX {
|
|
|
9007
7839
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
9008
7840
|
}
|
|
9009
7841
|
interface IonThumbnail {
|
|
9010
|
-
/**
|
|
9011
|
-
* The mode determines the platform behaviors of the component.
|
|
9012
|
-
*/
|
|
9013
|
-
"mode"?: "ios" | "md";
|
|
9014
|
-
/**
|
|
9015
|
-
* The theme determines the visual appearance of the component.
|
|
9016
|
-
*/
|
|
9017
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9018
7842
|
}
|
|
9019
7843
|
interface IonTitle {
|
|
9020
7844
|
/**
|
|
9021
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).
|
|
9022
7846
|
*/
|
|
9023
7847
|
"color"?: Color;
|
|
9024
|
-
/**
|
|
9025
|
-
* The mode determines the platform behaviors of the component.
|
|
9026
|
-
*/
|
|
9027
|
-
"mode"?: "ios" | "md";
|
|
9028
7848
|
/**
|
|
9029
7849
|
* The size of the toolbar title.
|
|
9030
7850
|
*/
|
|
9031
7851
|
"size"?: 'large' | 'small';
|
|
9032
|
-
/**
|
|
9033
|
-
* The theme determines the visual appearance of the component.
|
|
9034
|
-
*/
|
|
9035
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9036
7852
|
}
|
|
9037
7853
|
interface IonToast {
|
|
9038
7854
|
/**
|
|
@@ -9092,7 +7908,7 @@ declare namespace LocalJSX {
|
|
|
9092
7908
|
*/
|
|
9093
7909
|
"message"?: string | IonicSafeString;
|
|
9094
7910
|
/**
|
|
9095
|
-
* The mode determines
|
|
7911
|
+
* The mode determines which platform styles to use.
|
|
9096
7912
|
*/
|
|
9097
7913
|
"mode"?: "ios" | "md";
|
|
9098
7914
|
/**
|
|
@@ -9135,20 +7951,12 @@ declare namespace LocalJSX {
|
|
|
9135
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.
|
|
9136
7952
|
*/
|
|
9137
7953
|
"positionAnchor"?: HTMLElement | string;
|
|
9138
|
-
/**
|
|
9139
|
-
* 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.
|
|
9140
|
-
*/
|
|
9141
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
9142
7954
|
/**
|
|
9143
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.
|
|
9144
7956
|
*/
|
|
9145
7957
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
9146
7958
|
/**
|
|
9147
|
-
*
|
|
9148
|
-
*/
|
|
9149
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9150
|
-
/**
|
|
9151
|
-
* 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).
|
|
9152
7960
|
*/
|
|
9153
7961
|
"translucent"?: boolean;
|
|
9154
7962
|
/**
|
|
@@ -9186,7 +7994,7 @@ declare namespace LocalJSX {
|
|
|
9186
7994
|
*/
|
|
9187
7995
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
9188
7996
|
/**
|
|
9189
|
-
* The mode determines
|
|
7997
|
+
* The mode determines which platform styles to use.
|
|
9190
7998
|
*/
|
|
9191
7999
|
"mode"?: "ios" | "md";
|
|
9192
8000
|
/**
|
|
@@ -9205,10 +8013,6 @@ declare namespace LocalJSX {
|
|
|
9205
8013
|
* Emitted when the toggle has focus.
|
|
9206
8014
|
*/
|
|
9207
8015
|
"onIonFocus"?: (event: IonToggleCustomEvent<void>) => void;
|
|
9208
|
-
/**
|
|
9209
|
-
* The theme determines the visual appearance of the component.
|
|
9210
|
-
*/
|
|
9211
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9212
8016
|
/**
|
|
9213
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>`.
|
|
9214
8018
|
*/
|
|
@@ -9220,13 +8024,9 @@ declare namespace LocalJSX {
|
|
|
9220
8024
|
*/
|
|
9221
8025
|
"color"?: Color;
|
|
9222
8026
|
/**
|
|
9223
|
-
* The mode determines
|
|
8027
|
+
* The mode determines which platform styles to use.
|
|
9224
8028
|
*/
|
|
9225
8029
|
"mode"?: "ios" | "md";
|
|
9226
|
-
/**
|
|
9227
|
-
* The theme determines the visual appearance of the component.
|
|
9228
|
-
*/
|
|
9229
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9230
8030
|
}
|
|
9231
8031
|
interface IntrinsicElements {
|
|
9232
8032
|
"ion-accordion": IonAccordion;
|