@rei/cedar 11.0.1 → 13.0.0-alpha.kurt-test
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/README.md +28 -35
- package/dist/cedar-compiled.css +944 -1104
- package/dist/cedar.js +8727 -9237
- package/dist/cedar.mjs +8519 -7534
- package/dist/lib/_virtual/plugin-vue_export-helper.js +9 -0
- package/dist/lib/assets/{cedar-compiled-010f67b6.css → cedar-compiled-f3a569d4.css} +2475 -2635
- package/dist/lib/node_modules/@rei/cdr-tokens/dist/js/{cdr-tokens.esm.mjs → cdr-tokens.esm.js} +0 -0
- package/dist/lib/src/components/accordion/CdrAccordion.js +211 -0
- package/dist/lib/src/components/accordion/CdrAccordionGroup.js +112 -0
- package/dist/lib/src/components/banner/CdrBanner.js +91 -0
- package/dist/lib/src/components/breadcrumb/CdrBreadcrumb.js +140 -0
- package/dist/lib/src/components/button/CdrButton.js +124 -0
- package/dist/lib/src/components/caption/CdrCaption.js +40 -0
- package/dist/lib/src/components/card/CdrCard.js +32 -0
- package/dist/lib/src/components/checkbox/CdrCheckbox.js +118 -0
- package/dist/lib/src/components/chip/CdrChip.js +59 -0
- package/dist/lib/src/components/chip/CdrChipGroup.js +109 -0
- package/dist/lib/src/components/container/CdrContainer.js +49 -0
- package/dist/lib/src/components/formError/CdrFormError.js +40 -0
- package/dist/lib/src/components/formGroup/CdrFormGroup.js +99 -0
- package/dist/lib/src/components/grid/CdrGrid.js +54 -0
- package/dist/lib/src/components/icon/CdrIcon.js +67 -0
- package/dist/lib/src/components/icon/comps/account-profile-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/account-profile.js +35 -0
- package/dist/lib/src/components/icon/comps/arrow-down.js +35 -0
- package/dist/lib/src/components/icon/comps/arrow-left.js +35 -0
- package/dist/lib/src/components/icon/comps/arrow-right.js +35 -0
- package/dist/lib/src/components/icon/comps/arrow-up.js +35 -0
- package/dist/lib/src/components/icon/comps/atv.js +35 -0
- package/dist/lib/src/components/icon/comps/bed-outline.js +35 -0
- package/dist/lib/src/components/icon/comps/bike-shop.js +35 -0
- package/dist/lib/src/components/icon/comps/binoculars.js +35 -0
- package/dist/lib/src/components/icon/comps/birding.js +35 -0
- package/dist/lib/src/components/icon/comps/boat.js +35 -0
- package/dist/lib/src/components/icon/comps/boating.js +35 -0
- package/dist/lib/src/components/icon/comps/bookmark-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/bookmark-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/brand-abstract.js +35 -0
- package/dist/lib/src/components/icon/comps/brand-code-sandbox.js +35 -0
- package/dist/lib/src/components/icon/comps/brand-github.js +35 -0
- package/dist/lib/src/components/icon/comps/brand-linkedin.js +35 -0
- package/dist/lib/src/components/icon/comps/brand-rei-ice-axes.js +35 -0
- package/dist/lib/src/components/icon/comps/brand-sketch.js +35 -0
- package/dist/lib/src/components/icon/comps/buddies.js +35 -0
- package/dist/lib/src/components/icon/comps/bus.js +35 -0
- package/dist/lib/src/components/icon/comps/calendar.js +35 -0
- package/dist/lib/src/components/icon/comps/camera.js +35 -0
- package/dist/lib/src/components/icon/comps/canoe.js +35 -0
- package/dist/lib/src/components/icon/comps/car.js +35 -0
- package/dist/lib/src/components/icon/comps/caret-down.js +35 -0
- package/dist/lib/src/components/icon/comps/caret-left.js +35 -0
- package/dist/lib/src/components/icon/comps/caret-right.js +35 -0
- package/dist/lib/src/components/icon/comps/caret-up.js +35 -0
- package/dist/lib/src/components/icon/comps/cart-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/cart.js +35 -0
- package/dist/lib/src/components/icon/comps/chain-link.js +35 -0
- package/dist/lib/src/components/icon/comps/chat.js +35 -0
- package/dist/lib/src/components/icon/comps/check-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/check-lg.js +35 -0
- package/dist/lib/src/components/icon/comps/check-sm.js +35 -0
- package/dist/lib/src/components/icon/comps/check-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/climb.js +35 -0
- package/dist/lib/src/components/icon/comps/clipboard.js +35 -0
- package/dist/lib/src/components/icon/comps/clock.js +35 -0
- package/dist/lib/src/components/icon/comps/code-html.js +35 -0
- package/dist/lib/src/components/icon/comps/code-js.js +35 -0
- package/dist/lib/src/components/icon/comps/compass.js +35 -0
- package/dist/lib/src/components/icon/comps/copy.js +35 -0
- package/dist/lib/src/components/icon/comps/coupon-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/coupon-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/credit-card.js +35 -0
- package/dist/lib/src/components/icon/comps/curbside-pickup.js +35 -0
- package/dist/lib/src/components/icon/comps/day.js +35 -0
- package/dist/lib/src/components/icon/comps/diving.js +35 -0
- package/dist/lib/src/components/icon/comps/dog.js +35 -0
- package/dist/lib/src/components/icon/comps/download.js +35 -0
- package/dist/lib/src/components/icon/comps/edit.js +35 -0
- package/dist/lib/src/components/icon/comps/elevation.js +35 -0
- package/dist/lib/src/components/icon/comps/error-fill.js +37 -0
- package/dist/lib/src/components/icon/comps/error-stroke.js +42 -0
- package/dist/lib/src/components/icon/comps/expand.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-backpacking.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-camping.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-climbing.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-clothing.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-cycling.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-family.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-fitness.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-hiking.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-outdoor-basics.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-paddling.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-rentals.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-snowsports.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-travel.js +35 -0
- package/dist/lib/src/components/icon/comps/external-link.js +35 -0
- package/dist/lib/src/components/icon/comps/eye-hide.js +35 -0
- package/dist/lib/src/components/icon/comps/eye-show.js +35 -0
- package/dist/lib/src/components/icon/comps/facebook.js +35 -0
- package/dist/lib/src/components/icon/comps/filter-alt.js +35 -0
- package/dist/lib/src/components/icon/comps/filter.js +35 -0
- package/dist/lib/src/components/icon/comps/find-location.js +35 -0
- package/dist/lib/src/components/icon/comps/fire.js +35 -0
- package/dist/lib/src/components/icon/comps/fishing.js +35 -0
- package/dist/lib/src/components/icon/comps/free-product.js +35 -0
- package/dist/lib/src/components/icon/comps/grid-view.js +35 -0
- package/dist/lib/src/components/icon/comps/heart-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/heart-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/hike.js +35 -0
- package/dist/lib/src/components/icon/comps/history.js +35 -0
- package/dist/lib/src/components/icon/comps/home.js +35 -0
- package/dist/lib/src/components/icon/comps/horse.js +35 -0
- package/dist/lib/src/components/icon/comps/horseshoe.js +35 -0
- package/dist/lib/src/components/icon/comps/image.js +35 -0
- package/dist/lib/src/components/icon/comps/information-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/information-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/instagram.js +35 -0
- package/dist/lib/src/components/icon/comps/kayak.js +35 -0
- package/dist/lib/src/components/icon/comps/list-ragged.js +35 -0
- package/dist/lib/src/components/icon/comps/list-view.js +35 -0
- package/dist/lib/src/components/icon/comps/location-pin-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/location-pin-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/lock-locked-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/lock-locked-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/lock-unlocked-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/mail.js +35 -0
- package/dist/lib/src/components/icon/comps/map.js +35 -0
- package/dist/lib/src/components/icon/comps/member-card.js +35 -0
- package/dist/lib/src/components/icon/comps/microphone.js +35 -0
- package/dist/lib/src/components/icon/comps/minus-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/minus-lg.js +35 -0
- package/dist/lib/src/components/icon/comps/minus-sm.js +35 -0
- package/dist/lib/src/components/icon/comps/minus-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/more-functions.js +35 -0
- package/dist/lib/src/components/icon/comps/my-location.js +35 -0
- package/dist/lib/src/components/icon/comps/navigation-menu.js +35 -0
- package/dist/lib/src/components/icon/comps/night.js +35 -0
- package/dist/lib/src/components/icon/comps/paddle.js +35 -0
- package/dist/lib/src/components/icon/comps/pause-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/pause-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/pause.js +35 -0
- package/dist/lib/src/components/icon/comps/photography.js +35 -0
- package/dist/lib/src/components/icon/comps/picnic.js +35 -0
- package/dist/lib/src/components/icon/comps/pinterest.js +35 -0
- package/dist/lib/src/components/icon/comps/plane.js +35 -0
- package/dist/lib/src/components/icon/comps/play-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/play-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/play.js +35 -0
- package/dist/lib/src/components/icon/comps/playground.js +35 -0
- package/dist/lib/src/components/icon/comps/plugin.js +35 -0
- package/dist/lib/src/components/icon/comps/plus-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/plus-lg.js +35 -0
- package/dist/lib/src/components/icon/comps/plus-sm.js +35 -0
- package/dist/lib/src/components/icon/comps/plus-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/print.js +35 -0
- package/dist/lib/src/components/icon/comps/protection-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/protection-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/question-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/question-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/refresh.js +35 -0
- package/dist/lib/src/components/icon/comps/reload.js +35 -0
- package/dist/lib/src/components/icon/comps/returns.js +35 -0
- package/dist/lib/src/components/icon/comps/run.js +35 -0
- package/dist/lib/src/components/icon/comps/scan-barcode.js +35 -0
- package/dist/lib/src/components/icon/comps/search.js +35 -0
- package/dist/lib/src/components/icon/comps/service-shop.js +35 -0
- package/dist/lib/src/components/icon/comps/shipping.js +35 -0
- package/dist/lib/src/components/icon/comps/shopping-bag-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/shopping-bag.js +35 -0
- package/dist/lib/src/components/icon/comps/shrink.js +35 -0
- package/dist/lib/src/components/icon/comps/size-chart.js +35 -0
- package/dist/lib/src/components/icon/comps/ski-boot.js +35 -0
- package/dist/lib/src/components/icon/comps/ski.js +35 -0
- package/dist/lib/src/components/icon/comps/snow-shop.js +35 -0
- package/dist/lib/src/components/icon/comps/snow.js +35 -0
- package/dist/lib/src/components/icon/comps/sort.js +35 -0
- package/dist/lib/src/components/icon/comps/star-100.js +35 -0
- package/dist/lib/src/components/icon/comps/star-25.js +35 -0
- package/dist/lib/src/components/icon/comps/star-50.js +35 -0
- package/dist/lib/src/components/icon/comps/star-75.js +35 -0
- package/dist/lib/src/components/icon/comps/star-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/storefront.js +35 -0
- package/dist/lib/src/components/icon/comps/swim.js +35 -0
- package/dist/lib/src/components/icon/comps/telephone.js +35 -0
- package/dist/lib/src/components/icon/comps/tent.js +35 -0
- package/dist/lib/src/components/icon/comps/trash.js +35 -0
- package/dist/lib/src/components/icon/comps/twitter.js +35 -0
- package/dist/lib/src/components/icon/comps/upload.js +35 -0
- package/dist/lib/src/components/icon/comps/verified-purchaser.js +35 -0
- package/dist/lib/src/components/icon/comps/virtual-outfitting.js +35 -0
- package/dist/lib/src/components/icon/comps/warning-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/warning-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/water.js +35 -0
- package/dist/lib/src/components/icon/comps/wilderness.js +35 -0
- package/dist/lib/src/components/icon/comps/x-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/x-lg.js +35 -0
- package/dist/lib/src/components/icon/comps/x-sm.js +35 -0
- package/dist/lib/src/components/icon/comps/x-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/youtube.js +35 -0
- package/dist/lib/src/components/icon/comps/zoom-in.js +35 -0
- package/dist/lib/src/components/icon/comps/zoom-out.js +35 -0
- package/dist/lib/src/components/image/CdrImg.js +148 -0
- package/dist/lib/src/components/input/CdrInput.js +305 -0
- package/dist/lib/src/components/labelStandalone/CdrLabelStandalone.js +116 -0
- package/dist/lib/src/components/labelWrapper/CdrLabelWrapper.js +60 -0
- package/dist/lib/src/components/link/CdrLink.js +71 -0
- package/dist/lib/src/components/list/CdrList.js +46 -0
- package/dist/lib/src/components/modal/CdrModal.js +383 -0
- package/dist/lib/src/components/modal/{onTransitionEnd.mjs → onTransitionEnd.js} +15 -13
- package/dist/lib/src/components/pagination/CdrPagination.js +315 -0
- package/dist/lib/src/components/popover/CdrPopover.js +183 -0
- package/dist/lib/src/components/popup/CdrPopup.js +188 -0
- package/dist/lib/src/components/popup/calculatePlacement.js +88 -0
- package/dist/lib/src/components/quote/CdrQuote.js +64 -0
- package/dist/lib/src/components/radio/CdrRadio.js +110 -0
- package/dist/lib/src/components/rating/CdrRating.js +184 -0
- package/dist/lib/src/components/select/CdrSelect.js +277 -0
- package/dist/lib/src/components/table/CdrTable.js +84 -0
- package/dist/lib/src/components/tabs/CdrTabPanel.js +117 -0
- package/dist/lib/src/components/tabs/CdrTabs.js +361 -0
- package/dist/lib/src/components/text/CdrText.js +31 -0
- package/dist/lib/src/components/toast/CdrToast.js +160 -0
- package/dist/lib/src/components/tooltip/CdrTooltip.js +129 -0
- package/dist/lib/src/{index.mjs → index.js} +209 -209
- package/dist/lib/src/mixins/breakpoints.js +21 -0
- package/dist/lib/src/props/background.js +11 -0
- package/dist/lib/src/props/size.js +11 -0
- package/dist/lib/src/utils/buildClass.js +90 -0
- package/dist/lib/src/utils/mapClasses.js +22 -0
- package/dist/lib/src/utils/{propValidator.mjs → propValidator.js} +6 -5
- package/dist/style/cedar-full.css +0 -1
- package/package.json +53 -38
- package/dist/lib/src/components/accordion/CdrAccordion.mjs +0 -198
- package/dist/lib/src/components/accordion/CdrAccordionGroup.mjs +0 -119
- package/dist/lib/src/components/accordion/styles/CdrAccordion.mjs +0 -3
- package/dist/lib/src/components/accordion/styles/CdrAccordionGroup.mjs +0 -3
- package/dist/lib/src/components/banner/CdrBanner.mjs +0 -61
- package/dist/lib/src/components/banner/styles/CdrBanner.mjs +0 -3
- package/dist/lib/src/components/breadcrumb/CdrBreadcrumb.mjs +0 -158
- package/dist/lib/src/components/breadcrumb/styles/CdrBreadcrumb.mjs +0 -3
- package/dist/lib/src/components/button/CdrButton.mjs +0 -118
- package/dist/lib/src/components/button/styles/CdrButton.mjs +0 -3
- package/dist/lib/src/components/caption/CdrCaption.mjs +0 -38
- package/dist/lib/src/components/caption/styles/CdrCaption.mjs +0 -3
- package/dist/lib/src/components/card/CdrCard.mjs +0 -35
- package/dist/lib/src/components/card/styles/CdrCard.mjs +0 -3
- package/dist/lib/src/components/checkbox/CdrCheckbox.mjs +0 -165
- package/dist/lib/src/components/checkbox/styles/CdrCheckbox.mjs +0 -3
- package/dist/lib/src/components/chip/CdrChip.mjs +0 -30
- package/dist/lib/src/components/chip/CdrChipGroup.mjs +0 -105
- package/dist/lib/src/components/chip/styles/CdrChip.mjs +0 -3
- package/dist/lib/src/components/chip/styles/CdrChipGroup.mjs +0 -3
- package/dist/lib/src/components/container/CdrContainer.mjs +0 -49
- package/dist/lib/src/components/container/styles/CdrContainer.mjs +0 -3
- package/dist/lib/src/components/formError/CdrFormError.mjs +0 -39
- package/dist/lib/src/components/formError/styles/CdrFormError.mjs +0 -3
- package/dist/lib/src/components/formGroup/CdrFormGroup.mjs +0 -95
- package/dist/lib/src/components/formGroup/styles/CdrFormGroup.mjs +0 -3
- package/dist/lib/src/components/grid/CdrGrid.mjs +0 -55
- package/dist/lib/src/components/grid/styles/CdrGrid.mjs +0 -3
- package/dist/lib/src/components/icon/CdrIcon.mjs +0 -76
- package/dist/lib/src/components/icon/comps/account-profile-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/account-profile.mjs +0 -27
- package/dist/lib/src/components/icon/comps/arrow-down.mjs +0 -27
- package/dist/lib/src/components/icon/comps/arrow-left.mjs +0 -27
- package/dist/lib/src/components/icon/comps/arrow-right.mjs +0 -27
- package/dist/lib/src/components/icon/comps/arrow-up.mjs +0 -27
- package/dist/lib/src/components/icon/comps/atv.mjs +0 -27
- package/dist/lib/src/components/icon/comps/bed-outline.mjs +0 -27
- package/dist/lib/src/components/icon/comps/bike-shop.mjs +0 -27
- package/dist/lib/src/components/icon/comps/binoculars.mjs +0 -27
- package/dist/lib/src/components/icon/comps/birding.mjs +0 -27
- package/dist/lib/src/components/icon/comps/boat.mjs +0 -27
- package/dist/lib/src/components/icon/comps/boating.mjs +0 -27
- package/dist/lib/src/components/icon/comps/bookmark-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/bookmark-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/brand-abstract.mjs +0 -27
- package/dist/lib/src/components/icon/comps/brand-code-sandbox.mjs +0 -27
- package/dist/lib/src/components/icon/comps/brand-github.mjs +0 -27
- package/dist/lib/src/components/icon/comps/brand-linkedin.mjs +0 -27
- package/dist/lib/src/components/icon/comps/brand-rei-ice-axes.mjs +0 -27
- package/dist/lib/src/components/icon/comps/brand-sketch.mjs +0 -27
- package/dist/lib/src/components/icon/comps/buddies.mjs +0 -27
- package/dist/lib/src/components/icon/comps/bus.mjs +0 -27
- package/dist/lib/src/components/icon/comps/calendar.mjs +0 -27
- package/dist/lib/src/components/icon/comps/camera.mjs +0 -27
- package/dist/lib/src/components/icon/comps/canoe.mjs +0 -27
- package/dist/lib/src/components/icon/comps/car.mjs +0 -27
- package/dist/lib/src/components/icon/comps/caret-down.mjs +0 -27
- package/dist/lib/src/components/icon/comps/caret-left.mjs +0 -27
- package/dist/lib/src/components/icon/comps/caret-right.mjs +0 -27
- package/dist/lib/src/components/icon/comps/caret-up.mjs +0 -27
- package/dist/lib/src/components/icon/comps/cart-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/cart.mjs +0 -27
- package/dist/lib/src/components/icon/comps/chain-link.mjs +0 -27
- package/dist/lib/src/components/icon/comps/chat.mjs +0 -27
- package/dist/lib/src/components/icon/comps/check-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/check-lg.mjs +0 -27
- package/dist/lib/src/components/icon/comps/check-sm.mjs +0 -27
- package/dist/lib/src/components/icon/comps/check-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/climb.mjs +0 -27
- package/dist/lib/src/components/icon/comps/clipboard.mjs +0 -27
- package/dist/lib/src/components/icon/comps/clock.mjs +0 -27
- package/dist/lib/src/components/icon/comps/code-html.mjs +0 -27
- package/dist/lib/src/components/icon/comps/code-js.mjs +0 -27
- package/dist/lib/src/components/icon/comps/compass.mjs +0 -27
- package/dist/lib/src/components/icon/comps/copy.mjs +0 -27
- package/dist/lib/src/components/icon/comps/coupon-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/coupon-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/credit-card.mjs +0 -27
- package/dist/lib/src/components/icon/comps/curbside-pickup.mjs +0 -27
- package/dist/lib/src/components/icon/comps/day.mjs +0 -27
- package/dist/lib/src/components/icon/comps/diving.mjs +0 -27
- package/dist/lib/src/components/icon/comps/dog.mjs +0 -27
- package/dist/lib/src/components/icon/comps/download.mjs +0 -27
- package/dist/lib/src/components/icon/comps/edit.mjs +0 -27
- package/dist/lib/src/components/icon/comps/elevation.mjs +0 -27
- package/dist/lib/src/components/icon/comps/error-fill.mjs +0 -29
- package/dist/lib/src/components/icon/comps/error-stroke.mjs +0 -33
- package/dist/lib/src/components/icon/comps/expand.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-backpacking.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-camping.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-climbing.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-clothing.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-cycling.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-family.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-fitness.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-hiking.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-outdoor-basics.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-paddling.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-rentals.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-snowsports.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-travel.mjs +0 -27
- package/dist/lib/src/components/icon/comps/external-link.mjs +0 -27
- package/dist/lib/src/components/icon/comps/eye-hide.mjs +0 -27
- package/dist/lib/src/components/icon/comps/eye-show.mjs +0 -27
- package/dist/lib/src/components/icon/comps/facebook.mjs +0 -27
- package/dist/lib/src/components/icon/comps/filter-alt.mjs +0 -27
- package/dist/lib/src/components/icon/comps/filter.mjs +0 -27
- package/dist/lib/src/components/icon/comps/find-location.mjs +0 -27
- package/dist/lib/src/components/icon/comps/fire.mjs +0 -27
- package/dist/lib/src/components/icon/comps/fishing.mjs +0 -27
- package/dist/lib/src/components/icon/comps/free-product.mjs +0 -27
- package/dist/lib/src/components/icon/comps/grid-view.mjs +0 -27
- package/dist/lib/src/components/icon/comps/heart-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/heart-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/hike.mjs +0 -27
- package/dist/lib/src/components/icon/comps/history.mjs +0 -27
- package/dist/lib/src/components/icon/comps/home.mjs +0 -27
- package/dist/lib/src/components/icon/comps/horse.mjs +0 -27
- package/dist/lib/src/components/icon/comps/horseshoe.mjs +0 -27
- package/dist/lib/src/components/icon/comps/image.mjs +0 -27
- package/dist/lib/src/components/icon/comps/information-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/information-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/instagram.mjs +0 -27
- package/dist/lib/src/components/icon/comps/kayak.mjs +0 -27
- package/dist/lib/src/components/icon/comps/list-ragged.mjs +0 -27
- package/dist/lib/src/components/icon/comps/list-view.mjs +0 -27
- package/dist/lib/src/components/icon/comps/location-pin-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/location-pin-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/lock-locked-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/lock-locked-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/lock-unlocked-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/mail.mjs +0 -27
- package/dist/lib/src/components/icon/comps/map.mjs +0 -27
- package/dist/lib/src/components/icon/comps/member-card.mjs +0 -27
- package/dist/lib/src/components/icon/comps/microphone.mjs +0 -27
- package/dist/lib/src/components/icon/comps/minus-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/minus-lg.mjs +0 -27
- package/dist/lib/src/components/icon/comps/minus-sm.mjs +0 -27
- package/dist/lib/src/components/icon/comps/minus-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/more-functions.mjs +0 -27
- package/dist/lib/src/components/icon/comps/my-location.mjs +0 -27
- package/dist/lib/src/components/icon/comps/navigation-menu.mjs +0 -27
- package/dist/lib/src/components/icon/comps/night.mjs +0 -27
- package/dist/lib/src/components/icon/comps/paddle.mjs +0 -27
- package/dist/lib/src/components/icon/comps/pause-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/pause-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/pause.mjs +0 -27
- package/dist/lib/src/components/icon/comps/photography.mjs +0 -27
- package/dist/lib/src/components/icon/comps/picnic.mjs +0 -27
- package/dist/lib/src/components/icon/comps/pinterest.mjs +0 -27
- package/dist/lib/src/components/icon/comps/plane.mjs +0 -27
- package/dist/lib/src/components/icon/comps/play-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/play-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/play.mjs +0 -27
- package/dist/lib/src/components/icon/comps/playground.mjs +0 -27
- package/dist/lib/src/components/icon/comps/plugin.mjs +0 -27
- package/dist/lib/src/components/icon/comps/plus-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/plus-lg.mjs +0 -27
- package/dist/lib/src/components/icon/comps/plus-sm.mjs +0 -27
- package/dist/lib/src/components/icon/comps/plus-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/print.mjs +0 -27
- package/dist/lib/src/components/icon/comps/protection-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/protection-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/question-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/question-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/refresh.mjs +0 -27
- package/dist/lib/src/components/icon/comps/reload.mjs +0 -27
- package/dist/lib/src/components/icon/comps/returns.mjs +0 -27
- package/dist/lib/src/components/icon/comps/run.mjs +0 -27
- package/dist/lib/src/components/icon/comps/scan-barcode.mjs +0 -27
- package/dist/lib/src/components/icon/comps/search.mjs +0 -27
- package/dist/lib/src/components/icon/comps/service-shop.mjs +0 -27
- package/dist/lib/src/components/icon/comps/shipping.mjs +0 -27
- package/dist/lib/src/components/icon/comps/shopping-bag-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/shopping-bag.mjs +0 -27
- package/dist/lib/src/components/icon/comps/shrink.mjs +0 -27
- package/dist/lib/src/components/icon/comps/size-chart.mjs +0 -27
- package/dist/lib/src/components/icon/comps/ski-boot.mjs +0 -27
- package/dist/lib/src/components/icon/comps/ski.mjs +0 -27
- package/dist/lib/src/components/icon/comps/snow-shop.mjs +0 -27
- package/dist/lib/src/components/icon/comps/snow.mjs +0 -27
- package/dist/lib/src/components/icon/comps/sort.mjs +0 -27
- package/dist/lib/src/components/icon/comps/star-100.mjs +0 -27
- package/dist/lib/src/components/icon/comps/star-25.mjs +0 -27
- package/dist/lib/src/components/icon/comps/star-50.mjs +0 -27
- package/dist/lib/src/components/icon/comps/star-75.mjs +0 -27
- package/dist/lib/src/components/icon/comps/star-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/storefront.mjs +0 -27
- package/dist/lib/src/components/icon/comps/swim.mjs +0 -27
- package/dist/lib/src/components/icon/comps/telephone.mjs +0 -27
- package/dist/lib/src/components/icon/comps/tent.mjs +0 -27
- package/dist/lib/src/components/icon/comps/trash.mjs +0 -27
- package/dist/lib/src/components/icon/comps/twitter.mjs +0 -27
- package/dist/lib/src/components/icon/comps/upload.mjs +0 -27
- package/dist/lib/src/components/icon/comps/verified-purchaser.mjs +0 -27
- package/dist/lib/src/components/icon/comps/virtual-outfitting.mjs +0 -27
- package/dist/lib/src/components/icon/comps/warning-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/warning-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/water.mjs +0 -27
- package/dist/lib/src/components/icon/comps/wilderness.mjs +0 -27
- package/dist/lib/src/components/icon/comps/x-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/x-lg.mjs +0 -27
- package/dist/lib/src/components/icon/comps/x-sm.mjs +0 -27
- package/dist/lib/src/components/icon/comps/x-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/youtube.mjs +0 -27
- package/dist/lib/src/components/icon/comps/zoom-in.mjs +0 -27
- package/dist/lib/src/components/icon/comps/zoom-out.mjs +0 -27
- package/dist/lib/src/components/icon/styles/CdrIcon.mjs +0 -3
- package/dist/lib/src/components/image/CdrImg.mjs +0 -140
- package/dist/lib/src/components/image/styles/CdrImg.mjs +0 -3
- package/dist/lib/src/components/input/CdrInput.mjs +0 -283
- package/dist/lib/src/components/input/styles/CdrInput.mjs +0 -3
- package/dist/lib/src/components/labelStandalone/CdrLabelStandalone.mjs +0 -85
- package/dist/lib/src/components/labelStandalone/styles/CdrLabelStandalone.mjs +0 -3
- package/dist/lib/src/components/labelWrapper/CdrLabelWrapper.mjs +0 -54
- package/dist/lib/src/components/labelWrapper/styles/CdrLabelWrapper.mjs +0 -3
- package/dist/lib/src/components/link/CdrLink.mjs +0 -71
- package/dist/lib/src/components/link/styles/CdrLink.mjs +0 -3
- package/dist/lib/src/components/list/CdrList.mjs +0 -42
- package/dist/lib/src/components/list/styles/CdrList.mjs +0 -3
- package/dist/lib/src/components/modal/CdrModal.mjs +0 -365
- package/dist/lib/src/components/modal/styles/CdrModal.mjs +0 -3
- package/dist/lib/src/components/pagination/CdrPagination.mjs +0 -425
- package/dist/lib/src/components/pagination/styles/CdrPagination.mjs +0 -3
- package/dist/lib/src/components/popover/CdrPopover.mjs +0 -155
- package/dist/lib/src/components/popover/styles/CdrPopover.mjs +0 -3
- package/dist/lib/src/components/popup/CdrPopup.mjs +0 -256
- package/dist/lib/src/components/popup/styles/CdrPopup.mjs +0 -3
- package/dist/lib/src/components/quote/CdrQuote.mjs +0 -66
- package/dist/lib/src/components/quote/styles/CdrQuote.mjs +0 -3
- package/dist/lib/src/components/radio/CdrRadio.mjs +0 -141
- package/dist/lib/src/components/radio/styles/CdrRadio.mjs +0 -3
- package/dist/lib/src/components/rating/CdrRating.mjs +0 -179
- package/dist/lib/src/components/rating/styles/CdrRating.mjs +0 -3
- package/dist/lib/src/components/select/CdrSelect.mjs +0 -255
- package/dist/lib/src/components/select/styles/CdrSelect.mjs +0 -3
- package/dist/lib/src/components/table/CdrTable.mjs +0 -73
- package/dist/lib/src/components/table/styles/CdrTable.mjs +0 -3
- package/dist/lib/src/components/tabs/CdrTabPanel.mjs +0 -105
- package/dist/lib/src/components/tabs/CdrTabs.mjs +0 -353
- package/dist/lib/src/components/tabs/styles/CdrTabPanel.mjs +0 -3
- package/dist/lib/src/components/tabs/styles/CdrTabs.mjs +0 -3
- package/dist/lib/src/components/text/CdrText.mjs +0 -44
- package/dist/lib/src/components/text/styles/CdrText.mjs +0 -3
- package/dist/lib/src/components/toast/CdrToast.mjs +0 -159
- package/dist/lib/src/components/toast/styles/CdrToast.mjs +0 -3
- package/dist/lib/src/components/tooltip/CdrTooltip.mjs +0 -121
- package/dist/lib/src/components/tooltip/styles/CdrTooltip.mjs +0 -3
- package/dist/lib/src/mixins/breakpoints.mjs +0 -26
- package/dist/lib/src/mixins/buildClass.mjs +0 -71
- package/dist/lib/src/mixins/fullWidth.mjs +0 -47
- package/dist/lib/src/mixins/modifier.mjs +0 -22
- package/dist/lib/src/mixins/size.mjs +0 -37
- package/dist/style/cdr-accordion-group.css +0 -1
- package/dist/style/cdr-accordion.css +0 -1
- package/dist/style/cdr-banner-vars.css +0 -0
- package/dist/style/cdr-banner.css +0 -1
- package/dist/style/cdr-breadcrumb.css +0 -1
- package/dist/style/cdr-button.css +0 -1
- package/dist/style/cdr-caption.css +0 -1
- package/dist/style/cdr-card.css +0 -1
- package/dist/style/cdr-checkbox.css +0 -1
- package/dist/style/cdr-chip-group.css +0 -1
- package/dist/style/cdr-chip.css +0 -1
- package/dist/style/cdr-container.css +0 -1
- package/dist/style/cdr-form-error.css +0 -1
- package/dist/style/cdr-form-group.css +0 -1
- package/dist/style/cdr-grid.css +0 -1
- package/dist/style/cdr-icon.css +0 -1
- package/dist/style/cdr-img.css +0 -1
- package/dist/style/cdr-input.css +0 -1
- package/dist/style/cdr-label-standalone.css +0 -1
- package/dist/style/cdr-label-wrapper.css +0 -1
- package/dist/style/cdr-link.css +0 -1
- package/dist/style/cdr-list.css +0 -1
- package/dist/style/cdr-modal.css +0 -1
- package/dist/style/cdr-pagination.css +0 -1
- package/dist/style/cdr-popover.css +0 -1
- package/dist/style/cdr-popup.css +0 -1
- package/dist/style/cdr-quote.css +0 -1
- package/dist/style/cdr-radio.css +0 -1
- package/dist/style/cdr-rating.css +0 -1
- package/dist/style/cdr-select.css +0 -1
- package/dist/style/cdr-tab-panel.css +0 -1
- package/dist/style/cdr-table.css +0 -1
- package/dist/style/cdr-tabs.css +0 -1
- package/dist/style/cdr-text.css +0 -1
- package/dist/style/cdr-toast.css +0 -1
- package/dist/style/cdr-tooltip.css +0 -1
- package/dist/style/reset.css +0 -1
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconPlay',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M9.737 16.195a.5.5 0 01-.737-.44v-7.5a.5.5 0 01.737-.44l6.999 3.745a.5.5 0 010 .881l-6.999 3.754z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var play = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { play as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconPlayground',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M13 11a5 5 0 014 4.821h.002v.143h.001v.043a3 3 0 002.902 2.998c.064-.006.127-.006.191 0 .022 0 .043 0 .064-.002v.01a1 1 0 010 1.975v.017a5 5 0 01-5.157-4.998v-.065H15v-.043a3 3 0 00-2-2.829v6.931a1 1 0 01-2 0v-4H5v4a1 1 0 01-2 0v-10c0-.223.073-.429.196-.595l3.93-5.892a1 1 0 011.756.015l3.907 5.857c.132.17.211.383.211.615v1zm-8 .001v3h6v-3H5zm5.128-2L7.999 5.81 5.87 9.001h4.258z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var playground = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { playground as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconPlugin',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M16.364 3A10 10 0 0122 12a10 10 0 01-5.636 9H7.636A10 10 0 012 12a10 10 0 015.636-9h8.728zM8.123 5A7.998 7.998 0 004 12a7.998 7.998 0 004.123 7h7.754A7.998 7.998 0 0020 12a7.998 7.998 0 00-4.123-7H8.123zM8 8a1 1 0 112 0v4a1 1 0 01-2 0V8zm6 0a1 1 0 012 0v4a1 1 0 01-2 0V8zm-3 7a1 1 0 012 0v1a1 1 0 01-2 0v-1z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var plugin = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { plugin as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconPlusFill',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M11 11H8a1 1 0 000 2h3v3a1 1 0 002 0v-3h3a1 1 0 000-2h-3V8a1 1 0 00-2 0v3zm1 11C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var plusFill = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { plusFill as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconPlusLg',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M11 11H6a1 1 0 000 2h5v5a1 1 0 002 0v-5h5a1 1 0 000-2h-5V6a1 1 0 00-2 0v5z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var plusLg = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { plusLg as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconPlusSm',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M11 11H8a1 1 0 000 2h3v3a1 1 0 002 0v-3h3a1 1 0 000-2h-3V8a1 1 0 00-2 0v3z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var plusSm = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { plusSm as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconPlusStroke',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M11 11V8a1 1 0 012 0v3h3a1 1 0 010 2h-3v3a1 1 0 01-2 0v-3H8a1 1 0 010-2h3zm1 11C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 100-16 8 8 0 000 16z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var plusStroke = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { plusStroke as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconPrint',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M3 17a1 1 0 01-1-1V9a1 1 0 011-1h4V5a1 1 0 011-1h8a1 1 0 011 1v3h4a1 1 0 011 1v7a1 1 0 01-1 1h-3l.561 1.684A1 1 0 0117.613 20H6.387a1 1 0 01-.948-1.316L6 17H3zm14.333-2H20v-5H4v5h2.667l.105-.316A1 1 0 017.721 14h8.558a1 1 0 01.949.684l.105.316zM8.5 8h7V5.5h-7V8zM7.27 18.5h9.46l-.67-3H7.94l-.67 3zM18 13a1 1 0 110-2 1 1 0 010 2z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var print = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { print as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconProtectionFill',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M11.61 2.08a1 1 0 01.785.001l7.743 3.325a1 1 0 01.594.771c.597 4.011.2 7.365-1.22 10.043-1.437 2.709-3.855 4.623-7.198 5.73a1 1 0 01-.649-.008c-3.345-1.189-5.74-3.098-7.133-5.722-1.374-2.588-1.816-5.927-1.357-10.007a1 1 0 01.603-.809l7.831-3.324zm3.627 5.277l-4.95 6.083-1.52-1.817a1 1 0 00-1.533 1.285l2.227 2.66a.999.999 0 001.565.1l5.743-7.025a1 1 0 10-1.532-1.286z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var protectionFill = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { protectionFill as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconProtectionStroke',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M11.61 2.08a1 1 0 01.785.001l7.743 3.325a1 1 0 01.594.771c.597 4.011.2 7.365-1.22 10.043-1.437 2.709-3.855 4.623-7.198 5.73a1 1 0 01-.649-.008c-3.345-1.189-5.74-3.098-7.133-5.722-1.374-2.588-1.816-5.927-1.357-10.007a1 1 0 01.603-.809l7.831-3.324zm.388 2.007L5.103 7.014c-.315 3.44.093 6.192 1.195 8.269 1.101 2.074 2.99 3.624 5.713 4.656 2.7-.961 4.595-2.51 5.734-4.656 1.139-2.148 1.51-4.896 1.084-8.262l-6.831-2.934zm3.239 3.27a1 1 0 111.532 1.286l-5.743 7.025a.997.997 0 01-1.565-.1l-2.227-2.66a1 1 0 111.532-1.285l1.52 1.817 4.951-6.083z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var protectionStroke = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { protectionStroke as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconQuestionFill',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 13.5a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5zM12 6a3.5 3.5 0 00-3.5 3.5 1 1 0 002 0 1.5 1.5 0 013 0c0 .816-.881 1.119-1.5 1.75s-1 1.296-1 2.257a1 1 0 102-.007 1.493 1.493 0 01.695-1.266c.233-.148 1.805-.938 1.805-2.734A3.5 3.5 0 0012 6z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var questionFill = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { questionFill as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconQuestionStroke',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 2a8 8 0 100 16 8 8 0 000-16zm0 11.5a1.25 1.25 0 110 2.5 1.25 1.25 0 010-2.5zM12 6a3.5 3.5 0 013.5 3.5c0 1.796-1.572 2.586-1.805 2.734A1.507 1.507 0 0013 13.5a1 1 0 11-2 .007c0-.96.381-1.626 1-2.257.619-.631 1.5-.934 1.5-1.75a1.5 1.5 0 00-3 0 1 1 0 01-2 0A3.5 3.5 0 0112 6z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var questionStroke = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { questionStroke as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconRefresh',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M21 12a1 1 0 01-2 0A7 7 0 008.392 6H9a1 1 0 010 2H5.993A.997.997 0 015 6.971V4a1 1 0 012-.004v.52A9 9 0 0121 12zm-5.392 6H15a1 1 0 010-2h3.007A.997.997 0 0119 17.029V20a1 1 0 01-2 .004v-.52A9 9 0 013 12a1 1 0 012 .001 7 7 0 0010.608 6z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var refresh = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { refresh as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconReload',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M8.392 6A7 7 0 115 12a1 1 0 00-2 0 9 9 0 104-7.485v-.519A1 1 0 005 4v2.971A.997.997 0 005.993 8H9a1 1 0 000-2h-.608z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var reload = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { reload as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconReturns',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M13.5387715,7.5760907 L13.5387715,7.5760907 L13.5387715,7.5760907 L20,10 L21.7515126,13.5030252 C21.8750072,13.7500144 21.774895,14.0503509 21.5279058,14.1738455 C21.5122038,14.1816965 21.4960992,14.1887151 21.4796589,14.1948722 L20,14.749017 L20,14.749017 L20,17.6534998 C20,17.861922 19.8707136,18.0484824 19.6755617,18.1216644 L12.3511234,20.8683287 C12.1247383,20.9532231 11.8752617,20.9532231 11.6488766,20.8683287 L4.32443828,18.1216644 C4.12928642,18.0484824 4,17.861922 4,17.6534998 L4,14.749017 L4,14.749017 L2.52034108,14.1948722 C2.26173916,14.0980235 2.13061219,13.8098739 2.22746081,13.551272 C2.23361783,13.5348317 2.24063642,13.5187272 2.24848742,13.5030252 L4,10 L4,10 C6.19299913,9.1773867 7.83774847,8.56042672 8.93424804,8.14912007 C9.10674021,8.08441673 9.78803114,9.43056931 9.56559621,9.51395568 C8.8032415,9.79974708 7.65970943,10.2284342 6.135,10.800017 L12,13 L17.865,10.800017 C15.2386438,9.86345216 13.9254658,9.37095348 13.9254658,9.32252095 C13.9254658,9.13000459 13.7136096,8.64067897 13.2898974,7.85454407 C13.237888,7.75799862 13.2739657,7.63756335 13.3704999,7.58553316 C13.4224061,7.55755671 13.4840613,7.55409696 13.5387715,7.5760907 Z M11.25,14.499017 L10.2012922,16.5972573 C10.086874,16.8261837 9.81806148,16.9317535 9.57843768,16.8418689 L5.5,15.312017 L5.5,15.312017 L5.5,16.96 L6.25,17.240017 L6.25,17.246 L11.25,19.121 L11.25,14.499017 Z M12.75,14.499017 L12.75,19.121 L17.75,17.246 L17.75,17.240017 L18.5,16.96 L18.5,15.312017 L14.4215623,16.8418689 C14.1819385,16.9317535 13.913126,16.8261837 13.7987078,16.5972573 L12.75,14.499017 L12.75,14.499017 Z M19.262,11.878 L14.086,13.819 L14.737,15.121 L19.913,13.18 L19.262,11.878 Z M4.738,11.878 L4.087,13.18 L9.263,15.121 L9.914,13.819 L4.738,11.878 Z M6,6 C6,6.34309939 5.6667071,6.575478 5.35394991,6.4784577 L5.2763932,6.4472136 L3.2763932,5.4472136 C2.93621695,5.27712547 2.91004955,4.81593514 3.19789099,4.60106206 L3.2763932,4.5527864 L5.2763932,3.5527864 C5.58327063,3.39934769 5.94016949,3.59353105 5.99326116,3.91665838 L6,4 L6,4.375 C9.65888647,4.375 12.625,7.34111353 12.625,11 C12.625,11.345178 12.345178,11.625 12,11.625 C11.6862018,11.625 11.4264169,11.3937421 11.3817766,11.0923579 L11.375,11 L11.3707321,10.7838203 C11.260186,7.98905864 9.01573416,5.74284205 6.22169497,5.6294889 L6,5.625 L6,6 Z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var returns = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { returns as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconRun',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M15.852 18.001l4.14.007c.03-.44-.014-1.024-.32-1.545-.405-.685-1.177-1.208-2.354-1.444-.018-.003-.032-.014-.049-.018h-1.802a1 1 0 010-2h.948l-.123-1h-2.247a1 1 0 010-2h2.064l-.043-.425c-1.449-.37-2.686-.922-3.896-2.757l-2.852 3.715 6.534 7.467zm6.14 0l.008.004v.996a1 1 0 01-1.043 1 1.012 1.012 0 01-.132.008l-5.43-.01a.996.996 0 01-.755-.344l-7.399-8.427a1 1 0 01-.038-1.264l4.301-5.572a.999.999 0 011.692.17c1.21 2.475 2.06 2.764 3.923 3.214l.113.026c.416.1.721.454.76.88l.423 4.613c1.388.412 2.392 1.142 2.993 2.176.51.878.614 1.805.585 2.53h-.001zM3 18h7.995l1.739 2H3a1 1 0 010-2zm7.081-.992H3a1 1 0 010-2h5.342l1.74 2h-.001zm-2.614-2.99H3a1 1 0 010-2h2.728l1.739 2z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var run = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { run as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconScanBarcode',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M3 4h2a1 1 0 110 2H4v12h1a1 1 0 010 2H3a1 1 0 01-1-1V5a1 1 0 011-1zm18 0a1 1 0 011 1v14a1 1 0 01-1 1h-2a1 1 0 010-2h1V6h-1a1 1 0 010-2h2zM5 7.5h1v9H5v-9zm2 0h1v9H7v-9zm11 0h1v9h-1v-9zm-6 0h2v9h-2v-9zm-3 0h.75v9H9v-9zm5.75 0h.75v9h-.75v-9zm-4.25 0h.75v9h-.75v-9zm5.75 0H17v9h-.75v-9z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var scanBarcode = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { scanBarcode as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconSearch',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M20.707 19.294a1 1 0 01-1.414 1.414l-4.244-4.245a7.5 7.5 0 111.414-1.414l4.244 4.245zM10.5 16a5.5 5.5 0 100-11 5.5 5.5 0 000 11z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var search = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { search as default };
|