@rei/cedar 15.2.0 → 15.3.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/README.md +10 -6
- package/dist/cdr-palette.css +1 -0
- package/dist/cdr-reset.css +1 -1
- package/dist/cdr-style.css +1 -1
- package/dist/cedar.umd.js +14 -14
- package/dist/component-docgen.json +3431 -2943
- package/dist/components/abstract/CdrAbstract.vue.mjs +9 -0
- package/dist/components/abstract/styles/CdrAbstract.module.scss.mjs +6 -0
- package/dist/components/accordion/CdrAccordion.vue.mjs +9 -0
- package/dist/components/accordion/CdrAccordionGroup.vue.mjs +9 -0
- package/dist/components/accordion/styles/CdrAccordion.module.scss.mjs +34 -0
- package/dist/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +7 -0
- package/dist/components/banner/CdrBanner.vue.mjs +9 -0
- package/dist/components/banner/styles/CdrBanner.module.scss.mjs +19 -0
- package/dist/components/breadcrumb/CdrBreadcrumb.vue.mjs +9 -0
- package/dist/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +12 -0
- package/dist/components/button/CdrButton.vue.mjs +9 -0
- package/dist/components/button/styles/CdrButton.module.scss.mjs +36 -0
- package/dist/components/caption/CdrCaption.vue.mjs +9 -0
- package/dist/components/caption/styles/CdrCaption.module.scss.mjs +7 -0
- package/dist/components/card/CdrCard.vue.mjs +9 -0
- package/dist/components/card/styles/CdrCard.module.scss.mjs +6 -0
- package/dist/components/checkbox/CdrCheckbox.vue.mjs +9 -0
- package/dist/components/checkbox/CdrCheckbox.vue2.mjs +147 -0
- package/dist/components/checkbox/styles/CdrCheckbox.module.scss.mjs +32 -0
- package/dist/components/chip/CdrChip.vue.mjs +9 -0
- package/dist/components/chip/CdrChipGroup.vue.mjs +9 -0
- package/dist/components/chip/styles/CdrChip.module.scss.mjs +9 -0
- package/dist/components/chip/styles/CdrChipGroup.module.scss.mjs +9 -0
- package/dist/components/choreographer/CdrChoreographer.vue.mjs +9 -0
- package/dist/components/choreographer/CdrChoreographer.vue2.mjs +52 -0
- package/dist/components/choreographer/styles/CdrChoreographer.module.scss.mjs +9 -0
- package/dist/components/container/CdrContainer.vue.mjs +9 -0
- package/dist/components/container/styles/CdrContainer.module.scss.mjs +7 -0
- package/dist/components/formError/CdrFormError.vue.mjs +9 -0
- package/dist/components/formError/styles/CdrFormError.module.scss.mjs +7 -0
- package/dist/components/formGroup/CdrFormGroup.vue.mjs +9 -0
- package/dist/components/formGroup/CdrFormGroup.vue2.mjs +69 -0
- package/dist/components/formGroup/styles/CdrFormGroup.module.scss.mjs +13 -0
- package/dist/components/fulfillmentTile/CdrFulfillmentTile.vue.mjs +9 -0
- package/dist/components/fulfillmentTile/CdrFulfillmentTile.vue2.mjs +103 -0
- package/dist/components/fulfillmentTile/CdrFulfillmentTileContent.vue.mjs +9 -0
- package/dist/components/fulfillmentTile/CdrFulfillmentTileContent.vue2.mjs +26 -0
- package/dist/components/fulfillmentTile/CdrFulfillmentTileHeader.vue.mjs +9 -0
- package/dist/components/fulfillmentTile/CdrFulfillmentTileHeader.vue2.mjs +29 -0
- package/dist/components/fulfillmentTile/CdrFulfillmentTileIcon.vue.mjs +9 -0
- package/dist/components/fulfillmentTile/styles/CdrFulfillmentTile.module.scss.mjs +32 -0
- package/dist/components/fulfillmentTile/styles/CdrFulfillmentTileContent.module.scss.mjs +6 -0
- package/dist/components/fulfillmentTile/styles/CdrFulfillmentTileHeader.module.scss.mjs +8 -0
- package/dist/components/fulfillmentTile/styles/CdrFulfillmentTileIcon.module.scss.mjs +11 -0
- package/dist/components/grid/CdrGrid.vue.mjs +9 -0
- package/dist/components/grid/styles/CdrGrid.module.scss.mjs +26 -0
- package/dist/components/icon/CdrIcon.vue.mjs +9 -0
- package/dist/components/icon/comps/account-profile-fill.vue.mjs +23 -0
- package/dist/components/icon/comps/account-profile.vue.mjs +23 -0
- package/dist/components/icon/comps/arrow-down.vue.mjs +23 -0
- package/dist/components/icon/comps/arrow-left.vue.mjs +23 -0
- package/dist/components/icon/comps/arrow-right.vue.mjs +23 -0
- package/dist/components/icon/comps/arrow-up.vue.mjs +23 -0
- package/dist/components/icon/comps/atv.vue.mjs +23 -0
- package/dist/components/icon/comps/bed-outline.vue.mjs +23 -0
- package/dist/components/icon/comps/bike-shop.vue.mjs +23 -0
- package/dist/components/icon/comps/binoculars.vue.mjs +23 -0
- package/dist/components/icon/comps/birding.vue.mjs +23 -0
- package/dist/components/icon/comps/boat.vue.mjs +23 -0
- package/dist/components/icon/comps/boating.vue.mjs +23 -0
- package/dist/components/icon/comps/bookmark-fill.vue.mjs +23 -0
- package/dist/components/icon/comps/bookmark-stroke.vue.mjs +23 -0
- package/dist/components/icon/comps/brand-abstract.vue.mjs +23 -0
- package/dist/components/icon/comps/brand-code-sandbox.vue.mjs +23 -0
- package/dist/components/icon/comps/brand-github.vue.mjs +23 -0
- package/dist/components/icon/comps/brand-linkedin.vue.mjs +23 -0
- package/dist/components/icon/comps/brand-rei-ice-axes.vue.mjs +23 -0
- package/dist/components/icon/comps/brand-sketch.vue.mjs +23 -0
- package/dist/components/icon/comps/brand-tiktok.vue.mjs +24 -0
- package/dist/components/icon/comps/buddies.vue.mjs +23 -0
- package/dist/components/icon/comps/bus.vue.mjs +23 -0
- package/dist/components/icon/comps/calendar.vue.mjs +23 -0
- package/dist/components/icon/comps/camera.vue.mjs +23 -0
- package/dist/components/icon/comps/canoe.vue.mjs +23 -0
- package/dist/components/icon/comps/car.vue.mjs +23 -0
- package/dist/components/icon/comps/caret-down.vue.mjs +23 -0
- package/dist/components/icon/comps/caret-left.vue.mjs +23 -0
- package/dist/components/icon/comps/caret-right.vue.mjs +23 -0
- package/dist/components/icon/comps/caret-up.vue.mjs +23 -0
- package/dist/components/icon/comps/cart-fill.vue.mjs +23 -0
- package/dist/components/icon/comps/cart.vue.mjs +23 -0
- package/dist/components/icon/comps/chain-link.vue.mjs +23 -0
- package/dist/components/icon/comps/chat.vue.mjs +23 -0
- package/dist/components/icon/comps/check-fill.vue.mjs +23 -0
- package/dist/components/icon/comps/check-lg.vue.mjs +23 -0
- package/dist/components/icon/comps/check-sm.vue.mjs +23 -0
- package/dist/components/icon/comps/check-stroke.vue.mjs +23 -0
- package/dist/components/icon/comps/climb.vue.mjs +23 -0
- package/dist/components/icon/comps/clipboard.vue.mjs +23 -0
- package/dist/components/icon/comps/clock.vue.mjs +23 -0
- package/dist/components/icon/comps/code-html.vue.mjs +23 -0
- package/dist/components/icon/comps/code-js.vue.mjs +23 -0
- package/dist/components/icon/comps/compass.vue.mjs +23 -0
- package/dist/components/icon/comps/copy.vue.mjs +23 -0
- package/dist/components/icon/comps/coupon-fill.vue.mjs +23 -0
- package/dist/components/icon/comps/coupon-stroke.vue.mjs +23 -0
- package/dist/components/icon/comps/credit-card.vue.mjs +23 -0
- package/dist/components/icon/comps/curbside-pickup.vue.mjs +23 -0
- package/dist/components/icon/comps/day.vue.mjs +23 -0
- package/dist/components/icon/comps/diving.vue.mjs +23 -0
- package/dist/components/icon/comps/dog.vue.mjs +23 -0
- package/dist/components/icon/comps/download.vue.mjs +23 -0
- package/dist/components/icon/comps/duplicate.vue.mjs +24 -0
- package/dist/components/icon/comps/edit.vue.mjs +23 -0
- package/dist/components/icon/comps/elevation.vue.mjs +23 -0
- package/dist/components/icon/comps/error-fill.vue.mjs +25 -0
- package/dist/components/icon/comps/error-stroke.vue.mjs +27 -0
- package/dist/components/icon/comps/expand.vue.mjs +23 -0
- package/dist/components/icon/comps/experiences-backpacking.vue.mjs +23 -0
- package/dist/components/icon/comps/experiences-camping.vue.mjs +23 -0
- package/dist/components/icon/comps/experiences-climbing.vue.mjs +23 -0
- package/dist/components/icon/comps/experiences-clothing.vue.mjs +23 -0
- package/dist/components/icon/comps/experiences-cycling.vue.mjs +23 -0
- package/dist/components/icon/comps/experiences-family.vue.mjs +23 -0
- package/dist/components/icon/comps/experiences-fitness.vue.mjs +23 -0
- package/dist/components/icon/comps/experiences-hiking.vue.mjs +23 -0
- package/dist/components/icon/comps/experiences-outdoor-basics.vue.mjs +23 -0
- package/dist/components/icon/comps/experiences-paddling.vue.mjs +23 -0
- package/dist/components/icon/comps/experiences-rentals.vue.mjs +23 -0
- package/dist/components/icon/comps/experiences-running.vue.mjs +24 -0
- package/dist/components/icon/comps/experiences-snowsports.vue.mjs +23 -0
- package/dist/components/icon/comps/experiences-travel.vue.mjs +23 -0
- package/dist/components/icon/comps/external-link-alt.vue.mjs +24 -0
- package/dist/components/icon/comps/external-link.vue.mjs +23 -0
- package/dist/components/icon/comps/eye-hide.vue.mjs +23 -0
- package/dist/components/icon/comps/eye-show.vue.mjs +23 -0
- package/dist/components/icon/comps/facebook.vue.mjs +23 -0
- package/dist/components/icon/comps/filter-alt.vue.mjs +23 -0
- package/dist/components/icon/comps/filter.vue.mjs +23 -0
- package/dist/components/icon/comps/find-location.vue.mjs +23 -0
- package/dist/components/icon/comps/fire.vue.mjs +23 -0
- package/dist/components/icon/comps/fishing.vue.mjs +23 -0
- package/dist/components/icon/comps/free-product.vue.mjs +23 -0
- package/dist/components/icon/comps/grid-view.vue.mjs +23 -0
- package/dist/components/icon/comps/heart-fill.vue.mjs +23 -0
- package/dist/components/icon/comps/heart-stroke.vue.mjs +23 -0
- package/dist/components/icon/comps/hike.vue.mjs +23 -0
- package/dist/components/icon/comps/history.vue.mjs +23 -0
- package/dist/components/icon/comps/home.vue.mjs +23 -0
- package/dist/components/icon/comps/horse.vue.mjs +23 -0
- package/dist/components/icon/comps/horseshoe.vue.mjs +23 -0
- package/dist/components/icon/comps/image.vue.mjs +23 -0
- package/dist/components/icon/comps/information-fill.vue.mjs +23 -0
- package/dist/components/icon/comps/information-stroke.vue.mjs +23 -0
- package/dist/components/icon/comps/instagram.vue.mjs +23 -0
- package/dist/components/icon/comps/kayak.vue.mjs +23 -0
- package/dist/components/icon/comps/link-alt.vue.mjs +24 -0
- package/dist/components/icon/comps/list-ragged.vue.mjs +23 -0
- package/dist/components/icon/comps/list-view.vue.mjs +23 -0
- package/dist/components/icon/comps/location-pin-fill.vue.mjs +23 -0
- package/dist/components/icon/comps/location-pin-stroke.vue.mjs +23 -0
- package/dist/components/icon/comps/lock-locked-fill.vue.mjs +23 -0
- package/dist/components/icon/comps/lock-locked-stroke.vue.mjs +23 -0
- package/dist/components/icon/comps/lock-unlocked-stroke.vue.mjs +23 -0
- package/dist/components/icon/comps/mail.vue.mjs +23 -0
- package/dist/components/icon/comps/map.vue.mjs +23 -0
- package/dist/components/icon/comps/member-card.vue.mjs +23 -0
- package/dist/components/icon/comps/membership.vue.mjs +24 -0
- package/dist/components/icon/comps/microphone.vue.mjs +23 -0
- package/dist/components/icon/comps/minus-fill.vue.mjs +23 -0
- package/dist/components/icon/comps/minus-lg.vue.mjs +23 -0
- package/dist/components/icon/comps/minus-sm.vue.mjs +23 -0
- package/dist/components/icon/comps/minus-stroke.vue.mjs +23 -0
- package/dist/components/icon/comps/more-functions.vue.mjs +23 -0
- package/dist/components/icon/comps/my-location.vue.mjs +23 -0
- package/dist/components/icon/comps/navigation-menu.vue.mjs +23 -0
- package/dist/components/icon/comps/night.vue.mjs +23 -0
- package/dist/components/icon/comps/paddle.vue.mjs +23 -0
- package/dist/components/icon/comps/pause-fill.vue.mjs +23 -0
- package/dist/components/icon/comps/pause-stroke.vue.mjs +23 -0
- package/dist/components/icon/comps/pause.vue.mjs +23 -0
- package/dist/components/icon/comps/photography.vue.mjs +23 -0
- package/dist/components/icon/comps/picnic.vue.mjs +23 -0
- package/dist/components/icon/comps/pinterest.vue.mjs +23 -0
- package/dist/components/icon/comps/plane.vue.mjs +23 -0
- package/dist/components/icon/comps/play-fill.vue.mjs +23 -0
- package/dist/components/icon/comps/play-stroke.vue.mjs +23 -0
- package/dist/components/icon/comps/play.vue.mjs +23 -0
- package/dist/components/icon/comps/playground.vue.mjs +23 -0
- package/dist/components/icon/comps/plugin.vue.mjs +23 -0
- package/dist/components/icon/comps/plus-fill.vue.mjs +23 -0
- package/dist/components/icon/comps/plus-lg.vue.mjs +23 -0
- package/dist/components/icon/comps/plus-sm.vue.mjs +23 -0
- package/dist/components/icon/comps/plus-stroke.vue.mjs +23 -0
- package/dist/components/icon/comps/print.vue.mjs +23 -0
- package/dist/components/icon/comps/protection-fill.vue.mjs +23 -0
- package/dist/components/icon/comps/protection-stroke.vue.mjs +23 -0
- package/dist/components/icon/comps/question-fill.vue.mjs +23 -0
- package/dist/components/icon/comps/question-stroke.vue.mjs +23 -0
- package/dist/components/icon/comps/refresh.vue.mjs +23 -0
- package/dist/components/icon/comps/reload.vue.mjs +23 -0
- package/dist/components/icon/comps/returns.vue.mjs +24 -0
- package/dist/components/icon/comps/run.vue.mjs +23 -0
- package/dist/components/icon/comps/scan-barcode.vue.mjs +23 -0
- package/dist/components/icon/comps/search.vue.mjs +23 -0
- package/dist/components/icon/comps/service-shop.vue.mjs +23 -0
- package/dist/components/icon/comps/shipping-prep.vue.mjs +24 -0
- package/dist/components/icon/comps/shipping-truck.vue.mjs +24 -0
- package/dist/components/icon/comps/shipping.vue.mjs +23 -0
- package/dist/components/icon/comps/shopping-bag-fill.vue.mjs +23 -0
- package/dist/components/icon/comps/shopping-bag.vue.mjs +23 -0
- package/dist/components/icon/comps/shrink.vue.mjs +23 -0
- package/dist/components/icon/comps/size-chart.vue.mjs +23 -0
- package/dist/components/icon/comps/ski-boot.vue.mjs +23 -0
- package/dist/components/icon/comps/ski.vue.mjs +23 -0
- package/dist/components/icon/comps/snow-shop.vue.mjs +23 -0
- package/dist/components/icon/comps/snow.vue.mjs +23 -0
- package/dist/components/icon/comps/sort.vue.mjs +23 -0
- package/dist/components/icon/comps/star-100.vue.mjs +23 -0
- package/dist/components/icon/comps/star-25.vue.mjs +23 -0
- package/dist/components/icon/comps/star-50.vue.mjs +23 -0
- package/dist/components/icon/comps/star-75.vue.mjs +23 -0
- package/dist/components/icon/comps/star-stroke.vue.mjs +23 -0
- package/dist/components/icon/comps/storefront.vue.mjs +23 -0
- package/dist/components/icon/comps/swim.vue.mjs +23 -0
- package/dist/components/icon/comps/telephone.vue.mjs +23 -0
- package/dist/components/icon/comps/tent.vue.mjs +23 -0
- package/dist/components/icon/comps/trash.vue.mjs +23 -0
- package/dist/components/icon/comps/twitter.vue.mjs +23 -0
- package/dist/components/icon/comps/upload.vue.mjs +23 -0
- package/dist/components/icon/comps/verified-purchaser.vue.mjs +23 -0
- package/dist/components/icon/comps/virtual-outfitting.vue.mjs +23 -0
- package/dist/components/icon/comps/warning-fill.vue.mjs +23 -0
- package/dist/components/icon/comps/warning-stroke.vue.mjs +23 -0
- package/dist/components/icon/comps/water.vue.mjs +23 -0
- package/dist/components/icon/comps/wilderness.vue.mjs +23 -0
- package/dist/components/icon/comps/x-fill.vue.mjs +23 -0
- package/dist/components/icon/comps/x-lg.vue.mjs +23 -0
- package/dist/components/icon/comps/x-sm.vue.mjs +23 -0
- package/dist/components/icon/comps/x-stroke.vue.mjs +23 -0
- package/dist/components/icon/comps/youtube.vue.mjs +23 -0
- package/dist/components/icon/comps/zoom-in.vue.mjs +23 -0
- package/dist/components/icon/comps/zoom-out.vue.mjs +23 -0
- package/dist/components/icon/styles/CdrIcon.module.scss.mjs +17 -0
- package/dist/components/image/CdrImg.vue.mjs +9 -0
- package/dist/components/image/CdrImg.vue2.mjs +43 -0
- package/dist/components/image/styles/CdrImg.module.scss.mjs +6 -0
- package/dist/components/input/CdrInput.vue.mjs +9 -0
- package/dist/components/input/CdrInput.vue2.mjs +217 -0
- package/dist/components/input/styles/CdrInput.module.scss.mjs +37 -0
- package/dist/components/kicker/CdrKicker.vue.mjs +9 -0
- package/dist/components/kicker/styles/CdrKicker.module.scss.mjs +6 -0
- package/dist/components/labelStandalone/CdrLabelStandalone.vue.mjs +9 -0
- package/dist/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +17 -0
- package/dist/components/labelWrapper/CdrLabelWrapper.vue.mjs +9 -0
- package/dist/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +30 -0
- package/dist/components/landingLead/CdrLandingLead.vue.mjs +9 -0
- package/dist/components/landingLead/CdrLandingLead.vue2.mjs +62 -0
- package/dist/components/landingLead/components/CdrHeadingSubheadingBlock.vue.mjs +9 -0
- package/dist/components/landingLead/components/CdrHeadingSubheadingBlock.vue2.mjs +37 -0
- package/dist/components/landingLead/styles/CdrHeadingSubheadingBlock.module.scss.mjs +9 -0
- package/dist/components/landingLead/styles/CdrLandingLead.module.scss.mjs +13 -0
- package/dist/components/layout/CdrLayout.vue.mjs +9 -0
- package/dist/components/layout/CdrLayout.vue2.mjs +66 -0
- package/dist/components/layout/styles/CdrLayout.module.scss.mjs +89 -0
- package/dist/components/link/CdrLink.vue.mjs +9 -0
- package/dist/components/link/styles/CdrLink.module.scss.mjs +8 -0
- package/dist/components/list/CdrList.vue.mjs +9 -0
- package/dist/components/list/CdrList.vue2.mjs +40 -0
- package/dist/components/list/styles/CdrList.module.scss.mjs +10 -0
- package/dist/components/mediaObject/CdrMediaObject.vue.mjs +9 -0
- package/dist/components/mediaObject/CdrMediaObject.vue2.mjs +100 -0
- package/dist/components/mediaObject/styles/CdrMediaObject.module.scss.mjs +13 -0
- package/dist/components/modal/CdrModal.vue.mjs +9 -0
- package/dist/components/modal/CdrModal.vue2.mjs +246 -0
- package/dist/components/modal/styles/CdrModal.module.scss.mjs +17 -0
- package/dist/components/pagination/CdrPagination.vue.mjs +9 -0
- package/dist/components/pagination/CdrPagination.vue2.mjs +228 -0
- package/dist/components/pagination/styles/CdrPagination.module.scss.mjs +58 -0
- package/dist/components/picture/CdrPicture.vue.mjs +9 -0
- package/dist/components/picture/styles/CdrPicture.module.scss.mjs +7 -0
- package/dist/components/popover/CdrPopover.vue.mjs +9 -0
- package/dist/components/popover/styles/CdrPopover.module.scss.mjs +68 -0
- package/dist/components/popup/CdrPopup.vue.mjs +9 -0
- package/dist/components/popup/calculatePlacement.mjs +33 -0
- package/dist/components/popup/styles/CdrPopup.module.scss.mjs +19 -0
- package/dist/components/quote/CdrQuote.vue.mjs +9 -0
- package/dist/components/quote/styles/CdrQuote.module.scss.mjs +9 -0
- package/dist/components/radio/CdrRadio.vue.mjs +9 -0
- package/dist/components/radio/styles/CdrRadio.module.scss.mjs +32 -0
- package/dist/components/rating/CdrRating.vue.mjs +9 -0
- package/dist/components/rating/components/CdrStar00.vue.mjs +9 -0
- package/dist/components/rating/components/CdrStar100.vue.mjs +9 -0
- package/dist/components/rating/components/CdrStar25.vue.mjs +9 -0
- package/dist/components/rating/components/CdrStar50.vue.mjs +9 -0
- package/dist/components/rating/components/CdrStar75.vue.mjs +9 -0
- package/dist/components/rating/components/CdrStarNull.vue.mjs +9 -0
- package/dist/components/rating/styles/CdrRating.module.scss.mjs +49 -0
- package/dist/components/select/CdrSelect.vue.mjs +9 -0
- package/dist/components/select/CdrSelect.vue2.mjs +199 -0
- package/dist/components/select/styles/CdrSelect.module.scss.mjs +47 -0
- package/dist/components/skeleton/CdrSkeleton.vue.mjs +9 -0
- package/dist/components/skeleton/CdrSkeletonBone.vue.mjs +9 -0
- package/dist/components/skeleton/styles/CdrSkeleton.module.scss.mjs +6 -0
- package/dist/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +13 -0
- package/dist/components/splitSurface/CdrSplitSurface.vue.mjs +9 -0
- package/dist/components/splitSurface/styles/CdrSplitSurface.module.scss.mjs +10 -0
- package/dist/components/surface/CdrSurface.vue.mjs +9 -0
- package/dist/components/surface/CdrSurface.vue2.mjs +60 -0
- package/dist/components/surface/styles/CdrSurface.module.scss.mjs +35 -0
- package/dist/components/surfaceSelection/CdrSurfaceSelection.vue.mjs +9 -0
- package/dist/components/surfaceSelection/CdrSurfaceSelection.vue2.mjs +72 -0
- package/dist/components/surfaceSelection/styles/CdrSurfaceSelection.module.scss.mjs +32 -0
- package/dist/components/switch/CdrSwitch.vue.mjs +9 -0
- package/dist/components/switch/styles/CdrSwitch.module.scss.mjs +13 -0
- package/dist/components/table/CdrTable.vue.mjs +9 -0
- package/dist/components/table/styles/CdrTable.module.scss.mjs +18 -0
- package/dist/components/tabs/CdrTabPanel.vue.mjs +9 -0
- package/dist/components/tabs/CdrTabs.vue.mjs +9 -0
- package/dist/components/tabs/CdrTabs.vue2.mjs +160 -0
- package/dist/components/tabs/styles/CdrTabPanel.module.scss.mjs +10 -0
- package/dist/components/tabs/styles/CdrTabs.module.scss.mjs +33 -0
- package/dist/components/text/CdrText.vue.mjs +9 -0
- package/dist/components/text/presets/CdrBody.vue.mjs +9 -0
- package/dist/components/text/presets/CdrEyebrow.vue.mjs +9 -0
- package/dist/components/text/presets/CdrHeadingDisplay.vue.mjs +9 -0
- package/dist/components/text/presets/CdrHeadingSans.vue.mjs +9 -0
- package/dist/components/text/presets/CdrHeadingSerif.vue.mjs +9 -0
- package/dist/components/text/presets/CdrSubheadingSans.vue.mjs +9 -0
- package/dist/components/text/presets/CdrUtilitySans.vue.mjs +9 -0
- package/dist/components/text/presets/CdrUtilitySerif.vue.mjs +9 -0
- package/dist/components/text/presets/styles/CdrBody.module.scss.mjs +6 -0
- package/dist/components/text/presets/styles/CdrEyebrow.module.scss.mjs +6 -0
- package/dist/components/text/presets/styles/CdrHeadingDisplay.module.scss.mjs +6 -0
- package/dist/components/text/presets/styles/CdrHeadingSans.module.scss.mjs +6 -0
- package/dist/components/text/presets/styles/CdrHeadingSerif.module.scss.mjs +6 -0
- package/dist/components/text/presets/styles/CdrSubheadingSans.module.scss.mjs +6 -0
- package/dist/components/text/presets/styles/CdrUtilitySans.module.scss.mjs +6 -0
- package/dist/components/text/presets/styles/CdrUtilitySerif.module.scss.mjs +6 -0
- package/dist/components/text/styles/CdrText.module.scss.mjs +6 -0
- package/dist/components/title/CdrTitle.vue.mjs +9 -0
- package/dist/components/title/styles/CdrTitle.module.scss.mjs +6 -0
- package/dist/components/toast/CdrToast.vue.mjs +9 -0
- package/dist/components/toast/styles/CdrToast.module.scss.mjs +62 -0
- package/dist/components/toggleButton/CdrToggleButton.vue.mjs +9 -0
- package/dist/components/toggleButton/CdrToggleGroup.vue.mjs +9 -0
- package/dist/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +7 -0
- package/dist/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +10 -0
- package/dist/components/tooltip/CdrTooltip.vue.mjs +9 -0
- package/dist/components/tooltip/styles/CdrTooltip.module.scss.mjs +21 -0
- package/dist/icon-component-docgen.json +617 -617
- package/dist/lib.d.ts +1333 -1091
- package/dist/lib.mjs +495 -0
- package/dist/mixins/breakpoints.mjs +8 -0
- package/dist/style/cdr-abstract.css +1 -1
- package/dist/style/cdr-accordion-group.css +1 -1
- package/dist/style/cdr-accordion.css +1 -1
- package/dist/style/cdr-banner.css +1 -1
- package/dist/style/cdr-body.css +1 -1
- package/dist/style/cdr-breadcrumb.css +1 -1
- package/dist/style/cdr-button.css +1 -1
- package/dist/style/cdr-caption.css +1 -1
- package/dist/style/cdr-card.css +1 -1
- package/dist/style/cdr-checkbox.css +1 -1
- package/dist/style/cdr-chip-group.css +1 -1
- package/dist/style/cdr-chip.css +1 -1
- package/dist/style/cdr-choreographer.css +1 -1
- package/dist/style/cdr-container.css +1 -1
- package/dist/style/cdr-eyebrow.css +1 -1
- package/dist/style/cdr-form-error.css +1 -1
- package/dist/style/cdr-form-group.css +1 -1
- package/dist/style/cdr-fulfillment-tile-content.css +1 -1
- package/dist/style/cdr-fulfillment-tile-header.css +1 -1
- package/dist/style/cdr-fulfillment-tile-icon.css +1 -1
- package/dist/style/cdr-fulfillment-tile.css +1 -1
- package/dist/style/cdr-grid.css +1 -1
- package/dist/style/cdr-heading-display.css +1 -1
- package/dist/style/cdr-heading-sans.css +1 -1
- package/dist/style/cdr-heading-serif.css +1 -1
- package/dist/style/cdr-heading-subheading-block.css +1 -1
- package/dist/style/cdr-icon.css +1 -1
- package/dist/style/cdr-img.css +1 -1
- package/dist/style/cdr-input.css +1 -1
- package/dist/style/cdr-kicker.css +1 -1
- package/dist/style/cdr-label-standalone.css +1 -1
- package/dist/style/cdr-label-wrapper.css +1 -1
- package/dist/style/cdr-landing-lead.css +1 -1
- package/dist/style/cdr-layout.css +1 -0
- package/dist/style/cdr-link.css +1 -1
- package/dist/style/cdr-list.css +1 -1
- package/dist/style/cdr-media-object.css +1 -0
- package/dist/style/cdr-modal.css +1 -1
- package/dist/style/cdr-pagination.css +1 -1
- package/dist/style/cdr-palette.css +1 -0
- package/dist/style/cdr-picture.css +1 -1
- package/dist/style/cdr-popover.css +1 -1
- package/dist/style/cdr-popup.css +1 -1
- package/dist/style/cdr-quote.css +1 -1
- package/dist/style/cdr-radio.css +1 -1
- package/dist/style/cdr-rating.css +1 -1
- package/dist/style/cdr-reset.css +1 -1
- package/dist/style/cdr-select.css +1 -1
- package/dist/style/cdr-skeleton-bone.css +1 -1
- package/dist/style/cdr-skeleton.css +1 -1
- package/dist/style/cdr-split-surface.css +1 -1
- package/dist/style/cdr-subheading-sans.css +1 -1
- package/dist/style/cdr-surface-selection.css +1 -1
- package/dist/style/cdr-surface.css +1 -1
- package/dist/style/cdr-switch.css +1 -1
- package/dist/style/cdr-tab-panel.css +1 -1
- package/dist/style/cdr-table.css +1 -1
- package/dist/style/cdr-tabs.css +1 -1
- package/dist/style/cdr-text.css +1 -1
- package/dist/style/cdr-title.css +1 -1
- package/dist/style/cdr-toast.css +1 -1
- package/dist/style/cdr-toggle-button.css +1 -1
- package/dist/style/cdr-toggle-group.css +1 -1
- package/dist/style/cdr-tooltip.css +1 -1
- package/dist/style/cdr-utility-sans.css +1 -1
- package/dist/style/cdr-utility-serif.css +1 -1
- package/dist/utils/buildClass.mjs +7 -0
- package/dist/utils/layout.mjs +57 -0
- package/dist/utils/mapClasses.mjs +10 -0
- package/dist/utils/mediaObject.mjs +69 -0
- package/dist/utils/other.mjs +25 -0
- package/dist/utils/propValidator.mjs +12 -0
- package/dist/utils/surface.mjs +51 -0
- package/package.json +22 -17
- package/dist/node_modules/@rei/cdr-tokens/dist/rei-dot-com/js/cdr-tokens.mjs +0 -13
- package/dist/src/components/abstract/CdrAbstract.vue.mjs +0 -9
- package/dist/src/components/abstract/styles/CdrAbstract.module.scss.mjs +0 -6
- package/dist/src/components/accordion/CdrAccordion.vue.mjs +0 -9
- package/dist/src/components/accordion/CdrAccordionGroup.vue.mjs +0 -9
- package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +0 -34
- package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +0 -7
- package/dist/src/components/banner/CdrBanner.vue.mjs +0 -9
- package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +0 -19
- package/dist/src/components/breadcrumb/CdrBreadcrumb.vue.mjs +0 -9
- package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +0 -12
- package/dist/src/components/button/CdrButton.vue.mjs +0 -9
- package/dist/src/components/button/styles/CdrButton.module.scss.mjs +0 -36
- package/dist/src/components/caption/CdrCaption.vue.mjs +0 -9
- package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +0 -7
- package/dist/src/components/card/CdrCard.vue.mjs +0 -9
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +0 -6
- package/dist/src/components/checkbox/CdrCheckbox.vue.mjs +0 -9
- package/dist/src/components/checkbox/CdrCheckbox.vue2.mjs +0 -147
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +0 -32
- package/dist/src/components/chip/CdrChip.vue.mjs +0 -9
- package/dist/src/components/chip/CdrChipGroup.vue.mjs +0 -9
- package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +0 -9
- package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +0 -9
- package/dist/src/components/choreographer/CdrChoreographer.vue.mjs +0 -9
- package/dist/src/components/choreographer/CdrChoreographer.vue2.mjs +0 -51
- package/dist/src/components/choreographer/styles/CdrChoreographer.module.scss.mjs +0 -9
- package/dist/src/components/container/CdrContainer.vue.mjs +0 -9
- package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +0 -7
- package/dist/src/components/formError/CdrFormError.vue.mjs +0 -9
- package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +0 -7
- package/dist/src/components/formGroup/CdrFormGroup.vue.mjs +0 -9
- package/dist/src/components/formGroup/CdrFormGroup.vue2.mjs +0 -68
- package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +0 -13
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTile.vue.mjs +0 -9
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTile.vue2.mjs +0 -98
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileContent.vue.mjs +0 -9
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileContent.vue2.mjs +0 -32
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileHeader.vue.mjs +0 -9
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileHeader.vue2.mjs +0 -36
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileIcon.vue.mjs +0 -9
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileLayout.vue.mjs +0 -9
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileLayout.vue2.mjs +0 -26
- package/dist/src/components/fulfillmentTile/styles/CdrFulfillmentTile.module.scss.mjs +0 -32
- package/dist/src/components/fulfillmentTile/styles/CdrFulfillmentTileContent.module.scss.mjs +0 -7
- package/dist/src/components/fulfillmentTile/styles/CdrFulfillmentTileHeader.module.scss.mjs +0 -8
- package/dist/src/components/fulfillmentTile/styles/CdrFulfillmentTileIcon.module.scss.mjs +0 -11
- package/dist/src/components/fulfillmentTile/styles/CdrFulfillmentTileLayout.module.scss.mjs +0 -8
- package/dist/src/components/grid/CdrGrid.vue.mjs +0 -9
- package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +0 -26
- package/dist/src/components/icon/CdrIcon.vue.mjs +0 -9
- package/dist/src/components/icon/comps/account-profile-fill.vue.mjs +0 -23
- package/dist/src/components/icon/comps/account-profile.vue.mjs +0 -23
- package/dist/src/components/icon/comps/arrow-down.vue.mjs +0 -23
- package/dist/src/components/icon/comps/arrow-left.vue.mjs +0 -23
- package/dist/src/components/icon/comps/arrow-right.vue.mjs +0 -23
- package/dist/src/components/icon/comps/arrow-up.vue.mjs +0 -23
- package/dist/src/components/icon/comps/atv.vue.mjs +0 -23
- package/dist/src/components/icon/comps/bed-outline.vue.mjs +0 -23
- package/dist/src/components/icon/comps/bike-shop.vue.mjs +0 -23
- package/dist/src/components/icon/comps/binoculars.vue.mjs +0 -23
- package/dist/src/components/icon/comps/birding.vue.mjs +0 -23
- package/dist/src/components/icon/comps/boat.vue.mjs +0 -23
- package/dist/src/components/icon/comps/boating.vue.mjs +0 -23
- package/dist/src/components/icon/comps/bookmark-fill.vue.mjs +0 -23
- package/dist/src/components/icon/comps/bookmark-stroke.vue.mjs +0 -23
- package/dist/src/components/icon/comps/brand-abstract.vue.mjs +0 -23
- package/dist/src/components/icon/comps/brand-code-sandbox.vue.mjs +0 -23
- package/dist/src/components/icon/comps/brand-github.vue.mjs +0 -23
- package/dist/src/components/icon/comps/brand-linkedin.vue.mjs +0 -23
- package/dist/src/components/icon/comps/brand-rei-ice-axes.vue.mjs +0 -23
- package/dist/src/components/icon/comps/brand-sketch.vue.mjs +0 -23
- package/dist/src/components/icon/comps/brand-tiktok.vue.mjs +0 -24
- package/dist/src/components/icon/comps/buddies.vue.mjs +0 -23
- package/dist/src/components/icon/comps/bus.vue.mjs +0 -23
- package/dist/src/components/icon/comps/calendar.vue.mjs +0 -23
- package/dist/src/components/icon/comps/camera.vue.mjs +0 -23
- package/dist/src/components/icon/comps/canoe.vue.mjs +0 -23
- package/dist/src/components/icon/comps/car.vue.mjs +0 -23
- package/dist/src/components/icon/comps/caret-down.vue.mjs +0 -23
- package/dist/src/components/icon/comps/caret-left.vue.mjs +0 -23
- package/dist/src/components/icon/comps/caret-right.vue.mjs +0 -23
- package/dist/src/components/icon/comps/caret-up.vue.mjs +0 -23
- package/dist/src/components/icon/comps/cart-fill.vue.mjs +0 -23
- package/dist/src/components/icon/comps/cart.vue.mjs +0 -23
- package/dist/src/components/icon/comps/chain-link.vue.mjs +0 -23
- package/dist/src/components/icon/comps/chat.vue.mjs +0 -23
- package/dist/src/components/icon/comps/check-fill.vue.mjs +0 -23
- package/dist/src/components/icon/comps/check-lg.vue.mjs +0 -23
- package/dist/src/components/icon/comps/check-sm.vue.mjs +0 -23
- package/dist/src/components/icon/comps/check-stroke.vue.mjs +0 -23
- package/dist/src/components/icon/comps/climb.vue.mjs +0 -23
- package/dist/src/components/icon/comps/clipboard.vue.mjs +0 -23
- package/dist/src/components/icon/comps/clock.vue.mjs +0 -23
- package/dist/src/components/icon/comps/code-html.vue.mjs +0 -23
- package/dist/src/components/icon/comps/code-js.vue.mjs +0 -23
- package/dist/src/components/icon/comps/compass.vue.mjs +0 -23
- package/dist/src/components/icon/comps/copy.vue.mjs +0 -23
- package/dist/src/components/icon/comps/coupon-fill.vue.mjs +0 -23
- package/dist/src/components/icon/comps/coupon-stroke.vue.mjs +0 -23
- package/dist/src/components/icon/comps/credit-card.vue.mjs +0 -23
- package/dist/src/components/icon/comps/curbside-pickup.vue.mjs +0 -23
- package/dist/src/components/icon/comps/day.vue.mjs +0 -23
- package/dist/src/components/icon/comps/diving.vue.mjs +0 -23
- package/dist/src/components/icon/comps/dog.vue.mjs +0 -23
- package/dist/src/components/icon/comps/download.vue.mjs +0 -23
- package/dist/src/components/icon/comps/duplicate.vue.mjs +0 -24
- package/dist/src/components/icon/comps/edit.vue.mjs +0 -23
- package/dist/src/components/icon/comps/elevation.vue.mjs +0 -23
- package/dist/src/components/icon/comps/error-fill.vue.mjs +0 -25
- package/dist/src/components/icon/comps/error-stroke.vue.mjs +0 -27
- package/dist/src/components/icon/comps/expand.vue.mjs +0 -23
- package/dist/src/components/icon/comps/experiences-backpacking.vue.mjs +0 -23
- package/dist/src/components/icon/comps/experiences-camping.vue.mjs +0 -23
- package/dist/src/components/icon/comps/experiences-climbing.vue.mjs +0 -23
- package/dist/src/components/icon/comps/experiences-clothing.vue.mjs +0 -23
- package/dist/src/components/icon/comps/experiences-cycling.vue.mjs +0 -23
- package/dist/src/components/icon/comps/experiences-family.vue.mjs +0 -23
- package/dist/src/components/icon/comps/experiences-fitness.vue.mjs +0 -23
- package/dist/src/components/icon/comps/experiences-hiking.vue.mjs +0 -23
- package/dist/src/components/icon/comps/experiences-outdoor-basics.vue.mjs +0 -23
- package/dist/src/components/icon/comps/experiences-paddling.vue.mjs +0 -23
- package/dist/src/components/icon/comps/experiences-rentals.vue.mjs +0 -23
- package/dist/src/components/icon/comps/experiences-running.vue.mjs +0 -24
- package/dist/src/components/icon/comps/experiences-snowsports.vue.mjs +0 -23
- package/dist/src/components/icon/comps/experiences-travel.vue.mjs +0 -23
- package/dist/src/components/icon/comps/external-link-alt.vue.mjs +0 -24
- package/dist/src/components/icon/comps/external-link.vue.mjs +0 -23
- package/dist/src/components/icon/comps/eye-hide.vue.mjs +0 -23
- package/dist/src/components/icon/comps/eye-show.vue.mjs +0 -23
- package/dist/src/components/icon/comps/facebook.vue.mjs +0 -23
- package/dist/src/components/icon/comps/filter-alt.vue.mjs +0 -23
- package/dist/src/components/icon/comps/filter.vue.mjs +0 -23
- package/dist/src/components/icon/comps/find-location.vue.mjs +0 -23
- package/dist/src/components/icon/comps/fire.vue.mjs +0 -23
- package/dist/src/components/icon/comps/fishing.vue.mjs +0 -23
- package/dist/src/components/icon/comps/free-product.vue.mjs +0 -23
- package/dist/src/components/icon/comps/grid-view.vue.mjs +0 -23
- package/dist/src/components/icon/comps/heart-fill.vue.mjs +0 -23
- package/dist/src/components/icon/comps/heart-stroke.vue.mjs +0 -23
- package/dist/src/components/icon/comps/hike.vue.mjs +0 -23
- package/dist/src/components/icon/comps/history.vue.mjs +0 -23
- package/dist/src/components/icon/comps/home.vue.mjs +0 -23
- package/dist/src/components/icon/comps/horse.vue.mjs +0 -23
- package/dist/src/components/icon/comps/horseshoe.vue.mjs +0 -23
- package/dist/src/components/icon/comps/image.vue.mjs +0 -23
- package/dist/src/components/icon/comps/information-fill.vue.mjs +0 -23
- package/dist/src/components/icon/comps/information-stroke.vue.mjs +0 -23
- package/dist/src/components/icon/comps/instagram.vue.mjs +0 -23
- package/dist/src/components/icon/comps/kayak.vue.mjs +0 -23
- package/dist/src/components/icon/comps/link-alt.vue.mjs +0 -24
- package/dist/src/components/icon/comps/list-ragged.vue.mjs +0 -23
- package/dist/src/components/icon/comps/list-view.vue.mjs +0 -23
- package/dist/src/components/icon/comps/location-pin-fill.vue.mjs +0 -23
- package/dist/src/components/icon/comps/location-pin-stroke.vue.mjs +0 -23
- package/dist/src/components/icon/comps/lock-locked-fill.vue.mjs +0 -23
- package/dist/src/components/icon/comps/lock-locked-stroke.vue.mjs +0 -23
- package/dist/src/components/icon/comps/lock-unlocked-stroke.vue.mjs +0 -23
- package/dist/src/components/icon/comps/mail.vue.mjs +0 -23
- package/dist/src/components/icon/comps/map.vue.mjs +0 -23
- package/dist/src/components/icon/comps/member-card.vue.mjs +0 -23
- package/dist/src/components/icon/comps/membership.vue.mjs +0 -24
- package/dist/src/components/icon/comps/microphone.vue.mjs +0 -23
- package/dist/src/components/icon/comps/minus-fill.vue.mjs +0 -23
- package/dist/src/components/icon/comps/minus-lg.vue.mjs +0 -23
- package/dist/src/components/icon/comps/minus-sm.vue.mjs +0 -23
- package/dist/src/components/icon/comps/minus-stroke.vue.mjs +0 -23
- package/dist/src/components/icon/comps/more-functions.vue.mjs +0 -23
- package/dist/src/components/icon/comps/my-location.vue.mjs +0 -23
- package/dist/src/components/icon/comps/navigation-menu.vue.mjs +0 -23
- package/dist/src/components/icon/comps/night.vue.mjs +0 -23
- package/dist/src/components/icon/comps/paddle.vue.mjs +0 -23
- package/dist/src/components/icon/comps/pause-fill.vue.mjs +0 -23
- package/dist/src/components/icon/comps/pause-stroke.vue.mjs +0 -23
- package/dist/src/components/icon/comps/pause.vue.mjs +0 -23
- package/dist/src/components/icon/comps/photography.vue.mjs +0 -23
- package/dist/src/components/icon/comps/picnic.vue.mjs +0 -23
- package/dist/src/components/icon/comps/pinterest.vue.mjs +0 -23
- package/dist/src/components/icon/comps/plane.vue.mjs +0 -23
- package/dist/src/components/icon/comps/play-fill.vue.mjs +0 -23
- package/dist/src/components/icon/comps/play-stroke.vue.mjs +0 -23
- package/dist/src/components/icon/comps/play.vue.mjs +0 -23
- package/dist/src/components/icon/comps/playground.vue.mjs +0 -23
- package/dist/src/components/icon/comps/plugin.vue.mjs +0 -23
- package/dist/src/components/icon/comps/plus-fill.vue.mjs +0 -23
- package/dist/src/components/icon/comps/plus-lg.vue.mjs +0 -23
- package/dist/src/components/icon/comps/plus-sm.vue.mjs +0 -23
- package/dist/src/components/icon/comps/plus-stroke.vue.mjs +0 -23
- package/dist/src/components/icon/comps/print.vue.mjs +0 -23
- package/dist/src/components/icon/comps/protection-fill.vue.mjs +0 -23
- package/dist/src/components/icon/comps/protection-stroke.vue.mjs +0 -23
- package/dist/src/components/icon/comps/question-fill.vue.mjs +0 -23
- package/dist/src/components/icon/comps/question-stroke.vue.mjs +0 -23
- package/dist/src/components/icon/comps/refresh.vue.mjs +0 -23
- package/dist/src/components/icon/comps/reload.vue.mjs +0 -23
- package/dist/src/components/icon/comps/returns.vue.mjs +0 -24
- package/dist/src/components/icon/comps/run.vue.mjs +0 -23
- package/dist/src/components/icon/comps/scan-barcode.vue.mjs +0 -23
- package/dist/src/components/icon/comps/search.vue.mjs +0 -23
- package/dist/src/components/icon/comps/service-shop.vue.mjs +0 -23
- package/dist/src/components/icon/comps/shipping-prep.vue.mjs +0 -24
- package/dist/src/components/icon/comps/shipping-truck.vue.mjs +0 -24
- package/dist/src/components/icon/comps/shipping.vue.mjs +0 -23
- package/dist/src/components/icon/comps/shopping-bag-fill.vue.mjs +0 -23
- package/dist/src/components/icon/comps/shopping-bag.vue.mjs +0 -23
- package/dist/src/components/icon/comps/shrink.vue.mjs +0 -23
- package/dist/src/components/icon/comps/size-chart.vue.mjs +0 -23
- package/dist/src/components/icon/comps/ski-boot.vue.mjs +0 -23
- package/dist/src/components/icon/comps/ski.vue.mjs +0 -23
- package/dist/src/components/icon/comps/snow-shop.vue.mjs +0 -23
- package/dist/src/components/icon/comps/snow.vue.mjs +0 -23
- package/dist/src/components/icon/comps/sort.vue.mjs +0 -23
- package/dist/src/components/icon/comps/star-100.vue.mjs +0 -23
- package/dist/src/components/icon/comps/star-25.vue.mjs +0 -23
- package/dist/src/components/icon/comps/star-50.vue.mjs +0 -23
- package/dist/src/components/icon/comps/star-75.vue.mjs +0 -23
- package/dist/src/components/icon/comps/star-stroke.vue.mjs +0 -23
- package/dist/src/components/icon/comps/storefront.vue.mjs +0 -23
- package/dist/src/components/icon/comps/swim.vue.mjs +0 -23
- package/dist/src/components/icon/comps/telephone.vue.mjs +0 -23
- package/dist/src/components/icon/comps/tent.vue.mjs +0 -23
- package/dist/src/components/icon/comps/trash.vue.mjs +0 -23
- package/dist/src/components/icon/comps/twitter.vue.mjs +0 -23
- package/dist/src/components/icon/comps/upload.vue.mjs +0 -23
- package/dist/src/components/icon/comps/verified-purchaser.vue.mjs +0 -23
- package/dist/src/components/icon/comps/virtual-outfitting.vue.mjs +0 -23
- package/dist/src/components/icon/comps/warning-fill.vue.mjs +0 -23
- package/dist/src/components/icon/comps/warning-stroke.vue.mjs +0 -23
- package/dist/src/components/icon/comps/water.vue.mjs +0 -23
- package/dist/src/components/icon/comps/wilderness.vue.mjs +0 -23
- package/dist/src/components/icon/comps/x-fill.vue.mjs +0 -23
- package/dist/src/components/icon/comps/x-lg.vue.mjs +0 -23
- package/dist/src/components/icon/comps/x-sm.vue.mjs +0 -23
- package/dist/src/components/icon/comps/x-stroke.vue.mjs +0 -23
- package/dist/src/components/icon/comps/youtube.vue.mjs +0 -23
- package/dist/src/components/icon/comps/zoom-in.vue.mjs +0 -23
- package/dist/src/components/icon/comps/zoom-out.vue.mjs +0 -23
- package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +0 -17
- package/dist/src/components/image/CdrImg.vue.mjs +0 -9
- package/dist/src/components/image/CdrImg.vue2.mjs +0 -43
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +0 -6
- package/dist/src/components/input/CdrInput.vue.mjs +0 -9
- package/dist/src/components/input/CdrInput.vue2.mjs +0 -215
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +0 -37
- package/dist/src/components/kicker/CdrKicker.vue.mjs +0 -9
- package/dist/src/components/kicker/styles/CdrKicker.module.scss.mjs +0 -6
- package/dist/src/components/labelStandalone/CdrLabelStandalone.vue.mjs +0 -9
- package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +0 -17
- package/dist/src/components/labelWrapper/CdrLabelWrapper.vue.mjs +0 -9
- package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +0 -30
- package/dist/src/components/landingLead/CdrLandingLead.vue.mjs +0 -9
- package/dist/src/components/landingLead/CdrLandingLead.vue2.mjs +0 -61
- package/dist/src/components/landingLead/components/CdrHeadingSubheadingBlock.vue.mjs +0 -9
- package/dist/src/components/landingLead/components/CdrHeadingSubheadingBlock.vue2.mjs +0 -36
- package/dist/src/components/landingLead/styles/CdrHeadingSubheadingBlock.module.scss.mjs +0 -9
- package/dist/src/components/landingLead/styles/CdrLandingLead.module.scss.mjs +0 -13
- package/dist/src/components/link/CdrLink.vue.mjs +0 -9
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +0 -8
- package/dist/src/components/list/CdrList.vue.mjs +0 -9
- package/dist/src/components/list/CdrList.vue2.mjs +0 -39
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +0 -10
- package/dist/src/components/modal/CdrModal.vue.mjs +0 -9
- package/dist/src/components/modal/CdrModal.vue2.mjs +0 -244
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +0 -17
- package/dist/src/components/pagination/CdrPagination.vue.mjs +0 -9
- package/dist/src/components/pagination/CdrPagination.vue2.mjs +0 -223
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +0 -58
- package/dist/src/components/picture/CdrPicture.vue.mjs +0 -9
- package/dist/src/components/picture/styles/CdrPicture.module.scss.mjs +0 -7
- package/dist/src/components/popover/CdrPopover.vue.mjs +0 -9
- package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +0 -68
- package/dist/src/components/popup/CdrPopup.vue.mjs +0 -9
- package/dist/src/components/popup/calculatePlacement.mjs +0 -31
- package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +0 -19
- package/dist/src/components/quote/CdrQuote.vue.mjs +0 -9
- package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +0 -9
- package/dist/src/components/radio/CdrRadio.vue.mjs +0 -9
- package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +0 -32
- package/dist/src/components/rating/CdrRating.vue.mjs +0 -9
- package/dist/src/components/rating/components/CdrStar00.vue.mjs +0 -9
- package/dist/src/components/rating/components/CdrStar100.vue.mjs +0 -9
- package/dist/src/components/rating/components/CdrStar25.vue.mjs +0 -9
- package/dist/src/components/rating/components/CdrStar50.vue.mjs +0 -9
- package/dist/src/components/rating/components/CdrStar75.vue.mjs +0 -9
- package/dist/src/components/rating/components/CdrStarNull.vue.mjs +0 -9
- package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +0 -49
- package/dist/src/components/select/CdrSelect.vue.mjs +0 -9
- package/dist/src/components/select/CdrSelect.vue2.mjs +0 -195
- package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +0 -47
- package/dist/src/components/skeleton/CdrSkeleton.vue.mjs +0 -9
- package/dist/src/components/skeleton/CdrSkeletonBone.vue.mjs +0 -9
- package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +0 -6
- package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +0 -13
- package/dist/src/components/splitSurface/CdrSplitSurface.vue.mjs +0 -9
- package/dist/src/components/splitSurface/styles/CdrSplitSurface.module.scss.mjs +0 -10
- package/dist/src/components/surface/CdrSurface.vue.mjs +0 -9
- package/dist/src/components/surface/CdrSurface.vue2.mjs +0 -54
- package/dist/src/components/surface/styles/CdrSurface.module.scss.mjs +0 -35
- package/dist/src/components/surfaceSelection/CdrSurfaceSelection.vue.mjs +0 -9
- package/dist/src/components/surfaceSelection/CdrSurfaceSelection.vue2.mjs +0 -73
- package/dist/src/components/surfaceSelection/CdrSurfaceSelectionLayout.vue.mjs +0 -9
- package/dist/src/components/surfaceSelection/CdrSurfaceSelectionLayout.vue2.mjs +0 -26
- package/dist/src/components/surfaceSelection/styles/CdrSurfaceSelection.module.scss.mjs +0 -32
- package/dist/src/components/surfaceSelection/styles/CdrSurfaceSelectionLayout.module.scss.mjs +0 -8
- package/dist/src/components/switch/CdrSwitch.vue.mjs +0 -9
- package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +0 -13
- package/dist/src/components/table/CdrTable.vue.mjs +0 -9
- package/dist/src/components/table/styles/CdrTable.module.scss.mjs +0 -18
- package/dist/src/components/tabs/CdrTabPanel.vue.mjs +0 -9
- package/dist/src/components/tabs/CdrTabs.vue.mjs +0 -9
- package/dist/src/components/tabs/CdrTabs.vue2.mjs +0 -157
- package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +0 -10
- package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +0 -33
- package/dist/src/components/text/CdrText.vue.mjs +0 -9
- package/dist/src/components/text/presets/CdrBody.vue.mjs +0 -9
- package/dist/src/components/text/presets/CdrEyebrow.vue.mjs +0 -9
- package/dist/src/components/text/presets/CdrHeadingDisplay.vue.mjs +0 -9
- package/dist/src/components/text/presets/CdrHeadingSans.vue.mjs +0 -9
- package/dist/src/components/text/presets/CdrHeadingSerif.vue.mjs +0 -9
- package/dist/src/components/text/presets/CdrSubheadingSans.vue.mjs +0 -9
- package/dist/src/components/text/presets/CdrUtilitySans.vue.mjs +0 -9
- package/dist/src/components/text/presets/CdrUtilitySerif.vue.mjs +0 -9
- package/dist/src/components/text/presets/styles/CdrBody.module.scss.mjs +0 -6
- package/dist/src/components/text/presets/styles/CdrEyebrow.module.scss.mjs +0 -6
- package/dist/src/components/text/presets/styles/CdrHeadingDisplay.module.scss.mjs +0 -6
- package/dist/src/components/text/presets/styles/CdrHeadingSans.module.scss.mjs +0 -6
- package/dist/src/components/text/presets/styles/CdrHeadingSerif.module.scss.mjs +0 -6
- package/dist/src/components/text/presets/styles/CdrSubheadingSans.module.scss.mjs +0 -6
- package/dist/src/components/text/presets/styles/CdrUtilitySans.module.scss.mjs +0 -6
- package/dist/src/components/text/presets/styles/CdrUtilitySerif.module.scss.mjs +0 -6
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +0 -6
- package/dist/src/components/title/CdrTitle.vue.mjs +0 -9
- package/dist/src/components/title/styles/CdrTitle.module.scss.mjs +0 -6
- package/dist/src/components/toast/CdrToast.vue.mjs +0 -9
- package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +0 -62
- package/dist/src/components/toggleButton/CdrToggleButton.vue.mjs +0 -9
- package/dist/src/components/toggleButton/CdrToggleGroup.vue.mjs +0 -9
- package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +0 -7
- package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +0 -10
- package/dist/src/components/tooltip/CdrTooltip.vue.mjs +0 -9
- package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +0 -21
- package/dist/src/lib.mjs +0 -494
- package/dist/src/mixins/breakpoints.mjs +0 -8
- package/dist/src/utils/buildClass.mjs +0 -6
- package/dist/src/utils/mapClasses.mjs +0 -6
- package/dist/src/utils/propValidator.mjs +0 -9
- package/dist/src/utils/surface.mjs +0 -46
- package/dist/style/cdr-fulfillment-tile-layout.css +0 -1
- package/dist/style/cdr-surface-selection-layout.css +0 -1
- /package/dist/{src/components → components}/abstract/CdrAbstract.vue2.mjs +0 -0
- /package/dist/{src/components → components}/accordion/CdrAccordion.vue2.mjs +0 -0
- /package/dist/{src/components → components}/accordion/CdrAccordionGroup.vue2.mjs +0 -0
- /package/dist/{src/components → components}/banner/CdrBanner.vue2.mjs +0 -0
- /package/dist/{src/components → components}/breadcrumb/CdrBreadcrumb.vue2.mjs +0 -0
- /package/dist/{src/components → components}/button/CdrButton.vue2.mjs +0 -0
- /package/dist/{src/components → components}/caption/CdrCaption.vue2.mjs +0 -0
- /package/dist/{src/components → components}/card/CdrCard.vue2.mjs +0 -0
- /package/dist/{src/components → components}/chip/CdrChip.vue2.mjs +0 -0
- /package/dist/{src/components → components}/chip/CdrChipGroup.vue2.mjs +0 -0
- /package/dist/{src/components → components}/container/CdrContainer.vue2.mjs +0 -0
- /package/dist/{src/components → components}/formError/CdrFormError.vue2.mjs +0 -0
- /package/dist/{src/components → components}/fulfillmentTile/CdrFulfillmentTileIcon.vue2.mjs +0 -0
- /package/dist/{src/components → components}/grid/CdrGrid.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/CdrIcon.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/account-profile-fill.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/account-profile.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/arrow-down.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/arrow-left.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/arrow-right.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/arrow-up.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/atv.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/bed-outline.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/bike-shop.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/binoculars.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/birding.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/boat.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/boating.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/bookmark-fill.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/bookmark-stroke.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/brand-abstract.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/brand-code-sandbox.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/brand-github.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/brand-linkedin.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/brand-rei-ice-axes.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/brand-sketch.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/brand-tiktok.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/buddies.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/bus.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/calendar.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/camera.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/canoe.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/car.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/caret-down.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/caret-left.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/caret-right.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/caret-up.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/cart-fill.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/cart.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/chain-link.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/chat.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/check-fill.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/check-lg.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/check-sm.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/check-stroke.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/climb.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/clipboard.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/clock.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/code-html.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/code-js.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/compass.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/copy.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/coupon-fill.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/coupon-stroke.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/credit-card.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/curbside-pickup.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/day.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/diving.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/dog.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/download.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/duplicate.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/edit.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/elevation.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/error-fill.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/error-stroke.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/expand.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/experiences-backpacking.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/experiences-camping.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/experiences-climbing.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/experiences-clothing.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/experiences-cycling.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/experiences-family.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/experiences-fitness.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/experiences-hiking.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/experiences-outdoor-basics.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/experiences-paddling.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/experiences-rentals.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/experiences-running.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/experiences-snowsports.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/experiences-travel.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/external-link-alt.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/external-link.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/eye-hide.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/eye-show.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/facebook.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/filter-alt.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/filter.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/find-location.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/fire.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/fishing.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/free-product.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/grid-view.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/heart-fill.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/heart-stroke.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/hike.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/history.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/home.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/horse.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/horseshoe.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/image.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/information-fill.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/information-stroke.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/instagram.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/kayak.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/link-alt.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/list-ragged.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/list-view.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/location-pin-fill.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/location-pin-stroke.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/lock-locked-fill.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/lock-locked-stroke.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/lock-unlocked-stroke.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/mail.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/map.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/member-card.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/membership.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/microphone.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/minus-fill.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/minus-lg.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/minus-sm.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/minus-stroke.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/more-functions.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/my-location.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/navigation-menu.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/night.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/paddle.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/pause-fill.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/pause-stroke.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/pause.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/photography.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/picnic.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/pinterest.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/plane.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/play-fill.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/play-stroke.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/play.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/playground.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/plugin.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/plus-fill.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/plus-lg.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/plus-sm.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/plus-stroke.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/print.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/protection-fill.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/protection-stroke.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/question-fill.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/question-stroke.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/refresh.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/reload.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/returns.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/run.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/scan-barcode.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/search.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/service-shop.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/shipping-prep.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/shipping-truck.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/shipping.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/shopping-bag-fill.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/shopping-bag.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/shrink.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/size-chart.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/ski-boot.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/ski.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/snow-shop.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/snow.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/sort.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/star-100.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/star-25.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/star-50.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/star-75.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/star-stroke.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/storefront.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/swim.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/telephone.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/tent.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/trash.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/twitter.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/upload.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/verified-purchaser.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/virtual-outfitting.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/warning-fill.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/warning-stroke.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/water.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/wilderness.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/x-fill.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/x-lg.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/x-sm.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/x-stroke.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/youtube.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/zoom-in.vue2.mjs +0 -0
- /package/dist/{src/components → components}/icon/comps/zoom-out.vue2.mjs +0 -0
- /package/dist/{src/components → components}/kicker/CdrKicker.vue2.mjs +0 -0
- /package/dist/{src/components → components}/labelStandalone/CdrLabelStandalone.vue2.mjs +0 -0
- /package/dist/{src/components → components}/labelWrapper/CdrLabelWrapper.vue2.mjs +0 -0
- /package/dist/{src/components → components}/link/CdrLink.vue2.mjs +0 -0
- /package/dist/{src/components → components}/modal/onTransitionEnd.mjs +0 -0
- /package/dist/{src/components → components}/picture/CdrPicture.vue2.mjs +0 -0
- /package/dist/{src/components → components}/popover/CdrPopover.vue2.mjs +0 -0
- /package/dist/{src/components → components}/popup/CdrPopup.vue2.mjs +0 -0
- /package/dist/{src/components → components}/quote/CdrQuote.vue2.mjs +0 -0
- /package/dist/{src/components → components}/radio/CdrRadio.vue2.mjs +0 -0
- /package/dist/{src/components → components}/rating/CdrRating.vue2.mjs +0 -0
- /package/dist/{src/components → components}/rating/components/CdrStar00.vue2.mjs +0 -0
- /package/dist/{src/components → components}/rating/components/CdrStar100.vue2.mjs +0 -0
- /package/dist/{src/components → components}/rating/components/CdrStar25.vue2.mjs +0 -0
- /package/dist/{src/components → components}/rating/components/CdrStar50.vue2.mjs +0 -0
- /package/dist/{src/components → components}/rating/components/CdrStar75.vue2.mjs +0 -0
- /package/dist/{src/components → components}/rating/components/CdrStarNull.vue2.mjs +0 -0
- /package/dist/{src/components → components}/rating/composables/useStar.mjs +0 -0
- /package/dist/{src/components → components}/skeleton/CdrSkeleton.vue2.mjs +0 -0
- /package/dist/{src/components → components}/skeleton/CdrSkeletonBone.vue2.mjs +0 -0
- /package/dist/{src/components → components}/splitSurface/CdrSplitSurface.vue2.mjs +0 -0
- /package/dist/{src/components → components}/switch/CdrSwitch.vue2.mjs +0 -0
- /package/dist/{src/components → components}/table/CdrTable.vue2.mjs +0 -0
- /package/dist/{src/components → components}/tabs/CdrTabPanel.vue2.mjs +0 -0
- /package/dist/{src/components → components}/text/CdrText.vue2.mjs +0 -0
- /package/dist/{src/components → components}/text/presets/CdrBody.vue2.mjs +0 -0
- /package/dist/{src/components → components}/text/presets/CdrEyebrow.vue2.mjs +0 -0
- /package/dist/{src/components → components}/text/presets/CdrHeadingDisplay.vue2.mjs +0 -0
- /package/dist/{src/components → components}/text/presets/CdrHeadingSans.vue2.mjs +0 -0
- /package/dist/{src/components → components}/text/presets/CdrHeadingSerif.vue2.mjs +0 -0
- /package/dist/{src/components → components}/text/presets/CdrSubheadingSans.vue2.mjs +0 -0
- /package/dist/{src/components → components}/text/presets/CdrUtilitySans.vue2.mjs +0 -0
- /package/dist/{src/components → components}/text/presets/CdrUtilitySerif.vue2.mjs +0 -0
- /package/dist/{src/components → components}/title/CdrTitle.vue2.mjs +0 -0
- /package/dist/{src/components → components}/toast/CdrToast.vue2.mjs +0 -0
- /package/dist/{src/components → components}/toggleButton/CdrToggleButton.vue2.mjs +0 -0
- /package/dist/{src/components → components}/toggleButton/CdrToggleGroup.vue2.mjs +0 -0
- /package/dist/{src/components → components}/tooltip/CdrTooltip.vue2.mjs +0 -0
- /package/dist/{src/props → props}/background.mjs +0 -0
- /package/dist/{src/props → props}/size.mjs +0 -0
- /package/dist/{src/types → types}/symbols.mjs +0 -0
- /package/dist/{src/utils → utils}/debounce.mjs +0 -0
- /package/dist/{src/utils → utils}/kebabCase.mjs +0 -0
- /package/dist/{src/utils → utils}/uid.mjs +0 -0
package/dist/lib.d.ts
CHANGED
|
@@ -1,16 +1,20 @@
|
|
|
1
|
+
import { Component } from 'vue';
|
|
1
2
|
import { ComponentOptionsMixin } from 'vue';
|
|
3
|
+
import { ComponentProvideOptions } from 'vue';
|
|
2
4
|
import { DefineComponent } from 'vue';
|
|
3
5
|
import { ExtractPropTypes } from 'vue';
|
|
4
6
|
import { PropType } from 'vue';
|
|
5
7
|
import { PublicProps } from 'vue';
|
|
6
8
|
|
|
7
|
-
declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<baseTextProps>, {
|
|
9
|
+
declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<baseTextProps>, {
|
|
8
10
|
tag: string;
|
|
9
|
-
}
|
|
11
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<baseTextProps>, {
|
|
10
12
|
tag: string;
|
|
11
|
-
}
|
|
13
|
+
}>>> & Readonly<{}>, {
|
|
14
|
+
tag: string;
|
|
15
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
12
16
|
|
|
13
|
-
declare const __VLS_component_10: DefineComponent< {
|
|
17
|
+
declare const __VLS_component_10: DefineComponent<ExtractPropTypes< {
|
|
14
18
|
/**
|
|
15
19
|
* Sets a label that describes the chip group and what it is selecting. By default this label is visually hidden and only made available to screen readers.
|
|
16
20
|
*/
|
|
@@ -25,7 +29,7 @@ hideLabel: {
|
|
|
25
29
|
type: BooleanConstructor;
|
|
26
30
|
default: boolean;
|
|
27
31
|
};
|
|
28
|
-
}
|
|
32
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
29
33
|
/**
|
|
30
34
|
* Sets a label that describes the chip group and what it is selecting. By default this label is visually hidden and only made available to screen readers.
|
|
31
35
|
*/
|
|
@@ -40,111 +44,111 @@ hideLabel: {
|
|
|
40
44
|
type: BooleanConstructor;
|
|
41
45
|
default: boolean;
|
|
42
46
|
};
|
|
43
|
-
}
|
|
47
|
+
}>> & Readonly<{}>, {
|
|
44
48
|
hideLabel: boolean;
|
|
45
|
-
}, {}>;
|
|
49
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
46
50
|
|
|
47
|
-
declare const __VLS_component_100: DefineComponent< {
|
|
51
|
+
declare const __VLS_component_100: DefineComponent<ExtractPropTypes< {
|
|
48
52
|
props: {
|
|
49
53
|
type: ObjectConstructor;
|
|
50
54
|
};
|
|
51
|
-
}
|
|
55
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
52
56
|
props: {
|
|
53
57
|
type: ObjectConstructor;
|
|
54
58
|
};
|
|
55
|
-
}
|
|
59
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
56
60
|
|
|
57
|
-
declare const __VLS_component_101: DefineComponent< {
|
|
61
|
+
declare const __VLS_component_101: DefineComponent<ExtractPropTypes< {
|
|
58
62
|
props: {
|
|
59
63
|
type: ObjectConstructor;
|
|
60
64
|
};
|
|
61
|
-
}
|
|
65
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
62
66
|
props: {
|
|
63
67
|
type: ObjectConstructor;
|
|
64
68
|
};
|
|
65
|
-
}
|
|
69
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
66
70
|
|
|
67
|
-
declare const __VLS_component_102: DefineComponent< {
|
|
71
|
+
declare const __VLS_component_102: DefineComponent<ExtractPropTypes< {
|
|
68
72
|
props: {
|
|
69
73
|
type: ObjectConstructor;
|
|
70
74
|
};
|
|
71
|
-
}
|
|
75
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
72
76
|
props: {
|
|
73
77
|
type: ObjectConstructor;
|
|
74
78
|
};
|
|
75
|
-
}
|
|
79
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
76
80
|
|
|
77
|
-
declare const __VLS_component_103: DefineComponent< {
|
|
81
|
+
declare const __VLS_component_103: DefineComponent<ExtractPropTypes< {
|
|
78
82
|
props: {
|
|
79
83
|
type: ObjectConstructor;
|
|
80
84
|
};
|
|
81
|
-
}
|
|
85
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
82
86
|
props: {
|
|
83
87
|
type: ObjectConstructor;
|
|
84
88
|
};
|
|
85
|
-
}
|
|
89
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
86
90
|
|
|
87
|
-
declare const __VLS_component_104: DefineComponent< {
|
|
91
|
+
declare const __VLS_component_104: DefineComponent<ExtractPropTypes< {
|
|
88
92
|
props: {
|
|
89
93
|
type: ObjectConstructor;
|
|
90
94
|
};
|
|
91
|
-
}
|
|
95
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
92
96
|
props: {
|
|
93
97
|
type: ObjectConstructor;
|
|
94
98
|
};
|
|
95
|
-
}
|
|
99
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
96
100
|
|
|
97
|
-
declare const __VLS_component_105: DefineComponent< {
|
|
101
|
+
declare const __VLS_component_105: DefineComponent<ExtractPropTypes< {
|
|
98
102
|
props: {
|
|
99
103
|
type: ObjectConstructor;
|
|
100
104
|
};
|
|
101
|
-
}
|
|
105
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
102
106
|
props: {
|
|
103
107
|
type: ObjectConstructor;
|
|
104
108
|
};
|
|
105
|
-
}
|
|
109
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
106
110
|
|
|
107
|
-
declare const __VLS_component_106: DefineComponent< {
|
|
111
|
+
declare const __VLS_component_106: DefineComponent<ExtractPropTypes< {
|
|
108
112
|
props: {
|
|
109
113
|
type: ObjectConstructor;
|
|
110
114
|
};
|
|
111
|
-
}
|
|
115
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
112
116
|
props: {
|
|
113
117
|
type: ObjectConstructor;
|
|
114
118
|
};
|
|
115
|
-
}
|
|
119
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
116
120
|
|
|
117
|
-
declare const __VLS_component_107: DefineComponent< {
|
|
121
|
+
declare const __VLS_component_107: DefineComponent<ExtractPropTypes< {
|
|
118
122
|
props: {
|
|
119
123
|
type: ObjectConstructor;
|
|
120
124
|
};
|
|
121
|
-
}
|
|
125
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
122
126
|
props: {
|
|
123
127
|
type: ObjectConstructor;
|
|
124
128
|
};
|
|
125
|
-
}
|
|
129
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
126
130
|
|
|
127
|
-
declare const __VLS_component_108: DefineComponent< {
|
|
131
|
+
declare const __VLS_component_108: DefineComponent<ExtractPropTypes< {
|
|
128
132
|
props: {
|
|
129
133
|
type: ObjectConstructor;
|
|
130
134
|
};
|
|
131
|
-
}
|
|
135
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
132
136
|
props: {
|
|
133
137
|
type: ObjectConstructor;
|
|
134
138
|
};
|
|
135
|
-
}
|
|
139
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
136
140
|
|
|
137
|
-
declare const __VLS_component_109: DefineComponent< {
|
|
141
|
+
declare const __VLS_component_109: DefineComponent<ExtractPropTypes< {
|
|
138
142
|
props: {
|
|
139
143
|
type: ObjectConstructor;
|
|
140
144
|
};
|
|
141
|
-
}
|
|
145
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
142
146
|
props: {
|
|
143
147
|
type: ObjectConstructor;
|
|
144
148
|
};
|
|
145
|
-
}
|
|
149
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
146
150
|
|
|
147
|
-
declare const __VLS_component_11: DefineComponent< {
|
|
151
|
+
declare const __VLS_component_11: DefineComponent<ExtractPropTypes< {
|
|
148
152
|
/** Sets the HTML tag for the container element */
|
|
149
153
|
tag: {
|
|
150
154
|
type: StringConstructor;
|
|
@@ -160,7 +164,7 @@ type: StringConstructor;
|
|
|
160
164
|
default: string;
|
|
161
165
|
validator: (value: string) => boolean;
|
|
162
166
|
};
|
|
163
|
-
}
|
|
167
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
164
168
|
/** Sets the HTML tag for the container element */
|
|
165
169
|
tag: {
|
|
166
170
|
type: StringConstructor;
|
|
@@ -176,112 +180,112 @@ type: StringConstructor;
|
|
|
176
180
|
default: string;
|
|
177
181
|
validator: (value: string) => boolean;
|
|
178
182
|
};
|
|
179
|
-
}
|
|
183
|
+
}>> & Readonly<{}>, {
|
|
180
184
|
tag: string;
|
|
181
185
|
modifier: string;
|
|
182
|
-
}, {}>;
|
|
186
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
183
187
|
|
|
184
|
-
declare const __VLS_component_110: DefineComponent< {
|
|
188
|
+
declare const __VLS_component_110: DefineComponent<ExtractPropTypes< {
|
|
185
189
|
props: {
|
|
186
190
|
type: ObjectConstructor;
|
|
187
191
|
};
|
|
188
|
-
}
|
|
192
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
189
193
|
props: {
|
|
190
194
|
type: ObjectConstructor;
|
|
191
195
|
};
|
|
192
|
-
}
|
|
196
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
193
197
|
|
|
194
|
-
declare const __VLS_component_111: DefineComponent< {
|
|
198
|
+
declare const __VLS_component_111: DefineComponent<ExtractPropTypes< {
|
|
195
199
|
props: {
|
|
196
200
|
type: ObjectConstructor;
|
|
197
201
|
};
|
|
198
|
-
}
|
|
202
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
199
203
|
props: {
|
|
200
204
|
type: ObjectConstructor;
|
|
201
205
|
};
|
|
202
|
-
}
|
|
206
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
203
207
|
|
|
204
|
-
declare const __VLS_component_112: DefineComponent< {
|
|
208
|
+
declare const __VLS_component_112: DefineComponent<ExtractPropTypes< {
|
|
205
209
|
props: {
|
|
206
210
|
type: ObjectConstructor;
|
|
207
211
|
};
|
|
208
|
-
}
|
|
212
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
209
213
|
props: {
|
|
210
214
|
type: ObjectConstructor;
|
|
211
215
|
};
|
|
212
|
-
}
|
|
216
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
213
217
|
|
|
214
|
-
declare const __VLS_component_113: DefineComponent< {
|
|
218
|
+
declare const __VLS_component_113: DefineComponent<ExtractPropTypes< {
|
|
215
219
|
props: {
|
|
216
220
|
type: ObjectConstructor;
|
|
217
221
|
};
|
|
218
|
-
}
|
|
222
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
219
223
|
props: {
|
|
220
224
|
type: ObjectConstructor;
|
|
221
225
|
};
|
|
222
|
-
}
|
|
226
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
223
227
|
|
|
224
|
-
declare const __VLS_component_114: DefineComponent< {
|
|
228
|
+
declare const __VLS_component_114: DefineComponent<ExtractPropTypes< {
|
|
225
229
|
props: {
|
|
226
230
|
type: ObjectConstructor;
|
|
227
231
|
};
|
|
228
|
-
}
|
|
232
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
229
233
|
props: {
|
|
230
234
|
type: ObjectConstructor;
|
|
231
235
|
};
|
|
232
|
-
}
|
|
236
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
233
237
|
|
|
234
|
-
declare const __VLS_component_115: DefineComponent< {
|
|
238
|
+
declare const __VLS_component_115: DefineComponent<ExtractPropTypes< {
|
|
235
239
|
props: {
|
|
236
240
|
type: ObjectConstructor;
|
|
237
241
|
};
|
|
238
|
-
}
|
|
242
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
239
243
|
props: {
|
|
240
244
|
type: ObjectConstructor;
|
|
241
245
|
};
|
|
242
|
-
}
|
|
246
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
243
247
|
|
|
244
|
-
declare const __VLS_component_116: DefineComponent< {
|
|
248
|
+
declare const __VLS_component_116: DefineComponent<ExtractPropTypes< {
|
|
245
249
|
props: {
|
|
246
250
|
type: ObjectConstructor;
|
|
247
251
|
};
|
|
248
|
-
}
|
|
252
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
249
253
|
props: {
|
|
250
254
|
type: ObjectConstructor;
|
|
251
255
|
};
|
|
252
|
-
}
|
|
256
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
253
257
|
|
|
254
|
-
declare const __VLS_component_117: DefineComponent< {
|
|
258
|
+
declare const __VLS_component_117: DefineComponent<ExtractPropTypes< {
|
|
255
259
|
props: {
|
|
256
260
|
type: ObjectConstructor;
|
|
257
261
|
};
|
|
258
|
-
}
|
|
262
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
259
263
|
props: {
|
|
260
264
|
type: ObjectConstructor;
|
|
261
265
|
};
|
|
262
|
-
}
|
|
266
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
263
267
|
|
|
264
|
-
declare const __VLS_component_118: DefineComponent< {
|
|
268
|
+
declare const __VLS_component_118: DefineComponent<ExtractPropTypes< {
|
|
265
269
|
props: {
|
|
266
270
|
type: ObjectConstructor;
|
|
267
271
|
};
|
|
268
|
-
}
|
|
272
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
269
273
|
props: {
|
|
270
274
|
type: ObjectConstructor;
|
|
271
275
|
};
|
|
272
|
-
}
|
|
276
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
273
277
|
|
|
274
|
-
declare const __VLS_component_119: DefineComponent< {
|
|
278
|
+
declare const __VLS_component_119: DefineComponent<ExtractPropTypes< {
|
|
275
279
|
props: {
|
|
276
280
|
type: ObjectConstructor;
|
|
277
281
|
};
|
|
278
|
-
}
|
|
282
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
279
283
|
props: {
|
|
280
284
|
type: ObjectConstructor;
|
|
281
285
|
};
|
|
282
|
-
}
|
|
286
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
283
287
|
|
|
284
|
-
declare const __VLS_component_12: DefineComponent< {
|
|
288
|
+
declare const __VLS_component_12: DefineComponent<ExtractPropTypes< {
|
|
285
289
|
/**
|
|
286
290
|
* Custom ID that is mapped to the form error. If this value is not set, it will be randomly generated.
|
|
287
291
|
* @demoIgnore true
|
|
@@ -312,7 +316,7 @@ disabled: {
|
|
|
312
316
|
type: BooleanConstructor;
|
|
313
317
|
default: undefined;
|
|
314
318
|
};
|
|
315
|
-
}
|
|
319
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
316
320
|
/**
|
|
317
321
|
* Custom ID that is mapped to the form error. If this value is not set, it will be randomly generated.
|
|
318
322
|
* @demoIgnore true
|
|
@@ -343,655 +347,559 @@ disabled: {
|
|
|
343
347
|
type: BooleanConstructor;
|
|
344
348
|
default: undefined;
|
|
345
349
|
};
|
|
346
|
-
}
|
|
350
|
+
}>> & Readonly<{}>, {
|
|
347
351
|
error: string | boolean;
|
|
348
352
|
label: string;
|
|
349
353
|
disabled: boolean;
|
|
350
354
|
required: boolean;
|
|
351
355
|
optional: boolean;
|
|
352
|
-
}, {}>;
|
|
356
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
353
357
|
|
|
354
|
-
declare const __VLS_component_120: DefineComponent< {
|
|
358
|
+
declare const __VLS_component_120: DefineComponent<ExtractPropTypes< {
|
|
355
359
|
props: {
|
|
356
360
|
type: ObjectConstructor;
|
|
357
361
|
};
|
|
358
|
-
}
|
|
362
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
359
363
|
props: {
|
|
360
364
|
type: ObjectConstructor;
|
|
361
365
|
};
|
|
362
|
-
}
|
|
366
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
363
367
|
|
|
364
|
-
declare const __VLS_component_121: DefineComponent< {
|
|
368
|
+
declare const __VLS_component_121: DefineComponent<ExtractPropTypes< {
|
|
365
369
|
props: {
|
|
366
370
|
type: ObjectConstructor;
|
|
367
371
|
};
|
|
368
|
-
}
|
|
372
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
369
373
|
props: {
|
|
370
374
|
type: ObjectConstructor;
|
|
371
375
|
};
|
|
372
|
-
}
|
|
376
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
373
377
|
|
|
374
|
-
declare const __VLS_component_122: DefineComponent< {
|
|
378
|
+
declare const __VLS_component_122: DefineComponent<ExtractPropTypes< {
|
|
375
379
|
props: {
|
|
376
380
|
type: ObjectConstructor;
|
|
377
381
|
};
|
|
378
|
-
}
|
|
382
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
379
383
|
props: {
|
|
380
384
|
type: ObjectConstructor;
|
|
381
385
|
};
|
|
382
|
-
}
|
|
386
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
383
387
|
|
|
384
|
-
declare const __VLS_component_123: DefineComponent< {
|
|
388
|
+
declare const __VLS_component_123: DefineComponent<ExtractPropTypes< {
|
|
385
389
|
props: {
|
|
386
390
|
type: ObjectConstructor;
|
|
387
391
|
};
|
|
388
|
-
}
|
|
392
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
389
393
|
props: {
|
|
390
394
|
type: ObjectConstructor;
|
|
391
395
|
};
|
|
392
|
-
}
|
|
396
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
393
397
|
|
|
394
|
-
declare const __VLS_component_124: DefineComponent< {
|
|
398
|
+
declare const __VLS_component_124: DefineComponent<ExtractPropTypes< {
|
|
395
399
|
props: {
|
|
396
400
|
type: ObjectConstructor;
|
|
397
401
|
};
|
|
398
|
-
}
|
|
402
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
399
403
|
props: {
|
|
400
404
|
type: ObjectConstructor;
|
|
401
405
|
};
|
|
402
|
-
}
|
|
406
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
403
407
|
|
|
404
|
-
declare const __VLS_component_125: DefineComponent< {
|
|
408
|
+
declare const __VLS_component_125: DefineComponent<ExtractPropTypes< {
|
|
405
409
|
props: {
|
|
406
410
|
type: ObjectConstructor;
|
|
407
411
|
};
|
|
408
|
-
}
|
|
412
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
409
413
|
props: {
|
|
410
414
|
type: ObjectConstructor;
|
|
411
415
|
};
|
|
412
|
-
}
|
|
416
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
413
417
|
|
|
414
|
-
declare const __VLS_component_126: DefineComponent< {
|
|
418
|
+
declare const __VLS_component_126: DefineComponent<ExtractPropTypes< {
|
|
415
419
|
props: {
|
|
416
420
|
type: ObjectConstructor;
|
|
417
421
|
};
|
|
418
|
-
}
|
|
422
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
419
423
|
props: {
|
|
420
424
|
type: ObjectConstructor;
|
|
421
425
|
};
|
|
422
|
-
}
|
|
426
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
423
427
|
|
|
424
|
-
declare const __VLS_component_127: DefineComponent< {
|
|
428
|
+
declare const __VLS_component_127: DefineComponent<ExtractPropTypes< {
|
|
425
429
|
props: {
|
|
426
430
|
type: ObjectConstructor;
|
|
427
431
|
};
|
|
428
|
-
}
|
|
432
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
429
433
|
props: {
|
|
430
434
|
type: ObjectConstructor;
|
|
431
435
|
};
|
|
432
|
-
}
|
|
436
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
433
437
|
|
|
434
|
-
declare const __VLS_component_128: DefineComponent< {
|
|
438
|
+
declare const __VLS_component_128: DefineComponent<ExtractPropTypes< {
|
|
435
439
|
props: {
|
|
436
440
|
type: ObjectConstructor;
|
|
437
441
|
};
|
|
438
|
-
}
|
|
442
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
439
443
|
props: {
|
|
440
444
|
type: ObjectConstructor;
|
|
441
445
|
};
|
|
442
|
-
}
|
|
446
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
443
447
|
|
|
444
|
-
declare const __VLS_component_129: DefineComponent< {
|
|
448
|
+
declare const __VLS_component_129: DefineComponent<ExtractPropTypes< {
|
|
445
449
|
props: {
|
|
446
450
|
type: ObjectConstructor;
|
|
447
451
|
};
|
|
448
|
-
}
|
|
452
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
449
453
|
props: {
|
|
450
454
|
type: ObjectConstructor;
|
|
451
455
|
};
|
|
452
|
-
}
|
|
456
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
453
457
|
|
|
454
|
-
declare const __VLS_component_13: DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<surfaceSelection>, {
|
|
458
|
+
declare const __VLS_component_13: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<surfaceSelection>, {
|
|
455
459
|
tag: string;
|
|
456
460
|
role: string;
|
|
457
461
|
modifier: string;
|
|
458
462
|
checked: boolean;
|
|
459
463
|
disabled: boolean;
|
|
460
464
|
loading: boolean;
|
|
461
|
-
|
|
462
|
-
}
|
|
465
|
+
layout: () => Layout;
|
|
466
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<surfaceSelection>, {
|
|
463
467
|
tag: string;
|
|
464
468
|
role: string;
|
|
465
469
|
modifier: string;
|
|
466
470
|
checked: boolean;
|
|
467
471
|
disabled: boolean;
|
|
468
472
|
loading: boolean;
|
|
469
|
-
|
|
470
|
-
}
|
|
473
|
+
layout: () => Layout;
|
|
474
|
+
}>>> & Readonly<{}>, {
|
|
475
|
+
tag: Tag;
|
|
476
|
+
role: string;
|
|
477
|
+
disabled: boolean;
|
|
478
|
+
modifier: Modifier;
|
|
479
|
+
loading: boolean;
|
|
480
|
+
checked: boolean;
|
|
481
|
+
layout: Layout;
|
|
482
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
471
483
|
|
|
472
|
-
declare const __VLS_component_130: DefineComponent< {
|
|
484
|
+
declare const __VLS_component_130: DefineComponent<ExtractPropTypes< {
|
|
473
485
|
props: {
|
|
474
486
|
type: ObjectConstructor;
|
|
475
487
|
};
|
|
476
|
-
}
|
|
488
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
477
489
|
props: {
|
|
478
490
|
type: ObjectConstructor;
|
|
479
491
|
};
|
|
480
|
-
}
|
|
492
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
481
493
|
|
|
482
|
-
declare const __VLS_component_131: DefineComponent< {
|
|
494
|
+
declare const __VLS_component_131: DefineComponent<ExtractPropTypes< {
|
|
483
495
|
props: {
|
|
484
496
|
type: ObjectConstructor;
|
|
485
497
|
};
|
|
486
|
-
}
|
|
498
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
487
499
|
props: {
|
|
488
500
|
type: ObjectConstructor;
|
|
489
501
|
};
|
|
490
|
-
}
|
|
502
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
491
503
|
|
|
492
|
-
declare const __VLS_component_132: DefineComponent< {
|
|
504
|
+
declare const __VLS_component_132: DefineComponent<ExtractPropTypes< {
|
|
493
505
|
props: {
|
|
494
506
|
type: ObjectConstructor;
|
|
495
507
|
};
|
|
496
|
-
}
|
|
508
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
497
509
|
props: {
|
|
498
510
|
type: ObjectConstructor;
|
|
499
511
|
};
|
|
500
|
-
}
|
|
512
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
501
513
|
|
|
502
|
-
declare const __VLS_component_133: DefineComponent< {
|
|
514
|
+
declare const __VLS_component_133: DefineComponent<ExtractPropTypes< {
|
|
503
515
|
props: {
|
|
504
516
|
type: ObjectConstructor;
|
|
505
517
|
};
|
|
506
|
-
}
|
|
518
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
507
519
|
props: {
|
|
508
520
|
type: ObjectConstructor;
|
|
509
521
|
};
|
|
510
|
-
}
|
|
522
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
511
523
|
|
|
512
|
-
declare const __VLS_component_134: DefineComponent< {
|
|
524
|
+
declare const __VLS_component_134: DefineComponent<ExtractPropTypes< {
|
|
513
525
|
props: {
|
|
514
526
|
type: ObjectConstructor;
|
|
515
527
|
};
|
|
516
|
-
}
|
|
528
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
517
529
|
props: {
|
|
518
530
|
type: ObjectConstructor;
|
|
519
531
|
};
|
|
520
|
-
}
|
|
532
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
521
533
|
|
|
522
|
-
declare const __VLS_component_135: DefineComponent< {
|
|
534
|
+
declare const __VLS_component_135: DefineComponent<ExtractPropTypes< {
|
|
523
535
|
props: {
|
|
524
536
|
type: ObjectConstructor;
|
|
525
537
|
};
|
|
526
|
-
}
|
|
538
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
527
539
|
props: {
|
|
528
540
|
type: ObjectConstructor;
|
|
529
541
|
};
|
|
530
|
-
}
|
|
542
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
531
543
|
|
|
532
|
-
declare const __VLS_component_136: DefineComponent< {
|
|
544
|
+
declare const __VLS_component_136: DefineComponent<ExtractPropTypes< {
|
|
533
545
|
props: {
|
|
534
546
|
type: ObjectConstructor;
|
|
535
547
|
};
|
|
536
|
-
}
|
|
548
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
537
549
|
props: {
|
|
538
550
|
type: ObjectConstructor;
|
|
539
551
|
};
|
|
540
|
-
}
|
|
552
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
541
553
|
|
|
542
|
-
declare const __VLS_component_137: DefineComponent< {
|
|
554
|
+
declare const __VLS_component_137: DefineComponent<ExtractPropTypes< {
|
|
543
555
|
props: {
|
|
544
556
|
type: ObjectConstructor;
|
|
545
557
|
};
|
|
546
|
-
}
|
|
558
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
547
559
|
props: {
|
|
548
560
|
type: ObjectConstructor;
|
|
549
561
|
};
|
|
550
|
-
}
|
|
562
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
551
563
|
|
|
552
|
-
declare const __VLS_component_138: DefineComponent< {
|
|
564
|
+
declare const __VLS_component_138: DefineComponent<ExtractPropTypes< {
|
|
553
565
|
props: {
|
|
554
566
|
type: ObjectConstructor;
|
|
555
567
|
};
|
|
556
|
-
}
|
|
568
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
557
569
|
props: {
|
|
558
570
|
type: ObjectConstructor;
|
|
559
571
|
};
|
|
560
|
-
}
|
|
572
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
561
573
|
|
|
562
|
-
declare const __VLS_component_139: DefineComponent< {
|
|
574
|
+
declare const __VLS_component_139: DefineComponent<ExtractPropTypes< {
|
|
563
575
|
props: {
|
|
564
576
|
type: ObjectConstructor;
|
|
565
577
|
};
|
|
566
|
-
}
|
|
578
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
567
579
|
props: {
|
|
568
580
|
type: ObjectConstructor;
|
|
569
581
|
};
|
|
570
|
-
}
|
|
582
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
571
583
|
|
|
572
|
-
declare const __VLS_component_14: DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<fulfillmentTileContent>, {
|
|
573
|
-
stretch: boolean;
|
|
584
|
+
declare const __VLS_component_14: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<fulfillmentTileContent>, {
|
|
574
585
|
scale: string;
|
|
575
|
-
}
|
|
576
|
-
stretch: boolean;
|
|
586
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<fulfillmentTileContent>, {
|
|
577
587
|
scale: string;
|
|
578
|
-
}
|
|
588
|
+
}>>> & Readonly<{}>, {
|
|
589
|
+
scale: ScaleValue;
|
|
590
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
579
591
|
|
|
580
|
-
declare const __VLS_component_140: DefineComponent< {
|
|
592
|
+
declare const __VLS_component_140: DefineComponent<ExtractPropTypes< {
|
|
581
593
|
props: {
|
|
582
594
|
type: ObjectConstructor;
|
|
583
595
|
};
|
|
584
|
-
}
|
|
596
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
585
597
|
props: {
|
|
586
598
|
type: ObjectConstructor;
|
|
587
599
|
};
|
|
588
|
-
}
|
|
600
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
589
601
|
|
|
590
|
-
declare const __VLS_component_141: DefineComponent< {
|
|
602
|
+
declare const __VLS_component_141: DefineComponent<ExtractPropTypes< {
|
|
591
603
|
props: {
|
|
592
604
|
type: ObjectConstructor;
|
|
593
605
|
};
|
|
594
|
-
}
|
|
606
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
595
607
|
props: {
|
|
596
608
|
type: ObjectConstructor;
|
|
597
609
|
};
|
|
598
|
-
}
|
|
610
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
599
611
|
|
|
600
|
-
declare const __VLS_component_142: DefineComponent< {
|
|
612
|
+
declare const __VLS_component_142: DefineComponent<ExtractPropTypes< {
|
|
601
613
|
props: {
|
|
602
614
|
type: ObjectConstructor;
|
|
603
615
|
};
|
|
604
|
-
}
|
|
616
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
605
617
|
props: {
|
|
606
618
|
type: ObjectConstructor;
|
|
607
619
|
};
|
|
608
|
-
}
|
|
620
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
609
621
|
|
|
610
|
-
declare const __VLS_component_143: DefineComponent< {
|
|
622
|
+
declare const __VLS_component_143: DefineComponent<ExtractPropTypes< {
|
|
611
623
|
props: {
|
|
612
624
|
type: ObjectConstructor;
|
|
613
625
|
};
|
|
614
|
-
}
|
|
626
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
615
627
|
props: {
|
|
616
628
|
type: ObjectConstructor;
|
|
617
629
|
};
|
|
618
|
-
}
|
|
630
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
619
631
|
|
|
620
|
-
declare const __VLS_component_144: DefineComponent< {
|
|
632
|
+
declare const __VLS_component_144: DefineComponent<ExtractPropTypes< {
|
|
621
633
|
props: {
|
|
622
634
|
type: ObjectConstructor;
|
|
623
635
|
};
|
|
624
|
-
}
|
|
636
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
625
637
|
props: {
|
|
626
638
|
type: ObjectConstructor;
|
|
627
639
|
};
|
|
628
|
-
}
|
|
640
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
629
641
|
|
|
630
|
-
declare const __VLS_component_145: DefineComponent< {
|
|
642
|
+
declare const __VLS_component_145: DefineComponent<ExtractPropTypes< {
|
|
631
643
|
props: {
|
|
632
644
|
type: ObjectConstructor;
|
|
633
645
|
};
|
|
634
|
-
}
|
|
646
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
635
647
|
props: {
|
|
636
648
|
type: ObjectConstructor;
|
|
637
649
|
};
|
|
638
|
-
}
|
|
650
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
639
651
|
|
|
640
|
-
declare const __VLS_component_146: DefineComponent< {
|
|
652
|
+
declare const __VLS_component_146: DefineComponent<ExtractPropTypes< {
|
|
641
653
|
props: {
|
|
642
654
|
type: ObjectConstructor;
|
|
643
655
|
};
|
|
644
|
-
}
|
|
656
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
645
657
|
props: {
|
|
646
658
|
type: ObjectConstructor;
|
|
647
659
|
};
|
|
648
|
-
}
|
|
660
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
649
661
|
|
|
650
|
-
declare const __VLS_component_147: DefineComponent< {
|
|
662
|
+
declare const __VLS_component_147: DefineComponent<ExtractPropTypes< {
|
|
651
663
|
props: {
|
|
652
664
|
type: ObjectConstructor;
|
|
653
665
|
};
|
|
654
|
-
}
|
|
666
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
655
667
|
props: {
|
|
656
668
|
type: ObjectConstructor;
|
|
657
669
|
};
|
|
658
|
-
}
|
|
670
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
659
671
|
|
|
660
|
-
declare const __VLS_component_148: DefineComponent< {
|
|
672
|
+
declare const __VLS_component_148: DefineComponent<ExtractPropTypes< {
|
|
661
673
|
props: {
|
|
662
674
|
type: ObjectConstructor;
|
|
663
675
|
};
|
|
664
|
-
}
|
|
676
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
665
677
|
props: {
|
|
666
678
|
type: ObjectConstructor;
|
|
667
679
|
};
|
|
668
|
-
}
|
|
680
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
669
681
|
|
|
670
|
-
declare const __VLS_component_149: DefineComponent< {
|
|
682
|
+
declare const __VLS_component_149: DefineComponent<ExtractPropTypes< {
|
|
671
683
|
props: {
|
|
672
684
|
type: ObjectConstructor;
|
|
673
685
|
};
|
|
674
|
-
}
|
|
686
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
675
687
|
props: {
|
|
676
688
|
type: ObjectConstructor;
|
|
677
689
|
};
|
|
678
|
-
}
|
|
690
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
679
691
|
|
|
680
|
-
declare const __VLS_component_15: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<
|
|
692
|
+
declare const __VLS_component_15: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
681
693
|
|
|
682
|
-
declare const __VLS_component_150: DefineComponent< {
|
|
694
|
+
declare const __VLS_component_150: DefineComponent<ExtractPropTypes< {
|
|
683
695
|
props: {
|
|
684
696
|
type: ObjectConstructor;
|
|
685
697
|
};
|
|
686
|
-
}
|
|
698
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
687
699
|
props: {
|
|
688
700
|
type: ObjectConstructor;
|
|
689
701
|
};
|
|
690
|
-
}
|
|
702
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
691
703
|
|
|
692
|
-
declare const __VLS_component_151: DefineComponent< {
|
|
704
|
+
declare const __VLS_component_151: DefineComponent<ExtractPropTypes< {
|
|
693
705
|
props: {
|
|
694
706
|
type: ObjectConstructor;
|
|
695
707
|
};
|
|
696
|
-
}
|
|
708
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
697
709
|
props: {
|
|
698
710
|
type: ObjectConstructor;
|
|
699
711
|
};
|
|
700
|
-
}
|
|
712
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
701
713
|
|
|
702
|
-
declare const __VLS_component_152: DefineComponent< {
|
|
714
|
+
declare const __VLS_component_152: DefineComponent<ExtractPropTypes< {
|
|
703
715
|
props: {
|
|
704
716
|
type: ObjectConstructor;
|
|
705
717
|
};
|
|
706
|
-
}
|
|
718
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
707
719
|
props: {
|
|
708
720
|
type: ObjectConstructor;
|
|
709
721
|
};
|
|
710
|
-
}
|
|
722
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
711
723
|
|
|
712
|
-
declare const __VLS_component_153: DefineComponent< {
|
|
724
|
+
declare const __VLS_component_153: DefineComponent<ExtractPropTypes< {
|
|
713
725
|
props: {
|
|
714
726
|
type: ObjectConstructor;
|
|
715
727
|
};
|
|
716
|
-
}
|
|
728
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
717
729
|
props: {
|
|
718
730
|
type: ObjectConstructor;
|
|
719
731
|
};
|
|
720
|
-
}
|
|
732
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
721
733
|
|
|
722
|
-
declare const __VLS_component_154: DefineComponent< {
|
|
734
|
+
declare const __VLS_component_154: DefineComponent<ExtractPropTypes< {
|
|
723
735
|
props: {
|
|
724
736
|
type: ObjectConstructor;
|
|
725
737
|
};
|
|
726
|
-
}
|
|
738
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
727
739
|
props: {
|
|
728
740
|
type: ObjectConstructor;
|
|
729
741
|
};
|
|
730
|
-
}
|
|
742
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
731
743
|
|
|
732
|
-
declare const __VLS_component_155: DefineComponent< {
|
|
744
|
+
declare const __VLS_component_155: DefineComponent<ExtractPropTypes< {
|
|
733
745
|
props: {
|
|
734
746
|
type: ObjectConstructor;
|
|
735
747
|
};
|
|
736
|
-
}
|
|
748
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
737
749
|
props: {
|
|
738
750
|
type: ObjectConstructor;
|
|
739
751
|
};
|
|
740
|
-
}
|
|
752
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
741
753
|
|
|
742
|
-
declare const __VLS_component_156: DefineComponent< {
|
|
754
|
+
declare const __VLS_component_156: DefineComponent<ExtractPropTypes< {
|
|
743
755
|
props: {
|
|
744
756
|
type: ObjectConstructor;
|
|
745
757
|
};
|
|
746
|
-
}
|
|
758
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
747
759
|
props: {
|
|
748
760
|
type: ObjectConstructor;
|
|
749
761
|
};
|
|
750
|
-
}
|
|
762
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
751
763
|
|
|
752
|
-
declare const __VLS_component_157: DefineComponent< {
|
|
764
|
+
declare const __VLS_component_157: DefineComponent<ExtractPropTypes< {
|
|
753
765
|
props: {
|
|
754
766
|
type: ObjectConstructor;
|
|
755
767
|
};
|
|
756
|
-
}
|
|
768
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
757
769
|
props: {
|
|
758
770
|
type: ObjectConstructor;
|
|
759
771
|
};
|
|
760
|
-
}
|
|
772
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
761
773
|
|
|
762
|
-
declare const __VLS_component_158: DefineComponent< {
|
|
774
|
+
declare const __VLS_component_158: DefineComponent<ExtractPropTypes< {
|
|
763
775
|
props: {
|
|
764
776
|
type: ObjectConstructor;
|
|
765
777
|
};
|
|
766
|
-
}
|
|
778
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
767
779
|
props: {
|
|
768
780
|
type: ObjectConstructor;
|
|
769
781
|
};
|
|
770
|
-
}
|
|
782
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
771
783
|
|
|
772
|
-
declare const __VLS_component_159: DefineComponent< {
|
|
784
|
+
declare const __VLS_component_159: DefineComponent<ExtractPropTypes< {
|
|
773
785
|
props: {
|
|
774
786
|
type: ObjectConstructor;
|
|
775
787
|
};
|
|
776
|
-
}
|
|
788
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
777
789
|
props: {
|
|
778
790
|
type: ObjectConstructor;
|
|
779
791
|
};
|
|
780
|
-
}
|
|
792
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
781
793
|
|
|
782
|
-
declare const __VLS_component_16: DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<fulfillmentTileIcon>, {
|
|
794
|
+
declare const __VLS_component_16: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<fulfillmentTileIcon>, {
|
|
783
795
|
type: string;
|
|
784
|
-
}
|
|
796
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<fulfillmentTileIcon>, {
|
|
785
797
|
type: string;
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
props: {
|
|
790
|
-
type: ObjectConstructor;
|
|
791
|
-
};
|
|
792
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
793
|
-
props: {
|
|
794
|
-
type: ObjectConstructor;
|
|
795
|
-
};
|
|
796
|
-
}>>, {}, {}>;
|
|
797
|
-
|
|
798
|
-
declare const __VLS_component_161: DefineComponent< {
|
|
799
|
-
props: {
|
|
800
|
-
type: ObjectConstructor;
|
|
801
|
-
};
|
|
802
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
803
|
-
props: {
|
|
804
|
-
type: ObjectConstructor;
|
|
805
|
-
};
|
|
806
|
-
}>>, {}, {}>;
|
|
807
|
-
|
|
808
|
-
declare const __VLS_component_162: DefineComponent< {
|
|
809
|
-
props: {
|
|
810
|
-
type: ObjectConstructor;
|
|
811
|
-
};
|
|
812
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
813
|
-
props: {
|
|
814
|
-
type: ObjectConstructor;
|
|
815
|
-
};
|
|
816
|
-
}>>, {}, {}>;
|
|
817
|
-
|
|
818
|
-
declare const __VLS_component_163: DefineComponent< {
|
|
819
|
-
props: {
|
|
820
|
-
type: ObjectConstructor;
|
|
821
|
-
};
|
|
822
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
823
|
-
props: {
|
|
824
|
-
type: ObjectConstructor;
|
|
825
|
-
};
|
|
826
|
-
}>>, {}, {}>;
|
|
827
|
-
|
|
828
|
-
declare const __VLS_component_164: DefineComponent< {
|
|
829
|
-
props: {
|
|
830
|
-
type: ObjectConstructor;
|
|
831
|
-
};
|
|
832
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
833
|
-
props: {
|
|
834
|
-
type: ObjectConstructor;
|
|
835
|
-
};
|
|
836
|
-
}>>, {}, {}>;
|
|
837
|
-
|
|
838
|
-
declare const __VLS_component_165: DefineComponent< {
|
|
839
|
-
props: {
|
|
840
|
-
type: ObjectConstructor;
|
|
841
|
-
};
|
|
842
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
843
|
-
props: {
|
|
844
|
-
type: ObjectConstructor;
|
|
845
|
-
};
|
|
846
|
-
}>>, {}, {}>;
|
|
798
|
+
}>>> & Readonly<{}>, {
|
|
799
|
+
type: StatusType;
|
|
800
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
847
801
|
|
|
848
|
-
declare const
|
|
802
|
+
declare const __VLS_component_160: DefineComponent<ExtractPropTypes< {
|
|
849
803
|
props: {
|
|
850
804
|
type: ObjectConstructor;
|
|
851
805
|
};
|
|
852
|
-
}
|
|
806
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
853
807
|
props: {
|
|
854
808
|
type: ObjectConstructor;
|
|
855
809
|
};
|
|
856
|
-
}
|
|
810
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
857
811
|
|
|
858
|
-
declare const
|
|
812
|
+
declare const __VLS_component_161: DefineComponent<ExtractPropTypes< {
|
|
859
813
|
props: {
|
|
860
814
|
type: ObjectConstructor;
|
|
861
815
|
};
|
|
862
|
-
}
|
|
816
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
863
817
|
props: {
|
|
864
818
|
type: ObjectConstructor;
|
|
865
819
|
};
|
|
866
|
-
}
|
|
820
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
867
821
|
|
|
868
|
-
declare const
|
|
822
|
+
declare const __VLS_component_162: DefineComponent<ExtractPropTypes< {
|
|
869
823
|
props: {
|
|
870
824
|
type: ObjectConstructor;
|
|
871
825
|
};
|
|
872
|
-
}
|
|
826
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
873
827
|
props: {
|
|
874
828
|
type: ObjectConstructor;
|
|
875
829
|
};
|
|
876
|
-
}
|
|
830
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
877
831
|
|
|
878
|
-
declare const
|
|
832
|
+
declare const __VLS_component_163: DefineComponent<ExtractPropTypes< {
|
|
879
833
|
props: {
|
|
880
834
|
type: ObjectConstructor;
|
|
881
835
|
};
|
|
882
|
-
}
|
|
836
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
883
837
|
props: {
|
|
884
838
|
type: ObjectConstructor;
|
|
885
839
|
};
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
declare const __VLS_component_17: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<surfaceSelectionLayout>, {
|
|
889
|
-
orientation: string;
|
|
890
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<surfaceSelectionLayout>, {
|
|
891
|
-
orientation: string;
|
|
892
|
-
}>>>, {}, {}>;
|
|
840
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
893
841
|
|
|
894
|
-
declare const
|
|
842
|
+
declare const __VLS_component_164: DefineComponent<ExtractPropTypes< {
|
|
895
843
|
props: {
|
|
896
844
|
type: ObjectConstructor;
|
|
897
845
|
};
|
|
898
|
-
}
|
|
846
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
899
847
|
props: {
|
|
900
848
|
type: ObjectConstructor;
|
|
901
849
|
};
|
|
902
|
-
}
|
|
850
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
903
851
|
|
|
904
|
-
declare const
|
|
852
|
+
declare const __VLS_component_165: DefineComponent<ExtractPropTypes< {
|
|
905
853
|
props: {
|
|
906
854
|
type: ObjectConstructor;
|
|
907
855
|
};
|
|
908
|
-
}
|
|
856
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
909
857
|
props: {
|
|
910
858
|
type: ObjectConstructor;
|
|
911
859
|
};
|
|
912
|
-
}
|
|
860
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
913
861
|
|
|
914
|
-
declare const
|
|
862
|
+
declare const __VLS_component_166: DefineComponent<ExtractPropTypes< {
|
|
915
863
|
props: {
|
|
916
864
|
type: ObjectConstructor;
|
|
917
865
|
};
|
|
918
|
-
}
|
|
866
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
919
867
|
props: {
|
|
920
868
|
type: ObjectConstructor;
|
|
921
869
|
};
|
|
922
|
-
}
|
|
870
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
923
871
|
|
|
924
|
-
declare const
|
|
872
|
+
declare const __VLS_component_167: DefineComponent<ExtractPropTypes< {
|
|
925
873
|
props: {
|
|
926
874
|
type: ObjectConstructor;
|
|
927
875
|
};
|
|
928
|
-
}
|
|
876
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
929
877
|
props: {
|
|
930
878
|
type: ObjectConstructor;
|
|
931
879
|
};
|
|
932
|
-
}
|
|
880
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
933
881
|
|
|
934
|
-
declare const
|
|
882
|
+
declare const __VLS_component_168: DefineComponent<ExtractPropTypes< {
|
|
935
883
|
props: {
|
|
936
884
|
type: ObjectConstructor;
|
|
937
885
|
};
|
|
938
|
-
}
|
|
886
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
939
887
|
props: {
|
|
940
888
|
type: ObjectConstructor;
|
|
941
889
|
};
|
|
942
|
-
}
|
|
890
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
943
891
|
|
|
944
|
-
declare const
|
|
892
|
+
declare const __VLS_component_169: DefineComponent<ExtractPropTypes< {
|
|
945
893
|
props: {
|
|
946
894
|
type: ObjectConstructor;
|
|
947
895
|
};
|
|
948
|
-
}
|
|
896
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
949
897
|
props: {
|
|
950
898
|
type: ObjectConstructor;
|
|
951
899
|
};
|
|
952
|
-
}
|
|
900
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
953
901
|
|
|
954
|
-
declare const
|
|
955
|
-
props: {
|
|
956
|
-
type: ObjectConstructor;
|
|
957
|
-
};
|
|
958
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
959
|
-
props: {
|
|
960
|
-
type: ObjectConstructor;
|
|
961
|
-
};
|
|
962
|
-
}>>, {}, {}>;
|
|
963
|
-
|
|
964
|
-
declare const __VLS_component_177: DefineComponent< {
|
|
965
|
-
props: {
|
|
966
|
-
type: ObjectConstructor;
|
|
967
|
-
};
|
|
968
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
969
|
-
props: {
|
|
970
|
-
type: ObjectConstructor;
|
|
971
|
-
};
|
|
972
|
-
}>>, {}, {}>;
|
|
973
|
-
|
|
974
|
-
declare const __VLS_component_178: DefineComponent< {
|
|
975
|
-
props: {
|
|
976
|
-
type: ObjectConstructor;
|
|
977
|
-
};
|
|
978
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
979
|
-
props: {
|
|
980
|
-
type: ObjectConstructor;
|
|
981
|
-
};
|
|
982
|
-
}>>, {}, {}>;
|
|
983
|
-
|
|
984
|
-
declare const __VLS_component_179: DefineComponent< {
|
|
985
|
-
props: {
|
|
986
|
-
type: ObjectConstructor;
|
|
987
|
-
};
|
|
988
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
989
|
-
props: {
|
|
990
|
-
type: ObjectConstructor;
|
|
991
|
-
};
|
|
992
|
-
}>>, {}, {}>;
|
|
993
|
-
|
|
994
|
-
declare const __VLS_component_18: DefineComponent< {
|
|
902
|
+
declare const __VLS_component_17: DefineComponent<ExtractPropTypes< {
|
|
995
903
|
/**
|
|
996
904
|
* Defines gutter size. Also accepts responsive values with `@breakpoint`: "none@md"
|
|
997
905
|
* @demoSelectMultiple false
|
|
@@ -1007,7 +915,7 @@ tag: {
|
|
|
1007
915
|
type: StringConstructor;
|
|
1008
916
|
default: string;
|
|
1009
917
|
};
|
|
1010
|
-
}
|
|
918
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1011
919
|
/**
|
|
1012
920
|
* Defines gutter size. Also accepts responsive values with `@breakpoint`: "none@md"
|
|
1013
921
|
* @demoSelectMultiple false
|
|
@@ -1023,112 +931,112 @@ tag: {
|
|
|
1023
931
|
type: StringConstructor;
|
|
1024
932
|
default: string;
|
|
1025
933
|
};
|
|
1026
|
-
}
|
|
934
|
+
}>> & Readonly<{}>, {
|
|
1027
935
|
tag: string;
|
|
1028
936
|
gutter: string;
|
|
1029
|
-
}, {}>;
|
|
937
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1030
938
|
|
|
1031
|
-
declare const
|
|
939
|
+
declare const __VLS_component_170: DefineComponent<ExtractPropTypes< {
|
|
1032
940
|
props: {
|
|
1033
941
|
type: ObjectConstructor;
|
|
1034
942
|
};
|
|
1035
|
-
}
|
|
943
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1036
944
|
props: {
|
|
1037
945
|
type: ObjectConstructor;
|
|
1038
946
|
};
|
|
1039
|
-
}
|
|
947
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1040
948
|
|
|
1041
|
-
declare const
|
|
949
|
+
declare const __VLS_component_171: DefineComponent<ExtractPropTypes< {
|
|
1042
950
|
props: {
|
|
1043
951
|
type: ObjectConstructor;
|
|
1044
952
|
};
|
|
1045
|
-
}
|
|
953
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1046
954
|
props: {
|
|
1047
955
|
type: ObjectConstructor;
|
|
1048
956
|
};
|
|
1049
|
-
}
|
|
957
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1050
958
|
|
|
1051
|
-
declare const
|
|
959
|
+
declare const __VLS_component_172: DefineComponent<ExtractPropTypes< {
|
|
1052
960
|
props: {
|
|
1053
961
|
type: ObjectConstructor;
|
|
1054
962
|
};
|
|
1055
|
-
}
|
|
963
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1056
964
|
props: {
|
|
1057
965
|
type: ObjectConstructor;
|
|
1058
966
|
};
|
|
1059
|
-
}
|
|
967
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1060
968
|
|
|
1061
|
-
declare const
|
|
969
|
+
declare const __VLS_component_173: DefineComponent<ExtractPropTypes< {
|
|
1062
970
|
props: {
|
|
1063
971
|
type: ObjectConstructor;
|
|
1064
972
|
};
|
|
1065
|
-
}
|
|
973
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1066
974
|
props: {
|
|
1067
975
|
type: ObjectConstructor;
|
|
1068
976
|
};
|
|
1069
|
-
}
|
|
977
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1070
978
|
|
|
1071
|
-
declare const
|
|
979
|
+
declare const __VLS_component_174: DefineComponent<ExtractPropTypes< {
|
|
1072
980
|
props: {
|
|
1073
981
|
type: ObjectConstructor;
|
|
1074
982
|
};
|
|
1075
|
-
}
|
|
983
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1076
984
|
props: {
|
|
1077
985
|
type: ObjectConstructor;
|
|
1078
986
|
};
|
|
1079
|
-
}
|
|
987
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1080
988
|
|
|
1081
|
-
declare const
|
|
989
|
+
declare const __VLS_component_175: DefineComponent<ExtractPropTypes< {
|
|
1082
990
|
props: {
|
|
1083
991
|
type: ObjectConstructor;
|
|
1084
992
|
};
|
|
1085
|
-
}
|
|
993
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1086
994
|
props: {
|
|
1087
995
|
type: ObjectConstructor;
|
|
1088
996
|
};
|
|
1089
|
-
}
|
|
997
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1090
998
|
|
|
1091
|
-
declare const
|
|
999
|
+
declare const __VLS_component_176: DefineComponent<ExtractPropTypes< {
|
|
1092
1000
|
props: {
|
|
1093
1001
|
type: ObjectConstructor;
|
|
1094
1002
|
};
|
|
1095
|
-
}
|
|
1003
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1096
1004
|
props: {
|
|
1097
1005
|
type: ObjectConstructor;
|
|
1098
1006
|
};
|
|
1099
|
-
}
|
|
1007
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1100
1008
|
|
|
1101
|
-
declare const
|
|
1009
|
+
declare const __VLS_component_177: DefineComponent<ExtractPropTypes< {
|
|
1102
1010
|
props: {
|
|
1103
1011
|
type: ObjectConstructor;
|
|
1104
1012
|
};
|
|
1105
|
-
}
|
|
1013
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1106
1014
|
props: {
|
|
1107
1015
|
type: ObjectConstructor;
|
|
1108
1016
|
};
|
|
1109
|
-
}
|
|
1017
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1110
1018
|
|
|
1111
|
-
declare const
|
|
1019
|
+
declare const __VLS_component_178: DefineComponent<ExtractPropTypes< {
|
|
1112
1020
|
props: {
|
|
1113
1021
|
type: ObjectConstructor;
|
|
1114
1022
|
};
|
|
1115
|
-
}
|
|
1023
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1116
1024
|
props: {
|
|
1117
1025
|
type: ObjectConstructor;
|
|
1118
1026
|
};
|
|
1119
|
-
}
|
|
1027
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1120
1028
|
|
|
1121
|
-
declare const
|
|
1029
|
+
declare const __VLS_component_179: DefineComponent<ExtractPropTypes< {
|
|
1122
1030
|
props: {
|
|
1123
1031
|
type: ObjectConstructor;
|
|
1124
1032
|
};
|
|
1125
|
-
}
|
|
1033
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1126
1034
|
props: {
|
|
1127
1035
|
type: ObjectConstructor;
|
|
1128
1036
|
};
|
|
1129
|
-
}
|
|
1037
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1130
1038
|
|
|
1131
|
-
declare const
|
|
1039
|
+
declare const __VLS_component_18: DefineComponent<ExtractPropTypes< {
|
|
1132
1040
|
/**
|
|
1133
1041
|
* Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).
|
|
1134
1042
|
*/
|
|
@@ -1145,7 +1053,7 @@ type: StringConstructor;
|
|
|
1145
1053
|
default: undefined;
|
|
1146
1054
|
validator: (value: string) => boolean;
|
|
1147
1055
|
};
|
|
1148
|
-
}
|
|
1056
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1149
1057
|
/**
|
|
1150
1058
|
* Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).
|
|
1151
1059
|
*/
|
|
@@ -1162,229 +1070,112 @@ type: StringConstructor;
|
|
|
1162
1070
|
default: undefined;
|
|
1163
1071
|
validator: (value: string) => boolean;
|
|
1164
1072
|
};
|
|
1165
|
-
}
|
|
1073
|
+
}>> & Readonly<{}>, {
|
|
1166
1074
|
inheritColor: boolean;
|
|
1167
1075
|
size: string;
|
|
1168
|
-
}, {}>;
|
|
1076
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1169
1077
|
|
|
1170
|
-
declare const
|
|
1078
|
+
declare const __VLS_component_180: DefineComponent<ExtractPropTypes< {
|
|
1171
1079
|
props: {
|
|
1172
1080
|
type: ObjectConstructor;
|
|
1173
1081
|
};
|
|
1174
|
-
}
|
|
1082
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1175
1083
|
props: {
|
|
1176
1084
|
type: ObjectConstructor;
|
|
1177
1085
|
};
|
|
1178
|
-
}
|
|
1086
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1179
1087
|
|
|
1180
|
-
declare const
|
|
1088
|
+
declare const __VLS_component_181: DefineComponent<ExtractPropTypes< {
|
|
1181
1089
|
props: {
|
|
1182
1090
|
type: ObjectConstructor;
|
|
1183
1091
|
};
|
|
1184
|
-
}
|
|
1092
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1185
1093
|
props: {
|
|
1186
1094
|
type: ObjectConstructor;
|
|
1187
1095
|
};
|
|
1188
|
-
}
|
|
1096
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1189
1097
|
|
|
1190
|
-
declare const
|
|
1098
|
+
declare const __VLS_component_182: DefineComponent<ExtractPropTypes< {
|
|
1191
1099
|
props: {
|
|
1192
1100
|
type: ObjectConstructor;
|
|
1193
1101
|
};
|
|
1194
|
-
}
|
|
1102
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1195
1103
|
props: {
|
|
1196
1104
|
type: ObjectConstructor;
|
|
1197
1105
|
};
|
|
1198
|
-
}
|
|
1106
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1199
1107
|
|
|
1200
|
-
declare const
|
|
1108
|
+
declare const __VLS_component_183: DefineComponent<ExtractPropTypes< {
|
|
1201
1109
|
props: {
|
|
1202
1110
|
type: ObjectConstructor;
|
|
1203
1111
|
};
|
|
1204
|
-
}
|
|
1112
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1205
1113
|
props: {
|
|
1206
1114
|
type: ObjectConstructor;
|
|
1207
1115
|
};
|
|
1208
|
-
}
|
|
1116
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1209
1117
|
|
|
1210
|
-
declare const
|
|
1118
|
+
declare const __VLS_component_184: DefineComponent<ExtractPropTypes< {
|
|
1211
1119
|
props: {
|
|
1212
1120
|
type: ObjectConstructor;
|
|
1213
1121
|
};
|
|
1214
|
-
}
|
|
1122
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1215
1123
|
props: {
|
|
1216
1124
|
type: ObjectConstructor;
|
|
1217
1125
|
};
|
|
1218
|
-
}
|
|
1126
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1219
1127
|
|
|
1220
|
-
declare const
|
|
1128
|
+
declare const __VLS_component_185: DefineComponent<ExtractPropTypes< {
|
|
1221
1129
|
props: {
|
|
1222
1130
|
type: ObjectConstructor;
|
|
1223
1131
|
};
|
|
1224
|
-
}
|
|
1132
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1225
1133
|
props: {
|
|
1226
1134
|
type: ObjectConstructor;
|
|
1227
1135
|
};
|
|
1228
|
-
}
|
|
1136
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1229
1137
|
|
|
1230
|
-
declare const
|
|
1138
|
+
declare const __VLS_component_186: DefineComponent<ExtractPropTypes< {
|
|
1231
1139
|
props: {
|
|
1232
1140
|
type: ObjectConstructor;
|
|
1233
1141
|
};
|
|
1234
|
-
}
|
|
1142
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1235
1143
|
props: {
|
|
1236
1144
|
type: ObjectConstructor;
|
|
1237
1145
|
};
|
|
1238
|
-
}
|
|
1146
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1239
1147
|
|
|
1240
|
-
declare const
|
|
1148
|
+
declare const __VLS_component_187: DefineComponent<ExtractPropTypes< {
|
|
1241
1149
|
props: {
|
|
1242
1150
|
type: ObjectConstructor;
|
|
1243
1151
|
};
|
|
1244
|
-
}
|
|
1152
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1245
1153
|
props: {
|
|
1246
1154
|
type: ObjectConstructor;
|
|
1247
1155
|
};
|
|
1248
|
-
}
|
|
1156
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1249
1157
|
|
|
1250
|
-
declare const
|
|
1158
|
+
declare const __VLS_component_188: DefineComponent<ExtractPropTypes< {
|
|
1251
1159
|
props: {
|
|
1252
1160
|
type: ObjectConstructor;
|
|
1253
1161
|
};
|
|
1254
|
-
}
|
|
1162
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1255
1163
|
props: {
|
|
1256
1164
|
type: ObjectConstructor;
|
|
1257
1165
|
};
|
|
1258
|
-
}
|
|
1166
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1259
1167
|
|
|
1260
|
-
declare const
|
|
1168
|
+
declare const __VLS_component_189: DefineComponent<ExtractPropTypes< {
|
|
1261
1169
|
props: {
|
|
1262
1170
|
type: ObjectConstructor;
|
|
1263
1171
|
};
|
|
1264
|
-
}
|
|
1172
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1265
1173
|
props: {
|
|
1266
1174
|
type: ObjectConstructor;
|
|
1267
1175
|
};
|
|
1268
|
-
}
|
|
1176
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1269
1177
|
|
|
1270
|
-
declare const
|
|
1271
|
-
/**
|
|
1272
|
-
* The unique id of an accordion.
|
|
1273
|
-
* @demoIgnore true
|
|
1274
|
-
*/
|
|
1275
|
-
id: {
|
|
1276
|
-
type: StringConstructor;
|
|
1277
|
-
required: true;
|
|
1278
|
-
};
|
|
1279
|
-
/**
|
|
1280
|
-
* Toggle this value to open/close the accordion.
|
|
1281
|
-
* @demoIgnore true
|
|
1282
|
-
*/
|
|
1283
|
-
opened: {
|
|
1284
|
-
type: BooleanConstructor;
|
|
1285
|
-
default: boolean;
|
|
1286
|
-
};
|
|
1287
|
-
/**
|
|
1288
|
-
* Sets a compact style.
|
|
1289
|
-
*/
|
|
1290
|
-
compact: {
|
|
1291
|
-
type: BooleanConstructor;
|
|
1292
|
-
default: boolean;
|
|
1293
|
-
};
|
|
1294
|
-
/**
|
|
1295
|
-
* Sets a border-aligned style.
|
|
1296
|
-
*/
|
|
1297
|
-
borderAligned: {
|
|
1298
|
-
type: BooleanConstructor;
|
|
1299
|
-
default: boolean;
|
|
1300
|
-
};
|
|
1301
|
-
/**
|
|
1302
|
-
* Sets the heading level
|
|
1303
|
-
* @demoIgnore true
|
|
1304
|
-
*/
|
|
1305
|
-
level: {
|
|
1306
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1307
|
-
required: true;
|
|
1308
|
-
};
|
|
1309
|
-
/**
|
|
1310
|
-
* Toggles content spacing (padding)
|
|
1311
|
-
*/
|
|
1312
|
-
contentSpacing: {
|
|
1313
|
-
type: BooleanConstructor;
|
|
1314
|
-
default: boolean;
|
|
1315
|
-
};
|
|
1316
|
-
/**
|
|
1317
|
-
* Sets the readable text on CdrAccordion button (also can be slotted)
|
|
1318
|
-
* @demoIgnore true
|
|
1319
|
-
*/
|
|
1320
|
-
label: {
|
|
1321
|
-
type: StringConstructor;
|
|
1322
|
-
};
|
|
1323
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1324
|
-
"accordion-toggle": (...args: any[]) => void;
|
|
1325
|
-
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1326
|
-
/**
|
|
1327
|
-
* The unique id of an accordion.
|
|
1328
|
-
* @demoIgnore true
|
|
1329
|
-
*/
|
|
1330
|
-
id: {
|
|
1331
|
-
type: StringConstructor;
|
|
1332
|
-
required: true;
|
|
1333
|
-
};
|
|
1334
|
-
/**
|
|
1335
|
-
* Toggle this value to open/close the accordion.
|
|
1336
|
-
* @demoIgnore true
|
|
1337
|
-
*/
|
|
1338
|
-
opened: {
|
|
1339
|
-
type: BooleanConstructor;
|
|
1340
|
-
default: boolean;
|
|
1341
|
-
};
|
|
1342
|
-
/**
|
|
1343
|
-
* Sets a compact style.
|
|
1344
|
-
*/
|
|
1345
|
-
compact: {
|
|
1346
|
-
type: BooleanConstructor;
|
|
1347
|
-
default: boolean;
|
|
1348
|
-
};
|
|
1349
|
-
/**
|
|
1350
|
-
* Sets a border-aligned style.
|
|
1351
|
-
*/
|
|
1352
|
-
borderAligned: {
|
|
1353
|
-
type: BooleanConstructor;
|
|
1354
|
-
default: boolean;
|
|
1355
|
-
};
|
|
1356
|
-
/**
|
|
1357
|
-
* Sets the heading level
|
|
1358
|
-
* @demoIgnore true
|
|
1359
|
-
*/
|
|
1360
|
-
level: {
|
|
1361
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1362
|
-
required: true;
|
|
1363
|
-
};
|
|
1364
|
-
/**
|
|
1365
|
-
* Toggles content spacing (padding)
|
|
1366
|
-
*/
|
|
1367
|
-
contentSpacing: {
|
|
1368
|
-
type: BooleanConstructor;
|
|
1369
|
-
default: boolean;
|
|
1370
|
-
};
|
|
1371
|
-
/**
|
|
1372
|
-
* Sets the readable text on CdrAccordion button (also can be slotted)
|
|
1373
|
-
* @demoIgnore true
|
|
1374
|
-
*/
|
|
1375
|
-
label: {
|
|
1376
|
-
type: StringConstructor;
|
|
1377
|
-
};
|
|
1378
|
-
}>> & {
|
|
1379
|
-
"onAccordion-toggle"?: ((...args: any[]) => any) | undefined;
|
|
1380
|
-
}, {
|
|
1381
|
-
opened: boolean;
|
|
1382
|
-
compact: boolean;
|
|
1383
|
-
borderAligned: boolean;
|
|
1384
|
-
contentSpacing: boolean;
|
|
1385
|
-
}, {}>;
|
|
1386
|
-
|
|
1387
|
-
declare const __VLS_component_20: DefineComponent< {
|
|
1178
|
+
declare const __VLS_component_19: DefineComponent<ExtractPropTypes< {
|
|
1388
1179
|
/**
|
|
1389
1180
|
* Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.
|
|
1390
1181
|
*/
|
|
@@ -1476,7 +1267,7 @@ type: (StringConstructor | NumberConstructor)[];
|
|
|
1476
1267
|
inputContainerClass: StringConstructor;
|
|
1477
1268
|
/** Passes a custom class to the label for custom styles */
|
|
1478
1269
|
labelClass: StringConstructor;
|
|
1479
|
-
}
|
|
1270
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1480
1271
|
"update:modelValue": (...args: any[]) => void;
|
|
1481
1272
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1482
1273
|
/**
|
|
@@ -1557,241 +1348,482 @@ disabled: BooleanConstructor;
|
|
|
1557
1348
|
/**
|
|
1558
1349
|
* Sets aria-required on the input field and displays an asterisk next to the input label.
|
|
1559
1350
|
*/
|
|
1560
|
-
required: BooleanConstructor;
|
|
1351
|
+
required: BooleanConstructor;
|
|
1352
|
+
/**
|
|
1353
|
+
* Displays '(optional)' text next to the input label.
|
|
1354
|
+
*/
|
|
1355
|
+
optional: BooleanConstructor;
|
|
1356
|
+
/** @ignore */
|
|
1357
|
+
modelValue: {
|
|
1358
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1359
|
+
};
|
|
1360
|
+
/** Adds a custom class to the cdr-label-standalone container div */
|
|
1361
|
+
inputContainerClass: StringConstructor;
|
|
1362
|
+
/** Passes a custom class to the label for custom styles */
|
|
1363
|
+
labelClass: StringConstructor;
|
|
1364
|
+
}>> & Readonly<{
|
|
1365
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1366
|
+
}>, {
|
|
1367
|
+
error: string | boolean;
|
|
1368
|
+
rows: number;
|
|
1369
|
+
type: string;
|
|
1370
|
+
disabled: boolean;
|
|
1371
|
+
required: boolean;
|
|
1372
|
+
background: string;
|
|
1373
|
+
hideLabel: boolean;
|
|
1374
|
+
optional: boolean;
|
|
1375
|
+
numeric: boolean;
|
|
1376
|
+
errorRole: string;
|
|
1377
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1378
|
+
|
|
1379
|
+
declare const __VLS_component_190: DefineComponent<ExtractPropTypes< {
|
|
1380
|
+
props: {
|
|
1381
|
+
type: ObjectConstructor;
|
|
1382
|
+
};
|
|
1383
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1384
|
+
props: {
|
|
1385
|
+
type: ObjectConstructor;
|
|
1386
|
+
};
|
|
1387
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1388
|
+
|
|
1389
|
+
declare const __VLS_component_191: DefineComponent<ExtractPropTypes< {
|
|
1390
|
+
props: {
|
|
1391
|
+
type: ObjectConstructor;
|
|
1392
|
+
};
|
|
1393
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1394
|
+
props: {
|
|
1395
|
+
type: ObjectConstructor;
|
|
1396
|
+
};
|
|
1397
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1398
|
+
|
|
1399
|
+
declare const __VLS_component_192: DefineComponent<ExtractPropTypes< {
|
|
1400
|
+
props: {
|
|
1401
|
+
type: ObjectConstructor;
|
|
1402
|
+
};
|
|
1403
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1404
|
+
props: {
|
|
1405
|
+
type: ObjectConstructor;
|
|
1406
|
+
};
|
|
1407
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1408
|
+
|
|
1409
|
+
declare const __VLS_component_193: DefineComponent<ExtractPropTypes< {
|
|
1410
|
+
props: {
|
|
1411
|
+
type: ObjectConstructor;
|
|
1412
|
+
};
|
|
1413
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1414
|
+
props: {
|
|
1415
|
+
type: ObjectConstructor;
|
|
1416
|
+
};
|
|
1417
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1418
|
+
|
|
1419
|
+
declare const __VLS_component_194: DefineComponent<ExtractPropTypes< {
|
|
1420
|
+
props: {
|
|
1421
|
+
type: ObjectConstructor;
|
|
1422
|
+
};
|
|
1423
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1424
|
+
props: {
|
|
1425
|
+
type: ObjectConstructor;
|
|
1426
|
+
};
|
|
1427
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1428
|
+
|
|
1429
|
+
declare const __VLS_component_195: DefineComponent<ExtractPropTypes< {
|
|
1430
|
+
props: {
|
|
1431
|
+
type: ObjectConstructor;
|
|
1432
|
+
};
|
|
1433
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1434
|
+
props: {
|
|
1435
|
+
type: ObjectConstructor;
|
|
1436
|
+
};
|
|
1437
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1438
|
+
|
|
1439
|
+
declare const __VLS_component_196: DefineComponent<ExtractPropTypes< {
|
|
1440
|
+
props: {
|
|
1441
|
+
type: ObjectConstructor;
|
|
1442
|
+
};
|
|
1443
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1444
|
+
props: {
|
|
1445
|
+
type: ObjectConstructor;
|
|
1446
|
+
};
|
|
1447
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1448
|
+
|
|
1449
|
+
declare const __VLS_component_197: DefineComponent<ExtractPropTypes< {
|
|
1450
|
+
props: {
|
|
1451
|
+
type: ObjectConstructor;
|
|
1452
|
+
};
|
|
1453
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1454
|
+
props: {
|
|
1455
|
+
type: ObjectConstructor;
|
|
1456
|
+
};
|
|
1457
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1458
|
+
|
|
1459
|
+
declare const __VLS_component_198: DefineComponent<ExtractPropTypes< {
|
|
1460
|
+
props: {
|
|
1461
|
+
type: ObjectConstructor;
|
|
1462
|
+
};
|
|
1463
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1464
|
+
props: {
|
|
1465
|
+
type: ObjectConstructor;
|
|
1466
|
+
};
|
|
1467
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1468
|
+
|
|
1469
|
+
declare const __VLS_component_199: DefineComponent<ExtractPropTypes< {
|
|
1470
|
+
props: {
|
|
1471
|
+
type: ObjectConstructor;
|
|
1472
|
+
};
|
|
1473
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1474
|
+
props: {
|
|
1475
|
+
type: ObjectConstructor;
|
|
1476
|
+
};
|
|
1477
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1478
|
+
|
|
1479
|
+
declare const __VLS_component_2: DefineComponent<ExtractPropTypes< {
|
|
1480
|
+
/**
|
|
1481
|
+
* The unique id of an accordion.
|
|
1482
|
+
* @demoIgnore true
|
|
1483
|
+
*/
|
|
1484
|
+
id: {
|
|
1485
|
+
type: StringConstructor;
|
|
1486
|
+
required: true;
|
|
1487
|
+
};
|
|
1488
|
+
/**
|
|
1489
|
+
* Toggle this value to open/close the accordion.
|
|
1490
|
+
* @demoIgnore true
|
|
1491
|
+
*/
|
|
1492
|
+
opened: {
|
|
1493
|
+
type: BooleanConstructor;
|
|
1494
|
+
default: boolean;
|
|
1495
|
+
};
|
|
1496
|
+
/**
|
|
1497
|
+
* Sets a compact style.
|
|
1498
|
+
*/
|
|
1499
|
+
compact: {
|
|
1500
|
+
type: BooleanConstructor;
|
|
1501
|
+
default: boolean;
|
|
1502
|
+
};
|
|
1503
|
+
/**
|
|
1504
|
+
* Sets a border-aligned style.
|
|
1505
|
+
*/
|
|
1506
|
+
borderAligned: {
|
|
1507
|
+
type: BooleanConstructor;
|
|
1508
|
+
default: boolean;
|
|
1509
|
+
};
|
|
1510
|
+
/**
|
|
1511
|
+
* Sets the heading level
|
|
1512
|
+
* @demoIgnore true
|
|
1513
|
+
*/
|
|
1514
|
+
level: {
|
|
1515
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1516
|
+
required: true;
|
|
1517
|
+
};
|
|
1518
|
+
/**
|
|
1519
|
+
* Toggles content spacing (padding)
|
|
1520
|
+
*/
|
|
1521
|
+
contentSpacing: {
|
|
1522
|
+
type: BooleanConstructor;
|
|
1523
|
+
default: boolean;
|
|
1524
|
+
};
|
|
1525
|
+
/**
|
|
1526
|
+
* Sets the readable text on CdrAccordion button (also can be slotted)
|
|
1527
|
+
* @demoIgnore true
|
|
1528
|
+
*/
|
|
1529
|
+
label: {
|
|
1530
|
+
type: StringConstructor;
|
|
1531
|
+
};
|
|
1532
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1533
|
+
"accordion-toggle": (...args: any[]) => void;
|
|
1534
|
+
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1535
|
+
/**
|
|
1536
|
+
* The unique id of an accordion.
|
|
1537
|
+
* @demoIgnore true
|
|
1538
|
+
*/
|
|
1539
|
+
id: {
|
|
1540
|
+
type: StringConstructor;
|
|
1541
|
+
required: true;
|
|
1542
|
+
};
|
|
1543
|
+
/**
|
|
1544
|
+
* Toggle this value to open/close the accordion.
|
|
1545
|
+
* @demoIgnore true
|
|
1546
|
+
*/
|
|
1547
|
+
opened: {
|
|
1548
|
+
type: BooleanConstructor;
|
|
1549
|
+
default: boolean;
|
|
1550
|
+
};
|
|
1551
|
+
/**
|
|
1552
|
+
* Sets a compact style.
|
|
1553
|
+
*/
|
|
1554
|
+
compact: {
|
|
1555
|
+
type: BooleanConstructor;
|
|
1556
|
+
default: boolean;
|
|
1557
|
+
};
|
|
1558
|
+
/**
|
|
1559
|
+
* Sets a border-aligned style.
|
|
1560
|
+
*/
|
|
1561
|
+
borderAligned: {
|
|
1562
|
+
type: BooleanConstructor;
|
|
1563
|
+
default: boolean;
|
|
1564
|
+
};
|
|
1565
|
+
/**
|
|
1566
|
+
* Sets the heading level
|
|
1567
|
+
* @demoIgnore true
|
|
1568
|
+
*/
|
|
1569
|
+
level: {
|
|
1570
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1571
|
+
required: true;
|
|
1572
|
+
};
|
|
1573
|
+
/**
|
|
1574
|
+
* Toggles content spacing (padding)
|
|
1575
|
+
*/
|
|
1576
|
+
contentSpacing: {
|
|
1577
|
+
type: BooleanConstructor;
|
|
1578
|
+
default: boolean;
|
|
1579
|
+
};
|
|
1561
1580
|
/**
|
|
1562
|
-
*
|
|
1581
|
+
* Sets the readable text on CdrAccordion button (also can be slotted)
|
|
1582
|
+
* @demoIgnore true
|
|
1563
1583
|
*/
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
modelValue: {
|
|
1567
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1584
|
+
label: {
|
|
1585
|
+
type: StringConstructor;
|
|
1568
1586
|
};
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
errorRole: string;
|
|
1586
|
-
}, {}>;
|
|
1587
|
+
}>> & Readonly<{
|
|
1588
|
+
"onAccordion-toggle"?: ((...args: any[]) => any) | undefined;
|
|
1589
|
+
}>, {
|
|
1590
|
+
opened: boolean;
|
|
1591
|
+
compact: boolean;
|
|
1592
|
+
borderAligned: boolean;
|
|
1593
|
+
contentSpacing: boolean;
|
|
1594
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1595
|
+
|
|
1596
|
+
declare const __VLS_component_20: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<baseTextProps>, {
|
|
1597
|
+
tag: string;
|
|
1598
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<baseTextProps>, {
|
|
1599
|
+
tag: string;
|
|
1600
|
+
}>>> & Readonly<{}>, {
|
|
1601
|
+
tag: string;
|
|
1602
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1587
1603
|
|
|
1588
|
-
declare const __VLS_component_200: DefineComponent< {
|
|
1604
|
+
declare const __VLS_component_200: DefineComponent<ExtractPropTypes< {
|
|
1589
1605
|
props: {
|
|
1590
1606
|
type: ObjectConstructor;
|
|
1591
1607
|
};
|
|
1592
|
-
}
|
|
1608
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1593
1609
|
props: {
|
|
1594
1610
|
type: ObjectConstructor;
|
|
1595
1611
|
};
|
|
1596
|
-
}
|
|
1612
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1597
1613
|
|
|
1598
|
-
declare const __VLS_component_201: DefineComponent< {
|
|
1614
|
+
declare const __VLS_component_201: DefineComponent<ExtractPropTypes< {
|
|
1599
1615
|
props: {
|
|
1600
1616
|
type: ObjectConstructor;
|
|
1601
1617
|
};
|
|
1602
|
-
}
|
|
1618
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1603
1619
|
props: {
|
|
1604
1620
|
type: ObjectConstructor;
|
|
1605
1621
|
};
|
|
1606
|
-
}
|
|
1622
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1607
1623
|
|
|
1608
|
-
declare const __VLS_component_202: DefineComponent< {
|
|
1624
|
+
declare const __VLS_component_202: DefineComponent<ExtractPropTypes< {
|
|
1609
1625
|
props: {
|
|
1610
1626
|
type: ObjectConstructor;
|
|
1611
1627
|
};
|
|
1612
|
-
}
|
|
1628
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1613
1629
|
props: {
|
|
1614
1630
|
type: ObjectConstructor;
|
|
1615
1631
|
};
|
|
1616
|
-
}
|
|
1632
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1617
1633
|
|
|
1618
|
-
declare const __VLS_component_203: DefineComponent< {
|
|
1634
|
+
declare const __VLS_component_203: DefineComponent<ExtractPropTypes< {
|
|
1619
1635
|
props: {
|
|
1620
1636
|
type: ObjectConstructor;
|
|
1621
1637
|
};
|
|
1622
|
-
}
|
|
1638
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1623
1639
|
props: {
|
|
1624
1640
|
type: ObjectConstructor;
|
|
1625
1641
|
};
|
|
1626
|
-
}
|
|
1642
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1627
1643
|
|
|
1628
|
-
declare const __VLS_component_204: DefineComponent< {
|
|
1644
|
+
declare const __VLS_component_204: DefineComponent<ExtractPropTypes< {
|
|
1629
1645
|
props: {
|
|
1630
1646
|
type: ObjectConstructor;
|
|
1631
1647
|
};
|
|
1632
|
-
}
|
|
1648
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1633
1649
|
props: {
|
|
1634
1650
|
type: ObjectConstructor;
|
|
1635
1651
|
};
|
|
1636
|
-
}
|
|
1652
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1637
1653
|
|
|
1638
|
-
declare const __VLS_component_205: DefineComponent< {
|
|
1654
|
+
declare const __VLS_component_205: DefineComponent<ExtractPropTypes< {
|
|
1639
1655
|
props: {
|
|
1640
1656
|
type: ObjectConstructor;
|
|
1641
1657
|
};
|
|
1642
|
-
}
|
|
1658
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1643
1659
|
props: {
|
|
1644
1660
|
type: ObjectConstructor;
|
|
1645
1661
|
};
|
|
1646
|
-
}
|
|
1662
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1647
1663
|
|
|
1648
|
-
declare const __VLS_component_206: DefineComponent< {
|
|
1664
|
+
declare const __VLS_component_206: DefineComponent<ExtractPropTypes< {
|
|
1649
1665
|
props: {
|
|
1650
1666
|
type: ObjectConstructor;
|
|
1651
1667
|
};
|
|
1652
|
-
}
|
|
1668
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1653
1669
|
props: {
|
|
1654
1670
|
type: ObjectConstructor;
|
|
1655
1671
|
};
|
|
1656
|
-
}
|
|
1672
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1657
1673
|
|
|
1658
|
-
declare const __VLS_component_207: DefineComponent< {
|
|
1674
|
+
declare const __VLS_component_207: DefineComponent<ExtractPropTypes< {
|
|
1659
1675
|
props: {
|
|
1660
1676
|
type: ObjectConstructor;
|
|
1661
1677
|
};
|
|
1662
|
-
}
|
|
1678
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1663
1679
|
props: {
|
|
1664
1680
|
type: ObjectConstructor;
|
|
1665
1681
|
};
|
|
1666
|
-
}
|
|
1682
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1667
1683
|
|
|
1668
|
-
declare const __VLS_component_208: DefineComponent< {
|
|
1684
|
+
declare const __VLS_component_208: DefineComponent<ExtractPropTypes< {
|
|
1669
1685
|
props: {
|
|
1670
1686
|
type: ObjectConstructor;
|
|
1671
1687
|
};
|
|
1672
|
-
}
|
|
1688
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1673
1689
|
props: {
|
|
1674
1690
|
type: ObjectConstructor;
|
|
1675
1691
|
};
|
|
1676
|
-
}
|
|
1692
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1677
1693
|
|
|
1678
|
-
declare const __VLS_component_209: DefineComponent< {
|
|
1694
|
+
declare const __VLS_component_209: DefineComponent<ExtractPropTypes< {
|
|
1679
1695
|
props: {
|
|
1680
1696
|
type: ObjectConstructor;
|
|
1681
1697
|
};
|
|
1682
|
-
}
|
|
1698
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1683
1699
|
props: {
|
|
1684
1700
|
type: ObjectConstructor;
|
|
1685
1701
|
};
|
|
1686
|
-
}
|
|
1702
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1687
1703
|
|
|
1688
|
-
declare const __VLS_component_21: DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1704
|
+
declare const __VLS_component_21: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Layout>, {
|
|
1705
|
+
gap: string;
|
|
1706
|
+
rowGap: string;
|
|
1707
|
+
columnGap: string;
|
|
1708
|
+
columns: undefined;
|
|
1709
|
+
rows: undefined;
|
|
1710
|
+
as: string;
|
|
1711
|
+
queryType: string;
|
|
1712
|
+
flow: undefined;
|
|
1713
|
+
flowValue: string;
|
|
1714
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Layout>, {
|
|
1715
|
+
gap: string;
|
|
1716
|
+
rowGap: string;
|
|
1717
|
+
columnGap: string;
|
|
1718
|
+
columns: undefined;
|
|
1719
|
+
rows: undefined;
|
|
1720
|
+
as: string;
|
|
1721
|
+
queryType: string;
|
|
1722
|
+
flow: undefined;
|
|
1723
|
+
flowValue: string;
|
|
1724
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1693
1725
|
|
|
1694
|
-
declare const __VLS_component_210: DefineComponent< {
|
|
1726
|
+
declare const __VLS_component_210: DefineComponent<ExtractPropTypes< {
|
|
1695
1727
|
props: {
|
|
1696
1728
|
type: ObjectConstructor;
|
|
1697
1729
|
};
|
|
1698
|
-
}
|
|
1730
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1699
1731
|
props: {
|
|
1700
1732
|
type: ObjectConstructor;
|
|
1701
1733
|
};
|
|
1702
|
-
}
|
|
1734
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1703
1735
|
|
|
1704
|
-
declare const __VLS_component_211: DefineComponent< {
|
|
1736
|
+
declare const __VLS_component_211: DefineComponent<ExtractPropTypes< {
|
|
1705
1737
|
props: {
|
|
1706
1738
|
type: ObjectConstructor;
|
|
1707
1739
|
};
|
|
1708
|
-
}
|
|
1740
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1709
1741
|
props: {
|
|
1710
1742
|
type: ObjectConstructor;
|
|
1711
1743
|
};
|
|
1712
|
-
}
|
|
1744
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1713
1745
|
|
|
1714
|
-
declare const __VLS_component_212: DefineComponent< {
|
|
1746
|
+
declare const __VLS_component_212: DefineComponent<ExtractPropTypes< {
|
|
1715
1747
|
props: {
|
|
1716
1748
|
type: ObjectConstructor;
|
|
1717
1749
|
};
|
|
1718
|
-
}
|
|
1750
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1719
1751
|
props: {
|
|
1720
1752
|
type: ObjectConstructor;
|
|
1721
1753
|
};
|
|
1722
|
-
}
|
|
1754
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1723
1755
|
|
|
1724
|
-
declare const __VLS_component_213: DefineComponent< {
|
|
1756
|
+
declare const __VLS_component_213: DefineComponent<ExtractPropTypes< {
|
|
1725
1757
|
props: {
|
|
1726
1758
|
type: ObjectConstructor;
|
|
1727
1759
|
};
|
|
1728
|
-
}
|
|
1760
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1729
1761
|
props: {
|
|
1730
1762
|
type: ObjectConstructor;
|
|
1731
1763
|
};
|
|
1732
|
-
}
|
|
1764
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1733
1765
|
|
|
1734
|
-
declare const __VLS_component_214: DefineComponent< {
|
|
1766
|
+
declare const __VLS_component_214: DefineComponent<ExtractPropTypes< {
|
|
1735
1767
|
props: {
|
|
1736
1768
|
type: ObjectConstructor;
|
|
1737
1769
|
};
|
|
1738
|
-
}
|
|
1770
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1739
1771
|
props: {
|
|
1740
1772
|
type: ObjectConstructor;
|
|
1741
1773
|
};
|
|
1742
|
-
}
|
|
1774
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1743
1775
|
|
|
1744
|
-
declare const __VLS_component_215: DefineComponent< {
|
|
1776
|
+
declare const __VLS_component_215: DefineComponent<ExtractPropTypes< {
|
|
1745
1777
|
props: {
|
|
1746
1778
|
type: ObjectConstructor;
|
|
1747
1779
|
};
|
|
1748
|
-
}
|
|
1780
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1749
1781
|
props: {
|
|
1750
1782
|
type: ObjectConstructor;
|
|
1751
1783
|
};
|
|
1752
|
-
}
|
|
1784
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1753
1785
|
|
|
1754
|
-
declare const __VLS_component_216: DefineComponent< {
|
|
1786
|
+
declare const __VLS_component_216: DefineComponent<ExtractPropTypes< {
|
|
1755
1787
|
props: {
|
|
1756
1788
|
type: ObjectConstructor;
|
|
1757
1789
|
};
|
|
1758
|
-
}
|
|
1790
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1759
1791
|
props: {
|
|
1760
1792
|
type: ObjectConstructor;
|
|
1761
1793
|
};
|
|
1762
|
-
}
|
|
1794
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1763
1795
|
|
|
1764
|
-
declare const __VLS_component_217: DefineComponent< {
|
|
1796
|
+
declare const __VLS_component_217: DefineComponent<ExtractPropTypes< {
|
|
1765
1797
|
props: {
|
|
1766
1798
|
type: ObjectConstructor;
|
|
1767
1799
|
};
|
|
1768
|
-
}
|
|
1800
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1769
1801
|
props: {
|
|
1770
1802
|
type: ObjectConstructor;
|
|
1771
1803
|
};
|
|
1772
|
-
}
|
|
1804
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1773
1805
|
|
|
1774
|
-
declare const __VLS_component_218: DefineComponent< {
|
|
1806
|
+
declare const __VLS_component_218: DefineComponent<ExtractPropTypes< {
|
|
1775
1807
|
props: {
|
|
1776
1808
|
type: ObjectConstructor;
|
|
1777
1809
|
};
|
|
1778
|
-
}
|
|
1810
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1779
1811
|
props: {
|
|
1780
1812
|
type: ObjectConstructor;
|
|
1781
1813
|
};
|
|
1782
|
-
}
|
|
1814
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1783
1815
|
|
|
1784
|
-
declare const __VLS_component_219: DefineComponent< {
|
|
1816
|
+
declare const __VLS_component_219: DefineComponent<ExtractPropTypes< {
|
|
1785
1817
|
props: {
|
|
1786
1818
|
type: ObjectConstructor;
|
|
1787
1819
|
};
|
|
1788
|
-
}
|
|
1820
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1789
1821
|
props: {
|
|
1790
1822
|
type: ObjectConstructor;
|
|
1791
1823
|
};
|
|
1792
|
-
}
|
|
1824
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1793
1825
|
|
|
1794
|
-
declare const __VLS_component_22: DefineComponent< {
|
|
1826
|
+
declare const __VLS_component_22: DefineComponent<ExtractPropTypes< {
|
|
1795
1827
|
/**
|
|
1796
1828
|
* Sets valid HTML element tag
|
|
1797
1829
|
* @values a, button
|
|
@@ -1827,7 +1859,7 @@ validator: (value: string) => boolean;
|
|
|
1827
1859
|
target: StringConstructor;
|
|
1828
1860
|
/** @ignore */
|
|
1829
1861
|
rel: StringConstructor;
|
|
1830
|
-
}
|
|
1862
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1831
1863
|
/**
|
|
1832
1864
|
* Sets valid HTML element tag
|
|
1833
1865
|
* @values a, button
|
|
@@ -1863,114 +1895,114 @@ validator: (value: string) => boolean;
|
|
|
1863
1895
|
target: StringConstructor;
|
|
1864
1896
|
/** @ignore */
|
|
1865
1897
|
rel: StringConstructor;
|
|
1866
|
-
}
|
|
1898
|
+
}>> & Readonly<{}>, {
|
|
1867
1899
|
tag: string;
|
|
1868
|
-
modifier: string;
|
|
1869
1900
|
inheritColor: boolean;
|
|
1870
1901
|
href: string;
|
|
1871
|
-
|
|
1902
|
+
modifier: string;
|
|
1903
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1872
1904
|
|
|
1873
|
-
declare const __VLS_component_220: DefineComponent< {
|
|
1905
|
+
declare const __VLS_component_220: DefineComponent<ExtractPropTypes< {
|
|
1874
1906
|
props: {
|
|
1875
1907
|
type: ObjectConstructor;
|
|
1876
1908
|
};
|
|
1877
|
-
}
|
|
1909
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1878
1910
|
props: {
|
|
1879
1911
|
type: ObjectConstructor;
|
|
1880
1912
|
};
|
|
1881
|
-
}
|
|
1913
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1882
1914
|
|
|
1883
|
-
declare const __VLS_component_221: DefineComponent< {
|
|
1915
|
+
declare const __VLS_component_221: DefineComponent<ExtractPropTypes< {
|
|
1884
1916
|
props: {
|
|
1885
1917
|
type: ObjectConstructor;
|
|
1886
1918
|
};
|
|
1887
|
-
}
|
|
1919
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1888
1920
|
props: {
|
|
1889
1921
|
type: ObjectConstructor;
|
|
1890
1922
|
};
|
|
1891
|
-
}
|
|
1923
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1892
1924
|
|
|
1893
|
-
declare const __VLS_component_222: DefineComponent< {
|
|
1925
|
+
declare const __VLS_component_222: DefineComponent<ExtractPropTypes< {
|
|
1894
1926
|
props: {
|
|
1895
1927
|
type: ObjectConstructor;
|
|
1896
1928
|
};
|
|
1897
|
-
}
|
|
1929
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1898
1930
|
props: {
|
|
1899
1931
|
type: ObjectConstructor;
|
|
1900
1932
|
};
|
|
1901
|
-
}
|
|
1933
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1902
1934
|
|
|
1903
|
-
declare const __VLS_component_223: DefineComponent< {
|
|
1935
|
+
declare const __VLS_component_223: DefineComponent<ExtractPropTypes< {
|
|
1904
1936
|
props: {
|
|
1905
1937
|
type: ObjectConstructor;
|
|
1906
1938
|
};
|
|
1907
|
-
}
|
|
1939
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1908
1940
|
props: {
|
|
1909
1941
|
type: ObjectConstructor;
|
|
1910
1942
|
};
|
|
1911
|
-
}
|
|
1943
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1912
1944
|
|
|
1913
|
-
declare const __VLS_component_224: DefineComponent< {
|
|
1945
|
+
declare const __VLS_component_224: DefineComponent<ExtractPropTypes< {
|
|
1914
1946
|
props: {
|
|
1915
1947
|
type: ObjectConstructor;
|
|
1916
1948
|
};
|
|
1917
|
-
}
|
|
1949
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1918
1950
|
props: {
|
|
1919
1951
|
type: ObjectConstructor;
|
|
1920
1952
|
};
|
|
1921
|
-
}
|
|
1953
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1922
1954
|
|
|
1923
|
-
declare const __VLS_component_225: DefineComponent< {
|
|
1955
|
+
declare const __VLS_component_225: DefineComponent<ExtractPropTypes< {
|
|
1924
1956
|
props: {
|
|
1925
1957
|
type: ObjectConstructor;
|
|
1926
1958
|
};
|
|
1927
|
-
}
|
|
1959
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1928
1960
|
props: {
|
|
1929
1961
|
type: ObjectConstructor;
|
|
1930
1962
|
};
|
|
1931
|
-
}
|
|
1963
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1932
1964
|
|
|
1933
|
-
declare const __VLS_component_226: DefineComponent< {
|
|
1965
|
+
declare const __VLS_component_226: DefineComponent<ExtractPropTypes< {
|
|
1934
1966
|
props: {
|
|
1935
1967
|
type: ObjectConstructor;
|
|
1936
1968
|
};
|
|
1937
|
-
}
|
|
1969
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1938
1970
|
props: {
|
|
1939
1971
|
type: ObjectConstructor;
|
|
1940
1972
|
};
|
|
1941
|
-
}
|
|
1973
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1942
1974
|
|
|
1943
|
-
declare const __VLS_component_227: DefineComponent< {
|
|
1975
|
+
declare const __VLS_component_227: DefineComponent<ExtractPropTypes< {
|
|
1944
1976
|
props: {
|
|
1945
1977
|
type: ObjectConstructor;
|
|
1946
1978
|
};
|
|
1947
|
-
}
|
|
1979
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1948
1980
|
props: {
|
|
1949
1981
|
type: ObjectConstructor;
|
|
1950
1982
|
};
|
|
1951
|
-
}
|
|
1983
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1952
1984
|
|
|
1953
|
-
declare const __VLS_component_228: DefineComponent< {
|
|
1985
|
+
declare const __VLS_component_228: DefineComponent<ExtractPropTypes< {
|
|
1954
1986
|
props: {
|
|
1955
1987
|
type: ObjectConstructor;
|
|
1956
1988
|
};
|
|
1957
|
-
}
|
|
1989
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1958
1990
|
props: {
|
|
1959
1991
|
type: ObjectConstructor;
|
|
1960
1992
|
};
|
|
1961
|
-
}
|
|
1993
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1962
1994
|
|
|
1963
|
-
declare const __VLS_component_229: DefineComponent< {
|
|
1995
|
+
declare const __VLS_component_229: DefineComponent<ExtractPropTypes< {
|
|
1964
1996
|
props: {
|
|
1965
1997
|
type: ObjectConstructor;
|
|
1966
1998
|
};
|
|
1967
|
-
}
|
|
1999
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1968
2000
|
props: {
|
|
1969
2001
|
type: ObjectConstructor;
|
|
1970
2002
|
};
|
|
1971
|
-
}
|
|
2003
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1972
2004
|
|
|
1973
|
-
declare const __VLS_component_23: DefineComponent< {
|
|
2005
|
+
declare const __VLS_component_23: DefineComponent<ExtractPropTypes< {
|
|
1974
2006
|
/**
|
|
1975
2007
|
* Sets list type and HTML element as "unordered" or "ordered"
|
|
1976
2008
|
* @values ul, ol
|
|
@@ -1990,7 +2022,7 @@ type: StringConstructor;
|
|
|
1990
2022
|
default: undefined;
|
|
1991
2023
|
validator: (value: string) => boolean;
|
|
1992
2024
|
};
|
|
1993
|
-
}
|
|
2025
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1994
2026
|
/**
|
|
1995
2027
|
* Sets list type and HTML element as "unordered" or "ordered"
|
|
1996
2028
|
* @values ul, ol
|
|
@@ -2010,82 +2042,131 @@ type: StringConstructor;
|
|
|
2010
2042
|
default: undefined;
|
|
2011
2043
|
validator: (value: string) => boolean;
|
|
2012
2044
|
};
|
|
2013
|
-
}
|
|
2045
|
+
}>> & Readonly<{}>, {
|
|
2014
2046
|
tag: string;
|
|
2015
2047
|
modifier: string;
|
|
2016
|
-
}, {}>;
|
|
2048
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2017
2049
|
|
|
2018
|
-
declare const __VLS_component_230: DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<headingDisplayTextProps>, {
|
|
2050
|
+
declare const __VLS_component_230: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<headingDisplayTextProps>, {
|
|
2019
2051
|
tag: string;
|
|
2020
2052
|
scale: string;
|
|
2021
|
-
}
|
|
2053
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<headingDisplayTextProps>, {
|
|
2022
2054
|
tag: string;
|
|
2023
2055
|
scale: string;
|
|
2024
|
-
}
|
|
2056
|
+
}>>> & Readonly<{}>, {
|
|
2057
|
+
tag: string;
|
|
2058
|
+
scale: "2" | "3" | "4" | "5" | "6" | "7";
|
|
2059
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2025
2060
|
|
|
2026
|
-
declare const __VLS_component_231: DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<headingSerifTextProps>, {
|
|
2061
|
+
declare const __VLS_component_231: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<headingSerifTextProps>, {
|
|
2027
2062
|
tag: string;
|
|
2028
2063
|
scale: string;
|
|
2029
2064
|
strong: boolean;
|
|
2030
|
-
}
|
|
2065
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<headingSerifTextProps>, {
|
|
2031
2066
|
tag: string;
|
|
2032
2067
|
scale: string;
|
|
2033
2068
|
strong: boolean;
|
|
2034
|
-
}
|
|
2069
|
+
}>>> & Readonly<{}>, {
|
|
2070
|
+
strong: boolean;
|
|
2071
|
+
tag: string;
|
|
2072
|
+
scale: "1" | "2" | "3" | "4" | "5";
|
|
2073
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2035
2074
|
|
|
2036
|
-
declare const __VLS_component_232: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<headingSansTextProps>, {
|
|
2075
|
+
declare const __VLS_component_232: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<headingSansTextProps>, {
|
|
2037
2076
|
tag: string;
|
|
2038
2077
|
scale: string;
|
|
2039
|
-
}
|
|
2078
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<headingSansTextProps>, {
|
|
2040
2079
|
tag: string;
|
|
2041
2080
|
scale: string;
|
|
2042
|
-
}
|
|
2081
|
+
}>>> & Readonly<{}>, {
|
|
2082
|
+
tag: string;
|
|
2083
|
+
scale: "1" | "2" | "3";
|
|
2084
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2043
2085
|
|
|
2044
|
-
declare const __VLS_component_233: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<subheadingSansTextProps>, {
|
|
2086
|
+
declare const __VLS_component_233: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<subheadingSansTextProps>, {
|
|
2045
2087
|
tag: string;
|
|
2046
2088
|
scale: string;
|
|
2047
|
-
}
|
|
2089
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<subheadingSansTextProps>, {
|
|
2048
2090
|
tag: string;
|
|
2049
2091
|
scale: string;
|
|
2050
|
-
}
|
|
2092
|
+
}>>> & Readonly<{}>, {
|
|
2093
|
+
tag: string;
|
|
2094
|
+
scale: "-1" | "0" | "1" | "2";
|
|
2095
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2051
2096
|
|
|
2052
|
-
declare const __VLS_component_234: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<utilitySansTextProps>, {
|
|
2097
|
+
declare const __VLS_component_234: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<utilitySansTextProps>, {
|
|
2053
2098
|
tag: string;
|
|
2054
2099
|
scale: string;
|
|
2055
2100
|
strong: boolean;
|
|
2056
|
-
}
|
|
2101
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<utilitySansTextProps>, {
|
|
2057
2102
|
tag: string;
|
|
2058
2103
|
scale: string;
|
|
2059
2104
|
strong: boolean;
|
|
2060
|
-
}
|
|
2105
|
+
}>>> & Readonly<{}>, {
|
|
2106
|
+
strong: boolean;
|
|
2107
|
+
tag: string;
|
|
2108
|
+
scale: "-1" | "0" | "1" | "2" | "3";
|
|
2109
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2061
2110
|
|
|
2062
|
-
declare const __VLS_component_235: DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<utilitySerifTextProps>, {
|
|
2111
|
+
declare const __VLS_component_235: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<utilitySerifTextProps>, {
|
|
2063
2112
|
tag: string;
|
|
2064
2113
|
scale: string;
|
|
2065
2114
|
strong: boolean;
|
|
2066
|
-
}
|
|
2115
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<utilitySerifTextProps>, {
|
|
2067
2116
|
tag: string;
|
|
2068
2117
|
scale: string;
|
|
2069
2118
|
strong: boolean;
|
|
2070
|
-
}
|
|
2119
|
+
}>>> & Readonly<{}>, {
|
|
2120
|
+
strong: boolean;
|
|
2121
|
+
tag: string;
|
|
2122
|
+
scale: "-1" | "0" | "1" | "2" | "3";
|
|
2123
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2071
2124
|
|
|
2072
|
-
declare const __VLS_component_236: DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<bodyTextProps>, {
|
|
2125
|
+
declare const __VLS_component_236: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<bodyTextProps>, {
|
|
2073
2126
|
tag: string;
|
|
2074
2127
|
scale: string;
|
|
2075
2128
|
strong: boolean;
|
|
2076
|
-
}
|
|
2129
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<bodyTextProps>, {
|
|
2077
2130
|
tag: string;
|
|
2078
2131
|
scale: string;
|
|
2079
2132
|
strong: boolean;
|
|
2080
|
-
}
|
|
2133
|
+
}>>> & Readonly<{}>, {
|
|
2134
|
+
strong: boolean;
|
|
2135
|
+
tag: string;
|
|
2136
|
+
scale: ScaleValue;
|
|
2137
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2081
2138
|
|
|
2082
|
-
declare const __VLS_component_237: DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<baseTextProps>, {
|
|
2139
|
+
declare const __VLS_component_237: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<baseTextProps>, {
|
|
2083
2140
|
tag: string;
|
|
2084
|
-
}
|
|
2141
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<baseTextProps>, {
|
|
2085
2142
|
tag: string;
|
|
2086
|
-
}
|
|
2087
|
-
|
|
2088
|
-
|
|
2143
|
+
}>>> & Readonly<{}>, {
|
|
2144
|
+
tag: string;
|
|
2145
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2146
|
+
|
|
2147
|
+
declare const __VLS_component_24: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<MediaObject>, {
|
|
2148
|
+
align: string;
|
|
2149
|
+
mediaPosition: string;
|
|
2150
|
+
mediaWidth: string;
|
|
2151
|
+
mediaHeight: string;
|
|
2152
|
+
mediaCover: boolean;
|
|
2153
|
+
overlay: boolean;
|
|
2154
|
+
overlayRowAlign: string;
|
|
2155
|
+
overlayColumnAlign: string;
|
|
2156
|
+
contentPadding: string;
|
|
2157
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<MediaObject>, {
|
|
2158
|
+
align: string;
|
|
2159
|
+
mediaPosition: string;
|
|
2160
|
+
mediaWidth: string;
|
|
2161
|
+
mediaHeight: string;
|
|
2162
|
+
mediaCover: boolean;
|
|
2163
|
+
overlay: boolean;
|
|
2164
|
+
overlayRowAlign: string;
|
|
2165
|
+
overlayColumnAlign: string;
|
|
2166
|
+
contentPadding: string;
|
|
2167
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2168
|
+
|
|
2169
|
+
declare const __VLS_component_25: DefineComponent<ExtractPropTypes< {
|
|
2089
2170
|
/**
|
|
2090
2171
|
* Toggles the state of the modal
|
|
2091
2172
|
* @demoIgnore true
|
|
@@ -2145,7 +2226,7 @@ animationDuration: {
|
|
|
2145
2226
|
type: NumberConstructor;
|
|
2146
2227
|
default: number;
|
|
2147
2228
|
};
|
|
2148
|
-
}
|
|
2229
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2149
2230
|
closed: (...args: any[]) => void;
|
|
2150
2231
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2151
2232
|
/**
|
|
@@ -2207,17 +2288,17 @@ animationDuration: {
|
|
|
2207
2288
|
type: NumberConstructor;
|
|
2208
2289
|
default: number;
|
|
2209
2290
|
};
|
|
2210
|
-
}>> & {
|
|
2291
|
+
}>> & Readonly<{
|
|
2211
2292
|
onClosed?: ((...args: any[]) => any) | undefined;
|
|
2212
|
-
}
|
|
2213
|
-
role: string;
|
|
2293
|
+
}>, {
|
|
2214
2294
|
id: string;
|
|
2295
|
+
role: string;
|
|
2215
2296
|
showTitle: boolean;
|
|
2216
2297
|
ariaDescribedby: string;
|
|
2217
2298
|
animationDuration: number;
|
|
2218
|
-
}, {}>;
|
|
2299
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2219
2300
|
|
|
2220
|
-
declare const
|
|
2301
|
+
declare const __VLS_component_26: DefineComponent<ExtractPropTypes< {
|
|
2221
2302
|
/**
|
|
2222
2303
|
* Sets the position where the popover will render relative to the trigger element.
|
|
2223
2304
|
* @demoSelectMultiple false
|
|
@@ -2263,7 +2344,7 @@ type: BooleanConstructor;
|
|
|
2263
2344
|
default: boolean;
|
|
2264
2345
|
required: false;
|
|
2265
2346
|
};
|
|
2266
|
-
}
|
|
2347
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2267
2348
|
opened: (...args: any[]) => void;
|
|
2268
2349
|
closed: (...args: any[]) => void;
|
|
2269
2350
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
@@ -2312,16 +2393,16 @@ type: BooleanConstructor;
|
|
|
2312
2393
|
default: boolean;
|
|
2313
2394
|
required: false;
|
|
2314
2395
|
};
|
|
2315
|
-
}>> & {
|
|
2316
|
-
onClosed?: ((...args: any[]) => any) | undefined;
|
|
2396
|
+
}>> & Readonly<{
|
|
2317
2397
|
onOpened?: ((...args: any[]) => any) | undefined;
|
|
2318
|
-
|
|
2398
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
2399
|
+
}>, {
|
|
2319
2400
|
position: string;
|
|
2320
2401
|
autoPosition: boolean;
|
|
2321
2402
|
open: boolean;
|
|
2322
|
-
}, {}>;
|
|
2403
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2323
2404
|
|
|
2324
|
-
declare const
|
|
2405
|
+
declare const __VLS_component_27: DefineComponent<ExtractPropTypes< {
|
|
2325
2406
|
/**
|
|
2326
2407
|
* Sets the semantic HTML element for the quote.
|
|
2327
2408
|
* @values blockquote, aside, q, div
|
|
@@ -2344,7 +2425,7 @@ validator: (value: string) => boolean;
|
|
|
2344
2425
|
summary: StringConstructor;
|
|
2345
2426
|
/** Sets the quote attribution text. */
|
|
2346
2427
|
citation: StringConstructor;
|
|
2347
|
-
}
|
|
2428
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2348
2429
|
/**
|
|
2349
2430
|
* Sets the semantic HTML element for the quote.
|
|
2350
2431
|
* @values blockquote, aside, q, div
|
|
@@ -2367,12 +2448,12 @@ validator: (value: string) => boolean;
|
|
|
2367
2448
|
summary: StringConstructor;
|
|
2368
2449
|
/** Sets the quote attribution text. */
|
|
2369
2450
|
citation: StringConstructor;
|
|
2370
|
-
}
|
|
2451
|
+
}>> & Readonly<{}>, {
|
|
2371
2452
|
tag: string;
|
|
2372
2453
|
modifier: string;
|
|
2373
|
-
}, {}>;
|
|
2454
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2374
2455
|
|
|
2375
|
-
declare const
|
|
2456
|
+
declare const __VLS_component_28: DefineComponent<ExtractPropTypes< {
|
|
2376
2457
|
/**
|
|
2377
2458
|
* Adds CSS class to the label for custom styles.
|
|
2378
2459
|
*/
|
|
@@ -2433,7 +2514,7 @@ type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstru
|
|
|
2433
2514
|
modelValue: {
|
|
2434
2515
|
type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
|
|
2435
2516
|
};
|
|
2436
|
-
}
|
|
2517
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2437
2518
|
"update:modelValue": (...args: any[]) => void;
|
|
2438
2519
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2439
2520
|
/**
|
|
@@ -2496,16 +2577,16 @@ type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstru
|
|
|
2496
2577
|
modelValue: {
|
|
2497
2578
|
type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
|
|
2498
2579
|
};
|
|
2499
|
-
}>> & {
|
|
2580
|
+
}>> & Readonly<{
|
|
2500
2581
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2501
|
-
}
|
|
2502
|
-
background: string;
|
|
2503
|
-
modifier: string;
|
|
2504
|
-
disabled: boolean;
|
|
2582
|
+
}>, {
|
|
2505
2583
|
size: string;
|
|
2506
|
-
|
|
2584
|
+
disabled: boolean;
|
|
2585
|
+
modifier: string;
|
|
2586
|
+
background: string;
|
|
2587
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2507
2588
|
|
|
2508
|
-
declare const
|
|
2589
|
+
declare const __VLS_component_29: DefineComponent<ExtractPropTypes< {
|
|
2509
2590
|
/**
|
|
2510
2591
|
* Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be auto-generated.
|
|
2511
2592
|
*/
|
|
@@ -2583,7 +2664,7 @@ multiple: BooleanConstructor;
|
|
|
2583
2664
|
* This number corresponds to the number of select options that will be visible without scrolling.
|
|
2584
2665
|
*/
|
|
2585
2666
|
multipleSize: NumberConstructor;
|
|
2586
|
-
}
|
|
2667
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2587
2668
|
"update:modelValue": (...args: any[]) => void;
|
|
2588
2669
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2589
2670
|
/**
|
|
@@ -2663,20 +2744,44 @@ multiple: BooleanConstructor;
|
|
|
2663
2744
|
* This number corresponds to the number of select options that will be visible without scrolling.
|
|
2664
2745
|
*/
|
|
2665
2746
|
multipleSize: NumberConstructor;
|
|
2666
|
-
}>> & {
|
|
2747
|
+
}>> & Readonly<{
|
|
2667
2748
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2668
|
-
}
|
|
2749
|
+
}>, {
|
|
2669
2750
|
error: string | boolean;
|
|
2670
|
-
background: string;
|
|
2671
2751
|
disabled: boolean;
|
|
2672
2752
|
required: boolean;
|
|
2673
|
-
|
|
2753
|
+
background: string;
|
|
2674
2754
|
hideLabel: boolean;
|
|
2675
2755
|
optional: boolean;
|
|
2676
2756
|
errorRole: string;
|
|
2677
|
-
|
|
2757
|
+
multiple: boolean;
|
|
2758
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2759
|
+
|
|
2760
|
+
declare const __VLS_component_3: DefineComponent<ExtractPropTypes< {
|
|
2761
|
+
/**
|
|
2762
|
+
* A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.
|
|
2763
|
+
* @values @xs, @sm, @md, @lg, true
|
|
2764
|
+
*/
|
|
2765
|
+
unwrap: {
|
|
2766
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
2767
|
+
default: boolean;
|
|
2768
|
+
validator: (value: string) => boolean;
|
|
2769
|
+
};
|
|
2770
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2771
|
+
/**
|
|
2772
|
+
* A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.
|
|
2773
|
+
* @values @xs, @sm, @md, @lg, true
|
|
2774
|
+
*/
|
|
2775
|
+
unwrap: {
|
|
2776
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
2777
|
+
default: boolean;
|
|
2778
|
+
validator: (value: string) => boolean;
|
|
2779
|
+
};
|
|
2780
|
+
}>> & Readonly<{}>, {
|
|
2781
|
+
unwrap: string | boolean;
|
|
2782
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2678
2783
|
|
|
2679
|
-
declare const
|
|
2784
|
+
declare const __VLS_component_30: DefineComponent<ExtractPropTypes< {
|
|
2680
2785
|
/**
|
|
2681
2786
|
* Toggle animation on/off.
|
|
2682
2787
|
* When `true`, animated gradient will be used while loading.
|
|
@@ -2687,7 +2792,7 @@ motion: {
|
|
|
2687
2792
|
type: BooleanConstructor;
|
|
2688
2793
|
default: boolean;
|
|
2689
2794
|
};
|
|
2690
|
-
}
|
|
2795
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2691
2796
|
/**
|
|
2692
2797
|
* Toggle animation on/off.
|
|
2693
2798
|
* When `true`, animated gradient will be used while loading.
|
|
@@ -2698,46 +2803,22 @@ motion: {
|
|
|
2698
2803
|
type: BooleanConstructor;
|
|
2699
2804
|
default: boolean;
|
|
2700
2805
|
};
|
|
2701
|
-
}
|
|
2806
|
+
}>> & Readonly<{}>, {
|
|
2702
2807
|
motion: boolean;
|
|
2703
|
-
}, {}>;
|
|
2704
|
-
|
|
2705
|
-
declare const __VLS_component_3: DefineComponent< {
|
|
2706
|
-
/**
|
|
2707
|
-
* A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.
|
|
2708
|
-
* @values @xs, @sm, @md, @lg, true
|
|
2709
|
-
*/
|
|
2710
|
-
unwrap: {
|
|
2711
|
-
type: (BooleanConstructor | StringConstructor)[];
|
|
2712
|
-
default: boolean;
|
|
2713
|
-
validator: (value: string) => boolean;
|
|
2714
|
-
};
|
|
2715
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2716
|
-
/**
|
|
2717
|
-
* A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.
|
|
2718
|
-
* @values @xs, @sm, @md, @lg, true
|
|
2719
|
-
*/
|
|
2720
|
-
unwrap: {
|
|
2721
|
-
type: (BooleanConstructor | StringConstructor)[];
|
|
2722
|
-
default: boolean;
|
|
2723
|
-
validator: (value: string) => boolean;
|
|
2724
|
-
};
|
|
2725
|
-
}>>, {
|
|
2726
|
-
unwrap: string | boolean;
|
|
2727
|
-
}, {}>;
|
|
2808
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2728
2809
|
|
|
2729
|
-
declare const
|
|
2810
|
+
declare const __VLS_component_31: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<splitSurfaceProps>, {
|
|
2730
2811
|
surface: string;
|
|
2731
2812
|
tag: string;
|
|
2732
|
-
}
|
|
2813
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<splitSurfaceProps>, {
|
|
2733
2814
|
surface: string;
|
|
2734
2815
|
tag: string;
|
|
2735
|
-
}
|
|
2816
|
+
}>>> & Readonly<{}>, {
|
|
2736
2817
|
tag: string;
|
|
2737
2818
|
surface: "top" | "bottom";
|
|
2738
|
-
}, {}>;
|
|
2819
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2739
2820
|
|
|
2740
|
-
declare const
|
|
2821
|
+
declare const __VLS_component_32: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<surface>, {
|
|
2741
2822
|
background: string;
|
|
2742
2823
|
borderColor: string;
|
|
2743
2824
|
borderStyle: string;
|
|
@@ -2747,7 +2828,8 @@ radius: string;
|
|
|
2747
2828
|
shadow: string;
|
|
2748
2829
|
tag: string;
|
|
2749
2830
|
withBorder: boolean;
|
|
2750
|
-
|
|
2831
|
+
palette: string;
|
|
2832
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<surface>, {
|
|
2751
2833
|
background: string;
|
|
2752
2834
|
borderColor: string;
|
|
2753
2835
|
borderStyle: string;
|
|
@@ -2757,9 +2839,21 @@ radius: string;
|
|
|
2757
2839
|
shadow: string;
|
|
2758
2840
|
tag: string;
|
|
2759
2841
|
withBorder: boolean;
|
|
2760
|
-
|
|
2842
|
+
palette: string;
|
|
2843
|
+
}>>> & Readonly<{}>, {
|
|
2844
|
+
tag: Tag;
|
|
2845
|
+
radius: Radius;
|
|
2846
|
+
modifier: Modifier;
|
|
2847
|
+
background: Background;
|
|
2848
|
+
shadow: Shadow;
|
|
2849
|
+
borderColor: BorderColor;
|
|
2850
|
+
borderStyle: BorderStyle;
|
|
2851
|
+
borderWidth: Space;
|
|
2852
|
+
withBorder: boolean;
|
|
2853
|
+
palette: "default" | "sandstone" | "membership-subtle" | "membership-vibrant";
|
|
2854
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2761
2855
|
|
|
2762
|
-
declare const
|
|
2856
|
+
declare const __VLS_component_33: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<surfaceSelection>, {
|
|
2763
2857
|
shadow: undefined;
|
|
2764
2858
|
tag: string;
|
|
2765
2859
|
role: string;
|
|
@@ -2767,8 +2861,8 @@ modifier: string;
|
|
|
2767
2861
|
checked: boolean;
|
|
2768
2862
|
disabled: boolean;
|
|
2769
2863
|
loading: boolean;
|
|
2770
|
-
|
|
2771
|
-
}
|
|
2864
|
+
layout: () => Layout;
|
|
2865
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<surfaceSelection>, {
|
|
2772
2866
|
shadow: undefined;
|
|
2773
2867
|
tag: string;
|
|
2774
2868
|
role: string;
|
|
@@ -2776,16 +2870,19 @@ modifier: string;
|
|
|
2776
2870
|
checked: boolean;
|
|
2777
2871
|
disabled: boolean;
|
|
2778
2872
|
loading: boolean;
|
|
2779
|
-
|
|
2780
|
-
}
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2873
|
+
layout: () => Layout;
|
|
2874
|
+
}>>> & Readonly<{}>, {
|
|
2875
|
+
tag: Tag;
|
|
2876
|
+
role: string;
|
|
2877
|
+
disabled: boolean;
|
|
2878
|
+
modifier: Modifier;
|
|
2879
|
+
loading: boolean;
|
|
2880
|
+
checked: boolean;
|
|
2881
|
+
shadow: Shadow;
|
|
2882
|
+
layout: Layout;
|
|
2883
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2787
2884
|
|
|
2788
|
-
declare const __VLS_component_34: DefineComponent< {
|
|
2885
|
+
declare const __VLS_component_34: DefineComponent<ExtractPropTypes< {
|
|
2789
2886
|
/** Sets row colors to alternate between darker and lighter backgrounds.
|
|
2790
2887
|
* Striping will not apply when `border` is true
|
|
2791
2888
|
*/
|
|
@@ -2823,7 +2920,7 @@ type: StringConstructor;
|
|
|
2823
2920
|
default: string;
|
|
2824
2921
|
validator: (value: string) => boolean;
|
|
2825
2922
|
};
|
|
2826
|
-
}
|
|
2923
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2827
2924
|
/** Sets row colors to alternate between darker and lighter backgrounds.
|
|
2828
2925
|
* Striping will not apply when `border` is true
|
|
2829
2926
|
*/
|
|
@@ -2861,23 +2958,23 @@ type: StringConstructor;
|
|
|
2861
2958
|
default: string;
|
|
2862
2959
|
validator: (value: string) => boolean;
|
|
2863
2960
|
};
|
|
2864
|
-
}
|
|
2961
|
+
}>> & Readonly<{}>, {
|
|
2865
2962
|
size: string;
|
|
2866
2963
|
fullWidth: string | boolean;
|
|
2867
2964
|
striped: boolean;
|
|
2868
2965
|
border: boolean;
|
|
2869
2966
|
responsive: boolean;
|
|
2870
2967
|
hover: boolean;
|
|
2871
|
-
}, {}>;
|
|
2968
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2872
2969
|
|
|
2873
|
-
declare const __VLS_component_35: DefineComponent< {
|
|
2970
|
+
declare const __VLS_component_35: DefineComponent<ExtractPropTypes< {
|
|
2874
2971
|
/** Sets reference identifier for tab content. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `aria-labelledby` property. */
|
|
2875
2972
|
id: StringConstructor;
|
|
2876
2973
|
/** Sets tab display name. Required and must be unique for each tab. If `id` is not provided, this value will be used as the reference identifier. */
|
|
2877
2974
|
name: StringConstructor;
|
|
2878
2975
|
/** Sets reference identifier for tab header. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `id` property. */
|
|
2879
2976
|
ariaLabelledby: StringConstructor;
|
|
2880
|
-
}
|
|
2977
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2881
2978
|
"tab-change": (...args: any[]) => void;
|
|
2882
2979
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2883
2980
|
/** Sets reference identifier for tab content. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `aria-labelledby` property. */
|
|
@@ -2886,11 +2983,11 @@ id: StringConstructor;
|
|
|
2886
2983
|
name: StringConstructor;
|
|
2887
2984
|
/** Sets reference identifier for tab header. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `id` property. */
|
|
2888
2985
|
ariaLabelledby: StringConstructor;
|
|
2889
|
-
}>> & {
|
|
2986
|
+
}>> & Readonly<{
|
|
2890
2987
|
"onTab-change"?: ((...args: any[]) => any) | undefined;
|
|
2891
|
-
}, {}, {}>;
|
|
2988
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2892
2989
|
|
|
2893
|
-
declare const __VLS_component_36: DefineComponent< {
|
|
2990
|
+
declare const __VLS_component_36: DefineComponent<ExtractPropTypes< {
|
|
2894
2991
|
/**
|
|
2895
2992
|
* Sets height of the tabs container element.
|
|
2896
2993
|
* Passing a `px` value will render tabs with a static height,
|
|
@@ -2925,7 +3022,7 @@ backgroundColor: {
|
|
|
2925
3022
|
type: StringConstructor;
|
|
2926
3023
|
default: string;
|
|
2927
3024
|
};
|
|
2928
|
-
}
|
|
3025
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2929
3026
|
/**
|
|
2930
3027
|
* Sets height of the tabs container element.
|
|
2931
3028
|
* Passing a `px` value will render tabs with a static height,
|
|
@@ -2960,25 +3057,29 @@ backgroundColor: {
|
|
|
2960
3057
|
type: StringConstructor;
|
|
2961
3058
|
default: string;
|
|
2962
3059
|
};
|
|
2963
|
-
}
|
|
3060
|
+
}>> & Readonly<{}>, {
|
|
2964
3061
|
height: string;
|
|
2965
3062
|
activeTab: number;
|
|
2966
3063
|
backgroundColor: string;
|
|
2967
|
-
}, {}>;
|
|
3064
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2968
3065
|
|
|
2969
|
-
declare const __VLS_component_37: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<baseTextProps>, {
|
|
3066
|
+
declare const __VLS_component_37: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<baseTextProps>, {
|
|
2970
3067
|
tag: string;
|
|
2971
|
-
}
|
|
3068
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<baseTextProps>, {
|
|
2972
3069
|
tag: string;
|
|
2973
|
-
}
|
|
3070
|
+
}>>> & Readonly<{}>, {
|
|
3071
|
+
tag: string;
|
|
3072
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2974
3073
|
|
|
2975
|
-
declare const __VLS_component_38: DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<baseTextProps>, {
|
|
3074
|
+
declare const __VLS_component_38: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<baseTextProps>, {
|
|
3075
|
+
tag: string;
|
|
3076
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<baseTextProps>, {
|
|
2976
3077
|
tag: string;
|
|
2977
|
-
}
|
|
3078
|
+
}>>> & Readonly<{}>, {
|
|
2978
3079
|
tag: string;
|
|
2979
|
-
}
|
|
3080
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2980
3081
|
|
|
2981
|
-
declare const __VLS_component_39: DefineComponent< {
|
|
3082
|
+
declare const __VLS_component_39: DefineComponent<ExtractPropTypes< {
|
|
2982
3083
|
/**
|
|
2983
3084
|
* Sets the toast type.
|
|
2984
3085
|
* @demoSelectMultiple false
|
|
@@ -3007,7 +3108,7 @@ dismissDelay: {
|
|
|
3007
3108
|
type: NumberConstructor;
|
|
3008
3109
|
default: number;
|
|
3009
3110
|
};
|
|
3010
|
-
}
|
|
3111
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3011
3112
|
closed: (...args: any[]) => void;
|
|
3012
3113
|
open: (...args: any[]) => void;
|
|
3013
3114
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
@@ -3039,17 +3140,17 @@ dismissDelay: {
|
|
|
3039
3140
|
type: NumberConstructor;
|
|
3040
3141
|
default: number;
|
|
3041
3142
|
};
|
|
3042
|
-
}>> & {
|
|
3143
|
+
}>> & Readonly<{
|
|
3043
3144
|
onClosed?: ((...args: any[]) => any) | undefined;
|
|
3044
3145
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
3045
|
-
}
|
|
3146
|
+
}>, {
|
|
3046
3147
|
type: string;
|
|
3047
3148
|
open: boolean;
|
|
3048
3149
|
autoDismiss: boolean;
|
|
3049
3150
|
dismissDelay: number;
|
|
3050
|
-
}, {}>;
|
|
3151
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3051
3152
|
|
|
3052
|
-
declare const __VLS_component_4: DefineComponent< {
|
|
3153
|
+
declare const __VLS_component_4: DefineComponent<ExtractPropTypes< {
|
|
3053
3154
|
/**
|
|
3054
3155
|
* Sets the banner style.
|
|
3055
3156
|
* @demoSelectMultiple false
|
|
@@ -3060,7 +3161,7 @@ type: StringConstructor;
|
|
|
3060
3161
|
validator: (value: string) => boolean;
|
|
3061
3162
|
default: string;
|
|
3062
3163
|
};
|
|
3063
|
-
}
|
|
3164
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3064
3165
|
/**
|
|
3065
3166
|
* Sets the banner style.
|
|
3066
3167
|
* @demoSelectMultiple false
|
|
@@ -3071,11 +3172,11 @@ type: StringConstructor;
|
|
|
3071
3172
|
validator: (value: string) => boolean;
|
|
3072
3173
|
default: string;
|
|
3073
3174
|
};
|
|
3074
|
-
}
|
|
3175
|
+
}>> & Readonly<{}>, {
|
|
3075
3176
|
type: string;
|
|
3076
|
-
}, {}>;
|
|
3177
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3077
3178
|
|
|
3078
|
-
declare const __VLS_component_40: DefineComponent< {
|
|
3179
|
+
declare const __VLS_component_40: DefineComponent<ExtractPropTypes< {
|
|
3079
3180
|
/**
|
|
3080
3181
|
* Sets the value and aria-label for the toggle button. Display can be overridden using default slot
|
|
3081
3182
|
*/
|
|
@@ -3083,7 +3184,7 @@ toggleValue: {
|
|
|
3083
3184
|
type: StringConstructor;
|
|
3084
3185
|
required: true;
|
|
3085
3186
|
};
|
|
3086
|
-
}
|
|
3187
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3087
3188
|
/**
|
|
3088
3189
|
* Sets the value and aria-label for the toggle button. Display can be overridden using default slot
|
|
3089
3190
|
*/
|
|
@@ -3091,9 +3192,9 @@ toggleValue: {
|
|
|
3091
3192
|
type: StringConstructor;
|
|
3092
3193
|
required: true;
|
|
3093
3194
|
};
|
|
3094
|
-
}
|
|
3195
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3095
3196
|
|
|
3096
|
-
declare const __VLS_component_41: DefineComponent< {
|
|
3197
|
+
declare const __VLS_component_41: DefineComponent<ExtractPropTypes< {
|
|
3097
3198
|
/** @ignore */
|
|
3098
3199
|
modelValue: {
|
|
3099
3200
|
type: (BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -3109,7 +3210,7 @@ type: StringConstructor;
|
|
|
3109
3210
|
default: string;
|
|
3110
3211
|
validator: (value: string) => boolean;
|
|
3111
3212
|
};
|
|
3112
|
-
}
|
|
3213
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3113
3214
|
"update:modelValue": (...args: any[]) => void;
|
|
3114
3215
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3115
3216
|
/** @ignore */
|
|
@@ -3127,13 +3228,13 @@ type: StringConstructor;
|
|
|
3127
3228
|
default: string;
|
|
3128
3229
|
validator: (value: string) => boolean;
|
|
3129
3230
|
};
|
|
3130
|
-
}>> & {
|
|
3231
|
+
}>> & Readonly<{
|
|
3131
3232
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3132
|
-
}
|
|
3233
|
+
}>, {
|
|
3133
3234
|
size: string;
|
|
3134
|
-
}, {}>;
|
|
3235
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3135
3236
|
|
|
3136
|
-
declare const __VLS_component_42: DefineComponent< {
|
|
3237
|
+
declare const __VLS_component_42: DefineComponent<ExtractPropTypes< {
|
|
3137
3238
|
/**
|
|
3138
3239
|
* Sets a custom ID for the switch. If this value is not set, it will be auto-generated.
|
|
3139
3240
|
*/
|
|
@@ -3164,7 +3265,7 @@ modelValue: {
|
|
|
3164
3265
|
type: BooleanConstructor;
|
|
3165
3266
|
required: true;
|
|
3166
3267
|
};
|
|
3167
|
-
}
|
|
3268
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3168
3269
|
"update:modelValue": (...args: any[]) => void;
|
|
3169
3270
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3170
3271
|
/**
|
|
@@ -3197,14 +3298,14 @@ modelValue: {
|
|
|
3197
3298
|
type: BooleanConstructor;
|
|
3198
3299
|
required: true;
|
|
3199
3300
|
};
|
|
3200
|
-
}>> & {
|
|
3301
|
+
}>> & Readonly<{
|
|
3201
3302
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3202
|
-
}
|
|
3303
|
+
}>, {
|
|
3203
3304
|
size: string;
|
|
3204
3305
|
fullWidth: boolean;
|
|
3205
|
-
}, {}>;
|
|
3306
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3206
3307
|
|
|
3207
|
-
declare const __VLS_component_43: DefineComponent< {
|
|
3308
|
+
declare const __VLS_component_43: DefineComponent<ExtractPropTypes< {
|
|
3208
3309
|
/**
|
|
3209
3310
|
* Sets the position where the tooltip will render relative to the trigger element.
|
|
3210
3311
|
* @demoSelectMultiple false
|
|
@@ -3242,7 +3343,7 @@ open: {
|
|
|
3242
3343
|
type: BooleanConstructor;
|
|
3243
3344
|
default: boolean;
|
|
3244
3345
|
};
|
|
3245
|
-
}
|
|
3346
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3246
3347
|
opened: (...args: any[]) => void;
|
|
3247
3348
|
closed: (...args: any[]) => void;
|
|
3248
3349
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
@@ -3283,76 +3384,76 @@ open: {
|
|
|
3283
3384
|
type: BooleanConstructor;
|
|
3284
3385
|
default: boolean;
|
|
3285
3386
|
};
|
|
3286
|
-
}>> & {
|
|
3287
|
-
onClosed?: ((...args: any[]) => any) | undefined;
|
|
3387
|
+
}>> & Readonly<{
|
|
3288
3388
|
onOpened?: ((...args: any[]) => any) | undefined;
|
|
3289
|
-
|
|
3389
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
3390
|
+
}>, {
|
|
3290
3391
|
position: string;
|
|
3291
3392
|
autoPosition: boolean;
|
|
3292
3393
|
open: boolean;
|
|
3293
|
-
}, {}>;
|
|
3394
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3294
3395
|
|
|
3295
|
-
declare const __VLS_component_44: DefineComponent< {
|
|
3396
|
+
declare const __VLS_component_44: DefineComponent<ExtractPropTypes< {
|
|
3296
3397
|
props: {
|
|
3297
3398
|
type: ObjectConstructor;
|
|
3298
3399
|
};
|
|
3299
|
-
}
|
|
3400
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3300
3401
|
props: {
|
|
3301
3402
|
type: ObjectConstructor;
|
|
3302
3403
|
};
|
|
3303
|
-
}
|
|
3404
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3304
3405
|
|
|
3305
|
-
declare const __VLS_component_45: DefineComponent< {
|
|
3406
|
+
declare const __VLS_component_45: DefineComponent<ExtractPropTypes< {
|
|
3306
3407
|
props: {
|
|
3307
3408
|
type: ObjectConstructor;
|
|
3308
3409
|
};
|
|
3309
|
-
}
|
|
3410
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3310
3411
|
props: {
|
|
3311
3412
|
type: ObjectConstructor;
|
|
3312
3413
|
};
|
|
3313
|
-
}
|
|
3414
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3314
3415
|
|
|
3315
|
-
declare const __VLS_component_46: DefineComponent< {
|
|
3416
|
+
declare const __VLS_component_46: DefineComponent<ExtractPropTypes< {
|
|
3316
3417
|
props: {
|
|
3317
3418
|
type: ObjectConstructor;
|
|
3318
3419
|
};
|
|
3319
|
-
}
|
|
3420
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3320
3421
|
props: {
|
|
3321
3422
|
type: ObjectConstructor;
|
|
3322
3423
|
};
|
|
3323
|
-
}
|
|
3424
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3324
3425
|
|
|
3325
|
-
declare const __VLS_component_47: DefineComponent< {
|
|
3426
|
+
declare const __VLS_component_47: DefineComponent<ExtractPropTypes< {
|
|
3326
3427
|
props: {
|
|
3327
3428
|
type: ObjectConstructor;
|
|
3328
3429
|
};
|
|
3329
|
-
}
|
|
3430
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3330
3431
|
props: {
|
|
3331
3432
|
type: ObjectConstructor;
|
|
3332
3433
|
};
|
|
3333
|
-
}
|
|
3434
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3334
3435
|
|
|
3335
|
-
declare const __VLS_component_48: DefineComponent< {
|
|
3436
|
+
declare const __VLS_component_48: DefineComponent<ExtractPropTypes< {
|
|
3336
3437
|
props: {
|
|
3337
3438
|
type: ObjectConstructor;
|
|
3338
3439
|
};
|
|
3339
|
-
}
|
|
3440
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3340
3441
|
props: {
|
|
3341
3442
|
type: ObjectConstructor;
|
|
3342
3443
|
};
|
|
3343
|
-
}
|
|
3444
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3344
3445
|
|
|
3345
|
-
declare const __VLS_component_49: DefineComponent< {
|
|
3446
|
+
declare const __VLS_component_49: DefineComponent<ExtractPropTypes< {
|
|
3346
3447
|
props: {
|
|
3347
3448
|
type: ObjectConstructor;
|
|
3348
3449
|
};
|
|
3349
|
-
}
|
|
3450
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3350
3451
|
props: {
|
|
3351
3452
|
type: ObjectConstructor;
|
|
3352
3453
|
};
|
|
3353
|
-
}
|
|
3454
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3354
3455
|
|
|
3355
|
-
declare const __VLS_component_5: DefineComponent< {
|
|
3456
|
+
declare const __VLS_component_5: DefineComponent<ExtractPropTypes< {
|
|
3356
3457
|
/**
|
|
3357
3458
|
* Sets the array of a breadcrumb object containing a 'url' and 'name' property.
|
|
3358
3459
|
* @demoIgnore true
|
|
@@ -3376,7 +3477,7 @@ default: boolean;
|
|
|
3376
3477
|
id: {
|
|
3377
3478
|
type: StringConstructor;
|
|
3378
3479
|
};
|
|
3379
|
-
}
|
|
3480
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3380
3481
|
navigate: (...args: any[]) => void;
|
|
3381
3482
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3382
3483
|
/**
|
|
@@ -3402,114 +3503,114 @@ default: boolean;
|
|
|
3402
3503
|
id: {
|
|
3403
3504
|
type: StringConstructor;
|
|
3404
3505
|
};
|
|
3405
|
-
}>> & {
|
|
3506
|
+
}>> & Readonly<{
|
|
3406
3507
|
onNavigate?: ((...args: any[]) => any) | undefined;
|
|
3407
|
-
}
|
|
3508
|
+
}>, {
|
|
3408
3509
|
items: breadcrumbItem[];
|
|
3409
3510
|
truncationEnabled: boolean;
|
|
3410
|
-
}, {}>;
|
|
3511
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3411
3512
|
|
|
3412
|
-
declare const __VLS_component_50: DefineComponent< {
|
|
3513
|
+
declare const __VLS_component_50: DefineComponent<ExtractPropTypes< {
|
|
3413
3514
|
props: {
|
|
3414
3515
|
type: ObjectConstructor;
|
|
3415
3516
|
};
|
|
3416
|
-
}
|
|
3517
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3417
3518
|
props: {
|
|
3418
3519
|
type: ObjectConstructor;
|
|
3419
3520
|
};
|
|
3420
|
-
}
|
|
3521
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3421
3522
|
|
|
3422
|
-
declare const __VLS_component_51: DefineComponent< {
|
|
3523
|
+
declare const __VLS_component_51: DefineComponent<ExtractPropTypes< {
|
|
3423
3524
|
props: {
|
|
3424
3525
|
type: ObjectConstructor;
|
|
3425
3526
|
};
|
|
3426
|
-
}
|
|
3527
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3427
3528
|
props: {
|
|
3428
3529
|
type: ObjectConstructor;
|
|
3429
3530
|
};
|
|
3430
|
-
}
|
|
3531
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3431
3532
|
|
|
3432
|
-
declare const __VLS_component_52: DefineComponent< {
|
|
3533
|
+
declare const __VLS_component_52: DefineComponent<ExtractPropTypes< {
|
|
3433
3534
|
props: {
|
|
3434
3535
|
type: ObjectConstructor;
|
|
3435
3536
|
};
|
|
3436
|
-
}
|
|
3537
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3437
3538
|
props: {
|
|
3438
3539
|
type: ObjectConstructor;
|
|
3439
3540
|
};
|
|
3440
|
-
}
|
|
3541
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3441
3542
|
|
|
3442
|
-
declare const __VLS_component_53: DefineComponent< {
|
|
3543
|
+
declare const __VLS_component_53: DefineComponent<ExtractPropTypes< {
|
|
3443
3544
|
props: {
|
|
3444
3545
|
type: ObjectConstructor;
|
|
3445
3546
|
};
|
|
3446
|
-
}
|
|
3547
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3447
3548
|
props: {
|
|
3448
3549
|
type: ObjectConstructor;
|
|
3449
3550
|
};
|
|
3450
|
-
}
|
|
3551
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3451
3552
|
|
|
3452
|
-
declare const __VLS_component_54: DefineComponent< {
|
|
3553
|
+
declare const __VLS_component_54: DefineComponent<ExtractPropTypes< {
|
|
3453
3554
|
props: {
|
|
3454
3555
|
type: ObjectConstructor;
|
|
3455
3556
|
};
|
|
3456
|
-
}
|
|
3557
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3457
3558
|
props: {
|
|
3458
3559
|
type: ObjectConstructor;
|
|
3459
3560
|
};
|
|
3460
|
-
}
|
|
3561
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3461
3562
|
|
|
3462
|
-
declare const __VLS_component_55: DefineComponent< {
|
|
3563
|
+
declare const __VLS_component_55: DefineComponent<ExtractPropTypes< {
|
|
3463
3564
|
props: {
|
|
3464
3565
|
type: ObjectConstructor;
|
|
3465
3566
|
};
|
|
3466
|
-
}
|
|
3567
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3467
3568
|
props: {
|
|
3468
3569
|
type: ObjectConstructor;
|
|
3469
3570
|
};
|
|
3470
|
-
}
|
|
3571
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3471
3572
|
|
|
3472
|
-
declare const __VLS_component_56: DefineComponent< {
|
|
3573
|
+
declare const __VLS_component_56: DefineComponent<ExtractPropTypes< {
|
|
3473
3574
|
props: {
|
|
3474
3575
|
type: ObjectConstructor;
|
|
3475
3576
|
};
|
|
3476
|
-
}
|
|
3577
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3477
3578
|
props: {
|
|
3478
3579
|
type: ObjectConstructor;
|
|
3479
3580
|
};
|
|
3480
|
-
}
|
|
3581
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3481
3582
|
|
|
3482
|
-
declare const __VLS_component_57: DefineComponent< {
|
|
3583
|
+
declare const __VLS_component_57: DefineComponent<ExtractPropTypes< {
|
|
3483
3584
|
props: {
|
|
3484
3585
|
type: ObjectConstructor;
|
|
3485
3586
|
};
|
|
3486
|
-
}
|
|
3587
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3487
3588
|
props: {
|
|
3488
3589
|
type: ObjectConstructor;
|
|
3489
3590
|
};
|
|
3490
|
-
}
|
|
3591
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3491
3592
|
|
|
3492
|
-
declare const __VLS_component_58: DefineComponent< {
|
|
3593
|
+
declare const __VLS_component_58: DefineComponent<ExtractPropTypes< {
|
|
3493
3594
|
props: {
|
|
3494
3595
|
type: ObjectConstructor;
|
|
3495
3596
|
};
|
|
3496
|
-
}
|
|
3597
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3497
3598
|
props: {
|
|
3498
3599
|
type: ObjectConstructor;
|
|
3499
3600
|
};
|
|
3500
|
-
}
|
|
3601
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3501
3602
|
|
|
3502
|
-
declare const __VLS_component_59: DefineComponent< {
|
|
3603
|
+
declare const __VLS_component_59: DefineComponent<ExtractPropTypes< {
|
|
3503
3604
|
props: {
|
|
3504
3605
|
type: ObjectConstructor;
|
|
3505
3606
|
};
|
|
3506
|
-
}
|
|
3607
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3507
3608
|
props: {
|
|
3508
3609
|
type: ObjectConstructor;
|
|
3509
3610
|
};
|
|
3510
|
-
}
|
|
3611
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3511
3612
|
|
|
3512
|
-
declare const __VLS_component_6: DefineComponent< {
|
|
3613
|
+
declare const __VLS_component_6: DefineComponent<ExtractPropTypes< {
|
|
3513
3614
|
/**
|
|
3514
3615
|
* Renders CdrButton as a <button> or <a> element. When using the value of <a>, this element renders as an anchor link.
|
|
3515
3616
|
* @demoIgnore true
|
|
@@ -3572,7 +3673,7 @@ withBackground: {
|
|
|
3572
3673
|
type: BooleanConstructor;
|
|
3573
3674
|
default: boolean;
|
|
3574
3675
|
};
|
|
3575
|
-
}
|
|
3676
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3576
3677
|
/**
|
|
3577
3678
|
* Renders CdrButton as a <button> or <a> element. When using the value of <a>, this element renders as an anchor link.
|
|
3578
3679
|
* @demoIgnore true
|
|
@@ -3635,233 +3736,233 @@ withBackground: {
|
|
|
3635
3736
|
type: BooleanConstructor;
|
|
3636
3737
|
default: boolean;
|
|
3637
3738
|
};
|
|
3638
|
-
}
|
|
3739
|
+
}>> & Readonly<{}>, {
|
|
3639
3740
|
tag: string;
|
|
3640
|
-
modifier: string;
|
|
3641
3741
|
type: string;
|
|
3642
3742
|
size: string;
|
|
3743
|
+
modifier: string;
|
|
3643
3744
|
fullWidth: string | boolean;
|
|
3644
3745
|
iconOnly: boolean;
|
|
3645
3746
|
withBackground: boolean;
|
|
3646
|
-
}, {}>;
|
|
3747
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3647
3748
|
|
|
3648
|
-
declare const __VLS_component_60: DefineComponent< {
|
|
3749
|
+
declare const __VLS_component_60: DefineComponent<ExtractPropTypes< {
|
|
3649
3750
|
props: {
|
|
3650
3751
|
type: ObjectConstructor;
|
|
3651
3752
|
};
|
|
3652
|
-
}
|
|
3753
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3653
3754
|
props: {
|
|
3654
3755
|
type: ObjectConstructor;
|
|
3655
3756
|
};
|
|
3656
|
-
}
|
|
3757
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3657
3758
|
|
|
3658
|
-
declare const __VLS_component_61: DefineComponent< {
|
|
3759
|
+
declare const __VLS_component_61: DefineComponent<ExtractPropTypes< {
|
|
3659
3760
|
props: {
|
|
3660
3761
|
type: ObjectConstructor;
|
|
3661
3762
|
};
|
|
3662
|
-
}
|
|
3763
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3663
3764
|
props: {
|
|
3664
3765
|
type: ObjectConstructor;
|
|
3665
3766
|
};
|
|
3666
|
-
}
|
|
3767
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3667
3768
|
|
|
3668
|
-
declare const __VLS_component_62: DefineComponent< {
|
|
3769
|
+
declare const __VLS_component_62: DefineComponent<ExtractPropTypes< {
|
|
3669
3770
|
props: {
|
|
3670
3771
|
type: ObjectConstructor;
|
|
3671
3772
|
};
|
|
3672
|
-
}
|
|
3773
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3673
3774
|
props: {
|
|
3674
3775
|
type: ObjectConstructor;
|
|
3675
3776
|
};
|
|
3676
|
-
}
|
|
3777
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3677
3778
|
|
|
3678
|
-
declare const __VLS_component_63: DefineComponent< {
|
|
3779
|
+
declare const __VLS_component_63: DefineComponent<ExtractPropTypes< {
|
|
3679
3780
|
props: {
|
|
3680
3781
|
type: ObjectConstructor;
|
|
3681
3782
|
};
|
|
3682
|
-
}
|
|
3783
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3683
3784
|
props: {
|
|
3684
3785
|
type: ObjectConstructor;
|
|
3685
3786
|
};
|
|
3686
|
-
}
|
|
3787
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3687
3788
|
|
|
3688
|
-
declare const __VLS_component_64: DefineComponent< {
|
|
3789
|
+
declare const __VLS_component_64: DefineComponent<ExtractPropTypes< {
|
|
3689
3790
|
props: {
|
|
3690
3791
|
type: ObjectConstructor;
|
|
3691
3792
|
};
|
|
3692
|
-
}
|
|
3793
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3693
3794
|
props: {
|
|
3694
3795
|
type: ObjectConstructor;
|
|
3695
3796
|
};
|
|
3696
|
-
}
|
|
3797
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3697
3798
|
|
|
3698
|
-
declare const __VLS_component_65: DefineComponent< {
|
|
3799
|
+
declare const __VLS_component_65: DefineComponent<ExtractPropTypes< {
|
|
3699
3800
|
props: {
|
|
3700
3801
|
type: ObjectConstructor;
|
|
3701
3802
|
};
|
|
3702
|
-
}
|
|
3803
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3703
3804
|
props: {
|
|
3704
3805
|
type: ObjectConstructor;
|
|
3705
3806
|
};
|
|
3706
|
-
}
|
|
3807
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3707
3808
|
|
|
3708
|
-
declare const __VLS_component_66: DefineComponent< {
|
|
3809
|
+
declare const __VLS_component_66: DefineComponent<ExtractPropTypes< {
|
|
3709
3810
|
props: {
|
|
3710
3811
|
type: ObjectConstructor;
|
|
3711
3812
|
};
|
|
3712
|
-
}
|
|
3813
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3713
3814
|
props: {
|
|
3714
3815
|
type: ObjectConstructor;
|
|
3715
3816
|
};
|
|
3716
|
-
}
|
|
3817
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3717
3818
|
|
|
3718
|
-
declare const __VLS_component_67: DefineComponent< {
|
|
3819
|
+
declare const __VLS_component_67: DefineComponent<ExtractPropTypes< {
|
|
3719
3820
|
props: {
|
|
3720
3821
|
type: ObjectConstructor;
|
|
3721
3822
|
};
|
|
3722
|
-
}
|
|
3823
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3723
3824
|
props: {
|
|
3724
3825
|
type: ObjectConstructor;
|
|
3725
3826
|
};
|
|
3726
|
-
}
|
|
3827
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3727
3828
|
|
|
3728
|
-
declare const __VLS_component_68: DefineComponent< {
|
|
3829
|
+
declare const __VLS_component_68: DefineComponent<ExtractPropTypes< {
|
|
3729
3830
|
props: {
|
|
3730
3831
|
type: ObjectConstructor;
|
|
3731
3832
|
};
|
|
3732
|
-
}
|
|
3833
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3733
3834
|
props: {
|
|
3734
3835
|
type: ObjectConstructor;
|
|
3735
3836
|
};
|
|
3736
|
-
}
|
|
3837
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3737
3838
|
|
|
3738
|
-
declare const __VLS_component_69: DefineComponent< {
|
|
3839
|
+
declare const __VLS_component_69: DefineComponent<ExtractPropTypes< {
|
|
3739
3840
|
props: {
|
|
3740
3841
|
type: ObjectConstructor;
|
|
3741
3842
|
};
|
|
3742
|
-
}
|
|
3843
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3743
3844
|
props: {
|
|
3744
3845
|
type: ObjectConstructor;
|
|
3745
3846
|
};
|
|
3746
|
-
}
|
|
3847
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3747
3848
|
|
|
3748
|
-
declare const __VLS_component_7: DefineComponent< {
|
|
3849
|
+
declare const __VLS_component_7: DefineComponent<ExtractPropTypes< {
|
|
3749
3850
|
/** Sets valid HTML container element tag. */
|
|
3750
3851
|
tag: {
|
|
3751
3852
|
type: StringConstructor;
|
|
3752
3853
|
default: string;
|
|
3753
3854
|
};
|
|
3754
|
-
}
|
|
3855
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3755
3856
|
/** Sets valid HTML container element tag. */
|
|
3756
3857
|
tag: {
|
|
3757
3858
|
type: StringConstructor;
|
|
3758
3859
|
default: string;
|
|
3759
3860
|
};
|
|
3760
|
-
}
|
|
3861
|
+
}>> & Readonly<{}>, {
|
|
3761
3862
|
tag: string;
|
|
3762
|
-
}, {}>;
|
|
3863
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3763
3864
|
|
|
3764
|
-
declare const __VLS_component_70: DefineComponent< {
|
|
3865
|
+
declare const __VLS_component_70: DefineComponent<ExtractPropTypes< {
|
|
3765
3866
|
props: {
|
|
3766
3867
|
type: ObjectConstructor;
|
|
3767
3868
|
};
|
|
3768
|
-
}
|
|
3869
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3769
3870
|
props: {
|
|
3770
3871
|
type: ObjectConstructor;
|
|
3771
3872
|
};
|
|
3772
|
-
}
|
|
3873
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3773
3874
|
|
|
3774
|
-
declare const __VLS_component_71: DefineComponent< {
|
|
3875
|
+
declare const __VLS_component_71: DefineComponent<ExtractPropTypes< {
|
|
3775
3876
|
props: {
|
|
3776
3877
|
type: ObjectConstructor;
|
|
3777
3878
|
};
|
|
3778
|
-
}
|
|
3879
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3779
3880
|
props: {
|
|
3780
3881
|
type: ObjectConstructor;
|
|
3781
3882
|
};
|
|
3782
|
-
}
|
|
3883
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3783
3884
|
|
|
3784
|
-
declare const __VLS_component_72: DefineComponent< {
|
|
3885
|
+
declare const __VLS_component_72: DefineComponent<ExtractPropTypes< {
|
|
3785
3886
|
props: {
|
|
3786
3887
|
type: ObjectConstructor;
|
|
3787
3888
|
};
|
|
3788
|
-
}
|
|
3889
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3789
3890
|
props: {
|
|
3790
3891
|
type: ObjectConstructor;
|
|
3791
3892
|
};
|
|
3792
|
-
}
|
|
3893
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3793
3894
|
|
|
3794
|
-
declare const __VLS_component_73: DefineComponent< {
|
|
3895
|
+
declare const __VLS_component_73: DefineComponent<ExtractPropTypes< {
|
|
3795
3896
|
props: {
|
|
3796
3897
|
type: ObjectConstructor;
|
|
3797
3898
|
};
|
|
3798
|
-
}
|
|
3899
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3799
3900
|
props: {
|
|
3800
3901
|
type: ObjectConstructor;
|
|
3801
3902
|
};
|
|
3802
|
-
}
|
|
3903
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3803
3904
|
|
|
3804
|
-
declare const __VLS_component_74: DefineComponent< {
|
|
3905
|
+
declare const __VLS_component_74: DefineComponent<ExtractPropTypes< {
|
|
3805
3906
|
props: {
|
|
3806
3907
|
type: ObjectConstructor;
|
|
3807
3908
|
};
|
|
3808
|
-
}
|
|
3909
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3809
3910
|
props: {
|
|
3810
3911
|
type: ObjectConstructor;
|
|
3811
3912
|
};
|
|
3812
|
-
}
|
|
3913
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3813
3914
|
|
|
3814
|
-
declare const __VLS_component_75: DefineComponent< {
|
|
3915
|
+
declare const __VLS_component_75: DefineComponent<ExtractPropTypes< {
|
|
3815
3916
|
props: {
|
|
3816
3917
|
type: ObjectConstructor;
|
|
3817
3918
|
};
|
|
3818
|
-
}
|
|
3919
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3819
3920
|
props: {
|
|
3820
3921
|
type: ObjectConstructor;
|
|
3821
3922
|
};
|
|
3822
|
-
}
|
|
3923
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3823
3924
|
|
|
3824
|
-
declare const __VLS_component_76: DefineComponent< {
|
|
3925
|
+
declare const __VLS_component_76: DefineComponent<ExtractPropTypes< {
|
|
3825
3926
|
props: {
|
|
3826
3927
|
type: ObjectConstructor;
|
|
3827
3928
|
};
|
|
3828
|
-
}
|
|
3929
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3829
3930
|
props: {
|
|
3830
3931
|
type: ObjectConstructor;
|
|
3831
3932
|
};
|
|
3832
|
-
}
|
|
3933
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3833
3934
|
|
|
3834
|
-
declare const __VLS_component_77: DefineComponent< {
|
|
3935
|
+
declare const __VLS_component_77: DefineComponent<ExtractPropTypes< {
|
|
3835
3936
|
props: {
|
|
3836
3937
|
type: ObjectConstructor;
|
|
3837
3938
|
};
|
|
3838
|
-
}
|
|
3939
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3839
3940
|
props: {
|
|
3840
3941
|
type: ObjectConstructor;
|
|
3841
3942
|
};
|
|
3842
|
-
}
|
|
3943
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3843
3944
|
|
|
3844
|
-
declare const __VLS_component_78: DefineComponent< {
|
|
3945
|
+
declare const __VLS_component_78: DefineComponent<ExtractPropTypes< {
|
|
3845
3946
|
props: {
|
|
3846
3947
|
type: ObjectConstructor;
|
|
3847
3948
|
};
|
|
3848
|
-
}
|
|
3949
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3849
3950
|
props: {
|
|
3850
3951
|
type: ObjectConstructor;
|
|
3851
3952
|
};
|
|
3852
|
-
}
|
|
3953
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3853
3954
|
|
|
3854
|
-
declare const __VLS_component_79: DefineComponent< {
|
|
3955
|
+
declare const __VLS_component_79: DefineComponent<ExtractPropTypes< {
|
|
3855
3956
|
props: {
|
|
3856
3957
|
type: ObjectConstructor;
|
|
3857
3958
|
};
|
|
3858
|
-
}
|
|
3959
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3859
3960
|
props: {
|
|
3860
3961
|
type: ObjectConstructor;
|
|
3861
3962
|
};
|
|
3862
|
-
}
|
|
3963
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3863
3964
|
|
|
3864
|
-
declare const __VLS_component_8: DefineComponent< {
|
|
3965
|
+
declare const __VLS_component_8: DefineComponent<ExtractPropTypes< {
|
|
3865
3966
|
/**
|
|
3866
3967
|
* Passes a CSS class to the label for custom styles
|
|
3867
3968
|
*/
|
|
@@ -3933,7 +4034,7 @@ validator: (value: string) => boolean;
|
|
|
3933
4034
|
modelValue: {
|
|
3934
4035
|
type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
|
|
3935
4036
|
};
|
|
3936
|
-
}
|
|
4037
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3937
4038
|
"update:modelValue": (...args: any[]) => void;
|
|
3938
4039
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3939
4040
|
/**
|
|
@@ -4007,219 +4108,219 @@ validator: (value: string) => boolean;
|
|
|
4007
4108
|
modelValue: {
|
|
4008
4109
|
type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
|
|
4009
4110
|
};
|
|
4010
|
-
}>> & {
|
|
4111
|
+
}>> & Readonly<{
|
|
4011
4112
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4012
|
-
}
|
|
4013
|
-
background: string;
|
|
4014
|
-
modifier: string;
|
|
4015
|
-
disabled: boolean;
|
|
4113
|
+
}>, {
|
|
4016
4114
|
size: string;
|
|
4115
|
+
disabled: boolean;
|
|
4116
|
+
modifier: string;
|
|
4117
|
+
background: string;
|
|
4017
4118
|
indeterminate: string | boolean;
|
|
4018
4119
|
trueValue: string | number | boolean | symbol | Function | Record<string, any> | unknown[];
|
|
4019
4120
|
falseValue: string | number | boolean | symbol | Function | Record<string, any> | unknown[];
|
|
4020
|
-
}, {}>;
|
|
4121
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4021
4122
|
|
|
4022
|
-
declare const __VLS_component_80: DefineComponent< {
|
|
4123
|
+
declare const __VLS_component_80: DefineComponent<ExtractPropTypes< {
|
|
4023
4124
|
props: {
|
|
4024
4125
|
type: ObjectConstructor;
|
|
4025
4126
|
};
|
|
4026
|
-
}
|
|
4127
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4027
4128
|
props: {
|
|
4028
4129
|
type: ObjectConstructor;
|
|
4029
4130
|
};
|
|
4030
|
-
}
|
|
4131
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4031
4132
|
|
|
4032
|
-
declare const __VLS_component_81: DefineComponent< {
|
|
4133
|
+
declare const __VLS_component_81: DefineComponent<ExtractPropTypes< {
|
|
4033
4134
|
props: {
|
|
4034
4135
|
type: ObjectConstructor;
|
|
4035
4136
|
};
|
|
4036
|
-
}
|
|
4137
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4037
4138
|
props: {
|
|
4038
4139
|
type: ObjectConstructor;
|
|
4039
4140
|
};
|
|
4040
|
-
}
|
|
4141
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4041
4142
|
|
|
4042
|
-
declare const __VLS_component_82: DefineComponent< {
|
|
4143
|
+
declare const __VLS_component_82: DefineComponent<ExtractPropTypes< {
|
|
4043
4144
|
props: {
|
|
4044
4145
|
type: ObjectConstructor;
|
|
4045
4146
|
};
|
|
4046
|
-
}
|
|
4147
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4047
4148
|
props: {
|
|
4048
4149
|
type: ObjectConstructor;
|
|
4049
4150
|
};
|
|
4050
|
-
}
|
|
4151
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4051
4152
|
|
|
4052
|
-
declare const __VLS_component_83: DefineComponent< {
|
|
4153
|
+
declare const __VLS_component_83: DefineComponent<ExtractPropTypes< {
|
|
4053
4154
|
props: {
|
|
4054
4155
|
type: ObjectConstructor;
|
|
4055
4156
|
};
|
|
4056
|
-
}
|
|
4157
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4057
4158
|
props: {
|
|
4058
4159
|
type: ObjectConstructor;
|
|
4059
4160
|
};
|
|
4060
|
-
}
|
|
4161
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4061
4162
|
|
|
4062
|
-
declare const __VLS_component_84: DefineComponent< {
|
|
4163
|
+
declare const __VLS_component_84: DefineComponent<ExtractPropTypes< {
|
|
4063
4164
|
props: {
|
|
4064
4165
|
type: ObjectConstructor;
|
|
4065
4166
|
};
|
|
4066
|
-
}
|
|
4167
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4067
4168
|
props: {
|
|
4068
4169
|
type: ObjectConstructor;
|
|
4069
4170
|
};
|
|
4070
|
-
}
|
|
4171
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4071
4172
|
|
|
4072
|
-
declare const __VLS_component_85: DefineComponent< {
|
|
4173
|
+
declare const __VLS_component_85: DefineComponent<ExtractPropTypes< {
|
|
4073
4174
|
props: {
|
|
4074
4175
|
type: ObjectConstructor;
|
|
4075
4176
|
};
|
|
4076
|
-
}
|
|
4177
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4077
4178
|
props: {
|
|
4078
4179
|
type: ObjectConstructor;
|
|
4079
4180
|
};
|
|
4080
|
-
}
|
|
4181
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4081
4182
|
|
|
4082
|
-
declare const __VLS_component_86: DefineComponent< {
|
|
4183
|
+
declare const __VLS_component_86: DefineComponent<ExtractPropTypes< {
|
|
4083
4184
|
props: {
|
|
4084
4185
|
type: ObjectConstructor;
|
|
4085
4186
|
};
|
|
4086
|
-
}
|
|
4187
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4087
4188
|
props: {
|
|
4088
4189
|
type: ObjectConstructor;
|
|
4089
4190
|
};
|
|
4090
|
-
}
|
|
4191
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4091
4192
|
|
|
4092
|
-
declare const __VLS_component_87: DefineComponent< {
|
|
4193
|
+
declare const __VLS_component_87: DefineComponent<ExtractPropTypes< {
|
|
4093
4194
|
props: {
|
|
4094
4195
|
type: ObjectConstructor;
|
|
4095
4196
|
};
|
|
4096
|
-
}
|
|
4197
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4097
4198
|
props: {
|
|
4098
4199
|
type: ObjectConstructor;
|
|
4099
4200
|
};
|
|
4100
|
-
}
|
|
4201
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4101
4202
|
|
|
4102
|
-
declare const __VLS_component_88: DefineComponent< {
|
|
4203
|
+
declare const __VLS_component_88: DefineComponent<ExtractPropTypes< {
|
|
4103
4204
|
props: {
|
|
4104
4205
|
type: ObjectConstructor;
|
|
4105
4206
|
};
|
|
4106
|
-
}
|
|
4207
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4107
4208
|
props: {
|
|
4108
4209
|
type: ObjectConstructor;
|
|
4109
4210
|
};
|
|
4110
|
-
}
|
|
4211
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4111
4212
|
|
|
4112
|
-
declare const __VLS_component_89: DefineComponent< {
|
|
4213
|
+
declare const __VLS_component_89: DefineComponent<ExtractPropTypes< {
|
|
4113
4214
|
props: {
|
|
4114
4215
|
type: ObjectConstructor;
|
|
4115
4216
|
};
|
|
4116
|
-
}
|
|
4217
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4117
4218
|
props: {
|
|
4118
4219
|
type: ObjectConstructor;
|
|
4119
4220
|
};
|
|
4120
|
-
}
|
|
4221
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4121
4222
|
|
|
4122
|
-
declare const __VLS_component_9: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<
|
|
4223
|
+
declare const __VLS_component_9: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4123
4224
|
|
|
4124
|
-
declare const __VLS_component_90: DefineComponent< {
|
|
4225
|
+
declare const __VLS_component_90: DefineComponent<ExtractPropTypes< {
|
|
4125
4226
|
props: {
|
|
4126
4227
|
type: ObjectConstructor;
|
|
4127
4228
|
};
|
|
4128
|
-
}
|
|
4229
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4129
4230
|
props: {
|
|
4130
4231
|
type: ObjectConstructor;
|
|
4131
4232
|
};
|
|
4132
|
-
}
|
|
4233
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4133
4234
|
|
|
4134
|
-
declare const __VLS_component_91: DefineComponent< {
|
|
4235
|
+
declare const __VLS_component_91: DefineComponent<ExtractPropTypes< {
|
|
4135
4236
|
props: {
|
|
4136
4237
|
type: ObjectConstructor;
|
|
4137
4238
|
};
|
|
4138
|
-
}
|
|
4239
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4139
4240
|
props: {
|
|
4140
4241
|
type: ObjectConstructor;
|
|
4141
4242
|
};
|
|
4142
|
-
}
|
|
4243
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4143
4244
|
|
|
4144
|
-
declare const __VLS_component_92: DefineComponent< {
|
|
4245
|
+
declare const __VLS_component_92: DefineComponent<ExtractPropTypes< {
|
|
4145
4246
|
props: {
|
|
4146
4247
|
type: ObjectConstructor;
|
|
4147
4248
|
};
|
|
4148
|
-
}
|
|
4249
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4149
4250
|
props: {
|
|
4150
4251
|
type: ObjectConstructor;
|
|
4151
4252
|
};
|
|
4152
|
-
}
|
|
4253
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4153
4254
|
|
|
4154
|
-
declare const __VLS_component_93: DefineComponent< {
|
|
4255
|
+
declare const __VLS_component_93: DefineComponent<ExtractPropTypes< {
|
|
4155
4256
|
props: {
|
|
4156
4257
|
type: ObjectConstructor;
|
|
4157
4258
|
};
|
|
4158
|
-
}
|
|
4259
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4159
4260
|
props: {
|
|
4160
4261
|
type: ObjectConstructor;
|
|
4161
4262
|
};
|
|
4162
|
-
}
|
|
4263
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4163
4264
|
|
|
4164
|
-
declare const __VLS_component_94: DefineComponent< {
|
|
4265
|
+
declare const __VLS_component_94: DefineComponent<ExtractPropTypes< {
|
|
4165
4266
|
props: {
|
|
4166
4267
|
type: ObjectConstructor;
|
|
4167
4268
|
};
|
|
4168
|
-
}
|
|
4269
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4169
4270
|
props: {
|
|
4170
4271
|
type: ObjectConstructor;
|
|
4171
4272
|
};
|
|
4172
|
-
}
|
|
4273
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4173
4274
|
|
|
4174
|
-
declare const __VLS_component_95: DefineComponent< {
|
|
4275
|
+
declare const __VLS_component_95: DefineComponent<ExtractPropTypes< {
|
|
4175
4276
|
props: {
|
|
4176
4277
|
type: ObjectConstructor;
|
|
4177
4278
|
};
|
|
4178
|
-
}
|
|
4279
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4179
4280
|
props: {
|
|
4180
4281
|
type: ObjectConstructor;
|
|
4181
4282
|
};
|
|
4182
|
-
}
|
|
4283
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4183
4284
|
|
|
4184
|
-
declare const __VLS_component_96: DefineComponent< {
|
|
4285
|
+
declare const __VLS_component_96: DefineComponent<ExtractPropTypes< {
|
|
4185
4286
|
props: {
|
|
4186
4287
|
type: ObjectConstructor;
|
|
4187
4288
|
};
|
|
4188
|
-
}
|
|
4289
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4189
4290
|
props: {
|
|
4190
4291
|
type: ObjectConstructor;
|
|
4191
4292
|
};
|
|
4192
|
-
}
|
|
4293
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4193
4294
|
|
|
4194
|
-
declare const __VLS_component_97: DefineComponent< {
|
|
4295
|
+
declare const __VLS_component_97: DefineComponent<ExtractPropTypes< {
|
|
4195
4296
|
props: {
|
|
4196
4297
|
type: ObjectConstructor;
|
|
4197
4298
|
};
|
|
4198
|
-
}
|
|
4299
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4199
4300
|
props: {
|
|
4200
4301
|
type: ObjectConstructor;
|
|
4201
4302
|
};
|
|
4202
|
-
}
|
|
4303
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4203
4304
|
|
|
4204
|
-
declare const __VLS_component_98: DefineComponent< {
|
|
4305
|
+
declare const __VLS_component_98: DefineComponent<ExtractPropTypes< {
|
|
4205
4306
|
props: {
|
|
4206
4307
|
type: ObjectConstructor;
|
|
4207
4308
|
};
|
|
4208
|
-
}
|
|
4309
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4209
4310
|
props: {
|
|
4210
4311
|
type: ObjectConstructor;
|
|
4211
4312
|
};
|
|
4212
|
-
}
|
|
4313
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4213
4314
|
|
|
4214
|
-
declare const __VLS_component_99: DefineComponent< {
|
|
4315
|
+
declare const __VLS_component_99: DefineComponent<ExtractPropTypes< {
|
|
4215
4316
|
props: {
|
|
4216
4317
|
type: ObjectConstructor;
|
|
4217
4318
|
};
|
|
4218
|
-
}
|
|
4319
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4219
4320
|
props: {
|
|
4220
4321
|
type: ObjectConstructor;
|
|
4221
4322
|
};
|
|
4222
|
-
}
|
|
4323
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4223
4324
|
|
|
4224
4325
|
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
4225
4326
|
|
|
@@ -4764,7 +4865,13 @@ declare function __VLS_template_189(): {
|
|
|
4764
4865
|
};
|
|
4765
4866
|
|
|
4766
4867
|
declare function __VLS_template_19(): {
|
|
4767
|
-
|
|
4868
|
+
"helper-text-top"?(_: {}): any;
|
|
4869
|
+
info?(_: {}): any;
|
|
4870
|
+
"pre-icon"?(_: {}): any;
|
|
4871
|
+
"post-icon"?(_: {}): any;
|
|
4872
|
+
"info-action"?(_: {}): any;
|
|
4873
|
+
"helper-text-bottom"?(_: {}): any;
|
|
4874
|
+
error?(_: {}): any;
|
|
4768
4875
|
};
|
|
4769
4876
|
|
|
4770
4877
|
declare function __VLS_template_190(): {
|
|
@@ -4813,13 +4920,7 @@ declare function __VLS_template_2(): {
|
|
|
4813
4920
|
};
|
|
4814
4921
|
|
|
4815
4922
|
declare function __VLS_template_20(): {
|
|
4816
|
-
|
|
4817
|
-
info?(_: {}): any;
|
|
4818
|
-
"pre-icon"?(_: {}): any;
|
|
4819
|
-
"post-icon"?(_: {}): any;
|
|
4820
|
-
"info-action"?(_: {}): any;
|
|
4821
|
-
"helper-text-bottom"?(_: {}): any;
|
|
4822
|
-
error?(_: {}): any;
|
|
4923
|
+
default?(_: {}): any;
|
|
4823
4924
|
};
|
|
4824
4925
|
|
|
4825
4926
|
declare function __VLS_template_200(): {
|
|
@@ -4987,27 +5088,32 @@ declare function __VLS_template_237(): {
|
|
|
4987
5088
|
};
|
|
4988
5089
|
|
|
4989
5090
|
declare function __VLS_template_24(): {
|
|
5091
|
+
media?(_: {}): any;
|
|
5092
|
+
content?(_: {}): any;
|
|
5093
|
+
};
|
|
5094
|
+
|
|
5095
|
+
declare function __VLS_template_25(): {
|
|
4990
5096
|
modal?(_: {}): any;
|
|
4991
5097
|
title?(_: {}): any;
|
|
4992
5098
|
default?(_: {}): any;
|
|
4993
5099
|
};
|
|
4994
5100
|
|
|
4995
|
-
declare function
|
|
5101
|
+
declare function __VLS_template_26(): {
|
|
4996
5102
|
trigger?(_: {}): any;
|
|
4997
5103
|
title?(_: {}): any;
|
|
4998
5104
|
default?(_: {}): any;
|
|
4999
5105
|
icon?(_: {}): any;
|
|
5000
5106
|
};
|
|
5001
5107
|
|
|
5002
|
-
declare function
|
|
5108
|
+
declare function __VLS_template_27(): {
|
|
5003
5109
|
default?(_: {}): any;
|
|
5004
5110
|
};
|
|
5005
5111
|
|
|
5006
|
-
declare function
|
|
5112
|
+
declare function __VLS_template_28(): {
|
|
5007
5113
|
default?(_: {}): any;
|
|
5008
5114
|
};
|
|
5009
5115
|
|
|
5010
|
-
declare function
|
|
5116
|
+
declare function __VLS_template_29(): {
|
|
5011
5117
|
"helper-text"?(_: {}): any;
|
|
5012
5118
|
info?(_: {}): any;
|
|
5013
5119
|
"pre-icon"?(_: {}): any;
|
|
@@ -5016,30 +5122,26 @@ declare function __VLS_template_28(): {
|
|
|
5016
5122
|
error?(_: {}): any;
|
|
5017
5123
|
};
|
|
5018
5124
|
|
|
5019
|
-
declare function __VLS_template_29(): {
|
|
5020
|
-
default?(_: {}): any;
|
|
5021
|
-
};
|
|
5022
|
-
|
|
5023
5125
|
declare function __VLS_template_3(): {
|
|
5024
5126
|
default?(_: {}): any;
|
|
5025
5127
|
};
|
|
5026
5128
|
|
|
5027
5129
|
declare function __VLS_template_30(): {
|
|
5028
|
-
|
|
5029
|
-
bottom?(_: {}): any;
|
|
5130
|
+
default?(_: {}): any;
|
|
5030
5131
|
};
|
|
5031
5132
|
|
|
5032
5133
|
declare function __VLS_template_31(): {
|
|
5033
|
-
|
|
5134
|
+
top?(_: {}): any;
|
|
5135
|
+
bottom?(_: {}): any;
|
|
5034
5136
|
};
|
|
5035
5137
|
|
|
5036
5138
|
declare function __VLS_template_32(): {
|
|
5037
5139
|
default?(_: {}): any;
|
|
5038
|
-
loading?(_: {}): any;
|
|
5039
5140
|
};
|
|
5040
5141
|
|
|
5041
5142
|
declare function __VLS_template_33(): {
|
|
5042
5143
|
default?(_: {}): any;
|
|
5144
|
+
loading?(_: {}): any;
|
|
5043
5145
|
};
|
|
5044
5146
|
|
|
5045
5147
|
declare function __VLS_template_34(): {
|
|
@@ -7098,6 +7200,14 @@ declare type __VLS_WithTemplateSlots_99<T, S> = T & {
|
|
|
7098
7200
|
};
|
|
7099
7201
|
};
|
|
7100
7202
|
|
|
7203
|
+
export declare type Alignment = AlignmentValue | AlignmentObject;
|
|
7204
|
+
|
|
7205
|
+
export declare type AlignmentObject = {
|
|
7206
|
+
[key in Breakpoint]: AlignmentValue;
|
|
7207
|
+
};
|
|
7208
|
+
|
|
7209
|
+
export declare type AlignmentValue = 'start' | 'center' | 'end';
|
|
7210
|
+
|
|
7101
7211
|
export declare type Background = 'primary' | 'secondary' | 'brand-spruce' | 'sale';
|
|
7102
7212
|
|
|
7103
7213
|
/**
|
|
@@ -7160,7 +7270,7 @@ export declare interface baseImageProps {
|
|
|
7160
7270
|
* Text component properties
|
|
7161
7271
|
* @interface baseTextProps
|
|
7162
7272
|
*/
|
|
7163
|
-
export declare interface baseTextProps
|
|
7273
|
+
export declare interface baseTextProps {
|
|
7164
7274
|
/** Sets the HTML tag (p, span, h1, h2, etc) */
|
|
7165
7275
|
tag?: string;
|
|
7166
7276
|
}
|
|
@@ -7196,6 +7306,8 @@ export declare interface breadcrumbItem {
|
|
|
7196
7306
|
};
|
|
7197
7307
|
}
|
|
7198
7308
|
|
|
7309
|
+
export declare type Breakpoint = 'xs' | 'sm' | 'md' | 'lg';
|
|
7310
|
+
|
|
7199
7311
|
export declare const CdrAbstract: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
7200
7312
|
|
|
7201
7313
|
export declare const CdrAccordion: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, ReturnType<typeof __VLS_template_2>>;
|
|
@@ -7210,7 +7322,7 @@ export declare const CdrBreadcrumb: __VLS_WithTemplateSlots_5<typeof __VLS_compo
|
|
|
7210
7322
|
|
|
7211
7323
|
export declare const CdrButton: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, ReturnType<typeof __VLS_template_6>>;
|
|
7212
7324
|
|
|
7213
|
-
export declare const CdrCaption: DefineComponent< {
|
|
7325
|
+
export declare const CdrCaption: DefineComponent<ExtractPropTypes< {
|
|
7214
7326
|
/**
|
|
7215
7327
|
* Sets the string content for the description body of the caption.
|
|
7216
7328
|
* @demoIgnore true
|
|
@@ -7225,7 +7337,7 @@ type: StringConstructor;
|
|
|
7225
7337
|
credit: {
|
|
7226
7338
|
type: StringConstructor;
|
|
7227
7339
|
};
|
|
7228
|
-
}
|
|
7340
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7229
7341
|
/**
|
|
7230
7342
|
* Sets the string content for the description body of the caption.
|
|
7231
7343
|
* @demoIgnore true
|
|
@@ -7240,7 +7352,7 @@ type: StringConstructor;
|
|
|
7240
7352
|
credit: {
|
|
7241
7353
|
type: StringConstructor;
|
|
7242
7354
|
};
|
|
7243
|
-
}
|
|
7355
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7244
7356
|
|
|
7245
7357
|
export declare const CdrCard: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, ReturnType<typeof __VLS_template_7>>;
|
|
7246
7358
|
|
|
@@ -7250,19 +7362,19 @@ export declare const CdrChip: __VLS_WithTemplateSlots_9<typeof __VLS_component_9
|
|
|
7250
7362
|
|
|
7251
7363
|
export declare const CdrChipGroup: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, ReturnType<typeof __VLS_template_10>>;
|
|
7252
7364
|
|
|
7253
|
-
export declare const CdrChoreographer: DefineComponent< {
|
|
7365
|
+
export declare const CdrChoreographer: DefineComponent<ExtractPropTypes< {
|
|
7254
7366
|
schema: {
|
|
7255
7367
|
type: PropType<choreographerSchema[]>;
|
|
7256
7368
|
default: () => never[];
|
|
7257
7369
|
};
|
|
7258
|
-
}
|
|
7370
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7259
7371
|
schema: {
|
|
7260
7372
|
type: PropType<choreographerSchema[]>;
|
|
7261
7373
|
default: () => never[];
|
|
7262
7374
|
};
|
|
7263
|
-
}
|
|
7375
|
+
}>> & Readonly<{}>, {
|
|
7264
7376
|
schema: choreographerSchema[];
|
|
7265
|
-
}, {}>;
|
|
7377
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7266
7378
|
|
|
7267
7379
|
export declare const CdrContainer: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, ReturnType<typeof __VLS_template_11>>;
|
|
7268
7380
|
|
|
@@ -7278,9 +7390,7 @@ export declare const CdrFulfillmentTileHeader: __VLS_WithTemplateSlots_15<typeof
|
|
|
7278
7390
|
|
|
7279
7391
|
export declare const CdrFulfillmentTileIcon: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, ReturnType<typeof __VLS_template_16>>;
|
|
7280
7392
|
|
|
7281
|
-
export declare const
|
|
7282
|
-
|
|
7283
|
-
export declare const CdrGrid: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, ReturnType<typeof __VLS_template_18>>;
|
|
7393
|
+
export declare const CdrGrid: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, ReturnType<typeof __VLS_template_17>>;
|
|
7284
7394
|
|
|
7285
7395
|
export declare const CdrHeadingDisplay: __VLS_WithTemplateSlots_230<typeof __VLS_component_230, ReturnType<typeof __VLS_template_230>>;
|
|
7286
7396
|
|
|
@@ -7288,21 +7398,21 @@ export declare const CdrHeadingSans: __VLS_WithTemplateSlots_232<typeof __VLS_co
|
|
|
7288
7398
|
|
|
7289
7399
|
export declare const CdrHeadingSerif: __VLS_WithTemplateSlots_231<typeof __VLS_component_231, ReturnType<typeof __VLS_template_231>>;
|
|
7290
7400
|
|
|
7291
|
-
export declare const CdrIcon:
|
|
7401
|
+
export declare const CdrIcon: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, ReturnType<typeof __VLS_template_18>>;
|
|
7292
7402
|
|
|
7293
|
-
export declare const CdrImg: DefineComponent<
|
|
7403
|
+
export declare const CdrImg: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<baseImageProps>, {
|
|
7294
7404
|
alt: string;
|
|
7295
|
-
}
|
|
7405
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<baseImageProps>, {
|
|
7296
7406
|
alt: string;
|
|
7297
|
-
}
|
|
7407
|
+
}>>> & Readonly<{}>, {
|
|
7298
7408
|
alt: string;
|
|
7299
|
-
}, {}>;
|
|
7409
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7300
7410
|
|
|
7301
|
-
export declare const CdrInput:
|
|
7411
|
+
export declare const CdrInput: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, ReturnType<typeof __VLS_template_19>>;
|
|
7302
7412
|
|
|
7303
|
-
export declare const CdrKicker:
|
|
7413
|
+
export declare const CdrKicker: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, ReturnType<typeof __VLS_template_20>>;
|
|
7304
7414
|
|
|
7305
|
-
export declare const CdrLandingLead: DefineComponent< {
|
|
7415
|
+
export declare const CdrLandingLead: DefineComponent<ExtractPropTypes< {
|
|
7306
7416
|
/** Sets the landing lead's image source */
|
|
7307
7417
|
imgSrc: {
|
|
7308
7418
|
type: StringConstructor;
|
|
@@ -7328,7 +7438,7 @@ subheading: {
|
|
|
7328
7438
|
type: StringConstructor;
|
|
7329
7439
|
default: undefined;
|
|
7330
7440
|
};
|
|
7331
|
-
}
|
|
7441
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7332
7442
|
/** Sets the landing lead's image source */
|
|
7333
7443
|
imgSrc: {
|
|
7334
7444
|
type: StringConstructor;
|
|
@@ -7354,19 +7464,23 @@ subheading: {
|
|
|
7354
7464
|
type: StringConstructor;
|
|
7355
7465
|
default: undefined;
|
|
7356
7466
|
};
|
|
7357
|
-
}
|
|
7467
|
+
}>> & Readonly<{}>, {
|
|
7358
7468
|
imgSrcset: string;
|
|
7359
7469
|
imgAlt: string;
|
|
7360
7470
|
subheading: string;
|
|
7361
|
-
}, {}>;
|
|
7471
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7472
|
+
|
|
7473
|
+
export declare const CdrLayout: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, ReturnType<typeof __VLS_template_21>>;
|
|
7362
7474
|
|
|
7363
7475
|
export declare const CdrLink: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, ReturnType<typeof __VLS_template_22>>;
|
|
7364
7476
|
|
|
7365
7477
|
export declare const CdrList: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, ReturnType<typeof __VLS_template_23>>;
|
|
7366
7478
|
|
|
7367
|
-
export declare const
|
|
7479
|
+
export declare const CdrMediaObject: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, ReturnType<typeof __VLS_template_24>>;
|
|
7368
7480
|
|
|
7369
|
-
export declare const
|
|
7481
|
+
export declare const CdrModal: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, ReturnType<typeof __VLS_template_25>>;
|
|
7482
|
+
|
|
7483
|
+
export declare const CdrPagination: DefineComponent<ExtractPropTypes< {
|
|
7370
7484
|
/**
|
|
7371
7485
|
* Define a custom slug for the generated pagination item IDs. Slug is randomly generated if no ID provided.
|
|
7372
7486
|
* @demoIgnore true
|
|
@@ -7416,7 +7530,7 @@ default: string;
|
|
|
7416
7530
|
modelValue: {
|
|
7417
7531
|
type: NumberConstructor;
|
|
7418
7532
|
};
|
|
7419
|
-
}
|
|
7533
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7420
7534
|
navigate: (...args: any[]) => void;
|
|
7421
7535
|
"update:modelValue": (...args: any[]) => void;
|
|
7422
7536
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
@@ -7469,30 +7583,30 @@ default: string;
|
|
|
7469
7583
|
modelValue: {
|
|
7470
7584
|
type: NumberConstructor;
|
|
7471
7585
|
};
|
|
7472
|
-
}>> & {
|
|
7586
|
+
}>> & Readonly<{
|
|
7473
7587
|
onNavigate?: ((...args: any[]) => any) | undefined;
|
|
7474
7588
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7475
|
-
}
|
|
7589
|
+
}>, {
|
|
7476
7590
|
totalPages: number;
|
|
7477
7591
|
linkTag: string;
|
|
7478
7592
|
forLabel: string;
|
|
7479
|
-
}, {}>;
|
|
7593
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7480
7594
|
|
|
7481
|
-
export declare const CdrPicture: DefineComponent<
|
|
7595
|
+
export declare const CdrPicture: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<pictureProps>, {
|
|
7482
7596
|
alt: string;
|
|
7483
|
-
}
|
|
7597
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<pictureProps>, {
|
|
7484
7598
|
alt: string;
|
|
7485
|
-
}
|
|
7599
|
+
}>>> & Readonly<{}>, {
|
|
7486
7600
|
alt: string;
|
|
7487
|
-
}, {}>;
|
|
7601
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7488
7602
|
|
|
7489
|
-
export declare const CdrPopover:
|
|
7603
|
+
export declare const CdrPopover: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, ReturnType<typeof __VLS_template_26>>;
|
|
7490
7604
|
|
|
7491
|
-
export declare const CdrQuote:
|
|
7605
|
+
export declare const CdrQuote: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, ReturnType<typeof __VLS_template_27>>;
|
|
7492
7606
|
|
|
7493
|
-
export declare const CdrRadio:
|
|
7607
|
+
export declare const CdrRadio: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, ReturnType<typeof __VLS_template_28>>;
|
|
7494
7608
|
|
|
7495
|
-
export declare const CdrRating: DefineComponent< {
|
|
7609
|
+
export declare const CdrRating: DefineComponent<ExtractPropTypes< {
|
|
7496
7610
|
/**
|
|
7497
7611
|
* Sets the rating values between 0 and 5.
|
|
7498
7612
|
*/
|
|
@@ -7532,7 +7646,7 @@ type: StringConstructor;
|
|
|
7532
7646
|
default: string;
|
|
7533
7647
|
validator: (value: string) => boolean;
|
|
7534
7648
|
};
|
|
7535
|
-
}
|
|
7649
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7536
7650
|
/**
|
|
7537
7651
|
* Sets the rating values between 0 and 5.
|
|
7538
7652
|
*/
|
|
@@ -7572,18 +7686,18 @@ type: StringConstructor;
|
|
|
7572
7686
|
default: string;
|
|
7573
7687
|
validator: (value: string) => boolean;
|
|
7574
7688
|
};
|
|
7575
|
-
}
|
|
7689
|
+
}>> & Readonly<{}>, {
|
|
7576
7690
|
size: string;
|
|
7577
7691
|
compact: boolean;
|
|
7578
7692
|
rating: string | number;
|
|
7579
7693
|
count: string | number;
|
|
7580
|
-
}, {}>;
|
|
7694
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7581
7695
|
|
|
7582
|
-
export declare const CdrSelect:
|
|
7696
|
+
export declare const CdrSelect: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, ReturnType<typeof __VLS_template_29>>;
|
|
7583
7697
|
|
|
7584
|
-
export declare const CdrSkeleton:
|
|
7698
|
+
export declare const CdrSkeleton: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, ReturnType<typeof __VLS_template_30>>;
|
|
7585
7699
|
|
|
7586
|
-
export declare const CdrSkeletonBone: DefineComponent< {
|
|
7700
|
+
export declare const CdrSkeletonBone: DefineComponent<ExtractPropTypes< {
|
|
7587
7701
|
/**
|
|
7588
7702
|
* Sets the type of content placeholder
|
|
7589
7703
|
* @demoSelectMultiple false
|
|
@@ -7594,7 +7708,7 @@ type: StringConstructor;
|
|
|
7594
7708
|
default: string;
|
|
7595
7709
|
validator: (value: string) => boolean;
|
|
7596
7710
|
};
|
|
7597
|
-
}
|
|
7711
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7598
7712
|
/**
|
|
7599
7713
|
* Sets the type of content placeholder
|
|
7600
7714
|
* @demoSelectMultiple false
|
|
@@ -7605,19 +7719,17 @@ type: StringConstructor;
|
|
|
7605
7719
|
default: string;
|
|
7606
7720
|
validator: (value: string) => boolean;
|
|
7607
7721
|
};
|
|
7608
|
-
}
|
|
7722
|
+
}>> & Readonly<{}>, {
|
|
7609
7723
|
type: string;
|
|
7610
|
-
}, {}>;
|
|
7724
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7611
7725
|
|
|
7612
|
-
export declare const CdrSplitSurface:
|
|
7726
|
+
export declare const CdrSplitSurface: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, ReturnType<typeof __VLS_template_31>>;
|
|
7613
7727
|
|
|
7614
7728
|
export declare const CdrSubheadingSans: __VLS_WithTemplateSlots_233<typeof __VLS_component_233, ReturnType<typeof __VLS_template_233>>;
|
|
7615
7729
|
|
|
7616
|
-
export declare const CdrSurface:
|
|
7617
|
-
|
|
7618
|
-
export declare const CdrSurfaceSelection: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, ReturnType<typeof __VLS_template_32>>;
|
|
7730
|
+
export declare const CdrSurface: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, ReturnType<typeof __VLS_template_32>>;
|
|
7619
7731
|
|
|
7620
|
-
export declare const
|
|
7732
|
+
export declare const CdrSurfaceSelection: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, ReturnType<typeof __VLS_template_33>>;
|
|
7621
7733
|
|
|
7622
7734
|
export declare const CdrSwitch: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, ReturnType<typeof __VLS_template_42>>;
|
|
7623
7735
|
|
|
@@ -7649,11 +7761,9 @@ export declare interface choreographerSchema {
|
|
|
7649
7761
|
content?: string | choreographerSchema;
|
|
7650
7762
|
}
|
|
7651
7763
|
|
|
7652
|
-
export declare
|
|
7653
|
-
|
|
7654
|
-
|
|
7655
|
-
*/
|
|
7656
|
-
stretch?: boolean;
|
|
7764
|
+
export declare type Flow = 'row' | 'column';
|
|
7765
|
+
|
|
7766
|
+
export declare interface fulfillmentTileContent {
|
|
7657
7767
|
/**
|
|
7658
7768
|
* Sets the type scale
|
|
7659
7769
|
* @values -2, -1, 0, 1
|
|
@@ -7661,7 +7771,7 @@ export declare interface fulfillmentTileContent extends HtmlAttributes {
|
|
|
7661
7771
|
scale?: ScaleValue;
|
|
7662
7772
|
}
|
|
7663
7773
|
|
|
7664
|
-
export declare interface fulfillmentTileIcon
|
|
7774
|
+
export declare interface fulfillmentTileIcon {
|
|
7665
7775
|
/**
|
|
7666
7776
|
* The intent or type of message being displayed.
|
|
7667
7777
|
* @values info, warning, success, error, default
|
|
@@ -8078,9 +8188,118 @@ export declare const IconZoomIn: __VLS_WithTemplateSlots_228<typeof __VLS_compon
|
|
|
8078
8188
|
|
|
8079
8189
|
export declare const IconZoomOut: __VLS_WithTemplateSlots_229<typeof __VLS_component_229, ReturnType<typeof __VLS_template_229>>;
|
|
8080
8190
|
|
|
8191
|
+
/**
|
|
8192
|
+
* Foundational container for creating structured layouts
|
|
8193
|
+
* @interface Layout
|
|
8194
|
+
*/
|
|
8195
|
+
export declare interface Layout extends NameValuePair {
|
|
8196
|
+
/**
|
|
8197
|
+
* Determines if the layout is in horizontal or vertical mode.
|
|
8198
|
+
* @demoSelectMultiple false
|
|
8199
|
+
* @values container, media
|
|
8200
|
+
*/
|
|
8201
|
+
queryType?: QueryType;
|
|
8202
|
+
/**
|
|
8203
|
+
* Specifies the auto-placement behavior. This is translated to `grid-auto-flow`.
|
|
8204
|
+
* @demoSelectMultiple false
|
|
8205
|
+
* @values row, column
|
|
8206
|
+
*/
|
|
8207
|
+
flow?: Flow;
|
|
8208
|
+
/**
|
|
8209
|
+
* Specifies how auto-generated tracks will be created. This is translated to either `grid-auto-columns` or `grid-auto-rows`, depending on flow.
|
|
8210
|
+
*/
|
|
8211
|
+
flowValue?: string;
|
|
8212
|
+
/**
|
|
8213
|
+
* Determines the number of columns at various breakpoints
|
|
8214
|
+
*/
|
|
8215
|
+
columns?: StructureOption;
|
|
8216
|
+
/**
|
|
8217
|
+
* Determines the number of rows at various breakpoints
|
|
8218
|
+
*/
|
|
8219
|
+
rows?: StructureOption;
|
|
8220
|
+
/**
|
|
8221
|
+
* Specifies a gap based on the token options within Cedar.
|
|
8222
|
+
* @demoSelectMultiple false
|
|
8223
|
+
* @values zero, one-x, two-x, scale-4, scale-3--5
|
|
8224
|
+
*/
|
|
8225
|
+
gap?: Space;
|
|
8226
|
+
/**
|
|
8227
|
+
* Specifies a row gap based on the token options within Cedar.
|
|
8228
|
+
* @demoSelectMultiple false
|
|
8229
|
+
* @values zero, one-x, two-x, scale-4, scale-3--5
|
|
8230
|
+
*/
|
|
8231
|
+
rowGap?: Space;
|
|
8232
|
+
/**
|
|
8233
|
+
* Specifies a column gap based on the token options within Cedar.
|
|
8234
|
+
* @demoSelectMultiple false
|
|
8235
|
+
* @values zero, one-x, two-x, scale-4, scale-3--5
|
|
8236
|
+
*/
|
|
8237
|
+
columnGap?: Space;
|
|
8238
|
+
/**
|
|
8239
|
+
* The component or HTML tag to render at the root level
|
|
8240
|
+
*/
|
|
8241
|
+
as?: Component | string;
|
|
8242
|
+
}
|
|
8243
|
+
|
|
8244
|
+
export declare type MediaMeasurement = string | MediaMeasurementObject;
|
|
8245
|
+
|
|
8246
|
+
export declare type MediaMeasurementObject = {
|
|
8247
|
+
[key in Breakpoint]: string;
|
|
8248
|
+
};
|
|
8249
|
+
|
|
8250
|
+
export declare interface MediaObject extends Layout {
|
|
8251
|
+
/**
|
|
8252
|
+
* The alignment of the media and content along the x or y axis, depending on the layout. This can be an object with values for each Cedar breakpoint (xs, sm, md, lg).
|
|
8253
|
+
* @values start, center, end
|
|
8254
|
+
*/
|
|
8255
|
+
align?: Alignment;
|
|
8256
|
+
/**
|
|
8257
|
+
* The position of the media, in relation to the content. This can be an object with values for each Cedar breakpoint (xs, sm, md, lg).
|
|
8258
|
+
* @demoSelectMultiple false
|
|
8259
|
+
* @values top, right, bottom, left
|
|
8260
|
+
*/
|
|
8261
|
+
mediaPosition?: Position;
|
|
8262
|
+
/**
|
|
8263
|
+
* The width of the column that media is placed within. This can be any CSS value. This can be an object with values for each Cedar breakpoint (xs, sm, md, lg).
|
|
8264
|
+
* @values 1fr, auto, 25%, 50%, 75%, 200px
|
|
8265
|
+
*/
|
|
8266
|
+
mediaWidth?: MediaMeasurement;
|
|
8267
|
+
/**
|
|
8268
|
+
* The height of the column that media is placed within. This can be any CSS value. This can be an object with values for each Cedar breakpoint (xs, sm, md, lg).
|
|
8269
|
+
* @values 1fr, auto, 25%, 50%, 75%, 200px
|
|
8270
|
+
*/
|
|
8271
|
+
mediaHeight?: MediaMeasurement;
|
|
8272
|
+
/**
|
|
8273
|
+
* This property forces media to take up the full height and width of the media container and positions media to be absolute. Images and videos will still need to be configured with object-fit and object-position.
|
|
8274
|
+
*/
|
|
8275
|
+
mediaCover?: boolean;
|
|
8276
|
+
/**
|
|
8277
|
+
* Determines if content will overlay the media. When true, only overlay related props are used, no others.
|
|
8278
|
+
*/
|
|
8279
|
+
overlay?: boolean;
|
|
8280
|
+
/**
|
|
8281
|
+
* The alignment of the content along the x axis.
|
|
8282
|
+
* @values start, center, end
|
|
8283
|
+
*/
|
|
8284
|
+
overlayRowAlign?: AlignmentValue;
|
|
8285
|
+
/**
|
|
8286
|
+
* The alignment of the content along the y axis.
|
|
8287
|
+
* @values start, center, end
|
|
8288
|
+
*/
|
|
8289
|
+
overlayColumnAlign?: AlignmentValue;
|
|
8290
|
+
/**
|
|
8291
|
+
* The spacing token to use for padding around the content. This can be an object with values for each Cedar breakpoint (xs, sm, md, lg).
|
|
8292
|
+
* @demoSelectMultiple false
|
|
8293
|
+
* @values zero, one-x, two-x, scale-4, scale-3--5
|
|
8294
|
+
*/
|
|
8295
|
+
contentPadding?: SpaceOption;
|
|
8296
|
+
}
|
|
8297
|
+
|
|
8081
8298
|
export declare type Modifier = 'default' | 'primary' | 'secondary';
|
|
8082
8299
|
|
|
8083
|
-
export declare
|
|
8300
|
+
export declare interface NameValuePair {
|
|
8301
|
+
[key: string]: any;
|
|
8302
|
+
}
|
|
8084
8303
|
|
|
8085
8304
|
/**
|
|
8086
8305
|
* Pagination data object
|
|
@@ -8118,6 +8337,16 @@ export declare interface pictureSourceObject {
|
|
|
8118
8337
|
};
|
|
8119
8338
|
}
|
|
8120
8339
|
|
|
8340
|
+
export declare type Position = PositionValue | PositionObject;
|
|
8341
|
+
|
|
8342
|
+
export declare type PositionObject = {
|
|
8343
|
+
[key in Breakpoint]: PositionValue;
|
|
8344
|
+
};
|
|
8345
|
+
|
|
8346
|
+
export declare type PositionValue = 'top' | 'right' | 'bottom' | 'left';
|
|
8347
|
+
|
|
8348
|
+
export declare type QueryType = 'container' | 'media';
|
|
8349
|
+
|
|
8121
8350
|
export declare type Radius = 'sharp' | 'soft' | 'softer' | 'softest' | 'round';
|
|
8122
8351
|
|
|
8123
8352
|
export declare type ScaleValue = '-2' | '-1' | '0' | '1';
|
|
@@ -8142,6 +8371,12 @@ export declare type SpaceFixed = 'zero' | 'sixteenth-x' | 'eighth-x' | 'three-si
|
|
|
8142
8371
|
|
|
8143
8372
|
export declare type SpaceFluid = 'scale-0' | 'scale-1' | 'scale-2' | 'scale-3' | 'scale-4' | 'scale-5' | 'scale-6' | 'scale-7' | 'scale-8';
|
|
8144
8373
|
|
|
8374
|
+
export declare type SpaceObject = {
|
|
8375
|
+
[key in Breakpoint]: Space;
|
|
8376
|
+
};
|
|
8377
|
+
|
|
8378
|
+
export declare type SpaceOption = Space | SpaceObject;
|
|
8379
|
+
|
|
8145
8380
|
export declare type SpaceScale = 'scale-0--1' | 'scale-3--4' | 'scale-3--5';
|
|
8146
8381
|
|
|
8147
8382
|
declare interface splitSurfaceProps {
|
|
@@ -8157,6 +8392,18 @@ declare interface splitSurfaceProps {
|
|
|
8157
8392
|
|
|
8158
8393
|
export declare type StatusType = 'info' | 'warning' | 'success' | 'error' | 'default';
|
|
8159
8394
|
|
|
8395
|
+
export declare type Structure = 'rows' | 'columns';
|
|
8396
|
+
|
|
8397
|
+
export declare type StructureArray = StructureValue[];
|
|
8398
|
+
|
|
8399
|
+
export declare type StructureObject = {
|
|
8400
|
+
[key in Breakpoint]: StructureValue | StructureArray;
|
|
8401
|
+
};
|
|
8402
|
+
|
|
8403
|
+
export declare type StructureOption = StructureValue | StructureArray | StructureObject;
|
|
8404
|
+
|
|
8405
|
+
export declare type StructureValue = number | string;
|
|
8406
|
+
|
|
8160
8407
|
declare interface subheadingSansTextProps extends baseTextProps {
|
|
8161
8408
|
/**
|
|
8162
8409
|
* Sets the type scale
|
|
@@ -8169,9 +8416,8 @@ declare interface subheadingSansTextProps extends baseTextProps {
|
|
|
8169
8416
|
/**
|
|
8170
8417
|
* surface contains the props used to create a surface
|
|
8171
8418
|
* @interface surface
|
|
8172
|
-
* @extends HtmlAttributes
|
|
8173
8419
|
*/
|
|
8174
|
-
export declare interface surface
|
|
8420
|
+
export declare interface surface {
|
|
8175
8421
|
/**
|
|
8176
8422
|
* Adds in a background color based on the current palette's tokens.
|
|
8177
8423
|
* @demoSelectMultiple false
|
|
@@ -8191,7 +8437,7 @@ export declare interface surface extends HtmlAttributes {
|
|
|
8191
8437
|
borderStyle?: BorderStyle;
|
|
8192
8438
|
/**
|
|
8193
8439
|
* Specifies a border width based on the token options within Cedar.
|
|
8194
|
-
* @values zero, sixteenth-x, eighth-x, three-sixteenth-x, quarter-x
|
|
8440
|
+
* @values zero, sixteenth-x, eighth-x, three-sixteenth-x, quarter-x
|
|
8195
8441
|
*/
|
|
8196
8442
|
borderWidth?: Space;
|
|
8197
8443
|
/**
|
|
@@ -8219,9 +8465,14 @@ export declare interface surface extends HtmlAttributes {
|
|
|
8219
8465
|
* Adds in a border. Comes with a default color, width, and style.
|
|
8220
8466
|
*/
|
|
8221
8467
|
withBorder?: boolean;
|
|
8468
|
+
/**
|
|
8469
|
+
* Defines a palette for the component's style variations.
|
|
8470
|
+
* @values default, sandstone, membership-subtle, membership-vibrant
|
|
8471
|
+
*/
|
|
8472
|
+
palette?: 'default' | 'sandstone' | 'membership-subtle' | 'membership-vibrant';
|
|
8222
8473
|
}
|
|
8223
8474
|
|
|
8224
|
-
export declare interface surfaceSelection
|
|
8475
|
+
export declare interface surfaceSelection {
|
|
8225
8476
|
/**
|
|
8226
8477
|
* Determines if the button is in a checked state. Adds an `aria-checked` attribute to the button.
|
|
8227
8478
|
* @skip true
|
|
@@ -8242,11 +8493,6 @@ export declare interface surfaceSelection extends HtmlAttributes {
|
|
|
8242
8493
|
* @values default
|
|
8243
8494
|
*/
|
|
8244
8495
|
modifier?: Modifier;
|
|
8245
|
-
/**
|
|
8246
|
-
* Determines if the layout is in horizontal or vertical mode.
|
|
8247
|
-
* @values horizontal, vertical
|
|
8248
|
-
*/
|
|
8249
|
-
orientation?: Orientation;
|
|
8250
8496
|
/**
|
|
8251
8497
|
* Determines the role of the button. Typically, this will either be `radio` or `checkbox`.
|
|
8252
8498
|
*/
|
|
@@ -8260,14 +8506,10 @@ export declare interface surfaceSelection extends HtmlAttributes {
|
|
|
8260
8506
|
* Determines which HTML tag to use.
|
|
8261
8507
|
*/
|
|
8262
8508
|
tag?: Tag;
|
|
8263
|
-
}
|
|
8264
|
-
|
|
8265
|
-
export declare interface surfaceSelectionLayout extends HtmlAttributes {
|
|
8266
8509
|
/**
|
|
8267
|
-
*
|
|
8268
|
-
* @values horizontal, vertical
|
|
8510
|
+
* Layout props that will be merged with a set of defaults.
|
|
8269
8511
|
*/
|
|
8270
|
-
|
|
8512
|
+
layout?: Layout;
|
|
8271
8513
|
}
|
|
8272
8514
|
|
|
8273
8515
|
export declare type Tag = keyof HTMLElementTagNameMap;
|