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