starfish-editor-custom 1.0.46 → 1.0.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +4 -36
- package/dist/types/{editor/src/common → common}/jsonCode.vue.d.ts +3 -3
- package/dist/types/{editor/src/components → components}/FormPreview.vue.d.ts +5 -23
- package/dist/types/starfish-editor.d.ts +2 -2
- package/package.json +2 -2
- package/src/components/FormPreview.vue +0 -15
- package/stats.html +1 -1
- /package/dist/types/{editor/src/common → common}/ConditionSelect/ConditionGroup.vue.d.ts +0 -0
- /package/dist/types/{editor/src/common → common}/ConditionSelect/ConditionModule.vue.d.ts +0 -0
- /package/dist/types/{editor/src/common → common}/ConditionSelect/ConditionTanc.vue.d.ts +0 -0
- /package/dist/types/{editor/src/common → common}/ConditionSelect.vue.d.ts +0 -0
- /package/dist/types/{editor/src/common → common}/CustomDialog.vue.d.ts +0 -0
- /package/dist/types/{editor/src/common → common}/Loading.vue.d.ts +0 -0
- /package/dist/types/{editor/src/common → common}/formJson.d.ts +0 -0
- /package/dist/types/{editor/src/components → components}/ComponentList.vue.d.ts +0 -0
- /package/dist/types/{editor/src/components → components}/Nav.vue.d.ts +0 -0
- /package/dist/types/{editor/src/components → components}/PropsPanel.vue.d.ts +0 -0
- /package/dist/types/{editor/src/components → components}/Shape.vue.d.ts +0 -0
- /package/dist/types/{editor/src/components → components}/Workspace.vue.d.ts +0 -0
- /package/dist/types/{editor/src/components → components}/globalFormList.vue.d.ts +0 -0
- /package/dist/types/{editor/src/components → components}/jsonEditor.vue.d.ts +0 -0
- /package/dist/types/{editor/src/controller → controller}/action.d.ts +0 -0
- /package/dist/types/{editor/src/controller → controller}/form.d.ts +0 -0
- /package/dist/types/{editor/src/controller → controller}/history.d.ts +0 -0
- /package/dist/types/{editor/src/controller → controller}/shortcut.d.ts +0 -0
- /package/dist/types/{editor/src/controller → controller}/ui.d.ts +0 -0
- /package/dist/types/{editor/src/layouts → layouts}/ControlEditSize.vue.d.ts +0 -0
- /package/dist/types/{editor/src/layouts → layouts}/Framework.vue.d.ts +0 -0
- /package/dist/types/{editor/src/layouts → layouts}/Resizer.vue.d.ts +0 -0
- /package/dist/types/{editor/src/layouts → layouts}/ShortcutKey.vue.d.ts +0 -0
- /package/dist/types/{editor/src/main.d.ts → main.d.ts} +0 -0
- /package/dist/types/{editor/src/shims-vue.d.ts → shims-vue.d.ts} +0 -0
- /package/dist/types/{editor/src/starfish-editor.vue.d.ts → starfish-editor.vue.d.ts} +0 -0
- /package/dist/types/{editor/src/type.d.ts → type.d.ts} +0 -0
- /package/dist/types/{editor/src/utils → utils}/_.d.ts +0 -0
- /package/dist/types/{editor/src/utils → utils}/formKeycon.d.ts +0 -0
- /package/dist/types/{editor/src/utils → utils}/shortcutKey.d.ts +0 -0
- /package/dist/types/{editor/src/utils → utils}/vm.d.ts +0 -0
package/dist/main.js
CHANGED
|
@@ -797,9 +797,9 @@ const _sfc_main$c = defineComponent({
|
|
|
797
797
|
const _hoisted_1$b = { class: "custom_code" };
|
|
798
798
|
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
799
799
|
const _component_dynamicform = resolveComponent("dynamicform");
|
|
800
|
+
const _component_JsonCode = resolveComponent("JsonCode");
|
|
800
801
|
const _component_el_button = ElButton;
|
|
801
802
|
const _component_el_footer = ElFooter;
|
|
802
|
-
const _component_JsonCode = resolveComponent("JsonCode");
|
|
803
803
|
const _component_custom_dialog = resolveComponent("custom-dialog");
|
|
804
804
|
const _component_CustomDialog = resolveComponent("CustomDialog");
|
|
805
805
|
return openBlock(), createBlock(_component_CustomDialog, {
|
|
@@ -819,38 +819,6 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
819
819
|
ref: "dynamicform"
|
|
820
820
|
}, null, 8, ["formResult", "allFormList", "globalConfig"])
|
|
821
821
|
], 2),
|
|
822
|
-
createVNode(_component_el_footer, {
|
|
823
|
-
class: "my-Footer",
|
|
824
|
-
style: { "text-align": "center" }
|
|
825
|
-
}, {
|
|
826
|
-
default: withCtx(() => [
|
|
827
|
-
createVNode(_component_el_button, {
|
|
828
|
-
type: "primary",
|
|
829
|
-
onClick: _ctx.resetForm
|
|
830
|
-
}, {
|
|
831
|
-
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
832
|
-
createTextVNode("\u91CD\u7F6E\u8868\u5355", -1)
|
|
833
|
-
])]),
|
|
834
|
-
_: 1
|
|
835
|
-
}, 8, ["onClick"]),
|
|
836
|
-
createVNode(_component_el_button, {
|
|
837
|
-
type: "primary",
|
|
838
|
-
onClick: _ctx.getData
|
|
839
|
-
}, {
|
|
840
|
-
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
841
|
-
createTextVNode("\u83B7\u53D6\u6570\u636E", -1)
|
|
842
|
-
])]),
|
|
843
|
-
_: 1
|
|
844
|
-
}, 8, ["onClick"]),
|
|
845
|
-
createVNode(_component_el_button, { onClick: _ctx.closeDialog }, {
|
|
846
|
-
default: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
847
|
-
createTextVNode("\u5173\u95ED", -1)
|
|
848
|
-
])]),
|
|
849
|
-
_: 1
|
|
850
|
-
}, 8, ["onClick"])
|
|
851
|
-
]),
|
|
852
|
-
_: 1
|
|
853
|
-
}),
|
|
854
822
|
createVNode(_component_custom_dialog, {
|
|
855
823
|
ref: "codeDialog",
|
|
856
824
|
dialogclass: "codeDialog",
|
|
@@ -875,7 +843,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
875
843
|
"data-clipboard-action": "copy",
|
|
876
844
|
"data-clipboard-text": _ctx.code
|
|
877
845
|
}, {
|
|
878
|
-
default: withCtx(() => [..._cache[
|
|
846
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
879
847
|
createTextVNode("\u590D\u5236json", -1)
|
|
880
848
|
])]),
|
|
881
849
|
_: 1
|
|
@@ -884,13 +852,13 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
884
852
|
type: "primary",
|
|
885
853
|
onClick: _ctx.saveFile
|
|
886
854
|
}, {
|
|
887
|
-
default: withCtx(() => [..._cache[
|
|
855
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
888
856
|
createTextVNode("\u4FDD\u5B58\u4E3A\u6587\u4EF6", -1)
|
|
889
857
|
])]),
|
|
890
858
|
_: 1
|
|
891
859
|
}, 8, ["onClick"]),
|
|
892
860
|
createVNode(_component_el_button, { onClick: _ctx.closeCodeDialog }, {
|
|
893
|
-
default: withCtx(() => [..._cache[
|
|
861
|
+
default: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
894
862
|
createTextVNode("\u5173\u95ED", -1)
|
|
895
863
|
])]),
|
|
896
864
|
_: 1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { ViewUpdate, EditorView } from '.pnpm/@codemirror+view@6.39.
|
|
2
|
-
import type { Extension, EditorSelection, EditorState } from '.pnpm/@codemirror+state@6.5.
|
|
3
|
-
import type { LanguageSupport } from '.pnpm/@codemirror+language@6.
|
|
1
|
+
import type { ViewUpdate, EditorView } from '.pnpm/@codemirror+view@6.39.7/node_modules/@codemirror/view';
|
|
2
|
+
import type { Extension, EditorSelection, EditorState } from '.pnpm/@codemirror+state@6.5.3/node_modules/@codemirror/state';
|
|
3
|
+
import type { LanguageSupport } from '.pnpm/@codemirror+language@6.12.1/node_modules/@codemirror/language';
|
|
4
4
|
import type { DefineComponent, ExtractPropTypes, Ref, ComponentOptionsMixin, PublicProps, PropType, CSSProperties, VNode, RendererNode, RendererElement, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentProvideOptions } from 'vue';
|
|
5
5
|
export default _sfc_main;
|
|
6
6
|
declare const _sfc_main: DefineComponent<ExtractPropTypes<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { DefineComponent, Ref, ComputedRef, ComponentOptionsMixin, PublicProps,
|
|
1
|
+
import type { DefineComponent, Ref, ComputedRef, ComponentOptionsMixin, PublicProps, PropType, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComponentProvideOptions, ComputedOptions, MethodOptions } from 'vue';
|
|
2
2
|
declare const _sfc_main: DefineComponent<{}, {
|
|
3
3
|
code: Ref<any, any>;
|
|
4
4
|
pageType: ComputedRef<any>;
|
|
@@ -19,7 +19,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
19
19
|
copyJson(): void;
|
|
20
20
|
saveFile(fileName?: string): void;
|
|
21
21
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
22
|
-
Dynamicform: DefineComponent<
|
|
22
|
+
Dynamicform: DefineComponent<{
|
|
23
23
|
allFormList: {
|
|
24
24
|
type: PropType<any>;
|
|
25
25
|
default(): never[];
|
|
@@ -32,22 +32,14 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
32
32
|
type: ObjectConstructor;
|
|
33
33
|
default(): {};
|
|
34
34
|
};
|
|
35
|
-
|
|
36
|
-
type: BooleanConstructor;
|
|
37
|
-
default: boolean;
|
|
38
|
-
};
|
|
39
|
-
search: {
|
|
40
|
-
type: BooleanConstructor;
|
|
41
|
-
default: boolean;
|
|
42
|
-
};
|
|
43
|
-
}>, {
|
|
35
|
+
}, {
|
|
44
36
|
rules: any;
|
|
45
37
|
ruleForm: Ref<any, any>;
|
|
46
38
|
controlObj: Ref<any, any>;
|
|
47
39
|
handleControlChange: () => void;
|
|
48
40
|
reset: () => void;
|
|
49
41
|
getValidate: () => Promise<unknown>;
|
|
50
|
-
},
|
|
42
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
51
43
|
allFormList: {
|
|
52
44
|
type: PropType<any>;
|
|
53
45
|
default(): never[];
|
|
@@ -60,17 +52,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
60
52
|
type: ObjectConstructor;
|
|
61
53
|
default(): {};
|
|
62
54
|
};
|
|
63
|
-
|
|
64
|
-
type: BooleanConstructor;
|
|
65
|
-
default: boolean;
|
|
66
|
-
};
|
|
67
|
-
search: {
|
|
68
|
-
type: BooleanConstructor;
|
|
69
|
-
default: boolean;
|
|
70
|
-
};
|
|
71
|
-
}>> & Readonly<{}>, {
|
|
72
|
-
search: boolean;
|
|
73
|
-
readonly: boolean;
|
|
55
|
+
}>>, {
|
|
74
56
|
allFormList: any;
|
|
75
57
|
formResult: Record<string, any>;
|
|
76
58
|
globalConfig: Record<string, any>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
import StarfishEditor from './
|
|
1
|
+
export * from './main'
|
|
2
|
+
import StarfishEditor from './main'
|
|
3
3
|
export default StarfishEditor
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "starfish-editor-custom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.48",
|
|
4
4
|
"main": "dist/starfish-editor.umd.js",
|
|
5
5
|
"style": "dist/style.css",
|
|
6
6
|
"module": "dist/starfish-editor.es.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"keycon": "^1.1.2",
|
|
34
34
|
"mitt": "^3.0.0",
|
|
35
35
|
"nanoid": "^4.0.0",
|
|
36
|
-
"starfish-form-custom": "1.0.
|
|
36
|
+
"starfish-form-custom": "1.0.50",
|
|
37
37
|
"vue": "^3.2.37",
|
|
38
38
|
"vue-codemirror": "6.1.1",
|
|
39
39
|
"vuedraggable": "^4.1.0"
|
|
@@ -20,23 +20,8 @@
|
|
|
20
20
|
ref="dynamicform"
|
|
21
21
|
/>
|
|
22
22
|
</div>
|
|
23
|
-
<el-footer class="my-Footer" style="text-align: center">
|
|
24
|
-
<el-button type="primary" @click="resetForm">重置表单</el-button>
|
|
25
|
-
<el-button type="primary" @click="getData">获取数据</el-button>
|
|
26
|
-
<el-button @click="closeDialog">关闭</el-button>
|
|
27
|
-
</el-footer>
|
|
28
23
|
<custom-dialog ref="codeDialog" dialogclass="codeDialog" width="1000">
|
|
29
24
|
<div class="custom_code">
|
|
30
|
-
<!-- <codemirror
|
|
31
|
-
v-model="code"
|
|
32
|
-
placeholder="Code goes here..."
|
|
33
|
-
mode="text/json"
|
|
34
|
-
:style="{ height: '400px' }"
|
|
35
|
-
:extensions="extensions"
|
|
36
|
-
:autofocus="true"
|
|
37
|
-
:indent-with-tab="true"
|
|
38
|
-
:tab-size="2"
|
|
39
|
-
/> -->
|
|
40
25
|
<JsonCode v-model:value="code" />
|
|
41
26
|
</div>
|
|
42
27
|
<el-footer
|
package/stats.html
CHANGED
|
@@ -4929,7 +4929,7 @@ var drawChart = (function (exports) {
|
|
|
4929
4929
|
</script>
|
|
4930
4930
|
<script>
|
|
4931
4931
|
/*<!--*/
|
|
4932
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"starfish-editor.es.js","uid":"5b3500cc-1"},{"name":"main.js","children":[{"name":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src","children":[{"name":"styles/index.scss","uid":"5b3500cc-3"},{"name":"utils","children":[{"uid":"5b3500cc-5","name":"vm.ts"},{"uid":"5b3500cc-11","name":"_.ts"},{"uid":"5b3500cc-33","name":"formKeycon.ts"},{"uid":"5b3500cc-51","name":"shortcutKey.ts"}]},{"name":"controller","children":[{"uid":"5b3500cc-7","name":"history.ts"},{"uid":"5b3500cc-9","name":"form.ts"},{"uid":"5b3500cc-13","name":"ui.ts"},{"uid":"5b3500cc-31","name":"shortcut.ts"},{"uid":"5b3500cc-49","name":"action.ts"}]},{"name":"components","children":[{"uid":"5b3500cc-17","name":"FormPreview.vue"},{"uid":"5b3500cc-29","name":"PropsPanel.vue"},{"uid":"5b3500cc-35","name":"Shape.vue"},{"uid":"5b3500cc-37","name":"Workspace.vue"},{"uid":"5b3500cc-39","name":"ComponentList.vue"},{"uid":"5b3500cc-41","name":"NavList.vue"},{"uid":"5b3500cc-43","name":"Nav.vue"}]},{"name":"layouts","children":[{"uid":"5b3500cc-19","name":"ShortcutKey.vue"},{"uid":"5b3500cc-21","name":"ControlEditSize.vue"},{"uid":"5b3500cc-45","name":"Resizer.vue"},{"uid":"5b3500cc-47","name":"Framework.vue"}]},{"name":"common","children":[{"uid":"5b3500cc-23","name":"formJson.ts"},{"uid":"5b3500cc-25","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"5b3500cc-27","name":"Loading.vue"}]},{"uid":"5b3500cc-53","name":"starfish-editor.vue?vue&type=style&index=0&lang.css"},{"uid":"5b3500cc-55","name":"starfish-editor.vue"},{"uid":"5b3500cc-56","name":"main.ts"}]},{"uid":"5b3500cc-15","name":"plugin-vue:export-helper"}]},{"name":"CustomDialog.js","children":[{"name":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common","children":[{"uid":"5b3500cc-58","name":"CustomDialog.vue?vue&type=style&index=0&scoped=true&lang.css"},{"uid":"5b3500cc-60","name":"CustomDialog.vue"}]}]},{"name":"ConditionSelect.js","children":[{"name":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect.vue","uid":"5b3500cc-62"}]},{"name":"ConditionModule.js","children":[{"name":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect","children":[{"uid":"5b3500cc-64","name":"ConditionTanc.vue"},{"uid":"5b3500cc-66","name":"ConditionGroup.vue"},{"uid":"5b3500cc-68","name":"ConditionModule.vue"}]}]},{"name":"formStyle.js","children":[{"name":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common","children":[{"uid":"5b3500cc-70","name":"formStyle.vue?vue&type=style&index=0&lang.scss"},{"uid":"5b3500cc-72","name":"formStyle.vue"}]}]},{"name":"jsonCode.js","children":[{"name":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common","children":[{"uid":"5b3500cc-74","name":"jsonCode.vue?vue&type=style&index=0&lang.scss"},{"uid":"5b3500cc-76","name":"jsonCode.vue"}]}]},{"name":"jsonEditor.js","children":[{"name":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/components/jsonEditor.vue","uid":"5b3500cc-78"}]},{"name":"globalFormList.js","children":[{"name":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/components/globalFormList.vue","uid":"5b3500cc-80"}]}],"isRoot":true},"nodeParts":{"5b3500cc-1":{"id":"starfish-editor.es.js","gzipLength":0,"brotliLength":0,"renderedLength":1218,"metaUid":"5b3500cc-0"},"5b3500cc-3":{"renderedLength":15,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-2"},"5b3500cc-5":{"renderedLength":16,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-4"},"5b3500cc-7":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-6"},"5b3500cc-9":{"renderedLength":5611,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-8"},"5b3500cc-11":{"renderedLength":11419,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-10"},"5b3500cc-13":{"renderedLength":2025,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-12"},"5b3500cc-15":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-14"},"5b3500cc-17":{"renderedLength":7593,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-16"},"5b3500cc-19":{"renderedLength":1810,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-18"},"5b3500cc-21":{"renderedLength":2674,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-20"},"5b3500cc-23":{"renderedLength":1187,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-22"},"5b3500cc-25":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-24"},"5b3500cc-27":{"renderedLength":401,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-26"},"5b3500cc-29":{"renderedLength":20958,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-28"},"5b3500cc-31":{"renderedLength":5055,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-30"},"5b3500cc-33":{"renderedLength":457,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-32"},"5b3500cc-35":{"renderedLength":6089,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-34"},"5b3500cc-37":{"renderedLength":10101,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-36"},"5b3500cc-39":{"renderedLength":5825,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-38"},"5b3500cc-41":{"renderedLength":19389,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-40"},"5b3500cc-43":{"renderedLength":8560,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-42"},"5b3500cc-45":{"renderedLength":1138,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-44"},"5b3500cc-47":{"renderedLength":2724,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-46"},"5b3500cc-49":{"renderedLength":466,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-48"},"5b3500cc-51":{"renderedLength":937,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-50"},"5b3500cc-53":{"renderedLength":94,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-52"},"5b3500cc-55":{"renderedLength":3717,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-54"},"5b3500cc-56":{"renderedLength":1226,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-0"},"5b3500cc-58":{"renderedLength":104,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-57"},"5b3500cc-60":{"renderedLength":2123,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-59"},"5b3500cc-62":{"renderedLength":18658,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-61"},"5b3500cc-64":{"renderedLength":17166,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-63"},"5b3500cc-66":{"renderedLength":7984,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-65"},"5b3500cc-68":{"renderedLength":5755,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-67"},"5b3500cc-70":{"renderedLength":89,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-69"},"5b3500cc-72":{"renderedLength":7103,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-71"},"5b3500cc-74":{"renderedLength":88,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-73"},"5b3500cc-76":{"renderedLength":1553,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-75"},"5b3500cc-78":{"renderedLength":1338,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-77"},"5b3500cc-80":{"renderedLength":1044,"gzipLength":0,"brotliLength":0,"metaUid":"5b3500cc-79"}},"nodeMetas":{"5b3500cc-0":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/main.ts","moduleParts":{"starfish-editor.es.js":"5b3500cc-1","main.js":"5b3500cc-56"},"imported":[{"uid":"5b3500cc-81"},{"uid":"5b3500cc-82"},{"uid":"5b3500cc-2"},{"uid":"5b3500cc-83"},{"uid":"5b3500cc-84"},{"uid":"5b3500cc-4"},{"uid":"5b3500cc-10"},{"uid":"5b3500cc-85"},{"uid":"5b3500cc-54"},{"uid":"5b3500cc-26"},{"uid":"5b3500cc-59","dynamic":true},{"uid":"5b3500cc-61","dynamic":true},{"uid":"5b3500cc-67","dynamic":true},{"uid":"5b3500cc-86","dynamic":true},{"uid":"5b3500cc-34","dynamic":true},{"uid":"5b3500cc-71","dynamic":true}],"importedBy":[],"isEntry":true},"5b3500cc-2":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/styles/index.scss","moduleParts":{"main.js":"5b3500cc-3"},"imported":[],"importedBy":[{"uid":"5b3500cc-0"}]},"5b3500cc-4":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/utils/vm.ts","moduleParts":{"main.js":"5b3500cc-5"},"imported":[{"uid":"5b3500cc-87"}],"importedBy":[{"uid":"5b3500cc-0"}]},"5b3500cc-6":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main.js":"5b3500cc-7"},"imported":[{"uid":"5b3500cc-81"},{"uid":"5b3500cc-8"}],"importedBy":[{"uid":"5b3500cc-54"},{"uid":"5b3500cc-8"},{"uid":"5b3500cc-50"}]},"5b3500cc-8":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main.js":"5b3500cc-9"},"imported":[{"uid":"5b3500cc-81"},{"uid":"5b3500cc-6"}],"importedBy":[{"uid":"5b3500cc-10"},{"uid":"5b3500cc-54"},{"uid":"5b3500cc-61"},{"uid":"5b3500cc-67"},{"uid":"5b3500cc-16"},{"uid":"5b3500cc-38"},{"uid":"5b3500cc-6"},{"uid":"5b3500cc-30"}]},"5b3500cc-10":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main.js":"5b3500cc-11"},"imported":[{"uid":"5b3500cc-88"},{"uid":"5b3500cc-89"},{"uid":"5b3500cc-8"}],"importedBy":[{"uid":"5b3500cc-0"}]},"5b3500cc-12":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/controller/ui.ts","moduleParts":{"main.js":"5b3500cc-13"},"imported":[{"uid":"5b3500cc-81"}],"importedBy":[{"uid":"5b3500cc-54"},{"uid":"5b3500cc-16"}]},"5b3500cc-14":{"id":"plugin-vue:export-helper","moduleParts":{"main.js":"5b3500cc-15"},"imported":[],"importedBy":[{"uid":"5b3500cc-54"},{"uid":"5b3500cc-26"},{"uid":"5b3500cc-59"},{"uid":"5b3500cc-61"},{"uid":"5b3500cc-67"},{"uid":"5b3500cc-34"},{"uid":"5b3500cc-71"},{"uid":"5b3500cc-16"},{"uid":"5b3500cc-28"},{"uid":"5b3500cc-36"},{"uid":"5b3500cc-38"},{"uid":"5b3500cc-40"},{"uid":"5b3500cc-42"},{"uid":"5b3500cc-46"},{"uid":"5b3500cc-65"},{"uid":"5b3500cc-75"},{"uid":"5b3500cc-20"},{"uid":"5b3500cc-77"},{"uid":"5b3500cc-79"},{"uid":"5b3500cc-44"},{"uid":"5b3500cc-63"},{"uid":"5b3500cc-18"}]},"5b3500cc-16":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/components/FormPreview.vue","moduleParts":{"main.js":"5b3500cc-17"},"imported":[{"uid":"5b3500cc-90"},{"uid":"5b3500cc-91"},{"uid":"5b3500cc-95"},{"uid":"5b3500cc-98"},{"uid":"5b3500cc-81"},{"uid":"5b3500cc-8"},{"uid":"5b3500cc-84"},{"uid":"5b3500cc-12"},{"uid":"5b3500cc-109"},{"uid":"5b3500cc-14"},{"uid":"5b3500cc-110"},{"uid":"5b3500cc-75","dynamic":true}],"importedBy":[{"uid":"5b3500cc-54"}]},"5b3500cc-18":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/layouts/ShortcutKey.vue","moduleParts":{"main.js":"5b3500cc-19"},"imported":[{"uid":"5b3500cc-81"},{"uid":"5b3500cc-14"}],"importedBy":[{"uid":"5b3500cc-20"}]},"5b3500cc-20":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/layouts/ControlEditSize.vue","moduleParts":{"main.js":"5b3500cc-21"},"imported":[{"uid":"5b3500cc-81"},{"uid":"5b3500cc-18"},{"uid":"5b3500cc-14"}],"importedBy":[{"uid":"5b3500cc-28"}]},"5b3500cc-22":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common/formJson.ts","moduleParts":{"main.js":"5b3500cc-23"},"imported":[],"importedBy":[{"uid":"5b3500cc-28"}]},"5b3500cc-24":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main.js":"5b3500cc-25"},"imported":[],"importedBy":[{"uid":"5b3500cc-26"}]},"5b3500cc-26":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main.js":"5b3500cc-27"},"imported":[{"uid":"5b3500cc-90"},{"uid":"5b3500cc-91"},{"uid":"5b3500cc-92"},{"uid":"5b3500cc-81"},{"uid":"5b3500cc-24"},{"uid":"5b3500cc-14"}],"importedBy":[{"uid":"5b3500cc-0"},{"uid":"5b3500cc-28"}]},"5b3500cc-28":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/components/PropsPanel.vue","moduleParts":{"main.js":"5b3500cc-29"},"imported":[{"uid":"5b3500cc-90"},{"uid":"5b3500cc-91"},{"uid":"5b3500cc-111"},{"uid":"5b3500cc-112"},{"uid":"5b3500cc-113"},{"uid":"5b3500cc-100"},{"uid":"5b3500cc-101"},{"uid":"5b3500cc-81"},{"uid":"5b3500cc-20"},{"uid":"5b3500cc-22"},{"uid":"5b3500cc-26"},{"uid":"5b3500cc-14"},{"uid":"5b3500cc-114"},{"uid":"5b3500cc-77","dynamic":true},{"uid":"5b3500cc-79","dynamic":true}],"importedBy":[{"uid":"5b3500cc-54"}]},"5b3500cc-30":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/controller/shortcut.ts","moduleParts":{"main.js":"5b3500cc-31"},"imported":[{"uid":"5b3500cc-81"},{"uid":"5b3500cc-8"}],"importedBy":[{"uid":"5b3500cc-54"},{"uid":"5b3500cc-32"}]},"5b3500cc-32":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/utils/formKeycon.ts","moduleParts":{"main.js":"5b3500cc-33"},"imported":[{"uid":"5b3500cc-30"}],"importedBy":[{"uid":"5b3500cc-54"},{"uid":"5b3500cc-34"},{"uid":"5b3500cc-36"},{"uid":"5b3500cc-40"}]},"5b3500cc-34":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/components/Shape.vue","moduleParts":{"main.js":"5b3500cc-35"},"imported":[{"uid":"5b3500cc-81"},{"uid":"5b3500cc-32"},{"uid":"5b3500cc-14"}],"importedBy":[{"uid":"5b3500cc-0"},{"uid":"5b3500cc-36"}]},"5b3500cc-36":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/components/Workspace.vue","moduleParts":{"main.js":"5b3500cc-37"},"imported":[{"uid":"5b3500cc-34"},{"uid":"5b3500cc-81"},{"uid":"5b3500cc-32"},{"uid":"5b3500cc-14"}],"importedBy":[{"uid":"5b3500cc-54"}]},"5b3500cc-38":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/components/ComponentList.vue","moduleParts":{"main.js":"5b3500cc-39"},"imported":[{"uid":"5b3500cc-90"},{"uid":"5b3500cc-91"},{"uid":"5b3500cc-98"},{"uid":"5b3500cc-102"},{"uid":"5b3500cc-81"},{"uid":"5b3500cc-8"},{"uid":"5b3500cc-14"}],"importedBy":[{"uid":"5b3500cc-54"}]},"5b3500cc-40":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/components/NavList.vue","moduleParts":{"main.js":"5b3500cc-41"},"imported":[{"uid":"5b3500cc-90"},{"uid":"5b3500cc-91"},{"uid":"5b3500cc-95"},{"uid":"5b3500cc-115"},{"uid":"5b3500cc-98"},{"uid":"5b3500cc-116"},{"uid":"5b3500cc-117"},{"uid":"5b3500cc-102"},{"uid":"5b3500cc-106"},{"uid":"5b3500cc-81"},{"uid":"5b3500cc-32"},{"uid":"5b3500cc-110"},{"uid":"5b3500cc-14"},{"uid":"5b3500cc-75","dynamic":true}],"importedBy":[{"uid":"5b3500cc-54"}]},"5b3500cc-42":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/components/Nav.vue","moduleParts":{"main.js":"5b3500cc-43"},"imported":[{"uid":"5b3500cc-81"},{"uid":"5b3500cc-14"}],"importedBy":[{"uid":"5b3500cc-54"}]},"5b3500cc-44":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/layouts/Resizer.vue","moduleParts":{"main.js":"5b3500cc-45"},"imported":[{"uid":"5b3500cc-81"},{"uid":"5b3500cc-121"},{"uid":"5b3500cc-14"}],"importedBy":[{"uid":"5b3500cc-46"}]},"5b3500cc-46":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/layouts/Framework.vue","moduleParts":{"main.js":"5b3500cc-47"},"imported":[{"uid":"5b3500cc-81"},{"uid":"5b3500cc-44"},{"uid":"5b3500cc-14"}],"importedBy":[{"uid":"5b3500cc-54"}]},"5b3500cc-48":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/controller/action.ts","moduleParts":{"main.js":"5b3500cc-49"},"imported":[{"uid":"5b3500cc-81"}],"importedBy":[{"uid":"5b3500cc-54"}]},"5b3500cc-50":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/utils/shortcutKey.ts","moduleParts":{"main.js":"5b3500cc-51"},"imported":[{"uid":"5b3500cc-118"},{"uid":"5b3500cc-6"}],"importedBy":[{"uid":"5b3500cc-54"}]},"5b3500cc-52":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/starfish-editor.vue?vue&type=style&index=0&lang.css","moduleParts":{"main.js":"5b3500cc-53"},"imported":[],"importedBy":[{"uid":"5b3500cc-54"}]},"5b3500cc-54":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/starfish-editor.vue","moduleParts":{"main.js":"5b3500cc-55"},"imported":[{"uid":"5b3500cc-16"},{"uid":"5b3500cc-28"},{"uid":"5b3500cc-36"},{"uid":"5b3500cc-38"},{"uid":"5b3500cc-40"},{"uid":"5b3500cc-42"},{"uid":"5b3500cc-81"},{"uid":"5b3500cc-46"},{"uid":"5b3500cc-12"},{"uid":"5b3500cc-6"},{"uid":"5b3500cc-8"},{"uid":"5b3500cc-48"},{"uid":"5b3500cc-30"},{"uid":"5b3500cc-50"},{"uid":"5b3500cc-32"},{"uid":"5b3500cc-52"},{"uid":"5b3500cc-14"},{"uid":"5b3500cc-16","dynamic":true}],"importedBy":[{"uid":"5b3500cc-0"}]},"5b3500cc-57":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common/CustomDialog.vue?vue&type=style&index=0&scoped=true&lang.css","moduleParts":{"CustomDialog.js":"5b3500cc-58"},"imported":[],"importedBy":[{"uid":"5b3500cc-59"}]},"5b3500cc-59":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common/CustomDialog.vue","moduleParts":{"CustomDialog.js":"5b3500cc-60"},"imported":[{"uid":"5b3500cc-90"},{"uid":"5b3500cc-91"},{"uid":"5b3500cc-93"},{"uid":"5b3500cc-81"},{"uid":"5b3500cc-57"},{"uid":"5b3500cc-14"}],"importedBy":[{"uid":"5b3500cc-0"}]},"5b3500cc-61":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect.vue","moduleParts":{"ConditionSelect.js":"5b3500cc-62"},"imported":[{"uid":"5b3500cc-90"},{"uid":"5b3500cc-91"},{"uid":"5b3500cc-94"},{"uid":"5b3500cc-95"},{"uid":"5b3500cc-96"},{"uid":"5b3500cc-97"},{"uid":"5b3500cc-98"},{"uid":"5b3500cc-99"},{"uid":"5b3500cc-100"},{"uid":"5b3500cc-101"},{"uid":"5b3500cc-102"},{"uid":"5b3500cc-103"},{"uid":"5b3500cc-104"},{"uid":"5b3500cc-105"},{"uid":"5b3500cc-81"},{"uid":"5b3500cc-8"},{"uid":"5b3500cc-14"}],"importedBy":[{"uid":"5b3500cc-0"}]},"5b3500cc-63":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect/ConditionTanc.vue","moduleParts":{"ConditionModule.js":"5b3500cc-64"},"imported":[{"uid":"5b3500cc-90"},{"uid":"5b3500cc-91"},{"uid":"5b3500cc-94"},{"uid":"5b3500cc-95"},{"uid":"5b3500cc-96"},{"uid":"5b3500cc-97"},{"uid":"5b3500cc-98"},{"uid":"5b3500cc-99"},{"uid":"5b3500cc-100"},{"uid":"5b3500cc-101"},{"uid":"5b3500cc-102"},{"uid":"5b3500cc-103"},{"uid":"5b3500cc-104"},{"uid":"5b3500cc-105"},{"uid":"5b3500cc-110"},{"uid":"5b3500cc-81"},{"uid":"5b3500cc-14"}],"importedBy":[{"uid":"5b3500cc-65"}]},"5b3500cc-65":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect/ConditionGroup.vue","moduleParts":{"ConditionModule.js":"5b3500cc-66"},"imported":[{"uid":"5b3500cc-90"},{"uid":"5b3500cc-91"},{"uid":"5b3500cc-98"},{"uid":"5b3500cc-104"},{"uid":"5b3500cc-105"},{"uid":"5b3500cc-63"},{"uid":"5b3500cc-81"},{"uid":"5b3500cc-14"}],"importedBy":[{"uid":"5b3500cc-67"}]},"5b3500cc-67":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect/ConditionModule.vue","moduleParts":{"ConditionModule.js":"5b3500cc-68"},"imported":[{"uid":"5b3500cc-90"},{"uid":"5b3500cc-91"},{"uid":"5b3500cc-94"},{"uid":"5b3500cc-95"},{"uid":"5b3500cc-98"},{"uid":"5b3500cc-96"},{"uid":"5b3500cc-65"},{"uid":"5b3500cc-8"},{"uid":"5b3500cc-81"},{"uid":"5b3500cc-14"}],"importedBy":[{"uid":"5b3500cc-0"}]},"5b3500cc-69":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common/formStyle.vue?vue&type=style&index=0&lang.scss","moduleParts":{"formStyle.js":"5b3500cc-70"},"imported":[],"importedBy":[{"uid":"5b3500cc-71"}]},"5b3500cc-71":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common/formStyle.vue","moduleParts":{"formStyle.js":"5b3500cc-72"},"imported":[{"uid":"5b3500cc-90"},{"uid":"5b3500cc-91"},{"uid":"5b3500cc-95"},{"uid":"5b3500cc-98"},{"uid":"5b3500cc-106"},{"uid":"5b3500cc-81"},{"uid":"5b3500cc-107"},{"uid":"5b3500cc-108"},{"uid":"5b3500cc-69"},{"uid":"5b3500cc-14"}],"importedBy":[{"uid":"5b3500cc-0"}]},"5b3500cc-73":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common/jsonCode.vue?vue&type=style&index=0&lang.scss","moduleParts":{"jsonCode.js":"5b3500cc-74"},"imported":[],"importedBy":[{"uid":"5b3500cc-75"}]},"5b3500cc-75":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common/jsonCode.vue","moduleParts":{"jsonCode.js":"5b3500cc-76"},"imported":[{"uid":"5b3500cc-81"},{"uid":"5b3500cc-119"},{"uid":"5b3500cc-108"},{"uid":"5b3500cc-73"},{"uid":"5b3500cc-14"}],"importedBy":[{"uid":"5b3500cc-16"},{"uid":"5b3500cc-40"}]},"5b3500cc-77":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/components/jsonEditor.vue","moduleParts":{"jsonEditor.js":"5b3500cc-78"},"imported":[{"uid":"5b3500cc-81"},{"uid":"5b3500cc-120"},{"uid":"5b3500cc-14"}],"importedBy":[{"uid":"5b3500cc-28"}]},"5b3500cc-79":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/components/globalFormList.vue","moduleParts":{"globalFormList.js":"5b3500cc-80"},"imported":[{"uid":"5b3500cc-81"},{"uid":"5b3500cc-14"}],"importedBy":[{"uid":"5b3500cc-28"}]},"5b3500cc-81":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-0"},{"uid":"5b3500cc-54"},{"uid":"5b3500cc-26"},{"uid":"5b3500cc-59"},{"uid":"5b3500cc-61"},{"uid":"5b3500cc-67"},{"uid":"5b3500cc-34"},{"uid":"5b3500cc-71"},{"uid":"5b3500cc-8"},{"uid":"5b3500cc-16"},{"uid":"5b3500cc-28"},{"uid":"5b3500cc-36"},{"uid":"5b3500cc-38"},{"uid":"5b3500cc-40"},{"uid":"5b3500cc-42"},{"uid":"5b3500cc-46"},{"uid":"5b3500cc-12"},{"uid":"5b3500cc-6"},{"uid":"5b3500cc-48"},{"uid":"5b3500cc-30"},{"uid":"5b3500cc-65"},{"uid":"5b3500cc-75"},{"uid":"5b3500cc-20"},{"uid":"5b3500cc-77"},{"uid":"5b3500cc-79"},{"uid":"5b3500cc-44"},{"uid":"5b3500cc-63"},{"uid":"5b3500cc-18"}],"isExternal":true},"5b3500cc-82":{"id":"element-plus/dist/index.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-0"}],"isExternal":true},"5b3500cc-83":{"id":"jsoneditor/dist/jsoneditor.min.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-0"}],"isExternal":true},"5b3500cc-84":{"id":"starfish-form-custom","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-0"},{"uid":"5b3500cc-16"}],"isExternal":true},"5b3500cc-85":{"id":"starfish-form-custom/dist/style.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-0"}],"isExternal":true},"5b3500cc-86":{"id":"vuedraggable","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-0"}],"isExternal":true},"5b3500cc-87":{"id":"mitt","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-4"}],"isExternal":true},"5b3500cc-88":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-10"}],"isExternal":true},"5b3500cc-89":{"id":"nanoid","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-10"}],"isExternal":true},"5b3500cc-90":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-26"},{"uid":"5b3500cc-59"},{"uid":"5b3500cc-61"},{"uid":"5b3500cc-67"},{"uid":"5b3500cc-71"},{"uid":"5b3500cc-16"},{"uid":"5b3500cc-28"},{"uid":"5b3500cc-38"},{"uid":"5b3500cc-40"},{"uid":"5b3500cc-65"},{"uid":"5b3500cc-63"}],"isExternal":true},"5b3500cc-91":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-26"},{"uid":"5b3500cc-59"},{"uid":"5b3500cc-61"},{"uid":"5b3500cc-67"},{"uid":"5b3500cc-71"},{"uid":"5b3500cc-16"},{"uid":"5b3500cc-28"},{"uid":"5b3500cc-38"},{"uid":"5b3500cc-40"},{"uid":"5b3500cc-65"},{"uid":"5b3500cc-63"}],"isExternal":true},"5b3500cc-92":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-26"}],"isExternal":true},"5b3500cc-93":{"id":"element-plus/es/components/dialog/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-59"}],"isExternal":true},"5b3500cc-94":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-61"},{"uid":"5b3500cc-67"},{"uid":"5b3500cc-63"}],"isExternal":true},"5b3500cc-95":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-61"},{"uid":"5b3500cc-67"},{"uid":"5b3500cc-71"},{"uid":"5b3500cc-16"},{"uid":"5b3500cc-40"},{"uid":"5b3500cc-63"}],"isExternal":true},"5b3500cc-96":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-61"},{"uid":"5b3500cc-67"},{"uid":"5b3500cc-63"}],"isExternal":true},"5b3500cc-97":{"id":"element-plus/es/components/table/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-61"},{"uid":"5b3500cc-63"}],"isExternal":true},"5b3500cc-98":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-61"},{"uid":"5b3500cc-67"},{"uid":"5b3500cc-71"},{"uid":"5b3500cc-16"},{"uid":"5b3500cc-38"},{"uid":"5b3500cc-40"},{"uid":"5b3500cc-65"},{"uid":"5b3500cc-63"}],"isExternal":true},"5b3500cc-99":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-61"},{"uid":"5b3500cc-63"}],"isExternal":true},"5b3500cc-100":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-61"},{"uid":"5b3500cc-28"},{"uid":"5b3500cc-63"}],"isExternal":true},"5b3500cc-101":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-61"},{"uid":"5b3500cc-28"},{"uid":"5b3500cc-63"}],"isExternal":true},"5b3500cc-102":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-61"},{"uid":"5b3500cc-38"},{"uid":"5b3500cc-40"},{"uid":"5b3500cc-63"}],"isExternal":true},"5b3500cc-103":{"id":"element-plus/es/components/table-column/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-61"},{"uid":"5b3500cc-63"}],"isExternal":true},"5b3500cc-104":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-61"},{"uid":"5b3500cc-65"},{"uid":"5b3500cc-63"}],"isExternal":true},"5b3500cc-105":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-61"},{"uid":"5b3500cc-65"},{"uid":"5b3500cc-63"}],"isExternal":true},"5b3500cc-106":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-71"},{"uid":"5b3500cc-40"}],"isExternal":true},"5b3500cc-107":{"id":"@codemirror/lang-css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-71"}],"isExternal":true},"5b3500cc-108":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-71"},{"uid":"5b3500cc-75"}],"isExternal":true},"5b3500cc-109":{"id":"clipboard","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-16"}],"isExternal":true},"5b3500cc-110":{"id":"element-plus/es/components/message/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-16"},{"uid":"5b3500cc-40"},{"uid":"5b3500cc-63"}],"isExternal":true},"5b3500cc-111":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-28"}],"isExternal":true},"5b3500cc-112":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-28"}],"isExternal":true},"5b3500cc-113":{"id":"element-plus/es/components/empty/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-28"}],"isExternal":true},"5b3500cc-114":{"id":"element-plus/es/components/notification/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-28"}],"isExternal":true},"5b3500cc-115":{"id":"element-plus/es/components/upload/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-40"}],"isExternal":true},"5b3500cc-116":{"id":"element-plus/es/components/drawer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-40"}],"isExternal":true},"5b3500cc-117":{"id":"element-plus/es/components/tree/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-40"}],"isExternal":true},"5b3500cc-118":{"id":"keycon","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-50"}],"isExternal":true},"5b3500cc-119":{"id":"@codemirror/lang-json","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-75"}],"isExternal":true},"5b3500cc-120":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-77"}],"isExternal":true},"5b3500cc-121":{"id":"gesto","moduleParts":{},"imported":[],"importedBy":[{"uid":"5b3500cc-44"}],"isExternal":true}},"env":{"rollup":"2.77.3"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
|
4932
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"starfish-editor.es.js","uid":"9577b761-1"},{"name":"main.js","children":[{"name":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src","children":[{"name":"styles/index.scss","uid":"9577b761-3"},{"name":"utils","children":[{"uid":"9577b761-5","name":"vm.ts"},{"uid":"9577b761-11","name":"_.ts"},{"uid":"9577b761-33","name":"formKeycon.ts"},{"uid":"9577b761-51","name":"shortcutKey.ts"}]},{"name":"controller","children":[{"uid":"9577b761-7","name":"history.ts"},{"uid":"9577b761-9","name":"form.ts"},{"uid":"9577b761-13","name":"ui.ts"},{"uid":"9577b761-31","name":"shortcut.ts"},{"uid":"9577b761-49","name":"action.ts"}]},{"name":"components","children":[{"uid":"9577b761-17","name":"FormPreview.vue"},{"uid":"9577b761-29","name":"PropsPanel.vue"},{"uid":"9577b761-35","name":"Shape.vue"},{"uid":"9577b761-37","name":"Workspace.vue"},{"uid":"9577b761-39","name":"ComponentList.vue"},{"uid":"9577b761-41","name":"NavList.vue"},{"uid":"9577b761-43","name":"Nav.vue"}]},{"name":"layouts","children":[{"uid":"9577b761-19","name":"ShortcutKey.vue"},{"uid":"9577b761-21","name":"ControlEditSize.vue"},{"uid":"9577b761-45","name":"Resizer.vue"},{"uid":"9577b761-47","name":"Framework.vue"}]},{"name":"common","children":[{"uid":"9577b761-23","name":"formJson.ts"},{"uid":"9577b761-25","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"9577b761-27","name":"Loading.vue"}]},{"uid":"9577b761-53","name":"starfish-editor.vue?vue&type=style&index=0&lang.css"},{"uid":"9577b761-55","name":"starfish-editor.vue"},{"uid":"9577b761-56","name":"main.ts"}]},{"uid":"9577b761-15","name":"plugin-vue:export-helper"}]},{"name":"CustomDialog.js","children":[{"name":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/common","children":[{"uid":"9577b761-58","name":"CustomDialog.vue?vue&type=style&index=0&scoped=true&lang.css"},{"uid":"9577b761-60","name":"CustomDialog.vue"}]}]},{"name":"ConditionSelect.js","children":[{"name":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect.vue","uid":"9577b761-62"}]},{"name":"ConditionModule.js","children":[{"name":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect","children":[{"uid":"9577b761-64","name":"ConditionTanc.vue"},{"uid":"9577b761-66","name":"ConditionGroup.vue"},{"uid":"9577b761-68","name":"ConditionModule.vue"}]}]},{"name":"formStyle.js","children":[{"name":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/common","children":[{"uid":"9577b761-70","name":"formStyle.vue?vue&type=style&index=0&lang.scss"},{"uid":"9577b761-72","name":"formStyle.vue"}]}]},{"name":"jsonCode.js","children":[{"name":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/common","children":[{"uid":"9577b761-74","name":"jsonCode.vue?vue&type=style&index=0&lang.scss"},{"uid":"9577b761-76","name":"jsonCode.vue"}]}]},{"name":"jsonEditor.js","children":[{"name":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/components/jsonEditor.vue","uid":"9577b761-78"}]},{"name":"globalFormList.js","children":[{"name":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/components/globalFormList.vue","uid":"9577b761-80"}]}],"isRoot":true},"nodeParts":{"9577b761-1":{"id":"starfish-editor.es.js","gzipLength":0,"brotliLength":0,"renderedLength":1218,"metaUid":"9577b761-0"},"9577b761-3":{"renderedLength":15,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-2"},"9577b761-5":{"renderedLength":16,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-4"},"9577b761-7":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-6"},"9577b761-9":{"renderedLength":5611,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-8"},"9577b761-11":{"renderedLength":11419,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-10"},"9577b761-13":{"renderedLength":2025,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-12"},"9577b761-15":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-14"},"9577b761-17":{"renderedLength":6506,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-16"},"9577b761-19":{"renderedLength":1810,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-18"},"9577b761-21":{"renderedLength":2674,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-20"},"9577b761-23":{"renderedLength":1187,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-22"},"9577b761-25":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-24"},"9577b761-27":{"renderedLength":401,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-26"},"9577b761-29":{"renderedLength":20958,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-28"},"9577b761-31":{"renderedLength":5055,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-30"},"9577b761-33":{"renderedLength":457,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-32"},"9577b761-35":{"renderedLength":6089,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-34"},"9577b761-37":{"renderedLength":10101,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-36"},"9577b761-39":{"renderedLength":5825,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-38"},"9577b761-41":{"renderedLength":19389,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-40"},"9577b761-43":{"renderedLength":8560,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-42"},"9577b761-45":{"renderedLength":1138,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-44"},"9577b761-47":{"renderedLength":2724,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-46"},"9577b761-49":{"renderedLength":466,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-48"},"9577b761-51":{"renderedLength":937,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-50"},"9577b761-53":{"renderedLength":94,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-52"},"9577b761-55":{"renderedLength":3717,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-54"},"9577b761-56":{"renderedLength":1226,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-0"},"9577b761-58":{"renderedLength":104,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-57"},"9577b761-60":{"renderedLength":2123,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-59"},"9577b761-62":{"renderedLength":18658,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-61"},"9577b761-64":{"renderedLength":17166,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-63"},"9577b761-66":{"renderedLength":7984,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-65"},"9577b761-68":{"renderedLength":5755,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-67"},"9577b761-70":{"renderedLength":89,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-69"},"9577b761-72":{"renderedLength":7103,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-71"},"9577b761-74":{"renderedLength":88,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-73"},"9577b761-76":{"renderedLength":1553,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-75"},"9577b761-78":{"renderedLength":1338,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-77"},"9577b761-80":{"renderedLength":1044,"gzipLength":0,"brotliLength":0,"metaUid":"9577b761-79"}},"nodeMetas":{"9577b761-0":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/main.ts","moduleParts":{"starfish-editor.es.js":"9577b761-1","main.js":"9577b761-56"},"imported":[{"uid":"9577b761-81"},{"uid":"9577b761-82"},{"uid":"9577b761-2"},{"uid":"9577b761-83"},{"uid":"9577b761-84"},{"uid":"9577b761-4"},{"uid":"9577b761-10"},{"uid":"9577b761-85"},{"uid":"9577b761-54"},{"uid":"9577b761-26"},{"uid":"9577b761-59","dynamic":true},{"uid":"9577b761-61","dynamic":true},{"uid":"9577b761-67","dynamic":true},{"uid":"9577b761-86","dynamic":true},{"uid":"9577b761-34","dynamic":true},{"uid":"9577b761-71","dynamic":true}],"importedBy":[],"isEntry":true},"9577b761-2":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/styles/index.scss","moduleParts":{"main.js":"9577b761-3"},"imported":[],"importedBy":[{"uid":"9577b761-0"}]},"9577b761-4":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/utils/vm.ts","moduleParts":{"main.js":"9577b761-5"},"imported":[{"uid":"9577b761-87"}],"importedBy":[{"uid":"9577b761-0"}]},"9577b761-6":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main.js":"9577b761-7"},"imported":[{"uid":"9577b761-81"},{"uid":"9577b761-8"}],"importedBy":[{"uid":"9577b761-54"},{"uid":"9577b761-8"},{"uid":"9577b761-50"}]},"9577b761-8":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main.js":"9577b761-9"},"imported":[{"uid":"9577b761-81"},{"uid":"9577b761-6"}],"importedBy":[{"uid":"9577b761-10"},{"uid":"9577b761-54"},{"uid":"9577b761-61"},{"uid":"9577b761-67"},{"uid":"9577b761-16"},{"uid":"9577b761-38"},{"uid":"9577b761-6"},{"uid":"9577b761-30"}]},"9577b761-10":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main.js":"9577b761-11"},"imported":[{"uid":"9577b761-88"},{"uid":"9577b761-89"},{"uid":"9577b761-8"}],"importedBy":[{"uid":"9577b761-0"}]},"9577b761-12":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/controller/ui.ts","moduleParts":{"main.js":"9577b761-13"},"imported":[{"uid":"9577b761-81"}],"importedBy":[{"uid":"9577b761-54"},{"uid":"9577b761-16"}]},"9577b761-14":{"id":"plugin-vue:export-helper","moduleParts":{"main.js":"9577b761-15"},"imported":[],"importedBy":[{"uid":"9577b761-54"},{"uid":"9577b761-26"},{"uid":"9577b761-59"},{"uid":"9577b761-61"},{"uid":"9577b761-67"},{"uid":"9577b761-34"},{"uid":"9577b761-71"},{"uid":"9577b761-16"},{"uid":"9577b761-28"},{"uid":"9577b761-36"},{"uid":"9577b761-38"},{"uid":"9577b761-40"},{"uid":"9577b761-42"},{"uid":"9577b761-46"},{"uid":"9577b761-65"},{"uid":"9577b761-75"},{"uid":"9577b761-20"},{"uid":"9577b761-77"},{"uid":"9577b761-79"},{"uid":"9577b761-44"},{"uid":"9577b761-63"},{"uid":"9577b761-18"}]},"9577b761-16":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/components/FormPreview.vue","moduleParts":{"main.js":"9577b761-17"},"imported":[{"uid":"9577b761-90"},{"uid":"9577b761-91"},{"uid":"9577b761-95"},{"uid":"9577b761-98"},{"uid":"9577b761-81"},{"uid":"9577b761-8"},{"uid":"9577b761-84"},{"uid":"9577b761-12"},{"uid":"9577b761-109"},{"uid":"9577b761-14"},{"uid":"9577b761-110"},{"uid":"9577b761-75","dynamic":true}],"importedBy":[{"uid":"9577b761-54"}]},"9577b761-18":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/layouts/ShortcutKey.vue","moduleParts":{"main.js":"9577b761-19"},"imported":[{"uid":"9577b761-81"},{"uid":"9577b761-14"}],"importedBy":[{"uid":"9577b761-20"}]},"9577b761-20":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/layouts/ControlEditSize.vue","moduleParts":{"main.js":"9577b761-21"},"imported":[{"uid":"9577b761-81"},{"uid":"9577b761-18"},{"uid":"9577b761-14"}],"importedBy":[{"uid":"9577b761-28"}]},"9577b761-22":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/common/formJson.ts","moduleParts":{"main.js":"9577b761-23"},"imported":[],"importedBy":[{"uid":"9577b761-28"}]},"9577b761-24":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main.js":"9577b761-25"},"imported":[],"importedBy":[{"uid":"9577b761-26"}]},"9577b761-26":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main.js":"9577b761-27"},"imported":[{"uid":"9577b761-90"},{"uid":"9577b761-91"},{"uid":"9577b761-92"},{"uid":"9577b761-81"},{"uid":"9577b761-24"},{"uid":"9577b761-14"}],"importedBy":[{"uid":"9577b761-0"},{"uid":"9577b761-28"}]},"9577b761-28":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/components/PropsPanel.vue","moduleParts":{"main.js":"9577b761-29"},"imported":[{"uid":"9577b761-90"},{"uid":"9577b761-91"},{"uid":"9577b761-111"},{"uid":"9577b761-112"},{"uid":"9577b761-113"},{"uid":"9577b761-100"},{"uid":"9577b761-101"},{"uid":"9577b761-81"},{"uid":"9577b761-20"},{"uid":"9577b761-22"},{"uid":"9577b761-26"},{"uid":"9577b761-14"},{"uid":"9577b761-114"},{"uid":"9577b761-77","dynamic":true},{"uid":"9577b761-79","dynamic":true}],"importedBy":[{"uid":"9577b761-54"}]},"9577b761-30":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/controller/shortcut.ts","moduleParts":{"main.js":"9577b761-31"},"imported":[{"uid":"9577b761-81"},{"uid":"9577b761-8"}],"importedBy":[{"uid":"9577b761-54"},{"uid":"9577b761-32"}]},"9577b761-32":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/utils/formKeycon.ts","moduleParts":{"main.js":"9577b761-33"},"imported":[{"uid":"9577b761-30"}],"importedBy":[{"uid":"9577b761-54"},{"uid":"9577b761-34"},{"uid":"9577b761-36"},{"uid":"9577b761-40"}]},"9577b761-34":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/components/Shape.vue","moduleParts":{"main.js":"9577b761-35"},"imported":[{"uid":"9577b761-81"},{"uid":"9577b761-32"},{"uid":"9577b761-14"}],"importedBy":[{"uid":"9577b761-0"},{"uid":"9577b761-36"}]},"9577b761-36":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/components/Workspace.vue","moduleParts":{"main.js":"9577b761-37"},"imported":[{"uid":"9577b761-34"},{"uid":"9577b761-81"},{"uid":"9577b761-32"},{"uid":"9577b761-14"}],"importedBy":[{"uid":"9577b761-54"}]},"9577b761-38":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/components/ComponentList.vue","moduleParts":{"main.js":"9577b761-39"},"imported":[{"uid":"9577b761-90"},{"uid":"9577b761-91"},{"uid":"9577b761-98"},{"uid":"9577b761-102"},{"uid":"9577b761-81"},{"uid":"9577b761-8"},{"uid":"9577b761-14"}],"importedBy":[{"uid":"9577b761-54"}]},"9577b761-40":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/components/NavList.vue","moduleParts":{"main.js":"9577b761-41"},"imported":[{"uid":"9577b761-90"},{"uid":"9577b761-91"},{"uid":"9577b761-95"},{"uid":"9577b761-115"},{"uid":"9577b761-98"},{"uid":"9577b761-116"},{"uid":"9577b761-117"},{"uid":"9577b761-102"},{"uid":"9577b761-106"},{"uid":"9577b761-81"},{"uid":"9577b761-32"},{"uid":"9577b761-110"},{"uid":"9577b761-14"},{"uid":"9577b761-75","dynamic":true}],"importedBy":[{"uid":"9577b761-54"}]},"9577b761-42":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/components/Nav.vue","moduleParts":{"main.js":"9577b761-43"},"imported":[{"uid":"9577b761-81"},{"uid":"9577b761-14"}],"importedBy":[{"uid":"9577b761-54"}]},"9577b761-44":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/layouts/Resizer.vue","moduleParts":{"main.js":"9577b761-45"},"imported":[{"uid":"9577b761-81"},{"uid":"9577b761-121"},{"uid":"9577b761-14"}],"importedBy":[{"uid":"9577b761-46"}]},"9577b761-46":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/layouts/Framework.vue","moduleParts":{"main.js":"9577b761-47"},"imported":[{"uid":"9577b761-81"},{"uid":"9577b761-44"},{"uid":"9577b761-14"}],"importedBy":[{"uid":"9577b761-54"}]},"9577b761-48":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/controller/action.ts","moduleParts":{"main.js":"9577b761-49"},"imported":[{"uid":"9577b761-81"}],"importedBy":[{"uid":"9577b761-54"}]},"9577b761-50":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/utils/shortcutKey.ts","moduleParts":{"main.js":"9577b761-51"},"imported":[{"uid":"9577b761-118"},{"uid":"9577b761-6"}],"importedBy":[{"uid":"9577b761-54"}]},"9577b761-52":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/starfish-editor.vue?vue&type=style&index=0&lang.css","moduleParts":{"main.js":"9577b761-53"},"imported":[],"importedBy":[{"uid":"9577b761-54"}]},"9577b761-54":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/starfish-editor.vue","moduleParts":{"main.js":"9577b761-55"},"imported":[{"uid":"9577b761-16"},{"uid":"9577b761-28"},{"uid":"9577b761-36"},{"uid":"9577b761-38"},{"uid":"9577b761-40"},{"uid":"9577b761-42"},{"uid":"9577b761-81"},{"uid":"9577b761-46"},{"uid":"9577b761-12"},{"uid":"9577b761-6"},{"uid":"9577b761-8"},{"uid":"9577b761-48"},{"uid":"9577b761-30"},{"uid":"9577b761-50"},{"uid":"9577b761-32"},{"uid":"9577b761-52"},{"uid":"9577b761-14"},{"uid":"9577b761-16","dynamic":true}],"importedBy":[{"uid":"9577b761-0"}]},"9577b761-57":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/common/CustomDialog.vue?vue&type=style&index=0&scoped=true&lang.css","moduleParts":{"CustomDialog.js":"9577b761-58"},"imported":[],"importedBy":[{"uid":"9577b761-59"}]},"9577b761-59":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/common/CustomDialog.vue","moduleParts":{"CustomDialog.js":"9577b761-60"},"imported":[{"uid":"9577b761-90"},{"uid":"9577b761-91"},{"uid":"9577b761-93"},{"uid":"9577b761-81"},{"uid":"9577b761-57"},{"uid":"9577b761-14"}],"importedBy":[{"uid":"9577b761-0"}]},"9577b761-61":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect.vue","moduleParts":{"ConditionSelect.js":"9577b761-62"},"imported":[{"uid":"9577b761-90"},{"uid":"9577b761-91"},{"uid":"9577b761-94"},{"uid":"9577b761-95"},{"uid":"9577b761-96"},{"uid":"9577b761-97"},{"uid":"9577b761-98"},{"uid":"9577b761-99"},{"uid":"9577b761-100"},{"uid":"9577b761-101"},{"uid":"9577b761-102"},{"uid":"9577b761-103"},{"uid":"9577b761-104"},{"uid":"9577b761-105"},{"uid":"9577b761-81"},{"uid":"9577b761-8"},{"uid":"9577b761-14"}],"importedBy":[{"uid":"9577b761-0"}]},"9577b761-63":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect/ConditionTanc.vue","moduleParts":{"ConditionModule.js":"9577b761-64"},"imported":[{"uid":"9577b761-90"},{"uid":"9577b761-91"},{"uid":"9577b761-94"},{"uid":"9577b761-95"},{"uid":"9577b761-96"},{"uid":"9577b761-97"},{"uid":"9577b761-98"},{"uid":"9577b761-99"},{"uid":"9577b761-100"},{"uid":"9577b761-101"},{"uid":"9577b761-102"},{"uid":"9577b761-103"},{"uid":"9577b761-104"},{"uid":"9577b761-105"},{"uid":"9577b761-110"},{"uid":"9577b761-81"},{"uid":"9577b761-14"}],"importedBy":[{"uid":"9577b761-65"}]},"9577b761-65":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect/ConditionGroup.vue","moduleParts":{"ConditionModule.js":"9577b761-66"},"imported":[{"uid":"9577b761-90"},{"uid":"9577b761-91"},{"uid":"9577b761-98"},{"uid":"9577b761-104"},{"uid":"9577b761-105"},{"uid":"9577b761-63"},{"uid":"9577b761-81"},{"uid":"9577b761-14"}],"importedBy":[{"uid":"9577b761-67"}]},"9577b761-67":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect/ConditionModule.vue","moduleParts":{"ConditionModule.js":"9577b761-68"},"imported":[{"uid":"9577b761-90"},{"uid":"9577b761-91"},{"uid":"9577b761-94"},{"uid":"9577b761-95"},{"uid":"9577b761-98"},{"uid":"9577b761-96"},{"uid":"9577b761-65"},{"uid":"9577b761-8"},{"uid":"9577b761-81"},{"uid":"9577b761-14"}],"importedBy":[{"uid":"9577b761-0"}]},"9577b761-69":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/common/formStyle.vue?vue&type=style&index=0&lang.scss","moduleParts":{"formStyle.js":"9577b761-70"},"imported":[],"importedBy":[{"uid":"9577b761-71"}]},"9577b761-71":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/common/formStyle.vue","moduleParts":{"formStyle.js":"9577b761-72"},"imported":[{"uid":"9577b761-90"},{"uid":"9577b761-91"},{"uid":"9577b761-95"},{"uid":"9577b761-98"},{"uid":"9577b761-106"},{"uid":"9577b761-81"},{"uid":"9577b761-107"},{"uid":"9577b761-108"},{"uid":"9577b761-69"},{"uid":"9577b761-14"}],"importedBy":[{"uid":"9577b761-0"}]},"9577b761-73":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/common/jsonCode.vue?vue&type=style&index=0&lang.scss","moduleParts":{"jsonCode.js":"9577b761-74"},"imported":[],"importedBy":[{"uid":"9577b761-75"}]},"9577b761-75":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/common/jsonCode.vue","moduleParts":{"jsonCode.js":"9577b761-76"},"imported":[{"uid":"9577b761-81"},{"uid":"9577b761-119"},{"uid":"9577b761-108"},{"uid":"9577b761-73"},{"uid":"9577b761-14"}],"importedBy":[{"uid":"9577b761-16"},{"uid":"9577b761-40"}]},"9577b761-77":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/components/jsonEditor.vue","moduleParts":{"jsonEditor.js":"9577b761-78"},"imported":[{"uid":"9577b761-81"},{"uid":"9577b761-120"},{"uid":"9577b761-14"}],"importedBy":[{"uid":"9577b761-28"}]},"9577b761-79":{"id":"D:/work/project/vue-form-design/vue-form-design/packages/editor/src/components/globalFormList.vue","moduleParts":{"globalFormList.js":"9577b761-80"},"imported":[{"uid":"9577b761-81"},{"uid":"9577b761-14"}],"importedBy":[{"uid":"9577b761-28"}]},"9577b761-81":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-0"},{"uid":"9577b761-54"},{"uid":"9577b761-26"},{"uid":"9577b761-59"},{"uid":"9577b761-61"},{"uid":"9577b761-67"},{"uid":"9577b761-34"},{"uid":"9577b761-71"},{"uid":"9577b761-8"},{"uid":"9577b761-16"},{"uid":"9577b761-28"},{"uid":"9577b761-36"},{"uid":"9577b761-38"},{"uid":"9577b761-40"},{"uid":"9577b761-42"},{"uid":"9577b761-46"},{"uid":"9577b761-12"},{"uid":"9577b761-6"},{"uid":"9577b761-48"},{"uid":"9577b761-30"},{"uid":"9577b761-65"},{"uid":"9577b761-75"},{"uid":"9577b761-20"},{"uid":"9577b761-77"},{"uid":"9577b761-79"},{"uid":"9577b761-44"},{"uid":"9577b761-63"},{"uid":"9577b761-18"}],"isExternal":true},"9577b761-82":{"id":"element-plus/dist/index.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-0"}],"isExternal":true},"9577b761-83":{"id":"jsoneditor/dist/jsoneditor.min.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-0"}],"isExternal":true},"9577b761-84":{"id":"starfish-form-custom","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-0"},{"uid":"9577b761-16"}],"isExternal":true},"9577b761-85":{"id":"starfish-form-custom/dist/style.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-0"}],"isExternal":true},"9577b761-86":{"id":"vuedraggable","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-0"}],"isExternal":true},"9577b761-87":{"id":"mitt","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-4"}],"isExternal":true},"9577b761-88":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-10"}],"isExternal":true},"9577b761-89":{"id":"nanoid","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-10"}],"isExternal":true},"9577b761-90":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-26"},{"uid":"9577b761-59"},{"uid":"9577b761-61"},{"uid":"9577b761-67"},{"uid":"9577b761-71"},{"uid":"9577b761-16"},{"uid":"9577b761-28"},{"uid":"9577b761-38"},{"uid":"9577b761-40"},{"uid":"9577b761-65"},{"uid":"9577b761-63"}],"isExternal":true},"9577b761-91":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-26"},{"uid":"9577b761-59"},{"uid":"9577b761-61"},{"uid":"9577b761-67"},{"uid":"9577b761-71"},{"uid":"9577b761-16"},{"uid":"9577b761-28"},{"uid":"9577b761-38"},{"uid":"9577b761-40"},{"uid":"9577b761-65"},{"uid":"9577b761-63"}],"isExternal":true},"9577b761-92":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-26"}],"isExternal":true},"9577b761-93":{"id":"element-plus/es/components/dialog/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-59"}],"isExternal":true},"9577b761-94":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-61"},{"uid":"9577b761-67"},{"uid":"9577b761-63"}],"isExternal":true},"9577b761-95":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-61"},{"uid":"9577b761-67"},{"uid":"9577b761-71"},{"uid":"9577b761-16"},{"uid":"9577b761-40"},{"uid":"9577b761-63"}],"isExternal":true},"9577b761-96":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-61"},{"uid":"9577b761-67"},{"uid":"9577b761-63"}],"isExternal":true},"9577b761-97":{"id":"element-plus/es/components/table/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-61"},{"uid":"9577b761-63"}],"isExternal":true},"9577b761-98":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-61"},{"uid":"9577b761-67"},{"uid":"9577b761-71"},{"uid":"9577b761-16"},{"uid":"9577b761-38"},{"uid":"9577b761-40"},{"uid":"9577b761-65"},{"uid":"9577b761-63"}],"isExternal":true},"9577b761-99":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-61"},{"uid":"9577b761-63"}],"isExternal":true},"9577b761-100":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-61"},{"uid":"9577b761-28"},{"uid":"9577b761-63"}],"isExternal":true},"9577b761-101":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-61"},{"uid":"9577b761-28"},{"uid":"9577b761-63"}],"isExternal":true},"9577b761-102":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-61"},{"uid":"9577b761-38"},{"uid":"9577b761-40"},{"uid":"9577b761-63"}],"isExternal":true},"9577b761-103":{"id":"element-plus/es/components/table-column/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-61"},{"uid":"9577b761-63"}],"isExternal":true},"9577b761-104":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-61"},{"uid":"9577b761-65"},{"uid":"9577b761-63"}],"isExternal":true},"9577b761-105":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-61"},{"uid":"9577b761-65"},{"uid":"9577b761-63"}],"isExternal":true},"9577b761-106":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-71"},{"uid":"9577b761-40"}],"isExternal":true},"9577b761-107":{"id":"@codemirror/lang-css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-71"}],"isExternal":true},"9577b761-108":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-71"},{"uid":"9577b761-75"}],"isExternal":true},"9577b761-109":{"id":"clipboard","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-16"}],"isExternal":true},"9577b761-110":{"id":"element-plus/es/components/message/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-16"},{"uid":"9577b761-40"},{"uid":"9577b761-63"}],"isExternal":true},"9577b761-111":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-28"}],"isExternal":true},"9577b761-112":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-28"}],"isExternal":true},"9577b761-113":{"id":"element-plus/es/components/empty/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-28"}],"isExternal":true},"9577b761-114":{"id":"element-plus/es/components/notification/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-28"}],"isExternal":true},"9577b761-115":{"id":"element-plus/es/components/upload/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-40"}],"isExternal":true},"9577b761-116":{"id":"element-plus/es/components/drawer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-40"}],"isExternal":true},"9577b761-117":{"id":"element-plus/es/components/tree/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-40"}],"isExternal":true},"9577b761-118":{"id":"keycon","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-50"}],"isExternal":true},"9577b761-119":{"id":"@codemirror/lang-json","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-75"}],"isExternal":true},"9577b761-120":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-77"}],"isExternal":true},"9577b761-121":{"id":"gesto","moduleParts":{},"imported":[],"importedBy":[{"uid":"9577b761-44"}],"isExternal":true}},"env":{"rollup":"2.77.3"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
|
4933
4933
|
|
|
4934
4934
|
const run = () => {
|
|
4935
4935
|
const width = window.innerWidth;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|