@rei/cedar 13.5.2 → 14.0.0-ts.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cedar-compiled.css +1031 -1031
- package/dist/cedar.umd.js +2 -2
- package/dist/component-docgen.json +1369 -1325
- package/dist/icon-component-docgen.json +510 -510
- package/dist/src/components/accordion/CdrAccordion.vue.mjs +7 -165
- package/dist/src/components/accordion/CdrAccordion.vue2.mjs +136 -0
- package/dist/src/components/accordion/CdrAccordionGroup.vue.mjs +7 -80
- package/dist/src/components/accordion/CdrAccordionGroup.vue2.mjs +72 -0
- package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
- package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
- package/dist/src/components/accordion/symbols.mjs +5 -0
- package/dist/src/components/banner/CdrBanner.vue.mjs +7 -59
- package/dist/src/components/banner/CdrBanner.vue2.mjs +45 -0
- package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
- package/dist/src/components/breadcrumb/CdrBreadcrumb.vue.mjs +7 -113
- package/dist/src/components/breadcrumb/CdrBreadcrumb.vue2.mjs +103 -0
- package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
- package/dist/src/components/button/CdrButton.vue.mjs +7 -102
- package/dist/src/components/button/CdrButton.vue2.mjs +85 -0
- package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
- package/dist/src/components/caption/CdrCaption.vue.mjs +7 -45
- package/dist/src/components/caption/CdrCaption.vue2.mjs +36 -0
- package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +4 -4
- package/dist/src/components/card/CdrCard.vue.mjs +7 -33
- package/dist/src/components/card/CdrCard.vue2.mjs +24 -0
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +1 -1
- package/dist/src/components/checkbox/CdrCheckbox.vue.mjs +7 -146
- package/dist/src/components/checkbox/CdrCheckbox.vue2.mjs +134 -0
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +25 -25
- package/dist/src/components/chip/CdrChip.vue.mjs +7 -29
- package/dist/src/components/chip/CdrChip.vue2.mjs +22 -0
- package/dist/src/components/chip/CdrChipGroup.vue.mjs +7 -83
- package/dist/src/components/chip/CdrChipGroup.vue2.mjs +73 -0
- package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
- package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +4 -4
- package/dist/src/components/container/CdrContainer.vue.mjs +7 -46
- package/dist/src/components/container/CdrContainer.vue2.mjs +36 -0
- package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +2 -2
- package/dist/src/components/formError/CdrFormError.vue.mjs +7 -36
- package/dist/src/components/formError/CdrFormError.vue2.mjs +24 -0
- package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
- package/dist/src/components/formGroup/CdrFormGroup.vue.mjs +7 -70
- package/dist/src/components/formGroup/CdrFormGroup.vue2.mjs +65 -0
- package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
- package/dist/src/components/grid/CdrGrid.vue.mjs +7 -47
- package/dist/src/components/grid/CdrGrid.vue2.mjs +37 -0
- package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
- package/dist/src/components/icon/CdrIcon.vue.mjs +7 -58
- package/dist/src/components/icon/CdrIcon.vue2.mjs +46 -0
- package/dist/src/components/icon/comps/account-profile-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/account-profile-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/account-profile.vue.mjs +15 -20
- package/dist/src/components/icon/comps/account-profile.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/arrow-down.vue.mjs +15 -20
- package/dist/src/components/icon/comps/arrow-down.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/arrow-left.vue.mjs +15 -20
- package/dist/src/components/icon/comps/arrow-left.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/arrow-right.vue.mjs +15 -20
- package/dist/src/components/icon/comps/arrow-right.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/arrow-up.vue.mjs +15 -20
- package/dist/src/components/icon/comps/arrow-up.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/atv.vue.mjs +15 -20
- package/dist/src/components/icon/comps/atv.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/bed-outline.vue.mjs +15 -20
- package/dist/src/components/icon/comps/bed-outline.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/bike-shop.vue.mjs +15 -20
- package/dist/src/components/icon/comps/bike-shop.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/binoculars.vue.mjs +14 -19
- package/dist/src/components/icon/comps/binoculars.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/birding.vue.mjs +15 -20
- package/dist/src/components/icon/comps/birding.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/boat.vue.mjs +15 -20
- package/dist/src/components/icon/comps/boat.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/boating.vue.mjs +15 -20
- package/dist/src/components/icon/comps/boating.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/bookmark-fill.vue.mjs +14 -19
- package/dist/src/components/icon/comps/bookmark-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/bookmark-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/bookmark-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-abstract.vue.mjs +15 -20
- package/dist/src/components/icon/comps/brand-abstract.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-code-sandbox.vue.mjs +15 -20
- package/dist/src/components/icon/comps/brand-code-sandbox.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-github.vue.mjs +15 -20
- package/dist/src/components/icon/comps/brand-github.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-linkedin.vue.mjs +15 -20
- package/dist/src/components/icon/comps/brand-linkedin.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-rei-ice-axes.vue.mjs +15 -20
- package/dist/src/components/icon/comps/brand-rei-ice-axes.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-sketch.vue.mjs +14 -19
- package/dist/src/components/icon/comps/brand-sketch.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-tiktok.vue.mjs +16 -21
- package/dist/src/components/icon/comps/brand-tiktok.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/buddies.vue.mjs +15 -20
- package/dist/src/components/icon/comps/buddies.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/bus.vue.mjs +15 -20
- package/dist/src/components/icon/comps/bus.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/calendar.vue.mjs +15 -20
- package/dist/src/components/icon/comps/calendar.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/camera.vue.mjs +15 -20
- package/dist/src/components/icon/comps/camera.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/canoe.vue.mjs +15 -20
- package/dist/src/components/icon/comps/canoe.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/car.vue.mjs +15 -20
- package/dist/src/components/icon/comps/car.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/caret-down.vue.mjs +15 -20
- package/dist/src/components/icon/comps/caret-down.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/caret-left.vue.mjs +15 -20
- package/dist/src/components/icon/comps/caret-left.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/caret-right.vue.mjs +15 -20
- package/dist/src/components/icon/comps/caret-right.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/caret-up.vue.mjs +15 -20
- package/dist/src/components/icon/comps/caret-up.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/cart-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/cart-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/cart.vue.mjs +15 -20
- package/dist/src/components/icon/comps/cart.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/chain-link.vue.mjs +15 -20
- package/dist/src/components/icon/comps/chain-link.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/chat.vue.mjs +15 -20
- package/dist/src/components/icon/comps/chat.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/check-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/check-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/check-lg.vue.mjs +15 -20
- package/dist/src/components/icon/comps/check-lg.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/check-sm.vue.mjs +15 -20
- package/dist/src/components/icon/comps/check-sm.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/check-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/check-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/climb.vue.mjs +15 -20
- package/dist/src/components/icon/comps/climb.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/clipboard.vue.mjs +15 -20
- package/dist/src/components/icon/comps/clipboard.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/clock.vue.mjs +15 -20
- package/dist/src/components/icon/comps/clock.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/code-html.vue.mjs +15 -20
- package/dist/src/components/icon/comps/code-html.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/code-js.vue.mjs +15 -20
- package/dist/src/components/icon/comps/code-js.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/compass.vue.mjs +15 -20
- package/dist/src/components/icon/comps/compass.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/copy.vue.mjs +15 -20
- package/dist/src/components/icon/comps/copy.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/coupon-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/coupon-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/coupon-stroke.vue.mjs +14 -19
- package/dist/src/components/icon/comps/coupon-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/credit-card.vue.mjs +15 -20
- package/dist/src/components/icon/comps/credit-card.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/curbside-pickup.vue.mjs +15 -20
- package/dist/src/components/icon/comps/curbside-pickup.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/day.vue.mjs +15 -20
- package/dist/src/components/icon/comps/day.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/diving.vue.mjs +15 -20
- package/dist/src/components/icon/comps/diving.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/dog.vue.mjs +15 -20
- package/dist/src/components/icon/comps/dog.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/download.vue.mjs +15 -20
- package/dist/src/components/icon/comps/download.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/duplicate.vue.mjs +16 -21
- package/dist/src/components/icon/comps/duplicate.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/edit.vue.mjs +15 -20
- package/dist/src/components/icon/comps/edit.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/elevation.vue.mjs +15 -20
- package/dist/src/components/icon/comps/elevation.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/error-fill.vue.mjs +17 -22
- package/dist/src/components/icon/comps/error-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/error-stroke.vue.mjs +19 -24
- package/dist/src/components/icon/comps/error-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/expand.vue.mjs +15 -20
- package/dist/src/components/icon/comps/expand.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-backpacking.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-backpacking.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-camping.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-camping.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-climbing.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-climbing.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-clothing.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-clothing.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-cycling.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-cycling.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-family.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-family.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-fitness.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-fitness.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-hiking.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-hiking.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-outdoor-basics.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-outdoor-basics.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-paddling.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-paddling.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-rentals.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-rentals.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-running.vue.mjs +16 -21
- package/dist/src/components/icon/comps/experiences-running.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-snowsports.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-snowsports.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-travel.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-travel.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/external-link-alt.vue.mjs +16 -21
- package/dist/src/components/icon/comps/external-link-alt.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/external-link.vue.mjs +15 -20
- package/dist/src/components/icon/comps/external-link.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/eye-hide.vue.mjs +15 -20
- package/dist/src/components/icon/comps/eye-hide.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/eye-show.vue.mjs +15 -20
- package/dist/src/components/icon/comps/eye-show.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/facebook.vue.mjs +15 -20
- package/dist/src/components/icon/comps/facebook.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/filter-alt.vue.mjs +15 -20
- package/dist/src/components/icon/comps/filter-alt.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/filter.vue.mjs +15 -20
- package/dist/src/components/icon/comps/filter.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/find-location.vue.mjs +15 -20
- package/dist/src/components/icon/comps/find-location.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/fire.vue.mjs +14 -19
- package/dist/src/components/icon/comps/fire.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/fishing.vue.mjs +15 -20
- package/dist/src/components/icon/comps/fishing.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/free-product.vue.mjs +15 -20
- package/dist/src/components/icon/comps/free-product.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/grid-view.vue.mjs +15 -20
- package/dist/src/components/icon/comps/grid-view.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/heart-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/heart-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/heart-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/heart-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/hike.vue.mjs +14 -19
- package/dist/src/components/icon/comps/hike.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/history.vue.mjs +15 -20
- package/dist/src/components/icon/comps/history.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/home.vue.mjs +15 -20
- package/dist/src/components/icon/comps/home.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/horse.vue.mjs +14 -19
- package/dist/src/components/icon/comps/horse.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/horseshoe.vue.mjs +15 -20
- package/dist/src/components/icon/comps/horseshoe.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/image.vue.mjs +15 -20
- package/dist/src/components/icon/comps/image.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/information-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/information-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/information-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/information-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/instagram.vue.mjs +15 -20
- package/dist/src/components/icon/comps/instagram.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/kayak.vue.mjs +15 -20
- package/dist/src/components/icon/comps/kayak.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/link-alt.vue.mjs +16 -21
- package/dist/src/components/icon/comps/link-alt.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/list-ragged.vue.mjs +15 -20
- package/dist/src/components/icon/comps/list-ragged.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/list-view.vue.mjs +15 -20
- package/dist/src/components/icon/comps/list-view.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/location-pin-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/location-pin-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/location-pin-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/location-pin-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/lock-locked-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/lock-locked-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/lock-locked-stroke.vue.mjs +14 -19
- package/dist/src/components/icon/comps/lock-locked-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/lock-unlocked-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/lock-unlocked-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/mail.vue.mjs +14 -19
- package/dist/src/components/icon/comps/mail.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/map.vue.mjs +15 -20
- package/dist/src/components/icon/comps/map.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/member-card.vue.mjs +14 -19
- package/dist/src/components/icon/comps/member-card.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/membership.vue.mjs +16 -21
- package/dist/src/components/icon/comps/membership.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/microphone.vue.mjs +15 -20
- package/dist/src/components/icon/comps/microphone.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/minus-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/minus-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/minus-lg.vue.mjs +15 -20
- package/dist/src/components/icon/comps/minus-lg.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/minus-sm.vue.mjs +15 -20
- package/dist/src/components/icon/comps/minus-sm.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/minus-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/minus-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/more-functions.vue.mjs +15 -20
- package/dist/src/components/icon/comps/more-functions.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/my-location.vue.mjs +15 -20
- package/dist/src/components/icon/comps/my-location.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/navigation-menu.vue.mjs +15 -20
- package/dist/src/components/icon/comps/navigation-menu.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/night.vue.mjs +15 -20
- package/dist/src/components/icon/comps/night.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/paddle.vue.mjs +15 -20
- package/dist/src/components/icon/comps/paddle.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/pause-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/pause-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/pause-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/pause-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/pause.vue.mjs +15 -20
- package/dist/src/components/icon/comps/pause.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/photography.vue.mjs +15 -20
- package/dist/src/components/icon/comps/photography.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/picnic.vue.mjs +15 -20
- package/dist/src/components/icon/comps/picnic.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/pinterest.vue.mjs +15 -20
- package/dist/src/components/icon/comps/pinterest.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plane.vue.mjs +15 -20
- package/dist/src/components/icon/comps/plane.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/play-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/play-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/play-stroke.vue.mjs +14 -19
- package/dist/src/components/icon/comps/play-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/play.vue.mjs +15 -20
- package/dist/src/components/icon/comps/play.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/playground.vue.mjs +15 -20
- package/dist/src/components/icon/comps/playground.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plugin.vue.mjs +15 -20
- package/dist/src/components/icon/comps/plugin.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plus-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/plus-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plus-lg.vue.mjs +15 -20
- package/dist/src/components/icon/comps/plus-lg.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plus-sm.vue.mjs +15 -20
- package/dist/src/components/icon/comps/plus-sm.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plus-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/plus-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/print.vue.mjs +15 -20
- package/dist/src/components/icon/comps/print.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/protection-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/protection-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/protection-stroke.vue.mjs +14 -19
- package/dist/src/components/icon/comps/protection-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/question-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/question-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/question-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/question-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/refresh.vue.mjs +15 -20
- package/dist/src/components/icon/comps/refresh.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/reload.vue.mjs +15 -20
- package/dist/src/components/icon/comps/reload.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/returns.vue.mjs +16 -21
- package/dist/src/components/icon/comps/returns.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/run.vue.mjs +15 -20
- package/dist/src/components/icon/comps/run.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/scan-barcode.vue.mjs +15 -20
- package/dist/src/components/icon/comps/scan-barcode.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/search.vue.mjs +15 -20
- package/dist/src/components/icon/comps/search.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/service-shop.vue.mjs +15 -20
- package/dist/src/components/icon/comps/service-shop.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shipping-prep.vue.mjs +16 -21
- package/dist/src/components/icon/comps/shipping-prep.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shipping-truck.vue.mjs +16 -21
- package/dist/src/components/icon/comps/shipping-truck.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shipping.vue.mjs +15 -20
- package/dist/src/components/icon/comps/shipping.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shopping-bag-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/shopping-bag-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shopping-bag.vue.mjs +15 -20
- package/dist/src/components/icon/comps/shopping-bag.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shrink.vue.mjs +15 -20
- package/dist/src/components/icon/comps/shrink.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/size-chart.vue.mjs +15 -20
- package/dist/src/components/icon/comps/size-chart.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/ski-boot.vue.mjs +14 -19
- package/dist/src/components/icon/comps/ski-boot.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/ski.vue.mjs +15 -20
- package/dist/src/components/icon/comps/ski.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/snow-shop.vue.mjs +15 -20
- package/dist/src/components/icon/comps/snow-shop.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/snow.vue.mjs +15 -20
- package/dist/src/components/icon/comps/snow.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/sort.vue.mjs +14 -19
- package/dist/src/components/icon/comps/sort.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/star-100.vue.mjs +15 -20
- package/dist/src/components/icon/comps/star-100.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/star-25.vue.mjs +14 -19
- package/dist/src/components/icon/comps/star-25.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/star-50.vue.mjs +14 -19
- package/dist/src/components/icon/comps/star-50.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/star-75.vue.mjs +14 -19
- package/dist/src/components/icon/comps/star-75.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/star-stroke.vue.mjs +14 -19
- package/dist/src/components/icon/comps/star-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/storefront.vue.mjs +15 -20
- package/dist/src/components/icon/comps/storefront.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/swim.vue.mjs +15 -20
- package/dist/src/components/icon/comps/swim.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/telephone.vue.mjs +15 -20
- package/dist/src/components/icon/comps/telephone.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/tent.vue.mjs +15 -20
- package/dist/src/components/icon/comps/tent.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/trash.vue.mjs +14 -19
- package/dist/src/components/icon/comps/trash.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/twitter.vue.mjs +15 -20
- package/dist/src/components/icon/comps/twitter.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/upload.vue.mjs +15 -20
- package/dist/src/components/icon/comps/upload.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/verified-purchaser.vue.mjs +15 -20
- package/dist/src/components/icon/comps/verified-purchaser.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/virtual-outfitting.vue.mjs +15 -20
- package/dist/src/components/icon/comps/virtual-outfitting.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/warning-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/warning-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/warning-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/warning-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/water.vue.mjs +15 -20
- package/dist/src/components/icon/comps/water.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/wilderness.vue.mjs +15 -20
- package/dist/src/components/icon/comps/wilderness.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/x-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/x-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/x-lg.vue.mjs +15 -20
- package/dist/src/components/icon/comps/x-lg.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/x-sm.vue.mjs +15 -20
- package/dist/src/components/icon/comps/x-sm.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/x-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/x-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/youtube.vue.mjs +15 -20
- package/dist/src/components/icon/comps/youtube.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/zoom-in.vue.mjs +15 -20
- package/dist/src/components/icon/comps/zoom-in.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/zoom-out.vue.mjs +15 -20
- package/dist/src/components/icon/comps/zoom-out.vue2.mjs +4 -0
- package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
- package/dist/src/components/image/CdrImg.vue.mjs +7 -123
- package/dist/src/components/image/CdrImg.vue2.mjs +107 -0
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +8 -8
- package/dist/src/components/input/CdrInput.vue.mjs +7 -245
- package/dist/src/components/input/CdrInput.vue2.mjs +213 -0
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +34 -34
- package/dist/src/components/labelStandalone/CdrLabelStandalone.vue.mjs +7 -68
- package/dist/src/components/labelStandalone/CdrLabelStandalone.vue2.mjs +53 -0
- package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +12 -12
- package/dist/src/components/labelWrapper/CdrLabelWrapper.vue.mjs +7 -42
- package/dist/src/components/labelWrapper/CdrLabelWrapper.vue2.mjs +31 -0
- package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +23 -23
- package/dist/src/components/link/CdrLink.vue.mjs +7 -72
- package/dist/src/components/link/CdrLink.vue2.mjs +59 -0
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +3 -3
- package/dist/src/components/list/CdrList.vue.mjs +7 -48
- package/dist/src/components/list/CdrList.vue2.mjs +39 -0
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +7 -7
- package/dist/src/components/modal/CdrModal.vue.mjs +7 -239
- package/dist/src/components/modal/CdrModal.vue2.mjs +225 -0
- package/dist/src/components/modal/onTransitionEnd.mjs +13 -10
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +12 -12
- package/dist/src/components/pagination/CdrPagination.vue.mjs +7 -226
- package/dist/src/components/pagination/CdrPagination.vue2.mjs +223 -0
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +53 -53
- package/dist/src/components/popover/CdrPopover.vue.mjs +7 -150
- package/dist/src/components/popover/CdrPopover.vue2.mjs +136 -0
- package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +65 -65
- package/dist/src/components/popup/CdrPopup.vue.mjs +7 -109
- package/dist/src/components/popup/CdrPopup.vue2.mjs +94 -0
- package/dist/src/components/popup/calculatePlacement.mjs +22 -18
- package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
- package/dist/src/components/quote/CdrQuote.vue.mjs +7 -63
- package/dist/src/components/quote/CdrQuote.vue2.mjs +51 -0
- package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
- package/dist/src/components/radio/CdrRadio.vue.mjs +7 -116
- package/dist/src/components/radio/CdrRadio.vue2.mjs +108 -0
- package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +25 -25
- package/dist/src/components/rating/CdrRating.vue.mjs +7 -106
- package/dist/src/components/rating/CdrRating.vue2.mjs +86 -0
- package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +28 -28
- package/dist/src/components/select/CdrSelect.vue.mjs +7 -222
- package/dist/src/components/select/CdrSelect.vue2.mjs +196 -0
- package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
- package/dist/src/components/skeleton/CdrSkeleton.vue.mjs +7 -36
- package/dist/src/components/skeleton/CdrSkeleton.vue2.mjs +29 -0
- package/dist/src/components/skeleton/CdrSkeletonBone.vue.mjs +7 -41
- package/dist/src/components/skeleton/CdrSkeletonBone.vue2.mjs +29 -0
- package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
- package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
- package/dist/src/components/skeleton/symbols.mjs +4 -0
- package/dist/src/components/switch/CdrSwitch.vue.mjs +7 -94
- package/dist/src/components/switch/CdrSwitch.vue2.mjs +78 -0
- package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +10 -10
- package/dist/src/components/table/CdrTable.vue.mjs +7 -73
- package/dist/src/components/table/CdrTable.vue2.mjs +58 -0
- package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
- package/dist/src/components/tabs/CdrTabPanel.vue.mjs +7 -47
- package/dist/src/components/tabs/CdrTabPanel.vue2.mjs +40 -0
- package/dist/src/components/tabs/CdrTabs.vue.mjs +7 -186
- package/dist/src/components/tabs/CdrTabs.vue2.mjs +157 -0
- package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
- package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +30 -30
- package/dist/src/components/tabs/symbols.mjs +4 -0
- package/dist/src/components/text/CdrText.vue.mjs +7 -30
- package/dist/src/components/text/CdrText.vue2.mjs +24 -0
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
- package/dist/src/components/toast/CdrToast.vue.mjs +7 -124
- package/dist/src/components/toast/CdrToast.vue2.mjs +103 -0
- package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
- package/dist/src/components/toggleButton/CdrToggleButton.vue.mjs +7 -39
- package/dist/src/components/toggleButton/CdrToggleButton.vue2.mjs +32 -0
- package/dist/src/components/toggleButton/CdrToggleGroup.vue.mjs +7 -85
- package/dist/src/components/toggleButton/CdrToggleGroup.vue2.mjs +74 -0
- package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
- package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +7 -7
- package/dist/src/components/toggleButton/symbols.mjs +4 -0
- package/dist/src/components/tooltip/CdrTooltip.vue.mjs +7 -113
- package/dist/src/components/tooltip/CdrTooltip.vue2.mjs +98 -0
- package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
- package/dist/src/lib.mjs +316 -316
- package/dist/src/props/size.mjs +4 -1
- package/dist/src/utils/buildClass.mjs +1 -1
- package/dist/src/utils/debounce.mjs +9 -0
- package/dist/src/utils/kebabCase.mjs +6 -0
- package/dist/src/utils/mapClasses.mjs +4 -1
- package/dist/style/cdr-accordion-group.css +1 -1
- package/dist/style/cdr-accordion.css +1 -1
- package/dist/style/cdr-banner.css +1 -1
- package/dist/style/cdr-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 +20 -16
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"CdrBreadcrumb": {
|
|
3
|
+
"exportName": "default",
|
|
3
4
|
"displayName": "CdrBreadcrumb",
|
|
4
|
-
"description": "
|
|
5
|
+
"description": "",
|
|
5
6
|
"tags": {},
|
|
6
|
-
"exportName": "default",
|
|
7
7
|
"props": [
|
|
8
8
|
{
|
|
9
9
|
"name": "items",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
]
|
|
18
18
|
},
|
|
19
19
|
"type": {
|
|
20
|
-
"name": "
|
|
20
|
+
"name": "breadcrumbItem[]"
|
|
21
21
|
},
|
|
22
22
|
"defaultValue": {
|
|
23
|
-
"func":
|
|
24
|
-
"value": []
|
|
23
|
+
"func": true,
|
|
24
|
+
"value": "() => []"
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
{
|
|
@@ -102,11 +102,70 @@
|
|
|
102
102
|
"./src/components/breadcrumb/CdrBreadcrumb.vue"
|
|
103
103
|
]
|
|
104
104
|
},
|
|
105
|
+
"CdrBanner": {
|
|
106
|
+
"exportName": "default",
|
|
107
|
+
"displayName": "CdrBanner",
|
|
108
|
+
"description": "",
|
|
109
|
+
"tags": {},
|
|
110
|
+
"props": [
|
|
111
|
+
{
|
|
112
|
+
"name": "type",
|
|
113
|
+
"description": "Sets the banner style.",
|
|
114
|
+
"tags": {
|
|
115
|
+
"demoSelectMultiple": [
|
|
116
|
+
{
|
|
117
|
+
"description": "false",
|
|
118
|
+
"title": "demoSelectMultiple"
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
},
|
|
122
|
+
"values": [
|
|
123
|
+
"info",
|
|
124
|
+
"warning",
|
|
125
|
+
"success",
|
|
126
|
+
"error",
|
|
127
|
+
"default"
|
|
128
|
+
],
|
|
129
|
+
"type": {
|
|
130
|
+
"name": "string"
|
|
131
|
+
},
|
|
132
|
+
"defaultValue": {
|
|
133
|
+
"func": false,
|
|
134
|
+
"value": "'default'"
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
],
|
|
138
|
+
"slots": [
|
|
139
|
+
{
|
|
140
|
+
"name": "icon-left",
|
|
141
|
+
"description": "Icon matching banner type"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "default",
|
|
145
|
+
"description": "Primary message content"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "icon-right",
|
|
149
|
+
"description": "Additional icon"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "message-body",
|
|
153
|
+
"description": "Additional content about the message"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "info-action",
|
|
157
|
+
"description": "Action-wrapped icon"
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"sourceFiles": [
|
|
161
|
+
"./src/components/banner/CdrBanner.vue"
|
|
162
|
+
]
|
|
163
|
+
},
|
|
105
164
|
"CdrAccordion": {
|
|
165
|
+
"exportName": "default",
|
|
106
166
|
"displayName": "CdrAccordion",
|
|
107
|
-
"description": "
|
|
167
|
+
"description": "",
|
|
108
168
|
"tags": {},
|
|
109
|
-
"exportName": "default",
|
|
110
169
|
"props": [
|
|
111
170
|
{
|
|
112
171
|
"name": "id",
|
|
@@ -228,70 +287,75 @@
|
|
|
228
287
|
"./src/components/accordion/CdrAccordion.vue"
|
|
229
288
|
]
|
|
230
289
|
},
|
|
231
|
-
"
|
|
232
|
-
"displayName": "CdrBanner",
|
|
233
|
-
"description": "Provides contextual feedback messages for typical user actions",
|
|
234
|
-
"tags": {},
|
|
290
|
+
"CdrAccordionGroup": {
|
|
235
291
|
"exportName": "default",
|
|
292
|
+
"displayName": "CdrAccordionGroup",
|
|
293
|
+
"description": "",
|
|
294
|
+
"tags": {},
|
|
236
295
|
"props": [
|
|
237
296
|
{
|
|
238
|
-
"name": "
|
|
239
|
-
"description": "
|
|
240
|
-
"tags": {
|
|
241
|
-
"demoSelectMultiple": [
|
|
242
|
-
{
|
|
243
|
-
"description": "false",
|
|
244
|
-
"title": "demoSelectMultiple"
|
|
245
|
-
}
|
|
246
|
-
]
|
|
247
|
-
},
|
|
297
|
+
"name": "unwrap",
|
|
298
|
+
"description": "A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.",
|
|
299
|
+
"tags": {},
|
|
248
300
|
"values": [
|
|
249
|
-
"
|
|
250
|
-
"
|
|
251
|
-
"
|
|
252
|
-
"
|
|
253
|
-
"
|
|
301
|
+
"@xs",
|
|
302
|
+
"@sm",
|
|
303
|
+
"@md",
|
|
304
|
+
"@lg",
|
|
305
|
+
"true"
|
|
254
306
|
],
|
|
255
307
|
"type": {
|
|
256
|
-
"name": "string"
|
|
308
|
+
"name": "string|boolean"
|
|
257
309
|
},
|
|
258
310
|
"defaultValue": {
|
|
259
311
|
"func": false,
|
|
260
|
-
"value":
|
|
312
|
+
"value": false
|
|
261
313
|
}
|
|
262
314
|
}
|
|
263
315
|
],
|
|
264
316
|
"slots": [
|
|
265
|
-
{
|
|
266
|
-
"name": "icon-left",
|
|
267
|
-
"description": "Icon matching banner type"
|
|
268
|
-
},
|
|
269
317
|
{
|
|
270
318
|
"name": "default",
|
|
271
|
-
"description": "
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
319
|
+
"description": "CdrAccordionGroup content (i.e. CdrAccordion components)"
|
|
320
|
+
}
|
|
321
|
+
],
|
|
322
|
+
"sourceFiles": [
|
|
323
|
+
"./src/components/accordion/CdrAccordionGroup.vue"
|
|
324
|
+
]
|
|
325
|
+
},
|
|
326
|
+
"CdrCard": {
|
|
327
|
+
"exportName": "default",
|
|
328
|
+
"displayName": "CdrCard",
|
|
329
|
+
"description": "",
|
|
330
|
+
"tags": {},
|
|
331
|
+
"props": [
|
|
277
332
|
{
|
|
278
|
-
"name": "
|
|
279
|
-
"description": "
|
|
280
|
-
|
|
333
|
+
"name": "tag",
|
|
334
|
+
"description": "Sets valid HTML container element tag.",
|
|
335
|
+
"type": {
|
|
336
|
+
"name": "string"
|
|
337
|
+
},
|
|
338
|
+
"defaultValue": {
|
|
339
|
+
"func": false,
|
|
340
|
+
"value": "'article'"
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
],
|
|
344
|
+
"slots": [
|
|
281
345
|
{
|
|
282
|
-
"name": "
|
|
283
|
-
"description": "
|
|
346
|
+
"name": "default",
|
|
347
|
+
"description": "CdrCard content"
|
|
284
348
|
}
|
|
285
349
|
],
|
|
286
350
|
"sourceFiles": [
|
|
287
|
-
"./src/components/
|
|
351
|
+
"./src/components/card/CdrCard.vue"
|
|
288
352
|
]
|
|
289
353
|
},
|
|
290
354
|
"CdrCaption": {
|
|
355
|
+
"exportName": "default",
|
|
291
356
|
"displayName": "CdrCaption",
|
|
292
|
-
"description": "
|
|
357
|
+
"description": "",
|
|
293
358
|
"tags": {},
|
|
294
|
-
"exportName": "default",
|
|
295
359
|
"props": [
|
|
296
360
|
{
|
|
297
361
|
"name": "summary",
|
|
@@ -328,79 +392,174 @@
|
|
|
328
392
|
"./src/components/caption/CdrCaption.vue"
|
|
329
393
|
]
|
|
330
394
|
},
|
|
331
|
-
"
|
|
332
|
-
"displayName": "CdrAccordionGroup",
|
|
395
|
+
"CdrButton": {
|
|
333
396
|
"exportName": "default",
|
|
397
|
+
"displayName": "CdrButton",
|
|
334
398
|
"description": "",
|
|
335
399
|
"tags": {},
|
|
336
400
|
"props": [
|
|
337
401
|
{
|
|
338
|
-
"name": "
|
|
339
|
-
"description": "
|
|
340
|
-
"tags": {
|
|
402
|
+
"name": "tag",
|
|
403
|
+
"description": "Renders CdrButton as a <button> or <a> element. When using the value of <a>, this element renders as an anchor link.",
|
|
404
|
+
"tags": {
|
|
405
|
+
"demoIgnore": [
|
|
406
|
+
{
|
|
407
|
+
"description": "true",
|
|
408
|
+
"title": "demoIgnore"
|
|
409
|
+
}
|
|
410
|
+
]
|
|
411
|
+
},
|
|
341
412
|
"values": [
|
|
342
|
-
"
|
|
343
|
-
"
|
|
344
|
-
"@md",
|
|
345
|
-
"@lg",
|
|
346
|
-
"true"
|
|
413
|
+
"button",
|
|
414
|
+
"a"
|
|
347
415
|
],
|
|
348
416
|
"type": {
|
|
349
|
-
"name": "string
|
|
417
|
+
"name": "string"
|
|
350
418
|
},
|
|
351
419
|
"defaultValue": {
|
|
352
420
|
"func": false,
|
|
353
|
-
"value":
|
|
421
|
+
"value": "'button'"
|
|
354
422
|
}
|
|
355
|
-
}
|
|
356
|
-
],
|
|
357
|
-
"slots": [
|
|
358
|
-
{
|
|
359
|
-
"name": "default",
|
|
360
|
-
"description": "CdrAccordionGroup content (i.e. CdrAccordion components)"
|
|
361
|
-
}
|
|
362
|
-
],
|
|
363
|
-
"sourceFiles": [
|
|
364
|
-
"./src/components/accordion/CdrAccordionGroup.vue"
|
|
365
|
-
]
|
|
366
|
-
},
|
|
367
|
-
"CdrCard": {
|
|
368
|
-
"displayName": "CdrCard",
|
|
369
|
-
"description": "Related, interactive containers linking to a single subject or destination",
|
|
370
|
-
"tags": {},
|
|
371
|
-
"exportName": "default",
|
|
372
|
-
"props": [
|
|
423
|
+
},
|
|
373
424
|
{
|
|
374
|
-
"name": "
|
|
375
|
-
"description": "Sets
|
|
425
|
+
"name": "type",
|
|
426
|
+
"description": "Sets the button type",
|
|
427
|
+
"tags": {
|
|
428
|
+
"demoIgnore": [
|
|
429
|
+
{
|
|
430
|
+
"description": "true",
|
|
431
|
+
"title": "demoIgnore"
|
|
432
|
+
}
|
|
433
|
+
]
|
|
434
|
+
},
|
|
435
|
+
"values": [
|
|
436
|
+
"button",
|
|
437
|
+
"submit",
|
|
438
|
+
"reset"
|
|
439
|
+
],
|
|
376
440
|
"type": {
|
|
377
441
|
"name": "string"
|
|
378
442
|
},
|
|
379
443
|
"defaultValue": {
|
|
380
444
|
"func": false,
|
|
381
|
-
"value": "'
|
|
445
|
+
"value": "'button'"
|
|
382
446
|
}
|
|
383
|
-
}
|
|
384
|
-
],
|
|
385
|
-
"slots": [
|
|
386
|
-
{
|
|
387
|
-
"name": "default",
|
|
388
|
-
"description": "CdrCard content"
|
|
389
|
-
}
|
|
390
|
-
],
|
|
391
|
-
"sourceFiles": [
|
|
392
|
-
"./src/components/card/CdrCard.vue"
|
|
393
|
-
]
|
|
394
|
-
},
|
|
395
|
-
"CdrChip": {
|
|
396
|
-
"displayName": "CdrChip",
|
|
397
|
-
"description": "Allows people to make selections, filter content, or trigger actions",
|
|
398
|
-
"tags": {},
|
|
399
|
-
"exportName": "default",
|
|
400
|
-
"slots": [
|
|
447
|
+
},
|
|
401
448
|
{
|
|
402
|
-
"name": "
|
|
403
|
-
"description": "
|
|
449
|
+
"name": "modifier",
|
|
450
|
+
"description": "Modifies the style variant for this component",
|
|
451
|
+
"tags": {
|
|
452
|
+
"demoSelectMultiple": [
|
|
453
|
+
{
|
|
454
|
+
"description": "false",
|
|
455
|
+
"title": "demoSelectMultiple"
|
|
456
|
+
}
|
|
457
|
+
]
|
|
458
|
+
},
|
|
459
|
+
"values": [
|
|
460
|
+
"primary",
|
|
461
|
+
"secondary",
|
|
462
|
+
"sale",
|
|
463
|
+
"dark",
|
|
464
|
+
"link"
|
|
465
|
+
],
|
|
466
|
+
"type": {
|
|
467
|
+
"name": "string"
|
|
468
|
+
},
|
|
469
|
+
"defaultValue": {
|
|
470
|
+
"func": false,
|
|
471
|
+
"value": "'primary'"
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"name": "size",
|
|
476
|
+
"description": "Sets the button size; values can target responsive breakpoints. Example: `large@sm`.",
|
|
477
|
+
"tags": {
|
|
478
|
+
"demoSelectMultiple": [
|
|
479
|
+
{
|
|
480
|
+
"description": "false",
|
|
481
|
+
"title": "demoSelectMultiple"
|
|
482
|
+
}
|
|
483
|
+
]
|
|
484
|
+
},
|
|
485
|
+
"values": [
|
|
486
|
+
"small",
|
|
487
|
+
"medium",
|
|
488
|
+
"large"
|
|
489
|
+
],
|
|
490
|
+
"type": {
|
|
491
|
+
"name": "string"
|
|
492
|
+
},
|
|
493
|
+
"defaultValue": {
|
|
494
|
+
"func": false,
|
|
495
|
+
"value": "'medium'"
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"name": "fullWidth",
|
|
500
|
+
"description": "Sets button width to 100%. Setting this value to true will set the button width to 100% of the parent container. Use the 'fullWidth' prop with the 'size' prop to control top and bottom padding.",
|
|
501
|
+
"type": {
|
|
502
|
+
"name": "string|boolean"
|
|
503
|
+
},
|
|
504
|
+
"defaultValue": {
|
|
505
|
+
"func": false,
|
|
506
|
+
"value": false
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"name": "iconOnly",
|
|
511
|
+
"description": "Renders an 'icon-only' button. When this value is true, it will override the size and 'responsiveSize' props. Can be used in conjunction with 'with-background'",
|
|
512
|
+
"type": {
|
|
513
|
+
"name": "boolean"
|
|
514
|
+
},
|
|
515
|
+
"defaultValue": {
|
|
516
|
+
"func": false,
|
|
517
|
+
"value": false
|
|
518
|
+
}
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"name": "withBackground",
|
|
522
|
+
"description": "Renders an 'icon-only' button with a background color and border. Must be used in conjunction with the 'iconOnly' prop.",
|
|
523
|
+
"type": {
|
|
524
|
+
"name": "boolean"
|
|
525
|
+
},
|
|
526
|
+
"defaultValue": {
|
|
527
|
+
"func": false,
|
|
528
|
+
"value": false
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
],
|
|
532
|
+
"slots": [
|
|
533
|
+
{
|
|
534
|
+
"name": "icon-left",
|
|
535
|
+
"description": "Icon to the left of text content"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "icon",
|
|
539
|
+
"description": "Icon for icon-only button"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"name": "default",
|
|
543
|
+
"description": "Readable text of the button. Leave empty if icon-only"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"name": "icon-right",
|
|
547
|
+
"description": "Icon to the right of text content"
|
|
548
|
+
}
|
|
549
|
+
],
|
|
550
|
+
"sourceFiles": [
|
|
551
|
+
"./src/components/button/CdrButton.vue"
|
|
552
|
+
]
|
|
553
|
+
},
|
|
554
|
+
"CdrChip": {
|
|
555
|
+
"exportName": "default",
|
|
556
|
+
"displayName": "CdrChip",
|
|
557
|
+
"description": "",
|
|
558
|
+
"tags": {},
|
|
559
|
+
"slots": [
|
|
560
|
+
{
|
|
561
|
+
"name": "icon-left",
|
|
562
|
+
"description": "Icon to the left of the content"
|
|
404
563
|
},
|
|
405
564
|
{
|
|
406
565
|
"name": "icon-right",
|
|
@@ -416,10 +575,10 @@
|
|
|
416
575
|
]
|
|
417
576
|
},
|
|
418
577
|
"CdrCheckbox": {
|
|
578
|
+
"exportName": "default",
|
|
419
579
|
"displayName": "CdrCheckbox",
|
|
420
|
-
"description": "
|
|
580
|
+
"description": "",
|
|
421
581
|
"tags": {},
|
|
422
|
-
"exportName": "default",
|
|
423
582
|
"props": [
|
|
424
583
|
{
|
|
425
584
|
"name": "labelClass",
|
|
@@ -453,6 +612,13 @@
|
|
|
453
612
|
"value": false
|
|
454
613
|
}
|
|
455
614
|
},
|
|
615
|
+
{
|
|
616
|
+
"name": "disabled",
|
|
617
|
+
"description": "Disables the checkbox",
|
|
618
|
+
"type": {
|
|
619
|
+
"name": "boolean"
|
|
620
|
+
}
|
|
621
|
+
},
|
|
456
622
|
{
|
|
457
623
|
"name": "trueValue",
|
|
458
624
|
"description": "The value when checked.",
|
|
@@ -579,10 +745,10 @@
|
|
|
579
745
|
]
|
|
580
746
|
},
|
|
581
747
|
"CdrContainer": {
|
|
748
|
+
"exportName": "default",
|
|
582
749
|
"displayName": "CdrContainer",
|
|
583
|
-
"description": "
|
|
750
|
+
"description": "",
|
|
584
751
|
"tags": {},
|
|
585
|
-
"exportName": "default",
|
|
586
752
|
"props": [
|
|
587
753
|
{
|
|
588
754
|
"name": "tag",
|
|
@@ -629,77 +795,103 @@
|
|
|
629
795
|
"./src/components/container/CdrContainer.vue"
|
|
630
796
|
]
|
|
631
797
|
},
|
|
632
|
-
"
|
|
633
|
-
"
|
|
634
|
-
"
|
|
798
|
+
"CdrFormError": {
|
|
799
|
+
"exportName": "default",
|
|
800
|
+
"displayName": "CdrFormError",
|
|
801
|
+
"description": "",
|
|
635
802
|
"tags": {},
|
|
803
|
+
"props": [
|
|
804
|
+
{
|
|
805
|
+
"name": "error",
|
|
806
|
+
"type": {
|
|
807
|
+
"name": "boolean|string"
|
|
808
|
+
}
|
|
809
|
+
}
|
|
810
|
+
],
|
|
811
|
+
"slots": [
|
|
812
|
+
{
|
|
813
|
+
"name": "error"
|
|
814
|
+
}
|
|
815
|
+
],
|
|
816
|
+
"sourceFiles": [
|
|
817
|
+
"./src/components/formError/CdrFormError.vue"
|
|
818
|
+
]
|
|
819
|
+
},
|
|
820
|
+
"CdrChipGroup": {
|
|
636
821
|
"exportName": "default",
|
|
822
|
+
"displayName": "CdrChipGroup",
|
|
823
|
+
"description": "",
|
|
824
|
+
"tags": {},
|
|
637
825
|
"props": [
|
|
638
826
|
{
|
|
639
|
-
"name": "
|
|
640
|
-
"description": "
|
|
641
|
-
"tags": {
|
|
642
|
-
"demoSelectMultiple": [
|
|
643
|
-
{
|
|
644
|
-
"description": "false",
|
|
645
|
-
"title": "demoSelectMultiple"
|
|
646
|
-
}
|
|
647
|
-
]
|
|
648
|
-
},
|
|
649
|
-
"values": [
|
|
650
|
-
"none",
|
|
651
|
-
"small",
|
|
652
|
-
"medium",
|
|
653
|
-
"large"
|
|
654
|
-
],
|
|
827
|
+
"name": "label",
|
|
828
|
+
"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.",
|
|
655
829
|
"type": {
|
|
656
830
|
"name": "string"
|
|
657
831
|
},
|
|
658
|
-
"
|
|
659
|
-
"func": false,
|
|
660
|
-
"value": "'medium@xs medium@sm large@md large@lg'"
|
|
661
|
-
}
|
|
832
|
+
"required": true
|
|
662
833
|
},
|
|
663
834
|
{
|
|
664
|
-
"name": "
|
|
665
|
-
"description": "
|
|
835
|
+
"name": "hideLabel",
|
|
836
|
+
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
666
837
|
"type": {
|
|
667
|
-
"name": "
|
|
838
|
+
"name": "boolean"
|
|
668
839
|
},
|
|
669
840
|
"defaultValue": {
|
|
670
841
|
"func": false,
|
|
671
|
-
"value":
|
|
842
|
+
"value": true
|
|
672
843
|
}
|
|
673
844
|
}
|
|
674
845
|
],
|
|
675
846
|
"slots": [
|
|
847
|
+
{
|
|
848
|
+
"name": "label",
|
|
849
|
+
"description": "Override CdrChip label content with a custom element"
|
|
850
|
+
},
|
|
676
851
|
{
|
|
677
852
|
"name": "default",
|
|
678
|
-
"description": "
|
|
853
|
+
"description": "CdrChipGroup content (CdrChip components)"
|
|
679
854
|
}
|
|
680
855
|
],
|
|
681
856
|
"sourceFiles": [
|
|
682
|
-
"./src/components/
|
|
857
|
+
"./src/components/chip/CdrChipGroup.vue"
|
|
683
858
|
]
|
|
684
859
|
},
|
|
685
860
|
"CdrFormGroup": {
|
|
861
|
+
"exportName": "default",
|
|
686
862
|
"displayName": "CdrFormGroup",
|
|
687
|
-
"description": "
|
|
863
|
+
"description": "",
|
|
688
864
|
"tags": {},
|
|
689
|
-
"exportName": "default",
|
|
690
865
|
"props": [
|
|
691
866
|
{
|
|
692
867
|
"name": "id",
|
|
868
|
+
"description": "Custom ID that is mapped to the form error. If this value is not set, it will be randomly generated.",
|
|
869
|
+
"tags": {
|
|
870
|
+
"demoIgnore": [
|
|
871
|
+
{
|
|
872
|
+
"description": "true",
|
|
873
|
+
"title": "demoIgnore"
|
|
874
|
+
}
|
|
875
|
+
]
|
|
876
|
+
},
|
|
693
877
|
"type": {
|
|
694
878
|
"name": "string"
|
|
695
879
|
}
|
|
696
880
|
},
|
|
697
881
|
{
|
|
698
882
|
"name": "label",
|
|
883
|
+
"description": "Sets the label/legend for the form group. Applies default text styles to this label.\nTo override that default text style or apply other customization, use the `label` slot.",
|
|
884
|
+
"tags": {
|
|
885
|
+
"demoIgnore": [
|
|
886
|
+
{
|
|
887
|
+
"description": "true",
|
|
888
|
+
"title": "demoIgnore"
|
|
889
|
+
}
|
|
890
|
+
]
|
|
891
|
+
},
|
|
699
892
|
"type": {
|
|
700
893
|
"name": "string"
|
|
701
894
|
},
|
|
702
|
-
"required": false,
|
|
703
895
|
"defaultValue": {
|
|
704
896
|
"func": false,
|
|
705
897
|
"value": "''"
|
|
@@ -707,6 +899,7 @@
|
|
|
707
899
|
},
|
|
708
900
|
{
|
|
709
901
|
"name": "error",
|
|
902
|
+
"description": "Sets the form group to an error state, displays the `error` slot if one is present.",
|
|
710
903
|
"type": {
|
|
711
904
|
"name": "boolean|string"
|
|
712
905
|
},
|
|
@@ -717,18 +910,21 @@
|
|
|
717
910
|
},
|
|
718
911
|
{
|
|
719
912
|
"name": "required",
|
|
913
|
+
"description": "Adds required label to the form group.",
|
|
720
914
|
"type": {
|
|
721
915
|
"name": "boolean"
|
|
722
916
|
}
|
|
723
917
|
},
|
|
724
918
|
{
|
|
725
919
|
"name": "optional",
|
|
920
|
+
"description": "Adds optional label to the form group.",
|
|
726
921
|
"type": {
|
|
727
922
|
"name": "boolean"
|
|
728
923
|
}
|
|
729
924
|
},
|
|
730
925
|
{
|
|
731
926
|
"name": "disabled",
|
|
927
|
+
"description": "Renders form group in a disabled state.",
|
|
732
928
|
"type": {
|
|
733
929
|
"name": "boolean"
|
|
734
930
|
}
|
|
@@ -736,10 +932,12 @@
|
|
|
736
932
|
],
|
|
737
933
|
"slots": [
|
|
738
934
|
{
|
|
739
|
-
"name": "label"
|
|
935
|
+
"name": "label",
|
|
936
|
+
"description": "Overrides CdrFormGroup label/legend. Should be a text element"
|
|
740
937
|
},
|
|
741
938
|
{
|
|
742
|
-
"name": "default"
|
|
939
|
+
"name": "default",
|
|
940
|
+
"description": "CdrFormGroup content (form elements)"
|
|
743
941
|
},
|
|
744
942
|
{
|
|
745
943
|
"name": "error"
|
|
@@ -749,444 +947,64 @@
|
|
|
749
947
|
"./src/components/formGroup/CdrFormGroup.vue"
|
|
750
948
|
]
|
|
751
949
|
},
|
|
752
|
-
"
|
|
753
|
-
"displayName": "CdrButton",
|
|
754
|
-
"description": "Initiates an action, such as completing a task or submitting information",
|
|
755
|
-
"tags": {},
|
|
950
|
+
"CdrGrid": {
|
|
756
951
|
"exportName": "default",
|
|
952
|
+
"displayName": "CdrGrid",
|
|
953
|
+
"description": "",
|
|
954
|
+
"tags": {},
|
|
757
955
|
"props": [
|
|
758
956
|
{
|
|
759
|
-
"name": "
|
|
760
|
-
"description": "
|
|
957
|
+
"name": "gutter",
|
|
958
|
+
"description": "Defines gutter size. Also accepts responsive values with `@breakpoint`: \"none@md\"",
|
|
761
959
|
"tags": {
|
|
762
|
-
"
|
|
960
|
+
"demoSelectMultiple": [
|
|
763
961
|
{
|
|
764
|
-
"description": "
|
|
765
|
-
"title": "
|
|
962
|
+
"description": "false",
|
|
963
|
+
"title": "demoSelectMultiple"
|
|
766
964
|
}
|
|
767
965
|
]
|
|
768
966
|
},
|
|
769
967
|
"values": [
|
|
770
|
-
"
|
|
771
|
-
"
|
|
968
|
+
"none",
|
|
969
|
+
"small",
|
|
970
|
+
"medium",
|
|
971
|
+
"large"
|
|
772
972
|
],
|
|
773
973
|
"type": {
|
|
774
974
|
"name": "string"
|
|
775
975
|
},
|
|
776
976
|
"defaultValue": {
|
|
777
977
|
"func": false,
|
|
778
|
-
"value": "'
|
|
978
|
+
"value": "'medium@xs medium@sm large@md large@lg'"
|
|
779
979
|
}
|
|
780
980
|
},
|
|
781
981
|
{
|
|
782
|
-
"name": "
|
|
783
|
-
"description": "Sets the
|
|
784
|
-
"tags": {
|
|
785
|
-
"demoIgnore": [
|
|
786
|
-
{
|
|
787
|
-
"description": "true",
|
|
788
|
-
"title": "demoIgnore"
|
|
789
|
-
}
|
|
790
|
-
]
|
|
791
|
-
},
|
|
792
|
-
"values": [
|
|
793
|
-
"button",
|
|
794
|
-
"submit",
|
|
795
|
-
"reset"
|
|
796
|
-
],
|
|
982
|
+
"name": "tag",
|
|
983
|
+
"description": "Sets the HTML tag for the grid element",
|
|
797
984
|
"type": {
|
|
798
985
|
"name": "string"
|
|
799
986
|
},
|
|
800
987
|
"defaultValue": {
|
|
801
988
|
"func": false,
|
|
802
|
-
"value": "'
|
|
989
|
+
"value": "'div'"
|
|
803
990
|
}
|
|
804
|
-
}
|
|
991
|
+
}
|
|
992
|
+
],
|
|
993
|
+
"slots": [
|
|
805
994
|
{
|
|
806
|
-
"name": "
|
|
807
|
-
"description": "
|
|
808
|
-
"tags": {
|
|
809
|
-
"demoSelectMultiple": [
|
|
810
|
-
{
|
|
811
|
-
"description": "false",
|
|
812
|
-
"title": "demoSelectMultiple"
|
|
813
|
-
}
|
|
814
|
-
]
|
|
815
|
-
},
|
|
816
|
-
"values": [
|
|
817
|
-
"primary",
|
|
818
|
-
"secondary",
|
|
819
|
-
"sale",
|
|
820
|
-
"dark",
|
|
821
|
-
"link"
|
|
822
|
-
],
|
|
823
|
-
"type": {
|
|
824
|
-
"name": "string"
|
|
825
|
-
},
|
|
826
|
-
"defaultValue": {
|
|
827
|
-
"func": false,
|
|
828
|
-
"value": "'primary'"
|
|
829
|
-
}
|
|
830
|
-
},
|
|
831
|
-
{
|
|
832
|
-
"name": "size",
|
|
833
|
-
"description": "Sets the button size; values can target responsive breakpoints. Example: `large@sm`.",
|
|
834
|
-
"tags": {
|
|
835
|
-
"demoSelectMultiple": [
|
|
836
|
-
{
|
|
837
|
-
"description": "false",
|
|
838
|
-
"title": "demoSelectMultiple"
|
|
839
|
-
}
|
|
840
|
-
]
|
|
841
|
-
},
|
|
842
|
-
"values": [
|
|
843
|
-
"small",
|
|
844
|
-
"medium",
|
|
845
|
-
"large"
|
|
846
|
-
],
|
|
847
|
-
"type": {
|
|
848
|
-
"name": "string"
|
|
849
|
-
},
|
|
850
|
-
"defaultValue": {
|
|
851
|
-
"func": false,
|
|
852
|
-
"value": "'medium'"
|
|
853
|
-
}
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"name": "fullWidth",
|
|
857
|
-
"description": "Sets button width to 100%. Setting this value to true will set the button width to 100% of the parent container. Use the 'fullWidth' prop with the 'size' prop to control top and bottom padding.",
|
|
858
|
-
"type": {
|
|
859
|
-
"name": "string|boolean"
|
|
860
|
-
},
|
|
861
|
-
"defaultValue": {
|
|
862
|
-
"func": false,
|
|
863
|
-
"value": false
|
|
864
|
-
}
|
|
865
|
-
},
|
|
866
|
-
{
|
|
867
|
-
"name": "iconOnly",
|
|
868
|
-
"description": "Renders an 'icon-only' button. When this value is true, it will override the size and 'responsiveSize' props. Can be used in conjunction with 'with-background'",
|
|
869
|
-
"type": {
|
|
870
|
-
"name": "boolean"
|
|
871
|
-
},
|
|
872
|
-
"defaultValue": {
|
|
873
|
-
"func": false,
|
|
874
|
-
"value": false
|
|
875
|
-
}
|
|
876
|
-
},
|
|
877
|
-
{
|
|
878
|
-
"name": "withBackground",
|
|
879
|
-
"description": "Renders an 'icon-only' button with a background color and border. Must be used in conjunction with the 'iconOnly' prop.",
|
|
880
|
-
"type": {
|
|
881
|
-
"name": "boolean"
|
|
882
|
-
},
|
|
883
|
-
"defaultValue": {
|
|
884
|
-
"func": false,
|
|
885
|
-
"value": false
|
|
886
|
-
}
|
|
887
|
-
}
|
|
888
|
-
],
|
|
889
|
-
"slots": [
|
|
890
|
-
{
|
|
891
|
-
"name": "icon-left",
|
|
892
|
-
"description": "Icon to the left of text content"
|
|
893
|
-
},
|
|
894
|
-
{
|
|
895
|
-
"name": "icon",
|
|
896
|
-
"description": "Icon for icon-only button"
|
|
897
|
-
},
|
|
898
|
-
{
|
|
899
|
-
"name": "default",
|
|
900
|
-
"description": "Readable text of the button. Leave empty if icon-only"
|
|
901
|
-
},
|
|
902
|
-
{
|
|
903
|
-
"name": "icon-right",
|
|
904
|
-
"description": "Icon to the right of text content"
|
|
905
|
-
}
|
|
906
|
-
],
|
|
907
|
-
"sourceFiles": [
|
|
908
|
-
"./src/components/button/CdrButton.vue"
|
|
909
|
-
]
|
|
910
|
-
},
|
|
911
|
-
"CdrIcon": {
|
|
912
|
-
"displayName": "CdrIcon",
|
|
913
|
-
"description": "Communicates meaning through graphics representing simple and complex ideas",
|
|
914
|
-
"tags": {},
|
|
915
|
-
"exportName": "default",
|
|
916
|
-
"props": [
|
|
917
|
-
{
|
|
918
|
-
"name": "use",
|
|
919
|
-
"description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
|
|
920
|
-
"type": {
|
|
921
|
-
"name": "string"
|
|
922
|
-
}
|
|
923
|
-
},
|
|
924
|
-
{
|
|
925
|
-
"name": "inheritColor",
|
|
926
|
-
"description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
|
|
927
|
-
"type": {
|
|
928
|
-
"name": "boolean"
|
|
929
|
-
},
|
|
930
|
-
"defaultValue": {
|
|
931
|
-
"func": false,
|
|
932
|
-
"value": false
|
|
933
|
-
}
|
|
934
|
-
},
|
|
935
|
-
{
|
|
936
|
-
"name": "size",
|
|
937
|
-
"type": {
|
|
938
|
-
"name": "string"
|
|
939
|
-
},
|
|
940
|
-
"defaultValue": {
|
|
941
|
-
"func": false,
|
|
942
|
-
"value": "'medium'"
|
|
943
|
-
}
|
|
944
|
-
}
|
|
945
|
-
],
|
|
946
|
-
"slots": [
|
|
947
|
-
{
|
|
948
|
-
"name": "default"
|
|
949
|
-
}
|
|
950
|
-
],
|
|
951
|
-
"sourceFiles": [
|
|
952
|
-
"./src/components/icon/CdrIcon.vue"
|
|
953
|
-
]
|
|
954
|
-
},
|
|
955
|
-
"CdrChipGroup": {
|
|
956
|
-
"displayName": "CdrChipGroup",
|
|
957
|
-
"exportName": "default",
|
|
958
|
-
"description": "",
|
|
959
|
-
"tags": {},
|
|
960
|
-
"props": [
|
|
961
|
-
{
|
|
962
|
-
"name": "label",
|
|
963
|
-
"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.",
|
|
964
|
-
"type": {
|
|
965
|
-
"name": "string"
|
|
966
|
-
},
|
|
967
|
-
"required": true
|
|
968
|
-
},
|
|
969
|
-
{
|
|
970
|
-
"name": "hideLabel",
|
|
971
|
-
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
972
|
-
"type": {
|
|
973
|
-
"name": "boolean"
|
|
974
|
-
},
|
|
975
|
-
"defaultValue": {
|
|
976
|
-
"func": false,
|
|
977
|
-
"value": true
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
],
|
|
981
|
-
"slots": [
|
|
982
|
-
{
|
|
983
|
-
"name": "label",
|
|
984
|
-
"description": "Override CdrChip label content with a custom element"
|
|
985
|
-
},
|
|
986
|
-
{
|
|
987
|
-
"name": "default",
|
|
988
|
-
"description": "CdrChipGroup content (CdrChip components)"
|
|
989
|
-
}
|
|
990
|
-
],
|
|
991
|
-
"sourceFiles": [
|
|
992
|
-
"./src/components/chip/CdrChipGroup.vue"
|
|
993
|
-
]
|
|
994
|
-
},
|
|
995
|
-
"CdrLabelWrapper": {
|
|
996
|
-
"displayName": "CdrLabelWrapper",
|
|
997
|
-
"exportName": "default",
|
|
998
|
-
"description": "",
|
|
999
|
-
"tags": {},
|
|
1000
|
-
"props": [
|
|
1001
|
-
{
|
|
1002
|
-
"name": "labelClass",
|
|
1003
|
-
"type": {
|
|
1004
|
-
"name": "string"
|
|
1005
|
-
}
|
|
1006
|
-
},
|
|
1007
|
-
{
|
|
1008
|
-
"name": "contentClass",
|
|
1009
|
-
"type": {
|
|
1010
|
-
"name": "string"
|
|
1011
|
-
}
|
|
1012
|
-
},
|
|
1013
|
-
{
|
|
1014
|
-
"name": "background",
|
|
1015
|
-
"type": {
|
|
1016
|
-
"name": "backgroundProps"
|
|
1017
|
-
}
|
|
1018
|
-
},
|
|
1019
|
-
{
|
|
1020
|
-
"name": "disabled",
|
|
1021
|
-
"type": {
|
|
1022
|
-
"name": "boolean"
|
|
1023
|
-
}
|
|
1024
|
-
},
|
|
1025
|
-
{
|
|
1026
|
-
"name": "modifier",
|
|
1027
|
-
"type": {
|
|
1028
|
-
"name": "string"
|
|
1029
|
-
}
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
"name": "size",
|
|
1033
|
-
"type": {
|
|
1034
|
-
"name": "string"
|
|
1035
|
-
}
|
|
1036
|
-
}
|
|
1037
|
-
],
|
|
1038
|
-
"slots": [
|
|
1039
|
-
{
|
|
1040
|
-
"name": "input"
|
|
1041
|
-
},
|
|
1042
|
-
{
|
|
1043
|
-
"name": "default"
|
|
1044
|
-
}
|
|
1045
|
-
],
|
|
1046
|
-
"sourceFiles": [
|
|
1047
|
-
"./src/components/labelWrapper/CdrLabelWrapper.vue"
|
|
1048
|
-
]
|
|
1049
|
-
},
|
|
1050
|
-
"CdrImg": {
|
|
1051
|
-
"displayName": "CdrImg",
|
|
1052
|
-
"description": "Media for capturing attention and communicating messages",
|
|
1053
|
-
"tags": {},
|
|
1054
|
-
"exportName": "default",
|
|
1055
|
-
"props": [
|
|
1056
|
-
{
|
|
1057
|
-
"name": "src",
|
|
1058
|
-
"description": "Image source url.",
|
|
1059
|
-
"type": {
|
|
1060
|
-
"name": "string"
|
|
1061
|
-
},
|
|
1062
|
-
"required": true
|
|
1063
|
-
},
|
|
1064
|
-
{
|
|
1065
|
-
"name": "alt",
|
|
1066
|
-
"description": "Image alt text. Defaults to an empty string",
|
|
1067
|
-
"type": {
|
|
1068
|
-
"name": "string"
|
|
1069
|
-
},
|
|
1070
|
-
"defaultValue": {
|
|
1071
|
-
"func": false,
|
|
1072
|
-
"value": "''"
|
|
1073
|
-
}
|
|
1074
|
-
},
|
|
1075
|
-
{
|
|
1076
|
-
"name": "ratio",
|
|
1077
|
-
"description": "Aspect ratio of the media container",
|
|
1078
|
-
"tags": {
|
|
1079
|
-
"demoSelectMultiple": [
|
|
1080
|
-
{
|
|
1081
|
-
"description": "false",
|
|
1082
|
-
"title": "demoSelectMultiple"
|
|
1083
|
-
}
|
|
1084
|
-
]
|
|
1085
|
-
},
|
|
1086
|
-
"values": [
|
|
1087
|
-
"auto",
|
|
1088
|
-
"square",
|
|
1089
|
-
"1-2",
|
|
1090
|
-
"2-3",
|
|
1091
|
-
"3-4",
|
|
1092
|
-
"9-16",
|
|
1093
|
-
"2-1",
|
|
1094
|
-
"3-2",
|
|
1095
|
-
"4-3",
|
|
1096
|
-
"16-9"
|
|
1097
|
-
],
|
|
1098
|
-
"type": {
|
|
1099
|
-
"name": "string"
|
|
1100
|
-
}
|
|
1101
|
-
},
|
|
1102
|
-
{
|
|
1103
|
-
"name": "crop",
|
|
1104
|
-
"description": "Requires a `ratio`. Area to crop the image overflow to. {left, center, right} {top, center, bottom}",
|
|
1105
|
-
"tags": {
|
|
1106
|
-
"demoSelectMultiple": [
|
|
1107
|
-
{
|
|
1108
|
-
"description": "false",
|
|
1109
|
-
"title": "demoSelectMultiple"
|
|
1110
|
-
}
|
|
1111
|
-
]
|
|
1112
|
-
},
|
|
1113
|
-
"values": [
|
|
1114
|
-
"left",
|
|
1115
|
-
"x-center",
|
|
1116
|
-
"right",
|
|
1117
|
-
"top",
|
|
1118
|
-
"y-center",
|
|
1119
|
-
"bottom"
|
|
1120
|
-
],
|
|
1121
|
-
"type": {
|
|
1122
|
-
"name": "string"
|
|
1123
|
-
}
|
|
1124
|
-
},
|
|
1125
|
-
{
|
|
1126
|
-
"name": "cover",
|
|
1127
|
-
"description": "Requires a `ratio`. Scale the image to be as large as possible to fill the area (background-position: cover;)",
|
|
1128
|
-
"type": {
|
|
1129
|
-
"name": "boolean"
|
|
1130
|
-
}
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1133
|
-
"name": "containerClass",
|
|
1134
|
-
"description": "Adds a custom class to the cdr-img__ratio container div",
|
|
1135
|
-
"type": {
|
|
1136
|
-
"name": "string"
|
|
1137
|
-
}
|
|
1138
|
-
},
|
|
1139
|
-
{
|
|
1140
|
-
"name": "radius",
|
|
1141
|
-
"description": "Sets a border radius to an element {square, top, right, bottom, left}",
|
|
1142
|
-
"tags": {
|
|
1143
|
-
"demoSelectMultiple": [
|
|
1144
|
-
{
|
|
1145
|
-
"description": "false",
|
|
1146
|
-
"title": "demoSelectMultiple"
|
|
1147
|
-
}
|
|
1148
|
-
]
|
|
1149
|
-
},
|
|
1150
|
-
"values": [
|
|
1151
|
-
"circle",
|
|
1152
|
-
"rounded"
|
|
1153
|
-
],
|
|
1154
|
-
"type": {
|
|
1155
|
-
"name": "string"
|
|
1156
|
-
}
|
|
1157
|
-
},
|
|
1158
|
-
{
|
|
1159
|
-
"name": "modifier",
|
|
1160
|
-
"description": "Modifies the style variant for this component.",
|
|
1161
|
-
"tags": {
|
|
1162
|
-
"demoSelectMultiple": [
|
|
1163
|
-
{
|
|
1164
|
-
"description": "false",
|
|
1165
|
-
"title": "demoSelectMultiple"
|
|
1166
|
-
}
|
|
1167
|
-
]
|
|
1168
|
-
},
|
|
1169
|
-
"values": [
|
|
1170
|
-
"responsive"
|
|
1171
|
-
],
|
|
1172
|
-
"type": {
|
|
1173
|
-
"name": "string"
|
|
1174
|
-
},
|
|
1175
|
-
"defaultValue": {
|
|
1176
|
-
"func": false,
|
|
1177
|
-
"value": "''"
|
|
1178
|
-
}
|
|
995
|
+
"name": "default",
|
|
996
|
+
"description": "CdrGrid content (grid child elements)"
|
|
1179
997
|
}
|
|
1180
998
|
],
|
|
1181
999
|
"sourceFiles": [
|
|
1182
|
-
"./src/components/
|
|
1000
|
+
"./src/components/grid/CdrGrid.vue"
|
|
1183
1001
|
]
|
|
1184
1002
|
},
|
|
1185
1003
|
"CdrInput": {
|
|
1004
|
+
"exportName": "default",
|
|
1186
1005
|
"displayName": "CdrInput",
|
|
1187
|
-
"description": "
|
|
1006
|
+
"description": "",
|
|
1188
1007
|
"tags": {},
|
|
1189
|
-
"exportName": "default",
|
|
1190
1008
|
"props": [
|
|
1191
1009
|
{
|
|
1192
1010
|
"name": "id",
|
|
@@ -1255,6 +1073,10 @@
|
|
|
1255
1073
|
"description": "Number of rows for input. Converts component to text-area if rows greater than 1.",
|
|
1256
1074
|
"type": {
|
|
1257
1075
|
"name": "number"
|
|
1076
|
+
},
|
|
1077
|
+
"defaultValue": {
|
|
1078
|
+
"func": false,
|
|
1079
|
+
"value": "1"
|
|
1258
1080
|
}
|
|
1259
1081
|
},
|
|
1260
1082
|
{
|
|
@@ -1343,7 +1165,7 @@
|
|
|
1343
1165
|
]
|
|
1344
1166
|
},
|
|
1345
1167
|
"type": {
|
|
1346
|
-
"name": "string|number
|
|
1168
|
+
"name": "string|number"
|
|
1347
1169
|
}
|
|
1348
1170
|
},
|
|
1349
1171
|
{
|
|
@@ -1414,8 +1236,8 @@
|
|
|
1414
1236
|
]
|
|
1415
1237
|
},
|
|
1416
1238
|
"CdrLabelStandalone": {
|
|
1417
|
-
"displayName": "CdrLabelStandalone",
|
|
1418
1239
|
"exportName": "default",
|
|
1240
|
+
"displayName": "CdrLabelStandalone",
|
|
1419
1241
|
"description": "",
|
|
1420
1242
|
"tags": {},
|
|
1421
1243
|
"props": [
|
|
@@ -1481,56 +1303,152 @@
|
|
|
1481
1303
|
"./src/components/labelStandalone/CdrLabelStandalone.vue"
|
|
1482
1304
|
]
|
|
1483
1305
|
},
|
|
1484
|
-
"
|
|
1485
|
-
"displayName": "CdrLink",
|
|
1486
|
-
"description": "Clickable text elements used for navigating to other pages or sections",
|
|
1487
|
-
"tags": {},
|
|
1306
|
+
"CdrIcon": {
|
|
1488
1307
|
"exportName": "default",
|
|
1308
|
+
"displayName": "CdrIcon",
|
|
1309
|
+
"description": "",
|
|
1310
|
+
"tags": {},
|
|
1489
1311
|
"props": [
|
|
1490
1312
|
{
|
|
1491
|
-
"name": "
|
|
1492
|
-
"description": "Sets
|
|
1493
|
-
"tags": {},
|
|
1494
|
-
"values": [
|
|
1495
|
-
"a",
|
|
1496
|
-
"button"
|
|
1497
|
-
],
|
|
1313
|
+
"name": "use",
|
|
1314
|
+
"description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
|
|
1498
1315
|
"type": {
|
|
1499
1316
|
"name": "string"
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"name": "inheritColor",
|
|
1321
|
+
"description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
|
|
1322
|
+
"type": {
|
|
1323
|
+
"name": "boolean"
|
|
1500
1324
|
},
|
|
1501
1325
|
"defaultValue": {
|
|
1502
1326
|
"func": false,
|
|
1503
|
-
"value":
|
|
1327
|
+
"value": false
|
|
1504
1328
|
}
|
|
1505
1329
|
},
|
|
1506
1330
|
{
|
|
1507
|
-
"name": "
|
|
1508
|
-
"description": "Sets value for anchors href property. Requires tag prop value to be `a`.",
|
|
1331
|
+
"name": "size",
|
|
1509
1332
|
"type": {
|
|
1510
1333
|
"name": "string"
|
|
1511
1334
|
},
|
|
1512
1335
|
"defaultValue": {
|
|
1513
1336
|
"func": false,
|
|
1514
|
-
"value": "'
|
|
1337
|
+
"value": "'medium'"
|
|
1338
|
+
}
|
|
1339
|
+
}
|
|
1340
|
+
],
|
|
1341
|
+
"slots": [
|
|
1342
|
+
{
|
|
1343
|
+
"name": "default"
|
|
1344
|
+
}
|
|
1345
|
+
],
|
|
1346
|
+
"sourceFiles": [
|
|
1347
|
+
"./src/components/icon/CdrIcon.vue"
|
|
1348
|
+
]
|
|
1349
|
+
},
|
|
1350
|
+
"CdrLabelWrapper": {
|
|
1351
|
+
"exportName": "default",
|
|
1352
|
+
"displayName": "CdrLabelWrapper",
|
|
1353
|
+
"description": "",
|
|
1354
|
+
"tags": {},
|
|
1355
|
+
"props": [
|
|
1356
|
+
{
|
|
1357
|
+
"name": "labelClass",
|
|
1358
|
+
"type": {
|
|
1359
|
+
"name": "string"
|
|
1515
1360
|
}
|
|
1516
1361
|
},
|
|
1517
1362
|
{
|
|
1518
|
-
"name": "
|
|
1519
|
-
"
|
|
1363
|
+
"name": "contentClass",
|
|
1364
|
+
"type": {
|
|
1365
|
+
"name": "string"
|
|
1366
|
+
}
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"name": "background",
|
|
1370
|
+
"type": {
|
|
1371
|
+
"name": "backgroundProps"
|
|
1372
|
+
}
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"name": "disabled",
|
|
1520
1376
|
"type": {
|
|
1521
1377
|
"name": "boolean"
|
|
1378
|
+
}
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"name": "modifier",
|
|
1382
|
+
"type": {
|
|
1383
|
+
"name": "string"
|
|
1384
|
+
}
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"name": "size",
|
|
1388
|
+
"type": {
|
|
1389
|
+
"name": "string"
|
|
1390
|
+
}
|
|
1391
|
+
}
|
|
1392
|
+
],
|
|
1393
|
+
"slots": [
|
|
1394
|
+
{
|
|
1395
|
+
"name": "input"
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
"name": "default"
|
|
1399
|
+
}
|
|
1400
|
+
],
|
|
1401
|
+
"sourceFiles": [
|
|
1402
|
+
"./src/components/labelWrapper/CdrLabelWrapper.vue"
|
|
1403
|
+
]
|
|
1404
|
+
},
|
|
1405
|
+
"CdrImg": {
|
|
1406
|
+
"exportName": "default",
|
|
1407
|
+
"displayName": "CdrImg",
|
|
1408
|
+
"description": "",
|
|
1409
|
+
"tags": {},
|
|
1410
|
+
"props": [
|
|
1411
|
+
{
|
|
1412
|
+
"name": "src",
|
|
1413
|
+
"description": "Image source url.",
|
|
1414
|
+
"type": {
|
|
1415
|
+
"name": "string"
|
|
1416
|
+
},
|
|
1417
|
+
"required": true
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"name": "alt",
|
|
1421
|
+
"description": "Image alt text. Defaults to an empty string",
|
|
1422
|
+
"type": {
|
|
1423
|
+
"name": "string"
|
|
1522
1424
|
},
|
|
1523
1425
|
"defaultValue": {
|
|
1524
1426
|
"func": false,
|
|
1525
|
-
"value":
|
|
1427
|
+
"value": "''"
|
|
1526
1428
|
}
|
|
1527
1429
|
},
|
|
1528
1430
|
{
|
|
1529
|
-
"name": "
|
|
1530
|
-
"description": "
|
|
1531
|
-
"tags": {
|
|
1431
|
+
"name": "ratio",
|
|
1432
|
+
"description": "Aspect ratio of the media container",
|
|
1433
|
+
"tags": {
|
|
1434
|
+
"demoSelectMultiple": [
|
|
1435
|
+
{
|
|
1436
|
+
"description": "false",
|
|
1437
|
+
"title": "demoSelectMultiple"
|
|
1438
|
+
}
|
|
1439
|
+
]
|
|
1440
|
+
},
|
|
1532
1441
|
"values": [
|
|
1533
|
-
"
|
|
1442
|
+
"auto",
|
|
1443
|
+
"square",
|
|
1444
|
+
"1-2",
|
|
1445
|
+
"2-3",
|
|
1446
|
+
"3-4",
|
|
1447
|
+
"9-16",
|
|
1448
|
+
"2-1",
|
|
1449
|
+
"3-2",
|
|
1450
|
+
"4-3",
|
|
1451
|
+
"16-9"
|
|
1534
1452
|
],
|
|
1535
1453
|
"type": {
|
|
1536
1454
|
"name": "string"
|
|
@@ -1541,53 +1459,64 @@
|
|
|
1541
1459
|
}
|
|
1542
1460
|
},
|
|
1543
1461
|
{
|
|
1544
|
-
"name": "
|
|
1462
|
+
"name": "crop",
|
|
1463
|
+
"description": "Requires a `ratio`. Area to crop the image overflow to. {left, center, right} {top, center, bottom}",
|
|
1545
1464
|
"tags": {
|
|
1546
|
-
"
|
|
1465
|
+
"demoSelectMultiple": [
|
|
1547
1466
|
{
|
|
1548
|
-
"description":
|
|
1549
|
-
"title": "
|
|
1467
|
+
"description": "false",
|
|
1468
|
+
"title": "demoSelectMultiple"
|
|
1550
1469
|
}
|
|
1551
1470
|
]
|
|
1552
1471
|
},
|
|
1472
|
+
"values": [
|
|
1473
|
+
"left",
|
|
1474
|
+
"x-center",
|
|
1475
|
+
"right",
|
|
1476
|
+
"top",
|
|
1477
|
+
"y-center",
|
|
1478
|
+
"bottom"
|
|
1479
|
+
],
|
|
1553
1480
|
"type": {
|
|
1554
1481
|
"name": "string"
|
|
1555
1482
|
}
|
|
1556
1483
|
},
|
|
1557
1484
|
{
|
|
1558
|
-
"name": "
|
|
1485
|
+
"name": "cover",
|
|
1486
|
+
"description": "Requires a `ratio`. Scale the image to be as large as possible to fill the area (background-position: cover;)",
|
|
1487
|
+
"type": {
|
|
1488
|
+
"name": "boolean"
|
|
1489
|
+
}
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"name": "containerClass",
|
|
1493
|
+
"description": "Adds a custom class to the cdr-img__ratio container div",
|
|
1494
|
+
"type": {
|
|
1495
|
+
"name": "string"
|
|
1496
|
+
}
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"name": "radius",
|
|
1500
|
+
"description": "Sets a border radius to an element {square, top, right, bottom, left}",
|
|
1559
1501
|
"tags": {
|
|
1560
|
-
"
|
|
1502
|
+
"demoSelectMultiple": [
|
|
1561
1503
|
{
|
|
1562
|
-
"description":
|
|
1563
|
-
"title": "
|
|
1504
|
+
"description": "false",
|
|
1505
|
+
"title": "demoSelectMultiple"
|
|
1564
1506
|
}
|
|
1565
1507
|
]
|
|
1566
1508
|
},
|
|
1509
|
+
"values": [
|
|
1510
|
+
"circle",
|
|
1511
|
+
"rounded"
|
|
1512
|
+
],
|
|
1567
1513
|
"type": {
|
|
1568
1514
|
"name": "string"
|
|
1569
1515
|
}
|
|
1570
|
-
}
|
|
1571
|
-
],
|
|
1572
|
-
"slots": [
|
|
1573
|
-
{
|
|
1574
|
-
"name": "default",
|
|
1575
|
-
"description": "Readable text of the link"
|
|
1576
|
-
}
|
|
1577
|
-
],
|
|
1578
|
-
"sourceFiles": [
|
|
1579
|
-
"./src/components/link/CdrLink.vue"
|
|
1580
|
-
]
|
|
1581
|
-
},
|
|
1582
|
-
"CdrPopover": {
|
|
1583
|
-
"displayName": "CdrPopover",
|
|
1584
|
-
"description": "Small overlay used to display contextual information",
|
|
1585
|
-
"tags": {},
|
|
1586
|
-
"exportName": "default",
|
|
1587
|
-
"props": [
|
|
1516
|
+
},
|
|
1588
1517
|
{
|
|
1589
|
-
"name": "
|
|
1590
|
-
"description": "
|
|
1518
|
+
"name": "modifier",
|
|
1519
|
+
"description": "Modifies the style variant for this component.",
|
|
1591
1520
|
"tags": {
|
|
1592
1521
|
"demoSelectMultiple": [
|
|
1593
1522
|
{
|
|
@@ -1597,112 +1526,124 @@
|
|
|
1597
1526
|
]
|
|
1598
1527
|
},
|
|
1599
1528
|
"values": [
|
|
1600
|
-
"
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
"
|
|
1529
|
+
"responsive"
|
|
1530
|
+
],
|
|
1531
|
+
"type": {
|
|
1532
|
+
"name": "string"
|
|
1533
|
+
},
|
|
1534
|
+
"defaultValue": {
|
|
1535
|
+
"func": false,
|
|
1536
|
+
"value": "''"
|
|
1537
|
+
}
|
|
1538
|
+
}
|
|
1539
|
+
],
|
|
1540
|
+
"sourceFiles": [
|
|
1541
|
+
"./src/components/image/CdrImg.vue"
|
|
1542
|
+
]
|
|
1543
|
+
},
|
|
1544
|
+
"CdrLink": {
|
|
1545
|
+
"exportName": "default",
|
|
1546
|
+
"displayName": "CdrLink",
|
|
1547
|
+
"description": "",
|
|
1548
|
+
"tags": {},
|
|
1549
|
+
"props": [
|
|
1550
|
+
{
|
|
1551
|
+
"name": "tag",
|
|
1552
|
+
"description": "Sets valid HTML element tag",
|
|
1553
|
+
"tags": {},
|
|
1554
|
+
"values": [
|
|
1555
|
+
"a",
|
|
1556
|
+
"button"
|
|
1604
1557
|
],
|
|
1605
1558
|
"type": {
|
|
1606
1559
|
"name": "string"
|
|
1607
1560
|
},
|
|
1608
|
-
"required": false,
|
|
1609
1561
|
"defaultValue": {
|
|
1610
1562
|
"func": false,
|
|
1611
|
-
"value": "'
|
|
1563
|
+
"value": "'a'"
|
|
1612
1564
|
}
|
|
1613
1565
|
},
|
|
1614
1566
|
{
|
|
1615
|
-
"name": "
|
|
1616
|
-
"description": "
|
|
1567
|
+
"name": "href",
|
|
1568
|
+
"description": "Sets value for anchors href property. Requires tag prop value to be `a`.",
|
|
1617
1569
|
"type": {
|
|
1618
|
-
"name": "
|
|
1570
|
+
"name": "string"
|
|
1619
1571
|
},
|
|
1620
|
-
"required": false,
|
|
1621
1572
|
"defaultValue": {
|
|
1622
1573
|
"func": false,
|
|
1623
|
-
"value":
|
|
1574
|
+
"value": "'#'"
|
|
1624
1575
|
}
|
|
1625
1576
|
},
|
|
1626
1577
|
{
|
|
1627
|
-
"name": "
|
|
1628
|
-
"description": "Sets
|
|
1578
|
+
"name": "inheritColor",
|
|
1579
|
+
"description": "Sets color and fill",
|
|
1629
1580
|
"type": {
|
|
1630
|
-
"name": "
|
|
1581
|
+
"name": "boolean"
|
|
1631
1582
|
},
|
|
1632
|
-
"
|
|
1583
|
+
"defaultValue": {
|
|
1584
|
+
"func": false,
|
|
1585
|
+
"value": false
|
|
1586
|
+
}
|
|
1633
1587
|
},
|
|
1634
1588
|
{
|
|
1635
|
-
"name": "
|
|
1636
|
-
"description": "
|
|
1589
|
+
"name": "modifier",
|
|
1590
|
+
"description": "Modifies the style variant for this component.",
|
|
1591
|
+
"tags": {},
|
|
1592
|
+
"values": [
|
|
1593
|
+
"standalone"
|
|
1594
|
+
],
|
|
1637
1595
|
"type": {
|
|
1638
1596
|
"name": "string"
|
|
1639
1597
|
},
|
|
1640
|
-
"
|
|
1598
|
+
"defaultValue": {
|
|
1599
|
+
"func": false,
|
|
1600
|
+
"value": "''"
|
|
1601
|
+
}
|
|
1641
1602
|
},
|
|
1642
1603
|
{
|
|
1643
|
-
"name": "
|
|
1644
|
-
"
|
|
1604
|
+
"name": "target",
|
|
1605
|
+
"tags": {
|
|
1606
|
+
"ignore": [
|
|
1607
|
+
{
|
|
1608
|
+
"description": true,
|
|
1609
|
+
"title": "ignore"
|
|
1610
|
+
}
|
|
1611
|
+
]
|
|
1612
|
+
},
|
|
1645
1613
|
"type": {
|
|
1646
1614
|
"name": "string"
|
|
1647
|
-
}
|
|
1648
|
-
"required": false
|
|
1615
|
+
}
|
|
1649
1616
|
},
|
|
1650
1617
|
{
|
|
1651
|
-
"name": "
|
|
1652
|
-
"description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
|
|
1618
|
+
"name": "rel",
|
|
1653
1619
|
"tags": {
|
|
1654
|
-
"
|
|
1620
|
+
"ignore": [
|
|
1655
1621
|
{
|
|
1656
|
-
"description":
|
|
1657
|
-
"title": "
|
|
1622
|
+
"description": true,
|
|
1623
|
+
"title": "ignore"
|
|
1658
1624
|
}
|
|
1659
1625
|
]
|
|
1660
1626
|
},
|
|
1661
1627
|
"type": {
|
|
1662
|
-
"name": "
|
|
1663
|
-
},
|
|
1664
|
-
"required": false,
|
|
1665
|
-
"defaultValue": {
|
|
1666
|
-
"func": false,
|
|
1667
|
-
"value": false
|
|
1628
|
+
"name": "string"
|
|
1668
1629
|
}
|
|
1669
1630
|
}
|
|
1670
1631
|
],
|
|
1671
|
-
"events": [
|
|
1672
|
-
{
|
|
1673
|
-
"name": "opened",
|
|
1674
|
-
"description": "Emits when popover is opened"
|
|
1675
|
-
},
|
|
1676
|
-
{
|
|
1677
|
-
"name": "closed",
|
|
1678
|
-
"description": "Emits when popover is closed"
|
|
1679
|
-
}
|
|
1680
|
-
],
|
|
1681
1632
|
"slots": [
|
|
1682
1633
|
{
|
|
1683
|
-
"name": "
|
|
1684
|
-
"description": "
|
|
1685
|
-
},
|
|
1686
|
-
{
|
|
1687
|
-
"name": "title",
|
|
1688
|
-
"description": "Sets the title for the popover. Can also be set with `label` prop"
|
|
1689
|
-
},
|
|
1690
|
-
{
|
|
1691
|
-
"name": "default"
|
|
1692
|
-
},
|
|
1693
|
-
{
|
|
1694
|
-
"name": "icon"
|
|
1634
|
+
"name": "default",
|
|
1635
|
+
"description": "Readable text of the link"
|
|
1695
1636
|
}
|
|
1696
1637
|
],
|
|
1697
1638
|
"sourceFiles": [
|
|
1698
|
-
"./src/components/
|
|
1639
|
+
"./src/components/link/CdrLink.vue"
|
|
1699
1640
|
]
|
|
1700
1641
|
},
|
|
1701
1642
|
"CdrList": {
|
|
1643
|
+
"exportName": "default",
|
|
1702
1644
|
"displayName": "CdrList",
|
|
1703
|
-
"description": "
|
|
1645
|
+
"description": "",
|
|
1704
1646
|
"tags": {},
|
|
1705
|
-
"exportName": "default",
|
|
1706
1647
|
"props": [
|
|
1707
1648
|
{
|
|
1708
1649
|
"name": "tag",
|
|
@@ -1756,174 +1697,53 @@
|
|
|
1756
1697
|
"./src/components/list/CdrList.vue"
|
|
1757
1698
|
]
|
|
1758
1699
|
},
|
|
1759
|
-
"
|
|
1760
|
-
"displayName": "CdrRadio",
|
|
1761
|
-
"description": "Permits the selection of only one option from a list of two or more",
|
|
1762
|
-
"tags": {},
|
|
1700
|
+
"CdrModal": {
|
|
1763
1701
|
"exportName": "default",
|
|
1702
|
+
"displayName": "CdrModal",
|
|
1703
|
+
"description": "",
|
|
1704
|
+
"tags": {},
|
|
1764
1705
|
"props": [
|
|
1765
1706
|
{
|
|
1766
|
-
"name": "
|
|
1767
|
-
"description": "
|
|
1768
|
-
"type": {
|
|
1769
|
-
"name": "string"
|
|
1770
|
-
}
|
|
1771
|
-
},
|
|
1772
|
-
{
|
|
1773
|
-
"name": "inputClass",
|
|
1774
|
-
"description": "Adds CSS class to the input for custom styles.",
|
|
1775
|
-
"type": {
|
|
1776
|
-
"name": "string"
|
|
1777
|
-
}
|
|
1778
|
-
},
|
|
1779
|
-
{
|
|
1780
|
-
"name": "contentClass",
|
|
1781
|
-
"description": "Adds CSS class to the slot wrapper for custom styles.",
|
|
1782
|
-
"type": {
|
|
1783
|
-
"name": "string"
|
|
1784
|
-
}
|
|
1785
|
-
},
|
|
1786
|
-
{
|
|
1787
|
-
"name": "name",
|
|
1788
|
-
"description": "Sets the name of the radio button.",
|
|
1789
|
-
"type": {
|
|
1790
|
-
"name": "string"
|
|
1791
|
-
},
|
|
1792
|
-
"required": true
|
|
1793
|
-
},
|
|
1794
|
-
{
|
|
1795
|
-
"name": "modifier",
|
|
1796
|
-
"description": "Modifies the style variants for this component",
|
|
1707
|
+
"name": "opened",
|
|
1708
|
+
"description": "Toggles the state of the modal",
|
|
1797
1709
|
"tags": {
|
|
1798
|
-
"
|
|
1710
|
+
"demoIgnore": [
|
|
1799
1711
|
{
|
|
1800
1712
|
"description": "true",
|
|
1801
|
-
"title": "
|
|
1802
|
-
}
|
|
1803
|
-
]
|
|
1804
|
-
},
|
|
1805
|
-
"values": [
|
|
1806
|
-
"hide-figure"
|
|
1807
|
-
],
|
|
1808
|
-
"type": {
|
|
1809
|
-
"name": "string"
|
|
1810
|
-
},
|
|
1811
|
-
"defaultValue": {
|
|
1812
|
-
"func": false,
|
|
1813
|
-
"value": "''"
|
|
1814
|
-
}
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
"name": "size",
|
|
1818
|
-
"description": "Sets the radio size; values can target responsive breakpoints. Example `small@lg`",
|
|
1819
|
-
"tags": {
|
|
1820
|
-
"demoSelectMultiple": [
|
|
1821
|
-
{
|
|
1822
|
-
"description": "false",
|
|
1823
|
-
"title": "demoSelectMultiple"
|
|
1824
|
-
}
|
|
1825
|
-
]
|
|
1826
|
-
},
|
|
1827
|
-
"values": [
|
|
1828
|
-
"small",
|
|
1829
|
-
"medium",
|
|
1830
|
-
"large"
|
|
1831
|
-
],
|
|
1832
|
-
"type": {
|
|
1833
|
-
"name": "sizeProps"
|
|
1834
|
-
}
|
|
1835
|
-
},
|
|
1836
|
-
{
|
|
1837
|
-
"name": "background",
|
|
1838
|
-
"description": "Sets the background color the radio button is rendered on",
|
|
1839
|
-
"tags": {},
|
|
1840
|
-
"values": [
|
|
1841
|
-
"primary",
|
|
1842
|
-
"secondary"
|
|
1843
|
-
],
|
|
1844
|
-
"type": {
|
|
1845
|
-
"name": "backgroundProps"
|
|
1846
|
-
}
|
|
1847
|
-
},
|
|
1848
|
-
{
|
|
1849
|
-
"name": "customValue",
|
|
1850
|
-
"description": "Sets the value of the radio.",
|
|
1851
|
-
"type": {
|
|
1852
|
-
"name": "string|number|boolean|object|array|symbol|func"
|
|
1853
|
-
}
|
|
1854
|
-
},
|
|
1855
|
-
{
|
|
1856
|
-
"name": "modelValue",
|
|
1857
|
-
"tags": {
|
|
1858
|
-
"ignore": [
|
|
1859
|
-
{
|
|
1860
|
-
"description": "v-model binding",
|
|
1861
|
-
"title": "ignore"
|
|
1713
|
+
"title": "demoIgnore"
|
|
1862
1714
|
}
|
|
1863
1715
|
]
|
|
1864
1716
|
},
|
|
1865
|
-
"type": {
|
|
1866
|
-
"name": "
|
|
1867
|
-
}
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
"events": [
|
|
1871
|
-
{
|
|
1872
|
-
"name": "update:modelValue",
|
|
1873
|
-
"description": "Event emitted by v-model on the radio's <input> element",
|
|
1874
|
-
"properties": [
|
|
1875
|
-
{
|
|
1876
|
-
"type": {
|
|
1877
|
-
"names": [
|
|
1878
|
-
"mixed"
|
|
1879
|
-
]
|
|
1880
|
-
},
|
|
1881
|
-
"name": "modelValue"
|
|
1882
|
-
}
|
|
1883
|
-
],
|
|
1884
|
-
"tags": [
|
|
1885
|
-
{
|
|
1886
|
-
"title": "param",
|
|
1887
|
-
"type": {
|
|
1888
|
-
"name": "mixed"
|
|
1889
|
-
},
|
|
1890
|
-
"name": "modelValue"
|
|
1891
|
-
}
|
|
1892
|
-
]
|
|
1893
|
-
}
|
|
1894
|
-
],
|
|
1895
|
-
"slots": [
|
|
1896
|
-
{
|
|
1897
|
-
"name": "default"
|
|
1898
|
-
}
|
|
1899
|
-
],
|
|
1900
|
-
"sourceFiles": [
|
|
1901
|
-
"./src/components/radio/CdrRadio.vue"
|
|
1902
|
-
]
|
|
1903
|
-
},
|
|
1904
|
-
"CdrRating": {
|
|
1905
|
-
"displayName": "CdrRating",
|
|
1906
|
-
"description": "Provides insight into user opinions for products, experiences, and more",
|
|
1907
|
-
"tags": {},
|
|
1908
|
-
"exportName": "default",
|
|
1909
|
-
"props": [
|
|
1717
|
+
"type": {
|
|
1718
|
+
"name": "boolean"
|
|
1719
|
+
},
|
|
1720
|
+
"required": true
|
|
1721
|
+
},
|
|
1910
1722
|
{
|
|
1911
|
-
"name": "
|
|
1912
|
-
"description": "Sets
|
|
1723
|
+
"name": "label",
|
|
1724
|
+
"description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
|
|
1913
1725
|
"type": {
|
|
1914
|
-
"name": "string
|
|
1726
|
+
"name": "string"
|
|
1915
1727
|
},
|
|
1916
|
-
"required": true
|
|
1728
|
+
"required": true
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"name": "showTitle",
|
|
1732
|
+
"description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
|
|
1733
|
+
"type": {
|
|
1734
|
+
"name": "boolean"
|
|
1735
|
+
},
|
|
1736
|
+
"required": false,
|
|
1917
1737
|
"defaultValue": {
|
|
1918
1738
|
"func": false,
|
|
1919
|
-
"value":
|
|
1739
|
+
"value": true
|
|
1920
1740
|
}
|
|
1921
1741
|
},
|
|
1922
1742
|
{
|
|
1923
|
-
"name": "
|
|
1924
|
-
"description": "
|
|
1743
|
+
"name": "ariaDescribedby",
|
|
1744
|
+
"description": "Text for aria-describedby attribute. Applied to modal content element",
|
|
1925
1745
|
"type": {
|
|
1926
|
-
"name": "string
|
|
1746
|
+
"name": "string"
|
|
1927
1747
|
},
|
|
1928
1748
|
"required": false,
|
|
1929
1749
|
"defaultValue": {
|
|
@@ -1932,183 +1752,272 @@
|
|
|
1932
1752
|
}
|
|
1933
1753
|
},
|
|
1934
1754
|
{
|
|
1935
|
-
"name": "
|
|
1936
|
-
"description": "
|
|
1755
|
+
"name": "role",
|
|
1756
|
+
"description": "Sets the `role` attribute on the modal content element",
|
|
1757
|
+
"tags": {},
|
|
1758
|
+
"values": [
|
|
1759
|
+
"dialog",
|
|
1760
|
+
"alertDialog"
|
|
1761
|
+
],
|
|
1937
1762
|
"type": {
|
|
1938
|
-
"name": "
|
|
1763
|
+
"name": "string"
|
|
1939
1764
|
},
|
|
1765
|
+
"required": false,
|
|
1940
1766
|
"defaultValue": {
|
|
1941
1767
|
"func": false,
|
|
1942
|
-
"value":
|
|
1768
|
+
"value": "'dialog'"
|
|
1943
1769
|
}
|
|
1944
1770
|
},
|
|
1945
1771
|
{
|
|
1946
|
-
"name": "
|
|
1947
|
-
"description": "Sets
|
|
1772
|
+
"name": "id",
|
|
1773
|
+
"description": "Sets unique `id` for modal",
|
|
1948
1774
|
"type": {
|
|
1949
1775
|
"name": "string"
|
|
1776
|
+
},
|
|
1777
|
+
"required": false,
|
|
1778
|
+
"defaultValue": {
|
|
1779
|
+
"func": false,
|
|
1780
|
+
"value": "null"
|
|
1950
1781
|
}
|
|
1951
1782
|
},
|
|
1952
1783
|
{
|
|
1953
|
-
"name": "
|
|
1954
|
-
"description": "
|
|
1955
|
-
"
|
|
1956
|
-
"
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1784
|
+
"name": "overlayClass",
|
|
1785
|
+
"description": "Adds custom class to the `cdr-modal__overlay` div",
|
|
1786
|
+
"type": {
|
|
1787
|
+
"name": "string"
|
|
1788
|
+
}
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"name": "wrapperClass",
|
|
1792
|
+
"description": "Adds custom class to the `cdr-modal__outerWrap` div",
|
|
1793
|
+
"type": {
|
|
1794
|
+
"name": "string"
|
|
1795
|
+
}
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
"name": "contentClass",
|
|
1799
|
+
"description": "Adds custom class to the `cdr-modal__innerWrap` div",
|
|
1968
1800
|
"type": {
|
|
1969
1801
|
"name": "string"
|
|
1802
|
+
}
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "animationDuration",
|
|
1806
|
+
"description": "Sets duration for modal's close animation",
|
|
1807
|
+
"type": {
|
|
1808
|
+
"name": "number"
|
|
1970
1809
|
},
|
|
1971
1810
|
"defaultValue": {
|
|
1972
1811
|
"func": false,
|
|
1973
|
-
"value": "
|
|
1812
|
+
"value": "300"
|
|
1974
1813
|
}
|
|
1975
1814
|
}
|
|
1976
1815
|
],
|
|
1816
|
+
"events": [
|
|
1817
|
+
{
|
|
1818
|
+
"name": "closed",
|
|
1819
|
+
"description": "Fires when modal is closed"
|
|
1820
|
+
}
|
|
1821
|
+
],
|
|
1822
|
+
"slots": [
|
|
1823
|
+
{
|
|
1824
|
+
"name": "modal",
|
|
1825
|
+
"description": "Use to override the entire CdrModal content container."
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"name": "title",
|
|
1829
|
+
"description": "Use to override the default title"
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
"name": "default"
|
|
1833
|
+
}
|
|
1834
|
+
],
|
|
1977
1835
|
"sourceFiles": [
|
|
1978
|
-
"./src/components/
|
|
1836
|
+
"./src/components/modal/CdrModal.vue"
|
|
1979
1837
|
]
|
|
1980
1838
|
},
|
|
1981
|
-
"
|
|
1982
|
-
"displayName": "CdrQuote",
|
|
1983
|
-
"description": "Short excerpt used to emphasize content or break up a large body of text",
|
|
1984
|
-
"tags": {},
|
|
1839
|
+
"CdrPagination": {
|
|
1985
1840
|
"exportName": "default",
|
|
1841
|
+
"displayName": "CdrPagination",
|
|
1842
|
+
"description": "",
|
|
1843
|
+
"tags": {},
|
|
1986
1844
|
"props": [
|
|
1987
1845
|
{
|
|
1988
|
-
"name": "
|
|
1989
|
-
"description": "
|
|
1990
|
-
"tags": {
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1846
|
+
"name": "id",
|
|
1847
|
+
"description": "Define a custom slug for the generated pagination item IDs. Slug is randomly generated if no ID provided.",
|
|
1848
|
+
"tags": {
|
|
1849
|
+
"demoIgnore": [
|
|
1850
|
+
{
|
|
1851
|
+
"description": "true",
|
|
1852
|
+
"title": "demoIgnore"
|
|
1853
|
+
}
|
|
1854
|
+
]
|
|
1855
|
+
},
|
|
1997
1856
|
"type": {
|
|
1998
1857
|
"name": "string"
|
|
1858
|
+
}
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"name": "totalPages",
|
|
1862
|
+
"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.",
|
|
1863
|
+
"type": {
|
|
1864
|
+
"name": "number"
|
|
1999
1865
|
},
|
|
2000
1866
|
"defaultValue": {
|
|
2001
1867
|
"func": false,
|
|
2002
|
-
"value": "
|
|
1868
|
+
"value": "null"
|
|
2003
1869
|
}
|
|
2004
1870
|
},
|
|
2005
1871
|
{
|
|
2006
|
-
"name": "
|
|
2007
|
-
"description": "
|
|
2008
|
-
"
|
|
2009
|
-
"
|
|
2010
|
-
{
|
|
2011
|
-
"description": "true",
|
|
2012
|
-
"title": "demoSelectMultiple"
|
|
2013
|
-
}
|
|
2014
|
-
]
|
|
1872
|
+
"name": "pages",
|
|
1873
|
+
"description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
|
|
1874
|
+
"type": {
|
|
1875
|
+
"name": "paginationItem[]"
|
|
2015
1876
|
},
|
|
1877
|
+
"required": true
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"name": "linkTag",
|
|
1881
|
+
"description": "Sets which tag type is used to render pagination elements",
|
|
1882
|
+
"tags": {},
|
|
2016
1883
|
"values": [
|
|
2017
|
-
"
|
|
1884
|
+
"a",
|
|
1885
|
+
"button"
|
|
2018
1886
|
],
|
|
2019
1887
|
"type": {
|
|
2020
1888
|
"name": "string"
|
|
2021
1889
|
},
|
|
2022
1890
|
"defaultValue": {
|
|
2023
1891
|
"func": false,
|
|
2024
|
-
"value": "''"
|
|
1892
|
+
"value": "'a'"
|
|
2025
1893
|
}
|
|
2026
1894
|
},
|
|
2027
1895
|
{
|
|
2028
|
-
"name": "
|
|
2029
|
-
"description": "
|
|
1896
|
+
"name": "forLabel",
|
|
1897
|
+
"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`",
|
|
2030
1898
|
"type": {
|
|
2031
1899
|
"name": "string"
|
|
1900
|
+
},
|
|
1901
|
+
"defaultValue": {
|
|
1902
|
+
"func": false,
|
|
1903
|
+
"value": "''"
|
|
2032
1904
|
}
|
|
2033
1905
|
},
|
|
2034
1906
|
{
|
|
2035
|
-
"name": "
|
|
2036
|
-
"
|
|
1907
|
+
"name": "modelValue",
|
|
1908
|
+
"tags": {
|
|
1909
|
+
"ignore": [
|
|
1910
|
+
{
|
|
1911
|
+
"description": "used for binding v-model, represents the current page",
|
|
1912
|
+
"title": "ignore"
|
|
1913
|
+
}
|
|
1914
|
+
]
|
|
1915
|
+
},
|
|
2037
1916
|
"type": {
|
|
2038
|
-
"name": "
|
|
1917
|
+
"name": "number"
|
|
2039
1918
|
}
|
|
2040
1919
|
}
|
|
2041
1920
|
],
|
|
2042
|
-
"
|
|
1921
|
+
"events": [
|
|
2043
1922
|
{
|
|
2044
|
-
"name": "
|
|
1923
|
+
"name": "update:modelValue",
|
|
1924
|
+
"description": "Event emitted by v-model on the select <input> element to indicate current page.\nOnly used on small devices",
|
|
1925
|
+
"properties": [
|
|
1926
|
+
{
|
|
1927
|
+
"type": {
|
|
1928
|
+
"names": [
|
|
1929
|
+
"mixed"
|
|
1930
|
+
]
|
|
1931
|
+
},
|
|
1932
|
+
"name": "modelValue"
|
|
1933
|
+
}
|
|
1934
|
+
],
|
|
1935
|
+
"tags": [
|
|
1936
|
+
{
|
|
1937
|
+
"title": "param",
|
|
1938
|
+
"type": {
|
|
1939
|
+
"name": "mixed"
|
|
1940
|
+
},
|
|
1941
|
+
"name": "modelValue"
|
|
1942
|
+
}
|
|
1943
|
+
]
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"name": "navigate",
|
|
1947
|
+
"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."
|
|
2045
1948
|
}
|
|
2046
1949
|
],
|
|
2047
1950
|
"sourceFiles": [
|
|
2048
|
-
"./src/components/
|
|
1951
|
+
"./src/components/pagination/CdrPagination.vue"
|
|
2049
1952
|
]
|
|
2050
1953
|
},
|
|
2051
|
-
"
|
|
2052
|
-
"displayName": "CdrSelect",
|
|
2053
|
-
"description": "Allows the selection of one or more options from a dropdown list",
|
|
2054
|
-
"tags": {},
|
|
1954
|
+
"CdrRadio": {
|
|
2055
1955
|
"exportName": "default",
|
|
1956
|
+
"displayName": "CdrRadio",
|
|
1957
|
+
"description": "",
|
|
1958
|
+
"tags": {},
|
|
2056
1959
|
"props": [
|
|
2057
1960
|
{
|
|
2058
|
-
"name": "
|
|
2059
|
-
"description": "
|
|
1961
|
+
"name": "labelClass",
|
|
1962
|
+
"description": "Adds CSS class to the label for custom styles.",
|
|
2060
1963
|
"type": {
|
|
2061
1964
|
"name": "string"
|
|
2062
1965
|
}
|
|
2063
1966
|
},
|
|
2064
1967
|
{
|
|
2065
|
-
"name": "
|
|
2066
|
-
"description": "
|
|
1968
|
+
"name": "inputClass",
|
|
1969
|
+
"description": "Adds CSS class to the input for custom styles.",
|
|
2067
1970
|
"type": {
|
|
2068
1971
|
"name": "string"
|
|
2069
|
-
}
|
|
2070
|
-
"required": true
|
|
1972
|
+
}
|
|
2071
1973
|
},
|
|
2072
1974
|
{
|
|
2073
|
-
"name": "
|
|
2074
|
-
"description": "
|
|
1975
|
+
"name": "contentClass",
|
|
1976
|
+
"description": "Adds CSS class to the slot wrapper for custom styles.",
|
|
2075
1977
|
"type": {
|
|
2076
|
-
"name": "
|
|
2077
|
-
},
|
|
2078
|
-
"defaultValue": {
|
|
2079
|
-
"func": false,
|
|
2080
|
-
"value": false
|
|
1978
|
+
"name": "string"
|
|
2081
1979
|
}
|
|
2082
1980
|
},
|
|
2083
1981
|
{
|
|
2084
|
-
"name": "
|
|
2085
|
-
"description": "
|
|
1982
|
+
"name": "disabled",
|
|
1983
|
+
"description": "Disables the radio",
|
|
2086
1984
|
"type": {
|
|
2087
|
-
"name": "
|
|
1985
|
+
"name": "boolean"
|
|
2088
1986
|
}
|
|
2089
1987
|
},
|
|
2090
1988
|
{
|
|
2091
|
-
"name": "
|
|
2092
|
-
"description": "
|
|
1989
|
+
"name": "name",
|
|
1990
|
+
"description": "Sets the name of the radio button.",
|
|
2093
1991
|
"type": {
|
|
2094
|
-
"name": "
|
|
2095
|
-
}
|
|
1992
|
+
"name": "string"
|
|
1993
|
+
},
|
|
1994
|
+
"required": true
|
|
2096
1995
|
},
|
|
2097
1996
|
{
|
|
2098
|
-
"name": "
|
|
2099
|
-
"description": "
|
|
2100
|
-
"tags": {
|
|
1997
|
+
"name": "modifier",
|
|
1998
|
+
"description": "Modifies the style variants for this component",
|
|
1999
|
+
"tags": {
|
|
2000
|
+
"demoSelectMultiple": [
|
|
2001
|
+
{
|
|
2002
|
+
"description": "true",
|
|
2003
|
+
"title": "demoSelectMultiple"
|
|
2004
|
+
}
|
|
2005
|
+
]
|
|
2006
|
+
},
|
|
2101
2007
|
"values": [
|
|
2102
|
-
"
|
|
2103
|
-
"secondary"
|
|
2008
|
+
"hide-figure"
|
|
2104
2009
|
],
|
|
2105
2010
|
"type": {
|
|
2106
|
-
"name": "
|
|
2011
|
+
"name": "string"
|
|
2012
|
+
},
|
|
2013
|
+
"defaultValue": {
|
|
2014
|
+
"func": false,
|
|
2015
|
+
"value": "''"
|
|
2107
2016
|
}
|
|
2108
2017
|
},
|
|
2109
2018
|
{
|
|
2110
2019
|
"name": "size",
|
|
2111
|
-
"description": "Sets the
|
|
2020
|
+
"description": "Sets the radio size; values can target responsive breakpoints. Example `small@lg`",
|
|
2112
2021
|
"tags": {
|
|
2113
2022
|
"demoSelectMultiple": [
|
|
2114
2023
|
{
|
|
@@ -2127,25 +2036,22 @@
|
|
|
2127
2036
|
}
|
|
2128
2037
|
},
|
|
2129
2038
|
{
|
|
2130
|
-
"name": "
|
|
2131
|
-
"description": "Sets the
|
|
2039
|
+
"name": "background",
|
|
2040
|
+
"description": "Sets the background color the radio button is rendered on",
|
|
2041
|
+
"tags": {},
|
|
2042
|
+
"values": [
|
|
2043
|
+
"primary",
|
|
2044
|
+
"secondary"
|
|
2045
|
+
],
|
|
2132
2046
|
"type": {
|
|
2133
|
-
"name": "
|
|
2134
|
-
},
|
|
2135
|
-
"defaultValue": {
|
|
2136
|
-
"func": false,
|
|
2137
|
-
"value": false
|
|
2047
|
+
"name": "backgroundProps"
|
|
2138
2048
|
}
|
|
2139
2049
|
},
|
|
2140
2050
|
{
|
|
2141
|
-
"name": "
|
|
2142
|
-
"description": "Sets the
|
|
2051
|
+
"name": "customValue",
|
|
2052
|
+
"description": "Sets the value of the radio.",
|
|
2143
2053
|
"type": {
|
|
2144
|
-
"name": "string"
|
|
2145
|
-
},
|
|
2146
|
-
"defaultValue": {
|
|
2147
|
-
"func": false,
|
|
2148
|
-
"value": "'status'"
|
|
2054
|
+
"name": "string|number|boolean|object|array|symbol|func"
|
|
2149
2055
|
}
|
|
2150
2056
|
},
|
|
2151
2057
|
{
|
|
@@ -2153,7 +2059,7 @@
|
|
|
2153
2059
|
"tags": {
|
|
2154
2060
|
"ignore": [
|
|
2155
2061
|
{
|
|
2156
|
-
"description":
|
|
2062
|
+
"description": "v-model binding",
|
|
2157
2063
|
"title": "ignore"
|
|
2158
2064
|
}
|
|
2159
2065
|
]
|
|
@@ -2161,41 +2067,6 @@
|
|
|
2161
2067
|
"type": {
|
|
2162
2068
|
"name": "string|number|boolean|object|array|symbol|func"
|
|
2163
2069
|
}
|
|
2164
|
-
},
|
|
2165
|
-
{
|
|
2166
|
-
"name": "disabled",
|
|
2167
|
-
"description": "Disables the input and sets appropriate styling",
|
|
2168
|
-
"type": {
|
|
2169
|
-
"name": "boolean"
|
|
2170
|
-
}
|
|
2171
|
-
},
|
|
2172
|
-
{
|
|
2173
|
-
"name": "required",
|
|
2174
|
-
"description": "Sets aria-required on the input field and displays an asterisk next to the select label",
|
|
2175
|
-
"type": {
|
|
2176
|
-
"name": "boolean"
|
|
2177
|
-
}
|
|
2178
|
-
},
|
|
2179
|
-
{
|
|
2180
|
-
"name": "optional",
|
|
2181
|
-
"description": "Displays '(optional)' text next to the select label.",
|
|
2182
|
-
"type": {
|
|
2183
|
-
"name": "boolean"
|
|
2184
|
-
}
|
|
2185
|
-
},
|
|
2186
|
-
{
|
|
2187
|
-
"name": "multiple",
|
|
2188
|
-
"description": "Turns CdrSelect into a multi-select element.",
|
|
2189
|
-
"type": {
|
|
2190
|
-
"name": "boolean"
|
|
2191
|
-
}
|
|
2192
|
-
},
|
|
2193
|
-
{
|
|
2194
|
-
"name": "multipleSize",
|
|
2195
|
-
"description": "Sets the height of the CdrSelect when using the multiple option.\nThis number corresponds to the number of select options that will be visible without scrolling.",
|
|
2196
|
-
"type": {
|
|
2197
|
-
"name": "number"
|
|
2198
|
-
}
|
|
2199
2070
|
}
|
|
2200
2071
|
],
|
|
2201
2072
|
"events": [
|
|
@@ -2225,87 +2096,144 @@
|
|
|
2225
2096
|
],
|
|
2226
2097
|
"slots": [
|
|
2227
2098
|
{
|
|
2228
|
-
"name": "
|
|
2229
|
-
"description": "Helper text above the select field"
|
|
2230
|
-
},
|
|
2231
|
-
{
|
|
2232
|
-
"name": "info",
|
|
2233
|
-
"description": "Link or icon to the right above the select field."
|
|
2234
|
-
},
|
|
2235
|
-
{
|
|
2236
|
-
"name": "pre-icon",
|
|
2237
|
-
"description": "Icon preceding text within the select field"
|
|
2238
|
-
},
|
|
2239
|
-
{
|
|
2240
|
-
"name": "default",
|
|
2241
|
-
"description": "CdrSelect content (<option> tags). Leave empty if using the `options` prop."
|
|
2242
|
-
},
|
|
2243
|
-
{
|
|
2244
|
-
"name": "info-action",
|
|
2245
|
-
"description": "Action-wrapped icon to the right of the select field"
|
|
2246
|
-
},
|
|
2247
|
-
{
|
|
2248
|
-
"name": "error",
|
|
2249
|
-
"description": "Error messaging text that is displayed when the `error` prop is true."
|
|
2099
|
+
"name": "default"
|
|
2250
2100
|
}
|
|
2251
2101
|
],
|
|
2252
2102
|
"sourceFiles": [
|
|
2253
|
-
"./src/components/
|
|
2103
|
+
"./src/components/radio/CdrRadio.vue"
|
|
2254
2104
|
]
|
|
2255
2105
|
},
|
|
2256
|
-
"
|
|
2257
|
-
"displayName": "CdrFormError",
|
|
2106
|
+
"CdrPopup": {
|
|
2258
2107
|
"exportName": "default",
|
|
2108
|
+
"displayName": "CdrPopup",
|
|
2259
2109
|
"description": "",
|
|
2260
2110
|
"tags": {},
|
|
2261
2111
|
"props": [
|
|
2262
2112
|
{
|
|
2263
|
-
"name": "
|
|
2113
|
+
"name": "opened",
|
|
2264
2114
|
"type": {
|
|
2265
|
-
"name": "boolean
|
|
2115
|
+
"name": "boolean"
|
|
2116
|
+
},
|
|
2117
|
+
"defaultValue": {
|
|
2118
|
+
"func": false,
|
|
2119
|
+
"value": false
|
|
2120
|
+
}
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
"name": "position",
|
|
2124
|
+
"type": {
|
|
2125
|
+
"name": "string"
|
|
2126
|
+
},
|
|
2127
|
+
"required": false,
|
|
2128
|
+
"defaultValue": {
|
|
2129
|
+
"func": false,
|
|
2130
|
+
"value": "'top'"
|
|
2131
|
+
}
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
"name": "autoPosition",
|
|
2135
|
+
"type": {
|
|
2136
|
+
"name": "boolean"
|
|
2137
|
+
},
|
|
2138
|
+
"defaultValue": {
|
|
2139
|
+
"func": false,
|
|
2140
|
+
"value": true
|
|
2141
|
+
}
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
"name": "contentClass",
|
|
2145
|
+
"type": {
|
|
2146
|
+
"name": "string"
|
|
2266
2147
|
}
|
|
2267
2148
|
}
|
|
2268
2149
|
],
|
|
2150
|
+
"events": [
|
|
2151
|
+
{
|
|
2152
|
+
"name": "closed"
|
|
2153
|
+
}
|
|
2154
|
+
],
|
|
2269
2155
|
"slots": [
|
|
2270
2156
|
{
|
|
2271
|
-
"name": "
|
|
2157
|
+
"name": "default"
|
|
2272
2158
|
}
|
|
2273
2159
|
],
|
|
2274
2160
|
"sourceFiles": [
|
|
2275
|
-
"./src/components/
|
|
2161
|
+
"./src/components/popup/CdrPopup.vue"
|
|
2276
2162
|
]
|
|
2277
2163
|
},
|
|
2278
|
-
"
|
|
2279
|
-
"displayName": "CdrSkeleton",
|
|
2280
|
-
"description": "Visually communicates content is in the process of loading",
|
|
2281
|
-
"tags": {},
|
|
2164
|
+
"CdrQuote": {
|
|
2282
2165
|
"exportName": "default",
|
|
2166
|
+
"displayName": "CdrQuote",
|
|
2167
|
+
"description": "",
|
|
2168
|
+
"tags": {},
|
|
2283
2169
|
"props": [
|
|
2284
2170
|
{
|
|
2285
|
-
"name": "
|
|
2286
|
-
"description": "
|
|
2171
|
+
"name": "tag",
|
|
2172
|
+
"description": "Sets the semantic HTML element for the quote.",
|
|
2173
|
+
"tags": {},
|
|
2174
|
+
"values": [
|
|
2175
|
+
"blockquote",
|
|
2176
|
+
"aside",
|
|
2177
|
+
"q",
|
|
2178
|
+
"div"
|
|
2179
|
+
],
|
|
2287
2180
|
"type": {
|
|
2288
|
-
"name": "
|
|
2181
|
+
"name": "string"
|
|
2289
2182
|
},
|
|
2290
2183
|
"defaultValue": {
|
|
2291
2184
|
"func": false,
|
|
2292
|
-
"value":
|
|
2185
|
+
"value": "'blockquote'"
|
|
2186
|
+
}
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"name": "modifier",
|
|
2190
|
+
"description": "Modifies the style variant for the quote",
|
|
2191
|
+
"tags": {
|
|
2192
|
+
"demoSelectMultiple": [
|
|
2193
|
+
{
|
|
2194
|
+
"description": "true",
|
|
2195
|
+
"title": "demoSelectMultiple"
|
|
2196
|
+
}
|
|
2197
|
+
]
|
|
2198
|
+
},
|
|
2199
|
+
"values": [
|
|
2200
|
+
"pull"
|
|
2201
|
+
],
|
|
2202
|
+
"type": {
|
|
2203
|
+
"name": "string"
|
|
2204
|
+
},
|
|
2205
|
+
"defaultValue": {
|
|
2206
|
+
"func": false,
|
|
2207
|
+
"value": "''"
|
|
2208
|
+
}
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"name": "summary",
|
|
2212
|
+
"description": "Sets the quote body text.",
|
|
2213
|
+
"type": {
|
|
2214
|
+
"name": "string"
|
|
2215
|
+
}
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
"name": "citation",
|
|
2219
|
+
"description": "Sets the quote attribution text.",
|
|
2220
|
+
"type": {
|
|
2221
|
+
"name": "string"
|
|
2293
2222
|
}
|
|
2294
2223
|
}
|
|
2295
2224
|
],
|
|
2296
2225
|
"slots": [
|
|
2297
2226
|
{
|
|
2298
|
-
"name": "default"
|
|
2299
|
-
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
2227
|
+
"name": "default"
|
|
2300
2228
|
}
|
|
2301
2229
|
],
|
|
2302
2230
|
"sourceFiles": [
|
|
2303
|
-
"./src/components/
|
|
2231
|
+
"./src/components/quote/CdrQuote.vue"
|
|
2304
2232
|
]
|
|
2305
2233
|
},
|
|
2306
2234
|
"CdrSkeletonBone": {
|
|
2307
|
-
"displayName": "CdrSkeletonBone",
|
|
2308
2235
|
"exportName": "default",
|
|
2236
|
+
"displayName": "CdrSkeletonBone",
|
|
2309
2237
|
"description": "",
|
|
2310
2238
|
"tags": {},
|
|
2311
2239
|
"props": [
|
|
@@ -2330,7 +2258,6 @@
|
|
|
2330
2258
|
"type": {
|
|
2331
2259
|
"name": "string"
|
|
2332
2260
|
},
|
|
2333
|
-
"required": false,
|
|
2334
2261
|
"defaultValue": {
|
|
2335
2262
|
"func": false,
|
|
2336
2263
|
"value": "'default'"
|
|
@@ -2338,238 +2265,294 @@
|
|
|
2338
2265
|
}
|
|
2339
2266
|
],
|
|
2340
2267
|
"sourceFiles": [
|
|
2341
|
-
"./src/components/skeleton/CdrSkeletonBone.vue"
|
|
2268
|
+
"./src/components/skeleton/CdrSkeletonBone.vue"
|
|
2269
|
+
]
|
|
2270
|
+
},
|
|
2271
|
+
"CdrSkeleton": {
|
|
2272
|
+
"exportName": "default",
|
|
2273
|
+
"displayName": "CdrSkeleton",
|
|
2274
|
+
"description": "",
|
|
2275
|
+
"tags": {},
|
|
2276
|
+
"props": [
|
|
2277
|
+
{
|
|
2278
|
+
"name": "motion",
|
|
2279
|
+
"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.",
|
|
2280
|
+
"type": {
|
|
2281
|
+
"name": "boolean"
|
|
2282
|
+
},
|
|
2283
|
+
"defaultValue": {
|
|
2284
|
+
"func": false,
|
|
2285
|
+
"value": true
|
|
2286
|
+
}
|
|
2287
|
+
}
|
|
2288
|
+
],
|
|
2289
|
+
"slots": [
|
|
2290
|
+
{
|
|
2291
|
+
"name": "default",
|
|
2292
|
+
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
2293
|
+
}
|
|
2294
|
+
],
|
|
2295
|
+
"sourceFiles": [
|
|
2296
|
+
"./src/components/skeleton/CdrSkeleton.vue"
|
|
2342
2297
|
]
|
|
2343
2298
|
},
|
|
2344
|
-
"
|
|
2345
|
-
"displayName": "CdrPagination",
|
|
2346
|
-
"description": "Allows people to navigate to the next or previous page within an experience",
|
|
2347
|
-
"tags": {},
|
|
2299
|
+
"CdrPopover": {
|
|
2348
2300
|
"exportName": "default",
|
|
2301
|
+
"displayName": "CdrPopover",
|
|
2302
|
+
"description": "",
|
|
2303
|
+
"tags": {},
|
|
2349
2304
|
"props": [
|
|
2350
2305
|
{
|
|
2351
|
-
"name": "
|
|
2352
|
-
"description": "
|
|
2306
|
+
"name": "position",
|
|
2307
|
+
"description": "Sets the position where the popover will render relative to the trigger element.",
|
|
2353
2308
|
"tags": {
|
|
2354
|
-
"
|
|
2309
|
+
"demoSelectMultiple": [
|
|
2355
2310
|
{
|
|
2356
|
-
"description": "
|
|
2357
|
-
"title": "
|
|
2311
|
+
"description": "false",
|
|
2312
|
+
"title": "demoSelectMultiple"
|
|
2358
2313
|
}
|
|
2359
2314
|
]
|
|
2360
2315
|
},
|
|
2316
|
+
"values": [
|
|
2317
|
+
"top",
|
|
2318
|
+
"bottom",
|
|
2319
|
+
"left",
|
|
2320
|
+
"right"
|
|
2321
|
+
],
|
|
2361
2322
|
"type": {
|
|
2362
2323
|
"name": "string"
|
|
2324
|
+
},
|
|
2325
|
+
"required": false,
|
|
2326
|
+
"defaultValue": {
|
|
2327
|
+
"func": false,
|
|
2328
|
+
"value": "'top'"
|
|
2363
2329
|
}
|
|
2364
2330
|
},
|
|
2365
2331
|
{
|
|
2366
|
-
"name": "
|
|
2367
|
-
"description": "
|
|
2332
|
+
"name": "autoPosition",
|
|
2333
|
+
"description": "If set to `true`, popover will attempt to dynamically set it's position to\nensure it renders within the visible browser window.\nIf `false` the popover will always render in the provided `position`.",
|
|
2368
2334
|
"type": {
|
|
2369
|
-
"name": "
|
|
2335
|
+
"name": "boolean"
|
|
2370
2336
|
},
|
|
2337
|
+
"required": false,
|
|
2371
2338
|
"defaultValue": {
|
|
2372
2339
|
"func": false,
|
|
2373
|
-
"value":
|
|
2340
|
+
"value": true
|
|
2374
2341
|
}
|
|
2375
2342
|
},
|
|
2376
2343
|
{
|
|
2377
|
-
"name": "
|
|
2378
|
-
"description": "
|
|
2344
|
+
"name": "label",
|
|
2345
|
+
"description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
|
|
2379
2346
|
"type": {
|
|
2380
|
-
"name": "
|
|
2347
|
+
"name": "string"
|
|
2381
2348
|
},
|
|
2382
|
-
"required":
|
|
2349
|
+
"required": false
|
|
2383
2350
|
},
|
|
2384
2351
|
{
|
|
2385
|
-
"name": "
|
|
2386
|
-
"description": "
|
|
2387
|
-
"tags": {},
|
|
2388
|
-
"values": [
|
|
2389
|
-
"a",
|
|
2390
|
-
"button"
|
|
2391
|
-
],
|
|
2352
|
+
"name": "id",
|
|
2353
|
+
"description": "ID for the popover element, required for accessibility",
|
|
2392
2354
|
"type": {
|
|
2393
2355
|
"name": "string"
|
|
2394
2356
|
},
|
|
2395
|
-
"
|
|
2396
|
-
"func": false,
|
|
2397
|
-
"value": "'a'"
|
|
2398
|
-
}
|
|
2357
|
+
"required": true
|
|
2399
2358
|
},
|
|
2400
2359
|
{
|
|
2401
|
-
"name": "
|
|
2402
|
-
"description": "
|
|
2360
|
+
"name": "contentClass",
|
|
2361
|
+
"description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
|
|
2403
2362
|
"type": {
|
|
2404
2363
|
"name": "string"
|
|
2405
2364
|
},
|
|
2406
|
-
"
|
|
2407
|
-
"func": false,
|
|
2408
|
-
"value": "''"
|
|
2409
|
-
}
|
|
2365
|
+
"required": false
|
|
2410
2366
|
},
|
|
2411
2367
|
{
|
|
2412
|
-
"name": "
|
|
2368
|
+
"name": "open",
|
|
2369
|
+
"description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
|
|
2413
2370
|
"tags": {
|
|
2414
|
-
"
|
|
2371
|
+
"demoIgnore": [
|
|
2415
2372
|
{
|
|
2416
|
-
"description": "
|
|
2417
|
-
"title": "
|
|
2373
|
+
"description": "true",
|
|
2374
|
+
"title": "demoIgnore"
|
|
2418
2375
|
}
|
|
2419
2376
|
]
|
|
2420
2377
|
},
|
|
2421
2378
|
"type": {
|
|
2422
|
-
"name": "
|
|
2379
|
+
"name": "boolean"
|
|
2380
|
+
},
|
|
2381
|
+
"required": false,
|
|
2382
|
+
"defaultValue": {
|
|
2383
|
+
"func": false,
|
|
2384
|
+
"value": false
|
|
2423
2385
|
}
|
|
2424
2386
|
}
|
|
2425
2387
|
],
|
|
2426
2388
|
"events": [
|
|
2427
2389
|
{
|
|
2428
|
-
"name": "
|
|
2429
|
-
"description": "
|
|
2430
|
-
"properties": [
|
|
2431
|
-
{
|
|
2432
|
-
"type": {
|
|
2433
|
-
"names": [
|
|
2434
|
-
"mixed"
|
|
2435
|
-
]
|
|
2436
|
-
},
|
|
2437
|
-
"name": "modelValue"
|
|
2438
|
-
}
|
|
2439
|
-
],
|
|
2440
|
-
"tags": [
|
|
2441
|
-
{
|
|
2442
|
-
"title": "param",
|
|
2443
|
-
"type": {
|
|
2444
|
-
"name": "mixed"
|
|
2445
|
-
},
|
|
2446
|
-
"name": "modelValue"
|
|
2447
|
-
}
|
|
2448
|
-
]
|
|
2390
|
+
"name": "opened",
|
|
2391
|
+
"description": "Emits when popover is opened"
|
|
2449
2392
|
},
|
|
2450
2393
|
{
|
|
2451
|
-
"name": "
|
|
2452
|
-
"description": "
|
|
2394
|
+
"name": "closed",
|
|
2395
|
+
"description": "Emits when popover is closed"
|
|
2396
|
+
}
|
|
2397
|
+
],
|
|
2398
|
+
"slots": [
|
|
2399
|
+
{
|
|
2400
|
+
"name": "trigger",
|
|
2401
|
+
"description": " Slot for the element that triggers the popover."
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"name": "title",
|
|
2405
|
+
"description": "Sets the title for the popover. Can also be set with `label` prop"
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"name": "default"
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"name": "icon"
|
|
2453
2412
|
}
|
|
2454
2413
|
],
|
|
2455
2414
|
"sourceFiles": [
|
|
2456
|
-
"./src/components/
|
|
2415
|
+
"./src/components/popover/CdrPopover.vue"
|
|
2457
2416
|
]
|
|
2458
2417
|
},
|
|
2459
|
-
"
|
|
2460
|
-
"displayName": "CdrTabPanel",
|
|
2418
|
+
"CdrRating": {
|
|
2461
2419
|
"exportName": "default",
|
|
2420
|
+
"displayName": "CdrRating",
|
|
2462
2421
|
"description": "",
|
|
2463
2422
|
"tags": {},
|
|
2464
2423
|
"props": [
|
|
2465
2424
|
{
|
|
2466
|
-
"name": "
|
|
2467
|
-
"description": "Sets
|
|
2425
|
+
"name": "rating",
|
|
2426
|
+
"description": "Sets the rating values between 0 and 5.",
|
|
2468
2427
|
"type": {
|
|
2469
|
-
"name": "string"
|
|
2428
|
+
"name": "string|number"
|
|
2429
|
+
},
|
|
2430
|
+
"required": true,
|
|
2431
|
+
"defaultValue": {
|
|
2432
|
+
"func": false,
|
|
2433
|
+
"value": "0"
|
|
2470
2434
|
}
|
|
2471
2435
|
},
|
|
2472
2436
|
{
|
|
2473
|
-
"name": "
|
|
2474
|
-
"description": "Sets
|
|
2437
|
+
"name": "count",
|
|
2438
|
+
"description": "Sets the total number of ratings",
|
|
2475
2439
|
"type": {
|
|
2476
|
-
"name": "string"
|
|
2440
|
+
"name": "string|number"
|
|
2441
|
+
},
|
|
2442
|
+
"required": false,
|
|
2443
|
+
"defaultValue": {
|
|
2444
|
+
"func": false,
|
|
2445
|
+
"value": "null"
|
|
2477
2446
|
}
|
|
2478
2447
|
},
|
|
2479
2448
|
{
|
|
2480
|
-
"name": "
|
|
2481
|
-
"description": "
|
|
2449
|
+
"name": "compact",
|
|
2450
|
+
"description": "Hides the word 'reviews' if true",
|
|
2482
2451
|
"type": {
|
|
2483
|
-
"name": "
|
|
2452
|
+
"name": "boolean"
|
|
2453
|
+
},
|
|
2454
|
+
"defaultValue": {
|
|
2455
|
+
"func": false,
|
|
2456
|
+
"value": false
|
|
2484
2457
|
}
|
|
2485
|
-
}
|
|
2486
|
-
],
|
|
2487
|
-
"events": [
|
|
2458
|
+
},
|
|
2488
2459
|
{
|
|
2489
|
-
"name": "
|
|
2490
|
-
"description": "
|
|
2491
|
-
"
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
}
|
|
2496
|
-
]
|
|
2497
|
-
}
|
|
2498
|
-
],
|
|
2499
|
-
"slots": [
|
|
2460
|
+
"name": "href",
|
|
2461
|
+
"description": "Sets the rating component (icons and text) to display inline and wraps them in an anchor tag so they can act as link.",
|
|
2462
|
+
"type": {
|
|
2463
|
+
"name": "string"
|
|
2464
|
+
}
|
|
2465
|
+
},
|
|
2500
2466
|
{
|
|
2501
|
-
"name": "
|
|
2502
|
-
"description": "
|
|
2467
|
+
"name": "size",
|
|
2468
|
+
"description": "Sets the rating size.",
|
|
2469
|
+
"tags": {
|
|
2470
|
+
"demoSelectMultiple": [
|
|
2471
|
+
{
|
|
2472
|
+
"description": "false",
|
|
2473
|
+
"title": "demoSelectMultiple"
|
|
2474
|
+
}
|
|
2475
|
+
]
|
|
2476
|
+
},
|
|
2477
|
+
"values": [
|
|
2478
|
+
"small",
|
|
2479
|
+
"medium",
|
|
2480
|
+
"large"
|
|
2481
|
+
],
|
|
2482
|
+
"type": {
|
|
2483
|
+
"name": "string"
|
|
2484
|
+
},
|
|
2485
|
+
"defaultValue": {
|
|
2486
|
+
"func": false,
|
|
2487
|
+
"value": "'medium'"
|
|
2488
|
+
}
|
|
2503
2489
|
}
|
|
2504
2490
|
],
|
|
2505
2491
|
"sourceFiles": [
|
|
2506
|
-
"./src/components/
|
|
2492
|
+
"./src/components/rating/CdrRating.vue"
|
|
2507
2493
|
]
|
|
2508
2494
|
},
|
|
2509
|
-
"
|
|
2510
|
-
"displayName": "CdrTable",
|
|
2511
|
-
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
2512
|
-
"tags": {},
|
|
2495
|
+
"CdrSelect": {
|
|
2513
2496
|
"exportName": "default",
|
|
2497
|
+
"displayName": "CdrSelect",
|
|
2498
|
+
"description": "",
|
|
2499
|
+
"tags": {},
|
|
2514
2500
|
"props": [
|
|
2515
2501
|
{
|
|
2516
|
-
"name": "
|
|
2517
|
-
"description": "
|
|
2502
|
+
"name": "id",
|
|
2503
|
+
"description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be auto-generated.",
|
|
2518
2504
|
"type": {
|
|
2519
|
-
"name": "
|
|
2520
|
-
},
|
|
2521
|
-
"defaultValue": {
|
|
2522
|
-
"func": false,
|
|
2523
|
-
"value": false
|
|
2505
|
+
"name": "string"
|
|
2524
2506
|
}
|
|
2525
2507
|
},
|
|
2526
2508
|
{
|
|
2527
|
-
"name": "
|
|
2528
|
-
"description": "
|
|
2509
|
+
"name": "label",
|
|
2510
|
+
"description": "Sets the text value for the select label.\nRequired for accessibility compliance. Use ‘hideLabel’ to\nvisually hide the label but keep it available to screenreaders.",
|
|
2511
|
+
"type": {
|
|
2512
|
+
"name": "string"
|
|
2513
|
+
},
|
|
2514
|
+
"required": true
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"name": "hideLabel",
|
|
2518
|
+
"description": "Visually hides the label element, but leaves it available to screen readers for accessibility compliance.",
|
|
2529
2519
|
"type": {
|
|
2530
2520
|
"name": "boolean"
|
|
2531
2521
|
},
|
|
2532
2522
|
"defaultValue": {
|
|
2533
2523
|
"func": false,
|
|
2534
|
-
"value":
|
|
2524
|
+
"value": false
|
|
2535
2525
|
}
|
|
2536
2526
|
},
|
|
2537
2527
|
{
|
|
2538
|
-
"name": "
|
|
2539
|
-
"description": "
|
|
2528
|
+
"name": "prompt",
|
|
2529
|
+
"description": "Adds an option that is disabled and selected by default to serve as a `placeholder` for the select.",
|
|
2540
2530
|
"type": {
|
|
2541
|
-
"name": "
|
|
2542
|
-
},
|
|
2543
|
-
"defaultValue": {
|
|
2544
|
-
"func": false,
|
|
2545
|
-
"value": true
|
|
2531
|
+
"name": "string"
|
|
2546
2532
|
}
|
|
2547
2533
|
},
|
|
2548
2534
|
{
|
|
2549
|
-
"name": "
|
|
2550
|
-
"description": "
|
|
2535
|
+
"name": "options",
|
|
2536
|
+
"description": "Build options programmatically with data.\nProvide an array of objects [{ text: String, value: String}] for greater control\nor provide an array of strings ['String'] for simpler setup (value and text will be the same).",
|
|
2551
2537
|
"type": {
|
|
2552
|
-
"name": "
|
|
2553
|
-
},
|
|
2554
|
-
"defaultValue": {
|
|
2555
|
-
"func": false,
|
|
2556
|
-
"value": true
|
|
2538
|
+
"name": "selectOption[] | string[]"
|
|
2557
2539
|
}
|
|
2558
2540
|
},
|
|
2559
2541
|
{
|
|
2560
|
-
"name": "
|
|
2561
|
-
"description": "
|
|
2542
|
+
"name": "background",
|
|
2543
|
+
"description": "Sets the background color the radio button is rendered on",
|
|
2544
|
+
"tags": {},
|
|
2545
|
+
"values": [
|
|
2546
|
+
"primary",
|
|
2547
|
+
"secondary"
|
|
2548
|
+
],
|
|
2562
2549
|
"type": {
|
|
2563
|
-
"name": "
|
|
2564
|
-
},
|
|
2565
|
-
"defaultValue": {
|
|
2566
|
-
"func": false,
|
|
2567
|
-
"value": false
|
|
2550
|
+
"name": "backgroundProps"
|
|
2568
2551
|
}
|
|
2569
2552
|
},
|
|
2570
2553
|
{
|
|
2571
2554
|
"name": "size",
|
|
2572
|
-
"description": "Sets the
|
|
2555
|
+
"description": "Sets the component's size; values can target responsive breakpoints. Example `small@lg`",
|
|
2573
2556
|
"tags": {
|
|
2574
2557
|
"demoSelectMultiple": [
|
|
2575
2558
|
{
|
|
@@ -2584,145 +2567,159 @@
|
|
|
2584
2567
|
"large"
|
|
2585
2568
|
],
|
|
2586
2569
|
"type": {
|
|
2587
|
-
"name": "
|
|
2588
|
-
},
|
|
2589
|
-
"defaultValue": {
|
|
2590
|
-
"func": false,
|
|
2591
|
-
"value": "'medium'"
|
|
2570
|
+
"name": "sizeProps"
|
|
2592
2571
|
}
|
|
2593
|
-
}
|
|
2594
|
-
],
|
|
2595
|
-
"slots": [
|
|
2596
|
-
{
|
|
2597
|
-
"name": "default",
|
|
2598
|
-
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
2599
|
-
}
|
|
2600
|
-
],
|
|
2601
|
-
"sourceFiles": [
|
|
2602
|
-
"./src/components/table/CdrTable.vue"
|
|
2603
|
-
]
|
|
2604
|
-
},
|
|
2605
|
-
"CdrTabs": {
|
|
2606
|
-
"displayName": "CdrTabs",
|
|
2607
|
-
"description": "Organizes related content into groups for people to navigate between",
|
|
2608
|
-
"tags": {},
|
|
2609
|
-
"exportName": "default",
|
|
2610
|
-
"props": [
|
|
2572
|
+
},
|
|
2611
2573
|
{
|
|
2612
|
-
"name": "
|
|
2613
|
-
"description": "Sets
|
|
2574
|
+
"name": "error",
|
|
2575
|
+
"description": "Sets the select to an error state, displays the `error` slot if one is present.",
|
|
2614
2576
|
"type": {
|
|
2615
|
-
"name": "string"
|
|
2577
|
+
"name": "boolean|string"
|
|
2616
2578
|
},
|
|
2617
2579
|
"defaultValue": {
|
|
2618
2580
|
"func": false,
|
|
2619
|
-
"value":
|
|
2581
|
+
"value": false
|
|
2620
2582
|
}
|
|
2621
2583
|
},
|
|
2622
2584
|
{
|
|
2623
|
-
"name": "
|
|
2624
|
-
"description": "Sets the
|
|
2585
|
+
"name": "errorRole",
|
|
2586
|
+
"description": "Sets the `role` attribute for the embedded error state messaging.",
|
|
2625
2587
|
"type": {
|
|
2626
|
-
"name": "
|
|
2588
|
+
"name": "string"
|
|
2627
2589
|
},
|
|
2628
2590
|
"defaultValue": {
|
|
2629
2591
|
"func": false,
|
|
2630
|
-
"value": "
|
|
2631
|
-
}
|
|
2632
|
-
},
|
|
2633
|
-
{
|
|
2634
|
-
"name": "modifier",
|
|
2635
|
-
"description": "Modifies the style variants for this component",
|
|
2636
|
-
"tags": {},
|
|
2637
|
-
"values": [
|
|
2638
|
-
"centered",
|
|
2639
|
-
"compact",
|
|
2640
|
-
"full-width",
|
|
2641
|
-
"no-border"
|
|
2642
|
-
],
|
|
2643
|
-
"type": {
|
|
2644
|
-
"name": "string"
|
|
2592
|
+
"value": "'status'"
|
|
2645
2593
|
}
|
|
2646
2594
|
},
|
|
2647
2595
|
{
|
|
2648
|
-
"name": "
|
|
2649
|
-
"description": "Use `small` to reduce spacing around the tabs for a denser visual design",
|
|
2596
|
+
"name": "modelValue",
|
|
2650
2597
|
"tags": {
|
|
2651
|
-
"
|
|
2598
|
+
"ignore": [
|
|
2652
2599
|
{
|
|
2653
|
-
"description":
|
|
2654
|
-
"title": "
|
|
2600
|
+
"description": true,
|
|
2601
|
+
"title": "ignore"
|
|
2655
2602
|
}
|
|
2656
2603
|
]
|
|
2657
2604
|
},
|
|
2658
|
-
"values": [
|
|
2659
|
-
"small"
|
|
2660
|
-
],
|
|
2661
2605
|
"type": {
|
|
2662
|
-
"name": "string"
|
|
2606
|
+
"name": "string|number|boolean|object|array|symbol|func"
|
|
2663
2607
|
}
|
|
2664
2608
|
},
|
|
2665
2609
|
{
|
|
2666
|
-
"name": "
|
|
2667
|
-
"description": "
|
|
2610
|
+
"name": "disabled",
|
|
2611
|
+
"description": "Disables the input and sets appropriate styling",
|
|
2668
2612
|
"type": {
|
|
2669
|
-
"name": "
|
|
2670
|
-
}
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2613
|
+
"name": "boolean"
|
|
2614
|
+
}
|
|
2615
|
+
},
|
|
2616
|
+
{
|
|
2617
|
+
"name": "required",
|
|
2618
|
+
"description": "Sets aria-required on the input field and displays an asterisk next to the select label",
|
|
2619
|
+
"type": {
|
|
2620
|
+
"name": "boolean"
|
|
2621
|
+
}
|
|
2622
|
+
},
|
|
2623
|
+
{
|
|
2624
|
+
"name": "optional",
|
|
2625
|
+
"description": "Displays '(optional)' text next to the select label.",
|
|
2626
|
+
"type": {
|
|
2627
|
+
"name": "boolean"
|
|
2628
|
+
}
|
|
2629
|
+
},
|
|
2630
|
+
{
|
|
2631
|
+
"name": "multiple",
|
|
2632
|
+
"description": "Turns CdrSelect into a multi-select element.",
|
|
2633
|
+
"type": {
|
|
2634
|
+
"name": "boolean"
|
|
2635
|
+
}
|
|
2636
|
+
},
|
|
2637
|
+
{
|
|
2638
|
+
"name": "multipleSize",
|
|
2639
|
+
"description": "Sets the height of the CdrSelect when using the multiple option.\nThis number corresponds to the number of select options that will be visible without scrolling.",
|
|
2640
|
+
"type": {
|
|
2641
|
+
"name": "number"
|
|
2674
2642
|
}
|
|
2675
2643
|
}
|
|
2676
2644
|
],
|
|
2645
|
+
"events": [
|
|
2646
|
+
{
|
|
2647
|
+
"name": "update:modelValue",
|
|
2648
|
+
"description": "Event emitted by v-model on the radio's <input> element",
|
|
2649
|
+
"properties": [
|
|
2650
|
+
{
|
|
2651
|
+
"type": {
|
|
2652
|
+
"names": [
|
|
2653
|
+
"mixed"
|
|
2654
|
+
]
|
|
2655
|
+
},
|
|
2656
|
+
"name": "modelValue"
|
|
2657
|
+
}
|
|
2658
|
+
],
|
|
2659
|
+
"tags": [
|
|
2660
|
+
{
|
|
2661
|
+
"title": "param",
|
|
2662
|
+
"type": {
|
|
2663
|
+
"name": "mixed"
|
|
2664
|
+
},
|
|
2665
|
+
"name": "modelValue"
|
|
2666
|
+
}
|
|
2667
|
+
]
|
|
2668
|
+
}
|
|
2669
|
+
],
|
|
2677
2670
|
"slots": [
|
|
2671
|
+
{
|
|
2672
|
+
"name": "helper-text",
|
|
2673
|
+
"description": "Helper text above the select field"
|
|
2674
|
+
},
|
|
2675
|
+
{
|
|
2676
|
+
"name": "info",
|
|
2677
|
+
"description": "Link or icon to the right above the select field."
|
|
2678
|
+
},
|
|
2679
|
+
{
|
|
2680
|
+
"name": "pre-icon",
|
|
2681
|
+
"description": "Icon preceding text within the select field"
|
|
2682
|
+
},
|
|
2678
2683
|
{
|
|
2679
2684
|
"name": "default",
|
|
2680
|
-
"description": "
|
|
2685
|
+
"description": "CdrSelect content (<option> tags). Leave empty if using the `options` prop."
|
|
2686
|
+
},
|
|
2687
|
+
{
|
|
2688
|
+
"name": "info-action",
|
|
2689
|
+
"description": "Action-wrapped icon to the right of the select field"
|
|
2690
|
+
},
|
|
2691
|
+
{
|
|
2692
|
+
"name": "error",
|
|
2693
|
+
"description": "Error messaging text that is displayed when the `error` prop is true."
|
|
2681
2694
|
}
|
|
2682
2695
|
],
|
|
2683
2696
|
"sourceFiles": [
|
|
2684
|
-
"./src/components/
|
|
2697
|
+
"./src/components/select/CdrSelect.vue"
|
|
2685
2698
|
]
|
|
2686
2699
|
},
|
|
2687
|
-
"
|
|
2688
|
-
"displayName": "CdrPopup",
|
|
2700
|
+
"CdrTabPanel": {
|
|
2689
2701
|
"exportName": "default",
|
|
2702
|
+
"displayName": "CdrTabPanel",
|
|
2690
2703
|
"description": "",
|
|
2691
2704
|
"tags": {},
|
|
2692
2705
|
"props": [
|
|
2693
2706
|
{
|
|
2694
|
-
"name": "
|
|
2695
|
-
"
|
|
2696
|
-
"name": "boolean"
|
|
2697
|
-
},
|
|
2698
|
-
"defaultValue": {
|
|
2699
|
-
"func": false,
|
|
2700
|
-
"value": false
|
|
2701
|
-
}
|
|
2702
|
-
},
|
|
2703
|
-
{
|
|
2704
|
-
"name": "position",
|
|
2707
|
+
"name": "id",
|
|
2708
|
+
"description": "Sets reference identifier for tab content. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `aria-labelledby` property.",
|
|
2705
2709
|
"type": {
|
|
2706
2710
|
"name": "string"
|
|
2707
|
-
},
|
|
2708
|
-
"required": false,
|
|
2709
|
-
"defaultValue": {
|
|
2710
|
-
"func": false,
|
|
2711
|
-
"value": "'top'"
|
|
2712
2711
|
}
|
|
2713
2712
|
},
|
|
2714
2713
|
{
|
|
2715
|
-
"name": "
|
|
2714
|
+
"name": "name",
|
|
2715
|
+
"description": "Sets tab display name. Required and must be unique for each tab. If `id` is not provided, this value will be used as the reference identifier.",
|
|
2716
2716
|
"type": {
|
|
2717
|
-
"name": "
|
|
2718
|
-
},
|
|
2719
|
-
"defaultValue": {
|
|
2720
|
-
"func": false,
|
|
2721
|
-
"value": true
|
|
2717
|
+
"name": "string"
|
|
2722
2718
|
}
|
|
2723
2719
|
},
|
|
2724
2720
|
{
|
|
2725
|
-
"name": "
|
|
2721
|
+
"name": "ariaLabelledby",
|
|
2722
|
+
"description": "Sets reference identifier for tab header. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `id` property.",
|
|
2726
2723
|
"type": {
|
|
2727
2724
|
"name": "string"
|
|
2728
2725
|
}
|
|
@@ -2730,162 +2727,155 @@
|
|
|
2730
2727
|
],
|
|
2731
2728
|
"events": [
|
|
2732
2729
|
{
|
|
2733
|
-
"name": "
|
|
2730
|
+
"name": "tab-change",
|
|
2731
|
+
"description": "Emits when active tab is changed",
|
|
2732
|
+
"tags": [
|
|
2733
|
+
{
|
|
2734
|
+
"title": "params",
|
|
2735
|
+
"content": "state, panelId"
|
|
2736
|
+
}
|
|
2737
|
+
]
|
|
2734
2738
|
}
|
|
2735
2739
|
],
|
|
2736
2740
|
"slots": [
|
|
2737
2741
|
{
|
|
2738
|
-
"name": "default"
|
|
2742
|
+
"name": "default",
|
|
2743
|
+
"description": "CdrTabPanel content"
|
|
2739
2744
|
}
|
|
2740
2745
|
],
|
|
2741
2746
|
"sourceFiles": [
|
|
2742
|
-
"./src/components/
|
|
2747
|
+
"./src/components/tabs/CdrTabPanel.vue"
|
|
2743
2748
|
]
|
|
2744
2749
|
},
|
|
2745
|
-
"
|
|
2746
|
-
"displayName": "CdrModal",
|
|
2747
|
-
"description": "Disruptive, action-blocking overlays used to display important information",
|
|
2748
|
-
"tags": {},
|
|
2750
|
+
"CdrTable": {
|
|
2749
2751
|
"exportName": "default",
|
|
2752
|
+
"displayName": "CdrTable",
|
|
2753
|
+
"description": "",
|
|
2754
|
+
"tags": {},
|
|
2750
2755
|
"props": [
|
|
2751
2756
|
{
|
|
2752
|
-
"name": "
|
|
2753
|
-
"description": "
|
|
2754
|
-
"tags": {
|
|
2755
|
-
"demoIgnore": [
|
|
2756
|
-
{
|
|
2757
|
-
"description": "true",
|
|
2758
|
-
"title": "demoIgnore"
|
|
2759
|
-
}
|
|
2760
|
-
]
|
|
2761
|
-
},
|
|
2757
|
+
"name": "striped",
|
|
2758
|
+
"description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
|
|
2762
2759
|
"type": {
|
|
2763
2760
|
"name": "boolean"
|
|
2764
2761
|
},
|
|
2765
|
-
"
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
"description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
|
|
2770
|
-
"type": {
|
|
2771
|
-
"name": "string"
|
|
2772
|
-
},
|
|
2773
|
-
"required": true
|
|
2762
|
+
"defaultValue": {
|
|
2763
|
+
"func": false,
|
|
2764
|
+
"value": false
|
|
2765
|
+
}
|
|
2774
2766
|
},
|
|
2775
2767
|
{
|
|
2776
|
-
"name": "
|
|
2777
|
-
"description": "
|
|
2768
|
+
"name": "border",
|
|
2769
|
+
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
2778
2770
|
"type": {
|
|
2779
2771
|
"name": "boolean"
|
|
2780
2772
|
},
|
|
2781
|
-
"required": false,
|
|
2782
2773
|
"defaultValue": {
|
|
2783
2774
|
"func": false,
|
|
2784
2775
|
"value": true
|
|
2785
2776
|
}
|
|
2786
2777
|
},
|
|
2787
2778
|
{
|
|
2788
|
-
"name": "
|
|
2789
|
-
"description": "
|
|
2779
|
+
"name": "fullWidth",
|
|
2780
|
+
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
2790
2781
|
"type": {
|
|
2791
|
-
"name": "string"
|
|
2782
|
+
"name": "boolean|string"
|
|
2792
2783
|
},
|
|
2793
|
-
"required": false,
|
|
2794
2784
|
"defaultValue": {
|
|
2795
2785
|
"func": false,
|
|
2796
|
-
"value":
|
|
2786
|
+
"value": true
|
|
2797
2787
|
}
|
|
2798
2788
|
},
|
|
2799
2789
|
{
|
|
2800
|
-
"name": "
|
|
2801
|
-
"description": "
|
|
2802
|
-
"tags": {},
|
|
2803
|
-
"values": [
|
|
2804
|
-
"dialog",
|
|
2805
|
-
"alertDialog"
|
|
2806
|
-
],
|
|
2790
|
+
"name": "responsive",
|
|
2791
|
+
"description": "Makes the table scroll horizontally when it would overflow its container",
|
|
2807
2792
|
"type": {
|
|
2808
|
-
"name": "
|
|
2793
|
+
"name": "boolean"
|
|
2809
2794
|
},
|
|
2810
|
-
"required": false,
|
|
2811
2795
|
"defaultValue": {
|
|
2812
2796
|
"func": false,
|
|
2813
|
-
"value":
|
|
2797
|
+
"value": true
|
|
2814
2798
|
}
|
|
2815
2799
|
},
|
|
2816
2800
|
{
|
|
2817
|
-
"name": "
|
|
2818
|
-
"description": "
|
|
2801
|
+
"name": "hover",
|
|
2802
|
+
"description": "Adds a darker background on row hover",
|
|
2819
2803
|
"type": {
|
|
2820
|
-
"name": "
|
|
2804
|
+
"name": "boolean"
|
|
2821
2805
|
},
|
|
2822
|
-
"required": false,
|
|
2823
2806
|
"defaultValue": {
|
|
2824
2807
|
"func": false,
|
|
2825
|
-
"value":
|
|
2808
|
+
"value": false
|
|
2826
2809
|
}
|
|
2827
2810
|
},
|
|
2828
2811
|
{
|
|
2829
|
-
"name": "
|
|
2830
|
-
"description": "
|
|
2812
|
+
"name": "size",
|
|
2813
|
+
"description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
|
|
2814
|
+
"tags": {
|
|
2815
|
+
"demoSelectMultiple": [
|
|
2816
|
+
{
|
|
2817
|
+
"description": "false",
|
|
2818
|
+
"title": "demoSelectMultiple"
|
|
2819
|
+
}
|
|
2820
|
+
]
|
|
2821
|
+
},
|
|
2822
|
+
"values": [
|
|
2823
|
+
"small",
|
|
2824
|
+
"medium",
|
|
2825
|
+
"large"
|
|
2826
|
+
],
|
|
2831
2827
|
"type": {
|
|
2832
2828
|
"name": "string"
|
|
2829
|
+
},
|
|
2830
|
+
"defaultValue": {
|
|
2831
|
+
"func": false,
|
|
2832
|
+
"value": "'medium'"
|
|
2833
2833
|
}
|
|
2834
|
-
}
|
|
2834
|
+
}
|
|
2835
|
+
],
|
|
2836
|
+
"slots": [
|
|
2835
2837
|
{
|
|
2836
|
-
"name": "
|
|
2837
|
-
"description": "
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2838
|
+
"name": "default",
|
|
2839
|
+
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
2840
|
+
}
|
|
2841
|
+
],
|
|
2842
|
+
"sourceFiles": [
|
|
2843
|
+
"./src/components/table/CdrTable.vue"
|
|
2844
|
+
]
|
|
2845
|
+
},
|
|
2846
|
+
"CdrText": {
|
|
2847
|
+
"exportName": "default",
|
|
2848
|
+
"displayName": "CdrText",
|
|
2849
|
+
"description": "",
|
|
2850
|
+
"tags": {},
|
|
2851
|
+
"props": [
|
|
2842
2852
|
{
|
|
2843
|
-
"name": "
|
|
2844
|
-
"description": "
|
|
2853
|
+
"name": "tag",
|
|
2854
|
+
"description": "Sets the HTML tag (p, span, h1, h2, etc)",
|
|
2845
2855
|
"type": {
|
|
2846
2856
|
"name": "string"
|
|
2847
|
-
}
|
|
2848
|
-
},
|
|
2849
|
-
{
|
|
2850
|
-
"name": "animationDuration",
|
|
2851
|
-
"description": "Sets duration for modal's close animation",
|
|
2852
|
-
"type": {
|
|
2853
|
-
"name": "number"
|
|
2854
2857
|
},
|
|
2855
2858
|
"defaultValue": {
|
|
2856
2859
|
"func": false,
|
|
2857
|
-
"value": "
|
|
2860
|
+
"value": "'p'"
|
|
2858
2861
|
}
|
|
2859
2862
|
}
|
|
2860
2863
|
],
|
|
2861
|
-
"events": [
|
|
2862
|
-
{
|
|
2863
|
-
"name": "closed",
|
|
2864
|
-
"description": "Fires when modal is closed"
|
|
2865
|
-
}
|
|
2866
|
-
],
|
|
2867
2864
|
"slots": [
|
|
2868
2865
|
{
|
|
2869
|
-
"name": "
|
|
2870
|
-
"description": "
|
|
2871
|
-
},
|
|
2872
|
-
{
|
|
2873
|
-
"name": "title",
|
|
2874
|
-
"description": "Use to override the default title"
|
|
2875
|
-
},
|
|
2876
|
-
{
|
|
2877
|
-
"name": "default"
|
|
2866
|
+
"name": "default",
|
|
2867
|
+
"description": "CdrText content"
|
|
2878
2868
|
}
|
|
2879
2869
|
],
|
|
2880
2870
|
"sourceFiles": [
|
|
2881
|
-
"./src/components/
|
|
2871
|
+
"./src/components/text/CdrText.vue"
|
|
2882
2872
|
]
|
|
2883
2873
|
},
|
|
2884
2874
|
"CdrSwitch": {
|
|
2875
|
+
"exportName": "default",
|
|
2885
2876
|
"displayName": "CdrSwitch",
|
|
2886
|
-
"description": "
|
|
2877
|
+
"description": "",
|
|
2887
2878
|
"tags": {},
|
|
2888
|
-
"exportName": "default",
|
|
2889
2879
|
"props": [
|
|
2890
2880
|
{
|
|
2891
2881
|
"name": "id",
|
|
@@ -2979,39 +2969,11 @@
|
|
|
2979
2969
|
"./src/components/switch/CdrSwitch.vue"
|
|
2980
2970
|
]
|
|
2981
2971
|
},
|
|
2982
|
-
"CdrText": {
|
|
2983
|
-
"displayName": "CdrText",
|
|
2984
|
-
"description": "Text container used for any text element such as paragraphs, headings, and lists",
|
|
2985
|
-
"tags": {},
|
|
2986
|
-
"exportName": "default",
|
|
2987
|
-
"props": [
|
|
2988
|
-
{
|
|
2989
|
-
"name": "tag",
|
|
2990
|
-
"description": "Sets the HTML tag (p, span, h1, h2, etc)",
|
|
2991
|
-
"type": {
|
|
2992
|
-
"name": "string"
|
|
2993
|
-
},
|
|
2994
|
-
"defaultValue": {
|
|
2995
|
-
"func": false,
|
|
2996
|
-
"value": "'p'"
|
|
2997
|
-
}
|
|
2998
|
-
}
|
|
2999
|
-
],
|
|
3000
|
-
"slots": [
|
|
3001
|
-
{
|
|
3002
|
-
"name": "default",
|
|
3003
|
-
"description": "CdrText content"
|
|
3004
|
-
}
|
|
3005
|
-
],
|
|
3006
|
-
"sourceFiles": [
|
|
3007
|
-
"./src/components/text/CdrText.vue"
|
|
3008
|
-
]
|
|
3009
|
-
},
|
|
3010
2972
|
"CdrToast": {
|
|
2973
|
+
"exportName": "default",
|
|
3011
2974
|
"displayName": "CdrToast",
|
|
3012
|
-
"description": "
|
|
2975
|
+
"description": "",
|
|
3013
2976
|
"tags": {},
|
|
3014
|
-
"exportName": "default",
|
|
3015
2977
|
"props": [
|
|
3016
2978
|
{
|
|
3017
2979
|
"name": "type",
|
|
@@ -3108,34 +3070,91 @@
|
|
|
3108
3070
|
"./src/components/toast/CdrToast.vue"
|
|
3109
3071
|
]
|
|
3110
3072
|
},
|
|
3111
|
-
"
|
|
3112
|
-
"displayName": "CdrToggleButton",
|
|
3113
|
-
"description": "Permits switching two or more options on and off",
|
|
3114
|
-
"tags": {},
|
|
3073
|
+
"CdrTabs": {
|
|
3115
3074
|
"exportName": "default",
|
|
3075
|
+
"displayName": "CdrTabs",
|
|
3076
|
+
"description": "",
|
|
3077
|
+
"tags": {},
|
|
3116
3078
|
"props": [
|
|
3117
3079
|
{
|
|
3118
|
-
"name": "
|
|
3119
|
-
"description": "Sets the value
|
|
3080
|
+
"name": "height",
|
|
3081
|
+
"description": "Sets height of the tabs container element.\nPassing a `px` value will render tabs with a static height,\npassing `auto` will render tabs with variable height based on content size.",
|
|
3120
3082
|
"type": {
|
|
3121
3083
|
"name": "string"
|
|
3122
3084
|
},
|
|
3123
|
-
"
|
|
3085
|
+
"defaultValue": {
|
|
3086
|
+
"func": false,
|
|
3087
|
+
"value": "'240px'"
|
|
3088
|
+
}
|
|
3089
|
+
},
|
|
3090
|
+
{
|
|
3091
|
+
"name": "activeTab",
|
|
3092
|
+
"description": "Sets the index of the tab that should be active on initial page load. Note that this property is zero-indexed.",
|
|
3093
|
+
"type": {
|
|
3094
|
+
"name": "number"
|
|
3095
|
+
},
|
|
3096
|
+
"defaultValue": {
|
|
3097
|
+
"func": false,
|
|
3098
|
+
"value": "0"
|
|
3099
|
+
}
|
|
3100
|
+
},
|
|
3101
|
+
{
|
|
3102
|
+
"name": "modifier",
|
|
3103
|
+
"description": "Modifies the style variants for this component",
|
|
3104
|
+
"tags": {},
|
|
3105
|
+
"values": [
|
|
3106
|
+
"centered",
|
|
3107
|
+
"compact",
|
|
3108
|
+
"full-width",
|
|
3109
|
+
"no-border"
|
|
3110
|
+
],
|
|
3111
|
+
"type": {
|
|
3112
|
+
"name": "string"
|
|
3113
|
+
}
|
|
3114
|
+
},
|
|
3115
|
+
{
|
|
3116
|
+
"name": "size",
|
|
3117
|
+
"description": "Use `small` to reduce spacing around the tabs for a denser visual design",
|
|
3118
|
+
"tags": {
|
|
3119
|
+
"demoSelectMultiple": [
|
|
3120
|
+
{
|
|
3121
|
+
"description": "true",
|
|
3122
|
+
"title": "demoSelectMultiple"
|
|
3123
|
+
}
|
|
3124
|
+
]
|
|
3125
|
+
},
|
|
3126
|
+
"values": [
|
|
3127
|
+
"small"
|
|
3128
|
+
],
|
|
3129
|
+
"type": {
|
|
3130
|
+
"name": "string"
|
|
3131
|
+
}
|
|
3132
|
+
},
|
|
3133
|
+
{
|
|
3134
|
+
"name": "backgroundColor",
|
|
3135
|
+
"description": "Sets the background color of the tab.\nFor CdrTabs that are rendered on non-primary backgrounds.\nPass the background-color into the component to ensure that the scrolling gradients render correctly.",
|
|
3136
|
+
"type": {
|
|
3137
|
+
"name": "string"
|
|
3138
|
+
},
|
|
3139
|
+
"defaultValue": {
|
|
3140
|
+
"func": false,
|
|
3141
|
+
"value": "CdrColorBackgroundPrimary"
|
|
3142
|
+
}
|
|
3124
3143
|
}
|
|
3125
3144
|
],
|
|
3126
3145
|
"slots": [
|
|
3127
3146
|
{
|
|
3128
3147
|
"name": "default",
|
|
3129
|
-
"description": "
|
|
3148
|
+
"description": "CdrTabs content (CdrTabPanel components)"
|
|
3130
3149
|
}
|
|
3131
3150
|
],
|
|
3132
3151
|
"sourceFiles": [
|
|
3133
|
-
"./src/components/
|
|
3152
|
+
"./src/components/tabs/CdrTabs.vue"
|
|
3134
3153
|
]
|
|
3135
3154
|
},
|
|
3136
3155
|
"CdrToggleGroup": {
|
|
3137
|
-
"displayName": "CdrToggleGroup",
|
|
3138
3156
|
"exportName": "default",
|
|
3157
|
+
"displayName": "CdrToggleGroup",
|
|
3139
3158
|
"description": "",
|
|
3140
3159
|
"tags": {},
|
|
3141
3160
|
"props": [
|
|
@@ -3214,10 +3233,10 @@
|
|
|
3214
3233
|
]
|
|
3215
3234
|
},
|
|
3216
3235
|
"CdrTooltip": {
|
|
3236
|
+
"exportName": "default",
|
|
3217
3237
|
"displayName": "CdrTooltip",
|
|
3218
|
-
"description": "
|
|
3238
|
+
"description": "",
|
|
3219
3239
|
"tags": {},
|
|
3220
|
-
"exportName": "default",
|
|
3221
3240
|
"props": [
|
|
3222
3241
|
{
|
|
3223
3242
|
"name": "position",
|
|
@@ -3315,5 +3334,30 @@
|
|
|
3315
3334
|
"sourceFiles": [
|
|
3316
3335
|
"./src/components/tooltip/CdrTooltip.vue"
|
|
3317
3336
|
]
|
|
3337
|
+
},
|
|
3338
|
+
"CdrToggleButton": {
|
|
3339
|
+
"exportName": "default",
|
|
3340
|
+
"displayName": "CdrToggleButton",
|
|
3341
|
+
"description": "",
|
|
3342
|
+
"tags": {},
|
|
3343
|
+
"props": [
|
|
3344
|
+
{
|
|
3345
|
+
"name": "toggleValue",
|
|
3346
|
+
"description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
|
|
3347
|
+
"type": {
|
|
3348
|
+
"name": "string"
|
|
3349
|
+
},
|
|
3350
|
+
"required": true
|
|
3351
|
+
}
|
|
3352
|
+
],
|
|
3353
|
+
"slots": [
|
|
3354
|
+
{
|
|
3355
|
+
"name": "default",
|
|
3356
|
+
"description": "CdrToggleButton label content"
|
|
3357
|
+
}
|
|
3358
|
+
],
|
|
3359
|
+
"sourceFiles": [
|
|
3360
|
+
"./src/components/toggleButton/CdrToggleButton.vue"
|
|
3361
|
+
]
|
|
3318
3362
|
}
|
|
3319
3363
|
}
|