@rei/cedar 14.0.2-alpha.0 → 14.0.2-alpha.2
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 +9 -9
- package/dist/component-docgen.json +1472 -1472
- package/dist/icon-component-docgen.json +594 -594
- package/dist/lib.d.ts +6306 -37
- 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/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/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/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 -88
- 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/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
|
@@ -528,60 +528,6 @@
|
|
|
528
528
|
}
|
|
529
529
|
]
|
|
530
530
|
},
|
|
531
|
-
"CdrCaption": {
|
|
532
|
-
"name": "CdrCaption",
|
|
533
|
-
"description": "Provides context and credit for an asset such as an image, video, or chart",
|
|
534
|
-
"tags": {},
|
|
535
|
-
"exportName": "default",
|
|
536
|
-
"displayName": "CdrCaption",
|
|
537
|
-
"props": [
|
|
538
|
-
{
|
|
539
|
-
"name": "summary",
|
|
540
|
-
"description": "Sets the string content for the description body of the caption.",
|
|
541
|
-
"tags": {
|
|
542
|
-
"demoIgnore": [
|
|
543
|
-
{
|
|
544
|
-
"description": "true",
|
|
545
|
-
"title": "demoIgnore"
|
|
546
|
-
}
|
|
547
|
-
]
|
|
548
|
-
},
|
|
549
|
-
"type": {
|
|
550
|
-
"name": "string"
|
|
551
|
-
}
|
|
552
|
-
},
|
|
553
|
-
{
|
|
554
|
-
"name": "credit",
|
|
555
|
-
"description": "Sets the string content for attribution.",
|
|
556
|
-
"tags": {
|
|
557
|
-
"demoIgnore": [
|
|
558
|
-
{
|
|
559
|
-
"description": "true",
|
|
560
|
-
"title": "demoIgnore"
|
|
561
|
-
}
|
|
562
|
-
]
|
|
563
|
-
},
|
|
564
|
-
"type": {
|
|
565
|
-
"name": "string"
|
|
566
|
-
}
|
|
567
|
-
}
|
|
568
|
-
],
|
|
569
|
-
"sourceFiles": [
|
|
570
|
-
"./src/components/caption/CdrCaption.vue"
|
|
571
|
-
],
|
|
572
|
-
"UIProperties": [
|
|
573
|
-
{
|
|
574
|
-
"name": "--cdr-caption-summary-color",
|
|
575
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
576
|
-
"description": "Text color of a cdr-caption"
|
|
577
|
-
},
|
|
578
|
-
{
|
|
579
|
-
"name": "--cdr-caption-cite-color",
|
|
580
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
581
|
-
"description": "Text color of a cdr-caption"
|
|
582
|
-
}
|
|
583
|
-
]
|
|
584
|
-
},
|
|
585
531
|
"CdrButton": {
|
|
586
532
|
"name": "CdrButton",
|
|
587
533
|
"description": "Initiates an action, such as completing a task or submitting information",
|
|
@@ -1284,349 +1230,180 @@
|
|
|
1284
1230
|
}
|
|
1285
1231
|
]
|
|
1286
1232
|
},
|
|
1287
|
-
"
|
|
1288
|
-
"name": "
|
|
1289
|
-
"description": "
|
|
1233
|
+
"CdrCaption": {
|
|
1234
|
+
"name": "CdrCaption",
|
|
1235
|
+
"description": "Provides context and credit for an asset such as an image, video, or chart",
|
|
1290
1236
|
"tags": {},
|
|
1291
1237
|
"exportName": "default",
|
|
1292
|
-
"displayName": "
|
|
1293
|
-
"
|
|
1294
|
-
{
|
|
1295
|
-
"name": "icon-left",
|
|
1296
|
-
"description": "Icon to the left of the content"
|
|
1297
|
-
},
|
|
1238
|
+
"displayName": "CdrCaption",
|
|
1239
|
+
"props": [
|
|
1298
1240
|
{
|
|
1299
|
-
"name": "
|
|
1300
|
-
"description": "
|
|
1241
|
+
"name": "summary",
|
|
1242
|
+
"description": "Sets the string content for the description body of the caption.",
|
|
1243
|
+
"tags": {
|
|
1244
|
+
"demoIgnore": [
|
|
1245
|
+
{
|
|
1246
|
+
"description": "true",
|
|
1247
|
+
"title": "demoIgnore"
|
|
1248
|
+
}
|
|
1249
|
+
]
|
|
1250
|
+
},
|
|
1251
|
+
"type": {
|
|
1252
|
+
"name": "string"
|
|
1253
|
+
}
|
|
1301
1254
|
},
|
|
1302
1255
|
{
|
|
1303
|
-
"name": "
|
|
1304
|
-
"description": "
|
|
1256
|
+
"name": "credit",
|
|
1257
|
+
"description": "Sets the string content for attribution.",
|
|
1258
|
+
"tags": {
|
|
1259
|
+
"demoIgnore": [
|
|
1260
|
+
{
|
|
1261
|
+
"description": "true",
|
|
1262
|
+
"title": "demoIgnore"
|
|
1263
|
+
}
|
|
1264
|
+
]
|
|
1265
|
+
},
|
|
1266
|
+
"type": {
|
|
1267
|
+
"name": "string"
|
|
1268
|
+
}
|
|
1305
1269
|
}
|
|
1306
1270
|
],
|
|
1307
1271
|
"sourceFiles": [
|
|
1308
|
-
"./src/components/
|
|
1272
|
+
"./src/components/caption/CdrCaption.vue"
|
|
1309
1273
|
],
|
|
1310
1274
|
"UIProperties": [
|
|
1311
1275
|
{
|
|
1312
|
-
"name": "--cdr-
|
|
1313
|
-
"defaultValue": "--cdr-color-text-
|
|
1314
|
-
"description": "Text color of a cdr-
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
"name": "--cdr-chip-fill-color",
|
|
1318
|
-
"defaultValue": "--cdr-color-text-chip-default",
|
|
1319
|
-
"description": "Fill color of a cdr-chip"
|
|
1276
|
+
"name": "--cdr-caption-summary-color",
|
|
1277
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
1278
|
+
"description": "Text color of a cdr-caption"
|
|
1320
1279
|
},
|
|
1321
1280
|
{
|
|
1322
|
-
"name": "--cdr-
|
|
1323
|
-
"defaultValue": "--cdr-color-
|
|
1324
|
-
"description": "
|
|
1325
|
-
}
|
|
1281
|
+
"name": "--cdr-caption-cite-color",
|
|
1282
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
1283
|
+
"description": "Text color of a cdr-caption"
|
|
1284
|
+
}
|
|
1285
|
+
]
|
|
1286
|
+
},
|
|
1287
|
+
"CdrCheckbox": {
|
|
1288
|
+
"name": "CdrCheckbox",
|
|
1289
|
+
"description": "Allows selecting one or more items from a list",
|
|
1290
|
+
"tags": {},
|
|
1291
|
+
"exportName": "default",
|
|
1292
|
+
"displayName": "CdrCheckbox",
|
|
1293
|
+
"props": [
|
|
1326
1294
|
{
|
|
1327
|
-
"name": "
|
|
1328
|
-
"
|
|
1329
|
-
"
|
|
1295
|
+
"name": "labelClass",
|
|
1296
|
+
"description": "Passes a CSS class to the label for custom styles",
|
|
1297
|
+
"type": {
|
|
1298
|
+
"name": "string"
|
|
1299
|
+
}
|
|
1330
1300
|
},
|
|
1331
1301
|
{
|
|
1332
|
-
"name": "
|
|
1333
|
-
"
|
|
1334
|
-
"
|
|
1302
|
+
"name": "inputClass",
|
|
1303
|
+
"description": "Passes a CSS class to the input for custom styles",
|
|
1304
|
+
"type": {
|
|
1305
|
+
"name": "string"
|
|
1306
|
+
}
|
|
1335
1307
|
},
|
|
1336
1308
|
{
|
|
1337
|
-
"name": "
|
|
1338
|
-
"
|
|
1339
|
-
"
|
|
1309
|
+
"name": "contentClass",
|
|
1310
|
+
"description": "Passes a CSS class to the slot wrapper for custom styles",
|
|
1311
|
+
"type": {
|
|
1312
|
+
"name": "string"
|
|
1313
|
+
}
|
|
1340
1314
|
},
|
|
1341
1315
|
{
|
|
1342
|
-
"name": "
|
|
1343
|
-
"
|
|
1344
|
-
"
|
|
1316
|
+
"name": "indeterminate",
|
|
1317
|
+
"description": "Show checkbox in indeterminate state. (NOTE: this is a visual-only state and there is no logic for when to show it)",
|
|
1318
|
+
"type": {
|
|
1319
|
+
"name": "boolean|string"
|
|
1320
|
+
},
|
|
1321
|
+
"defaultValue": {
|
|
1322
|
+
"func": false,
|
|
1323
|
+
"value": false
|
|
1324
|
+
}
|
|
1345
1325
|
},
|
|
1346
1326
|
{
|
|
1347
|
-
"name": "
|
|
1348
|
-
"
|
|
1349
|
-
"
|
|
1327
|
+
"name": "disabled",
|
|
1328
|
+
"description": "Disables the checkbox",
|
|
1329
|
+
"type": {
|
|
1330
|
+
"name": "boolean"
|
|
1331
|
+
}
|
|
1350
1332
|
},
|
|
1351
1333
|
{
|
|
1352
|
-
"name": "
|
|
1353
|
-
"
|
|
1354
|
-
"
|
|
1334
|
+
"name": "trueValue",
|
|
1335
|
+
"description": "The value when checked.",
|
|
1336
|
+
"type": {
|
|
1337
|
+
"name": "string|number|boolean|object|array|symbol|func"
|
|
1338
|
+
},
|
|
1339
|
+
"defaultValue": {
|
|
1340
|
+
"func": false,
|
|
1341
|
+
"value": true
|
|
1342
|
+
}
|
|
1355
1343
|
},
|
|
1356
1344
|
{
|
|
1357
|
-
"name": "
|
|
1358
|
-
"
|
|
1359
|
-
"
|
|
1345
|
+
"name": "falseValue",
|
|
1346
|
+
"description": "The value when unchecked.",
|
|
1347
|
+
"type": {
|
|
1348
|
+
"name": "string|number|boolean|object|array|symbol|func"
|
|
1349
|
+
},
|
|
1350
|
+
"defaultValue": {
|
|
1351
|
+
"func": false,
|
|
1352
|
+
"value": false
|
|
1353
|
+
}
|
|
1360
1354
|
},
|
|
1361
1355
|
{
|
|
1362
|
-
"name": "
|
|
1363
|
-
"
|
|
1364
|
-
"
|
|
1356
|
+
"name": "customValue",
|
|
1357
|
+
"description": "The value when used in a checkbox group. Replaces `trueValue` and `falseValue`.",
|
|
1358
|
+
"type": {
|
|
1359
|
+
"name": "string|number|boolean|object|array|symbol|func"
|
|
1360
|
+
}
|
|
1365
1361
|
},
|
|
1366
1362
|
{
|
|
1367
|
-
"name": "
|
|
1368
|
-
"
|
|
1369
|
-
"
|
|
1363
|
+
"name": "background",
|
|
1364
|
+
"description": "Sets the background color the input is rendered on",
|
|
1365
|
+
"tags": {},
|
|
1366
|
+
"values": [
|
|
1367
|
+
"primary",
|
|
1368
|
+
"secondary"
|
|
1369
|
+
],
|
|
1370
|
+
"type": {
|
|
1371
|
+
"name": "backgroundProps"
|
|
1372
|
+
}
|
|
1370
1373
|
},
|
|
1371
1374
|
{
|
|
1372
|
-
"name": "
|
|
1373
|
-
"
|
|
1374
|
-
|
|
1375
|
+
"name": "size",
|
|
1376
|
+
"tags": {
|
|
1377
|
+
"demoSelectMultiple": [
|
|
1378
|
+
{
|
|
1379
|
+
"description": "false",
|
|
1380
|
+
"title": "demoSelectMultiple"
|
|
1381
|
+
}
|
|
1382
|
+
]
|
|
1383
|
+
},
|
|
1384
|
+
"values": [
|
|
1385
|
+
"small",
|
|
1386
|
+
"medium",
|
|
1387
|
+
"large"
|
|
1388
|
+
],
|
|
1389
|
+
"type": {
|
|
1390
|
+
"name": "sizeProps"
|
|
1391
|
+
}
|
|
1375
1392
|
},
|
|
1376
1393
|
{
|
|
1377
|
-
"name": "
|
|
1378
|
-
"
|
|
1379
|
-
"
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
"
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
"name": "--cdr-chip-box-shadow-color-selected-hover",
|
|
1393
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-hover",
|
|
1394
|
-
"description": "Box-shadow color of a cdr-chip when selected and hovered"
|
|
1395
|
-
},
|
|
1396
|
-
{
|
|
1397
|
-
"name": "--cdr-chip-background-color-selected-focus",
|
|
1398
|
-
"defaultValue": "--cdr-color-background-chip-default-selected-focus",
|
|
1399
|
-
"description": "Background color of a cdr-chip when selected and focused"
|
|
1400
|
-
},
|
|
1401
|
-
{
|
|
1402
|
-
"name": "--cdr-chip-box-shadow-color-selected-focus",
|
|
1403
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-focus",
|
|
1404
|
-
"description": "Box-shadow color of a cdr-chip when selected and focused"
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
"name": "--cdr-chip-background-color-selected-active",
|
|
1408
|
-
"defaultValue": "--cdr-color-background-chip-default-selected-active",
|
|
1409
|
-
"description": "Background color of a cdr-chip when selected and active"
|
|
1410
|
-
},
|
|
1411
|
-
{
|
|
1412
|
-
"name": "--cdr-chip-box-shadow-color-selected-focus",
|
|
1413
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-focus",
|
|
1414
|
-
"description": "Box-shadow color of a cdr-chip when selected and active"
|
|
1415
|
-
}
|
|
1416
|
-
]
|
|
1417
|
-
},
|
|
1418
|
-
"CdrCard": {
|
|
1419
|
-
"name": "CdrCard",
|
|
1420
|
-
"description": "Related, interactive containers linking to a single subject or destination",
|
|
1421
|
-
"tags": {},
|
|
1422
|
-
"exportName": "default",
|
|
1423
|
-
"displayName": "CdrCard",
|
|
1424
|
-
"props": [
|
|
1425
|
-
{
|
|
1426
|
-
"name": "tag",
|
|
1427
|
-
"description": "Sets valid HTML container element tag.",
|
|
1428
|
-
"type": {
|
|
1429
|
-
"name": "string"
|
|
1430
|
-
},
|
|
1431
|
-
"defaultValue": {
|
|
1432
|
-
"func": false,
|
|
1433
|
-
"value": "'article'"
|
|
1434
|
-
}
|
|
1435
|
-
}
|
|
1436
|
-
],
|
|
1437
|
-
"slots": [
|
|
1438
|
-
{
|
|
1439
|
-
"name": "default",
|
|
1440
|
-
"description": "CdrCard content"
|
|
1441
|
-
}
|
|
1442
|
-
],
|
|
1443
|
-
"sourceFiles": [
|
|
1444
|
-
"./src/components/card/CdrCard.vue"
|
|
1445
|
-
],
|
|
1446
|
-
"UIProperties": [
|
|
1447
|
-
{
|
|
1448
|
-
"name": "--cdr-card-base-background-color",
|
|
1449
|
-
"defaultValue": "--cdr-color-background-primary",
|
|
1450
|
-
"description": "Background color of a cdr-card"
|
|
1451
|
-
},
|
|
1452
|
-
{
|
|
1453
|
-
"name": "--cdr-card-base-color",
|
|
1454
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
1455
|
-
"description": "Text color of a cdr-card"
|
|
1456
|
-
},
|
|
1457
|
-
{
|
|
1458
|
-
"name": "--cdr-card-link-color",
|
|
1459
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
1460
|
-
"description": "Link text color of a cdr-card"
|
|
1461
|
-
},
|
|
1462
|
-
{
|
|
1463
|
-
"name": "--cdr-card-link-hover-color",
|
|
1464
|
-
"defaultValue": "--cdr-color-text-link-hover",
|
|
1465
|
-
"description": "Link hover text color of a cdr-card"
|
|
1466
|
-
}
|
|
1467
|
-
]
|
|
1468
|
-
},
|
|
1469
|
-
"CdrChipGroup": {
|
|
1470
|
-
"name": "CdrChipGroup",
|
|
1471
|
-
"exportName": "default",
|
|
1472
|
-
"displayName": "CdrChipGroup",
|
|
1473
|
-
"description": "",
|
|
1474
|
-
"tags": {},
|
|
1475
|
-
"props": [
|
|
1476
|
-
{
|
|
1477
|
-
"name": "label",
|
|
1478
|
-
"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.",
|
|
1479
|
-
"type": {
|
|
1480
|
-
"name": "string"
|
|
1481
|
-
},
|
|
1482
|
-
"required": true
|
|
1483
|
-
},
|
|
1484
|
-
{
|
|
1485
|
-
"name": "hideLabel",
|
|
1486
|
-
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
1487
|
-
"type": {
|
|
1488
|
-
"name": "boolean"
|
|
1489
|
-
},
|
|
1490
|
-
"defaultValue": {
|
|
1491
|
-
"func": false,
|
|
1492
|
-
"value": true
|
|
1493
|
-
}
|
|
1494
|
-
}
|
|
1495
|
-
],
|
|
1496
|
-
"slots": [
|
|
1497
|
-
{
|
|
1498
|
-
"name": "label",
|
|
1499
|
-
"description": "Override CdrChip label content with a custom element"
|
|
1500
|
-
},
|
|
1501
|
-
{
|
|
1502
|
-
"name": "default",
|
|
1503
|
-
"description": "CdrChipGroup content (CdrChip components)"
|
|
1504
|
-
}
|
|
1505
|
-
],
|
|
1506
|
-
"sourceFiles": [
|
|
1507
|
-
"./src/components/chip/CdrChipGroup.vue"
|
|
1508
|
-
]
|
|
1509
|
-
},
|
|
1510
|
-
"CdrCheckbox": {
|
|
1511
|
-
"name": "CdrCheckbox",
|
|
1512
|
-
"description": "Allows selecting one or more items from a list",
|
|
1513
|
-
"tags": {},
|
|
1514
|
-
"exportName": "default",
|
|
1515
|
-
"displayName": "CdrCheckbox",
|
|
1516
|
-
"props": [
|
|
1517
|
-
{
|
|
1518
|
-
"name": "labelClass",
|
|
1519
|
-
"description": "Passes a CSS class to the label for custom styles",
|
|
1520
|
-
"type": {
|
|
1521
|
-
"name": "string"
|
|
1522
|
-
}
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
"name": "inputClass",
|
|
1526
|
-
"description": "Passes a CSS class to the input for custom styles",
|
|
1527
|
-
"type": {
|
|
1528
|
-
"name": "string"
|
|
1529
|
-
}
|
|
1530
|
-
},
|
|
1531
|
-
{
|
|
1532
|
-
"name": "contentClass",
|
|
1533
|
-
"description": "Passes a CSS class to the slot wrapper for custom styles",
|
|
1534
|
-
"type": {
|
|
1535
|
-
"name": "string"
|
|
1536
|
-
}
|
|
1537
|
-
},
|
|
1538
|
-
{
|
|
1539
|
-
"name": "indeterminate",
|
|
1540
|
-
"description": "Show checkbox in indeterminate state. (NOTE: this is a visual-only state and there is no logic for when to show it)",
|
|
1541
|
-
"type": {
|
|
1542
|
-
"name": "boolean|string"
|
|
1543
|
-
},
|
|
1544
|
-
"defaultValue": {
|
|
1545
|
-
"func": false,
|
|
1546
|
-
"value": false
|
|
1547
|
-
}
|
|
1548
|
-
},
|
|
1549
|
-
{
|
|
1550
|
-
"name": "disabled",
|
|
1551
|
-
"description": "Disables the checkbox",
|
|
1552
|
-
"type": {
|
|
1553
|
-
"name": "boolean"
|
|
1554
|
-
}
|
|
1555
|
-
},
|
|
1556
|
-
{
|
|
1557
|
-
"name": "trueValue",
|
|
1558
|
-
"description": "The value when checked.",
|
|
1559
|
-
"type": {
|
|
1560
|
-
"name": "string|number|boolean|object|array|symbol|func"
|
|
1561
|
-
},
|
|
1562
|
-
"defaultValue": {
|
|
1563
|
-
"func": false,
|
|
1564
|
-
"value": true
|
|
1565
|
-
}
|
|
1566
|
-
},
|
|
1567
|
-
{
|
|
1568
|
-
"name": "falseValue",
|
|
1569
|
-
"description": "The value when unchecked.",
|
|
1570
|
-
"type": {
|
|
1571
|
-
"name": "string|number|boolean|object|array|symbol|func"
|
|
1572
|
-
},
|
|
1573
|
-
"defaultValue": {
|
|
1574
|
-
"func": false,
|
|
1575
|
-
"value": false
|
|
1576
|
-
}
|
|
1577
|
-
},
|
|
1578
|
-
{
|
|
1579
|
-
"name": "customValue",
|
|
1580
|
-
"description": "The value when used in a checkbox group. Replaces `trueValue` and `falseValue`.",
|
|
1581
|
-
"type": {
|
|
1582
|
-
"name": "string|number|boolean|object|array|symbol|func"
|
|
1583
|
-
}
|
|
1584
|
-
},
|
|
1585
|
-
{
|
|
1586
|
-
"name": "background",
|
|
1587
|
-
"description": "Sets the background color the input is rendered on",
|
|
1588
|
-
"tags": {},
|
|
1589
|
-
"values": [
|
|
1590
|
-
"primary",
|
|
1591
|
-
"secondary"
|
|
1592
|
-
],
|
|
1593
|
-
"type": {
|
|
1594
|
-
"name": "backgroundProps"
|
|
1595
|
-
}
|
|
1596
|
-
},
|
|
1597
|
-
{
|
|
1598
|
-
"name": "size",
|
|
1599
|
-
"tags": {
|
|
1600
|
-
"demoSelectMultiple": [
|
|
1601
|
-
{
|
|
1602
|
-
"description": "false",
|
|
1603
|
-
"title": "demoSelectMultiple"
|
|
1604
|
-
}
|
|
1605
|
-
]
|
|
1606
|
-
},
|
|
1607
|
-
"values": [
|
|
1608
|
-
"small",
|
|
1609
|
-
"medium",
|
|
1610
|
-
"large"
|
|
1611
|
-
],
|
|
1612
|
-
"type": {
|
|
1613
|
-
"name": "sizeProps"
|
|
1614
|
-
}
|
|
1615
|
-
},
|
|
1616
|
-
{
|
|
1617
|
-
"name": "modifier",
|
|
1618
|
-
"description": "Use `hide-figure` to hide the checkbox, which leaves the text label as the clickable element.\nAdd appropriate custom styles to convey selected and unselected states.",
|
|
1619
|
-
"tags": {},
|
|
1620
|
-
"values": [
|
|
1621
|
-
"hide-figure"
|
|
1622
|
-
],
|
|
1623
|
-
"type": {
|
|
1624
|
-
"name": "string"
|
|
1625
|
-
},
|
|
1626
|
-
"defaultValue": {
|
|
1627
|
-
"func": false,
|
|
1628
|
-
"value": "''"
|
|
1629
|
-
}
|
|
1394
|
+
"name": "modifier",
|
|
1395
|
+
"description": "Use `hide-figure` to hide the checkbox, which leaves the text label as the clickable element.\nAdd appropriate custom styles to convey selected and unselected states.",
|
|
1396
|
+
"tags": {},
|
|
1397
|
+
"values": [
|
|
1398
|
+
"hide-figure"
|
|
1399
|
+
],
|
|
1400
|
+
"type": {
|
|
1401
|
+
"name": "string"
|
|
1402
|
+
},
|
|
1403
|
+
"defaultValue": {
|
|
1404
|
+
"func": false,
|
|
1405
|
+
"value": "''"
|
|
1406
|
+
}
|
|
1630
1407
|
},
|
|
1631
1408
|
{
|
|
1632
1409
|
"name": "modelValue",
|
|
@@ -1765,39 +1542,227 @@
|
|
|
1765
1542
|
}
|
|
1766
1543
|
]
|
|
1767
1544
|
},
|
|
1768
|
-
"
|
|
1769
|
-
"name": "
|
|
1770
|
-
"
|
|
1771
|
-
"displayName": "CdrFormError",
|
|
1772
|
-
"description": "",
|
|
1545
|
+
"CdrCard": {
|
|
1546
|
+
"name": "CdrCard",
|
|
1547
|
+
"description": "Related, interactive containers linking to a single subject or destination",
|
|
1773
1548
|
"tags": {},
|
|
1774
|
-
"
|
|
1549
|
+
"exportName": "default",
|
|
1550
|
+
"displayName": "CdrCard",
|
|
1551
|
+
"props": [
|
|
1775
1552
|
{
|
|
1776
|
-
"name": "
|
|
1553
|
+
"name": "tag",
|
|
1554
|
+
"description": "Sets valid HTML container element tag.",
|
|
1777
1555
|
"type": {
|
|
1778
|
-
"name": "
|
|
1556
|
+
"name": "string"
|
|
1557
|
+
},
|
|
1558
|
+
"defaultValue": {
|
|
1559
|
+
"func": false,
|
|
1560
|
+
"value": "'article'"
|
|
1779
1561
|
}
|
|
1780
1562
|
}
|
|
1781
1563
|
],
|
|
1782
1564
|
"slots": [
|
|
1783
1565
|
{
|
|
1784
|
-
"name": "
|
|
1566
|
+
"name": "default",
|
|
1567
|
+
"description": "CdrCard content"
|
|
1785
1568
|
}
|
|
1786
1569
|
],
|
|
1787
1570
|
"sourceFiles": [
|
|
1788
|
-
"./src/components/
|
|
1571
|
+
"./src/components/card/CdrCard.vue"
|
|
1789
1572
|
],
|
|
1790
1573
|
"UIProperties": [
|
|
1791
1574
|
{
|
|
1792
|
-
"name": "--cdr-
|
|
1793
|
-
"defaultValue": "--cdr-color-
|
|
1794
|
-
"description": "
|
|
1575
|
+
"name": "--cdr-card-base-background-color",
|
|
1576
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
1577
|
+
"description": "Background color of a cdr-card"
|
|
1795
1578
|
},
|
|
1796
1579
|
{
|
|
1797
|
-
"name": "--cdr-
|
|
1798
|
-
"defaultValue": "--cdr-color-text-
|
|
1799
|
-
"description": "
|
|
1580
|
+
"name": "--cdr-card-base-color",
|
|
1581
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
1582
|
+
"description": "Text color of a cdr-card"
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"name": "--cdr-card-link-color",
|
|
1586
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
1587
|
+
"description": "Link text color of a cdr-card"
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"name": "--cdr-card-link-hover-color",
|
|
1591
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
1592
|
+
"description": "Link hover text color of a cdr-card"
|
|
1593
|
+
}
|
|
1594
|
+
]
|
|
1595
|
+
},
|
|
1596
|
+
"CdrChip": {
|
|
1597
|
+
"name": "CdrChip",
|
|
1598
|
+
"description": "Allows people to make selections, filter content, or trigger actions",
|
|
1599
|
+
"tags": {},
|
|
1600
|
+
"exportName": "default",
|
|
1601
|
+
"displayName": "CdrChip",
|
|
1602
|
+
"slots": [
|
|
1603
|
+
{
|
|
1604
|
+
"name": "icon-left",
|
|
1605
|
+
"description": "Icon to the left of the content"
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
"name": "icon-right",
|
|
1609
|
+
"description": "Icon to the right of the content"
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"name": "default",
|
|
1613
|
+
"description": "Primary CdrChip content"
|
|
1614
|
+
}
|
|
1615
|
+
],
|
|
1616
|
+
"sourceFiles": [
|
|
1617
|
+
"./src/components/chip/CdrChip.vue"
|
|
1618
|
+
],
|
|
1619
|
+
"UIProperties": [
|
|
1620
|
+
{
|
|
1621
|
+
"name": "--cdr-chip-text-color",
|
|
1622
|
+
"defaultValue": "--cdr-color-text-chip-default",
|
|
1623
|
+
"description": "Text color of a cdr-chip"
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"name": "--cdr-chip-fill-color",
|
|
1627
|
+
"defaultValue": "--cdr-color-text-chip-default",
|
|
1628
|
+
"description": "Fill color of a cdr-chip"
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"name": "--cdr-chip-background-color-rest",
|
|
1632
|
+
"defaultValue": "--cdr-color-background-chip-default-rest",
|
|
1633
|
+
"description": "Background color of a cdr-chip"
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"name": "--cdr-chip-box-shadow-color-rest",
|
|
1637
|
+
"defaultValue": "--cdr-color-border-chip-default-rest",
|
|
1638
|
+
"description": "Box-shadow color of a cdr-chip"
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"name": "--cdr-chip-background-color-disabled",
|
|
1642
|
+
"defaultValue": "--cdr-color-background-chip-default-disabled",
|
|
1643
|
+
"description": "Background color of a cdr-chip when disabled"
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"name": "--cdr-chip-box-shadow-color-disabled",
|
|
1647
|
+
"defaultValue": "--cdr-color-border-chip-default-disabled",
|
|
1648
|
+
"description": "Box-shadow color of a cdr-chip when disabled"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"name": "--cdr-chip-text-color-disabled",
|
|
1652
|
+
"defaultValue": "--cdr-color-text-chip-disabled",
|
|
1653
|
+
"description": "Text color of a cdr-chip when disabled"
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"name": "--cdr-chip-background-color-hover",
|
|
1657
|
+
"defaultValue": "--cdr-color-background-chip-default-hover",
|
|
1658
|
+
"description": "Background color of a cdr-chip on hover"
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"name": "--cdr-chip-box-shadow-color-hover",
|
|
1662
|
+
"defaultValue": "--cdr-color-border-chip-default-hover",
|
|
1663
|
+
"description": "Box-shadow color of a cdr-chip on hover"
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
"name": "--cdr-chip-background-color-focus",
|
|
1667
|
+
"defaultValue": "--cdr-color-background-chip-default-focus",
|
|
1668
|
+
"description": "Background color of a cdr-chip on focus"
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"name": "--cdr-chip-box-shadow-color-focus",
|
|
1672
|
+
"defaultValue": "--cdr-color-border-chip-default-focus",
|
|
1673
|
+
"description": "Box-shadow color of a cdr-chip on focus"
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"name": "--cdr-chip-background-color-active",
|
|
1677
|
+
"defaultValue": "--cdr-color-background-chip-default-active",
|
|
1678
|
+
"description": "Background color of a cdr-chip when active"
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"name": "--cdr-chip-box-shadow-color-active",
|
|
1682
|
+
"defaultValue": "--cdr-color-border-chip-default-active",
|
|
1683
|
+
"description": "Box-shadow color of a cdr-chip when active"
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"name": "--cdr-chip-background-color-selected-rest",
|
|
1687
|
+
"defaultValue": "--cdr-color-background-chip-default-selected",
|
|
1688
|
+
"description": "Background color of a cdr-chip when selected"
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"name": "--cdr-chip-box-shadow-color-selected-rest",
|
|
1692
|
+
"defaultValue": "--cdr-color-border-chip-default-selected-rest",
|
|
1693
|
+
"description": "Box-shadow color of a cdr-chip when selected"
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"name": "--cdr-chip-background-color-selected-hover",
|
|
1697
|
+
"defaultValue": "--cdr-color-background-chip-default-selected-hover",
|
|
1698
|
+
"description": "Background color of a cdr-chip when selected and hovered"
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"name": "--cdr-chip-box-shadow-color-selected-hover",
|
|
1702
|
+
"defaultValue": "--cdr-color-border-chip-default-selected-hover",
|
|
1703
|
+
"description": "Box-shadow color of a cdr-chip when selected and hovered"
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"name": "--cdr-chip-background-color-selected-focus",
|
|
1707
|
+
"defaultValue": "--cdr-color-background-chip-default-selected-focus",
|
|
1708
|
+
"description": "Background color of a cdr-chip when selected and focused"
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"name": "--cdr-chip-box-shadow-color-selected-focus",
|
|
1712
|
+
"defaultValue": "--cdr-color-border-chip-default-selected-focus",
|
|
1713
|
+
"description": "Box-shadow color of a cdr-chip when selected and focused"
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"name": "--cdr-chip-background-color-selected-active",
|
|
1717
|
+
"defaultValue": "--cdr-color-background-chip-default-selected-active",
|
|
1718
|
+
"description": "Background color of a cdr-chip when selected and active"
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"name": "--cdr-chip-box-shadow-color-selected-focus",
|
|
1722
|
+
"defaultValue": "--cdr-color-border-chip-default-selected-focus",
|
|
1723
|
+
"description": "Box-shadow color of a cdr-chip when selected and active"
|
|
1724
|
+
}
|
|
1725
|
+
]
|
|
1726
|
+
},
|
|
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)"
|
|
1800
1762
|
}
|
|
1763
|
+
],
|
|
1764
|
+
"sourceFiles": [
|
|
1765
|
+
"./src/components/chip/CdrChipGroup.vue"
|
|
1801
1766
|
]
|
|
1802
1767
|
},
|
|
1803
1768
|
"CdrContainer": {
|
|
@@ -1852,6 +1817,41 @@
|
|
|
1852
1817
|
"./src/components/container/CdrContainer.vue"
|
|
1853
1818
|
]
|
|
1854
1819
|
},
|
|
1820
|
+
"CdrFormError": {
|
|
1821
|
+
"name": "CdrFormError",
|
|
1822
|
+
"exportName": "default",
|
|
1823
|
+
"displayName": "CdrFormError",
|
|
1824
|
+
"description": "",
|
|
1825
|
+
"tags": {},
|
|
1826
|
+
"props": [
|
|
1827
|
+
{
|
|
1828
|
+
"name": "error",
|
|
1829
|
+
"type": {
|
|
1830
|
+
"name": "boolean|string"
|
|
1831
|
+
}
|
|
1832
|
+
}
|
|
1833
|
+
],
|
|
1834
|
+
"slots": [
|
|
1835
|
+
{
|
|
1836
|
+
"name": "error"
|
|
1837
|
+
}
|
|
1838
|
+
],
|
|
1839
|
+
"sourceFiles": [
|
|
1840
|
+
"./src/components/formError/CdrFormError.vue"
|
|
1841
|
+
],
|
|
1842
|
+
"UIProperties": [
|
|
1843
|
+
{
|
|
1844
|
+
"name": "--cdr-form-error-text-color",
|
|
1845
|
+
"defaultValue": "--cdr-color-text-input-error",
|
|
1846
|
+
"description": "Text color of a cdr-form-error"
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"name": "--cdr-form-error-fill-color",
|
|
1850
|
+
"defaultValue": "--cdr-color-text-input-error",
|
|
1851
|
+
"description": "Fill color of a cdr-form-error"
|
|
1852
|
+
}
|
|
1853
|
+
]
|
|
1854
|
+
},
|
|
1855
1855
|
"CdrFormGroup": {
|
|
1856
1856
|
"name": "CdrFormGroup",
|
|
1857
1857
|
"description": "Groups related input elements together",
|
|
@@ -2028,16 +2028,75 @@
|
|
|
2028
2028
|
"./src/components/grid/CdrGrid.vue"
|
|
2029
2029
|
]
|
|
2030
2030
|
},
|
|
2031
|
-
"
|
|
2032
|
-
"name": "
|
|
2033
|
-
"description": "
|
|
2034
|
-
"tags": {
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2031
|
+
"CdrIcon": {
|
|
2032
|
+
"name": "CdrIcon",
|
|
2033
|
+
"description": "Communicates meaning through graphics representing simple and complex ideas",
|
|
2034
|
+
"tags": {
|
|
2035
|
+
"demoComponentNames": [
|
|
2036
|
+
{
|
|
2037
|
+
"description": "icon-account-profile, icon-camera",
|
|
2038
|
+
"title": "demoComponentNames"
|
|
2039
|
+
}
|
|
2040
|
+
]
|
|
2041
|
+
},
|
|
2042
|
+
"exportName": "default",
|
|
2043
|
+
"displayName": "CdrIcon",
|
|
2044
|
+
"props": [
|
|
2045
|
+
{
|
|
2046
|
+
"name": "use",
|
|
2047
|
+
"description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
|
|
2048
|
+
"type": {
|
|
2049
|
+
"name": "string"
|
|
2050
|
+
}
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"name": "inheritColor",
|
|
2054
|
+
"description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
|
|
2055
|
+
"type": {
|
|
2056
|
+
"name": "boolean"
|
|
2057
|
+
},
|
|
2058
|
+
"defaultValue": {
|
|
2059
|
+
"func": false,
|
|
2060
|
+
"value": false
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"name": "size",
|
|
2065
|
+
"type": {
|
|
2066
|
+
"name": "string"
|
|
2067
|
+
},
|
|
2068
|
+
"defaultValue": {
|
|
2069
|
+
"func": false,
|
|
2070
|
+
"value": "'medium'"
|
|
2071
|
+
}
|
|
2072
|
+
}
|
|
2073
|
+
],
|
|
2074
|
+
"slots": [
|
|
2075
|
+
{
|
|
2076
|
+
"name": "default"
|
|
2077
|
+
}
|
|
2078
|
+
],
|
|
2079
|
+
"sourceFiles": [
|
|
2080
|
+
"./src/components/icon/CdrIcon.vue"
|
|
2081
|
+
],
|
|
2082
|
+
"UIProperties": [
|
|
2083
|
+
{
|
|
2084
|
+
"name": "--cdr-icon-fill-default",
|
|
2085
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
2086
|
+
"description": "Fill color of an icon"
|
|
2087
|
+
}
|
|
2088
|
+
]
|
|
2089
|
+
},
|
|
2090
|
+
"CdrImg": {
|
|
2091
|
+
"name": "CdrImg",
|
|
2092
|
+
"description": "Media for capturing attention and communicating messages",
|
|
2093
|
+
"tags": {},
|
|
2094
|
+
"exportName": "default",
|
|
2095
|
+
"displayName": "CdrImg",
|
|
2096
|
+
"props": [
|
|
2097
|
+
{
|
|
2098
|
+
"name": "src",
|
|
2099
|
+
"description": "Image source url.",
|
|
2041
2100
|
"type": {
|
|
2042
2101
|
"name": "string"
|
|
2043
2102
|
},
|
|
@@ -2168,193 +2227,346 @@
|
|
|
2168
2227
|
"./src/components/image/CdrImg.vue"
|
|
2169
2228
|
]
|
|
2170
2229
|
},
|
|
2171
|
-
"
|
|
2172
|
-
"name": "
|
|
2173
|
-
"description": "
|
|
2174
|
-
"tags": {
|
|
2175
|
-
"demoComponentNames": [
|
|
2176
|
-
{
|
|
2177
|
-
"description": "icon-account-profile, icon-camera",
|
|
2178
|
-
"title": "demoComponentNames"
|
|
2179
|
-
}
|
|
2180
|
-
]
|
|
2181
|
-
},
|
|
2230
|
+
"CdrInput": {
|
|
2231
|
+
"name": "CdrInput",
|
|
2232
|
+
"description": "Allows for data entry, editing, and search",
|
|
2233
|
+
"tags": {},
|
|
2182
2234
|
"exportName": "default",
|
|
2183
|
-
"displayName": "
|
|
2235
|
+
"displayName": "CdrInput",
|
|
2184
2236
|
"props": [
|
|
2185
2237
|
{
|
|
2186
|
-
"name": "
|
|
2187
|
-
"description": "
|
|
2238
|
+
"name": "id",
|
|
2239
|
+
"description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.",
|
|
2188
2240
|
"type": {
|
|
2189
2241
|
"name": "string"
|
|
2190
2242
|
}
|
|
2191
2243
|
},
|
|
2192
2244
|
{
|
|
2193
|
-
"name": "
|
|
2194
|
-
"description": "
|
|
2245
|
+
"name": "type",
|
|
2246
|
+
"description": "'type' attribute for the input as defined by w3c.\n Only supporting text|email|number|password|search|url|date.\n The increment/decrement webkit psuedo element is hidden for number.",
|
|
2247
|
+
"tags": {
|
|
2248
|
+
"demoSelectMultiple": [
|
|
2249
|
+
{
|
|
2250
|
+
"description": "false",
|
|
2251
|
+
"title": "demoSelectMultiple"
|
|
2252
|
+
}
|
|
2253
|
+
]
|
|
2254
|
+
},
|
|
2255
|
+
"values": [
|
|
2256
|
+
"text",
|
|
2257
|
+
"email",
|
|
2258
|
+
"number",
|
|
2259
|
+
"password",
|
|
2260
|
+
"search",
|
|
2261
|
+
"url",
|
|
2262
|
+
"tel",
|
|
2263
|
+
"date"
|
|
2264
|
+
],
|
|
2195
2265
|
"type": {
|
|
2196
|
-
"name": "
|
|
2266
|
+
"name": "string"
|
|
2197
2267
|
},
|
|
2198
2268
|
"defaultValue": {
|
|
2199
2269
|
"func": false,
|
|
2200
|
-
"value":
|
|
2270
|
+
"value": "'text'"
|
|
2201
2271
|
}
|
|
2202
2272
|
},
|
|
2203
2273
|
{
|
|
2204
|
-
"name": "
|
|
2274
|
+
"name": "label",
|
|
2275
|
+
"description": "Sets the text value for the input label. Required for a11y compliance. Use ‘hideLabel’ if the label display is not desired. Required.",
|
|
2205
2276
|
"type": {
|
|
2206
2277
|
"name": "string"
|
|
2207
2278
|
},
|
|
2279
|
+
"required": true
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"name": "numeric",
|
|
2283
|
+
"description": "Sets default attributes for an input that should launch a numeric keyboard but is not strictly a 'number' (credit card, security code, postal code, etc.). Should be used in conjunction with the default text type input. An `input` listener can be used to fully restrict input values to numerical characters only",
|
|
2284
|
+
"type": {
|
|
2285
|
+
"name": "boolean"
|
|
2286
|
+
},
|
|
2208
2287
|
"defaultValue": {
|
|
2209
2288
|
"func": false,
|
|
2210
|
-
"value":
|
|
2289
|
+
"value": false
|
|
2211
2290
|
}
|
|
2212
|
-
}
|
|
2213
|
-
],
|
|
2214
|
-
"slots": [
|
|
2215
|
-
{
|
|
2216
|
-
"name": "default"
|
|
2217
|
-
}
|
|
2218
|
-
],
|
|
2219
|
-
"sourceFiles": [
|
|
2220
|
-
"./src/components/icon/CdrIcon.vue"
|
|
2221
|
-
],
|
|
2222
|
-
"UIProperties": [
|
|
2223
|
-
{
|
|
2224
|
-
"name": "--cdr-icon-fill-default",
|
|
2225
|
-
"defaultValue": "--cdr-color-icon-default",
|
|
2226
|
-
"description": "Fill color of an icon"
|
|
2227
|
-
}
|
|
2228
|
-
]
|
|
2229
|
-
},
|
|
2230
|
-
"CdrLabelWrapper": {
|
|
2231
|
-
"name": "CdrLabelWrapper",
|
|
2232
|
-
"exportName": "default",
|
|
2233
|
-
"displayName": "CdrLabelWrapper",
|
|
2234
|
-
"description": "",
|
|
2235
|
-
"tags": {},
|
|
2236
|
-
"props": [
|
|
2291
|
+
},
|
|
2237
2292
|
{
|
|
2238
|
-
"name": "
|
|
2293
|
+
"name": "hideLabel",
|
|
2294
|
+
"description": "Removes the label element but sets the input `aria-label` to `label` text for a11y.",
|
|
2239
2295
|
"type": {
|
|
2240
|
-
"name": "
|
|
2296
|
+
"name": "boolean"
|
|
2241
2297
|
}
|
|
2242
2298
|
},
|
|
2243
2299
|
{
|
|
2244
|
-
"name": "
|
|
2300
|
+
"name": "rows",
|
|
2301
|
+
"description": "Number of rows for input. Converts component to text-area if rows greater than 1.",
|
|
2245
2302
|
"type": {
|
|
2246
|
-
"name": "
|
|
2303
|
+
"name": "number"
|
|
2304
|
+
},
|
|
2305
|
+
"defaultValue": {
|
|
2306
|
+
"func": false,
|
|
2307
|
+
"value": "1"
|
|
2247
2308
|
}
|
|
2248
2309
|
},
|
|
2249
2310
|
{
|
|
2250
2311
|
"name": "background",
|
|
2312
|
+
"description": "Sets the background color the input is rendered on",
|
|
2313
|
+
"tags": {},
|
|
2314
|
+
"values": [
|
|
2315
|
+
"primary",
|
|
2316
|
+
"secondary"
|
|
2317
|
+
],
|
|
2251
2318
|
"type": {
|
|
2252
2319
|
"name": "backgroundProps"
|
|
2253
2320
|
}
|
|
2254
2321
|
},
|
|
2255
2322
|
{
|
|
2256
|
-
"name": "
|
|
2323
|
+
"name": "size",
|
|
2324
|
+
"description": "Sets the input field size",
|
|
2325
|
+
"tags": {
|
|
2326
|
+
"demoSelectMultiple": [
|
|
2327
|
+
{
|
|
2328
|
+
"description": "false",
|
|
2329
|
+
"title": "demoSelectMultiple"
|
|
2330
|
+
}
|
|
2331
|
+
]
|
|
2332
|
+
},
|
|
2333
|
+
"values": [
|
|
2334
|
+
"medium",
|
|
2335
|
+
"large"
|
|
2336
|
+
],
|
|
2257
2337
|
"type": {
|
|
2258
|
-
"name": "
|
|
2338
|
+
"name": "sizeProps"
|
|
2259
2339
|
}
|
|
2260
2340
|
},
|
|
2261
2341
|
{
|
|
2262
|
-
"name": "
|
|
2342
|
+
"name": "errorRole",
|
|
2343
|
+
"description": "Sets the `role` attribute for the embedded error state messaging.",
|
|
2263
2344
|
"type": {
|
|
2264
2345
|
"name": "string"
|
|
2346
|
+
},
|
|
2347
|
+
"required": false,
|
|
2348
|
+
"defaultValue": {
|
|
2349
|
+
"func": false,
|
|
2350
|
+
"value": "'status'"
|
|
2265
2351
|
}
|
|
2266
2352
|
},
|
|
2267
2353
|
{
|
|
2268
|
-
"name": "
|
|
2354
|
+
"name": "error",
|
|
2355
|
+
"description": "Sets the input to an error state, displays the `error` slot if one is present.",
|
|
2269
2356
|
"type": {
|
|
2270
|
-
"name": "string"
|
|
2357
|
+
"name": "boolean|string"
|
|
2358
|
+
},
|
|
2359
|
+
"defaultValue": {
|
|
2360
|
+
"func": false,
|
|
2361
|
+
"value": false
|
|
2271
2362
|
}
|
|
2272
|
-
}
|
|
2273
|
-
],
|
|
2274
|
-
"slots": [
|
|
2275
|
-
{
|
|
2276
|
-
"name": "input"
|
|
2277
2363
|
},
|
|
2278
2364
|
{
|
|
2279
|
-
"name": "
|
|
2365
|
+
"name": "disabled",
|
|
2366
|
+
"description": "Sets the disabled state for the input field and label styling. Also, restricts user input.",
|
|
2367
|
+
"type": {
|
|
2368
|
+
"name": "boolean"
|
|
2369
|
+
}
|
|
2280
2370
|
},
|
|
2281
2371
|
{
|
|
2282
|
-
"name": "
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
"UIProperties": [
|
|
2372
|
+
"name": "required",
|
|
2373
|
+
"description": "Sets aria-required on the input field and displays an asterisk next to the input label.",
|
|
2374
|
+
"type": {
|
|
2375
|
+
"name": "boolean"
|
|
2376
|
+
}
|
|
2377
|
+
},
|
|
2289
2378
|
{
|
|
2290
|
-
"name": "
|
|
2291
|
-
"
|
|
2292
|
-
"
|
|
2379
|
+
"name": "optional",
|
|
2380
|
+
"description": "Displays '(optional)' text next to the input label.",
|
|
2381
|
+
"type": {
|
|
2382
|
+
"name": "boolean"
|
|
2383
|
+
}
|
|
2293
2384
|
},
|
|
2294
2385
|
{
|
|
2295
|
-
"name": "
|
|
2296
|
-
"
|
|
2297
|
-
|
|
2386
|
+
"name": "modelValue",
|
|
2387
|
+
"tags": {
|
|
2388
|
+
"ignore": [
|
|
2389
|
+
{
|
|
2390
|
+
"description": true,
|
|
2391
|
+
"title": "ignore"
|
|
2392
|
+
}
|
|
2393
|
+
]
|
|
2394
|
+
},
|
|
2395
|
+
"type": {
|
|
2396
|
+
"name": "string|number"
|
|
2397
|
+
}
|
|
2298
2398
|
},
|
|
2299
2399
|
{
|
|
2300
|
-
"name": "
|
|
2301
|
-
"
|
|
2302
|
-
"
|
|
2400
|
+
"name": "labelClass",
|
|
2401
|
+
"description": "Adds a custom class to the cdr-label-standalone wrapping div",
|
|
2402
|
+
"type": {
|
|
2403
|
+
"name": "string"
|
|
2404
|
+
}
|
|
2405
|
+
}
|
|
2406
|
+
],
|
|
2407
|
+
"events": [
|
|
2408
|
+
{
|
|
2409
|
+
"name": "update:modelValue",
|
|
2410
|
+
"description": "Event emitted by v-model on the <input> element",
|
|
2411
|
+
"properties": [
|
|
2412
|
+
{
|
|
2413
|
+
"type": {
|
|
2414
|
+
"names": [
|
|
2415
|
+
"mixed"
|
|
2416
|
+
]
|
|
2417
|
+
},
|
|
2418
|
+
"name": "modelValue"
|
|
2419
|
+
}
|
|
2420
|
+
],
|
|
2421
|
+
"tags": [
|
|
2422
|
+
{
|
|
2423
|
+
"title": "param",
|
|
2424
|
+
"type": {
|
|
2425
|
+
"name": "mixed"
|
|
2426
|
+
},
|
|
2427
|
+
"name": "modelValue"
|
|
2428
|
+
}
|
|
2429
|
+
]
|
|
2430
|
+
}
|
|
2431
|
+
],
|
|
2432
|
+
"slots": [
|
|
2433
|
+
{
|
|
2434
|
+
"name": "helper-text-top",
|
|
2435
|
+
"description": "Helper text above the input field"
|
|
2303
2436
|
},
|
|
2304
2437
|
{
|
|
2305
|
-
"name": "
|
|
2306
|
-
"
|
|
2307
|
-
"description": "Background color of a primary label wrapper when it has focus within"
|
|
2438
|
+
"name": "info",
|
|
2439
|
+
"description": "Link or icon to the right above the input field."
|
|
2308
2440
|
},
|
|
2309
2441
|
{
|
|
2310
|
-
"name": "
|
|
2311
|
-
"
|
|
2312
|
-
"description": "Box shadow color of a primary label wrapper when it has focus within"
|
|
2442
|
+
"name": "pre-icon",
|
|
2443
|
+
"description": "Icon preceding text within the input field"
|
|
2313
2444
|
},
|
|
2314
2445
|
{
|
|
2315
|
-
"name": "
|
|
2316
|
-
"
|
|
2317
|
-
"description": "Background color of a primary label wrapper when active"
|
|
2446
|
+
"name": "post-icon",
|
|
2447
|
+
"description": "Icon after text within the input field"
|
|
2318
2448
|
},
|
|
2319
2449
|
{
|
|
2320
|
-
"name": "
|
|
2450
|
+
"name": "info-action",
|
|
2451
|
+
"description": "Action-wrapped icon within the input field (precedes post-icon)"
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
"name": "helper-text-bottom",
|
|
2455
|
+
"description": "Helper text below the input field"
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"name": "error",
|
|
2459
|
+
"description": "Error messaging text that is displayed when the `error` prop is true."
|
|
2460
|
+
}
|
|
2461
|
+
],
|
|
2462
|
+
"sourceFiles": [
|
|
2463
|
+
"./src/components/input/CdrInput.vue"
|
|
2464
|
+
],
|
|
2465
|
+
"UIProperties": [
|
|
2466
|
+
{
|
|
2467
|
+
"name": "--cdr-input-label-background-color",
|
|
2468
|
+
"defaultValue": "--cdr-color-border-input-default",
|
|
2469
|
+
"description": "Background color of the cdr-button label"
|
|
2470
|
+
},
|
|
2471
|
+
{
|
|
2472
|
+
"name": "--cdr-input-label-background-interaction",
|
|
2473
|
+
"defaultValue": "--cdr-color-background-input-default-active",
|
|
2474
|
+
"description": "Background color of the cdr-input label in hover, active, focus, and focus-within states"
|
|
2475
|
+
},
|
|
2476
|
+
{
|
|
2477
|
+
"name": "--cdr-input-label-box-shadow-interaction",
|
|
2478
|
+
"defaultValue": "--cdr-color-border-input-default-focus",
|
|
2479
|
+
"description": "Box-shadow color of the cdr-input label in hover, active, focus, and focus-within states"
|
|
2480
|
+
},
|
|
2481
|
+
{
|
|
2482
|
+
"name": "--cdr-input-label-fill-interaction",
|
|
2483
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
2484
|
+
"description": "Fill color of the cdr-input label in hover, active, focus, and focus-within states"
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
"name": "--cdr-input-svg-fill-focus",
|
|
2488
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
2489
|
+
"description": "Fill color of the cdr-input SVG when the parent is focused"
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
"name": "--cdr-input-wrap-fill",
|
|
2493
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
2494
|
+
"description": "Fill color of the cdr-input wrapper"
|
|
2495
|
+
},
|
|
2496
|
+
{
|
|
2497
|
+
"name": "--cdr-input-text-color-default",
|
|
2498
|
+
"defaultValue": "--cdr-color-text-input-default",
|
|
2499
|
+
"description": "Text color of a cdr-input by default"
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"name": "--cdr-input-background-color-default",
|
|
2321
2503
|
"defaultValue": "--cdr-color-background-input-default",
|
|
2322
|
-
"description": "Background color of a
|
|
2504
|
+
"description": "Background color of a cdr-input by default"
|
|
2323
2505
|
},
|
|
2324
2506
|
{
|
|
2325
|
-
"name": "--cdr-
|
|
2326
|
-
"defaultValue": "--cdr-color-
|
|
2327
|
-
"description": "
|
|
2507
|
+
"name": "--cdr-input-box-shadow-default",
|
|
2508
|
+
"defaultValue": "--cdr-color-border-input-default",
|
|
2509
|
+
"description": "Box-shadow color of a cdr-input by default"
|
|
2328
2510
|
},
|
|
2329
2511
|
{
|
|
2330
|
-
"name": "--cdr-
|
|
2331
|
-
"defaultValue": "--cdr-color-
|
|
2332
|
-
"description": "
|
|
2512
|
+
"name": "--cdr-input-icon-fill",
|
|
2513
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
2514
|
+
"description": "Fill color of an icon in a cdr-input"
|
|
2333
2515
|
},
|
|
2334
2516
|
{
|
|
2335
|
-
"name": "--cdr-
|
|
2336
|
-
"defaultValue": "--cdr-color-
|
|
2337
|
-
"description": "
|
|
2517
|
+
"name": "--cdr-input-box-shadow-focus",
|
|
2518
|
+
"defaultValue": "--cdr-color-border-input-default-focus",
|
|
2519
|
+
"description": "Box shadow of a focused or active cdr-input"
|
|
2338
2520
|
},
|
|
2339
2521
|
{
|
|
2340
|
-
"name": "--cdr-
|
|
2522
|
+
"name": "--cdr-input-background-color-disabled",
|
|
2523
|
+
"defaultValue": "--cdr-color-background-input-default-disabled",
|
|
2524
|
+
"description": "Background color of a disabled cdr-input"
|
|
2525
|
+
},
|
|
2526
|
+
{
|
|
2527
|
+
"name": "--cdr-input-text-color-disabled",
|
|
2341
2528
|
"defaultValue": "--cdr-color-text-input-disabled",
|
|
2342
|
-
"description": "Text color of a disabled
|
|
2529
|
+
"description": "Text color of a disabled cdr-input"
|
|
2343
2530
|
},
|
|
2344
2531
|
{
|
|
2345
|
-
"name": "--cdr-
|
|
2346
|
-
"defaultValue": "--cdr-color-
|
|
2347
|
-
"description": "
|
|
2532
|
+
"name": "--cdr-input-box-shadow-disabled",
|
|
2533
|
+
"defaultValue": "--cdr-color-border-input-default-disabled",
|
|
2534
|
+
"description": "Box-shadow color of a disabled cdr-input"
|
|
2348
2535
|
},
|
|
2349
2536
|
{
|
|
2350
|
-
"name": "--cdr-
|
|
2537
|
+
"name": "--cdr-input-background-color-default",
|
|
2351
2538
|
"defaultValue": "--cdr-color-background-input-default",
|
|
2352
|
-
"description": "Background color of a
|
|
2539
|
+
"description": "Background color of a default cdr-input"
|
|
2353
2540
|
},
|
|
2354
2541
|
{
|
|
2355
|
-
"name": "--cdr-
|
|
2356
|
-
"defaultValue": "--cdr-color-
|
|
2357
|
-
"description": "
|
|
2542
|
+
"name": "--cdr-input-background-color-default-focus",
|
|
2543
|
+
"defaultValue": "--cdr-color-background-input-default-active",
|
|
2544
|
+
"description": "Background color of a default cdr-input in active or focus state"
|
|
2545
|
+
},
|
|
2546
|
+
{
|
|
2547
|
+
"name": "--cdr-input-background-color-secondary",
|
|
2548
|
+
"defaultValue": "--cdr-color-background-input-secondary",
|
|
2549
|
+
"description": "Background color of a secondary cdr-input"
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"name": "--cdr-input-background-color-secondary-active",
|
|
2553
|
+
"defaultValue": "--cdr-color-background-input-secondary-active",
|
|
2554
|
+
"description": "Background color of a secondary cdr-input in active or focus state"
|
|
2555
|
+
},
|
|
2556
|
+
{
|
|
2557
|
+
"name": "--cdr-input-error-background-color",
|
|
2558
|
+
"defaultValue": "--cdr-color-background-input-error",
|
|
2559
|
+
"description": "Background color of a cdr-input in error state"
|
|
2560
|
+
},
|
|
2561
|
+
{
|
|
2562
|
+
"name": "--cdr-input-error-box-shadow",
|
|
2563
|
+
"defaultValue": "--cdr-color-border-input-error",
|
|
2564
|
+
"description": "Box-shadow color of a cdr-input in error state"
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
"name": "--cdr-input-helper-text-color",
|
|
2568
|
+
"defaultValue": "--cdr-color-text-input-help",
|
|
2569
|
+
"description": "Text color of a cdr-input's helper text"
|
|
2358
2570
|
}
|
|
2359
2571
|
]
|
|
2360
2572
|
},
|
|
@@ -2449,359 +2661,228 @@
|
|
|
2449
2661
|
}
|
|
2450
2662
|
]
|
|
2451
2663
|
},
|
|
2452
|
-
"
|
|
2453
|
-
"name": "
|
|
2454
|
-
"description": "Allows for data entry, editing, and search",
|
|
2455
|
-
"tags": {},
|
|
2664
|
+
"CdrLabelWrapper": {
|
|
2665
|
+
"name": "CdrLabelWrapper",
|
|
2456
2666
|
"exportName": "default",
|
|
2457
|
-
"displayName": "
|
|
2667
|
+
"displayName": "CdrLabelWrapper",
|
|
2668
|
+
"description": "",
|
|
2669
|
+
"tags": {},
|
|
2458
2670
|
"props": [
|
|
2459
2671
|
{
|
|
2460
|
-
"name": "
|
|
2461
|
-
"description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.",
|
|
2672
|
+
"name": "labelClass",
|
|
2462
2673
|
"type": {
|
|
2463
2674
|
"name": "string"
|
|
2464
2675
|
}
|
|
2465
2676
|
},
|
|
2466
2677
|
{
|
|
2467
|
-
"name": "
|
|
2468
|
-
"description": "'type' attribute for the input as defined by w3c.\n Only supporting text|email|number|password|search|url|date.\n The increment/decrement webkit psuedo element is hidden for number.",
|
|
2469
|
-
"tags": {
|
|
2470
|
-
"demoSelectMultiple": [
|
|
2471
|
-
{
|
|
2472
|
-
"description": "false",
|
|
2473
|
-
"title": "demoSelectMultiple"
|
|
2474
|
-
}
|
|
2475
|
-
]
|
|
2476
|
-
},
|
|
2477
|
-
"values": [
|
|
2478
|
-
"text",
|
|
2479
|
-
"email",
|
|
2480
|
-
"number",
|
|
2481
|
-
"password",
|
|
2482
|
-
"search",
|
|
2483
|
-
"url",
|
|
2484
|
-
"tel",
|
|
2485
|
-
"date"
|
|
2486
|
-
],
|
|
2678
|
+
"name": "contentClass",
|
|
2487
2679
|
"type": {
|
|
2488
2680
|
"name": "string"
|
|
2489
|
-
},
|
|
2490
|
-
"defaultValue": {
|
|
2491
|
-
"func": false,
|
|
2492
|
-
"value": "'text'"
|
|
2493
2681
|
}
|
|
2494
2682
|
},
|
|
2495
2683
|
{
|
|
2496
|
-
"name": "
|
|
2497
|
-
"description": "Sets the text value for the input label. Required for a11y compliance. Use ‘hideLabel’ if the label display is not desired. Required.",
|
|
2684
|
+
"name": "background",
|
|
2498
2685
|
"type": {
|
|
2499
|
-
"name": "
|
|
2500
|
-
}
|
|
2501
|
-
"required": true
|
|
2686
|
+
"name": "backgroundProps"
|
|
2687
|
+
}
|
|
2502
2688
|
},
|
|
2503
2689
|
{
|
|
2504
|
-
"name": "
|
|
2505
|
-
"description": "Sets default attributes for an input that should launch a numeric keyboard but is not strictly a 'number' (credit card, security code, postal code, etc.). Should be used in conjunction with the default text type input. An `input` listener can be used to fully restrict input values to numerical characters only",
|
|
2690
|
+
"name": "disabled",
|
|
2506
2691
|
"type": {
|
|
2507
2692
|
"name": "boolean"
|
|
2508
|
-
},
|
|
2509
|
-
"defaultValue": {
|
|
2510
|
-
"func": false,
|
|
2511
|
-
"value": false
|
|
2512
2693
|
}
|
|
2513
2694
|
},
|
|
2514
2695
|
{
|
|
2515
|
-
"name": "
|
|
2516
|
-
"description": "Removes the label element but sets the input `aria-label` to `label` text for a11y.",
|
|
2696
|
+
"name": "modifier",
|
|
2517
2697
|
"type": {
|
|
2518
|
-
"name": "
|
|
2698
|
+
"name": "string"
|
|
2519
2699
|
}
|
|
2520
2700
|
},
|
|
2521
2701
|
{
|
|
2522
|
-
"name": "
|
|
2523
|
-
"description": "Number of rows for input. Converts component to text-area if rows greater than 1.",
|
|
2702
|
+
"name": "size",
|
|
2524
2703
|
"type": {
|
|
2525
|
-
"name": "
|
|
2526
|
-
},
|
|
2527
|
-
"defaultValue": {
|
|
2528
|
-
"func": false,
|
|
2529
|
-
"value": "1"
|
|
2704
|
+
"name": "string"
|
|
2530
2705
|
}
|
|
2706
|
+
}
|
|
2707
|
+
],
|
|
2708
|
+
"slots": [
|
|
2709
|
+
{
|
|
2710
|
+
"name": "input"
|
|
2531
2711
|
},
|
|
2532
2712
|
{
|
|
2533
|
-
"name": "
|
|
2534
|
-
"description": "Sets the background color the input is rendered on",
|
|
2535
|
-
"tags": {},
|
|
2536
|
-
"values": [
|
|
2537
|
-
"primary",
|
|
2538
|
-
"secondary"
|
|
2539
|
-
],
|
|
2540
|
-
"type": {
|
|
2541
|
-
"name": "backgroundProps"
|
|
2542
|
-
}
|
|
2543
|
-
},
|
|
2544
|
-
{
|
|
2545
|
-
"name": "size",
|
|
2546
|
-
"description": "Sets the input field size",
|
|
2547
|
-
"tags": {
|
|
2548
|
-
"demoSelectMultiple": [
|
|
2549
|
-
{
|
|
2550
|
-
"description": "false",
|
|
2551
|
-
"title": "demoSelectMultiple"
|
|
2552
|
-
}
|
|
2553
|
-
]
|
|
2554
|
-
},
|
|
2555
|
-
"values": [
|
|
2556
|
-
"medium",
|
|
2557
|
-
"large"
|
|
2558
|
-
],
|
|
2559
|
-
"type": {
|
|
2560
|
-
"name": "sizeProps"
|
|
2561
|
-
}
|
|
2562
|
-
},
|
|
2563
|
-
{
|
|
2564
|
-
"name": "errorRole",
|
|
2565
|
-
"description": "Sets the `role` attribute for the embedded error state messaging.",
|
|
2566
|
-
"type": {
|
|
2567
|
-
"name": "string"
|
|
2568
|
-
},
|
|
2569
|
-
"required": false,
|
|
2570
|
-
"defaultValue": {
|
|
2571
|
-
"func": false,
|
|
2572
|
-
"value": "'status'"
|
|
2573
|
-
}
|
|
2574
|
-
},
|
|
2575
|
-
{
|
|
2576
|
-
"name": "error",
|
|
2577
|
-
"description": "Sets the input to an error state, displays the `error` slot if one is present.",
|
|
2578
|
-
"type": {
|
|
2579
|
-
"name": "boolean|string"
|
|
2580
|
-
},
|
|
2581
|
-
"defaultValue": {
|
|
2582
|
-
"func": false,
|
|
2583
|
-
"value": false
|
|
2584
|
-
}
|
|
2585
|
-
},
|
|
2586
|
-
{
|
|
2587
|
-
"name": "disabled",
|
|
2588
|
-
"description": "Sets the disabled state for the input field and label styling. Also, restricts user input.",
|
|
2589
|
-
"type": {
|
|
2590
|
-
"name": "boolean"
|
|
2591
|
-
}
|
|
2592
|
-
},
|
|
2593
|
-
{
|
|
2594
|
-
"name": "required",
|
|
2595
|
-
"description": "Sets aria-required on the input field and displays an asterisk next to the input label.",
|
|
2596
|
-
"type": {
|
|
2597
|
-
"name": "boolean"
|
|
2598
|
-
}
|
|
2599
|
-
},
|
|
2600
|
-
{
|
|
2601
|
-
"name": "optional",
|
|
2602
|
-
"description": "Displays '(optional)' text next to the input label.",
|
|
2603
|
-
"type": {
|
|
2604
|
-
"name": "boolean"
|
|
2605
|
-
}
|
|
2606
|
-
},
|
|
2607
|
-
{
|
|
2608
|
-
"name": "modelValue",
|
|
2609
|
-
"tags": {
|
|
2610
|
-
"ignore": [
|
|
2611
|
-
{
|
|
2612
|
-
"description": true,
|
|
2613
|
-
"title": "ignore"
|
|
2614
|
-
}
|
|
2615
|
-
]
|
|
2616
|
-
},
|
|
2617
|
-
"type": {
|
|
2618
|
-
"name": "string|number"
|
|
2619
|
-
}
|
|
2620
|
-
},
|
|
2621
|
-
{
|
|
2622
|
-
"name": "labelClass",
|
|
2623
|
-
"description": "Adds a custom class to the cdr-label-standalone wrapping div",
|
|
2624
|
-
"type": {
|
|
2625
|
-
"name": "string"
|
|
2626
|
-
}
|
|
2627
|
-
}
|
|
2628
|
-
],
|
|
2629
|
-
"events": [
|
|
2630
|
-
{
|
|
2631
|
-
"name": "update:modelValue",
|
|
2632
|
-
"description": "Event emitted by v-model on the <input> element",
|
|
2633
|
-
"properties": [
|
|
2634
|
-
{
|
|
2635
|
-
"type": {
|
|
2636
|
-
"names": [
|
|
2637
|
-
"mixed"
|
|
2638
|
-
]
|
|
2639
|
-
},
|
|
2640
|
-
"name": "modelValue"
|
|
2641
|
-
}
|
|
2642
|
-
],
|
|
2643
|
-
"tags": [
|
|
2644
|
-
{
|
|
2645
|
-
"title": "param",
|
|
2646
|
-
"type": {
|
|
2647
|
-
"name": "mixed"
|
|
2648
|
-
},
|
|
2649
|
-
"name": "modelValue"
|
|
2650
|
-
}
|
|
2651
|
-
]
|
|
2652
|
-
}
|
|
2653
|
-
],
|
|
2654
|
-
"slots": [
|
|
2655
|
-
{
|
|
2656
|
-
"name": "helper-text-top",
|
|
2657
|
-
"description": "Helper text above the input field"
|
|
2658
|
-
},
|
|
2659
|
-
{
|
|
2660
|
-
"name": "info",
|
|
2661
|
-
"description": "Link or icon to the right above the input field."
|
|
2662
|
-
},
|
|
2663
|
-
{
|
|
2664
|
-
"name": "pre-icon",
|
|
2665
|
-
"description": "Icon preceding text within the input field"
|
|
2666
|
-
},
|
|
2667
|
-
{
|
|
2668
|
-
"name": "post-icon",
|
|
2669
|
-
"description": "Icon after text within the input field"
|
|
2670
|
-
},
|
|
2671
|
-
{
|
|
2672
|
-
"name": "info-action",
|
|
2673
|
-
"description": "Action-wrapped icon within the input field (precedes post-icon)"
|
|
2674
|
-
},
|
|
2675
|
-
{
|
|
2676
|
-
"name": "helper-text-bottom",
|
|
2677
|
-
"description": "Helper text below the input field"
|
|
2713
|
+
"name": "svgs"
|
|
2678
2714
|
},
|
|
2679
2715
|
{
|
|
2680
|
-
"name": "
|
|
2681
|
-
"description": "Error messaging text that is displayed when the `error` prop is true."
|
|
2716
|
+
"name": "default"
|
|
2682
2717
|
}
|
|
2683
2718
|
],
|
|
2684
2719
|
"sourceFiles": [
|
|
2685
|
-
"./src/components/
|
|
2720
|
+
"./src/components/labelWrapper/CdrLabelWrapper.vue"
|
|
2686
2721
|
],
|
|
2687
2722
|
"UIProperties": [
|
|
2688
2723
|
{
|
|
2689
|
-
"name": "--cdr-
|
|
2690
|
-
"defaultValue": "--cdr-color-
|
|
2691
|
-
"description": "
|
|
2692
|
-
},
|
|
2693
|
-
{
|
|
2694
|
-
"name": "--cdr-input-label-background-interaction",
|
|
2695
|
-
"defaultValue": "--cdr-color-background-input-default-active",
|
|
2696
|
-
"description": "Background color of the cdr-input label in hover, active, focus, and focus-within states"
|
|
2724
|
+
"name": "--cdr-label-wrapper-text-color",
|
|
2725
|
+
"defaultValue": "--cdr-color-text-input-label",
|
|
2726
|
+
"description": "Text color of a label wrapper"
|
|
2697
2727
|
},
|
|
2698
2728
|
{
|
|
2699
|
-
"name": "--cdr-
|
|
2700
|
-
"defaultValue": "--cdr-color-
|
|
2701
|
-
"description": "
|
|
2729
|
+
"name": "--cdr-label-wrapper-background-color",
|
|
2730
|
+
"defaultValue": "--cdr-color-background-input-default",
|
|
2731
|
+
"description": "Background color of a label wrapper"
|
|
2702
2732
|
},
|
|
2703
2733
|
{
|
|
2704
|
-
"name": "--cdr-
|
|
2705
|
-
"defaultValue": "--cdr-color-
|
|
2706
|
-
"description": "
|
|
2734
|
+
"name": "--cdr-label-wrapper-primary-background-color-hover",
|
|
2735
|
+
"defaultValue": "--cdr-color-background-label-default-hover",
|
|
2736
|
+
"description": "Background color of a primary label wrapper when hovered"
|
|
2707
2737
|
},
|
|
2708
2738
|
{
|
|
2709
|
-
"name": "--cdr-
|
|
2710
|
-
"defaultValue": "--cdr-color-
|
|
2711
|
-
"description": "
|
|
2739
|
+
"name": "--cdr-label-wrapper-primary-background-color-focus",
|
|
2740
|
+
"defaultValue": "--cdr-color-background-label-default-focus",
|
|
2741
|
+
"description": "Background color of a primary label wrapper when it has focus within"
|
|
2712
2742
|
},
|
|
2713
2743
|
{
|
|
2714
|
-
"name": "--cdr-
|
|
2715
|
-
"defaultValue": "--cdr-color-
|
|
2716
|
-
"description": "
|
|
2744
|
+
"name": "--cdr-label-wrapper-primary-focus-box-shadow-color",
|
|
2745
|
+
"defaultValue": "--cdr-color-border-label-default-focus",
|
|
2746
|
+
"description": "Box shadow color of a primary label wrapper when it has focus within"
|
|
2717
2747
|
},
|
|
2718
2748
|
{
|
|
2719
|
-
"name": "--cdr-
|
|
2720
|
-
"defaultValue": "--cdr-color-
|
|
2721
|
-
"description": "
|
|
2749
|
+
"name": "--cdr-label-wrapper-primary-background-color-active",
|
|
2750
|
+
"defaultValue": "--cdr-color-background-label-default-active",
|
|
2751
|
+
"description": "Background color of a primary label wrapper when active"
|
|
2722
2752
|
},
|
|
2723
2753
|
{
|
|
2724
|
-
"name": "--cdr-
|
|
2754
|
+
"name": "--cdr-label-wrapper-secondary-background-color",
|
|
2725
2755
|
"defaultValue": "--cdr-color-background-input-default",
|
|
2726
|
-
"description": "Background color of a
|
|
2727
|
-
},
|
|
2728
|
-
{
|
|
2729
|
-
"name": "--cdr-input-box-shadow-default",
|
|
2730
|
-
"defaultValue": "--cdr-color-border-input-default",
|
|
2731
|
-
"description": "Box-shadow color of a cdr-input by default"
|
|
2756
|
+
"description": "Background color of a secondary label wrapper"
|
|
2732
2757
|
},
|
|
2733
2758
|
{
|
|
2734
|
-
"name": "--cdr-
|
|
2735
|
-
"defaultValue": "--cdr-color-
|
|
2736
|
-
"description": "
|
|
2759
|
+
"name": "--cdr-label-wrapper-secondary-background-color-hover",
|
|
2760
|
+
"defaultValue": "--cdr-color-background-label-secondary-hover",
|
|
2761
|
+
"description": "Background color of a secondary label wrapper when hovered"
|
|
2737
2762
|
},
|
|
2738
2763
|
{
|
|
2739
|
-
"name": "--cdr-
|
|
2740
|
-
"defaultValue": "--cdr-color-
|
|
2741
|
-
"description": "
|
|
2764
|
+
"name": "--cdr-label-wrapper-secondary-background-color-focus",
|
|
2765
|
+
"defaultValue": "--cdr-color-background-label-secondary-focus",
|
|
2766
|
+
"description": "Background color of a secondary label wrapper when it has focus within"
|
|
2742
2767
|
},
|
|
2743
2768
|
{
|
|
2744
|
-
"name": "--cdr-
|
|
2745
|
-
"defaultValue": "--cdr-color-background-
|
|
2746
|
-
"description": "Background color of a
|
|
2769
|
+
"name": "--cdr-label-wrapper-secondary-background-color-active",
|
|
2770
|
+
"defaultValue": "--cdr-color-background-label-secondary-active",
|
|
2771
|
+
"description": "Background color of a secondary label wrapper when active"
|
|
2747
2772
|
},
|
|
2748
2773
|
{
|
|
2749
|
-
"name": "--cdr-
|
|
2774
|
+
"name": "--cdr-label-wrapper-text-color-disabled",
|
|
2750
2775
|
"defaultValue": "--cdr-color-text-input-disabled",
|
|
2751
|
-
"description": "Text color of a disabled
|
|
2776
|
+
"description": "Text color of a disabled label wrapper"
|
|
2752
2777
|
},
|
|
2753
2778
|
{
|
|
2754
|
-
"name": "--cdr-
|
|
2755
|
-
"defaultValue": "--cdr-color-
|
|
2756
|
-
"description": "
|
|
2779
|
+
"name": "--cdr-label-wrapper-background-color-disabled",
|
|
2780
|
+
"defaultValue": "--cdr-color-background-input-default",
|
|
2781
|
+
"description": "Background color of a disabled label wrapper"
|
|
2757
2782
|
},
|
|
2758
2783
|
{
|
|
2759
|
-
"name": "--cdr-
|
|
2784
|
+
"name": "--cdr-form-figure-background-color",
|
|
2760
2785
|
"defaultValue": "--cdr-color-background-input-default",
|
|
2761
|
-
"description": "Background color of a
|
|
2786
|
+
"description": "Background color of a form figure"
|
|
2762
2787
|
},
|
|
2763
2788
|
{
|
|
2764
|
-
"name": "--cdr-
|
|
2765
|
-
"defaultValue": "--cdr-color-
|
|
2766
|
-
"description": "
|
|
2767
|
-
}
|
|
2789
|
+
"name": "--cdr-form-figure-box-shadow-color",
|
|
2790
|
+
"defaultValue": "--cdr-color-border-input-default",
|
|
2791
|
+
"description": "Box shadow color of a form figure"
|
|
2792
|
+
}
|
|
2793
|
+
]
|
|
2794
|
+
},
|
|
2795
|
+
"CdrList": {
|
|
2796
|
+
"name": "CdrList",
|
|
2797
|
+
"description": "Groups related content items together either vertically or horizontally",
|
|
2798
|
+
"tags": {},
|
|
2799
|
+
"exportName": "default",
|
|
2800
|
+
"displayName": "CdrList",
|
|
2801
|
+
"props": [
|
|
2768
2802
|
{
|
|
2769
|
-
"name": "
|
|
2770
|
-
"
|
|
2771
|
-
"
|
|
2803
|
+
"name": "tag",
|
|
2804
|
+
"description": "Sets list type and HTML element as \"unordered\" or \"ordered\"",
|
|
2805
|
+
"tags": {},
|
|
2806
|
+
"values": [
|
|
2807
|
+
"ul",
|
|
2808
|
+
"ol"
|
|
2809
|
+
],
|
|
2810
|
+
"type": {
|
|
2811
|
+
"name": "string"
|
|
2812
|
+
},
|
|
2813
|
+
"defaultValue": {
|
|
2814
|
+
"func": false,
|
|
2815
|
+
"value": "'ul'"
|
|
2816
|
+
}
|
|
2772
2817
|
},
|
|
2773
2818
|
{
|
|
2774
|
-
"name": "
|
|
2775
|
-
"
|
|
2776
|
-
"
|
|
2819
|
+
"name": "modifier",
|
|
2820
|
+
"description": "Modifies the style variant for this component",
|
|
2821
|
+
"tags": {
|
|
2822
|
+
"demoSelectMultiple": [
|
|
2823
|
+
{
|
|
2824
|
+
"description": "true",
|
|
2825
|
+
"title": "demoSelectMultiple"
|
|
2826
|
+
}
|
|
2827
|
+
]
|
|
2828
|
+
},
|
|
2829
|
+
"values": [
|
|
2830
|
+
"ordered",
|
|
2831
|
+
"unordered",
|
|
2832
|
+
"compact",
|
|
2833
|
+
"inline"
|
|
2834
|
+
],
|
|
2835
|
+
"type": {
|
|
2836
|
+
"name": "string"
|
|
2837
|
+
},
|
|
2838
|
+
"defaultValue": {
|
|
2839
|
+
"func": false,
|
|
2840
|
+
"value": "''"
|
|
2841
|
+
}
|
|
2842
|
+
}
|
|
2843
|
+
],
|
|
2844
|
+
"slots": [
|
|
2845
|
+
{
|
|
2846
|
+
"name": "default",
|
|
2847
|
+
"description": "CdrList content (list-items)"
|
|
2848
|
+
}
|
|
2849
|
+
],
|
|
2850
|
+
"sourceFiles": [
|
|
2851
|
+
"./src/components/list/CdrList.vue"
|
|
2852
|
+
],
|
|
2853
|
+
"UIProperties": [
|
|
2854
|
+
{
|
|
2855
|
+
"name": "--cdr-list-inline-text-color",
|
|
2856
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
2857
|
+
"description": "Color of the unordered inline list item prefix"
|
|
2777
2858
|
},
|
|
2778
2859
|
{
|
|
2779
|
-
"name": "--cdr-
|
|
2780
|
-
"defaultValue": "--cdr-color-
|
|
2781
|
-
"description": "
|
|
2860
|
+
"name": "--cdr-list-ordered-nested-prefix-color",
|
|
2861
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
2862
|
+
"description": "Color of the nested ordered cdr-list item prefix"
|
|
2782
2863
|
},
|
|
2783
2864
|
{
|
|
2784
|
-
"name": "--cdr-
|
|
2785
|
-
"defaultValue": "--cdr-color-
|
|
2786
|
-
"description": "
|
|
2865
|
+
"name": "--cdr-list-unordered-prefix-color",
|
|
2866
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
2867
|
+
"description": "Color of the unordered cdr-list item prefix"
|
|
2787
2868
|
},
|
|
2788
2869
|
{
|
|
2789
|
-
"name": "--cdr-
|
|
2790
|
-
"defaultValue": "--cdr-color-text-
|
|
2791
|
-
"description": "
|
|
2870
|
+
"name": "--cdr-list-unordered-nested-prefix-color",
|
|
2871
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
2872
|
+
"description": "Color of the nested unordered cdr-list item prefix"
|
|
2792
2873
|
}
|
|
2793
2874
|
]
|
|
2794
2875
|
},
|
|
2795
|
-
"
|
|
2796
|
-
"name": "
|
|
2797
|
-
"description": "
|
|
2876
|
+
"CdrModal": {
|
|
2877
|
+
"name": "CdrModal",
|
|
2878
|
+
"description": "Disruptive, action-blocking overlays used to display important information",
|
|
2798
2879
|
"tags": {},
|
|
2799
2880
|
"exportName": "default",
|
|
2800
|
-
"displayName": "
|
|
2881
|
+
"displayName": "CdrModal",
|
|
2801
2882
|
"props": [
|
|
2802
2883
|
{
|
|
2803
|
-
"name": "
|
|
2804
|
-
"description": "
|
|
2884
|
+
"name": "opened",
|
|
2885
|
+
"description": "Toggles the state of the modal",
|
|
2805
2886
|
"tags": {
|
|
2806
2887
|
"demoIgnore": [
|
|
2807
2888
|
{
|
|
@@ -2810,138 +2891,137 @@
|
|
|
2810
2891
|
}
|
|
2811
2892
|
]
|
|
2812
2893
|
},
|
|
2894
|
+
"type": {
|
|
2895
|
+
"name": "boolean"
|
|
2896
|
+
},
|
|
2897
|
+
"required": true
|
|
2898
|
+
},
|
|
2899
|
+
{
|
|
2900
|
+
"name": "label",
|
|
2901
|
+
"description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
|
|
2813
2902
|
"type": {
|
|
2814
2903
|
"name": "string"
|
|
2815
|
-
}
|
|
2904
|
+
},
|
|
2905
|
+
"required": true
|
|
2816
2906
|
},
|
|
2817
2907
|
{
|
|
2818
|
-
"name": "
|
|
2819
|
-
"description": "
|
|
2908
|
+
"name": "showTitle",
|
|
2909
|
+
"description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
|
|
2820
2910
|
"type": {
|
|
2821
|
-
"name": "
|
|
2911
|
+
"name": "boolean"
|
|
2822
2912
|
},
|
|
2913
|
+
"required": false,
|
|
2823
2914
|
"defaultValue": {
|
|
2824
2915
|
"func": false,
|
|
2825
|
-
"value":
|
|
2916
|
+
"value": true
|
|
2826
2917
|
}
|
|
2827
2918
|
},
|
|
2828
2919
|
{
|
|
2829
|
-
"name": "
|
|
2830
|
-
"description": "
|
|
2920
|
+
"name": "ariaDescribedby",
|
|
2921
|
+
"description": "Text for aria-describedby attribute. Applied to modal content element",
|
|
2831
2922
|
"type": {
|
|
2832
|
-
"name": "
|
|
2923
|
+
"name": "string"
|
|
2833
2924
|
},
|
|
2834
|
-
"required":
|
|
2925
|
+
"required": false,
|
|
2926
|
+
"defaultValue": {
|
|
2927
|
+
"func": false,
|
|
2928
|
+
"value": "null"
|
|
2929
|
+
}
|
|
2835
2930
|
},
|
|
2836
2931
|
{
|
|
2837
|
-
"name": "
|
|
2838
|
-
"description": "Sets
|
|
2932
|
+
"name": "role",
|
|
2933
|
+
"description": "Sets the `role` attribute on the modal content element",
|
|
2839
2934
|
"tags": {},
|
|
2840
2935
|
"values": [
|
|
2841
|
-
"
|
|
2842
|
-
"
|
|
2936
|
+
"dialog",
|
|
2937
|
+
"alertDialog"
|
|
2843
2938
|
],
|
|
2844
2939
|
"type": {
|
|
2845
2940
|
"name": "string"
|
|
2846
2941
|
},
|
|
2942
|
+
"required": false,
|
|
2943
|
+
"defaultValue": {
|
|
2944
|
+
"func": false,
|
|
2945
|
+
"value": "'dialog'"
|
|
2946
|
+
}
|
|
2947
|
+
},
|
|
2948
|
+
{
|
|
2949
|
+
"name": "id",
|
|
2950
|
+
"description": "Sets unique `id` for modal",
|
|
2951
|
+
"type": {
|
|
2952
|
+
"name": "string"
|
|
2953
|
+
},
|
|
2954
|
+
"required": false,
|
|
2847
2955
|
"defaultValue": {
|
|
2848
2956
|
"func": false,
|
|
2849
|
-
"value": "
|
|
2957
|
+
"value": "null"
|
|
2850
2958
|
}
|
|
2851
2959
|
},
|
|
2852
2960
|
{
|
|
2853
|
-
"name": "
|
|
2854
|
-
"description": "
|
|
2961
|
+
"name": "overlayClass",
|
|
2962
|
+
"description": "Adds custom class to the `cdr-modal__overlay` div",
|
|
2855
2963
|
"type": {
|
|
2856
2964
|
"name": "string"
|
|
2857
|
-
},
|
|
2858
|
-
"defaultValue": {
|
|
2859
|
-
"func": false,
|
|
2860
|
-
"value": "''"
|
|
2861
2965
|
}
|
|
2862
2966
|
},
|
|
2863
2967
|
{
|
|
2864
|
-
"name": "
|
|
2865
|
-
"
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2968
|
+
"name": "wrapperClass",
|
|
2969
|
+
"description": "Adds custom class to the `cdr-modal__outerWrap` div",
|
|
2970
|
+
"type": {
|
|
2971
|
+
"name": "string"
|
|
2972
|
+
}
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
"name": "contentClass",
|
|
2976
|
+
"description": "Adds custom class to the `cdr-modal__innerWrap` div",
|
|
2977
|
+
"type": {
|
|
2978
|
+
"name": "string"
|
|
2979
|
+
}
|
|
2980
|
+
},
|
|
2981
|
+
{
|
|
2982
|
+
"name": "animationDuration",
|
|
2983
|
+
"description": "Sets duration for modal's close animation",
|
|
2873
2984
|
"type": {
|
|
2874
2985
|
"name": "number"
|
|
2986
|
+
},
|
|
2987
|
+
"defaultValue": {
|
|
2988
|
+
"func": false,
|
|
2989
|
+
"value": "300"
|
|
2875
2990
|
}
|
|
2876
2991
|
}
|
|
2877
2992
|
],
|
|
2878
2993
|
"events": [
|
|
2879
2994
|
{
|
|
2880
|
-
"name": "
|
|
2881
|
-
"description": "
|
|
2882
|
-
"properties": [
|
|
2883
|
-
{
|
|
2884
|
-
"type": {
|
|
2885
|
-
"names": [
|
|
2886
|
-
"mixed"
|
|
2887
|
-
]
|
|
2888
|
-
},
|
|
2889
|
-
"name": "modelValue"
|
|
2890
|
-
}
|
|
2891
|
-
],
|
|
2892
|
-
"tags": [
|
|
2893
|
-
{
|
|
2894
|
-
"title": "param",
|
|
2895
|
-
"type": {
|
|
2896
|
-
"name": "mixed"
|
|
2897
|
-
},
|
|
2898
|
-
"name": "modelValue"
|
|
2899
|
-
}
|
|
2900
|
-
]
|
|
2901
|
-
},
|
|
2902
|
-
{
|
|
2903
|
-
"name": "navigate",
|
|
2904
|
-
"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."
|
|
2995
|
+
"name": "closed",
|
|
2996
|
+
"description": "Fires when modal is closed"
|
|
2905
2997
|
}
|
|
2906
2998
|
],
|
|
2907
|
-
"
|
|
2908
|
-
"./src/components/pagination/CdrPagination.vue"
|
|
2909
|
-
],
|
|
2910
|
-
"UIProperties": [
|
|
2911
|
-
{
|
|
2912
|
-
"name": "--cdr-pagination-link-text-color",
|
|
2913
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
2914
|
-
"description": "Text color of a cdr-pagination link"
|
|
2915
|
-
},
|
|
2916
|
-
{
|
|
2917
|
-
"name": "--cdr-pagination-link-fill-color",
|
|
2918
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
2919
|
-
"description": "Fill color of a cdr-pagination link"
|
|
2920
|
-
},
|
|
2999
|
+
"slots": [
|
|
2921
3000
|
{
|
|
2922
|
-
"name": "
|
|
2923
|
-
"
|
|
2924
|
-
"description": "Background color of a cdr-pagination link on hover/focus/active"
|
|
3001
|
+
"name": "modal",
|
|
3002
|
+
"description": "Use to override the entire CdrModal content container."
|
|
2925
3003
|
},
|
|
2926
3004
|
{
|
|
2927
|
-
"name": "
|
|
2928
|
-
"
|
|
2929
|
-
"description": "Background color of the keyline for the current cdr-pagination link"
|
|
3005
|
+
"name": "title",
|
|
3006
|
+
"description": "Use to override the default title"
|
|
2930
3007
|
},
|
|
2931
3008
|
{
|
|
2932
|
-
"name": "
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
3009
|
+
"name": "default"
|
|
3010
|
+
}
|
|
3011
|
+
],
|
|
3012
|
+
"sourceFiles": [
|
|
3013
|
+
"./src/components/modal/CdrModal.vue"
|
|
3014
|
+
],
|
|
3015
|
+
"UIProperties": [
|
|
2936
3016
|
{
|
|
2937
|
-
"name": "--cdr-
|
|
2938
|
-
"defaultValue": "--cdr-color-
|
|
2939
|
-
"description": "
|
|
3017
|
+
"name": "--cdr-modal-overlay-background-color",
|
|
3018
|
+
"defaultValue": "--cdr-color-background-modal-overlay",
|
|
3019
|
+
"description": "Background color of the modal overlay"
|
|
2940
3020
|
},
|
|
2941
3021
|
{
|
|
2942
|
-
"name": "--cdr-
|
|
2943
|
-
"defaultValue": "--cdr-color-
|
|
2944
|
-
"description": "
|
|
3022
|
+
"name": "--cdr-modal-content-wrap-background-color",
|
|
3023
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
3024
|
+
"description": "Background color of the content wrap"
|
|
2945
3025
|
}
|
|
2946
3026
|
]
|
|
2947
3027
|
},
|
|
@@ -3066,84 +3146,156 @@
|
|
|
3066
3146
|
}
|
|
3067
3147
|
]
|
|
3068
3148
|
},
|
|
3069
|
-
"
|
|
3070
|
-
"name": "
|
|
3071
|
-
"description": "
|
|
3149
|
+
"CdrPagination": {
|
|
3150
|
+
"name": "CdrPagination",
|
|
3151
|
+
"description": "Allows people to navigate to the next or previous page within an experience",
|
|
3072
3152
|
"tags": {},
|
|
3073
3153
|
"exportName": "default",
|
|
3074
|
-
"displayName": "
|
|
3154
|
+
"displayName": "CdrPagination",
|
|
3075
3155
|
"props": [
|
|
3076
3156
|
{
|
|
3077
|
-
"name": "
|
|
3078
|
-
"description": "
|
|
3079
|
-
"tags": {
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3157
|
+
"name": "id",
|
|
3158
|
+
"description": "Define a custom slug for the generated pagination item IDs. Slug is randomly generated if no ID provided.",
|
|
3159
|
+
"tags": {
|
|
3160
|
+
"demoIgnore": [
|
|
3161
|
+
{
|
|
3162
|
+
"description": "true",
|
|
3163
|
+
"title": "demoIgnore"
|
|
3164
|
+
}
|
|
3165
|
+
]
|
|
3166
|
+
},
|
|
3084
3167
|
"type": {
|
|
3085
3168
|
"name": "string"
|
|
3169
|
+
}
|
|
3170
|
+
},
|
|
3171
|
+
{
|
|
3172
|
+
"name": "totalPages",
|
|
3173
|
+
"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.",
|
|
3174
|
+
"type": {
|
|
3175
|
+
"name": "number"
|
|
3086
3176
|
},
|
|
3087
3177
|
"defaultValue": {
|
|
3088
3178
|
"func": false,
|
|
3089
|
-
"value": "
|
|
3179
|
+
"value": "null"
|
|
3090
3180
|
}
|
|
3091
3181
|
},
|
|
3092
3182
|
{
|
|
3093
|
-
"name": "
|
|
3094
|
-
"description": "
|
|
3095
|
-
"
|
|
3096
|
-
"
|
|
3097
|
-
{
|
|
3098
|
-
"description": "true",
|
|
3099
|
-
"title": "demoSelectMultiple"
|
|
3100
|
-
}
|
|
3101
|
-
]
|
|
3183
|
+
"name": "pages",
|
|
3184
|
+
"description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
|
|
3185
|
+
"type": {
|
|
3186
|
+
"name": "paginationItem[]"
|
|
3102
3187
|
},
|
|
3188
|
+
"required": true
|
|
3189
|
+
},
|
|
3190
|
+
{
|
|
3191
|
+
"name": "linkTag",
|
|
3192
|
+
"description": "Sets which tag type is used to render pagination elements",
|
|
3193
|
+
"tags": {},
|
|
3103
3194
|
"values": [
|
|
3104
|
-
"
|
|
3105
|
-
"
|
|
3106
|
-
"compact",
|
|
3107
|
-
"inline"
|
|
3195
|
+
"a",
|
|
3196
|
+
"button"
|
|
3108
3197
|
],
|
|
3109
3198
|
"type": {
|
|
3110
3199
|
"name": "string"
|
|
3111
3200
|
},
|
|
3201
|
+
"defaultValue": {
|
|
3202
|
+
"func": false,
|
|
3203
|
+
"value": "'a'"
|
|
3204
|
+
}
|
|
3205
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
"name": "forLabel",
|
|
3208
|
+
"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`",
|
|
3209
|
+
"type": {
|
|
3210
|
+
"name": "string"
|
|
3211
|
+
},
|
|
3112
3212
|
"defaultValue": {
|
|
3113
3213
|
"func": false,
|
|
3114
3214
|
"value": "''"
|
|
3115
3215
|
}
|
|
3216
|
+
},
|
|
3217
|
+
{
|
|
3218
|
+
"name": "modelValue",
|
|
3219
|
+
"tags": {
|
|
3220
|
+
"ignore": [
|
|
3221
|
+
{
|
|
3222
|
+
"description": "used for binding v-model, represents the current page",
|
|
3223
|
+
"title": "ignore"
|
|
3224
|
+
}
|
|
3225
|
+
]
|
|
3226
|
+
},
|
|
3227
|
+
"type": {
|
|
3228
|
+
"name": "number"
|
|
3229
|
+
}
|
|
3116
3230
|
}
|
|
3117
3231
|
],
|
|
3118
|
-
"
|
|
3232
|
+
"events": [
|
|
3119
3233
|
{
|
|
3120
|
-
"name": "
|
|
3121
|
-
"description": "
|
|
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
|
+
},
|
|
3256
|
+
{
|
|
3257
|
+
"name": "navigate",
|
|
3258
|
+
"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."
|
|
3122
3259
|
}
|
|
3123
3260
|
],
|
|
3124
3261
|
"sourceFiles": [
|
|
3125
|
-
"./src/components/
|
|
3262
|
+
"./src/components/pagination/CdrPagination.vue"
|
|
3126
3263
|
],
|
|
3127
3264
|
"UIProperties": [
|
|
3128
3265
|
{
|
|
3129
|
-
"name": "--cdr-
|
|
3130
|
-
"defaultValue": "--cdr-color-text-
|
|
3131
|
-
"description": "
|
|
3266
|
+
"name": "--cdr-pagination-link-text-color",
|
|
3267
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
3268
|
+
"description": "Text color of a cdr-pagination link"
|
|
3132
3269
|
},
|
|
3133
3270
|
{
|
|
3134
|
-
"name": "--cdr-
|
|
3135
|
-
"defaultValue": "--cdr-color-text-
|
|
3136
|
-
"description": "
|
|
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"
|
|
3284
|
+
},
|
|
3285
|
+
{
|
|
3286
|
+
"name": "--cdr-pagination-link-text-color-disabled",
|
|
3287
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
3288
|
+
"description": "Text color of a disabled cdr-pagination link"
|
|
3137
3289
|
},
|
|
3138
3290
|
{
|
|
3139
|
-
"name": "--cdr-
|
|
3140
|
-
"defaultValue": "--cdr-color-text-
|
|
3141
|
-
"description": "
|
|
3291
|
+
"name": "--cdr-pagination-link-fill-color-disabled",
|
|
3292
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
3293
|
+
"description": "Fill color of a disabled cdr-pagination link"
|
|
3142
3294
|
},
|
|
3143
3295
|
{
|
|
3144
|
-
"name": "--cdr-
|
|
3145
|
-
"defaultValue": "--cdr-color-text-
|
|
3146
|
-
"description": "
|
|
3296
|
+
"name": "--cdr-pagination-link-text-color-interactive-disabled",
|
|
3297
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
3298
|
+
"description": "Text color of a disabled cdr-pagination link on hover/focus/active"
|
|
3147
3299
|
}
|
|
3148
3300
|
]
|
|
3149
3301
|
},
|
|
@@ -3267,158 +3419,6 @@
|
|
|
3267
3419
|
"./src/components/popover/CdrPopover.vue"
|
|
3268
3420
|
]
|
|
3269
3421
|
},
|
|
3270
|
-
"CdrModal": {
|
|
3271
|
-
"name": "CdrModal",
|
|
3272
|
-
"description": "Disruptive, action-blocking overlays used to display important information",
|
|
3273
|
-
"tags": {},
|
|
3274
|
-
"exportName": "default",
|
|
3275
|
-
"displayName": "CdrModal",
|
|
3276
|
-
"props": [
|
|
3277
|
-
{
|
|
3278
|
-
"name": "opened",
|
|
3279
|
-
"description": "Toggles the state of the modal",
|
|
3280
|
-
"tags": {
|
|
3281
|
-
"demoIgnore": [
|
|
3282
|
-
{
|
|
3283
|
-
"description": "true",
|
|
3284
|
-
"title": "demoIgnore"
|
|
3285
|
-
}
|
|
3286
|
-
]
|
|
3287
|
-
},
|
|
3288
|
-
"type": {
|
|
3289
|
-
"name": "boolean"
|
|
3290
|
-
},
|
|
3291
|
-
"required": true
|
|
3292
|
-
},
|
|
3293
|
-
{
|
|
3294
|
-
"name": "label",
|
|
3295
|
-
"description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
|
|
3296
|
-
"type": {
|
|
3297
|
-
"name": "string"
|
|
3298
|
-
},
|
|
3299
|
-
"required": true
|
|
3300
|
-
},
|
|
3301
|
-
{
|
|
3302
|
-
"name": "showTitle",
|
|
3303
|
-
"description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
|
|
3304
|
-
"type": {
|
|
3305
|
-
"name": "boolean"
|
|
3306
|
-
},
|
|
3307
|
-
"required": false,
|
|
3308
|
-
"defaultValue": {
|
|
3309
|
-
"func": false,
|
|
3310
|
-
"value": true
|
|
3311
|
-
}
|
|
3312
|
-
},
|
|
3313
|
-
{
|
|
3314
|
-
"name": "ariaDescribedby",
|
|
3315
|
-
"description": "Text for aria-describedby attribute. Applied to modal content element",
|
|
3316
|
-
"type": {
|
|
3317
|
-
"name": "string"
|
|
3318
|
-
},
|
|
3319
|
-
"required": false,
|
|
3320
|
-
"defaultValue": {
|
|
3321
|
-
"func": false,
|
|
3322
|
-
"value": "null"
|
|
3323
|
-
}
|
|
3324
|
-
},
|
|
3325
|
-
{
|
|
3326
|
-
"name": "role",
|
|
3327
|
-
"description": "Sets the `role` attribute on the modal content element",
|
|
3328
|
-
"tags": {},
|
|
3329
|
-
"values": [
|
|
3330
|
-
"dialog",
|
|
3331
|
-
"alertDialog"
|
|
3332
|
-
],
|
|
3333
|
-
"type": {
|
|
3334
|
-
"name": "string"
|
|
3335
|
-
},
|
|
3336
|
-
"required": false,
|
|
3337
|
-
"defaultValue": {
|
|
3338
|
-
"func": false,
|
|
3339
|
-
"value": "'dialog'"
|
|
3340
|
-
}
|
|
3341
|
-
},
|
|
3342
|
-
{
|
|
3343
|
-
"name": "id",
|
|
3344
|
-
"description": "Sets unique `id` for modal",
|
|
3345
|
-
"type": {
|
|
3346
|
-
"name": "string"
|
|
3347
|
-
},
|
|
3348
|
-
"required": false,
|
|
3349
|
-
"defaultValue": {
|
|
3350
|
-
"func": false,
|
|
3351
|
-
"value": "null"
|
|
3352
|
-
}
|
|
3353
|
-
},
|
|
3354
|
-
{
|
|
3355
|
-
"name": "overlayClass",
|
|
3356
|
-
"description": "Adds custom class to the `cdr-modal__overlay` div",
|
|
3357
|
-
"type": {
|
|
3358
|
-
"name": "string"
|
|
3359
|
-
}
|
|
3360
|
-
},
|
|
3361
|
-
{
|
|
3362
|
-
"name": "wrapperClass",
|
|
3363
|
-
"description": "Adds custom class to the `cdr-modal__outerWrap` div",
|
|
3364
|
-
"type": {
|
|
3365
|
-
"name": "string"
|
|
3366
|
-
}
|
|
3367
|
-
},
|
|
3368
|
-
{
|
|
3369
|
-
"name": "contentClass",
|
|
3370
|
-
"description": "Adds custom class to the `cdr-modal__innerWrap` div",
|
|
3371
|
-
"type": {
|
|
3372
|
-
"name": "string"
|
|
3373
|
-
}
|
|
3374
|
-
},
|
|
3375
|
-
{
|
|
3376
|
-
"name": "animationDuration",
|
|
3377
|
-
"description": "Sets duration for modal's close animation",
|
|
3378
|
-
"type": {
|
|
3379
|
-
"name": "number"
|
|
3380
|
-
},
|
|
3381
|
-
"defaultValue": {
|
|
3382
|
-
"func": false,
|
|
3383
|
-
"value": "300"
|
|
3384
|
-
}
|
|
3385
|
-
}
|
|
3386
|
-
],
|
|
3387
|
-
"events": [
|
|
3388
|
-
{
|
|
3389
|
-
"name": "closed",
|
|
3390
|
-
"description": "Fires when modal is closed"
|
|
3391
|
-
}
|
|
3392
|
-
],
|
|
3393
|
-
"slots": [
|
|
3394
|
-
{
|
|
3395
|
-
"name": "modal",
|
|
3396
|
-
"description": "Use to override the entire CdrModal content container."
|
|
3397
|
-
},
|
|
3398
|
-
{
|
|
3399
|
-
"name": "title",
|
|
3400
|
-
"description": "Use to override the default title"
|
|
3401
|
-
},
|
|
3402
|
-
{
|
|
3403
|
-
"name": "default"
|
|
3404
|
-
}
|
|
3405
|
-
],
|
|
3406
|
-
"sourceFiles": [
|
|
3407
|
-
"./src/components/modal/CdrModal.vue"
|
|
3408
|
-
],
|
|
3409
|
-
"UIProperties": [
|
|
3410
|
-
{
|
|
3411
|
-
"name": "--cdr-modal-overlay-background-color",
|
|
3412
|
-
"defaultValue": "--cdr-color-background-modal-overlay",
|
|
3413
|
-
"description": "Background color of the modal overlay"
|
|
3414
|
-
},
|
|
3415
|
-
{
|
|
3416
|
-
"name": "--cdr-modal-content-wrap-background-color",
|
|
3417
|
-
"defaultValue": "--cdr-color-background-primary",
|
|
3418
|
-
"description": "Background color of the content wrap"
|
|
3419
|
-
}
|
|
3420
|
-
]
|
|
3421
|
-
},
|
|
3422
3422
|
"CdrPopup": {
|
|
3423
3423
|
"name": "CdrPopup",
|
|
3424
3424
|
"description": "An internal helper component used by Popover and Tooltip",
|
|
@@ -3457,124 +3457,36 @@
|
|
|
3457
3457
|
"value": true
|
|
3458
3458
|
}
|
|
3459
3459
|
},
|
|
3460
|
-
{
|
|
3461
|
-
"name": "contentClass",
|
|
3462
|
-
"type": {
|
|
3463
|
-
"name": "string"
|
|
3464
|
-
}
|
|
3465
|
-
}
|
|
3466
|
-
],
|
|
3467
|
-
"events": [
|
|
3468
|
-
{
|
|
3469
|
-
"name": "closed"
|
|
3470
|
-
}
|
|
3471
|
-
],
|
|
3472
|
-
"slots": [
|
|
3473
|
-
{
|
|
3474
|
-
"name": "default"
|
|
3475
|
-
}
|
|
3476
|
-
],
|
|
3477
|
-
"sourceFiles": [
|
|
3478
|
-
"./src/components/popup/CdrPopup.vue"
|
|
3479
|
-
],
|
|
3480
|
-
"UIProperties": [
|
|
3481
|
-
{
|
|
3482
|
-
"name": "--cdr-popup-content-background",
|
|
3483
|
-
"defaultValue": "--cdr-color-background-primary",
|
|
3484
|
-
"description": "Background color of cdr-popup content"
|
|
3485
|
-
},
|
|
3486
|
-
{
|
|
3487
|
-
"name": "--cdr-popup-content-border-color",
|
|
3488
|
-
"defaultValue": "--cdr-color-border-secondary",
|
|
3489
|
-
"description": "Border color of cdr-popup content"
|
|
3490
|
-
}
|
|
3491
|
-
]
|
|
3492
|
-
},
|
|
3493
|
-
"CdrQuote": {
|
|
3494
|
-
"name": "CdrQuote",
|
|
3495
|
-
"description": "Short excerpt used to emphasize content or break up a large body of text",
|
|
3496
|
-
"tags": {},
|
|
3497
|
-
"exportName": "default",
|
|
3498
|
-
"displayName": "CdrQuote",
|
|
3499
|
-
"props": [
|
|
3500
|
-
{
|
|
3501
|
-
"name": "tag",
|
|
3502
|
-
"description": "Sets the semantic HTML element for the quote.",
|
|
3503
|
-
"tags": {},
|
|
3504
|
-
"values": [
|
|
3505
|
-
"blockquote",
|
|
3506
|
-
"aside",
|
|
3507
|
-
"q",
|
|
3508
|
-
"div"
|
|
3509
|
-
],
|
|
3510
|
-
"type": {
|
|
3511
|
-
"name": "string"
|
|
3512
|
-
},
|
|
3513
|
-
"defaultValue": {
|
|
3514
|
-
"func": false,
|
|
3515
|
-
"value": "'blockquote'"
|
|
3516
|
-
}
|
|
3517
|
-
},
|
|
3518
|
-
{
|
|
3519
|
-
"name": "modifier",
|
|
3520
|
-
"description": "Modifies the style variant for the quote",
|
|
3521
|
-
"tags": {
|
|
3522
|
-
"demoSelectMultiple": [
|
|
3523
|
-
{
|
|
3524
|
-
"description": "true",
|
|
3525
|
-
"title": "demoSelectMultiple"
|
|
3526
|
-
}
|
|
3527
|
-
]
|
|
3528
|
-
},
|
|
3529
|
-
"values": [
|
|
3530
|
-
"pull"
|
|
3531
|
-
],
|
|
3532
|
-
"type": {
|
|
3533
|
-
"name": "string"
|
|
3534
|
-
},
|
|
3535
|
-
"defaultValue": {
|
|
3536
|
-
"func": false,
|
|
3537
|
-
"value": "''"
|
|
3538
|
-
}
|
|
3539
|
-
},
|
|
3540
|
-
{
|
|
3541
|
-
"name": "summary",
|
|
3542
|
-
"description": "Sets the quote body text.",
|
|
3543
|
-
"type": {
|
|
3544
|
-
"name": "string"
|
|
3545
|
-
}
|
|
3546
|
-
},
|
|
3547
|
-
{
|
|
3548
|
-
"name": "citation",
|
|
3549
|
-
"description": "Sets the quote attribution text.",
|
|
3460
|
+
{
|
|
3461
|
+
"name": "contentClass",
|
|
3550
3462
|
"type": {
|
|
3551
3463
|
"name": "string"
|
|
3552
3464
|
}
|
|
3553
3465
|
}
|
|
3554
3466
|
],
|
|
3467
|
+
"events": [
|
|
3468
|
+
{
|
|
3469
|
+
"name": "closed"
|
|
3470
|
+
}
|
|
3471
|
+
],
|
|
3555
3472
|
"slots": [
|
|
3556
3473
|
{
|
|
3557
3474
|
"name": "default"
|
|
3558
3475
|
}
|
|
3559
3476
|
],
|
|
3560
3477
|
"sourceFiles": [
|
|
3561
|
-
"./src/components/
|
|
3478
|
+
"./src/components/popup/CdrPopup.vue"
|
|
3562
3479
|
],
|
|
3563
3480
|
"UIProperties": [
|
|
3564
3481
|
{
|
|
3565
|
-
"name": "--cdr-
|
|
3566
|
-
"defaultValue": "--cdr-color-
|
|
3567
|
-
"description": "
|
|
3568
|
-
},
|
|
3569
|
-
{
|
|
3570
|
-
"name": "--cdr-quote-content-text-color",
|
|
3571
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
3572
|
-
"description": "Text color of cdr-quote content"
|
|
3482
|
+
"name": "--cdr-popup-content-background",
|
|
3483
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
3484
|
+
"description": "Background color of cdr-popup content"
|
|
3573
3485
|
},
|
|
3574
3486
|
{
|
|
3575
|
-
"name": "--cdr-
|
|
3576
|
-
"defaultValue": "--cdr-color-border-
|
|
3577
|
-
"description": "Border color of
|
|
3487
|
+
"name": "--cdr-popup-content-border-color",
|
|
3488
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
3489
|
+
"description": "Border color of cdr-popup content"
|
|
3578
3490
|
}
|
|
3579
3491
|
]
|
|
3580
3492
|
},
|
|
@@ -3818,6 +3730,94 @@
|
|
|
3818
3730
|
}
|
|
3819
3731
|
]
|
|
3820
3732
|
},
|
|
3733
|
+
"CdrQuote": {
|
|
3734
|
+
"name": "CdrQuote",
|
|
3735
|
+
"description": "Short excerpt used to emphasize content or break up a large body of text",
|
|
3736
|
+
"tags": {},
|
|
3737
|
+
"exportName": "default",
|
|
3738
|
+
"displayName": "CdrQuote",
|
|
3739
|
+
"props": [
|
|
3740
|
+
{
|
|
3741
|
+
"name": "tag",
|
|
3742
|
+
"description": "Sets the semantic HTML element for the quote.",
|
|
3743
|
+
"tags": {},
|
|
3744
|
+
"values": [
|
|
3745
|
+
"blockquote",
|
|
3746
|
+
"aside",
|
|
3747
|
+
"q",
|
|
3748
|
+
"div"
|
|
3749
|
+
],
|
|
3750
|
+
"type": {
|
|
3751
|
+
"name": "string"
|
|
3752
|
+
},
|
|
3753
|
+
"defaultValue": {
|
|
3754
|
+
"func": false,
|
|
3755
|
+
"value": "'blockquote'"
|
|
3756
|
+
}
|
|
3757
|
+
},
|
|
3758
|
+
{
|
|
3759
|
+
"name": "modifier",
|
|
3760
|
+
"description": "Modifies the style variant for the quote",
|
|
3761
|
+
"tags": {
|
|
3762
|
+
"demoSelectMultiple": [
|
|
3763
|
+
{
|
|
3764
|
+
"description": "true",
|
|
3765
|
+
"title": "demoSelectMultiple"
|
|
3766
|
+
}
|
|
3767
|
+
]
|
|
3768
|
+
},
|
|
3769
|
+
"values": [
|
|
3770
|
+
"pull"
|
|
3771
|
+
],
|
|
3772
|
+
"type": {
|
|
3773
|
+
"name": "string"
|
|
3774
|
+
},
|
|
3775
|
+
"defaultValue": {
|
|
3776
|
+
"func": false,
|
|
3777
|
+
"value": "''"
|
|
3778
|
+
}
|
|
3779
|
+
},
|
|
3780
|
+
{
|
|
3781
|
+
"name": "summary",
|
|
3782
|
+
"description": "Sets the quote body text.",
|
|
3783
|
+
"type": {
|
|
3784
|
+
"name": "string"
|
|
3785
|
+
}
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"name": "citation",
|
|
3789
|
+
"description": "Sets the quote attribution text.",
|
|
3790
|
+
"type": {
|
|
3791
|
+
"name": "string"
|
|
3792
|
+
}
|
|
3793
|
+
}
|
|
3794
|
+
],
|
|
3795
|
+
"slots": [
|
|
3796
|
+
{
|
|
3797
|
+
"name": "default"
|
|
3798
|
+
}
|
|
3799
|
+
],
|
|
3800
|
+
"sourceFiles": [
|
|
3801
|
+
"./src/components/quote/CdrQuote.vue"
|
|
3802
|
+
],
|
|
3803
|
+
"UIProperties": [
|
|
3804
|
+
{
|
|
3805
|
+
"name": "--cdr-quote-cite-text-color",
|
|
3806
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
3807
|
+
"description": "Text color of a cdr-quote citation"
|
|
3808
|
+
},
|
|
3809
|
+
{
|
|
3810
|
+
"name": "--cdr-quote-content-text-color",
|
|
3811
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
3812
|
+
"description": "Text color of cdr-quote content"
|
|
3813
|
+
},
|
|
3814
|
+
{
|
|
3815
|
+
"name": "--cdr-quote-pull-container-border-color",
|
|
3816
|
+
"defaultValue": "--cdr-color-border-primary",
|
|
3817
|
+
"description": "Border color of a cdr-quote pull container"
|
|
3818
|
+
}
|
|
3819
|
+
]
|
|
3820
|
+
},
|
|
3821
3821
|
"CdrRating": {
|
|
3822
3822
|
"name": "CdrRating",
|
|
3823
3823
|
"description": "Provides insight into user opinions for products, experiences, and more",
|
|
@@ -4241,6 +4241,57 @@
|
|
|
4241
4241
|
}
|
|
4242
4242
|
]
|
|
4243
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
|
+
},
|
|
4244
4295
|
"CdrSkeletonBone": {
|
|
4245
4296
|
"name": "CdrSkeletonBone",
|
|
4246
4297
|
"exportName": "default",
|
|
@@ -4260,73 +4311,176 @@
|
|
|
4260
4311
|
]
|
|
4261
4312
|
},
|
|
4262
4313
|
"values": [
|
|
4263
|
-
"default",
|
|
4264
|
-
"heading",
|
|
4265
|
-
"line",
|
|
4266
|
-
"rectangle",
|
|
4267
|
-
"square"
|
|
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
|
+
"CdrTable": {
|
|
4334
|
+
"name": "CdrTable",
|
|
4335
|
+
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
4336
|
+
"tags": {},
|
|
4337
|
+
"exportName": "default",
|
|
4338
|
+
"displayName": "CdrTable",
|
|
4339
|
+
"props": [
|
|
4340
|
+
{
|
|
4341
|
+
"name": "striped",
|
|
4342
|
+
"description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
|
|
4343
|
+
"type": {
|
|
4344
|
+
"name": "boolean"
|
|
4345
|
+
},
|
|
4346
|
+
"defaultValue": {
|
|
4347
|
+
"func": false,
|
|
4348
|
+
"value": false
|
|
4349
|
+
}
|
|
4350
|
+
},
|
|
4351
|
+
{
|
|
4352
|
+
"name": "border",
|
|
4353
|
+
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
4354
|
+
"type": {
|
|
4355
|
+
"name": "boolean"
|
|
4356
|
+
},
|
|
4357
|
+
"defaultValue": {
|
|
4358
|
+
"func": false,
|
|
4359
|
+
"value": true
|
|
4360
|
+
}
|
|
4361
|
+
},
|
|
4362
|
+
{
|
|
4363
|
+
"name": "fullWidth",
|
|
4364
|
+
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
4365
|
+
"type": {
|
|
4366
|
+
"name": "boolean|string"
|
|
4367
|
+
},
|
|
4368
|
+
"defaultValue": {
|
|
4369
|
+
"func": false,
|
|
4370
|
+
"value": true
|
|
4371
|
+
}
|
|
4372
|
+
},
|
|
4373
|
+
{
|
|
4374
|
+
"name": "responsive",
|
|
4375
|
+
"description": "Makes the table scroll horizontally when it would overflow its container",
|
|
4376
|
+
"type": {
|
|
4377
|
+
"name": "boolean"
|
|
4378
|
+
},
|
|
4379
|
+
"defaultValue": {
|
|
4380
|
+
"func": false,
|
|
4381
|
+
"value": true
|
|
4382
|
+
}
|
|
4383
|
+
},
|
|
4384
|
+
{
|
|
4385
|
+
"name": "hover",
|
|
4386
|
+
"description": "Adds a darker background on row hover",
|
|
4387
|
+
"type": {
|
|
4388
|
+
"name": "boolean"
|
|
4389
|
+
},
|
|
4390
|
+
"defaultValue": {
|
|
4391
|
+
"func": false,
|
|
4392
|
+
"value": false
|
|
4393
|
+
}
|
|
4394
|
+
},
|
|
4395
|
+
{
|
|
4396
|
+
"name": "size",
|
|
4397
|
+
"description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
|
|
4398
|
+
"tags": {
|
|
4399
|
+
"demoSelectMultiple": [
|
|
4400
|
+
{
|
|
4401
|
+
"description": "false",
|
|
4402
|
+
"title": "demoSelectMultiple"
|
|
4403
|
+
}
|
|
4404
|
+
]
|
|
4405
|
+
},
|
|
4406
|
+
"values": [
|
|
4407
|
+
"small",
|
|
4408
|
+
"medium",
|
|
4409
|
+
"large"
|
|
4268
4410
|
],
|
|
4269
4411
|
"type": {
|
|
4270
4412
|
"name": "string"
|
|
4271
4413
|
},
|
|
4272
4414
|
"defaultValue": {
|
|
4273
4415
|
"func": false,
|
|
4274
|
-
"value": "'
|
|
4275
|
-
}
|
|
4276
|
-
}
|
|
4277
|
-
],
|
|
4278
|
-
"sourceFiles": [
|
|
4279
|
-
"./src/components/skeleton/CdrSkeletonBone.vue"
|
|
4280
|
-
]
|
|
4281
|
-
},
|
|
4282
|
-
"CdrSkeleton": {
|
|
4283
|
-
"name": "CdrSkeleton",
|
|
4284
|
-
"description": "Visually communicates content is in the process of loading",
|
|
4285
|
-
"tags": {},
|
|
4286
|
-
"exportName": "default",
|
|
4287
|
-
"displayName": "CdrSkeleton",
|
|
4288
|
-
"props": [
|
|
4289
|
-
{
|
|
4290
|
-
"name": "motion",
|
|
4291
|
-
"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.",
|
|
4292
|
-
"type": {
|
|
4293
|
-
"name": "boolean"
|
|
4294
|
-
},
|
|
4295
|
-
"defaultValue": {
|
|
4296
|
-
"func": false,
|
|
4297
|
-
"value": true
|
|
4416
|
+
"value": "'medium'"
|
|
4298
4417
|
}
|
|
4299
4418
|
}
|
|
4300
4419
|
],
|
|
4301
4420
|
"slots": [
|
|
4302
4421
|
{
|
|
4303
4422
|
"name": "default",
|
|
4304
|
-
"description": "
|
|
4423
|
+
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
4305
4424
|
}
|
|
4306
4425
|
],
|
|
4307
4426
|
"sourceFiles": [
|
|
4308
|
-
"./src/components/
|
|
4427
|
+
"./src/components/table/CdrTable.vue"
|
|
4309
4428
|
],
|
|
4310
4429
|
"UIProperties": [
|
|
4311
4430
|
{
|
|
4312
|
-
"name": "--cdr-
|
|
4313
|
-
"defaultValue": "
|
|
4314
|
-
"description": "
|
|
4431
|
+
"name": "--cdr-table-base-text-color",
|
|
4432
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
4433
|
+
"description": "Color of the cdr-table base text"
|
|
4315
4434
|
},
|
|
4316
4435
|
{
|
|
4317
|
-
"name": "--cdr-
|
|
4318
|
-
"defaultValue": "
|
|
4319
|
-
"description": "
|
|
4436
|
+
"name": "--cdr-table-row-background-color",
|
|
4437
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4438
|
+
"description": "Background color of the table rows"
|
|
4320
4439
|
},
|
|
4321
4440
|
{
|
|
4322
|
-
"name": "--cdr-
|
|
4323
|
-
"defaultValue": "
|
|
4324
|
-
"description": "
|
|
4441
|
+
"name": "--cdr-table-header-background-color",
|
|
4442
|
+
"defaultValue": "--cdr-color-background-table-header",
|
|
4443
|
+
"description": "Background color of the table header"
|
|
4325
4444
|
},
|
|
4326
4445
|
{
|
|
4327
|
-
"name": "--cdr-
|
|
4328
|
-
"defaultValue": "
|
|
4329
|
-
"description": "
|
|
4446
|
+
"name": "--cdr-table-text-cell-color",
|
|
4447
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
4448
|
+
"description": "Text color of the table cells"
|
|
4449
|
+
},
|
|
4450
|
+
{
|
|
4451
|
+
"name": "--cdr-table-border-color-default",
|
|
4452
|
+
"defaultValue": "--cdr-color-border-table-default",
|
|
4453
|
+
"description": "Default border color of the table"
|
|
4454
|
+
},
|
|
4455
|
+
{
|
|
4456
|
+
"name": "--cdr-table-head-border-default",
|
|
4457
|
+
"defaultValue": "--cdr-color-border-table-head",
|
|
4458
|
+
"description": "Head border color of the table"
|
|
4459
|
+
},
|
|
4460
|
+
{
|
|
4461
|
+
"name": "--cdr-table-odd-row-background-color",
|
|
4462
|
+
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4463
|
+
"description": "Background color of all odd rows in the table"
|
|
4464
|
+
},
|
|
4465
|
+
{
|
|
4466
|
+
"name": "--cdr-table-header-odd-row-background-color",
|
|
4467
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4468
|
+
"description": "Background color of odd rows in the table header"
|
|
4469
|
+
},
|
|
4470
|
+
{
|
|
4471
|
+
"name": "--cdr-table-striped-odd-row-background-color",
|
|
4472
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4473
|
+
"description": "Background color of the odd rows in striped tables"
|
|
4474
|
+
},
|
|
4475
|
+
{
|
|
4476
|
+
"name": "--cdr-table-body-footer-odd-row-background-color",
|
|
4477
|
+
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4478
|
+
"description": "Background color of odd rows in the table body and footer"
|
|
4479
|
+
},
|
|
4480
|
+
{
|
|
4481
|
+
"name": "--cdr-table-cell-background-color-hover",
|
|
4482
|
+
"defaultValue": "--cdr-color-background-table-header",
|
|
4483
|
+
"description": "Background color of table cells on hover"
|
|
4330
4484
|
}
|
|
4331
4485
|
]
|
|
4332
4486
|
},
|
|
@@ -4495,218 +4649,64 @@
|
|
|
4495
4649
|
"description": "Fill of the cdr-switch x and check icons when it is checked"
|
|
4496
4650
|
},
|
|
4497
4651
|
{
|
|
4498
|
-
"name": "--cdr-switch-box-shadow-color-checked-focus",
|
|
4499
|
-
"defaultValue": "--cdr-color-border-secondary",
|
|
4500
|
-
"description": "Box-shadow of the cdr-switch button when it is checked and in focus"
|
|
4501
|
-
},
|
|
4502
|
-
{
|
|
4503
|
-
"name": "--cdr-switch-background-color-checked-focus",
|
|
4504
|
-
"defaultValue": "--cdr-color-background-switch-selected-default-focus",
|
|
4505
|
-
"description": "Background color of the cdr-switch button when it is checked and in focus"
|
|
4506
|
-
},
|
|
4507
|
-
{
|
|
4508
|
-
"name": "--cdr-switch-handle-border-color-checked-focus",
|
|
4509
|
-
"defaultValue": "--cdr-color-border-switch-handle-default-focus",
|
|
4510
|
-
"description": "Border of the cdr-switch handle when it is checked and in focus"
|
|
4511
|
-
},
|
|
4512
|
-
{
|
|
4513
|
-
"name": "--cdr-switch-handle-background-color-checked-focus",
|
|
4514
|
-
"defaultValue": "--cdr-color-background-switch-handle-selected-default-focus",
|
|
4515
|
-
"description": "Background color of the cdr-switch handle when it is checked and in focus"
|
|
4516
|
-
},
|
|
4517
|
-
{
|
|
4518
|
-
"name": "--cdr-switch-icon-fill-checked-focus",
|
|
4519
|
-
"defaultValue": "--cdr-color-icon-switch-selected-default-focus",
|
|
4520
|
-
"description": "Fill of the cdr-switch x and check icons when it is checked and in focus"
|
|
4521
|
-
},
|
|
4522
|
-
{
|
|
4523
|
-
"name": "--cdr-switch-handle-background-color-checked",
|
|
4524
|
-
"defaultValue": "--cdr-color-background-switch-handle-selected-default-rest",
|
|
4525
|
-
"description": "Background color of the cdr-switch handle when it is checked"
|
|
4526
|
-
},
|
|
4527
|
-
{
|
|
4528
|
-
"name": "--cdr-switch-border-color-checked-hover",
|
|
4529
|
-
"defaultValue": "--cdr-color-border-secondary",
|
|
4530
|
-
"description": "Border of the cdr-switch button when it is checked and on hover but not in focus"
|
|
4531
|
-
},
|
|
4532
|
-
{
|
|
4533
|
-
"name": "--cdr-switch-background-color-checked-hover",
|
|
4534
|
-
"defaultValue": "--cdr-color-background-switch-selected-default-hover",
|
|
4535
|
-
"description": "Background color of the cdr-switch button when it is checked and on hover but not in focus"
|
|
4536
|
-
},
|
|
4537
|
-
{
|
|
4538
|
-
"name": "--cdr-switch-icon-fill-checked-hover",
|
|
4539
|
-
"defaultValue": "--cdr-color-icon-switch-selected-default-hover",
|
|
4540
|
-
"description": "Fill of the cdr-switch x and check icons when it is checked and on hover but not in focus"
|
|
4541
|
-
},
|
|
4542
|
-
{
|
|
4543
|
-
"name": "--cdr-switch-handle-border-color-checked-hover",
|
|
4544
|
-
"defaultValue": "--cdr-color-border-switch-handle-default-hover",
|
|
4545
|
-
"description": "Border of the cdr-switch handle when it is checked and on hover but not in focus"
|
|
4546
|
-
},
|
|
4547
|
-
{
|
|
4548
|
-
"name": "--cdr-switch-handle-border",
|
|
4549
|
-
"defaultValue": "--cdr-color-border-secondary",
|
|
4550
|
-
"description": "Border color of the cdr-switch handle"
|
|
4551
|
-
},
|
|
4552
|
-
{
|
|
4553
|
-
"name": "--cdr-switch-handle-background-color-rest",
|
|
4554
|
-
"defaultValue": "--cdr-color-background-switch-handle-default-rest",
|
|
4555
|
-
"description": "Background color of the cdr-switch handle"
|
|
4556
|
-
}
|
|
4557
|
-
]
|
|
4558
|
-
},
|
|
4559
|
-
"CdrTable": {
|
|
4560
|
-
"name": "CdrTable",
|
|
4561
|
-
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
4562
|
-
"tags": {},
|
|
4563
|
-
"exportName": "default",
|
|
4564
|
-
"displayName": "CdrTable",
|
|
4565
|
-
"props": [
|
|
4566
|
-
{
|
|
4567
|
-
"name": "striped",
|
|
4568
|
-
"description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
|
|
4569
|
-
"type": {
|
|
4570
|
-
"name": "boolean"
|
|
4571
|
-
},
|
|
4572
|
-
"defaultValue": {
|
|
4573
|
-
"func": false,
|
|
4574
|
-
"value": false
|
|
4575
|
-
}
|
|
4576
|
-
},
|
|
4577
|
-
{
|
|
4578
|
-
"name": "border",
|
|
4579
|
-
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
4580
|
-
"type": {
|
|
4581
|
-
"name": "boolean"
|
|
4582
|
-
},
|
|
4583
|
-
"defaultValue": {
|
|
4584
|
-
"func": false,
|
|
4585
|
-
"value": true
|
|
4586
|
-
}
|
|
4587
|
-
},
|
|
4588
|
-
{
|
|
4589
|
-
"name": "fullWidth",
|
|
4590
|
-
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
4591
|
-
"type": {
|
|
4592
|
-
"name": "boolean|string"
|
|
4593
|
-
},
|
|
4594
|
-
"defaultValue": {
|
|
4595
|
-
"func": false,
|
|
4596
|
-
"value": true
|
|
4597
|
-
}
|
|
4598
|
-
},
|
|
4599
|
-
{
|
|
4600
|
-
"name": "responsive",
|
|
4601
|
-
"description": "Makes the table scroll horizontally when it would overflow its container",
|
|
4602
|
-
"type": {
|
|
4603
|
-
"name": "boolean"
|
|
4604
|
-
},
|
|
4605
|
-
"defaultValue": {
|
|
4606
|
-
"func": false,
|
|
4607
|
-
"value": true
|
|
4608
|
-
}
|
|
4609
|
-
},
|
|
4610
|
-
{
|
|
4611
|
-
"name": "hover",
|
|
4612
|
-
"description": "Adds a darker background on row hover",
|
|
4613
|
-
"type": {
|
|
4614
|
-
"name": "boolean"
|
|
4615
|
-
},
|
|
4616
|
-
"defaultValue": {
|
|
4617
|
-
"func": false,
|
|
4618
|
-
"value": false
|
|
4619
|
-
}
|
|
4620
|
-
},
|
|
4621
|
-
{
|
|
4622
|
-
"name": "size",
|
|
4623
|
-
"description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
|
|
4624
|
-
"tags": {
|
|
4625
|
-
"demoSelectMultiple": [
|
|
4626
|
-
{
|
|
4627
|
-
"description": "false",
|
|
4628
|
-
"title": "demoSelectMultiple"
|
|
4629
|
-
}
|
|
4630
|
-
]
|
|
4631
|
-
},
|
|
4632
|
-
"values": [
|
|
4633
|
-
"small",
|
|
4634
|
-
"medium",
|
|
4635
|
-
"large"
|
|
4636
|
-
],
|
|
4637
|
-
"type": {
|
|
4638
|
-
"name": "string"
|
|
4639
|
-
},
|
|
4640
|
-
"defaultValue": {
|
|
4641
|
-
"func": false,
|
|
4642
|
-
"value": "'medium'"
|
|
4643
|
-
}
|
|
4644
|
-
}
|
|
4645
|
-
],
|
|
4646
|
-
"slots": [
|
|
4647
|
-
{
|
|
4648
|
-
"name": "default",
|
|
4649
|
-
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
4650
|
-
}
|
|
4651
|
-
],
|
|
4652
|
-
"sourceFiles": [
|
|
4653
|
-
"./src/components/table/CdrTable.vue"
|
|
4654
|
-
],
|
|
4655
|
-
"UIProperties": [
|
|
4652
|
+
"name": "--cdr-switch-box-shadow-color-checked-focus",
|
|
4653
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
4654
|
+
"description": "Box-shadow of the cdr-switch button when it is checked and in focus"
|
|
4655
|
+
},
|
|
4656
4656
|
{
|
|
4657
|
-
"name": "--cdr-
|
|
4658
|
-
"defaultValue": "--cdr-color-
|
|
4659
|
-
"description": "
|
|
4657
|
+
"name": "--cdr-switch-background-color-checked-focus",
|
|
4658
|
+
"defaultValue": "--cdr-color-background-switch-selected-default-focus",
|
|
4659
|
+
"description": "Background color of the cdr-switch button when it is checked and in focus"
|
|
4660
4660
|
},
|
|
4661
4661
|
{
|
|
4662
|
-
"name": "--cdr-
|
|
4663
|
-
"defaultValue": "--cdr-color-
|
|
4664
|
-
"description": "
|
|
4662
|
+
"name": "--cdr-switch-handle-border-color-checked-focus",
|
|
4663
|
+
"defaultValue": "--cdr-color-border-switch-handle-default-focus",
|
|
4664
|
+
"description": "Border of the cdr-switch handle when it is checked and in focus"
|
|
4665
4665
|
},
|
|
4666
4666
|
{
|
|
4667
|
-
"name": "--cdr-
|
|
4668
|
-
"defaultValue": "--cdr-color-background-
|
|
4669
|
-
"description": "Background color of the
|
|
4667
|
+
"name": "--cdr-switch-handle-background-color-checked-focus",
|
|
4668
|
+
"defaultValue": "--cdr-color-background-switch-handle-selected-default-focus",
|
|
4669
|
+
"description": "Background color of the cdr-switch handle when it is checked and in focus"
|
|
4670
4670
|
},
|
|
4671
4671
|
{
|
|
4672
|
-
"name": "--cdr-
|
|
4673
|
-
"defaultValue": "--cdr-color-
|
|
4674
|
-
"description": "
|
|
4672
|
+
"name": "--cdr-switch-icon-fill-checked-focus",
|
|
4673
|
+
"defaultValue": "--cdr-color-icon-switch-selected-default-focus",
|
|
4674
|
+
"description": "Fill of the cdr-switch x and check icons when it is checked and in focus"
|
|
4675
4675
|
},
|
|
4676
4676
|
{
|
|
4677
|
-
"name": "--cdr-
|
|
4678
|
-
"defaultValue": "--cdr-color-
|
|
4679
|
-
"description": "
|
|
4677
|
+
"name": "--cdr-switch-handle-background-color-checked",
|
|
4678
|
+
"defaultValue": "--cdr-color-background-switch-handle-selected-default-rest",
|
|
4679
|
+
"description": "Background color of the cdr-switch handle when it is checked"
|
|
4680
4680
|
},
|
|
4681
4681
|
{
|
|
4682
|
-
"name": "--cdr-
|
|
4683
|
-
"defaultValue": "--cdr-color-border-
|
|
4684
|
-
"description": "
|
|
4682
|
+
"name": "--cdr-switch-border-color-checked-hover",
|
|
4683
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
4684
|
+
"description": "Border of the cdr-switch button when it is checked and on hover but not in focus"
|
|
4685
4685
|
},
|
|
4686
4686
|
{
|
|
4687
|
-
"name": "--cdr-
|
|
4688
|
-
"defaultValue": "--cdr-color-background-
|
|
4689
|
-
"description": "Background color of
|
|
4687
|
+
"name": "--cdr-switch-background-color-checked-hover",
|
|
4688
|
+
"defaultValue": "--cdr-color-background-switch-selected-default-hover",
|
|
4689
|
+
"description": "Background color of the cdr-switch button when it is checked and on hover but not in focus"
|
|
4690
4690
|
},
|
|
4691
4691
|
{
|
|
4692
|
-
"name": "--cdr-
|
|
4693
|
-
"defaultValue": "--cdr-color-
|
|
4694
|
-
"description": "
|
|
4692
|
+
"name": "--cdr-switch-icon-fill-checked-hover",
|
|
4693
|
+
"defaultValue": "--cdr-color-icon-switch-selected-default-hover",
|
|
4694
|
+
"description": "Fill of the cdr-switch x and check icons when it is checked and on hover but not in focus"
|
|
4695
4695
|
},
|
|
4696
4696
|
{
|
|
4697
|
-
"name": "--cdr-
|
|
4698
|
-
"defaultValue": "--cdr-color-
|
|
4699
|
-
"description": "
|
|
4697
|
+
"name": "--cdr-switch-handle-border-color-checked-hover",
|
|
4698
|
+
"defaultValue": "--cdr-color-border-switch-handle-default-hover",
|
|
4699
|
+
"description": "Border of the cdr-switch handle when it is checked and on hover but not in focus"
|
|
4700
4700
|
},
|
|
4701
4701
|
{
|
|
4702
|
-
"name": "--cdr-
|
|
4703
|
-
"defaultValue": "--cdr-color-
|
|
4704
|
-
"description": "
|
|
4702
|
+
"name": "--cdr-switch-handle-border",
|
|
4703
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
4704
|
+
"description": "Border color of the cdr-switch handle"
|
|
4705
4705
|
},
|
|
4706
4706
|
{
|
|
4707
|
-
"name": "--cdr-
|
|
4708
|
-
"defaultValue": "--cdr-color-background-
|
|
4709
|
-
"description": "Background color of
|
|
4707
|
+
"name": "--cdr-switch-handle-background-color-rest",
|
|
4708
|
+
"defaultValue": "--cdr-color-background-switch-handle-default-rest",
|
|
4709
|
+
"description": "Background color of the cdr-switch handle"
|
|
4710
4710
|
}
|
|
4711
4711
|
]
|
|
4712
4712
|
},
|
|
@@ -5229,99 +5229,6 @@
|
|
|
5229
5229
|
}
|
|
5230
5230
|
]
|
|
5231
5231
|
},
|
|
5232
|
-
"CdrToggleGroup": {
|
|
5233
|
-
"name": "CdrToggleGroup",
|
|
5234
|
-
"exportName": "default",
|
|
5235
|
-
"displayName": "CdrToggleGroup",
|
|
5236
|
-
"description": "",
|
|
5237
|
-
"tags": {},
|
|
5238
|
-
"props": [
|
|
5239
|
-
{
|
|
5240
|
-
"name": "modelValue",
|
|
5241
|
-
"tags": {
|
|
5242
|
-
"ignore": [
|
|
5243
|
-
{
|
|
5244
|
-
"description": true,
|
|
5245
|
-
"title": "ignore"
|
|
5246
|
-
}
|
|
5247
|
-
]
|
|
5248
|
-
},
|
|
5249
|
-
"type": {
|
|
5250
|
-
"name": "string|number|boolean|object|array"
|
|
5251
|
-
},
|
|
5252
|
-
"required": true
|
|
5253
|
-
},
|
|
5254
|
-
{
|
|
5255
|
-
"name": "size",
|
|
5256
|
-
"description": "Sets toggle button size",
|
|
5257
|
-
"tags": {
|
|
5258
|
-
"demoSelectMultiple": [
|
|
5259
|
-
{
|
|
5260
|
-
"description": "false",
|
|
5261
|
-
"title": "demoSelectMultiple"
|
|
5262
|
-
}
|
|
5263
|
-
]
|
|
5264
|
-
},
|
|
5265
|
-
"values": [
|
|
5266
|
-
"medium",
|
|
5267
|
-
"large"
|
|
5268
|
-
],
|
|
5269
|
-
"type": {
|
|
5270
|
-
"name": "string"
|
|
5271
|
-
},
|
|
5272
|
-
"defaultValue": {
|
|
5273
|
-
"func": false,
|
|
5274
|
-
"value": "'medium'"
|
|
5275
|
-
}
|
|
5276
|
-
}
|
|
5277
|
-
],
|
|
5278
|
-
"events": [
|
|
5279
|
-
{
|
|
5280
|
-
"name": "update:modelValue",
|
|
5281
|
-
"description": "Event emitted by v-model",
|
|
5282
|
-
"properties": [
|
|
5283
|
-
{
|
|
5284
|
-
"type": {
|
|
5285
|
-
"names": [
|
|
5286
|
-
"mixed"
|
|
5287
|
-
]
|
|
5288
|
-
},
|
|
5289
|
-
"name": "modelValue"
|
|
5290
|
-
}
|
|
5291
|
-
],
|
|
5292
|
-
"tags": [
|
|
5293
|
-
{
|
|
5294
|
-
"title": "param",
|
|
5295
|
-
"type": {
|
|
5296
|
-
"name": "mixed"
|
|
5297
|
-
},
|
|
5298
|
-
"name": "modelValue"
|
|
5299
|
-
}
|
|
5300
|
-
]
|
|
5301
|
-
}
|
|
5302
|
-
],
|
|
5303
|
-
"slots": [
|
|
5304
|
-
{
|
|
5305
|
-
"name": "default",
|
|
5306
|
-
"description": "CdrToggleGroup content (CdrToggleButton components)"
|
|
5307
|
-
}
|
|
5308
|
-
],
|
|
5309
|
-
"sourceFiles": [
|
|
5310
|
-
"./src/components/toggleButton/CdrToggleGroup.vue"
|
|
5311
|
-
],
|
|
5312
|
-
"UIProperties": [
|
|
5313
|
-
{
|
|
5314
|
-
"name": "--cdr-toggle-group-border-color",
|
|
5315
|
-
"defaultValue": "--cdr-color-border-primary",
|
|
5316
|
-
"description": "Border color of the cdr-toggle-group"
|
|
5317
|
-
},
|
|
5318
|
-
{
|
|
5319
|
-
"name": "--cdr-toggle-group-background-color-default-rest",
|
|
5320
|
-
"defaultValue": "--cdr-color-background-toggle-group-default-rest",
|
|
5321
|
-
"description": "Default background color of the cdr-toggle-group"
|
|
5322
|
-
}
|
|
5323
|
-
]
|
|
5324
|
-
},
|
|
5325
5232
|
"CdrTooltip": {
|
|
5326
5233
|
"name": "CdrTooltip",
|
|
5327
5234
|
"description": "Floating label used to clarify interface actions",
|
|
@@ -5452,5 +5359,98 @@
|
|
|
5452
5359
|
"description": "Background color of the cdr-popup arrow"
|
|
5453
5360
|
}
|
|
5454
5361
|
]
|
|
5362
|
+
},
|
|
5363
|
+
"CdrToggleGroup": {
|
|
5364
|
+
"name": "CdrToggleGroup",
|
|
5365
|
+
"exportName": "default",
|
|
5366
|
+
"displayName": "CdrToggleGroup",
|
|
5367
|
+
"description": "",
|
|
5368
|
+
"tags": {},
|
|
5369
|
+
"props": [
|
|
5370
|
+
{
|
|
5371
|
+
"name": "modelValue",
|
|
5372
|
+
"tags": {
|
|
5373
|
+
"ignore": [
|
|
5374
|
+
{
|
|
5375
|
+
"description": true,
|
|
5376
|
+
"title": "ignore"
|
|
5377
|
+
}
|
|
5378
|
+
]
|
|
5379
|
+
},
|
|
5380
|
+
"type": {
|
|
5381
|
+
"name": "string|number|boolean|object|array"
|
|
5382
|
+
},
|
|
5383
|
+
"required": true
|
|
5384
|
+
},
|
|
5385
|
+
{
|
|
5386
|
+
"name": "size",
|
|
5387
|
+
"description": "Sets toggle button size",
|
|
5388
|
+
"tags": {
|
|
5389
|
+
"demoSelectMultiple": [
|
|
5390
|
+
{
|
|
5391
|
+
"description": "false",
|
|
5392
|
+
"title": "demoSelectMultiple"
|
|
5393
|
+
}
|
|
5394
|
+
]
|
|
5395
|
+
},
|
|
5396
|
+
"values": [
|
|
5397
|
+
"medium",
|
|
5398
|
+
"large"
|
|
5399
|
+
],
|
|
5400
|
+
"type": {
|
|
5401
|
+
"name": "string"
|
|
5402
|
+
},
|
|
5403
|
+
"defaultValue": {
|
|
5404
|
+
"func": false,
|
|
5405
|
+
"value": "'medium'"
|
|
5406
|
+
}
|
|
5407
|
+
}
|
|
5408
|
+
],
|
|
5409
|
+
"events": [
|
|
5410
|
+
{
|
|
5411
|
+
"name": "update:modelValue",
|
|
5412
|
+
"description": "Event emitted by v-model",
|
|
5413
|
+
"properties": [
|
|
5414
|
+
{
|
|
5415
|
+
"type": {
|
|
5416
|
+
"names": [
|
|
5417
|
+
"mixed"
|
|
5418
|
+
]
|
|
5419
|
+
},
|
|
5420
|
+
"name": "modelValue"
|
|
5421
|
+
}
|
|
5422
|
+
],
|
|
5423
|
+
"tags": [
|
|
5424
|
+
{
|
|
5425
|
+
"title": "param",
|
|
5426
|
+
"type": {
|
|
5427
|
+
"name": "mixed"
|
|
5428
|
+
},
|
|
5429
|
+
"name": "modelValue"
|
|
5430
|
+
}
|
|
5431
|
+
]
|
|
5432
|
+
}
|
|
5433
|
+
],
|
|
5434
|
+
"slots": [
|
|
5435
|
+
{
|
|
5436
|
+
"name": "default",
|
|
5437
|
+
"description": "CdrToggleGroup content (CdrToggleButton components)"
|
|
5438
|
+
}
|
|
5439
|
+
],
|
|
5440
|
+
"sourceFiles": [
|
|
5441
|
+
"./src/components/toggleButton/CdrToggleGroup.vue"
|
|
5442
|
+
],
|
|
5443
|
+
"UIProperties": [
|
|
5444
|
+
{
|
|
5445
|
+
"name": "--cdr-toggle-group-border-color",
|
|
5446
|
+
"defaultValue": "--cdr-color-border-primary",
|
|
5447
|
+
"description": "Border color of the cdr-toggle-group"
|
|
5448
|
+
},
|
|
5449
|
+
{
|
|
5450
|
+
"name": "--cdr-toggle-group-background-color-default-rest",
|
|
5451
|
+
"defaultValue": "--cdr-color-background-toggle-group-default-rest",
|
|
5452
|
+
"description": "Default background color of the cdr-toggle-group"
|
|
5453
|
+
}
|
|
5454
|
+
]
|
|
5455
5455
|
}
|
|
5456
5456
|
}
|