@ionic/core 8.7.13-dev.11765920447.1a01ab8b → 8.7.13-dev.11765925297.1bb45463
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 +15 -11
- 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 +34 -22
- package/components/helpers.js +57 -4
- package/components/index5.js +8 -8
- package/components/index6.js +1 -1
- package/components/index7.js +111 -150
- package/components/index8.js +150 -111
- package/components/input-shims.js +2 -2
- package/components/input.utils.js +1 -1
- package/components/ion-accordion-group.js +23 -5
- package/components/ion-accordion.js +32 -21
- package/components/ion-app.js +12 -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 +51 -50
- 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 +72 -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 +78 -6
- package/components/ion-input-otp.js +9 -6
- 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 +6 -3
- 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 +35 -8
- 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 +112 -19
- 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 +47 -15
- 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 +96 -6
- 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 +15 -7
- package/components/radio.js +11 -8
- package/components/ripple-effect.js +15 -7
- package/components/select-modal.js +12 -5
- 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 +153 -9
- package/components/validity.js +32 -1
- 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-Bt3H9L1C.js → animation-BBT4oe7B.js} +3 -3
- package/dist/cjs/{app-globals-Ciccnk9_.js → app-globals-DjZzKNoV.js} +1 -1
- package/dist/cjs/{button-active-CMc8cD90.js → button-active-DQ3Dd_Zw.js} +2 -2
- package/dist/cjs/{capacitor-DmA66EwP.js → capacitor-G2rS2zAS.js} +3 -3
- 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-C5fsO43a.js → config-CPCkFfH2.js} +1 -1
- package/dist/cjs/{data-JwZKaIQB.js → data-BpYscHnl.js} +6 -6
- package/dist/cjs/{focus-visible-CCvKiLh3.js → focus-visible-BIj-I3-C.js} +24 -0
- package/dist/cjs/{framework-delegate-DMJRBuDi.js → framework-delegate-C7fZ8bup.js} +4 -2
- package/dist/cjs/{haptic-ClPPQ_PS.js → haptic-CYXFB5MG.js} +1 -1
- package/dist/cjs/{helpers-DrTqNghc.js → helpers-DF1tCuxf.js} +57 -4
- package/dist/cjs/{index-094mMFB-.js → index-BIUQBJ4M.js} +4 -4
- package/dist/cjs/{index-DrMUZJj6.js → index-BsTUIYWV.js} +15 -15
- package/dist/cjs/{index-CO6eryBo.js → index-C2sRwpb7.js} +2 -2
- package/dist/cjs/{index-D6Wc6v08.js → index-DjlJwy91.js} +41 -4
- package/dist/cjs/{index-C534ULug.js → index-h_4y8nIV.js} +9 -8
- package/dist/cjs/index.cjs.js +12 -13
- package/dist/cjs/{input-shims-CW0KUFTQ.js → input-shims-co__iqWN.js} +18 -17
- package/dist/cjs/{input.utils-B_QROI2g.js → input.utils-DyXMjrIY.js} +5 -5
- package/dist/cjs/ion-accordion_2.cjs.entry.js +56 -27
- package/dist/cjs/ion-action-sheet.cjs.entry.js +24 -21
- package/dist/cjs/ion-alert.cjs.entry.js +24 -22
- package/dist/cjs/ion-app_8.cjs.entry.js +250 -151
- package/dist/cjs/ion-avatar_3.cjs.entry.js +124 -12
- package/dist/cjs/ion-back-button.cjs.entry.js +29 -20
- package/dist/cjs/ion-backdrop.cjs.entry.js +10 -7
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +52 -16
- package/dist/cjs/ion-button_2.cjs.entry.js +44 -12
- package/dist/cjs/ion-card_5.cjs.entry.js +54 -30
- package/dist/cjs/ion-checkbox.cjs.entry.js +33 -15
- package/dist/cjs/ion-chip.cjs.entry.js +49 -8
- package/dist/cjs/ion-col_3.cjs.entry.js +54 -57
- package/dist/cjs/ion-datetime-button.cjs.entry.js +12 -8
- package/dist/cjs/ion-datetime_3.cjs.entry.js +114 -39
- package/dist/cjs/ion-divider.cjs.entry.js +51 -0
- package/dist/cjs/ion-fab_3.cjs.entry.js +42 -26
- package/dist/cjs/ion-img.cjs.entry.js +8 -4
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +91 -16
- package/dist/cjs/ion-input-otp.cjs.entry.js +12 -8
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +51 -13
- package/dist/cjs/ion-input.cjs.entry.js +122 -32
- package/dist/cjs/ion-item-option_3.cjs.entry.js +49 -20
- package/dist/cjs/ion-item_8.cjs.entry.js +114 -47
- package/dist/cjs/ion-loading.cjs.entry.js +19 -17
- package/dist/cjs/ion-menu_3.cjs.entry.js +45 -27
- package/dist/cjs/ion-modal.cjs.entry.js +96 -69
- package/dist/cjs/ion-nav_2.cjs.entry.js +14 -11
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +11 -7
- package/dist/cjs/ion-picker-column.cjs.entry.js +13 -13
- package/dist/cjs/ion-picker.cjs.entry.js +10 -6
- package/dist/cjs/ion-popover.cjs.entry.js +19 -17
- package/dist/cjs/ion-progress-bar.cjs.entry.js +26 -8
- package/dist/cjs/ion-radio_2.cjs.entry.js +26 -16
- package/dist/cjs/ion-range.cjs.entry.js +15 -11
- 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 +15 -7
- package/dist/cjs/ion-route_4.cjs.entry.js +9 -8
- 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 +22 -15
- package/dist/cjs/ion-select-modal.cjs.entry.js +16 -10
- package/dist/cjs/ion-select_3.cjs.entry.js +131 -40
- package/dist/cjs/ion-spinner.cjs.entry.js +29 -7
- package/dist/cjs/ion-split-pane.cjs.entry.js +12 -9
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +76 -22
- package/dist/cjs/ion-tab_2.cjs.entry.js +8 -7
- package/dist/cjs/ion-text.cjs.entry.js +6 -6
- package/dist/cjs/ion-textarea.cjs.entry.js +117 -22
- package/dist/cjs/ion-toast.cjs.entry.js +67 -44
- package/dist/cjs/ion-toggle.cjs.entry.js +80 -23
- package/dist/cjs/ionic-global-DlkD8-ZL.js +491 -0
- package/dist/cjs/ionic.cjs.js +4 -4
- package/dist/cjs/{ios.transition-BOt_uW73.js → ios.transition-cjE5173V.js} +7 -5
- package/dist/cjs/{keyboard-UuAS4D_9.js → keyboard-BiIvvomq.js} +1 -1
- package/dist/cjs/{keyboard-hHzlEQpk.js → keyboard-Dxl3DPOc.js} +4 -3
- package/dist/cjs/{keyboard-controller-GXBiBRKS.js → keyboard-controller-5GsVQphE.js} +11 -9
- package/dist/cjs/list-a-7GSA6K.js +8 -0
- package/dist/cjs/loader.cjs.js +4 -4
- package/dist/cjs/{md.transition-Dt968VXB.js → md.transition-ChCLDEkm.js} +6 -5
- package/dist/cjs/{notch-controller-Bzqhjm4f.js → notch-controller-BGNMnptF.js} +4 -4
- package/dist/cjs/{overlays--dagG4QM.js → overlays-DPjo0yW3.js} +102 -12
- package/dist/cjs/{status-tap-g0sWWkXk.js → status-tap-BLw3gi_z.js} +4 -3
- package/dist/cjs/{swipe-back-BIayeNOD.js → swipe-back-BD2lWufH.js} +3 -2
- package/dist/cjs/validity-QmuwEptc.js +51 -0
- package/dist/cjs/x-BTF99yFH.js +8 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/accordion/accordion.ionic.css +196 -0
- package/dist/collection/components/accordion/accordion.ios.css +73 -58
- package/dist/collection/components/accordion/accordion.js +36 -26
- package/dist/collection/components/accordion/accordion.md.css +67 -59
- package/dist/collection/components/accordion-group/accordion-group.ionic.css +93 -0
- package/dist/collection/components/accordion-group/accordion-group.ios.css +16 -4
- package/dist/collection/components/accordion-group/accordion-group.js +44 -8
- package/dist/collection/components/accordion-group/accordion-group.md.css +22 -4
- package/dist/collection/components/action-sheet/action-sheet.ios.css +18 -6
- package/dist/collection/components/action-sheet/action-sheet.js +17 -13
- package/dist/collection/components/action-sheet/action-sheet.md.css +17 -5
- package/dist/collection/components/alert/alert.ios.css +19 -1
- package/dist/collection/components/alert/alert.js +16 -13
- package/dist/collection/components/alert/alert.md.css +19 -1
- package/dist/collection/components/app/app.js +15 -78
- package/dist/collection/components/avatar/avatar.ionic.css +391 -0
- package/dist/collection/components/avatar/avatar.ios.css +7 -33
- package/dist/collection/components/avatar/avatar.js +120 -4
- package/dist/collection/components/avatar/avatar.md.css +51 -0
- package/dist/collection/components/back-button/back-button.ios.css +60 -48
- package/dist/collection/components/back-button/back-button.js +27 -19
- package/dist/collection/components/back-button/back-button.md.css +60 -48
- package/dist/collection/components/backdrop/backdrop.ionic.css +109 -0
- package/dist/collection/components/backdrop/backdrop.ios.css +56 -19
- package/dist/collection/components/backdrop/backdrop.js +12 -6
- package/dist/collection/components/backdrop/backdrop.md.css +56 -19
- package/dist/collection/components/badge/badge.ionic.css +275 -0
- package/dist/collection/components/badge/badge.ios.css +139 -12
- package/dist/collection/components/badge/badge.js +145 -9
- package/dist/collection/components/badge/badge.md.css +123 -12
- package/dist/collection/components/breadcrumb/breadcrumb.ios.css +20 -8
- package/dist/collection/components/breadcrumb/breadcrumb.js +43 -11
- package/dist/collection/components/breadcrumb/breadcrumb.md.css +20 -8
- package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +6 -0
- package/dist/collection/components/breadcrumbs/breadcrumbs.js +11 -9
- package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +6 -0
- package/dist/collection/components/button/button.ionic.css +636 -0
- package/dist/collection/components/button/button.ios.css +135 -46
- package/dist/collection/components/button/button.js +48 -17
- package/dist/collection/components/button/button.md.css +126 -50
- package/dist/collection/components/buttons/buttons.ionic.css +97 -0
- package/dist/collection/components/buttons/buttons.ios.css +59 -7
- package/dist/collection/components/buttons/buttons.js +15 -9
- package/dist/collection/components/buttons/buttons.md.css +55 -3
- package/dist/collection/components/card/card.ionic.css +144 -0
- package/dist/collection/components/card/card.ios.css +65 -14
- package/dist/collection/components/card/card.js +41 -10
- package/dist/collection/components/card/card.md.css +65 -14
- package/dist/collection/components/card-content/card-content.ionic.css +92 -0
- package/dist/collection/components/card-content/card-content.ios.css +16 -1
- package/dist/collection/components/card-content/card-content.js +11 -8
- package/dist/collection/components/card-content/card-content.md.css +16 -1
- package/dist/collection/components/card-header/card-header.ionic.css +85 -0
- package/dist/collection/components/card-header/card-header.ios.css +27 -15
- package/dist/collection/components/card-header/card-header.js +13 -10
- package/dist/collection/components/card-header/card-header.md.css +27 -15
- package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +144 -0
- package/dist/collection/components/card-subtitle/card-subtitle.ios.css +12 -0
- package/dist/collection/components/card-subtitle/card-subtitle.js +11 -8
- package/dist/collection/components/card-subtitle/card-subtitle.md.css +12 -0
- package/dist/collection/components/card-title/card-title.ios.css +73 -0
- package/dist/collection/components/card-title/card-title.js +11 -8
- package/dist/collection/components/card-title/card-title.md.css +73 -0
- package/dist/collection/components/checkbox/checkbox.ionic.css +539 -0
- package/dist/collection/components/checkbox/checkbox.ios.css +161 -101
- package/dist/collection/components/checkbox/checkbox.js +70 -14
- package/dist/collection/components/checkbox/checkbox.md.css +162 -102
- package/dist/collection/components/chip/chip.ionic.css +215 -0
- package/dist/collection/components/chip/chip.ios.css +67 -14
- package/dist/collection/components/chip/chip.js +108 -8
- package/dist/collection/components/chip/chip.md.css +67 -14
- package/dist/collection/components/col/col.css +192 -4
- package/dist/collection/components/col/col.js +210 -61
- package/dist/collection/components/content/content.css +8 -2
- package/dist/collection/components/content/content.js +16 -11
- package/dist/collection/components/datetime/datetime.ionic.css +711 -0
- package/dist/collection/components/datetime/datetime.ios.css +258 -96
- package/dist/collection/components/datetime/datetime.js +98 -20
- package/dist/collection/components/datetime/datetime.md.css +258 -96
- package/dist/collection/components/datetime/utils/data.js +5 -5
- package/dist/collection/components/datetime-button/datetime-button.ios.css +6 -0
- package/dist/collection/components/datetime-button/datetime-button.js +11 -8
- package/dist/collection/components/datetime-button/datetime-button.md.css +6 -0
- package/dist/collection/components/divider/divider.ionic.css +148 -0
- package/dist/collection/components/divider/divider.ios.css +87 -0
- package/dist/collection/components/divider/divider.js +94 -0
- package/dist/collection/components/divider/divider.md.css +87 -0
- package/dist/collection/components/fab/fab.css +25 -1
- package/dist/collection/components/fab/fab.js +9 -5
- package/dist/collection/components/fab-button/fab-button.ios.css +18 -6
- package/dist/collection/components/fab-button/fab-button.js +36 -21
- package/dist/collection/components/fab-button/fab-button.md.css +20 -8
- package/dist/collection/components/fab-list/fab-list.css +12 -0
- package/dist/collection/components/fab-list/fab-list.js +9 -5
- package/dist/collection/components/footer/footer.ios.css +14 -2
- package/dist/collection/components/footer/footer.js +21 -16
- package/dist/collection/components/footer/footer.md.css +12 -0
- package/dist/collection/components/grid/grid.css +12 -0
- package/dist/collection/components/grid/grid.js +9 -5
- package/dist/collection/components/header/header.ionic.css +97 -0
- package/dist/collection/components/header/header.ios.css +25 -10
- package/dist/collection/components/header/header.js +50 -19
- package/dist/collection/components/header/header.md.css +23 -8
- package/dist/collection/components/header/header.utils.js +5 -5
- package/dist/collection/components/img/img.js +8 -2
- package/dist/collection/components/infinite-scroll/infinite-scroll.js +100 -5
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +12 -0
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +16 -10
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +12 -0
- package/dist/collection/components/input/input.ionic.css +885 -0
- package/dist/collection/components/input/input.ios.css +223 -140
- package/dist/collection/components/input/input.js +149 -38
- package/dist/collection/components/input/input.md.css +193 -212
- package/dist/collection/components/input-otp/input-otp.ionic.css +369 -0
- package/dist/collection/components/input-otp/input-otp.ios.css +102 -60
- package/dist/collection/components/input-otp/input-otp.js +7 -5
- package/dist/collection/components/input-otp/input-otp.md.css +102 -60
- package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +78 -0
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +48 -12
- package/dist/collection/components/input-password-toggle/input-password-toggle.native.css +61 -0
- package/dist/collection/components/item/item.ionic.css +508 -0
- package/dist/collection/components/item/item.ios.css +109 -69
- package/dist/collection/components/item/item.js +51 -20
- package/dist/collection/components/item/item.md.css +120 -68
- package/dist/collection/components/item-divider/item-divider.ios.css +18 -0
- package/dist/collection/components/item-divider/item-divider.js +11 -8
- package/dist/collection/components/item-divider/item-divider.md.css +18 -0
- package/dist/collection/components/item-group/item-group.ios.css +12 -0
- package/dist/collection/components/item-group/item-group.js +13 -7
- package/dist/collection/components/item-group/item-group.md.css +12 -0
- package/dist/collection/components/item-option/item-option.ionic.css +278 -0
- package/dist/collection/components/item-option/item-option.ios.css +136 -29
- package/dist/collection/components/item-option/item-option.js +73 -9
- package/dist/collection/components/item-option/item-option.md.css +136 -29
- package/dist/collection/components/item-options/item-options.ionic.css +221 -0
- package/dist/collection/components/item-options/item-options.ios.css +77 -34
- package/dist/collection/components/item-options/item-options.js +13 -7
- package/dist/collection/components/item-options/item-options.md.css +77 -34
- package/dist/collection/components/item-sliding/item-sliding.css +6 -0
- package/dist/collection/components/item-sliding/item-sliding.js +8 -4
- package/dist/collection/components/label/label.ios.css +18 -0
- package/dist/collection/components/label/label.js +11 -8
- package/dist/collection/components/label/label.md.css +18 -0
- package/dist/collection/components/list/list.ionic.css +212 -0
- package/dist/collection/components/list/list.ios.css +54 -14
- package/dist/collection/components/list/list.js +48 -9
- package/dist/collection/components/list/list.md.css +56 -16
- package/dist/collection/components/list-header/list-header.ionic.css +190 -0
- package/dist/collection/components/list-header/list-header.ios.css +82 -38
- package/dist/collection/components/list-header/list-header.js +11 -8
- package/dist/collection/components/list-header/list-header.md.css +82 -38
- package/dist/collection/components/loading/loading.ios.css +13 -1
- package/dist/collection/components/loading/loading.js +14 -11
- package/dist/collection/components/loading/loading.md.css +13 -1
- package/dist/collection/components/menu/menu.ios.css +15 -3
- package/dist/collection/components/menu/menu.js +12 -7
- package/dist/collection/components/menu/menu.md.css +15 -3
- package/dist/collection/components/menu-button/menu-button.ionic.css +236 -0
- package/dist/collection/components/menu-button/menu-button.ios.css +48 -14
- package/dist/collection/components/menu-button/menu-button.js +26 -10
- package/dist/collection/components/menu-button/menu-button.md.css +49 -15
- package/dist/collection/components/menu-toggle/menu-toggle.js +8 -5
- package/dist/collection/components/modal/animations/sheet.js +8 -2
- package/dist/collection/components/modal/gestures/sheet.js +10 -6
- package/dist/collection/components/modal/modal.ionic.css +247 -0
- package/dist/collection/components/modal/modal.ios.css +174 -70
- package/dist/collection/components/modal/modal.js +48 -11
- package/dist/collection/components/modal/modal.md.css +174 -70
- package/dist/collection/components/nav/nav.css +7 -1
- package/dist/collection/components/nav/nav.js +11 -5
- package/dist/collection/components/nav-link/nav-link.js +5 -1
- package/dist/collection/components/note/note.ios.css +12 -0
- package/dist/collection/components/note/note.js +11 -8
- package/dist/collection/components/note/note.md.css +12 -0
- package/dist/collection/components/picker/picker.ios.css +15 -3
- package/dist/collection/components/picker/picker.js +8 -5
- package/dist/collection/components/picker/picker.md.css +15 -3
- package/dist/collection/components/picker-column/picker-column.css +9 -2
- package/dist/collection/components/picker-column/picker-column.js +8 -7
- package/dist/collection/components/picker-column-option/picker-column-option.ios.css +6 -0
- package/dist/collection/components/picker-column-option/picker-column-option.js +13 -7
- package/dist/collection/components/picker-column-option/picker-column-option.md.css +6 -0
- package/dist/collection/components/picker-legacy/picker.ios.css +13 -1
- package/dist/collection/components/picker-legacy/picker.js +7 -6
- package/dist/collection/components/picker-legacy/picker.md.css +13 -1
- package/dist/collection/components/picker-legacy-column/picker-column.ios.css +12 -0
- package/dist/collection/components/picker-legacy-column/picker-column.js +4 -4
- package/dist/collection/components/picker-legacy-column/picker-column.md.css +12 -0
- package/dist/collection/components/popover/popover.ios.css +13 -1
- package/dist/collection/components/popover/popover.js +17 -14
- package/dist/collection/components/popover/popover.md.css +13 -1
- package/dist/collection/components/progress-bar/progress-bar.ionic.css +287 -0
- package/dist/collection/components/progress-bar/progress-bar.ios.css +48 -17
- package/dist/collection/components/progress-bar/progress-bar.js +43 -7
- package/dist/collection/components/progress-bar/progress-bar.md.css +48 -17
- package/dist/collection/components/radio/radio.ionic.css +422 -0
- package/dist/collection/components/radio/radio.ios.css +134 -91
- package/dist/collection/components/radio/radio.js +12 -9
- package/dist/collection/components/radio/radio.md.css +134 -91
- package/dist/collection/components/radio-group/radio-group.ionic.css +119 -0
- package/dist/collection/components/radio-group/radio-group.ios.css +43 -23
- package/dist/collection/components/radio-group/radio-group.js +21 -6
- package/dist/collection/components/radio-group/radio-group.md.css +43 -23
- package/dist/collection/components/range/range.ionic.css +563 -0
- package/dist/collection/components/range/range.ios.css +128 -85
- package/dist/collection/components/range/range.js +12 -9
- package/dist/collection/components/range/range.md.css +128 -85
- package/dist/collection/components/refresher/refresher.ios.css +14 -1
- package/dist/collection/components/refresher/refresher.js +11 -8
- package/dist/collection/components/refresher/refresher.md.css +15 -2
- package/dist/collection/components/refresher-content/refresher-content.js +28 -7
- package/dist/collection/components/reorder/reorder.ios.css +6 -0
- package/dist/collection/components/reorder/reorder.js +33 -6
- package/dist/collection/components/reorder/reorder.md.css +6 -0
- package/dist/collection/components/reorder-group/reorder-group.css +6 -0
- package/dist/collection/components/reorder-group/reorder-group.js +8 -4
- package/dist/collection/components/ripple-effect/{ripple-effect.css → ripple-effect.common.css} +7 -1
- package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +215 -0
- package/dist/collection/components/ripple-effect/ripple-effect.js +14 -6
- package/dist/collection/components/route/route.js +4 -0
- package/dist/collection/components/router/router.js +4 -0
- package/dist/collection/components/router-link/router-link.css +8 -2
- package/dist/collection/components/router-link/router-link.js +9 -5
- package/dist/collection/components/router-outlet/router-outlet.css +7 -1
- package/dist/collection/components/router-outlet/router-outlet.js +6 -3
- package/dist/collection/components/row/row.css +16 -0
- package/dist/collection/components/row/row.js +9 -2
- package/dist/collection/components/searchbar/searchbar.ionic.css +626 -0
- package/dist/collection/components/searchbar/searchbar.ios.css +56 -18
- package/dist/collection/components/searchbar/searchbar.js +181 -34
- package/dist/collection/components/searchbar/searchbar.md.css +56 -18
- package/dist/collection/components/segment/segment.ionic.css +115 -0
- package/dist/collection/components/segment/segment.ios.css +45 -2
- package/dist/collection/components/segment/segment.js +11 -8
- package/dist/collection/components/segment/segment.md.css +45 -2
- package/dist/collection/components/segment-button/segment-button.ionic.css +353 -0
- package/dist/collection/components/segment-button/segment-button.ios.css +146 -105
- package/dist/collection/components/segment-button/segment-button.js +11 -8
- package/dist/collection/components/segment-button/segment-button.md.css +148 -107
- package/dist/collection/components/segment-content/segment-content.js +1 -1
- package/dist/collection/components/segment-view/segment-view.ios.css +6 -0
- package/dist/collection/components/segment-view/segment-view.js +6 -4
- package/dist/collection/components/segment-view/segment-view.md.css +6 -0
- package/dist/collection/components/select/select.ionic.css +777 -0
- package/dist/collection/components/select/select.ios.css +315 -176
- package/dist/collection/components/select/select.js +156 -53
- package/dist/collection/components/select/select.md.css +331 -178
- package/dist/collection/components/select-modal/select-modal.ionic.css +130 -0
- package/dist/collection/components/select-modal/select-modal.ios.css +18 -0
- package/dist/collection/components/select-modal/select-modal.js +11 -4
- package/dist/collection/components/select-modal/select-modal.md.css +7 -3
- package/dist/collection/components/select-option/select-option.js +9 -2
- package/dist/collection/components/select-popover/select-popover.ios.css +18 -0
- package/dist/collection/components/select-popover/select-popover.js +12 -4
- package/dist/collection/components/select-popover/select-popover.md.css +18 -0
- package/dist/collection/components/skeleton-text/skeleton-text.css +6 -0
- package/dist/collection/components/skeleton-text/skeleton-text.js +9 -5
- package/dist/collection/components/spinner/{spinner.css → spinner.ionic.css} +77 -10
- package/dist/collection/components/spinner/spinner.js +47 -6
- package/dist/collection/components/spinner/spinner.native.css +198 -0
- package/dist/collection/components/split-pane/split-pane.ios.css +20 -2
- package/dist/collection/components/split-pane/split-pane.js +14 -8
- package/dist/collection/components/split-pane/split-pane.md.css +20 -2
- package/dist/collection/components/tab/tab.js +6 -2
- package/dist/collection/components/tab-bar/tab-bar.ionic.css +201 -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 +337 -0
- package/dist/collection/components/tab-button/tab-button.ios.css +171 -95
- package/dist/collection/components/tab-button/tab-button.js +54 -9
- 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 +890 -0
- package/dist/collection/components/textarea/textarea.ios.css +283 -142
- package/dist/collection/components/textarea/textarea.js +146 -24
- package/dist/collection/components/textarea/textarea.md.css +297 -143
- package/dist/collection/components/thumbnail/thumbnail.css +6 -0
- package/dist/collection/components/thumbnail/thumbnail.js +9 -2
- package/dist/collection/components/title/title.ionic.css +127 -0
- package/dist/collection/components/title/title.ios.css +32 -4
- package/dist/collection/components/title/title.js +13 -7
- package/dist/collection/components/title/title.md.css +32 -4
- package/dist/collection/components/toast/animations/utils.js +1 -1
- package/dist/collection/components/toast/toast.ionic.css +394 -0
- package/dist/collection/components/toast/toast.ios.css +84 -45
- package/dist/collection/components/toast/toast.js +75 -12
- package/dist/collection/components/toast/toast.md.css +84 -45
- package/dist/collection/components/toggle/toggle.ionic.css +508 -0
- package/dist/collection/components/toggle/toggle.ios.css +247 -131
- package/dist/collection/components/toggle/toggle.js +73 -18
- package/dist/collection/components/toggle/toggle.md.css +244 -131
- package/dist/collection/components/toolbar/test/image.svg +1 -0
- package/dist/collection/components/toolbar/toolbar.ionic.css +241 -0
- package/dist/collection/components/toolbar/toolbar.ios.css +90 -47
- package/dist/collection/components/toolbar/toolbar.js +157 -13
- package/dist/collection/components/toolbar/toolbar.md.css +90 -47
- package/dist/collection/global/ionic-global.js +228 -13
- package/dist/collection/utils/focus-trap.js +13 -2
- package/dist/collection/utils/focus-visible.js +22 -0
- package/dist/collection/utils/forms/validity.js +31 -0
- package/dist/collection/utils/framework-delegate.js +3 -1
- package/dist/collection/utils/helpers.js +57 -3
- 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 +82 -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 +26 -3
- package/dist/collection/utils/transition/ios.transition.js +1 -0
- package/dist/docs.json +8263 -377
- package/dist/esm/{animation-Dt8bGnA-.js → animation-DR5OwIG7.js} +2 -2
- package/dist/esm/{app-globals-BDSf8fOA.js → app-globals-tUwaabUU.js} +1 -1
- package/dist/esm/{button-active-L570Swow.js → button-active-CegK1Ga3.js} +2 -2
- package/dist/esm/{capacitor-CFERIeaU.js → capacitor-Ap5mZl6I.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-mCdtaoPe.js → config-DK9FWNvn.js} +1 -1
- package/dist/esm/{data-DCORV9FH.js → data-B5lRlGxI.js} +6 -6
- package/dist/esm/{focus-visible-BmVRXR1y.js → focus-visible-vXpMhGrs.js} +23 -1
- package/dist/esm/{framework-delegate-BYawdMXj.js → framework-delegate-Dx6tn-_w.js} +4 -2
- package/dist/esm/{haptic-DzAMWJuk.js → haptic-hXtWLcs-.js} +1 -1
- package/dist/esm/{helpers-DEn3pfjm.js → helpers-6l6yFg3S.js} +57 -4
- package/dist/esm/{index-r2D9DEro.js → index-BVnPBHWX.js} +4 -4
- package/dist/esm/{index-ceb5RaMT.js → index-CAS79tvr.js} +4 -3
- package/dist/esm/{index-CvDIirVx.js → index-CH4BJAR9.js} +11 -11
- package/dist/esm/{index-DV3sJJW8.js → index-COG0_eom.js} +1 -1
- package/dist/esm/{index-Bs3kT4bc.js → index-CXCvNx5X.js} +2 -2
- package/dist/esm/{index-C8IsBmNU.js → index-gD7P82jx.js} +41 -4
- package/dist/esm/index.js +12 -13
- package/dist/esm/{input-shims-DyOpfTg6.js → input-shims-DFQmNfaZ.js} +7 -6
- package/dist/esm/{input.utils-DrvTa8gz.js → input.utils-85zOntcN.js} +3 -3
- package/dist/esm/ion-accordion_2.entry.js +57 -28
- package/dist/esm/ion-action-sheet.entry.js +24 -21
- package/dist/esm/ion-alert.entry.js +24 -22
- package/dist/esm/ion-app_8.entry.js +250 -151
- package/dist/esm/ion-avatar_3.entry.js +125 -13
- package/dist/esm/ion-back-button.entry.js +30 -21
- package/dist/esm/ion-backdrop.entry.js +10 -7
- package/dist/esm/ion-breadcrumb_2.entry.js +53 -17
- package/dist/esm/ion-button_2.entry.js +44 -12
- package/dist/esm/ion-card_5.entry.js +54 -30
- package/dist/esm/ion-checkbox.entry.js +33 -15
- package/dist/esm/ion-chip.entry.js +49 -8
- package/dist/esm/ion-col_3.entry.js +54 -57
- package/dist/esm/ion-datetime-button.entry.js +12 -8
- package/dist/esm/ion-datetime_3.entry.js +115 -40
- package/dist/esm/ion-divider.entry.js +49 -0
- package/dist/esm/ion-fab_3.entry.js +43 -27
- package/dist/esm/ion-img.entry.js +8 -4
- package/dist/esm/ion-infinite-scroll_2.entry.js +91 -16
- package/dist/esm/ion-input-otp.entry.js +12 -8
- package/dist/esm/ion-input-password-toggle.entry.js +52 -14
- package/dist/esm/ion-input.entry.js +123 -33
- package/dist/esm/ion-item-option_3.entry.js +49 -20
- package/dist/esm/ion-item_8.entry.js +115 -48
- package/dist/esm/ion-loading.entry.js +19 -17
- package/dist/esm/ion-menu_3.entry.js +46 -28
- package/dist/esm/ion-modal.entry.js +57 -30
- package/dist/esm/ion-nav_2.entry.js +14 -11
- package/dist/esm/ion-picker-column-option.entry.js +11 -7
- package/dist/esm/ion-picker-column.entry.js +12 -12
- package/dist/esm/ion-picker.entry.js +10 -6
- package/dist/esm/ion-popover.entry.js +19 -17
- package/dist/esm/ion-progress-bar.entry.js +26 -8
- package/dist/esm/ion-radio_2.entry.js +26 -16
- package/dist/esm/ion-range.entry.js +15 -11
- package/dist/esm/ion-refresher_2.entry.js +39 -21
- package/dist/esm/ion-reorder_2.entry.js +38 -14
- package/dist/esm/ion-ripple-effect.entry.js +15 -7
- package/dist/esm/ion-route_4.entry.js +9 -8
- package/dist/esm/ion-searchbar.entry.js +137 -24
- package/dist/esm/ion-segment-content.entry.js +2 -2
- package/dist/esm/ion-segment-view.entry.js +6 -3
- package/dist/esm/ion-segment_2.entry.js +22 -15
- package/dist/esm/ion-select-modal.entry.js +17 -11
- package/dist/esm/ion-select_3.entry.js +132 -41
- package/dist/esm/ion-spinner.entry.js +29 -7
- package/dist/esm/ion-split-pane.entry.js +12 -9
- package/dist/esm/ion-tab-bar_2.entry.js +76 -22
- package/dist/esm/ion-tab_2.entry.js +8 -7
- package/dist/esm/ion-text.entry.js +6 -6
- package/dist/esm/ion-textarea.entry.js +117 -22
- package/dist/esm/ion-toast.entry.js +42 -19
- package/dist/esm/ion-toggle.entry.js +81 -24
- package/dist/esm/ionic-global-C2dfEr5R.js +480 -0
- package/dist/esm/ionic.js +5 -5
- package/dist/esm/{ios.transition-BDzw0_Hm.js → ios.transition-mZDQgHke.js} +7 -5
- package/dist/esm/{keyboard-ywgs5efA.js → keyboard-BBx8cd5K.js} +4 -3
- package/dist/esm/{keyboard-CUw4ekVy.js → keyboard-NoPSnHZy.js} +1 -1
- package/dist/esm/{keyboard-controller-BaaVITYt.js → keyboard-controller-D5zoL0pZ.js} +5 -3
- package/dist/esm/list-Dhi5xtNS.js +6 -0
- package/dist/esm/loader.js +5 -5
- package/dist/esm/{md.transition-BzDYi3qq.js → md.transition-DOqTLNQU.js} +6 -5
- package/dist/esm/{notch-controller-BwelN_JM.js → notch-controller-C7UVCCo4.js} +2 -2
- package/dist/esm/{overlays-DCabi1dI.js → overlays-DvZf7QU-.js} +99 -9
- package/dist/esm/{status-tap-5DQ7Fc4V.js → status-tap-BAJGCN-1.js} +4 -3
- package/dist/esm/{swipe-back-BKw2CAHc.js → swipe-back-bZ7qcCmT.js} +3 -2
- package/dist/esm/validity-BjW8SOqw.js +48 -0
- package/dist/esm/x-BDqjX7Z_.js +6 -0
- package/dist/html.html-data.json +2530 -224
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/p-01ebb298.entry.js +4 -0
- package/dist/ionic/p-058204d8.entry.js +4 -0
- package/dist/ionic/p-074b3070.entry.js +4 -0
- package/dist/ionic/p-0ac03d31.entry.js +4 -0
- package/dist/ionic/p-1552f206.entry.js +4 -0
- package/dist/ionic/p-2eeb3efe.entry.js +4 -0
- package/dist/ionic/p-35214276.entry.js +4 -0
- package/dist/ionic/p-354515ed.entry.js +4 -0
- package/dist/ionic/p-3ec68103.entry.js +4 -0
- package/dist/ionic/p-427c1ad4.entry.js +4 -0
- package/dist/ionic/p-453a5dda.entry.js +4 -0
- package/dist/ionic/p-45551cea.entry.js +4 -0
- package/dist/ionic/p-484549da.entry.js +4 -0
- package/dist/ionic/p-505435ca.entry.js +4 -0
- package/dist/ionic/p-50c72200.entry.js +4 -0
- package/dist/ionic/p-5189dd57.entry.js +4 -0
- package/dist/ionic/p-52d0d65d.entry.js +4 -0
- package/dist/ionic/p-59279168.entry.js +4 -0
- package/dist/ionic/p-59482460.entry.js +4 -0
- package/dist/ionic/p-5cad7882.entry.js +4 -0
- package/dist/ionic/p-5d4f0f1d.entry.js +4 -0
- package/dist/ionic/p-5fcd7b49.entry.js +4 -0
- package/dist/ionic/p-6760dd1e.entry.js +4 -0
- package/dist/ionic/p-69465c18.entry.js +4 -0
- package/dist/ionic/p-6c4559a0.entry.js +4 -0
- package/dist/ionic/p-76734290.entry.js +4 -0
- package/dist/ionic/p-7d15135e.entry.js +4 -0
- package/dist/ionic/p-80d247b1.entry.js +4 -0
- package/dist/ionic/p-8396abe1.entry.js +4 -0
- package/dist/ionic/p-86a947c1.entry.js +4 -0
- package/dist/ionic/p-879ce6f2.entry.js +4 -0
- package/dist/ionic/p-8e97391b.entry.js +4 -0
- package/dist/ionic/p-984df948.entry.js +4 -0
- package/dist/ionic/p-9a00aac8.entry.js +4 -0
- package/dist/ionic/p-9b5b0e6d.entry.js +4 -0
- package/dist/ionic/p-B9cWjC5a.js +4 -0
- package/dist/ionic/p-BDhPZwpV.js +4 -0
- package/dist/ionic/p-BDqjX7Z_.js +4 -0
- package/dist/ionic/p-BI1KkP1o.js +4 -0
- package/dist/ionic/p-BYSs-jZz.js +4 -0
- package/dist/ionic/p-BYnmISwy.js +4 -0
- package/dist/ionic/p-BjW8SOqw.js +4 -0
- package/dist/ionic/{p-Dc45iWE4.js → p-Bmh46Fz0.js} +1 -1
- package/dist/ionic/{p-BYEqWnSg.js → p-BsbREiiN.js} +1 -1
- package/dist/ionic/p-CCy93Kdo.js +4 -0
- package/dist/ionic/{p-D0dMcSkw.js → p-CDRncjej.js} +1 -1
- package/dist/ionic/{p-CJxh_yLS.js → p-CH8-5k8b.js} +1 -1
- package/dist/ionic/{p-DV3sJJW8.js → p-COG0_eom.js} +1 -1
- package/dist/ionic/p-CSbvB5z5.js +4 -0
- package/dist/ionic/p-CVI6Uwrk.js +4 -0
- package/dist/ionic/{p-CwgG81ZD.js → p-CYW7idR0.js} +1 -1
- package/dist/ionic/p-CZG8whz6.js +4 -0
- package/dist/ionic/p-Cq6IwwGB.js +4 -0
- package/dist/ionic/p-Ct1oJEVo.js +4 -0
- package/dist/ionic/p-CtS5hTli.js +4 -0
- package/dist/ionic/{p-DbQ5QkTP.js → p-Cv5jk_TK.js} +1 -1
- package/dist/ionic/p-D1t981Ih.js +4 -0
- package/dist/ionic/p-D2EO-8IE.js +4 -0
- package/dist/ionic/p-DIzp9O64.js +4 -0
- package/dist/ionic/{p-D13Eaw-8.js → p-DMo2WKG5.js} +1 -1
- package/dist/ionic/p-DUdm2h77.js +4 -0
- package/dist/ionic/p-Dhi5xtNS.js +4 -0
- package/dist/ionic/p-DkXYG789.js +4 -0
- package/dist/ionic/p-We-0jbXn.js +4 -0
- package/dist/ionic/p-a4282459.entry.js +4 -0
- package/dist/ionic/p-b9ec8be1.entry.js +4 -0
- package/dist/ionic/p-bf2ac6e0.entry.js +4 -0
- package/dist/ionic/p-c12298f5.entry.js +4 -0
- package/dist/ionic/p-c1562e8b.entry.js +4 -0
- package/dist/ionic/p-c7df4ca1.entry.js +4 -0
- package/dist/ionic/p-cb1f3e0c.entry.js +4 -0
- package/dist/ionic/p-d12a71be.entry.js +4 -0
- package/dist/ionic/p-d249f019.entry.js +4 -0
- package/dist/ionic/p-de2418c7.entry.js +4 -0
- package/dist/ionic/p-df036563.entry.js +4 -0
- package/dist/ionic/p-e174f8a8.entry.js +4 -0
- package/dist/ionic/p-e67abd5f.entry.js +4 -0
- package/dist/ionic/p-e937a89a.entry.js +4 -0
- package/dist/ionic/p-f01c1e73.entry.js +4 -0
- package/dist/ionic/p-f2ba465e.entry.js +4 -0
- package/dist/ionic/p-f5be9d83.entry.js +4 -0
- package/dist/ionic/p-fIOYmaqA.js +4 -0
- package/dist/ionic/p-fb3b3444.entry.js +4 -0
- package/dist/ionic/p-gD7P82jx.js +5 -0
- package/dist/ionic/p-hPTD29t1.js +4 -0
- package/dist/ionic/{p-CKvCXMs9.js → p-qNBpc0Qq.js} +1 -1
- package/dist/ionic/p-vXpMhGrs.js +4 -0
- package/dist/types/components/accordion/accordion.d.ts +5 -3
- package/dist/types/components/accordion-group/accordion-group.d.ts +12 -1
- package/dist/types/components/action-sheet/action-sheet-interface.d.ts +3 -7
- package/dist/types/components/action-sheet/action-sheet.d.ts +3 -2
- package/dist/types/components/alert/alert-interface.d.ts +3 -7
- package/dist/types/components/alert/alert.d.ts +3 -2
- package/dist/types/components/app/app.d.ts +4 -2
- package/dist/types/components/avatar/avatar.d.ts +32 -0
- package/dist/types/components/back-button/back-button.d.ts +2 -1
- package/dist/types/components/backdrop/backdrop.d.ts +4 -0
- package/dist/types/components/badge/badge.d.ts +34 -1
- package/dist/types/components/breadcrumb/breadcrumb.d.ts +4 -1
- package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
- package/dist/types/components/button/button.d.ts +19 -6
- package/dist/types/components/buttons/buttons.d.ts +5 -1
- package/dist/types/components/card/card.d.ts +8 -1
- package/dist/types/components/card-content/card-content.d.ts +2 -1
- package/dist/types/components/card-header/card-header.d.ts +3 -2
- package/dist/types/components/card-subtitle/card-subtitle.d.ts +2 -1
- package/dist/types/components/card-title/card-title.d.ts +2 -1
- package/dist/types/components/checkbox/checkbox.d.ts +14 -4
- package/dist/types/components/chip/chip.d.ts +26 -1
- package/dist/types/components/col/col.d.ts +52 -5
- package/dist/types/components/content/content.d.ts +3 -0
- package/dist/types/components/datetime/datetime.d.ts +26 -1
- package/dist/types/components/datetime/utils/data.d.ts +5 -5
- package/dist/types/components/datetime-button/datetime-button.d.ts +2 -1
- package/dist/types/components/divider/divider.d.ts +20 -0
- package/dist/types/components/fab/fab.d.ts +4 -0
- package/dist/types/components/fab-button/fab-button.d.ts +5 -3
- package/dist/types/components/fab-list/fab-list.d.ts +4 -0
- package/dist/types/components/footer/footer.d.ts +4 -3
- package/dist/types/components/grid/grid.d.ts +4 -0
- package/dist/types/components/header/header.d.ts +9 -3
- package/dist/types/components/header/header.utils.d.ts +3 -3
- package/dist/types/components/img/img.d.ts +3 -0
- package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +21 -0
- package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +4 -0
- package/dist/types/components/input/input.d.ts +31 -5
- package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +2 -0
- package/dist/types/components/item/item.d.ts +11 -4
- package/dist/types/components/item-divider/item-divider.d.ts +2 -1
- package/dist/types/components/item-group/item-group.d.ts +4 -0
- package/dist/types/components/item-option/item-option.d.ts +18 -1
- package/dist/types/components/item-options/item-options.d.ts +4 -0
- package/dist/types/components/item-sliding/item-sliding.d.ts +4 -0
- package/dist/types/components/label/label.d.ts +2 -1
- package/dist/types/components/list/list.d.ts +15 -1
- package/dist/types/components/list-header/list-header.d.ts +2 -1
- package/dist/types/components/loading/loading-interface.d.ts +2 -7
- package/dist/types/components/loading/loading.d.ts +3 -2
- package/dist/types/components/menu/menu.d.ts +3 -0
- package/dist/types/components/menu-button/menu-button.d.ts +3 -1
- package/dist/types/components/menu-toggle/menu-toggle.d.ts +3 -0
- package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
- package/dist/types/components/modal/modal-interface.d.ts +4 -7
- package/dist/types/components/modal/modal.d.ts +11 -1
- package/dist/types/components/nav/nav-interface.d.ts +9 -1
- package/dist/types/components/nav/nav.d.ts +5 -1
- package/dist/types/components/nav-link/nav-link.d.ts +4 -0
- package/dist/types/components/note/note.d.ts +2 -1
- package/dist/types/components/picker/picker.d.ts +2 -1
- package/dist/types/components/picker-column/picker-column.d.ts +2 -1
- package/dist/types/components/picker-column-option/picker-column-option.d.ts +4 -0
- package/dist/types/components/picker-legacy/picker.d.ts +2 -1
- package/dist/types/components/popover/popover-interface.d.ts +3 -6
- package/dist/types/components/popover/popover.d.ts +6 -5
- package/dist/types/components/progress-bar/progress-bar.d.ts +10 -1
- package/dist/types/components/radio/radio.d.ts +2 -1
- package/dist/types/components/radio-group/radio-group.d.ts +8 -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-modal/select-modal.d.ts +1 -0
- 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 +12 -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 +42 -4
- package/dist/types/components/thumbnail/thumbnail.d.ts +4 -0
- package/dist/types/components/title/title.d.ts +4 -0
- package/dist/types/components/toast/animations/utils.d.ts +2 -2
- package/dist/types/components/toast/toast-interface.d.ts +3 -7
- package/dist/types/components/toast/toast.d.ts +19 -2
- package/dist/types/components/toggle/toggle.d.ts +15 -1
- package/dist/types/components/toolbar/toolbar.d.ts +20 -3
- package/dist/types/components.d.ts +1593 -196
- package/dist/types/global/ionic-global.d.ts +27 -2
- package/dist/types/interface.d.ts +3 -0
- package/dist/types/utils/config.d.ts +106 -2
- package/dist/types/utils/focus-trap.d.ts +1 -1
- package/dist/types/utils/focus-visible.d.ts +13 -0
- package/dist/types/utils/forms/validity.d.ts +7 -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 +3099 -964
- package/hydrate/index.mjs +3099 -964
- package/package.json +12 -8
- package/components/hardware-back-button.js +0 -115
- package/components/index9.js +0 -7
- package/dist/cjs/hardware-back-button-VCK4V3mG.js +0 -121
- package/dist/cjs/index-DkNv4J_i.js +0 -10
- package/dist/cjs/ionic-global-HMVqOFGO.js +0 -151
- package/dist/cjs/validity-BpS37YFM.js +0 -19
- package/dist/esm/hardware-back-button-CPLxO-Ev.js +0 -115
- package/dist/esm/index-ZjP4CjeZ.js +0 -7
- package/dist/esm/ionic-global-CDrldh-5.js +0 -146
- package/dist/esm/validity-DJztqcrH.js +0 -17
- package/dist/ionic/p-020af078.entry.js +0 -4
- package/dist/ionic/p-074839fc.entry.js +0 -4
- package/dist/ionic/p-07753df3.entry.js +0 -4
- package/dist/ionic/p-0abeb0fc.entry.js +0 -4
- package/dist/ionic/p-0bf76d0f.entry.js +0 -4
- package/dist/ionic/p-0dfa5a37.entry.js +0 -4
- package/dist/ionic/p-11518b31.entry.js +0 -4
- package/dist/ionic/p-1647c46c.entry.js +0 -4
- package/dist/ionic/p-2a939845.entry.js +0 -4
- package/dist/ionic/p-316c0420.entry.js +0 -4
- package/dist/ionic/p-31f7095f.entry.js +0 -4
- package/dist/ionic/p-370e4237.entry.js +0 -4
- package/dist/ionic/p-3a6caca9.entry.js +0 -4
- package/dist/ionic/p-40c261a3.entry.js +0 -4
- package/dist/ionic/p-43ed1ef5.entry.js +0 -4
- package/dist/ionic/p-46d74291.entry.js +0 -4
- package/dist/ionic/p-49d06882.entry.js +0 -4
- package/dist/ionic/p-4b658a7c.entry.js +0 -4
- package/dist/ionic/p-4e41ea20.entry.js +0 -4
- package/dist/ionic/p-51a60e0f.entry.js +0 -4
- package/dist/ionic/p-576e0965.entry.js +0 -4
- package/dist/ionic/p-582824c5.entry.js +0 -4
- package/dist/ionic/p-6241ce47.entry.js +0 -4
- package/dist/ionic/p-639dd543.entry.js +0 -4
- package/dist/ionic/p-6444c606.entry.js +0 -4
- package/dist/ionic/p-675b1a31.entry.js +0 -4
- package/dist/ionic/p-6d070558.entry.js +0 -4
- package/dist/ionic/p-7268efa5.entry.js +0 -4
- package/dist/ionic/p-72c38b88.entry.js +0 -4
- package/dist/ionic/p-75ae4733.entry.js +0 -4
- package/dist/ionic/p-79bd78f9.entry.js +0 -4
- package/dist/ionic/p-86f53961.entry.js +0 -4
- package/dist/ionic/p-94de5cfa.entry.js +0 -4
- package/dist/ionic/p-9575b654.entry.js +0 -4
- package/dist/ionic/p-9eeaBrnk.js +0 -4
- package/dist/ionic/p-B0q1YL7N.js +0 -4
- package/dist/ionic/p-BFvmZNyx.js +0 -4
- package/dist/ionic/p-BKc55Xev.js +0 -4
- package/dist/ionic/p-BOVrCkpJ.js +0 -4
- package/dist/ionic/p-BmVRXR1y.js +0 -4
- package/dist/ionic/p-Bmgaetn_.js +0 -4
- package/dist/ionic/p-C6F4hat2.js +0 -4
- package/dist/ionic/p-C7hRNDhM.js +0 -4
- package/dist/ionic/p-C8IsBmNU.js +0 -5
- package/dist/ionic/p-CIGNaXM1.js +0 -4
- package/dist/ionic/p-CTfR9YZG.js +0 -4
- package/dist/ionic/p-CtWGkNnJ.js +0 -4
- package/dist/ionic/p-D-eFFUkA.js +0 -4
- package/dist/ionic/p-DCv9sLH2.js +0 -4
- package/dist/ionic/p-DDb5r57F.js +0 -4
- package/dist/ionic/p-DJztqcrH.js +0 -4
- package/dist/ionic/p-DNcfiJwE.js +0 -4
- package/dist/ionic/p-DUt5fQmA.js +0 -4
- package/dist/ionic/p-DZRJwG4S.js +0 -4
- package/dist/ionic/p-QHYY4sjU.js +0 -4
- package/dist/ionic/p-ZjP4CjeZ.js +0 -4
- package/dist/ionic/p-a127bee2.entry.js +0 -4
- package/dist/ionic/p-a8ed848b.entry.js +0 -4
- package/dist/ionic/p-ac4eb91d.entry.js +0 -4
- package/dist/ionic/p-b0a7585c.entry.js +0 -4
- package/dist/ionic/p-b57c6d3e.entry.js +0 -4
- package/dist/ionic/p-c19f63d0.entry.js +0 -4
- package/dist/ionic/p-c85a2127.entry.js +0 -4
- package/dist/ionic/p-cc45bcbc.entry.js +0 -4
- package/dist/ionic/p-cebb0328.entry.js +0 -4
- package/dist/ionic/p-d0a2a1ab.entry.js +0 -4
- package/dist/ionic/p-d126e8d3.entry.js +0 -4
- package/dist/ionic/p-d1f54e28.entry.js +0 -4
- package/dist/ionic/p-d3014190.entry.js +0 -4
- package/dist/ionic/p-da7d04cc.entry.js +0 -4
- package/dist/ionic/p-dbbe606a.entry.js +0 -4
- package/dist/ionic/p-ea509e3c.entry.js +0 -4
- package/dist/ionic/p-ec654c42.entry.js +0 -4
- package/dist/ionic/p-f8f22cc0.entry.js +0 -4
- /package/dist/collection/components/{input-password-toggle/input-password-toggle.css → refresher-content/refresher-content.css} +0 -0
package/dist/html.html-data.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "mode",
|
|
17
|
-
"description": "The mode determines
|
|
17
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
18
18
|
"values": [
|
|
19
19
|
{
|
|
20
20
|
"name": "ios"
|
|
@@ -28,6 +28,21 @@
|
|
|
28
28
|
"name": "readonly",
|
|
29
29
|
"description": "If `true`, the accordion cannot be interacted with,\nbut does not alter the opacity."
|
|
30
30
|
},
|
|
31
|
+
{
|
|
32
|
+
"name": "theme",
|
|
33
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
34
|
+
"values": [
|
|
35
|
+
{
|
|
36
|
+
"name": "ios"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "md"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "ionic"
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
},
|
|
31
46
|
{
|
|
32
47
|
"name": "toggle-icon",
|
|
33
48
|
"description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed."
|
|
@@ -85,7 +100,7 @@
|
|
|
85
100
|
},
|
|
86
101
|
{
|
|
87
102
|
"name": "mode",
|
|
88
|
-
"description": "The mode determines
|
|
103
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
89
104
|
"values": [
|
|
90
105
|
{
|
|
91
106
|
"name": "ios"
|
|
@@ -103,6 +118,36 @@
|
|
|
103
118
|
"name": "readonly",
|
|
104
119
|
"description": "If `true`, the accordion group cannot be interacted with,\nbut does not alter the opacity."
|
|
105
120
|
},
|
|
121
|
+
{
|
|
122
|
+
"name": "shape",
|
|
123
|
+
"description": "Set to `\"soft\"` for an accordion group with slightly rounded corners,\n`\"round\"` for an accordion group with fully rounded corners, or\n`\"rectangular\"` for an accordion group without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.\nOnly applies when `expand` is set to `\"inset\"`.",
|
|
124
|
+
"values": [
|
|
125
|
+
{
|
|
126
|
+
"name": "rectangular"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "round"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "soft"
|
|
133
|
+
}
|
|
134
|
+
]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "theme",
|
|
138
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
139
|
+
"values": [
|
|
140
|
+
{
|
|
141
|
+
"name": "ios"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "md"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "ionic"
|
|
148
|
+
}
|
|
149
|
+
]
|
|
150
|
+
},
|
|
106
151
|
{
|
|
107
152
|
"name": "value",
|
|
108
153
|
"description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`"
|
|
@@ -148,7 +193,7 @@
|
|
|
148
193
|
},
|
|
149
194
|
{
|
|
150
195
|
"name": "mode",
|
|
151
|
-
"description": "The mode determines
|
|
196
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
152
197
|
"values": [
|
|
153
198
|
{
|
|
154
199
|
"name": "ios"
|
|
@@ -162,9 +207,24 @@
|
|
|
162
207
|
"name": "sub-header",
|
|
163
208
|
"description": "Subtitle for the action sheet."
|
|
164
209
|
},
|
|
210
|
+
{
|
|
211
|
+
"name": "theme",
|
|
212
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
213
|
+
"values": [
|
|
214
|
+
{
|
|
215
|
+
"name": "ios"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"name": "md"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "ionic"
|
|
222
|
+
}
|
|
223
|
+
]
|
|
224
|
+
},
|
|
165
225
|
{
|
|
166
226
|
"name": "translucent",
|
|
167
|
-
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the
|
|
227
|
+
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
168
228
|
},
|
|
169
229
|
{
|
|
170
230
|
"name": "trigger",
|
|
@@ -215,7 +275,7 @@
|
|
|
215
275
|
},
|
|
216
276
|
{
|
|
217
277
|
"name": "mode",
|
|
218
|
-
"description": "The mode determines
|
|
278
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
219
279
|
"values": [
|
|
220
280
|
{
|
|
221
281
|
"name": "ios"
|
|
@@ -229,9 +289,24 @@
|
|
|
229
289
|
"name": "sub-header",
|
|
230
290
|
"description": "The subtitle in the heading of the alert. Displayed under the title."
|
|
231
291
|
},
|
|
292
|
+
{
|
|
293
|
+
"name": "theme",
|
|
294
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
295
|
+
"values": [
|
|
296
|
+
{
|
|
297
|
+
"name": "ios"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"name": "md"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"name": "ionic"
|
|
304
|
+
}
|
|
305
|
+
]
|
|
306
|
+
},
|
|
232
307
|
{
|
|
233
308
|
"name": "translucent",
|
|
234
|
-
"description": "If `true`, the alert will be translucent.\nOnly applies when the
|
|
309
|
+
"description": "If `true`, the alert will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
235
310
|
},
|
|
236
311
|
{
|
|
237
312
|
"name": "trigger",
|
|
@@ -251,7 +326,35 @@
|
|
|
251
326
|
"kind": "markdown",
|
|
252
327
|
"value": ""
|
|
253
328
|
},
|
|
254
|
-
"attributes": [
|
|
329
|
+
"attributes": [
|
|
330
|
+
{
|
|
331
|
+
"name": "mode",
|
|
332
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
333
|
+
"values": [
|
|
334
|
+
{
|
|
335
|
+
"name": "ios"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"name": "md"
|
|
339
|
+
}
|
|
340
|
+
]
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"name": "theme",
|
|
344
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
345
|
+
"values": [
|
|
346
|
+
{
|
|
347
|
+
"name": "ios"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"name": "md"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"name": "ionic"
|
|
354
|
+
}
|
|
355
|
+
]
|
|
356
|
+
}
|
|
357
|
+
],
|
|
255
358
|
"references": [
|
|
256
359
|
{
|
|
257
360
|
"name": "Source code",
|
|
@@ -265,7 +368,78 @@
|
|
|
265
368
|
"kind": "markdown",
|
|
266
369
|
"value": ""
|
|
267
370
|
},
|
|
268
|
-
"attributes": [
|
|
371
|
+
"attributes": [
|
|
372
|
+
{
|
|
373
|
+
"name": "disabled",
|
|
374
|
+
"description": "If `true`, the user cannot interact with the avatar."
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"name": "mode",
|
|
378
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
379
|
+
"values": [
|
|
380
|
+
{
|
|
381
|
+
"name": "ios"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"name": "md"
|
|
385
|
+
}
|
|
386
|
+
]
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"name": "shape",
|
|
390
|
+
"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.",
|
|
391
|
+
"values": [
|
|
392
|
+
{
|
|
393
|
+
"name": "rectangular"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"name": "round"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"name": "soft"
|
|
400
|
+
}
|
|
401
|
+
]
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"name": "size",
|
|
405
|
+
"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.",
|
|
406
|
+
"values": [
|
|
407
|
+
{
|
|
408
|
+
"name": "large"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"name": "medium"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"name": "small"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"name": "xlarge"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"name": "xsmall"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"name": "xxsmall"
|
|
424
|
+
}
|
|
425
|
+
]
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"name": "theme",
|
|
429
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
430
|
+
"values": [
|
|
431
|
+
{
|
|
432
|
+
"name": "ios"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "md"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"name": "ionic"
|
|
439
|
+
}
|
|
440
|
+
]
|
|
441
|
+
}
|
|
442
|
+
],
|
|
269
443
|
"references": [
|
|
270
444
|
{
|
|
271
445
|
"name": "Source code",
|
|
@@ -327,7 +501,7 @@
|
|
|
327
501
|
},
|
|
328
502
|
{
|
|
329
503
|
"name": "mode",
|
|
330
|
-
"description": "The mode determines
|
|
504
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
331
505
|
"values": [
|
|
332
506
|
{
|
|
333
507
|
"name": "ios"
|
|
@@ -341,6 +515,21 @@
|
|
|
341
515
|
"name": "text",
|
|
342
516
|
"description": "The text to display in the back button."
|
|
343
517
|
},
|
|
518
|
+
{
|
|
519
|
+
"name": "theme",
|
|
520
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
521
|
+
"values": [
|
|
522
|
+
{
|
|
523
|
+
"name": "ios"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"name": "md"
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"name": "ionic"
|
|
530
|
+
}
|
|
531
|
+
]
|
|
532
|
+
},
|
|
344
533
|
{
|
|
345
534
|
"name": "type",
|
|
346
535
|
"description": "The type of the button.",
|
|
@@ -371,6 +560,18 @@
|
|
|
371
560
|
"value": ""
|
|
372
561
|
},
|
|
373
562
|
"attributes": [
|
|
563
|
+
{
|
|
564
|
+
"name": "mode",
|
|
565
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
566
|
+
"values": [
|
|
567
|
+
{
|
|
568
|
+
"name": "ios"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"name": "md"
|
|
572
|
+
}
|
|
573
|
+
]
|
|
574
|
+
},
|
|
374
575
|
{
|
|
375
576
|
"name": "stop-propagation",
|
|
376
577
|
"description": "If `true`, the backdrop will stop propagation on tap."
|
|
@@ -379,6 +580,21 @@
|
|
|
379
580
|
"name": "tappable",
|
|
380
581
|
"description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event."
|
|
381
582
|
},
|
|
583
|
+
{
|
|
584
|
+
"name": "theme",
|
|
585
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
586
|
+
"values": [
|
|
587
|
+
{
|
|
588
|
+
"name": "ios"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"name": "md"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"name": "ionic"
|
|
595
|
+
}
|
|
596
|
+
]
|
|
597
|
+
},
|
|
382
598
|
{
|
|
383
599
|
"name": "visible",
|
|
384
600
|
"description": "If `true`, the backdrop will be visible."
|
|
@@ -431,15 +647,78 @@
|
|
|
431
647
|
}
|
|
432
648
|
]
|
|
433
649
|
},
|
|
650
|
+
{
|
|
651
|
+
"name": "hue",
|
|
652
|
+
"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.",
|
|
653
|
+
"values": [
|
|
654
|
+
{
|
|
655
|
+
"name": "bold"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"name": "subtle"
|
|
659
|
+
}
|
|
660
|
+
]
|
|
661
|
+
},
|
|
434
662
|
{
|
|
435
663
|
"name": "mode",
|
|
436
|
-
"description": "The mode determines
|
|
664
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
665
|
+
"values": [
|
|
666
|
+
{
|
|
667
|
+
"name": "ios"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"name": "md"
|
|
671
|
+
}
|
|
672
|
+
]
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"name": "shape",
|
|
676
|
+
"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.",
|
|
677
|
+
"values": [
|
|
678
|
+
{
|
|
679
|
+
"name": "soft"
|
|
680
|
+
}
|
|
681
|
+
]
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "size",
|
|
685
|
+
"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.",
|
|
686
|
+
"values": [
|
|
687
|
+
{
|
|
688
|
+
"name": "large"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"name": "medium"
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"name": "small"
|
|
695
|
+
}
|
|
696
|
+
]
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"name": "theme",
|
|
700
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
437
701
|
"values": [
|
|
438
702
|
{
|
|
439
703
|
"name": "ios"
|
|
440
704
|
},
|
|
441
705
|
{
|
|
442
706
|
"name": "md"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"name": "ionic"
|
|
710
|
+
}
|
|
711
|
+
]
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"name": "vertical",
|
|
715
|
+
"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.",
|
|
716
|
+
"values": [
|
|
717
|
+
{
|
|
718
|
+
"name": "bottom"
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"name": "top"
|
|
443
722
|
}
|
|
444
723
|
]
|
|
445
724
|
}
|
|
@@ -509,7 +788,7 @@
|
|
|
509
788
|
},
|
|
510
789
|
{
|
|
511
790
|
"name": "mode",
|
|
512
|
-
"description": "The mode determines
|
|
791
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
513
792
|
"values": [
|
|
514
793
|
{
|
|
515
794
|
"name": "ios"
|
|
@@ -545,16 +824,31 @@
|
|
|
545
824
|
{
|
|
546
825
|
"name": "target",
|
|
547
826
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
548
|
-
}
|
|
549
|
-
],
|
|
550
|
-
"references": [
|
|
827
|
+
},
|
|
551
828
|
{
|
|
552
|
-
"name": "
|
|
553
|
-
"
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
829
|
+
"name": "theme",
|
|
830
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
831
|
+
"values": [
|
|
832
|
+
{
|
|
833
|
+
"name": "ios"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"name": "md"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"name": "ionic"
|
|
840
|
+
}
|
|
841
|
+
]
|
|
842
|
+
}
|
|
843
|
+
],
|
|
844
|
+
"references": [
|
|
845
|
+
{
|
|
846
|
+
"name": "Source code",
|
|
847
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/breadcrumb/breadcrumb.tsx"
|
|
848
|
+
}
|
|
849
|
+
]
|
|
850
|
+
},
|
|
851
|
+
{
|
|
558
852
|
"name": "ion-breadcrumbs",
|
|
559
853
|
"description": {
|
|
560
854
|
"kind": "markdown",
|
|
@@ -608,13 +902,28 @@
|
|
|
608
902
|
},
|
|
609
903
|
{
|
|
610
904
|
"name": "mode",
|
|
611
|
-
"description": "The mode determines
|
|
905
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
906
|
+
"values": [
|
|
907
|
+
{
|
|
908
|
+
"name": "ios"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"name": "md"
|
|
912
|
+
}
|
|
913
|
+
]
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"name": "theme",
|
|
917
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
612
918
|
"values": [
|
|
613
919
|
{
|
|
614
920
|
"name": "ios"
|
|
615
921
|
},
|
|
616
922
|
{
|
|
617
923
|
"name": "md"
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"name": "ionic"
|
|
618
927
|
}
|
|
619
928
|
]
|
|
620
929
|
}
|
|
@@ -718,7 +1027,7 @@
|
|
|
718
1027
|
},
|
|
719
1028
|
{
|
|
720
1029
|
"name": "mode",
|
|
721
|
-
"description": "The mode determines
|
|
1030
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
722
1031
|
"values": [
|
|
723
1032
|
{
|
|
724
1033
|
"name": "ios"
|
|
@@ -749,16 +1058,22 @@
|
|
|
749
1058
|
},
|
|
750
1059
|
{
|
|
751
1060
|
"name": "shape",
|
|
752
|
-
"description": "Set to `\"round\"` for a button with
|
|
1061
|
+
"description": "Set to `\"soft\"` for a button with slightly rounded corners, `\"round\"` for a button with fully\nrounded corners, or `\"rectangular\"` for a button without rounded corners.\nDefaults to `\"soft\"` for the `\"ios\"` theme and `\"round\"` for all other themes.",
|
|
753
1062
|
"values": [
|
|
1063
|
+
{
|
|
1064
|
+
"name": "rectangular"
|
|
1065
|
+
},
|
|
754
1066
|
{
|
|
755
1067
|
"name": "round"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"name": "soft"
|
|
756
1071
|
}
|
|
757
1072
|
]
|
|
758
1073
|
},
|
|
759
1074
|
{
|
|
760
1075
|
"name": "size",
|
|
761
|
-
"description": "Set to `\"small\"` for a button with less height and padding, to `\"
|
|
1076
|
+
"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.",
|
|
762
1077
|
"values": [
|
|
763
1078
|
{
|
|
764
1079
|
"name": "default"
|
|
@@ -766,6 +1081,9 @@
|
|
|
766
1081
|
{
|
|
767
1082
|
"name": "large"
|
|
768
1083
|
},
|
|
1084
|
+
{
|
|
1085
|
+
"name": "medium"
|
|
1086
|
+
},
|
|
769
1087
|
{
|
|
770
1088
|
"name": "small"
|
|
771
1089
|
}
|
|
@@ -779,6 +1097,21 @@
|
|
|
779
1097
|
"name": "target",
|
|
780
1098
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
781
1099
|
},
|
|
1100
|
+
{
|
|
1101
|
+
"name": "theme",
|
|
1102
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1103
|
+
"values": [
|
|
1104
|
+
{
|
|
1105
|
+
"name": "ios"
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"name": "md"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"name": "ionic"
|
|
1112
|
+
}
|
|
1113
|
+
]
|
|
1114
|
+
},
|
|
782
1115
|
{
|
|
783
1116
|
"name": "type",
|
|
784
1117
|
"description": "The type of the button.",
|
|
@@ -811,7 +1144,34 @@
|
|
|
811
1144
|
"attributes": [
|
|
812
1145
|
{
|
|
813
1146
|
"name": "collapse",
|
|
814
|
-
"description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in `ios`
|
|
1147
|
+
"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)"
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"name": "mode",
|
|
1151
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1152
|
+
"values": [
|
|
1153
|
+
{
|
|
1154
|
+
"name": "ios"
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"name": "md"
|
|
1158
|
+
}
|
|
1159
|
+
]
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"name": "theme",
|
|
1163
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1164
|
+
"values": [
|
|
1165
|
+
{
|
|
1166
|
+
"name": "ios"
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"name": "md"
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"name": "ionic"
|
|
1173
|
+
}
|
|
1174
|
+
]
|
|
815
1175
|
}
|
|
816
1176
|
],
|
|
817
1177
|
"references": [
|
|
@@ -879,7 +1239,7 @@
|
|
|
879
1239
|
},
|
|
880
1240
|
{
|
|
881
1241
|
"name": "mode",
|
|
882
|
-
"description": "The mode determines
|
|
1242
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
883
1243
|
"values": [
|
|
884
1244
|
{
|
|
885
1245
|
"name": "ios"
|
|
@@ -908,10 +1268,40 @@
|
|
|
908
1268
|
}
|
|
909
1269
|
]
|
|
910
1270
|
},
|
|
1271
|
+
{
|
|
1272
|
+
"name": "shape",
|
|
1273
|
+
"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\"`.",
|
|
1274
|
+
"values": [
|
|
1275
|
+
{
|
|
1276
|
+
"name": "rectangular"
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"name": "round"
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"name": "soft"
|
|
1283
|
+
}
|
|
1284
|
+
]
|
|
1285
|
+
},
|
|
911
1286
|
{
|
|
912
1287
|
"name": "target",
|
|
913
1288
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
914
1289
|
},
|
|
1290
|
+
{
|
|
1291
|
+
"name": "theme",
|
|
1292
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1293
|
+
"values": [
|
|
1294
|
+
{
|
|
1295
|
+
"name": "ios"
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"name": "md"
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"name": "ionic"
|
|
1302
|
+
}
|
|
1303
|
+
]
|
|
1304
|
+
},
|
|
915
1305
|
{
|
|
916
1306
|
"name": "type",
|
|
917
1307
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -944,13 +1334,28 @@
|
|
|
944
1334
|
"attributes": [
|
|
945
1335
|
{
|
|
946
1336
|
"name": "mode",
|
|
947
|
-
"description": "The mode determines
|
|
1337
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1338
|
+
"values": [
|
|
1339
|
+
{
|
|
1340
|
+
"name": "ios"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"name": "md"
|
|
1344
|
+
}
|
|
1345
|
+
]
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"name": "theme",
|
|
1349
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
948
1350
|
"values": [
|
|
949
1351
|
{
|
|
950
1352
|
"name": "ios"
|
|
951
1353
|
},
|
|
952
1354
|
{
|
|
953
1355
|
"name": "md"
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"name": "ionic"
|
|
954
1359
|
}
|
|
955
1360
|
]
|
|
956
1361
|
}
|
|
@@ -1004,19 +1409,34 @@
|
|
|
1004
1409
|
},
|
|
1005
1410
|
{
|
|
1006
1411
|
"name": "mode",
|
|
1007
|
-
"description": "The mode determines
|
|
1412
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1413
|
+
"values": [
|
|
1414
|
+
{
|
|
1415
|
+
"name": "ios"
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"name": "md"
|
|
1419
|
+
}
|
|
1420
|
+
]
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"name": "theme",
|
|
1424
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1008
1425
|
"values": [
|
|
1009
1426
|
{
|
|
1010
1427
|
"name": "ios"
|
|
1011
1428
|
},
|
|
1012
1429
|
{
|
|
1013
1430
|
"name": "md"
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"name": "ionic"
|
|
1014
1434
|
}
|
|
1015
1435
|
]
|
|
1016
1436
|
},
|
|
1017
1437
|
{
|
|
1018
1438
|
"name": "translucent",
|
|
1019
|
-
"description": "If `true`, the card header will be translucent.\nOnly applies when the
|
|
1439
|
+
"description": "If `true`, the card header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
1020
1440
|
}
|
|
1021
1441
|
],
|
|
1022
1442
|
"references": [
|
|
@@ -1068,13 +1488,28 @@
|
|
|
1068
1488
|
},
|
|
1069
1489
|
{
|
|
1070
1490
|
"name": "mode",
|
|
1071
|
-
"description": "The mode determines
|
|
1491
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1492
|
+
"values": [
|
|
1493
|
+
{
|
|
1494
|
+
"name": "ios"
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"name": "md"
|
|
1498
|
+
}
|
|
1499
|
+
]
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"name": "theme",
|
|
1503
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1072
1504
|
"values": [
|
|
1073
1505
|
{
|
|
1074
1506
|
"name": "ios"
|
|
1075
1507
|
},
|
|
1076
1508
|
{
|
|
1077
1509
|
"name": "md"
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"name": "ionic"
|
|
1078
1513
|
}
|
|
1079
1514
|
]
|
|
1080
1515
|
}
|
|
@@ -1128,13 +1563,28 @@
|
|
|
1128
1563
|
},
|
|
1129
1564
|
{
|
|
1130
1565
|
"name": "mode",
|
|
1131
|
-
"description": "The mode determines
|
|
1566
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1567
|
+
"values": [
|
|
1568
|
+
{
|
|
1569
|
+
"name": "ios"
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"name": "md"
|
|
1573
|
+
}
|
|
1574
|
+
]
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"name": "theme",
|
|
1578
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1132
1579
|
"values": [
|
|
1133
1580
|
{
|
|
1134
1581
|
"name": "ios"
|
|
1135
1582
|
},
|
|
1136
1583
|
{
|
|
1137
1584
|
"name": "md"
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"name": "ionic"
|
|
1138
1588
|
}
|
|
1139
1589
|
]
|
|
1140
1590
|
}
|
|
@@ -1253,7 +1703,7 @@
|
|
|
1253
1703
|
},
|
|
1254
1704
|
{
|
|
1255
1705
|
"name": "mode",
|
|
1256
|
-
"description": "The mode determines
|
|
1706
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1257
1707
|
"values": [
|
|
1258
1708
|
{
|
|
1259
1709
|
"name": "ios"
|
|
@@ -1271,6 +1721,42 @@
|
|
|
1271
1721
|
"name": "required",
|
|
1272
1722
|
"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."
|
|
1273
1723
|
},
|
|
1724
|
+
{
|
|
1725
|
+
"name": "shape",
|
|
1726
|
+
"description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
|
|
1727
|
+
"values": [
|
|
1728
|
+
{
|
|
1729
|
+
"name": "rectangular"
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
"name": "soft"
|
|
1733
|
+
}
|
|
1734
|
+
]
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"name": "size",
|
|
1738
|
+
"description": "Set to `\"small\"` for a checkbox with less height and padding.",
|
|
1739
|
+
"values": [
|
|
1740
|
+
{
|
|
1741
|
+
"name": "small"
|
|
1742
|
+
}
|
|
1743
|
+
]
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"name": "theme",
|
|
1747
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1748
|
+
"values": [
|
|
1749
|
+
{
|
|
1750
|
+
"name": "ios"
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"name": "md"
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"name": "ionic"
|
|
1757
|
+
}
|
|
1758
|
+
]
|
|
1759
|
+
},
|
|
1274
1760
|
{
|
|
1275
1761
|
"name": "value",
|
|
1276
1762
|
"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>`."
|
|
@@ -1327,9 +1813,21 @@
|
|
|
1327
1813
|
"name": "disabled",
|
|
1328
1814
|
"description": "If `true`, the user cannot interact with the chip."
|
|
1329
1815
|
},
|
|
1816
|
+
{
|
|
1817
|
+
"name": "hue",
|
|
1818
|
+
"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.",
|
|
1819
|
+
"values": [
|
|
1820
|
+
{
|
|
1821
|
+
"name": "bold"
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"name": "subtle"
|
|
1825
|
+
}
|
|
1826
|
+
]
|
|
1827
|
+
},
|
|
1330
1828
|
{
|
|
1331
1829
|
"name": "mode",
|
|
1332
|
-
"description": "The mode determines
|
|
1830
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1333
1831
|
"values": [
|
|
1334
1832
|
{
|
|
1335
1833
|
"name": "ios"
|
|
@@ -1342,6 +1840,48 @@
|
|
|
1342
1840
|
{
|
|
1343
1841
|
"name": "outline",
|
|
1344
1842
|
"description": "Display an outline style button."
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"name": "shape",
|
|
1846
|
+
"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.",
|
|
1847
|
+
"values": [
|
|
1848
|
+
{
|
|
1849
|
+
"name": "rectangular"
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"name": "round"
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"name": "soft"
|
|
1856
|
+
}
|
|
1857
|
+
]
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"name": "size",
|
|
1861
|
+
"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.",
|
|
1862
|
+
"values": [
|
|
1863
|
+
{
|
|
1864
|
+
"name": "large"
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
"name": "small"
|
|
1868
|
+
}
|
|
1869
|
+
]
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
"name": "theme",
|
|
1873
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1874
|
+
"values": [
|
|
1875
|
+
{
|
|
1876
|
+
"name": "ios"
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"name": "md"
|
|
1880
|
+
},
|
|
1881
|
+
{
|
|
1882
|
+
"name": "ionic"
|
|
1883
|
+
}
|
|
1884
|
+
]
|
|
1345
1885
|
}
|
|
1346
1886
|
],
|
|
1347
1887
|
"references": [
|
|
@@ -1358,6 +1898,18 @@
|
|
|
1358
1898
|
"value": ""
|
|
1359
1899
|
},
|
|
1360
1900
|
"attributes": [
|
|
1901
|
+
{
|
|
1902
|
+
"name": "mode",
|
|
1903
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1904
|
+
"values": [
|
|
1905
|
+
{
|
|
1906
|
+
"name": "ios"
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"name": "md"
|
|
1910
|
+
}
|
|
1911
|
+
]
|
|
1912
|
+
},
|
|
1361
1913
|
{
|
|
1362
1914
|
"name": "offset",
|
|
1363
1915
|
"description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available."
|
|
@@ -1383,24 +1935,48 @@
|
|
|
1383
1935
|
"description": "The amount to offset the column for xs screens, in terms of how many columns it should shift\nto the end of the total available."
|
|
1384
1936
|
},
|
|
1385
1937
|
{
|
|
1386
|
-
"name": "
|
|
1387
|
-
"description": "The
|
|
1938
|
+
"name": "order",
|
|
1939
|
+
"description": "The order of the column, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
|
|
1388
1940
|
},
|
|
1389
1941
|
{
|
|
1390
|
-
"name": "
|
|
1391
|
-
"description": "The
|
|
1942
|
+
"name": "order-lg",
|
|
1943
|
+
"description": "The order of the column for lg screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
|
|
1392
1944
|
},
|
|
1393
1945
|
{
|
|
1394
|
-
"name": "
|
|
1395
|
-
"description": "The
|
|
1946
|
+
"name": "order-md",
|
|
1947
|
+
"description": "The order of the column for md screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
|
|
1396
1948
|
},
|
|
1397
1949
|
{
|
|
1398
|
-
"name": "
|
|
1399
|
-
"description": "The
|
|
1950
|
+
"name": "order-sm",
|
|
1951
|
+
"description": "The order of the column for sm screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
|
|
1400
1952
|
},
|
|
1401
1953
|
{
|
|
1402
|
-
"name": "
|
|
1403
|
-
"description": "The
|
|
1954
|
+
"name": "order-xl",
|
|
1955
|
+
"description": "The order of the column for xl screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
"name": "order-xs",
|
|
1959
|
+
"description": "The order of the column for xs screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure."
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"name": "pull",
|
|
1963
|
+
"description": "The amount to pull the column, in terms of how many columns it should shift to the start of\nthe total available."
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
"name": "pull-lg",
|
|
1967
|
+
"description": "The amount to pull the column for lg screens, in terms of how many columns it should shift\nto the start of the total available."
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"name": "pull-md",
|
|
1971
|
+
"description": "The amount to pull the column for md screens, in terms of how many columns it should shift\nto the start of the total available."
|
|
1972
|
+
},
|
|
1973
|
+
{
|
|
1974
|
+
"name": "pull-sm",
|
|
1975
|
+
"description": "The amount to pull the column for sm screens, in terms of how many columns it should shift\nto the start of the total available."
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
"name": "pull-xl",
|
|
1979
|
+
"description": "The amount to pull the column for xl screens, in terms of how many columns it should shift\nto the start of the total available."
|
|
1404
1980
|
},
|
|
1405
1981
|
{
|
|
1406
1982
|
"name": "pull-xs",
|
|
@@ -1453,6 +2029,21 @@
|
|
|
1453
2029
|
{
|
|
1454
2030
|
"name": "size-xs",
|
|
1455
2031
|
"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."
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
"name": "theme",
|
|
2035
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2036
|
+
"values": [
|
|
2037
|
+
{
|
|
2038
|
+
"name": "ios"
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"name": "md"
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"name": "ionic"
|
|
2045
|
+
}
|
|
2046
|
+
]
|
|
1456
2047
|
}
|
|
1457
2048
|
],
|
|
1458
2049
|
"references": [
|
|
@@ -1522,6 +2113,18 @@
|
|
|
1522
2113
|
"name": "fullscreen",
|
|
1523
2114
|
"description": "If `true`, the content will scroll behind the headers\nand footers. This effect can easily be seen by setting the toolbar\nto transparent."
|
|
1524
2115
|
},
|
|
2116
|
+
{
|
|
2117
|
+
"name": "mode",
|
|
2118
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2119
|
+
"values": [
|
|
2120
|
+
{
|
|
2121
|
+
"name": "ios"
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"name": "md"
|
|
2125
|
+
}
|
|
2126
|
+
]
|
|
2127
|
+
},
|
|
1525
2128
|
{
|
|
1526
2129
|
"name": "scroll-events",
|
|
1527
2130
|
"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`."
|
|
@@ -1533,6 +2136,21 @@
|
|
|
1533
2136
|
{
|
|
1534
2137
|
"name": "scroll-y",
|
|
1535
2138
|
"description": "If you want to disable the content scrolling in the Y axis, set this property to `false`."
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
"name": "theme",
|
|
2142
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2143
|
+
"values": [
|
|
2144
|
+
{
|
|
2145
|
+
"name": "ios"
|
|
2146
|
+
},
|
|
2147
|
+
{
|
|
2148
|
+
"name": "md"
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"name": "ionic"
|
|
2152
|
+
}
|
|
2153
|
+
]
|
|
1536
2154
|
}
|
|
1537
2155
|
],
|
|
1538
2156
|
"references": [
|
|
@@ -1646,7 +2264,7 @@
|
|
|
1646
2264
|
},
|
|
1647
2265
|
{
|
|
1648
2266
|
"name": "mode",
|
|
1649
|
-
"description": "The mode determines
|
|
2267
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1650
2268
|
"values": [
|
|
1651
2269
|
{
|
|
1652
2270
|
"name": "ios"
|
|
@@ -1735,6 +2353,21 @@
|
|
|
1735
2353
|
}
|
|
1736
2354
|
]
|
|
1737
2355
|
},
|
|
2356
|
+
{
|
|
2357
|
+
"name": "theme",
|
|
2358
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2359
|
+
"values": [
|
|
2360
|
+
{
|
|
2361
|
+
"name": "ios"
|
|
2362
|
+
},
|
|
2363
|
+
{
|
|
2364
|
+
"name": "md"
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
"name": "ionic"
|
|
2368
|
+
}
|
|
2369
|
+
]
|
|
2370
|
+
},
|
|
1738
2371
|
{
|
|
1739
2372
|
"name": "value",
|
|
1740
2373
|
"description": "The value of the datetime as a valid ISO 8601 datetime string.\nThis should be an array of strings only when `multiple=\"true\"`."
|
|
@@ -1801,13 +2434,28 @@
|
|
|
1801
2434
|
},
|
|
1802
2435
|
{
|
|
1803
2436
|
"name": "mode",
|
|
1804
|
-
"description": "The mode determines
|
|
2437
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2438
|
+
"values": [
|
|
2439
|
+
{
|
|
2440
|
+
"name": "ios"
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"name": "md"
|
|
2444
|
+
}
|
|
2445
|
+
]
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"name": "theme",
|
|
2449
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1805
2450
|
"values": [
|
|
1806
2451
|
{
|
|
1807
2452
|
"name": "ios"
|
|
1808
2453
|
},
|
|
1809
2454
|
{
|
|
1810
2455
|
"name": "md"
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"name": "ionic"
|
|
1811
2459
|
}
|
|
1812
2460
|
]
|
|
1813
2461
|
}
|
|
@@ -1819,6 +2467,52 @@
|
|
|
1819
2467
|
}
|
|
1820
2468
|
]
|
|
1821
2469
|
},
|
|
2470
|
+
{
|
|
2471
|
+
"name": "ion-divider",
|
|
2472
|
+
"description": {
|
|
2473
|
+
"kind": "markdown",
|
|
2474
|
+
"value": ""
|
|
2475
|
+
},
|
|
2476
|
+
"attributes": [
|
|
2477
|
+
{
|
|
2478
|
+
"name": "inset",
|
|
2479
|
+
"description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`"
|
|
2480
|
+
},
|
|
2481
|
+
{
|
|
2482
|
+
"name": "spacing",
|
|
2483
|
+
"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\"`.",
|
|
2484
|
+
"values": [
|
|
2485
|
+
{
|
|
2486
|
+
"name": "large"
|
|
2487
|
+
},
|
|
2488
|
+
{
|
|
2489
|
+
"name": "medium"
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
"name": "small"
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"name": "xlarge"
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
"name": "xsmall"
|
|
2499
|
+
},
|
|
2500
|
+
{
|
|
2501
|
+
"name": "xxlarge"
|
|
2502
|
+
},
|
|
2503
|
+
{
|
|
2504
|
+
"name": "xxsmall"
|
|
2505
|
+
}
|
|
2506
|
+
]
|
|
2507
|
+
}
|
|
2508
|
+
],
|
|
2509
|
+
"references": [
|
|
2510
|
+
{
|
|
2511
|
+
"name": "Source code",
|
|
2512
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/divider/divider.tsx"
|
|
2513
|
+
}
|
|
2514
|
+
]
|
|
2515
|
+
},
|
|
1822
2516
|
{
|
|
1823
2517
|
"name": "ion-fab",
|
|
1824
2518
|
"description": {
|
|
@@ -1849,6 +2543,33 @@
|
|
|
1849
2543
|
}
|
|
1850
2544
|
]
|
|
1851
2545
|
},
|
|
2546
|
+
{
|
|
2547
|
+
"name": "mode",
|
|
2548
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2549
|
+
"values": [
|
|
2550
|
+
{
|
|
2551
|
+
"name": "ios"
|
|
2552
|
+
},
|
|
2553
|
+
{
|
|
2554
|
+
"name": "md"
|
|
2555
|
+
}
|
|
2556
|
+
]
|
|
2557
|
+
},
|
|
2558
|
+
{
|
|
2559
|
+
"name": "theme",
|
|
2560
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2561
|
+
"values": [
|
|
2562
|
+
{
|
|
2563
|
+
"name": "ios"
|
|
2564
|
+
},
|
|
2565
|
+
{
|
|
2566
|
+
"name": "md"
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
"name": "ionic"
|
|
2570
|
+
}
|
|
2571
|
+
]
|
|
2572
|
+
},
|
|
1852
2573
|
{
|
|
1853
2574
|
"name": "vertical",
|
|
1854
2575
|
"description": "Where to align the fab vertically in the viewport.",
|
|
@@ -1934,7 +2655,7 @@
|
|
|
1934
2655
|
},
|
|
1935
2656
|
{
|
|
1936
2657
|
"name": "mode",
|
|
1937
|
-
"description": "The mode determines
|
|
2658
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1938
2659
|
"values": [
|
|
1939
2660
|
{
|
|
1940
2661
|
"name": "ios"
|
|
@@ -1980,9 +2701,24 @@
|
|
|
1980
2701
|
"name": "target",
|
|
1981
2702
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
1982
2703
|
},
|
|
2704
|
+
{
|
|
2705
|
+
"name": "theme",
|
|
2706
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2707
|
+
"values": [
|
|
2708
|
+
{
|
|
2709
|
+
"name": "ios"
|
|
2710
|
+
},
|
|
2711
|
+
{
|
|
2712
|
+
"name": "md"
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"name": "ionic"
|
|
2716
|
+
}
|
|
2717
|
+
]
|
|
2718
|
+
},
|
|
1983
2719
|
{
|
|
1984
2720
|
"name": "translucent",
|
|
1985
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
2721
|
+
"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)."
|
|
1986
2722
|
},
|
|
1987
2723
|
{
|
|
1988
2724
|
"name": "type",
|
|
@@ -2018,6 +2754,18 @@
|
|
|
2018
2754
|
"name": "activated",
|
|
2019
2755
|
"description": "If `true`, the fab list will show all fab buttons in the list."
|
|
2020
2756
|
},
|
|
2757
|
+
{
|
|
2758
|
+
"name": "mode",
|
|
2759
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2760
|
+
"values": [
|
|
2761
|
+
{
|
|
2762
|
+
"name": "ios"
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"name": "md"
|
|
2766
|
+
}
|
|
2767
|
+
]
|
|
2768
|
+
},
|
|
2021
2769
|
{
|
|
2022
2770
|
"name": "side",
|
|
2023
2771
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -2035,6 +2783,21 @@
|
|
|
2035
2783
|
"name": "top"
|
|
2036
2784
|
}
|
|
2037
2785
|
]
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
"name": "theme",
|
|
2789
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2790
|
+
"values": [
|
|
2791
|
+
{
|
|
2792
|
+
"name": "ios"
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"name": "md"
|
|
2796
|
+
},
|
|
2797
|
+
{
|
|
2798
|
+
"name": "ionic"
|
|
2799
|
+
}
|
|
2800
|
+
]
|
|
2038
2801
|
}
|
|
2039
2802
|
],
|
|
2040
2803
|
"references": [
|
|
@@ -2053,7 +2816,7 @@
|
|
|
2053
2816
|
"attributes": [
|
|
2054
2817
|
{
|
|
2055
2818
|
"name": "collapse",
|
|
2056
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
2819
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
|
|
2057
2820
|
"values": [
|
|
2058
2821
|
{
|
|
2059
2822
|
"name": "fade"
|
|
@@ -2062,19 +2825,34 @@
|
|
|
2062
2825
|
},
|
|
2063
2826
|
{
|
|
2064
2827
|
"name": "mode",
|
|
2065
|
-
"description": "The mode determines
|
|
2828
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2829
|
+
"values": [
|
|
2830
|
+
{
|
|
2831
|
+
"name": "ios"
|
|
2832
|
+
},
|
|
2833
|
+
{
|
|
2834
|
+
"name": "md"
|
|
2835
|
+
}
|
|
2836
|
+
]
|
|
2837
|
+
},
|
|
2838
|
+
{
|
|
2839
|
+
"name": "theme",
|
|
2840
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2066
2841
|
"values": [
|
|
2067
2842
|
{
|
|
2068
2843
|
"name": "ios"
|
|
2069
2844
|
},
|
|
2070
2845
|
{
|
|
2071
2846
|
"name": "md"
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"name": "ionic"
|
|
2072
2850
|
}
|
|
2073
2851
|
]
|
|
2074
2852
|
},
|
|
2075
2853
|
{
|
|
2076
2854
|
"name": "translucent",
|
|
2077
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
2855
|
+
"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."
|
|
2078
2856
|
}
|
|
2079
2857
|
],
|
|
2080
2858
|
"references": [
|
|
@@ -2094,6 +2872,33 @@
|
|
|
2094
2872
|
{
|
|
2095
2873
|
"name": "fixed",
|
|
2096
2874
|
"description": "If `true`, the grid will have a fixed width based on the screen size."
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"name": "mode",
|
|
2878
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2879
|
+
"values": [
|
|
2880
|
+
{
|
|
2881
|
+
"name": "ios"
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
"name": "md"
|
|
2885
|
+
}
|
|
2886
|
+
]
|
|
2887
|
+
},
|
|
2888
|
+
{
|
|
2889
|
+
"name": "theme",
|
|
2890
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2891
|
+
"values": [
|
|
2892
|
+
{
|
|
2893
|
+
"name": "ios"
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
"name": "md"
|
|
2897
|
+
},
|
|
2898
|
+
{
|
|
2899
|
+
"name": "ionic"
|
|
2900
|
+
}
|
|
2901
|
+
]
|
|
2097
2902
|
}
|
|
2098
2903
|
],
|
|
2099
2904
|
"references": [
|
|
@@ -2112,7 +2917,7 @@
|
|
|
2112
2917
|
"attributes": [
|
|
2113
2918
|
{
|
|
2114
2919
|
"name": "collapse",
|
|
2115
|
-
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies
|
|
2920
|
+
"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)",
|
|
2116
2921
|
"values": [
|
|
2117
2922
|
{
|
|
2118
2923
|
"name": "condense"
|
|
@@ -2122,21 +2927,40 @@
|
|
|
2122
2927
|
}
|
|
2123
2928
|
]
|
|
2124
2929
|
},
|
|
2930
|
+
{
|
|
2931
|
+
"name": "divider",
|
|
2932
|
+
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes"
|
|
2933
|
+
},
|
|
2125
2934
|
{
|
|
2126
2935
|
"name": "mode",
|
|
2127
|
-
"description": "The mode determines
|
|
2936
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2937
|
+
"values": [
|
|
2938
|
+
{
|
|
2939
|
+
"name": "ios"
|
|
2940
|
+
},
|
|
2941
|
+
{
|
|
2942
|
+
"name": "md"
|
|
2943
|
+
}
|
|
2944
|
+
]
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
"name": "theme",
|
|
2948
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2128
2949
|
"values": [
|
|
2129
2950
|
{
|
|
2130
2951
|
"name": "ios"
|
|
2131
2952
|
},
|
|
2132
2953
|
{
|
|
2133
2954
|
"name": "md"
|
|
2955
|
+
},
|
|
2956
|
+
{
|
|
2957
|
+
"name": "ionic"
|
|
2134
2958
|
}
|
|
2135
2959
|
]
|
|
2136
2960
|
},
|
|
2137
2961
|
{
|
|
2138
2962
|
"name": "translucent",
|
|
2139
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
2963
|
+
"description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` or `\"ionic\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content."
|
|
2140
2964
|
}
|
|
2141
2965
|
],
|
|
2142
2966
|
"references": [
|
|
@@ -2157,9 +2981,36 @@
|
|
|
2157
2981
|
"name": "alt",
|
|
2158
2982
|
"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."
|
|
2159
2983
|
},
|
|
2984
|
+
{
|
|
2985
|
+
"name": "mode",
|
|
2986
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2987
|
+
"values": [
|
|
2988
|
+
{
|
|
2989
|
+
"name": "ios"
|
|
2990
|
+
},
|
|
2991
|
+
{
|
|
2992
|
+
"name": "md"
|
|
2993
|
+
}
|
|
2994
|
+
]
|
|
2995
|
+
},
|
|
2160
2996
|
{
|
|
2161
2997
|
"name": "src",
|
|
2162
2998
|
"description": "The image URL. This attribute is mandatory for the `<img>` element."
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
"name": "theme",
|
|
3002
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3003
|
+
"values": [
|
|
3004
|
+
{
|
|
3005
|
+
"name": "ios"
|
|
3006
|
+
},
|
|
3007
|
+
{
|
|
3008
|
+
"name": "md"
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
"name": "ionic"
|
|
3012
|
+
}
|
|
3013
|
+
]
|
|
2163
3014
|
}
|
|
2164
3015
|
],
|
|
2165
3016
|
"references": [
|
|
@@ -2181,8 +3032,20 @@
|
|
|
2181
3032
|
"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."
|
|
2182
3033
|
},
|
|
2183
3034
|
{
|
|
2184
|
-
"name": "
|
|
2185
|
-
"description": "The
|
|
3035
|
+
"name": "mode",
|
|
3036
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3037
|
+
"values": [
|
|
3038
|
+
{
|
|
3039
|
+
"name": "ios"
|
|
3040
|
+
},
|
|
3041
|
+
{
|
|
3042
|
+
"name": "md"
|
|
3043
|
+
}
|
|
3044
|
+
]
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
"name": "position",
|
|
3048
|
+
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
2186
3049
|
"values": [
|
|
2187
3050
|
{
|
|
2188
3051
|
"name": "bottom"
|
|
@@ -2192,6 +3055,25 @@
|
|
|
2192
3055
|
}
|
|
2193
3056
|
]
|
|
2194
3057
|
},
|
|
3058
|
+
{
|
|
3059
|
+
"name": "preserve-rerender-scroll-position",
|
|
3060
|
+
"description": "If `true`, the infinite scroll will preserve the scroll position\nwhen the content is re-rendered. This is useful when the content is\nre-rendered with new keys, and the scroll position should be preserved."
|
|
3061
|
+
},
|
|
3062
|
+
{
|
|
3063
|
+
"name": "theme",
|
|
3064
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3065
|
+
"values": [
|
|
3066
|
+
{
|
|
3067
|
+
"name": "ios"
|
|
3068
|
+
},
|
|
3069
|
+
{
|
|
3070
|
+
"name": "md"
|
|
3071
|
+
},
|
|
3072
|
+
{
|
|
3073
|
+
"name": "ionic"
|
|
3074
|
+
}
|
|
3075
|
+
]
|
|
3076
|
+
},
|
|
2195
3077
|
{
|
|
2196
3078
|
"name": "threshold",
|
|
2197
3079
|
"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."
|
|
@@ -2247,6 +3129,33 @@
|
|
|
2247
3129
|
{
|
|
2248
3130
|
"name": "loading-text",
|
|
2249
3131
|
"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."
|
|
3132
|
+
},
|
|
3133
|
+
{
|
|
3134
|
+
"name": "mode",
|
|
3135
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3136
|
+
"values": [
|
|
3137
|
+
{
|
|
3138
|
+
"name": "ios"
|
|
3139
|
+
},
|
|
3140
|
+
{
|
|
3141
|
+
"name": "md"
|
|
3142
|
+
}
|
|
3143
|
+
]
|
|
3144
|
+
},
|
|
3145
|
+
{
|
|
3146
|
+
"name": "theme",
|
|
3147
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3148
|
+
"values": [
|
|
3149
|
+
{
|
|
3150
|
+
"name": "ios"
|
|
3151
|
+
},
|
|
3152
|
+
{
|
|
3153
|
+
"name": "md"
|
|
3154
|
+
},
|
|
3155
|
+
{
|
|
3156
|
+
"name": "ionic"
|
|
3157
|
+
}
|
|
3158
|
+
]
|
|
2250
3159
|
}
|
|
2251
3160
|
],
|
|
2252
3161
|
"references": [
|
|
@@ -2274,80 +3183,74 @@
|
|
|
2274
3183
|
{
|
|
2275
3184
|
"name": "name"
|
|
2276
3185
|
},
|
|
2277
|
-
{
|
|
2278
|
-
"name": "email"
|
|
2279
|
-
},
|
|
2280
|
-
{
|
|
2281
|
-
"name": "tel"
|
|
2282
|
-
},
|
|
2283
3186
|
{
|
|
2284
3187
|
"name": "url"
|
|
2285
3188
|
},
|
|
2286
3189
|
{
|
|
2287
|
-
"name": "
|
|
3190
|
+
"name": "off"
|
|
2288
3191
|
},
|
|
2289
3192
|
{
|
|
2290
|
-
"name": "
|
|
3193
|
+
"name": "on"
|
|
2291
3194
|
},
|
|
2292
3195
|
{
|
|
2293
|
-
"name": "
|
|
3196
|
+
"name": "additional-name"
|
|
2294
3197
|
},
|
|
2295
3198
|
{
|
|
2296
|
-
"name": "
|
|
3199
|
+
"name": "address-level1"
|
|
2297
3200
|
},
|
|
2298
3201
|
{
|
|
2299
|
-
"name": "
|
|
3202
|
+
"name": "address-level2"
|
|
2300
3203
|
},
|
|
2301
3204
|
{
|
|
2302
|
-
"name": "
|
|
3205
|
+
"name": "address-level3"
|
|
2303
3206
|
},
|
|
2304
3207
|
{
|
|
2305
|
-
"name": "
|
|
3208
|
+
"name": "address-level4"
|
|
2306
3209
|
},
|
|
2307
3210
|
{
|
|
2308
|
-
"name": "
|
|
3211
|
+
"name": "address-line1"
|
|
2309
3212
|
},
|
|
2310
3213
|
{
|
|
2311
|
-
"name": "
|
|
3214
|
+
"name": "address-line2"
|
|
2312
3215
|
},
|
|
2313
3216
|
{
|
|
2314
|
-
"name": "
|
|
3217
|
+
"name": "address-line3"
|
|
2315
3218
|
},
|
|
2316
3219
|
{
|
|
2317
|
-
"name": "
|
|
3220
|
+
"name": "bday-day"
|
|
2318
3221
|
},
|
|
2319
3222
|
{
|
|
2320
|
-
"name": "
|
|
3223
|
+
"name": "bday-month"
|
|
2321
3224
|
},
|
|
2322
3225
|
{
|
|
2323
|
-
"name": "
|
|
3226
|
+
"name": "bday-year"
|
|
2324
3227
|
},
|
|
2325
3228
|
{
|
|
2326
|
-
"name": "
|
|
3229
|
+
"name": "cc-csc"
|
|
2327
3230
|
},
|
|
2328
3231
|
{
|
|
2329
|
-
"name": "
|
|
3232
|
+
"name": "cc-exp"
|
|
2330
3233
|
},
|
|
2331
3234
|
{
|
|
2332
|
-
"name": "
|
|
3235
|
+
"name": "cc-exp-month"
|
|
2333
3236
|
},
|
|
2334
3237
|
{
|
|
2335
|
-
"name": "
|
|
3238
|
+
"name": "cc-exp-year"
|
|
2336
3239
|
},
|
|
2337
3240
|
{
|
|
2338
|
-
"name": "
|
|
3241
|
+
"name": "cc-family-name"
|
|
2339
3242
|
},
|
|
2340
3243
|
{
|
|
2341
|
-
"name": "
|
|
3244
|
+
"name": "cc-given-name"
|
|
2342
3245
|
},
|
|
2343
3246
|
{
|
|
2344
|
-
"name": "
|
|
3247
|
+
"name": "cc-name"
|
|
2345
3248
|
},
|
|
2346
3249
|
{
|
|
2347
|
-
"name": "
|
|
3250
|
+
"name": "cc-number"
|
|
2348
3251
|
},
|
|
2349
3252
|
{
|
|
2350
|
-
"name": "
|
|
3253
|
+
"name": "cc-type"
|
|
2351
3254
|
},
|
|
2352
3255
|
{
|
|
2353
3256
|
"name": "country"
|
|
@@ -2356,76 +3259,82 @@
|
|
|
2356
3259
|
"name": "country-name"
|
|
2357
3260
|
},
|
|
2358
3261
|
{
|
|
2359
|
-
"name": "
|
|
3262
|
+
"name": "current-password"
|
|
2360
3263
|
},
|
|
2361
3264
|
{
|
|
2362
|
-
"name": "
|
|
3265
|
+
"name": "family-name"
|
|
2363
3266
|
},
|
|
2364
3267
|
{
|
|
2365
|
-
"name": "
|
|
3268
|
+
"name": "given-name"
|
|
2366
3269
|
},
|
|
2367
3270
|
{
|
|
2368
|
-
"name": "
|
|
3271
|
+
"name": "honorific-prefix"
|
|
2369
3272
|
},
|
|
2370
3273
|
{
|
|
2371
|
-
"name": "
|
|
3274
|
+
"name": "honorific-suffix"
|
|
2372
3275
|
},
|
|
2373
3276
|
{
|
|
2374
|
-
"name": "
|
|
3277
|
+
"name": "new-password"
|
|
2375
3278
|
},
|
|
2376
3279
|
{
|
|
2377
|
-
"name": "
|
|
3280
|
+
"name": "one-time-code"
|
|
2378
3281
|
},
|
|
2379
3282
|
{
|
|
2380
|
-
"name": "
|
|
3283
|
+
"name": "organization"
|
|
2381
3284
|
},
|
|
2382
3285
|
{
|
|
2383
|
-
"name": "
|
|
3286
|
+
"name": "postal-code"
|
|
2384
3287
|
},
|
|
2385
3288
|
{
|
|
2386
|
-
"name": "
|
|
3289
|
+
"name": "street-address"
|
|
2387
3290
|
},
|
|
2388
3291
|
{
|
|
2389
|
-
"name": "
|
|
3292
|
+
"name": "transaction-amount"
|
|
2390
3293
|
},
|
|
2391
3294
|
{
|
|
2392
3295
|
"name": "transaction-currency"
|
|
2393
3296
|
},
|
|
2394
3297
|
{
|
|
2395
|
-
"name": "
|
|
3298
|
+
"name": "username"
|
|
2396
3299
|
},
|
|
2397
3300
|
{
|
|
2398
|
-
"name": "
|
|
3301
|
+
"name": "email"
|
|
2399
3302
|
},
|
|
2400
3303
|
{
|
|
2401
|
-
"name": "
|
|
3304
|
+
"name": "tel"
|
|
2402
3305
|
},
|
|
2403
3306
|
{
|
|
2404
|
-
"name": "
|
|
3307
|
+
"name": "tel-area-code"
|
|
2405
3308
|
},
|
|
2406
3309
|
{
|
|
2407
|
-
"name": "
|
|
3310
|
+
"name": "tel-country-code"
|
|
2408
3311
|
},
|
|
2409
3312
|
{
|
|
2410
|
-
"name": "
|
|
3313
|
+
"name": "tel-extension"
|
|
2411
3314
|
},
|
|
2412
3315
|
{
|
|
2413
|
-
"name": "
|
|
3316
|
+
"name": "tel-local"
|
|
2414
3317
|
},
|
|
2415
3318
|
{
|
|
2416
|
-
"name": "tel-
|
|
3319
|
+
"name": "tel-national"
|
|
2417
3320
|
},
|
|
2418
3321
|
{
|
|
2419
|
-
"name": "
|
|
3322
|
+
"name": "nickname"
|
|
2420
3323
|
},
|
|
2421
3324
|
{
|
|
2422
|
-
"name": "
|
|
3325
|
+
"name": "organization-title"
|
|
2423
3326
|
},
|
|
2424
3327
|
{
|
|
2425
|
-
"name": "
|
|
3328
|
+
"name": "cc-additional-name"
|
|
2426
3329
|
},
|
|
2427
3330
|
{
|
|
2428
|
-
"name": "
|
|
3331
|
+
"name": "language"
|
|
3332
|
+
},
|
|
3333
|
+
{
|
|
3334
|
+
"name": "bday"
|
|
3335
|
+
},
|
|
3336
|
+
{
|
|
3337
|
+
"name": "sex"
|
|
2429
3338
|
},
|
|
2430
3339
|
{
|
|
2431
3340
|
"name": "impp"
|
|
@@ -2541,7 +3450,7 @@
|
|
|
2541
3450
|
},
|
|
2542
3451
|
{
|
|
2543
3452
|
"name": "fill",
|
|
2544
|
-
"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
|
|
3453
|
+
"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\"`.",
|
|
2545
3454
|
"values": [
|
|
2546
3455
|
{
|
|
2547
3456
|
"name": "outline"
|
|
@@ -2591,7 +3500,7 @@
|
|
|
2591
3500
|
},
|
|
2592
3501
|
{
|
|
2593
3502
|
"name": "label-placement",
|
|
2594
|
-
"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 (\"...\").",
|
|
3503
|
+
"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.",
|
|
2595
3504
|
"values": [
|
|
2596
3505
|
{
|
|
2597
3506
|
"name": "end"
|
|
@@ -2628,7 +3537,7 @@
|
|
|
2628
3537
|
},
|
|
2629
3538
|
{
|
|
2630
3539
|
"name": "mode",
|
|
2631
|
-
"description": "The mode determines
|
|
3540
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2632
3541
|
"values": [
|
|
2633
3542
|
{
|
|
2634
3543
|
"name": "ios"
|
|
@@ -2664,10 +3573,31 @@
|
|
|
2664
3573
|
},
|
|
2665
3574
|
{
|
|
2666
3575
|
"name": "shape",
|
|
2667
|
-
"description": "
|
|
3576
|
+
"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\"`.",
|
|
2668
3577
|
"values": [
|
|
3578
|
+
{
|
|
3579
|
+
"name": "rectangular"
|
|
3580
|
+
},
|
|
2669
3581
|
{
|
|
2670
3582
|
"name": "round"
|
|
3583
|
+
},
|
|
3584
|
+
{
|
|
3585
|
+
"name": "soft"
|
|
3586
|
+
}
|
|
3587
|
+
]
|
|
3588
|
+
},
|
|
3589
|
+
{
|
|
3590
|
+
"name": "size",
|
|
3591
|
+
"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.",
|
|
3592
|
+
"values": [
|
|
3593
|
+
{
|
|
3594
|
+
"name": "large"
|
|
3595
|
+
},
|
|
3596
|
+
{
|
|
3597
|
+
"name": "medium"
|
|
3598
|
+
},
|
|
3599
|
+
{
|
|
3600
|
+
"name": "xlarge"
|
|
2671
3601
|
}
|
|
2672
3602
|
]
|
|
2673
3603
|
},
|
|
@@ -2679,6 +3609,21 @@
|
|
|
2679
3609
|
"name": "step",
|
|
2680
3610
|
"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."
|
|
2681
3611
|
},
|
|
3612
|
+
{
|
|
3613
|
+
"name": "theme",
|
|
3614
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3615
|
+
"values": [
|
|
3616
|
+
{
|
|
3617
|
+
"name": "ios"
|
|
3618
|
+
},
|
|
3619
|
+
{
|
|
3620
|
+
"name": "md"
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
"name": "ionic"
|
|
3624
|
+
}
|
|
3625
|
+
]
|
|
3626
|
+
},
|
|
2682
3627
|
{
|
|
2683
3628
|
"name": "type",
|
|
2684
3629
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -3007,7 +3952,7 @@
|
|
|
3007
3952
|
},
|
|
3008
3953
|
{
|
|
3009
3954
|
"name": "detail",
|
|
3010
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
3955
|
+
"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."
|
|
3011
3956
|
},
|
|
3012
3957
|
{
|
|
3013
3958
|
"name": "detail-icon",
|
|
@@ -3042,7 +3987,7 @@
|
|
|
3042
3987
|
},
|
|
3043
3988
|
{
|
|
3044
3989
|
"name": "mode",
|
|
3045
|
-
"description": "The mode determines
|
|
3990
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3046
3991
|
"values": [
|
|
3047
3992
|
{
|
|
3048
3993
|
"name": "ios"
|
|
@@ -3075,6 +4020,21 @@
|
|
|
3075
4020
|
"name": "target",
|
|
3076
4021
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
3077
4022
|
},
|
|
4023
|
+
{
|
|
4024
|
+
"name": "theme",
|
|
4025
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4026
|
+
"values": [
|
|
4027
|
+
{
|
|
4028
|
+
"name": "ios"
|
|
4029
|
+
},
|
|
4030
|
+
{
|
|
4031
|
+
"name": "md"
|
|
4032
|
+
},
|
|
4033
|
+
{
|
|
4034
|
+
"name": "ionic"
|
|
4035
|
+
}
|
|
4036
|
+
]
|
|
4037
|
+
},
|
|
3078
4038
|
{
|
|
3079
4039
|
"name": "type",
|
|
3080
4040
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -3140,7 +4100,7 @@
|
|
|
3140
4100
|
},
|
|
3141
4101
|
{
|
|
3142
4102
|
"name": "mode",
|
|
3143
|
-
"description": "The mode determines
|
|
4103
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3144
4104
|
"values": [
|
|
3145
4105
|
{
|
|
3146
4106
|
"name": "ios"
|
|
@@ -3153,6 +4113,21 @@
|
|
|
3153
4113
|
{
|
|
3154
4114
|
"name": "sticky",
|
|
3155
4115
|
"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"
|
|
4116
|
+
},
|
|
4117
|
+
{
|
|
4118
|
+
"name": "theme",
|
|
4119
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4120
|
+
"values": [
|
|
4121
|
+
{
|
|
4122
|
+
"name": "ios"
|
|
4123
|
+
},
|
|
4124
|
+
{
|
|
4125
|
+
"name": "md"
|
|
4126
|
+
},
|
|
4127
|
+
{
|
|
4128
|
+
"name": "ionic"
|
|
4129
|
+
}
|
|
4130
|
+
]
|
|
3156
4131
|
}
|
|
3157
4132
|
],
|
|
3158
4133
|
"references": [
|
|
@@ -3168,7 +4143,35 @@
|
|
|
3168
4143
|
"kind": "markdown",
|
|
3169
4144
|
"value": ""
|
|
3170
4145
|
},
|
|
3171
|
-
"attributes": [
|
|
4146
|
+
"attributes": [
|
|
4147
|
+
{
|
|
4148
|
+
"name": "mode",
|
|
4149
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4150
|
+
"values": [
|
|
4151
|
+
{
|
|
4152
|
+
"name": "ios"
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
"name": "md"
|
|
4156
|
+
}
|
|
4157
|
+
]
|
|
4158
|
+
},
|
|
4159
|
+
{
|
|
4160
|
+
"name": "theme",
|
|
4161
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4162
|
+
"values": [
|
|
4163
|
+
{
|
|
4164
|
+
"name": "ios"
|
|
4165
|
+
},
|
|
4166
|
+
{
|
|
4167
|
+
"name": "md"
|
|
4168
|
+
},
|
|
4169
|
+
{
|
|
4170
|
+
"name": "ionic"
|
|
4171
|
+
}
|
|
4172
|
+
]
|
|
4173
|
+
}
|
|
4174
|
+
],
|
|
3172
4175
|
"references": [
|
|
3173
4176
|
{
|
|
3174
4177
|
"name": "Source code",
|
|
@@ -3232,9 +4235,21 @@
|
|
|
3232
4235
|
"name": "href",
|
|
3233
4236
|
"description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered."
|
|
3234
4237
|
},
|
|
4238
|
+
{
|
|
4239
|
+
"name": "hue",
|
|
4240
|
+
"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.",
|
|
4241
|
+
"values": [
|
|
4242
|
+
{
|
|
4243
|
+
"name": "bold"
|
|
4244
|
+
},
|
|
4245
|
+
{
|
|
4246
|
+
"name": "subtle"
|
|
4247
|
+
}
|
|
4248
|
+
]
|
|
4249
|
+
},
|
|
3235
4250
|
{
|
|
3236
4251
|
"name": "mode",
|
|
3237
|
-
"description": "The mode determines
|
|
4252
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3238
4253
|
"values": [
|
|
3239
4254
|
{
|
|
3240
4255
|
"name": "ios"
|
|
@@ -3249,21 +4264,51 @@
|
|
|
3249
4264
|
"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)."
|
|
3250
4265
|
},
|
|
3251
4266
|
{
|
|
3252
|
-
"name": "
|
|
3253
|
-
"description": "
|
|
3254
|
-
},
|
|
3255
|
-
{
|
|
3256
|
-
"name": "type",
|
|
3257
|
-
"description": "The type of the button.",
|
|
4267
|
+
"name": "shape",
|
|
4268
|
+
"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.",
|
|
3258
4269
|
"values": [
|
|
3259
4270
|
{
|
|
3260
|
-
"name": "
|
|
4271
|
+
"name": "rectangular"
|
|
3261
4272
|
},
|
|
3262
4273
|
{
|
|
3263
|
-
"name": "
|
|
4274
|
+
"name": "round"
|
|
3264
4275
|
},
|
|
3265
4276
|
{
|
|
3266
|
-
"name": "
|
|
4277
|
+
"name": "soft"
|
|
4278
|
+
}
|
|
4279
|
+
]
|
|
4280
|
+
},
|
|
4281
|
+
{
|
|
4282
|
+
"name": "target",
|
|
4283
|
+
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
4284
|
+
},
|
|
4285
|
+
{
|
|
4286
|
+
"name": "theme",
|
|
4287
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4288
|
+
"values": [
|
|
4289
|
+
{
|
|
4290
|
+
"name": "ios"
|
|
4291
|
+
},
|
|
4292
|
+
{
|
|
4293
|
+
"name": "md"
|
|
4294
|
+
},
|
|
4295
|
+
{
|
|
4296
|
+
"name": "ionic"
|
|
4297
|
+
}
|
|
4298
|
+
]
|
|
4299
|
+
},
|
|
4300
|
+
{
|
|
4301
|
+
"name": "type",
|
|
4302
|
+
"description": "The type of the button.",
|
|
4303
|
+
"values": [
|
|
4304
|
+
{
|
|
4305
|
+
"name": "button"
|
|
4306
|
+
},
|
|
4307
|
+
{
|
|
4308
|
+
"name": "reset"
|
|
4309
|
+
},
|
|
4310
|
+
{
|
|
4311
|
+
"name": "submit"
|
|
3267
4312
|
}
|
|
3268
4313
|
]
|
|
3269
4314
|
}
|
|
@@ -3282,6 +4327,18 @@
|
|
|
3282
4327
|
"value": ""
|
|
3283
4328
|
},
|
|
3284
4329
|
"attributes": [
|
|
4330
|
+
{
|
|
4331
|
+
"name": "mode",
|
|
4332
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4333
|
+
"values": [
|
|
4334
|
+
{
|
|
4335
|
+
"name": "ios"
|
|
4336
|
+
},
|
|
4337
|
+
{
|
|
4338
|
+
"name": "md"
|
|
4339
|
+
}
|
|
4340
|
+
]
|
|
4341
|
+
},
|
|
3285
4342
|
{
|
|
3286
4343
|
"name": "side",
|
|
3287
4344
|
"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.",
|
|
@@ -3293,6 +4350,21 @@
|
|
|
3293
4350
|
"name": "start"
|
|
3294
4351
|
}
|
|
3295
4352
|
]
|
|
4353
|
+
},
|
|
4354
|
+
{
|
|
4355
|
+
"name": "theme",
|
|
4356
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4357
|
+
"values": [
|
|
4358
|
+
{
|
|
4359
|
+
"name": "ios"
|
|
4360
|
+
},
|
|
4361
|
+
{
|
|
4362
|
+
"name": "md"
|
|
4363
|
+
},
|
|
4364
|
+
{
|
|
4365
|
+
"name": "ionic"
|
|
4366
|
+
}
|
|
4367
|
+
]
|
|
3296
4368
|
}
|
|
3297
4369
|
],
|
|
3298
4370
|
"references": [
|
|
@@ -3312,6 +4384,33 @@
|
|
|
3312
4384
|
{
|
|
3313
4385
|
"name": "disabled",
|
|
3314
4386
|
"description": "If `true`, the user cannot interact with the sliding item."
|
|
4387
|
+
},
|
|
4388
|
+
{
|
|
4389
|
+
"name": "mode",
|
|
4390
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4391
|
+
"values": [
|
|
4392
|
+
{
|
|
4393
|
+
"name": "ios"
|
|
4394
|
+
},
|
|
4395
|
+
{
|
|
4396
|
+
"name": "md"
|
|
4397
|
+
}
|
|
4398
|
+
]
|
|
4399
|
+
},
|
|
4400
|
+
{
|
|
4401
|
+
"name": "theme",
|
|
4402
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4403
|
+
"values": [
|
|
4404
|
+
{
|
|
4405
|
+
"name": "ios"
|
|
4406
|
+
},
|
|
4407
|
+
{
|
|
4408
|
+
"name": "md"
|
|
4409
|
+
},
|
|
4410
|
+
{
|
|
4411
|
+
"name": "ionic"
|
|
4412
|
+
}
|
|
4413
|
+
]
|
|
3315
4414
|
}
|
|
3316
4415
|
],
|
|
3317
4416
|
"references": [
|
|
@@ -3363,7 +4462,7 @@
|
|
|
3363
4462
|
},
|
|
3364
4463
|
{
|
|
3365
4464
|
"name": "mode",
|
|
3366
|
-
"description": "The mode determines
|
|
4465
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3367
4466
|
"values": [
|
|
3368
4467
|
{
|
|
3369
4468
|
"name": "ios"
|
|
@@ -3387,6 +4486,21 @@
|
|
|
3387
4486
|
"name": "stacked"
|
|
3388
4487
|
}
|
|
3389
4488
|
]
|
|
4489
|
+
},
|
|
4490
|
+
{
|
|
4491
|
+
"name": "theme",
|
|
4492
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4493
|
+
"values": [
|
|
4494
|
+
{
|
|
4495
|
+
"name": "ios"
|
|
4496
|
+
},
|
|
4497
|
+
{
|
|
4498
|
+
"name": "md"
|
|
4499
|
+
},
|
|
4500
|
+
{
|
|
4501
|
+
"name": "ionic"
|
|
4502
|
+
}
|
|
4503
|
+
]
|
|
3390
4504
|
}
|
|
3391
4505
|
],
|
|
3392
4506
|
"references": [
|
|
@@ -3424,13 +4538,43 @@
|
|
|
3424
4538
|
},
|
|
3425
4539
|
{
|
|
3426
4540
|
"name": "mode",
|
|
3427
|
-
"description": "The mode determines
|
|
4541
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4542
|
+
"values": [
|
|
4543
|
+
{
|
|
4544
|
+
"name": "ios"
|
|
4545
|
+
},
|
|
4546
|
+
{
|
|
4547
|
+
"name": "md"
|
|
4548
|
+
}
|
|
4549
|
+
]
|
|
4550
|
+
},
|
|
4551
|
+
{
|
|
4552
|
+
"name": "shape",
|
|
4553
|
+
"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.",
|
|
4554
|
+
"values": [
|
|
4555
|
+
{
|
|
4556
|
+
"name": "rectangular"
|
|
4557
|
+
},
|
|
4558
|
+
{
|
|
4559
|
+
"name": "round"
|
|
4560
|
+
},
|
|
4561
|
+
{
|
|
4562
|
+
"name": "soft"
|
|
4563
|
+
}
|
|
4564
|
+
]
|
|
4565
|
+
},
|
|
4566
|
+
{
|
|
4567
|
+
"name": "theme",
|
|
4568
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3428
4569
|
"values": [
|
|
3429
4570
|
{
|
|
3430
4571
|
"name": "ios"
|
|
3431
4572
|
},
|
|
3432
4573
|
{
|
|
3433
4574
|
"name": "md"
|
|
4575
|
+
},
|
|
4576
|
+
{
|
|
4577
|
+
"name": "ionic"
|
|
3434
4578
|
}
|
|
3435
4579
|
]
|
|
3436
4580
|
}
|
|
@@ -3499,13 +4643,28 @@
|
|
|
3499
4643
|
},
|
|
3500
4644
|
{
|
|
3501
4645
|
"name": "mode",
|
|
3502
|
-
"description": "The mode determines
|
|
4646
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4647
|
+
"values": [
|
|
4648
|
+
{
|
|
4649
|
+
"name": "ios"
|
|
4650
|
+
},
|
|
4651
|
+
{
|
|
4652
|
+
"name": "md"
|
|
4653
|
+
}
|
|
4654
|
+
]
|
|
4655
|
+
},
|
|
4656
|
+
{
|
|
4657
|
+
"name": "theme",
|
|
4658
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3503
4659
|
"values": [
|
|
3504
4660
|
{
|
|
3505
4661
|
"name": "ios"
|
|
3506
4662
|
},
|
|
3507
4663
|
{
|
|
3508
4664
|
"name": "md"
|
|
4665
|
+
},
|
|
4666
|
+
{
|
|
4667
|
+
"name": "ionic"
|
|
3509
4668
|
}
|
|
3510
4669
|
]
|
|
3511
4670
|
}
|
|
@@ -3554,7 +4713,7 @@
|
|
|
3554
4713
|
},
|
|
3555
4714
|
{
|
|
3556
4715
|
"name": "mode",
|
|
3557
|
-
"description": "The mode determines
|
|
4716
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3558
4717
|
"values": [
|
|
3559
4718
|
{
|
|
3560
4719
|
"name": "ios"
|
|
@@ -3601,9 +4760,24 @@
|
|
|
3601
4760
|
}
|
|
3602
4761
|
]
|
|
3603
4762
|
},
|
|
4763
|
+
{
|
|
4764
|
+
"name": "theme",
|
|
4765
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4766
|
+
"values": [
|
|
4767
|
+
{
|
|
4768
|
+
"name": "ios"
|
|
4769
|
+
},
|
|
4770
|
+
{
|
|
4771
|
+
"name": "md"
|
|
4772
|
+
},
|
|
4773
|
+
{
|
|
4774
|
+
"name": "ionic"
|
|
4775
|
+
}
|
|
4776
|
+
]
|
|
4777
|
+
},
|
|
3604
4778
|
{
|
|
3605
4779
|
"name": "translucent",
|
|
3606
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
4780
|
+
"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)."
|
|
3607
4781
|
},
|
|
3608
4782
|
{
|
|
3609
4783
|
"name": "trigger",
|
|
@@ -3640,6 +4814,18 @@
|
|
|
3640
4814
|
"name": "menu-id",
|
|
3641
4815
|
"description": "An id for the menu."
|
|
3642
4816
|
},
|
|
4817
|
+
{
|
|
4818
|
+
"name": "mode",
|
|
4819
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4820
|
+
"values": [
|
|
4821
|
+
{
|
|
4822
|
+
"name": "ios"
|
|
4823
|
+
},
|
|
4824
|
+
{
|
|
4825
|
+
"name": "md"
|
|
4826
|
+
}
|
|
4827
|
+
]
|
|
4828
|
+
},
|
|
3643
4829
|
{
|
|
3644
4830
|
"name": "side",
|
|
3645
4831
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -3656,6 +4842,21 @@
|
|
|
3656
4842
|
"name": "swipe-gesture",
|
|
3657
4843
|
"description": "If `true`, swiping the menu is enabled."
|
|
3658
4844
|
},
|
|
4845
|
+
{
|
|
4846
|
+
"name": "theme",
|
|
4847
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4848
|
+
"values": [
|
|
4849
|
+
{
|
|
4850
|
+
"name": "ios"
|
|
4851
|
+
},
|
|
4852
|
+
{
|
|
4853
|
+
"name": "md"
|
|
4854
|
+
},
|
|
4855
|
+
{
|
|
4856
|
+
"name": "ionic"
|
|
4857
|
+
}
|
|
4858
|
+
]
|
|
4859
|
+
},
|
|
3659
4860
|
{
|
|
3660
4861
|
"name": "type",
|
|
3661
4862
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -3733,13 +4934,28 @@
|
|
|
3733
4934
|
},
|
|
3734
4935
|
{
|
|
3735
4936
|
"name": "mode",
|
|
3736
|
-
"description": "The mode determines
|
|
4937
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4938
|
+
"values": [
|
|
4939
|
+
{
|
|
4940
|
+
"name": "ios"
|
|
4941
|
+
},
|
|
4942
|
+
{
|
|
4943
|
+
"name": "md"
|
|
4944
|
+
}
|
|
4945
|
+
]
|
|
4946
|
+
},
|
|
4947
|
+
{
|
|
4948
|
+
"name": "theme",
|
|
4949
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3737
4950
|
"values": [
|
|
3738
4951
|
{
|
|
3739
4952
|
"name": "ios"
|
|
3740
4953
|
},
|
|
3741
4954
|
{
|
|
3742
4955
|
"name": "md"
|
|
4956
|
+
},
|
|
4957
|
+
{
|
|
4958
|
+
"name": "ionic"
|
|
3743
4959
|
}
|
|
3744
4960
|
]
|
|
3745
4961
|
},
|
|
@@ -3780,6 +4996,33 @@
|
|
|
3780
4996
|
{
|
|
3781
4997
|
"name": "menu",
|
|
3782
4998
|
"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."
|
|
4999
|
+
},
|
|
5000
|
+
{
|
|
5001
|
+
"name": "mode",
|
|
5002
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5003
|
+
"values": [
|
|
5004
|
+
{
|
|
5005
|
+
"name": "ios"
|
|
5006
|
+
},
|
|
5007
|
+
{
|
|
5008
|
+
"name": "md"
|
|
5009
|
+
}
|
|
5010
|
+
]
|
|
5011
|
+
},
|
|
5012
|
+
{
|
|
5013
|
+
"name": "theme",
|
|
5014
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5015
|
+
"values": [
|
|
5016
|
+
{
|
|
5017
|
+
"name": "ios"
|
|
5018
|
+
},
|
|
5019
|
+
{
|
|
5020
|
+
"name": "md"
|
|
5021
|
+
},
|
|
5022
|
+
{
|
|
5023
|
+
"name": "ionic"
|
|
5024
|
+
}
|
|
5025
|
+
]
|
|
3783
5026
|
}
|
|
3784
5027
|
],
|
|
3785
5028
|
"references": [
|
|
@@ -3854,7 +5097,7 @@
|
|
|
3854
5097
|
},
|
|
3855
5098
|
{
|
|
3856
5099
|
"name": "mode",
|
|
3857
|
-
"description": "The mode determines
|
|
5100
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3858
5101
|
"values": [
|
|
3859
5102
|
{
|
|
3860
5103
|
"name": "ios"
|
|
@@ -3864,10 +5107,40 @@
|
|
|
3864
5107
|
}
|
|
3865
5108
|
]
|
|
3866
5109
|
},
|
|
5110
|
+
{
|
|
5111
|
+
"name": "shape",
|
|
5112
|
+
"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.",
|
|
5113
|
+
"values": [
|
|
5114
|
+
{
|
|
5115
|
+
"name": "rectangular"
|
|
5116
|
+
},
|
|
5117
|
+
{
|
|
5118
|
+
"name": "round"
|
|
5119
|
+
},
|
|
5120
|
+
{
|
|
5121
|
+
"name": "soft"
|
|
5122
|
+
}
|
|
5123
|
+
]
|
|
5124
|
+
},
|
|
3867
5125
|
{
|
|
3868
5126
|
"name": "show-backdrop",
|
|
3869
5127
|
"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."
|
|
3870
5128
|
},
|
|
5129
|
+
{
|
|
5130
|
+
"name": "theme",
|
|
5131
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5132
|
+
"values": [
|
|
5133
|
+
{
|
|
5134
|
+
"name": "ios"
|
|
5135
|
+
},
|
|
5136
|
+
{
|
|
5137
|
+
"name": "md"
|
|
5138
|
+
},
|
|
5139
|
+
{
|
|
5140
|
+
"name": "ionic"
|
|
5141
|
+
}
|
|
5142
|
+
]
|
|
5143
|
+
},
|
|
3871
5144
|
{
|
|
3872
5145
|
"name": "trigger",
|
|
3873
5146
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked."
|
|
@@ -3891,6 +5164,18 @@
|
|
|
3891
5164
|
"name": "animated",
|
|
3892
5165
|
"description": "If `true`, the nav should animate the transition of components."
|
|
3893
5166
|
},
|
|
5167
|
+
{
|
|
5168
|
+
"name": "mode",
|
|
5169
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5170
|
+
"values": [
|
|
5171
|
+
{
|
|
5172
|
+
"name": "ios"
|
|
5173
|
+
},
|
|
5174
|
+
{
|
|
5175
|
+
"name": "md"
|
|
5176
|
+
}
|
|
5177
|
+
]
|
|
5178
|
+
},
|
|
3894
5179
|
{
|
|
3895
5180
|
"name": "root",
|
|
3896
5181
|
"description": "Root NavComponent to load"
|
|
@@ -3898,6 +5183,21 @@
|
|
|
3898
5183
|
{
|
|
3899
5184
|
"name": "swipe-gesture",
|
|
3900
5185
|
"description": "If the nav component should allow for swipe-to-go-back."
|
|
5186
|
+
},
|
|
5187
|
+
{
|
|
5188
|
+
"name": "theme",
|
|
5189
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5190
|
+
"values": [
|
|
5191
|
+
{
|
|
5192
|
+
"name": "ios"
|
|
5193
|
+
},
|
|
5194
|
+
{
|
|
5195
|
+
"name": "md"
|
|
5196
|
+
},
|
|
5197
|
+
{
|
|
5198
|
+
"name": "ionic"
|
|
5199
|
+
}
|
|
5200
|
+
]
|
|
3901
5201
|
}
|
|
3902
5202
|
],
|
|
3903
5203
|
"references": [
|
|
@@ -3919,8 +5219,20 @@
|
|
|
3919
5219
|
"description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`."
|
|
3920
5220
|
},
|
|
3921
5221
|
{
|
|
3922
|
-
"name": "
|
|
3923
|
-
"description": "The
|
|
5222
|
+
"name": "mode",
|
|
5223
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5224
|
+
"values": [
|
|
5225
|
+
{
|
|
5226
|
+
"name": "ios"
|
|
5227
|
+
},
|
|
5228
|
+
{
|
|
5229
|
+
"name": "md"
|
|
5230
|
+
}
|
|
5231
|
+
]
|
|
5232
|
+
},
|
|
5233
|
+
{
|
|
5234
|
+
"name": "router-direction",
|
|
5235
|
+
"description": "The transition direction when navigating to another page.",
|
|
3924
5236
|
"values": [
|
|
3925
5237
|
{
|
|
3926
5238
|
"name": "back"
|
|
@@ -3932,6 +5244,21 @@
|
|
|
3932
5244
|
"name": "root"
|
|
3933
5245
|
}
|
|
3934
5246
|
]
|
|
5247
|
+
},
|
|
5248
|
+
{
|
|
5249
|
+
"name": "theme",
|
|
5250
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5251
|
+
"values": [
|
|
5252
|
+
{
|
|
5253
|
+
"name": "ios"
|
|
5254
|
+
},
|
|
5255
|
+
{
|
|
5256
|
+
"name": "md"
|
|
5257
|
+
},
|
|
5258
|
+
{
|
|
5259
|
+
"name": "ionic"
|
|
5260
|
+
}
|
|
5261
|
+
]
|
|
3935
5262
|
}
|
|
3936
5263
|
],
|
|
3937
5264
|
"references": [
|
|
@@ -3983,7 +5310,7 @@
|
|
|
3983
5310
|
},
|
|
3984
5311
|
{
|
|
3985
5312
|
"name": "mode",
|
|
3986
|
-
"description": "The mode determines
|
|
5313
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3987
5314
|
"values": [
|
|
3988
5315
|
{
|
|
3989
5316
|
"name": "ios"
|
|
@@ -3992,6 +5319,21 @@
|
|
|
3992
5319
|
"name": "md"
|
|
3993
5320
|
}
|
|
3994
5321
|
]
|
|
5322
|
+
},
|
|
5323
|
+
{
|
|
5324
|
+
"name": "theme",
|
|
5325
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5326
|
+
"values": [
|
|
5327
|
+
{
|
|
5328
|
+
"name": "ios"
|
|
5329
|
+
},
|
|
5330
|
+
{
|
|
5331
|
+
"name": "md"
|
|
5332
|
+
},
|
|
5333
|
+
{
|
|
5334
|
+
"name": "ionic"
|
|
5335
|
+
}
|
|
5336
|
+
]
|
|
3995
5337
|
}
|
|
3996
5338
|
],
|
|
3997
5339
|
"references": [
|
|
@@ -4010,7 +5352,7 @@
|
|
|
4010
5352
|
"attributes": [
|
|
4011
5353
|
{
|
|
4012
5354
|
"name": "mode",
|
|
4013
|
-
"description": "The mode determines
|
|
5355
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4014
5356
|
"values": [
|
|
4015
5357
|
{
|
|
4016
5358
|
"name": "ios"
|
|
@@ -4019,6 +5361,21 @@
|
|
|
4019
5361
|
"name": "md"
|
|
4020
5362
|
}
|
|
4021
5363
|
]
|
|
5364
|
+
},
|
|
5365
|
+
{
|
|
5366
|
+
"name": "theme",
|
|
5367
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5368
|
+
"values": [
|
|
5369
|
+
{
|
|
5370
|
+
"name": "ios"
|
|
5371
|
+
},
|
|
5372
|
+
{
|
|
5373
|
+
"name": "md"
|
|
5374
|
+
},
|
|
5375
|
+
{
|
|
5376
|
+
"name": "ionic"
|
|
5377
|
+
}
|
|
5378
|
+
]
|
|
4022
5379
|
}
|
|
4023
5380
|
],
|
|
4024
5381
|
"references": [
|
|
@@ -4074,13 +5431,28 @@
|
|
|
4074
5431
|
},
|
|
4075
5432
|
{
|
|
4076
5433
|
"name": "mode",
|
|
4077
|
-
"description": "The mode determines
|
|
5434
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5435
|
+
"values": [
|
|
5436
|
+
{
|
|
5437
|
+
"name": "ios"
|
|
5438
|
+
},
|
|
5439
|
+
{
|
|
5440
|
+
"name": "md"
|
|
5441
|
+
}
|
|
5442
|
+
]
|
|
5443
|
+
},
|
|
5444
|
+
{
|
|
5445
|
+
"name": "theme",
|
|
5446
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4078
5447
|
"values": [
|
|
4079
5448
|
{
|
|
4080
5449
|
"name": "ios"
|
|
4081
5450
|
},
|
|
4082
5451
|
{
|
|
4083
5452
|
"name": "md"
|
|
5453
|
+
},
|
|
5454
|
+
{
|
|
5455
|
+
"name": "ionic"
|
|
4084
5456
|
}
|
|
4085
5457
|
]
|
|
4086
5458
|
},
|
|
@@ -4140,6 +5512,33 @@
|
|
|
4140
5512
|
"name": "disabled",
|
|
4141
5513
|
"description": "If `true`, the user cannot interact with the picker column option."
|
|
4142
5514
|
},
|
|
5515
|
+
{
|
|
5516
|
+
"name": "mode",
|
|
5517
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5518
|
+
"values": [
|
|
5519
|
+
{
|
|
5520
|
+
"name": "ios"
|
|
5521
|
+
},
|
|
5522
|
+
{
|
|
5523
|
+
"name": "md"
|
|
5524
|
+
}
|
|
5525
|
+
]
|
|
5526
|
+
},
|
|
5527
|
+
{
|
|
5528
|
+
"name": "theme",
|
|
5529
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5530
|
+
"values": [
|
|
5531
|
+
{
|
|
5532
|
+
"name": "ios"
|
|
5533
|
+
},
|
|
5534
|
+
{
|
|
5535
|
+
"name": "md"
|
|
5536
|
+
},
|
|
5537
|
+
{
|
|
5538
|
+
"name": "ionic"
|
|
5539
|
+
}
|
|
5540
|
+
]
|
|
5541
|
+
},
|
|
4143
5542
|
{
|
|
4144
5543
|
"name": "value",
|
|
4145
5544
|
"description": "The text value of the option."
|
|
@@ -4185,7 +5584,7 @@
|
|
|
4185
5584
|
},
|
|
4186
5585
|
{
|
|
4187
5586
|
"name": "mode",
|
|
4188
|
-
"description": "The mode determines
|
|
5587
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4189
5588
|
"values": [
|
|
4190
5589
|
{
|
|
4191
5590
|
"name": "ios"
|
|
@@ -4199,6 +5598,21 @@
|
|
|
4199
5598
|
"name": "show-backdrop",
|
|
4200
5599
|
"description": "If `true`, a backdrop will be displayed behind the picker."
|
|
4201
5600
|
},
|
|
5601
|
+
{
|
|
5602
|
+
"name": "theme",
|
|
5603
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5604
|
+
"values": [
|
|
5605
|
+
{
|
|
5606
|
+
"name": "ios"
|
|
5607
|
+
},
|
|
5608
|
+
{
|
|
5609
|
+
"name": "md"
|
|
5610
|
+
},
|
|
5611
|
+
{
|
|
5612
|
+
"name": "ionic"
|
|
5613
|
+
}
|
|
5614
|
+
]
|
|
5615
|
+
},
|
|
4202
5616
|
{
|
|
4203
5617
|
"name": "trigger",
|
|
4204
5618
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked."
|
|
@@ -4220,7 +5634,7 @@
|
|
|
4220
5634
|
"attributes": [
|
|
4221
5635
|
{
|
|
4222
5636
|
"name": "alignment",
|
|
4223
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
5637
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
|
|
4224
5638
|
"values": [
|
|
4225
5639
|
{
|
|
4226
5640
|
"name": "center"
|
|
@@ -4239,7 +5653,7 @@
|
|
|
4239
5653
|
},
|
|
4240
5654
|
{
|
|
4241
5655
|
"name": "arrow",
|
|
4242
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
5656
|
+
"description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme."
|
|
4243
5657
|
},
|
|
4244
5658
|
{
|
|
4245
5659
|
"name": "backdrop-dismiss",
|
|
@@ -4275,7 +5689,7 @@
|
|
|
4275
5689
|
},
|
|
4276
5690
|
{
|
|
4277
5691
|
"name": "mode",
|
|
4278
|
-
"description": "The mode determines
|
|
5692
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4279
5693
|
"values": [
|
|
4280
5694
|
{
|
|
4281
5695
|
"name": "ios"
|
|
@@ -4337,9 +5751,24 @@
|
|
|
4337
5751
|
}
|
|
4338
5752
|
]
|
|
4339
5753
|
},
|
|
5754
|
+
{
|
|
5755
|
+
"name": "theme",
|
|
5756
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5757
|
+
"values": [
|
|
5758
|
+
{
|
|
5759
|
+
"name": "ios"
|
|
5760
|
+
},
|
|
5761
|
+
{
|
|
5762
|
+
"name": "md"
|
|
5763
|
+
},
|
|
5764
|
+
{
|
|
5765
|
+
"name": "ionic"
|
|
5766
|
+
}
|
|
5767
|
+
]
|
|
5768
|
+
},
|
|
4340
5769
|
{
|
|
4341
5770
|
"name": "translucent",
|
|
4342
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
5771
|
+
"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)."
|
|
4343
5772
|
},
|
|
4344
5773
|
{
|
|
4345
5774
|
"name": "trigger",
|
|
@@ -4414,7 +5843,7 @@
|
|
|
4414
5843
|
},
|
|
4415
5844
|
{
|
|
4416
5845
|
"name": "mode",
|
|
4417
|
-
"description": "The mode determines
|
|
5846
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4418
5847
|
"values": [
|
|
4419
5848
|
{
|
|
4420
5849
|
"name": "ios"
|
|
@@ -4428,6 +5857,33 @@
|
|
|
4428
5857
|
"name": "reversed",
|
|
4429
5858
|
"description": "If true, reverse the progress bar direction."
|
|
4430
5859
|
},
|
|
5860
|
+
{
|
|
5861
|
+
"name": "shape",
|
|
5862
|
+
"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.",
|
|
5863
|
+
"values": [
|
|
5864
|
+
{
|
|
5865
|
+
"name": "rectangular"
|
|
5866
|
+
},
|
|
5867
|
+
{
|
|
5868
|
+
"name": "round"
|
|
5869
|
+
}
|
|
5870
|
+
]
|
|
5871
|
+
},
|
|
5872
|
+
{
|
|
5873
|
+
"name": "theme",
|
|
5874
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5875
|
+
"values": [
|
|
5876
|
+
{
|
|
5877
|
+
"name": "ios"
|
|
5878
|
+
},
|
|
5879
|
+
{
|
|
5880
|
+
"name": "md"
|
|
5881
|
+
},
|
|
5882
|
+
{
|
|
5883
|
+
"name": "ionic"
|
|
5884
|
+
}
|
|
5885
|
+
]
|
|
5886
|
+
},
|
|
4431
5887
|
{
|
|
4432
5888
|
"name": "type",
|
|
4433
5889
|
"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).",
|
|
@@ -4543,7 +5999,7 @@
|
|
|
4543
5999
|
},
|
|
4544
6000
|
{
|
|
4545
6001
|
"name": "mode",
|
|
4546
|
-
"description": "The mode determines
|
|
6002
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4547
6003
|
"values": [
|
|
4548
6004
|
{
|
|
4549
6005
|
"name": "ios"
|
|
@@ -4557,6 +6013,21 @@
|
|
|
4557
6013
|
"name": "name",
|
|
4558
6014
|
"description": "The name of the control, which is submitted with the form data."
|
|
4559
6015
|
},
|
|
6016
|
+
{
|
|
6017
|
+
"name": "theme",
|
|
6018
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6019
|
+
"values": [
|
|
6020
|
+
{
|
|
6021
|
+
"name": "ios"
|
|
6022
|
+
},
|
|
6023
|
+
{
|
|
6024
|
+
"name": "md"
|
|
6025
|
+
},
|
|
6026
|
+
{
|
|
6027
|
+
"name": "ionic"
|
|
6028
|
+
}
|
|
6029
|
+
]
|
|
6030
|
+
},
|
|
4560
6031
|
{
|
|
4561
6032
|
"name": "value",
|
|
4562
6033
|
"description": "the value of the radio."
|
|
@@ -4592,10 +6063,37 @@
|
|
|
4592
6063
|
"name": "helper-text",
|
|
4593
6064
|
"description": "The helper text to display at the top of the radio group."
|
|
4594
6065
|
},
|
|
6066
|
+
{
|
|
6067
|
+
"name": "mode",
|
|
6068
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6069
|
+
"values": [
|
|
6070
|
+
{
|
|
6071
|
+
"name": "ios"
|
|
6072
|
+
},
|
|
6073
|
+
{
|
|
6074
|
+
"name": "md"
|
|
6075
|
+
}
|
|
6076
|
+
]
|
|
6077
|
+
},
|
|
4595
6078
|
{
|
|
4596
6079
|
"name": "name",
|
|
4597
6080
|
"description": "The name of the control, which is submitted with the form data."
|
|
4598
6081
|
},
|
|
6082
|
+
{
|
|
6083
|
+
"name": "theme",
|
|
6084
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6085
|
+
"values": [
|
|
6086
|
+
{
|
|
6087
|
+
"name": "ios"
|
|
6088
|
+
},
|
|
6089
|
+
{
|
|
6090
|
+
"name": "md"
|
|
6091
|
+
},
|
|
6092
|
+
{
|
|
6093
|
+
"name": "ionic"
|
|
6094
|
+
}
|
|
6095
|
+
]
|
|
6096
|
+
},
|
|
4599
6097
|
{
|
|
4600
6098
|
"name": "value",
|
|
4601
6099
|
"description": "the value of the radio group."
|
|
@@ -4696,7 +6194,7 @@
|
|
|
4696
6194
|
},
|
|
4697
6195
|
{
|
|
4698
6196
|
"name": "mode",
|
|
4699
|
-
"description": "The mode determines
|
|
6197
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4700
6198
|
"values": [
|
|
4701
6199
|
{
|
|
4702
6200
|
"name": "ios"
|
|
@@ -4722,6 +6220,21 @@
|
|
|
4722
6220
|
"name": "step",
|
|
4723
6221
|
"description": "Specifies the value granularity."
|
|
4724
6222
|
},
|
|
6223
|
+
{
|
|
6224
|
+
"name": "theme",
|
|
6225
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6226
|
+
"values": [
|
|
6227
|
+
{
|
|
6228
|
+
"name": "ios"
|
|
6229
|
+
},
|
|
6230
|
+
{
|
|
6231
|
+
"name": "md"
|
|
6232
|
+
},
|
|
6233
|
+
{
|
|
6234
|
+
"name": "ionic"
|
|
6235
|
+
}
|
|
6236
|
+
]
|
|
6237
|
+
},
|
|
4725
6238
|
{
|
|
4726
6239
|
"name": "ticks",
|
|
4727
6240
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`."
|
|
@@ -4755,7 +6268,7 @@
|
|
|
4755
6268
|
},
|
|
4756
6269
|
{
|
|
4757
6270
|
"name": "mode",
|
|
4758
|
-
"description": "The mode determines
|
|
6271
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4759
6272
|
"values": [
|
|
4760
6273
|
{
|
|
4761
6274
|
"name": "ios"
|
|
@@ -4780,6 +6293,21 @@
|
|
|
4780
6293
|
{
|
|
4781
6294
|
"name": "snapback-duration",
|
|
4782
6295
|
"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."
|
|
6296
|
+
},
|
|
6297
|
+
{
|
|
6298
|
+
"name": "theme",
|
|
6299
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6300
|
+
"values": [
|
|
6301
|
+
{
|
|
6302
|
+
"name": "ios"
|
|
6303
|
+
},
|
|
6304
|
+
{
|
|
6305
|
+
"name": "md"
|
|
6306
|
+
},
|
|
6307
|
+
{
|
|
6308
|
+
"name": "ionic"
|
|
6309
|
+
}
|
|
6310
|
+
]
|
|
4783
6311
|
}
|
|
4784
6312
|
],
|
|
4785
6313
|
"references": [
|
|
@@ -4796,6 +6324,18 @@
|
|
|
4796
6324
|
"value": ""
|
|
4797
6325
|
},
|
|
4798
6326
|
"attributes": [
|
|
6327
|
+
{
|
|
6328
|
+
"name": "mode",
|
|
6329
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6330
|
+
"values": [
|
|
6331
|
+
{
|
|
6332
|
+
"name": "ios"
|
|
6333
|
+
},
|
|
6334
|
+
{
|
|
6335
|
+
"name": "md"
|
|
6336
|
+
}
|
|
6337
|
+
]
|
|
6338
|
+
},
|
|
4799
6339
|
{
|
|
4800
6340
|
"name": "pulling-icon",
|
|
4801
6341
|
"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."
|
|
@@ -4840,6 +6380,21 @@
|
|
|
4840
6380
|
{
|
|
4841
6381
|
"name": "refreshing-text",
|
|
4842
6382
|
"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."
|
|
6383
|
+
},
|
|
6384
|
+
{
|
|
6385
|
+
"name": "theme",
|
|
6386
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6387
|
+
"values": [
|
|
6388
|
+
{
|
|
6389
|
+
"name": "ios"
|
|
6390
|
+
},
|
|
6391
|
+
{
|
|
6392
|
+
"name": "md"
|
|
6393
|
+
},
|
|
6394
|
+
{
|
|
6395
|
+
"name": "ionic"
|
|
6396
|
+
}
|
|
6397
|
+
]
|
|
4843
6398
|
}
|
|
4844
6399
|
],
|
|
4845
6400
|
"references": [
|
|
@@ -4855,7 +6410,35 @@
|
|
|
4855
6410
|
"kind": "markdown",
|
|
4856
6411
|
"value": ""
|
|
4857
6412
|
},
|
|
4858
|
-
"attributes": [
|
|
6413
|
+
"attributes": [
|
|
6414
|
+
{
|
|
6415
|
+
"name": "mode",
|
|
6416
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6417
|
+
"values": [
|
|
6418
|
+
{
|
|
6419
|
+
"name": "ios"
|
|
6420
|
+
},
|
|
6421
|
+
{
|
|
6422
|
+
"name": "md"
|
|
6423
|
+
}
|
|
6424
|
+
]
|
|
6425
|
+
},
|
|
6426
|
+
{
|
|
6427
|
+
"name": "theme",
|
|
6428
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6429
|
+
"values": [
|
|
6430
|
+
{
|
|
6431
|
+
"name": "ios"
|
|
6432
|
+
},
|
|
6433
|
+
{
|
|
6434
|
+
"name": "md"
|
|
6435
|
+
},
|
|
6436
|
+
{
|
|
6437
|
+
"name": "ionic"
|
|
6438
|
+
}
|
|
6439
|
+
]
|
|
6440
|
+
}
|
|
6441
|
+
],
|
|
4859
6442
|
"references": [
|
|
4860
6443
|
{
|
|
4861
6444
|
"name": "Source code",
|
|
@@ -4873,6 +6456,33 @@
|
|
|
4873
6456
|
{
|
|
4874
6457
|
"name": "disabled",
|
|
4875
6458
|
"description": "If `true`, the reorder will be hidden."
|
|
6459
|
+
},
|
|
6460
|
+
{
|
|
6461
|
+
"name": "mode",
|
|
6462
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6463
|
+
"values": [
|
|
6464
|
+
{
|
|
6465
|
+
"name": "ios"
|
|
6466
|
+
},
|
|
6467
|
+
{
|
|
6468
|
+
"name": "md"
|
|
6469
|
+
}
|
|
6470
|
+
]
|
|
6471
|
+
},
|
|
6472
|
+
{
|
|
6473
|
+
"name": "theme",
|
|
6474
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6475
|
+
"values": [
|
|
6476
|
+
{
|
|
6477
|
+
"name": "ios"
|
|
6478
|
+
},
|
|
6479
|
+
{
|
|
6480
|
+
"name": "md"
|
|
6481
|
+
},
|
|
6482
|
+
{
|
|
6483
|
+
"name": "ionic"
|
|
6484
|
+
}
|
|
6485
|
+
]
|
|
4876
6486
|
}
|
|
4877
6487
|
],
|
|
4878
6488
|
"references": [
|
|
@@ -4889,6 +6499,33 @@
|
|
|
4889
6499
|
"value": ""
|
|
4890
6500
|
},
|
|
4891
6501
|
"attributes": [
|
|
6502
|
+
{
|
|
6503
|
+
"name": "mode",
|
|
6504
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6505
|
+
"values": [
|
|
6506
|
+
{
|
|
6507
|
+
"name": "ios"
|
|
6508
|
+
},
|
|
6509
|
+
{
|
|
6510
|
+
"name": "md"
|
|
6511
|
+
}
|
|
6512
|
+
]
|
|
6513
|
+
},
|
|
6514
|
+
{
|
|
6515
|
+
"name": "theme",
|
|
6516
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6517
|
+
"values": [
|
|
6518
|
+
{
|
|
6519
|
+
"name": "ios"
|
|
6520
|
+
},
|
|
6521
|
+
{
|
|
6522
|
+
"name": "md"
|
|
6523
|
+
},
|
|
6524
|
+
{
|
|
6525
|
+
"name": "ionic"
|
|
6526
|
+
}
|
|
6527
|
+
]
|
|
6528
|
+
},
|
|
4892
6529
|
{
|
|
4893
6530
|
"name": "type",
|
|
4894
6531
|
"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.",
|
|
@@ -4920,6 +6557,33 @@
|
|
|
4920
6557
|
"name": "component",
|
|
4921
6558
|
"description": "Name of the component to load/select in the navigation outlet (`ion-tabs`, `ion-nav`)\nwhen the route matches.\n\nThe value of this property is not always the tagname of the component to load,\nin `ion-tabs` it actually refers to the name of the `ion-tab` to select."
|
|
4922
6559
|
},
|
|
6560
|
+
{
|
|
6561
|
+
"name": "mode",
|
|
6562
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6563
|
+
"values": [
|
|
6564
|
+
{
|
|
6565
|
+
"name": "ios"
|
|
6566
|
+
},
|
|
6567
|
+
{
|
|
6568
|
+
"name": "md"
|
|
6569
|
+
}
|
|
6570
|
+
]
|
|
6571
|
+
},
|
|
6572
|
+
{
|
|
6573
|
+
"name": "theme",
|
|
6574
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6575
|
+
"values": [
|
|
6576
|
+
{
|
|
6577
|
+
"name": "ios"
|
|
6578
|
+
},
|
|
6579
|
+
{
|
|
6580
|
+
"name": "md"
|
|
6581
|
+
},
|
|
6582
|
+
{
|
|
6583
|
+
"name": "ionic"
|
|
6584
|
+
}
|
|
6585
|
+
]
|
|
6586
|
+
},
|
|
4923
6587
|
{
|
|
4924
6588
|
"name": "url",
|
|
4925
6589
|
"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."
|
|
@@ -4962,10 +6626,37 @@
|
|
|
4962
6626
|
"value": ""
|
|
4963
6627
|
},
|
|
4964
6628
|
"attributes": [
|
|
6629
|
+
{
|
|
6630
|
+
"name": "mode",
|
|
6631
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6632
|
+
"values": [
|
|
6633
|
+
{
|
|
6634
|
+
"name": "ios"
|
|
6635
|
+
},
|
|
6636
|
+
{
|
|
6637
|
+
"name": "md"
|
|
6638
|
+
}
|
|
6639
|
+
]
|
|
6640
|
+
},
|
|
4965
6641
|
{
|
|
4966
6642
|
"name": "root",
|
|
4967
6643
|
"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."
|
|
4968
6644
|
},
|
|
6645
|
+
{
|
|
6646
|
+
"name": "theme",
|
|
6647
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6648
|
+
"values": [
|
|
6649
|
+
{
|
|
6650
|
+
"name": "ios"
|
|
6651
|
+
},
|
|
6652
|
+
{
|
|
6653
|
+
"name": "md"
|
|
6654
|
+
},
|
|
6655
|
+
{
|
|
6656
|
+
"name": "ionic"
|
|
6657
|
+
}
|
|
6658
|
+
]
|
|
6659
|
+
},
|
|
4969
6660
|
{
|
|
4970
6661
|
"name": "use-hash",
|
|
4971
6662
|
"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."
|
|
@@ -5022,6 +6713,18 @@
|
|
|
5022
6713
|
"name": "href",
|
|
5023
6714
|
"description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered."
|
|
5024
6715
|
},
|
|
6716
|
+
{
|
|
6717
|
+
"name": "mode",
|
|
6718
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6719
|
+
"values": [
|
|
6720
|
+
{
|
|
6721
|
+
"name": "ios"
|
|
6722
|
+
},
|
|
6723
|
+
{
|
|
6724
|
+
"name": "md"
|
|
6725
|
+
}
|
|
6726
|
+
]
|
|
6727
|
+
},
|
|
5025
6728
|
{
|
|
5026
6729
|
"name": "rel",
|
|
5027
6730
|
"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)."
|
|
@@ -5044,6 +6747,21 @@
|
|
|
5044
6747
|
{
|
|
5045
6748
|
"name": "target",
|
|
5046
6749
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
6750
|
+
},
|
|
6751
|
+
{
|
|
6752
|
+
"name": "theme",
|
|
6753
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6754
|
+
"values": [
|
|
6755
|
+
{
|
|
6756
|
+
"name": "ios"
|
|
6757
|
+
},
|
|
6758
|
+
{
|
|
6759
|
+
"name": "md"
|
|
6760
|
+
},
|
|
6761
|
+
{
|
|
6762
|
+
"name": "ionic"
|
|
6763
|
+
}
|
|
6764
|
+
]
|
|
5047
6765
|
}
|
|
5048
6766
|
],
|
|
5049
6767
|
"references": [
|
|
@@ -5066,13 +6784,28 @@
|
|
|
5066
6784
|
},
|
|
5067
6785
|
{
|
|
5068
6786
|
"name": "mode",
|
|
5069
|
-
"description": "The mode determines
|
|
6787
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6788
|
+
"values": [
|
|
6789
|
+
{
|
|
6790
|
+
"name": "ios"
|
|
6791
|
+
},
|
|
6792
|
+
{
|
|
6793
|
+
"name": "md"
|
|
6794
|
+
}
|
|
6795
|
+
]
|
|
6796
|
+
},
|
|
6797
|
+
{
|
|
6798
|
+
"name": "theme",
|
|
6799
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5070
6800
|
"values": [
|
|
5071
6801
|
{
|
|
5072
6802
|
"name": "ios"
|
|
5073
6803
|
},
|
|
5074
6804
|
{
|
|
5075
6805
|
"name": "md"
|
|
6806
|
+
},
|
|
6807
|
+
{
|
|
6808
|
+
"name": "ionic"
|
|
5076
6809
|
}
|
|
5077
6810
|
]
|
|
5078
6811
|
}
|
|
@@ -5090,7 +6823,35 @@
|
|
|
5090
6823
|
"kind": "markdown",
|
|
5091
6824
|
"value": ""
|
|
5092
6825
|
},
|
|
5093
|
-
"attributes": [
|
|
6826
|
+
"attributes": [
|
|
6827
|
+
{
|
|
6828
|
+
"name": "mode",
|
|
6829
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6830
|
+
"values": [
|
|
6831
|
+
{
|
|
6832
|
+
"name": "ios"
|
|
6833
|
+
},
|
|
6834
|
+
{
|
|
6835
|
+
"name": "md"
|
|
6836
|
+
}
|
|
6837
|
+
]
|
|
6838
|
+
},
|
|
6839
|
+
{
|
|
6840
|
+
"name": "theme",
|
|
6841
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6842
|
+
"values": [
|
|
6843
|
+
{
|
|
6844
|
+
"name": "ios"
|
|
6845
|
+
},
|
|
6846
|
+
{
|
|
6847
|
+
"name": "md"
|
|
6848
|
+
},
|
|
6849
|
+
{
|
|
6850
|
+
"name": "ionic"
|
|
6851
|
+
}
|
|
6852
|
+
]
|
|
6853
|
+
}
|
|
6854
|
+
],
|
|
5094
6855
|
"references": [
|
|
5095
6856
|
{
|
|
5096
6857
|
"name": "Source code",
|
|
@@ -5121,157 +6882,157 @@
|
|
|
5121
6882
|
"name": "name"
|
|
5122
6883
|
},
|
|
5123
6884
|
{
|
|
5124
|
-
"name": "
|
|
6885
|
+
"name": "url"
|
|
5125
6886
|
},
|
|
5126
6887
|
{
|
|
5127
|
-
"name": "
|
|
6888
|
+
"name": "off"
|
|
5128
6889
|
},
|
|
5129
6890
|
{
|
|
5130
|
-
"name": "
|
|
6891
|
+
"name": "on"
|
|
5131
6892
|
},
|
|
5132
6893
|
{
|
|
5133
|
-
"name": "
|
|
6894
|
+
"name": "additional-name"
|
|
5134
6895
|
},
|
|
5135
6896
|
{
|
|
5136
|
-
"name": "
|
|
6897
|
+
"name": "address-level1"
|
|
5137
6898
|
},
|
|
5138
6899
|
{
|
|
5139
|
-
"name": "
|
|
6900
|
+
"name": "address-level2"
|
|
5140
6901
|
},
|
|
5141
6902
|
{
|
|
5142
|
-
"name": "
|
|
6903
|
+
"name": "address-level3"
|
|
5143
6904
|
},
|
|
5144
6905
|
{
|
|
5145
|
-
"name": "
|
|
6906
|
+
"name": "address-level4"
|
|
5146
6907
|
},
|
|
5147
6908
|
{
|
|
5148
|
-
"name": "
|
|
6909
|
+
"name": "address-line1"
|
|
5149
6910
|
},
|
|
5150
6911
|
{
|
|
5151
|
-
"name": "
|
|
6912
|
+
"name": "address-line2"
|
|
5152
6913
|
},
|
|
5153
6914
|
{
|
|
5154
|
-
"name": "
|
|
6915
|
+
"name": "address-line3"
|
|
5155
6916
|
},
|
|
5156
6917
|
{
|
|
5157
|
-
"name": "
|
|
6918
|
+
"name": "bday-day"
|
|
5158
6919
|
},
|
|
5159
6920
|
{
|
|
5160
|
-
"name": "
|
|
6921
|
+
"name": "bday-month"
|
|
5161
6922
|
},
|
|
5162
6923
|
{
|
|
5163
|
-
"name": "
|
|
6924
|
+
"name": "bday-year"
|
|
5164
6925
|
},
|
|
5165
6926
|
{
|
|
5166
|
-
"name": "
|
|
6927
|
+
"name": "cc-csc"
|
|
5167
6928
|
},
|
|
5168
6929
|
{
|
|
5169
|
-
"name": "
|
|
6930
|
+
"name": "cc-exp"
|
|
5170
6931
|
},
|
|
5171
6932
|
{
|
|
5172
|
-
"name": "
|
|
6933
|
+
"name": "cc-exp-month"
|
|
5173
6934
|
},
|
|
5174
6935
|
{
|
|
5175
|
-
"name": "
|
|
6936
|
+
"name": "cc-exp-year"
|
|
5176
6937
|
},
|
|
5177
6938
|
{
|
|
5178
|
-
"name": "
|
|
6939
|
+
"name": "cc-family-name"
|
|
5179
6940
|
},
|
|
5180
6941
|
{
|
|
5181
|
-
"name": "
|
|
6942
|
+
"name": "cc-given-name"
|
|
5182
6943
|
},
|
|
5183
6944
|
{
|
|
5184
|
-
"name": "
|
|
6945
|
+
"name": "cc-name"
|
|
5185
6946
|
},
|
|
5186
6947
|
{
|
|
5187
|
-
"name": "
|
|
6948
|
+
"name": "cc-number"
|
|
5188
6949
|
},
|
|
5189
6950
|
{
|
|
5190
|
-
"name": "
|
|
6951
|
+
"name": "cc-type"
|
|
5191
6952
|
},
|
|
5192
6953
|
{
|
|
5193
|
-
"name": "
|
|
6954
|
+
"name": "country"
|
|
5194
6955
|
},
|
|
5195
6956
|
{
|
|
5196
|
-
"name": "
|
|
6957
|
+
"name": "country-name"
|
|
5197
6958
|
},
|
|
5198
6959
|
{
|
|
5199
|
-
"name": "
|
|
6960
|
+
"name": "current-password"
|
|
5200
6961
|
},
|
|
5201
6962
|
{
|
|
5202
|
-
"name": "
|
|
6963
|
+
"name": "family-name"
|
|
5203
6964
|
},
|
|
5204
6965
|
{
|
|
5205
|
-
"name": "
|
|
6966
|
+
"name": "given-name"
|
|
5206
6967
|
},
|
|
5207
6968
|
{
|
|
5208
|
-
"name": "
|
|
6969
|
+
"name": "honorific-prefix"
|
|
5209
6970
|
},
|
|
5210
6971
|
{
|
|
5211
|
-
"name": "
|
|
6972
|
+
"name": "honorific-suffix"
|
|
5212
6973
|
},
|
|
5213
6974
|
{
|
|
5214
|
-
"name": "
|
|
6975
|
+
"name": "new-password"
|
|
5215
6976
|
},
|
|
5216
6977
|
{
|
|
5217
|
-
"name": "
|
|
6978
|
+
"name": "one-time-code"
|
|
5218
6979
|
},
|
|
5219
6980
|
{
|
|
5220
|
-
"name": "
|
|
6981
|
+
"name": "organization"
|
|
5221
6982
|
},
|
|
5222
6983
|
{
|
|
5223
|
-
"name": "
|
|
6984
|
+
"name": "postal-code"
|
|
5224
6985
|
},
|
|
5225
6986
|
{
|
|
5226
|
-
"name": "
|
|
6987
|
+
"name": "street-address"
|
|
5227
6988
|
},
|
|
5228
6989
|
{
|
|
5229
|
-
"name": "
|
|
6990
|
+
"name": "transaction-amount"
|
|
5230
6991
|
},
|
|
5231
6992
|
{
|
|
5232
|
-
"name": "
|
|
6993
|
+
"name": "transaction-currency"
|
|
5233
6994
|
},
|
|
5234
6995
|
{
|
|
5235
|
-
"name": "
|
|
6996
|
+
"name": "username"
|
|
5236
6997
|
},
|
|
5237
6998
|
{
|
|
5238
|
-
"name": "
|
|
6999
|
+
"name": "email"
|
|
5239
7000
|
},
|
|
5240
7001
|
{
|
|
5241
|
-
"name": "
|
|
7002
|
+
"name": "tel"
|
|
5242
7003
|
},
|
|
5243
7004
|
{
|
|
5244
|
-
"name": "
|
|
7005
|
+
"name": "tel-area-code"
|
|
5245
7006
|
},
|
|
5246
7007
|
{
|
|
5247
|
-
"name": "
|
|
7008
|
+
"name": "tel-country-code"
|
|
5248
7009
|
},
|
|
5249
7010
|
{
|
|
5250
|
-
"name": "
|
|
7011
|
+
"name": "tel-extension"
|
|
5251
7012
|
},
|
|
5252
7013
|
{
|
|
5253
|
-
"name": "
|
|
7014
|
+
"name": "tel-local"
|
|
5254
7015
|
},
|
|
5255
7016
|
{
|
|
5256
|
-
"name": "
|
|
7017
|
+
"name": "tel-national"
|
|
5257
7018
|
},
|
|
5258
7019
|
{
|
|
5259
|
-
"name": "
|
|
7020
|
+
"name": "nickname"
|
|
5260
7021
|
},
|
|
5261
7022
|
{
|
|
5262
|
-
"name": "
|
|
7023
|
+
"name": "organization-title"
|
|
5263
7024
|
},
|
|
5264
7025
|
{
|
|
5265
|
-
"name": "
|
|
7026
|
+
"name": "cc-additional-name"
|
|
5266
7027
|
},
|
|
5267
7028
|
{
|
|
5268
|
-
"name": "
|
|
7029
|
+
"name": "language"
|
|
5269
7030
|
},
|
|
5270
7031
|
{
|
|
5271
|
-
"name": "
|
|
7032
|
+
"name": "bday"
|
|
5272
7033
|
},
|
|
5273
7034
|
{
|
|
5274
|
-
"name": "
|
|
7035
|
+
"name": "sex"
|
|
5275
7036
|
},
|
|
5276
7037
|
{
|
|
5277
7038
|
"name": "impp"
|
|
@@ -5295,15 +7056,15 @@
|
|
|
5295
7056
|
},
|
|
5296
7057
|
{
|
|
5297
7058
|
"name": "cancel-button-icon",
|
|
5298
|
-
"description": "Set the cancel button icon. Only
|
|
7059
|
+
"description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`."
|
|
5299
7060
|
},
|
|
5300
7061
|
{
|
|
5301
7062
|
"name": "cancel-button-text",
|
|
5302
|
-
"description": "Set the cancel button text. Only
|
|
7063
|
+
"description": "Set the cancel button text. Only available when the theme is `\"ios\"`."
|
|
5303
7064
|
},
|
|
5304
7065
|
{
|
|
5305
7066
|
"name": "clear-icon",
|
|
5306
|
-
"description": "Set the clear icon. Defaults to
|
|
7067
|
+
"description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme."
|
|
5307
7068
|
},
|
|
5308
7069
|
{
|
|
5309
7070
|
"name": "color",
|
|
@@ -5413,7 +7174,7 @@
|
|
|
5413
7174
|
},
|
|
5414
7175
|
{
|
|
5415
7176
|
"name": "mode",
|
|
5416
|
-
"description": "The mode determines
|
|
7177
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5417
7178
|
"values": [
|
|
5418
7179
|
{
|
|
5419
7180
|
"name": "ios"
|
|
@@ -5433,7 +7194,22 @@
|
|
|
5433
7194
|
},
|
|
5434
7195
|
{
|
|
5435
7196
|
"name": "search-icon",
|
|
5436
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
7197
|
+
"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."
|
|
7198
|
+
},
|
|
7199
|
+
{
|
|
7200
|
+
"name": "shape",
|
|
7201
|
+
"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.",
|
|
7202
|
+
"values": [
|
|
7203
|
+
{
|
|
7204
|
+
"name": "rectangular"
|
|
7205
|
+
},
|
|
7206
|
+
{
|
|
7207
|
+
"name": "round"
|
|
7208
|
+
},
|
|
7209
|
+
{
|
|
7210
|
+
"name": "soft"
|
|
7211
|
+
}
|
|
7212
|
+
]
|
|
5437
7213
|
},
|
|
5438
7214
|
{
|
|
5439
7215
|
"name": "show-cancel-button",
|
|
@@ -5465,10 +7241,40 @@
|
|
|
5465
7241
|
}
|
|
5466
7242
|
]
|
|
5467
7243
|
},
|
|
7244
|
+
{
|
|
7245
|
+
"name": "size",
|
|
7246
|
+
"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.",
|
|
7247
|
+
"values": [
|
|
7248
|
+
{
|
|
7249
|
+
"name": "large"
|
|
7250
|
+
},
|
|
7251
|
+
{
|
|
7252
|
+
"name": "medium"
|
|
7253
|
+
},
|
|
7254
|
+
{
|
|
7255
|
+
"name": "small"
|
|
7256
|
+
}
|
|
7257
|
+
]
|
|
7258
|
+
},
|
|
5468
7259
|
{
|
|
5469
7260
|
"name": "spellcheck",
|
|
5470
7261
|
"description": "If `true`, enable spellcheck on the input."
|
|
5471
7262
|
},
|
|
7263
|
+
{
|
|
7264
|
+
"name": "theme",
|
|
7265
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7266
|
+
"values": [
|
|
7267
|
+
{
|
|
7268
|
+
"name": "ios"
|
|
7269
|
+
},
|
|
7270
|
+
{
|
|
7271
|
+
"name": "md"
|
|
7272
|
+
},
|
|
7273
|
+
{
|
|
7274
|
+
"name": "ionic"
|
|
7275
|
+
}
|
|
7276
|
+
]
|
|
7277
|
+
},
|
|
5472
7278
|
{
|
|
5473
7279
|
"name": "type",
|
|
5474
7280
|
"description": "Set the type of the input.",
|
|
@@ -5554,7 +7360,7 @@
|
|
|
5554
7360
|
},
|
|
5555
7361
|
{
|
|
5556
7362
|
"name": "mode",
|
|
5557
|
-
"description": "The mode determines
|
|
7363
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5558
7364
|
"values": [
|
|
5559
7365
|
{
|
|
5560
7366
|
"name": "ios"
|
|
@@ -5576,6 +7382,21 @@
|
|
|
5576
7382
|
"name": "swipe-gesture",
|
|
5577
7383
|
"description": "If `true`, users will be able to swipe between segment buttons to activate them."
|
|
5578
7384
|
},
|
|
7385
|
+
{
|
|
7386
|
+
"name": "theme",
|
|
7387
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7388
|
+
"values": [
|
|
7389
|
+
{
|
|
7390
|
+
"name": "ios"
|
|
7391
|
+
},
|
|
7392
|
+
{
|
|
7393
|
+
"name": "md"
|
|
7394
|
+
},
|
|
7395
|
+
{
|
|
7396
|
+
"name": "ionic"
|
|
7397
|
+
}
|
|
7398
|
+
]
|
|
7399
|
+
},
|
|
5579
7400
|
{
|
|
5580
7401
|
"name": "value",
|
|
5581
7402
|
"description": "the value of the segment."
|
|
@@ -5629,13 +7450,28 @@
|
|
|
5629
7450
|
},
|
|
5630
7451
|
{
|
|
5631
7452
|
"name": "mode",
|
|
5632
|
-
"description": "The mode determines
|
|
7453
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7454
|
+
"values": [
|
|
7455
|
+
{
|
|
7456
|
+
"name": "ios"
|
|
7457
|
+
},
|
|
7458
|
+
{
|
|
7459
|
+
"name": "md"
|
|
7460
|
+
}
|
|
7461
|
+
]
|
|
7462
|
+
},
|
|
7463
|
+
{
|
|
7464
|
+
"name": "theme",
|
|
7465
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5633
7466
|
"values": [
|
|
5634
7467
|
{
|
|
5635
7468
|
"name": "ios"
|
|
5636
7469
|
},
|
|
5637
7470
|
{
|
|
5638
7471
|
"name": "md"
|
|
7472
|
+
},
|
|
7473
|
+
{
|
|
7474
|
+
"name": "ionic"
|
|
5639
7475
|
}
|
|
5640
7476
|
]
|
|
5641
7477
|
},
|
|
@@ -5757,11 +7593,11 @@
|
|
|
5757
7593
|
},
|
|
5758
7594
|
{
|
|
5759
7595
|
"name": "expanded-icon",
|
|
5760
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
7596
|
+
"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."
|
|
5761
7597
|
},
|
|
5762
7598
|
{
|
|
5763
7599
|
"name": "fill",
|
|
5764
|
-
"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
|
|
7600
|
+
"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.",
|
|
5765
7601
|
"values": [
|
|
5766
7602
|
{
|
|
5767
7603
|
"name": "outline"
|
|
@@ -5839,7 +7675,7 @@
|
|
|
5839
7675
|
},
|
|
5840
7676
|
{
|
|
5841
7677
|
"name": "mode",
|
|
5842
|
-
"description": "The mode determines
|
|
7678
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5843
7679
|
"values": [
|
|
5844
7680
|
{
|
|
5845
7681
|
"name": "ios"
|
|
@@ -5875,16 +7711,52 @@
|
|
|
5875
7711
|
},
|
|
5876
7712
|
{
|
|
5877
7713
|
"name": "shape",
|
|
5878
|
-
"description": "
|
|
7714
|
+
"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.",
|
|
5879
7715
|
"values": [
|
|
7716
|
+
{
|
|
7717
|
+
"name": "rectangular"
|
|
7718
|
+
},
|
|
5880
7719
|
{
|
|
5881
7720
|
"name": "round"
|
|
7721
|
+
},
|
|
7722
|
+
{
|
|
7723
|
+
"name": "soft"
|
|
7724
|
+
}
|
|
7725
|
+
]
|
|
7726
|
+
},
|
|
7727
|
+
{
|
|
7728
|
+
"name": "size",
|
|
7729
|
+
"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.",
|
|
7730
|
+
"values": [
|
|
7731
|
+
{
|
|
7732
|
+
"name": "large"
|
|
7733
|
+
},
|
|
7734
|
+
{
|
|
7735
|
+
"name": "medium"
|
|
7736
|
+
},
|
|
7737
|
+
{
|
|
7738
|
+
"name": "small"
|
|
7739
|
+
}
|
|
7740
|
+
]
|
|
7741
|
+
},
|
|
7742
|
+
{
|
|
7743
|
+
"name": "theme",
|
|
7744
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7745
|
+
"values": [
|
|
7746
|
+
{
|
|
7747
|
+
"name": "ios"
|
|
7748
|
+
},
|
|
7749
|
+
{
|
|
7750
|
+
"name": "md"
|
|
7751
|
+
},
|
|
7752
|
+
{
|
|
7753
|
+
"name": "ionic"
|
|
5882
7754
|
}
|
|
5883
7755
|
]
|
|
5884
7756
|
},
|
|
5885
7757
|
{
|
|
5886
7758
|
"name": "toggle-icon",
|
|
5887
|
-
"description": "The toggle icon to use. Defaults to
|
|
7759
|
+
"description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes."
|
|
5888
7760
|
},
|
|
5889
7761
|
{
|
|
5890
7762
|
"name": "value",
|
|
@@ -5932,6 +7804,33 @@
|
|
|
5932
7804
|
"name": "disabled",
|
|
5933
7805
|
"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."
|
|
5934
7806
|
},
|
|
7807
|
+
{
|
|
7808
|
+
"name": "mode",
|
|
7809
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7810
|
+
"values": [
|
|
7811
|
+
{
|
|
7812
|
+
"name": "ios"
|
|
7813
|
+
},
|
|
7814
|
+
{
|
|
7815
|
+
"name": "md"
|
|
7816
|
+
}
|
|
7817
|
+
]
|
|
7818
|
+
},
|
|
7819
|
+
{
|
|
7820
|
+
"name": "theme",
|
|
7821
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7822
|
+
"values": [
|
|
7823
|
+
{
|
|
7824
|
+
"name": "ios"
|
|
7825
|
+
},
|
|
7826
|
+
{
|
|
7827
|
+
"name": "md"
|
|
7828
|
+
},
|
|
7829
|
+
{
|
|
7830
|
+
"name": "ionic"
|
|
7831
|
+
}
|
|
7832
|
+
]
|
|
7833
|
+
},
|
|
5935
7834
|
{
|
|
5936
7835
|
"name": "value",
|
|
5937
7836
|
"description": "The text value of the option."
|
|
@@ -5954,6 +7853,33 @@
|
|
|
5954
7853
|
{
|
|
5955
7854
|
"name": "animated",
|
|
5956
7855
|
"description": "If `true`, the skeleton text will animate."
|
|
7856
|
+
},
|
|
7857
|
+
{
|
|
7858
|
+
"name": "mode",
|
|
7859
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7860
|
+
"values": [
|
|
7861
|
+
{
|
|
7862
|
+
"name": "ios"
|
|
7863
|
+
},
|
|
7864
|
+
{
|
|
7865
|
+
"name": "md"
|
|
7866
|
+
}
|
|
7867
|
+
]
|
|
7868
|
+
},
|
|
7869
|
+
{
|
|
7870
|
+
"name": "theme",
|
|
7871
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7872
|
+
"values": [
|
|
7873
|
+
{
|
|
7874
|
+
"name": "ios"
|
|
7875
|
+
},
|
|
7876
|
+
{
|
|
7877
|
+
"name": "md"
|
|
7878
|
+
},
|
|
7879
|
+
{
|
|
7880
|
+
"name": "ionic"
|
|
7881
|
+
}
|
|
7882
|
+
]
|
|
5957
7883
|
}
|
|
5958
7884
|
],
|
|
5959
7885
|
"references": [
|
|
@@ -6007,6 +7933,18 @@
|
|
|
6007
7933
|
"name": "duration",
|
|
6008
7934
|
"description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner."
|
|
6009
7935
|
},
|
|
7936
|
+
{
|
|
7937
|
+
"name": "mode",
|
|
7938
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7939
|
+
"values": [
|
|
7940
|
+
{
|
|
7941
|
+
"name": "ios"
|
|
7942
|
+
},
|
|
7943
|
+
{
|
|
7944
|
+
"name": "md"
|
|
7945
|
+
}
|
|
7946
|
+
]
|
|
7947
|
+
},
|
|
6010
7948
|
{
|
|
6011
7949
|
"name": "name",
|
|
6012
7950
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -6043,6 +7981,42 @@
|
|
|
6043
7981
|
{
|
|
6044
7982
|
"name": "paused",
|
|
6045
7983
|
"description": "If `true`, the spinner's animation will be paused."
|
|
7984
|
+
},
|
|
7985
|
+
{
|
|
7986
|
+
"name": "size",
|
|
7987
|
+
"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.",
|
|
7988
|
+
"values": [
|
|
7989
|
+
{
|
|
7990
|
+
"name": "large"
|
|
7991
|
+
},
|
|
7992
|
+
{
|
|
7993
|
+
"name": "medium"
|
|
7994
|
+
},
|
|
7995
|
+
{
|
|
7996
|
+
"name": "small"
|
|
7997
|
+
},
|
|
7998
|
+
{
|
|
7999
|
+
"name": "xlarge"
|
|
8000
|
+
},
|
|
8001
|
+
{
|
|
8002
|
+
"name": "xsmall"
|
|
8003
|
+
}
|
|
8004
|
+
]
|
|
8005
|
+
},
|
|
8006
|
+
{
|
|
8007
|
+
"name": "theme",
|
|
8008
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8009
|
+
"values": [
|
|
8010
|
+
{
|
|
8011
|
+
"name": "ios"
|
|
8012
|
+
},
|
|
8013
|
+
{
|
|
8014
|
+
"name": "md"
|
|
8015
|
+
},
|
|
8016
|
+
{
|
|
8017
|
+
"name": "ionic"
|
|
8018
|
+
}
|
|
8019
|
+
]
|
|
6046
8020
|
}
|
|
6047
8021
|
],
|
|
6048
8022
|
"references": [
|
|
@@ -6067,6 +8041,33 @@
|
|
|
6067
8041
|
"name": "disabled",
|
|
6068
8042
|
"description": "If `true`, the split pane will be hidden."
|
|
6069
8043
|
},
|
|
8044
|
+
{
|
|
8045
|
+
"name": "mode",
|
|
8046
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8047
|
+
"values": [
|
|
8048
|
+
{
|
|
8049
|
+
"name": "ios"
|
|
8050
|
+
},
|
|
8051
|
+
{
|
|
8052
|
+
"name": "md"
|
|
8053
|
+
}
|
|
8054
|
+
]
|
|
8055
|
+
},
|
|
8056
|
+
{
|
|
8057
|
+
"name": "theme",
|
|
8058
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8059
|
+
"values": [
|
|
8060
|
+
{
|
|
8061
|
+
"name": "ios"
|
|
8062
|
+
},
|
|
8063
|
+
{
|
|
8064
|
+
"name": "md"
|
|
8065
|
+
},
|
|
8066
|
+
{
|
|
8067
|
+
"name": "ionic"
|
|
8068
|
+
}
|
|
8069
|
+
]
|
|
8070
|
+
},
|
|
6070
8071
|
{
|
|
6071
8072
|
"name": "when",
|
|
6072
8073
|
"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."
|
|
@@ -6090,9 +8091,36 @@
|
|
|
6090
8091
|
"name": "component",
|
|
6091
8092
|
"description": "The component to display inside of the tab."
|
|
6092
8093
|
},
|
|
8094
|
+
{
|
|
8095
|
+
"name": "mode",
|
|
8096
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8097
|
+
"values": [
|
|
8098
|
+
{
|
|
8099
|
+
"name": "ios"
|
|
8100
|
+
},
|
|
8101
|
+
{
|
|
8102
|
+
"name": "md"
|
|
8103
|
+
}
|
|
8104
|
+
]
|
|
8105
|
+
},
|
|
6093
8106
|
{
|
|
6094
8107
|
"name": "tab",
|
|
6095
8108
|
"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."
|
|
8109
|
+
},
|
|
8110
|
+
{
|
|
8111
|
+
"name": "theme",
|
|
8112
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8113
|
+
"values": [
|
|
8114
|
+
{
|
|
8115
|
+
"name": "ios"
|
|
8116
|
+
},
|
|
8117
|
+
{
|
|
8118
|
+
"name": "md"
|
|
8119
|
+
},
|
|
8120
|
+
{
|
|
8121
|
+
"name": "ionic"
|
|
8122
|
+
}
|
|
8123
|
+
]
|
|
6096
8124
|
}
|
|
6097
8125
|
],
|
|
6098
8126
|
"references": [
|
|
@@ -6142,9 +8170,21 @@
|
|
|
6142
8170
|
}
|
|
6143
8171
|
]
|
|
6144
8172
|
},
|
|
8173
|
+
{
|
|
8174
|
+
"name": "expand",
|
|
8175
|
+
"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\"`.",
|
|
8176
|
+
"values": [
|
|
8177
|
+
{
|
|
8178
|
+
"name": "compact"
|
|
8179
|
+
},
|
|
8180
|
+
{
|
|
8181
|
+
"name": "full"
|
|
8182
|
+
}
|
|
8183
|
+
]
|
|
8184
|
+
},
|
|
6145
8185
|
{
|
|
6146
8186
|
"name": "mode",
|
|
6147
|
-
"description": "The mode determines
|
|
8187
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6148
8188
|
"values": [
|
|
6149
8189
|
{
|
|
6150
8190
|
"name": "ios"
|
|
@@ -6158,9 +8198,39 @@
|
|
|
6158
8198
|
"name": "selected-tab",
|
|
6159
8199
|
"description": "The selected tab component"
|
|
6160
8200
|
},
|
|
8201
|
+
{
|
|
8202
|
+
"name": "shape",
|
|
8203
|
+
"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.",
|
|
8204
|
+
"values": [
|
|
8205
|
+
{
|
|
8206
|
+
"name": "rectangular"
|
|
8207
|
+
},
|
|
8208
|
+
{
|
|
8209
|
+
"name": "round"
|
|
8210
|
+
},
|
|
8211
|
+
{
|
|
8212
|
+
"name": "soft"
|
|
8213
|
+
}
|
|
8214
|
+
]
|
|
8215
|
+
},
|
|
8216
|
+
{
|
|
8217
|
+
"name": "theme",
|
|
8218
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8219
|
+
"values": [
|
|
8220
|
+
{
|
|
8221
|
+
"name": "ios"
|
|
8222
|
+
},
|
|
8223
|
+
{
|
|
8224
|
+
"name": "md"
|
|
8225
|
+
},
|
|
8226
|
+
{
|
|
8227
|
+
"name": "ionic"
|
|
8228
|
+
}
|
|
8229
|
+
]
|
|
8230
|
+
},
|
|
6161
8231
|
{
|
|
6162
8232
|
"name": "translucent",
|
|
6163
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
8233
|
+
"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)."
|
|
6164
8234
|
}
|
|
6165
8235
|
],
|
|
6166
8236
|
"references": [
|
|
@@ -6215,7 +8285,7 @@
|
|
|
6215
8285
|
},
|
|
6216
8286
|
{
|
|
6217
8287
|
"name": "mode",
|
|
6218
|
-
"description": "The mode determines
|
|
8288
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6219
8289
|
"values": [
|
|
6220
8290
|
{
|
|
6221
8291
|
"name": "ios"
|
|
@@ -6233,6 +8303,21 @@
|
|
|
6233
8303
|
"name": "selected",
|
|
6234
8304
|
"description": "The selected tab component"
|
|
6235
8305
|
},
|
|
8306
|
+
{
|
|
8307
|
+
"name": "shape",
|
|
8308
|
+
"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.",
|
|
8309
|
+
"values": [
|
|
8310
|
+
{
|
|
8311
|
+
"name": "rectangular"
|
|
8312
|
+
},
|
|
8313
|
+
{
|
|
8314
|
+
"name": "round"
|
|
8315
|
+
},
|
|
8316
|
+
{
|
|
8317
|
+
"name": "soft"
|
|
8318
|
+
}
|
|
8319
|
+
]
|
|
8320
|
+
},
|
|
6236
8321
|
{
|
|
6237
8322
|
"name": "tab",
|
|
6238
8323
|
"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."
|
|
@@ -6240,6 +8325,21 @@
|
|
|
6240
8325
|
{
|
|
6241
8326
|
"name": "target",
|
|
6242
8327
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
8328
|
+
},
|
|
8329
|
+
{
|
|
8330
|
+
"name": "theme",
|
|
8331
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8332
|
+
"values": [
|
|
8333
|
+
{
|
|
8334
|
+
"name": "ios"
|
|
8335
|
+
},
|
|
8336
|
+
{
|
|
8337
|
+
"name": "md"
|
|
8338
|
+
},
|
|
8339
|
+
{
|
|
8340
|
+
"name": "ionic"
|
|
8341
|
+
}
|
|
8342
|
+
]
|
|
6243
8343
|
}
|
|
6244
8344
|
],
|
|
6245
8345
|
"references": [
|
|
@@ -6255,7 +8355,35 @@
|
|
|
6255
8355
|
"kind": "markdown",
|
|
6256
8356
|
"value": ""
|
|
6257
8357
|
},
|
|
6258
|
-
"attributes": [
|
|
8358
|
+
"attributes": [
|
|
8359
|
+
{
|
|
8360
|
+
"name": "mode",
|
|
8361
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8362
|
+
"values": [
|
|
8363
|
+
{
|
|
8364
|
+
"name": "ios"
|
|
8365
|
+
},
|
|
8366
|
+
{
|
|
8367
|
+
"name": "md"
|
|
8368
|
+
}
|
|
8369
|
+
]
|
|
8370
|
+
},
|
|
8371
|
+
{
|
|
8372
|
+
"name": "theme",
|
|
8373
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8374
|
+
"values": [
|
|
8375
|
+
{
|
|
8376
|
+
"name": "ios"
|
|
8377
|
+
},
|
|
8378
|
+
{
|
|
8379
|
+
"name": "md"
|
|
8380
|
+
},
|
|
8381
|
+
{
|
|
8382
|
+
"name": "ionic"
|
|
8383
|
+
}
|
|
8384
|
+
]
|
|
8385
|
+
}
|
|
8386
|
+
],
|
|
6259
8387
|
"references": [
|
|
6260
8388
|
{
|
|
6261
8389
|
"name": "Source code",
|
|
@@ -6305,13 +8433,28 @@
|
|
|
6305
8433
|
},
|
|
6306
8434
|
{
|
|
6307
8435
|
"name": "mode",
|
|
6308
|
-
"description": "The mode determines
|
|
8436
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8437
|
+
"values": [
|
|
8438
|
+
{
|
|
8439
|
+
"name": "ios"
|
|
8440
|
+
},
|
|
8441
|
+
{
|
|
8442
|
+
"name": "md"
|
|
8443
|
+
}
|
|
8444
|
+
]
|
|
8445
|
+
},
|
|
8446
|
+
{
|
|
8447
|
+
"name": "theme",
|
|
8448
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6309
8449
|
"values": [
|
|
6310
8450
|
{
|
|
6311
8451
|
"name": "ios"
|
|
6312
8452
|
},
|
|
6313
8453
|
{
|
|
6314
8454
|
"name": "md"
|
|
8455
|
+
},
|
|
8456
|
+
{
|
|
8457
|
+
"name": "ionic"
|
|
6315
8458
|
}
|
|
6316
8459
|
]
|
|
6317
8460
|
}
|
|
@@ -6428,7 +8571,7 @@
|
|
|
6428
8571
|
},
|
|
6429
8572
|
{
|
|
6430
8573
|
"name": "fill",
|
|
6431
|
-
"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
|
|
8574
|
+
"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\"`.",
|
|
6432
8575
|
"values": [
|
|
6433
8576
|
{
|
|
6434
8577
|
"name": "outline"
|
|
@@ -6507,7 +8650,7 @@
|
|
|
6507
8650
|
},
|
|
6508
8651
|
{
|
|
6509
8652
|
"name": "mode",
|
|
6510
|
-
"description": "The mode determines
|
|
8653
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6511
8654
|
"values": [
|
|
6512
8655
|
{
|
|
6513
8656
|
"name": "ios"
|
|
@@ -6539,10 +8682,31 @@
|
|
|
6539
8682
|
},
|
|
6540
8683
|
{
|
|
6541
8684
|
"name": "shape",
|
|
6542
|
-
"description": "
|
|
8685
|
+
"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.",
|
|
6543
8686
|
"values": [
|
|
8687
|
+
{
|
|
8688
|
+
"name": "rectangular"
|
|
8689
|
+
},
|
|
6544
8690
|
{
|
|
6545
8691
|
"name": "round"
|
|
8692
|
+
},
|
|
8693
|
+
{
|
|
8694
|
+
"name": "soft"
|
|
8695
|
+
}
|
|
8696
|
+
]
|
|
8697
|
+
},
|
|
8698
|
+
{
|
|
8699
|
+
"name": "size",
|
|
8700
|
+
"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.",
|
|
8701
|
+
"values": [
|
|
8702
|
+
{
|
|
8703
|
+
"name": "large"
|
|
8704
|
+
},
|
|
8705
|
+
{
|
|
8706
|
+
"name": "medium"
|
|
8707
|
+
},
|
|
8708
|
+
{
|
|
8709
|
+
"name": "small"
|
|
6546
8710
|
}
|
|
6547
8711
|
]
|
|
6548
8712
|
},
|
|
@@ -6550,6 +8714,21 @@
|
|
|
6550
8714
|
"name": "spellcheck",
|
|
6551
8715
|
"description": "If `true`, the element will have its spelling and grammar checked."
|
|
6552
8716
|
},
|
|
8717
|
+
{
|
|
8718
|
+
"name": "theme",
|
|
8719
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8720
|
+
"values": [
|
|
8721
|
+
{
|
|
8722
|
+
"name": "ios"
|
|
8723
|
+
},
|
|
8724
|
+
{
|
|
8725
|
+
"name": "md"
|
|
8726
|
+
},
|
|
8727
|
+
{
|
|
8728
|
+
"name": "ionic"
|
|
8729
|
+
}
|
|
8730
|
+
]
|
|
8731
|
+
},
|
|
6553
8732
|
{
|
|
6554
8733
|
"name": "value",
|
|
6555
8734
|
"description": "The value of the textarea."
|
|
@@ -6583,7 +8762,35 @@
|
|
|
6583
8762
|
"kind": "markdown",
|
|
6584
8763
|
"value": ""
|
|
6585
8764
|
},
|
|
6586
|
-
"attributes": [
|
|
8765
|
+
"attributes": [
|
|
8766
|
+
{
|
|
8767
|
+
"name": "mode",
|
|
8768
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8769
|
+
"values": [
|
|
8770
|
+
{
|
|
8771
|
+
"name": "ios"
|
|
8772
|
+
},
|
|
8773
|
+
{
|
|
8774
|
+
"name": "md"
|
|
8775
|
+
}
|
|
8776
|
+
]
|
|
8777
|
+
},
|
|
8778
|
+
{
|
|
8779
|
+
"name": "theme",
|
|
8780
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8781
|
+
"values": [
|
|
8782
|
+
{
|
|
8783
|
+
"name": "ios"
|
|
8784
|
+
},
|
|
8785
|
+
{
|
|
8786
|
+
"name": "md"
|
|
8787
|
+
},
|
|
8788
|
+
{
|
|
8789
|
+
"name": "ionic"
|
|
8790
|
+
}
|
|
8791
|
+
]
|
|
8792
|
+
}
|
|
8793
|
+
],
|
|
6587
8794
|
"references": [
|
|
6588
8795
|
{
|
|
6589
8796
|
"name": "Source code",
|
|
@@ -6631,6 +8838,18 @@
|
|
|
6631
8838
|
}
|
|
6632
8839
|
]
|
|
6633
8840
|
},
|
|
8841
|
+
{
|
|
8842
|
+
"name": "mode",
|
|
8843
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8844
|
+
"values": [
|
|
8845
|
+
{
|
|
8846
|
+
"name": "ios"
|
|
8847
|
+
},
|
|
8848
|
+
{
|
|
8849
|
+
"name": "md"
|
|
8850
|
+
}
|
|
8851
|
+
]
|
|
8852
|
+
},
|
|
6634
8853
|
{
|
|
6635
8854
|
"name": "size",
|
|
6636
8855
|
"description": "The size of the toolbar title.",
|
|
@@ -6642,6 +8861,21 @@
|
|
|
6642
8861
|
"name": "small"
|
|
6643
8862
|
}
|
|
6644
8863
|
]
|
|
8864
|
+
},
|
|
8865
|
+
{
|
|
8866
|
+
"name": "theme",
|
|
8867
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8868
|
+
"values": [
|
|
8869
|
+
{
|
|
8870
|
+
"name": "ios"
|
|
8871
|
+
},
|
|
8872
|
+
{
|
|
8873
|
+
"name": "md"
|
|
8874
|
+
},
|
|
8875
|
+
{
|
|
8876
|
+
"name": "ionic"
|
|
8877
|
+
}
|
|
8878
|
+
]
|
|
6645
8879
|
}
|
|
6646
8880
|
],
|
|
6647
8881
|
"references": [
|
|
@@ -6707,6 +8941,18 @@
|
|
|
6707
8941
|
"name": "header",
|
|
6708
8942
|
"description": "Header to be shown in the toast."
|
|
6709
8943
|
},
|
|
8944
|
+
{
|
|
8945
|
+
"name": "hue",
|
|
8946
|
+
"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.",
|
|
8947
|
+
"values": [
|
|
8948
|
+
{
|
|
8949
|
+
"name": "bold"
|
|
8950
|
+
},
|
|
8951
|
+
{
|
|
8952
|
+
"name": "subtle"
|
|
8953
|
+
}
|
|
8954
|
+
]
|
|
8955
|
+
},
|
|
6710
8956
|
{
|
|
6711
8957
|
"name": "icon",
|
|
6712
8958
|
"description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons"
|
|
@@ -6737,7 +8983,7 @@
|
|
|
6737
8983
|
},
|
|
6738
8984
|
{
|
|
6739
8985
|
"name": "mode",
|
|
6740
|
-
"description": "The mode determines
|
|
8986
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6741
8987
|
"values": [
|
|
6742
8988
|
{
|
|
6743
8989
|
"name": "ios"
|
|
@@ -6766,6 +9012,21 @@
|
|
|
6766
9012
|
"name": "position-anchor",
|
|
6767
9013
|
"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."
|
|
6768
9014
|
},
|
|
9015
|
+
{
|
|
9016
|
+
"name": "shape",
|
|
9017
|
+
"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.",
|
|
9018
|
+
"values": [
|
|
9019
|
+
{
|
|
9020
|
+
"name": "rectangular"
|
|
9021
|
+
},
|
|
9022
|
+
{
|
|
9023
|
+
"name": "round"
|
|
9024
|
+
},
|
|
9025
|
+
{
|
|
9026
|
+
"name": "soft"
|
|
9027
|
+
}
|
|
9028
|
+
]
|
|
9029
|
+
},
|
|
6769
9030
|
{
|
|
6770
9031
|
"name": "swipe-gesture",
|
|
6771
9032
|
"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.",
|
|
@@ -6775,9 +9036,24 @@
|
|
|
6775
9036
|
}
|
|
6776
9037
|
]
|
|
6777
9038
|
},
|
|
9039
|
+
{
|
|
9040
|
+
"name": "theme",
|
|
9041
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9042
|
+
"values": [
|
|
9043
|
+
{
|
|
9044
|
+
"name": "ios"
|
|
9045
|
+
},
|
|
9046
|
+
{
|
|
9047
|
+
"name": "md"
|
|
9048
|
+
},
|
|
9049
|
+
{
|
|
9050
|
+
"name": "ionic"
|
|
9051
|
+
}
|
|
9052
|
+
]
|
|
9053
|
+
},
|
|
6778
9054
|
{
|
|
6779
9055
|
"name": "translucent",
|
|
6780
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
9056
|
+
"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)."
|
|
6781
9057
|
},
|
|
6782
9058
|
{
|
|
6783
9059
|
"name": "trigger",
|
|
@@ -6898,7 +9174,7 @@
|
|
|
6898
9174
|
},
|
|
6899
9175
|
{
|
|
6900
9176
|
"name": "mode",
|
|
6901
|
-
"description": "The mode determines
|
|
9177
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6902
9178
|
"values": [
|
|
6903
9179
|
{
|
|
6904
9180
|
"name": "ios"
|
|
@@ -6916,6 +9192,21 @@
|
|
|
6916
9192
|
"name": "required",
|
|
6917
9193
|
"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."
|
|
6918
9194
|
},
|
|
9195
|
+
{
|
|
9196
|
+
"name": "theme",
|
|
9197
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9198
|
+
"values": [
|
|
9199
|
+
{
|
|
9200
|
+
"name": "ios"
|
|
9201
|
+
},
|
|
9202
|
+
{
|
|
9203
|
+
"name": "md"
|
|
9204
|
+
},
|
|
9205
|
+
{
|
|
9206
|
+
"name": "ionic"
|
|
9207
|
+
}
|
|
9208
|
+
]
|
|
9209
|
+
},
|
|
6919
9210
|
{
|
|
6920
9211
|
"name": "value",
|
|
6921
9212
|
"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>`."
|
|
@@ -6970,13 +9261,28 @@
|
|
|
6970
9261
|
},
|
|
6971
9262
|
{
|
|
6972
9263
|
"name": "mode",
|
|
6973
|
-
"description": "The mode determines
|
|
9264
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9265
|
+
"values": [
|
|
9266
|
+
{
|
|
9267
|
+
"name": "ios"
|
|
9268
|
+
},
|
|
9269
|
+
{
|
|
9270
|
+
"name": "md"
|
|
9271
|
+
}
|
|
9272
|
+
]
|
|
9273
|
+
},
|
|
9274
|
+
{
|
|
9275
|
+
"name": "theme",
|
|
9276
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6974
9277
|
"values": [
|
|
6975
9278
|
{
|
|
6976
9279
|
"name": "ios"
|
|
6977
9280
|
},
|
|
6978
9281
|
{
|
|
6979
9282
|
"name": "md"
|
|
9283
|
+
},
|
|
9284
|
+
{
|
|
9285
|
+
"name": "ionic"
|
|
6980
9286
|
}
|
|
6981
9287
|
]
|
|
6982
9288
|
}
|