@rei/cedar 14.0.2-alpha.5 → 14.0.2-alpha.7
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/dist/cedar-compiled.css +1050 -1050
- package/dist/cedar.umd.js +5 -5
- package/dist/component-docgen.json +1442 -1442
- package/dist/icon-component-docgen.json +578 -578
- package/dist/lib.d.ts +6306 -39
- package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
- package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
- package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
- package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
- package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
- package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +2 -2
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +1 -1
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +27 -27
- package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
- package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +4 -4
- package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +2 -2
- package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
- package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
- package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
- package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +8 -8
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +32 -32
- package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +12 -12
- package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +25 -25
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +3 -3
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +5 -5
- package/dist/src/components/modal/onTransitionEnd.mjs +6 -7
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +12 -12
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +53 -53
- package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +63 -63
- package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
- package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
- package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +27 -27
- package/dist/src/components/rating/composables/useStar.mjs +4 -1
- package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +44 -44
- package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
- package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
- package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
- package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +8 -8
- package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
- package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
- package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +28 -28
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
- package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
- package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
- package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +5 -5
- package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
- package/dist/src/props/size.mjs +1 -4
- package/dist/src/utils/mapClasses.mjs +1 -4
- 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-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-container.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-grid.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-label-standalone.css +1 -1
- package/dist/style/cdr-label-wrapper.css +1 -1
- package/dist/style/cdr-link.css +1 -1
- package/dist/style/cdr-list.css +1 -1
- package/dist/style/cdr-modal.css +1 -1
- package/dist/style/cdr-pagination.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-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-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-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.css +1 -1
- package/package.json +1 -1
- package/dist/components/accordion/CdrAccordion.vue.d.ts +0 -128
- package/dist/components/accordion/CdrAccordionGroup.vue.d.ts +0 -31
- package/dist/components/accordion/symbols.d.ts +0 -4
- package/dist/components/banner/CdrBanner.vue.d.ts +0 -37
- package/dist/components/breadcrumb/CdrBreadcrumb.vue.d.ts +0 -74
- package/dist/components/breadcrumb/interfaces.d.ts +0 -15
- package/dist/components/button/CdrButton.vue.d.ts +0 -146
- package/dist/components/caption/CdrCaption.vue.d.ts +0 -32
- package/dist/components/card/CdrCard.vue.d.ts +0 -23
- package/dist/components/checkbox/CdrCheckbox.vue.d.ts +0 -169
- package/dist/components/chip/CdrChip.vue.d.ts +0 -11
- package/dist/components/chip/CdrChipGroup.vue.d.ts +0 -42
- package/dist/components/container/CdrContainer.vue.d.ts +0 -44
- package/dist/components/formError/CdrFormError.vue.d.ts +0 -13
- package/dist/components/formGroup/CdrFormGroup.vue.d.ts +0 -79
- package/dist/components/grid/CdrGrid.vue.d.ts +0 -44
- package/dist/components/icon/CdrIcon.vue.d.ts +0 -46
- package/dist/components/icon/build/generate.d.ts +0 -8
- package/dist/components/icon/comps/account-profile-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/account-profile.vue.d.ts +0 -17
- package/dist/components/icon/comps/arrow-down.vue.d.ts +0 -17
- package/dist/components/icon/comps/arrow-left.vue.d.ts +0 -17
- package/dist/components/icon/comps/arrow-right.vue.d.ts +0 -17
- package/dist/components/icon/comps/arrow-up.vue.d.ts +0 -17
- package/dist/components/icon/comps/atv.vue.d.ts +0 -17
- package/dist/components/icon/comps/bed-outline.vue.d.ts +0 -17
- package/dist/components/icon/comps/bike-shop.vue.d.ts +0 -17
- package/dist/components/icon/comps/binoculars.vue.d.ts +0 -17
- package/dist/components/icon/comps/birding.vue.d.ts +0 -17
- package/dist/components/icon/comps/boat.vue.d.ts +0 -17
- package/dist/components/icon/comps/boating.vue.d.ts +0 -17
- package/dist/components/icon/comps/bookmark-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/bookmark-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/brand-abstract.vue.d.ts +0 -17
- package/dist/components/icon/comps/brand-code-sandbox.vue.d.ts +0 -17
- package/dist/components/icon/comps/brand-github.vue.d.ts +0 -17
- package/dist/components/icon/comps/brand-linkedin.vue.d.ts +0 -17
- package/dist/components/icon/comps/brand-rei-ice-axes.vue.d.ts +0 -17
- package/dist/components/icon/comps/brand-sketch.vue.d.ts +0 -17
- package/dist/components/icon/comps/brand-tiktok.vue.d.ts +0 -17
- package/dist/components/icon/comps/buddies.vue.d.ts +0 -17
- package/dist/components/icon/comps/bus.vue.d.ts +0 -17
- package/dist/components/icon/comps/calendar.vue.d.ts +0 -17
- package/dist/components/icon/comps/camera.vue.d.ts +0 -17
- package/dist/components/icon/comps/canoe.vue.d.ts +0 -17
- package/dist/components/icon/comps/car.vue.d.ts +0 -17
- package/dist/components/icon/comps/caret-down.vue.d.ts +0 -17
- package/dist/components/icon/comps/caret-left.vue.d.ts +0 -17
- package/dist/components/icon/comps/caret-right.vue.d.ts +0 -17
- package/dist/components/icon/comps/caret-up.vue.d.ts +0 -17
- package/dist/components/icon/comps/cart-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/cart.vue.d.ts +0 -17
- package/dist/components/icon/comps/chain-link.vue.d.ts +0 -17
- package/dist/components/icon/comps/chat.vue.d.ts +0 -17
- package/dist/components/icon/comps/check-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/check-lg.vue.d.ts +0 -17
- package/dist/components/icon/comps/check-sm.vue.d.ts +0 -17
- package/dist/components/icon/comps/check-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/climb.vue.d.ts +0 -17
- package/dist/components/icon/comps/clipboard.vue.d.ts +0 -17
- package/dist/components/icon/comps/clock.vue.d.ts +0 -17
- package/dist/components/icon/comps/code-html.vue.d.ts +0 -17
- package/dist/components/icon/comps/code-js.vue.d.ts +0 -17
- package/dist/components/icon/comps/compass.vue.d.ts +0 -17
- package/dist/components/icon/comps/copy.vue.d.ts +0 -17
- package/dist/components/icon/comps/coupon-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/coupon-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/credit-card.vue.d.ts +0 -17
- package/dist/components/icon/comps/curbside-pickup.vue.d.ts +0 -17
- package/dist/components/icon/comps/day.vue.d.ts +0 -17
- package/dist/components/icon/comps/diving.vue.d.ts +0 -17
- package/dist/components/icon/comps/dog.vue.d.ts +0 -17
- package/dist/components/icon/comps/download.vue.d.ts +0 -17
- package/dist/components/icon/comps/duplicate.vue.d.ts +0 -17
- package/dist/components/icon/comps/edit.vue.d.ts +0 -17
- package/dist/components/icon/comps/elevation.vue.d.ts +0 -17
- package/dist/components/icon/comps/error-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/error-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/expand.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-backpacking.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-camping.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-climbing.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-clothing.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-cycling.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-family.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-fitness.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-hiking.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-outdoor-basics.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-paddling.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-rentals.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-running.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-snowsports.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-travel.vue.d.ts +0 -17
- package/dist/components/icon/comps/external-link-alt.vue.d.ts +0 -17
- package/dist/components/icon/comps/external-link.vue.d.ts +0 -17
- package/dist/components/icon/comps/eye-hide.vue.d.ts +0 -17
- package/dist/components/icon/comps/eye-show.vue.d.ts +0 -17
- package/dist/components/icon/comps/facebook.vue.d.ts +0 -17
- package/dist/components/icon/comps/filter-alt.vue.d.ts +0 -17
- package/dist/components/icon/comps/filter.vue.d.ts +0 -17
- package/dist/components/icon/comps/find-location.vue.d.ts +0 -17
- package/dist/components/icon/comps/fire.vue.d.ts +0 -17
- package/dist/components/icon/comps/fishing.vue.d.ts +0 -17
- package/dist/components/icon/comps/free-product.vue.d.ts +0 -17
- package/dist/components/icon/comps/grid-view.vue.d.ts +0 -17
- package/dist/components/icon/comps/heart-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/heart-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/hike.vue.d.ts +0 -17
- package/dist/components/icon/comps/history.vue.d.ts +0 -17
- package/dist/components/icon/comps/home.vue.d.ts +0 -17
- package/dist/components/icon/comps/horse.vue.d.ts +0 -17
- package/dist/components/icon/comps/horseshoe.vue.d.ts +0 -17
- package/dist/components/icon/comps/image.vue.d.ts +0 -17
- package/dist/components/icon/comps/information-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/information-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/instagram.vue.d.ts +0 -17
- package/dist/components/icon/comps/kayak.vue.d.ts +0 -17
- package/dist/components/icon/comps/link-alt.vue.d.ts +0 -17
- package/dist/components/icon/comps/list-ragged.vue.d.ts +0 -17
- package/dist/components/icon/comps/list-view.vue.d.ts +0 -17
- package/dist/components/icon/comps/location-pin-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/location-pin-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/lock-locked-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/lock-locked-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/lock-unlocked-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/mail.vue.d.ts +0 -17
- package/dist/components/icon/comps/map.vue.d.ts +0 -17
- package/dist/components/icon/comps/member-card.vue.d.ts +0 -17
- package/dist/components/icon/comps/membership.vue.d.ts +0 -17
- package/dist/components/icon/comps/microphone.vue.d.ts +0 -17
- package/dist/components/icon/comps/minus-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/minus-lg.vue.d.ts +0 -17
- package/dist/components/icon/comps/minus-sm.vue.d.ts +0 -17
- package/dist/components/icon/comps/minus-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/more-functions.vue.d.ts +0 -17
- package/dist/components/icon/comps/my-location.vue.d.ts +0 -17
- package/dist/components/icon/comps/navigation-menu.vue.d.ts +0 -17
- package/dist/components/icon/comps/night.vue.d.ts +0 -17
- package/dist/components/icon/comps/paddle.vue.d.ts +0 -17
- package/dist/components/icon/comps/pause-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/pause-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/pause.vue.d.ts +0 -17
- package/dist/components/icon/comps/photography.vue.d.ts +0 -17
- package/dist/components/icon/comps/picnic.vue.d.ts +0 -17
- package/dist/components/icon/comps/pinterest.vue.d.ts +0 -17
- package/dist/components/icon/comps/plane.vue.d.ts +0 -17
- package/dist/components/icon/comps/play-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/play-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/play.vue.d.ts +0 -17
- package/dist/components/icon/comps/playground.vue.d.ts +0 -17
- package/dist/components/icon/comps/plugin.vue.d.ts +0 -17
- package/dist/components/icon/comps/plus-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/plus-lg.vue.d.ts +0 -17
- package/dist/components/icon/comps/plus-sm.vue.d.ts +0 -17
- package/dist/components/icon/comps/plus-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/print.vue.d.ts +0 -17
- package/dist/components/icon/comps/protection-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/protection-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/question-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/question-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/refresh.vue.d.ts +0 -17
- package/dist/components/icon/comps/reload.vue.d.ts +0 -17
- package/dist/components/icon/comps/returns.vue.d.ts +0 -17
- package/dist/components/icon/comps/run.vue.d.ts +0 -17
- package/dist/components/icon/comps/scan-barcode.vue.d.ts +0 -17
- package/dist/components/icon/comps/search.vue.d.ts +0 -17
- package/dist/components/icon/comps/service-shop.vue.d.ts +0 -17
- package/dist/components/icon/comps/shipping-prep.vue.d.ts +0 -17
- package/dist/components/icon/comps/shipping-truck.vue.d.ts +0 -17
- package/dist/components/icon/comps/shipping.vue.d.ts +0 -17
- package/dist/components/icon/comps/shopping-bag-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/shopping-bag.vue.d.ts +0 -17
- package/dist/components/icon/comps/shrink.vue.d.ts +0 -17
- package/dist/components/icon/comps/size-chart.vue.d.ts +0 -17
- package/dist/components/icon/comps/ski-boot.vue.d.ts +0 -17
- package/dist/components/icon/comps/ski.vue.d.ts +0 -17
- package/dist/components/icon/comps/snow-shop.vue.d.ts +0 -17
- package/dist/components/icon/comps/snow.vue.d.ts +0 -17
- package/dist/components/icon/comps/sort.vue.d.ts +0 -17
- package/dist/components/icon/comps/star-100.vue.d.ts +0 -17
- package/dist/components/icon/comps/star-25.vue.d.ts +0 -17
- package/dist/components/icon/comps/star-50.vue.d.ts +0 -17
- package/dist/components/icon/comps/star-75.vue.d.ts +0 -17
- package/dist/components/icon/comps/star-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/storefront.vue.d.ts +0 -17
- package/dist/components/icon/comps/swim.vue.d.ts +0 -17
- package/dist/components/icon/comps/telephone.vue.d.ts +0 -17
- package/dist/components/icon/comps/tent.vue.d.ts +0 -17
- package/dist/components/icon/comps/trash.vue.d.ts +0 -17
- package/dist/components/icon/comps/twitter.vue.d.ts +0 -17
- package/dist/components/icon/comps/upload.vue.d.ts +0 -17
- package/dist/components/icon/comps/verified-purchaser.vue.d.ts +0 -17
- package/dist/components/icon/comps/virtual-outfitting.vue.d.ts +0 -17
- package/dist/components/icon/comps/warning-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/warning-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/water.vue.d.ts +0 -17
- package/dist/components/icon/comps/wilderness.vue.d.ts +0 -17
- package/dist/components/icon/comps/x-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/x-lg.vue.d.ts +0 -17
- package/dist/components/icon/comps/x-sm.vue.d.ts +0 -17
- package/dist/components/icon/comps/x-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/youtube.vue.d.ts +0 -17
- package/dist/components/icon/comps/zoom-in.vue.d.ts +0 -17
- package/dist/components/icon/comps/zoom-out.vue.d.ts +0 -17
- package/dist/components/icon/index.d.ts +0 -186
- package/dist/components/image/CdrImg.vue.d.ts +0 -131
- package/dist/components/input/CdrInput.vue.d.ts +0 -223
- package/dist/components/labelStandalone/CdrLabelStandalone.vue.d.ts +0 -39
- package/dist/components/labelWrapper/CdrLabelWrapper.vue.d.ts +0 -36
- package/dist/components/link/CdrLink.vue.d.ts +0 -86
- package/dist/components/list/CdrList.vue.d.ts +0 -52
- package/dist/components/modal/CdrModal.vue.d.ts +0 -142
- package/dist/components/modal/onTransitionEnd.d.ts +0 -2
- package/dist/components/pagination/CdrPagination.vue.d.ts +0 -128
- package/dist/components/popover/CdrPopover.vue.d.ts +0 -116
- package/dist/components/popup/CdrPopup.vue.d.ts +0 -53
- package/dist/components/popup/calculatePlacement.d.ts +0 -4
- package/dist/components/quote/CdrQuote.vue.d.ts +0 -60
- package/dist/components/radio/CdrRadio.vue.d.ts +0 -144
- package/dist/components/rating/CdrRating.vue.d.ts +0 -87
- package/dist/components/rating/components/CdrStar00.vue.d.ts +0 -16
- package/dist/components/rating/components/CdrStar100.vue.d.ts +0 -16
- package/dist/components/rating/components/CdrStar25.vue.d.ts +0 -16
- package/dist/components/rating/components/CdrStar50.vue.d.ts +0 -16
- package/dist/components/rating/components/CdrStar75.vue.d.ts +0 -16
- package/dist/components/rating/components/CdrStarNull.vue.d.ts +0 -16
- package/dist/components/rating/composables/useStar.d.ts +0 -8
- package/dist/components/select/CdrSelect.vue.d.ts +0 -201
- package/dist/components/skeleton/CdrSkeleton.vue.d.ts +0 -33
- package/dist/components/skeleton/CdrSkeletonBone.vue.d.ts +0 -26
- package/dist/components/skeleton/symbols.d.ts +0 -3
- package/dist/components/switch/CdrSwitch.vue.d.ts +0 -82
- package/dist/components/table/CdrTable.vue.d.ts +0 -92
- package/dist/components/tabs/CdrTabPanel.vue.d.ts +0 -31
- package/dist/components/tabs/CdrTabs.vue.d.ts +0 -83
- package/dist/components/tabs/symbols.d.ts +0 -3
- package/dist/components/text/CdrText.vue.d.ts +0 -23
- package/dist/components/toast/CdrToast.vue.d.ts +0 -82
- package/dist/components/toggleButton/CdrToggleButton.vue.d.ts +0 -25
- package/dist/components/toggleButton/CdrToggleGroup.vue.d.ts +0 -51
- package/dist/components/toggleButton/symbols.d.ts +0 -3
- package/dist/components/tooltip/CdrTooltip.vue.d.ts +0 -100
- package/dist/mixins/breakpoints.d.ts +0 -1
- package/dist/props/background.d.ts +0 -6
- package/dist/props/position.d.ts +0 -6
- package/dist/props/size.d.ts +0 -6
- package/dist/types/interfaces.d.ts +0 -15
- package/dist/utils/buildClass.d.ts +0 -25
- package/dist/utils/debounce.d.ts +0 -6
- package/dist/utils/kebabCase.d.ts +0 -5
- package/dist/utils/mapClasses.d.ts +0 -1
- package/dist/utils/propValidator.d.ts +0 -8
- package/dist/utils/uid.d.ts +0 -4
|
@@ -1,144 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
-
/**
|
|
3
|
-
* Adds CSS class to the label for custom styles.
|
|
4
|
-
*/
|
|
5
|
-
labelClass: StringConstructor;
|
|
6
|
-
/**
|
|
7
|
-
* Adds CSS class to the input for custom styles.
|
|
8
|
-
*/
|
|
9
|
-
inputClass: StringConstructor;
|
|
10
|
-
/**
|
|
11
|
-
* Adds CSS class to the slot wrapper for custom styles.
|
|
12
|
-
*/
|
|
13
|
-
contentClass: StringConstructor;
|
|
14
|
-
/** Disables the radio */
|
|
15
|
-
disabled: BooleanConstructor;
|
|
16
|
-
/**
|
|
17
|
-
* Sets the name of the radio button.
|
|
18
|
-
*/
|
|
19
|
-
name: {
|
|
20
|
-
type: StringConstructor;
|
|
21
|
-
required: true;
|
|
22
|
-
};
|
|
23
|
-
/**
|
|
24
|
-
* Modifies the style variants for this component
|
|
25
|
-
* @demoSelectMultiple true
|
|
26
|
-
* @values hide-figure
|
|
27
|
-
*/
|
|
28
|
-
modifier: {
|
|
29
|
-
type: StringConstructor;
|
|
30
|
-
default: string;
|
|
31
|
-
validator: (value: string) => boolean;
|
|
32
|
-
};
|
|
33
|
-
/**
|
|
34
|
-
* Sets the radio size; values can target responsive breakpoints. Example `small@lg`
|
|
35
|
-
* @demoSelectMultiple false
|
|
36
|
-
* @values small, medium, large
|
|
37
|
-
*/
|
|
38
|
-
size: {
|
|
39
|
-
type: StringConstructor;
|
|
40
|
-
default: string;
|
|
41
|
-
validator: (value: string) => boolean;
|
|
42
|
-
};
|
|
43
|
-
/**
|
|
44
|
-
* Sets the background color the radio button is rendered on
|
|
45
|
-
* @values primary, secondary
|
|
46
|
-
*/
|
|
47
|
-
background: {
|
|
48
|
-
type: StringConstructor[];
|
|
49
|
-
default: string;
|
|
50
|
-
validator: (value: string) => boolean;
|
|
51
|
-
};
|
|
52
|
-
/**
|
|
53
|
-
* Sets the value of the radio.
|
|
54
|
-
*/
|
|
55
|
-
customValue: {
|
|
56
|
-
type: (SymbolConstructor | StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor | FunctionConstructor)[];
|
|
57
|
-
};
|
|
58
|
-
/** @ignore v-model binding */
|
|
59
|
-
modelValue: {
|
|
60
|
-
type: (SymbolConstructor | StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor | FunctionConstructor)[];
|
|
61
|
-
};
|
|
62
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
63
|
-
/**
|
|
64
|
-
* Event emitted by v-model on the radio's <input> element
|
|
65
|
-
* @param modelValue
|
|
66
|
-
*/
|
|
67
|
-
'update:modelValue': null;
|
|
68
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
69
|
-
/**
|
|
70
|
-
* Adds CSS class to the label for custom styles.
|
|
71
|
-
*/
|
|
72
|
-
labelClass: StringConstructor;
|
|
73
|
-
/**
|
|
74
|
-
* Adds CSS class to the input for custom styles.
|
|
75
|
-
*/
|
|
76
|
-
inputClass: StringConstructor;
|
|
77
|
-
/**
|
|
78
|
-
* Adds CSS class to the slot wrapper for custom styles.
|
|
79
|
-
*/
|
|
80
|
-
contentClass: StringConstructor;
|
|
81
|
-
/** Disables the radio */
|
|
82
|
-
disabled: BooleanConstructor;
|
|
83
|
-
/**
|
|
84
|
-
* Sets the name of the radio button.
|
|
85
|
-
*/
|
|
86
|
-
name: {
|
|
87
|
-
type: StringConstructor;
|
|
88
|
-
required: true;
|
|
89
|
-
};
|
|
90
|
-
/**
|
|
91
|
-
* Modifies the style variants for this component
|
|
92
|
-
* @demoSelectMultiple true
|
|
93
|
-
* @values hide-figure
|
|
94
|
-
*/
|
|
95
|
-
modifier: {
|
|
96
|
-
type: StringConstructor;
|
|
97
|
-
default: string;
|
|
98
|
-
validator: (value: string) => boolean;
|
|
99
|
-
};
|
|
100
|
-
/**
|
|
101
|
-
* Sets the radio size; values can target responsive breakpoints. Example `small@lg`
|
|
102
|
-
* @demoSelectMultiple false
|
|
103
|
-
* @values small, medium, large
|
|
104
|
-
*/
|
|
105
|
-
size: {
|
|
106
|
-
type: StringConstructor;
|
|
107
|
-
default: string;
|
|
108
|
-
validator: (value: string) => boolean;
|
|
109
|
-
};
|
|
110
|
-
/**
|
|
111
|
-
* Sets the background color the radio button is rendered on
|
|
112
|
-
* @values primary, secondary
|
|
113
|
-
*/
|
|
114
|
-
background: {
|
|
115
|
-
type: StringConstructor[];
|
|
116
|
-
default: string;
|
|
117
|
-
validator: (value: string) => boolean;
|
|
118
|
-
};
|
|
119
|
-
/**
|
|
120
|
-
* Sets the value of the radio.
|
|
121
|
-
*/
|
|
122
|
-
customValue: {
|
|
123
|
-
type: (SymbolConstructor | StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor | FunctionConstructor)[];
|
|
124
|
-
};
|
|
125
|
-
/** @ignore v-model binding */
|
|
126
|
-
modelValue: {
|
|
127
|
-
type: (SymbolConstructor | StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor | FunctionConstructor)[];
|
|
128
|
-
};
|
|
129
|
-
}>> & {
|
|
130
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
131
|
-
}, {
|
|
132
|
-
size: string;
|
|
133
|
-
disabled: boolean;
|
|
134
|
-
modifier: string;
|
|
135
|
-
background: string;
|
|
136
|
-
}, {}>, {
|
|
137
|
-
default?(_: {}): any;
|
|
138
|
-
}>;
|
|
139
|
-
export default _default;
|
|
140
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
141
|
-
new (): {
|
|
142
|
-
$slots: S;
|
|
143
|
-
};
|
|
144
|
-
};
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
/**
|
|
3
|
-
* Sets the rating values between 0 and 5.
|
|
4
|
-
*/
|
|
5
|
-
rating: {
|
|
6
|
-
required: true;
|
|
7
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
8
|
-
default: number;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* Sets the total number of ratings
|
|
12
|
-
*/
|
|
13
|
-
count: {
|
|
14
|
-
required: false;
|
|
15
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
16
|
-
default: null;
|
|
17
|
-
};
|
|
18
|
-
/**
|
|
19
|
-
* Hides the word 'reviews' if true
|
|
20
|
-
*/
|
|
21
|
-
compact: {
|
|
22
|
-
type: BooleanConstructor;
|
|
23
|
-
default: boolean;
|
|
24
|
-
};
|
|
25
|
-
/**
|
|
26
|
-
* Sets the rating component (icons and text) to display inline and wraps them in an anchor tag so they can act as link.
|
|
27
|
-
*/
|
|
28
|
-
href: {
|
|
29
|
-
type: StringConstructor;
|
|
30
|
-
};
|
|
31
|
-
/**
|
|
32
|
-
* Sets the rating size.
|
|
33
|
-
* @demoSelectMultiple false
|
|
34
|
-
* @values small, medium, large
|
|
35
|
-
*/
|
|
36
|
-
size: {
|
|
37
|
-
type: StringConstructor;
|
|
38
|
-
default: string;
|
|
39
|
-
validator: (value: string) => boolean;
|
|
40
|
-
};
|
|
41
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
42
|
-
/**
|
|
43
|
-
* Sets the rating values between 0 and 5.
|
|
44
|
-
*/
|
|
45
|
-
rating: {
|
|
46
|
-
required: true;
|
|
47
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
48
|
-
default: number;
|
|
49
|
-
};
|
|
50
|
-
/**
|
|
51
|
-
* Sets the total number of ratings
|
|
52
|
-
*/
|
|
53
|
-
count: {
|
|
54
|
-
required: false;
|
|
55
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
56
|
-
default: null;
|
|
57
|
-
};
|
|
58
|
-
/**
|
|
59
|
-
* Hides the word 'reviews' if true
|
|
60
|
-
*/
|
|
61
|
-
compact: {
|
|
62
|
-
type: BooleanConstructor;
|
|
63
|
-
default: boolean;
|
|
64
|
-
};
|
|
65
|
-
/**
|
|
66
|
-
* Sets the rating component (icons and text) to display inline and wraps them in an anchor tag so they can act as link.
|
|
67
|
-
*/
|
|
68
|
-
href: {
|
|
69
|
-
type: StringConstructor;
|
|
70
|
-
};
|
|
71
|
-
/**
|
|
72
|
-
* Sets the rating size.
|
|
73
|
-
* @demoSelectMultiple false
|
|
74
|
-
* @values small, medium, large
|
|
75
|
-
*/
|
|
76
|
-
size: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
default: string;
|
|
79
|
-
validator: (value: string) => boolean;
|
|
80
|
-
};
|
|
81
|
-
}>>, {
|
|
82
|
-
size: string;
|
|
83
|
-
compact: boolean;
|
|
84
|
-
rating: string | number;
|
|
85
|
-
count: string | number;
|
|
86
|
-
}, {}>;
|
|
87
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
size: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
validator: (value: string) => boolean;
|
|
6
|
-
};
|
|
7
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
-
size: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: string;
|
|
11
|
-
validator: (value: string) => boolean;
|
|
12
|
-
};
|
|
13
|
-
}>>, {
|
|
14
|
-
size: string;
|
|
15
|
-
}, {}>;
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
size: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
validator: (value: string) => boolean;
|
|
6
|
-
};
|
|
7
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
-
size: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: string;
|
|
11
|
-
validator: (value: string) => boolean;
|
|
12
|
-
};
|
|
13
|
-
}>>, {
|
|
14
|
-
size: string;
|
|
15
|
-
}, {}>;
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
size: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
validator: (value: string) => boolean;
|
|
6
|
-
};
|
|
7
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
-
size: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: string;
|
|
11
|
-
validator: (value: string) => boolean;
|
|
12
|
-
};
|
|
13
|
-
}>>, {
|
|
14
|
-
size: string;
|
|
15
|
-
}, {}>;
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
size: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
validator: (value: string) => boolean;
|
|
6
|
-
};
|
|
7
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
-
size: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: string;
|
|
11
|
-
validator: (value: string) => boolean;
|
|
12
|
-
};
|
|
13
|
-
}>>, {
|
|
14
|
-
size: string;
|
|
15
|
-
}, {}>;
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
size: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
validator: (value: string) => boolean;
|
|
6
|
-
};
|
|
7
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
-
size: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: string;
|
|
11
|
-
validator: (value: string) => boolean;
|
|
12
|
-
};
|
|
13
|
-
}>>, {
|
|
14
|
-
size: string;
|
|
15
|
-
}, {}>;
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
size: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
validator: (value: string) => boolean;
|
|
6
|
-
};
|
|
7
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
-
size: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: string;
|
|
11
|
-
validator: (value: string) => boolean;
|
|
12
|
-
};
|
|
13
|
-
}>>, {
|
|
14
|
-
size: string;
|
|
15
|
-
}, {}>;
|
|
16
|
-
export default _default;
|
|
@@ -1,201 +0,0 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
|
-
interface selectOption {
|
|
3
|
-
text: string;
|
|
4
|
-
value: string;
|
|
5
|
-
}
|
|
6
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
7
|
-
/**
|
|
8
|
-
* Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be auto-generated.
|
|
9
|
-
*/
|
|
10
|
-
id: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
};
|
|
13
|
-
/**
|
|
14
|
-
* Sets the text value for the select label.
|
|
15
|
-
* Required for accessibility compliance. Use ‘hideLabel’ to
|
|
16
|
-
* visually hide the label but keep it available to screenreaders.
|
|
17
|
-
*/
|
|
18
|
-
label: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
required: true;
|
|
21
|
-
};
|
|
22
|
-
/**
|
|
23
|
-
* Visually hides the label element, but leaves it available to screen readers for accessibility compliance.
|
|
24
|
-
*/
|
|
25
|
-
hideLabel: {
|
|
26
|
-
type: BooleanConstructor;
|
|
27
|
-
default: boolean;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* Adds an option that is disabled and selected by default to serve as a `placeholder` for the select.
|
|
31
|
-
*/
|
|
32
|
-
prompt: StringConstructor;
|
|
33
|
-
/**
|
|
34
|
-
* Build options programmatically with data.
|
|
35
|
-
* Provide an array of objects [{ text: String, value: String}] for greater control
|
|
36
|
-
* or provide an array of strings ['String'] for simpler setup (value and text will be the same).
|
|
37
|
-
*/
|
|
38
|
-
options: {
|
|
39
|
-
type: PropType<string[] | selectOption[]>;
|
|
40
|
-
};
|
|
41
|
-
/**
|
|
42
|
-
* Sets the background color the radio button is rendered on
|
|
43
|
-
* @values primary, secondary
|
|
44
|
-
*/
|
|
45
|
-
background: {
|
|
46
|
-
type: StringConstructor[];
|
|
47
|
-
default: string;
|
|
48
|
-
validator: (value: string) => boolean;
|
|
49
|
-
};
|
|
50
|
-
/**
|
|
51
|
-
* Sets the component's size; values can target responsive breakpoints. Example `small@lg`
|
|
52
|
-
* @demoSelectMultiple false
|
|
53
|
-
* @values small, medium, large
|
|
54
|
-
*/
|
|
55
|
-
size: {
|
|
56
|
-
type: StringConstructor;
|
|
57
|
-
default: string;
|
|
58
|
-
validator: (value: string) => boolean;
|
|
59
|
-
};
|
|
60
|
-
/** Sets the select to an error state, displays the `error` slot if one is present. */
|
|
61
|
-
error: {
|
|
62
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
63
|
-
default: boolean;
|
|
64
|
-
};
|
|
65
|
-
/**
|
|
66
|
-
* Sets the `role` attribute for the embedded error state messaging.
|
|
67
|
-
*/
|
|
68
|
-
errorRole: {
|
|
69
|
-
type: StringConstructor;
|
|
70
|
-
default: string;
|
|
71
|
-
};
|
|
72
|
-
/** @ignore */
|
|
73
|
-
modelValue: {
|
|
74
|
-
type: (SymbolConstructor | StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor | FunctionConstructor)[];
|
|
75
|
-
};
|
|
76
|
-
/** Disables the input and sets appropriate styling */
|
|
77
|
-
disabled: BooleanConstructor;
|
|
78
|
-
/** Sets aria-required on the input field and displays an asterisk next to the select label */
|
|
79
|
-
required: BooleanConstructor;
|
|
80
|
-
/** Displays '(optional)' text next to the select label. */
|
|
81
|
-
optional: BooleanConstructor;
|
|
82
|
-
/** Turns CdrSelect into a multi-select element. */
|
|
83
|
-
multiple: BooleanConstructor;
|
|
84
|
-
/** Sets the height of the CdrSelect when using the multiple option.
|
|
85
|
-
* This number corresponds to the number of select options that will be visible without scrolling.
|
|
86
|
-
*/
|
|
87
|
-
multipleSize: NumberConstructor;
|
|
88
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
89
|
-
/**
|
|
90
|
-
* Event emitted by v-model on the radio's <input> element
|
|
91
|
-
* @param modelValue
|
|
92
|
-
*/
|
|
93
|
-
'update:modelValue': null;
|
|
94
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
95
|
-
/**
|
|
96
|
-
* Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be auto-generated.
|
|
97
|
-
*/
|
|
98
|
-
id: {
|
|
99
|
-
type: StringConstructor;
|
|
100
|
-
};
|
|
101
|
-
/**
|
|
102
|
-
* Sets the text value for the select label.
|
|
103
|
-
* Required for accessibility compliance. Use ‘hideLabel’ to
|
|
104
|
-
* visually hide the label but keep it available to screenreaders.
|
|
105
|
-
*/
|
|
106
|
-
label: {
|
|
107
|
-
type: StringConstructor;
|
|
108
|
-
required: true;
|
|
109
|
-
};
|
|
110
|
-
/**
|
|
111
|
-
* Visually hides the label element, but leaves it available to screen readers for accessibility compliance.
|
|
112
|
-
*/
|
|
113
|
-
hideLabel: {
|
|
114
|
-
type: BooleanConstructor;
|
|
115
|
-
default: boolean;
|
|
116
|
-
};
|
|
117
|
-
/**
|
|
118
|
-
* Adds an option that is disabled and selected by default to serve as a `placeholder` for the select.
|
|
119
|
-
*/
|
|
120
|
-
prompt: StringConstructor;
|
|
121
|
-
/**
|
|
122
|
-
* Build options programmatically with data.
|
|
123
|
-
* Provide an array of objects [{ text: String, value: String}] for greater control
|
|
124
|
-
* or provide an array of strings ['String'] for simpler setup (value and text will be the same).
|
|
125
|
-
*/
|
|
126
|
-
options: {
|
|
127
|
-
type: PropType<string[] | selectOption[]>;
|
|
128
|
-
};
|
|
129
|
-
/**
|
|
130
|
-
* Sets the background color the radio button is rendered on
|
|
131
|
-
* @values primary, secondary
|
|
132
|
-
*/
|
|
133
|
-
background: {
|
|
134
|
-
type: StringConstructor[];
|
|
135
|
-
default: string;
|
|
136
|
-
validator: (value: string) => boolean;
|
|
137
|
-
};
|
|
138
|
-
/**
|
|
139
|
-
* Sets the component's size; values can target responsive breakpoints. Example `small@lg`
|
|
140
|
-
* @demoSelectMultiple false
|
|
141
|
-
* @values small, medium, large
|
|
142
|
-
*/
|
|
143
|
-
size: {
|
|
144
|
-
type: StringConstructor;
|
|
145
|
-
default: string;
|
|
146
|
-
validator: (value: string) => boolean;
|
|
147
|
-
};
|
|
148
|
-
/** Sets the select to an error state, displays the `error` slot if one is present. */
|
|
149
|
-
error: {
|
|
150
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
151
|
-
default: boolean;
|
|
152
|
-
};
|
|
153
|
-
/**
|
|
154
|
-
* Sets the `role` attribute for the embedded error state messaging.
|
|
155
|
-
*/
|
|
156
|
-
errorRole: {
|
|
157
|
-
type: StringConstructor;
|
|
158
|
-
default: string;
|
|
159
|
-
};
|
|
160
|
-
/** @ignore */
|
|
161
|
-
modelValue: {
|
|
162
|
-
type: (SymbolConstructor | StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor | FunctionConstructor)[];
|
|
163
|
-
};
|
|
164
|
-
/** Disables the input and sets appropriate styling */
|
|
165
|
-
disabled: BooleanConstructor;
|
|
166
|
-
/** Sets aria-required on the input field and displays an asterisk next to the select label */
|
|
167
|
-
required: BooleanConstructor;
|
|
168
|
-
/** Displays '(optional)' text next to the select label. */
|
|
169
|
-
optional: BooleanConstructor;
|
|
170
|
-
/** Turns CdrSelect into a multi-select element. */
|
|
171
|
-
multiple: BooleanConstructor;
|
|
172
|
-
/** Sets the height of the CdrSelect when using the multiple option.
|
|
173
|
-
* This number corresponds to the number of select options that will be visible without scrolling.
|
|
174
|
-
*/
|
|
175
|
-
multipleSize: NumberConstructor;
|
|
176
|
-
}>> & {
|
|
177
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
178
|
-
}, {
|
|
179
|
-
size: string;
|
|
180
|
-
required: boolean;
|
|
181
|
-
disabled: boolean;
|
|
182
|
-
multiple: boolean;
|
|
183
|
-
error: string | boolean;
|
|
184
|
-
background: string;
|
|
185
|
-
hideLabel: boolean;
|
|
186
|
-
optional: boolean;
|
|
187
|
-
errorRole: string;
|
|
188
|
-
}, {}>, {
|
|
189
|
-
"helper-text"?(_: {}): any;
|
|
190
|
-
info?(_: {}): any;
|
|
191
|
-
"pre-icon"?(_: {}): any;
|
|
192
|
-
default?(_: {}): any;
|
|
193
|
-
"info-action"?(_: {}): any;
|
|
194
|
-
error?(_: {}): any;
|
|
195
|
-
}>;
|
|
196
|
-
export default _default;
|
|
197
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
198
|
-
new (): {
|
|
199
|
-
$slots: S;
|
|
200
|
-
};
|
|
201
|
-
};
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
-
/**
|
|
3
|
-
* Toggle animation on/off.
|
|
4
|
-
* When `true`, animated gradient will be used while loading.
|
|
5
|
-
* When `false` a static background color will be used.
|
|
6
|
-
* Automatically disabled if `prefers-reduced-motion` is set by user.
|
|
7
|
-
*/
|
|
8
|
-
motion: {
|
|
9
|
-
type: BooleanConstructor;
|
|
10
|
-
default: boolean;
|
|
11
|
-
};
|
|
12
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
-
/**
|
|
14
|
-
* Toggle animation on/off.
|
|
15
|
-
* When `true`, animated gradient will be used while loading.
|
|
16
|
-
* When `false` a static background color will be used.
|
|
17
|
-
* Automatically disabled if `prefers-reduced-motion` is set by user.
|
|
18
|
-
*/
|
|
19
|
-
motion: {
|
|
20
|
-
type: BooleanConstructor;
|
|
21
|
-
default: boolean;
|
|
22
|
-
};
|
|
23
|
-
}>>, {
|
|
24
|
-
motion: boolean;
|
|
25
|
-
}, {}>, {
|
|
26
|
-
default?(_: {}): any;
|
|
27
|
-
}>;
|
|
28
|
-
export default _default;
|
|
29
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
30
|
-
new (): {
|
|
31
|
-
$slots: S;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
/**
|
|
3
|
-
* Sets the type of content placeholder
|
|
4
|
-
* @demoSelectMultiple false
|
|
5
|
-
* @values default, heading, line, rectangle, square
|
|
6
|
-
*/
|
|
7
|
-
type: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
default: string;
|
|
10
|
-
validator: (value: string) => boolean;
|
|
11
|
-
};
|
|
12
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
-
/**
|
|
14
|
-
* Sets the type of content placeholder
|
|
15
|
-
* @demoSelectMultiple false
|
|
16
|
-
* @values default, heading, line, rectangle, square
|
|
17
|
-
*/
|
|
18
|
-
type: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default: string;
|
|
21
|
-
validator: (value: string) => boolean;
|
|
22
|
-
};
|
|
23
|
-
}>>, {
|
|
24
|
-
type: string;
|
|
25
|
-
}, {}>;
|
|
26
|
-
export default _default;
|