UNPKG

gepic

Version:

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

54 lines (53 loc) 2.19 kB
import "./core/index.js"; import { usePageManager as t } from "./utils/manager/pageManager.js"; import { PluginManager as m, pluginManager as s } from "./utils/manager/pluginManager.js"; import { useRevoke as n } from "./utils/manager/revoke.js"; import { loadAsyncComponent as f } from "./utils/common/component.js"; import { convertKFormData as i, deepClone as g, deepCompareAndModify as l, deepEqual as x, findSchemaById as c, findSchemaInfoById as h, findSchemas as S, generateNewSchema as y, getFormFields as B, getFormSchemas as D, getMatchedById as E, getValueByPath as P, mapSchemas as F, recursionConvertedNode as I, setValueByPath as M } from "./utils/common/data.js"; import { capitalizeFirstLetter as k, getUUID as v } from "./utils/common/string.js"; import { debounce as A } from "./utils/common/common.js"; import { useElementDrag as T, useElementZoom as U, useKeyPress as V, useTimedQuery as b } from "./hooks/common/element.js"; import { getDarkState as w, useDark as z, useTheme as L } from "./hooks/common/theme.js"; import { usePageSchema as R } from "./hooks/plugin/usePageSchema.js"; import { initStore as j, useStore as G } from "./hooks/store/index.js"; import { default as J } from "./core/components/builder/src/builder.vue.js"; import { default as W } from "./core/components/designer/src/designer.vue.js"; import { default as Y } from "./core/components/node/src/node.vue.js"; export { J as EBuilder, W as EDesigner, Y as ENode, m as PluginManager, k as capitalizeFirstLetter, i as convertKFormData, A as debounce, g as deepClone, l as deepCompareAndModify, x as deepEqual, c as findSchemaById, h as findSchemaInfoById, S as findSchemas, y as generateNewSchema, w as getDarkState, B as getFormFields, D as getFormSchemas, E as getMatchedById, v as getUUID, P as getValueByPath, j as initStore, f as loadAsyncComponent, F as mapSchemas, s as pluginManager, I as recursionConvertedNode, M as setValueByPath, z as useDark, T as useElementDrag, U as useElementZoom, V as useKeyPress, t as usePageManager, R as usePageSchema, n as useRevoke, G as useStore, L as useTheme, b as useTimedQuery };