@ionic/core 8.5.2-dev.11742574407.1a7233c2 → 8.5.2-dev.11742935752.148f25e6
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 +2 -43
- 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 -54
- package/components/ion-back-button.js +19 -29
- package/components/ion-badge.js +8 -47
- 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 +7 -11
- package/components/ion-segment-content.js +1 -1
- package/components/ion-segment-view.js +2 -6
- package/components/ion-segment.js +7 -11
- package/components/ion-select-option.js +2 -5
- package/components/ion-select.js +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 +47 -83
- package/components/popover.js +8 -11
- package/components/radio-group.js +3 -5
- package/components/radio.js +8 -12
- package/components/ripple-effect.js +8 -18
- package/components/select-modal.js +3 -3
- package/components/select-popover.js +2 -9
- package/components/spinner.js +9 -36
- package/components/status-tap.js +1 -1
- package/components/title.js +7 -11
- package/components/toolbar.js +7 -11
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/display.css +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css +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-11b0ba2f.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-d0dfbb50.js} +2 -43
- package/dist/cjs/{index-3d31ef2d.js → index-363fe6b2.js} +7 -10
- package/dist/cjs/index-48b2a28e.js +46 -0
- package/dist/cjs/{index-f835dc22.js → index-9b945a2d.js} +3 -3
- package/dist/cjs/index-c8d52405.js +10 -0
- package/dist/cjs/{index-042a8f38.js → index-f68a486a.js} +12 -12
- package/dist/cjs/{index-943c0438.js → index-fd6383b6.js} +15 -14
- package/dist/cjs/index.cjs.js +12 -11
- package/dist/cjs/{input-shims-c93f3c7f.js → input-shims-2d27a5be.js} +18 -18
- package/dist/cjs/{input.utils-00741e7b.js → input.utils-2f642324.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 -97
- 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 +48 -86
- 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 +11 -19
- 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 +1 -1
- package/dist/cjs/ion-segment-view.cjs.entry.js +2 -6
- package/dist/cjs/ion-segment_2.cjs.entry.js +14 -24
- 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-f970164c.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-aa8820dd.js} +6 -6
- package/dist/cjs/{notch-controller-14681d65.js → notch-controller-58d2e557.js} +4 -4
- package/dist/cjs/{overlays-288b775b.js → overlays-737576a2.js} +20 -19
- package/dist/cjs/{status-tap-a41ad873.js → status-tap-08d1ac81.js} +4 -5
- package/dist/cjs/{swipe-back-cf9385d3.js → swipe-back-951be2fd.js} +1 -3
- 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 -92
- package/dist/collection/components/avatar/avatar.md.css +0 -21
- 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 -128
- package/dist/collection/components/badge/badge.js +8 -94
- package/dist/collection/components/badge/badge.md.css +4 -128
- 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 +2 -20
- package/dist/collection/components/checkbox/checkbox.js +14 -64
- package/dist/collection/components/checkbox/checkbox.md.css +3 -21
- package/dist/collection/components/chip/chip.ios.css +1 -20
- package/dist/collection/components/chip/chip.js +8 -77
- package/dist/collection/components/chip/chip.md.css +1 -20
- package/dist/collection/components/col/col.css +0 -12
- package/dist/collection/components/col/col.js +5 -9
- package/dist/collection/components/content/content.css +2 -8
- package/dist/collection/components/content/content.js +11 -16
- package/dist/collection/components/datetime/datetime.ios.css +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 +2 -21
- package/dist/collection/components/input/input.js +30 -144
- package/dist/collection/components/input/input.md.css +4 -43
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +12 -48
- package/dist/collection/components/item/item.ios.css +69 -109
- package/dist/collection/components/item/item.js +16 -44
- package/dist/collection/components/item/item.md.css +68 -120
- package/dist/collection/components/item-divider/item-divider.ios.css +0 -18
- package/dist/collection/components/item-divider/item-divider.js +8 -11
- package/dist/collection/components/item-divider/item-divider.md.css +0 -18
- package/dist/collection/components/item-group/item-group.ios.css +0 -12
- package/dist/collection/components/item-group/item-group.js +7 -13
- package/dist/collection/components/item-group/item-group.md.css +0 -12
- package/dist/collection/components/item-option/item-option.ios.css +2 -14
- package/dist/collection/components/item-option/item-option.js +8 -43
- package/dist/collection/components/item-option/item-option.md.css +2 -14
- package/dist/collection/components/item-options/item-options.ios.css +0 -18
- package/dist/collection/components/item-options/item-options.js +7 -13
- package/dist/collection/components/item-options/item-options.md.css +0 -18
- package/dist/collection/components/item-sliding/item-sliding.css +0 -6
- package/dist/collection/components/item-sliding/item-sliding.js +4 -8
- package/dist/collection/components/label/label.ios.css +0 -18
- package/dist/collection/components/label/label.js +8 -11
- package/dist/collection/components/label/label.md.css +0 -18
- package/dist/collection/components/list/list.ios.css +0 -18
- package/dist/collection/components/list/list.js +9 -47
- package/dist/collection/components/list/list.md.css +2 -20
- package/dist/collection/components/list-header/list-header.ios.css +0 -18
- package/dist/collection/components/list-header/list-header.js +8 -11
- package/dist/collection/components/list-header/list-header.md.css +0 -18
- package/dist/collection/components/loading/loading.ios.css +1 -13
- package/dist/collection/components/loading/loading.js +10 -13
- package/dist/collection/components/loading/loading.md.css +1 -13
- package/dist/collection/components/menu/menu.ios.css +3 -15
- package/dist/collection/components/menu/menu.js +7 -12
- package/dist/collection/components/menu/menu.md.css +3 -15
- package/dist/collection/components/menu-button/menu-button.ios.css +14 -48
- package/dist/collection/components/menu-button/menu-button.js +10 -26
- package/dist/collection/components/menu-button/menu-button.md.css +15 -49
- package/dist/collection/components/menu-toggle/menu-toggle.js +5 -8
- package/dist/collection/components/modal/animations/sheet.js +2 -8
- package/dist/collection/components/modal/gestures/sheet.js +6 -10
- package/dist/collection/components/modal/modal.ios.css +63 -106
- package/dist/collection/components/modal/modal.js +11 -47
- package/dist/collection/components/modal/modal.md.css +63 -106
- package/dist/collection/components/nav/nav.css +1 -7
- package/dist/collection/components/nav/nav.js +5 -11
- package/dist/collection/components/nav-link/nav-link.js +1 -5
- package/dist/collection/components/note/note.ios.css +0 -12
- package/dist/collection/components/note/note.js +8 -11
- package/dist/collection/components/note/note.md.css +0 -12
- package/dist/collection/components/picker/picker.ios.css +3 -15
- package/dist/collection/components/picker/picker.js +48 -83
- 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 +0 -18
- package/dist/collection/components/radio-group/radio-group.js +3 -9
- package/dist/collection/components/radio-group/radio-group.md.css +0 -18
- 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 +8 -11
- package/dist/collection/components/segment-button/segment-button.md.css +107 -148
- package/dist/collection/components/segment-content/segment-content.js +1 -1
- package/dist/collection/components/segment-view/segment-view.ios.css +0 -6
- package/dist/collection/components/segment-view/segment-view.js +4 -6
- package/dist/collection/components/segment-view/segment-view.md.css +0 -6
- package/dist/collection/components/select/select.ios.css +121 -248
- package/dist/collection/components/select/select.js +55 -157
- package/dist/collection/components/select/select.md.css +123 -264
- 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 +88 -103
- package/dist/collection/components/tab-button/tab-button.js +8 -43
- package/dist/collection/components/tab-button/tab-button.md.css +88 -103
- package/dist/collection/components/tabs/tabs.css +1 -7
- package/dist/collection/components/tabs/tabs.js +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 +94 -201
- package/dist/collection/components/textarea/textarea.js +16 -69
- package/dist/collection/components/textarea/textarea.md.css +95 -214
- package/dist/collection/components/thumbnail/thumbnail.css +0 -6
- package/dist/collection/components/thumbnail/thumbnail.js +2 -9
- package/dist/collection/components/title/title.ios.css +4 -32
- package/dist/collection/components/title/title.js +7 -13
- package/dist/collection/components/title/title.md.css +4 -32
- package/dist/collection/components/toast/animations/utils.js +1 -1
- package/dist/collection/components/toast/toast.ios.css +35 -74
- package/dist/collection/components/toast/toast.js +10 -45
- package/dist/collection/components/toast/toast.md.css +35 -74
- package/dist/collection/components/toggle/toggle.ios.css +121 -228
- package/dist/collection/components/toggle/toggle.js +18 -73
- package/dist/collection/components/toggle/toggle.md.css +121 -225
- 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 -42
- 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 -7246
- 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-c7d92b77.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-e48b0397.js} +2 -43
- package/dist/esm/{index-4c3c5d46.js → index-527b9e34.js} +1 -1
- package/dist/esm/index-738d7504.js +42 -0
- package/dist/esm/index-8222b29f.js +167 -0
- package/dist/esm/{index-f36a3fa4.js → index-933ca126.js} +2 -2
- package/dist/esm/{index-eb1203fa.js → index-a313df53.js} +6 -6
- package/dist/esm/index-a5d50daf.js +7 -0
- package/dist/esm/{index-036caa00.js → index-c63afbe6.js} +11 -10
- package/dist/esm/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
- package/dist/esm/index.js +13 -12
- package/dist/esm/{input-shims-96f8d7c2.js → input-shims-3070628a.js} +8 -8
- package/dist/esm/{input.utils-22a20c3a.js → input.utils-926c04a8.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 +12 -98
- 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 +49 -87
- 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 +12 -20
- 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 +2 -2
- package/dist/esm/ion-segment-view.entry.js +3 -7
- package/dist/esm/ion-segment_2.entry.js +15 -25
- 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-5fe4d6c8.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-3d0d3730.js} +7 -7
- package/dist/esm/{notch-controller-cd983e05.js → notch-controller-381a5334.js} +2 -2
- package/dist/esm/{overlays-d60b1d1e.js → overlays-7579a420.js} +7 -6
- package/dist/esm/{status-tap-bf78b74d.js → status-tap-6367b913.js} +5 -6
- package/dist/esm/{swipe-back-fff82194.js → swipe-back-276cda49.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-c7d92b77.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-e48b0397.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-8222b29f.js +4 -0
- package/dist/esm-es5/index-933ca126.js +4 -0
- package/dist/esm-es5/index-a313df53.js +4 -0
- package/dist/esm-es5/index-a5d50daf.js +4 -0
- package/dist/esm-es5/index-c63afbe6.js +4 -0
- package/dist/esm-es5/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/input-shims-3070628a.js +4 -0
- package/dist/esm-es5/input.utils-926c04a8.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-5fe4d6c8.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-3d0d3730.js +4 -0
- package/dist/esm-es5/notch-controller-381a5334.js +4 -0
- package/dist/esm-es5/overlays-7579a420.js +4 -0
- package/dist/esm-es5/status-tap-6367b913.js +4 -0
- package/dist/esm-es5/swipe-back-276cda49.js +4 -0
- package/dist/html.html-data.json +203 -2395
- 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-023e8017.system.entry.js +4 -0
- package/dist/ionic/{p-d197eaeb.system.js → p-042d5353.system.js} +1 -1
- package/dist/ionic/p-060e4551.js +4 -0
- package/dist/ionic/p-0749768d.entry.js +4 -0
- package/dist/ionic/p-094c82d7.entry.js +4 -0
- package/dist/ionic/p-0adb6909.system.entry.js +4 -0
- package/dist/ionic/p-0be8a0b5.entry.js +4 -0
- package/dist/ionic/p-0bedc891.system.entry.js +4 -0
- package/dist/ionic/p-0c0ec971.entry.js +4 -0
- package/dist/ionic/p-0c9b8240.system.entry.js +4 -0
- package/dist/ionic/p-0ec5b7cf.system.js +4 -0
- package/dist/ionic/p-13886789.entry.js +4 -0
- package/dist/ionic/p-143ff664.system.entry.js +4 -0
- package/dist/ionic/p-18f9b6d5.entry.js +4 -0
- package/dist/ionic/p-19c32a76.entry.js +4 -0
- package/dist/ionic/p-1a9613bf.system.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-1d2844a5.system.entry.js +4 -0
- package/dist/ionic/p-1d98a7f1.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-1f837356.entry.js +4 -0
- package/dist/ionic/{p-be1800d4.js → p-2027221d.js} +1 -1
- package/dist/ionic/p-21371278.system.entry.js +4 -0
- package/dist/ionic/p-21891ead.js +4 -0
- package/dist/ionic/{p-2d30c885.js → p-22bc235f.js} +1 -1
- package/dist/ionic/p-22fb2d77.system.entry.js +4 -0
- package/dist/ionic/p-24ae7b33.system.js +4 -0
- package/dist/ionic/{p-de9f68cb.js → p-27281edd.js} +1 -1
- package/dist/ionic/p-297d6806.system.js +4 -0
- package/dist/ionic/p-29a5b4e4.entry.js +4 -0
- package/dist/ionic/p-2ab4a324.system.entry.js +4 -0
- package/dist/ionic/p-2b7827c7.js +4 -0
- package/dist/ionic/p-2ee9a2c6.entry.js +4 -0
- package/dist/ionic/p-2fa5a4b1.entry.js +4 -0
- package/dist/ionic/p-3479f51b.system.js +4 -0
- package/dist/ionic/p-35f14792.entry.js +4 -0
- package/dist/ionic/p-37a438ad.system.entry.js +4 -0
- package/dist/ionic/p-3af7b907.entry.js +4 -0
- package/dist/ionic/p-3bd5fedc.system.js +4 -0
- package/dist/ionic/p-3be7cdeb.system.entry.js +4 -0
- package/dist/ionic/p-3e86b4fa.system.js +4 -0
- package/dist/ionic/p-3f4327f7.js +4 -0
- package/dist/ionic/p-42f6e75c.entry.js +4 -0
- package/dist/ionic/p-4470f87b.system.entry.js +4 -0
- package/dist/ionic/p-4493c1ac.entry.js +4 -0
- package/dist/ionic/p-44e168f3.system.js +4 -0
- package/dist/ionic/p-4630688e.system.entry.js +4 -0
- package/dist/ionic/p-472c7e08.system.entry.js +4 -0
- package/dist/ionic/p-491de063.system.entry.js +4 -0
- package/dist/ionic/p-49cb79a1.system.entry.js +4 -0
- package/dist/ionic/p-4c44d04c.js +4 -0
- package/dist/ionic/p-4c94580e.js +4 -0
- package/dist/ionic/p-4d0190ad.system.entry.js +4 -0
- package/dist/ionic/p-50f38461.entry.js +4 -0
- package/dist/ionic/p-51c363e7.system.js +4 -0
- package/dist/ionic/p-524ad57e.system.entry.js +4 -0
- package/dist/ionic/p-54893ae3.entry.js +4 -0
- package/dist/ionic/p-54e9620f.js +4 -0
- package/dist/ionic/p-597ff9af.js +4 -0
- package/dist/ionic/{p-a3ad8084.system.js → p-5eb6f582.system.js} +1 -1
- package/dist/ionic/p-5f4ff20a.entry.js +4 -0
- package/dist/ionic/p-606887b7.system.entry.js +4 -0
- package/dist/ionic/p-61e794fb.entry.js +4 -0
- package/dist/ionic/{p-578d5013.js → p-66a5d6a8.js} +1 -1
- package/dist/ionic/{p-34fa2a61.system.js → p-6797c66e.system.js} +2 -2
- package/dist/ionic/p-6e24cf82.entry.js +4 -0
- package/dist/ionic/p-72e6a9c6.entry.js +4 -0
- package/dist/ionic/p-747f9517.entry.js +4 -0
- package/dist/ionic/{p-fcedca77.system.js → p-77991411.system.js} +1 -1
- package/dist/ionic/p-792919fd.system.js +4 -0
- package/dist/ionic/p-7b30edcc.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-7f39653f.entry.js +4 -0
- package/dist/ionic/p-7ff4f502.entry.js +4 -0
- package/dist/ionic/p-81378456.system.entry.js +4 -0
- package/dist/ionic/p-81474833.system.entry.js +4 -0
- package/dist/ionic/p-838cc359.entry.js +4 -0
- package/dist/ionic/p-888d383b.system.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-8deac7df.system.entry.js +4 -0
- package/dist/ionic/p-8fa4fa3f.entry.js +4 -0
- package/dist/ionic/p-8fa62efe.system.entry.js +4 -0
- package/dist/ionic/p-8fc426e2.entry.js +4 -0
- package/dist/ionic/{p-5df8d52a.system.js → p-9146695e.system.js} +1 -1
- package/dist/ionic/p-941c06bc.js +4 -0
- package/dist/ionic/p-959cf042.system.entry.js +4 -0
- package/dist/ionic/p-988a0306.system.js +4 -0
- package/dist/ionic/{p-b3b40a2f.system.js → p-9a2ff5ea.system.js} +1 -1
- package/dist/ionic/p-9af7f110.js +4 -0
- package/dist/ionic/p-9b069739.entry.js +4 -0
- package/dist/ionic/p-9df36075.system.entry.js +4 -0
- package/dist/ionic/p-9e51f822.js +4 -0
- package/dist/ionic/p-a0a40004.system.entry.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-a587b2ae.system.js +4 -0
- package/dist/ionic/p-a63b345e.system.entry.js +4 -0
- package/dist/ionic/{p-c0abf8f8.system.js → p-a6625de8.system.js} +1 -1
- package/dist/ionic/{p-2b8078c3.system.js → p-a93873de.system.js} +1 -1
- package/dist/ionic/p-a9f2c0a7.entry.js +4 -0
- package/dist/ionic/p-ab7337e1.entry.js +4 -0
- package/dist/ionic/p-abe101da.system.js +4 -0
- package/dist/ionic/p-ac58d726.system.entry.js +4 -0
- package/dist/ionic/p-ace2d2be.entry.js +4 -0
- package/dist/ionic/p-ada878ce.entry.js +4 -0
- package/dist/ionic/p-b055d618.entry.js +4 -0
- package/dist/ionic/{p-6eb15fc1.system.js → p-b06ac4a5.system.js} +1 -1
- package/dist/ionic/p-b2296998.system.entry.js +4 -0
- package/dist/ionic/p-b2ee0628.system.entry.js +4 -0
- package/dist/ionic/p-b6174297.entry.js +4 -0
- package/dist/ionic/p-b85d199c.entry.js +4 -0
- package/dist/ionic/p-b8c2dbcd.entry.js +4 -0
- package/dist/ionic/p-b9ea58ef.js +4 -0
- package/dist/ionic/p-b9eb1465.system.entry.js +4 -0
- package/dist/ionic/p-b9f2e353.entry.js +4 -0
- package/dist/ionic/p-bbc6db8c.entry.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-c25c0ba4.entry.js +4 -0
- package/dist/ionic/p-c468af8a.system.js +4 -0
- package/dist/ionic/p-c5b5f44a.entry.js +4 -0
- package/dist/ionic/p-c61cc894.js +4 -0
- package/dist/ionic/p-c6a20407.system.entry.js +4 -0
- package/dist/ionic/{p-a92ad86c.js → p-c7e16491.js} +1 -1
- package/dist/ionic/p-c8331397.system.entry.js +4 -0
- package/dist/ionic/{p-3e9058ad.js → p-c8402249.js} +1 -1
- package/dist/ionic/p-c8bf9ba7.entry.js +4 -0
- package/dist/ionic/p-ceaea4ce.js +4 -0
- package/dist/ionic/p-d37fdc68.system.entry.js +4 -0
- package/dist/ionic/p-d47265c8.js +4 -0
- package/dist/ionic/p-d6753868.entry.js +4 -0
- package/dist/ionic/p-d7032956.system.js +4 -0
- package/dist/ionic/p-d8c9d5ac.system.entry.js +4 -0
- package/dist/ionic/{p-58f16ef6.js → p-da2b833b.js} +1 -1
- package/dist/ionic/p-daf1e8ec.system.entry.js +4 -0
- package/dist/ionic/p-def7a8bd.system.entry.js +4 -0
- package/dist/ionic/p-e00b72ce.js +4 -0
- package/dist/ionic/p-e0a05506.js +4 -0
- package/dist/ionic/p-e0c43e11.system.entry.js +4 -0
- package/dist/ionic/p-e4683bfd.system.entry.js +4 -0
- package/dist/ionic/p-e4d4d8ac.system.entry.js +4 -0
- package/dist/ionic/p-e5708e5d.system.entry.js +4 -0
- package/dist/ionic/p-e5c27d9f.system.entry.js +4 -0
- package/dist/ionic/p-e5cf01f1.entry.js +4 -0
- package/dist/ionic/p-e7309bfa.js +4 -0
- package/dist/ionic/p-ed768b77.entry.js +4 -0
- package/dist/ionic/p-eec4b772.entry.js +4 -0
- package/dist/ionic/p-eeee3990.system.entry.js +4 -0
- package/dist/ionic/p-efa0f3f5.entry.js +4 -0
- package/dist/ionic/p-f02e9382.system.entry.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-f554845e.js +4 -0
- package/dist/ionic/p-f663de24.entry.js +4 -0
- 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-f94b2f2f.system.entry.js +4 -0
- package/dist/ionic/p-ff4a1ba0.system.entry.js +4 -0
- package/dist/types/components/accordion/accordion.d.ts +3 -5
- package/dist/types/components/accordion-group/accordion-group.d.ts +1 -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 -28
- package/dist/types/components/back-button/back-button.d.ts +1 -2
- package/dist/types/components/backdrop/backdrop.d.ts +0 -4
- package/dist/types/components/badge/badge.d.ts +1 -28
- 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 +9 -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 +1 -2
- 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 +185 -1418
- 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 -11
- 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 +931 -2558
- package/hydrate/index.mjs +931 -2558
- 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/list2.js +0 -6
- package/components/x.js +0 -6
- package/css/ionic/bundle.ionic.css +0 -1
- package/css/ionic/bundle.ionic.css.map +0 -1
- package/css/ionic/core.ionic.css +0 -1
- package/css/ionic/core.ionic.css.map +0 -1
- package/css/ionic/global.bundle.ionic.css +0 -1
- package/css/ionic/global.bundle.ionic.css.map +0 -1
- package/css/ionic/ionic-swiper.ionic.css +0 -1
- package/css/ionic/ionic-swiper.ionic.css.map +0 -1
- package/css/ionic/link.ionic.css +0 -1
- package/css/ionic/link.ionic.css.map +0 -1
- package/css/ionic/structure.ionic.css +0 -1
- package/css/ionic/structure.ionic.css.map +0 -1
- package/css/ionic/typography.ionic.css +0 -1
- package/css/ionic/typography.ionic.css.map +0 -1
- package/css/ionic/utils.bundle.ionic.css +0 -1
- package/css/ionic/utils.bundle.ionic.css.map +0 -1
- package/dist/cjs/caret-down-3c215cff.js +0 -8
- package/dist/cjs/caret-left-2bb66970.js +0 -8
- package/dist/cjs/caret-right-88e03970.js +0 -8
- package/dist/cjs/config-aff4ff52.js +0 -84
- package/dist/cjs/ionic-global-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 -285
- package/dist/collection/components/backdrop/backdrop.ionic.css +0 -150
- package/dist/collection/components/badge/badge.ionic.css +0 -313
- 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 -402
- package/dist/collection/components/chip/chip.ionic.css +0 -160
- package/dist/collection/components/datetime/datetime.ionic.css +0 -673
- package/dist/collection/components/header/header.ionic.css +0 -86
- package/dist/collection/components/input/input.ionic.css +0 -1078
- 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/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 -824
- package/dist/collection/components/select-modal/select-modal.ionic.css +0 -121
- package/dist/collection/components/spinner/spinner.common.css +0 -199
- package/dist/collection/components/tab-bar/tab-bar.ionic.css +0 -188
- package/dist/collection/components/tab-button/tab-button.ionic.css +0 -282
- package/dist/collection/components/textarea/textarea.ionic.css +0 -860
- 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 -516
- package/dist/collection/components/toolbar/toolbar.ionic.css +0 -233
- package/dist/esm/caret-down-3eaad1cc.js +0 -6
- package/dist/esm/caret-left-33424bb0.js +0 -6
- package/dist/esm/caret-right-68d856ad.js +0 -6
- package/dist/esm/config-84eb9670.js +0 -79
- package/dist/esm/ionic-global-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/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-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-020ce0a5.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-05a95ec2.system.entry.js +0 -4
- package/dist/ionic/p-065bfce7.entry.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-07239f26.entry.js +0 -4
- package/dist/ionic/p-08779b2f.entry.js +0 -4
- package/dist/ionic/p-0ddb545c.system.entry.js +0 -4
- package/dist/ionic/p-0ea8053e.system.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-110a551b.system.entry.js +0 -4
- package/dist/ionic/p-11ac6c97.entry.js +0 -4
- package/dist/ionic/p-148ed064.entry.js +0 -4
- package/dist/ionic/p-1613cd36.system.entry.js +0 -4
- package/dist/ionic/p-1bb9592a.entry.js +0 -4
- package/dist/ionic/p-1fb3f167.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-21bfb906.entry.js +0 -4
- package/dist/ionic/p-22b9f494.system.entry.js +0 -4
- package/dist/ionic/p-22d26239.entry.js +0 -4
- package/dist/ionic/p-243adf8c.js +0 -4
- package/dist/ionic/p-25462b1c.entry.js +0 -4
- package/dist/ionic/p-266448a7.system.entry.js +0 -4
- package/dist/ionic/p-289d78ed.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-2a309c9b.system.entry.js +0 -4
- package/dist/ionic/p-2addc8ab.system.entry.js +0 -4
- package/dist/ionic/p-2b2ad756.entry.js +0 -4
- package/dist/ionic/p-2cede1ff.system.entry.js +0 -4
- package/dist/ionic/p-2f0fa144.system.entry.js +0 -4
- package/dist/ionic/p-2f14ca13.js +0 -4
- package/dist/ionic/p-30199da6.system.entry.js +0 -4
- package/dist/ionic/p-31956865.system.entry.js +0 -4
- package/dist/ionic/p-353475f7.system.entry.js +0 -4
- package/dist/ionic/p-36b11a30.system.entry.js +0 -4
- package/dist/ionic/p-387a27f2.entry.js +0 -4
- package/dist/ionic/p-394a86da.entry.js +0 -4
- package/dist/ionic/p-396bdcf7.js +0 -4
- package/dist/ionic/p-3b4dcba2.system.entry.js +0 -4
- package/dist/ionic/p-3b7155e5.system.entry.js +0 -4
- package/dist/ionic/p-3f3d894a.entry.js +0 -4
- package/dist/ionic/p-40e83885.system.entry.js +0 -4
- package/dist/ionic/p-40ea7c52.js +0 -4
- package/dist/ionic/p-41feda15.entry.js +0 -4
- package/dist/ionic/p-429dd2b5.system.js +0 -4
- package/dist/ionic/p-443152fd.js +0 -4
- package/dist/ionic/p-4459a66e.system.js +0 -4
- package/dist/ionic/p-50f80a09.system.entry.js +0 -4
- package/dist/ionic/p-534b5031.js +0 -4
- package/dist/ionic/p-583f0c5f.js +0 -4
- package/dist/ionic/p-5b57d327.system.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-622f15e2.system.entry.js +0 -4
- package/dist/ionic/p-6358892b.system.entry.js +0 -4
- package/dist/ionic/p-64771457.system.entry.js +0 -4
- package/dist/ionic/p-653e4810.entry.js +0 -4
- package/dist/ionic/p-6761a590.js +0 -4
- package/dist/ionic/p-6a0dd6bc.js +0 -4
- package/dist/ionic/p-6c003283.entry.js +0 -4
- package/dist/ionic/p-6e352a33.entry.js +0 -4
- package/dist/ionic/p-6e5a3112.system.entry.js +0 -4
- package/dist/ionic/p-6f7d76d1.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-717baf25.entry.js +0 -4
- package/dist/ionic/p-71a5fe4f.system.entry.js +0 -4
- package/dist/ionic/p-76151fa4.entry.js +0 -4
- package/dist/ionic/p-787d9af9.js +0 -4
- package/dist/ionic/p-78fbb151.system.js +0 -4
- package/dist/ionic/p-7bdb9d37.system.entry.js +0 -4
- package/dist/ionic/p-7dbbb35d.entry.js +0 -4
- package/dist/ionic/p-7eafc9ce.system.entry.js +0 -4
- package/dist/ionic/p-80263807.system.js +0 -4
- package/dist/ionic/p-8055cb44.entry.js +0 -4
- package/dist/ionic/p-83787941.entry.js +0 -4
- package/dist/ionic/p-83d7c238.system.entry.js +0 -4
- package/dist/ionic/p-86a390a7.js +0 -4
- package/dist/ionic/p-8870fcbd.entry.js +0 -4
- package/dist/ionic/p-88f73181.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-8d19796f.system.entry.js +0 -4
- package/dist/ionic/p-8e2770ec.system.entry.js +0 -4
- package/dist/ionic/p-8f24bcef.entry.js +0 -4
- package/dist/ionic/p-8f3bd9ab.system.js +0 -4
- package/dist/ionic/p-8f506e8b.system.entry.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-9252b838.entry.js +0 -4
- package/dist/ionic/p-95109138.system.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-9b177519.js +0 -4
- package/dist/ionic/p-9dab7e7c.js +0 -4
- package/dist/ionic/p-9ed53b73.system.entry.js +0 -4
- package/dist/ionic/p-9ed7fcdb.system.entry.js +0 -4
- package/dist/ionic/p-a0528005.system.entry.js +0 -4
- package/dist/ionic/p-a23bf697.entry.js +0 -4
- package/dist/ionic/p-a2834d5f.entry.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-a84c1142.entry.js +0 -4
- package/dist/ionic/p-a9af4103.js +0 -4
- package/dist/ionic/p-b7cd5c72.entry.js +0 -4
- package/dist/ionic/p-b909ffd9.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-c3ed361f.entry.js +0 -4
- package/dist/ionic/p-c47cb709.js +0 -4
- package/dist/ionic/p-cd95f723.entry.js +0 -4
- package/dist/ionic/p-d2e6afa9.system.js +0 -4
- package/dist/ionic/p-d4a21287.js +0 -4
- package/dist/ionic/p-d4b468fb.system.entry.js +0 -4
- package/dist/ionic/p-d8630eee.entry.js +0 -4
- package/dist/ionic/p-d89aa717.system.entry.js +0 -4
- package/dist/ionic/p-d8e6b7d8.system.entry.js +0 -4
- package/dist/ionic/p-d953595d.entry.js +0 -4
- package/dist/ionic/p-dc98aaa3.system.entry.js +0 -4
- package/dist/ionic/p-dd7a3323.entry.js +0 -4
- package/dist/ionic/p-deb05ec4.js +0 -4
- package/dist/ionic/p-e1c355d8.entry.js +0 -4
- package/dist/ionic/p-e2013908.entry.js +0 -4
- package/dist/ionic/p-e203a11e.entry.js +0 -4
- package/dist/ionic/p-e3a82b9b.system.entry.js +0 -4
- package/dist/ionic/p-e3b70846.system.js +0 -4
- package/dist/ionic/p-e3cb0381.entry.js +0 -4
- package/dist/ionic/p-e5ae7793.entry.js +0 -4
- package/dist/ionic/p-ea102c25.system.entry.js +0 -4
- package/dist/ionic/p-eb15cdb8.entry.js +0 -4
- package/dist/ionic/p-edf7cdf0.system.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-fdcaa201.system.js +0 -4
- package/dist/ionic/p-fe47b81f.system.entry.js +0 -4
- package/dist/ionic/p-ff030e07.system.entry.js +0 -4
- package/dist/ionic/p-ffa0b5e9.system.entry.js +0 -4
- /package/dist/collection/components/{refresher-content/refresher-content.css → input-password-toggle/input-password-toggle.css} +0 -0
|
@@ -86,21 +86,17 @@ export namespace Components {
|
|
|
86
86
|
*/
|
|
87
87
|
"disabled": boolean;
|
|
88
88
|
/**
|
|
89
|
-
* The mode determines
|
|
89
|
+
* The mode determines which platform styles to use.
|
|
90
90
|
*/
|
|
91
91
|
"mode"?: "ios" | "md";
|
|
92
92
|
/**
|
|
93
93
|
* If `true`, the accordion cannot be interacted with, but does not alter the opacity.
|
|
94
94
|
*/
|
|
95
95
|
"readonly": boolean;
|
|
96
|
-
/**
|
|
97
|
-
* The theme determines the visual appearance of the component.
|
|
98
|
-
*/
|
|
99
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
100
96
|
/**
|
|
101
97
|
* The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
|
|
102
98
|
*/
|
|
103
|
-
"toggleIcon"
|
|
99
|
+
"toggleIcon": string;
|
|
104
100
|
/**
|
|
105
101
|
* The slot inside of `ion-item` to place the toggle icon. Defaults to `"end"`.
|
|
106
102
|
*/
|
|
@@ -125,7 +121,7 @@ export namespace Components {
|
|
|
125
121
|
"expand": 'compact' | 'inset';
|
|
126
122
|
"getAccordions": () => Promise<HTMLIonAccordionElement[]>;
|
|
127
123
|
/**
|
|
128
|
-
* The mode determines
|
|
124
|
+
* The mode determines which platform styles to use.
|
|
129
125
|
*/
|
|
130
126
|
"mode"?: "ios" | "md";
|
|
131
127
|
/**
|
|
@@ -140,14 +136,6 @@ export namespace Components {
|
|
|
140
136
|
* This method is used to ensure that the value of ion-accordion-group is being set in a valid way. This method should only be called in response to a user generated action.
|
|
141
137
|
*/
|
|
142
138
|
"requestAccordionToggle": (accordionValue: string | undefined, accordionExpand: boolean) => Promise<void>;
|
|
143
|
-
/**
|
|
144
|
-
* Set to `"soft"` for an accordion group with slightly rounded corners, `"round"` for an accordion group with fully rounded corners, or `"rectangular"` for an accordion group without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes. Only applies when `expand` is set to `"inset"`.
|
|
145
|
-
*/
|
|
146
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
147
|
-
/**
|
|
148
|
-
* The theme determines the visual appearance of the component.
|
|
149
|
-
*/
|
|
150
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
151
139
|
/**
|
|
152
140
|
* The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
|
|
153
141
|
*/
|
|
@@ -203,7 +191,7 @@ export namespace Components {
|
|
|
203
191
|
*/
|
|
204
192
|
"leaveAnimation"?: AnimationBuilder;
|
|
205
193
|
/**
|
|
206
|
-
* The mode determines
|
|
194
|
+
* The mode determines which platform styles to use.
|
|
207
195
|
*/
|
|
208
196
|
"mode"?: "ios" | "md";
|
|
209
197
|
/**
|
|
@@ -224,11 +212,7 @@ export namespace Components {
|
|
|
224
212
|
*/
|
|
225
213
|
"subHeader"?: string;
|
|
226
214
|
/**
|
|
227
|
-
*
|
|
228
|
-
*/
|
|
229
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
230
|
-
/**
|
|
231
|
-
* If `true`, the action sheet will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
215
|
+
* If `true`, the action sheet will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
232
216
|
*/
|
|
233
217
|
"translucent": boolean;
|
|
234
218
|
/**
|
|
@@ -294,7 +278,7 @@ export namespace Components {
|
|
|
294
278
|
*/
|
|
295
279
|
"message"?: string | IonicSafeString;
|
|
296
280
|
/**
|
|
297
|
-
* The mode determines
|
|
281
|
+
* The mode determines which platform styles to use.
|
|
298
282
|
*/
|
|
299
283
|
"mode"?: "ios" | "md";
|
|
300
284
|
/**
|
|
@@ -315,11 +299,7 @@ export namespace Components {
|
|
|
315
299
|
*/
|
|
316
300
|
"subHeader"?: string;
|
|
317
301
|
/**
|
|
318
|
-
*
|
|
319
|
-
*/
|
|
320
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
321
|
-
/**
|
|
322
|
-
* If `true`, the alert will be translucent. Only applies when the theme is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
302
|
+
* If `true`, the alert will be translucent. Only applies when the mode is `"ios"` and the device supports [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
323
303
|
*/
|
|
324
304
|
"translucent": boolean;
|
|
325
305
|
/**
|
|
@@ -328,37 +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
|
-
* The mode determines the platform behaviors of the component.
|
|
348
|
-
*/
|
|
349
|
-
"mode"?: "ios" | "md";
|
|
350
|
-
/**
|
|
351
|
-
* 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.
|
|
352
|
-
*/
|
|
353
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
354
|
-
/**
|
|
355
|
-
* 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.
|
|
356
|
-
*/
|
|
357
|
-
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
358
|
-
/**
|
|
359
|
-
* The theme determines the visual appearance of the component.
|
|
360
|
-
*/
|
|
361
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
362
317
|
}
|
|
363
318
|
interface IonBackButton {
|
|
364
319
|
/**
|
|
@@ -378,7 +333,7 @@ export namespace Components {
|
|
|
378
333
|
*/
|
|
379
334
|
"icon"?: string | null;
|
|
380
335
|
/**
|
|
381
|
-
* The mode determines
|
|
336
|
+
* The mode determines which platform styles to use.
|
|
382
337
|
*/
|
|
383
338
|
"mode"?: "ios" | "md";
|
|
384
339
|
/**
|
|
@@ -389,20 +344,12 @@ export namespace Components {
|
|
|
389
344
|
* The text to display in the back button.
|
|
390
345
|
*/
|
|
391
346
|
"text"?: string | null;
|
|
392
|
-
/**
|
|
393
|
-
* The theme determines the visual appearance of the component.
|
|
394
|
-
*/
|
|
395
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
396
347
|
/**
|
|
397
348
|
* The type of the button.
|
|
398
349
|
*/
|
|
399
350
|
"type": 'submit' | 'reset' | 'button';
|
|
400
351
|
}
|
|
401
352
|
interface IonBackdrop {
|
|
402
|
-
/**
|
|
403
|
-
* The mode determines the platform behaviors of the component.
|
|
404
|
-
*/
|
|
405
|
-
"mode"?: "ios" | "md";
|
|
406
353
|
/**
|
|
407
354
|
* If `true`, the backdrop will stop propagation on tap.
|
|
408
355
|
*/
|
|
@@ -411,10 +358,6 @@ export namespace Components {
|
|
|
411
358
|
* If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
|
|
412
359
|
*/
|
|
413
360
|
"tappable": boolean;
|
|
414
|
-
/**
|
|
415
|
-
* The theme determines the visual appearance of the component.
|
|
416
|
-
*/
|
|
417
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
418
361
|
/**
|
|
419
362
|
* If `true`, the backdrop will be visible.
|
|
420
363
|
*/
|
|
@@ -426,25 +369,9 @@ export namespace Components {
|
|
|
426
369
|
*/
|
|
427
370
|
"color"?: Color;
|
|
428
371
|
/**
|
|
429
|
-
* The mode determines
|
|
372
|
+
* The mode determines which platform styles to use.
|
|
430
373
|
*/
|
|
431
374
|
"mode"?: "ios" | "md";
|
|
432
|
-
/**
|
|
433
|
-
* 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.
|
|
434
|
-
*/
|
|
435
|
-
"shape"?: 'soft' | 'round | rectangular';
|
|
436
|
-
/**
|
|
437
|
-
* 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.
|
|
438
|
-
*/
|
|
439
|
-
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
440
|
-
/**
|
|
441
|
-
* The theme determines the visual appearance of the component.
|
|
442
|
-
*/
|
|
443
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
444
|
-
/**
|
|
445
|
-
* 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.
|
|
446
|
-
*/
|
|
447
|
-
"vertical"?: 'top' | 'bottom';
|
|
448
375
|
}
|
|
449
376
|
interface IonBreadcrumb {
|
|
450
377
|
/**
|
|
@@ -470,7 +397,7 @@ export namespace Components {
|
|
|
470
397
|
"href": string | undefined;
|
|
471
398
|
"last": boolean;
|
|
472
399
|
/**
|
|
473
|
-
* The mode determines
|
|
400
|
+
* The mode determines which platform styles to use.
|
|
474
401
|
*/
|
|
475
402
|
"mode"?: "ios" | "md";
|
|
476
403
|
/**
|
|
@@ -494,10 +421,6 @@ export namespace Components {
|
|
|
494
421
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
495
422
|
*/
|
|
496
423
|
"target": string | undefined;
|
|
497
|
-
/**
|
|
498
|
-
* The theme determines the visual appearance of the component.
|
|
499
|
-
*/
|
|
500
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
501
424
|
}
|
|
502
425
|
interface IonBreadcrumbs {
|
|
503
426
|
/**
|
|
@@ -517,13 +440,9 @@ export namespace Components {
|
|
|
517
440
|
*/
|
|
518
441
|
"maxItems"?: number;
|
|
519
442
|
/**
|
|
520
|
-
* The mode determines
|
|
443
|
+
* The mode determines which platform styles to use.
|
|
521
444
|
*/
|
|
522
445
|
"mode"?: "ios" | "md";
|
|
523
|
-
/**
|
|
524
|
-
* The theme determines the visual appearance of the component.
|
|
525
|
-
*/
|
|
526
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
527
446
|
}
|
|
528
447
|
interface IonButton {
|
|
529
448
|
/**
|
|
@@ -559,7 +478,7 @@ export namespace Components {
|
|
|
559
478
|
*/
|
|
560
479
|
"href": string | undefined;
|
|
561
480
|
/**
|
|
562
|
-
* The mode determines
|
|
481
|
+
* The mode determines which platform styles to use.
|
|
563
482
|
*/
|
|
564
483
|
"mode"?: "ios" | "md";
|
|
565
484
|
/**
|
|
@@ -575,13 +494,13 @@ export namespace Components {
|
|
|
575
494
|
*/
|
|
576
495
|
"routerDirection": RouterDirection;
|
|
577
496
|
/**
|
|
578
|
-
* Set to `"
|
|
497
|
+
* Set to `"round"` for a button with more rounded corners.
|
|
579
498
|
*/
|
|
580
|
-
"shape"?: '
|
|
499
|
+
"shape"?: 'round';
|
|
581
500
|
/**
|
|
582
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.
|
|
583
502
|
*/
|
|
584
|
-
"size"?: '
|
|
503
|
+
"size"?: 'small' | 'default' | 'large';
|
|
585
504
|
/**
|
|
586
505
|
* If `true`, activates a button with a heavier font weight.
|
|
587
506
|
*/
|
|
@@ -590,10 +509,6 @@ export namespace Components {
|
|
|
590
509
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
591
510
|
*/
|
|
592
511
|
"target": string | undefined;
|
|
593
|
-
/**
|
|
594
|
-
* The theme determines the visual appearance of the component.
|
|
595
|
-
*/
|
|
596
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
597
512
|
/**
|
|
598
513
|
* The type of the button.
|
|
599
514
|
*/
|
|
@@ -601,17 +516,9 @@ export namespace Components {
|
|
|
601
516
|
}
|
|
602
517
|
interface IonButtons {
|
|
603
518
|
/**
|
|
604
|
-
* 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)
|
|
605
520
|
*/
|
|
606
521
|
"collapse": boolean;
|
|
607
|
-
/**
|
|
608
|
-
* The mode determines the platform behaviors of the component.
|
|
609
|
-
*/
|
|
610
|
-
"mode"?: "ios" | "md";
|
|
611
|
-
/**
|
|
612
|
-
* The theme determines the visual appearance of the component.
|
|
613
|
-
*/
|
|
614
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
615
522
|
}
|
|
616
523
|
interface IonCard {
|
|
617
524
|
/**
|
|
@@ -635,7 +542,7 @@ export namespace Components {
|
|
|
635
542
|
*/
|
|
636
543
|
"href": string | undefined;
|
|
637
544
|
/**
|
|
638
|
-
* The mode determines
|
|
545
|
+
* The mode determines which platform styles to use.
|
|
639
546
|
*/
|
|
640
547
|
"mode"?: "ios" | "md";
|
|
641
548
|
/**
|
|
@@ -650,18 +557,10 @@ export namespace Components {
|
|
|
650
557
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
651
558
|
*/
|
|
652
559
|
"routerDirection": RouterDirection;
|
|
653
|
-
/**
|
|
654
|
-
* 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"`.
|
|
655
|
-
*/
|
|
656
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
657
560
|
/**
|
|
658
561
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
659
562
|
*/
|
|
660
563
|
"target": string | undefined;
|
|
661
|
-
/**
|
|
662
|
-
* The theme determines the visual appearance of the component.
|
|
663
|
-
*/
|
|
664
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
665
564
|
/**
|
|
666
565
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
667
566
|
*/
|
|
@@ -669,13 +568,9 @@ export namespace Components {
|
|
|
669
568
|
}
|
|
670
569
|
interface IonCardContent {
|
|
671
570
|
/**
|
|
672
|
-
* The mode determines
|
|
571
|
+
* The mode determines which platform styles to use.
|
|
673
572
|
*/
|
|
674
573
|
"mode"?: "ios" | "md";
|
|
675
|
-
/**
|
|
676
|
-
* The theme determines the visual appearance of the component.
|
|
677
|
-
*/
|
|
678
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
679
574
|
}
|
|
680
575
|
interface IonCardHeader {
|
|
681
576
|
/**
|
|
@@ -683,15 +578,11 @@ export namespace Components {
|
|
|
683
578
|
*/
|
|
684
579
|
"color"?: Color;
|
|
685
580
|
/**
|
|
686
|
-
* The mode determines
|
|
581
|
+
* The mode determines which platform styles to use.
|
|
687
582
|
*/
|
|
688
583
|
"mode"?: "ios" | "md";
|
|
689
584
|
/**
|
|
690
|
-
*
|
|
691
|
-
*/
|
|
692
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
693
|
-
/**
|
|
694
|
-
* 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).
|
|
695
586
|
*/
|
|
696
587
|
"translucent": boolean;
|
|
697
588
|
}
|
|
@@ -701,13 +592,9 @@ export namespace Components {
|
|
|
701
592
|
*/
|
|
702
593
|
"color"?: Color;
|
|
703
594
|
/**
|
|
704
|
-
* The mode determines
|
|
595
|
+
* The mode determines which platform styles to use.
|
|
705
596
|
*/
|
|
706
597
|
"mode"?: "ios" | "md";
|
|
707
|
-
/**
|
|
708
|
-
* The theme determines the visual appearance of the component.
|
|
709
|
-
*/
|
|
710
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
711
598
|
}
|
|
712
599
|
interface IonCardTitle {
|
|
713
600
|
/**
|
|
@@ -715,13 +602,9 @@ export namespace Components {
|
|
|
715
602
|
*/
|
|
716
603
|
"color"?: Color;
|
|
717
604
|
/**
|
|
718
|
-
* The mode determines
|
|
605
|
+
* The mode determines which platform styles to use.
|
|
719
606
|
*/
|
|
720
607
|
"mode"?: "ios" | "md";
|
|
721
|
-
/**
|
|
722
|
-
* The theme determines the visual appearance of the component.
|
|
723
|
-
*/
|
|
724
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
725
608
|
}
|
|
726
609
|
interface IonCheckbox {
|
|
727
610
|
/**
|
|
@@ -761,7 +644,7 @@ export namespace Components {
|
|
|
761
644
|
*/
|
|
762
645
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
763
646
|
/**
|
|
764
|
-
* The mode determines
|
|
647
|
+
* The mode determines which platform styles to use.
|
|
765
648
|
*/
|
|
766
649
|
"mode"?: "ios" | "md";
|
|
767
650
|
/**
|
|
@@ -773,18 +656,6 @@ export namespace Components {
|
|
|
773
656
|
*/
|
|
774
657
|
"required": boolean;
|
|
775
658
|
"setFocus": () => Promise<void>;
|
|
776
|
-
/**
|
|
777
|
-
* Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
|
|
778
|
-
*/
|
|
779
|
-
"shape"?: 'soft' | 'rectangular';
|
|
780
|
-
/**
|
|
781
|
-
* Set to `"small"` for a checkbox with less height and padding.
|
|
782
|
-
*/
|
|
783
|
-
"size"?: 'small';
|
|
784
|
-
/**
|
|
785
|
-
* The theme determines the visual appearance of the component.
|
|
786
|
-
*/
|
|
787
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
788
659
|
/**
|
|
789
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>`.
|
|
790
661
|
*/
|
|
@@ -800,31 +671,15 @@ export namespace Components {
|
|
|
800
671
|
*/
|
|
801
672
|
"disabled": boolean;
|
|
802
673
|
/**
|
|
803
|
-
* The mode determines
|
|
674
|
+
* The mode determines which platform styles to use.
|
|
804
675
|
*/
|
|
805
676
|
"mode"?: "ios" | "md";
|
|
806
677
|
/**
|
|
807
678
|
* Display an outline style button.
|
|
808
679
|
*/
|
|
809
680
|
"outline": boolean;
|
|
810
|
-
/**
|
|
811
|
-
* 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.
|
|
812
|
-
*/
|
|
813
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
814
|
-
/**
|
|
815
|
-
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
|
|
816
|
-
*/
|
|
817
|
-
"size"?: 'small' | 'large';
|
|
818
|
-
/**
|
|
819
|
-
* The theme determines the visual appearance of the component.
|
|
820
|
-
*/
|
|
821
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
822
681
|
}
|
|
823
682
|
interface IonCol {
|
|
824
|
-
/**
|
|
825
|
-
* The mode determines the platform behaviors of the component.
|
|
826
|
-
*/
|
|
827
|
-
"mode"?: "ios" | "md";
|
|
828
683
|
/**
|
|
829
684
|
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
830
685
|
*/
|
|
@@ -921,10 +776,6 @@ export namespace Components {
|
|
|
921
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.
|
|
922
777
|
*/
|
|
923
778
|
"sizeXs"?: string;
|
|
924
|
-
/**
|
|
925
|
-
* The theme determines the visual appearance of the component.
|
|
926
|
-
*/
|
|
927
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
928
779
|
}
|
|
929
780
|
interface IonContent {
|
|
930
781
|
/**
|
|
@@ -951,10 +802,6 @@ export namespace Components {
|
|
|
951
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.
|
|
952
803
|
*/
|
|
953
804
|
"getScrollElement": () => Promise<HTMLElement>;
|
|
954
|
-
/**
|
|
955
|
-
* The mode determines the platform behaviors of the component.
|
|
956
|
-
*/
|
|
957
|
-
"mode"?: "ios" | "md";
|
|
958
805
|
/**
|
|
959
806
|
* Scroll by a specified X/Y distance in the component.
|
|
960
807
|
* @param x The amount to scroll by on the horizontal axis.
|
|
@@ -991,10 +838,6 @@ export namespace Components {
|
|
|
991
838
|
* If you want to disable the content scrolling in the Y axis, set this property to `false`.
|
|
992
839
|
*/
|
|
993
840
|
"scrollY": boolean;
|
|
994
|
-
/**
|
|
995
|
-
* The theme determines the visual appearance of the component.
|
|
996
|
-
*/
|
|
997
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
998
841
|
}
|
|
999
842
|
interface IonDatetime {
|
|
1000
843
|
/**
|
|
@@ -1070,7 +913,7 @@ export namespace Components {
|
|
|
1070
913
|
*/
|
|
1071
914
|
"minuteValues"?: number[] | number | string;
|
|
1072
915
|
/**
|
|
1073
|
-
* The mode determines
|
|
916
|
+
* The mode determines which platform styles to use.
|
|
1074
917
|
*/
|
|
1075
918
|
"mode"?: "ios" | "md";
|
|
1076
919
|
/**
|
|
@@ -1121,10 +964,6 @@ export namespace Components {
|
|
|
1121
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.
|
|
1122
965
|
*/
|
|
1123
966
|
"size": 'cover' | 'fixed';
|
|
1124
|
-
/**
|
|
1125
|
-
* The theme determines the visual appearance of the component.
|
|
1126
|
-
*/
|
|
1127
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1128
967
|
/**
|
|
1129
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.
|
|
1130
969
|
*/
|
|
@@ -1152,13 +991,9 @@ export namespace Components {
|
|
|
1152
991
|
*/
|
|
1153
992
|
"disabled": boolean;
|
|
1154
993
|
/**
|
|
1155
|
-
* The mode determines
|
|
994
|
+
* The mode determines which platform styles to use.
|
|
1156
995
|
*/
|
|
1157
996
|
"mode"?: "ios" | "md";
|
|
1158
|
-
/**
|
|
1159
|
-
* The theme determines the visual appearance of the component.
|
|
1160
|
-
*/
|
|
1161
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1162
997
|
}
|
|
1163
998
|
interface IonFab {
|
|
1164
999
|
/**
|
|
@@ -1177,14 +1012,6 @@ export namespace Components {
|
|
|
1177
1012
|
* Where to align the fab horizontally in the viewport.
|
|
1178
1013
|
*/
|
|
1179
1014
|
"horizontal"?: 'start' | 'end' | 'center';
|
|
1180
|
-
/**
|
|
1181
|
-
* The mode determines the platform behaviors of the component.
|
|
1182
|
-
*/
|
|
1183
|
-
"mode"?: "ios" | "md";
|
|
1184
|
-
/**
|
|
1185
|
-
* The theme determines the visual appearance of the component.
|
|
1186
|
-
*/
|
|
1187
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1188
1015
|
/**
|
|
1189
1016
|
* Opens/Closes the FAB list container.
|
|
1190
1017
|
*/
|
|
@@ -1202,7 +1029,7 @@ export namespace Components {
|
|
|
1202
1029
|
/**
|
|
1203
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.
|
|
1204
1031
|
*/
|
|
1205
|
-
"closeIcon"
|
|
1032
|
+
"closeIcon": string;
|
|
1206
1033
|
/**
|
|
1207
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).
|
|
1208
1035
|
*/
|
|
@@ -1220,7 +1047,7 @@ export namespace Components {
|
|
|
1220
1047
|
*/
|
|
1221
1048
|
"href": string | undefined;
|
|
1222
1049
|
/**
|
|
1223
|
-
* The mode determines
|
|
1050
|
+
* The mode determines which platform styles to use.
|
|
1224
1051
|
*/
|
|
1225
1052
|
"mode"?: "ios" | "md";
|
|
1226
1053
|
/**
|
|
@@ -1248,11 +1075,7 @@ export namespace Components {
|
|
|
1248
1075
|
*/
|
|
1249
1076
|
"target": string | undefined;
|
|
1250
1077
|
/**
|
|
1251
|
-
*
|
|
1252
|
-
*/
|
|
1253
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1254
|
-
/**
|
|
1255
|
-
* 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).
|
|
1256
1079
|
*/
|
|
1257
1080
|
"translucent": boolean;
|
|
1258
1081
|
/**
|
|
@@ -1265,34 +1088,22 @@ export namespace Components {
|
|
|
1265
1088
|
* If `true`, the fab list will show all fab buttons in the list.
|
|
1266
1089
|
*/
|
|
1267
1090
|
"activated": boolean;
|
|
1268
|
-
/**
|
|
1269
|
-
* The mode determines the platform behaviors of the component.
|
|
1270
|
-
*/
|
|
1271
|
-
"mode"?: "ios" | "md";
|
|
1272
1091
|
/**
|
|
1273
1092
|
* The side the fab list will show on relative to the main fab button.
|
|
1274
1093
|
*/
|
|
1275
1094
|
"side": 'start' | 'end' | 'top' | 'bottom';
|
|
1276
|
-
/**
|
|
1277
|
-
* The theme determines the visual appearance of the component.
|
|
1278
|
-
*/
|
|
1279
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1280
1095
|
}
|
|
1281
1096
|
interface IonFooter {
|
|
1282
1097
|
/**
|
|
1283
|
-
* 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.
|
|
1284
1099
|
*/
|
|
1285
1100
|
"collapse"?: 'fade';
|
|
1286
1101
|
/**
|
|
1287
|
-
* The mode determines
|
|
1102
|
+
* The mode determines which platform styles to use.
|
|
1288
1103
|
*/
|
|
1289
1104
|
"mode"?: "ios" | "md";
|
|
1290
1105
|
/**
|
|
1291
|
-
*
|
|
1292
|
-
*/
|
|
1293
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1294
|
-
/**
|
|
1295
|
-
* 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.
|
|
1296
1107
|
*/
|
|
1297
1108
|
"translucent": boolean;
|
|
1298
1109
|
}
|
|
@@ -1301,34 +1112,18 @@ export namespace Components {
|
|
|
1301
1112
|
* If `true`, the grid will have a fixed width based on the screen size.
|
|
1302
1113
|
*/
|
|
1303
1114
|
"fixed": boolean;
|
|
1304
|
-
/**
|
|
1305
|
-
* The mode determines the platform behaviors of the component.
|
|
1306
|
-
*/
|
|
1307
|
-
"mode"?: "ios" | "md";
|
|
1308
|
-
/**
|
|
1309
|
-
* The theme determines the visual appearance of the component.
|
|
1310
|
-
*/
|
|
1311
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1312
1115
|
}
|
|
1313
1116
|
interface IonHeader {
|
|
1314
1117
|
/**
|
|
1315
|
-
* 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)
|
|
1316
1119
|
*/
|
|
1317
1120
|
"collapse"?: 'condense' | 'fade';
|
|
1318
1121
|
/**
|
|
1319
|
-
*
|
|
1320
|
-
*/
|
|
1321
|
-
"divider": boolean;
|
|
1322
|
-
/**
|
|
1323
|
-
* The mode determines the platform behaviors of the component.
|
|
1122
|
+
* The mode determines which platform styles to use.
|
|
1324
1123
|
*/
|
|
1325
1124
|
"mode"?: "ios" | "md";
|
|
1326
1125
|
/**
|
|
1327
|
-
*
|
|
1328
|
-
*/
|
|
1329
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1330
|
-
/**
|
|
1331
|
-
* 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.
|
|
1332
1127
|
*/
|
|
1333
1128
|
"translucent": boolean;
|
|
1334
1129
|
}
|
|
@@ -1337,18 +1132,10 @@ export namespace Components {
|
|
|
1337
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.
|
|
1338
1133
|
*/
|
|
1339
1134
|
"alt"?: string;
|
|
1340
|
-
/**
|
|
1341
|
-
* The mode determines the platform behaviors of the component.
|
|
1342
|
-
*/
|
|
1343
|
-
"mode"?: "ios" | "md";
|
|
1344
1135
|
/**
|
|
1345
1136
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
1346
1137
|
*/
|
|
1347
1138
|
"src"?: string;
|
|
1348
|
-
/**
|
|
1349
|
-
* The theme determines the visual appearance of the component.
|
|
1350
|
-
*/
|
|
1351
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1352
1139
|
}
|
|
1353
1140
|
interface IonInfiniteScroll {
|
|
1354
1141
|
/**
|
|
@@ -1359,18 +1146,10 @@ export namespace Components {
|
|
|
1359
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.
|
|
1360
1147
|
*/
|
|
1361
1148
|
"disabled": boolean;
|
|
1362
|
-
/**
|
|
1363
|
-
* The mode determines the platform behaviors of the component.
|
|
1364
|
-
*/
|
|
1365
|
-
"mode"?: "ios" | "md";
|
|
1366
1149
|
/**
|
|
1367
1150
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
1368
1151
|
*/
|
|
1369
1152
|
"position": 'top' | 'bottom';
|
|
1370
|
-
/**
|
|
1371
|
-
* The theme determines the visual appearance of the component.
|
|
1372
|
-
*/
|
|
1373
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1374
1153
|
/**
|
|
1375
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.
|
|
1376
1155
|
*/
|
|
@@ -1385,14 +1164,6 @@ export namespace Components {
|
|
|
1385
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.
|
|
1386
1165
|
*/
|
|
1387
1166
|
"loadingText"?: string | IonicSafeString;
|
|
1388
|
-
/**
|
|
1389
|
-
* The mode determines the platform behaviors of the component.
|
|
1390
|
-
*/
|
|
1391
|
-
"mode"?: "ios" | "md";
|
|
1392
|
-
/**
|
|
1393
|
-
* The theme determines the visual appearance of the component.
|
|
1394
|
-
*/
|
|
1395
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1396
1167
|
}
|
|
1397
1168
|
interface IonInput {
|
|
1398
1169
|
/**
|
|
@@ -1452,7 +1223,7 @@ export namespace Components {
|
|
|
1452
1223
|
*/
|
|
1453
1224
|
"errorText"?: string;
|
|
1454
1225
|
/**
|
|
1455
|
-
* 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.
|
|
1456
1227
|
*/
|
|
1457
1228
|
"fill"?: 'outline' | 'solid';
|
|
1458
1229
|
/**
|
|
@@ -1472,9 +1243,9 @@ export namespace Components {
|
|
|
1472
1243
|
*/
|
|
1473
1244
|
"label"?: string;
|
|
1474
1245
|
/**
|
|
1475
|
-
* 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 ("...").
|
|
1476
1247
|
*/
|
|
1477
|
-
"labelPlacement"
|
|
1248
|
+
"labelPlacement": 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
1478
1249
|
/**
|
|
1479
1250
|
* The maximum value, which must not be less than its minimum (min attribute) value.
|
|
1480
1251
|
*/
|
|
@@ -1492,7 +1263,7 @@ export namespace Components {
|
|
|
1492
1263
|
*/
|
|
1493
1264
|
"minlength"?: number;
|
|
1494
1265
|
/**
|
|
1495
|
-
* The mode determines
|
|
1266
|
+
* The mode determines which platform styles to use.
|
|
1496
1267
|
*/
|
|
1497
1268
|
"mode"?: "ios" | "md";
|
|
1498
1269
|
/**
|
|
@@ -1524,13 +1295,9 @@ export namespace Components {
|
|
|
1524
1295
|
*/
|
|
1525
1296
|
"setFocus": () => Promise<void>;
|
|
1526
1297
|
/**
|
|
1527
|
-
*
|
|
1528
|
-
*/
|
|
1529
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1530
|
-
/**
|
|
1531
|
-
* 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.
|
|
1532
1299
|
*/
|
|
1533
|
-
"
|
|
1300
|
+
"shape"?: 'round';
|
|
1534
1301
|
/**
|
|
1535
1302
|
* If `true`, the element will have its spelling and grammar checked.
|
|
1536
1303
|
*/
|
|
@@ -1539,10 +1306,6 @@ export namespace Components {
|
|
|
1539
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.
|
|
1540
1307
|
*/
|
|
1541
1308
|
"step"?: string;
|
|
1542
|
-
/**
|
|
1543
|
-
* The theme determines the visual appearance of the component.
|
|
1544
|
-
*/
|
|
1545
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1546
1309
|
/**
|
|
1547
1310
|
* The type of control to display. The default type is text.
|
|
1548
1311
|
*/
|
|
@@ -1581,13 +1344,13 @@ export namespace Components {
|
|
|
1581
1344
|
*/
|
|
1582
1345
|
"color"?: Color;
|
|
1583
1346
|
/**
|
|
1584
|
-
* 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.
|
|
1585
1348
|
*/
|
|
1586
1349
|
"detail"?: boolean;
|
|
1587
1350
|
/**
|
|
1588
1351
|
* The icon to use when `detail` is set to `true`.
|
|
1589
1352
|
*/
|
|
1590
|
-
"detailIcon"
|
|
1353
|
+
"detailIcon": string;
|
|
1591
1354
|
/**
|
|
1592
1355
|
* If `true`, the user cannot interact with the item.
|
|
1593
1356
|
*/
|
|
@@ -1605,7 +1368,7 @@ export namespace Components {
|
|
|
1605
1368
|
*/
|
|
1606
1369
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1607
1370
|
/**
|
|
1608
|
-
* The mode determines
|
|
1371
|
+
* The mode determines which platform styles to use.
|
|
1609
1372
|
*/
|
|
1610
1373
|
"mode"?: "ios" | "md";
|
|
1611
1374
|
/**
|
|
@@ -1624,10 +1387,6 @@ export namespace Components {
|
|
|
1624
1387
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1625
1388
|
*/
|
|
1626
1389
|
"target": string | undefined;
|
|
1627
|
-
/**
|
|
1628
|
-
* The theme determines the visual appearance of the component.
|
|
1629
|
-
*/
|
|
1630
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1631
1390
|
/**
|
|
1632
1391
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
1633
1392
|
*/
|
|
@@ -1639,27 +1398,15 @@ export namespace Components {
|
|
|
1639
1398
|
*/
|
|
1640
1399
|
"color"?: Color;
|
|
1641
1400
|
/**
|
|
1642
|
-
* The mode determines
|
|
1401
|
+
* The mode determines which platform styles to use.
|
|
1643
1402
|
*/
|
|
1644
1403
|
"mode"?: "ios" | "md";
|
|
1645
1404
|
/**
|
|
1646
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
|
|
1647
1406
|
*/
|
|
1648
1407
|
"sticky": boolean;
|
|
1649
|
-
/**
|
|
1650
|
-
* The theme determines the visual appearance of the component.
|
|
1651
|
-
*/
|
|
1652
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1653
1408
|
}
|
|
1654
1409
|
interface IonItemGroup {
|
|
1655
|
-
/**
|
|
1656
|
-
* The mode determines the platform behaviors of the component.
|
|
1657
|
-
*/
|
|
1658
|
-
"mode"?: "ios" | "md";
|
|
1659
|
-
/**
|
|
1660
|
-
* The theme determines the visual appearance of the component.
|
|
1661
|
-
*/
|
|
1662
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1663
1410
|
}
|
|
1664
1411
|
interface IonItemOption {
|
|
1665
1412
|
/**
|
|
@@ -1683,25 +1430,17 @@ export namespace Components {
|
|
|
1683
1430
|
*/
|
|
1684
1431
|
"href": string | undefined;
|
|
1685
1432
|
/**
|
|
1686
|
-
* The mode determines
|
|
1433
|
+
* The mode determines which platform styles to use.
|
|
1687
1434
|
*/
|
|
1688
1435
|
"mode"?: "ios" | "md";
|
|
1689
1436
|
/**
|
|
1690
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).
|
|
1691
1438
|
*/
|
|
1692
1439
|
"rel": string | undefined;
|
|
1693
|
-
/**
|
|
1694
|
-
* 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.
|
|
1695
|
-
*/
|
|
1696
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1697
1440
|
/**
|
|
1698
1441
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1699
1442
|
*/
|
|
1700
1443
|
"target": string | undefined;
|
|
1701
|
-
/**
|
|
1702
|
-
* The theme determines the visual appearance of the component.
|
|
1703
|
-
*/
|
|
1704
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1705
1444
|
/**
|
|
1706
1445
|
* The type of the button.
|
|
1707
1446
|
*/
|
|
@@ -1709,18 +1448,10 @@ export namespace Components {
|
|
|
1709
1448
|
}
|
|
1710
1449
|
interface IonItemOptions {
|
|
1711
1450
|
"fireSwipeEvent": () => Promise<void>;
|
|
1712
|
-
/**
|
|
1713
|
-
* The mode determines the platform behaviors of the component.
|
|
1714
|
-
*/
|
|
1715
|
-
"mode"?: "ios" | "md";
|
|
1716
1451
|
/**
|
|
1717
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.
|
|
1718
1453
|
*/
|
|
1719
1454
|
"side": Side;
|
|
1720
|
-
/**
|
|
1721
|
-
* The theme determines the visual appearance of the component.
|
|
1722
|
-
*/
|
|
1723
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1724
1455
|
}
|
|
1725
1456
|
interface IonItemSliding {
|
|
1726
1457
|
/**
|
|
@@ -1743,19 +1474,11 @@ export namespace Components {
|
|
|
1743
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.
|
|
1744
1475
|
*/
|
|
1745
1476
|
"getSlidingRatio": () => Promise<number>;
|
|
1746
|
-
/**
|
|
1747
|
-
* The mode determines the platform behaviors of the component.
|
|
1748
|
-
*/
|
|
1749
|
-
"mode"?: "ios" | "md";
|
|
1750
1477
|
/**
|
|
1751
1478
|
* Open the sliding item.
|
|
1752
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.
|
|
1753
1480
|
*/
|
|
1754
1481
|
"open": (side: Side | undefined) => Promise<void>;
|
|
1755
|
-
/**
|
|
1756
|
-
* The theme determines the visual appearance of the component.
|
|
1757
|
-
*/
|
|
1758
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1759
1482
|
}
|
|
1760
1483
|
interface IonLabel {
|
|
1761
1484
|
/**
|
|
@@ -1763,17 +1486,13 @@ export namespace Components {
|
|
|
1763
1486
|
*/
|
|
1764
1487
|
"color"?: Color;
|
|
1765
1488
|
/**
|
|
1766
|
-
* The mode determines
|
|
1489
|
+
* The mode determines which platform styles to use.
|
|
1767
1490
|
*/
|
|
1768
1491
|
"mode"?: "ios" | "md";
|
|
1769
1492
|
/**
|
|
1770
1493
|
* The position determines where and how the label behaves inside an item.
|
|
1771
1494
|
*/
|
|
1772
1495
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
1773
|
-
/**
|
|
1774
|
-
* The theme determines the visual appearance of the component.
|
|
1775
|
-
*/
|
|
1776
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1777
1496
|
}
|
|
1778
1497
|
interface IonList {
|
|
1779
1498
|
/**
|
|
@@ -1789,17 +1508,9 @@ export namespace Components {
|
|
|
1789
1508
|
*/
|
|
1790
1509
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1791
1510
|
/**
|
|
1792
|
-
* The mode determines
|
|
1511
|
+
* The mode determines which platform styles to use.
|
|
1793
1512
|
*/
|
|
1794
1513
|
"mode"?: "ios" | "md";
|
|
1795
|
-
/**
|
|
1796
|
-
* 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.
|
|
1797
|
-
*/
|
|
1798
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
1799
|
-
/**
|
|
1800
|
-
* The theme determines the visual appearance of the component.
|
|
1801
|
-
*/
|
|
1802
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1803
1514
|
}
|
|
1804
1515
|
interface IonListHeader {
|
|
1805
1516
|
/**
|
|
@@ -1811,13 +1522,9 @@ export namespace Components {
|
|
|
1811
1522
|
*/
|
|
1812
1523
|
"lines"?: 'full' | 'inset' | 'none';
|
|
1813
1524
|
/**
|
|
1814
|
-
* The mode determines
|
|
1525
|
+
* The mode determines which platform styles to use.
|
|
1815
1526
|
*/
|
|
1816
1527
|
"mode"?: "ios" | "md";
|
|
1817
|
-
/**
|
|
1818
|
-
* The theme determines the visual appearance of the component.
|
|
1819
|
-
*/
|
|
1820
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1821
1528
|
}
|
|
1822
1529
|
interface IonLoading {
|
|
1823
1530
|
/**
|
|
@@ -1869,7 +1576,7 @@ export namespace Components {
|
|
|
1869
1576
|
*/
|
|
1870
1577
|
"message"?: string | IonicSafeString;
|
|
1871
1578
|
/**
|
|
1872
|
-
* The mode determines
|
|
1579
|
+
* The mode determines which platform styles to use.
|
|
1873
1580
|
*/
|
|
1874
1581
|
"mode"?: "ios" | "md";
|
|
1875
1582
|
/**
|
|
@@ -1894,11 +1601,7 @@ export namespace Components {
|
|
|
1894
1601
|
*/
|
|
1895
1602
|
"spinner"?: SpinnerTypes | null;
|
|
1896
1603
|
/**
|
|
1897
|
-
*
|
|
1898
|
-
*/
|
|
1899
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1900
|
-
/**
|
|
1901
|
-
* 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).
|
|
1902
1605
|
*/
|
|
1903
1606
|
"translucent": boolean;
|
|
1904
1607
|
/**
|
|
@@ -1935,10 +1638,6 @@ export namespace Components {
|
|
|
1935
1638
|
* An id for the menu.
|
|
1936
1639
|
*/
|
|
1937
1640
|
"menuId"?: string;
|
|
1938
|
-
/**
|
|
1939
|
-
* The mode determines the platform behaviors of the component.
|
|
1940
|
-
*/
|
|
1941
|
-
"mode"?: "ios" | "md";
|
|
1942
1641
|
/**
|
|
1943
1642
|
* Opens the menu. If the menu is already open or it can't be opened, it returns `false`.
|
|
1944
1643
|
*/
|
|
@@ -1955,10 +1654,6 @@ export namespace Components {
|
|
|
1955
1654
|
* If `true`, swiping the menu is enabled.
|
|
1956
1655
|
*/
|
|
1957
1656
|
"swipeGesture": boolean;
|
|
1958
|
-
/**
|
|
1959
|
-
* The theme determines the visual appearance of the component.
|
|
1960
|
-
*/
|
|
1961
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1962
1657
|
/**
|
|
1963
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`.
|
|
1964
1659
|
*/
|
|
@@ -1986,13 +1681,9 @@ export namespace Components {
|
|
|
1986
1681
|
*/
|
|
1987
1682
|
"menu"?: string;
|
|
1988
1683
|
/**
|
|
1989
|
-
* The mode determines
|
|
1684
|
+
* The mode determines which platform styles to use.
|
|
1990
1685
|
*/
|
|
1991
1686
|
"mode"?: "ios" | "md";
|
|
1992
|
-
/**
|
|
1993
|
-
* The theme determines the visual appearance of the component.
|
|
1994
|
-
*/
|
|
1995
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
1996
1687
|
/**
|
|
1997
1688
|
* The type of the button.
|
|
1998
1689
|
*/
|
|
@@ -2007,14 +1698,6 @@ export namespace Components {
|
|
|
2007
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.
|
|
2008
1699
|
*/
|
|
2009
1700
|
"menu"?: string;
|
|
2010
|
-
/**
|
|
2011
|
-
* The mode determines the platform behaviors of the component.
|
|
2012
|
-
*/
|
|
2013
|
-
"mode"?: "ios" | "md";
|
|
2014
|
-
/**
|
|
2015
|
-
* The theme determines the visual appearance of the component.
|
|
2016
|
-
*/
|
|
2017
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2018
1701
|
}
|
|
2019
1702
|
interface IonModal {
|
|
2020
1703
|
/**
|
|
@@ -2106,7 +1789,7 @@ export namespace Components {
|
|
|
2106
1789
|
*/
|
|
2107
1790
|
"leaveAnimation"?: AnimationBuilder;
|
|
2108
1791
|
/**
|
|
2109
|
-
* The mode determines
|
|
1792
|
+
* The mode determines which platform styles to use.
|
|
2110
1793
|
*/
|
|
2111
1794
|
"mode"?: "ios" | "md";
|
|
2112
1795
|
/**
|
|
@@ -2130,18 +1813,10 @@ export namespace Components {
|
|
|
2130
1813
|
* Move a sheet style modal to a specific breakpoint. The breakpoint value must be a value defined in your `breakpoints` array.
|
|
2131
1814
|
*/
|
|
2132
1815
|
"setCurrentBreakpoint": (breakpoint: number) => Promise<void>;
|
|
2133
|
-
/**
|
|
2134
|
-
* 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.
|
|
2135
|
-
*/
|
|
2136
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
2137
1816
|
/**
|
|
2138
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.
|
|
2139
1818
|
*/
|
|
2140
1819
|
"showBackdrop": boolean;
|
|
2141
|
-
/**
|
|
2142
|
-
* The theme determines the visual appearance of the component.
|
|
2143
|
-
*/
|
|
2144
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2145
1820
|
/**
|
|
2146
1821
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
2147
1822
|
*/
|
|
@@ -2153,7 +1828,7 @@ export namespace Components {
|
|
|
2153
1828
|
*/
|
|
2154
1829
|
"animated": boolean;
|
|
2155
1830
|
/**
|
|
2156
|
-
* 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.
|
|
2157
1832
|
*/
|
|
2158
1833
|
"animation"?: AnimationBuilder;
|
|
2159
1834
|
/**
|
|
@@ -2201,10 +1876,6 @@ export namespace Components {
|
|
|
2201
1876
|
* @param done The transition complete function.
|
|
2202
1877
|
*/
|
|
2203
1878
|
"insertPages": (insertIndex: number, insertComponents: NavComponent[] | NavComponentWithProps[], opts?: NavOptions | null, done?: TransitionDoneFn) => Promise<boolean>;
|
|
2204
|
-
/**
|
|
2205
|
-
* The mode determines the platform behaviors of the component.
|
|
2206
|
-
*/
|
|
2207
|
-
"mode"?: "ios" | "md";
|
|
2208
1879
|
/**
|
|
2209
1880
|
* Pop a component off of the navigation stack. Navigates back from the current component.
|
|
2210
1881
|
* @param opts The navigation options.
|
|
@@ -2276,10 +1947,6 @@ export namespace Components {
|
|
|
2276
1947
|
* If the nav component should allow for swipe-to-go-back.
|
|
2277
1948
|
*/
|
|
2278
1949
|
"swipeGesture"?: boolean;
|
|
2279
|
-
/**
|
|
2280
|
-
* The theme determines the visual appearance of the component.
|
|
2281
|
-
*/
|
|
2282
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2283
1950
|
}
|
|
2284
1951
|
interface IonNavLink {
|
|
2285
1952
|
/**
|
|
@@ -2290,10 +1957,6 @@ export namespace Components {
|
|
|
2290
1957
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
2291
1958
|
*/
|
|
2292
1959
|
"componentProps"?: ComponentProps;
|
|
2293
|
-
/**
|
|
2294
|
-
* The mode determines the platform behaviors of the component.
|
|
2295
|
-
*/
|
|
2296
|
-
"mode"?: "ios" | "md";
|
|
2297
1960
|
/**
|
|
2298
1961
|
* The transition animation when navigating to another page.
|
|
2299
1962
|
*/
|
|
@@ -2302,10 +1965,6 @@ export namespace Components {
|
|
|
2302
1965
|
* The transition direction when navigating to another page.
|
|
2303
1966
|
*/
|
|
2304
1967
|
"routerDirection": RouterDirection;
|
|
2305
|
-
/**
|
|
2306
|
-
* The theme determines the visual appearance of the component.
|
|
2307
|
-
*/
|
|
2308
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2309
1968
|
}
|
|
2310
1969
|
interface IonNote {
|
|
2311
1970
|
/**
|
|
@@ -2313,24 +1972,16 @@ export namespace Components {
|
|
|
2313
1972
|
*/
|
|
2314
1973
|
"color"?: Color;
|
|
2315
1974
|
/**
|
|
2316
|
-
* The mode determines
|
|
1975
|
+
* The mode determines which platform styles to use.
|
|
2317
1976
|
*/
|
|
2318
1977
|
"mode"?: "ios" | "md";
|
|
2319
|
-
/**
|
|
2320
|
-
* The theme determines the visual appearance of the component.
|
|
2321
|
-
*/
|
|
2322
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2323
1978
|
}
|
|
2324
1979
|
interface IonPicker {
|
|
2325
1980
|
"exitInputMode": () => Promise<void>;
|
|
2326
1981
|
/**
|
|
2327
|
-
* The mode determines
|
|
1982
|
+
* The mode determines which platform styles to use.
|
|
2328
1983
|
*/
|
|
2329
1984
|
"mode"?: "ios" | "md";
|
|
2330
|
-
/**
|
|
2331
|
-
* The theme determines the visual appearance of the component.
|
|
2332
|
-
*/
|
|
2333
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2334
1985
|
}
|
|
2335
1986
|
interface IonPickerColumn {
|
|
2336
1987
|
/**
|
|
@@ -2342,7 +1993,7 @@ export namespace Components {
|
|
|
2342
1993
|
*/
|
|
2343
1994
|
"disabled": boolean;
|
|
2344
1995
|
/**
|
|
2345
|
-
* The mode determines
|
|
1996
|
+
* The mode determines which platform styles to use.
|
|
2346
1997
|
*/
|
|
2347
1998
|
"mode"?: "ios" | "md";
|
|
2348
1999
|
/**
|
|
@@ -2358,10 +2009,6 @@ export namespace Components {
|
|
|
2358
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.
|
|
2359
2010
|
*/
|
|
2360
2011
|
"setValue": (value: PickerColumnValue) => Promise<void>;
|
|
2361
|
-
/**
|
|
2362
|
-
* The theme determines the visual appearance of the component.
|
|
2363
|
-
*/
|
|
2364
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2365
2012
|
/**
|
|
2366
2013
|
* The selected option in the picker.
|
|
2367
2014
|
*/
|
|
@@ -2376,14 +2023,6 @@ export namespace Components {
|
|
|
2376
2023
|
* If `true`, the user cannot interact with the picker column option.
|
|
2377
2024
|
*/
|
|
2378
2025
|
"disabled": boolean;
|
|
2379
|
-
/**
|
|
2380
|
-
* The mode determines the platform behaviors of the component.
|
|
2381
|
-
*/
|
|
2382
|
-
"mode"?: "ios" | "md";
|
|
2383
|
-
/**
|
|
2384
|
-
* The theme determines the visual appearance of the component.
|
|
2385
|
-
*/
|
|
2386
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2387
2026
|
/**
|
|
2388
2027
|
* The text value of the option.
|
|
2389
2028
|
*/
|
|
@@ -2448,7 +2087,7 @@ export namespace Components {
|
|
|
2448
2087
|
*/
|
|
2449
2088
|
"leaveAnimation"?: AnimationBuilder;
|
|
2450
2089
|
/**
|
|
2451
|
-
* The mode determines
|
|
2090
|
+
* The mode determines which platform styles to use.
|
|
2452
2091
|
*/
|
|
2453
2092
|
"mode"?: "ios" | "md";
|
|
2454
2093
|
/**
|
|
@@ -2468,10 +2107,6 @@ export namespace Components {
|
|
|
2468
2107
|
* If `true`, a backdrop will be displayed behind the picker.
|
|
2469
2108
|
*/
|
|
2470
2109
|
"showBackdrop": boolean;
|
|
2471
|
-
/**
|
|
2472
|
-
* The theme determines the visual appearance of the component.
|
|
2473
|
-
*/
|
|
2474
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2475
2110
|
/**
|
|
2476
2111
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
2477
2112
|
*/
|
|
@@ -2485,7 +2120,7 @@ export namespace Components {
|
|
|
2485
2120
|
}
|
|
2486
2121
|
interface IonPopover {
|
|
2487
2122
|
/**
|
|
2488
|
-
* 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.
|
|
2489
2124
|
*/
|
|
2490
2125
|
"alignment"?: PositionAlign;
|
|
2491
2126
|
/**
|
|
@@ -2493,7 +2128,7 @@ export namespace Components {
|
|
|
2493
2128
|
*/
|
|
2494
2129
|
"animated": boolean;
|
|
2495
2130
|
/**
|
|
2496
|
-
* 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.
|
|
2497
2132
|
*/
|
|
2498
2133
|
"arrow": boolean;
|
|
2499
2134
|
/**
|
|
@@ -2560,7 +2195,7 @@ export namespace Components {
|
|
|
2560
2195
|
*/
|
|
2561
2196
|
"leaveAnimation"?: AnimationBuilder;
|
|
2562
2197
|
/**
|
|
2563
|
-
* The mode determines
|
|
2198
|
+
* The mode determines which platform styles to use.
|
|
2564
2199
|
*/
|
|
2565
2200
|
"mode"?: "ios" | "md";
|
|
2566
2201
|
/**
|
|
@@ -2597,11 +2232,7 @@ export namespace Components {
|
|
|
2597
2232
|
*/
|
|
2598
2233
|
"size": PopoverSize;
|
|
2599
2234
|
/**
|
|
2600
|
-
*
|
|
2601
|
-
*/
|
|
2602
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2603
|
-
/**
|
|
2604
|
-
* 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).
|
|
2605
2236
|
*/
|
|
2606
2237
|
"translucent": boolean;
|
|
2607
2238
|
/**
|
|
@@ -2623,21 +2254,13 @@ export namespace Components {
|
|
|
2623
2254
|
*/
|
|
2624
2255
|
"color"?: Color;
|
|
2625
2256
|
/**
|
|
2626
|
-
* The mode determines
|
|
2257
|
+
* The mode determines which platform styles to use.
|
|
2627
2258
|
*/
|
|
2628
2259
|
"mode"?: "ios" | "md";
|
|
2629
2260
|
/**
|
|
2630
2261
|
* If true, reverse the progress bar direction.
|
|
2631
2262
|
*/
|
|
2632
2263
|
"reversed": boolean;
|
|
2633
|
-
/**
|
|
2634
|
-
* 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.
|
|
2635
|
-
*/
|
|
2636
|
-
"shape"?: 'round' | 'rectangular';
|
|
2637
|
-
/**
|
|
2638
|
-
* The theme determines the visual appearance of the component.
|
|
2639
|
-
*/
|
|
2640
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2641
2264
|
/**
|
|
2642
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).
|
|
2643
2266
|
*/
|
|
@@ -2669,7 +2292,7 @@ export namespace Components {
|
|
|
2669
2292
|
*/
|
|
2670
2293
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
2671
2294
|
/**
|
|
2672
|
-
* The mode determines
|
|
2295
|
+
* The mode determines which platform styles to use.
|
|
2673
2296
|
*/
|
|
2674
2297
|
"mode"?: "ios" | "md";
|
|
2675
2298
|
/**
|
|
@@ -2678,10 +2301,6 @@ export namespace Components {
|
|
|
2678
2301
|
"name": string;
|
|
2679
2302
|
"setButtonTabindex": (value: number) => Promise<void>;
|
|
2680
2303
|
"setFocus": (ev?: globalThis.Event) => Promise<void>;
|
|
2681
|
-
/**
|
|
2682
|
-
* The theme determines the visual appearance of the component.
|
|
2683
|
-
*/
|
|
2684
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2685
2304
|
/**
|
|
2686
2305
|
* the value of the radio.
|
|
2687
2306
|
*/
|
|
@@ -2705,18 +2324,10 @@ export namespace Components {
|
|
|
2705
2324
|
*/
|
|
2706
2325
|
"helperText"?: string;
|
|
2707
2326
|
/**
|
|
2708
|
-
* The
|
|
2709
|
-
*/
|
|
2710
|
-
"mode"?: "ios" | "md";
|
|
2711
|
-
/**
|
|
2712
|
-
* The name of the control, which is submitted with the form data.
|
|
2327
|
+
* The name of the control, which is submitted with the form data.
|
|
2713
2328
|
*/
|
|
2714
2329
|
"name": string;
|
|
2715
2330
|
"setFocus": () => Promise<void>;
|
|
2716
|
-
/**
|
|
2717
|
-
* The theme determines the visual appearance of the component.
|
|
2718
|
-
*/
|
|
2719
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2720
2331
|
/**
|
|
2721
2332
|
* the value of the radio group.
|
|
2722
2333
|
*/
|
|
@@ -2760,7 +2371,7 @@ export namespace Components {
|
|
|
2760
2371
|
*/
|
|
2761
2372
|
"min": number;
|
|
2762
2373
|
/**
|
|
2763
|
-
* The mode determines
|
|
2374
|
+
* The mode determines which platform styles to use.
|
|
2764
2375
|
*/
|
|
2765
2376
|
"mode"?: "ios" | "md";
|
|
2766
2377
|
/**
|
|
@@ -2783,10 +2394,6 @@ export namespace Components {
|
|
|
2783
2394
|
* Specifies the value granularity.
|
|
2784
2395
|
*/
|
|
2785
2396
|
"step": number;
|
|
2786
|
-
/**
|
|
2787
|
-
* The theme determines the visual appearance of the component.
|
|
2788
|
-
*/
|
|
2789
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2790
2397
|
/**
|
|
2791
2398
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
2792
2399
|
*/
|
|
@@ -2818,7 +2425,7 @@ export namespace Components {
|
|
|
2818
2425
|
*/
|
|
2819
2426
|
"getProgress": () => Promise<number>;
|
|
2820
2427
|
/**
|
|
2821
|
-
* The mode determines
|
|
2428
|
+
* The mode determines which platform styles to use.
|
|
2822
2429
|
*/
|
|
2823
2430
|
"mode"?: "ios" | "md";
|
|
2824
2431
|
/**
|
|
@@ -2837,16 +2444,8 @@ export namespace Components {
|
|
|
2837
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.
|
|
2838
2445
|
*/
|
|
2839
2446
|
"snapbackDuration": string;
|
|
2840
|
-
/**
|
|
2841
|
-
* The theme determines the visual appearance of the component.
|
|
2842
|
-
*/
|
|
2843
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2844
2447
|
}
|
|
2845
2448
|
interface IonRefresherContent {
|
|
2846
|
-
/**
|
|
2847
|
-
* The mode determines the platform behaviors of the component.
|
|
2848
|
-
*/
|
|
2849
|
-
"mode"?: "ios" | "md";
|
|
2850
2449
|
/**
|
|
2851
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.
|
|
2852
2451
|
*/
|
|
@@ -2863,20 +2462,8 @@ export namespace Components {
|
|
|
2863
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.
|
|
2864
2463
|
*/
|
|
2865
2464
|
"refreshingText"?: string | IonicSafeString;
|
|
2866
|
-
/**
|
|
2867
|
-
* The theme determines the visual appearance of the component.
|
|
2868
|
-
*/
|
|
2869
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2870
2465
|
}
|
|
2871
2466
|
interface IonReorder {
|
|
2872
|
-
/**
|
|
2873
|
-
* The mode determines the platform behaviors of the component.
|
|
2874
|
-
*/
|
|
2875
|
-
"mode"?: "ios" | "md";
|
|
2876
|
-
/**
|
|
2877
|
-
* The theme determines the visual appearance of the component.
|
|
2878
|
-
*/
|
|
2879
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2880
2467
|
}
|
|
2881
2468
|
interface IonReorderGroup {
|
|
2882
2469
|
/**
|
|
@@ -2888,14 +2475,6 @@ export namespace Components {
|
|
|
2888
2475
|
* If `true`, the reorder will be hidden.
|
|
2889
2476
|
*/
|
|
2890
2477
|
"disabled": boolean;
|
|
2891
|
-
/**
|
|
2892
|
-
* The mode determines the platform behaviors of the component.
|
|
2893
|
-
*/
|
|
2894
|
-
"mode"?: "ios" | "md";
|
|
2895
|
-
/**
|
|
2896
|
-
* The theme determines the visual appearance of the component.
|
|
2897
|
-
*/
|
|
2898
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2899
2478
|
}
|
|
2900
2479
|
interface IonRippleEffect {
|
|
2901
2480
|
/**
|
|
@@ -2904,14 +2483,6 @@ export namespace Components {
|
|
|
2904
2483
|
* @param y The vertical coordinate of where the ripple should start.
|
|
2905
2484
|
*/
|
|
2906
2485
|
"addRipple": (x: number, y: number) => Promise<() => void>;
|
|
2907
|
-
/**
|
|
2908
|
-
* The mode determines the platform behaviors of the component.
|
|
2909
|
-
*/
|
|
2910
|
-
"mode"?: "ios" | "md";
|
|
2911
|
-
/**
|
|
2912
|
-
* The theme determines the visual appearance of the component.
|
|
2913
|
-
*/
|
|
2914
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2915
2486
|
/**
|
|
2916
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.
|
|
2917
2488
|
*/
|
|
@@ -2934,14 +2505,6 @@ export namespace Components {
|
|
|
2934
2505
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
2935
2506
|
*/
|
|
2936
2507
|
"componentProps"?: { [key: string]: any };
|
|
2937
|
-
/**
|
|
2938
|
-
* The mode determines the platform behaviors of the component.
|
|
2939
|
-
*/
|
|
2940
|
-
"mode"?: "ios" | "md";
|
|
2941
|
-
/**
|
|
2942
|
-
* The theme determines the visual appearance of the component.
|
|
2943
|
-
*/
|
|
2944
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2945
2508
|
/**
|
|
2946
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.
|
|
2947
2510
|
*/
|
|
@@ -2963,10 +2526,6 @@ export namespace Components {
|
|
|
2963
2526
|
*/
|
|
2964
2527
|
"back": () => Promise<void>;
|
|
2965
2528
|
"canTransition": () => Promise<string | boolean>;
|
|
2966
|
-
/**
|
|
2967
|
-
* The mode determines the platform behaviors of the component.
|
|
2968
|
-
*/
|
|
2969
|
-
"mode"?: "ios" | "md";
|
|
2970
2529
|
"navChanged": (direction: RouterDirection) => Promise<boolean>;
|
|
2971
2530
|
"printDebug": () => Promise<void>;
|
|
2972
2531
|
/**
|
|
@@ -2979,10 +2538,6 @@ export namespace Components {
|
|
|
2979
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.
|
|
2980
2539
|
*/
|
|
2981
2540
|
"root": string;
|
|
2982
|
-
/**
|
|
2983
|
-
* The theme determines the visual appearance of the component.
|
|
2984
|
-
*/
|
|
2985
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
2986
2541
|
/**
|
|
2987
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.
|
|
2988
2543
|
*/
|
|
@@ -2997,10 +2552,6 @@ export namespace Components {
|
|
|
2997
2552
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
2998
2553
|
*/
|
|
2999
2554
|
"href": string | undefined;
|
|
3000
|
-
/**
|
|
3001
|
-
* The mode determines the platform behaviors of the component.
|
|
3002
|
-
*/
|
|
3003
|
-
"mode"?: "ios" | "md";
|
|
3004
2555
|
/**
|
|
3005
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).
|
|
3006
2557
|
*/
|
|
@@ -3017,10 +2568,6 @@ export namespace Components {
|
|
|
3017
2568
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
3018
2569
|
*/
|
|
3019
2570
|
"target": string | undefined;
|
|
3020
|
-
/**
|
|
3021
|
-
* The theme determines the visual appearance of the component.
|
|
3022
|
-
*/
|
|
3023
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3024
2571
|
}
|
|
3025
2572
|
interface IonRouterOutlet {
|
|
3026
2573
|
/**
|
|
@@ -3035,25 +2582,13 @@ export namespace Components {
|
|
|
3035
2582
|
"delegate"?: FrameworkDelegate;
|
|
3036
2583
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
3037
2584
|
/**
|
|
3038
|
-
* The mode determines
|
|
2585
|
+
* The mode determines which platform styles to use.
|
|
3039
2586
|
*/
|
|
3040
2587
|
"mode": "ios" | "md";
|
|
3041
2588
|
"setRouteId": (id: string, params: ComponentProps | undefined, direction: RouterDirection, animation?: AnimationBuilder) => Promise<RouteWrite>;
|
|
3042
2589
|
"swipeHandler"?: SwipeGestureHandler;
|
|
3043
|
-
/**
|
|
3044
|
-
* The theme determines the visual appearance of the component.
|
|
3045
|
-
*/
|
|
3046
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3047
2590
|
}
|
|
3048
2591
|
interface IonRow {
|
|
3049
|
-
/**
|
|
3050
|
-
* The mode determines the platform behaviors of the component.
|
|
3051
|
-
*/
|
|
3052
|
-
"mode"?: "ios" | "md";
|
|
3053
|
-
/**
|
|
3054
|
-
* The theme determines the visual appearance of the component.
|
|
3055
|
-
*/
|
|
3056
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3057
2592
|
}
|
|
3058
2593
|
interface IonSearchbar {
|
|
3059
2594
|
/**
|
|
@@ -3073,15 +2608,15 @@ export namespace Components {
|
|
|
3073
2608
|
*/
|
|
3074
2609
|
"autocorrect": 'on' | 'off';
|
|
3075
2610
|
/**
|
|
3076
|
-
* Set the cancel button icon. Only
|
|
2611
|
+
* Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
|
|
3077
2612
|
*/
|
|
3078
|
-
"cancelButtonIcon"
|
|
2613
|
+
"cancelButtonIcon": string;
|
|
3079
2614
|
/**
|
|
3080
|
-
* Set the cancel button text. Only
|
|
2615
|
+
* Set the the cancel button text. Only applies to `ios` mode.
|
|
3081
2616
|
*/
|
|
3082
2617
|
"cancelButtonText": string;
|
|
3083
2618
|
/**
|
|
3084
|
-
* Set the clear icon. Defaults to `
|
|
2619
|
+
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
|
|
3085
2620
|
*/
|
|
3086
2621
|
"clearIcon"?: string;
|
|
3087
2622
|
/**
|
|
@@ -3117,7 +2652,7 @@ export namespace Components {
|
|
|
3117
2652
|
*/
|
|
3118
2653
|
"minlength"?: number;
|
|
3119
2654
|
/**
|
|
3120
|
-
* The mode determines
|
|
2655
|
+
* The mode determines which platform styles to use.
|
|
3121
2656
|
*/
|
|
3122
2657
|
"mode"?: "ios" | "md";
|
|
3123
2658
|
/**
|
|
@@ -3129,17 +2664,13 @@ export namespace Components {
|
|
|
3129
2664
|
*/
|
|
3130
2665
|
"placeholder": string;
|
|
3131
2666
|
/**
|
|
3132
|
-
* 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.
|
|
3133
2668
|
*/
|
|
3134
|
-
"searchIcon"?: string
|
|
2669
|
+
"searchIcon"?: string;
|
|
3135
2670
|
/**
|
|
3136
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.
|
|
3137
2672
|
*/
|
|
3138
2673
|
"setFocus": () => Promise<void>;
|
|
3139
|
-
/**
|
|
3140
|
-
* 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.
|
|
3141
|
-
*/
|
|
3142
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3143
2674
|
/**
|
|
3144
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.
|
|
3145
2676
|
*/
|
|
@@ -3148,18 +2679,10 @@ export namespace Components {
|
|
|
3148
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.
|
|
3149
2680
|
*/
|
|
3150
2681
|
"showClearButton": 'never' | 'focus' | 'always';
|
|
3151
|
-
/**
|
|
3152
|
-
* 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.
|
|
3153
|
-
*/
|
|
3154
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
3155
2682
|
/**
|
|
3156
2683
|
* If `true`, enable spellcheck on the input.
|
|
3157
2684
|
*/
|
|
3158
2685
|
"spellcheck": boolean;
|
|
3159
|
-
/**
|
|
3160
|
-
* The theme determines the visual appearance of the component.
|
|
3161
|
-
*/
|
|
3162
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3163
2686
|
/**
|
|
3164
2687
|
* Set the type of the input.
|
|
3165
2688
|
*/
|
|
@@ -3179,7 +2702,7 @@ export namespace Components {
|
|
|
3179
2702
|
*/
|
|
3180
2703
|
"disabled": boolean;
|
|
3181
2704
|
/**
|
|
3182
|
-
* The mode determines
|
|
2705
|
+
* The mode determines which platform styles to use.
|
|
3183
2706
|
*/
|
|
3184
2707
|
"mode"?: "ios" | "md";
|
|
3185
2708
|
/**
|
|
@@ -3194,10 +2717,6 @@ export namespace Components {
|
|
|
3194
2717
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
3195
2718
|
*/
|
|
3196
2719
|
"swipeGesture": boolean;
|
|
3197
|
-
/**
|
|
3198
|
-
* The theme determines the visual appearance of the component.
|
|
3199
|
-
*/
|
|
3200
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3201
2720
|
/**
|
|
3202
2721
|
* the value of the segment.
|
|
3203
2722
|
*/
|
|
@@ -3217,14 +2736,10 @@ export namespace Components {
|
|
|
3217
2736
|
*/
|
|
3218
2737
|
"layout"?: SegmentButtonLayout;
|
|
3219
2738
|
/**
|
|
3220
|
-
* The mode determines
|
|
2739
|
+
* The mode determines which platform styles to use.
|
|
3221
2740
|
*/
|
|
3222
2741
|
"mode"?: "ios" | "md";
|
|
3223
2742
|
"setFocus": () => Promise<void>;
|
|
3224
|
-
/**
|
|
3225
|
-
* The theme determines the visual appearance of the component.
|
|
3226
|
-
*/
|
|
3227
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3228
2743
|
/**
|
|
3229
2744
|
* The type of the button.
|
|
3230
2745
|
*/
|
|
@@ -3269,11 +2784,11 @@ export namespace Components {
|
|
|
3269
2784
|
*/
|
|
3270
2785
|
"errorText"?: string;
|
|
3271
2786
|
/**
|
|
3272
|
-
* 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.
|
|
3273
2788
|
*/
|
|
3274
2789
|
"expandedIcon"?: string;
|
|
3275
2790
|
/**
|
|
3276
|
-
* 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.
|
|
3277
2792
|
*/
|
|
3278
2793
|
"fill"?: 'outline' | 'solid';
|
|
3279
2794
|
/**
|
|
@@ -3301,7 +2816,7 @@ export namespace Components {
|
|
|
3301
2816
|
*/
|
|
3302
2817
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
3303
2818
|
/**
|
|
3304
|
-
* The mode determines
|
|
2819
|
+
* The mode determines which platform styles to use.
|
|
3305
2820
|
*/
|
|
3306
2821
|
"mode"?: "ios" | "md";
|
|
3307
2822
|
/**
|
|
@@ -3334,19 +2849,11 @@ export namespace Components {
|
|
|
3334
2849
|
*/
|
|
3335
2850
|
"selectedText"?: string | null;
|
|
3336
2851
|
/**
|
|
3337
|
-
*
|
|
3338
|
-
*/
|
|
3339
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3340
|
-
/**
|
|
3341
|
-
* 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.
|
|
3342
|
-
*/
|
|
3343
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
3344
|
-
/**
|
|
3345
|
-
* The theme determines the visual appearance of the component.
|
|
2852
|
+
* The shape of the select. If "round" it will have an increased border radius.
|
|
3346
2853
|
*/
|
|
3347
|
-
"
|
|
2854
|
+
"shape"?: 'round';
|
|
3348
2855
|
/**
|
|
3349
|
-
* The toggle icon to use. Defaults to `
|
|
2856
|
+
* The toggle icon to use. Defaults to `chevronExpand` for `ios` mode, or `caretDownSharp` for `md` mode.
|
|
3350
2857
|
*/
|
|
3351
2858
|
"toggleIcon"?: string;
|
|
3352
2859
|
/**
|
|
@@ -3364,14 +2871,6 @@ export namespace Components {
|
|
|
3364
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.
|
|
3365
2872
|
*/
|
|
3366
2873
|
"disabled": boolean;
|
|
3367
|
-
/**
|
|
3368
|
-
* The mode determines the platform behaviors of the component.
|
|
3369
|
-
*/
|
|
3370
|
-
"mode"?: "ios" | "md";
|
|
3371
|
-
/**
|
|
3372
|
-
* The theme determines the visual appearance of the component.
|
|
3373
|
-
*/
|
|
3374
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3375
2874
|
/**
|
|
3376
2875
|
* The text value of the option.
|
|
3377
2876
|
*/
|
|
@@ -3386,10 +2885,6 @@ export namespace Components {
|
|
|
3386
2885
|
* The text content of the popover body
|
|
3387
2886
|
*/
|
|
3388
2887
|
"message"?: string;
|
|
3389
|
-
/**
|
|
3390
|
-
* The mode determines the platform behaviors of the component.
|
|
3391
|
-
*/
|
|
3392
|
-
"mode"?: "ios" | "md";
|
|
3393
2888
|
/**
|
|
3394
2889
|
* If true, the select accepts multiple values
|
|
3395
2890
|
*/
|
|
@@ -3402,24 +2897,12 @@ export namespace Components {
|
|
|
3402
2897
|
* The subheader text of the popover
|
|
3403
2898
|
*/
|
|
3404
2899
|
"subHeader"?: string;
|
|
3405
|
-
/**
|
|
3406
|
-
* The theme determines the visual appearance of the component.
|
|
3407
|
-
*/
|
|
3408
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3409
2900
|
}
|
|
3410
2901
|
interface IonSkeletonText {
|
|
3411
2902
|
/**
|
|
3412
2903
|
* If `true`, the skeleton text will animate.
|
|
3413
2904
|
*/
|
|
3414
2905
|
"animated": boolean;
|
|
3415
|
-
/**
|
|
3416
|
-
* The mode determines the platform behaviors of the component.
|
|
3417
|
-
*/
|
|
3418
|
-
"mode"?: "ios" | "md";
|
|
3419
|
-
/**
|
|
3420
|
-
* The theme determines the visual appearance of the component.
|
|
3421
|
-
*/
|
|
3422
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3423
2906
|
}
|
|
3424
2907
|
interface IonSpinner {
|
|
3425
2908
|
/**
|
|
@@ -3430,10 +2913,6 @@ export namespace Components {
|
|
|
3430
2913
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
3431
2914
|
*/
|
|
3432
2915
|
"duration"?: number;
|
|
3433
|
-
/**
|
|
3434
|
-
* The mode determines the platform behaviors of the component.
|
|
3435
|
-
*/
|
|
3436
|
-
"mode"?: "ios" | "md";
|
|
3437
2916
|
/**
|
|
3438
2917
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
3439
2918
|
*/
|
|
@@ -3442,14 +2921,6 @@ export namespace Components {
|
|
|
3442
2921
|
* If `true`, the spinner's animation will be paused.
|
|
3443
2922
|
*/
|
|
3444
2923
|
"paused": boolean;
|
|
3445
|
-
/**
|
|
3446
|
-
* 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.
|
|
3447
|
-
*/
|
|
3448
|
-
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
3449
|
-
/**
|
|
3450
|
-
* The theme determines the visual appearance of the component.
|
|
3451
|
-
*/
|
|
3452
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3453
2924
|
}
|
|
3454
2925
|
interface IonSplitPane {
|
|
3455
2926
|
/**
|
|
@@ -3461,14 +2932,6 @@ export namespace Components {
|
|
|
3461
2932
|
*/
|
|
3462
2933
|
"disabled": boolean;
|
|
3463
2934
|
"isVisible": () => Promise<boolean>;
|
|
3464
|
-
/**
|
|
3465
|
-
* The mode determines the platform behaviors of the component.
|
|
3466
|
-
*/
|
|
3467
|
-
"mode"?: "ios" | "md";
|
|
3468
|
-
/**
|
|
3469
|
-
* The theme determines the visual appearance of the component.
|
|
3470
|
-
*/
|
|
3471
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3472
2935
|
/**
|
|
3473
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.
|
|
3474
2937
|
*/
|
|
@@ -3481,10 +2944,6 @@ export namespace Components {
|
|
|
3481
2944
|
*/
|
|
3482
2945
|
"component"?: ComponentRef;
|
|
3483
2946
|
"delegate"?: FrameworkDelegate;
|
|
3484
|
-
/**
|
|
3485
|
-
* The mode determines the platform behaviors of the component.
|
|
3486
|
-
*/
|
|
3487
|
-
"mode"?: "ios" | "md";
|
|
3488
2947
|
/**
|
|
3489
2948
|
* Set the active component for the tab
|
|
3490
2949
|
*/
|
|
@@ -3493,10 +2952,6 @@ export namespace Components {
|
|
|
3493
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.
|
|
3494
2953
|
*/
|
|
3495
2954
|
"tab": string;
|
|
3496
|
-
/**
|
|
3497
|
-
* The theme determines the visual appearance of the component.
|
|
3498
|
-
*/
|
|
3499
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3500
2955
|
}
|
|
3501
2956
|
interface IonTabBar {
|
|
3502
2957
|
/**
|
|
@@ -3504,11 +2959,7 @@ export namespace Components {
|
|
|
3504
2959
|
*/
|
|
3505
2960
|
"color"?: Color;
|
|
3506
2961
|
/**
|
|
3507
|
-
*
|
|
3508
|
-
*/
|
|
3509
|
-
"expand": 'compact' | 'full';
|
|
3510
|
-
/**
|
|
3511
|
-
* The mode determines the platform behaviors of the component.
|
|
2962
|
+
* The mode determines which platform styles to use.
|
|
3512
2963
|
*/
|
|
3513
2964
|
"mode"?: "ios" | "md";
|
|
3514
2965
|
/**
|
|
@@ -3516,15 +2967,7 @@ export namespace Components {
|
|
|
3516
2967
|
*/
|
|
3517
2968
|
"selectedTab"?: string;
|
|
3518
2969
|
/**
|
|
3519
|
-
*
|
|
3520
|
-
*/
|
|
3521
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3522
|
-
/**
|
|
3523
|
-
* The theme determines the visual appearance of the component.
|
|
3524
|
-
*/
|
|
3525
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3526
|
-
/**
|
|
3527
|
-
* 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).
|
|
3528
2971
|
*/
|
|
3529
2972
|
"translucent": boolean;
|
|
3530
2973
|
}
|
|
@@ -3546,7 +2989,7 @@ export namespace Components {
|
|
|
3546
2989
|
*/
|
|
3547
2990
|
"layout"?: TabButtonLayout;
|
|
3548
2991
|
/**
|
|
3549
|
-
* The mode determines
|
|
2992
|
+
* The mode determines which platform styles to use.
|
|
3550
2993
|
*/
|
|
3551
2994
|
"mode"?: "ios" | "md";
|
|
3552
2995
|
/**
|
|
@@ -3557,10 +3000,6 @@ export namespace Components {
|
|
|
3557
3000
|
* The selected tab component
|
|
3558
3001
|
*/
|
|
3559
3002
|
"selected": boolean;
|
|
3560
|
-
/**
|
|
3561
|
-
* 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.
|
|
3562
|
-
*/
|
|
3563
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3564
3003
|
/**
|
|
3565
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.
|
|
3566
3005
|
*/
|
|
@@ -3569,10 +3008,6 @@ export namespace Components {
|
|
|
3569
3008
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
3570
3009
|
*/
|
|
3571
3010
|
"target": string | undefined;
|
|
3572
|
-
/**
|
|
3573
|
-
* The theme determines the visual appearance of the component.
|
|
3574
|
-
*/
|
|
3575
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3576
3011
|
}
|
|
3577
3012
|
interface IonTabs {
|
|
3578
3013
|
"getRouteId": () => Promise<RouteID | undefined>;
|
|
@@ -3585,20 +3020,12 @@ export namespace Components {
|
|
|
3585
3020
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
3586
3021
|
*/
|
|
3587
3022
|
"getTab": (tab: string | HTMLIonTabElement) => Promise<HTMLIonTabElement | undefined>;
|
|
3588
|
-
/**
|
|
3589
|
-
* The mode determines the platform behaviors of the component.
|
|
3590
|
-
*/
|
|
3591
|
-
"mode"?: "ios" | "md";
|
|
3592
3023
|
/**
|
|
3593
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.
|
|
3594
3025
|
* @param tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property.
|
|
3595
3026
|
*/
|
|
3596
3027
|
"select": (tab: string | HTMLIonTabElement) => Promise<boolean>;
|
|
3597
3028
|
"setRouteId": (id: string) => Promise<RouteWrite>;
|
|
3598
|
-
/**
|
|
3599
|
-
* The theme determines the visual appearance of the component.
|
|
3600
|
-
*/
|
|
3601
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3602
3029
|
"useRouter": boolean;
|
|
3603
3030
|
}
|
|
3604
3031
|
interface IonText {
|
|
@@ -3607,13 +3034,9 @@ export namespace Components {
|
|
|
3607
3034
|
*/
|
|
3608
3035
|
"color"?: Color;
|
|
3609
3036
|
/**
|
|
3610
|
-
* The mode determines
|
|
3037
|
+
* The mode determines which platform styles to use.
|
|
3611
3038
|
*/
|
|
3612
3039
|
"mode"?: "ios" | "md";
|
|
3613
|
-
/**
|
|
3614
|
-
* The theme determines the visual appearance of the component.
|
|
3615
|
-
*/
|
|
3616
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3617
3040
|
}
|
|
3618
3041
|
interface IonTextarea {
|
|
3619
3042
|
/**
|
|
@@ -3665,7 +3088,7 @@ export namespace Components {
|
|
|
3665
3088
|
*/
|
|
3666
3089
|
"errorText"?: string;
|
|
3667
3090
|
/**
|
|
3668
|
-
* 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.
|
|
3669
3092
|
*/
|
|
3670
3093
|
"fill"?: 'outline' | 'solid';
|
|
3671
3094
|
/**
|
|
@@ -3697,7 +3120,7 @@ export namespace Components {
|
|
|
3697
3120
|
*/
|
|
3698
3121
|
"minlength"?: number;
|
|
3699
3122
|
/**
|
|
3700
|
-
* The mode determines
|
|
3123
|
+
* The mode determines which platform styles to use.
|
|
3701
3124
|
*/
|
|
3702
3125
|
"mode"?: "ios" | "md";
|
|
3703
3126
|
/**
|
|
@@ -3725,21 +3148,13 @@ export namespace Components {
|
|
|
3725
3148
|
*/
|
|
3726
3149
|
"setFocus": () => Promise<void>;
|
|
3727
3150
|
/**
|
|
3728
|
-
*
|
|
3729
|
-
*/
|
|
3730
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3731
|
-
/**
|
|
3732
|
-
* 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.
|
|
3733
3152
|
*/
|
|
3734
|
-
"
|
|
3153
|
+
"shape"?: 'round';
|
|
3735
3154
|
/**
|
|
3736
3155
|
* If `true`, the element will have its spelling and grammar checked.
|
|
3737
3156
|
*/
|
|
3738
3157
|
"spellcheck": boolean;
|
|
3739
|
-
/**
|
|
3740
|
-
* The theme determines the visual appearance of the component.
|
|
3741
|
-
*/
|
|
3742
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3743
3158
|
/**
|
|
3744
3159
|
* The value of the textarea.
|
|
3745
3160
|
*/
|
|
@@ -3750,32 +3165,16 @@ export namespace Components {
|
|
|
3750
3165
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
3751
3166
|
}
|
|
3752
3167
|
interface IonThumbnail {
|
|
3753
|
-
/**
|
|
3754
|
-
* The mode determines the platform behaviors of the component.
|
|
3755
|
-
*/
|
|
3756
|
-
"mode"?: "ios" | "md";
|
|
3757
|
-
/**
|
|
3758
|
-
* The theme determines the visual appearance of the component.
|
|
3759
|
-
*/
|
|
3760
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3761
3168
|
}
|
|
3762
3169
|
interface IonTitle {
|
|
3763
3170
|
/**
|
|
3764
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).
|
|
3765
3172
|
*/
|
|
3766
3173
|
"color"?: Color;
|
|
3767
|
-
/**
|
|
3768
|
-
* The mode determines the platform behaviors of the component.
|
|
3769
|
-
*/
|
|
3770
|
-
"mode"?: "ios" | "md";
|
|
3771
3174
|
/**
|
|
3772
3175
|
* The size of the toolbar title.
|
|
3773
3176
|
*/
|
|
3774
3177
|
"size"?: 'large' | 'small';
|
|
3775
|
-
/**
|
|
3776
|
-
* The theme determines the visual appearance of the component.
|
|
3777
|
-
*/
|
|
3778
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3779
3178
|
}
|
|
3780
3179
|
interface IonToast {
|
|
3781
3180
|
/**
|
|
@@ -3843,7 +3242,7 @@ export namespace Components {
|
|
|
3843
3242
|
*/
|
|
3844
3243
|
"message"?: string | IonicSafeString;
|
|
3845
3244
|
/**
|
|
3846
|
-
* The mode determines
|
|
3245
|
+
* The mode determines which platform styles to use.
|
|
3847
3246
|
*/
|
|
3848
3247
|
"mode"?: "ios" | "md";
|
|
3849
3248
|
/**
|
|
@@ -3867,20 +3266,12 @@ export namespace Components {
|
|
|
3867
3266
|
* Present the toast overlay after it has been created.
|
|
3868
3267
|
*/
|
|
3869
3268
|
"present": () => Promise<void>;
|
|
3870
|
-
/**
|
|
3871
|
-
* 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.
|
|
3872
|
-
*/
|
|
3873
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
3874
3269
|
/**
|
|
3875
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.
|
|
3876
3271
|
*/
|
|
3877
3272
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
3878
3273
|
/**
|
|
3879
|
-
*
|
|
3880
|
-
*/
|
|
3881
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3882
|
-
/**
|
|
3883
|
-
* 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).
|
|
3884
3275
|
*/
|
|
3885
3276
|
"translucent": boolean;
|
|
3886
3277
|
/**
|
|
@@ -3926,7 +3317,7 @@ export namespace Components {
|
|
|
3926
3317
|
*/
|
|
3927
3318
|
"labelPlacement": 'start' | 'end' | 'fixed' | 'stacked';
|
|
3928
3319
|
/**
|
|
3929
|
-
* The mode determines
|
|
3320
|
+
* The mode determines which platform styles to use.
|
|
3930
3321
|
*/
|
|
3931
3322
|
"mode"?: "ios" | "md";
|
|
3932
3323
|
/**
|
|
@@ -3937,10 +3328,6 @@ export namespace Components {
|
|
|
3937
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.
|
|
3938
3329
|
*/
|
|
3939
3330
|
"required": boolean;
|
|
3940
|
-
/**
|
|
3941
|
-
* The theme determines the visual appearance of the component.
|
|
3942
|
-
*/
|
|
3943
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3944
3331
|
/**
|
|
3945
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>`.
|
|
3946
3333
|
*/
|
|
@@ -3952,13 +3339,9 @@ export namespace Components {
|
|
|
3952
3339
|
*/
|
|
3953
3340
|
"color"?: Color;
|
|
3954
3341
|
/**
|
|
3955
|
-
* The mode determines
|
|
3342
|
+
* The mode determines which platform styles to use.
|
|
3956
3343
|
*/
|
|
3957
3344
|
"mode"?: "ios" | "md";
|
|
3958
|
-
/**
|
|
3959
|
-
* The theme determines the visual appearance of the component.
|
|
3960
|
-
*/
|
|
3961
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
3962
3345
|
}
|
|
3963
3346
|
}
|
|
3964
3347
|
export interface IonAccordionGroupCustomEvent<T> extends CustomEvent<T> {
|
|
@@ -5476,17 +4859,13 @@ declare namespace LocalJSX {
|
|
|
5476
4859
|
*/
|
|
5477
4860
|
"disabled"?: boolean;
|
|
5478
4861
|
/**
|
|
5479
|
-
* The mode determines
|
|
4862
|
+
* The mode determines which platform styles to use.
|
|
5480
4863
|
*/
|
|
5481
4864
|
"mode"?: "ios" | "md";
|
|
5482
4865
|
/**
|
|
5483
4866
|
* If `true`, the accordion cannot be interacted with, but does not alter the opacity.
|
|
5484
4867
|
*/
|
|
5485
4868
|
"readonly"?: boolean;
|
|
5486
|
-
/**
|
|
5487
|
-
* The theme determines the visual appearance of the component.
|
|
5488
|
-
*/
|
|
5489
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5490
4869
|
/**
|
|
5491
4870
|
* The toggle icon to use. This icon will be rotated when the accordion is expanded or collapsed.
|
|
5492
4871
|
*/
|
|
@@ -5514,7 +4893,7 @@ declare namespace LocalJSX {
|
|
|
5514
4893
|
*/
|
|
5515
4894
|
"expand"?: 'compact' | 'inset';
|
|
5516
4895
|
/**
|
|
5517
|
-
* The mode determines
|
|
4896
|
+
* The mode determines which platform styles to use.
|
|
5518
4897
|
*/
|
|
5519
4898
|
"mode"?: "ios" | "md";
|
|
5520
4899
|
/**
|
|
@@ -5529,14 +4908,6 @@ declare namespace LocalJSX {
|
|
|
5529
4908
|
* If `true`, the accordion group cannot be interacted with, but does not alter the opacity.
|
|
5530
4909
|
*/
|
|
5531
4910
|
"readonly"?: boolean;
|
|
5532
|
-
/**
|
|
5533
|
-
* 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"`.
|
|
5534
|
-
*/
|
|
5535
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5536
|
-
/**
|
|
5537
|
-
* The theme determines the visual appearance of the component.
|
|
5538
|
-
*/
|
|
5539
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5540
4911
|
/**
|
|
5541
4912
|
* The value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when `multiple="true"`
|
|
5542
4913
|
*/
|
|
@@ -5584,7 +4955,7 @@ declare namespace LocalJSX {
|
|
|
5584
4955
|
*/
|
|
5585
4956
|
"leaveAnimation"?: AnimationBuilder;
|
|
5586
4957
|
/**
|
|
5587
|
-
* The mode determines
|
|
4958
|
+
* The mode determines which platform styles to use.
|
|
5588
4959
|
*/
|
|
5589
4960
|
"mode"?: "ios" | "md";
|
|
5590
4961
|
/**
|
|
@@ -5624,11 +4995,7 @@ declare namespace LocalJSX {
|
|
|
5624
4995
|
*/
|
|
5625
4996
|
"subHeader"?: string;
|
|
5626
4997
|
/**
|
|
5627
|
-
*
|
|
5628
|
-
*/
|
|
5629
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5630
|
-
/**
|
|
5631
|
-
* 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).
|
|
5632
4999
|
*/
|
|
5633
5000
|
"translucent"?: boolean;
|
|
5634
5001
|
/**
|
|
@@ -5686,7 +5053,7 @@ declare namespace LocalJSX {
|
|
|
5686
5053
|
*/
|
|
5687
5054
|
"message"?: string | IonicSafeString;
|
|
5688
5055
|
/**
|
|
5689
|
-
* The mode determines
|
|
5056
|
+
* The mode determines which platform styles to use.
|
|
5690
5057
|
*/
|
|
5691
5058
|
"mode"?: "ios" | "md";
|
|
5692
5059
|
/**
|
|
@@ -5726,11 +5093,7 @@ declare namespace LocalJSX {
|
|
|
5726
5093
|
*/
|
|
5727
5094
|
"subHeader"?: string;
|
|
5728
5095
|
/**
|
|
5729
|
-
*
|
|
5730
|
-
*/
|
|
5731
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5732
|
-
/**
|
|
5733
|
-
* 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).
|
|
5734
5097
|
*/
|
|
5735
5098
|
"translucent"?: boolean;
|
|
5736
5099
|
/**
|
|
@@ -5739,32 +5102,8 @@ declare namespace LocalJSX {
|
|
|
5739
5102
|
"trigger"?: string | undefined;
|
|
5740
5103
|
}
|
|
5741
5104
|
interface IonApp {
|
|
5742
|
-
/**
|
|
5743
|
-
* The mode determines the platform behaviors of the component.
|
|
5744
|
-
*/
|
|
5745
|
-
"mode"?: "ios" | "md";
|
|
5746
|
-
/**
|
|
5747
|
-
* The theme determines the visual appearance of the component.
|
|
5748
|
-
*/
|
|
5749
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5750
5105
|
}
|
|
5751
5106
|
interface IonAvatar {
|
|
5752
|
-
/**
|
|
5753
|
-
* The mode determines the platform behaviors of the component.
|
|
5754
|
-
*/
|
|
5755
|
-
"mode"?: "ios" | "md";
|
|
5756
|
-
/**
|
|
5757
|
-
* 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.
|
|
5758
|
-
*/
|
|
5759
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
5760
|
-
/**
|
|
5761
|
-
* 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.
|
|
5762
|
-
*/
|
|
5763
|
-
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
5764
|
-
/**
|
|
5765
|
-
* The theme determines the visual appearance of the component.
|
|
5766
|
-
*/
|
|
5767
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5768
5107
|
}
|
|
5769
5108
|
interface IonBackButton {
|
|
5770
5109
|
/**
|
|
@@ -5784,7 +5123,7 @@ declare namespace LocalJSX {
|
|
|
5784
5123
|
*/
|
|
5785
5124
|
"icon"?: string | null;
|
|
5786
5125
|
/**
|
|
5787
|
-
* The mode determines
|
|
5126
|
+
* The mode determines which platform styles to use.
|
|
5788
5127
|
*/
|
|
5789
5128
|
"mode"?: "ios" | "md";
|
|
5790
5129
|
/**
|
|
@@ -5795,20 +5134,12 @@ declare namespace LocalJSX {
|
|
|
5795
5134
|
* The text to display in the back button.
|
|
5796
5135
|
*/
|
|
5797
5136
|
"text"?: string | null;
|
|
5798
|
-
/**
|
|
5799
|
-
* The theme determines the visual appearance of the component.
|
|
5800
|
-
*/
|
|
5801
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5802
5137
|
/**
|
|
5803
5138
|
* The type of the button.
|
|
5804
5139
|
*/
|
|
5805
5140
|
"type"?: 'submit' | 'reset' | 'button';
|
|
5806
5141
|
}
|
|
5807
5142
|
interface IonBackdrop {
|
|
5808
|
-
/**
|
|
5809
|
-
* The mode determines the platform behaviors of the component.
|
|
5810
|
-
*/
|
|
5811
|
-
"mode"?: "ios" | "md";
|
|
5812
5143
|
/**
|
|
5813
5144
|
* Emitted when the backdrop is tapped.
|
|
5814
5145
|
*/
|
|
@@ -5821,10 +5152,6 @@ declare namespace LocalJSX {
|
|
|
5821
5152
|
* If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.
|
|
5822
5153
|
*/
|
|
5823
5154
|
"tappable"?: boolean;
|
|
5824
|
-
/**
|
|
5825
|
-
* The theme determines the visual appearance of the component.
|
|
5826
|
-
*/
|
|
5827
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5828
5155
|
/**
|
|
5829
5156
|
* If `true`, the backdrop will be visible.
|
|
5830
5157
|
*/
|
|
@@ -5836,25 +5163,9 @@ declare namespace LocalJSX {
|
|
|
5836
5163
|
*/
|
|
5837
5164
|
"color"?: Color;
|
|
5838
5165
|
/**
|
|
5839
|
-
* The mode determines
|
|
5166
|
+
* The mode determines which platform styles to use.
|
|
5840
5167
|
*/
|
|
5841
5168
|
"mode"?: "ios" | "md";
|
|
5842
|
-
/**
|
|
5843
|
-
* 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.
|
|
5844
|
-
*/
|
|
5845
|
-
"shape"?: 'soft' | 'round | rectangular';
|
|
5846
|
-
/**
|
|
5847
|
-
* 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.
|
|
5848
|
-
*/
|
|
5849
|
-
"size"?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
5850
|
-
/**
|
|
5851
|
-
* The theme determines the visual appearance of the component.
|
|
5852
|
-
*/
|
|
5853
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5854
|
-
/**
|
|
5855
|
-
* 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.
|
|
5856
|
-
*/
|
|
5857
|
-
"vertical"?: 'top' | 'bottom';
|
|
5858
5169
|
}
|
|
5859
5170
|
interface IonBreadcrumb {
|
|
5860
5171
|
/**
|
|
@@ -5878,7 +5189,7 @@ declare namespace LocalJSX {
|
|
|
5878
5189
|
*/
|
|
5879
5190
|
"href"?: string | undefined;
|
|
5880
5191
|
/**
|
|
5881
|
-
* The mode determines
|
|
5192
|
+
* The mode determines which platform styles to use.
|
|
5882
5193
|
*/
|
|
5883
5194
|
"mode"?: "ios" | "md";
|
|
5884
5195
|
/**
|
|
@@ -5909,10 +5220,6 @@ declare namespace LocalJSX {
|
|
|
5909
5220
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
5910
5221
|
*/
|
|
5911
5222
|
"target"?: string | undefined;
|
|
5912
|
-
/**
|
|
5913
|
-
* The theme determines the visual appearance of the component.
|
|
5914
|
-
*/
|
|
5915
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5916
5223
|
}
|
|
5917
5224
|
interface IonBreadcrumbs {
|
|
5918
5225
|
/**
|
|
@@ -5932,17 +5239,13 @@ declare namespace LocalJSX {
|
|
|
5932
5239
|
*/
|
|
5933
5240
|
"maxItems"?: number;
|
|
5934
5241
|
/**
|
|
5935
|
-
* The mode determines
|
|
5242
|
+
* The mode determines which platform styles to use.
|
|
5936
5243
|
*/
|
|
5937
5244
|
"mode"?: "ios" | "md";
|
|
5938
5245
|
/**
|
|
5939
5246
|
* Emitted when the collapsed indicator is clicked on.
|
|
5940
5247
|
*/
|
|
5941
5248
|
"onIonCollapsedClick"?: (event: IonBreadcrumbsCustomEvent<BreadcrumbCollapsedClickEventDetail>) => void;
|
|
5942
|
-
/**
|
|
5943
|
-
* The theme determines the visual appearance of the component.
|
|
5944
|
-
*/
|
|
5945
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
5946
5249
|
}
|
|
5947
5250
|
interface IonButton {
|
|
5948
5251
|
/**
|
|
@@ -5978,7 +5281,7 @@ declare namespace LocalJSX {
|
|
|
5978
5281
|
*/
|
|
5979
5282
|
"href"?: string | undefined;
|
|
5980
5283
|
/**
|
|
5981
|
-
* The mode determines
|
|
5284
|
+
* The mode determines which platform styles to use.
|
|
5982
5285
|
*/
|
|
5983
5286
|
"mode"?: "ios" | "md";
|
|
5984
5287
|
/**
|
|
@@ -6002,13 +5305,13 @@ declare namespace LocalJSX {
|
|
|
6002
5305
|
*/
|
|
6003
5306
|
"routerDirection"?: RouterDirection;
|
|
6004
5307
|
/**
|
|
6005
|
-
* Set to `"
|
|
5308
|
+
* Set to `"round"` for a button with more rounded corners.
|
|
6006
5309
|
*/
|
|
6007
|
-
"shape"?: '
|
|
5310
|
+
"shape"?: 'round';
|
|
6008
5311
|
/**
|
|
6009
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.
|
|
6010
5313
|
*/
|
|
6011
|
-
"size"?: '
|
|
5314
|
+
"size"?: 'small' | 'default' | 'large';
|
|
6012
5315
|
/**
|
|
6013
5316
|
* If `true`, activates a button with a heavier font weight.
|
|
6014
5317
|
*/
|
|
@@ -6017,10 +5320,6 @@ declare namespace LocalJSX {
|
|
|
6017
5320
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6018
5321
|
*/
|
|
6019
5322
|
"target"?: string | undefined;
|
|
6020
|
-
/**
|
|
6021
|
-
* The theme determines the visual appearance of the component.
|
|
6022
|
-
*/
|
|
6023
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6024
5323
|
/**
|
|
6025
5324
|
* The type of the button.
|
|
6026
5325
|
*/
|
|
@@ -6028,17 +5327,9 @@ declare namespace LocalJSX {
|
|
|
6028
5327
|
}
|
|
6029
5328
|
interface IonButtons {
|
|
6030
5329
|
/**
|
|
6031
|
-
* 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)
|
|
6032
5331
|
*/
|
|
6033
5332
|
"collapse"?: boolean;
|
|
6034
|
-
/**
|
|
6035
|
-
* The mode determines the platform behaviors of the component.
|
|
6036
|
-
*/
|
|
6037
|
-
"mode"?: "ios" | "md";
|
|
6038
|
-
/**
|
|
6039
|
-
* The theme determines the visual appearance of the component.
|
|
6040
|
-
*/
|
|
6041
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6042
5333
|
}
|
|
6043
5334
|
interface IonCard {
|
|
6044
5335
|
/**
|
|
@@ -6062,7 +5353,7 @@ declare namespace LocalJSX {
|
|
|
6062
5353
|
*/
|
|
6063
5354
|
"href"?: string | undefined;
|
|
6064
5355
|
/**
|
|
6065
|
-
* The mode determines
|
|
5356
|
+
* The mode determines which platform styles to use.
|
|
6066
5357
|
*/
|
|
6067
5358
|
"mode"?: "ios" | "md";
|
|
6068
5359
|
/**
|
|
@@ -6077,18 +5368,10 @@ declare namespace LocalJSX {
|
|
|
6077
5368
|
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
|
6078
5369
|
*/
|
|
6079
5370
|
"routerDirection"?: RouterDirection;
|
|
6080
|
-
/**
|
|
6081
|
-
* 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"`.
|
|
6082
|
-
*/
|
|
6083
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6084
5371
|
/**
|
|
6085
5372
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
6086
5373
|
*/
|
|
6087
5374
|
"target"?: string | undefined;
|
|
6088
|
-
/**
|
|
6089
|
-
* The theme determines the visual appearance of the component.
|
|
6090
|
-
*/
|
|
6091
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6092
5375
|
/**
|
|
6093
5376
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
6094
5377
|
*/
|
|
@@ -6096,13 +5379,9 @@ declare namespace LocalJSX {
|
|
|
6096
5379
|
}
|
|
6097
5380
|
interface IonCardContent {
|
|
6098
5381
|
/**
|
|
6099
|
-
* The mode determines
|
|
5382
|
+
* The mode determines which platform styles to use.
|
|
6100
5383
|
*/
|
|
6101
5384
|
"mode"?: "ios" | "md";
|
|
6102
|
-
/**
|
|
6103
|
-
* The theme determines the visual appearance of the component.
|
|
6104
|
-
*/
|
|
6105
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6106
5385
|
}
|
|
6107
5386
|
interface IonCardHeader {
|
|
6108
5387
|
/**
|
|
@@ -6110,15 +5389,11 @@ declare namespace LocalJSX {
|
|
|
6110
5389
|
*/
|
|
6111
5390
|
"color"?: Color;
|
|
6112
5391
|
/**
|
|
6113
|
-
* The mode determines
|
|
5392
|
+
* The mode determines which platform styles to use.
|
|
6114
5393
|
*/
|
|
6115
5394
|
"mode"?: "ios" | "md";
|
|
6116
5395
|
/**
|
|
6117
|
-
*
|
|
6118
|
-
*/
|
|
6119
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6120
|
-
/**
|
|
6121
|
-
* 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).
|
|
6122
5397
|
*/
|
|
6123
5398
|
"translucent"?: boolean;
|
|
6124
5399
|
}
|
|
@@ -6128,13 +5403,9 @@ declare namespace LocalJSX {
|
|
|
6128
5403
|
*/
|
|
6129
5404
|
"color"?: Color;
|
|
6130
5405
|
/**
|
|
6131
|
-
* The mode determines
|
|
5406
|
+
* The mode determines which platform styles to use.
|
|
6132
5407
|
*/
|
|
6133
5408
|
"mode"?: "ios" | "md";
|
|
6134
|
-
/**
|
|
6135
|
-
* The theme determines the visual appearance of the component.
|
|
6136
|
-
*/
|
|
6137
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6138
5409
|
}
|
|
6139
5410
|
interface IonCardTitle {
|
|
6140
5411
|
/**
|
|
@@ -6142,13 +5413,9 @@ declare namespace LocalJSX {
|
|
|
6142
5413
|
*/
|
|
6143
5414
|
"color"?: Color;
|
|
6144
5415
|
/**
|
|
6145
|
-
* The mode determines
|
|
5416
|
+
* The mode determines which platform styles to use.
|
|
6146
5417
|
*/
|
|
6147
5418
|
"mode"?: "ios" | "md";
|
|
6148
|
-
/**
|
|
6149
|
-
* The theme determines the visual appearance of the component.
|
|
6150
|
-
*/
|
|
6151
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6152
5419
|
}
|
|
6153
5420
|
interface IonCheckbox {
|
|
6154
5421
|
/**
|
|
@@ -6188,7 +5455,7 @@ declare namespace LocalJSX {
|
|
|
6188
5455
|
*/
|
|
6189
5456
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
6190
5457
|
/**
|
|
6191
|
-
* The mode determines
|
|
5458
|
+
* The mode determines which platform styles to use.
|
|
6192
5459
|
*/
|
|
6193
5460
|
"mode"?: "ios" | "md";
|
|
6194
5461
|
/**
|
|
@@ -6200,7 +5467,7 @@ declare namespace LocalJSX {
|
|
|
6200
5467
|
*/
|
|
6201
5468
|
"onIonBlur"?: (event: IonCheckboxCustomEvent<void>) => void;
|
|
6202
5469
|
/**
|
|
6203
|
-
* 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.
|
|
6204
5471
|
*/
|
|
6205
5472
|
"onIonChange"?: (event: IonCheckboxCustomEvent<CheckboxChangeEventDetail>) => void;
|
|
6206
5473
|
/**
|
|
@@ -6211,18 +5478,6 @@ declare namespace LocalJSX {
|
|
|
6211
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.
|
|
6212
5479
|
*/
|
|
6213
5480
|
"required"?: boolean;
|
|
6214
|
-
/**
|
|
6215
|
-
* Set to `"soft"` for a checkbox with more rounded corners. Only available when the theme is `"ionic"`.
|
|
6216
|
-
*/
|
|
6217
|
-
"shape"?: 'soft' | 'rectangular';
|
|
6218
|
-
/**
|
|
6219
|
-
* Set to `"small"` for a checkbox with less height and padding.
|
|
6220
|
-
*/
|
|
6221
|
-
"size"?: 'small';
|
|
6222
|
-
/**
|
|
6223
|
-
* The theme determines the visual appearance of the component.
|
|
6224
|
-
*/
|
|
6225
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6226
5481
|
/**
|
|
6227
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>`.
|
|
6228
5483
|
*/
|
|
@@ -6238,31 +5493,15 @@ declare namespace LocalJSX {
|
|
|
6238
5493
|
*/
|
|
6239
5494
|
"disabled"?: boolean;
|
|
6240
5495
|
/**
|
|
6241
|
-
* The mode determines
|
|
5496
|
+
* The mode determines which platform styles to use.
|
|
6242
5497
|
*/
|
|
6243
5498
|
"mode"?: "ios" | "md";
|
|
6244
5499
|
/**
|
|
6245
5500
|
* Display an outline style button.
|
|
6246
5501
|
*/
|
|
6247
5502
|
"outline"?: boolean;
|
|
6248
|
-
/**
|
|
6249
|
-
* 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.
|
|
6250
|
-
*/
|
|
6251
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
6252
|
-
/**
|
|
6253
|
-
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
|
|
6254
|
-
*/
|
|
6255
|
-
"size"?: 'small' | 'large';
|
|
6256
|
-
/**
|
|
6257
|
-
* The theme determines the visual appearance of the component.
|
|
6258
|
-
*/
|
|
6259
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6260
5503
|
}
|
|
6261
5504
|
interface IonCol {
|
|
6262
|
-
/**
|
|
6263
|
-
* The mode determines the platform behaviors of the component.
|
|
6264
|
-
*/
|
|
6265
|
-
"mode"?: "ios" | "md";
|
|
6266
5505
|
/**
|
|
6267
5506
|
* The amount to offset the column, in terms of how many columns it should shift to the end of the total available.
|
|
6268
5507
|
*/
|
|
@@ -6359,10 +5598,6 @@ declare namespace LocalJSX {
|
|
|
6359
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.
|
|
6360
5599
|
*/
|
|
6361
5600
|
"sizeXs"?: string;
|
|
6362
|
-
/**
|
|
6363
|
-
* The theme determines the visual appearance of the component.
|
|
6364
|
-
*/
|
|
6365
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6366
5601
|
}
|
|
6367
5602
|
interface IonContent {
|
|
6368
5603
|
/**
|
|
@@ -6381,10 +5616,6 @@ declare namespace LocalJSX {
|
|
|
6381
5616
|
* If `true`, the content will scroll behind the headers and footers. This effect can easily be seen by setting the toolbar to transparent.
|
|
6382
5617
|
*/
|
|
6383
5618
|
"fullscreen"?: boolean;
|
|
6384
|
-
/**
|
|
6385
|
-
* The mode determines the platform behaviors of the component.
|
|
6386
|
-
*/
|
|
6387
|
-
"mode"?: "ios" | "md";
|
|
6388
5619
|
/**
|
|
6389
5620
|
* Emitted while scrolling. This event is disabled by default. Set `scrollEvents` to `true` to enable.
|
|
6390
5621
|
*/
|
|
@@ -6409,10 +5640,6 @@ declare namespace LocalJSX {
|
|
|
6409
5640
|
* If you want to disable the content scrolling in the Y axis, set this property to `false`.
|
|
6410
5641
|
*/
|
|
6411
5642
|
"scrollY"?: boolean;
|
|
6412
|
-
/**
|
|
6413
|
-
* The theme determines the visual appearance of the component.
|
|
6414
|
-
*/
|
|
6415
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6416
5643
|
}
|
|
6417
5644
|
interface IonDatetime {
|
|
6418
5645
|
/**
|
|
@@ -6480,7 +5707,7 @@ declare namespace LocalJSX {
|
|
|
6480
5707
|
*/
|
|
6481
5708
|
"minuteValues"?: number[] | number | string;
|
|
6482
5709
|
/**
|
|
6483
|
-
* The mode determines
|
|
5710
|
+
* The mode determines which platform styles to use.
|
|
6484
5711
|
*/
|
|
6485
5712
|
"mode"?: "ios" | "md";
|
|
6486
5713
|
/**
|
|
@@ -6543,10 +5770,6 @@ declare namespace LocalJSX {
|
|
|
6543
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.
|
|
6544
5771
|
*/
|
|
6545
5772
|
"size"?: 'cover' | 'fixed';
|
|
6546
|
-
/**
|
|
6547
|
-
* The theme determines the visual appearance of the component.
|
|
6548
|
-
*/
|
|
6549
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6550
5773
|
/**
|
|
6551
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.
|
|
6552
5775
|
*/
|
|
@@ -6574,13 +5797,9 @@ declare namespace LocalJSX {
|
|
|
6574
5797
|
*/
|
|
6575
5798
|
"disabled"?: boolean;
|
|
6576
5799
|
/**
|
|
6577
|
-
* The mode determines
|
|
5800
|
+
* The mode determines which platform styles to use.
|
|
6578
5801
|
*/
|
|
6579
5802
|
"mode"?: "ios" | "md";
|
|
6580
|
-
/**
|
|
6581
|
-
* The theme determines the visual appearance of the component.
|
|
6582
|
-
*/
|
|
6583
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6584
5803
|
}
|
|
6585
5804
|
interface IonFab {
|
|
6586
5805
|
/**
|
|
@@ -6595,14 +5814,6 @@ declare namespace LocalJSX {
|
|
|
6595
5814
|
* Where to align the fab horizontally in the viewport.
|
|
6596
5815
|
*/
|
|
6597
5816
|
"horizontal"?: 'start' | 'end' | 'center';
|
|
6598
|
-
/**
|
|
6599
|
-
* The mode determines the platform behaviors of the component.
|
|
6600
|
-
*/
|
|
6601
|
-
"mode"?: "ios" | "md";
|
|
6602
|
-
/**
|
|
6603
|
-
* The theme determines the visual appearance of the component.
|
|
6604
|
-
*/
|
|
6605
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6606
5817
|
/**
|
|
6607
5818
|
* Where to align the fab vertically in the viewport.
|
|
6608
5819
|
*/
|
|
@@ -6634,7 +5845,7 @@ declare namespace LocalJSX {
|
|
|
6634
5845
|
*/
|
|
6635
5846
|
"href"?: string | undefined;
|
|
6636
5847
|
/**
|
|
6637
|
-
* The mode determines
|
|
5848
|
+
* The mode determines which platform styles to use.
|
|
6638
5849
|
*/
|
|
6639
5850
|
"mode"?: "ios" | "md";
|
|
6640
5851
|
/**
|
|
@@ -6670,11 +5881,7 @@ declare namespace LocalJSX {
|
|
|
6670
5881
|
*/
|
|
6671
5882
|
"target"?: string | undefined;
|
|
6672
5883
|
/**
|
|
6673
|
-
*
|
|
6674
|
-
*/
|
|
6675
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6676
|
-
/**
|
|
6677
|
-
* 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).
|
|
6678
5885
|
*/
|
|
6679
5886
|
"translucent"?: boolean;
|
|
6680
5887
|
/**
|
|
@@ -6687,34 +5894,22 @@ declare namespace LocalJSX {
|
|
|
6687
5894
|
* If `true`, the fab list will show all fab buttons in the list.
|
|
6688
5895
|
*/
|
|
6689
5896
|
"activated"?: boolean;
|
|
6690
|
-
/**
|
|
6691
|
-
* The mode determines the platform behaviors of the component.
|
|
6692
|
-
*/
|
|
6693
|
-
"mode"?: "ios" | "md";
|
|
6694
5897
|
/**
|
|
6695
5898
|
* The side the fab list will show on relative to the main fab button.
|
|
6696
5899
|
*/
|
|
6697
5900
|
"side"?: 'start' | 'end' | 'top' | 'bottom';
|
|
6698
|
-
/**
|
|
6699
|
-
* The theme determines the visual appearance of the component.
|
|
6700
|
-
*/
|
|
6701
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6702
5901
|
}
|
|
6703
5902
|
interface IonFooter {
|
|
6704
5903
|
/**
|
|
6705
|
-
* 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.
|
|
6706
5905
|
*/
|
|
6707
5906
|
"collapse"?: 'fade';
|
|
6708
5907
|
/**
|
|
6709
|
-
* The mode determines
|
|
5908
|
+
* The mode determines which platform styles to use.
|
|
6710
5909
|
*/
|
|
6711
5910
|
"mode"?: "ios" | "md";
|
|
6712
5911
|
/**
|
|
6713
|
-
*
|
|
6714
|
-
*/
|
|
6715
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6716
|
-
/**
|
|
6717
|
-
* 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.
|
|
6718
5913
|
*/
|
|
6719
5914
|
"translucent"?: boolean;
|
|
6720
5915
|
}
|
|
@@ -6723,34 +5918,18 @@ declare namespace LocalJSX {
|
|
|
6723
5918
|
* If `true`, the grid will have a fixed width based on the screen size.
|
|
6724
5919
|
*/
|
|
6725
5920
|
"fixed"?: boolean;
|
|
6726
|
-
/**
|
|
6727
|
-
* The mode determines the platform behaviors of the component.
|
|
6728
|
-
*/
|
|
6729
|
-
"mode"?: "ios" | "md";
|
|
6730
|
-
/**
|
|
6731
|
-
* The theme determines the visual appearance of the component.
|
|
6732
|
-
*/
|
|
6733
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6734
5921
|
}
|
|
6735
5922
|
interface IonHeader {
|
|
6736
5923
|
/**
|
|
6737
|
-
* 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)
|
|
6738
5925
|
*/
|
|
6739
5926
|
"collapse"?: 'condense' | 'fade';
|
|
6740
5927
|
/**
|
|
6741
|
-
*
|
|
6742
|
-
*/
|
|
6743
|
-
"divider"?: boolean;
|
|
6744
|
-
/**
|
|
6745
|
-
* The mode determines the platform behaviors of the component.
|
|
5928
|
+
* The mode determines which platform styles to use.
|
|
6746
5929
|
*/
|
|
6747
5930
|
"mode"?: "ios" | "md";
|
|
6748
5931
|
/**
|
|
6749
|
-
*
|
|
6750
|
-
*/
|
|
6751
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6752
|
-
/**
|
|
6753
|
-
* 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.
|
|
6754
5933
|
*/
|
|
6755
5934
|
"translucent"?: boolean;
|
|
6756
5935
|
}
|
|
@@ -6759,10 +5938,6 @@ declare namespace LocalJSX {
|
|
|
6759
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.
|
|
6760
5939
|
*/
|
|
6761
5940
|
"alt"?: string;
|
|
6762
|
-
/**
|
|
6763
|
-
* The mode determines the platform behaviors of the component.
|
|
6764
|
-
*/
|
|
6765
|
-
"mode"?: "ios" | "md";
|
|
6766
5941
|
/**
|
|
6767
5942
|
* Emitted when the img fails to load
|
|
6768
5943
|
*/
|
|
@@ -6779,20 +5954,12 @@ declare namespace LocalJSX {
|
|
|
6779
5954
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
6780
5955
|
*/
|
|
6781
5956
|
"src"?: string;
|
|
6782
|
-
/**
|
|
6783
|
-
* The theme determines the visual appearance of the component.
|
|
6784
|
-
*/
|
|
6785
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6786
5957
|
}
|
|
6787
5958
|
interface IonInfiniteScroll {
|
|
6788
5959
|
/**
|
|
6789
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.
|
|
6790
5961
|
*/
|
|
6791
5962
|
"disabled"?: boolean;
|
|
6792
|
-
/**
|
|
6793
|
-
* The mode determines the platform behaviors of the component.
|
|
6794
|
-
*/
|
|
6795
|
-
"mode"?: "ios" | "md";
|
|
6796
5963
|
/**
|
|
6797
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.
|
|
6798
5965
|
*/
|
|
@@ -6801,10 +5968,6 @@ declare namespace LocalJSX {
|
|
|
6801
5968
|
* The position of the infinite scroll element. The value can be either `top` or `bottom`.
|
|
6802
5969
|
*/
|
|
6803
5970
|
"position"?: 'top' | 'bottom';
|
|
6804
|
-
/**
|
|
6805
|
-
* The theme determines the visual appearance of the component.
|
|
6806
|
-
*/
|
|
6807
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6808
5971
|
/**
|
|
6809
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.
|
|
6810
5973
|
*/
|
|
@@ -6819,14 +5982,6 @@ declare namespace LocalJSX {
|
|
|
6819
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.
|
|
6820
5983
|
*/
|
|
6821
5984
|
"loadingText"?: string | IonicSafeString;
|
|
6822
|
-
/**
|
|
6823
|
-
* The mode determines the platform behaviors of the component.
|
|
6824
|
-
*/
|
|
6825
|
-
"mode"?: "ios" | "md";
|
|
6826
|
-
/**
|
|
6827
|
-
* The theme determines the visual appearance of the component.
|
|
6828
|
-
*/
|
|
6829
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6830
5985
|
}
|
|
6831
5986
|
interface IonInput {
|
|
6832
5987
|
/**
|
|
@@ -6886,7 +6041,7 @@ declare namespace LocalJSX {
|
|
|
6886
6041
|
*/
|
|
6887
6042
|
"errorText"?: string;
|
|
6888
6043
|
/**
|
|
6889
|
-
* 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.
|
|
6890
6045
|
*/
|
|
6891
6046
|
"fill"?: 'outline' | 'solid';
|
|
6892
6047
|
/**
|
|
@@ -6902,7 +6057,7 @@ declare namespace LocalJSX {
|
|
|
6902
6057
|
*/
|
|
6903
6058
|
"label"?: string;
|
|
6904
6059
|
/**
|
|
6905
|
-
* 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 ("...").
|
|
6906
6061
|
*/
|
|
6907
6062
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
6908
6063
|
/**
|
|
@@ -6922,7 +6077,7 @@ declare namespace LocalJSX {
|
|
|
6922
6077
|
*/
|
|
6923
6078
|
"minlength"?: number;
|
|
6924
6079
|
/**
|
|
6925
|
-
* The mode determines
|
|
6080
|
+
* The mode determines which platform styles to use.
|
|
6926
6081
|
*/
|
|
6927
6082
|
"mode"?: "ios" | "md";
|
|
6928
6083
|
/**
|
|
@@ -6966,13 +6121,9 @@ declare namespace LocalJSX {
|
|
|
6966
6121
|
*/
|
|
6967
6122
|
"required"?: boolean;
|
|
6968
6123
|
/**
|
|
6969
|
-
*
|
|
6124
|
+
* The shape of the input. If "round" it will have an increased border radius.
|
|
6970
6125
|
*/
|
|
6971
|
-
"shape"?: '
|
|
6972
|
-
/**
|
|
6973
|
-
* 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.
|
|
6974
|
-
*/
|
|
6975
|
-
"size"?: 'medium' | 'large' | 'xlarge';
|
|
6126
|
+
"shape"?: 'round';
|
|
6976
6127
|
/**
|
|
6977
6128
|
* If `true`, the element will have its spelling and grammar checked.
|
|
6978
6129
|
*/
|
|
@@ -6981,10 +6132,6 @@ declare namespace LocalJSX {
|
|
|
6981
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.
|
|
6982
6133
|
*/
|
|
6983
6134
|
"step"?: string;
|
|
6984
|
-
/**
|
|
6985
|
-
* The theme determines the visual appearance of the component.
|
|
6986
|
-
*/
|
|
6987
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
6988
6135
|
/**
|
|
6989
6136
|
* The type of control to display. The default type is text.
|
|
6990
6137
|
*/
|
|
@@ -7022,7 +6169,7 @@ declare namespace LocalJSX {
|
|
|
7022
6169
|
*/
|
|
7023
6170
|
"color"?: Color;
|
|
7024
6171
|
/**
|
|
7025
|
-
* 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.
|
|
7026
6173
|
*/
|
|
7027
6174
|
"detail"?: boolean;
|
|
7028
6175
|
/**
|
|
@@ -7046,7 +6193,7 @@ declare namespace LocalJSX {
|
|
|
7046
6193
|
*/
|
|
7047
6194
|
"lines"?: 'full' | 'inset' | 'none';
|
|
7048
6195
|
/**
|
|
7049
|
-
* The mode determines
|
|
6196
|
+
* The mode determines which platform styles to use.
|
|
7050
6197
|
*/
|
|
7051
6198
|
"mode"?: "ios" | "md";
|
|
7052
6199
|
/**
|
|
@@ -7065,10 +6212,6 @@ declare namespace LocalJSX {
|
|
|
7065
6212
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
7066
6213
|
*/
|
|
7067
6214
|
"target"?: string | undefined;
|
|
7068
|
-
/**
|
|
7069
|
-
* The theme determines the visual appearance of the component.
|
|
7070
|
-
*/
|
|
7071
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7072
6215
|
/**
|
|
7073
6216
|
* The type of the button. Only used when an `onclick` or `button` property is present.
|
|
7074
6217
|
*/
|
|
@@ -7080,27 +6223,15 @@ declare namespace LocalJSX {
|
|
|
7080
6223
|
*/
|
|
7081
6224
|
"color"?: Color;
|
|
7082
6225
|
/**
|
|
7083
|
-
* The mode determines
|
|
6226
|
+
* The mode determines which platform styles to use.
|
|
7084
6227
|
*/
|
|
7085
6228
|
"mode"?: "ios" | "md";
|
|
7086
6229
|
/**
|
|
7087
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
|
|
7088
6231
|
*/
|
|
7089
6232
|
"sticky"?: boolean;
|
|
7090
|
-
/**
|
|
7091
|
-
* The theme determines the visual appearance of the component.
|
|
7092
|
-
*/
|
|
7093
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7094
6233
|
}
|
|
7095
6234
|
interface IonItemGroup {
|
|
7096
|
-
/**
|
|
7097
|
-
* The mode determines the platform behaviors of the component.
|
|
7098
|
-
*/
|
|
7099
|
-
"mode"?: "ios" | "md";
|
|
7100
|
-
/**
|
|
7101
|
-
* The theme determines the visual appearance of the component.
|
|
7102
|
-
*/
|
|
7103
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7104
6235
|
}
|
|
7105
6236
|
interface IonItemOption {
|
|
7106
6237
|
/**
|
|
@@ -7124,35 +6255,23 @@ declare namespace LocalJSX {
|
|
|
7124
6255
|
*/
|
|
7125
6256
|
"href"?: string | undefined;
|
|
7126
6257
|
/**
|
|
7127
|
-
* The mode determines
|
|
6258
|
+
* The mode determines which platform styles to use.
|
|
7128
6259
|
*/
|
|
7129
6260
|
"mode"?: "ios" | "md";
|
|
7130
6261
|
/**
|
|
7131
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).
|
|
7132
6263
|
*/
|
|
7133
6264
|
"rel"?: string | undefined;
|
|
7134
|
-
/**
|
|
7135
|
-
* 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.
|
|
7136
|
-
*/
|
|
7137
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7138
6265
|
/**
|
|
7139
6266
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
7140
6267
|
*/
|
|
7141
6268
|
"target"?: string | undefined;
|
|
7142
|
-
/**
|
|
7143
|
-
* The theme determines the visual appearance of the component.
|
|
7144
|
-
*/
|
|
7145
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7146
6269
|
/**
|
|
7147
6270
|
* The type of the button.
|
|
7148
6271
|
*/
|
|
7149
6272
|
"type"?: 'submit' | 'reset' | 'button';
|
|
7150
6273
|
}
|
|
7151
6274
|
interface IonItemOptions {
|
|
7152
|
-
/**
|
|
7153
|
-
* The mode determines the platform behaviors of the component.
|
|
7154
|
-
*/
|
|
7155
|
-
"mode"?: "ios" | "md";
|
|
7156
6275
|
/**
|
|
7157
6276
|
* Emitted when the item has been fully swiped.
|
|
7158
6277
|
*/
|
|
@@ -7161,28 +6280,16 @@ declare namespace LocalJSX {
|
|
|
7161
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.
|
|
7162
6281
|
*/
|
|
7163
6282
|
"side"?: Side;
|
|
7164
|
-
/**
|
|
7165
|
-
* The theme determines the visual appearance of the component.
|
|
7166
|
-
*/
|
|
7167
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7168
6283
|
}
|
|
7169
6284
|
interface IonItemSliding {
|
|
7170
6285
|
/**
|
|
7171
6286
|
* If `true`, the user cannot interact with the sliding item.
|
|
7172
6287
|
*/
|
|
7173
6288
|
"disabled"?: boolean;
|
|
7174
|
-
/**
|
|
7175
|
-
* The mode determines the platform behaviors of the component.
|
|
7176
|
-
*/
|
|
7177
|
-
"mode"?: "ios" | "md";
|
|
7178
6289
|
/**
|
|
7179
6290
|
* Emitted when the sliding position changes.
|
|
7180
6291
|
*/
|
|
7181
6292
|
"onIonDrag"?: (event: IonItemSlidingCustomEvent<any>) => void;
|
|
7182
|
-
/**
|
|
7183
|
-
* The theme determines the visual appearance of the component.
|
|
7184
|
-
*/
|
|
7185
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7186
6293
|
}
|
|
7187
6294
|
interface IonLabel {
|
|
7188
6295
|
/**
|
|
@@ -7190,17 +6297,13 @@ declare namespace LocalJSX {
|
|
|
7190
6297
|
*/
|
|
7191
6298
|
"color"?: Color;
|
|
7192
6299
|
/**
|
|
7193
|
-
* The mode determines
|
|
6300
|
+
* The mode determines which platform styles to use.
|
|
7194
6301
|
*/
|
|
7195
6302
|
"mode"?: "ios" | "md";
|
|
7196
6303
|
/**
|
|
7197
6304
|
* The position determines where and how the label behaves inside an item.
|
|
7198
6305
|
*/
|
|
7199
6306
|
"position"?: 'fixed' | 'stacked' | 'floating';
|
|
7200
|
-
/**
|
|
7201
|
-
* The theme determines the visual appearance of the component.
|
|
7202
|
-
*/
|
|
7203
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7204
6307
|
}
|
|
7205
6308
|
interface IonList {
|
|
7206
6309
|
/**
|
|
@@ -7212,17 +6315,9 @@ declare namespace LocalJSX {
|
|
|
7212
6315
|
*/
|
|
7213
6316
|
"lines"?: 'full' | 'inset' | 'none';
|
|
7214
6317
|
/**
|
|
7215
|
-
* The mode determines
|
|
6318
|
+
* The mode determines which platform styles to use.
|
|
7216
6319
|
*/
|
|
7217
6320
|
"mode"?: "ios" | "md";
|
|
7218
|
-
/**
|
|
7219
|
-
* 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.
|
|
7220
|
-
*/
|
|
7221
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7222
|
-
/**
|
|
7223
|
-
* The theme determines the visual appearance of the component.
|
|
7224
|
-
*/
|
|
7225
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7226
6321
|
}
|
|
7227
6322
|
interface IonListHeader {
|
|
7228
6323
|
/**
|
|
@@ -7234,13 +6329,9 @@ declare namespace LocalJSX {
|
|
|
7234
6329
|
*/
|
|
7235
6330
|
"lines"?: 'full' | 'inset' | 'none';
|
|
7236
6331
|
/**
|
|
7237
|
-
* The mode determines
|
|
6332
|
+
* The mode determines which platform styles to use.
|
|
7238
6333
|
*/
|
|
7239
6334
|
"mode"?: "ios" | "md";
|
|
7240
|
-
/**
|
|
7241
|
-
* The theme determines the visual appearance of the component.
|
|
7242
|
-
*/
|
|
7243
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7244
6335
|
}
|
|
7245
6336
|
interface IonLoading {
|
|
7246
6337
|
/**
|
|
@@ -7284,7 +6375,7 @@ declare namespace LocalJSX {
|
|
|
7284
6375
|
*/
|
|
7285
6376
|
"message"?: string | IonicSafeString;
|
|
7286
6377
|
/**
|
|
7287
|
-
* The mode determines
|
|
6378
|
+
* The mode determines which platform styles to use.
|
|
7288
6379
|
*/
|
|
7289
6380
|
"mode"?: "ios" | "md";
|
|
7290
6381
|
/**
|
|
@@ -7328,11 +6419,7 @@ declare namespace LocalJSX {
|
|
|
7328
6419
|
*/
|
|
7329
6420
|
"spinner"?: SpinnerTypes | null;
|
|
7330
6421
|
/**
|
|
7331
|
-
*
|
|
7332
|
-
*/
|
|
7333
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7334
|
-
/**
|
|
7335
|
-
* 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).
|
|
7336
6423
|
*/
|
|
7337
6424
|
"translucent"?: boolean;
|
|
7338
6425
|
/**
|
|
@@ -7357,10 +6444,6 @@ declare namespace LocalJSX {
|
|
|
7357
6444
|
* An id for the menu.
|
|
7358
6445
|
*/
|
|
7359
6446
|
"menuId"?: string;
|
|
7360
|
-
/**
|
|
7361
|
-
* The mode determines the platform behaviors of the component.
|
|
7362
|
-
*/
|
|
7363
|
-
"mode"?: "ios" | "md";
|
|
7364
6447
|
/**
|
|
7365
6448
|
* Emitted when the menu is closed.
|
|
7366
6449
|
*/
|
|
@@ -7385,10 +6468,6 @@ declare namespace LocalJSX {
|
|
|
7385
6468
|
* If `true`, swiping the menu is enabled.
|
|
7386
6469
|
*/
|
|
7387
6470
|
"swipeGesture"?: boolean;
|
|
7388
|
-
/**
|
|
7389
|
-
* The theme determines the visual appearance of the component.
|
|
7390
|
-
*/
|
|
7391
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7392
6471
|
/**
|
|
7393
6472
|
* The display type of the menu. Available options: `"overlay"`, `"reveal"`, `"push"`.
|
|
7394
6473
|
*/
|
|
@@ -7412,13 +6491,9 @@ declare namespace LocalJSX {
|
|
|
7412
6491
|
*/
|
|
7413
6492
|
"menu"?: string;
|
|
7414
6493
|
/**
|
|
7415
|
-
* The mode determines
|
|
6494
|
+
* The mode determines which platform styles to use.
|
|
7416
6495
|
*/
|
|
7417
6496
|
"mode"?: "ios" | "md";
|
|
7418
|
-
/**
|
|
7419
|
-
* The theme determines the visual appearance of the component.
|
|
7420
|
-
*/
|
|
7421
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7422
6497
|
/**
|
|
7423
6498
|
* The type of the button.
|
|
7424
6499
|
*/
|
|
@@ -7433,14 +6508,6 @@ declare namespace LocalJSX {
|
|
|
7433
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.
|
|
7434
6509
|
*/
|
|
7435
6510
|
"menu"?: string;
|
|
7436
|
-
/**
|
|
7437
|
-
* The mode determines the platform behaviors of the component.
|
|
7438
|
-
*/
|
|
7439
|
-
"mode"?: "ios" | "md";
|
|
7440
|
-
/**
|
|
7441
|
-
* The theme determines the visual appearance of the component.
|
|
7442
|
-
*/
|
|
7443
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7444
6511
|
}
|
|
7445
6512
|
interface IonModal {
|
|
7446
6513
|
/**
|
|
@@ -7508,7 +6575,7 @@ declare namespace LocalJSX {
|
|
|
7508
6575
|
*/
|
|
7509
6576
|
"leaveAnimation"?: AnimationBuilder;
|
|
7510
6577
|
/**
|
|
7511
|
-
* The mode determines
|
|
6578
|
+
* The mode determines which platform styles to use.
|
|
7512
6579
|
*/
|
|
7513
6580
|
"mode"?: "ios" | "md";
|
|
7514
6581
|
/**
|
|
@@ -7551,18 +6618,10 @@ declare namespace LocalJSX {
|
|
|
7551
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.
|
|
7552
6619
|
*/
|
|
7553
6620
|
"presentingElement"?: HTMLElement;
|
|
7554
|
-
/**
|
|
7555
|
-
* 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.
|
|
7556
|
-
*/
|
|
7557
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7558
6621
|
/**
|
|
7559
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.
|
|
7560
6623
|
*/
|
|
7561
6624
|
"showBackdrop"?: boolean;
|
|
7562
|
-
/**
|
|
7563
|
-
* The theme determines the visual appearance of the component.
|
|
7564
|
-
*/
|
|
7565
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7566
6625
|
/**
|
|
7567
6626
|
* An ID corresponding to the trigger element that causes the modal to open when clicked.
|
|
7568
6627
|
*/
|
|
@@ -7574,13 +6633,9 @@ declare namespace LocalJSX {
|
|
|
7574
6633
|
*/
|
|
7575
6634
|
"animated"?: boolean;
|
|
7576
6635
|
/**
|
|
7577
|
-
* 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.
|
|
7578
6637
|
*/
|
|
7579
6638
|
"animation"?: AnimationBuilder;
|
|
7580
|
-
/**
|
|
7581
|
-
* The mode determines the platform behaviors of the component.
|
|
7582
|
-
*/
|
|
7583
|
-
"mode"?: "ios" | "md";
|
|
7584
6639
|
/**
|
|
7585
6640
|
* Event fired when the nav has changed components
|
|
7586
6641
|
*/
|
|
@@ -7601,10 +6656,6 @@ declare namespace LocalJSX {
|
|
|
7601
6656
|
* If the nav component should allow for swipe-to-go-back.
|
|
7602
6657
|
*/
|
|
7603
6658
|
"swipeGesture"?: boolean;
|
|
7604
|
-
/**
|
|
7605
|
-
* The theme determines the visual appearance of the component.
|
|
7606
|
-
*/
|
|
7607
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7608
6659
|
}
|
|
7609
6660
|
interface IonNavLink {
|
|
7610
6661
|
/**
|
|
@@ -7615,10 +6666,6 @@ declare namespace LocalJSX {
|
|
|
7615
6666
|
* Data you want to pass to the component as props. Only used if the `"routerDirection"` is `"forward"` or `"root"`.
|
|
7616
6667
|
*/
|
|
7617
6668
|
"componentProps"?: ComponentProps;
|
|
7618
|
-
/**
|
|
7619
|
-
* The mode determines the platform behaviors of the component.
|
|
7620
|
-
*/
|
|
7621
|
-
"mode"?: "ios" | "md";
|
|
7622
6669
|
/**
|
|
7623
6670
|
* The transition animation when navigating to another page.
|
|
7624
6671
|
*/
|
|
@@ -7627,10 +6674,6 @@ declare namespace LocalJSX {
|
|
|
7627
6674
|
* The transition direction when navigating to another page.
|
|
7628
6675
|
*/
|
|
7629
6676
|
"routerDirection"?: RouterDirection;
|
|
7630
|
-
/**
|
|
7631
|
-
* The theme determines the visual appearance of the component.
|
|
7632
|
-
*/
|
|
7633
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7634
6677
|
}
|
|
7635
6678
|
interface IonNote {
|
|
7636
6679
|
/**
|
|
@@ -7638,23 +6681,15 @@ declare namespace LocalJSX {
|
|
|
7638
6681
|
*/
|
|
7639
6682
|
"color"?: Color;
|
|
7640
6683
|
/**
|
|
7641
|
-
* The mode determines
|
|
6684
|
+
* The mode determines which platform styles to use.
|
|
7642
6685
|
*/
|
|
7643
6686
|
"mode"?: "ios" | "md";
|
|
7644
|
-
/**
|
|
7645
|
-
* The theme determines the visual appearance of the component.
|
|
7646
|
-
*/
|
|
7647
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7648
6687
|
}
|
|
7649
6688
|
interface IonPicker {
|
|
7650
6689
|
/**
|
|
7651
|
-
* The mode determines
|
|
6690
|
+
* The mode determines which platform styles to use.
|
|
7652
6691
|
*/
|
|
7653
6692
|
"mode"?: "ios" | "md";
|
|
7654
|
-
/**
|
|
7655
|
-
* The theme determines the visual appearance of the component.
|
|
7656
|
-
*/
|
|
7657
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7658
6693
|
}
|
|
7659
6694
|
interface IonPickerColumn {
|
|
7660
6695
|
/**
|
|
@@ -7666,17 +6701,13 @@ declare namespace LocalJSX {
|
|
|
7666
6701
|
*/
|
|
7667
6702
|
"disabled"?: boolean;
|
|
7668
6703
|
/**
|
|
7669
|
-
* The mode determines
|
|
6704
|
+
* The mode determines which platform styles to use.
|
|
7670
6705
|
*/
|
|
7671
6706
|
"mode"?: "ios" | "md";
|
|
7672
6707
|
/**
|
|
7673
6708
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
7674
6709
|
*/
|
|
7675
6710
|
"onIonChange"?: (event: IonPickerColumnCustomEvent<PickerColumnChangeEventDetail>) => void;
|
|
7676
|
-
/**
|
|
7677
|
-
* The theme determines the visual appearance of the component.
|
|
7678
|
-
*/
|
|
7679
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7680
6711
|
/**
|
|
7681
6712
|
* The selected option in the picker.
|
|
7682
6713
|
*/
|
|
@@ -7691,14 +6722,6 @@ declare namespace LocalJSX {
|
|
|
7691
6722
|
* If `true`, the user cannot interact with the picker column option.
|
|
7692
6723
|
*/
|
|
7693
6724
|
"disabled"?: boolean;
|
|
7694
|
-
/**
|
|
7695
|
-
* The mode determines the platform behaviors of the component.
|
|
7696
|
-
*/
|
|
7697
|
-
"mode"?: "ios" | "md";
|
|
7698
|
-
/**
|
|
7699
|
-
* The theme determines the visual appearance of the component.
|
|
7700
|
-
*/
|
|
7701
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7702
6725
|
/**
|
|
7703
6726
|
* The text value of the option.
|
|
7704
6727
|
*/
|
|
@@ -7750,7 +6773,7 @@ declare namespace LocalJSX {
|
|
|
7750
6773
|
*/
|
|
7751
6774
|
"leaveAnimation"?: AnimationBuilder;
|
|
7752
6775
|
/**
|
|
7753
|
-
* The mode determines
|
|
6776
|
+
* The mode determines which platform styles to use.
|
|
7754
6777
|
*/
|
|
7755
6778
|
"mode"?: "ios" | "md";
|
|
7756
6779
|
/**
|
|
@@ -7789,10 +6812,6 @@ declare namespace LocalJSX {
|
|
|
7789
6812
|
* If `true`, a backdrop will be displayed behind the picker.
|
|
7790
6813
|
*/
|
|
7791
6814
|
"showBackdrop"?: boolean;
|
|
7792
|
-
/**
|
|
7793
|
-
* The theme determines the visual appearance of the component.
|
|
7794
|
-
*/
|
|
7795
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7796
6815
|
/**
|
|
7797
6816
|
* An ID corresponding to the trigger element that causes the picker to open when clicked.
|
|
7798
6817
|
*/
|
|
@@ -7806,7 +6825,7 @@ declare namespace LocalJSX {
|
|
|
7806
6825
|
}
|
|
7807
6826
|
interface IonPopover {
|
|
7808
6827
|
/**
|
|
7809
|
-
* 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.
|
|
7810
6829
|
*/
|
|
7811
6830
|
"alignment"?: PositionAlign;
|
|
7812
6831
|
/**
|
|
@@ -7814,7 +6833,7 @@ declare namespace LocalJSX {
|
|
|
7814
6833
|
*/
|
|
7815
6834
|
"animated"?: boolean;
|
|
7816
6835
|
/**
|
|
7817
|
-
* 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.
|
|
7818
6837
|
*/
|
|
7819
6838
|
"arrow"?: boolean;
|
|
7820
6839
|
/**
|
|
@@ -7866,7 +6885,7 @@ declare namespace LocalJSX {
|
|
|
7866
6885
|
*/
|
|
7867
6886
|
"leaveAnimation"?: AnimationBuilder;
|
|
7868
6887
|
/**
|
|
7869
|
-
* The mode determines
|
|
6888
|
+
* The mode determines which platform styles to use.
|
|
7870
6889
|
*/
|
|
7871
6890
|
"mode"?: "ios" | "md";
|
|
7872
6891
|
/**
|
|
@@ -7918,11 +6937,7 @@ declare namespace LocalJSX {
|
|
|
7918
6937
|
*/
|
|
7919
6938
|
"size"?: PopoverSize;
|
|
7920
6939
|
/**
|
|
7921
|
-
*
|
|
7922
|
-
*/
|
|
7923
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7924
|
-
/**
|
|
7925
|
-
* 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).
|
|
7926
6941
|
*/
|
|
7927
6942
|
"translucent"?: boolean;
|
|
7928
6943
|
/**
|
|
@@ -7944,21 +6959,13 @@ declare namespace LocalJSX {
|
|
|
7944
6959
|
*/
|
|
7945
6960
|
"color"?: Color;
|
|
7946
6961
|
/**
|
|
7947
|
-
* The mode determines
|
|
6962
|
+
* The mode determines which platform styles to use.
|
|
7948
6963
|
*/
|
|
7949
6964
|
"mode"?: "ios" | "md";
|
|
7950
6965
|
/**
|
|
7951
6966
|
* If true, reverse the progress bar direction.
|
|
7952
6967
|
*/
|
|
7953
6968
|
"reversed"?: boolean;
|
|
7954
|
-
/**
|
|
7955
|
-
* 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.
|
|
7956
|
-
*/
|
|
7957
|
-
"shape"?: 'round' | 'rectangular';
|
|
7958
|
-
/**
|
|
7959
|
-
* The theme determines the visual appearance of the component.
|
|
7960
|
-
*/
|
|
7961
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
7962
6969
|
/**
|
|
7963
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).
|
|
7964
6971
|
*/
|
|
@@ -7990,7 +6997,7 @@ declare namespace LocalJSX {
|
|
|
7990
6997
|
*/
|
|
7991
6998
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
7992
6999
|
/**
|
|
7993
|
-
* The mode determines
|
|
7000
|
+
* The mode determines which platform styles to use.
|
|
7994
7001
|
*/
|
|
7995
7002
|
"mode"?: "ios" | "md";
|
|
7996
7003
|
/**
|
|
@@ -8005,10 +7012,6 @@ declare namespace LocalJSX {
|
|
|
8005
7012
|
* Emitted when the radio button has focus.
|
|
8006
7013
|
*/
|
|
8007
7014
|
"onIonFocus"?: (event: IonRadioCustomEvent<void>) => void;
|
|
8008
|
-
/**
|
|
8009
|
-
* The theme determines the visual appearance of the component.
|
|
8010
|
-
*/
|
|
8011
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8012
7015
|
/**
|
|
8013
7016
|
* the value of the radio.
|
|
8014
7017
|
*/
|
|
@@ -8031,10 +7034,6 @@ declare namespace LocalJSX {
|
|
|
8031
7034
|
* The helper text to display at the top of the radio group.
|
|
8032
7035
|
*/
|
|
8033
7036
|
"helperText"?: string;
|
|
8034
|
-
/**
|
|
8035
|
-
* The mode determines the platform behaviors of the component.
|
|
8036
|
-
*/
|
|
8037
|
-
"mode"?: "ios" | "md";
|
|
8038
7037
|
/**
|
|
8039
7038
|
* The name of the control, which is submitted with the form data.
|
|
8040
7039
|
*/
|
|
@@ -8043,10 +7042,6 @@ declare namespace LocalJSX {
|
|
|
8043
7042
|
* Emitted when the value has changed. This event will not emit when programmatically setting the `value` property.
|
|
8044
7043
|
*/
|
|
8045
7044
|
"onIonChange"?: (event: IonRadioGroupCustomEvent<RadioGroupChangeEventDetail>) => void;
|
|
8046
|
-
/**
|
|
8047
|
-
* The theme determines the visual appearance of the component.
|
|
8048
|
-
*/
|
|
8049
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8050
7045
|
/**
|
|
8051
7046
|
* the value of the radio group.
|
|
8052
7047
|
*/
|
|
@@ -8090,7 +7085,7 @@ declare namespace LocalJSX {
|
|
|
8090
7085
|
*/
|
|
8091
7086
|
"min"?: number;
|
|
8092
7087
|
/**
|
|
8093
|
-
* The mode determines
|
|
7088
|
+
* The mode determines which platform styles to use.
|
|
8094
7089
|
*/
|
|
8095
7090
|
"mode"?: "ios" | "md";
|
|
8096
7091
|
/**
|
|
@@ -8137,10 +7132,6 @@ declare namespace LocalJSX {
|
|
|
8137
7132
|
* Specifies the value granularity.
|
|
8138
7133
|
*/
|
|
8139
7134
|
"step"?: number;
|
|
8140
|
-
/**
|
|
8141
|
-
* The theme determines the visual appearance of the component.
|
|
8142
|
-
*/
|
|
8143
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8144
7135
|
/**
|
|
8145
7136
|
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
|
8146
7137
|
*/
|
|
@@ -8160,7 +7151,7 @@ declare namespace LocalJSX {
|
|
|
8160
7151
|
*/
|
|
8161
7152
|
"disabled"?: boolean;
|
|
8162
7153
|
/**
|
|
8163
|
-
* The mode determines
|
|
7154
|
+
* The mode determines which platform styles to use.
|
|
8164
7155
|
*/
|
|
8165
7156
|
"mode"?: "ios" | "md";
|
|
8166
7157
|
/**
|
|
@@ -8191,16 +7182,8 @@ declare namespace LocalJSX {
|
|
|
8191
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.
|
|
8192
7183
|
*/
|
|
8193
7184
|
"snapbackDuration"?: string;
|
|
8194
|
-
/**
|
|
8195
|
-
* The theme determines the visual appearance of the component.
|
|
8196
|
-
*/
|
|
8197
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8198
7185
|
}
|
|
8199
7186
|
interface IonRefresherContent {
|
|
8200
|
-
/**
|
|
8201
|
-
* The mode determines the platform behaviors of the component.
|
|
8202
|
-
*/
|
|
8203
|
-
"mode"?: "ios" | "md";
|
|
8204
7187
|
/**
|
|
8205
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.
|
|
8206
7189
|
*/
|
|
@@ -8217,48 +7200,20 @@ declare namespace LocalJSX {
|
|
|
8217
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.
|
|
8218
7201
|
*/
|
|
8219
7202
|
"refreshingText"?: string | IonicSafeString;
|
|
8220
|
-
/**
|
|
8221
|
-
* The theme determines the visual appearance of the component.
|
|
8222
|
-
*/
|
|
8223
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8224
7203
|
}
|
|
8225
7204
|
interface IonReorder {
|
|
8226
|
-
/**
|
|
8227
|
-
* The mode determines the platform behaviors of the component.
|
|
8228
|
-
*/
|
|
8229
|
-
"mode"?: "ios" | "md";
|
|
8230
|
-
/**
|
|
8231
|
-
* The theme determines the visual appearance of the component.
|
|
8232
|
-
*/
|
|
8233
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8234
7205
|
}
|
|
8235
7206
|
interface IonReorderGroup {
|
|
8236
7207
|
/**
|
|
8237
7208
|
* If `true`, the reorder will be hidden.
|
|
8238
7209
|
*/
|
|
8239
7210
|
"disabled"?: boolean;
|
|
8240
|
-
/**
|
|
8241
|
-
* The mode determines the platform behaviors of the component.
|
|
8242
|
-
*/
|
|
8243
|
-
"mode"?: "ios" | "md";
|
|
8244
7211
|
/**
|
|
8245
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.
|
|
8246
7213
|
*/
|
|
8247
7214
|
"onIonItemReorder"?: (event: IonReorderGroupCustomEvent<ItemReorderEventDetail>) => void;
|
|
8248
|
-
/**
|
|
8249
|
-
* The theme determines the visual appearance of the component.
|
|
8250
|
-
*/
|
|
8251
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8252
7215
|
}
|
|
8253
7216
|
interface IonRippleEffect {
|
|
8254
|
-
/**
|
|
8255
|
-
* The mode determines the platform behaviors of the component.
|
|
8256
|
-
*/
|
|
8257
|
-
"mode"?: "ios" | "md";
|
|
8258
|
-
/**
|
|
8259
|
-
* The theme determines the visual appearance of the component.
|
|
8260
|
-
*/
|
|
8261
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8262
7217
|
/**
|
|
8263
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.
|
|
8264
7219
|
*/
|
|
@@ -8281,18 +7236,10 @@ declare namespace LocalJSX {
|
|
|
8281
7236
|
* A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed to the defined component when rendered.
|
|
8282
7237
|
*/
|
|
8283
7238
|
"componentProps"?: { [key: string]: any };
|
|
8284
|
-
/**
|
|
8285
|
-
* The mode determines the platform behaviors of the component.
|
|
8286
|
-
*/
|
|
8287
|
-
"mode"?: "ios" | "md";
|
|
8288
7239
|
/**
|
|
8289
7240
|
* Used internally by `ion-router` to know when this route did change.
|
|
8290
7241
|
*/
|
|
8291
7242
|
"onIonRouteDataChanged"?: (event: IonRouteCustomEvent<any>) => void;
|
|
8292
|
-
/**
|
|
8293
|
-
* The theme determines the visual appearance of the component.
|
|
8294
|
-
*/
|
|
8295
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8296
7243
|
/**
|
|
8297
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.
|
|
8298
7245
|
*/
|
|
@@ -8313,10 +7260,6 @@ declare namespace LocalJSX {
|
|
|
8313
7260
|
"to": string | undefined | null;
|
|
8314
7261
|
}
|
|
8315
7262
|
interface IonRouter {
|
|
8316
|
-
/**
|
|
8317
|
-
* The mode determines the platform behaviors of the component.
|
|
8318
|
-
*/
|
|
8319
|
-
"mode"?: "ios" | "md";
|
|
8320
7263
|
/**
|
|
8321
7264
|
* Emitted when the route had changed
|
|
8322
7265
|
*/
|
|
@@ -8329,10 +7272,6 @@ declare namespace LocalJSX {
|
|
|
8329
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.
|
|
8330
7273
|
*/
|
|
8331
7274
|
"root"?: string;
|
|
8332
|
-
/**
|
|
8333
|
-
* The theme determines the visual appearance of the component.
|
|
8334
|
-
*/
|
|
8335
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8336
7275
|
/**
|
|
8337
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.
|
|
8338
7277
|
*/
|
|
@@ -8347,10 +7286,6 @@ declare namespace LocalJSX {
|
|
|
8347
7286
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
8348
7287
|
*/
|
|
8349
7288
|
"href"?: string | undefined;
|
|
8350
|
-
/**
|
|
8351
|
-
* The mode determines the platform behaviors of the component.
|
|
8352
|
-
*/
|
|
8353
|
-
"mode"?: "ios" | "md";
|
|
8354
7289
|
/**
|
|
8355
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).
|
|
8356
7291
|
*/
|
|
@@ -8367,10 +7302,6 @@ declare namespace LocalJSX {
|
|
|
8367
7302
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
8368
7303
|
*/
|
|
8369
7304
|
"target"?: string | undefined;
|
|
8370
|
-
/**
|
|
8371
|
-
* The theme determines the visual appearance of the component.
|
|
8372
|
-
*/
|
|
8373
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8374
7305
|
}
|
|
8375
7306
|
interface IonRouterOutlet {
|
|
8376
7307
|
/**
|
|
@@ -8382,23 +7313,11 @@ declare namespace LocalJSX {
|
|
|
8382
7313
|
*/
|
|
8383
7314
|
"animation"?: AnimationBuilder;
|
|
8384
7315
|
/**
|
|
8385
|
-
* The mode determines
|
|
7316
|
+
* The mode determines which platform styles to use.
|
|
8386
7317
|
*/
|
|
8387
7318
|
"mode"?: "ios" | "md";
|
|
8388
|
-
/**
|
|
8389
|
-
* The theme determines the visual appearance of the component.
|
|
8390
|
-
*/
|
|
8391
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8392
7319
|
}
|
|
8393
7320
|
interface IonRow {
|
|
8394
|
-
/**
|
|
8395
|
-
* The mode determines the platform behaviors of the component.
|
|
8396
|
-
*/
|
|
8397
|
-
"mode"?: "ios" | "md";
|
|
8398
|
-
/**
|
|
8399
|
-
* The theme determines the visual appearance of the component.
|
|
8400
|
-
*/
|
|
8401
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8402
7321
|
}
|
|
8403
7322
|
interface IonSearchbar {
|
|
8404
7323
|
/**
|
|
@@ -8418,15 +7337,15 @@ declare namespace LocalJSX {
|
|
|
8418
7337
|
*/
|
|
8419
7338
|
"autocorrect"?: 'on' | 'off';
|
|
8420
7339
|
/**
|
|
8421
|
-
* Set the cancel button icon. Only
|
|
7340
|
+
* Set the cancel button icon. Only applies to `md` mode. Defaults to `arrow-back-sharp`.
|
|
8422
7341
|
*/
|
|
8423
7342
|
"cancelButtonIcon"?: string;
|
|
8424
7343
|
/**
|
|
8425
|
-
* Set the cancel button text. Only
|
|
7344
|
+
* Set the the cancel button text. Only applies to `ios` mode.
|
|
8426
7345
|
*/
|
|
8427
7346
|
"cancelButtonText"?: string;
|
|
8428
7347
|
/**
|
|
8429
|
-
* Set the clear icon. Defaults to `
|
|
7348
|
+
* Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.
|
|
8430
7349
|
*/
|
|
8431
7350
|
"clearIcon"?: string;
|
|
8432
7351
|
/**
|
|
@@ -8458,7 +7377,7 @@ declare namespace LocalJSX {
|
|
|
8458
7377
|
*/
|
|
8459
7378
|
"minlength"?: number;
|
|
8460
7379
|
/**
|
|
8461
|
-
* The mode determines
|
|
7380
|
+
* The mode determines which platform styles to use.
|
|
8462
7381
|
*/
|
|
8463
7382
|
"mode"?: "ios" | "md";
|
|
8464
7383
|
/**
|
|
@@ -8494,13 +7413,9 @@ declare namespace LocalJSX {
|
|
|
8494
7413
|
*/
|
|
8495
7414
|
"placeholder"?: string;
|
|
8496
7415
|
/**
|
|
8497
|
-
* The icon to use as the search icon. Defaults to `
|
|
7416
|
+
* The icon to use as the search icon. Defaults to `search-outline` in `ios` mode and `search-sharp` in `md` mode.
|
|
8498
7417
|
*/
|
|
8499
|
-
"searchIcon"?: string
|
|
8500
|
-
/**
|
|
8501
|
-
* 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.
|
|
8502
|
-
*/
|
|
8503
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
7418
|
+
"searchIcon"?: string;
|
|
8504
7419
|
/**
|
|
8505
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.
|
|
8506
7421
|
*/
|
|
@@ -8509,18 +7424,10 @@ declare namespace LocalJSX {
|
|
|
8509
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.
|
|
8510
7425
|
*/
|
|
8511
7426
|
"showClearButton"?: 'never' | 'focus' | 'always';
|
|
8512
|
-
/**
|
|
8513
|
-
* 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.
|
|
8514
|
-
*/
|
|
8515
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
8516
7427
|
/**
|
|
8517
7428
|
* If `true`, enable spellcheck on the input.
|
|
8518
7429
|
*/
|
|
8519
7430
|
"spellcheck"?: boolean;
|
|
8520
|
-
/**
|
|
8521
|
-
* The theme determines the visual appearance of the component.
|
|
8522
|
-
*/
|
|
8523
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8524
7431
|
/**
|
|
8525
7432
|
* Set the type of the input.
|
|
8526
7433
|
*/
|
|
@@ -8540,7 +7447,7 @@ declare namespace LocalJSX {
|
|
|
8540
7447
|
*/
|
|
8541
7448
|
"disabled"?: boolean;
|
|
8542
7449
|
/**
|
|
8543
|
-
* The mode determines
|
|
7450
|
+
* The mode determines which platform styles to use.
|
|
8544
7451
|
*/
|
|
8545
7452
|
"mode"?: "ios" | "md";
|
|
8546
7453
|
/**
|
|
@@ -8559,10 +7466,6 @@ declare namespace LocalJSX {
|
|
|
8559
7466
|
* If `true`, users will be able to swipe between segment buttons to activate them.
|
|
8560
7467
|
*/
|
|
8561
7468
|
"swipeGesture"?: boolean;
|
|
8562
|
-
/**
|
|
8563
|
-
* The theme determines the visual appearance of the component.
|
|
8564
|
-
*/
|
|
8565
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8566
7469
|
/**
|
|
8567
7470
|
* the value of the segment.
|
|
8568
7471
|
*/
|
|
@@ -8582,13 +7485,9 @@ declare namespace LocalJSX {
|
|
|
8582
7485
|
*/
|
|
8583
7486
|
"layout"?: SegmentButtonLayout;
|
|
8584
7487
|
/**
|
|
8585
|
-
* The mode determines
|
|
7488
|
+
* The mode determines which platform styles to use.
|
|
8586
7489
|
*/
|
|
8587
7490
|
"mode"?: "ios" | "md";
|
|
8588
|
-
/**
|
|
8589
|
-
* The theme determines the visual appearance of the component.
|
|
8590
|
-
*/
|
|
8591
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8592
7491
|
/**
|
|
8593
7492
|
* The type of the button.
|
|
8594
7493
|
*/
|
|
@@ -8632,11 +7531,11 @@ declare namespace LocalJSX {
|
|
|
8632
7531
|
*/
|
|
8633
7532
|
"errorText"?: string;
|
|
8634
7533
|
/**
|
|
8635
|
-
* 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.
|
|
8636
7535
|
*/
|
|
8637
7536
|
"expandedIcon"?: string;
|
|
8638
7537
|
/**
|
|
8639
|
-
* 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.
|
|
8640
7539
|
*/
|
|
8641
7540
|
"fill"?: 'outline' | 'solid';
|
|
8642
7541
|
/**
|
|
@@ -8664,7 +7563,7 @@ declare namespace LocalJSX {
|
|
|
8664
7563
|
*/
|
|
8665
7564
|
"labelPlacement"?: 'start' | 'end' | 'floating' | 'stacked' | 'fixed';
|
|
8666
7565
|
/**
|
|
8667
|
-
* The mode determines
|
|
7566
|
+
* The mode determines which platform styles to use.
|
|
8668
7567
|
*/
|
|
8669
7568
|
"mode"?: "ios" | "md";
|
|
8670
7569
|
/**
|
|
@@ -8712,19 +7611,11 @@ declare namespace LocalJSX {
|
|
|
8712
7611
|
*/
|
|
8713
7612
|
"selectedText"?: string | null;
|
|
8714
7613
|
/**
|
|
8715
|
-
*
|
|
7614
|
+
* The shape of the select. If "round" it will have an increased border radius.
|
|
8716
7615
|
*/
|
|
8717
|
-
"shape"?: '
|
|
7616
|
+
"shape"?: 'round';
|
|
8718
7617
|
/**
|
|
8719
|
-
* The
|
|
8720
|
-
*/
|
|
8721
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
8722
|
-
/**
|
|
8723
|
-
* The theme determines the visual appearance of the component.
|
|
8724
|
-
*/
|
|
8725
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8726
|
-
/**
|
|
8727
|
-
* 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.
|
|
8728
7619
|
*/
|
|
8729
7620
|
"toggleIcon"?: string;
|
|
8730
7621
|
/**
|
|
@@ -8742,14 +7633,6 @@ declare namespace LocalJSX {
|
|
|
8742
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.
|
|
8743
7634
|
*/
|
|
8744
7635
|
"disabled"?: boolean;
|
|
8745
|
-
/**
|
|
8746
|
-
* The mode determines the platform behaviors of the component.
|
|
8747
|
-
*/
|
|
8748
|
-
"mode"?: "ios" | "md";
|
|
8749
|
-
/**
|
|
8750
|
-
* The theme determines the visual appearance of the component.
|
|
8751
|
-
*/
|
|
8752
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8753
7636
|
/**
|
|
8754
7637
|
* The text value of the option.
|
|
8755
7638
|
*/
|
|
@@ -8764,10 +7647,6 @@ declare namespace LocalJSX {
|
|
|
8764
7647
|
* The text content of the popover body
|
|
8765
7648
|
*/
|
|
8766
7649
|
"message"?: string;
|
|
8767
|
-
/**
|
|
8768
|
-
* The mode determines the platform behaviors of the component.
|
|
8769
|
-
*/
|
|
8770
|
-
"mode"?: "ios" | "md";
|
|
8771
7650
|
/**
|
|
8772
7651
|
* If true, the select accepts multiple values
|
|
8773
7652
|
*/
|
|
@@ -8780,24 +7659,12 @@ declare namespace LocalJSX {
|
|
|
8780
7659
|
* The subheader text of the popover
|
|
8781
7660
|
*/
|
|
8782
7661
|
"subHeader"?: string;
|
|
8783
|
-
/**
|
|
8784
|
-
* The theme determines the visual appearance of the component.
|
|
8785
|
-
*/
|
|
8786
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8787
7662
|
}
|
|
8788
7663
|
interface IonSkeletonText {
|
|
8789
7664
|
/**
|
|
8790
7665
|
* If `true`, the skeleton text will animate.
|
|
8791
7666
|
*/
|
|
8792
7667
|
"animated"?: boolean;
|
|
8793
|
-
/**
|
|
8794
|
-
* The mode determines the platform behaviors of the component.
|
|
8795
|
-
*/
|
|
8796
|
-
"mode"?: "ios" | "md";
|
|
8797
|
-
/**
|
|
8798
|
-
* The theme determines the visual appearance of the component.
|
|
8799
|
-
*/
|
|
8800
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8801
7668
|
}
|
|
8802
7669
|
interface IonSpinner {
|
|
8803
7670
|
/**
|
|
@@ -8808,10 +7675,6 @@ declare namespace LocalJSX {
|
|
|
8808
7675
|
* Duration of the spinner animation in milliseconds. The default varies based on the spinner.
|
|
8809
7676
|
*/
|
|
8810
7677
|
"duration"?: number;
|
|
8811
|
-
/**
|
|
8812
|
-
* The mode determines the platform behaviors of the component.
|
|
8813
|
-
*/
|
|
8814
|
-
"mode"?: "ios" | "md";
|
|
8815
7678
|
/**
|
|
8816
7679
|
* The name of the SVG spinner to use. If a name is not provided, the platform's default spinner will be used.
|
|
8817
7680
|
*/
|
|
@@ -8820,14 +7683,6 @@ declare namespace LocalJSX {
|
|
|
8820
7683
|
* If `true`, the spinner's animation will be paused.
|
|
8821
7684
|
*/
|
|
8822
7685
|
"paused"?: boolean;
|
|
8823
|
-
/**
|
|
8824
|
-
* 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.
|
|
8825
|
-
*/
|
|
8826
|
-
"size"?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
8827
|
-
/**
|
|
8828
|
-
* The theme determines the visual appearance of the component.
|
|
8829
|
-
*/
|
|
8830
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8831
7686
|
}
|
|
8832
7687
|
interface IonSplitPane {
|
|
8833
7688
|
/**
|
|
@@ -8838,18 +7693,10 @@ declare namespace LocalJSX {
|
|
|
8838
7693
|
* If `true`, the split pane will be hidden.
|
|
8839
7694
|
*/
|
|
8840
7695
|
"disabled"?: boolean;
|
|
8841
|
-
/**
|
|
8842
|
-
* The mode determines the platform behaviors of the component.
|
|
8843
|
-
*/
|
|
8844
|
-
"mode"?: "ios" | "md";
|
|
8845
7696
|
/**
|
|
8846
7697
|
* Expression to be called when the split-pane visibility has changed
|
|
8847
7698
|
*/
|
|
8848
7699
|
"onIonSplitPaneVisible"?: (event: IonSplitPaneCustomEvent<{ visible: boolean }>) => void;
|
|
8849
|
-
/**
|
|
8850
|
-
* The theme determines the visual appearance of the component.
|
|
8851
|
-
*/
|
|
8852
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8853
7700
|
/**
|
|
8854
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.
|
|
8855
7702
|
*/
|
|
@@ -8860,18 +7707,10 @@ declare namespace LocalJSX {
|
|
|
8860
7707
|
* The component to display inside of the tab.
|
|
8861
7708
|
*/
|
|
8862
7709
|
"component"?: ComponentRef;
|
|
8863
|
-
/**
|
|
8864
|
-
* The mode determines the platform behaviors of the component.
|
|
8865
|
-
*/
|
|
8866
|
-
"mode"?: "ios" | "md";
|
|
8867
7710
|
/**
|
|
8868
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.
|
|
8869
7712
|
*/
|
|
8870
7713
|
"tab": string;
|
|
8871
|
-
/**
|
|
8872
|
-
* The theme determines the visual appearance of the component.
|
|
8873
|
-
*/
|
|
8874
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8875
7714
|
}
|
|
8876
7715
|
interface IonTabBar {
|
|
8877
7716
|
/**
|
|
@@ -8879,11 +7718,7 @@ declare namespace LocalJSX {
|
|
|
8879
7718
|
*/
|
|
8880
7719
|
"color"?: Color;
|
|
8881
7720
|
/**
|
|
8882
|
-
*
|
|
8883
|
-
*/
|
|
8884
|
-
"expand"?: 'compact' | 'full';
|
|
8885
|
-
/**
|
|
8886
|
-
* The mode determines the platform behaviors of the component.
|
|
7721
|
+
* The mode determines which platform styles to use.
|
|
8887
7722
|
*/
|
|
8888
7723
|
"mode"?: "ios" | "md";
|
|
8889
7724
|
/**
|
|
@@ -8891,15 +7726,7 @@ declare namespace LocalJSX {
|
|
|
8891
7726
|
*/
|
|
8892
7727
|
"selectedTab"?: string;
|
|
8893
7728
|
/**
|
|
8894
|
-
*
|
|
8895
|
-
*/
|
|
8896
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
8897
|
-
/**
|
|
8898
|
-
* The theme determines the visual appearance of the component.
|
|
8899
|
-
*/
|
|
8900
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8901
|
-
/**
|
|
8902
|
-
* 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).
|
|
8903
7730
|
*/
|
|
8904
7731
|
"translucent"?: boolean;
|
|
8905
7732
|
}
|
|
@@ -8921,7 +7748,7 @@ declare namespace LocalJSX {
|
|
|
8921
7748
|
*/
|
|
8922
7749
|
"layout"?: TabButtonLayout;
|
|
8923
7750
|
/**
|
|
8924
|
-
* The mode determines
|
|
7751
|
+
* The mode determines which platform styles to use.
|
|
8925
7752
|
*/
|
|
8926
7753
|
"mode"?: "ios" | "md";
|
|
8927
7754
|
/**
|
|
@@ -8932,10 +7759,6 @@ declare namespace LocalJSX {
|
|
|
8932
7759
|
* The selected tab component
|
|
8933
7760
|
*/
|
|
8934
7761
|
"selected"?: boolean;
|
|
8935
|
-
/**
|
|
8936
|
-
* 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.
|
|
8937
|
-
*/
|
|
8938
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
8939
7762
|
/**
|
|
8940
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.
|
|
8941
7764
|
*/
|
|
@@ -8944,16 +7767,8 @@ declare namespace LocalJSX {
|
|
|
8944
7767
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
8945
7768
|
*/
|
|
8946
7769
|
"target"?: string | undefined;
|
|
8947
|
-
/**
|
|
8948
|
-
* The theme determines the visual appearance of the component.
|
|
8949
|
-
*/
|
|
8950
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8951
7770
|
}
|
|
8952
7771
|
interface IonTabs {
|
|
8953
|
-
/**
|
|
8954
|
-
* The mode determines the platform behaviors of the component.
|
|
8955
|
-
*/
|
|
8956
|
-
"mode"?: "ios" | "md";
|
|
8957
7772
|
/**
|
|
8958
7773
|
* Emitted when the navigation has finished transitioning to a new component.
|
|
8959
7774
|
*/
|
|
@@ -8962,10 +7777,6 @@ declare namespace LocalJSX {
|
|
|
8962
7777
|
* Emitted when the navigation is about to transition to a new component.
|
|
8963
7778
|
*/
|
|
8964
7779
|
"onIonTabsWillChange"?: (event: IonTabsCustomEvent<{ tab: string }>) => void;
|
|
8965
|
-
/**
|
|
8966
|
-
* The theme determines the visual appearance of the component.
|
|
8967
|
-
*/
|
|
8968
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8969
7780
|
}
|
|
8970
7781
|
interface IonText {
|
|
8971
7782
|
/**
|
|
@@ -8973,13 +7784,9 @@ declare namespace LocalJSX {
|
|
|
8973
7784
|
*/
|
|
8974
7785
|
"color"?: Color;
|
|
8975
7786
|
/**
|
|
8976
|
-
* The mode determines
|
|
7787
|
+
* The mode determines which platform styles to use.
|
|
8977
7788
|
*/
|
|
8978
7789
|
"mode"?: "ios" | "md";
|
|
8979
|
-
/**
|
|
8980
|
-
* The theme determines the visual appearance of the component.
|
|
8981
|
-
*/
|
|
8982
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
8983
7790
|
}
|
|
8984
7791
|
interface IonTextarea {
|
|
8985
7792
|
/**
|
|
@@ -9031,7 +7838,7 @@ declare namespace LocalJSX {
|
|
|
9031
7838
|
*/
|
|
9032
7839
|
"errorText"?: string;
|
|
9033
7840
|
/**
|
|
9034
|
-
* 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.
|
|
9035
7842
|
*/
|
|
9036
7843
|
"fill"?: 'outline' | 'solid';
|
|
9037
7844
|
/**
|
|
@@ -9059,7 +7866,7 @@ declare namespace LocalJSX {
|
|
|
9059
7866
|
*/
|
|
9060
7867
|
"minlength"?: number;
|
|
9061
7868
|
/**
|
|
9062
|
-
* The mode determines
|
|
7869
|
+
* The mode determines which platform styles to use.
|
|
9063
7870
|
*/
|
|
9064
7871
|
"mode"?: "ios" | "md";
|
|
9065
7872
|
/**
|
|
@@ -9099,21 +7906,13 @@ declare namespace LocalJSX {
|
|
|
9099
7906
|
*/
|
|
9100
7907
|
"rows"?: number;
|
|
9101
7908
|
/**
|
|
9102
|
-
*
|
|
7909
|
+
* The shape of the textarea. If "round" it will have an increased border radius.
|
|
9103
7910
|
*/
|
|
9104
|
-
"shape"?: '
|
|
9105
|
-
/**
|
|
9106
|
-
* 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.
|
|
9107
|
-
*/
|
|
9108
|
-
"size"?: 'small' | 'medium' | 'large';
|
|
7911
|
+
"shape"?: 'round';
|
|
9109
7912
|
/**
|
|
9110
7913
|
* If `true`, the element will have its spelling and grammar checked.
|
|
9111
7914
|
*/
|
|
9112
7915
|
"spellcheck"?: boolean;
|
|
9113
|
-
/**
|
|
9114
|
-
* The theme determines the visual appearance of the component.
|
|
9115
|
-
*/
|
|
9116
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9117
7916
|
/**
|
|
9118
7917
|
* The value of the textarea.
|
|
9119
7918
|
*/
|
|
@@ -9124,32 +7923,16 @@ declare namespace LocalJSX {
|
|
|
9124
7923
|
"wrap"?: 'hard' | 'soft' | 'off';
|
|
9125
7924
|
}
|
|
9126
7925
|
interface IonThumbnail {
|
|
9127
|
-
/**
|
|
9128
|
-
* The mode determines the platform behaviors of the component.
|
|
9129
|
-
*/
|
|
9130
|
-
"mode"?: "ios" | "md";
|
|
9131
|
-
/**
|
|
9132
|
-
* The theme determines the visual appearance of the component.
|
|
9133
|
-
*/
|
|
9134
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9135
7926
|
}
|
|
9136
7927
|
interface IonTitle {
|
|
9137
7928
|
/**
|
|
9138
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).
|
|
9139
7930
|
*/
|
|
9140
7931
|
"color"?: Color;
|
|
9141
|
-
/**
|
|
9142
|
-
* The mode determines the platform behaviors of the component.
|
|
9143
|
-
*/
|
|
9144
|
-
"mode"?: "ios" | "md";
|
|
9145
7932
|
/**
|
|
9146
7933
|
* The size of the toolbar title.
|
|
9147
7934
|
*/
|
|
9148
7935
|
"size"?: 'large' | 'small';
|
|
9149
|
-
/**
|
|
9150
|
-
* The theme determines the visual appearance of the component.
|
|
9151
|
-
*/
|
|
9152
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9153
7936
|
}
|
|
9154
7937
|
interface IonToast {
|
|
9155
7938
|
/**
|
|
@@ -9209,7 +7992,7 @@ declare namespace LocalJSX {
|
|
|
9209
7992
|
*/
|
|
9210
7993
|
"message"?: string | IonicSafeString;
|
|
9211
7994
|
/**
|
|
9212
|
-
* The mode determines
|
|
7995
|
+
* The mode determines which platform styles to use.
|
|
9213
7996
|
*/
|
|
9214
7997
|
"mode"?: "ios" | "md";
|
|
9215
7998
|
/**
|
|
@@ -9252,20 +8035,12 @@ declare namespace LocalJSX {
|
|
|
9252
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.
|
|
9253
8036
|
*/
|
|
9254
8037
|
"positionAnchor"?: HTMLElement | string;
|
|
9255
|
-
/**
|
|
9256
|
-
* 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.
|
|
9257
|
-
*/
|
|
9258
|
-
"shape"?: 'soft' | 'round' | 'rectangular';
|
|
9259
8038
|
/**
|
|
9260
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.
|
|
9261
8040
|
*/
|
|
9262
8041
|
"swipeGesture"?: ToastSwipeGestureDirection;
|
|
9263
8042
|
/**
|
|
9264
|
-
*
|
|
9265
|
-
*/
|
|
9266
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9267
|
-
/**
|
|
9268
|
-
* 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).
|
|
9269
8044
|
*/
|
|
9270
8045
|
"translucent"?: boolean;
|
|
9271
8046
|
/**
|
|
@@ -9311,7 +8086,7 @@ declare namespace LocalJSX {
|
|
|
9311
8086
|
*/
|
|
9312
8087
|
"labelPlacement"?: 'start' | 'end' | 'fixed' | 'stacked';
|
|
9313
8088
|
/**
|
|
9314
|
-
* The mode determines
|
|
8089
|
+
* The mode determines which platform styles to use.
|
|
9315
8090
|
*/
|
|
9316
8091
|
"mode"?: "ios" | "md";
|
|
9317
8092
|
/**
|
|
@@ -9334,10 +8109,6 @@ declare namespace LocalJSX {
|
|
|
9334
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.
|
|
9335
8110
|
*/
|
|
9336
8111
|
"required"?: boolean;
|
|
9337
|
-
/**
|
|
9338
|
-
* The theme determines the visual appearance of the component.
|
|
9339
|
-
*/
|
|
9340
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9341
8112
|
/**
|
|
9342
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>`.
|
|
9343
8114
|
*/
|
|
@@ -9349,13 +8120,9 @@ declare namespace LocalJSX {
|
|
|
9349
8120
|
*/
|
|
9350
8121
|
"color"?: Color;
|
|
9351
8122
|
/**
|
|
9352
|
-
* The mode determines
|
|
8123
|
+
* The mode determines which platform styles to use.
|
|
9353
8124
|
*/
|
|
9354
8125
|
"mode"?: "ios" | "md";
|
|
9355
|
-
/**
|
|
9356
|
-
* The theme determines the visual appearance of the component.
|
|
9357
|
-
*/
|
|
9358
|
-
"theme"?: "ios" | "md" | "ionic";
|
|
9359
8126
|
}
|
|
9360
8127
|
interface IntrinsicElements {
|
|
9361
8128
|
"ion-accordion": IonAccordion;
|