@ionic/core 8.5.2-dev.11743410780.1c74dd00 → 8.5.2-dev.11743531350.19e040aa
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 +6 -6
- package/components/focus-visible.js +1 -23
- package/components/framework-delegate.js +1 -3
- package/components/hardware-back-button.js +115 -0
- package/components/header.js +15 -24
- package/components/helpers.js +3 -54
- package/components/index2.js +2 -2
- package/components/index4.js +9 -8
- package/components/index5.js +3 -27
- package/components/index6.js +24 -110
- package/components/index7.js +27 -163
- package/components/index8.js +128 -0
- package/{dist/esm/index-0c65e393.js → components/index9.js} +2 -5
- 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 -14
- package/components/ion-avatar.js +5 -58
- package/components/ion-back-button.js +19 -29
- package/components/ion-badge.js +9 -50
- 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 +7 -28
- package/components/ion-range.js +28 -15
- 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 +18 -141
- package/components/ion-segment-button.js +25 -60
- package/components/ion-segment-content.js +2 -2
- package/components/ion-segment-view.js +2 -6
- package/components/ion-segment.js +7 -11
- package/components/ion-select-option.js +2 -5
- package/components/ion-select.js +33 -120
- 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 -48
- 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 +82 -378
- 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 +5 -11
- 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 +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-124b7017.js → animation-b4fdf128.js} +2 -2
- package/dist/cjs/{app-globals-04316582.js → app-globals-dd592863.js} +1 -1
- package/dist/cjs/{button-active-6c0ef0f0.js → button-active-43e2b419.js} +1 -1
- package/dist/cjs/{capacitor-ec2a454d.js → capacitor-c04564bf.js} +3 -3
- package/dist/cjs/{data-ae8423e6.js → data-27cc2c9c.js} +8 -8
- package/dist/{esm/focus-visible-6827442c.js → cjs/focus-visible-7a0ce04f.js} +3 -23
- package/dist/cjs/{framework-delegate-4de32fdc.js → framework-delegate-50a86d56.js} +2 -4
- package/dist/cjs/{haptic-f262299e.js → haptic-f6b37aa3.js} +1 -1
- package/dist/cjs/hardware-back-button-5a99001f.js +122 -0
- package/dist/cjs/{helpers-4211d834.js → helpers-3a248559.js} +2 -54
- package/dist/cjs/index-48b2a28e.js +46 -0
- package/dist/cjs/{index-943c0438.js → index-4b70187a.js} +15 -14
- package/dist/cjs/{index-f835dc22.js → index-509ca0d3.js} +3 -3
- package/dist/cjs/index-c8d52405.js +10 -0
- package/dist/cjs/{index-3d31ef2d.js → index-e36bd277.js} +7 -10
- package/dist/cjs/{index-042a8f38.js → index-e630fd95.js} +12 -12
- package/dist/cjs/index.cjs.js +12 -11
- package/dist/cjs/{input-shims-c93f3c7f.js → input-shims-22a9973f.js} +18 -18
- package/dist/cjs/{input.utils-00741e7b.js → input.utils-e82b8ed0.js} +5 -4
- package/dist/cjs/ion-accordion_2.cjs.entry.js +24 -62
- package/dist/cjs/ion-action-sheet.cjs.entry.js +18 -22
- package/dist/cjs/ion-alert.cjs.entry.js +23 -26
- package/dist/cjs/ion-app_8.cjs.entry.js +152 -113
- package/dist/cjs/ion-avatar_3.cjs.entry.js +11 -102
- package/dist/cjs/ion-back-button.cjs.entry.js +21 -32
- package/dist/cjs/ion-backdrop.cjs.entry.js +6 -11
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +15 -54
- package/dist/cjs/ion-button_2.cjs.entry.js +15 -47
- package/dist/cjs/ion-card_5.cjs.entry.js +28 -53
- package/dist/cjs/ion-checkbox.cjs.entry.js +13 -31
- package/dist/cjs/ion-chip.cjs.entry.js +7 -43
- package/dist/cjs/ion-col_3.cjs.entry.js +10 -14
- package/dist/cjs/ion-datetime-button.cjs.entry.js +12 -17
- package/dist/cjs/ion-datetime_3.cjs.entry.js +115 -191
- package/dist/cjs/ion-fab_3.cjs.entry.js +19 -43
- package/dist/cjs/ion-img.cjs.entry.js +3 -8
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +17 -22
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +16 -55
- package/dist/cjs/ion-input.cjs.entry.js +23 -119
- package/dist/cjs/ion-item-option_3.cjs.entry.js +17 -41
- package/dist/cjs/ion-item_8.cjs.entry.js +41 -114
- package/dist/cjs/ion-loading.cjs.entry.js +18 -21
- package/dist/cjs/ion-menu_3.cjs.entry.js +29 -49
- package/dist/cjs/ion-modal.cjs.entry.js +70 -99
- package/dist/cjs/ion-nav_2.cjs.entry.js +13 -16
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +6 -12
- package/dist/cjs/ion-picker-column.cjs.entry.js +12 -13
- package/dist/cjs/ion-picker.cjs.entry.js +5 -11
- package/dist/cjs/ion-popover.cjs.entry.js +18 -21
- package/dist/cjs/ion-progress-bar.cjs.entry.js +8 -29
- package/dist/cjs/ion-radio_2.cjs.entry.js +13 -25
- package/dist/cjs/ion-range.cjs.entry.js +34 -23
- package/dist/cjs/ion-refresher_2.cjs.entry.js +23 -45
- package/dist/cjs/ion-reorder_2.cjs.entry.js +13 -38
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +7 -18
- package/dist/cjs/ion-route_4.cjs.entry.js +7 -9
- package/dist/cjs/ion-searchbar.cjs.entry.js +17 -139
- package/dist/cjs/ion-segment-content.cjs.entry.js +2 -2
- package/dist/cjs/ion-segment-view.cjs.entry.js +2 -6
- package/dist/cjs/ion-segment_2.cjs.entry.js +31 -72
- package/dist/cjs/ion-select-modal.cjs.entry.js +10 -9
- package/dist/cjs/ion-select_3.cjs.entry.js +40 -134
- package/dist/cjs/ion-spinner.cjs.entry.js +9 -35
- package/dist/cjs/ion-split-pane.cjs.entry.js +8 -13
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +20 -61
- package/dist/cjs/ion-tab_2.cjs.entry.js +6 -8
- package/dist/cjs/ion-text.cjs.entry.js +5 -6
- package/dist/cjs/ion-textarea.cjs.entry.js +16 -52
- package/dist/cjs/ion-toast.cjs.entry.js +42 -60
- package/dist/cjs/ion-toggle.cjs.entry.js +22 -81
- package/dist/cjs/ionic-global-acb665ad.js +227 -0
- package/dist/cjs/ionic.cjs.js +3 -4
- package/dist/cjs/{ios.transition-cdf1959e.js → ios.transition-ae7afca9.js} +6 -7
- package/dist/cjs/{keyboard-924ba9a2.js → keyboard-0272231f.js} +1 -1
- package/dist/cjs/{keyboard-9cd4a473.js → keyboard-af1bb365.js} +3 -5
- package/dist/cjs/{keyboard-controller-dc7a55c4.js → keyboard-controller-c05e747a.js} +9 -11
- package/dist/cjs/loader.cjs.js +3 -4
- package/dist/cjs/{md.transition-6a00a3e7.js → md.transition-26003e25.js} +6 -6
- package/dist/cjs/{notch-controller-14681d65.js → notch-controller-ae03a497.js} +4 -4
- package/dist/cjs/{overlays-288b775b.js → overlays-a0c6b23f.js} +20 -19
- package/dist/cjs/{status-tap-a41ad873.js → status-tap-03023755.js} +4 -5
- package/dist/cjs/{swipe-back-cf9385d3.js → swipe-back-cd0d9f77.js} +1 -3
- package/dist/collection/collection-manifest.json +0 -1
- package/dist/collection/components/accordion/accordion.ios.css +58 -73
- package/dist/collection/components/accordion/accordion.js +21 -37
- package/dist/collection/components/accordion/accordion.md.css +59 -67
- package/dist/collection/components/accordion-group/accordion-group.ios.css +4 -16
- package/dist/collection/components/accordion-group/accordion-group.js +8 -43
- package/dist/collection/components/accordion-group/accordion-group.md.css +4 -22
- package/dist/collection/components/action-sheet/action-sheet.ios.css +6 -18
- package/dist/collection/components/action-sheet/action-sheet.js +10 -14
- package/dist/collection/components/action-sheet/action-sheet.md.css +5 -17
- package/dist/collection/components/alert/alert.ios.css +1 -19
- package/dist/collection/components/alert/alert.js +12 -15
- package/dist/collection/components/alert/alert.md.css +1 -19
- package/dist/collection/components/app/app.js +80 -22
- package/dist/collection/components/avatar/avatar.ios.css +0 -13
- package/dist/collection/components/avatar/avatar.js +4 -113
- package/dist/collection/components/avatar/avatar.md.css +0 -90
- package/dist/collection/components/back-button/back-button.ios.css +48 -60
- package/dist/collection/components/back-button/back-button.js +19 -27
- package/dist/collection/components/back-button/back-button.md.css +48 -60
- package/dist/collection/components/backdrop/backdrop.ios.css +1 -13
- package/dist/collection/components/backdrop/backdrop.js +6 -12
- package/dist/collection/components/backdrop/backdrop.md.css +1 -13
- package/dist/collection/components/badge/badge.ios.css +4 -147
- package/dist/collection/components/badge/badge.js +9 -97
- package/dist/collection/components/badge/badge.md.css +4 -131
- package/dist/collection/components/breadcrumb/breadcrumb.ios.css +8 -20
- package/dist/collection/components/breadcrumb/breadcrumb.js +11 -43
- package/dist/collection/components/breadcrumb/breadcrumb.md.css +8 -20
- package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +0 -6
- package/dist/collection/components/breadcrumbs/breadcrumbs.js +9 -11
- package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +0 -6
- package/dist/collection/components/button/button.ios.css +37 -131
- package/dist/collection/components/button/button.js +16 -46
- package/dist/collection/components/button/button.md.css +41 -122
- package/dist/collection/components/buttons/buttons.ios.css +7 -59
- package/dist/collection/components/buttons/buttons.js +8 -14
- package/dist/collection/components/buttons/buttons.md.css +3 -55
- package/dist/collection/components/card/card.ios.css +14 -65
- package/dist/collection/components/card/card.js +10 -34
- package/dist/collection/components/card/card.md.css +14 -65
- package/dist/collection/components/card-content/card-content.ios.css +1 -16
- package/dist/collection/components/card-content/card-content.js +8 -11
- package/dist/collection/components/card-content/card-content.md.css +1 -16
- package/dist/collection/components/card-header/card-header.ios.css +15 -27
- package/dist/collection/components/card-header/card-header.js +9 -12
- package/dist/collection/components/card-header/card-header.md.css +15 -27
- package/dist/collection/components/card-subtitle/card-subtitle.ios.css +0 -12
- package/dist/collection/components/card-subtitle/card-subtitle.js +8 -11
- package/dist/collection/components/card-subtitle/card-subtitle.md.css +0 -12
- package/dist/collection/components/card-title/card-title.ios.css +0 -73
- package/dist/collection/components/card-title/card-title.js +8 -11
- package/dist/collection/components/card-title/card-title.md.css +0 -73
- package/dist/collection/components/checkbox/checkbox.ios.css +119 -179
- package/dist/collection/components/checkbox/checkbox.js +14 -64
- package/dist/collection/components/checkbox/checkbox.md.css +120 -180
- package/dist/collection/components/chip/chip.ios.css +1 -20
- package/dist/collection/components/chip/chip.js +8 -77
- package/dist/collection/components/chip/chip.md.css +1 -20
- package/dist/collection/components/col/col.css +0 -12
- package/dist/collection/components/col/col.js +5 -9
- package/dist/collection/components/content/content.css +2 -8
- package/dist/collection/components/content/content.js +11 -16
- package/dist/collection/components/datetime/datetime.ios.css +86 -237
- package/dist/collection/components/datetime/datetime.js +20 -98
- package/dist/collection/components/datetime/datetime.md.css +86 -237
- package/dist/collection/components/datetime/utils/data.js +5 -5
- package/dist/collection/components/datetime-button/datetime-button.ios.css +0 -6
- package/dist/collection/components/datetime-button/datetime-button.js +8 -11
- package/dist/collection/components/datetime-button/datetime-button.md.css +0 -6
- package/dist/collection/components/fab/fab.css +1 -25
- package/dist/collection/components/fab/fab.js +5 -9
- package/dist/collection/components/fab-button/fab-button.ios.css +6 -18
- package/dist/collection/components/fab-button/fab-button.js +15 -36
- package/dist/collection/components/fab-button/fab-button.md.css +8 -20
- package/dist/collection/components/fab-list/fab-list.css +0 -12
- package/dist/collection/components/fab-list/fab-list.js +5 -9
- package/dist/collection/components/footer/footer.ios.css +2 -14
- package/dist/collection/components/footer/footer.js +15 -20
- package/dist/collection/components/footer/footer.md.css +0 -12
- package/dist/collection/components/grid/grid.css +0 -12
- package/dist/collection/components/grid/grid.js +5 -9
- package/dist/collection/components/header/header.ios.css +10 -25
- package/dist/collection/components/header/header.js +17 -42
- package/dist/collection/components/header/header.md.css +8 -23
- package/dist/collection/components/img/img.js +2 -8
- package/dist/collection/components/infinite-scroll/infinite-scroll.js +4 -8
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +0 -12
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +10 -16
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +0 -12
- package/dist/collection/components/input/input.ios.css +135 -215
- package/dist/collection/components/input/input.js +30 -144
- package/dist/collection/components/input/input.md.css +137 -237
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +12 -48
- package/dist/collection/components/item/item.ios.css +69 -109
- package/dist/collection/components/item/item.js +16 -44
- package/dist/collection/components/item/item.md.css +68 -120
- package/dist/collection/components/item-divider/item-divider.ios.css +0 -18
- package/dist/collection/components/item-divider/item-divider.js +8 -11
- package/dist/collection/components/item-divider/item-divider.md.css +0 -18
- package/dist/collection/components/item-group/item-group.ios.css +0 -12
- package/dist/collection/components/item-group/item-group.js +7 -13
- package/dist/collection/components/item-group/item-group.md.css +0 -12
- package/dist/collection/components/item-option/item-option.ios.css +2 -14
- package/dist/collection/components/item-option/item-option.js +8 -43
- package/dist/collection/components/item-option/item-option.md.css +2 -14
- package/dist/collection/components/item-options/item-options.ios.css +0 -18
- package/dist/collection/components/item-options/item-options.js +7 -13
- package/dist/collection/components/item-options/item-options.md.css +0 -18
- package/dist/collection/components/item-sliding/item-sliding.css +0 -6
- package/dist/collection/components/item-sliding/item-sliding.js +4 -8
- package/dist/collection/components/label/label.ios.css +0 -18
- package/dist/collection/components/label/label.js +8 -11
- package/dist/collection/components/label/label.md.css +0 -18
- package/dist/collection/components/list/list.ios.css +0 -18
- package/dist/collection/components/list/list.js +9 -47
- package/dist/collection/components/list/list.md.css +2 -20
- package/dist/collection/components/list-header/list-header.ios.css +0 -18
- package/dist/collection/components/list-header/list-header.js +8 -11
- package/dist/collection/components/list-header/list-header.md.css +0 -18
- package/dist/collection/components/loading/loading.ios.css +1 -13
- package/dist/collection/components/loading/loading.js +10 -13
- package/dist/collection/components/loading/loading.md.css +1 -13
- package/dist/collection/components/menu/menu.ios.css +3 -15
- package/dist/collection/components/menu/menu.js +7 -12
- package/dist/collection/components/menu/menu.md.css +3 -15
- package/dist/collection/components/menu-button/menu-button.ios.css +14 -48
- package/dist/collection/components/menu-button/menu-button.js +10 -26
- package/dist/collection/components/menu-button/menu-button.md.css +15 -49
- package/dist/collection/components/menu-toggle/menu-toggle.js +5 -8
- package/dist/collection/components/modal/animations/sheet.js +2 -8
- package/dist/collection/components/modal/gestures/sheet.js +6 -10
- package/dist/collection/components/modal/modal.ios.css +63 -106
- package/dist/collection/components/modal/modal.js +11 -47
- package/dist/collection/components/modal/modal.md.css +63 -106
- package/dist/collection/components/nav/nav.css +1 -7
- package/dist/collection/components/nav/nav.js +5 -11
- package/dist/collection/components/nav-link/nav-link.js +1 -5
- package/dist/collection/components/note/note.ios.css +0 -12
- package/dist/collection/components/note/note.js +8 -11
- package/dist/collection/components/note/note.md.css +0 -12
- package/dist/collection/components/picker/picker.ios.css +3 -15
- package/dist/collection/components/picker/picker.js +5 -8
- package/dist/collection/components/picker/picker.md.css +3 -15
- package/dist/collection/components/picker-column/picker-column.css +2 -9
- package/dist/collection/components/picker-column/picker-column.js +7 -8
- package/dist/collection/components/picker-column-option/picker-column-option.ios.css +0 -6
- package/dist/collection/components/picker-column-option/picker-column-option.js +7 -13
- package/dist/collection/components/picker-column-option/picker-column-option.md.css +0 -6
- package/dist/collection/components/picker-legacy/picker.ios.css +1 -13
- package/dist/collection/components/picker-legacy/picker.js +6 -7
- package/dist/collection/components/picker-legacy/picker.md.css +1 -13
- package/dist/collection/components/picker-legacy-column/picker-column.ios.css +0 -12
- package/dist/collection/components/picker-legacy-column/picker-column.js +4 -4
- package/dist/collection/components/picker-legacy-column/picker-column.md.css +0 -12
- package/dist/collection/components/popover/popover.ios.css +1 -13
- package/dist/collection/components/popover/popover.js +12 -15
- package/dist/collection/components/popover/popover.md.css +1 -13
- package/dist/collection/components/progress-bar/progress-bar.ios.css +2 -8
- package/dist/collection/components/progress-bar/progress-bar.js +7 -42
- package/dist/collection/components/progress-bar/progress-bar.md.css +2 -8
- package/dist/collection/components/radio/radio.ios.css +91 -134
- package/dist/collection/components/radio/radio.js +9 -12
- package/dist/collection/components/radio/radio.md.css +91 -134
- package/dist/collection/components/radio-group/radio-group.ios.css +18 -42
- package/dist/collection/components/radio-group/radio-group.js +5 -13
- package/dist/collection/components/radio-group/radio-group.md.css +18 -42
- package/dist/collection/components/range/range.ios.css +85 -128
- package/dist/collection/components/range/range.js +27 -14
- package/dist/collection/components/range/range.md.css +85 -128
- package/dist/collection/components/refresher/refresher.ios.css +1 -14
- package/dist/collection/components/refresher/refresher.js +8 -11
- package/dist/collection/components/refresher/refresher.md.css +2 -15
- package/dist/collection/components/refresher-content/refresher-content.js +7 -28
- package/dist/collection/components/reorder/reorder.ios.css +0 -6
- package/dist/collection/components/reorder/reorder.js +6 -33
- package/dist/collection/components/reorder/reorder.md.css +0 -6
- package/dist/collection/components/reorder-group/reorder-group.css +0 -6
- package/dist/collection/components/reorder-group/reorder-group.js +4 -8
- package/dist/collection/components/ripple-effect/{ripple-effect.common.css → ripple-effect.css} +1 -7
- package/dist/collection/components/ripple-effect/ripple-effect.js +6 -14
- package/dist/collection/components/route/route.js +0 -4
- package/dist/collection/components/router/router.js +0 -4
- package/dist/collection/components/router-link/router-link.css +2 -8
- package/dist/collection/components/router-link/router-link.js +5 -9
- package/dist/collection/components/router-outlet/router-outlet.css +1 -7
- package/dist/collection/components/router-outlet/router-outlet.js +2 -5
- package/dist/collection/components/row/row.css +0 -12
- package/dist/collection/components/row/row.js +2 -9
- package/dist/collection/components/searchbar/searchbar.ios.css +18 -56
- package/dist/collection/components/searchbar/searchbar.js +29 -179
- package/dist/collection/components/searchbar/searchbar.md.css +18 -56
- package/dist/collection/components/segment/segment.ios.css +2 -45
- package/dist/collection/components/segment/segment.js +8 -11
- package/dist/collection/components/segment/segment.md.css +2 -45
- package/dist/collection/components/segment-button/segment-button.ios.css +105 -146
- package/dist/collection/components/segment-button/segment-button.js +26 -60
- package/dist/collection/components/segment-button/segment-button.md.css +107 -148
- package/dist/collection/components/segment-content/segment-content.css +9 -0
- package/dist/collection/components/segment-content/segment-content.js +1 -1
- package/dist/collection/components/segment-view/segment-view.ios.css +0 -6
- package/dist/collection/components/segment-view/segment-view.js +4 -6
- package/dist/collection/components/segment-view/segment-view.md.css +0 -6
- package/dist/collection/components/select/select.ios.css +134 -267
- package/dist/collection/components/select/select.js +55 -157
- package/dist/collection/components/select/select.md.css +136 -283
- package/dist/collection/components/select-modal/select-modal.ios.css +0 -18
- package/dist/collection/components/select-modal/select-modal.js +3 -3
- package/dist/collection/components/select-modal/select-modal.md.css +3 -7
- package/dist/collection/components/select-option/select-option.js +2 -9
- package/dist/collection/components/select-popover/select-popover.ios.css +0 -18
- package/dist/collection/components/select-popover/select-popover.js +4 -12
- package/dist/collection/components/select-popover/select-popover.md.css +0 -18
- package/dist/collection/components/skeleton-text/skeleton-text.css +0 -6
- package/dist/collection/components/skeleton-text/skeleton-text.js +5 -9
- package/dist/collection/components/spinner/{spinner.ionic.css → spinner.css} +0 -63
- package/dist/collection/components/spinner/spinner.js +6 -46
- package/dist/collection/components/split-pane/split-pane.ios.css +2 -20
- package/dist/collection/components/split-pane/split-pane.js +8 -14
- package/dist/collection/components/split-pane/split-pane.md.css +2 -20
- package/dist/collection/components/tab/tab.js +2 -6
- package/dist/collection/components/tab-bar/tab-bar.ios.css +43 -71
- package/dist/collection/components/tab-bar/tab-bar.js +10 -65
- package/dist/collection/components/tab-bar/tab-bar.md.css +43 -71
- package/dist/collection/components/tab-button/tab-button.ios.css +90 -166
- package/dist/collection/components/tab-button/tab-button.js +8 -43
- package/dist/collection/components/tab-button/tab-button.md.css +88 -132
- package/dist/collection/components/tabs/tabs.css +1 -7
- package/dist/collection/components/tabs/tabs.js +1 -4
- package/dist/collection/components/text/text.css +0 -6
- package/dist/collection/components/text/text.js +6 -7
- package/dist/collection/components/textarea/textarea.ios.css +96 -205
- package/dist/collection/components/textarea/textarea.js +16 -69
- package/dist/collection/components/textarea/textarea.md.css +97 -218
- package/dist/collection/components/thumbnail/thumbnail.css +0 -6
- package/dist/collection/components/thumbnail/thumbnail.js +2 -9
- package/dist/collection/components/title/title.ios.css +4 -32
- package/dist/collection/components/title/title.js +7 -13
- package/dist/collection/components/title/title.md.css +4 -32
- package/dist/collection/components/toast/animations/utils.js +1 -1
- package/dist/collection/components/toast/toast.ios.css +35 -74
- package/dist/collection/components/toast/toast.js +10 -45
- package/dist/collection/components/toast/toast.md.css +35 -74
- package/dist/collection/components/toggle/toggle.ios.css +129 -245
- package/dist/collection/components/toggle/toggle.js +18 -73
- package/dist/collection/components/toggle/toggle.md.css +129 -242
- package/dist/collection/components/toolbar/toolbar.ios.css +47 -90
- package/dist/collection/components/toolbar/toolbar.js +10 -13
- package/dist/collection/components/toolbar/toolbar.md.css +47 -90
- package/dist/collection/global/ionic-global.js +13 -229
- package/dist/collection/utils/focus-visible.js +0 -22
- package/dist/collection/utils/framework-delegate.js +1 -3
- package/dist/collection/utils/helpers.js +2 -52
- 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.json +331 -7486
- package/dist/esm/{animation-12d440f3.js → animation-eab5a4ca.js} +1 -1
- package/dist/esm/{app-globals-2497eeed.js → app-globals-7b6cbf1a.js} +1 -1
- package/dist/esm/{button-active-8f33f086.js → button-active-90f1dbc4.js} +2 -2
- package/dist/esm/{capacitor-39edcb1f.js → capacitor-59395cbd.js} +1 -1
- package/dist/esm/{data-591c1b05.js → data-174ad5e0.js} +6 -6
- package/dist/{cjs/focus-visible-fe3acfb5.js → esm/focus-visible-dd40d69f.js} +1 -27
- package/dist/esm/{framework-delegate-9ad3e427.js → framework-delegate-2eea1763.js} +2 -4
- package/dist/esm/{haptic-946542b8.js → haptic-ac164e4c.js} +1 -1
- package/dist/esm/hardware-back-button-864101a3.js +116 -0
- package/dist/esm/{helpers-ea1f7324.js → helpers-78efeec3.js} +3 -54
- package/dist/esm/index-40894f4b.js +167 -0
- package/dist/esm/{index-4c3c5d46.js → index-527b9e34.js} +1 -1
- package/dist/esm/index-738d7504.js +42 -0
- package/dist/esm/index-a5d50daf.js +7 -0
- package/dist/esm/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
- package/dist/esm/{index-f36a3fa4.js → index-e919e353.js} +2 -2
- package/dist/esm/{index-eb1203fa.js → index-ecb55b8d.js} +6 -6
- package/dist/esm/{index-036caa00.js → index-f9f5d018.js} +11 -10
- package/dist/esm/index.js +13 -12
- package/dist/esm/{input-shims-96f8d7c2.js → input-shims-7dc1f6dc.js} +8 -8
- package/dist/esm/{input.utils-22a20c3a.js → input.utils-28bf4ef0.js} +3 -2
- package/dist/esm/ion-accordion_2.entry.js +24 -62
- package/dist/esm/ion-action-sheet.entry.js +19 -23
- package/dist/esm/ion-alert.entry.js +21 -24
- package/dist/esm/ion-app_8.entry.js +140 -101
- package/dist/esm/ion-avatar_3.entry.js +13 -104
- package/dist/esm/ion-back-button.entry.js +21 -32
- package/dist/esm/ion-backdrop.entry.js +7 -12
- package/dist/esm/ion-breadcrumb_2.entry.js +17 -56
- package/dist/esm/ion-button_2.entry.js +13 -45
- package/dist/esm/ion-card_5.entry.js +29 -54
- package/dist/esm/ion-checkbox.entry.js +14 -32
- 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 -14
- package/dist/esm/ion-datetime_3.entry.js +41 -117
- package/dist/esm/ion-fab_3.entry.js +21 -45
- package/dist/esm/ion-img.entry.js +4 -9
- package/dist/esm/ion-infinite-scroll_2.entry.js +15 -20
- package/dist/esm/ion-input-password-toggle.entry.js +15 -54
- package/dist/esm/ion-input.entry.js +25 -121
- package/dist/esm/ion-item-option_3.entry.js +18 -42
- package/dist/esm/ion-item_8.entry.js +42 -115
- package/dist/esm/ion-loading.entry.js +16 -19
- package/dist/esm/ion-menu_3.entry.js +29 -49
- package/dist/esm/ion-modal.entry.js +31 -60
- package/dist/esm/ion-nav_2.entry.js +12 -15
- package/dist/esm/ion-picker-column-option.entry.js +7 -13
- package/dist/esm/ion-picker-column.entry.js +12 -13
- package/dist/esm/ion-picker.entry.js +6 -12
- package/dist/esm/ion-popover.entry.js +16 -19
- package/dist/esm/ion-progress-bar.entry.js +8 -29
- package/dist/esm/ion-radio_2.entry.js +14 -26
- package/dist/esm/ion-range.entry.js +30 -19
- package/dist/esm/ion-refresher_2.entry.js +21 -43
- package/dist/esm/ion-reorder_2.entry.js +15 -40
- package/dist/esm/ion-ripple-effect.entry.js +8 -19
- package/dist/esm/ion-route_4.entry.js +8 -10
- package/dist/esm/ion-searchbar.entry.js +19 -141
- package/dist/esm/ion-segment-content.entry.js +3 -3
- package/dist/esm/ion-segment-view.entry.js +3 -7
- package/dist/esm/ion-segment_2.entry.js +32 -73
- package/dist/esm/ion-select-modal.entry.js +11 -10
- package/dist/esm/ion-select_3.entry.js +42 -136
- 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 -61
- package/dist/esm/ion-tab_2.entry.js +7 -9
- package/dist/esm/ion-text.entry.js +6 -7
- package/dist/esm/ion-textarea.entry.js +17 -53
- package/dist/esm/ion-toast.entry.js +17 -35
- package/dist/esm/ion-toggle.entry.js +23 -82
- package/dist/esm/ionic-global-ca86cf32.js +221 -0
- package/dist/esm/ionic.js +5 -6
- package/dist/esm/{ios.transition-cbbf0bd1.js → ios.transition-7fe5dbea.js} +7 -8
- package/dist/esm/{keyboard-0af19ead.js → keyboard-52278bd7.js} +3 -5
- package/dist/esm/{keyboard-ceb6990d.js → keyboard-73175e24.js} +1 -1
- package/dist/esm/{keyboard-controller-7e2da6b9.js → keyboard-controller-ec5c2bfa.js} +3 -5
- package/dist/esm/loader.js +5 -6
- package/dist/esm/{md.transition-21c93656.js → md.transition-8dc58b46.js} +7 -7
- package/dist/esm/{notch-controller-cd983e05.js → notch-controller-00d92e89.js} +2 -2
- package/dist/esm/{overlays-d60b1d1e.js → overlays-1bc809ec.js} +7 -6
- package/dist/esm/{status-tap-bf78b74d.js → status-tap-f6d08e9e.js} +5 -6
- package/dist/esm/{swipe-back-fff82194.js → swipe-back-07df2095.js} +1 -3
- package/dist/esm-es5/animation-eab5a4ca.js +4 -0
- package/dist/esm-es5/app-globals-7b6cbf1a.js +4 -0
- package/dist/esm-es5/{button-active-8f33f086.js → button-active-90f1dbc4.js} +1 -1
- package/dist/esm-es5/capacitor-59395cbd.js +4 -0
- package/dist/esm-es5/data-174ad5e0.js +4 -0
- package/dist/esm-es5/focus-visible-dd40d69f.js +4 -0
- package/dist/esm-es5/framework-delegate-2eea1763.js +4 -0
- package/dist/esm-es5/{haptic-946542b8.js → haptic-ac164e4c.js} +1 -1
- package/dist/esm-es5/hardware-back-button-864101a3.js +4 -0
- package/dist/esm-es5/helpers-78efeec3.js +4 -0
- package/dist/esm-es5/index-40894f4b.js +4 -0
- package/dist/esm-es5/{index-4c3c5d46.js → index-527b9e34.js} +1 -1
- package/dist/esm-es5/index-738d7504.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-e919e353.js +4 -0
- package/dist/esm-es5/index-ecb55b8d.js +4 -0
- package/dist/esm-es5/index-f9f5d018.js +4 -0
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/input-shims-7dc1f6dc.js +4 -0
- package/dist/esm-es5/input.utils-28bf4ef0.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-ca86cf32.js +4 -0
- package/dist/esm-es5/ionic.js +1 -1
- package/dist/esm-es5/ios.transition-7fe5dbea.js +4 -0
- package/dist/esm-es5/{keyboard-0af19ead.js → keyboard-52278bd7.js} +1 -1
- package/dist/esm-es5/{keyboard-ceb6990d.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-8dc58b46.js +4 -0
- package/dist/esm-es5/notch-controller-00d92e89.js +4 -0
- package/dist/esm-es5/overlays-1bc809ec.js +4 -0
- package/dist/esm-es5/status-tap-f6d08e9e.js +4 -0
- package/dist/esm-es5/swipe-back-07df2095.js +4 -0
- package/dist/html.html-data.json +203 -2445
- 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-027a48f1.entry.js +4 -0
- package/dist/ionic/p-056b4c2a.system.entry.js +4 -0
- package/dist/ionic/p-058b7f35.js +4 -0
- package/dist/ionic/p-05b65d7a.entry.js +4 -0
- package/dist/ionic/p-0904eb08.entry.js +4 -0
- package/dist/ionic/p-0a456b7f.entry.js +4 -0
- package/dist/ionic/p-0adb6909.system.entry.js +4 -0
- package/dist/ionic/p-0bedc891.system.entry.js +4 -0
- package/dist/ionic/p-0d1be7c9.system.entry.js +4 -0
- package/dist/ionic/p-0ec5b7cf.system.js +4 -0
- package/dist/ionic/p-15bb1dde.system.js +4 -0
- package/dist/ionic/p-16130556.entry.js +4 -0
- package/dist/ionic/p-16491015.entry.js +4 -0
- package/dist/ionic/p-180b4f9a.entry.js +4 -0
- package/dist/ionic/p-19c32a76.entry.js +4 -0
- package/dist/ionic/{p-e028d393.system.js → p-1bf5ec17.system.js} +1 -1
- package/dist/ionic/p-1c1d781d.system.entry.js +4 -0
- package/dist/ionic/p-1c8b3ac9.entry.js +4 -0
- package/dist/ionic/p-1de5dfcd.system.entry.js +4 -0
- 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-21891ead.js +4 -0
- package/dist/ionic/{p-2d30c885.js → p-22bc235f.js} +1 -1
- package/dist/ionic/{p-de9f68cb.js → p-27281edd.js} +1 -1
- package/dist/ionic/p-28c81576.entry.js +4 -0
- package/dist/ionic/p-29a5b4e4.entry.js +4 -0
- package/dist/ionic/p-29da3dcd.entry.js +4 -0
- package/dist/ionic/p-2a2c6bf4.system.entry.js +4 -0
- package/dist/ionic/p-2b7827c7.js +4 -0
- package/dist/ionic/p-317c1c08.entry.js +4 -0
- package/dist/ionic/p-33518a04.entry.js +4 -0
- package/dist/ionic/p-35b469f6.system.entry.js +4 -0
- package/dist/ionic/p-35f14792.entry.js +4 -0
- package/dist/ionic/p-383a6058.entry.js +4 -0
- package/dist/ionic/p-3855fef7.system.js +4 -0
- package/dist/ionic/p-38eaf9cf.system.entry.js +4 -0
- package/dist/ionic/p-3dad3534.system.js +4 -0
- package/dist/ionic/p-3f4327f7.js +4 -0
- package/dist/ionic/p-40388335.system.js +4 -0
- package/dist/ionic/p-41e70fa2.entry.js +4 -0
- package/dist/ionic/p-44fde7d5.system.entry.js +4 -0
- package/dist/ionic/p-44ff75ea.js +4 -0
- package/dist/ionic/p-455cd7cc.system.js +4 -0
- package/dist/ionic/p-4630688e.system.entry.js +4 -0
- package/dist/ionic/p-48ded460.entry.js +4 -0
- package/dist/ionic/p-49d53551.system.entry.js +4 -0
- package/dist/ionic/p-4b07c60a.system.js +4 -0
- package/dist/ionic/p-4eeca839.system.entry.js +4 -0
- package/dist/ionic/p-50e0ce13.entry.js +4 -0
- package/dist/ionic/p-5578033e.system.entry.js +4 -0
- package/dist/ionic/p-579c78d2.system.entry.js +4 -0
- package/dist/ionic/p-597ff9af.js +4 -0
- package/dist/ionic/p-5b420123.entry.js +4 -0
- package/dist/ionic/p-5b97abc9.entry.js +4 -0
- package/dist/ionic/p-5fb1321f.entry.js +4 -0
- package/dist/ionic/p-5fe5dc2c.system.entry.js +4 -0
- package/dist/ionic/p-607aa181.entry.js +4 -0
- package/dist/ionic/p-61373098.js +4 -0
- package/dist/ionic/p-6155027f.system.entry.js +4 -0
- package/dist/ionic/p-61e794fb.entry.js +4 -0
- package/dist/ionic/p-624ecf03.js +4 -0
- package/dist/ionic/p-63d1da62.system.entry.js +4 -0
- package/dist/ionic/p-64d8ac48.js +4 -0
- package/dist/ionic/p-657ada6a.entry.js +4 -0
- package/dist/ionic/p-65943bec.system.entry.js +4 -0
- package/dist/ionic/p-65e732b9.entry.js +4 -0
- package/dist/ionic/{p-578d5013.js → p-66a5d6a8.js} +1 -1
- package/dist/ionic/p-6c044a1d.system.js +4 -0
- package/dist/ionic/p-7058a5e4.system.entry.js +4 -0
- package/dist/ionic/p-705fda69.system.js +4 -0
- package/dist/ionic/p-707408c5.system.entry.js +4 -0
- package/dist/ionic/p-70abb1f2.system.entry.js +4 -0
- package/dist/ionic/p-747f9517.entry.js +4 -0
- package/dist/ionic/p-7514f2f5.entry.js +4 -0
- package/dist/ionic/p-756e4559.js +4 -0
- package/dist/ionic/p-772d1657.system.js +4 -0
- package/dist/ionic/p-77aa5fef.system.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-7b886108.system.entry.js +4 -0
- package/dist/ionic/p-7c9daa6f.entry.js +4 -0
- package/dist/ionic/p-7cc33a9a.system.js +4 -0
- package/dist/ionic/p-7e3b5638.system.entry.js +4 -0
- package/dist/ionic/p-824fe96b.system.entry.js +4 -0
- package/dist/ionic/p-87b0d2c9.entry.js +4 -0
- package/dist/ionic/{p-f3fed3f9.system.js → p-8985cdb6.system.js} +1 -1
- package/dist/ionic/{p-2c0735b6.js → p-89b61afc.js} +1 -1
- package/dist/ionic/p-8b1c1fd7.entry.js +4 -0
- package/dist/ionic/p-8b22be32.system.entry.js +4 -0
- package/dist/ionic/p-8d98e2bb.entry.js +4 -0
- package/dist/ionic/p-8f94769b.entry.js +4 -0
- package/dist/ionic/p-912131e9.system.entry.js +4 -0
- package/dist/ionic/{p-5df8d52a.system.js → p-9146695e.system.js} +1 -1
- package/dist/ionic/p-959cf042.system.entry.js +4 -0
- package/dist/ionic/{p-d197eaeb.system.js → p-978bdf4c.system.js} +1 -1
- package/dist/ionic/p-9870728f.js +4 -0
- package/dist/ionic/p-9af7f110.js +4 -0
- package/dist/ionic/p-9b069739.entry.js +4 -0
- package/dist/ionic/{p-b3b40a2f.system.js → p-9e45532a.system.js} +1 -1
- package/dist/ionic/p-a26d7667.system.entry.js +4 -0
- package/dist/ionic/p-a3c931ad.system.js +4 -0
- package/dist/ionic/{p-42e12526.system.js → p-a4866e3e.system.js} +1 -1
- package/dist/ionic/p-a520973b.entry.js +4 -0
- package/dist/ionic/{p-c0abf8f8.system.js → p-a6625de8.system.js} +1 -1
- package/dist/ionic/p-a768ae50.entry.js +4 -0
- package/dist/ionic/p-a9198501.system.entry.js +4 -0
- package/dist/ionic/{p-2b8078c3.system.js → p-a93873de.system.js} +1 -1
- package/dist/ionic/p-ab7337e1.entry.js +4 -0
- package/dist/ionic/p-abe101da.system.js +4 -0
- package/dist/ionic/p-ac09b6e9.system.entry.js +4 -0
- package/dist/ionic/p-ac58d726.system.entry.js +4 -0
- package/dist/ionic/{p-6eb15fc1.system.js → p-b06ac4a5.system.js} +1 -1
- package/dist/ionic/p-b1673667.entry.js +4 -0
- package/dist/ionic/p-b1f9fbe8.system.entry.js +4 -0
- package/dist/ionic/p-b2ee0628.system.entry.js +4 -0
- package/dist/ionic/p-b87a9f1d.entry.js +4 -0
- package/dist/ionic/p-b8a461f5.system.entry.js +4 -0
- package/dist/ionic/p-b9fa7882.js +4 -0
- package/dist/ionic/p-bf64af90.system.js +4 -0
- package/dist/ionic/p-c005cc37.entry.js +4 -0
- package/dist/ionic/p-c27c57ea.system.entry.js +4 -0
- package/dist/ionic/p-c3f9d9fe.js +4 -0
- package/dist/ionic/p-c468af8a.system.js +4 -0
- package/dist/ionic/p-c53c414d.system.entry.js +4 -0
- package/dist/ionic/p-c609b315.system.entry.js +4 -0
- package/dist/ionic/p-c61cc894.js +4 -0
- package/dist/ionic/p-c63d8dc1.js +4 -0
- package/dist/ionic/{p-a92ad86c.js → p-c7e16491.js} +1 -1
- package/dist/ionic/p-cbebc567.entry.js +4 -0
- package/dist/ionic/p-ccb740ea.entry.js +4 -0
- package/dist/ionic/p-cec54707.system.entry.js +4 -0
- package/dist/ionic/p-d40f2b7a.js +4 -0
- package/dist/ionic/p-d47265c8.js +4 -0
- package/dist/ionic/p-d70a9e6d.system.js +4 -0
- package/dist/ionic/p-d882f1e2.system.entry.js +4 -0
- package/dist/ionic/{p-58f16ef6.js → p-da2b833b.js} +1 -1
- package/dist/ionic/p-db3b409e.system.entry.js +4 -0
- package/dist/ionic/p-dcfb7283.entry.js +4 -0
- package/dist/ionic/p-df54ab6b.system.entry.js +4 -0
- package/dist/ionic/p-e0d0bc88.system.entry.js +4 -0
- package/dist/ionic/p-e29c5aab.system.entry.js +4 -0
- package/dist/ionic/p-e2ce5f8b.entry.js +4 -0
- package/dist/ionic/p-e3e4eed7.entry.js +4 -0
- package/dist/ionic/p-e4683bfd.system.entry.js +4 -0
- package/dist/ionic/p-e4d2c281.entry.js +4 -0
- package/dist/ionic/p-e6cdfa96.system.entry.js +4 -0
- package/dist/ionic/p-e6e0331b.entry.js +4 -0
- package/dist/ionic/p-e8245753.entry.js +4 -0
- package/dist/ionic/p-e89451e8.system.entry.js +4 -0
- package/dist/ionic/p-e958e381.system.entry.js +4 -0
- package/dist/ionic/p-ece78e7b.js +4 -0
- package/dist/ionic/p-ee86cfff.system.js +4 -0
- package/dist/ionic/p-ef4292b9.js +4 -0
- package/dist/ionic/{p-d2536fe8.system.js → p-f11a9436.system.js} +1 -1
- package/dist/ionic/p-f201b53a.system.js +4 -0
- package/dist/ionic/{p-34fa2a61.system.js → p-f23124c4.system.js} +2 -2
- package/dist/ionic/p-f6bb9be7.system.entry.js +4 -0
- package/dist/ionic/{p-2cbcecdb.js → p-f7ce606e.js} +1 -1
- package/dist/ionic/p-f834322a.entry.js +4 -0
- package/dist/ionic/p-f896194a.system.entry.js +4 -0
- package/dist/ionic/p-fa70eaab.entry.js +4 -0
- package/dist/ionic/p-ff6be116.entry.js +4 -0
- package/dist/ionic/p-ffa3ba3c.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 -6
- package/dist/types/components/avatar/avatar.d.ts +0 -32
- package/dist/types/components/back-button/back-button.d.ts +1 -2
- package/dist/types/components/backdrop/backdrop.d.ts +0 -4
- package/dist/types/components/badge/badge.d.ts +1 -29
- 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 +5 -5
- package/dist/types/components/datetime-button/datetime-button.d.ts +1 -2
- package/dist/types/components/fab/fab.d.ts +0 -4
- package/dist/types/components/fab-button/fab-button.d.ts +3 -5
- package/dist/types/components/fab-list/fab-list.d.ts +0 -4
- package/dist/types/components/footer/footer.d.ts +3 -4
- package/dist/types/components/grid/grid.d.ts +0 -4
- package/dist/types/components/header/header.d.ts +3 -9
- package/dist/types/components/img/img.d.ts +0 -3
- package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +0 -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 -10
- package/dist/types/components/radio/radio.d.ts +1 -2
- package/dist/types/components/radio-group/radio-group.d.ts +0 -4
- package/dist/types/components/range/range.d.ts +10 -3
- package/dist/types/components/refresher/refresher.d.ts +1 -2
- package/dist/types/components/refresher-content/refresher-content.d.ts +0 -4
- package/dist/types/components/reorder/reorder.d.ts +0 -9
- package/dist/types/components/reorder-group/reorder-group.d.ts +0 -4
- package/dist/types/components/ripple-effect/ripple-effect.d.ts +0 -4
- package/dist/types/components/route/route.d.ts +0 -4
- package/dist/types/components/router/router.d.ts +0 -4
- package/dist/types/components/router-link/router-link.d.ts +0 -4
- package/dist/types/components/router-outlet/router-outlet.d.ts +1 -4
- package/dist/types/components/row/row.d.ts +0 -4
- package/dist/types/components/searchbar/searchbar.d.ts +9 -51
- package/dist/types/components/segment/segment.d.ts +1 -2
- package/dist/types/components/segment-button/segment-button.d.ts +2 -4
- package/dist/types/components/select/select.d.ts +13 -41
- package/dist/types/components/select-option/select-option.d.ts +0 -4
- package/dist/types/components/select-popover/select-popover.d.ts +0 -3
- package/dist/types/components/skeleton-text/skeleton-text.d.ts +0 -4
- package/dist/types/components/spinner/spinner.d.ts +0 -15
- package/dist/types/components/split-pane/split-pane.d.ts +0 -4
- package/dist/types/components/tab/tab.d.ts +0 -4
- package/dist/types/components/tab-bar/tab-bar.d.ts +2 -22
- package/dist/types/components/tab-button/tab-button.d.ts +1 -11
- package/dist/types/components/tabs/tabs.d.ts +0 -3
- package/dist/types/components/text/text.d.ts +1 -2
- package/dist/types/components/textarea/textarea.d.ts +4 -17
- package/dist/types/components/thumbnail/thumbnail.d.ts +0 -4
- package/dist/types/components/title/title.d.ts +0 -4
- package/dist/types/components/toast/animations/utils.d.ts +2 -2
- package/dist/types/components/toast/toast-interface.d.ts +7 -3
- package/dist/types/components/toast/toast.d.ts +2 -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 +191 -1461
- package/dist/types/global/ionic-global.d.ts +2 -27
- package/dist/types/interface.d.ts +0 -3
- package/dist/types/utils/config.d.ts +2 -106
- package/dist/types/utils/focus-visible.d.ts +0 -13
- package/dist/types/utils/helpers.d.ts +0 -12
- package/dist/types/utils/overlays-interface.d.ts +1 -31
- package/dist/types/utils/test/playwright/generator.d.ts +2 -31
- package/hydrate/index.js +907 -2596
- package/hydrate/index.mjs +907 -2596
- package/package.json +5 -10
- 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/ion-divider.d.ts +0 -11
- package/components/ion-divider.js +0 -59
- 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/ion-divider.cjs.entry.js +0 -43
- package/dist/cjs/ionic-global-5c446a5e.js +0 -531
- 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 -374
- package/dist/collection/components/backdrop/backdrop.ionic.css +0 -150
- package/dist/collection/components/badge/badge.ionic.css +0 -333
- package/dist/collection/components/button/button.ionic.css +0 -609
- 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 -519
- package/dist/collection/components/chip/chip.ionic.css +0 -160
- package/dist/collection/components/datetime/datetime.ionic.css +0 -673
- package/dist/collection/components/divider/divider.ionic.css +0 -150
- package/dist/collection/components/divider/divider.ios.css +0 -87
- package/dist/collection/components/divider/divider.js +0 -76
- package/dist/collection/components/divider/divider.md.css +0 -87
- package/dist/collection/components/header/header.ionic.css +0 -86
- package/dist/collection/components/input/input.ionic.css +0 -922
- 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 -245
- package/dist/collection/components/progress-bar/progress-bar.ionic.css +0 -333
- package/dist/collection/components/radio/radio.ionic.css +0 -424
- package/dist/collection/components/radio-group/radio-group.ionic.css +0 -127
- package/dist/collection/components/range/range.ionic.css +0 -555
- package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +0 -154
- package/dist/collection/components/searchbar/searchbar.ionic.css +0 -628
- package/dist/collection/components/segment/segment.ionic.css +0 -117
- package/dist/collection/components/segment-button/segment-button.ionic.css +0 -355
- package/dist/collection/components/select/select.ionic.css +0 -829
- 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 -327
- package/dist/collection/components/textarea/textarea.ionic.css +0 -879
- 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 -525
- 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/ion-divider.entry.js +0 -39
- package/dist/esm/ionic-global-b30d2cc2.js +0 -517
- package/dist/esm/list-6524700c.js +0 -6
- package/dist/esm/x-a64bcd9f.js +0 -6
- package/dist/esm-es5/animation-12d440f3.js +0 -4
- package/dist/esm-es5/app-globals-2497eeed.js +0 -4
- package/dist/esm-es5/capacitor-39edcb1f.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-591c1b05.js +0 -4
- package/dist/esm-es5/focus-visible-6827442c.js +0 -4
- package/dist/esm-es5/framework-delegate-9ad3e427.js +0 -4
- package/dist/esm-es5/helpers-ea1f7324.js +0 -4
- package/dist/esm-es5/index-036caa00.js +0 -4
- package/dist/esm-es5/index-0c65e393.js +0 -4
- package/dist/esm-es5/index-eb1203fa.js +0 -4
- package/dist/esm-es5/index-f36a3fa4.js +0 -4
- package/dist/esm-es5/input-shims-96f8d7c2.js +0 -4
- package/dist/esm-es5/input.utils-22a20c3a.js +0 -4
- package/dist/esm-es5/ion-divider.entry.js +0 -4
- package/dist/esm-es5/ionic-global-b30d2cc2.js +0 -4
- package/dist/esm-es5/ios.transition-cbbf0bd1.js +0 -4
- package/dist/esm-es5/keyboard-controller-7e2da6b9.js +0 -4
- package/dist/esm-es5/list-6524700c.js +0 -4
- package/dist/esm-es5/md.transition-21c93656.js +0 -4
- package/dist/esm-es5/notch-controller-cd983e05.js +0 -4
- package/dist/esm-es5/overlays-d60b1d1e.js +0 -4
- package/dist/esm-es5/status-tap-bf78b74d.js +0 -4
- package/dist/esm-es5/swipe-back-fff82194.js +0 -4
- package/dist/esm-es5/x-a64bcd9f.js +0 -4
- package/dist/ionic/p-007e89b7.system.entry.js +0 -4
- package/dist/ionic/p-01717254.entry.js +0 -4
- package/dist/ionic/p-0175d2ed.system.js +0 -4
- package/dist/ionic/p-01d80901.system.js +0 -4
- package/dist/ionic/p-047943a4.entry.js +0 -4
- package/dist/ionic/p-04ca2bc3.system.js +0 -4
- package/dist/ionic/p-051208d8.system.js +0 -4
- package/dist/ionic/p-0571060e.system.js +0 -4
- package/dist/ionic/p-06a7a822.system.entry.js +0 -4
- package/dist/ionic/p-06ec4706.js +0 -4
- package/dist/ionic/p-0a2ad7af.system.entry.js +0 -4
- package/dist/ionic/p-0b07a566.system.entry.js +0 -4
- package/dist/ionic/p-0c5e0dc8.system.entry.js +0 -4
- package/dist/ionic/p-0c6ba6d6.entry.js +0 -4
- package/dist/ionic/p-0e25995f.entry.js +0 -4
- package/dist/ionic/p-0eaae446.js +0 -4
- package/dist/ionic/p-107ddb23.entry.js +0 -4
- package/dist/ionic/p-11ac6c97.entry.js +0 -4
- package/dist/ionic/p-1613cd36.system.entry.js +0 -4
- package/dist/ionic/p-17f49808.system.entry.js +0 -4
- package/dist/ionic/p-195c7099.system.entry.js +0 -4
- package/dist/ionic/p-1a3b4566.system.entry.js +0 -4
- package/dist/ionic/p-1bb9592a.entry.js +0 -4
- package/dist/ionic/p-1c8f3fef.system.entry.js +0 -4
- package/dist/ionic/p-1ee39457.system.entry.js +0 -4
- package/dist/ionic/p-1fd5c378.system.js +0 -4
- package/dist/ionic/p-20ec20dc.system.js +0 -4
- package/dist/ionic/p-243adf8c.js +0 -4
- package/dist/ionic/p-266448a7.system.entry.js +0 -4
- package/dist/ionic/p-29b8f112.js +0 -4
- package/dist/ionic/p-2a1b5646.system.js +0 -4
- package/dist/ionic/p-2a4ebf7b.entry.js +0 -4
- package/dist/ionic/p-2a6e60d2.system.entry.js +0 -4
- package/dist/ionic/p-2aca2df7.entry.js +0 -4
- package/dist/ionic/p-2c4d0578.system.entry.js +0 -4
- package/dist/ionic/p-2cede1ff.system.entry.js +0 -4
- package/dist/ionic/p-2f14ca13.js +0 -4
- package/dist/ionic/p-31956865.system.entry.js +0 -4
- package/dist/ionic/p-36b11a30.system.entry.js +0 -4
- package/dist/ionic/p-3775da84.system.entry.js +0 -4
- package/dist/ionic/p-396bdcf7.js +0 -4
- package/dist/ionic/p-3cdea564.system.entry.js +0 -4
- package/dist/ionic/p-3dd43dba.system.entry.js +0 -4
- package/dist/ionic/p-3e9058ad.js +0 -4
- package/dist/ionic/p-40ea7c52.js +0 -4
- package/dist/ionic/p-4279f787.entry.js +0 -4
- package/dist/ionic/p-429dd2b5.system.js +0 -4
- package/dist/ionic/p-42acd60b.system.entry.js +0 -4
- package/dist/ionic/p-43b4ca5b.entry.js +0 -4
- package/dist/ionic/p-443152fd.js +0 -4
- package/dist/ionic/p-4459a66e.system.js +0 -4
- package/dist/ionic/p-458a5952.system.entry.js +0 -4
- package/dist/ionic/p-46204887.entry.js +0 -4
- package/dist/ionic/p-47fda111.entry.js +0 -4
- package/dist/ionic/p-495eb25e.entry.js +0 -4
- package/dist/ionic/p-4a066788.system.entry.js +0 -4
- package/dist/ionic/p-534b5031.js +0 -4
- package/dist/ionic/p-579b4a63.entry.js +0 -4
- package/dist/ionic/p-583f0c5f.js +0 -4
- package/dist/ionic/p-58a30d90.entry.js +0 -4
- package/dist/ionic/p-59294db9.entry.js +0 -4
- package/dist/ionic/p-59920a82.system.entry.js +0 -4
- package/dist/ionic/p-5b57d327.system.js +0 -4
- package/dist/ionic/p-5c586ac1.entry.js +0 -4
- package/dist/ionic/p-5c9aab48.system.entry.js +0 -4
- package/dist/ionic/p-5dce701d.js +0 -4
- package/dist/ionic/p-607c9c33.js +0 -4
- package/dist/ionic/p-61977a32.entry.js +0 -4
- package/dist/ionic/p-64771457.system.entry.js +0 -4
- package/dist/ionic/p-64b99a88.entry.js +0 -4
- package/dist/ionic/p-653e4810.entry.js +0 -4
- package/dist/ionic/p-6620dffa.entry.js +0 -4
- package/dist/ionic/p-663ace5f.entry.js +0 -4
- package/dist/ionic/p-66a495c4.system.entry.js +0 -4
- package/dist/ionic/p-6761a590.js +0 -4
- package/dist/ionic/p-689a94b3.system.entry.js +0 -4
- package/dist/ionic/p-6a0dd6bc.js +0 -4
- package/dist/ionic/p-6bf6e9e8.entry.js +0 -4
- package/dist/ionic/p-6ce59667.entry.js +0 -4
- package/dist/ionic/p-7071d7ca.js +0 -4
- package/dist/ionic/p-70d36cb8.system.js +0 -4
- package/dist/ionic/p-71d96a02.system.entry.js +0 -4
- package/dist/ionic/p-72d019c5.system.entry.js +0 -4
- package/dist/ionic/p-730993c9.system.entry.js +0 -4
- package/dist/ionic/p-787d9af9.js +0 -4
- package/dist/ionic/p-78abe8f7.system.entry.js +0 -4
- package/dist/ionic/p-78fbb151.system.js +0 -4
- package/dist/ionic/p-7ac37962.entry.js +0 -4
- package/dist/ionic/p-7beb0900.system.entry.js +0 -4
- package/dist/ionic/p-7d8e1a3d.system.entry.js +0 -4
- package/dist/ionic/p-7dbbb35d.entry.js +0 -4
- package/dist/ionic/p-80263807.system.js +0 -4
- package/dist/ionic/p-85bb90f6.entry.js +0 -4
- package/dist/ionic/p-85cee6c9.entry.js +0 -4
- package/dist/ionic/p-86a390a7.js +0 -4
- package/dist/ionic/p-883ff61d.system.entry.js +0 -4
- package/dist/ionic/p-8870fcbd.entry.js +0 -4
- package/dist/ionic/p-8af79b5c.entry.js +0 -4
- package/dist/ionic/p-8cba58fa.system.entry.js +0 -4
- package/dist/ionic/p-8cfd2546.entry.js +0 -4
- package/dist/ionic/p-8d7684b7.entry.js +0 -4
- package/dist/ionic/p-8f3bd9ab.system.js +0 -4
- package/dist/ionic/p-90ac5fdf.entry.js +0 -4
- package/dist/ionic/p-90ec152d.system.js +0 -4
- package/dist/ionic/p-91ce2114.entry.js +0 -4
- package/dist/ionic/p-91f7f574.entry.js +0 -4
- package/dist/ionic/p-97ce7496.system.entry.js +0 -4
- package/dist/ionic/p-981b8086.entry.js +0 -4
- package/dist/ionic/p-999a0cef.system.entry.js +0 -4
- package/dist/ionic/p-9b177519.js +0 -4
- package/dist/ionic/p-9dab7e7c.js +0 -4
- package/dist/ionic/p-9e9999d5.entry.js +0 -4
- package/dist/ionic/p-a3144a1e.entry.js +0 -4
- package/dist/ionic/p-a3ad8084.system.js +0 -4
- package/dist/ionic/p-a4c11918.system.entry.js +0 -4
- package/dist/ionic/p-a4c64c42.entry.js +0 -4
- package/dist/ionic/p-a8ce5285.system.entry.js +0 -4
- package/dist/ionic/p-a9af4103.js +0 -4
- package/dist/ionic/p-b1618321.entry.js +0 -4
- package/dist/ionic/p-b6baf215.entry.js +0 -4
- package/dist/ionic/p-bcfc28b7.system.entry.js +0 -4
- package/dist/ionic/p-bd215938.system.entry.js +0 -4
- package/dist/ionic/p-be1800d4.js +0 -4
- package/dist/ionic/p-befb004d.entry.js +0 -4
- package/dist/ionic/p-c043a4c8.entry.js +0 -4
- package/dist/ionic/p-c248c88d.system.js +0 -4
- package/dist/ionic/p-c27342bf.system.entry.js +0 -4
- package/dist/ionic/p-c47cb709.js +0 -4
- package/dist/ionic/p-c8e12c1c.system.entry.js +0 -4
- package/dist/ionic/p-cef4553b.entry.js +0 -4
- package/dist/ionic/p-cff47c26.system.entry.js +0 -4
- package/dist/ionic/p-d2e6afa9.system.js +0 -4
- package/dist/ionic/p-d35e20cf.system.entry.js +0 -4
- package/dist/ionic/p-d4a21287.js +0 -4
- package/dist/ionic/p-d534a6c8.entry.js +0 -4
- package/dist/ionic/p-d760d709.entry.js +0 -4
- package/dist/ionic/p-da7bd63e.system.entry.js +0 -4
- package/dist/ionic/p-de32ae2a.system.entry.js +0 -4
- package/dist/ionic/p-deb05ec4.js +0 -4
- package/dist/ionic/p-dff0b93b.system.entry.js +0 -4
- package/dist/ionic/p-e028d3f1.entry.js +0 -4
- package/dist/ionic/p-e341e1ec.system.entry.js +0 -4
- package/dist/ionic/p-e3b70846.system.js +0 -4
- package/dist/ionic/p-e913a8ec.system.entry.js +0 -4
- package/dist/ionic/p-eb15cdb8.entry.js +0 -4
- package/dist/ionic/p-ef7f7ba9.js +0 -4
- package/dist/ionic/p-effec462.system.js +0 -4
- package/dist/ionic/p-f4a27763.entry.js +0 -4
- package/dist/ionic/p-f63db3d4.entry.js +0 -4
- package/dist/ionic/p-fa6f50b3.entry.js +0 -4
- package/dist/ionic/p-fb0197d6.system.entry.js +0 -4
- package/dist/ionic/p-fcedca77.system.js +0 -4
- package/dist/ionic/p-fdcaa201.system.js +0 -4
- package/dist/types/components/divider/divider.d.ts +0 -20
- /package/dist/collection/components/{refresher-content/refresher-content.css → input-password-toggle/input-password-toggle.css} +0 -0
|
@@ -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,41 +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
|
-
* @param elements - The elements to set focus on.
|
|
338
313
|
*/
|
|
339
314
|
"setFocus": (elements: HTMLElement[]) => Promise<void>;
|
|
340
|
-
/**
|
|
341
|
-
* The theme determines the visual appearance of the component.
|
|
342
|
-
*/
|
|
343
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
344
315
|
}
|
|
345
316
|
interface IonAvatar {
|
|
346
|
-
/**
|
|
347
|
-
* If `true`, the user cannot interact with the avatar.
|
|
348
|
-
*/
|
|
349
|
-
"disabled": boolean;
|
|
350
|
-
/**
|
|
351
|
-
* The mode determines the platform behaviors of the component.
|
|
352
|
-
*/
|
|
353
|
-
"mode"?: "ios" | "md";
|
|
354
|
-
/**
|
|
355
|
-
* 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.
|
|
356
|
-
*/
|
|
357
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
358
|
-
/**
|
|
359
|
-
* 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.
|
|
360
|
-
*/
|
|
361
|
-
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
362
|
-
/**
|
|
363
|
-
* The theme determines the visual appearance of the component.
|
|
364
|
-
*/
|
|
365
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
366
317
|
}
|
|
367
318
|
interface IonBackButton {
|
|
368
319
|
/**
|
|
@@ -382,7 +333,7 @@ export namespace Components {
|
|
|
382
333
|
*/
|
|
383
334
|
"icon"?: string | null;
|
|
384
335
|
/**
|
|
385
|
-
* The mode determines
|
|
336
|
+
* The mode determines which platform styles to use.
|
|
386
337
|
*/
|
|
387
338
|
"mode"?: "ios" | "md";
|
|
388
339
|
/**
|
|
@@ -393,20 +344,12 @@ export namespace Components {
|
|
|
393
344
|
* The text to display in the back button.
|
|
394
345
|
*/
|
|
395
346
|
"text"?: string | null;
|
|
396
|
-
/**
|
|
397
|
-
* The theme determines the visual appearance of the component.
|
|
398
|
-
*/
|
|
399
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
400
347
|
/**
|
|
401
348
|
* The type of the button.
|
|
402
349
|
*/
|
|
403
350
|
"type": 'submit' | 'reset' | 'button';
|
|
404
351
|
}
|
|
405
352
|
interface IonBackdrop {
|
|
406
|
-
/**
|
|
407
|
-
* The mode determines the platform behaviors of the component.
|
|
408
|
-
*/
|
|
409
|
-
"mode"?: "ios" | "md";
|
|
410
353
|
/**
|
|
411
354
|
* If `true`, the backdrop will stop propagation on tap.
|
|
412
355
|
*/
|
|
@@ -415,10 +358,6 @@ export namespace Components {
|
|
|
415
358
|
* If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
|
|
416
359
|
*/
|
|
417
360
|
"tappable": boolean;
|
|
418
|
-
/**
|
|
419
|
-
* The theme determines the visual appearance of the component.
|
|
420
|
-
*/
|
|
421
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
422
361
|
/**
|
|
423
362
|
* If `true`, the backdrop will be visible.
|
|
424
363
|
*/
|
|
@@ -430,25 +369,9 @@ export namespace Components {
|
|
|
430
369
|
*/
|
|
431
370
|
"color"?: Color;
|
|
432
371
|
/**
|
|
433
|
-
* The mode determines
|
|
372
|
+
* The mode determines which platform styles to use.
|
|
434
373
|
*/
|
|
435
374
|
"mode"?: "ios" | "md";
|
|
436
|
-
/**
|
|
437
|
-
* 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.
|
|
438
|
-
*/
|
|
439
|
-
"shape"?: 'soft' | 'round | rectangular';
|
|
440
|
-
/**
|
|
441
|
-
* 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.
|
|
442
|
-
*/
|
|
443
|
-
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
444
|
-
/**
|
|
445
|
-
* The theme determines the visual appearance of the component.
|
|
446
|
-
*/
|
|
447
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
448
|
-
/**
|
|
449
|
-
* Set to `"top"` to position the badge on top right absolute position of the parent element. Set to `"bottom"` to position the badge on bottom right absolute position of the parent element.
|
|
450
|
-
*/
|
|
451
|
-
"vertical"?: 'top' | 'bottom';
|
|
452
375
|
}
|
|
453
376
|
interface IonBreadcrumb {
|
|
454
377
|
/**
|
|
@@ -474,7 +397,7 @@ export namespace Components {
|
|
|
474
397
|
"href": string | undefined;
|
|
475
398
|
"last": boolean;
|
|
476
399
|
/**
|
|
477
|
-
* The mode determines
|
|
400
|
+
* The mode determines which platform styles to use.
|
|
478
401
|
*/
|
|
479
402
|
"mode"?: "ios" | "md";
|
|
480
403
|
/**
|
|
@@ -498,10 +421,6 @@ export namespace Components {
|
|
|
498
421
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
499
422
|
*/
|
|
500
423
|
"target": string | undefined;
|
|
501
|
-
/**
|
|
502
|
-
* The theme determines the visual appearance of the component.
|
|
503
|
-
*/
|
|
504
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
505
424
|
}
|
|
506
425
|
interface IonBreadcrumbs {
|
|
507
426
|
/**
|
|
@@ -521,13 +440,9 @@ export namespace Components {
|
|
|
521
440
|
*/
|
|
522
441
|
"maxItems"?: number;
|
|
523
442
|
/**
|
|
524
|
-
* The mode determines
|
|
443
|
+
* The mode determines which platform styles to use.
|
|
525
444
|
*/
|
|
526
445
|
"mode"?: "ios" | "md";
|
|
527
|
-
/**
|
|
528
|
-
* The theme determines the visual appearance of the component.
|
|
529
|
-
*/
|
|
530
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
531
446
|
}
|
|
532
447
|
interface IonButton {
|
|
533
448
|
/**
|
|
@@ -563,7 +478,7 @@ export namespace Components {
|
|
|
563
478
|
*/
|
|
564
479
|
"href": string | undefined;
|
|
565
480
|
/**
|
|
566
|
-
* The mode determines
|
|
481
|
+
* The mode determines which platform styles to use.
|
|
567
482
|
*/
|
|
568
483
|
"mode"?: "ios" | "md";
|
|
569
484
|
/**
|
|
@@ -579,13 +494,13 @@ export namespace Components {
|
|
|
579
494
|
*/
|
|
580
495
|
"routerDirection": RouterDirection;
|
|
581
496
|
/**
|
|
582
|
-
* Set to `"
|
|
497
|
+
* Set to `"round"` for a button with more rounded corners.
|
|
583
498
|
*/
|
|
584
|
-
"shape"?: '
|
|
499
|
+
"shape"?: 'round';
|
|
585
500
|
/**
|
|
586
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.
|
|
587
502
|
*/
|
|
588
|
-
"size"?: '
|
|
503
|
+
"size"?: 'small' | 'default' | 'large';
|
|
589
504
|
/**
|
|
590
505
|
* If `true`, activates a button with a heavier font weight.
|
|
591
506
|
*/
|
|
@@ -594,10 +509,6 @@ export namespace Components {
|
|
|
594
509
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
595
510
|
*/
|
|
596
511
|
"target": string | undefined;
|
|
597
|
-
/**
|
|
598
|
-
* The theme determines the visual appearance of the component.
|
|
599
|
-
*/
|
|
600
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
601
512
|
/**
|
|
602
513
|
* The type of the button.
|
|
603
514
|
*/
|
|
@@ -605,17 +516,9 @@ export namespace Components {
|
|
|
605
516
|
}
|
|
606
517
|
interface IonButtons {
|
|
607
518
|
/**
|
|
608
|
-
* 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)
|
|
609
520
|
*/
|
|
610
521
|
"collapse": boolean;
|
|
611
|
-
/**
|
|
612
|
-
* The mode determines the platform behaviors of the component.
|
|
613
|
-
*/
|
|
614
|
-
"mode"?: "ios" | "md";
|
|
615
|
-
/**
|
|
616
|
-
* The theme determines the visual appearance of the component.
|
|
617
|
-
*/
|
|
618
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
619
522
|
}
|
|
620
523
|
interface IonCard {
|
|
621
524
|
/**
|
|
@@ -639,7 +542,7 @@ export namespace Components {
|
|
|
639
542
|
*/
|
|
640
543
|
"href": string | undefined;
|
|
641
544
|
/**
|
|
642
|
-
* The mode determines
|
|
545
|
+
* The mode determines which platform styles to use.
|
|
643
546
|
*/
|
|
644
547
|
"mode"?: "ios" | "md";
|
|
645
548
|
/**
|
|
@@ -654,18 +557,10 @@ export namespace Components {
|
|
|
654
557
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
655
558
|
*/
|
|
656
559
|
"routerDirection": RouterDirection;
|
|
657
|
-
/**
|
|
658
|
-
* 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"`.
|
|
659
|
-
*/
|
|
660
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
661
560
|
/**
|
|
662
561
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
663
562
|
*/
|
|
664
563
|
"target": string | undefined;
|
|
665
|
-
/**
|
|
666
|
-
* The theme determines the visual appearance of the component.
|
|
667
|
-
*/
|
|
668
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
669
564
|
/**
|
|
670
565
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
671
566
|
*/
|
|
@@ -673,13 +568,9 @@ export namespace Components {
|
|
|
673
568
|
}
|
|
674
569
|
interface IonCardContent {
|
|
675
570
|
/**
|
|
676
|
-
* The mode determines
|
|
571
|
+
* The mode determines which platform styles to use.
|
|
677
572
|
*/
|
|
678
573
|
"mode"?: "ios" | "md";
|
|
679
|
-
/**
|
|
680
|
-
* The theme determines the visual appearance of the component.
|
|
681
|
-
*/
|
|
682
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
683
574
|
}
|
|
684
575
|
interface IonCardHeader {
|
|
685
576
|
/**
|
|
@@ -687,15 +578,11 @@ export namespace Components {
|
|
|
687
578
|
*/
|
|
688
579
|
"color"?: Color;
|
|
689
580
|
/**
|
|
690
|
-
* The mode determines
|
|
581
|
+
* The mode determines which platform styles to use.
|
|
691
582
|
*/
|
|
692
583
|
"mode"?: "ios" | "md";
|
|
693
584
|
/**
|
|
694
|
-
*
|
|
695
|
-
*/
|
|
696
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
697
|
-
/**
|
|
698
|
-
* 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).
|
|
699
586
|
*/
|
|
700
587
|
"translucent": boolean;
|
|
701
588
|
}
|
|
@@ -705,13 +592,9 @@ export namespace Components {
|
|
|
705
592
|
*/
|
|
706
593
|
"color"?: Color;
|
|
707
594
|
/**
|
|
708
|
-
* The mode determines
|
|
595
|
+
* The mode determines which platform styles to use.
|
|
709
596
|
*/
|
|
710
597
|
"mode"?: "ios" | "md";
|
|
711
|
-
/**
|
|
712
|
-
* The theme determines the visual appearance of the component.
|
|
713
|
-
*/
|
|
714
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
715
598
|
}
|
|
716
599
|
interface IonCardTitle {
|
|
717
600
|
/**
|
|
@@ -719,13 +602,9 @@ export namespace Components {
|
|
|
719
602
|
*/
|
|
720
603
|
"color"?: Color;
|
|
721
604
|
/**
|
|
722
|
-
* The mode determines
|
|
605
|
+
* The mode determines which platform styles to use.
|
|
723
606
|
*/
|
|
724
607
|
"mode"?: "ios" | "md";
|
|
725
|
-
/**
|
|
726
|
-
* The theme determines the visual appearance of the component.
|
|
727
|
-
*/
|
|
728
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
729
608
|
}
|
|
730
609
|
interface IonCheckbox {
|
|
731
610
|
/**
|
|
@@ -765,7 +644,7 @@ export namespace Components {
|
|
|
765
644
|
*/
|
|
766
645
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
767
646
|
/**
|
|
768
|
-
* The mode determines
|
|
647
|
+
* The mode determines which platform styles to use.
|
|
769
648
|
*/
|
|
770
649
|
"mode"?: "ios" | "md";
|
|
771
650
|
/**
|
|
@@ -777,18 +656,6 @@ export namespace Components {
|
|
|
777
656
|
*/
|
|
778
657
|
"required": boolean;
|
|
779
658
|
"setFocus": () => Promise<void>;
|
|
780
|
-
/**
|
|
781
|
-
* Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
|
|
782
|
-
*/
|
|
783
|
-
"shape"?: 'soft' | 'rectangular';
|
|
784
|
-
/**
|
|
785
|
-
* Set to `"small"` for a checkbox with less height and padding.
|
|
786
|
-
*/
|
|
787
|
-
"size"?: 'small';
|
|
788
|
-
/**
|
|
789
|
-
* The theme determines the visual appearance of the component.
|
|
790
|
-
*/
|
|
791
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
792
659
|
/**
|
|
793
660
|
* 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>`.
|
|
794
661
|
*/
|
|
@@ -804,31 +671,15 @@ export namespace Components {
|
|
|
804
671
|
*/
|
|
805
672
|
"disabled": boolean;
|
|
806
673
|
/**
|
|
807
|
-
* The mode determines
|
|
674
|
+
* The mode determines which platform styles to use.
|
|
808
675
|
*/
|
|
809
676
|
"mode"?: "ios" | "md";
|
|
810
677
|
/**
|
|
811
678
|
* Display an outline style button.
|
|
812
679
|
*/
|
|
813
680
|
"outline": boolean;
|
|
814
|
-
/**
|
|
815
|
-
* 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.
|
|
816
|
-
*/
|
|
817
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
818
|
-
/**
|
|
819
|
-
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
|
|
820
|
-
*/
|
|
821
|
-
"size"?: 'small' | 'large';
|
|
822
|
-
/**
|
|
823
|
-
* The theme determines the visual appearance of the component.
|
|
824
|
-
*/
|
|
825
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
826
681
|
}
|
|
827
682
|
interface IonCol {
|
|
828
|
-
/**
|
|
829
|
-
* The mode determines the platform behaviors of the component.
|
|
830
|
-
*/
|
|
831
|
-
"mode"?: "ios" | "md";
|
|
832
683
|
/**
|
|
833
684
|
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
834
685
|
*/
|
|
@@ -925,10 +776,6 @@ export namespace Components {
|
|
|
925
776
|
* 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.
|
|
926
777
|
*/
|
|
927
778
|
"sizeXs"?: string;
|
|
928
|
-
/**
|
|
929
|
-
* The theme determines the visual appearance of the component.
|
|
930
|
-
*/
|
|
931
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
932
779
|
}
|
|
933
780
|
interface IonContent {
|
|
934
781
|
/**
|
|
@@ -955,10 +802,6 @@ export namespace Components {
|
|
|
955
802
|
* 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.
|
|
956
803
|
*/
|
|
957
804
|
"getScrollElement": () => Promise<HTMLElement>;
|
|
958
|
-
/**
|
|
959
|
-
* The mode determines the platform behaviors of the component.
|
|
960
|
-
*/
|
|
961
|
-
"mode"?: "ios" | "md";
|
|
962
805
|
/**
|
|
963
806
|
* Scroll by a specified X/Y distance in the component.
|
|
964
807
|
* @param x The amount to scroll by on the horizontal axis.
|
|
@@ -995,10 +838,6 @@ export namespace Components {
|
|
|
995
838
|
* If you want to disable the content scrolling in the Y axis, set this property to `false`.
|
|
996
839
|
*/
|
|
997
840
|
"scrollY": boolean;
|
|
998
|
-
/**
|
|
999
|
-
* The theme determines the visual appearance of the component.
|
|
1000
|
-
*/
|
|
1001
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1002
841
|
}
|
|
1003
842
|
interface IonDatetime {
|
|
1004
843
|
/**
|
|
@@ -1074,7 +913,7 @@ export namespace Components {
|
|
|
1074
913
|
*/
|
|
1075
914
|
"minuteValues"?: number[] | number | string;
|
|
1076
915
|
/**
|
|
1077
|
-
* The mode determines
|
|
916
|
+
* The mode determines which platform styles to use.
|
|
1078
917
|
*/
|
|
1079
918
|
"mode"?: "ios" | "md";
|
|
1080
919
|
/**
|
|
@@ -1125,10 +964,6 @@ export namespace Components {
|
|
|
1125
964
|
* 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.
|
|
1126
965
|
*/
|
|
1127
966
|
"size": 'cover' | 'fixed';
|
|
1128
|
-
/**
|
|
1129
|
-
* The theme determines the visual appearance of the component.
|
|
1130
|
-
*/
|
|
1131
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1132
967
|
/**
|
|
1133
968
|
* 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.
|
|
1134
969
|
*/
|
|
@@ -1156,23 +991,9 @@ export namespace Components {
|
|
|
1156
991
|
*/
|
|
1157
992
|
"disabled": boolean;
|
|
1158
993
|
/**
|
|
1159
|
-
* The mode determines
|
|
994
|
+
* The mode determines which platform styles to use.
|
|
1160
995
|
*/
|
|
1161
996
|
"mode"?: "ios" | "md";
|
|
1162
|
-
/**
|
|
1163
|
-
* The theme determines the visual appearance of the component.
|
|
1164
|
-
*/
|
|
1165
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1166
|
-
}
|
|
1167
|
-
interface IonDivider {
|
|
1168
|
-
/**
|
|
1169
|
-
* If `true`, the divider will have horizontal margins By default, it's `false`
|
|
1170
|
-
*/
|
|
1171
|
-
"inset": boolean;
|
|
1172
|
-
/**
|
|
1173
|
-
* Set to `"xxsmall"` for the smallest spacing. Set to "xsmall" for very small spacing. Set to `"small"` for small spacing. Set to "medium" for medium spacing. Set to "large" for large spacing. Set to `"xlarge"` for the largest spacing. Defaults to `"medium"`.
|
|
1174
|
-
*/
|
|
1175
|
-
"spacing"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge';
|
|
1176
997
|
}
|
|
1177
998
|
interface IonFab {
|
|
1178
999
|
/**
|
|
@@ -1191,14 +1012,6 @@ export namespace Components {
|
|
|
1191
1012
|
* Where to align the fab horizontally in the viewport.
|
|
1192
1013
|
*/
|
|
1193
1014
|
"horizontal"?: 'start' | 'end' | 'center';
|
|
1194
|
-
/**
|
|
1195
|
-
* The mode determines the platform behaviors of the component.
|
|
1196
|
-
*/
|
|
1197
|
-
"mode"?: "ios" | "md";
|
|
1198
|
-
/**
|
|
1199
|
-
* The theme determines the visual appearance of the component.
|
|
1200
|
-
*/
|
|
1201
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1202
1015
|
/**
|
|
1203
1016
|
* Opens/Closes the FAB list container.
|
|
1204
1017
|
*/
|
|
@@ -1216,7 +1029,7 @@ export namespace Components {
|
|
|
1216
1029
|
/**
|
|
1217
1030
|
* 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.
|
|
1218
1031
|
*/
|
|
1219
|
-
"closeIcon"
|
|
1032
|
+
"closeIcon": string;
|
|
1220
1033
|
/**
|
|
1221
1034
|
* 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).
|
|
1222
1035
|
*/
|
|
@@ -1234,7 +1047,7 @@ export namespace Components {
|
|
|
1234
1047
|
*/
|
|
1235
1048
|
"href": string | undefined;
|
|
1236
1049
|
/**
|
|
1237
|
-
* The mode determines
|
|
1050
|
+
* The mode determines which platform styles to use.
|
|
1238
1051
|
*/
|
|
1239
1052
|
"mode"?: "ios" | "md";
|
|
1240
1053
|
/**
|
|
@@ -1262,11 +1075,7 @@ export namespace Components {
|
|
|
1262
1075
|
*/
|
|
1263
1076
|
"target": string | undefined;
|
|
1264
1077
|
/**
|
|
1265
|
-
*
|
|
1266
|
-
*/
|
|
1267
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1268
|
-
/**
|
|
1269
|
-
* 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).
|
|
1078
|
+
* 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).
|
|
1270
1079
|
*/
|
|
1271
1080
|
"translucent": boolean;
|
|
1272
1081
|
/**
|
|
@@ -1279,34 +1088,22 @@ export namespace Components {
|
|
|
1279
1088
|
* If `true`, the fab list will show all fab buttons in the list.
|
|
1280
1089
|
*/
|
|
1281
1090
|
"activated": boolean;
|
|
1282
|
-
/**
|
|
1283
|
-
* The mode determines the platform behaviors of the component.
|
|
1284
|
-
*/
|
|
1285
|
-
"mode"?: "ios" | "md";
|
|
1286
1091
|
/**
|
|
1287
1092
|
* The side the fab list will show on relative to the main fab button.
|
|
1288
1093
|
*/
|
|
1289
1094
|
"side": 'start' | 'end' | 'top' | 'bottom';
|
|
1290
|
-
/**
|
|
1291
|
-
* The theme determines the visual appearance of the component.
|
|
1292
|
-
*/
|
|
1293
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1294
1095
|
}
|
|
1295
1096
|
interface IonFooter {
|
|
1296
1097
|
/**
|
|
1297
|
-
* Describes the scroll effect that will be applied to the footer. Only applies
|
|
1098
|
+
* Describes the scroll effect that will be applied to the footer. Only applies in iOS mode.
|
|
1298
1099
|
*/
|
|
1299
1100
|
"collapse"?: 'fade';
|
|
1300
1101
|
/**
|
|
1301
|
-
* The mode determines
|
|
1102
|
+
* The mode determines which platform styles to use.
|
|
1302
1103
|
*/
|
|
1303
1104
|
"mode"?: "ios" | "md";
|
|
1304
1105
|
/**
|
|
1305
|
-
*
|
|
1306
|
-
*/
|
|
1307
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1308
|
-
/**
|
|
1309
|
-
* 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.
|
|
1106
|
+
* 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.
|
|
1310
1107
|
*/
|
|
1311
1108
|
"translucent": boolean;
|
|
1312
1109
|
}
|
|
@@ -1315,34 +1112,18 @@ export namespace Components {
|
|
|
1315
1112
|
* If `true`, the grid will have a fixed width based on the screen size.
|
|
1316
1113
|
*/
|
|
1317
1114
|
"fixed": boolean;
|
|
1318
|
-
/**
|
|
1319
|
-
* The mode determines the platform behaviors of the component.
|
|
1320
|
-
*/
|
|
1321
|
-
"mode"?: "ios" | "md";
|
|
1322
|
-
/**
|
|
1323
|
-
* The theme determines the visual appearance of the component.
|
|
1324
|
-
*/
|
|
1325
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1326
1115
|
}
|
|
1327
1116
|
interface IonHeader {
|
|
1328
1117
|
/**
|
|
1329
|
-
* Describes the scroll effect that will be applied to the header. Only applies
|
|
1118
|
+
* 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)
|
|
1330
1119
|
*/
|
|
1331
1120
|
"collapse"?: 'condense' | 'fade';
|
|
1332
1121
|
/**
|
|
1333
|
-
*
|
|
1334
|
-
*/
|
|
1335
|
-
"divider": boolean;
|
|
1336
|
-
/**
|
|
1337
|
-
* The mode determines the platform behaviors of the component.
|
|
1122
|
+
* The mode determines which platform styles to use.
|
|
1338
1123
|
*/
|
|
1339
1124
|
"mode"?: "ios" | "md";
|
|
1340
1125
|
/**
|
|
1341
|
-
*
|
|
1342
|
-
*/
|
|
1343
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1344
|
-
/**
|
|
1345
|
-
* 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.
|
|
1126
|
+
* 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.
|
|
1346
1127
|
*/
|
|
1347
1128
|
"translucent": boolean;
|
|
1348
1129
|
}
|
|
@@ -1351,18 +1132,10 @@ export namespace Components {
|
|
|
1351
1132
|
* 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.
|
|
1352
1133
|
*/
|
|
1353
1134
|
"alt"?: string;
|
|
1354
|
-
/**
|
|
1355
|
-
* The mode determines the platform behaviors of the component.
|
|
1356
|
-
*/
|
|
1357
|
-
"mode"?: "ios" | "md";
|
|
1358
1135
|
/**
|
|
1359
1136
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
1360
1137
|
*/
|
|
1361
1138
|
"src"?: string;
|
|
1362
|
-
/**
|
|
1363
|
-
* The theme determines the visual appearance of the component.
|
|
1364
|
-
*/
|
|
1365
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1366
1139
|
}
|
|
1367
1140
|
interface IonInfiniteScroll {
|
|
1368
1141
|
/**
|
|
@@ -1373,18 +1146,10 @@ export namespace Components {
|
|
|
1373
1146
|
* 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.
|
|
1374
1147
|
*/
|
|
1375
1148
|
"disabled": boolean;
|
|
1376
|
-
/**
|
|
1377
|
-
* The mode determines the platform behaviors of the component.
|
|
1378
|
-
*/
|
|
1379
|
-
"mode"?: "ios" | "md";
|
|
1380
1149
|
/**
|
|
1381
1150
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
1382
1151
|
*/
|
|
1383
1152
|
"position": 'top' | 'bottom';
|
|
1384
|
-
/**
|
|
1385
|
-
* The theme determines the visual appearance of the component.
|
|
1386
|
-
*/
|
|
1387
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1388
1153
|
/**
|
|
1389
1154
|
* 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.
|
|
1390
1155
|
*/
|
|
@@ -1399,14 +1164,6 @@ export namespace Components {
|
|
|
1399
1164
|
* 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.
|
|
1400
1165
|
*/
|
|
1401
1166
|
"loadingText"?: string | IonicSafeString;
|
|
1402
|
-
/**
|
|
1403
|
-
* The mode determines the platform behaviors of the component.
|
|
1404
|
-
*/
|
|
1405
|
-
"mode"?: "ios" | "md";
|
|
1406
|
-
/**
|
|
1407
|
-
* The theme determines the visual appearance of the component.
|
|
1408
|
-
*/
|
|
1409
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1410
1167
|
}
|
|
1411
1168
|
interface IonInput {
|
|
1412
1169
|
/**
|
|
@@ -1466,7 +1223,7 @@ export namespace Components {
|
|
|
1466
1223
|
*/
|
|
1467
1224
|
"errorText"?: string;
|
|
1468
1225
|
/**
|
|
1469
|
-
* 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
|
|
1226
|
+
* 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.
|
|
1470
1227
|
*/
|
|
1471
1228
|
"fill"?: 'outline' | 'solid';
|
|
1472
1229
|
/**
|
|
@@ -1486,9 +1243,9 @@ export namespace Components {
|
|
|
1486
1243
|
*/
|
|
1487
1244
|
"label"?: string;
|
|
1488
1245
|
/**
|
|
1489
|
-
* 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 ("...").
|
|
1246
|
+
* 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 ("...").
|
|
1490
1247
|
*/
|
|
1491
|
-
"labelPlacement"
|
|
1248
|
+
"labelPlacement": 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
1492
1249
|
/**
|
|
1493
1250
|
* The maximum value, which must not be less than its minimum (min attribute) value.
|
|
1494
1251
|
*/
|
|
@@ -1506,7 +1263,7 @@ export namespace Components {
|
|
|
1506
1263
|
*/
|
|
1507
1264
|
"minlength"?: number;
|
|
1508
1265
|
/**
|
|
1509
|
-
* The mode determines
|
|
1266
|
+
* The mode determines which platform styles to use.
|
|
1510
1267
|
*/
|
|
1511
1268
|
"mode"?: "ios" | "md";
|
|
1512
1269
|
/**
|
|
@@ -1538,13 +1295,9 @@ export namespace Components {
|
|
|
1538
1295
|
*/
|
|
1539
1296
|
"setFocus": () => Promise<void>;
|
|
1540
1297
|
/**
|
|
1541
|
-
*
|
|
1542
|
-
*/
|
|
1543
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1544
|
-
/**
|
|
1545
|
-
* 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.
|
|
1298
|
+
* The shape of the input. If "round" it will have an increased border radius.
|
|
1546
1299
|
*/
|
|
1547
|
-
"
|
|
1300
|
+
"shape"?: 'round';
|
|
1548
1301
|
/**
|
|
1549
1302
|
* If `true`, the element will have its spelling and grammar checked.
|
|
1550
1303
|
*/
|
|
@@ -1553,10 +1306,6 @@ export namespace Components {
|
|
|
1553
1306
|
* 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.
|
|
1554
1307
|
*/
|
|
1555
1308
|
"step"?: string;
|
|
1556
|
-
/**
|
|
1557
|
-
* The theme determines the visual appearance of the component.
|
|
1558
|
-
*/
|
|
1559
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1560
1309
|
/**
|
|
1561
1310
|
* The type of control to display. The default type is text.
|
|
1562
1311
|
*/
|
|
@@ -1595,13 +1344,13 @@ export namespace Components {
|
|
|
1595
1344
|
*/
|
|
1596
1345
|
"color"?: Color;
|
|
1597
1346
|
/**
|
|
1598
|
-
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
1347
|
+
* 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.
|
|
1599
1348
|
*/
|
|
1600
1349
|
"detail"?: boolean;
|
|
1601
1350
|
/**
|
|
1602
1351
|
* The icon to use when `detail` is set to `true`.
|
|
1603
1352
|
*/
|
|
1604
|
-
"detailIcon"
|
|
1353
|
+
"detailIcon": string;
|
|
1605
1354
|
/**
|
|
1606
1355
|
* If `true`, the user cannot interact with the item.
|
|
1607
1356
|
*/
|
|
@@ -1619,7 +1368,7 @@ export namespace Components {
|
|
|
1619
1368
|
*/
|
|
1620
1369
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1621
1370
|
/**
|
|
1622
|
-
* The mode determines
|
|
1371
|
+
* The mode determines which platform styles to use.
|
|
1623
1372
|
*/
|
|
1624
1373
|
"mode"?: "ios" | "md";
|
|
1625
1374
|
/**
|
|
@@ -1638,10 +1387,6 @@ export namespace Components {
|
|
|
1638
1387
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1639
1388
|
*/
|
|
1640
1389
|
"target": string | undefined;
|
|
1641
|
-
/**
|
|
1642
|
-
* The theme determines the visual appearance of the component.
|
|
1643
|
-
*/
|
|
1644
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1645
1390
|
/**
|
|
1646
1391
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
1647
1392
|
*/
|
|
@@ -1653,27 +1398,15 @@ export namespace Components {
|
|
|
1653
1398
|
*/
|
|
1654
1399
|
"color"?: Color;
|
|
1655
1400
|
/**
|
|
1656
|
-
* The mode determines
|
|
1401
|
+
* The mode determines which platform styles to use.
|
|
1657
1402
|
*/
|
|
1658
1403
|
"mode"?: "ios" | "md";
|
|
1659
1404
|
/**
|
|
1660
1405
|
* 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
|
|
1661
1406
|
*/
|
|
1662
1407
|
"sticky": boolean;
|
|
1663
|
-
/**
|
|
1664
|
-
* The theme determines the visual appearance of the component.
|
|
1665
|
-
*/
|
|
1666
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1667
1408
|
}
|
|
1668
1409
|
interface IonItemGroup {
|
|
1669
|
-
/**
|
|
1670
|
-
* The mode determines the platform behaviors of the component.
|
|
1671
|
-
*/
|
|
1672
|
-
"mode"?: "ios" | "md";
|
|
1673
|
-
/**
|
|
1674
|
-
* The theme determines the visual appearance of the component.
|
|
1675
|
-
*/
|
|
1676
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1677
1410
|
}
|
|
1678
1411
|
interface IonItemOption {
|
|
1679
1412
|
/**
|
|
@@ -1697,25 +1430,17 @@ export namespace Components {
|
|
|
1697
1430
|
*/
|
|
1698
1431
|
"href": string | undefined;
|
|
1699
1432
|
/**
|
|
1700
|
-
* The mode determines
|
|
1433
|
+
* The mode determines which platform styles to use.
|
|
1701
1434
|
*/
|
|
1702
1435
|
"mode"?: "ios" | "md";
|
|
1703
1436
|
/**
|
|
1704
1437
|
* 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).
|
|
1705
1438
|
*/
|
|
1706
1439
|
"rel": string | undefined;
|
|
1707
|
-
/**
|
|
1708
|
-
* 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.
|
|
1709
|
-
*/
|
|
1710
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1711
1440
|
/**
|
|
1712
1441
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1713
1442
|
*/
|
|
1714
1443
|
"target": string | undefined;
|
|
1715
|
-
/**
|
|
1716
|
-
* The theme determines the visual appearance of the component.
|
|
1717
|
-
*/
|
|
1718
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1719
1444
|
/**
|
|
1720
1445
|
* The type of the button.
|
|
1721
1446
|
*/
|
|
@@ -1723,18 +1448,10 @@ export namespace Components {
|
|
|
1723
1448
|
}
|
|
1724
1449
|
interface IonItemOptions {
|
|
1725
1450
|
"fireSwipeEvent": () => Promise<void>;
|
|
1726
|
-
/**
|
|
1727
|
-
* The mode determines the platform behaviors of the component.
|
|
1728
|
-
*/
|
|
1729
|
-
"mode"?: "ios" | "md";
|
|
1730
1451
|
/**
|
|
1731
1452
|
* 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.
|
|
1732
1453
|
*/
|
|
1733
1454
|
"side": Side;
|
|
1734
|
-
/**
|
|
1735
|
-
* The theme determines the visual appearance of the component.
|
|
1736
|
-
*/
|
|
1737
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1738
1455
|
}
|
|
1739
1456
|
interface IonItemSliding {
|
|
1740
1457
|
/**
|
|
@@ -1757,19 +1474,11 @@ export namespace Components {
|
|
|
1757
1474
|
* 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.
|
|
1758
1475
|
*/
|
|
1759
1476
|
"getSlidingRatio": () => Promise<number>;
|
|
1760
|
-
/**
|
|
1761
|
-
* The mode determines the platform behaviors of the component.
|
|
1762
|
-
*/
|
|
1763
|
-
"mode"?: "ios" | "md";
|
|
1764
1477
|
/**
|
|
1765
1478
|
* Open the sliding item.
|
|
1766
1479
|
* @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.
|
|
1767
1480
|
*/
|
|
1768
1481
|
"open": (side: Side | undefined) => Promise<void>;
|
|
1769
|
-
/**
|
|
1770
|
-
* The theme determines the visual appearance of the component.
|
|
1771
|
-
*/
|
|
1772
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1773
1482
|
}
|
|
1774
1483
|
interface IonLabel {
|
|
1775
1484
|
/**
|
|
@@ -1777,17 +1486,13 @@ export namespace Components {
|
|
|
1777
1486
|
*/
|
|
1778
1487
|
"color"?: Color;
|
|
1779
1488
|
/**
|
|
1780
|
-
* The mode determines
|
|
1489
|
+
* The mode determines which platform styles to use.
|
|
1781
1490
|
*/
|
|
1782
1491
|
"mode"?: "ios" | "md";
|
|
1783
1492
|
/**
|
|
1784
1493
|
* The position determines where and how the label behaves inside an item.
|
|
1785
1494
|
*/
|
|
1786
1495
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
1787
|
-
/**
|
|
1788
|
-
* The theme determines the visual appearance of the component.
|
|
1789
|
-
*/
|
|
1790
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1791
1496
|
}
|
|
1792
1497
|
interface IonList {
|
|
1793
1498
|
/**
|
|
@@ -1803,17 +1508,9 @@ export namespace Components {
|
|
|
1803
1508
|
*/
|
|
1804
1509
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1805
1510
|
/**
|
|
1806
|
-
* The mode determines
|
|
1511
|
+
* The mode determines which platform styles to use.
|
|
1807
1512
|
*/
|
|
1808
1513
|
"mode"?: "ios" | "md";
|
|
1809
|
-
/**
|
|
1810
|
-
* 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.
|
|
1811
|
-
*/
|
|
1812
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1813
|
-
/**
|
|
1814
|
-
* The theme determines the visual appearance of the component.
|
|
1815
|
-
*/
|
|
1816
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1817
1514
|
}
|
|
1818
1515
|
interface IonListHeader {
|
|
1819
1516
|
/**
|
|
@@ -1825,13 +1522,9 @@ export namespace Components {
|
|
|
1825
1522
|
*/
|
|
1826
1523
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1827
1524
|
/**
|
|
1828
|
-
* The mode determines
|
|
1525
|
+
* The mode determines which platform styles to use.
|
|
1829
1526
|
*/
|
|
1830
1527
|
"mode"?: "ios" | "md";
|
|
1831
|
-
/**
|
|
1832
|
-
* The theme determines the visual appearance of the component.
|
|
1833
|
-
*/
|
|
1834
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1835
1528
|
}
|
|
1836
1529
|
interface IonLoading {
|
|
1837
1530
|
/**
|
|
@@ -1883,7 +1576,7 @@ export namespace Components {
|
|
|
1883
1576
|
*/
|
|
1884
1577
|
"message"?: string | IonicSafeString;
|
|
1885
1578
|
/**
|
|
1886
|
-
* The mode determines
|
|
1579
|
+
* The mode determines which platform styles to use.
|
|
1887
1580
|
*/
|
|
1888
1581
|
"mode"?: "ios" | "md";
|
|
1889
1582
|
/**
|
|
@@ -1908,11 +1601,7 @@ export namespace Components {
|
|
|
1908
1601
|
*/
|
|
1909
1602
|
"spinner"?: SpinnerTypes | null;
|
|
1910
1603
|
/**
|
|
1911
|
-
*
|
|
1912
|
-
*/
|
|
1913
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1914
|
-
/**
|
|
1915
|
-
* 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).
|
|
1604
|
+
* 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).
|
|
1916
1605
|
*/
|
|
1917
1606
|
"translucent": boolean;
|
|
1918
1607
|
/**
|
|
@@ -1949,10 +1638,6 @@ export namespace Components {
|
|
|
1949
1638
|
* An id for the menu.
|
|
1950
1639
|
*/
|
|
1951
1640
|
"menuId"?: string;
|
|
1952
|
-
/**
|
|
1953
|
-
* The mode determines the platform behaviors of the component.
|
|
1954
|
-
*/
|
|
1955
|
-
"mode"?: "ios" | "md";
|
|
1956
1641
|
/**
|
|
1957
1642
|
* Opens the menu. If the menu is already open or it can't be opened, it returns `false`.
|
|
1958
1643
|
*/
|
|
@@ -1969,10 +1654,6 @@ export namespace Components {
|
|
|
1969
1654
|
* If `true`, swiping the menu is enabled.
|
|
1970
1655
|
*/
|
|
1971
1656
|
"swipeGesture": boolean;
|
|
1972
|
-
/**
|
|
1973
|
-
* The theme determines the visual appearance of the component.
|
|
1974
|
-
*/
|
|
1975
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1976
1657
|
/**
|
|
1977
1658
|
* 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`.
|
|
1978
1659
|
*/
|
|
@@ -2000,13 +1681,9 @@ export namespace Components {
|
|
|
2000
1681
|
*/
|
|
2001
1682
|
"menu"?: string;
|
|
2002
1683
|
/**
|
|
2003
|
-
* The mode determines
|
|
1684
|
+
* The mode determines which platform styles to use.
|
|
2004
1685
|
*/
|
|
2005
1686
|
"mode"?: "ios" | "md";
|
|
2006
|
-
/**
|
|
2007
|
-
* The theme determines the visual appearance of the component.
|
|
2008
|
-
*/
|
|
2009
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2010
1687
|
/**
|
|
2011
1688
|
* The type of the button.
|
|
2012
1689
|
*/
|
|
@@ -2021,14 +1698,6 @@ export namespace Components {
|
|
|
2021
1698
|
* 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.
|
|
2022
1699
|
*/
|
|
2023
1700
|
"menu"?: string;
|
|
2024
|
-
/**
|
|
2025
|
-
* The mode determines the platform behaviors of the component.
|
|
2026
|
-
*/
|
|
2027
|
-
"mode"?: "ios" | "md";
|
|
2028
|
-
/**
|
|
2029
|
-
* The theme determines the visual appearance of the component.
|
|
2030
|
-
*/
|
|
2031
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2032
1701
|
}
|
|
2033
1702
|
interface IonModal {
|
|
2034
1703
|
/**
|
|
@@ -2120,7 +1789,7 @@ export namespace Components {
|
|
|
2120
1789
|
*/
|
|
2121
1790
|
"leaveAnimation"?: AnimationBuilder;
|
|
2122
1791
|
/**
|
|
2123
|
-
* The mode determines
|
|
1792
|
+
* The mode determines which platform styles to use.
|
|
2124
1793
|
*/
|
|
2125
1794
|
"mode"?: "ios" | "md";
|
|
2126
1795
|
/**
|
|
@@ -2144,18 +1813,10 @@ export namespace Components {
|
|
|
2144
1813
|
* Move a sheet style modal to a specific breakpoint. The breakpoint value must be a value defined in your `breakpoints` array.
|
|
2145
1814
|
*/
|
|
2146
1815
|
"setCurrentBreakpoint": (breakpoint: number) => Promise<void>;
|
|
2147
|
-
/**
|
|
2148
|
-
* 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.
|
|
2149
|
-
*/
|
|
2150
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
2151
1816
|
/**
|
|
2152
1817
|
* 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.
|
|
2153
1818
|
*/
|
|
2154
1819
|
"showBackdrop": boolean;
|
|
2155
|
-
/**
|
|
2156
|
-
* The theme determines the visual appearance of the component.
|
|
2157
|
-
*/
|
|
2158
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2159
1820
|
/**
|
|
2160
1821
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
2161
1822
|
*/
|
|
@@ -2167,7 +1828,7 @@ export namespace Components {
|
|
|
2167
1828
|
*/
|
|
2168
1829
|
"animated": boolean;
|
|
2169
1830
|
/**
|
|
2170
|
-
* By default `ion-nav` animates transition between pages based
|
|
1831
|
+
* 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.
|
|
2171
1832
|
*/
|
|
2172
1833
|
"animation"?: AnimationBuilder;
|
|
2173
1834
|
/**
|
|
@@ -2215,10 +1876,6 @@ export namespace Components {
|
|
|
2215
1876
|
* @param done The transition complete function.
|
|
2216
1877
|
*/
|
|
2217
1878
|
"insertPages": (insertIndex: number, insertComponents: NavComponent[] | NavComponentWithProps[], opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>;
|
|
2218
|
-
/**
|
|
2219
|
-
* The mode determines the platform behaviors of the component.
|
|
2220
|
-
*/
|
|
2221
|
-
"mode"?: "ios" | "md";
|
|
2222
1879
|
/**
|
|
2223
1880
|
* Pop a component off of the navigation stack. Navigates back from the current component.
|
|
2224
1881
|
* @param opts The navigation options.
|
|
@@ -2290,10 +1947,6 @@ export namespace Components {
|
|
|
2290
1947
|
* If the nav component should allow for swipe-to-go-back.
|
|
2291
1948
|
*/
|
|
2292
1949
|
"swipeGesture"?: boolean;
|
|
2293
|
-
/**
|
|
2294
|
-
* The theme determines the visual appearance of the component.
|
|
2295
|
-
*/
|
|
2296
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2297
1950
|
}
|
|
2298
1951
|
interface IonNavLink {
|
|
2299
1952
|
/**
|
|
@@ -2304,10 +1957,6 @@ export namespace Components {
|
|
|
2304
1957
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
2305
1958
|
*/
|
|
2306
1959
|
"componentProps"?: ComponentProps;
|
|
2307
|
-
/**
|
|
2308
|
-
* The mode determines the platform behaviors of the component.
|
|
2309
|
-
*/
|
|
2310
|
-
"mode"?: "ios" | "md";
|
|
2311
1960
|
/**
|
|
2312
1961
|
* The transition animation when navigating to another page.
|
|
2313
1962
|
*/
|
|
@@ -2316,10 +1965,6 @@ export namespace Components {
|
|
|
2316
1965
|
* The transition direction when navigating to another page.
|
|
2317
1966
|
*/
|
|
2318
1967
|
"routerDirection": RouterDirection;
|
|
2319
|
-
/**
|
|
2320
|
-
* The theme determines the visual appearance of the component.
|
|
2321
|
-
*/
|
|
2322
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2323
1968
|
}
|
|
2324
1969
|
interface IonNote {
|
|
2325
1970
|
/**
|
|
@@ -2327,24 +1972,16 @@ export namespace Components {
|
|
|
2327
1972
|
*/
|
|
2328
1973
|
"color"?: Color;
|
|
2329
1974
|
/**
|
|
2330
|
-
* The mode determines
|
|
1975
|
+
* The mode determines which platform styles to use.
|
|
2331
1976
|
*/
|
|
2332
1977
|
"mode"?: "ios" | "md";
|
|
2333
|
-
/**
|
|
2334
|
-
* The theme determines the visual appearance of the component.
|
|
2335
|
-
*/
|
|
2336
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2337
1978
|
}
|
|
2338
1979
|
interface IonPicker {
|
|
2339
1980
|
"exitInputMode": () => Promise<void>;
|
|
2340
1981
|
/**
|
|
2341
|
-
* The mode determines
|
|
1982
|
+
* The mode determines which platform styles to use.
|
|
2342
1983
|
*/
|
|
2343
1984
|
"mode"?: "ios" | "md";
|
|
2344
|
-
/**
|
|
2345
|
-
* The theme determines the visual appearance of the component.
|
|
2346
|
-
*/
|
|
2347
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2348
1985
|
}
|
|
2349
1986
|
interface IonPickerColumn {
|
|
2350
1987
|
/**
|
|
@@ -2356,7 +1993,7 @@ export namespace Components {
|
|
|
2356
1993
|
*/
|
|
2357
1994
|
"disabled": boolean;
|
|
2358
1995
|
/**
|
|
2359
|
-
* The mode determines
|
|
1996
|
+
* The mode determines which platform styles to use.
|
|
2360
1997
|
*/
|
|
2361
1998
|
"mode"?: "ios" | "md";
|
|
2362
1999
|
/**
|
|
@@ -2372,10 +2009,6 @@ export namespace Components {
|
|
|
2372
2009
|
* 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.
|
|
2373
2010
|
*/
|
|
2374
2011
|
"setValue": (value: PickerColumnValue) => Promise<void>;
|
|
2375
|
-
/**
|
|
2376
|
-
* The theme determines the visual appearance of the component.
|
|
2377
|
-
*/
|
|
2378
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2379
2012
|
/**
|
|
2380
2013
|
* The selected option in the picker.
|
|
2381
2014
|
*/
|
|
@@ -2390,14 +2023,6 @@ export namespace Components {
|
|
|
2390
2023
|
* If `true`, the user cannot interact with the picker column option.
|
|
2391
2024
|
*/
|
|
2392
2025
|
"disabled": boolean;
|
|
2393
|
-
/**
|
|
2394
|
-
* The mode determines the platform behaviors of the component.
|
|
2395
|
-
*/
|
|
2396
|
-
"mode"?: "ios" | "md";
|
|
2397
|
-
/**
|
|
2398
|
-
* The theme determines the visual appearance of the component.
|
|
2399
|
-
*/
|
|
2400
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2401
2026
|
/**
|
|
2402
2027
|
* The text value of the option.
|
|
2403
2028
|
*/
|
|
@@ -2462,7 +2087,7 @@ export namespace Components {
|
|
|
2462
2087
|
*/
|
|
2463
2088
|
"leaveAnimation"?: AnimationBuilder;
|
|
2464
2089
|
/**
|
|
2465
|
-
* The mode determines
|
|
2090
|
+
* The mode determines which platform styles to use.
|
|
2466
2091
|
*/
|
|
2467
2092
|
"mode"?: "ios" | "md";
|
|
2468
2093
|
/**
|
|
@@ -2482,10 +2107,6 @@ export namespace Components {
|
|
|
2482
2107
|
* If `true`, a backdrop will be displayed behind the picker.
|
|
2483
2108
|
*/
|
|
2484
2109
|
"showBackdrop": boolean;
|
|
2485
|
-
/**
|
|
2486
|
-
* The theme determines the visual appearance of the component.
|
|
2487
|
-
*/
|
|
2488
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2489
2110
|
/**
|
|
2490
2111
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
2491
2112
|
*/
|
|
@@ -2499,7 +2120,7 @@ export namespace Components {
|
|
|
2499
2120
|
}
|
|
2500
2121
|
interface IonPopover {
|
|
2501
2122
|
/**
|
|
2502
|
-
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `
|
|
2123
|
+
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios` mode, and `"start"` for `md` mode.
|
|
2503
2124
|
*/
|
|
2504
2125
|
"alignment"?: PositionAlign;
|
|
2505
2126
|
/**
|
|
@@ -2507,7 +2128,7 @@ export namespace Components {
|
|
|
2507
2128
|
*/
|
|
2508
2129
|
"animated": boolean;
|
|
2509
2130
|
/**
|
|
2510
|
-
* If `true`, the popover will display an arrow that points at the `reference`
|
|
2131
|
+
* If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
|
|
2511
2132
|
*/
|
|
2512
2133
|
"arrow": boolean;
|
|
2513
2134
|
/**
|
|
@@ -2574,7 +2195,7 @@ export namespace Components {
|
|
|
2574
2195
|
*/
|
|
2575
2196
|
"leaveAnimation"?: AnimationBuilder;
|
|
2576
2197
|
/**
|
|
2577
|
-
* The mode determines
|
|
2198
|
+
* The mode determines which platform styles to use.
|
|
2578
2199
|
*/
|
|
2579
2200
|
"mode"?: "ios" | "md";
|
|
2580
2201
|
/**
|
|
@@ -2611,11 +2232,7 @@ export namespace Components {
|
|
|
2611
2232
|
*/
|
|
2612
2233
|
"size": PopoverSize;
|
|
2613
2234
|
/**
|
|
2614
|
-
*
|
|
2615
|
-
*/
|
|
2616
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2617
|
-
/**
|
|
2618
|
-
* 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).
|
|
2235
|
+
* 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).
|
|
2619
2236
|
*/
|
|
2620
2237
|
"translucent": boolean;
|
|
2621
2238
|
/**
|
|
@@ -2637,21 +2254,13 @@ export namespace Components {
|
|
|
2637
2254
|
*/
|
|
2638
2255
|
"color"?: Color;
|
|
2639
2256
|
/**
|
|
2640
|
-
* The mode determines
|
|
2257
|
+
* The mode determines which platform styles to use.
|
|
2641
2258
|
*/
|
|
2642
2259
|
"mode"?: "ios" | "md";
|
|
2643
2260
|
/**
|
|
2644
2261
|
* If true, reverse the progress bar direction.
|
|
2645
2262
|
*/
|
|
2646
2263
|
"reversed": boolean;
|
|
2647
|
-
/**
|
|
2648
|
-
* Set to `"round"` for a progress bar with rounded corners, or `"rectangular"` for a progress bar without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
|
|
2649
|
-
*/
|
|
2650
|
-
"shape"?: 'round' | 'rectangular';
|
|
2651
|
-
/**
|
|
2652
|
-
* The theme determines the visual appearance of the component.
|
|
2653
|
-
*/
|
|
2654
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2655
2264
|
/**
|
|
2656
2265
|
* 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).
|
|
2657
2266
|
*/
|
|
@@ -2683,7 +2292,7 @@ export namespace Components {
|
|
|
2683
2292
|
*/
|
|
2684
2293
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
2685
2294
|
/**
|
|
2686
|
-
* The mode determines
|
|
2295
|
+
* The mode determines which platform styles to use.
|
|
2687
2296
|
*/
|
|
2688
2297
|
"mode"?: "ios" | "md";
|
|
2689
2298
|
/**
|
|
@@ -2692,10 +2301,6 @@ export namespace Components {
|
|
|
2692
2301
|
"name": string;
|
|
2693
2302
|
"setButtonTabindex": (value: number) => Promise<void>;
|
|
2694
2303
|
"setFocus": (ev?: globalThis.Event) => Promise<void>;
|
|
2695
|
-
/**
|
|
2696
|
-
* The theme determines the visual appearance of the component.
|
|
2697
|
-
*/
|
|
2698
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2699
2304
|
/**
|
|
2700
2305
|
* the value of the radio.
|
|
2701
2306
|
*/
|
|
@@ -2718,19 +2323,11 @@ export namespace Components {
|
|
|
2718
2323
|
* The helper text to display at the top of the radio group.
|
|
2719
2324
|
*/
|
|
2720
2325
|
"helperText"?: string;
|
|
2721
|
-
/**
|
|
2722
|
-
* The mode determines the platform behaviors of the component.
|
|
2723
|
-
*/
|
|
2724
|
-
"mode"?: "ios" | "md";
|
|
2725
2326
|
/**
|
|
2726
2327
|
* The name of the control, which is submitted with the form data.
|
|
2727
2328
|
*/
|
|
2728
2329
|
"name": string;
|
|
2729
2330
|
"setFocus": () => Promise<void>;
|
|
2730
|
-
/**
|
|
2731
|
-
* The theme determines the visual appearance of the component.
|
|
2732
|
-
*/
|
|
2733
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2734
2331
|
/**
|
|
2735
2332
|
* the value of the radio group.
|
|
2736
2333
|
*/
|
|
@@ -2774,7 +2371,7 @@ export namespace Components {
|
|
|
2774
2371
|
*/
|
|
2775
2372
|
"min": number;
|
|
2776
2373
|
/**
|
|
2777
|
-
* The mode determines
|
|
2374
|
+
* The mode determines which platform styles to use.
|
|
2778
2375
|
*/
|
|
2779
2376
|
"mode"?: "ios" | "md";
|
|
2780
2377
|
/**
|
|
@@ -2797,10 +2394,6 @@ export namespace Components {
|
|
|
2797
2394
|
* Specifies the value granularity.
|
|
2798
2395
|
*/
|
|
2799
2396
|
"step": number;
|
|
2800
|
-
/**
|
|
2801
|
-
* The theme determines the visual appearance of the component.
|
|
2802
|
-
*/
|
|
2803
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2804
2397
|
/**
|
|
2805
2398
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
2806
2399
|
*/
|
|
@@ -2832,7 +2425,7 @@ export namespace Components {
|
|
|
2832
2425
|
*/
|
|
2833
2426
|
"getProgress": () => Promise<number>;
|
|
2834
2427
|
/**
|
|
2835
|
-
* The mode determines
|
|
2428
|
+
* The mode determines which platform styles to use.
|
|
2836
2429
|
*/
|
|
2837
2430
|
"mode"?: "ios" | "md";
|
|
2838
2431
|
/**
|
|
@@ -2851,16 +2444,8 @@ export namespace Components {
|
|
|
2851
2444
|
* 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.
|
|
2852
2445
|
*/
|
|
2853
2446
|
"snapbackDuration": string;
|
|
2854
|
-
/**
|
|
2855
|
-
* The theme determines the visual appearance of the component.
|
|
2856
|
-
*/
|
|
2857
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2858
2447
|
}
|
|
2859
2448
|
interface IonRefresherContent {
|
|
2860
|
-
/**
|
|
2861
|
-
* The mode determines the platform behaviors of the component.
|
|
2862
|
-
*/
|
|
2863
|
-
"mode"?: "ios" | "md";
|
|
2864
2449
|
/**
|
|
2865
2450
|
* 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.
|
|
2866
2451
|
*/
|
|
@@ -2877,20 +2462,8 @@ export namespace Components {
|
|
|
2877
2462
|
* 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.
|
|
2878
2463
|
*/
|
|
2879
2464
|
"refreshingText"?: string | IonicSafeString;
|
|
2880
|
-
/**
|
|
2881
|
-
* The theme determines the visual appearance of the component.
|
|
2882
|
-
*/
|
|
2883
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2884
2465
|
}
|
|
2885
2466
|
interface IonReorder {
|
|
2886
|
-
/**
|
|
2887
|
-
* The mode determines the platform behaviors of the component.
|
|
2888
|
-
*/
|
|
2889
|
-
"mode"?: "ios" | "md";
|
|
2890
|
-
/**
|
|
2891
|
-
* The theme determines the visual appearance of the component.
|
|
2892
|
-
*/
|
|
2893
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2894
2467
|
}
|
|
2895
2468
|
interface IonReorderGroup {
|
|
2896
2469
|
/**
|
|
@@ -2902,14 +2475,6 @@ export namespace Components {
|
|
|
2902
2475
|
* If `true`, the reorder will be hidden.
|
|
2903
2476
|
*/
|
|
2904
2477
|
"disabled": boolean;
|
|
2905
|
-
/**
|
|
2906
|
-
* The mode determines the platform behaviors of the component.
|
|
2907
|
-
*/
|
|
2908
|
-
"mode"?: "ios" | "md";
|
|
2909
|
-
/**
|
|
2910
|
-
* The theme determines the visual appearance of the component.
|
|
2911
|
-
*/
|
|
2912
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2913
2478
|
}
|
|
2914
2479
|
interface IonRippleEffect {
|
|
2915
2480
|
/**
|
|
@@ -2918,14 +2483,6 @@ export namespace Components {
|
|
|
2918
2483
|
* @param y The vertical coordinate of where the ripple should start.
|
|
2919
2484
|
*/
|
|
2920
2485
|
"addRipple": (x: number, y: number) => Promise<() => void>;
|
|
2921
|
-
/**
|
|
2922
|
-
* The mode determines the platform behaviors of the component.
|
|
2923
|
-
*/
|
|
2924
|
-
"mode"?: "ios" | "md";
|
|
2925
|
-
/**
|
|
2926
|
-
* The theme determines the visual appearance of the component.
|
|
2927
|
-
*/
|
|
2928
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2929
2486
|
/**
|
|
2930
2487
|
* 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.
|
|
2931
2488
|
*/
|
|
@@ -2948,14 +2505,6 @@ export namespace Components {
|
|
|
2948
2505
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
2949
2506
|
*/
|
|
2950
2507
|
"componentProps"?: { [key: string]: any };
|
|
2951
|
-
/**
|
|
2952
|
-
* The mode determines the platform behaviors of the component.
|
|
2953
|
-
*/
|
|
2954
|
-
"mode"?: "ios" | "md";
|
|
2955
|
-
/**
|
|
2956
|
-
* The theme determines the visual appearance of the component.
|
|
2957
|
-
*/
|
|
2958
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2959
2508
|
/**
|
|
2960
2509
|
* 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.
|
|
2961
2510
|
*/
|
|
@@ -2977,10 +2526,6 @@ export namespace Components {
|
|
|
2977
2526
|
*/
|
|
2978
2527
|
"back": () => Promise<void>;
|
|
2979
2528
|
"canTransition": () => Promise<string | boolean>;
|
|
2980
|
-
/**
|
|
2981
|
-
* The mode determines the platform behaviors of the component.
|
|
2982
|
-
*/
|
|
2983
|
-
"mode"?: "ios" | "md";
|
|
2984
2529
|
"navChanged": (direction: RouterDirection) => Promise<boolean>;
|
|
2985
2530
|
"printDebug": () => Promise<void>;
|
|
2986
2531
|
/**
|
|
@@ -2993,10 +2538,6 @@ export namespace Components {
|
|
|
2993
2538
|
* 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.
|
|
2994
2539
|
*/
|
|
2995
2540
|
"root": string;
|
|
2996
|
-
/**
|
|
2997
|
-
* The theme determines the visual appearance of the component.
|
|
2998
|
-
*/
|
|
2999
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3000
2541
|
/**
|
|
3001
2542
|
* 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.
|
|
3002
2543
|
*/
|
|
@@ -3011,10 +2552,6 @@ export namespace Components {
|
|
|
3011
2552
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
3012
2553
|
*/
|
|
3013
2554
|
"href": string | undefined;
|
|
3014
|
-
/**
|
|
3015
|
-
* The mode determines the platform behaviors of the component.
|
|
3016
|
-
*/
|
|
3017
|
-
"mode"?: "ios" | "md";
|
|
3018
2555
|
/**
|
|
3019
2556
|
* 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).
|
|
3020
2557
|
*/
|
|
@@ -3031,10 +2568,6 @@ export namespace Components {
|
|
|
3031
2568
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
3032
2569
|
*/
|
|
3033
2570
|
"target": string | undefined;
|
|
3034
|
-
/**
|
|
3035
|
-
* The theme determines the visual appearance of the component.
|
|
3036
|
-
*/
|
|
3037
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3038
2571
|
}
|
|
3039
2572
|
interface IonRouterOutlet {
|
|
3040
2573
|
/**
|
|
@@ -3049,25 +2582,13 @@ export namespace Components {
|
|
|
3049
2582
|
"delegate"?: FrameworkDelegate;
|
|
3050
2583
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
3051
2584
|
/**
|
|
3052
|
-
* The mode determines
|
|
2585
|
+
* The mode determines which platform styles to use.
|
|
3053
2586
|
*/
|
|
3054
2587
|
"mode": "ios" | "md";
|
|
3055
2588
|
"setRouteId": (id: string, params: ComponentProps | undefined, direction: RouterDirection, animation?: AnimationBuilder) => Promise<RouteWrite>;
|
|
3056
2589
|
"swipeHandler"?: SwipeGestureHandler;
|
|
3057
|
-
/**
|
|
3058
|
-
* The theme determines the visual appearance of the component.
|
|
3059
|
-
*/
|
|
3060
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3061
2590
|
}
|
|
3062
2591
|
interface IonRow {
|
|
3063
|
-
/**
|
|
3064
|
-
* The mode determines the platform behaviors of the component.
|
|
3065
|
-
*/
|
|
3066
|
-
"mode"?: "ios" | "md";
|
|
3067
|
-
/**
|
|
3068
|
-
* The theme determines the visual appearance of the component.
|
|
3069
|
-
*/
|
|
3070
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3071
2592
|
}
|
|
3072
2593
|
interface IonSearchbar {
|
|
3073
2594
|
/**
|
|
@@ -3087,15 +2608,15 @@ export namespace Components {
|
|
|
3087
2608
|
*/
|
|
3088
2609
|
"autocorrect": 'on' | 'off';
|
|
3089
2610
|
/**
|
|
3090
|
-
* Set the cancel button icon. Only
|
|
2611
|
+
* Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
|
|
3091
2612
|
*/
|
|
3092
|
-
"cancelButtonIcon"
|
|
2613
|
+
"cancelButtonIcon": string;
|
|
3093
2614
|
/**
|
|
3094
|
-
* Set the cancel button text. Only
|
|
2615
|
+
* Set the the cancel button text. Only applies to `ios` mode.
|
|
3095
2616
|
*/
|
|
3096
2617
|
"cancelButtonText": string;
|
|
3097
2618
|
/**
|
|
3098
|
-
* Set the clear icon. Defaults to `
|
|
2619
|
+
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
|
|
3099
2620
|
*/
|
|
3100
2621
|
"clearIcon"?: string;
|
|
3101
2622
|
/**
|
|
@@ -3131,7 +2652,7 @@ export namespace Components {
|
|
|
3131
2652
|
*/
|
|
3132
2653
|
"minlength"?: number;
|
|
3133
2654
|
/**
|
|
3134
|
-
* The mode determines
|
|
2655
|
+
* The mode determines which platform styles to use.
|
|
3135
2656
|
*/
|
|
3136
2657
|
"mode"?: "ios" | "md";
|
|
3137
2658
|
/**
|
|
@@ -3143,17 +2664,13 @@ export namespace Components {
|
|
|
3143
2664
|
*/
|
|
3144
2665
|
"placeholder": string;
|
|
3145
2666
|
/**
|
|
3146
|
-
* The icon to use as the search icon. Defaults to `
|
|
2667
|
+
* The icon to use as the search icon. Defaults to `search-outline` in `ios` mode and `search-sharp` in `md` mode.
|
|
3147
2668
|
*/
|
|
3148
|
-
"searchIcon"?: string
|
|
2669
|
+
"searchIcon"?: string;
|
|
3149
2670
|
/**
|
|
3150
2671
|
* Sets focus on the native `input` in `ion-searchbar`. Use this method instead of the global `input.focus()`. Developers who wish to focus an input when a page enters should call `setFocus()` in the `ionViewDidEnter()` lifecycle method. Developers who wish to focus an input when an overlay is presented should call `setFocus` after `didPresent` has resolved. See [managing focus](/docs/developing/managing-focus) for more information.
|
|
3151
2672
|
*/
|
|
3152
2673
|
"setFocus": () => Promise<void>;
|
|
3153
|
-
/**
|
|
3154
|
-
* Set to `"soft"` for a searchbar with slightly rounded corners, `"round"` for a searchbar with fully rounded corners, or `"rectangular"` for a searchbar without rounded corners. Defaults to `"round"` for the ionic theme, and `undefined` for all other themes.
|
|
3155
|
-
*/
|
|
3156
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3157
2674
|
/**
|
|
3158
2675
|
* Sets the behavior for the cancel button. Defaults to `"never"`. Setting to `"focus"` shows the cancel button on focus. Setting to `"never"` hides the cancel button. Setting to `"always"` shows the cancel button regardless of focus state.
|
|
3159
2676
|
*/
|
|
@@ -3162,18 +2679,10 @@ export namespace Components {
|
|
|
3162
2679
|
* Sets the behavior for the clear button. Defaults to `"focus"`. Setting to `"focus"` shows the clear button on focus if the input is not empty. Setting to `"never"` hides the clear button. Setting to `"always"` shows the clear button regardless of focus state, but only if the input is not empty.
|
|
3163
2680
|
*/
|
|
3164
2681
|
"showClearButton": 'never' | 'focus' | 'always';
|
|
3165
|
-
/**
|
|
3166
|
-
* Set to `"large"` for a searchbar with an increase in height, while "small" and "medium" provide progressively smaller heights. Defaults to `"medium"` for the ionic theme, and `undefined` for all other themes.
|
|
3167
|
-
*/
|
|
3168
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
3169
2682
|
/**
|
|
3170
2683
|
* If `true`, enable spellcheck on the input.
|
|
3171
2684
|
*/
|
|
3172
2685
|
"spellcheck": boolean;
|
|
3173
|
-
/**
|
|
3174
|
-
* The theme determines the visual appearance of the component.
|
|
3175
|
-
*/
|
|
3176
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3177
2686
|
/**
|
|
3178
2687
|
* Set the type of the input.
|
|
3179
2688
|
*/
|
|
@@ -3193,7 +2702,7 @@ export namespace Components {
|
|
|
3193
2702
|
*/
|
|
3194
2703
|
"disabled": boolean;
|
|
3195
2704
|
/**
|
|
3196
|
-
* The mode determines
|
|
2705
|
+
* The mode determines which platform styles to use.
|
|
3197
2706
|
*/
|
|
3198
2707
|
"mode"?: "ios" | "md";
|
|
3199
2708
|
/**
|
|
@@ -3208,10 +2717,6 @@ export namespace Components {
|
|
|
3208
2717
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
3209
2718
|
*/
|
|
3210
2719
|
"swipeGesture": boolean;
|
|
3211
|
-
/**
|
|
3212
|
-
* The theme determines the visual appearance of the component.
|
|
3213
|
-
*/
|
|
3214
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3215
2720
|
/**
|
|
3216
2721
|
* the value of the segment.
|
|
3217
2722
|
*/
|
|
@@ -3231,14 +2736,10 @@ export namespace Components {
|
|
|
3231
2736
|
*/
|
|
3232
2737
|
"layout"?: SegmentButtonLayout;
|
|
3233
2738
|
/**
|
|
3234
|
-
* The mode determines
|
|
2739
|
+
* The mode determines which platform styles to use.
|
|
3235
2740
|
*/
|
|
3236
2741
|
"mode"?: "ios" | "md";
|
|
3237
2742
|
"setFocus": () => Promise<void>;
|
|
3238
|
-
/**
|
|
3239
|
-
* The theme determines the visual appearance of the component.
|
|
3240
|
-
*/
|
|
3241
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3242
2743
|
/**
|
|
3243
2744
|
* The type of the button.
|
|
3244
2745
|
*/
|
|
@@ -3283,11 +2784,11 @@ export namespace Components {
|
|
|
3283
2784
|
*/
|
|
3284
2785
|
"errorText"?: string;
|
|
3285
2786
|
/**
|
|
3286
|
-
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `
|
|
2787
|
+
* 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.
|
|
3287
2788
|
*/
|
|
3288
2789
|
"expandedIcon"?: string;
|
|
3289
2790
|
/**
|
|
3290
|
-
* 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
|
|
2791
|
+
* 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.
|
|
3291
2792
|
*/
|
|
3292
2793
|
"fill"?: 'outline' | 'solid';
|
|
3293
2794
|
/**
|
|
@@ -3315,7 +2816,7 @@ export namespace Components {
|
|
|
3315
2816
|
*/
|
|
3316
2817
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
3317
2818
|
/**
|
|
3318
|
-
* The mode determines
|
|
2819
|
+
* The mode determines which platform styles to use.
|
|
3319
2820
|
*/
|
|
3320
2821
|
"mode"?: "ios" | "md";
|
|
3321
2822
|
/**
|
|
@@ -3348,19 +2849,11 @@ export namespace Components {
|
|
|
3348
2849
|
*/
|
|
3349
2850
|
"selectedText"?: string | null;
|
|
3350
2851
|
/**
|
|
3351
|
-
*
|
|
3352
|
-
*/
|
|
3353
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3354
|
-
/**
|
|
3355
|
-
* 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.
|
|
3356
|
-
*/
|
|
3357
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
3358
|
-
/**
|
|
3359
|
-
* The theme determines the visual appearance of the component.
|
|
2852
|
+
* The shape of the select. If "round" it will have an increased border radius.
|
|
3360
2853
|
*/
|
|
3361
|
-
"
|
|
2854
|
+
"shape"?: 'round';
|
|
3362
2855
|
/**
|
|
3363
|
-
* The toggle icon to use. Defaults to `
|
|
2856
|
+
* The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
|
|
3364
2857
|
*/
|
|
3365
2858
|
"toggleIcon"?: string;
|
|
3366
2859
|
/**
|
|
@@ -3378,14 +2871,6 @@ export namespace Components {
|
|
|
3378
2871
|
* 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.
|
|
3379
2872
|
*/
|
|
3380
2873
|
"disabled": boolean;
|
|
3381
|
-
/**
|
|
3382
|
-
* The mode determines the platform behaviors of the component.
|
|
3383
|
-
*/
|
|
3384
|
-
"mode"?: "ios" | "md";
|
|
3385
|
-
/**
|
|
3386
|
-
* The theme determines the visual appearance of the component.
|
|
3387
|
-
*/
|
|
3388
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3389
2874
|
/**
|
|
3390
2875
|
* The text value of the option.
|
|
3391
2876
|
*/
|
|
@@ -3400,10 +2885,6 @@ export namespace Components {
|
|
|
3400
2885
|
* The text content of the popover body
|
|
3401
2886
|
*/
|
|
3402
2887
|
"message"?: string;
|
|
3403
|
-
/**
|
|
3404
|
-
* The mode determines the platform behaviors of the component.
|
|
3405
|
-
*/
|
|
3406
|
-
"mode"?: "ios" | "md";
|
|
3407
2888
|
/**
|
|
3408
2889
|
* If true, the select accepts multiple values
|
|
3409
2890
|
*/
|
|
@@ -3416,24 +2897,12 @@ export namespace Components {
|
|
|
3416
2897
|
* The subheader text of the popover
|
|
3417
2898
|
*/
|
|
3418
2899
|
"subHeader"?: string;
|
|
3419
|
-
/**
|
|
3420
|
-
* The theme determines the visual appearance of the component.
|
|
3421
|
-
*/
|
|
3422
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3423
2900
|
}
|
|
3424
2901
|
interface IonSkeletonText {
|
|
3425
2902
|
/**
|
|
3426
2903
|
* If `true`, the skeleton text will animate.
|
|
3427
2904
|
*/
|
|
3428
2905
|
"animated": boolean;
|
|
3429
|
-
/**
|
|
3430
|
-
* The mode determines the platform behaviors of the component.
|
|
3431
|
-
*/
|
|
3432
|
-
"mode"?: "ios" | "md";
|
|
3433
|
-
/**
|
|
3434
|
-
* The theme determines the visual appearance of the component.
|
|
3435
|
-
*/
|
|
3436
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3437
2906
|
}
|
|
3438
2907
|
interface IonSpinner {
|
|
3439
2908
|
/**
|
|
@@ -3444,10 +2913,6 @@ export namespace Components {
|
|
|
3444
2913
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
3445
2914
|
*/
|
|
3446
2915
|
"duration"?: number;
|
|
3447
|
-
/**
|
|
3448
|
-
* The mode determines the platform behaviors of the component.
|
|
3449
|
-
*/
|
|
3450
|
-
"mode"?: "ios" | "md";
|
|
3451
2916
|
/**
|
|
3452
2917
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
3453
2918
|
*/
|
|
@@ -3456,14 +2921,6 @@ export namespace Components {
|
|
|
3456
2921
|
* If `true`, the spinner's animation will be paused.
|
|
3457
2922
|
*/
|
|
3458
2923
|
"paused": boolean;
|
|
3459
|
-
/**
|
|
3460
|
-
* 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.
|
|
3461
|
-
*/
|
|
3462
|
-
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
3463
|
-
/**
|
|
3464
|
-
* The theme determines the visual appearance of the component.
|
|
3465
|
-
*/
|
|
3466
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3467
2924
|
}
|
|
3468
2925
|
interface IonSplitPane {
|
|
3469
2926
|
/**
|
|
@@ -3475,14 +2932,6 @@ export namespace Components {
|
|
|
3475
2932
|
*/
|
|
3476
2933
|
"disabled": boolean;
|
|
3477
2934
|
"isVisible": () => Promise<boolean>;
|
|
3478
|
-
/**
|
|
3479
|
-
* The mode determines the platform behaviors of the component.
|
|
3480
|
-
*/
|
|
3481
|
-
"mode"?: "ios" | "md";
|
|
3482
|
-
/**
|
|
3483
|
-
* The theme determines the visual appearance of the component.
|
|
3484
|
-
*/
|
|
3485
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3486
2935
|
/**
|
|
3487
2936
|
* When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
|
|
3488
2937
|
*/
|
|
@@ -3495,10 +2944,6 @@ export namespace Components {
|
|
|
3495
2944
|
*/
|
|
3496
2945
|
"component"?: ComponentRef;
|
|
3497
2946
|
"delegate"?: FrameworkDelegate;
|
|
3498
|
-
/**
|
|
3499
|
-
* The mode determines the platform behaviors of the component.
|
|
3500
|
-
*/
|
|
3501
|
-
"mode"?: "ios" | "md";
|
|
3502
2947
|
/**
|
|
3503
2948
|
* Set the active component for the tab
|
|
3504
2949
|
*/
|
|
@@ -3507,10 +2952,6 @@ export namespace Components {
|
|
|
3507
2952
|
* 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.
|
|
3508
2953
|
*/
|
|
3509
2954
|
"tab": string;
|
|
3510
|
-
/**
|
|
3511
|
-
* The theme determines the visual appearance of the component.
|
|
3512
|
-
*/
|
|
3513
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3514
2955
|
}
|
|
3515
2956
|
interface IonTabBar {
|
|
3516
2957
|
/**
|
|
@@ -3518,11 +2959,7 @@ export namespace Components {
|
|
|
3518
2959
|
*/
|
|
3519
2960
|
"color"?: Color;
|
|
3520
2961
|
/**
|
|
3521
|
-
*
|
|
3522
|
-
*/
|
|
3523
|
-
"expand": 'compact' | 'full';
|
|
3524
|
-
/**
|
|
3525
|
-
* The mode determines the platform behaviors of the component.
|
|
2962
|
+
* The mode determines which platform styles to use.
|
|
3526
2963
|
*/
|
|
3527
2964
|
"mode"?: "ios" | "md";
|
|
3528
2965
|
/**
|
|
@@ -3530,15 +2967,7 @@ export namespace Components {
|
|
|
3530
2967
|
*/
|
|
3531
2968
|
"selectedTab"?: string;
|
|
3532
2969
|
/**
|
|
3533
|
-
*
|
|
3534
|
-
*/
|
|
3535
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3536
|
-
/**
|
|
3537
|
-
* The theme determines the visual appearance of the component.
|
|
3538
|
-
*/
|
|
3539
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3540
|
-
/**
|
|
3541
|
-
* 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).
|
|
2970
|
+
* 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).
|
|
3542
2971
|
*/
|
|
3543
2972
|
"translucent": boolean;
|
|
3544
2973
|
}
|
|
@@ -3560,7 +2989,7 @@ export namespace Components {
|
|
|
3560
2989
|
*/
|
|
3561
2990
|
"layout"?: TabButtonLayout;
|
|
3562
2991
|
/**
|
|
3563
|
-
* The mode determines
|
|
2992
|
+
* The mode determines which platform styles to use.
|
|
3564
2993
|
*/
|
|
3565
2994
|
"mode"?: "ios" | "md";
|
|
3566
2995
|
/**
|
|
@@ -3571,10 +3000,6 @@ export namespace Components {
|
|
|
3571
3000
|
* The selected tab component
|
|
3572
3001
|
*/
|
|
3573
3002
|
"selected": boolean;
|
|
3574
|
-
/**
|
|
3575
|
-
* 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.
|
|
3576
|
-
*/
|
|
3577
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3578
3003
|
/**
|
|
3579
3004
|
* 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.
|
|
3580
3005
|
*/
|
|
@@ -3583,10 +3008,6 @@ export namespace Components {
|
|
|
3583
3008
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
3584
3009
|
*/
|
|
3585
3010
|
"target": string | undefined;
|
|
3586
|
-
/**
|
|
3587
|
-
* The theme determines the visual appearance of the component.
|
|
3588
|
-
*/
|
|
3589
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3590
3011
|
}
|
|
3591
3012
|
interface IonTabs {
|
|
3592
3013
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
@@ -3599,20 +3020,12 @@ export namespace Components {
|
|
|
3599
3020
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
3600
3021
|
*/
|
|
3601
3022
|
"getTab": (tab: string | HTMLIonTabElement) => Promise<HTMLIonTabElement | undefined>;
|
|
3602
|
-
/**
|
|
3603
|
-
* The mode determines the platform behaviors of the component.
|
|
3604
|
-
*/
|
|
3605
|
-
"mode"?: "ios" | "md";
|
|
3606
3023
|
/**
|
|
3607
3024
|
* 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.
|
|
3608
3025
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
3609
3026
|
*/
|
|
3610
3027
|
"select": (tab: string | HTMLIonTabElement) => Promise<boolean>;
|
|
3611
3028
|
"setRouteId": (id: string) => Promise<RouteWrite>;
|
|
3612
|
-
/**
|
|
3613
|
-
* The theme determines the visual appearance of the component.
|
|
3614
|
-
*/
|
|
3615
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3616
3029
|
"useRouter": boolean;
|
|
3617
3030
|
}
|
|
3618
3031
|
interface IonText {
|
|
@@ -3621,13 +3034,9 @@ export namespace Components {
|
|
|
3621
3034
|
*/
|
|
3622
3035
|
"color"?: Color;
|
|
3623
3036
|
/**
|
|
3624
|
-
* The mode determines
|
|
3037
|
+
* The mode determines which platform styles to use.
|
|
3625
3038
|
*/
|
|
3626
3039
|
"mode"?: "ios" | "md";
|
|
3627
|
-
/**
|
|
3628
|
-
* The theme determines the visual appearance of the component.
|
|
3629
|
-
*/
|
|
3630
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3631
3040
|
}
|
|
3632
3041
|
interface IonTextarea {
|
|
3633
3042
|
/**
|
|
@@ -3679,7 +3088,7 @@ export namespace Components {
|
|
|
3679
3088
|
*/
|
|
3680
3089
|
"errorText"?: string;
|
|
3681
3090
|
/**
|
|
3682
|
-
* 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
|
|
3091
|
+
* 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.
|
|
3683
3092
|
*/
|
|
3684
3093
|
"fill"?: 'outline' | 'solid';
|
|
3685
3094
|
/**
|
|
@@ -3711,7 +3120,7 @@ export namespace Components {
|
|
|
3711
3120
|
*/
|
|
3712
3121
|
"minlength"?: number;
|
|
3713
3122
|
/**
|
|
3714
|
-
* The mode determines
|
|
3123
|
+
* The mode determines which platform styles to use.
|
|
3715
3124
|
*/
|
|
3716
3125
|
"mode"?: "ios" | "md";
|
|
3717
3126
|
/**
|
|
@@ -3739,21 +3148,13 @@ export namespace Components {
|
|
|
3739
3148
|
*/
|
|
3740
3149
|
"setFocus": () => Promise<void>;
|
|
3741
3150
|
/**
|
|
3742
|
-
*
|
|
3743
|
-
*/
|
|
3744
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3745
|
-
/**
|
|
3746
|
-
* 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.
|
|
3151
|
+
* The shape of the textarea. If "round" it will have an increased border radius.
|
|
3747
3152
|
*/
|
|
3748
|
-
"
|
|
3153
|
+
"shape"?: 'round';
|
|
3749
3154
|
/**
|
|
3750
3155
|
* If `true`, the element will have its spelling and grammar checked.
|
|
3751
3156
|
*/
|
|
3752
3157
|
"spellcheck": boolean;
|
|
3753
|
-
/**
|
|
3754
|
-
* The theme determines the visual appearance of the component.
|
|
3755
|
-
*/
|
|
3756
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3757
3158
|
/**
|
|
3758
3159
|
* The value of the textarea.
|
|
3759
3160
|
*/
|
|
@@ -3764,32 +3165,16 @@ export namespace Components {
|
|
|
3764
3165
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
3765
3166
|
}
|
|
3766
3167
|
interface IonThumbnail {
|
|
3767
|
-
/**
|
|
3768
|
-
* The mode determines the platform behaviors of the component.
|
|
3769
|
-
*/
|
|
3770
|
-
"mode"?: "ios" | "md";
|
|
3771
|
-
/**
|
|
3772
|
-
* The theme determines the visual appearance of the component.
|
|
3773
|
-
*/
|
|
3774
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3775
3168
|
}
|
|
3776
3169
|
interface IonTitle {
|
|
3777
3170
|
/**
|
|
3778
3171
|
* 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).
|
|
3779
3172
|
*/
|
|
3780
3173
|
"color"?: Color;
|
|
3781
|
-
/**
|
|
3782
|
-
* The mode determines the platform behaviors of the component.
|
|
3783
|
-
*/
|
|
3784
|
-
"mode"?: "ios" | "md";
|
|
3785
3174
|
/**
|
|
3786
3175
|
* The size of the toolbar title.
|
|
3787
3176
|
*/
|
|
3788
3177
|
"size"?: 'large' | 'small';
|
|
3789
|
-
/**
|
|
3790
|
-
* The theme determines the visual appearance of the component.
|
|
3791
|
-
*/
|
|
3792
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3793
3178
|
}
|
|
3794
3179
|
interface IonToast {
|
|
3795
3180
|
/**
|
|
@@ -3857,7 +3242,7 @@ export namespace Components {
|
|
|
3857
3242
|
*/
|
|
3858
3243
|
"message"?: string | IonicSafeString;
|
|
3859
3244
|
/**
|
|
3860
|
-
* The mode determines
|
|
3245
|
+
* The mode determines which platform styles to use.
|
|
3861
3246
|
*/
|
|
3862
3247
|
"mode"?: "ios" | "md";
|
|
3863
3248
|
/**
|
|
@@ -3881,20 +3266,12 @@ export namespace Components {
|
|
|
3881
3266
|
* Present the toast overlay after it has been created.
|
|
3882
3267
|
*/
|
|
3883
3268
|
"present": () => Promise<void>;
|
|
3884
|
-
/**
|
|
3885
|
-
* 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.
|
|
3886
|
-
*/
|
|
3887
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3888
3269
|
/**
|
|
3889
3270
|
* 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.
|
|
3890
3271
|
*/
|
|
3891
3272
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
3892
3273
|
/**
|
|
3893
|
-
*
|
|
3894
|
-
*/
|
|
3895
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3896
|
-
/**
|
|
3897
|
-
* 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).
|
|
3274
|
+
* 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).
|
|
3898
3275
|
*/
|
|
3899
3276
|
"translucent": boolean;
|
|
3900
3277
|
/**
|
|
@@ -3940,7 +3317,7 @@ export namespace Components {
|
|
|
3940
3317
|
*/
|
|
3941
3318
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
3942
3319
|
/**
|
|
3943
|
-
* The mode determines
|
|
3320
|
+
* The mode determines which platform styles to use.
|
|
3944
3321
|
*/
|
|
3945
3322
|
"mode"?: "ios" | "md";
|
|
3946
3323
|
/**
|
|
@@ -3951,10 +3328,6 @@ export namespace Components {
|
|
|
3951
3328
|
* If true, screen readers will announce it as a required field. This property works only for accessibility purposes, it will not prevent the form from submitting if the value is invalid.
|
|
3952
3329
|
*/
|
|
3953
3330
|
"required": boolean;
|
|
3954
|
-
/**
|
|
3955
|
-
* The theme determines the visual appearance of the component.
|
|
3956
|
-
*/
|
|
3957
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3958
3331
|
/**
|
|
3959
3332
|
* 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>`.
|
|
3960
3333
|
*/
|
|
@@ -3966,13 +3339,9 @@ export namespace Components {
|
|
|
3966
3339
|
*/
|
|
3967
3340
|
"color"?: Color;
|
|
3968
3341
|
/**
|
|
3969
|
-
* The mode determines
|
|
3342
|
+
* The mode determines which platform styles to use.
|
|
3970
3343
|
*/
|
|
3971
3344
|
"mode"?: "ios" | "md";
|
|
3972
|
-
/**
|
|
3973
|
-
* The theme determines the visual appearance of the component.
|
|
3974
|
-
*/
|
|
3975
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3976
3345
|
}
|
|
3977
3346
|
}
|
|
3978
3347
|
export interface IonAccordionGroupCustomEvent<T> extends CustomEvent<T> {
|
|
@@ -4450,12 +3819,6 @@ declare global {
|
|
|
4450
3819
|
prototype: HTMLIonDatetimeButtonElement;
|
|
4451
3820
|
new (): HTMLIonDatetimeButtonElement;
|
|
4452
3821
|
};
|
|
4453
|
-
interface HTMLIonDividerElement extends Components.IonDivider, HTMLStencilElement {
|
|
4454
|
-
}
|
|
4455
|
-
var HTMLIonDividerElement: {
|
|
4456
|
-
prototype: HTMLIonDividerElement;
|
|
4457
|
-
new (): HTMLIonDividerElement;
|
|
4458
|
-
};
|
|
4459
3822
|
interface HTMLIonFabElement extends Components.IonFab, HTMLStencilElement {
|
|
4460
3823
|
}
|
|
4461
3824
|
var HTMLIonFabElement: {
|
|
@@ -5415,7 +4778,6 @@ declare global {
|
|
|
5415
4778
|
"ion-content": HTMLIonContentElement;
|
|
5416
4779
|
"ion-datetime": HTMLIonDatetimeElement;
|
|
5417
4780
|
"ion-datetime-button": HTMLIonDatetimeButtonElement;
|
|
5418
|
-
"ion-divider": HTMLIonDividerElement;
|
|
5419
4781
|
"ion-fab": HTMLIonFabElement;
|
|
5420
4782
|
"ion-fab-button": HTMLIonFabButtonElement;
|
|
5421
4783
|
"ion-fab-list": HTMLIonFabListElement;
|
|
@@ -5497,17 +4859,13 @@ declare namespace LocalJSX {
|
|
|
5497
4859
|
*/
|
|
5498
4860
|
"disabled"?: boolean;
|
|
5499
4861
|
/**
|
|
5500
|
-
* The mode determines
|
|
4862
|
+
* The mode determines which platform styles to use.
|
|
5501
4863
|
*/
|
|
5502
4864
|
"mode"?: "ios" | "md";
|
|
5503
4865
|
/**
|
|
5504
4866
|
* If `true`, the accordion cannot be interacted with, but does not alter the opacity.
|
|
5505
4867
|
*/
|
|
5506
4868
|
"readonly"?: boolean;
|
|
5507
|
-
/**
|
|
5508
|
-
* The theme determines the visual appearance of the component.
|
|
5509
|
-
*/
|
|
5510
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5511
4869
|
/**
|
|
5512
4870
|
* The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
|
|
5513
4871
|
*/
|
|
@@ -5535,7 +4893,7 @@ declare namespace LocalJSX {
|
|
|
5535
4893
|
*/
|
|
5536
4894
|
"expand"?: 'compact' | 'inset';
|
|
5537
4895
|
/**
|
|
5538
|
-
* The mode determines
|
|
4896
|
+
* The mode determines which platform styles to use.
|
|
5539
4897
|
*/
|
|
5540
4898
|
"mode"?: "ios" | "md";
|
|
5541
4899
|
/**
|
|
@@ -5550,14 +4908,6 @@ declare namespace LocalJSX {
|
|
|
5550
4908
|
* If `true`, the accordion group cannot be interacted with, but does not alter the opacity.
|
|
5551
4909
|
*/
|
|
5552
4910
|
"readonly"?: boolean;
|
|
5553
|
-
/**
|
|
5554
|
-
* 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"`.
|
|
5555
|
-
*/
|
|
5556
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5557
|
-
/**
|
|
5558
|
-
* The theme determines the visual appearance of the component.
|
|
5559
|
-
*/
|
|
5560
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5561
4911
|
/**
|
|
5562
4912
|
* The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
|
|
5563
4913
|
*/
|
|
@@ -5605,7 +4955,7 @@ declare namespace LocalJSX {
|
|
|
5605
4955
|
*/
|
|
5606
4956
|
"leaveAnimation"?: AnimationBuilder;
|
|
5607
4957
|
/**
|
|
5608
|
-
* The mode determines
|
|
4958
|
+
* The mode determines which platform styles to use.
|
|
5609
4959
|
*/
|
|
5610
4960
|
"mode"?: "ios" | "md";
|
|
5611
4961
|
/**
|
|
@@ -5645,11 +4995,7 @@ declare namespace LocalJSX {
|
|
|
5645
4995
|
*/
|
|
5646
4996
|
"subHeader"?: string;
|
|
5647
4997
|
/**
|
|
5648
|
-
*
|
|
5649
|
-
*/
|
|
5650
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5651
|
-
/**
|
|
5652
|
-
* 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).
|
|
4998
|
+
* 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).
|
|
5653
4999
|
*/
|
|
5654
5000
|
"translucent"?: boolean;
|
|
5655
5001
|
/**
|
|
@@ -5707,7 +5053,7 @@ declare namespace LocalJSX {
|
|
|
5707
5053
|
*/
|
|
5708
5054
|
"message"?: string | IonicSafeString;
|
|
5709
5055
|
/**
|
|
5710
|
-
* The mode determines
|
|
5056
|
+
* The mode determines which platform styles to use.
|
|
5711
5057
|
*/
|
|
5712
5058
|
"mode"?: "ios" | "md";
|
|
5713
5059
|
/**
|
|
@@ -5747,11 +5093,7 @@ declare namespace LocalJSX {
|
|
|
5747
5093
|
*/
|
|
5748
5094
|
"subHeader"?: string;
|
|
5749
5095
|
/**
|
|
5750
|
-
*
|
|
5751
|
-
*/
|
|
5752
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5753
|
-
/**
|
|
5754
|
-
* 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).
|
|
5096
|
+
* 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).
|
|
5755
5097
|
*/
|
|
5756
5098
|
"translucent"?: boolean;
|
|
5757
5099
|
/**
|
|
@@ -5760,36 +5102,8 @@ declare namespace LocalJSX {
|
|
|
5760
5102
|
"trigger"?: string | undefined;
|
|
5761
5103
|
}
|
|
5762
5104
|
interface IonApp {
|
|
5763
|
-
/**
|
|
5764
|
-
* The mode determines the platform behaviors of the component.
|
|
5765
|
-
*/
|
|
5766
|
-
"mode"?: "ios" | "md";
|
|
5767
|
-
/**
|
|
5768
|
-
* The theme determines the visual appearance of the component.
|
|
5769
|
-
*/
|
|
5770
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5771
5105
|
}
|
|
5772
5106
|
interface IonAvatar {
|
|
5773
|
-
/**
|
|
5774
|
-
* If `true`, the user cannot interact with the avatar.
|
|
5775
|
-
*/
|
|
5776
|
-
"disabled"?: boolean;
|
|
5777
|
-
/**
|
|
5778
|
-
* The mode determines the platform behaviors of the component.
|
|
5779
|
-
*/
|
|
5780
|
-
"mode"?: "ios" | "md";
|
|
5781
|
-
/**
|
|
5782
|
-
* 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.
|
|
5783
|
-
*/
|
|
5784
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5785
|
-
/**
|
|
5786
|
-
* 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.
|
|
5787
|
-
*/
|
|
5788
|
-
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
5789
|
-
/**
|
|
5790
|
-
* The theme determines the visual appearance of the component.
|
|
5791
|
-
*/
|
|
5792
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5793
5107
|
}
|
|
5794
5108
|
interface IonBackButton {
|
|
5795
5109
|
/**
|
|
@@ -5809,7 +5123,7 @@ declare namespace LocalJSX {
|
|
|
5809
5123
|
*/
|
|
5810
5124
|
"icon"?: string | null;
|
|
5811
5125
|
/**
|
|
5812
|
-
* The mode determines
|
|
5126
|
+
* The mode determines which platform styles to use.
|
|
5813
5127
|
*/
|
|
5814
5128
|
"mode"?: "ios" | "md";
|
|
5815
5129
|
/**
|
|
@@ -5820,20 +5134,12 @@ declare namespace LocalJSX {
|
|
|
5820
5134
|
* The text to display in the back button.
|
|
5821
5135
|
*/
|
|
5822
5136
|
"text"?: string | null;
|
|
5823
|
-
/**
|
|
5824
|
-
* The theme determines the visual appearance of the component.
|
|
5825
|
-
*/
|
|
5826
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5827
5137
|
/**
|
|
5828
5138
|
* The type of the button.
|
|
5829
5139
|
*/
|
|
5830
5140
|
"type"?: 'submit' | 'reset' | 'button';
|
|
5831
5141
|
}
|
|
5832
5142
|
interface IonBackdrop {
|
|
5833
|
-
/**
|
|
5834
|
-
* The mode determines the platform behaviors of the component.
|
|
5835
|
-
*/
|
|
5836
|
-
"mode"?: "ios" | "md";
|
|
5837
5143
|
/**
|
|
5838
5144
|
* Emitted when the backdrop is tapped.
|
|
5839
5145
|
*/
|
|
@@ -5846,10 +5152,6 @@ declare namespace LocalJSX {
|
|
|
5846
5152
|
* If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
|
|
5847
5153
|
*/
|
|
5848
5154
|
"tappable"?: boolean;
|
|
5849
|
-
/**
|
|
5850
|
-
* The theme determines the visual appearance of the component.
|
|
5851
|
-
*/
|
|
5852
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5853
5155
|
/**
|
|
5854
5156
|
* If `true`, the backdrop will be visible.
|
|
5855
5157
|
*/
|
|
@@ -5861,25 +5163,9 @@ declare namespace LocalJSX {
|
|
|
5861
5163
|
*/
|
|
5862
5164
|
"color"?: Color;
|
|
5863
5165
|
/**
|
|
5864
|
-
* The mode determines
|
|
5166
|
+
* The mode determines which platform styles to use.
|
|
5865
5167
|
*/
|
|
5866
5168
|
"mode"?: "ios" | "md";
|
|
5867
|
-
/**
|
|
5868
|
-
* 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.
|
|
5869
|
-
*/
|
|
5870
|
-
"shape"?: 'soft' | 'round | rectangular';
|
|
5871
|
-
/**
|
|
5872
|
-
* 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.
|
|
5873
|
-
*/
|
|
5874
|
-
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
5875
|
-
/**
|
|
5876
|
-
* The theme determines the visual appearance of the component.
|
|
5877
|
-
*/
|
|
5878
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5879
|
-
/**
|
|
5880
|
-
* Set to `"top"` to position the badge on top right absolute position of the parent element. Set to `"bottom"` to position the badge on bottom right absolute position of the parent element.
|
|
5881
|
-
*/
|
|
5882
|
-
"vertical"?: 'top' | 'bottom';
|
|
5883
5169
|
}
|
|
5884
5170
|
interface IonBreadcrumb {
|
|
5885
5171
|
/**
|
|
@@ -5903,7 +5189,7 @@ declare namespace LocalJSX {
|
|
|
5903
5189
|
*/
|
|
5904
5190
|
"href"?: string | undefined;
|
|
5905
5191
|
/**
|
|
5906
|
-
* The mode determines
|
|
5192
|
+
* The mode determines which platform styles to use.
|
|
5907
5193
|
*/
|
|
5908
5194
|
"mode"?: "ios" | "md";
|
|
5909
5195
|
/**
|
|
@@ -5934,10 +5220,6 @@ declare namespace LocalJSX {
|
|
|
5934
5220
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5935
5221
|
*/
|
|
5936
5222
|
"target"?: string | undefined;
|
|
5937
|
-
/**
|
|
5938
|
-
* The theme determines the visual appearance of the component.
|
|
5939
|
-
*/
|
|
5940
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5941
5223
|
}
|
|
5942
5224
|
interface IonBreadcrumbs {
|
|
5943
5225
|
/**
|
|
@@ -5957,17 +5239,13 @@ declare namespace LocalJSX {
|
|
|
5957
5239
|
*/
|
|
5958
5240
|
"maxItems"?: number;
|
|
5959
5241
|
/**
|
|
5960
|
-
* The mode determines
|
|
5242
|
+
* The mode determines which platform styles to use.
|
|
5961
5243
|
*/
|
|
5962
5244
|
"mode"?: "ios" | "md";
|
|
5963
5245
|
/**
|
|
5964
5246
|
* Emitted when the collapsed indicator is clicked on.
|
|
5965
5247
|
*/
|
|
5966
5248
|
"onIonCollapsedClick"?: (event: IonBreadcrumbsCustomEvent<BreadcrumbCollapsedClickEventDetail>) => void;
|
|
5967
|
-
/**
|
|
5968
|
-
* The theme determines the visual appearance of the component.
|
|
5969
|
-
*/
|
|
5970
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5971
5249
|
}
|
|
5972
5250
|
interface IonButton {
|
|
5973
5251
|
/**
|
|
@@ -6003,7 +5281,7 @@ declare namespace LocalJSX {
|
|
|
6003
5281
|
*/
|
|
6004
5282
|
"href"?: string | undefined;
|
|
6005
5283
|
/**
|
|
6006
|
-
* The mode determines
|
|
5284
|
+
* The mode determines which platform styles to use.
|
|
6007
5285
|
*/
|
|
6008
5286
|
"mode"?: "ios" | "md";
|
|
6009
5287
|
/**
|
|
@@ -6027,13 +5305,13 @@ declare namespace LocalJSX {
|
|
|
6027
5305
|
*/
|
|
6028
5306
|
"routerDirection"?: RouterDirection;
|
|
6029
5307
|
/**
|
|
6030
|
-
* Set to `"
|
|
5308
|
+
* Set to `"round"` for a button with more rounded corners.
|
|
6031
5309
|
*/
|
|
6032
|
-
"shape"?: '
|
|
5310
|
+
"shape"?: 'round';
|
|
6033
5311
|
/**
|
|
6034
5312
|
* 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.
|
|
6035
5313
|
*/
|
|
6036
|
-
"size"?: '
|
|
5314
|
+
"size"?: 'small' | 'default' | 'large';
|
|
6037
5315
|
/**
|
|
6038
5316
|
* If `true`, activates a button with a heavier font weight.
|
|
6039
5317
|
*/
|
|
@@ -6042,10 +5320,6 @@ declare namespace LocalJSX {
|
|
|
6042
5320
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6043
5321
|
*/
|
|
6044
5322
|
"target"?: string | undefined;
|
|
6045
|
-
/**
|
|
6046
|
-
* The theme determines the visual appearance of the component.
|
|
6047
|
-
*/
|
|
6048
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6049
5323
|
/**
|
|
6050
5324
|
* The type of the button.
|
|
6051
5325
|
*/
|
|
@@ -6053,17 +5327,9 @@ declare namespace LocalJSX {
|
|
|
6053
5327
|
}
|
|
6054
5328
|
interface IonButtons {
|
|
6055
5329
|
/**
|
|
6056
|
-
* 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
|
|
5330
|
+
* 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)
|
|
6057
5331
|
*/
|
|
6058
5332
|
"collapse"?: boolean;
|
|
6059
|
-
/**
|
|
6060
|
-
* The mode determines the platform behaviors of the component.
|
|
6061
|
-
*/
|
|
6062
|
-
"mode"?: "ios" | "md";
|
|
6063
|
-
/**
|
|
6064
|
-
* The theme determines the visual appearance of the component.
|
|
6065
|
-
*/
|
|
6066
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6067
5333
|
}
|
|
6068
5334
|
interface IonCard {
|
|
6069
5335
|
/**
|
|
@@ -6087,7 +5353,7 @@ declare namespace LocalJSX {
|
|
|
6087
5353
|
*/
|
|
6088
5354
|
"href"?: string | undefined;
|
|
6089
5355
|
/**
|
|
6090
|
-
* The mode determines
|
|
5356
|
+
* The mode determines which platform styles to use.
|
|
6091
5357
|
*/
|
|
6092
5358
|
"mode"?: "ios" | "md";
|
|
6093
5359
|
/**
|
|
@@ -6102,18 +5368,10 @@ declare namespace LocalJSX {
|
|
|
6102
5368
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
6103
5369
|
*/
|
|
6104
5370
|
"routerDirection"?: RouterDirection;
|
|
6105
|
-
/**
|
|
6106
|
-
* 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"`.
|
|
6107
|
-
*/
|
|
6108
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6109
5371
|
/**
|
|
6110
5372
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6111
5373
|
*/
|
|
6112
5374
|
"target"?: string | undefined;
|
|
6113
|
-
/**
|
|
6114
|
-
* The theme determines the visual appearance of the component.
|
|
6115
|
-
*/
|
|
6116
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6117
5375
|
/**
|
|
6118
5376
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
6119
5377
|
*/
|
|
@@ -6121,13 +5379,9 @@ declare namespace LocalJSX {
|
|
|
6121
5379
|
}
|
|
6122
5380
|
interface IonCardContent {
|
|
6123
5381
|
/**
|
|
6124
|
-
* The mode determines
|
|
5382
|
+
* The mode determines which platform styles to use.
|
|
6125
5383
|
*/
|
|
6126
5384
|
"mode"?: "ios" | "md";
|
|
6127
|
-
/**
|
|
6128
|
-
* The theme determines the visual appearance of the component.
|
|
6129
|
-
*/
|
|
6130
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6131
5385
|
}
|
|
6132
5386
|
interface IonCardHeader {
|
|
6133
5387
|
/**
|
|
@@ -6135,15 +5389,11 @@ declare namespace LocalJSX {
|
|
|
6135
5389
|
*/
|
|
6136
5390
|
"color"?: Color;
|
|
6137
5391
|
/**
|
|
6138
|
-
* The mode determines
|
|
5392
|
+
* The mode determines which platform styles to use.
|
|
6139
5393
|
*/
|
|
6140
5394
|
"mode"?: "ios" | "md";
|
|
6141
5395
|
/**
|
|
6142
|
-
*
|
|
6143
|
-
*/
|
|
6144
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6145
|
-
/**
|
|
6146
|
-
* 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).
|
|
5396
|
+
* 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).
|
|
6147
5397
|
*/
|
|
6148
5398
|
"translucent"?: boolean;
|
|
6149
5399
|
}
|
|
@@ -6153,13 +5403,9 @@ declare namespace LocalJSX {
|
|
|
6153
5403
|
*/
|
|
6154
5404
|
"color"?: Color;
|
|
6155
5405
|
/**
|
|
6156
|
-
* The mode determines
|
|
5406
|
+
* The mode determines which platform styles to use.
|
|
6157
5407
|
*/
|
|
6158
5408
|
"mode"?: "ios" | "md";
|
|
6159
|
-
/**
|
|
6160
|
-
* The theme determines the visual appearance of the component.
|
|
6161
|
-
*/
|
|
6162
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6163
5409
|
}
|
|
6164
5410
|
interface IonCardTitle {
|
|
6165
5411
|
/**
|
|
@@ -6167,13 +5413,9 @@ declare namespace LocalJSX {
|
|
|
6167
5413
|
*/
|
|
6168
5414
|
"color"?: Color;
|
|
6169
5415
|
/**
|
|
6170
|
-
* The mode determines
|
|
5416
|
+
* The mode determines which platform styles to use.
|
|
6171
5417
|
*/
|
|
6172
5418
|
"mode"?: "ios" | "md";
|
|
6173
|
-
/**
|
|
6174
|
-
* The theme determines the visual appearance of the component.
|
|
6175
|
-
*/
|
|
6176
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6177
5419
|
}
|
|
6178
5420
|
interface IonCheckbox {
|
|
6179
5421
|
/**
|
|
@@ -6213,7 +5455,7 @@ declare namespace LocalJSX {
|
|
|
6213
5455
|
*/
|
|
6214
5456
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
6215
5457
|
/**
|
|
6216
|
-
* The mode determines
|
|
5458
|
+
* The mode determines which platform styles to use.
|
|
6217
5459
|
*/
|
|
6218
5460
|
"mode"?: "ios" | "md";
|
|
6219
5461
|
/**
|
|
@@ -6225,7 +5467,7 @@ declare namespace LocalJSX {
|
|
|
6225
5467
|
*/
|
|
6226
5468
|
"onIonBlur"?: (event: IonCheckboxCustomEvent<void>) => void;
|
|
6227
5469
|
/**
|
|
6228
|
-
* Emitted when the checked property has changed as a result of a user action such as a click.
|
|
5470
|
+
* 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.
|
|
6229
5471
|
*/
|
|
6230
5472
|
"onIonChange"?: (event: IonCheckboxCustomEvent<CheckboxChangeEventDetail>) => void;
|
|
6231
5473
|
/**
|
|
@@ -6236,18 +5478,6 @@ declare namespace LocalJSX {
|
|
|
6236
5478
|
* If true, screen readers will announce it as a required field. This property works only for accessibility purposes, it will not prevent the form from submitting if the value is invalid.
|
|
6237
5479
|
*/
|
|
6238
5480
|
"required"?: boolean;
|
|
6239
|
-
/**
|
|
6240
|
-
* Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
|
|
6241
|
-
*/
|
|
6242
|
-
"shape"?: 'soft' | 'rectangular';
|
|
6243
|
-
/**
|
|
6244
|
-
* Set to `"small"` for a checkbox with less height and padding.
|
|
6245
|
-
*/
|
|
6246
|
-
"size"?: 'small';
|
|
6247
|
-
/**
|
|
6248
|
-
* The theme determines the visual appearance of the component.
|
|
6249
|
-
*/
|
|
6250
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6251
5481
|
/**
|
|
6252
5482
|
* 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>`.
|
|
6253
5483
|
*/
|
|
@@ -6263,41 +5493,25 @@ declare namespace LocalJSX {
|
|
|
6263
5493
|
*/
|
|
6264
5494
|
"disabled"?: boolean;
|
|
6265
5495
|
/**
|
|
6266
|
-
* The mode determines
|
|
5496
|
+
* The mode determines which platform styles to use.
|
|
6267
5497
|
*/
|
|
6268
5498
|
"mode"?: "ios" | "md";
|
|
6269
5499
|
/**
|
|
6270
5500
|
* Display an outline style button.
|
|
6271
5501
|
*/
|
|
6272
5502
|
"outline"?: boolean;
|
|
5503
|
+
}
|
|
5504
|
+
interface IonCol {
|
|
6273
5505
|
/**
|
|
6274
|
-
*
|
|
5506
|
+
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
6275
5507
|
*/
|
|
6276
|
-
"
|
|
5508
|
+
"offset"?: string;
|
|
6277
5509
|
/**
|
|
6278
|
-
*
|
|
5510
|
+
* The amount to offset the column for lg screens, in terms of how many columns it should shift to the end of the total available.
|
|
6279
5511
|
*/
|
|
6280
|
-
"
|
|
5512
|
+
"offsetLg"?: string;
|
|
6281
5513
|
/**
|
|
6282
|
-
* The
|
|
6283
|
-
*/
|
|
6284
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6285
|
-
}
|
|
6286
|
-
interface IonCol {
|
|
6287
|
-
/**
|
|
6288
|
-
* The mode determines the platform behaviors of the component.
|
|
6289
|
-
*/
|
|
6290
|
-
"mode"?: "ios" | "md";
|
|
6291
|
-
/**
|
|
6292
|
-
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
6293
|
-
*/
|
|
6294
|
-
"offset"?: string;
|
|
6295
|
-
/**
|
|
6296
|
-
* The amount to offset the column for lg screens, in terms of how many columns it should shift to the end of the total available.
|
|
6297
|
-
*/
|
|
6298
|
-
"offsetLg"?: string;
|
|
6299
|
-
/**
|
|
6300
|
-
* The amount to offset the column for md screens, in terms of how many columns it should shift to the end of the total available.
|
|
5514
|
+
* The amount to offset the column for md screens, in terms of how many columns it should shift to the end of the total available.
|
|
6301
5515
|
*/
|
|
6302
5516
|
"offsetMd"?: string;
|
|
6303
5517
|
/**
|
|
@@ -6384,10 +5598,6 @@ declare namespace LocalJSX {
|
|
|
6384
5598
|
* 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.
|
|
6385
5599
|
*/
|
|
6386
5600
|
"sizeXs"?: string;
|
|
6387
|
-
/**
|
|
6388
|
-
* The theme determines the visual appearance of the component.
|
|
6389
|
-
*/
|
|
6390
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6391
5601
|
}
|
|
6392
5602
|
interface IonContent {
|
|
6393
5603
|
/**
|
|
@@ -6406,10 +5616,6 @@ declare namespace LocalJSX {
|
|
|
6406
5616
|
* If `true`, the content will scroll behind the headers and footers. This effect can easily be seen by setting the toolbar to transparent.
|
|
6407
5617
|
*/
|
|
6408
5618
|
"fullscreen"?: boolean;
|
|
6409
|
-
/**
|
|
6410
|
-
* The mode determines the platform behaviors of the component.
|
|
6411
|
-
*/
|
|
6412
|
-
"mode"?: "ios" | "md";
|
|
6413
5619
|
/**
|
|
6414
5620
|
* Emitted while scrolling. This event is disabled by default. Set `scrollEvents` to `true` to enable.
|
|
6415
5621
|
*/
|
|
@@ -6434,10 +5640,6 @@ declare namespace LocalJSX {
|
|
|
6434
5640
|
* If you want to disable the content scrolling in the Y axis, set this property to `false`.
|
|
6435
5641
|
*/
|
|
6436
5642
|
"scrollY"?: boolean;
|
|
6437
|
-
/**
|
|
6438
|
-
* The theme determines the visual appearance of the component.
|
|
6439
|
-
*/
|
|
6440
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6441
5643
|
}
|
|
6442
5644
|
interface IonDatetime {
|
|
6443
5645
|
/**
|
|
@@ -6505,7 +5707,7 @@ declare namespace LocalJSX {
|
|
|
6505
5707
|
*/
|
|
6506
5708
|
"minuteValues"?: number[] | number | string;
|
|
6507
5709
|
/**
|
|
6508
|
-
* The mode determines
|
|
5710
|
+
* The mode determines which platform styles to use.
|
|
6509
5711
|
*/
|
|
6510
5712
|
"mode"?: "ios" | "md";
|
|
6511
5713
|
/**
|
|
@@ -6568,10 +5770,6 @@ declare namespace LocalJSX {
|
|
|
6568
5770
|
* 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.
|
|
6569
5771
|
*/
|
|
6570
5772
|
"size"?: 'cover' | 'fixed';
|
|
6571
|
-
/**
|
|
6572
|
-
* The theme determines the visual appearance of the component.
|
|
6573
|
-
*/
|
|
6574
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6575
5773
|
/**
|
|
6576
5774
|
* 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.
|
|
6577
5775
|
*/
|
|
@@ -6599,23 +5797,9 @@ declare namespace LocalJSX {
|
|
|
6599
5797
|
*/
|
|
6600
5798
|
"disabled"?: boolean;
|
|
6601
5799
|
/**
|
|
6602
|
-
* The mode determines
|
|
5800
|
+
* The mode determines which platform styles to use.
|
|
6603
5801
|
*/
|
|
6604
5802
|
"mode"?: "ios" | "md";
|
|
6605
|
-
/**
|
|
6606
|
-
* The theme determines the visual appearance of the component.
|
|
6607
|
-
*/
|
|
6608
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6609
|
-
}
|
|
6610
|
-
interface IonDivider {
|
|
6611
|
-
/**
|
|
6612
|
-
* If `true`, the divider will have horizontal margins By default, it's `false`
|
|
6613
|
-
*/
|
|
6614
|
-
"inset"?: boolean;
|
|
6615
|
-
/**
|
|
6616
|
-
* Set to `"xxsmall"` for the smallest spacing. Set to "xsmall" for very small spacing. Set to `"small"` for small spacing. Set to "medium" for medium spacing. Set to "large" for large spacing. Set to `"xlarge"` for the largest spacing. Defaults to `"medium"`.
|
|
6617
|
-
*/
|
|
6618
|
-
"spacing"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge';
|
|
6619
5803
|
}
|
|
6620
5804
|
interface IonFab {
|
|
6621
5805
|
/**
|
|
@@ -6630,14 +5814,6 @@ declare namespace LocalJSX {
|
|
|
6630
5814
|
* Where to align the fab horizontally in the viewport.
|
|
6631
5815
|
*/
|
|
6632
5816
|
"horizontal"?: 'start' | 'end' | 'center';
|
|
6633
|
-
/**
|
|
6634
|
-
* The mode determines the platform behaviors of the component.
|
|
6635
|
-
*/
|
|
6636
|
-
"mode"?: "ios" | "md";
|
|
6637
|
-
/**
|
|
6638
|
-
* The theme determines the visual appearance of the component.
|
|
6639
|
-
*/
|
|
6640
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6641
5817
|
/**
|
|
6642
5818
|
* Where to align the fab vertically in the viewport.
|
|
6643
5819
|
*/
|
|
@@ -6669,7 +5845,7 @@ declare namespace LocalJSX {
|
|
|
6669
5845
|
*/
|
|
6670
5846
|
"href"?: string | undefined;
|
|
6671
5847
|
/**
|
|
6672
|
-
* The mode determines
|
|
5848
|
+
* The mode determines which platform styles to use.
|
|
6673
5849
|
*/
|
|
6674
5850
|
"mode"?: "ios" | "md";
|
|
6675
5851
|
/**
|
|
@@ -6705,11 +5881,7 @@ declare namespace LocalJSX {
|
|
|
6705
5881
|
*/
|
|
6706
5882
|
"target"?: string | undefined;
|
|
6707
5883
|
/**
|
|
6708
|
-
*
|
|
6709
|
-
*/
|
|
6710
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6711
|
-
/**
|
|
6712
|
-
* 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).
|
|
5884
|
+
* 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).
|
|
6713
5885
|
*/
|
|
6714
5886
|
"translucent"?: boolean;
|
|
6715
5887
|
/**
|
|
@@ -6722,34 +5894,22 @@ declare namespace LocalJSX {
|
|
|
6722
5894
|
* If `true`, the fab list will show all fab buttons in the list.
|
|
6723
5895
|
*/
|
|
6724
5896
|
"activated"?: boolean;
|
|
6725
|
-
/**
|
|
6726
|
-
* The mode determines the platform behaviors of the component.
|
|
6727
|
-
*/
|
|
6728
|
-
"mode"?: "ios" | "md";
|
|
6729
5897
|
/**
|
|
6730
5898
|
* The side the fab list will show on relative to the main fab button.
|
|
6731
5899
|
*/
|
|
6732
5900
|
"side"?: 'start' | 'end' | 'top' | 'bottom';
|
|
6733
|
-
/**
|
|
6734
|
-
* The theme determines the visual appearance of the component.
|
|
6735
|
-
*/
|
|
6736
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6737
5901
|
}
|
|
6738
5902
|
interface IonFooter {
|
|
6739
5903
|
/**
|
|
6740
|
-
* Describes the scroll effect that will be applied to the footer. Only applies
|
|
5904
|
+
* Describes the scroll effect that will be applied to the footer. Only applies in iOS mode.
|
|
6741
5905
|
*/
|
|
6742
5906
|
"collapse"?: 'fade';
|
|
6743
5907
|
/**
|
|
6744
|
-
* The mode determines
|
|
5908
|
+
* The mode determines which platform styles to use.
|
|
6745
5909
|
*/
|
|
6746
5910
|
"mode"?: "ios" | "md";
|
|
6747
5911
|
/**
|
|
6748
|
-
*
|
|
6749
|
-
*/
|
|
6750
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6751
|
-
/**
|
|
6752
|
-
* 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.
|
|
5912
|
+
* 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.
|
|
6753
5913
|
*/
|
|
6754
5914
|
"translucent"?: boolean;
|
|
6755
5915
|
}
|
|
@@ -6758,34 +5918,18 @@ declare namespace LocalJSX {
|
|
|
6758
5918
|
* If `true`, the grid will have a fixed width based on the screen size.
|
|
6759
5919
|
*/
|
|
6760
5920
|
"fixed"?: boolean;
|
|
6761
|
-
/**
|
|
6762
|
-
* The mode determines the platform behaviors of the component.
|
|
6763
|
-
*/
|
|
6764
|
-
"mode"?: "ios" | "md";
|
|
6765
|
-
/**
|
|
6766
|
-
* The theme determines the visual appearance of the component.
|
|
6767
|
-
*/
|
|
6768
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6769
5921
|
}
|
|
6770
5922
|
interface IonHeader {
|
|
6771
5923
|
/**
|
|
6772
|
-
* Describes the scroll effect that will be applied to the header. Only applies
|
|
5924
|
+
* 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)
|
|
6773
5925
|
*/
|
|
6774
5926
|
"collapse"?: 'condense' | 'fade';
|
|
6775
5927
|
/**
|
|
6776
|
-
*
|
|
6777
|
-
*/
|
|
6778
|
-
"divider"?: boolean;
|
|
6779
|
-
/**
|
|
6780
|
-
* The mode determines the platform behaviors of the component.
|
|
5928
|
+
* The mode determines which platform styles to use.
|
|
6781
5929
|
*/
|
|
6782
5930
|
"mode"?: "ios" | "md";
|
|
6783
5931
|
/**
|
|
6784
|
-
*
|
|
6785
|
-
*/
|
|
6786
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6787
|
-
/**
|
|
6788
|
-
* 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.
|
|
5932
|
+
* 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.
|
|
6789
5933
|
*/
|
|
6790
5934
|
"translucent"?: boolean;
|
|
6791
5935
|
}
|
|
@@ -6794,10 +5938,6 @@ declare namespace LocalJSX {
|
|
|
6794
5938
|
* 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.
|
|
6795
5939
|
*/
|
|
6796
5940
|
"alt"?: string;
|
|
6797
|
-
/**
|
|
6798
|
-
* The mode determines the platform behaviors of the component.
|
|
6799
|
-
*/
|
|
6800
|
-
"mode"?: "ios" | "md";
|
|
6801
5941
|
/**
|
|
6802
5942
|
* Emitted when the img fails to load
|
|
6803
5943
|
*/
|
|
@@ -6814,20 +5954,12 @@ declare namespace LocalJSX {
|
|
|
6814
5954
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
6815
5955
|
*/
|
|
6816
5956
|
"src"?: string;
|
|
6817
|
-
/**
|
|
6818
|
-
* The theme determines the visual appearance of the component.
|
|
6819
|
-
*/
|
|
6820
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6821
5957
|
}
|
|
6822
5958
|
interface IonInfiniteScroll {
|
|
6823
5959
|
/**
|
|
6824
5960
|
* 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.
|
|
6825
5961
|
*/
|
|
6826
5962
|
"disabled"?: boolean;
|
|
6827
|
-
/**
|
|
6828
|
-
* The mode determines the platform behaviors of the component.
|
|
6829
|
-
*/
|
|
6830
|
-
"mode"?: "ios" | "md";
|
|
6831
5963
|
/**
|
|
6832
5964
|
* 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.
|
|
6833
5965
|
*/
|
|
@@ -6836,10 +5968,6 @@ declare namespace LocalJSX {
|
|
|
6836
5968
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
6837
5969
|
*/
|
|
6838
5970
|
"position"?: 'top' | 'bottom';
|
|
6839
|
-
/**
|
|
6840
|
-
* The theme determines the visual appearance of the component.
|
|
6841
|
-
*/
|
|
6842
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6843
5971
|
/**
|
|
6844
5972
|
* 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.
|
|
6845
5973
|
*/
|
|
@@ -6854,14 +5982,6 @@ declare namespace LocalJSX {
|
|
|
6854
5982
|
* 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.
|
|
6855
5983
|
*/
|
|
6856
5984
|
"loadingText"?: string | IonicSafeString;
|
|
6857
|
-
/**
|
|
6858
|
-
* The mode determines the platform behaviors of the component.
|
|
6859
|
-
*/
|
|
6860
|
-
"mode"?: "ios" | "md";
|
|
6861
|
-
/**
|
|
6862
|
-
* The theme determines the visual appearance of the component.
|
|
6863
|
-
*/
|
|
6864
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6865
5985
|
}
|
|
6866
5986
|
interface IonInput {
|
|
6867
5987
|
/**
|
|
@@ -6921,7 +6041,7 @@ declare namespace LocalJSX {
|
|
|
6921
6041
|
*/
|
|
6922
6042
|
"errorText"?: string;
|
|
6923
6043
|
/**
|
|
6924
|
-
* 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
|
|
6044
|
+
* 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.
|
|
6925
6045
|
*/
|
|
6926
6046
|
"fill"?: 'outline' | 'solid';
|
|
6927
6047
|
/**
|
|
@@ -6937,7 +6057,7 @@ declare namespace LocalJSX {
|
|
|
6937
6057
|
*/
|
|
6938
6058
|
"label"?: string;
|
|
6939
6059
|
/**
|
|
6940
|
-
* 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 ("...").
|
|
6060
|
+
* 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 ("...").
|
|
6941
6061
|
*/
|
|
6942
6062
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
6943
6063
|
/**
|
|
@@ -6957,7 +6077,7 @@ declare namespace LocalJSX {
|
|
|
6957
6077
|
*/
|
|
6958
6078
|
"minlength"?: number;
|
|
6959
6079
|
/**
|
|
6960
|
-
* The mode determines
|
|
6080
|
+
* The mode determines which platform styles to use.
|
|
6961
6081
|
*/
|
|
6962
6082
|
"mode"?: "ios" | "md";
|
|
6963
6083
|
/**
|
|
@@ -7001,13 +6121,9 @@ declare namespace LocalJSX {
|
|
|
7001
6121
|
*/
|
|
7002
6122
|
"required"?: boolean;
|
|
7003
6123
|
/**
|
|
7004
|
-
*
|
|
7005
|
-
*/
|
|
7006
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7007
|
-
/**
|
|
7008
|
-
* 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.
|
|
6124
|
+
* The shape of the input. If "round" it will have an increased border radius.
|
|
7009
6125
|
*/
|
|
7010
|
-
"
|
|
6126
|
+
"shape"?: 'round';
|
|
7011
6127
|
/**
|
|
7012
6128
|
* If `true`, the element will have its spelling and grammar checked.
|
|
7013
6129
|
*/
|
|
@@ -7016,10 +6132,6 @@ declare namespace LocalJSX {
|
|
|
7016
6132
|
* 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.
|
|
7017
6133
|
*/
|
|
7018
6134
|
"step"?: string;
|
|
7019
|
-
/**
|
|
7020
|
-
* The theme determines the visual appearance of the component.
|
|
7021
|
-
*/
|
|
7022
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7023
6135
|
/**
|
|
7024
6136
|
* The type of control to display. The default type is text.
|
|
7025
6137
|
*/
|
|
@@ -7057,7 +6169,7 @@ declare namespace LocalJSX {
|
|
|
7057
6169
|
*/
|
|
7058
6170
|
"color"?: Color;
|
|
7059
6171
|
/**
|
|
7060
|
-
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
6172
|
+
* 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.
|
|
7061
6173
|
*/
|
|
7062
6174
|
"detail"?: boolean;
|
|
7063
6175
|
/**
|
|
@@ -7081,7 +6193,7 @@ declare namespace LocalJSX {
|
|
|
7081
6193
|
*/
|
|
7082
6194
|
"lines"?: 'full' | 'inset' | 'none';
|
|
7083
6195
|
/**
|
|
7084
|
-
* The mode determines
|
|
6196
|
+
* The mode determines which platform styles to use.
|
|
7085
6197
|
*/
|
|
7086
6198
|
"mode"?: "ios" | "md";
|
|
7087
6199
|
/**
|
|
@@ -7100,10 +6212,6 @@ declare namespace LocalJSX {
|
|
|
7100
6212
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
7101
6213
|
*/
|
|
7102
6214
|
"target"?: string | undefined;
|
|
7103
|
-
/**
|
|
7104
|
-
* The theme determines the visual appearance of the component.
|
|
7105
|
-
*/
|
|
7106
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7107
6215
|
/**
|
|
7108
6216
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
7109
6217
|
*/
|
|
@@ -7115,27 +6223,15 @@ declare namespace LocalJSX {
|
|
|
7115
6223
|
*/
|
|
7116
6224
|
"color"?: Color;
|
|
7117
6225
|
/**
|
|
7118
|
-
* The mode determines
|
|
6226
|
+
* The mode determines which platform styles to use.
|
|
7119
6227
|
*/
|
|
7120
6228
|
"mode"?: "ios" | "md";
|
|
7121
6229
|
/**
|
|
7122
6230
|
* 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
|
|
7123
6231
|
*/
|
|
7124
6232
|
"sticky"?: boolean;
|
|
7125
|
-
/**
|
|
7126
|
-
* The theme determines the visual appearance of the component.
|
|
7127
|
-
*/
|
|
7128
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7129
6233
|
}
|
|
7130
6234
|
interface IonItemGroup {
|
|
7131
|
-
/**
|
|
7132
|
-
* The mode determines the platform behaviors of the component.
|
|
7133
|
-
*/
|
|
7134
|
-
"mode"?: "ios" | "md";
|
|
7135
|
-
/**
|
|
7136
|
-
* The theme determines the visual appearance of the component.
|
|
7137
|
-
*/
|
|
7138
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7139
6235
|
}
|
|
7140
6236
|
interface IonItemOption {
|
|
7141
6237
|
/**
|
|
@@ -7159,35 +6255,23 @@ declare namespace LocalJSX {
|
|
|
7159
6255
|
*/
|
|
7160
6256
|
"href"?: string | undefined;
|
|
7161
6257
|
/**
|
|
7162
|
-
* The mode determines
|
|
6258
|
+
* The mode determines which platform styles to use.
|
|
7163
6259
|
*/
|
|
7164
6260
|
"mode"?: "ios" | "md";
|
|
7165
6261
|
/**
|
|
7166
6262
|
* 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).
|
|
7167
6263
|
*/
|
|
7168
6264
|
"rel"?: string | undefined;
|
|
7169
|
-
/**
|
|
7170
|
-
* 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.
|
|
7171
|
-
*/
|
|
7172
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7173
6265
|
/**
|
|
7174
6266
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
7175
6267
|
*/
|
|
7176
6268
|
"target"?: string | undefined;
|
|
7177
|
-
/**
|
|
7178
|
-
* The theme determines the visual appearance of the component.
|
|
7179
|
-
*/
|
|
7180
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7181
6269
|
/**
|
|
7182
6270
|
* The type of the button.
|
|
7183
6271
|
*/
|
|
7184
6272
|
"type"?: 'submit' | 'reset' | 'button';
|
|
7185
6273
|
}
|
|
7186
6274
|
interface IonItemOptions {
|
|
7187
|
-
/**
|
|
7188
|
-
* The mode determines the platform behaviors of the component.
|
|
7189
|
-
*/
|
|
7190
|
-
"mode"?: "ios" | "md";
|
|
7191
6275
|
/**
|
|
7192
6276
|
* Emitted when the item has been fully swiped.
|
|
7193
6277
|
*/
|
|
@@ -7196,28 +6280,16 @@ declare namespace LocalJSX {
|
|
|
7196
6280
|
* 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.
|
|
7197
6281
|
*/
|
|
7198
6282
|
"side"?: Side;
|
|
7199
|
-
/**
|
|
7200
|
-
* The theme determines the visual appearance of the component.
|
|
7201
|
-
*/
|
|
7202
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7203
6283
|
}
|
|
7204
6284
|
interface IonItemSliding {
|
|
7205
6285
|
/**
|
|
7206
6286
|
* If `true`, the user cannot interact with the sliding item.
|
|
7207
6287
|
*/
|
|
7208
6288
|
"disabled"?: boolean;
|
|
7209
|
-
/**
|
|
7210
|
-
* The mode determines the platform behaviors of the component.
|
|
7211
|
-
*/
|
|
7212
|
-
"mode"?: "ios" | "md";
|
|
7213
6289
|
/**
|
|
7214
6290
|
* Emitted when the sliding position changes.
|
|
7215
6291
|
*/
|
|
7216
6292
|
"onIonDrag"?: (event: IonItemSlidingCustomEvent<any>) => void;
|
|
7217
|
-
/**
|
|
7218
|
-
* The theme determines the visual appearance of the component.
|
|
7219
|
-
*/
|
|
7220
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7221
6293
|
}
|
|
7222
6294
|
interface IonLabel {
|
|
7223
6295
|
/**
|
|
@@ -7225,17 +6297,13 @@ declare namespace LocalJSX {
|
|
|
7225
6297
|
*/
|
|
7226
6298
|
"color"?: Color;
|
|
7227
6299
|
/**
|
|
7228
|
-
* The mode determines
|
|
6300
|
+
* The mode determines which platform styles to use.
|
|
7229
6301
|
*/
|
|
7230
6302
|
"mode"?: "ios" | "md";
|
|
7231
6303
|
/**
|
|
7232
6304
|
* The position determines where and how the label behaves inside an item.
|
|
7233
6305
|
*/
|
|
7234
6306
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
7235
|
-
/**
|
|
7236
|
-
* The theme determines the visual appearance of the component.
|
|
7237
|
-
*/
|
|
7238
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7239
6307
|
}
|
|
7240
6308
|
interface IonList {
|
|
7241
6309
|
/**
|
|
@@ -7247,17 +6315,9 @@ declare namespace LocalJSX {
|
|
|
7247
6315
|
*/
|
|
7248
6316
|
"lines"?: 'full' | 'inset' | 'none';
|
|
7249
6317
|
/**
|
|
7250
|
-
* The mode determines
|
|
6318
|
+
* The mode determines which platform styles to use.
|
|
7251
6319
|
*/
|
|
7252
6320
|
"mode"?: "ios" | "md";
|
|
7253
|
-
/**
|
|
7254
|
-
* 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.
|
|
7255
|
-
*/
|
|
7256
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7257
|
-
/**
|
|
7258
|
-
* The theme determines the visual appearance of the component.
|
|
7259
|
-
*/
|
|
7260
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7261
6321
|
}
|
|
7262
6322
|
interface IonListHeader {
|
|
7263
6323
|
/**
|
|
@@ -7269,13 +6329,9 @@ declare namespace LocalJSX {
|
|
|
7269
6329
|
*/
|
|
7270
6330
|
"lines"?: 'full' | 'inset' | 'none';
|
|
7271
6331
|
/**
|
|
7272
|
-
* The mode determines
|
|
6332
|
+
* The mode determines which platform styles to use.
|
|
7273
6333
|
*/
|
|
7274
6334
|
"mode"?: "ios" | "md";
|
|
7275
|
-
/**
|
|
7276
|
-
* The theme determines the visual appearance of the component.
|
|
7277
|
-
*/
|
|
7278
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7279
6335
|
}
|
|
7280
6336
|
interface IonLoading {
|
|
7281
6337
|
/**
|
|
@@ -7319,7 +6375,7 @@ declare namespace LocalJSX {
|
|
|
7319
6375
|
*/
|
|
7320
6376
|
"message"?: string | IonicSafeString;
|
|
7321
6377
|
/**
|
|
7322
|
-
* The mode determines
|
|
6378
|
+
* The mode determines which platform styles to use.
|
|
7323
6379
|
*/
|
|
7324
6380
|
"mode"?: "ios" | "md";
|
|
7325
6381
|
/**
|
|
@@ -7363,11 +6419,7 @@ declare namespace LocalJSX {
|
|
|
7363
6419
|
*/
|
|
7364
6420
|
"spinner"?: SpinnerTypes | null;
|
|
7365
6421
|
/**
|
|
7366
|
-
*
|
|
7367
|
-
*/
|
|
7368
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7369
|
-
/**
|
|
7370
|
-
* 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).
|
|
6422
|
+
* 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).
|
|
7371
6423
|
*/
|
|
7372
6424
|
"translucent"?: boolean;
|
|
7373
6425
|
/**
|
|
@@ -7392,10 +6444,6 @@ declare namespace LocalJSX {
|
|
|
7392
6444
|
* An id for the menu.
|
|
7393
6445
|
*/
|
|
7394
6446
|
"menuId"?: string;
|
|
7395
|
-
/**
|
|
7396
|
-
* The mode determines the platform behaviors of the component.
|
|
7397
|
-
*/
|
|
7398
|
-
"mode"?: "ios" | "md";
|
|
7399
6447
|
/**
|
|
7400
6448
|
* Emitted when the menu is closed.
|
|
7401
6449
|
*/
|
|
@@ -7420,10 +6468,6 @@ declare namespace LocalJSX {
|
|
|
7420
6468
|
* If `true`, swiping the menu is enabled.
|
|
7421
6469
|
*/
|
|
7422
6470
|
"swipeGesture"?: boolean;
|
|
7423
|
-
/**
|
|
7424
|
-
* The theme determines the visual appearance of the component.
|
|
7425
|
-
*/
|
|
7426
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7427
6471
|
/**
|
|
7428
6472
|
* The display type of the menu. Available options: `"overlay"`, `"reveal"`, `"push"`.
|
|
7429
6473
|
*/
|
|
@@ -7447,13 +6491,9 @@ declare namespace LocalJSX {
|
|
|
7447
6491
|
*/
|
|
7448
6492
|
"menu"?: string;
|
|
7449
6493
|
/**
|
|
7450
|
-
* The mode determines
|
|
6494
|
+
* The mode determines which platform styles to use.
|
|
7451
6495
|
*/
|
|
7452
6496
|
"mode"?: "ios" | "md";
|
|
7453
|
-
/**
|
|
7454
|
-
* The theme determines the visual appearance of the component.
|
|
7455
|
-
*/
|
|
7456
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7457
6497
|
/**
|
|
7458
6498
|
* The type of the button.
|
|
7459
6499
|
*/
|
|
@@ -7468,14 +6508,6 @@ declare namespace LocalJSX {
|
|
|
7468
6508
|
* 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.
|
|
7469
6509
|
*/
|
|
7470
6510
|
"menu"?: string;
|
|
7471
|
-
/**
|
|
7472
|
-
* The mode determines the platform behaviors of the component.
|
|
7473
|
-
*/
|
|
7474
|
-
"mode"?: "ios" | "md";
|
|
7475
|
-
/**
|
|
7476
|
-
* The theme determines the visual appearance of the component.
|
|
7477
|
-
*/
|
|
7478
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7479
6511
|
}
|
|
7480
6512
|
interface IonModal {
|
|
7481
6513
|
/**
|
|
@@ -7543,7 +6575,7 @@ declare namespace LocalJSX {
|
|
|
7543
6575
|
*/
|
|
7544
6576
|
"leaveAnimation"?: AnimationBuilder;
|
|
7545
6577
|
/**
|
|
7546
|
-
* The mode determines
|
|
6578
|
+
* The mode determines which platform styles to use.
|
|
7547
6579
|
*/
|
|
7548
6580
|
"mode"?: "ios" | "md";
|
|
7549
6581
|
/**
|
|
@@ -7586,18 +6618,10 @@ declare namespace LocalJSX {
|
|
|
7586
6618
|
* 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.
|
|
7587
6619
|
*/
|
|
7588
6620
|
"presentingElement"?: HTMLElement;
|
|
7589
|
-
/**
|
|
7590
|
-
* 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.
|
|
7591
|
-
*/
|
|
7592
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7593
6621
|
/**
|
|
7594
6622
|
* 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.
|
|
7595
6623
|
*/
|
|
7596
6624
|
"showBackdrop"?: boolean;
|
|
7597
|
-
/**
|
|
7598
|
-
* The theme determines the visual appearance of the component.
|
|
7599
|
-
*/
|
|
7600
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7601
6625
|
/**
|
|
7602
6626
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
7603
6627
|
*/
|
|
@@ -7609,13 +6633,9 @@ declare namespace LocalJSX {
|
|
|
7609
6633
|
*/
|
|
7610
6634
|
"animated"?: boolean;
|
|
7611
6635
|
/**
|
|
7612
|
-
* By default `ion-nav` animates transition between pages based
|
|
6636
|
+
* 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.
|
|
7613
6637
|
*/
|
|
7614
6638
|
"animation"?: AnimationBuilder;
|
|
7615
|
-
/**
|
|
7616
|
-
* The mode determines the platform behaviors of the component.
|
|
7617
|
-
*/
|
|
7618
|
-
"mode"?: "ios" | "md";
|
|
7619
6639
|
/**
|
|
7620
6640
|
* Event fired when the nav has changed components
|
|
7621
6641
|
*/
|
|
@@ -7636,10 +6656,6 @@ declare namespace LocalJSX {
|
|
|
7636
6656
|
* If the nav component should allow for swipe-to-go-back.
|
|
7637
6657
|
*/
|
|
7638
6658
|
"swipeGesture"?: boolean;
|
|
7639
|
-
/**
|
|
7640
|
-
* The theme determines the visual appearance of the component.
|
|
7641
|
-
*/
|
|
7642
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7643
6659
|
}
|
|
7644
6660
|
interface IonNavLink {
|
|
7645
6661
|
/**
|
|
@@ -7650,10 +6666,6 @@ declare namespace LocalJSX {
|
|
|
7650
6666
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
7651
6667
|
*/
|
|
7652
6668
|
"componentProps"?: ComponentProps;
|
|
7653
|
-
/**
|
|
7654
|
-
* The mode determines the platform behaviors of the component.
|
|
7655
|
-
*/
|
|
7656
|
-
"mode"?: "ios" | "md";
|
|
7657
6669
|
/**
|
|
7658
6670
|
* The transition animation when navigating to another page.
|
|
7659
6671
|
*/
|
|
@@ -7662,10 +6674,6 @@ declare namespace LocalJSX {
|
|
|
7662
6674
|
* The transition direction when navigating to another page.
|
|
7663
6675
|
*/
|
|
7664
6676
|
"routerDirection"?: RouterDirection;
|
|
7665
|
-
/**
|
|
7666
|
-
* The theme determines the visual appearance of the component.
|
|
7667
|
-
*/
|
|
7668
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7669
6677
|
}
|
|
7670
6678
|
interface IonNote {
|
|
7671
6679
|
/**
|
|
@@ -7673,23 +6681,15 @@ declare namespace LocalJSX {
|
|
|
7673
6681
|
*/
|
|
7674
6682
|
"color"?: Color;
|
|
7675
6683
|
/**
|
|
7676
|
-
* The mode determines
|
|
6684
|
+
* The mode determines which platform styles to use.
|
|
7677
6685
|
*/
|
|
7678
6686
|
"mode"?: "ios" | "md";
|
|
7679
|
-
/**
|
|
7680
|
-
* The theme determines the visual appearance of the component.
|
|
7681
|
-
*/
|
|
7682
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7683
6687
|
}
|
|
7684
6688
|
interface IonPicker {
|
|
7685
6689
|
/**
|
|
7686
|
-
* The mode determines
|
|
6690
|
+
* The mode determines which platform styles to use.
|
|
7687
6691
|
*/
|
|
7688
6692
|
"mode"?: "ios" | "md";
|
|
7689
|
-
/**
|
|
7690
|
-
* The theme determines the visual appearance of the component.
|
|
7691
|
-
*/
|
|
7692
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7693
6693
|
}
|
|
7694
6694
|
interface IonPickerColumn {
|
|
7695
6695
|
/**
|
|
@@ -7701,17 +6701,13 @@ declare namespace LocalJSX {
|
|
|
7701
6701
|
*/
|
|
7702
6702
|
"disabled"?: boolean;
|
|
7703
6703
|
/**
|
|
7704
|
-
* The mode determines
|
|
6704
|
+
* The mode determines which platform styles to use.
|
|
7705
6705
|
*/
|
|
7706
6706
|
"mode"?: "ios" | "md";
|
|
7707
6707
|
/**
|
|
7708
6708
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
7709
6709
|
*/
|
|
7710
6710
|
"onIonChange"?: (event: IonPickerColumnCustomEvent<PickerColumnChangeEventDetail>) => void;
|
|
7711
|
-
/**
|
|
7712
|
-
* The theme determines the visual appearance of the component.
|
|
7713
|
-
*/
|
|
7714
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7715
6711
|
/**
|
|
7716
6712
|
* The selected option in the picker.
|
|
7717
6713
|
*/
|
|
@@ -7726,14 +6722,6 @@ declare namespace LocalJSX {
|
|
|
7726
6722
|
* If `true`, the user cannot interact with the picker column option.
|
|
7727
6723
|
*/
|
|
7728
6724
|
"disabled"?: boolean;
|
|
7729
|
-
/**
|
|
7730
|
-
* The mode determines the platform behaviors of the component.
|
|
7731
|
-
*/
|
|
7732
|
-
"mode"?: "ios" | "md";
|
|
7733
|
-
/**
|
|
7734
|
-
* The theme determines the visual appearance of the component.
|
|
7735
|
-
*/
|
|
7736
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7737
6725
|
/**
|
|
7738
6726
|
* The text value of the option.
|
|
7739
6727
|
*/
|
|
@@ -7785,7 +6773,7 @@ declare namespace LocalJSX {
|
|
|
7785
6773
|
*/
|
|
7786
6774
|
"leaveAnimation"?: AnimationBuilder;
|
|
7787
6775
|
/**
|
|
7788
|
-
* The mode determines
|
|
6776
|
+
* The mode determines which platform styles to use.
|
|
7789
6777
|
*/
|
|
7790
6778
|
"mode"?: "ios" | "md";
|
|
7791
6779
|
/**
|
|
@@ -7824,10 +6812,6 @@ declare namespace LocalJSX {
|
|
|
7824
6812
|
* If `true`, a backdrop will be displayed behind the picker.
|
|
7825
6813
|
*/
|
|
7826
6814
|
"showBackdrop"?: boolean;
|
|
7827
|
-
/**
|
|
7828
|
-
* The theme determines the visual appearance of the component.
|
|
7829
|
-
*/
|
|
7830
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7831
6815
|
/**
|
|
7832
6816
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
7833
6817
|
*/
|
|
@@ -7841,7 +6825,7 @@ declare namespace LocalJSX {
|
|
|
7841
6825
|
}
|
|
7842
6826
|
interface IonPopover {
|
|
7843
6827
|
/**
|
|
7844
|
-
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `
|
|
6828
|
+
* Describes how to align the popover content with the `reference` point. Defaults to `"center"` for `ios` mode, and `"start"` for `md` mode.
|
|
7845
6829
|
*/
|
|
7846
6830
|
"alignment"?: PositionAlign;
|
|
7847
6831
|
/**
|
|
@@ -7849,7 +6833,7 @@ declare namespace LocalJSX {
|
|
|
7849
6833
|
*/
|
|
7850
6834
|
"animated"?: boolean;
|
|
7851
6835
|
/**
|
|
7852
|
-
* If `true`, the popover will display an arrow that points at the `reference`
|
|
6836
|
+
* If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
|
|
7853
6837
|
*/
|
|
7854
6838
|
"arrow"?: boolean;
|
|
7855
6839
|
/**
|
|
@@ -7901,7 +6885,7 @@ declare namespace LocalJSX {
|
|
|
7901
6885
|
*/
|
|
7902
6886
|
"leaveAnimation"?: AnimationBuilder;
|
|
7903
6887
|
/**
|
|
7904
|
-
* The mode determines
|
|
6888
|
+
* The mode determines which platform styles to use.
|
|
7905
6889
|
*/
|
|
7906
6890
|
"mode"?: "ios" | "md";
|
|
7907
6891
|
/**
|
|
@@ -7953,11 +6937,7 @@ declare namespace LocalJSX {
|
|
|
7953
6937
|
*/
|
|
7954
6938
|
"size"?: PopoverSize;
|
|
7955
6939
|
/**
|
|
7956
|
-
*
|
|
7957
|
-
*/
|
|
7958
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7959
|
-
/**
|
|
7960
|
-
* 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).
|
|
6940
|
+
* 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).
|
|
7961
6941
|
*/
|
|
7962
6942
|
"translucent"?: boolean;
|
|
7963
6943
|
/**
|
|
@@ -7979,21 +6959,13 @@ declare namespace LocalJSX {
|
|
|
7979
6959
|
*/
|
|
7980
6960
|
"color"?: Color;
|
|
7981
6961
|
/**
|
|
7982
|
-
* The mode determines
|
|
6962
|
+
* The mode determines which platform styles to use.
|
|
7983
6963
|
*/
|
|
7984
6964
|
"mode"?: "ios" | "md";
|
|
7985
6965
|
/**
|
|
7986
6966
|
* If true, reverse the progress bar direction.
|
|
7987
6967
|
*/
|
|
7988
6968
|
"reversed"?: boolean;
|
|
7989
|
-
/**
|
|
7990
|
-
* Set to `"round"` for a progress bar with rounded corners, or `"rectangular"` for a progress bar without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
|
|
7991
|
-
*/
|
|
7992
|
-
"shape"?: 'round' | 'rectangular';
|
|
7993
|
-
/**
|
|
7994
|
-
* The theme determines the visual appearance of the component.
|
|
7995
|
-
*/
|
|
7996
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7997
6969
|
/**
|
|
7998
6970
|
* 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).
|
|
7999
6971
|
*/
|
|
@@ -8025,7 +6997,7 @@ declare namespace LocalJSX {
|
|
|
8025
6997
|
*/
|
|
8026
6998
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
8027
6999
|
/**
|
|
8028
|
-
* The mode determines
|
|
7000
|
+
* The mode determines which platform styles to use.
|
|
8029
7001
|
*/
|
|
8030
7002
|
"mode"?: "ios" | "md";
|
|
8031
7003
|
/**
|
|
@@ -8040,10 +7012,6 @@ declare namespace LocalJSX {
|
|
|
8040
7012
|
* Emitted when the radio button has focus.
|
|
8041
7013
|
*/
|
|
8042
7014
|
"onIonFocus"?: (event: IonRadioCustomEvent<void>) => void;
|
|
8043
|
-
/**
|
|
8044
|
-
* The theme determines the visual appearance of the component.
|
|
8045
|
-
*/
|
|
8046
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8047
7015
|
/**
|
|
8048
7016
|
* the value of the radio.
|
|
8049
7017
|
*/
|
|
@@ -8066,10 +7034,6 @@ declare namespace LocalJSX {
|
|
|
8066
7034
|
* The helper text to display at the top of the radio group.
|
|
8067
7035
|
*/
|
|
8068
7036
|
"helperText"?: string;
|
|
8069
|
-
/**
|
|
8070
|
-
* The mode determines the platform behaviors of the component.
|
|
8071
|
-
*/
|
|
8072
|
-
"mode"?: "ios" | "md";
|
|
8073
7037
|
/**
|
|
8074
7038
|
* The name of the control, which is submitted with the form data.
|
|
8075
7039
|
*/
|
|
@@ -8078,10 +7042,6 @@ declare namespace LocalJSX {
|
|
|
8078
7042
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
8079
7043
|
*/
|
|
8080
7044
|
"onIonChange"?: (event: IonRadioGroupCustomEvent<RadioGroupChangeEventDetail>) => void;
|
|
8081
|
-
/**
|
|
8082
|
-
* The theme determines the visual appearance of the component.
|
|
8083
|
-
*/
|
|
8084
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8085
7045
|
/**
|
|
8086
7046
|
* the value of the radio group.
|
|
8087
7047
|
*/
|
|
@@ -8125,7 +7085,7 @@ declare namespace LocalJSX {
|
|
|
8125
7085
|
*/
|
|
8126
7086
|
"min"?: number;
|
|
8127
7087
|
/**
|
|
8128
|
-
* The mode determines
|
|
7088
|
+
* The mode determines which platform styles to use.
|
|
8129
7089
|
*/
|
|
8130
7090
|
"mode"?: "ios" | "md";
|
|
8131
7091
|
/**
|
|
@@ -8172,10 +7132,6 @@ declare namespace LocalJSX {
|
|
|
8172
7132
|
* Specifies the value granularity.
|
|
8173
7133
|
*/
|
|
8174
7134
|
"step"?: number;
|
|
8175
|
-
/**
|
|
8176
|
-
* The theme determines the visual appearance of the component.
|
|
8177
|
-
*/
|
|
8178
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8179
7135
|
/**
|
|
8180
7136
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
8181
7137
|
*/
|
|
@@ -8195,7 +7151,7 @@ declare namespace LocalJSX {
|
|
|
8195
7151
|
*/
|
|
8196
7152
|
"disabled"?: boolean;
|
|
8197
7153
|
/**
|
|
8198
|
-
* The mode determines
|
|
7154
|
+
* The mode determines which platform styles to use.
|
|
8199
7155
|
*/
|
|
8200
7156
|
"mode"?: "ios" | "md";
|
|
8201
7157
|
/**
|
|
@@ -8226,16 +7182,8 @@ declare namespace LocalJSX {
|
|
|
8226
7182
|
* 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.
|
|
8227
7183
|
*/
|
|
8228
7184
|
"snapbackDuration"?: string;
|
|
8229
|
-
/**
|
|
8230
|
-
* The theme determines the visual appearance of the component.
|
|
8231
|
-
*/
|
|
8232
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8233
7185
|
}
|
|
8234
7186
|
interface IonRefresherContent {
|
|
8235
|
-
/**
|
|
8236
|
-
* The mode determines the platform behaviors of the component.
|
|
8237
|
-
*/
|
|
8238
|
-
"mode"?: "ios" | "md";
|
|
8239
7187
|
/**
|
|
8240
7188
|
* 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.
|
|
8241
7189
|
*/
|
|
@@ -8252,48 +7200,20 @@ declare namespace LocalJSX {
|
|
|
8252
7200
|
* 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.
|
|
8253
7201
|
*/
|
|
8254
7202
|
"refreshingText"?: string | IonicSafeString;
|
|
8255
|
-
/**
|
|
8256
|
-
* The theme determines the visual appearance of the component.
|
|
8257
|
-
*/
|
|
8258
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8259
7203
|
}
|
|
8260
7204
|
interface IonReorder {
|
|
8261
|
-
/**
|
|
8262
|
-
* The mode determines the platform behaviors of the component.
|
|
8263
|
-
*/
|
|
8264
|
-
"mode"?: "ios" | "md";
|
|
8265
|
-
/**
|
|
8266
|
-
* The theme determines the visual appearance of the component.
|
|
8267
|
-
*/
|
|
8268
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8269
7205
|
}
|
|
8270
7206
|
interface IonReorderGroup {
|
|
8271
7207
|
/**
|
|
8272
7208
|
* If `true`, the reorder will be hidden.
|
|
8273
7209
|
*/
|
|
8274
7210
|
"disabled"?: boolean;
|
|
8275
|
-
/**
|
|
8276
|
-
* The mode determines the platform behaviors of the component.
|
|
8277
|
-
*/
|
|
8278
|
-
"mode"?: "ios" | "md";
|
|
8279
7211
|
/**
|
|
8280
7212
|
* 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.
|
|
8281
7213
|
*/
|
|
8282
7214
|
"onIonItemReorder"?: (event: IonReorderGroupCustomEvent<ItemReorderEventDetail>) => void;
|
|
8283
|
-
/**
|
|
8284
|
-
* The theme determines the visual appearance of the component.
|
|
8285
|
-
*/
|
|
8286
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8287
7215
|
}
|
|
8288
7216
|
interface IonRippleEffect {
|
|
8289
|
-
/**
|
|
8290
|
-
* The mode determines the platform behaviors of the component.
|
|
8291
|
-
*/
|
|
8292
|
-
"mode"?: "ios" | "md";
|
|
8293
|
-
/**
|
|
8294
|
-
* The theme determines the visual appearance of the component.
|
|
8295
|
-
*/
|
|
8296
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8297
7217
|
/**
|
|
8298
7218
|
* 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.
|
|
8299
7219
|
*/
|
|
@@ -8316,18 +7236,10 @@ declare namespace LocalJSX {
|
|
|
8316
7236
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
8317
7237
|
*/
|
|
8318
7238
|
"componentProps"?: { [key: string]: any };
|
|
8319
|
-
/**
|
|
8320
|
-
* The mode determines the platform behaviors of the component.
|
|
8321
|
-
*/
|
|
8322
|
-
"mode"?: "ios" | "md";
|
|
8323
7239
|
/**
|
|
8324
7240
|
* Used internally by `ion-router` to know when this route did change.
|
|
8325
7241
|
*/
|
|
8326
7242
|
"onIonRouteDataChanged"?: (event: IonRouteCustomEvent<any>) => void;
|
|
8327
|
-
/**
|
|
8328
|
-
* The theme determines the visual appearance of the component.
|
|
8329
|
-
*/
|
|
8330
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8331
7243
|
/**
|
|
8332
7244
|
* 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.
|
|
8333
7245
|
*/
|
|
@@ -8348,10 +7260,6 @@ declare namespace LocalJSX {
|
|
|
8348
7260
|
"to": string | undefined | null;
|
|
8349
7261
|
}
|
|
8350
7262
|
interface IonRouter {
|
|
8351
|
-
/**
|
|
8352
|
-
* The mode determines the platform behaviors of the component.
|
|
8353
|
-
*/
|
|
8354
|
-
"mode"?: "ios" | "md";
|
|
8355
7263
|
/**
|
|
8356
7264
|
* Emitted when the route had changed
|
|
8357
7265
|
*/
|
|
@@ -8364,10 +7272,6 @@ declare namespace LocalJSX {
|
|
|
8364
7272
|
* 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.
|
|
8365
7273
|
*/
|
|
8366
7274
|
"root"?: string;
|
|
8367
|
-
/**
|
|
8368
|
-
* The theme determines the visual appearance of the component.
|
|
8369
|
-
*/
|
|
8370
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8371
7275
|
/**
|
|
8372
7276
|
* 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.
|
|
8373
7277
|
*/
|
|
@@ -8382,10 +7286,6 @@ declare namespace LocalJSX {
|
|
|
8382
7286
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
8383
7287
|
*/
|
|
8384
7288
|
"href"?: string | undefined;
|
|
8385
|
-
/**
|
|
8386
|
-
* The mode determines the platform behaviors of the component.
|
|
8387
|
-
*/
|
|
8388
|
-
"mode"?: "ios" | "md";
|
|
8389
7289
|
/**
|
|
8390
7290
|
* 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).
|
|
8391
7291
|
*/
|
|
@@ -8402,10 +7302,6 @@ declare namespace LocalJSX {
|
|
|
8402
7302
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
8403
7303
|
*/
|
|
8404
7304
|
"target"?: string | undefined;
|
|
8405
|
-
/**
|
|
8406
|
-
* The theme determines the visual appearance of the component.
|
|
8407
|
-
*/
|
|
8408
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8409
7305
|
}
|
|
8410
7306
|
interface IonRouterOutlet {
|
|
8411
7307
|
/**
|
|
@@ -8417,23 +7313,11 @@ declare namespace LocalJSX {
|
|
|
8417
7313
|
*/
|
|
8418
7314
|
"animation"?: AnimationBuilder;
|
|
8419
7315
|
/**
|
|
8420
|
-
* The mode determines
|
|
7316
|
+
* The mode determines which platform styles to use.
|
|
8421
7317
|
*/
|
|
8422
7318
|
"mode"?: "ios" | "md";
|
|
8423
|
-
/**
|
|
8424
|
-
* The theme determines the visual appearance of the component.
|
|
8425
|
-
*/
|
|
8426
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8427
7319
|
}
|
|
8428
7320
|
interface IonRow {
|
|
8429
|
-
/**
|
|
8430
|
-
* The mode determines the platform behaviors of the component.
|
|
8431
|
-
*/
|
|
8432
|
-
"mode"?: "ios" | "md";
|
|
8433
|
-
/**
|
|
8434
|
-
* The theme determines the visual appearance of the component.
|
|
8435
|
-
*/
|
|
8436
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8437
7321
|
}
|
|
8438
7322
|
interface IonSearchbar {
|
|
8439
7323
|
/**
|
|
@@ -8453,15 +7337,15 @@ declare namespace LocalJSX {
|
|
|
8453
7337
|
*/
|
|
8454
7338
|
"autocorrect"?: 'on' | 'off';
|
|
8455
7339
|
/**
|
|
8456
|
-
* Set the cancel button icon. Only
|
|
7340
|
+
* Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
|
|
8457
7341
|
*/
|
|
8458
7342
|
"cancelButtonIcon"?: string;
|
|
8459
7343
|
/**
|
|
8460
|
-
* Set the cancel button text. Only
|
|
7344
|
+
* Set the the cancel button text. Only applies to `ios` mode.
|
|
8461
7345
|
*/
|
|
8462
7346
|
"cancelButtonText"?: string;
|
|
8463
7347
|
/**
|
|
8464
|
-
* Set the clear icon. Defaults to `
|
|
7348
|
+
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
|
|
8465
7349
|
*/
|
|
8466
7350
|
"clearIcon"?: string;
|
|
8467
7351
|
/**
|
|
@@ -8493,7 +7377,7 @@ declare namespace LocalJSX {
|
|
|
8493
7377
|
*/
|
|
8494
7378
|
"minlength"?: number;
|
|
8495
7379
|
/**
|
|
8496
|
-
* The mode determines
|
|
7380
|
+
* The mode determines which platform styles to use.
|
|
8497
7381
|
*/
|
|
8498
7382
|
"mode"?: "ios" | "md";
|
|
8499
7383
|
/**
|
|
@@ -8529,13 +7413,9 @@ declare namespace LocalJSX {
|
|
|
8529
7413
|
*/
|
|
8530
7414
|
"placeholder"?: string;
|
|
8531
7415
|
/**
|
|
8532
|
-
* The icon to use as the search icon. Defaults to `
|
|
8533
|
-
*/
|
|
8534
|
-
"searchIcon"?: string | boolean;
|
|
8535
|
-
/**
|
|
8536
|
-
* Set to `"soft"` for a searchbar with slightly rounded corners, `"round"` for a searchbar with fully rounded corners, or `"rectangular"` for a searchbar without rounded corners. Defaults to `"round"` for the ionic theme, and `undefined` for all other themes.
|
|
7416
|
+
* The icon to use as the search icon. Defaults to `search-outline` in `ios` mode and `search-sharp` in `md` mode.
|
|
8537
7417
|
*/
|
|
8538
|
-
"
|
|
7418
|
+
"searchIcon"?: string;
|
|
8539
7419
|
/**
|
|
8540
7420
|
* Sets the behavior for the cancel button. Defaults to `"never"`. Setting to `"focus"` shows the cancel button on focus. Setting to `"never"` hides the cancel button. Setting to `"always"` shows the cancel button regardless of focus state.
|
|
8541
7421
|
*/
|
|
@@ -8544,18 +7424,10 @@ declare namespace LocalJSX {
|
|
|
8544
7424
|
* Sets the behavior for the clear button. Defaults to `"focus"`. Setting to `"focus"` shows the clear button on focus if the input is not empty. Setting to `"never"` hides the clear button. Setting to `"always"` shows the clear button regardless of focus state, but only if the input is not empty.
|
|
8545
7425
|
*/
|
|
8546
7426
|
"showClearButton"?: 'never' | 'focus' | 'always';
|
|
8547
|
-
/**
|
|
8548
|
-
* Set to `"large"` for a searchbar with an increase in height, while "small" and "medium" provide progressively smaller heights. Defaults to `"medium"` for the ionic theme, and `undefined` for all other themes.
|
|
8549
|
-
*/
|
|
8550
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
8551
7427
|
/**
|
|
8552
7428
|
* If `true`, enable spellcheck on the input.
|
|
8553
7429
|
*/
|
|
8554
7430
|
"spellcheck"?: boolean;
|
|
8555
|
-
/**
|
|
8556
|
-
* The theme determines the visual appearance of the component.
|
|
8557
|
-
*/
|
|
8558
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8559
7431
|
/**
|
|
8560
7432
|
* Set the type of the input.
|
|
8561
7433
|
*/
|
|
@@ -8575,7 +7447,7 @@ declare namespace LocalJSX {
|
|
|
8575
7447
|
*/
|
|
8576
7448
|
"disabled"?: boolean;
|
|
8577
7449
|
/**
|
|
8578
|
-
* The mode determines
|
|
7450
|
+
* The mode determines which platform styles to use.
|
|
8579
7451
|
*/
|
|
8580
7452
|
"mode"?: "ios" | "md";
|
|
8581
7453
|
/**
|
|
@@ -8594,10 +7466,6 @@ declare namespace LocalJSX {
|
|
|
8594
7466
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
8595
7467
|
*/
|
|
8596
7468
|
"swipeGesture"?: boolean;
|
|
8597
|
-
/**
|
|
8598
|
-
* The theme determines the visual appearance of the component.
|
|
8599
|
-
*/
|
|
8600
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8601
7469
|
/**
|
|
8602
7470
|
* the value of the segment.
|
|
8603
7471
|
*/
|
|
@@ -8617,13 +7485,9 @@ declare namespace LocalJSX {
|
|
|
8617
7485
|
*/
|
|
8618
7486
|
"layout"?: SegmentButtonLayout;
|
|
8619
7487
|
/**
|
|
8620
|
-
* The mode determines
|
|
7488
|
+
* The mode determines which platform styles to use.
|
|
8621
7489
|
*/
|
|
8622
7490
|
"mode"?: "ios" | "md";
|
|
8623
|
-
/**
|
|
8624
|
-
* The theme determines the visual appearance of the component.
|
|
8625
|
-
*/
|
|
8626
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8627
7491
|
/**
|
|
8628
7492
|
* The type of the button.
|
|
8629
7493
|
*/
|
|
@@ -8667,11 +7531,11 @@ declare namespace LocalJSX {
|
|
|
8667
7531
|
*/
|
|
8668
7532
|
"errorText"?: string;
|
|
8669
7533
|
/**
|
|
8670
|
-
* The toggle icon to show when the select is open. If defined, the icon rotation behavior in `
|
|
7534
|
+
* 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.
|
|
8671
7535
|
*/
|
|
8672
7536
|
"expandedIcon"?: string;
|
|
8673
7537
|
/**
|
|
8674
|
-
* 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
|
|
7538
|
+
* 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.
|
|
8675
7539
|
*/
|
|
8676
7540
|
"fill"?: 'outline' | 'solid';
|
|
8677
7541
|
/**
|
|
@@ -8699,7 +7563,7 @@ declare namespace LocalJSX {
|
|
|
8699
7563
|
*/
|
|
8700
7564
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
8701
7565
|
/**
|
|
8702
|
-
* The mode determines
|
|
7566
|
+
* The mode determines which platform styles to use.
|
|
8703
7567
|
*/
|
|
8704
7568
|
"mode"?: "ios" | "md";
|
|
8705
7569
|
/**
|
|
@@ -8747,19 +7611,11 @@ declare namespace LocalJSX {
|
|
|
8747
7611
|
*/
|
|
8748
7612
|
"selectedText"?: string | null;
|
|
8749
7613
|
/**
|
|
8750
|
-
*
|
|
7614
|
+
* The shape of the select. If "round" it will have an increased border radius.
|
|
8751
7615
|
*/
|
|
8752
|
-
"shape"?: '
|
|
7616
|
+
"shape"?: 'round';
|
|
8753
7617
|
/**
|
|
8754
|
-
* The
|
|
8755
|
-
*/
|
|
8756
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
8757
|
-
/**
|
|
8758
|
-
* The theme determines the visual appearance of the component.
|
|
8759
|
-
*/
|
|
8760
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8761
|
-
/**
|
|
8762
|
-
* The toggle icon to use. Defaults to `"chevronExpand"` for the `"ios"` theme, or `"caretDownSharp"` for the `"md"` and `"ionic"` themes.
|
|
7618
|
+
* The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
|
|
8763
7619
|
*/
|
|
8764
7620
|
"toggleIcon"?: string;
|
|
8765
7621
|
/**
|
|
@@ -8777,14 +7633,6 @@ declare namespace LocalJSX {
|
|
|
8777
7633
|
* 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.
|
|
8778
7634
|
*/
|
|
8779
7635
|
"disabled"?: boolean;
|
|
8780
|
-
/**
|
|
8781
|
-
* The mode determines the platform behaviors of the component.
|
|
8782
|
-
*/
|
|
8783
|
-
"mode"?: "ios" | "md";
|
|
8784
|
-
/**
|
|
8785
|
-
* The theme determines the visual appearance of the component.
|
|
8786
|
-
*/
|
|
8787
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8788
7636
|
/**
|
|
8789
7637
|
* The text value of the option.
|
|
8790
7638
|
*/
|
|
@@ -8799,10 +7647,6 @@ declare namespace LocalJSX {
|
|
|
8799
7647
|
* The text content of the popover body
|
|
8800
7648
|
*/
|
|
8801
7649
|
"message"?: string;
|
|
8802
|
-
/**
|
|
8803
|
-
* The mode determines the platform behaviors of the component.
|
|
8804
|
-
*/
|
|
8805
|
-
"mode"?: "ios" | "md";
|
|
8806
7650
|
/**
|
|
8807
7651
|
* If true, the select accepts multiple values
|
|
8808
7652
|
*/
|
|
@@ -8815,24 +7659,12 @@ declare namespace LocalJSX {
|
|
|
8815
7659
|
* The subheader text of the popover
|
|
8816
7660
|
*/
|
|
8817
7661
|
"subHeader"?: string;
|
|
8818
|
-
/**
|
|
8819
|
-
* The theme determines the visual appearance of the component.
|
|
8820
|
-
*/
|
|
8821
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8822
7662
|
}
|
|
8823
7663
|
interface IonSkeletonText {
|
|
8824
7664
|
/**
|
|
8825
7665
|
* If `true`, the skeleton text will animate.
|
|
8826
7666
|
*/
|
|
8827
7667
|
"animated"?: boolean;
|
|
8828
|
-
/**
|
|
8829
|
-
* The mode determines the platform behaviors of the component.
|
|
8830
|
-
*/
|
|
8831
|
-
"mode"?: "ios" | "md";
|
|
8832
|
-
/**
|
|
8833
|
-
* The theme determines the visual appearance of the component.
|
|
8834
|
-
*/
|
|
8835
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8836
7668
|
}
|
|
8837
7669
|
interface IonSpinner {
|
|
8838
7670
|
/**
|
|
@@ -8843,10 +7675,6 @@ declare namespace LocalJSX {
|
|
|
8843
7675
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
8844
7676
|
*/
|
|
8845
7677
|
"duration"?: number;
|
|
8846
|
-
/**
|
|
8847
|
-
* The mode determines the platform behaviors of the component.
|
|
8848
|
-
*/
|
|
8849
|
-
"mode"?: "ios" | "md";
|
|
8850
7678
|
/**
|
|
8851
7679
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
8852
7680
|
*/
|
|
@@ -8855,14 +7683,6 @@ declare namespace LocalJSX {
|
|
|
8855
7683
|
* If `true`, the spinner's animation will be paused.
|
|
8856
7684
|
*/
|
|
8857
7685
|
"paused"?: boolean;
|
|
8858
|
-
/**
|
|
8859
|
-
* 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.
|
|
8860
|
-
*/
|
|
8861
|
-
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
8862
|
-
/**
|
|
8863
|
-
* The theme determines the visual appearance of the component.
|
|
8864
|
-
*/
|
|
8865
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8866
7686
|
}
|
|
8867
7687
|
interface IonSplitPane {
|
|
8868
7688
|
/**
|
|
@@ -8873,18 +7693,10 @@ declare namespace LocalJSX {
|
|
|
8873
7693
|
* If `true`, the split pane will be hidden.
|
|
8874
7694
|
*/
|
|
8875
7695
|
"disabled"?: boolean;
|
|
8876
|
-
/**
|
|
8877
|
-
* The mode determines the platform behaviors of the component.
|
|
8878
|
-
*/
|
|
8879
|
-
"mode"?: "ios" | "md";
|
|
8880
7696
|
/**
|
|
8881
7697
|
* Expression to be called when the split-pane visibility has changed
|
|
8882
7698
|
*/
|
|
8883
7699
|
"onIonSplitPaneVisible"?: (event: IonSplitPaneCustomEvent<{ visible: boolean }>) => void;
|
|
8884
|
-
/**
|
|
8885
|
-
* The theme determines the visual appearance of the component.
|
|
8886
|
-
*/
|
|
8887
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8888
7700
|
/**
|
|
8889
7701
|
* When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression.
|
|
8890
7702
|
*/
|
|
@@ -8895,18 +7707,10 @@ declare namespace LocalJSX {
|
|
|
8895
7707
|
* The component to display inside of the tab.
|
|
8896
7708
|
*/
|
|
8897
7709
|
"component"?: ComponentRef;
|
|
8898
|
-
/**
|
|
8899
|
-
* The mode determines the platform behaviors of the component.
|
|
8900
|
-
*/
|
|
8901
|
-
"mode"?: "ios" | "md";
|
|
8902
7710
|
/**
|
|
8903
7711
|
* 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.
|
|
8904
7712
|
*/
|
|
8905
7713
|
"tab": string;
|
|
8906
|
-
/**
|
|
8907
|
-
* The theme determines the visual appearance of the component.
|
|
8908
|
-
*/
|
|
8909
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8910
7714
|
}
|
|
8911
7715
|
interface IonTabBar {
|
|
8912
7716
|
/**
|
|
@@ -8914,11 +7718,7 @@ declare namespace LocalJSX {
|
|
|
8914
7718
|
*/
|
|
8915
7719
|
"color"?: Color;
|
|
8916
7720
|
/**
|
|
8917
|
-
*
|
|
8918
|
-
*/
|
|
8919
|
-
"expand"?: 'compact' | 'full';
|
|
8920
|
-
/**
|
|
8921
|
-
* The mode determines the platform behaviors of the component.
|
|
7721
|
+
* The mode determines which platform styles to use.
|
|
8922
7722
|
*/
|
|
8923
7723
|
"mode"?: "ios" | "md";
|
|
8924
7724
|
/**
|
|
@@ -8926,15 +7726,7 @@ declare namespace LocalJSX {
|
|
|
8926
7726
|
*/
|
|
8927
7727
|
"selectedTab"?: string;
|
|
8928
7728
|
/**
|
|
8929
|
-
*
|
|
8930
|
-
*/
|
|
8931
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
8932
|
-
/**
|
|
8933
|
-
* The theme determines the visual appearance of the component.
|
|
8934
|
-
*/
|
|
8935
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8936
|
-
/**
|
|
8937
|
-
* 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).
|
|
7729
|
+
* 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).
|
|
8938
7730
|
*/
|
|
8939
7731
|
"translucent"?: boolean;
|
|
8940
7732
|
}
|
|
@@ -8956,7 +7748,7 @@ declare namespace LocalJSX {
|
|
|
8956
7748
|
*/
|
|
8957
7749
|
"layout"?: TabButtonLayout;
|
|
8958
7750
|
/**
|
|
8959
|
-
* The mode determines
|
|
7751
|
+
* The mode determines which platform styles to use.
|
|
8960
7752
|
*/
|
|
8961
7753
|
"mode"?: "ios" | "md";
|
|
8962
7754
|
/**
|
|
@@ -8967,10 +7759,6 @@ declare namespace LocalJSX {
|
|
|
8967
7759
|
* The selected tab component
|
|
8968
7760
|
*/
|
|
8969
7761
|
"selected"?: boolean;
|
|
8970
|
-
/**
|
|
8971
|
-
* 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.
|
|
8972
|
-
*/
|
|
8973
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
8974
7762
|
/**
|
|
8975
7763
|
* 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.
|
|
8976
7764
|
*/
|
|
@@ -8979,16 +7767,8 @@ declare namespace LocalJSX {
|
|
|
8979
7767
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
8980
7768
|
*/
|
|
8981
7769
|
"target"?: string | undefined;
|
|
8982
|
-
/**
|
|
8983
|
-
* The theme determines the visual appearance of the component.
|
|
8984
|
-
*/
|
|
8985
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8986
7770
|
}
|
|
8987
7771
|
interface IonTabs {
|
|
8988
|
-
/**
|
|
8989
|
-
* The mode determines the platform behaviors of the component.
|
|
8990
|
-
*/
|
|
8991
|
-
"mode"?: "ios" | "md";
|
|
8992
7772
|
/**
|
|
8993
7773
|
* Emitted when the navigation has finished transitioning to a new component.
|
|
8994
7774
|
*/
|
|
@@ -8997,10 +7777,6 @@ declare namespace LocalJSX {
|
|
|
8997
7777
|
* Emitted when the navigation is about to transition to a new component.
|
|
8998
7778
|
*/
|
|
8999
7779
|
"onIonTabsWillChange"?: (event: IonTabsCustomEvent<{ tab: string }>) => void;
|
|
9000
|
-
/**
|
|
9001
|
-
* The theme determines the visual appearance of the component.
|
|
9002
|
-
*/
|
|
9003
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9004
7780
|
}
|
|
9005
7781
|
interface IonText {
|
|
9006
7782
|
/**
|
|
@@ -9008,13 +7784,9 @@ declare namespace LocalJSX {
|
|
|
9008
7784
|
*/
|
|
9009
7785
|
"color"?: Color;
|
|
9010
7786
|
/**
|
|
9011
|
-
* The mode determines
|
|
7787
|
+
* The mode determines which platform styles to use.
|
|
9012
7788
|
*/
|
|
9013
7789
|
"mode"?: "ios" | "md";
|
|
9014
|
-
/**
|
|
9015
|
-
* The theme determines the visual appearance of the component.
|
|
9016
|
-
*/
|
|
9017
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9018
7790
|
}
|
|
9019
7791
|
interface IonTextarea {
|
|
9020
7792
|
/**
|
|
@@ -9066,7 +7838,7 @@ declare namespace LocalJSX {
|
|
|
9066
7838
|
*/
|
|
9067
7839
|
"errorText"?: string;
|
|
9068
7840
|
/**
|
|
9069
|
-
* 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
|
|
7841
|
+
* 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.
|
|
9070
7842
|
*/
|
|
9071
7843
|
"fill"?: 'outline' | 'solid';
|
|
9072
7844
|
/**
|
|
@@ -9094,7 +7866,7 @@ declare namespace LocalJSX {
|
|
|
9094
7866
|
*/
|
|
9095
7867
|
"minlength"?: number;
|
|
9096
7868
|
/**
|
|
9097
|
-
* The mode determines
|
|
7869
|
+
* The mode determines which platform styles to use.
|
|
9098
7870
|
*/
|
|
9099
7871
|
"mode"?: "ios" | "md";
|
|
9100
7872
|
/**
|
|
@@ -9134,21 +7906,13 @@ declare namespace LocalJSX {
|
|
|
9134
7906
|
*/
|
|
9135
7907
|
"rows"?: number;
|
|
9136
7908
|
/**
|
|
9137
|
-
*
|
|
7909
|
+
* The shape of the textarea. If "round" it will have an increased border radius.
|
|
9138
7910
|
*/
|
|
9139
|
-
"shape"?: '
|
|
9140
|
-
/**
|
|
9141
|
-
* 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.
|
|
9142
|
-
*/
|
|
9143
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
7911
|
+
"shape"?: 'round';
|
|
9144
7912
|
/**
|
|
9145
7913
|
* If `true`, the element will have its spelling and grammar checked.
|
|
9146
7914
|
*/
|
|
9147
7915
|
"spellcheck"?: boolean;
|
|
9148
|
-
/**
|
|
9149
|
-
* The theme determines the visual appearance of the component.
|
|
9150
|
-
*/
|
|
9151
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9152
7916
|
/**
|
|
9153
7917
|
* The value of the textarea.
|
|
9154
7918
|
*/
|
|
@@ -9159,32 +7923,16 @@ declare namespace LocalJSX {
|
|
|
9159
7923
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
9160
7924
|
}
|
|
9161
7925
|
interface IonThumbnail {
|
|
9162
|
-
/**
|
|
9163
|
-
* The mode determines the platform behaviors of the component.
|
|
9164
|
-
*/
|
|
9165
|
-
"mode"?: "ios" | "md";
|
|
9166
|
-
/**
|
|
9167
|
-
* The theme determines the visual appearance of the component.
|
|
9168
|
-
*/
|
|
9169
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9170
7926
|
}
|
|
9171
7927
|
interface IonTitle {
|
|
9172
7928
|
/**
|
|
9173
7929
|
* 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).
|
|
9174
7930
|
*/
|
|
9175
7931
|
"color"?: Color;
|
|
9176
|
-
/**
|
|
9177
|
-
* The mode determines the platform behaviors of the component.
|
|
9178
|
-
*/
|
|
9179
|
-
"mode"?: "ios" | "md";
|
|
9180
7932
|
/**
|
|
9181
7933
|
* The size of the toolbar title.
|
|
9182
7934
|
*/
|
|
9183
7935
|
"size"?: 'large' | 'small';
|
|
9184
|
-
/**
|
|
9185
|
-
* The theme determines the visual appearance of the component.
|
|
9186
|
-
*/
|
|
9187
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9188
7936
|
}
|
|
9189
7937
|
interface IonToast {
|
|
9190
7938
|
/**
|
|
@@ -9244,7 +7992,7 @@ declare namespace LocalJSX {
|
|
|
9244
7992
|
*/
|
|
9245
7993
|
"message"?: string | IonicSafeString;
|
|
9246
7994
|
/**
|
|
9247
|
-
* The mode determines
|
|
7995
|
+
* The mode determines which platform styles to use.
|
|
9248
7996
|
*/
|
|
9249
7997
|
"mode"?: "ios" | "md";
|
|
9250
7998
|
/**
|
|
@@ -9287,20 +8035,12 @@ declare namespace LocalJSX {
|
|
|
9287
8035
|
* 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.
|
|
9288
8036
|
*/
|
|
9289
8037
|
"positionAnchor"?: HTMLElement | string;
|
|
9290
|
-
/**
|
|
9291
|
-
* 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.
|
|
9292
|
-
*/
|
|
9293
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
9294
8038
|
/**
|
|
9295
8039
|
* 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.
|
|
9296
8040
|
*/
|
|
9297
8041
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
9298
8042
|
/**
|
|
9299
|
-
*
|
|
9300
|
-
*/
|
|
9301
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9302
|
-
/**
|
|
9303
|
-
* 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).
|
|
8043
|
+
* 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).
|
|
9304
8044
|
*/
|
|
9305
8045
|
"translucent"?: boolean;
|
|
9306
8046
|
/**
|
|
@@ -9346,7 +8086,7 @@ declare namespace LocalJSX {
|
|
|
9346
8086
|
*/
|
|
9347
8087
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
9348
8088
|
/**
|
|
9349
|
-
* The mode determines
|
|
8089
|
+
* The mode determines which platform styles to use.
|
|
9350
8090
|
*/
|
|
9351
8091
|
"mode"?: "ios" | "md";
|
|
9352
8092
|
/**
|
|
@@ -9369,10 +8109,6 @@ declare namespace LocalJSX {
|
|
|
9369
8109
|
* If true, screen readers will announce it as a required field. This property works only for accessibility purposes, it will not prevent the form from submitting if the value is invalid.
|
|
9370
8110
|
*/
|
|
9371
8111
|
"required"?: boolean;
|
|
9372
|
-
/**
|
|
9373
|
-
* The theme determines the visual appearance of the component.
|
|
9374
|
-
*/
|
|
9375
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9376
8112
|
/**
|
|
9377
8113
|
* 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>`.
|
|
9378
8114
|
*/
|
|
@@ -9384,13 +8120,9 @@ declare namespace LocalJSX {
|
|
|
9384
8120
|
*/
|
|
9385
8121
|
"color"?: Color;
|
|
9386
8122
|
/**
|
|
9387
|
-
* The mode determines
|
|
8123
|
+
* The mode determines which platform styles to use.
|
|
9388
8124
|
*/
|
|
9389
8125
|
"mode"?: "ios" | "md";
|
|
9390
|
-
/**
|
|
9391
|
-
* The theme determines the visual appearance of the component.
|
|
9392
|
-
*/
|
|
9393
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9394
8126
|
}
|
|
9395
8127
|
interface IntrinsicElements {
|
|
9396
8128
|
"ion-accordion": IonAccordion;
|
|
@@ -9417,7 +8149,6 @@ declare namespace LocalJSX {
|
|
|
9417
8149
|
"ion-content": IonContent;
|
|
9418
8150
|
"ion-datetime": IonDatetime;
|
|
9419
8151
|
"ion-datetime-button": IonDatetimeButton;
|
|
9420
|
-
"ion-divider": IonDivider;
|
|
9421
8152
|
"ion-fab": IonFab;
|
|
9422
8153
|
"ion-fab-button": IonFabButton;
|
|
9423
8154
|
"ion-fab-list": IonFabList;
|
|
@@ -9520,7 +8251,6 @@ declare module "@stencil/core" {
|
|
|
9520
8251
|
"ion-content": LocalJSX.IonContent & JSXBase.HTMLAttributes<HTMLIonContentElement>;
|
|
9521
8252
|
"ion-datetime": LocalJSX.IonDatetime & JSXBase.HTMLAttributes<HTMLIonDatetimeElement>;
|
|
9522
8253
|
"ion-datetime-button": LocalJSX.IonDatetimeButton & JSXBase.HTMLAttributes<HTMLIonDatetimeButtonElement>;
|
|
9523
|
-
"ion-divider": LocalJSX.IonDivider & JSXBase.HTMLAttributes<HTMLIonDividerElement>;
|
|
9524
8254
|
"ion-fab": LocalJSX.IonFab & JSXBase.HTMLAttributes<HTMLIonFabElement>;
|
|
9525
8255
|
"ion-fab-button": LocalJSX.IonFabButton & JSXBase.HTMLAttributes<HTMLIonFabButtonElement>;
|
|
9526
8256
|
"ion-fab-list": LocalJSX.IonFabList & JSXBase.HTMLAttributes<HTMLIonFabListElement>;
|