starfish-editor-custom 1.0.40 → 1.0.42
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/package.json +2 -2
- package/src/styles/form-preview.scss +50 -50
- package/stats.html +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "starfish-editor-custom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.42",
|
|
4
4
|
"main": "dist/starfish-editor.umd.js",
|
|
5
5
|
"style": "dist/style.css",
|
|
6
6
|
"module": "dist/starfish-editor.es.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"mitt": "^3.0.0",
|
|
44
44
|
"nanoid": "^4.0.0",
|
|
45
45
|
"remixicon": "^4.7.0",
|
|
46
|
-
"starfish-form-custom": "1.0.
|
|
46
|
+
"starfish-form-custom": "1.0.44",
|
|
47
47
|
"vue": "^3.2.37",
|
|
48
48
|
"vue-codemirror": "6.1.1",
|
|
49
49
|
"vuedraggable": "^4.1.0"
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
.previewDialog {
|
|
2
|
-
.previewList {
|
|
3
|
-
background: #f0f2f5;
|
|
4
|
-
}
|
|
5
|
-
.editor-content {
|
|
6
|
-
color: #333;
|
|
7
|
-
}
|
|
8
|
-
.page_box {
|
|
9
|
-
height: 85%;
|
|
10
|
-
margin: 0 auto;
|
|
11
|
-
width: 100%;
|
|
12
|
-
overflow-y: auto;
|
|
13
|
-
&.PC_layout {
|
|
14
|
-
width: 100%;
|
|
15
|
-
border: 10px solid transparent;
|
|
16
|
-
}
|
|
17
|
-
&.Pad_layout {
|
|
18
|
-
width: 800px;
|
|
19
|
-
border-radius: 15px;
|
|
20
|
-
border: 10px solid #495060;
|
|
21
|
-
}
|
|
22
|
-
&.H5_layout {
|
|
23
|
-
width: 443px;
|
|
24
|
-
border-radius: 15px;
|
|
25
|
-
border: 10px solid #495060;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.formconfig {
|
|
30
|
-
height: 100%;
|
|
31
|
-
overflow: scroll;
|
|
32
|
-
@include scrollbar();
|
|
33
|
-
.el-form {
|
|
34
|
-
padding-bottom: 0;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
.custom_code {
|
|
38
|
-
padding: 15px;
|
|
39
|
-
min-height: 400px;
|
|
40
|
-
}
|
|
41
|
-
.my-Footer {
|
|
42
|
-
text-align: center;
|
|
43
|
-
display: flex;
|
|
44
|
-
align-items: center;
|
|
45
|
-
justify-content: center;
|
|
46
|
-
}
|
|
47
|
-
.codeDialog {
|
|
48
|
-
height: auto !important;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
1
|
+
.previewDialog {
|
|
2
|
+
.previewList {
|
|
3
|
+
background: #f0f2f5;
|
|
4
|
+
}
|
|
5
|
+
.editor-content {
|
|
6
|
+
color: #333;
|
|
7
|
+
}
|
|
8
|
+
.page_box {
|
|
9
|
+
height: 85%;
|
|
10
|
+
margin: 0 auto;
|
|
11
|
+
width: 100%;
|
|
12
|
+
overflow-y: auto;
|
|
13
|
+
&.PC_layout {
|
|
14
|
+
width: 100%;
|
|
15
|
+
border: 10px solid transparent;
|
|
16
|
+
}
|
|
17
|
+
&.Pad_layout {
|
|
18
|
+
width: 800px;
|
|
19
|
+
border-radius: 15px;
|
|
20
|
+
border: 10px solid #495060;
|
|
21
|
+
}
|
|
22
|
+
&.H5_layout {
|
|
23
|
+
width: 443px;
|
|
24
|
+
border-radius: 15px;
|
|
25
|
+
border: 10px solid #495060;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.formconfig {
|
|
30
|
+
height: 100%;
|
|
31
|
+
overflow: scroll;
|
|
32
|
+
@include scrollbar();
|
|
33
|
+
.el-form {
|
|
34
|
+
padding-bottom: 0;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
.custom_code {
|
|
38
|
+
padding: 15px;
|
|
39
|
+
min-height: 400px;
|
|
40
|
+
}
|
|
41
|
+
.my-Footer {
|
|
42
|
+
text-align: center;
|
|
43
|
+
display: flex;
|
|
44
|
+
align-items: center;
|
|
45
|
+
justify-content: center;
|
|
46
|
+
}
|
|
47
|
+
.codeDialog {
|
|
48
|
+
height: auto !important;
|
|
49
|
+
}
|
|
50
|
+
}
|
package/stats.html
CHANGED
|
@@ -6157,7 +6157,7 @@ var drawChart = (function (exports) {
|
|
|
6157
6157
|
</script>
|
|
6158
6158
|
<script>
|
|
6159
6159
|
/*<!--*/
|
|
6160
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"starfish-editor.es.js","uid":"6be2-1"},{"name":"main.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src","children":[{"name":"styles/index.scss","uid":"6be2-3"},{"name":"utils","children":[{"uid":"6be2-5","name":"vm.ts"},{"uid":"6be2-11","name":"_.ts"},{"uid":"6be2-33","name":"formKeycon.ts"},{"uid":"6be2-51","name":"shortcutKey.ts"}]},{"name":"controller","children":[{"uid":"6be2-7","name":"history.ts"},{"uid":"6be2-9","name":"form.ts"},{"uid":"6be2-13","name":"ui.ts"},{"uid":"6be2-31","name":"shortcut.ts"},{"uid":"6be2-49","name":"action.ts"}]},{"name":"components","children":[{"uid":"6be2-17","name":"FormPreview.vue"},{"uid":"6be2-29","name":"PropsPanel.vue"},{"uid":"6be2-35","name":"Shape.vue"},{"uid":"6be2-37","name":"Workspace.vue"},{"uid":"6be2-39","name":"ComponentList.vue"},{"uid":"6be2-41","name":"NavList.vue"},{"uid":"6be2-43","name":"Nav.vue"}]},{"name":"layouts","children":[{"uid":"6be2-19","name":"ShortcutKey.vue"},{"uid":"6be2-21","name":"ControlEditSize.vue"},{"uid":"6be2-45","name":"Resizer.vue"},{"uid":"6be2-47","name":"Framework.vue"}]},{"name":"common","children":[{"uid":"6be2-23","name":"formJson.ts"},{"uid":"6be2-25","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"6be2-27","name":"Loading.vue"}]},{"uid":"6be2-53","name":"starfish-editor.vue?vue&type=style&index=0&lang.css"},{"uid":"6be2-55","name":"starfish-editor.vue"},{"uid":"6be2-56","name":"main.ts"}]},{"uid":"6be2-15","name":"plugin-vue:export-helper"}]},{"name":"CustomDialog.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common","children":[{"uid":"6be2-58","name":"CustomDialog.vue?vue&type=style&index=0&scoped=true&lang.css"},{"uid":"6be2-60","name":"CustomDialog.vue"}]}]},{"name":"ConditionSelect.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect.vue","uid":"6be2-62"}]},{"name":"ConditionModule.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect","children":[{"uid":"6be2-64","name":"ConditionTanc.vue"},{"uid":"6be2-66","name":"ConditionGroup.vue"},{"uid":"6be2-68","name":"ConditionModule.vue"}]}]},{"name":"formStyle.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common","children":[{"uid":"6be2-70","name":"formStyle.vue?vue&type=style&index=0&lang.scss"},{"uid":"6be2-72","name":"formStyle.vue"}]}]},{"name":"jsonCode.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common","children":[{"uid":"6be2-74","name":"jsonCode.vue?vue&type=style&index=0&lang.scss"},{"uid":"6be2-76","name":"jsonCode.vue"}]}]},{"name":"jsonEditor.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/jsonEditor.vue","uid":"6be2-78"}]},{"name":"globalFormList.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/globalFormList.vue","uid":"6be2-80"}]}],"isRoot":true},"nodeParts":{"6be2-1":{"id":"starfish-editor.es.js","gzipLength":0,"brotliLength":0,"renderedLength":1218,"metaUid":"6be2-0"},"6be2-3":{"renderedLength":67155,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-2"},"6be2-5":{"renderedLength":16,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-4"},"6be2-7":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-6"},"6be2-9":{"renderedLength":5583,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-8"},"6be2-11":{"renderedLength":11419,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-10"},"6be2-13":{"renderedLength":2025,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-12"},"6be2-15":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-14"},"6be2-17":{"renderedLength":7683,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-16"},"6be2-19":{"renderedLength":1858,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-18"},"6be2-21":{"renderedLength":2836,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-20"},"6be2-23":{"renderedLength":1187,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-22"},"6be2-25":{"renderedLength":192,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-24"},"6be2-27":{"renderedLength":400,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-26"},"6be2-29":{"renderedLength":20816,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-28"},"6be2-31":{"renderedLength":1870,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-30"},"6be2-33":{"renderedLength":457,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-32"},"6be2-35":{"renderedLength":6369,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-34"},"6be2-37":{"renderedLength":9909,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-36"},"6be2-39":{"renderedLength":5871,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-38"},"6be2-41":{"renderedLength":19472,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-40"},"6be2-43":{"renderedLength":8406,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-42"},"6be2-45":{"renderedLength":1138,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-44"},"6be2-47":{"renderedLength":2712,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-46"},"6be2-49":{"renderedLength":466,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-48"},"6be2-51":{"renderedLength":937,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-50"},"6be2-53":{"renderedLength":260,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-52"},"6be2-55":{"renderedLength":3685,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-54"},"6be2-56":{"renderedLength":1112,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-0"},"6be2-58":{"renderedLength":272,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-57"},"6be2-60":{"renderedLength":2123,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-59"},"6be2-62":{"renderedLength":18742,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-61"},"6be2-64":{"renderedLength":17222,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-63"},"6be2-66":{"renderedLength":8014,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-65"},"6be2-68":{"renderedLength":5784,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-67"},"6be2-70":{"renderedLength":166,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-69"},"6be2-72":{"renderedLength":6954,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-71"},"6be2-74":{"renderedLength":187,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-73"},"6be2-76":{"renderedLength":1553,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-75"},"6be2-78":{"renderedLength":1338,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-77"},"6be2-80":{"renderedLength":1044,"gzipLength":0,"brotliLength":0,"metaUid":"6be2-79"}},"nodeMetas":{"6be2-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/main.ts","moduleParts":{"starfish-editor.es.js":"6be2-1","main.js":"6be2-56"},"imported":[{"uid":"6be2-81"},{"uid":"6be2-82"},{"uid":"6be2-2"},{"uid":"6be2-83"},{"uid":"6be2-84"},{"uid":"6be2-4"},{"uid":"6be2-10"},{"uid":"6be2-85"},{"uid":"6be2-54"},{"uid":"6be2-26"},{"uid":"6be2-59","dynamic":true},{"uid":"6be2-61","dynamic":true},{"uid":"6be2-67","dynamic":true},{"uid":"6be2-86","dynamic":true},{"uid":"6be2-34","dynamic":true},{"uid":"6be2-71","dynamic":true}],"importedBy":[],"isEntry":true},"6be2-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/styles/index.scss","moduleParts":{"main.js":"6be2-3"},"imported":[],"importedBy":[{"uid":"6be2-0"}]},"6be2-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/vm.ts","moduleParts":{"main.js":"6be2-5"},"imported":[{"uid":"6be2-87"}],"importedBy":[{"uid":"6be2-0"}]},"6be2-6":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main.js":"6be2-7"},"imported":[{"uid":"6be2-81"},{"uid":"6be2-8"}],"importedBy":[{"uid":"6be2-54"},{"uid":"6be2-8"},{"uid":"6be2-50"}]},"6be2-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main.js":"6be2-9"},"imported":[{"uid":"6be2-81"},{"uid":"6be2-6"}],"importedBy":[{"uid":"6be2-10"},{"uid":"6be2-54"},{"uid":"6be2-61"},{"uid":"6be2-67"},{"uid":"6be2-16"},{"uid":"6be2-38"},{"uid":"6be2-6"},{"uid":"6be2-30"}]},"6be2-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main.js":"6be2-11"},"imported":[{"uid":"6be2-88"},{"uid":"6be2-89"},{"uid":"6be2-8"}],"importedBy":[{"uid":"6be2-0"}]},"6be2-12":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/ui.ts","moduleParts":{"main.js":"6be2-13"},"imported":[{"uid":"6be2-81"}],"importedBy":[{"uid":"6be2-54"},{"uid":"6be2-16"}]},"6be2-14":{"id":"plugin-vue:export-helper","moduleParts":{"main.js":"6be2-15"},"imported":[],"importedBy":[{"uid":"6be2-54"},{"uid":"6be2-26"},{"uid":"6be2-59"},{"uid":"6be2-61"},{"uid":"6be2-67"},{"uid":"6be2-34"},{"uid":"6be2-71"},{"uid":"6be2-16"},{"uid":"6be2-28"},{"uid":"6be2-36"},{"uid":"6be2-38"},{"uid":"6be2-40"},{"uid":"6be2-42"},{"uid":"6be2-46"},{"uid":"6be2-65"},{"uid":"6be2-75"},{"uid":"6be2-20"},{"uid":"6be2-77"},{"uid":"6be2-79"},{"uid":"6be2-44"},{"uid":"6be2-63"},{"uid":"6be2-18"}]},"6be2-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/FormPreview.vue","moduleParts":{"main.js":"6be2-17"},"imported":[{"uid":"6be2-90"},{"uid":"6be2-91"},{"uid":"6be2-95"},{"uid":"6be2-98"},{"uid":"6be2-81"},{"uid":"6be2-8"},{"uid":"6be2-84"},{"uid":"6be2-12"},{"uid":"6be2-109"},{"uid":"6be2-14"},{"uid":"6be2-110"},{"uid":"6be2-75","dynamic":true}],"importedBy":[{"uid":"6be2-54"}]},"6be2-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/layouts/ShortcutKey.vue","moduleParts":{"main.js":"6be2-19"},"imported":[{"uid":"6be2-81"},{"uid":"6be2-14"}],"importedBy":[{"uid":"6be2-20"}]},"6be2-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/layouts/ControlEditSize.vue","moduleParts":{"main.js":"6be2-21"},"imported":[{"uid":"6be2-81"},{"uid":"6be2-18"},{"uid":"6be2-14"}],"importedBy":[{"uid":"6be2-28"}]},"6be2-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/formJson.ts","moduleParts":{"main.js":"6be2-23"},"imported":[],"importedBy":[{"uid":"6be2-28"}]},"6be2-24":{"id":"C:/Users/jiton/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":"6be2-25"},"imported":[],"importedBy":[{"uid":"6be2-26"}]},"6be2-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main.js":"6be2-27"},"imported":[{"uid":"6be2-90"},{"uid":"6be2-91"},{"uid":"6be2-92"},{"uid":"6be2-81"},{"uid":"6be2-24"},{"uid":"6be2-14"}],"importedBy":[{"uid":"6be2-0"},{"uid":"6be2-28"}]},"6be2-28":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/PropsPanel.vue","moduleParts":{"main.js":"6be2-29"},"imported":[{"uid":"6be2-90"},{"uid":"6be2-91"},{"uid":"6be2-111"},{"uid":"6be2-112"},{"uid":"6be2-113"},{"uid":"6be2-100"},{"uid":"6be2-101"},{"uid":"6be2-81"},{"uid":"6be2-20"},{"uid":"6be2-22"},{"uid":"6be2-26"},{"uid":"6be2-14"},{"uid":"6be2-114"},{"uid":"6be2-77","dynamic":true},{"uid":"6be2-79","dynamic":true}],"importedBy":[{"uid":"6be2-54"}]},"6be2-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/shortcut.ts","moduleParts":{"main.js":"6be2-31"},"imported":[{"uid":"6be2-81"},{"uid":"6be2-8"}],"importedBy":[{"uid":"6be2-54"},{"uid":"6be2-32"}]},"6be2-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/formKeycon.ts","moduleParts":{"main.js":"6be2-33"},"imported":[{"uid":"6be2-30"}],"importedBy":[{"uid":"6be2-54"},{"uid":"6be2-34"},{"uid":"6be2-36"},{"uid":"6be2-40"}]},"6be2-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/Shape.vue","moduleParts":{"main.js":"6be2-35"},"imported":[{"uid":"6be2-81"},{"uid":"6be2-32"},{"uid":"6be2-14"}],"importedBy":[{"uid":"6be2-0"},{"uid":"6be2-36"}]},"6be2-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/Workspace.vue","moduleParts":{"main.js":"6be2-37"},"imported":[{"uid":"6be2-34"},{"uid":"6be2-81"},{"uid":"6be2-32"},{"uid":"6be2-14"}],"importedBy":[{"uid":"6be2-54"}]},"6be2-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/ComponentList.vue","moduleParts":{"main.js":"6be2-39"},"imported":[{"uid":"6be2-90"},{"uid":"6be2-91"},{"uid":"6be2-98"},{"uid":"6be2-102"},{"uid":"6be2-81"},{"uid":"6be2-8"},{"uid":"6be2-14"}],"importedBy":[{"uid":"6be2-54"}]},"6be2-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/NavList.vue","moduleParts":{"main.js":"6be2-41"},"imported":[{"uid":"6be2-90"},{"uid":"6be2-91"},{"uid":"6be2-95"},{"uid":"6be2-115"},{"uid":"6be2-98"},{"uid":"6be2-116"},{"uid":"6be2-117"},{"uid":"6be2-102"},{"uid":"6be2-106"},{"uid":"6be2-81"},{"uid":"6be2-32"},{"uid":"6be2-14"},{"uid":"6be2-110"},{"uid":"6be2-75","dynamic":true}],"importedBy":[{"uid":"6be2-54"}]},"6be2-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/Nav.vue","moduleParts":{"main.js":"6be2-43"},"imported":[{"uid":"6be2-81"},{"uid":"6be2-14"}],"importedBy":[{"uid":"6be2-54"}]},"6be2-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/layouts/Resizer.vue","moduleParts":{"main.js":"6be2-45"},"imported":[{"uid":"6be2-81"},{"uid":"6be2-121"},{"uid":"6be2-14"}],"importedBy":[{"uid":"6be2-46"}]},"6be2-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/layouts/Framework.vue","moduleParts":{"main.js":"6be2-47"},"imported":[{"uid":"6be2-81"},{"uid":"6be2-44"},{"uid":"6be2-14"}],"importedBy":[{"uid":"6be2-54"}]},"6be2-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/action.ts","moduleParts":{"main.js":"6be2-49"},"imported":[{"uid":"6be2-81"}],"importedBy":[{"uid":"6be2-54"}]},"6be2-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/shortcutKey.ts","moduleParts":{"main.js":"6be2-51"},"imported":[{"uid":"6be2-118"},{"uid":"6be2-6"}],"importedBy":[{"uid":"6be2-54"}]},"6be2-52":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/starfish-editor.vue?vue&type=style&index=0&lang.css","moduleParts":{"main.js":"6be2-53"},"imported":[],"importedBy":[{"uid":"6be2-54"}]},"6be2-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/starfish-editor.vue","moduleParts":{"main.js":"6be2-55"},"imported":[{"uid":"6be2-16"},{"uid":"6be2-28"},{"uid":"6be2-36"},{"uid":"6be2-38"},{"uid":"6be2-40"},{"uid":"6be2-42"},{"uid":"6be2-81"},{"uid":"6be2-46"},{"uid":"6be2-12"},{"uid":"6be2-6"},{"uid":"6be2-8"},{"uid":"6be2-48"},{"uid":"6be2-30"},{"uid":"6be2-50"},{"uid":"6be2-32"},{"uid":"6be2-52"},{"uid":"6be2-14"},{"uid":"6be2-16","dynamic":true}],"importedBy":[{"uid":"6be2-0"}]},"6be2-57":{"id":"C:/Users/jiton/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":"6be2-58"},"imported":[],"importedBy":[{"uid":"6be2-59"}]},"6be2-59":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/CustomDialog.vue","moduleParts":{"CustomDialog.js":"6be2-60"},"imported":[{"uid":"6be2-90"},{"uid":"6be2-91"},{"uid":"6be2-93"},{"uid":"6be2-81"},{"uid":"6be2-57"},{"uid":"6be2-14"}],"importedBy":[{"uid":"6be2-0"}]},"6be2-61":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect.vue","moduleParts":{"ConditionSelect.js":"6be2-62"},"imported":[{"uid":"6be2-90"},{"uid":"6be2-91"},{"uid":"6be2-94"},{"uid":"6be2-95"},{"uid":"6be2-96"},{"uid":"6be2-97"},{"uid":"6be2-98"},{"uid":"6be2-99"},{"uid":"6be2-100"},{"uid":"6be2-101"},{"uid":"6be2-102"},{"uid":"6be2-103"},{"uid":"6be2-104"},{"uid":"6be2-105"},{"uid":"6be2-81"},{"uid":"6be2-8"},{"uid":"6be2-14"}],"importedBy":[{"uid":"6be2-0"}]},"6be2-63":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect/ConditionTanc.vue","moduleParts":{"ConditionModule.js":"6be2-64"},"imported":[{"uid":"6be2-90"},{"uid":"6be2-91"},{"uid":"6be2-94"},{"uid":"6be2-95"},{"uid":"6be2-96"},{"uid":"6be2-97"},{"uid":"6be2-98"},{"uid":"6be2-99"},{"uid":"6be2-100"},{"uid":"6be2-101"},{"uid":"6be2-102"},{"uid":"6be2-103"},{"uid":"6be2-104"},{"uid":"6be2-105"},{"uid":"6be2-110"},{"uid":"6be2-81"},{"uid":"6be2-14"}],"importedBy":[{"uid":"6be2-65"}]},"6be2-65":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect/ConditionGroup.vue","moduleParts":{"ConditionModule.js":"6be2-66"},"imported":[{"uid":"6be2-90"},{"uid":"6be2-91"},{"uid":"6be2-98"},{"uid":"6be2-104"},{"uid":"6be2-105"},{"uid":"6be2-63"},{"uid":"6be2-81"},{"uid":"6be2-14"}],"importedBy":[{"uid":"6be2-67"}]},"6be2-67":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect/ConditionModule.vue","moduleParts":{"ConditionModule.js":"6be2-68"},"imported":[{"uid":"6be2-90"},{"uid":"6be2-91"},{"uid":"6be2-94"},{"uid":"6be2-95"},{"uid":"6be2-98"},{"uid":"6be2-96"},{"uid":"6be2-65"},{"uid":"6be2-8"},{"uid":"6be2-81"},{"uid":"6be2-14"}],"importedBy":[{"uid":"6be2-0"}]},"6be2-69":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/formStyle.vue?vue&type=style&index=0&lang.scss","moduleParts":{"formStyle.js":"6be2-70"},"imported":[],"importedBy":[{"uid":"6be2-71"}]},"6be2-71":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/formStyle.vue","moduleParts":{"formStyle.js":"6be2-72"},"imported":[{"uid":"6be2-90"},{"uid":"6be2-91"},{"uid":"6be2-95"},{"uid":"6be2-98"},{"uid":"6be2-106"},{"uid":"6be2-81"},{"uid":"6be2-107"},{"uid":"6be2-108"},{"uid":"6be2-69"},{"uid":"6be2-14"}],"importedBy":[{"uid":"6be2-0"}]},"6be2-73":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/jsonCode.vue?vue&type=style&index=0&lang.scss","moduleParts":{"jsonCode.js":"6be2-74"},"imported":[],"importedBy":[{"uid":"6be2-75"}]},"6be2-75":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/jsonCode.vue","moduleParts":{"jsonCode.js":"6be2-76"},"imported":[{"uid":"6be2-81"},{"uid":"6be2-119"},{"uid":"6be2-108"},{"uid":"6be2-73"},{"uid":"6be2-14"}],"importedBy":[{"uid":"6be2-16"},{"uid":"6be2-40"}]},"6be2-77":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/jsonEditor.vue","moduleParts":{"jsonEditor.js":"6be2-78"},"imported":[{"uid":"6be2-81"},{"uid":"6be2-120"},{"uid":"6be2-14"}],"importedBy":[{"uid":"6be2-28"}]},"6be2-79":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/globalFormList.vue","moduleParts":{"globalFormList.js":"6be2-80"},"imported":[{"uid":"6be2-81"},{"uid":"6be2-14"}],"importedBy":[{"uid":"6be2-28"}]},"6be2-81":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-0"},{"uid":"6be2-54"},{"uid":"6be2-26"},{"uid":"6be2-59"},{"uid":"6be2-61"},{"uid":"6be2-67"},{"uid":"6be2-34"},{"uid":"6be2-71"},{"uid":"6be2-8"},{"uid":"6be2-16"},{"uid":"6be2-28"},{"uid":"6be2-36"},{"uid":"6be2-38"},{"uid":"6be2-40"},{"uid":"6be2-42"},{"uid":"6be2-46"},{"uid":"6be2-12"},{"uid":"6be2-6"},{"uid":"6be2-48"},{"uid":"6be2-30"},{"uid":"6be2-65"},{"uid":"6be2-75"},{"uid":"6be2-20"},{"uid":"6be2-77"},{"uid":"6be2-79"},{"uid":"6be2-44"},{"uid":"6be2-63"},{"uid":"6be2-18"}],"isExternal":true},"6be2-82":{"id":"element-plus/dist/index.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-0"}],"isExternal":true},"6be2-83":{"id":"jsoneditor/dist/jsoneditor.min.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-0"}],"isExternal":true},"6be2-84":{"id":"starfish-form-custom","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-0"},{"uid":"6be2-16"}],"isExternal":true},"6be2-85":{"id":"starfish-form-custom/dist/style.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-0"}],"isExternal":true},"6be2-86":{"id":"vuedraggable","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-0"}],"isExternal":true},"6be2-87":{"id":"mitt","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-4"}],"isExternal":true},"6be2-88":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-10"}],"isExternal":true},"6be2-89":{"id":"nanoid","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-10"}],"isExternal":true},"6be2-90":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-26"},{"uid":"6be2-59"},{"uid":"6be2-61"},{"uid":"6be2-67"},{"uid":"6be2-71"},{"uid":"6be2-16"},{"uid":"6be2-28"},{"uid":"6be2-38"},{"uid":"6be2-40"},{"uid":"6be2-65"},{"uid":"6be2-63"}],"isExternal":true},"6be2-91":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-26"},{"uid":"6be2-59"},{"uid":"6be2-61"},{"uid":"6be2-67"},{"uid":"6be2-71"},{"uid":"6be2-16"},{"uid":"6be2-28"},{"uid":"6be2-38"},{"uid":"6be2-40"},{"uid":"6be2-65"},{"uid":"6be2-63"}],"isExternal":true},"6be2-92":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-26"}],"isExternal":true},"6be2-93":{"id":"element-plus/es/components/dialog/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-59"}],"isExternal":true},"6be2-94":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-61"},{"uid":"6be2-67"},{"uid":"6be2-63"}],"isExternal":true},"6be2-95":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-61"},{"uid":"6be2-67"},{"uid":"6be2-71"},{"uid":"6be2-16"},{"uid":"6be2-40"},{"uid":"6be2-63"}],"isExternal":true},"6be2-96":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-61"},{"uid":"6be2-67"},{"uid":"6be2-63"}],"isExternal":true},"6be2-97":{"id":"element-plus/es/components/table/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-61"},{"uid":"6be2-63"}],"isExternal":true},"6be2-98":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-61"},{"uid":"6be2-67"},{"uid":"6be2-71"},{"uid":"6be2-16"},{"uid":"6be2-38"},{"uid":"6be2-40"},{"uid":"6be2-65"},{"uid":"6be2-63"}],"isExternal":true},"6be2-99":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-61"},{"uid":"6be2-63"}],"isExternal":true},"6be2-100":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-61"},{"uid":"6be2-28"},{"uid":"6be2-63"}],"isExternal":true},"6be2-101":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-61"},{"uid":"6be2-28"},{"uid":"6be2-63"}],"isExternal":true},"6be2-102":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-61"},{"uid":"6be2-38"},{"uid":"6be2-40"},{"uid":"6be2-63"}],"isExternal":true},"6be2-103":{"id":"element-plus/es/components/table-column/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-61"},{"uid":"6be2-63"}],"isExternal":true},"6be2-104":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-61"},{"uid":"6be2-65"},{"uid":"6be2-63"}],"isExternal":true},"6be2-105":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-61"},{"uid":"6be2-65"},{"uid":"6be2-63"}],"isExternal":true},"6be2-106":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-71"},{"uid":"6be2-40"}],"isExternal":true},"6be2-107":{"id":"@codemirror/lang-css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-71"}],"isExternal":true},"6be2-108":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-71"},{"uid":"6be2-75"}],"isExternal":true},"6be2-109":{"id":"clipboard","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-16"}],"isExternal":true},"6be2-110":{"id":"element-plus/es/components/message/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-16"},{"uid":"6be2-40"},{"uid":"6be2-63"}],"isExternal":true},"6be2-111":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-28"}],"isExternal":true},"6be2-112":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-28"}],"isExternal":true},"6be2-113":{"id":"element-plus/es/components/empty/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-28"}],"isExternal":true},"6be2-114":{"id":"element-plus/es/components/notification/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-28"}],"isExternal":true},"6be2-115":{"id":"element-plus/es/components/upload/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-40"}],"isExternal":true},"6be2-116":{"id":"element-plus/es/components/drawer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-40"}],"isExternal":true},"6be2-117":{"id":"element-plus/es/components/tree/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-40"}],"isExternal":true},"6be2-118":{"id":"keycon","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-50"}],"isExternal":true},"6be2-119":{"id":"@codemirror/lang-json","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-75"}],"isExternal":true},"6be2-120":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-77"}],"isExternal":true},"6be2-121":{"id":"gesto","moduleParts":{},"imported":[],"importedBy":[{"uid":"6be2-44"}],"isExternal":true}},"env":{"rollup":"2.75.6"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
|
6160
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"starfish-editor.es.js","uid":"c323-1"},{"name":"main.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src","children":[{"name":"styles/index.scss","uid":"c323-3"},{"name":"utils","children":[{"uid":"c323-5","name":"vm.ts"},{"uid":"c323-11","name":"_.ts"},{"uid":"c323-33","name":"formKeycon.ts"},{"uid":"c323-51","name":"shortcutKey.ts"}]},{"name":"controller","children":[{"uid":"c323-7","name":"history.ts"},{"uid":"c323-9","name":"form.ts"},{"uid":"c323-13","name":"ui.ts"},{"uid":"c323-31","name":"shortcut.ts"},{"uid":"c323-49","name":"action.ts"}]},{"name":"components","children":[{"uid":"c323-17","name":"FormPreview.vue"},{"uid":"c323-29","name":"PropsPanel.vue"},{"uid":"c323-35","name":"Shape.vue"},{"uid":"c323-37","name":"Workspace.vue"},{"uid":"c323-39","name":"ComponentList.vue"},{"uid":"c323-41","name":"NavList.vue"},{"uid":"c323-43","name":"Nav.vue"}]},{"name":"layouts","children":[{"uid":"c323-19","name":"ShortcutKey.vue"},{"uid":"c323-21","name":"ControlEditSize.vue"},{"uid":"c323-45","name":"Resizer.vue"},{"uid":"c323-47","name":"Framework.vue"}]},{"name":"common","children":[{"uid":"c323-23","name":"formJson.ts"},{"uid":"c323-25","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"c323-27","name":"Loading.vue"}]},{"uid":"c323-53","name":"starfish-editor.vue?vue&type=style&index=0&lang.css"},{"uid":"c323-55","name":"starfish-editor.vue"},{"uid":"c323-56","name":"main.ts"}]},{"uid":"c323-15","name":"plugin-vue:export-helper"}]},{"name":"CustomDialog.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common","children":[{"uid":"c323-58","name":"CustomDialog.vue?vue&type=style&index=0&scoped=true&lang.css"},{"uid":"c323-60","name":"CustomDialog.vue"}]}]},{"name":"ConditionSelect.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect.vue","uid":"c323-62"}]},{"name":"ConditionModule.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect","children":[{"uid":"c323-64","name":"ConditionTanc.vue"},{"uid":"c323-66","name":"ConditionGroup.vue"},{"uid":"c323-68","name":"ConditionModule.vue"}]}]},{"name":"formStyle.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common","children":[{"uid":"c323-70","name":"formStyle.vue?vue&type=style&index=0&lang.scss"},{"uid":"c323-72","name":"formStyle.vue"}]}]},{"name":"jsonCode.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common","children":[{"uid":"c323-74","name":"jsonCode.vue?vue&type=style&index=0&lang.scss"},{"uid":"c323-76","name":"jsonCode.vue"}]}]},{"name":"jsonEditor.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/jsonEditor.vue","uid":"c323-78"}]},{"name":"globalFormList.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/globalFormList.vue","uid":"c323-80"}]}],"isRoot":true},"nodeParts":{"c323-1":{"id":"starfish-editor.es.js","gzipLength":0,"brotliLength":0,"renderedLength":1218,"metaUid":"c323-0"},"c323-3":{"renderedLength":67155,"gzipLength":0,"brotliLength":0,"metaUid":"c323-2"},"c323-5":{"renderedLength":16,"gzipLength":0,"brotliLength":0,"metaUid":"c323-4"},"c323-7":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"c323-6"},"c323-9":{"renderedLength":5583,"gzipLength":0,"brotliLength":0,"metaUid":"c323-8"},"c323-11":{"renderedLength":11419,"gzipLength":0,"brotliLength":0,"metaUid":"c323-10"},"c323-13":{"renderedLength":2025,"gzipLength":0,"brotliLength":0,"metaUid":"c323-12"},"c323-15":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"c323-14"},"c323-17":{"renderedLength":7683,"gzipLength":0,"brotliLength":0,"metaUid":"c323-16"},"c323-19":{"renderedLength":1858,"gzipLength":0,"brotliLength":0,"metaUid":"c323-18"},"c323-21":{"renderedLength":2836,"gzipLength":0,"brotliLength":0,"metaUid":"c323-20"},"c323-23":{"renderedLength":1187,"gzipLength":0,"brotliLength":0,"metaUid":"c323-22"},"c323-25":{"renderedLength":192,"gzipLength":0,"brotliLength":0,"metaUid":"c323-24"},"c323-27":{"renderedLength":400,"gzipLength":0,"brotliLength":0,"metaUid":"c323-26"},"c323-29":{"renderedLength":20816,"gzipLength":0,"brotliLength":0,"metaUid":"c323-28"},"c323-31":{"renderedLength":1870,"gzipLength":0,"brotliLength":0,"metaUid":"c323-30"},"c323-33":{"renderedLength":457,"gzipLength":0,"brotliLength":0,"metaUid":"c323-32"},"c323-35":{"renderedLength":6369,"gzipLength":0,"brotliLength":0,"metaUid":"c323-34"},"c323-37":{"renderedLength":9909,"gzipLength":0,"brotliLength":0,"metaUid":"c323-36"},"c323-39":{"renderedLength":5871,"gzipLength":0,"brotliLength":0,"metaUid":"c323-38"},"c323-41":{"renderedLength":19472,"gzipLength":0,"brotliLength":0,"metaUid":"c323-40"},"c323-43":{"renderedLength":8406,"gzipLength":0,"brotliLength":0,"metaUid":"c323-42"},"c323-45":{"renderedLength":1138,"gzipLength":0,"brotliLength":0,"metaUid":"c323-44"},"c323-47":{"renderedLength":2712,"gzipLength":0,"brotliLength":0,"metaUid":"c323-46"},"c323-49":{"renderedLength":466,"gzipLength":0,"brotliLength":0,"metaUid":"c323-48"},"c323-51":{"renderedLength":937,"gzipLength":0,"brotliLength":0,"metaUid":"c323-50"},"c323-53":{"renderedLength":260,"gzipLength":0,"brotliLength":0,"metaUid":"c323-52"},"c323-55":{"renderedLength":3685,"gzipLength":0,"brotliLength":0,"metaUid":"c323-54"},"c323-56":{"renderedLength":1112,"gzipLength":0,"brotliLength":0,"metaUid":"c323-0"},"c323-58":{"renderedLength":272,"gzipLength":0,"brotliLength":0,"metaUid":"c323-57"},"c323-60":{"renderedLength":2123,"gzipLength":0,"brotliLength":0,"metaUid":"c323-59"},"c323-62":{"renderedLength":18742,"gzipLength":0,"brotliLength":0,"metaUid":"c323-61"},"c323-64":{"renderedLength":17222,"gzipLength":0,"brotliLength":0,"metaUid":"c323-63"},"c323-66":{"renderedLength":8014,"gzipLength":0,"brotliLength":0,"metaUid":"c323-65"},"c323-68":{"renderedLength":5784,"gzipLength":0,"brotliLength":0,"metaUid":"c323-67"},"c323-70":{"renderedLength":166,"gzipLength":0,"brotliLength":0,"metaUid":"c323-69"},"c323-72":{"renderedLength":6954,"gzipLength":0,"brotliLength":0,"metaUid":"c323-71"},"c323-74":{"renderedLength":187,"gzipLength":0,"brotliLength":0,"metaUid":"c323-73"},"c323-76":{"renderedLength":1553,"gzipLength":0,"brotliLength":0,"metaUid":"c323-75"},"c323-78":{"renderedLength":1338,"gzipLength":0,"brotliLength":0,"metaUid":"c323-77"},"c323-80":{"renderedLength":1044,"gzipLength":0,"brotliLength":0,"metaUid":"c323-79"}},"nodeMetas":{"c323-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/main.ts","moduleParts":{"starfish-editor.es.js":"c323-1","main.js":"c323-56"},"imported":[{"uid":"c323-81"},{"uid":"c323-82"},{"uid":"c323-2"},{"uid":"c323-83"},{"uid":"c323-84"},{"uid":"c323-4"},{"uid":"c323-10"},{"uid":"c323-85"},{"uid":"c323-54"},{"uid":"c323-26"},{"uid":"c323-59","dynamic":true},{"uid":"c323-61","dynamic":true},{"uid":"c323-67","dynamic":true},{"uid":"c323-86","dynamic":true},{"uid":"c323-34","dynamic":true},{"uid":"c323-71","dynamic":true}],"importedBy":[],"isEntry":true},"c323-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/styles/index.scss","moduleParts":{"main.js":"c323-3"},"imported":[],"importedBy":[{"uid":"c323-0"}]},"c323-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/vm.ts","moduleParts":{"main.js":"c323-5"},"imported":[{"uid":"c323-87"}],"importedBy":[{"uid":"c323-0"}]},"c323-6":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main.js":"c323-7"},"imported":[{"uid":"c323-81"},{"uid":"c323-8"}],"importedBy":[{"uid":"c323-54"},{"uid":"c323-8"},{"uid":"c323-50"}]},"c323-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main.js":"c323-9"},"imported":[{"uid":"c323-81"},{"uid":"c323-6"}],"importedBy":[{"uid":"c323-10"},{"uid":"c323-54"},{"uid":"c323-61"},{"uid":"c323-67"},{"uid":"c323-16"},{"uid":"c323-38"},{"uid":"c323-6"},{"uid":"c323-30"}]},"c323-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main.js":"c323-11"},"imported":[{"uid":"c323-88"},{"uid":"c323-89"},{"uid":"c323-8"}],"importedBy":[{"uid":"c323-0"}]},"c323-12":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/ui.ts","moduleParts":{"main.js":"c323-13"},"imported":[{"uid":"c323-81"}],"importedBy":[{"uid":"c323-54"},{"uid":"c323-16"}]},"c323-14":{"id":"plugin-vue:export-helper","moduleParts":{"main.js":"c323-15"},"imported":[],"importedBy":[{"uid":"c323-54"},{"uid":"c323-26"},{"uid":"c323-59"},{"uid":"c323-61"},{"uid":"c323-67"},{"uid":"c323-34"},{"uid":"c323-71"},{"uid":"c323-16"},{"uid":"c323-28"},{"uid":"c323-36"},{"uid":"c323-38"},{"uid":"c323-40"},{"uid":"c323-42"},{"uid":"c323-46"},{"uid":"c323-65"},{"uid":"c323-75"},{"uid":"c323-20"},{"uid":"c323-77"},{"uid":"c323-79"},{"uid":"c323-44"},{"uid":"c323-63"},{"uid":"c323-18"}]},"c323-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/FormPreview.vue","moduleParts":{"main.js":"c323-17"},"imported":[{"uid":"c323-90"},{"uid":"c323-91"},{"uid":"c323-95"},{"uid":"c323-98"},{"uid":"c323-81"},{"uid":"c323-8"},{"uid":"c323-84"},{"uid":"c323-12"},{"uid":"c323-109"},{"uid":"c323-14"},{"uid":"c323-110"},{"uid":"c323-75","dynamic":true}],"importedBy":[{"uid":"c323-54"}]},"c323-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/layouts/ShortcutKey.vue","moduleParts":{"main.js":"c323-19"},"imported":[{"uid":"c323-81"},{"uid":"c323-14"}],"importedBy":[{"uid":"c323-20"}]},"c323-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/layouts/ControlEditSize.vue","moduleParts":{"main.js":"c323-21"},"imported":[{"uid":"c323-81"},{"uid":"c323-18"},{"uid":"c323-14"}],"importedBy":[{"uid":"c323-28"}]},"c323-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/formJson.ts","moduleParts":{"main.js":"c323-23"},"imported":[],"importedBy":[{"uid":"c323-28"}]},"c323-24":{"id":"C:/Users/jiton/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":"c323-25"},"imported":[],"importedBy":[{"uid":"c323-26"}]},"c323-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main.js":"c323-27"},"imported":[{"uid":"c323-90"},{"uid":"c323-91"},{"uid":"c323-92"},{"uid":"c323-81"},{"uid":"c323-24"},{"uid":"c323-14"}],"importedBy":[{"uid":"c323-0"},{"uid":"c323-28"}]},"c323-28":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/PropsPanel.vue","moduleParts":{"main.js":"c323-29"},"imported":[{"uid":"c323-90"},{"uid":"c323-91"},{"uid":"c323-111"},{"uid":"c323-112"},{"uid":"c323-113"},{"uid":"c323-100"},{"uid":"c323-101"},{"uid":"c323-81"},{"uid":"c323-20"},{"uid":"c323-22"},{"uid":"c323-26"},{"uid":"c323-14"},{"uid":"c323-114"},{"uid":"c323-77","dynamic":true},{"uid":"c323-79","dynamic":true}],"importedBy":[{"uid":"c323-54"}]},"c323-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/shortcut.ts","moduleParts":{"main.js":"c323-31"},"imported":[{"uid":"c323-81"},{"uid":"c323-8"}],"importedBy":[{"uid":"c323-54"},{"uid":"c323-32"}]},"c323-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/formKeycon.ts","moduleParts":{"main.js":"c323-33"},"imported":[{"uid":"c323-30"}],"importedBy":[{"uid":"c323-54"},{"uid":"c323-34"},{"uid":"c323-36"},{"uid":"c323-40"}]},"c323-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/Shape.vue","moduleParts":{"main.js":"c323-35"},"imported":[{"uid":"c323-81"},{"uid":"c323-32"},{"uid":"c323-14"}],"importedBy":[{"uid":"c323-0"},{"uid":"c323-36"}]},"c323-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/Workspace.vue","moduleParts":{"main.js":"c323-37"},"imported":[{"uid":"c323-34"},{"uid":"c323-81"},{"uid":"c323-32"},{"uid":"c323-14"}],"importedBy":[{"uid":"c323-54"}]},"c323-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/ComponentList.vue","moduleParts":{"main.js":"c323-39"},"imported":[{"uid":"c323-90"},{"uid":"c323-91"},{"uid":"c323-98"},{"uid":"c323-102"},{"uid":"c323-81"},{"uid":"c323-8"},{"uid":"c323-14"}],"importedBy":[{"uid":"c323-54"}]},"c323-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/NavList.vue","moduleParts":{"main.js":"c323-41"},"imported":[{"uid":"c323-90"},{"uid":"c323-91"},{"uid":"c323-95"},{"uid":"c323-115"},{"uid":"c323-98"},{"uid":"c323-116"},{"uid":"c323-117"},{"uid":"c323-102"},{"uid":"c323-106"},{"uid":"c323-81"},{"uid":"c323-32"},{"uid":"c323-110"},{"uid":"c323-14"},{"uid":"c323-75","dynamic":true}],"importedBy":[{"uid":"c323-54"}]},"c323-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/Nav.vue","moduleParts":{"main.js":"c323-43"},"imported":[{"uid":"c323-81"},{"uid":"c323-14"}],"importedBy":[{"uid":"c323-54"}]},"c323-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/layouts/Resizer.vue","moduleParts":{"main.js":"c323-45"},"imported":[{"uid":"c323-81"},{"uid":"c323-121"},{"uid":"c323-14"}],"importedBy":[{"uid":"c323-46"}]},"c323-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/layouts/Framework.vue","moduleParts":{"main.js":"c323-47"},"imported":[{"uid":"c323-81"},{"uid":"c323-44"},{"uid":"c323-14"}],"importedBy":[{"uid":"c323-54"}]},"c323-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/action.ts","moduleParts":{"main.js":"c323-49"},"imported":[{"uid":"c323-81"}],"importedBy":[{"uid":"c323-54"}]},"c323-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/shortcutKey.ts","moduleParts":{"main.js":"c323-51"},"imported":[{"uid":"c323-118"},{"uid":"c323-6"}],"importedBy":[{"uid":"c323-54"}]},"c323-52":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/starfish-editor.vue?vue&type=style&index=0&lang.css","moduleParts":{"main.js":"c323-53"},"imported":[],"importedBy":[{"uid":"c323-54"}]},"c323-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/starfish-editor.vue","moduleParts":{"main.js":"c323-55"},"imported":[{"uid":"c323-16"},{"uid":"c323-28"},{"uid":"c323-36"},{"uid":"c323-38"},{"uid":"c323-40"},{"uid":"c323-42"},{"uid":"c323-81"},{"uid":"c323-46"},{"uid":"c323-12"},{"uid":"c323-6"},{"uid":"c323-8"},{"uid":"c323-48"},{"uid":"c323-30"},{"uid":"c323-50"},{"uid":"c323-32"},{"uid":"c323-52"},{"uid":"c323-14"},{"uid":"c323-16","dynamic":true}],"importedBy":[{"uid":"c323-0"}]},"c323-57":{"id":"C:/Users/jiton/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":"c323-58"},"imported":[],"importedBy":[{"uid":"c323-59"}]},"c323-59":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/CustomDialog.vue","moduleParts":{"CustomDialog.js":"c323-60"},"imported":[{"uid":"c323-90"},{"uid":"c323-91"},{"uid":"c323-93"},{"uid":"c323-81"},{"uid":"c323-57"},{"uid":"c323-14"}],"importedBy":[{"uid":"c323-0"}]},"c323-61":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect.vue","moduleParts":{"ConditionSelect.js":"c323-62"},"imported":[{"uid":"c323-90"},{"uid":"c323-91"},{"uid":"c323-94"},{"uid":"c323-95"},{"uid":"c323-96"},{"uid":"c323-97"},{"uid":"c323-98"},{"uid":"c323-99"},{"uid":"c323-100"},{"uid":"c323-101"},{"uid":"c323-102"},{"uid":"c323-103"},{"uid":"c323-104"},{"uid":"c323-105"},{"uid":"c323-81"},{"uid":"c323-8"},{"uid":"c323-14"}],"importedBy":[{"uid":"c323-0"}]},"c323-63":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect/ConditionTanc.vue","moduleParts":{"ConditionModule.js":"c323-64"},"imported":[{"uid":"c323-90"},{"uid":"c323-91"},{"uid":"c323-94"},{"uid":"c323-95"},{"uid":"c323-96"},{"uid":"c323-97"},{"uid":"c323-98"},{"uid":"c323-99"},{"uid":"c323-100"},{"uid":"c323-101"},{"uid":"c323-102"},{"uid":"c323-103"},{"uid":"c323-104"},{"uid":"c323-105"},{"uid":"c323-110"},{"uid":"c323-81"},{"uid":"c323-14"}],"importedBy":[{"uid":"c323-65"}]},"c323-65":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect/ConditionGroup.vue","moduleParts":{"ConditionModule.js":"c323-66"},"imported":[{"uid":"c323-90"},{"uid":"c323-91"},{"uid":"c323-98"},{"uid":"c323-104"},{"uid":"c323-105"},{"uid":"c323-63"},{"uid":"c323-81"},{"uid":"c323-14"}],"importedBy":[{"uid":"c323-67"}]},"c323-67":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect/ConditionModule.vue","moduleParts":{"ConditionModule.js":"c323-68"},"imported":[{"uid":"c323-90"},{"uid":"c323-91"},{"uid":"c323-94"},{"uid":"c323-95"},{"uid":"c323-98"},{"uid":"c323-96"},{"uid":"c323-65"},{"uid":"c323-8"},{"uid":"c323-81"},{"uid":"c323-14"}],"importedBy":[{"uid":"c323-0"}]},"c323-69":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/formStyle.vue?vue&type=style&index=0&lang.scss","moduleParts":{"formStyle.js":"c323-70"},"imported":[],"importedBy":[{"uid":"c323-71"}]},"c323-71":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/formStyle.vue","moduleParts":{"formStyle.js":"c323-72"},"imported":[{"uid":"c323-90"},{"uid":"c323-91"},{"uid":"c323-95"},{"uid":"c323-98"},{"uid":"c323-106"},{"uid":"c323-81"},{"uid":"c323-107"},{"uid":"c323-108"},{"uid":"c323-69"},{"uid":"c323-14"}],"importedBy":[{"uid":"c323-0"}]},"c323-73":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/jsonCode.vue?vue&type=style&index=0&lang.scss","moduleParts":{"jsonCode.js":"c323-74"},"imported":[],"importedBy":[{"uid":"c323-75"}]},"c323-75":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/jsonCode.vue","moduleParts":{"jsonCode.js":"c323-76"},"imported":[{"uid":"c323-81"},{"uid":"c323-119"},{"uid":"c323-108"},{"uid":"c323-73"},{"uid":"c323-14"}],"importedBy":[{"uid":"c323-16"},{"uid":"c323-40"}]},"c323-77":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/jsonEditor.vue","moduleParts":{"jsonEditor.js":"c323-78"},"imported":[{"uid":"c323-81"},{"uid":"c323-120"},{"uid":"c323-14"}],"importedBy":[{"uid":"c323-28"}]},"c323-79":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/globalFormList.vue","moduleParts":{"globalFormList.js":"c323-80"},"imported":[{"uid":"c323-81"},{"uid":"c323-14"}],"importedBy":[{"uid":"c323-28"}]},"c323-81":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-0"},{"uid":"c323-54"},{"uid":"c323-26"},{"uid":"c323-59"},{"uid":"c323-61"},{"uid":"c323-67"},{"uid":"c323-34"},{"uid":"c323-71"},{"uid":"c323-8"},{"uid":"c323-16"},{"uid":"c323-28"},{"uid":"c323-36"},{"uid":"c323-38"},{"uid":"c323-40"},{"uid":"c323-42"},{"uid":"c323-46"},{"uid":"c323-12"},{"uid":"c323-6"},{"uid":"c323-48"},{"uid":"c323-30"},{"uid":"c323-65"},{"uid":"c323-75"},{"uid":"c323-20"},{"uid":"c323-77"},{"uid":"c323-79"},{"uid":"c323-44"},{"uid":"c323-63"},{"uid":"c323-18"}],"isExternal":true},"c323-82":{"id":"element-plus/dist/index.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-0"}],"isExternal":true},"c323-83":{"id":"jsoneditor/dist/jsoneditor.min.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-0"}],"isExternal":true},"c323-84":{"id":"starfish-form-custom","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-0"},{"uid":"c323-16"}],"isExternal":true},"c323-85":{"id":"starfish-form-custom/dist/style.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-0"}],"isExternal":true},"c323-86":{"id":"vuedraggable","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-0"}],"isExternal":true},"c323-87":{"id":"mitt","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-4"}],"isExternal":true},"c323-88":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-10"}],"isExternal":true},"c323-89":{"id":"nanoid","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-10"}],"isExternal":true},"c323-90":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-26"},{"uid":"c323-59"},{"uid":"c323-61"},{"uid":"c323-67"},{"uid":"c323-71"},{"uid":"c323-16"},{"uid":"c323-28"},{"uid":"c323-38"},{"uid":"c323-40"},{"uid":"c323-65"},{"uid":"c323-63"}],"isExternal":true},"c323-91":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-26"},{"uid":"c323-59"},{"uid":"c323-61"},{"uid":"c323-67"},{"uid":"c323-71"},{"uid":"c323-16"},{"uid":"c323-28"},{"uid":"c323-38"},{"uid":"c323-40"},{"uid":"c323-65"},{"uid":"c323-63"}],"isExternal":true},"c323-92":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-26"}],"isExternal":true},"c323-93":{"id":"element-plus/es/components/dialog/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-59"}],"isExternal":true},"c323-94":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-61"},{"uid":"c323-67"},{"uid":"c323-63"}],"isExternal":true},"c323-95":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-61"},{"uid":"c323-67"},{"uid":"c323-71"},{"uid":"c323-16"},{"uid":"c323-40"},{"uid":"c323-63"}],"isExternal":true},"c323-96":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-61"},{"uid":"c323-67"},{"uid":"c323-63"}],"isExternal":true},"c323-97":{"id":"element-plus/es/components/table/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-61"},{"uid":"c323-63"}],"isExternal":true},"c323-98":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-61"},{"uid":"c323-67"},{"uid":"c323-71"},{"uid":"c323-16"},{"uid":"c323-38"},{"uid":"c323-40"},{"uid":"c323-65"},{"uid":"c323-63"}],"isExternal":true},"c323-99":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-61"},{"uid":"c323-63"}],"isExternal":true},"c323-100":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-61"},{"uid":"c323-28"},{"uid":"c323-63"}],"isExternal":true},"c323-101":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-61"},{"uid":"c323-28"},{"uid":"c323-63"}],"isExternal":true},"c323-102":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-61"},{"uid":"c323-38"},{"uid":"c323-40"},{"uid":"c323-63"}],"isExternal":true},"c323-103":{"id":"element-plus/es/components/table-column/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-61"},{"uid":"c323-63"}],"isExternal":true},"c323-104":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-61"},{"uid":"c323-65"},{"uid":"c323-63"}],"isExternal":true},"c323-105":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-61"},{"uid":"c323-65"},{"uid":"c323-63"}],"isExternal":true},"c323-106":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-71"},{"uid":"c323-40"}],"isExternal":true},"c323-107":{"id":"@codemirror/lang-css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-71"}],"isExternal":true},"c323-108":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-71"},{"uid":"c323-75"}],"isExternal":true},"c323-109":{"id":"clipboard","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-16"}],"isExternal":true},"c323-110":{"id":"element-plus/es/components/message/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-16"},{"uid":"c323-40"},{"uid":"c323-63"}],"isExternal":true},"c323-111":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-28"}],"isExternal":true},"c323-112":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-28"}],"isExternal":true},"c323-113":{"id":"element-plus/es/components/empty/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-28"}],"isExternal":true},"c323-114":{"id":"element-plus/es/components/notification/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-28"}],"isExternal":true},"c323-115":{"id":"element-plus/es/components/upload/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-40"}],"isExternal":true},"c323-116":{"id":"element-plus/es/components/drawer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-40"}],"isExternal":true},"c323-117":{"id":"element-plus/es/components/tree/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-40"}],"isExternal":true},"c323-118":{"id":"keycon","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-50"}],"isExternal":true},"c323-119":{"id":"@codemirror/lang-json","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-75"}],"isExternal":true},"c323-120":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-77"}],"isExternal":true},"c323-121":{"id":"gesto","moduleParts":{},"imported":[],"importedBy":[{"uid":"c323-44"}],"isExternal":true}},"env":{"rollup":"2.75.6"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
|
6161
6161
|
|
|
6162
6162
|
const run = () => {
|
|
6163
6163
|
const width = window.innerWidth;
|