@ionic/core 8.7.4-dev.11756220757.185b8cbf → 8.7.4-dev.11756465095.1387c832
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/action-sheet.js +13 -9
- package/components/alert.js +14 -11
- package/components/animation.js +1 -1
- package/components/backdrop.js +9 -6
- package/components/button.js +41 -10
- package/components/buttons.js +11 -8
- package/components/capacitor.js +1 -1
- package/components/caret-down.js +6 -0
- package/components/caret-left.js +6 -0
- package/components/caret-right.js +6 -0
- package/components/checkbox.js +31 -12
- package/components/content.js +14 -12
- package/components/data.js +5 -5
- package/components/focus-visible.js +23 -1
- package/components/framework-delegate.js +3 -1
- package/components/header.js +28 -16
- package/components/helpers.js +42 -3
- package/components/index5.js +8 -8
- package/components/index6.js +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 +5 -5
- package/components/ion-datetime-button.js +8 -5
- package/components/ion-datetime.js +100 -22
- package/components/ion-divider.d.ts +11 -0
- package/components/ion-divider.js +70 -0
- package/components/ion-fab-button.js +31 -15
- package/components/ion-fab-list.js +5 -5
- package/components/ion-fab.js +6 -6
- package/components/ion-footer.js +18 -13
- package/components/ion-grid.js +5 -5
- package/components/ion-img.js +5 -2
- package/components/ion-infinite-scroll-content.js +11 -8
- package/components/ion-infinite-scroll.js +78 -6
- package/components/ion-input-otp.js +9 -6
- package/components/ion-input-password-toggle.js +51 -13
- package/components/ion-input.js +125 -88
- 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 +13 -8
- package/components/ion-nav-link.js +1 -1
- package/components/ion-nav.js +7 -5
- package/components/ion-note.js +8 -5
- package/components/ion-picker-legacy.js +7 -7
- package/components/ion-progress-bar.js +25 -7
- package/components/ion-range.js +12 -9
- package/components/ion-refresher-content.js +23 -8
- package/components/ion-refresher.js +10 -7
- package/components/ion-reorder-group.js +5 -5
- package/components/ion-reorder.js +30 -5
- package/components/ion-router-link.js +6 -6
- package/components/ion-router-outlet.js +4 -4
- package/components/ion-row.js +5 -2
- package/components/ion-searchbar.js +137 -23
- package/components/ion-segment-button.js +10 -7
- package/components/ion-segment-content.js +1 -1
- package/components/ion-segment-view.js +5 -2
- package/components/ion-segment.js +10 -7
- package/components/ion-select-option.js +5 -2
- package/components/ion-select.js +117 -33
- package/components/ion-skeleton-text.js +5 -5
- package/components/ion-split-pane.js +11 -8
- package/components/ion-tab-bar.js +39 -9
- package/components/ion-tab-button.js +25 -7
- package/components/ion-tab.js +2 -2
- package/components/ion-tabs.js +2 -2
- package/components/ion-text.js +5 -5
- package/components/ion-textarea.js +57 -71
- package/components/ion-thumbnail.js +5 -2
- package/components/ion-toast.js +37 -12
- package/components/ion-toggle.js +74 -17
- package/components/ionic-global.js +349 -15
- package/components/ios.transition.js +1 -0
- package/components/item.js +39 -14
- package/components/keyboard-controller.js +4 -2
- package/components/label.js +8 -5
- package/components/list-header.js +10 -7
- package/components/list.js +27 -6
- package/components/list2.js +6 -0
- package/components/modal.js +48 -20
- package/components/notch-controller.js +1 -1
- package/components/overlays.js +20 -112
- package/components/picker-column-option.js +10 -7
- package/components/picker-column.js +7 -44
- package/components/picker-column2.js +4 -4
- package/components/picker.js +7 -4
- package/components/popover.js +12 -9
- package/components/radio-group.js +10 -5
- package/components/radio.js +11 -8
- package/components/ripple-effect.js +15 -7
- package/components/select-modal.js +4 -4
- package/components/select-popover.js +8 -2
- package/components/spinner.js +31 -8
- package/components/status-tap.js +1 -1
- package/components/title.js +10 -7
- package/components/toolbar.js +153 -9
- package/components/x.js +6 -0
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/display.css +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic/bundle.ionic.css +1 -0
- package/css/ionic/bundle.ionic.css.map +1 -0
- package/css/ionic/core.ionic.css +1 -0
- package/css/ionic/core.ionic.css.map +1 -0
- package/css/ionic/global.bundle.ionic.css +1 -0
- package/css/ionic/global.bundle.ionic.css.map +1 -0
- package/css/ionic/ionic-swiper.ionic.css +1 -0
- package/css/ionic/ionic-swiper.ionic.css.map +1 -0
- package/css/ionic/link.ionic.css +1 -0
- package/css/ionic/link.ionic.css.map +1 -0
- package/css/ionic/structure.ionic.css +1 -0
- package/css/ionic/structure.ionic.css.map +1 -0
- package/css/ionic/typography.ionic.css +1 -0
- package/css/ionic/typography.ionic.css.map +1 -0
- package/css/ionic/utils.bundle.ionic.css +1 -0
- package/css/ionic/utils.bundle.ionic.css.map +1 -0
- package/css/ionic-swiper.css +1 -1
- package/css/ionic-swiper.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/normalize.css.map +1 -1
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css.map +1 -1
- package/css/palettes/high-contrast.system.css.map +1 -1
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/dist/cjs/{animation-ZJ1lAkZD.js → animation-BXRtNUgm.js} +2 -2
- package/dist/cjs/{app-globals-77ZfuXXk.js → app-globals-x_8DXqdl.js} +1 -1
- package/dist/cjs/{button-active-BzZenWWH.js → button-active-BcEaeF5Y.js} +1 -1
- package/dist/cjs/{capacitor-DmA66EwP.js → capacitor-CVcQYFDK.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/{data-DW6ofvJ8.js → data-Crxp8jrQ.js} +5 -5
- package/dist/cjs/{focus-visible-CCvKiLh3.js → focus-visible-BIj-I3-C.js} +24 -0
- package/dist/cjs/{framework-delegate-WkyjrnCx.js → framework-delegate-D94PxJL6.js} +4 -2
- package/dist/cjs/{haptic-ClPPQ_PS.js → haptic-r0GBrUII.js} +1 -1
- package/dist/cjs/{helpers-DgwmcYAu.js → helpers-CYFB2_7O.js} +41 -2
- package/dist/cjs/{index-D24wggHR.js → index-DgkpUJvi.js} +15 -15
- package/dist/cjs/{index-BzEyuIww.js → index-DkmXWuZ7.js} +3 -3
- package/dist/cjs/{index-Cc5PNMyz.js → index-DsE1tD-q.js} +1 -1
- package/dist/cjs/{index-bGpoPC4u.js → index-MoROIJ3n.js} +8 -7
- package/dist/cjs/index.cjs.js +10 -11
- package/dist/cjs/{input-shims-CLI_OrmU.js → input-shims-temHXqvt.js} +17 -16
- package/dist/cjs/{input.utils-B2hZ5tX6.js → input.utils-8JmSrYpP.js} +5 -5
- package/dist/cjs/ion-accordion_2.cjs.entry.js +55 -26
- package/dist/cjs/ion-action-sheet.cjs.entry.js +21 -18
- package/dist/cjs/ion-alert.cjs.entry.js +22 -20
- package/dist/cjs/ion-app_8.cjs.entry.js +243 -144
- package/dist/cjs/ion-avatar_3.cjs.entry.js +123 -11
- package/dist/cjs/ion-back-button.cjs.entry.js +28 -19
- package/dist/cjs/ion-backdrop.cjs.entry.js +9 -6
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +51 -15
- package/dist/cjs/ion-button_2.cjs.entry.js +43 -11
- package/dist/cjs/ion-card_5.cjs.entry.js +53 -29
- package/dist/cjs/ion-checkbox.cjs.entry.js +31 -13
- package/dist/cjs/ion-chip.cjs.entry.js +48 -7
- package/dist/cjs/ion-col_3.cjs.entry.js +13 -10
- package/dist/cjs/ion-datetime-button.cjs.entry.js +11 -7
- package/dist/cjs/ion-datetime_3.cjs.entry.js +114 -39
- package/dist/cjs/ion-divider.cjs.entry.js +51 -0
- package/dist/cjs/ion-fab_3.cjs.entry.js +41 -25
- package/dist/cjs/ion-img.cjs.entry.js +7 -3
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +89 -14
- package/dist/cjs/ion-input-otp.cjs.entry.js +11 -7
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +50 -12
- package/dist/cjs/ion-input.cjs.entry.js +125 -89
- package/dist/cjs/ion-item-option_3.cjs.entry.js +48 -19
- package/dist/cjs/ion-item_8.cjs.entry.js +105 -45
- package/dist/cjs/ion-loading.cjs.entry.js +17 -15
- package/dist/cjs/ion-menu_3.cjs.entry.js +47 -26
- package/dist/cjs/ion-modal.cjs.entry.js +96 -69
- package/dist/cjs/ion-nav_2.cjs.entry.js +13 -10
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +12 -8
- package/dist/cjs/ion-picker-column.cjs.entry.js +12 -48
- package/dist/cjs/ion-picker.cjs.entry.js +9 -5
- package/dist/cjs/ion-popover.cjs.entry.js +18 -16
- package/dist/cjs/ion-progress-bar.cjs.entry.js +25 -7
- package/dist/cjs/ion-radio_2.cjs.entry.js +22 -13
- package/dist/cjs/ion-range.cjs.entry.js +14 -10
- package/dist/cjs/ion-refresher_2.cjs.entry.js +36 -18
- package/dist/cjs/ion-reorder_2.cjs.entry.js +36 -12
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +14 -6
- package/dist/cjs/ion-route_4.cjs.entry.js +8 -7
- package/dist/cjs/ion-searchbar.cjs.entry.js +134 -21
- package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
- package/dist/cjs/ion-segment-view.cjs.entry.js +5 -2
- package/dist/cjs/ion-segment_2.cjs.entry.js +21 -14
- package/dist/cjs/ion-select-modal.cjs.entry.js +8 -9
- package/dist/cjs/ion-select_3.cjs.entry.js +129 -38
- package/dist/cjs/ion-spinner.cjs.entry.js +28 -6
- package/dist/cjs/ion-split-pane.cjs.entry.js +11 -8
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +65 -20
- package/dist/cjs/ion-tab_2.cjs.entry.js +7 -6
- package/dist/cjs/ion-text.cjs.entry.js +5 -5
- package/dist/cjs/ion-textarea.cjs.entry.js +60 -74
- package/dist/cjs/ion-toast.cjs.entry.js +66 -43
- package/dist/cjs/ion-toggle.cjs.entry.js +78 -21
- package/dist/cjs/ionic-global-RZLbse4y.js +491 -0
- package/dist/cjs/ionic.cjs.js +3 -3
- package/dist/cjs/{ios.transition-DEitrLlG.js → ios.transition-CWI22viS.js} +6 -4
- package/dist/cjs/{keyboard-UuAS4D_9.js → keyboard-BZdohzZu.js} +1 -1
- package/dist/cjs/{keyboard-hHzlEQpk.js → keyboard-ByZ4Ulg3.js} +4 -3
- package/dist/cjs/{keyboard-controller-GXBiBRKS.js → keyboard-controller-B-dr5t4a.js} +11 -9
- package/dist/cjs/list-a-7GSA6K.js +8 -0
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{md.transition-BHtGC-Wg.js → md.transition-BxMmPf_q.js} +5 -4
- package/dist/cjs/{notch-controller-Bf5Rr4R5.js → notch-controller-BmjMp6Co.js} +4 -4
- package/dist/cjs/{overlays-CglR7j-u.js → overlays-Di-PotkY.js} +25 -117
- package/dist/cjs/{status-tap-D9YPr62n.js → status-tap-D-MulHQM.js} +3 -2
- package/dist/cjs/{swipe-back-C1wRtoww.js → swipe-back-C5W5r-1A.js} +2 -1
- package/dist/cjs/x-BTF99yFH.js +8 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/accordion/accordion.ionic.css +198 -0
- package/dist/collection/components/accordion/accordion.ios.css +73 -58
- package/dist/collection/components/accordion/accordion.js +36 -26
- package/dist/collection/components/accordion/accordion.md.css +67 -59
- package/dist/collection/components/accordion-group/accordion-group.ionic.css +95 -0
- package/dist/collection/components/accordion-group/accordion-group.ios.css +16 -4
- package/dist/collection/components/accordion-group/accordion-group.js +44 -8
- package/dist/collection/components/accordion-group/accordion-group.md.css +22 -4
- package/dist/collection/components/action-sheet/action-sheet.ios.css +18 -6
- package/dist/collection/components/action-sheet/action-sheet.js +15 -11
- package/dist/collection/components/action-sheet/action-sheet.md.css +17 -5
- package/dist/collection/components/alert/alert.ios.css +19 -1
- package/dist/collection/components/alert/alert.js +16 -13
- package/dist/collection/components/alert/alert.md.css +19 -1
- package/dist/collection/components/app/app.js +15 -78
- package/dist/collection/components/avatar/avatar.ionic.css +393 -0
- package/dist/collection/components/avatar/avatar.ios.css +7 -33
- package/dist/collection/components/avatar/avatar.js +120 -4
- package/dist/collection/components/avatar/avatar.md.css +51 -0
- package/dist/collection/components/back-button/back-button.ios.css +60 -48
- package/dist/collection/components/back-button/back-button.js +27 -19
- package/dist/collection/components/back-button/back-button.md.css +60 -48
- package/dist/collection/components/backdrop/backdrop.ionic.css +111 -0
- package/dist/collection/components/backdrop/backdrop.ios.css +56 -19
- package/dist/collection/components/backdrop/backdrop.js +12 -6
- package/dist/collection/components/backdrop/backdrop.md.css +56 -19
- package/dist/collection/components/badge/badge.ionic.css +277 -0
- package/dist/collection/components/badge/badge.ios.css +139 -12
- package/dist/collection/components/badge/badge.js +145 -9
- package/dist/collection/components/badge/badge.md.css +123 -12
- package/dist/collection/components/breadcrumb/breadcrumb.ios.css +20 -8
- package/dist/collection/components/breadcrumb/breadcrumb.js +43 -11
- package/dist/collection/components/breadcrumb/breadcrumb.md.css +20 -8
- package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +6 -0
- package/dist/collection/components/breadcrumbs/breadcrumbs.js +11 -9
- package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +6 -0
- package/dist/collection/components/button/button.ionic.css +622 -0
- package/dist/collection/components/button/button.ios.css +135 -46
- package/dist/collection/components/button/button.js +48 -17
- package/dist/collection/components/button/button.md.css +126 -50
- package/dist/collection/components/buttons/buttons.ionic.css +100 -0
- package/dist/collection/components/buttons/buttons.ios.css +59 -7
- package/dist/collection/components/buttons/buttons.js +15 -9
- package/dist/collection/components/buttons/buttons.md.css +55 -3
- package/dist/collection/components/card/card.ionic.css +146 -0
- package/dist/collection/components/card/card.ios.css +65 -14
- package/dist/collection/components/card/card.js +41 -10
- package/dist/collection/components/card/card.md.css +65 -14
- package/dist/collection/components/card-content/card-content.ionic.css +94 -0
- package/dist/collection/components/card-content/card-content.ios.css +16 -1
- package/dist/collection/components/card-content/card-content.js +11 -8
- package/dist/collection/components/card-content/card-content.md.css +16 -1
- package/dist/collection/components/card-header/card-header.ionic.css +87 -0
- package/dist/collection/components/card-header/card-header.ios.css +27 -15
- package/dist/collection/components/card-header/card-header.js +13 -10
- package/dist/collection/components/card-header/card-header.md.css +27 -15
- package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +146 -0
- package/dist/collection/components/card-subtitle/card-subtitle.ios.css +12 -0
- package/dist/collection/components/card-subtitle/card-subtitle.js +11 -8
- package/dist/collection/components/card-subtitle/card-subtitle.md.css +12 -0
- package/dist/collection/components/card-title/card-title.ios.css +73 -0
- package/dist/collection/components/card-title/card-title.js +11 -8
- package/dist/collection/components/card-title/card-title.md.css +73 -0
- package/dist/collection/components/checkbox/checkbox.ionic.css +541 -0
- package/dist/collection/components/checkbox/checkbox.ios.css +161 -101
- package/dist/collection/components/checkbox/checkbox.js +70 -14
- package/dist/collection/components/checkbox/checkbox.md.css +162 -102
- package/dist/collection/components/chip/chip.ionic.css +230 -0
- package/dist/collection/components/chip/chip.ios.css +67 -14
- package/dist/collection/components/chip/chip.js +108 -8
- package/dist/collection/components/chip/chip.md.css +67 -14
- package/dist/collection/components/col/col.css +12 -0
- package/dist/collection/components/col/col.js +9 -5
- package/dist/collection/components/content/content.css +8 -2
- package/dist/collection/components/content/content.js +16 -11
- package/dist/collection/components/datetime/datetime.ionic.css +699 -0
- package/dist/collection/components/datetime/datetime.ios.css +242 -86
- package/dist/collection/components/datetime/datetime.js +100 -21
- package/dist/collection/components/datetime/datetime.md.css +242 -86
- package/dist/collection/components/datetime/utils/data.js +5 -5
- package/dist/collection/components/datetime-button/datetime-button.ios.css +6 -0
- package/dist/collection/components/datetime-button/datetime-button.js +11 -8
- package/dist/collection/components/datetime-button/datetime-button.md.css +6 -0
- package/dist/collection/components/divider/divider.ionic.css +150 -0
- package/dist/collection/components/divider/divider.ios.css +87 -0
- package/dist/collection/components/divider/divider.js +94 -0
- package/dist/collection/components/divider/divider.md.css +87 -0
- package/dist/collection/components/fab/fab.css +25 -1
- package/dist/collection/components/fab/fab.js +9 -5
- package/dist/collection/components/fab-button/fab-button.ios.css +18 -6
- package/dist/collection/components/fab-button/fab-button.js +36 -21
- package/dist/collection/components/fab-button/fab-button.md.css +20 -8
- package/dist/collection/components/fab-list/fab-list.css +12 -0
- package/dist/collection/components/fab-list/fab-list.js +9 -5
- package/dist/collection/components/footer/footer.ios.css +14 -2
- package/dist/collection/components/footer/footer.js +21 -16
- package/dist/collection/components/footer/footer.md.css +12 -0
- package/dist/collection/components/grid/grid.css +12 -0
- package/dist/collection/components/grid/grid.js +9 -5
- package/dist/collection/components/header/header.ionic.css +100 -0
- package/dist/collection/components/header/header.ios.css +25 -10
- package/dist/collection/components/header/header.js +49 -18
- package/dist/collection/components/header/header.md.css +23 -8
- package/dist/collection/components/img/img.js +8 -2
- package/dist/collection/components/infinite-scroll/infinite-scroll.js +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 +883 -0
- package/dist/collection/components/input/input.ios.css +223 -140
- package/dist/collection/components/input/input.js +155 -99
- package/dist/collection/components/input/input.md.css +193 -212
- package/dist/collection/components/input-otp/input-otp.ionic.css +371 -0
- package/dist/collection/components/input-otp/input-otp.ios.css +106 -60
- package/dist/collection/components/input-otp/input-otp.js +7 -5
- package/dist/collection/components/input-otp/input-otp.md.css +106 -60
- package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +80 -0
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +48 -12
- package/dist/collection/components/input-password-toggle/input-password-toggle.native.css +61 -0
- package/dist/collection/components/item/item.ionic.css +502 -0
- package/dist/collection/components/item/item.ios.css +109 -69
- package/dist/collection/components/item/item.js +43 -19
- package/dist/collection/components/item/item.md.css +120 -68
- package/dist/collection/components/item-divider/item-divider.ios.css +18 -0
- package/dist/collection/components/item-divider/item-divider.js +11 -8
- package/dist/collection/components/item-divider/item-divider.md.css +18 -0
- package/dist/collection/components/item-group/item-group.ios.css +12 -0
- package/dist/collection/components/item-group/item-group.js +13 -7
- package/dist/collection/components/item-group/item-group.md.css +12 -0
- package/dist/collection/components/item-option/item-option.ionic.css +280 -0
- package/dist/collection/components/item-option/item-option.ios.css +136 -29
- package/dist/collection/components/item-option/item-option.js +73 -9
- package/dist/collection/components/item-option/item-option.md.css +136 -29
- package/dist/collection/components/item-options/item-options.ionic.css +223 -0
- package/dist/collection/components/item-options/item-options.ios.css +77 -34
- package/dist/collection/components/item-options/item-options.js +13 -7
- package/dist/collection/components/item-options/item-options.md.css +77 -34
- package/dist/collection/components/item-sliding/item-sliding.css +6 -0
- package/dist/collection/components/item-sliding/item-sliding.js +8 -4
- package/dist/collection/components/label/label.ios.css +18 -0
- package/dist/collection/components/label/label.js +11 -8
- package/dist/collection/components/label/label.md.css +18 -0
- package/dist/collection/components/list/list.ionic.css +214 -0
- package/dist/collection/components/list/list.ios.css +54 -14
- package/dist/collection/components/list/list.js +48 -9
- package/dist/collection/components/list/list.md.css +56 -16
- package/dist/collection/components/list-header/list-header.ionic.css +192 -0
- package/dist/collection/components/list-header/list-header.ios.css +82 -38
- package/dist/collection/components/list-header/list-header.js +11 -8
- package/dist/collection/components/list-header/list-header.md.css +82 -38
- package/dist/collection/components/loading/loading.ios.css +13 -1
- package/dist/collection/components/loading/loading.js +14 -11
- package/dist/collection/components/loading/loading.md.css +13 -1
- package/dist/collection/components/menu/menu.ios.css +15 -3
- package/dist/collection/components/menu/menu.js +19 -7
- package/dist/collection/components/menu/menu.md.css +15 -3
- package/dist/collection/components/menu-button/menu-button.ionic.css +238 -0
- package/dist/collection/components/menu-button/menu-button.ios.css +48 -14
- package/dist/collection/components/menu-button/menu-button.js +26 -10
- package/dist/collection/components/menu-button/menu-button.md.css +49 -15
- package/dist/collection/components/menu-toggle/menu-toggle.js +8 -5
- package/dist/collection/components/modal/animations/sheet.js +8 -2
- package/dist/collection/components/modal/gestures/sheet.js +10 -6
- package/dist/collection/components/modal/modal.ionic.css +243 -0
- package/dist/collection/components/modal/modal.ios.css +174 -70
- package/dist/collection/components/modal/modal.js +48 -11
- package/dist/collection/components/modal/modal.md.css +174 -70
- package/dist/collection/components/nav/nav.css +7 -1
- package/dist/collection/components/nav/nav.js +11 -5
- package/dist/collection/components/nav-link/nav-link.js +5 -1
- package/dist/collection/components/note/note.ios.css +12 -0
- package/dist/collection/components/note/note.js +11 -8
- package/dist/collection/components/note/note.md.css +12 -0
- package/dist/collection/components/picker/picker.ios.css +15 -3
- package/dist/collection/components/picker/picker.js +8 -5
- package/dist/collection/components/picker/picker.md.css +15 -3
- package/dist/collection/components/picker-column/picker-column.css +9 -2
- package/dist/collection/components/picker-column/picker-column.js +8 -43
- package/dist/collection/components/picker-column-option/picker-column-option.ios.css +8 -2
- 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 +8 -2
- package/dist/collection/components/picker-legacy/picker.ios.css +13 -1
- package/dist/collection/components/picker-legacy/picker.js +7 -6
- package/dist/collection/components/picker-legacy/picker.md.css +13 -1
- package/dist/collection/components/picker-legacy-column/picker-column.ios.css +12 -0
- package/dist/collection/components/picker-legacy-column/picker-column.js +4 -4
- package/dist/collection/components/picker-legacy-column/picker-column.md.css +12 -0
- package/dist/collection/components/popover/popover.ios.css +13 -1
- package/dist/collection/components/popover/popover.js +17 -14
- package/dist/collection/components/popover/popover.md.css +13 -1
- package/dist/collection/components/progress-bar/progress-bar.ionic.css +289 -0
- package/dist/collection/components/progress-bar/progress-bar.ios.css +48 -17
- package/dist/collection/components/progress-bar/progress-bar.js +43 -7
- package/dist/collection/components/progress-bar/progress-bar.md.css +48 -17
- package/dist/collection/components/radio/radio.ionic.css +424 -0
- package/dist/collection/components/radio/radio.ios.css +134 -91
- package/dist/collection/components/radio/radio.js +12 -9
- package/dist/collection/components/radio/radio.md.css +134 -91
- package/dist/collection/components/radio-group/radio-group.ionic.css +127 -0
- package/dist/collection/components/radio-group/radio-group.ios.css +42 -18
- package/dist/collection/components/radio-group/radio-group.js +13 -5
- package/dist/collection/components/radio-group/radio-group.md.css +42 -18
- package/dist/collection/components/range/range.ionic.css +565 -0
- package/dist/collection/components/range/range.ios.css +128 -85
- package/dist/collection/components/range/range.js +12 -9
- package/dist/collection/components/range/range.md.css +128 -85
- package/dist/collection/components/refresher/refresher.ios.css +14 -1
- package/dist/collection/components/refresher/refresher.js +11 -8
- package/dist/collection/components/refresher/refresher.md.css +15 -2
- package/dist/collection/components/refresher-content/refresher-content.js +28 -7
- package/dist/collection/components/reorder/reorder.ios.css +6 -0
- package/dist/collection/components/reorder/reorder.js +33 -6
- package/dist/collection/components/reorder/reorder.md.css +6 -0
- package/dist/collection/components/reorder-group/reorder-group.css +6 -0
- package/dist/collection/components/reorder-group/reorder-group.js +8 -4
- package/dist/collection/components/ripple-effect/{ripple-effect.css → ripple-effect.common.css} +7 -1
- package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +217 -0
- package/dist/collection/components/ripple-effect/ripple-effect.js +14 -6
- package/dist/collection/components/route/route.js +4 -0
- package/dist/collection/components/router/router.js +4 -0
- package/dist/collection/components/router-link/router-link.css +8 -2
- package/dist/collection/components/router-link/router-link.js +9 -5
- package/dist/collection/components/router-outlet/router-outlet.css +7 -1
- package/dist/collection/components/router-outlet/router-outlet.js +6 -3
- package/dist/collection/components/row/row.css +12 -0
- package/dist/collection/components/row/row.js +9 -2
- package/dist/collection/components/searchbar/searchbar.ionic.css +628 -0
- package/dist/collection/components/searchbar/searchbar.ios.css +56 -18
- package/dist/collection/components/searchbar/searchbar.js +181 -34
- package/dist/collection/components/searchbar/searchbar.md.css +56 -18
- package/dist/collection/components/segment/segment.ionic.css +117 -0
- package/dist/collection/components/segment/segment.ios.css +45 -2
- package/dist/collection/components/segment/segment.js +11 -8
- package/dist/collection/components/segment/segment.md.css +45 -2
- package/dist/collection/components/segment-button/segment-button.ionic.css +355 -0
- package/dist/collection/components/segment-button/segment-button.ios.css +146 -105
- package/dist/collection/components/segment-button/segment-button.js +11 -8
- package/dist/collection/components/segment-button/segment-button.md.css +148 -107
- package/dist/collection/components/segment-content/segment-content.js +1 -1
- package/dist/collection/components/segment-view/segment-view.ios.css +6 -0
- package/dist/collection/components/segment-view/segment-view.js +6 -4
- package/dist/collection/components/segment-view/segment-view.md.css +6 -0
- package/dist/collection/components/select/select.ionic.css +765 -0
- package/dist/collection/components/select/select.ios.css +315 -176
- package/dist/collection/components/select/select.js +157 -54
- package/dist/collection/components/select/select.md.css +331 -178
- package/dist/collection/components/select-modal/select-modal.ionic.css +121 -0
- package/dist/collection/components/select-modal/select-modal.ios.css +18 -0
- package/dist/collection/components/select-modal/select-modal.js +3 -3
- package/dist/collection/components/select-modal/select-modal.md.css +7 -3
- package/dist/collection/components/select-option/select-option.js +9 -2
- package/dist/collection/components/select-popover/select-popover.ios.css +18 -0
- package/dist/collection/components/select-popover/select-popover.js +12 -4
- package/dist/collection/components/select-popover/select-popover.md.css +18 -0
- package/dist/collection/components/skeleton-text/skeleton-text.css +6 -0
- package/dist/collection/components/skeleton-text/skeleton-text.js +9 -5
- package/dist/collection/components/spinner/{spinner.css → spinner.ionic.css} +79 -10
- package/dist/collection/components/spinner/spinner.js +47 -6
- package/dist/collection/components/spinner/spinner.native.css +198 -0
- package/dist/collection/components/split-pane/split-pane.ios.css +20 -2
- package/dist/collection/components/split-pane/split-pane.js +14 -8
- package/dist/collection/components/split-pane/split-pane.md.css +20 -2
- package/dist/collection/components/tab/tab.js +6 -2
- package/dist/collection/components/tab-bar/tab-bar.ionic.css +188 -0
- package/dist/collection/components/tab-bar/tab-bar.ios.css +71 -43
- package/dist/collection/components/tab-bar/tab-bar.js +78 -11
- package/dist/collection/components/tab-bar/tab-bar.md.css +71 -43
- package/dist/collection/components/tab-button/tab-button.ionic.css +338 -0
- package/dist/collection/components/tab-button/tab-button.ios.css +171 -95
- package/dist/collection/components/tab-button/tab-button.js +44 -8
- package/dist/collection/components/tab-button/tab-button.md.css +137 -93
- package/dist/collection/components/tabs/tabs.css +7 -1
- package/dist/collection/components/tabs/tabs.js +4 -1
- package/dist/collection/components/text/text.css +6 -0
- package/dist/collection/components/text/text.js +7 -6
- package/dist/collection/components/textarea/textarea.ionic.css +830 -0
- package/dist/collection/components/textarea/textarea.ios.css +275 -139
- package/dist/collection/components/textarea/textarea.js +82 -77
- package/dist/collection/components/textarea/textarea.md.css +288 -140
- package/dist/collection/components/thumbnail/thumbnail.css +6 -0
- package/dist/collection/components/thumbnail/thumbnail.js +9 -2
- package/dist/collection/components/title/title.ionic.css +129 -0
- package/dist/collection/components/title/title.ios.css +32 -4
- package/dist/collection/components/title/title.js +13 -7
- package/dist/collection/components/title/title.md.css +32 -4
- package/dist/collection/components/toast/animations/utils.js +1 -1
- package/dist/collection/components/toast/toast.ionic.css +396 -0
- package/dist/collection/components/toast/toast.ios.css +84 -45
- package/dist/collection/components/toast/toast.js +75 -12
- package/dist/collection/components/toast/toast.md.css +84 -45
- package/dist/collection/components/toggle/toggle.ionic.css +511 -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 +243 -0
- package/dist/collection/components/toolbar/toolbar.ios.css +90 -47
- package/dist/collection/components/toolbar/toolbar.js +157 -13
- package/dist/collection/components/toolbar/toolbar.md.css +90 -47
- package/dist/collection/global/ionic-global.js +228 -13
- package/dist/collection/utils/focus-visible.js +22 -0
- package/dist/collection/utils/framework-delegate.js +3 -1
- package/dist/collection/utils/helpers.js +42 -2
- package/dist/collection/utils/keyboard/keyboard-controller.js +3 -1
- package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
- package/dist/collection/utils/menu-controller/animations/push.js +2 -1
- package/dist/collection/utils/menu-controller/animations/reveal.js +2 -1
- package/dist/collection/utils/overlays.js +19 -110
- package/dist/collection/utils/test/playwright/generator.js +48 -23
- package/dist/collection/utils/test/playwright/page/utils/goto.js +14 -5
- package/dist/collection/utils/test/playwright/page/utils/set-content.js +24 -3
- package/dist/collection/utils/transition/ios.transition.js +1 -0
- package/dist/docs.json +7920 -359
- package/dist/esm/{animation-BvhAtgca.js → animation-DPqVg3gl.js} +1 -1
- package/dist/esm/{app-globals-CvLYUxE9.js → app-globals-dJs8dVUB.js} +1 -1
- package/dist/esm/{button-active-DBUPuLNw.js → button-active-BMINdWv6.js} +1 -1
- package/dist/esm/{capacitor-CFERIeaU.js → capacitor--DL1MVFW.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/{data-CKHMWxfe.js → data-slRmoEWk.js} +5 -5
- package/dist/esm/{focus-visible-BmVRXR1y.js → focus-visible-vXpMhGrs.js} +23 -1
- package/dist/esm/{framework-delegate-BLEBgH06.js → framework-delegate-C3AU0AA6.js} +4 -2
- package/dist/esm/{haptic-DzAMWJuk.js → haptic-BWDWI-Xh.js} +1 -1
- package/dist/esm/{helpers-8KSQQGQy.js → helpers-CKng-4WP.js} +42 -3
- package/dist/esm/{index-CXSTcaAW.js → index-BwfAv3fK.js} +10 -10
- package/dist/esm/{index-7UbSlv7N.js → index-C21kdpyw.js} +1 -1
- package/dist/esm/{index-DV3sJJW8.js → index-COG0_eom.js} +1 -1
- package/dist/esm/{index-Dp7GXH1z.js → index-DLYqkEhn.js} +3 -3
- package/dist/esm/{index-C6WeRr09.js → index-jNq9q9I-.js} +3 -2
- package/dist/esm/index.js +10 -11
- package/dist/esm/{input-shims-C4KDnhxb.js → input-shims-Dt4HUCHS.js} +6 -5
- package/dist/esm/{input.utils-be4gBvVY.js → input.utils-D7U0b1bK.js} +2 -2
- package/dist/esm/ion-accordion_2.entry.js +56 -27
- package/dist/esm/ion-action-sheet.entry.js +21 -18
- package/dist/esm/ion-alert.entry.js +22 -20
- package/dist/esm/ion-app_8.entry.js +244 -145
- package/dist/esm/ion-avatar_3.entry.js +125 -13
- package/dist/esm/ion-back-button.entry.js +29 -20
- package/dist/esm/ion-backdrop.entry.js +9 -6
- package/dist/esm/ion-breadcrumb_2.entry.js +53 -17
- package/dist/esm/ion-button_2.entry.js +43 -11
- package/dist/esm/ion-card_5.entry.js +53 -29
- package/dist/esm/ion-checkbox.entry.js +31 -13
- package/dist/esm/ion-chip.entry.js +49 -8
- package/dist/esm/ion-col_3.entry.js +13 -10
- package/dist/esm/ion-datetime-button.entry.js +11 -7
- package/dist/esm/ion-datetime_3.entry.js +116 -41
- 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 +7 -3
- package/dist/esm/ion-infinite-scroll_2.entry.js +89 -14
- package/dist/esm/ion-input-otp.entry.js +11 -7
- package/dist/esm/ion-input-password-toggle.entry.js +52 -14
- package/dist/esm/ion-input.entry.js +127 -91
- package/dist/esm/ion-item-option_3.entry.js +48 -19
- package/dist/esm/ion-item_8.entry.js +107 -47
- package/dist/esm/ion-loading.entry.js +17 -15
- package/dist/esm/ion-menu_3.entry.js +48 -27
- package/dist/esm/ion-modal.entry.js +56 -29
- package/dist/esm/ion-nav_2.entry.js +13 -10
- package/dist/esm/ion-picker-column-option.entry.js +12 -8
- package/dist/esm/ion-picker-column.entry.js +11 -47
- package/dist/esm/ion-picker.entry.js +9 -5
- package/dist/esm/ion-popover.entry.js +18 -16
- package/dist/esm/ion-progress-bar.entry.js +25 -7
- package/dist/esm/ion-radio_2.entry.js +22 -13
- package/dist/esm/ion-range.entry.js +14 -10
- package/dist/esm/ion-refresher_2.entry.js +37 -19
- package/dist/esm/ion-reorder_2.entry.js +38 -14
- package/dist/esm/ion-ripple-effect.entry.js +14 -6
- package/dist/esm/ion-route_4.entry.js +8 -7
- package/dist/esm/ion-searchbar.entry.js +137 -24
- package/dist/esm/ion-segment-content.entry.js +1 -1
- package/dist/esm/ion-segment-view.entry.js +5 -2
- package/dist/esm/ion-segment_2.entry.js +21 -14
- package/dist/esm/ion-select-modal.entry.js +8 -9
- package/dist/esm/ion-select_3.entry.js +131 -40
- package/dist/esm/ion-spinner.entry.js +28 -6
- package/dist/esm/ion-split-pane.entry.js +11 -8
- package/dist/esm/ion-tab-bar_2.entry.js +65 -20
- package/dist/esm/ion-tab_2.entry.js +7 -6
- package/dist/esm/ion-text.entry.js +5 -5
- package/dist/esm/ion-textarea.entry.js +60 -74
- package/dist/esm/ion-toast.entry.js +40 -17
- package/dist/esm/ion-toggle.entry.js +79 -22
- package/dist/esm/ionic-global-Dtd5Ma5B.js +480 -0
- package/dist/esm/ionic.js +3 -3
- package/dist/esm/{ios.transition-eAEkgVAv.js → ios.transition-CJcl_IUo.js} +6 -4
- package/dist/esm/{keyboard-CUw4ekVy.js → keyboard-Ce5NGRb7.js} +1 -1
- package/dist/esm/{keyboard-ywgs5efA.js → keyboard-DP1KnX1o.js} +4 -3
- package/dist/esm/{keyboard-controller-BaaVITYt.js → keyboard-controller-CN0dsogH.js} +5 -3
- package/dist/esm/list-Dhi5xtNS.js +6 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{md.transition-D8TeJ_Pz.js → md.transition-DUO570OK.js} +5 -4
- package/dist/esm/{notch-controller-lb417-kU.js → notch-controller-BZq2fbxL.js} +2 -2
- package/dist/esm/{overlays-ZX_4-t_r.js → overlays-B1-bMbOY.js} +22 -114
- package/dist/esm/{status-tap-pATNXEtr.js → status-tap-Bux-fh_w.js} +3 -2
- package/dist/esm/{swipe-back-B2YfOHRM.js → swipe-back-Dp-f6VSv.js} +2 -1
- package/dist/esm/x-BDqjX7Z_.js +6 -0
- package/dist/html.html-data.json +2511 -229
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/p-00239ebc.entry.js +4 -0
- package/dist/ionic/p-04b8cb11.entry.js +4 -0
- package/dist/ionic/p-083bdc4a.entry.js +4 -0
- package/dist/ionic/p-09ee42c7.entry.js +4 -0
- package/dist/ionic/p-0a973339.entry.js +4 -0
- package/dist/ionic/p-0b1386bf.entry.js +4 -0
- package/dist/ionic/p-0edc2fcf.entry.js +4 -0
- package/dist/ionic/p-123f6dde.entry.js +4 -0
- package/dist/ionic/p-1ac3754e.entry.js +4 -0
- package/dist/ionic/p-3610f001.entry.js +4 -0
- package/dist/ionic/p-361408bb.entry.js +4 -0
- package/dist/ionic/p-389093b6.entry.js +4 -0
- package/dist/ionic/p-3b1c39cf.entry.js +4 -0
- package/dist/ionic/p-47b803fc.entry.js +4 -0
- package/dist/ionic/{p-B1xocg0A.js → p-4ivCEBy1.js} +1 -1
- package/dist/ionic/p-637e497f.entry.js +4 -0
- package/dist/ionic/p-65d9c265.entry.js +4 -0
- package/dist/ionic/p-66b83d63.entry.js +4 -0
- package/dist/ionic/p-7918eeaa.entry.js +4 -0
- package/dist/ionic/p-7ead7a67.entry.js +4 -0
- package/dist/ionic/p-7f1c8070.entry.js +4 -0
- package/dist/ionic/p-80faabb9.entry.js +4 -0
- package/dist/ionic/p-8870c2f9.entry.js +4 -0
- package/dist/ionic/p-8fa42767.entry.js +4 -0
- package/dist/ionic/p-905f6505.entry.js +4 -0
- package/dist/ionic/p-907ac173.entry.js +4 -0
- package/dist/ionic/p-95621a36.entry.js +4 -0
- package/dist/ionic/p-97bf9127.entry.js +4 -0
- package/dist/ionic/p-9af1c2e0.entry.js +4 -0
- package/dist/ionic/p-9e575e4e.entry.js +4 -0
- package/dist/ionic/p-BDqjX7Z_.js +4 -0
- package/dist/ionic/p-BFFank6B.js +4 -0
- package/dist/ionic/{p-CWvl4RPO.js → p-BISSkhkA.js} +1 -1
- package/dist/ionic/p-BJGh_obi.js +4 -0
- package/dist/ionic/p-BYSs-jZz.js +4 -0
- package/dist/ionic/{p-CKvCXMs9.js → p-BYYLxYDJ.js} +1 -1
- package/dist/ionic/p-Bh0_z73h.js +4 -0
- package/dist/ionic/p-BpaeL4Lk.js +4 -0
- package/dist/ionic/{p-DiZPU8BH.js → p-BqMzjJ9X.js} +1 -1
- package/dist/ionic/p-CKq50gmC.js +4 -0
- package/dist/ionic/{p-DV3sJJW8.js → p-COG0_eom.js} +1 -1
- package/dist/ionic/{p-C87oPMMF.js → p-CVVzZviS.js} +1 -1
- package/dist/ionic/p-CZEwJt85.js +4 -0
- package/dist/ionic/p-Cdv0TJ6-.js +4 -0
- package/dist/ionic/{p-BhNEp2QP.js → p-CjpktT3Z.js} +1 -1
- package/dist/ionic/p-CqYDGaCK.js +4 -0
- package/dist/ionic/p-D-m6MIML.js +4 -0
- package/dist/ionic/p-D1t981Ih.js +4 -0
- package/dist/ionic/{p-DCuOL88l.js → p-D8VpGXAu.js} +1 -1
- package/dist/ionic/p-DBzcL_sL.js +4 -0
- package/dist/ionic/p-DO7doFVM.js +4 -0
- package/dist/ionic/p-Dhi5xtNS.js +4 -0
- package/dist/ionic/p-DpBID_Du.js +4 -0
- package/dist/ionic/p-DuV7rU9I.js +4 -0
- package/dist/ionic/p-EG6i47Uw.js +4 -0
- package/dist/ionic/{p-D13Eaw-8.js → p-EwG_P2X9.js} +1 -1
- package/dist/ionic/p-Ex5J81sy.js +4 -0
- package/dist/ionic/{p-BHGXdud8.js → p-KY_2sl5b.js} +1 -1
- package/dist/ionic/p-a953afe2.entry.js +4 -0
- package/dist/ionic/p-ab387abd.entry.js +4 -0
- package/dist/ionic/p-abc60b26.entry.js +4 -0
- package/dist/ionic/p-b269fb6b.entry.js +4 -0
- package/dist/ionic/p-b8c602ec.entry.js +4 -0
- package/dist/ionic/p-c6887f5c.entry.js +4 -0
- package/dist/ionic/p-c847a353.entry.js +4 -0
- package/dist/ionic/p-c8eb678d.entry.js +4 -0
- package/dist/ionic/p-cff18cc5.entry.js +4 -0
- package/dist/ionic/p-d65a8d3e.entry.js +4 -0
- package/dist/ionic/p-d9525f67.entry.js +4 -0
- package/dist/ionic/p-db20a452.entry.js +4 -0
- package/dist/ionic/{p-7a53f04c.entry.js → p-dc66e8cc.entry.js} +1 -1
- package/dist/ionic/p-e0a689ea.entry.js +4 -0
- package/dist/ionic/p-e25b2e94.entry.js +4 -0
- package/dist/ionic/p-e53f3a62.entry.js +4 -0
- package/dist/ionic/p-e6caa048.entry.js +4 -0
- package/dist/ionic/p-ec96366b.entry.js +4 -0
- package/dist/ionic/p-ed071a41.entry.js +4 -0
- package/dist/ionic/p-eea0e705.entry.js +4 -0
- package/dist/ionic/p-f0e88837.entry.js +4 -0
- package/dist/ionic/p-f4d11cbb.entry.js +4 -0
- package/dist/ionic/p-fIOYmaqA.js +4 -0
- package/dist/ionic/p-fcba862e.entry.js +4 -0
- package/dist/ionic/p-ff010b26.entry.js +4 -0
- 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 +4 -0
- package/dist/types/components/content/content.d.ts +3 -0
- package/dist/types/components/datetime/datetime.d.ts +26 -1
- package/dist/types/components/datetime/utils/data.d.ts +5 -5
- package/dist/types/components/datetime-button/datetime-button.d.ts +2 -1
- package/dist/types/components/divider/divider.d.ts +20 -0
- package/dist/types/components/fab/fab.d.ts +4 -0
- package/dist/types/components/fab-button/fab-button.d.ts +5 -3
- package/dist/types/components/fab-list/fab-list.d.ts +4 -0
- package/dist/types/components/footer/footer.d.ts +4 -3
- package/dist/types/components/grid/grid.d.ts +4 -0
- package/dist/types/components/header/header.d.ts +9 -3
- package/dist/types/components/img/img.d.ts +3 -0
- package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +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 -14
- 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 -8
- package/dist/types/components/picker-column-option/picker-column-option.d.ts +4 -0
- package/dist/types/components/picker-legacy/picker.d.ts +2 -1
- package/dist/types/components/popover/popover-interface.d.ts +3 -6
- package/dist/types/components/popover/popover.d.ts +6 -5
- package/dist/types/components/progress-bar/progress-bar.d.ts +10 -1
- package/dist/types/components/radio/radio.d.ts +2 -1
- package/dist/types/components/radio-group/radio-group.d.ts +4 -0
- package/dist/types/components/range/range.d.ts +2 -1
- package/dist/types/components/refresher/refresher.d.ts +2 -1
- package/dist/types/components/refresher-content/refresher-content.d.ts +4 -0
- package/dist/types/components/reorder/reorder.d.ts +9 -0
- package/dist/types/components/reorder-group/reorder-group.d.ts +4 -0
- package/dist/types/components/ripple-effect/ripple-effect.d.ts +4 -0
- package/dist/types/components/route/route.d.ts +4 -0
- package/dist/types/components/router/router.d.ts +4 -0
- package/dist/types/components/router-link/router-link.d.ts +4 -0
- package/dist/types/components/router-outlet/router-outlet.d.ts +4 -1
- package/dist/types/components/row/row.d.ts +4 -0
- package/dist/types/components/searchbar/searchbar.d.ts +51 -9
- package/dist/types/components/segment/segment.d.ts +2 -1
- package/dist/types/components/segment-button/segment-button.d.ts +2 -1
- package/dist/types/components/select/select.d.ts +41 -13
- package/dist/types/components/select-option/select-option.d.ts +4 -0
- package/dist/types/components/select-popover/select-popover.d.ts +3 -0
- package/dist/types/components/skeleton-text/skeleton-text.d.ts +4 -0
- package/dist/types/components/spinner/spinner.d.ts +15 -0
- package/dist/types/components/split-pane/split-pane.d.ts +4 -0
- package/dist/types/components/tab/tab.d.ts +4 -0
- package/dist/types/components/tab-bar/tab-bar.d.ts +22 -2
- package/dist/types/components/tab-button/tab-button.d.ts +11 -1
- package/dist/types/components/tabs/tabs.d.ts +3 -0
- package/dist/types/components/text/text.d.ts +2 -1
- package/dist/types/components/textarea/textarea.d.ts +17 -13
- 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 +1522 -197
- package/dist/types/global/ionic-global.d.ts +27 -2
- package/dist/types/interface.d.ts +3 -0
- package/dist/types/utils/config.d.ts +106 -2
- package/dist/types/utils/focus-visible.d.ts +13 -0
- package/dist/types/utils/helpers.d.ts +11 -0
- package/dist/types/utils/overlays-interface.d.ts +31 -1
- package/dist/types/utils/test/playwright/generator.d.ts +31 -2
- package/hydrate/index.js +2838 -1139
- package/hydrate/index.mjs +2838 -1139
- package/package.json +10 -5
- package/components/hardware-back-button.js +0 -115
- package/components/index9.js +0 -7
- package/dist/cjs/hardware-back-button-BxdNu76F.js +0 -121
- package/dist/cjs/index-DkNv4J_i.js +0 -10
- package/dist/cjs/ionic-global-UI5YPSi-.js +0 -151
- package/dist/esm/hardware-back-button-Dhbd-23H.js +0 -115
- package/dist/esm/index-ZjP4CjeZ.js +0 -7
- package/dist/esm/ionic-global-CTSyufhF.js +0 -146
- package/dist/ionic/p-0816f67c.entry.js +0 -4
- package/dist/ionic/p-0f396661.entry.js +0 -4
- package/dist/ionic/p-1191a2d9.entry.js +0 -4
- package/dist/ionic/p-148bdf18.entry.js +0 -4
- package/dist/ionic/p-16116947.entry.js +0 -4
- package/dist/ionic/p-19f80390.entry.js +0 -4
- package/dist/ionic/p-1a91f317.entry.js +0 -4
- package/dist/ionic/p-1bbd0a23.entry.js +0 -4
- package/dist/ionic/p-1d5b934a.entry.js +0 -4
- package/dist/ionic/p-29032e49.entry.js +0 -4
- package/dist/ionic/p-2cb0f39f.entry.js +0 -4
- package/dist/ionic/p-349fc921.entry.js +0 -4
- package/dist/ionic/p-3624b640.entry.js +0 -4
- package/dist/ionic/p-36a54836.entry.js +0 -4
- package/dist/ionic/p-39ed3212.entry.js +0 -4
- package/dist/ionic/p-40d56a51.entry.js +0 -4
- package/dist/ionic/p-4f2c5845.entry.js +0 -4
- package/dist/ionic/p-528af4e6.entry.js +0 -4
- package/dist/ionic/p-54dec9b1.entry.js +0 -4
- package/dist/ionic/p-5c976c00.entry.js +0 -4
- package/dist/ionic/p-6383afc2.entry.js +0 -4
- package/dist/ionic/p-7b12d853.entry.js +0 -4
- package/dist/ionic/p-7bac2c5f.entry.js +0 -4
- package/dist/ionic/p-7da05504.entry.js +0 -4
- package/dist/ionic/p-8cdb4ff5.entry.js +0 -4
- package/dist/ionic/p-8d96a0cd.entry.js +0 -4
- package/dist/ionic/p-8e2de06f.entry.js +0 -4
- package/dist/ionic/p-91d6ccb0.entry.js +0 -4
- package/dist/ionic/p-92e8f208.entry.js +0 -4
- package/dist/ionic/p-982fe1c4.entry.js +0 -4
- package/dist/ionic/p-9ddf2620.entry.js +0 -4
- package/dist/ionic/p-9eeaBrnk.js +0 -4
- package/dist/ionic/p-B5MDSrGg.js +0 -4
- package/dist/ionic/p-BB-JoKGB.js +0 -4
- package/dist/ionic/p-BmVRXR1y.js +0 -4
- package/dist/ionic/p-Br3vSlYh.js +0 -4
- package/dist/ionic/p-C-Cct-6D.js +0 -4
- package/dist/ionic/p-C4I6B3uV.js +0 -4
- package/dist/ionic/p-C8d2ebIg.js +0 -4
- package/dist/ionic/p-CIGNaXM1.js +0 -4
- package/dist/ionic/p-CSwZyt05.js +0 -4
- package/dist/ionic/p-CtWGkNnJ.js +0 -4
- package/dist/ionic/p-CvaZMP6T.js +0 -4
- package/dist/ionic/p-D2fQU_qK.js +0 -4
- package/dist/ionic/p-DAfH9Iif.js +0 -4
- package/dist/ionic/p-DJKvq7vb.js +0 -4
- package/dist/ionic/p-Dm_oBkW1.js +0 -4
- package/dist/ionic/p-LaGjiAVo.js +0 -4
- package/dist/ionic/p-ZjP4CjeZ.js +0 -4
- package/dist/ionic/p-a81be128.entry.js +0 -4
- package/dist/ionic/p-ab33ef20.entry.js +0 -4
- package/dist/ionic/p-ac434970.entry.js +0 -4
- package/dist/ionic/p-afeb9df6.entry.js +0 -4
- package/dist/ionic/p-bc9f9032.entry.js +0 -4
- package/dist/ionic/p-bf81a468.entry.js +0 -4
- package/dist/ionic/p-c0d58c8e.entry.js +0 -4
- package/dist/ionic/p-c575e7ce.entry.js +0 -4
- package/dist/ionic/p-cde6d39b.entry.js +0 -4
- package/dist/ionic/p-d04d66fc.entry.js +0 -4
- package/dist/ionic/p-d3df6032.entry.js +0 -4
- package/dist/ionic/p-dbba38cf.entry.js +0 -4
- package/dist/ionic/p-e6c3214c.entry.js +0 -4
- package/dist/ionic/p-e6c465ff.entry.js +0 -4
- package/dist/ionic/p-ec76fec4.entry.js +0 -4
- package/dist/ionic/p-ee2e35a6.entry.js +0 -4
- package/dist/ionic/p-f2884bc2.entry.js +0 -4
- package/dist/ionic/p-f456d176.entry.js +0 -4
- package/dist/ionic/p-f7db572a.entry.js +0 -4
- package/dist/ionic/p-f9eb54ee.entry.js +0 -4
- /package/dist/collection/components/{input-password-toggle/input-password-toggle.css → refresher-content/refresher-content.css} +0 -0
package/dist/html.html-data.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "mode",
|
|
17
|
-
"description": "The mode determines
|
|
17
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
18
18
|
"values": [
|
|
19
19
|
{
|
|
20
20
|
"name": "ios"
|
|
@@ -28,6 +28,21 @@
|
|
|
28
28
|
"name": "readonly",
|
|
29
29
|
"description": "If `true`, the accordion cannot be interacted with,\nbut does not alter the opacity."
|
|
30
30
|
},
|
|
31
|
+
{
|
|
32
|
+
"name": "theme",
|
|
33
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
34
|
+
"values": [
|
|
35
|
+
{
|
|
36
|
+
"name": "ios"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "md"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "ionic"
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
},
|
|
31
46
|
{
|
|
32
47
|
"name": "toggle-icon",
|
|
33
48
|
"description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed."
|
|
@@ -85,7 +100,7 @@
|
|
|
85
100
|
},
|
|
86
101
|
{
|
|
87
102
|
"name": "mode",
|
|
88
|
-
"description": "The mode determines
|
|
103
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
89
104
|
"values": [
|
|
90
105
|
{
|
|
91
106
|
"name": "ios"
|
|
@@ -103,6 +118,36 @@
|
|
|
103
118
|
"name": "readonly",
|
|
104
119
|
"description": "If `true`, the accordion group cannot be interacted with,\nbut does not alter the opacity."
|
|
105
120
|
},
|
|
121
|
+
{
|
|
122
|
+
"name": "shape",
|
|
123
|
+
"description": "Set to `\"soft\"` for an accordion group with slightly rounded corners,\n`\"round\"` for an accordion group with fully rounded corners, or\n`\"rectangular\"` for an accordion group without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.\nOnly applies when `expand` is set to `\"inset\"`.",
|
|
124
|
+
"values": [
|
|
125
|
+
{
|
|
126
|
+
"name": "rectangular"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "round"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "soft"
|
|
133
|
+
}
|
|
134
|
+
]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "theme",
|
|
138
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
139
|
+
"values": [
|
|
140
|
+
{
|
|
141
|
+
"name": "ios"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "md"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "ionic"
|
|
148
|
+
}
|
|
149
|
+
]
|
|
150
|
+
},
|
|
106
151
|
{
|
|
107
152
|
"name": "value",
|
|
108
153
|
"description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`"
|
|
@@ -164,7 +209,7 @@
|
|
|
164
209
|
},
|
|
165
210
|
{
|
|
166
211
|
"name": "mode",
|
|
167
|
-
"description": "The mode determines
|
|
212
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
168
213
|
"values": [
|
|
169
214
|
{
|
|
170
215
|
"name": "ios"
|
|
@@ -178,9 +223,24 @@
|
|
|
178
223
|
"name": "sub-header",
|
|
179
224
|
"description": "Subtitle for the action sheet."
|
|
180
225
|
},
|
|
226
|
+
{
|
|
227
|
+
"name": "theme",
|
|
228
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
229
|
+
"values": [
|
|
230
|
+
{
|
|
231
|
+
"name": "ios"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"name": "md"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "ionic"
|
|
238
|
+
}
|
|
239
|
+
]
|
|
240
|
+
},
|
|
181
241
|
{
|
|
182
242
|
"name": "translucent",
|
|
183
|
-
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the
|
|
243
|
+
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
184
244
|
},
|
|
185
245
|
{
|
|
186
246
|
"name": "trigger",
|
|
@@ -251,7 +311,7 @@
|
|
|
251
311
|
},
|
|
252
312
|
{
|
|
253
313
|
"name": "mode",
|
|
254
|
-
"description": "The mode determines
|
|
314
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
255
315
|
"values": [
|
|
256
316
|
{
|
|
257
317
|
"name": "ios"
|
|
@@ -265,9 +325,24 @@
|
|
|
265
325
|
"name": "sub-header",
|
|
266
326
|
"description": "The subtitle in the heading of the alert. Displayed under the title."
|
|
267
327
|
},
|
|
328
|
+
{
|
|
329
|
+
"name": "theme",
|
|
330
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
331
|
+
"values": [
|
|
332
|
+
{
|
|
333
|
+
"name": "ios"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"name": "md"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"name": "ionic"
|
|
340
|
+
}
|
|
341
|
+
]
|
|
342
|
+
},
|
|
268
343
|
{
|
|
269
344
|
"name": "translucent",
|
|
270
|
-
"description": "If `true`, the alert will be translucent.\nOnly applies when the
|
|
345
|
+
"description": "If `true`, the alert will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
271
346
|
},
|
|
272
347
|
{
|
|
273
348
|
"name": "trigger",
|
|
@@ -287,7 +362,35 @@
|
|
|
287
362
|
"kind": "markdown",
|
|
288
363
|
"value": ""
|
|
289
364
|
},
|
|
290
|
-
"attributes": [
|
|
365
|
+
"attributes": [
|
|
366
|
+
{
|
|
367
|
+
"name": "mode",
|
|
368
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
369
|
+
"values": [
|
|
370
|
+
{
|
|
371
|
+
"name": "ios"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"name": "md"
|
|
375
|
+
}
|
|
376
|
+
]
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"name": "theme",
|
|
380
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
381
|
+
"values": [
|
|
382
|
+
{
|
|
383
|
+
"name": "ios"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"name": "md"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"name": "ionic"
|
|
390
|
+
}
|
|
391
|
+
]
|
|
392
|
+
}
|
|
393
|
+
],
|
|
291
394
|
"references": [
|
|
292
395
|
{
|
|
293
396
|
"name": "Source code",
|
|
@@ -301,7 +404,78 @@
|
|
|
301
404
|
"kind": "markdown",
|
|
302
405
|
"value": ""
|
|
303
406
|
},
|
|
304
|
-
"attributes": [
|
|
407
|
+
"attributes": [
|
|
408
|
+
{
|
|
409
|
+
"name": "disabled",
|
|
410
|
+
"description": "If `true`, the user cannot interact with the avatar."
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "mode",
|
|
414
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
415
|
+
"values": [
|
|
416
|
+
{
|
|
417
|
+
"name": "ios"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"name": "md"
|
|
421
|
+
}
|
|
422
|
+
]
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "shape",
|
|
426
|
+
"description": "Set to `\"soft\"` for an avatar with slightly rounded corners,\n`\"round\"` for an avatar with fully rounded corners, or `\"rectangular\"`\nfor an avatar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
427
|
+
"values": [
|
|
428
|
+
{
|
|
429
|
+
"name": "rectangular"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"name": "round"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "soft"
|
|
436
|
+
}
|
|
437
|
+
]
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"name": "size",
|
|
441
|
+
"description": "Set to `\"xxsmall\"` for the smallest size.\nSet to `\"xsmall\"` for a very small size.\nSet to `\"small\"` for a compact size.\nSet to `\"medium\"` for the default height and width.\nSet to `\"large\"` for a larger size.\nSet to `\"xlarge\"` for the largest dimensions.\n\nDefaults to `\"medium\"` for the `ionic` theme, undefined for all other themes.",
|
|
442
|
+
"values": [
|
|
443
|
+
{
|
|
444
|
+
"name": "large"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"name": "medium"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"name": "small"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"name": "xlarge"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"name": "xsmall"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "xxsmall"
|
|
460
|
+
}
|
|
461
|
+
]
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"name": "theme",
|
|
465
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
466
|
+
"values": [
|
|
467
|
+
{
|
|
468
|
+
"name": "ios"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "md"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"name": "ionic"
|
|
475
|
+
}
|
|
476
|
+
]
|
|
477
|
+
}
|
|
478
|
+
],
|
|
305
479
|
"references": [
|
|
306
480
|
{
|
|
307
481
|
"name": "Source code",
|
|
@@ -363,7 +537,7 @@
|
|
|
363
537
|
},
|
|
364
538
|
{
|
|
365
539
|
"name": "mode",
|
|
366
|
-
"description": "The mode determines
|
|
540
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
367
541
|
"values": [
|
|
368
542
|
{
|
|
369
543
|
"name": "ios"
|
|
@@ -381,6 +555,21 @@
|
|
|
381
555
|
"name": "text",
|
|
382
556
|
"description": "The text to display in the back button."
|
|
383
557
|
},
|
|
558
|
+
{
|
|
559
|
+
"name": "theme",
|
|
560
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
561
|
+
"values": [
|
|
562
|
+
{
|
|
563
|
+
"name": "ios"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"name": "md"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"name": "ionic"
|
|
570
|
+
}
|
|
571
|
+
]
|
|
572
|
+
},
|
|
384
573
|
{
|
|
385
574
|
"name": "type",
|
|
386
575
|
"description": "The type of the button.",
|
|
@@ -411,6 +600,18 @@
|
|
|
411
600
|
"value": ""
|
|
412
601
|
},
|
|
413
602
|
"attributes": [
|
|
603
|
+
{
|
|
604
|
+
"name": "mode",
|
|
605
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
606
|
+
"values": [
|
|
607
|
+
{
|
|
608
|
+
"name": "ios"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"name": "md"
|
|
612
|
+
}
|
|
613
|
+
]
|
|
614
|
+
},
|
|
414
615
|
{
|
|
415
616
|
"name": "stop-propagation",
|
|
416
617
|
"description": "If `true`, the backdrop will stop propagation on tap."
|
|
@@ -419,6 +620,21 @@
|
|
|
419
620
|
"name": "tappable",
|
|
420
621
|
"description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event."
|
|
421
622
|
},
|
|
623
|
+
{
|
|
624
|
+
"name": "theme",
|
|
625
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
626
|
+
"values": [
|
|
627
|
+
{
|
|
628
|
+
"name": "ios"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"name": "md"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"name": "ionic"
|
|
635
|
+
}
|
|
636
|
+
]
|
|
637
|
+
},
|
|
422
638
|
{
|
|
423
639
|
"name": "visible",
|
|
424
640
|
"description": "If `true`, the backdrop will be visible."
|
|
@@ -471,15 +687,78 @@
|
|
|
471
687
|
}
|
|
472
688
|
]
|
|
473
689
|
},
|
|
690
|
+
{
|
|
691
|
+
"name": "hue",
|
|
692
|
+
"description": "Set to `\"bold\"` for a badge with vibrant, bold colors or to `\"subtle\"` for\na badge with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
|
|
693
|
+
"values": [
|
|
694
|
+
{
|
|
695
|
+
"name": "bold"
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"name": "subtle"
|
|
699
|
+
}
|
|
700
|
+
]
|
|
701
|
+
},
|
|
474
702
|
{
|
|
475
703
|
"name": "mode",
|
|
476
|
-
"description": "The mode determines
|
|
704
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
705
|
+
"values": [
|
|
706
|
+
{
|
|
707
|
+
"name": "ios"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"name": "md"
|
|
711
|
+
}
|
|
712
|
+
]
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"name": "shape",
|
|
716
|
+
"description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
717
|
+
"values": [
|
|
718
|
+
{
|
|
719
|
+
"name": "soft"
|
|
720
|
+
}
|
|
721
|
+
]
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"name": "size",
|
|
725
|
+
"description": "Set to `\"small\"` for a small badge.\nSet to `\"medium\"` for a medium badge.\nSet to `\"large\"` for a large badge, when it is empty (no text or icon).\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
|
|
726
|
+
"values": [
|
|
727
|
+
{
|
|
728
|
+
"name": "large"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"name": "medium"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"name": "small"
|
|
735
|
+
}
|
|
736
|
+
]
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"name": "theme",
|
|
740
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
477
741
|
"values": [
|
|
478
742
|
{
|
|
479
743
|
"name": "ios"
|
|
480
744
|
},
|
|
481
745
|
{
|
|
482
746
|
"name": "md"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"name": "ionic"
|
|
750
|
+
}
|
|
751
|
+
]
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"name": "vertical",
|
|
755
|
+
"description": "Set to `\"top\"` to position the badge on top right absolute position of the parent element.\nSet to `\"bottom\"` to position the badge on bottom right absolute position of the parent element.",
|
|
756
|
+
"values": [
|
|
757
|
+
{
|
|
758
|
+
"name": "bottom"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"name": "top"
|
|
483
762
|
}
|
|
484
763
|
]
|
|
485
764
|
}
|
|
@@ -549,7 +828,7 @@
|
|
|
549
828
|
},
|
|
550
829
|
{
|
|
551
830
|
"name": "mode",
|
|
552
|
-
"description": "The mode determines
|
|
831
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
553
832
|
"values": [
|
|
554
833
|
{
|
|
555
834
|
"name": "ios"
|
|
@@ -589,16 +868,31 @@
|
|
|
589
868
|
{
|
|
590
869
|
"name": "target",
|
|
591
870
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
592
|
-
}
|
|
593
|
-
],
|
|
594
|
-
"references": [
|
|
871
|
+
},
|
|
595
872
|
{
|
|
596
|
-
"name": "
|
|
597
|
-
"
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
873
|
+
"name": "theme",
|
|
874
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
875
|
+
"values": [
|
|
876
|
+
{
|
|
877
|
+
"name": "ios"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"name": "md"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"name": "ionic"
|
|
884
|
+
}
|
|
885
|
+
]
|
|
886
|
+
}
|
|
887
|
+
],
|
|
888
|
+
"references": [
|
|
889
|
+
{
|
|
890
|
+
"name": "Source code",
|
|
891
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/breadcrumb/breadcrumb.tsx"
|
|
892
|
+
}
|
|
893
|
+
]
|
|
894
|
+
},
|
|
895
|
+
{
|
|
602
896
|
"name": "ion-breadcrumbs",
|
|
603
897
|
"description": {
|
|
604
898
|
"kind": "markdown",
|
|
@@ -652,13 +946,28 @@
|
|
|
652
946
|
},
|
|
653
947
|
{
|
|
654
948
|
"name": "mode",
|
|
655
|
-
"description": "The mode determines
|
|
949
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
950
|
+
"values": [
|
|
951
|
+
{
|
|
952
|
+
"name": "ios"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"name": "md"
|
|
956
|
+
}
|
|
957
|
+
]
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"name": "theme",
|
|
961
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
656
962
|
"values": [
|
|
657
963
|
{
|
|
658
964
|
"name": "ios"
|
|
659
965
|
},
|
|
660
966
|
{
|
|
661
967
|
"name": "md"
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"name": "ionic"
|
|
662
971
|
}
|
|
663
972
|
]
|
|
664
973
|
}
|
|
@@ -762,7 +1071,7 @@
|
|
|
762
1071
|
},
|
|
763
1072
|
{
|
|
764
1073
|
"name": "mode",
|
|
765
|
-
"description": "The mode determines
|
|
1074
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
766
1075
|
"values": [
|
|
767
1076
|
{
|
|
768
1077
|
"name": "ios"
|
|
@@ -797,16 +1106,22 @@
|
|
|
797
1106
|
},
|
|
798
1107
|
{
|
|
799
1108
|
"name": "shape",
|
|
800
|
-
"description": "Set to `\"round\"` for a button with
|
|
1109
|
+
"description": "Set to `\"soft\"` for a button with slightly rounded corners, `\"round\"` for a button with fully\nrounded corners, or `\"rectangular\"` for a button without rounded corners.\nDefaults to `\"soft\"` for the `\"ios\"` theme and `\"round\"` for all other themes.",
|
|
801
1110
|
"values": [
|
|
1111
|
+
{
|
|
1112
|
+
"name": "rectangular"
|
|
1113
|
+
},
|
|
802
1114
|
{
|
|
803
1115
|
"name": "round"
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"name": "soft"
|
|
804
1119
|
}
|
|
805
1120
|
]
|
|
806
1121
|
},
|
|
807
1122
|
{
|
|
808
1123
|
"name": "size",
|
|
809
|
-
"description": "Set to `\"small\"` for a button with less height and padding, to `\"
|
|
1124
|
+
"description": "Set to `\"small\"` for a button with less height and padding, to `\"medium\"`\nfor a button with the medium height and padding, or to `\"large\"` for a button\nwith more height and padding. By default the size is unset, unless the button\nis inside of an item, where the size is `\"small\"` by default. Set the size to\n`\"default\"` inside of an item to make it a standard size button.",
|
|
810
1125
|
"values": [
|
|
811
1126
|
{
|
|
812
1127
|
"name": "default"
|
|
@@ -814,6 +1129,9 @@
|
|
|
814
1129
|
{
|
|
815
1130
|
"name": "large"
|
|
816
1131
|
},
|
|
1132
|
+
{
|
|
1133
|
+
"name": "medium"
|
|
1134
|
+
},
|
|
817
1135
|
{
|
|
818
1136
|
"name": "small"
|
|
819
1137
|
}
|
|
@@ -827,6 +1145,21 @@
|
|
|
827
1145
|
"name": "target",
|
|
828
1146
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
829
1147
|
},
|
|
1148
|
+
{
|
|
1149
|
+
"name": "theme",
|
|
1150
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1151
|
+
"values": [
|
|
1152
|
+
{
|
|
1153
|
+
"name": "ios"
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"name": "md"
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"name": "ionic"
|
|
1160
|
+
}
|
|
1161
|
+
]
|
|
1162
|
+
},
|
|
830
1163
|
{
|
|
831
1164
|
"name": "type",
|
|
832
1165
|
"description": "The type of the button.",
|
|
@@ -859,7 +1192,34 @@
|
|
|
859
1192
|
"attributes": [
|
|
860
1193
|
{
|
|
861
1194
|
"name": "collapse",
|
|
862
|
-
"description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in `ios`
|
|
1195
|
+
"description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in the `ios` theme with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)"
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"name": "mode",
|
|
1199
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1200
|
+
"values": [
|
|
1201
|
+
{
|
|
1202
|
+
"name": "ios"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"name": "md"
|
|
1206
|
+
}
|
|
1207
|
+
]
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"name": "theme",
|
|
1211
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1212
|
+
"values": [
|
|
1213
|
+
{
|
|
1214
|
+
"name": "ios"
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"name": "md"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"name": "ionic"
|
|
1221
|
+
}
|
|
1222
|
+
]
|
|
863
1223
|
}
|
|
864
1224
|
],
|
|
865
1225
|
"references": [
|
|
@@ -927,7 +1287,7 @@
|
|
|
927
1287
|
},
|
|
928
1288
|
{
|
|
929
1289
|
"name": "mode",
|
|
930
|
-
"description": "The mode determines
|
|
1290
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
931
1291
|
"values": [
|
|
932
1292
|
{
|
|
933
1293
|
"name": "ios"
|
|
@@ -960,10 +1320,40 @@
|
|
|
960
1320
|
}
|
|
961
1321
|
]
|
|
962
1322
|
},
|
|
1323
|
+
{
|
|
1324
|
+
"name": "shape",
|
|
1325
|
+
"description": "Set to `\"soft\"` for a card with slightly rounded corners, `\"round\"` for a card with more\nrounded corners, or `\"rectangular\"` for a card without rounded corners.\nDefaults to `\"round\"`.",
|
|
1326
|
+
"values": [
|
|
1327
|
+
{
|
|
1328
|
+
"name": "rectangular"
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"name": "round"
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"name": "soft"
|
|
1335
|
+
}
|
|
1336
|
+
]
|
|
1337
|
+
},
|
|
963
1338
|
{
|
|
964
1339
|
"name": "target",
|
|
965
1340
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
966
1341
|
},
|
|
1342
|
+
{
|
|
1343
|
+
"name": "theme",
|
|
1344
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1345
|
+
"values": [
|
|
1346
|
+
{
|
|
1347
|
+
"name": "ios"
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"name": "md"
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"name": "ionic"
|
|
1354
|
+
}
|
|
1355
|
+
]
|
|
1356
|
+
},
|
|
967
1357
|
{
|
|
968
1358
|
"name": "type",
|
|
969
1359
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -996,13 +1386,28 @@
|
|
|
996
1386
|
"attributes": [
|
|
997
1387
|
{
|
|
998
1388
|
"name": "mode",
|
|
999
|
-
"description": "The mode determines
|
|
1389
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1390
|
+
"values": [
|
|
1391
|
+
{
|
|
1392
|
+
"name": "ios"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"name": "md"
|
|
1396
|
+
}
|
|
1397
|
+
]
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"name": "theme",
|
|
1401
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1000
1402
|
"values": [
|
|
1001
1403
|
{
|
|
1002
1404
|
"name": "ios"
|
|
1003
1405
|
},
|
|
1004
1406
|
{
|
|
1005
1407
|
"name": "md"
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"name": "ionic"
|
|
1006
1411
|
}
|
|
1007
1412
|
]
|
|
1008
1413
|
}
|
|
@@ -1056,19 +1461,34 @@
|
|
|
1056
1461
|
},
|
|
1057
1462
|
{
|
|
1058
1463
|
"name": "mode",
|
|
1059
|
-
"description": "The mode determines
|
|
1464
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1465
|
+
"values": [
|
|
1466
|
+
{
|
|
1467
|
+
"name": "ios"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"name": "md"
|
|
1471
|
+
}
|
|
1472
|
+
]
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"name": "theme",
|
|
1476
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1060
1477
|
"values": [
|
|
1061
1478
|
{
|
|
1062
1479
|
"name": "ios"
|
|
1063
1480
|
},
|
|
1064
1481
|
{
|
|
1065
1482
|
"name": "md"
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"name": "ionic"
|
|
1066
1486
|
}
|
|
1067
1487
|
]
|
|
1068
1488
|
},
|
|
1069
1489
|
{
|
|
1070
1490
|
"name": "translucent",
|
|
1071
|
-
"description": "If `true`, the card header will be translucent.\nOnly applies when the
|
|
1491
|
+
"description": "If `true`, the card header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
1072
1492
|
}
|
|
1073
1493
|
],
|
|
1074
1494
|
"references": [
|
|
@@ -1120,13 +1540,28 @@
|
|
|
1120
1540
|
},
|
|
1121
1541
|
{
|
|
1122
1542
|
"name": "mode",
|
|
1123
|
-
"description": "The mode determines
|
|
1543
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1544
|
+
"values": [
|
|
1545
|
+
{
|
|
1546
|
+
"name": "ios"
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"name": "md"
|
|
1550
|
+
}
|
|
1551
|
+
]
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"name": "theme",
|
|
1555
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1124
1556
|
"values": [
|
|
1125
1557
|
{
|
|
1126
1558
|
"name": "ios"
|
|
1127
1559
|
},
|
|
1128
1560
|
{
|
|
1129
1561
|
"name": "md"
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"name": "ionic"
|
|
1130
1565
|
}
|
|
1131
1566
|
]
|
|
1132
1567
|
}
|
|
@@ -1180,13 +1615,28 @@
|
|
|
1180
1615
|
},
|
|
1181
1616
|
{
|
|
1182
1617
|
"name": "mode",
|
|
1183
|
-
"description": "The mode determines
|
|
1618
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1619
|
+
"values": [
|
|
1620
|
+
{
|
|
1621
|
+
"name": "ios"
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
"name": "md"
|
|
1625
|
+
}
|
|
1626
|
+
]
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"name": "theme",
|
|
1630
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1184
1631
|
"values": [
|
|
1185
1632
|
{
|
|
1186
1633
|
"name": "ios"
|
|
1187
1634
|
},
|
|
1188
1635
|
{
|
|
1189
1636
|
"name": "md"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"name": "ionic"
|
|
1190
1640
|
}
|
|
1191
1641
|
]
|
|
1192
1642
|
}
|
|
@@ -1305,7 +1755,7 @@
|
|
|
1305
1755
|
},
|
|
1306
1756
|
{
|
|
1307
1757
|
"name": "mode",
|
|
1308
|
-
"description": "The mode determines
|
|
1758
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1309
1759
|
"values": [
|
|
1310
1760
|
{
|
|
1311
1761
|
"name": "ios"
|
|
@@ -1323,6 +1773,42 @@
|
|
|
1323
1773
|
"name": "required",
|
|
1324
1774
|
"description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid."
|
|
1325
1775
|
},
|
|
1776
|
+
{
|
|
1777
|
+
"name": "shape",
|
|
1778
|
+
"description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
|
|
1779
|
+
"values": [
|
|
1780
|
+
{
|
|
1781
|
+
"name": "rectangular"
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"name": "soft"
|
|
1785
|
+
}
|
|
1786
|
+
]
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
"name": "size",
|
|
1790
|
+
"description": "Set to `\"small\"` for a checkbox with less height and padding.",
|
|
1791
|
+
"values": [
|
|
1792
|
+
{
|
|
1793
|
+
"name": "small"
|
|
1794
|
+
}
|
|
1795
|
+
]
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
"name": "theme",
|
|
1799
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1800
|
+
"values": [
|
|
1801
|
+
{
|
|
1802
|
+
"name": "ios"
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "md"
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"name": "ionic"
|
|
1809
|
+
}
|
|
1810
|
+
]
|
|
1811
|
+
},
|
|
1326
1812
|
{
|
|
1327
1813
|
"name": "value",
|
|
1328
1814
|
"description": "The value of the checkbox does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a checkbox is analogous to the value of an `<input type=\"checkbox\">`,\nit's only used when the checkbox participates in a native `<form>`."
|
|
@@ -1379,9 +1865,21 @@
|
|
|
1379
1865
|
"name": "disabled",
|
|
1380
1866
|
"description": "If `true`, the user cannot interact with the chip."
|
|
1381
1867
|
},
|
|
1868
|
+
{
|
|
1869
|
+
"name": "hue",
|
|
1870
|
+
"description": "Set to `\"bold\"` for a chip with vibrant, bold colors or to `\"subtle\"` for\na chip with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
|
|
1871
|
+
"values": [
|
|
1872
|
+
{
|
|
1873
|
+
"name": "bold"
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"name": "subtle"
|
|
1877
|
+
}
|
|
1878
|
+
]
|
|
1879
|
+
},
|
|
1382
1880
|
{
|
|
1383
1881
|
"name": "mode",
|
|
1384
|
-
"description": "The mode determines
|
|
1882
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1385
1883
|
"values": [
|
|
1386
1884
|
{
|
|
1387
1885
|
"name": "ios"
|
|
@@ -1394,6 +1892,48 @@
|
|
|
1394
1892
|
{
|
|
1395
1893
|
"name": "outline",
|
|
1396
1894
|
"description": "Display an outline style button."
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
"name": "shape",
|
|
1898
|
+
"description": "Set to `\"soft\"` for a chip with slightly rounded corners, `\"round\"` for a chip with fully\nrounded corners, or `\"rectangular\"` for a chip without rounded corners.\nDefaults to `\"round\"` for the `\"ionic\"` theme and `\"soft\"` for all other themes.",
|
|
1899
|
+
"values": [
|
|
1900
|
+
{
|
|
1901
|
+
"name": "rectangular"
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"name": "round"
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"name": "soft"
|
|
1908
|
+
}
|
|
1909
|
+
]
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"name": "size",
|
|
1913
|
+
"description": "Set to `\"small\"` for a chip with less height and padding.\n\nDefaults to `\"large\"` for the ionic theme, and undefined for all other themes.",
|
|
1914
|
+
"values": [
|
|
1915
|
+
{
|
|
1916
|
+
"name": "large"
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"name": "small"
|
|
1920
|
+
}
|
|
1921
|
+
]
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"name": "theme",
|
|
1925
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1926
|
+
"values": [
|
|
1927
|
+
{
|
|
1928
|
+
"name": "ios"
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"name": "md"
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
"name": "ionic"
|
|
1935
|
+
}
|
|
1936
|
+
]
|
|
1397
1937
|
}
|
|
1398
1938
|
],
|
|
1399
1939
|
"references": [
|
|
@@ -1410,6 +1950,18 @@
|
|
|
1410
1950
|
"value": ""
|
|
1411
1951
|
},
|
|
1412
1952
|
"attributes": [
|
|
1953
|
+
{
|
|
1954
|
+
"name": "mode",
|
|
1955
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1956
|
+
"values": [
|
|
1957
|
+
{
|
|
1958
|
+
"name": "ios"
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"name": "md"
|
|
1962
|
+
}
|
|
1963
|
+
]
|
|
1964
|
+
},
|
|
1413
1965
|
{
|
|
1414
1966
|
"name": "offset",
|
|
1415
1967
|
"description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available."
|
|
@@ -1505,16 +2057,31 @@
|
|
|
1505
2057
|
{
|
|
1506
2058
|
"name": "size-xs",
|
|
1507
2059
|
"description": "The size of the column for xs screens, in terms of how many columns it should take up out\nof the total available. If `\"auto\"` is passed, the column will be the size of its content."
|
|
1508
|
-
}
|
|
1509
|
-
],
|
|
1510
|
-
"references": [
|
|
2060
|
+
},
|
|
1511
2061
|
{
|
|
1512
|
-
"name": "
|
|
1513
|
-
"
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
2062
|
+
"name": "theme",
|
|
2063
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2064
|
+
"values": [
|
|
2065
|
+
{
|
|
2066
|
+
"name": "ios"
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"name": "md"
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"name": "ionic"
|
|
2073
|
+
}
|
|
2074
|
+
]
|
|
2075
|
+
}
|
|
2076
|
+
],
|
|
2077
|
+
"references": [
|
|
2078
|
+
{
|
|
2079
|
+
"name": "Source code",
|
|
2080
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/col/col.tsx"
|
|
2081
|
+
}
|
|
2082
|
+
]
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
1518
2085
|
"name": "ion-content",
|
|
1519
2086
|
"description": {
|
|
1520
2087
|
"kind": "markdown",
|
|
@@ -1574,6 +2141,18 @@
|
|
|
1574
2141
|
"name": "fullscreen",
|
|
1575
2142
|
"description": "If `true`, the content will scroll behind the headers\nand footers. This effect can easily be seen by setting the toolbar\nto transparent."
|
|
1576
2143
|
},
|
|
2144
|
+
{
|
|
2145
|
+
"name": "mode",
|
|
2146
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2147
|
+
"values": [
|
|
2148
|
+
{
|
|
2149
|
+
"name": "ios"
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
"name": "md"
|
|
2153
|
+
}
|
|
2154
|
+
]
|
|
2155
|
+
},
|
|
1577
2156
|
{
|
|
1578
2157
|
"name": "scroll-events",
|
|
1579
2158
|
"description": "Because of performance reasons, ionScroll events are disabled by default, in order to enable them\nand start listening from (ionScroll), set this property to `true`."
|
|
@@ -1585,6 +2164,21 @@
|
|
|
1585
2164
|
{
|
|
1586
2165
|
"name": "scroll-y",
|
|
1587
2166
|
"description": "If you want to disable the content scrolling in the Y axis, set this property to `false`."
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"name": "theme",
|
|
2170
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2171
|
+
"values": [
|
|
2172
|
+
{
|
|
2173
|
+
"name": "ios"
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"name": "md"
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"name": "ionic"
|
|
2180
|
+
}
|
|
2181
|
+
]
|
|
1588
2182
|
}
|
|
1589
2183
|
],
|
|
1590
2184
|
"references": [
|
|
@@ -1710,7 +2304,7 @@
|
|
|
1710
2304
|
},
|
|
1711
2305
|
{
|
|
1712
2306
|
"name": "mode",
|
|
1713
|
-
"description": "The mode determines
|
|
2307
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1714
2308
|
"values": [
|
|
1715
2309
|
{
|
|
1716
2310
|
"name": "ios"
|
|
@@ -1799,6 +2393,21 @@
|
|
|
1799
2393
|
}
|
|
1800
2394
|
]
|
|
1801
2395
|
},
|
|
2396
|
+
{
|
|
2397
|
+
"name": "theme",
|
|
2398
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2399
|
+
"values": [
|
|
2400
|
+
{
|
|
2401
|
+
"name": "ios"
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"name": "md"
|
|
2405
|
+
},
|
|
2406
|
+
{
|
|
2407
|
+
"name": "ionic"
|
|
2408
|
+
}
|
|
2409
|
+
]
|
|
2410
|
+
},
|
|
1802
2411
|
{
|
|
1803
2412
|
"name": "title-selected-dates-formatter",
|
|
1804
2413
|
"description": "A callback used to format the header text that shows how many\ndates are selected. Only used if there are 0 or more than 1\nselected (i.e. unused for exactly 1). By default, the header\ntext is set to \"numberOfDates days\".\n\nSee https://ionicframework.com/docs/troubleshooting/runtime#accessing-this\nif you need to access `this` from within the callback."
|
|
@@ -1869,13 +2478,28 @@
|
|
|
1869
2478
|
},
|
|
1870
2479
|
{
|
|
1871
2480
|
"name": "mode",
|
|
1872
|
-
"description": "The mode determines
|
|
2481
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2482
|
+
"values": [
|
|
2483
|
+
{
|
|
2484
|
+
"name": "ios"
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
"name": "md"
|
|
2488
|
+
}
|
|
2489
|
+
]
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
"name": "theme",
|
|
2493
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1873
2494
|
"values": [
|
|
1874
2495
|
{
|
|
1875
2496
|
"name": "ios"
|
|
1876
2497
|
},
|
|
1877
2498
|
{
|
|
1878
2499
|
"name": "md"
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"name": "ionic"
|
|
1879
2503
|
}
|
|
1880
2504
|
]
|
|
1881
2505
|
}
|
|
@@ -1887,6 +2511,52 @@
|
|
|
1887
2511
|
}
|
|
1888
2512
|
]
|
|
1889
2513
|
},
|
|
2514
|
+
{
|
|
2515
|
+
"name": "ion-divider",
|
|
2516
|
+
"description": {
|
|
2517
|
+
"kind": "markdown",
|
|
2518
|
+
"value": ""
|
|
2519
|
+
},
|
|
2520
|
+
"attributes": [
|
|
2521
|
+
{
|
|
2522
|
+
"name": "inset",
|
|
2523
|
+
"description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`"
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"name": "spacing",
|
|
2527
|
+
"description": "Set to `\"xxsmall\"` for the smallest spacing.\nSet to \"xsmall\" for very small spacing.\nSet to `\"small\"` for small spacing.\nSet to \"medium\" for medium spacing.\nSet to \"large\" for large spacing.\nSet to `\"xlarge\"` for the largest spacing.\n\nDefaults to `\"medium\"`.",
|
|
2528
|
+
"values": [
|
|
2529
|
+
{
|
|
2530
|
+
"name": "large"
|
|
2531
|
+
},
|
|
2532
|
+
{
|
|
2533
|
+
"name": "medium"
|
|
2534
|
+
},
|
|
2535
|
+
{
|
|
2536
|
+
"name": "small"
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"name": "xlarge"
|
|
2540
|
+
},
|
|
2541
|
+
{
|
|
2542
|
+
"name": "xsmall"
|
|
2543
|
+
},
|
|
2544
|
+
{
|
|
2545
|
+
"name": "xxlarge"
|
|
2546
|
+
},
|
|
2547
|
+
{
|
|
2548
|
+
"name": "xxsmall"
|
|
2549
|
+
}
|
|
2550
|
+
]
|
|
2551
|
+
}
|
|
2552
|
+
],
|
|
2553
|
+
"references": [
|
|
2554
|
+
{
|
|
2555
|
+
"name": "Source code",
|
|
2556
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/divider/divider.tsx"
|
|
2557
|
+
}
|
|
2558
|
+
]
|
|
2559
|
+
},
|
|
1890
2560
|
{
|
|
1891
2561
|
"name": "ion-fab",
|
|
1892
2562
|
"description": {
|
|
@@ -1917,6 +2587,33 @@
|
|
|
1917
2587
|
}
|
|
1918
2588
|
]
|
|
1919
2589
|
},
|
|
2590
|
+
{
|
|
2591
|
+
"name": "mode",
|
|
2592
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2593
|
+
"values": [
|
|
2594
|
+
{
|
|
2595
|
+
"name": "ios"
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"name": "md"
|
|
2599
|
+
}
|
|
2600
|
+
]
|
|
2601
|
+
},
|
|
2602
|
+
{
|
|
2603
|
+
"name": "theme",
|
|
2604
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2605
|
+
"values": [
|
|
2606
|
+
{
|
|
2607
|
+
"name": "ios"
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
"name": "md"
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
"name": "ionic"
|
|
2614
|
+
}
|
|
2615
|
+
]
|
|
2616
|
+
},
|
|
1920
2617
|
{
|
|
1921
2618
|
"name": "vertical",
|
|
1922
2619
|
"description": "Where to align the fab vertically in the viewport.",
|
|
@@ -2002,7 +2699,7 @@
|
|
|
2002
2699
|
},
|
|
2003
2700
|
{
|
|
2004
2701
|
"name": "mode",
|
|
2005
|
-
"description": "The mode determines
|
|
2702
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2006
2703
|
"values": [
|
|
2007
2704
|
{
|
|
2008
2705
|
"name": "ios"
|
|
@@ -2052,9 +2749,24 @@
|
|
|
2052
2749
|
"name": "target",
|
|
2053
2750
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
2054
2751
|
},
|
|
2752
|
+
{
|
|
2753
|
+
"name": "theme",
|
|
2754
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2755
|
+
"values": [
|
|
2756
|
+
{
|
|
2757
|
+
"name": "ios"
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"name": "md"
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"name": "ionic"
|
|
2764
|
+
}
|
|
2765
|
+
]
|
|
2766
|
+
},
|
|
2055
2767
|
{
|
|
2056
2768
|
"name": "translucent",
|
|
2057
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
2769
|
+
"description": "If `true`, the fab button will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
2058
2770
|
},
|
|
2059
2771
|
{
|
|
2060
2772
|
"name": "type",
|
|
@@ -2090,6 +2802,18 @@
|
|
|
2090
2802
|
"name": "activated",
|
|
2091
2803
|
"description": "If `true`, the fab list will show all fab buttons in the list."
|
|
2092
2804
|
},
|
|
2805
|
+
{
|
|
2806
|
+
"name": "mode",
|
|
2807
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2808
|
+
"values": [
|
|
2809
|
+
{
|
|
2810
|
+
"name": "ios"
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"name": "md"
|
|
2814
|
+
}
|
|
2815
|
+
]
|
|
2816
|
+
},
|
|
2093
2817
|
{
|
|
2094
2818
|
"name": "side",
|
|
2095
2819
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -2107,6 +2831,21 @@
|
|
|
2107
2831
|
"name": "top"
|
|
2108
2832
|
}
|
|
2109
2833
|
]
|
|
2834
|
+
},
|
|
2835
|
+
{
|
|
2836
|
+
"name": "theme",
|
|
2837
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2838
|
+
"values": [
|
|
2839
|
+
{
|
|
2840
|
+
"name": "ios"
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"name": "md"
|
|
2844
|
+
},
|
|
2845
|
+
{
|
|
2846
|
+
"name": "ionic"
|
|
2847
|
+
}
|
|
2848
|
+
]
|
|
2110
2849
|
}
|
|
2111
2850
|
],
|
|
2112
2851
|
"references": [
|
|
@@ -2125,7 +2864,7 @@
|
|
|
2125
2864
|
"attributes": [
|
|
2126
2865
|
{
|
|
2127
2866
|
"name": "collapse",
|
|
2128
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
2867
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
|
|
2129
2868
|
"values": [
|
|
2130
2869
|
{
|
|
2131
2870
|
"name": "fade"
|
|
@@ -2134,19 +2873,34 @@
|
|
|
2134
2873
|
},
|
|
2135
2874
|
{
|
|
2136
2875
|
"name": "mode",
|
|
2137
|
-
"description": "The mode determines
|
|
2876
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2877
|
+
"values": [
|
|
2878
|
+
{
|
|
2879
|
+
"name": "ios"
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
"name": "md"
|
|
2883
|
+
}
|
|
2884
|
+
]
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
"name": "theme",
|
|
2888
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2138
2889
|
"values": [
|
|
2139
2890
|
{
|
|
2140
2891
|
"name": "ios"
|
|
2141
2892
|
},
|
|
2142
2893
|
{
|
|
2143
2894
|
"name": "md"
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"name": "ionic"
|
|
2144
2898
|
}
|
|
2145
2899
|
]
|
|
2146
2900
|
},
|
|
2147
2901
|
{
|
|
2148
2902
|
"name": "translucent",
|
|
2149
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
2903
|
+
"description": "If `true`, the footer will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content."
|
|
2150
2904
|
}
|
|
2151
2905
|
],
|
|
2152
2906
|
"references": [
|
|
@@ -2166,6 +2920,33 @@
|
|
|
2166
2920
|
{
|
|
2167
2921
|
"name": "fixed",
|
|
2168
2922
|
"description": "If `true`, the grid will have a fixed width based on the screen size."
|
|
2923
|
+
},
|
|
2924
|
+
{
|
|
2925
|
+
"name": "mode",
|
|
2926
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2927
|
+
"values": [
|
|
2928
|
+
{
|
|
2929
|
+
"name": "ios"
|
|
2930
|
+
},
|
|
2931
|
+
{
|
|
2932
|
+
"name": "md"
|
|
2933
|
+
}
|
|
2934
|
+
]
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"name": "theme",
|
|
2938
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2939
|
+
"values": [
|
|
2940
|
+
{
|
|
2941
|
+
"name": "ios"
|
|
2942
|
+
},
|
|
2943
|
+
{
|
|
2944
|
+
"name": "md"
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
"name": "ionic"
|
|
2948
|
+
}
|
|
2949
|
+
]
|
|
2169
2950
|
}
|
|
2170
2951
|
],
|
|
2171
2952
|
"references": [
|
|
@@ -2184,7 +2965,7 @@
|
|
|
2184
2965
|
"attributes": [
|
|
2185
2966
|
{
|
|
2186
2967
|
"name": "collapse",
|
|
2187
|
-
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies
|
|
2968
|
+
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies when the theme is `\"ios\"`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
|
|
2188
2969
|
"values": [
|
|
2189
2970
|
{
|
|
2190
2971
|
"name": "condense"
|
|
@@ -2194,21 +2975,40 @@
|
|
|
2194
2975
|
}
|
|
2195
2976
|
]
|
|
2196
2977
|
},
|
|
2978
|
+
{
|
|
2979
|
+
"name": "divider",
|
|
2980
|
+
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes"
|
|
2981
|
+
},
|
|
2197
2982
|
{
|
|
2198
2983
|
"name": "mode",
|
|
2199
|
-
"description": "The mode determines
|
|
2984
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2985
|
+
"values": [
|
|
2986
|
+
{
|
|
2987
|
+
"name": "ios"
|
|
2988
|
+
},
|
|
2989
|
+
{
|
|
2990
|
+
"name": "md"
|
|
2991
|
+
}
|
|
2992
|
+
]
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"name": "theme",
|
|
2996
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2200
2997
|
"values": [
|
|
2201
2998
|
{
|
|
2202
2999
|
"name": "ios"
|
|
2203
3000
|
},
|
|
2204
3001
|
{
|
|
2205
3002
|
"name": "md"
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
"name": "ionic"
|
|
2206
3006
|
}
|
|
2207
3007
|
]
|
|
2208
3008
|
},
|
|
2209
3009
|
{
|
|
2210
3010
|
"name": "translucent",
|
|
2211
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
3011
|
+
"description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` or `\"ionic\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content."
|
|
2212
3012
|
}
|
|
2213
3013
|
],
|
|
2214
3014
|
"references": [
|
|
@@ -2229,9 +3029,36 @@
|
|
|
2229
3029
|
"name": "alt",
|
|
2230
3030
|
"description": "This attribute defines the alternative text describing the image.\nUsers will see this text displayed if the image URL is wrong,\nthe image is not in one of the supported formats, or if the image is not yet downloaded."
|
|
2231
3031
|
},
|
|
3032
|
+
{
|
|
3033
|
+
"name": "mode",
|
|
3034
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3035
|
+
"values": [
|
|
3036
|
+
{
|
|
3037
|
+
"name": "ios"
|
|
3038
|
+
},
|
|
3039
|
+
{
|
|
3040
|
+
"name": "md"
|
|
3041
|
+
}
|
|
3042
|
+
]
|
|
3043
|
+
},
|
|
2232
3044
|
{
|
|
2233
3045
|
"name": "src",
|
|
2234
3046
|
"description": "The image URL. This attribute is mandatory for the `<img>` element."
|
|
3047
|
+
},
|
|
3048
|
+
{
|
|
3049
|
+
"name": "theme",
|
|
3050
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3051
|
+
"values": [
|
|
3052
|
+
{
|
|
3053
|
+
"name": "ios"
|
|
3054
|
+
},
|
|
3055
|
+
{
|
|
3056
|
+
"name": "md"
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
"name": "ionic"
|
|
3060
|
+
}
|
|
3061
|
+
]
|
|
2235
3062
|
}
|
|
2236
3063
|
],
|
|
2237
3064
|
"references": [
|
|
@@ -2252,6 +3079,18 @@
|
|
|
2252
3079
|
"name": "disabled",
|
|
2253
3080
|
"description": "If `true`, the infinite scroll will be hidden and scroll event listeners\nwill be removed.\n\nSet this to true to disable the infinite scroll from actively\ntrying to receive new data while scrolling. This is useful\nwhen it is known that there is no more data that can be added, and\nthe infinite scroll is no longer needed."
|
|
2254
3081
|
},
|
|
3082
|
+
{
|
|
3083
|
+
"name": "mode",
|
|
3084
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3085
|
+
"values": [
|
|
3086
|
+
{
|
|
3087
|
+
"name": "ios"
|
|
3088
|
+
},
|
|
3089
|
+
{
|
|
3090
|
+
"name": "md"
|
|
3091
|
+
}
|
|
3092
|
+
]
|
|
3093
|
+
},
|
|
2255
3094
|
{
|
|
2256
3095
|
"name": "position",
|
|
2257
3096
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -2265,11 +3104,30 @@
|
|
|
2265
3104
|
]
|
|
2266
3105
|
},
|
|
2267
3106
|
{
|
|
2268
|
-
"name": "
|
|
2269
|
-
"description": "
|
|
2270
|
-
}
|
|
2271
|
-
|
|
2272
|
-
|
|
3107
|
+
"name": "preserve-rerender-scroll-position",
|
|
3108
|
+
"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."
|
|
3109
|
+
},
|
|
3110
|
+
{
|
|
3111
|
+
"name": "theme",
|
|
3112
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3113
|
+
"values": [
|
|
3114
|
+
{
|
|
3115
|
+
"name": "ios"
|
|
3116
|
+
},
|
|
3117
|
+
{
|
|
3118
|
+
"name": "md"
|
|
3119
|
+
},
|
|
3120
|
+
{
|
|
3121
|
+
"name": "ionic"
|
|
3122
|
+
}
|
|
3123
|
+
]
|
|
3124
|
+
},
|
|
3125
|
+
{
|
|
3126
|
+
"name": "threshold",
|
|
3127
|
+
"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."
|
|
3128
|
+
}
|
|
3129
|
+
],
|
|
3130
|
+
"references": [
|
|
2273
3131
|
{
|
|
2274
3132
|
"name": "Source code",
|
|
2275
3133
|
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/infinite-scroll/infinite-scroll.tsx"
|
|
@@ -2319,6 +3177,33 @@
|
|
|
2319
3177
|
{
|
|
2320
3178
|
"name": "loading-text",
|
|
2321
3179
|
"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."
|
|
3180
|
+
},
|
|
3181
|
+
{
|
|
3182
|
+
"name": "mode",
|
|
3183
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3184
|
+
"values": [
|
|
3185
|
+
{
|
|
3186
|
+
"name": "ios"
|
|
3187
|
+
},
|
|
3188
|
+
{
|
|
3189
|
+
"name": "md"
|
|
3190
|
+
}
|
|
3191
|
+
]
|
|
3192
|
+
},
|
|
3193
|
+
{
|
|
3194
|
+
"name": "theme",
|
|
3195
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3196
|
+
"values": [
|
|
3197
|
+
{
|
|
3198
|
+
"name": "ios"
|
|
3199
|
+
},
|
|
3200
|
+
{
|
|
3201
|
+
"name": "md"
|
|
3202
|
+
},
|
|
3203
|
+
{
|
|
3204
|
+
"name": "ionic"
|
|
3205
|
+
}
|
|
3206
|
+
]
|
|
2322
3207
|
}
|
|
2323
3208
|
],
|
|
2324
3209
|
"references": [
|
|
@@ -2346,80 +3231,74 @@
|
|
|
2346
3231
|
{
|
|
2347
3232
|
"name": "name"
|
|
2348
3233
|
},
|
|
2349
|
-
{
|
|
2350
|
-
"name": "email"
|
|
2351
|
-
},
|
|
2352
|
-
{
|
|
2353
|
-
"name": "tel"
|
|
2354
|
-
},
|
|
2355
3234
|
{
|
|
2356
3235
|
"name": "url"
|
|
2357
3236
|
},
|
|
2358
3237
|
{
|
|
2359
|
-
"name": "
|
|
3238
|
+
"name": "off"
|
|
2360
3239
|
},
|
|
2361
3240
|
{
|
|
2362
|
-
"name": "
|
|
3241
|
+
"name": "on"
|
|
2363
3242
|
},
|
|
2364
3243
|
{
|
|
2365
|
-
"name": "
|
|
3244
|
+
"name": "additional-name"
|
|
2366
3245
|
},
|
|
2367
3246
|
{
|
|
2368
|
-
"name": "
|
|
3247
|
+
"name": "address-level1"
|
|
2369
3248
|
},
|
|
2370
3249
|
{
|
|
2371
|
-
"name": "
|
|
3250
|
+
"name": "address-level2"
|
|
2372
3251
|
},
|
|
2373
3252
|
{
|
|
2374
|
-
"name": "
|
|
3253
|
+
"name": "address-level3"
|
|
2375
3254
|
},
|
|
2376
3255
|
{
|
|
2377
|
-
"name": "
|
|
3256
|
+
"name": "address-level4"
|
|
2378
3257
|
},
|
|
2379
3258
|
{
|
|
2380
|
-
"name": "
|
|
3259
|
+
"name": "address-line1"
|
|
2381
3260
|
},
|
|
2382
3261
|
{
|
|
2383
|
-
"name": "
|
|
3262
|
+
"name": "address-line2"
|
|
2384
3263
|
},
|
|
2385
3264
|
{
|
|
2386
|
-
"name": "
|
|
3265
|
+
"name": "address-line3"
|
|
2387
3266
|
},
|
|
2388
3267
|
{
|
|
2389
|
-
"name": "
|
|
3268
|
+
"name": "bday-day"
|
|
2390
3269
|
},
|
|
2391
3270
|
{
|
|
2392
|
-
"name": "
|
|
3271
|
+
"name": "bday-month"
|
|
2393
3272
|
},
|
|
2394
3273
|
{
|
|
2395
|
-
"name": "
|
|
3274
|
+
"name": "bday-year"
|
|
2396
3275
|
},
|
|
2397
3276
|
{
|
|
2398
|
-
"name": "
|
|
3277
|
+
"name": "cc-csc"
|
|
2399
3278
|
},
|
|
2400
3279
|
{
|
|
2401
|
-
"name": "
|
|
3280
|
+
"name": "cc-exp"
|
|
2402
3281
|
},
|
|
2403
3282
|
{
|
|
2404
|
-
"name": "
|
|
3283
|
+
"name": "cc-exp-month"
|
|
2405
3284
|
},
|
|
2406
3285
|
{
|
|
2407
|
-
"name": "
|
|
3286
|
+
"name": "cc-exp-year"
|
|
2408
3287
|
},
|
|
2409
3288
|
{
|
|
2410
|
-
"name": "
|
|
3289
|
+
"name": "cc-family-name"
|
|
2411
3290
|
},
|
|
2412
3291
|
{
|
|
2413
|
-
"name": "
|
|
3292
|
+
"name": "cc-given-name"
|
|
2414
3293
|
},
|
|
2415
3294
|
{
|
|
2416
|
-
"name": "
|
|
3295
|
+
"name": "cc-name"
|
|
2417
3296
|
},
|
|
2418
3297
|
{
|
|
2419
|
-
"name": "
|
|
3298
|
+
"name": "cc-number"
|
|
2420
3299
|
},
|
|
2421
3300
|
{
|
|
2422
|
-
"name": "
|
|
3301
|
+
"name": "cc-type"
|
|
2423
3302
|
},
|
|
2424
3303
|
{
|
|
2425
3304
|
"name": "country"
|
|
@@ -2428,76 +3307,82 @@
|
|
|
2428
3307
|
"name": "country-name"
|
|
2429
3308
|
},
|
|
2430
3309
|
{
|
|
2431
|
-
"name": "
|
|
3310
|
+
"name": "current-password"
|
|
2432
3311
|
},
|
|
2433
3312
|
{
|
|
2434
|
-
"name": "
|
|
3313
|
+
"name": "family-name"
|
|
2435
3314
|
},
|
|
2436
3315
|
{
|
|
2437
|
-
"name": "
|
|
3316
|
+
"name": "given-name"
|
|
2438
3317
|
},
|
|
2439
3318
|
{
|
|
2440
|
-
"name": "
|
|
3319
|
+
"name": "honorific-prefix"
|
|
2441
3320
|
},
|
|
2442
3321
|
{
|
|
2443
|
-
"name": "
|
|
3322
|
+
"name": "honorific-suffix"
|
|
2444
3323
|
},
|
|
2445
3324
|
{
|
|
2446
|
-
"name": "
|
|
3325
|
+
"name": "new-password"
|
|
2447
3326
|
},
|
|
2448
3327
|
{
|
|
2449
|
-
"name": "
|
|
3328
|
+
"name": "one-time-code"
|
|
2450
3329
|
},
|
|
2451
3330
|
{
|
|
2452
|
-
"name": "
|
|
3331
|
+
"name": "organization"
|
|
2453
3332
|
},
|
|
2454
3333
|
{
|
|
2455
|
-
"name": "
|
|
3334
|
+
"name": "postal-code"
|
|
2456
3335
|
},
|
|
2457
3336
|
{
|
|
2458
|
-
"name": "
|
|
3337
|
+
"name": "street-address"
|
|
2459
3338
|
},
|
|
2460
3339
|
{
|
|
2461
|
-
"name": "
|
|
3340
|
+
"name": "transaction-amount"
|
|
2462
3341
|
},
|
|
2463
3342
|
{
|
|
2464
3343
|
"name": "transaction-currency"
|
|
2465
3344
|
},
|
|
2466
3345
|
{
|
|
2467
|
-
"name": "
|
|
3346
|
+
"name": "username"
|
|
2468
3347
|
},
|
|
2469
3348
|
{
|
|
2470
|
-
"name": "
|
|
3349
|
+
"name": "email"
|
|
2471
3350
|
},
|
|
2472
3351
|
{
|
|
2473
|
-
"name": "
|
|
3352
|
+
"name": "tel"
|
|
2474
3353
|
},
|
|
2475
3354
|
{
|
|
2476
|
-
"name": "
|
|
3355
|
+
"name": "tel-area-code"
|
|
2477
3356
|
},
|
|
2478
3357
|
{
|
|
2479
|
-
"name": "
|
|
3358
|
+
"name": "tel-country-code"
|
|
2480
3359
|
},
|
|
2481
3360
|
{
|
|
2482
|
-
"name": "
|
|
3361
|
+
"name": "tel-extension"
|
|
2483
3362
|
},
|
|
2484
3363
|
{
|
|
2485
|
-
"name": "
|
|
3364
|
+
"name": "tel-local"
|
|
2486
3365
|
},
|
|
2487
3366
|
{
|
|
2488
|
-
"name": "tel-
|
|
3367
|
+
"name": "tel-national"
|
|
2489
3368
|
},
|
|
2490
3369
|
{
|
|
2491
|
-
"name": "
|
|
3370
|
+
"name": "nickname"
|
|
2492
3371
|
},
|
|
2493
3372
|
{
|
|
2494
|
-
"name": "
|
|
3373
|
+
"name": "organization-title"
|
|
2495
3374
|
},
|
|
2496
3375
|
{
|
|
2497
|
-
"name": "
|
|
3376
|
+
"name": "cc-additional-name"
|
|
2498
3377
|
},
|
|
2499
3378
|
{
|
|
2500
|
-
"name": "
|
|
3379
|
+
"name": "language"
|
|
3380
|
+
},
|
|
3381
|
+
{
|
|
3382
|
+
"name": "bday"
|
|
3383
|
+
},
|
|
3384
|
+
{
|
|
3385
|
+
"name": "sex"
|
|
2501
3386
|
},
|
|
2502
3387
|
{
|
|
2503
3388
|
"name": "impp"
|
|
@@ -2617,7 +3502,7 @@
|
|
|
2617
3502
|
},
|
|
2618
3503
|
{
|
|
2619
3504
|
"name": "fill",
|
|
2620
|
-
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available
|
|
3505
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
|
|
2621
3506
|
"values": [
|
|
2622
3507
|
{
|
|
2623
3508
|
"name": "outline"
|
|
@@ -2667,7 +3552,7 @@
|
|
|
2667
3552
|
},
|
|
2668
3553
|
{
|
|
2669
3554
|
"name": "label-placement",
|
|
2670
|
-
"description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"floating\"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").",
|
|
3555
|
+
"description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"floating\"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").\n\nDefaults to \"stacked\" for the ionic theme, or \"start\" for all other themes.\n\nIn the ionic theme, only the values \"stacked\" and \"floating\" are supported.",
|
|
2671
3556
|
"values": [
|
|
2672
3557
|
{
|
|
2673
3558
|
"name": "end"
|
|
@@ -2704,7 +3589,7 @@
|
|
|
2704
3589
|
},
|
|
2705
3590
|
{
|
|
2706
3591
|
"name": "mode",
|
|
2707
|
-
"description": "The mode determines
|
|
3592
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2708
3593
|
"values": [
|
|
2709
3594
|
{
|
|
2710
3595
|
"name": "ios"
|
|
@@ -2740,10 +3625,31 @@
|
|
|
2740
3625
|
},
|
|
2741
3626
|
{
|
|
2742
3627
|
"name": "shape",
|
|
2743
|
-
"description": "
|
|
3628
|
+
"description": "Set to `\"soft\"` for an input with slightly rounded corners, `\"round\"` for an input with fully\nrounded corners, or `\"rectangular\"` for an input without rounded corners.\nDefaults to `\"round\"` for the ionic theme, and `undefined` for all other themes.\nOnly applies when the fill is set to `\"solid\"` or `\"outline\"`.",
|
|
2744
3629
|
"values": [
|
|
3630
|
+
{
|
|
3631
|
+
"name": "rectangular"
|
|
3632
|
+
},
|
|
2745
3633
|
{
|
|
2746
3634
|
"name": "round"
|
|
3635
|
+
},
|
|
3636
|
+
{
|
|
3637
|
+
"name": "soft"
|
|
3638
|
+
}
|
|
3639
|
+
]
|
|
3640
|
+
},
|
|
3641
|
+
{
|
|
3642
|
+
"name": "size",
|
|
3643
|
+
"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.",
|
|
3644
|
+
"values": [
|
|
3645
|
+
{
|
|
3646
|
+
"name": "large"
|
|
3647
|
+
},
|
|
3648
|
+
{
|
|
3649
|
+
"name": "medium"
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"name": "xlarge"
|
|
2747
3653
|
}
|
|
2748
3654
|
]
|
|
2749
3655
|
},
|
|
@@ -2755,6 +3661,21 @@
|
|
|
2755
3661
|
"name": "step",
|
|
2756
3662
|
"description": "Works with the min and max attributes to limit the increments at which a value can be set.\nPossible values are: `\"any\"` or a positive floating point number."
|
|
2757
3663
|
},
|
|
3664
|
+
{
|
|
3665
|
+
"name": "theme",
|
|
3666
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3667
|
+
"values": [
|
|
3668
|
+
{
|
|
3669
|
+
"name": "ios"
|
|
3670
|
+
},
|
|
3671
|
+
{
|
|
3672
|
+
"name": "md"
|
|
3673
|
+
},
|
|
3674
|
+
{
|
|
3675
|
+
"name": "ionic"
|
|
3676
|
+
}
|
|
3677
|
+
]
|
|
3678
|
+
},
|
|
2758
3679
|
{
|
|
2759
3680
|
"name": "type",
|
|
2760
3681
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -3083,7 +4004,7 @@
|
|
|
3083
4004
|
},
|
|
3084
4005
|
{
|
|
3085
4006
|
"name": "detail",
|
|
3086
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
4007
|
+
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `theme`\nis `\"ios\"` and an `href` or `button` property is present."
|
|
3087
4008
|
},
|
|
3088
4009
|
{
|
|
3089
4010
|
"name": "detail-icon",
|
|
@@ -3118,7 +4039,7 @@
|
|
|
3118
4039
|
},
|
|
3119
4040
|
{
|
|
3120
4041
|
"name": "mode",
|
|
3121
|
-
"description": "The mode determines
|
|
4042
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3122
4043
|
"values": [
|
|
3123
4044
|
{
|
|
3124
4045
|
"name": "ios"
|
|
@@ -3155,6 +4076,21 @@
|
|
|
3155
4076
|
"name": "target",
|
|
3156
4077
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
3157
4078
|
},
|
|
4079
|
+
{
|
|
4080
|
+
"name": "theme",
|
|
4081
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4082
|
+
"values": [
|
|
4083
|
+
{
|
|
4084
|
+
"name": "ios"
|
|
4085
|
+
},
|
|
4086
|
+
{
|
|
4087
|
+
"name": "md"
|
|
4088
|
+
},
|
|
4089
|
+
{
|
|
4090
|
+
"name": "ionic"
|
|
4091
|
+
}
|
|
4092
|
+
]
|
|
4093
|
+
},
|
|
3158
4094
|
{
|
|
3159
4095
|
"name": "type",
|
|
3160
4096
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -3220,7 +4156,7 @@
|
|
|
3220
4156
|
},
|
|
3221
4157
|
{
|
|
3222
4158
|
"name": "mode",
|
|
3223
|
-
"description": "The mode determines
|
|
4159
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3224
4160
|
"values": [
|
|
3225
4161
|
{
|
|
3226
4162
|
"name": "ios"
|
|
@@ -3233,6 +4169,21 @@
|
|
|
3233
4169
|
{
|
|
3234
4170
|
"name": "sticky",
|
|
3235
4171
|
"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"
|
|
4172
|
+
},
|
|
4173
|
+
{
|
|
4174
|
+
"name": "theme",
|
|
4175
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4176
|
+
"values": [
|
|
4177
|
+
{
|
|
4178
|
+
"name": "ios"
|
|
4179
|
+
},
|
|
4180
|
+
{
|
|
4181
|
+
"name": "md"
|
|
4182
|
+
},
|
|
4183
|
+
{
|
|
4184
|
+
"name": "ionic"
|
|
4185
|
+
}
|
|
4186
|
+
]
|
|
3236
4187
|
}
|
|
3237
4188
|
],
|
|
3238
4189
|
"references": [
|
|
@@ -3248,7 +4199,35 @@
|
|
|
3248
4199
|
"kind": "markdown",
|
|
3249
4200
|
"value": ""
|
|
3250
4201
|
},
|
|
3251
|
-
"attributes": [
|
|
4202
|
+
"attributes": [
|
|
4203
|
+
{
|
|
4204
|
+
"name": "mode",
|
|
4205
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4206
|
+
"values": [
|
|
4207
|
+
{
|
|
4208
|
+
"name": "ios"
|
|
4209
|
+
},
|
|
4210
|
+
{
|
|
4211
|
+
"name": "md"
|
|
4212
|
+
}
|
|
4213
|
+
]
|
|
4214
|
+
},
|
|
4215
|
+
{
|
|
4216
|
+
"name": "theme",
|
|
4217
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4218
|
+
"values": [
|
|
4219
|
+
{
|
|
4220
|
+
"name": "ios"
|
|
4221
|
+
},
|
|
4222
|
+
{
|
|
4223
|
+
"name": "md"
|
|
4224
|
+
},
|
|
4225
|
+
{
|
|
4226
|
+
"name": "ionic"
|
|
4227
|
+
}
|
|
4228
|
+
]
|
|
4229
|
+
}
|
|
4230
|
+
],
|
|
3252
4231
|
"references": [
|
|
3253
4232
|
{
|
|
3254
4233
|
"name": "Source code",
|
|
@@ -3312,9 +4291,21 @@
|
|
|
3312
4291
|
"name": "href",
|
|
3313
4292
|
"description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered."
|
|
3314
4293
|
},
|
|
4294
|
+
{
|
|
4295
|
+
"name": "hue",
|
|
4296
|
+
"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.",
|
|
4297
|
+
"values": [
|
|
4298
|
+
{
|
|
4299
|
+
"name": "bold"
|
|
4300
|
+
},
|
|
4301
|
+
{
|
|
4302
|
+
"name": "subtle"
|
|
4303
|
+
}
|
|
4304
|
+
]
|
|
4305
|
+
},
|
|
3315
4306
|
{
|
|
3316
4307
|
"name": "mode",
|
|
3317
|
-
"description": "The mode determines
|
|
4308
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3318
4309
|
"values": [
|
|
3319
4310
|
{
|
|
3320
4311
|
"name": "ios"
|
|
@@ -3328,19 +4319,49 @@
|
|
|
3328
4319
|
"name": "rel",
|
|
3329
4320
|
"description": "Specifies the relationship of the target object to the link object.\nThe value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types)."
|
|
3330
4321
|
},
|
|
4322
|
+
{
|
|
4323
|
+
"name": "shape",
|
|
4324
|
+
"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.",
|
|
4325
|
+
"values": [
|
|
4326
|
+
{
|
|
4327
|
+
"name": "rectangular"
|
|
4328
|
+
},
|
|
4329
|
+
{
|
|
4330
|
+
"name": "round"
|
|
4331
|
+
},
|
|
4332
|
+
{
|
|
4333
|
+
"name": "soft"
|
|
4334
|
+
}
|
|
4335
|
+
]
|
|
4336
|
+
},
|
|
3331
4337
|
{
|
|
3332
4338
|
"name": "target",
|
|
3333
4339
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
3334
4340
|
},
|
|
3335
4341
|
{
|
|
3336
|
-
"name": "
|
|
3337
|
-
"description": "The
|
|
4342
|
+
"name": "theme",
|
|
4343
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3338
4344
|
"values": [
|
|
3339
4345
|
{
|
|
3340
|
-
"name": "
|
|
4346
|
+
"name": "ios"
|
|
3341
4347
|
},
|
|
3342
4348
|
{
|
|
3343
|
-
"name": "
|
|
4349
|
+
"name": "md"
|
|
4350
|
+
},
|
|
4351
|
+
{
|
|
4352
|
+
"name": "ionic"
|
|
4353
|
+
}
|
|
4354
|
+
]
|
|
4355
|
+
},
|
|
4356
|
+
{
|
|
4357
|
+
"name": "type",
|
|
4358
|
+
"description": "The type of the button.",
|
|
4359
|
+
"values": [
|
|
4360
|
+
{
|
|
4361
|
+
"name": "button"
|
|
4362
|
+
},
|
|
4363
|
+
{
|
|
4364
|
+
"name": "reset"
|
|
3344
4365
|
},
|
|
3345
4366
|
{
|
|
3346
4367
|
"name": "submit"
|
|
@@ -3362,6 +4383,18 @@
|
|
|
3362
4383
|
"value": ""
|
|
3363
4384
|
},
|
|
3364
4385
|
"attributes": [
|
|
4386
|
+
{
|
|
4387
|
+
"name": "mode",
|
|
4388
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4389
|
+
"values": [
|
|
4390
|
+
{
|
|
4391
|
+
"name": "ios"
|
|
4392
|
+
},
|
|
4393
|
+
{
|
|
4394
|
+
"name": "md"
|
|
4395
|
+
}
|
|
4396
|
+
]
|
|
4397
|
+
},
|
|
3365
4398
|
{
|
|
3366
4399
|
"name": "side",
|
|
3367
4400
|
"description": "The side the option button should be on. Possible values: `\"start\"` and `\"end\"`. If you have multiple `ion-item-options`, a side must be provided for each.",
|
|
@@ -3373,6 +4406,21 @@
|
|
|
3373
4406
|
"name": "start"
|
|
3374
4407
|
}
|
|
3375
4408
|
]
|
|
4409
|
+
},
|
|
4410
|
+
{
|
|
4411
|
+
"name": "theme",
|
|
4412
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4413
|
+
"values": [
|
|
4414
|
+
{
|
|
4415
|
+
"name": "ios"
|
|
4416
|
+
},
|
|
4417
|
+
{
|
|
4418
|
+
"name": "md"
|
|
4419
|
+
},
|
|
4420
|
+
{
|
|
4421
|
+
"name": "ionic"
|
|
4422
|
+
}
|
|
4423
|
+
]
|
|
3376
4424
|
}
|
|
3377
4425
|
],
|
|
3378
4426
|
"references": [
|
|
@@ -3392,6 +4440,33 @@
|
|
|
3392
4440
|
{
|
|
3393
4441
|
"name": "disabled",
|
|
3394
4442
|
"description": "If `true`, the user cannot interact with the sliding item."
|
|
4443
|
+
},
|
|
4444
|
+
{
|
|
4445
|
+
"name": "mode",
|
|
4446
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4447
|
+
"values": [
|
|
4448
|
+
{
|
|
4449
|
+
"name": "ios"
|
|
4450
|
+
},
|
|
4451
|
+
{
|
|
4452
|
+
"name": "md"
|
|
4453
|
+
}
|
|
4454
|
+
]
|
|
4455
|
+
},
|
|
4456
|
+
{
|
|
4457
|
+
"name": "theme",
|
|
4458
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4459
|
+
"values": [
|
|
4460
|
+
{
|
|
4461
|
+
"name": "ios"
|
|
4462
|
+
},
|
|
4463
|
+
{
|
|
4464
|
+
"name": "md"
|
|
4465
|
+
},
|
|
4466
|
+
{
|
|
4467
|
+
"name": "ionic"
|
|
4468
|
+
}
|
|
4469
|
+
]
|
|
3395
4470
|
}
|
|
3396
4471
|
],
|
|
3397
4472
|
"references": [
|
|
@@ -3443,7 +4518,7 @@
|
|
|
3443
4518
|
},
|
|
3444
4519
|
{
|
|
3445
4520
|
"name": "mode",
|
|
3446
|
-
"description": "The mode determines
|
|
4521
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3447
4522
|
"values": [
|
|
3448
4523
|
{
|
|
3449
4524
|
"name": "ios"
|
|
@@ -3467,6 +4542,21 @@
|
|
|
3467
4542
|
"name": "stacked"
|
|
3468
4543
|
}
|
|
3469
4544
|
]
|
|
4545
|
+
},
|
|
4546
|
+
{
|
|
4547
|
+
"name": "theme",
|
|
4548
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4549
|
+
"values": [
|
|
4550
|
+
{
|
|
4551
|
+
"name": "ios"
|
|
4552
|
+
},
|
|
4553
|
+
{
|
|
4554
|
+
"name": "md"
|
|
4555
|
+
},
|
|
4556
|
+
{
|
|
4557
|
+
"name": "ionic"
|
|
4558
|
+
}
|
|
4559
|
+
]
|
|
3470
4560
|
}
|
|
3471
4561
|
],
|
|
3472
4562
|
"references": [
|
|
@@ -3504,13 +4594,43 @@
|
|
|
3504
4594
|
},
|
|
3505
4595
|
{
|
|
3506
4596
|
"name": "mode",
|
|
3507
|
-
"description": "The mode determines
|
|
4597
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4598
|
+
"values": [
|
|
4599
|
+
{
|
|
4600
|
+
"name": "ios"
|
|
4601
|
+
},
|
|
4602
|
+
{
|
|
4603
|
+
"name": "md"
|
|
4604
|
+
}
|
|
4605
|
+
]
|
|
4606
|
+
},
|
|
4607
|
+
{
|
|
4608
|
+
"name": "shape",
|
|
4609
|
+
"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.",
|
|
4610
|
+
"values": [
|
|
4611
|
+
{
|
|
4612
|
+
"name": "rectangular"
|
|
4613
|
+
},
|
|
4614
|
+
{
|
|
4615
|
+
"name": "round"
|
|
4616
|
+
},
|
|
4617
|
+
{
|
|
4618
|
+
"name": "soft"
|
|
4619
|
+
}
|
|
4620
|
+
]
|
|
4621
|
+
},
|
|
4622
|
+
{
|
|
4623
|
+
"name": "theme",
|
|
4624
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3508
4625
|
"values": [
|
|
3509
4626
|
{
|
|
3510
4627
|
"name": "ios"
|
|
3511
4628
|
},
|
|
3512
4629
|
{
|
|
3513
4630
|
"name": "md"
|
|
4631
|
+
},
|
|
4632
|
+
{
|
|
4633
|
+
"name": "ionic"
|
|
3514
4634
|
}
|
|
3515
4635
|
]
|
|
3516
4636
|
}
|
|
@@ -3579,13 +4699,28 @@
|
|
|
3579
4699
|
},
|
|
3580
4700
|
{
|
|
3581
4701
|
"name": "mode",
|
|
3582
|
-
"description": "The mode determines
|
|
4702
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4703
|
+
"values": [
|
|
4704
|
+
{
|
|
4705
|
+
"name": "ios"
|
|
4706
|
+
},
|
|
4707
|
+
{
|
|
4708
|
+
"name": "md"
|
|
4709
|
+
}
|
|
4710
|
+
]
|
|
4711
|
+
},
|
|
4712
|
+
{
|
|
4713
|
+
"name": "theme",
|
|
4714
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3583
4715
|
"values": [
|
|
3584
4716
|
{
|
|
3585
4717
|
"name": "ios"
|
|
3586
4718
|
},
|
|
3587
4719
|
{
|
|
3588
4720
|
"name": "md"
|
|
4721
|
+
},
|
|
4722
|
+
{
|
|
4723
|
+
"name": "ionic"
|
|
3589
4724
|
}
|
|
3590
4725
|
]
|
|
3591
4726
|
}
|
|
@@ -3646,7 +4781,7 @@
|
|
|
3646
4781
|
},
|
|
3647
4782
|
{
|
|
3648
4783
|
"name": "mode",
|
|
3649
|
-
"description": "The mode determines
|
|
4784
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3650
4785
|
"values": [
|
|
3651
4786
|
{
|
|
3652
4787
|
"name": "ios"
|
|
@@ -3693,9 +4828,24 @@
|
|
|
3693
4828
|
}
|
|
3694
4829
|
]
|
|
3695
4830
|
},
|
|
4831
|
+
{
|
|
4832
|
+
"name": "theme",
|
|
4833
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4834
|
+
"values": [
|
|
4835
|
+
{
|
|
4836
|
+
"name": "ios"
|
|
4837
|
+
},
|
|
4838
|
+
{
|
|
4839
|
+
"name": "md"
|
|
4840
|
+
},
|
|
4841
|
+
{
|
|
4842
|
+
"name": "ionic"
|
|
4843
|
+
}
|
|
4844
|
+
]
|
|
4845
|
+
},
|
|
3696
4846
|
{
|
|
3697
4847
|
"name": "translucent",
|
|
3698
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
4848
|
+
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
3699
4849
|
},
|
|
3700
4850
|
{
|
|
3701
4851
|
"name": "trigger",
|
|
@@ -3732,6 +4882,18 @@
|
|
|
3732
4882
|
"name": "menu-id",
|
|
3733
4883
|
"description": "An id for the menu."
|
|
3734
4884
|
},
|
|
4885
|
+
{
|
|
4886
|
+
"name": "mode",
|
|
4887
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4888
|
+
"values": [
|
|
4889
|
+
{
|
|
4890
|
+
"name": "ios"
|
|
4891
|
+
},
|
|
4892
|
+
{
|
|
4893
|
+
"name": "md"
|
|
4894
|
+
}
|
|
4895
|
+
]
|
|
4896
|
+
},
|
|
3735
4897
|
{
|
|
3736
4898
|
"name": "side",
|
|
3737
4899
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -3748,6 +4910,21 @@
|
|
|
3748
4910
|
"name": "swipe-gesture",
|
|
3749
4911
|
"description": "If `true`, swiping the menu is enabled."
|
|
3750
4912
|
},
|
|
4913
|
+
{
|
|
4914
|
+
"name": "theme",
|
|
4915
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4916
|
+
"values": [
|
|
4917
|
+
{
|
|
4918
|
+
"name": "ios"
|
|
4919
|
+
},
|
|
4920
|
+
{
|
|
4921
|
+
"name": "md"
|
|
4922
|
+
},
|
|
4923
|
+
{
|
|
4924
|
+
"name": "ionic"
|
|
4925
|
+
}
|
|
4926
|
+
]
|
|
4927
|
+
},
|
|
3751
4928
|
{
|
|
3752
4929
|
"name": "type",
|
|
3753
4930
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -3825,13 +5002,28 @@
|
|
|
3825
5002
|
},
|
|
3826
5003
|
{
|
|
3827
5004
|
"name": "mode",
|
|
3828
|
-
"description": "The mode determines
|
|
5005
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5006
|
+
"values": [
|
|
5007
|
+
{
|
|
5008
|
+
"name": "ios"
|
|
5009
|
+
},
|
|
5010
|
+
{
|
|
5011
|
+
"name": "md"
|
|
5012
|
+
}
|
|
5013
|
+
]
|
|
5014
|
+
},
|
|
5015
|
+
{
|
|
5016
|
+
"name": "theme",
|
|
5017
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3829
5018
|
"values": [
|
|
3830
5019
|
{
|
|
3831
5020
|
"name": "ios"
|
|
3832
5021
|
},
|
|
3833
5022
|
{
|
|
3834
5023
|
"name": "md"
|
|
5024
|
+
},
|
|
5025
|
+
{
|
|
5026
|
+
"name": "ionic"
|
|
3835
5027
|
}
|
|
3836
5028
|
]
|
|
3837
5029
|
},
|
|
@@ -3872,6 +5064,33 @@
|
|
|
3872
5064
|
{
|
|
3873
5065
|
"name": "menu",
|
|
3874
5066
|
"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."
|
|
5067
|
+
},
|
|
5068
|
+
{
|
|
5069
|
+
"name": "mode",
|
|
5070
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5071
|
+
"values": [
|
|
5072
|
+
{
|
|
5073
|
+
"name": "ios"
|
|
5074
|
+
},
|
|
5075
|
+
{
|
|
5076
|
+
"name": "md"
|
|
5077
|
+
}
|
|
5078
|
+
]
|
|
5079
|
+
},
|
|
5080
|
+
{
|
|
5081
|
+
"name": "theme",
|
|
5082
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5083
|
+
"values": [
|
|
5084
|
+
{
|
|
5085
|
+
"name": "ios"
|
|
5086
|
+
},
|
|
5087
|
+
{
|
|
5088
|
+
"name": "md"
|
|
5089
|
+
},
|
|
5090
|
+
{
|
|
5091
|
+
"name": "ionic"
|
|
5092
|
+
}
|
|
5093
|
+
]
|
|
3875
5094
|
}
|
|
3876
5095
|
],
|
|
3877
5096
|
"references": [
|
|
@@ -3962,7 +5181,7 @@
|
|
|
3962
5181
|
},
|
|
3963
5182
|
{
|
|
3964
5183
|
"name": "mode",
|
|
3965
|
-
"description": "The mode determines
|
|
5184
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3966
5185
|
"values": [
|
|
3967
5186
|
{
|
|
3968
5187
|
"name": "ios"
|
|
@@ -3976,10 +5195,40 @@
|
|
|
3976
5195
|
"name": "presenting-element",
|
|
3977
5196
|
"description": "The element that presented the modal. This is used for card presentation effects\nand for stacking multiple modals on top of each other. Only applies in iOS mode."
|
|
3978
5197
|
},
|
|
5198
|
+
{
|
|
5199
|
+
"name": "shape",
|
|
5200
|
+
"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.",
|
|
5201
|
+
"values": [
|
|
5202
|
+
{
|
|
5203
|
+
"name": "rectangular"
|
|
5204
|
+
},
|
|
5205
|
+
{
|
|
5206
|
+
"name": "round"
|
|
5207
|
+
},
|
|
5208
|
+
{
|
|
5209
|
+
"name": "soft"
|
|
5210
|
+
}
|
|
5211
|
+
]
|
|
5212
|
+
},
|
|
3979
5213
|
{
|
|
3980
5214
|
"name": "show-backdrop",
|
|
3981
5215
|
"description": "If `true`, a backdrop will be displayed behind the modal.\nThis property controls whether or not the backdrop\ndarkens the screen when the modal is presented.\nIt does not control whether or not the backdrop\nis active or present in the DOM."
|
|
3982
5216
|
},
|
|
5217
|
+
{
|
|
5218
|
+
"name": "theme",
|
|
5219
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5220
|
+
"values": [
|
|
5221
|
+
{
|
|
5222
|
+
"name": "ios"
|
|
5223
|
+
},
|
|
5224
|
+
{
|
|
5225
|
+
"name": "md"
|
|
5226
|
+
},
|
|
5227
|
+
{
|
|
5228
|
+
"name": "ionic"
|
|
5229
|
+
}
|
|
5230
|
+
]
|
|
5231
|
+
},
|
|
3983
5232
|
{
|
|
3984
5233
|
"name": "trigger",
|
|
3985
5234
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked."
|
|
@@ -4005,7 +5254,19 @@
|
|
|
4005
5254
|
},
|
|
4006
5255
|
{
|
|
4007
5256
|
"name": "animation",
|
|
4008
|
-
"description": "By default `ion-nav` animates transition between pages based
|
|
5257
|
+
"description": "By default `ion-nav` animates transition between pages based on the mode (\"ios\" or \"md\").\nHowever, this property allows to create custom transition using `AnimationBuilder` functions."
|
|
5258
|
+
},
|
|
5259
|
+
{
|
|
5260
|
+
"name": "mode",
|
|
5261
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5262
|
+
"values": [
|
|
5263
|
+
{
|
|
5264
|
+
"name": "ios"
|
|
5265
|
+
},
|
|
5266
|
+
{
|
|
5267
|
+
"name": "md"
|
|
5268
|
+
}
|
|
5269
|
+
]
|
|
4009
5270
|
},
|
|
4010
5271
|
{
|
|
4011
5272
|
"name": "root",
|
|
@@ -4018,6 +5279,21 @@
|
|
|
4018
5279
|
{
|
|
4019
5280
|
"name": "swipe-gesture",
|
|
4020
5281
|
"description": "If the nav component should allow for swipe-to-go-back."
|
|
5282
|
+
},
|
|
5283
|
+
{
|
|
5284
|
+
"name": "theme",
|
|
5285
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5286
|
+
"values": [
|
|
5287
|
+
{
|
|
5288
|
+
"name": "ios"
|
|
5289
|
+
},
|
|
5290
|
+
{
|
|
5291
|
+
"name": "md"
|
|
5292
|
+
},
|
|
5293
|
+
{
|
|
5294
|
+
"name": "ionic"
|
|
5295
|
+
}
|
|
5296
|
+
]
|
|
4021
5297
|
}
|
|
4022
5298
|
],
|
|
4023
5299
|
"references": [
|
|
@@ -4042,6 +5318,18 @@
|
|
|
4042
5318
|
"name": "component-props",
|
|
4043
5319
|
"description": "Data you want to pass to the component as props. Only used if the `\"routerDirection\"` is `\"forward\"` or `\"root\"`."
|
|
4044
5320
|
},
|
|
5321
|
+
{
|
|
5322
|
+
"name": "mode",
|
|
5323
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5324
|
+
"values": [
|
|
5325
|
+
{
|
|
5326
|
+
"name": "ios"
|
|
5327
|
+
},
|
|
5328
|
+
{
|
|
5329
|
+
"name": "md"
|
|
5330
|
+
}
|
|
5331
|
+
]
|
|
5332
|
+
},
|
|
4045
5333
|
{
|
|
4046
5334
|
"name": "router-animation",
|
|
4047
5335
|
"description": "The transition animation when navigating to another page."
|
|
@@ -4060,16 +5348,31 @@
|
|
|
4060
5348
|
"name": "root"
|
|
4061
5349
|
}
|
|
4062
5350
|
]
|
|
4063
|
-
}
|
|
4064
|
-
],
|
|
4065
|
-
"references": [
|
|
5351
|
+
},
|
|
4066
5352
|
{
|
|
4067
|
-
"name": "
|
|
4068
|
-
"
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
5353
|
+
"name": "theme",
|
|
5354
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5355
|
+
"values": [
|
|
5356
|
+
{
|
|
5357
|
+
"name": "ios"
|
|
5358
|
+
},
|
|
5359
|
+
{
|
|
5360
|
+
"name": "md"
|
|
5361
|
+
},
|
|
5362
|
+
{
|
|
5363
|
+
"name": "ionic"
|
|
5364
|
+
}
|
|
5365
|
+
]
|
|
5366
|
+
}
|
|
5367
|
+
],
|
|
5368
|
+
"references": [
|
|
5369
|
+
{
|
|
5370
|
+
"name": "Source code",
|
|
5371
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/nav-link/nav-link.tsx"
|
|
5372
|
+
}
|
|
5373
|
+
]
|
|
5374
|
+
},
|
|
5375
|
+
{
|
|
4073
5376
|
"name": "ion-note",
|
|
4074
5377
|
"description": {
|
|
4075
5378
|
"kind": "markdown",
|
|
@@ -4111,7 +5414,7 @@
|
|
|
4111
5414
|
},
|
|
4112
5415
|
{
|
|
4113
5416
|
"name": "mode",
|
|
4114
|
-
"description": "The mode determines
|
|
5417
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4115
5418
|
"values": [
|
|
4116
5419
|
{
|
|
4117
5420
|
"name": "ios"
|
|
@@ -4120,6 +5423,21 @@
|
|
|
4120
5423
|
"name": "md"
|
|
4121
5424
|
}
|
|
4122
5425
|
]
|
|
5426
|
+
},
|
|
5427
|
+
{
|
|
5428
|
+
"name": "theme",
|
|
5429
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5430
|
+
"values": [
|
|
5431
|
+
{
|
|
5432
|
+
"name": "ios"
|
|
5433
|
+
},
|
|
5434
|
+
{
|
|
5435
|
+
"name": "md"
|
|
5436
|
+
},
|
|
5437
|
+
{
|
|
5438
|
+
"name": "ionic"
|
|
5439
|
+
}
|
|
5440
|
+
]
|
|
4123
5441
|
}
|
|
4124
5442
|
],
|
|
4125
5443
|
"references": [
|
|
@@ -4138,7 +5456,7 @@
|
|
|
4138
5456
|
"attributes": [
|
|
4139
5457
|
{
|
|
4140
5458
|
"name": "mode",
|
|
4141
|
-
"description": "The mode determines
|
|
5459
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4142
5460
|
"values": [
|
|
4143
5461
|
{
|
|
4144
5462
|
"name": "ios"
|
|
@@ -4147,6 +5465,21 @@
|
|
|
4147
5465
|
"name": "md"
|
|
4148
5466
|
}
|
|
4149
5467
|
]
|
|
5468
|
+
},
|
|
5469
|
+
{
|
|
5470
|
+
"name": "theme",
|
|
5471
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5472
|
+
"values": [
|
|
5473
|
+
{
|
|
5474
|
+
"name": "ios"
|
|
5475
|
+
},
|
|
5476
|
+
{
|
|
5477
|
+
"name": "md"
|
|
5478
|
+
},
|
|
5479
|
+
{
|
|
5480
|
+
"name": "ionic"
|
|
5481
|
+
}
|
|
5482
|
+
]
|
|
4150
5483
|
}
|
|
4151
5484
|
],
|
|
4152
5485
|
"references": [
|
|
@@ -4202,13 +5535,28 @@
|
|
|
4202
5535
|
},
|
|
4203
5536
|
{
|
|
4204
5537
|
"name": "mode",
|
|
4205
|
-
"description": "The mode determines
|
|
5538
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5539
|
+
"values": [
|
|
5540
|
+
{
|
|
5541
|
+
"name": "ios"
|
|
5542
|
+
},
|
|
5543
|
+
{
|
|
5544
|
+
"name": "md"
|
|
5545
|
+
}
|
|
5546
|
+
]
|
|
5547
|
+
},
|
|
5548
|
+
{
|
|
5549
|
+
"name": "theme",
|
|
5550
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4206
5551
|
"values": [
|
|
4207
5552
|
{
|
|
4208
5553
|
"name": "ios"
|
|
4209
5554
|
},
|
|
4210
5555
|
{
|
|
4211
5556
|
"name": "md"
|
|
5557
|
+
},
|
|
5558
|
+
{
|
|
5559
|
+
"name": "ionic"
|
|
4212
5560
|
}
|
|
4213
5561
|
]
|
|
4214
5562
|
},
|
|
@@ -4268,6 +5616,33 @@
|
|
|
4268
5616
|
"name": "disabled",
|
|
4269
5617
|
"description": "If `true`, the user cannot interact with the picker column option."
|
|
4270
5618
|
},
|
|
5619
|
+
{
|
|
5620
|
+
"name": "mode",
|
|
5621
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5622
|
+
"values": [
|
|
5623
|
+
{
|
|
5624
|
+
"name": "ios"
|
|
5625
|
+
},
|
|
5626
|
+
{
|
|
5627
|
+
"name": "md"
|
|
5628
|
+
}
|
|
5629
|
+
]
|
|
5630
|
+
},
|
|
5631
|
+
{
|
|
5632
|
+
"name": "theme",
|
|
5633
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5634
|
+
"values": [
|
|
5635
|
+
{
|
|
5636
|
+
"name": "ios"
|
|
5637
|
+
},
|
|
5638
|
+
{
|
|
5639
|
+
"name": "md"
|
|
5640
|
+
},
|
|
5641
|
+
{
|
|
5642
|
+
"name": "ionic"
|
|
5643
|
+
}
|
|
5644
|
+
]
|
|
5645
|
+
},
|
|
4271
5646
|
{
|
|
4272
5647
|
"name": "value",
|
|
4273
5648
|
"description": "The text value of the option."
|
|
@@ -4333,7 +5708,7 @@
|
|
|
4333
5708
|
},
|
|
4334
5709
|
{
|
|
4335
5710
|
"name": "mode",
|
|
4336
|
-
"description": "The mode determines
|
|
5711
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4337
5712
|
"values": [
|
|
4338
5713
|
{
|
|
4339
5714
|
"name": "ios"
|
|
@@ -4347,6 +5722,21 @@
|
|
|
4347
5722
|
"name": "show-backdrop",
|
|
4348
5723
|
"description": "If `true`, a backdrop will be displayed behind the picker."
|
|
4349
5724
|
},
|
|
5725
|
+
{
|
|
5726
|
+
"name": "theme",
|
|
5727
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5728
|
+
"values": [
|
|
5729
|
+
{
|
|
5730
|
+
"name": "ios"
|
|
5731
|
+
},
|
|
5732
|
+
{
|
|
5733
|
+
"name": "md"
|
|
5734
|
+
},
|
|
5735
|
+
{
|
|
5736
|
+
"name": "ionic"
|
|
5737
|
+
}
|
|
5738
|
+
]
|
|
5739
|
+
},
|
|
4350
5740
|
{
|
|
4351
5741
|
"name": "trigger",
|
|
4352
5742
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked."
|
|
@@ -4368,7 +5758,7 @@
|
|
|
4368
5758
|
"attributes": [
|
|
4369
5759
|
{
|
|
4370
5760
|
"name": "alignment",
|
|
4371
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
5761
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
|
|
4372
5762
|
"values": [
|
|
4373
5763
|
{
|
|
4374
5764
|
"name": "center"
|
|
@@ -4387,7 +5777,7 @@
|
|
|
4387
5777
|
},
|
|
4388
5778
|
{
|
|
4389
5779
|
"name": "arrow",
|
|
4390
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
5780
|
+
"description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme."
|
|
4391
5781
|
},
|
|
4392
5782
|
{
|
|
4393
5783
|
"name": "backdrop-dismiss",
|
|
@@ -4439,7 +5829,7 @@
|
|
|
4439
5829
|
},
|
|
4440
5830
|
{
|
|
4441
5831
|
"name": "mode",
|
|
4442
|
-
"description": "The mode determines
|
|
5832
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4443
5833
|
"values": [
|
|
4444
5834
|
{
|
|
4445
5835
|
"name": "ios"
|
|
@@ -4501,9 +5891,24 @@
|
|
|
4501
5891
|
}
|
|
4502
5892
|
]
|
|
4503
5893
|
},
|
|
5894
|
+
{
|
|
5895
|
+
"name": "theme",
|
|
5896
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5897
|
+
"values": [
|
|
5898
|
+
{
|
|
5899
|
+
"name": "ios"
|
|
5900
|
+
},
|
|
5901
|
+
{
|
|
5902
|
+
"name": "md"
|
|
5903
|
+
},
|
|
5904
|
+
{
|
|
5905
|
+
"name": "ionic"
|
|
5906
|
+
}
|
|
5907
|
+
]
|
|
5908
|
+
},
|
|
4504
5909
|
{
|
|
4505
5910
|
"name": "translucent",
|
|
4506
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
5911
|
+
"description": "If `true`, the popover will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
4507
5912
|
},
|
|
4508
5913
|
{
|
|
4509
5914
|
"name": "trigger",
|
|
@@ -4578,7 +5983,7 @@
|
|
|
4578
5983
|
},
|
|
4579
5984
|
{
|
|
4580
5985
|
"name": "mode",
|
|
4581
|
-
"description": "The mode determines
|
|
5986
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4582
5987
|
"values": [
|
|
4583
5988
|
{
|
|
4584
5989
|
"name": "ios"
|
|
@@ -4592,6 +5997,33 @@
|
|
|
4592
5997
|
"name": "reversed",
|
|
4593
5998
|
"description": "If true, reverse the progress bar direction."
|
|
4594
5999
|
},
|
|
6000
|
+
{
|
|
6001
|
+
"name": "shape",
|
|
6002
|
+
"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.",
|
|
6003
|
+
"values": [
|
|
6004
|
+
{
|
|
6005
|
+
"name": "rectangular"
|
|
6006
|
+
},
|
|
6007
|
+
{
|
|
6008
|
+
"name": "round"
|
|
6009
|
+
}
|
|
6010
|
+
]
|
|
6011
|
+
},
|
|
6012
|
+
{
|
|
6013
|
+
"name": "theme",
|
|
6014
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6015
|
+
"values": [
|
|
6016
|
+
{
|
|
6017
|
+
"name": "ios"
|
|
6018
|
+
},
|
|
6019
|
+
{
|
|
6020
|
+
"name": "md"
|
|
6021
|
+
},
|
|
6022
|
+
{
|
|
6023
|
+
"name": "ionic"
|
|
6024
|
+
}
|
|
6025
|
+
]
|
|
6026
|
+
},
|
|
4595
6027
|
{
|
|
4596
6028
|
"name": "type",
|
|
4597
6029
|
"description": "The state of the progress bar, based on if the time the process takes is known or not.\nDefault options are: `\"determinate\"` (no animation), `\"indeterminate\"` (animate from left to right).",
|
|
@@ -4707,7 +6139,7 @@
|
|
|
4707
6139
|
},
|
|
4708
6140
|
{
|
|
4709
6141
|
"name": "mode",
|
|
4710
|
-
"description": "The mode determines
|
|
6142
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4711
6143
|
"values": [
|
|
4712
6144
|
{
|
|
4713
6145
|
"name": "ios"
|
|
@@ -4721,6 +6153,21 @@
|
|
|
4721
6153
|
"name": "name",
|
|
4722
6154
|
"description": "The name of the control, which is submitted with the form data."
|
|
4723
6155
|
},
|
|
6156
|
+
{
|
|
6157
|
+
"name": "theme",
|
|
6158
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6159
|
+
"values": [
|
|
6160
|
+
{
|
|
6161
|
+
"name": "ios"
|
|
6162
|
+
},
|
|
6163
|
+
{
|
|
6164
|
+
"name": "md"
|
|
6165
|
+
},
|
|
6166
|
+
{
|
|
6167
|
+
"name": "ionic"
|
|
6168
|
+
}
|
|
6169
|
+
]
|
|
6170
|
+
},
|
|
4724
6171
|
{
|
|
4725
6172
|
"name": "value",
|
|
4726
6173
|
"description": "the value of the radio."
|
|
@@ -4756,10 +6203,37 @@
|
|
|
4756
6203
|
"name": "helper-text",
|
|
4757
6204
|
"description": "The helper text to display at the top of the radio group."
|
|
4758
6205
|
},
|
|
6206
|
+
{
|
|
6207
|
+
"name": "mode",
|
|
6208
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6209
|
+
"values": [
|
|
6210
|
+
{
|
|
6211
|
+
"name": "ios"
|
|
6212
|
+
},
|
|
6213
|
+
{
|
|
6214
|
+
"name": "md"
|
|
6215
|
+
}
|
|
6216
|
+
]
|
|
6217
|
+
},
|
|
4759
6218
|
{
|
|
4760
6219
|
"name": "name",
|
|
4761
6220
|
"description": "The name of the control, which is submitted with the form data."
|
|
4762
6221
|
},
|
|
6222
|
+
{
|
|
6223
|
+
"name": "theme",
|
|
6224
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6225
|
+
"values": [
|
|
6226
|
+
{
|
|
6227
|
+
"name": "ios"
|
|
6228
|
+
},
|
|
6229
|
+
{
|
|
6230
|
+
"name": "md"
|
|
6231
|
+
},
|
|
6232
|
+
{
|
|
6233
|
+
"name": "ionic"
|
|
6234
|
+
}
|
|
6235
|
+
]
|
|
6236
|
+
},
|
|
4763
6237
|
{
|
|
4764
6238
|
"name": "value",
|
|
4765
6239
|
"description": "the value of the radio group."
|
|
@@ -4860,7 +6334,7 @@
|
|
|
4860
6334
|
},
|
|
4861
6335
|
{
|
|
4862
6336
|
"name": "mode",
|
|
4863
|
-
"description": "The mode determines
|
|
6337
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4864
6338
|
"values": [
|
|
4865
6339
|
{
|
|
4866
6340
|
"name": "ios"
|
|
@@ -4890,6 +6364,21 @@
|
|
|
4890
6364
|
"name": "step",
|
|
4891
6365
|
"description": "Specifies the value granularity."
|
|
4892
6366
|
},
|
|
6367
|
+
{
|
|
6368
|
+
"name": "theme",
|
|
6369
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6370
|
+
"values": [
|
|
6371
|
+
{
|
|
6372
|
+
"name": "ios"
|
|
6373
|
+
},
|
|
6374
|
+
{
|
|
6375
|
+
"name": "md"
|
|
6376
|
+
},
|
|
6377
|
+
{
|
|
6378
|
+
"name": "ionic"
|
|
6379
|
+
}
|
|
6380
|
+
]
|
|
6381
|
+
},
|
|
4893
6382
|
{
|
|
4894
6383
|
"name": "ticks",
|
|
4895
6384
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`."
|
|
@@ -4923,7 +6412,7 @@
|
|
|
4923
6412
|
},
|
|
4924
6413
|
{
|
|
4925
6414
|
"name": "mode",
|
|
4926
|
-
"description": "The mode determines
|
|
6415
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4927
6416
|
"values": [
|
|
4928
6417
|
{
|
|
4929
6418
|
"name": "ios"
|
|
@@ -4948,6 +6437,21 @@
|
|
|
4948
6437
|
{
|
|
4949
6438
|
"name": "snapback-duration",
|
|
4950
6439
|
"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."
|
|
6440
|
+
},
|
|
6441
|
+
{
|
|
6442
|
+
"name": "theme",
|
|
6443
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6444
|
+
"values": [
|
|
6445
|
+
{
|
|
6446
|
+
"name": "ios"
|
|
6447
|
+
},
|
|
6448
|
+
{
|
|
6449
|
+
"name": "md"
|
|
6450
|
+
},
|
|
6451
|
+
{
|
|
6452
|
+
"name": "ionic"
|
|
6453
|
+
}
|
|
6454
|
+
]
|
|
4951
6455
|
}
|
|
4952
6456
|
],
|
|
4953
6457
|
"references": [
|
|
@@ -4964,6 +6468,18 @@
|
|
|
4964
6468
|
"value": ""
|
|
4965
6469
|
},
|
|
4966
6470
|
"attributes": [
|
|
6471
|
+
{
|
|
6472
|
+
"name": "mode",
|
|
6473
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6474
|
+
"values": [
|
|
6475
|
+
{
|
|
6476
|
+
"name": "ios"
|
|
6477
|
+
},
|
|
6478
|
+
{
|
|
6479
|
+
"name": "md"
|
|
6480
|
+
}
|
|
6481
|
+
]
|
|
6482
|
+
},
|
|
4967
6483
|
{
|
|
4968
6484
|
"name": "pulling-icon",
|
|
4969
6485
|
"description": "A static icon or a spinner to display when you begin to pull down.\nA spinner name can be provided to gradually show tick marks\nwhen pulling down on iOS devices."
|
|
@@ -5008,6 +6524,21 @@
|
|
|
5008
6524
|
{
|
|
5009
6525
|
"name": "refreshing-text",
|
|
5010
6526
|
"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."
|
|
6527
|
+
},
|
|
6528
|
+
{
|
|
6529
|
+
"name": "theme",
|
|
6530
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6531
|
+
"values": [
|
|
6532
|
+
{
|
|
6533
|
+
"name": "ios"
|
|
6534
|
+
},
|
|
6535
|
+
{
|
|
6536
|
+
"name": "md"
|
|
6537
|
+
},
|
|
6538
|
+
{
|
|
6539
|
+
"name": "ionic"
|
|
6540
|
+
}
|
|
6541
|
+
]
|
|
5011
6542
|
}
|
|
5012
6543
|
],
|
|
5013
6544
|
"references": [
|
|
@@ -5023,7 +6554,35 @@
|
|
|
5023
6554
|
"kind": "markdown",
|
|
5024
6555
|
"value": ""
|
|
5025
6556
|
},
|
|
5026
|
-
"attributes": [
|
|
6557
|
+
"attributes": [
|
|
6558
|
+
{
|
|
6559
|
+
"name": "mode",
|
|
6560
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6561
|
+
"values": [
|
|
6562
|
+
{
|
|
6563
|
+
"name": "ios"
|
|
6564
|
+
},
|
|
6565
|
+
{
|
|
6566
|
+
"name": "md"
|
|
6567
|
+
}
|
|
6568
|
+
]
|
|
6569
|
+
},
|
|
6570
|
+
{
|
|
6571
|
+
"name": "theme",
|
|
6572
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6573
|
+
"values": [
|
|
6574
|
+
{
|
|
6575
|
+
"name": "ios"
|
|
6576
|
+
},
|
|
6577
|
+
{
|
|
6578
|
+
"name": "md"
|
|
6579
|
+
},
|
|
6580
|
+
{
|
|
6581
|
+
"name": "ionic"
|
|
6582
|
+
}
|
|
6583
|
+
]
|
|
6584
|
+
}
|
|
6585
|
+
],
|
|
5027
6586
|
"references": [
|
|
5028
6587
|
{
|
|
5029
6588
|
"name": "Source code",
|
|
@@ -5041,6 +6600,33 @@
|
|
|
5041
6600
|
{
|
|
5042
6601
|
"name": "disabled",
|
|
5043
6602
|
"description": "If `true`, the reorder will be hidden."
|
|
6603
|
+
},
|
|
6604
|
+
{
|
|
6605
|
+
"name": "mode",
|
|
6606
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6607
|
+
"values": [
|
|
6608
|
+
{
|
|
6609
|
+
"name": "ios"
|
|
6610
|
+
},
|
|
6611
|
+
{
|
|
6612
|
+
"name": "md"
|
|
6613
|
+
}
|
|
6614
|
+
]
|
|
6615
|
+
},
|
|
6616
|
+
{
|
|
6617
|
+
"name": "theme",
|
|
6618
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6619
|
+
"values": [
|
|
6620
|
+
{
|
|
6621
|
+
"name": "ios"
|
|
6622
|
+
},
|
|
6623
|
+
{
|
|
6624
|
+
"name": "md"
|
|
6625
|
+
},
|
|
6626
|
+
{
|
|
6627
|
+
"name": "ionic"
|
|
6628
|
+
}
|
|
6629
|
+
]
|
|
5044
6630
|
}
|
|
5045
6631
|
],
|
|
5046
6632
|
"references": [
|
|
@@ -5057,6 +6643,33 @@
|
|
|
5057
6643
|
"value": ""
|
|
5058
6644
|
},
|
|
5059
6645
|
"attributes": [
|
|
6646
|
+
{
|
|
6647
|
+
"name": "mode",
|
|
6648
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6649
|
+
"values": [
|
|
6650
|
+
{
|
|
6651
|
+
"name": "ios"
|
|
6652
|
+
},
|
|
6653
|
+
{
|
|
6654
|
+
"name": "md"
|
|
6655
|
+
}
|
|
6656
|
+
]
|
|
6657
|
+
},
|
|
6658
|
+
{
|
|
6659
|
+
"name": "theme",
|
|
6660
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6661
|
+
"values": [
|
|
6662
|
+
{
|
|
6663
|
+
"name": "ios"
|
|
6664
|
+
},
|
|
6665
|
+
{
|
|
6666
|
+
"name": "md"
|
|
6667
|
+
},
|
|
6668
|
+
{
|
|
6669
|
+
"name": "ionic"
|
|
6670
|
+
}
|
|
6671
|
+
]
|
|
6672
|
+
},
|
|
5060
6673
|
{
|
|
5061
6674
|
"name": "type",
|
|
5062
6675
|
"description": "Sets the type of ripple-effect:\n\n- `bounded`: the ripple effect expands from the user's click position\n- `unbounded`: the ripple effect expands from the center of the button and overflows the container.\n\nNOTE: Surfaces for bounded ripples should have the overflow property set to hidden,\nwhile surfaces for unbounded ripples should have it set to visible.",
|
|
@@ -5100,6 +6713,33 @@
|
|
|
5100
6713
|
"name": "component-props",
|
|
5101
6714
|
"description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered."
|
|
5102
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
|
+
},
|
|
6728
|
+
{
|
|
6729
|
+
"name": "theme",
|
|
6730
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6731
|
+
"values": [
|
|
6732
|
+
{
|
|
6733
|
+
"name": "ios"
|
|
6734
|
+
},
|
|
6735
|
+
{
|
|
6736
|
+
"name": "md"
|
|
6737
|
+
},
|
|
6738
|
+
{
|
|
6739
|
+
"name": "ionic"
|
|
6740
|
+
}
|
|
6741
|
+
]
|
|
6742
|
+
},
|
|
5103
6743
|
{
|
|
5104
6744
|
"name": "url",
|
|
5105
6745
|
"description": "Relative path that needs to match in order for this route to apply.\n\nAccepts paths similar to expressjs so that you can define parameters\nin the url /foo/:bar where bar would be available in incoming props."
|
|
@@ -5142,10 +6782,37 @@
|
|
|
5142
6782
|
"value": ""
|
|
5143
6783
|
},
|
|
5144
6784
|
"attributes": [
|
|
6785
|
+
{
|
|
6786
|
+
"name": "mode",
|
|
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
|
+
},
|
|
5145
6797
|
{
|
|
5146
6798
|
"name": "root",
|
|
5147
6799
|
"description": "The root path to use when matching URLs. By default, this is set to \"/\", but you can specify\nan alternate prefix for all URL paths."
|
|
5148
6800
|
},
|
|
6801
|
+
{
|
|
6802
|
+
"name": "theme",
|
|
6803
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6804
|
+
"values": [
|
|
6805
|
+
{
|
|
6806
|
+
"name": "ios"
|
|
6807
|
+
},
|
|
6808
|
+
{
|
|
6809
|
+
"name": "md"
|
|
6810
|
+
},
|
|
6811
|
+
{
|
|
6812
|
+
"name": "ionic"
|
|
6813
|
+
}
|
|
6814
|
+
]
|
|
6815
|
+
},
|
|
5149
6816
|
{
|
|
5150
6817
|
"name": "use-hash",
|
|
5151
6818
|
"description": "The router can work in two \"modes\":\n- With hash: `/index.html#/path/to/page`\n- Without hash: `/path/to/page`\n\nUsing one or another might depend in the requirements of your app and/or where it's deployed.\n\nUsually \"hash-less\" navigation works better for SEO and it's more user friendly too, but it might\nrequires additional server-side configuration in order to properly work.\n\nOn the other side hash-navigation is much easier to deploy, it even works over the file protocol.\n\nBy default, this property is `true`, change to `false` to allow hash-less URLs."
|
|
@@ -5202,6 +6869,18 @@
|
|
|
5202
6869
|
"name": "href",
|
|
5203
6870
|
"description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered."
|
|
5204
6871
|
},
|
|
6872
|
+
{
|
|
6873
|
+
"name": "mode",
|
|
6874
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6875
|
+
"values": [
|
|
6876
|
+
{
|
|
6877
|
+
"name": "ios"
|
|
6878
|
+
},
|
|
6879
|
+
{
|
|
6880
|
+
"name": "md"
|
|
6881
|
+
}
|
|
6882
|
+
]
|
|
6883
|
+
},
|
|
5205
6884
|
{
|
|
5206
6885
|
"name": "rel",
|
|
5207
6886
|
"description": "Specifies the relationship of the target object to the link object.\nThe value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types)."
|
|
@@ -5228,6 +6907,21 @@
|
|
|
5228
6907
|
{
|
|
5229
6908
|
"name": "target",
|
|
5230
6909
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
6910
|
+
},
|
|
6911
|
+
{
|
|
6912
|
+
"name": "theme",
|
|
6913
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6914
|
+
"values": [
|
|
6915
|
+
{
|
|
6916
|
+
"name": "ios"
|
|
6917
|
+
},
|
|
6918
|
+
{
|
|
6919
|
+
"name": "md"
|
|
6920
|
+
},
|
|
6921
|
+
{
|
|
6922
|
+
"name": "ionic"
|
|
6923
|
+
}
|
|
6924
|
+
]
|
|
5231
6925
|
}
|
|
5232
6926
|
],
|
|
5233
6927
|
"references": [
|
|
@@ -5254,7 +6948,7 @@
|
|
|
5254
6948
|
},
|
|
5255
6949
|
{
|
|
5256
6950
|
"name": "mode",
|
|
5257
|
-
"description": "The mode determines
|
|
6951
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5258
6952
|
"values": [
|
|
5259
6953
|
{
|
|
5260
6954
|
"name": "ios"
|
|
@@ -5263,6 +6957,21 @@
|
|
|
5263
6957
|
"name": "md"
|
|
5264
6958
|
}
|
|
5265
6959
|
]
|
|
6960
|
+
},
|
|
6961
|
+
{
|
|
6962
|
+
"name": "theme",
|
|
6963
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6964
|
+
"values": [
|
|
6965
|
+
{
|
|
6966
|
+
"name": "ios"
|
|
6967
|
+
},
|
|
6968
|
+
{
|
|
6969
|
+
"name": "md"
|
|
6970
|
+
},
|
|
6971
|
+
{
|
|
6972
|
+
"name": "ionic"
|
|
6973
|
+
}
|
|
6974
|
+
]
|
|
5266
6975
|
}
|
|
5267
6976
|
],
|
|
5268
6977
|
"references": [
|
|
@@ -5278,7 +6987,35 @@
|
|
|
5278
6987
|
"kind": "markdown",
|
|
5279
6988
|
"value": ""
|
|
5280
6989
|
},
|
|
5281
|
-
"attributes": [
|
|
6990
|
+
"attributes": [
|
|
6991
|
+
{
|
|
6992
|
+
"name": "mode",
|
|
6993
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6994
|
+
"values": [
|
|
6995
|
+
{
|
|
6996
|
+
"name": "ios"
|
|
6997
|
+
},
|
|
6998
|
+
{
|
|
6999
|
+
"name": "md"
|
|
7000
|
+
}
|
|
7001
|
+
]
|
|
7002
|
+
},
|
|
7003
|
+
{
|
|
7004
|
+
"name": "theme",
|
|
7005
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7006
|
+
"values": [
|
|
7007
|
+
{
|
|
7008
|
+
"name": "ios"
|
|
7009
|
+
},
|
|
7010
|
+
{
|
|
7011
|
+
"name": "md"
|
|
7012
|
+
},
|
|
7013
|
+
{
|
|
7014
|
+
"name": "ionic"
|
|
7015
|
+
}
|
|
7016
|
+
]
|
|
7017
|
+
}
|
|
7018
|
+
],
|
|
5282
7019
|
"references": [
|
|
5283
7020
|
{
|
|
5284
7021
|
"name": "Source code",
|
|
@@ -5309,157 +7046,157 @@
|
|
|
5309
7046
|
"name": "name"
|
|
5310
7047
|
},
|
|
5311
7048
|
{
|
|
5312
|
-
"name": "
|
|
7049
|
+
"name": "url"
|
|
5313
7050
|
},
|
|
5314
7051
|
{
|
|
5315
|
-
"name": "
|
|
7052
|
+
"name": "off"
|
|
5316
7053
|
},
|
|
5317
7054
|
{
|
|
5318
|
-
"name": "
|
|
7055
|
+
"name": "on"
|
|
5319
7056
|
},
|
|
5320
7057
|
{
|
|
5321
|
-
"name": "
|
|
7058
|
+
"name": "additional-name"
|
|
5322
7059
|
},
|
|
5323
7060
|
{
|
|
5324
|
-
"name": "
|
|
7061
|
+
"name": "address-level1"
|
|
5325
7062
|
},
|
|
5326
7063
|
{
|
|
5327
|
-
"name": "
|
|
7064
|
+
"name": "address-level2"
|
|
5328
7065
|
},
|
|
5329
7066
|
{
|
|
5330
|
-
"name": "
|
|
7067
|
+
"name": "address-level3"
|
|
5331
7068
|
},
|
|
5332
7069
|
{
|
|
5333
|
-
"name": "
|
|
7070
|
+
"name": "address-level4"
|
|
5334
7071
|
},
|
|
5335
7072
|
{
|
|
5336
|
-
"name": "
|
|
7073
|
+
"name": "address-line1"
|
|
5337
7074
|
},
|
|
5338
7075
|
{
|
|
5339
|
-
"name": "
|
|
7076
|
+
"name": "address-line2"
|
|
5340
7077
|
},
|
|
5341
7078
|
{
|
|
5342
|
-
"name": "
|
|
7079
|
+
"name": "address-line3"
|
|
5343
7080
|
},
|
|
5344
7081
|
{
|
|
5345
|
-
"name": "
|
|
7082
|
+
"name": "bday-day"
|
|
5346
7083
|
},
|
|
5347
7084
|
{
|
|
5348
|
-
"name": "
|
|
7085
|
+
"name": "bday-month"
|
|
5349
7086
|
},
|
|
5350
7087
|
{
|
|
5351
|
-
"name": "
|
|
7088
|
+
"name": "bday-year"
|
|
5352
7089
|
},
|
|
5353
7090
|
{
|
|
5354
|
-
"name": "
|
|
7091
|
+
"name": "cc-csc"
|
|
5355
7092
|
},
|
|
5356
7093
|
{
|
|
5357
|
-
"name": "
|
|
7094
|
+
"name": "cc-exp"
|
|
5358
7095
|
},
|
|
5359
7096
|
{
|
|
5360
|
-
"name": "
|
|
7097
|
+
"name": "cc-exp-month"
|
|
5361
7098
|
},
|
|
5362
7099
|
{
|
|
5363
|
-
"name": "
|
|
7100
|
+
"name": "cc-exp-year"
|
|
5364
7101
|
},
|
|
5365
7102
|
{
|
|
5366
|
-
"name": "
|
|
7103
|
+
"name": "cc-family-name"
|
|
5367
7104
|
},
|
|
5368
7105
|
{
|
|
5369
|
-
"name": "
|
|
7106
|
+
"name": "cc-given-name"
|
|
5370
7107
|
},
|
|
5371
7108
|
{
|
|
5372
|
-
"name": "
|
|
7109
|
+
"name": "cc-name"
|
|
5373
7110
|
},
|
|
5374
7111
|
{
|
|
5375
|
-
"name": "
|
|
7112
|
+
"name": "cc-number"
|
|
5376
7113
|
},
|
|
5377
7114
|
{
|
|
5378
|
-
"name": "
|
|
7115
|
+
"name": "cc-type"
|
|
5379
7116
|
},
|
|
5380
7117
|
{
|
|
5381
|
-
"name": "
|
|
7118
|
+
"name": "country"
|
|
5382
7119
|
},
|
|
5383
7120
|
{
|
|
5384
|
-
"name": "
|
|
7121
|
+
"name": "country-name"
|
|
5385
7122
|
},
|
|
5386
7123
|
{
|
|
5387
|
-
"name": "
|
|
7124
|
+
"name": "current-password"
|
|
5388
7125
|
},
|
|
5389
7126
|
{
|
|
5390
|
-
"name": "
|
|
7127
|
+
"name": "family-name"
|
|
5391
7128
|
},
|
|
5392
7129
|
{
|
|
5393
|
-
"name": "
|
|
7130
|
+
"name": "given-name"
|
|
5394
7131
|
},
|
|
5395
7132
|
{
|
|
5396
|
-
"name": "
|
|
7133
|
+
"name": "honorific-prefix"
|
|
5397
7134
|
},
|
|
5398
7135
|
{
|
|
5399
|
-
"name": "
|
|
7136
|
+
"name": "honorific-suffix"
|
|
5400
7137
|
},
|
|
5401
7138
|
{
|
|
5402
|
-
"name": "
|
|
7139
|
+
"name": "new-password"
|
|
5403
7140
|
},
|
|
5404
7141
|
{
|
|
5405
|
-
"name": "
|
|
7142
|
+
"name": "one-time-code"
|
|
5406
7143
|
},
|
|
5407
7144
|
{
|
|
5408
|
-
"name": "
|
|
7145
|
+
"name": "organization"
|
|
5409
7146
|
},
|
|
5410
7147
|
{
|
|
5411
|
-
"name": "
|
|
7148
|
+
"name": "postal-code"
|
|
5412
7149
|
},
|
|
5413
7150
|
{
|
|
5414
|
-
"name": "
|
|
7151
|
+
"name": "street-address"
|
|
5415
7152
|
},
|
|
5416
7153
|
{
|
|
5417
|
-
"name": "
|
|
7154
|
+
"name": "transaction-amount"
|
|
5418
7155
|
},
|
|
5419
7156
|
{
|
|
5420
|
-
"name": "
|
|
7157
|
+
"name": "transaction-currency"
|
|
5421
7158
|
},
|
|
5422
7159
|
{
|
|
5423
|
-
"name": "
|
|
7160
|
+
"name": "username"
|
|
5424
7161
|
},
|
|
5425
7162
|
{
|
|
5426
|
-
"name": "
|
|
7163
|
+
"name": "email"
|
|
5427
7164
|
},
|
|
5428
7165
|
{
|
|
5429
|
-
"name": "
|
|
7166
|
+
"name": "tel"
|
|
5430
7167
|
},
|
|
5431
7168
|
{
|
|
5432
|
-
"name": "
|
|
7169
|
+
"name": "tel-area-code"
|
|
5433
7170
|
},
|
|
5434
7171
|
{
|
|
5435
|
-
"name": "
|
|
7172
|
+
"name": "tel-country-code"
|
|
5436
7173
|
},
|
|
5437
7174
|
{
|
|
5438
|
-
"name": "
|
|
7175
|
+
"name": "tel-extension"
|
|
5439
7176
|
},
|
|
5440
7177
|
{
|
|
5441
|
-
"name": "
|
|
7178
|
+
"name": "tel-local"
|
|
5442
7179
|
},
|
|
5443
7180
|
{
|
|
5444
|
-
"name": "
|
|
7181
|
+
"name": "tel-national"
|
|
5445
7182
|
},
|
|
5446
7183
|
{
|
|
5447
|
-
"name": "
|
|
7184
|
+
"name": "nickname"
|
|
5448
7185
|
},
|
|
5449
7186
|
{
|
|
5450
|
-
"name": "
|
|
7187
|
+
"name": "organization-title"
|
|
5451
7188
|
},
|
|
5452
7189
|
{
|
|
5453
|
-
"name": "
|
|
7190
|
+
"name": "cc-additional-name"
|
|
5454
7191
|
},
|
|
5455
7192
|
{
|
|
5456
|
-
"name": "
|
|
7193
|
+
"name": "language"
|
|
5457
7194
|
},
|
|
5458
7195
|
{
|
|
5459
|
-
"name": "
|
|
7196
|
+
"name": "bday"
|
|
5460
7197
|
},
|
|
5461
7198
|
{
|
|
5462
|
-
"name": "
|
|
7199
|
+
"name": "sex"
|
|
5463
7200
|
},
|
|
5464
7201
|
{
|
|
5465
7202
|
"name": "impp"
|
|
@@ -5483,15 +7220,15 @@
|
|
|
5483
7220
|
},
|
|
5484
7221
|
{
|
|
5485
7222
|
"name": "cancel-button-icon",
|
|
5486
|
-
"description": "Set the cancel button icon. Only
|
|
7223
|
+
"description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`."
|
|
5487
7224
|
},
|
|
5488
7225
|
{
|
|
5489
7226
|
"name": "cancel-button-text",
|
|
5490
|
-
"description": "Set the cancel button text. Only
|
|
7227
|
+
"description": "Set the cancel button text. Only available when the theme is `\"ios\"`."
|
|
5491
7228
|
},
|
|
5492
7229
|
{
|
|
5493
7230
|
"name": "clear-icon",
|
|
5494
|
-
"description": "Set the clear icon. Defaults to
|
|
7231
|
+
"description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme."
|
|
5495
7232
|
},
|
|
5496
7233
|
{
|
|
5497
7234
|
"name": "color",
|
|
@@ -5601,7 +7338,7 @@
|
|
|
5601
7338
|
},
|
|
5602
7339
|
{
|
|
5603
7340
|
"name": "mode",
|
|
5604
|
-
"description": "The mode determines
|
|
7341
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5605
7342
|
"values": [
|
|
5606
7343
|
{
|
|
5607
7344
|
"name": "ios"
|
|
@@ -5621,7 +7358,22 @@
|
|
|
5621
7358
|
},
|
|
5622
7359
|
{
|
|
5623
7360
|
"name": "search-icon",
|
|
5624
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
7361
|
+
"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."
|
|
7362
|
+
},
|
|
7363
|
+
{
|
|
7364
|
+
"name": "shape",
|
|
7365
|
+
"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.",
|
|
7366
|
+
"values": [
|
|
7367
|
+
{
|
|
7368
|
+
"name": "rectangular"
|
|
7369
|
+
},
|
|
7370
|
+
{
|
|
7371
|
+
"name": "round"
|
|
7372
|
+
},
|
|
7373
|
+
{
|
|
7374
|
+
"name": "soft"
|
|
7375
|
+
}
|
|
7376
|
+
]
|
|
5625
7377
|
},
|
|
5626
7378
|
{
|
|
5627
7379
|
"name": "show-cancel-button",
|
|
@@ -5653,10 +7405,40 @@
|
|
|
5653
7405
|
}
|
|
5654
7406
|
]
|
|
5655
7407
|
},
|
|
7408
|
+
{
|
|
7409
|
+
"name": "size",
|
|
7410
|
+
"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.",
|
|
7411
|
+
"values": [
|
|
7412
|
+
{
|
|
7413
|
+
"name": "large"
|
|
7414
|
+
},
|
|
7415
|
+
{
|
|
7416
|
+
"name": "medium"
|
|
7417
|
+
},
|
|
7418
|
+
{
|
|
7419
|
+
"name": "small"
|
|
7420
|
+
}
|
|
7421
|
+
]
|
|
7422
|
+
},
|
|
5656
7423
|
{
|
|
5657
7424
|
"name": "spellcheck",
|
|
5658
7425
|
"description": "If `true`, enable spellcheck on the input."
|
|
5659
7426
|
},
|
|
7427
|
+
{
|
|
7428
|
+
"name": "theme",
|
|
7429
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7430
|
+
"values": [
|
|
7431
|
+
{
|
|
7432
|
+
"name": "ios"
|
|
7433
|
+
},
|
|
7434
|
+
{
|
|
7435
|
+
"name": "md"
|
|
7436
|
+
},
|
|
7437
|
+
{
|
|
7438
|
+
"name": "ionic"
|
|
7439
|
+
}
|
|
7440
|
+
]
|
|
7441
|
+
},
|
|
5660
7442
|
{
|
|
5661
7443
|
"name": "type",
|
|
5662
7444
|
"description": "Set the type of the input.",
|
|
@@ -5742,7 +7524,7 @@
|
|
|
5742
7524
|
},
|
|
5743
7525
|
{
|
|
5744
7526
|
"name": "mode",
|
|
5745
|
-
"description": "The mode determines
|
|
7527
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5746
7528
|
"values": [
|
|
5747
7529
|
{
|
|
5748
7530
|
"name": "ios"
|
|
@@ -5764,6 +7546,21 @@
|
|
|
5764
7546
|
"name": "swipe-gesture",
|
|
5765
7547
|
"description": "If `true`, users will be able to swipe between segment buttons to activate them."
|
|
5766
7548
|
},
|
|
7549
|
+
{
|
|
7550
|
+
"name": "theme",
|
|
7551
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7552
|
+
"values": [
|
|
7553
|
+
{
|
|
7554
|
+
"name": "ios"
|
|
7555
|
+
},
|
|
7556
|
+
{
|
|
7557
|
+
"name": "md"
|
|
7558
|
+
},
|
|
7559
|
+
{
|
|
7560
|
+
"name": "ionic"
|
|
7561
|
+
}
|
|
7562
|
+
]
|
|
7563
|
+
},
|
|
5767
7564
|
{
|
|
5768
7565
|
"name": "value",
|
|
5769
7566
|
"description": "the value of the segment."
|
|
@@ -5817,13 +7614,28 @@
|
|
|
5817
7614
|
},
|
|
5818
7615
|
{
|
|
5819
7616
|
"name": "mode",
|
|
5820
|
-
"description": "The mode determines
|
|
7617
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7618
|
+
"values": [
|
|
7619
|
+
{
|
|
7620
|
+
"name": "ios"
|
|
7621
|
+
},
|
|
7622
|
+
{
|
|
7623
|
+
"name": "md"
|
|
7624
|
+
}
|
|
7625
|
+
]
|
|
7626
|
+
},
|
|
7627
|
+
{
|
|
7628
|
+
"name": "theme",
|
|
7629
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5821
7630
|
"values": [
|
|
5822
7631
|
{
|
|
5823
7632
|
"name": "ios"
|
|
5824
7633
|
},
|
|
5825
7634
|
{
|
|
5826
7635
|
"name": "md"
|
|
7636
|
+
},
|
|
7637
|
+
{
|
|
7638
|
+
"name": "ionic"
|
|
5827
7639
|
}
|
|
5828
7640
|
]
|
|
5829
7641
|
},
|
|
@@ -5945,11 +7757,11 @@
|
|
|
5945
7757
|
},
|
|
5946
7758
|
{
|
|
5947
7759
|
"name": "expanded-icon",
|
|
5948
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
7760
|
+
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `\"md\"` theme will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed."
|
|
5949
7761
|
},
|
|
5950
7762
|
{
|
|
5951
7763
|
"name": "fill",
|
|
5952
|
-
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in
|
|
7764
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in the `\"md\"` theme.",
|
|
5953
7765
|
"values": [
|
|
5954
7766
|
{
|
|
5955
7767
|
"name": "outline"
|
|
@@ -6027,7 +7839,7 @@
|
|
|
6027
7839
|
},
|
|
6028
7840
|
{
|
|
6029
7841
|
"name": "mode",
|
|
6030
|
-
"description": "The mode determines
|
|
7842
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6031
7843
|
"values": [
|
|
6032
7844
|
{
|
|
6033
7845
|
"name": "ios"
|
|
@@ -6063,16 +7875,52 @@
|
|
|
6063
7875
|
},
|
|
6064
7876
|
{
|
|
6065
7877
|
"name": "shape",
|
|
6066
|
-
"description": "
|
|
7878
|
+
"description": "Set to `\"soft\"` for a select with slightly rounded corners,\n`\"round\"` for a select with fully rounded corners,\nor `\"rectangular\"` for a select without rounded corners.\n\nDefaults to `\"round\"` for the `\"ionic\"` theme, undefined for all other themes.",
|
|
6067
7879
|
"values": [
|
|
7880
|
+
{
|
|
7881
|
+
"name": "rectangular"
|
|
7882
|
+
},
|
|
6068
7883
|
{
|
|
6069
7884
|
"name": "round"
|
|
7885
|
+
},
|
|
7886
|
+
{
|
|
7887
|
+
"name": "soft"
|
|
7888
|
+
}
|
|
7889
|
+
]
|
|
7890
|
+
},
|
|
7891
|
+
{
|
|
7892
|
+
"name": "size",
|
|
7893
|
+
"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.",
|
|
7894
|
+
"values": [
|
|
7895
|
+
{
|
|
7896
|
+
"name": "large"
|
|
7897
|
+
},
|
|
7898
|
+
{
|
|
7899
|
+
"name": "medium"
|
|
7900
|
+
},
|
|
7901
|
+
{
|
|
7902
|
+
"name": "small"
|
|
7903
|
+
}
|
|
7904
|
+
]
|
|
7905
|
+
},
|
|
7906
|
+
{
|
|
7907
|
+
"name": "theme",
|
|
7908
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7909
|
+
"values": [
|
|
7910
|
+
{
|
|
7911
|
+
"name": "ios"
|
|
7912
|
+
},
|
|
7913
|
+
{
|
|
7914
|
+
"name": "md"
|
|
7915
|
+
},
|
|
7916
|
+
{
|
|
7917
|
+
"name": "ionic"
|
|
6070
7918
|
}
|
|
6071
7919
|
]
|
|
6072
7920
|
},
|
|
6073
7921
|
{
|
|
6074
7922
|
"name": "toggle-icon",
|
|
6075
|
-
"description": "The toggle icon to use. Defaults to
|
|
7923
|
+
"description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes."
|
|
6076
7924
|
},
|
|
6077
7925
|
{
|
|
6078
7926
|
"name": "value",
|
|
@@ -6124,6 +7972,33 @@
|
|
|
6124
7972
|
"name": "disabled",
|
|
6125
7973
|
"description": "If `true`, the user cannot interact with the select option. This property does not apply when `interface=\"action-sheet\"` as `ion-action-sheet` does not allow for disabled buttons."
|
|
6126
7974
|
},
|
|
7975
|
+
{
|
|
7976
|
+
"name": "mode",
|
|
7977
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7978
|
+
"values": [
|
|
7979
|
+
{
|
|
7980
|
+
"name": "ios"
|
|
7981
|
+
},
|
|
7982
|
+
{
|
|
7983
|
+
"name": "md"
|
|
7984
|
+
}
|
|
7985
|
+
]
|
|
7986
|
+
},
|
|
7987
|
+
{
|
|
7988
|
+
"name": "theme",
|
|
7989
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7990
|
+
"values": [
|
|
7991
|
+
{
|
|
7992
|
+
"name": "ios"
|
|
7993
|
+
},
|
|
7994
|
+
{
|
|
7995
|
+
"name": "md"
|
|
7996
|
+
},
|
|
7997
|
+
{
|
|
7998
|
+
"name": "ionic"
|
|
7999
|
+
}
|
|
8000
|
+
]
|
|
8001
|
+
},
|
|
6127
8002
|
{
|
|
6128
8003
|
"name": "value",
|
|
6129
8004
|
"description": "The text value of the option."
|
|
@@ -6146,6 +8021,33 @@
|
|
|
6146
8021
|
{
|
|
6147
8022
|
"name": "animated",
|
|
6148
8023
|
"description": "If `true`, the skeleton text will animate."
|
|
8024
|
+
},
|
|
8025
|
+
{
|
|
8026
|
+
"name": "mode",
|
|
8027
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8028
|
+
"values": [
|
|
8029
|
+
{
|
|
8030
|
+
"name": "ios"
|
|
8031
|
+
},
|
|
8032
|
+
{
|
|
8033
|
+
"name": "md"
|
|
8034
|
+
}
|
|
8035
|
+
]
|
|
8036
|
+
},
|
|
8037
|
+
{
|
|
8038
|
+
"name": "theme",
|
|
8039
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8040
|
+
"values": [
|
|
8041
|
+
{
|
|
8042
|
+
"name": "ios"
|
|
8043
|
+
},
|
|
8044
|
+
{
|
|
8045
|
+
"name": "md"
|
|
8046
|
+
},
|
|
8047
|
+
{
|
|
8048
|
+
"name": "ionic"
|
|
8049
|
+
}
|
|
8050
|
+
]
|
|
6149
8051
|
}
|
|
6150
8052
|
],
|
|
6151
8053
|
"references": [
|
|
@@ -6199,6 +8101,18 @@
|
|
|
6199
8101
|
"name": "duration",
|
|
6200
8102
|
"description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner."
|
|
6201
8103
|
},
|
|
8104
|
+
{
|
|
8105
|
+
"name": "mode",
|
|
8106
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8107
|
+
"values": [
|
|
8108
|
+
{
|
|
8109
|
+
"name": "ios"
|
|
8110
|
+
},
|
|
8111
|
+
{
|
|
8112
|
+
"name": "md"
|
|
8113
|
+
}
|
|
8114
|
+
]
|
|
8115
|
+
},
|
|
6202
8116
|
{
|
|
6203
8117
|
"name": "name",
|
|
6204
8118
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -6235,6 +8149,42 @@
|
|
|
6235
8149
|
{
|
|
6236
8150
|
"name": "paused",
|
|
6237
8151
|
"description": "If `true`, the spinner's animation will be paused."
|
|
8152
|
+
},
|
|
8153
|
+
{
|
|
8154
|
+
"name": "size",
|
|
8155
|
+
"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.",
|
|
8156
|
+
"values": [
|
|
8157
|
+
{
|
|
8158
|
+
"name": "large"
|
|
8159
|
+
},
|
|
8160
|
+
{
|
|
8161
|
+
"name": "medium"
|
|
8162
|
+
},
|
|
8163
|
+
{
|
|
8164
|
+
"name": "small"
|
|
8165
|
+
},
|
|
8166
|
+
{
|
|
8167
|
+
"name": "xlarge"
|
|
8168
|
+
},
|
|
8169
|
+
{
|
|
8170
|
+
"name": "xsmall"
|
|
8171
|
+
}
|
|
8172
|
+
]
|
|
8173
|
+
},
|
|
8174
|
+
{
|
|
8175
|
+
"name": "theme",
|
|
8176
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8177
|
+
"values": [
|
|
8178
|
+
{
|
|
8179
|
+
"name": "ios"
|
|
8180
|
+
},
|
|
8181
|
+
{
|
|
8182
|
+
"name": "md"
|
|
8183
|
+
},
|
|
8184
|
+
{
|
|
8185
|
+
"name": "ionic"
|
|
8186
|
+
}
|
|
8187
|
+
]
|
|
6238
8188
|
}
|
|
6239
8189
|
],
|
|
6240
8190
|
"references": [
|
|
@@ -6259,6 +8209,33 @@
|
|
|
6259
8209
|
"name": "disabled",
|
|
6260
8210
|
"description": "If `true`, the split pane will be hidden."
|
|
6261
8211
|
},
|
|
8212
|
+
{
|
|
8213
|
+
"name": "mode",
|
|
8214
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8215
|
+
"values": [
|
|
8216
|
+
{
|
|
8217
|
+
"name": "ios"
|
|
8218
|
+
},
|
|
8219
|
+
{
|
|
8220
|
+
"name": "md"
|
|
8221
|
+
}
|
|
8222
|
+
]
|
|
8223
|
+
},
|
|
8224
|
+
{
|
|
8225
|
+
"name": "theme",
|
|
8226
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8227
|
+
"values": [
|
|
8228
|
+
{
|
|
8229
|
+
"name": "ios"
|
|
8230
|
+
},
|
|
8231
|
+
{
|
|
8232
|
+
"name": "md"
|
|
8233
|
+
},
|
|
8234
|
+
{
|
|
8235
|
+
"name": "ionic"
|
|
8236
|
+
}
|
|
8237
|
+
]
|
|
8238
|
+
},
|
|
6262
8239
|
{
|
|
6263
8240
|
"name": "when",
|
|
6264
8241
|
"description": "When the split-pane should be shown.\nCan be a CSS media query expression, or a shortcut expression.\nCan also be a boolean expression."
|
|
@@ -6282,9 +8259,36 @@
|
|
|
6282
8259
|
"name": "component",
|
|
6283
8260
|
"description": "The component to display inside of the tab."
|
|
6284
8261
|
},
|
|
8262
|
+
{
|
|
8263
|
+
"name": "mode",
|
|
8264
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8265
|
+
"values": [
|
|
8266
|
+
{
|
|
8267
|
+
"name": "ios"
|
|
8268
|
+
},
|
|
8269
|
+
{
|
|
8270
|
+
"name": "md"
|
|
8271
|
+
}
|
|
8272
|
+
]
|
|
8273
|
+
},
|
|
6285
8274
|
{
|
|
6286
8275
|
"name": "tab",
|
|
6287
8276
|
"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."
|
|
8277
|
+
},
|
|
8278
|
+
{
|
|
8279
|
+
"name": "theme",
|
|
8280
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8281
|
+
"values": [
|
|
8282
|
+
{
|
|
8283
|
+
"name": "ios"
|
|
8284
|
+
},
|
|
8285
|
+
{
|
|
8286
|
+
"name": "md"
|
|
8287
|
+
},
|
|
8288
|
+
{
|
|
8289
|
+
"name": "ionic"
|
|
8290
|
+
}
|
|
8291
|
+
]
|
|
6288
8292
|
}
|
|
6289
8293
|
],
|
|
6290
8294
|
"references": [
|
|
@@ -6334,9 +8338,21 @@
|
|
|
6334
8338
|
}
|
|
6335
8339
|
]
|
|
6336
8340
|
},
|
|
8341
|
+
{
|
|
8342
|
+
"name": "expand",
|
|
8343
|
+
"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\"`.",
|
|
8344
|
+
"values": [
|
|
8345
|
+
{
|
|
8346
|
+
"name": "compact"
|
|
8347
|
+
},
|
|
8348
|
+
{
|
|
8349
|
+
"name": "full"
|
|
8350
|
+
}
|
|
8351
|
+
]
|
|
8352
|
+
},
|
|
6337
8353
|
{
|
|
6338
8354
|
"name": "mode",
|
|
6339
|
-
"description": "The mode determines
|
|
8355
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6340
8356
|
"values": [
|
|
6341
8357
|
{
|
|
6342
8358
|
"name": "ios"
|
|
@@ -6350,9 +8366,39 @@
|
|
|
6350
8366
|
"name": "selected-tab",
|
|
6351
8367
|
"description": "The selected tab component"
|
|
6352
8368
|
},
|
|
8369
|
+
{
|
|
8370
|
+
"name": "shape",
|
|
8371
|
+
"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.",
|
|
8372
|
+
"values": [
|
|
8373
|
+
{
|
|
8374
|
+
"name": "rectangular"
|
|
8375
|
+
},
|
|
8376
|
+
{
|
|
8377
|
+
"name": "round"
|
|
8378
|
+
},
|
|
8379
|
+
{
|
|
8380
|
+
"name": "soft"
|
|
8381
|
+
}
|
|
8382
|
+
]
|
|
8383
|
+
},
|
|
8384
|
+
{
|
|
8385
|
+
"name": "theme",
|
|
8386
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8387
|
+
"values": [
|
|
8388
|
+
{
|
|
8389
|
+
"name": "ios"
|
|
8390
|
+
},
|
|
8391
|
+
{
|
|
8392
|
+
"name": "md"
|
|
8393
|
+
},
|
|
8394
|
+
{
|
|
8395
|
+
"name": "ionic"
|
|
8396
|
+
}
|
|
8397
|
+
]
|
|
8398
|
+
},
|
|
6353
8399
|
{
|
|
6354
8400
|
"name": "translucent",
|
|
6355
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
8401
|
+
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
6356
8402
|
}
|
|
6357
8403
|
],
|
|
6358
8404
|
"references": [
|
|
@@ -6407,7 +8453,7 @@
|
|
|
6407
8453
|
},
|
|
6408
8454
|
{
|
|
6409
8455
|
"name": "mode",
|
|
6410
|
-
"description": "The mode determines
|
|
8456
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6411
8457
|
"values": [
|
|
6412
8458
|
{
|
|
6413
8459
|
"name": "ios"
|
|
@@ -6425,6 +8471,21 @@
|
|
|
6425
8471
|
"name": "selected",
|
|
6426
8472
|
"description": "The selected tab component"
|
|
6427
8473
|
},
|
|
8474
|
+
{
|
|
8475
|
+
"name": "shape",
|
|
8476
|
+
"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.",
|
|
8477
|
+
"values": [
|
|
8478
|
+
{
|
|
8479
|
+
"name": "rectangular"
|
|
8480
|
+
},
|
|
8481
|
+
{
|
|
8482
|
+
"name": "round"
|
|
8483
|
+
},
|
|
8484
|
+
{
|
|
8485
|
+
"name": "soft"
|
|
8486
|
+
}
|
|
8487
|
+
]
|
|
8488
|
+
},
|
|
6428
8489
|
{
|
|
6429
8490
|
"name": "tab",
|
|
6430
8491
|
"description": "A tab id must be provided for each `ion-tab`. It's used internally to reference\nthe selected tab or by the router to switch between them."
|
|
@@ -6432,6 +8493,21 @@
|
|
|
6432
8493
|
{
|
|
6433
8494
|
"name": "target",
|
|
6434
8495
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
8496
|
+
},
|
|
8497
|
+
{
|
|
8498
|
+
"name": "theme",
|
|
8499
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8500
|
+
"values": [
|
|
8501
|
+
{
|
|
8502
|
+
"name": "ios"
|
|
8503
|
+
},
|
|
8504
|
+
{
|
|
8505
|
+
"name": "md"
|
|
8506
|
+
},
|
|
8507
|
+
{
|
|
8508
|
+
"name": "ionic"
|
|
8509
|
+
}
|
|
8510
|
+
]
|
|
6435
8511
|
}
|
|
6436
8512
|
],
|
|
6437
8513
|
"references": [
|
|
@@ -6447,7 +8523,35 @@
|
|
|
6447
8523
|
"kind": "markdown",
|
|
6448
8524
|
"value": ""
|
|
6449
8525
|
},
|
|
6450
|
-
"attributes": [
|
|
8526
|
+
"attributes": [
|
|
8527
|
+
{
|
|
8528
|
+
"name": "mode",
|
|
8529
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8530
|
+
"values": [
|
|
8531
|
+
{
|
|
8532
|
+
"name": "ios"
|
|
8533
|
+
},
|
|
8534
|
+
{
|
|
8535
|
+
"name": "md"
|
|
8536
|
+
}
|
|
8537
|
+
]
|
|
8538
|
+
},
|
|
8539
|
+
{
|
|
8540
|
+
"name": "theme",
|
|
8541
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8542
|
+
"values": [
|
|
8543
|
+
{
|
|
8544
|
+
"name": "ios"
|
|
8545
|
+
},
|
|
8546
|
+
{
|
|
8547
|
+
"name": "md"
|
|
8548
|
+
},
|
|
8549
|
+
{
|
|
8550
|
+
"name": "ionic"
|
|
8551
|
+
}
|
|
8552
|
+
]
|
|
8553
|
+
}
|
|
8554
|
+
],
|
|
6451
8555
|
"references": [
|
|
6452
8556
|
{
|
|
6453
8557
|
"name": "Source code",
|
|
@@ -6497,13 +8601,28 @@
|
|
|
6497
8601
|
},
|
|
6498
8602
|
{
|
|
6499
8603
|
"name": "mode",
|
|
6500
|
-
"description": "The mode determines
|
|
8604
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8605
|
+
"values": [
|
|
8606
|
+
{
|
|
8607
|
+
"name": "ios"
|
|
8608
|
+
},
|
|
8609
|
+
{
|
|
8610
|
+
"name": "md"
|
|
8611
|
+
}
|
|
8612
|
+
]
|
|
8613
|
+
},
|
|
8614
|
+
{
|
|
8615
|
+
"name": "theme",
|
|
8616
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6501
8617
|
"values": [
|
|
6502
8618
|
{
|
|
6503
8619
|
"name": "ios"
|
|
6504
8620
|
},
|
|
6505
8621
|
{
|
|
6506
8622
|
"name": "md"
|
|
8623
|
+
},
|
|
8624
|
+
{
|
|
8625
|
+
"name": "ionic"
|
|
6507
8626
|
}
|
|
6508
8627
|
]
|
|
6509
8628
|
}
|
|
@@ -6624,7 +8743,7 @@
|
|
|
6624
8743
|
},
|
|
6625
8744
|
{
|
|
6626
8745
|
"name": "fill",
|
|
6627
|
-
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available
|
|
8746
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
|
|
6628
8747
|
"values": [
|
|
6629
8748
|
{
|
|
6630
8749
|
"name": "outline"
|
|
@@ -6703,7 +8822,7 @@
|
|
|
6703
8822
|
},
|
|
6704
8823
|
{
|
|
6705
8824
|
"name": "mode",
|
|
6706
|
-
"description": "The mode determines
|
|
8825
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6707
8826
|
"values": [
|
|
6708
8827
|
{
|
|
6709
8828
|
"name": "ios"
|
|
@@ -6735,10 +8854,31 @@
|
|
|
6735
8854
|
},
|
|
6736
8855
|
{
|
|
6737
8856
|
"name": "shape",
|
|
6738
|
-
"description": "
|
|
8857
|
+
"description": "Set to `\"soft\"` for a textarea with slightly rounded corners,\n`\"round\"` for a textarea with fully rounded corners, or `\"rectangular\"`\nfor a textarea without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
6739
8858
|
"values": [
|
|
8859
|
+
{
|
|
8860
|
+
"name": "rectangular"
|
|
8861
|
+
},
|
|
6740
8862
|
{
|
|
6741
8863
|
"name": "round"
|
|
8864
|
+
},
|
|
8865
|
+
{
|
|
8866
|
+
"name": "soft"
|
|
8867
|
+
}
|
|
8868
|
+
]
|
|
8869
|
+
},
|
|
8870
|
+
{
|
|
8871
|
+
"name": "size",
|
|
8872
|
+
"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.",
|
|
8873
|
+
"values": [
|
|
8874
|
+
{
|
|
8875
|
+
"name": "large"
|
|
8876
|
+
},
|
|
8877
|
+
{
|
|
8878
|
+
"name": "medium"
|
|
8879
|
+
},
|
|
8880
|
+
{
|
|
8881
|
+
"name": "small"
|
|
6742
8882
|
}
|
|
6743
8883
|
]
|
|
6744
8884
|
},
|
|
@@ -6746,6 +8886,21 @@
|
|
|
6746
8886
|
"name": "spellcheck",
|
|
6747
8887
|
"description": "If `true`, the element will have its spelling and grammar checked."
|
|
6748
8888
|
},
|
|
8889
|
+
{
|
|
8890
|
+
"name": "theme",
|
|
8891
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8892
|
+
"values": [
|
|
8893
|
+
{
|
|
8894
|
+
"name": "ios"
|
|
8895
|
+
},
|
|
8896
|
+
{
|
|
8897
|
+
"name": "md"
|
|
8898
|
+
},
|
|
8899
|
+
{
|
|
8900
|
+
"name": "ionic"
|
|
8901
|
+
}
|
|
8902
|
+
]
|
|
8903
|
+
},
|
|
6749
8904
|
{
|
|
6750
8905
|
"name": "value",
|
|
6751
8906
|
"description": "The value of the textarea."
|
|
@@ -6779,7 +8934,35 @@
|
|
|
6779
8934
|
"kind": "markdown",
|
|
6780
8935
|
"value": ""
|
|
6781
8936
|
},
|
|
6782
|
-
"attributes": [
|
|
8937
|
+
"attributes": [
|
|
8938
|
+
{
|
|
8939
|
+
"name": "mode",
|
|
8940
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8941
|
+
"values": [
|
|
8942
|
+
{
|
|
8943
|
+
"name": "ios"
|
|
8944
|
+
},
|
|
8945
|
+
{
|
|
8946
|
+
"name": "md"
|
|
8947
|
+
}
|
|
8948
|
+
]
|
|
8949
|
+
},
|
|
8950
|
+
{
|
|
8951
|
+
"name": "theme",
|
|
8952
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8953
|
+
"values": [
|
|
8954
|
+
{
|
|
8955
|
+
"name": "ios"
|
|
8956
|
+
},
|
|
8957
|
+
{
|
|
8958
|
+
"name": "md"
|
|
8959
|
+
},
|
|
8960
|
+
{
|
|
8961
|
+
"name": "ionic"
|
|
8962
|
+
}
|
|
8963
|
+
]
|
|
8964
|
+
}
|
|
8965
|
+
],
|
|
6783
8966
|
"references": [
|
|
6784
8967
|
{
|
|
6785
8968
|
"name": "Source code",
|
|
@@ -6827,6 +9010,18 @@
|
|
|
6827
9010
|
}
|
|
6828
9011
|
]
|
|
6829
9012
|
},
|
|
9013
|
+
{
|
|
9014
|
+
"name": "mode",
|
|
9015
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9016
|
+
"values": [
|
|
9017
|
+
{
|
|
9018
|
+
"name": "ios"
|
|
9019
|
+
},
|
|
9020
|
+
{
|
|
9021
|
+
"name": "md"
|
|
9022
|
+
}
|
|
9023
|
+
]
|
|
9024
|
+
},
|
|
6830
9025
|
{
|
|
6831
9026
|
"name": "size",
|
|
6832
9027
|
"description": "The size of the toolbar title.",
|
|
@@ -6838,6 +9033,21 @@
|
|
|
6838
9033
|
"name": "small"
|
|
6839
9034
|
}
|
|
6840
9035
|
]
|
|
9036
|
+
},
|
|
9037
|
+
{
|
|
9038
|
+
"name": "theme",
|
|
9039
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9040
|
+
"values": [
|
|
9041
|
+
{
|
|
9042
|
+
"name": "ios"
|
|
9043
|
+
},
|
|
9044
|
+
{
|
|
9045
|
+
"name": "md"
|
|
9046
|
+
},
|
|
9047
|
+
{
|
|
9048
|
+
"name": "ionic"
|
|
9049
|
+
}
|
|
9050
|
+
]
|
|
6841
9051
|
}
|
|
6842
9052
|
],
|
|
6843
9053
|
"references": [
|
|
@@ -6915,6 +9125,18 @@
|
|
|
6915
9125
|
"name": "html-attributes",
|
|
6916
9126
|
"description": "Additional attributes to pass to the toast."
|
|
6917
9127
|
},
|
|
9128
|
+
{
|
|
9129
|
+
"name": "hue",
|
|
9130
|
+
"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.",
|
|
9131
|
+
"values": [
|
|
9132
|
+
{
|
|
9133
|
+
"name": "bold"
|
|
9134
|
+
},
|
|
9135
|
+
{
|
|
9136
|
+
"name": "subtle"
|
|
9137
|
+
}
|
|
9138
|
+
]
|
|
9139
|
+
},
|
|
6918
9140
|
{
|
|
6919
9141
|
"name": "icon",
|
|
6920
9142
|
"description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons"
|
|
@@ -6949,7 +9171,7 @@
|
|
|
6949
9171
|
},
|
|
6950
9172
|
{
|
|
6951
9173
|
"name": "mode",
|
|
6952
|
-
"description": "The mode determines
|
|
9174
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6953
9175
|
"values": [
|
|
6954
9176
|
{
|
|
6955
9177
|
"name": "ios"
|
|
@@ -6978,6 +9200,21 @@
|
|
|
6978
9200
|
"name": "position-anchor",
|
|
6979
9201
|
"description": "The element to anchor the toast's position to. Can be set as a direct reference\nor the ID of the element. With `position=\"bottom\"`, the toast will sit above the\nchosen element. With `position=\"top\"`, the toast will sit below the chosen element.\nWith `position=\"middle\"`, the value of `positionAnchor` is ignored."
|
|
6980
9202
|
},
|
|
9203
|
+
{
|
|
9204
|
+
"name": "shape",
|
|
9205
|
+
"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.",
|
|
9206
|
+
"values": [
|
|
9207
|
+
{
|
|
9208
|
+
"name": "rectangular"
|
|
9209
|
+
},
|
|
9210
|
+
{
|
|
9211
|
+
"name": "round"
|
|
9212
|
+
},
|
|
9213
|
+
{
|
|
9214
|
+
"name": "soft"
|
|
9215
|
+
}
|
|
9216
|
+
]
|
|
9217
|
+
},
|
|
6981
9218
|
{
|
|
6982
9219
|
"name": "swipe-gesture",
|
|
6983
9220
|
"description": "If set to 'vertical', the Toast can be dismissed with\na swipe gesture. The swipe direction is determined by\nthe value of the `position` property:\n`top`: The Toast can be swiped up to dismiss.\n`bottom`: The Toast can be swiped down to dismiss.\n`middle`: The Toast can be swiped up or down to dismiss.",
|
|
@@ -6987,9 +9224,24 @@
|
|
|
6987
9224
|
}
|
|
6988
9225
|
]
|
|
6989
9226
|
},
|
|
9227
|
+
{
|
|
9228
|
+
"name": "theme",
|
|
9229
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9230
|
+
"values": [
|
|
9231
|
+
{
|
|
9232
|
+
"name": "ios"
|
|
9233
|
+
},
|
|
9234
|
+
{
|
|
9235
|
+
"name": "md"
|
|
9236
|
+
},
|
|
9237
|
+
{
|
|
9238
|
+
"name": "ionic"
|
|
9239
|
+
}
|
|
9240
|
+
]
|
|
9241
|
+
},
|
|
6990
9242
|
{
|
|
6991
9243
|
"name": "translucent",
|
|
6992
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
9244
|
+
"description": "If `true`, the toast will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
6993
9245
|
},
|
|
6994
9246
|
{
|
|
6995
9247
|
"name": "trigger",
|
|
@@ -7110,7 +9362,7 @@
|
|
|
7110
9362
|
},
|
|
7111
9363
|
{
|
|
7112
9364
|
"name": "mode",
|
|
7113
|
-
"description": "The mode determines
|
|
9365
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7114
9366
|
"values": [
|
|
7115
9367
|
{
|
|
7116
9368
|
"name": "ios"
|
|
@@ -7128,6 +9380,21 @@
|
|
|
7128
9380
|
"name": "required",
|
|
7129
9381
|
"description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid."
|
|
7130
9382
|
},
|
|
9383
|
+
{
|
|
9384
|
+
"name": "theme",
|
|
9385
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9386
|
+
"values": [
|
|
9387
|
+
{
|
|
9388
|
+
"name": "ios"
|
|
9389
|
+
},
|
|
9390
|
+
{
|
|
9391
|
+
"name": "md"
|
|
9392
|
+
},
|
|
9393
|
+
{
|
|
9394
|
+
"name": "ionic"
|
|
9395
|
+
}
|
|
9396
|
+
]
|
|
9397
|
+
},
|
|
7131
9398
|
{
|
|
7132
9399
|
"name": "value",
|
|
7133
9400
|
"description": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`."
|
|
@@ -7182,13 +9449,28 @@
|
|
|
7182
9449
|
},
|
|
7183
9450
|
{
|
|
7184
9451
|
"name": "mode",
|
|
7185
|
-
"description": "The mode determines
|
|
9452
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9453
|
+
"values": [
|
|
9454
|
+
{
|
|
9455
|
+
"name": "ios"
|
|
9456
|
+
},
|
|
9457
|
+
{
|
|
9458
|
+
"name": "md"
|
|
9459
|
+
}
|
|
9460
|
+
]
|
|
9461
|
+
},
|
|
9462
|
+
{
|
|
9463
|
+
"name": "theme",
|
|
9464
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7186
9465
|
"values": [
|
|
7187
9466
|
{
|
|
7188
9467
|
"name": "ios"
|
|
7189
9468
|
},
|
|
7190
9469
|
{
|
|
7191
9470
|
"name": "md"
|
|
9471
|
+
},
|
|
9472
|
+
{
|
|
9473
|
+
"name": "ionic"
|
|
7192
9474
|
}
|
|
7193
9475
|
]
|
|
7194
9476
|
}
|