UNPKG

vxe-design

Version:

A PC-based visual designer based on Vxe UI, used for building zero-code and low-code platforms

55 lines (54 loc) 1.77 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _exportNames = {}; exports.default = void 0; var _core = require("@vxe-ui/core"); Object.keys(_core).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; if (key in exports && exports[key] === _core[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _core[key]; } }); }); _core.VxeUI.designVersion = "4.0.2"; (0, _core.setConfig)({ formDesign: { height: 400, showHeader: true, showPc: true }, formView: {}, listDesign: { height: 400, showPc: true }, listView: {} }); const iconPrefix = 'vxe-icon-'; (0, _core.setIcon)({ // form-design FORM_DESIGN_STYLE_SETTING: iconPrefix + 'layout', FORM_DESIGN_PROPS_PC: iconPrefix + 'pc', FORM_DESIGN_PROPS_MOBILE: iconPrefix + 'mobile', FORM_DESIGN_PROPS_ADD: iconPrefix + 'add', FORM_DESIGN_PROPS_EDIT: iconPrefix + 'edit', FORM_DESIGN_WIDGET_ADD: iconPrefix + 'square-plus-fill', FORM_DESIGN_WIDGET_COPY: iconPrefix + 'copy', FORM_DESIGN_WIDGET_DELETE: iconPrefix + 'delete', FORM_DESIGN_WIDGET_SWAP_LR: iconPrefix + 'swap', FORM_DESIGN_WIDGET_OPTION_DELETE: iconPrefix + 'delete', FORM_DESIGN_WIDGET_OPTION_EXPAND_OPEN: iconPrefix + 'square-plus', FORM_DESIGN_WIDGET_OPTION_EXPAND_CLOSE: iconPrefix + 'square-minus', // list-design LIST_DESIGN_FIELD_SETTING: iconPrefix + 'custom-column', LIST_DESIGN_LIST_SETTING: iconPrefix + 'menu', LIST_DESIGN_LIST_SETTING_SEARCH_DELETE: iconPrefix + 'delete', LIST_DESIGN_LIST_SETTING_ACTIVE_DELETE: iconPrefix + 'delete' }); var _default = exports.default = _core.VxeUI;