@ionic/core 8.5.1 → 8.5.2-dev.11742465639.13a7dc3e
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 +13 -8
- package/components/alert.js +15 -10
- package/components/animation.js +1 -1
- package/components/backdrop.js +10 -6
- package/components/button.js +41 -11
- package/components/buttons.js +11 -7
- package/components/capacitor.js +1 -1
- package/components/caret-down.js +6 -0
- package/components/caret-left.js +6 -0
- package/components/caret-right.js +6 -0
- package/components/checkbox.js +30 -12
- package/components/config2.js +79 -0
- package/components/content.js +14 -12
- package/components/data.js +6 -6
- package/components/focus-visible.js +23 -1
- package/components/framework-delegate.js +3 -1
- package/components/header.js +24 -15
- package/components/helpers.js +43 -2
- package/components/index2.js +2 -2
- package/components/index4.js +8 -9
- package/components/index5.js +27 -3
- package/components/index6.js +110 -24
- package/components/index7.js +163 -27
- package/components/input-shims.js +2 -2
- package/components/input.utils.js +1 -2
- package/components/ion-accordion-group.js +25 -6
- package/components/ion-accordion.js +36 -17
- package/components/ion-app.js +14 -77
- package/components/ion-avatar.js +54 -5
- package/components/ion-back-button.js +29 -19
- package/components/ion-badge.js +47 -8
- package/components/ion-breadcrumb.js +45 -11
- package/components/ion-breadcrumbs.js +9 -5
- package/components/ion-card-content.js +11 -7
- package/components/ion-card-header.js +9 -5
- package/components/ion-card-subtitle.js +9 -5
- package/components/ion-card-title.js +9 -5
- package/components/ion-card.js +17 -9
- package/components/ion-chip.js +45 -8
- package/components/ion-col.js +5 -5
- package/components/ion-datetime-button.js +9 -6
- package/components/ion-datetime.js +99 -21
- package/components/ion-divider.d.ts +11 -0
- package/components/ion-divider.js +66 -0
- package/components/ion-fab-button.js +33 -10
- package/components/ion-fab-list.js +5 -5
- package/components/ion-fab.js +6 -6
- package/components/ion-footer.js +18 -12
- package/components/ion-grid.js +5 -5
- package/components/ion-img.js +5 -2
- package/components/ion-infinite-scroll-content.js +13 -8
- package/components/ion-infinite-scroll.js +5 -5
- package/components/ion-input-password-toggle.js +53 -14
- package/components/ion-input.js +118 -20
- package/components/ion-item-divider.js +9 -5
- package/components/ion-item-group.js +9 -5
- package/components/ion-item-option.js +28 -8
- package/components/ion-item-options.js +9 -5
- package/components/ion-item-sliding.js +5 -5
- package/components/ion-loading.js +13 -8
- package/components/ion-menu-button.js +28 -10
- package/components/ion-menu-toggle.js +5 -5
- package/components/ion-menu.js +12 -8
- package/components/ion-nav-link.js +1 -1
- package/components/ion-nav.js +8 -6
- package/components/ion-note.js +9 -5
- package/components/ion-picker-legacy.js +7 -8
- package/components/ion-progress-bar.js +28 -7
- package/components/ion-range.js +13 -10
- package/components/ion-refresher-content.js +28 -9
- package/components/ion-refresher.js +11 -7
- package/components/ion-reorder-group.js +5 -5
- package/components/ion-reorder.js +31 -5
- package/components/ion-router-link.js +6 -6
- package/components/ion-router-outlet.js +4 -3
- package/components/ion-row.js +5 -2
- package/components/ion-searchbar.js +141 -18
- package/components/ion-segment-button.js +11 -7
- package/components/ion-segment-content.js +1 -1
- package/components/ion-segment-view.js +6 -2
- package/components/ion-segment.js +11 -7
- package/components/ion-select-option.js +5 -2
- package/components/ion-select.js +120 -33
- package/components/ion-skeleton-text.js +6 -5
- package/components/ion-split-pane.js +12 -8
- package/components/ion-tab-bar.js +31 -8
- package/components/ion-tab-button.js +28 -7
- 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 +48 -11
- package/components/ion-thumbnail.js +5 -2
- package/components/ion-toast.js +30 -11
- package/components/ion-toggle.js +77 -18
- package/components/ionic-global.js +378 -82
- package/components/ios.transition.js +1 -0
- package/components/item.js +41 -11
- package/components/keyboard-controller.js +4 -2
- package/components/label.js +9 -5
- package/components/list-header.js +9 -5
- package/components/list.js +29 -6
- package/components/list2.js +6 -0
- package/components/modal.js +51 -21
- package/components/notch-controller.js +1 -1
- package/components/overlays.js +4 -5
- package/components/picker-column-option.js +9 -5
- package/components/picker-column.js +7 -8
- package/components/picker-column2.js +4 -4
- package/components/picker.js +8 -4
- package/components/popover.js +11 -8
- package/components/radio-group.js +5 -3
- package/components/radio.js +12 -8
- package/components/ripple-effect.js +18 -8
- package/components/select-modal.js +3 -3
- package/components/select-popover.js +9 -2
- package/components/spinner.js +36 -9
- package/components/status-tap.js +1 -1
- package/components/title.js +11 -7
- package/components/toolbar.js +11 -7
- package/components/x.js +6 -0
- 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/bundle.ionic.css +1 -0
- package/css/ionic/bundle.ionic.css.map +1 -0
- package/css/ionic/core.ionic.css +1 -0
- package/css/ionic/core.ionic.css.map +1 -0
- package/css/ionic/global.bundle.ionic.css +1 -0
- package/css/ionic/global.bundle.ionic.css.map +1 -0
- package/css/ionic/ionic-swiper.ionic.css +1 -0
- package/css/ionic/ionic-swiper.ionic.css.map +1 -0
- package/css/ionic/link.ionic.css +1 -0
- package/css/ionic/link.ionic.css.map +1 -0
- package/css/ionic/structure.ionic.css +1 -0
- package/css/ionic/structure.ionic.css.map +1 -0
- package/css/ionic/typography.ionic.css +1 -0
- package/css/ionic/typography.ionic.css.map +1 -0
- package/css/ionic/utils.bundle.ionic.css +1 -0
- package/css/ionic/utils.bundle.ionic.css.map +1 -0
- 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-b4fdf128.js → animation-124b7017.js} +2 -2
- package/dist/cjs/{app-globals-dd592863.js → app-globals-04316582.js} +1 -1
- package/dist/cjs/{button-active-43e2b419.js → button-active-6c0ef0f0.js} +1 -1
- package/dist/cjs/{capacitor-c04564bf.js → capacitor-ec2a454d.js} +3 -3
- package/dist/cjs/caret-down-3c215cff.js +8 -0
- package/dist/cjs/caret-left-2bb66970.js +8 -0
- package/dist/cjs/caret-right-88e03970.js +8 -0
- package/dist/cjs/config-aff4ff52.js +84 -0
- package/dist/cjs/{data-27cc2c9c.js → data-ae8423e6.js} +8 -8
- package/dist/{esm/focus-visible-dd40d69f.js → cjs/focus-visible-fe3acfb5.js} +27 -1
- package/dist/cjs/{framework-delegate-11b0ba2f.js → framework-delegate-4de32fdc.js} +4 -2
- package/dist/cjs/{haptic-f6b37aa3.js → haptic-f262299e.js} +1 -1
- package/dist/cjs/{helpers-d0dfbb50.js → helpers-4211d834.js} +43 -2
- package/dist/cjs/{index-f68a486a.js → index-042a8f38.js} +12 -12
- package/dist/cjs/{index-363fe6b2.js → index-3d31ef2d.js} +10 -7
- package/dist/cjs/{index-fd6383b6.js → index-943c0438.js} +14 -15
- package/dist/cjs/{index-9b945a2d.js → index-f835dc22.js} +3 -3
- package/dist/cjs/index.cjs.js +11 -12
- package/dist/cjs/{input-shims-2d27a5be.js → input-shims-c93f3c7f.js} +18 -18
- package/dist/cjs/{input.utils-2f642324.js → input.utils-00741e7b.js} +4 -5
- package/dist/cjs/ion-accordion_2.cjs.entry.js +62 -24
- package/dist/cjs/ion-action-sheet.cjs.entry.js +22 -18
- package/dist/cjs/ion-alert.cjs.entry.js +26 -23
- package/dist/cjs/ion-app_8.cjs.entry.js +113 -152
- package/dist/cjs/ion-avatar_3.cjs.entry.js +97 -11
- package/dist/cjs/ion-back-button.cjs.entry.js +32 -21
- package/dist/cjs/ion-backdrop.cjs.entry.js +11 -6
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +54 -15
- package/dist/cjs/ion-button_2.cjs.entry.js +47 -15
- package/dist/cjs/ion-card_5.cjs.entry.js +53 -28
- package/dist/cjs/ion-checkbox.cjs.entry.js +31 -13
- package/dist/cjs/ion-chip.cjs.entry.js +43 -7
- package/dist/cjs/ion-col_3.cjs.entry.js +14 -10
- package/dist/cjs/ion-datetime-button.cjs.entry.js +17 -12
- package/dist/cjs/ion-datetime_3.cjs.entry.js +191 -115
- package/dist/cjs/ion-divider.cjs.entry.js +50 -0
- package/dist/cjs/ion-fab_3.cjs.entry.js +43 -19
- package/dist/cjs/ion-img.cjs.entry.js +8 -3
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +22 -17
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +55 -16
- package/dist/cjs/ion-input.cjs.entry.js +119 -23
- package/dist/cjs/ion-item-option_3.cjs.entry.js +41 -17
- package/dist/cjs/ion-item_8.cjs.entry.js +114 -41
- package/dist/cjs/ion-loading.cjs.entry.js +21 -18
- package/dist/cjs/ion-menu_3.cjs.entry.js +49 -29
- package/dist/cjs/ion-modal.cjs.entry.js +99 -70
- package/dist/cjs/ion-nav_2.cjs.entry.js +16 -13
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +12 -6
- package/dist/cjs/ion-picker-column.cjs.entry.js +13 -12
- package/dist/cjs/ion-picker.cjs.entry.js +11 -5
- package/dist/cjs/ion-popover.cjs.entry.js +21 -18
- package/dist/cjs/ion-progress-bar.cjs.entry.js +29 -8
- package/dist/cjs/ion-radio_2.cjs.entry.js +19 -11
- package/dist/cjs/ion-range.cjs.entry.js +21 -16
- package/dist/cjs/ion-refresher_2.cjs.entry.js +45 -23
- package/dist/cjs/ion-reorder_2.cjs.entry.js +38 -13
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +18 -7
- package/dist/cjs/ion-route_4.cjs.entry.js +9 -7
- package/dist/cjs/ion-searchbar.cjs.entry.js +139 -17
- package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
- package/dist/cjs/ion-segment-view.cjs.entry.js +6 -2
- package/dist/cjs/ion-segment_2.cjs.entry.js +24 -14
- package/dist/cjs/ion-select-modal.cjs.entry.js +9 -10
- package/dist/cjs/ion-select_3.cjs.entry.js +134 -40
- package/dist/cjs/ion-spinner.cjs.entry.js +35 -9
- package/dist/cjs/ion-split-pane.cjs.entry.js +13 -8
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +61 -20
- package/dist/cjs/ion-tab_2.cjs.entry.js +8 -6
- package/dist/cjs/ion-text.cjs.entry.js +6 -5
- package/dist/cjs/ion-textarea.cjs.entry.js +52 -16
- package/dist/cjs/ion-toast.cjs.entry.js +60 -42
- package/dist/cjs/ion-toggle.cjs.entry.js +81 -22
- package/dist/cjs/ionic-global-5c446a5e.js +531 -0
- package/dist/cjs/ionic.cjs.js +4 -3
- package/dist/cjs/{ios.transition-f970164c.js → ios.transition-cdf1959e.js} +7 -6
- package/dist/cjs/{keyboard-0272231f.js → keyboard-924ba9a2.js} +1 -1
- package/dist/cjs/{keyboard-af1bb365.js → keyboard-9cd4a473.js} +5 -3
- package/dist/cjs/{keyboard-controller-c05e747a.js → keyboard-controller-dc7a55c4.js} +11 -9
- package/dist/cjs/list-2930c629.js +8 -0
- package/dist/cjs/loader.cjs.js +4 -3
- package/dist/cjs/{md.transition-aa8820dd.js → md.transition-6a00a3e7.js} +6 -6
- package/dist/cjs/{notch-controller-58d2e557.js → notch-controller-14681d65.js} +4 -4
- package/dist/cjs/{overlays-737576a2.js → overlays-288b775b.js} +19 -20
- package/dist/cjs/{status-tap-08d1ac81.js → status-tap-a41ad873.js} +5 -4
- package/dist/cjs/{swipe-back-951be2fd.js → swipe-back-cf9385d3.js} +3 -1
- package/dist/cjs/x-81a8f51c.js +8 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/accordion/accordion.ionic.css +197 -0
- package/dist/collection/components/accordion/accordion.ios.css +73 -58
- package/dist/collection/components/accordion/accordion.js +37 -21
- package/dist/collection/components/accordion/accordion.md.css +67 -59
- package/dist/collection/components/accordion-group/accordion-group.ionic.css +95 -0
- package/dist/collection/components/accordion-group/accordion-group.ios.css +16 -4
- package/dist/collection/components/accordion-group/accordion-group.js +43 -8
- package/dist/collection/components/accordion-group/accordion-group.md.css +22 -4
- package/dist/collection/components/action-sheet/action-sheet.ios.css +18 -6
- package/dist/collection/components/action-sheet/action-sheet.js +14 -10
- package/dist/collection/components/action-sheet/action-sheet.md.css +17 -5
- package/dist/collection/components/alert/alert.ios.css +19 -1
- package/dist/collection/components/alert/alert.js +15 -12
- package/dist/collection/components/alert/alert.md.css +19 -1
- package/dist/collection/components/app/app.js +22 -80
- package/dist/collection/components/avatar/avatar.ionic.css +285 -0
- package/dist/collection/components/avatar/avatar.ios.css +13 -0
- package/dist/collection/components/avatar/avatar.js +92 -4
- package/dist/collection/components/avatar/avatar.md.css +21 -0
- package/dist/collection/components/back-button/back-button.ios.css +60 -48
- package/dist/collection/components/back-button/back-button.js +27 -19
- package/dist/collection/components/back-button/back-button.md.css +60 -48
- package/dist/collection/components/backdrop/backdrop.ionic.css +150 -0
- package/dist/collection/components/backdrop/backdrop.ios.css +13 -1
- package/dist/collection/components/backdrop/backdrop.js +12 -6
- package/dist/collection/components/backdrop/backdrop.md.css +13 -1
- package/dist/collection/components/badge/badge.ionic.css +313 -0
- package/dist/collection/components/badge/badge.ios.css +128 -4
- package/dist/collection/components/badge/badge.js +94 -8
- package/dist/collection/components/badge/badge.md.css +128 -4
- package/dist/collection/components/breadcrumb/breadcrumb.ios.css +20 -8
- package/dist/collection/components/breadcrumb/breadcrumb.js +43 -11
- package/dist/collection/components/breadcrumb/breadcrumb.md.css +20 -8
- package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +6 -0
- package/dist/collection/components/breadcrumbs/breadcrumbs.js +11 -9
- package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +6 -0
- package/dist/collection/components/button/button.ionic.css +609 -0
- package/dist/collection/components/button/button.ios.css +131 -37
- package/dist/collection/components/button/button.js +46 -16
- package/dist/collection/components/button/button.md.css +122 -41
- package/dist/collection/components/buttons/buttons.ionic.css +100 -0
- package/dist/collection/components/buttons/buttons.ios.css +59 -7
- package/dist/collection/components/buttons/buttons.js +14 -8
- package/dist/collection/components/buttons/buttons.md.css +55 -3
- package/dist/collection/components/card/card.ionic.css +137 -0
- package/dist/collection/components/card/card.ios.css +65 -14
- package/dist/collection/components/card/card.js +34 -10
- package/dist/collection/components/card/card.md.css +65 -14
- package/dist/collection/components/card-content/card-content.ionic.css +90 -0
- package/dist/collection/components/card-content/card-content.ios.css +16 -1
- package/dist/collection/components/card-content/card-content.js +11 -8
- package/dist/collection/components/card-content/card-content.md.css +16 -1
- package/dist/collection/components/card-header/card-header.ionic.css +87 -0
- package/dist/collection/components/card-header/card-header.ios.css +27 -15
- package/dist/collection/components/card-header/card-header.js +12 -9
- package/dist/collection/components/card-header/card-header.md.css +27 -15
- package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +146 -0
- package/dist/collection/components/card-subtitle/card-subtitle.ios.css +12 -0
- package/dist/collection/components/card-subtitle/card-subtitle.js +11 -8
- package/dist/collection/components/card-subtitle/card-subtitle.md.css +12 -0
- package/dist/collection/components/card-title/card-title.ios.css +73 -0
- package/dist/collection/components/card-title/card-title.js +11 -8
- package/dist/collection/components/card-title/card-title.md.css +73 -0
- package/dist/collection/components/checkbox/checkbox.ionic.css +402 -0
- package/dist/collection/components/checkbox/checkbox.ios.css +20 -2
- package/dist/collection/components/checkbox/checkbox.js +64 -14
- package/dist/collection/components/checkbox/checkbox.md.css +21 -3
- package/dist/collection/components/chip/chip.ionic.css +160 -0
- package/dist/collection/components/chip/chip.ios.css +20 -1
- package/dist/collection/components/chip/chip.js +77 -8
- package/dist/collection/components/chip/chip.md.css +20 -1
- package/dist/collection/components/col/col.css +12 -0
- package/dist/collection/components/col/col.js +9 -5
- package/dist/collection/components/content/content.css +8 -2
- package/dist/collection/components/content/content.js +16 -11
- package/dist/collection/components/datetime/datetime.ionic.css +673 -0
- package/dist/collection/components/datetime/datetime.ios.css +237 -86
- package/dist/collection/components/datetime/datetime.js +98 -20
- package/dist/collection/components/datetime/datetime.md.css +237 -86
- package/dist/collection/components/datetime/utils/data.js +5 -5
- package/dist/collection/components/datetime-button/datetime-button.ios.css +6 -0
- package/dist/collection/components/datetime-button/datetime-button.js +11 -8
- package/dist/collection/components/datetime-button/datetime-button.md.css +6 -0
- package/dist/collection/components/divider/divider.css +187 -0
- package/dist/collection/components/divider/divider.js +82 -0
- package/dist/collection/components/fab/fab.css +25 -1
- package/dist/collection/components/fab/fab.js +9 -5
- package/dist/collection/components/fab-button/fab-button.ios.css +18 -6
- package/dist/collection/components/fab-button/fab-button.js +36 -15
- package/dist/collection/components/fab-button/fab-button.md.css +20 -8
- package/dist/collection/components/fab-list/fab-list.css +12 -0
- package/dist/collection/components/fab-list/fab-list.js +9 -5
- package/dist/collection/components/footer/footer.ios.css +14 -2
- package/dist/collection/components/footer/footer.js +20 -15
- package/dist/collection/components/footer/footer.md.css +12 -0
- package/dist/collection/components/grid/grid.css +12 -0
- package/dist/collection/components/grid/grid.js +9 -5
- package/dist/collection/components/header/header.ionic.css +86 -0
- package/dist/collection/components/header/header.ios.css +25 -10
- package/dist/collection/components/header/header.js +42 -17
- package/dist/collection/components/header/header.md.css +23 -8
- package/dist/collection/components/img/img.js +8 -2
- package/dist/collection/components/infinite-scroll/infinite-scroll.js +8 -4
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +12 -0
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +16 -10
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +12 -0
- package/dist/collection/components/input/input.ionic.css +1079 -0
- package/dist/collection/components/input/input.ios.css +21 -2
- package/dist/collection/components/input/input.js +144 -30
- package/dist/collection/components/input/input.md.css +43 -4
- package/dist/collection/components/input-password-toggle/input-password-toggle.common.css +61 -0
- package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +141 -0
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +48 -12
- package/dist/collection/components/item/item.ionic.css +497 -0
- package/dist/collection/components/item/item.ios.css +109 -69
- package/dist/collection/components/item/item.js +44 -16
- package/dist/collection/components/item/item.md.css +120 -68
- package/dist/collection/components/item-divider/item-divider.ios.css +18 -0
- package/dist/collection/components/item-divider/item-divider.js +11 -8
- package/dist/collection/components/item-divider/item-divider.md.css +18 -0
- package/dist/collection/components/item-group/item-group.ios.css +12 -0
- package/dist/collection/components/item-group/item-group.js +13 -7
- package/dist/collection/components/item-group/item-group.md.css +12 -0
- package/dist/collection/components/item-option/item-option.ionic.css +332 -0
- package/dist/collection/components/item-option/item-option.ios.css +14 -2
- package/dist/collection/components/item-option/item-option.js +43 -8
- package/dist/collection/components/item-option/item-option.md.css +14 -2
- package/dist/collection/components/item-options/item-options.ionic.css +259 -0
- package/dist/collection/components/item-options/item-options.ios.css +18 -0
- package/dist/collection/components/item-options/item-options.js +13 -7
- package/dist/collection/components/item-options/item-options.md.css +18 -0
- package/dist/collection/components/item-sliding/item-sliding.css +6 -0
- package/dist/collection/components/item-sliding/item-sliding.js +8 -4
- package/dist/collection/components/label/label.ios.css +18 -0
- package/dist/collection/components/label/label.js +11 -8
- package/dist/collection/components/label/label.md.css +18 -0
- package/dist/collection/components/list/list.ionic.css +192 -0
- package/dist/collection/components/list/list.ios.css +18 -0
- package/dist/collection/components/list/list.js +47 -9
- package/dist/collection/components/list/list.md.css +20 -2
- package/dist/collection/components/list-header/list-header.ionic.css +236 -0
- package/dist/collection/components/list-header/list-header.ios.css +18 -0
- package/dist/collection/components/list-header/list-header.js +11 -8
- package/dist/collection/components/list-header/list-header.md.css +18 -0
- package/dist/collection/components/loading/loading.ios.css +13 -1
- package/dist/collection/components/loading/loading.js +13 -10
- package/dist/collection/components/loading/loading.md.css +13 -1
- package/dist/collection/components/menu/menu.ios.css +15 -3
- package/dist/collection/components/menu/menu.js +12 -7
- package/dist/collection/components/menu/menu.md.css +15 -3
- package/dist/collection/components/menu-button/menu-button.ionic.css +238 -0
- package/dist/collection/components/menu-button/menu-button.ios.css +48 -14
- package/dist/collection/components/menu-button/menu-button.js +26 -10
- package/dist/collection/components/menu-button/menu-button.md.css +49 -15
- package/dist/collection/components/menu-toggle/menu-toggle.js +8 -5
- package/dist/collection/components/modal/animations/sheet.js +8 -2
- package/dist/collection/components/modal/gestures/sheet.js +10 -6
- package/dist/collection/components/modal/modal.ionic.css +245 -0
- package/dist/collection/components/modal/modal.ios.css +106 -63
- package/dist/collection/components/modal/modal.js +47 -11
- package/dist/collection/components/modal/modal.md.css +106 -63
- package/dist/collection/components/nav/nav.css +7 -1
- package/dist/collection/components/nav/nav.js +11 -5
- package/dist/collection/components/nav-link/nav-link.js +5 -1
- package/dist/collection/components/note/note.ios.css +12 -0
- package/dist/collection/components/note/note.js +11 -8
- package/dist/collection/components/note/note.md.css +12 -0
- package/dist/collection/components/picker/picker.ios.css +15 -3
- package/dist/collection/components/picker/picker.js +8 -5
- package/dist/collection/components/picker/picker.md.css +15 -3
- package/dist/collection/components/picker-column/picker-column.css +9 -2
- package/dist/collection/components/picker-column/picker-column.js +8 -7
- package/dist/collection/components/picker-column-option/picker-column-option.ios.css +6 -0
- package/dist/collection/components/picker-column-option/picker-column-option.js +13 -7
- package/dist/collection/components/picker-column-option/picker-column-option.md.css +6 -0
- package/dist/collection/components/picker-legacy/picker.ios.css +13 -1
- package/dist/collection/components/picker-legacy/picker.js +7 -6
- package/dist/collection/components/picker-legacy/picker.md.css +13 -1
- package/dist/collection/components/picker-legacy-column/picker-column.ios.css +12 -0
- package/dist/collection/components/picker-legacy-column/picker-column.js +4 -4
- package/dist/collection/components/picker-legacy-column/picker-column.md.css +12 -0
- package/dist/collection/components/popover/popover.ios.css +13 -1
- package/dist/collection/components/popover/popover.js +15 -12
- package/dist/collection/components/popover/popover.md.css +13 -1
- package/dist/collection/components/progress-bar/progress-bar.ionic.css +333 -0
- package/dist/collection/components/progress-bar/progress-bar.ios.css +8 -2
- package/dist/collection/components/progress-bar/progress-bar.js +42 -7
- package/dist/collection/components/progress-bar/progress-bar.md.css +8 -2
- package/dist/collection/components/radio/radio.ionic.css +424 -0
- package/dist/collection/components/radio/radio.ios.css +134 -91
- package/dist/collection/components/radio/radio.js +12 -9
- package/dist/collection/components/radio/radio.md.css +134 -91
- package/dist/collection/components/radio-group/radio-group.ios.css +18 -0
- package/dist/collection/components/radio-group/radio-group.js +9 -3
- package/dist/collection/components/radio-group/radio-group.md.css +18 -0
- package/dist/collection/components/range/range.ionic.css +555 -0
- package/dist/collection/components/range/range.ios.css +128 -85
- package/dist/collection/components/range/range.js +12 -9
- package/dist/collection/components/range/range.md.css +128 -85
- package/dist/collection/components/refresher/refresher.ios.css +14 -1
- package/dist/collection/components/refresher/refresher.js +11 -8
- package/dist/collection/components/refresher/refresher.md.css +15 -2
- package/dist/collection/components/refresher-content/refresher-content.js +28 -7
- package/dist/collection/components/reorder/reorder.ios.css +6 -0
- package/dist/collection/components/reorder/reorder.js +33 -6
- package/dist/collection/components/reorder/reorder.md.css +6 -0
- package/dist/collection/components/reorder-group/reorder-group.css +6 -0
- package/dist/collection/components/reorder-group/reorder-group.js +8 -4
- package/dist/collection/components/ripple-effect/{ripple-effect.css → ripple-effect.common.css} +7 -1
- package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +154 -0
- package/dist/collection/components/ripple-effect/ripple-effect.js +14 -6
- package/dist/collection/components/route/route.js +4 -0
- package/dist/collection/components/router/router.js +4 -0
- package/dist/collection/components/router-link/router-link.css +8 -2
- package/dist/collection/components/router-link/router-link.js +9 -5
- package/dist/collection/components/router-outlet/router-outlet.css +7 -1
- package/dist/collection/components/router-outlet/router-outlet.js +5 -2
- package/dist/collection/components/row/row.css +12 -0
- package/dist/collection/components/row/row.js +9 -2
- package/dist/collection/components/searchbar/searchbar.ionic.css +628 -0
- package/dist/collection/components/searchbar/searchbar.ios.css +56 -18
- package/dist/collection/components/searchbar/searchbar.js +179 -29
- package/dist/collection/components/searchbar/searchbar.md.css +56 -18
- package/dist/collection/components/segment/segment.ionic.css +117 -0
- package/dist/collection/components/segment/segment.ios.css +45 -2
- package/dist/collection/components/segment/segment.js +11 -8
- package/dist/collection/components/segment/segment.md.css +45 -2
- package/dist/collection/components/segment-button/segment-button.ionic.css +355 -0
- package/dist/collection/components/segment-button/segment-button.ios.css +146 -105
- package/dist/collection/components/segment-button/segment-button.js +11 -8
- package/dist/collection/components/segment-button/segment-button.md.css +148 -107
- package/dist/collection/components/segment-content/segment-content.js +1 -1
- package/dist/collection/components/segment-view/segment-view.ios.css +6 -0
- package/dist/collection/components/segment-view/segment-view.js +6 -4
- package/dist/collection/components/segment-view/segment-view.md.css +6 -0
- package/dist/collection/components/select/select.ionic.css +824 -0
- package/dist/collection/components/select/select.ios.css +248 -121
- package/dist/collection/components/select/select.js +157 -55
- package/dist/collection/components/select/select.md.css +264 -123
- package/dist/collection/components/select-modal/select-modal.ionic.css +121 -0
- package/dist/collection/components/select-modal/select-modal.ios.css +18 -0
- package/dist/collection/components/select-modal/select-modal.js +3 -3
- package/dist/collection/components/select-modal/select-modal.md.css +7 -3
- package/dist/collection/components/select-option/select-option.js +9 -2
- package/dist/collection/components/select-popover/select-popover.ios.css +18 -0
- package/dist/collection/components/select-popover/select-popover.js +12 -4
- package/dist/collection/components/select-popover/select-popover.md.css +18 -0
- package/dist/collection/components/skeleton-text/skeleton-text.css +6 -0
- package/dist/collection/components/skeleton-text/skeleton-text.js +9 -5
- package/dist/collection/components/spinner/spinner.common.css +199 -0
- package/dist/collection/components/spinner/{spinner.css → spinner.ionic.css} +63 -0
- package/dist/collection/components/spinner/spinner.js +46 -6
- package/dist/collection/components/split-pane/split-pane.ios.css +20 -2
- package/dist/collection/components/split-pane/split-pane.js +14 -8
- package/dist/collection/components/split-pane/split-pane.md.css +20 -2
- package/dist/collection/components/tab/tab.js +6 -2
- package/dist/collection/components/tab-bar/tab-bar.ionic.css +188 -0
- package/dist/collection/components/tab-bar/tab-bar.ios.css +71 -43
- package/dist/collection/components/tab-bar/tab-bar.js +65 -10
- package/dist/collection/components/tab-bar/tab-bar.md.css +71 -43
- package/dist/collection/components/tab-button/tab-button.ionic.css +282 -0
- package/dist/collection/components/tab-button/tab-button.ios.css +103 -88
- package/dist/collection/components/tab-button/tab-button.js +43 -8
- package/dist/collection/components/tab-button/tab-button.md.css +103 -88
- package/dist/collection/components/tabs/tabs.css +7 -1
- package/dist/collection/components/tabs/tabs.js +4 -1
- package/dist/collection/components/text/text.css +6 -0
- package/dist/collection/components/text/text.js +7 -6
- package/dist/collection/components/textarea/textarea.ionic.css +860 -0
- package/dist/collection/components/textarea/textarea.ios.css +201 -94
- package/dist/collection/components/textarea/textarea.js +69 -16
- package/dist/collection/components/textarea/textarea.md.css +214 -95
- package/dist/collection/components/thumbnail/thumbnail.css +6 -0
- package/dist/collection/components/thumbnail/thumbnail.js +9 -2
- package/dist/collection/components/title/title.ionic.css +145 -0
- package/dist/collection/components/title/title.ios.css +32 -4
- package/dist/collection/components/title/title.js +13 -7
- package/dist/collection/components/title/title.md.css +32 -4
- package/dist/collection/components/toast/animations/utils.js +1 -1
- package/dist/collection/components/toast/toast.ionic.css +377 -0
- package/dist/collection/components/toast/toast.ios.css +74 -35
- package/dist/collection/components/toast/toast.js +45 -10
- package/dist/collection/components/toast/toast.md.css +74 -35
- package/dist/collection/components/toggle/toggle.ionic.css +516 -0
- package/dist/collection/components/toggle/toggle.ios.css +228 -121
- package/dist/collection/components/toggle/toggle.js +73 -18
- package/dist/collection/components/toggle/toggle.md.css +225 -121
- package/dist/collection/components/toolbar/toolbar.ionic.css +233 -0
- package/dist/collection/components/toolbar/toolbar.ios.css +90 -47
- package/dist/collection/components/toolbar/toolbar.js +13 -10
- package/dist/collection/components/toolbar/toolbar.md.css +90 -47
- package/dist/collection/global/ionic-global.js +229 -13
- package/dist/collection/utils/focus-visible.js +22 -0
- package/dist/collection/utils/framework-delegate.js +3 -1
- package/dist/collection/utils/helpers.js +42 -2
- package/dist/collection/utils/keyboard/keyboard-controller.js +3 -1
- package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
- package/dist/collection/utils/menu-controller/animations/push.js +2 -1
- package/dist/collection/utils/menu-controller/animations/reveal.js +2 -1
- package/dist/collection/utils/overlays.js +2 -1
- package/dist/collection/utils/test/playwright/generator.js +48 -23
- package/dist/collection/utils/test/playwright/page/utils/goto.js +14 -5
- package/dist/collection/utils/test/playwright/page/utils/set-content.js +16 -2
- package/dist/collection/utils/transition/ios.transition.js +1 -0
- package/dist/docs.json +7412 -331
- package/dist/esm/{animation-eab5a4ca.js → animation-12d440f3.js} +1 -1
- package/dist/esm/{app-globals-7b6cbf1a.js → app-globals-2497eeed.js} +1 -1
- package/dist/esm/{button-active-90f1dbc4.js → button-active-8f33f086.js} +2 -2
- package/dist/esm/{capacitor-59395cbd.js → capacitor-39edcb1f.js} +1 -1
- package/dist/esm/caret-down-3eaad1cc.js +6 -0
- package/dist/esm/caret-left-33424bb0.js +6 -0
- package/dist/esm/caret-right-68d856ad.js +6 -0
- package/dist/esm/config-84eb9670.js +79 -0
- package/dist/esm/{data-174ad5e0.js → data-591c1b05.js} +6 -6
- package/dist/{cjs/focus-visible-7a0ce04f.js → esm/focus-visible-6827442c.js} +23 -3
- package/dist/esm/{framework-delegate-c7d92b77.js → framework-delegate-9ad3e427.js} +4 -2
- package/dist/esm/{haptic-ac164e4c.js → haptic-946542b8.js} +1 -1
- package/dist/esm/{helpers-e48b0397.js → helpers-ea1f7324.js} +43 -2
- package/dist/esm/{index-c63afbe6.js → index-036caa00.js} +10 -11
- package/{components/index9.js → dist/esm/index-0c65e393.js} +5 -2
- package/dist/esm/{index-527b9e34.js → index-4c3c5d46.js} +1 -1
- package/dist/esm/{index-e2cf2ceb.js → index-d997525d.js} +1 -1
- package/dist/esm/{index-a313df53.js → index-eb1203fa.js} +6 -6
- package/dist/esm/{index-933ca126.js → index-f36a3fa4.js} +2 -2
- package/dist/esm/index.js +12 -13
- package/dist/esm/{input-shims-3070628a.js → input-shims-96f8d7c2.js} +8 -8
- package/dist/esm/{input.utils-926c04a8.js → input.utils-22a20c3a.js} +2 -3
- package/dist/esm/ion-accordion_2.entry.js +62 -24
- package/dist/esm/ion-action-sheet.entry.js +23 -19
- package/dist/esm/ion-alert.entry.js +24 -21
- package/dist/esm/ion-app_8.entry.js +101 -140
- package/dist/esm/ion-avatar_3.entry.js +98 -12
- package/dist/esm/ion-back-button.entry.js +32 -21
- package/dist/esm/ion-backdrop.entry.js +12 -7
- package/dist/esm/ion-breadcrumb_2.entry.js +56 -17
- package/dist/esm/ion-button_2.entry.js +45 -13
- package/dist/esm/ion-card_5.entry.js +54 -29
- package/dist/esm/ion-checkbox.entry.js +32 -14
- package/dist/esm/ion-chip.entry.js +44 -8
- package/dist/esm/ion-col_3.entry.js +15 -11
- package/dist/esm/ion-datetime-button.entry.js +14 -9
- package/dist/esm/ion-datetime_3.entry.js +117 -41
- package/dist/esm/ion-divider.entry.js +46 -0
- package/dist/esm/ion-fab_3.entry.js +45 -21
- package/dist/esm/ion-img.entry.js +9 -4
- package/dist/esm/ion-infinite-scroll_2.entry.js +20 -15
- package/dist/esm/ion-input-password-toggle.entry.js +54 -15
- package/dist/esm/ion-input.entry.js +121 -25
- package/dist/esm/ion-item-option_3.entry.js +42 -18
- package/dist/esm/ion-item_8.entry.js +115 -42
- package/dist/esm/ion-loading.entry.js +19 -16
- package/dist/esm/ion-menu_3.entry.js +49 -29
- package/dist/esm/ion-modal.entry.js +60 -31
- package/dist/esm/ion-nav_2.entry.js +15 -12
- package/dist/esm/ion-picker-column-option.entry.js +13 -7
- package/dist/esm/ion-picker-column.entry.js +13 -12
- package/dist/esm/ion-picker.entry.js +12 -6
- package/dist/esm/ion-popover.entry.js +19 -16
- package/dist/esm/ion-progress-bar.entry.js +29 -8
- package/dist/esm/ion-radio_2.entry.js +20 -12
- package/dist/esm/ion-range.entry.js +17 -12
- package/dist/esm/ion-refresher_2.entry.js +43 -21
- package/dist/esm/ion-reorder_2.entry.js +40 -15
- package/dist/esm/ion-ripple-effect.entry.js +19 -8
- package/dist/esm/ion-route_4.entry.js +10 -8
- package/dist/esm/ion-searchbar.entry.js +141 -19
- package/dist/esm/ion-segment-content.entry.js +2 -2
- package/dist/esm/ion-segment-view.entry.js +7 -3
- package/dist/esm/ion-segment_2.entry.js +25 -15
- package/dist/esm/ion-select-modal.entry.js +10 -11
- package/dist/esm/ion-select_3.entry.js +136 -42
- package/dist/esm/ion-spinner.entry.js +34 -8
- package/dist/esm/ion-split-pane.entry.js +14 -9
- package/dist/esm/ion-tab-bar_2.entry.js +61 -20
- package/dist/esm/ion-tab_2.entry.js +9 -7
- package/dist/esm/ion-text.entry.js +7 -6
- package/dist/esm/ion-textarea.entry.js +53 -17
- package/dist/esm/ion-toast.entry.js +35 -17
- package/dist/esm/ion-toggle.entry.js +82 -23
- package/dist/esm/ionic-global-b30d2cc2.js +517 -0
- package/dist/esm/ionic.js +6 -5
- package/dist/esm/{ios.transition-5fe4d6c8.js → ios.transition-cbbf0bd1.js} +8 -7
- package/dist/esm/{keyboard-52278bd7.js → keyboard-0af19ead.js} +5 -3
- package/dist/esm/{keyboard-73175e24.js → keyboard-ceb6990d.js} +1 -1
- package/dist/esm/{keyboard-controller-ec5c2bfa.js → keyboard-controller-7e2da6b9.js} +5 -3
- package/dist/esm/list-6524700c.js +6 -0
- package/dist/esm/loader.js +6 -5
- package/dist/esm/{md.transition-3d0d3730.js → md.transition-21c93656.js} +7 -7
- package/dist/esm/{notch-controller-381a5334.js → notch-controller-cd983e05.js} +2 -2
- package/dist/esm/{overlays-7579a420.js → overlays-d60b1d1e.js} +6 -7
- package/dist/esm/{status-tap-6367b913.js → status-tap-bf78b74d.js} +6 -5
- package/dist/esm/{swipe-back-276cda49.js → swipe-back-fff82194.js} +3 -1
- package/dist/esm/x-a64bcd9f.js +6 -0
- package/dist/esm-es5/animation-12d440f3.js +4 -0
- package/dist/esm-es5/app-globals-2497eeed.js +4 -0
- package/dist/esm-es5/{button-active-90f1dbc4.js → button-active-8f33f086.js} +1 -1
- package/dist/esm-es5/capacitor-39edcb1f.js +4 -0
- package/dist/esm-es5/caret-down-3eaad1cc.js +4 -0
- package/dist/esm-es5/caret-left-33424bb0.js +4 -0
- package/dist/esm-es5/caret-right-68d856ad.js +4 -0
- package/dist/esm-es5/config-84eb9670.js +4 -0
- package/dist/esm-es5/data-591c1b05.js +4 -0
- package/dist/esm-es5/focus-visible-6827442c.js +4 -0
- package/dist/esm-es5/framework-delegate-9ad3e427.js +4 -0
- package/dist/esm-es5/{haptic-ac164e4c.js → haptic-946542b8.js} +1 -1
- package/dist/esm-es5/helpers-ea1f7324.js +4 -0
- package/dist/esm-es5/index-036caa00.js +4 -0
- package/dist/esm-es5/index-0c65e393.js +4 -0
- package/dist/esm-es5/{index-527b9e34.js → index-4c3c5d46.js} +1 -1
- package/dist/esm-es5/{index-e2cf2ceb.js → index-d997525d.js} +1 -1
- package/dist/esm-es5/index-eb1203fa.js +4 -0
- package/dist/esm-es5/index-f36a3fa4.js +4 -0
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/input-shims-96f8d7c2.js +4 -0
- package/dist/esm-es5/input.utils-22a20c3a.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-divider.entry.js +4 -0
- 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-b30d2cc2.js +4 -0
- package/dist/esm-es5/ionic.js +1 -1
- package/dist/esm-es5/ios.transition-cbbf0bd1.js +4 -0
- package/dist/esm-es5/{keyboard-52278bd7.js → keyboard-0af19ead.js} +1 -1
- package/dist/esm-es5/{keyboard-73175e24.js → keyboard-ceb6990d.js} +1 -1
- package/dist/esm-es5/keyboard-controller-7e2da6b9.js +4 -0
- package/dist/esm-es5/list-6524700c.js +4 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/md.transition-21c93656.js +4 -0
- package/dist/esm-es5/notch-controller-cd983e05.js +4 -0
- package/dist/esm-es5/overlays-d60b1d1e.js +4 -0
- package/dist/esm-es5/status-tap-bf78b74d.js +4 -0
- package/dist/esm-es5/swipe-back-fff82194.js +4 -0
- package/dist/esm-es5/x-a64bcd9f.js +4 -0
- package/dist/html.html-data.json +2449 -211
- 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-01717254.entry.js +4 -0
- package/dist/ionic/p-0175d2ed.system.js +4 -0
- package/dist/ionic/p-01d80901.system.js +4 -0
- package/dist/ionic/p-0354fd7d.system.entry.js +4 -0
- package/dist/ionic/p-047943a4.entry.js +4 -0
- package/dist/ionic/p-04ca2bc3.system.js +4 -0
- package/dist/ionic/p-051208d8.system.js +4 -0
- package/dist/ionic/p-0571060e.system.js +4 -0
- package/dist/ionic/p-06a7a822.system.entry.js +4 -0
- package/dist/ionic/p-06ec4706.js +4 -0
- package/dist/ionic/p-081a0931.entry.js +4 -0
- package/dist/ionic/p-0b07a566.system.entry.js +4 -0
- package/dist/ionic/p-0c0a2f5c.entry.js +4 -0
- package/dist/ionic/p-0c5e0dc8.system.entry.js +4 -0
- package/dist/ionic/p-0e08325d.entry.js +4 -0
- package/dist/ionic/p-0e25995f.entry.js +4 -0
- package/dist/ionic/p-0eaae446.js +4 -0
- package/dist/ionic/p-107ddb23.entry.js +4 -0
- package/dist/ionic/{p-1e955a45.system.js → p-115d74cd.system.js} +1 -1
- package/dist/ionic/p-11ac6c97.entry.js +4 -0
- package/dist/ionic/p-148ed064.entry.js +4 -0
- package/dist/ionic/p-1613cd36.system.entry.js +4 -0
- package/dist/ionic/p-17f49808.system.entry.js +4 -0
- package/dist/ionic/p-195c7099.system.entry.js +4 -0
- package/dist/ionic/p-1a3b4566.system.entry.js +4 -0
- package/dist/ionic/p-1bb9592a.entry.js +4 -0
- package/dist/ionic/p-1c8f3fef.system.entry.js +4 -0
- package/dist/ionic/p-1ee39457.system.entry.js +4 -0
- package/dist/ionic/p-1fd5c378.system.js +4 -0
- package/dist/ionic/p-20ec20dc.system.js +4 -0
- package/dist/ionic/p-243adf8c.js +4 -0
- package/dist/ionic/p-266448a7.system.entry.js +4 -0
- package/dist/ionic/p-29b8f112.js +4 -0
- package/dist/ionic/p-2a1b5646.system.js +4 -0
- package/dist/ionic/p-2a4ebf7b.entry.js +4 -0
- package/dist/ionic/p-2a6e60d2.system.entry.js +4 -0
- package/dist/ionic/p-2aca2df7.entry.js +4 -0
- package/dist/ionic/{p-a93873de.system.js → p-2b8078c3.system.js} +1 -1
- package/dist/ionic/{p-89b61afc.js → p-2c0735b6.js} +1 -1
- package/dist/ionic/p-2c4d0578.system.entry.js +4 -0
- package/dist/ionic/{p-f7ce606e.js → p-2cbcecdb.js} +1 -1
- package/dist/ionic/p-2cede1ff.system.entry.js +4 -0
- package/dist/ionic/{p-22bc235f.js → p-2d30c885.js} +1 -1
- package/dist/ionic/p-2f14ca13.js +4 -0
- package/dist/ionic/p-31956865.system.entry.js +4 -0
- package/dist/ionic/{p-6797c66e.system.js → p-34fa2a61.system.js} +2 -2
- package/dist/ionic/p-36b11a30.system.entry.js +4 -0
- package/dist/ionic/p-3775da84.system.entry.js +4 -0
- package/dist/ionic/p-396bdcf7.js +4 -0
- package/dist/ionic/p-3cdea564.system.entry.js +4 -0
- package/dist/ionic/p-3dd43dba.system.entry.js +4 -0
- package/dist/ionic/{p-c8402249.js → p-3e9058ad.js} +1 -1
- package/dist/ionic/p-3fa3fd4a.system.entry.js +4 -0
- package/dist/ionic/p-40ea7c52.js +4 -0
- package/dist/ionic/p-4279f787.entry.js +4 -0
- package/dist/ionic/p-429dd2b5.system.js +4 -0
- package/dist/ionic/p-42acd60b.system.entry.js +4 -0
- package/dist/ionic/{p-a4866e3e.system.js → p-42e12526.system.js} +1 -1
- package/dist/ionic/p-43b4ca5b.entry.js +4 -0
- package/dist/ionic/p-443152fd.js +4 -0
- package/dist/ionic/p-4459a66e.system.js +4 -0
- package/dist/ionic/p-4606e323.system.entry.js +4 -0
- package/dist/ionic/p-46204887.entry.js +4 -0
- package/dist/ionic/p-495eb25e.entry.js +4 -0
- package/dist/ionic/p-534b5031.js +4 -0
- package/dist/ionic/{p-66a5d6a8.js → p-578d5013.js} +1 -1
- package/dist/ionic/p-579b4a63.entry.js +4 -0
- package/dist/ionic/p-583f0c5f.js +4 -0
- package/dist/ionic/p-58a30d90.entry.js +4 -0
- package/dist/ionic/{p-da2b833b.js → p-58f16ef6.js} +1 -1
- package/dist/ionic/p-5b57d327.system.js +4 -0
- package/dist/ionic/p-5c586ac1.entry.js +4 -0
- package/dist/ionic/p-5c9aab48.system.entry.js +4 -0
- package/dist/ionic/p-5dce701d.js +4 -0
- package/dist/ionic/{p-9146695e.system.js → p-5df8d52a.system.js} +1 -1
- package/dist/ionic/p-607c9c33.js +4 -0
- package/dist/ionic/p-61977a32.entry.js +4 -0
- package/dist/ionic/p-64771457.system.entry.js +4 -0
- package/dist/ionic/p-653e4810.entry.js +4 -0
- package/dist/ionic/p-6620dffa.entry.js +4 -0
- package/dist/ionic/p-663ace5f.entry.js +4 -0
- package/dist/ionic/p-66a495c4.system.entry.js +4 -0
- package/dist/ionic/p-6761a590.js +4 -0
- package/dist/ionic/p-689a94b3.system.entry.js +4 -0
- package/dist/ionic/p-6a0dd6bc.js +4 -0
- package/dist/ionic/p-6bf6e9e8.entry.js +4 -0
- package/dist/ionic/p-6ce59667.entry.js +4 -0
- package/dist/ionic/{p-b06ac4a5.system.js → p-6eb15fc1.system.js} +1 -1
- package/dist/ionic/p-7071d7ca.js +4 -0
- package/dist/ionic/p-70d36cb8.system.js +4 -0
- package/dist/ionic/p-71d96a02.system.entry.js +4 -0
- package/dist/ionic/p-72d019c5.system.entry.js +4 -0
- package/dist/ionic/p-730993c9.system.entry.js +4 -0
- package/dist/ionic/p-787d9af9.js +4 -0
- package/dist/ionic/p-78fbb151.system.js +4 -0
- package/dist/ionic/p-7beb0900.system.entry.js +4 -0
- package/dist/ionic/p-7d8e1a3d.system.entry.js +4 -0
- package/dist/ionic/p-7dbbb35d.entry.js +4 -0
- package/dist/ionic/p-7e4cf8e1.entry.js +4 -0
- package/dist/ionic/p-80263807.system.js +4 -0
- package/dist/ionic/p-83d7c238.system.entry.js +4 -0
- package/dist/ionic/p-85bb90f6.entry.js +4 -0
- package/dist/ionic/p-85cee6c9.entry.js +4 -0
- package/dist/ionic/p-86a390a7.js +4 -0
- package/dist/ionic/p-883ff61d.system.entry.js +4 -0
- package/dist/ionic/p-8870fcbd.entry.js +4 -0
- package/dist/ionic/p-8cba58fa.system.entry.js +4 -0
- package/dist/ionic/p-8cfd2546.entry.js +4 -0
- package/dist/ionic/p-8d7684b7.entry.js +4 -0
- package/dist/ionic/p-8d7bbe79.system.entry.js +4 -0
- package/dist/ionic/p-8f3bd9ab.system.js +4 -0
- package/dist/ionic/p-90ac5fdf.entry.js +4 -0
- package/dist/ionic/p-90ec152d.system.js +4 -0
- package/dist/ionic/p-91ce2114.entry.js +4 -0
- package/dist/ionic/p-97ce7496.system.entry.js +4 -0
- package/dist/ionic/p-981b8086.entry.js +4 -0
- package/dist/ionic/p-999a0cef.system.entry.js +4 -0
- package/dist/ionic/p-9b177519.js +4 -0
- package/dist/ionic/p-9dab7e7c.js +4 -0
- package/dist/ionic/p-9e9999d5.entry.js +4 -0
- package/dist/ionic/p-a3144a1e.entry.js +4 -0
- package/dist/ionic/{p-5eb6f582.system.js → p-a3ad8084.system.js} +1 -1
- package/dist/ionic/p-a4c11918.system.entry.js +4 -0
- package/dist/ionic/p-a4c64c42.entry.js +4 -0
- package/dist/ionic/{p-c7e16491.js → p-a92ad86c.js} +1 -1
- package/dist/ionic/p-a9af4103.js +4 -0
- package/dist/ionic/p-b1618321.entry.js +4 -0
- package/dist/ionic/{p-9a2ff5ea.system.js → p-b3b40a2f.system.js} +1 -1
- package/dist/ionic/p-b6baf215.entry.js +4 -0
- package/dist/ionic/p-bb79b24d.system.entry.js +4 -0
- package/dist/ionic/p-bc0ab45b.entry.js +4 -0
- package/dist/ionic/p-bcfc28b7.system.entry.js +4 -0
- package/dist/ionic/p-bd215938.system.entry.js +4 -0
- package/dist/ionic/{p-2027221d.js → p-be1800d4.js} +1 -1
- package/dist/ionic/p-befb004d.entry.js +4 -0
- package/dist/ionic/{p-a6625de8.system.js → p-c0abf8f8.system.js} +1 -1
- package/dist/ionic/p-c248c88d.system.js +4 -0
- package/dist/ionic/p-c27342bf.system.entry.js +4 -0
- package/dist/ionic/p-c47cb709.js +4 -0
- package/dist/ionic/p-cbad55f3.system.entry.js +4 -0
- package/dist/ionic/p-cef4553b.entry.js +4 -0
- package/dist/ionic/p-cff47c26.system.entry.js +4 -0
- package/dist/ionic/{p-042d5353.system.js → p-d197eaeb.system.js} +1 -1
- package/dist/ionic/{p-f11a9436.system.js → p-d2536fe8.system.js} +1 -1
- package/dist/ionic/p-d2e6afa9.system.js +4 -0
- package/dist/ionic/p-d35e20cf.system.entry.js +4 -0
- package/dist/ionic/p-d4a21287.js +4 -0
- package/dist/ionic/p-d534a6c8.entry.js +4 -0
- package/dist/ionic/p-d75951ba.system.entry.js +4 -0
- package/dist/ionic/p-d760d709.entry.js +4 -0
- package/dist/ionic/p-da7bd63e.system.entry.js +4 -0
- package/dist/ionic/p-de32ae2a.system.entry.js +4 -0
- package/dist/ionic/{p-27281edd.js → p-de9f68cb.js} +1 -1
- package/dist/ionic/p-dea6541e.entry.js +4 -0
- package/dist/ionic/p-deb05ec4.js +4 -0
- package/dist/ionic/p-dff0b93b.system.entry.js +4 -0
- package/dist/ionic/{p-1bf5ec17.system.js → p-e028d393.system.js} +1 -1
- package/dist/ionic/p-e028d3f1.entry.js +4 -0
- package/dist/ionic/p-e3b70846.system.js +4 -0
- package/dist/ionic/p-e913a8ec.system.entry.js +4 -0
- package/dist/ionic/p-eb15cdb8.entry.js +4 -0
- package/dist/ionic/p-ed32d861.system.entry.js +4 -0
- package/dist/ionic/p-ef74796f.entry.js +4 -0
- package/dist/ionic/p-ef7f7ba9.js +4 -0
- package/dist/ionic/p-effec462.system.js +4 -0
- package/dist/ionic/{p-8985cdb6.system.js → p-f3fed3f9.system.js} +1 -1
- package/dist/ionic/p-f4a27763.entry.js +4 -0
- package/dist/ionic/p-f63db3d4.entry.js +4 -0
- package/dist/ionic/p-f853b71b.entry.js +4 -0
- package/dist/ionic/p-fb0197d6.system.entry.js +4 -0
- package/dist/ionic/{p-77991411.system.js → p-fcedca77.system.js} +1 -1
- package/dist/ionic/p-fdcaa201.system.js +4 -0
- package/dist/types/components/accordion/accordion.d.ts +5 -3
- package/dist/types/components/accordion-group/accordion-group.d.ts +12 -1
- package/dist/types/components/action-sheet/action-sheet-interface.d.ts +3 -7
- package/dist/types/components/action-sheet/action-sheet.d.ts +3 -2
- package/dist/types/components/alert/alert-interface.d.ts +3 -7
- package/dist/types/components/alert/alert.d.ts +3 -2
- package/dist/types/components/app/app.d.ts +6 -2
- package/dist/types/components/avatar/avatar.d.ts +28 -0
- package/dist/types/components/back-button/back-button.d.ts +2 -1
- package/dist/types/components/backdrop/backdrop.d.ts +4 -0
- package/dist/types/components/badge/badge.d.ts +28 -1
- package/dist/types/components/breadcrumb/breadcrumb.d.ts +4 -1
- package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
- package/dist/types/components/button/button.d.ts +15 -4
- package/dist/types/components/buttons/buttons.d.ts +5 -1
- package/dist/types/components/card/card.d.ts +8 -1
- package/dist/types/components/card-content/card-content.d.ts +2 -1
- package/dist/types/components/card-header/card-header.d.ts +3 -2
- package/dist/types/components/card-subtitle/card-subtitle.d.ts +2 -1
- package/dist/types/components/card-title/card-title.d.ts +2 -1
- package/dist/types/components/checkbox/checkbox.d.ts +14 -4
- package/dist/types/components/chip/chip.d.ts +19 -1
- package/dist/types/components/col/col.d.ts +4 -0
- package/dist/types/components/content/content.d.ts +3 -0
- package/dist/types/components/datetime/datetime.d.ts +26 -1
- package/dist/types/components/datetime/utils/data.d.ts +5 -5
- package/dist/types/components/datetime-button/datetime-button.d.ts +2 -1
- package/dist/types/components/divider/divider.d.ts +21 -0
- package/dist/types/components/fab/fab.d.ts +4 -0
- package/dist/types/components/fab-button/fab-button.d.ts +5 -3
- package/dist/types/components/fab-list/fab-list.d.ts +4 -0
- package/dist/types/components/footer/footer.d.ts +4 -3
- package/dist/types/components/grid/grid.d.ts +4 -0
- package/dist/types/components/header/header.d.ts +9 -3
- package/dist/types/components/img/img.d.ts +3 -0
- package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +4 -0
- package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +4 -0
- package/dist/types/components/input/input.d.ts +31 -5
- package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +2 -0
- package/dist/types/components/item/item.d.ts +11 -4
- package/dist/types/components/item-divider/item-divider.d.ts +2 -1
- package/dist/types/components/item-group/item-group.d.ts +4 -0
- package/dist/types/components/item-option/item-option.d.ts +11 -1
- package/dist/types/components/item-options/item-options.d.ts +4 -0
- package/dist/types/components/item-sliding/item-sliding.d.ts +4 -0
- package/dist/types/components/label/label.d.ts +2 -1
- package/dist/types/components/list/list.d.ts +15 -1
- package/dist/types/components/list-header/list-header.d.ts +2 -1
- package/dist/types/components/loading/loading-interface.d.ts +2 -7
- package/dist/types/components/loading/loading.d.ts +3 -2
- package/dist/types/components/menu/menu.d.ts +3 -0
- package/dist/types/components/menu-button/menu-button.d.ts +3 -1
- package/dist/types/components/menu-toggle/menu-toggle.d.ts +3 -0
- package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
- package/dist/types/components/modal/modal-interface.d.ts +4 -7
- package/dist/types/components/modal/modal.d.ts +11 -1
- package/dist/types/components/nav/nav-interface.d.ts +9 -1
- package/dist/types/components/nav/nav.d.ts +5 -1
- package/dist/types/components/nav-link/nav-link.d.ts +4 -0
- package/dist/types/components/note/note.d.ts +2 -1
- package/dist/types/components/picker/picker.d.ts +2 -1
- package/dist/types/components/picker-column/picker-column.d.ts +2 -1
- package/dist/types/components/picker-column-option/picker-column-option.d.ts +4 -0
- package/dist/types/components/picker-legacy/picker.d.ts +2 -1
- package/dist/types/components/popover/popover-interface.d.ts +3 -6
- package/dist/types/components/popover/popover.d.ts +6 -5
- package/dist/types/components/progress-bar/progress-bar.d.ts +10 -1
- package/dist/types/components/radio/radio.d.ts +2 -1
- package/dist/types/components/radio-group/radio-group.d.ts +4 -0
- package/dist/types/components/range/range.d.ts +2 -1
- package/dist/types/components/refresher/refresher.d.ts +2 -1
- package/dist/types/components/refresher-content/refresher-content.d.ts +4 -0
- package/dist/types/components/reorder/reorder.d.ts +9 -0
- package/dist/types/components/reorder-group/reorder-group.d.ts +4 -0
- package/dist/types/components/ripple-effect/ripple-effect.d.ts +4 -0
- package/dist/types/components/route/route.d.ts +4 -0
- package/dist/types/components/router/router.d.ts +4 -0
- package/dist/types/components/router-link/router-link.d.ts +4 -0
- package/dist/types/components/router-outlet/router-outlet.d.ts +4 -1
- package/dist/types/components/row/row.d.ts +4 -0
- package/dist/types/components/searchbar/searchbar.d.ts +51 -9
- package/dist/types/components/segment/segment.d.ts +2 -1
- package/dist/types/components/segment-button/segment-button.d.ts +2 -1
- package/dist/types/components/select/select.d.ts +41 -13
- package/dist/types/components/select-option/select-option.d.ts +4 -0
- package/dist/types/components/select-popover/select-popover.d.ts +3 -0
- package/dist/types/components/skeleton-text/skeleton-text.d.ts +4 -0
- package/dist/types/components/spinner/spinner.d.ts +15 -0
- package/dist/types/components/split-pane/split-pane.d.ts +4 -0
- package/dist/types/components/tab/tab.d.ts +4 -0
- package/dist/types/components/tab-bar/tab-bar.d.ts +22 -2
- package/dist/types/components/tab-button/tab-button.d.ts +11 -1
- package/dist/types/components/tabs/tabs.d.ts +3 -0
- package/dist/types/components/text/text.d.ts +2 -1
- package/dist/types/components/textarea/textarea.d.ts +17 -4
- package/dist/types/components/thumbnail/thumbnail.d.ts +4 -0
- package/dist/types/components/title/title.d.ts +4 -0
- package/dist/types/components/toast/animations/utils.d.ts +2 -2
- package/dist/types/components/toast/toast-interface.d.ts +3 -7
- package/dist/types/components/toast/toast.d.ts +12 -2
- package/dist/types/components/toggle/toggle.d.ts +15 -1
- package/dist/types/components/toolbar/toolbar.d.ts +4 -3
- package/dist/types/components.d.ts +1457 -195
- package/dist/types/global/ionic-global.d.ts +27 -2
- package/dist/types/interface.d.ts +3 -0
- package/dist/types/utils/config.d.ts +106 -2
- package/dist/types/utils/focus-visible.d.ts +13 -0
- package/dist/types/utils/helpers.d.ts +11 -0
- package/dist/types/utils/overlays-interface.d.ts +31 -1
- package/dist/types/utils/test/playwright/generator.d.ts +31 -2
- package/hydrate/index.js +2554 -893
- package/hydrate/index.mjs +2554 -893
- package/package.json +9 -4
- package/components/hardware-back-button.js +0 -115
- package/components/index8.js +0 -128
- package/dist/cjs/hardware-back-button-5a99001f.js +0 -122
- package/dist/cjs/index-48b2a28e.js +0 -46
- package/dist/cjs/index-c8d52405.js +0 -10
- package/dist/cjs/ionic-global-acb665ad.js +0 -227
- package/dist/esm/hardware-back-button-864101a3.js +0 -116
- package/dist/esm/index-738d7504.js +0 -42
- package/dist/esm/index-8222b29f.js +0 -167
- package/dist/esm/index-a5d50daf.js +0 -7
- package/dist/esm/ionic-global-ca86cf32.js +0 -221
- package/dist/esm-es5/animation-eab5a4ca.js +0 -4
- package/dist/esm-es5/app-globals-7b6cbf1a.js +0 -4
- package/dist/esm-es5/capacitor-59395cbd.js +0 -4
- package/dist/esm-es5/data-174ad5e0.js +0 -4
- package/dist/esm-es5/focus-visible-dd40d69f.js +0 -4
- package/dist/esm-es5/framework-delegate-c7d92b77.js +0 -4
- package/dist/esm-es5/hardware-back-button-864101a3.js +0 -4
- package/dist/esm-es5/helpers-e48b0397.js +0 -4
- package/dist/esm-es5/index-738d7504.js +0 -4
- package/dist/esm-es5/index-8222b29f.js +0 -4
- package/dist/esm-es5/index-933ca126.js +0 -4
- package/dist/esm-es5/index-a313df53.js +0 -4
- package/dist/esm-es5/index-a5d50daf.js +0 -4
- package/dist/esm-es5/index-c63afbe6.js +0 -4
- package/dist/esm-es5/input-shims-3070628a.js +0 -4
- package/dist/esm-es5/input.utils-926c04a8.js +0 -4
- package/dist/esm-es5/ionic-global-ca86cf32.js +0 -4
- package/dist/esm-es5/ios.transition-5fe4d6c8.js +0 -4
- package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +0 -4
- package/dist/esm-es5/md.transition-3d0d3730.js +0 -4
- package/dist/esm-es5/notch-controller-381a5334.js +0 -4
- package/dist/esm-es5/overlays-7579a420.js +0 -4
- package/dist/esm-es5/status-tap-6367b913.js +0 -4
- package/dist/esm-es5/swipe-back-276cda49.js +0 -4
- package/dist/ionic/p-023e8017.system.entry.js +0 -4
- package/dist/ionic/p-060e4551.js +0 -4
- package/dist/ionic/p-0749768d.entry.js +0 -4
- package/dist/ionic/p-094c82d7.entry.js +0 -4
- package/dist/ionic/p-0adb6909.system.entry.js +0 -4
- package/dist/ionic/p-0be8a0b5.entry.js +0 -4
- package/dist/ionic/p-0bedc891.system.entry.js +0 -4
- package/dist/ionic/p-0c0ec971.entry.js +0 -4
- package/dist/ionic/p-0c9b8240.system.entry.js +0 -4
- package/dist/ionic/p-0ec5b7cf.system.js +0 -4
- package/dist/ionic/p-1164ff6b.system.entry.js +0 -4
- package/dist/ionic/p-13886789.entry.js +0 -4
- package/dist/ionic/p-143ff664.system.entry.js +0 -4
- package/dist/ionic/p-18f9b6d5.entry.js +0 -4
- package/dist/ionic/p-19c32a76.entry.js +0 -4
- package/dist/ionic/p-1a9613bf.system.entry.js +0 -4
- package/dist/ionic/p-1c1d781d.system.entry.js +0 -4
- package/dist/ionic/p-1d2844a5.system.entry.js +0 -4
- package/dist/ionic/p-1d98a7f1.entry.js +0 -4
- package/dist/ionic/p-1dfc11b3.system.js +0 -4
- package/dist/ionic/p-1e4371bd.js +0 -4
- package/dist/ionic/p-1f837356.entry.js +0 -4
- package/dist/ionic/p-21371278.system.entry.js +0 -4
- package/dist/ionic/p-21891ead.js +0 -4
- package/dist/ionic/p-24ae7b33.system.js +0 -4
- package/dist/ionic/p-297d6806.system.js +0 -4
- package/dist/ionic/p-29a5b4e4.entry.js +0 -4
- package/dist/ionic/p-2ab4a324.system.entry.js +0 -4
- package/dist/ionic/p-2b7827c7.js +0 -4
- package/dist/ionic/p-2ee9a2c6.entry.js +0 -4
- package/dist/ionic/p-2fa5a4b1.entry.js +0 -4
- package/dist/ionic/p-3479f51b.system.js +0 -4
- package/dist/ionic/p-35f14792.entry.js +0 -4
- package/dist/ionic/p-37a438ad.system.entry.js +0 -4
- package/dist/ionic/p-3af7b907.entry.js +0 -4
- package/dist/ionic/p-3bd5fedc.system.js +0 -4
- package/dist/ionic/p-3be7cdeb.system.entry.js +0 -4
- package/dist/ionic/p-3e86b4fa.system.js +0 -4
- package/dist/ionic/p-3f4327f7.js +0 -4
- package/dist/ionic/p-42f6e75c.entry.js +0 -4
- package/dist/ionic/p-4470f87b.system.entry.js +0 -4
- package/dist/ionic/p-4493c1ac.entry.js +0 -4
- package/dist/ionic/p-44e168f3.system.js +0 -4
- package/dist/ionic/p-4630688e.system.entry.js +0 -4
- package/dist/ionic/p-472c7e08.system.entry.js +0 -4
- package/dist/ionic/p-491de063.system.entry.js +0 -4
- package/dist/ionic/p-49cb79a1.system.entry.js +0 -4
- package/dist/ionic/p-4c44d04c.js +0 -4
- package/dist/ionic/p-4c94580e.js +0 -4
- package/dist/ionic/p-4d0190ad.system.entry.js +0 -4
- package/dist/ionic/p-50f38461.entry.js +0 -4
- package/dist/ionic/p-51c363e7.system.js +0 -4
- package/dist/ionic/p-524ad57e.system.entry.js +0 -4
- package/dist/ionic/p-54893ae3.entry.js +0 -4
- package/dist/ionic/p-54e9620f.js +0 -4
- package/dist/ionic/p-58c482af.entry.js +0 -4
- package/dist/ionic/p-597ff9af.js +0 -4
- package/dist/ionic/p-5f4ff20a.entry.js +0 -4
- package/dist/ionic/p-606887b7.system.entry.js +0 -4
- package/dist/ionic/p-61e794fb.entry.js +0 -4
- package/dist/ionic/p-6e24cf82.entry.js +0 -4
- package/dist/ionic/p-72e6a9c6.entry.js +0 -4
- package/dist/ionic/p-747f9517.entry.js +0 -4
- package/dist/ionic/p-792919fd.system.js +0 -4
- package/dist/ionic/p-7b30edcc.js +0 -4
- package/dist/ionic/p-7cc33a9a.system.js +0 -4
- package/dist/ionic/p-7e3b5638.system.entry.js +0 -4
- package/dist/ionic/p-7f39653f.entry.js +0 -4
- package/dist/ionic/p-7ff4f502.entry.js +0 -4
- package/dist/ionic/p-81378456.system.entry.js +0 -4
- package/dist/ionic/p-81474833.system.entry.js +0 -4
- package/dist/ionic/p-838cc359.entry.js +0 -4
- package/dist/ionic/p-85f6070f.entry.js +0 -4
- package/dist/ionic/p-888d383b.system.entry.js +0 -4
- package/dist/ionic/p-8b1c1fd7.entry.js +0 -4
- package/dist/ionic/p-8deac7df.system.entry.js +0 -4
- package/dist/ionic/p-8fa4fa3f.entry.js +0 -4
- package/dist/ionic/p-8fa62efe.system.entry.js +0 -4
- package/dist/ionic/p-8fc426e2.entry.js +0 -4
- package/dist/ionic/p-941c06bc.js +0 -4
- package/dist/ionic/p-959cf042.system.entry.js +0 -4
- package/dist/ionic/p-988a0306.system.js +0 -4
- package/dist/ionic/p-9af7f110.js +0 -4
- package/dist/ionic/p-9b069739.entry.js +0 -4
- package/dist/ionic/p-9df36075.system.entry.js +0 -4
- package/dist/ionic/p-9e51f822.js +0 -4
- package/dist/ionic/p-a0a40004.system.entry.js +0 -4
- package/dist/ionic/p-a520973b.entry.js +0 -4
- package/dist/ionic/p-a587b2ae.system.js +0 -4
- package/dist/ionic/p-a63b345e.system.entry.js +0 -4
- package/dist/ionic/p-a9f2c0a7.entry.js +0 -4
- package/dist/ionic/p-ab7337e1.entry.js +0 -4
- package/dist/ionic/p-abe101da.system.js +0 -4
- package/dist/ionic/p-ac58d726.system.entry.js +0 -4
- package/dist/ionic/p-ace2d2be.entry.js +0 -4
- package/dist/ionic/p-ada878ce.entry.js +0 -4
- package/dist/ionic/p-b055d618.entry.js +0 -4
- package/dist/ionic/p-b2296998.system.entry.js +0 -4
- package/dist/ionic/p-b2ee0628.system.entry.js +0 -4
- package/dist/ionic/p-b6174297.entry.js +0 -4
- package/dist/ionic/p-b85d199c.entry.js +0 -4
- package/dist/ionic/p-b8c2dbcd.entry.js +0 -4
- package/dist/ionic/p-b9ea58ef.js +0 -4
- package/dist/ionic/p-b9eb1465.system.entry.js +0 -4
- package/dist/ionic/p-b9f2e353.entry.js +0 -4
- package/dist/ionic/p-bbc6db8c.entry.js +0 -4
- package/dist/ionic/p-bf64af90.system.js +0 -4
- package/dist/ionic/p-c005cc37.entry.js +0 -4
- package/dist/ionic/p-c25c0ba4.entry.js +0 -4
- package/dist/ionic/p-c468af8a.system.js +0 -4
- package/dist/ionic/p-c5b5f44a.entry.js +0 -4
- package/dist/ionic/p-c61cc894.js +0 -4
- package/dist/ionic/p-c6a20407.system.entry.js +0 -4
- package/dist/ionic/p-c8331397.system.entry.js +0 -4
- package/dist/ionic/p-c8bf9ba7.entry.js +0 -4
- package/dist/ionic/p-ceaea4ce.js +0 -4
- package/dist/ionic/p-d37fdc68.system.entry.js +0 -4
- package/dist/ionic/p-d47265c8.js +0 -4
- package/dist/ionic/p-d7032956.system.js +0 -4
- package/dist/ionic/p-d8c9d5ac.system.entry.js +0 -4
- package/dist/ionic/p-daf1e8ec.system.entry.js +0 -4
- package/dist/ionic/p-def7a8bd.system.entry.js +0 -4
- package/dist/ionic/p-e00b72ce.js +0 -4
- package/dist/ionic/p-e0a05506.js +0 -4
- package/dist/ionic/p-e0c0218f.system.entry.js +0 -4
- package/dist/ionic/p-e0c43e11.system.entry.js +0 -4
- package/dist/ionic/p-e4683bfd.system.entry.js +0 -4
- package/dist/ionic/p-e5708e5d.system.entry.js +0 -4
- package/dist/ionic/p-e5c27d9f.system.entry.js +0 -4
- package/dist/ionic/p-e5cf01f1.entry.js +0 -4
- package/dist/ionic/p-e7309bfa.js +0 -4
- package/dist/ionic/p-ed768b77.entry.js +0 -4
- package/dist/ionic/p-eec4b772.entry.js +0 -4
- package/dist/ionic/p-eeee3990.system.entry.js +0 -4
- package/dist/ionic/p-efa0f3f5.entry.js +0 -4
- package/dist/ionic/p-f02e9382.system.entry.js +0 -4
- package/dist/ionic/p-f201b53a.system.js +0 -4
- package/dist/ionic/p-f554845e.js +0 -4
- package/dist/ionic/p-f6bb9be7.system.entry.js +0 -4
- package/dist/ionic/p-f94b2f2f.system.entry.js +0 -4
- package/dist/ionic/p-ff4a1ba0.system.entry.js +0 -4
- /package/dist/collection/components/{input-password-toggle/input-password-toggle.css → refresher-content/refresher-content.css} +0 -0
package/dist/html.html-data.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "mode",
|
|
17
|
-
"description": "The mode determines
|
|
17
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
18
18
|
"values": [
|
|
19
19
|
{
|
|
20
20
|
"name": "ios"
|
|
@@ -28,6 +28,21 @@
|
|
|
28
28
|
"name": "readonly",
|
|
29
29
|
"description": "If `true`, the accordion cannot be interacted with,\nbut does not alter the opacity."
|
|
30
30
|
},
|
|
31
|
+
{
|
|
32
|
+
"name": "theme",
|
|
33
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
34
|
+
"values": [
|
|
35
|
+
{
|
|
36
|
+
"name": "ios"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "md"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "ionic"
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
},
|
|
31
46
|
{
|
|
32
47
|
"name": "toggle-icon",
|
|
33
48
|
"description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed."
|
|
@@ -85,7 +100,7 @@
|
|
|
85
100
|
},
|
|
86
101
|
{
|
|
87
102
|
"name": "mode",
|
|
88
|
-
"description": "The mode determines
|
|
103
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
89
104
|
"values": [
|
|
90
105
|
{
|
|
91
106
|
"name": "ios"
|
|
@@ -103,6 +118,36 @@
|
|
|
103
118
|
"name": "readonly",
|
|
104
119
|
"description": "If `true`, the accordion group cannot be interacted with,\nbut does not alter the opacity."
|
|
105
120
|
},
|
|
121
|
+
{
|
|
122
|
+
"name": "shape",
|
|
123
|
+
"description": "Set to `\"soft\"` for an accordion group with slightly rounded corners,\n`\"round\"` for an accordion group with fully rounded corners, or\n`\"rectangular\"` for an accordion group without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.\nOnly applies when `expand` is set to `\"inset\"`.",
|
|
124
|
+
"values": [
|
|
125
|
+
{
|
|
126
|
+
"name": "rectangular"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "round"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "soft"
|
|
133
|
+
}
|
|
134
|
+
]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "theme",
|
|
138
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
139
|
+
"values": [
|
|
140
|
+
{
|
|
141
|
+
"name": "ios"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "md"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "ionic"
|
|
148
|
+
}
|
|
149
|
+
]
|
|
150
|
+
},
|
|
106
151
|
{
|
|
107
152
|
"name": "value",
|
|
108
153
|
"description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`"
|
|
@@ -148,7 +193,7 @@
|
|
|
148
193
|
},
|
|
149
194
|
{
|
|
150
195
|
"name": "mode",
|
|
151
|
-
"description": "The mode determines
|
|
196
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
152
197
|
"values": [
|
|
153
198
|
{
|
|
154
199
|
"name": "ios"
|
|
@@ -162,9 +207,24 @@
|
|
|
162
207
|
"name": "sub-header",
|
|
163
208
|
"description": "Subtitle for the action sheet."
|
|
164
209
|
},
|
|
210
|
+
{
|
|
211
|
+
"name": "theme",
|
|
212
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
213
|
+
"values": [
|
|
214
|
+
{
|
|
215
|
+
"name": "ios"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"name": "md"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "ionic"
|
|
222
|
+
}
|
|
223
|
+
]
|
|
224
|
+
},
|
|
165
225
|
{
|
|
166
226
|
"name": "translucent",
|
|
167
|
-
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the
|
|
227
|
+
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
168
228
|
},
|
|
169
229
|
{
|
|
170
230
|
"name": "trigger",
|
|
@@ -215,7 +275,7 @@
|
|
|
215
275
|
},
|
|
216
276
|
{
|
|
217
277
|
"name": "mode",
|
|
218
|
-
"description": "The mode determines
|
|
278
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
219
279
|
"values": [
|
|
220
280
|
{
|
|
221
281
|
"name": "ios"
|
|
@@ -229,9 +289,24 @@
|
|
|
229
289
|
"name": "sub-header",
|
|
230
290
|
"description": "The subtitle in the heading of the alert. Displayed under the title."
|
|
231
291
|
},
|
|
292
|
+
{
|
|
293
|
+
"name": "theme",
|
|
294
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
295
|
+
"values": [
|
|
296
|
+
{
|
|
297
|
+
"name": "ios"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"name": "md"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"name": "ionic"
|
|
304
|
+
}
|
|
305
|
+
]
|
|
306
|
+
},
|
|
232
307
|
{
|
|
233
308
|
"name": "translucent",
|
|
234
|
-
"description": "If `true`, the alert will be translucent.\nOnly applies when the
|
|
309
|
+
"description": "If `true`, the alert will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
235
310
|
},
|
|
236
311
|
{
|
|
237
312
|
"name": "trigger",
|
|
@@ -251,7 +326,35 @@
|
|
|
251
326
|
"kind": "markdown",
|
|
252
327
|
"value": ""
|
|
253
328
|
},
|
|
254
|
-
"attributes": [
|
|
329
|
+
"attributes": [
|
|
330
|
+
{
|
|
331
|
+
"name": "mode",
|
|
332
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
333
|
+
"values": [
|
|
334
|
+
{
|
|
335
|
+
"name": "ios"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"name": "md"
|
|
339
|
+
}
|
|
340
|
+
]
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"name": "theme",
|
|
344
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
345
|
+
"values": [
|
|
346
|
+
{
|
|
347
|
+
"name": "ios"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"name": "md"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"name": "ionic"
|
|
354
|
+
}
|
|
355
|
+
]
|
|
356
|
+
}
|
|
357
|
+
],
|
|
255
358
|
"references": [
|
|
256
359
|
{
|
|
257
360
|
"name": "Source code",
|
|
@@ -265,7 +368,74 @@
|
|
|
265
368
|
"kind": "markdown",
|
|
266
369
|
"value": ""
|
|
267
370
|
},
|
|
268
|
-
"attributes": [
|
|
371
|
+
"attributes": [
|
|
372
|
+
{
|
|
373
|
+
"name": "mode",
|
|
374
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
375
|
+
"values": [
|
|
376
|
+
{
|
|
377
|
+
"name": "ios"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"name": "md"
|
|
381
|
+
}
|
|
382
|
+
]
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"name": "shape",
|
|
386
|
+
"description": "Set to `\"soft\"` for an avatar with slightly rounded corners,\n`\"round\"` for an avatar with fully rounded corners, or `\"rectangular\"`\nfor an avatar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
387
|
+
"values": [
|
|
388
|
+
{
|
|
389
|
+
"name": "rectangular"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"name": "round"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "soft"
|
|
396
|
+
}
|
|
397
|
+
]
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"name": "size",
|
|
401
|
+
"description": "Set to `\"xxsmall\"` for the smallest size.\nSet to `\"xsmall\"` for a very small size.\nSet to `\"small\"` for a compact size.\nSet to `\"medium\"` for the default height and width.\nSet to `\"large\"` for a larger size.\nSet to `\"xlarge\"` for the largest dimensions.\n\nDefaults to `\"medium\"` for the `ionic` theme, undefined for all other themes.",
|
|
402
|
+
"values": [
|
|
403
|
+
{
|
|
404
|
+
"name": "large"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"name": "medium"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"name": "small"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "xlarge"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"name": "xsmall"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"name": "xxsmall"
|
|
420
|
+
}
|
|
421
|
+
]
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"name": "theme",
|
|
425
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
426
|
+
"values": [
|
|
427
|
+
{
|
|
428
|
+
"name": "ios"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"name": "md"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"name": "ionic"
|
|
435
|
+
}
|
|
436
|
+
]
|
|
437
|
+
}
|
|
438
|
+
],
|
|
269
439
|
"references": [
|
|
270
440
|
{
|
|
271
441
|
"name": "Source code",
|
|
@@ -327,7 +497,7 @@
|
|
|
327
497
|
},
|
|
328
498
|
{
|
|
329
499
|
"name": "mode",
|
|
330
|
-
"description": "The mode determines
|
|
500
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
331
501
|
"values": [
|
|
332
502
|
{
|
|
333
503
|
"name": "ios"
|
|
@@ -341,6 +511,21 @@
|
|
|
341
511
|
"name": "text",
|
|
342
512
|
"description": "The text to display in the back button."
|
|
343
513
|
},
|
|
514
|
+
{
|
|
515
|
+
"name": "theme",
|
|
516
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
517
|
+
"values": [
|
|
518
|
+
{
|
|
519
|
+
"name": "ios"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"name": "md"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"name": "ionic"
|
|
526
|
+
}
|
|
527
|
+
]
|
|
528
|
+
},
|
|
344
529
|
{
|
|
345
530
|
"name": "type",
|
|
346
531
|
"description": "The type of the button.",
|
|
@@ -371,6 +556,18 @@
|
|
|
371
556
|
"value": ""
|
|
372
557
|
},
|
|
373
558
|
"attributes": [
|
|
559
|
+
{
|
|
560
|
+
"name": "mode",
|
|
561
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
562
|
+
"values": [
|
|
563
|
+
{
|
|
564
|
+
"name": "ios"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"name": "md"
|
|
568
|
+
}
|
|
569
|
+
]
|
|
570
|
+
},
|
|
374
571
|
{
|
|
375
572
|
"name": "stop-propagation",
|
|
376
573
|
"description": "If `true`, the backdrop will stop propagation on tap."
|
|
@@ -379,6 +576,21 @@
|
|
|
379
576
|
"name": "tappable",
|
|
380
577
|
"description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event."
|
|
381
578
|
},
|
|
579
|
+
{
|
|
580
|
+
"name": "theme",
|
|
581
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
582
|
+
"values": [
|
|
583
|
+
{
|
|
584
|
+
"name": "ios"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"name": "md"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"name": "ionic"
|
|
591
|
+
}
|
|
592
|
+
]
|
|
593
|
+
},
|
|
382
594
|
{
|
|
383
595
|
"name": "visible",
|
|
384
596
|
"description": "If `true`, the backdrop will be visible."
|
|
@@ -433,13 +645,73 @@
|
|
|
433
645
|
},
|
|
434
646
|
{
|
|
435
647
|
"name": "mode",
|
|
436
|
-
"description": "The mode determines
|
|
648
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
649
|
+
"values": [
|
|
650
|
+
{
|
|
651
|
+
"name": "ios"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"name": "md"
|
|
655
|
+
}
|
|
656
|
+
]
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"name": "shape",
|
|
660
|
+
"description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
661
|
+
"values": [
|
|
662
|
+
{
|
|
663
|
+
"name": "soft"
|
|
664
|
+
}
|
|
665
|
+
]
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"name": "size",
|
|
669
|
+
"description": "Set to `\"xxsmall\"` for the smallest badge.\nSet to \"xsmall\" for a very small badge.\nSet to `\"small\"` for a small badge.\nSet to \"medium\" for a medium badge.\nSet to \"large\" for a large badge.\nSet to `\"xlarge\"` for the largest badge.\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
|
|
670
|
+
"values": [
|
|
671
|
+
{
|
|
672
|
+
"name": "large"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"name": "medium"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"name": "small"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "xlarge"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "xsmall"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"name": "xxsmall"
|
|
688
|
+
}
|
|
689
|
+
]
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"name": "theme",
|
|
693
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
437
694
|
"values": [
|
|
438
695
|
{
|
|
439
696
|
"name": "ios"
|
|
440
697
|
},
|
|
441
698
|
{
|
|
442
699
|
"name": "md"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"name": "ionic"
|
|
703
|
+
}
|
|
704
|
+
]
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "vertical",
|
|
708
|
+
"description": "Set to `\"top\"` to position the badge on top right absolute position of the parent element.\nSet to `\"bottom\"` to position the badge on bottom right absolute position of the parent element.",
|
|
709
|
+
"values": [
|
|
710
|
+
{
|
|
711
|
+
"name": "bottom"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"name": "top"
|
|
443
715
|
}
|
|
444
716
|
]
|
|
445
717
|
}
|
|
@@ -509,7 +781,7 @@
|
|
|
509
781
|
},
|
|
510
782
|
{
|
|
511
783
|
"name": "mode",
|
|
512
|
-
"description": "The mode determines
|
|
784
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
513
785
|
"values": [
|
|
514
786
|
{
|
|
515
787
|
"name": "ios"
|
|
@@ -545,6 +817,21 @@
|
|
|
545
817
|
{
|
|
546
818
|
"name": "target",
|
|
547
819
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"name": "theme",
|
|
823
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
824
|
+
"values": [
|
|
825
|
+
{
|
|
826
|
+
"name": "ios"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"name": "md"
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"name": "ionic"
|
|
833
|
+
}
|
|
834
|
+
]
|
|
548
835
|
}
|
|
549
836
|
],
|
|
550
837
|
"references": [
|
|
@@ -608,7 +895,7 @@
|
|
|
608
895
|
},
|
|
609
896
|
{
|
|
610
897
|
"name": "mode",
|
|
611
|
-
"description": "The mode determines
|
|
898
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
612
899
|
"values": [
|
|
613
900
|
{
|
|
614
901
|
"name": "ios"
|
|
@@ -617,9 +904,24 @@
|
|
|
617
904
|
"name": "md"
|
|
618
905
|
}
|
|
619
906
|
]
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"name": "theme",
|
|
910
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
911
|
+
"values": [
|
|
912
|
+
{
|
|
913
|
+
"name": "ios"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"name": "md"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "ionic"
|
|
920
|
+
}
|
|
921
|
+
]
|
|
922
|
+
}
|
|
923
|
+
],
|
|
924
|
+
"references": [
|
|
623
925
|
{
|
|
624
926
|
"name": "Source code",
|
|
625
927
|
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/breadcrumbs/breadcrumbs.tsx"
|
|
@@ -718,7 +1020,7 @@
|
|
|
718
1020
|
},
|
|
719
1021
|
{
|
|
720
1022
|
"name": "mode",
|
|
721
|
-
"description": "The mode determines
|
|
1023
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
722
1024
|
"values": [
|
|
723
1025
|
{
|
|
724
1026
|
"name": "ios"
|
|
@@ -749,10 +1051,16 @@
|
|
|
749
1051
|
},
|
|
750
1052
|
{
|
|
751
1053
|
"name": "shape",
|
|
752
|
-
"description": "Set to `\"round\"` for a button with
|
|
1054
|
+
"description": "Set to `\"soft\"` for a button with slightly rounded corners, `\"round\"` for a button with fully\nrounded corners, or `\"rectangular\"` for a button without rounded corners.\nDefaults to `\"soft\"` for the `\"ios\"` theme and `\"round\"` for all other themes.",
|
|
753
1055
|
"values": [
|
|
1056
|
+
{
|
|
1057
|
+
"name": "rectangular"
|
|
1058
|
+
},
|
|
754
1059
|
{
|
|
755
1060
|
"name": "round"
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"name": "soft"
|
|
756
1064
|
}
|
|
757
1065
|
]
|
|
758
1066
|
},
|
|
@@ -768,6 +1076,12 @@
|
|
|
768
1076
|
},
|
|
769
1077
|
{
|
|
770
1078
|
"name": "small"
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"name": "xlarge"
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"name": "xsmall"
|
|
771
1085
|
}
|
|
772
1086
|
]
|
|
773
1087
|
},
|
|
@@ -779,6 +1093,21 @@
|
|
|
779
1093
|
"name": "target",
|
|
780
1094
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
781
1095
|
},
|
|
1096
|
+
{
|
|
1097
|
+
"name": "theme",
|
|
1098
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1099
|
+
"values": [
|
|
1100
|
+
{
|
|
1101
|
+
"name": "ios"
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"name": "md"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"name": "ionic"
|
|
1108
|
+
}
|
|
1109
|
+
]
|
|
1110
|
+
},
|
|
782
1111
|
{
|
|
783
1112
|
"name": "type",
|
|
784
1113
|
"description": "The type of the button.",
|
|
@@ -811,7 +1140,34 @@
|
|
|
811
1140
|
"attributes": [
|
|
812
1141
|
{
|
|
813
1142
|
"name": "collapse",
|
|
814
|
-
"description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in `ios`
|
|
1143
|
+
"description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in the `ios` theme with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)"
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"name": "mode",
|
|
1147
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1148
|
+
"values": [
|
|
1149
|
+
{
|
|
1150
|
+
"name": "ios"
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"name": "md"
|
|
1154
|
+
}
|
|
1155
|
+
]
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"name": "theme",
|
|
1159
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1160
|
+
"values": [
|
|
1161
|
+
{
|
|
1162
|
+
"name": "ios"
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"name": "md"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"name": "ionic"
|
|
1169
|
+
}
|
|
1170
|
+
]
|
|
815
1171
|
}
|
|
816
1172
|
],
|
|
817
1173
|
"references": [
|
|
@@ -879,7 +1235,7 @@
|
|
|
879
1235
|
},
|
|
880
1236
|
{
|
|
881
1237
|
"name": "mode",
|
|
882
|
-
"description": "The mode determines
|
|
1238
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
883
1239
|
"values": [
|
|
884
1240
|
{
|
|
885
1241
|
"name": "ios"
|
|
@@ -908,10 +1264,40 @@
|
|
|
908
1264
|
}
|
|
909
1265
|
]
|
|
910
1266
|
},
|
|
1267
|
+
{
|
|
1268
|
+
"name": "shape",
|
|
1269
|
+
"description": "Set to `\"soft\"` for a card with slightly rounded corners, `\"round\"` for a card with more\nrounded corners, or `\"rectangular\"` for a card without rounded corners.\nDefaults to `\"round\"`.",
|
|
1270
|
+
"values": [
|
|
1271
|
+
{
|
|
1272
|
+
"name": "rectangular"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"name": "round"
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"name": "soft"
|
|
1279
|
+
}
|
|
1280
|
+
]
|
|
1281
|
+
},
|
|
911
1282
|
{
|
|
912
1283
|
"name": "target",
|
|
913
1284
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
914
1285
|
},
|
|
1286
|
+
{
|
|
1287
|
+
"name": "theme",
|
|
1288
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1289
|
+
"values": [
|
|
1290
|
+
{
|
|
1291
|
+
"name": "ios"
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"name": "md"
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"name": "ionic"
|
|
1298
|
+
}
|
|
1299
|
+
]
|
|
1300
|
+
},
|
|
915
1301
|
{
|
|
916
1302
|
"name": "type",
|
|
917
1303
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -944,13 +1330,28 @@
|
|
|
944
1330
|
"attributes": [
|
|
945
1331
|
{
|
|
946
1332
|
"name": "mode",
|
|
947
|
-
"description": "The mode determines
|
|
1333
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1334
|
+
"values": [
|
|
1335
|
+
{
|
|
1336
|
+
"name": "ios"
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"name": "md"
|
|
1340
|
+
}
|
|
1341
|
+
]
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"name": "theme",
|
|
1345
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
948
1346
|
"values": [
|
|
949
1347
|
{
|
|
950
1348
|
"name": "ios"
|
|
951
1349
|
},
|
|
952
1350
|
{
|
|
953
1351
|
"name": "md"
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"name": "ionic"
|
|
954
1355
|
}
|
|
955
1356
|
]
|
|
956
1357
|
}
|
|
@@ -1004,19 +1405,34 @@
|
|
|
1004
1405
|
},
|
|
1005
1406
|
{
|
|
1006
1407
|
"name": "mode",
|
|
1007
|
-
"description": "The mode determines
|
|
1408
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1409
|
+
"values": [
|
|
1410
|
+
{
|
|
1411
|
+
"name": "ios"
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"name": "md"
|
|
1415
|
+
}
|
|
1416
|
+
]
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"name": "theme",
|
|
1420
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1008
1421
|
"values": [
|
|
1009
1422
|
{
|
|
1010
1423
|
"name": "ios"
|
|
1011
1424
|
},
|
|
1012
1425
|
{
|
|
1013
1426
|
"name": "md"
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"name": "ionic"
|
|
1014
1430
|
}
|
|
1015
1431
|
]
|
|
1016
1432
|
},
|
|
1017
1433
|
{
|
|
1018
1434
|
"name": "translucent",
|
|
1019
|
-
"description": "If `true`, the card header will be translucent.\nOnly applies when the
|
|
1435
|
+
"description": "If `true`, the card header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
1020
1436
|
}
|
|
1021
1437
|
],
|
|
1022
1438
|
"references": [
|
|
@@ -1068,7 +1484,7 @@
|
|
|
1068
1484
|
},
|
|
1069
1485
|
{
|
|
1070
1486
|
"name": "mode",
|
|
1071
|
-
"description": "The mode determines
|
|
1487
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1072
1488
|
"values": [
|
|
1073
1489
|
{
|
|
1074
1490
|
"name": "ios"
|
|
@@ -1077,6 +1493,21 @@
|
|
|
1077
1493
|
"name": "md"
|
|
1078
1494
|
}
|
|
1079
1495
|
]
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"name": "theme",
|
|
1499
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1500
|
+
"values": [
|
|
1501
|
+
{
|
|
1502
|
+
"name": "ios"
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"name": "md"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"name": "ionic"
|
|
1509
|
+
}
|
|
1510
|
+
]
|
|
1080
1511
|
}
|
|
1081
1512
|
],
|
|
1082
1513
|
"references": [
|
|
@@ -1128,13 +1559,28 @@
|
|
|
1128
1559
|
},
|
|
1129
1560
|
{
|
|
1130
1561
|
"name": "mode",
|
|
1131
|
-
"description": "The mode determines
|
|
1562
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1563
|
+
"values": [
|
|
1564
|
+
{
|
|
1565
|
+
"name": "ios"
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"name": "md"
|
|
1569
|
+
}
|
|
1570
|
+
]
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"name": "theme",
|
|
1574
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1132
1575
|
"values": [
|
|
1133
1576
|
{
|
|
1134
1577
|
"name": "ios"
|
|
1135
1578
|
},
|
|
1136
1579
|
{
|
|
1137
1580
|
"name": "md"
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
"name": "ionic"
|
|
1138
1584
|
}
|
|
1139
1585
|
]
|
|
1140
1586
|
}
|
|
@@ -1253,7 +1699,7 @@
|
|
|
1253
1699
|
},
|
|
1254
1700
|
{
|
|
1255
1701
|
"name": "mode",
|
|
1256
|
-
"description": "The mode determines
|
|
1702
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1257
1703
|
"values": [
|
|
1258
1704
|
{
|
|
1259
1705
|
"name": "ios"
|
|
@@ -1271,6 +1717,42 @@
|
|
|
1271
1717
|
"name": "required",
|
|
1272
1718
|
"description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid."
|
|
1273
1719
|
},
|
|
1720
|
+
{
|
|
1721
|
+
"name": "shape",
|
|
1722
|
+
"description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
|
|
1723
|
+
"values": [
|
|
1724
|
+
{
|
|
1725
|
+
"name": "rectangular"
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"name": "soft"
|
|
1729
|
+
}
|
|
1730
|
+
]
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"name": "size",
|
|
1734
|
+
"description": "Set to `\"small\"` for a checkbox with less height and padding.",
|
|
1735
|
+
"values": [
|
|
1736
|
+
{
|
|
1737
|
+
"name": "small"
|
|
1738
|
+
}
|
|
1739
|
+
]
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"name": "theme",
|
|
1743
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1744
|
+
"values": [
|
|
1745
|
+
{
|
|
1746
|
+
"name": "ios"
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"name": "md"
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"name": "ionic"
|
|
1753
|
+
}
|
|
1754
|
+
]
|
|
1755
|
+
},
|
|
1274
1756
|
{
|
|
1275
1757
|
"name": "value",
|
|
1276
1758
|
"description": "The value of the checkbox does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a checkbox is analogous to the value of an `<input type=\"checkbox\">`,\nit's only used when the checkbox participates in a native `<form>`."
|
|
@@ -1329,7 +1811,7 @@
|
|
|
1329
1811
|
},
|
|
1330
1812
|
{
|
|
1331
1813
|
"name": "mode",
|
|
1332
|
-
"description": "The mode determines
|
|
1814
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1333
1815
|
"values": [
|
|
1334
1816
|
{
|
|
1335
1817
|
"name": "ios"
|
|
@@ -1342,6 +1824,48 @@
|
|
|
1342
1824
|
{
|
|
1343
1825
|
"name": "outline",
|
|
1344
1826
|
"description": "Display an outline style button."
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
"name": "shape",
|
|
1830
|
+
"description": "Set to `\"soft\"` for a chip with slightly rounded corners, `\"round\"` for a chip with fully\nrounded corners, or `\"rectangular\"` for a chip without rounded corners.\nDefaults to `\"round\"` for the `\"ionic\"` theme and `\"soft\"` for all other themes.",
|
|
1831
|
+
"values": [
|
|
1832
|
+
{
|
|
1833
|
+
"name": "rectangular"
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"name": "round"
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"name": "soft"
|
|
1840
|
+
}
|
|
1841
|
+
]
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"name": "size",
|
|
1845
|
+
"description": "Set to `\"small\"` for a chip with less height and padding.\n\nDefaults to `\"large\"` for the ionic theme, and undefined for all other themes.",
|
|
1846
|
+
"values": [
|
|
1847
|
+
{
|
|
1848
|
+
"name": "large"
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"name": "small"
|
|
1852
|
+
}
|
|
1853
|
+
]
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
"name": "theme",
|
|
1857
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1858
|
+
"values": [
|
|
1859
|
+
{
|
|
1860
|
+
"name": "ios"
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
"name": "md"
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"name": "ionic"
|
|
1867
|
+
}
|
|
1868
|
+
]
|
|
1345
1869
|
}
|
|
1346
1870
|
],
|
|
1347
1871
|
"references": [
|
|
@@ -1358,6 +1882,18 @@
|
|
|
1358
1882
|
"value": ""
|
|
1359
1883
|
},
|
|
1360
1884
|
"attributes": [
|
|
1885
|
+
{
|
|
1886
|
+
"name": "mode",
|
|
1887
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1888
|
+
"values": [
|
|
1889
|
+
{
|
|
1890
|
+
"name": "ios"
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
"name": "md"
|
|
1894
|
+
}
|
|
1895
|
+
]
|
|
1896
|
+
},
|
|
1361
1897
|
{
|
|
1362
1898
|
"name": "offset",
|
|
1363
1899
|
"description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available."
|
|
@@ -1453,6 +1989,21 @@
|
|
|
1453
1989
|
{
|
|
1454
1990
|
"name": "size-xs",
|
|
1455
1991
|
"description": "The size of the column for xs screens, in terms of how many columns it should take up out\nof the total available. If `\"auto\"` is passed, the column will be the size of its content."
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"name": "theme",
|
|
1995
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1996
|
+
"values": [
|
|
1997
|
+
{
|
|
1998
|
+
"name": "ios"
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"name": "md"
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"name": "ionic"
|
|
2005
|
+
}
|
|
2006
|
+
]
|
|
1456
2007
|
}
|
|
1457
2008
|
],
|
|
1458
2009
|
"references": [
|
|
@@ -1522,6 +2073,18 @@
|
|
|
1522
2073
|
"name": "fullscreen",
|
|
1523
2074
|
"description": "If `true`, the content will scroll behind the headers\nand footers. This effect can easily be seen by setting the toolbar\nto transparent."
|
|
1524
2075
|
},
|
|
2076
|
+
{
|
|
2077
|
+
"name": "mode",
|
|
2078
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2079
|
+
"values": [
|
|
2080
|
+
{
|
|
2081
|
+
"name": "ios"
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"name": "md"
|
|
2085
|
+
}
|
|
2086
|
+
]
|
|
2087
|
+
},
|
|
1525
2088
|
{
|
|
1526
2089
|
"name": "scroll-events",
|
|
1527
2090
|
"description": "Because of performance reasons, ionScroll events are disabled by default, in order to enable them\nand start listening from (ionScroll), set this property to `true`."
|
|
@@ -1533,6 +2096,21 @@
|
|
|
1533
2096
|
{
|
|
1534
2097
|
"name": "scroll-y",
|
|
1535
2098
|
"description": "If you want to disable the content scrolling in the Y axis, set this property to `false`."
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"name": "theme",
|
|
2102
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2103
|
+
"values": [
|
|
2104
|
+
{
|
|
2105
|
+
"name": "ios"
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"name": "md"
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
"name": "ionic"
|
|
2112
|
+
}
|
|
2113
|
+
]
|
|
1536
2114
|
}
|
|
1537
2115
|
],
|
|
1538
2116
|
"references": [
|
|
@@ -1646,7 +2224,7 @@
|
|
|
1646
2224
|
},
|
|
1647
2225
|
{
|
|
1648
2226
|
"name": "mode",
|
|
1649
|
-
"description": "The mode determines
|
|
2227
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1650
2228
|
"values": [
|
|
1651
2229
|
{
|
|
1652
2230
|
"name": "ios"
|
|
@@ -1732,10 +2310,25 @@
|
|
|
1732
2310
|
]
|
|
1733
2311
|
},
|
|
1734
2312
|
{
|
|
1735
|
-
"name": "
|
|
1736
|
-
"description": "The
|
|
1737
|
-
|
|
1738
|
-
|
|
2313
|
+
"name": "theme",
|
|
2314
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2315
|
+
"values": [
|
|
2316
|
+
{
|
|
2317
|
+
"name": "ios"
|
|
2318
|
+
},
|
|
2319
|
+
{
|
|
2320
|
+
"name": "md"
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"name": "ionic"
|
|
2324
|
+
}
|
|
2325
|
+
]
|
|
2326
|
+
},
|
|
2327
|
+
{
|
|
2328
|
+
"name": "value",
|
|
2329
|
+
"description": "The value of the datetime as a valid ISO 8601 datetime string.\nThis should be an array of strings only when `multiple=\"true\"`."
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
1739
2332
|
"name": "year-values",
|
|
1740
2333
|
"description": "Values used to create the list of selectable years. By default\nthe year values range between the `min` and `max` datetime inputs. However, to\ncontrol exactly which years to display, the `yearValues` input can take a number, an array\nof numbers, or string of comma separated numbers. For example, to show upcoming and\nrecent leap years, then this input's value would be `yearValues=\"2008,2012,2016,2020,2024\"`."
|
|
1741
2334
|
}
|
|
@@ -1797,13 +2390,28 @@
|
|
|
1797
2390
|
},
|
|
1798
2391
|
{
|
|
1799
2392
|
"name": "mode",
|
|
1800
|
-
"description": "The mode determines
|
|
2393
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2394
|
+
"values": [
|
|
2395
|
+
{
|
|
2396
|
+
"name": "ios"
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"name": "md"
|
|
2400
|
+
}
|
|
2401
|
+
]
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"name": "theme",
|
|
2405
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1801
2406
|
"values": [
|
|
1802
2407
|
{
|
|
1803
2408
|
"name": "ios"
|
|
1804
2409
|
},
|
|
1805
2410
|
{
|
|
1806
2411
|
"name": "md"
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
"name": "ionic"
|
|
1807
2415
|
}
|
|
1808
2416
|
]
|
|
1809
2417
|
}
|
|
@@ -1815,6 +2423,52 @@
|
|
|
1815
2423
|
}
|
|
1816
2424
|
]
|
|
1817
2425
|
},
|
|
2426
|
+
{
|
|
2427
|
+
"name": "ion-divider",
|
|
2428
|
+
"description": {
|
|
2429
|
+
"kind": "markdown",
|
|
2430
|
+
"value": ""
|
|
2431
|
+
},
|
|
2432
|
+
"attributes": [
|
|
2433
|
+
{
|
|
2434
|
+
"name": "inset",
|
|
2435
|
+
"description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`"
|
|
2436
|
+
},
|
|
2437
|
+
{
|
|
2438
|
+
"name": "spacing",
|
|
2439
|
+
"description": "Set to `\"xxsmall\"` for the smallest spacing.\nSet to \"xsmall\" for a very small spacing.\nSet to `\"small\"` for a small spacing.\nSet to \"medium\" for a medium spacing.\nSet to \"large\" for a large spacing.\nSet to `\"xlarge\"` for the largest spacing.\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
|
|
2440
|
+
"values": [
|
|
2441
|
+
{
|
|
2442
|
+
"name": "large"
|
|
2443
|
+
},
|
|
2444
|
+
{
|
|
2445
|
+
"name": "medium"
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"name": "small"
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"name": "xlarge"
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
"name": "xsmall"
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
"name": "xxlarge"
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"name": "xxsmall"
|
|
2461
|
+
}
|
|
2462
|
+
]
|
|
2463
|
+
}
|
|
2464
|
+
],
|
|
2465
|
+
"references": [
|
|
2466
|
+
{
|
|
2467
|
+
"name": "Source code",
|
|
2468
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/divider/divider.tsx"
|
|
2469
|
+
}
|
|
2470
|
+
]
|
|
2471
|
+
},
|
|
1818
2472
|
{
|
|
1819
2473
|
"name": "ion-fab",
|
|
1820
2474
|
"description": {
|
|
@@ -1845,6 +2499,33 @@
|
|
|
1845
2499
|
}
|
|
1846
2500
|
]
|
|
1847
2501
|
},
|
|
2502
|
+
{
|
|
2503
|
+
"name": "mode",
|
|
2504
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2505
|
+
"values": [
|
|
2506
|
+
{
|
|
2507
|
+
"name": "ios"
|
|
2508
|
+
},
|
|
2509
|
+
{
|
|
2510
|
+
"name": "md"
|
|
2511
|
+
}
|
|
2512
|
+
]
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
"name": "theme",
|
|
2516
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2517
|
+
"values": [
|
|
2518
|
+
{
|
|
2519
|
+
"name": "ios"
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"name": "md"
|
|
2523
|
+
},
|
|
2524
|
+
{
|
|
2525
|
+
"name": "ionic"
|
|
2526
|
+
}
|
|
2527
|
+
]
|
|
2528
|
+
},
|
|
1848
2529
|
{
|
|
1849
2530
|
"name": "vertical",
|
|
1850
2531
|
"description": "Where to align the fab vertically in the viewport.",
|
|
@@ -1930,7 +2611,7 @@
|
|
|
1930
2611
|
},
|
|
1931
2612
|
{
|
|
1932
2613
|
"name": "mode",
|
|
1933
|
-
"description": "The mode determines
|
|
2614
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1934
2615
|
"values": [
|
|
1935
2616
|
{
|
|
1936
2617
|
"name": "ios"
|
|
@@ -1976,9 +2657,24 @@
|
|
|
1976
2657
|
"name": "target",
|
|
1977
2658
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
1978
2659
|
},
|
|
2660
|
+
{
|
|
2661
|
+
"name": "theme",
|
|
2662
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2663
|
+
"values": [
|
|
2664
|
+
{
|
|
2665
|
+
"name": "ios"
|
|
2666
|
+
},
|
|
2667
|
+
{
|
|
2668
|
+
"name": "md"
|
|
2669
|
+
},
|
|
2670
|
+
{
|
|
2671
|
+
"name": "ionic"
|
|
2672
|
+
}
|
|
2673
|
+
]
|
|
2674
|
+
},
|
|
1979
2675
|
{
|
|
1980
2676
|
"name": "translucent",
|
|
1981
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
2677
|
+
"description": "If `true`, the fab button will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
1982
2678
|
},
|
|
1983
2679
|
{
|
|
1984
2680
|
"name": "type",
|
|
@@ -2014,6 +2710,18 @@
|
|
|
2014
2710
|
"name": "activated",
|
|
2015
2711
|
"description": "If `true`, the fab list will show all fab buttons in the list."
|
|
2016
2712
|
},
|
|
2713
|
+
{
|
|
2714
|
+
"name": "mode",
|
|
2715
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2716
|
+
"values": [
|
|
2717
|
+
{
|
|
2718
|
+
"name": "ios"
|
|
2719
|
+
},
|
|
2720
|
+
{
|
|
2721
|
+
"name": "md"
|
|
2722
|
+
}
|
|
2723
|
+
]
|
|
2724
|
+
},
|
|
2017
2725
|
{
|
|
2018
2726
|
"name": "side",
|
|
2019
2727
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -2031,6 +2739,21 @@
|
|
|
2031
2739
|
"name": "top"
|
|
2032
2740
|
}
|
|
2033
2741
|
]
|
|
2742
|
+
},
|
|
2743
|
+
{
|
|
2744
|
+
"name": "theme",
|
|
2745
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2746
|
+
"values": [
|
|
2747
|
+
{
|
|
2748
|
+
"name": "ios"
|
|
2749
|
+
},
|
|
2750
|
+
{
|
|
2751
|
+
"name": "md"
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"name": "ionic"
|
|
2755
|
+
}
|
|
2756
|
+
]
|
|
2034
2757
|
}
|
|
2035
2758
|
],
|
|
2036
2759
|
"references": [
|
|
@@ -2049,7 +2772,7 @@
|
|
|
2049
2772
|
"attributes": [
|
|
2050
2773
|
{
|
|
2051
2774
|
"name": "collapse",
|
|
2052
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
2775
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
|
|
2053
2776
|
"values": [
|
|
2054
2777
|
{
|
|
2055
2778
|
"name": "fade"
|
|
@@ -2058,19 +2781,34 @@
|
|
|
2058
2781
|
},
|
|
2059
2782
|
{
|
|
2060
2783
|
"name": "mode",
|
|
2061
|
-
"description": "The mode determines
|
|
2784
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2785
|
+
"values": [
|
|
2786
|
+
{
|
|
2787
|
+
"name": "ios"
|
|
2788
|
+
},
|
|
2789
|
+
{
|
|
2790
|
+
"name": "md"
|
|
2791
|
+
}
|
|
2792
|
+
]
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"name": "theme",
|
|
2796
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2062
2797
|
"values": [
|
|
2063
2798
|
{
|
|
2064
2799
|
"name": "ios"
|
|
2065
2800
|
},
|
|
2066
2801
|
{
|
|
2067
2802
|
"name": "md"
|
|
2803
|
+
},
|
|
2804
|
+
{
|
|
2805
|
+
"name": "ionic"
|
|
2068
2806
|
}
|
|
2069
2807
|
]
|
|
2070
2808
|
},
|
|
2071
2809
|
{
|
|
2072
2810
|
"name": "translucent",
|
|
2073
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
2811
|
+
"description": "If `true`, the footer will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content."
|
|
2074
2812
|
}
|
|
2075
2813
|
],
|
|
2076
2814
|
"references": [
|
|
@@ -2090,6 +2828,33 @@
|
|
|
2090
2828
|
{
|
|
2091
2829
|
"name": "fixed",
|
|
2092
2830
|
"description": "If `true`, the grid will have a fixed width based on the screen size."
|
|
2831
|
+
},
|
|
2832
|
+
{
|
|
2833
|
+
"name": "mode",
|
|
2834
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2835
|
+
"values": [
|
|
2836
|
+
{
|
|
2837
|
+
"name": "ios"
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"name": "md"
|
|
2841
|
+
}
|
|
2842
|
+
]
|
|
2843
|
+
},
|
|
2844
|
+
{
|
|
2845
|
+
"name": "theme",
|
|
2846
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2847
|
+
"values": [
|
|
2848
|
+
{
|
|
2849
|
+
"name": "ios"
|
|
2850
|
+
},
|
|
2851
|
+
{
|
|
2852
|
+
"name": "md"
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"name": "ionic"
|
|
2856
|
+
}
|
|
2857
|
+
]
|
|
2093
2858
|
}
|
|
2094
2859
|
],
|
|
2095
2860
|
"references": [
|
|
@@ -2108,7 +2873,7 @@
|
|
|
2108
2873
|
"attributes": [
|
|
2109
2874
|
{
|
|
2110
2875
|
"name": "collapse",
|
|
2111
|
-
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies
|
|
2876
|
+
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies when the theme is `\"ios\"`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
|
|
2112
2877
|
"values": [
|
|
2113
2878
|
{
|
|
2114
2879
|
"name": "condense"
|
|
@@ -2118,21 +2883,40 @@
|
|
|
2118
2883
|
}
|
|
2119
2884
|
]
|
|
2120
2885
|
},
|
|
2886
|
+
{
|
|
2887
|
+
"name": "divider",
|
|
2888
|
+
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes"
|
|
2889
|
+
},
|
|
2121
2890
|
{
|
|
2122
2891
|
"name": "mode",
|
|
2123
|
-
"description": "The mode determines
|
|
2892
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2893
|
+
"values": [
|
|
2894
|
+
{
|
|
2895
|
+
"name": "ios"
|
|
2896
|
+
},
|
|
2897
|
+
{
|
|
2898
|
+
"name": "md"
|
|
2899
|
+
}
|
|
2900
|
+
]
|
|
2901
|
+
},
|
|
2902
|
+
{
|
|
2903
|
+
"name": "theme",
|
|
2904
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2124
2905
|
"values": [
|
|
2125
2906
|
{
|
|
2126
2907
|
"name": "ios"
|
|
2127
2908
|
},
|
|
2128
2909
|
{
|
|
2129
2910
|
"name": "md"
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
"name": "ionic"
|
|
2130
2914
|
}
|
|
2131
2915
|
]
|
|
2132
2916
|
},
|
|
2133
2917
|
{
|
|
2134
2918
|
"name": "translucent",
|
|
2135
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
2919
|
+
"description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content."
|
|
2136
2920
|
}
|
|
2137
2921
|
],
|
|
2138
2922
|
"references": [
|
|
@@ -2153,9 +2937,36 @@
|
|
|
2153
2937
|
"name": "alt",
|
|
2154
2938
|
"description": "This attribute defines the alternative text describing the image.\nUsers will see this text displayed if the image URL is wrong,\nthe image is not in one of the supported formats, or if the image is not yet downloaded."
|
|
2155
2939
|
},
|
|
2940
|
+
{
|
|
2941
|
+
"name": "mode",
|
|
2942
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2943
|
+
"values": [
|
|
2944
|
+
{
|
|
2945
|
+
"name": "ios"
|
|
2946
|
+
},
|
|
2947
|
+
{
|
|
2948
|
+
"name": "md"
|
|
2949
|
+
}
|
|
2950
|
+
]
|
|
2951
|
+
},
|
|
2156
2952
|
{
|
|
2157
2953
|
"name": "src",
|
|
2158
2954
|
"description": "The image URL. This attribute is mandatory for the `<img>` element."
|
|
2955
|
+
},
|
|
2956
|
+
{
|
|
2957
|
+
"name": "theme",
|
|
2958
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2959
|
+
"values": [
|
|
2960
|
+
{
|
|
2961
|
+
"name": "ios"
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
"name": "md"
|
|
2965
|
+
},
|
|
2966
|
+
{
|
|
2967
|
+
"name": "ionic"
|
|
2968
|
+
}
|
|
2969
|
+
]
|
|
2159
2970
|
}
|
|
2160
2971
|
],
|
|
2161
2972
|
"references": [
|
|
@@ -2176,6 +2987,18 @@
|
|
|
2176
2987
|
"name": "disabled",
|
|
2177
2988
|
"description": "If `true`, the infinite scroll will be hidden and scroll event listeners\nwill be removed.\n\nSet this to true to disable the infinite scroll from actively\ntrying to receive new data while scrolling. This is useful\nwhen it is known that there is no more data that can be added, and\nthe infinite scroll is no longer needed."
|
|
2178
2989
|
},
|
|
2990
|
+
{
|
|
2991
|
+
"name": "mode",
|
|
2992
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2993
|
+
"values": [
|
|
2994
|
+
{
|
|
2995
|
+
"name": "ios"
|
|
2996
|
+
},
|
|
2997
|
+
{
|
|
2998
|
+
"name": "md"
|
|
2999
|
+
}
|
|
3000
|
+
]
|
|
3001
|
+
},
|
|
2179
3002
|
{
|
|
2180
3003
|
"name": "position",
|
|
2181
3004
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -2188,6 +3011,21 @@
|
|
|
2188
3011
|
}
|
|
2189
3012
|
]
|
|
2190
3013
|
},
|
|
3014
|
+
{
|
|
3015
|
+
"name": "theme",
|
|
3016
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3017
|
+
"values": [
|
|
3018
|
+
{
|
|
3019
|
+
"name": "ios"
|
|
3020
|
+
},
|
|
3021
|
+
{
|
|
3022
|
+
"name": "md"
|
|
3023
|
+
},
|
|
3024
|
+
{
|
|
3025
|
+
"name": "ionic"
|
|
3026
|
+
}
|
|
3027
|
+
]
|
|
3028
|
+
},
|
|
2191
3029
|
{
|
|
2192
3030
|
"name": "threshold",
|
|
2193
3031
|
"description": "The threshold distance from the bottom\nof the content to call the `infinite` output event when scrolled.\nThe threshold value can be either a percent, or\nin pixels. For example, use the value of `10%` for the `infinite`\noutput event to get called when the user has scrolled 10%\nfrom the bottom of the page. Use the value `100px` when the\nscroll is within 100 pixels from the bottom of the page."
|
|
@@ -2243,6 +3081,33 @@
|
|
|
2243
3081
|
{
|
|
2244
3082
|
"name": "loading-text",
|
|
2245
3083
|
"description": "Optional text to display while loading.\n`loadingText` can accept either plaintext or HTML as a string.\nTo display characters normally reserved for HTML, they\nmust be escaped. For example `<Ionic>` would become\n`<Ionic>`\n\nFor more information: [Security Documentation](https://ionicframework.com/docs/faq/security)\n\nThis property accepts custom HTML as a string.\nContent is parsed as plaintext by default.\n`innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config\nbefore custom HTML can be used."
|
|
3084
|
+
},
|
|
3085
|
+
{
|
|
3086
|
+
"name": "mode",
|
|
3087
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3088
|
+
"values": [
|
|
3089
|
+
{
|
|
3090
|
+
"name": "ios"
|
|
3091
|
+
},
|
|
3092
|
+
{
|
|
3093
|
+
"name": "md"
|
|
3094
|
+
}
|
|
3095
|
+
]
|
|
3096
|
+
},
|
|
3097
|
+
{
|
|
3098
|
+
"name": "theme",
|
|
3099
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3100
|
+
"values": [
|
|
3101
|
+
{
|
|
3102
|
+
"name": "ios"
|
|
3103
|
+
},
|
|
3104
|
+
{
|
|
3105
|
+
"name": "md"
|
|
3106
|
+
},
|
|
3107
|
+
{
|
|
3108
|
+
"name": "ionic"
|
|
3109
|
+
}
|
|
3110
|
+
]
|
|
2246
3111
|
}
|
|
2247
3112
|
],
|
|
2248
3113
|
"references": [
|
|
@@ -2271,79 +3136,73 @@
|
|
|
2271
3136
|
"name": "name"
|
|
2272
3137
|
},
|
|
2273
3138
|
{
|
|
2274
|
-
"name": "
|
|
2275
|
-
},
|
|
2276
|
-
{
|
|
2277
|
-
"name": "tel"
|
|
3139
|
+
"name": "url"
|
|
2278
3140
|
},
|
|
2279
3141
|
{
|
|
2280
|
-
"name": "
|
|
3142
|
+
"name": "off"
|
|
2281
3143
|
},
|
|
2282
3144
|
{
|
|
2283
3145
|
"name": "on"
|
|
2284
3146
|
},
|
|
2285
3147
|
{
|
|
2286
|
-
"name": "
|
|
3148
|
+
"name": "additional-name"
|
|
2287
3149
|
},
|
|
2288
3150
|
{
|
|
2289
|
-
"name": "
|
|
3151
|
+
"name": "address-level1"
|
|
2290
3152
|
},
|
|
2291
3153
|
{
|
|
2292
|
-
"name": "
|
|
2293
|
-
},
|
|
2294
|
-
{
|
|
2295
|
-
"name": "additional-name"
|
|
3154
|
+
"name": "address-level2"
|
|
2296
3155
|
},
|
|
2297
3156
|
{
|
|
2298
|
-
"name": "
|
|
3157
|
+
"name": "address-level3"
|
|
2299
3158
|
},
|
|
2300
3159
|
{
|
|
2301
|
-
"name": "
|
|
3160
|
+
"name": "address-level4"
|
|
2302
3161
|
},
|
|
2303
3162
|
{
|
|
2304
|
-
"name": "
|
|
3163
|
+
"name": "address-line1"
|
|
2305
3164
|
},
|
|
2306
3165
|
{
|
|
2307
|
-
"name": "
|
|
3166
|
+
"name": "address-line2"
|
|
2308
3167
|
},
|
|
2309
3168
|
{
|
|
2310
|
-
"name": "
|
|
3169
|
+
"name": "address-line3"
|
|
2311
3170
|
},
|
|
2312
3171
|
{
|
|
2313
|
-
"name": "
|
|
3172
|
+
"name": "bday-day"
|
|
2314
3173
|
},
|
|
2315
3174
|
{
|
|
2316
|
-
"name": "
|
|
3175
|
+
"name": "bday-month"
|
|
2317
3176
|
},
|
|
2318
3177
|
{
|
|
2319
|
-
"name": "
|
|
3178
|
+
"name": "bday-year"
|
|
2320
3179
|
},
|
|
2321
3180
|
{
|
|
2322
|
-
"name": "
|
|
3181
|
+
"name": "cc-csc"
|
|
2323
3182
|
},
|
|
2324
3183
|
{
|
|
2325
|
-
"name": "
|
|
3184
|
+
"name": "cc-exp"
|
|
2326
3185
|
},
|
|
2327
3186
|
{
|
|
2328
|
-
"name": "
|
|
3187
|
+
"name": "cc-exp-month"
|
|
2329
3188
|
},
|
|
2330
3189
|
{
|
|
2331
|
-
"name": "
|
|
3190
|
+
"name": "cc-exp-year"
|
|
2332
3191
|
},
|
|
2333
3192
|
{
|
|
2334
|
-
"name": "
|
|
3193
|
+
"name": "cc-family-name"
|
|
2335
3194
|
},
|
|
2336
3195
|
{
|
|
2337
|
-
"name": "
|
|
3196
|
+
"name": "cc-given-name"
|
|
2338
3197
|
},
|
|
2339
3198
|
{
|
|
2340
|
-
"name": "
|
|
3199
|
+
"name": "cc-name"
|
|
2341
3200
|
},
|
|
2342
3201
|
{
|
|
2343
|
-
"name": "
|
|
3202
|
+
"name": "cc-number"
|
|
2344
3203
|
},
|
|
2345
3204
|
{
|
|
2346
|
-
"name": "
|
|
3205
|
+
"name": "cc-type"
|
|
2347
3206
|
},
|
|
2348
3207
|
{
|
|
2349
3208
|
"name": "country"
|
|
@@ -2352,76 +3211,82 @@
|
|
|
2352
3211
|
"name": "country-name"
|
|
2353
3212
|
},
|
|
2354
3213
|
{
|
|
2355
|
-
"name": "
|
|
3214
|
+
"name": "current-password"
|
|
2356
3215
|
},
|
|
2357
3216
|
{
|
|
2358
|
-
"name": "
|
|
3217
|
+
"name": "family-name"
|
|
2359
3218
|
},
|
|
2360
3219
|
{
|
|
2361
|
-
"name": "
|
|
3220
|
+
"name": "given-name"
|
|
2362
3221
|
},
|
|
2363
3222
|
{
|
|
2364
|
-
"name": "
|
|
3223
|
+
"name": "honorific-prefix"
|
|
2365
3224
|
},
|
|
2366
3225
|
{
|
|
2367
|
-
"name": "
|
|
3226
|
+
"name": "honorific-suffix"
|
|
2368
3227
|
},
|
|
2369
3228
|
{
|
|
2370
|
-
"name": "
|
|
3229
|
+
"name": "new-password"
|
|
2371
3230
|
},
|
|
2372
3231
|
{
|
|
2373
|
-
"name": "
|
|
3232
|
+
"name": "one-time-code"
|
|
2374
3233
|
},
|
|
2375
3234
|
{
|
|
2376
|
-
"name": "
|
|
3235
|
+
"name": "organization"
|
|
2377
3236
|
},
|
|
2378
3237
|
{
|
|
2379
|
-
"name": "
|
|
3238
|
+
"name": "postal-code"
|
|
2380
3239
|
},
|
|
2381
3240
|
{
|
|
2382
|
-
"name": "
|
|
3241
|
+
"name": "street-address"
|
|
2383
3242
|
},
|
|
2384
3243
|
{
|
|
2385
|
-
"name": "
|
|
3244
|
+
"name": "transaction-amount"
|
|
2386
3245
|
},
|
|
2387
3246
|
{
|
|
2388
3247
|
"name": "transaction-currency"
|
|
2389
3248
|
},
|
|
2390
3249
|
{
|
|
2391
|
-
"name": "
|
|
3250
|
+
"name": "username"
|
|
2392
3251
|
},
|
|
2393
3252
|
{
|
|
2394
|
-
"name": "
|
|
3253
|
+
"name": "email"
|
|
2395
3254
|
},
|
|
2396
3255
|
{
|
|
2397
|
-
"name": "
|
|
3256
|
+
"name": "tel"
|
|
2398
3257
|
},
|
|
2399
3258
|
{
|
|
2400
|
-
"name": "
|
|
3259
|
+
"name": "tel-area-code"
|
|
2401
3260
|
},
|
|
2402
3261
|
{
|
|
2403
|
-
"name": "
|
|
3262
|
+
"name": "tel-country-code"
|
|
2404
3263
|
},
|
|
2405
3264
|
{
|
|
2406
|
-
"name": "
|
|
3265
|
+
"name": "tel-extension"
|
|
2407
3266
|
},
|
|
2408
3267
|
{
|
|
2409
|
-
"name": "
|
|
3268
|
+
"name": "tel-local"
|
|
2410
3269
|
},
|
|
2411
3270
|
{
|
|
2412
|
-
"name": "tel-
|
|
3271
|
+
"name": "tel-national"
|
|
2413
3272
|
},
|
|
2414
3273
|
{
|
|
2415
|
-
"name": "
|
|
3274
|
+
"name": "nickname"
|
|
2416
3275
|
},
|
|
2417
3276
|
{
|
|
2418
|
-
"name": "
|
|
3277
|
+
"name": "organization-title"
|
|
2419
3278
|
},
|
|
2420
3279
|
{
|
|
2421
|
-
"name": "
|
|
3280
|
+
"name": "cc-additional-name"
|
|
2422
3281
|
},
|
|
2423
3282
|
{
|
|
2424
|
-
"name": "
|
|
3283
|
+
"name": "language"
|
|
3284
|
+
},
|
|
3285
|
+
{
|
|
3286
|
+
"name": "bday"
|
|
3287
|
+
},
|
|
3288
|
+
{
|
|
3289
|
+
"name": "sex"
|
|
2425
3290
|
},
|
|
2426
3291
|
{
|
|
2427
3292
|
"name": "impp"
|
|
@@ -2537,7 +3402,7 @@
|
|
|
2537
3402
|
},
|
|
2538
3403
|
{
|
|
2539
3404
|
"name": "fill",
|
|
2540
|
-
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available
|
|
3405
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
|
|
2541
3406
|
"values": [
|
|
2542
3407
|
{
|
|
2543
3408
|
"name": "outline"
|
|
@@ -2587,7 +3452,7 @@
|
|
|
2587
3452
|
},
|
|
2588
3453
|
{
|
|
2589
3454
|
"name": "label-placement",
|
|
2590
|
-
"description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"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.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").",
|
|
3455
|
+
"description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"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.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").\n\nDefaults to \"stacked\" for the ionic theme, or \"start\" for all other themes.\n\nIn the ionic theme, only the values \"stacked\" and \"floating\" are supported.",
|
|
2591
3456
|
"values": [
|
|
2592
3457
|
{
|
|
2593
3458
|
"name": "end"
|
|
@@ -2624,7 +3489,7 @@
|
|
|
2624
3489
|
},
|
|
2625
3490
|
{
|
|
2626
3491
|
"name": "mode",
|
|
2627
|
-
"description": "The mode determines
|
|
3492
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2628
3493
|
"values": [
|
|
2629
3494
|
{
|
|
2630
3495
|
"name": "ios"
|
|
@@ -2660,10 +3525,31 @@
|
|
|
2660
3525
|
},
|
|
2661
3526
|
{
|
|
2662
3527
|
"name": "shape",
|
|
2663
|
-
"description": "
|
|
3528
|
+
"description": "Set to `\"soft\"` for an input with slightly rounded corners, `\"round\"` for an input with fully\nrounded corners, or `\"rectangular\"` for an input without rounded corners.\nDefaults to `\"round\"` for the ionic theme, and `undefined` for all other themes.\nOnly applies when the fill is set to `\"solid\"` or `\"outline\"`.",
|
|
2664
3529
|
"values": [
|
|
3530
|
+
{
|
|
3531
|
+
"name": "rectangular"
|
|
3532
|
+
},
|
|
2665
3533
|
{
|
|
2666
3534
|
"name": "round"
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"name": "soft"
|
|
3538
|
+
}
|
|
3539
|
+
]
|
|
3540
|
+
},
|
|
3541
|
+
{
|
|
3542
|
+
"name": "size",
|
|
3543
|
+
"description": "The size of the input. If \"large\", it will have an increased height. By default the\nsize is medium. This property only applies to the `\"ionic\"` theme.",
|
|
3544
|
+
"values": [
|
|
3545
|
+
{
|
|
3546
|
+
"name": "large"
|
|
3547
|
+
},
|
|
3548
|
+
{
|
|
3549
|
+
"name": "medium"
|
|
3550
|
+
},
|
|
3551
|
+
{
|
|
3552
|
+
"name": "xlarge"
|
|
2667
3553
|
}
|
|
2668
3554
|
]
|
|
2669
3555
|
},
|
|
@@ -2675,6 +3561,21 @@
|
|
|
2675
3561
|
"name": "step",
|
|
2676
3562
|
"description": "Works with the min and max attributes to limit the increments at which a value can be set.\nPossible values are: `\"any\"` or a positive floating point number."
|
|
2677
3563
|
},
|
|
3564
|
+
{
|
|
3565
|
+
"name": "theme",
|
|
3566
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3567
|
+
"values": [
|
|
3568
|
+
{
|
|
3569
|
+
"name": "ios"
|
|
3570
|
+
},
|
|
3571
|
+
{
|
|
3572
|
+
"name": "md"
|
|
3573
|
+
},
|
|
3574
|
+
{
|
|
3575
|
+
"name": "ionic"
|
|
3576
|
+
}
|
|
3577
|
+
]
|
|
3578
|
+
},
|
|
2678
3579
|
{
|
|
2679
3580
|
"name": "type",
|
|
2680
3581
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -2843,7 +3744,7 @@
|
|
|
2843
3744
|
},
|
|
2844
3745
|
{
|
|
2845
3746
|
"name": "detail",
|
|
2846
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
3747
|
+
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `theme`\nis `\"ios\"` and an `href` or `button` property is present."
|
|
2847
3748
|
},
|
|
2848
3749
|
{
|
|
2849
3750
|
"name": "detail-icon",
|
|
@@ -2878,7 +3779,7 @@
|
|
|
2878
3779
|
},
|
|
2879
3780
|
{
|
|
2880
3781
|
"name": "mode",
|
|
2881
|
-
"description": "The mode determines
|
|
3782
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2882
3783
|
"values": [
|
|
2883
3784
|
{
|
|
2884
3785
|
"name": "ios"
|
|
@@ -2911,6 +3812,21 @@
|
|
|
2911
3812
|
"name": "target",
|
|
2912
3813
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
2913
3814
|
},
|
|
3815
|
+
{
|
|
3816
|
+
"name": "theme",
|
|
3817
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3818
|
+
"values": [
|
|
3819
|
+
{
|
|
3820
|
+
"name": "ios"
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
"name": "md"
|
|
3824
|
+
},
|
|
3825
|
+
{
|
|
3826
|
+
"name": "ionic"
|
|
3827
|
+
}
|
|
3828
|
+
]
|
|
3829
|
+
},
|
|
2914
3830
|
{
|
|
2915
3831
|
"name": "type",
|
|
2916
3832
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -2976,7 +3892,7 @@
|
|
|
2976
3892
|
},
|
|
2977
3893
|
{
|
|
2978
3894
|
"name": "mode",
|
|
2979
|
-
"description": "The mode determines
|
|
3895
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2980
3896
|
"values": [
|
|
2981
3897
|
{
|
|
2982
3898
|
"name": "ios"
|
|
@@ -2989,6 +3905,21 @@
|
|
|
2989
3905
|
{
|
|
2990
3906
|
"name": "sticky",
|
|
2991
3907
|
"description": "When it's set to `true`, the item-divider will stay visible when it reaches the top\nof the viewport until the next `ion-item-divider` replaces it.\n\nThis feature relies in `position:sticky`:\nhttps://caniuse.com/#feat=css-sticky"
|
|
3908
|
+
},
|
|
3909
|
+
{
|
|
3910
|
+
"name": "theme",
|
|
3911
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3912
|
+
"values": [
|
|
3913
|
+
{
|
|
3914
|
+
"name": "ios"
|
|
3915
|
+
},
|
|
3916
|
+
{
|
|
3917
|
+
"name": "md"
|
|
3918
|
+
},
|
|
3919
|
+
{
|
|
3920
|
+
"name": "ionic"
|
|
3921
|
+
}
|
|
3922
|
+
]
|
|
2992
3923
|
}
|
|
2993
3924
|
],
|
|
2994
3925
|
"references": [
|
|
@@ -3004,7 +3935,35 @@
|
|
|
3004
3935
|
"kind": "markdown",
|
|
3005
3936
|
"value": ""
|
|
3006
3937
|
},
|
|
3007
|
-
"attributes": [
|
|
3938
|
+
"attributes": [
|
|
3939
|
+
{
|
|
3940
|
+
"name": "mode",
|
|
3941
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3942
|
+
"values": [
|
|
3943
|
+
{
|
|
3944
|
+
"name": "ios"
|
|
3945
|
+
},
|
|
3946
|
+
{
|
|
3947
|
+
"name": "md"
|
|
3948
|
+
}
|
|
3949
|
+
]
|
|
3950
|
+
},
|
|
3951
|
+
{
|
|
3952
|
+
"name": "theme",
|
|
3953
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3954
|
+
"values": [
|
|
3955
|
+
{
|
|
3956
|
+
"name": "ios"
|
|
3957
|
+
},
|
|
3958
|
+
{
|
|
3959
|
+
"name": "md"
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"name": "ionic"
|
|
3963
|
+
}
|
|
3964
|
+
]
|
|
3965
|
+
}
|
|
3966
|
+
],
|
|
3008
3967
|
"references": [
|
|
3009
3968
|
{
|
|
3010
3969
|
"name": "Source code",
|
|
@@ -3070,7 +4029,7 @@
|
|
|
3070
4029
|
},
|
|
3071
4030
|
{
|
|
3072
4031
|
"name": "mode",
|
|
3073
|
-
"description": "The mode determines
|
|
4032
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3074
4033
|
"values": [
|
|
3075
4034
|
{
|
|
3076
4035
|
"name": "ios"
|
|
@@ -3084,10 +4043,40 @@
|
|
|
3084
4043
|
"name": "rel",
|
|
3085
4044
|
"description": "Specifies the relationship of the target object to the link object.\nThe value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types)."
|
|
3086
4045
|
},
|
|
4046
|
+
{
|
|
4047
|
+
"name": "shape",
|
|
4048
|
+
"description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
4049
|
+
"values": [
|
|
4050
|
+
{
|
|
4051
|
+
"name": "rectangular"
|
|
4052
|
+
},
|
|
4053
|
+
{
|
|
4054
|
+
"name": "round"
|
|
4055
|
+
},
|
|
4056
|
+
{
|
|
4057
|
+
"name": "soft"
|
|
4058
|
+
}
|
|
4059
|
+
]
|
|
4060
|
+
},
|
|
3087
4061
|
{
|
|
3088
4062
|
"name": "target",
|
|
3089
4063
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
3090
4064
|
},
|
|
4065
|
+
{
|
|
4066
|
+
"name": "theme",
|
|
4067
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4068
|
+
"values": [
|
|
4069
|
+
{
|
|
4070
|
+
"name": "ios"
|
|
4071
|
+
},
|
|
4072
|
+
{
|
|
4073
|
+
"name": "md"
|
|
4074
|
+
},
|
|
4075
|
+
{
|
|
4076
|
+
"name": "ionic"
|
|
4077
|
+
}
|
|
4078
|
+
]
|
|
4079
|
+
},
|
|
3091
4080
|
{
|
|
3092
4081
|
"name": "type",
|
|
3093
4082
|
"description": "The type of the button.",
|
|
@@ -3118,6 +4107,18 @@
|
|
|
3118
4107
|
"value": ""
|
|
3119
4108
|
},
|
|
3120
4109
|
"attributes": [
|
|
4110
|
+
{
|
|
4111
|
+
"name": "mode",
|
|
4112
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4113
|
+
"values": [
|
|
4114
|
+
{
|
|
4115
|
+
"name": "ios"
|
|
4116
|
+
},
|
|
4117
|
+
{
|
|
4118
|
+
"name": "md"
|
|
4119
|
+
}
|
|
4120
|
+
]
|
|
4121
|
+
},
|
|
3121
4122
|
{
|
|
3122
4123
|
"name": "side",
|
|
3123
4124
|
"description": "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.",
|
|
@@ -3129,6 +4130,21 @@
|
|
|
3129
4130
|
"name": "start"
|
|
3130
4131
|
}
|
|
3131
4132
|
]
|
|
4133
|
+
},
|
|
4134
|
+
{
|
|
4135
|
+
"name": "theme",
|
|
4136
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4137
|
+
"values": [
|
|
4138
|
+
{
|
|
4139
|
+
"name": "ios"
|
|
4140
|
+
},
|
|
4141
|
+
{
|
|
4142
|
+
"name": "md"
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
"name": "ionic"
|
|
4146
|
+
}
|
|
4147
|
+
]
|
|
3132
4148
|
}
|
|
3133
4149
|
],
|
|
3134
4150
|
"references": [
|
|
@@ -3148,6 +4164,33 @@
|
|
|
3148
4164
|
{
|
|
3149
4165
|
"name": "disabled",
|
|
3150
4166
|
"description": "If `true`, the user cannot interact with the sliding item."
|
|
4167
|
+
},
|
|
4168
|
+
{
|
|
4169
|
+
"name": "mode",
|
|
4170
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4171
|
+
"values": [
|
|
4172
|
+
{
|
|
4173
|
+
"name": "ios"
|
|
4174
|
+
},
|
|
4175
|
+
{
|
|
4176
|
+
"name": "md"
|
|
4177
|
+
}
|
|
4178
|
+
]
|
|
4179
|
+
},
|
|
4180
|
+
{
|
|
4181
|
+
"name": "theme",
|
|
4182
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4183
|
+
"values": [
|
|
4184
|
+
{
|
|
4185
|
+
"name": "ios"
|
|
4186
|
+
},
|
|
4187
|
+
{
|
|
4188
|
+
"name": "md"
|
|
4189
|
+
},
|
|
4190
|
+
{
|
|
4191
|
+
"name": "ionic"
|
|
4192
|
+
}
|
|
4193
|
+
]
|
|
3151
4194
|
}
|
|
3152
4195
|
],
|
|
3153
4196
|
"references": [
|
|
@@ -3199,7 +4242,7 @@
|
|
|
3199
4242
|
},
|
|
3200
4243
|
{
|
|
3201
4244
|
"name": "mode",
|
|
3202
|
-
"description": "The mode determines
|
|
4245
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3203
4246
|
"values": [
|
|
3204
4247
|
{
|
|
3205
4248
|
"name": "ios"
|
|
@@ -3223,15 +4266,30 @@
|
|
|
3223
4266
|
"name": "stacked"
|
|
3224
4267
|
}
|
|
3225
4268
|
]
|
|
3226
|
-
}
|
|
3227
|
-
],
|
|
3228
|
-
"references": [
|
|
4269
|
+
},
|
|
3229
4270
|
{
|
|
3230
|
-
"name": "
|
|
3231
|
-
"
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
4271
|
+
"name": "theme",
|
|
4272
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4273
|
+
"values": [
|
|
4274
|
+
{
|
|
4275
|
+
"name": "ios"
|
|
4276
|
+
},
|
|
4277
|
+
{
|
|
4278
|
+
"name": "md"
|
|
4279
|
+
},
|
|
4280
|
+
{
|
|
4281
|
+
"name": "ionic"
|
|
4282
|
+
}
|
|
4283
|
+
]
|
|
4284
|
+
}
|
|
4285
|
+
],
|
|
4286
|
+
"references": [
|
|
4287
|
+
{
|
|
4288
|
+
"name": "Source code",
|
|
4289
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/label/label.tsx"
|
|
4290
|
+
}
|
|
4291
|
+
]
|
|
4292
|
+
},
|
|
3235
4293
|
{
|
|
3236
4294
|
"name": "ion-list",
|
|
3237
4295
|
"description": {
|
|
@@ -3260,13 +4318,43 @@
|
|
|
3260
4318
|
},
|
|
3261
4319
|
{
|
|
3262
4320
|
"name": "mode",
|
|
3263
|
-
"description": "The mode determines
|
|
4321
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4322
|
+
"values": [
|
|
4323
|
+
{
|
|
4324
|
+
"name": "ios"
|
|
4325
|
+
},
|
|
4326
|
+
{
|
|
4327
|
+
"name": "md"
|
|
4328
|
+
}
|
|
4329
|
+
]
|
|
4330
|
+
},
|
|
4331
|
+
{
|
|
4332
|
+
"name": "shape",
|
|
4333
|
+
"description": "Set to `\"soft\"` for slightly rounded corners,\n`\"round\"` for fully rounded corners,\nor `\"rectangular\"` for no rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme\nwhen inset is `true`\ndefaults to `\"rectangular\"` for the `ionic`\ntheme when inset is `false`,\nundefined for all other themes.",
|
|
4334
|
+
"values": [
|
|
4335
|
+
{
|
|
4336
|
+
"name": "rectangular"
|
|
4337
|
+
},
|
|
4338
|
+
{
|
|
4339
|
+
"name": "round"
|
|
4340
|
+
},
|
|
4341
|
+
{
|
|
4342
|
+
"name": "soft"
|
|
4343
|
+
}
|
|
4344
|
+
]
|
|
4345
|
+
},
|
|
4346
|
+
{
|
|
4347
|
+
"name": "theme",
|
|
4348
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3264
4349
|
"values": [
|
|
3265
4350
|
{
|
|
3266
4351
|
"name": "ios"
|
|
3267
4352
|
},
|
|
3268
4353
|
{
|
|
3269
4354
|
"name": "md"
|
|
4355
|
+
},
|
|
4356
|
+
{
|
|
4357
|
+
"name": "ionic"
|
|
3270
4358
|
}
|
|
3271
4359
|
]
|
|
3272
4360
|
}
|
|
@@ -3335,13 +4423,28 @@
|
|
|
3335
4423
|
},
|
|
3336
4424
|
{
|
|
3337
4425
|
"name": "mode",
|
|
3338
|
-
"description": "The mode determines
|
|
4426
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4427
|
+
"values": [
|
|
4428
|
+
{
|
|
4429
|
+
"name": "ios"
|
|
4430
|
+
},
|
|
4431
|
+
{
|
|
4432
|
+
"name": "md"
|
|
4433
|
+
}
|
|
4434
|
+
]
|
|
4435
|
+
},
|
|
4436
|
+
{
|
|
4437
|
+
"name": "theme",
|
|
4438
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3339
4439
|
"values": [
|
|
3340
4440
|
{
|
|
3341
4441
|
"name": "ios"
|
|
3342
4442
|
},
|
|
3343
4443
|
{
|
|
3344
4444
|
"name": "md"
|
|
4445
|
+
},
|
|
4446
|
+
{
|
|
4447
|
+
"name": "ionic"
|
|
3345
4448
|
}
|
|
3346
4449
|
]
|
|
3347
4450
|
}
|
|
@@ -3390,7 +4493,7 @@
|
|
|
3390
4493
|
},
|
|
3391
4494
|
{
|
|
3392
4495
|
"name": "mode",
|
|
3393
|
-
"description": "The mode determines
|
|
4496
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3394
4497
|
"values": [
|
|
3395
4498
|
{
|
|
3396
4499
|
"name": "ios"
|
|
@@ -3437,9 +4540,24 @@
|
|
|
3437
4540
|
}
|
|
3438
4541
|
]
|
|
3439
4542
|
},
|
|
4543
|
+
{
|
|
4544
|
+
"name": "theme",
|
|
4545
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4546
|
+
"values": [
|
|
4547
|
+
{
|
|
4548
|
+
"name": "ios"
|
|
4549
|
+
},
|
|
4550
|
+
{
|
|
4551
|
+
"name": "md"
|
|
4552
|
+
},
|
|
4553
|
+
{
|
|
4554
|
+
"name": "ionic"
|
|
4555
|
+
}
|
|
4556
|
+
]
|
|
4557
|
+
},
|
|
3440
4558
|
{
|
|
3441
4559
|
"name": "translucent",
|
|
3442
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
4560
|
+
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
3443
4561
|
},
|
|
3444
4562
|
{
|
|
3445
4563
|
"name": "trigger",
|
|
@@ -3476,6 +4594,18 @@
|
|
|
3476
4594
|
"name": "menu-id",
|
|
3477
4595
|
"description": "An id for the menu."
|
|
3478
4596
|
},
|
|
4597
|
+
{
|
|
4598
|
+
"name": "mode",
|
|
4599
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4600
|
+
"values": [
|
|
4601
|
+
{
|
|
4602
|
+
"name": "ios"
|
|
4603
|
+
},
|
|
4604
|
+
{
|
|
4605
|
+
"name": "md"
|
|
4606
|
+
}
|
|
4607
|
+
]
|
|
4608
|
+
},
|
|
3479
4609
|
{
|
|
3480
4610
|
"name": "side",
|
|
3481
4611
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -3492,6 +4622,21 @@
|
|
|
3492
4622
|
"name": "swipe-gesture",
|
|
3493
4623
|
"description": "If `true`, swiping the menu is enabled."
|
|
3494
4624
|
},
|
|
4625
|
+
{
|
|
4626
|
+
"name": "theme",
|
|
4627
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4628
|
+
"values": [
|
|
4629
|
+
{
|
|
4630
|
+
"name": "ios"
|
|
4631
|
+
},
|
|
4632
|
+
{
|
|
4633
|
+
"name": "md"
|
|
4634
|
+
},
|
|
4635
|
+
{
|
|
4636
|
+
"name": "ionic"
|
|
4637
|
+
}
|
|
4638
|
+
]
|
|
4639
|
+
},
|
|
3495
4640
|
{
|
|
3496
4641
|
"name": "type",
|
|
3497
4642
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -3569,13 +4714,28 @@
|
|
|
3569
4714
|
},
|
|
3570
4715
|
{
|
|
3571
4716
|
"name": "mode",
|
|
3572
|
-
"description": "The mode determines
|
|
4717
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4718
|
+
"values": [
|
|
4719
|
+
{
|
|
4720
|
+
"name": "ios"
|
|
4721
|
+
},
|
|
4722
|
+
{
|
|
4723
|
+
"name": "md"
|
|
4724
|
+
}
|
|
4725
|
+
]
|
|
4726
|
+
},
|
|
4727
|
+
{
|
|
4728
|
+
"name": "theme",
|
|
4729
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3573
4730
|
"values": [
|
|
3574
4731
|
{
|
|
3575
4732
|
"name": "ios"
|
|
3576
4733
|
},
|
|
3577
4734
|
{
|
|
3578
4735
|
"name": "md"
|
|
4736
|
+
},
|
|
4737
|
+
{
|
|
4738
|
+
"name": "ionic"
|
|
3579
4739
|
}
|
|
3580
4740
|
]
|
|
3581
4741
|
},
|
|
@@ -3616,6 +4776,33 @@
|
|
|
3616
4776
|
{
|
|
3617
4777
|
"name": "menu",
|
|
3618
4778
|
"description": "Optional property that maps to a Menu's `menuId` prop.\nCan also be `start` or `end` for the menu side.\nThis is used to find the correct menu to toggle.\n\nIf this property is not used, `ion-menu-toggle` will toggle the\nfirst menu that is active."
|
|
4779
|
+
},
|
|
4780
|
+
{
|
|
4781
|
+
"name": "mode",
|
|
4782
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4783
|
+
"values": [
|
|
4784
|
+
{
|
|
4785
|
+
"name": "ios"
|
|
4786
|
+
},
|
|
4787
|
+
{
|
|
4788
|
+
"name": "md"
|
|
4789
|
+
}
|
|
4790
|
+
]
|
|
4791
|
+
},
|
|
4792
|
+
{
|
|
4793
|
+
"name": "theme",
|
|
4794
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4795
|
+
"values": [
|
|
4796
|
+
{
|
|
4797
|
+
"name": "ios"
|
|
4798
|
+
},
|
|
4799
|
+
{
|
|
4800
|
+
"name": "md"
|
|
4801
|
+
},
|
|
4802
|
+
{
|
|
4803
|
+
"name": "ionic"
|
|
4804
|
+
}
|
|
4805
|
+
]
|
|
3619
4806
|
}
|
|
3620
4807
|
],
|
|
3621
4808
|
"references": [
|
|
@@ -3690,7 +4877,7 @@
|
|
|
3690
4877
|
},
|
|
3691
4878
|
{
|
|
3692
4879
|
"name": "mode",
|
|
3693
|
-
"description": "The mode determines
|
|
4880
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3694
4881
|
"values": [
|
|
3695
4882
|
{
|
|
3696
4883
|
"name": "ios"
|
|
@@ -3700,10 +4887,40 @@
|
|
|
3700
4887
|
}
|
|
3701
4888
|
]
|
|
3702
4889
|
},
|
|
4890
|
+
{
|
|
4891
|
+
"name": "shape",
|
|
4892
|
+
"description": "Set to `\"soft\"` for a modal with slightly rounded corners,\n`\"round\"` for a modal with fully rounded corners, or `\"rectangular\"`\nfor a modal without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
4893
|
+
"values": [
|
|
4894
|
+
{
|
|
4895
|
+
"name": "rectangular"
|
|
4896
|
+
},
|
|
4897
|
+
{
|
|
4898
|
+
"name": "round"
|
|
4899
|
+
},
|
|
4900
|
+
{
|
|
4901
|
+
"name": "soft"
|
|
4902
|
+
}
|
|
4903
|
+
]
|
|
4904
|
+
},
|
|
3703
4905
|
{
|
|
3704
4906
|
"name": "show-backdrop",
|
|
3705
4907
|
"description": "If `true`, a backdrop will be displayed behind the modal.\nThis property controls whether or not the backdrop\ndarkens the screen when the modal is presented.\nIt does not control whether or not the backdrop\nis active or present in the DOM."
|
|
3706
4908
|
},
|
|
4909
|
+
{
|
|
4910
|
+
"name": "theme",
|
|
4911
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4912
|
+
"values": [
|
|
4913
|
+
{
|
|
4914
|
+
"name": "ios"
|
|
4915
|
+
},
|
|
4916
|
+
{
|
|
4917
|
+
"name": "md"
|
|
4918
|
+
},
|
|
4919
|
+
{
|
|
4920
|
+
"name": "ionic"
|
|
4921
|
+
}
|
|
4922
|
+
]
|
|
4923
|
+
},
|
|
3707
4924
|
{
|
|
3708
4925
|
"name": "trigger",
|
|
3709
4926
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked."
|
|
@@ -3727,6 +4944,18 @@
|
|
|
3727
4944
|
"name": "animated",
|
|
3728
4945
|
"description": "If `true`, the nav should animate the transition of components."
|
|
3729
4946
|
},
|
|
4947
|
+
{
|
|
4948
|
+
"name": "mode",
|
|
4949
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4950
|
+
"values": [
|
|
4951
|
+
{
|
|
4952
|
+
"name": "ios"
|
|
4953
|
+
},
|
|
4954
|
+
{
|
|
4955
|
+
"name": "md"
|
|
4956
|
+
}
|
|
4957
|
+
]
|
|
4958
|
+
},
|
|
3730
4959
|
{
|
|
3731
4960
|
"name": "root",
|
|
3732
4961
|
"description": "Root NavComponent to load"
|
|
@@ -3734,6 +4963,21 @@
|
|
|
3734
4963
|
{
|
|
3735
4964
|
"name": "swipe-gesture",
|
|
3736
4965
|
"description": "If the nav component should allow for swipe-to-go-back."
|
|
4966
|
+
},
|
|
4967
|
+
{
|
|
4968
|
+
"name": "theme",
|
|
4969
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4970
|
+
"values": [
|
|
4971
|
+
{
|
|
4972
|
+
"name": "ios"
|
|
4973
|
+
},
|
|
4974
|
+
{
|
|
4975
|
+
"name": "md"
|
|
4976
|
+
},
|
|
4977
|
+
{
|
|
4978
|
+
"name": "ionic"
|
|
4979
|
+
}
|
|
4980
|
+
]
|
|
3737
4981
|
}
|
|
3738
4982
|
],
|
|
3739
4983
|
"references": [
|
|
@@ -3754,6 +4998,18 @@
|
|
|
3754
4998
|
"name": "component",
|
|
3755
4999
|
"description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`."
|
|
3756
5000
|
},
|
|
5001
|
+
{
|
|
5002
|
+
"name": "mode",
|
|
5003
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5004
|
+
"values": [
|
|
5005
|
+
{
|
|
5006
|
+
"name": "ios"
|
|
5007
|
+
},
|
|
5008
|
+
{
|
|
5009
|
+
"name": "md"
|
|
5010
|
+
}
|
|
5011
|
+
]
|
|
5012
|
+
},
|
|
3757
5013
|
{
|
|
3758
5014
|
"name": "router-direction",
|
|
3759
5015
|
"description": "The transition direction when navigating to another page.",
|
|
@@ -3768,6 +5024,21 @@
|
|
|
3768
5024
|
"name": "root"
|
|
3769
5025
|
}
|
|
3770
5026
|
]
|
|
5027
|
+
},
|
|
5028
|
+
{
|
|
5029
|
+
"name": "theme",
|
|
5030
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5031
|
+
"values": [
|
|
5032
|
+
{
|
|
5033
|
+
"name": "ios"
|
|
5034
|
+
},
|
|
5035
|
+
{
|
|
5036
|
+
"name": "md"
|
|
5037
|
+
},
|
|
5038
|
+
{
|
|
5039
|
+
"name": "ionic"
|
|
5040
|
+
}
|
|
5041
|
+
]
|
|
3771
5042
|
}
|
|
3772
5043
|
],
|
|
3773
5044
|
"references": [
|
|
@@ -3819,13 +5090,28 @@
|
|
|
3819
5090
|
},
|
|
3820
5091
|
{
|
|
3821
5092
|
"name": "mode",
|
|
3822
|
-
"description": "The mode determines
|
|
5093
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5094
|
+
"values": [
|
|
5095
|
+
{
|
|
5096
|
+
"name": "ios"
|
|
5097
|
+
},
|
|
5098
|
+
{
|
|
5099
|
+
"name": "md"
|
|
5100
|
+
}
|
|
5101
|
+
]
|
|
5102
|
+
},
|
|
5103
|
+
{
|
|
5104
|
+
"name": "theme",
|
|
5105
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3823
5106
|
"values": [
|
|
3824
5107
|
{
|
|
3825
5108
|
"name": "ios"
|
|
3826
5109
|
},
|
|
3827
5110
|
{
|
|
3828
5111
|
"name": "md"
|
|
5112
|
+
},
|
|
5113
|
+
{
|
|
5114
|
+
"name": "ionic"
|
|
3829
5115
|
}
|
|
3830
5116
|
]
|
|
3831
5117
|
}
|
|
@@ -3846,13 +5132,28 @@
|
|
|
3846
5132
|
"attributes": [
|
|
3847
5133
|
{
|
|
3848
5134
|
"name": "mode",
|
|
3849
|
-
"description": "The mode determines
|
|
5135
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5136
|
+
"values": [
|
|
5137
|
+
{
|
|
5138
|
+
"name": "ios"
|
|
5139
|
+
},
|
|
5140
|
+
{
|
|
5141
|
+
"name": "md"
|
|
5142
|
+
}
|
|
5143
|
+
]
|
|
5144
|
+
},
|
|
5145
|
+
{
|
|
5146
|
+
"name": "theme",
|
|
5147
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3850
5148
|
"values": [
|
|
3851
5149
|
{
|
|
3852
5150
|
"name": "ios"
|
|
3853
5151
|
},
|
|
3854
5152
|
{
|
|
3855
5153
|
"name": "md"
|
|
5154
|
+
},
|
|
5155
|
+
{
|
|
5156
|
+
"name": "ionic"
|
|
3856
5157
|
}
|
|
3857
5158
|
]
|
|
3858
5159
|
}
|
|
@@ -3910,13 +5211,28 @@
|
|
|
3910
5211
|
},
|
|
3911
5212
|
{
|
|
3912
5213
|
"name": "mode",
|
|
3913
|
-
"description": "The mode determines
|
|
5214
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5215
|
+
"values": [
|
|
5216
|
+
{
|
|
5217
|
+
"name": "ios"
|
|
5218
|
+
},
|
|
5219
|
+
{
|
|
5220
|
+
"name": "md"
|
|
5221
|
+
}
|
|
5222
|
+
]
|
|
5223
|
+
},
|
|
5224
|
+
{
|
|
5225
|
+
"name": "theme",
|
|
5226
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3914
5227
|
"values": [
|
|
3915
5228
|
{
|
|
3916
5229
|
"name": "ios"
|
|
3917
5230
|
},
|
|
3918
5231
|
{
|
|
3919
5232
|
"name": "md"
|
|
5233
|
+
},
|
|
5234
|
+
{
|
|
5235
|
+
"name": "ionic"
|
|
3920
5236
|
}
|
|
3921
5237
|
]
|
|
3922
5238
|
},
|
|
@@ -3977,11 +5293,38 @@
|
|
|
3977
5293
|
"description": "If `true`, the user cannot interact with the picker column option."
|
|
3978
5294
|
},
|
|
3979
5295
|
{
|
|
3980
|
-
"name": "
|
|
3981
|
-
"description": "The
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
5296
|
+
"name": "mode",
|
|
5297
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5298
|
+
"values": [
|
|
5299
|
+
{
|
|
5300
|
+
"name": "ios"
|
|
5301
|
+
},
|
|
5302
|
+
{
|
|
5303
|
+
"name": "md"
|
|
5304
|
+
}
|
|
5305
|
+
]
|
|
5306
|
+
},
|
|
5307
|
+
{
|
|
5308
|
+
"name": "theme",
|
|
5309
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5310
|
+
"values": [
|
|
5311
|
+
{
|
|
5312
|
+
"name": "ios"
|
|
5313
|
+
},
|
|
5314
|
+
{
|
|
5315
|
+
"name": "md"
|
|
5316
|
+
},
|
|
5317
|
+
{
|
|
5318
|
+
"name": "ionic"
|
|
5319
|
+
}
|
|
5320
|
+
]
|
|
5321
|
+
},
|
|
5322
|
+
{
|
|
5323
|
+
"name": "value",
|
|
5324
|
+
"description": "The text value of the option."
|
|
5325
|
+
}
|
|
5326
|
+
],
|
|
5327
|
+
"references": [
|
|
3985
5328
|
{
|
|
3986
5329
|
"name": "Source code",
|
|
3987
5330
|
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/picker-column-option/picker-column-option.tsx"
|
|
@@ -4021,7 +5364,7 @@
|
|
|
4021
5364
|
},
|
|
4022
5365
|
{
|
|
4023
5366
|
"name": "mode",
|
|
4024
|
-
"description": "The mode determines
|
|
5367
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4025
5368
|
"values": [
|
|
4026
5369
|
{
|
|
4027
5370
|
"name": "ios"
|
|
@@ -4035,6 +5378,21 @@
|
|
|
4035
5378
|
"name": "show-backdrop",
|
|
4036
5379
|
"description": "If `true`, a backdrop will be displayed behind the picker."
|
|
4037
5380
|
},
|
|
5381
|
+
{
|
|
5382
|
+
"name": "theme",
|
|
5383
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5384
|
+
"values": [
|
|
5385
|
+
{
|
|
5386
|
+
"name": "ios"
|
|
5387
|
+
},
|
|
5388
|
+
{
|
|
5389
|
+
"name": "md"
|
|
5390
|
+
},
|
|
5391
|
+
{
|
|
5392
|
+
"name": "ionic"
|
|
5393
|
+
}
|
|
5394
|
+
]
|
|
5395
|
+
},
|
|
4038
5396
|
{
|
|
4039
5397
|
"name": "trigger",
|
|
4040
5398
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked."
|
|
@@ -4056,7 +5414,7 @@
|
|
|
4056
5414
|
"attributes": [
|
|
4057
5415
|
{
|
|
4058
5416
|
"name": "alignment",
|
|
4059
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
5417
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
|
|
4060
5418
|
"values": [
|
|
4061
5419
|
{
|
|
4062
5420
|
"name": "center"
|
|
@@ -4075,7 +5433,7 @@
|
|
|
4075
5433
|
},
|
|
4076
5434
|
{
|
|
4077
5435
|
"name": "arrow",
|
|
4078
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
5436
|
+
"description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme."
|
|
4079
5437
|
},
|
|
4080
5438
|
{
|
|
4081
5439
|
"name": "backdrop-dismiss",
|
|
@@ -4111,7 +5469,7 @@
|
|
|
4111
5469
|
},
|
|
4112
5470
|
{
|
|
4113
5471
|
"name": "mode",
|
|
4114
|
-
"description": "The mode determines
|
|
5472
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4115
5473
|
"values": [
|
|
4116
5474
|
{
|
|
4117
5475
|
"name": "ios"
|
|
@@ -4173,9 +5531,24 @@
|
|
|
4173
5531
|
}
|
|
4174
5532
|
]
|
|
4175
5533
|
},
|
|
5534
|
+
{
|
|
5535
|
+
"name": "theme",
|
|
5536
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5537
|
+
"values": [
|
|
5538
|
+
{
|
|
5539
|
+
"name": "ios"
|
|
5540
|
+
},
|
|
5541
|
+
{
|
|
5542
|
+
"name": "md"
|
|
5543
|
+
},
|
|
5544
|
+
{
|
|
5545
|
+
"name": "ionic"
|
|
5546
|
+
}
|
|
5547
|
+
]
|
|
5548
|
+
},
|
|
4176
5549
|
{
|
|
4177
5550
|
"name": "translucent",
|
|
4178
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
5551
|
+
"description": "If `true`, the popover will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
4179
5552
|
},
|
|
4180
5553
|
{
|
|
4181
5554
|
"name": "trigger",
|
|
@@ -4250,7 +5623,7 @@
|
|
|
4250
5623
|
},
|
|
4251
5624
|
{
|
|
4252
5625
|
"name": "mode",
|
|
4253
|
-
"description": "The mode determines
|
|
5626
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4254
5627
|
"values": [
|
|
4255
5628
|
{
|
|
4256
5629
|
"name": "ios"
|
|
@@ -4264,6 +5637,33 @@
|
|
|
4264
5637
|
"name": "reversed",
|
|
4265
5638
|
"description": "If true, reverse the progress bar direction."
|
|
4266
5639
|
},
|
|
5640
|
+
{
|
|
5641
|
+
"name": "shape",
|
|
5642
|
+
"description": "Set to `\"round\"` for a progress bar with rounded corners, or `\"rectangular\"`\nfor a progress bar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
5643
|
+
"values": [
|
|
5644
|
+
{
|
|
5645
|
+
"name": "rectangular"
|
|
5646
|
+
},
|
|
5647
|
+
{
|
|
5648
|
+
"name": "round"
|
|
5649
|
+
}
|
|
5650
|
+
]
|
|
5651
|
+
},
|
|
5652
|
+
{
|
|
5653
|
+
"name": "theme",
|
|
5654
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5655
|
+
"values": [
|
|
5656
|
+
{
|
|
5657
|
+
"name": "ios"
|
|
5658
|
+
},
|
|
5659
|
+
{
|
|
5660
|
+
"name": "md"
|
|
5661
|
+
},
|
|
5662
|
+
{
|
|
5663
|
+
"name": "ionic"
|
|
5664
|
+
}
|
|
5665
|
+
]
|
|
5666
|
+
},
|
|
4267
5667
|
{
|
|
4268
5668
|
"name": "type",
|
|
4269
5669
|
"description": "The state of the progress bar, based on if the time the process takes is known or not.\nDefault options are: `\"determinate\"` (no animation), `\"indeterminate\"` (animate from left to right).",
|
|
@@ -4379,7 +5779,7 @@
|
|
|
4379
5779
|
},
|
|
4380
5780
|
{
|
|
4381
5781
|
"name": "mode",
|
|
4382
|
-
"description": "The mode determines
|
|
5782
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4383
5783
|
"values": [
|
|
4384
5784
|
{
|
|
4385
5785
|
"name": "ios"
|
|
@@ -4393,6 +5793,21 @@
|
|
|
4393
5793
|
"name": "name",
|
|
4394
5794
|
"description": "The name of the control, which is submitted with the form data."
|
|
4395
5795
|
},
|
|
5796
|
+
{
|
|
5797
|
+
"name": "theme",
|
|
5798
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5799
|
+
"values": [
|
|
5800
|
+
{
|
|
5801
|
+
"name": "ios"
|
|
5802
|
+
},
|
|
5803
|
+
{
|
|
5804
|
+
"name": "md"
|
|
5805
|
+
},
|
|
5806
|
+
{
|
|
5807
|
+
"name": "ionic"
|
|
5808
|
+
}
|
|
5809
|
+
]
|
|
5810
|
+
},
|
|
4396
5811
|
{
|
|
4397
5812
|
"name": "value",
|
|
4398
5813
|
"description": "the value of the radio."
|
|
@@ -4428,10 +5843,37 @@
|
|
|
4428
5843
|
"name": "helper-text",
|
|
4429
5844
|
"description": "The helper text to display at the top of the radio group."
|
|
4430
5845
|
},
|
|
5846
|
+
{
|
|
5847
|
+
"name": "mode",
|
|
5848
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5849
|
+
"values": [
|
|
5850
|
+
{
|
|
5851
|
+
"name": "ios"
|
|
5852
|
+
},
|
|
5853
|
+
{
|
|
5854
|
+
"name": "md"
|
|
5855
|
+
}
|
|
5856
|
+
]
|
|
5857
|
+
},
|
|
4431
5858
|
{
|
|
4432
5859
|
"name": "name",
|
|
4433
5860
|
"description": "The name of the control, which is submitted with the form data."
|
|
4434
5861
|
},
|
|
5862
|
+
{
|
|
5863
|
+
"name": "theme",
|
|
5864
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5865
|
+
"values": [
|
|
5866
|
+
{
|
|
5867
|
+
"name": "ios"
|
|
5868
|
+
},
|
|
5869
|
+
{
|
|
5870
|
+
"name": "md"
|
|
5871
|
+
},
|
|
5872
|
+
{
|
|
5873
|
+
"name": "ionic"
|
|
5874
|
+
}
|
|
5875
|
+
]
|
|
5876
|
+
},
|
|
4435
5877
|
{
|
|
4436
5878
|
"name": "value",
|
|
4437
5879
|
"description": "the value of the radio group."
|
|
@@ -4532,7 +5974,7 @@
|
|
|
4532
5974
|
},
|
|
4533
5975
|
{
|
|
4534
5976
|
"name": "mode",
|
|
4535
|
-
"description": "The mode determines
|
|
5977
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4536
5978
|
"values": [
|
|
4537
5979
|
{
|
|
4538
5980
|
"name": "ios"
|
|
@@ -4558,6 +6000,21 @@
|
|
|
4558
6000
|
"name": "step",
|
|
4559
6001
|
"description": "Specifies the value granularity."
|
|
4560
6002
|
},
|
|
6003
|
+
{
|
|
6004
|
+
"name": "theme",
|
|
6005
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6006
|
+
"values": [
|
|
6007
|
+
{
|
|
6008
|
+
"name": "ios"
|
|
6009
|
+
},
|
|
6010
|
+
{
|
|
6011
|
+
"name": "md"
|
|
6012
|
+
},
|
|
6013
|
+
{
|
|
6014
|
+
"name": "ionic"
|
|
6015
|
+
}
|
|
6016
|
+
]
|
|
6017
|
+
},
|
|
4561
6018
|
{
|
|
4562
6019
|
"name": "ticks",
|
|
4563
6020
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`."
|
|
@@ -4591,7 +6048,7 @@
|
|
|
4591
6048
|
},
|
|
4592
6049
|
{
|
|
4593
6050
|
"name": "mode",
|
|
4594
|
-
"description": "The mode determines
|
|
6051
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4595
6052
|
"values": [
|
|
4596
6053
|
{
|
|
4597
6054
|
"name": "ios"
|
|
@@ -4616,6 +6073,21 @@
|
|
|
4616
6073
|
{
|
|
4617
6074
|
"name": "snapback-duration",
|
|
4618
6075
|
"description": "Time it takes the refresher to snap back to the `refreshing` state.\nDoes not apply when the refresher content uses a spinner,\nenabling the native refresher."
|
|
6076
|
+
},
|
|
6077
|
+
{
|
|
6078
|
+
"name": "theme",
|
|
6079
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6080
|
+
"values": [
|
|
6081
|
+
{
|
|
6082
|
+
"name": "ios"
|
|
6083
|
+
},
|
|
6084
|
+
{
|
|
6085
|
+
"name": "md"
|
|
6086
|
+
},
|
|
6087
|
+
{
|
|
6088
|
+
"name": "ionic"
|
|
6089
|
+
}
|
|
6090
|
+
]
|
|
4619
6091
|
}
|
|
4620
6092
|
],
|
|
4621
6093
|
"references": [
|
|
@@ -4632,6 +6104,18 @@
|
|
|
4632
6104
|
"value": ""
|
|
4633
6105
|
},
|
|
4634
6106
|
"attributes": [
|
|
6107
|
+
{
|
|
6108
|
+
"name": "mode",
|
|
6109
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6110
|
+
"values": [
|
|
6111
|
+
{
|
|
6112
|
+
"name": "ios"
|
|
6113
|
+
},
|
|
6114
|
+
{
|
|
6115
|
+
"name": "md"
|
|
6116
|
+
}
|
|
6117
|
+
]
|
|
6118
|
+
},
|
|
4635
6119
|
{
|
|
4636
6120
|
"name": "pulling-icon",
|
|
4637
6121
|
"description": "A static icon or a spinner to display when you begin to pull down.\nA spinner name can be provided to gradually show tick marks\nwhen pulling down on iOS devices."
|
|
@@ -4676,6 +6160,21 @@
|
|
|
4676
6160
|
{
|
|
4677
6161
|
"name": "refreshing-text",
|
|
4678
6162
|
"description": "The text you want to display when performing a refresh.\n`refreshingText` can accept either plaintext or HTML as a string.\nTo display characters normally reserved for HTML, they\nmust be escaped. For example `<Ionic>` would become\n`<Ionic>`\n\nFor more information: [Security Documentation](https://ionicframework.com/docs/faq/security)\n\nContent is parsed as plaintext by default.\n`innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config\nbefore custom HTML can be used."
|
|
6163
|
+
},
|
|
6164
|
+
{
|
|
6165
|
+
"name": "theme",
|
|
6166
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6167
|
+
"values": [
|
|
6168
|
+
{
|
|
6169
|
+
"name": "ios"
|
|
6170
|
+
},
|
|
6171
|
+
{
|
|
6172
|
+
"name": "md"
|
|
6173
|
+
},
|
|
6174
|
+
{
|
|
6175
|
+
"name": "ionic"
|
|
6176
|
+
}
|
|
6177
|
+
]
|
|
4679
6178
|
}
|
|
4680
6179
|
],
|
|
4681
6180
|
"references": [
|
|
@@ -4691,7 +6190,35 @@
|
|
|
4691
6190
|
"kind": "markdown",
|
|
4692
6191
|
"value": ""
|
|
4693
6192
|
},
|
|
4694
|
-
"attributes": [
|
|
6193
|
+
"attributes": [
|
|
6194
|
+
{
|
|
6195
|
+
"name": "mode",
|
|
6196
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6197
|
+
"values": [
|
|
6198
|
+
{
|
|
6199
|
+
"name": "ios"
|
|
6200
|
+
},
|
|
6201
|
+
{
|
|
6202
|
+
"name": "md"
|
|
6203
|
+
}
|
|
6204
|
+
]
|
|
6205
|
+
},
|
|
6206
|
+
{
|
|
6207
|
+
"name": "theme",
|
|
6208
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6209
|
+
"values": [
|
|
6210
|
+
{
|
|
6211
|
+
"name": "ios"
|
|
6212
|
+
},
|
|
6213
|
+
{
|
|
6214
|
+
"name": "md"
|
|
6215
|
+
},
|
|
6216
|
+
{
|
|
6217
|
+
"name": "ionic"
|
|
6218
|
+
}
|
|
6219
|
+
]
|
|
6220
|
+
}
|
|
6221
|
+
],
|
|
4695
6222
|
"references": [
|
|
4696
6223
|
{
|
|
4697
6224
|
"name": "Source code",
|
|
@@ -4709,6 +6236,33 @@
|
|
|
4709
6236
|
{
|
|
4710
6237
|
"name": "disabled",
|
|
4711
6238
|
"description": "If `true`, the reorder will be hidden."
|
|
6239
|
+
},
|
|
6240
|
+
{
|
|
6241
|
+
"name": "mode",
|
|
6242
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6243
|
+
"values": [
|
|
6244
|
+
{
|
|
6245
|
+
"name": "ios"
|
|
6246
|
+
},
|
|
6247
|
+
{
|
|
6248
|
+
"name": "md"
|
|
6249
|
+
}
|
|
6250
|
+
]
|
|
6251
|
+
},
|
|
6252
|
+
{
|
|
6253
|
+
"name": "theme",
|
|
6254
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6255
|
+
"values": [
|
|
6256
|
+
{
|
|
6257
|
+
"name": "ios"
|
|
6258
|
+
},
|
|
6259
|
+
{
|
|
6260
|
+
"name": "md"
|
|
6261
|
+
},
|
|
6262
|
+
{
|
|
6263
|
+
"name": "ionic"
|
|
6264
|
+
}
|
|
6265
|
+
]
|
|
4712
6266
|
}
|
|
4713
6267
|
],
|
|
4714
6268
|
"references": [
|
|
@@ -4725,6 +6279,33 @@
|
|
|
4725
6279
|
"value": ""
|
|
4726
6280
|
},
|
|
4727
6281
|
"attributes": [
|
|
6282
|
+
{
|
|
6283
|
+
"name": "mode",
|
|
6284
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6285
|
+
"values": [
|
|
6286
|
+
{
|
|
6287
|
+
"name": "ios"
|
|
6288
|
+
},
|
|
6289
|
+
{
|
|
6290
|
+
"name": "md"
|
|
6291
|
+
}
|
|
6292
|
+
]
|
|
6293
|
+
},
|
|
6294
|
+
{
|
|
6295
|
+
"name": "theme",
|
|
6296
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6297
|
+
"values": [
|
|
6298
|
+
{
|
|
6299
|
+
"name": "ios"
|
|
6300
|
+
},
|
|
6301
|
+
{
|
|
6302
|
+
"name": "md"
|
|
6303
|
+
},
|
|
6304
|
+
{
|
|
6305
|
+
"name": "ionic"
|
|
6306
|
+
}
|
|
6307
|
+
]
|
|
6308
|
+
},
|
|
4728
6309
|
{
|
|
4729
6310
|
"name": "type",
|
|
4730
6311
|
"description": "Sets the type of ripple-effect:\n\n- `bounded`: the ripple effect expands from the user's click position\n- `unbounded`: the ripple effect expands from the center of the button and overflows the container.\n\nNOTE: Surfaces for bounded ripples should have the overflow property set to hidden,\nwhile surfaces for unbounded ripples should have it set to visible.",
|
|
@@ -4756,6 +6337,33 @@
|
|
|
4756
6337
|
"name": "component",
|
|
4757
6338
|
"description": "Name of the component to load/select in the navigation outlet (`ion-tabs`, `ion-nav`)\nwhen the route matches.\n\nThe value of this property is not always the tagname of the component to load,\nin `ion-tabs` it actually refers to the name of the `ion-tab` to select."
|
|
4758
6339
|
},
|
|
6340
|
+
{
|
|
6341
|
+
"name": "mode",
|
|
6342
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6343
|
+
"values": [
|
|
6344
|
+
{
|
|
6345
|
+
"name": "ios"
|
|
6346
|
+
},
|
|
6347
|
+
{
|
|
6348
|
+
"name": "md"
|
|
6349
|
+
}
|
|
6350
|
+
]
|
|
6351
|
+
},
|
|
6352
|
+
{
|
|
6353
|
+
"name": "theme",
|
|
6354
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6355
|
+
"values": [
|
|
6356
|
+
{
|
|
6357
|
+
"name": "ios"
|
|
6358
|
+
},
|
|
6359
|
+
{
|
|
6360
|
+
"name": "md"
|
|
6361
|
+
},
|
|
6362
|
+
{
|
|
6363
|
+
"name": "ionic"
|
|
6364
|
+
}
|
|
6365
|
+
]
|
|
6366
|
+
},
|
|
4759
6367
|
{
|
|
4760
6368
|
"name": "url",
|
|
4761
6369
|
"description": "Relative path that needs to match in order for this route to apply.\n\nAccepts paths similar to expressjs so that you can define parameters\nin the url /foo/:bar where bar would be available in incoming props."
|
|
@@ -4798,10 +6406,37 @@
|
|
|
4798
6406
|
"value": ""
|
|
4799
6407
|
},
|
|
4800
6408
|
"attributes": [
|
|
6409
|
+
{
|
|
6410
|
+
"name": "mode",
|
|
6411
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6412
|
+
"values": [
|
|
6413
|
+
{
|
|
6414
|
+
"name": "ios"
|
|
6415
|
+
},
|
|
6416
|
+
{
|
|
6417
|
+
"name": "md"
|
|
6418
|
+
}
|
|
6419
|
+
]
|
|
6420
|
+
},
|
|
4801
6421
|
{
|
|
4802
6422
|
"name": "root",
|
|
4803
6423
|
"description": "The root path to use when matching URLs. By default, this is set to \"/\", but you can specify\nan alternate prefix for all URL paths."
|
|
4804
6424
|
},
|
|
6425
|
+
{
|
|
6426
|
+
"name": "theme",
|
|
6427
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6428
|
+
"values": [
|
|
6429
|
+
{
|
|
6430
|
+
"name": "ios"
|
|
6431
|
+
},
|
|
6432
|
+
{
|
|
6433
|
+
"name": "md"
|
|
6434
|
+
},
|
|
6435
|
+
{
|
|
6436
|
+
"name": "ionic"
|
|
6437
|
+
}
|
|
6438
|
+
]
|
|
6439
|
+
},
|
|
4805
6440
|
{
|
|
4806
6441
|
"name": "use-hash",
|
|
4807
6442
|
"description": "The router can work in two \"modes\":\n- With hash: `/index.html#/path/to/page`\n- Without hash: `/path/to/page`\n\nUsing one or another might depend in the requirements of your app and/or where it's deployed.\n\nUsually \"hash-less\" navigation works better for SEO and it's more user friendly too, but it might\nrequires additional server-side configuration in order to properly work.\n\nOn the other side hash-navigation is much easier to deploy, it even works over the file protocol.\n\nBy default, this property is `true`, change to `false` to allow hash-less URLs."
|
|
@@ -4858,6 +6493,18 @@
|
|
|
4858
6493
|
"name": "href",
|
|
4859
6494
|
"description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered."
|
|
4860
6495
|
},
|
|
6496
|
+
{
|
|
6497
|
+
"name": "mode",
|
|
6498
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6499
|
+
"values": [
|
|
6500
|
+
{
|
|
6501
|
+
"name": "ios"
|
|
6502
|
+
},
|
|
6503
|
+
{
|
|
6504
|
+
"name": "md"
|
|
6505
|
+
}
|
|
6506
|
+
]
|
|
6507
|
+
},
|
|
4861
6508
|
{
|
|
4862
6509
|
"name": "rel",
|
|
4863
6510
|
"description": "Specifies the relationship of the target object to the link object.\nThe value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types)."
|
|
@@ -4880,6 +6527,21 @@
|
|
|
4880
6527
|
{
|
|
4881
6528
|
"name": "target",
|
|
4882
6529
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
6530
|
+
},
|
|
6531
|
+
{
|
|
6532
|
+
"name": "theme",
|
|
6533
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6534
|
+
"values": [
|
|
6535
|
+
{
|
|
6536
|
+
"name": "ios"
|
|
6537
|
+
},
|
|
6538
|
+
{
|
|
6539
|
+
"name": "md"
|
|
6540
|
+
},
|
|
6541
|
+
{
|
|
6542
|
+
"name": "ionic"
|
|
6543
|
+
}
|
|
6544
|
+
]
|
|
4883
6545
|
}
|
|
4884
6546
|
],
|
|
4885
6547
|
"references": [
|
|
@@ -4902,7 +6564,7 @@
|
|
|
4902
6564
|
},
|
|
4903
6565
|
{
|
|
4904
6566
|
"name": "mode",
|
|
4905
|
-
"description": "The mode determines
|
|
6567
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4906
6568
|
"values": [
|
|
4907
6569
|
{
|
|
4908
6570
|
"name": "ios"
|
|
@@ -4911,6 +6573,21 @@
|
|
|
4911
6573
|
"name": "md"
|
|
4912
6574
|
}
|
|
4913
6575
|
]
|
|
6576
|
+
},
|
|
6577
|
+
{
|
|
6578
|
+
"name": "theme",
|
|
6579
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6580
|
+
"values": [
|
|
6581
|
+
{
|
|
6582
|
+
"name": "ios"
|
|
6583
|
+
},
|
|
6584
|
+
{
|
|
6585
|
+
"name": "md"
|
|
6586
|
+
},
|
|
6587
|
+
{
|
|
6588
|
+
"name": "ionic"
|
|
6589
|
+
}
|
|
6590
|
+
]
|
|
4914
6591
|
}
|
|
4915
6592
|
],
|
|
4916
6593
|
"references": [
|
|
@@ -4926,7 +6603,35 @@
|
|
|
4926
6603
|
"kind": "markdown",
|
|
4927
6604
|
"value": ""
|
|
4928
6605
|
},
|
|
4929
|
-
"attributes": [
|
|
6606
|
+
"attributes": [
|
|
6607
|
+
{
|
|
6608
|
+
"name": "mode",
|
|
6609
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6610
|
+
"values": [
|
|
6611
|
+
{
|
|
6612
|
+
"name": "ios"
|
|
6613
|
+
},
|
|
6614
|
+
{
|
|
6615
|
+
"name": "md"
|
|
6616
|
+
}
|
|
6617
|
+
]
|
|
6618
|
+
},
|
|
6619
|
+
{
|
|
6620
|
+
"name": "theme",
|
|
6621
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6622
|
+
"values": [
|
|
6623
|
+
{
|
|
6624
|
+
"name": "ios"
|
|
6625
|
+
},
|
|
6626
|
+
{
|
|
6627
|
+
"name": "md"
|
|
6628
|
+
},
|
|
6629
|
+
{
|
|
6630
|
+
"name": "ionic"
|
|
6631
|
+
}
|
|
6632
|
+
]
|
|
6633
|
+
}
|
|
6634
|
+
],
|
|
4930
6635
|
"references": [
|
|
4931
6636
|
{
|
|
4932
6637
|
"name": "Source code",
|
|
@@ -4957,157 +6662,157 @@
|
|
|
4957
6662
|
"name": "name"
|
|
4958
6663
|
},
|
|
4959
6664
|
{
|
|
4960
|
-
"name": "
|
|
6665
|
+
"name": "url"
|
|
4961
6666
|
},
|
|
4962
6667
|
{
|
|
4963
|
-
"name": "
|
|
6668
|
+
"name": "off"
|
|
4964
6669
|
},
|
|
4965
6670
|
{
|
|
4966
|
-
"name": "
|
|
6671
|
+
"name": "on"
|
|
4967
6672
|
},
|
|
4968
6673
|
{
|
|
4969
|
-
"name": "
|
|
6674
|
+
"name": "additional-name"
|
|
4970
6675
|
},
|
|
4971
6676
|
{
|
|
4972
|
-
"name": "
|
|
6677
|
+
"name": "address-level1"
|
|
4973
6678
|
},
|
|
4974
6679
|
{
|
|
4975
|
-
"name": "
|
|
6680
|
+
"name": "address-level2"
|
|
4976
6681
|
},
|
|
4977
6682
|
{
|
|
4978
|
-
"name": "
|
|
6683
|
+
"name": "address-level3"
|
|
4979
6684
|
},
|
|
4980
6685
|
{
|
|
4981
|
-
"name": "
|
|
6686
|
+
"name": "address-level4"
|
|
4982
6687
|
},
|
|
4983
6688
|
{
|
|
4984
|
-
"name": "
|
|
6689
|
+
"name": "address-line1"
|
|
4985
6690
|
},
|
|
4986
6691
|
{
|
|
4987
|
-
"name": "
|
|
6692
|
+
"name": "address-line2"
|
|
4988
6693
|
},
|
|
4989
6694
|
{
|
|
4990
|
-
"name": "
|
|
6695
|
+
"name": "address-line3"
|
|
4991
6696
|
},
|
|
4992
6697
|
{
|
|
4993
|
-
"name": "
|
|
6698
|
+
"name": "bday-day"
|
|
4994
6699
|
},
|
|
4995
6700
|
{
|
|
4996
|
-
"name": "
|
|
6701
|
+
"name": "bday-month"
|
|
4997
6702
|
},
|
|
4998
6703
|
{
|
|
4999
|
-
"name": "
|
|
6704
|
+
"name": "bday-year"
|
|
5000
6705
|
},
|
|
5001
6706
|
{
|
|
5002
|
-
"name": "
|
|
6707
|
+
"name": "cc-csc"
|
|
5003
6708
|
},
|
|
5004
6709
|
{
|
|
5005
|
-
"name": "
|
|
6710
|
+
"name": "cc-exp"
|
|
5006
6711
|
},
|
|
5007
6712
|
{
|
|
5008
|
-
"name": "
|
|
6713
|
+
"name": "cc-exp-month"
|
|
5009
6714
|
},
|
|
5010
6715
|
{
|
|
5011
|
-
"name": "
|
|
6716
|
+
"name": "cc-exp-year"
|
|
5012
6717
|
},
|
|
5013
6718
|
{
|
|
5014
|
-
"name": "
|
|
6719
|
+
"name": "cc-family-name"
|
|
5015
6720
|
},
|
|
5016
6721
|
{
|
|
5017
|
-
"name": "
|
|
6722
|
+
"name": "cc-given-name"
|
|
5018
6723
|
},
|
|
5019
6724
|
{
|
|
5020
|
-
"name": "
|
|
6725
|
+
"name": "cc-name"
|
|
5021
6726
|
},
|
|
5022
6727
|
{
|
|
5023
|
-
"name": "
|
|
6728
|
+
"name": "cc-number"
|
|
5024
6729
|
},
|
|
5025
6730
|
{
|
|
5026
|
-
"name": "
|
|
6731
|
+
"name": "cc-type"
|
|
5027
6732
|
},
|
|
5028
6733
|
{
|
|
5029
|
-
"name": "
|
|
6734
|
+
"name": "country"
|
|
5030
6735
|
},
|
|
5031
6736
|
{
|
|
5032
|
-
"name": "
|
|
6737
|
+
"name": "country-name"
|
|
5033
6738
|
},
|
|
5034
6739
|
{
|
|
5035
|
-
"name": "
|
|
6740
|
+
"name": "current-password"
|
|
5036
6741
|
},
|
|
5037
6742
|
{
|
|
5038
|
-
"name": "
|
|
6743
|
+
"name": "family-name"
|
|
5039
6744
|
},
|
|
5040
6745
|
{
|
|
5041
|
-
"name": "
|
|
6746
|
+
"name": "given-name"
|
|
5042
6747
|
},
|
|
5043
6748
|
{
|
|
5044
|
-
"name": "
|
|
6749
|
+
"name": "honorific-prefix"
|
|
5045
6750
|
},
|
|
5046
6751
|
{
|
|
5047
|
-
"name": "
|
|
6752
|
+
"name": "honorific-suffix"
|
|
5048
6753
|
},
|
|
5049
6754
|
{
|
|
5050
|
-
"name": "
|
|
6755
|
+
"name": "new-password"
|
|
5051
6756
|
},
|
|
5052
6757
|
{
|
|
5053
|
-
"name": "
|
|
6758
|
+
"name": "one-time-code"
|
|
5054
6759
|
},
|
|
5055
6760
|
{
|
|
5056
|
-
"name": "
|
|
6761
|
+
"name": "organization"
|
|
5057
6762
|
},
|
|
5058
6763
|
{
|
|
5059
|
-
"name": "
|
|
6764
|
+
"name": "postal-code"
|
|
5060
6765
|
},
|
|
5061
6766
|
{
|
|
5062
|
-
"name": "
|
|
6767
|
+
"name": "street-address"
|
|
5063
6768
|
},
|
|
5064
6769
|
{
|
|
5065
|
-
"name": "
|
|
6770
|
+
"name": "transaction-amount"
|
|
5066
6771
|
},
|
|
5067
6772
|
{
|
|
5068
|
-
"name": "
|
|
6773
|
+
"name": "transaction-currency"
|
|
5069
6774
|
},
|
|
5070
6775
|
{
|
|
5071
|
-
"name": "
|
|
6776
|
+
"name": "username"
|
|
5072
6777
|
},
|
|
5073
6778
|
{
|
|
5074
|
-
"name": "
|
|
6779
|
+
"name": "email"
|
|
5075
6780
|
},
|
|
5076
6781
|
{
|
|
5077
|
-
"name": "
|
|
6782
|
+
"name": "tel"
|
|
5078
6783
|
},
|
|
5079
6784
|
{
|
|
5080
|
-
"name": "
|
|
6785
|
+
"name": "tel-area-code"
|
|
5081
6786
|
},
|
|
5082
6787
|
{
|
|
5083
|
-
"name": "
|
|
6788
|
+
"name": "tel-country-code"
|
|
5084
6789
|
},
|
|
5085
6790
|
{
|
|
5086
|
-
"name": "
|
|
6791
|
+
"name": "tel-extension"
|
|
5087
6792
|
},
|
|
5088
6793
|
{
|
|
5089
|
-
"name": "
|
|
6794
|
+
"name": "tel-local"
|
|
5090
6795
|
},
|
|
5091
6796
|
{
|
|
5092
|
-
"name": "
|
|
6797
|
+
"name": "tel-national"
|
|
5093
6798
|
},
|
|
5094
6799
|
{
|
|
5095
|
-
"name": "
|
|
6800
|
+
"name": "nickname"
|
|
5096
6801
|
},
|
|
5097
6802
|
{
|
|
5098
|
-
"name": "
|
|
6803
|
+
"name": "organization-title"
|
|
5099
6804
|
},
|
|
5100
6805
|
{
|
|
5101
|
-
"name": "
|
|
6806
|
+
"name": "cc-additional-name"
|
|
5102
6807
|
},
|
|
5103
6808
|
{
|
|
5104
|
-
"name": "
|
|
6809
|
+
"name": "language"
|
|
5105
6810
|
},
|
|
5106
6811
|
{
|
|
5107
|
-
"name": "
|
|
6812
|
+
"name": "bday"
|
|
5108
6813
|
},
|
|
5109
6814
|
{
|
|
5110
|
-
"name": "
|
|
6815
|
+
"name": "sex"
|
|
5111
6816
|
},
|
|
5112
6817
|
{
|
|
5113
6818
|
"name": "impp"
|
|
@@ -5131,15 +6836,15 @@
|
|
|
5131
6836
|
},
|
|
5132
6837
|
{
|
|
5133
6838
|
"name": "cancel-button-icon",
|
|
5134
|
-
"description": "Set the cancel button icon. Only
|
|
6839
|
+
"description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`."
|
|
5135
6840
|
},
|
|
5136
6841
|
{
|
|
5137
6842
|
"name": "cancel-button-text",
|
|
5138
|
-
"description": "Set the
|
|
6843
|
+
"description": "Set the cancel button text. Only available when the theme is `\"ios\"`."
|
|
5139
6844
|
},
|
|
5140
6845
|
{
|
|
5141
6846
|
"name": "clear-icon",
|
|
5142
|
-
"description": "Set the clear icon. Defaults to
|
|
6847
|
+
"description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme."
|
|
5143
6848
|
},
|
|
5144
6849
|
{
|
|
5145
6850
|
"name": "color",
|
|
@@ -5249,7 +6954,7 @@
|
|
|
5249
6954
|
},
|
|
5250
6955
|
{
|
|
5251
6956
|
"name": "mode",
|
|
5252
|
-
"description": "The mode determines
|
|
6957
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5253
6958
|
"values": [
|
|
5254
6959
|
{
|
|
5255
6960
|
"name": "ios"
|
|
@@ -5269,7 +6974,22 @@
|
|
|
5269
6974
|
},
|
|
5270
6975
|
{
|
|
5271
6976
|
"name": "search-icon",
|
|
5272
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
6977
|
+
"description": "The icon to use as the search icon. Defaults to `\"search-outline\"` in\nthe `\"ios\"` theme and `\"search-sharp\"` in the `\"md\"` and `\"ionic\"` themes.\nIf `false`, no search icon will be displayed."
|
|
6978
|
+
},
|
|
6979
|
+
{
|
|
6980
|
+
"name": "shape",
|
|
6981
|
+
"description": "Set to `\"soft\"` for a searchbar with slightly rounded corners,\n`\"round\"` for a searchbar with fully rounded corners,\nor `\"rectangular\"` for a searchbar without rounded corners.\n\nDefaults to `\"round\"` for the ionic theme, and `undefined` for all other themes.",
|
|
6982
|
+
"values": [
|
|
6983
|
+
{
|
|
6984
|
+
"name": "rectangular"
|
|
6985
|
+
},
|
|
6986
|
+
{
|
|
6987
|
+
"name": "round"
|
|
6988
|
+
},
|
|
6989
|
+
{
|
|
6990
|
+
"name": "soft"
|
|
6991
|
+
}
|
|
6992
|
+
]
|
|
5273
6993
|
},
|
|
5274
6994
|
{
|
|
5275
6995
|
"name": "show-cancel-button",
|
|
@@ -5301,10 +7021,40 @@
|
|
|
5301
7021
|
}
|
|
5302
7022
|
]
|
|
5303
7023
|
},
|
|
7024
|
+
{
|
|
7025
|
+
"name": "size",
|
|
7026
|
+
"description": "Set to `\"large\"` for a searchbar with an increase in height,\nwhile \"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and `undefined` for all other themes.",
|
|
7027
|
+
"values": [
|
|
7028
|
+
{
|
|
7029
|
+
"name": "large"
|
|
7030
|
+
},
|
|
7031
|
+
{
|
|
7032
|
+
"name": "medium"
|
|
7033
|
+
},
|
|
7034
|
+
{
|
|
7035
|
+
"name": "small"
|
|
7036
|
+
}
|
|
7037
|
+
]
|
|
7038
|
+
},
|
|
5304
7039
|
{
|
|
5305
7040
|
"name": "spellcheck",
|
|
5306
7041
|
"description": "If `true`, enable spellcheck on the input."
|
|
5307
7042
|
},
|
|
7043
|
+
{
|
|
7044
|
+
"name": "theme",
|
|
7045
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7046
|
+
"values": [
|
|
7047
|
+
{
|
|
7048
|
+
"name": "ios"
|
|
7049
|
+
},
|
|
7050
|
+
{
|
|
7051
|
+
"name": "md"
|
|
7052
|
+
},
|
|
7053
|
+
{
|
|
7054
|
+
"name": "ionic"
|
|
7055
|
+
}
|
|
7056
|
+
]
|
|
7057
|
+
},
|
|
5308
7058
|
{
|
|
5309
7059
|
"name": "type",
|
|
5310
7060
|
"description": "Set the type of the input.",
|
|
@@ -5390,7 +7140,7 @@
|
|
|
5390
7140
|
},
|
|
5391
7141
|
{
|
|
5392
7142
|
"name": "mode",
|
|
5393
|
-
"description": "The mode determines
|
|
7143
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5394
7144
|
"values": [
|
|
5395
7145
|
{
|
|
5396
7146
|
"name": "ios"
|
|
@@ -5412,6 +7162,21 @@
|
|
|
5412
7162
|
"name": "swipe-gesture",
|
|
5413
7163
|
"description": "If `true`, users will be able to swipe between segment buttons to activate them."
|
|
5414
7164
|
},
|
|
7165
|
+
{
|
|
7166
|
+
"name": "theme",
|
|
7167
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7168
|
+
"values": [
|
|
7169
|
+
{
|
|
7170
|
+
"name": "ios"
|
|
7171
|
+
},
|
|
7172
|
+
{
|
|
7173
|
+
"name": "md"
|
|
7174
|
+
},
|
|
7175
|
+
{
|
|
7176
|
+
"name": "ionic"
|
|
7177
|
+
}
|
|
7178
|
+
]
|
|
7179
|
+
},
|
|
5415
7180
|
{
|
|
5416
7181
|
"name": "value",
|
|
5417
7182
|
"description": "the value of the segment."
|
|
@@ -5465,13 +7230,28 @@
|
|
|
5465
7230
|
},
|
|
5466
7231
|
{
|
|
5467
7232
|
"name": "mode",
|
|
5468
|
-
"description": "The mode determines
|
|
7233
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7234
|
+
"values": [
|
|
7235
|
+
{
|
|
7236
|
+
"name": "ios"
|
|
7237
|
+
},
|
|
7238
|
+
{
|
|
7239
|
+
"name": "md"
|
|
7240
|
+
}
|
|
7241
|
+
]
|
|
7242
|
+
},
|
|
7243
|
+
{
|
|
7244
|
+
"name": "theme",
|
|
7245
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5469
7246
|
"values": [
|
|
5470
7247
|
{
|
|
5471
7248
|
"name": "ios"
|
|
5472
7249
|
},
|
|
5473
7250
|
{
|
|
5474
7251
|
"name": "md"
|
|
7252
|
+
},
|
|
7253
|
+
{
|
|
7254
|
+
"name": "ionic"
|
|
5475
7255
|
}
|
|
5476
7256
|
]
|
|
5477
7257
|
},
|
|
@@ -5593,11 +7373,11 @@
|
|
|
5593
7373
|
},
|
|
5594
7374
|
{
|
|
5595
7375
|
"name": "expanded-icon",
|
|
5596
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
7376
|
+
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `\"md\"` theme will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed."
|
|
5597
7377
|
},
|
|
5598
7378
|
{
|
|
5599
7379
|
"name": "fill",
|
|
5600
|
-
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in
|
|
7380
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in the `\"md\"` theme.",
|
|
5601
7381
|
"values": [
|
|
5602
7382
|
{
|
|
5603
7383
|
"name": "outline"
|
|
@@ -5675,7 +7455,7 @@
|
|
|
5675
7455
|
},
|
|
5676
7456
|
{
|
|
5677
7457
|
"name": "mode",
|
|
5678
|
-
"description": "The mode determines
|
|
7458
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5679
7459
|
"values": [
|
|
5680
7460
|
{
|
|
5681
7461
|
"name": "ios"
|
|
@@ -5711,16 +7491,52 @@
|
|
|
5711
7491
|
},
|
|
5712
7492
|
{
|
|
5713
7493
|
"name": "shape",
|
|
5714
|
-
"description": "
|
|
7494
|
+
"description": "Set to `\"soft\"` for a select with slightly rounded corners,\n`\"round\"` for a select with fully rounded corners,\nor `\"rectangular\"` for a select without rounded corners.\n\nDefaults to `\"round\"` for the `\"ionic\"` theme, undefined for all other themes.",
|
|
5715
7495
|
"values": [
|
|
7496
|
+
{
|
|
7497
|
+
"name": "rectangular"
|
|
7498
|
+
},
|
|
5716
7499
|
{
|
|
5717
7500
|
"name": "round"
|
|
7501
|
+
},
|
|
7502
|
+
{
|
|
7503
|
+
"name": "soft"
|
|
7504
|
+
}
|
|
7505
|
+
]
|
|
7506
|
+
},
|
|
7507
|
+
{
|
|
7508
|
+
"name": "size",
|
|
7509
|
+
"description": "The size of the select. If \"large\" it will increase the height of the select, while\n\"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and undefined for all other themes.",
|
|
7510
|
+
"values": [
|
|
7511
|
+
{
|
|
7512
|
+
"name": "large"
|
|
7513
|
+
},
|
|
7514
|
+
{
|
|
7515
|
+
"name": "medium"
|
|
7516
|
+
},
|
|
7517
|
+
{
|
|
7518
|
+
"name": "small"
|
|
7519
|
+
}
|
|
7520
|
+
]
|
|
7521
|
+
},
|
|
7522
|
+
{
|
|
7523
|
+
"name": "theme",
|
|
7524
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7525
|
+
"values": [
|
|
7526
|
+
{
|
|
7527
|
+
"name": "ios"
|
|
7528
|
+
},
|
|
7529
|
+
{
|
|
7530
|
+
"name": "md"
|
|
7531
|
+
},
|
|
7532
|
+
{
|
|
7533
|
+
"name": "ionic"
|
|
5718
7534
|
}
|
|
5719
7535
|
]
|
|
5720
7536
|
},
|
|
5721
7537
|
{
|
|
5722
7538
|
"name": "toggle-icon",
|
|
5723
|
-
"description": "The toggle icon to use. Defaults to
|
|
7539
|
+
"description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes."
|
|
5724
7540
|
},
|
|
5725
7541
|
{
|
|
5726
7542
|
"name": "value",
|
|
@@ -5768,6 +7584,33 @@
|
|
|
5768
7584
|
"name": "disabled",
|
|
5769
7585
|
"description": "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."
|
|
5770
7586
|
},
|
|
7587
|
+
{
|
|
7588
|
+
"name": "mode",
|
|
7589
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7590
|
+
"values": [
|
|
7591
|
+
{
|
|
7592
|
+
"name": "ios"
|
|
7593
|
+
},
|
|
7594
|
+
{
|
|
7595
|
+
"name": "md"
|
|
7596
|
+
}
|
|
7597
|
+
]
|
|
7598
|
+
},
|
|
7599
|
+
{
|
|
7600
|
+
"name": "theme",
|
|
7601
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7602
|
+
"values": [
|
|
7603
|
+
{
|
|
7604
|
+
"name": "ios"
|
|
7605
|
+
},
|
|
7606
|
+
{
|
|
7607
|
+
"name": "md"
|
|
7608
|
+
},
|
|
7609
|
+
{
|
|
7610
|
+
"name": "ionic"
|
|
7611
|
+
}
|
|
7612
|
+
]
|
|
7613
|
+
},
|
|
5771
7614
|
{
|
|
5772
7615
|
"name": "value",
|
|
5773
7616
|
"description": "The text value of the option."
|
|
@@ -5790,6 +7633,33 @@
|
|
|
5790
7633
|
{
|
|
5791
7634
|
"name": "animated",
|
|
5792
7635
|
"description": "If `true`, the skeleton text will animate."
|
|
7636
|
+
},
|
|
7637
|
+
{
|
|
7638
|
+
"name": "mode",
|
|
7639
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7640
|
+
"values": [
|
|
7641
|
+
{
|
|
7642
|
+
"name": "ios"
|
|
7643
|
+
},
|
|
7644
|
+
{
|
|
7645
|
+
"name": "md"
|
|
7646
|
+
}
|
|
7647
|
+
]
|
|
7648
|
+
},
|
|
7649
|
+
{
|
|
7650
|
+
"name": "theme",
|
|
7651
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7652
|
+
"values": [
|
|
7653
|
+
{
|
|
7654
|
+
"name": "ios"
|
|
7655
|
+
},
|
|
7656
|
+
{
|
|
7657
|
+
"name": "md"
|
|
7658
|
+
},
|
|
7659
|
+
{
|
|
7660
|
+
"name": "ionic"
|
|
7661
|
+
}
|
|
7662
|
+
]
|
|
5793
7663
|
}
|
|
5794
7664
|
],
|
|
5795
7665
|
"references": [
|
|
@@ -5843,6 +7713,18 @@
|
|
|
5843
7713
|
"name": "duration",
|
|
5844
7714
|
"description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner."
|
|
5845
7715
|
},
|
|
7716
|
+
{
|
|
7717
|
+
"name": "mode",
|
|
7718
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7719
|
+
"values": [
|
|
7720
|
+
{
|
|
7721
|
+
"name": "ios"
|
|
7722
|
+
},
|
|
7723
|
+
{
|
|
7724
|
+
"name": "md"
|
|
7725
|
+
}
|
|
7726
|
+
]
|
|
7727
|
+
},
|
|
5846
7728
|
{
|
|
5847
7729
|
"name": "name",
|
|
5848
7730
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -5879,6 +7761,42 @@
|
|
|
5879
7761
|
{
|
|
5880
7762
|
"name": "paused",
|
|
5881
7763
|
"description": "If `true`, the spinner's animation will be paused."
|
|
7764
|
+
},
|
|
7765
|
+
{
|
|
7766
|
+
"name": "size",
|
|
7767
|
+
"description": "Set to `\"xsmall\"` for the smallest size.\nSet to `\"small\"` for a smaller size.\nSet to `\"medium\"` for a medium size.\nSet to `\"large\"` for a large size.\nSet to `\"xlarge\"` for the largest size.\n\nDefaults to `\"xsmall\"` for the `ionic` theme, undefined for all other themes.",
|
|
7768
|
+
"values": [
|
|
7769
|
+
{
|
|
7770
|
+
"name": "large"
|
|
7771
|
+
},
|
|
7772
|
+
{
|
|
7773
|
+
"name": "medium"
|
|
7774
|
+
},
|
|
7775
|
+
{
|
|
7776
|
+
"name": "small"
|
|
7777
|
+
},
|
|
7778
|
+
{
|
|
7779
|
+
"name": "xlarge"
|
|
7780
|
+
},
|
|
7781
|
+
{
|
|
7782
|
+
"name": "xsmall"
|
|
7783
|
+
}
|
|
7784
|
+
]
|
|
7785
|
+
},
|
|
7786
|
+
{
|
|
7787
|
+
"name": "theme",
|
|
7788
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7789
|
+
"values": [
|
|
7790
|
+
{
|
|
7791
|
+
"name": "ios"
|
|
7792
|
+
},
|
|
7793
|
+
{
|
|
7794
|
+
"name": "md"
|
|
7795
|
+
},
|
|
7796
|
+
{
|
|
7797
|
+
"name": "ionic"
|
|
7798
|
+
}
|
|
7799
|
+
]
|
|
5882
7800
|
}
|
|
5883
7801
|
],
|
|
5884
7802
|
"references": [
|
|
@@ -5903,6 +7821,33 @@
|
|
|
5903
7821
|
"name": "disabled",
|
|
5904
7822
|
"description": "If `true`, the split pane will be hidden."
|
|
5905
7823
|
},
|
|
7824
|
+
{
|
|
7825
|
+
"name": "mode",
|
|
7826
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7827
|
+
"values": [
|
|
7828
|
+
{
|
|
7829
|
+
"name": "ios"
|
|
7830
|
+
},
|
|
7831
|
+
{
|
|
7832
|
+
"name": "md"
|
|
7833
|
+
}
|
|
7834
|
+
]
|
|
7835
|
+
},
|
|
7836
|
+
{
|
|
7837
|
+
"name": "theme",
|
|
7838
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7839
|
+
"values": [
|
|
7840
|
+
{
|
|
7841
|
+
"name": "ios"
|
|
7842
|
+
},
|
|
7843
|
+
{
|
|
7844
|
+
"name": "md"
|
|
7845
|
+
},
|
|
7846
|
+
{
|
|
7847
|
+
"name": "ionic"
|
|
7848
|
+
}
|
|
7849
|
+
]
|
|
7850
|
+
},
|
|
5906
7851
|
{
|
|
5907
7852
|
"name": "when",
|
|
5908
7853
|
"description": "When the split-pane should be shown.\nCan be a CSS media query expression, or a shortcut expression.\nCan also be a boolean expression."
|
|
@@ -5926,9 +7871,36 @@
|
|
|
5926
7871
|
"name": "component",
|
|
5927
7872
|
"description": "The component to display inside of the tab."
|
|
5928
7873
|
},
|
|
7874
|
+
{
|
|
7875
|
+
"name": "mode",
|
|
7876
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7877
|
+
"values": [
|
|
7878
|
+
{
|
|
7879
|
+
"name": "ios"
|
|
7880
|
+
},
|
|
7881
|
+
{
|
|
7882
|
+
"name": "md"
|
|
7883
|
+
}
|
|
7884
|
+
]
|
|
7885
|
+
},
|
|
5929
7886
|
{
|
|
5930
7887
|
"name": "tab",
|
|
5931
7888
|
"description": "A tab id must be provided for each `ion-tab`. It's used internally to reference\nthe selected tab or by the router to switch between them."
|
|
7889
|
+
},
|
|
7890
|
+
{
|
|
7891
|
+
"name": "theme",
|
|
7892
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7893
|
+
"values": [
|
|
7894
|
+
{
|
|
7895
|
+
"name": "ios"
|
|
7896
|
+
},
|
|
7897
|
+
{
|
|
7898
|
+
"name": "md"
|
|
7899
|
+
},
|
|
7900
|
+
{
|
|
7901
|
+
"name": "ionic"
|
|
7902
|
+
}
|
|
7903
|
+
]
|
|
5932
7904
|
}
|
|
5933
7905
|
],
|
|
5934
7906
|
"references": [
|
|
@@ -5978,9 +7950,21 @@
|
|
|
5978
7950
|
}
|
|
5979
7951
|
]
|
|
5980
7952
|
},
|
|
7953
|
+
{
|
|
7954
|
+
"name": "expand",
|
|
7955
|
+
"description": "Set to `\"compact\"` to display a width based on the items\ninside the tab bar. This value will only work for the\n`ionic` theme.\n\nSet to `\"full\"` to display a full width tab bar.\n\nDefaults to `\"full\"`.",
|
|
7956
|
+
"values": [
|
|
7957
|
+
{
|
|
7958
|
+
"name": "compact"
|
|
7959
|
+
},
|
|
7960
|
+
{
|
|
7961
|
+
"name": "full"
|
|
7962
|
+
}
|
|
7963
|
+
]
|
|
7964
|
+
},
|
|
5981
7965
|
{
|
|
5982
7966
|
"name": "mode",
|
|
5983
|
-
"description": "The mode determines
|
|
7967
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5984
7968
|
"values": [
|
|
5985
7969
|
{
|
|
5986
7970
|
"name": "ios"
|
|
@@ -5994,9 +7978,39 @@
|
|
|
5994
7978
|
"name": "selected-tab",
|
|
5995
7979
|
"description": "The selected tab component"
|
|
5996
7980
|
},
|
|
7981
|
+
{
|
|
7982
|
+
"name": "shape",
|
|
7983
|
+
"description": "Set to `\"soft\"` for a tab bar with slightly rounded corners,\n`\"round\"` for a tab bar with fully rounded corners, or\n`\"rectangular\"` for a tab bar without rounded corners.\n\nDefaults to `\"round\"` for the `\"ionic\"` theme, undefined for all other themes.",
|
|
7984
|
+
"values": [
|
|
7985
|
+
{
|
|
7986
|
+
"name": "rectangular"
|
|
7987
|
+
},
|
|
7988
|
+
{
|
|
7989
|
+
"name": "round"
|
|
7990
|
+
},
|
|
7991
|
+
{
|
|
7992
|
+
"name": "soft"
|
|
7993
|
+
}
|
|
7994
|
+
]
|
|
7995
|
+
},
|
|
7996
|
+
{
|
|
7997
|
+
"name": "theme",
|
|
7998
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7999
|
+
"values": [
|
|
8000
|
+
{
|
|
8001
|
+
"name": "ios"
|
|
8002
|
+
},
|
|
8003
|
+
{
|
|
8004
|
+
"name": "md"
|
|
8005
|
+
},
|
|
8006
|
+
{
|
|
8007
|
+
"name": "ionic"
|
|
8008
|
+
}
|
|
8009
|
+
]
|
|
8010
|
+
},
|
|
5997
8011
|
{
|
|
5998
8012
|
"name": "translucent",
|
|
5999
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
8013
|
+
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
6000
8014
|
}
|
|
6001
8015
|
],
|
|
6002
8016
|
"references": [
|
|
@@ -6051,7 +8065,7 @@
|
|
|
6051
8065
|
},
|
|
6052
8066
|
{
|
|
6053
8067
|
"name": "mode",
|
|
6054
|
-
"description": "The mode determines
|
|
8068
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6055
8069
|
"values": [
|
|
6056
8070
|
{
|
|
6057
8071
|
"name": "ios"
|
|
@@ -6069,6 +8083,21 @@
|
|
|
6069
8083
|
"name": "selected",
|
|
6070
8084
|
"description": "The selected tab component"
|
|
6071
8085
|
},
|
|
8086
|
+
{
|
|
8087
|
+
"name": "shape",
|
|
8088
|
+
"description": "Set to `\"soft\"` for a tab-button with slightly rounded corners,\n`\"round\"` for a tab-button with fully rounded corners, or `\"rectangular\"`\nfor a tab-button without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
8089
|
+
"values": [
|
|
8090
|
+
{
|
|
8091
|
+
"name": "rectangular"
|
|
8092
|
+
},
|
|
8093
|
+
{
|
|
8094
|
+
"name": "round"
|
|
8095
|
+
},
|
|
8096
|
+
{
|
|
8097
|
+
"name": "soft"
|
|
8098
|
+
}
|
|
8099
|
+
]
|
|
8100
|
+
},
|
|
6072
8101
|
{
|
|
6073
8102
|
"name": "tab",
|
|
6074
8103
|
"description": "A tab id must be provided for each `ion-tab`. It's used internally to reference\nthe selected tab or by the router to switch between them."
|
|
@@ -6076,6 +8105,21 @@
|
|
|
6076
8105
|
{
|
|
6077
8106
|
"name": "target",
|
|
6078
8107
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
8108
|
+
},
|
|
8109
|
+
{
|
|
8110
|
+
"name": "theme",
|
|
8111
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8112
|
+
"values": [
|
|
8113
|
+
{
|
|
8114
|
+
"name": "ios"
|
|
8115
|
+
},
|
|
8116
|
+
{
|
|
8117
|
+
"name": "md"
|
|
8118
|
+
},
|
|
8119
|
+
{
|
|
8120
|
+
"name": "ionic"
|
|
8121
|
+
}
|
|
8122
|
+
]
|
|
6079
8123
|
}
|
|
6080
8124
|
],
|
|
6081
8125
|
"references": [
|
|
@@ -6091,7 +8135,35 @@
|
|
|
6091
8135
|
"kind": "markdown",
|
|
6092
8136
|
"value": ""
|
|
6093
8137
|
},
|
|
6094
|
-
"attributes": [
|
|
8138
|
+
"attributes": [
|
|
8139
|
+
{
|
|
8140
|
+
"name": "mode",
|
|
8141
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8142
|
+
"values": [
|
|
8143
|
+
{
|
|
8144
|
+
"name": "ios"
|
|
8145
|
+
},
|
|
8146
|
+
{
|
|
8147
|
+
"name": "md"
|
|
8148
|
+
}
|
|
8149
|
+
]
|
|
8150
|
+
},
|
|
8151
|
+
{
|
|
8152
|
+
"name": "theme",
|
|
8153
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8154
|
+
"values": [
|
|
8155
|
+
{
|
|
8156
|
+
"name": "ios"
|
|
8157
|
+
},
|
|
8158
|
+
{
|
|
8159
|
+
"name": "md"
|
|
8160
|
+
},
|
|
8161
|
+
{
|
|
8162
|
+
"name": "ionic"
|
|
8163
|
+
}
|
|
8164
|
+
]
|
|
8165
|
+
}
|
|
8166
|
+
],
|
|
6095
8167
|
"references": [
|
|
6096
8168
|
{
|
|
6097
8169
|
"name": "Source code",
|
|
@@ -6141,13 +8213,28 @@
|
|
|
6141
8213
|
},
|
|
6142
8214
|
{
|
|
6143
8215
|
"name": "mode",
|
|
6144
|
-
"description": "The mode determines
|
|
8216
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8217
|
+
"values": [
|
|
8218
|
+
{
|
|
8219
|
+
"name": "ios"
|
|
8220
|
+
},
|
|
8221
|
+
{
|
|
8222
|
+
"name": "md"
|
|
8223
|
+
}
|
|
8224
|
+
]
|
|
8225
|
+
},
|
|
8226
|
+
{
|
|
8227
|
+
"name": "theme",
|
|
8228
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6145
8229
|
"values": [
|
|
6146
8230
|
{
|
|
6147
8231
|
"name": "ios"
|
|
6148
8232
|
},
|
|
6149
8233
|
{
|
|
6150
8234
|
"name": "md"
|
|
8235
|
+
},
|
|
8236
|
+
{
|
|
8237
|
+
"name": "ionic"
|
|
6151
8238
|
}
|
|
6152
8239
|
]
|
|
6153
8240
|
}
|
|
@@ -6264,7 +8351,7 @@
|
|
|
6264
8351
|
},
|
|
6265
8352
|
{
|
|
6266
8353
|
"name": "fill",
|
|
6267
|
-
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available
|
|
8354
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
|
|
6268
8355
|
"values": [
|
|
6269
8356
|
{
|
|
6270
8357
|
"name": "outline"
|
|
@@ -6343,7 +8430,7 @@
|
|
|
6343
8430
|
},
|
|
6344
8431
|
{
|
|
6345
8432
|
"name": "mode",
|
|
6346
|
-
"description": "The mode determines
|
|
8433
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6347
8434
|
"values": [
|
|
6348
8435
|
{
|
|
6349
8436
|
"name": "ios"
|
|
@@ -6375,10 +8462,31 @@
|
|
|
6375
8462
|
},
|
|
6376
8463
|
{
|
|
6377
8464
|
"name": "shape",
|
|
6378
|
-
"description": "
|
|
8465
|
+
"description": "Set to `\"soft\"` for a textarea with slightly rounded corners,\n`\"round\"` for a textarea with fully rounded corners, or `\"rectangular\"`\nfor a textarea without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
6379
8466
|
"values": [
|
|
8467
|
+
{
|
|
8468
|
+
"name": "rectangular"
|
|
8469
|
+
},
|
|
6380
8470
|
{
|
|
6381
8471
|
"name": "round"
|
|
8472
|
+
},
|
|
8473
|
+
{
|
|
8474
|
+
"name": "soft"
|
|
8475
|
+
}
|
|
8476
|
+
]
|
|
8477
|
+
},
|
|
8478
|
+
{
|
|
8479
|
+
"name": "size",
|
|
8480
|
+
"description": "The size of the textarea. If \"large\" it will increase the height of the textarea, while\n\"small\" and \"medium\" provide progressively smaller heights. The default size is \"medium\".\nThis property only applies to the `\"ionic\"` theme.",
|
|
8481
|
+
"values": [
|
|
8482
|
+
{
|
|
8483
|
+
"name": "large"
|
|
8484
|
+
},
|
|
8485
|
+
{
|
|
8486
|
+
"name": "medium"
|
|
8487
|
+
},
|
|
8488
|
+
{
|
|
8489
|
+
"name": "small"
|
|
6382
8490
|
}
|
|
6383
8491
|
]
|
|
6384
8492
|
},
|
|
@@ -6386,6 +8494,21 @@
|
|
|
6386
8494
|
"name": "spellcheck",
|
|
6387
8495
|
"description": "If `true`, the element will have its spelling and grammar checked."
|
|
6388
8496
|
},
|
|
8497
|
+
{
|
|
8498
|
+
"name": "theme",
|
|
8499
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8500
|
+
"values": [
|
|
8501
|
+
{
|
|
8502
|
+
"name": "ios"
|
|
8503
|
+
},
|
|
8504
|
+
{
|
|
8505
|
+
"name": "md"
|
|
8506
|
+
},
|
|
8507
|
+
{
|
|
8508
|
+
"name": "ionic"
|
|
8509
|
+
}
|
|
8510
|
+
]
|
|
8511
|
+
},
|
|
6389
8512
|
{
|
|
6390
8513
|
"name": "value",
|
|
6391
8514
|
"description": "The value of the textarea."
|
|
@@ -6419,7 +8542,35 @@
|
|
|
6419
8542
|
"kind": "markdown",
|
|
6420
8543
|
"value": ""
|
|
6421
8544
|
},
|
|
6422
|
-
"attributes": [
|
|
8545
|
+
"attributes": [
|
|
8546
|
+
{
|
|
8547
|
+
"name": "mode",
|
|
8548
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8549
|
+
"values": [
|
|
8550
|
+
{
|
|
8551
|
+
"name": "ios"
|
|
8552
|
+
},
|
|
8553
|
+
{
|
|
8554
|
+
"name": "md"
|
|
8555
|
+
}
|
|
8556
|
+
]
|
|
8557
|
+
},
|
|
8558
|
+
{
|
|
8559
|
+
"name": "theme",
|
|
8560
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8561
|
+
"values": [
|
|
8562
|
+
{
|
|
8563
|
+
"name": "ios"
|
|
8564
|
+
},
|
|
8565
|
+
{
|
|
8566
|
+
"name": "md"
|
|
8567
|
+
},
|
|
8568
|
+
{
|
|
8569
|
+
"name": "ionic"
|
|
8570
|
+
}
|
|
8571
|
+
]
|
|
8572
|
+
}
|
|
8573
|
+
],
|
|
6423
8574
|
"references": [
|
|
6424
8575
|
{
|
|
6425
8576
|
"name": "Source code",
|
|
@@ -6467,6 +8618,18 @@
|
|
|
6467
8618
|
}
|
|
6468
8619
|
]
|
|
6469
8620
|
},
|
|
8621
|
+
{
|
|
8622
|
+
"name": "mode",
|
|
8623
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8624
|
+
"values": [
|
|
8625
|
+
{
|
|
8626
|
+
"name": "ios"
|
|
8627
|
+
},
|
|
8628
|
+
{
|
|
8629
|
+
"name": "md"
|
|
8630
|
+
}
|
|
8631
|
+
]
|
|
8632
|
+
},
|
|
6470
8633
|
{
|
|
6471
8634
|
"name": "size",
|
|
6472
8635
|
"description": "The size of the toolbar title.",
|
|
@@ -6478,6 +8641,21 @@
|
|
|
6478
8641
|
"name": "small"
|
|
6479
8642
|
}
|
|
6480
8643
|
]
|
|
8644
|
+
},
|
|
8645
|
+
{
|
|
8646
|
+
"name": "theme",
|
|
8647
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8648
|
+
"values": [
|
|
8649
|
+
{
|
|
8650
|
+
"name": "ios"
|
|
8651
|
+
},
|
|
8652
|
+
{
|
|
8653
|
+
"name": "md"
|
|
8654
|
+
},
|
|
8655
|
+
{
|
|
8656
|
+
"name": "ionic"
|
|
8657
|
+
}
|
|
8658
|
+
]
|
|
6481
8659
|
}
|
|
6482
8660
|
],
|
|
6483
8661
|
"references": [
|
|
@@ -6573,7 +8751,7 @@
|
|
|
6573
8751
|
},
|
|
6574
8752
|
{
|
|
6575
8753
|
"name": "mode",
|
|
6576
|
-
"description": "The mode determines
|
|
8754
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6577
8755
|
"values": [
|
|
6578
8756
|
{
|
|
6579
8757
|
"name": "ios"
|
|
@@ -6602,6 +8780,21 @@
|
|
|
6602
8780
|
"name": "position-anchor",
|
|
6603
8781
|
"description": "The element to anchor the toast's position to. Can be set as a direct reference\nor the ID of the element. With `position=\"bottom\"`, the toast will sit above the\nchosen element. With `position=\"top\"`, the toast will sit below the chosen element.\nWith `position=\"middle\"`, the value of `positionAnchor` is ignored."
|
|
6604
8782
|
},
|
|
8783
|
+
{
|
|
8784
|
+
"name": "shape",
|
|
8785
|
+
"description": "Set to `\"soft\"` for a toast with slightly rounded corners,\n`\"round\"` for a toast with fully rounded corners, or `\"rectangular\"`\nfor a toast without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
8786
|
+
"values": [
|
|
8787
|
+
{
|
|
8788
|
+
"name": "rectangular"
|
|
8789
|
+
},
|
|
8790
|
+
{
|
|
8791
|
+
"name": "round"
|
|
8792
|
+
},
|
|
8793
|
+
{
|
|
8794
|
+
"name": "soft"
|
|
8795
|
+
}
|
|
8796
|
+
]
|
|
8797
|
+
},
|
|
6605
8798
|
{
|
|
6606
8799
|
"name": "swipe-gesture",
|
|
6607
8800
|
"description": "If set to 'vertical', the Toast can be dismissed with\na swipe gesture. The swipe direction is determined by\nthe value of the `position` property:\n`top`: The Toast can be swiped up to dismiss.\n`bottom`: The Toast can be swiped down to dismiss.\n`middle`: The Toast can be swiped up or down to dismiss.",
|
|
@@ -6611,9 +8804,24 @@
|
|
|
6611
8804
|
}
|
|
6612
8805
|
]
|
|
6613
8806
|
},
|
|
8807
|
+
{
|
|
8808
|
+
"name": "theme",
|
|
8809
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8810
|
+
"values": [
|
|
8811
|
+
{
|
|
8812
|
+
"name": "ios"
|
|
8813
|
+
},
|
|
8814
|
+
{
|
|
8815
|
+
"name": "md"
|
|
8816
|
+
},
|
|
8817
|
+
{
|
|
8818
|
+
"name": "ionic"
|
|
8819
|
+
}
|
|
8820
|
+
]
|
|
8821
|
+
},
|
|
6614
8822
|
{
|
|
6615
8823
|
"name": "translucent",
|
|
6616
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
8824
|
+
"description": "If `true`, the toast will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
6617
8825
|
},
|
|
6618
8826
|
{
|
|
6619
8827
|
"name": "trigger",
|
|
@@ -6734,7 +8942,7 @@
|
|
|
6734
8942
|
},
|
|
6735
8943
|
{
|
|
6736
8944
|
"name": "mode",
|
|
6737
|
-
"description": "The mode determines
|
|
8945
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6738
8946
|
"values": [
|
|
6739
8947
|
{
|
|
6740
8948
|
"name": "ios"
|
|
@@ -6752,6 +8960,21 @@
|
|
|
6752
8960
|
"name": "required",
|
|
6753
8961
|
"description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid."
|
|
6754
8962
|
},
|
|
8963
|
+
{
|
|
8964
|
+
"name": "theme",
|
|
8965
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8966
|
+
"values": [
|
|
8967
|
+
{
|
|
8968
|
+
"name": "ios"
|
|
8969
|
+
},
|
|
8970
|
+
{
|
|
8971
|
+
"name": "md"
|
|
8972
|
+
},
|
|
8973
|
+
{
|
|
8974
|
+
"name": "ionic"
|
|
8975
|
+
}
|
|
8976
|
+
]
|
|
8977
|
+
},
|
|
6755
8978
|
{
|
|
6756
8979
|
"name": "value",
|
|
6757
8980
|
"description": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`."
|
|
@@ -6806,13 +9029,28 @@
|
|
|
6806
9029
|
},
|
|
6807
9030
|
{
|
|
6808
9031
|
"name": "mode",
|
|
6809
|
-
"description": "The mode determines
|
|
9032
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9033
|
+
"values": [
|
|
9034
|
+
{
|
|
9035
|
+
"name": "ios"
|
|
9036
|
+
},
|
|
9037
|
+
{
|
|
9038
|
+
"name": "md"
|
|
9039
|
+
}
|
|
9040
|
+
]
|
|
9041
|
+
},
|
|
9042
|
+
{
|
|
9043
|
+
"name": "theme",
|
|
9044
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6810
9045
|
"values": [
|
|
6811
9046
|
{
|
|
6812
9047
|
"name": "ios"
|
|
6813
9048
|
},
|
|
6814
9049
|
{
|
|
6815
9050
|
"name": "md"
|
|
9051
|
+
},
|
|
9052
|
+
{
|
|
9053
|
+
"name": "ionic"
|
|
6816
9054
|
}
|
|
6817
9055
|
]
|
|
6818
9056
|
}
|