voyager-ionic-core 7.2.3 → 7.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/action-sheet.js +14 -19
- package/components/alert.js +25 -20
- package/components/animation.js +60 -1
- package/components/button-active.js +1 -1
- package/components/button.js +20 -2
- package/components/buttons.js +2 -2
- package/components/checkbox.js +18 -7
- package/components/data.js +143 -31
- package/components/framework-delegate.js +21 -2
- package/components/haptic.js +1 -0
- package/components/icon.js +37 -18
- package/components/index.d.ts +6 -0
- package/components/index.js +4 -3
- package/components/index2.js +203 -429
- package/components/index3.js +429 -203
- package/components/index4.js +26 -19
- package/components/index7.js +1 -1
- package/components/input-shims.js +88 -7
- package/components/ion-accordion-group.js +5 -1
- package/components/ion-accordion.js +2 -0
- package/components/ion-back-button.js +2 -2
- package/components/ion-badge.js +2 -2
- package/components/ion-breadcrumb.js +2 -2
- package/components/ion-breadcrumbs.js +5 -1
- package/components/ion-card-content.js +2 -2
- package/components/ion-card-subtitle.js +2 -2
- package/components/ion-card-title.js +2 -2
- package/components/ion-card.js +2 -2
- package/components/ion-chip.js +8 -3
- package/components/ion-content.js +51 -5
- package/components/ion-datetime-button.js +9 -6
- package/components/ion-datetime.js +146 -96
- package/components/ion-fab-list.js +3 -1
- package/components/ion-fab.js +3 -1
- package/components/ion-header.js +1 -1
- package/components/ion-img.js +2 -0
- package/components/ion-infinite-scroll.js +3 -0
- package/components/ion-input.js +8 -3
- package/components/ion-item-divider.js +2 -2
- package/components/ion-item-option.js +2 -2
- package/components/ion-item-options.js +2 -2
- package/components/ion-item-sliding.js +3 -1
- package/components/ion-loading.js +13 -18
- package/components/ion-menu-button.js +2 -2
- package/components/ion-menu.js +73 -35
- package/components/ion-modal.js +46 -42
- package/components/ion-nav.js +6 -2
- package/components/ion-picker.js +11 -16
- package/components/ion-range.js +41 -6
- package/components/ion-refresher.js +5 -3
- package/components/ion-reorder-group.js +3 -1
- package/components/ion-reorder.js +2 -2
- package/components/ion-route-redirect.js +3 -0
- package/components/ion-route.js +4 -0
- package/components/ion-router-outlet.js +10 -14
- package/components/ion-router.js +3 -0
- package/components/ion-searchbar.js +13 -3
- package/components/ion-segment-button.js +2 -0
- package/components/ion-segment.js +42 -25
- package/components/ion-select.js +39 -20
- package/components/ion-split-pane.js +4 -0
- package/components/ion-tab-bar.js +6 -0
- package/components/ion-tab.js +2 -0
- package/components/ion-textarea.js +8 -4
- package/components/ion-title.js +4 -2
- package/components/ion-toast.js +171 -29
- package/components/ion-toggle.js +12 -4
- package/components/ion-toolbar.js +2 -2
- package/components/ios.transition.js +6 -5
- package/components/item.js +48 -10
- package/components/label.js +5 -2
- package/components/list-header.js +2 -2
- package/components/lock-controller.js +38 -0
- package/components/md.transition.js +1 -1
- package/components/notch-controller.js +1 -1
- package/components/note.js +2 -2
- package/components/overlays.js +31 -10
- package/components/picker-column-internal.js +2 -0
- package/components/picker-column.js +3 -1
- package/components/popover.js +20 -30
- package/components/radio-group.js +4 -2
- package/components/radio.js +15 -4
- package/components/swipe-back.js +8 -4
- package/css/core.css +100 -1
- package/css/core.css.map +1 -1
- package/css/display.css +33 -0
- package/css/display.css.map +1 -1
- package/css/float-elements.css +33 -0
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css +84 -6
- package/css/global.bundle.css.map +1 -1
- package/css/ionic-swiper.css +33 -0
- 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/padding.css +33 -0
- package/css/padding.css.map +1 -1
- package/css/structure.css +33 -0
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css +33 -0
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css +33 -0
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css +51 -6
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css +165 -0
- package/css/utils.bundle.css.map +1 -1
- package/dist/cjs/{animation-c68ec4cb.js → animation-c8bdd3c7.js} +62 -3
- package/dist/cjs/{app-globals-3ba8ddad.js → app-globals-fe1ad535.js} +1 -1
- package/dist/cjs/{button-active-7578c6c2.js → button-active-c0ff1915.js} +3 -3
- package/dist/cjs/{capacitor-a77e977e.js → capacitor-2ffba62a.js} +1 -1
- package/dist/cjs/{data-3a7f5c1a.js → data-c8d21093.js} +144 -32
- package/dist/cjs/{form-controller-d42b8c05.js → form-controller-5e223b54.js} +1 -1
- package/dist/cjs/{framework-delegate-d2bbe945.js → framework-delegate-c0873a6f.js} +22 -3
- package/dist/cjs/{haptic-89b33156.js → haptic-678abc9f.js} +2 -1
- package/dist/cjs/{index-b0e73ba0.js → index-09471526.js} +1 -1
- package/dist/cjs/{index-def9efb5.js → index-0ee995e4.js} +1 -1
- package/dist/cjs/{index-dc56ac38.js → index-10873539.js} +2 -2
- package/dist/cjs/{index-b358eb23.js → index-305a23dc.js} +283 -96
- package/dist/cjs/{index-1901dd17.js → index-5e7529f6.js} +30 -23
- package/dist/cjs/{index-404c1016.js → index-9f379eaa.js} +2 -2
- package/dist/cjs/{index-4e642409.js → index-d93fb71d.js} +4 -4
- package/dist/cjs/index.cjs.js +26 -23
- package/dist/cjs/{input-shims-9b42b3fe.js → input-shims-da7dc0de.js} +96 -16
- package/dist/cjs/{input.utils-7e077818.js → input.utils-0fe3097c.js} +3 -3
- package/dist/cjs/ion-accordion_2.cjs.entry.js +5 -5
- package/dist/cjs/ion-action-sheet.cjs.entry.js +26 -34
- package/dist/cjs/ion-alert.cjs.entry.js +35 -35
- package/dist/cjs/ion-app_8.cjs.entry.js +84 -44
- package/dist/cjs/ion-avatar_3.cjs.entry.js +5 -5
- package/dist/cjs/ion-back-button.cjs.entry.js +7 -7
- package/dist/cjs/ion-backdrop.cjs.entry.js +3 -3
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +7 -7
- package/dist/cjs/ion-button_2.cjs.entry.js +54 -25
- package/dist/cjs/ion-card_5.cjs.entry.js +12 -12
- package/dist/cjs/ion-checkbox.cjs.entry.js +20 -13
- package/dist/cjs/ion-chip.cjs.entry.js +10 -5
- package/dist/cjs/ion-col_3.cjs.entry.js +2 -2
- package/dist/cjs/ion-datetime-button.cjs.entry.js +14 -11
- package/dist/cjs/ion-datetime_3.cjs.entry.js +159 -128
- package/dist/cjs/ion-fab_3.cjs.entry.js +7 -7
- package/dist/cjs/ion-img.cjs.entry.js +3 -3
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +6 -6
- package/dist/cjs/ion-input.cjs.entry.js +13 -13
- package/dist/cjs/ion-item-option_3.cjs.entry.js +12 -12
- package/dist/cjs/ion-item_8.cjs.entry.js +49 -22
- package/dist/cjs/ion-loading.cjs.entry.js +21 -29
- package/dist/cjs/ion-menu_3.cjs.entry.js +83 -49
- package/dist/cjs/ion-modal.cjs.entry.js +59 -58
- package/dist/cjs/ion-nav_2.cjs.entry.js +9 -8
- package/dist/cjs/ion-picker-column-internal.cjs.entry.js +7 -7
- package/dist/cjs/ion-picker-internal.cjs.entry.js +2 -2
- package/dist/cjs/ion-popover.cjs.entry.js +26 -40
- package/dist/cjs/ion-progress-bar.cjs.entry.js +4 -4
- package/dist/cjs/ion-radio_2.cjs.entry.js +16 -11
- package/dist/cjs/ion-range.cjs.entry.js +42 -14
- package/dist/cjs/ion-refresher_2.cjs.entry.js +16 -16
- package/dist/cjs/ion-reorder_2.cjs.entry.js +12 -12
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +2 -2
- package/dist/cjs/ion-route_4.cjs.entry.js +7 -4
- package/dist/cjs/ion-searchbar.cjs.entry.js +15 -9
- package/dist/cjs/ion-segment_2.cjs.entry.js +40 -29
- package/dist/cjs/ion-select_3.cjs.entry.js +48 -34
- package/dist/cjs/ion-spinner.cjs.entry.js +4 -4
- package/dist/cjs/ion-split-pane.cjs.entry.js +2 -2
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +12 -8
- package/dist/cjs/ion-tab_2.cjs.entry.js +3 -3
- package/dist/cjs/ion-text.cjs.entry.js +3 -3
- package/dist/cjs/ion-textarea.cjs.entry.js +12 -12
- package/dist/cjs/ion-toast.cjs.entry.js +192 -55
- package/dist/cjs/ion-toggle.cjs.entry.js +20 -15
- package/dist/cjs/{ionic-global-5e671da5.js → ionic-global-fb752503.js} +1 -1
- package/dist/cjs/ionic.cjs.js +5 -8
- package/dist/cjs/{ios.transition-0b0d2e7f.js → ios.transition-a4d545dd.js} +10 -9
- package/dist/cjs/{keyboard-2eabd73b.js → keyboard-38f2bb7b.js} +3 -3
- package/dist/cjs/{keyboard-controller-4aa8c1d6.js → keyboard-controller-50beb83a.js} +2 -2
- package/dist/cjs/{keyboard-f35d0b9d.js → keyboard-fd7db491.js} +1 -1
- package/dist/cjs/loader.cjs.js +5 -14
- package/dist/cjs/lock-controller-4ae2eb59.js +40 -0
- package/dist/cjs/{md.transition-481e9b5f.js → md.transition-80bb961b.js} +5 -5
- package/dist/cjs/{notch-controller-159c65d4.js → notch-controller-f4f6af5d.js} +3 -3
- package/dist/cjs/{overlays-d17b3668.js → overlays-1a734051.js} +37 -16
- package/dist/cjs/{status-tap-6061aa3f.js → status-tap-778e8054.js} +4 -4
- package/dist/cjs/{swipe-back-75dad2d4.js → swipe-back-7e843e77.js} +11 -7
- package/dist/collection/collection-manifest.json +94 -94
- package/dist/collection/components/accordion/accordion.ios.css +66 -0
- package/dist/collection/components/accordion/accordion.js +4 -4
- package/dist/collection/components/accordion/accordion.md.css +33 -0
- package/dist/collection/components/accordion/test/a11y/accordion.e2e.js +1 -1
- package/dist/collection/components/accordion/test/accordion.e2e.js +1 -1
- package/dist/collection/components/accordion/test/basic/accordion.e2e.js +1 -1
- package/dist/collection/components/accordion/test/multiple/accordion.e2e.js +1 -1
- package/dist/collection/components/accordion/test/nested/accordion.e2e.js +1 -1
- package/dist/collection/components/accordion/test/standalone/accordion.e2e.js +2 -2
- package/dist/collection/components/accordion-group/accordion-group.ios.css +66 -0
- package/dist/collection/components/accordion-group/accordion-group.js +12 -7
- package/dist/collection/components/accordion-group/accordion-group.md.css +99 -0
- package/dist/collection/components/action-sheet/action-sheet.ios.css +80 -12
- package/dist/collection/components/action-sheet/action-sheet.js +47 -39
- package/dist/collection/components/action-sheet/action-sheet.md.css +76 -8
- package/dist/collection/components/action-sheet/test/a11y/action-sheet.e2e.js +46 -4
- package/dist/collection/components/action-sheet/test/basic/action-sheet-rendering.e2e.js +1 -1
- package/dist/collection/components/action-sheet/test/basic/action-sheet.e2e.js +2 -2
- package/dist/collection/components/action-sheet/test/basic/fixture.js +1 -1
- package/dist/collection/components/action-sheet/test/is-open/action-sheet.e2e.js +1 -1
- package/dist/collection/components/action-sheet/test/translucent/action-sheet.e2e.js +1 -1
- package/dist/collection/components/action-sheet/test/trigger/action-sheet.e2e.js +1 -1
- package/dist/collection/components/alert/alert.ios.css +141 -29
- package/dist/collection/components/alert/alert.js +60 -42
- package/dist/collection/components/alert/alert.md.css +111 -17
- package/dist/collection/components/alert/test/a11y/alert.e2e.js +133 -2
- package/dist/collection/components/alert/test/basic/alert.e2e.js +1 -1
- package/dist/collection/components/alert/test/is-open/alert.e2e.js +1 -1
- package/dist/collection/components/alert/test/standalone/alert.e2e.js +1 -1
- package/dist/collection/components/alert/test/trigger/alert.e2e.js +1 -1
- package/dist/collection/components/app/app.js +7 -5
- package/dist/collection/components/app/test/safe-area/app.e2e.js +1 -1
- package/dist/collection/components/avatar/avatar.ios.css +66 -0
- package/dist/collection/components/avatar/avatar.js +2 -2
- package/dist/collection/components/avatar/avatar.md.css +66 -0
- package/dist/collection/components/avatar/test/basic/avatar.e2e.js +1 -1
- package/dist/collection/components/back-button/back-button.ios.css +83 -1
- package/dist/collection/components/back-button/back-button.js +8 -6
- package/dist/collection/components/back-button/back-button.md.css +75 -3
- package/dist/collection/components/back-button/test/a11y/back-button.e2e.js +26 -0
- package/dist/collection/components/back-button/test/basic/back-button.e2e.js +1 -1
- package/dist/collection/components/back-button/test/toolbar/back-button.e2e.js +1 -1
- package/dist/collection/components/backdrop/backdrop.ios.css +66 -0
- package/dist/collection/components/backdrop/backdrop.js +2 -2
- package/dist/collection/components/backdrop/backdrop.md.css +66 -0
- package/dist/collection/components/badge/badge.ios.css +75 -1
- package/dist/collection/components/badge/badge.js +4 -3
- package/dist/collection/components/badge/badge.md.css +67 -1
- package/dist/collection/components/badge/test/a11y/badge.e2e.js +22 -0
- package/dist/collection/components/badge/test/basic/badge.e2e.js +1 -1
- package/dist/collection/components/breadcrumb/breadcrumb.ios.css +80 -3
- package/dist/collection/components/breadcrumb/breadcrumb.js +11 -7
- package/dist/collection/components/breadcrumb/breadcrumb.md.css +69 -3
- package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +33 -0
- package/dist/collection/components/breadcrumbs/breadcrumbs.js +6 -4
- package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +33 -0
- package/dist/collection/components/breadcrumbs/test/a11y/breadcrumbs.e2e.js +23 -2
- package/dist/collection/components/breadcrumbs/test/basic/breadcrumbs.e2e.js +1 -1
- package/dist/collection/components/breadcrumbs/test/collapsed/breadcrumbs.e2e.js +1 -1
- package/dist/collection/components/breadcrumbs/test/reactive/breadcrumbs.e2e.js +1 -1
- package/dist/collection/components/button/button.ios.css +118 -19
- package/dist/collection/components/button/button.js +26 -6
- package/dist/collection/components/button/button.md.css +69 -3
- package/dist/collection/components/button/test/a11y/button.e2e.js +61 -0
- package/dist/collection/components/button/test/basic/button.e2e.js +1 -1
- package/dist/collection/components/button/test/clear/button.e2e.js +1 -1
- package/dist/collection/components/button/test/expand/button.e2e.js +1 -1
- package/dist/collection/components/button/test/form-reference/button.e2e.js +1 -1
- package/dist/collection/components/button/test/icon/button.e2e.js +1 -1
- package/dist/collection/components/button/test/outline/button.e2e.js +1 -1
- package/dist/collection/components/button/test/round/button.e2e.js +1 -1
- package/dist/collection/components/button/test/size/button.e2e.js +1 -1
- package/dist/collection/components/button/test/strong/button.e2e.js +1 -1
- package/dist/collection/components/button/test/wrap/button.e2e.js +1 -1
- package/dist/collection/components/buttons/buttons.ios.css +102 -3
- package/dist/collection/components/buttons/buttons.js +2 -2
- package/dist/collection/components/buttons/buttons.md.css +101 -2
- package/dist/collection/components/buttons/test/a11y/buttons.e2e.js +74 -0
- package/dist/collection/components/card/card.ios.css +67 -1
- package/dist/collection/components/card/card.js +8 -5
- package/dist/collection/components/card/card.md.css +67 -1
- package/dist/collection/components/card/test/a11y/card.e2e.js +31 -0
- package/dist/collection/components/card/test/basic/card.e2e.js +1 -1
- package/dist/collection/components/card-content/card-content.ios.css +71 -5
- package/dist/collection/components/card-content/card-content.js +2 -2
- package/dist/collection/components/card-content/card-content.md.css +71 -5
- package/dist/collection/components/card-header/card-header.ios.css +66 -0
- package/dist/collection/components/card-header/card-header.js +4 -3
- package/dist/collection/components/card-header/card-header.md.css +66 -0
- package/dist/collection/components/card-header/test/basic/card-header.e2e.js +1 -1
- package/dist/collection/components/card-subtitle/card-subtitle.ios.css +67 -1
- package/dist/collection/components/card-subtitle/card-subtitle.js +4 -3
- package/dist/collection/components/card-subtitle/card-subtitle.md.css +67 -1
- package/dist/collection/components/card-title/card-title.ios.css +67 -1
- package/dist/collection/components/card-title/card-title.js +4 -3
- package/dist/collection/components/card-title/card-title.md.css +67 -1
- package/dist/collection/components/checkbox/checkbox.ios.css +168 -2
- package/dist/collection/components/checkbox/checkbox.js +41 -13
- package/dist/collection/components/checkbox/checkbox.md.css +166 -0
- package/dist/collection/components/checkbox/test/a11y/checkbox.e2e.js +20 -2
- package/dist/collection/components/checkbox/test/basic/checkbox.e2e.js +18 -1
- package/dist/collection/components/checkbox/test/color/checkbox.e2e.js +3 -3
- package/dist/collection/components/checkbox/test/indeterminate/checkbox.e2e.js +1 -1
- package/dist/collection/components/checkbox/test/item/checkbox.e2e.js +18 -5
- package/dist/collection/components/checkbox/test/label/checkbox.e2e.js +38 -11
- package/dist/collection/components/checkbox/test/legacy/basic/checkbox.e2e.js +19 -2
- package/dist/collection/components/checkbox/test/legacy/indeterminate/checkbox.e2e.js +2 -2
- package/dist/collection/components/checkbox/test/states/checkbox.e2e.js +5 -5
- package/dist/collection/components/chip/chip.ios.css +190 -0
- package/dist/collection/components/chip/chip.js +8 -5
- package/dist/collection/components/chip/{chip.css → chip.md.css} +43 -7
- package/dist/collection/components/chip/test/a11y/chip.e2e.js +58 -0
- package/dist/collection/components/chip/test/basic/chip.e2e.js +1 -1
- package/dist/collection/components/chip/test/states/chip.e2e.js +1 -1
- package/dist/collection/components/col/col.css +66 -0
- package/dist/collection/components/col/col.js +2 -2
- package/dist/collection/components/content/content.css +33 -0
- package/dist/collection/components/content/content.js +76 -24
- package/dist/collection/components/content/test/basic/content.e2e.js +1 -1
- package/dist/collection/components/content/test/fixed/content.e2e.js +1 -1
- package/dist/collection/components/content/test/fullscreen/content.e2e.js +1 -1
- package/dist/collection/components/content/test/standalone/content.e2e.js +1 -1
- package/dist/collection/components/datetime/datetime.ios.css +228 -34
- package/dist/collection/components/datetime/datetime.js +181 -120
- package/dist/collection/components/datetime/datetime.md.css +117 -33
- package/dist/collection/components/datetime/test/a11y/datetime.e2e.js +28 -0
- package/dist/collection/components/datetime/test/basic/datetime.e2e.js +26 -1
- package/dist/collection/components/datetime/test/color/datetime.e2e.js +2 -2
- package/dist/collection/components/datetime/test/custom/datetime.e2e.js +28 -9
- package/dist/collection/components/datetime/test/datetime.e2e.js +1 -1
- package/dist/collection/components/datetime/test/disable-dates/datetime.e2e.js +1 -1
- package/dist/collection/components/datetime/test/display/datetime.e2e.js +1 -1
- package/dist/collection/components/datetime/test/first-day-of-week/datetime.e2e.js +1 -1
- package/dist/collection/components/datetime/test/highlighted-dates/datetime.e2e.js +1 -1
- package/dist/collection/components/datetime/test/hour-cycle/datetime.e2e.js +15 -1
- package/dist/collection/components/datetime/test/locale/datetime.e2e.js +1 -1
- package/dist/collection/components/datetime/test/minmax/datetime.e2e.js +1 -1
- package/dist/collection/components/datetime/test/month-year-picker/datetime.e2e.js +1 -1
- package/dist/collection/components/datetime/test/multiple/datetime.e2e.js +1 -1
- package/dist/collection/components/datetime/test/position/datetime.e2e.js +1 -1
- package/dist/collection/components/datetime/test/prefer-wheel/datetime.e2e.js +16 -1
- package/dist/collection/components/datetime/test/presentation/datetime.e2e.js +49 -18
- package/dist/collection/components/datetime/test/set-value/datetime.e2e.js +10 -13
- package/dist/collection/components/datetime/test/time-label/datetime.e2e.js +1 -1
- package/dist/collection/components/datetime/test/values/datetime.e2e.js +1 -1
- package/dist/collection/components/datetime/utils/data.js +50 -16
- package/dist/collection/components/datetime/utils/format.js +28 -11
- package/dist/collection/components/datetime/utils/helpers.js +37 -5
- package/dist/collection/components/datetime/utils/manipulation.js +3 -3
- package/dist/collection/components/datetime/utils/parse.js +36 -5
- package/dist/collection/components/datetime/utils/state.js +3 -3
- package/dist/collection/components/datetime-button/datetime-button.css +36 -2
- package/dist/collection/components/datetime-button/datetime-button.js +14 -10
- package/dist/collection/components/datetime-button/test/a11y/datetime-button.e2e.js +38 -0
- package/dist/collection/components/datetime-button/test/basic/datetime-button.e2e.js +1 -1
- package/dist/collection/components/datetime-button/test/disabled/datetime-button.e2e.js +1 -1
- package/dist/collection/components/datetime-button/test/multiple/datetime-button.e2e.js +1 -1
- package/dist/collection/components/datetime-button/test/overlays/datetime-button.e2e.js +1 -1
- package/dist/collection/components/fab/fab.css +220 -28
- package/dist/collection/components/fab/fab.js +6 -4
- package/dist/collection/components/fab/test/basic/fab.e2e.js +1 -1
- package/dist/collection/components/fab/test/custom-size/fab.e2e.js +17 -0
- package/dist/collection/components/fab/test/states/fab.e2e.js +1 -1
- package/dist/collection/components/fab/test/translucent/fab.e2e.js +1 -1
- package/dist/collection/components/fab-button/fab-button.ios.css +66 -0
- package/dist/collection/components/fab-button/fab-button.js +9 -6
- package/dist/collection/components/fab-button/fab-button.md.css +66 -0
- package/dist/collection/components/fab-button/test/a11y/fab-button.e2e.js +1 -1
- package/dist/collection/components/fab-list/fab-list.css +83 -10
- package/dist/collection/components/fab-list/fab-list.js +2 -2
- package/dist/collection/components/footer/footer.ios.css +66 -0
- package/dist/collection/components/footer/footer.js +3 -3
- package/dist/collection/components/footer/footer.md.css +66 -0
- package/dist/collection/components/footer/footer.utils.js +1 -1
- package/dist/collection/components/footer/test/basic/footer.e2e.js +1 -1
- package/dist/collection/components/footer/test/fade/footer.e2e.js +1 -1
- package/dist/collection/components/footer/test/scroll-target/footer.e2e.js +1 -1
- package/dist/collection/components/footer/test/with-tabs/footer.e2e.js +1 -1
- package/dist/collection/components/grid/grid.css +66 -0
- package/dist/collection/components/grid/grid.js +2 -2
- package/dist/collection/components/grid/test/basic/grid.e2e.js +1 -1
- package/dist/collection/components/grid/test/offsets/grid.e2e.js +1 -1
- package/dist/collection/components/grid/test/padding/grid.e2e.js +1 -1
- package/dist/collection/components/grid/test/sizes/grid.e2e.js +1 -1
- package/dist/collection/components/header/header.ios.css +96 -2
- package/dist/collection/components/header/header.js +3 -3
- package/dist/collection/components/header/header.md.css +66 -0
- package/dist/collection/components/header/header.utils.js +1 -1
- package/dist/collection/components/header/test/a11y/header.e2e.js +2 -2
- package/dist/collection/components/header/test/basic/header.e2e.js +1 -1
- package/dist/collection/components/header/test/condense/header.e2e.js +1 -1
- package/dist/collection/components/header/test/fade/header.e2e.js +1 -1
- package/dist/collection/components/header/test/scroll-target/header.e2e.js +1 -1
- package/dist/collection/components/icon/test/basic/icon.e2e.js +1 -1
- package/dist/collection/components/icon/test/dir/icon.e2e.js +1 -1
- package/dist/collection/components/img/img.js +2 -2
- package/dist/collection/components/img/test/basic/img.e2e.js +1 -1
- package/dist/collection/components/img/test/draggable/img.e2e.js +1 -1
- package/dist/collection/components/infinite-scroll/infinite-scroll.js +4 -3
- package/dist/collection/components/infinite-scroll/test/basic/infinite-scroll.e2e.js +1 -1
- package/dist/collection/components/infinite-scroll/test/scroll-target/infinite-scroll.e2e.js +1 -1
- package/dist/collection/components/infinite-scroll/test/top/infinite-scroll.e2e.js +1 -1
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +66 -0
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +7 -5
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +66 -0
- package/dist/collection/components/input/input.ios.css +100 -1
- package/dist/collection/components/input/input.js +27 -16
- package/dist/collection/components/input/input.md.css +199 -1
- package/dist/collection/components/input/test/a11y/input.e2e.js +17 -3
- package/dist/collection/components/input/test/basic/input.e2e.js +1 -1
- package/dist/collection/components/input/test/bottom-content/input.e2e.js +8 -8
- package/dist/collection/components/input/test/card/input.e2e.js +2 -2
- package/dist/collection/components/input/test/clear-on-edit/input.e2e.js +33 -0
- package/dist/collection/components/input/test/color/input.e2e.js +16 -16
- package/dist/collection/components/input/test/fill/input.e2e.js +11 -11
- package/dist/collection/components/input/test/highlight/input.e2e.js +10 -10
- package/dist/collection/components/input/test/input.e2e.js +1 -1
- package/dist/collection/components/input/test/item/input.e2e.js +3 -3
- package/dist/collection/components/input/test/label-placement/input.e2e.js +17 -17
- package/dist/collection/components/input/test/legacy/a11y/input.e2e.js +1 -1
- package/dist/collection/components/input/test/legacy/basic/input.e2e.js +11 -11
- package/dist/collection/components/input/test/legacy/clear-on-edit/input.e2e.js +1 -1
- package/dist/collection/components/input/test/legacy/input-events.e2e.js +1 -1
- package/dist/collection/components/input/test/legacy/masking/input.e2e.js +1 -1
- package/dist/collection/components/input/test/legacy/spec/input.e2e.js +1 -1
- package/dist/collection/components/input/test/states/input.e2e.js +3 -3
- package/dist/collection/components/item/item.ios.css +78 -8
- package/dist/collection/components/item/item.js +57 -14
- package/dist/collection/components/item/item.md.css +146 -10
- package/dist/collection/components/item/test/a11y/item.e2e.js +118 -3
- package/dist/collection/components/item/test/alignment/item.e2e.js +1 -1
- package/dist/collection/components/item/test/basic/item.e2e.js +1 -1
- package/dist/collection/components/item/test/buttons/item.e2e.js +1 -1
- package/dist/collection/components/item/test/colors/item.e2e.js +1 -1
- package/dist/collection/components/item/test/counter/item.e2e.js +1 -1
- package/dist/collection/components/item/test/css-variables/item.e2e.js +1 -1
- package/dist/collection/components/item/test/disabled/item.e2e.js +1 -1
- package/dist/collection/components/item/test/dividers/item.e2e.js +1 -1
- package/dist/collection/components/item/test/groups/item.e2e.js +1 -1
- package/dist/collection/components/item/test/highlight/item.e2e.js +1 -1
- package/dist/collection/components/item/test/icons/item.e2e.js +1 -1
- package/dist/collection/components/item/test/images/item.e2e.js +1 -1
- package/dist/collection/components/item/test/inputs/item.e2e.js +1 -1
- package/dist/collection/components/item/test/legacy/alignment/item.e2e.js +1 -1
- package/dist/collection/components/item/test/legacy/disabled/item.e2e.js +1 -1
- package/dist/collection/components/item/test/legacy/fill/item.e2e.js +1 -1
- package/dist/collection/components/item/test/legacy/form/item.e2e.js +1 -1
- package/dist/collection/components/item/test/lines/item.e2e.js +1 -1
- package/dist/collection/components/item/test/media/item.e2e.js +1 -1
- package/dist/collection/components/item/test/reorder/item.e2e.js +1 -1
- package/dist/collection/components/item/test/slotted-inputs/item.e2e.js +1 -1
- package/dist/collection/components/item/test/states/item.e2e.js +1 -1
- package/dist/collection/components/item/test/text/item.e2e.js +1 -1
- package/dist/collection/components/item-divider/item-divider.ios.css +101 -9
- package/dist/collection/components/item-divider/item-divider.js +4 -3
- package/dist/collection/components/item-divider/item-divider.md.css +103 -11
- package/dist/collection/components/item-divider/test/a11y/item-divider.e2e.js +44 -0
- package/dist/collection/components/item-divider/test/basic/item-divider.e2e.js +1 -1
- package/dist/collection/components/item-divider/test/spec/item-divider.e2e.js +1 -1
- package/dist/collection/components/item-group/item-group.ios.css +68 -1
- package/dist/collection/components/item-group/item-group.js +2 -2
- package/dist/collection/components/item-group/item-group.md.css +68 -1
- package/dist/collection/components/item-option/item-option.ios.css +67 -1
- package/dist/collection/components/item-option/item-option.js +4 -3
- package/dist/collection/components/item-option/item-option.md.css +67 -1
- package/dist/collection/components/item-options/item-options.ios.css +99 -1
- package/dist/collection/components/item-options/item-options.js +6 -4
- package/dist/collection/components/item-options/item-options.md.css +99 -1
- package/dist/collection/components/item-sliding/item-sliding.css +33 -0
- package/dist/collection/components/item-sliding/item-sliding.js +14 -8
- package/dist/collection/components/item-sliding/test/a11y/item-sliding.e2e.js +34 -0
- package/dist/collection/components/item-sliding/test/async/item-sliding.e2e.js +1 -1
- package/dist/collection/components/item-sliding/test/basic/item-sliding.e2e.js +39 -13
- package/dist/collection/components/item-sliding/test/icons/item-sliding.e2e.js +22 -7
- package/dist/collection/components/item-sliding/test/scroll-target/item-sliding.e2e.js +4 -10
- package/dist/collection/components/item-sliding/test/test.utils.js +9 -1
- package/dist/collection/components/label/label.ios.css +107 -10
- package/dist/collection/components/label/label.js +8 -5
- package/dist/collection/components/label/label.md.css +106 -9
- package/dist/collection/components/label/test/a11y/label.e2e.js +66 -0
- package/dist/collection/components/label/test/basic/label.e2e.js +1 -1
- package/dist/collection/components/label/test/color/label.e2e.js +1 -1
- package/dist/collection/components/label/test/headings/label.e2e.js +1 -1
- package/dist/collection/components/list/list.ios.css +99 -0
- package/dist/collection/components/list/list.js +4 -3
- package/dist/collection/components/list/list.md.css +99 -0
- package/dist/collection/components/list/test/a11y/list.e2e.js +2 -2
- package/dist/collection/components/list/test/basic/list.e2e.js +1 -1
- package/dist/collection/components/list/test/inset/list.e2e.js +1 -1
- package/dist/collection/components/list/test/lines/list.e2e.js +1 -1
- package/dist/collection/components/list-header/list-header.ios.css +100 -1
- package/dist/collection/components/list-header/list-header.js +4 -3
- package/dist/collection/components/list-header/list-header.md.css +100 -1
- package/dist/collection/components/list-header/test/a11y/list-header.e2e.js +24 -0
- package/dist/collection/components/list-header/test/basic/list-header.e2e.js +1 -1
- package/dist/collection/components/loading/loading.ios.css +67 -1
- package/dist/collection/components/loading/loading.js +49 -40
- package/dist/collection/components/loading/loading.md.css +67 -1
- package/dist/collection/components/loading/test/a11y/loading.e2e.js +21 -2
- package/dist/collection/components/loading/test/basic/loading.e2e.js +1 -1
- package/dist/collection/components/loading/test/is-open/loading.e2e.js +1 -1
- package/dist/collection/components/loading/test/standalone/loading.e2e.js +1 -1
- package/dist/collection/components/loading/test/trigger/loading.e2e.js +1 -1
- package/dist/collection/components/menu/menu.ios.css +168 -0
- package/dist/collection/components/menu/menu.js +83 -42
- package/dist/collection/components/menu/menu.md.css +168 -0
- package/dist/collection/components/menu/test/a11y/menu.e2e.js +2 -2
- package/dist/collection/components/menu/test/basic/menu.e2e.js +1 -1
- package/dist/collection/components/menu/test/disable/menu.e2e.js +55 -0
- package/dist/collection/components/menu/test/focus-trap/menu.e2e.js +1 -1
- package/dist/collection/components/menu/test/multiple/menu.e2e.js +60 -0
- package/dist/collection/components/menu/test/safe-area/menu.e2e.js +87 -0
- package/dist/collection/components/menu-button/menu-button.ios.css +70 -2
- package/dist/collection/components/menu-button/menu-button.js +7 -6
- package/dist/collection/components/menu-button/menu-button.md.css +71 -3
- package/dist/collection/components/menu-button/test/a11y/menu-button.e2e.js +22 -3
- package/dist/collection/components/menu-button/test/async/menu-button.e2e.js +23 -0
- package/dist/collection/components/menu-button/test/basic/menu-button.e2e.js +1 -1
- package/dist/collection/components/menu-toggle/menu-toggle.js +3 -3
- package/dist/collection/components/menu-toggle/test/basic/menu-toggle.e2e.js +1 -1
- package/dist/collection/components/modal/animations/ios.enter.js +2 -2
- package/dist/collection/components/modal/animations/ios.leave.js +2 -2
- package/dist/collection/components/modal/animations/md.enter.js +1 -1
- package/dist/collection/components/modal/animations/md.leave.js +1 -1
- package/dist/collection/components/modal/animations/sheet.js +1 -1
- package/dist/collection/components/modal/gestures/sheet.js +2 -2
- package/dist/collection/components/modal/gestures/swipe-to-close.js +2 -2
- package/dist/collection/components/modal/modal.ios.css +66 -0
- package/dist/collection/components/modal/modal.js +102 -76
- package/dist/collection/components/modal/modal.md.css +66 -0
- package/dist/collection/components/modal/test/a11y/modal.e2e.js +2 -2
- package/dist/collection/components/modal/test/basic/modal.e2e.js +1 -1
- package/dist/collection/components/modal/test/can-dismiss/modal-card.e2e.js +1 -1
- package/dist/collection/components/modal/test/can-dismiss/modal-sheet.e2e.js +2 -2
- package/dist/collection/components/modal/test/can-dismiss/modal.e2e.js +1 -1
- package/dist/collection/components/modal/test/card/modal-card.e2e.js +2 -2
- package/dist/collection/components/modal/test/card/modal-tablet.e2e.js +6 -6
- package/dist/collection/components/modal/test/card-nav/modal.e2e.js +5 -6
- package/dist/collection/components/modal/test/card-refresher/modal.e2e.js +2 -2
- package/dist/collection/components/modal/test/card-scroll-target/modal.e2e.js +2 -2
- package/dist/collection/components/modal/test/custom/modal.e2e.js +1 -1
- package/dist/collection/components/modal/test/custom-dialog/modal.e2e.js +1 -1
- package/dist/collection/components/modal/test/dark-mode/model.e2e.js +1 -1
- package/dist/collection/components/modal/test/fixtures.js +1 -1
- package/dist/collection/components/modal/test/inline/modal.e2e.js +1 -1
- package/dist/collection/components/modal/test/is-open/modal.e2e.js +1 -1
- package/dist/collection/components/modal/test/sheet/modal.e2e.js +2 -2
- package/dist/collection/components/modal/test/trigger/modal.e2e.js +1 -1
- package/dist/collection/components/modal/utils.spec.js +1 -1
- package/dist/collection/components/nav/nav.css +33 -1
- package/dist/collection/components/nav/nav.js +130 -67
- package/dist/collection/components/nav/test/basic/nav.e2e.js +1 -1
- package/dist/collection/components/nav/test/modal-navigation/nav.e2e.js +1 -1
- package/dist/collection/components/nav/test/nested/nav.e2e.js +1 -1
- package/dist/collection/components/nav/test/routing/nav.e2e.js +1 -1
- package/dist/collection/components/nav-link/nav-link.js +10 -6
- package/dist/collection/components/note/note.ios.css +67 -0
- package/dist/collection/components/note/note.js +4 -3
- package/dist/collection/components/note/note.md.css +67 -1
- package/dist/collection/components/note/test/a11y/note.e2e.js +52 -0
- package/dist/collection/components/note/test/basic/note.e2e.js +1 -1
- package/dist/collection/components/picker/picker.ios.css +66 -0
- package/dist/collection/components/picker/picker.js +50 -39
- package/dist/collection/components/picker/picker.md.css +66 -0
- package/dist/collection/components/picker/test/basic/picker.e2e.js +1 -1
- package/dist/collection/components/picker/test/is-open/picker.e2e.js +1 -1
- package/dist/collection/components/picker/test/trigger/picker.e2e.js +1 -1
- package/dist/collection/components/picker-column/picker-column.ios.css +66 -0
- package/dist/collection/components/picker-column/picker-column.js +6 -4
- package/dist/collection/components/picker-column/picker-column.md.css +66 -0
- package/dist/collection/components/picker-column/test/standalone/picker-column.e2e.js +1 -1
- package/dist/collection/components/picker-column/test/test.utils.js +2 -2
- package/dist/collection/components/picker-column-internal/picker-column-internal.ios.css +33 -0
- package/dist/collection/components/picker-column-internal/picker-column-internal.js +12 -7
- package/dist/collection/components/picker-column-internal/picker-column-internal.md.css +66 -0
- package/dist/collection/components/picker-column-internal/test/basic/picker-column-internal.e2e.js +1 -1
- package/dist/collection/components/picker-column-internal/test/disabled/picker-column-internal.e2e.js +1 -1
- package/dist/collection/components/picker-internal/picker-internal.ios.css +66 -0
- package/dist/collection/components/picker-internal/picker-internal.js +5 -3
- package/dist/collection/components/picker-internal/picker-internal.md.css +66 -0
- package/dist/collection/components/picker-internal/test/a11y/picker-internal.e2e.js +2 -2
- package/dist/collection/components/picker-internal/test/basic/picker-internal.e2e.js +1 -1
- package/dist/collection/components/picker-internal/test/keyboard-entry/picker-internal.e2e.js +1 -1
- package/dist/collection/components/popover/animations/ios.enter.js +1 -1
- package/dist/collection/components/popover/animations/md.enter.js +1 -1
- package/dist/collection/components/popover/popover.ios.css +66 -0
- package/dist/collection/components/popover/popover.js +84 -67
- package/dist/collection/components/popover/popover.md.css +66 -0
- package/dist/collection/components/popover/test/adjustment/popover.e2e.js +1 -1
- package/dist/collection/components/popover/test/arrow/popover.e2e.js +2 -2
- package/dist/collection/components/popover/test/async/popover.e2e.js +42 -0
- package/dist/collection/components/popover/test/basic/popover.e2e.js +2 -2
- package/dist/collection/components/popover/test/dismiss-on-select/popover.e2e.js +2 -2
- package/dist/collection/components/popover/test/fixture.js +1 -1
- package/dist/collection/components/popover/test/inline/popover.e2e.js +2 -2
- package/dist/collection/components/popover/test/is-open/popover.e2e.js +1 -1
- package/dist/collection/components/popover/test/nested/popover.e2e.js +1 -1
- package/dist/collection/components/popover/test/position/popover.e2e.js +2 -2
- package/dist/collection/components/popover/test/reference/popover.e2e.js +1 -1
- package/dist/collection/components/popover/test/size/popover.e2e.js +2 -2
- package/dist/collection/components/popover/test/standalone/popover.e2e.js +1 -1
- package/dist/collection/components/popover/test/test.utils.js +1 -1
- package/dist/collection/components/popover/test/trigger/popover.e2e.js +2 -2
- package/dist/collection/components/progress-bar/progress-bar.ios.css +33 -0
- package/dist/collection/components/progress-bar/progress-bar.js +5 -4
- package/dist/collection/components/progress-bar/progress-bar.md.css +33 -0
- package/dist/collection/components/progress-bar/test/basic/progress-bar.e2e.js +1 -1
- package/dist/collection/components/progress-bar/test/buffer/progress-bar.e2e.js +20 -0
- package/dist/collection/components/progress-bar/test/determinate/progress-bar.e2e.js +20 -0
- package/dist/collection/components/radio/radio.ios.css +171 -5
- package/dist/collection/components/radio/radio.js +38 -11
- package/dist/collection/components/radio/radio.md.css +171 -5
- package/dist/collection/components/radio/test/a11y/radio.e2e.js +23 -2
- package/dist/collection/components/radio/test/color/radio.e2e.js +3 -3
- package/dist/collection/components/radio/test/item/radio.e2e.js +42 -4
- package/dist/collection/components/radio/test/label-placement/radio.e2e.js +41 -10
- package/dist/collection/components/radio/test/legacy/a11y/radio.e2e.js +5 -3
- package/dist/collection/components/radio/test/legacy/basic/radio.e2e.js +1 -1
- package/dist/collection/components/radio/test/states/radio.e2e.js +5 -5
- package/dist/collection/components/radio-group/radio-group.js +7 -5
- package/dist/collection/components/radio-group/test/basic/radio-group.e2e.js +2 -2
- package/dist/collection/components/radio-group/test/fixtures.js +1 -1
- package/dist/collection/components/radio-group/test/form/radio-group.e2e.js +1 -1
- package/dist/collection/components/radio-group/test/legacy/basic/radio-group.e2e.js +1 -1
- package/dist/collection/components/radio-group/test/legacy/form/radio-group.e2e.js +1 -1
- package/dist/collection/components/radio-group/test/legacy/search/radio-group.e2e.js +1 -1
- package/dist/collection/components/radio-group/test/radio-group-events.e2e.js +1 -1
- package/dist/collection/components/radio-group/test/search/radio-group.e2e.js +2 -2
- package/dist/collection/components/range/range.ios.css +161 -8
- package/dist/collection/components/range/range.js +53 -17
- package/dist/collection/components/range/range.md.css +178 -11
- package/dist/collection/components/range/test/a11y/range.e2e.js +24 -2
- package/dist/collection/components/range/test/active-bar-start/range.e2e.js +1 -1
- package/dist/collection/components/range/test/basic/range.e2e.js +1 -1
- package/dist/collection/components/range/test/color/range.e2e.js +2 -2
- package/dist/collection/components/range/test/custom/range.e2e.js +2 -2
- package/dist/collection/components/range/test/item/range.e2e.js +30 -4
- package/dist/collection/components/range/test/label/range.e2e.js +72 -13
- package/dist/collection/components/range/test/legacy/a11y/range.e2e.js +4 -4
- package/dist/collection/components/range/test/legacy/active-bar-start/range.e2e.js +2 -2
- package/dist/collection/components/range/test/legacy/basic/range.e2e.js +3 -8
- package/dist/collection/components/range/test/legacy/range-events.e2e.js +1 -1
- package/dist/collection/components/range/test/legacy/scroll-target/range.e2e.js +1 -1
- package/dist/collection/components/range/test/range-events.e2e.js +17 -18
- package/dist/collection/components/range/test/scroll-target/range.e2e.js +1 -1
- package/dist/collection/components/range/test/states/range.e2e.js +5 -5
- package/dist/collection/components/refresher/refresher.ios.css +66 -0
- package/dist/collection/components/refresher/refresher.js +11 -7
- package/dist/collection/components/refresher/refresher.md.css +66 -0
- package/dist/collection/components/refresher/refresher.utils.js +1 -1
- package/dist/collection/components/refresher/test/basic/refresher.e2e.js +3 -4
- package/dist/collection/components/refresher/test/scroll-target/refresher.e2e.js +5 -6
- package/dist/collection/components/refresher/test/test.utils.js +4 -1
- package/dist/collection/components/refresher-content/refresher-content.js +13 -9
- package/dist/collection/components/reorder/reorder.ios.css +75 -2
- package/dist/collection/components/reorder/reorder.js +3 -3
- package/dist/collection/components/reorder/reorder.md.css +75 -2
- package/dist/collection/components/reorder-group/reorder-group.css +33 -0
- package/dist/collection/components/reorder-group/reorder-group.js +6 -4
- package/dist/collection/components/reorder-group/test/a11y/reorder-group.e2e.js +33 -0
- package/dist/collection/components/reorder-group/test/basic/reorder-group.e2e.js +1 -1
- package/dist/collection/components/reorder-group/test/interactive/reorder-group.e2e.js +3 -5
- package/dist/collection/components/reorder-group/test/nested/reorder-group.e2e.js +3 -5
- package/dist/collection/components/reorder-group/test/scroll-target/reorder-group.e2e.js +3 -5
- package/dist/collection/components/ripple-effect/ripple-effect.css +33 -0
- package/dist/collection/components/ripple-effect/ripple-effect.js +4 -3
- package/dist/collection/components/ripple-effect/test/basic/ripple-effect.e2e.js +1 -1
- package/dist/collection/components/route/route.js +4 -2
- package/dist/collection/components/router/router.js +28 -16
- package/dist/collection/components/router/test/basic/router.e2e.js +1 -1
- package/dist/collection/components/router/test/guards/href/router.e2e.js +2 -2
- package/dist/collection/components/router/test/guards/link/router.e2e.js +2 -2
- package/dist/collection/components/router/test/guards/push/router.e2e.js +2 -2
- package/dist/collection/components/router/test/guards/router.e2e.js +1 -1
- package/dist/collection/components/router/utils/debug.js +1 -1
- package/dist/collection/components/router/utils/dom.js +1 -1
- package/dist/collection/components/router/utils/parser.js +1 -1
- package/dist/collection/components/router/utils/path.js +2 -1
- package/dist/collection/components/router-link/router-link.css +33 -0
- package/dist/collection/components/router-link/router-link.js +8 -5
- package/dist/collection/components/router-outlet/router-outlet.css +42 -0
- package/dist/collection/components/router-outlet/{route-outlet.js → router-outlet.js} +42 -30
- package/dist/collection/components/router-outlet/test/basic/router-outlet.e2e.js +1 -1
- package/dist/collection/components/row/row.css +66 -0
- package/dist/collection/components/row/row.js +2 -2
- package/dist/collection/components/searchbar/searchbar.ios.css +95 -16
- package/dist/collection/components/searchbar/searchbar.js +27 -13
- package/dist/collection/components/searchbar/searchbar.md.css +77 -10
- package/dist/collection/components/searchbar/test/a11y/searchbar.e2e.js +37 -0
- package/dist/collection/components/searchbar/test/basic/searchbar.e2e.js +19 -1
- package/dist/collection/components/searchbar/test/events/searchbar.e2e.js +1 -1
- package/dist/collection/components/segment/segment.ios.css +99 -0
- package/dist/collection/components/segment/segment.js +47 -30
- package/dist/collection/components/segment/segment.md.css +99 -0
- package/dist/collection/components/segment/test/a11y/segment.e2e.js +2 -2
- package/dist/collection/components/segment/test/basic/segment.e2e.js +1 -1
- package/dist/collection/components/segment/test/custom/segment.e2e.js +1 -1
- package/dist/collection/components/segment/test/icon/segment.e2e.js +1 -1
- package/dist/collection/components/segment/test/modes/segment.e2e.js +1 -1
- package/dist/collection/components/segment/test/scrollable/segment.e2e.js +41 -2
- package/dist/collection/components/segment/test/segment-events.e2e.js +1 -1
- package/dist/collection/components/segment/test/toolbar/segment.e2e.js +1 -1
- package/dist/collection/components/segment/test/wrap/segment.e2e.js +1 -1
- package/dist/collection/components/segment-button/segment-button.ios.css +66 -0
- package/dist/collection/components/segment-button/segment-button.js +8 -5
- package/dist/collection/components/segment-button/segment-button.md.css +66 -0
- package/dist/collection/components/select/select.ios.css +102 -3
- package/dist/collection/components/select/select.js +51 -29
- package/dist/collection/components/select/select.md.css +167 -2
- package/dist/collection/components/select/test/a11y/select.e2e.js +24 -2
- package/dist/collection/components/select/test/async/select.e2e.js +1 -1
- package/dist/collection/components/select/test/basic/select.e2e.js +22 -1
- package/dist/collection/components/select/test/card/select.e2e.js +2 -2
- package/dist/collection/components/select/test/color/select.e2e.js +4 -4
- package/dist/collection/components/select/test/compare-with/select.e2e.js +1 -1
- package/dist/collection/components/select/test/custom/select.e2e.js +1 -1
- package/dist/collection/components/select/test/disabled/select.e2e.js +30 -0
- package/dist/collection/components/select/test/fill/select.e2e.js +11 -11
- package/dist/collection/components/select/test/highlight/select.e2e.js +4 -4
- package/dist/collection/components/select/test/item/select.e2e.js +3 -3
- package/dist/collection/components/select/test/label/select.e2e.js +21 -21
- package/dist/collection/components/select/test/legacy/async/select.e2e.js +1 -1
- package/dist/collection/components/select/test/legacy/basic/select.e2e.js +1 -1
- package/dist/collection/components/select/test/legacy/compare-with/select.e2e.js +1 -1
- package/dist/collection/components/select/test/legacy/custom/custom.e2e.js +1 -1
- package/dist/collection/components/select/test/legacy/single-value/select.e2e.js +1 -1
- package/dist/collection/components/select/test/legacy/spec/select.e2e.js +1 -1
- package/dist/collection/components/select/test/legacy/wrapping/select.e2e.js +1 -1
- package/dist/collection/components/select/test/popover-size/select.e2e.js +1 -1
- package/dist/collection/components/select/test/states/select.e2e.js +5 -5
- package/dist/collection/components/select/test/toggle-icon/select.e2e.js +1 -1
- package/dist/collection/components/select/test/wrapping/select.e2e.js +1 -1
- package/dist/collection/components/select-option/select-option.js +2 -2
- package/dist/collection/components/select-popover/select-popover.ios.css +101 -1
- package/dist/collection/components/select-popover/select-popover.js +4 -3
- package/dist/collection/components/select-popover/select-popover.md.css +99 -0
- package/dist/collection/components/select-popover/test/basic/select-popover.e2e.js +2 -2
- package/dist/collection/components/select-popover/test/fixtures.js +1 -1
- package/dist/collection/components/skeleton-text/skeleton-text.css +33 -0
- package/dist/collection/components/skeleton-text/skeleton-text.js +3 -3
- package/dist/collection/components/skeleton-text/test/basic/skeleton-text.e2e.js +1 -1
- package/dist/collection/components/skeleton-text/test/custom/skeleton-text.e2e.js +1 -1
- package/dist/collection/components/spinner/spinner.css +33 -0
- package/dist/collection/components/spinner/spinner.js +8 -6
- package/dist/collection/components/spinner/test/basic/spinner.e2e.js +1 -1
- package/dist/collection/components/spinner/test/color/spinner.e2e.js +1 -1
- package/dist/collection/components/spinner/test/resize/spinner.e2e.js +1 -1
- package/dist/collection/components/split-pane/split-pane.ios.css +99 -0
- package/dist/collection/components/split-pane/split-pane.js +2 -2
- package/dist/collection/components/split-pane/split-pane.md.css +99 -0
- package/dist/collection/components/split-pane/test/basic/split-pane.e2e.js +1 -1
- package/dist/collection/components/tab/tab.js +7 -4
- package/dist/collection/components/tab-bar/tab-bar.ios.css +99 -0
- package/dist/collection/components/tab-bar/tab-bar.js +27 -4
- package/dist/collection/components/tab-bar/tab-bar.md.css +99 -0
- package/dist/collection/components/tab-bar/test/custom/tab-bar.e2e.js +1 -1
- package/dist/collection/components/tab-bar/test/translucent/tab-bar.e2e.js +31 -1
- package/dist/collection/components/tab-button/tab-button.ios.css +66 -0
- package/dist/collection/components/tab-button/tab-button.js +7 -5
- package/dist/collection/components/tab-button/tab-button.md.css +66 -0
- package/dist/collection/components/tab-button/test/a11y/tab-button.e2e.js +2 -2
- package/dist/collection/components/tab-button/test/basic/tab-button.e2e.js +1 -1
- package/dist/collection/components/tab-button/test/layout/tab-button.e2e.js +1 -1
- package/dist/collection/components/tab-button/test/states/tab-button.e2e.js +1 -1
- package/dist/collection/components/tabs/tabs.css +33 -0
- package/dist/collection/components/tabs/tabs.js +19 -10
- package/dist/collection/components/tabs/test/basic/tabs.e2e.js +1 -1
- package/dist/collection/components/tabs/test/placements/tabs.e2e.js +1 -1
- package/dist/collection/components/text/test/basic/text.e2e.js +1 -1
- package/dist/collection/components/text/text.css +33 -0
- package/dist/collection/components/text/text.js +4 -3
- package/dist/collection/components/textarea/test/a11y/textarea.e2e.js +17 -3
- package/dist/collection/components/textarea/test/autogrow/textarea.e2e.js +1 -1
- package/dist/collection/components/textarea/test/bottom-content/textarea.e2e.js +7 -7
- package/dist/collection/components/textarea/test/card/textarea.e2e.js +2 -2
- package/dist/collection/components/textarea/test/clear-on-edit/textarea.e2e.js +25 -0
- package/dist/collection/components/textarea/test/color/textarea.e2e.js +16 -16
- package/dist/collection/components/textarea/test/cols/textarea.e2e.js +37 -0
- package/dist/collection/components/textarea/test/fill/textarea.e2e.js +11 -11
- package/dist/collection/components/textarea/test/highlight/textarea.e2e.js +10 -10
- package/dist/collection/components/textarea/test/item/textarea.e2e.js +3 -3
- package/dist/collection/components/textarea/test/label-placement/textarea.e2e.js +22 -22
- package/dist/collection/components/textarea/test/legacy/a11y/textarea.e2e.js +1 -1
- package/dist/collection/components/textarea/test/legacy/autogrow/textarea.e2e.js +6 -6
- package/dist/collection/components/textarea/test/legacy/basic/textarea.e2e.js +1 -1
- package/dist/collection/components/textarea/test/legacy/clear-on-edit/textarea.e2e.js +1 -1
- package/dist/collection/components/textarea/test/states/textarea.e2e.js +3 -3
- package/dist/collection/components/textarea/test/textarea-events.e2e.js +1 -1
- package/dist/collection/components/textarea/textarea.ios.css +149 -1
- package/dist/collection/components/textarea/textarea.js +23 -14
- package/dist/collection/components/textarea/textarea.md.css +215 -1
- package/dist/collection/components/thumbnail/test/basic/thumbnail.e2e.js +1 -1
- package/dist/collection/components/thumbnail/thumbnail.css +33 -0
- package/dist/collection/components/thumbnail/thumbnail.js +2 -2
- package/dist/collection/components/title/test/a11y/title.e2e.js +61 -0
- package/dist/collection/components/title/test/basic/title.e2e.js +16 -1
- package/dist/collection/components/title/title.ios.css +44 -11
- package/dist/collection/components/title/title.js +6 -4
- package/dist/collection/components/title/title.md.css +35 -2
- package/dist/collection/components/toast/animations/ios.enter.js +2 -3
- package/dist/collection/components/toast/animations/ios.leave.js +2 -3
- package/dist/collection/components/toast/animations/md.enter.js +2 -3
- package/dist/collection/components/toast/animations/utils.js +85 -0
- package/dist/collection/components/toast/test/a11y/toast.e2e.js +112 -7
- package/dist/collection/components/toast/test/basic/toast.e2e.js +1 -1
- package/dist/collection/components/toast/test/is-open/toast.e2e.js +1 -1
- package/dist/collection/components/toast/test/layout/toast.e2e.js +1 -1
- package/dist/collection/components/toast/test/position-anchor/toast.e2e.js +45 -0
- package/dist/collection/components/toast/test/standalone/toast.e2e.js +1 -1
- package/dist/collection/components/toast/test/trigger/toast.e2e.js +1 -1
- package/dist/collection/components/toast/toast.ios.css +74 -3
- package/dist/collection/components/toast/toast.js +155 -48
- package/dist/collection/components/toast/toast.md.css +74 -4
- package/dist/collection/components/toggle/test/a11y/toggle.e2e.js +2 -2
- package/dist/collection/components/toggle/test/color/toggle.e2e.js +3 -3
- package/dist/collection/components/toggle/test/enable-on-off-labels/toggle.e2e.js +1 -1
- package/dist/collection/components/toggle/test/item/toggle.e2e.js +48 -5
- package/dist/collection/components/toggle/test/label/toggle.e2e.js +37 -10
- package/dist/collection/components/toggle/test/legacy/basic/toggle.e2e.js +1 -1
- package/dist/collection/components/toggle/test/legacy/enable-on-off-labels/toggle.e2e.js +3 -3
- package/dist/collection/components/toggle/test/legacy/sizes/toggle.e2e.js +2 -2
- package/dist/collection/components/toggle/test/sizes/toggle.e2e.js +1 -1
- package/dist/collection/components/toggle/test/states/toggle.e2e.js +4 -4
- package/dist/collection/components/toggle/toggle.ios.css +166 -1
- package/dist/collection/components/toggle/toggle.js +37 -11
- package/dist/collection/components/toggle/toggle.md.css +166 -1
- package/dist/collection/components/toolbar/test/basic/toolbar.e2e.js +1 -1
- package/dist/collection/components/toolbar/test/colors/toolbar.e2e.js +1 -1
- package/dist/collection/components/toolbar/toolbar.ios.css +68 -8
- package/dist/collection/components/toolbar/toolbar.js +4 -3
- package/dist/collection/components/toolbar/toolbar.md.css +68 -4
- package/dist/collection/css/test/a11y/typography.e2e.js +32 -0
- package/dist/collection/global/ionic-global.js +3 -3
- package/dist/collection/index.js +3 -1
- package/dist/collection/utils/animation/animation.js +63 -4
- package/dist/collection/utils/animation/test/animationbuilder/animation.e2e.js +3 -0
- package/dist/collection/utils/animation/test/display/animation.e2e.js +1 -1
- package/dist/collection/utils/animation/test/hooks/animation.e2e.js +1 -1
- package/dist/collection/utils/animation/test/multiple/animation.e2e.js +1 -1
- package/dist/collection/utils/content/content.utils.spec.js +1 -1
- package/dist/collection/utils/content/index.js +2 -2
- package/dist/collection/utils/floating-point/floating-point.spec.js +1 -1
- package/dist/collection/utils/forms/notch-controller.js +1 -1
- package/dist/collection/utils/framework-delegate.js +22 -3
- package/dist/collection/utils/gesture/button-active.js +3 -3
- package/dist/collection/utils/gesture/index.js +3 -3
- package/dist/collection/utils/gesture/pointer-events.js +1 -1
- package/dist/collection/utils/gesture/swipe-back.js +10 -6
- package/dist/collection/utils/helpers.spec.js +1 -1
- package/dist/collection/utils/input-shims/hacks/hide-caret.js +2 -2
- package/dist/collection/utils/input-shims/hacks/input-blurring.js +1 -1
- package/dist/collection/utils/input-shims/hacks/scroll-assist.js +92 -10
- package/dist/collection/utils/input-shims/hacks/scroll-data.js +3 -4
- package/dist/collection/utils/input-shims/hacks/test/scroll-assist.e2e.js +1 -1
- package/dist/collection/utils/input-shims/input-shims.js +6 -6
- package/dist/collection/utils/keyboard/keyboard-controller.js +1 -1
- package/dist/collection/utils/keyboard/keyboard.js +1 -1
- package/dist/collection/utils/lock-controller.js +36 -0
- package/dist/collection/utils/menu-controller/animations/base.js +1 -1
- package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
- package/dist/collection/utils/menu-controller/animations/push.js +3 -3
- package/dist/collection/utils/menu-controller/animations/reveal.js +3 -3
- package/dist/collection/utils/menu-controller/index.js +31 -24
- package/dist/collection/utils/native/haptic.js +2 -1
- package/dist/collection/utils/native/keyboard.js +2 -2
- package/dist/collection/utils/native/status-bar.js +1 -1
- package/dist/collection/utils/overlays.js +36 -15
- package/dist/collection/utils/platform.js +1 -1
- package/dist/collection/utils/rtl/dir.spec.js +1 -1
- package/dist/collection/utils/status-tap.js +3 -3
- package/dist/collection/utils/tap-click/index.js +1 -1
- package/dist/collection/utils/tap-click/test/tap-click.e2e.js +1 -1
- package/dist/collection/utils/test/framework-delegate/framework-delegate.e2e.js +1 -1
- package/dist/collection/utils/test/overlays/overlays.e2e.js +1 -1
- package/dist/collection/utils/test/playwright/drag-element.js +67 -8
- package/dist/collection/utils/test/playwright/matchers/index.js +3 -3
- package/dist/collection/utils/test/playwright/matchers/toHaveReceivedEventDetail.js +2 -2
- package/dist/collection/utils/test/playwright/page/utils/goto.js +3 -0
- package/dist/collection/utils/test/playwright/page/utils/index.js +0 -1
- package/dist/collection/utils/test/playwright/page/utils/locator.js +1 -1
- package/dist/collection/utils/test/playwright/page/utils/set-content.js +3 -0
- package/dist/collection/utils/test/playwright/page/utils/spy-on-event.js +1 -1
- package/dist/collection/utils/test/playwright/playwright-page.js +4 -5
- package/dist/collection/utils/test/playwright/viewports/index.js +4 -0
- package/dist/collection/utils/transition/index.js +3 -3
- package/dist/collection/utils/transition/ios.transition.js +7 -6
- package/dist/collection/utils/transition/md.transition.js +2 -2
- package/dist/docs.d.ts +361 -88
- package/dist/docs.json +7240 -118
- package/dist/esm/{animation-258fd22b.js → animation-92066c62.js} +62 -3
- package/dist/esm/{app-globals-70454efb.js → app-globals-ec816a70.js} +1 -1
- package/dist/esm/{button-active-aef107f0.js → button-active-d926d4f4.js} +3 -3
- package/dist/esm/{capacitor-6d1861b7.js → capacitor-b4979570.js} +1 -1
- package/dist/esm/{data-605c040f.js → data-44d9e816.js} +144 -32
- package/dist/esm/{form-controller-6cd7ebd1.js → form-controller-ed77647a.js} +1 -1
- package/dist/esm/{framework-delegate-6a45ed30.js → framework-delegate-aa433dea.js} +22 -3
- package/dist/esm/{haptic-d85b8584.js → haptic-1243b917.js} +2 -1
- package/dist/esm/{index-7373924f.js → index-746a238e.js} +2 -2
- package/dist/esm/{index-afea2bcf.js → index-7d2b2808.js} +4 -4
- package/dist/esm/{index-36a5fd75.js → index-b49b173c.js} +283 -96
- package/dist/esm/{index-393bc14a.js → index-c132c5f1.js} +1 -1
- package/dist/esm/{index-6e89f340.js → index-df55802d.js} +30 -23
- package/dist/esm/{index-2d0c7c77.js → index-f0cc4e14.js} +2 -2
- package/dist/esm/{index-422b6e83.js → index-ff313b19.js} +2 -2
- package/dist/esm/index.js +18 -17
- package/dist/esm/{input-shims-5b912f6d.js → input-shims-d78a3c77.js} +93 -13
- package/dist/esm/{input.utils-4c00ca72.js → input.utils-ec063df4.js} +3 -3
- package/dist/esm/ion-accordion_2.entry.js +5 -5
- package/dist/esm/ion-action-sheet.entry.js +26 -34
- package/dist/esm/ion-alert.entry.js +35 -35
- package/dist/esm/ion-app_8.entry.js +84 -44
- package/dist/esm/ion-avatar_3.entry.js +5 -5
- package/dist/esm/ion-back-button.entry.js +7 -7
- package/dist/esm/ion-backdrop.entry.js +3 -3
- package/dist/esm/ion-breadcrumb_2.entry.js +7 -7
- package/dist/esm/ion-button_2.entry.js +54 -25
- package/dist/esm/ion-card_5.entry.js +12 -12
- package/dist/esm/ion-checkbox.entry.js +20 -13
- package/dist/esm/ion-chip.entry.js +10 -5
- package/dist/esm/ion-col_3.entry.js +2 -2
- package/dist/esm/ion-datetime-button.entry.js +14 -11
- package/dist/esm/ion-datetime_3.entry.js +159 -128
- package/dist/esm/ion-fab_3.entry.js +7 -7
- package/dist/esm/ion-img.entry.js +3 -3
- package/dist/esm/ion-infinite-scroll_2.entry.js +6 -6
- package/dist/esm/ion-input.entry.js +13 -13
- package/dist/esm/ion-item-option_3.entry.js +12 -12
- package/dist/esm/ion-item_8.entry.js +49 -22
- package/dist/esm/ion-loading.entry.js +21 -29
- package/dist/esm/ion-menu_3.entry.js +82 -48
- package/dist/esm/ion-modal.entry.js +59 -58
- package/dist/esm/ion-nav_2.entry.js +9 -8
- package/dist/esm/ion-picker-column-internal.entry.js +7 -7
- package/dist/esm/ion-picker-internal.entry.js +2 -2
- package/dist/esm/ion-popover.entry.js +26 -40
- package/dist/esm/ion-progress-bar.entry.js +4 -4
- package/dist/esm/ion-radio_2.entry.js +16 -11
- package/dist/esm/ion-range.entry.js +42 -14
- package/dist/esm/ion-refresher_2.entry.js +16 -16
- package/dist/esm/ion-reorder_2.entry.js +12 -12
- package/dist/esm/ion-ripple-effect.entry.js +2 -2
- package/dist/esm/ion-route_4.entry.js +7 -4
- package/dist/esm/ion-searchbar.entry.js +15 -9
- package/dist/esm/ion-segment_2.entry.js +40 -29
- package/dist/esm/ion-select_3.entry.js +48 -34
- package/dist/esm/ion-spinner.entry.js +4 -4
- package/dist/esm/ion-split-pane.entry.js +2 -2
- package/dist/esm/ion-tab-bar_2.entry.js +12 -8
- package/dist/esm/ion-tab_2.entry.js +3 -3
- package/dist/esm/ion-text.entry.js +3 -3
- package/dist/esm/ion-textarea.entry.js +12 -12
- package/dist/esm/ion-toast.entry.js +177 -40
- package/dist/esm/ion-toggle.entry.js +20 -15
- package/dist/esm/{ionic-global-a9abd569.js → ionic-global-246ca78f.js} +1 -1
- package/dist/esm/ionic.js +6 -9
- package/dist/esm/{ios.transition-6a838b0c.js → ios.transition-a86d7bbe.js} +10 -9
- package/dist/esm/{keyboard-cdb83866.js → keyboard-b063f012.js} +1 -1
- package/dist/esm/{keyboard-a818f780.js → keyboard-b551279d.js} +3 -3
- package/dist/esm/{keyboard-controller-4149afc6.js → keyboard-controller-0c2dce71.js} +2 -2
- package/dist/esm/loader.js +6 -15
- package/dist/esm/lock-controller-e8c6c051.js +38 -0
- package/dist/esm/{md.transition-b7d7b475.js → md.transition-365ef6b6.js} +5 -5
- package/dist/esm/{notch-controller-cfcb8c01.js → notch-controller-8c9c0e54.js} +3 -3
- package/dist/esm/{overlays-4801a327.js → overlays-cec6bac8.js} +36 -15
- package/dist/esm/{status-tap-211f1ad8.js → status-tap-9aeeaca5.js} +4 -4
- package/dist/esm/{swipe-back-1bb66ed2.js → swipe-back-cd4295f3.js} +11 -7
- package/dist/esm-es5/animation-92066c62.js +4 -0
- package/dist/esm-es5/app-globals-ec816a70.js +4 -0
- package/dist/esm-es5/{button-active-aef107f0.js → button-active-d926d4f4.js} +1 -1
- package/dist/esm-es5/{capacitor-6d1861b7.js → capacitor-b4979570.js} +1 -1
- package/dist/esm-es5/data-44d9e816.js +4 -0
- package/dist/esm-es5/form-controller-ed77647a.js +4 -0
- package/dist/esm-es5/framework-delegate-aa433dea.js +4 -0
- package/dist/esm-es5/{haptic-d85b8584.js → haptic-1243b917.js} +1 -1
- package/dist/esm-es5/{index-7373924f.js → index-746a238e.js} +1 -1
- package/dist/esm-es5/{index-afea2bcf.js → index-7d2b2808.js} +1 -1
- package/dist/esm-es5/index-b49b173c.js +5 -0
- package/dist/esm-es5/index-df55802d.js +4 -0
- package/dist/esm-es5/{index-2d0c7c77.js → index-f0cc4e14.js} +1 -1
- package/dist/esm-es5/{index-422b6e83.js → index-ff313b19.js} +1 -1
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/input-shims-d78a3c77.js +4 -0
- package/dist/esm-es5/{input.utils-4c00ca72.js → input.utils-ec063df4.js} +1 -1
- package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
- package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
- package/dist/esm-es5/ion-alert.entry.js +1 -1
- package/dist/esm-es5/ion-app_8.entry.js +1 -1
- package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
- package/dist/esm-es5/ion-back-button.entry.js +1 -1
- package/dist/esm-es5/ion-backdrop.entry.js +1 -1
- package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
- package/dist/esm-es5/ion-button_2.entry.js +1 -1
- package/dist/esm-es5/ion-card_5.entry.js +1 -1
- package/dist/esm-es5/ion-checkbox.entry.js +1 -1
- package/dist/esm-es5/ion-chip.entry.js +1 -1
- package/dist/esm-es5/ion-col_3.entry.js +1 -1
- package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
- package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
- package/dist/esm-es5/ion-fab_3.entry.js +1 -1
- package/dist/esm-es5/ion-img.entry.js +1 -1
- package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
- package/dist/esm-es5/ion-input.entry.js +1 -1
- package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
- package/dist/esm-es5/ion-item_8.entry.js +1 -1
- package/dist/esm-es5/ion-loading.entry.js +1 -1
- package/dist/esm-es5/ion-menu_3.entry.js +1 -1
- package/dist/esm-es5/ion-modal.entry.js +1 -1
- package/dist/esm-es5/ion-nav_2.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column-internal.entry.js +1 -1
- package/dist/esm-es5/ion-picker-internal.entry.js +1 -1
- package/dist/esm-es5/ion-popover.entry.js +1 -1
- package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
- package/dist/esm-es5/ion-radio_2.entry.js +1 -1
- package/dist/esm-es5/ion-range.entry.js +1 -1
- package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
- package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
- package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
- package/dist/esm-es5/ion-route_4.entry.js +1 -1
- package/dist/esm-es5/ion-searchbar.entry.js +1 -1
- package/dist/esm-es5/ion-segment_2.entry.js +1 -1
- package/dist/esm-es5/ion-select_3.entry.js +1 -1
- package/dist/esm-es5/ion-spinner.entry.js +1 -1
- package/dist/esm-es5/ion-split-pane.entry.js +1 -1
- package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
- package/dist/esm-es5/ion-tab_2.entry.js +1 -1
- package/dist/esm-es5/ion-text.entry.js +1 -1
- package/dist/esm-es5/ion-textarea.entry.js +1 -1
- package/dist/esm-es5/ion-toast.entry.js +1 -1
- package/dist/esm-es5/ion-toggle.entry.js +1 -1
- package/dist/esm-es5/{ionic-global-a9abd569.js → ionic-global-246ca78f.js} +1 -1
- package/dist/esm-es5/ionic.js +1 -1
- package/dist/esm-es5/ios.transition-a86d7bbe.js +4 -0
- package/dist/esm-es5/{keyboard-cdb83866.js → keyboard-b063f012.js} +1 -1
- package/dist/esm-es5/{keyboard-a818f780.js → keyboard-b551279d.js} +1 -1
- package/dist/esm-es5/{keyboard-controller-4149afc6.js → keyboard-controller-0c2dce71.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/lock-controller-e8c6c051.js +4 -0
- package/dist/esm-es5/md.transition-365ef6b6.js +4 -0
- package/dist/esm-es5/{notch-controller-cfcb8c01.js → notch-controller-8c9c0e54.js} +1 -1
- package/dist/esm-es5/overlays-cec6bac8.js +4 -0
- package/dist/esm-es5/{status-tap-211f1ad8.js → status-tap-9aeeaca5.js} +1 -1
- package/dist/esm-es5/swipe-back-cd4295f3.js +4 -0
- package/dist/html.html-data.json +150 -92
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/ionic.js +2 -6
- package/dist/ionic/p-012952cd.system.entry.js +4 -0
- package/dist/ionic/p-015187e5.system.js +4 -0
- package/dist/ionic/p-06ac429a.js +5 -0
- package/dist/ionic/p-0ac3fb2c.entry.js +4 -0
- package/dist/ionic/{p-30ae30f8.entry.js → p-0b00b937.entry.js} +1 -1
- package/dist/ionic/{p-7cc4d08a.system.entry.js → p-0b7c25ee.system.entry.js} +1 -1
- package/dist/ionic/p-0bbede6a.system.entry.js +4 -0
- package/dist/ionic/{p-f6f393ee.system.entry.js → p-0f1f59da.system.entry.js} +1 -1
- package/dist/ionic/{p-9a7f5ed5.entry.js → p-108f9d49.entry.js} +1 -1
- package/dist/ionic/p-1289b3b5.system.entry.js +4 -0
- package/dist/ionic/{p-fa98c2a6.system.js → p-128a98e8.system.js} +1 -1
- package/dist/ionic/{p-dcf7bf1d.entry.js → p-15decbec.entry.js} +1 -1
- package/dist/ionic/p-16e44585.js +4 -0
- package/dist/ionic/p-17240d90.js +4 -0
- package/dist/ionic/{p-609ac308.js → p-181b7c2a.js} +1 -1
- package/dist/ionic/p-19fba51c.entry.js +4 -0
- package/dist/ionic/p-1a463b1e.system.entry.js +4 -0
- package/dist/ionic/{p-ee5049fd.entry.js → p-1ecba429.entry.js} +1 -1
- package/dist/ionic/p-1edb53a1.entry.js +4 -0
- package/dist/ionic/p-1f260a7b.entry.js +4 -0
- package/dist/ionic/{p-5d6123f1.entry.js → p-1f81b5be.entry.js} +1 -1
- package/dist/ionic/{p-8a95273c.js → p-276afddd.js} +1 -1
- package/dist/ionic/p-28ea45b9.js +4 -0
- package/dist/ionic/p-29073efe.system.entry.js +4 -0
- package/dist/ionic/p-2bbf3ac4.system.entry.js +4 -0
- package/dist/ionic/p-303bf1e8.system.entry.js +4 -0
- package/dist/ionic/p-31119a15.entry.js +4 -0
- package/dist/ionic/p-32083c2d.js +4 -0
- package/dist/ionic/{p-088a58a8.system.entry.js → p-33a8349a.system.entry.js} +1 -1
- package/dist/ionic/p-34259245.system.entry.js +4 -0
- package/dist/ionic/p-35b26732.entry.js +4 -0
- package/dist/ionic/p-35e399bd.entry.js +4 -0
- package/dist/ionic/{p-f3116c14.system.js → p-3632220b.system.js} +1 -1
- package/dist/ionic/p-38089641.entry.js +4 -0
- package/dist/ionic/p-3818f63f.entry.js +4 -0
- package/dist/ionic/p-38c5fe2b.system.entry.js +4 -0
- package/dist/ionic/{p-9edd7119.system.entry.js → p-3a58e3a4.system.entry.js} +1 -1
- package/dist/ionic/p-3bad5c1a.js +4 -0
- package/dist/ionic/{p-aa7b8135.system.js → p-3d726a67.system.js} +1 -1
- package/dist/ionic/{p-e8b9a6b2.system.entry.js → p-3f3da911.system.entry.js} +1 -1
- package/dist/ionic/{p-59a47aff.system.js → p-41477ad9.system.js} +1 -1
- package/dist/ionic/{p-d7fd994b.js → p-419eb426.js} +1 -1
- package/dist/ionic/p-4215652f.system.entry.js +4 -0
- package/dist/ionic/p-446230d7.js +4 -0
- package/dist/ionic/p-4e50b8d1.entry.js +4 -0
- package/dist/ionic/{p-138fcf0f.entry.js → p-4e6e43c1.entry.js} +1 -1
- package/dist/ionic/p-4f97c112.entry.js +4 -0
- package/dist/ionic/p-53b2a46f.js +4 -0
- package/dist/ionic/p-54200074.entry.js +4 -0
- package/dist/ionic/{p-465e0121.system.entry.js → p-54f6cd27.system.entry.js} +1 -1
- package/dist/ionic/p-572cce26.system.entry.js +4 -0
- package/dist/ionic/p-5b976d70.entry.js +4 -0
- package/dist/ionic/p-5c3e72a8.system.js +4 -0
- package/dist/ionic/{p-9cfa25d2.system.entry.js → p-6129af0a.system.entry.js} +1 -1
- package/dist/ionic/{p-084b2140.system.js → p-613d4042.system.js} +1 -1
- package/dist/ionic/p-629aa3fd.system.js +5 -0
- package/dist/ionic/p-62e7d4fa.js +4 -0
- package/dist/ionic/{p-4c9a0825.system.js → p-64475ab5.system.js} +2 -2
- package/dist/ionic/p-673846f6.entry.js +4 -0
- package/dist/ionic/p-6ce0a709.system.entry.js +4 -0
- package/dist/ionic/{p-477f7813.entry.js → p-6ea2e653.entry.js} +1 -1
- package/dist/ionic/p-6f6646bf.system.entry.js +4 -0
- package/dist/ionic/{p-94d4b708.system.entry.js → p-6f8a95a3.system.entry.js} +1 -1
- package/dist/ionic/{p-c1f5d275.js → p-76378400.js} +1 -1
- package/dist/ionic/p-772f6c84.system.js +4 -0
- package/dist/ionic/p-78030c1f.system.entry.js +4 -0
- package/dist/ionic/p-8083aadb.entry.js +4 -0
- package/dist/ionic/{p-a780a377.entry.js → p-818b2e75.entry.js} +1 -1
- package/dist/ionic/p-81c818e7.js +4 -0
- package/dist/ionic/p-81ef7437.system.entry.js +4 -0
- package/dist/ionic/{p-b46c09ac.system.entry.js → p-8a2801f1.system.entry.js} +1 -1
- package/dist/ionic/{p-46956a85.js → p-8b1be026.js} +1 -1
- package/dist/ionic/p-8c1805f4.system.entry.js +4 -0
- package/dist/ionic/{p-0c92638a.js → p-8cf94fc1.js} +1 -1
- package/dist/ionic/p-8d6728a1.system.entry.js +4 -0
- package/dist/ionic/p-8e24ebbc.js +4 -0
- package/dist/ionic/p-8f01a9a2.system.js +4 -0
- package/dist/ionic/{p-f9f3ef7c.system.js → p-939e0fa1.system.js} +1 -1
- package/dist/ionic/p-95817276.system.entry.js +4 -0
- package/dist/ionic/{p-0dd11651.entry.js → p-96ba8eac.entry.js} +1 -1
- package/dist/ionic/{p-86e57430.system.js → p-9ab6f3e6.system.js} +1 -1
- package/dist/ionic/p-9b9dcc3e.system.entry.js +4 -0
- package/dist/ionic/p-9dc85536.system.entry.js +4 -0
- package/dist/ionic/p-9f2e0db9.js +4 -0
- package/dist/ionic/p-a04bfada.entry.js +4 -0
- package/dist/ionic/p-a164e3ab.system.entry.js +4 -0
- package/dist/ionic/p-a200a7fc.entry.js +4 -0
- package/dist/ionic/p-a34fc12e.system.entry.js +4 -0
- package/dist/ionic/p-a7f8dc42.entry.js +4 -0
- package/dist/ionic/p-a9c32660.entry.js +4 -0
- package/dist/ionic/{p-0b761768.system.js → p-aa377971.system.js} +1 -1
- package/dist/ionic/{p-2d55f2bd.system.js → p-ab4cff27.system.js} +1 -1
- package/dist/ionic/p-ad48dd13.system.js +4 -0
- package/dist/ionic/{p-66bd7d60.entry.js → p-afb6658f.entry.js} +1 -1
- package/dist/ionic/p-b132c2c0.system.js +4 -0
- package/dist/ionic/p-b24aa895.js +4 -0
- package/dist/ionic/p-b287ab05.js +4 -0
- package/dist/ionic/{p-c75da7cf.system.js → p-b3c68723.system.js} +1 -1
- package/dist/ionic/{p-e3f387af.system.js → p-b4b4bb29.system.js} +1 -1
- package/dist/ionic/p-b61a2fa0.system.entry.js +4 -0
- package/dist/ionic/p-b753ec0d.system.entry.js +4 -0
- package/dist/ionic/p-b8c3f071.system.js +4 -0
- package/dist/ionic/p-b9047b05.system.js +4 -0
- package/dist/ionic/p-b912e055.system.js +4 -0
- package/dist/ionic/{p-28342e96.js → p-b923f3d7.js} +1 -1
- package/dist/ionic/{p-c3325038.system.js → p-bba2ce59.system.js} +1 -1
- package/dist/ionic/{p-46cac66d.system.entry.js → p-beb864e4.system.entry.js} +1 -1
- package/dist/ionic/p-c05315f5.system.entry.js +4 -0
- package/dist/ionic/p-c105bd36.entry.js +4 -0
- package/dist/ionic/p-c42c86c0.system.entry.js +4 -0
- package/dist/ionic/{p-505d3b57.system.js → p-c49672d8.system.js} +1 -1
- package/dist/ionic/{p-ed70dec7.entry.js → p-c4a5de01.entry.js} +1 -1
- package/dist/ionic/{p-f7515628.entry.js → p-c679fcb5.entry.js} +1 -1
- package/dist/ionic/p-c8c9d699.system.entry.js +4 -0
- package/dist/ionic/p-c92f0a6d.system.entry.js +4 -0
- package/dist/ionic/p-c956e82c.system.entry.js +4 -0
- package/dist/ionic/{p-40ed5852.system.js → p-c994fff0.system.js} +1 -1
- package/dist/ionic/p-ca5cf574.js +4 -0
- package/dist/ionic/p-cabd2c6d.entry.js +4 -0
- package/dist/ionic/p-cc196b34.js +4 -0
- package/dist/ionic/{p-0fba861a.system.js → p-ccdcb022.system.js} +1 -1
- package/dist/ionic/p-cd2d17c3.system.entry.js +4 -0
- package/dist/ionic/{p-8a9d2a85.system.entry.js → p-ce7d67a7.system.entry.js} +1 -1
- package/dist/ionic/p-ced41304.system.js +4 -0
- package/dist/ionic/{p-fc2c5521.system.entry.js → p-cf0c93e3.system.entry.js} +1 -1
- package/dist/ionic/p-cf62e1c8.js +4 -0
- package/dist/ionic/{p-9912d985.js → p-d1de1188.js} +1 -1
- package/dist/ionic/p-d35217be.entry.js +4 -0
- package/dist/ionic/p-d6e53e66.entry.js +4 -0
- package/dist/ionic/{p-c056132d.entry.js → p-db1a1e00.entry.js} +1 -1
- package/dist/ionic/{p-13cb1942.system.entry.js → p-e0f52215.system.entry.js} +1 -1
- package/dist/ionic/p-e1d5752d.system.entry.js +4 -0
- package/dist/ionic/p-e2bb634f.js +4 -0
- package/dist/ionic/{p-c7d59299.js → p-e38a5f77.js} +1 -1
- package/dist/ionic/p-e42aaa8b.entry.js +4 -0
- package/dist/ionic/p-e65ebe96.entry.js +4 -0
- package/dist/ionic/p-e74faf2a.entry.js +4 -0
- package/dist/ionic/{p-dd54d07b.system.entry.js → p-eab10949.system.entry.js} +1 -1
- package/dist/ionic/p-eac263dd.entry.js +4 -0
- package/dist/ionic/p-f34f001c.entry.js +4 -0
- package/dist/ionic/p-f4309ac7.entry.js +4 -0
- package/dist/ionic/p-f5bf698b.entry.js +4 -0
- package/dist/ionic/p-f7566bad.entry.js +4 -0
- package/dist/ionic/p-f919c026.entry.js +4 -0
- package/dist/ionic/p-f9fa802c.system.entry.js +4 -0
- package/dist/ionic/{p-c3da26fd.system.js → p-fa8d4788.system.js} +1 -1
- package/dist/ionic/{p-1699be8e.entry.js → p-fcf47f80.entry.js} +1 -1
- package/dist/ionic/{p-3ca87455.system.js → p-ff5a10f9.system.js} +1 -1
- package/dist/node_modules/ionicons/dist/collection/components/icon/icon.css +49 -6
- package/dist/types/components/action-sheet/action-sheet-interface.d.ts +3 -0
- package/dist/types/components/action-sheet/action-sheet.d.ts +1 -1
- package/dist/types/components/alert/alert-interface.d.ts +3 -0
- package/dist/types/components/alert/alert.d.ts +1 -1
- package/dist/types/components/button/button.d.ts +9 -0
- package/dist/types/components/checkbox/checkbox.d.ts +9 -1
- package/dist/types/components/content/content.d.ts +2 -1
- package/dist/types/components/datetime/datetime-interface.d.ts +1 -0
- package/dist/types/components/datetime/datetime.d.ts +25 -12
- package/dist/types/components/datetime/utils/data.d.ts +4 -4
- package/dist/types/components/datetime/utils/format.d.ts +3 -3
- package/dist/types/components/datetime/utils/helpers.d.ts +15 -1
- package/dist/types/components/datetime/utils/parse.d.ts +5 -5
- package/dist/types/components/item/item.d.ts +2 -0
- package/dist/types/components/item-sliding/test/test.utils.d.ts +5 -0
- package/dist/types/components/loading/loading.d.ts +1 -1
- package/dist/types/components/menu/menu-interface.d.ts +0 -1
- package/dist/types/components/menu/menu.d.ts +10 -1
- package/dist/types/components/modal/modal.d.ts +1 -1
- package/dist/types/components/picker/picker-interface.d.ts +3 -0
- package/dist/types/components/picker/picker.d.ts +1 -1
- package/dist/types/components/popover/popover.d.ts +1 -1
- package/dist/types/components/radio/radio.d.ts +8 -1
- package/dist/types/components/range/range.d.ts +10 -1
- package/dist/types/components/router-outlet/{route-outlet.d.ts → router-outlet.d.ts} +1 -2
- package/dist/types/components/segment/segment.d.ts +1 -0
- package/dist/types/components/tab-bar/tab-bar.d.ts +8 -0
- package/dist/types/components/toast/animations/ios.enter.d.ts +2 -1
- package/dist/types/components/toast/animations/ios.leave.d.ts +2 -2
- package/dist/types/components/toast/animations/md.enter.d.ts +2 -1
- package/dist/types/components/toast/animations/utils.d.ts +18 -0
- package/dist/types/components/toast/toast-interface.d.ts +17 -0
- package/dist/types/components/toast/toast.d.ts +23 -2
- package/dist/types/components/toggle/toggle.d.ts +8 -1
- package/dist/types/components.d.ts +58 -24
- package/dist/types/index.d.ts +2 -0
- package/dist/types/interface.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +17 -5
- package/dist/types/utils/browser/index.d.ts +16 -1
- package/dist/types/utils/input-shims/hacks/scroll-data.d.ts +1 -1
- package/dist/types/utils/lock-controller.d.ts +10 -0
- package/dist/types/utils/menu-controller/index.d.ts +1 -2
- package/dist/types/utils/overlays.d.ts +5 -2
- package/dist/types/utils/test/playwright/drag-element.d.ts +8 -1
- package/dist/types/utils/test/playwright/page/utils/index.d.ts +0 -1
- package/dist/types/utils/test/playwright/playwright-declarations.d.ts +0 -5
- package/dist/types/utils/test/playwright/viewports/index.d.ts +4 -0
- package/hydrate/index.d.ts +6 -6
- package/hydrate/index.js +1320 -691
- package/hydrate/package.json +1 -1
- package/loader/index.d.ts +1 -1
- package/package.json +12 -12
- package/dist/collection/components/router-outlet/route-outlet.css +0 -10
- package/dist/collection/utils/test/playwright/page/utils/get-snapshot-settings.js +0 -32
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/esm-es5/animation-258fd22b.js +0 -4
- package/dist/esm-es5/app-globals-70454efb.js +0 -4
- package/dist/esm-es5/data-605c040f.js +0 -4
- package/dist/esm-es5/form-controller-6cd7ebd1.js +0 -4
- package/dist/esm-es5/framework-delegate-6a45ed30.js +0 -4
- package/dist/esm-es5/index-36a5fd75.js +0 -5
- package/dist/esm-es5/index-6e89f340.js +0 -4
- package/dist/esm-es5/input-shims-5b912f6d.js +0 -4
- package/dist/esm-es5/ios.transition-6a838b0c.js +0 -4
- package/dist/esm-es5/md.transition-b7d7b475.js +0 -4
- package/dist/esm-es5/overlays-4801a327.js +0 -4
- package/dist/esm-es5/swipe-back-1bb66ed2.js +0 -4
- package/dist/ionic/p-004db8b3.entry.js +0 -4
- package/dist/ionic/p-026e6f00.system.entry.js +0 -4
- package/dist/ionic/p-05111967.entry.js +0 -4
- package/dist/ionic/p-0e51ceb7.system.entry.js +0 -4
- package/dist/ionic/p-163145e8.system.entry.js +0 -4
- package/dist/ionic/p-164b025e.system.js +0 -4
- package/dist/ionic/p-1ce8e1ca.system.entry.js +0 -4
- package/dist/ionic/p-1f05aa2b.system.entry.js +0 -4
- package/dist/ionic/p-21e3627d.entry.js +0 -4
- package/dist/ionic/p-2e5dc115.entry.js +0 -4
- package/dist/ionic/p-322237d0.entry.js +0 -4
- package/dist/ionic/p-335e3cfe.js +0 -4
- package/dist/ionic/p-34f66fef.entry.js +0 -4
- package/dist/ionic/p-355aae8e.system.entry.js +0 -4
- package/dist/ionic/p-37184fe8.js +0 -4
- package/dist/ionic/p-39a30df1.entry.js +0 -4
- package/dist/ionic/p-3bf5cd2e.system.entry.js +0 -4
- package/dist/ionic/p-3f9dbcfc.system.entry.js +0 -4
- package/dist/ionic/p-40f778e6.js +0 -4
- package/dist/ionic/p-4108c24e.entry.js +0 -4
- package/dist/ionic/p-43060640.system.entry.js +0 -4
- package/dist/ionic/p-451cbc39.js +0 -4
- package/dist/ionic/p-49ead5cb.system.js +0 -4
- package/dist/ionic/p-4ab679fd.system.js +0 -4
- package/dist/ionic/p-4f7973ad.entry.js +0 -4
- package/dist/ionic/p-52540082.js +0 -4
- package/dist/ionic/p-54ada505.entry.js +0 -4
- package/dist/ionic/p-54d3d2b6.entry.js +0 -4
- package/dist/ionic/p-565d288e.system.js +0 -4
- package/dist/ionic/p-5a3ee051.system.js +0 -4
- package/dist/ionic/p-5db06d92.system.entry.js +0 -4
- package/dist/ionic/p-5dc1aee9.entry.js +0 -4
- package/dist/ionic/p-5de3c520.js +0 -4
- package/dist/ionic/p-627e74b4.js +0 -4
- package/dist/ionic/p-69a66969.js +0 -4
- package/dist/ionic/p-6a0edd6d.system.js +0 -5
- package/dist/ionic/p-6eeeee8b.system.entry.js +0 -4
- package/dist/ionic/p-6f59ad61.entry.js +0 -4
- package/dist/ionic/p-72969d37.entry.js +0 -4
- package/dist/ionic/p-74a23266.system.entry.js +0 -4
- package/dist/ionic/p-7c63a67f.system.entry.js +0 -4
- package/dist/ionic/p-8711de04.entry.js +0 -4
- package/dist/ionic/p-871802fe.entry.js +0 -4
- package/dist/ionic/p-897e142d.entry.js +0 -4
- package/dist/ionic/p-8da248f0.system.entry.js +0 -4
- package/dist/ionic/p-90bfa7eb.system.entry.js +0 -4
- package/dist/ionic/p-9131f2ce.system.entry.js +0 -4
- package/dist/ionic/p-921d49a0.entry.js +0 -4
- package/dist/ionic/p-94bb8e22.entry.js +0 -4
- package/dist/ionic/p-954ce757.system.entry.js +0 -4
- package/dist/ionic/p-99eac672.system.js +0 -4
- package/dist/ionic/p-9c935c1f.system.entry.js +0 -4
- package/dist/ionic/p-9dcf76ff.system.entry.js +0 -4
- package/dist/ionic/p-9ee9d00e.js +0 -4
- package/dist/ionic/p-a18e77cb.system.entry.js +0 -4
- package/dist/ionic/p-a2e57f27.entry.js +0 -4
- package/dist/ionic/p-a4ef5b36.js +0 -4
- package/dist/ionic/p-a5808f22.entry.js +0 -4
- package/dist/ionic/p-a7016aef.entry.js +0 -4
- package/dist/ionic/p-ab692eeb.entry.js +0 -4
- package/dist/ionic/p-acd4af3a.entry.js +0 -4
- package/dist/ionic/p-b04873a4.system.js +0 -4
- package/dist/ionic/p-b096113b.js +0 -4
- package/dist/ionic/p-b159246b.entry.js +0 -4
- package/dist/ionic/p-b6098fdf.entry.js +0 -4
- package/dist/ionic/p-b6519389.system.entry.js +0 -4
- package/dist/ionic/p-b94d3454.entry.js +0 -4
- package/dist/ionic/p-c05662ba.system.entry.js +0 -4
- package/dist/ionic/p-c60bc054.system.entry.js +0 -4
- package/dist/ionic/p-c9b94b63.system.entry.js +0 -4
- package/dist/ionic/p-cd582fdb.system.entry.js +0 -4
- package/dist/ionic/p-cd83e6cc.system.entry.js +0 -4
- package/dist/ionic/p-d0dedc45.entry.js +0 -4
- package/dist/ionic/p-d267077c.system.entry.js +0 -4
- package/dist/ionic/p-d34c3e77.js +0 -4
- package/dist/ionic/p-d7e0a42b.system.js +0 -4
- package/dist/ionic/p-d834e36b.entry.js +0 -4
- package/dist/ionic/p-d9bc4210.js +0 -5
- package/dist/ionic/p-e171bd9c.system.js +0 -4
- package/dist/ionic/p-e4146230.system.entry.js +0 -4
- package/dist/ionic/p-e614b5ba.system.entry.js +0 -4
- package/dist/ionic/p-ec8a20f7.system.entry.js +0 -4
- package/dist/ionic/p-ee9863ad.js +0 -4
- package/dist/ionic/p-f16ea33b.entry.js +0 -4
- package/dist/ionic/p-f321535c.js +0 -4
- package/dist/ionic/p-f3c381f2.entry.js +0 -4
- package/dist/ionic/p-f484f0e1.system.entry.js +0 -4
- package/dist/ionic/p-f67dfe83.system.entry.js +0 -4
- package/dist/ionic/p-f810e0d3.js +0 -4
- package/dist/ionic/p-fc431180.entry.js +0 -4
- package/dist/ionic/p-ffe2c670.js +0 -4
- package/dist/types/utils/test/playwright/page/utils/get-snapshot-settings.d.ts +0 -8
- /package/dist/cjs/{config-172736e4.js → config-d5882735.js} +0 -0
- /package/dist/cjs/{cubic-bezier-0e51923d.js → cubic-bezier-6b9222ad.js} +0 -0
- /package/dist/cjs/{dir-186d3a4d.js → dir-f1e0ca26.js} +0 -0
- /package/dist/cjs/{focus-visible-6163be3a.js → focus-visible-a7545600.js} +0 -0
- /package/dist/cjs/{gesture-controller-e2865472.js → gesture-controller-b46721be.js} +0 -0
- /package/dist/cjs/{hardware-back-button-bae6e13a.js → hardware-back-button-b67c8e75.js} +0 -0
- /package/dist/cjs/{helpers-77560954.js → helpers-ea4ccbcb.js} +0 -0
- /package/dist/cjs/{index-f0d7c9cc.js → index-306a7476.js} +0 -0
- /package/dist/cjs/{index-79605113.js → index-cc7dfb7c.js} +0 -0
- /package/dist/cjs/{spinner-configs-7d30ff6f.js → spinner-configs-f7b5105b.js} +0 -0
- /package/dist/cjs/{theme-e6fec71e.js → theme-fbc56b3b.js} +0 -0
- /package/dist/cjs/{watch-options-4d182698.js → watch-options-f3f77e54.js} +0 -0
- /package/dist/esm/{config-80c044f2.js → config-96c9ace3.js} +0 -0
- /package/dist/esm/{cubic-bezier-e78d1307.js → cubic-bezier-66542bc5.js} +0 -0
- /package/dist/esm/{dir-e8b767a8.js → dir-912e3e13.js} +0 -0
- /package/dist/esm/{focus-visible-10ad4867.js → focus-visible-85493433.js} +0 -0
- /package/dist/esm/{gesture-controller-17060b7c.js → gesture-controller-0fa396c4.js} +0 -0
- /package/dist/esm/{hardware-back-button-490df115.js → hardware-back-button-39299f84.js} +0 -0
- /package/dist/esm/{helpers-f586db1c.js → helpers-3379ba19.js} +0 -0
- /package/dist/esm/{index-e86f0117.js → index-595d62c9.js} +0 -0
- /package/dist/esm/{index-b32cad98.js → index-7a14ecec.js} +0 -0
- /package/dist/esm/{spinner-configs-40ada8cd.js → spinner-configs-d09fbbbb.js} +0 -0
- /package/dist/esm/{theme-7670341c.js → theme-17531cdf.js} +0 -0
- /package/dist/esm/{watch-options-4d421847.js → watch-options-355a920a.js} +0 -0
- /package/dist/esm-es5/{config-80c044f2.js → config-96c9ace3.js} +0 -0
- /package/dist/esm-es5/{cubic-bezier-e78d1307.js → cubic-bezier-66542bc5.js} +0 -0
- /package/dist/esm-es5/{dir-e8b767a8.js → dir-912e3e13.js} +0 -0
- /package/dist/esm-es5/{focus-visible-10ad4867.js → focus-visible-85493433.js} +0 -0
- /package/dist/esm-es5/{gesture-controller-17060b7c.js → gesture-controller-0fa396c4.js} +0 -0
- /package/dist/esm-es5/{hardware-back-button-490df115.js → hardware-back-button-39299f84.js} +0 -0
- /package/dist/esm-es5/{helpers-f586db1c.js → helpers-3379ba19.js} +0 -0
- /package/dist/esm-es5/{index-e86f0117.js → index-595d62c9.js} +0 -0
- /package/dist/esm-es5/{index-b32cad98.js → index-7a14ecec.js} +0 -0
- /package/dist/esm-es5/{index-393bc14a.js → index-c132c5f1.js} +0 -0
- /package/dist/esm-es5/{spinner-configs-40ada8cd.js → spinner-configs-d09fbbbb.js} +0 -0
- /package/dist/esm-es5/{theme-7670341c.js → theme-17531cdf.js} +0 -0
- /package/dist/esm-es5/{watch-options-4d421847.js → watch-options-355a920a.js} +0 -0
- /package/dist/ionic/{p-3b753651.system.js → p-0e94957a.system.js} +0 -0
- /package/dist/ionic/{p-6561b0e5.js → p-185e427e.js} +0 -0
- /package/dist/ionic/{p-e1bc9a81.js → p-1b8e1d03.js} +0 -0
- /package/dist/ionic/{p-fe01417c.js → p-1d072d3d.js} +0 -0
- /package/dist/ionic/{p-5503807a.system.js → p-2b89ea1b.system.js} +0 -0
- /package/dist/ionic/{p-1ef14636.system.js → p-44bc8b45.system.js} +0 -0
- /package/dist/ionic/{p-97891b6b.system.js → p-479cdbf8.system.js} +0 -0
- /package/dist/ionic/{p-09292468.system.js → p-56dc022e.system.js} +0 -0
- /package/dist/ionic/{p-c099b4c9.js → p-5bf16a18.js} +0 -0
- /package/dist/ionic/{p-38bc7b29.js → p-63eb0acd.js} +0 -0
- /package/dist/ionic/{p-bb5b0f18.js → p-6dbfe5d4.js} +0 -0
- /package/dist/ionic/{p-d2405689.js → p-76fce40e.js} +0 -0
- /package/dist/ionic/{p-7ec7dc35.js → p-7b021525.js} +0 -0
- /package/dist/ionic/{p-bb38e011.js → p-7c2bac85.js} +0 -0
- /package/dist/ionic/{p-dc3c3a0a.system.js → p-8050b9b9.system.js} +0 -0
- /package/dist/ionic/{p-86d4b2bf.system.js → p-815c2fba.system.js} +0 -0
- /package/dist/ionic/{p-c2257c28.system.js → p-819ff3b9.system.js} +0 -0
- /package/dist/ionic/{p-56929710.system.js → p-87411e39.system.js} +0 -0
- /package/dist/ionic/{p-04f1268e.system.js → p-8c15eda7.system.js} +0 -0
- /package/dist/ionic/{p-72dbfdd4.system.js → p-9e852ff1.system.js} +0 -0
- /package/dist/ionic/{p-3c349187.js → p-b347cfd1.js} +0 -0
- /package/dist/ionic/{p-896b72c9.js → p-c18d6eac.js} +0 -0
- /package/dist/ionic/{p-eb54056c.system.js → p-c4f2dce7.system.js} +0 -0
- /package/dist/ionic/{p-4a212c9c.system.js → p-c87827ca.system.js} +0 -0
- /package/dist/ionic/{p-e1c318e0.js → p-e0b06b65.js} +0 -0
- /package/dist/ionic/{p-35d01c78.js → p-ea96fa73.js} +0 -0
package/dist/html.html-data.json
CHANGED
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"references": [
|
|
53
53
|
{
|
|
54
54
|
"name": "Source code",
|
|
55
|
-
"url": "
|
|
55
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/accordion/accordion.tsx"
|
|
56
56
|
}
|
|
57
57
|
]
|
|
58
58
|
},
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"references": [
|
|
112
112
|
{
|
|
113
113
|
"name": "Source code",
|
|
114
|
-
"url": "
|
|
114
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/accordion-group/accordion-group.tsx"
|
|
115
115
|
}
|
|
116
116
|
]
|
|
117
117
|
},
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"references": [
|
|
175
175
|
{
|
|
176
176
|
"name": "Source code",
|
|
177
|
-
"url": "
|
|
177
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/action-sheet/action-sheet.tsx"
|
|
178
178
|
}
|
|
179
179
|
]
|
|
180
180
|
},
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
"references": [
|
|
242
242
|
{
|
|
243
243
|
"name": "Source code",
|
|
244
|
-
"url": "
|
|
244
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/alert/alert.tsx"
|
|
245
245
|
}
|
|
246
246
|
]
|
|
247
247
|
},
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"references": [
|
|
256
256
|
{
|
|
257
257
|
"name": "Source code",
|
|
258
|
-
"url": "
|
|
258
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/app/app.tsx"
|
|
259
259
|
}
|
|
260
260
|
]
|
|
261
261
|
},
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"references": [
|
|
270
270
|
{
|
|
271
271
|
"name": "Source code",
|
|
272
|
-
"url": "
|
|
272
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/avatar/avatar.tsx"
|
|
273
273
|
}
|
|
274
274
|
]
|
|
275
275
|
},
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"references": [
|
|
361
361
|
{
|
|
362
362
|
"name": "Source code",
|
|
363
|
-
"url": "
|
|
363
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/back-button/back-button.tsx"
|
|
364
364
|
}
|
|
365
365
|
]
|
|
366
366
|
},
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
"references": [
|
|
388
388
|
{
|
|
389
389
|
"name": "Source code",
|
|
390
|
-
"url": "
|
|
390
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/backdrop/backdrop.tsx"
|
|
391
391
|
}
|
|
392
392
|
]
|
|
393
393
|
},
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
"references": [
|
|
448
448
|
{
|
|
449
449
|
"name": "Source code",
|
|
450
|
-
"url": "
|
|
450
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/badge/badge.tsx"
|
|
451
451
|
}
|
|
452
452
|
]
|
|
453
453
|
},
|
|
@@ -550,7 +550,7 @@
|
|
|
550
550
|
"references": [
|
|
551
551
|
{
|
|
552
552
|
"name": "Source code",
|
|
553
|
-
"url": "
|
|
553
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/breadcrumb/breadcrumb.tsx"
|
|
554
554
|
}
|
|
555
555
|
]
|
|
556
556
|
},
|
|
@@ -622,7 +622,7 @@
|
|
|
622
622
|
"references": [
|
|
623
623
|
{
|
|
624
624
|
"name": "Source code",
|
|
625
|
-
"url": "
|
|
625
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/breadcrumbs/breadcrumbs.tsx"
|
|
626
626
|
}
|
|
627
627
|
]
|
|
628
628
|
},
|
|
@@ -798,7 +798,7 @@
|
|
|
798
798
|
"references": [
|
|
799
799
|
{
|
|
800
800
|
"name": "Source code",
|
|
801
|
-
"url": "
|
|
801
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/button/button.tsx"
|
|
802
802
|
}
|
|
803
803
|
]
|
|
804
804
|
},
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
"references": [
|
|
818
818
|
{
|
|
819
819
|
"name": "Source code",
|
|
820
|
-
"url": "
|
|
820
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/buttons/buttons.tsx"
|
|
821
821
|
}
|
|
822
822
|
]
|
|
823
823
|
},
|
|
@@ -931,7 +931,7 @@
|
|
|
931
931
|
"references": [
|
|
932
932
|
{
|
|
933
933
|
"name": "Source code",
|
|
934
|
-
"url": "
|
|
934
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/card/card.tsx"
|
|
935
935
|
}
|
|
936
936
|
]
|
|
937
937
|
},
|
|
@@ -958,7 +958,7 @@
|
|
|
958
958
|
"references": [
|
|
959
959
|
{
|
|
960
960
|
"name": "Source code",
|
|
961
|
-
"url": "
|
|
961
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/card-content/card-content.tsx"
|
|
962
962
|
}
|
|
963
963
|
]
|
|
964
964
|
},
|
|
@@ -1022,7 +1022,7 @@
|
|
|
1022
1022
|
"references": [
|
|
1023
1023
|
{
|
|
1024
1024
|
"name": "Source code",
|
|
1025
|
-
"url": "
|
|
1025
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/card-header/card-header.tsx"
|
|
1026
1026
|
}
|
|
1027
1027
|
]
|
|
1028
1028
|
},
|
|
@@ -1082,7 +1082,7 @@
|
|
|
1082
1082
|
"references": [
|
|
1083
1083
|
{
|
|
1084
1084
|
"name": "Source code",
|
|
1085
|
-
"url": "
|
|
1085
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/card-subtitle/card-subtitle.tsx"
|
|
1086
1086
|
}
|
|
1087
1087
|
]
|
|
1088
1088
|
},
|
|
@@ -1142,7 +1142,7 @@
|
|
|
1142
1142
|
"references": [
|
|
1143
1143
|
{
|
|
1144
1144
|
"name": "Source code",
|
|
1145
|
-
"url": "
|
|
1145
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/card-title/card-title.tsx"
|
|
1146
1146
|
}
|
|
1147
1147
|
]
|
|
1148
1148
|
},
|
|
@@ -1153,6 +1153,18 @@
|
|
|
1153
1153
|
"value": ""
|
|
1154
1154
|
},
|
|
1155
1155
|
"attributes": [
|
|
1156
|
+
{
|
|
1157
|
+
"name": "alignment",
|
|
1158
|
+
"description": "How to control the alignment of the checkbox and label on the cross axis.\n`\"start\"`: The label and control will appear on the left of the cross axis in LTR, and on the right side in RTL.\n`\"center\"`: The label and control will appear at the center of the cross axis in both LTR and RTL.",
|
|
1159
|
+
"values": [
|
|
1160
|
+
{
|
|
1161
|
+
"name": "center"
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"name": "start"
|
|
1165
|
+
}
|
|
1166
|
+
]
|
|
1167
|
+
},
|
|
1156
1168
|
{
|
|
1157
1169
|
"name": "checked",
|
|
1158
1170
|
"description": "If `true`, the checkbox is selected."
|
|
@@ -1215,7 +1227,7 @@
|
|
|
1215
1227
|
},
|
|
1216
1228
|
{
|
|
1217
1229
|
"name": "label-placement",
|
|
1218
|
-
"description": "Where to place the label relative to the checkbox.\n`\"start\"`: The label will appear to the left of the checkbox in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the checkbox in LTR and to the left in RTL.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").",
|
|
1230
|
+
"description": "Where to place the label relative to the checkbox.\n`\"start\"`: The label will appear to the left of the checkbox in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the checkbox in LTR and to the left in RTL.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").\n`\"stacked\"`: The label will appear above the checkbox regardless of the direction. The alignment of the label can be controlled with the `alignment` property.",
|
|
1219
1231
|
"values": [
|
|
1220
1232
|
{
|
|
1221
1233
|
"name": "end"
|
|
@@ -1223,6 +1235,9 @@
|
|
|
1223
1235
|
{
|
|
1224
1236
|
"name": "fixed"
|
|
1225
1237
|
},
|
|
1238
|
+
{
|
|
1239
|
+
"name": "stacked"
|
|
1240
|
+
},
|
|
1226
1241
|
{
|
|
1227
1242
|
"name": "start"
|
|
1228
1243
|
}
|
|
@@ -1256,7 +1271,7 @@
|
|
|
1256
1271
|
"references": [
|
|
1257
1272
|
{
|
|
1258
1273
|
"name": "Source code",
|
|
1259
|
-
"url": "
|
|
1274
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/checkbox/checkbox.tsx"
|
|
1260
1275
|
}
|
|
1261
1276
|
]
|
|
1262
1277
|
},
|
|
@@ -1324,7 +1339,7 @@
|
|
|
1324
1339
|
"references": [
|
|
1325
1340
|
{
|
|
1326
1341
|
"name": "Source code",
|
|
1327
|
-
"url": "
|
|
1342
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/chip/chip.tsx"
|
|
1328
1343
|
}
|
|
1329
1344
|
]
|
|
1330
1345
|
},
|
|
@@ -1435,7 +1450,7 @@
|
|
|
1435
1450
|
"references": [
|
|
1436
1451
|
{
|
|
1437
1452
|
"name": "Source code",
|
|
1438
|
-
"url": "
|
|
1453
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/col/col.tsx"
|
|
1439
1454
|
}
|
|
1440
1455
|
]
|
|
1441
1456
|
},
|
|
@@ -1503,7 +1518,7 @@
|
|
|
1503
1518
|
"references": [
|
|
1504
1519
|
{
|
|
1505
1520
|
"name": "Source code",
|
|
1506
|
-
"url": "
|
|
1521
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/content/content.tsx"
|
|
1507
1522
|
}
|
|
1508
1523
|
]
|
|
1509
1524
|
},
|
|
@@ -1575,11 +1590,17 @@
|
|
|
1575
1590
|
"name": "hour-cycle",
|
|
1576
1591
|
"description": "The hour cycle of the `ion-datetime`. If no value is set, this is\nspecified by the current locale.",
|
|
1577
1592
|
"values": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "h11"
|
|
1595
|
+
},
|
|
1578
1596
|
{
|
|
1579
1597
|
"name": "h12"
|
|
1580
1598
|
},
|
|
1581
1599
|
{
|
|
1582
1600
|
"name": "h23"
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"name": "h24"
|
|
1583
1604
|
}
|
|
1584
1605
|
]
|
|
1585
1606
|
},
|
|
@@ -1702,7 +1723,7 @@
|
|
|
1702
1723
|
"references": [
|
|
1703
1724
|
{
|
|
1704
1725
|
"name": "Source code",
|
|
1705
|
-
"url": "
|
|
1726
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/datetime/datetime.tsx"
|
|
1706
1727
|
}
|
|
1707
1728
|
]
|
|
1708
1729
|
},
|
|
@@ -1770,7 +1791,7 @@
|
|
|
1770
1791
|
"references": [
|
|
1771
1792
|
{
|
|
1772
1793
|
"name": "Source code",
|
|
1773
|
-
"url": "
|
|
1794
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/datetime-button/datetime-button.tsx"
|
|
1774
1795
|
}
|
|
1775
1796
|
]
|
|
1776
1797
|
},
|
|
@@ -1823,7 +1844,7 @@
|
|
|
1823
1844
|
"references": [
|
|
1824
1845
|
{
|
|
1825
1846
|
"name": "Source code",
|
|
1826
|
-
"url": "
|
|
1847
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/fab/fab.tsx"
|
|
1827
1848
|
}
|
|
1828
1849
|
]
|
|
1829
1850
|
},
|
|
@@ -1958,7 +1979,7 @@
|
|
|
1958
1979
|
"references": [
|
|
1959
1980
|
{
|
|
1960
1981
|
"name": "Source code",
|
|
1961
|
-
"url": "
|
|
1982
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/fab-button/fab-button.tsx"
|
|
1962
1983
|
}
|
|
1963
1984
|
]
|
|
1964
1985
|
},
|
|
@@ -1995,7 +2016,7 @@
|
|
|
1995
2016
|
"references": [
|
|
1996
2017
|
{
|
|
1997
2018
|
"name": "Source code",
|
|
1998
|
-
"url": "
|
|
2019
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/fab-list/fab-list.tsx"
|
|
1999
2020
|
}
|
|
2000
2021
|
]
|
|
2001
2022
|
},
|
|
@@ -2035,7 +2056,7 @@
|
|
|
2035
2056
|
"references": [
|
|
2036
2057
|
{
|
|
2037
2058
|
"name": "Source code",
|
|
2038
|
-
"url": "
|
|
2059
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/footer/footer.tsx"
|
|
2039
2060
|
}
|
|
2040
2061
|
]
|
|
2041
2062
|
},
|
|
@@ -2054,7 +2075,7 @@
|
|
|
2054
2075
|
"references": [
|
|
2055
2076
|
{
|
|
2056
2077
|
"name": "Source code",
|
|
2057
|
-
"url": "
|
|
2078
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/grid/grid.tsx"
|
|
2058
2079
|
}
|
|
2059
2080
|
]
|
|
2060
2081
|
},
|
|
@@ -2097,7 +2118,7 @@
|
|
|
2097
2118
|
"references": [
|
|
2098
2119
|
{
|
|
2099
2120
|
"name": "Source code",
|
|
2100
|
-
"url": "
|
|
2121
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/header/header.tsx"
|
|
2101
2122
|
}
|
|
2102
2123
|
]
|
|
2103
2124
|
},
|
|
@@ -2120,7 +2141,7 @@
|
|
|
2120
2141
|
"references": [
|
|
2121
2142
|
{
|
|
2122
2143
|
"name": "Source code",
|
|
2123
|
-
"url": "
|
|
2144
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/img/img.tsx"
|
|
2124
2145
|
}
|
|
2125
2146
|
]
|
|
2126
2147
|
},
|
|
@@ -2155,7 +2176,7 @@
|
|
|
2155
2176
|
"references": [
|
|
2156
2177
|
{
|
|
2157
2178
|
"name": "Source code",
|
|
2158
|
-
"url": "
|
|
2179
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/infinite-scroll/infinite-scroll.tsx"
|
|
2159
2180
|
}
|
|
2160
2181
|
]
|
|
2161
2182
|
},
|
|
@@ -2207,7 +2228,7 @@
|
|
|
2207
2228
|
"references": [
|
|
2208
2229
|
{
|
|
2209
2230
|
"name": "Source code",
|
|
2210
|
-
"url": "
|
|
2231
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/infinite-scroll-content/infinite-scroll-content.tsx"
|
|
2211
2232
|
}
|
|
2212
2233
|
]
|
|
2213
2234
|
},
|
|
@@ -2692,7 +2713,7 @@
|
|
|
2692
2713
|
"references": [
|
|
2693
2714
|
{
|
|
2694
2715
|
"name": "Source code",
|
|
2695
|
-
"url": "
|
|
2716
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/input/input.tsx"
|
|
2696
2717
|
}
|
|
2697
2718
|
]
|
|
2698
2719
|
},
|
|
@@ -2854,7 +2875,7 @@
|
|
|
2854
2875
|
"references": [
|
|
2855
2876
|
{
|
|
2856
2877
|
"name": "Source code",
|
|
2857
|
-
"url": "
|
|
2878
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/item/item.tsx"
|
|
2858
2879
|
}
|
|
2859
2880
|
]
|
|
2860
2881
|
},
|
|
@@ -2918,7 +2939,7 @@
|
|
|
2918
2939
|
"references": [
|
|
2919
2940
|
{
|
|
2920
2941
|
"name": "Source code",
|
|
2921
|
-
"url": "
|
|
2942
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/item-divider/item-divider.tsx"
|
|
2922
2943
|
}
|
|
2923
2944
|
]
|
|
2924
2945
|
},
|
|
@@ -2932,7 +2953,7 @@
|
|
|
2932
2953
|
"references": [
|
|
2933
2954
|
{
|
|
2934
2955
|
"name": "Source code",
|
|
2935
|
-
"url": "
|
|
2956
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/item-group/item-group.tsx"
|
|
2936
2957
|
}
|
|
2937
2958
|
]
|
|
2938
2959
|
},
|
|
@@ -3031,7 +3052,7 @@
|
|
|
3031
3052
|
"references": [
|
|
3032
3053
|
{
|
|
3033
3054
|
"name": "Source code",
|
|
3034
|
-
"url": "
|
|
3055
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/item-option/item-option.tsx"
|
|
3035
3056
|
}
|
|
3036
3057
|
]
|
|
3037
3058
|
},
|
|
@@ -3058,7 +3079,7 @@
|
|
|
3058
3079
|
"references": [
|
|
3059
3080
|
{
|
|
3060
3081
|
"name": "Source code",
|
|
3061
|
-
"url": "
|
|
3082
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/item-options/item-options.tsx"
|
|
3062
3083
|
}
|
|
3063
3084
|
]
|
|
3064
3085
|
},
|
|
@@ -3077,7 +3098,7 @@
|
|
|
3077
3098
|
"references": [
|
|
3078
3099
|
{
|
|
3079
3100
|
"name": "Source code",
|
|
3080
|
-
"url": "
|
|
3101
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/item-sliding/item-sliding.tsx"
|
|
3081
3102
|
}
|
|
3082
3103
|
]
|
|
3083
3104
|
},
|
|
@@ -3152,7 +3173,7 @@
|
|
|
3152
3173
|
"references": [
|
|
3153
3174
|
{
|
|
3154
3175
|
"name": "Source code",
|
|
3155
|
-
"url": "
|
|
3176
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/label/label.tsx"
|
|
3156
3177
|
}
|
|
3157
3178
|
]
|
|
3158
3179
|
},
|
|
@@ -3198,7 +3219,7 @@
|
|
|
3198
3219
|
"references": [
|
|
3199
3220
|
{
|
|
3200
3221
|
"name": "Source code",
|
|
3201
|
-
"url": "
|
|
3222
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/list/list.tsx"
|
|
3202
3223
|
}
|
|
3203
3224
|
]
|
|
3204
3225
|
},
|
|
@@ -3273,7 +3294,7 @@
|
|
|
3273
3294
|
"references": [
|
|
3274
3295
|
{
|
|
3275
3296
|
"name": "Source code",
|
|
3276
|
-
"url": "
|
|
3297
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/list-header/list-header.tsx"
|
|
3277
3298
|
}
|
|
3278
3299
|
]
|
|
3279
3300
|
},
|
|
@@ -3373,7 +3394,7 @@
|
|
|
3373
3394
|
"references": [
|
|
3374
3395
|
{
|
|
3375
3396
|
"name": "Source code",
|
|
3376
|
-
"url": "
|
|
3397
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/loading/loading.tsx"
|
|
3377
3398
|
}
|
|
3378
3399
|
]
|
|
3379
3400
|
},
|
|
@@ -3424,7 +3445,7 @@
|
|
|
3424
3445
|
"references": [
|
|
3425
3446
|
{
|
|
3426
3447
|
"name": "Source code",
|
|
3427
|
-
"url": "
|
|
3448
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/menu/menu.tsx"
|
|
3428
3449
|
}
|
|
3429
3450
|
]
|
|
3430
3451
|
},
|
|
@@ -3511,7 +3532,7 @@
|
|
|
3511
3532
|
"references": [
|
|
3512
3533
|
{
|
|
3513
3534
|
"name": "Source code",
|
|
3514
|
-
"url": "
|
|
3535
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/menu-button/menu-button.tsx"
|
|
3515
3536
|
}
|
|
3516
3537
|
]
|
|
3517
3538
|
},
|
|
@@ -3534,7 +3555,7 @@
|
|
|
3534
3555
|
"references": [
|
|
3535
3556
|
{
|
|
3536
3557
|
"name": "Source code",
|
|
3537
|
-
"url": "
|
|
3558
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/menu-toggle/menu-toggle.tsx"
|
|
3538
3559
|
}
|
|
3539
3560
|
]
|
|
3540
3561
|
},
|
|
@@ -3617,7 +3638,7 @@
|
|
|
3617
3638
|
"references": [
|
|
3618
3639
|
{
|
|
3619
3640
|
"name": "Source code",
|
|
3620
|
-
"url": "
|
|
3641
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/modal/modal.tsx"
|
|
3621
3642
|
}
|
|
3622
3643
|
]
|
|
3623
3644
|
},
|
|
@@ -3644,7 +3665,7 @@
|
|
|
3644
3665
|
"references": [
|
|
3645
3666
|
{
|
|
3646
3667
|
"name": "Source code",
|
|
3647
|
-
"url": "
|
|
3668
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/nav/nav.tsx"
|
|
3648
3669
|
}
|
|
3649
3670
|
]
|
|
3650
3671
|
},
|
|
@@ -3678,7 +3699,7 @@
|
|
|
3678
3699
|
"references": [
|
|
3679
3700
|
{
|
|
3680
3701
|
"name": "Source code",
|
|
3681
|
-
"url": "
|
|
3702
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/nav-link/nav-link.tsx"
|
|
3682
3703
|
}
|
|
3683
3704
|
]
|
|
3684
3705
|
},
|
|
@@ -3738,7 +3759,7 @@
|
|
|
3738
3759
|
"references": [
|
|
3739
3760
|
{
|
|
3740
3761
|
"name": "Source code",
|
|
3741
|
-
"url": "
|
|
3762
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/note/note.tsx"
|
|
3742
3763
|
}
|
|
3743
3764
|
]
|
|
3744
3765
|
},
|
|
@@ -3797,7 +3818,7 @@
|
|
|
3797
3818
|
"references": [
|
|
3798
3819
|
{
|
|
3799
3820
|
"name": "Source code",
|
|
3800
|
-
"url": "
|
|
3821
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/picker/picker.tsx"
|
|
3801
3822
|
}
|
|
3802
3823
|
]
|
|
3803
3824
|
},
|
|
@@ -3950,7 +3971,7 @@
|
|
|
3950
3971
|
"references": [
|
|
3951
3972
|
{
|
|
3952
3973
|
"name": "Source code",
|
|
3953
|
-
"url": "
|
|
3974
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/popover/popover.tsx"
|
|
3954
3975
|
}
|
|
3955
3976
|
]
|
|
3956
3977
|
},
|
|
@@ -4034,7 +4055,7 @@
|
|
|
4034
4055
|
"references": [
|
|
4035
4056
|
{
|
|
4036
4057
|
"name": "Source code",
|
|
4037
|
-
"url": "
|
|
4058
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/progress-bar/progress-bar.tsx"
|
|
4038
4059
|
}
|
|
4039
4060
|
]
|
|
4040
4061
|
},
|
|
@@ -4045,6 +4066,18 @@
|
|
|
4045
4066
|
"value": ""
|
|
4046
4067
|
},
|
|
4047
4068
|
"attributes": [
|
|
4069
|
+
{
|
|
4070
|
+
"name": "alignment",
|
|
4071
|
+
"description": "How to control the alignment of the radio and label on the cross axis.\n`\"start\"`: The label and control will appear on the left of the cross axis in LTR, and on the right side in RTL.\n`\"center\"`: The label and control will appear at the center of the cross axis in both LTR and RTL.",
|
|
4072
|
+
"values": [
|
|
4073
|
+
{
|
|
4074
|
+
"name": "center"
|
|
4075
|
+
},
|
|
4076
|
+
{
|
|
4077
|
+
"name": "start"
|
|
4078
|
+
}
|
|
4079
|
+
]
|
|
4080
|
+
},
|
|
4048
4081
|
{
|
|
4049
4082
|
"name": "color",
|
|
4050
4083
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -4099,7 +4132,7 @@
|
|
|
4099
4132
|
},
|
|
4100
4133
|
{
|
|
4101
4134
|
"name": "label-placement",
|
|
4102
|
-
"description": "Where to place the label relative to the radio.\n`\"start\"`: The label will appear to the left of the radio in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the radio in LTR and to the left in RTL.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").",
|
|
4135
|
+
"description": "Where to place the label relative to the radio.\n`\"start\"`: The label will appear to the left of the radio in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the radio in LTR and to the left in RTL.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").\n`\"stacked\"`: The label will appear above the radio regardless of the direction. The alignment of the label can be controlled with the `alignment` property.",
|
|
4103
4136
|
"values": [
|
|
4104
4137
|
{
|
|
4105
4138
|
"name": "end"
|
|
@@ -4107,6 +4140,9 @@
|
|
|
4107
4140
|
{
|
|
4108
4141
|
"name": "fixed"
|
|
4109
4142
|
},
|
|
4143
|
+
{
|
|
4144
|
+
"name": "stacked"
|
|
4145
|
+
},
|
|
4110
4146
|
{
|
|
4111
4147
|
"name": "start"
|
|
4112
4148
|
}
|
|
@@ -4140,7 +4176,7 @@
|
|
|
4140
4176
|
"references": [
|
|
4141
4177
|
{
|
|
4142
4178
|
"name": "Source code",
|
|
4143
|
-
"url": "
|
|
4179
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/radio/radio.tsx"
|
|
4144
4180
|
}
|
|
4145
4181
|
]
|
|
4146
4182
|
},
|
|
@@ -4167,7 +4203,7 @@
|
|
|
4167
4203
|
"references": [
|
|
4168
4204
|
{
|
|
4169
4205
|
"name": "Source code",
|
|
4170
|
-
"url": "
|
|
4206
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/radio-group/radio-group.tsx"
|
|
4171
4207
|
}
|
|
4172
4208
|
]
|
|
4173
4209
|
},
|
|
@@ -4233,7 +4269,7 @@
|
|
|
4233
4269
|
},
|
|
4234
4270
|
{
|
|
4235
4271
|
"name": "label-placement",
|
|
4236
|
-
"description": "Where to place the label relative to the range.\n`\"start\"`: The label will appear to the left of the range in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the range in LTR and to the left in RTL.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").",
|
|
4272
|
+
"description": "Where to place the label relative to the range.\n`\"start\"`: The label will appear to the left of the range in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the range in LTR and to the left in RTL.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").\n`\"stacked\"`: The label will appear above the range regardless of the direction.",
|
|
4237
4273
|
"values": [
|
|
4238
4274
|
{
|
|
4239
4275
|
"name": "end"
|
|
@@ -4241,6 +4277,9 @@
|
|
|
4241
4277
|
{
|
|
4242
4278
|
"name": "fixed"
|
|
4243
4279
|
},
|
|
4280
|
+
{
|
|
4281
|
+
"name": "stacked"
|
|
4282
|
+
},
|
|
4244
4283
|
{
|
|
4245
4284
|
"name": "start"
|
|
4246
4285
|
}
|
|
@@ -4298,7 +4337,7 @@
|
|
|
4298
4337
|
"references": [
|
|
4299
4338
|
{
|
|
4300
4339
|
"name": "Source code",
|
|
4301
|
-
"url": "
|
|
4340
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/range/range.tsx"
|
|
4302
4341
|
}
|
|
4303
4342
|
]
|
|
4304
4343
|
},
|
|
@@ -4337,7 +4376,7 @@
|
|
|
4337
4376
|
"references": [
|
|
4338
4377
|
{
|
|
4339
4378
|
"name": "Source code",
|
|
4340
|
-
"url": "
|
|
4379
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/refresher/refresher.tsx"
|
|
4341
4380
|
}
|
|
4342
4381
|
]
|
|
4343
4382
|
},
|
|
@@ -4397,7 +4436,7 @@
|
|
|
4397
4436
|
"references": [
|
|
4398
4437
|
{
|
|
4399
4438
|
"name": "Source code",
|
|
4400
|
-
"url": "
|
|
4439
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/refresher-content/refresher-content.tsx"
|
|
4401
4440
|
}
|
|
4402
4441
|
]
|
|
4403
4442
|
},
|
|
@@ -4411,7 +4450,7 @@
|
|
|
4411
4450
|
"references": [
|
|
4412
4451
|
{
|
|
4413
4452
|
"name": "Source code",
|
|
4414
|
-
"url": "
|
|
4453
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/reorder/reorder.tsx"
|
|
4415
4454
|
}
|
|
4416
4455
|
]
|
|
4417
4456
|
},
|
|
@@ -4430,7 +4469,7 @@
|
|
|
4430
4469
|
"references": [
|
|
4431
4470
|
{
|
|
4432
4471
|
"name": "Source code",
|
|
4433
|
-
"url": "
|
|
4472
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/reorder-group/reorder-group.tsx"
|
|
4434
4473
|
}
|
|
4435
4474
|
]
|
|
4436
4475
|
},
|
|
@@ -4457,7 +4496,7 @@
|
|
|
4457
4496
|
"references": [
|
|
4458
4497
|
{
|
|
4459
4498
|
"name": "Source code",
|
|
4460
|
-
"url": "
|
|
4499
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/ripple-effect/ripple-effect.tsx"
|
|
4461
4500
|
}
|
|
4462
4501
|
]
|
|
4463
4502
|
},
|
|
@@ -4480,7 +4519,7 @@
|
|
|
4480
4519
|
"references": [
|
|
4481
4520
|
{
|
|
4482
4521
|
"name": "Source code",
|
|
4483
|
-
"url": "
|
|
4522
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/route/route.tsx"
|
|
4484
4523
|
}
|
|
4485
4524
|
]
|
|
4486
4525
|
},
|
|
@@ -4503,7 +4542,7 @@
|
|
|
4503
4542
|
"references": [
|
|
4504
4543
|
{
|
|
4505
4544
|
"name": "Source code",
|
|
4506
|
-
"url": "
|
|
4545
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/route-redirect/route-redirect.tsx"
|
|
4507
4546
|
}
|
|
4508
4547
|
]
|
|
4509
4548
|
},
|
|
@@ -4526,7 +4565,7 @@
|
|
|
4526
4565
|
"references": [
|
|
4527
4566
|
{
|
|
4528
4567
|
"name": "Source code",
|
|
4529
|
-
"url": "
|
|
4568
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/router/router.tsx"
|
|
4530
4569
|
}
|
|
4531
4570
|
]
|
|
4532
4571
|
},
|
|
@@ -4601,7 +4640,7 @@
|
|
|
4601
4640
|
"references": [
|
|
4602
4641
|
{
|
|
4603
4642
|
"name": "Source code",
|
|
4604
|
-
"url": "
|
|
4643
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/router-link/router-link.tsx"
|
|
4605
4644
|
}
|
|
4606
4645
|
]
|
|
4607
4646
|
},
|
|
@@ -4632,7 +4671,7 @@
|
|
|
4632
4671
|
"references": [
|
|
4633
4672
|
{
|
|
4634
4673
|
"name": "Source code",
|
|
4635
|
-
"url": "
|
|
4674
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/router-outlet/router-outlet.tsx"
|
|
4636
4675
|
}
|
|
4637
4676
|
]
|
|
4638
4677
|
},
|
|
@@ -4646,7 +4685,7 @@
|
|
|
4646
4685
|
"references": [
|
|
4647
4686
|
{
|
|
4648
4687
|
"name": "Source code",
|
|
4649
|
-
"url": "
|
|
4688
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/row/row.tsx"
|
|
4650
4689
|
}
|
|
4651
4690
|
]
|
|
4652
4691
|
},
|
|
@@ -5044,7 +5083,7 @@
|
|
|
5044
5083
|
"references": [
|
|
5045
5084
|
{
|
|
5046
5085
|
"name": "Source code",
|
|
5047
|
-
"url": "
|
|
5086
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/searchbar/searchbar.tsx"
|
|
5048
5087
|
}
|
|
5049
5088
|
]
|
|
5050
5089
|
},
|
|
@@ -5124,7 +5163,7 @@
|
|
|
5124
5163
|
"references": [
|
|
5125
5164
|
{
|
|
5126
5165
|
"name": "Source code",
|
|
5127
|
-
"url": "
|
|
5166
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/segment/segment.tsx"
|
|
5128
5167
|
}
|
|
5129
5168
|
]
|
|
5130
5169
|
},
|
|
@@ -5198,7 +5237,7 @@
|
|
|
5198
5237
|
"references": [
|
|
5199
5238
|
{
|
|
5200
5239
|
"name": "Source code",
|
|
5201
|
-
"url": "
|
|
5240
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/segment-button/segment-button.tsx"
|
|
5202
5241
|
}
|
|
5203
5242
|
]
|
|
5204
5243
|
},
|
|
@@ -5386,7 +5425,7 @@
|
|
|
5386
5425
|
"references": [
|
|
5387
5426
|
{
|
|
5388
5427
|
"name": "Source code",
|
|
5389
|
-
"url": "
|
|
5428
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/select/select.tsx"
|
|
5390
5429
|
}
|
|
5391
5430
|
]
|
|
5392
5431
|
},
|
|
@@ -5409,7 +5448,7 @@
|
|
|
5409
5448
|
"references": [
|
|
5410
5449
|
{
|
|
5411
5450
|
"name": "Source code",
|
|
5412
|
-
"url": "
|
|
5451
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/select-option/select-option.tsx"
|
|
5413
5452
|
}
|
|
5414
5453
|
]
|
|
5415
5454
|
},
|
|
@@ -5428,7 +5467,7 @@
|
|
|
5428
5467
|
"references": [
|
|
5429
5468
|
{
|
|
5430
5469
|
"name": "Source code",
|
|
5431
|
-
"url": "
|
|
5470
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/skeleton-text/skeleton-text.tsx"
|
|
5432
5471
|
}
|
|
5433
5472
|
]
|
|
5434
5473
|
},
|
|
@@ -5517,7 +5556,7 @@
|
|
|
5517
5556
|
"references": [
|
|
5518
5557
|
{
|
|
5519
5558
|
"name": "Source code",
|
|
5520
|
-
"url": "
|
|
5559
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/spinner/spinner.tsx"
|
|
5521
5560
|
}
|
|
5522
5561
|
]
|
|
5523
5562
|
},
|
|
@@ -5544,7 +5583,7 @@
|
|
|
5544
5583
|
"references": [
|
|
5545
5584
|
{
|
|
5546
5585
|
"name": "Source code",
|
|
5547
|
-
"url": "
|
|
5586
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/split-pane/split-pane.tsx"
|
|
5548
5587
|
}
|
|
5549
5588
|
]
|
|
5550
5589
|
},
|
|
@@ -5567,7 +5606,7 @@
|
|
|
5567
5606
|
"references": [
|
|
5568
5607
|
{
|
|
5569
5608
|
"name": "Source code",
|
|
5570
|
-
"url": "
|
|
5609
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/tab/tab.tsx"
|
|
5571
5610
|
}
|
|
5572
5611
|
]
|
|
5573
5612
|
},
|
|
@@ -5635,7 +5674,7 @@
|
|
|
5635
5674
|
"references": [
|
|
5636
5675
|
{
|
|
5637
5676
|
"name": "Source code",
|
|
5638
|
-
"url": "
|
|
5677
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/tab-bar/tab-bar.tsx"
|
|
5639
5678
|
}
|
|
5640
5679
|
]
|
|
5641
5680
|
},
|
|
@@ -5714,7 +5753,7 @@
|
|
|
5714
5753
|
"references": [
|
|
5715
5754
|
{
|
|
5716
5755
|
"name": "Source code",
|
|
5717
|
-
"url": "
|
|
5756
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/tab-button/tab-button.tsx"
|
|
5718
5757
|
}
|
|
5719
5758
|
]
|
|
5720
5759
|
},
|
|
@@ -5728,7 +5767,7 @@
|
|
|
5728
5767
|
"references": [
|
|
5729
5768
|
{
|
|
5730
5769
|
"name": "Source code",
|
|
5731
|
-
"url": "
|
|
5770
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/tabs/tabs.tsx"
|
|
5732
5771
|
}
|
|
5733
5772
|
]
|
|
5734
5773
|
},
|
|
@@ -5788,7 +5827,7 @@
|
|
|
5788
5827
|
"references": [
|
|
5789
5828
|
{
|
|
5790
5829
|
"name": "Source code",
|
|
5791
|
-
"url": "
|
|
5830
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/text/text.tsx"
|
|
5792
5831
|
}
|
|
5793
5832
|
]
|
|
5794
5833
|
},
|
|
@@ -6046,7 +6085,7 @@
|
|
|
6046
6085
|
"references": [
|
|
6047
6086
|
{
|
|
6048
6087
|
"name": "Source code",
|
|
6049
|
-
"url": "
|
|
6088
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/textarea/textarea.tsx"
|
|
6050
6089
|
}
|
|
6051
6090
|
]
|
|
6052
6091
|
},
|
|
@@ -6060,7 +6099,7 @@
|
|
|
6060
6099
|
"references": [
|
|
6061
6100
|
{
|
|
6062
6101
|
"name": "Source code",
|
|
6063
|
-
"url": "
|
|
6102
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/thumbnail/thumbnail.tsx"
|
|
6064
6103
|
}
|
|
6065
6104
|
]
|
|
6066
6105
|
},
|
|
@@ -6120,7 +6159,7 @@
|
|
|
6120
6159
|
"references": [
|
|
6121
6160
|
{
|
|
6122
6161
|
"name": "Source code",
|
|
6123
|
-
"url": "
|
|
6162
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/title/title.tsx"
|
|
6124
6163
|
}
|
|
6125
6164
|
]
|
|
6126
6165
|
},
|
|
@@ -6222,7 +6261,7 @@
|
|
|
6222
6261
|
},
|
|
6223
6262
|
{
|
|
6224
6263
|
"name": "position",
|
|
6225
|
-
"description": "The position of the toast on the screen.",
|
|
6264
|
+
"description": "The starting position of the toast on the screen. Can be tweaked further\nusing the `positionAnchor` property.",
|
|
6226
6265
|
"values": [
|
|
6227
6266
|
{
|
|
6228
6267
|
"name": "bottom"
|
|
@@ -6235,6 +6274,10 @@
|
|
|
6235
6274
|
}
|
|
6236
6275
|
]
|
|
6237
6276
|
},
|
|
6277
|
+
{
|
|
6278
|
+
"name": "position-anchor",
|
|
6279
|
+
"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."
|
|
6280
|
+
},
|
|
6238
6281
|
{
|
|
6239
6282
|
"name": "translucent",
|
|
6240
6283
|
"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)."
|
|
@@ -6247,7 +6290,7 @@
|
|
|
6247
6290
|
"references": [
|
|
6248
6291
|
{
|
|
6249
6292
|
"name": "Source code",
|
|
6250
|
-
"url": "
|
|
6293
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/toast/toast.tsx"
|
|
6251
6294
|
}
|
|
6252
6295
|
]
|
|
6253
6296
|
},
|
|
@@ -6258,6 +6301,18 @@
|
|
|
6258
6301
|
"value": ""
|
|
6259
6302
|
},
|
|
6260
6303
|
"attributes": [
|
|
6304
|
+
{
|
|
6305
|
+
"name": "alignment",
|
|
6306
|
+
"description": "How to control the alignment of the toggle and label on the cross axis.\n``\"start\"`: The label and control will appear on the left of the cross axis in LTR, and on the right side in RTL.\n`\"center\"`: The label and control will appear at the center of the cross axis in both LTR and RTL.",
|
|
6307
|
+
"values": [
|
|
6308
|
+
{
|
|
6309
|
+
"name": "center"
|
|
6310
|
+
},
|
|
6311
|
+
{
|
|
6312
|
+
"name": "start"
|
|
6313
|
+
}
|
|
6314
|
+
]
|
|
6315
|
+
},
|
|
6261
6316
|
{
|
|
6262
6317
|
"name": "checked",
|
|
6263
6318
|
"description": "If `true`, the toggle is selected."
|
|
@@ -6320,7 +6375,7 @@
|
|
|
6320
6375
|
},
|
|
6321
6376
|
{
|
|
6322
6377
|
"name": "label-placement",
|
|
6323
|
-
"description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the toggle in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the toggle in LTR and to the left in RTL.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").",
|
|
6378
|
+
"description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the toggle in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the toggle in LTR and to the left in RTL.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").\n`\"stacked\"`: The label will appear above the toggle regardless of the direction. The alignment of the label can be controlled with the `alignment` property.",
|
|
6324
6379
|
"values": [
|
|
6325
6380
|
{
|
|
6326
6381
|
"name": "end"
|
|
@@ -6328,6 +6383,9 @@
|
|
|
6328
6383
|
{
|
|
6329
6384
|
"name": "fixed"
|
|
6330
6385
|
},
|
|
6386
|
+
{
|
|
6387
|
+
"name": "stacked"
|
|
6388
|
+
},
|
|
6331
6389
|
{
|
|
6332
6390
|
"name": "start"
|
|
6333
6391
|
}
|
|
@@ -6361,7 +6419,7 @@
|
|
|
6361
6419
|
"references": [
|
|
6362
6420
|
{
|
|
6363
6421
|
"name": "Source code",
|
|
6364
|
-
"url": "
|
|
6422
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/toggle/toggle.tsx"
|
|
6365
6423
|
}
|
|
6366
6424
|
]
|
|
6367
6425
|
},
|
|
@@ -6421,7 +6479,7 @@
|
|
|
6421
6479
|
"references": [
|
|
6422
6480
|
{
|
|
6423
6481
|
"name": "Source code",
|
|
6424
|
-
"url": "
|
|
6482
|
+
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/toolbar/toolbar.tsx"
|
|
6425
6483
|
}
|
|
6426
6484
|
]
|
|
6427
6485
|
}
|