@rei/cedar 13.5.2 → 14.0.0-ts.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cedar-compiled.css +1031 -1031
- package/dist/cedar.umd.js +2 -2
- package/dist/component-docgen.json +1369 -1325
- package/dist/icon-component-docgen.json +510 -510
- package/dist/src/components/accordion/CdrAccordion.vue.mjs +7 -165
- package/dist/src/components/accordion/CdrAccordion.vue2.mjs +136 -0
- package/dist/src/components/accordion/CdrAccordionGroup.vue.mjs +7 -80
- package/dist/src/components/accordion/CdrAccordionGroup.vue2.mjs +72 -0
- package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
- package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
- package/dist/src/components/accordion/symbols.mjs +5 -0
- package/dist/src/components/banner/CdrBanner.vue.mjs +7 -59
- package/dist/src/components/banner/CdrBanner.vue2.mjs +45 -0
- package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
- package/dist/src/components/breadcrumb/CdrBreadcrumb.vue.mjs +7 -113
- package/dist/src/components/breadcrumb/CdrBreadcrumb.vue2.mjs +103 -0
- package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
- package/dist/src/components/button/CdrButton.vue.mjs +7 -102
- package/dist/src/components/button/CdrButton.vue2.mjs +85 -0
- package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
- package/dist/src/components/caption/CdrCaption.vue.mjs +7 -45
- package/dist/src/components/caption/CdrCaption.vue2.mjs +36 -0
- package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +4 -4
- package/dist/src/components/card/CdrCard.vue.mjs +7 -33
- package/dist/src/components/card/CdrCard.vue2.mjs +24 -0
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +1 -1
- package/dist/src/components/checkbox/CdrCheckbox.vue.mjs +7 -146
- package/dist/src/components/checkbox/CdrCheckbox.vue2.mjs +134 -0
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +25 -25
- package/dist/src/components/chip/CdrChip.vue.mjs +7 -29
- package/dist/src/components/chip/CdrChip.vue2.mjs +22 -0
- package/dist/src/components/chip/CdrChipGroup.vue.mjs +7 -83
- package/dist/src/components/chip/CdrChipGroup.vue2.mjs +73 -0
- package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
- package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +4 -4
- package/dist/src/components/container/CdrContainer.vue.mjs +7 -46
- package/dist/src/components/container/CdrContainer.vue2.mjs +36 -0
- package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +2 -2
- package/dist/src/components/formError/CdrFormError.vue.mjs +7 -36
- package/dist/src/components/formError/CdrFormError.vue2.mjs +24 -0
- package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
- package/dist/src/components/formGroup/CdrFormGroup.vue.mjs +7 -70
- package/dist/src/components/formGroup/CdrFormGroup.vue2.mjs +65 -0
- package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
- package/dist/src/components/grid/CdrGrid.vue.mjs +7 -47
- package/dist/src/components/grid/CdrGrid.vue2.mjs +37 -0
- package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
- package/dist/src/components/icon/CdrIcon.vue.mjs +7 -58
- package/dist/src/components/icon/CdrIcon.vue2.mjs +46 -0
- package/dist/src/components/icon/comps/account-profile-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/account-profile-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/account-profile.vue.mjs +15 -20
- package/dist/src/components/icon/comps/account-profile.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/arrow-down.vue.mjs +15 -20
- package/dist/src/components/icon/comps/arrow-down.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/arrow-left.vue.mjs +15 -20
- package/dist/src/components/icon/comps/arrow-left.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/arrow-right.vue.mjs +15 -20
- package/dist/src/components/icon/comps/arrow-right.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/arrow-up.vue.mjs +15 -20
- package/dist/src/components/icon/comps/arrow-up.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/atv.vue.mjs +15 -20
- package/dist/src/components/icon/comps/atv.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/bed-outline.vue.mjs +15 -20
- package/dist/src/components/icon/comps/bed-outline.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/bike-shop.vue.mjs +15 -20
- package/dist/src/components/icon/comps/bike-shop.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/binoculars.vue.mjs +14 -19
- package/dist/src/components/icon/comps/binoculars.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/birding.vue.mjs +15 -20
- package/dist/src/components/icon/comps/birding.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/boat.vue.mjs +15 -20
- package/dist/src/components/icon/comps/boat.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/boating.vue.mjs +15 -20
- package/dist/src/components/icon/comps/boating.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/bookmark-fill.vue.mjs +14 -19
- package/dist/src/components/icon/comps/bookmark-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/bookmark-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/bookmark-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-abstract.vue.mjs +15 -20
- package/dist/src/components/icon/comps/brand-abstract.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-code-sandbox.vue.mjs +15 -20
- package/dist/src/components/icon/comps/brand-code-sandbox.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-github.vue.mjs +15 -20
- package/dist/src/components/icon/comps/brand-github.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-linkedin.vue.mjs +15 -20
- package/dist/src/components/icon/comps/brand-linkedin.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-rei-ice-axes.vue.mjs +15 -20
- package/dist/src/components/icon/comps/brand-rei-ice-axes.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-sketch.vue.mjs +14 -19
- package/dist/src/components/icon/comps/brand-sketch.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/brand-tiktok.vue.mjs +16 -21
- package/dist/src/components/icon/comps/brand-tiktok.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/buddies.vue.mjs +15 -20
- package/dist/src/components/icon/comps/buddies.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/bus.vue.mjs +15 -20
- package/dist/src/components/icon/comps/bus.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/calendar.vue.mjs +15 -20
- package/dist/src/components/icon/comps/calendar.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/camera.vue.mjs +15 -20
- package/dist/src/components/icon/comps/camera.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/canoe.vue.mjs +15 -20
- package/dist/src/components/icon/comps/canoe.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/car.vue.mjs +15 -20
- package/dist/src/components/icon/comps/car.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/caret-down.vue.mjs +15 -20
- package/dist/src/components/icon/comps/caret-down.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/caret-left.vue.mjs +15 -20
- package/dist/src/components/icon/comps/caret-left.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/caret-right.vue.mjs +15 -20
- package/dist/src/components/icon/comps/caret-right.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/caret-up.vue.mjs +15 -20
- package/dist/src/components/icon/comps/caret-up.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/cart-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/cart-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/cart.vue.mjs +15 -20
- package/dist/src/components/icon/comps/cart.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/chain-link.vue.mjs +15 -20
- package/dist/src/components/icon/comps/chain-link.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/chat.vue.mjs +15 -20
- package/dist/src/components/icon/comps/chat.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/check-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/check-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/check-lg.vue.mjs +15 -20
- package/dist/src/components/icon/comps/check-lg.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/check-sm.vue.mjs +15 -20
- package/dist/src/components/icon/comps/check-sm.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/check-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/check-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/climb.vue.mjs +15 -20
- package/dist/src/components/icon/comps/climb.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/clipboard.vue.mjs +15 -20
- package/dist/src/components/icon/comps/clipboard.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/clock.vue.mjs +15 -20
- package/dist/src/components/icon/comps/clock.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/code-html.vue.mjs +15 -20
- package/dist/src/components/icon/comps/code-html.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/code-js.vue.mjs +15 -20
- package/dist/src/components/icon/comps/code-js.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/compass.vue.mjs +15 -20
- package/dist/src/components/icon/comps/compass.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/copy.vue.mjs +15 -20
- package/dist/src/components/icon/comps/copy.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/coupon-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/coupon-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/coupon-stroke.vue.mjs +14 -19
- package/dist/src/components/icon/comps/coupon-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/credit-card.vue.mjs +15 -20
- package/dist/src/components/icon/comps/credit-card.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/curbside-pickup.vue.mjs +15 -20
- package/dist/src/components/icon/comps/curbside-pickup.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/day.vue.mjs +15 -20
- package/dist/src/components/icon/comps/day.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/diving.vue.mjs +15 -20
- package/dist/src/components/icon/comps/diving.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/dog.vue.mjs +15 -20
- package/dist/src/components/icon/comps/dog.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/download.vue.mjs +15 -20
- package/dist/src/components/icon/comps/download.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/duplicate.vue.mjs +16 -21
- package/dist/src/components/icon/comps/duplicate.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/edit.vue.mjs +15 -20
- package/dist/src/components/icon/comps/edit.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/elevation.vue.mjs +15 -20
- package/dist/src/components/icon/comps/elevation.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/error-fill.vue.mjs +17 -22
- package/dist/src/components/icon/comps/error-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/error-stroke.vue.mjs +19 -24
- package/dist/src/components/icon/comps/error-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/expand.vue.mjs +15 -20
- package/dist/src/components/icon/comps/expand.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-backpacking.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-backpacking.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-camping.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-camping.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-climbing.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-climbing.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-clothing.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-clothing.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-cycling.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-cycling.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-family.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-family.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-fitness.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-fitness.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-hiking.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-hiking.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-outdoor-basics.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-outdoor-basics.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-paddling.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-paddling.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-rentals.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-rentals.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-running.vue.mjs +16 -21
- package/dist/src/components/icon/comps/experiences-running.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-snowsports.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-snowsports.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/experiences-travel.vue.mjs +15 -20
- package/dist/src/components/icon/comps/experiences-travel.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/external-link-alt.vue.mjs +16 -21
- package/dist/src/components/icon/comps/external-link-alt.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/external-link.vue.mjs +15 -20
- package/dist/src/components/icon/comps/external-link.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/eye-hide.vue.mjs +15 -20
- package/dist/src/components/icon/comps/eye-hide.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/eye-show.vue.mjs +15 -20
- package/dist/src/components/icon/comps/eye-show.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/facebook.vue.mjs +15 -20
- package/dist/src/components/icon/comps/facebook.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/filter-alt.vue.mjs +15 -20
- package/dist/src/components/icon/comps/filter-alt.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/filter.vue.mjs +15 -20
- package/dist/src/components/icon/comps/filter.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/find-location.vue.mjs +15 -20
- package/dist/src/components/icon/comps/find-location.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/fire.vue.mjs +14 -19
- package/dist/src/components/icon/comps/fire.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/fishing.vue.mjs +15 -20
- package/dist/src/components/icon/comps/fishing.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/free-product.vue.mjs +15 -20
- package/dist/src/components/icon/comps/free-product.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/grid-view.vue.mjs +15 -20
- package/dist/src/components/icon/comps/grid-view.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/heart-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/heart-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/heart-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/heart-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/hike.vue.mjs +14 -19
- package/dist/src/components/icon/comps/hike.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/history.vue.mjs +15 -20
- package/dist/src/components/icon/comps/history.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/home.vue.mjs +15 -20
- package/dist/src/components/icon/comps/home.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/horse.vue.mjs +14 -19
- package/dist/src/components/icon/comps/horse.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/horseshoe.vue.mjs +15 -20
- package/dist/src/components/icon/comps/horseshoe.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/image.vue.mjs +15 -20
- package/dist/src/components/icon/comps/image.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/information-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/information-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/information-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/information-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/instagram.vue.mjs +15 -20
- package/dist/src/components/icon/comps/instagram.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/kayak.vue.mjs +15 -20
- package/dist/src/components/icon/comps/kayak.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/link-alt.vue.mjs +16 -21
- package/dist/src/components/icon/comps/link-alt.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/list-ragged.vue.mjs +15 -20
- package/dist/src/components/icon/comps/list-ragged.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/list-view.vue.mjs +15 -20
- package/dist/src/components/icon/comps/list-view.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/location-pin-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/location-pin-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/location-pin-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/location-pin-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/lock-locked-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/lock-locked-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/lock-locked-stroke.vue.mjs +14 -19
- package/dist/src/components/icon/comps/lock-locked-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/lock-unlocked-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/lock-unlocked-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/mail.vue.mjs +14 -19
- package/dist/src/components/icon/comps/mail.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/map.vue.mjs +15 -20
- package/dist/src/components/icon/comps/map.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/member-card.vue.mjs +14 -19
- package/dist/src/components/icon/comps/member-card.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/membership.vue.mjs +16 -21
- package/dist/src/components/icon/comps/membership.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/microphone.vue.mjs +15 -20
- package/dist/src/components/icon/comps/microphone.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/minus-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/minus-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/minus-lg.vue.mjs +15 -20
- package/dist/src/components/icon/comps/minus-lg.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/minus-sm.vue.mjs +15 -20
- package/dist/src/components/icon/comps/minus-sm.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/minus-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/minus-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/more-functions.vue.mjs +15 -20
- package/dist/src/components/icon/comps/more-functions.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/my-location.vue.mjs +15 -20
- package/dist/src/components/icon/comps/my-location.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/navigation-menu.vue.mjs +15 -20
- package/dist/src/components/icon/comps/navigation-menu.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/night.vue.mjs +15 -20
- package/dist/src/components/icon/comps/night.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/paddle.vue.mjs +15 -20
- package/dist/src/components/icon/comps/paddle.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/pause-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/pause-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/pause-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/pause-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/pause.vue.mjs +15 -20
- package/dist/src/components/icon/comps/pause.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/photography.vue.mjs +15 -20
- package/dist/src/components/icon/comps/photography.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/picnic.vue.mjs +15 -20
- package/dist/src/components/icon/comps/picnic.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/pinterest.vue.mjs +15 -20
- package/dist/src/components/icon/comps/pinterest.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plane.vue.mjs +15 -20
- package/dist/src/components/icon/comps/plane.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/play-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/play-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/play-stroke.vue.mjs +14 -19
- package/dist/src/components/icon/comps/play-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/play.vue.mjs +15 -20
- package/dist/src/components/icon/comps/play.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/playground.vue.mjs +15 -20
- package/dist/src/components/icon/comps/playground.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plugin.vue.mjs +15 -20
- package/dist/src/components/icon/comps/plugin.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plus-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/plus-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plus-lg.vue.mjs +15 -20
- package/dist/src/components/icon/comps/plus-lg.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plus-sm.vue.mjs +15 -20
- package/dist/src/components/icon/comps/plus-sm.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/plus-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/plus-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/print.vue.mjs +15 -20
- package/dist/src/components/icon/comps/print.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/protection-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/protection-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/protection-stroke.vue.mjs +14 -19
- package/dist/src/components/icon/comps/protection-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/question-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/question-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/question-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/question-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/refresh.vue.mjs +15 -20
- package/dist/src/components/icon/comps/refresh.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/reload.vue.mjs +15 -20
- package/dist/src/components/icon/comps/reload.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/returns.vue.mjs +16 -21
- package/dist/src/components/icon/comps/returns.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/run.vue.mjs +15 -20
- package/dist/src/components/icon/comps/run.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/scan-barcode.vue.mjs +15 -20
- package/dist/src/components/icon/comps/scan-barcode.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/search.vue.mjs +15 -20
- package/dist/src/components/icon/comps/search.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/service-shop.vue.mjs +15 -20
- package/dist/src/components/icon/comps/service-shop.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shipping-prep.vue.mjs +16 -21
- package/dist/src/components/icon/comps/shipping-prep.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shipping-truck.vue.mjs +16 -21
- package/dist/src/components/icon/comps/shipping-truck.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shipping.vue.mjs +15 -20
- package/dist/src/components/icon/comps/shipping.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shopping-bag-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/shopping-bag-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shopping-bag.vue.mjs +15 -20
- package/dist/src/components/icon/comps/shopping-bag.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/shrink.vue.mjs +15 -20
- package/dist/src/components/icon/comps/shrink.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/size-chart.vue.mjs +15 -20
- package/dist/src/components/icon/comps/size-chart.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/ski-boot.vue.mjs +14 -19
- package/dist/src/components/icon/comps/ski-boot.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/ski.vue.mjs +15 -20
- package/dist/src/components/icon/comps/ski.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/snow-shop.vue.mjs +15 -20
- package/dist/src/components/icon/comps/snow-shop.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/snow.vue.mjs +15 -20
- package/dist/src/components/icon/comps/snow.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/sort.vue.mjs +14 -19
- package/dist/src/components/icon/comps/sort.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/star-100.vue.mjs +15 -20
- package/dist/src/components/icon/comps/star-100.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/star-25.vue.mjs +14 -19
- package/dist/src/components/icon/comps/star-25.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/star-50.vue.mjs +14 -19
- package/dist/src/components/icon/comps/star-50.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/star-75.vue.mjs +14 -19
- package/dist/src/components/icon/comps/star-75.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/star-stroke.vue.mjs +14 -19
- package/dist/src/components/icon/comps/star-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/storefront.vue.mjs +15 -20
- package/dist/src/components/icon/comps/storefront.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/swim.vue.mjs +15 -20
- package/dist/src/components/icon/comps/swim.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/telephone.vue.mjs +15 -20
- package/dist/src/components/icon/comps/telephone.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/tent.vue.mjs +15 -20
- package/dist/src/components/icon/comps/tent.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/trash.vue.mjs +14 -19
- package/dist/src/components/icon/comps/trash.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/twitter.vue.mjs +15 -20
- package/dist/src/components/icon/comps/twitter.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/upload.vue.mjs +15 -20
- package/dist/src/components/icon/comps/upload.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/verified-purchaser.vue.mjs +15 -20
- package/dist/src/components/icon/comps/verified-purchaser.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/virtual-outfitting.vue.mjs +15 -20
- package/dist/src/components/icon/comps/virtual-outfitting.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/warning-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/warning-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/warning-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/warning-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/water.vue.mjs +15 -20
- package/dist/src/components/icon/comps/water.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/wilderness.vue.mjs +15 -20
- package/dist/src/components/icon/comps/wilderness.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/x-fill.vue.mjs +15 -20
- package/dist/src/components/icon/comps/x-fill.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/x-lg.vue.mjs +15 -20
- package/dist/src/components/icon/comps/x-lg.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/x-sm.vue.mjs +15 -20
- package/dist/src/components/icon/comps/x-sm.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/x-stroke.vue.mjs +15 -20
- package/dist/src/components/icon/comps/x-stroke.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/youtube.vue.mjs +15 -20
- package/dist/src/components/icon/comps/youtube.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/zoom-in.vue.mjs +15 -20
- package/dist/src/components/icon/comps/zoom-in.vue2.mjs +4 -0
- package/dist/src/components/icon/comps/zoom-out.vue.mjs +15 -20
- package/dist/src/components/icon/comps/zoom-out.vue2.mjs +4 -0
- package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
- package/dist/src/components/image/CdrImg.vue.mjs +7 -123
- package/dist/src/components/image/CdrImg.vue2.mjs +107 -0
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +8 -8
- package/dist/src/components/input/CdrInput.vue.mjs +7 -245
- package/dist/src/components/input/CdrInput.vue2.mjs +213 -0
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +34 -34
- package/dist/src/components/labelStandalone/CdrLabelStandalone.vue.mjs +7 -68
- package/dist/src/components/labelStandalone/CdrLabelStandalone.vue2.mjs +53 -0
- package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +12 -12
- package/dist/src/components/labelWrapper/CdrLabelWrapper.vue.mjs +7 -42
- package/dist/src/components/labelWrapper/CdrLabelWrapper.vue2.mjs +31 -0
- package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +23 -23
- package/dist/src/components/link/CdrLink.vue.mjs +7 -72
- package/dist/src/components/link/CdrLink.vue2.mjs +59 -0
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +3 -3
- package/dist/src/components/list/CdrList.vue.mjs +7 -48
- package/dist/src/components/list/CdrList.vue2.mjs +39 -0
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +7 -7
- package/dist/src/components/modal/CdrModal.vue.mjs +7 -239
- package/dist/src/components/modal/CdrModal.vue2.mjs +225 -0
- package/dist/src/components/modal/onTransitionEnd.mjs +13 -10
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +12 -12
- package/dist/src/components/pagination/CdrPagination.vue.mjs +7 -226
- package/dist/src/components/pagination/CdrPagination.vue2.mjs +223 -0
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +53 -53
- package/dist/src/components/popover/CdrPopover.vue.mjs +7 -150
- package/dist/src/components/popover/CdrPopover.vue2.mjs +136 -0
- package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +65 -65
- package/dist/src/components/popup/CdrPopup.vue.mjs +7 -109
- package/dist/src/components/popup/CdrPopup.vue2.mjs +94 -0
- package/dist/src/components/popup/calculatePlacement.mjs +22 -18
- package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
- package/dist/src/components/quote/CdrQuote.vue.mjs +7 -63
- package/dist/src/components/quote/CdrQuote.vue2.mjs +51 -0
- package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
- package/dist/src/components/radio/CdrRadio.vue.mjs +7 -116
- package/dist/src/components/radio/CdrRadio.vue2.mjs +108 -0
- package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +25 -25
- package/dist/src/components/rating/CdrRating.vue.mjs +7 -106
- package/dist/src/components/rating/CdrRating.vue2.mjs +86 -0
- package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +28 -28
- package/dist/src/components/select/CdrSelect.vue.mjs +7 -222
- package/dist/src/components/select/CdrSelect.vue2.mjs +196 -0
- package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
- package/dist/src/components/skeleton/CdrSkeleton.vue.mjs +7 -36
- package/dist/src/components/skeleton/CdrSkeleton.vue2.mjs +29 -0
- package/dist/src/components/skeleton/CdrSkeletonBone.vue.mjs +7 -41
- package/dist/src/components/skeleton/CdrSkeletonBone.vue2.mjs +29 -0
- package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
- package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
- package/dist/src/components/skeleton/symbols.mjs +4 -0
- package/dist/src/components/switch/CdrSwitch.vue.mjs +7 -94
- package/dist/src/components/switch/CdrSwitch.vue2.mjs +78 -0
- package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +10 -10
- package/dist/src/components/table/CdrTable.vue.mjs +7 -73
- package/dist/src/components/table/CdrTable.vue2.mjs +58 -0
- package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
- package/dist/src/components/tabs/CdrTabPanel.vue.mjs +7 -47
- package/dist/src/components/tabs/CdrTabPanel.vue2.mjs +40 -0
- package/dist/src/components/tabs/CdrTabs.vue.mjs +7 -186
- package/dist/src/components/tabs/CdrTabs.vue2.mjs +157 -0
- package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
- package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +30 -30
- package/dist/src/components/tabs/symbols.mjs +4 -0
- package/dist/src/components/text/CdrText.vue.mjs +7 -30
- package/dist/src/components/text/CdrText.vue2.mjs +24 -0
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
- package/dist/src/components/toast/CdrToast.vue.mjs +7 -124
- package/dist/src/components/toast/CdrToast.vue2.mjs +103 -0
- package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
- package/dist/src/components/toggleButton/CdrToggleButton.vue.mjs +7 -39
- package/dist/src/components/toggleButton/CdrToggleButton.vue2.mjs +32 -0
- package/dist/src/components/toggleButton/CdrToggleGroup.vue.mjs +7 -85
- package/dist/src/components/toggleButton/CdrToggleGroup.vue2.mjs +74 -0
- package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
- package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +7 -7
- package/dist/src/components/toggleButton/symbols.mjs +4 -0
- package/dist/src/components/tooltip/CdrTooltip.vue.mjs +7 -113
- package/dist/src/components/tooltip/CdrTooltip.vue2.mjs +98 -0
- package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
- package/dist/src/lib.mjs +316 -316
- package/dist/src/props/size.mjs +4 -1
- package/dist/src/utils/buildClass.mjs +1 -1
- package/dist/src/utils/debounce.mjs +9 -0
- package/dist/src/utils/kebabCase.mjs +6 -0
- package/dist/src/utils/mapClasses.mjs +4 -1
- package/dist/style/cdr-accordion-group.css +1 -1
- package/dist/style/cdr-accordion.css +1 -1
- package/dist/style/cdr-banner.css +1 -1
- package/dist/style/cdr-breadcrumb.css +1 -1
- package/dist/style/cdr-button.css +1 -1
- package/dist/style/cdr-caption.css +1 -1
- package/dist/style/cdr-card.css +1 -1
- package/dist/style/cdr-checkbox.css +1 -1
- package/dist/style/cdr-chip-group.css +1 -1
- package/dist/style/cdr-chip.css +1 -1
- package/dist/style/cdr-container.css +1 -1
- package/dist/style/cdr-form-error.css +1 -1
- package/dist/style/cdr-form-group.css +1 -1
- package/dist/style/cdr-grid.css +1 -1
- package/dist/style/cdr-icon.css +1 -1
- package/dist/style/cdr-img.css +1 -1
- package/dist/style/cdr-input.css +1 -1
- package/dist/style/cdr-label-standalone.css +1 -1
- package/dist/style/cdr-label-wrapper.css +1 -1
- package/dist/style/cdr-link.css +1 -1
- package/dist/style/cdr-list.css +1 -1
- package/dist/style/cdr-modal.css +1 -1
- package/dist/style/cdr-pagination.css +1 -1
- package/dist/style/cdr-popover.css +1 -1
- package/dist/style/cdr-popup.css +1 -1
- package/dist/style/cdr-quote.css +1 -1
- package/dist/style/cdr-radio.css +1 -1
- package/dist/style/cdr-rating.css +1 -1
- package/dist/style/cdr-select.css +1 -1
- package/dist/style/cdr-skeleton-bone.css +1 -1
- package/dist/style/cdr-skeleton.css +1 -1
- package/dist/style/cdr-switch.css +1 -1
- package/dist/style/cdr-tab-panel.css +1 -1
- package/dist/style/cdr-table.css +1 -1
- package/dist/style/cdr-tabs.css +1 -1
- package/dist/style/cdr-text.css +1 -1
- package/dist/style/cdr-toast.css +1 -1
- package/dist/style/cdr-toggle-button.css +1 -1
- package/dist/style/cdr-toggle-group.css +1 -1
- package/dist/style/cdr-tooltip.css +1 -1
- package/dist/style.css +1 -1
- package/package.json +20 -16
|
@@ -1,228 +1,9 @@
|
|
|
1
|
-
import "
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import W from "../icon/comps/caret-right.vue.mjs";
|
|
8
|
-
import J from "../select/CdrSelect.vue.mjs";
|
|
9
|
-
import K from "../../utils/uid.mjs";
|
|
10
|
-
import Q from "./styles/CdrPagination.module.scss.mjs";
|
|
11
|
-
import X from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
12
|
-
const Y = B({
|
|
13
|
-
name: "CdrPagination",
|
|
14
|
-
components: {
|
|
15
|
-
IconCaretLeft: F,
|
|
16
|
-
IconCaretRight: W,
|
|
17
|
-
CdrSelect: J
|
|
18
|
-
},
|
|
19
|
-
props: {
|
|
20
|
-
/**
|
|
21
|
-
* Define a custom slug for the generated breadcrumb item IDs. Slug is randomly generated if no ID provided.
|
|
22
|
-
* @demoIgnore true
|
|
23
|
-
*/
|
|
24
|
-
id: {
|
|
25
|
-
type: String
|
|
26
|
-
},
|
|
27
|
-
/**
|
|
28
|
-
* Sets the total number of pages for displaying "Page x of <totalPages>".
|
|
29
|
-
* Sometimes the total number of pages is different than total page data objects in the pages array.
|
|
30
|
-
* For example, if only the next and previous pages are provided.
|
|
31
|
-
*/
|
|
32
|
-
totalPages: {
|
|
33
|
-
type: Number,
|
|
34
|
-
default: null
|
|
35
|
-
},
|
|
36
|
-
/**
|
|
37
|
-
* Array of objects containing pagination data.
|
|
38
|
-
* Objects must have structure of `{ page: number, url: string }`
|
|
39
|
-
*/
|
|
40
|
-
pages: {
|
|
41
|
-
type: Array,
|
|
42
|
-
required: !0,
|
|
43
|
-
validator: (e) => e.every((l) => !Object.prototype.hasOwnProperty.call(l, "page") || typeof l.page != "number" ? (console.error('Property "page" is missing or is not a number', l), !1) : !Object.prototype.hasOwnProperty.call(l, "url") || typeof l.url != "string" ? (console.error('Property "url" is missing or is not a string', l), !1) : !0)
|
|
44
|
-
},
|
|
45
|
-
/**
|
|
46
|
-
* Sets which tag type is used to render pagination elements
|
|
47
|
-
* @values a, button
|
|
48
|
-
*/
|
|
49
|
-
linkTag: {
|
|
50
|
-
type: String,
|
|
51
|
-
default: "a",
|
|
52
|
-
validator: (e) => A(e, ["a", "button"])
|
|
53
|
-
},
|
|
54
|
-
/**
|
|
55
|
-
* Used to customize the aria-label for the root pagination element.
|
|
56
|
-
* For page-level pagination (i.e, pagination that updates the entire page content and changes the URL)
|
|
57
|
-
* this property should be omitted.
|
|
58
|
-
* For intra-page navigation this property should describe the element being paginated, for example:
|
|
59
|
-
* `Pagination for sub-content`
|
|
60
|
-
*/
|
|
61
|
-
forLabel: {
|
|
62
|
-
type: String,
|
|
63
|
-
default: ""
|
|
64
|
-
},
|
|
65
|
-
/** @ignore used for binding v-model, represents the current page */
|
|
66
|
-
modelValue: {
|
|
67
|
-
type: Number
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
emits: {
|
|
71
|
-
/**
|
|
72
|
-
* Event emitted by v-model on the select <input> element to indicate current page.
|
|
73
|
-
* Only used on small devices
|
|
74
|
-
* @param modelValue
|
|
75
|
-
*/
|
|
76
|
-
"update:modelValue": null,
|
|
77
|
-
/**
|
|
78
|
-
* $emit event fired when page changes based on user interaction by clicking a link
|
|
79
|
-
* or selecting an option from the select on mobile.
|
|
80
|
-
* `event.preventDefault()` can be used to override the default link navigation behavior.
|
|
81
|
-
*/
|
|
82
|
-
navigate: null
|
|
83
|
-
},
|
|
84
|
-
setup(e, s) {
|
|
85
|
-
const l = q(0), C = q([]), _ = e.id ? e.id : K(), y = (n) => {
|
|
86
|
-
l.value = e.pages.map((t) => t.page).indexOf(n);
|
|
87
|
-
}, p = d({
|
|
88
|
-
get: () => e.modelValue,
|
|
89
|
-
set: (n) => {
|
|
90
|
-
y(n), s.emit("update:modelValue", n);
|
|
91
|
-
}
|
|
92
|
-
}), P = d(() => e.pages[l.value].url), v = (n, t) => {
|
|
93
|
-
const g = t.target.offsetWidth > 0 && t.target.offsetHeight > 0;
|
|
94
|
-
if (n === p.value && g) {
|
|
95
|
-
t.preventDefault();
|
|
96
|
-
return;
|
|
97
|
-
}
|
|
98
|
-
p.value = n, s.emit("navigate", n, P.value, t), H(() => {
|
|
99
|
-
try {
|
|
100
|
-
(t.currentTarget || t.target).blur();
|
|
101
|
-
} catch (o) {
|
|
102
|
-
console.error(o);
|
|
103
|
-
}
|
|
104
|
-
});
|
|
105
|
-
}, a = (n) => {
|
|
106
|
-
C.value.find((g) => (g == null ? void 0 : g.innerHTML) === n.target.value).click();
|
|
107
|
-
}, b = d(() => e.forLabel || "Pagination"), c = d(() => e.pages[l.value - 1]), O = d(() => e.pages[l.value + 1]), S = d(() => {
|
|
108
|
-
const n = e.pages.length, t = p.value, g = 1;
|
|
109
|
-
let o = [], L = !0, M = !0;
|
|
110
|
-
if (n <= 7)
|
|
111
|
-
return e.pages;
|
|
112
|
-
if (t < 5)
|
|
113
|
-
L = !1, o = e.pages.slice(1, 5);
|
|
114
|
-
else if (n - t < 4)
|
|
115
|
-
M = !1, o = e.pages.slice(-5, -1);
|
|
116
|
-
else
|
|
117
|
-
for (let V = Math.max(2, t - g); V <= Math.min(n - 1, t + g); V += 1)
|
|
118
|
-
o.push(e.pages[V - 1]);
|
|
119
|
-
return t - g > 2 && L && o.unshift("…"), t + g < n - 1 && M && o.push("…"), o.unshift(e.pages[0]), o.push(e.pages[n - 1]), o;
|
|
120
|
-
});
|
|
121
|
-
return G(() => y(p.value)), R(() => e.pages, () => y(p.value)), {
|
|
122
|
-
style: U(),
|
|
123
|
-
mapClasses: z,
|
|
124
|
-
uniqueId: _,
|
|
125
|
-
linkRefs: C,
|
|
126
|
-
navigate: v,
|
|
127
|
-
select: a,
|
|
128
|
-
ariaLabel: b,
|
|
129
|
-
prevPageData: c,
|
|
130
|
-
nextPageData: O,
|
|
131
|
-
paginationData: S,
|
|
132
|
-
innerValue: p,
|
|
133
|
-
currentIdx: l
|
|
134
|
-
};
|
|
135
|
-
}
|
|
136
|
-
}), Z = ["aria-label"], j = {
|
|
137
|
-
key: 0
|
|
138
|
-
}, x = {
|
|
139
|
-
key: 1,
|
|
140
|
-
"aria-hidden": "true"
|
|
141
|
-
}, ee = ["value"], ae = {
|
|
142
|
-
key: 2
|
|
143
|
-
}, ne = {
|
|
144
|
-
key: 3,
|
|
145
|
-
"aria-hidden": "true"
|
|
146
|
-
};
|
|
147
|
-
function te(e, s, l, C, _, y) {
|
|
148
|
-
const p = $("icon-caret-left"), P = $("cdr-select"), v = $("icon-caret-right");
|
|
149
|
-
return i(), u("nav", {
|
|
150
|
-
"aria-label": e.ariaLabel
|
|
151
|
-
}, [k("ol", {
|
|
152
|
-
class: r(e.style["cdr-pagination"])
|
|
153
|
-
}, [e.innerValue > e.pages[0].page ? (i(), u("li", j, [(i(), D(T(e.linkTag), {
|
|
154
|
-
"aria-label": "Go to previous page",
|
|
155
|
-
href: e.linkTag === "a" && e.prevPageData && e.prevPageData.url || void 0,
|
|
156
|
-
class: r(e.mapClasses(e.style, "cdr-pagination__link", "cdr-pagination__prev")),
|
|
157
|
-
onClick: s[0] || (s[0] = (a) => e.navigate(e.prevPageData.page, a))
|
|
158
|
-
}, {
|
|
159
|
-
default: h(() => [f(p, {
|
|
160
|
-
class: r(e.style["cdr-pagination_caret--prev"])
|
|
161
|
-
}, null, 8, ["class"]), m(" Prev ")]),
|
|
162
|
-
_: 1
|
|
163
|
-
}, 8, ["href", "class"]))])) : (i(), u("li", x, [k("span", {
|
|
164
|
-
"aria-disabled": "true",
|
|
165
|
-
class: r(e.mapClasses(e.style, "cdr-pagination__link", "cdr-pagination__prev", "cdr-pagination__link--disabled"))
|
|
166
|
-
}, [f(p, {
|
|
167
|
-
class: r(e.style["cdr-pagination_caret--prev"]),
|
|
168
|
-
"inherit-color": ""
|
|
169
|
-
}, null, 8, ["class"]), m(" Prev ")], 2)])), (i(!0), u(N, null, w(e.paginationData, (a, b) => (i(), u("li", {
|
|
170
|
-
key: `pagination-${e.uniqueId}-li-${a.page}`,
|
|
171
|
-
class: r(e.style["cdr-pagination__li--links"])
|
|
172
|
-
}, [a.page ? (i(), D(T(e.linkTag), {
|
|
173
|
-
key: 0,
|
|
174
|
-
id: `pagination-${e.uniqueId}-link-${a.page}`,
|
|
175
|
-
class: r(e.mapClasses(e.style, "cdr-pagination__link", a.page === e.innerValue && "cdr-pagination__link--current")),
|
|
176
|
-
"aria-label": a.page === e.innerValue ? `Current page, page ${a.page}` : `Go to page ${a.page}`,
|
|
177
|
-
"aria-current": a.page === e.innerValue ? "page" : null,
|
|
178
|
-
href: e.linkTag === "a" && a.url || void 0,
|
|
179
|
-
ref_for: !0,
|
|
180
|
-
ref: (c) => {
|
|
181
|
-
e.linkRefs[b] = c;
|
|
182
|
-
},
|
|
183
|
-
onClick: (c) => e.navigate(a.page, c)
|
|
184
|
-
}, {
|
|
185
|
-
default: h(() => [m(I(a.page), 1)]),
|
|
186
|
-
_: 2
|
|
187
|
-
}, 1032, ["id", "class", "aria-label", "aria-current", "href", "onClick"])) : (i(), u("span", {
|
|
188
|
-
key: 1,
|
|
189
|
-
class: r(e.style["cdr-pagination__ellipse"])
|
|
190
|
-
}, " … ", 2))], 2))), 128)), k("li", {
|
|
191
|
-
class: r(e.style["cdr-pagination__li--select"])
|
|
192
|
-
}, [f(P, {
|
|
193
|
-
id: `pagination-select-${e.uniqueId}`,
|
|
194
|
-
modelValue: e.innerValue,
|
|
195
|
-
"onUpdate:modelValue": s[1] || (s[1] = (a) => e.innerValue = a),
|
|
196
|
-
label: "Navigate to page",
|
|
197
|
-
"hide-label": "",
|
|
198
|
-
onChange: s[2] || (s[2] = E((a) => e.select(a), ["prevent"]))
|
|
199
|
-
}, {
|
|
200
|
-
default: h(() => [(i(!0), u(N, null, w(e.paginationData.filter((a) => a.page), (a) => (i(), u("option", {
|
|
201
|
-
key: `pagination-${e.uniqueId}-select-${a.page}`,
|
|
202
|
-
value: a.page
|
|
203
|
-
}, " Page " + I(a.page) + I(e.totalPages === null ? "" : ` of ${e.totalPages}`), 9, ee))), 128))]),
|
|
204
|
-
_: 1
|
|
205
|
-
}, 8, ["id", "modelValue"])], 2), e.innerValue < e.pages[e.pages.length - 1].page ? (i(), u("li", ae, [(i(), D(T(e.linkTag), {
|
|
206
|
-
"aria-label": "Go to next page",
|
|
207
|
-
href: e.linkTag === "a" && e.nextPageData && e.nextPageData.url || void 0,
|
|
208
|
-
class: r(e.mapClasses(e.style, "cdr-pagination__link", "cdr-pagination__next")),
|
|
209
|
-
onClick: s[3] || (s[3] = (a) => e.navigate(e.nextPageData.page, a))
|
|
210
|
-
}, {
|
|
211
|
-
default: h(() => [m(" Next "), f(v, {
|
|
212
|
-
class: r(e.style["cdr-pagination_caret--next"])
|
|
213
|
-
}, null, 8, ["class"])]),
|
|
214
|
-
_: 1
|
|
215
|
-
}, 8, ["href", "class"]))])) : (i(), u("li", ne, [k("span", {
|
|
216
|
-
"aria-disabled": "true",
|
|
217
|
-
class: r(e.mapClasses(e.style, "cdr-pagination__link", "cdr-pagination__next", "cdr-pagination__link--disabled"))
|
|
218
|
-
}, [m(" Next "), f(v, {
|
|
219
|
-
class: r(e.style["cdr-pagination_caret--next"]),
|
|
220
|
-
"inherit-color": ""
|
|
221
|
-
}, null, 8, ["class"])], 2)]))], 2)], 8, Z);
|
|
222
|
-
}
|
|
223
|
-
const le = {
|
|
224
|
-
$style: Q
|
|
225
|
-
}, ye = /* @__PURE__ */ X(Y, [["render", te], ["__cssModules", le]]);
|
|
1
|
+
import o from "./CdrPagination.vue2.mjs";
|
|
2
|
+
import s from "./styles/CdrPagination.module.scss.mjs";
|
|
3
|
+
import t from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
+
const r = {
|
|
5
|
+
$style: s
|
|
6
|
+
}, f = /* @__PURE__ */ t(o, [["__cssModules", r]]);
|
|
226
7
|
export {
|
|
227
|
-
|
|
8
|
+
f as default
|
|
228
9
|
};
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
import "core-js/modules/es.array.push.js";
|
|
2
|
+
import "core-js/modules/es.array.unshift.js";
|
|
3
|
+
import { defineComponent as H, useCssModule as z, ref as O, computed as f, onMounted as A, watch as F, openBlock as u, createElementBlock as p, createElementVNode as y, normalizeClass as g, unref as r, createBlock as D, resolveDynamicComponent as L, withCtx as b, createVNode as v, createTextVNode as m, Fragment as S, renderList as I, toDisplayString as M, withModifiers as R, nextTick as W } from "vue";
|
|
4
|
+
import k from "../../utils/mapClasses.mjs";
|
|
5
|
+
import J from "../../utils/propValidator.mjs";
|
|
6
|
+
import B from "../icon/comps/caret-left.vue.mjs";
|
|
7
|
+
import G from "../icon/comps/caret-right.vue.mjs";
|
|
8
|
+
import K from "../select/CdrSelect.vue.mjs";
|
|
9
|
+
import Q from "../../utils/uid.mjs";
|
|
10
|
+
const X = ["aria-label"], Y = {
|
|
11
|
+
key: 0
|
|
12
|
+
}, Z = {
|
|
13
|
+
key: 1,
|
|
14
|
+
"aria-hidden": "true"
|
|
15
|
+
}, j = ["value"], ee = {
|
|
16
|
+
key: 2
|
|
17
|
+
}, ae = {
|
|
18
|
+
key: 3,
|
|
19
|
+
"aria-hidden": "true"
|
|
20
|
+
}, pe = /* @__PURE__ */ H({
|
|
21
|
+
name: "CdrPagination",
|
|
22
|
+
__name: "CdrPagination",
|
|
23
|
+
props: {
|
|
24
|
+
/**
|
|
25
|
+
* Define a custom slug for the generated pagination item IDs. Slug is randomly generated if no ID provided.
|
|
26
|
+
* @demoIgnore true
|
|
27
|
+
*/
|
|
28
|
+
id: {
|
|
29
|
+
type: String
|
|
30
|
+
},
|
|
31
|
+
/**
|
|
32
|
+
* Sets the total number of pages for displaying "Page x of <totalPages>".
|
|
33
|
+
* Sometimes the total number of pages is different than total page data objects in the pages array.
|
|
34
|
+
* For example, if only the next and previous pages are provided.
|
|
35
|
+
*/
|
|
36
|
+
totalPages: {
|
|
37
|
+
type: Number,
|
|
38
|
+
default: null
|
|
39
|
+
},
|
|
40
|
+
/**
|
|
41
|
+
* Array of objects containing pagination data.
|
|
42
|
+
* Objects must have structure of `{ page: number, url: string }`
|
|
43
|
+
*/
|
|
44
|
+
pages: {
|
|
45
|
+
type: Array,
|
|
46
|
+
required: !0,
|
|
47
|
+
validator: (n) => n.every((t) => !Object.prototype.hasOwnProperty.call(t, "page") || typeof t.page != "number" ? (console.error('Property "page" is missing or is not a number', t), !1) : !Object.prototype.hasOwnProperty.call(t, "url") || typeof t.url != "string" ? (console.error('Property "url" is missing or is not a string', t), !1) : !0)
|
|
48
|
+
},
|
|
49
|
+
/**
|
|
50
|
+
* Sets which tag type is used to render pagination elements
|
|
51
|
+
* @values a, button
|
|
52
|
+
*/
|
|
53
|
+
linkTag: {
|
|
54
|
+
type: String,
|
|
55
|
+
default: "a",
|
|
56
|
+
validator: (n) => J(n, ["a", "button"])
|
|
57
|
+
},
|
|
58
|
+
/**
|
|
59
|
+
* Used to customize the aria-label for the root pagination element.
|
|
60
|
+
* For page-level pagination (i.e, pagination that updates the entire page content and changes the URL)
|
|
61
|
+
* this property should be omitted.
|
|
62
|
+
* For intra-page navigation this property should describe the element being paginated, for example:
|
|
63
|
+
* `Pagination for sub-content`
|
|
64
|
+
*/
|
|
65
|
+
forLabel: {
|
|
66
|
+
type: String,
|
|
67
|
+
default: ""
|
|
68
|
+
},
|
|
69
|
+
/** @ignore used for binding v-model, represents the current page */
|
|
70
|
+
modelValue: {
|
|
71
|
+
type: Number
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
emits: {
|
|
75
|
+
/**
|
|
76
|
+
* Event emitted by v-model on the select <input> element to indicate current page.
|
|
77
|
+
* Only used on small devices
|
|
78
|
+
* @param modelValue
|
|
79
|
+
*/
|
|
80
|
+
"update:modelValue": null,
|
|
81
|
+
/**
|
|
82
|
+
* $emit event fired when page changes based on user interaction by clicking a link
|
|
83
|
+
* or selecting an option from the select on mobile.
|
|
84
|
+
* `event.preventDefault()` can be used to override the default link navigation behavior.
|
|
85
|
+
*/
|
|
86
|
+
navigate: null
|
|
87
|
+
},
|
|
88
|
+
setup(n, {
|
|
89
|
+
emit: x
|
|
90
|
+
}) {
|
|
91
|
+
const t = n, s = z(), _ = O(0), N = O([]), h = t.id ? t.id : Q(), C = (i) => {
|
|
92
|
+
_.value = t.pages.map((a) => a.page).indexOf(i);
|
|
93
|
+
}, o = f({
|
|
94
|
+
get: () => t.modelValue,
|
|
95
|
+
set: (i) => {
|
|
96
|
+
C(i), x("update:modelValue", i);
|
|
97
|
+
}
|
|
98
|
+
}), U = f(() => t.pages[_.value].url), P = (i, a) => {
|
|
99
|
+
var l, c;
|
|
100
|
+
const e = ((l = a.target) == null ? void 0 : l.offsetWidth) > 0 && ((c = a.target) == null ? void 0 : c.offsetHeight) > 0;
|
|
101
|
+
if (i === o.value && e) {
|
|
102
|
+
a.preventDefault();
|
|
103
|
+
return;
|
|
104
|
+
}
|
|
105
|
+
o.value = i, x("navigate", i, U.value, a), W(() => {
|
|
106
|
+
try {
|
|
107
|
+
const d = a.currentTarget || a.target;
|
|
108
|
+
d == null || d.blur();
|
|
109
|
+
} catch (d) {
|
|
110
|
+
console.error(d);
|
|
111
|
+
}
|
|
112
|
+
});
|
|
113
|
+
}, q = (i) => {
|
|
114
|
+
const a = N.value.find((e) => {
|
|
115
|
+
var l;
|
|
116
|
+
return (e == null ? void 0 : e.innerHTML) === ((l = i.target) == null ? void 0 : l.value);
|
|
117
|
+
});
|
|
118
|
+
a && a.click();
|
|
119
|
+
}, E = f(() => t.forLabel || "Pagination"), T = f(() => t.pages[_.value - 1]), V = f(() => t.pages[_.value + 1]), w = f(() => {
|
|
120
|
+
const i = t.pages.length, a = o.value, e = 1;
|
|
121
|
+
let l = [], c = !0, d = !0;
|
|
122
|
+
if (i <= 7)
|
|
123
|
+
return t.pages;
|
|
124
|
+
if (a) {
|
|
125
|
+
if (a < 5)
|
|
126
|
+
c = !1, l = t.pages.slice(1, 5);
|
|
127
|
+
else if (i - a < 4)
|
|
128
|
+
d = !1, l = t.pages.slice(-5, -1);
|
|
129
|
+
else
|
|
130
|
+
for (let $ = Math.max(2, a - e); $ <= Math.min(i - 1, a + e); $ += 1)
|
|
131
|
+
l.push(t.pages[$ - 1]);
|
|
132
|
+
return a - e > 2 && c && l.unshift({
|
|
133
|
+
page: 0,
|
|
134
|
+
url: "",
|
|
135
|
+
ellip: !0
|
|
136
|
+
}), a + e < i - 1 && d && l.push({
|
|
137
|
+
page: 0,
|
|
138
|
+
url: "",
|
|
139
|
+
ellip: !0
|
|
140
|
+
}), l.unshift(t.pages[0]), l.push(t.pages[i - 1]), l;
|
|
141
|
+
}
|
|
142
|
+
});
|
|
143
|
+
return A(() => C(o.value)), F(() => t.pages, () => C(o.value)), (i, a) => (u(), p("nav", {
|
|
144
|
+
"aria-label": E.value
|
|
145
|
+
}, [y("ol", {
|
|
146
|
+
class: g(r(s)["cdr-pagination"])
|
|
147
|
+
}, [o.value && o.value > n.pages[0].page ? (u(), p("li", Y, [(u(), D(L(n.linkTag), {
|
|
148
|
+
"aria-label": "Go to previous page",
|
|
149
|
+
href: n.linkTag === "a" && T.value && T.value.url || void 0,
|
|
150
|
+
class: g(r(k)(r(s), "cdr-pagination__link", "cdr-pagination__prev")),
|
|
151
|
+
onClick: a[0] || (a[0] = (e) => P(T.value.page, e))
|
|
152
|
+
}, {
|
|
153
|
+
default: b(() => [v(B, {
|
|
154
|
+
class: g(r(s)["cdr-pagination_caret--prev"])
|
|
155
|
+
}, null, 8, ["class"]), m(" Prev ")]),
|
|
156
|
+
_: 1
|
|
157
|
+
}, 8, ["href", "class"]))])) : (u(), p("li", Z, [y("span", {
|
|
158
|
+
"aria-disabled": "true",
|
|
159
|
+
class: g(r(k)(r(s), "cdr-pagination__link", "cdr-pagination__prev", "cdr-pagination__link--disabled"))
|
|
160
|
+
}, [v(B, {
|
|
161
|
+
class: g(r(s)["cdr-pagination_caret--prev"]),
|
|
162
|
+
"inherit-color": ""
|
|
163
|
+
}, null, 8, ["class"]), m(" Prev ")], 2)])), (u(!0), p(S, null, I(w.value, (e, l) => (u(), p("li", {
|
|
164
|
+
key: `pagination-${r(h)}-li-${e.page}`,
|
|
165
|
+
class: g(r(s)["cdr-pagination__li--links"])
|
|
166
|
+
}, [e.ellip ? (u(), p("span", {
|
|
167
|
+
key: 1,
|
|
168
|
+
class: g(r(s)["cdr-pagination__ellipse"])
|
|
169
|
+
}, " … ", 2)) : (u(), D(L(n.linkTag), {
|
|
170
|
+
key: 0,
|
|
171
|
+
id: `pagination-${r(h)}-link-${e.page}`,
|
|
172
|
+
class: g(r(k)(r(s), "cdr-pagination__link", e.page === o.value ? "cdr-pagination__link--current" : "")),
|
|
173
|
+
"aria-label": e.page === o.value ? `Current page, page ${e.page}` : `Go to page ${e.page}`,
|
|
174
|
+
"aria-current": e.page === o.value ? "page" : null,
|
|
175
|
+
href: n.linkTag === "a" && e.url || void 0,
|
|
176
|
+
ref_for: !0,
|
|
177
|
+
ref: (c) => {
|
|
178
|
+
N.value[l] = c;
|
|
179
|
+
},
|
|
180
|
+
onClick: (c) => P(e.page, c)
|
|
181
|
+
}, {
|
|
182
|
+
default: b(() => [m(M(e.page), 1)]),
|
|
183
|
+
_: 2
|
|
184
|
+
}, 1032, ["id", "class", "aria-label", "aria-current", "href", "onClick"]))], 2))), 128)), y("li", {
|
|
185
|
+
class: g(r(s)["cdr-pagination__li--select"])
|
|
186
|
+
}, [v(K, {
|
|
187
|
+
id: `pagination-select-${r(h)}`,
|
|
188
|
+
modelValue: o.value,
|
|
189
|
+
"onUpdate:modelValue": a[1] || (a[1] = (e) => o.value = e),
|
|
190
|
+
label: "Navigate to page",
|
|
191
|
+
"hide-label": "",
|
|
192
|
+
onChange: a[2] || (a[2] = R((e) => q(e), ["prevent"]))
|
|
193
|
+
}, {
|
|
194
|
+
default: b(() => {
|
|
195
|
+
var e;
|
|
196
|
+
return [(u(!0), p(S, null, I((e = w.value) == null ? void 0 : e.filter((l) => l.page), (l) => (u(), p("option", {
|
|
197
|
+
key: `pagination-${r(h)}-select-${l.page}`,
|
|
198
|
+
value: l.page
|
|
199
|
+
}, " Page " + M(l.page) + M(n.totalPages === null ? "" : ` of ${n.totalPages}`), 9, j))), 128))];
|
|
200
|
+
}),
|
|
201
|
+
_: 1
|
|
202
|
+
}, 8, ["id", "modelValue"])], 2), o.value && o.value < n.pages[n.pages.length - 1].page ? (u(), p("li", ee, [(u(), D(L(n.linkTag), {
|
|
203
|
+
"aria-label": "Go to next page",
|
|
204
|
+
href: n.linkTag === "a" && V.value && V.value.url || void 0,
|
|
205
|
+
class: g(r(k)(r(s), "cdr-pagination__link", "cdr-pagination__next")),
|
|
206
|
+
onClick: a[3] || (a[3] = (e) => P(V.value.page, e))
|
|
207
|
+
}, {
|
|
208
|
+
default: b(() => [m(" Next "), v(G, {
|
|
209
|
+
class: g(r(s)["cdr-pagination_caret--next"])
|
|
210
|
+
}, null, 8, ["class"])]),
|
|
211
|
+
_: 1
|
|
212
|
+
}, 8, ["href", "class"]))])) : (u(), p("li", ae, [y("span", {
|
|
213
|
+
"aria-disabled": "true",
|
|
214
|
+
class: g(r(k)(r(s), "cdr-pagination__link", "cdr-pagination__next", "cdr-pagination__link--disabled"))
|
|
215
|
+
}, [m(" Next "), v(G, {
|
|
216
|
+
class: g(r(s)["cdr-pagination_caret--next"]),
|
|
217
|
+
"inherit-color": ""
|
|
218
|
+
}, null, 8, ["class"])], 2)]))], 2)], 8, X));
|
|
219
|
+
}
|
|
220
|
+
});
|
|
221
|
+
export {
|
|
222
|
+
pe as default
|
|
223
|
+
};
|
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
const l = {
|
|
2
|
-
"cdr-icon": "cdr-
|
|
3
|
-
"cdr-icon--small": "cdr-icon--
|
|
4
|
-
"cdr-icon--large": "cdr-icon--
|
|
5
|
-
"cdr-icon--small@xs": "cdr-icon--small@
|
|
6
|
-
"cdr-icon--large@xs": "cdr-icon--large@
|
|
7
|
-
"cdr-icon--small@sm": "cdr-icon--small@
|
|
8
|
-
"cdr-icon--large@sm": "cdr-icon--large@
|
|
9
|
-
"cdr-icon--small@md": "cdr-icon--small@
|
|
10
|
-
"cdr-icon--large@md": "cdr-icon--large@
|
|
11
|
-
"cdr-icon--small@lg": "cdr-icon--small@
|
|
12
|
-
"cdr-icon--large@lg": "cdr-icon--large@
|
|
13
|
-
"cdr-icon--inherit-color": "cdr-icon--inherit-
|
|
14
|
-
"cdr-label-standalone": "cdr-label-
|
|
15
|
-
"cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-
|
|
16
|
-
"cdr-label-standalone__label": "cdr-label-
|
|
17
|
-
"cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-
|
|
18
|
-
"cdr-label-standalone__label--disabled": "cdr-label-standalone__label--
|
|
19
|
-
"cdr-label-standalone__optional": "cdr-label-
|
|
20
|
-
"cdr-label-standalone__helper": "cdr-label-
|
|
21
|
-
"cdr-label-standalone__info": "cdr-label-
|
|
22
|
-
"cdr-label-standalone__post-content": "cdr-label-standalone__post-
|
|
23
|
-
"cdr-label-standalone__info-action": "cdr-label-standalone__info-
|
|
24
|
-
"cdr-label-standalone__input-wrap": "cdr-label-standalone__input-
|
|
25
|
-
"cdr-label-standalone__input-spacing": "cdr-label-standalone__input-
|
|
26
|
-
"cdr-form-error": "cdr-form-
|
|
27
|
-
"cdr-form-error__icon": "cdr-form-
|
|
28
|
-
"cdr-select": "cdr-
|
|
29
|
-
"cdr-select--primary": "cdr-select--
|
|
30
|
-
"cdr-select--secondary": "cdr-select--
|
|
31
|
-
"cdr-select--error": "cdr-select--
|
|
32
|
-
"cdr-select--preicon": "cdr-select--
|
|
33
|
-
"cdr-select__prompt": "cdr-
|
|
34
|
-
"cdr-select__caret": "cdr-
|
|
35
|
-
"cdr-select__caret--disabled": "cdr-select__caret--
|
|
36
|
-
"cdr-select__pre-icon": "cdr-select__pre-
|
|
37
|
-
"cdr-select--multiple": "cdr-select--
|
|
38
|
-
"cdr-select--large@xs": "cdr-select--large@
|
|
39
|
-
"cdr-select--large": "cdr-select--
|
|
40
|
-
"cdr-select--large@sm": "cdr-select--large@
|
|
41
|
-
"cdr-select--large@md": "cdr-select--large@
|
|
42
|
-
"cdr-select--large@lg": "cdr-select--large@
|
|
43
|
-
"cdr-select-wrap": "cdr-select-
|
|
44
|
-
"cdr-pagination": "cdr-
|
|
45
|
-
"cdr-pagination__li--links": "cdr-pagination__li--
|
|
46
|
-
"cdr-pagination__li--select": "cdr-pagination__li--
|
|
47
|
-
"cdr-pagination__link": "cdr-
|
|
48
|
-
"cdr-pagination__link--current": "cdr-pagination__link--
|
|
49
|
-
"cdr-pagination__link--disabled": "cdr-pagination__link--
|
|
50
|
-
"cdr-pagination__ellipse": "cdr-
|
|
51
|
-
"cdr-pagination__prev": "cdr-
|
|
52
|
-
"cdr-pagination__next": "cdr-
|
|
53
|
-
"cdr-pagination__caret--prev": "cdr-pagination__caret--
|
|
54
|
-
"cdr-pagination__caret--next": "cdr-pagination__caret--
|
|
2
|
+
"cdr-icon": "cdr-icon_14-0-0-ts-0",
|
|
3
|
+
"cdr-icon--small": "cdr-icon--small_14-0-0-ts-0",
|
|
4
|
+
"cdr-icon--large": "cdr-icon--large_14-0-0-ts-0",
|
|
5
|
+
"cdr-icon--small@xs": "cdr-icon--small@xs_14-0-0-ts-0",
|
|
6
|
+
"cdr-icon--large@xs": "cdr-icon--large@xs_14-0-0-ts-0",
|
|
7
|
+
"cdr-icon--small@sm": "cdr-icon--small@sm_14-0-0-ts-0",
|
|
8
|
+
"cdr-icon--large@sm": "cdr-icon--large@sm_14-0-0-ts-0",
|
|
9
|
+
"cdr-icon--small@md": "cdr-icon--small@md_14-0-0-ts-0",
|
|
10
|
+
"cdr-icon--large@md": "cdr-icon--large@md_14-0-0-ts-0",
|
|
11
|
+
"cdr-icon--small@lg": "cdr-icon--small@lg_14-0-0-ts-0",
|
|
12
|
+
"cdr-icon--large@lg": "cdr-icon--large@lg_14-0-0-ts-0",
|
|
13
|
+
"cdr-icon--inherit-color": "cdr-icon--inherit-color_14-0-0-ts-0",
|
|
14
|
+
"cdr-label-standalone": "cdr-label-standalone_14-0-0-ts-0",
|
|
15
|
+
"cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_14-0-0-ts-0",
|
|
16
|
+
"cdr-label-standalone__label": "cdr-label-standalone__label_14-0-0-ts-0",
|
|
17
|
+
"cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_14-0-0-ts-0",
|
|
18
|
+
"cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_14-0-0-ts-0",
|
|
19
|
+
"cdr-label-standalone__optional": "cdr-label-standalone__optional_14-0-0-ts-0",
|
|
20
|
+
"cdr-label-standalone__helper": "cdr-label-standalone__helper_14-0-0-ts-0",
|
|
21
|
+
"cdr-label-standalone__info": "cdr-label-standalone__info_14-0-0-ts-0",
|
|
22
|
+
"cdr-label-standalone__post-content": "cdr-label-standalone__post-content_14-0-0-ts-0",
|
|
23
|
+
"cdr-label-standalone__info-action": "cdr-label-standalone__info-action_14-0-0-ts-0",
|
|
24
|
+
"cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_14-0-0-ts-0",
|
|
25
|
+
"cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_14-0-0-ts-0",
|
|
26
|
+
"cdr-form-error": "cdr-form-error_14-0-0-ts-0",
|
|
27
|
+
"cdr-form-error__icon": "cdr-form-error__icon_14-0-0-ts-0",
|
|
28
|
+
"cdr-select": "cdr-select_14-0-0-ts-0",
|
|
29
|
+
"cdr-select--primary": "cdr-select--primary_14-0-0-ts-0",
|
|
30
|
+
"cdr-select--secondary": "cdr-select--secondary_14-0-0-ts-0",
|
|
31
|
+
"cdr-select--error": "cdr-select--error_14-0-0-ts-0",
|
|
32
|
+
"cdr-select--preicon": "cdr-select--preicon_14-0-0-ts-0",
|
|
33
|
+
"cdr-select__prompt": "cdr-select__prompt_14-0-0-ts-0",
|
|
34
|
+
"cdr-select__caret": "cdr-select__caret_14-0-0-ts-0",
|
|
35
|
+
"cdr-select__caret--disabled": "cdr-select__caret--disabled_14-0-0-ts-0",
|
|
36
|
+
"cdr-select__pre-icon": "cdr-select__pre-icon_14-0-0-ts-0",
|
|
37
|
+
"cdr-select--multiple": "cdr-select--multiple_14-0-0-ts-0",
|
|
38
|
+
"cdr-select--large@xs": "cdr-select--large@xs_14-0-0-ts-0",
|
|
39
|
+
"cdr-select--large": "cdr-select--large_14-0-0-ts-0",
|
|
40
|
+
"cdr-select--large@sm": "cdr-select--large@sm_14-0-0-ts-0",
|
|
41
|
+
"cdr-select--large@md": "cdr-select--large@md_14-0-0-ts-0",
|
|
42
|
+
"cdr-select--large@lg": "cdr-select--large@lg_14-0-0-ts-0",
|
|
43
|
+
"cdr-select-wrap": "cdr-select-wrap_14-0-0-ts-0",
|
|
44
|
+
"cdr-pagination": "cdr-pagination_14-0-0-ts-0",
|
|
45
|
+
"cdr-pagination__li--links": "cdr-pagination__li--links_14-0-0-ts-0",
|
|
46
|
+
"cdr-pagination__li--select": "cdr-pagination__li--select_14-0-0-ts-0",
|
|
47
|
+
"cdr-pagination__link": "cdr-pagination__link_14-0-0-ts-0",
|
|
48
|
+
"cdr-pagination__link--current": "cdr-pagination__link--current_14-0-0-ts-0",
|
|
49
|
+
"cdr-pagination__link--disabled": "cdr-pagination__link--disabled_14-0-0-ts-0",
|
|
50
|
+
"cdr-pagination__ellipse": "cdr-pagination__ellipse_14-0-0-ts-0",
|
|
51
|
+
"cdr-pagination__prev": "cdr-pagination__prev_14-0-0-ts-0",
|
|
52
|
+
"cdr-pagination__next": "cdr-pagination__next_14-0-0-ts-0",
|
|
53
|
+
"cdr-pagination__caret--prev": "cdr-pagination__caret--prev_14-0-0-ts-0",
|
|
54
|
+
"cdr-pagination__caret--next": "cdr-pagination__caret--next_14-0-0-ts-0"
|
|
55
55
|
};
|
|
56
56
|
export {
|
|
57
57
|
l as default
|