starfish-editor-custom 1.0.12 → 1.0.14

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.
@@ -48,7 +48,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
48
48
  (openBlock(), createBlock(resolveDynamicComponent(item.ControlType), {
49
49
  item,
50
50
  data: _ctx.globalDatas,
51
- controlItems: _ctx.globalFormLists
51
+ controlItems: _ctx.globalFormLists,
52
+ size: "default"
52
53
  }, null, 8, ["item", "data", "controlItems"]))
53
54
  ]);
54
55
  }), 128))
package/dist/main.js CHANGED
@@ -1396,7 +1396,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
1396
1396
  }, {
1397
1397
  default: withCtx(() => [
1398
1398
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.controlItems, (item) => {
1399
- return openBlock(), createBlock(_component_el_form_item, {
1399
+ return withDirectives((openBlock(), createBlock(_component_el_form_item, {
1400
1400
  key: item.id,
1401
1401
  control: item.ControlType,
1402
1402
  prop: item.data.fieldName
@@ -1413,7 +1413,9 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
1413
1413
  }, null, 8, ["data", "item", "labelWidth"])) : createCommentVNode("", true)
1414
1414
  ]),
1415
1415
  _: 2
1416
- }, 1032, ["control", "prop"]);
1416
+ }, 1032, ["control", "prop"])), [
1417
+ [vShow, item.data.fieldName !== "size"]
1418
+ ]);
1417
1419
  }), 128))
1418
1420
  ]),
1419
1421
  _: 1
@@ -2113,7 +2115,8 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
2113
2115
  placeholder: "\u8BF7\u8F93\u5165\u5173\u952E\u8BCD\u8FDB\u884C\u8FC7\u6EE4",
2114
2116
  size: "",
2115
2117
  modelValue: _ctx.filterContent,
2116
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.filterContent = $event)
2118
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.filterContent = $event),
2119
+ clearable: ""
2117
2120
  }, null, 8, ["modelValue"])
2118
2121
  ]),
