@ionic/core 8.6.0 → 8.6.1-dev.11749483665.140e610d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/action-sheet.js +13 -9
- package/components/alert.js +14 -11
- package/components/animation.js +1 -1
- package/components/backdrop.js +9 -6
- package/components/button.js +41 -10
- package/components/buttons.js +11 -8
- 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 +31 -12
- package/components/content.js +14 -12
- package/components/data.js +5 -5
- package/components/focus-visible.js +23 -1
- package/components/framework-delegate.js +3 -1
- package/components/header.js +28 -16
- package/components/helpers.js +42 -3
- package/components/index5.js +8 -8
- package/components/index6.js +3 -3
- 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 +23 -5
- package/components/ion-accordion.js +32 -21
- package/components/ion-app.js +14 -77
- package/components/ion-avatar.js +58 -5
- package/components/ion-back-button.js +27 -19
- package/components/ion-badge.js +73 -9
- package/components/ion-breadcrumb.js +43 -10
- package/components/ion-breadcrumbs.js +8 -5
- package/components/ion-card-content.js +10 -7
- package/components/ion-card-header.js +9 -6
- package/components/ion-card-subtitle.js +8 -5
- package/components/ion-card-title.js +8 -5
- package/components/ion-card.js +21 -9
- package/components/ion-chip.js +53 -8
- package/components/ion-col.js +5 -5
- package/components/ion-datetime-button.js +8 -5
- package/components/ion-datetime.js +98 -21
- package/components/ion-divider.d.ts +11 -0
- package/components/ion-divider.js +70 -0
- package/components/ion-fab-button.js +31 -15
- package/components/ion-fab-list.js +5 -5
- package/components/ion-fab.js +6 -6
- package/components/ion-footer.js +18 -13
- package/components/ion-grid.js +5 -5
- package/components/ion-img.js +5 -2
- package/components/ion-infinite-scroll-content.js +11 -8
- package/components/ion-infinite-scroll.js +5 -5
- package/components/ion-input-otp.js +4 -4
- package/components/ion-input-password-toggle.js +51 -13
- package/components/ion-input.js +120 -28
- package/components/ion-item-divider.js +8 -5
- package/components/ion-item-group.js +8 -5
- package/components/ion-item-option.js +36 -9
- package/components/ion-item-options.js +10 -7
- package/components/ion-item-sliding.js +5 -5
- package/components/ion-loading.js +12 -9
- package/components/ion-menu-button.js +26 -10
- package/components/ion-menu-toggle.js +5 -5
- package/components/ion-menu.js +10 -8
- package/components/ion-nav-link.js +1 -1
- package/components/ion-nav.js +7 -5
- package/components/ion-note.js +8 -5
- package/components/ion-picker-legacy.js +7 -7
- package/components/ion-progress-bar.js +25 -7
- package/components/ion-range.js +12 -9
- package/components/ion-refresher-content.js +23 -8
- package/components/ion-refresher.js +10 -7
- package/components/ion-reorder-group.js +5 -5
- package/components/ion-reorder.js +30 -5
- package/components/ion-router-link.js +6 -6
- package/components/ion-router-outlet.js +4 -4
- package/components/ion-row.js +5 -2
- package/components/ion-searchbar.js +137 -23
- package/components/ion-segment-button.js +10 -7
- package/components/ion-segment-content.js +1 -1
- package/components/ion-segment-view.js +5 -2
- package/components/ion-segment.js +10 -7
- package/components/ion-select-option.js +5 -2
- package/components/ion-select.js +117 -33
- package/components/ion-skeleton-text.js +5 -5
- package/components/ion-split-pane.js +11 -8
- package/components/ion-tab-bar.js +39 -9
- package/components/ion-tab-button.js +25 -7
- package/components/ion-tab.js +2 -2
- package/components/ion-tabs.js +2 -2
- package/components/ion-text.js +5 -5
- package/components/ion-textarea.js +52 -11
- package/components/ion-thumbnail.js +5 -2
- package/components/ion-toast.js +37 -12
- package/components/ion-toggle.js +74 -17
- package/components/ionic-global.js +349 -15
- package/components/ios.transition.js +1 -0
- package/components/item.js +39 -14
- package/components/keyboard-controller.js +4 -2
- package/components/label.js +8 -5
- package/components/list-header.js +10 -7
- package/components/list.js +27 -6
- package/components/list2.js +6 -0
- package/components/modal.js +48 -20
- package/components/notch-controller.js +1 -1
- package/components/overlays.js +3 -4
- package/components/picker-column-option.js +8 -5
- package/components/picker-column.js +7 -8
- package/components/picker-column2.js +4 -4
- package/components/picker.js +7 -4
- package/components/popover.js +12 -9
- package/components/radio-group.js +10 -5
- package/components/radio.js +11 -8
- package/components/ripple-effect.js +15 -7
- package/components/select-modal.js +4 -4
- package/components/select-popover.js +8 -2
- package/components/spinner.js +31 -8
- package/components/status-tap.js +1 -1
- package/components/title.js +10 -7
- package/components/toolbar.js +137 -9
- 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-0T7gKwOt.js → animation-Bcz4qmJk.js} +2 -3
- package/dist/cjs/{button-active-C-4ud7Ht.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-U7OAuj53.js → config-DGKt4XfG.js} +1 -1
- package/dist/cjs/{data-DRqa6oM4.js → data-B3i-krcw.js} +6 -6
- package/dist/{esm/focus-visible-BmVRXR1y.js → cjs/focus-visible-BIj-I3-C.js} +27 -1
- package/dist/cjs/{framework-delegate-C7sIJyT5.js → framework-delegate-DfEY5uyC.js} +4 -2
- package/dist/cjs/{haptic-ClPPQ_PS.js → haptic-DbqPcCc9.js} +1 -1
- package/dist/cjs/{helpers-BITAzJfi.js → helpers-DmAvmm2T.js} +42 -3
- package/dist/cjs/{index-CVa6JE57.js → index-CaZ3uzAD.js} +2 -2
- package/dist/cjs/{index-DODXXb_r.js → index-CmckMMX1.js} +352 -12
- package/dist/cjs/{index-CPbAsnJK.js → index-DPBLiXfW.js} +2 -2
- package/dist/cjs/{index-CxfLS2mX.js → index-DcPe_YcG.js} +12 -12
- package/dist/cjs/{index-y0QaNtCi.js → index-DxVhwe3d.js} +4 -4
- package/dist/cjs/{index-BDBT0u4l.js → index-YEjC0pvJ.js} +3 -3
- package/dist/cjs/index.cjs.js +11 -12
- package/dist/cjs/{input-shims-D1Mfgd4s.js → input-shims-BwdlNkON.js} +6 -6
- package/dist/cjs/{input.utils-DSoBEyUu.js → input.utils-CfjyQhpu.js} +3 -4
- package/dist/cjs/ion-accordion_2.cjs.entry.js +56 -27
- package/dist/cjs/ion-action-sheet.cjs.entry.js +21 -18
- package/dist/cjs/ion-alert.cjs.entry.js +23 -21
- package/dist/cjs/ion-app_8.cjs.entry.js +229 -144
- package/dist/cjs/ion-avatar_3.cjs.entry.js +123 -11
- package/dist/cjs/ion-back-button.cjs.entry.js +29 -20
- package/dist/cjs/ion-backdrop.cjs.entry.js +9 -6
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +52 -16
- package/dist/cjs/ion-button_2.cjs.entry.js +43 -11
- package/dist/cjs/ion-card_5.cjs.entry.js +53 -29
- package/dist/cjs/ion-checkbox.cjs.entry.js +31 -13
- package/dist/cjs/ion-chip.cjs.entry.js +48 -7
- package/dist/cjs/ion-col_3.cjs.entry.js +13 -10
- package/dist/cjs/ion-datetime-button.cjs.entry.js +11 -7
- package/dist/cjs/ion-datetime_3.cjs.entry.js +114 -39
- package/dist/cjs/ion-divider.cjs.entry.js +50 -0
- package/dist/cjs/ion-fab_3.cjs.entry.js +42 -26
- package/dist/cjs/ion-img.cjs.entry.js +7 -3
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +18 -14
- package/dist/cjs/ion-input-otp.cjs.entry.js +6 -5
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +51 -13
- package/dist/cjs/ion-input.cjs.entry.js +121 -31
- package/dist/cjs/ion-item-option_3.cjs.entry.js +48 -19
- package/dist/cjs/ion-item_8.cjs.entry.js +106 -46
- package/dist/cjs/ion-loading.cjs.entry.js +18 -16
- package/dist/cjs/ion-menu_3.cjs.entry.js +45 -27
- package/dist/cjs/ion-modal.cjs.entry.js +80 -53
- package/dist/cjs/ion-nav_2.cjs.entry.js +13 -10
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +10 -6
- package/dist/cjs/ion-picker-column.cjs.entry.js +12 -12
- package/dist/cjs/ion-picker.cjs.entry.js +10 -6
- package/dist/cjs/ion-popover.cjs.entry.js +18 -16
- package/dist/cjs/ion-progress-bar.cjs.entry.js +25 -7
- package/dist/cjs/ion-radio_2.cjs.entry.js +22 -13
- package/dist/cjs/ion-range.cjs.entry.js +14 -10
- package/dist/cjs/ion-refresher_2.cjs.entry.js +38 -20
- package/dist/cjs/ion-reorder_2.cjs.entry.js +37 -13
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +14 -6
- package/dist/cjs/ion-route_4.cjs.entry.js +8 -7
- package/dist/cjs/ion-searchbar.cjs.entry.js +135 -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 -14
- package/dist/cjs/ion-select-modal.cjs.entry.js +8 -9
- package/dist/cjs/ion-select_3.cjs.entry.js +130 -39
- package/dist/cjs/ion-spinner.cjs.entry.js +28 -6
- package/dist/cjs/ion-split-pane.cjs.entry.js +11 -8
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +65 -20
- package/dist/cjs/ion-tab_2.cjs.entry.js +8 -7
- package/dist/cjs/ion-text.cjs.entry.js +5 -5
- package/dist/cjs/ion-textarea.cjs.entry.js +55 -15
- package/dist/cjs/ion-toast.cjs.entry.js +65 -42
- package/dist/cjs/ion-toggle.cjs.entry.js +79 -22
- package/dist/cjs/ionic.cjs.js +2 -2
- package/dist/cjs/{ios.transition-baEy2tr4.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 +2 -2
- package/dist/cjs/{md.transition-Bvc-JrM5.js → md.transition-D2ZL4jgW.js} +5 -5
- package/dist/cjs/{notch-controller-BAbqGXRi.js → notch-controller-S50JyZJs.js} +2 -2
- package/dist/cjs/{overlays-DRDumz2b.js → overlays-DbrifhWu.js} +13 -14
- package/dist/cjs/{status-tap-Db3WeCkO.js → status-tap-DMaRrHIS.js} +4 -3
- package/dist/cjs/{swipe-back-D_VN6H9r.js → swipe-back-CEVlQT7C.js} +3 -2
- package/dist/cjs/x-BTF99yFH.js +8 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/accordion/accordion.ionic.css +197 -0
- package/dist/collection/components/accordion/accordion.ios.css +73 -58
- package/dist/collection/components/accordion/accordion.js +36 -26
- package/dist/collection/components/accordion/accordion.md.css +67 -59
- package/dist/collection/components/accordion-group/accordion-group.ionic.css +95 -0
- package/dist/collection/components/accordion-group/accordion-group.ios.css +16 -4
- package/dist/collection/components/accordion-group/accordion-group.js +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 +22 -80
- package/dist/collection/components/avatar/avatar.ionic.css +365 -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 +111 -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 +277 -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 +622 -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 +100 -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 +146 -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 +94 -0
- package/dist/collection/components/card-content/card-content.ios.css +16 -1
- package/dist/collection/components/card-content/card-content.js +11 -8
- package/dist/collection/components/card-content/card-content.md.css +16 -1
- package/dist/collection/components/card-header/card-header.ionic.css +87 -0
- package/dist/collection/components/card-header/card-header.ios.css +27 -15
- package/dist/collection/components/card-header/card-header.js +13 -10
- package/dist/collection/components/card-header/card-header.md.css +27 -15
- package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +146 -0
- package/dist/collection/components/card-subtitle/card-subtitle.ios.css +12 -0
- package/dist/collection/components/card-subtitle/card-subtitle.js +11 -8
- package/dist/collection/components/card-subtitle/card-subtitle.md.css +12 -0
- package/dist/collection/components/card-title/card-title.ios.css +73 -0
- package/dist/collection/components/card-title/card-title.js +11 -8
- package/dist/collection/components/card-title/card-title.md.css +73 -0
- package/dist/collection/components/checkbox/checkbox.ionic.css +527 -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 +230 -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 +12 -0
- package/dist/collection/components/col/col.js +9 -5
- package/dist/collection/components/content/content.css +8 -2
- package/dist/collection/components/content/content.js +16 -11
- package/dist/collection/components/datetime/datetime.ionic.css +673 -0
- package/dist/collection/components/datetime/datetime.ios.css +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 +150 -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 +86 -0
- package/dist/collection/components/header/header.ios.css +25 -10
- 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 +8 -4
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +12 -0
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +16 -10
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +12 -0
- package/dist/collection/components/input/input.ionic.css +883 -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.ios.css +12 -0
- package/dist/collection/components/input-otp/input-otp.js +3 -3
- package/dist/collection/components/input-otp/input-otp.md.css +12 -0
- package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +80 -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 +502 -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 +280 -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 +223 -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 +214 -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 +192 -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 +238 -0
- package/dist/collection/components/menu-button/menu-button.ios.css +48 -14
- package/dist/collection/components/menu-button/menu-button.js +26 -10
- package/dist/collection/components/menu-button/menu-button.md.css +49 -15
- package/dist/collection/components/menu-toggle/menu-toggle.js +8 -5
- package/dist/collection/components/modal/animations/sheet.js +8 -2
- package/dist/collection/components/modal/gestures/sheet.js +10 -6
- package/dist/collection/components/modal/modal.ionic.css +243 -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 +289 -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 +424 -0
- package/dist/collection/components/radio/radio.ios.css +134 -91
- package/dist/collection/components/radio/radio.js +12 -9
- package/dist/collection/components/radio/radio.md.css +134 -91
- package/dist/collection/components/radio-group/radio-group.ionic.css +127 -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 +555 -0
- package/dist/collection/components/range/range.ios.css +128 -85
- package/dist/collection/components/range/range.js +12 -9
- package/dist/collection/components/range/range.md.css +128 -85
- package/dist/collection/components/refresher/refresher.ios.css +14 -1
- package/dist/collection/components/refresher/refresher.js +11 -8
- package/dist/collection/components/refresher/refresher.md.css +15 -2
- package/dist/collection/components/refresher-content/refresher-content.js +28 -7
- package/dist/collection/components/reorder/reorder.ios.css +6 -0
- package/dist/collection/components/reorder/reorder.js +33 -6
- package/dist/collection/components/reorder/reorder.md.css +6 -0
- package/dist/collection/components/reorder-group/reorder-group.css +6 -0
- package/dist/collection/components/reorder-group/reorder-group.js +8 -4
- package/dist/collection/components/ripple-effect/{ripple-effect.css → ripple-effect.common.css} +7 -1
- package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +217 -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 +12 -0
- package/dist/collection/components/row/row.js +9 -2
- package/dist/collection/components/searchbar/searchbar.ionic.css +628 -0
- package/dist/collection/components/searchbar/searchbar.ios.css +56 -18
- package/dist/collection/components/searchbar/searchbar.js +181 -34
- package/dist/collection/components/searchbar/searchbar.md.css +56 -18
- package/dist/collection/components/segment/segment.ionic.css +117 -0
- package/dist/collection/components/segment/segment.ios.css +45 -2
- package/dist/collection/components/segment/segment.js +11 -8
- package/dist/collection/components/segment/segment.md.css +45 -2
- package/dist/collection/components/segment-button/segment-button.ionic.css +355 -0
- package/dist/collection/components/segment-button/segment-button.ios.css +146 -105
- package/dist/collection/components/segment-button/segment-button.js +11 -8
- package/dist/collection/components/segment-button/segment-button.md.css +148 -107
- package/dist/collection/components/segment-content/segment-content.js +1 -1
- package/dist/collection/components/segment-view/segment-view.ios.css +6 -0
- package/dist/collection/components/segment-view/segment-view.js +6 -4
- package/dist/collection/components/segment-view/segment-view.md.css +6 -0
- package/dist/collection/components/select/select.ionic.css +765 -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 +121 -0
- package/dist/collection/components/select-modal/select-modal.ios.css +18 -0
- package/dist/collection/components/select-modal/select-modal.js +3 -3
- package/dist/collection/components/select-modal/select-modal.md.css +7 -3
- package/dist/collection/components/select-option/select-option.js +9 -2
- package/dist/collection/components/select-popover/select-popover.ios.css +18 -0
- package/dist/collection/components/select-popover/select-popover.js +12 -4
- package/dist/collection/components/select-popover/select-popover.md.css +18 -0
- package/dist/collection/components/skeleton-text/skeleton-text.css +6 -0
- package/dist/collection/components/skeleton-text/skeleton-text.js +9 -5
- package/dist/collection/components/spinner/{spinner.css → spinner.ionic.css} +79 -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 +188 -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 +338 -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 +830 -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 +129 -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 +396 -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/toolbar.ionic.css +238 -0
- package/dist/collection/components/toolbar/toolbar.ios.css +90 -47
- package/dist/collection/components/toolbar/toolbar.js +141 -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 +16 -2
- package/dist/collection/utils/transition/ios.transition.js +1 -0
- package/dist/docs.json +7739 -362
- package/dist/esm/{animation-BWcUKtbn.js → animation-Cgfm6Out.js} +1 -2
- package/dist/esm/{button-active-Bxcnevju.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-AaTyISnm.js → config-DwiPHIF5.js} +1 -1
- package/dist/esm/{data-GIsHsYIB.js → data-HHZs0eLV.js} +6 -6
- package/dist/{cjs/focus-visible-CCvKiLh3.js → esm/focus-visible-vXpMhGrs.js} +23 -3
- package/dist/esm/{framework-delegate-DxcnWic_.js → framework-delegate-B4Rily6A.js} +4 -2
- package/dist/esm/{haptic-DzAMWJuk.js → haptic-ZZTn7IWt.js} +1 -1
- package/dist/esm/{helpers-1O4D2b7y.js → helpers-D_90HVv6.js} +42 -3
- package/dist/esm/{index-B_U9CtaY.js → index-BBrR3goV.js} +347 -13
- package/dist/esm/{index-DfBA5ztX.js → index-BoSPzYKk.js} +4 -4
- package/dist/esm/{index-BlJTBdxG.js → index-ByqmqxGO.js} +2 -2
- package/dist/esm/{index-BLV6ykCk.js → index-CFd-a2gp.js} +3 -3
- package/dist/esm/{index-D8sncTHY.js → index-D4D_NUAr.js} +10 -10
- package/dist/esm/{index-CWbP1eJz.js → index-k4x4i7EL.js} +3 -3
- package/dist/esm/index.js +11 -12
- package/dist/esm/{input-shims-C3lNp93k.js → input-shims-DEtEJcaS.js} +6 -6
- package/dist/esm/{input.utils-zWijNCrx.js → input.utils-DNE0LB5g.js} +2 -3
- package/dist/esm/ion-accordion_2.entry.js +56 -27
- package/dist/esm/ion-action-sheet.entry.js +21 -18
- package/dist/esm/ion-alert.entry.js +23 -21
- package/dist/esm/ion-app_8.entry.js +229 -144
- package/dist/esm/ion-avatar_3.entry.js +124 -12
- package/dist/esm/ion-back-button.entry.js +29 -20
- package/dist/esm/ion-backdrop.entry.js +9 -6
- package/dist/esm/ion-breadcrumb_2.entry.js +52 -16
- package/dist/esm/ion-button_2.entry.js +43 -11
- package/dist/esm/ion-card_5.entry.js +53 -29
- package/dist/esm/ion-checkbox.entry.js +31 -13
- package/dist/esm/ion-chip.entry.js +48 -7
- package/dist/esm/ion-col_3.entry.js +13 -10
- package/dist/esm/ion-datetime-button.entry.js +11 -7
- package/dist/esm/ion-datetime_3.entry.js +114 -39
- package/dist/esm/ion-divider.entry.js +48 -0
- package/dist/esm/ion-fab_3.entry.js +42 -26
- package/dist/esm/ion-img.entry.js +7 -3
- package/dist/esm/ion-infinite-scroll_2.entry.js +18 -14
- package/dist/esm/ion-input-otp.entry.js +6 -5
- package/dist/esm/ion-input-password-toggle.entry.js +51 -13
- package/dist/esm/ion-input.entry.js +121 -31
- package/dist/esm/ion-item-option_3.entry.js +48 -19
- package/dist/esm/ion-item_8.entry.js +106 -46
- package/dist/esm/ion-loading.entry.js +18 -16
- package/dist/esm/ion-menu_3.entry.js +45 -27
- package/dist/esm/ion-modal.entry.js +56 -29
- package/dist/esm/ion-nav_2.entry.js +13 -10
- package/dist/esm/ion-picker-column-option.entry.js +10 -6
- package/dist/esm/ion-picker-column.entry.js +11 -11
- package/dist/esm/ion-picker.entry.js +10 -6
- package/dist/esm/ion-popover.entry.js +18 -16
- package/dist/esm/ion-progress-bar.entry.js +25 -7
- package/dist/esm/ion-radio_2.entry.js +22 -13
- package/dist/esm/ion-range.entry.js +14 -10
- package/dist/esm/ion-refresher_2.entry.js +38 -20
- package/dist/esm/ion-reorder_2.entry.js +37 -13
- package/dist/esm/ion-ripple-effect.entry.js +14 -6
- package/dist/esm/ion-route_4.entry.js +8 -7
- package/dist/esm/ion-searchbar.entry.js +136 -23
- 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 -14
- package/dist/esm/ion-select-modal.entry.js +8 -9
- package/dist/esm/ion-select_3.entry.js +130 -39
- package/dist/esm/ion-spinner.entry.js +28 -6
- package/dist/esm/ion-split-pane.entry.js +11 -8
- package/dist/esm/ion-tab-bar_2.entry.js +65 -20
- package/dist/esm/ion-tab_2.entry.js +8 -7
- package/dist/esm/ion-text.entry.js +5 -5
- package/dist/esm/ion-textarea.entry.js +55 -15
- package/dist/esm/ion-toast.entry.js +41 -18
- package/dist/esm/ion-toggle.entry.js +79 -22
- package/dist/esm/ionic.js +3 -3
- package/dist/esm/{ios.transition-BmXtMRXZ.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 -3
- package/dist/esm/{md.transition-CLI683c7.js → md.transition-BDWkLsNw.js} +5 -5
- package/dist/esm/{notch-controller-C5LPspO8.js → notch-controller-ClKrf2l9.js} +2 -2
- package/dist/esm/{overlays-8Y2rA-ps.js → overlays-DDeOq6un.js} +5 -6
- package/dist/esm/{status-tap-7t9T91bG.js → status-tap-DLatL9pG.js} +4 -3
- package/dist/esm/{swipe-back-VdaUzLWy.js → swipe-back-YYylMb0l.js} +3 -2
- package/dist/esm/x-BDqjX7Z_.js +6 -0
- package/dist/html.html-data.json +2508 -230
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/p-034b2ca2.entry.js +4 -0
- package/dist/ionic/p-08dfb85e.entry.js +4 -0
- package/dist/ionic/p-08e18904.entry.js +4 -0
- package/dist/ionic/p-0eab9ecf.entry.js +4 -0
- package/dist/ionic/p-11734cc5.entry.js +4 -0
- package/dist/ionic/p-1984e701.entry.js +4 -0
- package/dist/ionic/p-19959eec.entry.js +4 -0
- package/dist/ionic/p-1f976fad.entry.js +4 -0
- package/dist/ionic/p-1fd06a55.entry.js +4 -0
- package/dist/ionic/p-208954ca.entry.js +4 -0
- package/dist/ionic/p-232ba539.entry.js +4 -0
- package/dist/ionic/p-30c2256c.entry.js +4 -0
- package/dist/ionic/p-32f9c041.entry.js +4 -0
- package/dist/ionic/p-331b28f8.entry.js +4 -0
- package/dist/ionic/p-3c361403.entry.js +4 -0
- package/dist/ionic/p-4903685c.entry.js +4 -0
- package/dist/ionic/p-4d7ac4db.entry.js +4 -0
- package/dist/ionic/p-5ae4d6a0.entry.js +4 -0
- package/dist/ionic/p-6d2dc9d7.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-7049bf1c.entry.js +4 -0
- package/dist/ionic/p-7ace7638.entry.js +4 -0
- package/dist/ionic/p-7f1e83a4.entry.js +4 -0
- package/dist/ionic/p-82796bb0.entry.js +4 -0
- package/dist/ionic/p-931716a5.entry.js +4 -0
- package/dist/ionic/p-9cb0fd91.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-BK3Vo2GA.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-BLV6ykCk.js → p-CFd-a2gp.js} +1 -1
- package/dist/ionic/p-CnPZjTVf.js +4 -0
- package/dist/ionic/{p-7qk7mxdr.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-CPgXVSua.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-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-a036ba35.entry.js +4 -0
- package/dist/ionic/p-a1af546a.entry.js +4 -0
- package/dist/ionic/p-a7acdba0.entry.js +4 -0
- package/dist/ionic/p-aa8d1f1d.entry.js +4 -0
- package/dist/ionic/p-ae3dad82.entry.js +4 -0
- package/dist/ionic/{p-a9ac80bd.entry.js → p-b2fe9962.entry.js} +1 -1
- package/dist/ionic/p-b493f149.entry.js +4 -0
- package/dist/ionic/p-b767c96a.entry.js +4 -0
- package/dist/ionic/p-b9b3ba1e.entry.js +4 -0
- package/dist/ionic/p-bb85830d.entry.js +4 -0
- package/dist/ionic/p-c565e353.entry.js +4 -0
- package/dist/ionic/p-ccf3b065.entry.js +4 -0
- package/dist/ionic/p-cedb36aa.entry.js +4 -0
- package/dist/ionic/p-d5b34bac.entry.js +4 -0
- package/dist/ionic/p-da78db37.entry.js +4 -0
- package/dist/ionic/p-db6e0330.entry.js +4 -0
- package/dist/ionic/p-dd5e8e7a.entry.js +4 -0
- package/dist/ionic/p-e4ed2971.entry.js +4 -0
- package/dist/ionic/p-e56f0f4b.entry.js +4 -0
- package/dist/ionic/p-e5897321.entry.js +4 -0
- package/dist/ionic/p-e89e89eb.entry.js +4 -0
- package/dist/ionic/{p-ei_RiGrl.js → p-eZzo_1L1.js} +1 -1
- package/dist/ionic/p-ed214a9c.entry.js +4 -0
- package/dist/ionic/p-eebf0420.entry.js +4 -0
- package/dist/ionic/p-f6a66956.entry.js +4 -0
- package/dist/ionic/p-fIOYmaqA.js +4 -0
- package/dist/ionic/p-fc8e47a4.entry.js +4 -0
- package/dist/ionic/p-vXpMhGrs.js +4 -0
- package/dist/ionic/svg/accessibility-outline.svg +1 -1
- package/dist/ionic/svg/accessibility-sharp.svg +1 -1
- package/dist/ionic/svg/accessibility.svg +1 -1
- package/dist/ionic/svg/arrow-down-left-box-outline.svg +1 -0
- package/dist/ionic/svg/arrow-down-left-box-sharp.svg +1 -0
- package/dist/ionic/svg/arrow-down-left-box.svg +1 -0
- package/dist/ionic/svg/arrow-down-right-box-outline.svg +1 -0
- package/dist/ionic/svg/arrow-down-right-box-sharp.svg +1 -0
- package/dist/ionic/svg/arrow-down-right-box.svg +1 -0
- package/dist/ionic/svg/arrow-up-left-box-outline.svg +1 -0
- package/dist/ionic/svg/arrow-up-left-box-sharp.svg +1 -0
- package/dist/ionic/svg/arrow-up-left-box.svg +1 -0
- package/dist/ionic/svg/arrow-up-right-box-outline.svg +1 -0
- package/dist/ionic/svg/arrow-up-right-box-sharp.svg +1 -0
- package/dist/ionic/svg/arrow-up-right-box.svg +1 -0
- package/dist/ionic/svg/bag-add-outline.svg +1 -1
- package/dist/ionic/svg/bag-add-sharp.svg +1 -1
- package/dist/ionic/svg/bag-add.svg +1 -1
- package/dist/ionic/svg/bag-check-outline.svg +1 -1
- package/dist/ionic/svg/bag-check-sharp.svg +1 -1
- package/dist/ionic/svg/bag-check.svg +1 -1
- package/dist/ionic/svg/bag-handle-outline.svg +1 -1
- package/dist/ionic/svg/bag-handle-sharp.svg +1 -1
- package/dist/ionic/svg/bag-handle.svg +1 -1
- package/dist/ionic/svg/bag-outline.svg +1 -1
- package/dist/ionic/svg/bag-remove-outline.svg +1 -1
- package/dist/ionic/svg/bag-remove-sharp.svg +1 -1
- package/dist/ionic/svg/bag-remove.svg +1 -1
- package/dist/ionic/svg/bag-sharp.svg +1 -1
- package/dist/ionic/svg/bag.svg +1 -1
- package/dist/ionic/svg/balloon-outline.svg +1 -1
- package/dist/ionic/svg/balloon-sharp.svg +1 -1
- package/dist/ionic/svg/balloon.svg +1 -1
- package/dist/ionic/svg/ban-outline.svg +1 -1
- package/dist/ionic/svg/ban-sharp.svg +1 -1
- package/dist/ionic/svg/ban.svg +1 -1
- package/dist/ionic/svg/binoculars-outline.svg +1 -0
- package/dist/ionic/svg/binoculars-sharp.svg +1 -0
- package/dist/ionic/svg/binoculars.svg +1 -0
- package/dist/ionic/svg/body-outline.svg +1 -1
- package/dist/ionic/svg/bowling-ball-outline.svg +1 -1
- package/dist/ionic/svg/bowling-ball-sharp.svg +1 -1
- package/dist/ionic/svg/bowling-ball.svg +1 -1
- package/dist/ionic/svg/calendar-clear-outline.svg +1 -1
- package/dist/ionic/svg/calendar-clear-sharp.svg +1 -1
- package/dist/ionic/svg/calendar-clear.svg +1 -1
- package/dist/ionic/svg/calendar-number-outline.svg +1 -1
- package/dist/ionic/svg/calendar-number-sharp.svg +1 -1
- package/dist/ionic/svg/calendar-number.svg +1 -1
- package/dist/ionic/svg/calendar-outline.svg +1 -1
- package/dist/ionic/svg/calendar-sharp.svg +1 -1
- package/dist/ionic/svg/calendar.svg +1 -1
- package/dist/ionic/svg/chevron-collapse-outline.svg +1 -1
- package/dist/ionic/svg/chevron-collapse-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-collapse.svg +1 -1
- package/dist/ionic/svg/chevron-expand-outline.svg +1 -1
- package/dist/ionic/svg/chevron-expand-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-expand.svg +1 -1
- package/dist/ionic/svg/color-wand-outline.svg +1 -1
- package/dist/ionic/svg/color-wand.svg +1 -1
- package/dist/ionic/svg/diamond-outline.svg +1 -1
- package/dist/ionic/svg/diamond-sharp.svg +1 -1
- package/dist/ionic/svg/diamond.svg +1 -1
- package/dist/ionic/svg/dice-outline.svg +1 -1
- package/dist/ionic/svg/dice-sharp.svg +1 -1
- package/dist/ionic/svg/dice.svg +1 -1
- package/dist/ionic/svg/document-lock-outline.svg +1 -1
- package/dist/ionic/svg/document-lock-sharp.svg +1 -1
- package/dist/ionic/svg/document-lock.svg +1 -1
- package/dist/ionic/svg/extension-puzzle-outline.svg +1 -1
- package/dist/ionic/svg/extension-puzzle-sharp.svg +1 -1
- package/dist/ionic/svg/extension-puzzle.svg +1 -1
- package/dist/ionic/svg/filter-circle-outline.svg +1 -1
- package/dist/ionic/svg/filter-circle-sharp.svg +1 -1
- package/dist/ionic/svg/filter-circle.svg +1 -1
- package/dist/ionic/svg/fish-outline.svg +1 -1
- package/dist/ionic/svg/fish-sharp.svg +1 -1
- package/dist/ionic/svg/fish.svg +1 -1
- package/dist/ionic/svg/footsteps-outline.svg +1 -1
- package/dist/ionic/svg/footsteps-sharp.svg +1 -1
- package/dist/ionic/svg/footsteps.svg +1 -1
- package/dist/ionic/svg/id-card-outline.svg +1 -1
- package/dist/ionic/svg/id-card-sharp.svg +1 -1
- package/dist/ionic/svg/id-card.svg +1 -1
- package/dist/ionic/svg/invert-mode-outline.svg +1 -1
- package/dist/ionic/svg/invert-mode-sharp.svg +1 -1
- package/dist/ionic/svg/invert-mode.svg +1 -1
- package/dist/ionic/svg/logo-alipay.svg +1 -1
- package/dist/ionic/svg/logo-android.svg +1 -1
- package/dist/ionic/svg/logo-appflow.svg +1 -0
- package/dist/ionic/svg/logo-apple-ar.svg +1 -1
- package/dist/ionic/svg/logo-behance.svg +1 -1
- package/dist/ionic/svg/logo-bitbucket.svg +1 -1
- package/dist/ionic/svg/logo-deviantart.svg +1 -1
- package/dist/ionic/svg/logo-discord.svg +1 -1
- package/dist/ionic/svg/logo-docker.svg +1 -1
- package/dist/ionic/svg/logo-edge.svg +1 -1
- package/dist/ionic/svg/logo-facebook.svg +1 -1
- package/dist/ionic/svg/logo-figma.svg +1 -1
- package/dist/ionic/svg/logo-firebase.svg +1 -1
- package/dist/ionic/svg/logo-gitlab.svg +1 -1
- package/dist/ionic/svg/logo-ionic.svg +1 -1
- package/dist/ionic/svg/logo-mastodon.svg +1 -1
- package/dist/ionic/svg/logo-medium.svg +1 -1
- package/dist/ionic/svg/logo-microsoft.svg +1 -1
- package/dist/ionic/svg/logo-npm.svg +1 -1
- package/dist/ionic/svg/logo-paypal.svg +1 -1
- package/dist/ionic/svg/logo-soundcloud.svg +1 -1
- package/dist/ionic/svg/logo-tableau.svg +1 -1
- package/dist/ionic/svg/logo-tiktok.svg +1 -1
- package/dist/ionic/svg/logo-trapeze.svg +1 -0
- package/dist/ionic/svg/logo-venmo.svg +1 -1
- package/dist/ionic/svg/logo-vercel.svg +1 -1
- package/dist/ionic/svg/logo-wechat.svg +1 -1
- package/dist/ionic/svg/logo-x.svg +1 -0
- package/dist/ionic/svg/logo-yahoo.svg +1 -1
- package/dist/ionic/svg/prism-outline.svg +1 -1
- package/dist/ionic/svg/prism-sharp.svg +1 -1
- package/dist/ionic/svg/prism.svg +1 -1
- package/dist/ionic/svg/scale-outline.svg +1 -1
- package/dist/ionic/svg/scale-sharp.svg +1 -1
- package/dist/ionic/svg/scale.svg +1 -1
- package/dist/ionic/svg/server-outline.svg +1 -1
- package/dist/ionic/svg/server-sharp.svg +1 -1
- package/dist/ionic/svg/server.svg +1 -1
- package/dist/ionic/svg/shield-half-outline.svg +1 -1
- package/dist/ionic/svg/shield-half-sharp.svg +1 -1
- package/dist/ionic/svg/shield-half.svg +1 -1
- package/dist/ionic/svg/sparkles-outline.svg +1 -1
- package/dist/ionic/svg/sparkles-sharp.svg +1 -1
- package/dist/ionic/svg/sparkles.svg +1 -1
- package/dist/ionic/svg/storefront-outline.svg +1 -1
- package/dist/ionic/svg/storefront-sharp.svg +1 -1
- package/dist/ionic/svg/storefront.svg +1 -1
- package/dist/ionic/svg/telescope-outline.svg +1 -1
- package/dist/ionic/svg/telescope-sharp.svg +1 -1
- package/dist/ionic/svg/telescope.svg +1 -1
- package/dist/ionic/svg/ticket-outline.svg +1 -1
- package/dist/ionic/svg/ticket-sharp.svg +1 -1
- package/dist/ionic/svg/ticket.svg +1 -1
- package/dist/ionic/svg/today-outline.svg +1 -1
- package/dist/ionic/svg/today-sharp.svg +1 -1
- package/dist/ionic/svg/today.svg +1 -1
- package/dist/ionic/svg/unlink-outline.svg +1 -1
- package/dist/ionic/svg/unlink-sharp.svg +1 -1
- package/dist/ionic/svg/unlink.svg +1 -1
- package/dist/ionic/svg/videocam-off-outline.svg +1 -1
- package/dist/ionic/svg/videocam-off-sharp.svg +1 -1
- package/dist/ionic/svg/videocam-off.svg +1 -1
- package/dist/ionic/svg/wifi-outline.svg +1 -1
- package/dist/ionic/svg/wifi-sharp.svg +1 -1
- package/dist/ionic/svg/wifi.svg +1 -1
- package/dist/types/components/accordion/accordion.d.ts +5 -3
- package/dist/types/components/accordion-group/accordion-group.d.ts +12 -1
- package/dist/types/components/action-sheet/action-sheet-interface.d.ts +3 -7
- package/dist/types/components/action-sheet/action-sheet.d.ts +3 -2
- package/dist/types/components/alert/alert-interface.d.ts +3 -7
- package/dist/types/components/alert/alert.d.ts +3 -2
- package/dist/types/components/app/app.d.ts +6 -2
- package/dist/types/components/avatar/avatar.d.ts +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 +4 -0
- package/dist/types/components/content/content.d.ts +3 -0
- package/dist/types/components/datetime/datetime.d.ts +26 -1
- package/dist/types/components/datetime/utils/data.d.ts +5 -5
- package/dist/types/components/datetime-button/datetime-button.d.ts +2 -1
- package/dist/types/components/divider/divider.d.ts +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 +4 -0
- package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +4 -0
- package/dist/types/components/input/input.d.ts +31 -5
- package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +2 -0
- package/dist/types/components/item/item.d.ts +11 -4
- package/dist/types/components/item-divider/item-divider.d.ts +2 -1
- package/dist/types/components/item-group/item-group.d.ts +4 -0
- package/dist/types/components/item-option/item-option.d.ts +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 +1512 -196
- package/dist/types/global/ionic-global.d.ts +27 -2
- package/dist/types/interface.d.ts +3 -0
- package/dist/types/utils/config.d.ts +106 -2
- package/dist/types/utils/focus-visible.d.ts +13 -0
- package/dist/types/utils/helpers.d.ts +11 -0
- package/dist/types/utils/overlays-interface.d.ts +31 -1
- package/dist/types/utils/test/playwright/generator.d.ts +31 -2
- package/hydrate/index.js +2714 -902
- package/hydrate/index.mjs +2714 -902
- package/package.json +9 -4
- package/components/hardware-back-button.js +0 -115
- package/components/index9.js +0 -7
- package/dist/cjs/hardware-back-button-D90qZxju.js +0 -121
- package/dist/cjs/index-DkNv4J_i.js +0 -10
- package/dist/esm/hardware-back-button-DcH0BbDp.js +0 -115
- package/dist/esm/index-ZjP4CjeZ.js +0 -7
- package/dist/ionic/p-0fc6fc38.entry.js +0 -4
- package/dist/ionic/p-14ae45e4.entry.js +0 -4
- package/dist/ionic/p-15da9760.entry.js +0 -4
- package/dist/ionic/p-1739f5f2.entry.js +0 -4
- package/dist/ionic/p-18f1813b.entry.js +0 -4
- package/dist/ionic/p-2020aa51.entry.js +0 -4
- package/dist/ionic/p-2c6c6991.entry.js +0 -4
- package/dist/ionic/p-2cfd6b61.entry.js +0 -4
- package/dist/ionic/p-2da6a16b.entry.js +0 -4
- package/dist/ionic/p-3a4feac2.entry.js +0 -4
- package/dist/ionic/p-473877b6.entry.js +0 -4
- package/dist/ionic/p-4b7d1f35.entry.js +0 -4
- package/dist/ionic/p-4d61f20b.entry.js +0 -4
- package/dist/ionic/p-4ddc10ef.entry.js +0 -4
- package/dist/ionic/p-56712fd4.entry.js +0 -4
- package/dist/ionic/p-66510682.entry.js +0 -4
- package/dist/ionic/p-6b666996.entry.js +0 -4
- package/dist/ionic/p-7149db7e.entry.js +0 -4
- package/dist/ionic/p-73d7ad90.entry.js +0 -4
- package/dist/ionic/p-76b697a3.entry.js +0 -4
- package/dist/ionic/p-8957540a.entry.js +0 -4
- package/dist/ionic/p-8a8ef46b.entry.js +0 -4
- package/dist/ionic/p-8c674371.entry.js +0 -4
- package/dist/ionic/p-8f2f76e0.entry.js +0 -4
- package/dist/ionic/p-90f87086.entry.js +0 -4
- package/dist/ionic/p-91bde659.entry.js +0 -4
- package/dist/ionic/p-96389029.entry.js +0 -4
- package/dist/ionic/p-97667b9c.entry.js +0 -4
- package/dist/ionic/p-9b46b31b.entry.js +0 -4
- package/dist/ionic/p-9e699d4a.entry.js +0 -4
- package/dist/ionic/p-9eeaBrnk.js +0 -4
- package/dist/ionic/p-B1MNHTYX.js +0 -4
- package/dist/ionic/p-B3XSxWNQ.js +0 -4
- package/dist/ionic/p-BROiNJRB.js +0 -4
- package/dist/ionic/p-B_U9CtaY.js +0 -5
- package/dist/ionic/p-BhLqfMrf.js +0 -4
- package/dist/ionic/p-BmQduG8c.js +0 -4
- package/dist/ionic/p-BmVRXR1y.js +0 -4
- package/dist/ionic/p-CIGNaXM1.js +0 -4
- package/dist/ionic/p-CL-KfWxq.js +0 -4
- package/dist/ionic/p-CRiGyYOA.js +0 -4
- package/dist/ionic/p-CbI9XwwW.js +0 -4
- package/dist/ionic/p-CtWGkNnJ.js +0 -4
- package/dist/ionic/p-D-7TeYC4.js +0 -4
- package/dist/ionic/p-DCfS5Jk_.js +0 -4
- package/dist/ionic/p-DgdWETCP.js +0 -4
- package/dist/ionic/p-Do-uqmtX.js +0 -4
- package/dist/ionic/p-DzH0J0yi.js +0 -4
- package/dist/ionic/p-QwEXyOze.js +0 -4
- package/dist/ionic/p-ZjP4CjeZ.js +0 -4
- package/dist/ionic/p-a6282370.entry.js +0 -4
- package/dist/ionic/p-a9f99c74.entry.js +0 -4
- package/dist/ionic/p-aIxOGKys.js +0 -4
- package/dist/ionic/p-aa8956c2.entry.js +0 -4
- package/dist/ionic/p-b37dbc31.entry.js +0 -4
- package/dist/ionic/p-b9f79efc.entry.js +0 -4
- package/dist/ionic/p-bNmY-WfR.js +0 -4
- package/dist/ionic/p-bc01c127.entry.js +0 -4
- package/dist/ionic/p-bec79123.entry.js +0 -4
- package/dist/ionic/p-c0335397.entry.js +0 -4
- package/dist/ionic/p-c4912ca5.entry.js +0 -4
- package/dist/ionic/p-c884d7e3.entry.js +0 -4
- package/dist/ionic/p-cb787a4b.entry.js +0 -4
- package/dist/ionic/p-cd12ed1c.entry.js +0 -4
- package/dist/ionic/p-cf632ee2.entry.js +0 -4
- package/dist/ionic/p-d47b85ea.entry.js +0 -4
- package/dist/ionic/p-d8ed5df0.entry.js +0 -4
- package/dist/ionic/p-e1260ed5.entry.js +0 -4
- package/dist/ionic/p-e30ff968.entry.js +0 -4
- package/dist/ionic/p-ead42a37.entry.js +0 -4
- package/dist/ionic/p-f83db8cd.entry.js +0 -4
- package/dist/ionic/p-fbc5481b.entry.js +0 -4
- package/dist/ionic/p-fcc7437b.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."
|
|
@@ -1505,16 +2057,31 @@
|
|
|
1505
2057
|
{
|
|
1506
2058
|
"name": "size-xs",
|
|
1507
2059
|
"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."
|
|
1508
|
-
}
|
|
1509
|
-
],
|
|
1510
|
-
"references": [
|
|
2060
|
+
},
|
|
1511
2061
|
{
|
|
1512
|
-
"name": "
|
|
1513
|
-
"
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
2062
|
+
"name": "theme",
|
|
2063
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2064
|
+
"values": [
|
|
2065
|
+
{
|
|
2066
|
+
"name": "ios"
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"name": "md"
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"name": "ionic"
|
|
2073
|
+
}
|
|
2074
|
+
]
|
|
2075
|
+
}
|
|
2076
|
+
],
|
|
2077
|
+
"references": [
|
|
2078
|
+
{
|
|
2079
|
+
"name": "Source code",
|
|
2080
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/col/col.tsx"
|
|
2081
|
+
}
|
|
2082
|
+
]
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
1518
2085
|
"name": "ion-content",
|
|
1519
2086
|
"description": {
|
|
1520
2087
|
"kind": "markdown",
|
|
@@ -1574,6 +2141,18 @@
|
|
|
1574
2141
|
"name": "fullscreen",
|
|
1575
2142
|
"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
2143
|
},
|
|
2144
|
+
{
|
|
2145
|
+
"name": "mode",
|
|
2146
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2147
|
+
"values": [
|
|
2148
|
+
{
|
|
2149
|
+
"name": "ios"
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
"name": "md"
|
|
2153
|
+
}
|
|
2154
|
+
]
|
|
2155
|
+
},
|
|
1577
2156
|
{
|
|
1578
2157
|
"name": "scroll-events",
|
|
1579
2158
|
"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 +2164,21 @@
|
|
|
1585
2164
|
{
|
|
1586
2165
|
"name": "scroll-y",
|
|
1587
2166
|
"description": "If you want to disable the content scrolling in the Y axis, set this property to `false`."
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"name": "theme",
|
|
2170
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2171
|
+
"values": [
|
|
2172
|
+
{
|
|
2173
|
+
"name": "ios"
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"name": "md"
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"name": "ionic"
|
|
2180
|
+
}
|
|
2181
|
+
]
|
|
1588
2182
|
}
|
|
1589
2183
|
],
|
|
1590
2184
|
"references": [
|
|
@@ -1710,7 +2304,7 @@
|
|
|
1710
2304
|
},
|
|
1711
2305
|
{
|
|
1712
2306
|
"name": "mode",
|
|
1713
|
-
"description": "The mode determines
|
|
2307
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1714
2308
|
"values": [
|
|
1715
2309
|
{
|
|
1716
2310
|
"name": "ios"
|
|
@@ -1799,6 +2393,21 @@
|
|
|
1799
2393
|
}
|
|
1800
2394
|
]
|
|
1801
2395
|
},
|
|
2396
|
+
{
|
|
2397
|
+
"name": "theme",
|
|
2398
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2399
|
+
"values": [
|
|
2400
|
+
{
|
|
2401
|
+
"name": "ios"
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"name": "md"
|
|
2405
|
+
},
|
|
2406
|
+
{
|
|
2407
|
+
"name": "ionic"
|
|
2408
|
+
}
|
|
2409
|
+
]
|
|
2410
|
+
},
|
|
1802
2411
|
{
|
|
1803
2412
|
"name": "title-selected-dates-formatter",
|
|
1804
2413
|
"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 +2478,28 @@
|
|
|
1869
2478
|
},
|
|
1870
2479
|
{
|
|
1871
2480
|
"name": "mode",
|
|
1872
|
-
"description": "The mode determines
|
|
2481
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2482
|
+
"values": [
|
|
2483
|
+
{
|
|
2484
|
+
"name": "ios"
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
"name": "md"
|
|
2488
|
+
}
|
|
2489
|
+
]
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
"name": "theme",
|
|
2493
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1873
2494
|
"values": [
|
|
1874
2495
|
{
|
|
1875
2496
|
"name": "ios"
|
|
1876
2497
|
},
|
|
1877
2498
|
{
|
|
1878
2499
|
"name": "md"
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"name": "ionic"
|
|
1879
2503
|
}
|
|
1880
2504
|
]
|
|
1881
2505
|
}
|
|
@@ -1887,6 +2511,52 @@
|
|
|
1887
2511
|
}
|
|
1888
2512
|
]
|
|
1889
2513
|
},
|
|
2514
|
+
{
|
|
2515
|
+
"name": "ion-divider",
|
|
2516
|
+
"description": {
|
|
2517
|
+
"kind": "markdown",
|
|
2518
|
+
"value": ""
|
|
2519
|
+
},
|
|
2520
|
+
"attributes": [
|
|
2521
|
+
{
|
|
2522
|
+
"name": "inset",
|
|
2523
|
+
"description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`"
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"name": "spacing",
|
|
2527
|
+
"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\"`.",
|
|
2528
|
+
"values": [
|
|
2529
|
+
{
|
|
2530
|
+
"name": "large"
|
|
2531
|
+
},
|
|
2532
|
+
{
|
|
2533
|
+
"name": "medium"
|
|
2534
|
+
},
|
|
2535
|
+
{
|
|
2536
|
+
"name": "small"
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"name": "xlarge"
|
|
2540
|
+
},
|
|
2541
|
+
{
|
|
2542
|
+
"name": "xsmall"
|
|
2543
|
+
},
|
|
2544
|
+
{
|
|
2545
|
+
"name": "xxlarge"
|
|
2546
|
+
},
|
|
2547
|
+
{
|
|
2548
|
+
"name": "xxsmall"
|
|
2549
|
+
}
|
|
2550
|
+
]
|
|
2551
|
+
}
|
|
2552
|
+
],
|
|
2553
|
+
"references": [
|
|
2554
|
+
{
|
|
2555
|
+
"name": "Source code",
|
|
2556
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/divider/divider.tsx"
|
|
2557
|
+
}
|
|
2558
|
+
]
|
|
2559
|
+
},
|
|
1890
2560
|
{
|
|
1891
2561
|
"name": "ion-fab",
|
|
1892
2562
|
"description": {
|
|
@@ -1917,6 +2587,33 @@
|
|
|
1917
2587
|
}
|
|
1918
2588
|
]
|
|
1919
2589
|
},
|
|
2590
|
+
{
|
|
2591
|
+
"name": "mode",
|
|
2592
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2593
|
+
"values": [
|
|
2594
|
+
{
|
|
2595
|
+
"name": "ios"
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"name": "md"
|
|
2599
|
+
}
|
|
2600
|
+
]
|
|
2601
|
+
},
|
|
2602
|
+
{
|
|
2603
|
+
"name": "theme",
|
|
2604
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2605
|
+
"values": [
|
|
2606
|
+
{
|
|
2607
|
+
"name": "ios"
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
"name": "md"
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
"name": "ionic"
|
|
2614
|
+
}
|
|
2615
|
+
]
|
|
2616
|
+
},
|
|
1920
2617
|
{
|
|
1921
2618
|
"name": "vertical",
|
|
1922
2619
|
"description": "Where to align the fab vertically in the viewport.",
|
|
@@ -2002,7 +2699,7 @@
|
|
|
2002
2699
|
},
|
|
2003
2700
|
{
|
|
2004
2701
|
"name": "mode",
|
|
2005
|
-
"description": "The mode determines
|
|
2702
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2006
2703
|
"values": [
|
|
2007
2704
|
{
|
|
2008
2705
|
"name": "ios"
|
|
@@ -2052,9 +2749,24 @@
|
|
|
2052
2749
|
"name": "target",
|
|
2053
2750
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
2054
2751
|
},
|
|
2752
|
+
{
|
|
2753
|
+
"name": "theme",
|
|
2754
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2755
|
+
"values": [
|
|
2756
|
+
{
|
|
2757
|
+
"name": "ios"
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"name": "md"
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"name": "ionic"
|
|
2764
|
+
}
|
|
2765
|
+
]
|
|
2766
|
+
},
|
|
2055
2767
|
{
|
|
2056
2768
|
"name": "translucent",
|
|
2057
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
2769
|
+
"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
2770
|
},
|
|
2059
2771
|
{
|
|
2060
2772
|
"name": "type",
|
|
@@ -2090,6 +2802,18 @@
|
|
|
2090
2802
|
"name": "activated",
|
|
2091
2803
|
"description": "If `true`, the fab list will show all fab buttons in the list."
|
|
2092
2804
|
},
|
|
2805
|
+
{
|
|
2806
|
+
"name": "mode",
|
|
2807
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2808
|
+
"values": [
|
|
2809
|
+
{
|
|
2810
|
+
"name": "ios"
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"name": "md"
|
|
2814
|
+
}
|
|
2815
|
+
]
|
|
2816
|
+
},
|
|
2093
2817
|
{
|
|
2094
2818
|
"name": "side",
|
|
2095
2819
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -2107,6 +2831,21 @@
|
|
|
2107
2831
|
"name": "top"
|
|
2108
2832
|
}
|
|
2109
2833
|
]
|
|
2834
|
+
},
|
|
2835
|
+
{
|
|
2836
|
+
"name": "theme",
|
|
2837
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2838
|
+
"values": [
|
|
2839
|
+
{
|
|
2840
|
+
"name": "ios"
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"name": "md"
|
|
2844
|
+
},
|
|
2845
|
+
{
|
|
2846
|
+
"name": "ionic"
|
|
2847
|
+
}
|
|
2848
|
+
]
|
|
2110
2849
|
}
|
|
2111
2850
|
],
|
|
2112
2851
|
"references": [
|
|
@@ -2125,7 +2864,7 @@
|
|
|
2125
2864
|
"attributes": [
|
|
2126
2865
|
{
|
|
2127
2866
|
"name": "collapse",
|
|
2128
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
2867
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
|
|
2129
2868
|
"values": [
|
|
2130
2869
|
{
|
|
2131
2870
|
"name": "fade"
|
|
@@ -2134,19 +2873,34 @@
|
|
|
2134
2873
|
},
|
|
2135
2874
|
{
|
|
2136
2875
|
"name": "mode",
|
|
2137
|
-
"description": "The mode determines
|
|
2876
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2877
|
+
"values": [
|
|
2878
|
+
{
|
|
2879
|
+
"name": "ios"
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
"name": "md"
|
|
2883
|
+
}
|
|
2884
|
+
]
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
"name": "theme",
|
|
2888
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2138
2889
|
"values": [
|
|
2139
2890
|
{
|
|
2140
2891
|
"name": "ios"
|
|
2141
2892
|
},
|
|
2142
2893
|
{
|
|
2143
2894
|
"name": "md"
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"name": "ionic"
|
|
2144
2898
|
}
|
|
2145
2899
|
]
|
|
2146
2900
|
},
|
|
2147
2901
|
{
|
|
2148
2902
|
"name": "translucent",
|
|
2149
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
2903
|
+
"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
2904
|
}
|
|
2151
2905
|
],
|
|
2152
2906
|
"references": [
|
|
@@ -2166,6 +2920,33 @@
|
|
|
2166
2920
|
{
|
|
2167
2921
|
"name": "fixed",
|
|
2168
2922
|
"description": "If `true`, the grid will have a fixed width based on the screen size."
|
|
2923
|
+
},
|
|
2924
|
+
{
|
|
2925
|
+
"name": "mode",
|
|
2926
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2927
|
+
"values": [
|
|
2928
|
+
{
|
|
2929
|
+
"name": "ios"
|
|
2930
|
+
},
|
|
2931
|
+
{
|
|
2932
|
+
"name": "md"
|
|
2933
|
+
}
|
|
2934
|
+
]
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"name": "theme",
|
|
2938
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2939
|
+
"values": [
|
|
2940
|
+
{
|
|
2941
|
+
"name": "ios"
|
|
2942
|
+
},
|
|
2943
|
+
{
|
|
2944
|
+
"name": "md"
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
"name": "ionic"
|
|
2948
|
+
}
|
|
2949
|
+
]
|
|
2169
2950
|
}
|
|
2170
2951
|
],
|
|
2171
2952
|
"references": [
|
|
@@ -2184,7 +2965,7 @@
|
|
|
2184
2965
|
"attributes": [
|
|
2185
2966
|
{
|
|
2186
2967
|
"name": "collapse",
|
|
2187
|
-
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies
|
|
2968
|
+
"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
2969
|
"values": [
|
|
2189
2970
|
{
|
|
2190
2971
|
"name": "condense"
|
|
@@ -2194,21 +2975,40 @@
|
|
|
2194
2975
|
}
|
|
2195
2976
|
]
|
|
2196
2977
|
},
|
|
2978
|
+
{
|
|
2979
|
+
"name": "divider",
|
|
2980
|
+
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes"
|
|
2981
|
+
},
|
|
2197
2982
|
{
|
|
2198
2983
|
"name": "mode",
|
|
2199
|
-
"description": "The mode determines
|
|
2984
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2985
|
+
"values": [
|
|
2986
|
+
{
|
|
2987
|
+
"name": "ios"
|
|
2988
|
+
},
|
|
2989
|
+
{
|
|
2990
|
+
"name": "md"
|
|
2991
|
+
}
|
|
2992
|
+
]
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"name": "theme",
|
|
2996
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2200
2997
|
"values": [
|
|
2201
2998
|
{
|
|
2202
2999
|
"name": "ios"
|
|
2203
3000
|
},
|
|
2204
3001
|
{
|
|
2205
3002
|
"name": "md"
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
"name": "ionic"
|
|
2206
3006
|
}
|
|
2207
3007
|
]
|
|
2208
3008
|
},
|
|
2209
3009
|
{
|
|
2210
3010
|
"name": "translucent",
|
|
2211
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
3011
|
+
"description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content."
|
|
2212
3012
|
}
|
|
2213
3013
|
],
|
|
2214
3014
|
"references": [
|
|
@@ -2229,9 +3029,36 @@
|
|
|
2229
3029
|
"name": "alt",
|
|
2230
3030
|
"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
3031
|
},
|
|
3032
|
+
{
|
|
3033
|
+
"name": "mode",
|
|
3034
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3035
|
+
"values": [
|
|
3036
|
+
{
|
|
3037
|
+
"name": "ios"
|
|
3038
|
+
},
|
|
3039
|
+
{
|
|
3040
|
+
"name": "md"
|
|
3041
|
+
}
|
|
3042
|
+
]
|
|
3043
|
+
},
|
|
2232
3044
|
{
|
|
2233
3045
|
"name": "src",
|
|
2234
3046
|
"description": "The image URL. This attribute is mandatory for the `<img>` element."
|
|
3047
|
+
},
|
|
3048
|
+
{
|
|
3049
|
+
"name": "theme",
|
|
3050
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3051
|
+
"values": [
|
|
3052
|
+
{
|
|
3053
|
+
"name": "ios"
|
|
3054
|
+
},
|
|
3055
|
+
{
|
|
3056
|
+
"name": "md"
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
"name": "ionic"
|
|
3060
|
+
}
|
|
3061
|
+
]
|
|
2235
3062
|
}
|
|
2236
3063
|
],
|
|
2237
3064
|
"references": [
|
|
@@ -2252,6 +3079,18 @@
|
|
|
2252
3079
|
"name": "disabled",
|
|
2253
3080
|
"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
3081
|
},
|
|
3082
|
+
{
|
|
3083
|
+
"name": "mode",
|
|
3084
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3085
|
+
"values": [
|
|
3086
|
+
{
|
|
3087
|
+
"name": "ios"
|
|
3088
|
+
},
|
|
3089
|
+
{
|
|
3090
|
+
"name": "md"
|
|
3091
|
+
}
|
|
3092
|
+
]
|
|
3093
|
+
},
|
|
2255
3094
|
{
|
|
2256
3095
|
"name": "position",
|
|
2257
3096
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -2265,12 +3104,27 @@
|
|
|
2265
3104
|
]
|
|
2266
3105
|
},
|
|
2267
3106
|
{
|
|
2268
|
-
"name": "
|
|
2269
|
-
"description": "The
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
3107
|
+
"name": "theme",
|
|
3108
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3109
|
+
"values": [
|
|
3110
|
+
{
|
|
3111
|
+
"name": "ios"
|
|
3112
|
+
},
|
|
3113
|
+
{
|
|
3114
|
+
"name": "md"
|
|
3115
|
+
},
|
|
3116
|
+
{
|
|
3117
|
+
"name": "ionic"
|
|
3118
|
+
}
|
|
3119
|
+
]
|
|
3120
|
+
},
|
|
3121
|
+
{
|
|
3122
|
+
"name": "threshold",
|
|
3123
|
+
"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."
|
|
3124
|
+
}
|
|
3125
|
+
],
|
|
3126
|
+
"references": [
|
|
3127
|
+
{
|
|
2274
3128
|
"name": "Source code",
|
|
2275
3129
|
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/infinite-scroll/infinite-scroll.tsx"
|
|
2276
3130
|
}
|
|
@@ -2319,6 +3173,33 @@
|
|
|
2319
3173
|
{
|
|
2320
3174
|
"name": "loading-text",
|
|
2321
3175
|
"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."
|
|
3176
|
+
},
|
|
3177
|
+
{
|
|
3178
|
+
"name": "mode",
|
|
3179
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3180
|
+
"values": [
|
|
3181
|
+
{
|
|
3182
|
+
"name": "ios"
|
|
3183
|
+
},
|
|
3184
|
+
{
|
|
3185
|
+
"name": "md"
|
|
3186
|
+
}
|
|
3187
|
+
]
|
|
3188
|
+
},
|
|
3189
|
+
{
|
|
3190
|
+
"name": "theme",
|
|
3191
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3192
|
+
"values": [
|
|
3193
|
+
{
|
|
3194
|
+
"name": "ios"
|
|
3195
|
+
},
|
|
3196
|
+
{
|
|
3197
|
+
"name": "md"
|
|
3198
|
+
},
|
|
3199
|
+
{
|
|
3200
|
+
"name": "ionic"
|
|
3201
|
+
}
|
|
3202
|
+
]
|
|
2322
3203
|
}
|
|
2323
3204
|
],
|
|
2324
3205
|
"references": [
|
|
@@ -2346,80 +3227,74 @@
|
|
|
2346
3227
|
{
|
|
2347
3228
|
"name": "name"
|
|
2348
3229
|
},
|
|
2349
|
-
{
|
|
2350
|
-
"name": "email"
|
|
2351
|
-
},
|
|
2352
|
-
{
|
|
2353
|
-
"name": "tel"
|
|
2354
|
-
},
|
|
2355
3230
|
{
|
|
2356
3231
|
"name": "url"
|
|
2357
3232
|
},
|
|
2358
3233
|
{
|
|
2359
|
-
"name": "
|
|
3234
|
+
"name": "off"
|
|
2360
3235
|
},
|
|
2361
3236
|
{
|
|
2362
|
-
"name": "
|
|
3237
|
+
"name": "on"
|
|
2363
3238
|
},
|
|
2364
3239
|
{
|
|
2365
|
-
"name": "
|
|
3240
|
+
"name": "additional-name"
|
|
2366
3241
|
},
|
|
2367
3242
|
{
|
|
2368
|
-
"name": "
|
|
3243
|
+
"name": "address-level1"
|
|
2369
3244
|
},
|
|
2370
3245
|
{
|
|
2371
|
-
"name": "
|
|
3246
|
+
"name": "address-level2"
|
|
2372
3247
|
},
|
|
2373
3248
|
{
|
|
2374
|
-
"name": "
|
|
3249
|
+
"name": "address-level3"
|
|
2375
3250
|
},
|
|
2376
3251
|
{
|
|
2377
|
-
"name": "
|
|
3252
|
+
"name": "address-level4"
|
|
2378
3253
|
},
|
|
2379
3254
|
{
|
|
2380
|
-
"name": "
|
|
3255
|
+
"name": "address-line1"
|
|
2381
3256
|
},
|
|
2382
3257
|
{
|
|
2383
|
-
"name": "
|
|
3258
|
+
"name": "address-line2"
|
|
2384
3259
|
},
|
|
2385
3260
|
{
|
|
2386
|
-
"name": "
|
|
3261
|
+
"name": "address-line3"
|
|
2387
3262
|
},
|
|
2388
3263
|
{
|
|
2389
|
-
"name": "
|
|
3264
|
+
"name": "bday-day"
|
|
2390
3265
|
},
|
|
2391
3266
|
{
|
|
2392
|
-
"name": "
|
|
3267
|
+
"name": "bday-month"
|
|
2393
3268
|
},
|
|
2394
3269
|
{
|
|
2395
|
-
"name": "
|
|
3270
|
+
"name": "bday-year"
|
|
2396
3271
|
},
|
|
2397
3272
|
{
|
|
2398
|
-
"name": "
|
|
3273
|
+
"name": "cc-csc"
|
|
2399
3274
|
},
|
|
2400
3275
|
{
|
|
2401
|
-
"name": "
|
|
3276
|
+
"name": "cc-exp"
|
|
2402
3277
|
},
|
|
2403
3278
|
{
|
|
2404
|
-
"name": "
|
|
3279
|
+
"name": "cc-exp-month"
|
|
2405
3280
|
},
|
|
2406
3281
|
{
|
|
2407
|
-
"name": "
|
|
3282
|
+
"name": "cc-exp-year"
|
|
2408
3283
|
},
|
|
2409
3284
|
{
|
|
2410
|
-
"name": "
|
|
3285
|
+
"name": "cc-family-name"
|
|
2411
3286
|
},
|
|
2412
3287
|
{
|
|
2413
|
-
"name": "
|
|
3288
|
+
"name": "cc-given-name"
|
|
2414
3289
|
},
|
|
2415
3290
|
{
|
|
2416
|
-
"name": "
|
|
3291
|
+
"name": "cc-name"
|
|
2417
3292
|
},
|
|
2418
3293
|
{
|
|
2419
|
-
"name": "
|
|
3294
|
+
"name": "cc-number"
|
|
2420
3295
|
},
|
|
2421
3296
|
{
|
|
2422
|
-
"name": "
|
|
3297
|
+
"name": "cc-type"
|
|
2423
3298
|
},
|
|
2424
3299
|
{
|
|
2425
3300
|
"name": "country"
|
|
@@ -2428,76 +3303,82 @@
|
|
|
2428
3303
|
"name": "country-name"
|
|
2429
3304
|
},
|
|
2430
3305
|
{
|
|
2431
|
-
"name": "
|
|
3306
|
+
"name": "current-password"
|
|
2432
3307
|
},
|
|
2433
3308
|
{
|
|
2434
|
-
"name": "
|
|
3309
|
+
"name": "family-name"
|
|
2435
3310
|
},
|
|
2436
3311
|
{
|
|
2437
|
-
"name": "
|
|
3312
|
+
"name": "given-name"
|
|
2438
3313
|
},
|
|
2439
3314
|
{
|
|
2440
|
-
"name": "
|
|
3315
|
+
"name": "honorific-prefix"
|
|
2441
3316
|
},
|
|
2442
3317
|
{
|
|
2443
|
-
"name": "
|
|
3318
|
+
"name": "honorific-suffix"
|
|
2444
3319
|
},
|
|
2445
3320
|
{
|
|
2446
|
-
"name": "
|
|
3321
|
+
"name": "new-password"
|
|
2447
3322
|
},
|
|
2448
3323
|
{
|
|
2449
|
-
"name": "
|
|
3324
|
+
"name": "one-time-code"
|
|
2450
3325
|
},
|
|
2451
3326
|
{
|
|
2452
|
-
"name": "
|
|
3327
|
+
"name": "organization"
|
|
2453
3328
|
},
|
|
2454
3329
|
{
|
|
2455
|
-
"name": "
|
|
3330
|
+
"name": "postal-code"
|
|
2456
3331
|
},
|
|
2457
3332
|
{
|
|
2458
|
-
"name": "
|
|
3333
|
+
"name": "street-address"
|
|
2459
3334
|
},
|
|
2460
3335
|
{
|
|
2461
|
-
"name": "
|
|
3336
|
+
"name": "transaction-amount"
|
|
2462
3337
|
},
|
|
2463
3338
|
{
|
|
2464
3339
|
"name": "transaction-currency"
|
|
2465
3340
|
},
|
|
2466
3341
|
{
|
|
2467
|
-
"name": "
|
|
3342
|
+
"name": "username"
|
|
2468
3343
|
},
|
|
2469
3344
|
{
|
|
2470
|
-
"name": "
|
|
3345
|
+
"name": "email"
|
|
2471
3346
|
},
|
|
2472
3347
|
{
|
|
2473
|
-
"name": "
|
|
3348
|
+
"name": "tel"
|
|
2474
3349
|
},
|
|
2475
3350
|
{
|
|
2476
|
-
"name": "
|
|
3351
|
+
"name": "tel-area-code"
|
|
2477
3352
|
},
|
|
2478
3353
|
{
|
|
2479
|
-
"name": "
|
|
3354
|
+
"name": "tel-country-code"
|
|
2480
3355
|
},
|
|
2481
3356
|
{
|
|
2482
|
-
"name": "
|
|
3357
|
+
"name": "tel-extension"
|
|
2483
3358
|
},
|
|
2484
3359
|
{
|
|
2485
|
-
"name": "
|
|
3360
|
+
"name": "tel-local"
|
|
2486
3361
|
},
|
|
2487
3362
|
{
|
|
2488
|
-
"name": "tel-
|
|
3363
|
+
"name": "tel-national"
|
|
2489
3364
|
},
|
|
2490
3365
|
{
|
|
2491
|
-
"name": "
|
|
3366
|
+
"name": "nickname"
|
|
2492
3367
|
},
|
|
2493
3368
|
{
|
|
2494
|
-
"name": "
|
|
3369
|
+
"name": "organization-title"
|
|
2495
3370
|
},
|
|
2496
3371
|
{
|
|
2497
|
-
"name": "
|
|
3372
|
+
"name": "cc-additional-name"
|
|
2498
3373
|
},
|
|
2499
3374
|
{
|
|
2500
|
-
"name": "
|
|
3375
|
+
"name": "language"
|
|
3376
|
+
},
|
|
3377
|
+
{
|
|
3378
|
+
"name": "bday"
|
|
3379
|
+
},
|
|
3380
|
+
{
|
|
3381
|
+
"name": "sex"
|
|
2501
3382
|
},
|
|
2502
3383
|
{
|
|
2503
3384
|
"name": "impp"
|
|
@@ -2617,7 +3498,7 @@
|
|
|
2617
3498
|
},
|
|
2618
3499
|
{
|
|
2619
3500
|
"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
|
|
3501
|
+
"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
3502
|
"values": [
|
|
2622
3503
|
{
|
|
2623
3504
|
"name": "outline"
|
|
@@ -2667,7 +3548,7 @@
|
|
|
2667
3548
|
},
|
|
2668
3549
|
{
|
|
2669
3550
|
"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 (\"...\").",
|
|
3551
|
+
"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
3552
|
"values": [
|
|
2672
3553
|
{
|
|
2673
3554
|
"name": "end"
|
|
@@ -2704,7 +3585,7 @@
|
|
|
2704
3585
|
},
|
|
2705
3586
|
{
|
|
2706
3587
|
"name": "mode",
|
|
2707
|
-
"description": "The mode determines
|
|
3588
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2708
3589
|
"values": [
|
|
2709
3590
|
{
|
|
2710
3591
|
"name": "ios"
|
|
@@ -2740,10 +3621,31 @@
|
|
|
2740
3621
|
},
|
|
2741
3622
|
{
|
|
2742
3623
|
"name": "shape",
|
|
2743
|
-
"description": "
|
|
3624
|
+
"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
3625
|
"values": [
|
|
3626
|
+
{
|
|
3627
|
+
"name": "rectangular"
|
|
3628
|
+
},
|
|
2745
3629
|
{
|
|
2746
3630
|
"name": "round"
|
|
3631
|
+
},
|
|
3632
|
+
{
|
|
3633
|
+
"name": "soft"
|
|
3634
|
+
}
|
|
3635
|
+
]
|
|
3636
|
+
},
|
|
3637
|
+
{
|
|
3638
|
+
"name": "size",
|
|
3639
|
+
"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.",
|
|
3640
|
+
"values": [
|
|
3641
|
+
{
|
|
3642
|
+
"name": "large"
|
|
3643
|
+
},
|
|
3644
|
+
{
|
|
3645
|
+
"name": "medium"
|
|
3646
|
+
},
|
|
3647
|
+
{
|
|
3648
|
+
"name": "xlarge"
|
|
2747
3649
|
}
|
|
2748
3650
|
]
|
|
2749
3651
|
},
|
|
@@ -2755,6 +3657,21 @@
|
|
|
2755
3657
|
"name": "step",
|
|
2756
3658
|
"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
3659
|
},
|
|
3660
|
+
{
|
|
3661
|
+
"name": "theme",
|
|
3662
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3663
|
+
"values": [
|
|
3664
|
+
{
|
|
3665
|
+
"name": "ios"
|
|
3666
|
+
},
|
|
3667
|
+
{
|
|
3668
|
+
"name": "md"
|
|
3669
|
+
},
|
|
3670
|
+
{
|
|
3671
|
+
"name": "ionic"
|
|
3672
|
+
}
|
|
3673
|
+
]
|
|
3674
|
+
},
|
|
2758
3675
|
{
|
|
2759
3676
|
"name": "type",
|
|
2760
3677
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -3083,7 +4000,7 @@
|
|
|
3083
4000
|
},
|
|
3084
4001
|
{
|
|
3085
4002
|
"name": "detail",
|
|
3086
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
4003
|
+
"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
4004
|
},
|
|
3088
4005
|
{
|
|
3089
4006
|
"name": "detail-icon",
|
|
@@ -3118,7 +4035,7 @@
|
|
|
3118
4035
|
},
|
|
3119
4036
|
{
|
|
3120
4037
|
"name": "mode",
|
|
3121
|
-
"description": "The mode determines
|
|
4038
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3122
4039
|
"values": [
|
|
3123
4040
|
{
|
|
3124
4041
|
"name": "ios"
|
|
@@ -3155,6 +4072,21 @@
|
|
|
3155
4072
|
"name": "target",
|
|
3156
4073
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
3157
4074
|
},
|
|
4075
|
+
{
|
|
4076
|
+
"name": "theme",
|
|
4077
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4078
|
+
"values": [
|
|
4079
|
+
{
|
|
4080
|
+
"name": "ios"
|
|
4081
|
+
},
|
|
4082
|
+
{
|
|
4083
|
+
"name": "md"
|
|
4084
|
+
},
|
|
4085
|
+
{
|
|
4086
|
+
"name": "ionic"
|
|
4087
|
+
}
|
|
4088
|
+
]
|
|
4089
|
+
},
|
|
3158
4090
|
{
|
|
3159
4091
|
"name": "type",
|
|
3160
4092
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -3220,7 +4152,7 @@
|
|
|
3220
4152
|
},
|
|
3221
4153
|
{
|
|
3222
4154
|
"name": "mode",
|
|
3223
|
-
"description": "The mode determines
|
|
4155
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3224
4156
|
"values": [
|
|
3225
4157
|
{
|
|
3226
4158
|
"name": "ios"
|
|
@@ -3233,6 +4165,21 @@
|
|
|
3233
4165
|
{
|
|
3234
4166
|
"name": "sticky",
|
|
3235
4167
|
"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"
|
|
4168
|
+
},
|
|
4169
|
+
{
|
|
4170
|
+
"name": "theme",
|
|
4171
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4172
|
+
"values": [
|
|
4173
|
+
{
|
|
4174
|
+
"name": "ios"
|
|
4175
|
+
},
|
|
4176
|
+
{
|
|
4177
|
+
"name": "md"
|
|
4178
|
+
},
|
|
4179
|
+
{
|
|
4180
|
+
"name": "ionic"
|
|
4181
|
+
}
|
|
4182
|
+
]
|
|
3236
4183
|
}
|
|
3237
4184
|
],
|
|
3238
4185
|
"references": [
|
|
@@ -3248,7 +4195,35 @@
|
|
|
3248
4195
|
"kind": "markdown",
|
|
3249
4196
|
"value": ""
|
|
3250
4197
|
},
|
|
3251
|
-
"attributes": [
|
|
4198
|
+
"attributes": [
|
|
4199
|
+
{
|
|
4200
|
+
"name": "mode",
|
|
4201
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4202
|
+
"values": [
|
|
4203
|
+
{
|
|
4204
|
+
"name": "ios"
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"name": "md"
|
|
4208
|
+
}
|
|
4209
|
+
]
|
|
4210
|
+
},
|
|
4211
|
+
{
|
|
4212
|
+
"name": "theme",
|
|
4213
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4214
|
+
"values": [
|
|
4215
|
+
{
|
|
4216
|
+
"name": "ios"
|
|
4217
|
+
},
|
|
4218
|
+
{
|
|
4219
|
+
"name": "md"
|
|
4220
|
+
},
|
|
4221
|
+
{
|
|
4222
|
+
"name": "ionic"
|
|
4223
|
+
}
|
|
4224
|
+
]
|
|
4225
|
+
}
|
|
4226
|
+
],
|
|
3252
4227
|
"references": [
|
|
3253
4228
|
{
|
|
3254
4229
|
"name": "Source code",
|
|
@@ -3312,9 +4287,21 @@
|
|
|
3312
4287
|
"name": "href",
|
|
3313
4288
|
"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
4289
|
},
|
|
4290
|
+
{
|
|
4291
|
+
"name": "hue",
|
|
4292
|
+
"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.",
|
|
4293
|
+
"values": [
|
|
4294
|
+
{
|
|
4295
|
+
"name": "bold"
|
|
4296
|
+
},
|
|
4297
|
+
{
|
|
4298
|
+
"name": "subtle"
|
|
4299
|
+
}
|
|
4300
|
+
]
|
|
4301
|
+
},
|
|
3315
4302
|
{
|
|
3316
4303
|
"name": "mode",
|
|
3317
|
-
"description": "The mode determines
|
|
4304
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3318
4305
|
"values": [
|
|
3319
4306
|
{
|
|
3320
4307
|
"name": "ios"
|
|
@@ -3328,19 +4315,49 @@
|
|
|
3328
4315
|
"name": "rel",
|
|
3329
4316
|
"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
4317
|
},
|
|
4318
|
+
{
|
|
4319
|
+
"name": "shape",
|
|
4320
|
+
"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.",
|
|
4321
|
+
"values": [
|
|
4322
|
+
{
|
|
4323
|
+
"name": "rectangular"
|
|
4324
|
+
},
|
|
4325
|
+
{
|
|
4326
|
+
"name": "round"
|
|
4327
|
+
},
|
|
4328
|
+
{
|
|
4329
|
+
"name": "soft"
|
|
4330
|
+
}
|
|
4331
|
+
]
|
|
4332
|
+
},
|
|
3331
4333
|
{
|
|
3332
4334
|
"name": "target",
|
|
3333
4335
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
3334
4336
|
},
|
|
3335
4337
|
{
|
|
3336
|
-
"name": "
|
|
3337
|
-
"description": "The
|
|
4338
|
+
"name": "theme",
|
|
4339
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3338
4340
|
"values": [
|
|
3339
4341
|
{
|
|
3340
|
-
"name": "
|
|
4342
|
+
"name": "ios"
|
|
3341
4343
|
},
|
|
3342
4344
|
{
|
|
3343
|
-
"name": "
|
|
4345
|
+
"name": "md"
|
|
4346
|
+
},
|
|
4347
|
+
{
|
|
4348
|
+
"name": "ionic"
|
|
4349
|
+
}
|
|
4350
|
+
]
|
|
4351
|
+
},
|
|
4352
|
+
{
|
|
4353
|
+
"name": "type",
|
|
4354
|
+
"description": "The type of the button.",
|
|
4355
|
+
"values": [
|
|
4356
|
+
{
|
|
4357
|
+
"name": "button"
|
|
4358
|
+
},
|
|
4359
|
+
{
|
|
4360
|
+
"name": "reset"
|
|
3344
4361
|
},
|
|
3345
4362
|
{
|
|
3346
4363
|
"name": "submit"
|
|
@@ -3362,6 +4379,18 @@
|
|
|
3362
4379
|
"value": ""
|
|
3363
4380
|
},
|
|
3364
4381
|
"attributes": [
|
|
4382
|
+
{
|
|
4383
|
+
"name": "mode",
|
|
4384
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4385
|
+
"values": [
|
|
4386
|
+
{
|
|
4387
|
+
"name": "ios"
|
|
4388
|
+
},
|
|
4389
|
+
{
|
|
4390
|
+
"name": "md"
|
|
4391
|
+
}
|
|
4392
|
+
]
|
|
4393
|
+
},
|
|
3365
4394
|
{
|
|
3366
4395
|
"name": "side",
|
|
3367
4396
|
"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 +4402,21 @@
|
|
|
3373
4402
|
"name": "start"
|
|
3374
4403
|
}
|
|
3375
4404
|
]
|
|
4405
|
+
},
|
|
4406
|
+
{
|
|
4407
|
+
"name": "theme",
|
|
4408
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4409
|
+
"values": [
|
|
4410
|
+
{
|
|
4411
|
+
"name": "ios"
|
|
4412
|
+
},
|
|
4413
|
+
{
|
|
4414
|
+
"name": "md"
|
|
4415
|
+
},
|
|
4416
|
+
{
|
|
4417
|
+
"name": "ionic"
|
|
4418
|
+
}
|
|
4419
|
+
]
|
|
3376
4420
|
}
|
|
3377
4421
|
],
|
|
3378
4422
|
"references": [
|
|
@@ -3392,6 +4436,33 @@
|
|
|
3392
4436
|
{
|
|
3393
4437
|
"name": "disabled",
|
|
3394
4438
|
"description": "If `true`, the user cannot interact with the sliding item."
|
|
4439
|
+
},
|
|
4440
|
+
{
|
|
4441
|
+
"name": "mode",
|
|
4442
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4443
|
+
"values": [
|
|
4444
|
+
{
|
|
4445
|
+
"name": "ios"
|
|
4446
|
+
},
|
|
4447
|
+
{
|
|
4448
|
+
"name": "md"
|
|
4449
|
+
}
|
|
4450
|
+
]
|
|
4451
|
+
},
|
|
4452
|
+
{
|
|
4453
|
+
"name": "theme",
|
|
4454
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4455
|
+
"values": [
|
|
4456
|
+
{
|
|
4457
|
+
"name": "ios"
|
|
4458
|
+
},
|
|
4459
|
+
{
|
|
4460
|
+
"name": "md"
|
|
4461
|
+
},
|
|
4462
|
+
{
|
|
4463
|
+
"name": "ionic"
|
|
4464
|
+
}
|
|
4465
|
+
]
|
|
3395
4466
|
}
|
|
3396
4467
|
],
|
|
3397
4468
|
"references": [
|
|
@@ -3443,7 +4514,7 @@
|
|
|
3443
4514
|
},
|
|
3444
4515
|
{
|
|
3445
4516
|
"name": "mode",
|
|
3446
|
-
"description": "The mode determines
|
|
4517
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3447
4518
|
"values": [
|
|
3448
4519
|
{
|
|
3449
4520
|
"name": "ios"
|
|
@@ -3467,6 +4538,21 @@
|
|
|
3467
4538
|
"name": "stacked"
|
|
3468
4539
|
}
|
|
3469
4540
|
]
|
|
4541
|
+
},
|
|
4542
|
+
{
|
|
4543
|
+
"name": "theme",
|
|
4544
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4545
|
+
"values": [
|
|
4546
|
+
{
|
|
4547
|
+
"name": "ios"
|
|
4548
|
+
},
|
|
4549
|
+
{
|
|
4550
|
+
"name": "md"
|
|
4551
|
+
},
|
|
4552
|
+
{
|
|
4553
|
+
"name": "ionic"
|
|
4554
|
+
}
|
|
4555
|
+
]
|
|
3470
4556
|
}
|
|
3471
4557
|
],
|
|
3472
4558
|
"references": [
|
|
@@ -3504,13 +4590,43 @@
|
|
|
3504
4590
|
},
|
|
3505
4591
|
{
|
|
3506
4592
|
"name": "mode",
|
|
3507
|
-
"description": "The mode determines
|
|
4593
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4594
|
+
"values": [
|
|
4595
|
+
{
|
|
4596
|
+
"name": "ios"
|
|
4597
|
+
},
|
|
4598
|
+
{
|
|
4599
|
+
"name": "md"
|
|
4600
|
+
}
|
|
4601
|
+
]
|
|
4602
|
+
},
|
|
4603
|
+
{
|
|
4604
|
+
"name": "shape",
|
|
4605
|
+
"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.",
|
|
4606
|
+
"values": [
|
|
4607
|
+
{
|
|
4608
|
+
"name": "rectangular"
|
|
4609
|
+
},
|
|
4610
|
+
{
|
|
4611
|
+
"name": "round"
|
|
4612
|
+
},
|
|
4613
|
+
{
|
|
4614
|
+
"name": "soft"
|
|
4615
|
+
}
|
|
4616
|
+
]
|
|
4617
|
+
},
|
|
4618
|
+
{
|
|
4619
|
+
"name": "theme",
|
|
4620
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3508
4621
|
"values": [
|
|
3509
4622
|
{
|
|
3510
4623
|
"name": "ios"
|
|
3511
4624
|
},
|
|
3512
4625
|
{
|
|
3513
4626
|
"name": "md"
|
|
4627
|
+
},
|
|
4628
|
+
{
|
|
4629
|
+
"name": "ionic"
|
|
3514
4630
|
}
|
|
3515
4631
|
]
|
|
3516
4632
|
}
|
|
@@ -3579,13 +4695,28 @@
|
|
|
3579
4695
|
},
|
|
3580
4696
|
{
|
|
3581
4697
|
"name": "mode",
|
|
3582
|
-
"description": "The mode determines
|
|
4698
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4699
|
+
"values": [
|
|
4700
|
+
{
|
|
4701
|
+
"name": "ios"
|
|
4702
|
+
},
|
|
4703
|
+
{
|
|
4704
|
+
"name": "md"
|
|
4705
|
+
}
|
|
4706
|
+
]
|
|
4707
|
+
},
|
|
4708
|
+
{
|
|
4709
|
+
"name": "theme",
|
|
4710
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3583
4711
|
"values": [
|
|
3584
4712
|
{
|
|
3585
4713
|
"name": "ios"
|
|
3586
4714
|
},
|
|
3587
4715
|
{
|
|
3588
4716
|
"name": "md"
|
|
4717
|
+
},
|
|
4718
|
+
{
|
|
4719
|
+
"name": "ionic"
|
|
3589
4720
|
}
|
|
3590
4721
|
]
|
|
3591
4722
|
}
|
|
@@ -3646,7 +4777,7 @@
|
|
|
3646
4777
|
},
|
|
3647
4778
|
{
|
|
3648
4779
|
"name": "mode",
|
|
3649
|
-
"description": "The mode determines
|
|
4780
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3650
4781
|
"values": [
|
|
3651
4782
|
{
|
|
3652
4783
|
"name": "ios"
|
|
@@ -3693,9 +4824,24 @@
|
|
|
3693
4824
|
}
|
|
3694
4825
|
]
|
|
3695
4826
|
},
|
|
4827
|
+
{
|
|
4828
|
+
"name": "theme",
|
|
4829
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4830
|
+
"values": [
|
|
4831
|
+
{
|
|
4832
|
+
"name": "ios"
|
|
4833
|
+
},
|
|
4834
|
+
{
|
|
4835
|
+
"name": "md"
|
|
4836
|
+
},
|
|
4837
|
+
{
|
|
4838
|
+
"name": "ionic"
|
|
4839
|
+
}
|
|
4840
|
+
]
|
|
4841
|
+
},
|
|
3696
4842
|
{
|
|
3697
4843
|
"name": "translucent",
|
|
3698
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
4844
|
+
"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
4845
|
},
|
|
3700
4846
|
{
|
|
3701
4847
|
"name": "trigger",
|
|
@@ -3732,6 +4878,18 @@
|
|
|
3732
4878
|
"name": "menu-id",
|
|
3733
4879
|
"description": "An id for the menu."
|
|
3734
4880
|
},
|
|
4881
|
+
{
|
|
4882
|
+
"name": "mode",
|
|
4883
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4884
|
+
"values": [
|
|
4885
|
+
{
|
|
4886
|
+
"name": "ios"
|
|
4887
|
+
},
|
|
4888
|
+
{
|
|
4889
|
+
"name": "md"
|
|
4890
|
+
}
|
|
4891
|
+
]
|
|
4892
|
+
},
|
|
3735
4893
|
{
|
|
3736
4894
|
"name": "side",
|
|
3737
4895
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -3748,6 +4906,21 @@
|
|
|
3748
4906
|
"name": "swipe-gesture",
|
|
3749
4907
|
"description": "If `true`, swiping the menu is enabled."
|
|
3750
4908
|
},
|
|
4909
|
+
{
|
|
4910
|
+
"name": "theme",
|
|
4911
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4912
|
+
"values": [
|
|
4913
|
+
{
|
|
4914
|
+
"name": "ios"
|
|
4915
|
+
},
|
|
4916
|
+
{
|
|
4917
|
+
"name": "md"
|
|
4918
|
+
},
|
|
4919
|
+
{
|
|
4920
|
+
"name": "ionic"
|
|
4921
|
+
}
|
|
4922
|
+
]
|
|
4923
|
+
},
|
|
3751
4924
|
{
|
|
3752
4925
|
"name": "type",
|
|
3753
4926
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -3825,13 +4998,28 @@
|
|
|
3825
4998
|
},
|
|
3826
4999
|
{
|
|
3827
5000
|
"name": "mode",
|
|
3828
|
-
"description": "The mode determines
|
|
5001
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5002
|
+
"values": [
|
|
5003
|
+
{
|
|
5004
|
+
"name": "ios"
|
|
5005
|
+
},
|
|
5006
|
+
{
|
|
5007
|
+
"name": "md"
|
|
5008
|
+
}
|
|
5009
|
+
]
|
|
5010
|
+
},
|
|
5011
|
+
{
|
|
5012
|
+
"name": "theme",
|
|
5013
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3829
5014
|
"values": [
|
|
3830
5015
|
{
|
|
3831
5016
|
"name": "ios"
|
|
3832
5017
|
},
|
|
3833
5018
|
{
|
|
3834
5019
|
"name": "md"
|
|
5020
|
+
},
|
|
5021
|
+
{
|
|
5022
|
+
"name": "ionic"
|
|
3835
5023
|
}
|
|
3836
5024
|
]
|
|
3837
5025
|
},
|
|
@@ -3872,6 +5060,33 @@
|
|
|
3872
5060
|
{
|
|
3873
5061
|
"name": "menu",
|
|
3874
5062
|
"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."
|
|
5063
|
+
},
|
|
5064
|
+
{
|
|
5065
|
+
"name": "mode",
|
|
5066
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5067
|
+
"values": [
|
|
5068
|
+
{
|
|
5069
|
+
"name": "ios"
|
|
5070
|
+
},
|
|
5071
|
+
{
|
|
5072
|
+
"name": "md"
|
|
5073
|
+
}
|
|
5074
|
+
]
|
|
5075
|
+
},
|
|
5076
|
+
{
|
|
5077
|
+
"name": "theme",
|
|
5078
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5079
|
+
"values": [
|
|
5080
|
+
{
|
|
5081
|
+
"name": "ios"
|
|
5082
|
+
},
|
|
5083
|
+
{
|
|
5084
|
+
"name": "md"
|
|
5085
|
+
},
|
|
5086
|
+
{
|
|
5087
|
+
"name": "ionic"
|
|
5088
|
+
}
|
|
5089
|
+
]
|
|
3875
5090
|
}
|
|
3876
5091
|
],
|
|
3877
5092
|
"references": [
|
|
@@ -3962,7 +5177,7 @@
|
|
|
3962
5177
|
},
|
|
3963
5178
|
{
|
|
3964
5179
|
"name": "mode",
|
|
3965
|
-
"description": "The mode determines
|
|
5180
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3966
5181
|
"values": [
|
|
3967
5182
|
{
|
|
3968
5183
|
"name": "ios"
|
|
@@ -3976,10 +5191,40 @@
|
|
|
3976
5191
|
"name": "presenting-element",
|
|
3977
5192
|
"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
5193
|
},
|
|
5194
|
+
{
|
|
5195
|
+
"name": "shape",
|
|
5196
|
+
"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.",
|
|
5197
|
+
"values": [
|
|
5198
|
+
{
|
|
5199
|
+
"name": "rectangular"
|
|
5200
|
+
},
|
|
5201
|
+
{
|
|
5202
|
+
"name": "round"
|
|
5203
|
+
},
|
|
5204
|
+
{
|
|
5205
|
+
"name": "soft"
|
|
5206
|
+
}
|
|
5207
|
+
]
|
|
5208
|
+
},
|
|
3979
5209
|
{
|
|
3980
5210
|
"name": "show-backdrop",
|
|
3981
5211
|
"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
5212
|
},
|
|
5213
|
+
{
|
|
5214
|
+
"name": "theme",
|
|
5215
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5216
|
+
"values": [
|
|
5217
|
+
{
|
|
5218
|
+
"name": "ios"
|
|
5219
|
+
},
|
|
5220
|
+
{
|
|
5221
|
+
"name": "md"
|
|
5222
|
+
},
|
|
5223
|
+
{
|
|
5224
|
+
"name": "ionic"
|
|
5225
|
+
}
|
|
5226
|
+
]
|
|
5227
|
+
},
|
|
3983
5228
|
{
|
|
3984
5229
|
"name": "trigger",
|
|
3985
5230
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked."
|
|
@@ -4005,7 +5250,19 @@
|
|
|
4005
5250
|
},
|
|
4006
5251
|
{
|
|
4007
5252
|
"name": "animation",
|
|
4008
|
-
"description": "By default `ion-nav` animates transition between pages based
|
|
5253
|
+
"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."
|
|
5254
|
+
},
|
|
5255
|
+
{
|
|
5256
|
+
"name": "mode",
|
|
5257
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5258
|
+
"values": [
|
|
5259
|
+
{
|
|
5260
|
+
"name": "ios"
|
|
5261
|
+
},
|
|
5262
|
+
{
|
|
5263
|
+
"name": "md"
|
|
5264
|
+
}
|
|
5265
|
+
]
|
|
4009
5266
|
},
|
|
4010
5267
|
{
|
|
4011
5268
|
"name": "root",
|
|
@@ -4018,6 +5275,21 @@
|
|
|
4018
5275
|
{
|
|
4019
5276
|
"name": "swipe-gesture",
|
|
4020
5277
|
"description": "If the nav component should allow for swipe-to-go-back."
|
|
5278
|
+
},
|
|
5279
|
+
{
|
|
5280
|
+
"name": "theme",
|
|
5281
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5282
|
+
"values": [
|
|
5283
|
+
{
|
|
5284
|
+
"name": "ios"
|
|
5285
|
+
},
|
|
5286
|
+
{
|
|
5287
|
+
"name": "md"
|
|
5288
|
+
},
|
|
5289
|
+
{
|
|
5290
|
+
"name": "ionic"
|
|
5291
|
+
}
|
|
5292
|
+
]
|
|
4021
5293
|
}
|
|
4022
5294
|
],
|
|
4023
5295
|
"references": [
|
|
@@ -4042,6 +5314,18 @@
|
|
|
4042
5314
|
"name": "component-props",
|
|
4043
5315
|
"description": "Data you want to pass to the component as props. Only used if the `\"routerDirection\"` is `\"forward\"` or `\"root\"`."
|
|
4044
5316
|
},
|
|
5317
|
+
{
|
|
5318
|
+
"name": "mode",
|
|
5319
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5320
|
+
"values": [
|
|
5321
|
+
{
|
|
5322
|
+
"name": "ios"
|
|
5323
|
+
},
|
|
5324
|
+
{
|
|
5325
|
+
"name": "md"
|
|
5326
|
+
}
|
|
5327
|
+
]
|
|
5328
|
+
},
|
|
4045
5329
|
{
|
|
4046
5330
|
"name": "router-animation",
|
|
4047
5331
|
"description": "The transition animation when navigating to another page."
|
|
@@ -4060,16 +5344,31 @@
|
|
|
4060
5344
|
"name": "root"
|
|
4061
5345
|
}
|
|
4062
5346
|
]
|
|
4063
|
-
}
|
|
4064
|
-
],
|
|
4065
|
-
"references": [
|
|
5347
|
+
},
|
|
4066
5348
|
{
|
|
4067
|
-
"name": "
|
|
4068
|
-
"
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
5349
|
+
"name": "theme",
|
|
5350
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5351
|
+
"values": [
|
|
5352
|
+
{
|
|
5353
|
+
"name": "ios"
|
|
5354
|
+
},
|
|
5355
|
+
{
|
|
5356
|
+
"name": "md"
|
|
5357
|
+
},
|
|
5358
|
+
{
|
|
5359
|
+
"name": "ionic"
|
|
5360
|
+
}
|
|
5361
|
+
]
|
|
5362
|
+
}
|
|
5363
|
+
],
|
|
5364
|
+
"references": [
|
|
5365
|
+
{
|
|
5366
|
+
"name": "Source code",
|
|
5367
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/nav-link/nav-link.tsx"
|
|
5368
|
+
}
|
|
5369
|
+
]
|
|
5370
|
+
},
|
|
5371
|
+
{
|
|
4073
5372
|
"name": "ion-note",
|
|
4074
5373
|
"description": {
|
|
4075
5374
|
"kind": "markdown",
|
|
@@ -4111,7 +5410,7 @@
|
|
|
4111
5410
|
},
|
|
4112
5411
|
{
|
|
4113
5412
|
"name": "mode",
|
|
4114
|
-
"description": "The mode determines
|
|
5413
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4115
5414
|
"values": [
|
|
4116
5415
|
{
|
|
4117
5416
|
"name": "ios"
|
|
@@ -4120,6 +5419,21 @@
|
|
|
4120
5419
|
"name": "md"
|
|
4121
5420
|
}
|
|
4122
5421
|
]
|
|
5422
|
+
},
|
|
5423
|
+
{
|
|
5424
|
+
"name": "theme",
|
|
5425
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5426
|
+
"values": [
|
|
5427
|
+
{
|
|
5428
|
+
"name": "ios"
|
|
5429
|
+
},
|
|
5430
|
+
{
|
|
5431
|
+
"name": "md"
|
|
5432
|
+
},
|
|
5433
|
+
{
|
|
5434
|
+
"name": "ionic"
|
|
5435
|
+
}
|
|
5436
|
+
]
|
|
4123
5437
|
}
|
|
4124
5438
|
],
|
|
4125
5439
|
"references": [
|
|
@@ -4138,7 +5452,7 @@
|
|
|
4138
5452
|
"attributes": [
|
|
4139
5453
|
{
|
|
4140
5454
|
"name": "mode",
|
|
4141
|
-
"description": "The mode determines
|
|
5455
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4142
5456
|
"values": [
|
|
4143
5457
|
{
|
|
4144
5458
|
"name": "ios"
|
|
@@ -4147,6 +5461,21 @@
|
|
|
4147
5461
|
"name": "md"
|
|
4148
5462
|
}
|
|
4149
5463
|
]
|
|
5464
|
+
},
|
|
5465
|
+
{
|
|
5466
|
+
"name": "theme",
|
|
5467
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5468
|
+
"values": [
|
|
5469
|
+
{
|
|
5470
|
+
"name": "ios"
|
|
5471
|
+
},
|
|
5472
|
+
{
|
|
5473
|
+
"name": "md"
|
|
5474
|
+
},
|
|
5475
|
+
{
|
|
5476
|
+
"name": "ionic"
|
|
5477
|
+
}
|
|
5478
|
+
]
|
|
4150
5479
|
}
|
|
4151
5480
|
],
|
|
4152
5481
|
"references": [
|
|
@@ -4202,13 +5531,28 @@
|
|
|
4202
5531
|
},
|
|
4203
5532
|
{
|
|
4204
5533
|
"name": "mode",
|
|
4205
|
-
"description": "The mode determines
|
|
5534
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5535
|
+
"values": [
|
|
5536
|
+
{
|
|
5537
|
+
"name": "ios"
|
|
5538
|
+
},
|
|
5539
|
+
{
|
|
5540
|
+
"name": "md"
|
|
5541
|
+
}
|
|
5542
|
+
]
|
|
5543
|
+
},
|
|
5544
|
+
{
|
|
5545
|
+
"name": "theme",
|
|
5546
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4206
5547
|
"values": [
|
|
4207
5548
|
{
|
|
4208
5549
|
"name": "ios"
|
|
4209
5550
|
},
|
|
4210
5551
|
{
|
|
4211
5552
|
"name": "md"
|
|
5553
|
+
},
|
|
5554
|
+
{
|
|
5555
|
+
"name": "ionic"
|
|
4212
5556
|
}
|
|
4213
5557
|
]
|
|
4214
5558
|
},
|
|
@@ -4268,6 +5612,33 @@
|
|
|
4268
5612
|
"name": "disabled",
|
|
4269
5613
|
"description": "If `true`, the user cannot interact with the picker column option."
|
|
4270
5614
|
},
|
|
5615
|
+
{
|
|
5616
|
+
"name": "mode",
|
|
5617
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5618
|
+
"values": [
|
|
5619
|
+
{
|
|
5620
|
+
"name": "ios"
|
|
5621
|
+
},
|
|
5622
|
+
{
|
|
5623
|
+
"name": "md"
|
|
5624
|
+
}
|
|
5625
|
+
]
|
|
5626
|
+
},
|
|
5627
|
+
{
|
|
5628
|
+
"name": "theme",
|
|
5629
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5630
|
+
"values": [
|
|
5631
|
+
{
|
|
5632
|
+
"name": "ios"
|
|
5633
|
+
},
|
|
5634
|
+
{
|
|
5635
|
+
"name": "md"
|
|
5636
|
+
},
|
|
5637
|
+
{
|
|
5638
|
+
"name": "ionic"
|
|
5639
|
+
}
|
|
5640
|
+
]
|
|
5641
|
+
},
|
|
4271
5642
|
{
|
|
4272
5643
|
"name": "value",
|
|
4273
5644
|
"description": "The text value of the option."
|
|
@@ -4333,7 +5704,7 @@
|
|
|
4333
5704
|
},
|
|
4334
5705
|
{
|
|
4335
5706
|
"name": "mode",
|
|
4336
|
-
"description": "The mode determines
|
|
5707
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4337
5708
|
"values": [
|
|
4338
5709
|
{
|
|
4339
5710
|
"name": "ios"
|
|
@@ -4347,6 +5718,21 @@
|
|
|
4347
5718
|
"name": "show-backdrop",
|
|
4348
5719
|
"description": "If `true`, a backdrop will be displayed behind the picker."
|
|
4349
5720
|
},
|
|
5721
|
+
{
|
|
5722
|
+
"name": "theme",
|
|
5723
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5724
|
+
"values": [
|
|
5725
|
+
{
|
|
5726
|
+
"name": "ios"
|
|
5727
|
+
},
|
|
5728
|
+
{
|
|
5729
|
+
"name": "md"
|
|
5730
|
+
},
|
|
5731
|
+
{
|
|
5732
|
+
"name": "ionic"
|
|
5733
|
+
}
|
|
5734
|
+
]
|
|
5735
|
+
},
|
|
4350
5736
|
{
|
|
4351
5737
|
"name": "trigger",
|
|
4352
5738
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked."
|
|
@@ -4368,7 +5754,7 @@
|
|
|
4368
5754
|
"attributes": [
|
|
4369
5755
|
{
|
|
4370
5756
|
"name": "alignment",
|
|
4371
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
5757
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
|
|
4372
5758
|
"values": [
|
|
4373
5759
|
{
|
|
4374
5760
|
"name": "center"
|
|
@@ -4387,7 +5773,7 @@
|
|
|
4387
5773
|
},
|
|
4388
5774
|
{
|
|
4389
5775
|
"name": "arrow",
|
|
4390
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
5776
|
+
"description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme."
|
|
4391
5777
|
},
|
|
4392
5778
|
{
|
|
4393
5779
|
"name": "backdrop-dismiss",
|
|
@@ -4439,7 +5825,7 @@
|
|
|
4439
5825
|
},
|
|
4440
5826
|
{
|
|
4441
5827
|
"name": "mode",
|
|
4442
|
-
"description": "The mode determines
|
|
5828
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4443
5829
|
"values": [
|
|
4444
5830
|
{
|
|
4445
5831
|
"name": "ios"
|
|
@@ -4501,9 +5887,24 @@
|
|
|
4501
5887
|
}
|
|
4502
5888
|
]
|
|
4503
5889
|
},
|
|
5890
|
+
{
|
|
5891
|
+
"name": "theme",
|
|
5892
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5893
|
+
"values": [
|
|
5894
|
+
{
|
|
5895
|
+
"name": "ios"
|
|
5896
|
+
},
|
|
5897
|
+
{
|
|
5898
|
+
"name": "md"
|
|
5899
|
+
},
|
|
5900
|
+
{
|
|
5901
|
+
"name": "ionic"
|
|
5902
|
+
}
|
|
5903
|
+
]
|
|
5904
|
+
},
|
|
4504
5905
|
{
|
|
4505
5906
|
"name": "translucent",
|
|
4506
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
5907
|
+
"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
5908
|
},
|
|
4508
5909
|
{
|
|
4509
5910
|
"name": "trigger",
|
|
@@ -4578,7 +5979,7 @@
|
|
|
4578
5979
|
},
|
|
4579
5980
|
{
|
|
4580
5981
|
"name": "mode",
|
|
4581
|
-
"description": "The mode determines
|
|
5982
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4582
5983
|
"values": [
|
|
4583
5984
|
{
|
|
4584
5985
|
"name": "ios"
|
|
@@ -4592,6 +5993,33 @@
|
|
|
4592
5993
|
"name": "reversed",
|
|
4593
5994
|
"description": "If true, reverse the progress bar direction."
|
|
4594
5995
|
},
|
|
5996
|
+
{
|
|
5997
|
+
"name": "shape",
|
|
5998
|
+
"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.",
|
|
5999
|
+
"values": [
|
|
6000
|
+
{
|
|
6001
|
+
"name": "rectangular"
|
|
6002
|
+
},
|
|
6003
|
+
{
|
|
6004
|
+
"name": "round"
|
|
6005
|
+
}
|
|
6006
|
+
]
|
|
6007
|
+
},
|
|
6008
|
+
{
|
|
6009
|
+
"name": "theme",
|
|
6010
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6011
|
+
"values": [
|
|
6012
|
+
{
|
|
6013
|
+
"name": "ios"
|
|
6014
|
+
},
|
|
6015
|
+
{
|
|
6016
|
+
"name": "md"
|
|
6017
|
+
},
|
|
6018
|
+
{
|
|
6019
|
+
"name": "ionic"
|
|
6020
|
+
}
|
|
6021
|
+
]
|
|
6022
|
+
},
|
|
4595
6023
|
{
|
|
4596
6024
|
"name": "type",
|
|
4597
6025
|
"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 +6135,7 @@
|
|
|
4707
6135
|
},
|
|
4708
6136
|
{
|
|
4709
6137
|
"name": "mode",
|
|
4710
|
-
"description": "The mode determines
|
|
6138
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4711
6139
|
"values": [
|
|
4712
6140
|
{
|
|
4713
6141
|
"name": "ios"
|
|
@@ -4721,6 +6149,21 @@
|
|
|
4721
6149
|
"name": "name",
|
|
4722
6150
|
"description": "The name of the control, which is submitted with the form data."
|
|
4723
6151
|
},
|
|
6152
|
+
{
|
|
6153
|
+
"name": "theme",
|
|
6154
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6155
|
+
"values": [
|
|
6156
|
+
{
|
|
6157
|
+
"name": "ios"
|
|
6158
|
+
},
|
|
6159
|
+
{
|
|
6160
|
+
"name": "md"
|
|
6161
|
+
},
|
|
6162
|
+
{
|
|
6163
|
+
"name": "ionic"
|
|
6164
|
+
}
|
|
6165
|
+
]
|
|
6166
|
+
},
|
|
4724
6167
|
{
|
|
4725
6168
|
"name": "value",
|
|
4726
6169
|
"description": "the value of the radio."
|
|
@@ -4756,10 +6199,37 @@
|
|
|
4756
6199
|
"name": "helper-text",
|
|
4757
6200
|
"description": "The helper text to display at the top of the radio group."
|
|
4758
6201
|
},
|
|
6202
|
+
{
|
|
6203
|
+
"name": "mode",
|
|
6204
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6205
|
+
"values": [
|
|
6206
|
+
{
|
|
6207
|
+
"name": "ios"
|
|
6208
|
+
},
|
|
6209
|
+
{
|
|
6210
|
+
"name": "md"
|
|
6211
|
+
}
|
|
6212
|
+
]
|
|
6213
|
+
},
|
|
4759
6214
|
{
|
|
4760
6215
|
"name": "name",
|
|
4761
6216
|
"description": "The name of the control, which is submitted with the form data."
|
|
4762
6217
|
},
|
|
6218
|
+
{
|
|
6219
|
+
"name": "theme",
|
|
6220
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6221
|
+
"values": [
|
|
6222
|
+
{
|
|
6223
|
+
"name": "ios"
|
|
6224
|
+
},
|
|
6225
|
+
{
|
|
6226
|
+
"name": "md"
|
|
6227
|
+
},
|
|
6228
|
+
{
|
|
6229
|
+
"name": "ionic"
|
|
6230
|
+
}
|
|
6231
|
+
]
|
|
6232
|
+
},
|
|
4763
6233
|
{
|
|
4764
6234
|
"name": "value",
|
|
4765
6235
|
"description": "the value of the radio group."
|
|
@@ -4860,7 +6330,7 @@
|
|
|
4860
6330
|
},
|
|
4861
6331
|
{
|
|
4862
6332
|
"name": "mode",
|
|
4863
|
-
"description": "The mode determines
|
|
6333
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4864
6334
|
"values": [
|
|
4865
6335
|
{
|
|
4866
6336
|
"name": "ios"
|
|
@@ -4890,6 +6360,21 @@
|
|
|
4890
6360
|
"name": "step",
|
|
4891
6361
|
"description": "Specifies the value granularity."
|
|
4892
6362
|
},
|
|
6363
|
+
{
|
|
6364
|
+
"name": "theme",
|
|
6365
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6366
|
+
"values": [
|
|
6367
|
+
{
|
|
6368
|
+
"name": "ios"
|
|
6369
|
+
},
|
|
6370
|
+
{
|
|
6371
|
+
"name": "md"
|
|
6372
|
+
},
|
|
6373
|
+
{
|
|
6374
|
+
"name": "ionic"
|
|
6375
|
+
}
|
|
6376
|
+
]
|
|
6377
|
+
},
|
|
4893
6378
|
{
|
|
4894
6379
|
"name": "ticks",
|
|
4895
6380
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`."
|
|
@@ -4923,7 +6408,7 @@
|
|
|
4923
6408
|
},
|
|
4924
6409
|
{
|
|
4925
6410
|
"name": "mode",
|
|
4926
|
-
"description": "The mode determines
|
|
6411
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4927
6412
|
"values": [
|
|
4928
6413
|
{
|
|
4929
6414
|
"name": "ios"
|
|
@@ -4948,6 +6433,21 @@
|
|
|
4948
6433
|
{
|
|
4949
6434
|
"name": "snapback-duration",
|
|
4950
6435
|
"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."
|
|
6436
|
+
},
|
|
6437
|
+
{
|
|
6438
|
+
"name": "theme",
|
|
6439
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6440
|
+
"values": [
|
|
6441
|
+
{
|
|
6442
|
+
"name": "ios"
|
|
6443
|
+
},
|
|
6444
|
+
{
|
|
6445
|
+
"name": "md"
|
|
6446
|
+
},
|
|
6447
|
+
{
|
|
6448
|
+
"name": "ionic"
|
|
6449
|
+
}
|
|
6450
|
+
]
|
|
4951
6451
|
}
|
|
4952
6452
|
],
|
|
4953
6453
|
"references": [
|
|
@@ -4964,6 +6464,18 @@
|
|
|
4964
6464
|
"value": ""
|
|
4965
6465
|
},
|
|
4966
6466
|
"attributes": [
|
|
6467
|
+
{
|
|
6468
|
+
"name": "mode",
|
|
6469
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6470
|
+
"values": [
|
|
6471
|
+
{
|
|
6472
|
+
"name": "ios"
|
|
6473
|
+
},
|
|
6474
|
+
{
|
|
6475
|
+
"name": "md"
|
|
6476
|
+
}
|
|
6477
|
+
]
|
|
6478
|
+
},
|
|
4967
6479
|
{
|
|
4968
6480
|
"name": "pulling-icon",
|
|
4969
6481
|
"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 +6520,21 @@
|
|
|
5008
6520
|
{
|
|
5009
6521
|
"name": "refreshing-text",
|
|
5010
6522
|
"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."
|
|
6523
|
+
},
|
|
6524
|
+
{
|
|
6525
|
+
"name": "theme",
|
|
6526
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6527
|
+
"values": [
|
|
6528
|
+
{
|
|
6529
|
+
"name": "ios"
|
|
6530
|
+
},
|
|
6531
|
+
{
|
|
6532
|
+
"name": "md"
|
|
6533
|
+
},
|
|
6534
|
+
{
|
|
6535
|
+
"name": "ionic"
|
|
6536
|
+
}
|
|
6537
|
+
]
|
|
5011
6538
|
}
|
|
5012
6539
|
],
|
|
5013
6540
|
"references": [
|
|
@@ -5023,7 +6550,35 @@
|
|
|
5023
6550
|
"kind": "markdown",
|
|
5024
6551
|
"value": ""
|
|
5025
6552
|
},
|
|
5026
|
-
"attributes": [
|
|
6553
|
+
"attributes": [
|
|
6554
|
+
{
|
|
6555
|
+
"name": "mode",
|
|
6556
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6557
|
+
"values": [
|
|
6558
|
+
{
|
|
6559
|
+
"name": "ios"
|
|
6560
|
+
},
|
|
6561
|
+
{
|
|
6562
|
+
"name": "md"
|
|
6563
|
+
}
|
|
6564
|
+
]
|
|
6565
|
+
},
|
|
6566
|
+
{
|
|
6567
|
+
"name": "theme",
|
|
6568
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6569
|
+
"values": [
|
|
6570
|
+
{
|
|
6571
|
+
"name": "ios"
|
|
6572
|
+
},
|
|
6573
|
+
{
|
|
6574
|
+
"name": "md"
|
|
6575
|
+
},
|
|
6576
|
+
{
|
|
6577
|
+
"name": "ionic"
|
|
6578
|
+
}
|
|
6579
|
+
]
|
|
6580
|
+
}
|
|
6581
|
+
],
|
|
5027
6582
|
"references": [
|
|
5028
6583
|
{
|
|
5029
6584
|
"name": "Source code",
|
|
@@ -5041,6 +6596,33 @@
|
|
|
5041
6596
|
{
|
|
5042
6597
|
"name": "disabled",
|
|
5043
6598
|
"description": "If `true`, the reorder will be hidden."
|
|
6599
|
+
},
|
|
6600
|
+
{
|
|
6601
|
+
"name": "mode",
|
|
6602
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6603
|
+
"values": [
|
|
6604
|
+
{
|
|
6605
|
+
"name": "ios"
|
|
6606
|
+
},
|
|
6607
|
+
{
|
|
6608
|
+
"name": "md"
|
|
6609
|
+
}
|
|
6610
|
+
]
|
|
6611
|
+
},
|
|
6612
|
+
{
|
|
6613
|
+
"name": "theme",
|
|
6614
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6615
|
+
"values": [
|
|
6616
|
+
{
|
|
6617
|
+
"name": "ios"
|
|
6618
|
+
},
|
|
6619
|
+
{
|
|
6620
|
+
"name": "md"
|
|
6621
|
+
},
|
|
6622
|
+
{
|
|
6623
|
+
"name": "ionic"
|
|
6624
|
+
}
|
|
6625
|
+
]
|
|
5044
6626
|
}
|
|
5045
6627
|
],
|
|
5046
6628
|
"references": [
|
|
@@ -5057,6 +6639,33 @@
|
|
|
5057
6639
|
"value": ""
|
|
5058
6640
|
},
|
|
5059
6641
|
"attributes": [
|
|
6642
|
+
{
|
|
6643
|
+
"name": "mode",
|
|
6644
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6645
|
+
"values": [
|
|
6646
|
+
{
|
|
6647
|
+
"name": "ios"
|
|
6648
|
+
},
|
|
6649
|
+
{
|
|
6650
|
+
"name": "md"
|
|
6651
|
+
}
|
|
6652
|
+
]
|
|
6653
|
+
},
|
|
6654
|
+
{
|
|
6655
|
+
"name": "theme",
|
|
6656
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6657
|
+
"values": [
|
|
6658
|
+
{
|
|
6659
|
+
"name": "ios"
|
|
6660
|
+
},
|
|
6661
|
+
{
|
|
6662
|
+
"name": "md"
|
|
6663
|
+
},
|
|
6664
|
+
{
|
|
6665
|
+
"name": "ionic"
|
|
6666
|
+
}
|
|
6667
|
+
]
|
|
6668
|
+
},
|
|
5060
6669
|
{
|
|
5061
6670
|
"name": "type",
|
|
5062
6671
|
"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 +6709,33 @@
|
|
|
5100
6709
|
"name": "component-props",
|
|
5101
6710
|
"description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered."
|
|
5102
6711
|
},
|
|
6712
|
+
{
|
|
6713
|
+
"name": "mode",
|
|
6714
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6715
|
+
"values": [
|
|
6716
|
+
{
|
|
6717
|
+
"name": "ios"
|
|
6718
|
+
},
|
|
6719
|
+
{
|
|
6720
|
+
"name": "md"
|
|
6721
|
+
}
|
|
6722
|
+
]
|
|
6723
|
+
},
|
|
6724
|
+
{
|
|
6725
|
+
"name": "theme",
|
|
6726
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6727
|
+
"values": [
|
|
6728
|
+
{
|
|
6729
|
+
"name": "ios"
|
|
6730
|
+
},
|
|
6731
|
+
{
|
|
6732
|
+
"name": "md"
|
|
6733
|
+
},
|
|
6734
|
+
{
|
|
6735
|
+
"name": "ionic"
|
|
6736
|
+
}
|
|
6737
|
+
]
|
|
6738
|
+
},
|
|
5103
6739
|
{
|
|
5104
6740
|
"name": "url",
|
|
5105
6741
|
"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 +6778,37 @@
|
|
|
5142
6778
|
"value": ""
|
|
5143
6779
|
},
|
|
5144
6780
|
"attributes": [
|
|
6781
|
+
{
|
|
6782
|
+
"name": "mode",
|
|
6783
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6784
|
+
"values": [
|
|
6785
|
+
{
|
|
6786
|
+
"name": "ios"
|
|
6787
|
+
},
|
|
6788
|
+
{
|
|
6789
|
+
"name": "md"
|
|
6790
|
+
}
|
|
6791
|
+
]
|
|
6792
|
+
},
|
|
5145
6793
|
{
|
|
5146
6794
|
"name": "root",
|
|
5147
6795
|
"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
6796
|
},
|
|
6797
|
+
{
|
|
6798
|
+
"name": "theme",
|
|
6799
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6800
|
+
"values": [
|
|
6801
|
+
{
|
|
6802
|
+
"name": "ios"
|
|
6803
|
+
},
|
|
6804
|
+
{
|
|
6805
|
+
"name": "md"
|
|
6806
|
+
},
|
|
6807
|
+
{
|
|
6808
|
+
"name": "ionic"
|
|
6809
|
+
}
|
|
6810
|
+
]
|
|
6811
|
+
},
|
|
5149
6812
|
{
|
|
5150
6813
|
"name": "use-hash",
|
|
5151
6814
|
"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 +6865,18 @@
|
|
|
5202
6865
|
"name": "href",
|
|
5203
6866
|
"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
6867
|
},
|
|
6868
|
+
{
|
|
6869
|
+
"name": "mode",
|
|
6870
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6871
|
+
"values": [
|
|
6872
|
+
{
|
|
6873
|
+
"name": "ios"
|
|
6874
|
+
},
|
|
6875
|
+
{
|
|
6876
|
+
"name": "md"
|
|
6877
|
+
}
|
|
6878
|
+
]
|
|
6879
|
+
},
|
|
5205
6880
|
{
|
|
5206
6881
|
"name": "rel",
|
|
5207
6882
|
"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 +6903,21 @@
|
|
|
5228
6903
|
{
|
|
5229
6904
|
"name": "target",
|
|
5230
6905
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
6906
|
+
},
|
|
6907
|
+
{
|
|
6908
|
+
"name": "theme",
|
|
6909
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6910
|
+
"values": [
|
|
6911
|
+
{
|
|
6912
|
+
"name": "ios"
|
|
6913
|
+
},
|
|
6914
|
+
{
|
|
6915
|
+
"name": "md"
|
|
6916
|
+
},
|
|
6917
|
+
{
|
|
6918
|
+
"name": "ionic"
|
|
6919
|
+
}
|
|
6920
|
+
]
|
|
5231
6921
|
}
|
|
5232
6922
|
],
|
|
5233
6923
|
"references": [
|
|
@@ -5254,7 +6944,7 @@
|
|
|
5254
6944
|
},
|
|
5255
6945
|
{
|
|
5256
6946
|
"name": "mode",
|
|
5257
|
-
"description": "The mode determines
|
|
6947
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5258
6948
|
"values": [
|
|
5259
6949
|
{
|
|
5260
6950
|
"name": "ios"
|
|
@@ -5263,6 +6953,21 @@
|
|
|
5263
6953
|
"name": "md"
|
|
5264
6954
|
}
|
|
5265
6955
|
]
|
|
6956
|
+
},
|
|
6957
|
+
{
|
|
6958
|
+
"name": "theme",
|
|
6959
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6960
|
+
"values": [
|
|
6961
|
+
{
|
|
6962
|
+
"name": "ios"
|
|
6963
|
+
},
|
|
6964
|
+
{
|
|
6965
|
+
"name": "md"
|
|
6966
|
+
},
|
|
6967
|
+
{
|
|
6968
|
+
"name": "ionic"
|
|
6969
|
+
}
|
|
6970
|
+
]
|
|
5266
6971
|
}
|
|
5267
6972
|
],
|
|
5268
6973
|
"references": [
|
|
@@ -5278,7 +6983,35 @@
|
|
|
5278
6983
|
"kind": "markdown",
|
|
5279
6984
|
"value": ""
|
|
5280
6985
|
},
|
|
5281
|
-
"attributes": [
|
|
6986
|
+
"attributes": [
|
|
6987
|
+
{
|
|
6988
|
+
"name": "mode",
|
|
6989
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6990
|
+
"values": [
|
|
6991
|
+
{
|
|
6992
|
+
"name": "ios"
|
|
6993
|
+
},
|
|
6994
|
+
{
|
|
6995
|
+
"name": "md"
|
|
6996
|
+
}
|
|
6997
|
+
]
|
|
6998
|
+
},
|
|
6999
|
+
{
|
|
7000
|
+
"name": "theme",
|
|
7001
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7002
|
+
"values": [
|
|
7003
|
+
{
|
|
7004
|
+
"name": "ios"
|
|
7005
|
+
},
|
|
7006
|
+
{
|
|
7007
|
+
"name": "md"
|
|
7008
|
+
},
|
|
7009
|
+
{
|
|
7010
|
+
"name": "ionic"
|
|
7011
|
+
}
|
|
7012
|
+
]
|
|
7013
|
+
}
|
|
7014
|
+
],
|
|
5282
7015
|
"references": [
|
|
5283
7016
|
{
|
|
5284
7017
|
"name": "Source code",
|
|
@@ -5309,157 +7042,157 @@
|
|
|
5309
7042
|
"name": "name"
|
|
5310
7043
|
},
|
|
5311
7044
|
{
|
|
5312
|
-
"name": "
|
|
7045
|
+
"name": "url"
|
|
5313
7046
|
},
|
|
5314
7047
|
{
|
|
5315
|
-
"name": "
|
|
7048
|
+
"name": "off"
|
|
5316
7049
|
},
|
|
5317
7050
|
{
|
|
5318
|
-
"name": "
|
|
7051
|
+
"name": "on"
|
|
5319
7052
|
},
|
|
5320
7053
|
{
|
|
5321
|
-
"name": "
|
|
7054
|
+
"name": "additional-name"
|
|
5322
7055
|
},
|
|
5323
7056
|
{
|
|
5324
|
-
"name": "
|
|
7057
|
+
"name": "address-level1"
|
|
5325
7058
|
},
|
|
5326
7059
|
{
|
|
5327
|
-
"name": "
|
|
7060
|
+
"name": "address-level2"
|
|
5328
7061
|
},
|
|
5329
7062
|
{
|
|
5330
|
-
"name": "
|
|
7063
|
+
"name": "address-level3"
|
|
5331
7064
|
},
|
|
5332
7065
|
{
|
|
5333
|
-
"name": "
|
|
7066
|
+
"name": "address-level4"
|
|
5334
7067
|
},
|
|
5335
7068
|
{
|
|
5336
|
-
"name": "
|
|
7069
|
+
"name": "address-line1"
|
|
5337
7070
|
},
|
|
5338
7071
|
{
|
|
5339
|
-
"name": "
|
|
7072
|
+
"name": "address-line2"
|
|
5340
7073
|
},
|
|
5341
7074
|
{
|
|
5342
|
-
"name": "
|
|
7075
|
+
"name": "address-line3"
|
|
5343
7076
|
},
|
|
5344
7077
|
{
|
|
5345
|
-
"name": "
|
|
7078
|
+
"name": "bday-day"
|
|
5346
7079
|
},
|
|
5347
7080
|
{
|
|
5348
|
-
"name": "
|
|
7081
|
+
"name": "bday-month"
|
|
5349
7082
|
},
|
|
5350
7083
|
{
|
|
5351
|
-
"name": "
|
|
7084
|
+
"name": "bday-year"
|
|
5352
7085
|
},
|
|
5353
7086
|
{
|
|
5354
|
-
"name": "
|
|
7087
|
+
"name": "cc-csc"
|
|
5355
7088
|
},
|
|
5356
7089
|
{
|
|
5357
|
-
"name": "
|
|
7090
|
+
"name": "cc-exp"
|
|
5358
7091
|
},
|
|
5359
7092
|
{
|
|
5360
|
-
"name": "
|
|
7093
|
+
"name": "cc-exp-month"
|
|
5361
7094
|
},
|
|
5362
7095
|
{
|
|
5363
|
-
"name": "
|
|
7096
|
+
"name": "cc-exp-year"
|
|
5364
7097
|
},
|
|
5365
7098
|
{
|
|
5366
|
-
"name": "
|
|
7099
|
+
"name": "cc-family-name"
|
|
5367
7100
|
},
|
|
5368
7101
|
{
|
|
5369
|
-
"name": "
|
|
7102
|
+
"name": "cc-given-name"
|
|
5370
7103
|
},
|
|
5371
7104
|
{
|
|
5372
|
-
"name": "
|
|
7105
|
+
"name": "cc-name"
|
|
5373
7106
|
},
|
|
5374
7107
|
{
|
|
5375
|
-
"name": "
|
|
7108
|
+
"name": "cc-number"
|
|
5376
7109
|
},
|
|
5377
7110
|
{
|
|
5378
|
-
"name": "
|
|
7111
|
+
"name": "cc-type"
|
|
5379
7112
|
},
|
|
5380
7113
|
{
|
|
5381
|
-
"name": "
|
|
7114
|
+
"name": "country"
|
|
5382
7115
|
},
|
|
5383
7116
|
{
|
|
5384
|
-
"name": "
|
|
7117
|
+
"name": "country-name"
|
|
5385
7118
|
},
|
|
5386
7119
|
{
|
|
5387
|
-
"name": "
|
|
7120
|
+
"name": "current-password"
|
|
5388
7121
|
},
|
|
5389
7122
|
{
|
|
5390
|
-
"name": "
|
|
7123
|
+
"name": "family-name"
|
|
5391
7124
|
},
|
|
5392
7125
|
{
|
|
5393
|
-
"name": "
|
|
7126
|
+
"name": "given-name"
|
|
5394
7127
|
},
|
|
5395
7128
|
{
|
|
5396
|
-
"name": "
|
|
7129
|
+
"name": "honorific-prefix"
|
|
5397
7130
|
},
|
|
5398
7131
|
{
|
|
5399
|
-
"name": "
|
|
7132
|
+
"name": "honorific-suffix"
|
|
5400
7133
|
},
|
|
5401
7134
|
{
|
|
5402
|
-
"name": "
|
|
7135
|
+
"name": "new-password"
|
|
5403
7136
|
},
|
|
5404
7137
|
{
|
|
5405
|
-
"name": "
|
|
7138
|
+
"name": "one-time-code"
|
|
5406
7139
|
},
|
|
5407
7140
|
{
|
|
5408
|
-
"name": "
|
|
7141
|
+
"name": "organization"
|
|
5409
7142
|
},
|
|
5410
7143
|
{
|
|
5411
|
-
"name": "
|
|
7144
|
+
"name": "postal-code"
|
|
5412
7145
|
},
|
|
5413
7146
|
{
|
|
5414
|
-
"name": "
|
|
7147
|
+
"name": "street-address"
|
|
5415
7148
|
},
|
|
5416
7149
|
{
|
|
5417
|
-
"name": "
|
|
7150
|
+
"name": "transaction-amount"
|
|
5418
7151
|
},
|
|
5419
7152
|
{
|
|
5420
|
-
"name": "
|
|
7153
|
+
"name": "transaction-currency"
|
|
5421
7154
|
},
|
|
5422
7155
|
{
|
|
5423
|
-
"name": "
|
|
7156
|
+
"name": "username"
|
|
5424
7157
|
},
|
|
5425
7158
|
{
|
|
5426
|
-
"name": "
|
|
7159
|
+
"name": "email"
|
|
5427
7160
|
},
|
|
5428
7161
|
{
|
|
5429
|
-
"name": "
|
|
7162
|
+
"name": "tel"
|
|
5430
7163
|
},
|
|
5431
7164
|
{
|
|
5432
|
-
"name": "
|
|
7165
|
+
"name": "tel-area-code"
|
|
5433
7166
|
},
|
|
5434
7167
|
{
|
|
5435
|
-
"name": "
|
|
7168
|
+
"name": "tel-country-code"
|
|
5436
7169
|
},
|
|
5437
7170
|
{
|
|
5438
|
-
"name": "
|
|
7171
|
+
"name": "tel-extension"
|
|
5439
7172
|
},
|
|
5440
7173
|
{
|
|
5441
|
-
"name": "
|
|
7174
|
+
"name": "tel-local"
|
|
5442
7175
|
},
|
|
5443
7176
|
{
|
|
5444
|
-
"name": "
|
|
7177
|
+
"name": "tel-national"
|
|
5445
7178
|
},
|
|
5446
7179
|
{
|
|
5447
|
-
"name": "
|
|
7180
|
+
"name": "nickname"
|
|
5448
7181
|
},
|
|
5449
7182
|
{
|
|
5450
|
-
"name": "
|
|
7183
|
+
"name": "organization-title"
|
|
5451
7184
|
},
|
|
5452
7185
|
{
|
|
5453
|
-
"name": "
|
|
7186
|
+
"name": "cc-additional-name"
|
|
5454
7187
|
},
|
|
5455
7188
|
{
|
|
5456
|
-
"name": "
|
|
7189
|
+
"name": "language"
|
|
5457
7190
|
},
|
|
5458
7191
|
{
|
|
5459
|
-
"name": "
|
|
7192
|
+
"name": "bday"
|
|
5460
7193
|
},
|
|
5461
7194
|
{
|
|
5462
|
-
"name": "
|
|
7195
|
+
"name": "sex"
|
|
5463
7196
|
},
|
|
5464
7197
|
{
|
|
5465
7198
|
"name": "impp"
|
|
@@ -5483,15 +7216,15 @@
|
|
|
5483
7216
|
},
|
|
5484
7217
|
{
|
|
5485
7218
|
"name": "cancel-button-icon",
|
|
5486
|
-
"description": "Set the cancel button icon. Only
|
|
7219
|
+
"description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`."
|
|
5487
7220
|
},
|
|
5488
7221
|
{
|
|
5489
7222
|
"name": "cancel-button-text",
|
|
5490
|
-
"description": "Set the cancel button text. Only
|
|
7223
|
+
"description": "Set the cancel button text. Only available when the theme is `\"ios\"`."
|
|
5491
7224
|
},
|
|
5492
7225
|
{
|
|
5493
7226
|
"name": "clear-icon",
|
|
5494
|
-
"description": "Set the clear icon. Defaults to
|
|
7227
|
+
"description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme."
|
|
5495
7228
|
},
|
|
5496
7229
|
{
|
|
5497
7230
|
"name": "color",
|
|
@@ -5601,7 +7334,7 @@
|
|
|
5601
7334
|
},
|
|
5602
7335
|
{
|
|
5603
7336
|
"name": "mode",
|
|
5604
|
-
"description": "The mode determines
|
|
7337
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5605
7338
|
"values": [
|
|
5606
7339
|
{
|
|
5607
7340
|
"name": "ios"
|
|
@@ -5621,7 +7354,22 @@
|
|
|
5621
7354
|
},
|
|
5622
7355
|
{
|
|
5623
7356
|
"name": "search-icon",
|
|
5624
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
7357
|
+
"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."
|
|
7358
|
+
},
|
|
7359
|
+
{
|
|
7360
|
+
"name": "shape",
|
|
7361
|
+
"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.",
|
|
7362
|
+
"values": [
|
|
7363
|
+
{
|
|
7364
|
+
"name": "rectangular"
|
|
7365
|
+
},
|
|
7366
|
+
{
|
|
7367
|
+
"name": "round"
|
|
7368
|
+
},
|
|
7369
|
+
{
|
|
7370
|
+
"name": "soft"
|
|
7371
|
+
}
|
|
7372
|
+
]
|
|
5625
7373
|
},
|
|
5626
7374
|
{
|
|
5627
7375
|
"name": "show-cancel-button",
|
|
@@ -5653,10 +7401,40 @@
|
|
|
5653
7401
|
}
|
|
5654
7402
|
]
|
|
5655
7403
|
},
|
|
7404
|
+
{
|
|
7405
|
+
"name": "size",
|
|
7406
|
+
"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.",
|
|
7407
|
+
"values": [
|
|
7408
|
+
{
|
|
7409
|
+
"name": "large"
|
|
7410
|
+
},
|
|
7411
|
+
{
|
|
7412
|
+
"name": "medium"
|
|
7413
|
+
},
|
|
7414
|
+
{
|
|
7415
|
+
"name": "small"
|
|
7416
|
+
}
|
|
7417
|
+
]
|
|
7418
|
+
},
|
|
5656
7419
|
{
|
|
5657
7420
|
"name": "spellcheck",
|
|
5658
7421
|
"description": "If `true`, enable spellcheck on the input."
|
|
5659
7422
|
},
|
|
7423
|
+
{
|
|
7424
|
+
"name": "theme",
|
|
7425
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7426
|
+
"values": [
|
|
7427
|
+
{
|
|
7428
|
+
"name": "ios"
|
|
7429
|
+
},
|
|
7430
|
+
{
|
|
7431
|
+
"name": "md"
|
|
7432
|
+
},
|
|
7433
|
+
{
|
|
7434
|
+
"name": "ionic"
|
|
7435
|
+
}
|
|
7436
|
+
]
|
|
7437
|
+
},
|
|
5660
7438
|
{
|
|
5661
7439
|
"name": "type",
|
|
5662
7440
|
"description": "Set the type of the input.",
|
|
@@ -5742,7 +7520,7 @@
|
|
|
5742
7520
|
},
|
|
5743
7521
|
{
|
|
5744
7522
|
"name": "mode",
|
|
5745
|
-
"description": "The mode determines
|
|
7523
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5746
7524
|
"values": [
|
|
5747
7525
|
{
|
|
5748
7526
|
"name": "ios"
|
|
@@ -5764,6 +7542,21 @@
|
|
|
5764
7542
|
"name": "swipe-gesture",
|
|
5765
7543
|
"description": "If `true`, users will be able to swipe between segment buttons to activate them."
|
|
5766
7544
|
},
|
|
7545
|
+
{
|
|
7546
|
+
"name": "theme",
|
|
7547
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7548
|
+
"values": [
|
|
7549
|
+
{
|
|
7550
|
+
"name": "ios"
|
|
7551
|
+
},
|
|
7552
|
+
{
|
|
7553
|
+
"name": "md"
|
|
7554
|
+
},
|
|
7555
|
+
{
|
|
7556
|
+
"name": "ionic"
|
|
7557
|
+
}
|
|
7558
|
+
]
|
|
7559
|
+
},
|
|
5767
7560
|
{
|
|
5768
7561
|
"name": "value",
|
|
5769
7562
|
"description": "the value of the segment."
|
|
@@ -5817,13 +7610,28 @@
|
|
|
5817
7610
|
},
|
|
5818
7611
|
{
|
|
5819
7612
|
"name": "mode",
|
|
5820
|
-
"description": "The mode determines
|
|
7613
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7614
|
+
"values": [
|
|
7615
|
+
{
|
|
7616
|
+
"name": "ios"
|
|
7617
|
+
},
|
|
7618
|
+
{
|
|
7619
|
+
"name": "md"
|
|
7620
|
+
}
|
|
7621
|
+
]
|
|
7622
|
+
},
|
|
7623
|
+
{
|
|
7624
|
+
"name": "theme",
|
|
7625
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5821
7626
|
"values": [
|
|
5822
7627
|
{
|
|
5823
7628
|
"name": "ios"
|
|
5824
7629
|
},
|
|
5825
7630
|
{
|
|
5826
7631
|
"name": "md"
|
|
7632
|
+
},
|
|
7633
|
+
{
|
|
7634
|
+
"name": "ionic"
|
|
5827
7635
|
}
|
|
5828
7636
|
]
|
|
5829
7637
|
},
|
|
@@ -5945,11 +7753,11 @@
|
|
|
5945
7753
|
},
|
|
5946
7754
|
{
|
|
5947
7755
|
"name": "expanded-icon",
|
|
5948
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
7756
|
+
"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
7757
|
},
|
|
5950
7758
|
{
|
|
5951
7759
|
"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
|
|
7760
|
+
"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
7761
|
"values": [
|
|
5954
7762
|
{
|
|
5955
7763
|
"name": "outline"
|
|
@@ -6027,7 +7835,7 @@
|
|
|
6027
7835
|
},
|
|
6028
7836
|
{
|
|
6029
7837
|
"name": "mode",
|
|
6030
|
-
"description": "The mode determines
|
|
7838
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6031
7839
|
"values": [
|
|
6032
7840
|
{
|
|
6033
7841
|
"name": "ios"
|
|
@@ -6063,16 +7871,52 @@
|
|
|
6063
7871
|
},
|
|
6064
7872
|
{
|
|
6065
7873
|
"name": "shape",
|
|
6066
|
-
"description": "
|
|
7874
|
+
"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
7875
|
"values": [
|
|
7876
|
+
{
|
|
7877
|
+
"name": "rectangular"
|
|
7878
|
+
},
|
|
6068
7879
|
{
|
|
6069
7880
|
"name": "round"
|
|
7881
|
+
},
|
|
7882
|
+
{
|
|
7883
|
+
"name": "soft"
|
|
7884
|
+
}
|
|
7885
|
+
]
|
|
7886
|
+
},
|
|
7887
|
+
{
|
|
7888
|
+
"name": "size",
|
|
7889
|
+
"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.",
|
|
7890
|
+
"values": [
|
|
7891
|
+
{
|
|
7892
|
+
"name": "large"
|
|
7893
|
+
},
|
|
7894
|
+
{
|
|
7895
|
+
"name": "medium"
|
|
7896
|
+
},
|
|
7897
|
+
{
|
|
7898
|
+
"name": "small"
|
|
7899
|
+
}
|
|
7900
|
+
]
|
|
7901
|
+
},
|
|
7902
|
+
{
|
|
7903
|
+
"name": "theme",
|
|
7904
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7905
|
+
"values": [
|
|
7906
|
+
{
|
|
7907
|
+
"name": "ios"
|
|
7908
|
+
},
|
|
7909
|
+
{
|
|
7910
|
+
"name": "md"
|
|
7911
|
+
},
|
|
7912
|
+
{
|
|
7913
|
+
"name": "ionic"
|
|
6070
7914
|
}
|
|
6071
7915
|
]
|
|
6072
7916
|
},
|
|
6073
7917
|
{
|
|
6074
7918
|
"name": "toggle-icon",
|
|
6075
|
-
"description": "The toggle icon to use. Defaults to
|
|
7919
|
+
"description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes."
|
|
6076
7920
|
},
|
|
6077
7921
|
{
|
|
6078
7922
|
"name": "value",
|
|
@@ -6124,6 +7968,33 @@
|
|
|
6124
7968
|
"name": "disabled",
|
|
6125
7969
|
"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
7970
|
},
|
|
7971
|
+
{
|
|
7972
|
+
"name": "mode",
|
|
7973
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7974
|
+
"values": [
|
|
7975
|
+
{
|
|
7976
|
+
"name": "ios"
|
|
7977
|
+
},
|
|
7978
|
+
{
|
|
7979
|
+
"name": "md"
|
|
7980
|
+
}
|
|
7981
|
+
]
|
|
7982
|
+
},
|
|
7983
|
+
{
|
|
7984
|
+
"name": "theme",
|
|
7985
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7986
|
+
"values": [
|
|
7987
|
+
{
|
|
7988
|
+
"name": "ios"
|
|
7989
|
+
},
|
|
7990
|
+
{
|
|
7991
|
+
"name": "md"
|
|
7992
|
+
},
|
|
7993
|
+
{
|
|
7994
|
+
"name": "ionic"
|
|
7995
|
+
}
|
|
7996
|
+
]
|
|
7997
|
+
},
|
|
6127
7998
|
{
|
|
6128
7999
|
"name": "value",
|
|
6129
8000
|
"description": "The text value of the option."
|
|
@@ -6146,6 +8017,33 @@
|
|
|
6146
8017
|
{
|
|
6147
8018
|
"name": "animated",
|
|
6148
8019
|
"description": "If `true`, the skeleton text will animate."
|
|
8020
|
+
},
|
|
8021
|
+
{
|
|
8022
|
+
"name": "mode",
|
|
8023
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8024
|
+
"values": [
|
|
8025
|
+
{
|
|
8026
|
+
"name": "ios"
|
|
8027
|
+
},
|
|
8028
|
+
{
|
|
8029
|
+
"name": "md"
|
|
8030
|
+
}
|
|
8031
|
+
]
|
|
8032
|
+
},
|
|
8033
|
+
{
|
|
8034
|
+
"name": "theme",
|
|
8035
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8036
|
+
"values": [
|
|
8037
|
+
{
|
|
8038
|
+
"name": "ios"
|
|
8039
|
+
},
|
|
8040
|
+
{
|
|
8041
|
+
"name": "md"
|
|
8042
|
+
},
|
|
8043
|
+
{
|
|
8044
|
+
"name": "ionic"
|
|
8045
|
+
}
|
|
8046
|
+
]
|
|
6149
8047
|
}
|
|
6150
8048
|
],
|
|
6151
8049
|
"references": [
|
|
@@ -6199,6 +8097,18 @@
|
|
|
6199
8097
|
"name": "duration",
|
|
6200
8098
|
"description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner."
|
|
6201
8099
|
},
|
|
8100
|
+
{
|
|
8101
|
+
"name": "mode",
|
|
8102
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8103
|
+
"values": [
|
|
8104
|
+
{
|
|
8105
|
+
"name": "ios"
|
|
8106
|
+
},
|
|
8107
|
+
{
|
|
8108
|
+
"name": "md"
|
|
8109
|
+
}
|
|
8110
|
+
]
|
|
8111
|
+
},
|
|
6202
8112
|
{
|
|
6203
8113
|
"name": "name",
|
|
6204
8114
|
"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 +8145,42 @@
|
|
|
6235
8145
|
{
|
|
6236
8146
|
"name": "paused",
|
|
6237
8147
|
"description": "If `true`, the spinner's animation will be paused."
|
|
8148
|
+
},
|
|
8149
|
+
{
|
|
8150
|
+
"name": "size",
|
|
8151
|
+
"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.",
|
|
8152
|
+
"values": [
|
|
8153
|
+
{
|
|
8154
|
+
"name": "large"
|
|
8155
|
+
},
|
|
8156
|
+
{
|
|
8157
|
+
"name": "medium"
|
|
8158
|
+
},
|
|
8159
|
+
{
|
|
8160
|
+
"name": "small"
|
|
8161
|
+
},
|
|
8162
|
+
{
|
|
8163
|
+
"name": "xlarge"
|
|
8164
|
+
},
|
|
8165
|
+
{
|
|
8166
|
+
"name": "xsmall"
|
|
8167
|
+
}
|
|
8168
|
+
]
|
|
8169
|
+
},
|
|
8170
|
+
{
|
|
8171
|
+
"name": "theme",
|
|
8172
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8173
|
+
"values": [
|
|
8174
|
+
{
|
|
8175
|
+
"name": "ios"
|
|
8176
|
+
},
|
|
8177
|
+
{
|
|
8178
|
+
"name": "md"
|
|
8179
|
+
},
|
|
8180
|
+
{
|
|
8181
|
+
"name": "ionic"
|
|
8182
|
+
}
|
|
8183
|
+
]
|
|
6238
8184
|
}
|
|
6239
8185
|
],
|
|
6240
8186
|
"references": [
|
|
@@ -6259,6 +8205,33 @@
|
|
|
6259
8205
|
"name": "disabled",
|
|
6260
8206
|
"description": "If `true`, the split pane will be hidden."
|
|
6261
8207
|
},
|
|
8208
|
+
{
|
|
8209
|
+
"name": "mode",
|
|
8210
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8211
|
+
"values": [
|
|
8212
|
+
{
|
|
8213
|
+
"name": "ios"
|
|
8214
|
+
},
|
|
8215
|
+
{
|
|
8216
|
+
"name": "md"
|
|
8217
|
+
}
|
|
8218
|
+
]
|
|
8219
|
+
},
|
|
8220
|
+
{
|
|
8221
|
+
"name": "theme",
|
|
8222
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8223
|
+
"values": [
|
|
8224
|
+
{
|
|
8225
|
+
"name": "ios"
|
|
8226
|
+
},
|
|
8227
|
+
{
|
|
8228
|
+
"name": "md"
|
|
8229
|
+
},
|
|
8230
|
+
{
|
|
8231
|
+
"name": "ionic"
|
|
8232
|
+
}
|
|
8233
|
+
]
|
|
8234
|
+
},
|
|
6262
8235
|
{
|
|
6263
8236
|
"name": "when",
|
|
6264
8237
|
"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 +8255,36 @@
|
|
|
6282
8255
|
"name": "component",
|
|
6283
8256
|
"description": "The component to display inside of the tab."
|
|
6284
8257
|
},
|
|
8258
|
+
{
|
|
8259
|
+
"name": "mode",
|
|
8260
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8261
|
+
"values": [
|
|
8262
|
+
{
|
|
8263
|
+
"name": "ios"
|
|
8264
|
+
},
|
|
8265
|
+
{
|
|
8266
|
+
"name": "md"
|
|
8267
|
+
}
|
|
8268
|
+
]
|
|
8269
|
+
},
|
|
6285
8270
|
{
|
|
6286
8271
|
"name": "tab",
|
|
6287
8272
|
"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."
|
|
8273
|
+
},
|
|
8274
|
+
{
|
|
8275
|
+
"name": "theme",
|
|
8276
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8277
|
+
"values": [
|
|
8278
|
+
{
|
|
8279
|
+
"name": "ios"
|
|
8280
|
+
},
|
|
8281
|
+
{
|
|
8282
|
+
"name": "md"
|
|
8283
|
+
},
|
|
8284
|
+
{
|
|
8285
|
+
"name": "ionic"
|
|
8286
|
+
}
|
|
8287
|
+
]
|
|
6288
8288
|
}
|
|
6289
8289
|
],
|
|
6290
8290
|
"references": [
|
|
@@ -6334,9 +8334,21 @@
|
|
|
6334
8334
|
}
|
|
6335
8335
|
]
|
|
6336
8336
|
},
|
|
8337
|
+
{
|
|
8338
|
+
"name": "expand",
|
|
8339
|
+
"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\"`.",
|
|
8340
|
+
"values": [
|
|
8341
|
+
{
|
|
8342
|
+
"name": "compact"
|
|
8343
|
+
},
|
|
8344
|
+
{
|
|
8345
|
+
"name": "full"
|
|
8346
|
+
}
|
|
8347
|
+
]
|
|
8348
|
+
},
|
|
6337
8349
|
{
|
|
6338
8350
|
"name": "mode",
|
|
6339
|
-
"description": "The mode determines
|
|
8351
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6340
8352
|
"values": [
|
|
6341
8353
|
{
|
|
6342
8354
|
"name": "ios"
|
|
@@ -6350,9 +8362,39 @@
|
|
|
6350
8362
|
"name": "selected-tab",
|
|
6351
8363
|
"description": "The selected tab component"
|
|
6352
8364
|
},
|
|
8365
|
+
{
|
|
8366
|
+
"name": "shape",
|
|
8367
|
+
"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.",
|
|
8368
|
+
"values": [
|
|
8369
|
+
{
|
|
8370
|
+
"name": "rectangular"
|
|
8371
|
+
},
|
|
8372
|
+
{
|
|
8373
|
+
"name": "round"
|
|
8374
|
+
},
|
|
8375
|
+
{
|
|
8376
|
+
"name": "soft"
|
|
8377
|
+
}
|
|
8378
|
+
]
|
|
8379
|
+
},
|
|
8380
|
+
{
|
|
8381
|
+
"name": "theme",
|
|
8382
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8383
|
+
"values": [
|
|
8384
|
+
{
|
|
8385
|
+
"name": "ios"
|
|
8386
|
+
},
|
|
8387
|
+
{
|
|
8388
|
+
"name": "md"
|
|
8389
|
+
},
|
|
8390
|
+
{
|
|
8391
|
+
"name": "ionic"
|
|
8392
|
+
}
|
|
8393
|
+
]
|
|
8394
|
+
},
|
|
6353
8395
|
{
|
|
6354
8396
|
"name": "translucent",
|
|
6355
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
8397
|
+
"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
8398
|
}
|
|
6357
8399
|
],
|
|
6358
8400
|
"references": [
|
|
@@ -6407,7 +8449,7 @@
|
|
|
6407
8449
|
},
|
|
6408
8450
|
{
|
|
6409
8451
|
"name": "mode",
|
|
6410
|
-
"description": "The mode determines
|
|
8452
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6411
8453
|
"values": [
|
|
6412
8454
|
{
|
|
6413
8455
|
"name": "ios"
|
|
@@ -6425,6 +8467,21 @@
|
|
|
6425
8467
|
"name": "selected",
|
|
6426
8468
|
"description": "The selected tab component"
|
|
6427
8469
|
},
|
|
8470
|
+
{
|
|
8471
|
+
"name": "shape",
|
|
8472
|
+
"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.",
|
|
8473
|
+
"values": [
|
|
8474
|
+
{
|
|
8475
|
+
"name": "rectangular"
|
|
8476
|
+
},
|
|
8477
|
+
{
|
|
8478
|
+
"name": "round"
|
|
8479
|
+
},
|
|
8480
|
+
{
|
|
8481
|
+
"name": "soft"
|
|
8482
|
+
}
|
|
8483
|
+
]
|
|
8484
|
+
},
|
|
6428
8485
|
{
|
|
6429
8486
|
"name": "tab",
|
|
6430
8487
|
"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 +8489,21 @@
|
|
|
6432
8489
|
{
|
|
6433
8490
|
"name": "target",
|
|
6434
8491
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
8492
|
+
},
|
|
8493
|
+
{
|
|
8494
|
+
"name": "theme",
|
|
8495
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8496
|
+
"values": [
|
|
8497
|
+
{
|
|
8498
|
+
"name": "ios"
|
|
8499
|
+
},
|
|
8500
|
+
{
|
|
8501
|
+
"name": "md"
|
|
8502
|
+
},
|
|
8503
|
+
{
|
|
8504
|
+
"name": "ionic"
|
|
8505
|
+
}
|
|
8506
|
+
]
|
|
6435
8507
|
}
|
|
6436
8508
|
],
|
|
6437
8509
|
"references": [
|
|
@@ -6447,7 +8519,35 @@
|
|
|
6447
8519
|
"kind": "markdown",
|
|
6448
8520
|
"value": ""
|
|
6449
8521
|
},
|
|
6450
|
-
"attributes": [
|
|
8522
|
+
"attributes": [
|
|
8523
|
+
{
|
|
8524
|
+
"name": "mode",
|
|
8525
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8526
|
+
"values": [
|
|
8527
|
+
{
|
|
8528
|
+
"name": "ios"
|
|
8529
|
+
},
|
|
8530
|
+
{
|
|
8531
|
+
"name": "md"
|
|
8532
|
+
}
|
|
8533
|
+
]
|
|
8534
|
+
},
|
|
8535
|
+
{
|
|
8536
|
+
"name": "theme",
|
|
8537
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8538
|
+
"values": [
|
|
8539
|
+
{
|
|
8540
|
+
"name": "ios"
|
|
8541
|
+
},
|
|
8542
|
+
{
|
|
8543
|
+
"name": "md"
|
|
8544
|
+
},
|
|
8545
|
+
{
|
|
8546
|
+
"name": "ionic"
|
|
8547
|
+
}
|
|
8548
|
+
]
|
|
8549
|
+
}
|
|
8550
|
+
],
|
|
6451
8551
|
"references": [
|
|
6452
8552
|
{
|
|
6453
8553
|
"name": "Source code",
|
|
@@ -6497,13 +8597,28 @@
|
|
|
6497
8597
|
},
|
|
6498
8598
|
{
|
|
6499
8599
|
"name": "mode",
|
|
6500
|
-
"description": "The mode determines
|
|
8600
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8601
|
+
"values": [
|
|
8602
|
+
{
|
|
8603
|
+
"name": "ios"
|
|
8604
|
+
},
|
|
8605
|
+
{
|
|
8606
|
+
"name": "md"
|
|
8607
|
+
}
|
|
8608
|
+
]
|
|
8609
|
+
},
|
|
8610
|
+
{
|
|
8611
|
+
"name": "theme",
|
|
8612
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6501
8613
|
"values": [
|
|
6502
8614
|
{
|
|
6503
8615
|
"name": "ios"
|
|
6504
8616
|
},
|
|
6505
8617
|
{
|
|
6506
8618
|
"name": "md"
|
|
8619
|
+
},
|
|
8620
|
+
{
|
|
8621
|
+
"name": "ionic"
|
|
6507
8622
|
}
|
|
6508
8623
|
]
|
|
6509
8624
|
}
|
|
@@ -6624,7 +8739,7 @@
|
|
|
6624
8739
|
},
|
|
6625
8740
|
{
|
|
6626
8741
|
"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
|
|
8742
|
+
"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
8743
|
"values": [
|
|
6629
8744
|
{
|
|
6630
8745
|
"name": "outline"
|
|
@@ -6703,7 +8818,7 @@
|
|
|
6703
8818
|
},
|
|
6704
8819
|
{
|
|
6705
8820
|
"name": "mode",
|
|
6706
|
-
"description": "The mode determines
|
|
8821
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6707
8822
|
"values": [
|
|
6708
8823
|
{
|
|
6709
8824
|
"name": "ios"
|
|
@@ -6735,10 +8850,31 @@
|
|
|
6735
8850
|
},
|
|
6736
8851
|
{
|
|
6737
8852
|
"name": "shape",
|
|
6738
|
-
"description": "
|
|
8853
|
+
"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
8854
|
"values": [
|
|
8855
|
+
{
|
|
8856
|
+
"name": "rectangular"
|
|
8857
|
+
},
|
|
6740
8858
|
{
|
|
6741
8859
|
"name": "round"
|
|
8860
|
+
},
|
|
8861
|
+
{
|
|
8862
|
+
"name": "soft"
|
|
8863
|
+
}
|
|
8864
|
+
]
|
|
8865
|
+
},
|
|
8866
|
+
{
|
|
8867
|
+
"name": "size",
|
|
8868
|
+
"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.",
|
|
8869
|
+
"values": [
|
|
8870
|
+
{
|
|
8871
|
+
"name": "large"
|
|
8872
|
+
},
|
|
8873
|
+
{
|
|
8874
|
+
"name": "medium"
|
|
8875
|
+
},
|
|
8876
|
+
{
|
|
8877
|
+
"name": "small"
|
|
6742
8878
|
}
|
|
6743
8879
|
]
|
|
6744
8880
|
},
|
|
@@ -6746,6 +8882,21 @@
|
|
|
6746
8882
|
"name": "spellcheck",
|
|
6747
8883
|
"description": "If `true`, the element will have its spelling and grammar checked."
|
|
6748
8884
|
},
|
|
8885
|
+
{
|
|
8886
|
+
"name": "theme",
|
|
8887
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8888
|
+
"values": [
|
|
8889
|
+
{
|
|
8890
|
+
"name": "ios"
|
|
8891
|
+
},
|
|
8892
|
+
{
|
|
8893
|
+
"name": "md"
|
|
8894
|
+
},
|
|
8895
|
+
{
|
|
8896
|
+
"name": "ionic"
|
|
8897
|
+
}
|
|
8898
|
+
]
|
|
8899
|
+
},
|
|
6749
8900
|
{
|
|
6750
8901
|
"name": "value",
|
|
6751
8902
|
"description": "The value of the textarea."
|
|
@@ -6779,7 +8930,35 @@
|
|
|
6779
8930
|
"kind": "markdown",
|
|
6780
8931
|
"value": ""
|
|
6781
8932
|
},
|
|
6782
|
-
"attributes": [
|
|
8933
|
+
"attributes": [
|
|
8934
|
+
{
|
|
8935
|
+
"name": "mode",
|
|
8936
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8937
|
+
"values": [
|
|
8938
|
+
{
|
|
8939
|
+
"name": "ios"
|
|
8940
|
+
},
|
|
8941
|
+
{
|
|
8942
|
+
"name": "md"
|
|
8943
|
+
}
|
|
8944
|
+
]
|
|
8945
|
+
},
|
|
8946
|
+
{
|
|
8947
|
+
"name": "theme",
|
|
8948
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8949
|
+
"values": [
|
|
8950
|
+
{
|
|
8951
|
+
"name": "ios"
|
|
8952
|
+
},
|
|
8953
|
+
{
|
|
8954
|
+
"name": "md"
|
|
8955
|
+
},
|
|
8956
|
+
{
|
|
8957
|
+
"name": "ionic"
|
|
8958
|
+
}
|
|
8959
|
+
]
|
|
8960
|
+
}
|
|
8961
|
+
],
|
|
6783
8962
|
"references": [
|
|
6784
8963
|
{
|
|
6785
8964
|
"name": "Source code",
|
|
@@ -6827,6 +9006,18 @@
|
|
|
6827
9006
|
}
|
|
6828
9007
|
]
|
|
6829
9008
|
},
|
|
9009
|
+
{
|
|
9010
|
+
"name": "mode",
|
|
9011
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9012
|
+
"values": [
|
|
9013
|
+
{
|
|
9014
|
+
"name": "ios"
|
|
9015
|
+
},
|
|
9016
|
+
{
|
|
9017
|
+
"name": "md"
|
|
9018
|
+
}
|
|
9019
|
+
]
|
|
9020
|
+
},
|
|
6830
9021
|
{
|
|
6831
9022
|
"name": "size",
|
|
6832
9023
|
"description": "The size of the toolbar title.",
|
|
@@ -6838,6 +9029,21 @@
|
|
|
6838
9029
|
"name": "small"
|
|
6839
9030
|
}
|
|
6840
9031
|
]
|
|
9032
|
+
},
|
|
9033
|
+
{
|
|
9034
|
+
"name": "theme",
|
|
9035
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9036
|
+
"values": [
|
|
9037
|
+
{
|
|
9038
|
+
"name": "ios"
|
|
9039
|
+
},
|
|
9040
|
+
{
|
|
9041
|
+
"name": "md"
|
|
9042
|
+
},
|
|
9043
|
+
{
|
|
9044
|
+
"name": "ionic"
|
|
9045
|
+
}
|
|
9046
|
+
]
|
|
6841
9047
|
}
|
|
6842
9048
|
],
|
|
6843
9049
|
"references": [
|
|
@@ -6915,6 +9121,18 @@
|
|
|
6915
9121
|
"name": "html-attributes",
|
|
6916
9122
|
"description": "Additional attributes to pass to the toast."
|
|
6917
9123
|
},
|
|
9124
|
+
{
|
|
9125
|
+
"name": "hue",
|
|
9126
|
+
"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.",
|
|
9127
|
+
"values": [
|
|
9128
|
+
{
|
|
9129
|
+
"name": "bold"
|
|
9130
|
+
},
|
|
9131
|
+
{
|
|
9132
|
+
"name": "subtle"
|
|
9133
|
+
}
|
|
9134
|
+
]
|
|
9135
|
+
},
|
|
6918
9136
|
{
|
|
6919
9137
|
"name": "icon",
|
|
6920
9138
|
"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 +9167,7 @@
|
|
|
6949
9167
|
},
|
|
6950
9168
|
{
|
|
6951
9169
|
"name": "mode",
|
|
6952
|
-
"description": "The mode determines
|
|
9170
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6953
9171
|
"values": [
|
|
6954
9172
|
{
|
|
6955
9173
|
"name": "ios"
|
|
@@ -6978,6 +9196,21 @@
|
|
|
6978
9196
|
"name": "position-anchor",
|
|
6979
9197
|
"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
9198
|
},
|
|
9199
|
+
{
|
|
9200
|
+
"name": "shape",
|
|
9201
|
+
"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.",
|
|
9202
|
+
"values": [
|
|
9203
|
+
{
|
|
9204
|
+
"name": "rectangular"
|
|
9205
|
+
},
|
|
9206
|
+
{
|
|
9207
|
+
"name": "round"
|
|
9208
|
+
},
|
|
9209
|
+
{
|
|
9210
|
+
"name": "soft"
|
|
9211
|
+
}
|
|
9212
|
+
]
|
|
9213
|
+
},
|
|
6981
9214
|
{
|
|
6982
9215
|
"name": "swipe-gesture",
|
|
6983
9216
|
"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 +9220,24 @@
|
|
|
6987
9220
|
}
|
|
6988
9221
|
]
|
|
6989
9222
|
},
|
|
9223
|
+
{
|
|
9224
|
+
"name": "theme",
|
|
9225
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9226
|
+
"values": [
|
|
9227
|
+
{
|
|
9228
|
+
"name": "ios"
|
|
9229
|
+
},
|
|
9230
|
+
{
|
|
9231
|
+
"name": "md"
|
|
9232
|
+
},
|
|
9233
|
+
{
|
|
9234
|
+
"name": "ionic"
|
|
9235
|
+
}
|
|
9236
|
+
]
|
|
9237
|
+
},
|
|
6990
9238
|
{
|
|
6991
9239
|
"name": "translucent",
|
|
6992
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
9240
|
+
"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
9241
|
},
|
|
6994
9242
|
{
|
|
6995
9243
|
"name": "trigger",
|
|
@@ -7110,7 +9358,7 @@
|
|
|
7110
9358
|
},
|
|
7111
9359
|
{
|
|
7112
9360
|
"name": "mode",
|
|
7113
|
-
"description": "The mode determines
|
|
9361
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7114
9362
|
"values": [
|
|
7115
9363
|
{
|
|
7116
9364
|
"name": "ios"
|
|
@@ -7128,6 +9376,21 @@
|
|
|
7128
9376
|
"name": "required",
|
|
7129
9377
|
"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
9378
|
},
|
|
9379
|
+
{
|
|
9380
|
+
"name": "theme",
|
|
9381
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9382
|
+
"values": [
|
|
9383
|
+
{
|
|
9384
|
+
"name": "ios"
|
|
9385
|
+
},
|
|
9386
|
+
{
|
|
9387
|
+
"name": "md"
|
|
9388
|
+
},
|
|
9389
|
+
{
|
|
9390
|
+
"name": "ionic"
|
|
9391
|
+
}
|
|
9392
|
+
]
|
|
9393
|
+
},
|
|
7131
9394
|
{
|
|
7132
9395
|
"name": "value",
|
|
7133
9396
|
"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 +9445,28 @@
|
|
|
7182
9445
|
},
|
|
7183
9446
|
{
|
|
7184
9447
|
"name": "mode",
|
|
7185
|
-
"description": "The mode determines
|
|
9448
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9449
|
+
"values": [
|
|
9450
|
+
{
|
|
9451
|
+
"name": "ios"
|
|
9452
|
+
},
|
|
9453
|
+
{
|
|
9454
|
+
"name": "md"
|
|
9455
|
+
}
|
|
9456
|
+
]
|
|
9457
|
+
},
|
|
9458
|
+
{
|
|
9459
|
+
"name": "theme",
|
|
9460
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7186
9461
|
"values": [
|
|
7187
9462
|
{
|
|
7188
9463
|
"name": "ios"
|
|
7189
9464
|
},
|
|
7190
9465
|
{
|
|
7191
9466
|
"name": "md"
|
|
9467
|
+
},
|
|
9468
|
+
{
|
|
9469
|
+
"name": "ionic"
|
|
7192
9470
|
}
|
|
7193
9471
|
]
|
|
7194
9472
|
}
|