@ionic/core 8.3.3 → 8.3.4-dev.11729606086.12d2b081
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 -13
- package/components/config2.js +79 -0
- package/components/data.js +4 -4
- package/components/focus-visible.js +8 -1
- package/components/framework-delegate.js +3 -1
- package/components/helpers.js +4 -1
- package/components/index2.js +2 -2
- package/components/index4.js +8 -9
- package/components/index5.js +27 -3
- package/components/index6.js +114 -20
- 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 +9 -6
- package/components/ion-accordion.js +36 -17
- package/components/ion-app.js +9 -77
- package/components/ion-avatar.js +52 -3
- package/components/ion-back-button.js +29 -19
- package/components/ion-badge.js +44 -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-content.js +14 -12
- package/components/ion-datetime-button.js +9 -6
- package/components/ion-datetime.js +96 -20
- 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-header.js +24 -15
- 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-modal.js +47 -21
- 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 +11 -6
- package/components/ion-range.js +11 -8
- 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 +93 -16
- package/components/ion-segment-button.js +12 -8
- package/components/ion-segment.js +11 -7
- package/components/ion-select-option.js +5 -2
- package/components/ion-select.js +77 -28
- 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 +12 -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 +38 -11
- package/components/ion-thumbnail.js +5 -2
- package/components/ion-title.js +11 -7
- package/components/ion-toast.js +30 -12
- package/components/ion-toggle.js +77 -18
- package/components/ion-toolbar.js +11 -7
- package/components/ionic-global.js +374 -84
- 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/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-popover.js +9 -2
- package/components/spinner.js +36 -9
- package/components/status-tap.js +1 -1
- package/components/x.js +6 -0
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic/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.map +1 -1
- package/dist/cjs/{animation-b4fdf128.js → animation-232e0c8f.js} +2 -2
- package/dist/cjs/{app-globals-21afee77.js → app-globals-0189a70c.js} +1 -1
- package/dist/cjs/{button-active-3f2f60b4.js → button-active-41228dbf.js} +4 -4
- package/dist/cjs/{capacitor-c04564bf.js → capacitor-806e7fee.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/{index-73f75efb.js → config-1349d5b4.js} +79 -0
- package/dist/cjs/{data-21dc0f81.js → data-cad5d489.js} +6 -6
- package/dist/cjs/{focus-visible-7a0ce04f.js → focus-visible-9aa87fa3.js} +8 -0
- package/dist/cjs/{framework-delegate-55f5683a.js → framework-delegate-cf116b1d.js} +4 -2
- package/dist/cjs/{haptic-f6b37aa3.js → haptic-f0cad9a6.js} +1 -1
- package/dist/cjs/{helpers-afaa9001.js → helpers-e75eb909.js} +4 -1
- package/dist/cjs/{index-5b6a7459.js → index-1d02518d.js} +3 -3
- package/dist/cjs/{index-9509ecad.js → index-2c8b42cd.js} +8 -7
- package/dist/cjs/{index-f05acd21.js → index-3ac79a1b.js} +11 -12
- package/dist/cjs/{index-9cd00dc3.js → index-71085796.js} +14 -15
- package/dist/cjs/index.cjs.js +10 -13
- package/dist/cjs/{input-shims-9e59ef62.js → input-shims-2958dcc9.js} +17 -17
- package/dist/cjs/{input.utils-611cde0b.js → input.utils-ed749ecb.js} +4 -5
- package/dist/cjs/ion-accordion_2.cjs.entry.js +53 -32
- package/dist/cjs/ion-action-sheet.cjs.entry.js +32 -30
- package/dist/cjs/ion-alert.cjs.entry.js +42 -41
- package/dist/cjs/ion-app_8.cjs.entry.js +144 -189
- package/dist/cjs/ion-avatar_3.cjs.entry.js +96 -13
- package/dist/cjs/ion-back-button.cjs.entry.js +34 -25
- package/dist/cjs/ion-backdrop.cjs.entry.js +13 -9
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +62 -25
- package/dist/cjs/ion-button_2.cjs.entry.js +54 -24
- package/dist/cjs/ion-card_5.cjs.entry.js +59 -36
- package/dist/cjs/ion-checkbox.cjs.entry.js +36 -21
- package/dist/cjs/ion-chip.cjs.entry.js +44 -9
- package/dist/cjs/ion-col_3.cjs.entry.js +18 -15
- package/dist/cjs/ion-datetime-button.cjs.entry.js +18 -15
- package/dist/cjs/ion-datetime_3.cjs.entry.js +188 -115
- package/dist/cjs/ion-fab_3.cjs.entry.js +51 -29
- package/dist/cjs/ion-img.cjs.entry.js +12 -9
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +32 -29
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +57 -19
- package/dist/cjs/ion-input.cjs.entry.js +133 -39
- package/dist/cjs/ion-item-option_3.cjs.entry.js +51 -29
- package/dist/cjs/ion-item_8.cjs.entry.js +131 -60
- package/dist/cjs/ion-loading.cjs.entry.js +31 -30
- package/dist/cjs/ion-menu_3.cjs.entry.js +67 -49
- package/dist/cjs/ion-modal.cjs.entry.js +90 -67
- package/dist/cjs/ion-nav_2.cjs.entry.js +29 -28
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +13 -9
- package/dist/cjs/ion-picker-column.cjs.entry.js +16 -17
- package/dist/cjs/ion-picker.cjs.entry.js +13 -9
- package/dist/cjs/ion-popover.cjs.entry.js +31 -30
- package/dist/cjs/ion-progress-bar.cjs.entry.js +18 -14
- package/dist/cjs/ion-radio_2.cjs.entry.js +27 -21
- package/dist/cjs/ion-range.cjs.entry.js +31 -28
- package/dist/cjs/ion-refresher_2.cjs.entry.js +73 -53
- package/dist/cjs/ion-reorder_2.cjs.entry.js +45 -22
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +22 -12
- package/dist/cjs/ion-route_4.cjs.entry.js +17 -17
- package/dist/cjs/ion-searchbar.cjs.entry.js +107 -31
- package/dist/cjs/ion-segment_2.cjs.entry.js +33 -25
- package/dist/cjs/ion-select_3.cjs.entry.js +118 -63
- package/dist/cjs/ion-spinner.cjs.entry.js +42 -17
- package/dist/cjs/ion-split-pane.cjs.entry.js +16 -12
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +52 -28
- package/dist/cjs/ion-tab_2.cjs.entry.js +14 -14
- package/dist/cjs/ion-text.cjs.entry.js +7 -7
- package/dist/cjs/ion-textarea.cjs.entry.js +56 -32
- package/dist/cjs/ion-toast.cjs.entry.js +58 -43
- package/dist/cjs/ion-toggle.cjs.entry.js +88 -31
- package/dist/cjs/ionic-global-3647b9f5.js +534 -0
- package/dist/cjs/ionic.cjs.js +7 -7
- package/dist/cjs/{ios.transition-cf40433b.js → ios.transition-4411892c.js} +6 -7
- package/dist/cjs/{keyboard-controller-c05e747a.js → keyboard-controller-020444ad.js} +11 -9
- package/dist/cjs/{keyboard-af1bb365.js → keyboard-e0062bfc.js} +4 -3
- package/dist/cjs/{keyboard-0272231f.js → keyboard-ed6e1327.js} +1 -1
- package/dist/cjs/list-2930c629.js +8 -0
- package/dist/cjs/loader.cjs.js +5 -5
- package/dist/cjs/{md.transition-ededf99f.js → md.transition-261f9f67.js} +5 -7
- package/dist/cjs/{notch-controller-d69150f5.js → notch-controller-70ad2323.js} +4 -4
- package/dist/cjs/{overlays-0123d7d4.js → overlays-22320753.js} +18 -19
- package/dist/cjs/{status-tap-37681226.js → status-tap-cfc7f9a5.js} +8 -8
- package/dist/cjs/{swipe-back-0303a5e4.js → swipe-back-ecdf1cf5.js} +2 -1
- package/dist/cjs/x-81a8f51c.js +8 -0
- package/dist/collection/components/accordion/accordion.ionic.css +203 -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 +83 -0
- package/dist/collection/components/accordion-group/accordion-group.ios.css +16 -4
- package/dist/collection/components/accordion-group/accordion-group.js +11 -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 +12 -78
- package/dist/collection/components/avatar/avatar.ionic.css +271 -0
- package/dist/collection/components/avatar/avatar.ios.css +12 -0
- package/dist/collection/components/avatar/avatar.js +92 -4
- package/dist/collection/components/avatar/avatar.md.css +12 -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 +153 -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 +251 -0
- package/dist/collection/components/badge/badge.ios.css +106 -3
- package/dist/collection/components/badge/badge.js +75 -8
- package/dist/collection/components/badge/badge.md.css +106 -3
- 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 +591 -0
- package/dist/collection/components/button/button.ios.css +129 -36
- package/dist/collection/components/button/button.js +46 -16
- package/dist/collection/components/button/button.md.css +120 -40
- package/dist/collection/components/buttons/buttons.ionic.css +101 -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 +139 -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 +92 -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 +89 -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 +148 -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 +409 -0
- package/dist/collection/components/checkbox/checkbox.ios.css +20 -2
- package/dist/collection/components/checkbox/checkbox.js +63 -14
- package/dist/collection/components/checkbox/checkbox.md.css +21 -3
- package/dist/collection/components/chip/chip.ionic.css +162 -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 +670 -0
- package/dist/collection/components/datetime/datetime.ios.css +232 -73
- package/dist/collection/components/datetime/datetime.js +95 -19
- package/dist/collection/components/datetime/datetime.md.css +232 -73
- package/dist/collection/components/datetime/utils/data.js +3 -3
- 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/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 +88 -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 +1099 -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 +143 -0
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +48 -12
- package/dist/collection/components/item/item.ionic.css +504 -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 +334 -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 +260 -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 +196 -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 +238 -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 +240 -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 +4 -2
- package/dist/collection/components/modal/gestures/sheet.js +10 -6
- package/dist/collection/components/modal/modal.ionic.css +241 -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.ios.css +8 -2
- package/dist/collection/components/progress-bar/progress-bar.js +10 -7
- package/dist/collection/components/progress-bar/progress-bar.md.css +8 -2
- package/dist/collection/components/radio/radio.ionic.css +420 -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.js +9 -3
- package/dist/collection/components/range/range.ios.css +12 -0
- package/dist/collection/components/range/range.js +12 -9
- package/dist/collection/components/range/range.md.css +12 -0
- 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 +347 -0
- package/dist/collection/components/searchbar/searchbar.ios.css +56 -18
- package/dist/collection/components/searchbar/searchbar.js +97 -25
- package/dist/collection/components/searchbar/searchbar.md.css +56 -18
- package/dist/collection/components/segment/segment.ionic.css +119 -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 +352 -0
- package/dist/collection/components/segment-button/segment-button.ios.css +146 -105
- package/dist/collection/components/segment-button/segment-button.js +12 -9
- package/dist/collection/components/segment-button/segment-button.md.css +148 -107
- package/dist/collection/components/select/select.ios.css +22 -3
- package/dist/collection/components/select/select.js +79 -31
- package/dist/collection/components/select/select.md.css +38 -5
- 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} +65 -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 +254 -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 +273 -0
- package/dist/collection/components/tab-button/tab-button.ios.css +103 -88
- package/dist/collection/components/tab-button/tab-button.js +11 -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 +806 -0
- package/dist/collection/components/textarea/textarea.ios.css +201 -96
- package/dist/collection/components/textarea/textarea.js +59 -16
- package/dist/collection/components/textarea/textarea.md.css +214 -97
- 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 +147 -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 +359 -0
- package/dist/collection/components/toast/toast.ios.css +74 -35
- package/dist/collection/components/toast/toast.js +45 -11
- package/dist/collection/components/toast/toast.md.css +74 -35
- package/dist/collection/components/toggle/toggle.ionic.css +421 -0
- package/dist/collection/components/toggle/toggle.ios.css +166 -120
- package/dist/collection/components/toggle/toggle.js +73 -18
- package/dist/collection/components/toggle/toggle.md.css +163 -120
- package/dist/collection/components/toolbar/toolbar.ionic.css +235 -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 +7 -0
- package/dist/collection/utils/framework-delegate.js +3 -1
- package/dist/collection/utils/helpers.js +3 -1
- 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 +14 -1
- package/dist/collection/utils/transition/ios.transition.js +1 -0
- package/dist/docs.json +6997 -321
- package/dist/esm/{animation-eab5a4ca.js → animation-16546c84.js} +1 -1
- package/dist/esm/{app-globals-5dbb61a5.js → app-globals-35381e66.js} +1 -1
- package/dist/esm/{button-active-f6503382.js → button-active-c768aceb.js} +2 -2
- package/dist/esm/{capacitor-59395cbd.js → capacitor-0897b83c.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/{index-28849c61.js → config-0b6b1b3d.js} +76 -1
- package/dist/esm/{data-ae11fd43.js → data-d9b1fbdb.js} +4 -4
- package/dist/esm/{focus-visible-dd40d69f.js → focus-visible-501aff19.js} +8 -1
- package/dist/esm/{framework-delegate-63d1a679.js → framework-delegate-56698eb0.js} +4 -2
- package/dist/esm/{haptic-ac164e4c.js → haptic-d9a770b8.js} +1 -1
- package/dist/esm/{helpers-da915de8.js → helpers-d57f52c8.js} +4 -1
- package/{components/index9.js → dist/esm/index-7f65e865.js} +3 -2
- package/dist/esm/{index-fe1782b1.js → index-82405a4a.js} +10 -11
- package/dist/esm/{index-e2cf2ceb.js → index-d997525d.js} +1 -1
- package/dist/esm/{index-3ad7f18b.js → index-edf94b3b.js} +5 -6
- package/dist/esm/{index-5cc724f3.js → index-f8ad386a.js} +2 -2
- package/dist/esm/index.js +10 -13
- package/dist/esm/{input-shims-0314bbe5.js → input-shims-0f3cc1c3.js} +6 -6
- package/dist/esm/{input.utils-09c71bc7.js → input.utils-ef4d8197.js} +2 -3
- package/dist/esm/ion-accordion_2.entry.js +45 -24
- package/dist/esm/ion-action-sheet.entry.js +21 -19
- package/dist/esm/ion-alert.entry.js +22 -21
- package/dist/esm/ion-app_8.entry.js +95 -140
- package/dist/esm/ion-avatar_3.entry.js +93 -10
- package/dist/esm/ion-back-button.entry.js +30 -21
- package/dist/esm/ion-backdrop.entry.js +11 -7
- package/dist/esm/ion-breadcrumb_2.entry.js +54 -17
- package/dist/esm/ion-button_2.entry.js +43 -13
- package/dist/esm/ion-card_5.entry.js +52 -29
- package/dist/esm/ion-checkbox.entry.js +29 -14
- package/dist/esm/ion-chip.entry.js +43 -8
- package/dist/esm/ion-col_3.entry.js +14 -11
- package/dist/esm/ion-datetime-button.entry.js +12 -9
- package/dist/esm/ion-datetime_3.entry.js +113 -40
- package/dist/esm/ion-fab_3.entry.js +43 -21
- package/dist/esm/ion-img.entry.js +7 -4
- package/dist/esm/ion-infinite-scroll_2.entry.js +18 -15
- package/dist/esm/ion-input-password-toggle.entry.js +53 -15
- package/dist/esm/ion-input.entry.js +119 -25
- package/dist/esm/ion-item-option_3.entry.js +40 -18
- package/dist/esm/ion-item_8.entry.js +113 -42
- package/dist/esm/ion-loading.entry.js +17 -16
- package/dist/esm/ion-menu_3.entry.js +47 -29
- package/dist/esm/ion-modal.entry.js +54 -31
- package/dist/esm/ion-nav_2.entry.js +13 -12
- package/dist/esm/ion-picker-column-option.entry.js +11 -7
- package/dist/esm/ion-picker-column.entry.js +11 -12
- package/dist/esm/ion-picker.entry.js +10 -6
- package/dist/esm/ion-popover.entry.js +17 -16
- package/dist/esm/ion-progress-bar.entry.js +12 -8
- package/dist/esm/ion-radio_2.entry.js +18 -12
- package/dist/esm/ion-range.entry.js +13 -10
- package/dist/esm/ion-refresher_2.entry.js +41 -21
- package/dist/esm/ion-reorder_2.entry.js +38 -15
- package/dist/esm/ion-ripple-effect.entry.js +18 -8
- package/dist/esm/ion-route_4.entry.js +8 -8
- package/dist/esm/ion-searchbar.entry.js +94 -18
- package/dist/esm/ion-segment_2.entry.js +24 -16
- package/dist/esm/ion-select_3.entry.js +93 -38
- package/dist/esm/ion-spinner.entry.js +33 -8
- package/dist/esm/ion-split-pane.entry.js +13 -9
- package/dist/esm/ion-tab-bar_2.entry.js +44 -20
- package/dist/esm/ion-tab_2.entry.js +7 -7
- package/dist/esm/ion-text.entry.js +6 -6
- package/dist/esm/ion-textarea.entry.js +41 -17
- package/dist/esm/ion-toast.entry.js +33 -18
- package/dist/esm/ion-toggle.entry.js +80 -23
- package/dist/esm/ionic-global-d7017fd9.js +520 -0
- package/dist/esm/ionic.js +5 -5
- package/dist/esm/{ios.transition-4ee1a3af.js → ios.transition-4b9fe79e.js} +6 -7
- package/dist/esm/{keyboard-52278bd7.js → keyboard-584d2e6f.js} +4 -3
- package/dist/esm/{keyboard-73175e24.js → keyboard-ad38b8fc.js} +1 -1
- package/dist/esm/{keyboard-controller-ec5c2bfa.js → keyboard-controller-9c9c2301.js} +5 -3
- package/dist/esm/list-6524700c.js +6 -0
- package/dist/esm/loader.js +5 -5
- package/dist/esm/{md.transition-5106a0d2.js → md.transition-a71dc418.js} +5 -7
- package/dist/esm/{notch-controller-55b09e11.js → notch-controller-4d9a7b28.js} +2 -2
- package/dist/esm/{overlays-9c75ec54.js → overlays-9da9aef5.js} +6 -7
- package/dist/esm/{status-tap-f472b09f.js → status-tap-82f51b25.js} +4 -4
- package/dist/esm/{swipe-back-e5394307.js → swipe-back-c5709ce5.js} +2 -1
- package/dist/esm/x-a64bcd9f.js +6 -0
- package/dist/esm-es5/animation-16546c84.js +4 -0
- package/dist/esm-es5/app-globals-35381e66.js +4 -0
- package/dist/esm-es5/button-active-c768aceb.js +4 -0
- package/dist/esm-es5/capacitor-0897b83c.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/{index-28849c61.js → config-0b6b1b3d.js} +2 -2
- package/dist/esm-es5/data-d9b1fbdb.js +4 -0
- package/dist/esm-es5/focus-visible-501aff19.js +4 -0
- package/dist/esm-es5/framework-delegate-56698eb0.js +4 -0
- package/dist/esm-es5/{haptic-ac164e4c.js → haptic-d9a770b8.js} +1 -1
- package/dist/esm-es5/helpers-d57f52c8.js +4 -0
- package/dist/esm-es5/index-7f65e865.js +4 -0
- package/dist/esm-es5/index-82405a4a.js +4 -0
- package/dist/esm-es5/{index-e2cf2ceb.js → index-d997525d.js} +1 -1
- package/dist/esm-es5/index-edf94b3b.js +4 -0
- package/dist/esm-es5/index-f8ad386a.js +4 -0
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/input-shims-0f3cc1c3.js +4 -0
- package/dist/esm-es5/input.utils-ef4d8197.js +4 -0
- package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
- package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
- package/dist/esm-es5/ion-alert.entry.js +1 -1
- package/dist/esm-es5/ion-app_8.entry.js +1 -1
- package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
- package/dist/esm-es5/ion-back-button.entry.js +1 -1
- package/dist/esm-es5/ion-backdrop.entry.js +1 -1
- package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
- package/dist/esm-es5/ion-button_2.entry.js +1 -1
- package/dist/esm-es5/ion-card_5.entry.js +1 -1
- package/dist/esm-es5/ion-checkbox.entry.js +1 -1
- package/dist/esm-es5/ion-chip.entry.js +1 -1
- package/dist/esm-es5/ion-col_3.entry.js +1 -1
- package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
- package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
- package/dist/esm-es5/ion-fab_3.entry.js +1 -1
- package/dist/esm-es5/ion-img.entry.js +1 -1
- package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
- package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
- package/dist/esm-es5/ion-input.entry.js +1 -1
- package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
- package/dist/esm-es5/ion-item_8.entry.js +1 -1
- package/dist/esm-es5/ion-loading.entry.js +1 -1
- package/dist/esm-es5/ion-menu_3.entry.js +1 -1
- package/dist/esm-es5/ion-modal.entry.js +1 -1
- package/dist/esm-es5/ion-nav_2.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column.entry.js +1 -1
- package/dist/esm-es5/ion-picker.entry.js +1 -1
- package/dist/esm-es5/ion-popover.entry.js +1 -1
- package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
- package/dist/esm-es5/ion-radio_2.entry.js +1 -1
- package/dist/esm-es5/ion-range.entry.js +1 -1
- package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
- package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
- package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
- package/dist/esm-es5/ion-route_4.entry.js +1 -1
- package/dist/esm-es5/ion-searchbar.entry.js +1 -1
- package/dist/esm-es5/ion-segment_2.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-d7017fd9.js +4 -0
- package/dist/esm-es5/ionic.js +1 -1
- package/dist/esm-es5/ios.transition-4b9fe79e.js +4 -0
- package/dist/esm-es5/keyboard-584d2e6f.js +4 -0
- package/dist/esm-es5/{keyboard-73175e24.js → keyboard-ad38b8fc.js} +1 -1
- package/dist/esm-es5/keyboard-controller-9c9c2301.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-a71dc418.js +4 -0
- package/dist/esm-es5/notch-controller-4d9a7b28.js +4 -0
- package/dist/esm-es5/overlays-9da9aef5.js +4 -0
- package/dist/esm-es5/status-tap-82f51b25.js +4 -0
- package/dist/esm-es5/swipe-back-c5709ce5.js +4 -0
- package/dist/esm-es5/x-a64bcd9f.js +4 -0
- package/dist/html.html-data.json +2302 -215
- 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-01d80901.system.js +4 -0
- package/dist/ionic/p-027d729e.entry.js +4 -0
- package/dist/ionic/p-036e1c5b.entry.js +4 -0
- package/dist/ionic/{p-fcd71204.system.entry.js → p-0695a0af.system.entry.js} +1 -1
- package/dist/ionic/p-06ec4706.js +4 -0
- package/dist/ionic/p-08df90cf.system.js +4 -0
- package/dist/ionic/p-08f1ef0c.entry.js +4 -0
- package/dist/ionic/{p-973f0b15.system.entry.js → p-093de343.system.entry.js} +1 -1
- package/dist/ionic/p-0a701833.entry.js +4 -0
- package/dist/ionic/{p-d60342e3.js → p-0a820472.js} +1 -1
- package/dist/ionic/p-0ade0499.system.entry.js +4 -0
- package/dist/ionic/p-1037b7dd.js +4 -0
- package/dist/ionic/{p-1e955a45.system.js → p-115d74cd.system.js} +1 -1
- package/dist/ionic/p-12e3e308.entry.js +4 -0
- package/dist/ionic/p-14719a77.entry.js +4 -0
- package/dist/ionic/p-15d51b10.js +4 -0
- package/dist/ionic/p-221e5078.system.js +4 -0
- package/dist/ionic/p-243adf8c.js +4 -0
- package/dist/ionic/{p-dfb78785.system.js → p-25e2c98f.system.js} +1 -1
- package/dist/ionic/p-26f7c080.system.js +4 -0
- package/dist/ionic/p-28d04212.system.js +4 -0
- package/dist/ionic/p-291dc0b3.system.entry.js +4 -0
- package/dist/ionic/p-29d6d1fc.system.entry.js +4 -0
- package/dist/ionic/p-2a559ac6.js +4 -0
- package/dist/ionic/p-2a79e451.entry.js +4 -0
- package/dist/ionic/{p-89a0a446.entry.js → p-2b428cf6.entry.js} +1 -1
- package/dist/ionic/p-2c368e32.entry.js +4 -0
- package/dist/ionic/{p-372ae7f4.system.js → p-2c5d7d84.system.js} +1 -1
- package/dist/ionic/p-2d621d56.system.entry.js +4 -0
- package/dist/ionic/p-2da8c20c.system.entry.js +4 -0
- package/dist/ionic/p-334c09da.entry.js +4 -0
- package/dist/ionic/p-33a1d951.system.entry.js +4 -0
- package/dist/ionic/p-36bdcfc4.js +4 -0
- package/dist/ionic/p-388ac217.js +4 -0
- package/dist/ionic/p-38f9a43d.entry.js +4 -0
- package/dist/ionic/p-39c02066.system.entry.js +4 -0
- package/dist/ionic/{p-9ea607bd.system.js → p-3a11234f.system.js} +2 -2
- package/dist/ionic/{p-5da94421.system.js → p-3bfe43bc.system.js} +2 -2
- package/dist/ionic/p-3c24f9f2.entry.js +4 -0
- package/dist/ionic/p-3ca5196c.js +4 -0
- package/dist/ionic/p-3d9cad0b.system.entry.js +4 -0
- package/dist/ionic/p-413a936c.entry.js +4 -0
- package/dist/ionic/p-419fac38.entry.js +4 -0
- package/dist/ionic/p-429dd2b5.system.js +4 -0
- package/dist/ionic/p-434c7348.system.entry.js +4 -0
- package/dist/ionic/p-45c0763d.system.entry.js +4 -0
- package/dist/ionic/p-45e150eb.js +4 -0
- package/dist/ionic/p-46787abb.system.js +4 -0
- package/dist/ionic/p-46cc2492.system.js +4 -0
- package/dist/ionic/p-49a3fc76.entry.js +4 -0
- package/dist/ionic/p-49d80815.entry.js +4 -0
- package/dist/ionic/p-4a9b61ed.system.entry.js +4 -0
- package/dist/ionic/{p-49bc6544.entry.js → p-4b153a9f.entry.js} +1 -1
- package/dist/ionic/p-4c251d59.entry.js +4 -0
- package/dist/ionic/p-4d000ec5.entry.js +4 -0
- package/dist/ionic/p-4e202665.js +4 -0
- package/dist/ionic/{p-27281edd.js → p-4ed7dfdb.js} +1 -1
- package/dist/ionic/p-4f4ad0e8.system.entry.js +4 -0
- package/dist/ionic/p-4feea938.entry.js +4 -0
- package/dist/ionic/p-501ae197.system.entry.js +4 -0
- package/dist/ionic/p-521ef3a2.entry.js +4 -0
- package/dist/ionic/p-5468bfbf.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-5ce35a03.js +4 -0
- package/dist/ionic/p-607c9c33.js +4 -0
- package/dist/ionic/{p-19ea7bff.system.js → p-61a51379.system.js} +1 -1
- package/dist/ionic/p-643e2eb8.js +4 -0
- package/dist/ionic/p-64a3567c.system.entry.js +4 -0
- package/dist/ionic/p-660f3b98.entry.js +4 -0
- package/dist/ionic/p-68f3fa48.system.entry.js +4 -0
- package/dist/ionic/p-69e54172.js +4 -0
- package/dist/ionic/p-6a0dd6bc.js +4 -0
- package/dist/ionic/p-6ad6d594.js +4 -0
- package/dist/ionic/p-6d9e1887.system.entry.js +4 -0
- package/dist/ionic/p-6df759c8.system.entry.js +4 -0
- package/dist/ionic/{p-fd0cb4ef.entry.js → p-6ecebfc6.entry.js} +1 -1
- package/dist/ionic/{p-313ccc01.system.entry.js → p-6f8c2e62.system.entry.js} +1 -1
- package/dist/ionic/p-70c6cd75.system.js +4 -0
- package/dist/ionic/p-71e8ffdd.system.js +4 -0
- package/dist/ionic/p-726b9197.system.entry.js +4 -0
- package/dist/ionic/p-729e689f.entry.js +4 -0
- package/dist/ionic/p-73e32456.system.js +4 -0
- package/dist/ionic/{p-9146695e.system.js → p-747e9c9a.system.js} +1 -1
- package/dist/ionic/p-7ebc381e.entry.js +4 -0
- package/dist/ionic/p-80342c88.system.entry.js +4 -0
- package/dist/ionic/p-8421aedf.js +4 -0
- package/dist/ionic/p-846dd10a.entry.js +4 -0
- package/dist/ionic/p-90089868.system.entry.js +4 -0
- package/dist/ionic/p-9152f6a3.system.entry.js +4 -0
- package/dist/ionic/p-92b48263.entry.js +4 -0
- package/dist/ionic/p-931dc464.entry.js +4 -0
- package/dist/ionic/p-9a9eb866.entry.js +4 -0
- package/dist/ionic/p-9c526519.entry.js +4 -0
- package/dist/ionic/p-9e4ede77.system.entry.js +4 -0
- package/dist/ionic/p-9e8e25e4.system.js +4 -0
- package/dist/ionic/p-9e9bff83.system.js +4 -0
- package/dist/ionic/p-9f51595b.entry.js +4 -0
- package/dist/ionic/{p-836d39d4.system.entry.js → p-a65fe34d.system.entry.js} +1 -1
- package/dist/ionic/p-a6aaef61.system.entry.js +4 -0
- package/dist/ionic/p-a856dbc6.entry.js +4 -0
- package/dist/ionic/p-a9af4103.js +4 -0
- package/dist/ionic/{p-d836d43e.js → p-a9fd9d48.js} +2 -2
- package/dist/ionic/p-aacc6ddd.system.js +5 -0
- package/dist/ionic/p-ab6e0f02.system.entry.js +4 -0
- package/dist/ionic/p-ac64cba5.entry.js +4 -0
- package/dist/ionic/p-adaa7af1.entry.js +4 -0
- package/dist/ionic/{p-75c0dc65.system.entry.js → p-adec897a.system.entry.js} +1 -1
- package/dist/ionic/p-b0e10591.entry.js +4 -0
- package/dist/ionic/p-b14c601a.entry.js +4 -0
- package/dist/ionic/p-b19a9aa9.system.js +4 -0
- package/dist/ionic/p-b297c7b5.system.js +4 -0
- package/dist/ionic/p-b6fc8ee2.system.entry.js +4 -0
- package/dist/ionic/{p-89b61afc.js → p-b9b36d56.js} +1 -1
- package/dist/ionic/p-ba3ddec4.js +4 -0
- package/dist/ionic/p-bd50f24e.system.entry.js +4 -0
- package/dist/ionic/p-c248c88d.system.js +4 -0
- package/dist/ionic/p-c2a4c5c5.system.entry.js +4 -0
- package/dist/ionic/p-c6191942.js +4 -0
- package/dist/ionic/p-c6e47379.entry.js +4 -0
- package/dist/ionic/p-c7e967c0.system.entry.js +4 -0
- package/dist/ionic/p-c8097757.system.entry.js +4 -0
- package/dist/ionic/p-c8a54d29.system.entry.js +4 -0
- package/dist/ionic/{p-b06ac4a5.system.js → p-c9ef0ca7.system.js} +1 -1
- package/dist/ionic/p-cb131dda.system.entry.js +4 -0
- package/dist/ionic/p-cb8800fe.system.entry.js +4 -0
- package/dist/ionic/p-cf2f1ede.entry.js +4 -0
- package/dist/ionic/p-d0259f44.system.js +4 -0
- package/dist/ionic/p-d085c881.system.entry.js +4 -0
- package/dist/ionic/p-d0953ec9.system.entry.js +4 -0
- package/dist/ionic/p-d0b7fe70.entry.js +4 -0
- package/dist/ionic/p-d10313a6.system.js +4 -0
- package/dist/ionic/{p-c7e16491.js → p-d1e991c3.js} +1 -1
- package/dist/ionic/p-d2a55f0a.system.entry.js +4 -0
- package/dist/ionic/p-d2ef848a.entry.js +4 -0
- package/dist/ionic/p-d346c889.system.entry.js +4 -0
- package/dist/ionic/{p-3c8e5c23.system.js → p-d8339079.system.js} +1 -1
- package/dist/ionic/{p-f687573e.system.js → p-d9e1c48c.system.js} +1 -1
- package/dist/ionic/p-da968066.entry.js +4 -0
- package/dist/ionic/p-db8aeb40.system.js +4 -0
- package/dist/ionic/{p-d743e981.js → p-dbfc5db6.js} +1 -1
- package/dist/ionic/p-dd50ef12.js +4 -0
- package/dist/ionic/p-e270862e.js +4 -0
- package/dist/ionic/p-e3b70846.system.js +4 -0
- package/dist/ionic/p-e5239905.system.entry.js +4 -0
- package/dist/ionic/{p-8985cdb6.system.js → p-e61e3bb4.system.js} +1 -1
- package/dist/ionic/p-e7546060.entry.js +4 -0
- package/dist/ionic/p-e9f8aa95.entry.js +4 -0
- package/dist/ionic/p-ea2ed35e.system.entry.js +4 -0
- package/dist/ionic/p-ecae6572.entry.js +4 -0
- package/dist/ionic/p-eeb60a8f.entry.js +4 -0
- package/dist/ionic/p-f065578f.js +4 -0
- package/dist/ionic/p-f41914c0.system.entry.js +4 -0
- package/dist/ionic/p-f4ae533b.js +4 -0
- package/dist/ionic/p-f61ce679.js +4 -0
- package/dist/ionic/p-f63f81aa.system.entry.js +4 -0
- package/dist/ionic/p-f670192b.system.entry.js +4 -0
- package/dist/ionic/{p-a93873de.system.js → p-f8e329da.system.js} +1 -1
- package/dist/ionic/p-fac985b6.system.entry.js +4 -0
- package/dist/ionic/p-fafdb8b2.entry.js +4 -0
- package/dist/ionic/p-fbcb3139.entry.js +4 -0
- package/dist/ionic/p-fbcf9790.system.entry.js +4 -0
- package/dist/types/components/accordion/accordion.d.ts +5 -3
- package/dist/types/components/accordion-group/accordion-group.d.ts +2 -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 +4 -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 +23 -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 +3 -3
- package/dist/types/components/datetime-button/datetime-button.d.ts +2 -1
- 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 +2 -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 +30 -8
- 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 +20 -5
- 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 +2 -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 +16 -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 +1354 -178
- 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 +1 -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 +2244 -847
- package/hydrate/index.mjs +2244 -847
- package/package.json +9 -5
- package/components/hardware-back-button.js +0 -115
- package/components/index8.js +0 -128
- package/dist/cjs/hardware-back-button-9e8a2c4f.js +0 -122
- package/dist/cjs/index-5915f9b3.js +0 -38
- package/dist/cjs/index-c8d52405.js +0 -10
- package/dist/cjs/ionic-global-d9a8bb5b.js +0 -237
- package/dist/esm/hardware-back-button-06ef3c3e.js +0 -116
- package/dist/esm/index-79b30591.js +0 -167
- package/dist/esm/index-9b0d46f4.js +0 -34
- package/dist/esm/index-a5d50daf.js +0 -7
- package/dist/esm/ionic-global-c81d82ab.js +0 -231
- package/dist/esm-es5/animation-eab5a4ca.js +0 -4
- package/dist/esm-es5/app-globals-5dbb61a5.js +0 -4
- package/dist/esm-es5/button-active-f6503382.js +0 -4
- package/dist/esm-es5/capacitor-59395cbd.js +0 -4
- package/dist/esm-es5/data-ae11fd43.js +0 -4
- package/dist/esm-es5/focus-visible-dd40d69f.js +0 -4
- package/dist/esm-es5/framework-delegate-63d1a679.js +0 -4
- package/dist/esm-es5/hardware-back-button-06ef3c3e.js +0 -4
- package/dist/esm-es5/helpers-da915de8.js +0 -4
- package/dist/esm-es5/index-3ad7f18b.js +0 -4
- package/dist/esm-es5/index-5cc724f3.js +0 -4
- package/dist/esm-es5/index-79b30591.js +0 -4
- package/dist/esm-es5/index-9b0d46f4.js +0 -4
- package/dist/esm-es5/index-a5d50daf.js +0 -4
- package/dist/esm-es5/index-fe1782b1.js +0 -4
- package/dist/esm-es5/input-shims-0314bbe5.js +0 -4
- package/dist/esm-es5/input.utils-09c71bc7.js +0 -4
- package/dist/esm-es5/ionic-global-c81d82ab.js +0 -4
- package/dist/esm-es5/ios.transition-4ee1a3af.js +0 -4
- package/dist/esm-es5/keyboard-52278bd7.js +0 -4
- package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +0 -4
- package/dist/esm-es5/md.transition-5106a0d2.js +0 -4
- package/dist/esm-es5/notch-controller-55b09e11.js +0 -4
- package/dist/esm-es5/overlays-9c75ec54.js +0 -4
- package/dist/esm-es5/status-tap-f472b09f.js +0 -4
- package/dist/esm-es5/swipe-back-e5394307.js +0 -4
- package/dist/ionic/p-003eecb9.entry.js +0 -4
- package/dist/ionic/p-00b01a55.system.entry.js +0 -4
- package/dist/ionic/p-01503bbd.system.entry.js +0 -4
- package/dist/ionic/p-0303d0f8.js +0 -4
- package/dist/ionic/p-0373d924.system.entry.js +0 -4
- package/dist/ionic/p-0574e87e.js +0 -4
- package/dist/ionic/p-05beda73.entry.js +0 -4
- package/dist/ionic/p-06e58c4e.js +0 -4
- package/dist/ionic/p-06fee233.js +0 -4
- package/dist/ionic/p-0c06e09b.system.js +0 -4
- package/dist/ionic/p-0fa0c92b.entry.js +0 -4
- package/dist/ionic/p-100b83fd.system.entry.js +0 -4
- package/dist/ionic/p-17474161.system.js +0 -4
- package/dist/ionic/p-176b372f.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-21cfd4de.entry.js +0 -4
- package/dist/ionic/p-21e5e7e4.js +0 -4
- package/dist/ionic/p-2200e26b.entry.js +0 -4
- package/dist/ionic/p-22c020db.system.entry.js +0 -4
- package/dist/ionic/p-233e6c93.entry.js +0 -4
- package/dist/ionic/p-25180df3.system.js +0 -5
- package/dist/ionic/p-25928b83.system.entry.js +0 -4
- package/dist/ionic/p-2690b1de.js +0 -4
- package/dist/ionic/p-293ed6ac.system.entry.js +0 -4
- package/dist/ionic/p-2b7827c7.js +0 -4
- package/dist/ionic/p-2b7c93b4.entry.js +0 -4
- package/dist/ionic/p-2c4bdd9d.entry.js +0 -4
- package/dist/ionic/p-2ca6eac2.system.entry.js +0 -4
- package/dist/ionic/p-2ea1ca4f.system.entry.js +0 -4
- package/dist/ionic/p-322c5fb4.system.js +0 -4
- package/dist/ionic/p-34b11c24.js +0 -4
- package/dist/ionic/p-3ad285e3.system.js +0 -4
- package/dist/ionic/p-3c968c7f.system.entry.js +0 -4
- package/dist/ionic/p-3cc276f4.js +0 -4
- package/dist/ionic/p-44d1539c.system.entry.js +0 -4
- package/dist/ionic/p-4a0a4204.system.entry.js +0 -4
- package/dist/ionic/p-4a82bd1c.system.entry.js +0 -4
- package/dist/ionic/p-4b0fedb7.system.entry.js +0 -4
- package/dist/ionic/p-4c2d5b80.system.js +0 -4
- package/dist/ionic/p-4c8fceb0.entry.js +0 -4
- package/dist/ionic/p-521eca2e.entry.js +0 -4
- package/dist/ionic/p-53854390.entry.js +0 -4
- package/dist/ionic/p-5417b9bb.entry.js +0 -4
- package/dist/ionic/p-5e66bcf2.entry.js +0 -4
- package/dist/ionic/p-5e842258.entry.js +0 -4
- package/dist/ionic/p-6562e0a9.system.entry.js +0 -4
- package/dist/ionic/p-661ce4a8.entry.js +0 -4
- package/dist/ionic/p-6817cf42.system.entry.js +0 -4
- package/dist/ionic/p-68c4df55.entry.js +0 -4
- package/dist/ionic/p-69066a53.js +0 -4
- package/dist/ionic/p-6b8893dd.entry.js +0 -4
- package/dist/ionic/p-6e85e450.entry.js +0 -4
- package/dist/ionic/p-7243df6f.entry.js +0 -4
- package/dist/ionic/p-7251fed5.entry.js +0 -4
- package/dist/ionic/p-72812e99.js +0 -4
- package/dist/ionic/p-72bc8a1c.js +0 -4
- package/dist/ionic/p-72ffd137.system.entry.js +0 -4
- package/dist/ionic/p-755b27f0.system.entry.js +0 -4
- package/dist/ionic/p-772dacba.system.entry.js +0 -4
- package/dist/ionic/p-773d118d.entry.js +0 -4
- package/dist/ionic/p-7740e32c.system.js +0 -4
- package/dist/ionic/p-792919fd.system.js +0 -4
- package/dist/ionic/p-7b30edcc.js +0 -4
- package/dist/ionic/p-7c50965e.entry.js +0 -4
- package/dist/ionic/p-82ab7ccb.entry.js +0 -4
- package/dist/ionic/p-8635f5e6.system.js +0 -4
- package/dist/ionic/p-8836d0eb.system.entry.js +0 -4
- package/dist/ionic/p-88e63c7d.js +0 -4
- package/dist/ionic/p-8b6232a6.system.entry.js +0 -4
- package/dist/ionic/p-8d44cf1f.entry.js +0 -4
- package/dist/ionic/p-8ed31163.system.entry.js +0 -4
- package/dist/ionic/p-9172535c.entry.js +0 -4
- package/dist/ionic/p-92d7a3d1.entry.js +0 -4
- package/dist/ionic/p-93f37ceb.system.entry.js +0 -4
- package/dist/ionic/p-95823c62.system.entry.js +0 -4
- package/dist/ionic/p-960803fc.system.entry.js +0 -4
- package/dist/ionic/p-96cc4814.js +0 -4
- package/dist/ionic/p-98871496.system.js +0 -4
- package/dist/ionic/p-9b6c6302.system.entry.js +0 -4
- package/dist/ionic/p-9c23044d.entry.js +0 -4
- package/dist/ionic/p-9cc3bcc5.system.entry.js +0 -4
- package/dist/ionic/p-9ece8dcf.entry.js +0 -4
- package/dist/ionic/p-9f3008d4.system.js +0 -4
- package/dist/ionic/p-9fef1364.entry.js +0 -4
- package/dist/ionic/p-a0c88dc2.system.entry.js +0 -4
- package/dist/ionic/p-a15ddedb.system.js +0 -4
- package/dist/ionic/p-a3711608.system.entry.js +0 -4
- package/dist/ionic/p-a41699db.entry.js +0 -4
- package/dist/ionic/p-a440397c.js +0 -4
- package/dist/ionic/p-a4565eb5.system.js +0 -4
- package/dist/ionic/p-a4d51b8d.system.js +0 -4
- package/dist/ionic/p-a69b9fc5.system.js +0 -4
- package/dist/ionic/p-a72fb8a1.system.entry.js +0 -4
- package/dist/ionic/p-a879ecb7.system.entry.js +0 -4
- package/dist/ionic/p-a90e2708.system.entry.js +0 -4
- package/dist/ionic/p-ab8a2ff1.entry.js +0 -4
- package/dist/ionic/p-abe101da.system.js +0 -4
- package/dist/ionic/p-af999a31.entry.js +0 -4
- package/dist/ionic/p-b0568945.system.entry.js +0 -4
- package/dist/ionic/p-b4c950f8.entry.js +0 -4
- package/dist/ionic/p-b51e4004.js +0 -4
- package/dist/ionic/p-b54fc1ae.entry.js +0 -4
- package/dist/ionic/p-b7657e8d.entry.js +0 -4
- package/dist/ionic/p-baffaf8d.system.entry.js +0 -4
- package/dist/ionic/p-bd25d639.system.entry.js +0 -4
- package/dist/ionic/p-bfa2e81c.entry.js +0 -4
- package/dist/ionic/p-c34659b9.entry.js +0 -4
- package/dist/ionic/p-c468af8a.system.js +0 -4
- package/dist/ionic/p-c61cc894.js +0 -4
- package/dist/ionic/p-cdb11938.system.entry.js +0 -4
- package/dist/ionic/p-ce705aac.system.entry.js +0 -4
- package/dist/ionic/p-cff5585e.system.entry.js +0 -4
- package/dist/ionic/p-d47265c8.js +0 -4
- package/dist/ionic/p-d6841eac.js +0 -4
- package/dist/ionic/p-d77e12ca.entry.js +0 -4
- package/dist/ionic/p-da263d8e.entry.js +0 -4
- package/dist/ionic/p-df83e308.system.entry.js +0 -4
- package/dist/ionic/p-e3a5da9d.entry.js +0 -4
- package/dist/ionic/p-e3e1e3de.entry.js +0 -4
- package/dist/ionic/p-e3f13b08.js +0 -4
- package/dist/ionic/p-ecb57d24.system.entry.js +0 -4
- package/dist/ionic/p-ecceeb90.js +0 -4
- package/dist/ionic/p-efaffe74.entry.js +0 -4
- package/dist/ionic/p-f1acf541.system.entry.js +0 -4
- package/dist/ionic/p-f50ae0d5.system.entry.js +0 -4
- package/dist/ionic/p-f88ebc36.entry.js +0 -4
- package/dist/ionic/p-f8c8b9ba.entry.js +0 -4
- package/dist/ionic/p-f9a53abb.system.js +0 -4
- package/dist/ionic/p-ff4b7e40.system.js +0 -4
- package/dist/ionic/p-ffb17177.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,21 @@
|
|
|
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": "theme",
|
|
123
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
124
|
+
"values": [
|
|
125
|
+
{
|
|
126
|
+
"name": "ios"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "md"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "ionic"
|
|
133
|
+
}
|
|
134
|
+
]
|
|
135
|
+
},
|
|
106
136
|
{
|
|
107
137
|
"name": "value",
|
|
108
138
|
"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 +178,7 @@
|
|
|
148
178
|
},
|
|
149
179
|
{
|
|
150
180
|
"name": "mode",
|
|
151
|
-
"description": "The mode determines
|
|
181
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
152
182
|
"values": [
|
|
153
183
|
{
|
|
154
184
|
"name": "ios"
|
|
@@ -162,9 +192,24 @@
|
|
|
162
192
|
"name": "sub-header",
|
|
163
193
|
"description": "Subtitle for the action sheet."
|
|
164
194
|
},
|
|
195
|
+
{
|
|
196
|
+
"name": "theme",
|
|
197
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
198
|
+
"values": [
|
|
199
|
+
{
|
|
200
|
+
"name": "ios"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "md"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"name": "ionic"
|
|
207
|
+
}
|
|
208
|
+
]
|
|
209
|
+
},
|
|
165
210
|
{
|
|
166
211
|
"name": "translucent",
|
|
167
|
-
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the
|
|
212
|
+
"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
213
|
},
|
|
169
214
|
{
|
|
170
215
|
"name": "trigger",
|
|
@@ -215,7 +260,7 @@
|
|
|
215
260
|
},
|
|
216
261
|
{
|
|
217
262
|
"name": "mode",
|
|
218
|
-
"description": "The mode determines
|
|
263
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
219
264
|
"values": [
|
|
220
265
|
{
|
|
221
266
|
"name": "ios"
|
|
@@ -229,9 +274,24 @@
|
|
|
229
274
|
"name": "sub-header",
|
|
230
275
|
"description": "The subtitle in the heading of the alert. Displayed under the title."
|
|
231
276
|
},
|
|
277
|
+
{
|
|
278
|
+
"name": "theme",
|
|
279
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
280
|
+
"values": [
|
|
281
|
+
{
|
|
282
|
+
"name": "ios"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"name": "md"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"name": "ionic"
|
|
289
|
+
}
|
|
290
|
+
]
|
|
291
|
+
},
|
|
232
292
|
{
|
|
233
293
|
"name": "translucent",
|
|
234
|
-
"description": "If `true`, the alert will be translucent.\nOnly applies when the
|
|
294
|
+
"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
295
|
},
|
|
236
296
|
{
|
|
237
297
|
"name": "trigger",
|
|
@@ -251,7 +311,35 @@
|
|
|
251
311
|
"kind": "markdown",
|
|
252
312
|
"value": ""
|
|
253
313
|
},
|
|
254
|
-
"attributes": [
|
|
314
|
+
"attributes": [
|
|
315
|
+
{
|
|
316
|
+
"name": "mode",
|
|
317
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
318
|
+
"values": [
|
|
319
|
+
{
|
|
320
|
+
"name": "ios"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"name": "md"
|
|
324
|
+
}
|
|
325
|
+
]
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"name": "theme",
|
|
329
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
330
|
+
"values": [
|
|
331
|
+
{
|
|
332
|
+
"name": "ios"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"name": "md"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"name": "ionic"
|
|
339
|
+
}
|
|
340
|
+
]
|
|
341
|
+
}
|
|
342
|
+
],
|
|
255
343
|
"references": [
|
|
256
344
|
{
|
|
257
345
|
"name": "Source code",
|
|
@@ -265,7 +353,74 @@
|
|
|
265
353
|
"kind": "markdown",
|
|
266
354
|
"value": ""
|
|
267
355
|
},
|
|
268
|
-
"attributes": [
|
|
356
|
+
"attributes": [
|
|
357
|
+
{
|
|
358
|
+
"name": "mode",
|
|
359
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
360
|
+
"values": [
|
|
361
|
+
{
|
|
362
|
+
"name": "ios"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"name": "md"
|
|
366
|
+
}
|
|
367
|
+
]
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"name": "shape",
|
|
371
|
+
"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.",
|
|
372
|
+
"values": [
|
|
373
|
+
{
|
|
374
|
+
"name": "rectangular"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"name": "round"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"name": "soft"
|
|
381
|
+
}
|
|
382
|
+
]
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"name": "size",
|
|
386
|
+
"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.",
|
|
387
|
+
"values": [
|
|
388
|
+
{
|
|
389
|
+
"name": "large"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"name": "medium"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "small"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"name": "xlarge"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "xsmall"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"name": "xxsmall"
|
|
405
|
+
}
|
|
406
|
+
]
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"name": "theme",
|
|
410
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
411
|
+
"values": [
|
|
412
|
+
{
|
|
413
|
+
"name": "ios"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"name": "md"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"name": "ionic"
|
|
420
|
+
}
|
|
421
|
+
]
|
|
422
|
+
}
|
|
423
|
+
],
|
|
269
424
|
"references": [
|
|
270
425
|
{
|
|
271
426
|
"name": "Source code",
|
|
@@ -327,7 +482,7 @@
|
|
|
327
482
|
},
|
|
328
483
|
{
|
|
329
484
|
"name": "mode",
|
|
330
|
-
"description": "The mode determines
|
|
485
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
331
486
|
"values": [
|
|
332
487
|
{
|
|
333
488
|
"name": "ios"
|
|
@@ -341,6 +496,21 @@
|
|
|
341
496
|
"name": "text",
|
|
342
497
|
"description": "The text to display in the back button."
|
|
343
498
|
},
|
|
499
|
+
{
|
|
500
|
+
"name": "theme",
|
|
501
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
502
|
+
"values": [
|
|
503
|
+
{
|
|
504
|
+
"name": "ios"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "md"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"name": "ionic"
|
|
511
|
+
}
|
|
512
|
+
]
|
|
513
|
+
},
|
|
344
514
|
{
|
|
345
515
|
"name": "type",
|
|
346
516
|
"description": "The type of the button.",
|
|
@@ -371,6 +541,18 @@
|
|
|
371
541
|
"value": ""
|
|
372
542
|
},
|
|
373
543
|
"attributes": [
|
|
544
|
+
{
|
|
545
|
+
"name": "mode",
|
|
546
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
547
|
+
"values": [
|
|
548
|
+
{
|
|
549
|
+
"name": "ios"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"name": "md"
|
|
553
|
+
}
|
|
554
|
+
]
|
|
555
|
+
},
|
|
374
556
|
{
|
|
375
557
|
"name": "stop-propagation",
|
|
376
558
|
"description": "If `true`, the backdrop will stop propagation on tap."
|
|
@@ -379,6 +561,21 @@
|
|
|
379
561
|
"name": "tappable",
|
|
380
562
|
"description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event."
|
|
381
563
|
},
|
|
564
|
+
{
|
|
565
|
+
"name": "theme",
|
|
566
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
567
|
+
"values": [
|
|
568
|
+
{
|
|
569
|
+
"name": "ios"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"name": "md"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"name": "ionic"
|
|
576
|
+
}
|
|
577
|
+
]
|
|
578
|
+
},
|
|
382
579
|
{
|
|
383
580
|
"name": "visible",
|
|
384
581
|
"description": "If `true`, the backdrop will be visible."
|
|
@@ -433,13 +630,61 @@
|
|
|
433
630
|
},
|
|
434
631
|
{
|
|
435
632
|
"name": "mode",
|
|
436
|
-
"description": "The mode determines
|
|
633
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
634
|
+
"values": [
|
|
635
|
+
{
|
|
636
|
+
"name": "ios"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"name": "md"
|
|
640
|
+
}
|
|
641
|
+
]
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"name": "shape",
|
|
645
|
+
"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.",
|
|
646
|
+
"values": [
|
|
647
|
+
{
|
|
648
|
+
"name": "soft"
|
|
649
|
+
}
|
|
650
|
+
]
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"name": "size",
|
|
654
|
+
"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.",
|
|
655
|
+
"values": [
|
|
656
|
+
{
|
|
657
|
+
"name": "large"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"name": "medium"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"name": "small"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"name": "xlarge"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"name": "xsmall"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"name": "xxsmall"
|
|
673
|
+
}
|
|
674
|
+
]
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"name": "theme",
|
|
678
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
437
679
|
"values": [
|
|
438
680
|
{
|
|
439
681
|
"name": "ios"
|
|
440
682
|
},
|
|
441
683
|
{
|
|
442
684
|
"name": "md"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"name": "ionic"
|
|
443
688
|
}
|
|
444
689
|
]
|
|
445
690
|
}
|
|
@@ -509,7 +754,7 @@
|
|
|
509
754
|
},
|
|
510
755
|
{
|
|
511
756
|
"name": "mode",
|
|
512
|
-
"description": "The mode determines
|
|
757
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
513
758
|
"values": [
|
|
514
759
|
{
|
|
515
760
|
"name": "ios"
|
|
@@ -545,6 +790,21 @@
|
|
|
545
790
|
{
|
|
546
791
|
"name": "target",
|
|
547
792
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"name": "theme",
|
|
796
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
797
|
+
"values": [
|
|
798
|
+
{
|
|
799
|
+
"name": "ios"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"name": "md"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"name": "ionic"
|
|
806
|
+
}
|
|
807
|
+
]
|
|
548
808
|
}
|
|
549
809
|
],
|
|
550
810
|
"references": [
|
|
@@ -608,13 +868,28 @@
|
|
|
608
868
|
},
|
|
609
869
|
{
|
|
610
870
|
"name": "mode",
|
|
611
|
-
"description": "The mode determines
|
|
871
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
872
|
+
"values": [
|
|
873
|
+
{
|
|
874
|
+
"name": "ios"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"name": "md"
|
|
878
|
+
}
|
|
879
|
+
]
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"name": "theme",
|
|
883
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
612
884
|
"values": [
|
|
613
885
|
{
|
|
614
886
|
"name": "ios"
|
|
615
887
|
},
|
|
616
888
|
{
|
|
617
889
|
"name": "md"
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"name": "ionic"
|
|
618
893
|
}
|
|
619
894
|
]
|
|
620
895
|
}
|
|
@@ -718,7 +993,7 @@
|
|
|
718
993
|
},
|
|
719
994
|
{
|
|
720
995
|
"name": "mode",
|
|
721
|
-
"description": "The mode determines
|
|
996
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
722
997
|
"values": [
|
|
723
998
|
{
|
|
724
999
|
"name": "ios"
|
|
@@ -749,10 +1024,16 @@
|
|
|
749
1024
|
},
|
|
750
1025
|
{
|
|
751
1026
|
"name": "shape",
|
|
752
|
-
"description": "Set to `\"round\"` for a button with
|
|
1027
|
+
"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
1028
|
"values": [
|
|
1029
|
+
{
|
|
1030
|
+
"name": "rectangular"
|
|
1031
|
+
},
|
|
754
1032
|
{
|
|
755
1033
|
"name": "round"
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"name": "soft"
|
|
756
1037
|
}
|
|
757
1038
|
]
|
|
758
1039
|
},
|
|
@@ -768,6 +1049,12 @@
|
|
|
768
1049
|
},
|
|
769
1050
|
{
|
|
770
1051
|
"name": "small"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"name": "xlarge"
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"name": "xsmall"
|
|
771
1058
|
}
|
|
772
1059
|
]
|
|
773
1060
|
},
|
|
@@ -780,20 +1067,35 @@
|
|
|
780
1067
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
781
1068
|
},
|
|
782
1069
|
{
|
|
783
|
-
"name": "
|
|
784
|
-
"description": "The
|
|
1070
|
+
"name": "theme",
|
|
1071
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
785
1072
|
"values": [
|
|
786
1073
|
{
|
|
787
|
-
"name": "
|
|
1074
|
+
"name": "ios"
|
|
788
1075
|
},
|
|
789
1076
|
{
|
|
790
|
-
"name": "
|
|
1077
|
+
"name": "md"
|
|
791
1078
|
},
|
|
792
1079
|
{
|
|
793
|
-
"name": "
|
|
1080
|
+
"name": "ionic"
|
|
794
1081
|
}
|
|
795
1082
|
]
|
|
796
|
-
}
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"name": "type",
|
|
1086
|
+
"description": "The type of the button.",
|
|
1087
|
+
"values": [
|
|
1088
|
+
{
|
|
1089
|
+
"name": "button"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"name": "reset"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"name": "submit"
|
|
1096
|
+
}
|
|
1097
|
+
]
|
|
1098
|
+
}
|
|
797
1099
|
],
|
|
798
1100
|
"references": [
|
|
799
1101
|
{
|
|
@@ -811,7 +1113,34 @@
|
|
|
811
1113
|
"attributes": [
|
|
812
1114
|
{
|
|
813
1115
|
"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`
|
|
1116
|
+
"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)"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"name": "mode",
|
|
1120
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1121
|
+
"values": [
|
|
1122
|
+
{
|
|
1123
|
+
"name": "ios"
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"name": "md"
|
|
1127
|
+
}
|
|
1128
|
+
]
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"name": "theme",
|
|
1132
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1133
|
+
"values": [
|
|
1134
|
+
{
|
|
1135
|
+
"name": "ios"
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"name": "md"
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"name": "ionic"
|
|
1142
|
+
}
|
|
1143
|
+
]
|
|
815
1144
|
}
|
|
816
1145
|
],
|
|
817
1146
|
"references": [
|
|
@@ -879,7 +1208,7 @@
|
|
|
879
1208
|
},
|
|
880
1209
|
{
|
|
881
1210
|
"name": "mode",
|
|
882
|
-
"description": "The mode determines
|
|
1211
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
883
1212
|
"values": [
|
|
884
1213
|
{
|
|
885
1214
|
"name": "ios"
|
|
@@ -908,10 +1237,40 @@
|
|
|
908
1237
|
}
|
|
909
1238
|
]
|
|
910
1239
|
},
|
|
1240
|
+
{
|
|
1241
|
+
"name": "shape",
|
|
1242
|
+
"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\"`.",
|
|
1243
|
+
"values": [
|
|
1244
|
+
{
|
|
1245
|
+
"name": "rectangular"
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"name": "round"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"name": "soft"
|
|
1252
|
+
}
|
|
1253
|
+
]
|
|
1254
|
+
},
|
|
911
1255
|
{
|
|
912
1256
|
"name": "target",
|
|
913
1257
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
914
1258
|
},
|
|
1259
|
+
{
|
|
1260
|
+
"name": "theme",
|
|
1261
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1262
|
+
"values": [
|
|
1263
|
+
{
|
|
1264
|
+
"name": "ios"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"name": "md"
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"name": "ionic"
|
|
1271
|
+
}
|
|
1272
|
+
]
|
|
1273
|
+
},
|
|
915
1274
|
{
|
|
916
1275
|
"name": "type",
|
|
917
1276
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -944,13 +1303,28 @@
|
|
|
944
1303
|
"attributes": [
|
|
945
1304
|
{
|
|
946
1305
|
"name": "mode",
|
|
947
|
-
"description": "The mode determines
|
|
1306
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1307
|
+
"values": [
|
|
1308
|
+
{
|
|
1309
|
+
"name": "ios"
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"name": "md"
|
|
1313
|
+
}
|
|
1314
|
+
]
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"name": "theme",
|
|
1318
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
948
1319
|
"values": [
|
|
949
1320
|
{
|
|
950
1321
|
"name": "ios"
|
|
951
1322
|
},
|
|
952
1323
|
{
|
|
953
1324
|
"name": "md"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"name": "ionic"
|
|
954
1328
|
}
|
|
955
1329
|
]
|
|
956
1330
|
}
|
|
@@ -1004,19 +1378,34 @@
|
|
|
1004
1378
|
},
|
|
1005
1379
|
{
|
|
1006
1380
|
"name": "mode",
|
|
1007
|
-
"description": "The mode determines
|
|
1381
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1382
|
+
"values": [
|
|
1383
|
+
{
|
|
1384
|
+
"name": "ios"
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"name": "md"
|
|
1388
|
+
}
|
|
1389
|
+
]
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"name": "theme",
|
|
1393
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1008
1394
|
"values": [
|
|
1009
1395
|
{
|
|
1010
1396
|
"name": "ios"
|
|
1011
1397
|
},
|
|
1012
1398
|
{
|
|
1013
1399
|
"name": "md"
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"name": "ionic"
|
|
1014
1403
|
}
|
|
1015
1404
|
]
|
|
1016
1405
|
},
|
|
1017
1406
|
{
|
|
1018
1407
|
"name": "translucent",
|
|
1019
|
-
"description": "If `true`, the card header will be translucent.\nOnly applies when the
|
|
1408
|
+
"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
1409
|
}
|
|
1021
1410
|
],
|
|
1022
1411
|
"references": [
|
|
@@ -1068,13 +1457,28 @@
|
|
|
1068
1457
|
},
|
|
1069
1458
|
{
|
|
1070
1459
|
"name": "mode",
|
|
1071
|
-
"description": "The mode determines
|
|
1460
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1461
|
+
"values": [
|
|
1462
|
+
{
|
|
1463
|
+
"name": "ios"
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
"name": "md"
|
|
1467
|
+
}
|
|
1468
|
+
]
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"name": "theme",
|
|
1472
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1072
1473
|
"values": [
|
|
1073
1474
|
{
|
|
1074
1475
|
"name": "ios"
|
|
1075
1476
|
},
|
|
1076
1477
|
{
|
|
1077
1478
|
"name": "md"
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"name": "ionic"
|
|
1078
1482
|
}
|
|
1079
1483
|
]
|
|
1080
1484
|
}
|
|
@@ -1128,13 +1532,28 @@
|
|
|
1128
1532
|
},
|
|
1129
1533
|
{
|
|
1130
1534
|
"name": "mode",
|
|
1131
|
-
"description": "The mode determines
|
|
1535
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1536
|
+
"values": [
|
|
1537
|
+
{
|
|
1538
|
+
"name": "ios"
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
"name": "md"
|
|
1542
|
+
}
|
|
1543
|
+
]
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"name": "theme",
|
|
1547
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1132
1548
|
"values": [
|
|
1133
1549
|
{
|
|
1134
1550
|
"name": "ios"
|
|
1135
1551
|
},
|
|
1136
1552
|
{
|
|
1137
1553
|
"name": "md"
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
"name": "ionic"
|
|
1138
1557
|
}
|
|
1139
1558
|
]
|
|
1140
1559
|
}
|
|
@@ -1245,7 +1664,7 @@
|
|
|
1245
1664
|
},
|
|
1246
1665
|
{
|
|
1247
1666
|
"name": "mode",
|
|
1248
|
-
"description": "The mode determines
|
|
1667
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1249
1668
|
"values": [
|
|
1250
1669
|
{
|
|
1251
1670
|
"name": "ios"
|
|
@@ -1259,6 +1678,42 @@
|
|
|
1259
1678
|
"name": "name",
|
|
1260
1679
|
"description": "The name of the control, which is submitted with the form data."
|
|
1261
1680
|
},
|
|
1681
|
+
{
|
|
1682
|
+
"name": "shape",
|
|
1683
|
+
"description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
|
|
1684
|
+
"values": [
|
|
1685
|
+
{
|
|
1686
|
+
"name": "rectangular"
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"name": "soft"
|
|
1690
|
+
}
|
|
1691
|
+
]
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"name": "size",
|
|
1695
|
+
"description": "Set to `\"small\"` for a checkbox with less height and padding.",
|
|
1696
|
+
"values": [
|
|
1697
|
+
{
|
|
1698
|
+
"name": "small"
|
|
1699
|
+
}
|
|
1700
|
+
]
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"name": "theme",
|
|
1704
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1705
|
+
"values": [
|
|
1706
|
+
{
|
|
1707
|
+
"name": "ios"
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"name": "md"
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"name": "ionic"
|
|
1714
|
+
}
|
|
1715
|
+
]
|
|
1716
|
+
},
|
|
1262
1717
|
{
|
|
1263
1718
|
"name": "value",
|
|
1264
1719
|
"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>`."
|
|
@@ -1317,7 +1772,7 @@
|
|
|
1317
1772
|
},
|
|
1318
1773
|
{
|
|
1319
1774
|
"name": "mode",
|
|
1320
|
-
"description": "The mode determines
|
|
1775
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1321
1776
|
"values": [
|
|
1322
1777
|
{
|
|
1323
1778
|
"name": "ios"
|
|
@@ -1330,6 +1785,48 @@
|
|
|
1330
1785
|
{
|
|
1331
1786
|
"name": "outline",
|
|
1332
1787
|
"description": "Display an outline style button."
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"name": "shape",
|
|
1791
|
+
"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.",
|
|
1792
|
+
"values": [
|
|
1793
|
+
{
|
|
1794
|
+
"name": "rectangular"
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"name": "round"
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"name": "soft"
|
|
1801
|
+
}
|
|
1802
|
+
]
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "size",
|
|
1806
|
+
"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.",
|
|
1807
|
+
"values": [
|
|
1808
|
+
{
|
|
1809
|
+
"name": "large"
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"name": "small"
|
|
1813
|
+
}
|
|
1814
|
+
]
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"name": "theme",
|
|
1818
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1819
|
+
"values": [
|
|
1820
|
+
{
|
|
1821
|
+
"name": "ios"
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"name": "md"
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"name": "ionic"
|
|
1828
|
+
}
|
|
1829
|
+
]
|
|
1333
1830
|
}
|
|
1334
1831
|
],
|
|
1335
1832
|
"references": [
|
|
@@ -1346,6 +1843,18 @@
|
|
|
1346
1843
|
"value": ""
|
|
1347
1844
|
},
|
|
1348
1845
|
"attributes": [
|
|
1846
|
+
{
|
|
1847
|
+
"name": "mode",
|
|
1848
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1849
|
+
"values": [
|
|
1850
|
+
{
|
|
1851
|
+
"name": "ios"
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
"name": "md"
|
|
1855
|
+
}
|
|
1856
|
+
]
|
|
1857
|
+
},
|
|
1349
1858
|
{
|
|
1350
1859
|
"name": "offset",
|
|
1351
1860
|
"description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available."
|
|
@@ -1441,6 +1950,21 @@
|
|
|
1441
1950
|
{
|
|
1442
1951
|
"name": "size-xs",
|
|
1443
1952
|
"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."
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"name": "theme",
|
|
1956
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1957
|
+
"values": [
|
|
1958
|
+
{
|
|
1959
|
+
"name": "ios"
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"name": "md"
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
"name": "ionic"
|
|
1966
|
+
}
|
|
1967
|
+
]
|
|
1444
1968
|
}
|
|
1445
1969
|
],
|
|
1446
1970
|
"references": [
|
|
@@ -1510,6 +2034,18 @@
|
|
|
1510
2034
|
"name": "fullscreen",
|
|
1511
2035
|
"description": "If `true`, the content will scroll behind the headers\nand footers. This effect can easily be seen by setting the toolbar\nto transparent."
|
|
1512
2036
|
},
|
|
2037
|
+
{
|
|
2038
|
+
"name": "mode",
|
|
2039
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2040
|
+
"values": [
|
|
2041
|
+
{
|
|
2042
|
+
"name": "ios"
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"name": "md"
|
|
2046
|
+
}
|
|
2047
|
+
]
|
|
2048
|
+
},
|
|
1513
2049
|
{
|
|
1514
2050
|
"name": "scroll-events",
|
|
1515
2051
|
"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`."
|
|
@@ -1521,6 +2057,21 @@
|
|
|
1521
2057
|
{
|
|
1522
2058
|
"name": "scroll-y",
|
|
1523
2059
|
"description": "If you want to disable the content scrolling in the Y axis, set this property to `false`."
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"name": "theme",
|
|
2063
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2064
|
+
"values": [
|
|
2065
|
+
{
|
|
2066
|
+
"name": "ios"
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"name": "md"
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"name": "ionic"
|
|
2073
|
+
}
|
|
2074
|
+
]
|
|
1524
2075
|
}
|
|
1525
2076
|
],
|
|
1526
2077
|
"references": [
|
|
@@ -1634,7 +2185,7 @@
|
|
|
1634
2185
|
},
|
|
1635
2186
|
{
|
|
1636
2187
|
"name": "mode",
|
|
1637
|
-
"description": "The mode determines
|
|
2188
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1638
2189
|
"values": [
|
|
1639
2190
|
{
|
|
1640
2191
|
"name": "ios"
|
|
@@ -1719,6 +2270,21 @@
|
|
|
1719
2270
|
}
|
|
1720
2271
|
]
|
|
1721
2272
|
},
|
|
2273
|
+
{
|
|
2274
|
+
"name": "theme",
|
|
2275
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2276
|
+
"values": [
|
|
2277
|
+
{
|
|
2278
|
+
"name": "ios"
|
|
2279
|
+
},
|
|
2280
|
+
{
|
|
2281
|
+
"name": "md"
|
|
2282
|
+
},
|
|
2283
|
+
{
|
|
2284
|
+
"name": "ionic"
|
|
2285
|
+
}
|
|
2286
|
+
]
|
|
2287
|
+
},
|
|
1722
2288
|
{
|
|
1723
2289
|
"name": "value",
|
|
1724
2290
|
"description": "The value of the datetime as a valid ISO 8601 datetime string.\nThis should be an array of strings only when `multiple=\"true\"`."
|
|
@@ -1785,7 +2351,7 @@
|
|
|
1785
2351
|
},
|
|
1786
2352
|
{
|
|
1787
2353
|
"name": "mode",
|
|
1788
|
-
"description": "The mode determines
|
|
2354
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1789
2355
|
"values": [
|
|
1790
2356
|
{
|
|
1791
2357
|
"name": "ios"
|
|
@@ -1794,17 +2360,32 @@
|
|
|
1794
2360
|
"name": "md"
|
|
1795
2361
|
}
|
|
1796
2362
|
]
|
|
1797
|
-
}
|
|
1798
|
-
],
|
|
1799
|
-
"references": [
|
|
2363
|
+
},
|
|
1800
2364
|
{
|
|
1801
|
-
"name": "
|
|
1802
|
-
"
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
2365
|
+
"name": "theme",
|
|
2366
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2367
|
+
"values": [
|
|
2368
|
+
{
|
|
2369
|
+
"name": "ios"
|
|
2370
|
+
},
|
|
2371
|
+
{
|
|
2372
|
+
"name": "md"
|
|
2373
|
+
},
|
|
2374
|
+
{
|
|
2375
|
+
"name": "ionic"
|
|
2376
|
+
}
|
|
2377
|
+
]
|
|
2378
|
+
}
|
|
2379
|
+
],
|
|
2380
|
+
"references": [
|
|
2381
|
+
{
|
|
2382
|
+
"name": "Source code",
|
|
2383
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/datetime-button/datetime-button.tsx"
|
|
2384
|
+
}
|
|
2385
|
+
]
|
|
2386
|
+
},
|
|
2387
|
+
{
|
|
2388
|
+
"name": "ion-fab",
|
|
1808
2389
|
"description": {
|
|
1809
2390
|
"kind": "markdown",
|
|
1810
2391
|
"value": ""
|
|
@@ -1833,6 +2414,33 @@
|
|
|
1833
2414
|
}
|
|
1834
2415
|
]
|
|
1835
2416
|
},
|
|
2417
|
+
{
|
|
2418
|
+
"name": "mode",
|
|
2419
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2420
|
+
"values": [
|
|
2421
|
+
{
|
|
2422
|
+
"name": "ios"
|
|
2423
|
+
},
|
|
2424
|
+
{
|
|
2425
|
+
"name": "md"
|
|
2426
|
+
}
|
|
2427
|
+
]
|
|
2428
|
+
},
|
|
2429
|
+
{
|
|
2430
|
+
"name": "theme",
|
|
2431
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2432
|
+
"values": [
|
|
2433
|
+
{
|
|
2434
|
+
"name": "ios"
|
|
2435
|
+
},
|
|
2436
|
+
{
|
|
2437
|
+
"name": "md"
|
|
2438
|
+
},
|
|
2439
|
+
{
|
|
2440
|
+
"name": "ionic"
|
|
2441
|
+
}
|
|
2442
|
+
]
|
|
2443
|
+
},
|
|
1836
2444
|
{
|
|
1837
2445
|
"name": "vertical",
|
|
1838
2446
|
"description": "Where to align the fab vertically in the viewport.",
|
|
@@ -1918,7 +2526,7 @@
|
|
|
1918
2526
|
},
|
|
1919
2527
|
{
|
|
1920
2528
|
"name": "mode",
|
|
1921
|
-
"description": "The mode determines
|
|
2529
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1922
2530
|
"values": [
|
|
1923
2531
|
{
|
|
1924
2532
|
"name": "ios"
|
|
@@ -1964,9 +2572,24 @@
|
|
|
1964
2572
|
"name": "target",
|
|
1965
2573
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
1966
2574
|
},
|
|
2575
|
+
{
|
|
2576
|
+
"name": "theme",
|
|
2577
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2578
|
+
"values": [
|
|
2579
|
+
{
|
|
2580
|
+
"name": "ios"
|
|
2581
|
+
},
|
|
2582
|
+
{
|
|
2583
|
+
"name": "md"
|
|
2584
|
+
},
|
|
2585
|
+
{
|
|
2586
|
+
"name": "ionic"
|
|
2587
|
+
}
|
|
2588
|
+
]
|
|
2589
|
+
},
|
|
1967
2590
|
{
|
|
1968
2591
|
"name": "translucent",
|
|
1969
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
2592
|
+
"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)."
|
|
1970
2593
|
},
|
|
1971
2594
|
{
|
|
1972
2595
|
"name": "type",
|
|
@@ -2002,6 +2625,18 @@
|
|
|
2002
2625
|
"name": "activated",
|
|
2003
2626
|
"description": "If `true`, the fab list will show all fab buttons in the list."
|
|
2004
2627
|
},
|
|
2628
|
+
{
|
|
2629
|
+
"name": "mode",
|
|
2630
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2631
|
+
"values": [
|
|
2632
|
+
{
|
|
2633
|
+
"name": "ios"
|
|
2634
|
+
},
|
|
2635
|
+
{
|
|
2636
|
+
"name": "md"
|
|
2637
|
+
}
|
|
2638
|
+
]
|
|
2639
|
+
},
|
|
2005
2640
|
{
|
|
2006
2641
|
"name": "side",
|
|
2007
2642
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -2019,6 +2654,21 @@
|
|
|
2019
2654
|
"name": "top"
|
|
2020
2655
|
}
|
|
2021
2656
|
]
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"name": "theme",
|
|
2660
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2661
|
+
"values": [
|
|
2662
|
+
{
|
|
2663
|
+
"name": "ios"
|
|
2664
|
+
},
|
|
2665
|
+
{
|
|
2666
|
+
"name": "md"
|
|
2667
|
+
},
|
|
2668
|
+
{
|
|
2669
|
+
"name": "ionic"
|
|
2670
|
+
}
|
|
2671
|
+
]
|
|
2022
2672
|
}
|
|
2023
2673
|
],
|
|
2024
2674
|
"references": [
|
|
@@ -2037,7 +2687,7 @@
|
|
|
2037
2687
|
"attributes": [
|
|
2038
2688
|
{
|
|
2039
2689
|
"name": "collapse",
|
|
2040
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
2690
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
|
|
2041
2691
|
"values": [
|
|
2042
2692
|
{
|
|
2043
2693
|
"name": "fade"
|
|
@@ -2046,7 +2696,7 @@
|
|
|
2046
2696
|
},
|
|
2047
2697
|
{
|
|
2048
2698
|
"name": "mode",
|
|
2049
|
-
"description": "The mode determines
|
|
2699
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2050
2700
|
"values": [
|
|
2051
2701
|
{
|
|
2052
2702
|
"name": "ios"
|
|
@@ -2056,9 +2706,24 @@
|
|
|
2056
2706
|
}
|
|
2057
2707
|
]
|
|
2058
2708
|
},
|
|
2709
|
+
{
|
|
2710
|
+
"name": "theme",
|
|
2711
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2712
|
+
"values": [
|
|
2713
|
+
{
|
|
2714
|
+
"name": "ios"
|
|
2715
|
+
},
|
|
2716
|
+
{
|
|
2717
|
+
"name": "md"
|
|
2718
|
+
},
|
|
2719
|
+
{
|
|
2720
|
+
"name": "ionic"
|
|
2721
|
+
}
|
|
2722
|
+
]
|
|
2723
|
+
},
|
|
2059
2724
|
{
|
|
2060
2725
|
"name": "translucent",
|
|
2061
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
2726
|
+
"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."
|
|
2062
2727
|
}
|
|
2063
2728
|
],
|
|
2064
2729
|
"references": [
|
|
@@ -2078,6 +2743,33 @@
|
|
|
2078
2743
|
{
|
|
2079
2744
|
"name": "fixed",
|
|
2080
2745
|
"description": "If `true`, the grid will have a fixed width based on the screen size."
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
"name": "mode",
|
|
2749
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2750
|
+
"values": [
|
|
2751
|
+
{
|
|
2752
|
+
"name": "ios"
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"name": "md"
|
|
2756
|
+
}
|
|
2757
|
+
]
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"name": "theme",
|
|
2761
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2762
|
+
"values": [
|
|
2763
|
+
{
|
|
2764
|
+
"name": "ios"
|
|
2765
|
+
},
|
|
2766
|
+
{
|
|
2767
|
+
"name": "md"
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
"name": "ionic"
|
|
2771
|
+
}
|
|
2772
|
+
]
|
|
2081
2773
|
}
|
|
2082
2774
|
],
|
|
2083
2775
|
"references": [
|
|
@@ -2096,7 +2788,7 @@
|
|
|
2096
2788
|
"attributes": [
|
|
2097
2789
|
{
|
|
2098
2790
|
"name": "collapse",
|
|
2099
|
-
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies
|
|
2791
|
+
"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)",
|
|
2100
2792
|
"values": [
|
|
2101
2793
|
{
|
|
2102
2794
|
"name": "condense"
|
|
@@ -2106,21 +2798,40 @@
|
|
|
2106
2798
|
}
|
|
2107
2799
|
]
|
|
2108
2800
|
},
|
|
2801
|
+
{
|
|
2802
|
+
"name": "divider",
|
|
2803
|
+
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes"
|
|
2804
|
+
},
|
|
2109
2805
|
{
|
|
2110
2806
|
"name": "mode",
|
|
2111
|
-
"description": "The mode determines
|
|
2807
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2808
|
+
"values": [
|
|
2809
|
+
{
|
|
2810
|
+
"name": "ios"
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"name": "md"
|
|
2814
|
+
}
|
|
2815
|
+
]
|
|
2816
|
+
},
|
|
2817
|
+
{
|
|
2818
|
+
"name": "theme",
|
|
2819
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2112
2820
|
"values": [
|
|
2113
2821
|
{
|
|
2114
2822
|
"name": "ios"
|
|
2115
2823
|
},
|
|
2116
2824
|
{
|
|
2117
2825
|
"name": "md"
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"name": "ionic"
|
|
2118
2829
|
}
|
|
2119
2830
|
]
|
|
2120
2831
|
},
|
|
2121
2832
|
{
|
|
2122
2833
|
"name": "translucent",
|
|
2123
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
2834
|
+
"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."
|
|
2124
2835
|
}
|
|
2125
2836
|
],
|
|
2126
2837
|
"references": [
|
|
@@ -2141,9 +2852,36 @@
|
|
|
2141
2852
|
"name": "alt",
|
|
2142
2853
|
"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."
|
|
2143
2854
|
},
|
|
2855
|
+
{
|
|
2856
|
+
"name": "mode",
|
|
2857
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2858
|
+
"values": [
|
|
2859
|
+
{
|
|
2860
|
+
"name": "ios"
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
"name": "md"
|
|
2864
|
+
}
|
|
2865
|
+
]
|
|
2866
|
+
},
|
|
2144
2867
|
{
|
|
2145
2868
|
"name": "src",
|
|
2146
2869
|
"description": "The image URL. This attribute is mandatory for the `<img>` element."
|
|
2870
|
+
},
|
|
2871
|
+
{
|
|
2872
|
+
"name": "theme",
|
|
2873
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2874
|
+
"values": [
|
|
2875
|
+
{
|
|
2876
|
+
"name": "ios"
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
"name": "md"
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
"name": "ionic"
|
|
2883
|
+
}
|
|
2884
|
+
]
|
|
2147
2885
|
}
|
|
2148
2886
|
],
|
|
2149
2887
|
"references": [
|
|
@@ -2164,6 +2902,18 @@
|
|
|
2164
2902
|
"name": "disabled",
|
|
2165
2903
|
"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."
|
|
2166
2904
|
},
|
|
2905
|
+
{
|
|
2906
|
+
"name": "mode",
|
|
2907
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2908
|
+
"values": [
|
|
2909
|
+
{
|
|
2910
|
+
"name": "ios"
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
"name": "md"
|
|
2914
|
+
}
|
|
2915
|
+
]
|
|
2916
|
+
},
|
|
2167
2917
|
{
|
|
2168
2918
|
"name": "position",
|
|
2169
2919
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -2176,6 +2926,21 @@
|
|
|
2176
2926
|
}
|
|
2177
2927
|
]
|
|
2178
2928
|
},
|
|
2929
|
+
{
|
|
2930
|
+
"name": "theme",
|
|
2931
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2932
|
+
"values": [
|
|
2933
|
+
{
|
|
2934
|
+
"name": "ios"
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"name": "md"
|
|
2938
|
+
},
|
|
2939
|
+
{
|
|
2940
|
+
"name": "ionic"
|
|
2941
|
+
}
|
|
2942
|
+
]
|
|
2943
|
+
},
|
|
2179
2944
|
{
|
|
2180
2945
|
"name": "threshold",
|
|
2181
2946
|
"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."
|
|
@@ -2231,6 +2996,33 @@
|
|
|
2231
2996
|
{
|
|
2232
2997
|
"name": "loading-text",
|
|
2233
2998
|
"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."
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
"name": "mode",
|
|
3002
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3003
|
+
"values": [
|
|
3004
|
+
{
|
|
3005
|
+
"name": "ios"
|
|
3006
|
+
},
|
|
3007
|
+
{
|
|
3008
|
+
"name": "md"
|
|
3009
|
+
}
|
|
3010
|
+
]
|
|
3011
|
+
},
|
|
3012
|
+
{
|
|
3013
|
+
"name": "theme",
|
|
3014
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3015
|
+
"values": [
|
|
3016
|
+
{
|
|
3017
|
+
"name": "ios"
|
|
3018
|
+
},
|
|
3019
|
+
{
|
|
3020
|
+
"name": "md"
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
"name": "ionic"
|
|
3024
|
+
}
|
|
3025
|
+
]
|
|
2234
3026
|
}
|
|
2235
3027
|
],
|
|
2236
3028
|
"references": [
|
|
@@ -2259,157 +3051,157 @@
|
|
|
2259
3051
|
"name": "name"
|
|
2260
3052
|
},
|
|
2261
3053
|
{
|
|
2262
|
-
"name": "
|
|
3054
|
+
"name": "url"
|
|
2263
3055
|
},
|
|
2264
3056
|
{
|
|
2265
|
-
"name": "
|
|
3057
|
+
"name": "off"
|
|
2266
3058
|
},
|
|
2267
3059
|
{
|
|
2268
|
-
"name": "
|
|
3060
|
+
"name": "on"
|
|
2269
3061
|
},
|
|
2270
3062
|
{
|
|
2271
|
-
"name": "
|
|
3063
|
+
"name": "additional-name"
|
|
2272
3064
|
},
|
|
2273
3065
|
{
|
|
2274
|
-
"name": "
|
|
3066
|
+
"name": "address-level1"
|
|
2275
3067
|
},
|
|
2276
3068
|
{
|
|
2277
|
-
"name": "
|
|
3069
|
+
"name": "address-level2"
|
|
2278
3070
|
},
|
|
2279
3071
|
{
|
|
2280
|
-
"name": "
|
|
3072
|
+
"name": "address-level3"
|
|
2281
3073
|
},
|
|
2282
3074
|
{
|
|
2283
|
-
"name": "
|
|
3075
|
+
"name": "address-level4"
|
|
2284
3076
|
},
|
|
2285
3077
|
{
|
|
2286
|
-
"name": "
|
|
3078
|
+
"name": "address-line1"
|
|
2287
3079
|
},
|
|
2288
3080
|
{
|
|
2289
|
-
"name": "
|
|
3081
|
+
"name": "address-line2"
|
|
2290
3082
|
},
|
|
2291
3083
|
{
|
|
2292
|
-
"name": "
|
|
3084
|
+
"name": "address-line3"
|
|
2293
3085
|
},
|
|
2294
3086
|
{
|
|
2295
|
-
"name": "
|
|
3087
|
+
"name": "bday-day"
|
|
2296
3088
|
},
|
|
2297
3089
|
{
|
|
2298
|
-
"name": "
|
|
3090
|
+
"name": "bday-month"
|
|
2299
3091
|
},
|
|
2300
3092
|
{
|
|
2301
|
-
"name": "
|
|
3093
|
+
"name": "bday-year"
|
|
2302
3094
|
},
|
|
2303
3095
|
{
|
|
2304
|
-
"name": "
|
|
3096
|
+
"name": "cc-csc"
|
|
2305
3097
|
},
|
|
2306
3098
|
{
|
|
2307
|
-
"name": "
|
|
3099
|
+
"name": "cc-exp"
|
|
2308
3100
|
},
|
|
2309
3101
|
{
|
|
2310
|
-
"name": "
|
|
3102
|
+
"name": "cc-exp-month"
|
|
2311
3103
|
},
|
|
2312
3104
|
{
|
|
2313
|
-
"name": "
|
|
3105
|
+
"name": "cc-exp-year"
|
|
2314
3106
|
},
|
|
2315
3107
|
{
|
|
2316
|
-
"name": "
|
|
3108
|
+
"name": "cc-family-name"
|
|
2317
3109
|
},
|
|
2318
3110
|
{
|
|
2319
|
-
"name": "
|
|
3111
|
+
"name": "cc-given-name"
|
|
2320
3112
|
},
|
|
2321
3113
|
{
|
|
2322
|
-
"name": "
|
|
3114
|
+
"name": "cc-name"
|
|
2323
3115
|
},
|
|
2324
3116
|
{
|
|
2325
|
-
"name": "
|
|
3117
|
+
"name": "cc-number"
|
|
2326
3118
|
},
|
|
2327
3119
|
{
|
|
2328
|
-
"name": "
|
|
3120
|
+
"name": "cc-type"
|
|
2329
3121
|
},
|
|
2330
3122
|
{
|
|
2331
|
-
"name": "
|
|
3123
|
+
"name": "country"
|
|
2332
3124
|
},
|
|
2333
3125
|
{
|
|
2334
|
-
"name": "
|
|
3126
|
+
"name": "country-name"
|
|
2335
3127
|
},
|
|
2336
3128
|
{
|
|
2337
|
-
"name": "
|
|
3129
|
+
"name": "current-password"
|
|
2338
3130
|
},
|
|
2339
3131
|
{
|
|
2340
|
-
"name": "
|
|
3132
|
+
"name": "family-name"
|
|
2341
3133
|
},
|
|
2342
3134
|
{
|
|
2343
|
-
"name": "
|
|
3135
|
+
"name": "given-name"
|
|
2344
3136
|
},
|
|
2345
3137
|
{
|
|
2346
|
-
"name": "
|
|
3138
|
+
"name": "honorific-prefix"
|
|
2347
3139
|
},
|
|
2348
3140
|
{
|
|
2349
|
-
"name": "
|
|
3141
|
+
"name": "honorific-suffix"
|
|
2350
3142
|
},
|
|
2351
3143
|
{
|
|
2352
|
-
"name": "
|
|
3144
|
+
"name": "new-password"
|
|
2353
3145
|
},
|
|
2354
3146
|
{
|
|
2355
|
-
"name": "
|
|
3147
|
+
"name": "one-time-code"
|
|
2356
3148
|
},
|
|
2357
3149
|
{
|
|
2358
|
-
"name": "
|
|
3150
|
+
"name": "organization"
|
|
2359
3151
|
},
|
|
2360
3152
|
{
|
|
2361
|
-
"name": "
|
|
3153
|
+
"name": "postal-code"
|
|
2362
3154
|
},
|
|
2363
3155
|
{
|
|
2364
|
-
"name": "
|
|
3156
|
+
"name": "street-address"
|
|
2365
3157
|
},
|
|
2366
3158
|
{
|
|
2367
|
-
"name": "
|
|
3159
|
+
"name": "transaction-amount"
|
|
2368
3160
|
},
|
|
2369
3161
|
{
|
|
2370
|
-
"name": "
|
|
3162
|
+
"name": "transaction-currency"
|
|
2371
3163
|
},
|
|
2372
3164
|
{
|
|
2373
|
-
"name": "
|
|
3165
|
+
"name": "username"
|
|
2374
3166
|
},
|
|
2375
3167
|
{
|
|
2376
|
-
"name": "
|
|
3168
|
+
"name": "email"
|
|
2377
3169
|
},
|
|
2378
3170
|
{
|
|
2379
|
-
"name": "
|
|
3171
|
+
"name": "tel"
|
|
2380
3172
|
},
|
|
2381
3173
|
{
|
|
2382
|
-
"name": "
|
|
3174
|
+
"name": "tel-area-code"
|
|
2383
3175
|
},
|
|
2384
3176
|
{
|
|
2385
|
-
"name": "
|
|
3177
|
+
"name": "tel-country-code"
|
|
2386
3178
|
},
|
|
2387
3179
|
{
|
|
2388
|
-
"name": "
|
|
3180
|
+
"name": "tel-extension"
|
|
2389
3181
|
},
|
|
2390
3182
|
{
|
|
2391
|
-
"name": "
|
|
3183
|
+
"name": "tel-local"
|
|
2392
3184
|
},
|
|
2393
3185
|
{
|
|
2394
|
-
"name": "
|
|
3186
|
+
"name": "tel-national"
|
|
2395
3187
|
},
|
|
2396
3188
|
{
|
|
2397
|
-
"name": "
|
|
3189
|
+
"name": "nickname"
|
|
2398
3190
|
},
|
|
2399
3191
|
{
|
|
2400
|
-
"name": "
|
|
3192
|
+
"name": "organization-title"
|
|
2401
3193
|
},
|
|
2402
3194
|
{
|
|
2403
|
-
"name": "
|
|
3195
|
+
"name": "cc-additional-name"
|
|
2404
3196
|
},
|
|
2405
3197
|
{
|
|
2406
|
-
"name": "
|
|
3198
|
+
"name": "language"
|
|
2407
3199
|
},
|
|
2408
3200
|
{
|
|
2409
|
-
"name": "
|
|
3201
|
+
"name": "bday"
|
|
2410
3202
|
},
|
|
2411
3203
|
{
|
|
2412
|
-
"name": "
|
|
3204
|
+
"name": "sex"
|
|
2413
3205
|
},
|
|
2414
3206
|
{
|
|
2415
3207
|
"name": "impp"
|
|
@@ -2525,7 +3317,7 @@
|
|
|
2525
3317
|
},
|
|
2526
3318
|
{
|
|
2527
3319
|
"name": "fill",
|
|
2528
|
-
"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
|
|
3320
|
+
"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\"`.",
|
|
2529
3321
|
"values": [
|
|
2530
3322
|
{
|
|
2531
3323
|
"name": "outline"
|
|
@@ -2575,7 +3367,7 @@
|
|
|
2575
3367
|
},
|
|
2576
3368
|
{
|
|
2577
3369
|
"name": "label-placement",
|
|
2578
|
-
"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 (\"...\").",
|
|
3370
|
+
"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.",
|
|
2579
3371
|
"values": [
|
|
2580
3372
|
{
|
|
2581
3373
|
"name": "end"
|
|
@@ -2612,7 +3404,7 @@
|
|
|
2612
3404
|
},
|
|
2613
3405
|
{
|
|
2614
3406
|
"name": "mode",
|
|
2615
|
-
"description": "The mode determines
|
|
3407
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2616
3408
|
"values": [
|
|
2617
3409
|
{
|
|
2618
3410
|
"name": "ios"
|
|
@@ -2648,10 +3440,31 @@
|
|
|
2648
3440
|
},
|
|
2649
3441
|
{
|
|
2650
3442
|
"name": "shape",
|
|
2651
|
-
"description": "
|
|
3443
|
+
"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\"`.",
|
|
2652
3444
|
"values": [
|
|
3445
|
+
{
|
|
3446
|
+
"name": "rectangular"
|
|
3447
|
+
},
|
|
2653
3448
|
{
|
|
2654
3449
|
"name": "round"
|
|
3450
|
+
},
|
|
3451
|
+
{
|
|
3452
|
+
"name": "soft"
|
|
3453
|
+
}
|
|
3454
|
+
]
|
|
3455
|
+
},
|
|
3456
|
+
{
|
|
3457
|
+
"name": "size",
|
|
3458
|
+
"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.",
|
|
3459
|
+
"values": [
|
|
3460
|
+
{
|
|
3461
|
+
"name": "large"
|
|
3462
|
+
},
|
|
3463
|
+
{
|
|
3464
|
+
"name": "medium"
|
|
3465
|
+
},
|
|
3466
|
+
{
|
|
3467
|
+
"name": "xlarge"
|
|
2655
3468
|
}
|
|
2656
3469
|
]
|
|
2657
3470
|
},
|
|
@@ -2663,6 +3476,21 @@
|
|
|
2663
3476
|
"name": "step",
|
|
2664
3477
|
"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."
|
|
2665
3478
|
},
|
|
3479
|
+
{
|
|
3480
|
+
"name": "theme",
|
|
3481
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3482
|
+
"values": [
|
|
3483
|
+
{
|
|
3484
|
+
"name": "ios"
|
|
3485
|
+
},
|
|
3486
|
+
{
|
|
3487
|
+
"name": "md"
|
|
3488
|
+
},
|
|
3489
|
+
{
|
|
3490
|
+
"name": "ionic"
|
|
3491
|
+
}
|
|
3492
|
+
]
|
|
3493
|
+
},
|
|
2666
3494
|
{
|
|
2667
3495
|
"name": "type",
|
|
2668
3496
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -2831,7 +3659,7 @@
|
|
|
2831
3659
|
},
|
|
2832
3660
|
{
|
|
2833
3661
|
"name": "detail",
|
|
2834
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
3662
|
+
"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."
|
|
2835
3663
|
},
|
|
2836
3664
|
{
|
|
2837
3665
|
"name": "detail-icon",
|
|
@@ -2866,7 +3694,7 @@
|
|
|
2866
3694
|
},
|
|
2867
3695
|
{
|
|
2868
3696
|
"name": "mode",
|
|
2869
|
-
"description": "The mode determines
|
|
3697
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2870
3698
|
"values": [
|
|
2871
3699
|
{
|
|
2872
3700
|
"name": "ios"
|
|
@@ -2899,6 +3727,21 @@
|
|
|
2899
3727
|
"name": "target",
|
|
2900
3728
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
2901
3729
|
},
|
|
3730
|
+
{
|
|
3731
|
+
"name": "theme",
|
|
3732
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3733
|
+
"values": [
|
|
3734
|
+
{
|
|
3735
|
+
"name": "ios"
|
|
3736
|
+
},
|
|
3737
|
+
{
|
|
3738
|
+
"name": "md"
|
|
3739
|
+
},
|
|
3740
|
+
{
|
|
3741
|
+
"name": "ionic"
|
|
3742
|
+
}
|
|
3743
|
+
]
|
|
3744
|
+
},
|
|
2902
3745
|
{
|
|
2903
3746
|
"name": "type",
|
|
2904
3747
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -2964,7 +3807,7 @@
|
|
|
2964
3807
|
},
|
|
2965
3808
|
{
|
|
2966
3809
|
"name": "mode",
|
|
2967
|
-
"description": "The mode determines
|
|
3810
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2968
3811
|
"values": [
|
|
2969
3812
|
{
|
|
2970
3813
|
"name": "ios"
|
|
@@ -2977,6 +3820,21 @@
|
|
|
2977
3820
|
{
|
|
2978
3821
|
"name": "sticky",
|
|
2979
3822
|
"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"
|
|
3823
|
+
},
|
|
3824
|
+
{
|
|
3825
|
+
"name": "theme",
|
|
3826
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3827
|
+
"values": [
|
|
3828
|
+
{
|
|
3829
|
+
"name": "ios"
|
|
3830
|
+
},
|
|
3831
|
+
{
|
|
3832
|
+
"name": "md"
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
"name": "ionic"
|
|
3836
|
+
}
|
|
3837
|
+
]
|
|
2980
3838
|
}
|
|
2981
3839
|
],
|
|
2982
3840
|
"references": [
|
|
@@ -2992,7 +3850,35 @@
|
|
|
2992
3850
|
"kind": "markdown",
|
|
2993
3851
|
"value": ""
|
|
2994
3852
|
},
|
|
2995
|
-
"attributes": [
|
|
3853
|
+
"attributes": [
|
|
3854
|
+
{
|
|
3855
|
+
"name": "mode",
|
|
3856
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3857
|
+
"values": [
|
|
3858
|
+
{
|
|
3859
|
+
"name": "ios"
|
|
3860
|
+
},
|
|
3861
|
+
{
|
|
3862
|
+
"name": "md"
|
|
3863
|
+
}
|
|
3864
|
+
]
|
|
3865
|
+
},
|
|
3866
|
+
{
|
|
3867
|
+
"name": "theme",
|
|
3868
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3869
|
+
"values": [
|
|
3870
|
+
{
|
|
3871
|
+
"name": "ios"
|
|
3872
|
+
},
|
|
3873
|
+
{
|
|
3874
|
+
"name": "md"
|
|
3875
|
+
},
|
|
3876
|
+
{
|
|
3877
|
+
"name": "ionic"
|
|
3878
|
+
}
|
|
3879
|
+
]
|
|
3880
|
+
}
|
|
3881
|
+
],
|
|
2996
3882
|
"references": [
|
|
2997
3883
|
{
|
|
2998
3884
|
"name": "Source code",
|
|
@@ -3058,7 +3944,7 @@
|
|
|
3058
3944
|
},
|
|
3059
3945
|
{
|
|
3060
3946
|
"name": "mode",
|
|
3061
|
-
"description": "The mode determines
|
|
3947
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3062
3948
|
"values": [
|
|
3063
3949
|
{
|
|
3064
3950
|
"name": "ios"
|
|
@@ -3072,10 +3958,40 @@
|
|
|
3072
3958
|
"name": "rel",
|
|
3073
3959
|
"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)."
|
|
3074
3960
|
},
|
|
3961
|
+
{
|
|
3962
|
+
"name": "shape",
|
|
3963
|
+
"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.",
|
|
3964
|
+
"values": [
|
|
3965
|
+
{
|
|
3966
|
+
"name": "rectangular"
|
|
3967
|
+
},
|
|
3968
|
+
{
|
|
3969
|
+
"name": "round"
|
|
3970
|
+
},
|
|
3971
|
+
{
|
|
3972
|
+
"name": "soft"
|
|
3973
|
+
}
|
|
3974
|
+
]
|
|
3975
|
+
},
|
|
3075
3976
|
{
|
|
3076
3977
|
"name": "target",
|
|
3077
3978
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
3078
3979
|
},
|
|
3980
|
+
{
|
|
3981
|
+
"name": "theme",
|
|
3982
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3983
|
+
"values": [
|
|
3984
|
+
{
|
|
3985
|
+
"name": "ios"
|
|
3986
|
+
},
|
|
3987
|
+
{
|
|
3988
|
+
"name": "md"
|
|
3989
|
+
},
|
|
3990
|
+
{
|
|
3991
|
+
"name": "ionic"
|
|
3992
|
+
}
|
|
3993
|
+
]
|
|
3994
|
+
},
|
|
3079
3995
|
{
|
|
3080
3996
|
"name": "type",
|
|
3081
3997
|
"description": "The type of the button.",
|
|
@@ -3106,6 +4022,18 @@
|
|
|
3106
4022
|
"value": ""
|
|
3107
4023
|
},
|
|
3108
4024
|
"attributes": [
|
|
4025
|
+
{
|
|
4026
|
+
"name": "mode",
|
|
4027
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4028
|
+
"values": [
|
|
4029
|
+
{
|
|
4030
|
+
"name": "ios"
|
|
4031
|
+
},
|
|
4032
|
+
{
|
|
4033
|
+
"name": "md"
|
|
4034
|
+
}
|
|
4035
|
+
]
|
|
4036
|
+
},
|
|
3109
4037
|
{
|
|
3110
4038
|
"name": "side",
|
|
3111
4039
|
"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.",
|
|
@@ -3117,6 +4045,21 @@
|
|
|
3117
4045
|
"name": "start"
|
|
3118
4046
|
}
|
|
3119
4047
|
]
|
|
4048
|
+
},
|
|
4049
|
+
{
|
|
4050
|
+
"name": "theme",
|
|
4051
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4052
|
+
"values": [
|
|
4053
|
+
{
|
|
4054
|
+
"name": "ios"
|
|
4055
|
+
},
|
|
4056
|
+
{
|
|
4057
|
+
"name": "md"
|
|
4058
|
+
},
|
|
4059
|
+
{
|
|
4060
|
+
"name": "ionic"
|
|
4061
|
+
}
|
|
4062
|
+
]
|
|
3120
4063
|
}
|
|
3121
4064
|
],
|
|
3122
4065
|
"references": [
|
|
@@ -3136,6 +4079,33 @@
|
|
|
3136
4079
|
{
|
|
3137
4080
|
"name": "disabled",
|
|
3138
4081
|
"description": "If `true`, the user cannot interact with the sliding item."
|
|
4082
|
+
},
|
|
4083
|
+
{
|
|
4084
|
+
"name": "mode",
|
|
4085
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4086
|
+
"values": [
|
|
4087
|
+
{
|
|
4088
|
+
"name": "ios"
|
|
4089
|
+
},
|
|
4090
|
+
{
|
|
4091
|
+
"name": "md"
|
|
4092
|
+
}
|
|
4093
|
+
]
|
|
4094
|
+
},
|
|
4095
|
+
{
|
|
4096
|
+
"name": "theme",
|
|
4097
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4098
|
+
"values": [
|
|
4099
|
+
{
|
|
4100
|
+
"name": "ios"
|
|
4101
|
+
},
|
|
4102
|
+
{
|
|
4103
|
+
"name": "md"
|
|
4104
|
+
},
|
|
4105
|
+
{
|
|
4106
|
+
"name": "ionic"
|
|
4107
|
+
}
|
|
4108
|
+
]
|
|
3139
4109
|
}
|
|
3140
4110
|
],
|
|
3141
4111
|
"references": [
|
|
@@ -3187,7 +4157,7 @@
|
|
|
3187
4157
|
},
|
|
3188
4158
|
{
|
|
3189
4159
|
"name": "mode",
|
|
3190
|
-
"description": "The mode determines
|
|
4160
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3191
4161
|
"values": [
|
|
3192
4162
|
{
|
|
3193
4163
|
"name": "ios"
|
|
@@ -3211,6 +4181,21 @@
|
|
|
3211
4181
|
"name": "stacked"
|
|
3212
4182
|
}
|
|
3213
4183
|
]
|
|
4184
|
+
},
|
|
4185
|
+
{
|
|
4186
|
+
"name": "theme",
|
|
4187
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4188
|
+
"values": [
|
|
4189
|
+
{
|
|
4190
|
+
"name": "ios"
|
|
4191
|
+
},
|
|
4192
|
+
{
|
|
4193
|
+
"name": "md"
|
|
4194
|
+
},
|
|
4195
|
+
{
|
|
4196
|
+
"name": "ionic"
|
|
4197
|
+
}
|
|
4198
|
+
]
|
|
3214
4199
|
}
|
|
3215
4200
|
],
|
|
3216
4201
|
"references": [
|
|
@@ -3248,13 +4233,43 @@
|
|
|
3248
4233
|
},
|
|
3249
4234
|
{
|
|
3250
4235
|
"name": "mode",
|
|
3251
|
-
"description": "The mode determines
|
|
4236
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4237
|
+
"values": [
|
|
4238
|
+
{
|
|
4239
|
+
"name": "ios"
|
|
4240
|
+
},
|
|
4241
|
+
{
|
|
4242
|
+
"name": "md"
|
|
4243
|
+
}
|
|
4244
|
+
]
|
|
4245
|
+
},
|
|
4246
|
+
{
|
|
4247
|
+
"name": "shape",
|
|
4248
|
+
"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.",
|
|
4249
|
+
"values": [
|
|
4250
|
+
{
|
|
4251
|
+
"name": "rectangular"
|
|
4252
|
+
},
|
|
4253
|
+
{
|
|
4254
|
+
"name": "round"
|
|
4255
|
+
},
|
|
4256
|
+
{
|
|
4257
|
+
"name": "soft"
|
|
4258
|
+
}
|
|
4259
|
+
]
|
|
4260
|
+
},
|
|
4261
|
+
{
|
|
4262
|
+
"name": "theme",
|
|
4263
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3252
4264
|
"values": [
|
|
3253
4265
|
{
|
|
3254
4266
|
"name": "ios"
|
|
3255
4267
|
},
|
|
3256
4268
|
{
|
|
3257
4269
|
"name": "md"
|
|
4270
|
+
},
|
|
4271
|
+
{
|
|
4272
|
+
"name": "ionic"
|
|
3258
4273
|
}
|
|
3259
4274
|
]
|
|
3260
4275
|
}
|
|
@@ -3323,13 +4338,28 @@
|
|
|
3323
4338
|
},
|
|
3324
4339
|
{
|
|
3325
4340
|
"name": "mode",
|
|
3326
|
-
"description": "The mode determines
|
|
4341
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4342
|
+
"values": [
|
|
4343
|
+
{
|
|
4344
|
+
"name": "ios"
|
|
4345
|
+
},
|
|
4346
|
+
{
|
|
4347
|
+
"name": "md"
|
|
4348
|
+
}
|
|
4349
|
+
]
|
|
4350
|
+
},
|
|
4351
|
+
{
|
|
4352
|
+
"name": "theme",
|
|
4353
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3327
4354
|
"values": [
|
|
3328
4355
|
{
|
|
3329
4356
|
"name": "ios"
|
|
3330
4357
|
},
|
|
3331
4358
|
{
|
|
3332
4359
|
"name": "md"
|
|
4360
|
+
},
|
|
4361
|
+
{
|
|
4362
|
+
"name": "ionic"
|
|
3333
4363
|
}
|
|
3334
4364
|
]
|
|
3335
4365
|
}
|
|
@@ -3378,7 +4408,7 @@
|
|
|
3378
4408
|
},
|
|
3379
4409
|
{
|
|
3380
4410
|
"name": "mode",
|
|
3381
|
-
"description": "The mode determines
|
|
4411
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3382
4412
|
"values": [
|
|
3383
4413
|
{
|
|
3384
4414
|
"name": "ios"
|
|
@@ -3415,19 +4445,34 @@
|
|
|
3415
4445
|
"name": "lines"
|
|
3416
4446
|
},
|
|
3417
4447
|
{
|
|
3418
|
-
"name": "lines-sharp"
|
|
4448
|
+
"name": "lines-sharp"
|
|
4449
|
+
},
|
|
4450
|
+
{
|
|
4451
|
+
"name": "lines-sharp-small"
|
|
4452
|
+
},
|
|
4453
|
+
{
|
|
4454
|
+
"name": "lines-small"
|
|
4455
|
+
}
|
|
4456
|
+
]
|
|
4457
|
+
},
|
|
4458
|
+
{
|
|
4459
|
+
"name": "theme",
|
|
4460
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4461
|
+
"values": [
|
|
4462
|
+
{
|
|
4463
|
+
"name": "ios"
|
|
3419
4464
|
},
|
|
3420
4465
|
{
|
|
3421
|
-
"name": "
|
|
4466
|
+
"name": "md"
|
|
3422
4467
|
},
|
|
3423
4468
|
{
|
|
3424
|
-
"name": "
|
|
4469
|
+
"name": "ionic"
|
|
3425
4470
|
}
|
|
3426
4471
|
]
|
|
3427
4472
|
},
|
|
3428
4473
|
{
|
|
3429
4474
|
"name": "translucent",
|
|
3430
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
4475
|
+
"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)."
|
|
3431
4476
|
},
|
|
3432
4477
|
{
|
|
3433
4478
|
"name": "trigger",
|
|
@@ -3464,6 +4509,18 @@
|
|
|
3464
4509
|
"name": "menu-id",
|
|
3465
4510
|
"description": "An id for the menu."
|
|
3466
4511
|
},
|
|
4512
|
+
{
|
|
4513
|
+
"name": "mode",
|
|
4514
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4515
|
+
"values": [
|
|
4516
|
+
{
|
|
4517
|
+
"name": "ios"
|
|
4518
|
+
},
|
|
4519
|
+
{
|
|
4520
|
+
"name": "md"
|
|
4521
|
+
}
|
|
4522
|
+
]
|
|
4523
|
+
},
|
|
3467
4524
|
{
|
|
3468
4525
|
"name": "side",
|
|
3469
4526
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -3480,6 +4537,21 @@
|
|
|
3480
4537
|
"name": "swipe-gesture",
|
|
3481
4538
|
"description": "If `true`, swiping the menu is enabled."
|
|
3482
4539
|
},
|
|
4540
|
+
{
|
|
4541
|
+
"name": "theme",
|
|
4542
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4543
|
+
"values": [
|
|
4544
|
+
{
|
|
4545
|
+
"name": "ios"
|
|
4546
|
+
},
|
|
4547
|
+
{
|
|
4548
|
+
"name": "md"
|
|
4549
|
+
},
|
|
4550
|
+
{
|
|
4551
|
+
"name": "ionic"
|
|
4552
|
+
}
|
|
4553
|
+
]
|
|
4554
|
+
},
|
|
3483
4555
|
{
|
|
3484
4556
|
"name": "type",
|
|
3485
4557
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -3557,13 +4629,28 @@
|
|
|
3557
4629
|
},
|
|
3558
4630
|
{
|
|
3559
4631
|
"name": "mode",
|
|
3560
|
-
"description": "The mode determines
|
|
4632
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4633
|
+
"values": [
|
|
4634
|
+
{
|
|
4635
|
+
"name": "ios"
|
|
4636
|
+
},
|
|
4637
|
+
{
|
|
4638
|
+
"name": "md"
|
|
4639
|
+
}
|
|
4640
|
+
]
|
|
4641
|
+
},
|
|
4642
|
+
{
|
|
4643
|
+
"name": "theme",
|
|
4644
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3561
4645
|
"values": [
|
|
3562
4646
|
{
|
|
3563
4647
|
"name": "ios"
|
|
3564
4648
|
},
|
|
3565
4649
|
{
|
|
3566
4650
|
"name": "md"
|
|
4651
|
+
},
|
|
4652
|
+
{
|
|
4653
|
+
"name": "ionic"
|
|
3567
4654
|
}
|
|
3568
4655
|
]
|
|
3569
4656
|
},
|
|
@@ -3604,6 +4691,33 @@
|
|
|
3604
4691
|
{
|
|
3605
4692
|
"name": "menu",
|
|
3606
4693
|
"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."
|
|
4694
|
+
},
|
|
4695
|
+
{
|
|
4696
|
+
"name": "mode",
|
|
4697
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4698
|
+
"values": [
|
|
4699
|
+
{
|
|
4700
|
+
"name": "ios"
|
|
4701
|
+
},
|
|
4702
|
+
{
|
|
4703
|
+
"name": "md"
|
|
4704
|
+
}
|
|
4705
|
+
]
|
|
4706
|
+
},
|
|
4707
|
+
{
|
|
4708
|
+
"name": "theme",
|
|
4709
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4710
|
+
"values": [
|
|
4711
|
+
{
|
|
4712
|
+
"name": "ios"
|
|
4713
|
+
},
|
|
4714
|
+
{
|
|
4715
|
+
"name": "md"
|
|
4716
|
+
},
|
|
4717
|
+
{
|
|
4718
|
+
"name": "ionic"
|
|
4719
|
+
}
|
|
4720
|
+
]
|
|
3607
4721
|
}
|
|
3608
4722
|
],
|
|
3609
4723
|
"references": [
|
|
@@ -3674,7 +4788,7 @@
|
|
|
3674
4788
|
},
|
|
3675
4789
|
{
|
|
3676
4790
|
"name": "mode",
|
|
3677
|
-
"description": "The mode determines
|
|
4791
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3678
4792
|
"values": [
|
|
3679
4793
|
{
|
|
3680
4794
|
"name": "ios"
|
|
@@ -3684,10 +4798,40 @@
|
|
|
3684
4798
|
}
|
|
3685
4799
|
]
|
|
3686
4800
|
},
|
|
4801
|
+
{
|
|
4802
|
+
"name": "shape",
|
|
4803
|
+
"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.",
|
|
4804
|
+
"values": [
|
|
4805
|
+
{
|
|
4806
|
+
"name": "rectangular"
|
|
4807
|
+
},
|
|
4808
|
+
{
|
|
4809
|
+
"name": "round"
|
|
4810
|
+
},
|
|
4811
|
+
{
|
|
4812
|
+
"name": "soft"
|
|
4813
|
+
}
|
|
4814
|
+
]
|
|
4815
|
+
},
|
|
3687
4816
|
{
|
|
3688
4817
|
"name": "show-backdrop",
|
|
3689
4818
|
"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."
|
|
3690
4819
|
},
|
|
4820
|
+
{
|
|
4821
|
+
"name": "theme",
|
|
4822
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4823
|
+
"values": [
|
|
4824
|
+
{
|
|
4825
|
+
"name": "ios"
|
|
4826
|
+
},
|
|
4827
|
+
{
|
|
4828
|
+
"name": "md"
|
|
4829
|
+
},
|
|
4830
|
+
{
|
|
4831
|
+
"name": "ionic"
|
|
4832
|
+
}
|
|
4833
|
+
]
|
|
4834
|
+
},
|
|
3691
4835
|
{
|
|
3692
4836
|
"name": "trigger",
|
|
3693
4837
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked."
|
|
@@ -3711,6 +4855,18 @@
|
|
|
3711
4855
|
"name": "animated",
|
|
3712
4856
|
"description": "If `true`, the nav should animate the transition of components."
|
|
3713
4857
|
},
|
|
4858
|
+
{
|
|
4859
|
+
"name": "mode",
|
|
4860
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4861
|
+
"values": [
|
|
4862
|
+
{
|
|
4863
|
+
"name": "ios"
|
|
4864
|
+
},
|
|
4865
|
+
{
|
|
4866
|
+
"name": "md"
|
|
4867
|
+
}
|
|
4868
|
+
]
|
|
4869
|
+
},
|
|
3714
4870
|
{
|
|
3715
4871
|
"name": "root",
|
|
3716
4872
|
"description": "Root NavComponent to load"
|
|
@@ -3718,6 +4874,21 @@
|
|
|
3718
4874
|
{
|
|
3719
4875
|
"name": "swipe-gesture",
|
|
3720
4876
|
"description": "If the nav component should allow for swipe-to-go-back."
|
|
4877
|
+
},
|
|
4878
|
+
{
|
|
4879
|
+
"name": "theme",
|
|
4880
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4881
|
+
"values": [
|
|
4882
|
+
{
|
|
4883
|
+
"name": "ios"
|
|
4884
|
+
},
|
|
4885
|
+
{
|
|
4886
|
+
"name": "md"
|
|
4887
|
+
},
|
|
4888
|
+
{
|
|
4889
|
+
"name": "ionic"
|
|
4890
|
+
}
|
|
4891
|
+
]
|
|
3721
4892
|
}
|
|
3722
4893
|
],
|
|
3723
4894
|
"references": [
|
|
@@ -3738,6 +4909,18 @@
|
|
|
3738
4909
|
"name": "component",
|
|
3739
4910
|
"description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`."
|
|
3740
4911
|
},
|
|
4912
|
+
{
|
|
4913
|
+
"name": "mode",
|
|
4914
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4915
|
+
"values": [
|
|
4916
|
+
{
|
|
4917
|
+
"name": "ios"
|
|
4918
|
+
},
|
|
4919
|
+
{
|
|
4920
|
+
"name": "md"
|
|
4921
|
+
}
|
|
4922
|
+
]
|
|
4923
|
+
},
|
|
3741
4924
|
{
|
|
3742
4925
|
"name": "router-direction",
|
|
3743
4926
|
"description": "The transition direction when navigating to another page.",
|
|
@@ -3752,6 +4935,21 @@
|
|
|
3752
4935
|
"name": "root"
|
|
3753
4936
|
}
|
|
3754
4937
|
]
|
|
4938
|
+
},
|
|
4939
|
+
{
|
|
4940
|
+
"name": "theme",
|
|
4941
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4942
|
+
"values": [
|
|
4943
|
+
{
|
|
4944
|
+
"name": "ios"
|
|
4945
|
+
},
|
|
4946
|
+
{
|
|
4947
|
+
"name": "md"
|
|
4948
|
+
},
|
|
4949
|
+
{
|
|
4950
|
+
"name": "ionic"
|
|
4951
|
+
}
|
|
4952
|
+
]
|
|
3755
4953
|
}
|
|
3756
4954
|
],
|
|
3757
4955
|
"references": [
|
|
@@ -3803,13 +5001,28 @@
|
|
|
3803
5001
|
},
|
|
3804
5002
|
{
|
|
3805
5003
|
"name": "mode",
|
|
3806
|
-
"description": "The mode determines
|
|
5004
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5005
|
+
"values": [
|
|
5006
|
+
{
|
|
5007
|
+
"name": "ios"
|
|
5008
|
+
},
|
|
5009
|
+
{
|
|
5010
|
+
"name": "md"
|
|
5011
|
+
}
|
|
5012
|
+
]
|
|
5013
|
+
},
|
|
5014
|
+
{
|
|
5015
|
+
"name": "theme",
|
|
5016
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3807
5017
|
"values": [
|
|
3808
5018
|
{
|
|
3809
5019
|
"name": "ios"
|
|
3810
5020
|
},
|
|
3811
5021
|
{
|
|
3812
5022
|
"name": "md"
|
|
5023
|
+
},
|
|
5024
|
+
{
|
|
5025
|
+
"name": "ionic"
|
|
3813
5026
|
}
|
|
3814
5027
|
]
|
|
3815
5028
|
}
|
|
@@ -3830,13 +5043,28 @@
|
|
|
3830
5043
|
"attributes": [
|
|
3831
5044
|
{
|
|
3832
5045
|
"name": "mode",
|
|
3833
|
-
"description": "The mode determines
|
|
5046
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5047
|
+
"values": [
|
|
5048
|
+
{
|
|
5049
|
+
"name": "ios"
|
|
5050
|
+
},
|
|
5051
|
+
{
|
|
5052
|
+
"name": "md"
|
|
5053
|
+
}
|
|
5054
|
+
]
|
|
5055
|
+
},
|
|
5056
|
+
{
|
|
5057
|
+
"name": "theme",
|
|
5058
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3834
5059
|
"values": [
|
|
3835
5060
|
{
|
|
3836
5061
|
"name": "ios"
|
|
3837
5062
|
},
|
|
3838
5063
|
{
|
|
3839
5064
|
"name": "md"
|
|
5065
|
+
},
|
|
5066
|
+
{
|
|
5067
|
+
"name": "ionic"
|
|
3840
5068
|
}
|
|
3841
5069
|
]
|
|
3842
5070
|
}
|
|
@@ -3894,13 +5122,28 @@
|
|
|
3894
5122
|
},
|
|
3895
5123
|
{
|
|
3896
5124
|
"name": "mode",
|
|
3897
|
-
"description": "The mode determines
|
|
5125
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5126
|
+
"values": [
|
|
5127
|
+
{
|
|
5128
|
+
"name": "ios"
|
|
5129
|
+
},
|
|
5130
|
+
{
|
|
5131
|
+
"name": "md"
|
|
5132
|
+
}
|
|
5133
|
+
]
|
|
5134
|
+
},
|
|
5135
|
+
{
|
|
5136
|
+
"name": "theme",
|
|
5137
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3898
5138
|
"values": [
|
|
3899
5139
|
{
|
|
3900
5140
|
"name": "ios"
|
|
3901
5141
|
},
|
|
3902
5142
|
{
|
|
3903
5143
|
"name": "md"
|
|
5144
|
+
},
|
|
5145
|
+
{
|
|
5146
|
+
"name": "ionic"
|
|
3904
5147
|
}
|
|
3905
5148
|
]
|
|
3906
5149
|
},
|
|
@@ -3960,6 +5203,33 @@
|
|
|
3960
5203
|
"name": "disabled",
|
|
3961
5204
|
"description": "If `true`, the user cannot interact with the picker column option."
|
|
3962
5205
|
},
|
|
5206
|
+
{
|
|
5207
|
+
"name": "mode",
|
|
5208
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5209
|
+
"values": [
|
|
5210
|
+
{
|
|
5211
|
+
"name": "ios"
|
|
5212
|
+
},
|
|
5213
|
+
{
|
|
5214
|
+
"name": "md"
|
|
5215
|
+
}
|
|
5216
|
+
]
|
|
5217
|
+
},
|
|
5218
|
+
{
|
|
5219
|
+
"name": "theme",
|
|
5220
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5221
|
+
"values": [
|
|
5222
|
+
{
|
|
5223
|
+
"name": "ios"
|
|
5224
|
+
},
|
|
5225
|
+
{
|
|
5226
|
+
"name": "md"
|
|
5227
|
+
},
|
|
5228
|
+
{
|
|
5229
|
+
"name": "ionic"
|
|
5230
|
+
}
|
|
5231
|
+
]
|
|
5232
|
+
},
|
|
3963
5233
|
{
|
|
3964
5234
|
"name": "value",
|
|
3965
5235
|
"description": "The text value of the option."
|
|
@@ -4005,7 +5275,7 @@
|
|
|
4005
5275
|
},
|
|
4006
5276
|
{
|
|
4007
5277
|
"name": "mode",
|
|
4008
|
-
"description": "The mode determines
|
|
5278
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4009
5279
|
"values": [
|
|
4010
5280
|
{
|
|
4011
5281
|
"name": "ios"
|
|
@@ -4019,6 +5289,21 @@
|
|
|
4019
5289
|
"name": "show-backdrop",
|
|
4020
5290
|
"description": "If `true`, a backdrop will be displayed behind the picker."
|
|
4021
5291
|
},
|
|
5292
|
+
{
|
|
5293
|
+
"name": "theme",
|
|
5294
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5295
|
+
"values": [
|
|
5296
|
+
{
|
|
5297
|
+
"name": "ios"
|
|
5298
|
+
},
|
|
5299
|
+
{
|
|
5300
|
+
"name": "md"
|
|
5301
|
+
},
|
|
5302
|
+
{
|
|
5303
|
+
"name": "ionic"
|
|
5304
|
+
}
|
|
5305
|
+
]
|
|
5306
|
+
},
|
|
4022
5307
|
{
|
|
4023
5308
|
"name": "trigger",
|
|
4024
5309
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked."
|
|
@@ -4040,7 +5325,7 @@
|
|
|
4040
5325
|
"attributes": [
|
|
4041
5326
|
{
|
|
4042
5327
|
"name": "alignment",
|
|
4043
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
5328
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
|
|
4044
5329
|
"values": [
|
|
4045
5330
|
{
|
|
4046
5331
|
"name": "center"
|
|
@@ -4059,7 +5344,7 @@
|
|
|
4059
5344
|
},
|
|
4060
5345
|
{
|
|
4061
5346
|
"name": "arrow",
|
|
4062
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
5347
|
+
"description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme."
|
|
4063
5348
|
},
|
|
4064
5349
|
{
|
|
4065
5350
|
"name": "backdrop-dismiss",
|
|
@@ -4095,7 +5380,7 @@
|
|
|
4095
5380
|
},
|
|
4096
5381
|
{
|
|
4097
5382
|
"name": "mode",
|
|
4098
|
-
"description": "The mode determines
|
|
5383
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4099
5384
|
"values": [
|
|
4100
5385
|
{
|
|
4101
5386
|
"name": "ios"
|
|
@@ -4157,9 +5442,24 @@
|
|
|
4157
5442
|
}
|
|
4158
5443
|
]
|
|
4159
5444
|
},
|
|
5445
|
+
{
|
|
5446
|
+
"name": "theme",
|
|
5447
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5448
|
+
"values": [
|
|
5449
|
+
{
|
|
5450
|
+
"name": "ios"
|
|
5451
|
+
},
|
|
5452
|
+
{
|
|
5453
|
+
"name": "md"
|
|
5454
|
+
},
|
|
5455
|
+
{
|
|
5456
|
+
"name": "ionic"
|
|
5457
|
+
}
|
|
5458
|
+
]
|
|
5459
|
+
},
|
|
4160
5460
|
{
|
|
4161
5461
|
"name": "translucent",
|
|
4162
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
5462
|
+
"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)."
|
|
4163
5463
|
},
|
|
4164
5464
|
{
|
|
4165
5465
|
"name": "trigger",
|
|
@@ -4234,7 +5534,7 @@
|
|
|
4234
5534
|
},
|
|
4235
5535
|
{
|
|
4236
5536
|
"name": "mode",
|
|
4237
|
-
"description": "The mode determines
|
|
5537
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4238
5538
|
"values": [
|
|
4239
5539
|
{
|
|
4240
5540
|
"name": "ios"
|
|
@@ -4248,6 +5548,21 @@
|
|
|
4248
5548
|
"name": "reversed",
|
|
4249
5549
|
"description": "If true, reverse the progress bar direction."
|
|
4250
5550
|
},
|
|
5551
|
+
{
|
|
5552
|
+
"name": "theme",
|
|
5553
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5554
|
+
"values": [
|
|
5555
|
+
{
|
|
5556
|
+
"name": "ios"
|
|
5557
|
+
},
|
|
5558
|
+
{
|
|
5559
|
+
"name": "md"
|
|
5560
|
+
},
|
|
5561
|
+
{
|
|
5562
|
+
"name": "ionic"
|
|
5563
|
+
}
|
|
5564
|
+
]
|
|
5565
|
+
},
|
|
4251
5566
|
{
|
|
4252
5567
|
"name": "type",
|
|
4253
5568
|
"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).",
|
|
@@ -4363,20 +5678,35 @@
|
|
|
4363
5678
|
},
|
|
4364
5679
|
{
|
|
4365
5680
|
"name": "mode",
|
|
4366
|
-
"description": "The mode determines
|
|
5681
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5682
|
+
"values": [
|
|
5683
|
+
{
|
|
5684
|
+
"name": "ios"
|
|
5685
|
+
},
|
|
5686
|
+
{
|
|
5687
|
+
"name": "md"
|
|
5688
|
+
}
|
|
5689
|
+
]
|
|
5690
|
+
},
|
|
5691
|
+
{
|
|
5692
|
+
"name": "name",
|
|
5693
|
+
"description": "The name of the control, which is submitted with the form data."
|
|
5694
|
+
},
|
|
5695
|
+
{
|
|
5696
|
+
"name": "theme",
|
|
5697
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4367
5698
|
"values": [
|
|
4368
5699
|
{
|
|
4369
5700
|
"name": "ios"
|
|
4370
5701
|
},
|
|
4371
5702
|
{
|
|
4372
5703
|
"name": "md"
|
|
5704
|
+
},
|
|
5705
|
+
{
|
|
5706
|
+
"name": "ionic"
|
|
4373
5707
|
}
|
|
4374
5708
|
]
|
|
4375
5709
|
},
|
|
4376
|
-
{
|
|
4377
|
-
"name": "name",
|
|
4378
|
-
"description": "The name of the control, which is submitted with the form data."
|
|
4379
|
-
},
|
|
4380
5710
|
{
|
|
4381
5711
|
"name": "value",
|
|
4382
5712
|
"description": "the value of the radio."
|
|
@@ -4404,10 +5734,37 @@
|
|
|
4404
5734
|
"name": "compare-with",
|
|
4405
5735
|
"description": "This property allows developers to specify a custom function or property\nname for comparing objects when determining the selected option in the\nion-radio-group. When not specified, the default behavior will use strict\nequality (===) for comparison."
|
|
4406
5736
|
},
|
|
5737
|
+
{
|
|
5738
|
+
"name": "mode",
|
|
5739
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5740
|
+
"values": [
|
|
5741
|
+
{
|
|
5742
|
+
"name": "ios"
|
|
5743
|
+
},
|
|
5744
|
+
{
|
|
5745
|
+
"name": "md"
|
|
5746
|
+
}
|
|
5747
|
+
]
|
|
5748
|
+
},
|
|
4407
5749
|
{
|
|
4408
5750
|
"name": "name",
|
|
4409
5751
|
"description": "The name of the control, which is submitted with the form data."
|
|
4410
5752
|
},
|
|
5753
|
+
{
|
|
5754
|
+
"name": "theme",
|
|
5755
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5756
|
+
"values": [
|
|
5757
|
+
{
|
|
5758
|
+
"name": "ios"
|
|
5759
|
+
},
|
|
5760
|
+
{
|
|
5761
|
+
"name": "md"
|
|
5762
|
+
},
|
|
5763
|
+
{
|
|
5764
|
+
"name": "ionic"
|
|
5765
|
+
}
|
|
5766
|
+
]
|
|
5767
|
+
},
|
|
4411
5768
|
{
|
|
4412
5769
|
"name": "value",
|
|
4413
5770
|
"description": "the value of the radio group."
|
|
@@ -4508,7 +5865,7 @@
|
|
|
4508
5865
|
},
|
|
4509
5866
|
{
|
|
4510
5867
|
"name": "mode",
|
|
4511
|
-
"description": "The mode determines
|
|
5868
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4512
5869
|
"values": [
|
|
4513
5870
|
{
|
|
4514
5871
|
"name": "ios"
|
|
@@ -4534,6 +5891,21 @@
|
|
|
4534
5891
|
"name": "step",
|
|
4535
5892
|
"description": "Specifies the value granularity."
|
|
4536
5893
|
},
|
|
5894
|
+
{
|
|
5895
|
+
"name": "theme",
|
|
5896
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5897
|
+
"values": [
|
|
5898
|
+
{
|
|
5899
|
+
"name": "ios"
|
|
5900
|
+
},
|
|
5901
|
+
{
|
|
5902
|
+
"name": "md"
|
|
5903
|
+
},
|
|
5904
|
+
{
|
|
5905
|
+
"name": "ionic"
|
|
5906
|
+
}
|
|
5907
|
+
]
|
|
5908
|
+
},
|
|
4537
5909
|
{
|
|
4538
5910
|
"name": "ticks",
|
|
4539
5911
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`."
|
|
@@ -4567,7 +5939,7 @@
|
|
|
4567
5939
|
},
|
|
4568
5940
|
{
|
|
4569
5941
|
"name": "mode",
|
|
4570
|
-
"description": "The mode determines
|
|
5942
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4571
5943
|
"values": [
|
|
4572
5944
|
{
|
|
4573
5945
|
"name": "ios"
|
|
@@ -4592,6 +5964,21 @@
|
|
|
4592
5964
|
{
|
|
4593
5965
|
"name": "snapback-duration",
|
|
4594
5966
|
"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."
|
|
5967
|
+
},
|
|
5968
|
+
{
|
|
5969
|
+
"name": "theme",
|
|
5970
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5971
|
+
"values": [
|
|
5972
|
+
{
|
|
5973
|
+
"name": "ios"
|
|
5974
|
+
},
|
|
5975
|
+
{
|
|
5976
|
+
"name": "md"
|
|
5977
|
+
},
|
|
5978
|
+
{
|
|
5979
|
+
"name": "ionic"
|
|
5980
|
+
}
|
|
5981
|
+
]
|
|
4595
5982
|
}
|
|
4596
5983
|
],
|
|
4597
5984
|
"references": [
|
|
@@ -4608,6 +5995,18 @@
|
|
|
4608
5995
|
"value": ""
|
|
4609
5996
|
},
|
|
4610
5997
|
"attributes": [
|
|
5998
|
+
{
|
|
5999
|
+
"name": "mode",
|
|
6000
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6001
|
+
"values": [
|
|
6002
|
+
{
|
|
6003
|
+
"name": "ios"
|
|
6004
|
+
},
|
|
6005
|
+
{
|
|
6006
|
+
"name": "md"
|
|
6007
|
+
}
|
|
6008
|
+
]
|
|
6009
|
+
},
|
|
4611
6010
|
{
|
|
4612
6011
|
"name": "pulling-icon",
|
|
4613
6012
|
"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."
|
|
@@ -4652,6 +6051,21 @@
|
|
|
4652
6051
|
{
|
|
4653
6052
|
"name": "refreshing-text",
|
|
4654
6053
|
"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."
|
|
6054
|
+
},
|
|
6055
|
+
{
|
|
6056
|
+
"name": "theme",
|
|
6057
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6058
|
+
"values": [
|
|
6059
|
+
{
|
|
6060
|
+
"name": "ios"
|
|
6061
|
+
},
|
|
6062
|
+
{
|
|
6063
|
+
"name": "md"
|
|
6064
|
+
},
|
|
6065
|
+
{
|
|
6066
|
+
"name": "ionic"
|
|
6067
|
+
}
|
|
6068
|
+
]
|
|
4655
6069
|
}
|
|
4656
6070
|
],
|
|
4657
6071
|
"references": [
|
|
@@ -4667,7 +6081,35 @@
|
|
|
4667
6081
|
"kind": "markdown",
|
|
4668
6082
|
"value": ""
|
|
4669
6083
|
},
|
|
4670
|
-
"attributes": [
|
|
6084
|
+
"attributes": [
|
|
6085
|
+
{
|
|
6086
|
+
"name": "mode",
|
|
6087
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6088
|
+
"values": [
|
|
6089
|
+
{
|
|
6090
|
+
"name": "ios"
|
|
6091
|
+
},
|
|
6092
|
+
{
|
|
6093
|
+
"name": "md"
|
|
6094
|
+
}
|
|
6095
|
+
]
|
|
6096
|
+
},
|
|
6097
|
+
{
|
|
6098
|
+
"name": "theme",
|
|
6099
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6100
|
+
"values": [
|
|
6101
|
+
{
|
|
6102
|
+
"name": "ios"
|
|
6103
|
+
},
|
|
6104
|
+
{
|
|
6105
|
+
"name": "md"
|
|
6106
|
+
},
|
|
6107
|
+
{
|
|
6108
|
+
"name": "ionic"
|
|
6109
|
+
}
|
|
6110
|
+
]
|
|
6111
|
+
}
|
|
6112
|
+
],
|
|
4671
6113
|
"references": [
|
|
4672
6114
|
{
|
|
4673
6115
|
"name": "Source code",
|
|
@@ -4685,6 +6127,33 @@
|
|
|
4685
6127
|
{
|
|
4686
6128
|
"name": "disabled",
|
|
4687
6129
|
"description": "If `true`, the reorder will be hidden."
|
|
6130
|
+
},
|
|
6131
|
+
{
|
|
6132
|
+
"name": "mode",
|
|
6133
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6134
|
+
"values": [
|
|
6135
|
+
{
|
|
6136
|
+
"name": "ios"
|
|
6137
|
+
},
|
|
6138
|
+
{
|
|
6139
|
+
"name": "md"
|
|
6140
|
+
}
|
|
6141
|
+
]
|
|
6142
|
+
},
|
|
6143
|
+
{
|
|
6144
|
+
"name": "theme",
|
|
6145
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6146
|
+
"values": [
|
|
6147
|
+
{
|
|
6148
|
+
"name": "ios"
|
|
6149
|
+
},
|
|
6150
|
+
{
|
|
6151
|
+
"name": "md"
|
|
6152
|
+
},
|
|
6153
|
+
{
|
|
6154
|
+
"name": "ionic"
|
|
6155
|
+
}
|
|
6156
|
+
]
|
|
4688
6157
|
}
|
|
4689
6158
|
],
|
|
4690
6159
|
"references": [
|
|
@@ -4701,6 +6170,33 @@
|
|
|
4701
6170
|
"value": ""
|
|
4702
6171
|
},
|
|
4703
6172
|
"attributes": [
|
|
6173
|
+
{
|
|
6174
|
+
"name": "mode",
|
|
6175
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6176
|
+
"values": [
|
|
6177
|
+
{
|
|
6178
|
+
"name": "ios"
|
|
6179
|
+
},
|
|
6180
|
+
{
|
|
6181
|
+
"name": "md"
|
|
6182
|
+
}
|
|
6183
|
+
]
|
|
6184
|
+
},
|
|
6185
|
+
{
|
|
6186
|
+
"name": "theme",
|
|
6187
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6188
|
+
"values": [
|
|
6189
|
+
{
|
|
6190
|
+
"name": "ios"
|
|
6191
|
+
},
|
|
6192
|
+
{
|
|
6193
|
+
"name": "md"
|
|
6194
|
+
},
|
|
6195
|
+
{
|
|
6196
|
+
"name": "ionic"
|
|
6197
|
+
}
|
|
6198
|
+
]
|
|
6199
|
+
},
|
|
4704
6200
|
{
|
|
4705
6201
|
"name": "type",
|
|
4706
6202
|
"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.",
|
|
@@ -4732,6 +6228,33 @@
|
|
|
4732
6228
|
"name": "component",
|
|
4733
6229
|
"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."
|
|
4734
6230
|
},
|
|
6231
|
+
{
|
|
6232
|
+
"name": "mode",
|
|
6233
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6234
|
+
"values": [
|
|
6235
|
+
{
|
|
6236
|
+
"name": "ios"
|
|
6237
|
+
},
|
|
6238
|
+
{
|
|
6239
|
+
"name": "md"
|
|
6240
|
+
}
|
|
6241
|
+
]
|
|
6242
|
+
},
|
|
6243
|
+
{
|
|
6244
|
+
"name": "theme",
|
|
6245
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6246
|
+
"values": [
|
|
6247
|
+
{
|
|
6248
|
+
"name": "ios"
|
|
6249
|
+
},
|
|
6250
|
+
{
|
|
6251
|
+
"name": "md"
|
|
6252
|
+
},
|
|
6253
|
+
{
|
|
6254
|
+
"name": "ionic"
|
|
6255
|
+
}
|
|
6256
|
+
]
|
|
6257
|
+
},
|
|
4735
6258
|
{
|
|
4736
6259
|
"name": "url",
|
|
4737
6260
|
"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."
|
|
@@ -4774,10 +6297,37 @@
|
|
|
4774
6297
|
"value": ""
|
|
4775
6298
|
},
|
|
4776
6299
|
"attributes": [
|
|
6300
|
+
{
|
|
6301
|
+
"name": "mode",
|
|
6302
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6303
|
+
"values": [
|
|
6304
|
+
{
|
|
6305
|
+
"name": "ios"
|
|
6306
|
+
},
|
|
6307
|
+
{
|
|
6308
|
+
"name": "md"
|
|
6309
|
+
}
|
|
6310
|
+
]
|
|
6311
|
+
},
|
|
4777
6312
|
{
|
|
4778
6313
|
"name": "root",
|
|
4779
6314
|
"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."
|
|
4780
6315
|
},
|
|
6316
|
+
{
|
|
6317
|
+
"name": "theme",
|
|
6318
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6319
|
+
"values": [
|
|
6320
|
+
{
|
|
6321
|
+
"name": "ios"
|
|
6322
|
+
},
|
|
6323
|
+
{
|
|
6324
|
+
"name": "md"
|
|
6325
|
+
},
|
|
6326
|
+
{
|
|
6327
|
+
"name": "ionic"
|
|
6328
|
+
}
|
|
6329
|
+
]
|
|
6330
|
+
},
|
|
4781
6331
|
{
|
|
4782
6332
|
"name": "use-hash",
|
|
4783
6333
|
"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."
|
|
@@ -4834,6 +6384,18 @@
|
|
|
4834
6384
|
"name": "href",
|
|
4835
6385
|
"description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered."
|
|
4836
6386
|
},
|
|
6387
|
+
{
|
|
6388
|
+
"name": "mode",
|
|
6389
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6390
|
+
"values": [
|
|
6391
|
+
{
|
|
6392
|
+
"name": "ios"
|
|
6393
|
+
},
|
|
6394
|
+
{
|
|
6395
|
+
"name": "md"
|
|
6396
|
+
}
|
|
6397
|
+
]
|
|
6398
|
+
},
|
|
4837
6399
|
{
|
|
4838
6400
|
"name": "rel",
|
|
4839
6401
|
"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)."
|
|
@@ -4856,6 +6418,21 @@
|
|
|
4856
6418
|
{
|
|
4857
6419
|
"name": "target",
|
|
4858
6420
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
6421
|
+
},
|
|
6422
|
+
{
|
|
6423
|
+
"name": "theme",
|
|
6424
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6425
|
+
"values": [
|
|
6426
|
+
{
|
|
6427
|
+
"name": "ios"
|
|
6428
|
+
},
|
|
6429
|
+
{
|
|
6430
|
+
"name": "md"
|
|
6431
|
+
},
|
|
6432
|
+
{
|
|
6433
|
+
"name": "ionic"
|
|
6434
|
+
}
|
|
6435
|
+
]
|
|
4859
6436
|
}
|
|
4860
6437
|
],
|
|
4861
6438
|
"references": [
|
|
@@ -4878,13 +6455,28 @@
|
|
|
4878
6455
|
},
|
|
4879
6456
|
{
|
|
4880
6457
|
"name": "mode",
|
|
4881
|
-
"description": "The mode determines
|
|
6458
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6459
|
+
"values": [
|
|
6460
|
+
{
|
|
6461
|
+
"name": "ios"
|
|
6462
|
+
},
|
|
6463
|
+
{
|
|
6464
|
+
"name": "md"
|
|
6465
|
+
}
|
|
6466
|
+
]
|
|
6467
|
+
},
|
|
6468
|
+
{
|
|
6469
|
+
"name": "theme",
|
|
6470
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4882
6471
|
"values": [
|
|
4883
6472
|
{
|
|
4884
6473
|
"name": "ios"
|
|
4885
6474
|
},
|
|
4886
6475
|
{
|
|
4887
6476
|
"name": "md"
|
|
6477
|
+
},
|
|
6478
|
+
{
|
|
6479
|
+
"name": "ionic"
|
|
4888
6480
|
}
|
|
4889
6481
|
]
|
|
4890
6482
|
}
|
|
@@ -4902,7 +6494,35 @@
|
|
|
4902
6494
|
"kind": "markdown",
|
|
4903
6495
|
"value": ""
|
|
4904
6496
|
},
|
|
4905
|
-
"attributes": [
|
|
6497
|
+
"attributes": [
|
|
6498
|
+
{
|
|
6499
|
+
"name": "mode",
|
|
6500
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6501
|
+
"values": [
|
|
6502
|
+
{
|
|
6503
|
+
"name": "ios"
|
|
6504
|
+
},
|
|
6505
|
+
{
|
|
6506
|
+
"name": "md"
|
|
6507
|
+
}
|
|
6508
|
+
]
|
|
6509
|
+
},
|
|
6510
|
+
{
|
|
6511
|
+
"name": "theme",
|
|
6512
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6513
|
+
"values": [
|
|
6514
|
+
{
|
|
6515
|
+
"name": "ios"
|
|
6516
|
+
},
|
|
6517
|
+
{
|
|
6518
|
+
"name": "md"
|
|
6519
|
+
},
|
|
6520
|
+
{
|
|
6521
|
+
"name": "ionic"
|
|
6522
|
+
}
|
|
6523
|
+
]
|
|
6524
|
+
}
|
|
6525
|
+
],
|
|
4906
6526
|
"references": [
|
|
4907
6527
|
{
|
|
4908
6528
|
"name": "Source code",
|
|
@@ -4932,80 +6552,74 @@
|
|
|
4932
6552
|
{
|
|
4933
6553
|
"name": "name"
|
|
4934
6554
|
},
|
|
4935
|
-
{
|
|
4936
|
-
"name": "email"
|
|
4937
|
-
},
|
|
4938
|
-
{
|
|
4939
|
-
"name": "tel"
|
|
4940
|
-
},
|
|
4941
6555
|
{
|
|
4942
6556
|
"name": "url"
|
|
4943
6557
|
},
|
|
4944
6558
|
{
|
|
4945
|
-
"name": "
|
|
6559
|
+
"name": "off"
|
|
4946
6560
|
},
|
|
4947
6561
|
{
|
|
4948
|
-
"name": "
|
|
6562
|
+
"name": "on"
|
|
4949
6563
|
},
|
|
4950
6564
|
{
|
|
4951
|
-
"name": "
|
|
6565
|
+
"name": "additional-name"
|
|
4952
6566
|
},
|
|
4953
6567
|
{
|
|
4954
|
-
"name": "
|
|
6568
|
+
"name": "address-level1"
|
|
4955
6569
|
},
|
|
4956
6570
|
{
|
|
4957
|
-
"name": "
|
|
6571
|
+
"name": "address-level2"
|
|
4958
6572
|
},
|
|
4959
6573
|
{
|
|
4960
|
-
"name": "
|
|
6574
|
+
"name": "address-level3"
|
|
4961
6575
|
},
|
|
4962
6576
|
{
|
|
4963
|
-
"name": "
|
|
6577
|
+
"name": "address-level4"
|
|
4964
6578
|
},
|
|
4965
6579
|
{
|
|
4966
|
-
"name": "
|
|
6580
|
+
"name": "address-line1"
|
|
4967
6581
|
},
|
|
4968
6582
|
{
|
|
4969
|
-
"name": "
|
|
6583
|
+
"name": "address-line2"
|
|
4970
6584
|
},
|
|
4971
6585
|
{
|
|
4972
|
-
"name": "
|
|
6586
|
+
"name": "address-line3"
|
|
4973
6587
|
},
|
|
4974
6588
|
{
|
|
4975
|
-
"name": "
|
|
6589
|
+
"name": "bday-day"
|
|
4976
6590
|
},
|
|
4977
6591
|
{
|
|
4978
|
-
"name": "
|
|
6592
|
+
"name": "bday-month"
|
|
4979
6593
|
},
|
|
4980
6594
|
{
|
|
4981
|
-
"name": "
|
|
6595
|
+
"name": "bday-year"
|
|
4982
6596
|
},
|
|
4983
6597
|
{
|
|
4984
|
-
"name": "
|
|
6598
|
+
"name": "cc-csc"
|
|
4985
6599
|
},
|
|
4986
6600
|
{
|
|
4987
|
-
"name": "
|
|
6601
|
+
"name": "cc-exp"
|
|
4988
6602
|
},
|
|
4989
6603
|
{
|
|
4990
|
-
"name": "
|
|
6604
|
+
"name": "cc-exp-month"
|
|
4991
6605
|
},
|
|
4992
6606
|
{
|
|
4993
|
-
"name": "
|
|
6607
|
+
"name": "cc-exp-year"
|
|
4994
6608
|
},
|
|
4995
6609
|
{
|
|
4996
|
-
"name": "
|
|
6610
|
+
"name": "cc-family-name"
|
|
4997
6611
|
},
|
|
4998
6612
|
{
|
|
4999
|
-
"name": "
|
|
6613
|
+
"name": "cc-given-name"
|
|
5000
6614
|
},
|
|
5001
6615
|
{
|
|
5002
|
-
"name": "
|
|
6616
|
+
"name": "cc-name"
|
|
5003
6617
|
},
|
|
5004
6618
|
{
|
|
5005
|
-
"name": "
|
|
6619
|
+
"name": "cc-number"
|
|
5006
6620
|
},
|
|
5007
6621
|
{
|
|
5008
|
-
"name": "
|
|
6622
|
+
"name": "cc-type"
|
|
5009
6623
|
},
|
|
5010
6624
|
{
|
|
5011
6625
|
"name": "country"
|
|
@@ -5014,76 +6628,82 @@
|
|
|
5014
6628
|
"name": "country-name"
|
|
5015
6629
|
},
|
|
5016
6630
|
{
|
|
5017
|
-
"name": "
|
|
6631
|
+
"name": "current-password"
|
|
5018
6632
|
},
|
|
5019
6633
|
{
|
|
5020
|
-
"name": "
|
|
6634
|
+
"name": "family-name"
|
|
5021
6635
|
},
|
|
5022
6636
|
{
|
|
5023
|
-
"name": "
|
|
6637
|
+
"name": "given-name"
|
|
5024
6638
|
},
|
|
5025
6639
|
{
|
|
5026
|
-
"name": "
|
|
6640
|
+
"name": "honorific-prefix"
|
|
5027
6641
|
},
|
|
5028
6642
|
{
|
|
5029
|
-
"name": "
|
|
6643
|
+
"name": "honorific-suffix"
|
|
5030
6644
|
},
|
|
5031
6645
|
{
|
|
5032
|
-
"name": "
|
|
6646
|
+
"name": "new-password"
|
|
5033
6647
|
},
|
|
5034
6648
|
{
|
|
5035
|
-
"name": "
|
|
6649
|
+
"name": "one-time-code"
|
|
5036
6650
|
},
|
|
5037
6651
|
{
|
|
5038
|
-
"name": "
|
|
6652
|
+
"name": "organization"
|
|
5039
6653
|
},
|
|
5040
6654
|
{
|
|
5041
|
-
"name": "
|
|
6655
|
+
"name": "postal-code"
|
|
5042
6656
|
},
|
|
5043
6657
|
{
|
|
5044
|
-
"name": "
|
|
6658
|
+
"name": "street-address"
|
|
5045
6659
|
},
|
|
5046
6660
|
{
|
|
5047
|
-
"name": "
|
|
6661
|
+
"name": "transaction-amount"
|
|
5048
6662
|
},
|
|
5049
6663
|
{
|
|
5050
6664
|
"name": "transaction-currency"
|
|
5051
6665
|
},
|
|
5052
6666
|
{
|
|
5053
|
-
"name": "
|
|
6667
|
+
"name": "username"
|
|
5054
6668
|
},
|
|
5055
6669
|
{
|
|
5056
|
-
"name": "
|
|
6670
|
+
"name": "email"
|
|
5057
6671
|
},
|
|
5058
6672
|
{
|
|
5059
|
-
"name": "
|
|
6673
|
+
"name": "tel"
|
|
5060
6674
|
},
|
|
5061
6675
|
{
|
|
5062
|
-
"name": "
|
|
6676
|
+
"name": "tel-area-code"
|
|
5063
6677
|
},
|
|
5064
6678
|
{
|
|
5065
|
-
"name": "
|
|
6679
|
+
"name": "tel-country-code"
|
|
5066
6680
|
},
|
|
5067
6681
|
{
|
|
5068
|
-
"name": "
|
|
6682
|
+
"name": "tel-extension"
|
|
5069
6683
|
},
|
|
5070
6684
|
{
|
|
5071
|
-
"name": "
|
|
6685
|
+
"name": "tel-local"
|
|
5072
6686
|
},
|
|
5073
6687
|
{
|
|
5074
|
-
"name": "tel-
|
|
6688
|
+
"name": "tel-national"
|
|
5075
6689
|
},
|
|
5076
6690
|
{
|
|
5077
|
-
"name": "
|
|
6691
|
+
"name": "nickname"
|
|
5078
6692
|
},
|
|
5079
6693
|
{
|
|
5080
|
-
"name": "
|
|
6694
|
+
"name": "organization-title"
|
|
5081
6695
|
},
|
|
5082
6696
|
{
|
|
5083
|
-
"name": "
|
|
6697
|
+
"name": "cc-additional-name"
|
|
5084
6698
|
},
|
|
5085
6699
|
{
|
|
5086
|
-
"name": "
|
|
6700
|
+
"name": "language"
|
|
6701
|
+
},
|
|
6702
|
+
{
|
|
6703
|
+
"name": "bday"
|
|
6704
|
+
},
|
|
6705
|
+
{
|
|
6706
|
+
"name": "sex"
|
|
5087
6707
|
},
|
|
5088
6708
|
{
|
|
5089
6709
|
"name": "impp"
|
|
@@ -5107,15 +6727,15 @@
|
|
|
5107
6727
|
},
|
|
5108
6728
|
{
|
|
5109
6729
|
"name": "cancel-button-icon",
|
|
5110
|
-
"description": "Set the cancel button icon. Only
|
|
6730
|
+
"description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`."
|
|
5111
6731
|
},
|
|
5112
6732
|
{
|
|
5113
6733
|
"name": "cancel-button-text",
|
|
5114
|
-
"description": "Set the the cancel button text. Only
|
|
6734
|
+
"description": "Set the the cancel button text. Only available when the theme is `\"ios\"`."
|
|
5115
6735
|
},
|
|
5116
6736
|
{
|
|
5117
6737
|
"name": "clear-icon",
|
|
5118
|
-
"description": "Set the clear icon. Defaults to
|
|
6738
|
+
"description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme."
|
|
5119
6739
|
},
|
|
5120
6740
|
{
|
|
5121
6741
|
"name": "color",
|
|
@@ -5225,7 +6845,7 @@
|
|
|
5225
6845
|
},
|
|
5226
6846
|
{
|
|
5227
6847
|
"name": "mode",
|
|
5228
|
-
"description": "The mode determines
|
|
6848
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5229
6849
|
"values": [
|
|
5230
6850
|
{
|
|
5231
6851
|
"name": "ios"
|
|
@@ -5245,7 +6865,7 @@
|
|
|
5245
6865
|
},
|
|
5246
6866
|
{
|
|
5247
6867
|
"name": "search-icon",
|
|
5248
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
6868
|
+
"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."
|
|
5249
6869
|
},
|
|
5250
6870
|
{
|
|
5251
6871
|
"name": "show-cancel-button",
|
|
@@ -5281,6 +6901,21 @@
|
|
|
5281
6901
|
"name": "spellcheck",
|
|
5282
6902
|
"description": "If `true`, enable spellcheck on the input."
|
|
5283
6903
|
},
|
|
6904
|
+
{
|
|
6905
|
+
"name": "theme",
|
|
6906
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6907
|
+
"values": [
|
|
6908
|
+
{
|
|
6909
|
+
"name": "ios"
|
|
6910
|
+
},
|
|
6911
|
+
{
|
|
6912
|
+
"name": "md"
|
|
6913
|
+
},
|
|
6914
|
+
{
|
|
6915
|
+
"name": "ionic"
|
|
6916
|
+
}
|
|
6917
|
+
]
|
|
6918
|
+
},
|
|
5284
6919
|
{
|
|
5285
6920
|
"name": "type",
|
|
5286
6921
|
"description": "Set the type of the input.",
|
|
@@ -5366,7 +7001,7 @@
|
|
|
5366
7001
|
},
|
|
5367
7002
|
{
|
|
5368
7003
|
"name": "mode",
|
|
5369
|
-
"description": "The mode determines
|
|
7004
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5370
7005
|
"values": [
|
|
5371
7006
|
{
|
|
5372
7007
|
"name": "ios"
|
|
@@ -5388,6 +7023,21 @@
|
|
|
5388
7023
|
"name": "swipe-gesture",
|
|
5389
7024
|
"description": "If `true`, users will be able to swipe between segment buttons to activate them."
|
|
5390
7025
|
},
|
|
7026
|
+
{
|
|
7027
|
+
"name": "theme",
|
|
7028
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7029
|
+
"values": [
|
|
7030
|
+
{
|
|
7031
|
+
"name": "ios"
|
|
7032
|
+
},
|
|
7033
|
+
{
|
|
7034
|
+
"name": "md"
|
|
7035
|
+
},
|
|
7036
|
+
{
|
|
7037
|
+
"name": "ionic"
|
|
7038
|
+
}
|
|
7039
|
+
]
|
|
7040
|
+
},
|
|
5391
7041
|
{
|
|
5392
7042
|
"name": "value",
|
|
5393
7043
|
"description": "the value of the segment."
|
|
@@ -5437,13 +7087,28 @@
|
|
|
5437
7087
|
},
|
|
5438
7088
|
{
|
|
5439
7089
|
"name": "mode",
|
|
5440
|
-
"description": "The mode determines
|
|
7090
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7091
|
+
"values": [
|
|
7092
|
+
{
|
|
7093
|
+
"name": "ios"
|
|
7094
|
+
},
|
|
7095
|
+
{
|
|
7096
|
+
"name": "md"
|
|
7097
|
+
}
|
|
7098
|
+
]
|
|
7099
|
+
},
|
|
7100
|
+
{
|
|
7101
|
+
"name": "theme",
|
|
7102
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5441
7103
|
"values": [
|
|
5442
7104
|
{
|
|
5443
7105
|
"name": "ios"
|
|
5444
7106
|
},
|
|
5445
7107
|
{
|
|
5446
7108
|
"name": "md"
|
|
7109
|
+
},
|
|
7110
|
+
{
|
|
7111
|
+
"name": "ionic"
|
|
5447
7112
|
}
|
|
5448
7113
|
]
|
|
5449
7114
|
},
|
|
@@ -5528,11 +7193,11 @@
|
|
|
5528
7193
|
},
|
|
5529
7194
|
{
|
|
5530
7195
|
"name": "expanded-icon",
|
|
5531
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
7196
|
+
"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."
|
|
5532
7197
|
},
|
|
5533
7198
|
{
|
|
5534
7199
|
"name": "fill",
|
|
5535
|
-
"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
|
|
7200
|
+
"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.",
|
|
5536
7201
|
"values": [
|
|
5537
7202
|
{
|
|
5538
7203
|
"name": "outline"
|
|
@@ -5603,7 +7268,7 @@
|
|
|
5603
7268
|
},
|
|
5604
7269
|
{
|
|
5605
7270
|
"name": "mode",
|
|
5606
|
-
"description": "The mode determines
|
|
7271
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5607
7272
|
"values": [
|
|
5608
7273
|
{
|
|
5609
7274
|
"name": "ios"
|
|
@@ -5642,9 +7307,24 @@
|
|
|
5642
7307
|
}
|
|
5643
7308
|
]
|
|
5644
7309
|
},
|
|
7310
|
+
{
|
|
7311
|
+
"name": "theme",
|
|
7312
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7313
|
+
"values": [
|
|
7314
|
+
{
|
|
7315
|
+
"name": "ios"
|
|
7316
|
+
},
|
|
7317
|
+
{
|
|
7318
|
+
"name": "md"
|
|
7319
|
+
},
|
|
7320
|
+
{
|
|
7321
|
+
"name": "ionic"
|
|
7322
|
+
}
|
|
7323
|
+
]
|
|
7324
|
+
},
|
|
5645
7325
|
{
|
|
5646
7326
|
"name": "toggle-icon",
|
|
5647
|
-
"description": "The toggle icon to use. Defaults to
|
|
7327
|
+
"description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes."
|
|
5648
7328
|
},
|
|
5649
7329
|
{
|
|
5650
7330
|
"name": "value",
|
|
@@ -5669,6 +7349,33 @@
|
|
|
5669
7349
|
"name": "disabled",
|
|
5670
7350
|
"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."
|
|
5671
7351
|
},
|
|
7352
|
+
{
|
|
7353
|
+
"name": "mode",
|
|
7354
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7355
|
+
"values": [
|
|
7356
|
+
{
|
|
7357
|
+
"name": "ios"
|
|
7358
|
+
},
|
|
7359
|
+
{
|
|
7360
|
+
"name": "md"
|
|
7361
|
+
}
|
|
7362
|
+
]
|
|
7363
|
+
},
|
|
7364
|
+
{
|
|
7365
|
+
"name": "theme",
|
|
7366
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7367
|
+
"values": [
|
|
7368
|
+
{
|
|
7369
|
+
"name": "ios"
|
|
7370
|
+
},
|
|
7371
|
+
{
|
|
7372
|
+
"name": "md"
|
|
7373
|
+
},
|
|
7374
|
+
{
|
|
7375
|
+
"name": "ionic"
|
|
7376
|
+
}
|
|
7377
|
+
]
|
|
7378
|
+
},
|
|
5672
7379
|
{
|
|
5673
7380
|
"name": "value",
|
|
5674
7381
|
"description": "The text value of the option."
|
|
@@ -5691,6 +7398,33 @@
|
|
|
5691
7398
|
{
|
|
5692
7399
|
"name": "animated",
|
|
5693
7400
|
"description": "If `true`, the skeleton text will animate."
|
|
7401
|
+
},
|
|
7402
|
+
{
|
|
7403
|
+
"name": "mode",
|
|
7404
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7405
|
+
"values": [
|
|
7406
|
+
{
|
|
7407
|
+
"name": "ios"
|
|
7408
|
+
},
|
|
7409
|
+
{
|
|
7410
|
+
"name": "md"
|
|
7411
|
+
}
|
|
7412
|
+
]
|
|
7413
|
+
},
|
|
7414
|
+
{
|
|
7415
|
+
"name": "theme",
|
|
7416
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7417
|
+
"values": [
|
|
7418
|
+
{
|
|
7419
|
+
"name": "ios"
|
|
7420
|
+
},
|
|
7421
|
+
{
|
|
7422
|
+
"name": "md"
|
|
7423
|
+
},
|
|
7424
|
+
{
|
|
7425
|
+
"name": "ionic"
|
|
7426
|
+
}
|
|
7427
|
+
]
|
|
5694
7428
|
}
|
|
5695
7429
|
],
|
|
5696
7430
|
"references": [
|
|
@@ -5744,6 +7478,18 @@
|
|
|
5744
7478
|
"name": "duration",
|
|
5745
7479
|
"description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner."
|
|
5746
7480
|
},
|
|
7481
|
+
{
|
|
7482
|
+
"name": "mode",
|
|
7483
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7484
|
+
"values": [
|
|
7485
|
+
{
|
|
7486
|
+
"name": "ios"
|
|
7487
|
+
},
|
|
7488
|
+
{
|
|
7489
|
+
"name": "md"
|
|
7490
|
+
}
|
|
7491
|
+
]
|
|
7492
|
+
},
|
|
5747
7493
|
{
|
|
5748
7494
|
"name": "name",
|
|
5749
7495
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -5780,6 +7526,42 @@
|
|
|
5780
7526
|
{
|
|
5781
7527
|
"name": "paused",
|
|
5782
7528
|
"description": "If `true`, the spinner's animation will be paused."
|
|
7529
|
+
},
|
|
7530
|
+
{
|
|
7531
|
+
"name": "size",
|
|
7532
|
+
"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.",
|
|
7533
|
+
"values": [
|
|
7534
|
+
{
|
|
7535
|
+
"name": "large"
|
|
7536
|
+
},
|
|
7537
|
+
{
|
|
7538
|
+
"name": "medium"
|
|
7539
|
+
},
|
|
7540
|
+
{
|
|
7541
|
+
"name": "small"
|
|
7542
|
+
},
|
|
7543
|
+
{
|
|
7544
|
+
"name": "xlarge"
|
|
7545
|
+
},
|
|
7546
|
+
{
|
|
7547
|
+
"name": "xsmall"
|
|
7548
|
+
}
|
|
7549
|
+
]
|
|
7550
|
+
},
|
|
7551
|
+
{
|
|
7552
|
+
"name": "theme",
|
|
7553
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7554
|
+
"values": [
|
|
7555
|
+
{
|
|
7556
|
+
"name": "ios"
|
|
7557
|
+
},
|
|
7558
|
+
{
|
|
7559
|
+
"name": "md"
|
|
7560
|
+
},
|
|
7561
|
+
{
|
|
7562
|
+
"name": "ionic"
|
|
7563
|
+
}
|
|
7564
|
+
]
|
|
5783
7565
|
}
|
|
5784
7566
|
],
|
|
5785
7567
|
"references": [
|
|
@@ -5801,8 +7583,35 @@
|
|
|
5801
7583
|
"description": "The `id` of the main content. When using\na router this is typically `ion-router-outlet`.\nWhen not using a router, this is typically\nyour main view's `ion-content`. This is not the\nid of the `ion-content` inside of your `ion-menu`."
|
|
5802
7584
|
},
|
|
5803
7585
|
{
|
|
5804
|
-
"name": "disabled",
|
|
5805
|
-
"description": "If `true`, the split pane will be hidden."
|
|
7586
|
+
"name": "disabled",
|
|
7587
|
+
"description": "If `true`, the split pane will be hidden."
|
|
7588
|
+
},
|
|
7589
|
+
{
|
|
7590
|
+
"name": "mode",
|
|
7591
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7592
|
+
"values": [
|
|
7593
|
+
{
|
|
7594
|
+
"name": "ios"
|
|
7595
|
+
},
|
|
7596
|
+
{
|
|
7597
|
+
"name": "md"
|
|
7598
|
+
}
|
|
7599
|
+
]
|
|
7600
|
+
},
|
|
7601
|
+
{
|
|
7602
|
+
"name": "theme",
|
|
7603
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7604
|
+
"values": [
|
|
7605
|
+
{
|
|
7606
|
+
"name": "ios"
|
|
7607
|
+
},
|
|
7608
|
+
{
|
|
7609
|
+
"name": "md"
|
|
7610
|
+
},
|
|
7611
|
+
{
|
|
7612
|
+
"name": "ionic"
|
|
7613
|
+
}
|
|
7614
|
+
]
|
|
5806
7615
|
},
|
|
5807
7616
|
{
|
|
5808
7617
|
"name": "when",
|
|
@@ -5827,9 +7636,36 @@
|
|
|
5827
7636
|
"name": "component",
|
|
5828
7637
|
"description": "The component to display inside of the tab."
|
|
5829
7638
|
},
|
|
7639
|
+
{
|
|
7640
|
+
"name": "mode",
|
|
7641
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7642
|
+
"values": [
|
|
7643
|
+
{
|
|
7644
|
+
"name": "ios"
|
|
7645
|
+
},
|
|
7646
|
+
{
|
|
7647
|
+
"name": "md"
|
|
7648
|
+
}
|
|
7649
|
+
]
|
|
7650
|
+
},
|
|
5830
7651
|
{
|
|
5831
7652
|
"name": "tab",
|
|
5832
7653
|
"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."
|
|
7654
|
+
},
|
|
7655
|
+
{
|
|
7656
|
+
"name": "theme",
|
|
7657
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7658
|
+
"values": [
|
|
7659
|
+
{
|
|
7660
|
+
"name": "ios"
|
|
7661
|
+
},
|
|
7662
|
+
{
|
|
7663
|
+
"name": "md"
|
|
7664
|
+
},
|
|
7665
|
+
{
|
|
7666
|
+
"name": "ionic"
|
|
7667
|
+
}
|
|
7668
|
+
]
|
|
5833
7669
|
}
|
|
5834
7670
|
],
|
|
5835
7671
|
"references": [
|
|
@@ -5879,9 +7715,21 @@
|
|
|
5879
7715
|
}
|
|
5880
7716
|
]
|
|
5881
7717
|
},
|
|
7718
|
+
{
|
|
7719
|
+
"name": "expand",
|
|
7720
|
+
"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\"`.",
|
|
7721
|
+
"values": [
|
|
7722
|
+
{
|
|
7723
|
+
"name": "compact"
|
|
7724
|
+
},
|
|
7725
|
+
{
|
|
7726
|
+
"name": "full"
|
|
7727
|
+
}
|
|
7728
|
+
]
|
|
7729
|
+
},
|
|
5882
7730
|
{
|
|
5883
7731
|
"name": "mode",
|
|
5884
|
-
"description": "The mode determines
|
|
7732
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5885
7733
|
"values": [
|
|
5886
7734
|
{
|
|
5887
7735
|
"name": "ios"
|
|
@@ -5895,9 +7743,39 @@
|
|
|
5895
7743
|
"name": "selected-tab",
|
|
5896
7744
|
"description": "The selected tab component"
|
|
5897
7745
|
},
|
|
7746
|
+
{
|
|
7747
|
+
"name": "shape",
|
|
7748
|
+
"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.",
|
|
7749
|
+
"values": [
|
|
7750
|
+
{
|
|
7751
|
+
"name": "rectangular"
|
|
7752
|
+
},
|
|
7753
|
+
{
|
|
7754
|
+
"name": "round"
|
|
7755
|
+
},
|
|
7756
|
+
{
|
|
7757
|
+
"name": "soft"
|
|
7758
|
+
}
|
|
7759
|
+
]
|
|
7760
|
+
},
|
|
7761
|
+
{
|
|
7762
|
+
"name": "theme",
|
|
7763
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7764
|
+
"values": [
|
|
7765
|
+
{
|
|
7766
|
+
"name": "ios"
|
|
7767
|
+
},
|
|
7768
|
+
{
|
|
7769
|
+
"name": "md"
|
|
7770
|
+
},
|
|
7771
|
+
{
|
|
7772
|
+
"name": "ionic"
|
|
7773
|
+
}
|
|
7774
|
+
]
|
|
7775
|
+
},
|
|
5898
7776
|
{
|
|
5899
7777
|
"name": "translucent",
|
|
5900
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
7778
|
+
"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)."
|
|
5901
7779
|
}
|
|
5902
7780
|
],
|
|
5903
7781
|
"references": [
|
|
@@ -5952,7 +7830,7 @@
|
|
|
5952
7830
|
},
|
|
5953
7831
|
{
|
|
5954
7832
|
"name": "mode",
|
|
5955
|
-
"description": "The mode determines
|
|
7833
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5956
7834
|
"values": [
|
|
5957
7835
|
{
|
|
5958
7836
|
"name": "ios"
|
|
@@ -5977,6 +7855,21 @@
|
|
|
5977
7855
|
{
|
|
5978
7856
|
"name": "target",
|
|
5979
7857
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
7858
|
+
},
|
|
7859
|
+
{
|
|
7860
|
+
"name": "theme",
|
|
7861
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7862
|
+
"values": [
|
|
7863
|
+
{
|
|
7864
|
+
"name": "ios"
|
|
7865
|
+
},
|
|
7866
|
+
{
|
|
7867
|
+
"name": "md"
|
|
7868
|
+
},
|
|
7869
|
+
{
|
|
7870
|
+
"name": "ionic"
|
|
7871
|
+
}
|
|
7872
|
+
]
|
|
5980
7873
|
}
|
|
5981
7874
|
],
|
|
5982
7875
|
"references": [
|
|
@@ -5992,7 +7885,35 @@
|
|
|
5992
7885
|
"kind": "markdown",
|
|
5993
7886
|
"value": ""
|
|
5994
7887
|
},
|
|
5995
|
-
"attributes": [
|
|
7888
|
+
"attributes": [
|
|
7889
|
+
{
|
|
7890
|
+
"name": "mode",
|
|
7891
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7892
|
+
"values": [
|
|
7893
|
+
{
|
|
7894
|
+
"name": "ios"
|
|
7895
|
+
},
|
|
7896
|
+
{
|
|
7897
|
+
"name": "md"
|
|
7898
|
+
}
|
|
7899
|
+
]
|
|
7900
|
+
},
|
|
7901
|
+
{
|
|
7902
|
+
"name": "theme",
|
|
7903
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7904
|
+
"values": [
|
|
7905
|
+
{
|
|
7906
|
+
"name": "ios"
|
|
7907
|
+
},
|
|
7908
|
+
{
|
|
7909
|
+
"name": "md"
|
|
7910
|
+
},
|
|
7911
|
+
{
|
|
7912
|
+
"name": "ionic"
|
|
7913
|
+
}
|
|
7914
|
+
]
|
|
7915
|
+
}
|
|
7916
|
+
],
|
|
5996
7917
|
"references": [
|
|
5997
7918
|
{
|
|
5998
7919
|
"name": "Source code",
|
|
@@ -6042,7 +7963,7 @@
|
|
|
6042
7963
|
},
|
|
6043
7964
|
{
|
|
6044
7965
|
"name": "mode",
|
|
6045
|
-
"description": "The mode determines
|
|
7966
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6046
7967
|
"values": [
|
|
6047
7968
|
{
|
|
6048
7969
|
"name": "ios"
|
|
@@ -6051,6 +7972,21 @@
|
|
|
6051
7972
|
"name": "md"
|
|
6052
7973
|
}
|
|
6053
7974
|
]
|
|
7975
|
+
},
|
|
7976
|
+
{
|
|
7977
|
+
"name": "theme",
|
|
7978
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7979
|
+
"values": [
|
|
7980
|
+
{
|
|
7981
|
+
"name": "ios"
|
|
7982
|
+
},
|
|
7983
|
+
{
|
|
7984
|
+
"name": "md"
|
|
7985
|
+
},
|
|
7986
|
+
{
|
|
7987
|
+
"name": "ionic"
|
|
7988
|
+
}
|
|
7989
|
+
]
|
|
6054
7990
|
}
|
|
6055
7991
|
],
|
|
6056
7992
|
"references": [
|
|
@@ -6165,7 +8101,7 @@
|
|
|
6165
8101
|
},
|
|
6166
8102
|
{
|
|
6167
8103
|
"name": "fill",
|
|
6168
|
-
"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
|
|
8104
|
+
"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\"`.",
|
|
6169
8105
|
"values": [
|
|
6170
8106
|
{
|
|
6171
8107
|
"name": "outline"
|
|
@@ -6244,7 +8180,7 @@
|
|
|
6244
8180
|
},
|
|
6245
8181
|
{
|
|
6246
8182
|
"name": "mode",
|
|
6247
|
-
"description": "The mode determines
|
|
8183
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6248
8184
|
"values": [
|
|
6249
8185
|
{
|
|
6250
8186
|
"name": "ios"
|
|
@@ -6276,10 +8212,31 @@
|
|
|
6276
8212
|
},
|
|
6277
8213
|
{
|
|
6278
8214
|
"name": "shape",
|
|
6279
|
-
"description": "
|
|
8215
|
+
"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.",
|
|
6280
8216
|
"values": [
|
|
8217
|
+
{
|
|
8218
|
+
"name": "rectangular"
|
|
8219
|
+
},
|
|
6281
8220
|
{
|
|
6282
8221
|
"name": "round"
|
|
8222
|
+
},
|
|
8223
|
+
{
|
|
8224
|
+
"name": "soft"
|
|
8225
|
+
}
|
|
8226
|
+
]
|
|
8227
|
+
},
|
|
8228
|
+
{
|
|
8229
|
+
"name": "size",
|
|
8230
|
+
"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.",
|
|
8231
|
+
"values": [
|
|
8232
|
+
{
|
|
8233
|
+
"name": "large"
|
|
8234
|
+
},
|
|
8235
|
+
{
|
|
8236
|
+
"name": "medium"
|
|
8237
|
+
},
|
|
8238
|
+
{
|
|
8239
|
+
"name": "small"
|
|
6283
8240
|
}
|
|
6284
8241
|
]
|
|
6285
8242
|
},
|
|
@@ -6287,6 +8244,21 @@
|
|
|
6287
8244
|
"name": "spellcheck",
|
|
6288
8245
|
"description": "If `true`, the element will have its spelling and grammar checked."
|
|
6289
8246
|
},
|
|
8247
|
+
{
|
|
8248
|
+
"name": "theme",
|
|
8249
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8250
|
+
"values": [
|
|
8251
|
+
{
|
|
8252
|
+
"name": "ios"
|
|
8253
|
+
},
|
|
8254
|
+
{
|
|
8255
|
+
"name": "md"
|
|
8256
|
+
},
|
|
8257
|
+
{
|
|
8258
|
+
"name": "ionic"
|
|
8259
|
+
}
|
|
8260
|
+
]
|
|
8261
|
+
},
|
|
6290
8262
|
{
|
|
6291
8263
|
"name": "value",
|
|
6292
8264
|
"description": "The value of the textarea."
|
|
@@ -6320,7 +8292,35 @@
|
|
|
6320
8292
|
"kind": "markdown",
|
|
6321
8293
|
"value": ""
|
|
6322
8294
|
},
|
|
6323
|
-
"attributes": [
|
|
8295
|
+
"attributes": [
|
|
8296
|
+
{
|
|
8297
|
+
"name": "mode",
|
|
8298
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8299
|
+
"values": [
|
|
8300
|
+
{
|
|
8301
|
+
"name": "ios"
|
|
8302
|
+
},
|
|
8303
|
+
{
|
|
8304
|
+
"name": "md"
|
|
8305
|
+
}
|
|
8306
|
+
]
|
|
8307
|
+
},
|
|
8308
|
+
{
|
|
8309
|
+
"name": "theme",
|
|
8310
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8311
|
+
"values": [
|
|
8312
|
+
{
|
|
8313
|
+
"name": "ios"
|
|
8314
|
+
},
|
|
8315
|
+
{
|
|
8316
|
+
"name": "md"
|
|
8317
|
+
},
|
|
8318
|
+
{
|
|
8319
|
+
"name": "ionic"
|
|
8320
|
+
}
|
|
8321
|
+
]
|
|
8322
|
+
}
|
|
8323
|
+
],
|
|
6324
8324
|
"references": [
|
|
6325
8325
|
{
|
|
6326
8326
|
"name": "Source code",
|
|
@@ -6368,6 +8368,18 @@
|
|
|
6368
8368
|
}
|
|
6369
8369
|
]
|
|
6370
8370
|
},
|
|
8371
|
+
{
|
|
8372
|
+
"name": "mode",
|
|
8373
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8374
|
+
"values": [
|
|
8375
|
+
{
|
|
8376
|
+
"name": "ios"
|
|
8377
|
+
},
|
|
8378
|
+
{
|
|
8379
|
+
"name": "md"
|
|
8380
|
+
}
|
|
8381
|
+
]
|
|
8382
|
+
},
|
|
6371
8383
|
{
|
|
6372
8384
|
"name": "size",
|
|
6373
8385
|
"description": "The size of the toolbar title.",
|
|
@@ -6379,6 +8391,21 @@
|
|
|
6379
8391
|
"name": "small"
|
|
6380
8392
|
}
|
|
6381
8393
|
]
|
|
8394
|
+
},
|
|
8395
|
+
{
|
|
8396
|
+
"name": "theme",
|
|
8397
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8398
|
+
"values": [
|
|
8399
|
+
{
|
|
8400
|
+
"name": "ios"
|
|
8401
|
+
},
|
|
8402
|
+
{
|
|
8403
|
+
"name": "md"
|
|
8404
|
+
},
|
|
8405
|
+
{
|
|
8406
|
+
"name": "ionic"
|
|
8407
|
+
}
|
|
8408
|
+
]
|
|
6382
8409
|
}
|
|
6383
8410
|
],
|
|
6384
8411
|
"references": [
|
|
@@ -6474,7 +8501,7 @@
|
|
|
6474
8501
|
},
|
|
6475
8502
|
{
|
|
6476
8503
|
"name": "mode",
|
|
6477
|
-
"description": "The mode determines
|
|
8504
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6478
8505
|
"values": [
|
|
6479
8506
|
{
|
|
6480
8507
|
"name": "ios"
|
|
@@ -6503,6 +8530,21 @@
|
|
|
6503
8530
|
"name": "position-anchor",
|
|
6504
8531
|
"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."
|
|
6505
8532
|
},
|
|
8533
|
+
{
|
|
8534
|
+
"name": "shape",
|
|
8535
|
+
"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.",
|
|
8536
|
+
"values": [
|
|
8537
|
+
{
|
|
8538
|
+
"name": "rectangular"
|
|
8539
|
+
},
|
|
8540
|
+
{
|
|
8541
|
+
"name": "round"
|
|
8542
|
+
},
|
|
8543
|
+
{
|
|
8544
|
+
"name": "soft"
|
|
8545
|
+
}
|
|
8546
|
+
]
|
|
8547
|
+
},
|
|
6506
8548
|
{
|
|
6507
8549
|
"name": "swipe-gesture",
|
|
6508
8550
|
"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.",
|
|
@@ -6512,9 +8554,24 @@
|
|
|
6512
8554
|
}
|
|
6513
8555
|
]
|
|
6514
8556
|
},
|
|
8557
|
+
{
|
|
8558
|
+
"name": "theme",
|
|
8559
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8560
|
+
"values": [
|
|
8561
|
+
{
|
|
8562
|
+
"name": "ios"
|
|
8563
|
+
},
|
|
8564
|
+
{
|
|
8565
|
+
"name": "md"
|
|
8566
|
+
},
|
|
8567
|
+
{
|
|
8568
|
+
"name": "ionic"
|
|
8569
|
+
}
|
|
8570
|
+
]
|
|
8571
|
+
},
|
|
6515
8572
|
{
|
|
6516
8573
|
"name": "translucent",
|
|
6517
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
8574
|
+
"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)."
|
|
6518
8575
|
},
|
|
6519
8576
|
{
|
|
6520
8577
|
"name": "trigger",
|
|
@@ -6627,7 +8684,7 @@
|
|
|
6627
8684
|
},
|
|
6628
8685
|
{
|
|
6629
8686
|
"name": "mode",
|
|
6630
|
-
"description": "The mode determines
|
|
8687
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6631
8688
|
"values": [
|
|
6632
8689
|
{
|
|
6633
8690
|
"name": "ios"
|
|
@@ -6641,6 +8698,21 @@
|
|
|
6641
8698
|
"name": "name",
|
|
6642
8699
|
"description": "The name of the control, which is submitted with the form data."
|
|
6643
8700
|
},
|
|
8701
|
+
{
|
|
8702
|
+
"name": "theme",
|
|
8703
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8704
|
+
"values": [
|
|
8705
|
+
{
|
|
8706
|
+
"name": "ios"
|
|
8707
|
+
},
|
|
8708
|
+
{
|
|
8709
|
+
"name": "md"
|
|
8710
|
+
},
|
|
8711
|
+
{
|
|
8712
|
+
"name": "ionic"
|
|
8713
|
+
}
|
|
8714
|
+
]
|
|
8715
|
+
},
|
|
6644
8716
|
{
|
|
6645
8717
|
"name": "value",
|
|
6646
8718
|
"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>`."
|
|
@@ -6695,13 +8767,28 @@
|
|
|
6695
8767
|
},
|
|
6696
8768
|
{
|
|
6697
8769
|
"name": "mode",
|
|
6698
|
-
"description": "The mode determines
|
|
8770
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8771
|
+
"values": [
|
|
8772
|
+
{
|
|
8773
|
+
"name": "ios"
|
|
8774
|
+
},
|
|
8775
|
+
{
|
|
8776
|
+
"name": "md"
|
|
8777
|
+
}
|
|
8778
|
+
]
|
|
8779
|
+
},
|
|
8780
|
+
{
|
|
8781
|
+
"name": "theme",
|
|
8782
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6699
8783
|
"values": [
|
|
6700
8784
|
{
|
|
6701
8785
|
"name": "ios"
|
|
6702
8786
|
},
|
|
6703
8787
|
{
|
|
6704
8788
|
"name": "md"
|
|
8789
|
+
},
|
|
8790
|
+
{
|
|
8791
|
+
"name": "ionic"
|
|
6705
8792
|
}
|
|
6706
8793
|
]
|
|
6707
8794
|
}
|