2119
2122
  createElementVNode("div", _hoisted_3$3, [
@@ -2664,7 +2667,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
2664
2667
  ref: "drawerRef",
2665
2668
  modelValue: _ctx.dialog,
2666
2669
  "onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => _ctx.dialog = $event),
2667
- title: "\u8868\u5355\u7ED3\u6784\u6811",
2670
+ title: "\u7EC4\u4EF6\u7ED3\u6784\u6811",
2668
2671
  "before-close": _ctx.handleClose,
2669
2672
  direction: "ltr",
2670
2673
  "custom-class": "demo-drawer"
@@ -2674,7 +2677,8 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
2674
2677
  createVNode(_component_el_input, {
2675
2678
  modelValue: _ctx.filterText,
2676
2679
  "onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => _ctx.filterText = $event),
2677
- placeholder: "Filter keyword"
2680
+ placeholder: "\u8F93\u5165\u5173\u952E\u5B57\u8FDB\u884C\u8FC7\u6EE4",
2681
+ clearable: ""
2678
2682
  }, null, 8, ["modelValue"]),
2679
2683
  createVNode(_component_el_tree, {
2680
2684
  data: _ctx.tree,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starfish-editor-custom",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
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.14",
36
+ "starfish-form-custom": "1.0.15",
37
37
  "vue": "^3.2.37",
38
38
  "vue-codemirror": "6.1.1",
39
39
  "vuedraggable": "^4.1.0",
@@ -5,6 +5,7 @@
5
5
  placeholder="请输入关键词进行过滤"
6
6
  size=""
7
7
  v-model="filterContent"
8
+ clearable
8
9
  />
9
10
  </div>
10
11
  <div class="group-name">
@@ -179,13 +179,13 @@
179
179
  <el-drawer
180
180
  ref="drawerRef"
181
181
  v-model="dialog"
182
- title="表单结构树"
182
+ title="组件结构树"
183
183
  :before-close="handleClose"
184
184
  direction="ltr"
185
185
  custom-class="demo-drawer"
186
186
  >
187
187
  <div class="demo-drawer__content">
188
- <el-input v-model="filterText" placeholder="Filter keyword" />
188
+ <el-input v-model="filterText" placeholder="输入关键字进行过滤" clearable />
189
189
  <el-tree
190
190
  :data="tree"
191
191
  :props="propsData"
@@ -25,6 +25,7 @@
25
25
  :key="item.id"
26
26
  :control="item.ControlType"
27
27
  :prop="item.data.fieldName"
28
+ v-show="item.data.fieldName !== 'size'"
28
29
  >
29
30
  <component
30
31
  :drag="false"
@@ -10,6 +10,7 @@
10
10
  :item="item"
11
11
  :data="globalDatas"
12
12
  :controlItems="globalFormLists"
13
+ size="default"
13
14
  ></component>
14
15
  </div>
15
16
  </div>
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":"fc20-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":"fc20-3"},{"name":"utils","children":[{"uid":"fc20-5","name":"vm.ts"},{"uid":"fc20-11","name":"_.ts"},{"uid":"fc20-33","name":"formKeycon.ts"},{"uid":"fc20-51","name":"shortcutKey.ts"}]},{"name":"controller","children":[{"uid":"fc20-7","name":"history.ts"},{"uid":"fc20-9","name":"form.ts"},{"uid":"fc20-13","name":"ui.ts"},{"uid":"fc20-31","name":"shortcut.ts"},{"uid":"fc20-49","name":"action.ts"}]},{"name":"components","children":[{"uid":"fc20-17","name":"FormPreview.vue"},{"uid":"fc20-29","name":"PropsPanel.vue"},{"uid":"fc20-35","name":"Shape.vue"},{"uid":"fc20-37","name":"Workspace.vue"},{"uid":"fc20-39","name":"ComponentList.vue"},{"uid":"fc20-41","name":"NavList.vue"},{"uid":"fc20-43","name":"Nav.vue"}]},{"name":"layouts","children":[{"uid":"fc20-19","name":"ShortcutKey.vue"},{"uid":"fc20-21","name":"ControlEditSize.vue"},{"uid":"fc20-45","name":"Resizer.vue"},{"uid":"fc20-47","name":"Framework.vue"}]},{"name":"common","children":[{"uid":"fc20-23","name":"formJson.ts"},{"uid":"fc20-25","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"fc20-27","name":"Loading.vue"}]},{"uid":"fc20-53","name":"starfish-editor.vue?vue&type=style&index=0&lang.css"},{"uid":"fc20-55","name":"starfish-editor.vue"},{"uid":"fc20-56","name":"main.ts"}]},{"uid":"fc20-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":"fc20-58","name":"CustomDialog.vue?vue&type=style&index=0&scoped=true&lang.css"},{"uid":"fc20-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":"fc20-62"}]},{"name":"ConditionModule.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect","children":[{"uid":"fc20-64","name":"ConditionTanc.vue"},{"uid":"fc20-66","name":"ConditionGroup.vue"},{"uid":"fc20-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":"fc20-70","name":"formStyle.vue?vue&type=style&index=0&lang.scss"},{"uid":"fc20-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":"fc20-74","name":"jsonCode.vue?vue&type=style&index=0&lang.scss"},{"uid":"fc20-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":"fc20-78"}]},{"name":"globalFormList.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/globalFormList.vue","uid":"fc20-80"}]}],"isRoot":true},"nodeParts":{"fc20-1":{"id":"starfish-editor.es.js","gzipLength":0,"brotliLength":0,"renderedLength":1218,"metaUid":"fc20-0"},"fc20-3":{"renderedLength":67033,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-2"},"fc20-5":{"renderedLength":16,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-4"},"fc20-7":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-6"},"fc20-9":{"renderedLength":5583,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-8"},"fc20-11":{"renderedLength":9431,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-10"},"fc20-13":{"renderedLength":2025,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-12"},"fc20-15":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-14"},"fc20-17":{"renderedLength":7683,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-16"},"fc20-19":{"renderedLength":1858,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-18"},"fc20-21":{"renderedLength":2836,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-20"},"fc20-23":{"renderedLength":1187,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-22"},"fc20-25":{"renderedLength":192,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-24"},"fc20-27":{"renderedLength":400,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-26"},"fc20-29":{"renderedLength":16589,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-28"},"fc20-31":{"renderedLength":1832,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-30"},"fc20-33":{"renderedLength":457,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-32"},"fc20-35":{"renderedLength":6369,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-34"},"fc20-37":{"renderedLength":9051,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-36"},"fc20-39":{"renderedLength":5848,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-38"},"fc20-41":{"renderedLength":19405,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-40"},"fc20-43":{"renderedLength":8406,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-42"},"fc20-45":{"renderedLength":1138,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-44"},"fc20-47":{"renderedLength":2712,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-46"},"fc20-49":{"renderedLength":466,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-48"},"fc20-51":{"renderedLength":1024,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-50"},"fc20-53":{"renderedLength":260,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-52"},"fc20-55":{"renderedLength":3983,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-54"},"fc20-56":{"renderedLength":1112,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-0"},"fc20-58":{"renderedLength":272,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-57"},"fc20-60":{"renderedLength":2123,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-59"},"fc20-62":{"renderedLength":18742,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-61"},"fc20-64":{"renderedLength":17222,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-63"},"fc20-66":{"renderedLength":8014,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-65"},"fc20-68":{"renderedLength":5784,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-67"},"fc20-70":{"renderedLength":166,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-69"},"fc20-72":{"renderedLength":6954,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-71"},"fc20-74":{"renderedLength":187,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-73"},"fc20-76":{"renderedLength":1553,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-75"},"fc20-78":{"renderedLength":1338,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-77"},"fc20-80":{"renderedLength":1017,"gzipLength":0,"brotliLength":0,"metaUid":"fc20-79"}},"nodeMetas":{"fc20-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/main.ts","moduleParts":{"starfish-editor.es.js":"fc20-1","main.js":"fc20-56"},"imported":[{"uid":"fc20-81"},{"uid":"fc20-82"},{"uid":"fc20-2"},{"uid":"fc20-83"},{"uid":"fc20-84"},{"uid":"fc20-4"},{"uid":"fc20-10"},{"uid":"fc20-85"},{"uid":"fc20-54"},{"uid":"fc20-26"},{"uid":"fc20-59","dynamic":true},{"uid":"fc20-61","dynamic":true},{"uid":"fc20-67","dynamic":true},{"uid":"fc20-86","dynamic":true},{"uid":"fc20-34","dynamic":true},{"uid":"fc20-71","dynamic":true}],"importedBy":[],"isEntry":true},"fc20-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/styles/index.scss","moduleParts":{"main.js":"fc20-3"},"imported":[],"importedBy":[{"uid":"fc20-0"}]},"fc20-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/vm.ts","moduleParts":{"main.js":"fc20-5"},"imported":[{"uid":"fc20-87"}],"importedBy":[{"uid":"fc20-0"}]},"fc20-6":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main.js":"fc20-7"},"imported":[{"uid":"fc20-81"},{"uid":"fc20-8"}],"importedBy":[{"uid":"fc20-54"},{"uid":"fc20-8"},{"uid":"fc20-50"}]},"fc20-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main.js":"fc20-9"},"imported":[{"uid":"fc20-81"},{"uid":"fc20-6"}],"importedBy":[{"uid":"fc20-10"},{"uid":"fc20-54"},{"uid":"fc20-61"},{"uid":"fc20-67"},{"uid":"fc20-16"},{"uid":"fc20-38"},{"uid":"fc20-6"},{"uid":"fc20-30"}]},"fc20-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main.js":"fc20-11"},"imported":[{"uid":"fc20-88"},{"uid":"fc20-89"},{"uid":"fc20-8"}],"importedBy":[{"uid":"fc20-0"}]},"fc20-12":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/ui.ts","moduleParts":{"main.js":"fc20-13"},"imported":[{"uid":"fc20-81"}],"importedBy":[{"uid":"fc20-54"},{"uid":"fc20-16"}]},"fc20-14":{"id":"plugin-vue:export-helper","moduleParts":{"main.js":"fc20-15"},"imported":[],"importedBy":[{"uid":"fc20-54"},{"uid":"fc20-26"},{"uid":"fc20-59"},{"uid":"fc20-61"},{"uid":"fc20-67"},{"uid":"fc20-34"},{"uid":"fc20-71"},{"uid":"fc20-16"},{"uid":"fc20-28"},{"uid":"fc20-36"},{"uid":"fc20-38"},{"uid":"fc20-40"},{"uid":"fc20-42"},{"uid":"fc20-46"},{"uid":"fc20-65"},{"uid":"fc20-75"},{"uid":"fc20-20"},{"uid":"fc20-77"},{"uid":"fc20-79"},{"uid":"fc20-44"},{"uid":"fc20-63"},{"uid":"fc20-18"}]},"fc20-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/FormPreview.vue","moduleParts":{"main.js":"fc20-17"},"imported":[{"uid":"fc20-90"},{"uid":"fc20-91"},{"uid":"fc20-95"},{"uid":"fc20-98"},{"uid":"fc20-81"},{"uid":"fc20-8"},{"uid":"fc20-84"},{"uid":"fc20-12"},{"uid":"fc20-109"},{"uid":"fc20-110"},{"uid":"fc20-14"},{"uid":"fc20-75","dynamic":true}],"importedBy":[{"uid":"fc20-54"}]},"fc20-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/layouts/ShortcutKey.vue","moduleParts":{"main.js":"fc20-19"},"imported":[{"uid":"fc20-81"},{"uid":"fc20-14"}],"importedBy":[{"uid":"fc20-20"}]},"fc20-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/layouts/ControlEditSize.vue","moduleParts":{"main.js":"fc20-21"},"imported":[{"uid":"fc20-81"},{"uid":"fc20-18"},{"uid":"fc20-14"}],"importedBy":[{"uid":"fc20-28"}]},"fc20-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/formJson.ts","moduleParts":{"main.js":"fc20-23"},"imported":[],"importedBy":[{"uid":"fc20-28"}]},"fc20-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":"fc20-25"},"imported":[],"importedBy":[{"uid":"fc20-26"}]},"fc20-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main.js":"fc20-27"},"imported":[{"uid":"fc20-90"},{"uid":"fc20-91"},{"uid":"fc20-92"},{"uid":"fc20-81"},{"uid":"fc20-24"},{"uid":"fc20-14"}],"importedBy":[{"uid":"fc20-0"},{"uid":"fc20-28"}]},"fc20-28":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/PropsPanel.vue","moduleParts":{"main.js":"fc20-29"},"imported":[{"uid":"fc20-90"},{"uid":"fc20-91"},{"uid":"fc20-111"},{"uid":"fc20-112"},{"uid":"fc20-113"},{"uid":"fc20-100"},{"uid":"fc20-101"},{"uid":"fc20-81"},{"uid":"fc20-20"},{"uid":"fc20-22"},{"uid":"fc20-26"},{"uid":"fc20-14"},{"uid":"fc20-114"},{"uid":"fc20-77","dynamic":true},{"uid":"fc20-79","dynamic":true}],"importedBy":[{"uid":"fc20-54"}]},"fc20-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/shortcut.ts","moduleParts":{"main.js":"fc20-31"},"imported":[{"uid":"fc20-81"},{"uid":"fc20-8"}],"importedBy":[{"uid":"fc20-54"},{"uid":"fc20-32"}]},"fc20-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/formKeycon.ts","moduleParts":{"main.js":"fc20-33"},"imported":[{"uid":"fc20-30"}],"importedBy":[{"uid":"fc20-54"},{"uid":"fc20-34"},{"uid":"fc20-36"},{"uid":"fc20-40"}]},"fc20-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/Shape.vue","moduleParts":{"main.js":"fc20-35"},"imported":[{"uid":"fc20-81"},{"uid":"fc20-32"},{"uid":"fc20-14"}],"importedBy":[{"uid":"fc20-0"},{"uid":"fc20-36"}]},"fc20-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/Workspace.vue","moduleParts":{"main.js":"fc20-37"},"imported":[{"uid":"fc20-34"},{"uid":"fc20-81"},{"uid":"fc20-32"},{"uid":"fc20-14"}],"importedBy":[{"uid":"fc20-54"}]},"fc20-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/ComponentList.vue","moduleParts":{"main.js":"fc20-39"},"imported":[{"uid":"fc20-90"},{"uid":"fc20-91"},{"uid":"fc20-98"},{"uid":"fc20-102"},{"uid":"fc20-81"},{"uid":"fc20-8"},{"uid":"fc20-14"}],"importedBy":[{"uid":"fc20-54"}]},"fc20-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/NavList.vue","moduleParts":{"main.js":"fc20-41"},"imported":[{"uid":"fc20-90"},{"uid":"fc20-91"},{"uid":"fc20-95"},{"uid":"fc20-115"},{"uid":"fc20-98"},{"uid":"fc20-116"},{"uid":"fc20-117"},{"uid":"fc20-102"},{"uid":"fc20-106"},{"uid":"fc20-81"},{"uid":"fc20-32"},{"uid":"fc20-14"},{"uid":"fc20-110"},{"uid":"fc20-75","dynamic":true}],"importedBy":[{"uid":"fc20-54"}]},"fc20-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/Nav.vue","moduleParts":{"main.js":"fc20-43"},"imported":[{"uid":"fc20-81"},{"uid":"fc20-14"}],"importedBy":[{"uid":"fc20-54"}]},"fc20-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/layouts/Resizer.vue","moduleParts":{"main.js":"fc20-45"},"imported":[{"uid":"fc20-81"},{"uid":"fc20-121"},{"uid":"fc20-14"}],"importedBy":[{"uid":"fc20-46"}]},"fc20-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/layouts/Framework.vue","moduleParts":{"main.js":"fc20-47"},"imported":[{"uid":"fc20-81"},{"uid":"fc20-44"},{"uid":"fc20-14"}],"importedBy":[{"uid":"fc20-54"}]},"fc20-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/action.ts","moduleParts":{"main.js":"fc20-49"},"imported":[{"uid":"fc20-81"}],"importedBy":[{"uid":"fc20-54"}]},"fc20-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/shortcutKey.ts","moduleParts":{"main.js":"fc20-51"},"imported":[{"uid":"fc20-118"},{"uid":"fc20-6"}],"importedBy":[{"uid":"fc20-54"}]},"fc20-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":"fc20-53"},"imported":[],"importedBy":[{"uid":"fc20-54"}]},"fc20-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/starfish-editor.vue","moduleParts":{"main.js":"fc20-55"},"imported":[{"uid":"fc20-16"},{"uid":"fc20-28"},{"uid":"fc20-36"},{"uid":"fc20-38"},{"uid":"fc20-40"},{"uid":"fc20-42"},{"uid":"fc20-81"},{"uid":"fc20-46"},{"uid":"fc20-12"},{"uid":"fc20-6"},{"uid":"fc20-8"},{"uid":"fc20-48"},{"uid":"fc20-30"},{"uid":"fc20-50"},{"uid":"fc20-32"},{"uid":"fc20-52"},{"uid":"fc20-14"},{"uid":"fc20-16","dynamic":true}],"importedBy":[{"uid":"fc20-0"}]},"fc20-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":"fc20-58"},"imported":[],"importedBy":[{"uid":"fc20-59"}]},"fc20-59":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/CustomDialog.vue","moduleParts":{"CustomDialog.js":"fc20-60"},"imported":[{"uid":"fc20-90"},{"uid":"fc20-91"},{"uid":"fc20-93"},{"uid":"fc20-81"},{"uid":"fc20-57"},{"uid":"fc20-14"}],"importedBy":[{"uid":"fc20-0"}]},"fc20-61":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect.vue","moduleParts":{"ConditionSelect.js":"fc20-62"},"imported":[{"uid":"fc20-90"},{"uid":"fc20-91"},{"uid":"fc20-94"},{"uid":"fc20-95"},{"uid":"fc20-96"},{"uid":"fc20-97"},{"uid":"fc20-98"},{"uid":"fc20-99"},{"uid":"fc20-100"},{"uid":"fc20-101"},{"uid":"fc20-102"},{"uid":"fc20-103"},{"uid":"fc20-104"},{"uid":"fc20-105"},{"uid":"fc20-81"},{"uid":"fc20-8"},{"uid":"fc20-14"}],"importedBy":[{"uid":"fc20-0"}]},"fc20-63":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect/ConditionTanc.vue","moduleParts":{"ConditionModule.js":"fc20-64"},"imported":[{"uid":"fc20-90"},{"uid":"fc20-91"},{"uid":"fc20-94"},{"uid":"fc20-95"},{"uid":"fc20-96"},{"uid":"fc20-97"},{"uid":"fc20-98"},{"uid":"fc20-99"},{"uid":"fc20-100"},{"uid":"fc20-101"},{"uid":"fc20-102"},{"uid":"fc20-103"},{"uid":"fc20-104"},{"uid":"fc20-105"},{"uid":"fc20-110"},{"uid":"fc20-81"},{"uid":"fc20-14"}],"importedBy":[{"uid":"fc20-65"}]},"fc20-65":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect/ConditionGroup.vue","moduleParts":{"ConditionModule.js":"fc20-66"},"imported":[{"uid":"fc20-90"},{"uid":"fc20-91"},{"uid":"fc20-98"},{"uid":"fc20-104"},{"uid":"fc20-105"},{"uid":"fc20-63"},{"uid":"fc20-81"},{"uid":"fc20-14"}],"importedBy":[{"uid":"fc20-67"}]},"fc20-67":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect/ConditionModule.vue","moduleParts":{"ConditionModule.js":"fc20-68"},"imported":[{"uid":"fc20-90"},{"uid":"fc20-91"},{"uid":"fc20-94"},{"uid":"fc20-95"},{"uid":"fc20-98"},{"uid":"fc20-96"},{"uid":"fc20-65"},{"uid":"fc20-8"},{"uid":"fc20-81"},{"uid":"fc20-14"}],"importedBy":[{"uid":"fc20-0"}]},"fc20-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":"fc20-70"},"imported":[],"importedBy":[{"uid":"fc20-71"}]},"fc20-71":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/formStyle.vue","moduleParts":{"formStyle.js":"fc20-72"},"imported":[{"uid":"fc20-90"},{"uid":"fc20-91"},{"uid":"fc20-95"},{"uid":"fc20-98"},{"uid":"fc20-106"},{"uid":"fc20-81"},{"uid":"fc20-107"},{"uid":"fc20-108"},{"uid":"fc20-69"},{"uid":"fc20-14"}],"importedBy":[{"uid":"fc20-0"}]},"fc20-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":"fc20-74"},"imported":[],"importedBy":[{"uid":"fc20-75"}]},"fc20-75":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/jsonCode.vue","moduleParts":{"jsonCode.js":"fc20-76"},"imported":[{"uid":"fc20-81"},{"uid":"fc20-119"},{"uid":"fc20-108"},{"uid":"fc20-73"},{"uid":"fc20-14"}],"importedBy":[{"uid":"fc20-16"},{"uid":"fc20-40"}]},"fc20-77":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/jsonEditor.vue","moduleParts":{"jsonEditor.js":"fc20-78"},"imported":[{"uid":"fc20-81"},{"uid":"fc20-120"},{"uid":"fc20-14"}],"importedBy":[{"uid":"fc20-28"}]},"fc20-79":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/globalFormList.vue","moduleParts":{"globalFormList.js":"fc20-80"},"imported":[{"uid":"fc20-81"},{"uid":"fc20-14"}],"importedBy":[{"uid":"fc20-28"}]},"fc20-81":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-0"},{"uid":"fc20-54"},{"uid":"fc20-26"},{"uid":"fc20-59"},{"uid":"fc20-61"},{"uid":"fc20-67"},{"uid":"fc20-34"},{"uid":"fc20-71"},{"uid":"fc20-8"},{"uid":"fc20-16"},{"uid":"fc20-28"},{"uid":"fc20-36"},{"uid":"fc20-38"},{"uid":"fc20-40"},{"uid":"fc20-42"},{"uid":"fc20-46"},{"uid":"fc20-12"},{"uid":"fc20-6"},{"uid":"fc20-48"},{"uid":"fc20-30"},{"uid":"fc20-65"},{"uid":"fc20-75"},{"uid":"fc20-20"},{"uid":"fc20-77"},{"uid":"fc20-79"},{"uid":"fc20-44"},{"uid":"fc20-63"},{"uid":"fc20-18"}],"isExternal":true},"fc20-82":{"id":"element-plus/dist/index.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-0"}],"isExternal":true},"fc20-83":{"id":"jsoneditor/dist/jsoneditor.min.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-0"}],"isExternal":true},"fc20-84":{"id":"starfish-form-custom","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-0"},{"uid":"fc20-16"}],"isExternal":true},"fc20-85":{"id":"starfish-form-custom/dist/style.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-0"}],"isExternal":true},"fc20-86":{"id":"vuedraggable","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-0"}],"isExternal":true},"fc20-87":{"id":"mitt","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-4"}],"isExternal":true},"fc20-88":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-10"}],"isExternal":true},"fc20-89":{"id":"nanoid","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-10"}],"isExternal":true},"fc20-90":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-26"},{"uid":"fc20-59"},{"uid":"fc20-61"},{"uid":"fc20-67"},{"uid":"fc20-71"},{"uid":"fc20-16"},{"uid":"fc20-28"},{"uid":"fc20-38"},{"uid":"fc20-40"},{"uid":"fc20-65"},{"uid":"fc20-63"}],"isExternal":true},"fc20-91":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-26"},{"uid":"fc20-59"},{"uid":"fc20-61"},{"uid":"fc20-67"},{"uid":"fc20-71"},{"uid":"fc20-16"},{"uid":"fc20-28"},{"uid":"fc20-38"},{"uid":"fc20-40"},{"uid":"fc20-65"},{"uid":"fc20-63"}],"isExternal":true},"fc20-92":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-26"}],"isExternal":true},"fc20-93":{"id":"element-plus/es/components/dialog/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-59"}],"isExternal":true},"fc20-94":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-61"},{"uid":"fc20-67"},{"uid":"fc20-63"}],"isExternal":true},"fc20-95":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-61"},{"uid":"fc20-67"},{"uid":"fc20-71"},{"uid":"fc20-16"},{"uid":"fc20-40"},{"uid":"fc20-63"}],"isExternal":true},"fc20-96":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-61"},{"uid":"fc20-67"},{"uid":"fc20-63"}],"isExternal":true},"fc20-97":{"id":"element-plus/es/components/table/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-61"},{"uid":"fc20-63"}],"isExternal":true},"fc20-98":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-61"},{"uid":"fc20-67"},{"uid":"fc20-71"},{"uid":"fc20-16"},{"uid":"fc20-38"},{"uid":"fc20-40"},{"uid":"fc20-65"},{"uid":"fc20-63"}],"isExternal":true},"fc20-99":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-61"},{"uid":"fc20-63"}],"isExternal":true},"fc20-100":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-61"},{"uid":"fc20-28"},{"uid":"fc20-63"}],"isExternal":true},"fc20-101":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-61"},{"uid":"fc20-28"},{"uid":"fc20-63"}],"isExternal":true},"fc20-102":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-61"},{"uid":"fc20-38"},{"uid":"fc20-40"},{"uid":"fc20-63"}],"isExternal":true},"fc20-103":{"id":"element-plus/es/components/table-column/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-61"},{"uid":"fc20-63"}],"isExternal":true},"fc20-104":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-61"},{"uid":"fc20-65"},{"uid":"fc20-63"}],"isExternal":true},"fc20-105":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-61"},{"uid":"fc20-65"},{"uid":"fc20-63"}],"isExternal":true},"fc20-106":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-71"},{"uid":"fc20-40"}],"isExternal":true},"fc20-107":{"id":"@codemirror/lang-css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-71"}],"isExternal":true},"fc20-108":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-71"},{"uid":"fc20-75"}],"isExternal":true},"fc20-109":{"id":"clipboard","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-16"}],"isExternal":true},"fc20-110":{"id":"element-plus/es/components/message/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-16"},{"uid":"fc20-40"},{"uid":"fc20-63"}],"isExternal":true},"fc20-111":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-28"}],"isExternal":true},"fc20-112":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-28"}],"isExternal":true},"fc20-113":{"id":"element-plus/es/components/empty/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-28"}],"isExternal":true},"fc20-114":{"id":"element-plus/es/components/notification/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-28"}],"isExternal":true},"fc20-115":{"id":"element-plus/es/components/upload/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-40"}],"isExternal":true},"fc20-116":{"id":"element-plus/es/components/drawer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-40"}],"isExternal":true},"fc20-117":{"id":"element-plus/es/components/tree/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-40"}],"isExternal":true},"fc20-118":{"id":"keycon","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-50"}],"isExternal":true},"fc20-119":{"id":"@codemirror/lang-json","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-75"}],"isExternal":true},"fc20-120":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-77"}],"isExternal":true},"fc20-121":{"id":"gesto","moduleParts":{},"imported":[],"importedBy":[{"uid":"fc20-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":"aa2d-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":"aa2d-3"},{"name":"utils","children":[{"uid":"aa2d-5","name":"vm.ts"},{"uid":"aa2d-11","name":"_.ts"},{"uid":"aa2d-33","name":"formKeycon.ts"},{"uid":"aa2d-51","name":"shortcutKey.ts"}]},{"name":"controller","children":[{"uid":"aa2d-7","name":"history.ts"},{"uid":"aa2d-9","name":"form.ts"},{"uid":"aa2d-13","name":"ui.ts"},{"uid":"aa2d-31","name":"shortcut.ts"},{"uid":"aa2d-49","name":"action.ts"}]},{"name":"components","children":[{"uid":"aa2d-17","name":"FormPreview.vue"},{"uid":"aa2d-29","name":"PropsPanel.vue"},{"uid":"aa2d-35","name":"Shape.vue"},{"uid":"aa2d-37","name":"Workspace.vue"},{"uid":"aa2d-39","name":"ComponentList.vue"},{"uid":"aa2d-41","name":"NavList.vue"},{"uid":"aa2d-43","name":"Nav.vue"}]},{"name":"layouts","children":[{"uid":"aa2d-19","name":"ShortcutKey.vue"},{"uid":"aa2d-21","name":"ControlEditSize.vue"},{"uid":"aa2d-45","name":"Resizer.vue"},{"uid":"aa2d-47","name":"Framework.vue"}]},{"name":"common","children":[{"uid":"aa2d-23","name":"formJson.ts"},{"uid":"aa2d-25","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"aa2d-27","name":"Loading.vue"}]},{"uid":"aa2d-53","name":"starfish-editor.vue?vue&type=style&index=0&lang.css"},{"uid":"aa2d-55","name":"starfish-editor.vue"},{"uid":"aa2d-56","name":"main.ts"}]},{"uid":"aa2d-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":"aa2d-58","name":"CustomDialog.vue?vue&type=style&index=0&scoped=true&lang.css"},{"uid":"aa2d-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":"aa2d-62"}]},{"name":"ConditionModule.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect","children":[{"uid":"aa2d-64","name":"ConditionTanc.vue"},{"uid":"aa2d-66","name":"ConditionGroup.vue"},{"uid":"aa2d-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":"aa2d-70","name":"formStyle.vue?vue&type=style&index=0&lang.scss"},{"uid":"aa2d-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":"aa2d-74","name":"jsonCode.vue?vue&type=style&index=0&lang.scss"},{"uid":"aa2d-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":"aa2d-78"}]},{"name":"globalFormList.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/globalFormList.vue","uid":"aa2d-80"}]}],"isRoot":true},"nodeParts":{"aa2d-1":{"id":"starfish-editor.es.js","gzipLength":0,"brotliLength":0,"renderedLength":1218,"metaUid":"aa2d-0"},"aa2d-3":{"renderedLength":67033,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-2"},"aa2d-5":{"renderedLength":16,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-4"},"aa2d-7":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-6"},"aa2d-9":{"renderedLength":5583,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-8"},"aa2d-11":{"renderedLength":9431,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-10"},"aa2d-13":{"renderedLength":2025,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-12"},"aa2d-15":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-14"},"aa2d-17":{"renderedLength":7683,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-16"},"aa2d-19":{"renderedLength":1858,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-18"},"aa2d-21":{"renderedLength":2836,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-20"},"aa2d-23":{"renderedLength":1187,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-22"},"aa2d-25":{"renderedLength":192,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-24"},"aa2d-27":{"renderedLength":400,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-26"},"aa2d-29":{"renderedLength":16694,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-28"},"aa2d-31":{"renderedLength":1832,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-30"},"aa2d-33":{"renderedLength":457,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-32"},"aa2d-35":{"renderedLength":6369,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-34"},"aa2d-37":{"renderedLength":9051,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-36"},"aa2d-39":{"renderedLength":5871,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-38"},"aa2d-41":{"renderedLength":19472,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-40"},"aa2d-43":{"renderedLength":8406,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-42"},"aa2d-45":{"renderedLength":1138,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-44"},"aa2d-47":{"renderedLength":2712,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-46"},"aa2d-49":{"renderedLength":466,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-48"},"aa2d-51":{"renderedLength":1024,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-50"},"aa2d-53":{"renderedLength":260,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-52"},"aa2d-55":{"renderedLength":3983,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-54"},"aa2d-56":{"renderedLength":1112,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-0"},"aa2d-58":{"renderedLength":272,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-57"},"aa2d-60":{"renderedLength":2123,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-59"},"aa2d-62":{"renderedLength":18742,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-61"},"aa2d-64":{"renderedLength":17222,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-63"},"aa2d-66":{"renderedLength":8014,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-65"},"aa2d-68":{"renderedLength":5784,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-67"},"aa2d-70":{"renderedLength":166,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-69"},"aa2d-72":{"renderedLength":6954,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-71"},"aa2d-74":{"renderedLength":187,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-73"},"aa2d-76":{"renderedLength":1553,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-75"},"aa2d-78":{"renderedLength":1338,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-77"},"aa2d-80":{"renderedLength":1044,"gzipLength":0,"brotliLength":0,"metaUid":"aa2d-79"}},"nodeMetas":{"aa2d-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/main.ts","moduleParts":{"starfish-editor.es.js":"aa2d-1","main.js":"aa2d-56"},"imported":[{"uid":"aa2d-81"},{"uid":"aa2d-82"},{"uid":"aa2d-2"},{"uid":"aa2d-83"},{"uid":"aa2d-84"},{"uid":"aa2d-4"},{"uid":"aa2d-10"},{"uid":"aa2d-85"},{"uid":"aa2d-54"},{"uid":"aa2d-26"},{"uid":"aa2d-59","dynamic":true},{"uid":"aa2d-61","dynamic":true},{"uid":"aa2d-67","dynamic":true},{"uid":"aa2d-86","dynamic":true},{"uid":"aa2d-34","dynamic":true},{"uid":"aa2d-71","dynamic":true}],"importedBy":[],"isEntry":true},"aa2d-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/styles/index.scss","moduleParts":{"main.js":"aa2d-3"},"imported":[],"importedBy":[{"uid":"aa2d-0"}]},"aa2d-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/vm.ts","moduleParts":{"main.js":"aa2d-5"},"imported":[{"uid":"aa2d-87"}],"importedBy":[{"uid":"aa2d-0"}]},"aa2d-6":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main.js":"aa2d-7"},"imported":[{"uid":"aa2d-81"},{"uid":"aa2d-8"}],"importedBy":[{"uid":"aa2d-54"},{"uid":"aa2d-8"},{"uid":"aa2d-50"}]},"aa2d-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main.js":"aa2d-9"},"imported":[{"uid":"aa2d-81"},{"uid":"aa2d-6"}],"importedBy":[{"uid":"aa2d-10"},{"uid":"aa2d-54"},{"uid":"aa2d-61"},{"uid":"aa2d-67"},{"uid":"aa2d-16"},{"uid":"aa2d-38"},{"uid":"aa2d-6"},{"uid":"aa2d-30"}]},"aa2d-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main.js":"aa2d-11"},"imported":[{"uid":"aa2d-88"},{"uid":"aa2d-89"},{"uid":"aa2d-8"}],"importedBy":[{"uid":"aa2d-0"}]},"aa2d-12":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/ui.ts","moduleParts":{"main.js":"aa2d-13"},"imported":[{"uid":"aa2d-81"}],"importedBy":[{"uid":"aa2d-54"},{"uid":"aa2d-16"}]},"aa2d-14":{"id":"plugin-vue:export-helper","moduleParts":{"main.js":"aa2d-15"},"imported":[],"importedBy":[{"uid":"aa2d-54"},{"uid":"aa2d-26"},{"uid":"aa2d-59"},{"uid":"aa2d-61"},{"uid":"aa2d-67"},{"uid":"aa2d-34"},{"uid":"aa2d-71"},{"uid":"aa2d-16"},{"uid":"aa2d-28"},{"uid":"aa2d-36"},{"uid":"aa2d-38"},{"uid":"aa2d-40"},{"uid":"aa2d-42"},{"uid":"aa2d-46"},{"uid":"aa2d-65"},{"uid":"aa2d-75"},{"uid":"aa2d-20"},{"uid":"aa2d-77"},{"uid":"aa2d-79"},{"uid":"aa2d-44"},{"uid":"aa2d-63"},{"uid":"aa2d-18"}]},"aa2d-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/FormPreview.vue","moduleParts":{"main.js":"aa2d-17"},"imported":[{"uid":"aa2d-90"},{"uid":"aa2d-91"},{"uid":"aa2d-95"},{"uid":"aa2d-98"},{"uid":"aa2d-81"},{"uid":"aa2d-8"},{"uid":"aa2d-84"},{"uid":"aa2d-12"},{"uid":"aa2d-109"},{"uid":"aa2d-14"},{"uid":"aa2d-110"},{"uid":"aa2d-75","dynamic":true}],"importedBy":[{"uid":"aa2d-54"}]},"aa2d-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/layouts/ShortcutKey.vue","moduleParts":{"main.js":"aa2d-19"},"imported":[{"uid":"aa2d-81"},{"uid":"aa2d-14"}],"importedBy":[{"uid":"aa2d-20"}]},"aa2d-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/layouts/ControlEditSize.vue","moduleParts":{"main.js":"aa2d-21"},"imported":[{"uid":"aa2d-81"},{"uid":"aa2d-18"},{"uid":"aa2d-14"}],"importedBy":[{"uid":"aa2d-28"}]},"aa2d-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/formJson.ts","moduleParts":{"main.js":"aa2d-23"},"imported":[],"importedBy":[{"uid":"aa2d-28"}]},"aa2d-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":"aa2d-25"},"imported":[],"importedBy":[{"uid":"aa2d-26"}]},"aa2d-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main.js":"aa2d-27"},"imported":[{"uid":"aa2d-90"},{"uid":"aa2d-91"},{"uid":"aa2d-92"},{"uid":"aa2d-81"},{"uid":"aa2d-24"},{"uid":"aa2d-14"}],"importedBy":[{"uid":"aa2d-0"},{"uid":"aa2d-28"}]},"aa2d-28":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/PropsPanel.vue","moduleParts":{"main.js":"aa2d-29"},"imported":[{"uid":"aa2d-90"},{"uid":"aa2d-91"},{"uid":"aa2d-111"},{"uid":"aa2d-112"},{"uid":"aa2d-113"},{"uid":"aa2d-100"},{"uid":"aa2d-101"},{"uid":"aa2d-81"},{"uid":"aa2d-20"},{"uid":"aa2d-22"},{"uid":"aa2d-26"},{"uid":"aa2d-14"},{"uid":"aa2d-114"},{"uid":"aa2d-77","dynamic":true},{"uid":"aa2d-79","dynamic":true}],"importedBy":[{"uid":"aa2d-54"}]},"aa2d-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/shortcut.ts","moduleParts":{"main.js":"aa2d-31"},"imported":[{"uid":"aa2d-81"},{"uid":"aa2d-8"}],"importedBy":[{"uid":"aa2d-54"},{"uid":"aa2d-32"}]},"aa2d-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/formKeycon.ts","moduleParts":{"main.js":"aa2d-33"},"imported":[{"uid":"aa2d-30"}],"importedBy":[{"uid":"aa2d-54"},{"uid":"aa2d-34"},{"uid":"aa2d-36"},{"uid":"aa2d-40"}]},"aa2d-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/Shape.vue","moduleParts":{"main.js":"aa2d-35"},"imported":[{"uid":"aa2d-81"},{"uid":"aa2d-32"},{"uid":"aa2d-14"}],"importedBy":[{"uid":"aa2d-0"},{"uid":"aa2d-36"}]},"aa2d-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/Workspace.vue","moduleParts":{"main.js":"aa2d-37"},"imported":[{"uid":"aa2d-34"},{"uid":"aa2d-81"},{"uid":"aa2d-32"},{"uid":"aa2d-14"}],"importedBy":[{"uid":"aa2d-54"}]},"aa2d-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/ComponentList.vue","moduleParts":{"main.js":"aa2d-39"},"imported":[{"uid":"aa2d-90"},{"uid":"aa2d-91"},{"uid":"aa2d-98"},{"uid":"aa2d-102"},{"uid":"aa2d-81"},{"uid":"aa2d-8"},{"uid":"aa2d-14"}],"importedBy":[{"uid":"aa2d-54"}]},"aa2d-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/NavList.vue","moduleParts":{"main.js":"aa2d-41"},"imported":[{"uid":"aa2d-90"},{"uid":"aa2d-91"},{"uid":"aa2d-95"},{"uid":"aa2d-115"},{"uid":"aa2d-98"},{"uid":"aa2d-116"},{"uid":"aa2d-117"},{"uid":"aa2d-102"},{"uid":"aa2d-106"},{"uid":"aa2d-81"},{"uid":"aa2d-32"},{"uid":"aa2d-14"},{"uid":"aa2d-110"},{"uid":"aa2d-75","dynamic":true}],"importedBy":[{"uid":"aa2d-54"}]},"aa2d-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/Nav.vue","moduleParts":{"main.js":"aa2d-43"},"imported":[{"uid":"aa2d-81"},{"uid":"aa2d-14"}],"importedBy":[{"uid":"aa2d-54"}]},"aa2d-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/layouts/Resizer.vue","moduleParts":{"main.js":"aa2d-45"},"imported":[{"uid":"aa2d-81"},{"uid":"aa2d-121"},{"uid":"aa2d-14"}],"importedBy":[{"uid":"aa2d-46"}]},"aa2d-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/layouts/Framework.vue","moduleParts":{"main.js":"aa2d-47"},"imported":[{"uid":"aa2d-81"},{"uid":"aa2d-44"},{"uid":"aa2d-14"}],"importedBy":[{"uid":"aa2d-54"}]},"aa2d-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/action.ts","moduleParts":{"main.js":"aa2d-49"},"imported":[{"uid":"aa2d-81"}],"importedBy":[{"uid":"aa2d-54"}]},"aa2d-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/shortcutKey.ts","moduleParts":{"main.js":"aa2d-51"},"imported":[{"uid":"aa2d-118"},{"uid":"aa2d-6"}],"importedBy":[{"uid":"aa2d-54"}]},"aa2d-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":"aa2d-53"},"imported":[],"importedBy":[{"uid":"aa2d-54"}]},"aa2d-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/starfish-editor.vue","moduleParts":{"main.js":"aa2d-55"},"imported":[{"uid":"aa2d-16"},{"uid":"aa2d-28"},{"uid":"aa2d-36"},{"uid":"aa2d-38"},{"uid":"aa2d-40"},{"uid":"aa2d-42"},{"uid":"aa2d-81"},{"uid":"aa2d-46"},{"uid":"aa2d-12"},{"uid":"aa2d-6"},{"uid":"aa2d-8"},{"uid":"aa2d-48"},{"uid":"aa2d-30"},{"uid":"aa2d-50"},{"uid":"aa2d-32"},{"uid":"aa2d-52"},{"uid":"aa2d-14"},{"uid":"aa2d-16","dynamic":true}],"importedBy":[{"uid":"aa2d-0"}]},"aa2d-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":"aa2d-58"},"imported":[],"importedBy":[{"uid":"aa2d-59"}]},"aa2d-59":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/CustomDialog.vue","moduleParts":{"CustomDialog.js":"aa2d-60"},"imported":[{"uid":"aa2d-90"},{"uid":"aa2d-91"},{"uid":"aa2d-93"},{"uid":"aa2d-81"},{"uid":"aa2d-57"},{"uid":"aa2d-14"}],"importedBy":[{"uid":"aa2d-0"}]},"aa2d-61":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect.vue","moduleParts":{"ConditionSelect.js":"aa2d-62"},"imported":[{"uid":"aa2d-90"},{"uid":"aa2d-91"},{"uid":"aa2d-94"},{"uid":"aa2d-95"},{"uid":"aa2d-96"},{"uid":"aa2d-97"},{"uid":"aa2d-98"},{"uid":"aa2d-99"},{"uid":"aa2d-100"},{"uid":"aa2d-101"},{"uid":"aa2d-102"},{"uid":"aa2d-103"},{"uid":"aa2d-104"},{"uid":"aa2d-105"},{"uid":"aa2d-81"},{"uid":"aa2d-8"},{"uid":"aa2d-14"}],"importedBy":[{"uid":"aa2d-0"}]},"aa2d-63":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect/ConditionTanc.vue","moduleParts":{"ConditionModule.js":"aa2d-64"},"imported":[{"uid":"aa2d-90"},{"uid":"aa2d-91"},{"uid":"aa2d-94"},{"uid":"aa2d-95"},{"uid":"aa2d-96"},{"uid":"aa2d-97"},{"uid":"aa2d-98"},{"uid":"aa2d-99"},{"uid":"aa2d-100"},{"uid":"aa2d-101"},{"uid":"aa2d-102"},{"uid":"aa2d-103"},{"uid":"aa2d-104"},{"uid":"aa2d-105"},{"uid":"aa2d-110"},{"uid":"aa2d-81"},{"uid":"aa2d-14"}],"importedBy":[{"uid":"aa2d-65"}]},"aa2d-65":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect/ConditionGroup.vue","moduleParts":{"ConditionModule.js":"aa2d-66"},"imported":[{"uid":"aa2d-90"},{"uid":"aa2d-91"},{"uid":"aa2d-98"},{"uid":"aa2d-104"},{"uid":"aa2d-105"},{"uid":"aa2d-63"},{"uid":"aa2d-81"},{"uid":"aa2d-14"}],"importedBy":[{"uid":"aa2d-67"}]},"aa2d-67":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect/ConditionModule.vue","moduleParts":{"ConditionModule.js":"aa2d-68"},"imported":[{"uid":"aa2d-90"},{"uid":"aa2d-91"},{"uid":"aa2d-94"},{"uid":"aa2d-95"},{"uid":"aa2d-98"},{"uid":"aa2d-96"},{"uid":"aa2d-65"},{"uid":"aa2d-8"},{"uid":"aa2d-81"},{"uid":"aa2d-14"}],"importedBy":[{"uid":"aa2d-0"}]},"aa2d-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":"aa2d-70"},"imported":[],"importedBy":[{"uid":"aa2d-71"}]},"aa2d-71":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/formStyle.vue","moduleParts":{"formStyle.js":"aa2d-72"},"imported":[{"uid":"aa2d-90"},{"uid":"aa2d-91"},{"uid":"aa2d-95"},{"uid":"aa2d-98"},{"uid":"aa2d-106"},{"uid":"aa2d-81"},{"uid":"aa2d-107"},{"uid":"aa2d-108"},{"uid":"aa2d-69"},{"uid":"aa2d-14"}],"importedBy":[{"uid":"aa2d-0"}]},"aa2d-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":"aa2d-74"},"imported":[],"importedBy":[{"uid":"aa2d-75"}]},"aa2d-75":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/jsonCode.vue","moduleParts":{"jsonCode.js":"aa2d-76"},"imported":[{"uid":"aa2d-81"},{"uid":"aa2d-119"},{"uid":"aa2d-108"},{"uid":"aa2d-73"},{"uid":"aa2d-14"}],"importedBy":[{"uid":"aa2d-16"},{"uid":"aa2d-40"}]},"aa2d-77":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/jsonEditor.vue","moduleParts":{"jsonEditor.js":"aa2d-78"},"imported":[{"uid":"aa2d-81"},{"uid":"aa2d-120"},{"uid":"aa2d-14"}],"importedBy":[{"uid":"aa2d-28"}]},"aa2d-79":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/globalFormList.vue","moduleParts":{"globalFormList.js":"aa2d-80"},"imported":[{"uid":"aa2d-81"},{"uid":"aa2d-14"}],"importedBy":[{"uid":"aa2d-28"}]},"aa2d-81":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-0"},{"uid":"aa2d-54"},{"uid":"aa2d-26"},{"uid":"aa2d-59"},{"uid":"aa2d-61"},{"uid":"aa2d-67"},{"uid":"aa2d-34"},{"uid":"aa2d-71"},{"uid":"aa2d-8"},{"uid":"aa2d-16"},{"uid":"aa2d-28"},{"uid":"aa2d-36"},{"uid":"aa2d-38"},{"uid":"aa2d-40"},{"uid":"aa2d-42"},{"uid":"aa2d-46"},{"uid":"aa2d-12"},{"uid":"aa2d-6"},{"uid":"aa2d-48"},{"uid":"aa2d-30"},{"uid":"aa2d-65"},{"uid":"aa2d-75"},{"uid":"aa2d-20"},{"uid":"aa2d-77"},{"uid":"aa2d-79"},{"uid":"aa2d-44"},{"uid":"aa2d-63"},{"uid":"aa2d-18"}],"isExternal":true},"aa2d-82":{"id":"element-plus/dist/index.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-0"}],"isExternal":true},"aa2d-83":{"id":"jsoneditor/dist/jsoneditor.min.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-0"}],"isExternal":true},"aa2d-84":{"id":"starfish-form-custom","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-0"},{"uid":"aa2d-16"}],"isExternal":true},"aa2d-85":{"id":"starfish-form-custom/dist/style.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-0"}],"isExternal":true},"aa2d-86":{"id":"vuedraggable","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-0"}],"isExternal":true},"aa2d-87":{"id":"mitt","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-4"}],"isExternal":true},"aa2d-88":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-10"}],"isExternal":true},"aa2d-89":{"id":"nanoid","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-10"}],"isExternal":true},"aa2d-90":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-26"},{"uid":"aa2d-59"},{"uid":"aa2d-61"},{"uid":"aa2d-67"},{"uid":"aa2d-71"},{"uid":"aa2d-16"},{"uid":"aa2d-28"},{"uid":"aa2d-38"},{"uid":"aa2d-40"},{"uid":"aa2d-65"},{"uid":"aa2d-63"}],"isExternal":true},"aa2d-91":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-26"},{"uid":"aa2d-59"},{"uid":"aa2d-61"},{"uid":"aa2d-67"},{"uid":"aa2d-71"},{"uid":"aa2d-16"},{"uid":"aa2d-28"},{"uid":"aa2d-38"},{"uid":"aa2d-40"},{"uid":"aa2d-65"},{"uid":"aa2d-63"}],"isExternal":true},"aa2d-92":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-26"}],"isExternal":true},"aa2d-93":{"id":"element-plus/es/components/dialog/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-59"}],"isExternal":true},"aa2d-94":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-61"},{"uid":"aa2d-67"},{"uid":"aa2d-63"}],"isExternal":true},"aa2d-95":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-61"},{"uid":"aa2d-67"},{"uid":"aa2d-71"},{"uid":"aa2d-16"},{"uid":"aa2d-40"},{"uid":"aa2d-63"}],"isExternal":true},"aa2d-96":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-61"},{"uid":"aa2d-67"},{"uid":"aa2d-63"}],"isExternal":true},"aa2d-97":{"id":"element-plus/es/components/table/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-61"},{"uid":"aa2d-63"}],"isExternal":true},"aa2d-98":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-61"},{"uid":"aa2d-67"},{"uid":"aa2d-71"},{"uid":"aa2d-16"},{"uid":"aa2d-38"},{"uid":"aa2d-40"},{"uid":"aa2d-65"},{"uid":"aa2d-63"}],"isExternal":true},"aa2d-99":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-61"},{"uid":"aa2d-63"}],"isExternal":true},"aa2d-100":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-61"},{"uid":"aa2d-28"},{"uid":"aa2d-63"}],"isExternal":true},"aa2d-101":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-61"},{"uid":"aa2d-28"},{"uid":"aa2d-63"}],"isExternal":true},"aa2d-102":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-61"},{"uid":"aa2d-38"},{"uid":"aa2d-40"},{"uid":"aa2d-63"}],"isExternal":true},"aa2d-103":{"id":"element-plus/es/components/table-column/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-61"},{"uid":"aa2d-63"}],"isExternal":true},"aa2d-104":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-61"},{"uid":"aa2d-65"},{"uid":"aa2d-63"}],"isExternal":true},"aa2d-105":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-61"},{"uid":"aa2d-65"},{"uid":"aa2d-63"}],"isExternal":true},"aa2d-106":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-71"},{"uid":"aa2d-40"}],"isExternal":true},"aa2d-107":{"id":"@codemirror/lang-css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-71"}],"isExternal":true},"aa2d-108":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-71"},{"uid":"aa2d-75"}],"isExternal":true},"aa2d-109":{"id":"clipboard","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-16"}],"isExternal":true},"aa2d-110":{"id":"element-plus/es/components/message/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-16"},{"uid":"aa2d-40"},{"uid":"aa2d-63"}],"isExternal":true},"aa2d-111":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-28"}],"isExternal":true},"aa2d-112":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-28"}],"isExternal":true},"aa2d-113":{"id":"element-plus/es/components/empty/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-28"}],"isExternal":true},"aa2d-114":{"id":"element-plus/es/components/notification/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-28"}],"isExternal":true},"aa2d-115":{"id":"element-plus/es/components/upload/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-40"}],"isExternal":true},"aa2d-116":{"id":"element-plus/es/components/drawer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-40"}],"isExternal":true},"aa2d-117":{"id":"element-plus/es/components/tree/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-40"}],"isExternal":true},"aa2d-118":{"id":"keycon","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-50"}],"isExternal":true},"aa2d-119":{"id":"@codemirror/lang-json","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-75"}],"isExternal":true},"aa2d-120":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-77"}],"isExternal":true},"aa2d-121":{"id":"gesto","moduleParts":{},"imported":[],"importedBy":[{"uid":"aa2d-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;