@opensig/opendesign
Version:
148 lines (147 loc) • 8.68 kB
JavaScript
"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const vue = require("vue");
require("../icon-components/OIconZoomOut/OIconZoomOut.vue2.js");
require("../icon-components/OIconZoomIn/OIconZoomIn.vue2.js");
const OIconVideoPlay = require("../icon-components/OIconVideoPlay/OIconVideoPlay.vue.js");
const OIconTime = require("../icon-components/OIconTime/OIconTime.vue.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");
require("../icon-components/OIconOneToOne/OIconOneToOne.vue2.js");
const OIconMinus = require("../icon-components/OIconMinus/OIconMinus.vue.js");
const OIconLoading = require("../icon-components/OIconLoading/OIconLoading.vue.js");
const OIconLoadingSmall = require("../icon-components/OIconLoadingSmall/OIconLoadingSmall.vue.js");
const OIconLink = require("../icon-components/OIconLink/OIconLink.vue.js");
const OIconInfoTip = require("../icon-components/OIconInfoTip/OIconInfoTip.vue.js");
const OIconImgError = require("../icon-components/OIconImgError/OIconImgError.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");
const OIconDownload = require("../icon-components/OIconDownload/OIconDownload.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 OIconChevronRightSmall = require("../icon-components/OIconChevronRightSmall/OIconChevronRightSmall.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 OIconAvatar = require("../icon-components/OIconAvatar/OIconAvatar.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");
require("../icon-components/OIconSun/OIconSun.vue2.js");
const OIconSuccess = require("../icon-components/OIconSuccess/OIconSuccess.vue.js");
require("../icon-components/OIconSort/OIconSort.vue2.js");
require("../icon-components/OIconSkill/OIconSkill.vue2.js");
require("../icon-components/OIconNoData/OIconNoData.vue2.js");
require("../icon-components/OIconMoon/OIconMoon.vue2.js");
require("../icon-components/OIconKunpeng/OIconKunpeng.vue2.js");
const OIconInfo = require("../icon-components/OIconInfo/OIconInfo.vue.js");
require("../icon-components/OIconExclamationMark/OIconExclamationMark.vue2.js");
const OIconDanger = require("../icon-components/OIconDanger/OIconDanger.vue.js");
require("../icon-components/OIconCheckMark/OIconCheckMark.vue2.js");
require("../icon-components/OIconAscend/OIconAscend.vue2.js");
vue.shallowRef(OIconArrowUp);
vue.shallowRef(OIconArrowDown);
vue.shallowRef(OIconArrowLeft);
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 IconChevronRightSmall = vue.shallowRef(OIconChevronRightSmall);
const IconInfo = vue.shallowRef(OIconInfo);
const IconInfoTip = vue.shallowRef(OIconInfoTip);
const IconSuccess = vue.shallowRef(OIconSuccess);
const IconWarning = vue.shallowRef(OIconWarning);
const IconDanger = vue.shallowRef(OIconDanger);
const IconLoading = vue.shallowRef(OIconLoading);
const IconLoadingSmall = vue.shallowRef(OIconLoadingSmall);
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);
const IconImgError = vue.shallowRef(OIconImgError);
const IconDownload = vue.shallowRef(OIconDownload);
const IconTime = vue.shallowRef(OIconTime);
const IconCalendar = vue.shallowRef(OIconCalendar);
const IconCalendarPrevYear = vue.shallowRef(OIconDoubleArrowLeft);
const IconCalendarNextYear = vue.shallowRef(OIconDoubleArrowRight);
const IconCalendarPrevMonth = vue.shallowRef(OIconChevronLeft);
const IconCalendarNextMonth = vue.shallowRef(OIconChevronRight);
const IconAvatar = vue.shallowRef(OIconAvatar);
exports.IconAdd = IconAdd;
exports.IconAvatar = IconAvatar;
exports.IconCalendar = IconCalendar;
exports.IconCalendarNextMonth = IconCalendarNextMonth;
exports.IconCalendarNextYear = IconCalendarNextYear;
exports.IconCalendarPrevMonth = IconCalendarPrevMonth;
exports.IconCalendarPrevYear = IconCalendarPrevYear;
exports.IconChecked = IconChecked;
exports.IconChevronDown = IconChevronDown;
exports.IconChevronDownBold = IconChevronDownBold;
exports.IconChevronLeft = IconChevronLeft;
exports.IconChevronRight = IconChevronRight;
exports.IconChevronRightSmall = IconChevronRightSmall;
exports.IconChevronUp = IconChevronUp;
exports.IconClose = IconClose;
exports.IconDanger = IconDanger;
exports.IconDelete = IconDelete;
exports.IconDone = IconDone;
exports.IconDownload = IconDownload;
exports.IconEdit = IconEdit;
exports.IconEllipsis = IconEllipsis;
exports.IconEyeOff = IconEyeOff;
exports.IconEyeOn = IconEyeOn;
exports.IconFile = IconFile;
exports.IconImageError = IconImageError;
exports.IconImgError = IconImgError;
exports.IconInfo = IconInfo;
exports.IconInfoTip = IconInfoTip;
exports.IconLinkArrow = IconLinkArrow;
exports.IconLinkPrefix = IconLinkPrefix;
exports.IconLoading = IconLoading;
exports.IconLoadingSmall = IconLoadingSmall;
exports.IconMinus = IconMinus;
exports.IconPreview = IconPreview;
exports.IconRefresh = IconRefresh;
exports.IconStar = IconStar;
exports.IconSuccess = IconSuccess;
exports.IconTime = IconTime;
exports.IconVideoPlay = IconVideoPlay;
exports.IconWarning = IconWarning;