starfish-editor-custom 1.0.14 → 1.0.16

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starfish-editor-custom",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
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.15",
36
+ "starfish-form-custom": "1.0.17",
37
37
  "vue": "^3.2.37",
38
38
  "vue-codemirror": "6.1.1",
39
39
  "vuedraggable": "^4.1.0",
@@ -1,124 +1,124 @@
1
- .starfish-editor {
2
- .editor_pages_right {
3
- width: 100%;
4
- height: 100%;
5
- // position: fixed;
6
- // right: 0;
7
- background: white;
8
- // padding: 30px 0;
9
- z-index: 1;
10
- position: relative;
11
- display: flex;
12
- overflow: hidden;
13
- .demo-tabs {
14
- width: 380px;
15
- flex: 1;
16
- flex-direction: column;
17
- .el-tabs__nav {
18
- display: flex;
19
- justify-content: space-around;
20
- width: 100%;
21
- }
22
-
23
- .dynamic {
24
- padding-top: 1px;
25
- .el-form-item__content {
26
- margin-bottom: 16px;
27
- }
28
- }
29
- }
30
- .form_tab3 {
31
- padding: 5px;
32
- .form_tab3_list {
33
- margin-bottom: 15px;
34
- }
35
- }
36
- .json {
37
- padding: 10px;
38
- height: 100%;
39
- > div {
40
- height: 90%;
41
- }
42
- }
43
- .el-tabs__content {
44
- padding: 0;
45
- height: 100%;
46
- > div {
47
- height: 100%;
48
- }
49
- }
50
- &.editor_transition {
51
- transition: all 0.5s ease-in-out 0s;
52
- }
53
- .editor_container {
54
- // position: absolute;
55
- // left: 0;
56
- // top: 0;
57
- padding-top: 30px;
58
- box-sizing: border-box;
59
- height: 100%;
60
- border-right: 1px solid $resizer_background_color;
61
- margin-right: 5px;
62
- }
63
- .controlLine {
64
- position: absolute;
65
- left: 0;
66
- height: 100%;
67
- width: 5px;
68
- background: red;
69
- z-index: 2;
70
- &:hover {
71
- background: $blue;
72
- cursor: ew-resize;
73
- }
74
- }
75
- .viewAndJson {
76
- display: flex;
77
- justify-content: center;
78
- justify-items: center;
79
- margin: 5px auto;
80
- width: 80%;
81
- > div {
82
- width: 30%;
83
- border: 3px solid rgb(121, 118, 118);
84
- height: 30px;
85
- line-height: 30px;
86
- text-align: center;
87
- border-radius: 5px;
88
- &.active {
89
- border-color: $blue;
90
- color: $blue;
91
- }
92
- }
93
- }
94
- .dynamic {
95
- overflow: auto;
96
- height: 100%;
97
- @include scrollbar();
98
- }
99
-
100
- &.editor_pages_right_visible {
101
- right: 0;
102
- }
103
- &.editor_pages_right_hidden {
104
- transform: translateX(100%);
105
- // right: -100%;
106
- }
107
- .editor_right_accept {
108
- width: 20px;
109
- height: 80px;
110
- background: #fff;
111
- box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.1);
112
- display: flex;
113
- justify-content: center;
114
- align-items: center;
115
- right: 304px;
116
- top: 50%;
117
- margin-top: -32px;
118
- transform: translateY(-50%);
119
- cursor: pointer;
120
- position: absolute;
121
- left: -28px;
122
- }
123
- }
124
- }
1
+ .starfish-editor {
2
+ .editor_pages_right {
3
+ width: 100%;
4
+ height: 100%;
5
+ // position: fixed;
6
+ // right: 0;
7
+ background: white;
8
+ // padding: 30px 0;
9
+ z-index: 1;
10
+ position: relative;
11
+ display: flex;
12
+ overflow: hidden;
13
+ .demo-tabs {
14
+ width: 380px;
15
+ flex: 1;
16
+ flex-direction: column;
17
+ .el-tabs__nav {
18
+ display: flex;
19
+ justify-content: space-around;
20
+ width: 100%;
21
+ }
22
+
23
+ .dynamic {
24
+ padding-top: 1px;
25
+ .el-form-item__content {
26
+ margin-bottom: 16px;
27
+ }
28
+ }
29
+ }
30
+ .form_tab3 {
31
+ padding: 5px;
32
+ .form_tab3_list {
33
+ margin-bottom: 15px;
34
+ }
35
+ }
36
+ .json {
37
+ padding: 10px;
38
+ height: 100%;
39
+ > div {
40
+ height: 90%;
41
+ }
42
+ }
43
+ .el-tabs__content {
44
+ padding: 0;
45
+ height: 100%;
46
+ > div {
47
+ height: 100%;
48
+ }
49
+ }
50
+ &.editor_transition {
51
+ transition: all 0.5s ease-in-out 0s;
52
+ }
53
+ .editor_container {
54
+ // position: absolute;
55
+ // left: 0;
56
+ // top: 0;
57
+ padding-top: 30px;
58
+ box-sizing: border-box;
59
+ height: 100%;
60
+ border-right: 1px solid $resizer_background_color;
61
+ margin-right: 5px;
62
+ }
63
+ .controlLine {
64
+ position: absolute;
65
+ left: 0;
66
+ height: 100%;
67
+ width: 5px;
68
+ background: red;
69
+ z-index: 2;
70
+ &:hover {
71
+ background: $blue;
72
+ cursor: ew-resize;
73
+ }
74
+ }
75
+ .viewAndJson {
76
+ display: flex;
77
+ justify-content: center;
78
+ justify-items: center;
79
+ margin: 5px auto;
80
+ width: 80%;
81
+ > div {
82
+ width: 30%;
83
+ border: 3px solid rgb(121, 118, 118);
84
+ height: 30px;
85
+ line-height: 30px;
86
+ text-align: center;
87
+ border-radius: 5px;
88
+ &.active {
89
+ border-color: $blue;
90
+ color: $blue;
91
+ }
92
+ }
93
+ }
94
+ .dynamic {
95
+ overflow: auto;
96
+ height: 100%;
97
+ @include scrollbar();
98
+ }
99
+
100
+ &.editor_pages_right_visible {
101
+ right: 0;
102
+ }
103
+ &.editor_pages_right_hidden {
104
+ transform: translateX(100%);
105
+ // right: -100%;
106
+ }
107
+ .editor_right_accept {
108
+ width: 20px;
109
+ height: 80px;
110
+ background: #fff;
111
+ box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.1);
112
+ display: flex;
113
+ justify-content: center;
114
+ align-items: center;
115
+ right: 304px;
116
+ top: 50%;
117
+ margin-top: -32px;
118
+ transform: translateY(-50%);
119
+ cursor: pointer;
120
+ position: absolute;
121
+ left: -28px;
122
+ }
123
+ }
124
+ }
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":"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}};
6160
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"starfish-editor.es.js","uid":"b03a-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":"b03a-3"},{"name":"utils","children":[{"uid":"b03a-5","name":"vm.ts"},{"uid":"b03a-11","name":"_.ts"},{"uid":"b03a-33","name":"formKeycon.ts"},{"uid":"b03a-51","name":"shortcutKey.ts"}]},{"name":"controller","children":[{"uid":"b03a-7","name":"history.ts"},{"uid":"b03a-9","name":"form.ts"},{"uid":"b03a-13","name":"ui.ts"},{"uid":"b03a-31","name":"shortcut.ts"},{"uid":"b03a-49","name":"action.ts"}]},{"name":"components","children":[{"uid":"b03a-17","name":"FormPreview.vue"},{"uid":"b03a-29","name":"PropsPanel.vue"},{"uid":"b03a-35","name":"Shape.vue"},{"uid":"b03a-37","name":"Workspace.vue"},{"uid":"b03a-39","name":"ComponentList.vue"},{"uid":"b03a-41","name":"NavList.vue"},{"uid":"b03a-43","name":"Nav.vue"}]},{"name":"layouts","children":[{"uid":"b03a-19","name":"ShortcutKey.vue"},{"uid":"b03a-21","name":"ControlEditSize.vue"},{"uid":"b03a-45","name":"Resizer.vue"},{"uid":"b03a-47","name":"Framework.vue"}]},{"name":"common","children":[{"uid":"b03a-23","name":"formJson.ts"},{"uid":"b03a-25","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"b03a-27","name":"Loading.vue"}]},{"uid":"b03a-53","name":"starfish-editor.vue?vue&type=style&index=0&lang.css"},{"uid":"b03a-55","name":"starfish-editor.vue"},{"uid":"b03a-56","name":"main.ts"}]},{"uid":"b03a-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":"b03a-58","name":"CustomDialog.vue?vue&type=style&index=0&scoped=true&lang.css"},{"uid":"b03a-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":"b03a-62"}]},{"name":"ConditionModule.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect","children":[{"uid":"b03a-64","name":"ConditionTanc.vue"},{"uid":"b03a-66","name":"ConditionGroup.vue"},{"uid":"b03a-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":"b03a-70","name":"formStyle.vue?vue&type=style&index=0&lang.scss"},{"uid":"b03a-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":"b03a-74","name":"jsonCode.vue?vue&type=style&index=0&lang.scss"},{"uid":"b03a-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":"b03a-78"}]},{"name":"globalFormList.js","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/globalFormList.vue","uid":"b03a-80"}]}],"isRoot":true},"nodeParts":{"b03a-1":{"id":"starfish-editor.es.js","gzipLength":0,"brotliLength":0,"renderedLength":1218,"metaUid":"b03a-0"},"b03a-3":{"renderedLength":67033,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-2"},"b03a-5":{"renderedLength":16,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-4"},"b03a-7":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-6"},"b03a-9":{"renderedLength":5583,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-8"},"b03a-11":{"renderedLength":9431,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-10"},"b03a-13":{"renderedLength":2025,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-12"},"b03a-15":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-14"},"b03a-17":{"renderedLength":7683,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-16"},"b03a-19":{"renderedLength":1858,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-18"},"b03a-21":{"renderedLength":2836,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-20"},"b03a-23":{"renderedLength":1187,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-22"},"b03a-25":{"renderedLength":192,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-24"},"b03a-27":{"renderedLength":400,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-26"},"b03a-29":{"renderedLength":16694,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-28"},"b03a-31":{"renderedLength":1832,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-30"},"b03a-33":{"renderedLength":457,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-32"},"b03a-35":{"renderedLength":6369,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-34"},"b03a-37":{"renderedLength":9051,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-36"},"b03a-39":{"renderedLength":5871,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-38"},"b03a-41":{"renderedLength":19472,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-40"},"b03a-43":{"renderedLength":8406,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-42"},"b03a-45":{"renderedLength":1138,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-44"},"b03a-47":{"renderedLength":2712,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-46"},"b03a-49":{"renderedLength":466,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-48"},"b03a-51":{"renderedLength":1024,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-50"},"b03a-53":{"renderedLength":260,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-52"},"b03a-55":{"renderedLength":3983,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-54"},"b03a-56":{"renderedLength":1112,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-0"},"b03a-58":{"renderedLength":272,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-57"},"b03a-60":{"renderedLength":2123,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-59"},"b03a-62":{"renderedLength":18742,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-61"},"b03a-64":{"renderedLength":17222,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-63"},"b03a-66":{"renderedLength":8014,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-65"},"b03a-68":{"renderedLength":5784,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-67"},"b03a-70":{"renderedLength":166,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-69"},"b03a-72":{"renderedLength":6954,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-71"},"b03a-74":{"renderedLength":187,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-73"},"b03a-76":{"renderedLength":1553,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-75"},"b03a-78":{"renderedLength":1338,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-77"},"b03a-80":{"renderedLength":1044,"gzipLength":0,"brotliLength":0,"metaUid":"b03a-79"}},"nodeMetas":{"b03a-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/main.ts","moduleParts":{"starfish-editor.es.js":"b03a-1","main.js":"b03a-56"},"imported":[{"uid":"b03a-81"},{"uid":"b03a-82"},{"uid":"b03a-2"},{"uid":"b03a-83"},{"uid":"b03a-84"},{"uid":"b03a-4"},{"uid":"b03a-10"},{"uid":"b03a-85"},{"uid":"b03a-54"},{"uid":"b03a-26"},{"uid":"b03a-59","dynamic":true},{"uid":"b03a-61","dynamic":true},{"uid":"b03a-67","dynamic":true},{"uid":"b03a-86","dynamic":true},{"uid":"b03a-34","dynamic":true},{"uid":"b03a-71","dynamic":true}],"importedBy":[],"isEntry":true},"b03a-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/styles/index.scss","moduleParts":{"main.js":"b03a-3"},"imported":[],"importedBy":[{"uid":"b03a-0"}]},"b03a-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/vm.ts","moduleParts":{"main.js":"b03a-5"},"imported":[{"uid":"b03a-87"}],"importedBy":[{"uid":"b03a-0"}]},"b03a-6":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main.js":"b03a-7"},"imported":[{"uid":"b03a-81"},{"uid":"b03a-8"}],"importedBy":[{"uid":"b03a-54"},{"uid":"b03a-8"},{"uid":"b03a-50"}]},"b03a-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main.js":"b03a-9"},"imported":[{"uid":"b03a-81"},{"uid":"b03a-6"}],"importedBy":[{"uid":"b03a-10"},{"uid":"b03a-54"},{"uid":"b03a-61"},{"uid":"b03a-67"},{"uid":"b03a-16"},{"uid":"b03a-38"},{"uid":"b03a-6"},{"uid":"b03a-30"}]},"b03a-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main.js":"b03a-11"},"imported":[{"uid":"b03a-88"},{"uid":"b03a-89"},{"uid":"b03a-8"}],"importedBy":[{"uid":"b03a-0"}]},"b03a-12":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/ui.ts","moduleParts":{"main.js":"b03a-13"},"imported":[{"uid":"b03a-81"}],"importedBy":[{"uid":"b03a-54"},{"uid":"b03a-16"}]},"b03a-14":{"id":"plugin-vue:export-helper","moduleParts":{"main.js":"b03a-15"},"imported":[],"importedBy":[{"uid":"b03a-54"},{"uid":"b03a-26"},{"uid":"b03a-59"},{"uid":"b03a-61"},{"uid":"b03a-67"},{"uid":"b03a-34"},{"uid":"b03a-71"},{"uid":"b03a-16"},{"uid":"b03a-28"},{"uid":"b03a-36"},{"uid":"b03a-38"},{"uid":"b03a-40"},{"uid":"b03a-42"},{"uid":"b03a-46"},{"uid":"b03a-65"},{"uid":"b03a-75"},{"uid":"b03a-20"},{"uid":"b03a-77"},{"uid":"b03a-79"},{"uid":"b03a-44"},{"uid":"b03a-63"},{"uid":"b03a-18"}]},"b03a-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/FormPreview.vue","moduleParts":{"main.js":"b03a-17"},"imported":[{"uid":"b03a-90"},{"uid":"b03a-91"},{"uid":"b03a-95"},{"uid":"b03a-98"},{"uid":"b03a-81"},{"uid":"b03a-8"},{"uid":"b03a-84"},{"uid":"b03a-12"},{"uid":"b03a-109"},{"uid":"b03a-14"},{"uid":"b03a-110"},{"uid":"b03a-75","dynamic":true}],"importedBy":[{"uid":"b03a-54"}]},"b03a-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/layouts/ShortcutKey.vue","moduleParts":{"main.js":"b03a-19"},"imported":[{"uid":"b03a-81"},{"uid":"b03a-14"}],"importedBy":[{"uid":"b03a-20"}]},"b03a-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/layouts/ControlEditSize.vue","moduleParts":{"main.js":"b03a-21"},"imported":[{"uid":"b03a-81"},{"uid":"b03a-18"},{"uid":"b03a-14"}],"importedBy":[{"uid":"b03a-28"}]},"b03a-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/formJson.ts","moduleParts":{"main.js":"b03a-23"},"imported":[],"importedBy":[{"uid":"b03a-28"}]},"b03a-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":"b03a-25"},"imported":[],"importedBy":[{"uid":"b03a-26"}]},"b03a-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main.js":"b03a-27"},"imported":[{"uid":"b03a-90"},{"uid":"b03a-91"},{"uid":"b03a-92"},{"uid":"b03a-81"},{"uid":"b03a-24"},{"uid":"b03a-14"}],"importedBy":[{"uid":"b03a-0"},{"uid":"b03a-28"}]},"b03a-28":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/PropsPanel.vue","moduleParts":{"main.js":"b03a-29"},"imported":[{"uid":"b03a-90"},{"uid":"b03a-91"},{"uid":"b03a-111"},{"uid":"b03a-112"},{"uid":"b03a-113"},{"uid":"b03a-100"},{"uid":"b03a-101"},{"uid":"b03a-81"},{"uid":"b03a-20"},{"uid":"b03a-22"},{"uid":"b03a-26"},{"uid":"b03a-14"},{"uid":"b03a-114"},{"uid":"b03a-77","dynamic":true},{"uid":"b03a-79","dynamic":true}],"importedBy":[{"uid":"b03a-54"}]},"b03a-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/shortcut.ts","moduleParts":{"main.js":"b03a-31"},"imported":[{"uid":"b03a-81"},{"uid":"b03a-8"}],"importedBy":[{"uid":"b03a-54"},{"uid":"b03a-32"}]},"b03a-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/formKeycon.ts","moduleParts":{"main.js":"b03a-33"},"imported":[{"uid":"b03a-30"}],"importedBy":[{"uid":"b03a-54"},{"uid":"b03a-34"},{"uid":"b03a-36"},{"uid":"b03a-40"}]},"b03a-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/Shape.vue","moduleParts":{"main.js":"b03a-35"},"imported":[{"uid":"b03a-81"},{"uid":"b03a-32"},{"uid":"b03a-14"}],"importedBy":[{"uid":"b03a-0"},{"uid":"b03a-36"}]},"b03a-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/Workspace.vue","moduleParts":{"main.js":"b03a-37"},"imported":[{"uid":"b03a-34"},{"uid":"b03a-81"},{"uid":"b03a-32"},{"uid":"b03a-14"}],"importedBy":[{"uid":"b03a-54"}]},"b03a-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/ComponentList.vue","moduleParts":{"main.js":"b03a-39"},"imported":[{"uid":"b03a-90"},{"uid":"b03a-91"},{"uid":"b03a-98"},{"uid":"b03a-102"},{"uid":"b03a-81"},{"uid":"b03a-8"},{"uid":"b03a-14"}],"importedBy":[{"uid":"b03a-54"}]},"b03a-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/NavList.vue","moduleParts":{"main.js":"b03a-41"},"imported":[{"uid":"b03a-90"},{"uid":"b03a-91"},{"uid":"b03a-95"},{"uid":"b03a-115"},{"uid":"b03a-98"},{"uid":"b03a-116"},{"uid":"b03a-117"},{"uid":"b03a-102"},{"uid":"b03a-106"},{"uid":"b03a-81"},{"uid":"b03a-32"},{"uid":"b03a-110"},{"uid":"b03a-14"},{"uid":"b03a-75","dynamic":true}],"importedBy":[{"uid":"b03a-54"}]},"b03a-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/Nav.vue","moduleParts":{"main.js":"b03a-43"},"imported":[{"uid":"b03a-81"},{"uid":"b03a-14"}],"importedBy":[{"uid":"b03a-54"}]},"b03a-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/layouts/Resizer.vue","moduleParts":{"main.js":"b03a-45"},"imported":[{"uid":"b03a-81"},{"uid":"b03a-121"},{"uid":"b03a-14"}],"importedBy":[{"uid":"b03a-46"}]},"b03a-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/layouts/Framework.vue","moduleParts":{"main.js":"b03a-47"},"imported":[{"uid":"b03a-81"},{"uid":"b03a-44"},{"uid":"b03a-14"}],"importedBy":[{"uid":"b03a-54"}]},"b03a-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/action.ts","moduleParts":{"main.js":"b03a-49"},"imported":[{"uid":"b03a-81"}],"importedBy":[{"uid":"b03a-54"}]},"b03a-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/shortcutKey.ts","moduleParts":{"main.js":"b03a-51"},"imported":[{"uid":"b03a-118"},{"uid":"b03a-6"}],"importedBy":[{"uid":"b03a-54"}]},"b03a-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":"b03a-53"},"imported":[],"importedBy":[{"uid":"b03a-54"}]},"b03a-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/starfish-editor.vue","moduleParts":{"main.js":"b03a-55"},"imported":[{"uid":"b03a-16"},{"uid":"b03a-28"},{"uid":"b03a-36"},{"uid":"b03a-38"},{"uid":"b03a-40"},{"uid":"b03a-42"},{"uid":"b03a-81"},{"uid":"b03a-46"},{"uid":"b03a-12"},{"uid":"b03a-6"},{"uid":"b03a-8"},{"uid":"b03a-48"},{"uid":"b03a-30"},{"uid":"b03a-50"},{"uid":"b03a-32"},{"uid":"b03a-52"},{"uid":"b03a-14"},{"uid":"b03a-16","dynamic":true}],"importedBy":[{"uid":"b03a-0"}]},"b03a-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":"b03a-58"},"imported":[],"importedBy":[{"uid":"b03a-59"}]},"b03a-59":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/CustomDialog.vue","moduleParts":{"CustomDialog.js":"b03a-60"},"imported":[{"uid":"b03a-90"},{"uid":"b03a-91"},{"uid":"b03a-93"},{"uid":"b03a-81"},{"uid":"b03a-57"},{"uid":"b03a-14"}],"importedBy":[{"uid":"b03a-0"}]},"b03a-61":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect.vue","moduleParts":{"ConditionSelect.js":"b03a-62"},"imported":[{"uid":"b03a-90"},{"uid":"b03a-91"},{"uid":"b03a-94"},{"uid":"b03a-95"},{"uid":"b03a-96"},{"uid":"b03a-97"},{"uid":"b03a-98"},{"uid":"b03a-99"},{"uid":"b03a-100"},{"uid":"b03a-101"},{"uid":"b03a-102"},{"uid":"b03a-103"},{"uid":"b03a-104"},{"uid":"b03a-105"},{"uid":"b03a-81"},{"uid":"b03a-8"},{"uid":"b03a-14"}],"importedBy":[{"uid":"b03a-0"}]},"b03a-63":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect/ConditionTanc.vue","moduleParts":{"ConditionModule.js":"b03a-64"},"imported":[{"uid":"b03a-90"},{"uid":"b03a-91"},{"uid":"b03a-94"},{"uid":"b03a-95"},{"uid":"b03a-96"},{"uid":"b03a-97"},{"uid":"b03a-98"},{"uid":"b03a-99"},{"uid":"b03a-100"},{"uid":"b03a-101"},{"uid":"b03a-102"},{"uid":"b03a-103"},{"uid":"b03a-104"},{"uid":"b03a-105"},{"uid":"b03a-110"},{"uid":"b03a-81"},{"uid":"b03a-14"}],"importedBy":[{"uid":"b03a-65"}]},"b03a-65":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect/ConditionGroup.vue","moduleParts":{"ConditionModule.js":"b03a-66"},"imported":[{"uid":"b03a-90"},{"uid":"b03a-91"},{"uid":"b03a-98"},{"uid":"b03a-104"},{"uid":"b03a-105"},{"uid":"b03a-63"},{"uid":"b03a-81"},{"uid":"b03a-14"}],"importedBy":[{"uid":"b03a-67"}]},"b03a-67":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/ConditionSelect/ConditionModule.vue","moduleParts":{"ConditionModule.js":"b03a-68"},"imported":[{"uid":"b03a-90"},{"uid":"b03a-91"},{"uid":"b03a-94"},{"uid":"b03a-95"},{"uid":"b03a-98"},{"uid":"b03a-96"},{"uid":"b03a-65"},{"uid":"b03a-8"},{"uid":"b03a-81"},{"uid":"b03a-14"}],"importedBy":[{"uid":"b03a-0"}]},"b03a-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":"b03a-70"},"imported":[],"importedBy":[{"uid":"b03a-71"}]},"b03a-71":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/formStyle.vue","moduleParts":{"formStyle.js":"b03a-72"},"imported":[{"uid":"b03a-90"},{"uid":"b03a-91"},{"uid":"b03a-95"},{"uid":"b03a-98"},{"uid":"b03a-106"},{"uid":"b03a-81"},{"uid":"b03a-107"},{"uid":"b03a-108"},{"uid":"b03a-69"},{"uid":"b03a-14"}],"importedBy":[{"uid":"b03a-0"}]},"b03a-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":"b03a-74"},"imported":[],"importedBy":[{"uid":"b03a-75"}]},"b03a-75":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/jsonCode.vue","moduleParts":{"jsonCode.js":"b03a-76"},"imported":[{"uid":"b03a-81"},{"uid":"b03a-119"},{"uid":"b03a-108"},{"uid":"b03a-73"},{"uid":"b03a-14"}],"importedBy":[{"uid":"b03a-16"},{"uid":"b03a-40"}]},"b03a-77":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/jsonEditor.vue","moduleParts":{"jsonEditor.js":"b03a-78"},"imported":[{"uid":"b03a-81"},{"uid":"b03a-120"},{"uid":"b03a-14"}],"importedBy":[{"uid":"b03a-28"}]},"b03a-79":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/components/globalFormList.vue","moduleParts":{"globalFormList.js":"b03a-80"},"imported":[{"uid":"b03a-81"},{"uid":"b03a-14"}],"importedBy":[{"uid":"b03a-28"}]},"b03a-81":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-0"},{"uid":"b03a-54"},{"uid":"b03a-26"},{"uid":"b03a-59"},{"uid":"b03a-61"},{"uid":"b03a-67"},{"uid":"b03a-34"},{"uid":"b03a-71"},{"uid":"b03a-8"},{"uid":"b03a-16"},{"uid":"b03a-28"},{"uid":"b03a-36"},{"uid":"b03a-38"},{"uid":"b03a-40"},{"uid":"b03a-42"},{"uid":"b03a-46"},{"uid":"b03a-12"},{"uid":"b03a-6"},{"uid":"b03a-48"},{"uid":"b03a-30"},{"uid":"b03a-65"},{"uid":"b03a-75"},{"uid":"b03a-20"},{"uid":"b03a-77"},{"uid":"b03a-79"},{"uid":"b03a-44"},{"uid":"b03a-63"},{"uid":"b03a-18"}],"isExternal":true},"b03a-82":{"id":"element-plus/dist/index.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-0"}],"isExternal":true},"b03a-83":{"id":"jsoneditor/dist/jsoneditor.min.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-0"}],"isExternal":true},"b03a-84":{"id":"starfish-form-custom","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-0"},{"uid":"b03a-16"}],"isExternal":true},"b03a-85":{"id":"starfish-form-custom/dist/style.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-0"}],"isExternal":true},"b03a-86":{"id":"vuedraggable","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-0"}],"isExternal":true},"b03a-87":{"id":"mitt","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-4"}],"isExternal":true},"b03a-88":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-10"}],"isExternal":true},"b03a-89":{"id":"nanoid","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-10"}],"isExternal":true},"b03a-90":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-26"},{"uid":"b03a-59"},{"uid":"b03a-61"},{"uid":"b03a-67"},{"uid":"b03a-71"},{"uid":"b03a-16"},{"uid":"b03a-28"},{"uid":"b03a-38"},{"uid":"b03a-40"},{"uid":"b03a-65"},{"uid":"b03a-63"}],"isExternal":true},"b03a-91":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-26"},{"uid":"b03a-59"},{"uid":"b03a-61"},{"uid":"b03a-67"},{"uid":"b03a-71"},{"uid":"b03a-16"},{"uid":"b03a-28"},{"uid":"b03a-38"},{"uid":"b03a-40"},{"uid":"b03a-65"},{"uid":"b03a-63"}],"isExternal":true},"b03a-92":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-26"}],"isExternal":true},"b03a-93":{"id":"element-plus/es/components/dialog/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-59"}],"isExternal":true},"b03a-94":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-61"},{"uid":"b03a-67"},{"uid":"b03a-63"}],"isExternal":true},"b03a-95":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-61"},{"uid":"b03a-67"},{"uid":"b03a-71"},{"uid":"b03a-16"},{"uid":"b03a-40"},{"uid":"b03a-63"}],"isExternal":true},"b03a-96":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-61"},{"uid":"b03a-67"},{"uid":"b03a-63"}],"isExternal":true},"b03a-97":{"id":"element-plus/es/components/table/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-61"},{"uid":"b03a-63"}],"isExternal":true},"b03a-98":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-61"},{"uid":"b03a-67"},{"uid":"b03a-71"},{"uid":"b03a-16"},{"uid":"b03a-38"},{"uid":"b03a-40"},{"uid":"b03a-65"},{"uid":"b03a-63"}],"isExternal":true},"b03a-99":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-61"},{"uid":"b03a-63"}],"isExternal":true},"b03a-100":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-61"},{"uid":"b03a-28"},{"uid":"b03a-63"}],"isExternal":true},"b03a-101":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-61"},{"uid":"b03a-28"},{"uid":"b03a-63"}],"isExternal":true},"b03a-102":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-61"},{"uid":"b03a-38"},{"uid":"b03a-40"},{"uid":"b03a-63"}],"isExternal":true},"b03a-103":{"id":"element-plus/es/components/table-column/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-61"},{"uid":"b03a-63"}],"isExternal":true},"b03a-104":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-61"},{"uid":"b03a-65"},{"uid":"b03a-63"}],"isExternal":true},"b03a-105":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-61"},{"uid":"b03a-65"},{"uid":"b03a-63"}],"isExternal":true},"b03a-106":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-71"},{"uid":"b03a-40"}],"isExternal":true},"b03a-107":{"id":"@codemirror/lang-css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-71"}],"isExternal":true},"b03a-108":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-71"},{"uid":"b03a-75"}],"isExternal":true},"b03a-109":{"id":"clipboard","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-16"}],"isExternal":true},"b03a-110":{"id":"element-plus/es/components/message/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-16"},{"uid":"b03a-40"},{"uid":"b03a-63"}],"isExternal":true},"b03a-111":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-28"}],"isExternal":true},"b03a-112":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-28"}],"isExternal":true},"b03a-113":{"id":"element-plus/es/components/empty/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-28"}],"isExternal":true},"b03a-114":{"id":"element-plus/es/components/notification/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-28"}],"isExternal":true},"b03a-115":{"id":"element-plus/es/components/upload/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-40"}],"isExternal":true},"b03a-116":{"id":"element-plus/es/components/drawer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-40"}],"isExternal":true},"b03a-117":{"id":"element-plus/es/components/tree/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-40"}],"isExternal":true},"b03a-118":{"id":"keycon","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-50"}],"isExternal":true},"b03a-119":{"id":"@codemirror/lang-json","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-75"}],"isExternal":true},"b03a-120":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-77"}],"isExternal":true},"b03a-121":{"id":"gesto","moduleParts":{},"imported":[],"importedBy":[{"uid":"b03a-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;