@ionic/core 8.4.2-dev.11737633140.1934dd0f → 8.4.2-dev.11739377372.17be7c08
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 -14
- package/components/config2.js +79 -0
- package/components/content.js +14 -12
- package/components/data.js +6 -6
- package/components/focus-visible.js +8 -1
- package/components/framework-delegate.js +3 -1
- package/components/header.js +24 -15
- 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-datetime-button.js +9 -6
- package/components/ion-datetime.js +99 -21
- package/components/ion-fab-button.js +33 -10
- package/components/ion-fab-list.js +5 -5
- package/components/ion-fab.js +6 -6
- package/components/ion-footer.js +18 -12
- package/components/ion-grid.js +5 -5
- package/components/ion-img.js +5 -2
- package/components/ion-infinite-scroll-content.js +13 -8
- package/components/ion-infinite-scroll.js +5 -5
- package/components/ion-input-password-toggle.js +53 -14
- package/components/ion-input.js +118 -20
- package/components/ion-item-divider.js +9 -5
- package/components/ion-item-group.js +9 -5
- package/components/ion-item-option.js +28 -8
- package/components/ion-item-options.js +9 -5
- package/components/ion-item-sliding.js +5 -5
- package/components/ion-loading.js +13 -8
- package/components/ion-menu-button.js +28 -10
- package/components/ion-menu-toggle.js +5 -5
- package/components/ion-menu.js +12 -8
- package/components/ion-nav-link.js +1 -1
- package/components/ion-nav.js +8 -6
- package/components/ion-note.js +9 -5
- package/components/ion-picker-legacy.js +7 -8
- package/components/ion-progress-bar.js +11 -6
- package/components/ion-range.js +13 -10
- package/components/ion-refresher-content.js +28 -9
- package/components/ion-refresher.js +11 -7
- package/components/ion-reorder-group.js +5 -5
- package/components/ion-reorder.js +31 -5
- package/components/ion-router-link.js +6 -6
- package/components/ion-router-outlet.js +4 -3
- package/components/ion-row.js +5 -2
- package/components/ion-searchbar.js +93 -16
- package/components/ion-segment-button.js +58 -13
- package/components/ion-segment-content.js +1 -1
- package/components/ion-segment-view.js +6 -2
- package/components/ion-segment.js +11 -7
- package/components/ion-select-option.js +5 -2
- package/components/ion-select.js +120 -35
- package/components/ion-skeleton-text.js +6 -5
- package/components/ion-split-pane.js +12 -8
- package/components/ion-tab-bar.js +31 -8
- package/components/ion-tab-button.js +28 -7
- package/components/ion-tab.js +2 -2
- package/components/ion-tabs.js +2 -2
- package/components/ion-text.js +5 -5
- package/components/ion-textarea.js +47 -11
- package/components/ion-thumbnail.js +5 -2
- package/components/ion-toast.js +30 -11
- package/components/ion-toggle.js +78 -21
- 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/modal.js +51 -21
- package/components/notch-controller.js +1 -1
- package/components/overlays.js +4 -5
- package/components/picker-column-option.js +9 -5
- package/components/picker-column.js +7 -8
- package/components/picker-column2.js +4 -4
- package/components/picker.js +8 -4
- package/components/popover.js +11 -8
- package/components/radio-group.js +6 -6
- package/components/radio.js +12 -8
- package/components/ripple-effect.js +18 -8
- package/components/select-modal.js +5 -5
- package/components/select-popover.js +9 -2
- package/components/spinner.js +36 -9
- package/components/status-tap.js +1 -1
- package/components/title.js +11 -7
- package/components/toolbar.js +11 -7
- package/components/x.js +6 -0
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/display.css +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic/bundle.ionic.css +1 -0
- package/css/ionic/bundle.ionic.css.map +1 -0
- package/css/ionic/core.ionic.css +1 -0
- package/css/ionic/core.ionic.css.map +1 -0
- package/css/ionic/global.bundle.ionic.css +1 -0
- package/css/ionic/global.bundle.ionic.css.map +1 -0
- package/css/ionic/ionic-swiper.ionic.css +1 -0
- package/css/ionic/ionic-swiper.ionic.css.map +1 -0
- package/css/ionic/link.ionic.css +1 -0
- package/css/ionic/link.ionic.css.map +1 -0
- package/css/ionic/structure.ionic.css +1 -0
- package/css/ionic/structure.ionic.css.map +1 -0
- package/css/ionic/typography.ionic.css +1 -0
- package/css/ionic/typography.ionic.css.map +1 -0
- package/css/ionic/utils.bundle.ionic.css +1 -0
- package/css/ionic/utils.bundle.ionic.css.map +1 -0
- package/css/ionic-swiper.css +1 -1
- package/css/ionic-swiper.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/normalize.css.map +1 -1
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css.map +1 -1
- package/css/palettes/high-contrast.system.css.map +1 -1
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/dist/cjs/{animation-b4fdf128.js → animation-58015a44.js} +2 -2
- package/dist/cjs/{app-globals-21afee77.js → app-globals-d64148d3.js} +1 -1
- package/dist/cjs/{button-active-3f2f60b4.js → button-active-ec1fd1d8.js} +1 -1
- package/dist/cjs/{capacitor-c04564bf.js → capacitor-454dd071.js} +3 -3
- package/dist/cjs/caret-down-3c215cff.js +8 -0
- package/dist/cjs/caret-left-2bb66970.js +8 -0
- package/dist/cjs/caret-right-88e03970.js +8 -0
- package/dist/cjs/config-aff4ff52.js +84 -0
- package/dist/cjs/{data-21dc0f81.js → data-5a4013f1.js} +8 -8
- package/dist/cjs/{focus-visible-7a0ce04f.js → focus-visible-9aa87fa3.js} +8 -0
- package/dist/cjs/{framework-delegate-55f5683a.js → framework-delegate-32f1a0e4.js} +4 -2
- package/dist/cjs/{haptic-f6b37aa3.js → haptic-7c25be74.js} +1 -1
- package/dist/cjs/{helpers-afaa9001.js → helpers-4e2936d2.js} +4 -1
- package/dist/cjs/{index-8e789962.js → index-03fbee1d.js} +14 -15
- package/dist/cjs/{index-9509ecad.js → index-0e0c6196.js} +9 -7
- package/dist/cjs/{index-5b6a7459.js → index-604c36ae.js} +3 -3
- package/dist/cjs/{index-f05acd21.js → index-8f975cf4.js} +12 -12
- package/dist/cjs/index.cjs.js +10 -12
- package/dist/cjs/{input-shims-9e59ef62.js → input-shims-4b4d2251.js} +18 -17
- package/dist/cjs/{input.utils-611cde0b.js → input.utils-fb1debe4.js} +4 -5
- package/dist/cjs/ion-accordion_2.cjs.entry.js +61 -24
- package/dist/cjs/ion-action-sheet.cjs.entry.js +21 -18
- package/dist/cjs/ion-alert.cjs.entry.js +25 -23
- package/dist/cjs/ion-app_8.cjs.entry.js +108 -152
- package/dist/cjs/ion-avatar_3.cjs.entry.js +93 -9
- package/dist/cjs/ion-back-button.cjs.entry.js +31 -21
- package/dist/cjs/ion-backdrop.cjs.entry.js +11 -6
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +53 -15
- package/dist/cjs/ion-button_2.cjs.entry.js +46 -15
- package/dist/cjs/ion-card_5.cjs.entry.js +52 -28
- package/dist/cjs/ion-checkbox.cjs.entry.js +30 -14
- package/dist/cjs/ion-chip.cjs.entry.js +43 -7
- package/dist/cjs/ion-col_3.cjs.entry.js +14 -10
- package/dist/cjs/ion-datetime-button.cjs.entry.js +16 -12
- package/dist/cjs/ion-datetime_3.cjs.entry.js +191 -115
- package/dist/cjs/ion-fab_3.cjs.entry.js +42 -19
- package/dist/cjs/ion-img.cjs.entry.js +7 -3
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +21 -17
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +55 -16
- package/dist/cjs/ion-input.cjs.entry.js +118 -23
- package/dist/cjs/ion-item-option_3.cjs.entry.js +40 -17
- package/dist/cjs/ion-item_8.cjs.entry.js +113 -41
- package/dist/cjs/ion-loading.cjs.entry.js +20 -18
- package/dist/cjs/ion-menu_3.cjs.entry.js +48 -29
- package/dist/cjs/ion-modal.cjs.entry.js +95 -67
- package/dist/cjs/ion-nav_2.cjs.entry.js +15 -13
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +11 -6
- package/dist/cjs/ion-picker-column.cjs.entry.js +12 -12
- package/dist/cjs/ion-picker.cjs.entry.js +10 -5
- package/dist/cjs/ion-popover.cjs.entry.js +20 -18
- package/dist/cjs/ion-progress-bar.cjs.entry.js +13 -8
- package/dist/cjs/ion-radio_2.cjs.entry.js +19 -13
- package/dist/cjs/ion-range.cjs.entry.js +20 -16
- package/dist/cjs/ion-refresher_2.cjs.entry.js +44 -23
- package/dist/cjs/ion-reorder_2.cjs.entry.js +37 -13
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +18 -7
- package/dist/cjs/ion-route_4.cjs.entry.js +8 -7
- package/dist/cjs/ion-searchbar.cjs.entry.js +94 -17
- package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
- package/dist/cjs/ion-segment-view.cjs.entry.js +6 -2
- package/dist/cjs/ion-segment_2.cjs.entry.js +70 -20
- package/dist/cjs/ion-select-modal.cjs.entry.js +10 -12
- package/dist/cjs/ion-select_3.cjs.entry.js +134 -42
- package/dist/cjs/ion-spinner.cjs.entry.js +35 -9
- package/dist/cjs/ion-split-pane.cjs.entry.js +13 -8
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +60 -20
- package/dist/cjs/ion-tab_2.cjs.entry.js +7 -6
- package/dist/cjs/ion-text.cjs.entry.js +6 -5
- package/dist/cjs/ion-textarea.cjs.entry.js +50 -16
- package/dist/cjs/ion-toast.cjs.entry.js +59 -42
- package/dist/cjs/ion-toggle.cjs.entry.js +81 -24
- package/dist/cjs/ionic-global-14af9c21.js +535 -0
- package/dist/cjs/ionic.cjs.js +4 -3
- package/dist/cjs/{ios.transition-cf40433b.js → ios.transition-2bb0f7d5.js} +6 -6
- package/dist/cjs/{keyboard-af1bb365.js → keyboard-0a5d46dd.js} +5 -3
- package/dist/cjs/{keyboard-0272231f.js → keyboard-53c12a15.js} +1 -1
- package/dist/cjs/{keyboard-controller-c05e747a.js → keyboard-controller-102bad3e.js} +11 -9
- package/dist/cjs/list-2930c629.js +8 -0
- package/dist/cjs/loader.cjs.js +4 -3
- package/dist/cjs/{md.transition-ededf99f.js → md.transition-cf600117.js} +5 -6
- package/dist/cjs/{notch-controller-d69150f5.js → notch-controller-ea70e230.js} +4 -4
- package/dist/cjs/{overlays-aa669eb8.js → overlays-542a90b3.js} +19 -20
- package/dist/cjs/{status-tap-37681226.js → status-tap-aa97d209.js} +4 -3
- package/dist/cjs/{swipe-back-0303a5e4.js → swipe-back-27975274.js} +2 -1
- package/dist/cjs/x-81a8f51c.js +8 -0
- package/dist/collection/components/accordion/accordion.ionic.css +197 -0
- package/dist/collection/components/accordion/accordion.ios.css +73 -58
- package/dist/collection/components/accordion/accordion.js +37 -21
- package/dist/collection/components/accordion/accordion.md.css +67 -59
- package/dist/collection/components/accordion-group/accordion-group.ionic.css +95 -0
- package/dist/collection/components/accordion-group/accordion-group.ios.css +16 -4
- package/dist/collection/components/accordion-group/accordion-group.js +43 -8
- package/dist/collection/components/accordion-group/accordion-group.md.css +22 -4
- package/dist/collection/components/action-sheet/action-sheet.ios.css +18 -6
- package/dist/collection/components/action-sheet/action-sheet.js +14 -10
- package/dist/collection/components/action-sheet/action-sheet.md.css +17 -5
- package/dist/collection/components/alert/alert.ios.css +19 -1
- package/dist/collection/components/alert/alert.js +15 -12
- package/dist/collection/components/alert/alert.md.css +19 -1
- package/dist/collection/components/app/app.js +12 -78
- package/dist/collection/components/avatar/avatar.ionic.css +268 -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 +54 -23
- package/dist/collection/components/checkbox/checkbox.md.css +21 -3
- package/dist/collection/components/chip/chip.ionic.css +160 -0
- package/dist/collection/components/chip/chip.ios.css +20 -1
- package/dist/collection/components/chip/chip.js +77 -8
- package/dist/collection/components/chip/chip.md.css +20 -1
- package/dist/collection/components/col/col.css +12 -0
- package/dist/collection/components/col/col.js +9 -5
- package/dist/collection/components/content/content.css +8 -2
- package/dist/collection/components/content/content.js +16 -11
- package/dist/collection/components/datetime/datetime.ionic.css +673 -0
- package/dist/collection/components/datetime/datetime.ios.css +237 -86
- package/dist/collection/components/datetime/datetime.js +98 -20
- package/dist/collection/components/datetime/datetime.md.css +237 -86
- package/dist/collection/components/datetime/utils/data.js +5 -5
- package/dist/collection/components/datetime-button/datetime-button.ios.css +6 -0
- package/dist/collection/components/datetime-button/datetime-button.js +11 -8
- package/dist/collection/components/datetime-button/datetime-button.md.css +6 -0
- package/dist/collection/components/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 +1078 -0
- package/dist/collection/components/input/input.ios.css +21 -2
- package/dist/collection/components/input/input.js +144 -30
- package/dist/collection/components/input/input.md.css +43 -4
- package/dist/collection/components/input-password-toggle/input-password-toggle.common.css +61 -0
- package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +141 -0
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +48 -12
- package/dist/collection/components/item/item.ionic.css +497 -0
- package/dist/collection/components/item/item.ios.css +109 -69
- package/dist/collection/components/item/item.js +44 -16
- package/dist/collection/components/item/item.md.css +120 -68
- package/dist/collection/components/item-divider/item-divider.ios.css +18 -0
- package/dist/collection/components/item-divider/item-divider.js +11 -8
- package/dist/collection/components/item-divider/item-divider.md.css +18 -0
- package/dist/collection/components/item-group/item-group.ios.css +12 -0
- package/dist/collection/components/item-group/item-group.js +13 -7
- package/dist/collection/components/item-group/item-group.md.css +12 -0
- package/dist/collection/components/item-option/item-option.ionic.css +332 -0
- package/dist/collection/components/item-option/item-option.ios.css +14 -2
- package/dist/collection/components/item-option/item-option.js +43 -8
- package/dist/collection/components/item-option/item-option.md.css +14 -2
- package/dist/collection/components/item-options/item-options.ionic.css +259 -0
- package/dist/collection/components/item-options/item-options.ios.css +18 -0
- package/dist/collection/components/item-options/item-options.js +13 -7
- package/dist/collection/components/item-options/item-options.md.css +18 -0
- package/dist/collection/components/item-sliding/item-sliding.css +6 -0
- package/dist/collection/components/item-sliding/item-sliding.js +8 -4
- package/dist/collection/components/label/label.ios.css +18 -0
- package/dist/collection/components/label/label.js +11 -8
- package/dist/collection/components/label/label.md.css +18 -0
- package/dist/collection/components/list/list.ionic.css +192 -0
- package/dist/collection/components/list/list.ios.css +18 -0
- package/dist/collection/components/list/list.js +47 -9
- package/dist/collection/components/list/list.md.css +20 -2
- package/dist/collection/components/list-header/list-header.ionic.css +236 -0
- package/dist/collection/components/list-header/list-header.ios.css +18 -0
- package/dist/collection/components/list-header/list-header.js +11 -8
- package/dist/collection/components/list-header/list-header.md.css +18 -0
- package/dist/collection/components/loading/loading.ios.css +13 -1
- package/dist/collection/components/loading/loading.js +13 -10
- package/dist/collection/components/loading/loading.md.css +13 -1
- package/dist/collection/components/menu/menu.ios.css +15 -3
- package/dist/collection/components/menu/menu.js +12 -7
- package/dist/collection/components/menu/menu.md.css +15 -3
- package/dist/collection/components/menu-button/menu-button.ionic.css +238 -0
- package/dist/collection/components/menu-button/menu-button.ios.css +48 -14
- package/dist/collection/components/menu-button/menu-button.js +26 -10
- package/dist/collection/components/menu-button/menu-button.md.css +49 -15
- package/dist/collection/components/menu-toggle/menu-toggle.js +8 -5
- package/dist/collection/components/modal/animations/sheet.js +8 -2
- package/dist/collection/components/modal/gestures/sheet.js +10 -6
- package/dist/collection/components/modal/modal.ionic.css +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 +424 -0
- package/dist/collection/components/radio/radio.ios.css +134 -91
- package/dist/collection/components/radio/radio.js +12 -9
- package/dist/collection/components/radio/radio.md.css +134 -91
- package/dist/collection/components/radio-group/radio-group.js +10 -23
- package/dist/collection/components/range/range.ionic.css +555 -0
- package/dist/collection/components/range/range.ios.css +128 -85
- package/dist/collection/components/range/range.js +12 -9
- package/dist/collection/components/range/range.md.css +128 -85
- package/dist/collection/components/refresher/refresher.ios.css +14 -1
- package/dist/collection/components/refresher/refresher.js +11 -8
- package/dist/collection/components/refresher/refresher.md.css +15 -2
- package/dist/collection/components/refresher-content/refresher-content.js +28 -7
- package/dist/collection/components/reorder/reorder.ios.css +6 -0
- package/dist/collection/components/reorder/reorder.js +33 -6
- package/dist/collection/components/reorder/reorder.md.css +6 -0
- package/dist/collection/components/reorder-group/reorder-group.css +6 -0
- package/dist/collection/components/reorder-group/reorder-group.js +8 -4
- package/dist/collection/components/ripple-effect/{ripple-effect.css → ripple-effect.common.css} +7 -1
- package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +154 -0
- package/dist/collection/components/ripple-effect/ripple-effect.js +14 -6
- package/dist/collection/components/route/route.js +4 -0
- package/dist/collection/components/router/router.js +4 -0
- package/dist/collection/components/router-link/router-link.css +8 -2
- package/dist/collection/components/router-link/router-link.js +9 -5
- package/dist/collection/components/router-outlet/router-outlet.css +7 -1
- package/dist/collection/components/router-outlet/router-outlet.js +5 -2
- package/dist/collection/components/row/row.css +12 -0
- package/dist/collection/components/row/row.js +9 -2
- package/dist/collection/components/searchbar/searchbar.ionic.css +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 +355 -0
- package/dist/collection/components/segment-button/segment-button.ios.css +146 -105
- package/dist/collection/components/segment-button/segment-button.js +58 -14
- package/dist/collection/components/segment-button/segment-button.md.css +148 -107
- package/dist/collection/components/segment-content/segment-content.js +1 -1
- package/dist/collection/components/segment-view/segment-view.ios.css +6 -0
- package/dist/collection/components/segment-view/segment-view.js +6 -4
- package/dist/collection/components/segment-view/segment-view.md.css +6 -0
- package/dist/collection/components/select/select.ionic.css +706 -0
- package/dist/collection/components/select/select.ios.css +187 -121
- package/dist/collection/components/select/select.js +132 -49
- package/dist/collection/components/select/select.md.css +184 -226
- package/dist/collection/components/select-modal/select-modal.ionic.css +121 -0
- package/dist/collection/components/select-modal/select-modal.ios.css +0 -186
- package/dist/collection/components/select-modal/select-modal.js +4 -4
- package/dist/collection/components/select-modal/select-modal.md.css +7 -3
- package/dist/collection/components/select-option/select-option.js +9 -2
- package/dist/collection/components/select-popover/select-popover.ios.css +18 -0
- package/dist/collection/components/select-popover/select-popover.js +12 -4
- package/dist/collection/components/select-popover/select-popover.md.css +18 -0
- package/dist/collection/components/skeleton-text/skeleton-text.css +6 -0
- package/dist/collection/components/skeleton-text/skeleton-text.js +9 -5
- package/dist/collection/components/spinner/spinner.common.css +199 -0
- package/dist/collection/components/spinner/{spinner.css → spinner.ionic.css} +63 -0
- package/dist/collection/components/spinner/spinner.js +46 -6
- package/dist/collection/components/split-pane/split-pane.ios.css +20 -2
- package/dist/collection/components/split-pane/split-pane.js +14 -8
- package/dist/collection/components/split-pane/split-pane.md.css +20 -2
- package/dist/collection/components/tab/tab.js +6 -2
- package/dist/collection/components/tab-bar/tab-bar.ionic.css +188 -0
- package/dist/collection/components/tab-bar/tab-bar.ios.css +71 -43
- package/dist/collection/components/tab-bar/tab-bar.js +65 -10
- package/dist/collection/components/tab-bar/tab-bar.md.css +71 -43
- package/dist/collection/components/tab-button/tab-button.ionic.css +282 -0
- package/dist/collection/components/tab-button/tab-button.ios.css +103 -88
- package/dist/collection/components/tab-button/tab-button.js +43 -8
- package/dist/collection/components/tab-button/tab-button.md.css +103 -88
- package/dist/collection/components/tabs/tabs.css +7 -1
- package/dist/collection/components/tabs/tabs.js +4 -1
- package/dist/collection/components/text/text.css +6 -0
- package/dist/collection/components/text/text.js +7 -6
- package/dist/collection/components/textarea/textarea.ionic.css +834 -0
- package/dist/collection/components/textarea/textarea.ios.css +201 -96
- package/dist/collection/components/textarea/textarea.js +68 -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 +377 -0
- package/dist/collection/components/toast/toast.ios.css +74 -35
- package/dist/collection/components/toast/toast.js +45 -10
- package/dist/collection/components/toast/toast.md.css +74 -35
- package/dist/collection/components/toggle/toggle.ionic.css +419 -0
- package/dist/collection/components/toggle/toggle.ios.css +166 -120
- package/dist/collection/components/toggle/toggle.js +74 -38
- 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 +16 -2
- package/dist/collection/utils/transition/ios.transition.js +1 -0
- package/dist/docs.json +7072 -377
- package/dist/esm/{animation-eab5a4ca.js → animation-f1a88600.js} +1 -1
- package/dist/esm/{app-globals-5dbb61a5.js → app-globals-eceadabb.js} +1 -1
- package/dist/esm/{button-active-f6503382.js → button-active-321f0dba.js} +2 -2
- package/dist/esm/{capacitor-59395cbd.js → capacitor-6b0341c8.js} +1 -1
- package/dist/esm/caret-down-3eaad1cc.js +6 -0
- package/dist/esm/caret-left-33424bb0.js +6 -0
- package/dist/esm/caret-right-68d856ad.js +6 -0
- package/dist/esm/config-84eb9670.js +79 -0
- package/dist/esm/{data-ae11fd43.js → data-98c06dea.js} +6 -6
- package/dist/esm/{focus-visible-dd40d69f.js → focus-visible-501aff19.js} +8 -1
- package/dist/esm/{framework-delegate-63d1a679.js → framework-delegate-3e4a8c9f.js} +4 -2
- package/dist/esm/{haptic-ac164e4c.js → haptic-dd6c0ea9.js} +1 -1
- package/dist/esm/{helpers-da915de8.js → helpers-f08d15bd.js} +4 -1
- package/dist/esm/{index-24b48b06.js → index-31109e63.js} +10 -11
- package/dist/esm/{index-3ad7f18b.js → index-59f81cb8.js} +6 -6
- package/{components/index9.js → dist/esm/index-62b4a18b.js} +4 -2
- package/dist/esm/{index-28849c61.js → index-723c0e5d.js} +1 -1
- package/dist/esm/{index-5cc724f3.js → index-7bd160c2.js} +2 -2
- package/dist/esm/{index-e2cf2ceb.js → index-d997525d.js} +1 -1
- package/dist/esm/index.js +11 -13
- package/dist/esm/{input-shims-0314bbe5.js → input-shims-6be83e59.js} +7 -6
- package/dist/esm/{input.utils-09c71bc7.js → input.utils-67459bae.js} +2 -3
- package/dist/esm/ion-accordion_2.entry.js +61 -24
- package/dist/esm/ion-action-sheet.entry.js +22 -19
- package/dist/esm/ion-alert.entry.js +23 -21
- package/dist/esm/ion-app_8.entry.js +96 -140
- package/dist/esm/ion-avatar_3.entry.js +94 -10
- package/dist/esm/ion-back-button.entry.js +31 -21
- package/dist/esm/ion-backdrop.entry.js +12 -7
- package/dist/esm/ion-breadcrumb_2.entry.js +55 -17
- package/dist/esm/ion-button_2.entry.js +44 -13
- package/dist/esm/ion-card_5.entry.js +53 -29
- package/dist/esm/ion-checkbox.entry.js +31 -15
- package/dist/esm/ion-chip.entry.js +44 -8
- package/dist/esm/ion-col_3.entry.js +15 -11
- package/dist/esm/ion-datetime-button.entry.js +13 -9
- package/dist/esm/ion-datetime_3.entry.js +117 -41
- package/dist/esm/ion-fab_3.entry.js +44 -21
- package/dist/esm/ion-img.entry.js +8 -4
- package/dist/esm/ion-infinite-scroll_2.entry.js +19 -15
- package/dist/esm/ion-input-password-toggle.entry.js +54 -15
- package/dist/esm/ion-input.entry.js +120 -25
- package/dist/esm/ion-item-option_3.entry.js +41 -18
- package/dist/esm/ion-item_8.entry.js +114 -42
- package/dist/esm/ion-loading.entry.js +18 -16
- package/dist/esm/ion-menu_3.entry.js +48 -29
- package/dist/esm/ion-modal.entry.js +59 -31
- package/dist/esm/ion-nav_2.entry.js +14 -12
- package/dist/esm/ion-picker-column-option.entry.js +12 -7
- package/dist/esm/ion-picker-column.entry.js +12 -12
- package/dist/esm/ion-picker.entry.js +11 -6
- package/dist/esm/ion-popover.entry.js +18 -16
- package/dist/esm/ion-progress-bar.entry.js +13 -8
- package/dist/esm/ion-radio_2.entry.js +20 -14
- package/dist/esm/ion-range.entry.js +16 -12
- package/dist/esm/ion-refresher_2.entry.js +42 -21
- package/dist/esm/ion-reorder_2.entry.js +39 -15
- package/dist/esm/ion-ripple-effect.entry.js +19 -8
- package/dist/esm/ion-route_4.entry.js +9 -8
- package/dist/esm/ion-searchbar.entry.js +95 -18
- package/dist/esm/ion-segment-content.entry.js +2 -2
- package/dist/esm/ion-segment-view.entry.js +7 -3
- package/dist/esm/ion-segment_2.entry.js +71 -21
- package/dist/esm/ion-select-modal.entry.js +11 -13
- package/dist/esm/ion-select_3.entry.js +136 -44
- package/dist/esm/ion-spinner.entry.js +34 -8
- package/dist/esm/ion-split-pane.entry.js +14 -9
- package/dist/esm/ion-tab-bar_2.entry.js +60 -20
- package/dist/esm/ion-tab_2.entry.js +8 -7
- package/dist/esm/ion-text.entry.js +7 -6
- package/dist/esm/ion-textarea.entry.js +51 -17
- package/dist/esm/ion-toast.entry.js +34 -17
- package/dist/esm/ion-toggle.entry.js +82 -25
- package/dist/esm/ionic-global-3c97a4aa.js +521 -0
- package/dist/esm/ionic.js +6 -5
- package/dist/esm/{ios.transition-4ee1a3af.js → ios.transition-06b78ea0.js} +7 -7
- package/dist/esm/{keyboard-52278bd7.js → keyboard-5b1b354d.js} +5 -3
- package/dist/esm/{keyboard-73175e24.js → keyboard-9bbd546a.js} +1 -1
- package/dist/esm/{keyboard-controller-ec5c2bfa.js → keyboard-controller-aff395fd.js} +5 -3
- package/dist/esm/list-6524700c.js +6 -0
- package/dist/esm/loader.js +6 -5
- package/dist/esm/{md.transition-5106a0d2.js → md.transition-e5712bda.js} +6 -7
- package/dist/esm/{notch-controller-55b09e11.js → notch-controller-c0bd22ff.js} +2 -2
- package/dist/esm/{overlays-e7b9d6d9.js → overlays-66cb5522.js} +6 -7
- package/dist/esm/{status-tap-f472b09f.js → status-tap-edf9f395.js} +5 -4
- package/dist/esm/{swipe-back-e5394307.js → swipe-back-17c42610.js} +2 -1
- package/dist/esm/x-a64bcd9f.js +6 -0
- package/dist/esm-es5/animation-f1a88600.js +4 -0
- package/dist/esm-es5/app-globals-eceadabb.js +4 -0
- package/dist/esm-es5/{button-active-f6503382.js → button-active-321f0dba.js} +1 -1
- package/dist/esm-es5/capacitor-6b0341c8.js +4 -0
- package/dist/esm-es5/caret-down-3eaad1cc.js +4 -0
- package/dist/esm-es5/caret-left-33424bb0.js +4 -0
- package/dist/esm-es5/caret-right-68d856ad.js +4 -0
- package/dist/esm-es5/config-84eb9670.js +4 -0
- package/dist/esm-es5/data-98c06dea.js +4 -0
- package/dist/esm-es5/focus-visible-501aff19.js +4 -0
- package/dist/esm-es5/framework-delegate-3e4a8c9f.js +4 -0
- package/dist/esm-es5/{haptic-ac164e4c.js → haptic-dd6c0ea9.js} +1 -1
- package/dist/esm-es5/helpers-f08d15bd.js +4 -0
- package/dist/esm-es5/index-31109e63.js +4 -0
- package/dist/esm-es5/index-59f81cb8.js +4 -0
- package/dist/esm-es5/{index-79b30591.js → index-62b4a18b.js} +1 -1
- package/dist/esm-es5/{index-28849c61.js → index-723c0e5d.js} +1 -1
- package/dist/esm-es5/index-7bd160c2.js +4 -0
- package/dist/esm-es5/{index-e2cf2ceb.js → index-d997525d.js} +1 -1
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/input-shims-6be83e59.js +4 -0
- package/dist/esm-es5/input.utils-67459bae.js +4 -0
- package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
- package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
- package/dist/esm-es5/ion-alert.entry.js +1 -1
- package/dist/esm-es5/ion-app_8.entry.js +1 -1
- package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
- package/dist/esm-es5/ion-back-button.entry.js +1 -1
- package/dist/esm-es5/ion-backdrop.entry.js +1 -1
- package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
- package/dist/esm-es5/ion-button_2.entry.js +1 -1
- package/dist/esm-es5/ion-card_5.entry.js +1 -1
- package/dist/esm-es5/ion-checkbox.entry.js +1 -1
- package/dist/esm-es5/ion-chip.entry.js +1 -1
- package/dist/esm-es5/ion-col_3.entry.js +1 -1
- package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
- package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
- package/dist/esm-es5/ion-fab_3.entry.js +1 -1
- package/dist/esm-es5/ion-img.entry.js +1 -1
- package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
- package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
- package/dist/esm-es5/ion-input.entry.js +1 -1
- package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
- package/dist/esm-es5/ion-item_8.entry.js +1 -1
- package/dist/esm-es5/ion-loading.entry.js +1 -1
- package/dist/esm-es5/ion-menu_3.entry.js +1 -1
- package/dist/esm-es5/ion-modal.entry.js +1 -1
- package/dist/esm-es5/ion-nav_2.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column.entry.js +1 -1
- package/dist/esm-es5/ion-picker.entry.js +1 -1
- package/dist/esm-es5/ion-popover.entry.js +1 -1
- package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
- package/dist/esm-es5/ion-radio_2.entry.js +1 -1
- package/dist/esm-es5/ion-range.entry.js +1 -1
- package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
- package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
- package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
- package/dist/esm-es5/ion-route_4.entry.js +1 -1
- package/dist/esm-es5/ion-searchbar.entry.js +1 -1
- package/dist/esm-es5/ion-segment-content.entry.js +1 -1
- package/dist/esm-es5/ion-segment-view.entry.js +1 -1
- package/dist/esm-es5/ion-segment_2.entry.js +1 -1
- package/dist/esm-es5/ion-select-modal.entry.js +1 -1
- package/dist/esm-es5/ion-select_3.entry.js +1 -1
- package/dist/esm-es5/ion-spinner.entry.js +1 -1
- package/dist/esm-es5/ion-split-pane.entry.js +1 -1
- package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
- package/dist/esm-es5/ion-tab_2.entry.js +1 -1
- package/dist/esm-es5/ion-text.entry.js +1 -1
- package/dist/esm-es5/ion-textarea.entry.js +1 -1
- package/dist/esm-es5/ion-toast.entry.js +1 -1
- package/dist/esm-es5/ion-toggle.entry.js +1 -1
- package/dist/esm-es5/ionic-global-3c97a4aa.js +4 -0
- package/dist/esm-es5/ionic.js +1 -1
- package/dist/esm-es5/ios.transition-06b78ea0.js +4 -0
- package/dist/esm-es5/{keyboard-52278bd7.js → keyboard-5b1b354d.js} +1 -1
- package/dist/esm-es5/{keyboard-73175e24.js → keyboard-9bbd546a.js} +1 -1
- package/dist/esm-es5/keyboard-controller-aff395fd.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-e5712bda.js +4 -0
- package/dist/esm-es5/notch-controller-c0bd22ff.js +4 -0
- package/dist/esm-es5/overlays-66cb5522.js +4 -0
- package/dist/esm-es5/status-tap-edf9f395.js +4 -0
- package/dist/esm-es5/swipe-back-17c42610.js +4 -0
- package/dist/esm-es5/x-a64bcd9f.js +4 -0
- package/dist/html.html-data.json +2341 -219
- 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-01451762.entry.js +4 -0
- package/dist/ionic/p-01d80901.system.js +4 -0
- package/dist/ionic/p-038a6294.js +4 -0
- package/dist/ionic/p-06ec4706.js +4 -0
- package/dist/ionic/p-06f2f110.system.entry.js +4 -0
- package/dist/ionic/p-09125f4f.entry.js +4 -0
- package/dist/ionic/p-096e5f6d.system.entry.js +4 -0
- package/dist/ionic/p-09c6b5e4.js +4 -0
- package/dist/ionic/p-0a0ce78f.system.entry.js +4 -0
- package/dist/ionic/p-0db90e9b.entry.js +4 -0
- package/dist/ionic/{p-25180df3.system.js → p-0fa218e9.system.js} +1 -1
- package/dist/ionic/p-101ccd60.system.entry.js +4 -0
- package/dist/ionic/p-112120d7.system.js +4 -0
- package/dist/ionic/{p-c7e16491.js → p-11266916.js} +1 -1
- package/dist/ionic/{p-1e955a45.system.js → p-115d74cd.system.js} +1 -1
- package/dist/ionic/p-12337305.system.entry.js +4 -0
- package/dist/ionic/{p-34b11c24.js → p-12d6df53.js} +1 -1
- package/dist/ionic/p-156d17cd.js +4 -0
- package/dist/ionic/p-18892506.entry.js +4 -0
- package/dist/ionic/p-18bbe9a5.entry.js +4 -0
- package/dist/ionic/p-18c930a5.system.entry.js +4 -0
- package/dist/ionic/{p-b06ac4a5.system.js → p-18f86177.system.js} +1 -1
- package/dist/ionic/p-1abd1c99.entry.js +4 -0
- package/dist/ionic/p-1cf1141c.system.entry.js +4 -0
- package/dist/ionic/p-1dd2b0af.entry.js +4 -0
- package/dist/ionic/p-1eeb9796.entry.js +4 -0
- package/dist/ionic/p-1efa63f2.js +4 -0
- package/dist/ionic/p-23b31425.entry.js +4 -0
- package/dist/ionic/p-243adf8c.js +4 -0
- package/dist/ionic/p-24f15ce4.system.entry.js +4 -0
- package/dist/ionic/p-25cc2477.entry.js +4 -0
- package/dist/ionic/p-27258d5a.entry.js +4 -0
- package/dist/ionic/p-29ca4da2.entry.js +4 -0
- package/dist/ionic/p-2e35a770.system.js +4 -0
- package/dist/ionic/p-2ef115ec.system.entry.js +4 -0
- package/dist/ionic/p-330e703e.entry.js +4 -0
- package/dist/ionic/p-33dc4514.js +4 -0
- package/dist/ionic/p-346c67b0.js +4 -0
- package/dist/ionic/p-3583dd40.system.entry.js +4 -0
- package/dist/ionic/p-3608e72b.entry.js +4 -0
- package/dist/ionic/p-398b00a5.system.entry.js +4 -0
- package/dist/ionic/p-3b7adbc3.system.entry.js +4 -0
- package/dist/ionic/p-3ce95a91.entry.js +4 -0
- package/dist/ionic/p-3d61263b.system.entry.js +4 -0
- package/dist/ionic/{p-9ea607bd.system.js → p-3e91ea3a.system.js} +2 -2
- package/dist/ionic/{p-3c8e5c23.system.js → p-41c19986.system.js} +1 -1
- package/dist/ionic/p-41f06734.entry.js +4 -0
- package/dist/ionic/p-4219582c.system.js +4 -0
- package/dist/ionic/p-429dd2b5.system.js +4 -0
- package/dist/ionic/p-4385e3fb.system.entry.js +4 -0
- package/dist/ionic/p-4459a66e.system.js +4 -0
- package/dist/ionic/{p-8985cdb6.system.js → p-4626fb32.system.js} +1 -1
- package/dist/ionic/p-46787abb.system.js +4 -0
- package/dist/ionic/p-47fd935c.system.js +4 -0
- package/dist/ionic/p-4a39ba11.entry.js +4 -0
- package/dist/ionic/p-4a6d4288.entry.js +4 -0
- package/dist/ionic/p-4a869870.entry.js +4 -0
- package/dist/ionic/p-4ac4f52a.system.entry.js +4 -0
- package/dist/ionic/p-4b4e4592.system.entry.js +4 -0
- package/dist/ionic/{p-89b61afc.js → p-4c275462.js} +1 -1
- package/dist/ionic/p-4c9e1b2c.js +4 -0
- package/dist/ionic/p-51371e21.system.js +4 -0
- package/dist/ionic/p-530c591a.entry.js +4 -0
- package/dist/ionic/p-5377db51.system.entry.js +4 -0
- package/dist/ionic/p-55546d77.system.entry.js +4 -0
- package/dist/ionic/p-556778bd.system.js +4 -0
- package/dist/ionic/p-5684893b.system.entry.js +4 -0
- package/dist/ionic/p-57de8d54.system.entry.js +4 -0
- package/dist/ionic/{p-f9a53abb.system.js → p-58aa8a36.system.js} +1 -1
- package/dist/ionic/p-58c64779.system.entry.js +4 -0
- package/dist/ionic/{p-da2b833b.js → p-58f16ef6.js} +1 -1
- package/dist/ionic/p-5a6b3c0d.entry.js +4 -0
- package/dist/ionic/p-5a6d245d.system.entry.js +4 -0
- package/dist/ionic/p-5b57d327.system.js +4 -0
- package/dist/ionic/p-5ce35a03.js +4 -0
- package/dist/ionic/p-5eb8561f.system.entry.js +4 -0
- package/dist/ionic/p-5ff5d2bb.entry.js +4 -0
- package/dist/ionic/p-607c9c33.js +4 -0
- package/dist/ionic/p-60d21ee9.system.entry.js +4 -0
- package/dist/ionic/p-61f85a49.system.entry.js +4 -0
- package/dist/ionic/p-623fcccc.entry.js +4 -0
- package/dist/ionic/{p-9146695e.system.js → p-62887754.system.js} +1 -1
- package/dist/ionic/p-63fde7fe.entry.js +4 -0
- package/dist/ionic/p-6433742e.system.entry.js +4 -0
- package/dist/ionic/p-67b6e18d.entry.js +4 -0
- package/dist/ionic/p-697eee8c.system.entry.js +4 -0
- package/dist/ionic/p-6a0dd6bc.js +4 -0
- package/dist/ionic/p-6bc2795b.entry.js +4 -0
- package/dist/ionic/p-6bd1c0ee.system.entry.js +4 -0
- package/dist/ionic/p-6caa76ec.js +4 -0
- package/dist/ionic/p-6cbca6c5.system.entry.js +4 -0
- package/dist/ionic/p-6dc32e8b.entry.js +4 -0
- package/dist/ionic/p-6e53290f.system.entry.js +4 -0
- package/dist/ionic/p-7071d7ca.js +4 -0
- package/dist/ionic/{p-f687573e.system.js → p-728f5b22.system.js} +1 -1
- package/dist/ionic/p-72cbf799.system.entry.js +4 -0
- package/dist/ionic/p-74d76684.js +4 -0
- package/dist/ionic/p-7607d8ba.system.entry.js +4 -0
- package/dist/ionic/p-78ed8923.js +4 -0
- package/dist/ionic/p-7a858bae.system.js +4 -0
- package/dist/ionic/p-7d36cf9f.system.entry.js +4 -0
- package/dist/ionic/p-815f649a.system.entry.js +4 -0
- package/dist/ionic/p-81b72701.entry.js +4 -0
- package/dist/ionic/p-822e47a9.system.js +4 -0
- package/dist/ionic/p-82cb4235.js +4 -0
- package/dist/ionic/{p-d836d43e.js → p-83948e48.js} +1 -1
- package/dist/ionic/p-8463212e.js +4 -0
- package/dist/ionic/p-84667060.entry.js +4 -0
- package/dist/ionic/p-857ba8d4.entry.js +4 -0
- package/dist/ionic/p-86d98446.system.entry.js +4 -0
- package/dist/ionic/{p-58d5df0c.system.entry.js → p-86e9a917.system.entry.js} +1 -1
- package/dist/ionic/p-871f4046.entry.js +4 -0
- package/dist/ionic/p-8956f9a8.system.entry.js +4 -0
- package/dist/ionic/p-8b0f0a87.entry.js +4 -0
- package/dist/ionic/p-8dbfae64.entry.js +4 -0
- package/dist/ionic/p-903c544a.js +4 -0
- package/dist/ionic/p-916bc9ed.system.entry.js +4 -0
- package/dist/ionic/p-92646426.js +4 -0
- package/dist/ionic/{p-27281edd.js → p-93e47936.js} +1 -1
- package/dist/ionic/{p-a93873de.system.js → p-94816e7a.system.js} +1 -1
- package/dist/ionic/p-94fc2104.system.entry.js +4 -0
- package/dist/ionic/p-986855d6.js +4 -0
- package/dist/ionic/p-9abb7d9b.entry.js +4 -0
- package/dist/ionic/p-9ac1a506.system.js +4 -0
- package/dist/ionic/{p-d60342e3.js → p-9ed87d1b.js} +1 -1
- package/dist/ionic/p-a1cdc742.js +4 -0
- package/dist/ionic/p-a2814291.system.js +4 -0
- package/dist/ionic/{p-d743e981.js → p-a510e9c0.js} +1 -1
- package/dist/ionic/p-a538ab98.js +4 -0
- package/dist/ionic/p-a5a9206f.entry.js +4 -0
- package/dist/ionic/p-a685da08.system.entry.js +4 -0
- package/dist/ionic/p-a98061d0.entry.js +4 -0
- package/dist/ionic/p-a9af4103.js +4 -0
- package/dist/ionic/p-ac1c2b6a.js +4 -0
- package/dist/ionic/p-b18c52cd.entry.js +4 -0
- package/dist/ionic/p-b517144d.system.entry.js +4 -0
- package/dist/ionic/p-b5dc9a32.system.entry.js +4 -0
- package/dist/ionic/p-b80582fe.system.entry.js +4 -0
- package/dist/ionic/p-b9d2d554.entry.js +4 -0
- package/dist/ionic/p-bbcec459.system.js +4 -0
- package/dist/ionic/p-bcdd3eaf.entry.js +4 -0
- package/dist/ionic/p-be87ec25.entry.js +4 -0
- package/dist/ionic/p-c248c88d.system.js +4 -0
- package/dist/ionic/p-c373eebd.system.js +4 -0
- package/dist/ionic/p-cdff6a80.system.entry.js +4 -0
- package/dist/ionic/p-cea92c46.system.js +4 -0
- package/dist/ionic/p-d4862803.entry.js +4 -0
- package/dist/ionic/p-d6ed3be1.entry.js +4 -0
- package/dist/ionic/{p-19ea7bff.system.js → p-dbd39afd.system.js} +1 -1
- package/dist/ionic/p-dc286a59.entry.js +4 -0
- package/dist/ionic/p-df09db21.entry.js +4 -0
- package/dist/ionic/p-df4b88fc.system.entry.js +4 -0
- package/dist/ionic/p-e3b70846.system.js +4 -0
- package/dist/ionic/p-ea3ca474.system.js +4 -0
- package/dist/ionic/p-eb4ba253.entry.js +4 -0
- package/dist/ionic/p-ebd641e4.system.entry.js +4 -0
- package/dist/ionic/p-ebe94d15.entry.js +4 -0
- package/dist/ionic/p-eda736d7.entry.js +4 -0
- package/dist/ionic/p-ee17be82.entry.js +4 -0
- package/dist/ionic/p-eee899d5.system.entry.js +4 -0
- package/dist/ionic/p-f116fb3f.system.js +4 -0
- package/dist/ionic/{p-372ae7f4.system.js → p-f193945e.system.js} +1 -1
- package/dist/ionic/p-f1e11e93.entry.js +4 -0
- package/dist/ionic/p-f25ad420.system.entry.js +4 -0
- package/dist/ionic/p-f44c9c6e.system.entry.js +4 -0
- package/dist/ionic/p-f5be97b8.entry.js +4 -0
- package/dist/ionic/p-f8123284.entry.js +4 -0
- package/dist/ionic/{p-5da94421.system.js → p-f8c63ac0.system.js} +2 -2
- package/dist/ionic/p-fad81132.system.entry.js +4 -0
- package/dist/ionic/p-fff78cd2.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 +12 -6
- package/dist/types/components/chip/chip.d.ts +19 -1
- package/dist/types/components/col/col.d.ts +4 -0
- package/dist/types/components/content/content.d.ts +3 -0
- package/dist/types/components/datetime/datetime.d.ts +26 -1
- package/dist/types/components/datetime/utils/data.d.ts +5 -5
- package/dist/types/components/datetime-button/datetime-button.d.ts +2 -1
- package/dist/types/components/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 -4
- 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 +5 -2
- package/dist/types/components/select/select.d.ts +33 -9
- package/dist/types/components/select-option/select-option.d.ts +4 -0
- package/dist/types/components/select-popover/select-popover.d.ts +3 -0
- package/dist/types/components/skeleton-text/skeleton-text.d.ts +4 -0
- package/dist/types/components/spinner/spinner.d.ts +15 -0
- package/dist/types/components/split-pane/split-pane.d.ts +4 -0
- package/dist/types/components/tab/tab.d.ts +4 -0
- package/dist/types/components/tab-bar/tab-bar.d.ts +22 -2
- package/dist/types/components/tab-button/tab-button.d.ts +11 -1
- package/dist/types/components/tabs/tabs.d.ts +3 -0
- package/dist/types/components/text/text.d.ts +2 -1
- package/dist/types/components/textarea/textarea.d.ts +17 -4
- package/dist/types/components/thumbnail/thumbnail.d.ts +4 -0
- package/dist/types/components/title/title.d.ts +4 -0
- package/dist/types/components/toast/animations/utils.d.ts +2 -2
- package/dist/types/components/toast/toast-interface.d.ts +3 -7
- package/dist/types/components/toast/toast.d.ts +12 -2
- package/dist/types/components/toggle/toggle.d.ts +15 -5
- package/dist/types/components/toolbar/toolbar.d.ts +4 -3
- package/dist/types/components.d.ts +1374 -206
- 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 +2460 -939
- package/hydrate/index.mjs +2460 -939
- package/package.json +11 -6
- 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/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-24b48b06.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-9b0d46f4.js +0 -4
- package/dist/esm-es5/index-a5d50daf.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-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-e7b9d6d9.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-001f0962.entry.js +0 -4
- package/dist/ionic/p-01186920.system.entry.js +0 -4
- package/dist/ionic/p-0303d0f8.js +0 -4
- package/dist/ionic/p-0574e87e.js +0 -4
- package/dist/ionic/p-06e58c4e.js +0 -4
- package/dist/ionic/p-06fee233.js +0 -4
- package/dist/ionic/p-081a4ce4.entry.js +0 -4
- package/dist/ionic/p-0aa833fb.system.js +0 -4
- package/dist/ionic/p-0abaa255.entry.js +0 -4
- package/dist/ionic/p-0c06e09b.system.js +0 -4
- package/dist/ionic/p-1046866e.system.entry.js +0 -4
- package/dist/ionic/p-12a722b8.system.entry.js +0 -4
- package/dist/ionic/p-14be4015.entry.js +0 -4
- package/dist/ionic/p-14e159ea.system.entry.js +0 -4
- package/dist/ionic/p-15e76dd1.entry.js +0 -4
- package/dist/ionic/p-16188af7.entry.js +0 -4
- package/dist/ionic/p-16799667.system.entry.js +0 -4
- package/dist/ionic/p-16bfb979.system.entry.js +0 -4
- package/dist/ionic/p-17474161.system.js +0 -4
- package/dist/ionic/p-19a5be0a.entry.js +0 -4
- package/dist/ionic/p-19ec4f42.entry.js +0 -4
- package/dist/ionic/p-1dfc11b3.system.js +0 -4
- package/dist/ionic/p-1e010627.system.entry.js +0 -4
- package/dist/ionic/p-1e4371bd.js +0 -4
- package/dist/ionic/p-1e67b266.system.entry.js +0 -4
- package/dist/ionic/p-1fe02220.system.entry.js +0 -4
- package/dist/ionic/p-2172893e.system.entry.js +0 -4
- package/dist/ionic/p-21e5e7e4.js +0 -4
- package/dist/ionic/p-2507278c.system.entry.js +0 -4
- package/dist/ionic/p-2690b1de.js +0 -4
- package/dist/ionic/p-2799c6d3.system.entry.js +0 -4
- package/dist/ionic/p-29a5d6ed.system.entry.js +0 -4
- package/dist/ionic/p-2abae1cc.system.entry.js +0 -4
- package/dist/ionic/p-2b7827c7.js +0 -4
- package/dist/ionic/p-2b838f86.system.entry.js +0 -4
- package/dist/ionic/p-2bd0ae94.system.entry.js +0 -4
- package/dist/ionic/p-2e46590d.system.entry.js +0 -4
- package/dist/ionic/p-2fc0dafe.entry.js +0 -4
- package/dist/ionic/p-322c5fb4.system.js +0 -4
- package/dist/ionic/p-32d44024.system.entry.js +0 -4
- package/dist/ionic/p-33a8a71b.entry.js +0 -4
- package/dist/ionic/p-37cb43bd.system.entry.js +0 -4
- package/dist/ionic/p-3ad285e3.system.js +0 -4
- package/dist/ionic/p-3cc276f4.js +0 -4
- package/dist/ionic/p-424eb140.system.entry.js +0 -4
- package/dist/ionic/p-4439fc2a.entry.js +0 -4
- package/dist/ionic/p-45693d7e.entry.js +0 -4
- package/dist/ionic/p-49a0e74c.entry.js +0 -4
- package/dist/ionic/p-4c2d5b80.system.js +0 -4
- package/dist/ionic/p-4ec778aa.entry.js +0 -4
- package/dist/ionic/p-508d024a.entry.js +0 -4
- package/dist/ionic/p-52d7a191.entry.js +0 -4
- package/dist/ionic/p-567de071.system.entry.js +0 -4
- package/dist/ionic/p-5823babc.system.entry.js +0 -4
- package/dist/ionic/p-58dc63cc.system.entry.js +0 -4
- package/dist/ionic/p-5b932840.entry.js +0 -4
- package/dist/ionic/p-5fce0c0b.system.entry.js +0 -4
- package/dist/ionic/p-61e3f887.entry.js +0 -4
- package/dist/ionic/p-62af944c.entry.js +0 -4
- package/dist/ionic/p-63b0abde.system.entry.js +0 -4
- package/dist/ionic/p-6499df44.system.entry.js +0 -4
- package/dist/ionic/p-66640ff7.system.entry.js +0 -4
- package/dist/ionic/p-677f0eb7.system.entry.js +0 -4
- package/dist/ionic/p-69066a53.js +0 -4
- package/dist/ionic/p-6b280620.entry.js +0 -4
- package/dist/ionic/p-6d32975a.entry.js +0 -4
- package/dist/ionic/p-72812e99.js +0 -4
- package/dist/ionic/p-72bc8a1c.js +0 -4
- package/dist/ionic/p-73dc4950.entry.js +0 -4
- package/dist/ionic/p-7458862e.system.entry.js +0 -4
- package/dist/ionic/p-792919fd.system.js +0 -4
- package/dist/ionic/p-797eeea8.system.entry.js +0 -4
- package/dist/ionic/p-7b30edcc.js +0 -4
- package/dist/ionic/p-7b9a2b23.entry.js +0 -4
- package/dist/ionic/p-7ed1657c.system.entry.js +0 -4
- package/dist/ionic/p-8635f5e6.system.js +0 -4
- package/dist/ionic/p-88e63c7d.js +0 -4
- package/dist/ionic/p-8b8be2fd.entry.js +0 -4
- package/dist/ionic/p-91545b88.entry.js +0 -4
- package/dist/ionic/p-937a7e21.entry.js +0 -4
- package/dist/ionic/p-942b5e13.entry.js +0 -4
- package/dist/ionic/p-95775830.entry.js +0 -4
- package/dist/ionic/p-96cc4814.js +0 -4
- package/dist/ionic/p-982315a6.entry.js +0 -4
- package/dist/ionic/p-98231c01.system.entry.js +0 -4
- package/dist/ionic/p-985a7e17.system.entry.js +0 -4
- package/dist/ionic/p-98ff6b32.entry.js +0 -4
- package/dist/ionic/p-9df2c6fb.entry.js +0 -4
- package/dist/ionic/p-9e33104d.entry.js +0 -4
- package/dist/ionic/p-9ee1e8a6.entry.js +0 -4
- package/dist/ionic/p-9f3008d4.system.js +0 -4
- package/dist/ionic/p-9fa07aec.entry.js +0 -4
- package/dist/ionic/p-a15ddedb.system.js +0 -4
- package/dist/ionic/p-a43467d8.entry.js +0 -4
- package/dist/ionic/p-a4565eb5.system.js +0 -4
- package/dist/ionic/p-a49378bb.system.entry.js +0 -4
- package/dist/ionic/p-a61cba41.entry.js +0 -4
- package/dist/ionic/p-a69b9fc5.system.js +0 -4
- package/dist/ionic/p-abe101da.system.js +0 -4
- package/dist/ionic/p-afecb188.entry.js +0 -4
- package/dist/ionic/p-b25a40f6.system.entry.js +0 -4
- package/dist/ionic/p-b335ffed.system.entry.js +0 -4
- package/dist/ionic/p-b51e4004.js +0 -4
- package/dist/ionic/p-b79ba17c.entry.js +0 -4
- package/dist/ionic/p-b82d4cab.js +0 -4
- package/dist/ionic/p-b9d7015f.entry.js +0 -4
- package/dist/ionic/p-bb0db172.entry.js +0 -4
- package/dist/ionic/p-bb5d8e9e.entry.js +0 -4
- package/dist/ionic/p-bc36ad98.system.entry.js +0 -4
- package/dist/ionic/p-bdad26e3.entry.js +0 -4
- package/dist/ionic/p-c29f8157.system.entry.js +0 -4
- package/dist/ionic/p-c41ac815.entry.js +0 -4
- package/dist/ionic/p-c449820c.system.js +0 -4
- package/dist/ionic/p-c468af8a.system.js +0 -4
- package/dist/ionic/p-c4b53b16.system.entry.js +0 -4
- package/dist/ionic/p-c61cc894.js +0 -4
- package/dist/ionic/p-c9f3a539.entry.js +0 -4
- package/dist/ionic/p-ca065903.system.entry.js +0 -4
- package/dist/ionic/p-cac0e0b3.system.entry.js +0 -4
- package/dist/ionic/p-cdc83025.entry.js +0 -4
- package/dist/ionic/p-d18ab582.system.entry.js +0 -4
- package/dist/ionic/p-d47265c8.js +0 -4
- package/dist/ionic/p-d6841eac.js +0 -4
- package/dist/ionic/p-d7aa6b00.entry.js +0 -4
- package/dist/ionic/p-da074ff7.entry.js +0 -4
- package/dist/ionic/p-ddaa748a.system.entry.js +0 -4
- package/dist/ionic/p-de930745.entry.js +0 -4
- package/dist/ionic/p-dfb78785.system.js +0 -4
- package/dist/ionic/p-e4ee80be.system.entry.js +0 -4
- package/dist/ionic/p-e4f69534.system.entry.js +0 -4
- package/dist/ionic/p-e563a35c.entry.js +0 -4
- package/dist/ionic/p-e6635685.js +0 -4
- package/dist/ionic/p-e7ed4a7f.system.js +0 -4
- package/dist/ionic/p-e85d901b.system.entry.js +0 -4
- package/dist/ionic/p-eba29931.entry.js +0 -4
- package/dist/ionic/p-ecceeb90.js +0 -4
- package/dist/ionic/p-ed75fcfb.system.entry.js +0 -4
- package/dist/ionic/p-efaffe74.entry.js +0 -4
- package/dist/ionic/p-f1acf541.system.entry.js +0 -4
- package/dist/ionic/p-f3102647.system.entry.js +0 -4
- package/dist/ionic/p-fca6ef5f.system.entry.js +0 -4
- package/dist/ionic/p-ff4b7e40.system.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,10 +1039,16 @@
|
|
|
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"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "soft"
|
|
756
1052
|
}
|
|
757
1053
|
]
|
|
758
1054
|
},
|
|
@@ -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"
|
|
@@ -1260,8 +1694,40 @@
|
|
|
1260
1694
|
"description": "The name of the control, which is submitted with the form data."
|
|
1261
1695
|
},
|
|
1262
1696
|
{
|
|
1263
|
-
"name": "
|
|
1264
|
-
"description": "
|
|
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
|
+
]
|
|
1265
1731
|
},
|
|
1266
1732
|
{
|
|
1267
1733
|
"name": "value",
|
|
@@ -1321,7 +1787,7 @@
|
|
|
1321
1787
|
},
|
|
1322
1788
|
{
|
|
1323
1789
|
"name": "mode",
|
|
1324
|
-
"description": "The mode determines
|
|
1790
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1325
1791
|
"values": [
|
|
1326
1792
|
{
|
|
1327
1793
|
"name": "ios"
|
|
@@ -1334,6 +1800,48 @@
|
|
|
1334
1800
|
{
|
|
1335
1801
|
"name": "outline",
|
|
1336
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
|
+
]
|
|
1337
1845
|
}
|
|
1338
1846
|
],
|
|
1339
1847
|
"references": [
|
|
@@ -1350,6 +1858,18 @@
|
|
|
1350
1858
|
"value": ""
|
|
1351
1859
|
},
|
|
1352
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
|
+
},
|
|
1353
1873
|
{
|
|
1354
1874
|
"name": "offset",
|
|
1355
1875
|
"description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available."
|
|
@@ -1445,6 +1965,21 @@
|
|
|
1445
1965
|
{
|
|
1446
1966
|
"name": "size-xs",
|
|
1447
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
|
+
]
|
|
1448
1983
|
}
|
|
1449
1984
|
],
|
|
1450
1985
|
"references": [
|
|
@@ -1514,6 +2049,18 @@
|
|
|
1514
2049
|
"name": "fullscreen",
|
|
1515
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."
|
|
1516
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
|
+
},
|
|
1517
2064
|
{
|
|
1518
2065
|
"name": "scroll-events",
|
|
1519
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`."
|
|
@@ -1525,6 +2072,21 @@
|
|
|
1525
2072
|
{
|
|
1526
2073
|
"name": "scroll-y",
|
|
1527
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
|
+
]
|
|
1528
2090
|
}
|
|
1529
2091
|
],
|
|
1530
2092
|
"references": [
|
|
@@ -1638,7 +2200,7 @@
|
|
|
1638
2200
|
},
|
|
1639
2201
|
{
|
|
1640
2202
|
"name": "mode",
|
|
1641
|
-
"description": "The mode determines
|
|
2203
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1642
2204
|
"values": [
|
|
1643
2205
|
{
|
|
1644
2206
|
"name": "ios"
|
|
@@ -1723,6 +2285,21 @@
|
|
|
1723
2285
|
}
|
|
1724
2286
|
]
|
|
1725
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
|
+
},
|
|
1726
2303
|
{
|
|
1727
2304
|
"name": "value",
|
|
1728
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\"`."
|
|
@@ -1789,7 +2366,7 @@
|
|
|
1789
2366
|
},
|
|
1790
2367
|
{
|
|
1791
2368
|
"name": "mode",
|
|
1792
|
-
"description": "The mode determines
|
|
2369
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1793
2370
|
"values": [
|
|
1794
2371
|
{
|
|
1795
2372
|
"name": "ios"
|
|
@@ -1798,14 +2375,29 @@
|
|
|
1798
2375
|
"name": "md"
|
|
1799
2376
|
}
|
|
1800
2377
|
]
|
|
1801
|
-
}
|
|
1802
|
-
],
|
|
1803
|
-
"references": [
|
|
2378
|
+
},
|
|
1804
2379
|
{
|
|
1805
|
-
"name": "
|
|
1806
|
-
"
|
|
1807
|
-
|
|
1808
|
-
|
|
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"
|
|
2399
|
+
}
|
|
2400
|
+
]
|
|
1809
2401
|
},
|
|
1810
2402
|
{
|
|
1811
2403
|
"name": "ion-fab",
|
|
@@ -1837,6 +2429,33 @@
|
|
|
1837
2429
|
}
|
|
1838
2430
|
]
|
|
1839
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
|
+
},
|
|
1840
2459
|
{
|
|
1841
2460
|
"name": "vertical",
|
|
1842
2461
|
"description": "Where to align the fab vertically in the viewport.",
|
|
@@ -1922,7 +2541,7 @@
|
|
|
1922
2541
|
},
|
|
1923
2542
|
{
|
|
1924
2543
|
"name": "mode",
|
|
1925
|
-
"description": "The mode determines
|
|
2544
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1926
2545
|
"values": [
|
|
1927
2546
|
{
|
|
1928
2547
|
"name": "ios"
|
|
@@ -1968,9 +2587,24 @@
|
|
|
1968
2587
|
"name": "target",
|
|
1969
2588
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
1970
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
|
+
},
|
|
1971
2605
|
{
|
|
1972
2606
|
"name": "translucent",
|
|
1973
|
-
"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)."
|
|
1974
2608
|
},
|
|
1975
2609
|
{
|
|
1976
2610
|
"name": "type",
|
|
@@ -2006,6 +2640,18 @@
|
|
|
2006
2640
|
"name": "activated",
|
|
2007
2641
|
"description": "If `true`, the fab list will show all fab buttons in the list."
|
|
2008
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
|
+
},
|
|
2009
2655
|
{
|
|
2010
2656
|
"name": "side",
|
|
2011
2657
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -2023,6 +2669,21 @@
|
|
|
2023
2669
|
"name": "top"
|
|
2024
2670
|
}
|
|
2025
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
|
+
]
|
|
2026
2687
|
}
|
|
2027
2688
|
],
|
|
2028
2689
|
"references": [
|
|
@@ -2041,7 +2702,7 @@
|
|
|
2041
2702
|
"attributes": [
|
|
2042
2703
|
{
|
|
2043
2704
|
"name": "collapse",
|
|
2044
|
-
"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\"`.",
|
|
2045
2706
|
"values": [
|
|
2046
2707
|
{
|
|
2047
2708
|
"name": "fade"
|
|
@@ -2050,19 +2711,34 @@
|
|
|
2050
2711
|
},
|
|
2051
2712
|
{
|
|
2052
2713
|
"name": "mode",
|
|
2053
|
-
"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.",
|
|
2054
2727
|
"values": [
|
|
2055
2728
|
{
|
|
2056
2729
|
"name": "ios"
|
|
2057
2730
|
},
|
|
2058
2731
|
{
|
|
2059
2732
|
"name": "md"
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"name": "ionic"
|
|
2060
2736
|
}
|
|
2061
2737
|
]
|
|
2062
2738
|
},
|
|
2063
2739
|
{
|
|
2064
2740
|
"name": "translucent",
|
|
2065
|
-
"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."
|
|
2066
2742
|
}
|
|
2067
2743
|
],
|
|
2068
2744
|
"references": [
|
|
@@ -2082,6 +2758,33 @@
|
|
|
2082
2758
|
{
|
|
2083
2759
|
"name": "fixed",
|
|
2084
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
|
+
]
|
|
2085
2788
|
}
|
|
2086
2789
|
],
|
|
2087
2790
|
"references": [
|
|
@@ -2100,7 +2803,7 @@
|
|
|
2100
2803
|
"attributes": [
|
|
2101
2804
|
{
|
|
2102
2805
|
"name": "collapse",
|
|
2103
|
-
"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)",
|
|
2104
2807
|
"values": [
|
|
2105
2808
|
{
|
|
2106
2809
|
"name": "condense"
|
|
@@ -2110,21 +2813,40 @@
|
|
|
2110
2813
|
}
|
|
2111
2814
|
]
|
|
2112
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
|
+
},
|
|
2113
2820
|
{
|
|
2114
2821
|
"name": "mode",
|
|
2115
|
-
"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.",
|
|
2116
2835
|
"values": [
|
|
2117
2836
|
{
|
|
2118
2837
|
"name": "ios"
|
|
2119
2838
|
},
|
|
2120
2839
|
{
|
|
2121
2840
|
"name": "md"
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"name": "ionic"
|
|
2122
2844
|
}
|
|
2123
2845
|
]
|
|
2124
2846
|
},
|
|
2125
2847
|
{
|
|
2126
2848
|
"name": "translucent",
|
|
2127
|
-
"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."
|
|
2128
2850
|
}
|
|
2129
2851
|
],
|
|
2130
2852
|
"references": [
|
|
@@ -2145,9 +2867,36 @@
|
|
|
2145
2867
|
"name": "alt",
|
|
2146
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."
|
|
2147
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
|
+
},
|
|
2148
2882
|
{
|
|
2149
2883
|
"name": "src",
|
|
2150
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
|
+
]
|
|
2151
2900
|
}
|
|
2152
2901
|
],
|
|
2153
2902
|
"references": [
|
|
@@ -2168,6 +2917,18 @@
|
|
|
2168
2917
|
"name": "disabled",
|
|
2169
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."
|
|
2170
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
|
+
},
|
|
2171
2932
|
{
|
|
2172
2933
|
"name": "position",
|
|
2173
2934
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -2180,6 +2941,21 @@
|
|
|
2180
2941
|
}
|
|
2181
2942
|
]
|
|
2182
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
|
+
},
|
|
2183
2959
|
{
|
|
2184
2960
|
"name": "threshold",
|
|
2185
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."
|
|
@@ -2235,6 +3011,33 @@
|
|
|
2235
3011
|
{
|
|
2236
3012
|
"name": "loading-text",
|
|
2237
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
|
+
]
|
|
2238
3041
|
}
|
|
2239
3042
|
],
|
|
2240
3043
|
"references": [
|
|
@@ -2262,80 +3065,74 @@
|
|
|
2262
3065
|
{
|
|
2263
3066
|
"name": "name"
|
|
2264
3067
|
},
|
|
2265
|
-
{
|
|
2266
|
-
"name": "email"
|
|
2267
|
-
},
|
|
2268
|
-
{
|
|
2269
|
-
"name": "tel"
|
|
2270
|
-
},
|
|
2271
3068
|
{
|
|
2272
3069
|
"name": "url"
|
|
2273
3070
|
},
|
|
2274
3071
|
{
|
|
2275
|
-
"name": "
|
|
3072
|
+
"name": "off"
|
|
2276
3073
|
},
|
|
2277
3074
|
{
|
|
2278
|
-
"name": "
|
|
3075
|
+
"name": "on"
|
|
2279
3076
|
},
|
|
2280
3077
|
{
|
|
2281
|
-
"name": "
|
|
3078
|
+
"name": "additional-name"
|
|
2282
3079
|
},
|
|
2283
3080
|
{
|
|
2284
|
-
"name": "
|
|
3081
|
+
"name": "address-level1"
|
|
2285
3082
|
},
|
|
2286
3083
|
{
|
|
2287
|
-
"name": "
|
|
3084
|
+
"name": "address-level2"
|
|
2288
3085
|
},
|
|
2289
3086
|
{
|
|
2290
|
-
"name": "
|
|
3087
|
+
"name": "address-level3"
|
|
2291
3088
|
},
|
|
2292
3089
|
{
|
|
2293
|
-
"name": "
|
|
3090
|
+
"name": "address-level4"
|
|
2294
3091
|
},
|
|
2295
3092
|
{
|
|
2296
|
-
"name": "
|
|
3093
|
+
"name": "address-line1"
|
|
2297
3094
|
},
|
|
2298
3095
|
{
|
|
2299
|
-
"name": "
|
|
3096
|
+
"name": "address-line2"
|
|
2300
3097
|
},
|
|
2301
3098
|
{
|
|
2302
|
-
"name": "
|
|
3099
|
+
"name": "address-line3"
|
|
2303
3100
|
},
|
|
2304
3101
|
{
|
|
2305
|
-
"name": "
|
|
3102
|
+
"name": "bday-day"
|
|
2306
3103
|
},
|
|
2307
3104
|
{
|
|
2308
|
-
"name": "
|
|
3105
|
+
"name": "bday-month"
|
|
2309
3106
|
},
|
|
2310
3107
|
{
|
|
2311
|
-
"name": "
|
|
3108
|
+
"name": "bday-year"
|
|
2312
3109
|
},
|
|
2313
3110
|
{
|
|
2314
|
-
"name": "
|
|
3111
|
+
"name": "cc-csc"
|
|
2315
3112
|
},
|
|
2316
3113
|
{
|
|
2317
|
-
"name": "
|
|
3114
|
+
"name": "cc-exp"
|
|
2318
3115
|
},
|
|
2319
3116
|
{
|
|
2320
|
-
"name": "
|
|
3117
|
+
"name": "cc-exp-month"
|
|
2321
3118
|
},
|
|
2322
3119
|
{
|
|
2323
|
-
"name": "
|
|
3120
|
+
"name": "cc-exp-year"
|
|
2324
3121
|
},
|
|
2325
3122
|
{
|
|
2326
|
-
"name": "
|
|
3123
|
+
"name": "cc-family-name"
|
|
2327
3124
|
},
|
|
2328
3125
|
{
|
|
2329
|
-
"name": "
|
|
3126
|
+
"name": "cc-given-name"
|
|
2330
3127
|
},
|
|
2331
3128
|
{
|
|
2332
|
-
"name": "
|
|
3129
|
+
"name": "cc-name"
|
|
2333
3130
|
},
|
|
2334
3131
|
{
|
|
2335
|
-
"name": "
|
|
3132
|
+
"name": "cc-number"
|
|
2336
3133
|
},
|
|
2337
3134
|
{
|
|
2338
|
-
"name": "
|
|
3135
|
+
"name": "cc-type"
|
|
2339
3136
|
},
|
|
2340
3137
|
{
|
|
2341
3138
|
"name": "country"
|
|
@@ -2344,76 +3141,82 @@
|
|
|
2344
3141
|
"name": "country-name"
|
|
2345
3142
|
},
|
|
2346
3143
|
{
|
|
2347
|
-
"name": "
|
|
3144
|
+
"name": "current-password"
|
|
2348
3145
|
},
|
|
2349
3146
|
{
|
|
2350
|
-
"name": "
|
|
3147
|
+
"name": "family-name"
|
|
2351
3148
|
},
|
|
2352
3149
|
{
|
|
2353
|
-
"name": "
|
|
3150
|
+
"name": "given-name"
|
|
2354
3151
|
},
|
|
2355
3152
|
{
|
|
2356
|
-
"name": "
|
|
3153
|
+
"name": "honorific-prefix"
|
|
2357
3154
|
},
|
|
2358
3155
|
{
|
|
2359
|
-
"name": "
|
|
3156
|
+
"name": "honorific-suffix"
|
|
2360
3157
|
},
|
|
2361
3158
|
{
|
|
2362
|
-
"name": "
|
|
3159
|
+
"name": "new-password"
|
|
2363
3160
|
},
|
|
2364
3161
|
{
|
|
2365
|
-
"name": "
|
|
3162
|
+
"name": "one-time-code"
|
|
2366
3163
|
},
|
|
2367
3164
|
{
|
|
2368
|
-
"name": "
|
|
3165
|
+
"name": "organization"
|
|
2369
3166
|
},
|
|
2370
3167
|
{
|
|
2371
|
-
"name": "
|
|
3168
|
+
"name": "postal-code"
|
|
2372
3169
|
},
|
|
2373
3170
|
{
|
|
2374
|
-
"name": "
|
|
3171
|
+
"name": "street-address"
|
|
2375
3172
|
},
|
|
2376
3173
|
{
|
|
2377
|
-
"name": "
|
|
3174
|
+
"name": "transaction-amount"
|
|
2378
3175
|
},
|
|
2379
3176
|
{
|
|
2380
3177
|
"name": "transaction-currency"
|
|
2381
3178
|
},
|
|
2382
3179
|
{
|
|
2383
|
-
"name": "
|
|
3180
|
+
"name": "username"
|
|
2384
3181
|
},
|
|
2385
3182
|
{
|
|
2386
|
-
"name": "
|
|
3183
|
+
"name": "email"
|
|
2387
3184
|
},
|
|
2388
3185
|
{
|
|
2389
|
-
"name": "
|
|
3186
|
+
"name": "tel"
|
|
2390
3187
|
},
|
|
2391
3188
|
{
|
|
2392
|
-
"name": "
|
|
3189
|
+
"name": "tel-area-code"
|
|
2393
3190
|
},
|
|
2394
3191
|
{
|
|
2395
|
-
"name": "
|
|
3192
|
+
"name": "tel-country-code"
|
|
2396
3193
|
},
|
|
2397
3194
|
{
|
|
2398
|
-
"name": "
|
|
3195
|
+
"name": "tel-extension"
|
|
2399
3196
|
},
|
|
2400
3197
|
{
|
|
2401
|
-
"name": "
|
|
3198
|
+
"name": "tel-local"
|
|
2402
3199
|
},
|
|
2403
3200
|
{
|
|
2404
|
-
"name": "tel-
|
|
3201
|
+
"name": "tel-national"
|
|
2405
3202
|
},
|
|
2406
3203
|
{
|
|
2407
|
-
"name": "
|
|
3204
|
+
"name": "nickname"
|
|
2408
3205
|
},
|
|
2409
3206
|
{
|
|
2410
|
-
"name": "
|
|
3207
|
+
"name": "organization-title"
|
|
2411
3208
|
},
|
|
2412
3209
|
{
|
|
2413
|
-
"name": "
|
|
3210
|
+
"name": "cc-additional-name"
|
|
2414
3211
|
},
|
|
2415
3212
|
{
|
|
2416
|
-
"name": "
|
|
3213
|
+
"name": "language"
|
|
3214
|
+
},
|
|
3215
|
+
{
|
|
3216
|
+
"name": "bday"
|
|
3217
|
+
},
|
|
3218
|
+
{
|
|
3219
|
+
"name": "sex"
|
|
2417
3220
|
},
|
|
2418
3221
|
{
|
|
2419
3222
|
"name": "impp"
|
|
@@ -2529,7 +3332,7 @@
|
|
|
2529
3332
|
},
|
|
2530
3333
|
{
|
|
2531
3334
|
"name": "fill",
|
|
2532
|
-
"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\"`.",
|
|
2533
3336
|
"values": [
|
|
2534
3337
|
{
|
|
2535
3338
|
"name": "outline"
|
|
@@ -2579,7 +3382,7 @@
|
|
|
2579
3382
|
},
|
|
2580
3383
|
{
|
|
2581
3384
|
"name": "label-placement",
|
|
2582
|
-
"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.",
|
|
2583
3386
|
"values": [
|
|
2584
3387
|
{
|
|
2585
3388
|
"name": "end"
|
|
@@ -2616,7 +3419,7 @@
|
|
|
2616
3419
|
},
|
|
2617
3420
|
{
|
|
2618
3421
|
"name": "mode",
|
|
2619
|
-
"description": "The mode determines
|
|
3422
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2620
3423
|
"values": [
|
|
2621
3424
|
{
|
|
2622
3425
|
"name": "ios"
|
|
@@ -2652,10 +3455,31 @@
|
|
|
2652
3455
|
},
|
|
2653
3456
|
{
|
|
2654
3457
|
"name": "shape",
|
|
2655
|
-
"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\"`.",
|
|
2656
3459
|
"values": [
|
|
3460
|
+
{
|
|
3461
|
+
"name": "rectangular"
|
|
3462
|
+
},
|
|
2657
3463
|
{
|
|
2658
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"
|
|
2659
3483
|
}
|
|
2660
3484
|
]
|
|
2661
3485
|
},
|
|
@@ -2667,6 +3491,21 @@
|
|
|
2667
3491
|
"name": "step",
|
|
2668
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."
|
|
2669
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
|
+
},
|
|
2670
3509
|
{
|
|
2671
3510
|
"name": "type",
|
|
2672
3511
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -2835,7 +3674,7 @@
|
|
|
2835
3674
|
},
|
|
2836
3675
|
{
|
|
2837
3676
|
"name": "detail",
|
|
2838
|
-
"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."
|
|
2839
3678
|
},
|
|
2840
3679
|
{
|
|
2841
3680
|
"name": "detail-icon",
|
|
@@ -2870,7 +3709,7 @@
|
|
|
2870
3709
|
},
|
|
2871
3710
|
{
|
|
2872
3711
|
"name": "mode",
|
|
2873
|
-
"description": "The mode determines
|
|
3712
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2874
3713
|
"values": [
|
|
2875
3714
|
{
|
|
2876
3715
|
"name": "ios"
|
|
@@ -2903,6 +3742,21 @@
|
|
|
2903
3742
|
"name": "target",
|
|
2904
3743
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
2905
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
|
+
},
|
|
2906
3760
|
{
|
|
2907
3761
|
"name": "type",
|
|
2908
3762
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -2968,7 +3822,7 @@
|
|
|
2968
3822
|
},
|
|
2969
3823
|
{
|
|
2970
3824
|
"name": "mode",
|
|
2971
|
-
"description": "The mode determines
|
|
3825
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2972
3826
|
"values": [
|
|
2973
3827
|
{
|
|
2974
3828
|
"name": "ios"
|
|
@@ -2981,6 +3835,21 @@
|
|
|
2981
3835
|
{
|
|
2982
3836
|
"name": "sticky",
|
|
2983
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
|
+
]
|
|
2984
3853
|
}
|
|
2985
3854
|
],
|
|
2986
3855
|
"references": [
|
|
@@ -2996,7 +3865,35 @@
|
|
|
2996
3865
|
"kind": "markdown",
|
|
2997
3866
|
"value": ""
|
|
2998
3867
|
},
|
|
2999
|
-
"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
|
+
],
|
|
3000
3897
|
"references": [
|
|
3001
3898
|
{
|
|
3002
3899
|
"name": "Source code",
|
|
@@ -3062,7 +3959,7 @@
|
|
|
3062
3959
|
},
|
|
3063
3960
|
{
|
|
3064
3961
|
"name": "mode",
|
|
3065
|
-
"description": "The mode determines
|
|
3962
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3066
3963
|
"values": [
|
|
3067
3964
|
{
|
|
3068
3965
|
"name": "ios"
|
|
@@ -3076,10 +3973,40 @@
|
|
|
3076
3973
|
"name": "rel",
|
|
3077
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)."
|
|
3078
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
|
+
},
|
|
3079
3991
|
{
|
|
3080
3992
|
"name": "target",
|
|
3081
3993
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
3082
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
|
+
},
|
|
3083
4010
|
{
|
|
3084
4011
|
"name": "type",
|
|
3085
4012
|
"description": "The type of the button.",
|
|
@@ -3110,6 +4037,18 @@
|
|
|
3110
4037
|
"value": ""
|
|
3111
4038
|
},
|
|
3112
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
|
+
},
|
|
3113
4052
|
{
|
|
3114
4053
|
"name": "side",
|
|
3115
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.",
|
|
@@ -3121,6 +4060,21 @@
|
|
|
3121
4060
|
"name": "start"
|
|
3122
4061
|
}
|
|
3123
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
|
+
]
|
|
3124
4078
|
}
|
|
3125
4079
|
],
|
|
3126
4080
|
"references": [
|
|
@@ -3140,6 +4094,33 @@
|
|
|
3140
4094
|
{
|
|
3141
4095
|
"name": "disabled",
|
|
3142
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
|
+
]
|
|
3143
4124
|
}
|
|
3144
4125
|
],
|
|
3145
4126
|
"references": [
|
|
@@ -3191,7 +4172,7 @@
|
|
|
3191
4172
|
},
|
|
3192
4173
|
{
|
|
3193
4174
|
"name": "mode",
|
|
3194
|
-
"description": "The mode determines
|
|
4175
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3195
4176
|
"values": [
|
|
3196
4177
|
{
|
|
3197
4178
|
"name": "ios"
|
|
@@ -3215,6 +4196,21 @@
|
|
|
3215
4196
|
"name": "stacked"
|
|
3216
4197
|
}
|
|
3217
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
|
+
]
|
|
3218
4214
|
}
|
|
3219
4215
|
],
|
|
3220
4216
|
"references": [
|
|
@@ -3252,13 +4248,43 @@
|
|
|
3252
4248
|
},
|
|
3253
4249
|
{
|
|
3254
4250
|
"name": "mode",
|
|
3255
|
-
"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.",
|
|
3256
4279
|
"values": [
|
|
3257
4280
|
{
|
|
3258
4281
|
"name": "ios"
|
|
3259
4282
|
},
|
|
3260
4283
|
{
|
|
3261
4284
|
"name": "md"
|
|
4285
|
+
},
|
|
4286
|
+
{
|
|
4287
|
+
"name": "ionic"
|
|
3262
4288
|
}
|
|
3263
4289
|
]
|
|
3264
4290
|
}
|
|
@@ -3327,13 +4353,28 @@
|
|
|
3327
4353
|
},
|
|
3328
4354
|
{
|
|
3329
4355
|
"name": "mode",
|
|
3330
|
-
"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.",
|
|
3331
4369
|
"values": [
|
|
3332
4370
|
{
|
|
3333
4371
|
"name": "ios"
|
|
3334
4372
|
},
|
|
3335
4373
|
{
|
|
3336
4374
|
"name": "md"
|
|
4375
|
+
},
|
|
4376
|
+
{
|
|
4377
|
+
"name": "ionic"
|
|
3337
4378
|
}
|
|
3338
4379
|
]
|
|
3339
4380
|
}
|
|
@@ -3382,7 +4423,7 @@
|
|
|
3382
4423
|
},
|
|
3383
4424
|
{
|
|
3384
4425
|
"name": "mode",
|
|
3385
|
-
"description": "The mode determines
|
|
4426
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3386
4427
|
"values": [
|
|
3387
4428
|
{
|
|
3388
4429
|
"name": "ios"
|
|
@@ -3430,12 +4471,27 @@
|
|
|
3430
4471
|
]
|
|
3431
4472
|
},
|
|
3432
4473
|
{
|
|
3433
|
-
"name": "
|
|
3434
|
-
"description": "
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
4474
|
+
"name": "theme",
|
|
4475
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4476
|
+
"values": [
|
|
4477
|
+
{
|
|
4478
|
+
"name": "ios"
|
|
4479
|
+
},
|
|
4480
|
+
{
|
|
4481
|
+
"name": "md"
|
|
4482
|
+
},
|
|
4483
|
+
{
|
|
4484
|
+
"name": "ionic"
|
|
4485
|
+
}
|
|
4486
|
+
]
|
|
4487
|
+
},
|
|
4488
|
+
{
|
|
4489
|
+
"name": "translucent",
|
|
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)."
|
|
4491
|
+
},
|
|
4492
|
+
{
|
|
4493
|
+
"name": "trigger",
|
|
4494
|
+
"description": "An ID corresponding to the trigger element that\ncauses the loading indicator to open when clicked."
|
|
3439
4495
|
}
|
|
3440
4496
|
],
|
|
3441
4497
|
"references": [
|
|
@@ -3468,6 +4524,18 @@
|
|
|
3468
4524
|
"name": "menu-id",
|
|
3469
4525
|
"description": "An id for the menu."
|
|
3470
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
|
+
},
|
|
3471
4539
|
{
|
|
3472
4540
|
"name": "side",
|
|
3473
4541
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -3484,6 +4552,21 @@
|
|
|
3484
4552
|
"name": "swipe-gesture",
|
|
3485
4553
|
"description": "If `true`, swiping the menu is enabled."
|
|
3486
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
|
+
},
|
|
3487
4570
|
{
|
|
3488
4571
|
"name": "type",
|
|
3489
4572
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -3561,13 +4644,28 @@
|
|
|
3561
4644
|
},
|
|
3562
4645
|
{
|
|
3563
4646
|
"name": "mode",
|
|
3564
|
-
"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.",
|
|
3565
4660
|
"values": [
|
|
3566
4661
|
{
|
|
3567
4662
|
"name": "ios"
|
|
3568
4663
|
},
|
|
3569
4664
|
{
|
|
3570
4665
|
"name": "md"
|
|
4666
|
+
},
|
|
4667
|
+
{
|
|
4668
|
+
"name": "ionic"
|
|
3571
4669
|
}
|
|
3572
4670
|
]
|
|
3573
4671
|
},
|
|
@@ -3608,6 +4706,33 @@
|
|
|
3608
4706
|
{
|
|
3609
4707
|
"name": "menu",
|
|
3610
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
|
+
]
|
|
3611
4736
|
}
|
|
3612
4737
|
],
|
|
3613
4738
|
"references": [
|
|
@@ -3678,7 +4803,7 @@
|
|
|
3678
4803
|
},
|
|
3679
4804
|
{
|
|
3680
4805
|
"name": "mode",
|
|
3681
|
-
"description": "The mode determines
|
|
4806
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3682
4807
|
"values": [
|
|
3683
4808
|
{
|
|
3684
4809
|
"name": "ios"
|
|
@@ -3688,10 +4813,40 @@
|
|
|
3688
4813
|
}
|
|
3689
4814
|
]
|
|
3690
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
|
+
},
|
|
3691
4831
|
{
|
|
3692
4832
|
"name": "show-backdrop",
|
|
3693
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."
|
|
3694
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
|
+
},
|
|
3695
4850
|
{
|
|
3696
4851
|
"name": "trigger",
|
|
3697
4852
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked."
|
|
@@ -3715,6 +4870,18 @@
|
|
|
3715
4870
|
"name": "animated",
|
|
3716
4871
|
"description": "If `true`, the nav should animate the transition of components."
|
|
3717
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
|
+
},
|
|
3718
4885
|
{
|
|
3719
4886
|
"name": "root",
|
|
3720
4887
|
"description": "Root NavComponent to load"
|
|
@@ -3722,6 +4889,21 @@
|
|
|
3722
4889
|
{
|
|
3723
4890
|
"name": "swipe-gesture",
|
|
3724
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
|
+
]
|
|
3725
4907
|
}
|
|
3726
4908
|
],
|
|
3727
4909
|
"references": [
|
|
@@ -3742,6 +4924,18 @@
|
|
|
3742
4924
|
"name": "component",
|
|
3743
4925
|
"description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`."
|
|
3744
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
|
+
},
|
|
3745
4939
|
{
|
|
3746
4940
|
"name": "router-direction",
|
|
3747
4941
|
"description": "The transition direction when navigating to another page.",
|
|
@@ -3756,6 +4950,21 @@
|
|
|
3756
4950
|
"name": "root"
|
|
3757
4951
|
}
|
|
3758
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
|
+
]
|
|
3759
4968
|
}
|
|
3760
4969
|
],
|
|
3761
4970
|
"references": [
|
|
@@ -3807,13 +5016,28 @@
|
|
|
3807
5016
|
},
|
|
3808
5017
|
{
|
|
3809
5018
|
"name": "mode",
|
|
3810
|
-
"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.",
|
|
3811
5032
|
"values": [
|
|
3812
5033
|
{
|
|
3813
5034
|
"name": "ios"
|
|
3814
5035
|
},
|
|
3815
5036
|
{
|
|
3816
5037
|
"name": "md"
|
|
5038
|
+
},
|
|
5039
|
+
{
|
|
5040
|
+
"name": "ionic"
|
|
3817
5041
|
}
|
|
3818
5042
|
]
|
|
3819
5043
|
}
|
|
@@ -3834,13 +5058,28 @@
|
|
|
3834
5058
|
"attributes": [
|
|
3835
5059
|
{
|
|
3836
5060
|
"name": "mode",
|
|
3837
|
-
"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.",
|
|
3838
5074
|
"values": [
|
|
3839
5075
|
{
|
|
3840
5076
|
"name": "ios"
|
|
3841
5077
|
},
|
|
3842
5078
|
{
|
|
3843
5079
|
"name": "md"
|
|
5080
|
+
},
|
|
5081
|
+
{
|
|
5082
|
+
"name": "ionic"
|
|
3844
5083
|
}
|
|
3845
5084
|
]
|
|
3846
5085
|
}
|
|
@@ -3898,13 +5137,28 @@
|
|
|
3898
5137
|
},
|
|
3899
5138
|
{
|
|
3900
5139
|
"name": "mode",
|
|
3901
|
-
"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.",
|
|
3902
5153
|
"values": [
|
|
3903
5154
|
{
|
|
3904
5155
|
"name": "ios"
|
|
3905
5156
|
},
|
|
3906
5157
|
{
|
|
3907
5158
|
"name": "md"
|
|
5159
|
+
},
|
|
5160
|
+
{
|
|
5161
|
+
"name": "ionic"
|
|
3908
5162
|
}
|
|
3909
5163
|
]
|
|
3910
5164
|
},
|
|
@@ -3964,6 +5218,33 @@
|
|
|
3964
5218
|
"name": "disabled",
|
|
3965
5219
|
"description": "If `true`, the user cannot interact with the picker column option."
|
|
3966
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
|
+
},
|
|
3967
5248
|
{
|
|
3968
5249
|
"name": "value",
|
|
3969
5250
|
"description": "The text value of the option."
|
|
@@ -4009,7 +5290,7 @@
|
|
|
4009
5290
|
},
|
|
4010
5291
|
{
|
|
4011
5292
|
"name": "mode",
|
|
4012
|
-
"description": "The mode determines
|
|
5293
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4013
5294
|
"values": [
|
|
4014
5295
|
{
|
|
4015
5296
|
"name": "ios"
|
|
@@ -4023,6 +5304,21 @@
|
|
|
4023
5304
|
"name": "show-backdrop",
|
|
4024
5305
|
"description": "If `true`, a backdrop will be displayed behind the picker."
|
|
4025
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
|
+
},
|
|
4026
5322
|
{
|
|
4027
5323
|
"name": "trigger",
|
|
4028
5324
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked."
|
|
@@ -4044,7 +5340,7 @@
|
|
|
4044
5340
|
"attributes": [
|
|
4045
5341
|
{
|
|
4046
5342
|
"name": "alignment",
|
|
4047
|
-
"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.",
|
|
4048
5344
|
"values": [
|
|
4049
5345
|
{
|
|
4050
5346
|
"name": "center"
|
|
@@ -4063,7 +5359,7 @@
|
|
|
4063
5359
|
},
|
|
4064
5360
|
{
|
|
4065
5361
|
"name": "arrow",
|
|
4066
|
-
"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."
|
|
4067
5363
|
},
|
|
4068
5364
|
{
|
|
4069
5365
|
"name": "backdrop-dismiss",
|
|
@@ -4099,7 +5395,7 @@
|
|
|
4099
5395
|
},
|
|
4100
5396
|
{
|
|
4101
5397
|
"name": "mode",
|
|
4102
|
-
"description": "The mode determines
|
|
5398
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4103
5399
|
"values": [
|
|
4104
5400
|
{
|
|
4105
5401
|
"name": "ios"
|
|
@@ -4161,9 +5457,24 @@
|
|
|
4161
5457
|
}
|
|
4162
5458
|
]
|
|
4163
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
|
+
},
|
|
4164
5475
|
{
|
|
4165
5476
|
"name": "translucent",
|
|
4166
|
-
"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)."
|
|
4167
5478
|
},
|
|
4168
5479
|
{
|
|
4169
5480
|
"name": "trigger",
|
|
@@ -4238,7 +5549,7 @@
|
|
|
4238
5549
|
},
|
|
4239
5550
|
{
|
|
4240
5551
|
"name": "mode",
|
|
4241
|
-
"description": "The mode determines
|
|
5552
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4242
5553
|
"values": [
|
|
4243
5554
|
{
|
|
4244
5555
|
"name": "ios"
|
|
@@ -4252,6 +5563,21 @@
|
|
|
4252
5563
|
"name": "reversed",
|
|
4253
5564
|
"description": "If true, reverse the progress bar direction."
|
|
4254
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
|
+
},
|
|
4255
5581
|
{
|
|
4256
5582
|
"name": "type",
|
|
4257
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).",
|
|
@@ -4367,7 +5693,7 @@
|
|
|
4367
5693
|
},
|
|
4368
5694
|
{
|
|
4369
5695
|
"name": "mode",
|
|
4370
|
-
"description": "The mode determines
|
|
5696
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4371
5697
|
"values": [
|
|
4372
5698
|
{
|
|
4373
5699
|
"name": "ios"
|
|
@@ -4382,12 +5708,27 @@
|
|
|
4382
5708
|
"description": "The name of the control, which is submitted with the form data."
|
|
4383
5709
|
},
|
|
4384
5710
|
{
|
|
4385
|
-
"name": "
|
|
4386
|
-
"description": "the
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
|
|
4390
|
-
|
|
5711
|
+
"name": "theme",
|
|
5712
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5713
|
+
"values": [
|
|
5714
|
+
{
|
|
5715
|
+
"name": "ios"
|
|
5716
|
+
},
|
|
5717
|
+
{
|
|
5718
|
+
"name": "md"
|
|
5719
|
+
},
|
|
5720
|
+
{
|
|
5721
|
+
"name": "ionic"
|
|
5722
|
+
}
|
|
5723
|
+
]
|
|
5724
|
+
},
|
|
5725
|
+
{
|
|
5726
|
+
"name": "value",
|
|
5727
|
+
"description": "the value of the radio."
|
|
5728
|
+
}
|
|
5729
|
+
],
|
|
5730
|
+
"references": [
|
|
5731
|
+
{
|
|
4391
5732
|
"name": "Source code",
|
|
4392
5733
|
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/radio/radio.tsx"
|
|
4393
5734
|
}
|
|
@@ -4408,13 +5749,36 @@
|
|
|
4408
5749
|
"name": "compare-with",
|
|
4409
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."
|
|
4410
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
|
+
},
|
|
4411
5764
|
{
|
|
4412
5765
|
"name": "name",
|
|
4413
5766
|
"description": "The name of the control, which is submitted with the form data."
|
|
4414
5767
|
},
|
|
4415
5768
|
{
|
|
4416
|
-
"name": "
|
|
4417
|
-
"description": "
|
|
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
|
+
]
|
|
4418
5782
|
},
|
|
4419
5783
|
{
|
|
4420
5784
|
"name": "value",
|
|
@@ -4516,7 +5880,7 @@
|
|
|
4516
5880
|
},
|
|
4517
5881
|
{
|
|
4518
5882
|
"name": "mode",
|
|
4519
|
-
"description": "The mode determines
|
|
5883
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4520
5884
|
"values": [
|
|
4521
5885
|
{
|
|
4522
5886
|
"name": "ios"
|
|
@@ -4542,6 +5906,21 @@
|
|
|
4542
5906
|
"name": "step",
|
|
4543
5907
|
"description": "Specifies the value granularity."
|
|
4544
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
|
+
},
|
|
4545
5924
|
{
|
|
4546
5925
|
"name": "ticks",
|
|
4547
5926
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`."
|
|
@@ -4575,7 +5954,7 @@
|
|
|
4575
5954
|
},
|
|
4576
5955
|
{
|
|
4577
5956
|
"name": "mode",
|
|
4578
|
-
"description": "The mode determines
|
|
5957
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4579
5958
|
"values": [
|
|
4580
5959
|
{
|
|
4581
5960
|
"name": "ios"
|
|
@@ -4600,6 +5979,21 @@
|
|
|
4600
5979
|
{
|
|
4601
5980
|
"name": "snapback-duration",
|
|
4602
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
|
+
]
|
|
4603
5997
|
}
|
|
4604
5998
|
],
|
|
4605
5999
|
"references": [
|
|
@@ -4616,6 +6010,18 @@
|
|
|
4616
6010
|
"value": ""
|
|
4617
6011
|
},
|
|
4618
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
|
+
},
|
|
4619
6025
|
{
|
|
4620
6026
|
"name": "pulling-icon",
|
|
4621
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."
|
|
@@ -4660,6 +6066,21 @@
|
|
|
4660
6066
|
{
|
|
4661
6067
|
"name": "refreshing-text",
|
|
4662
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
|
+
]
|
|
4663
6084
|
}
|
|
4664
6085
|
],
|
|
4665
6086
|
"references": [
|
|
@@ -4675,7 +6096,35 @@
|
|
|
4675
6096
|
"kind": "markdown",
|
|
4676
6097
|
"value": ""
|
|
4677
6098
|
},
|
|
4678
|
-
"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
|
+
],
|
|
4679
6128
|
"references": [
|
|
4680
6129
|
{
|
|
4681
6130
|
"name": "Source code",
|
|
@@ -4693,6 +6142,33 @@
|
|
|
4693
6142
|
{
|
|
4694
6143
|
"name": "disabled",
|
|
4695
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
|
+
]
|
|
4696
6172
|
}
|
|
4697
6173
|
],
|
|
4698
6174
|
"references": [
|
|
@@ -4709,6 +6185,33 @@
|
|
|
4709
6185
|
"value": ""
|
|
4710
6186
|
},
|
|
4711
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
|
+
},
|
|
4712
6215
|
{
|
|
4713
6216
|
"name": "type",
|
|
4714
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.",
|
|
@@ -4740,6 +6243,33 @@
|
|
|
4740
6243
|
"name": "component",
|
|
4741
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."
|
|
4742
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
|
+
},
|
|
4743
6273
|
{
|
|
4744
6274
|
"name": "url",
|
|
4745
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."
|
|
@@ -4782,10 +6312,37 @@
|
|
|
4782
6312
|
"value": ""
|
|
4783
6313
|
},
|
|
4784
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
|
+
},
|
|
4785
6327
|
{
|
|
4786
6328
|
"name": "root",
|
|
4787
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."
|
|
4788
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
|
+
},
|
|
4789
6346
|
{
|
|
4790
6347
|
"name": "use-hash",
|
|
4791
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."
|
|
@@ -4842,6 +6399,18 @@
|
|
|
4842
6399
|
"name": "href",
|
|
4843
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."
|
|
4844
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
|
+
},
|
|
4845
6414
|
{
|
|
4846
6415
|
"name": "rel",
|
|
4847
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)."
|
|
@@ -4864,6 +6433,21 @@
|
|
|
4864
6433
|
{
|
|
4865
6434
|
"name": "target",
|
|
4866
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
|
+
]
|
|
4867
6451
|
}
|
|
4868
6452
|
],
|
|
4869
6453
|
"references": [
|
|
@@ -4886,7 +6470,7 @@
|
|
|
4886
6470
|
},
|
|
4887
6471
|
{
|
|
4888
6472
|
"name": "mode",
|
|
4889
|
-
"description": "The mode determines
|
|
6473
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4890
6474
|
"values": [
|
|
4891
6475
|
{
|
|
4892
6476
|
"name": "ios"
|
|
@@ -4895,6 +6479,21 @@
|
|
|
4895
6479
|
"name": "md"
|
|
4896
6480
|
}
|
|
4897
6481
|
]
|
|
6482
|
+
},
|
|
6483
|
+
{
|
|
6484
|
+
"name": "theme",
|
|
6485
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6486
|
+
"values": [
|
|
6487
|
+
{
|
|
6488
|
+
"name": "ios"
|
|
6489
|
+
},
|
|
6490
|
+
{
|
|
6491
|
+
"name": "md"
|
|
6492
|
+
},
|
|
6493
|
+
{
|
|
6494
|
+
"name": "ionic"
|
|
6495
|
+
}
|
|
6496
|
+
]
|
|
4898
6497
|
}
|
|
4899
6498
|
],
|
|
4900
6499
|
"references": [
|
|
@@ -4910,7 +6509,35 @@
|
|
|
4910
6509
|
"kind": "markdown",
|
|
4911
6510
|
"value": ""
|
|
4912
6511
|
},
|
|
4913
|
-
"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
|
+
],
|
|
4914
6541
|
"references": [
|
|
4915
6542
|
{
|
|
4916
6543
|
"name": "Source code",
|
|
@@ -4940,80 +6567,74 @@
|
|
|
4940
6567
|
{
|
|
4941
6568
|
"name": "name"
|
|
4942
6569
|
},
|
|
4943
|
-
{
|
|
4944
|
-
"name": "email"
|
|
4945
|
-
},
|
|
4946
|
-
{
|
|
4947
|
-
"name": "tel"
|
|
4948
|
-
},
|
|
4949
6570
|
{
|
|
4950
6571
|
"name": "url"
|
|
4951
6572
|
},
|
|
4952
6573
|
{
|
|
4953
|
-
"name": "
|
|
6574
|
+
"name": "off"
|
|
4954
6575
|
},
|
|
4955
6576
|
{
|
|
4956
|
-
"name": "
|
|
6577
|
+
"name": "on"
|
|
4957
6578
|
},
|
|
4958
6579
|
{
|
|
4959
|
-
"name": "
|
|
6580
|
+
"name": "additional-name"
|
|
4960
6581
|
},
|
|
4961
6582
|
{
|
|
4962
|
-
"name": "
|
|
6583
|
+
"name": "address-level1"
|
|
4963
6584
|
},
|
|
4964
6585
|
{
|
|
4965
|
-
"name": "
|
|
6586
|
+
"name": "address-level2"
|
|
4966
6587
|
},
|
|
4967
6588
|
{
|
|
4968
|
-
"name": "
|
|
6589
|
+
"name": "address-level3"
|
|
4969
6590
|
},
|
|
4970
6591
|
{
|
|
4971
|
-
"name": "
|
|
6592
|
+
"name": "address-level4"
|
|
4972
6593
|
},
|
|
4973
6594
|
{
|
|
4974
|
-
"name": "
|
|
6595
|
+
"name": "address-line1"
|
|
4975
6596
|
},
|
|
4976
6597
|
{
|
|
4977
|
-
"name": "
|
|
6598
|
+
"name": "address-line2"
|
|
4978
6599
|
},
|
|
4979
6600
|
{
|
|
4980
|
-
"name": "
|
|
6601
|
+
"name": "address-line3"
|
|
4981
6602
|
},
|
|
4982
6603
|
{
|
|
4983
|
-
"name": "
|
|
6604
|
+
"name": "bday-day"
|
|
4984
6605
|
},
|
|
4985
6606
|
{
|
|
4986
|
-
"name": "
|
|
6607
|
+
"name": "bday-month"
|
|
4987
6608
|
},
|
|
4988
6609
|
{
|
|
4989
|
-
"name": "
|
|
6610
|
+
"name": "bday-year"
|
|
4990
6611
|
},
|
|
4991
6612
|
{
|
|
4992
|
-
"name": "
|
|
6613
|
+
"name": "cc-csc"
|
|
4993
6614
|
},
|
|
4994
6615
|
{
|
|
4995
|
-
"name": "
|
|
6616
|
+
"name": "cc-exp"
|
|
4996
6617
|
},
|
|
4997
6618
|
{
|
|
4998
|
-
"name": "
|
|
6619
|
+
"name": "cc-exp-month"
|
|
4999
6620
|
},
|
|
5000
6621
|
{
|
|
5001
|
-
"name": "
|
|
6622
|
+
"name": "cc-exp-year"
|
|
5002
6623
|
},
|
|
5003
6624
|
{
|
|
5004
|
-
"name": "
|
|
6625
|
+
"name": "cc-family-name"
|
|
5005
6626
|
},
|
|
5006
6627
|
{
|
|
5007
|
-
"name": "
|
|
6628
|
+
"name": "cc-given-name"
|
|
5008
6629
|
},
|
|
5009
6630
|
{
|
|
5010
|
-
"name": "
|
|
6631
|
+
"name": "cc-name"
|
|
5011
6632
|
},
|
|
5012
6633
|
{
|
|
5013
|
-
"name": "
|
|
6634
|
+
"name": "cc-number"
|
|
5014
6635
|
},
|
|
5015
6636
|
{
|
|
5016
|
-
"name": "
|
|
6637
|
+
"name": "cc-type"
|
|
5017
6638
|
},
|
|
5018
6639
|
{
|
|
5019
6640
|
"name": "country"
|
|
@@ -5022,76 +6643,82 @@
|
|
|
5022
6643
|
"name": "country-name"
|
|
5023
6644
|
},
|
|
5024
6645
|
{
|
|
5025
|
-
"name": "
|
|
6646
|
+
"name": "current-password"
|
|
5026
6647
|
},
|
|
5027
6648
|
{
|
|
5028
|
-
"name": "
|
|
6649
|
+
"name": "family-name"
|
|
5029
6650
|
},
|
|
5030
6651
|
{
|
|
5031
|
-
"name": "
|
|
6652
|
+
"name": "given-name"
|
|
5032
6653
|
},
|
|
5033
6654
|
{
|
|
5034
|
-
"name": "
|
|
6655
|
+
"name": "honorific-prefix"
|
|
5035
6656
|
},
|
|
5036
6657
|
{
|
|
5037
|
-
"name": "
|
|
6658
|
+
"name": "honorific-suffix"
|
|
5038
6659
|
},
|
|
5039
6660
|
{
|
|
5040
|
-
"name": "
|
|
6661
|
+
"name": "new-password"
|
|
5041
6662
|
},
|
|
5042
6663
|
{
|
|
5043
|
-
"name": "
|
|
6664
|
+
"name": "one-time-code"
|
|
5044
6665
|
},
|
|
5045
6666
|
{
|
|
5046
|
-
"name": "
|
|
6667
|
+
"name": "organization"
|
|
5047
6668
|
},
|
|
5048
6669
|
{
|
|
5049
|
-
"name": "
|
|
6670
|
+
"name": "postal-code"
|
|
5050
6671
|
},
|
|
5051
6672
|
{
|
|
5052
|
-
"name": "
|
|
6673
|
+
"name": "street-address"
|
|
5053
6674
|
},
|
|
5054
6675
|
{
|
|
5055
|
-
"name": "
|
|
6676
|
+
"name": "transaction-amount"
|
|
5056
6677
|
},
|
|
5057
6678
|
{
|
|
5058
6679
|
"name": "transaction-currency"
|
|
5059
6680
|
},
|
|
5060
6681
|
{
|
|
5061
|
-
"name": "
|
|
6682
|
+
"name": "username"
|
|
5062
6683
|
},
|
|
5063
6684
|
{
|
|
5064
|
-
"name": "
|
|
6685
|
+
"name": "email"
|
|
5065
6686
|
},
|
|
5066
6687
|
{
|
|
5067
|
-
"name": "
|
|
6688
|
+
"name": "tel"
|
|
5068
6689
|
},
|
|
5069
6690
|
{
|
|
5070
|
-
"name": "
|
|
6691
|
+
"name": "tel-area-code"
|
|
5071
6692
|
},
|
|
5072
6693
|
{
|
|
5073
|
-
"name": "
|
|
6694
|
+
"name": "tel-country-code"
|
|
5074
6695
|
},
|
|
5075
6696
|
{
|
|
5076
|
-
"name": "
|
|
6697
|
+
"name": "tel-extension"
|
|
5077
6698
|
},
|
|
5078
6699
|
{
|
|
5079
|
-
"name": "
|
|
6700
|
+
"name": "tel-local"
|
|
5080
6701
|
},
|
|
5081
6702
|
{
|
|
5082
|
-
"name": "tel-
|
|
6703
|
+
"name": "tel-national"
|
|
5083
6704
|
},
|
|
5084
6705
|
{
|
|
5085
|
-
"name": "
|
|
6706
|
+
"name": "nickname"
|
|
5086
6707
|
},
|
|
5087
6708
|
{
|
|
5088
|
-
"name": "
|
|
6709
|
+
"name": "organization-title"
|
|
5089
6710
|
},
|
|
5090
6711
|
{
|
|
5091
|
-
"name": "
|
|
6712
|
+
"name": "cc-additional-name"
|
|
5092
6713
|
},
|
|
5093
6714
|
{
|
|
5094
|
-
"name": "
|
|
6715
|
+
"name": "language"
|
|
6716
|
+
},
|
|
6717
|
+
{
|
|
6718
|
+
"name": "bday"
|
|
6719
|
+
},
|
|
6720
|
+
{
|
|
6721
|
+
"name": "sex"
|
|
5095
6722
|
},
|
|
5096
6723
|
{
|
|
5097
6724
|
"name": "impp"
|
|
@@ -5115,15 +6742,15 @@
|
|
|
5115
6742
|
},
|
|
5116
6743
|
{
|
|
5117
6744
|
"name": "cancel-button-icon",
|
|
5118
|
-
"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\"`."
|
|
5119
6746
|
},
|
|
5120
6747
|
{
|
|
5121
6748
|
"name": "cancel-button-text",
|
|
5122
|
-
"description": "Set the the cancel button text. Only
|
|
6749
|
+
"description": "Set the the cancel button text. Only available when the theme is `\"ios\"`."
|
|
5123
6750
|
},
|
|
5124
6751
|
{
|
|
5125
6752
|
"name": "clear-icon",
|
|
5126
|
-
"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."
|
|
5127
6754
|
},
|
|
5128
6755
|
{
|
|
5129
6756
|
"name": "color",
|
|
@@ -5233,7 +6860,7 @@
|
|
|
5233
6860
|
},
|
|
5234
6861
|
{
|
|
5235
6862
|
"name": "mode",
|
|
5236
|
-
"description": "The mode determines
|
|
6863
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5237
6864
|
"values": [
|
|
5238
6865
|
{
|
|
5239
6866
|
"name": "ios"
|
|
@@ -5253,7 +6880,7 @@
|
|
|
5253
6880
|
},
|
|
5254
6881
|
{
|
|
5255
6882
|
"name": "search-icon",
|
|
5256
|
-
"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."
|
|
5257
6884
|
},
|
|
5258
6885
|
{
|
|
5259
6886
|
"name": "show-cancel-button",
|
|
@@ -5289,6 +6916,21 @@
|
|
|
5289
6916
|
"name": "spellcheck",
|
|
5290
6917
|
"description": "If `true`, enable spellcheck on the input."
|
|
5291
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
|
+
},
|
|
5292
6934
|
{
|
|
5293
6935
|
"name": "type",
|
|
5294
6936
|
"description": "Set the type of the input.",
|
|
@@ -5374,7 +7016,7 @@
|
|
|
5374
7016
|
},
|
|
5375
7017
|
{
|
|
5376
7018
|
"name": "mode",
|
|
5377
|
-
"description": "The mode determines
|
|
7019
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5378
7020
|
"values": [
|
|
5379
7021
|
{
|
|
5380
7022
|
"name": "ios"
|
|
@@ -5396,6 +7038,21 @@
|
|
|
5396
7038
|
"name": "swipe-gesture",
|
|
5397
7039
|
"description": "If `true`, users will be able to swipe between segment buttons to activate them."
|
|
5398
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
|
+
},
|
|
5399
7056
|
{
|
|
5400
7057
|
"name": "value",
|
|
5401
7058
|
"description": "the value of the segment."
|
|
@@ -5449,7 +7106,7 @@
|
|
|
5449
7106
|
},
|
|
5450
7107
|
{
|
|
5451
7108
|
"name": "mode",
|
|
5452
|
-
"description": "The mode determines
|
|
7109
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5453
7110
|
"values": [
|
|
5454
7111
|
{
|
|
5455
7112
|
"name": "ios"
|
|
@@ -5459,6 +7116,21 @@
|
|
|
5459
7116
|
}
|
|
5460
7117
|
]
|
|
5461
7118
|
},
|
|
7119
|
+
{
|
|
7120
|
+
"name": "theme",
|
|
7121
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7122
|
+
"values": [
|
|
7123
|
+
{
|
|
7124
|
+
"name": "ios"
|
|
7125
|
+
},
|
|
7126
|
+
{
|
|
7127
|
+
"name": "md"
|
|
7128
|
+
},
|
|
7129
|
+
{
|
|
7130
|
+
"name": "ionic"
|
|
7131
|
+
}
|
|
7132
|
+
]
|
|
7133
|
+
},
|
|
5462
7134
|
{
|
|
5463
7135
|
"name": "type",
|
|
5464
7136
|
"description": "The type of the button.",
|
|
@@ -5573,11 +7245,11 @@
|
|
|
5573
7245
|
},
|
|
5574
7246
|
{
|
|
5575
7247
|
"name": "expanded-icon",
|
|
5576
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
7248
|
+
"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."
|
|
5577
7249
|
},
|
|
5578
7250
|
{
|
|
5579
7251
|
"name": "fill",
|
|
5580
|
-
"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
|
|
7252
|
+
"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.",
|
|
5581
7253
|
"values": [
|
|
5582
7254
|
{
|
|
5583
7255
|
"name": "outline"
|
|
@@ -5651,7 +7323,7 @@
|
|
|
5651
7323
|
},
|
|
5652
7324
|
{
|
|
5653
7325
|
"name": "mode",
|
|
5654
|
-
"description": "The mode determines
|
|
7326
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5655
7327
|
"values": [
|
|
5656
7328
|
{
|
|
5657
7329
|
"name": "ios"
|
|
@@ -5677,26 +7349,58 @@
|
|
|
5677
7349
|
"name": "placeholder",
|
|
5678
7350
|
"description": "The text to display when the select is empty."
|
|
5679
7351
|
},
|
|
5680
|
-
{
|
|
5681
|
-
"name": "required",
|
|
5682
|
-
"description": "If `true`, the user must fill in a value before submitting a form."
|
|
5683
|
-
},
|
|
5684
7352
|
{
|
|
5685
7353
|
"name": "selected-text",
|
|
5686
7354
|
"description": "The text to display instead of the selected option's value."
|
|
5687
7355
|
},
|
|
5688
7356
|
{
|
|
5689
7357
|
"name": "shape",
|
|
5690
|
-
"description": "
|
|
7358
|
+
"description": "Set to `\"soft\"` for a select with slightly rounded corners,\n`\"round\"` for a select with fully rounded corners,\nor `\"rectangular\"` for a select without rounded corners.\n\nDefaults to `\"round\"` for the `\"ionic\"` theme, undefined for all other themes.",
|
|
5691
7359
|
"values": [
|
|
7360
|
+
{
|
|
7361
|
+
"name": "rectangular"
|
|
7362
|
+
},
|
|
5692
7363
|
{
|
|
5693
7364
|
"name": "round"
|
|
7365
|
+
},
|
|
7366
|
+
{
|
|
7367
|
+
"name": "soft"
|
|
7368
|
+
}
|
|
7369
|
+
]
|
|
7370
|
+
},
|
|
7371
|
+
{
|
|
7372
|
+
"name": "size",
|
|
7373
|
+
"description": "The size of the select. If \"large\" it will increase the height of the select, while\n\"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and undefined for all other themes.",
|
|
7374
|
+
"values": [
|
|
7375
|
+
{
|
|
7376
|
+
"name": "large"
|
|
7377
|
+
},
|
|
7378
|
+
{
|
|
7379
|
+
"name": "medium"
|
|
7380
|
+
},
|
|
7381
|
+
{
|
|
7382
|
+
"name": "small"
|
|
7383
|
+
}
|
|
7384
|
+
]
|
|
7385
|
+
},
|
|
7386
|
+
{
|
|
7387
|
+
"name": "theme",
|
|
7388
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7389
|
+
"values": [
|
|
7390
|
+
{
|
|
7391
|
+
"name": "ios"
|
|
7392
|
+
},
|
|
7393
|
+
{
|
|
7394
|
+
"name": "md"
|
|
7395
|
+
},
|
|
7396
|
+
{
|
|
7397
|
+
"name": "ionic"
|
|
5694
7398
|
}
|
|
5695
7399
|
]
|
|
5696
7400
|
},
|
|
5697
7401
|
{
|
|
5698
7402
|
"name": "toggle-icon",
|
|
5699
|
-
"description": "The toggle icon to use. Defaults to
|
|
7403
|
+
"description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes."
|
|
5700
7404
|
},
|
|
5701
7405
|
{
|
|
5702
7406
|
"name": "value",
|
|
@@ -5744,6 +7448,33 @@
|
|
|
5744
7448
|
"name": "disabled",
|
|
5745
7449
|
"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."
|
|
5746
7450
|
},
|
|
7451
|
+
{
|
|
7452
|
+
"name": "mode",
|
|
7453
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7454
|
+
"values": [
|
|
7455
|
+
{
|
|
7456
|
+
"name": "ios"
|
|
7457
|
+
},
|
|
7458
|
+
{
|
|
7459
|
+
"name": "md"
|
|
7460
|
+
}
|
|
7461
|
+
]
|
|
7462
|
+
},
|
|
7463
|
+
{
|
|
7464
|
+
"name": "theme",
|
|
7465
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7466
|
+
"values": [
|
|
7467
|
+
{
|
|
7468
|
+
"name": "ios"
|
|
7469
|
+
},
|
|
7470
|
+
{
|
|
7471
|
+
"name": "md"
|
|
7472
|
+
},
|
|
7473
|
+
{
|
|
7474
|
+
"name": "ionic"
|
|
7475
|
+
}
|
|
7476
|
+
]
|
|
7477
|
+
},
|
|
5747
7478
|
{
|
|
5748
7479
|
"name": "value",
|
|
5749
7480
|
"description": "The text value of the option."
|
|
@@ -5766,6 +7497,33 @@
|
|
|
5766
7497
|
{
|
|
5767
7498
|
"name": "animated",
|
|
5768
7499
|
"description": "If `true`, the skeleton text will animate."
|
|
7500
|
+
},
|
|
7501
|
+
{
|
|
7502
|
+
"name": "mode",
|
|
7503
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7504
|
+
"values": [
|
|
7505
|
+
{
|
|
7506
|
+
"name": "ios"
|
|
7507
|
+
},
|
|
7508
|
+
{
|
|
7509
|
+
"name": "md"
|
|
7510
|
+
}
|
|
7511
|
+
]
|
|
7512
|
+
},
|
|
7513
|
+
{
|
|
7514
|
+
"name": "theme",
|
|
7515
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7516
|
+
"values": [
|
|
7517
|
+
{
|
|
7518
|
+
"name": "ios"
|
|
7519
|
+
},
|
|
7520
|
+
{
|
|
7521
|
+
"name": "md"
|
|
7522
|
+
},
|
|
7523
|
+
{
|
|
7524
|
+
"name": "ionic"
|
|
7525
|
+
}
|
|
7526
|
+
]
|
|
5769
7527
|
}
|
|
5770
7528
|
],
|
|
5771
7529
|
"references": [
|
|
@@ -5819,6 +7577,18 @@
|
|
|
5819
7577
|
"name": "duration",
|
|
5820
7578
|
"description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner."
|
|
5821
7579
|
},
|
|
7580
|
+
{
|
|
7581
|
+
"name": "mode",
|
|
7582
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7583
|
+
"values": [
|
|
7584
|
+
{
|
|
7585
|
+
"name": "ios"
|
|
7586
|
+
},
|
|
7587
|
+
{
|
|
7588
|
+
"name": "md"
|
|
7589
|
+
}
|
|
7590
|
+
]
|
|
7591
|
+
},
|
|
5822
7592
|
{
|
|
5823
7593
|
"name": "name",
|
|
5824
7594
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -5855,6 +7625,42 @@
|
|
|
5855
7625
|
{
|
|
5856
7626
|
"name": "paused",
|
|
5857
7627
|
"description": "If `true`, the spinner's animation will be paused."
|
|
7628
|
+
},
|
|
7629
|
+
{
|
|
7630
|
+
"name": "size",
|
|
7631
|
+
"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.",
|
|
7632
|
+
"values": [
|
|
7633
|
+
{
|
|
7634
|
+
"name": "large"
|
|
7635
|
+
},
|
|
7636
|
+
{
|
|
7637
|
+
"name": "medium"
|
|
7638
|
+
},
|
|
7639
|
+
{
|
|
7640
|
+
"name": "small"
|
|
7641
|
+
},
|
|
7642
|
+
{
|
|
7643
|
+
"name": "xlarge"
|
|
7644
|
+
},
|
|
7645
|
+
{
|
|
7646
|
+
"name": "xsmall"
|
|
7647
|
+
}
|
|
7648
|
+
]
|
|
7649
|
+
},
|
|
7650
|
+
{
|
|
7651
|
+
"name": "theme",
|
|
7652
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7653
|
+
"values": [
|
|
7654
|
+
{
|
|
7655
|
+
"name": "ios"
|
|
7656
|
+
},
|
|
7657
|
+
{
|
|
7658
|
+
"name": "md"
|
|
7659
|
+
},
|
|
7660
|
+
{
|
|
7661
|
+
"name": "ionic"
|
|
7662
|
+
}
|
|
7663
|
+
]
|
|
5858
7664
|
}
|
|
5859
7665
|
],
|
|
5860
7666
|
"references": [
|
|
@@ -5879,6 +7685,33 @@
|
|
|
5879
7685
|
"name": "disabled",
|
|
5880
7686
|
"description": "If `true`, the split pane will be hidden."
|
|
5881
7687
|
},
|
|
7688
|
+
{
|
|
7689
|
+
"name": "mode",
|
|
7690
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7691
|
+
"values": [
|
|
7692
|
+
{
|
|
7693
|
+
"name": "ios"
|
|
7694
|
+
},
|
|
7695
|
+
{
|
|
7696
|
+
"name": "md"
|
|
7697
|
+
}
|
|
7698
|
+
]
|
|
7699
|
+
},
|
|
7700
|
+
{
|
|
7701
|
+
"name": "theme",
|
|
7702
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7703
|
+
"values": [
|
|
7704
|
+
{
|
|
7705
|
+
"name": "ios"
|
|
7706
|
+
},
|
|
7707
|
+
{
|
|
7708
|
+
"name": "md"
|
|
7709
|
+
},
|
|
7710
|
+
{
|
|
7711
|
+
"name": "ionic"
|
|
7712
|
+
}
|
|
7713
|
+
]
|
|
7714
|
+
},
|
|
5882
7715
|
{
|
|
5883
7716
|
"name": "when",
|
|
5884
7717
|
"description": "When the split-pane should be shown.\nCan be a CSS media query expression, or a shortcut expression.\nCan also be a boolean expression."
|
|
@@ -5902,9 +7735,36 @@
|
|
|
5902
7735
|
"name": "component",
|
|
5903
7736
|
"description": "The component to display inside of the tab."
|
|
5904
7737
|
},
|
|
7738
|
+
{
|
|
7739
|
+
"name": "mode",
|
|
7740
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7741
|
+
"values": [
|
|
7742
|
+
{
|
|
7743
|
+
"name": "ios"
|
|
7744
|
+
},
|
|
7745
|
+
{
|
|
7746
|
+
"name": "md"
|
|
7747
|
+
}
|
|
7748
|
+
]
|
|
7749
|
+
},
|
|
5905
7750
|
{
|
|
5906
7751
|
"name": "tab",
|
|
5907
7752
|
"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."
|
|
7753
|
+
},
|
|
7754
|
+
{
|
|
7755
|
+
"name": "theme",
|
|
7756
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7757
|
+
"values": [
|
|
7758
|
+
{
|
|
7759
|
+
"name": "ios"
|
|
7760
|
+
},
|
|
7761
|
+
{
|
|
7762
|
+
"name": "md"
|
|
7763
|
+
},
|
|
7764
|
+
{
|
|
7765
|
+
"name": "ionic"
|
|
7766
|
+
}
|
|
7767
|
+
]
|
|
5908
7768
|
}
|
|
5909
7769
|
],
|
|
5910
7770
|
"references": [
|
|
@@ -5954,9 +7814,21 @@
|
|
|
5954
7814
|
}
|
|
5955
7815
|
]
|
|
5956
7816
|
},
|
|
7817
|
+
{
|
|
7818
|
+
"name": "expand",
|
|
7819
|
+
"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\"`.",
|
|
7820
|
+
"values": [
|
|
7821
|
+
{
|
|
7822
|
+
"name": "compact"
|
|
7823
|
+
},
|
|
7824
|
+
{
|
|
7825
|
+
"name": "full"
|
|
7826
|
+
}
|
|
7827
|
+
]
|
|
7828
|
+
},
|
|
5957
7829
|
{
|
|
5958
7830
|
"name": "mode",
|
|
5959
|
-
"description": "The mode determines
|
|
7831
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5960
7832
|
"values": [
|
|
5961
7833
|
{
|
|
5962
7834
|
"name": "ios"
|
|
@@ -5970,9 +7842,39 @@
|
|
|
5970
7842
|
"name": "selected-tab",
|
|
5971
7843
|
"description": "The selected tab component"
|
|
5972
7844
|
},
|
|
7845
|
+
{
|
|
7846
|
+
"name": "shape",
|
|
7847
|
+
"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.",
|
|
7848
|
+
"values": [
|
|
7849
|
+
{
|
|
7850
|
+
"name": "rectangular"
|
|
7851
|
+
},
|
|
7852
|
+
{
|
|
7853
|
+
"name": "round"
|
|
7854
|
+
},
|
|
7855
|
+
{
|
|
7856
|
+
"name": "soft"
|
|
7857
|
+
}
|
|
7858
|
+
]
|
|
7859
|
+
},
|
|
7860
|
+
{
|
|
7861
|
+
"name": "theme",
|
|
7862
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7863
|
+
"values": [
|
|
7864
|
+
{
|
|
7865
|
+
"name": "ios"
|
|
7866
|
+
},
|
|
7867
|
+
{
|
|
7868
|
+
"name": "md"
|
|
7869
|
+
},
|
|
7870
|
+
{
|
|
7871
|
+
"name": "ionic"
|
|
7872
|
+
}
|
|
7873
|
+
]
|
|
7874
|
+
},
|
|
5973
7875
|
{
|
|
5974
7876
|
"name": "translucent",
|
|
5975
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
7877
|
+
"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)."
|
|
5976
7878
|
}
|
|
5977
7879
|
],
|
|
5978
7880
|
"references": [
|
|
@@ -6027,7 +7929,7 @@
|
|
|
6027
7929
|
},
|
|
6028
7930
|
{
|
|
6029
7931
|
"name": "mode",
|
|
6030
|
-
"description": "The mode determines
|
|
7932
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6031
7933
|
"values": [
|
|
6032
7934
|
{
|
|
6033
7935
|
"name": "ios"
|
|
@@ -6045,6 +7947,21 @@
|
|
|
6045
7947
|
"name": "selected",
|
|
6046
7948
|
"description": "The selected tab component"
|
|
6047
7949
|
},
|
|
7950
|
+
{
|
|
7951
|
+
"name": "shape",
|
|
7952
|
+
"description": "Set to `\"soft\"` for a tab-button with slightly rounded corners,\n`\"round\"` for a tab-button with fully rounded corners, or `\"rectangular\"`\nfor a tab-button without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
7953
|
+
"values": [
|
|
7954
|
+
{
|
|
7955
|
+
"name": "rectangular"
|
|
7956
|
+
},
|
|
7957
|
+
{
|
|
7958
|
+
"name": "round"
|
|
7959
|
+
},
|
|
7960
|
+
{
|
|
7961
|
+
"name": "soft"
|
|
7962
|
+
}
|
|
7963
|
+
]
|
|
7964
|
+
},
|
|
6048
7965
|
{
|
|
6049
7966
|
"name": "tab",
|
|
6050
7967
|
"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."
|
|
@@ -6052,6 +7969,21 @@
|
|
|
6052
7969
|
{
|
|
6053
7970
|
"name": "target",
|
|
6054
7971
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
7972
|
+
},
|
|
7973
|
+
{
|
|
7974
|
+
"name": "theme",
|
|
7975
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7976
|
+
"values": [
|
|
7977
|
+
{
|
|
7978
|
+
"name": "ios"
|
|
7979
|
+
},
|
|
7980
|
+
{
|
|
7981
|
+
"name": "md"
|
|
7982
|
+
},
|
|
7983
|
+
{
|
|
7984
|
+
"name": "ionic"
|
|
7985
|
+
}
|
|
7986
|
+
]
|
|
6055
7987
|
}
|
|
6056
7988
|
],
|
|
6057
7989
|
"references": [
|
|
@@ -6067,7 +7999,35 @@
|
|
|
6067
7999
|
"kind": "markdown",
|
|
6068
8000
|
"value": ""
|
|
6069
8001
|
},
|
|
6070
|
-
"attributes": [
|
|
8002
|
+
"attributes": [
|
|
8003
|
+
{
|
|
8004
|
+
"name": "mode",
|
|
8005
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8006
|
+
"values": [
|
|
8007
|
+
{
|
|
8008
|
+
"name": "ios"
|
|
8009
|
+
},
|
|
8010
|
+
{
|
|
8011
|
+
"name": "md"
|
|
8012
|
+
}
|
|
8013
|
+
]
|
|
8014
|
+
},
|
|
8015
|
+
{
|
|
8016
|
+
"name": "theme",
|
|
8017
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8018
|
+
"values": [
|
|
8019
|
+
{
|
|
8020
|
+
"name": "ios"
|
|
8021
|
+
},
|
|
8022
|
+
{
|
|
8023
|
+
"name": "md"
|
|
8024
|
+
},
|
|
8025
|
+
{
|
|
8026
|
+
"name": "ionic"
|
|
8027
|
+
}
|
|
8028
|
+
]
|
|
8029
|
+
}
|
|
8030
|
+
],
|
|
6071
8031
|
"references": [
|
|
6072
8032
|
{
|
|
6073
8033
|
"name": "Source code",
|
|
@@ -6117,13 +8077,28 @@
|
|
|
6117
8077
|
},
|
|
6118
8078
|
{
|
|
6119
8079
|
"name": "mode",
|
|
6120
|
-
"description": "The mode determines
|
|
8080
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8081
|
+
"values": [
|
|
8082
|
+
{
|
|
8083
|
+
"name": "ios"
|
|
8084
|
+
},
|
|
8085
|
+
{
|
|
8086
|
+
"name": "md"
|
|
8087
|
+
}
|
|
8088
|
+
]
|
|
8089
|
+
},
|
|
8090
|
+
{
|
|
8091
|
+
"name": "theme",
|
|
8092
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6121
8093
|
"values": [
|
|
6122
8094
|
{
|
|
6123
8095
|
"name": "ios"
|
|
6124
8096
|
},
|
|
6125
8097
|
{
|
|
6126
8098
|
"name": "md"
|
|
8099
|
+
},
|
|
8100
|
+
{
|
|
8101
|
+
"name": "ionic"
|
|
6127
8102
|
}
|
|
6128
8103
|
]
|
|
6129
8104
|
}
|
|
@@ -6240,7 +8215,7 @@
|
|
|
6240
8215
|
},
|
|
6241
8216
|
{
|
|
6242
8217
|
"name": "fill",
|
|
6243
|
-
"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
|
|
8218
|
+
"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\"`.",
|
|
6244
8219
|
"values": [
|
|
6245
8220
|
{
|
|
6246
8221
|
"name": "outline"
|
|
@@ -6319,7 +8294,7 @@
|
|
|
6319
8294
|
},
|
|
6320
8295
|
{
|
|
6321
8296
|
"name": "mode",
|
|
6322
|
-
"description": "The mode determines
|
|
8297
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6323
8298
|
"values": [
|
|
6324
8299
|
{
|
|
6325
8300
|
"name": "ios"
|
|
@@ -6351,10 +8326,31 @@
|
|
|
6351
8326
|
},
|
|
6352
8327
|
{
|
|
6353
8328
|
"name": "shape",
|
|
6354
|
-
"description": "
|
|
8329
|
+
"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.",
|
|
6355
8330
|
"values": [
|
|
8331
|
+
{
|
|
8332
|
+
"name": "rectangular"
|
|
8333
|
+
},
|
|
6356
8334
|
{
|
|
6357
8335
|
"name": "round"
|
|
8336
|
+
},
|
|
8337
|
+
{
|
|
8338
|
+
"name": "soft"
|
|
8339
|
+
}
|
|
8340
|
+
]
|
|
8341
|
+
},
|
|
8342
|
+
{
|
|
8343
|
+
"name": "size",
|
|
8344
|
+
"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.",
|
|
8345
|
+
"values": [
|
|
8346
|
+
{
|
|
8347
|
+
"name": "large"
|
|
8348
|
+
},
|
|
8349
|
+
{
|
|
8350
|
+
"name": "medium"
|
|
8351
|
+
},
|
|
8352
|
+
{
|
|
8353
|
+
"name": "small"
|
|
6358
8354
|
}
|
|
6359
8355
|
]
|
|
6360
8356
|
},
|
|
@@ -6362,6 +8358,21 @@
|
|
|
6362
8358
|
"name": "spellcheck",
|
|
6363
8359
|
"description": "If `true`, the element will have its spelling and grammar checked."
|
|
6364
8360
|
},
|
|
8361
|
+
{
|
|
8362
|
+
"name": "theme",
|
|
8363
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8364
|
+
"values": [
|
|
8365
|
+
{
|
|
8366
|
+
"name": "ios"
|
|
8367
|
+
},
|
|
8368
|
+
{
|
|
8369
|
+
"name": "md"
|
|
8370
|
+
},
|
|
8371
|
+
{
|
|
8372
|
+
"name": "ionic"
|
|
8373
|
+
}
|
|
8374
|
+
]
|
|
8375
|
+
},
|
|
6365
8376
|
{
|
|
6366
8377
|
"name": "value",
|
|
6367
8378
|
"description": "The value of the textarea."
|
|
@@ -6395,7 +8406,35 @@
|
|
|
6395
8406
|
"kind": "markdown",
|
|
6396
8407
|
"value": ""
|
|
6397
8408
|
},
|
|
6398
|
-
"attributes": [
|
|
8409
|
+
"attributes": [
|
|
8410
|
+
{
|
|
8411
|
+
"name": "mode",
|
|
8412
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8413
|
+
"values": [
|
|
8414
|
+
{
|
|
8415
|
+
"name": "ios"
|
|
8416
|
+
},
|
|
8417
|
+
{
|
|
8418
|
+
"name": "md"
|
|
8419
|
+
}
|
|
8420
|
+
]
|
|
8421
|
+
},
|
|
8422
|
+
{
|
|
8423
|
+
"name": "theme",
|
|
8424
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8425
|
+
"values": [
|
|
8426
|
+
{
|
|
8427
|
+
"name": "ios"
|
|
8428
|
+
},
|
|
8429
|
+
{
|
|
8430
|
+
"name": "md"
|
|
8431
|
+
},
|
|
8432
|
+
{
|
|
8433
|
+
"name": "ionic"
|
|
8434
|
+
}
|
|
8435
|
+
]
|
|
8436
|
+
}
|
|
8437
|
+
],
|
|
6399
8438
|
"references": [
|
|
6400
8439
|
{
|
|
6401
8440
|
"name": "Source code",
|
|
@@ -6443,6 +8482,18 @@
|
|
|
6443
8482
|
}
|
|
6444
8483
|
]
|
|
6445
8484
|
},
|
|
8485
|
+
{
|
|
8486
|
+
"name": "mode",
|
|
8487
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8488
|
+
"values": [
|
|
8489
|
+
{
|
|
8490
|
+
"name": "ios"
|
|
8491
|
+
},
|
|
8492
|
+
{
|
|
8493
|
+
"name": "md"
|
|
8494
|
+
}
|
|
8495
|
+
]
|
|
8496
|
+
},
|
|
6446
8497
|
{
|
|
6447
8498
|
"name": "size",
|
|
6448
8499
|
"description": "The size of the toolbar title.",
|
|
@@ -6454,6 +8505,21 @@
|
|
|
6454
8505
|
"name": "small"
|
|
6455
8506
|
}
|
|
6456
8507
|
]
|
|
8508
|
+
},
|
|
8509
|
+
{
|
|
8510
|
+
"name": "theme",
|
|
8511
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8512
|
+
"values": [
|
|
8513
|
+
{
|
|
8514
|
+
"name": "ios"
|
|
8515
|
+
},
|
|
8516
|
+
{
|
|
8517
|
+
"name": "md"
|
|
8518
|
+
},
|
|
8519
|
+
{
|
|
8520
|
+
"name": "ionic"
|
|
8521
|
+
}
|
|
8522
|
+
]
|
|
6457
8523
|
}
|
|
6458
8524
|
],
|
|
6459
8525
|
"references": [
|
|
@@ -6549,7 +8615,7 @@
|
|
|
6549
8615
|
},
|
|
6550
8616
|
{
|
|
6551
8617
|
"name": "mode",
|
|
6552
|
-
"description": "The mode determines
|
|
8618
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6553
8619
|
"values": [
|
|
6554
8620
|
{
|
|
6555
8621
|
"name": "ios"
|
|
@@ -6578,6 +8644,21 @@
|
|
|
6578
8644
|
"name": "position-anchor",
|
|
6579
8645
|
"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."
|
|
6580
8646
|
},
|
|
8647
|
+
{
|
|
8648
|
+
"name": "shape",
|
|
8649
|
+
"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.",
|
|
8650
|
+
"values": [
|
|
8651
|
+
{
|
|
8652
|
+
"name": "rectangular"
|
|
8653
|
+
},
|
|
8654
|
+
{
|
|
8655
|
+
"name": "round"
|
|
8656
|
+
},
|
|
8657
|
+
{
|
|
8658
|
+
"name": "soft"
|
|
8659
|
+
}
|
|
8660
|
+
]
|
|
8661
|
+
},
|
|
6581
8662
|
{
|
|
6582
8663
|
"name": "swipe-gesture",
|
|
6583
8664
|
"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.",
|
|
@@ -6587,9 +8668,24 @@
|
|
|
6587
8668
|
}
|
|
6588
8669
|
]
|
|
6589
8670
|
},
|
|
8671
|
+
{
|
|
8672
|
+
"name": "theme",
|
|
8673
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8674
|
+
"values": [
|
|
8675
|
+
{
|
|
8676
|
+
"name": "ios"
|
|
8677
|
+
},
|
|
8678
|
+
{
|
|
8679
|
+
"name": "md"
|
|
8680
|
+
},
|
|
8681
|
+
{
|
|
8682
|
+
"name": "ionic"
|
|
8683
|
+
}
|
|
8684
|
+
]
|
|
8685
|
+
},
|
|
6590
8686
|
{
|
|
6591
8687
|
"name": "translucent",
|
|
6592
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
8688
|
+
"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)."
|
|
6593
8689
|
},
|
|
6594
8690
|
{
|
|
6595
8691
|
"name": "trigger",
|
|
@@ -6702,7 +8798,7 @@
|
|
|
6702
8798
|
},
|
|
6703
8799
|
{
|
|
6704
8800
|
"name": "mode",
|
|
6705
|
-
"description": "The mode determines
|
|
8801
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6706
8802
|
"values": [
|
|
6707
8803
|
{
|
|
6708
8804
|
"name": "ios"
|
|
@@ -6717,8 +8813,19 @@
|
|
|
6717
8813
|
"description": "The name of the control, which is submitted with the form data."
|
|
6718
8814
|
},
|
|
6719
8815
|
{
|
|
6720
|
-
"name": "
|
|
6721
|
-
"description": "
|
|
8816
|
+
"name": "theme",
|
|
8817
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8818
|
+
"values": [
|
|
8819
|
+
{
|
|
8820
|
+
"name": "ios"
|
|
8821
|
+
},
|
|
8822
|
+
{
|
|
8823
|
+
"name": "md"
|
|
8824
|
+
},
|
|
8825
|
+
{
|
|
8826
|
+
"name": "ionic"
|
|
8827
|
+
}
|
|
8828
|
+
]
|
|
6722
8829
|
},
|
|
6723
8830
|
{
|
|
6724
8831
|
"name": "value",
|
|
@@ -6774,13 +8881,28 @@
|
|
|
6774
8881
|
},
|
|
6775
8882
|
{
|
|
6776
8883
|
"name": "mode",
|
|
6777
|
-
"description": "The mode determines
|
|
8884
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8885
|
+
"values": [
|
|
8886
|
+
{
|
|
8887
|
+
"name": "ios"
|
|
8888
|
+
},
|
|
8889
|
+
{
|
|
8890
|
+
"name": "md"
|
|
8891
|
+
}
|
|
8892
|
+
]
|
|
8893
|
+
},
|
|
8894
|
+
{
|
|
8895
|
+
"name": "theme",
|
|
8896
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6778
8897
|
"values": [
|
|
6779
8898
|
{
|
|
6780
8899
|
"name": "ios"
|
|
6781
8900
|
},
|
|
6782
8901
|
{
|
|
6783
8902
|
"name": "md"
|
|
8903
|
+
},
|
|
8904
|
+
{
|
|
8905
|
+
"name": "ionic"
|
|
6784
8906
|
}
|
|
6785
8907
|
]
|
|
6786
8908
|
}
|