@ionic/core 8.3.4 → 8.3.5-dev.11730311720.151cb777
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 +25 -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 +51 -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 +68 -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 +134 -40
- 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 +94 -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 +57 -33
- 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-ba0f6986.js → overlays-4cf5527f.js} +19 -20
- 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 +201 -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 +92 -0
- package/dist/collection/components/accordion-group/accordion-group.ios.css +16 -4
- package/dist/collection/components/accordion-group/accordion-group.js +43 -8
- package/dist/collection/components/accordion-group/accordion-group.md.css +22 -4
- package/dist/collection/components/action-sheet/action-sheet.ios.css +18 -6
- package/dist/collection/components/action-sheet/action-sheet.js +14 -10
- package/dist/collection/components/action-sheet/action-sheet.md.css +17 -5
- package/dist/collection/components/alert/alert.ios.css +19 -1
- package/dist/collection/components/alert/alert.js +15 -12
- package/dist/collection/components/alert/alert.md.css +19 -1
- package/dist/collection/components/app/app.js +12 -78
- package/dist/collection/components/avatar/avatar.ionic.css +269 -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 +151 -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 +249 -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 +589 -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 +100 -0
- package/dist/collection/components/buttons/buttons.ios.css +59 -7
- package/dist/collection/components/buttons/buttons.js +14 -8
- package/dist/collection/components/buttons/buttons.md.css +55 -3
- package/dist/collection/components/card/card.ionic.css +137 -0
- package/dist/collection/components/card/card.ios.css +65 -14
- package/dist/collection/components/card/card.js +34 -10
- package/dist/collection/components/card/card.md.css +65 -14
- package/dist/collection/components/card-content/card-content.ionic.css +90 -0
- package/dist/collection/components/card-content/card-content.ios.css +16 -1
- package/dist/collection/components/card-content/card-content.js +11 -8
- package/dist/collection/components/card-content/card-content.md.css +16 -1
- package/dist/collection/components/card-header/card-header.ionic.css +87 -0
- package/dist/collection/components/card-header/card-header.ios.css +27 -15
- package/dist/collection/components/card-header/card-header.js +12 -9
- package/dist/collection/components/card-header/card-header.md.css +27 -15
- package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +146 -0
- package/dist/collection/components/card-subtitle/card-subtitle.ios.css +12 -0
- package/dist/collection/components/card-subtitle/card-subtitle.js +11 -8
- package/dist/collection/components/card-subtitle/card-subtitle.md.css +12 -0
- package/dist/collection/components/card-title/card-title.ios.css +73 -0
- package/dist/collection/components/card-title/card-title.js +11 -8
- package/dist/collection/components/card-title/card-title.md.css +73 -0
- package/dist/collection/components/checkbox/checkbox.ionic.css +402 -0
- package/dist/collection/components/checkbox/checkbox.ios.css +20 -2
- package/dist/collection/components/checkbox/checkbox.js +63 -14
- package/dist/collection/components/checkbox/checkbox.md.css +21 -3
- package/dist/collection/components/chip/chip.ionic.css +160 -0
- package/dist/collection/components/chip/chip.ios.css +20 -1
- package/dist/collection/components/chip/chip.js +77 -8
- package/dist/collection/components/chip/chip.md.css +20 -1
- package/dist/collection/components/col/col.css +12 -0
- package/dist/collection/components/col/col.js +9 -5
- package/dist/collection/components/content/content.css +8 -2
- package/dist/collection/components/content/content.js +16 -11
- package/dist/collection/components/datetime/datetime.ionic.css +668 -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 +86 -0
- package/dist/collection/components/header/header.ios.css +25 -10
- package/dist/collection/components/header/header.js +42 -17
- package/dist/collection/components/header/header.md.css +23 -8
- package/dist/collection/components/img/img.js +8 -2
- package/dist/collection/components/infinite-scroll/infinite-scroll.js +8 -4
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +12 -0
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +16 -10
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +12 -0
- package/dist/collection/components/input/input.ionic.css +1096 -0
- package/dist/collection/components/input/input.ios.css +21 -2
- package/dist/collection/components/input/input.js +144 -30
- package/dist/collection/components/input/input.md.css +43 -4
- package/dist/collection/components/input-password-toggle/input-password-toggle.common.css +61 -0
- package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +141 -0
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +48 -12
- package/dist/collection/components/item/item.ionic.css +501 -0
- package/dist/collection/components/item/item.ios.css +109 -69
- package/dist/collection/components/item/item.js +44 -16
- package/dist/collection/components/item/item.md.css +120 -68
- package/dist/collection/components/item-divider/item-divider.ios.css +18 -0
- package/dist/collection/components/item-divider/item-divider.js +11 -8
- package/dist/collection/components/item-divider/item-divider.md.css +18 -0
- package/dist/collection/components/item-group/item-group.ios.css +12 -0
- package/dist/collection/components/item-group/item-group.js +13 -7
- package/dist/collection/components/item-group/item-group.md.css +12 -0
- package/dist/collection/components/item-option/item-option.ionic.css +332 -0
- package/dist/collection/components/item-option/item-option.ios.css +14 -2
- package/dist/collection/components/item-option/item-option.js +43 -8
- package/dist/collection/components/item-option/item-option.md.css +14 -2
- package/dist/collection/components/item-options/item-options.ionic.css +258 -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 +193 -0
- package/dist/collection/components/list/list.ios.css +18 -0
- package/dist/collection/components/list/list.js +47 -9
- package/dist/collection/components/list/list.md.css +20 -2
- package/dist/collection/components/list-header/list-header.ionic.css +236 -0
- package/dist/collection/components/list-header/list-header.ios.css +18 -0
- package/dist/collection/components/list-header/list-header.js +11 -8
- package/dist/collection/components/list-header/list-header.md.css +18 -0
- package/dist/collection/components/loading/loading.ios.css +13 -1
- package/dist/collection/components/loading/loading.js +13 -10
- package/dist/collection/components/loading/loading.md.css +13 -1
- package/dist/collection/components/menu/menu.ios.css +15 -3
- package/dist/collection/components/menu/menu.js +12 -7
- package/dist/collection/components/menu/menu.md.css +15 -3
- package/dist/collection/components/menu-button/menu-button.ionic.css +238 -0
- package/dist/collection/components/menu-button/menu-button.ios.css +48 -14
- package/dist/collection/components/menu-button/menu-button.js +26 -10
- package/dist/collection/components/menu-button/menu-button.md.css +49 -15
- package/dist/collection/components/menu-toggle/menu-toggle.js +8 -5
- package/dist/collection/components/modal/animations/sheet.js +8 -2
- package/dist/collection/components/modal/gestures/sheet.js +10 -6
- package/dist/collection/components/modal/modal.ionic.css +239 -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 +418 -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 +345 -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 +117 -0
- package/dist/collection/components/segment/segment.ios.css +45 -2
- package/dist/collection/components/segment/segment.js +11 -8
- package/dist/collection/components/segment/segment.md.css +45 -2
- package/dist/collection/components/segment-button/segment-button.ionic.css +350 -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} +63 -0
- package/dist/collection/components/spinner/spinner.js +46 -6
- package/dist/collection/components/split-pane/split-pane.ios.css +20 -2
- package/dist/collection/components/split-pane/split-pane.js +14 -8
- package/dist/collection/components/split-pane/split-pane.md.css +20 -2
- package/dist/collection/components/tab/tab.js +6 -2
- package/dist/collection/components/tab-bar/tab-bar.ionic.css +250 -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 +271 -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 +804 -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 +145 -0
- package/dist/collection/components/title/title.ios.css +32 -4
- package/dist/collection/components/title/title.js +13 -7
- package/dist/collection/components/title/title.md.css +32 -4
- package/dist/collection/components/toast/animations/utils.js +1 -1
- package/dist/collection/components/toast/toast.ionic.css +358 -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 +419 -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 +233 -0
- package/dist/collection/components/toolbar/toolbar.ios.css +90 -47
- package/dist/collection/components/toolbar/toolbar.js +13 -10
- package/dist/collection/components/toolbar/toolbar.md.css +90 -47
- package/dist/collection/global/ionic-global.js +229 -13
- package/dist/collection/utils/focus-visible.js +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 +7030 -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 +60 -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 +58 -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-ae10d43d.js → overlays-7c93836c.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-7c93836c.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 +2308 -206
- 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-036e1c5b.entry.js +4 -0
- package/dist/ionic/p-03ef41e4.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-087e8765.system.entry.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-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-13046601.system.entry.js +4 -0
- package/dist/ionic/p-1331f417.system.entry.js +4 -0
- package/dist/ionic/p-15d51b10.js +4 -0
- package/dist/ionic/p-15e64bf5.system.js +4 -0
- package/dist/ionic/p-16f25b81.system.entry.js +4 -0
- package/dist/ionic/p-18816182.system.entry.js +4 -0
- package/dist/ionic/p-19ac8e04.system.entry.js +4 -0
- package/dist/ionic/p-1efeb14d.entry.js +4 -0
- package/dist/ionic/p-221e5078.system.js +4 -0
- package/dist/ionic/p-243adf8c.js +4 -0
- package/dist/ionic/p-25564f4c.system.entry.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-2be91f19.entry.js +4 -0
- 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-2d580501.entry.js +4 -0
- package/dist/ionic/p-2d621d56.system.entry.js +4 -0
- package/dist/ionic/p-2da8c20c.system.entry.js +4 -0
- package/dist/ionic/p-2e6d744f.system.entry.js +4 -0
- package/dist/ionic/p-2f785444.entry.js +4 -0
- package/dist/ionic/p-36bdcfc4.js +4 -0
- package/dist/ionic/p-36ee0d3f.entry.js +4 -0
- package/dist/ionic/p-388ac217.js +4 -0
- package/dist/ionic/p-39d15e64.system.entry.js +4 -0
- package/dist/ionic/{p-9ea607bd.system.js → p-3a11234f.system.js} +2 -2
- package/dist/ionic/p-3a5869c3.entry.js +4 -0
- package/dist/ionic/{p-5da94421.system.js → p-3bfe43bc.system.js} +2 -2
- package/dist/ionic/p-3ca5196c.js +4 -0
- package/dist/ionic/p-4228a245.entry.js +4 -0
- package/dist/ionic/p-429dd2b5.system.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-4859c1a1.entry.js +4 -0
- package/dist/ionic/p-493c3b4d.system.entry.js +4 -0
- package/dist/ionic/p-49a3fc76.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-4c036203.system.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-51151575.system.entry.js +4 -0
- package/dist/ionic/p-51a3bd57.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-660f3b98.entry.js +4 -0
- package/dist/ionic/p-6703f239.entry.js +4 -0
- package/dist/ionic/p-68f3fa48.system.entry.js +4 -0
- package/dist/ionic/p-69653c36.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-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-719fca78.entry.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-73a3640d.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-774d5b57.system.entry.js +4 -0
- package/dist/ionic/p-776adb3d.entry.js +4 -0
- package/dist/ionic/p-7811f251.system.entry.js +4 -0
- package/dist/ionic/p-7d02004b.entry.js +4 -0
- package/dist/ionic/p-7ebc381e.entry.js +4 -0
- package/dist/ionic/p-80342c88.system.entry.js +4 -0
- package/dist/ionic/p-8181e971.entry.js +4 -0
- package/dist/ionic/p-8248976b.system.entry.js +4 -0
- package/dist/ionic/p-8421aedf.js +4 -0
- package/dist/ionic/p-931d77d5.entry.js +4 -0
- package/dist/ionic/p-974aaf78.entry.js +4 -0
- package/dist/ionic/p-9ad5334e.system.entry.js +4 -0
- package/dist/ionic/p-9ae1ada0.system.entry.js +4 -0
- package/dist/ionic/p-9cf790b6.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-9fa0b117.entry.js +4 -0
- package/dist/ionic/p-a26bb61b.system.entry.js +4 -0
- package/dist/ionic/p-a2c41606.entry.js +4 -0
- package/dist/ionic/{p-836d39d4.system.entry.js → p-a65fe34d.system.entry.js} +1 -1
- 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-ab2142f4.entry.js +4 -0
- package/dist/ionic/p-ab6db1f0.entry.js +4 -0
- package/dist/ionic/p-ab6e0f02.system.entry.js +4 -0
- package/dist/ionic/{p-75c0dc65.system.entry.js → p-adec897a.system.entry.js} +1 -1
- package/dist/ionic/p-b19a9aa9.system.js +4 -0
- package/dist/ionic/p-b297c7b5.system.js +4 -0
- package/dist/ionic/p-b4a2715f.system.entry.js +4 -0
- package/dist/ionic/p-b5bf8a04.entry.js +4 -0
- package/dist/ionic/p-b64f71d8.system.entry.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-bce49f55.system.entry.js +4 -0
- package/dist/ionic/p-bd50f24e.system.entry.js +4 -0
- package/dist/ionic/p-c00fd7f7.entry.js +4 -0
- package/dist/ionic/p-c248c88d.system.js +4 -0
- package/dist/ionic/p-c24ff776.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-c8097757.system.entry.js +4 -0
- package/dist/ionic/p-c8f207d8.entry.js +4 -0
- package/dist/ionic/{p-b06ac4a5.system.js → p-c9ef0ca7.system.js} +1 -1
- package/dist/ionic/{p-c7e16491.js → p-d1e991c3.js} +1 -1
- package/dist/ionic/p-d2ef848a.entry.js +4 -0
- package/dist/ionic/p-d346c889.system.entry.js +4 -0
- package/dist/ionic/p-d54e6089.entry.js +4 -0
- package/dist/ionic/p-d67b88b0.system.entry.js +4 -0
- package/dist/ionic/{p-3c8e5c23.system.js → p-d8339079.system.js} +1 -1
- package/dist/ionic/p-d8b501bd.system.entry.js +4 -0
- 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-df668729.entry.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-e6244686.system.entry.js +4 -0
- package/dist/ionic/p-eeb60a8f.entry.js +4 -0
- package/dist/ionic/p-f04a45f1.entry.js +4 -0
- package/dist/ionic/p-f065578f.js +4 -0
- package/dist/ionic/p-f4ae533b.js +4 -0
- package/dist/ionic/p-f61ce679.js +4 -0
- package/dist/ionic/{p-a93873de.system.js → p-f8e329da.system.js} +1 -1
- package/dist/ionic/p-fbcb3139.entry.js +4 -0
- package/dist/ionic/p-fc502a48.system.js +4 -0
- package/dist/ionic/p-fd400e7d.entry.js +4 -0
- package/dist/ionic/p-ffa51f41.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 +12 -1
- package/dist/types/components/action-sheet/action-sheet-interface.d.ts +3 -7
- package/dist/types/components/action-sheet/action-sheet.d.ts +3 -2
- package/dist/types/components/alert/alert-interface.d.ts +3 -7
- package/dist/types/components/alert/alert.d.ts +3 -2
- package/dist/types/components/app/app.d.ts +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 +1363 -179
- 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 +2264 -847
- package/hydrate/index.mjs +2264 -847
- package/package.json +9 -4
- package/components/hardware-back-button.js +0 -115
- package/components/index8.js +0 -128
- package/dist/cjs/hardware-back-button-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-ae10d43d.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-04fc24ee.system.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-0790b342.system.entry.js +0 -4
- package/dist/ionic/p-0c06e09b.system.js +0 -4
- package/dist/ionic/p-110e03be.system.entry.js +0 -4
- package/dist/ionic/p-148b8abb.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-18105026.system.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-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-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-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-53add985.system.entry.js +0 -4
- package/dist/ionic/p-5417b9bb.entry.js +0 -4
- package/dist/ionic/p-5c831f49.js +0 -4
- package/dist/ionic/p-5e842258.entry.js +0 -4
- package/dist/ionic/p-60cc7986.entry.js +0 -4
- package/dist/ionic/p-63d65dbc.system.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-6ceb04b5.entry.js +0 -4
- package/dist/ionic/p-6d50faff.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-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-79b12fda.system.js +0 -4
- package/dist/ionic/p-79e7be3a.system.entry.js +0 -4
- package/dist/ionic/p-7b30edcc.js +0 -4
- package/dist/ionic/p-82ab7ccb.entry.js +0 -4
- package/dist/ionic/p-857ca696.system.entry.js +0 -4
- package/dist/ionic/p-8635f5e6.system.js +0 -4
- package/dist/ionic/p-8640e9cd.entry.js +0 -4
- package/dist/ionic/p-87a4407b.entry.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-9172535c.entry.js +0 -4
- package/dist/ionic/p-921e159f.system.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-9895e7f3.entry.js +0 -4
- package/dist/ionic/p-9910f786.entry.js +0 -4
- package/dist/ionic/p-9b6c6302.system.entry.js +0 -4
- package/dist/ionic/p-9e208825.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-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-a4565eb5.system.js +0 -4
- package/dist/ionic/p-a69b9fc5.system.js +0 -4
- package/dist/ionic/p-a879ecb7.system.entry.js +0 -4
- package/dist/ionic/p-a89dac49.entry.js +0 -4
- package/dist/ionic/p-a90e2708.system.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-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-be715dd3.system.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-c71f301f.system.entry.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-d47265c8.js +0 -4
- package/dist/ionic/p-d58f21d2.entry.js +0 -4
- package/dist/ionic/p-d6841eac.js +0 -4
- package/dist/ionic/p-d754c709.system.entry.js +0 -4
- package/dist/ionic/p-da263d8e.entry.js +0 -4
- package/dist/ionic/p-dda5c73d.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-ecceeb90.js +0 -4
- package/dist/ionic/p-efaffe74.entry.js +0 -4
- package/dist/ionic/p-f0ab13a8.system.entry.js +0 -4
- package/dist/ionic/p-f1acf541.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,36 @@
|
|
|
103
118
|
"name": "readonly",
|
|
104
119
|
"description": "If `true`, the accordion group cannot be interacted with,\nbut does not alter the opacity."
|
|
105
120
|
},
|
|
121
|
+
{
|
|
122
|
+
"name": "shape",
|
|
123
|
+
"description": "Set to `\"soft\"` for an accordion group with slightly rounded corners,\n`\"round\"` for an accordion group with fully rounded corners, or\n`\"rectangular\"` for an accordion group without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.\nOnly applies when `expand` is set to `\"inset\"`.",
|
|
124
|
+
"values": [
|
|
125
|
+
{
|
|
126
|
+
"name": "rectangular"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "round"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "soft"
|
|
133
|
+
}
|
|
134
|
+
]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "theme",
|
|
138
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
139
|
+
"values": [
|
|
140
|
+
{
|
|
141
|
+
"name": "ios"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "md"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "ionic"
|
|
148
|
+
}
|
|
149
|
+
]
|
|
150
|
+
},
|
|
106
151
|
{
|
|
107
152
|
"name": "value",
|
|
108
153
|
"description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`"
|
|
@@ -148,7 +193,7 @@
|
|
|
148
193
|
},
|
|
149
194
|
{
|
|
150
195
|
"name": "mode",
|
|
151
|
-
"description": "The mode determines
|
|
196
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
152
197
|
"values": [
|
|
153
198
|
{
|
|
154
199
|
"name": "ios"
|
|
@@ -162,9 +207,24 @@
|
|
|
162
207
|
"name": "sub-header",
|
|
163
208
|
"description": "Subtitle for the action sheet."
|
|
164
209
|
},
|
|
210
|
+
{
|
|
211
|
+
"name": "theme",
|
|
212
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
213
|
+
"values": [
|
|
214
|
+
{
|
|
215
|
+
"name": "ios"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"name": "md"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "ionic"
|
|
222
|
+
}
|
|
223
|
+
]
|
|
224
|
+
},
|
|
165
225
|
{
|
|
166
226
|
"name": "translucent",
|
|
167
|
-
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the
|
|
227
|
+
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
168
228
|
},
|
|
169
229
|
{
|
|
170
230
|
"name": "trigger",
|
|
@@ -215,7 +275,7 @@
|
|
|
215
275
|
},
|
|
216
276
|
{
|
|
217
277
|
"name": "mode",
|
|
218
|
-
"description": "The mode determines
|
|
278
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
219
279
|
"values": [
|
|
220
280
|
{
|
|
221
281
|
"name": "ios"
|
|
@@ -229,9 +289,24 @@
|
|
|
229
289
|
"name": "sub-header",
|
|
230
290
|
"description": "The subtitle in the heading of the alert. Displayed under the title."
|
|
231
291
|
},
|
|
292
|
+
{
|
|
293
|
+
"name": "theme",
|
|
294
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
295
|
+
"values": [
|
|
296
|
+
{
|
|
297
|
+
"name": "ios"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"name": "md"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"name": "ionic"
|
|
304
|
+
}
|
|
305
|
+
]
|
|
306
|
+
},
|
|
232
307
|
{
|
|
233
308
|
"name": "translucent",
|
|
234
|
-
"description": "If `true`, the alert will be translucent.\nOnly applies when the
|
|
309
|
+
"description": "If `true`, the alert will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
235
310
|
},
|
|
236
311
|
{
|
|
237
312
|
"name": "trigger",
|
|
@@ -251,7 +326,35 @@
|
|
|
251
326
|
"kind": "markdown",
|
|
252
327
|
"value": ""
|
|
253
328
|
},
|
|
254
|
-
"attributes": [
|
|
329
|
+
"attributes": [
|
|
330
|
+
{
|
|
331
|
+
"name": "mode",
|
|
332
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
333
|
+
"values": [
|
|
334
|
+
{
|
|
335
|
+
"name": "ios"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"name": "md"
|
|
339
|
+
}
|
|
340
|
+
]
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"name": "theme",
|
|
344
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
345
|
+
"values": [
|
|
346
|
+
{
|
|
347
|
+
"name": "ios"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"name": "md"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"name": "ionic"
|
|
354
|
+
}
|
|
355
|
+
]
|
|
356
|
+
}
|
|
357
|
+
],
|
|
255
358
|
"references": [
|
|
256
359
|
{
|
|
257
360
|
"name": "Source code",
|
|
@@ -265,7 +368,74 @@
|
|
|
265
368
|
"kind": "markdown",
|
|
266
369
|
"value": ""
|
|
267
370
|
},
|
|
268
|
-
"attributes": [
|
|
371
|
+
"attributes": [
|
|
372
|
+
{
|
|
373
|
+
"name": "mode",
|
|
374
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
375
|
+
"values": [
|
|
376
|
+
{
|
|
377
|
+
"name": "ios"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"name": "md"
|
|
381
|
+
}
|
|
382
|
+
]
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"name": "shape",
|
|
386
|
+
"description": "Set to `\"soft\"` for an avatar with slightly rounded corners,\n`\"round\"` for an avatar with fully rounded corners, or `\"rectangular\"`\nfor an avatar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
387
|
+
"values": [
|
|
388
|
+
{
|
|
389
|
+
"name": "rectangular"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"name": "round"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "soft"
|
|
396
|
+
}
|
|
397
|
+
]
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"name": "size",
|
|
401
|
+
"description": "Set to `\"xxsmall\"` for the smallest size.\nSet to `\"xsmall\"` for a very small size.\nSet to `\"small\"` for a compact size.\nSet to `\"medium\"` for the default height and width.\nSet to `\"large\"` for a larger size.\nSet to `\"xlarge\"` for the largest dimensions.\n\nDefaults to `\"medium\"` for the `ionic` theme, undefined for all other themes.",
|
|
402
|
+
"values": [
|
|
403
|
+
{
|
|
404
|
+
"name": "large"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"name": "medium"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"name": "small"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "xlarge"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"name": "xsmall"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"name": "xxsmall"
|
|
420
|
+
}
|
|
421
|
+
]
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"name": "theme",
|
|
425
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
426
|
+
"values": [
|
|
427
|
+
{
|
|
428
|
+
"name": "ios"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"name": "md"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"name": "ionic"
|
|
435
|
+
}
|
|
436
|
+
]
|
|
437
|
+
}
|
|
438
|
+
],
|
|
269
439
|
"references": [
|
|
270
440
|
{
|
|
271
441
|
"name": "Source code",
|
|
@@ -327,7 +497,7 @@
|
|
|
327
497
|
},
|
|
328
498
|
{
|
|
329
499
|
"name": "mode",
|
|
330
|
-
"description": "The mode determines
|
|
500
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
331
501
|
"values": [
|
|
332
502
|
{
|
|
333
503
|
"name": "ios"
|
|
@@ -341,6 +511,21 @@
|
|
|
341
511
|
"name": "text",
|
|
342
512
|
"description": "The text to display in the back button."
|
|
343
513
|
},
|
|
514
|
+
{
|
|
515
|
+
"name": "theme",
|
|
516
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
517
|
+
"values": [
|
|
518
|
+
{
|
|
519
|
+
"name": "ios"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"name": "md"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"name": "ionic"
|
|
526
|
+
}
|
|
527
|
+
]
|
|
528
|
+
},
|
|
344
529
|
{
|
|
345
530
|
"name": "type",
|
|
346
531
|
"description": "The type of the button.",
|
|
@@ -371,6 +556,18 @@
|
|
|
371
556
|
"value": ""
|
|
372
557
|
},
|
|
373
558
|
"attributes": [
|
|
559
|
+
{
|
|
560
|
+
"name": "mode",
|
|
561
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
562
|
+
"values": [
|
|
563
|
+
{
|
|
564
|
+
"name": "ios"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"name": "md"
|
|
568
|
+
}
|
|
569
|
+
]
|
|
570
|
+
},
|
|
374
571
|
{
|
|
375
572
|
"name": "stop-propagation",
|
|
376
573
|
"description": "If `true`, the backdrop will stop propagation on tap."
|
|
@@ -379,6 +576,21 @@
|
|
|
379
576
|
"name": "tappable",
|
|
380
577
|
"description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event."
|
|
381
578
|
},
|
|
579
|
+
{
|
|
580
|
+
"name": "theme",
|
|
581
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
582
|
+
"values": [
|
|
583
|
+
{
|
|
584
|
+
"name": "ios"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"name": "md"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"name": "ionic"
|
|
591
|
+
}
|
|
592
|
+
]
|
|
593
|
+
},
|
|
382
594
|
{
|
|
383
595
|
"name": "visible",
|
|
384
596
|
"description": "If `true`, the backdrop will be visible."
|
|
@@ -433,13 +645,61 @@
|
|
|
433
645
|
},
|
|
434
646
|
{
|
|
435
647
|
"name": "mode",
|
|
436
|
-
"description": "The mode determines
|
|
648
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
649
|
+
"values": [
|
|
650
|
+
{
|
|
651
|
+
"name": "ios"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"name": "md"
|
|
655
|
+
}
|
|
656
|
+
]
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"name": "shape",
|
|
660
|
+
"description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
661
|
+
"values": [
|
|
662
|
+
{
|
|
663
|
+
"name": "soft"
|
|
664
|
+
}
|
|
665
|
+
]
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"name": "size",
|
|
669
|
+
"description": "Set to `\"xxsmall\"` for the smallest badge.\nSet to \"xsmall\" for a very small badge.\nSet to `\"small\"` for a small badge.\nSet to \"medium\" for a medium badge.\nSet to \"large\" for a large badge.\nSet to `\"xlarge\"` for the largest badge.\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
|
|
670
|
+
"values": [
|
|
671
|
+
{
|
|
672
|
+
"name": "large"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"name": "medium"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"name": "small"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "xlarge"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "xsmall"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"name": "xxsmall"
|
|
688
|
+
}
|
|
689
|
+
]
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"name": "theme",
|
|
693
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
437
694
|
"values": [
|
|
438
695
|
{
|
|
439
696
|
"name": "ios"
|
|
440
697
|
},
|
|
441
698
|
{
|
|
442
699
|
"name": "md"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"name": "ionic"
|
|
443
703
|
}
|
|
444
704
|
]
|
|
445
705
|
}
|
|
@@ -509,7 +769,7 @@
|
|
|
509
769
|
},
|
|
510
770
|
{
|
|
511
771
|
"name": "mode",
|
|
512
|
-
"description": "The mode determines
|
|
772
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
513
773
|
"values": [
|
|
514
774
|
{
|
|
515
775
|
"name": "ios"
|
|
@@ -545,6 +805,21 @@
|
|
|
545
805
|
{
|
|
546
806
|
"name": "target",
|
|
547
807
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"name": "theme",
|
|
811
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
812
|
+
"values": [
|
|
813
|
+
{
|
|
814
|
+
"name": "ios"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"name": "md"
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"name": "ionic"
|
|
821
|
+
}
|
|
822
|
+
]
|
|
548
823
|
}
|
|
549
824
|
],
|
|
550
825
|
"references": [
|
|
@@ -608,13 +883,28 @@
|
|
|
608
883
|
},
|
|
609
884
|
{
|
|
610
885
|
"name": "mode",
|
|
611
|
-
"description": "The mode determines
|
|
886
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
887
|
+
"values": [
|
|
888
|
+
{
|
|
889
|
+
"name": "ios"
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"name": "md"
|
|
893
|
+
}
|
|
894
|
+
]
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"name": "theme",
|
|
898
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
612
899
|
"values": [
|
|
613
900
|
{
|
|
614
901
|
"name": "ios"
|
|
615
902
|
},
|
|
616
903
|
{
|
|
617
904
|
"name": "md"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"name": "ionic"
|
|
618
908
|
}
|
|
619
909
|
]
|
|
620
910
|
}
|
|
@@ -718,7 +1008,7 @@
|
|
|
718
1008
|
},
|
|
719
1009
|
{
|
|
720
1010
|
"name": "mode",
|
|
721
|
-
"description": "The mode determines
|
|
1011
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
722
1012
|
"values": [
|
|
723
1013
|
{
|
|
724
1014
|
"name": "ios"
|
|
@@ -749,12 +1039,18 @@
|
|
|
749
1039
|
},
|
|
750
1040
|
{
|
|
751
1041
|
"name": "shape",
|
|
752
|
-
"description": "Set to `\"round\"` for a button with
|
|
1042
|
+
"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
1043
|
"values": [
|
|
1044
|
+
{
|
|
1045
|
+
"name": "rectangular"
|
|
1046
|
+
},
|
|
754
1047
|
{
|
|
755
1048
|
"name": "round"
|
|
756
|
-
}
|
|
757
|
-
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "soft"
|
|
1052
|
+
}
|
|
1053
|
+
]
|
|
758
1054
|
},
|
|
759
1055
|
{
|
|
760
1056
|
"name": "size",
|
|
@@ -768,6 +1064,12 @@
|
|
|
768
1064
|
},
|
|
769
1065
|
{
|
|
770
1066
|
"name": "small"
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"name": "xlarge"
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"name": "xsmall"
|
|
771
1073
|
}
|
|
772
1074
|
]
|
|
773
1075
|
},
|
|
@@ -779,6 +1081,21 @@
|
|
|
779
1081
|
"name": "target",
|
|
780
1082
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
781
1083
|
},
|
|
1084
|
+
{
|
|
1085
|
+
"name": "theme",
|
|
1086
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1087
|
+
"values": [
|
|
1088
|
+
{
|
|
1089
|
+
"name": "ios"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"name": "md"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"name": "ionic"
|
|
1096
|
+
}
|
|
1097
|
+
]
|
|
1098
|
+
},
|
|
782
1099
|
{
|
|
783
1100
|
"name": "type",
|
|
784
1101
|
"description": "The type of the button.",
|
|
@@ -811,7 +1128,34 @@
|
|
|
811
1128
|
"attributes": [
|
|
812
1129
|
{
|
|
813
1130
|
"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`
|
|
1131
|
+
"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)"
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"name": "mode",
|
|
1135
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1136
|
+
"values": [
|
|
1137
|
+
{
|
|
1138
|
+
"name": "ios"
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"name": "md"
|
|
1142
|
+
}
|
|
1143
|
+
]
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"name": "theme",
|
|
1147
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1148
|
+
"values": [
|
|
1149
|
+
{
|
|
1150
|
+
"name": "ios"
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"name": "md"
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"name": "ionic"
|
|
1157
|
+
}
|
|
1158
|
+
]
|
|
815
1159
|
}
|
|
816
1160
|
],
|
|
817
1161
|
"references": [
|
|
@@ -879,7 +1223,7 @@
|
|
|
879
1223
|
},
|
|
880
1224
|
{
|
|
881
1225
|
"name": "mode",
|
|
882
|
-
"description": "The mode determines
|
|
1226
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
883
1227
|
"values": [
|
|
884
1228
|
{
|
|
885
1229
|
"name": "ios"
|
|
@@ -908,10 +1252,40 @@
|
|
|
908
1252
|
}
|
|
909
1253
|
]
|
|
910
1254
|
},
|
|
1255
|
+
{
|
|
1256
|
+
"name": "shape",
|
|
1257
|
+
"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\"`.",
|
|
1258
|
+
"values": [
|
|
1259
|
+
{
|
|
1260
|
+
"name": "rectangular"
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"name": "round"
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
"name": "soft"
|
|
1267
|
+
}
|
|
1268
|
+
]
|
|
1269
|
+
},
|
|
911
1270
|
{
|
|
912
1271
|
"name": "target",
|
|
913
1272
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
914
1273
|
},
|
|
1274
|
+
{
|
|
1275
|
+
"name": "theme",
|
|
1276
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1277
|
+
"values": [
|
|
1278
|
+
{
|
|
1279
|
+
"name": "ios"
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"name": "md"
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"name": "ionic"
|
|
1286
|
+
}
|
|
1287
|
+
]
|
|
1288
|
+
},
|
|
915
1289
|
{
|
|
916
1290
|
"name": "type",
|
|
917
1291
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -944,13 +1318,28 @@
|
|
|
944
1318
|
"attributes": [
|
|
945
1319
|
{
|
|
946
1320
|
"name": "mode",
|
|
947
|
-
"description": "The mode determines
|
|
1321
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1322
|
+
"values": [
|
|
1323
|
+
{
|
|
1324
|
+
"name": "ios"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"name": "md"
|
|
1328
|
+
}
|
|
1329
|
+
]
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"name": "theme",
|
|
1333
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
948
1334
|
"values": [
|
|
949
1335
|
{
|
|
950
1336
|
"name": "ios"
|
|
951
1337
|
},
|
|
952
1338
|
{
|
|
953
1339
|
"name": "md"
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "ionic"
|
|
954
1343
|
}
|
|
955
1344
|
]
|
|
956
1345
|
}
|
|
@@ -1004,19 +1393,34 @@
|
|
|
1004
1393
|
},
|
|
1005
1394
|
{
|
|
1006
1395
|
"name": "mode",
|
|
1007
|
-
"description": "The mode determines
|
|
1396
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1397
|
+
"values": [
|
|
1398
|
+
{
|
|
1399
|
+
"name": "ios"
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"name": "md"
|
|
1403
|
+
}
|
|
1404
|
+
]
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"name": "theme",
|
|
1408
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1008
1409
|
"values": [
|
|
1009
1410
|
{
|
|
1010
1411
|
"name": "ios"
|
|
1011
1412
|
},
|
|
1012
1413
|
{
|
|
1013
1414
|
"name": "md"
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"name": "ionic"
|
|
1014
1418
|
}
|
|
1015
1419
|
]
|
|
1016
1420
|
},
|
|
1017
1421
|
{
|
|
1018
1422
|
"name": "translucent",
|
|
1019
|
-
"description": "If `true`, the card header will be translucent.\nOnly applies when the
|
|
1423
|
+
"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
1424
|
}
|
|
1021
1425
|
],
|
|
1022
1426
|
"references": [
|
|
@@ -1068,13 +1472,28 @@
|
|
|
1068
1472
|
},
|
|
1069
1473
|
{
|
|
1070
1474
|
"name": "mode",
|
|
1071
|
-
"description": "The mode determines
|
|
1475
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1476
|
+
"values": [
|
|
1477
|
+
{
|
|
1478
|
+
"name": "ios"
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"name": "md"
|
|
1482
|
+
}
|
|
1483
|
+
]
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"name": "theme",
|
|
1487
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1072
1488
|
"values": [
|
|
1073
1489
|
{
|
|
1074
1490
|
"name": "ios"
|
|
1075
1491
|
},
|
|
1076
1492
|
{
|
|
1077
1493
|
"name": "md"
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"name": "ionic"
|
|
1078
1497
|
}
|
|
1079
1498
|
]
|
|
1080
1499
|
}
|
|
@@ -1128,13 +1547,28 @@
|
|
|
1128
1547
|
},
|
|
1129
1548
|
{
|
|
1130
1549
|
"name": "mode",
|
|
1131
|
-
"description": "The mode determines
|
|
1550
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1551
|
+
"values": [
|
|
1552
|
+
{
|
|
1553
|
+
"name": "ios"
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
"name": "md"
|
|
1557
|
+
}
|
|
1558
|
+
]
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"name": "theme",
|
|
1562
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1132
1563
|
"values": [
|
|
1133
1564
|
{
|
|
1134
1565
|
"name": "ios"
|
|
1135
1566
|
},
|
|
1136
1567
|
{
|
|
1137
1568
|
"name": "md"
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"name": "ionic"
|
|
1138
1572
|
}
|
|
1139
1573
|
]
|
|
1140
1574
|
}
|
|
@@ -1245,7 +1679,7 @@
|
|
|
1245
1679
|
},
|
|
1246
1680
|
{
|
|
1247
1681
|
"name": "mode",
|
|
1248
|
-
"description": "The mode determines
|
|
1682
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1249
1683
|
"values": [
|
|
1250
1684
|
{
|
|
1251
1685
|
"name": "ios"
|
|
@@ -1259,6 +1693,42 @@
|
|
|
1259
1693
|
"name": "name",
|
|
1260
1694
|
"description": "The name of the control, which is submitted with the form data."
|
|
1261
1695
|
},
|
|
1696
|
+
{
|
|
1697
|
+
"name": "shape",
|
|
1698
|
+
"description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
|
|
1699
|
+
"values": [
|
|
1700
|
+
{
|
|
1701
|
+
"name": "rectangular"
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"name": "soft"
|
|
1705
|
+
}
|
|
1706
|
+
]
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"name": "size",
|
|
1710
|
+
"description": "Set to `\"small\"` for a checkbox with less height and padding.",
|
|
1711
|
+
"values": [
|
|
1712
|
+
{
|
|
1713
|
+
"name": "small"
|
|
1714
|
+
}
|
|
1715
|
+
]
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"name": "theme",
|
|
1719
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1720
|
+
"values": [
|
|
1721
|
+
{
|
|
1722
|
+
"name": "ios"
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"name": "md"
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"name": "ionic"
|
|
1729
|
+
}
|
|
1730
|
+
]
|
|
1731
|
+
},
|
|
1262
1732
|
{
|
|
1263
1733
|
"name": "value",
|
|
1264
1734
|
"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 +1787,7 @@
|
|
|
1317
1787
|
},
|
|
1318
1788
|
{
|
|
1319
1789
|
"name": "mode",
|
|
1320
|
-
"description": "The mode determines
|
|
1790
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1321
1791
|
"values": [
|
|
1322
1792
|
{
|
|
1323
1793
|
"name": "ios"
|
|
@@ -1330,6 +1800,48 @@
|
|
|
1330
1800
|
{
|
|
1331
1801
|
"name": "outline",
|
|
1332
1802
|
"description": "Display an outline style button."
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "shape",
|
|
1806
|
+
"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.",
|
|
1807
|
+
"values": [
|
|
1808
|
+
{
|
|
1809
|
+
"name": "rectangular"
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"name": "round"
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"name": "soft"
|
|
1816
|
+
}
|
|
1817
|
+
]
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"name": "size",
|
|
1821
|
+
"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.",
|
|
1822
|
+
"values": [
|
|
1823
|
+
{
|
|
1824
|
+
"name": "large"
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"name": "small"
|
|
1828
|
+
}
|
|
1829
|
+
]
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
"name": "theme",
|
|
1833
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1834
|
+
"values": [
|
|
1835
|
+
{
|
|
1836
|
+
"name": "ios"
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"name": "md"
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
"name": "ionic"
|
|
1843
|
+
}
|
|
1844
|
+
]
|
|
1333
1845
|
}
|
|
1334
1846
|
],
|
|
1335
1847
|
"references": [
|
|
@@ -1346,6 +1858,18 @@
|
|
|
1346
1858
|
"value": ""
|
|
1347
1859
|
},
|
|
1348
1860
|
"attributes": [
|
|
1861
|
+
{
|
|
1862
|
+
"name": "mode",
|
|
1863
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1864
|
+
"values": [
|
|
1865
|
+
{
|
|
1866
|
+
"name": "ios"
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
"name": "md"
|
|
1870
|
+
}
|
|
1871
|
+
]
|
|
1872
|
+
},
|
|
1349
1873
|
{
|
|
1350
1874
|
"name": "offset",
|
|
1351
1875
|
"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 +1965,21 @@
|
|
|
1441
1965
|
{
|
|
1442
1966
|
"name": "size-xs",
|
|
1443
1967
|
"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."
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"name": "theme",
|
|
1971
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1972
|
+
"values": [
|
|
1973
|
+
{
|
|
1974
|
+
"name": "ios"
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"name": "md"
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
"name": "ionic"
|
|
1981
|
+
}
|
|
1982
|
+
]
|
|
1444
1983
|
}
|
|
1445
1984
|
],
|
|
1446
1985
|
"references": [
|
|
@@ -1510,6 +2049,18 @@
|
|
|
1510
2049
|
"name": "fullscreen",
|
|
1511
2050
|
"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
2051
|
},
|
|
2052
|
+
{
|
|
2053
|
+
"name": "mode",
|
|
2054
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2055
|
+
"values": [
|
|
2056
|
+
{
|
|
2057
|
+
"name": "ios"
|
|
2058
|
+
},
|
|
2059
|
+
{
|
|
2060
|
+
"name": "md"
|
|
2061
|
+
}
|
|
2062
|
+
]
|
|
2063
|
+
},
|
|
1513
2064
|
{
|
|
1514
2065
|
"name": "scroll-events",
|
|
1515
2066
|
"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 +2072,21 @@
|
|
|
1521
2072
|
{
|
|
1522
2073
|
"name": "scroll-y",
|
|
1523
2074
|
"description": "If you want to disable the content scrolling in the Y axis, set this property to `false`."
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
"name": "theme",
|
|
2078
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2079
|
+
"values": [
|
|
2080
|
+
{
|
|
2081
|
+
"name": "ios"
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"name": "md"
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"name": "ionic"
|
|
2088
|
+
}
|
|
2089
|
+
]
|
|
1524
2090
|
}
|
|
1525
2091
|
],
|
|
1526
2092
|
"references": [
|
|
@@ -1634,7 +2200,7 @@
|
|
|
1634
2200
|
},
|
|
1635
2201
|
{
|
|
1636
2202
|
"name": "mode",
|
|
1637
|
-
"description": "The mode determines
|
|
2203
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1638
2204
|
"values": [
|
|
1639
2205
|
{
|
|
1640
2206
|
"name": "ios"
|
|
@@ -1719,6 +2285,21 @@
|
|
|
1719
2285
|
}
|
|
1720
2286
|
]
|
|
1721
2287
|
},
|
|
2288
|
+
{
|
|
2289
|
+
"name": "theme",
|
|
2290
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2291
|
+
"values": [
|
|
2292
|
+
{
|
|
2293
|
+
"name": "ios"
|
|
2294
|
+
},
|
|
2295
|
+
{
|
|
2296
|
+
"name": "md"
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"name": "ionic"
|
|
2300
|
+
}
|
|
2301
|
+
]
|
|
2302
|
+
},
|
|
1722
2303
|
{
|
|
1723
2304
|
"name": "value",
|
|
1724
2305
|
"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 +2366,7 @@
|
|
|
1785
2366
|
},
|
|
1786
2367
|
{
|
|
1787
2368
|
"name": "mode",
|
|
1788
|
-
"description": "The mode determines
|
|
2369
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1789
2370
|
"values": [
|
|
1790
2371
|
{
|
|
1791
2372
|
"name": "ios"
|
|
@@ -1794,12 +2375,27 @@
|
|
|
1794
2375
|
"name": "md"
|
|
1795
2376
|
}
|
|
1796
2377
|
]
|
|
1797
|
-
}
|
|
1798
|
-
],
|
|
1799
|
-
"references": [
|
|
2378
|
+
},
|
|
1800
2379
|
{
|
|
1801
|
-
"name": "
|
|
1802
|
-
"
|
|
2380
|
+
"name": "theme",
|
|
2381
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2382
|
+
"values": [
|
|
2383
|
+
{
|
|
2384
|
+
"name": "ios"
|
|
2385
|
+
},
|
|
2386
|
+
{
|
|
2387
|
+
"name": "md"
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"name": "ionic"
|
|
2391
|
+
}
|
|
2392
|
+
]
|
|
2393
|
+
}
|
|
2394
|
+
],
|
|
2395
|
+
"references": [
|
|
2396
|
+
{
|
|
2397
|
+
"name": "Source code",
|
|
2398
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/datetime-button/datetime-button.tsx"
|
|
1803
2399
|
}
|
|
1804
2400
|
]
|
|
1805
2401
|
},
|
|
@@ -1833,6 +2429,33 @@
|
|
|
1833
2429
|
}
|
|
1834
2430
|
]
|
|
1835
2431
|
},
|
|
2432
|
+
{
|
|
2433
|
+
"name": "mode",
|
|
2434
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2435
|
+
"values": [
|
|
2436
|
+
{
|
|
2437
|
+
"name": "ios"
|
|
2438
|
+
},
|
|
2439
|
+
{
|
|
2440
|
+
"name": "md"
|
|
2441
|
+
}
|
|
2442
|
+
]
|
|
2443
|
+
},
|
|
2444
|
+
{
|
|
2445
|
+
"name": "theme",
|
|
2446
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2447
|
+
"values": [
|
|
2448
|
+
{
|
|
2449
|
+
"name": "ios"
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"name": "md"
|
|
2453
|
+
},
|
|
2454
|
+
{
|
|
2455
|
+
"name": "ionic"
|
|
2456
|
+
}
|
|
2457
|
+
]
|
|
2458
|
+
},
|
|
1836
2459
|
{
|
|
1837
2460
|
"name": "vertical",
|
|
1838
2461
|
"description": "Where to align the fab vertically in the viewport.",
|
|
@@ -1918,7 +2541,7 @@
|
|
|
1918
2541
|
},
|
|
1919
2542
|
{
|
|
1920
2543
|
"name": "mode",
|
|
1921
|
-
"description": "The mode determines
|
|
2544
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1922
2545
|
"values": [
|
|
1923
2546
|
{
|
|
1924
2547
|
"name": "ios"
|
|
@@ -1964,9 +2587,24 @@
|
|
|
1964
2587
|
"name": "target",
|
|
1965
2588
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
1966
2589
|
},
|
|
2590
|
+
{
|
|
2591
|
+
"name": "theme",
|
|
2592
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2593
|
+
"values": [
|
|
2594
|
+
{
|
|
2595
|
+
"name": "ios"
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"name": "md"
|
|
2599
|
+
},
|
|
2600
|
+
{
|
|
2601
|
+
"name": "ionic"
|
|
2602
|
+
}
|
|
2603
|
+
]
|
|
2604
|
+
},
|
|
1967
2605
|
{
|
|
1968
2606
|
"name": "translucent",
|
|
1969
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
2607
|
+
"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
2608
|
},
|
|
1971
2609
|
{
|
|
1972
2610
|
"name": "type",
|
|
@@ -2002,6 +2640,18 @@
|
|
|
2002
2640
|
"name": "activated",
|
|
2003
2641
|
"description": "If `true`, the fab list will show all fab buttons in the list."
|
|
2004
2642
|
},
|
|
2643
|
+
{
|
|
2644
|
+
"name": "mode",
|
|
2645
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2646
|
+
"values": [
|
|
2647
|
+
{
|
|
2648
|
+
"name": "ios"
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"name": "md"
|
|
2652
|
+
}
|
|
2653
|
+
]
|
|
2654
|
+
},
|
|
2005
2655
|
{
|
|
2006
2656
|
"name": "side",
|
|
2007
2657
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -2019,6 +2669,21 @@
|
|
|
2019
2669
|
"name": "top"
|
|
2020
2670
|
}
|
|
2021
2671
|
]
|
|
2672
|
+
},
|
|
2673
|
+
{
|
|
2674
|
+
"name": "theme",
|
|
2675
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2676
|
+
"values": [
|
|
2677
|
+
{
|
|
2678
|
+
"name": "ios"
|
|
2679
|
+
},
|
|
2680
|
+
{
|
|
2681
|
+
"name": "md"
|
|
2682
|
+
},
|
|
2683
|
+
{
|
|
2684
|
+
"name": "ionic"
|
|
2685
|
+
}
|
|
2686
|
+
]
|
|
2022
2687
|
}
|
|
2023
2688
|
],
|
|
2024
2689
|
"references": [
|
|
@@ -2037,7 +2702,7 @@
|
|
|
2037
2702
|
"attributes": [
|
|
2038
2703
|
{
|
|
2039
2704
|
"name": "collapse",
|
|
2040
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
2705
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
|
|
2041
2706
|
"values": [
|
|
2042
2707
|
{
|
|
2043
2708
|
"name": "fade"
|
|
@@ -2046,19 +2711,34 @@
|
|
|
2046
2711
|
},
|
|
2047
2712
|
{
|
|
2048
2713
|
"name": "mode",
|
|
2049
|
-
"description": "The mode determines
|
|
2714
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2715
|
+
"values": [
|
|
2716
|
+
{
|
|
2717
|
+
"name": "ios"
|
|
2718
|
+
},
|
|
2719
|
+
{
|
|
2720
|
+
"name": "md"
|
|
2721
|
+
}
|
|
2722
|
+
]
|
|
2723
|
+
},
|
|
2724
|
+
{
|
|
2725
|
+
"name": "theme",
|
|
2726
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2050
2727
|
"values": [
|
|
2051
2728
|
{
|
|
2052
2729
|
"name": "ios"
|
|
2053
2730
|
},
|
|
2054
2731
|
{
|
|
2055
2732
|
"name": "md"
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"name": "ionic"
|
|
2056
2736
|
}
|
|
2057
2737
|
]
|
|
2058
2738
|
},
|
|
2059
2739
|
{
|
|
2060
2740
|
"name": "translucent",
|
|
2061
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
2741
|
+
"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
2742
|
}
|
|
2063
2743
|
],
|
|
2064
2744
|
"references": [
|
|
@@ -2078,6 +2758,33 @@
|
|
|
2078
2758
|
{
|
|
2079
2759
|
"name": "fixed",
|
|
2080
2760
|
"description": "If `true`, the grid will have a fixed width based on the screen size."
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"name": "mode",
|
|
2764
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2765
|
+
"values": [
|
|
2766
|
+
{
|
|
2767
|
+
"name": "ios"
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
"name": "md"
|
|
2771
|
+
}
|
|
2772
|
+
]
|
|
2773
|
+
},
|
|
2774
|
+
{
|
|
2775
|
+
"name": "theme",
|
|
2776
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2777
|
+
"values": [
|
|
2778
|
+
{
|
|
2779
|
+
"name": "ios"
|
|
2780
|
+
},
|
|
2781
|
+
{
|
|
2782
|
+
"name": "md"
|
|
2783
|
+
},
|
|
2784
|
+
{
|
|
2785
|
+
"name": "ionic"
|
|
2786
|
+
}
|
|
2787
|
+
]
|
|
2081
2788
|
}
|
|
2082
2789
|
],
|
|
2083
2790
|
"references": [
|
|
@@ -2096,7 +2803,7 @@
|
|
|
2096
2803
|
"attributes": [
|
|
2097
2804
|
{
|
|
2098
2805
|
"name": "collapse",
|
|
2099
|
-
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies
|
|
2806
|
+
"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
2807
|
"values": [
|
|
2101
2808
|
{
|
|
2102
2809
|
"name": "condense"
|
|
@@ -2106,21 +2813,40 @@
|
|
|
2106
2813
|
}
|
|
2107
2814
|
]
|
|
2108
2815
|
},
|
|
2816
|
+
{
|
|
2817
|
+
"name": "divider",
|
|
2818
|
+
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes"
|
|
2819
|
+
},
|
|
2109
2820
|
{
|
|
2110
2821
|
"name": "mode",
|
|
2111
|
-
"description": "The mode determines
|
|
2822
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2823
|
+
"values": [
|
|
2824
|
+
{
|
|
2825
|
+
"name": "ios"
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"name": "md"
|
|
2829
|
+
}
|
|
2830
|
+
]
|
|
2831
|
+
},
|
|
2832
|
+
{
|
|
2833
|
+
"name": "theme",
|
|
2834
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2112
2835
|
"values": [
|
|
2113
2836
|
{
|
|
2114
2837
|
"name": "ios"
|
|
2115
2838
|
},
|
|
2116
2839
|
{
|
|
2117
2840
|
"name": "md"
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"name": "ionic"
|
|
2118
2844
|
}
|
|
2119
2845
|
]
|
|
2120
2846
|
},
|
|
2121
2847
|
{
|
|
2122
2848
|
"name": "translucent",
|
|
2123
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
2849
|
+
"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
2850
|
}
|
|
2125
2851
|
],
|
|
2126
2852
|
"references": [
|
|
@@ -2141,9 +2867,36 @@
|
|
|
2141
2867
|
"name": "alt",
|
|
2142
2868
|
"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
2869
|
},
|
|
2870
|
+
{
|
|
2871
|
+
"name": "mode",
|
|
2872
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2873
|
+
"values": [
|
|
2874
|
+
{
|
|
2875
|
+
"name": "ios"
|
|
2876
|
+
},
|
|
2877
|
+
{
|
|
2878
|
+
"name": "md"
|
|
2879
|
+
}
|
|
2880
|
+
]
|
|
2881
|
+
},
|
|
2144
2882
|
{
|
|
2145
2883
|
"name": "src",
|
|
2146
2884
|
"description": "The image URL. This attribute is mandatory for the `<img>` element."
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
"name": "theme",
|
|
2888
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2889
|
+
"values": [
|
|
2890
|
+
{
|
|
2891
|
+
"name": "ios"
|
|
2892
|
+
},
|
|
2893
|
+
{
|
|
2894
|
+
"name": "md"
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"name": "ionic"
|
|
2898
|
+
}
|
|
2899
|
+
]
|
|
2147
2900
|
}
|
|
2148
2901
|
],
|
|
2149
2902
|
"references": [
|
|
@@ -2164,6 +2917,18 @@
|
|
|
2164
2917
|
"name": "disabled",
|
|
2165
2918
|
"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
2919
|
},
|
|
2920
|
+
{
|
|
2921
|
+
"name": "mode",
|
|
2922
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2923
|
+
"values": [
|
|
2924
|
+
{
|
|
2925
|
+
"name": "ios"
|
|
2926
|
+
},
|
|
2927
|
+
{
|
|
2928
|
+
"name": "md"
|
|
2929
|
+
}
|
|
2930
|
+
]
|
|
2931
|
+
},
|
|
2167
2932
|
{
|
|
2168
2933
|
"name": "position",
|
|
2169
2934
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -2176,6 +2941,21 @@
|
|
|
2176
2941
|
}
|
|
2177
2942
|
]
|
|
2178
2943
|
},
|
|
2944
|
+
{
|
|
2945
|
+
"name": "theme",
|
|
2946
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2947
|
+
"values": [
|
|
2948
|
+
{
|
|
2949
|
+
"name": "ios"
|
|
2950
|
+
},
|
|
2951
|
+
{
|
|
2952
|
+
"name": "md"
|
|
2953
|
+
},
|
|
2954
|
+
{
|
|
2955
|
+
"name": "ionic"
|
|
2956
|
+
}
|
|
2957
|
+
]
|
|
2958
|
+
},
|
|
2179
2959
|
{
|
|
2180
2960
|
"name": "threshold",
|
|
2181
2961
|
"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 +3011,33 @@
|
|
|
2231
3011
|
{
|
|
2232
3012
|
"name": "loading-text",
|
|
2233
3013
|
"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."
|
|
3014
|
+
},
|
|
3015
|
+
{
|
|
3016
|
+
"name": "mode",
|
|
3017
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3018
|
+
"values": [
|
|
3019
|
+
{
|
|
3020
|
+
"name": "ios"
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
"name": "md"
|
|
3024
|
+
}
|
|
3025
|
+
]
|
|
3026
|
+
},
|
|
3027
|
+
{
|
|
3028
|
+
"name": "theme",
|
|
3029
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3030
|
+
"values": [
|
|
3031
|
+
{
|
|
3032
|
+
"name": "ios"
|
|
3033
|
+
},
|
|
3034
|
+
{
|
|
3035
|
+
"name": "md"
|
|
3036
|
+
},
|
|
3037
|
+
{
|
|
3038
|
+
"name": "ionic"
|
|
3039
|
+
}
|
|
3040
|
+
]
|
|
2234
3041
|
}
|
|
2235
3042
|
],
|
|
2236
3043
|
"references": [
|
|
@@ -2258,80 +3065,74 @@
|
|
|
2258
3065
|
{
|
|
2259
3066
|
"name": "name"
|
|
2260
3067
|
},
|
|
2261
|
-
{
|
|
2262
|
-
"name": "email"
|
|
2263
|
-
},
|
|
2264
|
-
{
|
|
2265
|
-
"name": "tel"
|
|
2266
|
-
},
|
|
2267
3068
|
{
|
|
2268
3069
|
"name": "url"
|
|
2269
3070
|
},
|
|
2270
3071
|
{
|
|
2271
|
-
"name": "
|
|
3072
|
+
"name": "off"
|
|
2272
3073
|
},
|
|
2273
3074
|
{
|
|
2274
|
-
"name": "
|
|
3075
|
+
"name": "on"
|
|
2275
3076
|
},
|
|
2276
3077
|
{
|
|
2277
|
-
"name": "
|
|
3078
|
+
"name": "additional-name"
|
|
2278
3079
|
},
|
|
2279
3080
|
{
|
|
2280
|
-
"name": "
|
|
3081
|
+
"name": "address-level1"
|
|
2281
3082
|
},
|
|
2282
3083
|
{
|
|
2283
|
-
"name": "
|
|
3084
|
+
"name": "address-level2"
|
|
2284
3085
|
},
|
|
2285
3086
|
{
|
|
2286
|
-
"name": "
|
|
3087
|
+
"name": "address-level3"
|
|
2287
3088
|
},
|
|
2288
3089
|
{
|
|
2289
|
-
"name": "
|
|
3090
|
+
"name": "address-level4"
|
|
2290
3091
|
},
|
|
2291
3092
|
{
|
|
2292
|
-
"name": "
|
|
3093
|
+
"name": "address-line1"
|
|
2293
3094
|
},
|
|
2294
3095
|
{
|
|
2295
|
-
"name": "
|
|
3096
|
+
"name": "address-line2"
|
|
2296
3097
|
},
|
|
2297
3098
|
{
|
|
2298
|
-
"name": "
|
|
3099
|
+
"name": "address-line3"
|
|
2299
3100
|
},
|
|
2300
3101
|
{
|
|
2301
|
-
"name": "
|
|
3102
|
+
"name": "bday-day"
|
|
2302
3103
|
},
|
|
2303
3104
|
{
|
|
2304
|
-
"name": "
|
|
3105
|
+
"name": "bday-month"
|
|
2305
3106
|
},
|
|
2306
3107
|
{
|
|
2307
|
-
"name": "
|
|
3108
|
+
"name": "bday-year"
|
|
2308
3109
|
},
|
|
2309
3110
|
{
|
|
2310
|
-
"name": "
|
|
3111
|
+
"name": "cc-csc"
|
|
2311
3112
|
},
|
|
2312
3113
|
{
|
|
2313
|
-
"name": "
|
|
3114
|
+
"name": "cc-exp"
|
|
2314
3115
|
},
|
|
2315
3116
|
{
|
|
2316
|
-
"name": "
|
|
3117
|
+
"name": "cc-exp-month"
|
|
2317
3118
|
},
|
|
2318
3119
|
{
|
|
2319
|
-
"name": "
|
|
3120
|
+
"name": "cc-exp-year"
|
|
2320
3121
|
},
|
|
2321
3122
|
{
|
|
2322
|
-
"name": "
|
|
3123
|
+
"name": "cc-family-name"
|
|
2323
3124
|
},
|
|
2324
3125
|
{
|
|
2325
|
-
"name": "
|
|
3126
|
+
"name": "cc-given-name"
|
|
2326
3127
|
},
|
|
2327
3128
|
{
|
|
2328
|
-
"name": "
|
|
3129
|
+
"name": "cc-name"
|
|
2329
3130
|
},
|
|
2330
3131
|
{
|
|
2331
|
-
"name": "
|
|
3132
|
+
"name": "cc-number"
|
|
2332
3133
|
},
|
|
2333
3134
|
{
|
|
2334
|
-
"name": "
|
|
3135
|
+
"name": "cc-type"
|
|
2335
3136
|
},
|
|
2336
3137
|
{
|
|
2337
3138
|
"name": "country"
|
|
@@ -2340,76 +3141,82 @@
|
|
|
2340
3141
|
"name": "country-name"
|
|
2341
3142
|
},
|
|
2342
3143
|
{
|
|
2343
|
-
"name": "
|
|
3144
|
+
"name": "current-password"
|
|
2344
3145
|
},
|
|
2345
3146
|
{
|
|
2346
|
-
"name": "
|
|
3147
|
+
"name": "family-name"
|
|
2347
3148
|
},
|
|
2348
3149
|
{
|
|
2349
|
-
"name": "
|
|
3150
|
+
"name": "given-name"
|
|
2350
3151
|
},
|
|
2351
3152
|
{
|
|
2352
|
-
"name": "
|
|
3153
|
+
"name": "honorific-prefix"
|
|
2353
3154
|
},
|
|
2354
3155
|
{
|
|
2355
|
-
"name": "
|
|
3156
|
+
"name": "honorific-suffix"
|
|
2356
3157
|
},
|
|
2357
3158
|
{
|
|
2358
|
-
"name": "
|
|
3159
|
+
"name": "new-password"
|
|
2359
3160
|
},
|
|
2360
3161
|
{
|
|
2361
|
-
"name": "
|
|
3162
|
+
"name": "one-time-code"
|
|
2362
3163
|
},
|
|
2363
3164
|
{
|
|
2364
|
-
"name": "
|
|
3165
|
+
"name": "organization"
|
|
2365
3166
|
},
|
|
2366
3167
|
{
|
|
2367
|
-
"name": "
|
|
3168
|
+
"name": "postal-code"
|
|
2368
3169
|
},
|
|
2369
3170
|
{
|
|
2370
|
-
"name": "
|
|
3171
|
+
"name": "street-address"
|
|
2371
3172
|
},
|
|
2372
3173
|
{
|
|
2373
|
-
"name": "
|
|
3174
|
+
"name": "transaction-amount"
|
|
2374
3175
|
},
|
|
2375
3176
|
{
|
|
2376
3177
|
"name": "transaction-currency"
|
|
2377
3178
|
},
|
|
2378
3179
|
{
|
|
2379
|
-
"name": "
|
|
3180
|
+
"name": "username"
|
|
2380
3181
|
},
|
|
2381
3182
|
{
|
|
2382
|
-
"name": "
|
|
3183
|
+
"name": "email"
|
|
2383
3184
|
},
|
|
2384
3185
|
{
|
|
2385
|
-
"name": "
|
|
3186
|
+
"name": "tel"
|
|
2386
3187
|
},
|
|
2387
3188
|
{
|
|
2388
|
-
"name": "
|
|
3189
|
+
"name": "tel-area-code"
|
|
2389
3190
|
},
|
|
2390
3191
|
{
|
|
2391
|
-
"name": "
|
|
3192
|
+
"name": "tel-country-code"
|
|
2392
3193
|
},
|
|
2393
3194
|
{
|
|
2394
|
-
"name": "
|
|
3195
|
+
"name": "tel-extension"
|
|
2395
3196
|
},
|
|
2396
3197
|
{
|
|
2397
|
-
"name": "
|
|
3198
|
+
"name": "tel-local"
|
|
2398
3199
|
},
|
|
2399
3200
|
{
|
|
2400
|
-
"name": "tel-
|
|
3201
|
+
"name": "tel-national"
|
|
2401
3202
|
},
|
|
2402
3203
|
{
|
|
2403
|
-
"name": "
|
|
3204
|
+
"name": "nickname"
|
|
2404
3205
|
},
|
|
2405
3206
|
{
|
|
2406
|
-
"name": "
|
|
3207
|
+
"name": "organization-title"
|
|
2407
3208
|
},
|
|
2408
3209
|
{
|
|
2409
|
-
"name": "
|
|
3210
|
+
"name": "cc-additional-name"
|
|
2410
3211
|
},
|
|
2411
3212
|
{
|
|
2412
|
-
"name": "
|
|
3213
|
+
"name": "language"
|
|
3214
|
+
},
|
|
3215
|
+
{
|
|
3216
|
+
"name": "bday"
|
|
3217
|
+
},
|
|
3218
|
+
{
|
|
3219
|
+
"name": "sex"
|
|
2413
3220
|
},
|
|
2414
3221
|
{
|
|
2415
3222
|
"name": "impp"
|
|
@@ -2525,7 +3332,7 @@
|
|
|
2525
3332
|
},
|
|
2526
3333
|
{
|
|
2527
3334
|
"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
|
|
3335
|
+
"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
3336
|
"values": [
|
|
2530
3337
|
{
|
|
2531
3338
|
"name": "outline"
|
|
@@ -2575,7 +3382,7 @@
|
|
|
2575
3382
|
},
|
|
2576
3383
|
{
|
|
2577
3384
|
"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 (\"...\").",
|
|
3385
|
+
"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
3386
|
"values": [
|
|
2580
3387
|
{
|
|
2581
3388
|
"name": "end"
|
|
@@ -2612,7 +3419,7 @@
|
|
|
2612
3419
|
},
|
|
2613
3420
|
{
|
|
2614
3421
|
"name": "mode",
|
|
2615
|
-
"description": "The mode determines
|
|
3422
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2616
3423
|
"values": [
|
|
2617
3424
|
{
|
|
2618
3425
|
"name": "ios"
|
|
@@ -2648,10 +3455,31 @@
|
|
|
2648
3455
|
},
|
|
2649
3456
|
{
|
|
2650
3457
|
"name": "shape",
|
|
2651
|
-
"description": "
|
|
3458
|
+
"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
3459
|
"values": [
|
|
3460
|
+
{
|
|
3461
|
+
"name": "rectangular"
|
|
3462
|
+
},
|
|
2653
3463
|
{
|
|
2654
3464
|
"name": "round"
|
|
3465
|
+
},
|
|
3466
|
+
{
|
|
3467
|
+
"name": "soft"
|
|
3468
|
+
}
|
|
3469
|
+
]
|
|
3470
|
+
},
|
|
3471
|
+
{
|
|
3472
|
+
"name": "size",
|
|
3473
|
+
"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.",
|
|
3474
|
+
"values": [
|
|
3475
|
+
{
|
|
3476
|
+
"name": "large"
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
"name": "medium"
|
|
3480
|
+
},
|
|
3481
|
+
{
|
|
3482
|
+
"name": "xlarge"
|
|
2655
3483
|
}
|
|
2656
3484
|
]
|
|
2657
3485
|
},
|
|
@@ -2663,6 +3491,21 @@
|
|
|
2663
3491
|
"name": "step",
|
|
2664
3492
|
"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
3493
|
},
|
|
3494
|
+
{
|
|
3495
|
+
"name": "theme",
|
|
3496
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3497
|
+
"values": [
|
|
3498
|
+
{
|
|
3499
|
+
"name": "ios"
|
|
3500
|
+
},
|
|
3501
|
+
{
|
|
3502
|
+
"name": "md"
|
|
3503
|
+
},
|
|
3504
|
+
{
|
|
3505
|
+
"name": "ionic"
|
|
3506
|
+
}
|
|
3507
|
+
]
|
|
3508
|
+
},
|
|
2666
3509
|
{
|
|
2667
3510
|
"name": "type",
|
|
2668
3511
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -2831,7 +3674,7 @@
|
|
|
2831
3674
|
},
|
|
2832
3675
|
{
|
|
2833
3676
|
"name": "detail",
|
|
2834
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
3677
|
+
"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
3678
|
},
|
|
2836
3679
|
{
|
|
2837
3680
|
"name": "detail-icon",
|
|
@@ -2866,7 +3709,7 @@
|
|
|
2866
3709
|
},
|
|
2867
3710
|
{
|
|
2868
3711
|
"name": "mode",
|
|
2869
|
-
"description": "The mode determines
|
|
3712
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2870
3713
|
"values": [
|
|
2871
3714
|
{
|
|
2872
3715
|
"name": "ios"
|
|
@@ -2899,6 +3742,21 @@
|
|
|
2899
3742
|
"name": "target",
|
|
2900
3743
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
2901
3744
|
},
|
|
3745
|
+
{
|
|
3746
|
+
"name": "theme",
|
|
3747
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3748
|
+
"values": [
|
|
3749
|
+
{
|
|
3750
|
+
"name": "ios"
|
|
3751
|
+
},
|
|
3752
|
+
{
|
|
3753
|
+
"name": "md"
|
|
3754
|
+
},
|
|
3755
|
+
{
|
|
3756
|
+
"name": "ionic"
|
|
3757
|
+
}
|
|
3758
|
+
]
|
|
3759
|
+
},
|
|
2902
3760
|
{
|
|
2903
3761
|
"name": "type",
|
|
2904
3762
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -2964,7 +3822,7 @@
|
|
|
2964
3822
|
},
|
|
2965
3823
|
{
|
|
2966
3824
|
"name": "mode",
|
|
2967
|
-
"description": "The mode determines
|
|
3825
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2968
3826
|
"values": [
|
|
2969
3827
|
{
|
|
2970
3828
|
"name": "ios"
|
|
@@ -2977,6 +3835,21 @@
|
|
|
2977
3835
|
{
|
|
2978
3836
|
"name": "sticky",
|
|
2979
3837
|
"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"
|
|
3838
|
+
},
|
|
3839
|
+
{
|
|
3840
|
+
"name": "theme",
|
|
3841
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3842
|
+
"values": [
|
|
3843
|
+
{
|
|
3844
|
+
"name": "ios"
|
|
3845
|
+
},
|
|
3846
|
+
{
|
|
3847
|
+
"name": "md"
|
|
3848
|
+
},
|
|
3849
|
+
{
|
|
3850
|
+
"name": "ionic"
|
|
3851
|
+
}
|
|
3852
|
+
]
|
|
2980
3853
|
}
|
|
2981
3854
|
],
|
|
2982
3855
|
"references": [
|
|
@@ -2992,7 +3865,35 @@
|
|
|
2992
3865
|
"kind": "markdown",
|
|
2993
3866
|
"value": ""
|
|
2994
3867
|
},
|
|
2995
|
-
"attributes": [
|
|
3868
|
+
"attributes": [
|
|
3869
|
+
{
|
|
3870
|
+
"name": "mode",
|
|
3871
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3872
|
+
"values": [
|
|
3873
|
+
{
|
|
3874
|
+
"name": "ios"
|
|
3875
|
+
},
|
|
3876
|
+
{
|
|
3877
|
+
"name": "md"
|
|
3878
|
+
}
|
|
3879
|
+
]
|
|
3880
|
+
},
|
|
3881
|
+
{
|
|
3882
|
+
"name": "theme",
|
|
3883
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3884
|
+
"values": [
|
|
3885
|
+
{
|
|
3886
|
+
"name": "ios"
|
|
3887
|
+
},
|
|
3888
|
+
{
|
|
3889
|
+
"name": "md"
|
|
3890
|
+
},
|
|
3891
|
+
{
|
|
3892
|
+
"name": "ionic"
|
|
3893
|
+
}
|
|
3894
|
+
]
|
|
3895
|
+
}
|
|
3896
|
+
],
|
|
2996
3897
|
"references": [
|
|
2997
3898
|
{
|
|
2998
3899
|
"name": "Source code",
|
|
@@ -3058,7 +3959,7 @@
|
|
|
3058
3959
|
},
|
|
3059
3960
|
{
|
|
3060
3961
|
"name": "mode",
|
|
3061
|
-
"description": "The mode determines
|
|
3962
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3062
3963
|
"values": [
|
|
3063
3964
|
{
|
|
3064
3965
|
"name": "ios"
|
|
@@ -3072,10 +3973,40 @@
|
|
|
3072
3973
|
"name": "rel",
|
|
3073
3974
|
"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
3975
|
},
|
|
3976
|
+
{
|
|
3977
|
+
"name": "shape",
|
|
3978
|
+
"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.",
|
|
3979
|
+
"values": [
|
|
3980
|
+
{
|
|
3981
|
+
"name": "rectangular"
|
|
3982
|
+
},
|
|
3983
|
+
{
|
|
3984
|
+
"name": "round"
|
|
3985
|
+
},
|
|
3986
|
+
{
|
|
3987
|
+
"name": "soft"
|
|
3988
|
+
}
|
|
3989
|
+
]
|
|
3990
|
+
},
|
|
3075
3991
|
{
|
|
3076
3992
|
"name": "target",
|
|
3077
3993
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
3078
3994
|
},
|
|
3995
|
+
{
|
|
3996
|
+
"name": "theme",
|
|
3997
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3998
|
+
"values": [
|
|
3999
|
+
{
|
|
4000
|
+
"name": "ios"
|
|
4001
|
+
},
|
|
4002
|
+
{
|
|
4003
|
+
"name": "md"
|
|
4004
|
+
},
|
|
4005
|
+
{
|
|
4006
|
+
"name": "ionic"
|
|
4007
|
+
}
|
|
4008
|
+
]
|
|
4009
|
+
},
|
|
3079
4010
|
{
|
|
3080
4011
|
"name": "type",
|
|
3081
4012
|
"description": "The type of the button.",
|
|
@@ -3106,6 +4037,18 @@
|
|
|
3106
4037
|
"value": ""
|
|
3107
4038
|
},
|
|
3108
4039
|
"attributes": [
|
|
4040
|
+
{
|
|
4041
|
+
"name": "mode",
|
|
4042
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4043
|
+
"values": [
|
|
4044
|
+
{
|
|
4045
|
+
"name": "ios"
|
|
4046
|
+
},
|
|
4047
|
+
{
|
|
4048
|
+
"name": "md"
|
|
4049
|
+
}
|
|
4050
|
+
]
|
|
4051
|
+
},
|
|
3109
4052
|
{
|
|
3110
4053
|
"name": "side",
|
|
3111
4054
|
"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 +4060,21 @@
|
|
|
3117
4060
|
"name": "start"
|
|
3118
4061
|
}
|
|
3119
4062
|
]
|
|
4063
|
+
},
|
|
4064
|
+
{
|
|
4065
|
+
"name": "theme",
|
|
4066
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4067
|
+
"values": [
|
|
4068
|
+
{
|
|
4069
|
+
"name": "ios"
|
|
4070
|
+
},
|
|
4071
|
+
{
|
|
4072
|
+
"name": "md"
|
|
4073
|
+
},
|
|
4074
|
+
{
|
|
4075
|
+
"name": "ionic"
|
|
4076
|
+
}
|
|
4077
|
+
]
|
|
3120
4078
|
}
|
|
3121
4079
|
],
|
|
3122
4080
|
"references": [
|
|
@@ -3136,6 +4094,33 @@
|
|
|
3136
4094
|
{
|
|
3137
4095
|
"name": "disabled",
|
|
3138
4096
|
"description": "If `true`, the user cannot interact with the sliding item."
|
|
4097
|
+
},
|
|
4098
|
+
{
|
|
4099
|
+
"name": "mode",
|
|
4100
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4101
|
+
"values": [
|
|
4102
|
+
{
|
|
4103
|
+
"name": "ios"
|
|
4104
|
+
},
|
|
4105
|
+
{
|
|
4106
|
+
"name": "md"
|
|
4107
|
+
}
|
|
4108
|
+
]
|
|
4109
|
+
},
|
|
4110
|
+
{
|
|
4111
|
+
"name": "theme",
|
|
4112
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4113
|
+
"values": [
|
|
4114
|
+
{
|
|
4115
|
+
"name": "ios"
|
|
4116
|
+
},
|
|
4117
|
+
{
|
|
4118
|
+
"name": "md"
|
|
4119
|
+
},
|
|
4120
|
+
{
|
|
4121
|
+
"name": "ionic"
|
|
4122
|
+
}
|
|
4123
|
+
]
|
|
3139
4124
|
}
|
|
3140
4125
|
],
|
|
3141
4126
|
"references": [
|
|
@@ -3187,7 +4172,7 @@
|
|
|
3187
4172
|
},
|
|
3188
4173
|
{
|
|
3189
4174
|
"name": "mode",
|
|
3190
|
-
"description": "The mode determines
|
|
4175
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3191
4176
|
"values": [
|
|
3192
4177
|
{
|
|
3193
4178
|
"name": "ios"
|
|
@@ -3211,6 +4196,21 @@
|
|
|
3211
4196
|
"name": "stacked"
|
|
3212
4197
|
}
|
|
3213
4198
|
]
|
|
4199
|
+
},
|
|
4200
|
+
{
|
|
4201
|
+
"name": "theme",
|
|
4202
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4203
|
+
"values": [
|
|
4204
|
+
{
|
|
4205
|
+
"name": "ios"
|
|
4206
|
+
},
|
|
4207
|
+
{
|
|
4208
|
+
"name": "md"
|
|
4209
|
+
},
|
|
4210
|
+
{
|
|
4211
|
+
"name": "ionic"
|
|
4212
|
+
}
|
|
4213
|
+
]
|
|
3214
4214
|
}
|
|
3215
4215
|
],
|
|
3216
4216
|
"references": [
|
|
@@ -3248,13 +4248,43 @@
|
|
|
3248
4248
|
},
|
|
3249
4249
|
{
|
|
3250
4250
|
"name": "mode",
|
|
3251
|
-
"description": "The mode determines
|
|
4251
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4252
|
+
"values": [
|
|
4253
|
+
{
|
|
4254
|
+
"name": "ios"
|
|
4255
|
+
},
|
|
4256
|
+
{
|
|
4257
|
+
"name": "md"
|
|
4258
|
+
}
|
|
4259
|
+
]
|
|
4260
|
+
},
|
|
4261
|
+
{
|
|
4262
|
+
"name": "shape",
|
|
4263
|
+
"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.",
|
|
4264
|
+
"values": [
|
|
4265
|
+
{
|
|
4266
|
+
"name": "rectangular"
|
|
4267
|
+
},
|
|
4268
|
+
{
|
|
4269
|
+
"name": "round"
|
|
4270
|
+
},
|
|
4271
|
+
{
|
|
4272
|
+
"name": "soft"
|
|
4273
|
+
}
|
|
4274
|
+
]
|
|
4275
|
+
},
|
|
4276
|
+
{
|
|
4277
|
+
"name": "theme",
|
|
4278
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3252
4279
|
"values": [
|
|
3253
4280
|
{
|
|
3254
4281
|
"name": "ios"
|
|
3255
4282
|
},
|
|
3256
4283
|
{
|
|
3257
4284
|
"name": "md"
|
|
4285
|
+
},
|
|
4286
|
+
{
|
|
4287
|
+
"name": "ionic"
|
|
3258
4288
|
}
|
|
3259
4289
|
]
|
|
3260
4290
|
}
|
|
@@ -3323,13 +4353,28 @@
|
|
|
3323
4353
|
},
|
|
3324
4354
|
{
|
|
3325
4355
|
"name": "mode",
|
|
3326
|
-
"description": "The mode determines
|
|
4356
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4357
|
+
"values": [
|
|
4358
|
+
{
|
|
4359
|
+
"name": "ios"
|
|
4360
|
+
},
|
|
4361
|
+
{
|
|
4362
|
+
"name": "md"
|
|
4363
|
+
}
|
|
4364
|
+
]
|
|
4365
|
+
},
|
|
4366
|
+
{
|
|
4367
|
+
"name": "theme",
|
|
4368
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3327
4369
|
"values": [
|
|
3328
4370
|
{
|
|
3329
4371
|
"name": "ios"
|
|
3330
4372
|
},
|
|
3331
4373
|
{
|
|
3332
4374
|
"name": "md"
|
|
4375
|
+
},
|
|
4376
|
+
{
|
|
4377
|
+
"name": "ionic"
|
|
3333
4378
|
}
|
|
3334
4379
|
]
|
|
3335
4380
|
}
|
|
@@ -3378,7 +4423,7 @@
|
|
|
3378
4423
|
},
|
|
3379
4424
|
{
|
|
3380
4425
|
"name": "mode",
|
|
3381
|
-
"description": "The mode determines
|
|
4426
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3382
4427
|
"values": [
|
|
3383
4428
|
{
|
|
3384
4429
|
"name": "ios"
|
|
@@ -3415,19 +4460,34 @@
|
|
|
3415
4460
|
"name": "lines"
|
|
3416
4461
|
},
|
|
3417
4462
|
{
|
|
3418
|
-
"name": "lines-sharp"
|
|
4463
|
+
"name": "lines-sharp"
|
|
4464
|
+
},
|
|
4465
|
+
{
|
|
4466
|
+
"name": "lines-sharp-small"
|
|
4467
|
+
},
|
|
4468
|
+
{
|
|
4469
|
+
"name": "lines-small"
|
|
4470
|
+
}
|
|
4471
|
+
]
|
|
4472
|
+
},
|
|
4473
|
+
{
|
|
4474
|
+
"name": "theme",
|
|
4475
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4476
|
+
"values": [
|
|
4477
|
+
{
|
|
4478
|
+
"name": "ios"
|
|
3419
4479
|
},
|
|
3420
4480
|
{
|
|
3421
|
-
"name": "
|
|
4481
|
+
"name": "md"
|
|
3422
4482
|
},
|
|
3423
4483
|
{
|
|
3424
|
-
"name": "
|
|
4484
|
+
"name": "ionic"
|
|
3425
4485
|
}
|
|
3426
4486
|
]
|
|
3427
4487
|
},
|
|
3428
4488
|
{
|
|
3429
4489
|
"name": "translucent",
|
|
3430
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
4490
|
+
"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
4491
|
},
|
|
3432
4492
|
{
|
|
3433
4493
|
"name": "trigger",
|
|
@@ -3464,6 +4524,18 @@
|
|
|
3464
4524
|
"name": "menu-id",
|
|
3465
4525
|
"description": "An id for the menu."
|
|
3466
4526
|
},
|
|
4527
|
+
{
|
|
4528
|
+
"name": "mode",
|
|
4529
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4530
|
+
"values": [
|
|
4531
|
+
{
|
|
4532
|
+
"name": "ios"
|
|
4533
|
+
},
|
|
4534
|
+
{
|
|
4535
|
+
"name": "md"
|
|
4536
|
+
}
|
|
4537
|
+
]
|
|
4538
|
+
},
|
|
3467
4539
|
{
|
|
3468
4540
|
"name": "side",
|
|
3469
4541
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -3480,6 +4552,21 @@
|
|
|
3480
4552
|
"name": "swipe-gesture",
|
|
3481
4553
|
"description": "If `true`, swiping the menu is enabled."
|
|
3482
4554
|
},
|
|
4555
|
+
{
|
|
4556
|
+
"name": "theme",
|
|
4557
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4558
|
+
"values": [
|
|
4559
|
+
{
|
|
4560
|
+
"name": "ios"
|
|
4561
|
+
},
|
|
4562
|
+
{
|
|
4563
|
+
"name": "md"
|
|
4564
|
+
},
|
|
4565
|
+
{
|
|
4566
|
+
"name": "ionic"
|
|
4567
|
+
}
|
|
4568
|
+
]
|
|
4569
|
+
},
|
|
3483
4570
|
{
|
|
3484
4571
|
"name": "type",
|
|
3485
4572
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -3557,13 +4644,28 @@
|
|
|
3557
4644
|
},
|
|
3558
4645
|
{
|
|
3559
4646
|
"name": "mode",
|
|
3560
|
-
"description": "The mode determines
|
|
4647
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4648
|
+
"values": [
|
|
4649
|
+
{
|
|
4650
|
+
"name": "ios"
|
|
4651
|
+
},
|
|
4652
|
+
{
|
|
4653
|
+
"name": "md"
|
|
4654
|
+
}
|
|
4655
|
+
]
|
|
4656
|
+
},
|
|
4657
|
+
{
|
|
4658
|
+
"name": "theme",
|
|
4659
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3561
4660
|
"values": [
|
|
3562
4661
|
{
|
|
3563
4662
|
"name": "ios"
|
|
3564
4663
|
},
|
|
3565
4664
|
{
|
|
3566
4665
|
"name": "md"
|
|
4666
|
+
},
|
|
4667
|
+
{
|
|
4668
|
+
"name": "ionic"
|
|
3567
4669
|
}
|
|
3568
4670
|
]
|
|
3569
4671
|
},
|
|
@@ -3604,6 +4706,33 @@
|
|
|
3604
4706
|
{
|
|
3605
4707
|
"name": "menu",
|
|
3606
4708
|
"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."
|
|
4709
|
+
},
|
|
4710
|
+
{
|
|
4711
|
+
"name": "mode",
|
|
4712
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4713
|
+
"values": [
|
|
4714
|
+
{
|
|
4715
|
+
"name": "ios"
|
|
4716
|
+
},
|
|
4717
|
+
{
|
|
4718
|
+
"name": "md"
|
|
4719
|
+
}
|
|
4720
|
+
]
|
|
4721
|
+
},
|
|
4722
|
+
{
|
|
4723
|
+
"name": "theme",
|
|
4724
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4725
|
+
"values": [
|
|
4726
|
+
{
|
|
4727
|
+
"name": "ios"
|
|
4728
|
+
},
|
|
4729
|
+
{
|
|
4730
|
+
"name": "md"
|
|
4731
|
+
},
|
|
4732
|
+
{
|
|
4733
|
+
"name": "ionic"
|
|
4734
|
+
}
|
|
4735
|
+
]
|
|
3607
4736
|
}
|
|
3608
4737
|
],
|
|
3609
4738
|
"references": [
|
|
@@ -3674,7 +4803,7 @@
|
|
|
3674
4803
|
},
|
|
3675
4804
|
{
|
|
3676
4805
|
"name": "mode",
|
|
3677
|
-
"description": "The mode determines
|
|
4806
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3678
4807
|
"values": [
|
|
3679
4808
|
{
|
|
3680
4809
|
"name": "ios"
|
|
@@ -3684,10 +4813,40 @@
|
|
|
3684
4813
|
}
|
|
3685
4814
|
]
|
|
3686
4815
|
},
|
|
4816
|
+
{
|
|
4817
|
+
"name": "shape",
|
|
4818
|
+
"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.",
|
|
4819
|
+
"values": [
|
|
4820
|
+
{
|
|
4821
|
+
"name": "rectangular"
|
|
4822
|
+
},
|
|
4823
|
+
{
|
|
4824
|
+
"name": "round"
|
|
4825
|
+
},
|
|
4826
|
+
{
|
|
4827
|
+
"name": "soft"
|
|
4828
|
+
}
|
|
4829
|
+
]
|
|
4830
|
+
},
|
|
3687
4831
|
{
|
|
3688
4832
|
"name": "show-backdrop",
|
|
3689
4833
|
"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
4834
|
},
|
|
4835
|
+
{
|
|
4836
|
+
"name": "theme",
|
|
4837
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4838
|
+
"values": [
|
|
4839
|
+
{
|
|
4840
|
+
"name": "ios"
|
|
4841
|
+
},
|
|
4842
|
+
{
|
|
4843
|
+
"name": "md"
|
|
4844
|
+
},
|
|
4845
|
+
{
|
|
4846
|
+
"name": "ionic"
|
|
4847
|
+
}
|
|
4848
|
+
]
|
|
4849
|
+
},
|
|
3691
4850
|
{
|
|
3692
4851
|
"name": "trigger",
|
|
3693
4852
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked."
|
|
@@ -3711,6 +4870,18 @@
|
|
|
3711
4870
|
"name": "animated",
|
|
3712
4871
|
"description": "If `true`, the nav should animate the transition of components."
|
|
3713
4872
|
},
|
|
4873
|
+
{
|
|
4874
|
+
"name": "mode",
|
|
4875
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4876
|
+
"values": [
|
|
4877
|
+
{
|
|
4878
|
+
"name": "ios"
|
|
4879
|
+
},
|
|
4880
|
+
{
|
|
4881
|
+
"name": "md"
|
|
4882
|
+
}
|
|
4883
|
+
]
|
|
4884
|
+
},
|
|
3714
4885
|
{
|
|
3715
4886
|
"name": "root",
|
|
3716
4887
|
"description": "Root NavComponent to load"
|
|
@@ -3718,6 +4889,21 @@
|
|
|
3718
4889
|
{
|
|
3719
4890
|
"name": "swipe-gesture",
|
|
3720
4891
|
"description": "If the nav component should allow for swipe-to-go-back."
|
|
4892
|
+
},
|
|
4893
|
+
{
|
|
4894
|
+
"name": "theme",
|
|
4895
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4896
|
+
"values": [
|
|
4897
|
+
{
|
|
4898
|
+
"name": "ios"
|
|
4899
|
+
},
|
|
4900
|
+
{
|
|
4901
|
+
"name": "md"
|
|
4902
|
+
},
|
|
4903
|
+
{
|
|
4904
|
+
"name": "ionic"
|
|
4905
|
+
}
|
|
4906
|
+
]
|
|
3721
4907
|
}
|
|
3722
4908
|
],
|
|
3723
4909
|
"references": [
|
|
@@ -3738,6 +4924,18 @@
|
|
|
3738
4924
|
"name": "component",
|
|
3739
4925
|
"description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`."
|
|
3740
4926
|
},
|
|
4927
|
+
{
|
|
4928
|
+
"name": "mode",
|
|
4929
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4930
|
+
"values": [
|
|
4931
|
+
{
|
|
4932
|
+
"name": "ios"
|
|
4933
|
+
},
|
|
4934
|
+
{
|
|
4935
|
+
"name": "md"
|
|
4936
|
+
}
|
|
4937
|
+
]
|
|
4938
|
+
},
|
|
3741
4939
|
{
|
|
3742
4940
|
"name": "router-direction",
|
|
3743
4941
|
"description": "The transition direction when navigating to another page.",
|
|
@@ -3752,6 +4950,21 @@
|
|
|
3752
4950
|
"name": "root"
|
|
3753
4951
|
}
|
|
3754
4952
|
]
|
|
4953
|
+
},
|
|
4954
|
+
{
|
|
4955
|
+
"name": "theme",
|
|
4956
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4957
|
+
"values": [
|
|
4958
|
+
{
|
|
4959
|
+
"name": "ios"
|
|
4960
|
+
},
|
|
4961
|
+
{
|
|
4962
|
+
"name": "md"
|
|
4963
|
+
},
|
|
4964
|
+
{
|
|
4965
|
+
"name": "ionic"
|
|
4966
|
+
}
|
|
4967
|
+
]
|
|
3755
4968
|
}
|
|
3756
4969
|
],
|
|
3757
4970
|
"references": [
|
|
@@ -3803,13 +5016,28 @@
|
|
|
3803
5016
|
},
|
|
3804
5017
|
{
|
|
3805
5018
|
"name": "mode",
|
|
3806
|
-
"description": "The mode determines
|
|
5019
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5020
|
+
"values": [
|
|
5021
|
+
{
|
|
5022
|
+
"name": "ios"
|
|
5023
|
+
},
|
|
5024
|
+
{
|
|
5025
|
+
"name": "md"
|
|
5026
|
+
}
|
|
5027
|
+
]
|
|
5028
|
+
},
|
|
5029
|
+
{
|
|
5030
|
+
"name": "theme",
|
|
5031
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3807
5032
|
"values": [
|
|
3808
5033
|
{
|
|
3809
5034
|
"name": "ios"
|
|
3810
5035
|
},
|
|
3811
5036
|
{
|
|
3812
5037
|
"name": "md"
|
|
5038
|
+
},
|
|
5039
|
+
{
|
|
5040
|
+
"name": "ionic"
|
|
3813
5041
|
}
|
|
3814
5042
|
]
|
|
3815
5043
|
}
|
|
@@ -3830,13 +5058,28 @@
|
|
|
3830
5058
|
"attributes": [
|
|
3831
5059
|
{
|
|
3832
5060
|
"name": "mode",
|
|
3833
|
-
"description": "The mode determines
|
|
5061
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5062
|
+
"values": [
|
|
5063
|
+
{
|
|
5064
|
+
"name": "ios"
|
|
5065
|
+
},
|
|
5066
|
+
{
|
|
5067
|
+
"name": "md"
|
|
5068
|
+
}
|
|
5069
|
+
]
|
|
5070
|
+
},
|
|
5071
|
+
{
|
|
5072
|
+
"name": "theme",
|
|
5073
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3834
5074
|
"values": [
|
|
3835
5075
|
{
|
|
3836
5076
|
"name": "ios"
|
|
3837
5077
|
},
|
|
3838
5078
|
{
|
|
3839
5079
|
"name": "md"
|
|
5080
|
+
},
|
|
5081
|
+
{
|
|
5082
|
+
"name": "ionic"
|
|
3840
5083
|
}
|
|
3841
5084
|
]
|
|
3842
5085
|
}
|
|
@@ -3894,13 +5137,28 @@
|
|
|
3894
5137
|
},
|
|
3895
5138
|
{
|
|
3896
5139
|
"name": "mode",
|
|
3897
|
-
"description": "The mode determines
|
|
5140
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5141
|
+
"values": [
|
|
5142
|
+
{
|
|
5143
|
+
"name": "ios"
|
|
5144
|
+
},
|
|
5145
|
+
{
|
|
5146
|
+
"name": "md"
|
|
5147
|
+
}
|
|
5148
|
+
]
|
|
5149
|
+
},
|
|
5150
|
+
{
|
|
5151
|
+
"name": "theme",
|
|
5152
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3898
5153
|
"values": [
|
|
3899
5154
|
{
|
|
3900
5155
|
"name": "ios"
|
|
3901
5156
|
},
|
|
3902
5157
|
{
|
|
3903
5158
|
"name": "md"
|
|
5159
|
+
},
|
|
5160
|
+
{
|
|
5161
|
+
"name": "ionic"
|
|
3904
5162
|
}
|
|
3905
5163
|
]
|
|
3906
5164
|
},
|
|
@@ -3960,6 +5218,33 @@
|
|
|
3960
5218
|
"name": "disabled",
|
|
3961
5219
|
"description": "If `true`, the user cannot interact with the picker column option."
|
|
3962
5220
|
},
|
|
5221
|
+
{
|
|
5222
|
+
"name": "mode",
|
|
5223
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5224
|
+
"values": [
|
|
5225
|
+
{
|
|
5226
|
+
"name": "ios"
|
|
5227
|
+
},
|
|
5228
|
+
{
|
|
5229
|
+
"name": "md"
|
|
5230
|
+
}
|
|
5231
|
+
]
|
|
5232
|
+
},
|
|
5233
|
+
{
|
|
5234
|
+
"name": "theme",
|
|
5235
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5236
|
+
"values": [
|
|
5237
|
+
{
|
|
5238
|
+
"name": "ios"
|
|
5239
|
+
},
|
|
5240
|
+
{
|
|
5241
|
+
"name": "md"
|
|
5242
|
+
},
|
|
5243
|
+
{
|
|
5244
|
+
"name": "ionic"
|
|
5245
|
+
}
|
|
5246
|
+
]
|
|
5247
|
+
},
|
|
3963
5248
|
{
|
|
3964
5249
|
"name": "value",
|
|
3965
5250
|
"description": "The text value of the option."
|
|
@@ -4005,7 +5290,7 @@
|
|
|
4005
5290
|
},
|
|
4006
5291
|
{
|
|
4007
5292
|
"name": "mode",
|
|
4008
|
-
"description": "The mode determines
|
|
5293
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4009
5294
|
"values": [
|
|
4010
5295
|
{
|
|
4011
5296
|
"name": "ios"
|
|
@@ -4019,6 +5304,21 @@
|
|
|
4019
5304
|
"name": "show-backdrop",
|
|
4020
5305
|
"description": "If `true`, a backdrop will be displayed behind the picker."
|
|
4021
5306
|
},
|
|
5307
|
+
{
|
|
5308
|
+
"name": "theme",
|
|
5309
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5310
|
+
"values": [
|
|
5311
|
+
{
|
|
5312
|
+
"name": "ios"
|
|
5313
|
+
},
|
|
5314
|
+
{
|
|
5315
|
+
"name": "md"
|
|
5316
|
+
},
|
|
5317
|
+
{
|
|
5318
|
+
"name": "ionic"
|
|
5319
|
+
}
|
|
5320
|
+
]
|
|
5321
|
+
},
|
|
4022
5322
|
{
|
|
4023
5323
|
"name": "trigger",
|
|
4024
5324
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked."
|
|
@@ -4040,7 +5340,7 @@
|
|
|
4040
5340
|
"attributes": [
|
|
4041
5341
|
{
|
|
4042
5342
|
"name": "alignment",
|
|
4043
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
5343
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
|
|
4044
5344
|
"values": [
|
|
4045
5345
|
{
|
|
4046
5346
|
"name": "center"
|
|
@@ -4059,7 +5359,7 @@
|
|
|
4059
5359
|
},
|
|
4060
5360
|
{
|
|
4061
5361
|
"name": "arrow",
|
|
4062
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
5362
|
+
"description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme."
|
|
4063
5363
|
},
|
|
4064
5364
|
{
|
|
4065
5365
|
"name": "backdrop-dismiss",
|
|
@@ -4095,7 +5395,7 @@
|
|
|
4095
5395
|
},
|
|
4096
5396
|
{
|
|
4097
5397
|
"name": "mode",
|
|
4098
|
-
"description": "The mode determines
|
|
5398
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4099
5399
|
"values": [
|
|
4100
5400
|
{
|
|
4101
5401
|
"name": "ios"
|
|
@@ -4157,9 +5457,24 @@
|
|
|
4157
5457
|
}
|
|
4158
5458
|
]
|
|
4159
5459
|
},
|
|
5460
|
+
{
|
|
5461
|
+
"name": "theme",
|
|
5462
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5463
|
+
"values": [
|
|
5464
|
+
{
|
|
5465
|
+
"name": "ios"
|
|
5466
|
+
},
|
|
5467
|
+
{
|
|
5468
|
+
"name": "md"
|
|
5469
|
+
},
|
|
5470
|
+
{
|
|
5471
|
+
"name": "ionic"
|
|
5472
|
+
}
|
|
5473
|
+
]
|
|
5474
|
+
},
|
|
4160
5475
|
{
|
|
4161
5476
|
"name": "translucent",
|
|
4162
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
5477
|
+
"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
5478
|
},
|
|
4164
5479
|
{
|
|
4165
5480
|
"name": "trigger",
|
|
@@ -4234,7 +5549,7 @@
|
|
|
4234
5549
|
},
|
|
4235
5550
|
{
|
|
4236
5551
|
"name": "mode",
|
|
4237
|
-
"description": "The mode determines
|
|
5552
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4238
5553
|
"values": [
|
|
4239
5554
|
{
|
|
4240
5555
|
"name": "ios"
|
|
@@ -4248,6 +5563,21 @@
|
|
|
4248
5563
|
"name": "reversed",
|
|
4249
5564
|
"description": "If true, reverse the progress bar direction."
|
|
4250
5565
|
},
|
|
5566
|
+
{
|
|
5567
|
+
"name": "theme",
|
|
5568
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5569
|
+
"values": [
|
|
5570
|
+
{
|
|
5571
|
+
"name": "ios"
|
|
5572
|
+
},
|
|
5573
|
+
{
|
|
5574
|
+
"name": "md"
|
|
5575
|
+
},
|
|
5576
|
+
{
|
|
5577
|
+
"name": "ionic"
|
|
5578
|
+
}
|
|
5579
|
+
]
|
|
5580
|
+
},
|
|
4251
5581
|
{
|
|
4252
5582
|
"name": "type",
|
|
4253
5583
|
"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 +5693,35 @@
|
|
|
4363
5693
|
},
|
|
4364
5694
|
{
|
|
4365
5695
|
"name": "mode",
|
|
4366
|
-
"description": "The mode determines
|
|
5696
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5697
|
+
"values": [
|
|
5698
|
+
{
|
|
5699
|
+
"name": "ios"
|
|
5700
|
+
},
|
|
5701
|
+
{
|
|
5702
|
+
"name": "md"
|
|
5703
|
+
}
|
|
5704
|
+
]
|
|
5705
|
+
},
|
|
5706
|
+
{
|
|
5707
|
+
"name": "name",
|
|
5708
|
+
"description": "The name of the control, which is submitted with the form data."
|
|
5709
|
+
},
|
|
5710
|
+
{
|
|
5711
|
+
"name": "theme",
|
|
5712
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4367
5713
|
"values": [
|
|
4368
5714
|
{
|
|
4369
5715
|
"name": "ios"
|
|
4370
5716
|
},
|
|
4371
5717
|
{
|
|
4372
5718
|
"name": "md"
|
|
5719
|
+
},
|
|
5720
|
+
{
|
|
5721
|
+
"name": "ionic"
|
|
4373
5722
|
}
|
|
4374
5723
|
]
|
|
4375
5724
|
},
|
|
4376
|
-
{
|
|
4377
|
-
"name": "name",
|
|
4378
|
-
"description": "The name of the control, which is submitted with the form data."
|
|
4379
|
-
},
|
|
4380
5725
|
{
|
|
4381
5726
|
"name": "value",
|
|
4382
5727
|
"description": "the value of the radio."
|
|
@@ -4404,10 +5749,37 @@
|
|
|
4404
5749
|
"name": "compare-with",
|
|
4405
5750
|
"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
5751
|
},
|
|
5752
|
+
{
|
|
5753
|
+
"name": "mode",
|
|
5754
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5755
|
+
"values": [
|
|
5756
|
+
{
|
|
5757
|
+
"name": "ios"
|
|
5758
|
+
},
|
|
5759
|
+
{
|
|
5760
|
+
"name": "md"
|
|
5761
|
+
}
|
|
5762
|
+
]
|
|
5763
|
+
},
|
|
4407
5764
|
{
|
|
4408
5765
|
"name": "name",
|
|
4409
5766
|
"description": "The name of the control, which is submitted with the form data."
|
|
4410
5767
|
},
|
|
5768
|
+
{
|
|
5769
|
+
"name": "theme",
|
|
5770
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5771
|
+
"values": [
|
|
5772
|
+
{
|
|
5773
|
+
"name": "ios"
|
|
5774
|
+
},
|
|
5775
|
+
{
|
|
5776
|
+
"name": "md"
|
|
5777
|
+
},
|
|
5778
|
+
{
|
|
5779
|
+
"name": "ionic"
|
|
5780
|
+
}
|
|
5781
|
+
]
|
|
5782
|
+
},
|
|
4411
5783
|
{
|
|
4412
5784
|
"name": "value",
|
|
4413
5785
|
"description": "the value of the radio group."
|
|
@@ -4508,7 +5880,7 @@
|
|
|
4508
5880
|
},
|
|
4509
5881
|
{
|
|
4510
5882
|
"name": "mode",
|
|
4511
|
-
"description": "The mode determines
|
|
5883
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4512
5884
|
"values": [
|
|
4513
5885
|
{
|
|
4514
5886
|
"name": "ios"
|
|
@@ -4534,6 +5906,21 @@
|
|
|
4534
5906
|
"name": "step",
|
|
4535
5907
|
"description": "Specifies the value granularity."
|
|
4536
5908
|
},
|
|
5909
|
+
{
|
|
5910
|
+
"name": "theme",
|
|
5911
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5912
|
+
"values": [
|
|
5913
|
+
{
|
|
5914
|
+
"name": "ios"
|
|
5915
|
+
},
|
|
5916
|
+
{
|
|
5917
|
+
"name": "md"
|
|
5918
|
+
},
|
|
5919
|
+
{
|
|
5920
|
+
"name": "ionic"
|
|
5921
|
+
}
|
|
5922
|
+
]
|
|
5923
|
+
},
|
|
4537
5924
|
{
|
|
4538
5925
|
"name": "ticks",
|
|
4539
5926
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`."
|
|
@@ -4567,7 +5954,7 @@
|
|
|
4567
5954
|
},
|
|
4568
5955
|
{
|
|
4569
5956
|
"name": "mode",
|
|
4570
|
-
"description": "The mode determines
|
|
5957
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4571
5958
|
"values": [
|
|
4572
5959
|
{
|
|
4573
5960
|
"name": "ios"
|
|
@@ -4592,6 +5979,21 @@
|
|
|
4592
5979
|
{
|
|
4593
5980
|
"name": "snapback-duration",
|
|
4594
5981
|
"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."
|
|
5982
|
+
},
|
|
5983
|
+
{
|
|
5984
|
+
"name": "theme",
|
|
5985
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5986
|
+
"values": [
|
|
5987
|
+
{
|
|
5988
|
+
"name": "ios"
|
|
5989
|
+
},
|
|
5990
|
+
{
|
|
5991
|
+
"name": "md"
|
|
5992
|
+
},
|
|
5993
|
+
{
|
|
5994
|
+
"name": "ionic"
|
|
5995
|
+
}
|
|
5996
|
+
]
|
|
4595
5997
|
}
|
|
4596
5998
|
],
|
|
4597
5999
|
"references": [
|
|
@@ -4608,6 +6010,18 @@
|
|
|
4608
6010
|
"value": ""
|
|
4609
6011
|
},
|
|
4610
6012
|
"attributes": [
|
|
6013
|
+
{
|
|
6014
|
+
"name": "mode",
|
|
6015
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6016
|
+
"values": [
|
|
6017
|
+
{
|
|
6018
|
+
"name": "ios"
|
|
6019
|
+
},
|
|
6020
|
+
{
|
|
6021
|
+
"name": "md"
|
|
6022
|
+
}
|
|
6023
|
+
]
|
|
6024
|
+
},
|
|
4611
6025
|
{
|
|
4612
6026
|
"name": "pulling-icon",
|
|
4613
6027
|
"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 +6066,21 @@
|
|
|
4652
6066
|
{
|
|
4653
6067
|
"name": "refreshing-text",
|
|
4654
6068
|
"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."
|
|
6069
|
+
},
|
|
6070
|
+
{
|
|
6071
|
+
"name": "theme",
|
|
6072
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6073
|
+
"values": [
|
|
6074
|
+
{
|
|
6075
|
+
"name": "ios"
|
|
6076
|
+
},
|
|
6077
|
+
{
|
|
6078
|
+
"name": "md"
|
|
6079
|
+
},
|
|
6080
|
+
{
|
|
6081
|
+
"name": "ionic"
|
|
6082
|
+
}
|
|
6083
|
+
]
|
|
4655
6084
|
}
|
|
4656
6085
|
],
|
|
4657
6086
|
"references": [
|
|
@@ -4667,7 +6096,35 @@
|
|
|
4667
6096
|
"kind": "markdown",
|
|
4668
6097
|
"value": ""
|
|
4669
6098
|
},
|
|
4670
|
-
"attributes": [
|
|
6099
|
+
"attributes": [
|
|
6100
|
+
{
|
|
6101
|
+
"name": "mode",
|
|
6102
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6103
|
+
"values": [
|
|
6104
|
+
{
|
|
6105
|
+
"name": "ios"
|
|
6106
|
+
},
|
|
6107
|
+
{
|
|
6108
|
+
"name": "md"
|
|
6109
|
+
}
|
|
6110
|
+
]
|
|
6111
|
+
},
|
|
6112
|
+
{
|
|
6113
|
+
"name": "theme",
|
|
6114
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6115
|
+
"values": [
|
|
6116
|
+
{
|
|
6117
|
+
"name": "ios"
|
|
6118
|
+
},
|
|
6119
|
+
{
|
|
6120
|
+
"name": "md"
|
|
6121
|
+
},
|
|
6122
|
+
{
|
|
6123
|
+
"name": "ionic"
|
|
6124
|
+
}
|
|
6125
|
+
]
|
|
6126
|
+
}
|
|
6127
|
+
],
|
|
4671
6128
|
"references": [
|
|
4672
6129
|
{
|
|
4673
6130
|
"name": "Source code",
|
|
@@ -4685,6 +6142,33 @@
|
|
|
4685
6142
|
{
|
|
4686
6143
|
"name": "disabled",
|
|
4687
6144
|
"description": "If `true`, the reorder will be hidden."
|
|
6145
|
+
},
|
|
6146
|
+
{
|
|
6147
|
+
"name": "mode",
|
|
6148
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6149
|
+
"values": [
|
|
6150
|
+
{
|
|
6151
|
+
"name": "ios"
|
|
6152
|
+
},
|
|
6153
|
+
{
|
|
6154
|
+
"name": "md"
|
|
6155
|
+
}
|
|
6156
|
+
]
|
|
6157
|
+
},
|
|
6158
|
+
{
|
|
6159
|
+
"name": "theme",
|
|
6160
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6161
|
+
"values": [
|
|
6162
|
+
{
|
|
6163
|
+
"name": "ios"
|
|
6164
|
+
},
|
|
6165
|
+
{
|
|
6166
|
+
"name": "md"
|
|
6167
|
+
},
|
|
6168
|
+
{
|
|
6169
|
+
"name": "ionic"
|
|
6170
|
+
}
|
|
6171
|
+
]
|
|
4688
6172
|
}
|
|
4689
6173
|
],
|
|
4690
6174
|
"references": [
|
|
@@ -4701,6 +6185,33 @@
|
|
|
4701
6185
|
"value": ""
|
|
4702
6186
|
},
|
|
4703
6187
|
"attributes": [
|
|
6188
|
+
{
|
|
6189
|
+
"name": "mode",
|
|
6190
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6191
|
+
"values": [
|
|
6192
|
+
{
|
|
6193
|
+
"name": "ios"
|
|
6194
|
+
},
|
|
6195
|
+
{
|
|
6196
|
+
"name": "md"
|
|
6197
|
+
}
|
|
6198
|
+
]
|
|
6199
|
+
},
|
|
6200
|
+
{
|
|
6201
|
+
"name": "theme",
|
|
6202
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6203
|
+
"values": [
|
|
6204
|
+
{
|
|
6205
|
+
"name": "ios"
|
|
6206
|
+
},
|
|
6207
|
+
{
|
|
6208
|
+
"name": "md"
|
|
6209
|
+
},
|
|
6210
|
+
{
|
|
6211
|
+
"name": "ionic"
|
|
6212
|
+
}
|
|
6213
|
+
]
|
|
6214
|
+
},
|
|
4704
6215
|
{
|
|
4705
6216
|
"name": "type",
|
|
4706
6217
|
"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 +6243,33 @@
|
|
|
4732
6243
|
"name": "component",
|
|
4733
6244
|
"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
6245
|
},
|
|
6246
|
+
{
|
|
6247
|
+
"name": "mode",
|
|
6248
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6249
|
+
"values": [
|
|
6250
|
+
{
|
|
6251
|
+
"name": "ios"
|
|
6252
|
+
},
|
|
6253
|
+
{
|
|
6254
|
+
"name": "md"
|
|
6255
|
+
}
|
|
6256
|
+
]
|
|
6257
|
+
},
|
|
6258
|
+
{
|
|
6259
|
+
"name": "theme",
|
|
6260
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6261
|
+
"values": [
|
|
6262
|
+
{
|
|
6263
|
+
"name": "ios"
|
|
6264
|
+
},
|
|
6265
|
+
{
|
|
6266
|
+
"name": "md"
|
|
6267
|
+
},
|
|
6268
|
+
{
|
|
6269
|
+
"name": "ionic"
|
|
6270
|
+
}
|
|
6271
|
+
]
|
|
6272
|
+
},
|
|
4735
6273
|
{
|
|
4736
6274
|
"name": "url",
|
|
4737
6275
|
"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 +6312,37 @@
|
|
|
4774
6312
|
"value": ""
|
|
4775
6313
|
},
|
|
4776
6314
|
"attributes": [
|
|
6315
|
+
{
|
|
6316
|
+
"name": "mode",
|
|
6317
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6318
|
+
"values": [
|
|
6319
|
+
{
|
|
6320
|
+
"name": "ios"
|
|
6321
|
+
},
|
|
6322
|
+
{
|
|
6323
|
+
"name": "md"
|
|
6324
|
+
}
|
|
6325
|
+
]
|
|
6326
|
+
},
|
|
4777
6327
|
{
|
|
4778
6328
|
"name": "root",
|
|
4779
6329
|
"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
6330
|
},
|
|
6331
|
+
{
|
|
6332
|
+
"name": "theme",
|
|
6333
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6334
|
+
"values": [
|
|
6335
|
+
{
|
|
6336
|
+
"name": "ios"
|
|
6337
|
+
},
|
|
6338
|
+
{
|
|
6339
|
+
"name": "md"
|
|
6340
|
+
},
|
|
6341
|
+
{
|
|
6342
|
+
"name": "ionic"
|
|
6343
|
+
}
|
|
6344
|
+
]
|
|
6345
|
+
},
|
|
4781
6346
|
{
|
|
4782
6347
|
"name": "use-hash",
|
|
4783
6348
|
"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 +6399,18 @@
|
|
|
4834
6399
|
"name": "href",
|
|
4835
6400
|
"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
6401
|
},
|
|
6402
|
+
{
|
|
6403
|
+
"name": "mode",
|
|
6404
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6405
|
+
"values": [
|
|
6406
|
+
{
|
|
6407
|
+
"name": "ios"
|
|
6408
|
+
},
|
|
6409
|
+
{
|
|
6410
|
+
"name": "md"
|
|
6411
|
+
}
|
|
6412
|
+
]
|
|
6413
|
+
},
|
|
4837
6414
|
{
|
|
4838
6415
|
"name": "rel",
|
|
4839
6416
|
"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 +6433,21 @@
|
|
|
4856
6433
|
{
|
|
4857
6434
|
"name": "target",
|
|
4858
6435
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
6436
|
+
},
|
|
6437
|
+
{
|
|
6438
|
+
"name": "theme",
|
|
6439
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6440
|
+
"values": [
|
|
6441
|
+
{
|
|
6442
|
+
"name": "ios"
|
|
6443
|
+
},
|
|
6444
|
+
{
|
|
6445
|
+
"name": "md"
|
|
6446
|
+
},
|
|
6447
|
+
{
|
|
6448
|
+
"name": "ionic"
|
|
6449
|
+
}
|
|
6450
|
+
]
|
|
4859
6451
|
}
|
|
4860
6452
|
],
|
|
4861
6453
|
"references": [
|
|
@@ -4878,13 +6470,28 @@
|
|
|
4878
6470
|
},
|
|
4879
6471
|
{
|
|
4880
6472
|
"name": "mode",
|
|
4881
|
-
"description": "The mode determines
|
|
6473
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6474
|
+
"values": [
|
|
6475
|
+
{
|
|
6476
|
+
"name": "ios"
|
|
6477
|
+
},
|
|
6478
|
+
{
|
|
6479
|
+
"name": "md"
|
|
6480
|
+
}
|
|
6481
|
+
]
|
|
6482
|
+
},
|
|
6483
|
+
{
|
|
6484
|
+
"name": "theme",
|
|
6485
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4882
6486
|
"values": [
|
|
4883
6487
|
{
|
|
4884
6488
|
"name": "ios"
|
|
4885
6489
|
},
|
|
4886
6490
|
{
|
|
4887
6491
|
"name": "md"
|
|
6492
|
+
},
|
|
6493
|
+
{
|
|
6494
|
+
"name": "ionic"
|
|
4888
6495
|
}
|
|
4889
6496
|
]
|
|
4890
6497
|
}
|
|
@@ -4902,7 +6509,35 @@
|
|
|
4902
6509
|
"kind": "markdown",
|
|
4903
6510
|
"value": ""
|
|
4904
6511
|
},
|
|
4905
|
-
"attributes": [
|
|
6512
|
+
"attributes": [
|
|
6513
|
+
{
|
|
6514
|
+
"name": "mode",
|
|
6515
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6516
|
+
"values": [
|
|
6517
|
+
{
|
|
6518
|
+
"name": "ios"
|
|
6519
|
+
},
|
|
6520
|
+
{
|
|
6521
|
+
"name": "md"
|
|
6522
|
+
}
|
|
6523
|
+
]
|
|
6524
|
+
},
|
|
6525
|
+
{
|
|
6526
|
+
"name": "theme",
|
|
6527
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6528
|
+
"values": [
|
|
6529
|
+
{
|
|
6530
|
+
"name": "ios"
|
|
6531
|
+
},
|
|
6532
|
+
{
|
|
6533
|
+
"name": "md"
|
|
6534
|
+
},
|
|
6535
|
+
{
|
|
6536
|
+
"name": "ionic"
|
|
6537
|
+
}
|
|
6538
|
+
]
|
|
6539
|
+
}
|
|
6540
|
+
],
|
|
4906
6541
|
"references": [
|
|
4907
6542
|
{
|
|
4908
6543
|
"name": "Source code",
|
|
@@ -4932,80 +6567,74 @@
|
|
|
4932
6567
|
{
|
|
4933
6568
|
"name": "name"
|
|
4934
6569
|
},
|
|
4935
|
-
{
|
|
4936
|
-
"name": "email"
|
|
4937
|
-
},
|
|
4938
|
-
{
|
|
4939
|
-
"name": "tel"
|
|
4940
|
-
},
|
|
4941
6570
|
{
|
|
4942
6571
|
"name": "url"
|
|
4943
6572
|
},
|
|
4944
6573
|
{
|
|
4945
|
-
"name": "
|
|
6574
|
+
"name": "off"
|
|
4946
6575
|
},
|
|
4947
6576
|
{
|
|
4948
|
-
"name": "
|
|
6577
|
+
"name": "on"
|
|
4949
6578
|
},
|
|
4950
6579
|
{
|
|
4951
|
-
"name": "
|
|
6580
|
+
"name": "additional-name"
|
|
4952
6581
|
},
|
|
4953
6582
|
{
|
|
4954
|
-
"name": "
|
|
6583
|
+
"name": "address-level1"
|
|
4955
6584
|
},
|
|
4956
6585
|
{
|
|
4957
|
-
"name": "
|
|
6586
|
+
"name": "address-level2"
|
|
4958
6587
|
},
|
|
4959
6588
|
{
|
|
4960
|
-
"name": "
|
|
6589
|
+
"name": "address-level3"
|
|
4961
6590
|
},
|
|
4962
6591
|
{
|
|
4963
|
-
"name": "
|
|
6592
|
+
"name": "address-level4"
|
|
4964
6593
|
},
|
|
4965
6594
|
{
|
|
4966
|
-
"name": "
|
|
6595
|
+
"name": "address-line1"
|
|
4967
6596
|
},
|
|
4968
6597
|
{
|
|
4969
|
-
"name": "
|
|
6598
|
+
"name": "address-line2"
|
|
4970
6599
|
},
|
|
4971
6600
|
{
|
|
4972
|
-
"name": "
|
|
6601
|
+
"name": "address-line3"
|
|
4973
6602
|
},
|
|
4974
6603
|
{
|
|
4975
|
-
"name": "
|
|
6604
|
+
"name": "bday-day"
|
|
4976
6605
|
},
|
|
4977
6606
|
{
|
|
4978
|
-
"name": "
|
|
6607
|
+
"name": "bday-month"
|
|
4979
6608
|
},
|
|
4980
6609
|
{
|
|
4981
|
-
"name": "
|
|
6610
|
+
"name": "bday-year"
|
|
4982
6611
|
},
|
|
4983
6612
|
{
|
|
4984
|
-
"name": "
|
|
6613
|
+
"name": "cc-csc"
|
|
4985
6614
|
},
|
|
4986
6615
|
{
|
|
4987
|
-
"name": "
|
|
6616
|
+
"name": "cc-exp"
|
|
4988
6617
|
},
|
|
4989
6618
|
{
|
|
4990
|
-
"name": "
|
|
6619
|
+
"name": "cc-exp-month"
|
|
4991
6620
|
},
|
|
4992
6621
|
{
|
|
4993
|
-
"name": "
|
|
6622
|
+
"name": "cc-exp-year"
|
|
4994
6623
|
},
|
|
4995
6624
|
{
|
|
4996
|
-
"name": "
|
|
6625
|
+
"name": "cc-family-name"
|
|
4997
6626
|
},
|
|
4998
6627
|
{
|
|
4999
|
-
"name": "
|
|
6628
|
+
"name": "cc-given-name"
|
|
5000
6629
|
},
|
|
5001
6630
|
{
|
|
5002
|
-
"name": "
|
|
6631
|
+
"name": "cc-name"
|
|
5003
6632
|
},
|
|
5004
6633
|
{
|
|
5005
|
-
"name": "
|
|
6634
|
+
"name": "cc-number"
|
|
5006
6635
|
},
|
|
5007
6636
|
{
|
|
5008
|
-
"name": "
|
|
6637
|
+
"name": "cc-type"
|
|
5009
6638
|
},
|
|
5010
6639
|
{
|
|
5011
6640
|
"name": "country"
|
|
@@ -5014,76 +6643,82 @@
|
|
|
5014
6643
|
"name": "country-name"
|
|
5015
6644
|
},
|
|
5016
6645
|
{
|
|
5017
|
-
"name": "
|
|
6646
|
+
"name": "current-password"
|
|
5018
6647
|
},
|
|
5019
6648
|
{
|
|
5020
|
-
"name": "
|
|
6649
|
+
"name": "family-name"
|
|
5021
6650
|
},
|
|
5022
6651
|
{
|
|
5023
|
-
"name": "
|
|
6652
|
+
"name": "given-name"
|
|
5024
6653
|
},
|
|
5025
6654
|
{
|
|
5026
|
-
"name": "
|
|
6655
|
+
"name": "honorific-prefix"
|
|
5027
6656
|
},
|
|
5028
6657
|
{
|
|
5029
|
-
"name": "
|
|
6658
|
+
"name": "honorific-suffix"
|
|
5030
6659
|
},
|
|
5031
6660
|
{
|
|
5032
|
-
"name": "
|
|
6661
|
+
"name": "new-password"
|
|
5033
6662
|
},
|
|
5034
6663
|
{
|
|
5035
|
-
"name": "
|
|
6664
|
+
"name": "one-time-code"
|
|
5036
6665
|
},
|
|
5037
6666
|
{
|
|
5038
|
-
"name": "
|
|
6667
|
+
"name": "organization"
|
|
5039
6668
|
},
|
|
5040
6669
|
{
|
|
5041
|
-
"name": "
|
|
6670
|
+
"name": "postal-code"
|
|
5042
6671
|
},
|
|
5043
6672
|
{
|
|
5044
|
-
"name": "
|
|
6673
|
+
"name": "street-address"
|
|
5045
6674
|
},
|
|
5046
6675
|
{
|
|
5047
|
-
"name": "
|
|
6676
|
+
"name": "transaction-amount"
|
|
5048
6677
|
},
|
|
5049
6678
|
{
|
|
5050
6679
|
"name": "transaction-currency"
|
|
5051
6680
|
},
|
|
5052
6681
|
{
|
|
5053
|
-
"name": "
|
|
6682
|
+
"name": "username"
|
|
5054
6683
|
},
|
|
5055
6684
|
{
|
|
5056
|
-
"name": "
|
|
6685
|
+
"name": "email"
|
|
5057
6686
|
},
|
|
5058
6687
|
{
|
|
5059
|
-
"name": "
|
|
6688
|
+
"name": "tel"
|
|
5060
6689
|
},
|
|
5061
6690
|
{
|
|
5062
|
-
"name": "
|
|
6691
|
+
"name": "tel-area-code"
|
|
5063
6692
|
},
|
|
5064
6693
|
{
|
|
5065
|
-
"name": "
|
|
6694
|
+
"name": "tel-country-code"
|
|
5066
6695
|
},
|
|
5067
6696
|
{
|
|
5068
|
-
"name": "
|
|
6697
|
+
"name": "tel-extension"
|
|
5069
6698
|
},
|
|
5070
6699
|
{
|
|
5071
|
-
"name": "
|
|
6700
|
+
"name": "tel-local"
|
|
5072
6701
|
},
|
|
5073
6702
|
{
|
|
5074
|
-
"name": "tel-
|
|
6703
|
+
"name": "tel-national"
|
|
5075
6704
|
},
|
|
5076
6705
|
{
|
|
5077
|
-
"name": "
|
|
6706
|
+
"name": "nickname"
|
|
5078
6707
|
},
|
|
5079
6708
|
{
|
|
5080
|
-
"name": "
|
|
6709
|
+
"name": "organization-title"
|
|
5081
6710
|
},
|
|
5082
6711
|
{
|
|
5083
|
-
"name": "
|
|
6712
|
+
"name": "cc-additional-name"
|
|
5084
6713
|
},
|
|
5085
6714
|
{
|
|
5086
|
-
"name": "
|
|
6715
|
+
"name": "language"
|
|
6716
|
+
},
|
|
6717
|
+
{
|
|
6718
|
+
"name": "bday"
|
|
6719
|
+
},
|
|
6720
|
+
{
|
|
6721
|
+
"name": "sex"
|
|
5087
6722
|
},
|
|
5088
6723
|
{
|
|
5089
6724
|
"name": "impp"
|
|
@@ -5107,15 +6742,15 @@
|
|
|
5107
6742
|
},
|
|
5108
6743
|
{
|
|
5109
6744
|
"name": "cancel-button-icon",
|
|
5110
|
-
"description": "Set the cancel button icon. Only
|
|
6745
|
+
"description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`."
|
|
5111
6746
|
},
|
|
5112
6747
|
{
|
|
5113
6748
|
"name": "cancel-button-text",
|
|
5114
|
-
"description": "Set the the cancel button text. Only
|
|
6749
|
+
"description": "Set the the cancel button text. Only available when the theme is `\"ios\"`."
|
|
5115
6750
|
},
|
|
5116
6751
|
{
|
|
5117
6752
|
"name": "clear-icon",
|
|
5118
|
-
"description": "Set the clear icon. Defaults to
|
|
6753
|
+
"description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme."
|
|
5119
6754
|
},
|
|
5120
6755
|
{
|
|
5121
6756
|
"name": "color",
|
|
@@ -5225,7 +6860,7 @@
|
|
|
5225
6860
|
},
|
|
5226
6861
|
{
|
|
5227
6862
|
"name": "mode",
|
|
5228
|
-
"description": "The mode determines
|
|
6863
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5229
6864
|
"values": [
|
|
5230
6865
|
{
|
|
5231
6866
|
"name": "ios"
|
|
@@ -5245,7 +6880,7 @@
|
|
|
5245
6880
|
},
|
|
5246
6881
|
{
|
|
5247
6882
|
"name": "search-icon",
|
|
5248
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
6883
|
+
"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
6884
|
},
|
|
5250
6885
|
{
|
|
5251
6886
|
"name": "show-cancel-button",
|
|
@@ -5281,6 +6916,21 @@
|
|
|
5281
6916
|
"name": "spellcheck",
|
|
5282
6917
|
"description": "If `true`, enable spellcheck on the input."
|
|
5283
6918
|
},
|
|
6919
|
+
{
|
|
6920
|
+
"name": "theme",
|
|
6921
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6922
|
+
"values": [
|
|
6923
|
+
{
|
|
6924
|
+
"name": "ios"
|
|
6925
|
+
},
|
|
6926
|
+
{
|
|
6927
|
+
"name": "md"
|
|
6928
|
+
},
|
|
6929
|
+
{
|
|
6930
|
+
"name": "ionic"
|
|
6931
|
+
}
|
|
6932
|
+
]
|
|
6933
|
+
},
|
|
5284
6934
|
{
|
|
5285
6935
|
"name": "type",
|
|
5286
6936
|
"description": "Set the type of the input.",
|
|
@@ -5366,7 +7016,7 @@
|
|
|
5366
7016
|
},
|
|
5367
7017
|
{
|
|
5368
7018
|
"name": "mode",
|
|
5369
|
-
"description": "The mode determines
|
|
7019
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5370
7020
|
"values": [
|
|
5371
7021
|
{
|
|
5372
7022
|
"name": "ios"
|
|
@@ -5388,6 +7038,21 @@
|
|
|
5388
7038
|
"name": "swipe-gesture",
|
|
5389
7039
|
"description": "If `true`, users will be able to swipe between segment buttons to activate them."
|
|
5390
7040
|
},
|
|
7041
|
+
{
|
|
7042
|
+
"name": "theme",
|
|
7043
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7044
|
+
"values": [
|
|
7045
|
+
{
|
|
7046
|
+
"name": "ios"
|
|
7047
|
+
},
|
|
7048
|
+
{
|
|
7049
|
+
"name": "md"
|
|
7050
|
+
},
|
|
7051
|
+
{
|
|
7052
|
+
"name": "ionic"
|
|
7053
|
+
}
|
|
7054
|
+
]
|
|
7055
|
+
},
|
|
5391
7056
|
{
|
|
5392
7057
|
"name": "value",
|
|
5393
7058
|
"description": "the value of the segment."
|
|
@@ -5437,13 +7102,28 @@
|
|
|
5437
7102
|
},
|
|
5438
7103
|
{
|
|
5439
7104
|
"name": "mode",
|
|
5440
|
-
"description": "The mode determines
|
|
7105
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7106
|
+
"values": [
|
|
7107
|
+
{
|
|
7108
|
+
"name": "ios"
|
|
7109
|
+
},
|
|
7110
|
+
{
|
|
7111
|
+
"name": "md"
|
|
7112
|
+
}
|
|
7113
|
+
]
|
|
7114
|
+
},
|
|
7115
|
+
{
|
|
7116
|
+
"name": "theme",
|
|
7117
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5441
7118
|
"values": [
|
|
5442
7119
|
{
|
|
5443
7120
|
"name": "ios"
|
|
5444
7121
|
},
|
|
5445
7122
|
{
|
|
5446
7123
|
"name": "md"
|
|
7124
|
+
},
|
|
7125
|
+
{
|
|
7126
|
+
"name": "ionic"
|
|
5447
7127
|
}
|
|
5448
7128
|
]
|
|
5449
7129
|
},
|
|
@@ -5528,11 +7208,11 @@
|
|
|
5528
7208
|
},
|
|
5529
7209
|
{
|
|
5530
7210
|
"name": "expanded-icon",
|
|
5531
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
7211
|
+
"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
7212
|
},
|
|
5533
7213
|
{
|
|
5534
7214
|
"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
|
|
7215
|
+
"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
7216
|
"values": [
|
|
5537
7217
|
{
|
|
5538
7218
|
"name": "outline"
|
|
@@ -5603,7 +7283,7 @@
|
|
|
5603
7283
|
},
|
|
5604
7284
|
{
|
|
5605
7285
|
"name": "mode",
|
|
5606
|
-
"description": "The mode determines
|
|
7286
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5607
7287
|
"values": [
|
|
5608
7288
|
{
|
|
5609
7289
|
"name": "ios"
|
|
@@ -5642,9 +7322,24 @@
|
|
|
5642
7322
|
}
|
|
5643
7323
|
]
|
|
5644
7324
|
},
|
|
7325
|
+
{
|
|
7326
|
+
"name": "theme",
|
|
7327
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7328
|
+
"values": [
|
|
7329
|
+
{
|
|
7330
|
+
"name": "ios"
|
|
7331
|
+
},
|
|
7332
|
+
{
|
|
7333
|
+
"name": "md"
|
|
7334
|
+
},
|
|
7335
|
+
{
|
|
7336
|
+
"name": "ionic"
|
|
7337
|
+
}
|
|
7338
|
+
]
|
|
7339
|
+
},
|
|
5645
7340
|
{
|
|
5646
7341
|
"name": "toggle-icon",
|
|
5647
|
-
"description": "The toggle icon to use. Defaults to
|
|
7342
|
+
"description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes."
|
|
5648
7343
|
},
|
|
5649
7344
|
{
|
|
5650
7345
|
"name": "value",
|
|
@@ -5669,6 +7364,33 @@
|
|
|
5669
7364
|
"name": "disabled",
|
|
5670
7365
|
"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
7366
|
},
|
|
7367
|
+
{
|
|
7368
|
+
"name": "mode",
|
|
7369
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7370
|
+
"values": [
|
|
7371
|
+
{
|
|
7372
|
+
"name": "ios"
|
|
7373
|
+
},
|
|
7374
|
+
{
|
|
7375
|
+
"name": "md"
|
|
7376
|
+
}
|
|
7377
|
+
]
|
|
7378
|
+
},
|
|
7379
|
+
{
|
|
7380
|
+
"name": "theme",
|
|
7381
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7382
|
+
"values": [
|
|
7383
|
+
{
|
|
7384
|
+
"name": "ios"
|
|
7385
|
+
},
|
|
7386
|
+
{
|
|
7387
|
+
"name": "md"
|
|
7388
|
+
},
|
|
7389
|
+
{
|
|
7390
|
+
"name": "ionic"
|
|
7391
|
+
}
|
|
7392
|
+
]
|
|
7393
|
+
},
|
|
5672
7394
|
{
|
|
5673
7395
|
"name": "value",
|
|
5674
7396
|
"description": "The text value of the option."
|
|
@@ -5691,6 +7413,33 @@
|
|
|
5691
7413
|
{
|
|
5692
7414
|
"name": "animated",
|
|
5693
7415
|
"description": "If `true`, the skeleton text will animate."
|
|
7416
|
+
},
|
|
7417
|
+
{
|
|
7418
|
+
"name": "mode",
|
|
7419
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7420
|
+
"values": [
|
|
7421
|
+
{
|
|
7422
|
+
"name": "ios"
|
|
7423
|
+
},
|
|
7424
|
+
{
|
|
7425
|
+
"name": "md"
|
|
7426
|
+
}
|
|
7427
|
+
]
|
|
7428
|
+
},
|
|
7429
|
+
{
|
|
7430
|
+
"name": "theme",
|
|
7431
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7432
|
+
"values": [
|
|
7433
|
+
{
|
|
7434
|
+
"name": "ios"
|
|
7435
|
+
},
|
|
7436
|
+
{
|
|
7437
|
+
"name": "md"
|
|
7438
|
+
},
|
|
7439
|
+
{
|
|
7440
|
+
"name": "ionic"
|
|
7441
|
+
}
|
|
7442
|
+
]
|
|
5694
7443
|
}
|
|
5695
7444
|
],
|
|
5696
7445
|
"references": [
|
|
@@ -5744,6 +7493,18 @@
|
|
|
5744
7493
|
"name": "duration",
|
|
5745
7494
|
"description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner."
|
|
5746
7495
|
},
|
|
7496
|
+
{
|
|
7497
|
+
"name": "mode",
|
|
7498
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7499
|
+
"values": [
|
|
7500
|
+
{
|
|
7501
|
+
"name": "ios"
|
|
7502
|
+
},
|
|
7503
|
+
{
|
|
7504
|
+
"name": "md"
|
|
7505
|
+
}
|
|
7506
|
+
]
|
|
7507
|
+
},
|
|
5747
7508
|
{
|
|
5748
7509
|
"name": "name",
|
|
5749
7510
|
"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 +7541,42 @@
|
|
|
5780
7541
|
{
|
|
5781
7542
|
"name": "paused",
|
|
5782
7543
|
"description": "If `true`, the spinner's animation will be paused."
|
|
7544
|
+
},
|
|
7545
|
+
{
|
|
7546
|
+
"name": "size",
|
|
7547
|
+
"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.",
|
|
7548
|
+
"values": [
|
|
7549
|
+
{
|
|
7550
|
+
"name": "large"
|
|
7551
|
+
},
|
|
7552
|
+
{
|
|
7553
|
+
"name": "medium"
|
|
7554
|
+
},
|
|
7555
|
+
{
|
|
7556
|
+
"name": "small"
|
|
7557
|
+
},
|
|
7558
|
+
{
|
|
7559
|
+
"name": "xlarge"
|
|
7560
|
+
},
|
|
7561
|
+
{
|
|
7562
|
+
"name": "xsmall"
|
|
7563
|
+
}
|
|
7564
|
+
]
|
|
7565
|
+
},
|
|
7566
|
+
{
|
|
7567
|
+
"name": "theme",
|
|
7568
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7569
|
+
"values": [
|
|
7570
|
+
{
|
|
7571
|
+
"name": "ios"
|
|
7572
|
+
},
|
|
7573
|
+
{
|
|
7574
|
+
"name": "md"
|
|
7575
|
+
},
|
|
7576
|
+
{
|
|
7577
|
+
"name": "ionic"
|
|
7578
|
+
}
|
|
7579
|
+
]
|
|
5783
7580
|
}
|
|
5784
7581
|
],
|
|
5785
7582
|
"references": [
|
|
@@ -5801,8 +7598,35 @@
|
|
|
5801
7598
|
"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
7599
|
},
|
|
5803
7600
|
{
|
|
5804
|
-
"name": "disabled",
|
|
5805
|
-
"description": "If `true`, the split pane will be hidden."
|
|
7601
|
+
"name": "disabled",
|
|
7602
|
+
"description": "If `true`, the split pane will be hidden."
|
|
7603
|
+
},
|
|
7604
|
+
{
|
|
7605
|
+
"name": "mode",
|
|
7606
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7607
|
+
"values": [
|
|
7608
|
+
{
|
|
7609
|
+
"name": "ios"
|
|
7610
|
+
},
|
|
7611
|
+
{
|
|
7612
|
+
"name": "md"
|
|
7613
|
+
}
|
|
7614
|
+
]
|
|
7615
|
+
},
|
|
7616
|
+
{
|
|
7617
|
+
"name": "theme",
|
|
7618
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7619
|
+
"values": [
|
|
7620
|
+
{
|
|
7621
|
+
"name": "ios"
|
|
7622
|
+
},
|
|
7623
|
+
{
|
|
7624
|
+
"name": "md"
|
|
7625
|
+
},
|
|
7626
|
+
{
|
|
7627
|
+
"name": "ionic"
|
|
7628
|
+
}
|
|
7629
|
+
]
|
|
5806
7630
|
},
|
|
5807
7631
|
{
|
|
5808
7632
|
"name": "when",
|
|
@@ -5827,9 +7651,36 @@
|
|
|
5827
7651
|
"name": "component",
|
|
5828
7652
|
"description": "The component to display inside of the tab."
|
|
5829
7653
|
},
|
|
7654
|
+
{
|
|
7655
|
+
"name": "mode",
|
|
7656
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7657
|
+
"values": [
|
|
7658
|
+
{
|
|
7659
|
+
"name": "ios"
|
|
7660
|
+
},
|
|
7661
|
+
{
|
|
7662
|
+
"name": "md"
|
|
7663
|
+
}
|
|
7664
|
+
]
|
|
7665
|
+
},
|
|
5830
7666
|
{
|
|
5831
7667
|
"name": "tab",
|
|
5832
7668
|
"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."
|
|
7669
|
+
},
|
|
7670
|
+
{
|
|
7671
|
+
"name": "theme",
|
|
7672
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7673
|
+
"values": [
|
|
7674
|
+
{
|
|
7675
|
+
"name": "ios"
|
|
7676
|
+
},
|
|
7677
|
+
{
|
|
7678
|
+
"name": "md"
|
|
7679
|
+
},
|
|
7680
|
+
{
|
|
7681
|
+
"name": "ionic"
|
|
7682
|
+
}
|
|
7683
|
+
]
|
|
5833
7684
|
}
|
|
5834
7685
|
],
|
|
5835
7686
|
"references": [
|
|
@@ -5879,9 +7730,21 @@
|
|
|
5879
7730
|
}
|
|
5880
7731
|
]
|
|
5881
7732
|
},
|
|
7733
|
+
{
|
|
7734
|
+
"name": "expand",
|
|
7735
|
+
"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\"`.",
|
|
7736
|
+
"values": [
|
|
7737
|
+
{
|
|
7738
|
+
"name": "compact"
|
|
7739
|
+
},
|
|
7740
|
+
{
|
|
7741
|
+
"name": "full"
|
|
7742
|
+
}
|
|
7743
|
+
]
|
|
7744
|
+
},
|
|
5882
7745
|
{
|
|
5883
7746
|
"name": "mode",
|
|
5884
|
-
"description": "The mode determines
|
|
7747
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5885
7748
|
"values": [
|
|
5886
7749
|
{
|
|
5887
7750
|
"name": "ios"
|
|
@@ -5895,9 +7758,39 @@
|
|
|
5895
7758
|
"name": "selected-tab",
|
|
5896
7759
|
"description": "The selected tab component"
|
|
5897
7760
|
},
|
|
7761
|
+
{
|
|
7762
|
+
"name": "shape",
|
|
7763
|
+
"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.",
|
|
7764
|
+
"values": [
|
|
7765
|
+
{
|
|
7766
|
+
"name": "rectangular"
|
|
7767
|
+
},
|
|
7768
|
+
{
|
|
7769
|
+
"name": "round"
|
|
7770
|
+
},
|
|
7771
|
+
{
|
|
7772
|
+
"name": "soft"
|
|
7773
|
+
}
|
|
7774
|
+
]
|
|
7775
|
+
},
|
|
7776
|
+
{
|
|
7777
|
+
"name": "theme",
|
|
7778
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7779
|
+
"values": [
|
|
7780
|
+
{
|
|
7781
|
+
"name": "ios"
|
|
7782
|
+
},
|
|
7783
|
+
{
|
|
7784
|
+
"name": "md"
|
|
7785
|
+
},
|
|
7786
|
+
{
|
|
7787
|
+
"name": "ionic"
|
|
7788
|
+
}
|
|
7789
|
+
]
|
|
7790
|
+
},
|
|
5898
7791
|
{
|
|
5899
7792
|
"name": "translucent",
|
|
5900
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
7793
|
+
"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
7794
|
}
|
|
5902
7795
|
],
|
|
5903
7796
|
"references": [
|
|
@@ -5952,7 +7845,7 @@
|
|
|
5952
7845
|
},
|
|
5953
7846
|
{
|
|
5954
7847
|
"name": "mode",
|
|
5955
|
-
"description": "The mode determines
|
|
7848
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5956
7849
|
"values": [
|
|
5957
7850
|
{
|
|
5958
7851
|
"name": "ios"
|
|
@@ -5977,6 +7870,21 @@
|
|
|
5977
7870
|
{
|
|
5978
7871
|
"name": "target",
|
|
5979
7872
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
7873
|
+
},
|
|
7874
|
+
{
|
|
7875
|
+
"name": "theme",
|
|
7876
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7877
|
+
"values": [
|
|
7878
|
+
{
|
|
7879
|
+
"name": "ios"
|
|
7880
|
+
},
|
|
7881
|
+
{
|
|
7882
|
+
"name": "md"
|
|
7883
|
+
},
|
|
7884
|
+
{
|
|
7885
|
+
"name": "ionic"
|
|
7886
|
+
}
|
|
7887
|
+
]
|
|
5980
7888
|
}
|
|
5981
7889
|
],
|
|
5982
7890
|
"references": [
|
|
@@ -5992,7 +7900,35 @@
|
|
|
5992
7900
|
"kind": "markdown",
|
|
5993
7901
|
"value": ""
|
|
5994
7902
|
},
|
|
5995
|
-
"attributes": [
|
|
7903
|
+
"attributes": [
|
|
7904
|
+
{
|
|
7905
|
+
"name": "mode",
|
|
7906
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7907
|
+
"values": [
|
|
7908
|
+
{
|
|
7909
|
+
"name": "ios"
|
|
7910
|
+
},
|
|
7911
|
+
{
|
|
7912
|
+
"name": "md"
|
|
7913
|
+
}
|
|
7914
|
+
]
|
|
7915
|
+
},
|
|
7916
|
+
{
|
|
7917
|
+
"name": "theme",
|
|
7918
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7919
|
+
"values": [
|
|
7920
|
+
{
|
|
7921
|
+
"name": "ios"
|
|
7922
|
+
},
|
|
7923
|
+
{
|
|
7924
|
+
"name": "md"
|
|
7925
|
+
},
|
|
7926
|
+
{
|
|
7927
|
+
"name": "ionic"
|
|
7928
|
+
}
|
|
7929
|
+
]
|
|
7930
|
+
}
|
|
7931
|
+
],
|
|
5996
7932
|
"references": [
|
|
5997
7933
|
{
|
|
5998
7934
|
"name": "Source code",
|
|
@@ -6042,7 +7978,7 @@
|
|
|
6042
7978
|
},
|
|
6043
7979
|
{
|
|
6044
7980
|
"name": "mode",
|
|
6045
|
-
"description": "The mode determines
|
|
7981
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6046
7982
|
"values": [
|
|
6047
7983
|
{
|
|
6048
7984
|
"name": "ios"
|
|
@@ -6051,6 +7987,21 @@
|
|
|
6051
7987
|
"name": "md"
|
|
6052
7988
|
}
|
|
6053
7989
|
]
|
|
7990
|
+
},
|
|
7991
|
+
{
|
|
7992
|
+
"name": "theme",
|
|
7993
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7994
|
+
"values": [
|
|
7995
|
+
{
|
|
7996
|
+
"name": "ios"
|
|
7997
|
+
},
|
|
7998
|
+
{
|
|
7999
|
+
"name": "md"
|
|
8000
|
+
},
|
|
8001
|
+
{
|
|
8002
|
+
"name": "ionic"
|
|
8003
|
+
}
|
|
8004
|
+
]
|
|
6054
8005
|
}
|
|
6055
8006
|
],
|
|
6056
8007
|
"references": [
|
|
@@ -6165,7 +8116,7 @@
|
|
|
6165
8116
|
},
|
|
6166
8117
|
{
|
|
6167
8118
|
"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
|
|
8119
|
+
"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
8120
|
"values": [
|
|
6170
8121
|
{
|
|
6171
8122
|
"name": "outline"
|
|
@@ -6244,7 +8195,7 @@
|
|
|
6244
8195
|
},
|
|
6245
8196
|
{
|
|
6246
8197
|
"name": "mode",
|
|
6247
|
-
"description": "The mode determines
|
|
8198
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6248
8199
|
"values": [
|
|
6249
8200
|
{
|
|
6250
8201
|
"name": "ios"
|
|
@@ -6276,10 +8227,31 @@
|
|
|
6276
8227
|
},
|
|
6277
8228
|
{
|
|
6278
8229
|
"name": "shape",
|
|
6279
|
-
"description": "
|
|
8230
|
+
"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
8231
|
"values": [
|
|
8232
|
+
{
|
|
8233
|
+
"name": "rectangular"
|
|
8234
|
+
},
|
|
6281
8235
|
{
|
|
6282
8236
|
"name": "round"
|
|
8237
|
+
},
|
|
8238
|
+
{
|
|
8239
|
+
"name": "soft"
|
|
8240
|
+
}
|
|
8241
|
+
]
|
|
8242
|
+
},
|
|
8243
|
+
{
|
|
8244
|
+
"name": "size",
|
|
8245
|
+
"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.",
|
|
8246
|
+
"values": [
|
|
8247
|
+
{
|
|
8248
|
+
"name": "large"
|
|
8249
|
+
},
|
|
8250
|
+
{
|
|
8251
|
+
"name": "medium"
|
|
8252
|
+
},
|
|
8253
|
+
{
|
|
8254
|
+
"name": "small"
|
|
6283
8255
|
}
|
|
6284
8256
|
]
|
|
6285
8257
|
},
|
|
@@ -6287,6 +8259,21 @@
|
|
|
6287
8259
|
"name": "spellcheck",
|
|
6288
8260
|
"description": "If `true`, the element will have its spelling and grammar checked."
|
|
6289
8261
|
},
|
|
8262
|
+
{
|
|
8263
|
+
"name": "theme",
|
|
8264
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8265
|
+
"values": [
|
|
8266
|
+
{
|
|
8267
|
+
"name": "ios"
|
|
8268
|
+
},
|
|
8269
|
+
{
|
|
8270
|
+
"name": "md"
|
|
8271
|
+
},
|
|
8272
|
+
{
|
|
8273
|
+
"name": "ionic"
|
|
8274
|
+
}
|
|
8275
|
+
]
|
|
8276
|
+
},
|
|
6290
8277
|
{
|
|
6291
8278
|
"name": "value",
|
|
6292
8279
|
"description": "The value of the textarea."
|
|
@@ -6320,7 +8307,35 @@
|
|
|
6320
8307
|
"kind": "markdown",
|
|
6321
8308
|
"value": ""
|
|
6322
8309
|
},
|
|
6323
|
-
"attributes": [
|
|
8310
|
+
"attributes": [
|
|
8311
|
+
{
|
|
8312
|
+
"name": "mode",
|
|
8313
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8314
|
+
"values": [
|
|
8315
|
+
{
|
|
8316
|
+
"name": "ios"
|
|
8317
|
+
},
|
|
8318
|
+
{
|
|
8319
|
+
"name": "md"
|
|
8320
|
+
}
|
|
8321
|
+
]
|
|
8322
|
+
},
|
|
8323
|
+
{
|
|
8324
|
+
"name": "theme",
|
|
8325
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8326
|
+
"values": [
|
|
8327
|
+
{
|
|
8328
|
+
"name": "ios"
|
|
8329
|
+
},
|
|
8330
|
+
{
|
|
8331
|
+
"name": "md"
|
|
8332
|
+
},
|
|
8333
|
+
{
|
|
8334
|
+
"name": "ionic"
|
|
8335
|
+
}
|
|
8336
|
+
]
|
|
8337
|
+
}
|
|
8338
|
+
],
|
|
6324
8339
|
"references": [
|
|
6325
8340
|
{
|
|
6326
8341
|
"name": "Source code",
|
|
@@ -6368,6 +8383,18 @@
|
|
|
6368
8383
|
}
|
|
6369
8384
|
]
|
|
6370
8385
|
},
|
|
8386
|
+
{
|
|
8387
|
+
"name": "mode",
|
|
8388
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8389
|
+
"values": [
|
|
8390
|
+
{
|
|
8391
|
+
"name": "ios"
|
|
8392
|
+
},
|
|
8393
|
+
{
|
|
8394
|
+
"name": "md"
|
|
8395
|
+
}
|
|
8396
|
+
]
|
|
8397
|
+
},
|
|
6371
8398
|
{
|
|
6372
8399
|
"name": "size",
|
|
6373
8400
|
"description": "The size of the toolbar title.",
|
|
@@ -6379,6 +8406,21 @@
|
|
|
6379
8406
|
"name": "small"
|
|
6380
8407
|
}
|
|
6381
8408
|
]
|
|
8409
|
+
},
|
|
8410
|
+
{
|
|
8411
|
+
"name": "theme",
|
|
8412
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8413
|
+
"values": [
|
|
8414
|
+
{
|
|
8415
|
+
"name": "ios"
|
|
8416
|
+
},
|
|
8417
|
+
{
|
|
8418
|
+
"name": "md"
|
|
8419
|
+
},
|
|
8420
|
+
{
|
|
8421
|
+
"name": "ionic"
|
|
8422
|
+
}
|
|
8423
|
+
]
|
|
6382
8424
|
}
|
|
6383
8425
|
],
|
|
6384
8426
|
"references": [
|
|
@@ -6474,7 +8516,7 @@
|
|
|
6474
8516
|
},
|
|
6475
8517
|
{
|
|
6476
8518
|
"name": "mode",
|
|
6477
|
-
"description": "The mode determines
|
|
8519
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6478
8520
|
"values": [
|
|
6479
8521
|
{
|
|
6480
8522
|
"name": "ios"
|
|
@@ -6503,6 +8545,21 @@
|
|
|
6503
8545
|
"name": "position-anchor",
|
|
6504
8546
|
"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
8547
|
},
|
|
8548
|
+
{
|
|
8549
|
+
"name": "shape",
|
|
8550
|
+
"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.",
|
|
8551
|
+
"values": [
|
|
8552
|
+
{
|
|
8553
|
+
"name": "rectangular"
|
|
8554
|
+
},
|
|
8555
|
+
{
|
|
8556
|
+
"name": "round"
|
|
8557
|
+
},
|
|
8558
|
+
{
|
|
8559
|
+
"name": "soft"
|
|
8560
|
+
}
|
|
8561
|
+
]
|
|
8562
|
+
},
|
|
6506
8563
|
{
|
|
6507
8564
|
"name": "swipe-gesture",
|
|
6508
8565
|
"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 +8569,24 @@
|
|
|
6512
8569
|
}
|
|
6513
8570
|
]
|
|
6514
8571
|
},
|
|
8572
|
+
{
|
|
8573
|
+
"name": "theme",
|
|
8574
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8575
|
+
"values": [
|
|
8576
|
+
{
|
|
8577
|
+
"name": "ios"
|
|
8578
|
+
},
|
|
8579
|
+
{
|
|
8580
|
+
"name": "md"
|
|
8581
|
+
},
|
|
8582
|
+
{
|
|
8583
|
+
"name": "ionic"
|
|
8584
|
+
}
|
|
8585
|
+
]
|
|
8586
|
+
},
|
|
6515
8587
|
{
|
|
6516
8588
|
"name": "translucent",
|
|
6517
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
8589
|
+
"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
8590
|
},
|
|
6519
8591
|
{
|
|
6520
8592
|
"name": "trigger",
|
|
@@ -6627,7 +8699,7 @@
|
|
|
6627
8699
|
},
|
|
6628
8700
|
{
|
|
6629
8701
|
"name": "mode",
|
|
6630
|
-
"description": "The mode determines
|
|
8702
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6631
8703
|
"values": [
|
|
6632
8704
|
{
|
|
6633
8705
|
"name": "ios"
|
|
@@ -6641,6 +8713,21 @@
|
|
|
6641
8713
|
"name": "name",
|
|
6642
8714
|
"description": "The name of the control, which is submitted with the form data."
|
|
6643
8715
|
},
|
|
8716
|
+
{
|
|
8717
|
+
"name": "theme",
|
|
8718
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8719
|
+
"values": [
|
|
8720
|
+
{
|
|
8721
|
+
"name": "ios"
|
|
8722
|
+
},
|
|
8723
|
+
{
|
|
8724
|
+
"name": "md"
|
|
8725
|
+
},
|
|
8726
|
+
{
|
|
8727
|
+
"name": "ionic"
|
|
8728
|
+
}
|
|
8729
|
+
]
|
|
8730
|
+
},
|
|
6644
8731
|
{
|
|
6645
8732
|
"name": "value",
|
|
6646
8733
|
"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 +8782,28 @@
|
|
|
6695
8782
|
},
|
|
6696
8783
|
{
|
|
6697
8784
|
"name": "mode",
|
|
6698
|
-
"description": "The mode determines
|
|
8785
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8786
|
+
"values": [
|
|
8787
|
+
{
|
|
8788
|
+
"name": "ios"
|
|
8789
|
+
},
|
|
8790
|
+
{
|
|
8791
|
+
"name": "md"
|
|
8792
|
+
}
|
|
8793
|
+
]
|
|
8794
|
+
},
|
|
8795
|
+
{
|
|
8796
|
+
"name": "theme",
|
|
8797
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6699
8798
|
"values": [
|
|
6700
8799
|
{
|
|
6701
8800
|
"name": "ios"
|
|
6702
8801
|
},
|
|
6703
8802
|
{
|
|
6704
8803
|
"name": "md"
|
|
8804
|
+
},
|
|
8805
|
+
{
|
|
8806
|
+
"name": "ionic"
|
|
6705
8807
|
}
|
|
6706
8808
|
]
|
|
6707
8809
|
}
|