@ionic/core 8.7.6-dev.11759524961.1cff6814 → 8.7.6-dev.11759752152.17f114d8
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 +14 -10
- package/components/alert.js +15 -12
- package/components/animation.js +1 -1
- package/components/backdrop.js +10 -7
- package/components/button.js +42 -11
- package/components/buttons.js +12 -9
- 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 +32 -13
- package/components/content.js +15 -13
- package/components/data.js +5 -5
- package/components/focus-visible.js +23 -1
- package/components/framework-delegate.js +3 -1
- package/components/header.js +29 -17
- package/components/helpers.js +42 -3
- package/components/icon.js +1 -1
- package/components/index2.js +3 -70
- package/components/index5.js +8 -8
- package/components/index6.js +1 -1
- package/components/index7.js +111 -150
- package/components/index8.js +150 -111
- package/components/input-shims.js +2 -2
- package/components/input.utils.js +1 -1
- package/components/ion-accordion-group.js +24 -6
- package/components/ion-accordion.js +33 -22
- package/components/ion-app.js +13 -78
- package/components/ion-avatar.js +58 -5
- package/components/ion-back-button.js +28 -20
- package/components/ion-badge.js +74 -10
- package/components/ion-breadcrumb.js +44 -11
- package/components/ion-breadcrumbs.js +9 -6
- package/components/ion-card-content.js +11 -8
- package/components/ion-card-header.js +10 -7
- package/components/ion-card-subtitle.js +9 -6
- package/components/ion-card-title.js +9 -6
- package/components/ion-card.js +22 -10
- package/components/ion-chip.js +54 -9
- package/components/ion-col.js +52 -51
- package/components/ion-datetime-button.js +9 -6
- package/components/ion-datetime.js +99 -22
- package/components/ion-divider.d.ts +11 -0
- package/components/ion-divider.js +70 -0
- package/components/ion-fab-button.js +32 -16
- package/components/ion-fab-list.js +6 -6
- package/components/ion-fab.js +7 -7
- package/components/ion-footer.js +19 -14
- package/components/ion-grid.js +6 -6
- package/components/ion-img.js +6 -3
- package/components/ion-infinite-scroll-content.js +12 -9
- package/components/ion-infinite-scroll.js +79 -7
- package/components/ion-input-otp.js +10 -7
- package/components/ion-input-password-toggle.js +52 -14
- package/components/ion-input.js +121 -29
- package/components/ion-item-divider.js +9 -6
- package/components/ion-item-group.js +9 -6
- package/components/ion-item-option.js +37 -10
- package/components/ion-item-options.js +11 -8
- package/components/ion-item-sliding.js +6 -6
- package/components/ion-loading.js +13 -10
- package/components/ion-menu-button.js +27 -11
- package/components/ion-menu-toggle.js +6 -6
- package/components/ion-menu.js +11 -9
- package/components/ion-nav-link.js +2 -2
- package/components/ion-nav.js +8 -6
- package/components/ion-note.js +9 -6
- package/components/ion-picker-legacy.js +8 -8
- package/components/ion-progress-bar.js +26 -8
- package/components/ion-range.js +13 -10
- package/components/ion-refresher-content.js +23 -8
- package/components/ion-refresher.js +11 -8
- package/components/ion-reorder-group.js +6 -6
- package/components/ion-reorder.js +31 -6
- package/components/ion-router-link.js +7 -7
- package/components/ion-router-outlet.js +5 -5
- package/components/ion-row.js +7 -4
- package/components/ion-searchbar.js +138 -24
- package/components/ion-segment-button.js +11 -8
- package/components/ion-segment-content.js +2 -2
- package/components/ion-segment-view.js +6 -3
- package/components/ion-segment.js +11 -8
- package/components/ion-select-option.js +6 -3
- package/components/ion-select.js +118 -34
- package/components/ion-skeleton-text.js +6 -6
- package/components/ion-split-pane.js +12 -9
- package/components/ion-tab-bar.js +40 -10
- package/components/ion-tab-button.js +26 -8
- package/components/ion-tab.js +3 -3
- package/components/ion-tabs.js +3 -3
- package/components/ion-text.js +6 -6
- package/components/ion-textarea.js +53 -12
- package/components/ion-thumbnail.js +6 -3
- package/components/ion-toast.js +38 -13
- package/components/ion-toggle.js +75 -18
- package/components/ionic-global.js +349 -15
- package/components/ios.transition.js +1 -0
- package/components/item.js +40 -15
- package/components/keyboard-controller.js +4 -2
- package/components/label.js +9 -6
- package/components/list-header.js +11 -8
- package/components/list.js +28 -7
- package/components/list2.js +6 -0
- package/components/modal.js +49 -21
- package/components/notch-controller.js +1 -1
- package/components/overlays.js +3 -4
- package/components/picker-column-option.js +9 -6
- package/components/picker-column.js +8 -9
- package/components/picker-column2.js +5 -5
- package/components/picker.js +8 -5
- package/components/popover.js +13 -10
- package/components/radio-group.js +11 -6
- package/components/radio.js +12 -9
- package/components/ripple-effect.js +15 -7
- package/components/select-modal.js +6 -6
- package/components/select-popover.js +10 -4
- package/components/spinner.js +31 -8
- package/components/status-tap.js +1 -1
- package/components/title.js +11 -8
- package/components/toolbar.js +154 -10
- 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-ZJ1lAkZD.js → animation-Bcz4qmJk.js} +2 -3
- package/dist/cjs/{button-active-BzZenWWH.js → button-active-1nO6qpCH.js} +2 -2
- package/dist/cjs/{capacitor-DmA66EwP.js → capacitor-CzFst28-.js} +1 -1
- package/dist/cjs/caret-down-vtVgfXIs.js +8 -0
- package/dist/cjs/caret-left-CxZXLRv5.js +8 -0
- package/dist/cjs/caret-right-CRCgv98E.js +8 -0
- package/dist/cjs/{config-CKhELRRu.js → config-DGKt4XfG.js} +1 -1
- package/dist/cjs/{data-DW6ofvJ8.js → data-B3i-krcw.js} +6 -6
- package/dist/cjs/{focus-visible-CCvKiLh3.js → focus-visible-BIj-I3-C.js} +24 -0
- package/dist/cjs/{framework-delegate-WkyjrnCx.js → framework-delegate-DfEY5uyC.js} +4 -2
- package/dist/cjs/{haptic-ClPPQ_PS.js → haptic-DbqPcCc9.js} +1 -1
- package/dist/cjs/{helpers-DgwmcYAu.js → helpers-DmAvmm2T.js} +42 -3
- package/dist/cjs/{index-Cc5PNMyz.js → index-CaZ3uzAD.js} +2 -2
- package/dist/cjs/{index-DNh170BW.js → index-CmckMMX1.js} +659 -274
- package/dist/cjs/{index-D24wggHR.js → index-DcPe_YcG.js} +16 -17
- package/dist/cjs/{index--3s2Phef.js → index-DxVhwe3d.js} +7 -74
- package/dist/cjs/{index-bGpoPC4u.js → index-YEjC0pvJ.js} +3 -3
- package/dist/cjs/index.cjs.js +15 -17
- package/dist/cjs/{input-shims-CLI_OrmU.js → input-shims-BwdlNkON.js} +6 -6
- package/dist/cjs/{input.utils-B2hZ5tX6.js → input.utils-CfjyQhpu.js} +3 -4
- package/dist/cjs/ion-accordion_2.cjs.entry.js +55 -27
- package/dist/cjs/ion-action-sheet.cjs.entry.js +21 -19
- package/dist/cjs/ion-alert.cjs.entry.js +24 -23
- package/dist/cjs/ion-app_8.cjs.entry.js +245 -147
- package/dist/cjs/ion-avatar_3.cjs.entry.js +123 -12
- package/dist/cjs/ion-back-button.cjs.entry.js +28 -20
- package/dist/cjs/ion-backdrop.cjs.entry.js +9 -7
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +51 -16
- package/dist/cjs/ion-button_2.cjs.entry.js +44 -13
- package/dist/cjs/ion-card_5.cjs.entry.js +53 -30
- package/dist/cjs/ion-checkbox.cjs.entry.js +31 -14
- package/dist/cjs/ion-chip.cjs.entry.js +48 -8
- package/dist/cjs/ion-col_3.cjs.entry.js +53 -57
- package/dist/cjs/ion-datetime-button.cjs.entry.js +11 -8
- package/dist/cjs/ion-datetime_3.cjs.entry.js +115 -41
- package/dist/cjs/ion-divider.cjs.entry.js +50 -0
- package/dist/cjs/ion-fab_3.cjs.entry.js +41 -26
- package/dist/cjs/ion-img.cjs.entry.js +7 -4
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +90 -16
- package/dist/cjs/ion-input-otp.cjs.entry.js +12 -9
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +51 -14
- package/dist/cjs/ion-input.cjs.entry.js +120 -31
- package/dist/cjs/ion-item-option_3.cjs.entry.js +48 -20
- package/dist/cjs/ion-item_8.cjs.entry.js +105 -46
- package/dist/cjs/ion-loading.cjs.entry.js +18 -17
- package/dist/cjs/ion-menu_3.cjs.entry.js +47 -30
- package/dist/cjs/ion-modal.cjs.entry.js +83 -57
- package/dist/cjs/ion-nav_2.cjs.entry.js +14 -12
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +10 -7
- package/dist/cjs/ion-picker-column.cjs.entry.js +14 -15
- package/dist/cjs/ion-picker.cjs.entry.js +10 -6
- package/dist/cjs/ion-popover.cjs.entry.js +19 -18
- package/dist/cjs/ion-progress-bar.cjs.entry.js +25 -8
- package/dist/cjs/ion-radio_2.cjs.entry.js +22 -14
- package/dist/cjs/ion-range.cjs.entry.js +14 -11
- package/dist/cjs/ion-refresher_2.cjs.entry.js +41 -24
- package/dist/cjs/ion-reorder_2.cjs.entry.js +36 -13
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +14 -7
- package/dist/cjs/ion-route_4.cjs.entry.js +8 -8
- package/dist/cjs/ion-searchbar.cjs.entry.js +134 -22
- package/dist/cjs/ion-segment-content.cjs.entry.js +2 -2
- package/dist/cjs/ion-segment-view.cjs.entry.js +6 -3
- package/dist/cjs/ion-segment_2.cjs.entry.js +21 -15
- package/dist/cjs/ion-select-modal.cjs.entry.js +9 -11
- package/dist/cjs/ion-select_3.cjs.entry.js +130 -40
- package/dist/cjs/ion-spinner.cjs.entry.js +29 -8
- package/dist/cjs/ion-split-pane.cjs.entry.js +11 -9
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +65 -21
- package/dist/cjs/ion-tab_2.cjs.entry.js +8 -7
- package/dist/cjs/ion-text.cjs.entry.js +5 -6
- package/dist/cjs/ion-textarea.cjs.entry.js +55 -16
- package/dist/cjs/ion-toast.cjs.entry.js +65 -43
- package/dist/cjs/ion-toggle.cjs.entry.js +79 -23
- package/dist/cjs/ionic.cjs.js +4 -6
- package/dist/cjs/{ios.transition-B_rsAM9j.js → ios.transition-BMRClUxZ.js} +6 -5
- package/dist/cjs/{keyboard-UuAS4D_9.js → keyboard-Chl5cusY.js} +1 -1
- package/dist/cjs/{keyboard-controller-GXBiBRKS.js → keyboard-controller-yLvXRMuh.js} +4 -3
- package/dist/cjs/{keyboard-hHzlEQpk.js → keyboard-nXDIskl9.js} +3 -3
- package/dist/cjs/list-a-7GSA6K.js +8 -0
- package/dist/cjs/loader.cjs.js +3 -5
- package/dist/cjs/{md.transition-CQt0eBw-.js → md.transition-D2ZL4jgW.js} +5 -5
- package/dist/cjs/{notch-controller-Bf5Rr4R5.js → notch-controller-S50JyZJs.js} +2 -2
- package/dist/cjs/{overlays-czPyT6xP.js → overlays-XYRfwd6H.js} +10 -12
- package/dist/cjs/{status-tap-D9YPr62n.js → status-tap-DMaRrHIS.js} +4 -3
- package/dist/cjs/{swipe-back-C1wRtoww.js → swipe-back-CEVlQT7C.js} +3 -2
- package/dist/cjs/x-BTF99yFH.js +8 -0
- package/dist/collection/collection-manifest.json +2 -1
- package/dist/collection/components/accordion/accordion.ionic.css +196 -0
- package/dist/collection/components/accordion/accordion.ios.css +73 -58
- package/dist/collection/components/accordion/accordion.js +36 -26
- package/dist/collection/components/accordion/accordion.md.css +67 -59
- package/dist/collection/components/accordion-group/accordion-group.ionic.css +93 -0
- package/dist/collection/components/accordion-group/accordion-group.ios.css +16 -4
- package/dist/collection/components/accordion-group/accordion-group.js +44 -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 +15 -11
- 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 +16 -13
- package/dist/collection/components/alert/alert.md.css +19 -1
- package/dist/collection/components/app/app.js +15 -78
- package/dist/collection/components/avatar/avatar.ionic.css +391 -0
- package/dist/collection/components/avatar/avatar.ios.css +7 -33
- package/dist/collection/components/avatar/avatar.js +120 -4
- package/dist/collection/components/avatar/avatar.md.css +51 -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 +109 -0
- package/dist/collection/components/backdrop/backdrop.ios.css +56 -19
- package/dist/collection/components/backdrop/backdrop.js +12 -6
- package/dist/collection/components/backdrop/backdrop.md.css +56 -19
- package/dist/collection/components/badge/badge.ionic.css +275 -0
- package/dist/collection/components/badge/badge.ios.css +139 -12
- package/dist/collection/components/badge/badge.js +145 -9
- package/dist/collection/components/badge/badge.md.css +123 -12
- 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 +620 -0
- package/dist/collection/components/button/button.ios.css +135 -46
- package/dist/collection/components/button/button.js +48 -17
- package/dist/collection/components/button/button.md.css +126 -50
- package/dist/collection/components/buttons/buttons.ionic.css +97 -0
- package/dist/collection/components/buttons/buttons.ios.css +59 -7
- package/dist/collection/components/buttons/buttons.js +15 -9
- package/dist/collection/components/buttons/buttons.md.css +55 -3
- package/dist/collection/components/card/card.ionic.css +144 -0
- package/dist/collection/components/card/card.ios.css +65 -14
- package/dist/collection/components/card/card.js +41 -10
- package/dist/collection/components/card/card.md.css +65 -14
- package/dist/collection/components/card-content/card-content.ionic.css +92 -0
- package/dist/collection/components/card-content/card-content.ios.css +16 -1
- package/dist/collection/components/card-content/card-content.js +11 -8
- package/dist/collection/components/card-content/card-content.md.css +16 -1
- package/dist/collection/components/card-header/card-header.ionic.css +85 -0
- package/dist/collection/components/card-header/card-header.ios.css +27 -15
- package/dist/collection/components/card-header/card-header.js +13 -10
- package/dist/collection/components/card-header/card-header.md.css +27 -15
- package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +144 -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 +539 -0
- package/dist/collection/components/checkbox/checkbox.ios.css +161 -101
- package/dist/collection/components/checkbox/checkbox.js +70 -14
- package/dist/collection/components/checkbox/checkbox.md.css +162 -102
- package/dist/collection/components/chip/chip.ionic.css +228 -0
- package/dist/collection/components/chip/chip.ios.css +67 -14
- package/dist/collection/components/chip/chip.js +108 -8
- package/dist/collection/components/chip/chip.md.css +67 -14
- package/dist/collection/components/col/col.css +192 -4
- package/dist/collection/components/col/col.js +210 -61
- 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 +697 -0
- package/dist/collection/components/datetime/datetime.ios.css +242 -86
- package/dist/collection/components/datetime/datetime.js +98 -20
- package/dist/collection/components/datetime/datetime.md.css +242 -86
- package/dist/collection/components/datetime/utils/data.js +5 -5
- package/dist/collection/components/datetime-button/datetime-button.ios.css +6 -0
- package/dist/collection/components/datetime-button/datetime-button.js +11 -8
- package/dist/collection/components/datetime-button/datetime-button.md.css +6 -0
- package/dist/collection/components/divider/divider.ionic.css +148 -0
- package/dist/collection/components/divider/divider.ios.css +87 -0
- package/dist/collection/components/divider/divider.js +94 -0
- package/dist/collection/components/divider/divider.md.css +87 -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 -21
- 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 +21 -16
- 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 +98 -0
- package/dist/collection/components/header/header.ios.css +26 -37
- package/dist/collection/components/header/header.js +49 -18
- 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 +100 -5
- 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 +881 -0
- package/dist/collection/components/input/input.ios.css +223 -140
- package/dist/collection/components/input/input.js +149 -38
- package/dist/collection/components/input/input.md.css +193 -212
- package/dist/collection/components/input-otp/input-otp.ionic.css +369 -0
- package/dist/collection/components/input-otp/input-otp.ios.css +106 -60
- package/dist/collection/components/input-otp/input-otp.js +7 -5
- package/dist/collection/components/input-otp/input-otp.md.css +106 -60
- package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +78 -0
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +48 -12
- package/dist/collection/components/input-password-toggle/input-password-toggle.native.css +61 -0
- package/dist/collection/components/item/item.ionic.css +499 -0
- package/dist/collection/components/item/item.ios.css +109 -69
- package/dist/collection/components/item/item.js +43 -19
- 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 +278 -0
- package/dist/collection/components/item-option/item-option.ios.css +136 -29
- package/dist/collection/components/item-option/item-option.js +73 -9
- package/dist/collection/components/item-option/item-option.md.css +136 -29
- package/dist/collection/components/item-options/item-options.ionic.css +221 -0
- package/dist/collection/components/item-options/item-options.ios.css +77 -34
- package/dist/collection/components/item-options/item-options.js +13 -7
- package/dist/collection/components/item-options/item-options.md.css +77 -34
- 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 +212 -0
- package/dist/collection/components/list/list.ios.css +54 -14
- package/dist/collection/components/list/list.js +48 -9
- package/dist/collection/components/list/list.md.css +56 -16
- package/dist/collection/components/list-header/list-header.ionic.css +190 -0
- package/dist/collection/components/list-header/list-header.ios.css +82 -38
- package/dist/collection/components/list-header/list-header.js +11 -8
- package/dist/collection/components/list-header/list-header.md.css +82 -38
- package/dist/collection/components/loading/loading.ios.css +13 -1
- package/dist/collection/components/loading/loading.js +14 -11
- 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 +236 -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 +241 -0
- package/dist/collection/components/modal/modal.ios.css +174 -70
- package/dist/collection/components/modal/modal.js +48 -11
- package/dist/collection/components/modal/modal.md.css +174 -70
- 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 +17 -14
- package/dist/collection/components/popover/popover.md.css +13 -1
- package/dist/collection/components/progress-bar/progress-bar.ionic.css +287 -0
- package/dist/collection/components/progress-bar/progress-bar.ios.css +48 -17
- package/dist/collection/components/progress-bar/progress-bar.js +43 -7
- package/dist/collection/components/progress-bar/progress-bar.md.css +48 -17
- package/dist/collection/components/radio/radio.ionic.css +422 -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.ionic.css +125 -0
- package/dist/collection/components/radio-group/radio-group.ios.css +42 -18
- package/dist/collection/components/radio-group/radio-group.js +13 -5
- package/dist/collection/components/radio-group/radio-group.md.css +42 -18
- package/dist/collection/components/range/range.ionic.css +563 -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 +215 -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 +6 -3
- package/dist/collection/components/row/row.css +16 -0
- package/dist/collection/components/row/row.js +9 -2
- package/dist/collection/components/searchbar/searchbar.ionic.css +626 -0
- package/dist/collection/components/searchbar/searchbar.ios.css +56 -18
- package/dist/collection/components/searchbar/searchbar.js +181 -34
- package/dist/collection/components/searchbar/searchbar.md.css +56 -18
- package/dist/collection/components/segment/segment.ionic.css +115 -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 +353 -0
- package/dist/collection/components/segment-button/segment-button.ios.css +146 -105
- package/dist/collection/components/segment-button/segment-button.js +11 -8
- package/dist/collection/components/segment-button/segment-button.md.css +148 -107
- package/dist/collection/components/segment-content/segment-content.js +1 -1
- package/dist/collection/components/segment-view/segment-view.ios.css +6 -0
- package/dist/collection/components/segment-view/segment-view.js +6 -4
- package/dist/collection/components/segment-view/segment-view.md.css +6 -0
- package/dist/collection/components/select/select.ionic.css +763 -0
- package/dist/collection/components/select/select.ios.css +315 -176
- package/dist/collection/components/select/select.js +157 -54
- package/dist/collection/components/select/select.md.css +331 -178
- package/dist/collection/components/select-modal/select-modal.ionic.css +123 -0
- package/dist/collection/components/select-modal/select-modal.ios.css +18 -0
- package/dist/collection/components/select-modal/select-modal.js +3 -3
- package/dist/collection/components/select-modal/select-modal.md.css +7 -3
- package/dist/collection/components/select-option/select-option.js +9 -2
- package/dist/collection/components/select-popover/select-popover.ios.css +18 -0
- package/dist/collection/components/select-popover/select-popover.js +12 -4
- package/dist/collection/components/select-popover/select-popover.md.css +18 -0
- package/dist/collection/components/skeleton-text/skeleton-text.css +6 -0
- package/dist/collection/components/skeleton-text/skeleton-text.js +9 -5
- package/dist/collection/components/spinner/{spinner.css → spinner.ionic.css} +77 -10
- package/dist/collection/components/spinner/spinner.js +47 -6
- package/dist/collection/components/spinner/spinner.native.css +198 -0
- 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 +186 -0
- package/dist/collection/components/tab-bar/tab-bar.ios.css +71 -43
- package/dist/collection/components/tab-bar/tab-bar.js +78 -11
- package/dist/collection/components/tab-bar/tab-bar.md.css +71 -43
- package/dist/collection/components/tab-button/tab-button.ionic.css +336 -0
- package/dist/collection/components/tab-button/tab-button.ios.css +171 -95
- package/dist/collection/components/tab-button/tab-button.js +44 -8
- package/dist/collection/components/tab-button/tab-button.md.css +137 -93
- 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 +881 -0
- package/dist/collection/components/textarea/textarea.ios.css +275 -139
- package/dist/collection/components/textarea/textarea.js +76 -16
- package/dist/collection/components/textarea/textarea.md.css +288 -140
- 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 +127 -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 +394 -0
- package/dist/collection/components/toast/toast.ios.css +84 -45
- package/dist/collection/components/toast/toast.js +75 -12
- package/dist/collection/components/toast/toast.md.css +84 -45
- package/dist/collection/components/toggle/toggle.ionic.css +509 -0
- package/dist/collection/components/toggle/toggle.ios.css +247 -131
- package/dist/collection/components/toggle/toggle.js +73 -18
- package/dist/collection/components/toggle/toggle.md.css +244 -131
- package/dist/collection/components/toolbar/test/image.svg +1 -0
- package/dist/collection/components/toolbar/toolbar.ionic.css +241 -0
- package/dist/collection/components/toolbar/toolbar.ios.css +90 -47
- package/dist/collection/components/toolbar/toolbar.js +157 -13
- package/dist/collection/components/toolbar/toolbar.md.css +90 -47
- package/dist/collection/global/ionic-global.js +228 -13
- package/dist/collection/utils/focus-visible.js +22 -0
- package/dist/collection/utils/framework-delegate.js +3 -1
- package/dist/collection/utils/helpers.js +42 -2
- package/dist/collection/utils/keyboard/keyboard-controller.js +3 -1
- package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
- package/dist/collection/utils/menu-controller/animations/push.js +2 -1
- package/dist/collection/utils/menu-controller/animations/reveal.js +2 -1
- package/dist/collection/utils/overlays.js +2 -1
- package/dist/collection/utils/test/playwright/generator.js +48 -23
- package/dist/collection/utils/test/playwright/page/utils/goto.js +14 -5
- package/dist/collection/utils/test/playwright/page/utils/set-content.js +24 -3
- package/dist/collection/utils/transition/index.js +3 -70
- package/dist/collection/utils/transition/ios.transition.js +1 -0
- package/dist/docs.json +8169 -373
- package/dist/esm/{animation-BvhAtgca.js → animation-Cgfm6Out.js} +1 -2
- package/dist/esm/{button-active-DBUPuLNw.js → button-active-DvzVF2u_.js} +2 -2
- package/dist/esm/{capacitor-CFERIeaU.js → capacitor-Dvc8Ydvg.js} +1 -1
- package/dist/esm/caret-down-D1t981Ih.js +6 -0
- package/dist/esm/caret-left-fIOYmaqA.js +6 -0
- package/dist/esm/caret-right-BYSs-jZz.js +6 -0
- package/dist/esm/{config-Dx_6wPIJ.js → config-DwiPHIF5.js} +1 -1
- package/dist/esm/{data-CKHMWxfe.js → data-HHZs0eLV.js} +6 -6
- package/dist/esm/{focus-visible-BmVRXR1y.js → focus-visible-vXpMhGrs.js} +23 -1
- package/dist/esm/{framework-delegate-BLEBgH06.js → framework-delegate-B4Rily6A.js} +4 -2
- package/dist/esm/{haptic-DzAMWJuk.js → haptic-ZZTn7IWt.js} +1 -1
- package/dist/esm/{helpers-8KSQQGQy.js → helpers-D_90HVv6.js} +42 -3
- package/dist/esm/{index-4DxY6_gG.js → index-BBrR3goV.js} +649 -270
- package/dist/esm/{index-BQc4arca.js → index-BoSPzYKk.js} +7 -74
- package/dist/esm/{index-7UbSlv7N.js → index-ByqmqxGO.js} +2 -2
- package/dist/esm/{index-DV3sJJW8.js → index-COG0_eom.js} +1 -1
- package/dist/esm/{index-CXSTcaAW.js → index-D4D_NUAr.js} +10 -11
- package/dist/esm/{index-C6WeRr09.js → index-k4x4i7EL.js} +3 -3
- package/dist/esm/index.js +11 -13
- package/dist/esm/{input-shims-C4KDnhxb.js → input-shims-DEtEJcaS.js} +6 -6
- package/dist/esm/{input.utils-be4gBvVY.js → input.utils-DNE0LB5g.js} +2 -3
- package/dist/esm/ion-accordion_2.entry.js +56 -28
- package/dist/esm/ion-action-sheet.entry.js +21 -19
- package/dist/esm/ion-alert.entry.js +23 -22
- package/dist/esm/ion-app_8.entry.js +243 -145
- package/dist/esm/ion-avatar_3.entry.js +124 -13
- package/dist/esm/ion-back-button.entry.js +29 -21
- package/dist/esm/ion-backdrop.entry.js +9 -7
- package/dist/esm/ion-breadcrumb_2.entry.js +52 -17
- package/dist/esm/ion-button_2.entry.js +43 -12
- package/dist/esm/ion-card_5.entry.js +53 -30
- package/dist/esm/ion-checkbox.entry.js +31 -14
- package/dist/esm/ion-chip.entry.js +48 -8
- package/dist/esm/ion-col_3.entry.js +53 -57
- package/dist/esm/ion-datetime-button.entry.js +11 -8
- package/dist/esm/ion-datetime_3.entry.js +114 -40
- package/dist/esm/ion-divider.entry.js +48 -0
- package/dist/esm/ion-fab_3.entry.js +42 -27
- package/dist/esm/ion-img.entry.js +7 -4
- package/dist/esm/ion-infinite-scroll_2.entry.js +90 -16
- package/dist/esm/ion-input-otp.entry.js +11 -8
- package/dist/esm/ion-input-password-toggle.entry.js +51 -14
- package/dist/esm/ion-input.entry.js +121 -32
- package/dist/esm/ion-item-option_3.entry.js +48 -20
- package/dist/esm/ion-item_8.entry.js +106 -47
- package/dist/esm/ion-loading.entry.js +18 -17
- package/dist/esm/ion-menu_3.entry.js +45 -28
- package/dist/esm/ion-modal.entry.js +56 -30
- package/dist/esm/ion-nav_2.entry.js +13 -11
- package/dist/esm/ion-picker-column-option.entry.js +10 -7
- package/dist/esm/ion-picker-column.entry.js +11 -12
- package/dist/esm/ion-picker.entry.js +10 -6
- package/dist/esm/ion-popover.entry.js +18 -17
- package/dist/esm/ion-progress-bar.entry.js +25 -8
- package/dist/esm/ion-radio_2.entry.js +22 -14
- package/dist/esm/ion-range.entry.js +14 -11
- package/dist/esm/ion-refresher_2.entry.js +38 -21
- package/dist/esm/ion-reorder_2.entry.js +37 -14
- package/dist/esm/ion-ripple-effect.entry.js +14 -7
- package/dist/esm/ion-route_4.entry.js +8 -8
- package/dist/esm/ion-searchbar.entry.js +136 -24
- package/dist/esm/ion-segment-content.entry.js +2 -2
- package/dist/esm/ion-segment-view.entry.js +6 -3
- package/dist/esm/ion-segment_2.entry.js +21 -15
- package/dist/esm/ion-select-modal.entry.js +9 -11
- package/dist/esm/ion-select_3.entry.js +131 -41
- package/dist/esm/ion-spinner.entry.js +28 -7
- package/dist/esm/ion-split-pane.entry.js +11 -9
- package/dist/esm/ion-tab-bar_2.entry.js +65 -21
- package/dist/esm/ion-tab_2.entry.js +8 -7
- package/dist/esm/ion-text.entry.js +5 -6
- package/dist/esm/ion-textarea.entry.js +55 -16
- package/dist/esm/ion-toast.entry.js +41 -19
- package/dist/esm/ion-toggle.entry.js +79 -23
- package/dist/esm/ionic.js +4 -6
- package/dist/esm/{ios.transition-eOa-6o5F.js → ios.transition-C_-UP8wE.js} +6 -5
- package/dist/esm/{keyboard-ywgs5efA.js → keyboard-BsZp3qPH.js} +3 -3
- package/dist/esm/{keyboard-CUw4ekVy.js → keyboard-Cvigb3Rv.js} +1 -1
- package/dist/esm/{keyboard-controller-BaaVITYt.js → keyboard-controller-lts2Pswq.js} +4 -3
- package/dist/esm/list-Dhi5xtNS.js +6 -0
- package/dist/esm/loader.js +3 -5
- package/dist/esm/{md.transition-B99keElo.js → md.transition-BDWkLsNw.js} +5 -5
- package/dist/esm/{notch-controller-lb417-kU.js → notch-controller-ClKrf2l9.js} +2 -2
- package/dist/esm/{overlays-BYcYBCrx.js → overlays-C1ahtepl.js} +5 -7
- package/dist/esm/{status-tap-pATNXEtr.js → status-tap-DLatL9pG.js} +4 -3
- package/dist/esm/{swipe-back-B2YfOHRM.js → swipe-back-YYylMb0l.js} +3 -2
- package/dist/esm/x-BDqjX7Z_.js +6 -0
- package/dist/html.html-data.json +2532 -226
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/p-034ef39b.entry.js +4 -0
- package/dist/ionic/p-05030d1b.entry.js +4 -0
- package/dist/ionic/p-059ceab8.entry.js +4 -0
- package/dist/ionic/p-096b5789.entry.js +4 -0
- package/dist/ionic/p-09eaefc0.entry.js +4 -0
- package/dist/ionic/p-156bba30.entry.js +4 -0
- package/dist/ionic/p-238ad727.entry.js +4 -0
- package/dist/ionic/p-24803c39.entry.js +4 -0
- package/dist/ionic/p-2c28e54a.entry.js +4 -0
- package/dist/ionic/p-2c9459f5.entry.js +4 -0
- package/dist/ionic/p-2f1d100c.entry.js +4 -0
- package/dist/ionic/p-31331fc3.entry.js +4 -0
- package/dist/ionic/p-340e4f62.entry.js +4 -0
- package/dist/ionic/p-3bef3778.entry.js +4 -0
- package/dist/ionic/p-3c773ecd.entry.js +4 -0
- package/dist/ionic/p-47432157.entry.js +4 -0
- package/dist/ionic/p-52535bba.entry.js +4 -0
- package/dist/ionic/p-56e51161.entry.js +4 -0
- package/dist/ionic/p-5770869f.entry.js +4 -0
- package/dist/ionic/p-5af619ff.entry.js +4 -0
- package/dist/ionic/p-5b44ac3a.entry.js +4 -0
- package/dist/ionic/p-5ca4c3b8.entry.js +4 -0
- package/dist/ionic/p-649e2f92.entry.js +4 -0
- package/dist/ionic/p-6d38d3f3.entry.js +4 -0
- package/dist/ionic/p-6e6ce506.entry.js +4 -0
- package/dist/ionic/p-6ea34add.entry.js +4 -0
- package/dist/ionic/p-6f17f8ed.entry.js +4 -0
- package/dist/ionic/p-773f2ac5.entry.js +4 -0
- package/dist/ionic/p-80cc8511.entry.js +4 -0
- package/dist/ionic/p-82796bb0.entry.js +4 -0
- package/dist/ionic/p-8c3d3bca.entry.js +4 -0
- package/dist/ionic/p-9000bd9f.entry.js +4 -0
- package/dist/ionic/p-9cbab197.entry.js +4 -0
- package/dist/ionic/p-BDqjX7Z_.js +4 -0
- package/dist/ionic/p-BJ-EYogw.js +4 -0
- package/dist/ionic/p-BKDxK6_S.js +4 -0
- package/dist/ionic/p-BMPzyWDm.js +4 -0
- package/dist/ionic/p-BTqHM5hg.js +4 -0
- package/dist/ionic/p-BYSs-jZz.js +4 -0
- package/dist/ionic/p-BZR5I9yn.js +4 -0
- package/dist/ionic/p-BZSKvxFv.js +4 -0
- package/dist/ionic/p-BaAcx1TO.js +4 -0
- package/dist/ionic/p-BeJdFlAB.js +4 -0
- package/dist/ionic/{p-D13Eaw-8.js → p-Bi_aZreq.js} +1 -1
- package/dist/ionic/p-BpUl-Ubc.js +4 -0
- package/dist/ionic/{p-CKvCXMs9.js → p-BuAY53fC.js} +1 -1
- package/dist/ionic/{p-DV3sJJW8.js → p-COG0_eom.js} +1 -1
- package/dist/ionic/p-CnPZjTVf.js +4 -0
- package/dist/ionic/{p-DiZPU8BH.js → p-D-g7JYuH.js} +1 -1
- package/dist/ionic/p-D1t981Ih.js +4 -0
- package/dist/ionic/p-D6quDhlh.js +4 -0
- package/dist/ionic/{p-CWvl4RPO.js → p-DIZM2shZ.js} +1 -1
- package/dist/ionic/p-DJD59Sq4.js +4 -0
- package/dist/ionic/p-DZmL55Qn.js +4 -0
- package/dist/ionic/p-Dhi5xtNS.js +4 -0
- package/dist/ionic/p-DjxV6ul_.js +4 -0
- package/dist/ionic/p-DkXsr7m2.js +4 -0
- package/dist/ionic/p-DnNglnwY.js +4 -0
- package/dist/ionic/p-Dpa-63kX.js +4 -0
- package/dist/ionic/p-HOJ_eq4V.js +5 -0
- package/dist/ionic/p-MBiM0IFp.js +4 -0
- package/dist/ionic/p-a1af546a.entry.js +4 -0
- package/dist/ionic/p-a2218a8b.entry.js +4 -0
- package/dist/ionic/p-a22b46e4.entry.js +4 -0
- package/dist/ionic/p-ae10fb4c.entry.js +4 -0
- package/dist/ionic/p-c2122301.entry.js +4 -0
- package/dist/ionic/p-c428cbac.entry.js +4 -0
- package/dist/ionic/p-c565e353.entry.js +4 -0
- package/dist/ionic/p-c6301ef9.entry.js +4 -0
- package/dist/ionic/p-c83a1254.entry.js +4 -0
- package/dist/ionic/p-c9313bb8.entry.js +4 -0
- package/dist/ionic/p-cb6bb34f.entry.js +4 -0
- package/dist/ionic/p-d215bbdc.entry.js +4 -0
- package/dist/ionic/p-de6964a2.entry.js +4 -0
- package/dist/ionic/p-ded5613d.entry.js +4 -0
- package/dist/ionic/p-e0eae83d.entry.js +4 -0
- package/dist/ionic/p-e5005342.entry.js +4 -0
- package/dist/ionic/p-e7925263.entry.js +4 -0
- package/dist/ionic/p-eZzo_1L1.js +4 -0
- package/dist/ionic/p-eebf0420.entry.js +4 -0
- package/dist/ionic/p-f1bb4947.entry.js +4 -0
- package/dist/ionic/p-fIOYmaqA.js +4 -0
- package/dist/ionic/p-facf3c23.entry.js +4 -0
- package/dist/ionic/p-vXpMhGrs.js +4 -0
- package/dist/node_modules/ionicons/dist/collection/components/icon/icon.css +143 -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 +32 -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 +34 -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 +19 -6
- package/dist/types/components/buttons/buttons.d.ts +5 -1
- package/dist/types/components/card/card.d.ts +8 -1
- package/dist/types/components/card-content/card-content.d.ts +2 -1
- package/dist/types/components/card-header/card-header.d.ts +3 -2
- package/dist/types/components/card-subtitle/card-subtitle.d.ts +2 -1
- package/dist/types/components/card-title/card-title.d.ts +2 -1
- package/dist/types/components/checkbox/checkbox.d.ts +14 -4
- package/dist/types/components/chip/chip.d.ts +26 -1
- package/dist/types/components/col/col.d.ts +52 -5
- package/dist/types/components/content/content.d.ts +3 -0
- package/dist/types/components/datetime/datetime.d.ts +26 -1
- package/dist/types/components/datetime/utils/data.d.ts +5 -5
- package/dist/types/components/datetime-button/datetime-button.d.ts +2 -1
- package/dist/types/components/divider/divider.d.ts +20 -0
- package/dist/types/components/fab/fab.d.ts +4 -0
- package/dist/types/components/fab-button/fab-button.d.ts +5 -3
- package/dist/types/components/fab-list/fab-list.d.ts +4 -0
- package/dist/types/components/footer/footer.d.ts +4 -3
- package/dist/types/components/grid/grid.d.ts +4 -0
- package/dist/types/components/header/header.d.ts +9 -3
- package/dist/types/components/img/img.d.ts +3 -0
- package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +21 -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 +18 -1
- package/dist/types/components/item-options/item-options.d.ts +4 -0
- package/dist/types/components/item-sliding/item-sliding.d.ts +4 -0
- package/dist/types/components/label/label.d.ts +2 -1
- package/dist/types/components/list/list.d.ts +15 -1
- package/dist/types/components/list-header/list-header.d.ts +2 -1
- package/dist/types/components/loading/loading-interface.d.ts +2 -7
- package/dist/types/components/loading/loading.d.ts +3 -2
- package/dist/types/components/menu/menu.d.ts +3 -0
- package/dist/types/components/menu-button/menu-button.d.ts +3 -1
- package/dist/types/components/menu-toggle/menu-toggle.d.ts +3 -0
- package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
- package/dist/types/components/modal/modal-interface.d.ts +4 -7
- package/dist/types/components/modal/modal.d.ts +11 -1
- package/dist/types/components/nav/nav-interface.d.ts +9 -1
- package/dist/types/components/nav/nav.d.ts +5 -1
- package/dist/types/components/nav-link/nav-link.d.ts +4 -0
- package/dist/types/components/note/note.d.ts +2 -1
- package/dist/types/components/picker/picker.d.ts +2 -1
- package/dist/types/components/picker-column/picker-column.d.ts +2 -1
- package/dist/types/components/picker-column-option/picker-column-option.d.ts +4 -0
- package/dist/types/components/picker-legacy/picker.d.ts +2 -1
- package/dist/types/components/popover/popover-interface.d.ts +3 -6
- package/dist/types/components/popover/popover.d.ts +6 -5
- package/dist/types/components/progress-bar/progress-bar.d.ts +10 -1
- package/dist/types/components/radio/radio.d.ts +2 -1
- package/dist/types/components/radio-group/radio-group.d.ts +4 -0
- package/dist/types/components/range/range.d.ts +2 -1
- package/dist/types/components/refresher/refresher.d.ts +2 -1
- package/dist/types/components/refresher-content/refresher-content.d.ts +4 -0
- package/dist/types/components/reorder/reorder.d.ts +9 -0
- package/dist/types/components/reorder-group/reorder-group.d.ts +4 -0
- package/dist/types/components/ripple-effect/ripple-effect.d.ts +4 -0
- package/dist/types/components/route/route.d.ts +4 -0
- package/dist/types/components/router/router.d.ts +4 -0
- package/dist/types/components/router-link/router-link.d.ts +4 -0
- package/dist/types/components/router-outlet/router-outlet.d.ts +4 -1
- package/dist/types/components/row/row.d.ts +4 -0
- package/dist/types/components/searchbar/searchbar.d.ts +51 -9
- package/dist/types/components/segment/segment.d.ts +2 -1
- package/dist/types/components/segment-button/segment-button.d.ts +2 -1
- package/dist/types/components/select/select.d.ts +41 -13
- package/dist/types/components/select-option/select-option.d.ts +4 -0
- package/dist/types/components/select-popover/select-popover.d.ts +3 -0
- package/dist/types/components/skeleton-text/skeleton-text.d.ts +4 -0
- package/dist/types/components/spinner/spinner.d.ts +15 -0
- package/dist/types/components/split-pane/split-pane.d.ts +4 -0
- package/dist/types/components/tab/tab.d.ts +4 -0
- package/dist/types/components/tab-bar/tab-bar.d.ts +22 -2
- package/dist/types/components/tab-button/tab-button.d.ts +11 -1
- package/dist/types/components/tabs/tabs.d.ts +3 -0
- package/dist/types/components/text/text.d.ts +2 -1
- package/dist/types/components/textarea/textarea.d.ts +17 -4
- package/dist/types/components/thumbnail/thumbnail.d.ts +4 -0
- package/dist/types/components/title/title.d.ts +4 -0
- package/dist/types/components/toast/animations/utils.d.ts +2 -2
- package/dist/types/components/toast/toast-interface.d.ts +3 -7
- package/dist/types/components/toast/toast.d.ts +19 -2
- package/dist/types/components/toggle/toggle.d.ts +15 -1
- package/dist/types/components/toolbar/toolbar.d.ts +20 -3
- package/dist/types/components.d.ts +1593 -196
- package/dist/types/global/ionic-global.d.ts +27 -2
- package/dist/types/interface.d.ts +3 -0
- package/dist/types/stencil-public-runtime.d.ts +5 -12
- package/dist/types/utils/config.d.ts +106 -2
- package/dist/types/utils/focus-visible.d.ts +13 -0
- package/dist/types/utils/helpers.d.ts +11 -0
- package/dist/types/utils/overlays-interface.d.ts +31 -1
- package/dist/types/utils/test/playwright/generator.d.ts +31 -2
- package/dist/types/utils/transition/index.d.ts +0 -9
- package/hydrate/index.js +3080 -1436
- package/hydrate/index.mjs +3080 -1436
- package/package.json +10 -5
- package/components/hardware-back-button.js +0 -115
- package/components/index9.js +0 -7
- package/dist/cjs/app-globals-77ZfuXXk.js +0 -10
- package/dist/cjs/hardware-back-button-BxdNu76F.js +0 -121
- package/dist/cjs/index-DkNv4J_i.js +0 -10
- package/dist/cjs/ionic-global-UI5YPSi-.js +0 -151
- package/dist/esm/app-globals-CvLYUxE9.js +0 -8
- package/dist/esm/hardware-back-button-Dhbd-23H.js +0 -115
- package/dist/esm/index-ZjP4CjeZ.js +0 -7
- package/dist/esm/ionic-global-CTSyufhF.js +0 -146
- package/dist/ionic/p-0793aea6.entry.js +0 -4
- package/dist/ionic/p-0831d492.entry.js +0 -4
- package/dist/ionic/p-0f396661.entry.js +0 -4
- package/dist/ionic/p-117e7a3f.entry.js +0 -4
- package/dist/ionic/p-1191a2d9.entry.js +0 -4
- package/dist/ionic/p-148bdf18.entry.js +0 -4
- package/dist/ionic/p-16116947.entry.js +0 -4
- package/dist/ionic/p-19f80390.entry.js +0 -4
- package/dist/ionic/p-1GR6N4h5.js +0 -4
- package/dist/ionic/p-1a91f317.entry.js +0 -4
- package/dist/ionic/p-1bbd0a23.entry.js +0 -4
- package/dist/ionic/p-1f68cb59.entry.js +0 -4
- package/dist/ionic/p-24159ff7.entry.js +0 -4
- package/dist/ionic/p-25e5e5cc.entry.js +0 -4
- package/dist/ionic/p-2cb0f39f.entry.js +0 -4
- package/dist/ionic/p-3392f558.entry.js +0 -4
- package/dist/ionic/p-349fc921.entry.js +0 -4
- package/dist/ionic/p-3624b640.entry.js +0 -4
- package/dist/ionic/p-36a54836.entry.js +0 -4
- package/dist/ionic/p-39ed3212.entry.js +0 -4
- package/dist/ionic/p-44e3b33a.entry.js +0 -4
- package/dist/ionic/p-4DxY6_gG.js +0 -5
- package/dist/ionic/p-528af4e6.entry.js +0 -4
- package/dist/ionic/p-54dec9b1.entry.js +0 -4
- package/dist/ionic/p-568efea2.entry.js +0 -4
- package/dist/ionic/p-5bf5bde8.entry.js +0 -4
- package/dist/ionic/p-5c976c00.entry.js +0 -4
- package/dist/ionic/p-6383afc2.entry.js +0 -4
- package/dist/ionic/p-63852736.entry.js +0 -4
- package/dist/ionic/p-746cd400.entry.js +0 -4
- package/dist/ionic/p-7a53f04c.entry.js +0 -4
- package/dist/ionic/p-7b12d853.entry.js +0 -4
- package/dist/ionic/p-7da05504.entry.js +0 -4
- package/dist/ionic/p-8888efe4.entry.js +0 -4
- package/dist/ionic/p-8cdb4ff5.entry.js +0 -4
- package/dist/ionic/p-90f4cc71.entry.js +0 -4
- package/dist/ionic/p-9ddf2620.entry.js +0 -4
- package/dist/ionic/p-9eeaBrnk.js +0 -4
- package/dist/ionic/p-B1xocg0A.js +0 -4
- package/dist/ionic/p-B5MDSrGg.js +0 -4
- package/dist/ionic/p-BHGXdud8.js +0 -4
- package/dist/ionic/p-BhNEp2QP.js +0 -4
- package/dist/ionic/p-BmVRXR1y.js +0 -4
- package/dist/ionic/p-Br3vSlYh.js +0 -4
- package/dist/ionic/p-C-Cct-6D.js +0 -4
- package/dist/ionic/p-C4I6B3uV.js +0 -4
- package/dist/ionic/p-C87oPMMF.js +0 -4
- package/dist/ionic/p-C8d2ebIg.js +0 -4
- package/dist/ionic/p-CIGNaXM1.js +0 -4
- package/dist/ionic/p-Cnh7O81W.js +0 -4
- package/dist/ionic/p-CtWGkNnJ.js +0 -4
- package/dist/ionic/p-CvaZMP6T.js +0 -4
- package/dist/ionic/p-D2fQU_qK.js +0 -4
- package/dist/ionic/p-DA3JEZwK.js +0 -4
- package/dist/ionic/p-DAfH9Iif.js +0 -4
- package/dist/ionic/p-DJKvq7vb.js +0 -4
- package/dist/ionic/p-DW5tZAde.js +0 -4
- package/dist/ionic/p-Dm_oBkW1.js +0 -4
- package/dist/ionic/p-EnaLTYYj.js +0 -4
- package/dist/ionic/p-ZjP4CjeZ.js +0 -4
- package/dist/ionic/p-a00ad0f2.entry.js +0 -4
- package/dist/ionic/p-a81be128.entry.js +0 -4
- package/dist/ionic/p-afeb9df6.entry.js +0 -4
- package/dist/ionic/p-b292804d.entry.js +0 -4
- package/dist/ionic/p-bc9f9032.entry.js +0 -4
- package/dist/ionic/p-bf81a468.entry.js +0 -4
- package/dist/ionic/p-c6d35cdd.entry.js +0 -4
- package/dist/ionic/p-cde6d39b.entry.js +0 -4
- package/dist/ionic/p-d04d66fc.entry.js +0 -4
- package/dist/ionic/p-d3df6032.entry.js +0 -4
- package/dist/ionic/p-dbba38cf.entry.js +0 -4
- package/dist/ionic/p-e6c3214c.entry.js +0 -4
- package/dist/ionic/p-e6c465ff.entry.js +0 -4
- package/dist/ionic/p-ec76fec4.entry.js +0 -4
- package/dist/ionic/p-ee2e35a6.entry.js +0 -4
- package/dist/ionic/p-f7db572a.entry.js +0 -4
- package/dist/ionic/p-f9eb54ee.entry.js +0 -4
- /package/dist/collection/components/{input-password-toggle/input-password-toggle.css → refresher-content/refresher-content.css} +0 -0
package/dist/html.html-data.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "mode",
|
|
17
|
-
"description": "The mode determines
|
|
17
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
18
18
|
"values": [
|
|
19
19
|
{
|
|
20
20
|
"name": "ios"
|
|
@@ -28,6 +28,21 @@
|
|
|
28
28
|
"name": "readonly",
|
|
29
29
|
"description": "If `true`, the accordion cannot be interacted with,\nbut does not alter the opacity."
|
|
30
30
|
},
|
|
31
|
+
{
|
|
32
|
+
"name": "theme",
|
|
33
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
34
|
+
"values": [
|
|
35
|
+
{
|
|
36
|
+
"name": "ios"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "md"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "ionic"
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
},
|
|
31
46
|
{
|
|
32
47
|
"name": "toggle-icon",
|
|
33
48
|
"description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed."
|
|
@@ -85,7 +100,7 @@
|
|
|
85
100
|
},
|
|
86
101
|
{
|
|
87
102
|
"name": "mode",
|
|
88
|
-
"description": "The mode determines
|
|
103
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
89
104
|
"values": [
|
|
90
105
|
{
|
|
91
106
|
"name": "ios"
|
|
@@ -103,6 +118,36 @@
|
|
|
103
118
|
"name": "readonly",
|
|
104
119
|
"description": "If `true`, the accordion group cannot be interacted with,\nbut does not alter the opacity."
|
|
105
120
|
},
|
|
121
|
+
{
|
|
122
|
+
"name": "shape",
|
|
123
|
+
"description": "Set to `\"soft\"` for an accordion group with slightly rounded corners,\n`\"round\"` for an accordion group with fully rounded corners, or\n`\"rectangular\"` for an accordion group without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.\nOnly applies when `expand` is set to `\"inset\"`.",
|
|
124
|
+
"values": [
|
|
125
|
+
{
|
|
126
|
+
"name": "rectangular"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "round"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "soft"
|
|
133
|
+
}
|
|
134
|
+
]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "theme",
|
|
138
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
139
|
+
"values": [
|
|
140
|
+
{
|
|
141
|
+
"name": "ios"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "md"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "ionic"
|
|
148
|
+
}
|
|
149
|
+
]
|
|
150
|
+
},
|
|
106
151
|
{
|
|
107
152
|
"name": "value",
|
|
108
153
|
"description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`"
|
|
@@ -164,7 +209,7 @@
|
|
|
164
209
|
},
|
|
165
210
|
{
|
|
166
211
|
"name": "mode",
|
|
167
|
-
"description": "The mode determines
|
|
212
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
168
213
|
"values": [
|
|
169
214
|
{
|
|
170
215
|
"name": "ios"
|
|
@@ -178,9 +223,24 @@
|
|
|
178
223
|
"name": "sub-header",
|
|
179
224
|
"description": "Subtitle for the action sheet."
|
|
180
225
|
},
|
|
226
|
+
{
|
|
227
|
+
"name": "theme",
|
|
228
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
229
|
+
"values": [
|
|
230
|
+
{
|
|
231
|
+
"name": "ios"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"name": "md"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "ionic"
|
|
238
|
+
}
|
|
239
|
+
]
|
|
240
|
+
},
|
|
181
241
|
{
|
|
182
242
|
"name": "translucent",
|
|
183
|
-
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the
|
|
243
|
+
"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)."
|
|
184
244
|
},
|
|
185
245
|
{
|
|
186
246
|
"name": "trigger",
|
|
@@ -251,7 +311,7 @@
|
|
|
251
311
|
},
|
|
252
312
|
{
|
|
253
313
|
"name": "mode",
|
|
254
|
-
"description": "The mode determines
|
|
314
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
255
315
|
"values": [
|
|
256
316
|
{
|
|
257
317
|
"name": "ios"
|
|
@@ -265,9 +325,24 @@
|
|
|
265
325
|
"name": "sub-header",
|
|
266
326
|
"description": "The subtitle in the heading of the alert. Displayed under the title."
|
|
267
327
|
},
|
|
328
|
+
{
|
|
329
|
+
"name": "theme",
|
|
330
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
331
|
+
"values": [
|
|
332
|
+
{
|
|
333
|
+
"name": "ios"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"name": "md"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"name": "ionic"
|
|
340
|
+
}
|
|
341
|
+
]
|
|
342
|
+
},
|
|
268
343
|
{
|
|
269
344
|
"name": "translucent",
|
|
270
|
-
"description": "If `true`, the alert will be translucent.\nOnly applies when the
|
|
345
|
+
"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)."
|
|
271
346
|
},
|
|
272
347
|
{
|
|
273
348
|
"name": "trigger",
|
|
@@ -287,7 +362,35 @@
|
|
|
287
362
|
"kind": "markdown",
|
|
288
363
|
"value": ""
|
|
289
364
|
},
|
|
290
|
-
"attributes": [
|
|
365
|
+
"attributes": [
|
|
366
|
+
{
|
|
367
|
+
"name": "mode",
|
|
368
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
369
|
+
"values": [
|
|
370
|
+
{
|
|
371
|
+
"name": "ios"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"name": "md"
|
|
375
|
+
}
|
|
376
|
+
]
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"name": "theme",
|
|
380
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
381
|
+
"values": [
|
|
382
|
+
{
|
|
383
|
+
"name": "ios"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"name": "md"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"name": "ionic"
|
|
390
|
+
}
|
|
391
|
+
]
|
|
392
|
+
}
|
|
393
|
+
],
|
|
291
394
|
"references": [
|
|
292
395
|
{
|
|
293
396
|
"name": "Source code",
|
|
@@ -301,7 +404,78 @@
|
|
|
301
404
|
"kind": "markdown",
|
|
302
405
|
"value": ""
|
|
303
406
|
},
|
|
304
|
-
"attributes": [
|
|
407
|
+
"attributes": [
|
|
408
|
+
{
|
|
409
|
+
"name": "disabled",
|
|
410
|
+
"description": "If `true`, the user cannot interact with the avatar."
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "mode",
|
|
414
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
415
|
+
"values": [
|
|
416
|
+
{
|
|
417
|
+
"name": "ios"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"name": "md"
|
|
421
|
+
}
|
|
422
|
+
]
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "shape",
|
|
426
|
+
"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.",
|
|
427
|
+
"values": [
|
|
428
|
+
{
|
|
429
|
+
"name": "rectangular"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"name": "round"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "soft"
|
|
436
|
+
}
|
|
437
|
+
]
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"name": "size",
|
|
441
|
+
"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.",
|
|
442
|
+
"values": [
|
|
443
|
+
{
|
|
444
|
+
"name": "large"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"name": "medium"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"name": "small"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"name": "xlarge"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"name": "xsmall"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "xxsmall"
|
|
460
|
+
}
|
|
461
|
+
]
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"name": "theme",
|
|
465
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
466
|
+
"values": [
|
|
467
|
+
{
|
|
468
|
+
"name": "ios"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "md"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"name": "ionic"
|
|
475
|
+
}
|
|
476
|
+
]
|
|
477
|
+
}
|
|
478
|
+
],
|
|
305
479
|
"references": [
|
|
306
480
|
{
|
|
307
481
|
"name": "Source code",
|
|
@@ -363,7 +537,7 @@
|
|
|
363
537
|
},
|
|
364
538
|
{
|
|
365
539
|
"name": "mode",
|
|
366
|
-
"description": "The mode determines
|
|
540
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
367
541
|
"values": [
|
|
368
542
|
{
|
|
369
543
|
"name": "ios"
|
|
@@ -381,6 +555,21 @@
|
|
|
381
555
|
"name": "text",
|
|
382
556
|
"description": "The text to display in the back button."
|
|
383
557
|
},
|
|
558
|
+
{
|
|
559
|
+
"name": "theme",
|
|
560
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
561
|
+
"values": [
|
|
562
|
+
{
|
|
563
|
+
"name": "ios"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"name": "md"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"name": "ionic"
|
|
570
|
+
}
|
|
571
|
+
]
|
|
572
|
+
},
|
|
384
573
|
{
|
|
385
574
|
"name": "type",
|
|
386
575
|
"description": "The type of the button.",
|
|
@@ -411,6 +600,18 @@
|
|
|
411
600
|
"value": ""
|
|
412
601
|
},
|
|
413
602
|
"attributes": [
|
|
603
|
+
{
|
|
604
|
+
"name": "mode",
|
|
605
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
606
|
+
"values": [
|
|
607
|
+
{
|
|
608
|
+
"name": "ios"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"name": "md"
|
|
612
|
+
}
|
|
613
|
+
]
|
|
614
|
+
},
|
|
414
615
|
{
|
|
415
616
|
"name": "stop-propagation",
|
|
416
617
|
"description": "If `true`, the backdrop will stop propagation on tap."
|
|
@@ -419,6 +620,21 @@
|
|
|
419
620
|
"name": "tappable",
|
|
420
621
|
"description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event."
|
|
421
622
|
},
|
|
623
|
+
{
|
|
624
|
+
"name": "theme",
|
|
625
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
626
|
+
"values": [
|
|
627
|
+
{
|
|
628
|
+
"name": "ios"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"name": "md"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"name": "ionic"
|
|
635
|
+
}
|
|
636
|
+
]
|
|
637
|
+
},
|
|
422
638
|
{
|
|
423
639
|
"name": "visible",
|
|
424
640
|
"description": "If `true`, the backdrop will be visible."
|
|
@@ -471,15 +687,78 @@
|
|
|
471
687
|
}
|
|
472
688
|
]
|
|
473
689
|
},
|
|
690
|
+
{
|
|
691
|
+
"name": "hue",
|
|
692
|
+
"description": "Set to `\"bold\"` for a badge with vibrant, bold colors or to `\"subtle\"` for\na badge with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
|
|
693
|
+
"values": [
|
|
694
|
+
{
|
|
695
|
+
"name": "bold"
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"name": "subtle"
|
|
699
|
+
}
|
|
700
|
+
]
|
|
701
|
+
},
|
|
474
702
|
{
|
|
475
703
|
"name": "mode",
|
|
476
|
-
"description": "The mode determines
|
|
704
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
705
|
+
"values": [
|
|
706
|
+
{
|
|
707
|
+
"name": "ios"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"name": "md"
|
|
711
|
+
}
|
|
712
|
+
]
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"name": "shape",
|
|
716
|
+
"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.",
|
|
717
|
+
"values": [
|
|
718
|
+
{
|
|
719
|
+
"name": "soft"
|
|
720
|
+
}
|
|
721
|
+
]
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"name": "size",
|
|
725
|
+
"description": "Set to `\"small\"` for a small badge.\nSet to `\"medium\"` for a medium badge.\nSet to `\"large\"` for a large badge, when it is empty (no text or icon).\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
|
|
726
|
+
"values": [
|
|
727
|
+
{
|
|
728
|
+
"name": "large"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"name": "medium"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"name": "small"
|
|
735
|
+
}
|
|
736
|
+
]
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"name": "theme",
|
|
740
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
477
741
|
"values": [
|
|
478
742
|
{
|
|
479
743
|
"name": "ios"
|
|
480
744
|
},
|
|
481
745
|
{
|
|
482
746
|
"name": "md"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"name": "ionic"
|
|
750
|
+
}
|
|
751
|
+
]
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"name": "vertical",
|
|
755
|
+
"description": "Set to `\"top\"` to position the badge on top right absolute position of the parent element.\nSet to `\"bottom\"` to position the badge on bottom right absolute position of the parent element.",
|
|
756
|
+
"values": [
|
|
757
|
+
{
|
|
758
|
+
"name": "bottom"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"name": "top"
|
|
483
762
|
}
|
|
484
763
|
]
|
|
485
764
|
}
|
|
@@ -549,7 +828,7 @@
|
|
|
549
828
|
},
|
|
550
829
|
{
|
|
551
830
|
"name": "mode",
|
|
552
|
-
"description": "The mode determines
|
|
831
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
553
832
|
"values": [
|
|
554
833
|
{
|
|
555
834
|
"name": "ios"
|
|
@@ -589,16 +868,31 @@
|
|
|
589
868
|
{
|
|
590
869
|
"name": "target",
|
|
591
870
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
592
|
-
}
|
|
593
|
-
],
|
|
594
|
-
"references": [
|
|
871
|
+
},
|
|
595
872
|
{
|
|
596
|
-
"name": "
|
|
597
|
-
"
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
873
|
+
"name": "theme",
|
|
874
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
875
|
+
"values": [
|
|
876
|
+
{
|
|
877
|
+
"name": "ios"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"name": "md"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"name": "ionic"
|
|
884
|
+
}
|
|
885
|
+
]
|
|
886
|
+
}
|
|
887
|
+
],
|
|
888
|
+
"references": [
|
|
889
|
+
{
|
|
890
|
+
"name": "Source code",
|
|
891
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/breadcrumb/breadcrumb.tsx"
|
|
892
|
+
}
|
|
893
|
+
]
|
|
894
|
+
},
|
|
895
|
+
{
|
|
602
896
|
"name": "ion-breadcrumbs",
|
|
603
897
|
"description": {
|
|
604
898
|
"kind": "markdown",
|
|
@@ -652,13 +946,28 @@
|
|
|
652
946
|
},
|
|
653
947
|
{
|
|
654
948
|
"name": "mode",
|
|
655
|
-
"description": "The mode determines
|
|
949
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
950
|
+
"values": [
|
|
951
|
+
{
|
|
952
|
+
"name": "ios"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"name": "md"
|
|
956
|
+
}
|
|
957
|
+
]
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"name": "theme",
|
|
961
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
656
962
|
"values": [
|
|
657
963
|
{
|
|
658
964
|
"name": "ios"
|
|
659
965
|
},
|
|
660
966
|
{
|
|
661
967
|
"name": "md"
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"name": "ionic"
|
|
662
971
|
}
|
|
663
972
|
]
|
|
664
973
|
}
|
|
@@ -762,7 +1071,7 @@
|
|
|
762
1071
|
},
|
|
763
1072
|
{
|
|
764
1073
|
"name": "mode",
|
|
765
|
-
"description": "The mode determines
|
|
1074
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
766
1075
|
"values": [
|
|
767
1076
|
{
|
|
768
1077
|
"name": "ios"
|
|
@@ -797,16 +1106,22 @@
|
|
|
797
1106
|
},
|
|
798
1107
|
{
|
|
799
1108
|
"name": "shape",
|
|
800
|
-
"description": "Set to `\"round\"` for a button with
|
|
1109
|
+
"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.",
|
|
801
1110
|
"values": [
|
|
1111
|
+
{
|
|
1112
|
+
"name": "rectangular"
|
|
1113
|
+
},
|
|
802
1114
|
{
|
|
803
1115
|
"name": "round"
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"name": "soft"
|
|
804
1119
|
}
|
|
805
1120
|
]
|
|
806
1121
|
},
|
|
807
1122
|
{
|
|
808
1123
|
"name": "size",
|
|
809
|
-
"description": "Set to `\"small\"` for a button with less height and padding, to `\"
|
|
1124
|
+
"description": "Set to `\"small\"` for a button with less height and padding, to `\"medium\"`\nfor a button with the medium height and padding, or to `\"large\"` for a button\nwith more height and padding. By default the size is unset, unless the button\nis inside of an item, where the size is `\"small\"` by default. Set the size to\n`\"default\"` inside of an item to make it a standard size button.",
|
|
810
1125
|
"values": [
|
|
811
1126
|
{
|
|
812
1127
|
"name": "default"
|
|
@@ -814,6 +1129,9 @@
|
|
|
814
1129
|
{
|
|
815
1130
|
"name": "large"
|
|
816
1131
|
},
|
|
1132
|
+
{
|
|
1133
|
+
"name": "medium"
|
|
1134
|
+
},
|
|
817
1135
|
{
|
|
818
1136
|
"name": "small"
|
|
819
1137
|
}
|
|
@@ -827,6 +1145,21 @@
|
|
|
827
1145
|
"name": "target",
|
|
828
1146
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
829
1147
|
},
|
|
1148
|
+
{
|
|
1149
|
+
"name": "theme",
|
|
1150
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1151
|
+
"values": [
|
|
1152
|
+
{
|
|
1153
|
+
"name": "ios"
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"name": "md"
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"name": "ionic"
|
|
1160
|
+
}
|
|
1161
|
+
]
|
|
1162
|
+
},
|
|
830
1163
|
{
|
|
831
1164
|
"name": "type",
|
|
832
1165
|
"description": "The type of the button.",
|
|
@@ -859,7 +1192,34 @@
|
|
|
859
1192
|
"attributes": [
|
|
860
1193
|
{
|
|
861
1194
|
"name": "collapse",
|
|
862
|
-
"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`
|
|
1195
|
+
"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)"
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"name": "mode",
|
|
1199
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1200
|
+
"values": [
|
|
1201
|
+
{
|
|
1202
|
+
"name": "ios"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"name": "md"
|
|
1206
|
+
}
|
|
1207
|
+
]
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"name": "theme",
|
|
1211
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1212
|
+
"values": [
|
|
1213
|
+
{
|
|
1214
|
+
"name": "ios"
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"name": "md"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"name": "ionic"
|
|
1221
|
+
}
|
|
1222
|
+
]
|
|
863
1223
|
}
|
|
864
1224
|
],
|
|
865
1225
|
"references": [
|
|
@@ -927,7 +1287,7 @@
|
|
|
927
1287
|
},
|
|
928
1288
|
{
|
|
929
1289
|
"name": "mode",
|
|
930
|
-
"description": "The mode determines
|
|
1290
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
931
1291
|
"values": [
|
|
932
1292
|
{
|
|
933
1293
|
"name": "ios"
|
|
@@ -960,10 +1320,40 @@
|
|
|
960
1320
|
}
|
|
961
1321
|
]
|
|
962
1322
|
},
|
|
1323
|
+
{
|
|
1324
|
+
"name": "shape",
|
|
1325
|
+
"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\"`.",
|
|
1326
|
+
"values": [
|
|
1327
|
+
{
|
|
1328
|
+
"name": "rectangular"
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"name": "round"
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"name": "soft"
|
|
1335
|
+
}
|
|
1336
|
+
]
|
|
1337
|
+
},
|
|
963
1338
|
{
|
|
964
1339
|
"name": "target",
|
|
965
1340
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
966
1341
|
},
|
|
1342
|
+
{
|
|
1343
|
+
"name": "theme",
|
|
1344
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1345
|
+
"values": [
|
|
1346
|
+
{
|
|
1347
|
+
"name": "ios"
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"name": "md"
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"name": "ionic"
|
|
1354
|
+
}
|
|
1355
|
+
]
|
|
1356
|
+
},
|
|
967
1357
|
{
|
|
968
1358
|
"name": "type",
|
|
969
1359
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -996,13 +1386,28 @@
|
|
|
996
1386
|
"attributes": [
|
|
997
1387
|
{
|
|
998
1388
|
"name": "mode",
|
|
999
|
-
"description": "The mode determines
|
|
1389
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1390
|
+
"values": [
|
|
1391
|
+
{
|
|
1392
|
+
"name": "ios"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"name": "md"
|
|
1396
|
+
}
|
|
1397
|
+
]
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"name": "theme",
|
|
1401
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1000
1402
|
"values": [
|
|
1001
1403
|
{
|
|
1002
1404
|
"name": "ios"
|
|
1003
1405
|
},
|
|
1004
1406
|
{
|
|
1005
1407
|
"name": "md"
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"name": "ionic"
|
|
1006
1411
|
}
|
|
1007
1412
|
]
|
|
1008
1413
|
}
|
|
@@ -1056,19 +1461,34 @@
|
|
|
1056
1461
|
},
|
|
1057
1462
|
{
|
|
1058
1463
|
"name": "mode",
|
|
1059
|
-
"description": "The mode determines
|
|
1464
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1465
|
+
"values": [
|
|
1466
|
+
{
|
|
1467
|
+
"name": "ios"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"name": "md"
|
|
1471
|
+
}
|
|
1472
|
+
]
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"name": "theme",
|
|
1476
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1060
1477
|
"values": [
|
|
1061
1478
|
{
|
|
1062
1479
|
"name": "ios"
|
|
1063
1480
|
},
|
|
1064
1481
|
{
|
|
1065
1482
|
"name": "md"
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"name": "ionic"
|
|
1066
1486
|
}
|
|
1067
1487
|
]
|
|
1068
1488
|
},
|
|
1069
1489
|
{
|
|
1070
1490
|
"name": "translucent",
|
|
1071
|
-
"description": "If `true`, the card header will be translucent.\nOnly applies when the
|
|
1491
|
+
"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)."
|
|
1072
1492
|
}
|
|
1073
1493
|
],
|
|
1074
1494
|
"references": [
|
|
@@ -1120,13 +1540,28 @@
|
|
|
1120
1540
|
},
|
|
1121
1541
|
{
|
|
1122
1542
|
"name": "mode",
|
|
1123
|
-
"description": "The mode determines
|
|
1543
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1544
|
+
"values": [
|
|
1545
|
+
{
|
|
1546
|
+
"name": "ios"
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"name": "md"
|
|
1550
|
+
}
|
|
1551
|
+
]
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"name": "theme",
|
|
1555
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1124
1556
|
"values": [
|
|
1125
1557
|
{
|
|
1126
1558
|
"name": "ios"
|
|
1127
1559
|
},
|
|
1128
1560
|
{
|
|
1129
1561
|
"name": "md"
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"name": "ionic"
|
|
1130
1565
|
}
|
|
1131
1566
|
]
|
|
1132
1567
|
}
|
|
@@ -1180,13 +1615,28 @@
|
|
|
1180
1615
|
},
|
|
1181
1616
|
{
|
|
1182
1617
|
"name": "mode",
|
|
1183
|
-
"description": "The mode determines
|
|
1618
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1619
|
+
"values": [
|
|
1620
|
+
{
|
|
1621
|
+
"name": "ios"
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
"name": "md"
|
|
1625
|
+
}
|
|
1626
|
+
]
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"name": "theme",
|
|
1630
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1184
1631
|
"values": [
|
|
1185
1632
|
{
|
|
1186
1633
|
"name": "ios"
|
|
1187
1634
|
},
|
|
1188
1635
|
{
|
|
1189
1636
|
"name": "md"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"name": "ionic"
|
|
1190
1640
|
}
|
|
1191
1641
|
]
|
|
1192
1642
|
}
|
|
@@ -1305,7 +1755,7 @@
|
|
|
1305
1755
|
},
|
|
1306
1756
|
{
|
|
1307
1757
|
"name": "mode",
|
|
1308
|
-
"description": "The mode determines
|
|
1758
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1309
1759
|
"values": [
|
|
1310
1760
|
{
|
|
1311
1761
|
"name": "ios"
|
|
@@ -1323,6 +1773,42 @@
|
|
|
1323
1773
|
"name": "required",
|
|
1324
1774
|
"description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid."
|
|
1325
1775
|
},
|
|
1776
|
+
{
|
|
1777
|
+
"name": "shape",
|
|
1778
|
+
"description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
|
|
1779
|
+
"values": [
|
|
1780
|
+
{
|
|
1781
|
+
"name": "rectangular"
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"name": "soft"
|
|
1785
|
+
}
|
|
1786
|
+
]
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
"name": "size",
|
|
1790
|
+
"description": "Set to `\"small\"` for a checkbox with less height and padding.",
|
|
1791
|
+
"values": [
|
|
1792
|
+
{
|
|
1793
|
+
"name": "small"
|
|
1794
|
+
}
|
|
1795
|
+
]
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
"name": "theme",
|
|
1799
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1800
|
+
"values": [
|
|
1801
|
+
{
|
|
1802
|
+
"name": "ios"
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "md"
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"name": "ionic"
|
|
1809
|
+
}
|
|
1810
|
+
]
|
|
1811
|
+
},
|
|
1326
1812
|
{
|
|
1327
1813
|
"name": "value",
|
|
1328
1814
|
"description": "The value of the checkbox does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a checkbox is analogous to the value of an `<input type=\"checkbox\">`,\nit's only used when the checkbox participates in a native `<form>`."
|
|
@@ -1379,9 +1865,21 @@
|
|
|
1379
1865
|
"name": "disabled",
|
|
1380
1866
|
"description": "If `true`, the user cannot interact with the chip."
|
|
1381
1867
|
},
|
|
1868
|
+
{
|
|
1869
|
+
"name": "hue",
|
|
1870
|
+
"description": "Set to `\"bold\"` for a chip with vibrant, bold colors or to `\"subtle\"` for\na chip with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
|
|
1871
|
+
"values": [
|
|
1872
|
+
{
|
|
1873
|
+
"name": "bold"
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"name": "subtle"
|
|
1877
|
+
}
|
|
1878
|
+
]
|
|
1879
|
+
},
|
|
1382
1880
|
{
|
|
1383
1881
|
"name": "mode",
|
|
1384
|
-
"description": "The mode determines
|
|
1882
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1385
1883
|
"values": [
|
|
1386
1884
|
{
|
|
1387
1885
|
"name": "ios"
|
|
@@ -1394,6 +1892,48 @@
|
|
|
1394
1892
|
{
|
|
1395
1893
|
"name": "outline",
|
|
1396
1894
|
"description": "Display an outline style button."
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
"name": "shape",
|
|
1898
|
+
"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.",
|
|
1899
|
+
"values": [
|
|
1900
|
+
{
|
|
1901
|
+
"name": "rectangular"
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"name": "round"
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"name": "soft"
|
|
1908
|
+
}
|
|
1909
|
+
]
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"name": "size",
|
|
1913
|
+
"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.",
|
|
1914
|
+
"values": [
|
|
1915
|
+
{
|
|
1916
|
+
"name": "large"
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"name": "small"
|
|
1920
|
+
}
|
|
1921
|
+
]
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"name": "theme",
|
|
1925
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1926
|
+
"values": [
|
|
1927
|
+
{
|
|
1928
|
+
"name": "ios"
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"name": "md"
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
"name": "ionic"
|
|
1935
|
+
}
|
|
1936
|
+
]
|
|
1397
1937
|
}
|
|
1398
1938
|
],
|
|
1399
1939
|
"references": [
|
|
@@ -1410,6 +1950,18 @@
|
|
|
1410
1950
|
"value": ""
|
|
1411
1951
|
},
|
|
1412
1952
|
"attributes": [
|
|
1953
|
+
{
|
|
1954
|
+
"name": "mode",
|
|
1955
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1956
|
+
"values": [
|
|
1957
|
+
{
|
|
1958
|
+
"name": "ios"
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"name": "md"
|
|
1962
|
+
}
|
|
1963
|
+
]
|
|
1964
|
+
},
|
|
1413
1965
|
{
|
|
1414
1966
|
"name": "offset",
|
|
1415
1967
|
"description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available."
|
|
@@ -1435,24 +1987,48 @@
|
|
|
1435
1987
|
"description": "The amount to offset the column for xs screens, in terms of how many columns it should shift\nto the end of the total available."
|
|
1436
1988
|
},
|
|
1437
1989
|
{
|
|
1438
|
-
"name": "
|
|
1439
|
-
"description": "The
|
|
1990
|
+
"name": "order",
|
|
1991
|
+
"description": "The order of the column, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
|
|
1440
1992
|
},
|
|
1441
1993
|
{
|
|
1442
|
-
"name": "
|
|
1443
|
-
"description": "The
|
|
1994
|
+
"name": "order-lg",
|
|
1995
|
+
"description": "The order of the column for lg screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
|
|
1444
1996
|
},
|
|
1445
1997
|
{
|
|
1446
|
-
"name": "
|
|
1447
|
-
"description": "The
|
|
1998
|
+
"name": "order-md",
|
|
1999
|
+
"description": "The order of the column for md screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
|
|
1448
2000
|
},
|
|
1449
2001
|
{
|
|
1450
|
-
"name": "
|
|
1451
|
-
"description": "The
|
|
2002
|
+
"name": "order-sm",
|
|
2003
|
+
"description": "The order of the column for sm screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
|
|
1452
2004
|
},
|
|
1453
2005
|
{
|
|
1454
|
-
"name": "
|
|
1455
|
-
"description": "The
|
|
2006
|
+
"name": "order-xl",
|
|
2007
|
+
"description": "The order of the column for xl screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
"name": "order-xs",
|
|
2011
|
+
"description": "The order of the column for xs screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"name": "pull",
|
|
2015
|
+
"description": "The amount to pull the column, in terms of how many columns it should shift to the start of\nthe total available."
|
|
2016
|
+
},
|
|
2017
|
+
{
|
|
2018
|
+
"name": "pull-lg",
|
|
2019
|
+
"description": "The amount to pull the column for lg screens, in terms of how many columns it should shift\nto the start of the total available."
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
"name": "pull-md",
|
|
2023
|
+
"description": "The amount to pull the column for md screens, in terms of how many columns it should shift\nto the start of the total available."
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
"name": "pull-sm",
|
|
2027
|
+
"description": "The amount to pull the column for sm screens, in terms of how many columns it should shift\nto the start of the total available."
|
|
2028
|
+
},
|
|
2029
|
+
{
|
|
2030
|
+
"name": "pull-xl",
|
|
2031
|
+
"description": "The amount to pull the column for xl screens, in terms of how many columns it should shift\nto the start of the total available."
|
|
1456
2032
|
},
|
|
1457
2033
|
{
|
|
1458
2034
|
"name": "pull-xs",
|
|
@@ -1505,6 +2081,21 @@
|
|
|
1505
2081
|
{
|
|
1506
2082
|
"name": "size-xs",
|
|
1507
2083
|
"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."
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
"name": "theme",
|
|
2087
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2088
|
+
"values": [
|
|
2089
|
+
{
|
|
2090
|
+
"name": "ios"
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"name": "md"
|
|
2094
|
+
},
|
|
2095
|
+
{
|
|
2096
|
+
"name": "ionic"
|
|
2097
|
+
}
|
|
2098
|
+
]
|
|
1508
2099
|
}
|
|
1509
2100
|
],
|
|
1510
2101
|
"references": [
|
|
@@ -1574,6 +2165,18 @@
|
|
|
1574
2165
|
"name": "fullscreen",
|
|
1575
2166
|
"description": "If `true`, the content will scroll behind the headers\nand footers. This effect can easily be seen by setting the toolbar\nto transparent."
|
|
1576
2167
|
},
|
|
2168
|
+
{
|
|
2169
|
+
"name": "mode",
|
|
2170
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2171
|
+
"values": [
|
|
2172
|
+
{
|
|
2173
|
+
"name": "ios"
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"name": "md"
|
|
2177
|
+
}
|
|
2178
|
+
]
|
|
2179
|
+
},
|
|
1577
2180
|
{
|
|
1578
2181
|
"name": "scroll-events",
|
|
1579
2182
|
"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`."
|
|
@@ -1585,6 +2188,21 @@
|
|
|
1585
2188
|
{
|
|
1586
2189
|
"name": "scroll-y",
|
|
1587
2190
|
"description": "If you want to disable the content scrolling in the Y axis, set this property to `false`."
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
"name": "theme",
|
|
2194
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2195
|
+
"values": [
|
|
2196
|
+
{
|
|
2197
|
+
"name": "ios"
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
"name": "md"
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"name": "ionic"
|
|
2204
|
+
}
|
|
2205
|
+
]
|
|
1588
2206
|
}
|
|
1589
2207
|
],
|
|
1590
2208
|
"references": [
|
|
@@ -1710,7 +2328,7 @@
|
|
|
1710
2328
|
},
|
|
1711
2329
|
{
|
|
1712
2330
|
"name": "mode",
|
|
1713
|
-
"description": "The mode determines
|
|
2331
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1714
2332
|
"values": [
|
|
1715
2333
|
{
|
|
1716
2334
|
"name": "ios"
|
|
@@ -1799,6 +2417,21 @@
|
|
|
1799
2417
|
}
|
|
1800
2418
|
]
|
|
1801
2419
|
},
|
|
2420
|
+
{
|
|
2421
|
+
"name": "theme",
|
|
2422
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2423
|
+
"values": [
|
|
2424
|
+
{
|
|
2425
|
+
"name": "ios"
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"name": "md"
|
|
2429
|
+
},
|
|
2430
|
+
{
|
|
2431
|
+
"name": "ionic"
|
|
2432
|
+
}
|
|
2433
|
+
]
|
|
2434
|
+
},
|
|
1802
2435
|
{
|
|
1803
2436
|
"name": "title-selected-dates-formatter",
|
|
1804
2437
|
"description": "A callback used to format the header text that shows how many\ndates are selected. Only used if there are 0 or more than 1\nselected (i.e. unused for exactly 1). By default, the header\ntext is set to \"numberOfDates days\".\n\nSee https://ionicframework.com/docs/troubleshooting/runtime#accessing-this\nif you need to access `this` from within the callback."
|
|
@@ -1869,13 +2502,28 @@
|
|
|
1869
2502
|
},
|
|
1870
2503
|
{
|
|
1871
2504
|
"name": "mode",
|
|
1872
|
-
"description": "The mode determines
|
|
2505
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2506
|
+
"values": [
|
|
2507
|
+
{
|
|
2508
|
+
"name": "ios"
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"name": "md"
|
|
2512
|
+
}
|
|
2513
|
+
]
|
|
2514
|
+
},
|
|
2515
|
+
{
|
|
2516
|
+
"name": "theme",
|
|
2517
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1873
2518
|
"values": [
|
|
1874
2519
|
{
|
|
1875
2520
|
"name": "ios"
|
|
1876
2521
|
},
|
|
1877
2522
|
{
|
|
1878
2523
|
"name": "md"
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"name": "ionic"
|
|
1879
2527
|
}
|
|
1880
2528
|
]
|
|
1881
2529
|
}
|
|
@@ -1887,6 +2535,52 @@
|
|
|
1887
2535
|
}
|
|
1888
2536
|
]
|
|
1889
2537
|
},
|
|
2538
|
+
{
|
|
2539
|
+
"name": "ion-divider",
|
|
2540
|
+
"description": {
|
|
2541
|
+
"kind": "markdown",
|
|
2542
|
+
"value": ""
|
|
2543
|
+
},
|
|
2544
|
+
"attributes": [
|
|
2545
|
+
{
|
|
2546
|
+
"name": "inset",
|
|
2547
|
+
"description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`"
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
"name": "spacing",
|
|
2551
|
+
"description": "Set to `\"xxsmall\"` for the smallest spacing.\nSet to \"xsmall\" for very small spacing.\nSet to `\"small\"` for small spacing.\nSet to \"medium\" for medium spacing.\nSet to \"large\" for large spacing.\nSet to `\"xlarge\"` for the largest spacing.\n\nDefaults to `\"medium\"`.",
|
|
2552
|
+
"values": [
|
|
2553
|
+
{
|
|
2554
|
+
"name": "large"
|
|
2555
|
+
},
|
|
2556
|
+
{
|
|
2557
|
+
"name": "medium"
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
"name": "small"
|
|
2561
|
+
},
|
|
2562
|
+
{
|
|
2563
|
+
"name": "xlarge"
|
|
2564
|
+
},
|
|
2565
|
+
{
|
|
2566
|
+
"name": "xsmall"
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
"name": "xxlarge"
|
|
2570
|
+
},
|
|
2571
|
+
{
|
|
2572
|
+
"name": "xxsmall"
|
|
2573
|
+
}
|
|
2574
|
+
]
|
|
2575
|
+
}
|
|
2576
|
+
],
|
|
2577
|
+
"references": [
|
|
2578
|
+
{
|
|
2579
|
+
"name": "Source code",
|
|
2580
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/divider/divider.tsx"
|
|
2581
|
+
}
|
|
2582
|
+
]
|
|
2583
|
+
},
|
|
1890
2584
|
{
|
|
1891
2585
|
"name": "ion-fab",
|
|
1892
2586
|
"description": {
|
|
@@ -1917,6 +2611,33 @@
|
|
|
1917
2611
|
}
|
|
1918
2612
|
]
|
|
1919
2613
|
},
|
|
2614
|
+
{
|
|
2615
|
+
"name": "mode",
|
|
2616
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2617
|
+
"values": [
|
|
2618
|
+
{
|
|
2619
|
+
"name": "ios"
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
"name": "md"
|
|
2623
|
+
}
|
|
2624
|
+
]
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"name": "theme",
|
|
2628
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2629
|
+
"values": [
|
|
2630
|
+
{
|
|
2631
|
+
"name": "ios"
|
|
2632
|
+
},
|
|
2633
|
+
{
|
|
2634
|
+
"name": "md"
|
|
2635
|
+
},
|
|
2636
|
+
{
|
|
2637
|
+
"name": "ionic"
|
|
2638
|
+
}
|
|
2639
|
+
]
|
|
2640
|
+
},
|
|
1920
2641
|
{
|
|
1921
2642
|
"name": "vertical",
|
|
1922
2643
|
"description": "Where to align the fab vertically in the viewport.",
|
|
@@ -2002,7 +2723,7 @@
|
|
|
2002
2723
|
},
|
|
2003
2724
|
{
|
|
2004
2725
|
"name": "mode",
|
|
2005
|
-
"description": "The mode determines
|
|
2726
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2006
2727
|
"values": [
|
|
2007
2728
|
{
|
|
2008
2729
|
"name": "ios"
|
|
@@ -2052,9 +2773,24 @@
|
|
|
2052
2773
|
"name": "target",
|
|
2053
2774
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
2054
2775
|
},
|
|
2776
|
+
{
|
|
2777
|
+
"name": "theme",
|
|
2778
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2779
|
+
"values": [
|
|
2780
|
+
{
|
|
2781
|
+
"name": "ios"
|
|
2782
|
+
},
|
|
2783
|
+
{
|
|
2784
|
+
"name": "md"
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"name": "ionic"
|
|
2788
|
+
}
|
|
2789
|
+
]
|
|
2790
|
+
},
|
|
2055
2791
|
{
|
|
2056
2792
|
"name": "translucent",
|
|
2057
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
2793
|
+
"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)."
|
|
2058
2794
|
},
|
|
2059
2795
|
{
|
|
2060
2796
|
"name": "type",
|
|
@@ -2090,6 +2826,18 @@
|
|
|
2090
2826
|
"name": "activated",
|
|
2091
2827
|
"description": "If `true`, the fab list will show all fab buttons in the list."
|
|
2092
2828
|
},
|
|
2829
|
+
{
|
|
2830
|
+
"name": "mode",
|
|
2831
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2832
|
+
"values": [
|
|
2833
|
+
{
|
|
2834
|
+
"name": "ios"
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
"name": "md"
|
|
2838
|
+
}
|
|
2839
|
+
]
|
|
2840
|
+
},
|
|
2093
2841
|
{
|
|
2094
2842
|
"name": "side",
|
|
2095
2843
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -2107,6 +2855,21 @@
|
|
|
2107
2855
|
"name": "top"
|
|
2108
2856
|
}
|
|
2109
2857
|
]
|
|
2858
|
+
},
|
|
2859
|
+
{
|
|
2860
|
+
"name": "theme",
|
|
2861
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2862
|
+
"values": [
|
|
2863
|
+
{
|
|
2864
|
+
"name": "ios"
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"name": "md"
|
|
2868
|
+
},
|
|
2869
|
+
{
|
|
2870
|
+
"name": "ionic"
|
|
2871
|
+
}
|
|
2872
|
+
]
|
|
2110
2873
|
}
|
|
2111
2874
|
],
|
|
2112
2875
|
"references": [
|
|
@@ -2125,7 +2888,7 @@
|
|
|
2125
2888
|
"attributes": [
|
|
2126
2889
|
{
|
|
2127
2890
|
"name": "collapse",
|
|
2128
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
2891
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
|
|
2129
2892
|
"values": [
|
|
2130
2893
|
{
|
|
2131
2894
|
"name": "fade"
|
|
@@ -2134,19 +2897,34 @@
|
|
|
2134
2897
|
},
|
|
2135
2898
|
{
|
|
2136
2899
|
"name": "mode",
|
|
2137
|
-
"description": "The mode determines
|
|
2900
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2901
|
+
"values": [
|
|
2902
|
+
{
|
|
2903
|
+
"name": "ios"
|
|
2904
|
+
},
|
|
2905
|
+
{
|
|
2906
|
+
"name": "md"
|
|
2907
|
+
}
|
|
2908
|
+
]
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
"name": "theme",
|
|
2912
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2138
2913
|
"values": [
|
|
2139
2914
|
{
|
|
2140
2915
|
"name": "ios"
|
|
2141
2916
|
},
|
|
2142
2917
|
{
|
|
2143
2918
|
"name": "md"
|
|
2919
|
+
},
|
|
2920
|
+
{
|
|
2921
|
+
"name": "ionic"
|
|
2144
2922
|
}
|
|
2145
2923
|
]
|
|
2146
2924
|
},
|
|
2147
2925
|
{
|
|
2148
2926
|
"name": "translucent",
|
|
2149
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
2927
|
+
"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."
|
|
2150
2928
|
}
|
|
2151
2929
|
],
|
|
2152
2930
|
"references": [
|
|
@@ -2166,6 +2944,33 @@
|
|
|
2166
2944
|
{
|
|
2167
2945
|
"name": "fixed",
|
|
2168
2946
|
"description": "If `true`, the grid will have a fixed width based on the screen size."
|
|
2947
|
+
},
|
|
2948
|
+
{
|
|
2949
|
+
"name": "mode",
|
|
2950
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2951
|
+
"values": [
|
|
2952
|
+
{
|
|
2953
|
+
"name": "ios"
|
|
2954
|
+
},
|
|
2955
|
+
{
|
|
2956
|
+
"name": "md"
|
|
2957
|
+
}
|
|
2958
|
+
]
|
|
2959
|
+
},
|
|
2960
|
+
{
|
|
2961
|
+
"name": "theme",
|
|
2962
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2963
|
+
"values": [
|
|
2964
|
+
{
|
|
2965
|
+
"name": "ios"
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
"name": "md"
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
"name": "ionic"
|
|
2972
|
+
}
|
|
2973
|
+
]
|
|
2169
2974
|
}
|
|
2170
2975
|
],
|
|
2171
2976
|
"references": [
|
|
@@ -2184,7 +2989,7 @@
|
|
|
2184
2989
|
"attributes": [
|
|
2185
2990
|
{
|
|
2186
2991
|
"name": "collapse",
|
|
2187
|
-
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies
|
|
2992
|
+
"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)",
|
|
2188
2993
|
"values": [
|
|
2189
2994
|
{
|
|
2190
2995
|
"name": "condense"
|
|
@@ -2194,21 +2999,40 @@
|
|
|
2194
2999
|
}
|
|
2195
3000
|
]
|
|
2196
3001
|
},
|
|
3002
|
+
{
|
|
3003
|
+
"name": "divider",
|
|
3004
|
+
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes"
|
|
3005
|
+
},
|
|
2197
3006
|
{
|
|
2198
3007
|
"name": "mode",
|
|
2199
|
-
"description": "The mode determines
|
|
3008
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3009
|
+
"values": [
|
|
3010
|
+
{
|
|
3011
|
+
"name": "ios"
|
|
3012
|
+
},
|
|
3013
|
+
{
|
|
3014
|
+
"name": "md"
|
|
3015
|
+
}
|
|
3016
|
+
]
|
|
3017
|
+
},
|
|
3018
|
+
{
|
|
3019
|
+
"name": "theme",
|
|
3020
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2200
3021
|
"values": [
|
|
2201
3022
|
{
|
|
2202
3023
|
"name": "ios"
|
|
2203
3024
|
},
|
|
2204
3025
|
{
|
|
2205
3026
|
"name": "md"
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
"name": "ionic"
|
|
2206
3030
|
}
|
|
2207
3031
|
]
|
|
2208
3032
|
},
|
|
2209
3033
|
{
|
|
2210
3034
|
"name": "translucent",
|
|
2211
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
3035
|
+
"description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` or `\"ionic\"` 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."
|
|
2212
3036
|
}
|
|
2213
3037
|
],
|
|
2214
3038
|
"references": [
|
|
@@ -2229,9 +3053,36 @@
|
|
|
2229
3053
|
"name": "alt",
|
|
2230
3054
|
"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."
|
|
2231
3055
|
},
|
|
3056
|
+
{
|
|
3057
|
+
"name": "mode",
|
|
3058
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3059
|
+
"values": [
|
|
3060
|
+
{
|
|
3061
|
+
"name": "ios"
|
|
3062
|
+
},
|
|
3063
|
+
{
|
|
3064
|
+
"name": "md"
|
|
3065
|
+
}
|
|
3066
|
+
]
|
|
3067
|
+
},
|
|
2232
3068
|
{
|
|
2233
3069
|
"name": "src",
|
|
2234
3070
|
"description": "The image URL. This attribute is mandatory for the `<img>` element."
|
|
3071
|
+
},
|
|
3072
|
+
{
|
|
3073
|
+
"name": "theme",
|
|
3074
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3075
|
+
"values": [
|
|
3076
|
+
{
|
|
3077
|
+
"name": "ios"
|
|
3078
|
+
},
|
|
3079
|
+
{
|
|
3080
|
+
"name": "md"
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
"name": "ionic"
|
|
3084
|
+
}
|
|
3085
|
+
]
|
|
2235
3086
|
}
|
|
2236
3087
|
],
|
|
2237
3088
|
"references": [
|
|
@@ -2253,8 +3104,20 @@
|
|
|
2253
3104
|
"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."
|
|
2254
3105
|
},
|
|
2255
3106
|
{
|
|
2256
|
-
"name": "
|
|
2257
|
-
"description": "The
|
|
3107
|
+
"name": "mode",
|
|
3108
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3109
|
+
"values": [
|
|
3110
|
+
{
|
|
3111
|
+
"name": "ios"
|
|
3112
|
+
},
|
|
3113
|
+
{
|
|
3114
|
+
"name": "md"
|
|
3115
|
+
}
|
|
3116
|
+
]
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"name": "position",
|
|
3120
|
+
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
2258
3121
|
"values": [
|
|
2259
3122
|
{
|
|
2260
3123
|
"name": "bottom"
|
|
@@ -2264,6 +3127,25 @@
|
|
|
2264
3127
|
}
|
|
2265
3128
|
]
|
|
2266
3129
|
},
|
|
3130
|
+
{
|
|
3131
|
+
"name": "preserve-rerender-scroll-position",
|
|
3132
|
+
"description": "If `true`, the infinite scroll will preserve the scroll position\nwhen the content is re-rendered. This is useful when the content is\nre-rendered with new keys, and the scroll position should be preserved."
|
|
3133
|
+
},
|
|
3134
|
+
{
|
|
3135
|
+
"name": "theme",
|
|
3136
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3137
|
+
"values": [
|
|
3138
|
+
{
|
|
3139
|
+
"name": "ios"
|
|
3140
|
+
},
|
|
3141
|
+
{
|
|
3142
|
+
"name": "md"
|
|
3143
|
+
},
|
|
3144
|
+
{
|
|
3145
|
+
"name": "ionic"
|
|
3146
|
+
}
|
|
3147
|
+
]
|
|
3148
|
+
},
|
|
2267
3149
|
{
|
|
2268
3150
|
"name": "threshold",
|
|
2269
3151
|
"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."
|
|
@@ -2319,6 +3201,33 @@
|
|
|
2319
3201
|
{
|
|
2320
3202
|
"name": "loading-text",
|
|
2321
3203
|
"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."
|
|
3204
|
+
},
|
|
3205
|
+
{
|
|
3206
|
+
"name": "mode",
|
|
3207
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3208
|
+
"values": [
|
|
3209
|
+
{
|
|
3210
|
+
"name": "ios"
|
|
3211
|
+
},
|
|
3212
|
+
{
|
|
3213
|
+
"name": "md"
|
|
3214
|
+
}
|
|
3215
|
+
]
|
|
3216
|
+
},
|
|
3217
|
+
{
|
|
3218
|
+
"name": "theme",
|
|
3219
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3220
|
+
"values": [
|
|
3221
|
+
{
|
|
3222
|
+
"name": "ios"
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"name": "md"
|
|
3226
|
+
},
|
|
3227
|
+
{
|
|
3228
|
+
"name": "ionic"
|
|
3229
|
+
}
|
|
3230
|
+
]
|
|
2322
3231
|
}
|
|
2323
3232
|
],
|
|
2324
3233
|
"references": [
|
|
@@ -2346,80 +3255,74 @@
|
|
|
2346
3255
|
{
|
|
2347
3256
|
"name": "name"
|
|
2348
3257
|
},
|
|
2349
|
-
{
|
|
2350
|
-
"name": "email"
|
|
2351
|
-
},
|
|
2352
|
-
{
|
|
2353
|
-
"name": "tel"
|
|
2354
|
-
},
|
|
2355
3258
|
{
|
|
2356
3259
|
"name": "url"
|
|
2357
3260
|
},
|
|
2358
3261
|
{
|
|
2359
|
-
"name": "
|
|
3262
|
+
"name": "off"
|
|
2360
3263
|
},
|
|
2361
3264
|
{
|
|
2362
|
-
"name": "
|
|
3265
|
+
"name": "on"
|
|
2363
3266
|
},
|
|
2364
3267
|
{
|
|
2365
|
-
"name": "
|
|
3268
|
+
"name": "additional-name"
|
|
2366
3269
|
},
|
|
2367
3270
|
{
|
|
2368
|
-
"name": "
|
|
3271
|
+
"name": "address-level1"
|
|
2369
3272
|
},
|
|
2370
3273
|
{
|
|
2371
|
-
"name": "
|
|
3274
|
+
"name": "address-level2"
|
|
2372
3275
|
},
|
|
2373
3276
|
{
|
|
2374
|
-
"name": "
|
|
3277
|
+
"name": "address-level3"
|
|
2375
3278
|
},
|
|
2376
3279
|
{
|
|
2377
|
-
"name": "
|
|
3280
|
+
"name": "address-level4"
|
|
2378
3281
|
},
|
|
2379
3282
|
{
|
|
2380
|
-
"name": "
|
|
3283
|
+
"name": "address-line1"
|
|
2381
3284
|
},
|
|
2382
3285
|
{
|
|
2383
|
-
"name": "
|
|
3286
|
+
"name": "address-line2"
|
|
2384
3287
|
},
|
|
2385
3288
|
{
|
|
2386
|
-
"name": "
|
|
3289
|
+
"name": "address-line3"
|
|
2387
3290
|
},
|
|
2388
3291
|
{
|
|
2389
|
-
"name": "
|
|
3292
|
+
"name": "bday-day"
|
|
2390
3293
|
},
|
|
2391
3294
|
{
|
|
2392
|
-
"name": "
|
|
3295
|
+
"name": "bday-month"
|
|
2393
3296
|
},
|
|
2394
3297
|
{
|
|
2395
|
-
"name": "
|
|
3298
|
+
"name": "bday-year"
|
|
2396
3299
|
},
|
|
2397
3300
|
{
|
|
2398
|
-
"name": "
|
|
3301
|
+
"name": "cc-csc"
|
|
2399
3302
|
},
|
|
2400
3303
|
{
|
|
2401
|
-
"name": "
|
|
3304
|
+
"name": "cc-exp"
|
|
2402
3305
|
},
|
|
2403
3306
|
{
|
|
2404
|
-
"name": "
|
|
3307
|
+
"name": "cc-exp-month"
|
|
2405
3308
|
},
|
|
2406
3309
|
{
|
|
2407
|
-
"name": "
|
|
3310
|
+
"name": "cc-exp-year"
|
|
2408
3311
|
},
|
|
2409
3312
|
{
|
|
2410
|
-
"name": "
|
|
3313
|
+
"name": "cc-family-name"
|
|
2411
3314
|
},
|
|
2412
3315
|
{
|
|
2413
|
-
"name": "
|
|
3316
|
+
"name": "cc-given-name"
|
|
2414
3317
|
},
|
|
2415
3318
|
{
|
|
2416
|
-
"name": "
|
|
3319
|
+
"name": "cc-name"
|
|
2417
3320
|
},
|
|
2418
3321
|
{
|
|
2419
|
-
"name": "
|
|
3322
|
+
"name": "cc-number"
|
|
2420
3323
|
},
|
|
2421
3324
|
{
|
|
2422
|
-
"name": "
|
|
3325
|
+
"name": "cc-type"
|
|
2423
3326
|
},
|
|
2424
3327
|
{
|
|
2425
3328
|
"name": "country"
|
|
@@ -2428,76 +3331,82 @@
|
|
|
2428
3331
|
"name": "country-name"
|
|
2429
3332
|
},
|
|
2430
3333
|
{
|
|
2431
|
-
"name": "
|
|
3334
|
+
"name": "current-password"
|
|
2432
3335
|
},
|
|
2433
3336
|
{
|
|
2434
|
-
"name": "
|
|
3337
|
+
"name": "family-name"
|
|
2435
3338
|
},
|
|
2436
3339
|
{
|
|
2437
|
-
"name": "
|
|
3340
|
+
"name": "given-name"
|
|
2438
3341
|
},
|
|
2439
3342
|
{
|
|
2440
|
-
"name": "
|
|
3343
|
+
"name": "honorific-prefix"
|
|
2441
3344
|
},
|
|
2442
3345
|
{
|
|
2443
|
-
"name": "
|
|
3346
|
+
"name": "honorific-suffix"
|
|
2444
3347
|
},
|
|
2445
3348
|
{
|
|
2446
|
-
"name": "
|
|
3349
|
+
"name": "new-password"
|
|
2447
3350
|
},
|
|
2448
3351
|
{
|
|
2449
|
-
"name": "
|
|
3352
|
+
"name": "one-time-code"
|
|
2450
3353
|
},
|
|
2451
3354
|
{
|
|
2452
|
-
"name": "
|
|
3355
|
+
"name": "organization"
|
|
2453
3356
|
},
|
|
2454
3357
|
{
|
|
2455
|
-
"name": "
|
|
3358
|
+
"name": "postal-code"
|
|
2456
3359
|
},
|
|
2457
3360
|
{
|
|
2458
|
-
"name": "
|
|
3361
|
+
"name": "street-address"
|
|
2459
3362
|
},
|
|
2460
3363
|
{
|
|
2461
|
-
"name": "
|
|
3364
|
+
"name": "transaction-amount"
|
|
2462
3365
|
},
|
|
2463
3366
|
{
|
|
2464
3367
|
"name": "transaction-currency"
|
|
2465
3368
|
},
|
|
2466
3369
|
{
|
|
2467
|
-
"name": "
|
|
3370
|
+
"name": "username"
|
|
2468
3371
|
},
|
|
2469
3372
|
{
|
|
2470
|
-
"name": "
|
|
3373
|
+
"name": "email"
|
|
2471
3374
|
},
|
|
2472
3375
|
{
|
|
2473
|
-
"name": "
|
|
3376
|
+
"name": "tel"
|
|
2474
3377
|
},
|
|
2475
3378
|
{
|
|
2476
|
-
"name": "
|
|
3379
|
+
"name": "tel-area-code"
|
|
2477
3380
|
},
|
|
2478
3381
|
{
|
|
2479
|
-
"name": "
|
|
3382
|
+
"name": "tel-country-code"
|
|
2480
3383
|
},
|
|
2481
3384
|
{
|
|
2482
|
-
"name": "
|
|
3385
|
+
"name": "tel-extension"
|
|
2483
3386
|
},
|
|
2484
3387
|
{
|
|
2485
|
-
"name": "
|
|
3388
|
+
"name": "tel-local"
|
|
2486
3389
|
},
|
|
2487
3390
|
{
|
|
2488
|
-
"name": "tel-
|
|
3391
|
+
"name": "tel-national"
|
|
2489
3392
|
},
|
|
2490
3393
|
{
|
|
2491
|
-
"name": "
|
|
3394
|
+
"name": "nickname"
|
|
2492
3395
|
},
|
|
2493
3396
|
{
|
|
2494
|
-
"name": "
|
|
3397
|
+
"name": "organization-title"
|
|
2495
3398
|
},
|
|
2496
3399
|
{
|
|
2497
|
-
"name": "
|
|
3400
|
+
"name": "cc-additional-name"
|
|
2498
3401
|
},
|
|
2499
3402
|
{
|
|
2500
|
-
"name": "
|
|
3403
|
+
"name": "language"
|
|
3404
|
+
},
|
|
3405
|
+
{
|
|
3406
|
+
"name": "bday"
|
|
3407
|
+
},
|
|
3408
|
+
{
|
|
3409
|
+
"name": "sex"
|
|
2501
3410
|
},
|
|
2502
3411
|
{
|
|
2503
3412
|
"name": "impp"
|
|
@@ -2617,7 +3526,7 @@
|
|
|
2617
3526
|
},
|
|
2618
3527
|
{
|
|
2619
3528
|
"name": "fill",
|
|
2620
|
-
"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
|
|
3529
|
+
"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\"`.",
|
|
2621
3530
|
"values": [
|
|
2622
3531
|
{
|
|
2623
3532
|
"name": "outline"
|
|
@@ -2667,7 +3576,7 @@
|
|
|
2667
3576
|
},
|
|
2668
3577
|
{
|
|
2669
3578
|
"name": "label-placement",
|
|
2670
|
-
"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 (\"...\").",
|
|
3579
|
+
"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.",
|
|
2671
3580
|
"values": [
|
|
2672
3581
|
{
|
|
2673
3582
|
"name": "end"
|
|
@@ -2704,7 +3613,7 @@
|
|
|
2704
3613
|
},
|
|
2705
3614
|
{
|
|
2706
3615
|
"name": "mode",
|
|
2707
|
-
"description": "The mode determines
|
|
3616
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2708
3617
|
"values": [
|
|
2709
3618
|
{
|
|
2710
3619
|
"name": "ios"
|
|
@@ -2740,10 +3649,31 @@
|
|
|
2740
3649
|
},
|
|
2741
3650
|
{
|
|
2742
3651
|
"name": "shape",
|
|
2743
|
-
"description": "
|
|
3652
|
+
"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\"`.",
|
|
2744
3653
|
"values": [
|
|
3654
|
+
{
|
|
3655
|
+
"name": "rectangular"
|
|
3656
|
+
},
|
|
2745
3657
|
{
|
|
2746
3658
|
"name": "round"
|
|
3659
|
+
},
|
|
3660
|
+
{
|
|
3661
|
+
"name": "soft"
|
|
3662
|
+
}
|
|
3663
|
+
]
|
|
3664
|
+
},
|
|
3665
|
+
{
|
|
3666
|
+
"name": "size",
|
|
3667
|
+
"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.",
|
|
3668
|
+
"values": [
|
|
3669
|
+
{
|
|
3670
|
+
"name": "large"
|
|
3671
|
+
},
|
|
3672
|
+
{
|
|
3673
|
+
"name": "medium"
|
|
3674
|
+
},
|
|
3675
|
+
{
|
|
3676
|
+
"name": "xlarge"
|
|
2747
3677
|
}
|
|
2748
3678
|
]
|
|
2749
3679
|
},
|
|
@@ -2755,6 +3685,21 @@
|
|
|
2755
3685
|
"name": "step",
|
|
2756
3686
|
"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."
|
|
2757
3687
|
},
|
|
3688
|
+
{
|
|
3689
|
+
"name": "theme",
|
|
3690
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3691
|
+
"values": [
|
|
3692
|
+
{
|
|
3693
|
+
"name": "ios"
|
|
3694
|
+
},
|
|
3695
|
+
{
|
|
3696
|
+
"name": "md"
|
|
3697
|
+
},
|
|
3698
|
+
{
|
|
3699
|
+
"name": "ionic"
|
|
3700
|
+
}
|
|
3701
|
+
]
|
|
3702
|
+
},
|
|
2758
3703
|
{
|
|
2759
3704
|
"name": "type",
|
|
2760
3705
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -3083,7 +4028,7 @@
|
|
|
3083
4028
|
},
|
|
3084
4029
|
{
|
|
3085
4030
|
"name": "detail",
|
|
3086
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
4031
|
+
"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."
|
|
3087
4032
|
},
|
|
3088
4033
|
{
|
|
3089
4034
|
"name": "detail-icon",
|
|
@@ -3118,7 +4063,7 @@
|
|
|
3118
4063
|
},
|
|
3119
4064
|
{
|
|
3120
4065
|
"name": "mode",
|
|
3121
|
-
"description": "The mode determines
|
|
4066
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3122
4067
|
"values": [
|
|
3123
4068
|
{
|
|
3124
4069
|
"name": "ios"
|
|
@@ -3155,6 +4100,21 @@
|
|
|
3155
4100
|
"name": "target",
|
|
3156
4101
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
3157
4102
|
},
|
|
4103
|
+
{
|
|
4104
|
+
"name": "theme",
|
|
4105
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4106
|
+
"values": [
|
|
4107
|
+
{
|
|
4108
|
+
"name": "ios"
|
|
4109
|
+
},
|
|
4110
|
+
{
|
|
4111
|
+
"name": "md"
|
|
4112
|
+
},
|
|
4113
|
+
{
|
|
4114
|
+
"name": "ionic"
|
|
4115
|
+
}
|
|
4116
|
+
]
|
|
4117
|
+
},
|
|
3158
4118
|
{
|
|
3159
4119
|
"name": "type",
|
|
3160
4120
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -3220,7 +4180,7 @@
|
|
|
3220
4180
|
},
|
|
3221
4181
|
{
|
|
3222
4182
|
"name": "mode",
|
|
3223
|
-
"description": "The mode determines
|
|
4183
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3224
4184
|
"values": [
|
|
3225
4185
|
{
|
|
3226
4186
|
"name": "ios"
|
|
@@ -3233,6 +4193,21 @@
|
|
|
3233
4193
|
{
|
|
3234
4194
|
"name": "sticky",
|
|
3235
4195
|
"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"
|
|
4196
|
+
},
|
|
4197
|
+
{
|
|
4198
|
+
"name": "theme",
|
|
4199
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4200
|
+
"values": [
|
|
4201
|
+
{
|
|
4202
|
+
"name": "ios"
|
|
4203
|
+
},
|
|
4204
|
+
{
|
|
4205
|
+
"name": "md"
|
|
4206
|
+
},
|
|
4207
|
+
{
|
|
4208
|
+
"name": "ionic"
|
|
4209
|
+
}
|
|
4210
|
+
]
|
|
3236
4211
|
}
|
|
3237
4212
|
],
|
|
3238
4213
|
"references": [
|
|
@@ -3248,7 +4223,35 @@
|
|
|
3248
4223
|
"kind": "markdown",
|
|
3249
4224
|
"value": ""
|
|
3250
4225
|
},
|
|
3251
|
-
"attributes": [
|
|
4226
|
+
"attributes": [
|
|
4227
|
+
{
|
|
4228
|
+
"name": "mode",
|
|
4229
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4230
|
+
"values": [
|
|
4231
|
+
{
|
|
4232
|
+
"name": "ios"
|
|
4233
|
+
},
|
|
4234
|
+
{
|
|
4235
|
+
"name": "md"
|
|
4236
|
+
}
|
|
4237
|
+
]
|
|
4238
|
+
},
|
|
4239
|
+
{
|
|
4240
|
+
"name": "theme",
|
|
4241
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4242
|
+
"values": [
|
|
4243
|
+
{
|
|
4244
|
+
"name": "ios"
|
|
4245
|
+
},
|
|
4246
|
+
{
|
|
4247
|
+
"name": "md"
|
|
4248
|
+
},
|
|
4249
|
+
{
|
|
4250
|
+
"name": "ionic"
|
|
4251
|
+
}
|
|
4252
|
+
]
|
|
4253
|
+
}
|
|
4254
|
+
],
|
|
3252
4255
|
"references": [
|
|
3253
4256
|
{
|
|
3254
4257
|
"name": "Source code",
|
|
@@ -3312,9 +4315,21 @@
|
|
|
3312
4315
|
"name": "href",
|
|
3313
4316
|
"description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered."
|
|
3314
4317
|
},
|
|
4318
|
+
{
|
|
4319
|
+
"name": "hue",
|
|
4320
|
+
"description": "Set to `\"bold\"` for an option with vibrant, bold colors or to `\"subtle\"` for\nan option with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
|
|
4321
|
+
"values": [
|
|
4322
|
+
{
|
|
4323
|
+
"name": "bold"
|
|
4324
|
+
},
|
|
4325
|
+
{
|
|
4326
|
+
"name": "subtle"
|
|
4327
|
+
}
|
|
4328
|
+
]
|
|
4329
|
+
},
|
|
3315
4330
|
{
|
|
3316
4331
|
"name": "mode",
|
|
3317
|
-
"description": "The mode determines
|
|
4332
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3318
4333
|
"values": [
|
|
3319
4334
|
{
|
|
3320
4335
|
"name": "ios"
|
|
@@ -3329,21 +4344,51 @@
|
|
|
3329
4344
|
"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)."
|
|
3330
4345
|
},
|
|
3331
4346
|
{
|
|
3332
|
-
"name": "
|
|
3333
|
-
"description": "
|
|
3334
|
-
},
|
|
3335
|
-
{
|
|
3336
|
-
"name": "type",
|
|
3337
|
-
"description": "The type of the button.",
|
|
4347
|
+
"name": "shape",
|
|
4348
|
+
"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.",
|
|
3338
4349
|
"values": [
|
|
3339
4350
|
{
|
|
3340
|
-
"name": "
|
|
4351
|
+
"name": "rectangular"
|
|
3341
4352
|
},
|
|
3342
4353
|
{
|
|
3343
|
-
"name": "
|
|
4354
|
+
"name": "round"
|
|
3344
4355
|
},
|
|
3345
4356
|
{
|
|
3346
|
-
"name": "
|
|
4357
|
+
"name": "soft"
|
|
4358
|
+
}
|
|
4359
|
+
]
|
|
4360
|
+
},
|
|
4361
|
+
{
|
|
4362
|
+
"name": "target",
|
|
4363
|
+
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
4364
|
+
},
|
|
4365
|
+
{
|
|
4366
|
+
"name": "theme",
|
|
4367
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4368
|
+
"values": [
|
|
4369
|
+
{
|
|
4370
|
+
"name": "ios"
|
|
4371
|
+
},
|
|
4372
|
+
{
|
|
4373
|
+
"name": "md"
|
|
4374
|
+
},
|
|
4375
|
+
{
|
|
4376
|
+
"name": "ionic"
|
|
4377
|
+
}
|
|
4378
|
+
]
|
|
4379
|
+
},
|
|
4380
|
+
{
|
|
4381
|
+
"name": "type",
|
|
4382
|
+
"description": "The type of the button.",
|
|
4383
|
+
"values": [
|
|
4384
|
+
{
|
|
4385
|
+
"name": "button"
|
|
4386
|
+
},
|
|
4387
|
+
{
|
|
4388
|
+
"name": "reset"
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
"name": "submit"
|
|
3347
4392
|
}
|
|
3348
4393
|
]
|
|
3349
4394
|
}
|
|
@@ -3362,6 +4407,18 @@
|
|
|
3362
4407
|
"value": ""
|
|
3363
4408
|
},
|
|
3364
4409
|
"attributes": [
|
|
4410
|
+
{
|
|
4411
|
+
"name": "mode",
|
|
4412
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4413
|
+
"values": [
|
|
4414
|
+
{
|
|
4415
|
+
"name": "ios"
|
|
4416
|
+
},
|
|
4417
|
+
{
|
|
4418
|
+
"name": "md"
|
|
4419
|
+
}
|
|
4420
|
+
]
|
|
4421
|
+
},
|
|
3365
4422
|
{
|
|
3366
4423
|
"name": "side",
|
|
3367
4424
|
"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.",
|
|
@@ -3373,6 +4430,21 @@
|
|
|
3373
4430
|
"name": "start"
|
|
3374
4431
|
}
|
|
3375
4432
|
]
|
|
4433
|
+
},
|
|
4434
|
+
{
|
|
4435
|
+
"name": "theme",
|
|
4436
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4437
|
+
"values": [
|
|
4438
|
+
{
|
|
4439
|
+
"name": "ios"
|
|
4440
|
+
},
|
|
4441
|
+
{
|
|
4442
|
+
"name": "md"
|
|
4443
|
+
},
|
|
4444
|
+
{
|
|
4445
|
+
"name": "ionic"
|
|
4446
|
+
}
|
|
4447
|
+
]
|
|
3376
4448
|
}
|
|
3377
4449
|
],
|
|
3378
4450
|
"references": [
|
|
@@ -3392,6 +4464,33 @@
|
|
|
3392
4464
|
{
|
|
3393
4465
|
"name": "disabled",
|
|
3394
4466
|
"description": "If `true`, the user cannot interact with the sliding item."
|
|
4467
|
+
},
|
|
4468
|
+
{
|
|
4469
|
+
"name": "mode",
|
|
4470
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4471
|
+
"values": [
|
|
4472
|
+
{
|
|
4473
|
+
"name": "ios"
|
|
4474
|
+
},
|
|
4475
|
+
{
|
|
4476
|
+
"name": "md"
|
|
4477
|
+
}
|
|
4478
|
+
]
|
|
4479
|
+
},
|
|
4480
|
+
{
|
|
4481
|
+
"name": "theme",
|
|
4482
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4483
|
+
"values": [
|
|
4484
|
+
{
|
|
4485
|
+
"name": "ios"
|
|
4486
|
+
},
|
|
4487
|
+
{
|
|
4488
|
+
"name": "md"
|
|
4489
|
+
},
|
|
4490
|
+
{
|
|
4491
|
+
"name": "ionic"
|
|
4492
|
+
}
|
|
4493
|
+
]
|
|
3395
4494
|
}
|
|
3396
4495
|
],
|
|
3397
4496
|
"references": [
|
|
@@ -3443,7 +4542,7 @@
|
|
|
3443
4542
|
},
|
|
3444
4543
|
{
|
|
3445
4544
|
"name": "mode",
|
|
3446
|
-
"description": "The mode determines
|
|
4545
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3447
4546
|
"values": [
|
|
3448
4547
|
{
|
|
3449
4548
|
"name": "ios"
|
|
@@ -3467,6 +4566,21 @@
|
|
|
3467
4566
|
"name": "stacked"
|
|
3468
4567
|
}
|
|
3469
4568
|
]
|
|
4569
|
+
},
|
|
4570
|
+
{
|
|
4571
|
+
"name": "theme",
|
|
4572
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4573
|
+
"values": [
|
|
4574
|
+
{
|
|
4575
|
+
"name": "ios"
|
|
4576
|
+
},
|
|
4577
|
+
{
|
|
4578
|
+
"name": "md"
|
|
4579
|
+
},
|
|
4580
|
+
{
|
|
4581
|
+
"name": "ionic"
|
|
4582
|
+
}
|
|
4583
|
+
]
|
|
3470
4584
|
}
|
|
3471
4585
|
],
|
|
3472
4586
|
"references": [
|
|
@@ -3504,13 +4618,43 @@
|
|
|
3504
4618
|
},
|
|
3505
4619
|
{
|
|
3506
4620
|
"name": "mode",
|
|
3507
|
-
"description": "The mode determines
|
|
4621
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4622
|
+
"values": [
|
|
4623
|
+
{
|
|
4624
|
+
"name": "ios"
|
|
4625
|
+
},
|
|
4626
|
+
{
|
|
4627
|
+
"name": "md"
|
|
4628
|
+
}
|
|
4629
|
+
]
|
|
4630
|
+
},
|
|
4631
|
+
{
|
|
4632
|
+
"name": "shape",
|
|
4633
|
+
"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.",
|
|
4634
|
+
"values": [
|
|
4635
|
+
{
|
|
4636
|
+
"name": "rectangular"
|
|
4637
|
+
},
|
|
4638
|
+
{
|
|
4639
|
+
"name": "round"
|
|
4640
|
+
},
|
|
4641
|
+
{
|
|
4642
|
+
"name": "soft"
|
|
4643
|
+
}
|
|
4644
|
+
]
|
|
4645
|
+
},
|
|
4646
|
+
{
|
|
4647
|
+
"name": "theme",
|
|
4648
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3508
4649
|
"values": [
|
|
3509
4650
|
{
|
|
3510
4651
|
"name": "ios"
|
|
3511
4652
|
},
|
|
3512
4653
|
{
|
|
3513
4654
|
"name": "md"
|
|
4655
|
+
},
|
|
4656
|
+
{
|
|
4657
|
+
"name": "ionic"
|
|
3514
4658
|
}
|
|
3515
4659
|
]
|
|
3516
4660
|
}
|
|
@@ -3579,13 +4723,28 @@
|
|
|
3579
4723
|
},
|
|
3580
4724
|
{
|
|
3581
4725
|
"name": "mode",
|
|
3582
|
-
"description": "The mode determines
|
|
4726
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4727
|
+
"values": [
|
|
4728
|
+
{
|
|
4729
|
+
"name": "ios"
|
|
4730
|
+
},
|
|
4731
|
+
{
|
|
4732
|
+
"name": "md"
|
|
4733
|
+
}
|
|
4734
|
+
]
|
|
4735
|
+
},
|
|
4736
|
+
{
|
|
4737
|
+
"name": "theme",
|
|
4738
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3583
4739
|
"values": [
|
|
3584
4740
|
{
|
|
3585
4741
|
"name": "ios"
|
|
3586
4742
|
},
|
|
3587
4743
|
{
|
|
3588
4744
|
"name": "md"
|
|
4745
|
+
},
|
|
4746
|
+
{
|
|
4747
|
+
"name": "ionic"
|
|
3589
4748
|
}
|
|
3590
4749
|
]
|
|
3591
4750
|
}
|
|
@@ -3646,7 +4805,7 @@
|
|
|
3646
4805
|
},
|
|
3647
4806
|
{
|
|
3648
4807
|
"name": "mode",
|
|
3649
|
-
"description": "The mode determines
|
|
4808
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3650
4809
|
"values": [
|
|
3651
4810
|
{
|
|
3652
4811
|
"name": "ios"
|
|
@@ -3693,9 +4852,24 @@
|
|
|
3693
4852
|
}
|
|
3694
4853
|
]
|
|
3695
4854
|
},
|
|
4855
|
+
{
|
|
4856
|
+
"name": "theme",
|
|
4857
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4858
|
+
"values": [
|
|
4859
|
+
{
|
|
4860
|
+
"name": "ios"
|
|
4861
|
+
},
|
|
4862
|
+
{
|
|
4863
|
+
"name": "md"
|
|
4864
|
+
},
|
|
4865
|
+
{
|
|
4866
|
+
"name": "ionic"
|
|
4867
|
+
}
|
|
4868
|
+
]
|
|
4869
|
+
},
|
|
3696
4870
|
{
|
|
3697
4871
|
"name": "translucent",
|
|
3698
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
4872
|
+
"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)."
|
|
3699
4873
|
},
|
|
3700
4874
|
{
|
|
3701
4875
|
"name": "trigger",
|
|
@@ -3732,6 +4906,18 @@
|
|
|
3732
4906
|
"name": "menu-id",
|
|
3733
4907
|
"description": "An id for the menu."
|
|
3734
4908
|
},
|
|
4909
|
+
{
|
|
4910
|
+
"name": "mode",
|
|
4911
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4912
|
+
"values": [
|
|
4913
|
+
{
|
|
4914
|
+
"name": "ios"
|
|
4915
|
+
},
|
|
4916
|
+
{
|
|
4917
|
+
"name": "md"
|
|
4918
|
+
}
|
|
4919
|
+
]
|
|
4920
|
+
},
|
|
3735
4921
|
{
|
|
3736
4922
|
"name": "side",
|
|
3737
4923
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -3748,6 +4934,21 @@
|
|
|
3748
4934
|
"name": "swipe-gesture",
|
|
3749
4935
|
"description": "If `true`, swiping the menu is enabled."
|
|
3750
4936
|
},
|
|
4937
|
+
{
|
|
4938
|
+
"name": "theme",
|
|
4939
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4940
|
+
"values": [
|
|
4941
|
+
{
|
|
4942
|
+
"name": "ios"
|
|
4943
|
+
},
|
|
4944
|
+
{
|
|
4945
|
+
"name": "md"
|
|
4946
|
+
},
|
|
4947
|
+
{
|
|
4948
|
+
"name": "ionic"
|
|
4949
|
+
}
|
|
4950
|
+
]
|
|
4951
|
+
},
|
|
3751
4952
|
{
|
|
3752
4953
|
"name": "type",
|
|
3753
4954
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -3825,13 +5026,28 @@
|
|
|
3825
5026
|
},
|
|
3826
5027
|
{
|
|
3827
5028
|
"name": "mode",
|
|
3828
|
-
"description": "The mode determines
|
|
5029
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5030
|
+
"values": [
|
|
5031
|
+
{
|
|
5032
|
+
"name": "ios"
|
|
5033
|
+
},
|
|
5034
|
+
{
|
|
5035
|
+
"name": "md"
|
|
5036
|
+
}
|
|
5037
|
+
]
|
|
5038
|
+
},
|
|
5039
|
+
{
|
|
5040
|
+
"name": "theme",
|
|
5041
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3829
5042
|
"values": [
|
|
3830
5043
|
{
|
|
3831
5044
|
"name": "ios"
|
|
3832
5045
|
},
|
|
3833
5046
|
{
|
|
3834
5047
|
"name": "md"
|
|
5048
|
+
},
|
|
5049
|
+
{
|
|
5050
|
+
"name": "ionic"
|
|
3835
5051
|
}
|
|
3836
5052
|
]
|
|
3837
5053
|
},
|
|
@@ -3872,6 +5088,33 @@
|
|
|
3872
5088
|
{
|
|
3873
5089
|
"name": "menu",
|
|
3874
5090
|
"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."
|
|
5091
|
+
},
|
|
5092
|
+
{
|
|
5093
|
+
"name": "mode",
|
|
5094
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5095
|
+
"values": [
|
|
5096
|
+
{
|
|
5097
|
+
"name": "ios"
|
|
5098
|
+
},
|
|
5099
|
+
{
|
|
5100
|
+
"name": "md"
|
|
5101
|
+
}
|
|
5102
|
+
]
|
|
5103
|
+
},
|
|
5104
|
+
{
|
|
5105
|
+
"name": "theme",
|
|
5106
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5107
|
+
"values": [
|
|
5108
|
+
{
|
|
5109
|
+
"name": "ios"
|
|
5110
|
+
},
|
|
5111
|
+
{
|
|
5112
|
+
"name": "md"
|
|
5113
|
+
},
|
|
5114
|
+
{
|
|
5115
|
+
"name": "ionic"
|
|
5116
|
+
}
|
|
5117
|
+
]
|
|
3875
5118
|
}
|
|
3876
5119
|
],
|
|
3877
5120
|
"references": [
|
|
@@ -3962,7 +5205,7 @@
|
|
|
3962
5205
|
},
|
|
3963
5206
|
{
|
|
3964
5207
|
"name": "mode",
|
|
3965
|
-
"description": "The mode determines
|
|
5208
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3966
5209
|
"values": [
|
|
3967
5210
|
{
|
|
3968
5211
|
"name": "ios"
|
|
@@ -3976,10 +5219,40 @@
|
|
|
3976
5219
|
"name": "presenting-element",
|
|
3977
5220
|
"description": "The element that presented the modal. This is used for card presentation effects\nand for stacking multiple modals on top of each other. Only applies in iOS mode."
|
|
3978
5221
|
},
|
|
5222
|
+
{
|
|
5223
|
+
"name": "shape",
|
|
5224
|
+
"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.",
|
|
5225
|
+
"values": [
|
|
5226
|
+
{
|
|
5227
|
+
"name": "rectangular"
|
|
5228
|
+
},
|
|
5229
|
+
{
|
|
5230
|
+
"name": "round"
|
|
5231
|
+
},
|
|
5232
|
+
{
|
|
5233
|
+
"name": "soft"
|
|
5234
|
+
}
|
|
5235
|
+
]
|
|
5236
|
+
},
|
|
3979
5237
|
{
|
|
3980
5238
|
"name": "show-backdrop",
|
|
3981
5239
|
"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."
|
|
3982
5240
|
},
|
|
5241
|
+
{
|
|
5242
|
+
"name": "theme",
|
|
5243
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5244
|
+
"values": [
|
|
5245
|
+
{
|
|
5246
|
+
"name": "ios"
|
|
5247
|
+
},
|
|
5248
|
+
{
|
|
5249
|
+
"name": "md"
|
|
5250
|
+
},
|
|
5251
|
+
{
|
|
5252
|
+
"name": "ionic"
|
|
5253
|
+
}
|
|
5254
|
+
]
|
|
5255
|
+
},
|
|
3983
5256
|
{
|
|
3984
5257
|
"name": "trigger",
|
|
3985
5258
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked."
|
|
@@ -4005,7 +5278,19 @@
|
|
|
4005
5278
|
},
|
|
4006
5279
|
{
|
|
4007
5280
|
"name": "animation",
|
|
4008
|
-
"description": "By default `ion-nav` animates transition between pages based
|
|
5281
|
+
"description": "By default `ion-nav` animates transition between pages based on the mode (\"ios\" or \"md\").\nHowever, this property allows to create custom transition using `AnimationBuilder` functions."
|
|
5282
|
+
},
|
|
5283
|
+
{
|
|
5284
|
+
"name": "mode",
|
|
5285
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5286
|
+
"values": [
|
|
5287
|
+
{
|
|
5288
|
+
"name": "ios"
|
|
5289
|
+
},
|
|
5290
|
+
{
|
|
5291
|
+
"name": "md"
|
|
5292
|
+
}
|
|
5293
|
+
]
|
|
4009
5294
|
},
|
|
4010
5295
|
{
|
|
4011
5296
|
"name": "root",
|
|
@@ -4018,6 +5303,21 @@
|
|
|
4018
5303
|
{
|
|
4019
5304
|
"name": "swipe-gesture",
|
|
4020
5305
|
"description": "If the nav component should allow for swipe-to-go-back."
|
|
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
|
+
]
|
|
4021
5321
|
}
|
|
4022
5322
|
],
|
|
4023
5323
|
"references": [
|
|
@@ -4043,9 +5343,21 @@
|
|
|
4043
5343
|
"description": "Data you want to pass to the component as props. Only used if the `\"routerDirection\"` is `\"forward\"` or `\"root\"`."
|
|
4044
5344
|
},
|
|
4045
5345
|
{
|
|
4046
|
-
"name": "
|
|
4047
|
-
"description": "The
|
|
4048
|
-
|
|
5346
|
+
"name": "mode",
|
|
5347
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5348
|
+
"values": [
|
|
5349
|
+
{
|
|
5350
|
+
"name": "ios"
|
|
5351
|
+
},
|
|
5352
|
+
{
|
|
5353
|
+
"name": "md"
|
|
5354
|
+
}
|
|
5355
|
+
]
|
|
5356
|
+
},
|
|
5357
|
+
{
|
|
5358
|
+
"name": "router-animation",
|
|
5359
|
+
"description": "The transition animation when navigating to another page."
|
|
5360
|
+
},
|
|
4049
5361
|
{
|
|
4050
5362
|
"name": "router-direction",
|
|
4051
5363
|
"description": "The transition direction when navigating to another page.",
|
|
@@ -4060,6 +5372,21 @@
|
|
|
4060
5372
|
"name": "root"
|
|
4061
5373
|
}
|
|
4062
5374
|
]
|
|
5375
|
+
},
|
|
5376
|
+
{
|
|
5377
|
+
"name": "theme",
|
|
5378
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5379
|
+
"values": [
|
|
5380
|
+
{
|
|
5381
|
+
"name": "ios"
|
|
5382
|
+
},
|
|
5383
|
+
{
|
|
5384
|
+
"name": "md"
|
|
5385
|
+
},
|
|
5386
|
+
{
|
|
5387
|
+
"name": "ionic"
|
|
5388
|
+
}
|
|
5389
|
+
]
|
|
4063
5390
|
}
|
|
4064
5391
|
],
|
|
4065
5392
|
"references": [
|
|
@@ -4111,13 +5438,28 @@
|
|
|
4111
5438
|
},
|
|
4112
5439
|
{
|
|
4113
5440
|
"name": "mode",
|
|
4114
|
-
"description": "The mode determines
|
|
5441
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5442
|
+
"values": [
|
|
5443
|
+
{
|
|
5444
|
+
"name": "ios"
|
|
5445
|
+
},
|
|
5446
|
+
{
|
|
5447
|
+
"name": "md"
|
|
5448
|
+
}
|
|
5449
|
+
]
|
|
5450
|
+
},
|
|
5451
|
+
{
|
|
5452
|
+
"name": "theme",
|
|
5453
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4115
5454
|
"values": [
|
|
4116
5455
|
{
|
|
4117
5456
|
"name": "ios"
|
|
4118
5457
|
},
|
|
4119
5458
|
{
|
|
4120
5459
|
"name": "md"
|
|
5460
|
+
},
|
|
5461
|
+
{
|
|
5462
|
+
"name": "ionic"
|
|
4121
5463
|
}
|
|
4122
5464
|
]
|
|
4123
5465
|
}
|
|
@@ -4138,13 +5480,28 @@
|
|
|
4138
5480
|
"attributes": [
|
|
4139
5481
|
{
|
|
4140
5482
|
"name": "mode",
|
|
4141
|
-
"description": "The mode determines
|
|
5483
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5484
|
+
"values": [
|
|
5485
|
+
{
|
|
5486
|
+
"name": "ios"
|
|
5487
|
+
},
|
|
5488
|
+
{
|
|
5489
|
+
"name": "md"
|
|
5490
|
+
}
|
|
5491
|
+
]
|
|
5492
|
+
},
|
|
5493
|
+
{
|
|
5494
|
+
"name": "theme",
|
|
5495
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4142
5496
|
"values": [
|
|
4143
5497
|
{
|
|
4144
5498
|
"name": "ios"
|
|
4145
5499
|
},
|
|
4146
5500
|
{
|
|
4147
5501
|
"name": "md"
|
|
5502
|
+
},
|
|
5503
|
+
{
|
|
5504
|
+
"name": "ionic"
|
|
4148
5505
|
}
|
|
4149
5506
|
]
|
|
4150
5507
|
}
|
|
@@ -4202,7 +5559,7 @@
|
|
|
4202
5559
|
},
|
|
4203
5560
|
{
|
|
4204
5561
|
"name": "mode",
|
|
4205
|
-
"description": "The mode determines
|
|
5562
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4206
5563
|
"values": [
|
|
4207
5564
|
{
|
|
4208
5565
|
"name": "ios"
|
|
@@ -4212,6 +5569,21 @@
|
|
|
4212
5569
|
}
|
|
4213
5570
|
]
|
|
4214
5571
|
},
|
|
5572
|
+
{
|
|
5573
|
+
"name": "theme",
|
|
5574
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5575
|
+
"values": [
|
|
5576
|
+
{
|
|
5577
|
+
"name": "ios"
|
|
5578
|
+
},
|
|
5579
|
+
{
|
|
5580
|
+
"name": "md"
|
|
5581
|
+
},
|
|
5582
|
+
{
|
|
5583
|
+
"name": "ionic"
|
|
5584
|
+
}
|
|
5585
|
+
]
|
|
5586
|
+
},
|
|
4215
5587
|
{
|
|
4216
5588
|
"name": "value",
|
|
4217
5589
|
"description": "The selected option in the picker."
|
|
@@ -4268,6 +5640,33 @@
|
|
|
4268
5640
|
"name": "disabled",
|
|
4269
5641
|
"description": "If `true`, the user cannot interact with the picker column option."
|
|
4270
5642
|
},
|
|
5643
|
+
{
|
|
5644
|
+
"name": "mode",
|
|
5645
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5646
|
+
"values": [
|
|
5647
|
+
{
|
|
5648
|
+
"name": "ios"
|
|
5649
|
+
},
|
|
5650
|
+
{
|
|
5651
|
+
"name": "md"
|
|
5652
|
+
}
|
|
5653
|
+
]
|
|
5654
|
+
},
|
|
5655
|
+
{
|
|
5656
|
+
"name": "theme",
|
|
5657
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5658
|
+
"values": [
|
|
5659
|
+
{
|
|
5660
|
+
"name": "ios"
|
|
5661
|
+
},
|
|
5662
|
+
{
|
|
5663
|
+
"name": "md"
|
|
5664
|
+
},
|
|
5665
|
+
{
|
|
5666
|
+
"name": "ionic"
|
|
5667
|
+
}
|
|
5668
|
+
]
|
|
5669
|
+
},
|
|
4271
5670
|
{
|
|
4272
5671
|
"name": "value",
|
|
4273
5672
|
"description": "The text value of the option."
|
|
@@ -4333,7 +5732,7 @@
|
|
|
4333
5732
|
},
|
|
4334
5733
|
{
|
|
4335
5734
|
"name": "mode",
|
|
4336
|
-
"description": "The mode determines
|
|
5735
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4337
5736
|
"values": [
|
|
4338
5737
|
{
|
|
4339
5738
|
"name": "ios"
|
|
@@ -4347,6 +5746,21 @@
|
|
|
4347
5746
|
"name": "show-backdrop",
|
|
4348
5747
|
"description": "If `true`, a backdrop will be displayed behind the picker."
|
|
4349
5748
|
},
|
|
5749
|
+
{
|
|
5750
|
+
"name": "theme",
|
|
5751
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5752
|
+
"values": [
|
|
5753
|
+
{
|
|
5754
|
+
"name": "ios"
|
|
5755
|
+
},
|
|
5756
|
+
{
|
|
5757
|
+
"name": "md"
|
|
5758
|
+
},
|
|
5759
|
+
{
|
|
5760
|
+
"name": "ionic"
|
|
5761
|
+
}
|
|
5762
|
+
]
|
|
5763
|
+
},
|
|
4350
5764
|
{
|
|
4351
5765
|
"name": "trigger",
|
|
4352
5766
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked."
|
|
@@ -4368,7 +5782,7 @@
|
|
|
4368
5782
|
"attributes": [
|
|
4369
5783
|
{
|
|
4370
5784
|
"name": "alignment",
|
|
4371
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
5785
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
|
|
4372
5786
|
"values": [
|
|
4373
5787
|
{
|
|
4374
5788
|
"name": "center"
|
|
@@ -4387,7 +5801,7 @@
|
|
|
4387
5801
|
},
|
|
4388
5802
|
{
|
|
4389
5803
|
"name": "arrow",
|
|
4390
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
5804
|
+
"description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme."
|
|
4391
5805
|
},
|
|
4392
5806
|
{
|
|
4393
5807
|
"name": "backdrop-dismiss",
|
|
@@ -4439,7 +5853,7 @@
|
|
|
4439
5853
|
},
|
|
4440
5854
|
{
|
|
4441
5855
|
"name": "mode",
|
|
4442
|
-
"description": "The mode determines
|
|
5856
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4443
5857
|
"values": [
|
|
4444
5858
|
{
|
|
4445
5859
|
"name": "ios"
|
|
@@ -4501,9 +5915,24 @@
|
|
|
4501
5915
|
}
|
|
4502
5916
|
]
|
|
4503
5917
|
},
|
|
5918
|
+
{
|
|
5919
|
+
"name": "theme",
|
|
5920
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5921
|
+
"values": [
|
|
5922
|
+
{
|
|
5923
|
+
"name": "ios"
|
|
5924
|
+
},
|
|
5925
|
+
{
|
|
5926
|
+
"name": "md"
|
|
5927
|
+
},
|
|
5928
|
+
{
|
|
5929
|
+
"name": "ionic"
|
|
5930
|
+
}
|
|
5931
|
+
]
|
|
5932
|
+
},
|
|
4504
5933
|
{
|
|
4505
5934
|
"name": "translucent",
|
|
4506
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
5935
|
+
"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)."
|
|
4507
5936
|
},
|
|
4508
5937
|
{
|
|
4509
5938
|
"name": "trigger",
|
|
@@ -4578,7 +6007,7 @@
|
|
|
4578
6007
|
},
|
|
4579
6008
|
{
|
|
4580
6009
|
"name": "mode",
|
|
4581
|
-
"description": "The mode determines
|
|
6010
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4582
6011
|
"values": [
|
|
4583
6012
|
{
|
|
4584
6013
|
"name": "ios"
|
|
@@ -4592,6 +6021,33 @@
|
|
|
4592
6021
|
"name": "reversed",
|
|
4593
6022
|
"description": "If true, reverse the progress bar direction."
|
|
4594
6023
|
},
|
|
6024
|
+
{
|
|
6025
|
+
"name": "shape",
|
|
6026
|
+
"description": "Set to `\"round\"` for a progress bar with rounded corners, or `\"rectangular\"`\nfor a progress bar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
6027
|
+
"values": [
|
|
6028
|
+
{
|
|
6029
|
+
"name": "rectangular"
|
|
6030
|
+
},
|
|
6031
|
+
{
|
|
6032
|
+
"name": "round"
|
|
6033
|
+
}
|
|
6034
|
+
]
|
|
6035
|
+
},
|
|
6036
|
+
{
|
|
6037
|
+
"name": "theme",
|
|
6038
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6039
|
+
"values": [
|
|
6040
|
+
{
|
|
6041
|
+
"name": "ios"
|
|
6042
|
+
},
|
|
6043
|
+
{
|
|
6044
|
+
"name": "md"
|
|
6045
|
+
},
|
|
6046
|
+
{
|
|
6047
|
+
"name": "ionic"
|
|
6048
|
+
}
|
|
6049
|
+
]
|
|
6050
|
+
},
|
|
4595
6051
|
{
|
|
4596
6052
|
"name": "type",
|
|
4597
6053
|
"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).",
|
|
@@ -4707,7 +6163,7 @@
|
|
|
4707
6163
|
},
|
|
4708
6164
|
{
|
|
4709
6165
|
"name": "mode",
|
|
4710
|
-
"description": "The mode determines
|
|
6166
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4711
6167
|
"values": [
|
|
4712
6168
|
{
|
|
4713
6169
|
"name": "ios"
|
|
@@ -4721,6 +6177,21 @@
|
|
|
4721
6177
|
"name": "name",
|
|
4722
6178
|
"description": "The name of the control, which is submitted with the form data."
|
|
4723
6179
|
},
|
|
6180
|
+
{
|
|
6181
|
+
"name": "theme",
|
|
6182
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6183
|
+
"values": [
|
|
6184
|
+
{
|
|
6185
|
+
"name": "ios"
|
|
6186
|
+
},
|
|
6187
|
+
{
|
|
6188
|
+
"name": "md"
|
|
6189
|
+
},
|
|
6190
|
+
{
|
|
6191
|
+
"name": "ionic"
|
|
6192
|
+
}
|
|
6193
|
+
]
|
|
6194
|
+
},
|
|
4724
6195
|
{
|
|
4725
6196
|
"name": "value",
|
|
4726
6197
|
"description": "the value of the radio."
|
|
@@ -4756,10 +6227,37 @@
|
|
|
4756
6227
|
"name": "helper-text",
|
|
4757
6228
|
"description": "The helper text to display at the top of the radio group."
|
|
4758
6229
|
},
|
|
6230
|
+
{
|
|
6231
|
+
"name": "mode",
|
|
6232
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6233
|
+
"values": [
|
|
6234
|
+
{
|
|
6235
|
+
"name": "ios"
|
|
6236
|
+
},
|
|
6237
|
+
{
|
|
6238
|
+
"name": "md"
|
|
6239
|
+
}
|
|
6240
|
+
]
|
|
6241
|
+
},
|
|
4759
6242
|
{
|
|
4760
6243
|
"name": "name",
|
|
4761
6244
|
"description": "The name of the control, which is submitted with the form data."
|
|
4762
6245
|
},
|
|
6246
|
+
{
|
|
6247
|
+
"name": "theme",
|
|
6248
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6249
|
+
"values": [
|
|
6250
|
+
{
|
|
6251
|
+
"name": "ios"
|
|
6252
|
+
},
|
|
6253
|
+
{
|
|
6254
|
+
"name": "md"
|
|
6255
|
+
},
|
|
6256
|
+
{
|
|
6257
|
+
"name": "ionic"
|
|
6258
|
+
}
|
|
6259
|
+
]
|
|
6260
|
+
},
|
|
4763
6261
|
{
|
|
4764
6262
|
"name": "value",
|
|
4765
6263
|
"description": "the value of the radio group."
|
|
@@ -4860,7 +6358,7 @@
|
|
|
4860
6358
|
},
|
|
4861
6359
|
{
|
|
4862
6360
|
"name": "mode",
|
|
4863
|
-
"description": "The mode determines
|
|
6361
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4864
6362
|
"values": [
|
|
4865
6363
|
{
|
|
4866
6364
|
"name": "ios"
|
|
@@ -4890,6 +6388,21 @@
|
|
|
4890
6388
|
"name": "step",
|
|
4891
6389
|
"description": "Specifies the value granularity."
|
|
4892
6390
|
},
|
|
6391
|
+
{
|
|
6392
|
+
"name": "theme",
|
|
6393
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6394
|
+
"values": [
|
|
6395
|
+
{
|
|
6396
|
+
"name": "ios"
|
|
6397
|
+
},
|
|
6398
|
+
{
|
|
6399
|
+
"name": "md"
|
|
6400
|
+
},
|
|
6401
|
+
{
|
|
6402
|
+
"name": "ionic"
|
|
6403
|
+
}
|
|
6404
|
+
]
|
|
6405
|
+
},
|
|
4893
6406
|
{
|
|
4894
6407
|
"name": "ticks",
|
|
4895
6408
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`."
|
|
@@ -4923,7 +6436,7 @@
|
|
|
4923
6436
|
},
|
|
4924
6437
|
{
|
|
4925
6438
|
"name": "mode",
|
|
4926
|
-
"description": "The mode determines
|
|
6439
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4927
6440
|
"values": [
|
|
4928
6441
|
{
|
|
4929
6442
|
"name": "ios"
|
|
@@ -4948,6 +6461,21 @@
|
|
|
4948
6461
|
{
|
|
4949
6462
|
"name": "snapback-duration",
|
|
4950
6463
|
"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."
|
|
6464
|
+
},
|
|
6465
|
+
{
|
|
6466
|
+
"name": "theme",
|
|
6467
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6468
|
+
"values": [
|
|
6469
|
+
{
|
|
6470
|
+
"name": "ios"
|
|
6471
|
+
},
|
|
6472
|
+
{
|
|
6473
|
+
"name": "md"
|
|
6474
|
+
},
|
|
6475
|
+
{
|
|
6476
|
+
"name": "ionic"
|
|
6477
|
+
}
|
|
6478
|
+
]
|
|
4951
6479
|
}
|
|
4952
6480
|
],
|
|
4953
6481
|
"references": [
|
|
@@ -4964,6 +6492,18 @@
|
|
|
4964
6492
|
"value": ""
|
|
4965
6493
|
},
|
|
4966
6494
|
"attributes": [
|
|
6495
|
+
{
|
|
6496
|
+
"name": "mode",
|
|
6497
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6498
|
+
"values": [
|
|
6499
|
+
{
|
|
6500
|
+
"name": "ios"
|
|
6501
|
+
},
|
|
6502
|
+
{
|
|
6503
|
+
"name": "md"
|
|
6504
|
+
}
|
|
6505
|
+
]
|
|
6506
|
+
},
|
|
4967
6507
|
{
|
|
4968
6508
|
"name": "pulling-icon",
|
|
4969
6509
|
"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."
|
|
@@ -5008,6 +6548,21 @@
|
|
|
5008
6548
|
{
|
|
5009
6549
|
"name": "refreshing-text",
|
|
5010
6550
|
"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."
|
|
6551
|
+
},
|
|
6552
|
+
{
|
|
6553
|
+
"name": "theme",
|
|
6554
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6555
|
+
"values": [
|
|
6556
|
+
{
|
|
6557
|
+
"name": "ios"
|
|
6558
|
+
},
|
|
6559
|
+
{
|
|
6560
|
+
"name": "md"
|
|
6561
|
+
},
|
|
6562
|
+
{
|
|
6563
|
+
"name": "ionic"
|
|
6564
|
+
}
|
|
6565
|
+
]
|
|
5011
6566
|
}
|
|
5012
6567
|
],
|
|
5013
6568
|
"references": [
|
|
@@ -5023,7 +6578,35 @@
|
|
|
5023
6578
|
"kind": "markdown",
|
|
5024
6579
|
"value": ""
|
|
5025
6580
|
},
|
|
5026
|
-
"attributes": [
|
|
6581
|
+
"attributes": [
|
|
6582
|
+
{
|
|
6583
|
+
"name": "mode",
|
|
6584
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6585
|
+
"values": [
|
|
6586
|
+
{
|
|
6587
|
+
"name": "ios"
|
|
6588
|
+
},
|
|
6589
|
+
{
|
|
6590
|
+
"name": "md"
|
|
6591
|
+
}
|
|
6592
|
+
]
|
|
6593
|
+
},
|
|
6594
|
+
{
|
|
6595
|
+
"name": "theme",
|
|
6596
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6597
|
+
"values": [
|
|
6598
|
+
{
|
|
6599
|
+
"name": "ios"
|
|
6600
|
+
},
|
|
6601
|
+
{
|
|
6602
|
+
"name": "md"
|
|
6603
|
+
},
|
|
6604
|
+
{
|
|
6605
|
+
"name": "ionic"
|
|
6606
|
+
}
|
|
6607
|
+
]
|
|
6608
|
+
}
|
|
6609
|
+
],
|
|
5027
6610
|
"references": [
|
|
5028
6611
|
{
|
|
5029
6612
|
"name": "Source code",
|
|
@@ -5041,6 +6624,33 @@
|
|
|
5041
6624
|
{
|
|
5042
6625
|
"name": "disabled",
|
|
5043
6626
|
"description": "If `true`, the reorder will be hidden."
|
|
6627
|
+
},
|
|
6628
|
+
{
|
|
6629
|
+
"name": "mode",
|
|
6630
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6631
|
+
"values": [
|
|
6632
|
+
{
|
|
6633
|
+
"name": "ios"
|
|
6634
|
+
},
|
|
6635
|
+
{
|
|
6636
|
+
"name": "md"
|
|
6637
|
+
}
|
|
6638
|
+
]
|
|
6639
|
+
},
|
|
6640
|
+
{
|
|
6641
|
+
"name": "theme",
|
|
6642
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6643
|
+
"values": [
|
|
6644
|
+
{
|
|
6645
|
+
"name": "ios"
|
|
6646
|
+
},
|
|
6647
|
+
{
|
|
6648
|
+
"name": "md"
|
|
6649
|
+
},
|
|
6650
|
+
{
|
|
6651
|
+
"name": "ionic"
|
|
6652
|
+
}
|
|
6653
|
+
]
|
|
5044
6654
|
}
|
|
5045
6655
|
],
|
|
5046
6656
|
"references": [
|
|
@@ -5057,6 +6667,33 @@
|
|
|
5057
6667
|
"value": ""
|
|
5058
6668
|
},
|
|
5059
6669
|
"attributes": [
|
|
6670
|
+
{
|
|
6671
|
+
"name": "mode",
|
|
6672
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6673
|
+
"values": [
|
|
6674
|
+
{
|
|
6675
|
+
"name": "ios"
|
|
6676
|
+
},
|
|
6677
|
+
{
|
|
6678
|
+
"name": "md"
|
|
6679
|
+
}
|
|
6680
|
+
]
|
|
6681
|
+
},
|
|
6682
|
+
{
|
|
6683
|
+
"name": "theme",
|
|
6684
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6685
|
+
"values": [
|
|
6686
|
+
{
|
|
6687
|
+
"name": "ios"
|
|
6688
|
+
},
|
|
6689
|
+
{
|
|
6690
|
+
"name": "md"
|
|
6691
|
+
},
|
|
6692
|
+
{
|
|
6693
|
+
"name": "ionic"
|
|
6694
|
+
}
|
|
6695
|
+
]
|
|
6696
|
+
},
|
|
5060
6697
|
{
|
|
5061
6698
|
"name": "type",
|
|
5062
6699
|
"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.",
|
|
@@ -5100,6 +6737,33 @@
|
|
|
5100
6737
|
"name": "component-props",
|
|
5101
6738
|
"description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered."
|
|
5102
6739
|
},
|
|
6740
|
+
{
|
|
6741
|
+
"name": "mode",
|
|
6742
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6743
|
+
"values": [
|
|
6744
|
+
{
|
|
6745
|
+
"name": "ios"
|
|
6746
|
+
},
|
|
6747
|
+
{
|
|
6748
|
+
"name": "md"
|
|
6749
|
+
}
|
|
6750
|
+
]
|
|
6751
|
+
},
|
|
6752
|
+
{
|
|
6753
|
+
"name": "theme",
|
|
6754
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6755
|
+
"values": [
|
|
6756
|
+
{
|
|
6757
|
+
"name": "ios"
|
|
6758
|
+
},
|
|
6759
|
+
{
|
|
6760
|
+
"name": "md"
|
|
6761
|
+
},
|
|
6762
|
+
{
|
|
6763
|
+
"name": "ionic"
|
|
6764
|
+
}
|
|
6765
|
+
]
|
|
6766
|
+
},
|
|
5103
6767
|
{
|
|
5104
6768
|
"name": "url",
|
|
5105
6769
|
"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."
|
|
@@ -5142,10 +6806,37 @@
|
|
|
5142
6806
|
"value": ""
|
|
5143
6807
|
},
|
|
5144
6808
|
"attributes": [
|
|
6809
|
+
{
|
|
6810
|
+
"name": "mode",
|
|
6811
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6812
|
+
"values": [
|
|
6813
|
+
{
|
|
6814
|
+
"name": "ios"
|
|
6815
|
+
},
|
|
6816
|
+
{
|
|
6817
|
+
"name": "md"
|
|
6818
|
+
}
|
|
6819
|
+
]
|
|
6820
|
+
},
|
|
5145
6821
|
{
|
|
5146
6822
|
"name": "root",
|
|
5147
6823
|
"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."
|
|
5148
6824
|
},
|
|
6825
|
+
{
|
|
6826
|
+
"name": "theme",
|
|
6827
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6828
|
+
"values": [
|
|
6829
|
+
{
|
|
6830
|
+
"name": "ios"
|
|
6831
|
+
},
|
|
6832
|
+
{
|
|
6833
|
+
"name": "md"
|
|
6834
|
+
},
|
|
6835
|
+
{
|
|
6836
|
+
"name": "ionic"
|
|
6837
|
+
}
|
|
6838
|
+
]
|
|
6839
|
+
},
|
|
5149
6840
|
{
|
|
5150
6841
|
"name": "use-hash",
|
|
5151
6842
|
"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."
|
|
@@ -5202,6 +6893,18 @@
|
|
|
5202
6893
|
"name": "href",
|
|
5203
6894
|
"description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered."
|
|
5204
6895
|
},
|
|
6896
|
+
{
|
|
6897
|
+
"name": "mode",
|
|
6898
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6899
|
+
"values": [
|
|
6900
|
+
{
|
|
6901
|
+
"name": "ios"
|
|
6902
|
+
},
|
|
6903
|
+
{
|
|
6904
|
+
"name": "md"
|
|
6905
|
+
}
|
|
6906
|
+
]
|
|
6907
|
+
},
|
|
5205
6908
|
{
|
|
5206
6909
|
"name": "rel",
|
|
5207
6910
|
"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)."
|
|
@@ -5228,6 +6931,21 @@
|
|
|
5228
6931
|
{
|
|
5229
6932
|
"name": "target",
|
|
5230
6933
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
6934
|
+
},
|
|
6935
|
+
{
|
|
6936
|
+
"name": "theme",
|
|
6937
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6938
|
+
"values": [
|
|
6939
|
+
{
|
|
6940
|
+
"name": "ios"
|
|
6941
|
+
},
|
|
6942
|
+
{
|
|
6943
|
+
"name": "md"
|
|
6944
|
+
},
|
|
6945
|
+
{
|
|
6946
|
+
"name": "ionic"
|
|
6947
|
+
}
|
|
6948
|
+
]
|
|
5231
6949
|
}
|
|
5232
6950
|
],
|
|
5233
6951
|
"references": [
|
|
@@ -5254,13 +6972,28 @@
|
|
|
5254
6972
|
},
|
|
5255
6973
|
{
|
|
5256
6974
|
"name": "mode",
|
|
5257
|
-
"description": "The mode determines
|
|
6975
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6976
|
+
"values": [
|
|
6977
|
+
{
|
|
6978
|
+
"name": "ios"
|
|
6979
|
+
},
|
|
6980
|
+
{
|
|
6981
|
+
"name": "md"
|
|
6982
|
+
}
|
|
6983
|
+
]
|
|
6984
|
+
},
|
|
6985
|
+
{
|
|
6986
|
+
"name": "theme",
|
|
6987
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5258
6988
|
"values": [
|
|
5259
6989
|
{
|
|
5260
6990
|
"name": "ios"
|
|
5261
6991
|
},
|
|
5262
6992
|
{
|
|
5263
6993
|
"name": "md"
|
|
6994
|
+
},
|
|
6995
|
+
{
|
|
6996
|
+
"name": "ionic"
|
|
5264
6997
|
}
|
|
5265
6998
|
]
|
|
5266
6999
|
}
|
|
@@ -5278,7 +7011,35 @@
|
|
|
5278
7011
|
"kind": "markdown",
|
|
5279
7012
|
"value": ""
|
|
5280
7013
|
},
|
|
5281
|
-
"attributes": [
|
|
7014
|
+
"attributes": [
|
|
7015
|
+
{
|
|
7016
|
+
"name": "mode",
|
|
7017
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7018
|
+
"values": [
|
|
7019
|
+
{
|
|
7020
|
+
"name": "ios"
|
|
7021
|
+
},
|
|
7022
|
+
{
|
|
7023
|
+
"name": "md"
|
|
7024
|
+
}
|
|
7025
|
+
]
|
|
7026
|
+
},
|
|
7027
|
+
{
|
|
7028
|
+
"name": "theme",
|
|
7029
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7030
|
+
"values": [
|
|
7031
|
+
{
|
|
7032
|
+
"name": "ios"
|
|
7033
|
+
},
|
|
7034
|
+
{
|
|
7035
|
+
"name": "md"
|
|
7036
|
+
},
|
|
7037
|
+
{
|
|
7038
|
+
"name": "ionic"
|
|
7039
|
+
}
|
|
7040
|
+
]
|
|
7041
|
+
}
|
|
7042
|
+
],
|
|
5282
7043
|
"references": [
|
|
5283
7044
|
{
|
|
5284
7045
|
"name": "Source code",
|
|
@@ -5309,157 +7070,157 @@
|
|
|
5309
7070
|
"name": "name"
|
|
5310
7071
|
},
|
|
5311
7072
|
{
|
|
5312
|
-
"name": "
|
|
7073
|
+
"name": "url"
|
|
5313
7074
|
},
|
|
5314
7075
|
{
|
|
5315
|
-
"name": "
|
|
7076
|
+
"name": "off"
|
|
5316
7077
|
},
|
|
5317
7078
|
{
|
|
5318
|
-
"name": "
|
|
7079
|
+
"name": "on"
|
|
5319
7080
|
},
|
|
5320
7081
|
{
|
|
5321
|
-
"name": "
|
|
7082
|
+
"name": "additional-name"
|
|
5322
7083
|
},
|
|
5323
7084
|
{
|
|
5324
|
-
"name": "
|
|
7085
|
+
"name": "address-level1"
|
|
5325
7086
|
},
|
|
5326
7087
|
{
|
|
5327
|
-
"name": "
|
|
7088
|
+
"name": "address-level2"
|
|
5328
7089
|
},
|
|
5329
7090
|
{
|
|
5330
|
-
"name": "
|
|
7091
|
+
"name": "address-level3"
|
|
5331
7092
|
},
|
|
5332
7093
|
{
|
|
5333
|
-
"name": "
|
|
7094
|
+
"name": "address-level4"
|
|
5334
7095
|
},
|
|
5335
7096
|
{
|
|
5336
|
-
"name": "
|
|
7097
|
+
"name": "address-line1"
|
|
5337
7098
|
},
|
|
5338
7099
|
{
|
|
5339
|
-
"name": "
|
|
7100
|
+
"name": "address-line2"
|
|
5340
7101
|
},
|
|
5341
7102
|
{
|
|
5342
|
-
"name": "
|
|
7103
|
+
"name": "address-line3"
|
|
5343
7104
|
},
|
|
5344
7105
|
{
|
|
5345
|
-
"name": "
|
|
7106
|
+
"name": "bday-day"
|
|
5346
7107
|
},
|
|
5347
7108
|
{
|
|
5348
|
-
"name": "
|
|
7109
|
+
"name": "bday-month"
|
|
5349
7110
|
},
|
|
5350
7111
|
{
|
|
5351
|
-
"name": "
|
|
7112
|
+
"name": "bday-year"
|
|
5352
7113
|
},
|
|
5353
7114
|
{
|
|
5354
|
-
"name": "
|
|
7115
|
+
"name": "cc-csc"
|
|
5355
7116
|
},
|
|
5356
7117
|
{
|
|
5357
|
-
"name": "
|
|
7118
|
+
"name": "cc-exp"
|
|
5358
7119
|
},
|
|
5359
7120
|
{
|
|
5360
|
-
"name": "
|
|
7121
|
+
"name": "cc-exp-month"
|
|
5361
7122
|
},
|
|
5362
7123
|
{
|
|
5363
|
-
"name": "
|
|
7124
|
+
"name": "cc-exp-year"
|
|
5364
7125
|
},
|
|
5365
7126
|
{
|
|
5366
|
-
"name": "
|
|
7127
|
+
"name": "cc-family-name"
|
|
5367
7128
|
},
|
|
5368
7129
|
{
|
|
5369
|
-
"name": "
|
|
7130
|
+
"name": "cc-given-name"
|
|
5370
7131
|
},
|
|
5371
7132
|
{
|
|
5372
|
-
"name": "
|
|
7133
|
+
"name": "cc-name"
|
|
5373
7134
|
},
|
|
5374
7135
|
{
|
|
5375
|
-
"name": "
|
|
7136
|
+
"name": "cc-number"
|
|
5376
7137
|
},
|
|
5377
7138
|
{
|
|
5378
|
-
"name": "
|
|
7139
|
+
"name": "cc-type"
|
|
5379
7140
|
},
|
|
5380
7141
|
{
|
|
5381
|
-
"name": "
|
|
7142
|
+
"name": "country"
|
|
5382
7143
|
},
|
|
5383
7144
|
{
|
|
5384
|
-
"name": "
|
|
7145
|
+
"name": "country-name"
|
|
5385
7146
|
},
|
|
5386
7147
|
{
|
|
5387
|
-
"name": "
|
|
7148
|
+
"name": "current-password"
|
|
5388
7149
|
},
|
|
5389
7150
|
{
|
|
5390
|
-
"name": "
|
|
7151
|
+
"name": "family-name"
|
|
5391
7152
|
},
|
|
5392
7153
|
{
|
|
5393
|
-
"name": "
|
|
7154
|
+
"name": "given-name"
|
|
5394
7155
|
},
|
|
5395
7156
|
{
|
|
5396
|
-
"name": "
|
|
7157
|
+
"name": "honorific-prefix"
|
|
5397
7158
|
},
|
|
5398
7159
|
{
|
|
5399
|
-
"name": "
|
|
7160
|
+
"name": "honorific-suffix"
|
|
5400
7161
|
},
|
|
5401
7162
|
{
|
|
5402
|
-
"name": "
|
|
7163
|
+
"name": "new-password"
|
|
5403
7164
|
},
|
|
5404
7165
|
{
|
|
5405
|
-
"name": "
|
|
7166
|
+
"name": "one-time-code"
|
|
5406
7167
|
},
|
|
5407
7168
|
{
|
|
5408
|
-
"name": "
|
|
7169
|
+
"name": "organization"
|
|
5409
7170
|
},
|
|
5410
7171
|
{
|
|
5411
|
-
"name": "
|
|
7172
|
+
"name": "postal-code"
|
|
5412
7173
|
},
|
|
5413
7174
|
{
|
|
5414
|
-
"name": "
|
|
7175
|
+
"name": "street-address"
|
|
5415
7176
|
},
|
|
5416
7177
|
{
|
|
5417
|
-
"name": "
|
|
7178
|
+
"name": "transaction-amount"
|
|
5418
7179
|
},
|
|
5419
7180
|
{
|
|
5420
|
-
"name": "
|
|
7181
|
+
"name": "transaction-currency"
|
|
5421
7182
|
},
|
|
5422
7183
|
{
|
|
5423
|
-
"name": "
|
|
7184
|
+
"name": "username"
|
|
5424
7185
|
},
|
|
5425
7186
|
{
|
|
5426
|
-
"name": "
|
|
7187
|
+
"name": "email"
|
|
5427
7188
|
},
|
|
5428
7189
|
{
|
|
5429
|
-
"name": "
|
|
7190
|
+
"name": "tel"
|
|
5430
7191
|
},
|
|
5431
7192
|
{
|
|
5432
|
-
"name": "
|
|
7193
|
+
"name": "tel-area-code"
|
|
5433
7194
|
},
|
|
5434
7195
|
{
|
|
5435
|
-
"name": "
|
|
7196
|
+
"name": "tel-country-code"
|
|
5436
7197
|
},
|
|
5437
7198
|
{
|
|
5438
|
-
"name": "
|
|
7199
|
+
"name": "tel-extension"
|
|
5439
7200
|
},
|
|
5440
7201
|
{
|
|
5441
|
-
"name": "
|
|
7202
|
+
"name": "tel-local"
|
|
5442
7203
|
},
|
|
5443
7204
|
{
|
|
5444
|
-
"name": "
|
|
7205
|
+
"name": "tel-national"
|
|
5445
7206
|
},
|
|
5446
7207
|
{
|
|
5447
|
-
"name": "
|
|
7208
|
+
"name": "nickname"
|
|
5448
7209
|
},
|
|
5449
7210
|
{
|
|
5450
|
-
"name": "
|
|
7211
|
+
"name": "organization-title"
|
|
5451
7212
|
},
|
|
5452
7213
|
{
|
|
5453
|
-
"name": "
|
|
7214
|
+
"name": "cc-additional-name"
|
|
5454
7215
|
},
|
|
5455
7216
|
{
|
|
5456
|
-
"name": "
|
|
7217
|
+
"name": "language"
|
|
5457
7218
|
},
|
|
5458
7219
|
{
|
|
5459
|
-
"name": "
|
|
7220
|
+
"name": "bday"
|
|
5460
7221
|
},
|
|
5461
7222
|
{
|
|
5462
|
-
"name": "
|
|
7223
|
+
"name": "sex"
|
|
5463
7224
|
},
|
|
5464
7225
|
{
|
|
5465
7226
|
"name": "impp"
|
|
@@ -5483,15 +7244,15 @@
|
|
|
5483
7244
|
},
|
|
5484
7245
|
{
|
|
5485
7246
|
"name": "cancel-button-icon",
|
|
5486
|
-
"description": "Set the cancel button icon. Only
|
|
7247
|
+
"description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`."
|
|
5487
7248
|
},
|
|
5488
7249
|
{
|
|
5489
7250
|
"name": "cancel-button-text",
|
|
5490
|
-
"description": "Set the cancel button text. Only
|
|
7251
|
+
"description": "Set the cancel button text. Only available when the theme is `\"ios\"`."
|
|
5491
7252
|
},
|
|
5492
7253
|
{
|
|
5493
7254
|
"name": "clear-icon",
|
|
5494
|
-
"description": "Set the clear icon. Defaults to
|
|
7255
|
+
"description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme."
|
|
5495
7256
|
},
|
|
5496
7257
|
{
|
|
5497
7258
|
"name": "color",
|
|
@@ -5601,7 +7362,7 @@
|
|
|
5601
7362
|
},
|
|
5602
7363
|
{
|
|
5603
7364
|
"name": "mode",
|
|
5604
|
-
"description": "The mode determines
|
|
7365
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5605
7366
|
"values": [
|
|
5606
7367
|
{
|
|
5607
7368
|
"name": "ios"
|
|
@@ -5621,7 +7382,22 @@
|
|
|
5621
7382
|
},
|
|
5622
7383
|
{
|
|
5623
7384
|
"name": "search-icon",
|
|
5624
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
7385
|
+
"description": "The icon to use as the search icon. Defaults to `\"search-outline\"` in\nthe `\"ios\"` theme and `\"search-sharp\"` in the `\"md\"` and `\"ionic\"` themes.\nIf `false`, no search icon will be displayed."
|
|
7386
|
+
},
|
|
7387
|
+
{
|
|
7388
|
+
"name": "shape",
|
|
7389
|
+
"description": "Set to `\"soft\"` for a searchbar with slightly rounded corners,\n`\"round\"` for a searchbar with fully rounded corners,\nor `\"rectangular\"` for a searchbar without rounded corners.\n\nDefaults to `\"round\"` for the ionic theme, and `undefined` for all other themes.",
|
|
7390
|
+
"values": [
|
|
7391
|
+
{
|
|
7392
|
+
"name": "rectangular"
|
|
7393
|
+
},
|
|
7394
|
+
{
|
|
7395
|
+
"name": "round"
|
|
7396
|
+
},
|
|
7397
|
+
{
|
|
7398
|
+
"name": "soft"
|
|
7399
|
+
}
|
|
7400
|
+
]
|
|
5625
7401
|
},
|
|
5626
7402
|
{
|
|
5627
7403
|
"name": "show-cancel-button",
|
|
@@ -5653,10 +7429,40 @@
|
|
|
5653
7429
|
}
|
|
5654
7430
|
]
|
|
5655
7431
|
},
|
|
7432
|
+
{
|
|
7433
|
+
"name": "size",
|
|
7434
|
+
"description": "Set to `\"large\"` for a searchbar with an increase in height,\nwhile \"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and `undefined` for all other themes.",
|
|
7435
|
+
"values": [
|
|
7436
|
+
{
|
|
7437
|
+
"name": "large"
|
|
7438
|
+
},
|
|
7439
|
+
{
|
|
7440
|
+
"name": "medium"
|
|
7441
|
+
},
|
|
7442
|
+
{
|
|
7443
|
+
"name": "small"
|
|
7444
|
+
}
|
|
7445
|
+
]
|
|
7446
|
+
},
|
|
5656
7447
|
{
|
|
5657
7448
|
"name": "spellcheck",
|
|
5658
7449
|
"description": "If `true`, enable spellcheck on the input."
|
|
5659
7450
|
},
|
|
7451
|
+
{
|
|
7452
|
+
"name": "theme",
|
|
7453
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7454
|
+
"values": [
|
|
7455
|
+
{
|
|
7456
|
+
"name": "ios"
|
|
7457
|
+
},
|
|
7458
|
+
{
|
|
7459
|
+
"name": "md"
|
|
7460
|
+
},
|
|
7461
|
+
{
|
|
7462
|
+
"name": "ionic"
|
|
7463
|
+
}
|
|
7464
|
+
]
|
|
7465
|
+
},
|
|
5660
7466
|
{
|
|
5661
7467
|
"name": "type",
|
|
5662
7468
|
"description": "Set the type of the input.",
|
|
@@ -5742,7 +7548,7 @@
|
|
|
5742
7548
|
},
|
|
5743
7549
|
{
|
|
5744
7550
|
"name": "mode",
|
|
5745
|
-
"description": "The mode determines
|
|
7551
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5746
7552
|
"values": [
|
|
5747
7553
|
{
|
|
5748
7554
|
"name": "ios"
|
|
@@ -5764,6 +7570,21 @@
|
|
|
5764
7570
|
"name": "swipe-gesture",
|
|
5765
7571
|
"description": "If `true`, users will be able to swipe between segment buttons to activate them."
|
|
5766
7572
|
},
|
|
7573
|
+
{
|
|
7574
|
+
"name": "theme",
|
|
7575
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7576
|
+
"values": [
|
|
7577
|
+
{
|
|
7578
|
+
"name": "ios"
|
|
7579
|
+
},
|
|
7580
|
+
{
|
|
7581
|
+
"name": "md"
|
|
7582
|
+
},
|
|
7583
|
+
{
|
|
7584
|
+
"name": "ionic"
|
|
7585
|
+
}
|
|
7586
|
+
]
|
|
7587
|
+
},
|
|
5767
7588
|
{
|
|
5768
7589
|
"name": "value",
|
|
5769
7590
|
"description": "the value of the segment."
|
|
@@ -5817,13 +7638,28 @@
|
|
|
5817
7638
|
},
|
|
5818
7639
|
{
|
|
5819
7640
|
"name": "mode",
|
|
5820
|
-
"description": "The mode determines
|
|
7641
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7642
|
+
"values": [
|
|
7643
|
+
{
|
|
7644
|
+
"name": "ios"
|
|
7645
|
+
},
|
|
7646
|
+
{
|
|
7647
|
+
"name": "md"
|
|
7648
|
+
}
|
|
7649
|
+
]
|
|
7650
|
+
},
|
|
7651
|
+
{
|
|
7652
|
+
"name": "theme",
|
|
7653
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5821
7654
|
"values": [
|
|
5822
7655
|
{
|
|
5823
7656
|
"name": "ios"
|
|
5824
7657
|
},
|
|
5825
7658
|
{
|
|
5826
7659
|
"name": "md"
|
|
7660
|
+
},
|
|
7661
|
+
{
|
|
7662
|
+
"name": "ionic"
|
|
5827
7663
|
}
|
|
5828
7664
|
]
|
|
5829
7665
|
},
|
|
@@ -5945,11 +7781,11 @@
|
|
|
5945
7781
|
},
|
|
5946
7782
|
{
|
|
5947
7783
|
"name": "expanded-icon",
|
|
5948
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
7784
|
+
"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."
|
|
5949
7785
|
},
|
|
5950
7786
|
{
|
|
5951
7787
|
"name": "fill",
|
|
5952
|
-
"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
|
|
7788
|
+
"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.",
|
|
5953
7789
|
"values": [
|
|
5954
7790
|
{
|
|
5955
7791
|
"name": "outline"
|
|
@@ -6027,7 +7863,7 @@
|
|
|
6027
7863
|
},
|
|
6028
7864
|
{
|
|
6029
7865
|
"name": "mode",
|
|
6030
|
-
"description": "The mode determines
|
|
7866
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6031
7867
|
"values": [
|
|
6032
7868
|
{
|
|
6033
7869
|
"name": "ios"
|
|
@@ -6063,16 +7899,52 @@
|
|
|
6063
7899
|
},
|
|
6064
7900
|
{
|
|
6065
7901
|
"name": "shape",
|
|
6066
|
-
"description": "
|
|
7902
|
+
"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.",
|
|
6067
7903
|
"values": [
|
|
7904
|
+
{
|
|
7905
|
+
"name": "rectangular"
|
|
7906
|
+
},
|
|
6068
7907
|
{
|
|
6069
7908
|
"name": "round"
|
|
7909
|
+
},
|
|
7910
|
+
{
|
|
7911
|
+
"name": "soft"
|
|
7912
|
+
}
|
|
7913
|
+
]
|
|
7914
|
+
},
|
|
7915
|
+
{
|
|
7916
|
+
"name": "size",
|
|
7917
|
+
"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.",
|
|
7918
|
+
"values": [
|
|
7919
|
+
{
|
|
7920
|
+
"name": "large"
|
|
7921
|
+
},
|
|
7922
|
+
{
|
|
7923
|
+
"name": "medium"
|
|
7924
|
+
},
|
|
7925
|
+
{
|
|
7926
|
+
"name": "small"
|
|
7927
|
+
}
|
|
7928
|
+
]
|
|
7929
|
+
},
|
|
7930
|
+
{
|
|
7931
|
+
"name": "theme",
|
|
7932
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7933
|
+
"values": [
|
|
7934
|
+
{
|
|
7935
|
+
"name": "ios"
|
|
7936
|
+
},
|
|
7937
|
+
{
|
|
7938
|
+
"name": "md"
|
|
7939
|
+
},
|
|
7940
|
+
{
|
|
7941
|
+
"name": "ionic"
|
|
6070
7942
|
}
|
|
6071
7943
|
]
|
|
6072
7944
|
},
|
|
6073
7945
|
{
|
|
6074
7946
|
"name": "toggle-icon",
|
|
6075
|
-
"description": "The toggle icon to use. Defaults to
|
|
7947
|
+
"description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes."
|
|
6076
7948
|
},
|
|
6077
7949
|
{
|
|
6078
7950
|
"name": "value",
|
|
@@ -6124,6 +7996,33 @@
|
|
|
6124
7996
|
"name": "disabled",
|
|
6125
7997
|
"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."
|
|
6126
7998
|
},
|
|
7999
|
+
{
|
|
8000
|
+
"name": "mode",
|
|
8001
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8002
|
+
"values": [
|
|
8003
|
+
{
|
|
8004
|
+
"name": "ios"
|
|
8005
|
+
},
|
|
8006
|
+
{
|
|
8007
|
+
"name": "md"
|
|
8008
|
+
}
|
|
8009
|
+
]
|
|
8010
|
+
},
|
|
8011
|
+
{
|
|
8012
|
+
"name": "theme",
|
|
8013
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8014
|
+
"values": [
|
|
8015
|
+
{
|
|
8016
|
+
"name": "ios"
|
|
8017
|
+
},
|
|
8018
|
+
{
|
|
8019
|
+
"name": "md"
|
|
8020
|
+
},
|
|
8021
|
+
{
|
|
8022
|
+
"name": "ionic"
|
|
8023
|
+
}
|
|
8024
|
+
]
|
|
8025
|
+
},
|
|
6127
8026
|
{
|
|
6128
8027
|
"name": "value",
|
|
6129
8028
|
"description": "The text value of the option."
|
|
@@ -6146,6 +8045,33 @@
|
|
|
6146
8045
|
{
|
|
6147
8046
|
"name": "animated",
|
|
6148
8047
|
"description": "If `true`, the skeleton text will animate."
|
|
8048
|
+
},
|
|
8049
|
+
{
|
|
8050
|
+
"name": "mode",
|
|
8051
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8052
|
+
"values": [
|
|
8053
|
+
{
|
|
8054
|
+
"name": "ios"
|
|
8055
|
+
},
|
|
8056
|
+
{
|
|
8057
|
+
"name": "md"
|
|
8058
|
+
}
|
|
8059
|
+
]
|
|
8060
|
+
},
|
|
8061
|
+
{
|
|
8062
|
+
"name": "theme",
|
|
8063
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8064
|
+
"values": [
|
|
8065
|
+
{
|
|
8066
|
+
"name": "ios"
|
|
8067
|
+
},
|
|
8068
|
+
{
|
|
8069
|
+
"name": "md"
|
|
8070
|
+
},
|
|
8071
|
+
{
|
|
8072
|
+
"name": "ionic"
|
|
8073
|
+
}
|
|
8074
|
+
]
|
|
6149
8075
|
}
|
|
6150
8076
|
],
|
|
6151
8077
|
"references": [
|
|
@@ -6199,6 +8125,18 @@
|
|
|
6199
8125
|
"name": "duration",
|
|
6200
8126
|
"description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner."
|
|
6201
8127
|
},
|
|
8128
|
+
{
|
|
8129
|
+
"name": "mode",
|
|
8130
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8131
|
+
"values": [
|
|
8132
|
+
{
|
|
8133
|
+
"name": "ios"
|
|
8134
|
+
},
|
|
8135
|
+
{
|
|
8136
|
+
"name": "md"
|
|
8137
|
+
}
|
|
8138
|
+
]
|
|
8139
|
+
},
|
|
6202
8140
|
{
|
|
6203
8141
|
"name": "name",
|
|
6204
8142
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -6235,6 +8173,42 @@
|
|
|
6235
8173
|
{
|
|
6236
8174
|
"name": "paused",
|
|
6237
8175
|
"description": "If `true`, the spinner's animation will be paused."
|
|
8176
|
+
},
|
|
8177
|
+
{
|
|
8178
|
+
"name": "size",
|
|
8179
|
+
"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.",
|
|
8180
|
+
"values": [
|
|
8181
|
+
{
|
|
8182
|
+
"name": "large"
|
|
8183
|
+
},
|
|
8184
|
+
{
|
|
8185
|
+
"name": "medium"
|
|
8186
|
+
},
|
|
8187
|
+
{
|
|
8188
|
+
"name": "small"
|
|
8189
|
+
},
|
|
8190
|
+
{
|
|
8191
|
+
"name": "xlarge"
|
|
8192
|
+
},
|
|
8193
|
+
{
|
|
8194
|
+
"name": "xsmall"
|
|
8195
|
+
}
|
|
8196
|
+
]
|
|
8197
|
+
},
|
|
8198
|
+
{
|
|
8199
|
+
"name": "theme",
|
|
8200
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8201
|
+
"values": [
|
|
8202
|
+
{
|
|
8203
|
+
"name": "ios"
|
|
8204
|
+
},
|
|
8205
|
+
{
|
|
8206
|
+
"name": "md"
|
|
8207
|
+
},
|
|
8208
|
+
{
|
|
8209
|
+
"name": "ionic"
|
|
8210
|
+
}
|
|
8211
|
+
]
|
|
6238
8212
|
}
|
|
6239
8213
|
],
|
|
6240
8214
|
"references": [
|
|
@@ -6259,6 +8233,33 @@
|
|
|
6259
8233
|
"name": "disabled",
|
|
6260
8234
|
"description": "If `true`, the split pane will be hidden."
|
|
6261
8235
|
},
|
|
8236
|
+
{
|
|
8237
|
+
"name": "mode",
|
|
8238
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8239
|
+
"values": [
|
|
8240
|
+
{
|
|
8241
|
+
"name": "ios"
|
|
8242
|
+
},
|
|
8243
|
+
{
|
|
8244
|
+
"name": "md"
|
|
8245
|
+
}
|
|
8246
|
+
]
|
|
8247
|
+
},
|
|
8248
|
+
{
|
|
8249
|
+
"name": "theme",
|
|
8250
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8251
|
+
"values": [
|
|
8252
|
+
{
|
|
8253
|
+
"name": "ios"
|
|
8254
|
+
},
|
|
8255
|
+
{
|
|
8256
|
+
"name": "md"
|
|
8257
|
+
},
|
|
8258
|
+
{
|
|
8259
|
+
"name": "ionic"
|
|
8260
|
+
}
|
|
8261
|
+
]
|
|
8262
|
+
},
|
|
6262
8263
|
{
|
|
6263
8264
|
"name": "when",
|
|
6264
8265
|
"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."
|
|
@@ -6282,9 +8283,36 @@
|
|
|
6282
8283
|
"name": "component",
|
|
6283
8284
|
"description": "The component to display inside of the tab."
|
|
6284
8285
|
},
|
|
8286
|
+
{
|
|
8287
|
+
"name": "mode",
|
|
8288
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8289
|
+
"values": [
|
|
8290
|
+
{
|
|
8291
|
+
"name": "ios"
|
|
8292
|
+
},
|
|
8293
|
+
{
|
|
8294
|
+
"name": "md"
|
|
8295
|
+
}
|
|
8296
|
+
]
|
|
8297
|
+
},
|
|
6285
8298
|
{
|
|
6286
8299
|
"name": "tab",
|
|
6287
8300
|
"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."
|
|
8301
|
+
},
|
|
8302
|
+
{
|
|
8303
|
+
"name": "theme",
|
|
8304
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8305
|
+
"values": [
|
|
8306
|
+
{
|
|
8307
|
+
"name": "ios"
|
|
8308
|
+
},
|
|
8309
|
+
{
|
|
8310
|
+
"name": "md"
|
|
8311
|
+
},
|
|
8312
|
+
{
|
|
8313
|
+
"name": "ionic"
|
|
8314
|
+
}
|
|
8315
|
+
]
|
|
6288
8316
|
}
|
|
6289
8317
|
],
|
|
6290
8318
|
"references": [
|
|
@@ -6334,9 +8362,21 @@
|
|
|
6334
8362
|
}
|
|
6335
8363
|
]
|
|
6336
8364
|
},
|
|
8365
|
+
{
|
|
8366
|
+
"name": "expand",
|
|
8367
|
+
"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\"`.",
|
|
8368
|
+
"values": [
|
|
8369
|
+
{
|
|
8370
|
+
"name": "compact"
|
|
8371
|
+
},
|
|
8372
|
+
{
|
|
8373
|
+
"name": "full"
|
|
8374
|
+
}
|
|
8375
|
+
]
|
|
8376
|
+
},
|
|
6337
8377
|
{
|
|
6338
8378
|
"name": "mode",
|
|
6339
|
-
"description": "The mode determines
|
|
8379
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6340
8380
|
"values": [
|
|
6341
8381
|
{
|
|
6342
8382
|
"name": "ios"
|
|
@@ -6350,9 +8390,39 @@
|
|
|
6350
8390
|
"name": "selected-tab",
|
|
6351
8391
|
"description": "The selected tab component"
|
|
6352
8392
|
},
|
|
8393
|
+
{
|
|
8394
|
+
"name": "shape",
|
|
8395
|
+
"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.",
|
|
8396
|
+
"values": [
|
|
8397
|
+
{
|
|
8398
|
+
"name": "rectangular"
|
|
8399
|
+
},
|
|
8400
|
+
{
|
|
8401
|
+
"name": "round"
|
|
8402
|
+
},
|
|
8403
|
+
{
|
|
8404
|
+
"name": "soft"
|
|
8405
|
+
}
|
|
8406
|
+
]
|
|
8407
|
+
},
|
|
8408
|
+
{
|
|
8409
|
+
"name": "theme",
|
|
8410
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8411
|
+
"values": [
|
|
8412
|
+
{
|
|
8413
|
+
"name": "ios"
|
|
8414
|
+
},
|
|
8415
|
+
{
|
|
8416
|
+
"name": "md"
|
|
8417
|
+
},
|
|
8418
|
+
{
|
|
8419
|
+
"name": "ionic"
|
|
8420
|
+
}
|
|
8421
|
+
]
|
|
8422
|
+
},
|
|
6353
8423
|
{
|
|
6354
8424
|
"name": "translucent",
|
|
6355
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
8425
|
+
"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)."
|
|
6356
8426
|
}
|
|
6357
8427
|
],
|
|
6358
8428
|
"references": [
|
|
@@ -6407,7 +8477,7 @@
|
|
|
6407
8477
|
},
|
|
6408
8478
|
{
|
|
6409
8479
|
"name": "mode",
|
|
6410
|
-
"description": "The mode determines
|
|
8480
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6411
8481
|
"values": [
|
|
6412
8482
|
{
|
|
6413
8483
|
"name": "ios"
|
|
@@ -6425,6 +8495,21 @@
|
|
|
6425
8495
|
"name": "selected",
|
|
6426
8496
|
"description": "The selected tab component"
|
|
6427
8497
|
},
|
|
8498
|
+
{
|
|
8499
|
+
"name": "shape",
|
|
8500
|
+
"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.",
|
|
8501
|
+
"values": [
|
|
8502
|
+
{
|
|
8503
|
+
"name": "rectangular"
|
|
8504
|
+
},
|
|
8505
|
+
{
|
|
8506
|
+
"name": "round"
|
|
8507
|
+
},
|
|
8508
|
+
{
|
|
8509
|
+
"name": "soft"
|
|
8510
|
+
}
|
|
8511
|
+
]
|
|
8512
|
+
},
|
|
6428
8513
|
{
|
|
6429
8514
|
"name": "tab",
|
|
6430
8515
|
"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."
|
|
@@ -6432,6 +8517,21 @@
|
|
|
6432
8517
|
{
|
|
6433
8518
|
"name": "target",
|
|
6434
8519
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
8520
|
+
},
|
|
8521
|
+
{
|
|
8522
|
+
"name": "theme",
|
|
8523
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8524
|
+
"values": [
|
|
8525
|
+
{
|
|
8526
|
+
"name": "ios"
|
|
8527
|
+
},
|
|
8528
|
+
{
|
|
8529
|
+
"name": "md"
|
|
8530
|
+
},
|
|
8531
|
+
{
|
|
8532
|
+
"name": "ionic"
|
|
8533
|
+
}
|
|
8534
|
+
]
|
|
6435
8535
|
}
|
|
6436
8536
|
],
|
|
6437
8537
|
"references": [
|
|
@@ -6447,7 +8547,35 @@
|
|
|
6447
8547
|
"kind": "markdown",
|
|
6448
8548
|
"value": ""
|
|
6449
8549
|
},
|
|
6450
|
-
"attributes": [
|
|
8550
|
+
"attributes": [
|
|
8551
|
+
{
|
|
8552
|
+
"name": "mode",
|
|
8553
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8554
|
+
"values": [
|
|
8555
|
+
{
|
|
8556
|
+
"name": "ios"
|
|
8557
|
+
},
|
|
8558
|
+
{
|
|
8559
|
+
"name": "md"
|
|
8560
|
+
}
|
|
8561
|
+
]
|
|
8562
|
+
},
|
|
8563
|
+
{
|
|
8564
|
+
"name": "theme",
|
|
8565
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8566
|
+
"values": [
|
|
8567
|
+
{
|
|
8568
|
+
"name": "ios"
|
|
8569
|
+
},
|
|
8570
|
+
{
|
|
8571
|
+
"name": "md"
|
|
8572
|
+
},
|
|
8573
|
+
{
|
|
8574
|
+
"name": "ionic"
|
|
8575
|
+
}
|
|
8576
|
+
]
|
|
8577
|
+
}
|
|
8578
|
+
],
|
|
6451
8579
|
"references": [
|
|
6452
8580
|
{
|
|
6453
8581
|
"name": "Source code",
|
|
@@ -6497,13 +8625,28 @@
|
|
|
6497
8625
|
},
|
|
6498
8626
|
{
|
|
6499
8627
|
"name": "mode",
|
|
6500
|
-
"description": "The mode determines
|
|
8628
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8629
|
+
"values": [
|
|
8630
|
+
{
|
|
8631
|
+
"name": "ios"
|
|
8632
|
+
},
|
|
8633
|
+
{
|
|
8634
|
+
"name": "md"
|
|
8635
|
+
}
|
|
8636
|
+
]
|
|
8637
|
+
},
|
|
8638
|
+
{
|
|
8639
|
+
"name": "theme",
|
|
8640
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6501
8641
|
"values": [
|
|
6502
8642
|
{
|
|
6503
8643
|
"name": "ios"
|
|
6504
8644
|
},
|
|
6505
8645
|
{
|
|
6506
8646
|
"name": "md"
|
|
8647
|
+
},
|
|
8648
|
+
{
|
|
8649
|
+
"name": "ionic"
|
|
6507
8650
|
}
|
|
6508
8651
|
]
|
|
6509
8652
|
}
|
|
@@ -6624,7 +8767,7 @@
|
|
|
6624
8767
|
},
|
|
6625
8768
|
{
|
|
6626
8769
|
"name": "fill",
|
|
6627
|
-
"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
|
|
8770
|
+
"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\"`.",
|
|
6628
8771
|
"values": [
|
|
6629
8772
|
{
|
|
6630
8773
|
"name": "outline"
|
|
@@ -6703,7 +8846,7 @@
|
|
|
6703
8846
|
},
|
|
6704
8847
|
{
|
|
6705
8848
|
"name": "mode",
|
|
6706
|
-
"description": "The mode determines
|
|
8849
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6707
8850
|
"values": [
|
|
6708
8851
|
{
|
|
6709
8852
|
"name": "ios"
|
|
@@ -6735,10 +8878,31 @@
|
|
|
6735
8878
|
},
|
|
6736
8879
|
{
|
|
6737
8880
|
"name": "shape",
|
|
6738
|
-
"description": "
|
|
8881
|
+
"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.",
|
|
6739
8882
|
"values": [
|
|
8883
|
+
{
|
|
8884
|
+
"name": "rectangular"
|
|
8885
|
+
},
|
|
6740
8886
|
{
|
|
6741
8887
|
"name": "round"
|
|
8888
|
+
},
|
|
8889
|
+
{
|
|
8890
|
+
"name": "soft"
|
|
8891
|
+
}
|
|
8892
|
+
]
|
|
8893
|
+
},
|
|
8894
|
+
{
|
|
8895
|
+
"name": "size",
|
|
8896
|
+
"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.",
|
|
8897
|
+
"values": [
|
|
8898
|
+
{
|
|
8899
|
+
"name": "large"
|
|
8900
|
+
},
|
|
8901
|
+
{
|
|
8902
|
+
"name": "medium"
|
|
8903
|
+
},
|
|
8904
|
+
{
|
|
8905
|
+
"name": "small"
|
|
6742
8906
|
}
|
|
6743
8907
|
]
|
|
6744
8908
|
},
|
|
@@ -6746,6 +8910,21 @@
|
|
|
6746
8910
|
"name": "spellcheck",
|
|
6747
8911
|
"description": "If `true`, the element will have its spelling and grammar checked."
|
|
6748
8912
|
},
|
|
8913
|
+
{
|
|
8914
|
+
"name": "theme",
|
|
8915
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8916
|
+
"values": [
|
|
8917
|
+
{
|
|
8918
|
+
"name": "ios"
|
|
8919
|
+
},
|
|
8920
|
+
{
|
|
8921
|
+
"name": "md"
|
|
8922
|
+
},
|
|
8923
|
+
{
|
|
8924
|
+
"name": "ionic"
|
|
8925
|
+
}
|
|
8926
|
+
]
|
|
8927
|
+
},
|
|
6749
8928
|
{
|
|
6750
8929
|
"name": "value",
|
|
6751
8930
|
"description": "The value of the textarea."
|
|
@@ -6779,7 +8958,35 @@
|
|
|
6779
8958
|
"kind": "markdown",
|
|
6780
8959
|
"value": ""
|
|
6781
8960
|
},
|
|
6782
|
-
"attributes": [
|
|
8961
|
+
"attributes": [
|
|
8962
|
+
{
|
|
8963
|
+
"name": "mode",
|
|
8964
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8965
|
+
"values": [
|
|
8966
|
+
{
|
|
8967
|
+
"name": "ios"
|
|
8968
|
+
},
|
|
8969
|
+
{
|
|
8970
|
+
"name": "md"
|
|
8971
|
+
}
|
|
8972
|
+
]
|
|
8973
|
+
},
|
|
8974
|
+
{
|
|
8975
|
+
"name": "theme",
|
|
8976
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8977
|
+
"values": [
|
|
8978
|
+
{
|
|
8979
|
+
"name": "ios"
|
|
8980
|
+
},
|
|
8981
|
+
{
|
|
8982
|
+
"name": "md"
|
|
8983
|
+
},
|
|
8984
|
+
{
|
|
8985
|
+
"name": "ionic"
|
|
8986
|
+
}
|
|
8987
|
+
]
|
|
8988
|
+
}
|
|
8989
|
+
],
|
|
6783
8990
|
"references": [
|
|
6784
8991
|
{
|
|
6785
8992
|
"name": "Source code",
|
|
@@ -6827,6 +9034,18 @@
|
|
|
6827
9034
|
}
|
|
6828
9035
|
]
|
|
6829
9036
|
},
|
|
9037
|
+
{
|
|
9038
|
+
"name": "mode",
|
|
9039
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9040
|
+
"values": [
|
|
9041
|
+
{
|
|
9042
|
+
"name": "ios"
|
|
9043
|
+
},
|
|
9044
|
+
{
|
|
9045
|
+
"name": "md"
|
|
9046
|
+
}
|
|
9047
|
+
]
|
|
9048
|
+
},
|
|
6830
9049
|
{
|
|
6831
9050
|
"name": "size",
|
|
6832
9051
|
"description": "The size of the toolbar title.",
|
|
@@ -6838,6 +9057,21 @@
|
|
|
6838
9057
|
"name": "small"
|
|
6839
9058
|
}
|
|
6840
9059
|
]
|
|
9060
|
+
},
|
|
9061
|
+
{
|
|
9062
|
+
"name": "theme",
|
|
9063
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9064
|
+
"values": [
|
|
9065
|
+
{
|
|
9066
|
+
"name": "ios"
|
|
9067
|
+
},
|
|
9068
|
+
{
|
|
9069
|
+
"name": "md"
|
|
9070
|
+
},
|
|
9071
|
+
{
|
|
9072
|
+
"name": "ionic"
|
|
9073
|
+
}
|
|
9074
|
+
]
|
|
6841
9075
|
}
|
|
6842
9076
|
],
|
|
6843
9077
|
"references": [
|
|
@@ -6915,6 +9149,18 @@
|
|
|
6915
9149
|
"name": "html-attributes",
|
|
6916
9150
|
"description": "Additional attributes to pass to the toast."
|
|
6917
9151
|
},
|
|
9152
|
+
{
|
|
9153
|
+
"name": "hue",
|
|
9154
|
+
"description": "Set to `\"bold\"` for a toast with vibrant, bold colors or to `\"subtle\"` for\na toast with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
|
|
9155
|
+
"values": [
|
|
9156
|
+
{
|
|
9157
|
+
"name": "bold"
|
|
9158
|
+
},
|
|
9159
|
+
{
|
|
9160
|
+
"name": "subtle"
|
|
9161
|
+
}
|
|
9162
|
+
]
|
|
9163
|
+
},
|
|
6918
9164
|
{
|
|
6919
9165
|
"name": "icon",
|
|
6920
9166
|
"description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons"
|
|
@@ -6949,7 +9195,7 @@
|
|
|
6949
9195
|
},
|
|
6950
9196
|
{
|
|
6951
9197
|
"name": "mode",
|
|
6952
|
-
"description": "The mode determines
|
|
9198
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6953
9199
|
"values": [
|
|
6954
9200
|
{
|
|
6955
9201
|
"name": "ios"
|
|
@@ -6978,6 +9224,21 @@
|
|
|
6978
9224
|
"name": "position-anchor",
|
|
6979
9225
|
"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."
|
|
6980
9226
|
},
|
|
9227
|
+
{
|
|
9228
|
+
"name": "shape",
|
|
9229
|
+
"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.",
|
|
9230
|
+
"values": [
|
|
9231
|
+
{
|
|
9232
|
+
"name": "rectangular"
|
|
9233
|
+
},
|
|
9234
|
+
{
|
|
9235
|
+
"name": "round"
|
|
9236
|
+
},
|
|
9237
|
+
{
|
|
9238
|
+
"name": "soft"
|
|
9239
|
+
}
|
|
9240
|
+
]
|
|
9241
|
+
},
|
|
6981
9242
|
{
|
|
6982
9243
|
"name": "swipe-gesture",
|
|
6983
9244
|
"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.",
|
|
@@ -6987,9 +9248,24 @@
|
|
|
6987
9248
|
}
|
|
6988
9249
|
]
|
|
6989
9250
|
},
|
|
9251
|
+
{
|
|
9252
|
+
"name": "theme",
|
|
9253
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9254
|
+
"values": [
|
|
9255
|
+
{
|
|
9256
|
+
"name": "ios"
|
|
9257
|
+
},
|
|
9258
|
+
{
|
|
9259
|
+
"name": "md"
|
|
9260
|
+
},
|
|
9261
|
+
{
|
|
9262
|
+
"name": "ionic"
|
|
9263
|
+
}
|
|
9264
|
+
]
|
|
9265
|
+
},
|
|
6990
9266
|
{
|
|
6991
9267
|
"name": "translucent",
|
|
6992
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
9268
|
+
"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)."
|
|
6993
9269
|
},
|
|
6994
9270
|
{
|
|
6995
9271
|
"name": "trigger",
|
|
@@ -7110,7 +9386,7 @@
|
|
|
7110
9386
|
},
|
|
7111
9387
|
{
|
|
7112
9388
|
"name": "mode",
|
|
7113
|
-
"description": "The mode determines
|
|
9389
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7114
9390
|
"values": [
|
|
7115
9391
|
{
|
|
7116
9392
|
"name": "ios"
|
|
@@ -7128,6 +9404,21 @@
|
|
|
7128
9404
|
"name": "required",
|
|
7129
9405
|
"description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid."
|
|
7130
9406
|
},
|
|
9407
|
+
{
|
|
9408
|
+
"name": "theme",
|
|
9409
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9410
|
+
"values": [
|
|
9411
|
+
{
|
|
9412
|
+
"name": "ios"
|
|
9413
|
+
},
|
|
9414
|
+
{
|
|
9415
|
+
"name": "md"
|
|
9416
|
+
},
|
|
9417
|
+
{
|
|
9418
|
+
"name": "ionic"
|
|
9419
|
+
}
|
|
9420
|
+
]
|
|
9421
|
+
},
|
|
7131
9422
|
{
|
|
7132
9423
|
"name": "value",
|
|
7133
9424
|
"description": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`."
|
|
@@ -7182,13 +9473,28 @@
|
|
|
7182
9473
|
},
|
|
7183
9474
|
{
|
|
7184
9475
|
"name": "mode",
|
|
7185
|
-
"description": "The mode determines
|
|
9476
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9477
|
+
"values": [
|
|
9478
|
+
{
|
|
9479
|
+
"name": "ios"
|
|
9480
|
+
},
|
|
9481
|
+
{
|
|
9482
|
+
"name": "md"
|
|
9483
|
+
}
|
|
9484
|
+
]
|
|
9485
|
+
},
|
|
9486
|
+
{
|
|
9487
|
+
"name": "theme",
|
|
9488
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7186
9489
|
"values": [
|
|
7187
9490
|
{
|
|
7188
9491
|
"name": "ios"
|
|
7189
9492
|
},
|
|
7190
9493
|
{
|
|
7191
9494
|
"name": "md"
|
|
9495
|
+
},
|
|
9496
|
+
{
|
|
9497
|
+
"name": "ionic"
|
|
7192
9498
|
}
|
|
7193
9499
|
]
|
|
7194
9500
|
}
|