@rei/cedar 14.0.2-alpha.6 → 14.0.2-alpha.8
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/_virtual/_plugin-vue_export-helper.mjs +9 -0
- package/dist/cedar-compiled.css +1050 -1050
- package/dist/cedar.umd.js +5 -5
- package/dist/component-docgen.json +929 -929
- package/dist/icon-component-docgen.json +641 -641
- package/dist/lib.d.ts +6321 -39
- package/dist/node_modules/@rei/cdr-tokens/dist/rei-dot-com/js/cdr-tokens.mjs +10 -0
- package/dist/src/components/accordion/CdrAccordion.vue.mjs +9 -0
- package/dist/src/components/accordion/CdrAccordion.vue2.mjs +133 -0
- package/dist/src/components/accordion/CdrAccordionGroup.vue.mjs +9 -0
- package/dist/src/components/accordion/CdrAccordionGroup.vue2.mjs +72 -0
- package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +34 -0
- package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +7 -0
- package/dist/src/components/banner/CdrBanner.vue.mjs +9 -0
- package/dist/src/components/banner/CdrBanner.vue2.mjs +45 -0
- package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +19 -0
- package/dist/src/components/breadcrumb/CdrBreadcrumb.vue.mjs +9 -0
- package/dist/src/components/breadcrumb/CdrBreadcrumb.vue2.mjs +103 -0
- package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +12 -0
- package/dist/src/components/button/CdrButton.vue.mjs +9 -0
- package/dist/src/components/button/CdrButton.vue2.mjs +85 -0
- package/dist/src/components/button/styles/CdrButton.module.scss.mjs +36 -0
- package/dist/src/components/caption/CdrCaption.vue.mjs +9 -0
- package/dist/src/components/caption/CdrCaption.vue2.mjs +36 -0
- package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +7 -0
- package/dist/src/components/card/CdrCard.vue.mjs +9 -0
- package/dist/src/components/card/CdrCard.vue2.mjs +24 -0
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +6 -0
- package/dist/src/components/checkbox/CdrCheckbox.vue.mjs +9 -0
- package/dist/src/components/checkbox/CdrCheckbox.vue2.mjs +147 -0
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +32 -0
- package/dist/src/components/chip/CdrChip.vue.mjs +9 -0
- package/dist/src/components/chip/CdrChip.vue2.mjs +22 -0
- package/dist/src/components/chip/CdrChipGroup.vue.mjs +9 -0
- package/dist/src/components/chip/CdrChipGroup.vue2.mjs +73 -0
- package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +9 -0
- package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +9 -0
- package/dist/src/components/container/CdrContainer.vue.mjs +9 -0
- package/dist/src/components/container/CdrContainer.vue2.mjs +36 -0
- package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +7 -0
- package/dist/src/components/formError/CdrFormError.vue.mjs +9 -0
- package/dist/src/components/formError/CdrFormError.vue2.mjs +24 -0
- package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +7 -0
- package/dist/src/components/formGroup/CdrFormGroup.vue.mjs +9 -0
- package/dist/src/components/formGroup/CdrFormGroup.vue2.mjs +68 -0
- package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +13 -0
- package/dist/src/components/grid/CdrGrid.vue.mjs +9 -0
- package/dist/src/components/grid/CdrGrid.vue2.mjs +37 -0
- package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +26 -0
- package/dist/src/components/icon/CdrIcon.vue.mjs +9 -0
- package/dist/src/components/icon/CdrIcon.vue2.mjs +46 -0
- package/dist/src/components/icon/comps/account-profile-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/account-profile-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/account-profile.vue.mjs +23 -0
- package/dist/src/components/icon/comps/account-profile.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/arrow-down.vue.mjs +23 -0
- package/dist/src/components/icon/comps/arrow-down.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/arrow-left.vue.mjs +23 -0
- package/dist/src/components/icon/comps/arrow-left.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/arrow-right.vue.mjs +23 -0
- package/dist/src/components/icon/comps/arrow-right.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/arrow-up.vue.mjs +23 -0
- package/dist/src/components/icon/comps/arrow-up.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/atv.vue.mjs +23 -0
- package/dist/src/components/icon/comps/atv.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/bed-outline.vue.mjs +23 -0
- package/dist/src/components/icon/comps/bed-outline.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/bike-shop.vue.mjs +23 -0
- package/dist/src/components/icon/comps/bike-shop.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/binoculars.vue.mjs +23 -0
- package/dist/src/components/icon/comps/binoculars.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/birding.vue.mjs +23 -0
- package/dist/src/components/icon/comps/birding.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/boat.vue.mjs +23 -0
- package/dist/src/components/icon/comps/boat.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/boating.vue.mjs +23 -0
- package/dist/src/components/icon/comps/boating.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/bookmark-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/bookmark-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/bookmark-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/bookmark-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-abstract.vue.mjs +23 -0
- package/dist/src/components/icon/comps/brand-abstract.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-code-sandbox.vue.mjs +23 -0
- package/dist/src/components/icon/comps/brand-code-sandbox.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-github.vue.mjs +23 -0
- package/dist/src/components/icon/comps/brand-github.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-linkedin.vue.mjs +23 -0
- package/dist/src/components/icon/comps/brand-linkedin.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-rei-ice-axes.vue.mjs +23 -0
- package/dist/src/components/icon/comps/brand-rei-ice-axes.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-sketch.vue.mjs +23 -0
- package/dist/src/components/icon/comps/brand-sketch.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-tiktok.vue.mjs +24 -0
- package/dist/src/components/icon/comps/brand-tiktok.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/buddies.vue.mjs +23 -0
- package/dist/src/components/icon/comps/buddies.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/bus.vue.mjs +23 -0
- package/dist/src/components/icon/comps/bus.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/calendar.vue.mjs +23 -0
- package/dist/src/components/icon/comps/calendar.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/camera.vue.mjs +23 -0
- package/dist/src/components/icon/comps/camera.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/canoe.vue.mjs +23 -0
- package/dist/src/components/icon/comps/canoe.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/car.vue.mjs +23 -0
- package/dist/src/components/icon/comps/car.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/caret-down.vue.mjs +23 -0
- package/dist/src/components/icon/comps/caret-down.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/caret-left.vue.mjs +23 -0
- package/dist/src/components/icon/comps/caret-left.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/caret-right.vue.mjs +23 -0
- package/dist/src/components/icon/comps/caret-right.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/caret-up.vue.mjs +23 -0
- package/dist/src/components/icon/comps/caret-up.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/cart-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/cart-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/cart.vue.mjs +23 -0
- package/dist/src/components/icon/comps/cart.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/chain-link.vue.mjs +23 -0
- package/dist/src/components/icon/comps/chain-link.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/chat.vue.mjs +23 -0
- package/dist/src/components/icon/comps/chat.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/check-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/check-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/check-lg.vue.mjs +23 -0
- package/dist/src/components/icon/comps/check-lg.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/check-sm.vue.mjs +23 -0
- package/dist/src/components/icon/comps/check-sm.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/check-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/check-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/climb.vue.mjs +23 -0
- package/dist/src/components/icon/comps/climb.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/clipboard.vue.mjs +23 -0
- package/dist/src/components/icon/comps/clipboard.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/clock.vue.mjs +23 -0
- package/dist/src/components/icon/comps/clock.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/code-html.vue.mjs +23 -0
- package/dist/src/components/icon/comps/code-html.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/code-js.vue.mjs +23 -0
- package/dist/src/components/icon/comps/code-js.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/compass.vue.mjs +23 -0
- package/dist/src/components/icon/comps/compass.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/copy.vue.mjs +23 -0
- package/dist/src/components/icon/comps/copy.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/coupon-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/coupon-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/coupon-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/coupon-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/credit-card.vue.mjs +23 -0
- package/dist/src/components/icon/comps/credit-card.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/curbside-pickup.vue.mjs +23 -0
- package/dist/src/components/icon/comps/curbside-pickup.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/day.vue.mjs +23 -0
- package/dist/src/components/icon/comps/day.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/diving.vue.mjs +23 -0
- package/dist/src/components/icon/comps/diving.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/dog.vue.mjs +23 -0
- package/dist/src/components/icon/comps/dog.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/download.vue.mjs +23 -0
- package/dist/src/components/icon/comps/download.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/duplicate.vue.mjs +24 -0
- package/dist/src/components/icon/comps/duplicate.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/edit.vue.mjs +23 -0
- package/dist/src/components/icon/comps/edit.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/elevation.vue.mjs +23 -0
- package/dist/src/components/icon/comps/elevation.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/error-fill.vue.mjs +25 -0
- package/dist/src/components/icon/comps/error-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/error-stroke.vue.mjs +27 -0
- package/dist/src/components/icon/comps/error-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/expand.vue.mjs +23 -0
- package/dist/src/components/icon/comps/expand.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-backpacking.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-backpacking.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-camping.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-camping.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-climbing.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-climbing.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-clothing.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-clothing.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-cycling.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-cycling.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-family.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-family.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-fitness.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-fitness.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-hiking.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-hiking.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-outdoor-basics.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-outdoor-basics.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-paddling.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-paddling.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-rentals.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-rentals.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-running.vue.mjs +24 -0
- package/dist/src/components/icon/comps/experiences-running.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-snowsports.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-snowsports.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-travel.vue.mjs +23 -0
- package/dist/src/components/icon/comps/experiences-travel.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/external-link-alt.vue.mjs +24 -0
- package/dist/src/components/icon/comps/external-link-alt.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/external-link.vue.mjs +23 -0
- package/dist/src/components/icon/comps/external-link.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/eye-hide.vue.mjs +23 -0
- package/dist/src/components/icon/comps/eye-hide.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/eye-show.vue.mjs +23 -0
- package/dist/src/components/icon/comps/eye-show.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/facebook.vue.mjs +23 -0
- package/dist/src/components/icon/comps/facebook.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/filter-alt.vue.mjs +23 -0
- package/dist/src/components/icon/comps/filter-alt.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/filter.vue.mjs +23 -0
- package/dist/src/components/icon/comps/filter.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/find-location.vue.mjs +23 -0
- package/dist/src/components/icon/comps/find-location.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/fire.vue.mjs +23 -0
- package/dist/src/components/icon/comps/fire.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/fishing.vue.mjs +23 -0
- package/dist/src/components/icon/comps/fishing.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/free-product.vue.mjs +23 -0
- package/dist/src/components/icon/comps/free-product.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/grid-view.vue.mjs +23 -0
- package/dist/src/components/icon/comps/grid-view.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/heart-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/heart-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/heart-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/heart-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/hike.vue.mjs +23 -0
- package/dist/src/components/icon/comps/hike.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/history.vue.mjs +23 -0
- package/dist/src/components/icon/comps/history.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/home.vue.mjs +23 -0
- package/dist/src/components/icon/comps/home.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/horse.vue.mjs +23 -0
- package/dist/src/components/icon/comps/horse.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/horseshoe.vue.mjs +23 -0
- package/dist/src/components/icon/comps/horseshoe.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/image.vue.mjs +23 -0
- package/dist/src/components/icon/comps/image.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/information-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/information-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/information-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/information-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/instagram.vue.mjs +23 -0
- package/dist/src/components/icon/comps/instagram.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/kayak.vue.mjs +23 -0
- package/dist/src/components/icon/comps/kayak.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/link-alt.vue.mjs +24 -0
- package/dist/src/components/icon/comps/link-alt.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/list-ragged.vue.mjs +23 -0
- package/dist/src/components/icon/comps/list-ragged.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/list-view.vue.mjs +23 -0
- package/dist/src/components/icon/comps/list-view.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/location-pin-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/location-pin-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/location-pin-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/location-pin-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/lock-locked-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/lock-locked-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/lock-locked-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/lock-locked-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/lock-unlocked-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/lock-unlocked-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/mail.vue.mjs +23 -0
- package/dist/src/components/icon/comps/mail.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/map.vue.mjs +23 -0
- package/dist/src/components/icon/comps/map.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/member-card.vue.mjs +23 -0
- package/dist/src/components/icon/comps/member-card.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/membership.vue.mjs +24 -0
- package/dist/src/components/icon/comps/membership.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/microphone.vue.mjs +23 -0
- package/dist/src/components/icon/comps/microphone.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/minus-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/minus-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/minus-lg.vue.mjs +23 -0
- package/dist/src/components/icon/comps/minus-lg.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/minus-sm.vue.mjs +23 -0
- package/dist/src/components/icon/comps/minus-sm.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/minus-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/minus-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/more-functions.vue.mjs +23 -0
- package/dist/src/components/icon/comps/more-functions.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/my-location.vue.mjs +23 -0
- package/dist/src/components/icon/comps/my-location.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/navigation-menu.vue.mjs +23 -0
- package/dist/src/components/icon/comps/navigation-menu.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/night.vue.mjs +23 -0
- package/dist/src/components/icon/comps/night.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/paddle.vue.mjs +23 -0
- package/dist/src/components/icon/comps/paddle.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/pause-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/pause-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/pause-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/pause-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/pause.vue.mjs +23 -0
- package/dist/src/components/icon/comps/pause.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/photography.vue.mjs +23 -0
- package/dist/src/components/icon/comps/photography.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/picnic.vue.mjs +23 -0
- package/dist/src/components/icon/comps/picnic.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/pinterest.vue.mjs +23 -0
- package/dist/src/components/icon/comps/pinterest.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plane.vue.mjs +23 -0
- package/dist/src/components/icon/comps/plane.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/play-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/play-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/play-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/play-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/play.vue.mjs +23 -0
- package/dist/src/components/icon/comps/play.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/playground.vue.mjs +23 -0
- package/dist/src/components/icon/comps/playground.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plugin.vue.mjs +23 -0
- package/dist/src/components/icon/comps/plugin.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plus-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/plus-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plus-lg.vue.mjs +23 -0
- package/dist/src/components/icon/comps/plus-lg.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plus-sm.vue.mjs +23 -0
- package/dist/src/components/icon/comps/plus-sm.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plus-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/plus-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/print.vue.mjs +23 -0
- package/dist/src/components/icon/comps/print.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/protection-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/protection-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/protection-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/protection-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/question-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/question-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/question-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/question-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/refresh.vue.mjs +23 -0
- package/dist/src/components/icon/comps/refresh.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/reload.vue.mjs +23 -0
- package/dist/src/components/icon/comps/reload.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/returns.vue.mjs +24 -0
- package/dist/src/components/icon/comps/returns.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/run.vue.mjs +23 -0
- package/dist/src/components/icon/comps/run.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/scan-barcode.vue.mjs +23 -0
- package/dist/src/components/icon/comps/scan-barcode.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/search.vue.mjs +23 -0
- package/dist/src/components/icon/comps/search.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/service-shop.vue.mjs +23 -0
- package/dist/src/components/icon/comps/service-shop.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shipping-prep.vue.mjs +24 -0
- package/dist/src/components/icon/comps/shipping-prep.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shipping-truck.vue.mjs +24 -0
- package/dist/src/components/icon/comps/shipping-truck.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shipping.vue.mjs +23 -0
- package/dist/src/components/icon/comps/shipping.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shopping-bag-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/shopping-bag-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shopping-bag.vue.mjs +23 -0
- package/dist/src/components/icon/comps/shopping-bag.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shrink.vue.mjs +23 -0
- package/dist/src/components/icon/comps/shrink.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/size-chart.vue.mjs +23 -0
- package/dist/src/components/icon/comps/size-chart.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/ski-boot.vue.mjs +23 -0
- package/dist/src/components/icon/comps/ski-boot.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/ski.vue.mjs +23 -0
- package/dist/src/components/icon/comps/ski.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/snow-shop.vue.mjs +23 -0
- package/dist/src/components/icon/comps/snow-shop.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/snow.vue.mjs +23 -0
- package/dist/src/components/icon/comps/snow.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/sort.vue.mjs +23 -0
- package/dist/src/components/icon/comps/sort.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/star-100.vue.mjs +23 -0
- package/dist/src/components/icon/comps/star-100.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/star-25.vue.mjs +23 -0
- package/dist/src/components/icon/comps/star-25.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/star-50.vue.mjs +23 -0
- package/dist/src/components/icon/comps/star-50.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/star-75.vue.mjs +23 -0
- package/dist/src/components/icon/comps/star-75.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/star-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/star-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/storefront.vue.mjs +23 -0
- package/dist/src/components/icon/comps/storefront.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/swim.vue.mjs +23 -0
- package/dist/src/components/icon/comps/swim.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/telephone.vue.mjs +23 -0
- package/dist/src/components/icon/comps/telephone.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/tent.vue.mjs +23 -0
- package/dist/src/components/icon/comps/tent.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/trash.vue.mjs +23 -0
- package/dist/src/components/icon/comps/trash.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/twitter.vue.mjs +23 -0
- package/dist/src/components/icon/comps/twitter.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/upload.vue.mjs +23 -0
- package/dist/src/components/icon/comps/upload.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/verified-purchaser.vue.mjs +23 -0
- package/dist/src/components/icon/comps/verified-purchaser.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/virtual-outfitting.vue.mjs +23 -0
- package/dist/src/components/icon/comps/virtual-outfitting.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/warning-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/warning-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/warning-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/warning-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/water.vue.mjs +23 -0
- package/dist/src/components/icon/comps/water.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/wilderness.vue.mjs +23 -0
- package/dist/src/components/icon/comps/wilderness.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/x-fill.vue.mjs +23 -0
- package/dist/src/components/icon/comps/x-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/x-lg.vue.mjs +23 -0
- package/dist/src/components/icon/comps/x-lg.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/x-sm.vue.mjs +23 -0
- package/dist/src/components/icon/comps/x-sm.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/x-stroke.vue.mjs +23 -0
- package/dist/src/components/icon/comps/x-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/youtube.vue.mjs +23 -0
- package/dist/src/components/icon/comps/youtube.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/zoom-in.vue.mjs +23 -0
- package/dist/src/components/icon/comps/zoom-in.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/zoom-out.vue.mjs +23 -0
- package/dist/src/components/icon/comps/zoom-out.vue2.mjs +4 -0
- package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +17 -0
- package/dist/src/components/image/CdrImg.vue.mjs +9 -0
- package/dist/src/components/image/CdrImg.vue2.mjs +107 -0
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +13 -0
- package/dist/src/components/input/CdrInput.vue.mjs +9 -0
- package/dist/src/components/input/CdrInput.vue2.mjs +213 -0
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +37 -0
- package/dist/src/components/labelStandalone/CdrLabelStandalone.vue.mjs +9 -0
- package/dist/src/components/labelStandalone/CdrLabelStandalone.vue2.mjs +53 -0
- package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +17 -0
- package/dist/src/components/labelWrapper/CdrLabelWrapper.vue.mjs +9 -0
- package/dist/src/components/labelWrapper/CdrLabelWrapper.vue2.mjs +31 -0
- package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +30 -0
- package/dist/src/components/link/CdrLink.vue.mjs +9 -0
- package/dist/src/components/link/CdrLink.vue2.mjs +59 -0
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +8 -0
- package/dist/src/components/list/CdrList.vue.mjs +9 -0
- package/dist/src/components/list/CdrList.vue2.mjs +39 -0
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +10 -0
- package/dist/src/components/modal/CdrModal.vue.mjs +9 -0
- package/dist/src/components/modal/CdrModal.vue2.mjs +225 -0
- package/dist/src/components/modal/onTransitionEnd.mjs +31 -0
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +17 -0
- package/dist/src/components/pagination/CdrPagination.vue.mjs +9 -0
- package/dist/src/components/pagination/CdrPagination.vue2.mjs +223 -0
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +58 -0
- package/dist/src/components/popover/CdrPopover.vue.mjs +9 -0
- package/dist/src/components/popover/CdrPopover.vue2.mjs +136 -0
- package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +68 -0
- package/dist/src/components/popup/CdrPopup.vue.mjs +9 -0
- package/dist/src/components/popup/CdrPopup.vue2.mjs +94 -0
- package/dist/src/components/popup/calculatePlacement.mjs +31 -0
- package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +19 -0
- package/dist/src/components/quote/CdrQuote.vue.mjs +9 -0
- package/dist/src/components/quote/CdrQuote.vue2.mjs +51 -0
- package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +9 -0
- package/dist/src/components/radio/CdrRadio.vue.mjs +9 -0
- package/dist/src/components/radio/CdrRadio.vue2.mjs +108 -0
- package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +32 -0
- package/dist/src/components/rating/CdrRating.vue.mjs +9 -0
- package/dist/src/components/rating/CdrRating.vue2.mjs +100 -0
- package/dist/src/components/rating/components/CdrStar00.vue.mjs +9 -0
- package/dist/src/components/rating/components/CdrStar00.vue2.mjs +37 -0
- package/dist/src/components/rating/components/CdrStar100.vue.mjs +9 -0
- package/dist/src/components/rating/components/CdrStar100.vue2.mjs +37 -0
- package/dist/src/components/rating/components/CdrStar25.vue.mjs +9 -0
- package/dist/src/components/rating/components/CdrStar25.vue2.mjs +48 -0
- package/dist/src/components/rating/components/CdrStar50.vue.mjs +9 -0
- package/dist/src/components/rating/components/CdrStar50.vue2.mjs +53 -0
- package/dist/src/components/rating/components/CdrStar75.vue.mjs +9 -0
- package/dist/src/components/rating/components/CdrStar75.vue2.mjs +50 -0
- package/dist/src/components/rating/components/CdrStarNull.vue.mjs +9 -0
- package/dist/src/components/rating/components/CdrStarNull.vue2.mjs +43 -0
- package/dist/src/components/rating/composables/useStar.mjs +11 -0
- package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +49 -0
- package/dist/src/components/select/CdrSelect.vue.mjs +9 -0
- package/dist/src/components/select/CdrSelect.vue2.mjs +196 -0
- package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +47 -0
- package/dist/src/components/skeleton/CdrSkeleton.vue.mjs +9 -0
- package/dist/src/components/skeleton/CdrSkeleton.vue2.mjs +29 -0
- package/dist/src/components/skeleton/CdrSkeletonBone.vue.mjs +9 -0
- package/dist/src/components/skeleton/CdrSkeletonBone.vue2.mjs +29 -0
- package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +6 -0
- package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +13 -0
- package/dist/src/components/switch/CdrSwitch.vue.mjs +9 -0
- package/dist/src/components/switch/CdrSwitch.vue2.mjs +78 -0
- package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +13 -0
- package/dist/src/components/table/CdrTable.vue.mjs +9 -0
- package/dist/src/components/table/CdrTable.vue2.mjs +58 -0
- package/dist/src/components/table/styles/CdrTable.module.scss.mjs +18 -0
- package/dist/src/components/tabs/CdrTabPanel.vue.mjs +9 -0
- package/dist/src/components/tabs/CdrTabPanel.vue2.mjs +40 -0
- package/dist/src/components/tabs/CdrTabs.vue.mjs +9 -0
- package/dist/src/components/tabs/CdrTabs.vue2.mjs +157 -0
- package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +10 -0
- package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +33 -0
- package/dist/src/components/text/CdrText.vue.mjs +9 -0
- package/dist/src/components/text/CdrText.vue2.mjs +24 -0
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +6 -0
- package/dist/src/components/toast/CdrToast.vue.mjs +9 -0
- package/dist/src/components/toast/CdrToast.vue2.mjs +103 -0
- package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +62 -0
- package/dist/src/components/toggleButton/CdrToggleButton.vue.mjs +9 -0
- package/dist/src/components/toggleButton/CdrToggleButton.vue2.mjs +32 -0
- package/dist/src/components/toggleButton/CdrToggleGroup.vue.mjs +9 -0
- package/dist/src/components/toggleButton/CdrToggleGroup.vue2.mjs +74 -0
- package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +7 -0
- package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +10 -0
- package/dist/src/components/tooltip/CdrTooltip.vue.mjs +9 -0
- package/dist/src/components/tooltip/CdrTooltip.vue2.mjs +98 -0
- package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +21 -0
- package/dist/src/lib.mjs +446 -0
- package/dist/src/mixins/breakpoints.mjs +8 -0
- package/dist/src/props/background.mjs +9 -0
- package/dist/src/props/size.mjs +9 -0
- package/dist/src/types/symbols.mjs +7 -0
- package/dist/src/utils/buildClass.mjs +6 -0
- package/dist/src/utils/debounce.mjs +9 -0
- package/dist/src/utils/kebabCase.mjs +6 -0
- package/dist/src/utils/mapClasses.mjs +6 -0
- package/dist/src/utils/propValidator.mjs +9 -0
- package/dist/src/utils/uid.mjs +6 -0
- 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/lib.mjs +0 -7503
- 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
|
@@ -402,132 +402,6 @@
|
|
|
402
402
|
}
|
|
403
403
|
]
|
|
404
404
|
},
|
|
405
|
-
"CdrBreadcrumb": {
|
|
406
|
-
"name": "CdrBreadcrumb",
|
|
407
|
-
"description": "Navigation used to reveal a page's location within the site hierarchy",
|
|
408
|
-
"tags": {},
|
|
409
|
-
"exportName": "default",
|
|
410
|
-
"displayName": "CdrBreadcrumb",
|
|
411
|
-
"props": [
|
|
412
|
-
{
|
|
413
|
-
"name": "items",
|
|
414
|
-
"description": "Sets the array of a breadcrumb object containing a 'url' and 'name' property.",
|
|
415
|
-
"tags": {
|
|
416
|
-
"demoIgnore": [
|
|
417
|
-
{
|
|
418
|
-
"description": "true",
|
|
419
|
-
"title": "demoIgnore"
|
|
420
|
-
}
|
|
421
|
-
]
|
|
422
|
-
},
|
|
423
|
-
"type": {
|
|
424
|
-
"name": "breadcrumbItem[]"
|
|
425
|
-
},
|
|
426
|
-
"defaultValue": {
|
|
427
|
-
"func": true,
|
|
428
|
-
"value": "() => []"
|
|
429
|
-
}
|
|
430
|
-
},
|
|
431
|
-
{
|
|
432
|
-
"name": "truncationEnabled",
|
|
433
|
-
"description": "Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.",
|
|
434
|
-
"type": {
|
|
435
|
-
"name": "boolean"
|
|
436
|
-
},
|
|
437
|
-
"defaultValue": {
|
|
438
|
-
"func": false,
|
|
439
|
-
"value": true
|
|
440
|
-
}
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"name": "id",
|
|
444
|
-
"description": "Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.",
|
|
445
|
-
"tags": {
|
|
446
|
-
"demoIgnore": [
|
|
447
|
-
{
|
|
448
|
-
"description": "true",
|
|
449
|
-
"title": "demoIgnore"
|
|
450
|
-
}
|
|
451
|
-
]
|
|
452
|
-
},
|
|
453
|
-
"type": {
|
|
454
|
-
"name": "string"
|
|
455
|
-
}
|
|
456
|
-
}
|
|
457
|
-
],
|
|
458
|
-
"events": [
|
|
459
|
-
{
|
|
460
|
-
"name": "navigate",
|
|
461
|
-
"description": "Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.",
|
|
462
|
-
"properties": [
|
|
463
|
-
{
|
|
464
|
-
"type": {
|
|
465
|
-
"names": [
|
|
466
|
-
"mixed"
|
|
467
|
-
]
|
|
468
|
-
},
|
|
469
|
-
"name": "breadcrumb",
|
|
470
|
-
"description": "The breadcrumb data object"
|
|
471
|
-
}
|
|
472
|
-
],
|
|
473
|
-
"tags": [
|
|
474
|
-
{
|
|
475
|
-
"title": "param",
|
|
476
|
-
"type": {
|
|
477
|
-
"name": "mixed"
|
|
478
|
-
},
|
|
479
|
-
"name": "breadcrumb",
|
|
480
|
-
"description": "The breadcrumb data object"
|
|
481
|
-
}
|
|
482
|
-
]
|
|
483
|
-
}
|
|
484
|
-
],
|
|
485
|
-
"slots": [
|
|
486
|
-
{
|
|
487
|
-
"name": "link",
|
|
488
|
-
"scoped": true,
|
|
489
|
-
"bindings": [
|
|
490
|
-
{
|
|
491
|
-
"name": "class",
|
|
492
|
-
"title": "binding"
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"name": "href",
|
|
496
|
-
"title": "binding"
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"name": "content",
|
|
500
|
-
"title": "binding"
|
|
501
|
-
}
|
|
502
|
-
]
|
|
503
|
-
}
|
|
504
|
-
],
|
|
505
|
-
"sourceFiles": [
|
|
506
|
-
"./src/components/breadcrumb/CdrBreadcrumb.vue"
|
|
507
|
-
],
|
|
508
|
-
"UIProperties": [
|
|
509
|
-
{
|
|
510
|
-
"name": "--cdr-breadcrumb-ellipses-icon-color",
|
|
511
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
512
|
-
"description": "Ellipses icon color"
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"name": "--cdr-breadcrumb-ellipses-icon-highlight-color",
|
|
516
|
-
"defaultValue": "--cdr-color-text-link-hover",
|
|
517
|
-
"description": "Ellipses icon hover, active and focus color"
|
|
518
|
-
},
|
|
519
|
-
{
|
|
520
|
-
"name": "--cdr-breadcrumb-item-color",
|
|
521
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
522
|
-
"description": "Breadcrumb item color"
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"name": "--cdr-breadcrumb-item-linked-highlight-color",
|
|
526
|
-
"defaultValue": "--cdr-color-text-link-hover",
|
|
527
|
-
"description": "Breadcrumb item linked hover, active and focus color"
|
|
528
|
-
}
|
|
529
|
-
]
|
|
530
|
-
},
|
|
531
405
|
"CdrButton": {
|
|
532
406
|
"name": "CdrButton",
|
|
533
407
|
"description": "Initiates an action, such as completing a task or submitting information",
|
|
@@ -1230,117 +1104,138 @@
|
|
|
1230
1104
|
}
|
|
1231
1105
|
]
|
|
1232
1106
|
},
|
|
1233
|
-
"
|
|
1234
|
-
"name": "
|
|
1235
|
-
"description": "
|
|
1107
|
+
"CdrBreadcrumb": {
|
|
1108
|
+
"name": "CdrBreadcrumb",
|
|
1109
|
+
"description": "Navigation used to reveal a page's location within the site hierarchy",
|
|
1236
1110
|
"tags": {},
|
|
1237
1111
|
"exportName": "default",
|
|
1238
|
-
"displayName": "
|
|
1112
|
+
"displayName": "CdrBreadcrumb",
|
|
1239
1113
|
"props": [
|
|
1240
1114
|
{
|
|
1241
|
-
"name": "
|
|
1242
|
-
"description": "Sets
|
|
1115
|
+
"name": "items",
|
|
1116
|
+
"description": "Sets the array of a breadcrumb object containing a 'url' and 'name' property.",
|
|
1117
|
+
"tags": {
|
|
1118
|
+
"demoIgnore": [
|
|
1119
|
+
{
|
|
1120
|
+
"description": "true",
|
|
1121
|
+
"title": "demoIgnore"
|
|
1122
|
+
}
|
|
1123
|
+
]
|
|
1124
|
+
},
|
|
1243
1125
|
"type": {
|
|
1244
|
-
"name": "
|
|
1126
|
+
"name": "breadcrumbItem[]"
|
|
1127
|
+
},
|
|
1128
|
+
"defaultValue": {
|
|
1129
|
+
"func": true,
|
|
1130
|
+
"value": "() => []"
|
|
1131
|
+
}
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"name": "truncationEnabled",
|
|
1135
|
+
"description": "Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.",
|
|
1136
|
+
"type": {
|
|
1137
|
+
"name": "boolean"
|
|
1245
1138
|
},
|
|
1246
1139
|
"defaultValue": {
|
|
1247
1140
|
"func": false,
|
|
1248
|
-
"value":
|
|
1141
|
+
"value": true
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"name": "id",
|
|
1146
|
+
"description": "Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.",
|
|
1147
|
+
"tags": {
|
|
1148
|
+
"demoIgnore": [
|
|
1149
|
+
{
|
|
1150
|
+
"description": "true",
|
|
1151
|
+
"title": "demoIgnore"
|
|
1152
|
+
}
|
|
1153
|
+
]
|
|
1154
|
+
},
|
|
1155
|
+
"type": {
|
|
1156
|
+
"name": "string"
|
|
1249
1157
|
}
|
|
1250
1158
|
}
|
|
1251
1159
|
],
|
|
1160
|
+
"events": [
|
|
1161
|
+
{
|
|
1162
|
+
"name": "navigate",
|
|
1163
|
+
"description": "Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.",
|
|
1164
|
+
"properties": [
|
|
1165
|
+
{
|
|
1166
|
+
"type": {
|
|
1167
|
+
"names": [
|
|
1168
|
+
"mixed"
|
|
1169
|
+
]
|
|
1170
|
+
},
|
|
1171
|
+
"name": "breadcrumb",
|
|
1172
|
+
"description": "The breadcrumb data object"
|
|
1173
|
+
}
|
|
1174
|
+
],
|
|
1175
|
+
"tags": [
|
|
1176
|
+
{
|
|
1177
|
+
"title": "param",
|
|
1178
|
+
"type": {
|
|
1179
|
+
"name": "mixed"
|
|
1180
|
+
},
|
|
1181
|
+
"name": "breadcrumb",
|
|
1182
|
+
"description": "The breadcrumb data object"
|
|
1183
|
+
}
|
|
1184
|
+
]
|
|
1185
|
+
}
|
|
1186
|
+
],
|
|
1252
1187
|
"slots": [
|
|
1253
1188
|
{
|
|
1254
|
-
"name": "
|
|
1255
|
-
"
|
|
1189
|
+
"name": "link",
|
|
1190
|
+
"scoped": true,
|
|
1191
|
+
"bindings": [
|
|
1192
|
+
{
|
|
1193
|
+
"name": "class",
|
|
1194
|
+
"title": "binding"
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"name": "href",
|
|
1198
|
+
"title": "binding"
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"name": "content",
|
|
1202
|
+
"title": "binding"
|
|
1203
|
+
}
|
|
1204
|
+
]
|
|
1256
1205
|
}
|
|
1257
1206
|
],
|
|
1258
1207
|
"sourceFiles": [
|
|
1259
|
-
"./src/components/
|
|
1208
|
+
"./src/components/breadcrumb/CdrBreadcrumb.vue"
|
|
1260
1209
|
],
|
|
1261
1210
|
"UIProperties": [
|
|
1262
1211
|
{
|
|
1263
|
-
"name": "--cdr-
|
|
1264
|
-
"defaultValue": "--cdr-color-
|
|
1265
|
-
"description": "
|
|
1212
|
+
"name": "--cdr-breadcrumb-ellipses-icon-color",
|
|
1213
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
1214
|
+
"description": "Ellipses icon color"
|
|
1266
1215
|
},
|
|
1267
1216
|
{
|
|
1268
|
-
"name": "--cdr-
|
|
1269
|
-
"defaultValue": "--cdr-color-text-
|
|
1270
|
-
"description": "
|
|
1217
|
+
"name": "--cdr-breadcrumb-ellipses-icon-highlight-color",
|
|
1218
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
1219
|
+
"description": "Ellipses icon hover, active and focus color"
|
|
1271
1220
|
},
|
|
1272
1221
|
{
|
|
1273
|
-
"name": "--cdr-
|
|
1274
|
-
"defaultValue": "--cdr-color-text-
|
|
1275
|
-
"description": "
|
|
1222
|
+
"name": "--cdr-breadcrumb-item-color",
|
|
1223
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
1224
|
+
"description": "Breadcrumb item color"
|
|
1276
1225
|
},
|
|
1277
1226
|
{
|
|
1278
|
-
"name": "--cdr-
|
|
1227
|
+
"name": "--cdr-breadcrumb-item-linked-highlight-color",
|
|
1279
1228
|
"defaultValue": "--cdr-color-text-link-hover",
|
|
1280
|
-
"description": "
|
|
1229
|
+
"description": "Breadcrumb item linked hover, active and focus color"
|
|
1281
1230
|
}
|
|
1282
1231
|
]
|
|
1283
1232
|
},
|
|
1284
|
-
"
|
|
1285
|
-
"name": "
|
|
1286
|
-
"description": "
|
|
1233
|
+
"CdrCheckbox": {
|
|
1234
|
+
"name": "CdrCheckbox",
|
|
1235
|
+
"description": "Allows selecting one or more items from a list",
|
|
1287
1236
|
"tags": {},
|
|
1288
1237
|
"exportName": "default",
|
|
1289
|
-
"displayName": "
|
|
1290
|
-
"props": [
|
|
1291
|
-
{
|
|
1292
|
-
"name": "summary",
|
|
1293
|
-
"description": "Sets the string content for the description body of the caption.",
|
|
1294
|
-
"tags": {
|
|
1295
|
-
"demoIgnore": [
|
|
1296
|
-
{
|
|
1297
|
-
"description": "true",
|
|
1298
|
-
"title": "demoIgnore"
|
|
1299
|
-
}
|
|
1300
|
-
]
|
|
1301
|
-
},
|
|
1302
|
-
"type": {
|
|
1303
|
-
"name": "string"
|
|
1304
|
-
}
|
|
1305
|
-
},
|
|
1306
|
-
{
|
|
1307
|
-
"name": "credit",
|
|
1308
|
-
"description": "Sets the string content for attribution.",
|
|
1309
|
-
"tags": {
|
|
1310
|
-
"demoIgnore": [
|
|
1311
|
-
{
|
|
1312
|
-
"description": "true",
|
|
1313
|
-
"title": "demoIgnore"
|
|
1314
|
-
}
|
|
1315
|
-
]
|
|
1316
|
-
},
|
|
1317
|
-
"type": {
|
|
1318
|
-
"name": "string"
|
|
1319
|
-
}
|
|
1320
|
-
}
|
|
1321
|
-
],
|
|
1322
|
-
"sourceFiles": [
|
|
1323
|
-
"./src/components/caption/CdrCaption.vue"
|
|
1324
|
-
],
|
|
1325
|
-
"UIProperties": [
|
|
1326
|
-
{
|
|
1327
|
-
"name": "--cdr-caption-summary-color",
|
|
1328
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
1329
|
-
"description": "Text color of a cdr-caption"
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
"name": "--cdr-caption-cite-color",
|
|
1333
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
1334
|
-
"description": "Text color of a cdr-caption"
|
|
1335
|
-
}
|
|
1336
|
-
]
|
|
1337
|
-
},
|
|
1338
|
-
"CdrCheckbox": {
|
|
1339
|
-
"name": "CdrCheckbox",
|
|
1340
|
-
"description": "Allows selecting one or more items from a list",
|
|
1341
|
-
"tags": {},
|
|
1342
|
-
"exportName": "default",
|
|
1343
|
-
"displayName": "CdrCheckbox",
|
|
1238
|
+
"displayName": "CdrCheckbox",
|
|
1344
1239
|
"props": [
|
|
1345
1240
|
{
|
|
1346
1241
|
"name": "labelClass",
|
|
@@ -1724,45 +1619,109 @@
|
|
|
1724
1619
|
}
|
|
1725
1620
|
]
|
|
1726
1621
|
},
|
|
1727
|
-
"
|
|
1728
|
-
"name": "
|
|
1729
|
-
"
|
|
1730
|
-
"displayName": "CdrChipGroup",
|
|
1731
|
-
"description": "",
|
|
1622
|
+
"CdrCaption": {
|
|
1623
|
+
"name": "CdrCaption",
|
|
1624
|
+
"description": "Provides context and credit for an asset such as an image, video, or chart",
|
|
1732
1625
|
"tags": {},
|
|
1626
|
+
"exportName": "default",
|
|
1627
|
+
"displayName": "CdrCaption",
|
|
1733
1628
|
"props": [
|
|
1734
1629
|
{
|
|
1735
|
-
"name": "
|
|
1736
|
-
"description": "Sets
|
|
1630
|
+
"name": "summary",
|
|
1631
|
+
"description": "Sets the string content for the description body of the caption.",
|
|
1632
|
+
"tags": {
|
|
1633
|
+
"demoIgnore": [
|
|
1634
|
+
{
|
|
1635
|
+
"description": "true",
|
|
1636
|
+
"title": "demoIgnore"
|
|
1637
|
+
}
|
|
1638
|
+
]
|
|
1639
|
+
},
|
|
1737
1640
|
"type": {
|
|
1738
1641
|
"name": "string"
|
|
1642
|
+
}
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"name": "credit",
|
|
1646
|
+
"description": "Sets the string content for attribution.",
|
|
1647
|
+
"tags": {
|
|
1648
|
+
"demoIgnore": [
|
|
1649
|
+
{
|
|
1650
|
+
"description": "true",
|
|
1651
|
+
"title": "demoIgnore"
|
|
1652
|
+
}
|
|
1653
|
+
]
|
|
1739
1654
|
},
|
|
1740
|
-
"
|
|
1655
|
+
"type": {
|
|
1656
|
+
"name": "string"
|
|
1657
|
+
}
|
|
1658
|
+
}
|
|
1659
|
+
],
|
|
1660
|
+
"sourceFiles": [
|
|
1661
|
+
"./src/components/caption/CdrCaption.vue"
|
|
1662
|
+
],
|
|
1663
|
+
"UIProperties": [
|
|
1664
|
+
{
|
|
1665
|
+
"name": "--cdr-caption-summary-color",
|
|
1666
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
1667
|
+
"description": "Text color of a cdr-caption"
|
|
1741
1668
|
},
|
|
1742
1669
|
{
|
|
1743
|
-
"name": "
|
|
1744
|
-
"
|
|
1670
|
+
"name": "--cdr-caption-cite-color",
|
|
1671
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
1672
|
+
"description": "Text color of a cdr-caption"
|
|
1673
|
+
}
|
|
1674
|
+
]
|
|
1675
|
+
},
|
|
1676
|
+
"CdrCard": {
|
|
1677
|
+
"name": "CdrCard",
|
|
1678
|
+
"description": "Related, interactive containers linking to a single subject or destination",
|
|
1679
|
+
"tags": {},
|
|
1680
|
+
"exportName": "default",
|
|
1681
|
+
"displayName": "CdrCard",
|
|
1682
|
+
"props": [
|
|
1683
|
+
{
|
|
1684
|
+
"name": "tag",
|
|
1685
|
+
"description": "Sets valid HTML container element tag.",
|
|
1745
1686
|
"type": {
|
|
1746
|
-
"name": "
|
|
1687
|
+
"name": "string"
|
|
1747
1688
|
},
|
|
1748
1689
|
"defaultValue": {
|
|
1749
1690
|
"func": false,
|
|
1750
|
-
"value":
|
|
1691
|
+
"value": "'article'"
|
|
1751
1692
|
}
|
|
1752
1693
|
}
|
|
1753
1694
|
],
|
|
1754
1695
|
"slots": [
|
|
1755
|
-
{
|
|
1756
|
-
"name": "label",
|
|
1757
|
-
"description": "Override CdrChip label content with a custom element"
|
|
1758
|
-
},
|
|
1759
1696
|
{
|
|
1760
1697
|
"name": "default",
|
|
1761
|
-
"description": "
|
|
1698
|
+
"description": "CdrCard content"
|
|
1762
1699
|
}
|
|
1763
1700
|
],
|
|
1764
1701
|
"sourceFiles": [
|
|
1765
|
-
"./src/components/
|
|
1702
|
+
"./src/components/card/CdrCard.vue"
|
|
1703
|
+
],
|
|
1704
|
+
"UIProperties": [
|
|
1705
|
+
{
|
|
1706
|
+
"name": "--cdr-card-base-background-color",
|
|
1707
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
1708
|
+
"description": "Background color of a cdr-card"
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"name": "--cdr-card-base-color",
|
|
1712
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
1713
|
+
"description": "Text color of a cdr-card"
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"name": "--cdr-card-link-color",
|
|
1717
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
1718
|
+
"description": "Link text color of a cdr-card"
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"name": "--cdr-card-link-hover-color",
|
|
1722
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
1723
|
+
"description": "Link hover text color of a cdr-card"
|
|
1724
|
+
}
|
|
1766
1725
|
]
|
|
1767
1726
|
},
|
|
1768
1727
|
"CdrContainer": {
|
|
@@ -2028,63 +1987,45 @@
|
|
|
2028
1987
|
"./src/components/grid/CdrGrid.vue"
|
|
2029
1988
|
]
|
|
2030
1989
|
},
|
|
2031
|
-
"
|
|
2032
|
-
"name": "
|
|
2033
|
-
"description": "Communicates meaning through graphics representing simple and complex ideas",
|
|
2034
|
-
"tags": {
|
|
2035
|
-
"demoComponentNames": [
|
|
2036
|
-
{
|
|
2037
|
-
"description": "icon-account-profile, icon-camera",
|
|
2038
|
-
"title": "demoComponentNames"
|
|
2039
|
-
}
|
|
2040
|
-
]
|
|
2041
|
-
},
|
|
1990
|
+
"CdrChipGroup": {
|
|
1991
|
+
"name": "CdrChipGroup",
|
|
2042
1992
|
"exportName": "default",
|
|
2043
|
-
"displayName": "
|
|
1993
|
+
"displayName": "CdrChipGroup",
|
|
1994
|
+
"description": "",
|
|
1995
|
+
"tags": {},
|
|
2044
1996
|
"props": [
|
|
2045
1997
|
{
|
|
2046
|
-
"name": "
|
|
2047
|
-
"description": "
|
|
1998
|
+
"name": "label",
|
|
1999
|
+
"description": "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.",
|
|
2048
2000
|
"type": {
|
|
2049
2001
|
"name": "string"
|
|
2050
|
-
}
|
|
2051
|
-
},
|
|
2052
|
-
{
|
|
2053
|
-
"name": "inheritColor",
|
|
2054
|
-
"description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
|
|
2055
|
-
"type": {
|
|
2056
|
-
"name": "boolean"
|
|
2057
2002
|
},
|
|
2058
|
-
"
|
|
2059
|
-
"func": false,
|
|
2060
|
-
"value": false
|
|
2061
|
-
}
|
|
2003
|
+
"required": true
|
|
2062
2004
|
},
|
|
2063
2005
|
{
|
|
2064
|
-
"name": "
|
|
2006
|
+
"name": "hideLabel",
|
|
2007
|
+
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
2065
2008
|
"type": {
|
|
2066
|
-
"name": "
|
|
2009
|
+
"name": "boolean"
|
|
2067
2010
|
},
|
|
2068
2011
|
"defaultValue": {
|
|
2069
2012
|
"func": false,
|
|
2070
|
-
"value":
|
|
2013
|
+
"value": true
|
|
2071
2014
|
}
|
|
2072
2015
|
}
|
|
2073
2016
|
],
|
|
2074
2017
|
"slots": [
|
|
2075
2018
|
{
|
|
2076
|
-
"name": "
|
|
2019
|
+
"name": "label",
|
|
2020
|
+
"description": "Override CdrChip label content with a custom element"
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"name": "default",
|
|
2024
|
+
"description": "CdrChipGroup content (CdrChip components)"
|
|
2077
2025
|
}
|
|
2078
2026
|
],
|
|
2079
2027
|
"sourceFiles": [
|
|
2080
|
-
"./src/components/
|
|
2081
|
-
],
|
|
2082
|
-
"UIProperties": [
|
|
2083
|
-
{
|
|
2084
|
-
"name": "--cdr-icon-fill-default",
|
|
2085
|
-
"defaultValue": "--cdr-color-icon-default",
|
|
2086
|
-
"description": "Fill color of an icon"
|
|
2087
|
-
}
|
|
2028
|
+
"./src/components/chip/CdrChipGroup.vue"
|
|
2088
2029
|
]
|
|
2089
2030
|
},
|
|
2090
2031
|
"CdrImg": {
|
|
@@ -2227,52 +2168,111 @@
|
|
|
2227
2168
|
"./src/components/image/CdrImg.vue"
|
|
2228
2169
|
]
|
|
2229
2170
|
},
|
|
2230
|
-
"
|
|
2231
|
-
"name": "
|
|
2232
|
-
"description": "
|
|
2233
|
-
"tags": {
|
|
2171
|
+
"CdrIcon": {
|
|
2172
|
+
"name": "CdrIcon",
|
|
2173
|
+
"description": "Communicates meaning through graphics representing simple and complex ideas",
|
|
2174
|
+
"tags": {
|
|
2175
|
+
"demoComponentNames": [
|
|
2176
|
+
{
|
|
2177
|
+
"description": "icon-account-profile, icon-camera",
|
|
2178
|
+
"title": "demoComponentNames"
|
|
2179
|
+
}
|
|
2180
|
+
]
|
|
2181
|
+
},
|
|
2234
2182
|
"exportName": "default",
|
|
2235
|
-
"displayName": "
|
|
2183
|
+
"displayName": "CdrIcon",
|
|
2236
2184
|
"props": [
|
|
2237
2185
|
{
|
|
2238
|
-
"name": "
|
|
2239
|
-
"description": "
|
|
2186
|
+
"name": "use",
|
|
2187
|
+
"description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
|
|
2240
2188
|
"type": {
|
|
2241
2189
|
"name": "string"
|
|
2242
2190
|
}
|
|
2243
2191
|
},
|
|
2244
2192
|
{
|
|
2245
|
-
"name": "
|
|
2246
|
-
"description": "
|
|
2247
|
-
"tags": {
|
|
2248
|
-
"demoSelectMultiple": [
|
|
2249
|
-
{
|
|
2250
|
-
"description": "false",
|
|
2251
|
-
"title": "demoSelectMultiple"
|
|
2252
|
-
}
|
|
2253
|
-
]
|
|
2254
|
-
},
|
|
2255
|
-
"values": [
|
|
2256
|
-
"text",
|
|
2257
|
-
"email",
|
|
2258
|
-
"number",
|
|
2259
|
-
"password",
|
|
2260
|
-
"search",
|
|
2261
|
-
"url",
|
|
2262
|
-
"tel",
|
|
2263
|
-
"date"
|
|
2264
|
-
],
|
|
2193
|
+
"name": "inheritColor",
|
|
2194
|
+
"description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
|
|
2265
2195
|
"type": {
|
|
2266
|
-
"name": "
|
|
2196
|
+
"name": "boolean"
|
|
2267
2197
|
},
|
|
2268
2198
|
"defaultValue": {
|
|
2269
2199
|
"func": false,
|
|
2270
|
-
"value":
|
|
2200
|
+
"value": false
|
|
2271
2201
|
}
|
|
2272
2202
|
},
|
|
2273
2203
|
{
|
|
2274
|
-
"name": "
|
|
2275
|
-
"
|
|
2204
|
+
"name": "size",
|
|
2205
|
+
"type": {
|
|
2206
|
+
"name": "string"
|
|
2207
|
+
},
|
|
2208
|
+
"defaultValue": {
|
|
2209
|
+
"func": false,
|
|
2210
|
+
"value": "'medium'"
|
|
2211
|
+
}
|
|
2212
|
+
}
|
|
2213
|
+
],
|
|
2214
|
+
"slots": [
|
|
2215
|
+
{
|
|
2216
|
+
"name": "default"
|
|
2217
|
+
}
|
|
2218
|
+
],
|
|
2219
|
+
"sourceFiles": [
|
|
2220
|
+
"./src/components/icon/CdrIcon.vue"
|
|
2221
|
+
],
|
|
2222
|
+
"UIProperties": [
|
|
2223
|
+
{
|
|
2224
|
+
"name": "--cdr-icon-fill-default",
|
|
2225
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
2226
|
+
"description": "Fill color of an icon"
|
|
2227
|
+
}
|
|
2228
|
+
]
|
|
2229
|
+
},
|
|
2230
|
+
"CdrInput": {
|
|
2231
|
+
"name": "CdrInput",
|
|
2232
|
+
"description": "Allows for data entry, editing, and search",
|
|
2233
|
+
"tags": {},
|
|
2234
|
+
"exportName": "default",
|
|
2235
|
+
"displayName": "CdrInput",
|
|
2236
|
+
"props": [
|
|
2237
|
+
{
|
|
2238
|
+
"name": "id",
|
|
2239
|
+
"description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.",
|
|
2240
|
+
"type": {
|
|
2241
|
+
"name": "string"
|
|
2242
|
+
}
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"name": "type",
|
|
2246
|
+
"description": "'type' attribute for the input as defined by w3c.\n Only supporting text|email|number|password|search|url|date.\n The increment/decrement webkit psuedo element is hidden for number.",
|
|
2247
|
+
"tags": {
|
|
2248
|
+
"demoSelectMultiple": [
|
|
2249
|
+
{
|
|
2250
|
+
"description": "false",
|
|
2251
|
+
"title": "demoSelectMultiple"
|
|
2252
|
+
}
|
|
2253
|
+
]
|
|
2254
|
+
},
|
|
2255
|
+
"values": [
|
|
2256
|
+
"text",
|
|
2257
|
+
"email",
|
|
2258
|
+
"number",
|
|
2259
|
+
"password",
|
|
2260
|
+
"search",
|
|
2261
|
+
"url",
|
|
2262
|
+
"tel",
|
|
2263
|
+
"date"
|
|
2264
|
+
],
|
|
2265
|
+
"type": {
|
|
2266
|
+
"name": "string"
|
|
2267
|
+
},
|
|
2268
|
+
"defaultValue": {
|
|
2269
|
+
"func": false,
|
|
2270
|
+
"value": "'text'"
|
|
2271
|
+
}
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"name": "label",
|
|
2275
|
+
"description": "Sets the text value for the input label. Required for a11y compliance. Use ‘hideLabel’ if the label display is not desired. Required.",
|
|
2276
2276
|
"type": {
|
|
2277
2277
|
"name": "string"
|
|
2278
2278
|
},
|
|
@@ -2994,6 +2994,159 @@
|
|
|
2994
2994
|
}
|
|
2995
2995
|
]
|
|
2996
2996
|
},
|
|
2997
|
+
"CdrPagination": {
|
|
2998
|
+
"name": "CdrPagination",
|
|
2999
|
+
"description": "Allows people to navigate to the next or previous page within an experience",
|
|
3000
|
+
"tags": {},
|
|
3001
|
+
"exportName": "default",
|
|
3002
|
+
"displayName": "CdrPagination",
|
|
3003
|
+
"props": [
|
|
3004
|
+
{
|
|
3005
|
+
"name": "id",
|
|
3006
|
+
"description": "Define a custom slug for the generated pagination item IDs. Slug is randomly generated if no ID provided.",
|
|
3007
|
+
"tags": {
|
|
3008
|
+
"demoIgnore": [
|
|
3009
|
+
{
|
|
3010
|
+
"description": "true",
|
|
3011
|
+
"title": "demoIgnore"
|
|
3012
|
+
}
|
|
3013
|
+
]
|
|
3014
|
+
},
|
|
3015
|
+
"type": {
|
|
3016
|
+
"name": "string"
|
|
3017
|
+
}
|
|
3018
|
+
},
|
|
3019
|
+
{
|
|
3020
|
+
"name": "totalPages",
|
|
3021
|
+
"description": "Sets the total number of pages for displaying \"Page x of <totalPages>\".\nSometimes the total number of pages is different than total page data objects in the pages array.\nFor example, if only the next and previous pages are provided.",
|
|
3022
|
+
"type": {
|
|
3023
|
+
"name": "number"
|
|
3024
|
+
},
|
|
3025
|
+
"defaultValue": {
|
|
3026
|
+
"func": false,
|
|
3027
|
+
"value": "null"
|
|
3028
|
+
}
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"name": "pages",
|
|
3032
|
+
"description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
|
|
3033
|
+
"type": {
|
|
3034
|
+
"name": "paginationItem[]"
|
|
3035
|
+
},
|
|
3036
|
+
"required": true
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
"name": "linkTag",
|
|
3040
|
+
"description": "Sets which tag type is used to render pagination elements",
|
|
3041
|
+
"tags": {},
|
|
3042
|
+
"values": [
|
|
3043
|
+
"a",
|
|
3044
|
+
"button"
|
|
3045
|
+
],
|
|
3046
|
+
"type": {
|
|
3047
|
+
"name": "string"
|
|
3048
|
+
},
|
|
3049
|
+
"defaultValue": {
|
|
3050
|
+
"func": false,
|
|
3051
|
+
"value": "'a'"
|
|
3052
|
+
}
|
|
3053
|
+
},
|
|
3054
|
+
{
|
|
3055
|
+
"name": "forLabel",
|
|
3056
|
+
"description": "Used to customize the aria-label for the root pagination element.\nFor page-level pagination (i.e, pagination that updates the entire page content and changes the URL)\nthis property should be omitted.\nFor intra-page navigation this property should describe the element being paginated, for example:\n`Pagination for sub-content`",
|
|
3057
|
+
"type": {
|
|
3058
|
+
"name": "string"
|
|
3059
|
+
},
|
|
3060
|
+
"defaultValue": {
|
|
3061
|
+
"func": false,
|
|
3062
|
+
"value": "''"
|
|
3063
|
+
}
|
|
3064
|
+
},
|
|
3065
|
+
{
|
|
3066
|
+
"name": "modelValue",
|
|
3067
|
+
"tags": {
|
|
3068
|
+
"ignore": [
|
|
3069
|
+
{
|
|
3070
|
+
"description": "used for binding v-model, represents the current page",
|
|
3071
|
+
"title": "ignore"
|
|
3072
|
+
}
|
|
3073
|
+
]
|
|
3074
|
+
},
|
|
3075
|
+
"type": {
|
|
3076
|
+
"name": "number"
|
|
3077
|
+
}
|
|
3078
|
+
}
|
|
3079
|
+
],
|
|
3080
|
+
"events": [
|
|
3081
|
+
{
|
|
3082
|
+
"name": "update:modelValue",
|
|
3083
|
+
"description": "Event emitted by v-model on the select <input> element to indicate current page.\nOnly used on small devices",
|
|
3084
|
+
"properties": [
|
|
3085
|
+
{
|
|
3086
|
+
"type": {
|
|
3087
|
+
"names": [
|
|
3088
|
+
"mixed"
|
|
3089
|
+
]
|
|
3090
|
+
},
|
|
3091
|
+
"name": "modelValue"
|
|
3092
|
+
}
|
|
3093
|
+
],
|
|
3094
|
+
"tags": [
|
|
3095
|
+
{
|
|
3096
|
+
"title": "param",
|
|
3097
|
+
"type": {
|
|
3098
|
+
"name": "mixed"
|
|
3099
|
+
},
|
|
3100
|
+
"name": "modelValue"
|
|
3101
|
+
}
|
|
3102
|
+
]
|
|
3103
|
+
},
|
|
3104
|
+
{
|
|
3105
|
+
"name": "navigate",
|
|
3106
|
+
"description": "$emit event fired when page changes based on user interaction by clicking a link\nor selecting an option from the select on mobile.\n`event.preventDefault()` can be used to override the default link navigation behavior."
|
|
3107
|
+
}
|
|
3108
|
+
],
|
|
3109
|
+
"sourceFiles": [
|
|
3110
|
+
"./src/components/pagination/CdrPagination.vue"
|
|
3111
|
+
],
|
|
3112
|
+
"UIProperties": [
|
|
3113
|
+
{
|
|
3114
|
+
"name": "--cdr-pagination-link-text-color",
|
|
3115
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
3116
|
+
"description": "Text color of a cdr-pagination link"
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"name": "--cdr-pagination-link-fill-color",
|
|
3120
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
3121
|
+
"description": "Fill color of a cdr-pagination link"
|
|
3122
|
+
},
|
|
3123
|
+
{
|
|
3124
|
+
"name": "--cdr-pagination-link-background-color-interaction",
|
|
3125
|
+
"defaultValue": "--cdr-color-background-pagination-hover",
|
|
3126
|
+
"description": "Background color of a cdr-pagination link on hover/focus/active"
|
|
3127
|
+
},
|
|
3128
|
+
{
|
|
3129
|
+
"name": "--cdr-pagination-link-current-background-color-keyline",
|
|
3130
|
+
"defaultValue": "--cdr-color-background-pagination-keyline",
|
|
3131
|
+
"description": "Background color of the keyline for the current cdr-pagination link"
|
|
3132
|
+
},
|
|
3133
|
+
{
|
|
3134
|
+
"name": "--cdr-pagination-link-text-color-disabled",
|
|
3135
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
3136
|
+
"description": "Text color of a disabled cdr-pagination link"
|
|
3137
|
+
},
|
|
3138
|
+
{
|
|
3139
|
+
"name": "--cdr-pagination-link-fill-color-disabled",
|
|
3140
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
3141
|
+
"description": "Fill color of a disabled cdr-pagination link"
|
|
3142
|
+
},
|
|
3143
|
+
{
|
|
3144
|
+
"name": "--cdr-pagination-link-text-color-interactive-disabled",
|
|
3145
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
3146
|
+
"description": "Text color of a disabled cdr-pagination link on hover/focus/active"
|
|
3147
|
+
}
|
|
3148
|
+
]
|
|
3149
|
+
},
|
|
2997
3150
|
"CdrModal": {
|
|
2998
3151
|
"name": "CdrModal",
|
|
2999
3152
|
"description": "Disruptive, action-blocking overlays used to display important information",
|
|
@@ -3266,182 +3419,29 @@
|
|
|
3266
3419
|
"./src/components/popover/CdrPopover.vue"
|
|
3267
3420
|
]
|
|
3268
3421
|
},
|
|
3269
|
-
"
|
|
3270
|
-
"name": "
|
|
3271
|
-
"description": "
|
|
3422
|
+
"CdrPopup": {
|
|
3423
|
+
"name": "CdrPopup",
|
|
3424
|
+
"description": "An internal helper component used by Popover and Tooltip",
|
|
3272
3425
|
"tags": {},
|
|
3273
3426
|
"exportName": "default",
|
|
3274
|
-
"displayName": "
|
|
3427
|
+
"displayName": "CdrPopup",
|
|
3275
3428
|
"props": [
|
|
3276
3429
|
{
|
|
3277
|
-
"name": "
|
|
3278
|
-
"description": "Define a custom slug for the generated pagination item IDs. Slug is randomly generated if no ID provided.",
|
|
3279
|
-
"tags": {
|
|
3280
|
-
"demoIgnore": [
|
|
3281
|
-
{
|
|
3282
|
-
"description": "true",
|
|
3283
|
-
"title": "demoIgnore"
|
|
3284
|
-
}
|
|
3285
|
-
]
|
|
3286
|
-
},
|
|
3430
|
+
"name": "opened",
|
|
3287
3431
|
"type": {
|
|
3288
|
-
"name": "
|
|
3432
|
+
"name": "boolean"
|
|
3433
|
+
},
|
|
3434
|
+
"defaultValue": {
|
|
3435
|
+
"func": false,
|
|
3436
|
+
"value": false
|
|
3289
3437
|
}
|
|
3290
3438
|
},
|
|
3291
3439
|
{
|
|
3292
|
-
"name": "
|
|
3293
|
-
"description": "Sets the total number of pages for displaying \"Page x of <totalPages>\".\nSometimes the total number of pages is different than total page data objects in the pages array.\nFor example, if only the next and previous pages are provided.",
|
|
3440
|
+
"name": "position",
|
|
3294
3441
|
"type": {
|
|
3295
|
-
"name": "
|
|
3442
|
+
"name": "string"
|
|
3296
3443
|
},
|
|
3297
|
-
"
|
|
3298
|
-
"func": false,
|
|
3299
|
-
"value": "null"
|
|
3300
|
-
}
|
|
3301
|
-
},
|
|
3302
|
-
{
|
|
3303
|
-
"name": "pages",
|
|
3304
|
-
"description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
|
|
3305
|
-
"type": {
|
|
3306
|
-
"name": "paginationItem[]"
|
|
3307
|
-
},
|
|
3308
|
-
"required": true
|
|
3309
|
-
},
|
|
3310
|
-
{
|
|
3311
|
-
"name": "linkTag",
|
|
3312
|
-
"description": "Sets which tag type is used to render pagination elements",
|
|
3313
|
-
"tags": {},
|
|
3314
|
-
"values": [
|
|
3315
|
-
"a",
|
|
3316
|
-
"button"
|
|
3317
|
-
],
|
|
3318
|
-
"type": {
|
|
3319
|
-
"name": "string"
|
|
3320
|
-
},
|
|
3321
|
-
"defaultValue": {
|
|
3322
|
-
"func": false,
|
|
3323
|
-
"value": "'a'"
|
|
3324
|
-
}
|
|
3325
|
-
},
|
|
3326
|
-
{
|
|
3327
|
-
"name": "forLabel",
|
|
3328
|
-
"description": "Used to customize the aria-label for the root pagination element.\nFor page-level pagination (i.e, pagination that updates the entire page content and changes the URL)\nthis property should be omitted.\nFor intra-page navigation this property should describe the element being paginated, for example:\n`Pagination for sub-content`",
|
|
3329
|
-
"type": {
|
|
3330
|
-
"name": "string"
|
|
3331
|
-
},
|
|
3332
|
-
"defaultValue": {
|
|
3333
|
-
"func": false,
|
|
3334
|
-
"value": "''"
|
|
3335
|
-
}
|
|
3336
|
-
},
|
|
3337
|
-
{
|
|
3338
|
-
"name": "modelValue",
|
|
3339
|
-
"tags": {
|
|
3340
|
-
"ignore": [
|
|
3341
|
-
{
|
|
3342
|
-
"description": "used for binding v-model, represents the current page",
|
|
3343
|
-
"title": "ignore"
|
|
3344
|
-
}
|
|
3345
|
-
]
|
|
3346
|
-
},
|
|
3347
|
-
"type": {
|
|
3348
|
-
"name": "number"
|
|
3349
|
-
}
|
|
3350
|
-
}
|
|
3351
|
-
],
|
|
3352
|
-
"events": [
|
|
3353
|
-
{
|
|
3354
|
-
"name": "update:modelValue",
|
|
3355
|
-
"description": "Event emitted by v-model on the select <input> element to indicate current page.\nOnly used on small devices",
|
|
3356
|
-
"properties": [
|
|
3357
|
-
{
|
|
3358
|
-
"type": {
|
|
3359
|
-
"names": [
|
|
3360
|
-
"mixed"
|
|
3361
|
-
]
|
|
3362
|
-
},
|
|
3363
|
-
"name": "modelValue"
|
|
3364
|
-
}
|
|
3365
|
-
],
|
|
3366
|
-
"tags": [
|
|
3367
|
-
{
|
|
3368
|
-
"title": "param",
|
|
3369
|
-
"type": {
|
|
3370
|
-
"name": "mixed"
|
|
3371
|
-
},
|
|
3372
|
-
"name": "modelValue"
|
|
3373
|
-
}
|
|
3374
|
-
]
|
|
3375
|
-
},
|
|
3376
|
-
{
|
|
3377
|
-
"name": "navigate",
|
|
3378
|
-
"description": "$emit event fired when page changes based on user interaction by clicking a link\nor selecting an option from the select on mobile.\n`event.preventDefault()` can be used to override the default link navigation behavior."
|
|
3379
|
-
}
|
|
3380
|
-
],
|
|
3381
|
-
"sourceFiles": [
|
|
3382
|
-
"./src/components/pagination/CdrPagination.vue"
|
|
3383
|
-
],
|
|
3384
|
-
"UIProperties": [
|
|
3385
|
-
{
|
|
3386
|
-
"name": "--cdr-pagination-link-text-color",
|
|
3387
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
3388
|
-
"description": "Text color of a cdr-pagination link"
|
|
3389
|
-
},
|
|
3390
|
-
{
|
|
3391
|
-
"name": "--cdr-pagination-link-fill-color",
|
|
3392
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
3393
|
-
"description": "Fill color of a cdr-pagination link"
|
|
3394
|
-
},
|
|
3395
|
-
{
|
|
3396
|
-
"name": "--cdr-pagination-link-background-color-interaction",
|
|
3397
|
-
"defaultValue": "--cdr-color-background-pagination-hover",
|
|
3398
|
-
"description": "Background color of a cdr-pagination link on hover/focus/active"
|
|
3399
|
-
},
|
|
3400
|
-
{
|
|
3401
|
-
"name": "--cdr-pagination-link-current-background-color-keyline",
|
|
3402
|
-
"defaultValue": "--cdr-color-background-pagination-keyline",
|
|
3403
|
-
"description": "Background color of the keyline for the current cdr-pagination link"
|
|
3404
|
-
},
|
|
3405
|
-
{
|
|
3406
|
-
"name": "--cdr-pagination-link-text-color-disabled",
|
|
3407
|
-
"defaultValue": "--cdr-color-text-disabled",
|
|
3408
|
-
"description": "Text color of a disabled cdr-pagination link"
|
|
3409
|
-
},
|
|
3410
|
-
{
|
|
3411
|
-
"name": "--cdr-pagination-link-fill-color-disabled",
|
|
3412
|
-
"defaultValue": "--cdr-color-text-disabled",
|
|
3413
|
-
"description": "Fill color of a disabled cdr-pagination link"
|
|
3414
|
-
},
|
|
3415
|
-
{
|
|
3416
|
-
"name": "--cdr-pagination-link-text-color-interactive-disabled",
|
|
3417
|
-
"defaultValue": "--cdr-color-text-disabled",
|
|
3418
|
-
"description": "Text color of a disabled cdr-pagination link on hover/focus/active"
|
|
3419
|
-
}
|
|
3420
|
-
]
|
|
3421
|
-
},
|
|
3422
|
-
"CdrPopup": {
|
|
3423
|
-
"name": "CdrPopup",
|
|
3424
|
-
"description": "An internal helper component used by Popover and Tooltip",
|
|
3425
|
-
"tags": {},
|
|
3426
|
-
"exportName": "default",
|
|
3427
|
-
"displayName": "CdrPopup",
|
|
3428
|
-
"props": [
|
|
3429
|
-
{
|
|
3430
|
-
"name": "opened",
|
|
3431
|
-
"type": {
|
|
3432
|
-
"name": "boolean"
|
|
3433
|
-
},
|
|
3434
|
-
"defaultValue": {
|
|
3435
|
-
"func": false,
|
|
3436
|
-
"value": false
|
|
3437
|
-
}
|
|
3438
|
-
},
|
|
3439
|
-
{
|
|
3440
|
-
"name": "position",
|
|
3441
|
-
"type": {
|
|
3442
|
-
"name": "string"
|
|
3443
|
-
},
|
|
3444
|
-
"required": false,
|
|
3444
|
+
"required": false,
|
|
3445
3445
|
"defaultValue": {
|
|
3446
3446
|
"func": false,
|
|
3447
3447
|
"value": "'top'"
|
|
@@ -3730,6 +3730,94 @@
|
|
|
3730
3730
|
}
|
|
3731
3731
|
]
|
|
3732
3732
|
},
|
|
3733
|
+
"CdrQuote": {
|
|
3734
|
+
"name": "CdrQuote",
|
|
3735
|
+
"description": "Short excerpt used to emphasize content or break up a large body of text",
|
|
3736
|
+
"tags": {},
|
|
3737
|
+
"exportName": "default",
|
|
3738
|
+
"displayName": "CdrQuote",
|
|
3739
|
+
"props": [
|
|
3740
|
+
{
|
|
3741
|
+
"name": "tag",
|
|
3742
|
+
"description": "Sets the semantic HTML element for the quote.",
|
|
3743
|
+
"tags": {},
|
|
3744
|
+
"values": [
|
|
3745
|
+
"blockquote",
|
|
3746
|
+
"aside",
|
|
3747
|
+
"q",
|
|
3748
|
+
"div"
|
|
3749
|
+
],
|
|
3750
|
+
"type": {
|
|
3751
|
+
"name": "string"
|
|
3752
|
+
},
|
|
3753
|
+
"defaultValue": {
|
|
3754
|
+
"func": false,
|
|
3755
|
+
"value": "'blockquote'"
|
|
3756
|
+
}
|
|
3757
|
+
},
|
|
3758
|
+
{
|
|
3759
|
+
"name": "modifier",
|
|
3760
|
+
"description": "Modifies the style variant for the quote",
|
|
3761
|
+
"tags": {
|
|
3762
|
+
"demoSelectMultiple": [
|
|
3763
|
+
{
|
|
3764
|
+
"description": "true",
|
|
3765
|
+
"title": "demoSelectMultiple"
|
|
3766
|
+
}
|
|
3767
|
+
]
|
|
3768
|
+
},
|
|
3769
|
+
"values": [
|
|
3770
|
+
"pull"
|
|
3771
|
+
],
|
|
3772
|
+
"type": {
|
|
3773
|
+
"name": "string"
|
|
3774
|
+
},
|
|
3775
|
+
"defaultValue": {
|
|
3776
|
+
"func": false,
|
|
3777
|
+
"value": "''"
|
|
3778
|
+
}
|
|
3779
|
+
},
|
|
3780
|
+
{
|
|
3781
|
+
"name": "summary",
|
|
3782
|
+
"description": "Sets the quote body text.",
|
|
3783
|
+
"type": {
|
|
3784
|
+
"name": "string"
|
|
3785
|
+
}
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"name": "citation",
|
|
3789
|
+
"description": "Sets the quote attribution text.",
|
|
3790
|
+
"type": {
|
|
3791
|
+
"name": "string"
|
|
3792
|
+
}
|
|
3793
|
+
}
|
|
3794
|
+
],
|
|
3795
|
+
"slots": [
|
|
3796
|
+
{
|
|
3797
|
+
"name": "default"
|
|
3798
|
+
}
|
|
3799
|
+
],
|
|
3800
|
+
"sourceFiles": [
|
|
3801
|
+
"./src/components/quote/CdrQuote.vue"
|
|
3802
|
+
],
|
|
3803
|
+
"UIProperties": [
|
|
3804
|
+
{
|
|
3805
|
+
"name": "--cdr-quote-cite-text-color",
|
|
3806
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
3807
|
+
"description": "Text color of a cdr-quote citation"
|
|
3808
|
+
},
|
|
3809
|
+
{
|
|
3810
|
+
"name": "--cdr-quote-content-text-color",
|
|
3811
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
3812
|
+
"description": "Text color of cdr-quote content"
|
|
3813
|
+
},
|
|
3814
|
+
{
|
|
3815
|
+
"name": "--cdr-quote-pull-container-border-color",
|
|
3816
|
+
"defaultValue": "--cdr-color-border-primary",
|
|
3817
|
+
"description": "Border color of a cdr-quote pull container"
|
|
3818
|
+
}
|
|
3819
|
+
]
|
|
3820
|
+
},
|
|
3733
3821
|
"CdrRating": {
|
|
3734
3822
|
"name": "CdrRating",
|
|
3735
3823
|
"description": "Provides insight into user opinions for products, experiences, and more",
|
|
@@ -3860,157 +3948,18 @@
|
|
|
3860
3948
|
}
|
|
3861
3949
|
]
|
|
3862
3950
|
},
|
|
3863
|
-
"
|
|
3864
|
-
"name": "
|
|
3865
|
-
"description": "
|
|
3951
|
+
"CdrSelect": {
|
|
3952
|
+
"name": "CdrSelect",
|
|
3953
|
+
"description": "Allows the selection of one or more options from a dropdown list",
|
|
3866
3954
|
"tags": {},
|
|
3867
3955
|
"exportName": "default",
|
|
3868
|
-
"displayName": "
|
|
3956
|
+
"displayName": "CdrSelect",
|
|
3869
3957
|
"props": [
|
|
3870
3958
|
{
|
|
3871
|
-
"name": "
|
|
3872
|
-
"description": "
|
|
3959
|
+
"name": "id",
|
|
3960
|
+
"description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be auto-generated.",
|
|
3873
3961
|
"type": {
|
|
3874
|
-
"name": "
|
|
3875
|
-
},
|
|
3876
|
-
"defaultValue": {
|
|
3877
|
-
"func": false,
|
|
3878
|
-
"value": true
|
|
3879
|
-
}
|
|
3880
|
-
}
|
|
3881
|
-
],
|
|
3882
|
-
"slots": [
|
|
3883
|
-
{
|
|
3884
|
-
"name": "default",
|
|
3885
|
-
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
3886
|
-
}
|
|
3887
|
-
],
|
|
3888
|
-
"sourceFiles": [
|
|
3889
|
-
"./src/components/skeleton/CdrSkeleton.vue"
|
|
3890
|
-
],
|
|
3891
|
-
"UIProperties": [
|
|
3892
|
-
{
|
|
3893
|
-
"name": "--cdr-skeleton-bone-background-color",
|
|
3894
|
-
"defaultValue": "#edeae3",
|
|
3895
|
-
"description": "Skeleton bone background color"
|
|
3896
|
-
},
|
|
3897
|
-
{
|
|
3898
|
-
"name": "--cdr-skeleton-gradient-1",
|
|
3899
|
-
"defaultValue": "rgba(237,234,227,1)",
|
|
3900
|
-
"description": "Skeleton shimmer gradient part 1"
|
|
3901
|
-
},
|
|
3902
|
-
{
|
|
3903
|
-
"name": "--cdr-skeleton-gradient-2",
|
|
3904
|
-
"defaultValue": "rgba(249,248,240,1)",
|
|
3905
|
-
"description": "Skeleton shimmer gradient part 2"
|
|
3906
|
-
},
|
|
3907
|
-
{
|
|
3908
|
-
"name": "--cdr-skeleton-gradient-3",
|
|
3909
|
-
"defaultValue": "rgba(237,234,227,1)",
|
|
3910
|
-
"description": "Skeleton shimmer gradient part 3"
|
|
3911
|
-
}
|
|
3912
|
-
]
|
|
3913
|
-
},
|
|
3914
|
-
"CdrQuote": {
|
|
3915
|
-
"name": "CdrQuote",
|
|
3916
|
-
"description": "Short excerpt used to emphasize content or break up a large body of text",
|
|
3917
|
-
"tags": {},
|
|
3918
|
-
"exportName": "default",
|
|
3919
|
-
"displayName": "CdrQuote",
|
|
3920
|
-
"props": [
|
|
3921
|
-
{
|
|
3922
|
-
"name": "tag",
|
|
3923
|
-
"description": "Sets the semantic HTML element for the quote.",
|
|
3924
|
-
"tags": {},
|
|
3925
|
-
"values": [
|
|
3926
|
-
"blockquote",
|
|
3927
|
-
"aside",
|
|
3928
|
-
"q",
|
|
3929
|
-
"div"
|
|
3930
|
-
],
|
|
3931
|
-
"type": {
|
|
3932
|
-
"name": "string"
|
|
3933
|
-
},
|
|
3934
|
-
"defaultValue": {
|
|
3935
|
-
"func": false,
|
|
3936
|
-
"value": "'blockquote'"
|
|
3937
|
-
}
|
|
3938
|
-
},
|
|
3939
|
-
{
|
|
3940
|
-
"name": "modifier",
|
|
3941
|
-
"description": "Modifies the style variant for the quote",
|
|
3942
|
-
"tags": {
|
|
3943
|
-
"demoSelectMultiple": [
|
|
3944
|
-
{
|
|
3945
|
-
"description": "true",
|
|
3946
|
-
"title": "demoSelectMultiple"
|
|
3947
|
-
}
|
|
3948
|
-
]
|
|
3949
|
-
},
|
|
3950
|
-
"values": [
|
|
3951
|
-
"pull"
|
|
3952
|
-
],
|
|
3953
|
-
"type": {
|
|
3954
|
-
"name": "string"
|
|
3955
|
-
},
|
|
3956
|
-
"defaultValue": {
|
|
3957
|
-
"func": false,
|
|
3958
|
-
"value": "''"
|
|
3959
|
-
}
|
|
3960
|
-
},
|
|
3961
|
-
{
|
|
3962
|
-
"name": "summary",
|
|
3963
|
-
"description": "Sets the quote body text.",
|
|
3964
|
-
"type": {
|
|
3965
|
-
"name": "string"
|
|
3966
|
-
}
|
|
3967
|
-
},
|
|
3968
|
-
{
|
|
3969
|
-
"name": "citation",
|
|
3970
|
-
"description": "Sets the quote attribution text.",
|
|
3971
|
-
"type": {
|
|
3972
|
-
"name": "string"
|
|
3973
|
-
}
|
|
3974
|
-
}
|
|
3975
|
-
],
|
|
3976
|
-
"slots": [
|
|
3977
|
-
{
|
|
3978
|
-
"name": "default"
|
|
3979
|
-
}
|
|
3980
|
-
],
|
|
3981
|
-
"sourceFiles": [
|
|
3982
|
-
"./src/components/quote/CdrQuote.vue"
|
|
3983
|
-
],
|
|
3984
|
-
"UIProperties": [
|
|
3985
|
-
{
|
|
3986
|
-
"name": "--cdr-quote-cite-text-color",
|
|
3987
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
3988
|
-
"description": "Text color of a cdr-quote citation"
|
|
3989
|
-
},
|
|
3990
|
-
{
|
|
3991
|
-
"name": "--cdr-quote-content-text-color",
|
|
3992
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
3993
|
-
"description": "Text color of cdr-quote content"
|
|
3994
|
-
},
|
|
3995
|
-
{
|
|
3996
|
-
"name": "--cdr-quote-pull-container-border-color",
|
|
3997
|
-
"defaultValue": "--cdr-color-border-primary",
|
|
3998
|
-
"description": "Border color of a cdr-quote pull container"
|
|
3999
|
-
}
|
|
4000
|
-
]
|
|
4001
|
-
},
|
|
4002
|
-
"CdrSelect": {
|
|
4003
|
-
"name": "CdrSelect",
|
|
4004
|
-
"description": "Allows the selection of one or more options from a dropdown list",
|
|
4005
|
-
"tags": {},
|
|
4006
|
-
"exportName": "default",
|
|
4007
|
-
"displayName": "CdrSelect",
|
|
4008
|
-
"props": [
|
|
4009
|
-
{
|
|
4010
|
-
"name": "id",
|
|
4011
|
-
"description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be auto-generated.",
|
|
4012
|
-
"type": {
|
|
4013
|
-
"name": "string"
|
|
3962
|
+
"name": "string"
|
|
4014
3963
|
}
|
|
4015
3964
|
},
|
|
4016
3965
|
{
|
|
@@ -4292,16 +4241,71 @@
|
|
|
4292
4241
|
}
|
|
4293
4242
|
]
|
|
4294
4243
|
},
|
|
4295
|
-
"
|
|
4296
|
-
"name": "
|
|
4297
|
-
"
|
|
4298
|
-
"displayName": "CdrSkeletonBone",
|
|
4299
|
-
"description": "",
|
|
4244
|
+
"CdrTable": {
|
|
4245
|
+
"name": "CdrTable",
|
|
4246
|
+
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
4300
4247
|
"tags": {},
|
|
4248
|
+
"exportName": "default",
|
|
4249
|
+
"displayName": "CdrTable",
|
|
4301
4250
|
"props": [
|
|
4302
4251
|
{
|
|
4303
|
-
"name": "
|
|
4304
|
-
"description": "Sets
|
|
4252
|
+
"name": "striped",
|
|
4253
|
+
"description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
|
|
4254
|
+
"type": {
|
|
4255
|
+
"name": "boolean"
|
|
4256
|
+
},
|
|
4257
|
+
"defaultValue": {
|
|
4258
|
+
"func": false,
|
|
4259
|
+
"value": false
|
|
4260
|
+
}
|
|
4261
|
+
},
|
|
4262
|
+
{
|
|
4263
|
+
"name": "border",
|
|
4264
|
+
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
4265
|
+
"type": {
|
|
4266
|
+
"name": "boolean"
|
|
4267
|
+
},
|
|
4268
|
+
"defaultValue": {
|
|
4269
|
+
"func": false,
|
|
4270
|
+
"value": true
|
|
4271
|
+
}
|
|
4272
|
+
},
|
|
4273
|
+
{
|
|
4274
|
+
"name": "fullWidth",
|
|
4275
|
+
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
4276
|
+
"type": {
|
|
4277
|
+
"name": "boolean|string"
|
|
4278
|
+
},
|
|
4279
|
+
"defaultValue": {
|
|
4280
|
+
"func": false,
|
|
4281
|
+
"value": true
|
|
4282
|
+
}
|
|
4283
|
+
},
|
|
4284
|
+
{
|
|
4285
|
+
"name": "responsive",
|
|
4286
|
+
"description": "Makes the table scroll horizontally when it would overflow its container",
|
|
4287
|
+
"type": {
|
|
4288
|
+
"name": "boolean"
|
|
4289
|
+
},
|
|
4290
|
+
"defaultValue": {
|
|
4291
|
+
"func": false,
|
|
4292
|
+
"value": true
|
|
4293
|
+
}
|
|
4294
|
+
},
|
|
4295
|
+
{
|
|
4296
|
+
"name": "hover",
|
|
4297
|
+
"description": "Adds a darker background on row hover",
|
|
4298
|
+
"type": {
|
|
4299
|
+
"name": "boolean"
|
|
4300
|
+
},
|
|
4301
|
+
"defaultValue": {
|
|
4302
|
+
"func": false,
|
|
4303
|
+
"value": false
|
|
4304
|
+
}
|
|
4305
|
+
},
|
|
4306
|
+
{
|
|
4307
|
+
"name": "size",
|
|
4308
|
+
"description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
|
|
4305
4309
|
"tags": {
|
|
4306
4310
|
"demoSelectMultiple": [
|
|
4307
4311
|
{
|
|
@@ -4311,23 +4315,135 @@
|
|
|
4311
4315
|
]
|
|
4312
4316
|
},
|
|
4313
4317
|
"values": [
|
|
4314
|
-
"
|
|
4315
|
-
"
|
|
4316
|
-
"
|
|
4317
|
-
"rectangle",
|
|
4318
|
-
"square"
|
|
4318
|
+
"small",
|
|
4319
|
+
"medium",
|
|
4320
|
+
"large"
|
|
4319
4321
|
],
|
|
4320
4322
|
"type": {
|
|
4321
4323
|
"name": "string"
|
|
4322
4324
|
},
|
|
4323
4325
|
"defaultValue": {
|
|
4324
4326
|
"func": false,
|
|
4325
|
-
"value": "'
|
|
4327
|
+
"value": "'medium'"
|
|
4326
4328
|
}
|
|
4327
4329
|
}
|
|
4328
|
-
],
|
|
4329
|
-
"
|
|
4330
|
-
|
|
4330
|
+
],
|
|
4331
|
+
"slots": [
|
|
4332
|
+
{
|
|
4333
|
+
"name": "default",
|
|
4334
|
+
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
4335
|
+
}
|
|
4336
|
+
],
|
|
4337
|
+
"sourceFiles": [
|
|
4338
|
+
"./src/components/table/CdrTable.vue"
|
|
4339
|
+
],
|
|
4340
|
+
"UIProperties": [
|
|
4341
|
+
{
|
|
4342
|
+
"name": "--cdr-table-base-text-color",
|
|
4343
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
4344
|
+
"description": "Color of the cdr-table base text"
|
|
4345
|
+
},
|
|
4346
|
+
{
|
|
4347
|
+
"name": "--cdr-table-row-background-color",
|
|
4348
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4349
|
+
"description": "Background color of the table rows"
|
|
4350
|
+
},
|
|
4351
|
+
{
|
|
4352
|
+
"name": "--cdr-table-header-background-color",
|
|
4353
|
+
"defaultValue": "--cdr-color-background-table-header",
|
|
4354
|
+
"description": "Background color of the table header"
|
|
4355
|
+
},
|
|
4356
|
+
{
|
|
4357
|
+
"name": "--cdr-table-text-cell-color",
|
|
4358
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
4359
|
+
"description": "Text color of the table cells"
|
|
4360
|
+
},
|
|
4361
|
+
{
|
|
4362
|
+
"name": "--cdr-table-border-color-default",
|
|
4363
|
+
"defaultValue": "--cdr-color-border-table-default",
|
|
4364
|
+
"description": "Default border color of the table"
|
|
4365
|
+
},
|
|
4366
|
+
{
|
|
4367
|
+
"name": "--cdr-table-head-border-default",
|
|
4368
|
+
"defaultValue": "--cdr-color-border-table-head",
|
|
4369
|
+
"description": "Head border color of the table"
|
|
4370
|
+
},
|
|
4371
|
+
{
|
|
4372
|
+
"name": "--cdr-table-odd-row-background-color",
|
|
4373
|
+
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4374
|
+
"description": "Background color of all odd rows in the table"
|
|
4375
|
+
},
|
|
4376
|
+
{
|
|
4377
|
+
"name": "--cdr-table-header-odd-row-background-color",
|
|
4378
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4379
|
+
"description": "Background color of odd rows in the table header"
|
|
4380
|
+
},
|
|
4381
|
+
{
|
|
4382
|
+
"name": "--cdr-table-striped-odd-row-background-color",
|
|
4383
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4384
|
+
"description": "Background color of the odd rows in striped tables"
|
|
4385
|
+
},
|
|
4386
|
+
{
|
|
4387
|
+
"name": "--cdr-table-body-footer-odd-row-background-color",
|
|
4388
|
+
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4389
|
+
"description": "Background color of odd rows in the table body and footer"
|
|
4390
|
+
},
|
|
4391
|
+
{
|
|
4392
|
+
"name": "--cdr-table-cell-background-color-hover",
|
|
4393
|
+
"defaultValue": "--cdr-color-background-table-header",
|
|
4394
|
+
"description": "Background color of table cells on hover"
|
|
4395
|
+
}
|
|
4396
|
+
]
|
|
4397
|
+
},
|
|
4398
|
+
"CdrSkeleton": {
|
|
4399
|
+
"name": "CdrSkeleton",
|
|
4400
|
+
"description": "Visually communicates content is in the process of loading",
|
|
4401
|
+
"tags": {},
|
|
4402
|
+
"exportName": "default",
|
|
4403
|
+
"displayName": "CdrSkeleton",
|
|
4404
|
+
"props": [
|
|
4405
|
+
{
|
|
4406
|
+
"name": "motion",
|
|
4407
|
+
"description": "Toggle animation on/off.\nWhen `true`, animated gradient will be used while loading.\nWhen `false` a static background color will be used.\nAutomatically disabled if `prefers-reduced-motion` is set by user.",
|
|
4408
|
+
"type": {
|
|
4409
|
+
"name": "boolean"
|
|
4410
|
+
},
|
|
4411
|
+
"defaultValue": {
|
|
4412
|
+
"func": false,
|
|
4413
|
+
"value": true
|
|
4414
|
+
}
|
|
4415
|
+
}
|
|
4416
|
+
],
|
|
4417
|
+
"slots": [
|
|
4418
|
+
{
|
|
4419
|
+
"name": "default",
|
|
4420
|
+
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
4421
|
+
}
|
|
4422
|
+
],
|
|
4423
|
+
"sourceFiles": [
|
|
4424
|
+
"./src/components/skeleton/CdrSkeleton.vue"
|
|
4425
|
+
],
|
|
4426
|
+
"UIProperties": [
|
|
4427
|
+
{
|
|
4428
|
+
"name": "--cdr-skeleton-bone-background-color",
|
|
4429
|
+
"defaultValue": "#edeae3",
|
|
4430
|
+
"description": "Skeleton bone background color"
|
|
4431
|
+
},
|
|
4432
|
+
{
|
|
4433
|
+
"name": "--cdr-skeleton-gradient-1",
|
|
4434
|
+
"defaultValue": "rgba(237,234,227,1)",
|
|
4435
|
+
"description": "Skeleton shimmer gradient part 1"
|
|
4436
|
+
},
|
|
4437
|
+
{
|
|
4438
|
+
"name": "--cdr-skeleton-gradient-2",
|
|
4439
|
+
"defaultValue": "rgba(249,248,240,1)",
|
|
4440
|
+
"description": "Skeleton shimmer gradient part 2"
|
|
4441
|
+
},
|
|
4442
|
+
{
|
|
4443
|
+
"name": "--cdr-skeleton-gradient-3",
|
|
4444
|
+
"defaultValue": "rgba(237,234,227,1)",
|
|
4445
|
+
"description": "Skeleton shimmer gradient part 3"
|
|
4446
|
+
}
|
|
4331
4447
|
]
|
|
4332
4448
|
},
|
|
4333
4449
|
"CdrSwitch": {
|
|
@@ -4556,160 +4672,6 @@
|
|
|
4556
4672
|
}
|
|
4557
4673
|
]
|
|
4558
4674
|
},
|
|
4559
|
-
"CdrTable": {
|
|
4560
|
-
"name": "CdrTable",
|
|
4561
|
-
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
4562
|
-
"tags": {},
|
|
4563
|
-
"exportName": "default",
|
|
4564
|
-
"displayName": "CdrTable",
|
|
4565
|
-
"props": [
|
|
4566
|
-
{
|
|
4567
|
-
"name": "striped",
|
|
4568
|
-
"description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
|
|
4569
|
-
"type": {
|
|
4570
|
-
"name": "boolean"
|
|
4571
|
-
},
|
|
4572
|
-
"defaultValue": {
|
|
4573
|
-
"func": false,
|
|
4574
|
-
"value": false
|
|
4575
|
-
}
|
|
4576
|
-
},
|
|
4577
|
-
{
|
|
4578
|
-
"name": "border",
|
|
4579
|
-
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
4580
|
-
"type": {
|
|
4581
|
-
"name": "boolean"
|
|
4582
|
-
},
|
|
4583
|
-
"defaultValue": {
|
|
4584
|
-
"func": false,
|
|
4585
|
-
"value": true
|
|
4586
|
-
}
|
|
4587
|
-
},
|
|
4588
|
-
{
|
|
4589
|
-
"name": "fullWidth",
|
|
4590
|
-
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
4591
|
-
"type": {
|
|
4592
|
-
"name": "boolean|string"
|
|
4593
|
-
},
|
|
4594
|
-
"defaultValue": {
|
|
4595
|
-
"func": false,
|
|
4596
|
-
"value": true
|
|
4597
|
-
}
|
|
4598
|
-
},
|
|
4599
|
-
{
|
|
4600
|
-
"name": "responsive",
|
|
4601
|
-
"description": "Makes the table scroll horizontally when it would overflow its container",
|
|
4602
|
-
"type": {
|
|
4603
|
-
"name": "boolean"
|
|
4604
|
-
},
|
|
4605
|
-
"defaultValue": {
|
|
4606
|
-
"func": false,
|
|
4607
|
-
"value": true
|
|
4608
|
-
}
|
|
4609
|
-
},
|
|
4610
|
-
{
|
|
4611
|
-
"name": "hover",
|
|
4612
|
-
"description": "Adds a darker background on row hover",
|
|
4613
|
-
"type": {
|
|
4614
|
-
"name": "boolean"
|
|
4615
|
-
},
|
|
4616
|
-
"defaultValue": {
|
|
4617
|
-
"func": false,
|
|
4618
|
-
"value": false
|
|
4619
|
-
}
|
|
4620
|
-
},
|
|
4621
|
-
{
|
|
4622
|
-
"name": "size",
|
|
4623
|
-
"description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
|
|
4624
|
-
"tags": {
|
|
4625
|
-
"demoSelectMultiple": [
|
|
4626
|
-
{
|
|
4627
|
-
"description": "false",
|
|
4628
|
-
"title": "demoSelectMultiple"
|
|
4629
|
-
}
|
|
4630
|
-
]
|
|
4631
|
-
},
|
|
4632
|
-
"values": [
|
|
4633
|
-
"small",
|
|
4634
|
-
"medium",
|
|
4635
|
-
"large"
|
|
4636
|
-
],
|
|
4637
|
-
"type": {
|
|
4638
|
-
"name": "string"
|
|
4639
|
-
},
|
|
4640
|
-
"defaultValue": {
|
|
4641
|
-
"func": false,
|
|
4642
|
-
"value": "'medium'"
|
|
4643
|
-
}
|
|
4644
|
-
}
|
|
4645
|
-
],
|
|
4646
|
-
"slots": [
|
|
4647
|
-
{
|
|
4648
|
-
"name": "default",
|
|
4649
|
-
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
4650
|
-
}
|
|
4651
|
-
],
|
|
4652
|
-
"sourceFiles": [
|
|
4653
|
-
"./src/components/table/CdrTable.vue"
|
|
4654
|
-
],
|
|
4655
|
-
"UIProperties": [
|
|
4656
|
-
{
|
|
4657
|
-
"name": "--cdr-table-base-text-color",
|
|
4658
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
4659
|
-
"description": "Color of the cdr-table base text"
|
|
4660
|
-
},
|
|
4661
|
-
{
|
|
4662
|
-
"name": "--cdr-table-row-background-color",
|
|
4663
|
-
"defaultValue": "--cdr-color-background-table-row",
|
|
4664
|
-
"description": "Background color of the table rows"
|
|
4665
|
-
},
|
|
4666
|
-
{
|
|
4667
|
-
"name": "--cdr-table-header-background-color",
|
|
4668
|
-
"defaultValue": "--cdr-color-background-table-header",
|
|
4669
|
-
"description": "Background color of the table header"
|
|
4670
|
-
},
|
|
4671
|
-
{
|
|
4672
|
-
"name": "--cdr-table-text-cell-color",
|
|
4673
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
4674
|
-
"description": "Text color of the table cells"
|
|
4675
|
-
},
|
|
4676
|
-
{
|
|
4677
|
-
"name": "--cdr-table-border-color-default",
|
|
4678
|
-
"defaultValue": "--cdr-color-border-table-default",
|
|
4679
|
-
"description": "Default border color of the table"
|
|
4680
|
-
},
|
|
4681
|
-
{
|
|
4682
|
-
"name": "--cdr-table-head-border-default",
|
|
4683
|
-
"defaultValue": "--cdr-color-border-table-head",
|
|
4684
|
-
"description": "Head border color of the table"
|
|
4685
|
-
},
|
|
4686
|
-
{
|
|
4687
|
-
"name": "--cdr-table-odd-row-background-color",
|
|
4688
|
-
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4689
|
-
"description": "Background color of all odd rows in the table"
|
|
4690
|
-
},
|
|
4691
|
-
{
|
|
4692
|
-
"name": "--cdr-table-header-odd-row-background-color",
|
|
4693
|
-
"defaultValue": "--cdr-color-background-table-row",
|
|
4694
|
-
"description": "Background color of odd rows in the table header"
|
|
4695
|
-
},
|
|
4696
|
-
{
|
|
4697
|
-
"name": "--cdr-table-striped-odd-row-background-color",
|
|
4698
|
-
"defaultValue": "--cdr-color-background-table-row",
|
|
4699
|
-
"description": "Background color of the odd rows in striped tables"
|
|
4700
|
-
},
|
|
4701
|
-
{
|
|
4702
|
-
"name": "--cdr-table-body-footer-odd-row-background-color",
|
|
4703
|
-
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4704
|
-
"description": "Background color of odd rows in the table body and footer"
|
|
4705
|
-
},
|
|
4706
|
-
{
|
|
4707
|
-
"name": "--cdr-table-cell-background-color-hover",
|
|
4708
|
-
"defaultValue": "--cdr-color-background-table-header",
|
|
4709
|
-
"description": "Background color of table cells on hover"
|
|
4710
|
-
}
|
|
4711
|
-
]
|
|
4712
|
-
},
|
|
4713
4675
|
"CdrTabPanel": {
|
|
4714
4676
|
"name": "CdrTabPanel",
|
|
4715
4677
|
"exportName": "default",
|
|
@@ -4881,6 +4843,99 @@
|
|
|
4881
4843
|
}
|
|
4882
4844
|
]
|
|
4883
4845
|
},
|
|
4846
|
+
"CdrToggleGroup": {
|
|
4847
|
+
"name": "CdrToggleGroup",
|
|
4848
|
+
"exportName": "default",
|
|
4849
|
+
"displayName": "CdrToggleGroup",
|
|
4850
|
+
"description": "",
|
|
4851
|
+
"tags": {},
|
|
4852
|
+
"props": [
|
|
4853
|
+
{
|
|
4854
|
+
"name": "modelValue",
|
|
4855
|
+
"tags": {
|
|
4856
|
+
"ignore": [
|
|
4857
|
+
{
|
|
4858
|
+
"description": true,
|
|
4859
|
+
"title": "ignore"
|
|
4860
|
+
}
|
|
4861
|
+
]
|
|
4862
|
+
},
|
|
4863
|
+
"type": {
|
|
4864
|
+
"name": "string|number|boolean|object|array"
|
|
4865
|
+
},
|
|
4866
|
+
"required": true
|
|
4867
|
+
},
|
|
4868
|
+
{
|
|
4869
|
+
"name": "size",
|
|
4870
|
+
"description": "Sets toggle button size",
|
|
4871
|
+
"tags": {
|
|
4872
|
+
"demoSelectMultiple": [
|
|
4873
|
+
{
|
|
4874
|
+
"description": "false",
|
|
4875
|
+
"title": "demoSelectMultiple"
|
|
4876
|
+
}
|
|
4877
|
+
]
|
|
4878
|
+
},
|
|
4879
|
+
"values": [
|
|
4880
|
+
"medium",
|
|
4881
|
+
"large"
|
|
4882
|
+
],
|
|
4883
|
+
"type": {
|
|
4884
|
+
"name": "string"
|
|
4885
|
+
},
|
|
4886
|
+
"defaultValue": {
|
|
4887
|
+
"func": false,
|
|
4888
|
+
"value": "'medium'"
|
|
4889
|
+
}
|
|
4890
|
+
}
|
|
4891
|
+
],
|
|
4892
|
+
"events": [
|
|
4893
|
+
{
|
|
4894
|
+
"name": "update:modelValue",
|
|
4895
|
+
"description": "Event emitted by v-model",
|
|
4896
|
+
"properties": [
|
|
4897
|
+
{
|
|
4898
|
+
"type": {
|
|
4899
|
+
"names": [
|
|
4900
|
+
"mixed"
|
|
4901
|
+
]
|
|
4902
|
+
},
|
|
4903
|
+
"name": "modelValue"
|
|
4904
|
+
}
|
|
4905
|
+
],
|
|
4906
|
+
"tags": [
|
|
4907
|
+
{
|
|
4908
|
+
"title": "param",
|
|
4909
|
+
"type": {
|
|
4910
|
+
"name": "mixed"
|
|
4911
|
+
},
|
|
4912
|
+
"name": "modelValue"
|
|
4913
|
+
}
|
|
4914
|
+
]
|
|
4915
|
+
}
|
|
4916
|
+
],
|
|
4917
|
+
"slots": [
|
|
4918
|
+
{
|
|
4919
|
+
"name": "default",
|
|
4920
|
+
"description": "CdrToggleGroup content (CdrToggleButton components)"
|
|
4921
|
+
}
|
|
4922
|
+
],
|
|
4923
|
+
"sourceFiles": [
|
|
4924
|
+
"./src/components/toggleButton/CdrToggleGroup.vue"
|
|
4925
|
+
],
|
|
4926
|
+
"UIProperties": [
|
|
4927
|
+
{
|
|
4928
|
+
"name": "--cdr-toggle-group-border-color",
|
|
4929
|
+
"defaultValue": "--cdr-color-border-primary",
|
|
4930
|
+
"description": "Border color of the cdr-toggle-group"
|
|
4931
|
+
},
|
|
4932
|
+
{
|
|
4933
|
+
"name": "--cdr-toggle-group-background-color-default-rest",
|
|
4934
|
+
"defaultValue": "--cdr-color-background-toggle-group-default-rest",
|
|
4935
|
+
"description": "Default background color of the cdr-toggle-group"
|
|
4936
|
+
}
|
|
4937
|
+
]
|
|
4938
|
+
},
|
|
4884
4939
|
"CdrText": {
|
|
4885
4940
|
"name": "CdrText",
|
|
4886
4941
|
"description": "Text container used for any text element such as paragraphs, headings, and lists",
|
|
@@ -5141,119 +5196,16 @@
|
|
|
5141
5196
|
}
|
|
5142
5197
|
]
|
|
5143
5198
|
},
|
|
5144
|
-
"
|
|
5145
|
-
"name": "
|
|
5146
|
-
"description": "Permits switching two or more options on and off",
|
|
5147
|
-
"tags": {},
|
|
5148
|
-
"exportName": "default",
|
|
5149
|
-
"displayName": "CdrToggleButton",
|
|
5150
|
-
"props": [
|
|
5151
|
-
{
|
|
5152
|
-
"name": "toggleValue",
|
|
5153
|
-
"description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
|
|
5154
|
-
"type": {
|
|
5155
|
-
"name": "string"
|
|
5156
|
-
},
|
|
5157
|
-
"required": true
|
|
5158
|
-
}
|
|
5159
|
-
],
|
|
5160
|
-
"slots": [
|
|
5161
|
-
{
|
|
5162
|
-
"name": "default",
|
|
5163
|
-
"description": "CdrToggleButton label content"
|
|
5164
|
-
}
|
|
5165
|
-
],
|
|
5166
|
-
"sourceFiles": [
|
|
5167
|
-
"./src/components/toggleButton/CdrToggleButton.vue"
|
|
5168
|
-
],
|
|
5169
|
-
"UIProperties": [
|
|
5170
|
-
{
|
|
5171
|
-
"name": "--cdr-toggle-button-color-default-rest",
|
|
5172
|
-
"defaultValue": "--cdr-color-text-toggle-button-default-rest",
|
|
5173
|
-
"description": "Default text color of the cdr-toggle-button"
|
|
5174
|
-
},
|
|
5175
|
-
{
|
|
5176
|
-
"name": "--cdr-toggle-button-background-color-default-rest",
|
|
5177
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-rest",
|
|
5178
|
-
"description": "Default background color of the cdr-toggle-button"
|
|
5179
|
-
},
|
|
5180
|
-
{
|
|
5181
|
-
"name": "--cdr-toggle-button-border-color-default-focus",
|
|
5182
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-focus",
|
|
5183
|
-
"description": "Focus border color of the cdr-toggle-button"
|
|
5184
|
-
},
|
|
5185
|
-
{
|
|
5186
|
-
"name": "--cdr-toggle-button-background-color-default-focus",
|
|
5187
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-focus",
|
|
5188
|
-
"description": "Focus background color of the cdr-toggle-button"
|
|
5189
|
-
},
|
|
5190
|
-
{
|
|
5191
|
-
"name": "--cdr-toggle-button-icon-fill-default",
|
|
5192
|
-
"defaultValue": "--cdr-color-icon-default",
|
|
5193
|
-
"description": "Default fill color of the cdr-toggle-button's svg"
|
|
5194
|
-
},
|
|
5195
|
-
{
|
|
5196
|
-
"name": "--cdr-toggle-button-background-color-default-selected-rest",
|
|
5197
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-selected-rest",
|
|
5198
|
-
"description": "Selected background color of the cdr-toggle-button at rest"
|
|
5199
|
-
},
|
|
5200
|
-
{
|
|
5201
|
-
"name": "--cdr-toggle-button-border-color-default-selected-rest",
|
|
5202
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-rest",
|
|
5203
|
-
"description": "Selected border color of the cdr-toggle-button at rest"
|
|
5204
|
-
},
|
|
5205
|
-
{
|
|
5206
|
-
"name": "--cdr-toggle-button-icon-fill-selected-rest",
|
|
5207
|
-
"defaultValue": "--cdr-color-icon-emphasis",
|
|
5208
|
-
"description": "Selected fill color of the cdr-toggle-button's svg at rest"
|
|
5209
|
-
},
|
|
5210
|
-
{
|
|
5211
|
-
"name": "--cdr-toggle-button-border-color-default-selected-focus",
|
|
5212
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5213
|
-
"description": "Selected border color of the cdr-toggle-button on focus"
|
|
5214
|
-
},
|
|
5215
|
-
{
|
|
5216
|
-
"name": "--cdr-toggle-button-background-color-default-selected-hover",
|
|
5217
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-selected-hover",
|
|
5218
|
-
"description": "Selected background color of the cdr-toggle-button on hover"
|
|
5219
|
-
},
|
|
5220
|
-
{
|
|
5221
|
-
"name": "--cdr-toggle-button-background-color-default-hover",
|
|
5222
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-hover",
|
|
5223
|
-
"description": "Background color of the cdr-toggle-button on hover"
|
|
5224
|
-
},
|
|
5225
|
-
{
|
|
5226
|
-
"name": "--cdr-toggle-button-border-color-hover-focus",
|
|
5227
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5228
|
-
"description": "Hover border color of the cdr-toggle-button on focus"
|
|
5229
|
-
}
|
|
5230
|
-
]
|
|
5231
|
-
},
|
|
5232
|
-
"CdrToggleGroup": {
|
|
5233
|
-
"name": "CdrToggleGroup",
|
|
5199
|
+
"CdrSkeletonBone": {
|
|
5200
|
+
"name": "CdrSkeletonBone",
|
|
5234
5201
|
"exportName": "default",
|
|
5235
|
-
"displayName": "
|
|
5202
|
+
"displayName": "CdrSkeletonBone",
|
|
5236
5203
|
"description": "",
|
|
5237
5204
|
"tags": {},
|
|
5238
5205
|
"props": [
|
|
5239
5206
|
{
|
|
5240
|
-
"name": "
|
|
5241
|
-
"
|
|
5242
|
-
"ignore": [
|
|
5243
|
-
{
|
|
5244
|
-
"description": true,
|
|
5245
|
-
"title": "ignore"
|
|
5246
|
-
}
|
|
5247
|
-
]
|
|
5248
|
-
},
|
|
5249
|
-
"type": {
|
|
5250
|
-
"name": "string|number|boolean|object|array"
|
|
5251
|
-
},
|
|
5252
|
-
"required": true
|
|
5253
|
-
},
|
|
5254
|
-
{
|
|
5255
|
-
"name": "size",
|
|
5256
|
-
"description": "Sets toggle button size",
|
|
5207
|
+
"name": "type",
|
|
5208
|
+
"description": "Sets the type of content placeholder",
|
|
5257
5209
|
"tags": {
|
|
5258
5210
|
"demoSelectMultiple": [
|
|
5259
5211
|
{
|
|
@@ -5263,63 +5215,23 @@
|
|
|
5263
5215
|
]
|
|
5264
5216
|
},
|
|
5265
5217
|
"values": [
|
|
5266
|
-
"
|
|
5267
|
-
"
|
|
5218
|
+
"default",
|
|
5219
|
+
"heading",
|
|
5220
|
+
"line",
|
|
5221
|
+
"rectangle",
|
|
5222
|
+
"square"
|
|
5268
5223
|
],
|
|
5269
5224
|
"type": {
|
|
5270
5225
|
"name": "string"
|
|
5271
5226
|
},
|
|
5272
5227
|
"defaultValue": {
|
|
5273
5228
|
"func": false,
|
|
5274
|
-
"value": "'
|
|
5229
|
+
"value": "'default'"
|
|
5275
5230
|
}
|
|
5276
5231
|
}
|
|
5277
5232
|
],
|
|
5278
|
-
"events": [
|
|
5279
|
-
{
|
|
5280
|
-
"name": "update:modelValue",
|
|
5281
|
-
"description": "Event emitted by v-model",
|
|
5282
|
-
"properties": [
|
|
5283
|
-
{
|
|
5284
|
-
"type": {
|
|
5285
|
-
"names": [
|
|
5286
|
-
"mixed"
|
|
5287
|
-
]
|
|
5288
|
-
},
|
|
5289
|
-
"name": "modelValue"
|
|
5290
|
-
}
|
|
5291
|
-
],
|
|
5292
|
-
"tags": [
|
|
5293
|
-
{
|
|
5294
|
-
"title": "param",
|
|
5295
|
-
"type": {
|
|
5296
|
-
"name": "mixed"
|
|
5297
|
-
},
|
|
5298
|
-
"name": "modelValue"
|
|
5299
|
-
}
|
|
5300
|
-
]
|
|
5301
|
-
}
|
|
5302
|
-
],
|
|
5303
|
-
"slots": [
|
|
5304
|
-
{
|
|
5305
|
-
"name": "default",
|
|
5306
|
-
"description": "CdrToggleGroup content (CdrToggleButton components)"
|
|
5307
|
-
}
|
|
5308
|
-
],
|
|
5309
5233
|
"sourceFiles": [
|
|
5310
|
-
"./src/components/
|
|
5311
|
-
],
|
|
5312
|
-
"UIProperties": [
|
|
5313
|
-
{
|
|
5314
|
-
"name": "--cdr-toggle-group-border-color",
|
|
5315
|
-
"defaultValue": "--cdr-color-border-primary",
|
|
5316
|
-
"description": "Border color of the cdr-toggle-group"
|
|
5317
|
-
},
|
|
5318
|
-
{
|
|
5319
|
-
"name": "--cdr-toggle-group-background-color-default-rest",
|
|
5320
|
-
"defaultValue": "--cdr-color-background-toggle-group-default-rest",
|
|
5321
|
-
"description": "Default background color of the cdr-toggle-group"
|
|
5322
|
-
}
|
|
5234
|
+
"./src/components/skeleton/CdrSkeletonBone.vue"
|
|
5323
5235
|
]
|
|
5324
5236
|
},
|
|
5325
5237
|
"CdrTooltip": {
|
|
@@ -5452,5 +5364,93 @@
|
|
|
5452
5364
|
"description": "Background color of the cdr-popup arrow"
|
|
5453
5365
|
}
|
|
5454
5366
|
]
|
|
5367
|
+
},
|
|
5368
|
+
"CdrToggleButton": {
|
|
5369
|
+
"name": "CdrToggleButton",
|
|
5370
|
+
"description": "Permits switching two or more options on and off",
|
|
5371
|
+
"tags": {},
|
|
5372
|
+
"exportName": "default",
|
|
5373
|
+
"displayName": "CdrToggleButton",
|
|
5374
|
+
"props": [
|
|
5375
|
+
{
|
|
5376
|
+
"name": "toggleValue",
|
|
5377
|
+
"description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
|
|
5378
|
+
"type": {
|
|
5379
|
+
"name": "string"
|
|
5380
|
+
},
|
|
5381
|
+
"required": true
|
|
5382
|
+
}
|
|
5383
|
+
],
|
|
5384
|
+
"slots": [
|
|
5385
|
+
{
|
|
5386
|
+
"name": "default",
|
|
5387
|
+
"description": "CdrToggleButton label content"
|
|
5388
|
+
}
|
|
5389
|
+
],
|
|
5390
|
+
"sourceFiles": [
|
|
5391
|
+
"./src/components/toggleButton/CdrToggleButton.vue"
|
|
5392
|
+
],
|
|
5393
|
+
"UIProperties": [
|
|
5394
|
+
{
|
|
5395
|
+
"name": "--cdr-toggle-button-color-default-rest",
|
|
5396
|
+
"defaultValue": "--cdr-color-text-toggle-button-default-rest",
|
|
5397
|
+
"description": "Default text color of the cdr-toggle-button"
|
|
5398
|
+
},
|
|
5399
|
+
{
|
|
5400
|
+
"name": "--cdr-toggle-button-background-color-default-rest",
|
|
5401
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-rest",
|
|
5402
|
+
"description": "Default background color of the cdr-toggle-button"
|
|
5403
|
+
},
|
|
5404
|
+
{
|
|
5405
|
+
"name": "--cdr-toggle-button-border-color-default-focus",
|
|
5406
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-focus",
|
|
5407
|
+
"description": "Focus border color of the cdr-toggle-button"
|
|
5408
|
+
},
|
|
5409
|
+
{
|
|
5410
|
+
"name": "--cdr-toggle-button-background-color-default-focus",
|
|
5411
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-focus",
|
|
5412
|
+
"description": "Focus background color of the cdr-toggle-button"
|
|
5413
|
+
},
|
|
5414
|
+
{
|
|
5415
|
+
"name": "--cdr-toggle-button-icon-fill-default",
|
|
5416
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
5417
|
+
"description": "Default fill color of the cdr-toggle-button's svg"
|
|
5418
|
+
},
|
|
5419
|
+
{
|
|
5420
|
+
"name": "--cdr-toggle-button-background-color-default-selected-rest",
|
|
5421
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-selected-rest",
|
|
5422
|
+
"description": "Selected background color of the cdr-toggle-button at rest"
|
|
5423
|
+
},
|
|
5424
|
+
{
|
|
5425
|
+
"name": "--cdr-toggle-button-border-color-default-selected-rest",
|
|
5426
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-rest",
|
|
5427
|
+
"description": "Selected border color of the cdr-toggle-button at rest"
|
|
5428
|
+
},
|
|
5429
|
+
{
|
|
5430
|
+
"name": "--cdr-toggle-button-icon-fill-selected-rest",
|
|
5431
|
+
"defaultValue": "--cdr-color-icon-emphasis",
|
|
5432
|
+
"description": "Selected fill color of the cdr-toggle-button's svg at rest"
|
|
5433
|
+
},
|
|
5434
|
+
{
|
|
5435
|
+
"name": "--cdr-toggle-button-border-color-default-selected-focus",
|
|
5436
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5437
|
+
"description": "Selected border color of the cdr-toggle-button on focus"
|
|
5438
|
+
},
|
|
5439
|
+
{
|
|
5440
|
+
"name": "--cdr-toggle-button-background-color-default-selected-hover",
|
|
5441
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-selected-hover",
|
|
5442
|
+
"description": "Selected background color of the cdr-toggle-button on hover"
|
|
5443
|
+
},
|
|
5444
|
+
{
|
|
5445
|
+
"name": "--cdr-toggle-button-background-color-default-hover",
|
|
5446
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-hover",
|
|
5447
|
+
"description": "Background color of the cdr-toggle-button on hover"
|
|
5448
|
+
},
|
|
5449
|
+
{
|
|
5450
|
+
"name": "--cdr-toggle-button-border-color-hover-focus",
|
|
5451
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5452
|
+
"description": "Hover border color of the cdr-toggle-button on focus"
|
|
5453
|
+
}
|
|
5454
|
+
]
|
|
5455
5455
|
}
|
|
5456
5456
|
}
|