@rei/cedar 14.0.2-alpha.5 → 14.0.2-alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cedar-compiled.css +1050 -1050
- package/dist/cedar.umd.js +5 -5
- package/dist/component-docgen.json +1442 -1442
- package/dist/icon-component-docgen.json +578 -578
- package/dist/lib.d.ts +6306 -39
- package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
- package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
- package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
- package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
- package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
- package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +2 -2
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +1 -1
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +27 -27
- package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
- package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +4 -4
- package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +2 -2
- package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
- package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
- package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
- package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +8 -8
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +32 -32
- package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +12 -12
- package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +25 -25
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +3 -3
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +5 -5
- package/dist/src/components/modal/onTransitionEnd.mjs +6 -7
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +12 -12
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +53 -53
- package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +63 -63
- package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
- package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
- package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +27 -27
- package/dist/src/components/rating/composables/useStar.mjs +4 -1
- package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +44 -44
- package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
- package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
- package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
- package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +8 -8
- package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
- package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
- package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +28 -28
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
- package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
- package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
- package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +5 -5
- package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
- package/dist/src/props/size.mjs +1 -4
- package/dist/src/utils/mapClasses.mjs +1 -4
- package/dist/style/cdr-accordion-group.css +1 -1
- package/dist/style/cdr-accordion.css +1 -1
- package/dist/style/cdr-banner.css +1 -1
- package/dist/style/cdr-breadcrumb.css +1 -1
- package/dist/style/cdr-button.css +1 -1
- package/dist/style/cdr-caption.css +1 -1
- package/dist/style/cdr-card.css +1 -1
- package/dist/style/cdr-checkbox.css +1 -1
- package/dist/style/cdr-chip-group.css +1 -1
- package/dist/style/cdr-chip.css +1 -1
- package/dist/style/cdr-container.css +1 -1
- package/dist/style/cdr-form-error.css +1 -1
- package/dist/style/cdr-form-group.css +1 -1
- package/dist/style/cdr-grid.css +1 -1
- package/dist/style/cdr-icon.css +1 -1
- package/dist/style/cdr-img.css +1 -1
- package/dist/style/cdr-input.css +1 -1
- package/dist/style/cdr-label-standalone.css +1 -1
- package/dist/style/cdr-label-wrapper.css +1 -1
- package/dist/style/cdr-link.css +1 -1
- package/dist/style/cdr-list.css +1 -1
- package/dist/style/cdr-modal.css +1 -1
- package/dist/style/cdr-pagination.css +1 -1
- package/dist/style/cdr-popover.css +1 -1
- package/dist/style/cdr-popup.css +1 -1
- package/dist/style/cdr-quote.css +1 -1
- package/dist/style/cdr-radio.css +1 -1
- package/dist/style/cdr-rating.css +1 -1
- package/dist/style/cdr-select.css +1 -1
- package/dist/style/cdr-skeleton-bone.css +1 -1
- package/dist/style/cdr-skeleton.css +1 -1
- package/dist/style/cdr-switch.css +1 -1
- package/dist/style/cdr-tab-panel.css +1 -1
- package/dist/style/cdr-table.css +1 -1
- package/dist/style/cdr-tabs.css +1 -1
- package/dist/style/cdr-text.css +1 -1
- package/dist/style/cdr-toast.css +1 -1
- package/dist/style/cdr-toggle-button.css +1 -1
- package/dist/style/cdr-toggle-group.css +1 -1
- package/dist/style/cdr-tooltip.css +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/components/accordion/CdrAccordion.vue.d.ts +0 -128
- package/dist/components/accordion/CdrAccordionGroup.vue.d.ts +0 -31
- package/dist/components/accordion/symbols.d.ts +0 -4
- package/dist/components/banner/CdrBanner.vue.d.ts +0 -37
- package/dist/components/breadcrumb/CdrBreadcrumb.vue.d.ts +0 -74
- package/dist/components/breadcrumb/interfaces.d.ts +0 -15
- package/dist/components/button/CdrButton.vue.d.ts +0 -146
- package/dist/components/caption/CdrCaption.vue.d.ts +0 -32
- package/dist/components/card/CdrCard.vue.d.ts +0 -23
- package/dist/components/checkbox/CdrCheckbox.vue.d.ts +0 -169
- package/dist/components/chip/CdrChip.vue.d.ts +0 -11
- package/dist/components/chip/CdrChipGroup.vue.d.ts +0 -42
- package/dist/components/container/CdrContainer.vue.d.ts +0 -44
- package/dist/components/formError/CdrFormError.vue.d.ts +0 -13
- package/dist/components/formGroup/CdrFormGroup.vue.d.ts +0 -79
- package/dist/components/grid/CdrGrid.vue.d.ts +0 -44
- package/dist/components/icon/CdrIcon.vue.d.ts +0 -46
- package/dist/components/icon/build/generate.d.ts +0 -8
- package/dist/components/icon/comps/account-profile-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/account-profile.vue.d.ts +0 -17
- package/dist/components/icon/comps/arrow-down.vue.d.ts +0 -17
- package/dist/components/icon/comps/arrow-left.vue.d.ts +0 -17
- package/dist/components/icon/comps/arrow-right.vue.d.ts +0 -17
- package/dist/components/icon/comps/arrow-up.vue.d.ts +0 -17
- package/dist/components/icon/comps/atv.vue.d.ts +0 -17
- package/dist/components/icon/comps/bed-outline.vue.d.ts +0 -17
- package/dist/components/icon/comps/bike-shop.vue.d.ts +0 -17
- package/dist/components/icon/comps/binoculars.vue.d.ts +0 -17
- package/dist/components/icon/comps/birding.vue.d.ts +0 -17
- package/dist/components/icon/comps/boat.vue.d.ts +0 -17
- package/dist/components/icon/comps/boating.vue.d.ts +0 -17
- package/dist/components/icon/comps/bookmark-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/bookmark-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/brand-abstract.vue.d.ts +0 -17
- package/dist/components/icon/comps/brand-code-sandbox.vue.d.ts +0 -17
- package/dist/components/icon/comps/brand-github.vue.d.ts +0 -17
- package/dist/components/icon/comps/brand-linkedin.vue.d.ts +0 -17
- package/dist/components/icon/comps/brand-rei-ice-axes.vue.d.ts +0 -17
- package/dist/components/icon/comps/brand-sketch.vue.d.ts +0 -17
- package/dist/components/icon/comps/brand-tiktok.vue.d.ts +0 -17
- package/dist/components/icon/comps/buddies.vue.d.ts +0 -17
- package/dist/components/icon/comps/bus.vue.d.ts +0 -17
- package/dist/components/icon/comps/calendar.vue.d.ts +0 -17
- package/dist/components/icon/comps/camera.vue.d.ts +0 -17
- package/dist/components/icon/comps/canoe.vue.d.ts +0 -17
- package/dist/components/icon/comps/car.vue.d.ts +0 -17
- package/dist/components/icon/comps/caret-down.vue.d.ts +0 -17
- package/dist/components/icon/comps/caret-left.vue.d.ts +0 -17
- package/dist/components/icon/comps/caret-right.vue.d.ts +0 -17
- package/dist/components/icon/comps/caret-up.vue.d.ts +0 -17
- package/dist/components/icon/comps/cart-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/cart.vue.d.ts +0 -17
- package/dist/components/icon/comps/chain-link.vue.d.ts +0 -17
- package/dist/components/icon/comps/chat.vue.d.ts +0 -17
- package/dist/components/icon/comps/check-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/check-lg.vue.d.ts +0 -17
- package/dist/components/icon/comps/check-sm.vue.d.ts +0 -17
- package/dist/components/icon/comps/check-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/climb.vue.d.ts +0 -17
- package/dist/components/icon/comps/clipboard.vue.d.ts +0 -17
- package/dist/components/icon/comps/clock.vue.d.ts +0 -17
- package/dist/components/icon/comps/code-html.vue.d.ts +0 -17
- package/dist/components/icon/comps/code-js.vue.d.ts +0 -17
- package/dist/components/icon/comps/compass.vue.d.ts +0 -17
- package/dist/components/icon/comps/copy.vue.d.ts +0 -17
- package/dist/components/icon/comps/coupon-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/coupon-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/credit-card.vue.d.ts +0 -17
- package/dist/components/icon/comps/curbside-pickup.vue.d.ts +0 -17
- package/dist/components/icon/comps/day.vue.d.ts +0 -17
- package/dist/components/icon/comps/diving.vue.d.ts +0 -17
- package/dist/components/icon/comps/dog.vue.d.ts +0 -17
- package/dist/components/icon/comps/download.vue.d.ts +0 -17
- package/dist/components/icon/comps/duplicate.vue.d.ts +0 -17
- package/dist/components/icon/comps/edit.vue.d.ts +0 -17
- package/dist/components/icon/comps/elevation.vue.d.ts +0 -17
- package/dist/components/icon/comps/error-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/error-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/expand.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-backpacking.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-camping.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-climbing.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-clothing.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-cycling.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-family.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-fitness.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-hiking.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-outdoor-basics.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-paddling.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-rentals.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-running.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-snowsports.vue.d.ts +0 -17
- package/dist/components/icon/comps/experiences-travel.vue.d.ts +0 -17
- package/dist/components/icon/comps/external-link-alt.vue.d.ts +0 -17
- package/dist/components/icon/comps/external-link.vue.d.ts +0 -17
- package/dist/components/icon/comps/eye-hide.vue.d.ts +0 -17
- package/dist/components/icon/comps/eye-show.vue.d.ts +0 -17
- package/dist/components/icon/comps/facebook.vue.d.ts +0 -17
- package/dist/components/icon/comps/filter-alt.vue.d.ts +0 -17
- package/dist/components/icon/comps/filter.vue.d.ts +0 -17
- package/dist/components/icon/comps/find-location.vue.d.ts +0 -17
- package/dist/components/icon/comps/fire.vue.d.ts +0 -17
- package/dist/components/icon/comps/fishing.vue.d.ts +0 -17
- package/dist/components/icon/comps/free-product.vue.d.ts +0 -17
- package/dist/components/icon/comps/grid-view.vue.d.ts +0 -17
- package/dist/components/icon/comps/heart-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/heart-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/hike.vue.d.ts +0 -17
- package/dist/components/icon/comps/history.vue.d.ts +0 -17
- package/dist/components/icon/comps/home.vue.d.ts +0 -17
- package/dist/components/icon/comps/horse.vue.d.ts +0 -17
- package/dist/components/icon/comps/horseshoe.vue.d.ts +0 -17
- package/dist/components/icon/comps/image.vue.d.ts +0 -17
- package/dist/components/icon/comps/information-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/information-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/instagram.vue.d.ts +0 -17
- package/dist/components/icon/comps/kayak.vue.d.ts +0 -17
- package/dist/components/icon/comps/link-alt.vue.d.ts +0 -17
- package/dist/components/icon/comps/list-ragged.vue.d.ts +0 -17
- package/dist/components/icon/comps/list-view.vue.d.ts +0 -17
- package/dist/components/icon/comps/location-pin-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/location-pin-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/lock-locked-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/lock-locked-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/lock-unlocked-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/mail.vue.d.ts +0 -17
- package/dist/components/icon/comps/map.vue.d.ts +0 -17
- package/dist/components/icon/comps/member-card.vue.d.ts +0 -17
- package/dist/components/icon/comps/membership.vue.d.ts +0 -17
- package/dist/components/icon/comps/microphone.vue.d.ts +0 -17
- package/dist/components/icon/comps/minus-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/minus-lg.vue.d.ts +0 -17
- package/dist/components/icon/comps/minus-sm.vue.d.ts +0 -17
- package/dist/components/icon/comps/minus-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/more-functions.vue.d.ts +0 -17
- package/dist/components/icon/comps/my-location.vue.d.ts +0 -17
- package/dist/components/icon/comps/navigation-menu.vue.d.ts +0 -17
- package/dist/components/icon/comps/night.vue.d.ts +0 -17
- package/dist/components/icon/comps/paddle.vue.d.ts +0 -17
- package/dist/components/icon/comps/pause-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/pause-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/pause.vue.d.ts +0 -17
- package/dist/components/icon/comps/photography.vue.d.ts +0 -17
- package/dist/components/icon/comps/picnic.vue.d.ts +0 -17
- package/dist/components/icon/comps/pinterest.vue.d.ts +0 -17
- package/dist/components/icon/comps/plane.vue.d.ts +0 -17
- package/dist/components/icon/comps/play-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/play-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/play.vue.d.ts +0 -17
- package/dist/components/icon/comps/playground.vue.d.ts +0 -17
- package/dist/components/icon/comps/plugin.vue.d.ts +0 -17
- package/dist/components/icon/comps/plus-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/plus-lg.vue.d.ts +0 -17
- package/dist/components/icon/comps/plus-sm.vue.d.ts +0 -17
- package/dist/components/icon/comps/plus-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/print.vue.d.ts +0 -17
- package/dist/components/icon/comps/protection-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/protection-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/question-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/question-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/refresh.vue.d.ts +0 -17
- package/dist/components/icon/comps/reload.vue.d.ts +0 -17
- package/dist/components/icon/comps/returns.vue.d.ts +0 -17
- package/dist/components/icon/comps/run.vue.d.ts +0 -17
- package/dist/components/icon/comps/scan-barcode.vue.d.ts +0 -17
- package/dist/components/icon/comps/search.vue.d.ts +0 -17
- package/dist/components/icon/comps/service-shop.vue.d.ts +0 -17
- package/dist/components/icon/comps/shipping-prep.vue.d.ts +0 -17
- package/dist/components/icon/comps/shipping-truck.vue.d.ts +0 -17
- package/dist/components/icon/comps/shipping.vue.d.ts +0 -17
- package/dist/components/icon/comps/shopping-bag-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/shopping-bag.vue.d.ts +0 -17
- package/dist/components/icon/comps/shrink.vue.d.ts +0 -17
- package/dist/components/icon/comps/size-chart.vue.d.ts +0 -17
- package/dist/components/icon/comps/ski-boot.vue.d.ts +0 -17
- package/dist/components/icon/comps/ski.vue.d.ts +0 -17
- package/dist/components/icon/comps/snow-shop.vue.d.ts +0 -17
- package/dist/components/icon/comps/snow.vue.d.ts +0 -17
- package/dist/components/icon/comps/sort.vue.d.ts +0 -17
- package/dist/components/icon/comps/star-100.vue.d.ts +0 -17
- package/dist/components/icon/comps/star-25.vue.d.ts +0 -17
- package/dist/components/icon/comps/star-50.vue.d.ts +0 -17
- package/dist/components/icon/comps/star-75.vue.d.ts +0 -17
- package/dist/components/icon/comps/star-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/storefront.vue.d.ts +0 -17
- package/dist/components/icon/comps/swim.vue.d.ts +0 -17
- package/dist/components/icon/comps/telephone.vue.d.ts +0 -17
- package/dist/components/icon/comps/tent.vue.d.ts +0 -17
- package/dist/components/icon/comps/trash.vue.d.ts +0 -17
- package/dist/components/icon/comps/twitter.vue.d.ts +0 -17
- package/dist/components/icon/comps/upload.vue.d.ts +0 -17
- package/dist/components/icon/comps/verified-purchaser.vue.d.ts +0 -17
- package/dist/components/icon/comps/virtual-outfitting.vue.d.ts +0 -17
- package/dist/components/icon/comps/warning-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/warning-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/water.vue.d.ts +0 -17
- package/dist/components/icon/comps/wilderness.vue.d.ts +0 -17
- package/dist/components/icon/comps/x-fill.vue.d.ts +0 -17
- package/dist/components/icon/comps/x-lg.vue.d.ts +0 -17
- package/dist/components/icon/comps/x-sm.vue.d.ts +0 -17
- package/dist/components/icon/comps/x-stroke.vue.d.ts +0 -17
- package/dist/components/icon/comps/youtube.vue.d.ts +0 -17
- package/dist/components/icon/comps/zoom-in.vue.d.ts +0 -17
- package/dist/components/icon/comps/zoom-out.vue.d.ts +0 -17
- package/dist/components/icon/index.d.ts +0 -186
- package/dist/components/image/CdrImg.vue.d.ts +0 -131
- package/dist/components/input/CdrInput.vue.d.ts +0 -223
- package/dist/components/labelStandalone/CdrLabelStandalone.vue.d.ts +0 -39
- package/dist/components/labelWrapper/CdrLabelWrapper.vue.d.ts +0 -36
- package/dist/components/link/CdrLink.vue.d.ts +0 -86
- package/dist/components/list/CdrList.vue.d.ts +0 -52
- package/dist/components/modal/CdrModal.vue.d.ts +0 -142
- package/dist/components/modal/onTransitionEnd.d.ts +0 -2
- package/dist/components/pagination/CdrPagination.vue.d.ts +0 -128
- package/dist/components/popover/CdrPopover.vue.d.ts +0 -116
- package/dist/components/popup/CdrPopup.vue.d.ts +0 -53
- package/dist/components/popup/calculatePlacement.d.ts +0 -4
- package/dist/components/quote/CdrQuote.vue.d.ts +0 -60
- package/dist/components/radio/CdrRadio.vue.d.ts +0 -144
- package/dist/components/rating/CdrRating.vue.d.ts +0 -87
- package/dist/components/rating/components/CdrStar00.vue.d.ts +0 -16
- package/dist/components/rating/components/CdrStar100.vue.d.ts +0 -16
- package/dist/components/rating/components/CdrStar25.vue.d.ts +0 -16
- package/dist/components/rating/components/CdrStar50.vue.d.ts +0 -16
- package/dist/components/rating/components/CdrStar75.vue.d.ts +0 -16
- package/dist/components/rating/components/CdrStarNull.vue.d.ts +0 -16
- package/dist/components/rating/composables/useStar.d.ts +0 -8
- package/dist/components/select/CdrSelect.vue.d.ts +0 -201
- package/dist/components/skeleton/CdrSkeleton.vue.d.ts +0 -33
- package/dist/components/skeleton/CdrSkeletonBone.vue.d.ts +0 -26
- package/dist/components/skeleton/symbols.d.ts +0 -3
- package/dist/components/switch/CdrSwitch.vue.d.ts +0 -82
- package/dist/components/table/CdrTable.vue.d.ts +0 -92
- package/dist/components/tabs/CdrTabPanel.vue.d.ts +0 -31
- package/dist/components/tabs/CdrTabs.vue.d.ts +0 -83
- package/dist/components/tabs/symbols.d.ts +0 -3
- package/dist/components/text/CdrText.vue.d.ts +0 -23
- package/dist/components/toast/CdrToast.vue.d.ts +0 -82
- package/dist/components/toggleButton/CdrToggleButton.vue.d.ts +0 -25
- package/dist/components/toggleButton/CdrToggleGroup.vue.d.ts +0 -51
- package/dist/components/toggleButton/symbols.d.ts +0 -3
- package/dist/components/tooltip/CdrTooltip.vue.d.ts +0 -100
- package/dist/mixins/breakpoints.d.ts +0 -1
- package/dist/props/background.d.ts +0 -6
- package/dist/props/position.d.ts +0 -6
- package/dist/props/size.d.ts +0 -6
- package/dist/types/interfaces.d.ts +0 -15
- package/dist/utils/buildClass.d.ts +0 -25
- package/dist/utils/debounce.d.ts +0 -6
- package/dist/utils/kebabCase.d.ts +0 -5
- package/dist/utils/mapClasses.d.ts +0 -1
- package/dist/utils/propValidator.d.ts +0 -8
- package/dist/utils/uid.d.ts +0 -4
|
@@ -1,168 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"CdrAccordion": {
|
|
3
|
-
"name": "CdrAccordion",
|
|
4
|
-
"description": "Vertically-stacked list that allows users to expand and collapse additional content",
|
|
5
|
-
"tags": {},
|
|
6
|
-
"exportName": "default",
|
|
7
|
-
"displayName": "CdrAccordion",
|
|
8
|
-
"props": [
|
|
9
|
-
{
|
|
10
|
-
"name": "id",
|
|
11
|
-
"description": "The unique id of an accordion.",
|
|
12
|
-
"tags": {
|
|
13
|
-
"demoIgnore": [
|
|
14
|
-
{
|
|
15
|
-
"description": "true",
|
|
16
|
-
"title": "demoIgnore"
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
},
|
|
20
|
-
"type": {
|
|
21
|
-
"name": "string"
|
|
22
|
-
},
|
|
23
|
-
"required": true
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "opened",
|
|
27
|
-
"description": "Toggle this value to open/close the accordion.",
|
|
28
|
-
"tags": {
|
|
29
|
-
"demoIgnore": [
|
|
30
|
-
{
|
|
31
|
-
"description": "true",
|
|
32
|
-
"title": "demoIgnore"
|
|
33
|
-
}
|
|
34
|
-
]
|
|
35
|
-
},
|
|
36
|
-
"type": {
|
|
37
|
-
"name": "boolean"
|
|
38
|
-
},
|
|
39
|
-
"defaultValue": {
|
|
40
|
-
"func": false,
|
|
41
|
-
"value": false
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"name": "compact",
|
|
46
|
-
"description": "Sets a compact style.",
|
|
47
|
-
"type": {
|
|
48
|
-
"name": "boolean"
|
|
49
|
-
},
|
|
50
|
-
"defaultValue": {
|
|
51
|
-
"func": false,
|
|
52
|
-
"value": false
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"name": "borderAligned",
|
|
57
|
-
"description": "Sets a border-aligned style.",
|
|
58
|
-
"type": {
|
|
59
|
-
"name": "boolean"
|
|
60
|
-
},
|
|
61
|
-
"defaultValue": {
|
|
62
|
-
"func": false,
|
|
63
|
-
"value": false
|
|
64
|
-
}
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "level",
|
|
68
|
-
"description": "Sets the heading level",
|
|
69
|
-
"tags": {
|
|
70
|
-
"demoIgnore": [
|
|
71
|
-
{
|
|
72
|
-
"description": "true",
|
|
73
|
-
"title": "demoIgnore"
|
|
74
|
-
}
|
|
75
|
-
]
|
|
76
|
-
},
|
|
77
|
-
"type": {
|
|
78
|
-
"name": "string|number"
|
|
79
|
-
},
|
|
80
|
-
"required": true
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"name": "contentSpacing",
|
|
84
|
-
"description": "Toggles content spacing (padding)",
|
|
85
|
-
"type": {
|
|
86
|
-
"name": "boolean"
|
|
87
|
-
},
|
|
88
|
-
"defaultValue": {
|
|
89
|
-
"func": false,
|
|
90
|
-
"value": true
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"name": "label",
|
|
95
|
-
"description": "Sets the readable text on CdrAccordion button (also can be slotted)",
|
|
96
|
-
"tags": {
|
|
97
|
-
"demoIgnore": [
|
|
98
|
-
{
|
|
99
|
-
"description": "true",
|
|
100
|
-
"title": "demoIgnore"
|
|
101
|
-
}
|
|
102
|
-
]
|
|
103
|
-
},
|
|
104
|
-
"type": {
|
|
105
|
-
"name": "string"
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
],
|
|
109
|
-
"events": [
|
|
110
|
-
{
|
|
111
|
-
"name": "accordion-toggle",
|
|
112
|
-
"description": "Emits on accordion open/close"
|
|
113
|
-
}
|
|
114
|
-
],
|
|
115
|
-
"slots": [
|
|
116
|
-
{
|
|
117
|
-
"name": "label",
|
|
118
|
-
"description": " Sets the readable text on the CdrAccordion button"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"name": "default",
|
|
122
|
-
"description": "CdrAccordion content"
|
|
123
|
-
}
|
|
124
|
-
],
|
|
125
|
-
"sourceFiles": [
|
|
126
|
-
"./src/components/accordion/CdrAccordion.vue"
|
|
127
|
-
],
|
|
128
|
-
"UIProperties": [
|
|
129
|
-
{
|
|
130
|
-
"name": "--cdr-accordion-border-color",
|
|
131
|
-
"defaultValue": "--cdr-color-border-primary",
|
|
132
|
-
"description": "Border color of cdr-accordion"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"name": "--cdr-accordion-button-background-color",
|
|
136
|
-
"defaultValue": "transparent",
|
|
137
|
-
"description": "Background color of a cdr-accordion header button"
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"name": "--cdr-accordion-button-color",
|
|
141
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
142
|
-
"description": "Text color of a cdr-accordion header button"
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"name": "--cdr-accordion-button-background-color-hover",
|
|
146
|
-
"defaultValue": "--cdr-color-background-accordion-hover",
|
|
147
|
-
"description": "Background color of a cdr-accordion header button on focus and hover"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"name": "--cdr-accordion-icon-fill",
|
|
151
|
-
"defaultValue": "--cdr-color-icon-default",
|
|
152
|
-
"description": "Fill color of icons on a cdr-accordion. This is used for the caret which changes orientation when the accordion collapses and expands"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"name": "--cdr-accordion-content-background-color",
|
|
156
|
-
"defaultValue": "transparent",
|
|
157
|
-
"description": "Background color of cdr-accordion content"
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"name": "--cdr-accordion-content-text-color",
|
|
161
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
162
|
-
"description": "Text color of cdr-accordion content"
|
|
163
|
-
}
|
|
164
|
-
]
|
|
165
|
-
},
|
|
166
2
|
"CdrAccordionGroup": {
|
|
167
3
|
"name": "CdrAccordionGroup",
|
|
168
4
|
"exportName": "default",
|
|
@@ -402,16 +238,16 @@
|
|
|
402
238
|
}
|
|
403
239
|
]
|
|
404
240
|
},
|
|
405
|
-
"
|
|
406
|
-
"name": "
|
|
407
|
-
"description": "
|
|
241
|
+
"CdrAccordion": {
|
|
242
|
+
"name": "CdrAccordion",
|
|
243
|
+
"description": "Vertically-stacked list that allows users to expand and collapse additional content",
|
|
408
244
|
"tags": {},
|
|
409
245
|
"exportName": "default",
|
|
410
|
-
"displayName": "
|
|
246
|
+
"displayName": "CdrAccordion",
|
|
411
247
|
"props": [
|
|
412
248
|
{
|
|
413
|
-
"name": "
|
|
414
|
-
"description": "
|
|
249
|
+
"name": "id",
|
|
250
|
+
"description": "The unique id of an accordion.",
|
|
415
251
|
"tags": {
|
|
416
252
|
"demoIgnore": [
|
|
417
253
|
{
|
|
@@ -421,16 +257,70 @@
|
|
|
421
257
|
]
|
|
422
258
|
},
|
|
423
259
|
"type": {
|
|
424
|
-
"name": "
|
|
260
|
+
"name": "string"
|
|
261
|
+
},
|
|
262
|
+
"required": true
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"name": "opened",
|
|
266
|
+
"description": "Toggle this value to open/close the accordion.",
|
|
267
|
+
"tags": {
|
|
268
|
+
"demoIgnore": [
|
|
269
|
+
{
|
|
270
|
+
"description": "true",
|
|
271
|
+
"title": "demoIgnore"
|
|
272
|
+
}
|
|
273
|
+
]
|
|
274
|
+
},
|
|
275
|
+
"type": {
|
|
276
|
+
"name": "boolean"
|
|
425
277
|
},
|
|
426
278
|
"defaultValue": {
|
|
427
|
-
"func":
|
|
428
|
-
"value":
|
|
279
|
+
"func": false,
|
|
280
|
+
"value": false
|
|
429
281
|
}
|
|
430
282
|
},
|
|
431
283
|
{
|
|
432
|
-
"name": "
|
|
433
|
-
"description": "
|
|
284
|
+
"name": "compact",
|
|
285
|
+
"description": "Sets a compact style.",
|
|
286
|
+
"type": {
|
|
287
|
+
"name": "boolean"
|
|
288
|
+
},
|
|
289
|
+
"defaultValue": {
|
|
290
|
+
"func": false,
|
|
291
|
+
"value": false
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"name": "borderAligned",
|
|
296
|
+
"description": "Sets a border-aligned style.",
|
|
297
|
+
"type": {
|
|
298
|
+
"name": "boolean"
|
|
299
|
+
},
|
|
300
|
+
"defaultValue": {
|
|
301
|
+
"func": false,
|
|
302
|
+
"value": false
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"name": "level",
|
|
307
|
+
"description": "Sets the heading level",
|
|
308
|
+
"tags": {
|
|
309
|
+
"demoIgnore": [
|
|
310
|
+
{
|
|
311
|
+
"description": "true",
|
|
312
|
+
"title": "demoIgnore"
|
|
313
|
+
}
|
|
314
|
+
]
|
|
315
|
+
},
|
|
316
|
+
"type": {
|
|
317
|
+
"name": "string|number"
|
|
318
|
+
},
|
|
319
|
+
"required": true
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"name": "contentSpacing",
|
|
323
|
+
"description": "Toggles content spacing (padding)",
|
|
434
324
|
"type": {
|
|
435
325
|
"name": "boolean"
|
|
436
326
|
},
|
|
@@ -440,8 +330,8 @@
|
|
|
440
330
|
}
|
|
441
331
|
},
|
|
442
332
|
{
|
|
443
|
-
"name": "
|
|
444
|
-
"description": "
|
|
333
|
+
"name": "label",
|
|
334
|
+
"description": "Sets the readable text on CdrAccordion button (also can be slotted)",
|
|
445
335
|
"tags": {
|
|
446
336
|
"demoIgnore": [
|
|
447
337
|
{
|
|
@@ -457,74 +347,58 @@
|
|
|
457
347
|
],
|
|
458
348
|
"events": [
|
|
459
349
|
{
|
|
460
|
-
"name": "
|
|
461
|
-
"description": "Emits
|
|
462
|
-
"properties": [
|
|
463
|
-
{
|
|
464
|
-
"type": {
|
|
465
|
-
"names": [
|
|
466
|
-
"mixed"
|
|
467
|
-
]
|
|
468
|
-
},
|
|
469
|
-
"name": "breadcrumb",
|
|
470
|
-
"description": "The breadcrumb data object"
|
|
471
|
-
}
|
|
472
|
-
],
|
|
473
|
-
"tags": [
|
|
474
|
-
{
|
|
475
|
-
"title": "param",
|
|
476
|
-
"type": {
|
|
477
|
-
"name": "mixed"
|
|
478
|
-
},
|
|
479
|
-
"name": "breadcrumb",
|
|
480
|
-
"description": "The breadcrumb data object"
|
|
481
|
-
}
|
|
482
|
-
]
|
|
350
|
+
"name": "accordion-toggle",
|
|
351
|
+
"description": "Emits on accordion open/close"
|
|
483
352
|
}
|
|
484
353
|
],
|
|
485
354
|
"slots": [
|
|
486
355
|
{
|
|
487
|
-
"name": "
|
|
488
|
-
"
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"name": "href",
|
|
496
|
-
"title": "binding"
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"name": "content",
|
|
500
|
-
"title": "binding"
|
|
501
|
-
}
|
|
502
|
-
]
|
|
356
|
+
"name": "label",
|
|
357
|
+
"description": " Sets the readable text on the CdrAccordion button"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"name": "default",
|
|
361
|
+
"description": "CdrAccordion content"
|
|
503
362
|
}
|
|
504
363
|
],
|
|
505
364
|
"sourceFiles": [
|
|
506
|
-
"./src/components/
|
|
365
|
+
"./src/components/accordion/CdrAccordion.vue"
|
|
507
366
|
],
|
|
508
367
|
"UIProperties": [
|
|
509
368
|
{
|
|
510
|
-
"name": "--cdr-
|
|
511
|
-
"defaultValue": "--cdr-color-
|
|
512
|
-
"description": "
|
|
369
|
+
"name": "--cdr-accordion-border-color",
|
|
370
|
+
"defaultValue": "--cdr-color-border-primary",
|
|
371
|
+
"description": "Border color of cdr-accordion"
|
|
513
372
|
},
|
|
514
373
|
{
|
|
515
|
-
"name": "--cdr-
|
|
516
|
-
"defaultValue": "
|
|
517
|
-
"description": "
|
|
374
|
+
"name": "--cdr-accordion-button-background-color",
|
|
375
|
+
"defaultValue": "transparent",
|
|
376
|
+
"description": "Background color of a cdr-accordion header button"
|
|
518
377
|
},
|
|
519
378
|
{
|
|
520
|
-
"name": "--cdr-
|
|
521
|
-
"defaultValue": "--cdr-color-text-
|
|
522
|
-
"description": "
|
|
379
|
+
"name": "--cdr-accordion-button-color",
|
|
380
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
381
|
+
"description": "Text color of a cdr-accordion header button"
|
|
523
382
|
},
|
|
524
383
|
{
|
|
525
|
-
"name": "--cdr-
|
|
526
|
-
"defaultValue": "--cdr-color-
|
|
527
|
-
"description": "
|
|
384
|
+
"name": "--cdr-accordion-button-background-color-hover",
|
|
385
|
+
"defaultValue": "--cdr-color-background-accordion-hover",
|
|
386
|
+
"description": "Background color of a cdr-accordion header button on focus and hover"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"name": "--cdr-accordion-icon-fill",
|
|
390
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
391
|
+
"description": "Fill color of icons on a cdr-accordion. This is used for the caret which changes orientation when the accordion collapses and expands"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"name": "--cdr-accordion-content-background-color",
|
|
395
|
+
"defaultValue": "transparent",
|
|
396
|
+
"description": "Background color of cdr-accordion content"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"name": "--cdr-accordion-content-text-color",
|
|
400
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
401
|
+
"description": "Text color of cdr-accordion content"
|
|
528
402
|
}
|
|
529
403
|
]
|
|
530
404
|
},
|
|
@@ -1230,54 +1104,129 @@
|
|
|
1230
1104
|
}
|
|
1231
1105
|
]
|
|
1232
1106
|
},
|
|
1233
|
-
"
|
|
1234
|
-
"name": "
|
|
1235
|
-
"description": "
|
|
1107
|
+
"CdrBreadcrumb": {
|
|
1108
|
+
"name": "CdrBreadcrumb",
|
|
1109
|
+
"description": "Navigation used to reveal a page's location within the site hierarchy",
|
|
1236
1110
|
"tags": {},
|
|
1237
1111
|
"exportName": "default",
|
|
1238
|
-
"displayName": "
|
|
1112
|
+
"displayName": "CdrBreadcrumb",
|
|
1239
1113
|
"props": [
|
|
1240
1114
|
{
|
|
1241
|
-
"name": "
|
|
1242
|
-
"description": "Sets
|
|
1115
|
+
"name": "items",
|
|
1116
|
+
"description": "Sets the array of a breadcrumb object containing a 'url' and 'name' property.",
|
|
1117
|
+
"tags": {
|
|
1118
|
+
"demoIgnore": [
|
|
1119
|
+
{
|
|
1120
|
+
"description": "true",
|
|
1121
|
+
"title": "demoIgnore"
|
|
1122
|
+
}
|
|
1123
|
+
]
|
|
1124
|
+
},
|
|
1243
1125
|
"type": {
|
|
1244
|
-
"name": "
|
|
1126
|
+
"name": "breadcrumbItem[]"
|
|
1127
|
+
},
|
|
1128
|
+
"defaultValue": {
|
|
1129
|
+
"func": true,
|
|
1130
|
+
"value": "() => []"
|
|
1131
|
+
}
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"name": "truncationEnabled",
|
|
1135
|
+
"description": "Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.",
|
|
1136
|
+
"type": {
|
|
1137
|
+
"name": "boolean"
|
|
1245
1138
|
},
|
|
1246
1139
|
"defaultValue": {
|
|
1247
1140
|
"func": false,
|
|
1248
|
-
"value":
|
|
1141
|
+
"value": true
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"name": "id",
|
|
1146
|
+
"description": "Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.",
|
|
1147
|
+
"tags": {
|
|
1148
|
+
"demoIgnore": [
|
|
1149
|
+
{
|
|
1150
|
+
"description": "true",
|
|
1151
|
+
"title": "demoIgnore"
|
|
1152
|
+
}
|
|
1153
|
+
]
|
|
1154
|
+
},
|
|
1155
|
+
"type": {
|
|
1156
|
+
"name": "string"
|
|
1249
1157
|
}
|
|
1250
1158
|
}
|
|
1251
1159
|
],
|
|
1160
|
+
"events": [
|
|
1161
|
+
{
|
|
1162
|
+
"name": "navigate",
|
|
1163
|
+
"description": "Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.",
|
|
1164
|
+
"properties": [
|
|
1165
|
+
{
|
|
1166
|
+
"type": {
|
|
1167
|
+
"names": [
|
|
1168
|
+
"mixed"
|
|
1169
|
+
]
|
|
1170
|
+
},
|
|
1171
|
+
"name": "breadcrumb",
|
|
1172
|
+
"description": "The breadcrumb data object"
|
|
1173
|
+
}
|
|
1174
|
+
],
|
|
1175
|
+
"tags": [
|
|
1176
|
+
{
|
|
1177
|
+
"title": "param",
|
|
1178
|
+
"type": {
|
|
1179
|
+
"name": "mixed"
|
|
1180
|
+
},
|
|
1181
|
+
"name": "breadcrumb",
|
|
1182
|
+
"description": "The breadcrumb data object"
|
|
1183
|
+
}
|
|
1184
|
+
]
|
|
1185
|
+
}
|
|
1186
|
+
],
|
|
1252
1187
|
"slots": [
|
|
1253
1188
|
{
|
|
1254
|
-
"name": "
|
|
1255
|
-
"
|
|
1189
|
+
"name": "link",
|
|
1190
|
+
"scoped": true,
|
|
1191
|
+
"bindings": [
|
|
1192
|
+
{
|
|
1193
|
+
"name": "class",
|
|
1194
|
+
"title": "binding"
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"name": "href",
|
|
1198
|
+
"title": "binding"
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"name": "content",
|
|
1202
|
+
"title": "binding"
|
|
1203
|
+
}
|
|
1204
|
+
]
|
|
1256
1205
|
}
|
|
1257
1206
|
],
|
|
1258
1207
|
"sourceFiles": [
|
|
1259
|
-
"./src/components/
|
|
1208
|
+
"./src/components/breadcrumb/CdrBreadcrumb.vue"
|
|
1260
1209
|
],
|
|
1261
1210
|
"UIProperties": [
|
|
1262
1211
|
{
|
|
1263
|
-
"name": "--cdr-
|
|
1264
|
-
"defaultValue": "--cdr-color-
|
|
1265
|
-
"description": "
|
|
1212
|
+
"name": "--cdr-breadcrumb-ellipses-icon-color",
|
|
1213
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
1214
|
+
"description": "Ellipses icon color"
|
|
1266
1215
|
},
|
|
1267
1216
|
{
|
|
1268
|
-
"name": "--cdr-
|
|
1269
|
-
"defaultValue": "--cdr-color-text-
|
|
1270
|
-
"description": "
|
|
1217
|
+
"name": "--cdr-breadcrumb-ellipses-icon-highlight-color",
|
|
1218
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
1219
|
+
"description": "Ellipses icon hover, active and focus color"
|
|
1271
1220
|
},
|
|
1272
1221
|
{
|
|
1273
|
-
"name": "--cdr-
|
|
1274
|
-
"defaultValue": "--cdr-color-text-
|
|
1275
|
-
"description": "
|
|
1222
|
+
"name": "--cdr-breadcrumb-item-color",
|
|
1223
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
1224
|
+
"description": "Breadcrumb item color"
|
|
1276
1225
|
},
|
|
1277
1226
|
{
|
|
1278
|
-
"name": "--cdr-
|
|
1227
|
+
"name": "--cdr-breadcrumb-item-linked-highlight-color",
|
|
1279
1228
|
"defaultValue": "--cdr-color-text-link-hover",
|
|
1280
|
-
"description": "
|
|
1229
|
+
"description": "Breadcrumb item linked hover, active and focus color"
|
|
1281
1230
|
}
|
|
1282
1231
|
]
|
|
1283
1232
|
},
|
|
@@ -1335,6 +1284,57 @@
|
|
|
1335
1284
|
}
|
|
1336
1285
|
]
|
|
1337
1286
|
},
|
|
1287
|
+
"CdrCard": {
|
|
1288
|
+
"name": "CdrCard",
|
|
1289
|
+
"description": "Related, interactive containers linking to a single subject or destination",
|
|
1290
|
+
"tags": {},
|
|
1291
|
+
"exportName": "default",
|
|
1292
|
+
"displayName": "CdrCard",
|
|
1293
|
+
"props": [
|
|
1294
|
+
{
|
|
1295
|
+
"name": "tag",
|
|
1296
|
+
"description": "Sets valid HTML container element tag.",
|
|
1297
|
+
"type": {
|
|
1298
|
+
"name": "string"
|
|
1299
|
+
},
|
|
1300
|
+
"defaultValue": {
|
|
1301
|
+
"func": false,
|
|
1302
|
+
"value": "'article'"
|
|
1303
|
+
}
|
|
1304
|
+
}
|
|
1305
|
+
],
|
|
1306
|
+
"slots": [
|
|
1307
|
+
{
|
|
1308
|
+
"name": "default",
|
|
1309
|
+
"description": "CdrCard content"
|
|
1310
|
+
}
|
|
1311
|
+
],
|
|
1312
|
+
"sourceFiles": [
|
|
1313
|
+
"./src/components/card/CdrCard.vue"
|
|
1314
|
+
],
|
|
1315
|
+
"UIProperties": [
|
|
1316
|
+
{
|
|
1317
|
+
"name": "--cdr-card-base-background-color",
|
|
1318
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
1319
|
+
"description": "Background color of a cdr-card"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"name": "--cdr-card-base-color",
|
|
1323
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
1324
|
+
"description": "Text color of a cdr-card"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"name": "--cdr-card-link-color",
|
|
1328
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
1329
|
+
"description": "Link text color of a cdr-card"
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"name": "--cdr-card-link-hover-color",
|
|
1333
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
1334
|
+
"description": "Link hover text color of a cdr-card"
|
|
1335
|
+
}
|
|
1336
|
+
]
|
|
1337
|
+
},
|
|
1338
1338
|
"CdrCheckbox": {
|
|
1339
1339
|
"name": "CdrCheckbox",
|
|
1340
1340
|
"description": "Allows selecting one or more items from a list",
|
|
@@ -1593,15 +1593,56 @@
|
|
|
1593
1593
|
}
|
|
1594
1594
|
]
|
|
1595
1595
|
},
|
|
1596
|
-
"
|
|
1597
|
-
"name": "
|
|
1598
|
-
"description": "Allows people to make selections, filter content, or trigger actions",
|
|
1599
|
-
"tags": {},
|
|
1596
|
+
"CdrChipGroup": {
|
|
1597
|
+
"name": "CdrChipGroup",
|
|
1600
1598
|
"exportName": "default",
|
|
1601
|
-
"displayName": "
|
|
1602
|
-
"
|
|
1603
|
-
|
|
1604
|
-
|
|
1599
|
+
"displayName": "CdrChipGroup",
|
|
1600
|
+
"description": "",
|
|
1601
|
+
"tags": {},
|
|
1602
|
+
"props": [
|
|
1603
|
+
{
|
|
1604
|
+
"name": "label",
|
|
1605
|
+
"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.",
|
|
1606
|
+
"type": {
|
|
1607
|
+
"name": "string"
|
|
1608
|
+
},
|
|
1609
|
+
"required": true
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"name": "hideLabel",
|
|
1613
|
+
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
1614
|
+
"type": {
|
|
1615
|
+
"name": "boolean"
|
|
1616
|
+
},
|
|
1617
|
+
"defaultValue": {
|
|
1618
|
+
"func": false,
|
|
1619
|
+
"value": true
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1622
|
+
],
|
|
1623
|
+
"slots": [
|
|
1624
|
+
{
|
|
1625
|
+
"name": "label",
|
|
1626
|
+
"description": "Override CdrChip label content with a custom element"
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"name": "default",
|
|
1630
|
+
"description": "CdrChipGroup content (CdrChip components)"
|
|
1631
|
+
}
|
|
1632
|
+
],
|
|
1633
|
+
"sourceFiles": [
|
|
1634
|
+
"./src/components/chip/CdrChipGroup.vue"
|
|
1635
|
+
]
|
|
1636
|
+
},
|
|
1637
|
+
"CdrChip": {
|
|
1638
|
+
"name": "CdrChip",
|
|
1639
|
+
"description": "Allows people to make selections, filter content, or trigger actions",
|
|
1640
|
+
"tags": {},
|
|
1641
|
+
"exportName": "default",
|
|
1642
|
+
"displayName": "CdrChip",
|
|
1643
|
+
"slots": [
|
|
1644
|
+
{
|
|
1645
|
+
"name": "icon-left",
|
|
1605
1646
|
"description": "Icon to the left of the content"
|
|
1606
1647
|
},
|
|
1607
1648
|
{
|
|
@@ -1724,47 +1765,6 @@
|
|
|
1724
1765
|
}
|
|
1725
1766
|
]
|
|
1726
1767
|
},
|
|
1727
|
-
"CdrChipGroup": {
|
|
1728
|
-
"name": "CdrChipGroup",
|
|
1729
|
-
"exportName": "default",
|
|
1730
|
-
"displayName": "CdrChipGroup",
|
|
1731
|
-
"description": "",
|
|
1732
|
-
"tags": {},
|
|
1733
|
-
"props": [
|
|
1734
|
-
{
|
|
1735
|
-
"name": "label",
|
|
1736
|
-
"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.",
|
|
1737
|
-
"type": {
|
|
1738
|
-
"name": "string"
|
|
1739
|
-
},
|
|
1740
|
-
"required": true
|
|
1741
|
-
},
|
|
1742
|
-
{
|
|
1743
|
-
"name": "hideLabel",
|
|
1744
|
-
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
1745
|
-
"type": {
|
|
1746
|
-
"name": "boolean"
|
|
1747
|
-
},
|
|
1748
|
-
"defaultValue": {
|
|
1749
|
-
"func": false,
|
|
1750
|
-
"value": true
|
|
1751
|
-
}
|
|
1752
|
-
}
|
|
1753
|
-
],
|
|
1754
|
-
"slots": [
|
|
1755
|
-
{
|
|
1756
|
-
"name": "label",
|
|
1757
|
-
"description": "Override CdrChip label content with a custom element"
|
|
1758
|
-
},
|
|
1759
|
-
{
|
|
1760
|
-
"name": "default",
|
|
1761
|
-
"description": "CdrChipGroup content (CdrChip components)"
|
|
1762
|
-
}
|
|
1763
|
-
],
|
|
1764
|
-
"sourceFiles": [
|
|
1765
|
-
"./src/components/chip/CdrChipGroup.vue"
|
|
1766
|
-
]
|
|
1767
|
-
},
|
|
1768
1768
|
"CdrContainer": {
|
|
1769
1769
|
"name": "CdrContainer",
|
|
1770
1770
|
"description": "Provides base margins and responsive layout logic for pages",
|
|
@@ -1974,6 +1974,60 @@
|
|
|
1974
1974
|
}
|
|
1975
1975
|
]
|
|
1976
1976
|
},
|
|
1977
|
+
"CdrGrid": {
|
|
1978
|
+
"name": "CdrGrid",
|
|
1979
|
+
"description": "Simple wrapper for working with CSS grid",
|
|
1980
|
+
"tags": {},
|
|
1981
|
+
"exportName": "default",
|
|
1982
|
+
"displayName": "CdrGrid",
|
|
1983
|
+
"props": [
|
|
1984
|
+
{
|
|
1985
|
+
"name": "gutter",
|
|
1986
|
+
"description": "Defines gutter size. Also accepts responsive values with `@breakpoint`: \"none@md\"",
|
|
1987
|
+
"tags": {
|
|
1988
|
+
"demoSelectMultiple": [
|
|
1989
|
+
{
|
|
1990
|
+
"description": "false",
|
|
1991
|
+
"title": "demoSelectMultiple"
|
|
1992
|
+
}
|
|
1993
|
+
]
|
|
1994
|
+
},
|
|
1995
|
+
"values": [
|
|
1996
|
+
"none",
|
|
1997
|
+
"small",
|
|
1998
|
+
"medium",
|
|
1999
|
+
"large"
|
|
2000
|
+
],
|
|
2001
|
+
"type": {
|
|
2002
|
+
"name": "string"
|
|
2003
|
+
},
|
|
2004
|
+
"defaultValue": {
|
|
2005
|
+
"func": false,
|
|
2006
|
+
"value": "'medium@xs medium@sm large@md large@lg'"
|
|
2007
|
+
}
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
"name": "tag",
|
|
2011
|
+
"description": "Sets the HTML tag for the grid element",
|
|
2012
|
+
"type": {
|
|
2013
|
+
"name": "string"
|
|
2014
|
+
},
|
|
2015
|
+
"defaultValue": {
|
|
2016
|
+
"func": false,
|
|
2017
|
+
"value": "'div'"
|
|
2018
|
+
}
|
|
2019
|
+
}
|
|
2020
|
+
],
|
|
2021
|
+
"slots": [
|
|
2022
|
+
{
|
|
2023
|
+
"name": "default",
|
|
2024
|
+
"description": "CdrGrid content (grid child elements)"
|
|
2025
|
+
}
|
|
2026
|
+
],
|
|
2027
|
+
"sourceFiles": [
|
|
2028
|
+
"./src/components/grid/CdrGrid.vue"
|
|
2029
|
+
]
|
|
2030
|
+
},
|
|
1977
2031
|
"CdrIcon": {
|
|
1978
2032
|
"name": "CdrIcon",
|
|
1979
2033
|
"description": "Communicates meaning through graphics representing simple and complex ideas",
|
|
@@ -2173,60 +2227,6 @@
|
|
|
2173
2227
|
"./src/components/image/CdrImg.vue"
|
|
2174
2228
|
]
|
|
2175
2229
|
},
|
|
2176
|
-
"CdrGrid": {
|
|
2177
|
-
"name": "CdrGrid",
|
|
2178
|
-
"description": "Simple wrapper for working with CSS grid",
|
|
2179
|
-
"tags": {},
|
|
2180
|
-
"exportName": "default",
|
|
2181
|
-
"displayName": "CdrGrid",
|
|
2182
|
-
"props": [
|
|
2183
|
-
{
|
|
2184
|
-
"name": "gutter",
|
|
2185
|
-
"description": "Defines gutter size. Also accepts responsive values with `@breakpoint`: \"none@md\"",
|
|
2186
|
-
"tags": {
|
|
2187
|
-
"demoSelectMultiple": [
|
|
2188
|
-
{
|
|
2189
|
-
"description": "false",
|
|
2190
|
-
"title": "demoSelectMultiple"
|
|
2191
|
-
}
|
|
2192
|
-
]
|
|
2193
|
-
},
|
|
2194
|
-
"values": [
|
|
2195
|
-
"none",
|
|
2196
|
-
"small",
|
|
2197
|
-
"medium",
|
|
2198
|
-
"large"
|
|
2199
|
-
],
|
|
2200
|
-
"type": {
|
|
2201
|
-
"name": "string"
|
|
2202
|
-
},
|
|
2203
|
-
"defaultValue": {
|
|
2204
|
-
"func": false,
|
|
2205
|
-
"value": "'medium@xs medium@sm large@md large@lg'"
|
|
2206
|
-
}
|
|
2207
|
-
},
|
|
2208
|
-
{
|
|
2209
|
-
"name": "tag",
|
|
2210
|
-
"description": "Sets the HTML tag for the grid element",
|
|
2211
|
-
"type": {
|
|
2212
|
-
"name": "string"
|
|
2213
|
-
},
|
|
2214
|
-
"defaultValue": {
|
|
2215
|
-
"func": false,
|
|
2216
|
-
"value": "'div'"
|
|
2217
|
-
}
|
|
2218
|
-
}
|
|
2219
|
-
],
|
|
2220
|
-
"slots": [
|
|
2221
|
-
{
|
|
2222
|
-
"name": "default",
|
|
2223
|
-
"description": "CdrGrid content (grid child elements)"
|
|
2224
|
-
}
|
|
2225
|
-
],
|
|
2226
|
-
"sourceFiles": [
|
|
2227
|
-
"./src/components/grid/CdrGrid.vue"
|
|
2228
|
-
]
|
|
2229
|
-
},
|
|
2230
2230
|
"CdrInput": {
|
|
2231
2231
|
"name": "CdrInput",
|
|
2232
2232
|
"description": "Allows for data entry, editing, and search",
|
|
@@ -2661,31 +2661,112 @@
|
|
|
2661
2661
|
}
|
|
2662
2662
|
]
|
|
2663
2663
|
},
|
|
2664
|
-
"
|
|
2665
|
-
"name": "
|
|
2666
|
-
"
|
|
2667
|
-
"displayName": "CdrLabelWrapper",
|
|
2668
|
-
"description": "",
|
|
2664
|
+
"CdrList": {
|
|
2665
|
+
"name": "CdrList",
|
|
2666
|
+
"description": "Groups related content items together either vertically or horizontally",
|
|
2669
2667
|
"tags": {},
|
|
2668
|
+
"exportName": "default",
|
|
2669
|
+
"displayName": "CdrList",
|
|
2670
2670
|
"props": [
|
|
2671
2671
|
{
|
|
2672
|
-
"name": "
|
|
2672
|
+
"name": "tag",
|
|
2673
|
+
"description": "Sets list type and HTML element as \"unordered\" or \"ordered\"",
|
|
2674
|
+
"tags": {},
|
|
2675
|
+
"values": [
|
|
2676
|
+
"ul",
|
|
2677
|
+
"ol"
|
|
2678
|
+
],
|
|
2673
2679
|
"type": {
|
|
2674
2680
|
"name": "string"
|
|
2681
|
+
},
|
|
2682
|
+
"defaultValue": {
|
|
2683
|
+
"func": false,
|
|
2684
|
+
"value": "'ul'"
|
|
2675
2685
|
}
|
|
2676
2686
|
},
|
|
2677
2687
|
{
|
|
2678
|
-
"name": "
|
|
2688
|
+
"name": "modifier",
|
|
2689
|
+
"description": "Modifies the style variant for this component",
|
|
2690
|
+
"tags": {
|
|
2691
|
+
"demoSelectMultiple": [
|
|
2692
|
+
{
|
|
2693
|
+
"description": "true",
|
|
2694
|
+
"title": "demoSelectMultiple"
|
|
2695
|
+
}
|
|
2696
|
+
]
|
|
2697
|
+
},
|
|
2698
|
+
"values": [
|
|
2699
|
+
"ordered",
|
|
2700
|
+
"unordered",
|
|
2701
|
+
"compact",
|
|
2702
|
+
"inline"
|
|
2703
|
+
],
|
|
2679
2704
|
"type": {
|
|
2680
2705
|
"name": "string"
|
|
2706
|
+
},
|
|
2707
|
+
"defaultValue": {
|
|
2708
|
+
"func": false,
|
|
2709
|
+
"value": "''"
|
|
2681
2710
|
}
|
|
2682
|
-
}
|
|
2711
|
+
}
|
|
2712
|
+
],
|
|
2713
|
+
"slots": [
|
|
2683
2714
|
{
|
|
2684
|
-
"name": "
|
|
2685
|
-
"
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2715
|
+
"name": "default",
|
|
2716
|
+
"description": "CdrList content (list-items)"
|
|
2717
|
+
}
|
|
2718
|
+
],
|
|
2719
|
+
"sourceFiles": [
|
|
2720
|
+
"./src/components/list/CdrList.vue"
|
|
2721
|
+
],
|
|
2722
|
+
"UIProperties": [
|
|
2723
|
+
{
|
|
2724
|
+
"name": "--cdr-list-inline-text-color",
|
|
2725
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
2726
|
+
"description": "Color of the unordered inline list item prefix"
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"name": "--cdr-list-ordered-nested-prefix-color",
|
|
2730
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
2731
|
+
"description": "Color of the nested ordered cdr-list item prefix"
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"name": "--cdr-list-unordered-prefix-color",
|
|
2735
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
2736
|
+
"description": "Color of the unordered cdr-list item prefix"
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
"name": "--cdr-list-unordered-nested-prefix-color",
|
|
2740
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
2741
|
+
"description": "Color of the nested unordered cdr-list item prefix"
|
|
2742
|
+
}
|
|
2743
|
+
]
|
|
2744
|
+
},
|
|
2745
|
+
"CdrLabelWrapper": {
|
|
2746
|
+
"name": "CdrLabelWrapper",
|
|
2747
|
+
"exportName": "default",
|
|
2748
|
+
"displayName": "CdrLabelWrapper",
|
|
2749
|
+
"description": "",
|
|
2750
|
+
"tags": {},
|
|
2751
|
+
"props": [
|
|
2752
|
+
{
|
|
2753
|
+
"name": "labelClass",
|
|
2754
|
+
"type": {
|
|
2755
|
+
"name": "string"
|
|
2756
|
+
}
|
|
2757
|
+
},
|
|
2758
|
+
{
|
|
2759
|
+
"name": "contentClass",
|
|
2760
|
+
"type": {
|
|
2761
|
+
"name": "string"
|
|
2762
|
+
}
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"name": "background",
|
|
2766
|
+
"type": {
|
|
2767
|
+
"name": "backgroundProps"
|
|
2768
|
+
}
|
|
2769
|
+
},
|
|
2689
2770
|
{
|
|
2690
2771
|
"name": "disabled",
|
|
2691
2772
|
"type": {
|
|
@@ -2792,208 +2873,6 @@
|
|
|
2792
2873
|
}
|
|
2793
2874
|
]
|
|
2794
2875
|
},
|
|
2795
|
-
"CdrLink": {
|
|
2796
|
-
"name": "CdrLink",
|
|
2797
|
-
"description": "Clickable text elements used for navigating to other pages or sections",
|
|
2798
|
-
"tags": {},
|
|
2799
|
-
"exportName": "default",
|
|
2800
|
-
"displayName": "CdrLink",
|
|
2801
|
-
"props": [
|
|
2802
|
-
{
|
|
2803
|
-
"name": "tag",
|
|
2804
|
-
"description": "Sets valid HTML element tag",
|
|
2805
|
-
"tags": {},
|
|
2806
|
-
"values": [
|
|
2807
|
-
"a",
|
|
2808
|
-
"button"
|
|
2809
|
-
],
|
|
2810
|
-
"type": {
|
|
2811
|
-
"name": "string"
|
|
2812
|
-
},
|
|
2813
|
-
"defaultValue": {
|
|
2814
|
-
"func": false,
|
|
2815
|
-
"value": "'a'"
|
|
2816
|
-
}
|
|
2817
|
-
},
|
|
2818
|
-
{
|
|
2819
|
-
"name": "href",
|
|
2820
|
-
"description": "Sets value for anchors href property. Requires tag prop value to be `a`.",
|
|
2821
|
-
"type": {
|
|
2822
|
-
"name": "string"
|
|
2823
|
-
},
|
|
2824
|
-
"defaultValue": {
|
|
2825
|
-
"func": false,
|
|
2826
|
-
"value": "'#'"
|
|
2827
|
-
}
|
|
2828
|
-
},
|
|
2829
|
-
{
|
|
2830
|
-
"name": "inheritColor",
|
|
2831
|
-
"description": "Sets color and fill",
|
|
2832
|
-
"type": {
|
|
2833
|
-
"name": "boolean"
|
|
2834
|
-
},
|
|
2835
|
-
"defaultValue": {
|
|
2836
|
-
"func": false,
|
|
2837
|
-
"value": false
|
|
2838
|
-
}
|
|
2839
|
-
},
|
|
2840
|
-
{
|
|
2841
|
-
"name": "modifier",
|
|
2842
|
-
"description": "Modifies the style variant for this component.",
|
|
2843
|
-
"tags": {},
|
|
2844
|
-
"values": [
|
|
2845
|
-
"standalone"
|
|
2846
|
-
],
|
|
2847
|
-
"type": {
|
|
2848
|
-
"name": "string"
|
|
2849
|
-
},
|
|
2850
|
-
"defaultValue": {
|
|
2851
|
-
"func": false,
|
|
2852
|
-
"value": "''"
|
|
2853
|
-
}
|
|
2854
|
-
},
|
|
2855
|
-
{
|
|
2856
|
-
"name": "target",
|
|
2857
|
-
"tags": {
|
|
2858
|
-
"ignore": [
|
|
2859
|
-
{
|
|
2860
|
-
"description": true,
|
|
2861
|
-
"title": "ignore"
|
|
2862
|
-
}
|
|
2863
|
-
]
|
|
2864
|
-
},
|
|
2865
|
-
"type": {
|
|
2866
|
-
"name": "string"
|
|
2867
|
-
}
|
|
2868
|
-
},
|
|
2869
|
-
{
|
|
2870
|
-
"name": "rel",
|
|
2871
|
-
"tags": {
|
|
2872
|
-
"ignore": [
|
|
2873
|
-
{
|
|
2874
|
-
"description": true,
|
|
2875
|
-
"title": "ignore"
|
|
2876
|
-
}
|
|
2877
|
-
]
|
|
2878
|
-
},
|
|
2879
|
-
"type": {
|
|
2880
|
-
"name": "string"
|
|
2881
|
-
}
|
|
2882
|
-
}
|
|
2883
|
-
],
|
|
2884
|
-
"slots": [
|
|
2885
|
-
{
|
|
2886
|
-
"name": "default",
|
|
2887
|
-
"description": "Readable text of the link"
|
|
2888
|
-
}
|
|
2889
|
-
],
|
|
2890
|
-
"sourceFiles": [
|
|
2891
|
-
"./src/components/link/CdrLink.vue"
|
|
2892
|
-
],
|
|
2893
|
-
"UIProperties": [
|
|
2894
|
-
{
|
|
2895
|
-
"name": "--cdr-link-text-color",
|
|
2896
|
-
"defaultValue": "--cdr-color-text-link-rest",
|
|
2897
|
-
"description": "Color of the link text"
|
|
2898
|
-
},
|
|
2899
|
-
{
|
|
2900
|
-
"name": "--cdr-link-fill-color",
|
|
2901
|
-
"defaultValue": "--cdr-color-text-link-rest",
|
|
2902
|
-
"description": "Color of the link fill"
|
|
2903
|
-
},
|
|
2904
|
-
{
|
|
2905
|
-
"name": "--cdr-link-active-text-color-active",
|
|
2906
|
-
"defaultValue": "--cdr-color-text-link-active",
|
|
2907
|
-
"description": "Color of the link text when active or focused"
|
|
2908
|
-
},
|
|
2909
|
-
{
|
|
2910
|
-
"name": "--cdr-link-text-color-hover",
|
|
2911
|
-
"defaultValue": "--cdr-color-text-link-hover",
|
|
2912
|
-
"description": "Color of the link text when hovered"
|
|
2913
|
-
}
|
|
2914
|
-
]
|
|
2915
|
-
},
|
|
2916
|
-
"CdrList": {
|
|
2917
|
-
"name": "CdrList",
|
|
2918
|
-
"description": "Groups related content items together either vertically or horizontally",
|
|
2919
|
-
"tags": {},
|
|
2920
|
-
"exportName": "default",
|
|
2921
|
-
"displayName": "CdrList",
|
|
2922
|
-
"props": [
|
|
2923
|
-
{
|
|
2924
|
-
"name": "tag",
|
|
2925
|
-
"description": "Sets list type and HTML element as \"unordered\" or \"ordered\"",
|
|
2926
|
-
"tags": {},
|
|
2927
|
-
"values": [
|
|
2928
|
-
"ul",
|
|
2929
|
-
"ol"
|
|
2930
|
-
],
|
|
2931
|
-
"type": {
|
|
2932
|
-
"name": "string"
|
|
2933
|
-
},
|
|
2934
|
-
"defaultValue": {
|
|
2935
|
-
"func": false,
|
|
2936
|
-
"value": "'ul'"
|
|
2937
|
-
}
|
|
2938
|
-
},
|
|
2939
|
-
{
|
|
2940
|
-
"name": "modifier",
|
|
2941
|
-
"description": "Modifies the style variant for this component",
|
|
2942
|
-
"tags": {
|
|
2943
|
-
"demoSelectMultiple": [
|
|
2944
|
-
{
|
|
2945
|
-
"description": "true",
|
|
2946
|
-
"title": "demoSelectMultiple"
|
|
2947
|
-
}
|
|
2948
|
-
]
|
|
2949
|
-
},
|
|
2950
|
-
"values": [
|
|
2951
|
-
"ordered",
|
|
2952
|
-
"unordered",
|
|
2953
|
-
"compact",
|
|
2954
|
-
"inline"
|
|
2955
|
-
],
|
|
2956
|
-
"type": {
|
|
2957
|
-
"name": "string"
|
|
2958
|
-
},
|
|
2959
|
-
"defaultValue": {
|
|
2960
|
-
"func": false,
|
|
2961
|
-
"value": "''"
|
|
2962
|
-
}
|
|
2963
|
-
}
|
|
2964
|
-
],
|
|
2965
|
-
"slots": [
|
|
2966
|
-
{
|
|
2967
|
-
"name": "default",
|
|
2968
|
-
"description": "CdrList content (list-items)"
|
|
2969
|
-
}
|
|
2970
|
-
],
|
|
2971
|
-
"sourceFiles": [
|
|
2972
|
-
"./src/components/list/CdrList.vue"
|
|
2973
|
-
],
|
|
2974
|
-
"UIProperties": [
|
|
2975
|
-
{
|
|
2976
|
-
"name": "--cdr-list-inline-text-color",
|
|
2977
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
2978
|
-
"description": "Color of the unordered inline list item prefix"
|
|
2979
|
-
},
|
|
2980
|
-
{
|
|
2981
|
-
"name": "--cdr-list-ordered-nested-prefix-color",
|
|
2982
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
2983
|
-
"description": "Color of the nested ordered cdr-list item prefix"
|
|
2984
|
-
},
|
|
2985
|
-
{
|
|
2986
|
-
"name": "--cdr-list-unordered-prefix-color",
|
|
2987
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
2988
|
-
"description": "Color of the unordered cdr-list item prefix"
|
|
2989
|
-
},
|
|
2990
|
-
{
|
|
2991
|
-
"name": "--cdr-list-unordered-nested-prefix-color",
|
|
2992
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
2993
|
-
"description": "Color of the nested unordered cdr-list item prefix"
|
|
2994
|
-
}
|
|
2995
|
-
]
|
|
2996
|
-
},
|
|
2997
2876
|
"CdrModal": {
|
|
2998
2877
|
"name": "CdrModal",
|
|
2999
2878
|
"description": "Disruptive, action-blocking overlays used to display important information",
|
|
@@ -3146,156 +3025,124 @@
|
|
|
3146
3025
|
}
|
|
3147
3026
|
]
|
|
3148
3027
|
},
|
|
3149
|
-
"
|
|
3150
|
-
"name": "
|
|
3151
|
-
"description": "
|
|
3028
|
+
"CdrLink": {
|
|
3029
|
+
"name": "CdrLink",
|
|
3030
|
+
"description": "Clickable text elements used for navigating to other pages or sections",
|
|
3152
3031
|
"tags": {},
|
|
3153
3032
|
"exportName": "default",
|
|
3154
|
-
"displayName": "
|
|
3033
|
+
"displayName": "CdrLink",
|
|
3155
3034
|
"props": [
|
|
3156
3035
|
{
|
|
3157
|
-
"name": "
|
|
3158
|
-
"description": "
|
|
3159
|
-
"tags": {
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
}
|
|
3165
|
-
]
|
|
3166
|
-
},
|
|
3036
|
+
"name": "tag",
|
|
3037
|
+
"description": "Sets valid HTML element tag",
|
|
3038
|
+
"tags": {},
|
|
3039
|
+
"values": [
|
|
3040
|
+
"a",
|
|
3041
|
+
"button"
|
|
3042
|
+
],
|
|
3167
3043
|
"type": {
|
|
3168
3044
|
"name": "string"
|
|
3045
|
+
},
|
|
3046
|
+
"defaultValue": {
|
|
3047
|
+
"func": false,
|
|
3048
|
+
"value": "'a'"
|
|
3169
3049
|
}
|
|
3170
3050
|
},
|
|
3171
3051
|
{
|
|
3172
|
-
"name": "
|
|
3173
|
-
"description": "Sets
|
|
3052
|
+
"name": "href",
|
|
3053
|
+
"description": "Sets value for anchors href property. Requires tag prop value to be `a`.",
|
|
3174
3054
|
"type": {
|
|
3175
|
-
"name": "
|
|
3055
|
+
"name": "string"
|
|
3176
3056
|
},
|
|
3177
3057
|
"defaultValue": {
|
|
3178
3058
|
"func": false,
|
|
3179
|
-
"value": "
|
|
3059
|
+
"value": "'#'"
|
|
3180
3060
|
}
|
|
3181
3061
|
},
|
|
3182
3062
|
{
|
|
3183
|
-
"name": "
|
|
3184
|
-
"description": "
|
|
3063
|
+
"name": "inheritColor",
|
|
3064
|
+
"description": "Sets color and fill",
|
|
3185
3065
|
"type": {
|
|
3186
|
-
"name": "
|
|
3066
|
+
"name": "boolean"
|
|
3187
3067
|
},
|
|
3188
|
-
"
|
|
3068
|
+
"defaultValue": {
|
|
3069
|
+
"func": false,
|
|
3070
|
+
"value": false
|
|
3071
|
+
}
|
|
3189
3072
|
},
|
|
3190
3073
|
{
|
|
3191
|
-
"name": "
|
|
3192
|
-
"description": "
|
|
3074
|
+
"name": "modifier",
|
|
3075
|
+
"description": "Modifies the style variant for this component.",
|
|
3193
3076
|
"tags": {},
|
|
3194
3077
|
"values": [
|
|
3195
|
-
"
|
|
3196
|
-
"button"
|
|
3078
|
+
"standalone"
|
|
3197
3079
|
],
|
|
3198
3080
|
"type": {
|
|
3199
3081
|
"name": "string"
|
|
3200
3082
|
},
|
|
3201
3083
|
"defaultValue": {
|
|
3202
3084
|
"func": false,
|
|
3203
|
-
"value": "'
|
|
3085
|
+
"value": "''"
|
|
3204
3086
|
}
|
|
3205
3087
|
},
|
|
3206
3088
|
{
|
|
3207
|
-
"name": "
|
|
3208
|
-
"
|
|
3089
|
+
"name": "target",
|
|
3090
|
+
"tags": {
|
|
3091
|
+
"ignore": [
|
|
3092
|
+
{
|
|
3093
|
+
"description": true,
|
|
3094
|
+
"title": "ignore"
|
|
3095
|
+
}
|
|
3096
|
+
]
|
|
3097
|
+
},
|
|
3209
3098
|
"type": {
|
|
3210
3099
|
"name": "string"
|
|
3211
|
-
},
|
|
3212
|
-
"defaultValue": {
|
|
3213
|
-
"func": false,
|
|
3214
|
-
"value": "''"
|
|
3215
3100
|
}
|
|
3216
3101
|
},
|
|
3217
3102
|
{
|
|
3218
|
-
"name": "
|
|
3103
|
+
"name": "rel",
|
|
3219
3104
|
"tags": {
|
|
3220
3105
|
"ignore": [
|
|
3221
3106
|
{
|
|
3222
|
-
"description":
|
|
3107
|
+
"description": true,
|
|
3223
3108
|
"title": "ignore"
|
|
3224
3109
|
}
|
|
3225
3110
|
]
|
|
3226
3111
|
},
|
|
3227
3112
|
"type": {
|
|
3228
|
-
"name": "
|
|
3113
|
+
"name": "string"
|
|
3229
3114
|
}
|
|
3230
3115
|
}
|
|
3231
3116
|
],
|
|
3232
|
-
"
|
|
3233
|
-
{
|
|
3234
|
-
"name": "update:modelValue",
|
|
3235
|
-
"description": "Event emitted by v-model on the select <input> element to indicate current page.\nOnly used on small devices",
|
|
3236
|
-
"properties": [
|
|
3237
|
-
{
|
|
3238
|
-
"type": {
|
|
3239
|
-
"names": [
|
|
3240
|
-
"mixed"
|
|
3241
|
-
]
|
|
3242
|
-
},
|
|
3243
|
-
"name": "modelValue"
|
|
3244
|
-
}
|
|
3245
|
-
],
|
|
3246
|
-
"tags": [
|
|
3247
|
-
{
|
|
3248
|
-
"title": "param",
|
|
3249
|
-
"type": {
|
|
3250
|
-
"name": "mixed"
|
|
3251
|
-
},
|
|
3252
|
-
"name": "modelValue"
|
|
3253
|
-
}
|
|
3254
|
-
]
|
|
3255
|
-
},
|
|
3117
|
+
"slots": [
|
|
3256
3118
|
{
|
|
3257
|
-
"name": "
|
|
3258
|
-
"description": "
|
|
3119
|
+
"name": "default",
|
|
3120
|
+
"description": "Readable text of the link"
|
|
3259
3121
|
}
|
|
3260
3122
|
],
|
|
3261
3123
|
"sourceFiles": [
|
|
3262
|
-
"./src/components/
|
|
3124
|
+
"./src/components/link/CdrLink.vue"
|
|
3263
3125
|
],
|
|
3264
3126
|
"UIProperties": [
|
|
3265
3127
|
{
|
|
3266
|
-
"name": "--cdr-
|
|
3267
|
-
"defaultValue": "--cdr-color-text-
|
|
3268
|
-
"description": "
|
|
3269
|
-
},
|
|
3270
|
-
{
|
|
3271
|
-
"name": "--cdr-pagination-link-fill-color",
|
|
3272
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
3273
|
-
"description": "Fill color of a cdr-pagination link"
|
|
3274
|
-
},
|
|
3275
|
-
{
|
|
3276
|
-
"name": "--cdr-pagination-link-background-color-interaction",
|
|
3277
|
-
"defaultValue": "--cdr-color-background-pagination-hover",
|
|
3278
|
-
"description": "Background color of a cdr-pagination link on hover/focus/active"
|
|
3279
|
-
},
|
|
3280
|
-
{
|
|
3281
|
-
"name": "--cdr-pagination-link-current-background-color-keyline",
|
|
3282
|
-
"defaultValue": "--cdr-color-background-pagination-keyline",
|
|
3283
|
-
"description": "Background color of the keyline for the current cdr-pagination link"
|
|
3128
|
+
"name": "--cdr-link-text-color",
|
|
3129
|
+
"defaultValue": "--cdr-color-text-link-rest",
|
|
3130
|
+
"description": "Color of the link text"
|
|
3284
3131
|
},
|
|
3285
3132
|
{
|
|
3286
|
-
"name": "--cdr-
|
|
3287
|
-
"defaultValue": "--cdr-color-text-
|
|
3288
|
-
"description": "
|
|
3133
|
+
"name": "--cdr-link-fill-color",
|
|
3134
|
+
"defaultValue": "--cdr-color-text-link-rest",
|
|
3135
|
+
"description": "Color of the link fill"
|
|
3289
3136
|
},
|
|
3290
3137
|
{
|
|
3291
|
-
"name": "--cdr-
|
|
3292
|
-
"defaultValue": "--cdr-color-text-
|
|
3293
|
-
"description": "
|
|
3138
|
+
"name": "--cdr-link-active-text-color-active",
|
|
3139
|
+
"defaultValue": "--cdr-color-text-link-active",
|
|
3140
|
+
"description": "Color of the link text when active or focused"
|
|
3294
3141
|
},
|
|
3295
3142
|
{
|
|
3296
|
-
"name": "--cdr-
|
|
3297
|
-
"defaultValue": "--cdr-color-text-
|
|
3298
|
-
"description": "
|
|
3143
|
+
"name": "--cdr-link-text-color-hover",
|
|
3144
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
3145
|
+
"description": "Color of the link text when hovered"
|
|
3299
3146
|
}
|
|
3300
3147
|
]
|
|
3301
3148
|
},
|
|
@@ -3419,85 +3266,309 @@
|
|
|
3419
3266
|
"./src/components/popover/CdrPopover.vue"
|
|
3420
3267
|
]
|
|
3421
3268
|
},
|
|
3422
|
-
"
|
|
3423
|
-
"name": "
|
|
3424
|
-
"description": "
|
|
3269
|
+
"CdrPopup": {
|
|
3270
|
+
"name": "CdrPopup",
|
|
3271
|
+
"description": "An internal helper component used by Popover and Tooltip",
|
|
3425
3272
|
"tags": {},
|
|
3426
3273
|
"exportName": "default",
|
|
3427
|
-
"displayName": "
|
|
3274
|
+
"displayName": "CdrPopup",
|
|
3428
3275
|
"props": [
|
|
3429
3276
|
{
|
|
3430
|
-
"name": "
|
|
3431
|
-
"description": "Adds CSS class to the label for custom styles.",
|
|
3432
|
-
"type": {
|
|
3433
|
-
"name": "string"
|
|
3434
|
-
}
|
|
3435
|
-
},
|
|
3436
|
-
{
|
|
3437
|
-
"name": "inputClass",
|
|
3438
|
-
"description": "Adds CSS class to the input for custom styles.",
|
|
3277
|
+
"name": "opened",
|
|
3439
3278
|
"type": {
|
|
3440
|
-
"name": "
|
|
3279
|
+
"name": "boolean"
|
|
3280
|
+
},
|
|
3281
|
+
"defaultValue": {
|
|
3282
|
+
"func": false,
|
|
3283
|
+
"value": false
|
|
3441
3284
|
}
|
|
3442
3285
|
},
|
|
3443
3286
|
{
|
|
3444
|
-
"name": "
|
|
3445
|
-
"description": "Adds CSS class to the slot wrapper for custom styles.",
|
|
3287
|
+
"name": "position",
|
|
3446
3288
|
"type": {
|
|
3447
3289
|
"name": "string"
|
|
3290
|
+
},
|
|
3291
|
+
"required": false,
|
|
3292
|
+
"defaultValue": {
|
|
3293
|
+
"func": false,
|
|
3294
|
+
"value": "'top'"
|
|
3448
3295
|
}
|
|
3449
3296
|
},
|
|
3450
3297
|
{
|
|
3451
|
-
"name": "
|
|
3452
|
-
"description": "Disables the radio",
|
|
3298
|
+
"name": "autoPosition",
|
|
3453
3299
|
"type": {
|
|
3454
3300
|
"name": "boolean"
|
|
3301
|
+
},
|
|
3302
|
+
"defaultValue": {
|
|
3303
|
+
"func": false,
|
|
3304
|
+
"value": true
|
|
3455
3305
|
}
|
|
3456
3306
|
},
|
|
3457
3307
|
{
|
|
3458
|
-
"name": "
|
|
3459
|
-
"description": "Sets the name of the radio button.",
|
|
3308
|
+
"name": "contentClass",
|
|
3460
3309
|
"type": {
|
|
3461
3310
|
"name": "string"
|
|
3462
|
-
}
|
|
3463
|
-
|
|
3311
|
+
}
|
|
3312
|
+
}
|
|
3313
|
+
],
|
|
3314
|
+
"events": [
|
|
3315
|
+
{
|
|
3316
|
+
"name": "closed"
|
|
3317
|
+
}
|
|
3318
|
+
],
|
|
3319
|
+
"slots": [
|
|
3320
|
+
{
|
|
3321
|
+
"name": "default"
|
|
3322
|
+
}
|
|
3323
|
+
],
|
|
3324
|
+
"sourceFiles": [
|
|
3325
|
+
"./src/components/popup/CdrPopup.vue"
|
|
3326
|
+
],
|
|
3327
|
+
"UIProperties": [
|
|
3328
|
+
{
|
|
3329
|
+
"name": "--cdr-popup-content-background",
|
|
3330
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
3331
|
+
"description": "Background color of cdr-popup content"
|
|
3464
3332
|
},
|
|
3465
3333
|
{
|
|
3466
|
-
"name": "
|
|
3467
|
-
"
|
|
3334
|
+
"name": "--cdr-popup-content-border-color",
|
|
3335
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
3336
|
+
"description": "Border color of cdr-popup content"
|
|
3337
|
+
}
|
|
3338
|
+
]
|
|
3339
|
+
},
|
|
3340
|
+
"CdrPagination": {
|
|
3341
|
+
"name": "CdrPagination",
|
|
3342
|
+
"description": "Allows people to navigate to the next or previous page within an experience",
|
|
3343
|
+
"tags": {},
|
|
3344
|
+
"exportName": "default",
|
|
3345
|
+
"displayName": "CdrPagination",
|
|
3346
|
+
"props": [
|
|
3347
|
+
{
|
|
3348
|
+
"name": "id",
|
|
3349
|
+
"description": "Define a custom slug for the generated pagination item IDs. Slug is randomly generated if no ID provided.",
|
|
3468
3350
|
"tags": {
|
|
3469
|
-
"
|
|
3351
|
+
"demoIgnore": [
|
|
3470
3352
|
{
|
|
3471
3353
|
"description": "true",
|
|
3472
|
-
"title": "
|
|
3354
|
+
"title": "demoIgnore"
|
|
3473
3355
|
}
|
|
3474
3356
|
]
|
|
3475
3357
|
},
|
|
3476
|
-
"values": [
|
|
3477
|
-
"hide-figure"
|
|
3478
|
-
],
|
|
3479
3358
|
"type": {
|
|
3480
3359
|
"name": "string"
|
|
3360
|
+
}
|
|
3361
|
+
},
|
|
3362
|
+
{
|
|
3363
|
+
"name": "totalPages",
|
|
3364
|
+
"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.",
|
|
3365
|
+
"type": {
|
|
3366
|
+
"name": "number"
|
|
3481
3367
|
},
|
|
3482
3368
|
"defaultValue": {
|
|
3483
3369
|
"func": false,
|
|
3484
|
-
"value": "
|
|
3370
|
+
"value": "null"
|
|
3485
3371
|
}
|
|
3486
3372
|
},
|
|
3487
3373
|
{
|
|
3488
|
-
"name": "
|
|
3489
|
-
"description": "
|
|
3490
|
-
"
|
|
3491
|
-
"
|
|
3492
|
-
{
|
|
3493
|
-
"description": "false",
|
|
3494
|
-
"title": "demoSelectMultiple"
|
|
3495
|
-
}
|
|
3496
|
-
]
|
|
3374
|
+
"name": "pages",
|
|
3375
|
+
"description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
|
|
3376
|
+
"type": {
|
|
3377
|
+
"name": "paginationItem[]"
|
|
3497
3378
|
},
|
|
3498
|
-
"
|
|
3499
|
-
|
|
3500
|
-
|
|
3379
|
+
"required": true
|
|
3380
|
+
},
|
|
3381
|
+
{
|
|
3382
|
+
"name": "linkTag",
|
|
3383
|
+
"description": "Sets which tag type is used to render pagination elements",
|
|
3384
|
+
"tags": {},
|
|
3385
|
+
"values": [
|
|
3386
|
+
"a",
|
|
3387
|
+
"button"
|
|
3388
|
+
],
|
|
3389
|
+
"type": {
|
|
3390
|
+
"name": "string"
|
|
3391
|
+
},
|
|
3392
|
+
"defaultValue": {
|
|
3393
|
+
"func": false,
|
|
3394
|
+
"value": "'a'"
|
|
3395
|
+
}
|
|
3396
|
+
},
|
|
3397
|
+
{
|
|
3398
|
+
"name": "forLabel",
|
|
3399
|
+
"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`",
|
|
3400
|
+
"type": {
|
|
3401
|
+
"name": "string"
|
|
3402
|
+
},
|
|
3403
|
+
"defaultValue": {
|
|
3404
|
+
"func": false,
|
|
3405
|
+
"value": "''"
|
|
3406
|
+
}
|
|
3407
|
+
},
|
|
3408
|
+
{
|
|
3409
|
+
"name": "modelValue",
|
|
3410
|
+
"tags": {
|
|
3411
|
+
"ignore": [
|
|
3412
|
+
{
|
|
3413
|
+
"description": "used for binding v-model, represents the current page",
|
|
3414
|
+
"title": "ignore"
|
|
3415
|
+
}
|
|
3416
|
+
]
|
|
3417
|
+
},
|
|
3418
|
+
"type": {
|
|
3419
|
+
"name": "number"
|
|
3420
|
+
}
|
|
3421
|
+
}
|
|
3422
|
+
],
|
|
3423
|
+
"events": [
|
|
3424
|
+
{
|
|
3425
|
+
"name": "update:modelValue",
|
|
3426
|
+
"description": "Event emitted by v-model on the select <input> element to indicate current page.\nOnly used on small devices",
|
|
3427
|
+
"properties": [
|
|
3428
|
+
{
|
|
3429
|
+
"type": {
|
|
3430
|
+
"names": [
|
|
3431
|
+
"mixed"
|
|
3432
|
+
]
|
|
3433
|
+
},
|
|
3434
|
+
"name": "modelValue"
|
|
3435
|
+
}
|
|
3436
|
+
],
|
|
3437
|
+
"tags": [
|
|
3438
|
+
{
|
|
3439
|
+
"title": "param",
|
|
3440
|
+
"type": {
|
|
3441
|
+
"name": "mixed"
|
|
3442
|
+
},
|
|
3443
|
+
"name": "modelValue"
|
|
3444
|
+
}
|
|
3445
|
+
]
|
|
3446
|
+
},
|
|
3447
|
+
{
|
|
3448
|
+
"name": "navigate",
|
|
3449
|
+
"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."
|
|
3450
|
+
}
|
|
3451
|
+
],
|
|
3452
|
+
"sourceFiles": [
|
|
3453
|
+
"./src/components/pagination/CdrPagination.vue"
|
|
3454
|
+
],
|
|
3455
|
+
"UIProperties": [
|
|
3456
|
+
{
|
|
3457
|
+
"name": "--cdr-pagination-link-text-color",
|
|
3458
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
3459
|
+
"description": "Text color of a cdr-pagination link"
|
|
3460
|
+
},
|
|
3461
|
+
{
|
|
3462
|
+
"name": "--cdr-pagination-link-fill-color",
|
|
3463
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
3464
|
+
"description": "Fill color of a cdr-pagination link"
|
|
3465
|
+
},
|
|
3466
|
+
{
|
|
3467
|
+
"name": "--cdr-pagination-link-background-color-interaction",
|
|
3468
|
+
"defaultValue": "--cdr-color-background-pagination-hover",
|
|
3469
|
+
"description": "Background color of a cdr-pagination link on hover/focus/active"
|
|
3470
|
+
},
|
|
3471
|
+
{
|
|
3472
|
+
"name": "--cdr-pagination-link-current-background-color-keyline",
|
|
3473
|
+
"defaultValue": "--cdr-color-background-pagination-keyline",
|
|
3474
|
+
"description": "Background color of the keyline for the current cdr-pagination link"
|
|
3475
|
+
},
|
|
3476
|
+
{
|
|
3477
|
+
"name": "--cdr-pagination-link-text-color-disabled",
|
|
3478
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
3479
|
+
"description": "Text color of a disabled cdr-pagination link"
|
|
3480
|
+
},
|
|
3481
|
+
{
|
|
3482
|
+
"name": "--cdr-pagination-link-fill-color-disabled",
|
|
3483
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
3484
|
+
"description": "Fill color of a disabled cdr-pagination link"
|
|
3485
|
+
},
|
|
3486
|
+
{
|
|
3487
|
+
"name": "--cdr-pagination-link-text-color-interactive-disabled",
|
|
3488
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
3489
|
+
"description": "Text color of a disabled cdr-pagination link on hover/focus/active"
|
|
3490
|
+
}
|
|
3491
|
+
]
|
|
3492
|
+
},
|
|
3493
|
+
"CdrRadio": {
|
|
3494
|
+
"name": "CdrRadio",
|
|
3495
|
+
"description": "Permits the selection of only one option from a list of two or more",
|
|
3496
|
+
"tags": {},
|
|
3497
|
+
"exportName": "default",
|
|
3498
|
+
"displayName": "CdrRadio",
|
|
3499
|
+
"props": [
|
|
3500
|
+
{
|
|
3501
|
+
"name": "labelClass",
|
|
3502
|
+
"description": "Adds CSS class to the label for custom styles.",
|
|
3503
|
+
"type": {
|
|
3504
|
+
"name": "string"
|
|
3505
|
+
}
|
|
3506
|
+
},
|
|
3507
|
+
{
|
|
3508
|
+
"name": "inputClass",
|
|
3509
|
+
"description": "Adds CSS class to the input for custom styles.",
|
|
3510
|
+
"type": {
|
|
3511
|
+
"name": "string"
|
|
3512
|
+
}
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
"name": "contentClass",
|
|
3516
|
+
"description": "Adds CSS class to the slot wrapper for custom styles.",
|
|
3517
|
+
"type": {
|
|
3518
|
+
"name": "string"
|
|
3519
|
+
}
|
|
3520
|
+
},
|
|
3521
|
+
{
|
|
3522
|
+
"name": "disabled",
|
|
3523
|
+
"description": "Disables the radio",
|
|
3524
|
+
"type": {
|
|
3525
|
+
"name": "boolean"
|
|
3526
|
+
}
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"name": "name",
|
|
3530
|
+
"description": "Sets the name of the radio button.",
|
|
3531
|
+
"type": {
|
|
3532
|
+
"name": "string"
|
|
3533
|
+
},
|
|
3534
|
+
"required": true
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"name": "modifier",
|
|
3538
|
+
"description": "Modifies the style variants for this component",
|
|
3539
|
+
"tags": {
|
|
3540
|
+
"demoSelectMultiple": [
|
|
3541
|
+
{
|
|
3542
|
+
"description": "true",
|
|
3543
|
+
"title": "demoSelectMultiple"
|
|
3544
|
+
}
|
|
3545
|
+
]
|
|
3546
|
+
},
|
|
3547
|
+
"values": [
|
|
3548
|
+
"hide-figure"
|
|
3549
|
+
],
|
|
3550
|
+
"type": {
|
|
3551
|
+
"name": "string"
|
|
3552
|
+
},
|
|
3553
|
+
"defaultValue": {
|
|
3554
|
+
"func": false,
|
|
3555
|
+
"value": "''"
|
|
3556
|
+
}
|
|
3557
|
+
},
|
|
3558
|
+
{
|
|
3559
|
+
"name": "size",
|
|
3560
|
+
"description": "Sets the radio size; values can target responsive breakpoints. Example `small@lg`",
|
|
3561
|
+
"tags": {
|
|
3562
|
+
"demoSelectMultiple": [
|
|
3563
|
+
{
|
|
3564
|
+
"description": "false",
|
|
3565
|
+
"title": "demoSelectMultiple"
|
|
3566
|
+
}
|
|
3567
|
+
]
|
|
3568
|
+
},
|
|
3569
|
+
"values": [
|
|
3570
|
+
"small",
|
|
3571
|
+
"medium",
|
|
3501
3572
|
"large"
|
|
3502
3573
|
],
|
|
3503
3574
|
"type": {
|
|
@@ -3659,146 +3730,75 @@
|
|
|
3659
3730
|
}
|
|
3660
3731
|
]
|
|
3661
3732
|
},
|
|
3662
|
-
"
|
|
3663
|
-
"name": "
|
|
3664
|
-
"description": "
|
|
3733
|
+
"CdrQuote": {
|
|
3734
|
+
"name": "CdrQuote",
|
|
3735
|
+
"description": "Short excerpt used to emphasize content or break up a large body of text",
|
|
3665
3736
|
"tags": {},
|
|
3666
3737
|
"exportName": "default",
|
|
3667
|
-
"displayName": "
|
|
3738
|
+
"displayName": "CdrQuote",
|
|
3668
3739
|
"props": [
|
|
3669
3740
|
{
|
|
3670
|
-
"name": "
|
|
3741
|
+
"name": "tag",
|
|
3742
|
+
"description": "Sets the semantic HTML element for the quote.",
|
|
3743
|
+
"tags": {},
|
|
3744
|
+
"values": [
|
|
3745
|
+
"blockquote",
|
|
3746
|
+
"aside",
|
|
3747
|
+
"q",
|
|
3748
|
+
"div"
|
|
3749
|
+
],
|
|
3671
3750
|
"type": {
|
|
3672
|
-
"name": "
|
|
3751
|
+
"name": "string"
|
|
3673
3752
|
},
|
|
3674
3753
|
"defaultValue": {
|
|
3675
3754
|
"func": false,
|
|
3676
|
-
"value":
|
|
3755
|
+
"value": "'blockquote'"
|
|
3677
3756
|
}
|
|
3678
3757
|
},
|
|
3679
3758
|
{
|
|
3680
|
-
"name": "
|
|
3759
|
+
"name": "modifier",
|
|
3760
|
+
"description": "Modifies the style variant for the quote",
|
|
3761
|
+
"tags": {
|
|
3762
|
+
"demoSelectMultiple": [
|
|
3763
|
+
{
|
|
3764
|
+
"description": "true",
|
|
3765
|
+
"title": "demoSelectMultiple"
|
|
3766
|
+
}
|
|
3767
|
+
]
|
|
3768
|
+
},
|
|
3769
|
+
"values": [
|
|
3770
|
+
"pull"
|
|
3771
|
+
],
|
|
3681
3772
|
"type": {
|
|
3682
3773
|
"name": "string"
|
|
3683
3774
|
},
|
|
3684
|
-
"required": false,
|
|
3685
3775
|
"defaultValue": {
|
|
3686
3776
|
"func": false,
|
|
3687
|
-
"value": "'
|
|
3777
|
+
"value": "''"
|
|
3688
3778
|
}
|
|
3689
3779
|
},
|
|
3690
3780
|
{
|
|
3691
|
-
"name": "
|
|
3781
|
+
"name": "summary",
|
|
3782
|
+
"description": "Sets the quote body text.",
|
|
3692
3783
|
"type": {
|
|
3693
|
-
"name": "
|
|
3694
|
-
},
|
|
3695
|
-
"defaultValue": {
|
|
3696
|
-
"func": false,
|
|
3697
|
-
"value": true
|
|
3784
|
+
"name": "string"
|
|
3698
3785
|
}
|
|
3699
3786
|
},
|
|
3700
3787
|
{
|
|
3701
|
-
"name": "
|
|
3788
|
+
"name": "citation",
|
|
3789
|
+
"description": "Sets the quote attribution text.",
|
|
3702
3790
|
"type": {
|
|
3703
3791
|
"name": "string"
|
|
3704
3792
|
}
|
|
3705
3793
|
}
|
|
3706
3794
|
],
|
|
3707
|
-
"events": [
|
|
3708
|
-
{
|
|
3709
|
-
"name": "closed"
|
|
3710
|
-
}
|
|
3711
|
-
],
|
|
3712
3795
|
"slots": [
|
|
3713
3796
|
{
|
|
3714
3797
|
"name": "default"
|
|
3715
3798
|
}
|
|
3716
3799
|
],
|
|
3717
3800
|
"sourceFiles": [
|
|
3718
|
-
"./src/components/
|
|
3719
|
-
],
|
|
3720
|
-
"UIProperties": [
|
|
3721
|
-
{
|
|
3722
|
-
"name": "--cdr-popup-content-background",
|
|
3723
|
-
"defaultValue": "--cdr-color-background-primary",
|
|
3724
|
-
"description": "Background color of cdr-popup content"
|
|
3725
|
-
},
|
|
3726
|
-
{
|
|
3727
|
-
"name": "--cdr-popup-content-border-color",
|
|
3728
|
-
"defaultValue": "--cdr-color-border-secondary",
|
|
3729
|
-
"description": "Border color of cdr-popup content"
|
|
3730
|
-
}
|
|
3731
|
-
]
|
|
3732
|
-
},
|
|
3733
|
-
"CdrQuote": {
|
|
3734
|
-
"name": "CdrQuote",
|
|
3735
|
-
"description": "Short excerpt used to emphasize content or break up a large body of text",
|
|
3736
|
-
"tags": {},
|
|
3737
|
-
"exportName": "default",
|
|
3738
|
-
"displayName": "CdrQuote",
|
|
3739
|
-
"props": [
|
|
3740
|
-
{
|
|
3741
|
-
"name": "tag",
|
|
3742
|
-
"description": "Sets the semantic HTML element for the quote.",
|
|
3743
|
-
"tags": {},
|
|
3744
|
-
"values": [
|
|
3745
|
-
"blockquote",
|
|
3746
|
-
"aside",
|
|
3747
|
-
"q",
|
|
3748
|
-
"div"
|
|
3749
|
-
],
|
|
3750
|
-
"type": {
|
|
3751
|
-
"name": "string"
|
|
3752
|
-
},
|
|
3753
|
-
"defaultValue": {
|
|
3754
|
-
"func": false,
|
|
3755
|
-
"value": "'blockquote'"
|
|
3756
|
-
}
|
|
3757
|
-
},
|
|
3758
|
-
{
|
|
3759
|
-
"name": "modifier",
|
|
3760
|
-
"description": "Modifies the style variant for the quote",
|
|
3761
|
-
"tags": {
|
|
3762
|
-
"demoSelectMultiple": [
|
|
3763
|
-
{
|
|
3764
|
-
"description": "true",
|
|
3765
|
-
"title": "demoSelectMultiple"
|
|
3766
|
-
}
|
|
3767
|
-
]
|
|
3768
|
-
},
|
|
3769
|
-
"values": [
|
|
3770
|
-
"pull"
|
|
3771
|
-
],
|
|
3772
|
-
"type": {
|
|
3773
|
-
"name": "string"
|
|
3774
|
-
},
|
|
3775
|
-
"defaultValue": {
|
|
3776
|
-
"func": false,
|
|
3777
|
-
"value": "''"
|
|
3778
|
-
}
|
|
3779
|
-
},
|
|
3780
|
-
{
|
|
3781
|
-
"name": "summary",
|
|
3782
|
-
"description": "Sets the quote body text.",
|
|
3783
|
-
"type": {
|
|
3784
|
-
"name": "string"
|
|
3785
|
-
}
|
|
3786
|
-
},
|
|
3787
|
-
{
|
|
3788
|
-
"name": "citation",
|
|
3789
|
-
"description": "Sets the quote attribution text.",
|
|
3790
|
-
"type": {
|
|
3791
|
-
"name": "string"
|
|
3792
|
-
}
|
|
3793
|
-
}
|
|
3794
|
-
],
|
|
3795
|
-
"slots": [
|
|
3796
|
-
{
|
|
3797
|
-
"name": "default"
|
|
3798
|
-
}
|
|
3799
|
-
],
|
|
3800
|
-
"sourceFiles": [
|
|
3801
|
-
"./src/components/quote/CdrQuote.vue"
|
|
3801
|
+
"./src/components/quote/CdrQuote.vue"
|
|
3802
3802
|
],
|
|
3803
3803
|
"UIProperties": [
|
|
3804
3804
|
{
|
|
@@ -3948,112 +3948,68 @@
|
|
|
3948
3948
|
}
|
|
3949
3949
|
]
|
|
3950
3950
|
},
|
|
3951
|
-
"
|
|
3952
|
-
"name": "
|
|
3953
|
-
"description": "
|
|
3951
|
+
"CdrSelect": {
|
|
3952
|
+
"name": "CdrSelect",
|
|
3953
|
+
"description": "Allows the selection of one or more options from a dropdown list",
|
|
3954
3954
|
"tags": {},
|
|
3955
3955
|
"exportName": "default",
|
|
3956
|
-
"displayName": "
|
|
3956
|
+
"displayName": "CdrSelect",
|
|
3957
3957
|
"props": [
|
|
3958
3958
|
{
|
|
3959
|
-
"name": "
|
|
3960
|
-
"description": "
|
|
3959
|
+
"name": "id",
|
|
3960
|
+
"description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be auto-generated.",
|
|
3961
|
+
"type": {
|
|
3962
|
+
"name": "string"
|
|
3963
|
+
}
|
|
3964
|
+
},
|
|
3965
|
+
{
|
|
3966
|
+
"name": "label",
|
|
3967
|
+
"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.",
|
|
3968
|
+
"type": {
|
|
3969
|
+
"name": "string"
|
|
3970
|
+
},
|
|
3971
|
+
"required": true
|
|
3972
|
+
},
|
|
3973
|
+
{
|
|
3974
|
+
"name": "hideLabel",
|
|
3975
|
+
"description": "Visually hides the label element, but leaves it available to screen readers for accessibility compliance.",
|
|
3961
3976
|
"type": {
|
|
3962
3977
|
"name": "boolean"
|
|
3963
3978
|
},
|
|
3964
3979
|
"defaultValue": {
|
|
3965
3980
|
"func": false,
|
|
3966
|
-
"value":
|
|
3981
|
+
"value": false
|
|
3967
3982
|
}
|
|
3968
|
-
}
|
|
3969
|
-
],
|
|
3970
|
-
"slots": [
|
|
3971
|
-
{
|
|
3972
|
-
"name": "default",
|
|
3973
|
-
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
3974
|
-
}
|
|
3975
|
-
],
|
|
3976
|
-
"sourceFiles": [
|
|
3977
|
-
"./src/components/skeleton/CdrSkeleton.vue"
|
|
3978
|
-
],
|
|
3979
|
-
"UIProperties": [
|
|
3980
|
-
{
|
|
3981
|
-
"name": "--cdr-skeleton-bone-background-color",
|
|
3982
|
-
"defaultValue": "#edeae3",
|
|
3983
|
-
"description": "Skeleton bone background color"
|
|
3984
3983
|
},
|
|
3985
3984
|
{
|
|
3986
|
-
"name": "
|
|
3987
|
-
"
|
|
3988
|
-
"
|
|
3985
|
+
"name": "prompt",
|
|
3986
|
+
"description": "Adds an option that is disabled and selected by default to serve as a `placeholder` for the select.",
|
|
3987
|
+
"type": {
|
|
3988
|
+
"name": "string"
|
|
3989
|
+
}
|
|
3989
3990
|
},
|
|
3990
3991
|
{
|
|
3991
|
-
"name": "
|
|
3992
|
-
"
|
|
3993
|
-
"
|
|
3992
|
+
"name": "options",
|
|
3993
|
+
"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).",
|
|
3994
|
+
"type": {
|
|
3995
|
+
"name": "selectOption[] | string[]"
|
|
3996
|
+
}
|
|
3994
3997
|
},
|
|
3995
3998
|
{
|
|
3996
|
-
"name": "
|
|
3997
|
-
"
|
|
3998
|
-
"
|
|
3999
|
-
}
|
|
4000
|
-
]
|
|
4001
|
-
},
|
|
4002
|
-
"CdrSkeletonBone": {
|
|
4003
|
-
"name": "CdrSkeletonBone",
|
|
4004
|
-
"exportName": "default",
|
|
4005
|
-
"displayName": "CdrSkeletonBone",
|
|
4006
|
-
"description": "",
|
|
4007
|
-
"tags": {},
|
|
4008
|
-
"props": [
|
|
4009
|
-
{
|
|
4010
|
-
"name": "type",
|
|
4011
|
-
"description": "Sets the type of content placeholder",
|
|
4012
|
-
"tags": {
|
|
4013
|
-
"demoSelectMultiple": [
|
|
4014
|
-
{
|
|
4015
|
-
"description": "false",
|
|
4016
|
-
"title": "demoSelectMultiple"
|
|
4017
|
-
}
|
|
4018
|
-
]
|
|
4019
|
-
},
|
|
3999
|
+
"name": "background",
|
|
4000
|
+
"description": "Sets the background color the radio button is rendered on",
|
|
4001
|
+
"tags": {},
|
|
4020
4002
|
"values": [
|
|
4021
|
-
"
|
|
4022
|
-
"
|
|
4023
|
-
"line",
|
|
4024
|
-
"rectangle",
|
|
4025
|
-
"square"
|
|
4003
|
+
"primary",
|
|
4004
|
+
"secondary"
|
|
4026
4005
|
],
|
|
4027
4006
|
"type": {
|
|
4028
|
-
"name": "
|
|
4029
|
-
},
|
|
4030
|
-
"defaultValue": {
|
|
4031
|
-
"func": false,
|
|
4032
|
-
"value": "'default'"
|
|
4033
|
-
}
|
|
4034
|
-
}
|
|
4035
|
-
],
|
|
4036
|
-
"sourceFiles": [
|
|
4037
|
-
"./src/components/skeleton/CdrSkeletonBone.vue"
|
|
4038
|
-
]
|
|
4039
|
-
},
|
|
4040
|
-
"CdrSwitch": {
|
|
4041
|
-
"name": "CdrSwitch",
|
|
4042
|
-
"description": "Permits selection from two opposing options",
|
|
4043
|
-
"tags": {},
|
|
4044
|
-
"exportName": "default",
|
|
4045
|
-
"displayName": "CdrSwitch",
|
|
4046
|
-
"props": [
|
|
4047
|
-
{
|
|
4048
|
-
"name": "id",
|
|
4049
|
-
"description": "Sets a custom ID for the switch. If this value is not set, it will be auto-generated.",
|
|
4050
|
-
"type": {
|
|
4051
|
-
"name": "string"
|
|
4007
|
+
"name": "backgroundProps"
|
|
4052
4008
|
}
|
|
4053
4009
|
},
|
|
4054
4010
|
{
|
|
4055
4011
|
"name": "size",
|
|
4056
|
-
"description": "Sets the size
|
|
4012
|
+
"description": "Sets the component's size; values can target responsive breakpoints. Example `small@lg`",
|
|
4057
4013
|
"tags": {
|
|
4058
4014
|
"demoSelectMultiple": [
|
|
4059
4015
|
{
|
|
@@ -4063,62 +4019,399 @@
|
|
|
4063
4019
|
]
|
|
4064
4020
|
},
|
|
4065
4021
|
"values": [
|
|
4022
|
+
"small",
|
|
4066
4023
|
"medium",
|
|
4067
4024
|
"large"
|
|
4068
4025
|
],
|
|
4069
4026
|
"type": {
|
|
4070
|
-
"name": "
|
|
4027
|
+
"name": "sizeProps"
|
|
4028
|
+
}
|
|
4029
|
+
},
|
|
4030
|
+
{
|
|
4031
|
+
"name": "error",
|
|
4032
|
+
"description": "Sets the select to an error state, displays the `error` slot if one is present.",
|
|
4033
|
+
"type": {
|
|
4034
|
+
"name": "boolean|string"
|
|
4071
4035
|
},
|
|
4072
4036
|
"defaultValue": {
|
|
4073
4037
|
"func": false,
|
|
4074
|
-
"value":
|
|
4038
|
+
"value": false
|
|
4075
4039
|
}
|
|
4076
4040
|
},
|
|
4077
4041
|
{
|
|
4078
|
-
"name": "
|
|
4079
|
-
"description": "Sets the
|
|
4042
|
+
"name": "errorRole",
|
|
4043
|
+
"description": "Sets the `role` attribute for the embedded error state messaging.",
|
|
4080
4044
|
"type": {
|
|
4081
|
-
"name": "
|
|
4045
|
+
"name": "string"
|
|
4082
4046
|
},
|
|
4083
4047
|
"defaultValue": {
|
|
4084
4048
|
"func": false,
|
|
4085
|
-
"value":
|
|
4049
|
+
"value": "'status'"
|
|
4086
4050
|
}
|
|
4087
4051
|
},
|
|
4088
4052
|
{
|
|
4089
4053
|
"name": "modelValue",
|
|
4090
4054
|
"tags": {
|
|
4091
|
-
"
|
|
4055
|
+
"ignore": [
|
|
4092
4056
|
{
|
|
4093
|
-
"description":
|
|
4094
|
-
"title": "
|
|
4057
|
+
"description": true,
|
|
4058
|
+
"title": "ignore"
|
|
4095
4059
|
}
|
|
4096
4060
|
]
|
|
4097
4061
|
},
|
|
4062
|
+
"type": {
|
|
4063
|
+
"name": "string|number|boolean|object|array|symbol|func"
|
|
4064
|
+
}
|
|
4065
|
+
},
|
|
4066
|
+
{
|
|
4067
|
+
"name": "disabled",
|
|
4068
|
+
"description": "Disables the input and sets appropriate styling",
|
|
4098
4069
|
"type": {
|
|
4099
4070
|
"name": "boolean"
|
|
4100
|
-
}
|
|
4101
|
-
|
|
4102
|
-
}
|
|
4103
|
-
],
|
|
4104
|
-
"events": [
|
|
4071
|
+
}
|
|
4072
|
+
},
|
|
4105
4073
|
{
|
|
4106
|
-
"name": "
|
|
4107
|
-
"description": "
|
|
4108
|
-
"
|
|
4109
|
-
|
|
4110
|
-
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
|
|
4116
|
-
|
|
4117
|
-
|
|
4118
|
-
|
|
4119
|
-
|
|
4120
|
-
|
|
4121
|
-
|
|
4074
|
+
"name": "required",
|
|
4075
|
+
"description": "Sets aria-required on the input field and displays an asterisk next to the select label",
|
|
4076
|
+
"type": {
|
|
4077
|
+
"name": "boolean"
|
|
4078
|
+
}
|
|
4079
|
+
},
|
|
4080
|
+
{
|
|
4081
|
+
"name": "optional",
|
|
4082
|
+
"description": "Displays '(optional)' text next to the select label.",
|
|
4083
|
+
"type": {
|
|
4084
|
+
"name": "boolean"
|
|
4085
|
+
}
|
|
4086
|
+
},
|
|
4087
|
+
{
|
|
4088
|
+
"name": "multiple",
|
|
4089
|
+
"description": "Turns CdrSelect into a multi-select element.",
|
|
4090
|
+
"type": {
|
|
4091
|
+
"name": "boolean"
|
|
4092
|
+
}
|
|
4093
|
+
},
|
|
4094
|
+
{
|
|
4095
|
+
"name": "multipleSize",
|
|
4096
|
+
"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.",
|
|
4097
|
+
"type": {
|
|
4098
|
+
"name": "number"
|
|
4099
|
+
}
|
|
4100
|
+
}
|
|
4101
|
+
],
|
|
4102
|
+
"events": [
|
|
4103
|
+
{
|
|
4104
|
+
"name": "update:modelValue",
|
|
4105
|
+
"description": "Event emitted by v-model on the radio's <input> element",
|
|
4106
|
+
"properties": [
|
|
4107
|
+
{
|
|
4108
|
+
"type": {
|
|
4109
|
+
"names": [
|
|
4110
|
+
"mixed"
|
|
4111
|
+
]
|
|
4112
|
+
},
|
|
4113
|
+
"name": "modelValue"
|
|
4114
|
+
}
|
|
4115
|
+
],
|
|
4116
|
+
"tags": [
|
|
4117
|
+
{
|
|
4118
|
+
"title": "param",
|
|
4119
|
+
"type": {
|
|
4120
|
+
"name": "mixed"
|
|
4121
|
+
},
|
|
4122
|
+
"name": "modelValue"
|
|
4123
|
+
}
|
|
4124
|
+
]
|
|
4125
|
+
}
|
|
4126
|
+
],
|
|
4127
|
+
"slots": [
|
|
4128
|
+
{
|
|
4129
|
+
"name": "helper-text",
|
|
4130
|
+
"description": "Helper text above the select field"
|
|
4131
|
+
},
|
|
4132
|
+
{
|
|
4133
|
+
"name": "info",
|
|
4134
|
+
"description": "Link or icon to the right above the select field."
|
|
4135
|
+
},
|
|
4136
|
+
{
|
|
4137
|
+
"name": "pre-icon",
|
|
4138
|
+
"description": "Icon preceding text within the select field"
|
|
4139
|
+
},
|
|
4140
|
+
{
|
|
4141
|
+
"name": "default",
|
|
4142
|
+
"description": "CdrSelect content (<option> tags). Leave empty if using the `options` prop."
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
"name": "info-action",
|
|
4146
|
+
"description": "Action-wrapped icon to the right of the select field"
|
|
4147
|
+
},
|
|
4148
|
+
{
|
|
4149
|
+
"name": "error",
|
|
4150
|
+
"description": "Error messaging text that is displayed when the `error` prop is true."
|
|
4151
|
+
}
|
|
4152
|
+
],
|
|
4153
|
+
"sourceFiles": [
|
|
4154
|
+
"./src/components/select/CdrSelect.vue"
|
|
4155
|
+
],
|
|
4156
|
+
"UIProperties": [
|
|
4157
|
+
{
|
|
4158
|
+
"name": "--cdr-select-caret-fill",
|
|
4159
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
4160
|
+
"description": "Color of the cdr-select caret"
|
|
4161
|
+
},
|
|
4162
|
+
{
|
|
4163
|
+
"name": "--cdr-select-caret-fill-disabled",
|
|
4164
|
+
"defaultValue": "--cdr-color-icon-disabled",
|
|
4165
|
+
"description": "Color of a disabled cdr-select caret"
|
|
4166
|
+
},
|
|
4167
|
+
{
|
|
4168
|
+
"name": "--cdr-select-background-color",
|
|
4169
|
+
"defaultValue": "--cdr-color-background-input-default",
|
|
4170
|
+
"description": "Background color of cdr-select"
|
|
4171
|
+
},
|
|
4172
|
+
{
|
|
4173
|
+
"name": "--cdr-select-text-color",
|
|
4174
|
+
"defaultValue": "--cdr-color-text-input-default",
|
|
4175
|
+
"description": "Text color of cdr-select"
|
|
4176
|
+
},
|
|
4177
|
+
{
|
|
4178
|
+
"name": "--cdr-select-box-shadow-color",
|
|
4179
|
+
"defaultValue": "--cdr-color-border-input-default",
|
|
4180
|
+
"description": "Box-shadow color of cdr-select"
|
|
4181
|
+
},
|
|
4182
|
+
{
|
|
4183
|
+
"name": "--cdr-select-background-color-disabled",
|
|
4184
|
+
"defaultValue": "--cdr-color-background-input-default-disabled",
|
|
4185
|
+
"description": "Background color of a disabled cdr-select"
|
|
4186
|
+
},
|
|
4187
|
+
{
|
|
4188
|
+
"name": "--cdr-select-text-color-disabled",
|
|
4189
|
+
"defaultValue": "--cdr-color-text-input-disabled",
|
|
4190
|
+
"description": "Text color of a disabled cdr-select"
|
|
4191
|
+
},
|
|
4192
|
+
{
|
|
4193
|
+
"name": "--cdr-select-box-shadow-color-disabled",
|
|
4194
|
+
"defaultValue": "--cdr-color-border-input-default-disabled",
|
|
4195
|
+
"description": "Box-shadow color of a disabled cdr-select"
|
|
4196
|
+
},
|
|
4197
|
+
{
|
|
4198
|
+
"name": "--cdr-select-box-shadow-color-focus",
|
|
4199
|
+
"defaultValue": "--cdr-color-border-input-default-focus",
|
|
4200
|
+
"description": "Box-shadow color of a cdr-select when active or focused"
|
|
4201
|
+
},
|
|
4202
|
+
{
|
|
4203
|
+
"name": "--cdr-select-prompt-text-color",
|
|
4204
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
4205
|
+
"description": "Text color of cdr-select prompt"
|
|
4206
|
+
},
|
|
4207
|
+
{
|
|
4208
|
+
"name": "--cdr-select-prompt-text-color-disabled",
|
|
4209
|
+
"defaultValue": "--cdr-color-text-input-disabled",
|
|
4210
|
+
"description": "Text color of a disabled cdr-select prompt"
|
|
4211
|
+
},
|
|
4212
|
+
{
|
|
4213
|
+
"name": "--cdr-select-primary-background-color",
|
|
4214
|
+
"defaultValue": "--cdr-color-background-input-default",
|
|
4215
|
+
"description": "Background color of a primary cdr-select"
|
|
4216
|
+
},
|
|
4217
|
+
{
|
|
4218
|
+
"name": "--cdr-select-primary-background-color-active",
|
|
4219
|
+
"defaultValue": "--cdr-color-background-input-default-active",
|
|
4220
|
+
"description": "Background color of a primary cdr-select when active or focused"
|
|
4221
|
+
},
|
|
4222
|
+
{
|
|
4223
|
+
"name": "--cdr-select-secondary-background-color",
|
|
4224
|
+
"defaultValue": "--cdr-color-background-input-secondary",
|
|
4225
|
+
"description": "Background color of a secondary cdr-select"
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"name": "--cdr-select-secondary-background-color-active",
|
|
4229
|
+
"defaultValue": "--cdr-color-background-input-secondary-active",
|
|
4230
|
+
"description": "Background color of a secondary cdr-select when active or focused"
|
|
4231
|
+
},
|
|
4232
|
+
{
|
|
4233
|
+
"name": "--cdr-select-background-color-error",
|
|
4234
|
+
"defaultValue": "--cdr-color-background-input-error",
|
|
4235
|
+
"description": "Background color of a cdr-select error"
|
|
4236
|
+
},
|
|
4237
|
+
{
|
|
4238
|
+
"name": "--cdr-select-box-shadow-color-error",
|
|
4239
|
+
"defaultValue": "--cdr-color-border-input-error",
|
|
4240
|
+
"description": "Box-shadow color of a cdr-select error"
|
|
4241
|
+
}
|
|
4242
|
+
]
|
|
4243
|
+
},
|
|
4244
|
+
"CdrSkeleton": {
|
|
4245
|
+
"name": "CdrSkeleton",
|
|
4246
|
+
"description": "Visually communicates content is in the process of loading",
|
|
4247
|
+
"tags": {},
|
|
4248
|
+
"exportName": "default",
|
|
4249
|
+
"displayName": "CdrSkeleton",
|
|
4250
|
+
"props": [
|
|
4251
|
+
{
|
|
4252
|
+
"name": "motion",
|
|
4253
|
+
"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.",
|
|
4254
|
+
"type": {
|
|
4255
|
+
"name": "boolean"
|
|
4256
|
+
},
|
|
4257
|
+
"defaultValue": {
|
|
4258
|
+
"func": false,
|
|
4259
|
+
"value": true
|
|
4260
|
+
}
|
|
4261
|
+
}
|
|
4262
|
+
],
|
|
4263
|
+
"slots": [
|
|
4264
|
+
{
|
|
4265
|
+
"name": "default",
|
|
4266
|
+
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
4267
|
+
}
|
|
4268
|
+
],
|
|
4269
|
+
"sourceFiles": [
|
|
4270
|
+
"./src/components/skeleton/CdrSkeleton.vue"
|
|
4271
|
+
],
|
|
4272
|
+
"UIProperties": [
|
|
4273
|
+
{
|
|
4274
|
+
"name": "--cdr-skeleton-bone-background-color",
|
|
4275
|
+
"defaultValue": "#edeae3",
|
|
4276
|
+
"description": "Skeleton bone background color"
|
|
4277
|
+
},
|
|
4278
|
+
{
|
|
4279
|
+
"name": "--cdr-skeleton-gradient-1",
|
|
4280
|
+
"defaultValue": "rgba(237,234,227,1)",
|
|
4281
|
+
"description": "Skeleton shimmer gradient part 1"
|
|
4282
|
+
},
|
|
4283
|
+
{
|
|
4284
|
+
"name": "--cdr-skeleton-gradient-2",
|
|
4285
|
+
"defaultValue": "rgba(249,248,240,1)",
|
|
4286
|
+
"description": "Skeleton shimmer gradient part 2"
|
|
4287
|
+
},
|
|
4288
|
+
{
|
|
4289
|
+
"name": "--cdr-skeleton-gradient-3",
|
|
4290
|
+
"defaultValue": "rgba(237,234,227,1)",
|
|
4291
|
+
"description": "Skeleton shimmer gradient part 3"
|
|
4292
|
+
}
|
|
4293
|
+
]
|
|
4294
|
+
},
|
|
4295
|
+
"CdrSkeletonBone": {
|
|
4296
|
+
"name": "CdrSkeletonBone",
|
|
4297
|
+
"exportName": "default",
|
|
4298
|
+
"displayName": "CdrSkeletonBone",
|
|
4299
|
+
"description": "",
|
|
4300
|
+
"tags": {},
|
|
4301
|
+
"props": [
|
|
4302
|
+
{
|
|
4303
|
+
"name": "type",
|
|
4304
|
+
"description": "Sets the type of content placeholder",
|
|
4305
|
+
"tags": {
|
|
4306
|
+
"demoSelectMultiple": [
|
|
4307
|
+
{
|
|
4308
|
+
"description": "false",
|
|
4309
|
+
"title": "demoSelectMultiple"
|
|
4310
|
+
}
|
|
4311
|
+
]
|
|
4312
|
+
},
|
|
4313
|
+
"values": [
|
|
4314
|
+
"default",
|
|
4315
|
+
"heading",
|
|
4316
|
+
"line",
|
|
4317
|
+
"rectangle",
|
|
4318
|
+
"square"
|
|
4319
|
+
],
|
|
4320
|
+
"type": {
|
|
4321
|
+
"name": "string"
|
|
4322
|
+
},
|
|
4323
|
+
"defaultValue": {
|
|
4324
|
+
"func": false,
|
|
4325
|
+
"value": "'default'"
|
|
4326
|
+
}
|
|
4327
|
+
}
|
|
4328
|
+
],
|
|
4329
|
+
"sourceFiles": [
|
|
4330
|
+
"./src/components/skeleton/CdrSkeletonBone.vue"
|
|
4331
|
+
]
|
|
4332
|
+
},
|
|
4333
|
+
"CdrSwitch": {
|
|
4334
|
+
"name": "CdrSwitch",
|
|
4335
|
+
"description": "Permits selection from two opposing options",
|
|
4336
|
+
"tags": {},
|
|
4337
|
+
"exportName": "default",
|
|
4338
|
+
"displayName": "CdrSwitch",
|
|
4339
|
+
"props": [
|
|
4340
|
+
{
|
|
4341
|
+
"name": "id",
|
|
4342
|
+
"description": "Sets a custom ID for the switch. If this value is not set, it will be auto-generated.",
|
|
4343
|
+
"type": {
|
|
4344
|
+
"name": "string"
|
|
4345
|
+
}
|
|
4346
|
+
},
|
|
4347
|
+
{
|
|
4348
|
+
"name": "size",
|
|
4349
|
+
"description": "Sets the size of the switch",
|
|
4350
|
+
"tags": {
|
|
4351
|
+
"demoSelectMultiple": [
|
|
4352
|
+
{
|
|
4353
|
+
"description": "false",
|
|
4354
|
+
"title": "demoSelectMultiple"
|
|
4355
|
+
}
|
|
4356
|
+
]
|
|
4357
|
+
},
|
|
4358
|
+
"values": [
|
|
4359
|
+
"medium",
|
|
4360
|
+
"large"
|
|
4361
|
+
],
|
|
4362
|
+
"type": {
|
|
4363
|
+
"name": "string"
|
|
4364
|
+
},
|
|
4365
|
+
"defaultValue": {
|
|
4366
|
+
"func": false,
|
|
4367
|
+
"value": "'medium'"
|
|
4368
|
+
}
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
"name": "fullWidth",
|
|
4372
|
+
"description": "Sets the label and switch to expand to the full width of its container with `space-between`",
|
|
4373
|
+
"type": {
|
|
4374
|
+
"name": "boolean"
|
|
4375
|
+
},
|
|
4376
|
+
"defaultValue": {
|
|
4377
|
+
"func": false,
|
|
4378
|
+
"value": false
|
|
4379
|
+
}
|
|
4380
|
+
},
|
|
4381
|
+
{
|
|
4382
|
+
"name": "modelValue",
|
|
4383
|
+
"tags": {
|
|
4384
|
+
"demoIgnore": [
|
|
4385
|
+
{
|
|
4386
|
+
"description": "true",
|
|
4387
|
+
"title": "demoIgnore"
|
|
4388
|
+
}
|
|
4389
|
+
]
|
|
4390
|
+
},
|
|
4391
|
+
"type": {
|
|
4392
|
+
"name": "boolean"
|
|
4393
|
+
},
|
|
4394
|
+
"required": true
|
|
4395
|
+
}
|
|
4396
|
+
],
|
|
4397
|
+
"events": [
|
|
4398
|
+
{
|
|
4399
|
+
"name": "update:modelValue",
|
|
4400
|
+
"description": "Event emitted by v-model on switch",
|
|
4401
|
+
"properties": [
|
|
4402
|
+
{
|
|
4403
|
+
"type": {
|
|
4404
|
+
"names": [
|
|
4405
|
+
"mixed"
|
|
4406
|
+
]
|
|
4407
|
+
},
|
|
4408
|
+
"name": "modelValue"
|
|
4409
|
+
}
|
|
4410
|
+
],
|
|
4411
|
+
"tags": [
|
|
4412
|
+
{
|
|
4413
|
+
"title": "param",
|
|
4414
|
+
"type": {
|
|
4122
4415
|
"name": "mixed"
|
|
4123
4416
|
},
|
|
4124
4417
|
"name": "modelValue"
|
|
@@ -4263,211 +4556,6 @@
|
|
|
4263
4556
|
}
|
|
4264
4557
|
]
|
|
4265
4558
|
},
|
|
4266
|
-
"CdrTable": {
|
|
4267
|
-
"name": "CdrTable",
|
|
4268
|
-
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
4269
|
-
"tags": {},
|
|
4270
|
-
"exportName": "default",
|
|
4271
|
-
"displayName": "CdrTable",
|
|
4272
|
-
"props": [
|
|
4273
|
-
{
|
|
4274
|
-
"name": "striped",
|
|
4275
|
-
"description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
|
|
4276
|
-
"type": {
|
|
4277
|
-
"name": "boolean"
|
|
4278
|
-
},
|
|
4279
|
-
"defaultValue": {
|
|
4280
|
-
"func": false,
|
|
4281
|
-
"value": false
|
|
4282
|
-
}
|
|
4283
|
-
},
|
|
4284
|
-
{
|
|
4285
|
-
"name": "border",
|
|
4286
|
-
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
4287
|
-
"type": {
|
|
4288
|
-
"name": "boolean"
|
|
4289
|
-
},
|
|
4290
|
-
"defaultValue": {
|
|
4291
|
-
"func": false,
|
|
4292
|
-
"value": true
|
|
4293
|
-
}
|
|
4294
|
-
},
|
|
4295
|
-
{
|
|
4296
|
-
"name": "fullWidth",
|
|
4297
|
-
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
4298
|
-
"type": {
|
|
4299
|
-
"name": "boolean|string"
|
|
4300
|
-
},
|
|
4301
|
-
"defaultValue": {
|
|
4302
|
-
"func": false,
|
|
4303
|
-
"value": true
|
|
4304
|
-
}
|
|
4305
|
-
},
|
|
4306
|
-
{
|
|
4307
|
-
"name": "responsive",
|
|
4308
|
-
"description": "Makes the table scroll horizontally when it would overflow its container",
|
|
4309
|
-
"type": {
|
|
4310
|
-
"name": "boolean"
|
|
4311
|
-
},
|
|
4312
|
-
"defaultValue": {
|
|
4313
|
-
"func": false,
|
|
4314
|
-
"value": true
|
|
4315
|
-
}
|
|
4316
|
-
},
|
|
4317
|
-
{
|
|
4318
|
-
"name": "hover",
|
|
4319
|
-
"description": "Adds a darker background on row hover",
|
|
4320
|
-
"type": {
|
|
4321
|
-
"name": "boolean"
|
|
4322
|
-
},
|
|
4323
|
-
"defaultValue": {
|
|
4324
|
-
"func": false,
|
|
4325
|
-
"value": false
|
|
4326
|
-
}
|
|
4327
|
-
},
|
|
4328
|
-
{
|
|
4329
|
-
"name": "size",
|
|
4330
|
-
"description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
|
|
4331
|
-
"tags": {
|
|
4332
|
-
"demoSelectMultiple": [
|
|
4333
|
-
{
|
|
4334
|
-
"description": "false",
|
|
4335
|
-
"title": "demoSelectMultiple"
|
|
4336
|
-
}
|
|
4337
|
-
]
|
|
4338
|
-
},
|
|
4339
|
-
"values": [
|
|
4340
|
-
"small",
|
|
4341
|
-
"medium",
|
|
4342
|
-
"large"
|
|
4343
|
-
],
|
|
4344
|
-
"type": {
|
|
4345
|
-
"name": "string"
|
|
4346
|
-
},
|
|
4347
|
-
"defaultValue": {
|
|
4348
|
-
"func": false,
|
|
4349
|
-
"value": "'medium'"
|
|
4350
|
-
}
|
|
4351
|
-
}
|
|
4352
|
-
],
|
|
4353
|
-
"slots": [
|
|
4354
|
-
{
|
|
4355
|
-
"name": "default",
|
|
4356
|
-
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
4357
|
-
}
|
|
4358
|
-
],
|
|
4359
|
-
"sourceFiles": [
|
|
4360
|
-
"./src/components/table/CdrTable.vue"
|
|
4361
|
-
],
|
|
4362
|
-
"UIProperties": [
|
|
4363
|
-
{
|
|
4364
|
-
"name": "--cdr-table-base-text-color",
|
|
4365
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
4366
|
-
"description": "Color of the cdr-table base text"
|
|
4367
|
-
},
|
|
4368
|
-
{
|
|
4369
|
-
"name": "--cdr-table-row-background-color",
|
|
4370
|
-
"defaultValue": "--cdr-color-background-table-row",
|
|
4371
|
-
"description": "Background color of the table rows"
|
|
4372
|
-
},
|
|
4373
|
-
{
|
|
4374
|
-
"name": "--cdr-table-header-background-color",
|
|
4375
|
-
"defaultValue": "--cdr-color-background-table-header",
|
|
4376
|
-
"description": "Background color of the table header"
|
|
4377
|
-
},
|
|
4378
|
-
{
|
|
4379
|
-
"name": "--cdr-table-text-cell-color",
|
|
4380
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
4381
|
-
"description": "Text color of the table cells"
|
|
4382
|
-
},
|
|
4383
|
-
{
|
|
4384
|
-
"name": "--cdr-table-border-color-default",
|
|
4385
|
-
"defaultValue": "--cdr-color-border-table-default",
|
|
4386
|
-
"description": "Default border color of the table"
|
|
4387
|
-
},
|
|
4388
|
-
{
|
|
4389
|
-
"name": "--cdr-table-head-border-default",
|
|
4390
|
-
"defaultValue": "--cdr-color-border-table-head",
|
|
4391
|
-
"description": "Head border color of the table"
|
|
4392
|
-
},
|
|
4393
|
-
{
|
|
4394
|
-
"name": "--cdr-table-odd-row-background-color",
|
|
4395
|
-
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4396
|
-
"description": "Background color of all odd rows in the table"
|
|
4397
|
-
},
|
|
4398
|
-
{
|
|
4399
|
-
"name": "--cdr-table-header-odd-row-background-color",
|
|
4400
|
-
"defaultValue": "--cdr-color-background-table-row",
|
|
4401
|
-
"description": "Background color of odd rows in the table header"
|
|
4402
|
-
},
|
|
4403
|
-
{
|
|
4404
|
-
"name": "--cdr-table-striped-odd-row-background-color",
|
|
4405
|
-
"defaultValue": "--cdr-color-background-table-row",
|
|
4406
|
-
"description": "Background color of the odd rows in striped tables"
|
|
4407
|
-
},
|
|
4408
|
-
{
|
|
4409
|
-
"name": "--cdr-table-body-footer-odd-row-background-color",
|
|
4410
|
-
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4411
|
-
"description": "Background color of odd rows in the table body and footer"
|
|
4412
|
-
},
|
|
4413
|
-
{
|
|
4414
|
-
"name": "--cdr-table-cell-background-color-hover",
|
|
4415
|
-
"defaultValue": "--cdr-color-background-table-header",
|
|
4416
|
-
"description": "Background color of table cells on hover"
|
|
4417
|
-
}
|
|
4418
|
-
]
|
|
4419
|
-
},
|
|
4420
|
-
"CdrTabPanel": {
|
|
4421
|
-
"name": "CdrTabPanel",
|
|
4422
|
-
"exportName": "default",
|
|
4423
|
-
"displayName": "CdrTabPanel",
|
|
4424
|
-
"description": "",
|
|
4425
|
-
"tags": {},
|
|
4426
|
-
"props": [
|
|
4427
|
-
{
|
|
4428
|
-
"name": "id",
|
|
4429
|
-
"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.",
|
|
4430
|
-
"type": {
|
|
4431
|
-
"name": "string"
|
|
4432
|
-
}
|
|
4433
|
-
},
|
|
4434
|
-
{
|
|
4435
|
-
"name": "name",
|
|
4436
|
-
"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.",
|
|
4437
|
-
"type": {
|
|
4438
|
-
"name": "string"
|
|
4439
|
-
}
|
|
4440
|
-
},
|
|
4441
|
-
{
|
|
4442
|
-
"name": "ariaLabelledby",
|
|
4443
|
-
"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.",
|
|
4444
|
-
"type": {
|
|
4445
|
-
"name": "string"
|
|
4446
|
-
}
|
|
4447
|
-
}
|
|
4448
|
-
],
|
|
4449
|
-
"events": [
|
|
4450
|
-
{
|
|
4451
|
-
"name": "tab-change",
|
|
4452
|
-
"description": "Emits when active tab is changed",
|
|
4453
|
-
"tags": [
|
|
4454
|
-
{
|
|
4455
|
-
"title": "params",
|
|
4456
|
-
"content": "state, panelId"
|
|
4457
|
-
}
|
|
4458
|
-
]
|
|
4459
|
-
}
|
|
4460
|
-
],
|
|
4461
|
-
"slots": [
|
|
4462
|
-
{
|
|
4463
|
-
"name": "default",
|
|
4464
|
-
"description": "CdrTabPanel content"
|
|
4465
|
-
}
|
|
4466
|
-
],
|
|
4467
|
-
"sourceFiles": [
|
|
4468
|
-
"./src/components/tabs/CdrTabPanel.vue"
|
|
4469
|
-
]
|
|
4470
|
-
},
|
|
4471
4559
|
"CdrTabs": {
|
|
4472
4560
|
"name": "CdrTabs",
|
|
4473
4561
|
"description": "Organizes related content into groups for people to navigate between",
|
|
@@ -4588,104 +4676,122 @@
|
|
|
4588
4676
|
}
|
|
4589
4677
|
]
|
|
4590
4678
|
},
|
|
4591
|
-
"
|
|
4592
|
-
"name": "
|
|
4593
|
-
"description": "Text container used for any text element such as paragraphs, headings, and lists",
|
|
4594
|
-
"tags": {},
|
|
4679
|
+
"CdrTabPanel": {
|
|
4680
|
+
"name": "CdrTabPanel",
|
|
4595
4681
|
"exportName": "default",
|
|
4596
|
-
"displayName": "
|
|
4682
|
+
"displayName": "CdrTabPanel",
|
|
4683
|
+
"description": "",
|
|
4684
|
+
"tags": {},
|
|
4597
4685
|
"props": [
|
|
4598
4686
|
{
|
|
4599
|
-
"name": "
|
|
4600
|
-
"description": "Sets
|
|
4687
|
+
"name": "id",
|
|
4688
|
+
"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.",
|
|
4601
4689
|
"type": {
|
|
4602
4690
|
"name": "string"
|
|
4603
|
-
},
|
|
4604
|
-
"defaultValue": {
|
|
4605
|
-
"func": false,
|
|
4606
|
-
"value": "'p'"
|
|
4607
4691
|
}
|
|
4692
|
+
},
|
|
4693
|
+
{
|
|
4694
|
+
"name": "name",
|
|
4695
|
+
"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.",
|
|
4696
|
+
"type": {
|
|
4697
|
+
"name": "string"
|
|
4698
|
+
}
|
|
4699
|
+
},
|
|
4700
|
+
{
|
|
4701
|
+
"name": "ariaLabelledby",
|
|
4702
|
+
"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.",
|
|
4703
|
+
"type": {
|
|
4704
|
+
"name": "string"
|
|
4705
|
+
}
|
|
4706
|
+
}
|
|
4707
|
+
],
|
|
4708
|
+
"events": [
|
|
4709
|
+
{
|
|
4710
|
+
"name": "tab-change",
|
|
4711
|
+
"description": "Emits when active tab is changed",
|
|
4712
|
+
"tags": [
|
|
4713
|
+
{
|
|
4714
|
+
"title": "params",
|
|
4715
|
+
"content": "state, panelId"
|
|
4716
|
+
}
|
|
4717
|
+
]
|
|
4608
4718
|
}
|
|
4609
4719
|
],
|
|
4610
4720
|
"slots": [
|
|
4611
4721
|
{
|
|
4612
4722
|
"name": "default",
|
|
4613
|
-
"description": "
|
|
4723
|
+
"description": "CdrTabPanel content"
|
|
4614
4724
|
}
|
|
4615
4725
|
],
|
|
4616
4726
|
"sourceFiles": [
|
|
4617
|
-
"./src/components/
|
|
4618
|
-
],
|
|
4619
|
-
"UIProperties": [
|
|
4620
|
-
{
|
|
4621
|
-
"name": "--cdr-text-color",
|
|
4622
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
4623
|
-
"description": "Text color"
|
|
4624
|
-
}
|
|
4727
|
+
"./src/components/tabs/CdrTabPanel.vue"
|
|
4625
4728
|
]
|
|
4626
4729
|
},
|
|
4627
|
-
"
|
|
4628
|
-
"name": "
|
|
4629
|
-
"description": "
|
|
4730
|
+
"CdrTable": {
|
|
4731
|
+
"name": "CdrTable",
|
|
4732
|
+
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
4630
4733
|
"tags": {},
|
|
4631
4734
|
"exportName": "default",
|
|
4632
|
-
"displayName": "
|
|
4735
|
+
"displayName": "CdrTable",
|
|
4633
4736
|
"props": [
|
|
4634
4737
|
{
|
|
4635
|
-
"name": "
|
|
4636
|
-
"description": "
|
|
4637
|
-
"type": {
|
|
4638
|
-
"name": "string"
|
|
4639
|
-
}
|
|
4640
|
-
},
|
|
4641
|
-
{
|
|
4642
|
-
"name": "label",
|
|
4643
|
-
"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.",
|
|
4738
|
+
"name": "striped",
|
|
4739
|
+
"description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
|
|
4644
4740
|
"type": {
|
|
4645
|
-
"name": "
|
|
4741
|
+
"name": "boolean"
|
|
4646
4742
|
},
|
|
4647
|
-
"
|
|
4743
|
+
"defaultValue": {
|
|
4744
|
+
"func": false,
|
|
4745
|
+
"value": false
|
|
4746
|
+
}
|
|
4648
4747
|
},
|
|
4649
4748
|
{
|
|
4650
|
-
"name": "
|
|
4651
|
-
"description": "
|
|
4749
|
+
"name": "border",
|
|
4750
|
+
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
4652
4751
|
"type": {
|
|
4653
4752
|
"name": "boolean"
|
|
4654
4753
|
},
|
|
4655
4754
|
"defaultValue": {
|
|
4656
4755
|
"func": false,
|
|
4657
|
-
"value":
|
|
4756
|
+
"value": true
|
|
4658
4757
|
}
|
|
4659
4758
|
},
|
|
4660
4759
|
{
|
|
4661
|
-
"name": "
|
|
4662
|
-
"description": "
|
|
4760
|
+
"name": "fullWidth",
|
|
4761
|
+
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
4663
4762
|
"type": {
|
|
4664
|
-
"name": "string"
|
|
4763
|
+
"name": "boolean|string"
|
|
4764
|
+
},
|
|
4765
|
+
"defaultValue": {
|
|
4766
|
+
"func": false,
|
|
4767
|
+
"value": true
|
|
4665
4768
|
}
|
|
4666
4769
|
},
|
|
4667
4770
|
{
|
|
4668
|
-
"name": "
|
|
4669
|
-
"description": "
|
|
4771
|
+
"name": "responsive",
|
|
4772
|
+
"description": "Makes the table scroll horizontally when it would overflow its container",
|
|
4670
4773
|
"type": {
|
|
4671
|
-
"name": "
|
|
4774
|
+
"name": "boolean"
|
|
4775
|
+
},
|
|
4776
|
+
"defaultValue": {
|
|
4777
|
+
"func": false,
|
|
4778
|
+
"value": true
|
|
4672
4779
|
}
|
|
4673
4780
|
},
|
|
4674
4781
|
{
|
|
4675
|
-
"name": "
|
|
4676
|
-
"description": "
|
|
4677
|
-
"tags": {},
|
|
4678
|
-
"values": [
|
|
4679
|
-
"primary",
|
|
4680
|
-
"secondary"
|
|
4681
|
-
],
|
|
4782
|
+
"name": "hover",
|
|
4783
|
+
"description": "Adds a darker background on row hover",
|
|
4682
4784
|
"type": {
|
|
4683
|
-
"name": "
|
|
4785
|
+
"name": "boolean"
|
|
4786
|
+
},
|
|
4787
|
+
"defaultValue": {
|
|
4788
|
+
"func": false,
|
|
4789
|
+
"value": false
|
|
4684
4790
|
}
|
|
4685
4791
|
},
|
|
4686
4792
|
{
|
|
4687
4793
|
"name": "size",
|
|
4688
|
-
"description": "Sets the
|
|
4794
|
+
"description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
|
|
4689
4795
|
"tags": {
|
|
4690
4796
|
"demoSelectMultiple": [
|
|
4691
4797
|
{
|
|
@@ -4699,221 +4805,115 @@
|
|
|
4699
4805
|
"medium",
|
|
4700
4806
|
"large"
|
|
4701
4807
|
],
|
|
4702
|
-
"type": {
|
|
4703
|
-
"name": "sizeProps"
|
|
4704
|
-
}
|
|
4705
|
-
},
|
|
4706
|
-
{
|
|
4707
|
-
"name": "error",
|
|
4708
|
-
"description": "Sets the select to an error state, displays the `error` slot if one is present.",
|
|
4709
|
-
"type": {
|
|
4710
|
-
"name": "boolean|string"
|
|
4711
|
-
},
|
|
4712
|
-
"defaultValue": {
|
|
4713
|
-
"func": false,
|
|
4714
|
-
"value": false
|
|
4715
|
-
}
|
|
4716
|
-
},
|
|
4717
|
-
{
|
|
4718
|
-
"name": "errorRole",
|
|
4719
|
-
"description": "Sets the `role` attribute for the embedded error state messaging.",
|
|
4720
4808
|
"type": {
|
|
4721
4809
|
"name": "string"
|
|
4722
4810
|
},
|
|
4723
4811
|
"defaultValue": {
|
|
4724
4812
|
"func": false,
|
|
4725
|
-
"value": "'
|
|
4726
|
-
}
|
|
4727
|
-
},
|
|
4728
|
-
{
|
|
4729
|
-
"name": "modelValue",
|
|
4730
|
-
"tags": {
|
|
4731
|
-
"ignore": [
|
|
4732
|
-
{
|
|
4733
|
-
"description": true,
|
|
4734
|
-
"title": "ignore"
|
|
4735
|
-
}
|
|
4736
|
-
]
|
|
4737
|
-
},
|
|
4738
|
-
"type": {
|
|
4739
|
-
"name": "string|number|boolean|object|array|symbol|func"
|
|
4740
|
-
}
|
|
4741
|
-
},
|
|
4742
|
-
{
|
|
4743
|
-
"name": "disabled",
|
|
4744
|
-
"description": "Disables the input and sets appropriate styling",
|
|
4745
|
-
"type": {
|
|
4746
|
-
"name": "boolean"
|
|
4747
|
-
}
|
|
4748
|
-
},
|
|
4749
|
-
{
|
|
4750
|
-
"name": "required",
|
|
4751
|
-
"description": "Sets aria-required on the input field and displays an asterisk next to the select label",
|
|
4752
|
-
"type": {
|
|
4753
|
-
"name": "boolean"
|
|
4754
|
-
}
|
|
4755
|
-
},
|
|
4756
|
-
{
|
|
4757
|
-
"name": "optional",
|
|
4758
|
-
"description": "Displays '(optional)' text next to the select label.",
|
|
4759
|
-
"type": {
|
|
4760
|
-
"name": "boolean"
|
|
4761
|
-
}
|
|
4762
|
-
},
|
|
4763
|
-
{
|
|
4764
|
-
"name": "multiple",
|
|
4765
|
-
"description": "Turns CdrSelect into a multi-select element.",
|
|
4766
|
-
"type": {
|
|
4767
|
-
"name": "boolean"
|
|
4768
|
-
}
|
|
4769
|
-
},
|
|
4770
|
-
{
|
|
4771
|
-
"name": "multipleSize",
|
|
4772
|
-
"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.",
|
|
4773
|
-
"type": {
|
|
4774
|
-
"name": "number"
|
|
4813
|
+
"value": "'medium'"
|
|
4775
4814
|
}
|
|
4776
4815
|
}
|
|
4777
4816
|
],
|
|
4778
|
-
"events": [
|
|
4779
|
-
{
|
|
4780
|
-
"name": "update:modelValue",
|
|
4781
|
-
"description": "Event emitted by v-model on the radio's <input> element",
|
|
4782
|
-
"properties": [
|
|
4783
|
-
{
|
|
4784
|
-
"type": {
|
|
4785
|
-
"names": [
|
|
4786
|
-
"mixed"
|
|
4787
|
-
]
|
|
4788
|
-
},
|
|
4789
|
-
"name": "modelValue"
|
|
4790
|
-
}
|
|
4791
|
-
],
|
|
4792
|
-
"tags": [
|
|
4793
|
-
{
|
|
4794
|
-
"title": "param",
|
|
4795
|
-
"type": {
|
|
4796
|
-
"name": "mixed"
|
|
4797
|
-
},
|
|
4798
|
-
"name": "modelValue"
|
|
4799
|
-
}
|
|
4800
|
-
]
|
|
4801
|
-
}
|
|
4802
|
-
],
|
|
4803
4817
|
"slots": [
|
|
4804
|
-
{
|
|
4805
|
-
"name": "helper-text",
|
|
4806
|
-
"description": "Helper text above the select field"
|
|
4807
|
-
},
|
|
4808
|
-
{
|
|
4809
|
-
"name": "info",
|
|
4810
|
-
"description": "Link or icon to the right above the select field."
|
|
4811
|
-
},
|
|
4812
|
-
{
|
|
4813
|
-
"name": "pre-icon",
|
|
4814
|
-
"description": "Icon preceding text within the select field"
|
|
4815
|
-
},
|
|
4816
4818
|
{
|
|
4817
4819
|
"name": "default",
|
|
4818
|
-
"description": "
|
|
4819
|
-
},
|
|
4820
|
-
{
|
|
4821
|
-
"name": "info-action",
|
|
4822
|
-
"description": "Action-wrapped icon to the right of the select field"
|
|
4823
|
-
},
|
|
4824
|
-
{
|
|
4825
|
-
"name": "error",
|
|
4826
|
-
"description": "Error messaging text that is displayed when the `error` prop is true."
|
|
4820
|
+
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
4827
4821
|
}
|
|
4828
4822
|
],
|
|
4829
4823
|
"sourceFiles": [
|
|
4830
|
-
"./src/components/
|
|
4824
|
+
"./src/components/table/CdrTable.vue"
|
|
4831
4825
|
],
|
|
4832
4826
|
"UIProperties": [
|
|
4833
4827
|
{
|
|
4834
|
-
"name": "--cdr-
|
|
4828
|
+
"name": "--cdr-table-base-text-color",
|
|
4835
4829
|
"defaultValue": "--cdr-color-text-primary",
|
|
4836
|
-
"description": "Color of the cdr-
|
|
4837
|
-
},
|
|
4838
|
-
{
|
|
4839
|
-
"name": "--cdr-select-caret-fill-disabled",
|
|
4840
|
-
"defaultValue": "--cdr-color-icon-disabled",
|
|
4841
|
-
"description": "Color of a disabled cdr-select caret"
|
|
4842
|
-
},
|
|
4843
|
-
{
|
|
4844
|
-
"name": "--cdr-select-background-color",
|
|
4845
|
-
"defaultValue": "--cdr-color-background-input-default",
|
|
4846
|
-
"description": "Background color of cdr-select"
|
|
4847
|
-
},
|
|
4848
|
-
{
|
|
4849
|
-
"name": "--cdr-select-text-color",
|
|
4850
|
-
"defaultValue": "--cdr-color-text-input-default",
|
|
4851
|
-
"description": "Text color of cdr-select"
|
|
4852
|
-
},
|
|
4853
|
-
{
|
|
4854
|
-
"name": "--cdr-select-box-shadow-color",
|
|
4855
|
-
"defaultValue": "--cdr-color-border-input-default",
|
|
4856
|
-
"description": "Box-shadow color of cdr-select"
|
|
4857
|
-
},
|
|
4858
|
-
{
|
|
4859
|
-
"name": "--cdr-select-background-color-disabled",
|
|
4860
|
-
"defaultValue": "--cdr-color-background-input-default-disabled",
|
|
4861
|
-
"description": "Background color of a disabled cdr-select"
|
|
4862
|
-
},
|
|
4863
|
-
{
|
|
4864
|
-
"name": "--cdr-select-text-color-disabled",
|
|
4865
|
-
"defaultValue": "--cdr-color-text-input-disabled",
|
|
4866
|
-
"description": "Text color of a disabled cdr-select"
|
|
4830
|
+
"description": "Color of the cdr-table base text"
|
|
4867
4831
|
},
|
|
4868
4832
|
{
|
|
4869
|
-
"name": "--cdr-
|
|
4870
|
-
"defaultValue": "--cdr-color-
|
|
4871
|
-
"description": "
|
|
4833
|
+
"name": "--cdr-table-row-background-color",
|
|
4834
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4835
|
+
"description": "Background color of the table rows"
|
|
4872
4836
|
},
|
|
4873
4837
|
{
|
|
4874
|
-
"name": "--cdr-
|
|
4875
|
-
"defaultValue": "--cdr-color-
|
|
4876
|
-
"description": "
|
|
4838
|
+
"name": "--cdr-table-header-background-color",
|
|
4839
|
+
"defaultValue": "--cdr-color-background-table-header",
|
|
4840
|
+
"description": "Background color of the table header"
|
|
4877
4841
|
},
|
|
4878
4842
|
{
|
|
4879
|
-
"name": "--cdr-
|
|
4843
|
+
"name": "--cdr-table-text-cell-color",
|
|
4880
4844
|
"defaultValue": "--cdr-color-text-primary",
|
|
4881
|
-
"description": "Text color of
|
|
4845
|
+
"description": "Text color of the table cells"
|
|
4882
4846
|
},
|
|
4883
4847
|
{
|
|
4884
|
-
"name": "--cdr-
|
|
4885
|
-
"defaultValue": "--cdr-color-
|
|
4886
|
-
"description": "
|
|
4848
|
+
"name": "--cdr-table-border-color-default",
|
|
4849
|
+
"defaultValue": "--cdr-color-border-table-default",
|
|
4850
|
+
"description": "Default border color of the table"
|
|
4887
4851
|
},
|
|
4888
4852
|
{
|
|
4889
|
-
"name": "--cdr-
|
|
4890
|
-
"defaultValue": "--cdr-color-
|
|
4891
|
-
"description": "
|
|
4853
|
+
"name": "--cdr-table-head-border-default",
|
|
4854
|
+
"defaultValue": "--cdr-color-border-table-head",
|
|
4855
|
+
"description": "Head border color of the table"
|
|
4892
4856
|
},
|
|
4893
4857
|
{
|
|
4894
|
-
"name": "--cdr-
|
|
4895
|
-
"defaultValue": "--cdr-color-background-
|
|
4896
|
-
"description": "Background color of
|
|
4858
|
+
"name": "--cdr-table-odd-row-background-color",
|
|
4859
|
+
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4860
|
+
"description": "Background color of all odd rows in the table"
|
|
4897
4861
|
},
|
|
4898
4862
|
{
|
|
4899
|
-
"name": "--cdr-
|
|
4900
|
-
"defaultValue": "--cdr-color-background-
|
|
4901
|
-
"description": "Background color of
|
|
4863
|
+
"name": "--cdr-table-header-odd-row-background-color",
|
|
4864
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4865
|
+
"description": "Background color of odd rows in the table header"
|
|
4902
4866
|
},
|
|
4903
4867
|
{
|
|
4904
|
-
"name": "--cdr-
|
|
4905
|
-
"defaultValue": "--cdr-color-background-
|
|
4906
|
-
"description": "Background color of
|
|
4868
|
+
"name": "--cdr-table-striped-odd-row-background-color",
|
|
4869
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4870
|
+
"description": "Background color of the odd rows in striped tables"
|
|
4907
4871
|
},
|
|
4908
4872
|
{
|
|
4909
|
-
"name": "--cdr-
|
|
4910
|
-
"defaultValue": "--cdr-color-background-
|
|
4911
|
-
"description": "Background color of
|
|
4873
|
+
"name": "--cdr-table-body-footer-odd-row-background-color",
|
|
4874
|
+
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4875
|
+
"description": "Background color of odd rows in the table body and footer"
|
|
4912
4876
|
},
|
|
4913
4877
|
{
|
|
4914
|
-
"name": "--cdr-
|
|
4915
|
-
"defaultValue": "--cdr-color-
|
|
4916
|
-
"description": "
|
|
4878
|
+
"name": "--cdr-table-cell-background-color-hover",
|
|
4879
|
+
"defaultValue": "--cdr-color-background-table-header",
|
|
4880
|
+
"description": "Background color of table cells on hover"
|
|
4881
|
+
}
|
|
4882
|
+
]
|
|
4883
|
+
},
|
|
4884
|
+
"CdrText": {
|
|
4885
|
+
"name": "CdrText",
|
|
4886
|
+
"description": "Text container used for any text element such as paragraphs, headings, and lists",
|
|
4887
|
+
"tags": {},
|
|
4888
|
+
"exportName": "default",
|
|
4889
|
+
"displayName": "CdrText",
|
|
4890
|
+
"props": [
|
|
4891
|
+
{
|
|
4892
|
+
"name": "tag",
|
|
4893
|
+
"description": "Sets the HTML tag (p, span, h1, h2, etc)",
|
|
4894
|
+
"type": {
|
|
4895
|
+
"name": "string"
|
|
4896
|
+
},
|
|
4897
|
+
"defaultValue": {
|
|
4898
|
+
"func": false,
|
|
4899
|
+
"value": "'p'"
|
|
4900
|
+
}
|
|
4901
|
+
}
|
|
4902
|
+
],
|
|
4903
|
+
"slots": [
|
|
4904
|
+
{
|
|
4905
|
+
"name": "default",
|
|
4906
|
+
"description": "CdrText content"
|
|
4907
|
+
}
|
|
4908
|
+
],
|
|
4909
|
+
"sourceFiles": [
|
|
4910
|
+
"./src/components/text/CdrText.vue"
|
|
4911
|
+
],
|
|
4912
|
+
"UIProperties": [
|
|
4913
|
+
{
|
|
4914
|
+
"name": "--cdr-text-color",
|
|
4915
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
4916
|
+
"description": "Text color"
|
|
4917
4917
|
}
|
|
4918
4918
|
]
|
|
4919
4919
|
},
|
|
@@ -5141,94 +5141,6 @@
|
|
|
5141
5141
|
}
|
|
5142
5142
|
]
|
|
5143
5143
|
},
|
|
5144
|
-
"CdrToggleButton": {
|
|
5145
|
-
"name": "CdrToggleButton",
|
|
5146
|
-
"description": "Permits switching two or more options on and off",
|
|
5147
|
-
"tags": {},
|
|
5148
|
-
"exportName": "default",
|
|
5149
|
-
"displayName": "CdrToggleButton",
|
|
5150
|
-
"props": [
|
|
5151
|
-
{
|
|
5152
|
-
"name": "toggleValue",
|
|
5153
|
-
"description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
|
|
5154
|
-
"type": {
|
|
5155
|
-
"name": "string"
|
|
5156
|
-
},
|
|
5157
|
-
"required": true
|
|
5158
|
-
}
|
|
5159
|
-
],
|
|
5160
|
-
"slots": [
|
|
5161
|
-
{
|
|
5162
|
-
"name": "default",
|
|
5163
|
-
"description": "CdrToggleButton label content"
|
|
5164
|
-
}
|
|
5165
|
-
],
|
|
5166
|
-
"sourceFiles": [
|
|
5167
|
-
"./src/components/toggleButton/CdrToggleButton.vue"
|
|
5168
|
-
],
|
|
5169
|
-
"UIProperties": [
|
|
5170
|
-
{
|
|
5171
|
-
"name": "--cdr-toggle-button-color-default-rest",
|
|
5172
|
-
"defaultValue": "--cdr-color-text-toggle-button-default-rest",
|
|
5173
|
-
"description": "Default text color of the cdr-toggle-button"
|
|
5174
|
-
},
|
|
5175
|
-
{
|
|
5176
|
-
"name": "--cdr-toggle-button-background-color-default-rest",
|
|
5177
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-rest",
|
|
5178
|
-
"description": "Default background color of the cdr-toggle-button"
|
|
5179
|
-
},
|
|
5180
|
-
{
|
|
5181
|
-
"name": "--cdr-toggle-button-border-color-default-focus",
|
|
5182
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-focus",
|
|
5183
|
-
"description": "Focus border color of the cdr-toggle-button"
|
|
5184
|
-
},
|
|
5185
|
-
{
|
|
5186
|
-
"name": "--cdr-toggle-button-background-color-default-focus",
|
|
5187
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-focus",
|
|
5188
|
-
"description": "Focus background color of the cdr-toggle-button"
|
|
5189
|
-
},
|
|
5190
|
-
{
|
|
5191
|
-
"name": "--cdr-toggle-button-icon-fill-default",
|
|
5192
|
-
"defaultValue": "--cdr-color-icon-default",
|
|
5193
|
-
"description": "Default fill color of the cdr-toggle-button's svg"
|
|
5194
|
-
},
|
|
5195
|
-
{
|
|
5196
|
-
"name": "--cdr-toggle-button-background-color-default-selected-rest",
|
|
5197
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-selected-rest",
|
|
5198
|
-
"description": "Selected background color of the cdr-toggle-button at rest"
|
|
5199
|
-
},
|
|
5200
|
-
{
|
|
5201
|
-
"name": "--cdr-toggle-button-border-color-default-selected-rest",
|
|
5202
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-rest",
|
|
5203
|
-
"description": "Selected border color of the cdr-toggle-button at rest"
|
|
5204
|
-
},
|
|
5205
|
-
{
|
|
5206
|
-
"name": "--cdr-toggle-button-icon-fill-selected-rest",
|
|
5207
|
-
"defaultValue": "--cdr-color-icon-emphasis",
|
|
5208
|
-
"description": "Selected fill color of the cdr-toggle-button's svg at rest"
|
|
5209
|
-
},
|
|
5210
|
-
{
|
|
5211
|
-
"name": "--cdr-toggle-button-border-color-default-selected-focus",
|
|
5212
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5213
|
-
"description": "Selected border color of the cdr-toggle-button on focus"
|
|
5214
|
-
},
|
|
5215
|
-
{
|
|
5216
|
-
"name": "--cdr-toggle-button-background-color-default-selected-hover",
|
|
5217
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-selected-hover",
|
|
5218
|
-
"description": "Selected background color of the cdr-toggle-button on hover"
|
|
5219
|
-
},
|
|
5220
|
-
{
|
|
5221
|
-
"name": "--cdr-toggle-button-background-color-default-hover",
|
|
5222
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-hover",
|
|
5223
|
-
"description": "Background color of the cdr-toggle-button on hover"
|
|
5224
|
-
},
|
|
5225
|
-
{
|
|
5226
|
-
"name": "--cdr-toggle-button-border-color-hover-focus",
|
|
5227
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5228
|
-
"description": "Hover border color of the cdr-toggle-button on focus"
|
|
5229
|
-
}
|
|
5230
|
-
]
|
|
5231
|
-
},
|
|
5232
5144
|
"CdrToggleGroup": {
|
|
5233
5145
|
"name": "CdrToggleGroup",
|
|
5234
5146
|
"exportName": "default",
|
|
@@ -5322,6 +5234,94 @@
|
|
|
5322
5234
|
}
|
|
5323
5235
|
]
|
|
5324
5236
|
},
|
|
5237
|
+
"CdrToggleButton": {
|
|
5238
|
+
"name": "CdrToggleButton",
|
|
5239
|
+
"description": "Permits switching two or more options on and off",
|
|
5240
|
+
"tags": {},
|
|
5241
|
+
"exportName": "default",
|
|
5242
|
+
"displayName": "CdrToggleButton",
|
|
5243
|
+
"props": [
|
|
5244
|
+
{
|
|
5245
|
+
"name": "toggleValue",
|
|
5246
|
+
"description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
|
|
5247
|
+
"type": {
|
|
5248
|
+
"name": "string"
|
|
5249
|
+
},
|
|
5250
|
+
"required": true
|
|
5251
|
+
}
|
|
5252
|
+
],
|
|
5253
|
+
"slots": [
|
|
5254
|
+
{
|
|
5255
|
+
"name": "default",
|
|
5256
|
+
"description": "CdrToggleButton label content"
|
|
5257
|
+
}
|
|
5258
|
+
],
|
|
5259
|
+
"sourceFiles": [
|
|
5260
|
+
"./src/components/toggleButton/CdrToggleButton.vue"
|
|
5261
|
+
],
|
|
5262
|
+
"UIProperties": [
|
|
5263
|
+
{
|
|
5264
|
+
"name": "--cdr-toggle-button-color-default-rest",
|
|
5265
|
+
"defaultValue": "--cdr-color-text-toggle-button-default-rest",
|
|
5266
|
+
"description": "Default text color of the cdr-toggle-button"
|
|
5267
|
+
},
|
|
5268
|
+
{
|
|
5269
|
+
"name": "--cdr-toggle-button-background-color-default-rest",
|
|
5270
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-rest",
|
|
5271
|
+
"description": "Default background color of the cdr-toggle-button"
|
|
5272
|
+
},
|
|
5273
|
+
{
|
|
5274
|
+
"name": "--cdr-toggle-button-border-color-default-focus",
|
|
5275
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-focus",
|
|
5276
|
+
"description": "Focus border color of the cdr-toggle-button"
|
|
5277
|
+
},
|
|
5278
|
+
{
|
|
5279
|
+
"name": "--cdr-toggle-button-background-color-default-focus",
|
|
5280
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-focus",
|
|
5281
|
+
"description": "Focus background color of the cdr-toggle-button"
|
|
5282
|
+
},
|
|
5283
|
+
{
|
|
5284
|
+
"name": "--cdr-toggle-button-icon-fill-default",
|
|
5285
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
5286
|
+
"description": "Default fill color of the cdr-toggle-button's svg"
|
|
5287
|
+
},
|
|
5288
|
+
{
|
|
5289
|
+
"name": "--cdr-toggle-button-background-color-default-selected-rest",
|
|
5290
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-selected-rest",
|
|
5291
|
+
"description": "Selected background color of the cdr-toggle-button at rest"
|
|
5292
|
+
},
|
|
5293
|
+
{
|
|
5294
|
+
"name": "--cdr-toggle-button-border-color-default-selected-rest",
|
|
5295
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-rest",
|
|
5296
|
+
"description": "Selected border color of the cdr-toggle-button at rest"
|
|
5297
|
+
},
|
|
5298
|
+
{
|
|
5299
|
+
"name": "--cdr-toggle-button-icon-fill-selected-rest",
|
|
5300
|
+
"defaultValue": "--cdr-color-icon-emphasis",
|
|
5301
|
+
"description": "Selected fill color of the cdr-toggle-button's svg at rest"
|
|
5302
|
+
},
|
|
5303
|
+
{
|
|
5304
|
+
"name": "--cdr-toggle-button-border-color-default-selected-focus",
|
|
5305
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5306
|
+
"description": "Selected border color of the cdr-toggle-button on focus"
|
|
5307
|
+
},
|
|
5308
|
+
{
|
|
5309
|
+
"name": "--cdr-toggle-button-background-color-default-selected-hover",
|
|
5310
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-selected-hover",
|
|
5311
|
+
"description": "Selected background color of the cdr-toggle-button on hover"
|
|
5312
|
+
},
|
|
5313
|
+
{
|
|
5314
|
+
"name": "--cdr-toggle-button-background-color-default-hover",
|
|
5315
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-hover",
|
|
5316
|
+
"description": "Background color of the cdr-toggle-button on hover"
|
|
5317
|
+
},
|
|
5318
|
+
{
|
|
5319
|
+
"name": "--cdr-toggle-button-border-color-hover-focus",
|
|
5320
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5321
|
+
"description": "Hover border color of the cdr-toggle-button on focus"
|
|
5322
|
+
}
|
|
5323
|
+
]
|
|
5324
|
+
},
|
|
5325
5325
|
"CdrTooltip": {
|
|
5326
5326
|
"name": "CdrTooltip",
|
|
5327
5327
|
"description": "Floating label used to clarify interface actions",
|