UNPKG

@opensig/opendesign

Version:

<p align="center"><img src="../docs/public/opendesign-logo-light.png"/></p> <h1 align="center">opendesign</h1> <p align="center">一个 Vue 3 组件库</p> <p align="center"><b>皮肤可定制,使用 TypeScript</b></p>

116 lines (115 loc) 6.61 kB
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const vue = require("vue"); const OIconVideoPlay = require("../icon-components/OIconVideoPlay/OIconVideoPlay.vue.js"); require("../icon-components/OIconTime/OIconTime.vue2.js"); const OIconStar = require("../icon-components/OIconStar/OIconStar.vue.js"); require("../icon-components/OIconSearch/OIconSearch.vue2.js"); const OIconRefresh = require("../icon-components/OIconRefresh/OIconRefresh.vue.js"); const OIconMinus = require("../icon-components/OIconMinus/OIconMinus.vue.js"); const OIconLoading = require("../icon-components/OIconLoading/OIconLoading.vue.js"); const OIconLink = require("../icon-components/OIconLink/OIconLink.vue.js"); const OIconImageError = require("../icon-components/OIconImageError/OIconImageError.vue.js"); require("../icon-components/OIconFilter/OIconFilter.vue2.js"); const OIconFile = require("../icon-components/OIconFile/OIconFile.vue.js"); const OIconEye = require("../icon-components/OIconEye/OIconEye.vue.js"); const OIconEyeOff = require("../icon-components/OIconEyeOff/OIconEyeOff.vue.js"); const OIconEllipsis = require("../icon-components/OIconEllipsis/OIconEllipsis.vue.js"); const OIconEdit = require("../icon-components/OIconEdit/OIconEdit.vue.js"); require("../icon-components/OIconDoubleArrowUp/OIconDoubleArrowUp.vue2.js"); const OIconDoubleArrowRight = require("../icon-components/OIconDoubleArrowRight/OIconDoubleArrowRight.vue.js"); const OIconDoubleArrowLeft = require("../icon-components/OIconDoubleArrowLeft/OIconDoubleArrowLeft.vue.js"); require("../icon-components/OIconDoubleArrowDown/OIconDoubleArrowDown.vue2.js"); const OIconDone = require("../icon-components/OIconDone/OIconDone.vue.js"); const OIconDelete = require("../icon-components/OIconDelete/OIconDelete.vue.js"); const OIconClose = require("../icon-components/OIconClose/OIconClose.vue.js"); const OIconChevronUp = require("../icon-components/OIconChevronUp/OIconChevronUp.vue.js"); const OIconChevronRight = require("../icon-components/OIconChevronRight/OIconChevronRight.vue.js"); const OIconChevronLeft = require("../icon-components/OIconChevronLeft/OIconChevronLeft.vue.js"); const OIconChevronDown = require("../icon-components/OIconChevronDown/OIconChevronDown.vue.js"); const OIconChevronDownBold = require("../icon-components/OIconChevronDownBold/OIconChevronDownBold.vue.js"); const OIconChecked = require("../icon-components/OIconChecked/OIconChecked.vue.js"); require("../icon-components/OIconCaretUp/OIconCaretUp.vue2.js"); require("../icon-components/OIconCaretRight/OIconCaretRight.vue2.js"); require("../icon-components/OIconCaretLeft/OIconCaretLeft.vue2.js"); require("../icon-components/OIconCaretDown/OIconCaretDown.vue2.js"); const OIconCalendar = require("../icon-components/OIconCalendar/OIconCalendar.vue.js"); const OIconArrowUp = require("../icon-components/OIconArrowUp/OIconArrowUp.vue.js"); const OIconArrowRight = require("../icon-components/OIconArrowRight/OIconArrowRight.vue.js"); const OIconArrowLeft = require("../icon-components/OIconArrowLeft/OIconArrowLeft.vue.js"); const OIconArrowDown = require("../icon-components/OIconArrowDown/OIconArrowDown.vue.js"); const OIconAdd = require("../icon-components/OIconAdd/OIconAdd.vue.js"); const OIconWarning = require("../icon-components/OIconWarning/OIconWarning.vue.js"); const OIconSuccess = require("../icon-components/OIconSuccess/OIconSuccess.vue.js"); require("../icon-components/OIconSkill/OIconSkill.vue2.js"); require("../icon-components/OIconKunpeng/OIconKunpeng.vue2.js"); const OIconInfo = require("../icon-components/OIconInfo/OIconInfo.vue.js"); const OIconDanger = require("../icon-components/OIconDanger/OIconDanger.vue.js"); require("../icon-components/OIconAscend/OIconAscend.vue2.js"); vue.shallowRef(OIconArrowUp); vue.shallowRef(OIconArrowDown); const IconArrowLeft = vue.shallowRef(OIconArrowLeft); const IconArrowRight = vue.shallowRef(OIconArrowRight); const IconChevronUp = vue.shallowRef(OIconChevronUp); const IconChevronDown = vue.shallowRef(OIconChevronDown); const IconChevronDownBold = vue.shallowRef(OIconChevronDownBold); const IconChevronLeft = vue.shallowRef(OIconChevronLeft); const IconChevronRight = vue.shallowRef(OIconChevronRight); const IconInfo = vue.shallowRef(OIconInfo); const IconSuccess = vue.shallowRef(OIconSuccess); const IconWarning = vue.shallowRef(OIconWarning); const IconDanger = vue.shallowRef(OIconDanger); const IconLoading = vue.shallowRef(OIconLoading); const IconLinkPrefix = vue.shallowRef(OIconLink); const IconLinkArrow = vue.shallowRef(OIconArrowRight); const IconDone = vue.shallowRef(OIconDone); const IconClose = vue.shallowRef(OIconClose); const IconAdd = vue.shallowRef(OIconAdd); const IconMinus = vue.shallowRef(OIconMinus); const IconEllipsis = vue.shallowRef(OIconEllipsis); const IconStar = vue.shallowRef(OIconStar); const IconRefresh = vue.shallowRef(OIconRefresh); const IconDelete = vue.shallowRef(OIconDelete); const IconPreview = vue.shallowRef(OIconEye); const IconFile = vue.shallowRef(OIconFile); const IconEdit = vue.shallowRef(OIconEdit); const IconEyeOn = vue.shallowRef(OIconEye); const IconEyeOff = vue.shallowRef(OIconEyeOff); const IconImageError = vue.shallowRef(OIconImageError); const IconVideoPlay = vue.shallowRef(OIconVideoPlay); const IconChecked = vue.shallowRef(OIconChecked); vue.shallowRef(OIconCalendar); vue.shallowRef(OIconDoubleArrowLeft); vue.shallowRef(OIconDoubleArrowRight); vue.shallowRef(OIconChevronLeft); vue.shallowRef(OIconChevronRight); exports.IconAdd = IconAdd; exports.IconArrowLeft = IconArrowLeft; exports.IconArrowRight = IconArrowRight; exports.IconChecked = IconChecked; exports.IconChevronDown = IconChevronDown; exports.IconChevronDownBold = IconChevronDownBold; exports.IconChevronLeft = IconChevronLeft; exports.IconChevronRight = IconChevronRight; exports.IconChevronUp = IconChevronUp; exports.IconClose = IconClose; exports.IconDanger = IconDanger; exports.IconDelete = IconDelete; exports.IconDone = IconDone; exports.IconEdit = IconEdit; exports.IconEllipsis = IconEllipsis; exports.IconEyeOff = IconEyeOff; exports.IconEyeOn = IconEyeOn; exports.IconFile = IconFile; exports.IconImageError = IconImageError; exports.IconInfo = IconInfo; exports.IconLinkArrow = IconLinkArrow; exports.IconLinkPrefix = IconLinkPrefix; exports.IconLoading = IconLoading; exports.IconMinus = IconMinus; exports.IconPreview = IconPreview; exports.IconRefresh = IconRefresh; exports.IconStar = IconStar; exports.IconSuccess = IconSuccess; exports.IconVideoPlay = IconVideoPlay; exports.IconWarning = IconWarning;