UNPKG

epic-designer

Version:

基于vue3的设计器,可视化开发页面表单

54 lines (53 loc) 2.24 kB
/* empty css */ /* empty css */ import { default as a } from "./core/src/components/builder/src/builder.vue.js"; import { default as n } from "./core/src/components/designer/src/designer.vue.js"; import { useElementDrag as s, useElementZoom as d, useKeyPress as u, useTimedQuery as f } from "./hooks/src/common/element.js"; import { getDarkState as g, useDark as l, useTheme as c } from "./hooks/src/common/theme.js"; import { usePageSchema as h } from "./hooks/src/plugin/usePageSchema.js"; import { initStore as S, useStore as B } from "./hooks/src/store/index.js"; import { debounce as F } from "./utils/src/common/common.js"; import { loadAsyncComponent as E } from "./utils/src/common/component.js"; import { convertKFormData as M, deepClone as C, deepCompareAndModify as k, deepEqual as v, findSchemaById as N, findSchemaInfoById as U, findSchemas as A, generateNewSchema as K, getFormFields as T, getFormSchemas as V, getMatchedById as b, getValueByPath as q, mapSchemas as w, recursionConvertedNode as z, setValueByPath as L } from "./utils/src/common/data.js"; import { capitalizeFirstLetter as R, getFileNameByUrl as Z, getUUID as j } from "./utils/src/common/string.js"; import { usePageManager as H } from "./utils/src/manager/pageManager.js"; import { PluginManager as O, pluginManager as W } from "./utils/src/manager/pluginManager.js"; import { useRevoke as Y } from "./utils/src/manager/revoke.js"; export { a as EBuilder, n as EDesigner, O as PluginManager, R as capitalizeFirstLetter, M as convertKFormData, F as debounce, C as deepClone, k as deepCompareAndModify, v as deepEqual, N as findSchemaById, U as findSchemaInfoById, A as findSchemas, K as generateNewSchema, g as getDarkState, Z as getFileNameByUrl, T as getFormFields, V as getFormSchemas, b as getMatchedById, j as getUUID, q as getValueByPath, S as initStore, E as loadAsyncComponent, w as mapSchemas, W as pluginManager, z as recursionConvertedNode, L as setValueByPath, l as useDark, s as useElementDrag, d as useElementZoom, u as useKeyPress, H as usePageManager, h as usePageSchema, Y as useRevoke, B as useStore, c as useTheme, f as useTimedQuery };