starfish-form-custom 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{formAction-f22cc5f4.mjs → formAction-49d001ba.mjs} +1 -1
- package/dist/{index-07a56f42.mjs → index-489c57ea.mjs} +1 -1
- package/dist/{index-6e5bd506.mjs → index-9011c6c8.mjs} +2 -2
- package/dist/{index-6414efee.mjs → index-e75e2fc5.mjs} +1 -1
- package/dist/{main-2d947b2c.mjs → main-72d58014.mjs} +44 -60
- package/dist/{starfish-form-a993ec26.mjs → starfish-form-1d0c1e4b.mjs} +1 -1
- package/dist/starfish-form.mjs +1 -1
- package/dist/style.css +4 -3
- package/package.json +1 -1
- package/src/common/KeyValueConfig.vue +3 -4
- package/src/common/KeyValueConfigMult.vue +3 -4
- package/src/styles/keyvalueConfig.scss +57 -56
- package/stats.html +1 -1
|
@@ -11,7 +11,7 @@ import 'element-plus/es/components/button/style/css';
|
|
|
11
11
|
import 'element-plus/es/components/tooltip/style/css';
|
|
12
12
|
import { defineComponent, inject, ref, getCurrentInstance, reactive, onMounted, resolveComponent, openBlock, createElementBlock, normalizeClass, normalizeStyle, createElementVNode, toDisplayString, createCommentVNode, createBlock, withCtx, createVNode, Fragment, renderList, withModifiers, createTextVNode } from 'vue';
|
|
13
13
|
import { Codemirror } from 'vue-codemirror';
|
|
14
|
-
import { _ as _export_sfc } from './main-
|
|
14
|
+
import { _ as _export_sfc } from './main-72d58014.mjs';
|
|
15
15
|
import 'element-plus/es/components/icon/style/css';
|
|
16
16
|
import 'element-plus/es/components/checkbox/style/css';
|
|
17
17
|
import '@element-plus/icons-vue';
|
|
@@ -6,7 +6,7 @@ import 'element-plus/es/components/button/style/css';
|
|
|
6
6
|
import 'element-plus/es/components/main/style/css';
|
|
7
7
|
import 'element-plus/es/components/tooltip/style/css';
|
|
8
8
|
import { defineComponent, ref, onMounted, watch, nextTick, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode, createBlock, withCtx, createVNode, createTextVNode } from 'vue';
|
|
9
|
-
import { _ as _export_sfc, a as _, g as getFormConfig, f as fieldProps, u as useWatch } from './main-
|
|
9
|
+
import { _ as _export_sfc, a as _, g as getFormConfig, f as fieldProps, u as useWatch } from './main-72d58014.mjs';
|
|
10
10
|
import JSONEditor from 'jsoneditor';
|
|
11
11
|
import 'element-plus/es/components/icon/style/css';
|
|
12
12
|
import 'element-plus/es/components/input/style/css';
|
|
@@ -15,9 +15,9 @@ import 'element-plus/es/components/select/style/css';
|
|
|
15
15
|
import 'element-plus/es/components/option/style/css';
|
|
16
16
|
import 'element-plus/es/components/tooltip/style/css';
|
|
17
17
|
import { defineComponent, getCurrentInstance, inject, computed, ref, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode, createBlock, withCtx, Fragment, renderList, createVNode, createTextVNode } from 'vue';
|
|
18
|
-
import { _ as _export_sfc, a as _, f as fieldProps, r as ruleList, b as ruleJsonData } from './main-
|
|
18
|
+
import { _ as _export_sfc, a as _, f as fieldProps, r as ruleList, b as ruleJsonData } from './main-72d58014.mjs';
|
|
19
19
|
import { Delete } from '@element-plus/icons-vue';
|
|
20
|
-
import Dynamicform from './starfish-form-
|
|
20
|
+
import Dynamicform from './starfish-form-1d0c1e4b.mjs';
|
|
21
21
|
import { Codemirror } from 'vue-codemirror';
|
|
22
22
|
import 'element-plus/es/components/input/style/css';
|
|
23
23
|
import 'element-plus/es/components/checkbox/style/css';
|
|
@@ -3,7 +3,7 @@ import 'element-plus/es/components/base/style/css';
|
|
|
3
3
|
import 'element-plus/es/components/tooltip/style/css';
|
|
4
4
|
import { defineComponent, ref, onMounted, onUnmounted, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode, createBlock, withCtx } from 'vue';
|
|
5
5
|
import E from 'wangeditor';
|
|
6
|
-
import { _ as _export_sfc, g as getFormConfig, f as fieldProps, u as useWatch } from './main-
|
|
6
|
+
import { _ as _export_sfc, g as getFormConfig, f as fieldProps, u as useWatch } from './main-72d58014.mjs';
|
|
7
7
|
import 'element-plus/es/components/icon/style/css';
|
|
8
8
|
import 'element-plus/es/components/input/style/css';
|
|
9
9
|
import 'element-plus/es/components/checkbox/style/css';
|
|
@@ -5,7 +5,7 @@ import 'element-plus/es/components/input/style/css';
|
|
|
5
5
|
import 'element-plus/es/components/checkbox/style/css';
|
|
6
6
|
import 'element-plus/es/components/tooltip/style/css';
|
|
7
7
|
import { defineComponent, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode, createBlock, withCtx, Fragment, renderList, createVNode, withDirectives, inject, computed, ref, createTextVNode, getCurrentInstance, watch, pushScopeId, popScopeId, resolveDynamicComponent, nextTick, reactive, defineAsyncComponent } from 'vue';
|
|
8
|
-
import {
|
|
8
|
+
import { SemiSelect, Delete, Edit } from '@element-plus/icons-vue';
|
|
9
9
|
import 'element-plus/es/components/loading/style/css';
|
|
10
10
|
import 'element-plus/es/components/dropdown/style/css';
|
|
11
11
|
import 'element-plus/es/components/dropdown-menu/style/css';
|
|
@@ -978,6 +978,7 @@ const _sfc_main$r = defineComponent({
|
|
|
978
978
|
props: {
|
|
979
979
|
...fieldProps
|
|
980
980
|
},
|
|
981
|
+
components: { SemiSelect },
|
|
981
982
|
setup(props) {
|
|
982
983
|
function getMaxId() {
|
|
983
984
|
let maxId = 0;
|
|
@@ -990,8 +991,6 @@ const _sfc_main$r = defineComponent({
|
|
|
990
991
|
return maxId + 1;
|
|
991
992
|
}
|
|
992
993
|
return {
|
|
993
|
-
Plus,
|
|
994
|
-
SemiSelect,
|
|
995
994
|
getChangeValue(sitem) {
|
|
996
995
|
const data = props.data;
|
|
997
996
|
const item = props.item;
|
|
@@ -1078,24 +1077,27 @@ const _hoisted_7$1 = { class: "inputItem" };
|
|
|
1078
1077
|
const _hoisted_8$1 = /* @__PURE__ */ createElementVNode("span", null, "\u503C\uFF1A", -1);
|
|
1079
1078
|
const _hoisted_9$1 = { class: "keyValueControl" };
|
|
1080
1079
|
const _hoisted_10$1 = ["onClick"];
|
|
1081
|
-
const _hoisted_11$1 =
|
|
1082
|
-
const _hoisted_12$1 = [
|
|
1083
|
-
|
|
1084
|
-
const _hoisted_14$1 = [
|
|
1085
|
-
_hoisted_13$1
|
|
1080
|
+
const _hoisted_11$1 = /* @__PURE__ */ createElementVNode("i", { class: "iconfontui icon-zengjia" }, null, -1);
|
|
1081
|
+
const _hoisted_12$1 = [
|
|
1082
|
+
_hoisted_11$1
|
|
1086
1083
|
];
|
|
1087
|
-
const
|
|
1088
|
-
const
|
|
1089
|
-
const
|
|
1090
|
-
|
|
1084
|
+
const _hoisted_13$1 = ["onClick"];
|
|
1085
|
+
const _hoisted_14$1 = ["onClick"];
|
|
1086
|
+
const _hoisted_15$1 = /* @__PURE__ */ createElementVNode("i", { class: "iconfontui icon-shangyi" }, null, -1);
|
|
1087
|
+
const _hoisted_16$1 = [
|
|
1088
|
+
_hoisted_15$1
|
|
1089
|
+
];
|
|
1090
|
+
const _hoisted_17$1 = ["onClick"];
|
|
1091
|
+
const _hoisted_18$1 = /* @__PURE__ */ createElementVNode("i", { class: "iconfontui icon-xiayi" }, null, -1);
|
|
1092
|
+
const _hoisted_19$1 = [
|
|
1093
|
+
_hoisted_18$1
|
|
1091
1094
|
];
|
|
1092
1095
|
function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1093
1096
|
const _component_el_tooltip = ElTooltip;
|
|
1094
1097
|
const _component_el_checkbox = ElCheckbox;
|
|
1095
1098
|
const _component_el_input = ElInput;
|
|
1096
|
-
const _component_Plus = resolveComponent("Plus");
|
|
1097
|
-
const _component_el_icon = ElIcon;
|
|
1098
1099
|
const _component_SemiSelect = resolveComponent("SemiSelect");
|
|
1100
|
+
const _component_el_icon = ElIcon;
|
|
1099
1101
|
return openBlock(), createElementBlock("div", {
|
|
1100
1102
|
class: normalizeClass(["starfish-formitem starfish-formitem-action", { formCover: _ctx.drag, "starfish-vertical": _ctx.labelalign != "top", [_ctx.item.data.csslist?.join(" ")]: !!_ctx.item.data.csslist }])
|
|
1101
1103
|
}, [
|
|
@@ -1162,17 +1164,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1162
1164
|
createElementVNode("div", {
|
|
1163
1165
|
class: "add",
|
|
1164
1166
|
onClick: ($event) => _ctx.addItem(index)
|
|
1165
|
-
},
|
|
1166
|
-
createVNode(_component_el_icon, {
|
|
1167
|
-
size: 12,
|
|
1168
|
-
style: { "color": "#fff" }
|
|
1169
|
-
}, {
|
|
1170
|
-
default: withCtx(() => [
|
|
1171
|
-
createVNode(_component_Plus)
|
|
1172
|
-
]),
|
|
1173
|
-
_: 1
|
|
1174
|
-
})
|
|
1175
|
-
], 8, _hoisted_10$1),
|
|
1167
|
+
}, _hoisted_12$1, 8, _hoisted_10$1),
|
|
1176
1168
|
createElementVNode("div", {
|
|
1177
1169
|
class: "remove",
|
|
1178
1170
|
onClick: ($event) => _ctx.removeItem(index)
|
|
@@ -1186,15 +1178,15 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1186
1178
|
]),
|
|
1187
1179
|
_: 1
|
|
1188
1180
|
})
|
|
1189
|
-
], 8,
|
|
1181
|
+
], 8, _hoisted_13$1),
|
|
1190
1182
|
createElementVNode("div", {
|
|
1191
1183
|
class: "top",
|
|
1192
1184
|
onClick: ($event) => _ctx.handleTop(index)
|
|
1193
|
-
},
|
|
1185
|
+
}, _hoisted_16$1, 8, _hoisted_14$1),
|
|
1194
1186
|
createElementVNode("div", {
|
|
1195
1187
|
class: "bottom",
|
|
1196
1188
|
onClick: ($event) => _ctx.handleBottom(index)
|
|
1197
|
-
},
|
|
1189
|
+
}, _hoisted_19$1, 8, _hoisted_17$1)
|
|
1198
1190
|
])
|
|
1199
1191
|
]);
|
|
1200
1192
|
}), 128))
|
|
@@ -1217,6 +1209,7 @@ const _sfc_main$q = defineComponent({
|
|
|
1217
1209
|
props: {
|
|
1218
1210
|
...fieldProps
|
|
1219
1211
|
},
|
|
1212
|
+
components: { SemiSelect },
|
|
1220
1213
|
getFormConfig: getFormConfig("KeyValueConfigMult"),
|
|
1221
1214
|
setup(props) {
|
|
1222
1215
|
function getMaxId() {
|
|
@@ -1230,8 +1223,6 @@ const _sfc_main$q = defineComponent({
|
|
|
1230
1223
|
return maxId + 1;
|
|
1231
1224
|
}
|
|
1232
1225
|
return {
|
|
1233
|
-
Plus,
|
|
1234
|
-
SemiSelect,
|
|
1235
1226
|
getChangeValue() {
|
|
1236
1227
|
const data = props.data;
|
|
1237
1228
|
const item = props.item;
|
|
@@ -1312,24 +1303,27 @@ const _hoisted_7 = { class: "inputItem" };
|
|
|
1312
1303
|
const _hoisted_8 = /* @__PURE__ */ createElementVNode("span", null, "\u503C\uFF1A", -1);
|
|
1313
1304
|
const _hoisted_9 = { class: "keyValueControl" };
|
|
1314
1305
|
const _hoisted_10 = ["onClick"];
|
|
1315
|
-
const _hoisted_11 =
|
|
1316
|
-
const _hoisted_12 = [
|
|
1317
|
-
|
|
1318
|
-
const _hoisted_14 = [
|
|
1319
|
-
_hoisted_13
|
|
1306
|
+
const _hoisted_11 = /* @__PURE__ */ createElementVNode("i", { class: "iconfontui icon-zengjia" }, null, -1);
|
|
1307
|
+
const _hoisted_12 = [
|
|
1308
|
+
_hoisted_11
|
|
1320
1309
|
];
|
|
1321
|
-
const
|
|
1322
|
-
const
|
|
1323
|
-
const
|
|
1324
|
-
|
|
1310
|
+
const _hoisted_13 = ["onClick"];
|
|
1311
|
+
const _hoisted_14 = ["onClick"];
|
|
1312
|
+
const _hoisted_15 = /* @__PURE__ */ createElementVNode("i", { class: "iconfontui icon-shangyi" }, null, -1);
|
|
1313
|
+
const _hoisted_16 = [
|
|
1314
|
+
_hoisted_15
|
|
1315
|
+
];
|
|
1316
|
+
const _hoisted_17 = ["onClick"];
|
|
1317
|
+
const _hoisted_18 = /* @__PURE__ */ createElementVNode("i", { class: "iconfontui icon-xiayi" }, null, -1);
|
|
1318
|
+
const _hoisted_19 = [
|
|
1319
|
+
_hoisted_18
|
|
1325
1320
|
];
|
|
1326
1321
|
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1327
1322
|
const _component_el_tooltip = ElTooltip;
|
|
1328
1323
|
const _component_el_checkbox = ElCheckbox;
|
|
1329
1324
|
const _component_el_input = ElInput;
|
|
1330
|
-
const _component_Plus = resolveComponent("Plus");
|
|
1331
|
-
const _component_el_icon = ElIcon;
|
|
1332
1325
|
const _component_SemiSelect = resolveComponent("SemiSelect");
|
|
1326
|
+
const _component_el_icon = ElIcon;
|
|
1333
1327
|
return openBlock(), createElementBlock("div", {
|
|
1334
1328
|
class: normalizeClass(["starfish-formitem", { formCover: _ctx.drag, "starfish-vertical": _ctx.labelalign != "top", [_ctx.item.data.csslist?.join(" ")]: !!_ctx.item.data.csslist }])
|
|
1335
1329
|
}, [
|
|
@@ -1396,17 +1390,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1396
1390
|
createElementVNode("div", {
|
|
1397
1391
|
class: "add",
|
|
1398
1392
|
onClick: ($event) => _ctx.addItem(index)
|
|
1399
|
-
},
|
|
1400
|
-
createVNode(_component_el_icon, {
|
|
1401
|
-
size: 12,
|
|
1402
|
-
style: { "color": "#fff" }
|
|
1403
|
-
}, {
|
|
1404
|
-
default: withCtx(() => [
|
|
1405
|
-
createVNode(_component_Plus)
|
|
1406
|
-
]),
|
|
1407
|
-
_: 1
|
|
1408
|
-
})
|
|
1409
|
-
], 8, _hoisted_10),
|
|
1393
|
+
}, _hoisted_12, 8, _hoisted_10),
|
|
1410
1394
|
createElementVNode("div", {
|
|
1411
1395
|
class: "remove",
|
|
1412
1396
|
onClick: ($event) => _ctx.removeItem(index)
|
|
@@ -1420,15 +1404,15 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1420
1404
|
]),
|
|
1421
1405
|
_: 1
|
|
1422
1406
|
})
|
|
1423
|
-
], 8,
|
|
1407
|
+
], 8, _hoisted_13),
|
|
1424
1408
|
createElementVNode("div", {
|
|
1425
1409
|
class: "top",
|
|
1426
1410
|
onClick: ($event) => _ctx.handleTop(index)
|
|
1427
|
-
},
|
|
1411
|
+
}, _hoisted_16, 8, _hoisted_14),
|
|
1428
1412
|
createElementVNode("div", {
|
|
1429
1413
|
class: "bottom",
|
|
1430
1414
|
onClick: ($event) => _ctx.handleBottom(index)
|
|
1431
|
-
},
|
|
1415
|
+
}, _hoisted_19, 8, _hoisted_17)
|
|
1432
1416
|
])
|
|
1433
1417
|
]);
|
|
1434
1418
|
}), 128))
|
|
@@ -5061,7 +5045,7 @@ Object.keys(files).forEach((fileName) => {
|
|
|
5061
5045
|
}
|
|
5062
5046
|
});
|
|
5063
5047
|
const RichText = defineAsyncComponent({
|
|
5064
|
-
loader: () => import('./index-
|
|
5048
|
+
loader: () => import('./index-e75e2fc5.mjs'),
|
|
5065
5049
|
loadingComponent: Loading
|
|
5066
5050
|
});
|
|
5067
5051
|
RichText.ControlType = "RichText";
|
|
@@ -5070,7 +5054,7 @@ RichText.icon = "icon-textEdit";
|
|
|
5070
5054
|
RichText.formConfig = getFormConfig("RichText");
|
|
5071
5055
|
utilFuns[RichText.ControlType] = RichText;
|
|
5072
5056
|
const jsonEditor = defineAsyncComponent({
|
|
5073
|
-
loader: () => import('./index-
|
|
5057
|
+
loader: () => import('./index-489c57ea.mjs'),
|
|
5074
5058
|
loadingComponent: Loading
|
|
5075
5059
|
});
|
|
5076
5060
|
jsonEditor.ControlType = "JsonEditor";
|
|
@@ -5080,14 +5064,14 @@ jsonEditor.formConfig = getFormConfig("JsonEditor", [{ fieldName: "default", com
|
|
|
5080
5064
|
jsonEditor.rule = _.getJsonValidate();
|
|
5081
5065
|
utilFuns[jsonEditor.ControlType] = jsonEditor;
|
|
5082
5066
|
const formAction = defineAsyncComponent({
|
|
5083
|
-
loader: () => import('./formAction-
|
|
5067
|
+
loader: () => import('./formAction-49d001ba.mjs'),
|
|
5084
5068
|
loadingComponent: Loading
|
|
5085
5069
|
});
|
|
5086
5070
|
formAction.ControlType = "FormAction";
|
|
5087
5071
|
formAction.isHide = true;
|
|
5088
5072
|
utilFuns[formAction.ControlType] = formAction;
|
|
5089
5073
|
const Rule = defineAsyncComponent({
|
|
5090
|
-
loader: () => import('./index-
|
|
5074
|
+
loader: () => import('./index-9011c6c8.mjs'),
|
|
5091
5075
|
loadingComponent: Loading
|
|
5092
5076
|
});
|
|
5093
5077
|
Rule.ControlType = "Rule";
|
|
@@ -5096,7 +5080,7 @@ utilFuns[Rule.ControlType] = Rule;
|
|
|
5096
5080
|
const install = (app) => {
|
|
5097
5081
|
app.config.globalProperties.$formcomponents = utilFuns;
|
|
5098
5082
|
};
|
|
5099
|
-
const Dynamicform = defineAsyncComponent(() => import('./starfish-form-
|
|
5083
|
+
const Dynamicform = defineAsyncComponent(() => import('./starfish-form-1d0c1e4b.mjs'));
|
|
5100
5084
|
const main = {
|
|
5101
5085
|
install
|
|
5102
5086
|
};
|
|
@@ -3,7 +3,7 @@ import 'element-plus/es/components/base/style/css';
|
|
|
3
3
|
import 'element-plus/es/components/form/style/css';
|
|
4
4
|
import 'element-plus/es/components/form-item/style/css';
|
|
5
5
|
import { defineComponent, getCurrentInstance, ref, onMounted, openBlock, createElementBlock, createVNode, withCtx, Fragment, renderList, createBlock, resolveDynamicComponent, mergeProps, createCommentVNode, toRaw } from 'vue';
|
|
6
|
-
import { _ as _export_sfc } from './main-
|
|
6
|
+
import { _ as _export_sfc } from './main-72d58014.mjs';
|
|
7
7
|
import 'element-plus/es/components/icon/style/css';
|
|
8
8
|
import 'element-plus/es/components/input/style/css';
|
|
9
9
|
import 'element-plus/es/components/checkbox/style/css';
|
package/dist/starfish-form.mjs
CHANGED
package/dist/style.css
CHANGED
|
@@ -144,8 +144,8 @@
|
|
|
144
144
|
align-items: center;
|
|
145
145
|
}
|
|
146
146
|
.starfish-keyValueItem .keyValueControl > div {
|
|
147
|
-
width:
|
|
148
|
-
height:
|
|
147
|
+
width: 18px;
|
|
148
|
+
height: 18px;
|
|
149
149
|
border: 1px solid #eee;
|
|
150
150
|
border-radius: 50%;
|
|
151
151
|
background: #fff;
|
|
@@ -153,13 +153,14 @@
|
|
|
153
153
|
align-items: center;
|
|
154
154
|
justify-content: center;
|
|
155
155
|
margin: 5px 0;
|
|
156
|
+
cursor: pointer;
|
|
156
157
|
}
|
|
157
158
|
.starfish-keyValueItem .keyValueControl .add {
|
|
158
159
|
background: #409eff;
|
|
159
160
|
color: white;
|
|
160
161
|
}
|
|
161
162
|
.starfish-keyValueItem .keyValueControl .remove {
|
|
162
|
-
background:
|
|
163
|
+
background: #ec4747;
|
|
163
164
|
color: white;
|
|
164
165
|
}
|
|
165
166
|
.starfish-keyValueItem .keyValueControl i {
|
package/package.json
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
</div>
|
|
29
29
|
<div class="keyValueControl">
|
|
30
30
|
<div class="add" @click="addItem(index)">
|
|
31
|
-
<
|
|
31
|
+
<i class="iconfontui icon-zengjia"></i>
|
|
32
32
|
</div>
|
|
33
33
|
<div class="remove" @click="removeItem(index)">
|
|
34
34
|
<el-icon :size="12" style="color: #fff"><SemiSelect /></el-icon>
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
</template>
|
|
47
47
|
<script lang="ts">
|
|
48
48
|
import { defineComponent } from "vue";
|
|
49
|
-
import {
|
|
49
|
+
import { SemiSelect } from '@element-plus/icons-vue';
|
|
50
50
|
import { getFormConfig } from "../utils/fieldConfig";
|
|
51
51
|
import fieldProps from "../utils/fieldProps";
|
|
52
52
|
export default defineComponent({
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
props: {
|
|
59
59
|
...fieldProps,
|
|
60
60
|
},
|
|
61
|
+
components: { SemiSelect },
|
|
61
62
|
setup(props) {
|
|
62
63
|
function getMaxId() {
|
|
63
64
|
let maxId = 0;
|
|
@@ -70,8 +71,6 @@
|
|
|
70
71
|
return maxId + 1;
|
|
71
72
|
}
|
|
72
73
|
return {
|
|
73
|
-
Plus,
|
|
74
|
-
SemiSelect,
|
|
75
74
|
getChangeValue(sitem: any) {
|
|
76
75
|
const data: any = props.data;
|
|
77
76
|
const item: any = props.item;
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
</div>
|
|
29
29
|
<div class="keyValueControl">
|
|
30
30
|
<div class="add" @click="addItem(index)">
|
|
31
|
-
<
|
|
31
|
+
<i class="iconfontui icon-zengjia"></i>
|
|
32
32
|
</div>
|
|
33
33
|
<div class="remove" @click="removeItem(index)">
|
|
34
34
|
<el-icon :size="12" style="color: #fff"><SemiSelect /></el-icon>
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
</template>
|
|
47
47
|
<script lang="ts">
|
|
48
48
|
import { defineComponent } from "vue";
|
|
49
|
-
import {
|
|
49
|
+
import { SemiSelect } from '@element-plus/icons-vue';
|
|
50
50
|
import { getFormConfig } from "../utils/fieldConfig";
|
|
51
51
|
import fieldProps from "../utils/fieldProps";
|
|
52
52
|
export default defineComponent({
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
props: {
|
|
58
58
|
...fieldProps,
|
|
59
59
|
},
|
|
60
|
+
components: { SemiSelect },
|
|
60
61
|
getFormConfig: getFormConfig("KeyValueConfigMult"),
|
|
61
62
|
setup(props) {
|
|
62
63
|
function getMaxId() {
|
|
@@ -70,8 +71,6 @@
|
|
|
70
71
|
return maxId + 1;
|
|
71
72
|
}
|
|
72
73
|
return {
|
|
73
|
-
Plus,
|
|
74
|
-
SemiSelect,
|
|
75
74
|
getChangeValue() {
|
|
76
75
|
const data: any = props.data;
|
|
77
76
|
const item: any = props.item;
|
|
@@ -1,56 +1,57 @@
|
|
|
1
|
-
.starfish-keyValueItem {
|
|
2
|
-
display: flex;
|
|
3
|
-
justify-content: space-around;
|
|
4
|
-
align-items: center;
|
|
5
|
-
font-size: 12px;
|
|
6
|
-
border: 1px solid #eee;
|
|
7
|
-
margin-bottom: 6px;
|
|
8
|
-
border-radius: 10px;
|
|
9
|
-
padding: 10px 0;
|
|
10
|
-
.keyValueSelect {
|
|
11
|
-
width: 30px;
|
|
12
|
-
text-align: center;
|
|
13
|
-
}
|
|
14
|
-
.keyValueInput {
|
|
15
|
-
flex: 1;
|
|
16
|
-
.inputItem {
|
|
17
|
-
line-height: 20px;
|
|
18
|
-
}
|
|
19
|
-
> div {
|
|
20
|
-
margin-bottom: 7px;
|
|
21
|
-
span {
|
|
22
|
-
display: block;
|
|
23
|
-
margin-bottom: 6px;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
.keyValueControl {
|
|
28
|
-
width: 40px;
|
|
29
|
-
display: flex;
|
|
30
|
-
flex-direction: column;
|
|
31
|
-
justify-content: space-around;
|
|
32
|
-
align-items: center;
|
|
33
|
-
> div {
|
|
34
|
-
width:
|
|
35
|
-
height:
|
|
36
|
-
border: 1px solid #eee;
|
|
37
|
-
border-radius: 50%;
|
|
38
|
-
background: #fff;
|
|
39
|
-
display: flex;
|
|
40
|
-
align-items: center;
|
|
41
|
-
justify-content: center;
|
|
42
|
-
margin: 5px 0;
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
}
|
|
1
|
+
.starfish-keyValueItem {
|
|
2
|
+
display: flex;
|
|
3
|
+
justify-content: space-around;
|
|
4
|
+
align-items: center;
|
|
5
|
+
font-size: 12px;
|
|
6
|
+
border: 1px solid #eee;
|
|
7
|
+
margin-bottom: 6px;
|
|
8
|
+
border-radius: 10px;
|
|
9
|
+
padding: 10px 0;
|
|
10
|
+
.keyValueSelect {
|
|
11
|
+
width: 30px;
|
|
12
|
+
text-align: center;
|
|
13
|
+
}
|
|
14
|
+
.keyValueInput {
|
|
15
|
+
flex: 1;
|
|
16
|
+
.inputItem {
|
|
17
|
+
line-height: 20px;
|
|
18
|
+
}
|
|
19
|
+
> div {
|
|
20
|
+
margin-bottom: 7px;
|
|
21
|
+
span {
|
|
22
|
+
display: block;
|
|
23
|
+
margin-bottom: 6px;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
.keyValueControl {
|
|
28
|
+
width: 40px;
|
|
29
|
+
display: flex;
|
|
30
|
+
flex-direction: column;
|
|
31
|
+
justify-content: space-around;
|
|
32
|
+
align-items: center;
|
|
33
|
+
> div {
|
|
34
|
+
width: 18px;
|
|
35
|
+
height: 18px;
|
|
36
|
+
border: 1px solid #eee;
|
|
37
|
+
border-radius: 50%;
|
|
38
|
+
background: #fff;
|
|
39
|
+
display: flex;
|
|
40
|
+
align-items: center;
|
|
41
|
+
justify-content: center;
|
|
42
|
+
margin: 5px 0;
|
|
43
|
+
cursor: pointer;
|
|
44
|
+
}
|
|
45
|
+
.add {
|
|
46
|
+
background: #409eff;
|
|
47
|
+
color: white;
|
|
48
|
+
}
|
|
49
|
+
.remove {
|
|
50
|
+
background: #ec4747;
|
|
51
|
+
color: white;
|
|
52
|
+
}
|
|
53
|
+
i {
|
|
54
|
+
font-size: 12px;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
package/stats.html
CHANGED
|
@@ -4822,7 +4822,7 @@ var drawChart = (function (exports) {
|
|
|
4822
4822
|
</script>
|
|
4823
4823
|
<script>
|
|
4824
4824
|
/*<!--*/
|
|
4825
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"starfish-form.mjs","uid":"0fa387eb-1"},{"name":"main-2d947b2c.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design","children":[{"name":"packages","children":[{"name":"form/src","children":[{"name":"utils","children":[{"uid":"0fa387eb-3","name":"fieldConfig.ts"},{"uid":"0fa387eb-5","name":"fieldProps.ts"},{"uid":"0fa387eb-23","name":"customHooks.ts"}]},{"name":"common","children":[{"uid":"0fa387eb-9","name":"KeyValueConfig.vue"},{"uid":"0fa387eb-11","name":"KeyValueConfigMult.vue"},{"uid":"0fa387eb-13","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"0fa387eb-15","name":"Loading.vue"},{"uid":"0fa387eb-17","name":"action.vue"},{"uid":"0fa387eb-19","name":"listConfig.vue"},{"uid":"0fa387eb-21","name":"panel.vue"},{"uid":"0fa387eb-25","name":"radiogroup.vue"}]},{"name":"components","children":[{"name":"CheckBox/index.vue","uid":"0fa387eb-27"},{"name":"ColorSelect","children":[{"uid":"0fa387eb-29","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"0fa387eb-31","name":"index.vue"}]},{"name":"Date/index.vue","uid":"0fa387eb-33"},{"name":"DateTime/index.vue","uid":"0fa387eb-35"},{"name":"InputNumber/index.vue","uid":"0fa387eb-37"},{"name":"Radio/index.vue","uid":"0fa387eb-39"},{"name":"Rule","children":[{"uid":"0fa387eb-41","name":"ruleform.json"},{"uid":"0fa387eb-43","name":"rules.js"}]},{"name":"Selected/index.vue","uid":"0fa387eb-45"},{"name":"Selecteds/index.vue","uid":"0fa387eb-47"},{"name":"ShowRule/index.vue","uid":"0fa387eb-49"},{"name":"Slider/index.vue","uid":"0fa387eb-51"},{"name":"Switch/index.vue","uid":"0fa387eb-53"},{"name":"Text/index.vue","uid":"0fa387eb-55"},{"name":"TextArea/index.vue","uid":"0fa387eb-57"},{"name":"Time/index.vue","uid":"0fa387eb-59"}]},{"name":"layout","children":[{"uid":"0fa387eb-61","name":"Divider.vue"},{"uid":"0fa387eb-63","name":"Info.vue"},{"uid":"0fa387eb-65","name":"Tabs.vue"},{"uid":"0fa387eb-67","name":"collapse.vue"},{"uid":"0fa387eb-69","name":"grid.vue"},{"uid":"0fa387eb-71","name":"table.vue"}]},{"name":"styles/index.scss","uid":"0fa387eb-73"},{"uid":"0fa387eb-86","name":"main.ts"}]},{"name":"editor/src","children":[{"name":"controller","children":[{"uid":"0fa387eb-77","name":"history.ts"},{"uid":"0fa387eb-79","name":"form.ts"}]},{"name":"utils/_.ts","uid":"0fa387eb-81"},{"name":"common","children":[{"uid":"0fa387eb-83","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"0fa387eb-85","name":"Loading.vue"}]}]}]},{"name":"node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","uid":"0fa387eb-75"}]},{"uid":"0fa387eb-7","name":"plugin-vue:export-helper"}]},{"name":"index-6414efee.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","uid":"0fa387eb-88"}]},{"name":"index-07a56f42.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","uid":"0fa387eb-90"}]},{"name":"formAction-f22cc5f4.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common","children":[{"uid":"0fa387eb-92","name":"formAction.vue?vue&type=style&index=0&lang.scss"},{"uid":"0fa387eb-94","name":"formAction.vue"}]}]},{"name":"index-6e5bd506.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule","children":[{"uid":"0fa387eb-96","name":"index.vue?vue&type=style&index=0&lang.scss"},{"uid":"0fa387eb-98","name":"index.vue"}]}]},{"name":"starfish-form-a993ec26.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","uid":"0fa387eb-100"}]}],"isRoot":true},"nodeParts":{"0fa387eb-1":{"id":"starfish-form.mjs","gzipLength":0,"brotliLength":0,"renderedLength":1902,"metaUid":"0fa387eb-0"},"0fa387eb-3":{"renderedLength":17784,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-2"},"0fa387eb-5":{"renderedLength":567,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-4"},"0fa387eb-7":{"renderedLength":159,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-6"},"0fa387eb-9":{"renderedLength":8608,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-8"},"0fa387eb-11":{"renderedLength":8425,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-10"},"0fa387eb-13":{"renderedLength":103,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-12"},"0fa387eb-15":{"renderedLength":404,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-14"},"0fa387eb-17":{"renderedLength":8527,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-16"},"0fa387eb-19":{"renderedLength":3223,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-18"},"0fa387eb-21":{"renderedLength":5397,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-20"},"0fa387eb-23":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-22"},"0fa387eb-25":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-24"},"0fa387eb-27":{"renderedLength":3990,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-26"},"0fa387eb-29":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-28"},"0fa387eb-31":{"renderedLength":3864,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-30"},"0fa387eb-33":{"renderedLength":3008,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-32"},"0fa387eb-35":{"renderedLength":3038,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-34"},"0fa387eb-37":{"renderedLength":3556,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-36"},"0fa387eb-39":{"renderedLength":3908,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-38"},"0fa387eb-41":{"renderedLength":5040,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-40"},"0fa387eb-43":{"renderedLength":2564,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-42"},"0fa387eb-45":{"renderedLength":4250,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-44"},"0fa387eb-47":{"renderedLength":4312,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-46"},"0fa387eb-49":{"renderedLength":4133,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-48"},"0fa387eb-51":{"renderedLength":2944,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-50"},"0fa387eb-53":{"renderedLength":2726,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-52"},"0fa387eb-55":{"renderedLength":3501,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-54"},"0fa387eb-57":{"renderedLength":3566,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-56"},"0fa387eb-59":{"renderedLength":2972,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-58"},"0fa387eb-61":{"renderedLength":1315,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-60"},"0fa387eb-63":{"renderedLength":2999,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-62"},"0fa387eb-65":{"renderedLength":5888,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-64"},"0fa387eb-67":{"renderedLength":6238,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-66"},"0fa387eb-69":{"renderedLength":6248,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-68"},"0fa387eb-71":{"renderedLength":5731,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-70"},"0fa387eb-73":{"renderedLength":17,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-72"},"0fa387eb-75":{"renderedLength":350,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-74"},"0fa387eb-77":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-76"},"0fa387eb-79":{"renderedLength":5852,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-78"},"0fa387eb-81":{"renderedLength":9841,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-80"},"0fa387eb-83":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-82"},"0fa387eb-85":{"renderedLength":390,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-84"},"0fa387eb-86":{"renderedLength":2981,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-0"},"0fa387eb-88":{"renderedLength":2874,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-87"},"0fa387eb-90":{"renderedLength":6675,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-89"},"0fa387eb-92":{"renderedLength":92,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-91"},"0fa387eb-94":{"renderedLength":17107,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-93"},"0fa387eb-96":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-95"},"0fa387eb-98":{"renderedLength":18207,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-97"},"0fa387eb-100":{"renderedLength":8873,"gzipLength":0,"brotliLength":0,"metaUid":"0fa387eb-99"}},"nodeMetas":{"0fa387eb-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/main.ts","moduleParts":{"starfish-form.mjs":"0fa387eb-1","main-2d947b2c.mjs":"0fa387eb-86"},"imported":[{"uid":"0fa387eb-8"},{"uid":"0fa387eb-10"},{"uid":"0fa387eb-14"},{"uid":"0fa387eb-16"},{"uid":"0fa387eb-18"},{"uid":"0fa387eb-20"},{"uid":"0fa387eb-24"},{"uid":"0fa387eb-26"},{"uid":"0fa387eb-30"},{"uid":"0fa387eb-32"},{"uid":"0fa387eb-34"},{"uid":"0fa387eb-36"},{"uid":"0fa387eb-38"},{"uid":"0fa387eb-40"},{"uid":"0fa387eb-42"},{"uid":"0fa387eb-44"},{"uid":"0fa387eb-46"},{"uid":"0fa387eb-48"},{"uid":"0fa387eb-50"},{"uid":"0fa387eb-52"},{"uid":"0fa387eb-54"},{"uid":"0fa387eb-56"},{"uid":"0fa387eb-58"},{"uid":"0fa387eb-60"},{"uid":"0fa387eb-62"},{"uid":"0fa387eb-64"},{"uid":"0fa387eb-66"},{"uid":"0fa387eb-68"},{"uid":"0fa387eb-70"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-72"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-80"},{"uid":"0fa387eb-84"},{"uid":"0fa387eb-87","dynamic":true},{"uid":"0fa387eb-89","dynamic":true},{"uid":"0fa387eb-93","dynamic":true},{"uid":"0fa387eb-97","dynamic":true},{"uid":"0fa387eb-99","dynamic":true}],"importedBy":[],"isEntry":true},"0fa387eb-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldConfig.ts","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-3"},"imported":[],"importedBy":[{"uid":"0fa387eb-0"},{"uid":"0fa387eb-8"},{"uid":"0fa387eb-10"},{"uid":"0fa387eb-26"},{"uid":"0fa387eb-30"},{"uid":"0fa387eb-32"},{"uid":"0fa387eb-34"},{"uid":"0fa387eb-36"},{"uid":"0fa387eb-38"},{"uid":"0fa387eb-44"},{"uid":"0fa387eb-46"},{"uid":"0fa387eb-50"},{"uid":"0fa387eb-52"},{"uid":"0fa387eb-54"},{"uid":"0fa387eb-56"},{"uid":"0fa387eb-58"},{"uid":"0fa387eb-60"},{"uid":"0fa387eb-62"},{"uid":"0fa387eb-64"},{"uid":"0fa387eb-66"},{"uid":"0fa387eb-68"},{"uid":"0fa387eb-70"},{"uid":"0fa387eb-87"},{"uid":"0fa387eb-89"}]},"0fa387eb-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldProps.ts","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-5"},"imported":[],"importedBy":[{"uid":"0fa387eb-8"},{"uid":"0fa387eb-10"},{"uid":"0fa387eb-16"},{"uid":"0fa387eb-18"},{"uid":"0fa387eb-20"},{"uid":"0fa387eb-24"},{"uid":"0fa387eb-26"},{"uid":"0fa387eb-30"},{"uid":"0fa387eb-32"},{"uid":"0fa387eb-34"},{"uid":"0fa387eb-36"},{"uid":"0fa387eb-38"},{"uid":"0fa387eb-44"},{"uid":"0fa387eb-46"},{"uid":"0fa387eb-48"},{"uid":"0fa387eb-50"},{"uid":"0fa387eb-52"},{"uid":"0fa387eb-54"},{"uid":"0fa387eb-56"},{"uid":"0fa387eb-58"},{"uid":"0fa387eb-60"},{"uid":"0fa387eb-62"},{"uid":"0fa387eb-64"},{"uid":"0fa387eb-66"},{"uid":"0fa387eb-68"},{"uid":"0fa387eb-70"},{"uid":"0fa387eb-87"},{"uid":"0fa387eb-89"},{"uid":"0fa387eb-97"}]},"0fa387eb-6":{"id":"plugin-vue:export-helper","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-7"},"imported":[],"importedBy":[{"uid":"0fa387eb-8"},{"uid":"0fa387eb-10"},{"uid":"0fa387eb-14"},{"uid":"0fa387eb-16"},{"uid":"0fa387eb-18"},{"uid":"0fa387eb-20"},{"uid":"0fa387eb-24"},{"uid":"0fa387eb-26"},{"uid":"0fa387eb-30"},{"uid":"0fa387eb-32"},{"uid":"0fa387eb-34"},{"uid":"0fa387eb-36"},{"uid":"0fa387eb-38"},{"uid":"0fa387eb-44"},{"uid":"0fa387eb-46"},{"uid":"0fa387eb-48"},{"uid":"0fa387eb-50"},{"uid":"0fa387eb-52"},{"uid":"0fa387eb-54"},{"uid":"0fa387eb-56"},{"uid":"0fa387eb-58"},{"uid":"0fa387eb-60"},{"uid":"0fa387eb-62"},{"uid":"0fa387eb-64"},{"uid":"0fa387eb-66"},{"uid":"0fa387eb-68"},{"uid":"0fa387eb-70"},{"uid":"0fa387eb-84"},{"uid":"0fa387eb-87"},{"uid":"0fa387eb-89"},{"uid":"0fa387eb-93"},{"uid":"0fa387eb-97"},{"uid":"0fa387eb-99"}]},"0fa387eb-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfig.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-9"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-104"},{"uid":"0fa387eb-105"},{"uid":"0fa387eb-106"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-108"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfigMult.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-11"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-104"},{"uid":"0fa387eb-105"},{"uid":"0fa387eb-106"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-108"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-12":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-13"},"imported":[],"importedBy":[{"uid":"0fa387eb-14"}]},"0fa387eb-14":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-15"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-109"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-12"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/action.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-17"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-110"},{"uid":"0fa387eb-111"},{"uid":"0fa387eb-112"},{"uid":"0fa387eb-113"},{"uid":"0fa387eb-114"},{"uid":"0fa387eb-115"},{"uid":"0fa387eb-116"},{"uid":"0fa387eb-104"},{"uid":"0fa387eb-117"},{"uid":"0fa387eb-118"},{"uid":"0fa387eb-119"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-108"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/listConfig.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-19"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-115"},{"uid":"0fa387eb-116"},{"uid":"0fa387eb-104"},{"uid":"0fa387eb-120"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-108"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/panel.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-21"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-115"},{"uid":"0fa387eb-116"},{"uid":"0fa387eb-104"},{"uid":"0fa387eb-105"},{"uid":"0fa387eb-117"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-108"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/customHooks.ts","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-23"},"imported":[{"uid":"0fa387eb-101"}],"importedBy":[{"uid":"0fa387eb-24"},{"uid":"0fa387eb-26"},{"uid":"0fa387eb-30"},{"uid":"0fa387eb-32"},{"uid":"0fa387eb-34"},{"uid":"0fa387eb-36"},{"uid":"0fa387eb-38"},{"uid":"0fa387eb-44"},{"uid":"0fa387eb-46"},{"uid":"0fa387eb-48"},{"uid":"0fa387eb-50"},{"uid":"0fa387eb-52"},{"uid":"0fa387eb-54"},{"uid":"0fa387eb-56"},{"uid":"0fa387eb-58"},{"uid":"0fa387eb-60"},{"uid":"0fa387eb-62"},{"uid":"0fa387eb-64"},{"uid":"0fa387eb-66"},{"uid":"0fa387eb-68"},{"uid":"0fa387eb-70"},{"uid":"0fa387eb-87"},{"uid":"0fa387eb-89"}]},"0fa387eb-24":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/radiogroup.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-25"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-121"},{"uid":"0fa387eb-122"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/CheckBox/index.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-27"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-123"},{"uid":"0fa387eb-106"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-28":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-29"},"imported":[],"importedBy":[{"uid":"0fa387eb-30"}]},"0fa387eb-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-31"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-124"},{"uid":"0fa387eb-105"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-28"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Date/index.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-33"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-125"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/DateTime/index.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-35"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-125"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/InputNumber/index.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-37"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-120"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Radio/index.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-39"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-121"},{"uid":"0fa387eb-126"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/ruleform.json","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-41"},"imported":[],"importedBy":[{"uid":"0fa387eb-0"},{"uid":"0fa387eb-97"}]},"0fa387eb-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/rules.js","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-43"},"imported":[],"importedBy":[{"uid":"0fa387eb-0"},{"uid":"0fa387eb-97"}]},"0fa387eb-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selected/index.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-45"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-118"},{"uid":"0fa387eb-119"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selecteds/index.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-47"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-118"},{"uid":"0fa387eb-119"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ShowRule/index.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-49"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-116"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Slider/index.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-51"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-127"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-52":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Switch/index.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-53"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-128"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Text/index.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-55"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-105"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-56":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/TextArea/index.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-57"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-105"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-58":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Time/index.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-59"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-129"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-60":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Divider.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-61"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-130"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-62":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Info.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-63"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-131"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-64":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Tabs.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-65"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-132"},{"uid":"0fa387eb-133"},{"uid":"0fa387eb-134"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-66":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/collapse.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-67"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-113"},{"uid":"0fa387eb-114"},{"uid":"0fa387eb-134"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-68":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/grid.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-69"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-115"},{"uid":"0fa387eb-134"},{"uid":"0fa387eb-117"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-70":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/table.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-71"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-134"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-72":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/styles/index.scss","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-73"},"imported":[],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-74":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-75"},"imported":[{"uid":"0fa387eb-145"}],"importedBy":[{"uid":"0fa387eb-80"}]},"0fa387eb-76":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-77"},"imported":[{"uid":"0fa387eb-101"},{"uid":"0fa387eb-78"}],"importedBy":[{"uid":"0fa387eb-78"}]},"0fa387eb-78":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-79"},"imported":[{"uid":"0fa387eb-101"},{"uid":"0fa387eb-76"}],"importedBy":[{"uid":"0fa387eb-80"},{"uid":"0fa387eb-76"}]},"0fa387eb-80":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-81"},"imported":[{"uid":"0fa387eb-135"},{"uid":"0fa387eb-74"},{"uid":"0fa387eb-78"}],"importedBy":[{"uid":"0fa387eb-0"},{"uid":"0fa387eb-89"},{"uid":"0fa387eb-97"}]},"0fa387eb-82":{"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-2d947b2c.mjs":"0fa387eb-83"},"imported":[],"importedBy":[{"uid":"0fa387eb-84"}]},"0fa387eb-84":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main-2d947b2c.mjs":"0fa387eb-85"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-109"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-82"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-87":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","moduleParts":{"index-6414efee.mjs":"0fa387eb-88"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-136"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-89":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","moduleParts":{"index-07a56f42.mjs":"0fa387eb-90"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-137"},{"uid":"0fa387eb-138"},{"uid":"0fa387eb-116"},{"uid":"0fa387eb-139"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-2"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-140"},{"uid":"0fa387eb-80"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-91":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue?vue&type=style&index=0&lang.scss","moduleParts":{"formAction-f22cc5f4.mjs":"0fa387eb-92"},"imported":[],"importedBy":[{"uid":"0fa387eb-93"}]},"0fa387eb-93":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue","moduleParts":{"formAction-f22cc5f4.mjs":"0fa387eb-94"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-141"},{"uid":"0fa387eb-134"},{"uid":"0fa387eb-105"},{"uid":"0fa387eb-142"},{"uid":"0fa387eb-137"},{"uid":"0fa387eb-139"},{"uid":"0fa387eb-143"},{"uid":"0fa387eb-116"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-144"},{"uid":"0fa387eb-91"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-95":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue?vue&type=style&index=0&lang.scss","moduleParts":{"index-6e5bd506.mjs":"0fa387eb-96"},"imported":[],"importedBy":[{"uid":"0fa387eb-97"}]},"0fa387eb-97":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue","moduleParts":{"index-6e5bd506.mjs":"0fa387eb-98"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-137"},{"uid":"0fa387eb-139"},{"uid":"0fa387eb-138"},{"uid":"0fa387eb-131"},{"uid":"0fa387eb-110"},{"uid":"0fa387eb-111"},{"uid":"0fa387eb-112"},{"uid":"0fa387eb-113"},{"uid":"0fa387eb-114"},{"uid":"0fa387eb-104"},{"uid":"0fa387eb-116"},{"uid":"0fa387eb-118"},{"uid":"0fa387eb-119"},{"uid":"0fa387eb-107"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-4"},{"uid":"0fa387eb-80"},{"uid":"0fa387eb-42"},{"uid":"0fa387eb-40"},{"uid":"0fa387eb-108"},{"uid":"0fa387eb-99"},{"uid":"0fa387eb-144"},{"uid":"0fa387eb-95"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"}]},"0fa387eb-99":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","moduleParts":{"starfish-form-a993ec26.mjs":"0fa387eb-100"},"imported":[{"uid":"0fa387eb-102"},{"uid":"0fa387eb-103"},{"uid":"0fa387eb-141"},{"uid":"0fa387eb-134"},{"uid":"0fa387eb-101"},{"uid":"0fa387eb-6"}],"importedBy":[{"uid":"0fa387eb-0"},{"uid":"0fa387eb-97"}]},"0fa387eb-101":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-0"},{"uid":"0fa387eb-8"},{"uid":"0fa387eb-10"},{"uid":"0fa387eb-14"},{"uid":"0fa387eb-16"},{"uid":"0fa387eb-18"},{"uid":"0fa387eb-20"},{"uid":"0fa387eb-24"},{"uid":"0fa387eb-26"},{"uid":"0fa387eb-30"},{"uid":"0fa387eb-32"},{"uid":"0fa387eb-34"},{"uid":"0fa387eb-36"},{"uid":"0fa387eb-38"},{"uid":"0fa387eb-44"},{"uid":"0fa387eb-46"},{"uid":"0fa387eb-48"},{"uid":"0fa387eb-50"},{"uid":"0fa387eb-52"},{"uid":"0fa387eb-54"},{"uid":"0fa387eb-56"},{"uid":"0fa387eb-58"},{"uid":"0fa387eb-60"},{"uid":"0fa387eb-62"},{"uid":"0fa387eb-64"},{"uid":"0fa387eb-66"},{"uid":"0fa387eb-68"},{"uid":"0fa387eb-70"},{"uid":"0fa387eb-84"},{"uid":"0fa387eb-87"},{"uid":"0fa387eb-89"},{"uid":"0fa387eb-93"},{"uid":"0fa387eb-97"},{"uid":"0fa387eb-99"},{"uid":"0fa387eb-22"},{"uid":"0fa387eb-78"},{"uid":"0fa387eb-76"}],"isExternal":true},"0fa387eb-102":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-8"},{"uid":"0fa387eb-10"},{"uid":"0fa387eb-14"},{"uid":"0fa387eb-16"},{"uid":"0fa387eb-18"},{"uid":"0fa387eb-20"},{"uid":"0fa387eb-24"},{"uid":"0fa387eb-26"},{"uid":"0fa387eb-30"},{"uid":"0fa387eb-32"},{"uid":"0fa387eb-34"},{"uid":"0fa387eb-36"},{"uid":"0fa387eb-38"},{"uid":"0fa387eb-44"},{"uid":"0fa387eb-46"},{"uid":"0fa387eb-48"},{"uid":"0fa387eb-50"},{"uid":"0fa387eb-52"},{"uid":"0fa387eb-54"},{"uid":"0fa387eb-56"},{"uid":"0fa387eb-58"},{"uid":"0fa387eb-60"},{"uid":"0fa387eb-62"},{"uid":"0fa387eb-64"},{"uid":"0fa387eb-66"},{"uid":"0fa387eb-68"},{"uid":"0fa387eb-70"},{"uid":"0fa387eb-84"},{"uid":"0fa387eb-87"},{"uid":"0fa387eb-89"},{"uid":"0fa387eb-93"},{"uid":"0fa387eb-97"},{"uid":"0fa387eb-99"}],"isExternal":true},"0fa387eb-103":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-8"},{"uid":"0fa387eb-10"},{"uid":"0fa387eb-14"},{"uid":"0fa387eb-16"},{"uid":"0fa387eb-18"},{"uid":"0fa387eb-20"},{"uid":"0fa387eb-24"},{"uid":"0fa387eb-26"},{"uid":"0fa387eb-30"},{"uid":"0fa387eb-32"},{"uid":"0fa387eb-34"},{"uid":"0fa387eb-36"},{"uid":"0fa387eb-38"},{"uid":"0fa387eb-44"},{"uid":"0fa387eb-46"},{"uid":"0fa387eb-48"},{"uid":"0fa387eb-50"},{"uid":"0fa387eb-52"},{"uid":"0fa387eb-54"},{"uid":"0fa387eb-56"},{"uid":"0fa387eb-58"},{"uid":"0fa387eb-60"},{"uid":"0fa387eb-62"},{"uid":"0fa387eb-64"},{"uid":"0fa387eb-66"},{"uid":"0fa387eb-68"},{"uid":"0fa387eb-70"},{"uid":"0fa387eb-84"},{"uid":"0fa387eb-87"},{"uid":"0fa387eb-89"},{"uid":"0fa387eb-93"},{"uid":"0fa387eb-97"},{"uid":"0fa387eb-99"}],"isExternal":true},"0fa387eb-104":{"id":"element-plus/es/components/icon/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-8"},{"uid":"0fa387eb-10"},{"uid":"0fa387eb-16"},{"uid":"0fa387eb-18"},{"uid":"0fa387eb-20"},{"uid":"0fa387eb-97"}],"isExternal":true},"0fa387eb-105":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-8"},{"uid":"0fa387eb-10"},{"uid":"0fa387eb-20"},{"uid":"0fa387eb-30"},{"uid":"0fa387eb-54"},{"uid":"0fa387eb-56"},{"uid":"0fa387eb-93"}],"isExternal":true},"0fa387eb-106":{"id":"element-plus/es/components/checkbox/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-8"},{"uid":"0fa387eb-10"},{"uid":"0fa387eb-26"}],"isExternal":true},"0fa387eb-107":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-8"},{"uid":"0fa387eb-10"},{"uid":"0fa387eb-16"},{"uid":"0fa387eb-20"},{"uid":"0fa387eb-24"},{"uid":"0fa387eb-26"},{"uid":"0fa387eb-30"},{"uid":"0fa387eb-32"},{"uid":"0fa387eb-34"},{"uid":"0fa387eb-36"},{"uid":"0fa387eb-38"},{"uid":"0fa387eb-44"},{"uid":"0fa387eb-46"},{"uid":"0fa387eb-48"},{"uid":"0fa387eb-50"},{"uid":"0fa387eb-52"},{"uid":"0fa387eb-54"},{"uid":"0fa387eb-56"},{"uid":"0fa387eb-58"},{"uid":"0fa387eb-62"},{"uid":"0fa387eb-87"},{"uid":"0fa387eb-89"},{"uid":"0fa387eb-93"},{"uid":"0fa387eb-97"}],"isExternal":true},"0fa387eb-108":{"id":"@element-plus/icons-vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-8"},{"uid":"0fa387eb-10"},{"uid":"0fa387eb-16"},{"uid":"0fa387eb-18"},{"uid":"0fa387eb-20"},{"uid":"0fa387eb-97"}],"isExternal":true},"0fa387eb-109":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-14"},{"uid":"0fa387eb-84"}],"isExternal":true},"0fa387eb-110":{"id":"element-plus/es/components/dropdown/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-16"},{"uid":"0fa387eb-97"}],"isExternal":true},"0fa387eb-111":{"id":"element-plus/es/components/dropdown-menu/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-16"},{"uid":"0fa387eb-97"}],"isExternal":true},"0fa387eb-112":{"id":"element-plus/es/components/dropdown-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-16"},{"uid":"0fa387eb-97"}],"isExternal":true},"0fa387eb-113":{"id":"element-plus/es/components/collapse/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-16"},{"uid":"0fa387eb-66"},{"uid":"0fa387eb-97"}],"isExternal":true},"0fa387eb-114":{"id":"element-plus/es/components/collapse-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-16"},{"uid":"0fa387eb-66"},{"uid":"0fa387eb-97"}],"isExternal":true},"0fa387eb-115":{"id":"element-plus/es/components/row/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-16"},{"uid":"0fa387eb-18"},{"uid":"0fa387eb-20"},{"uid":"0fa387eb-68"}],"isExternal":true},"0fa387eb-116":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-16"},{"uid":"0fa387eb-18"},{"uid":"0fa387eb-20"},{"uid":"0fa387eb-48"},{"uid":"0fa387eb-89"},{"uid":"0fa387eb-93"},{"uid":"0fa387eb-97"}],"isExternal":true},"0fa387eb-117":{"id":"element-plus/es/components/col/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-16"},{"uid":"0fa387eb-20"},{"uid":"0fa387eb-68"}],"isExternal":true},"0fa387eb-118":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-16"},{"uid":"0fa387eb-44"},{"uid":"0fa387eb-46"},{"uid":"0fa387eb-97"}],"isExternal":true},"0fa387eb-119":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-16"},{"uid":"0fa387eb-44"},{"uid":"0fa387eb-46"},{"uid":"0fa387eb-97"}],"isExternal":true},"0fa387eb-120":{"id":"element-plus/es/components/input-number/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-18"},{"uid":"0fa387eb-36"}],"isExternal":true},"0fa387eb-121":{"id":"element-plus/es/components/radio-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-24"},{"uid":"0fa387eb-38"}],"isExternal":true},"0fa387eb-122":{"id":"element-plus/es/components/radio-button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-24"}],"isExternal":true},"0fa387eb-123":{"id":"element-plus/es/components/checkbox-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-26"}],"isExternal":true},"0fa387eb-124":{"id":"element-plus/es/components/color-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-30"}],"isExternal":true},"0fa387eb-125":{"id":"element-plus/es/components/date-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-32"},{"uid":"0fa387eb-34"}],"isExternal":true},"0fa387eb-126":{"id":"element-plus/es/components/radio/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-38"}],"isExternal":true},"0fa387eb-127":{"id":"element-plus/es/components/slider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-50"}],"isExternal":true},"0fa387eb-128":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-52"}],"isExternal":true},"0fa387eb-129":{"id":"element-plus/es/components/time-select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-58"}],"isExternal":true},"0fa387eb-130":{"id":"element-plus/es/components/divider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-60"}],"isExternal":true},"0fa387eb-131":{"id":"element-plus/es/components/alert/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-62"},{"uid":"0fa387eb-97"}],"isExternal":true},"0fa387eb-132":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-64"}],"isExternal":true},"0fa387eb-133":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-64"}],"isExternal":true},"0fa387eb-134":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-64"},{"uid":"0fa387eb-66"},{"uid":"0fa387eb-68"},{"uid":"0fa387eb-70"},{"uid":"0fa387eb-93"},{"uid":"0fa387eb-99"}],"isExternal":true},"0fa387eb-135":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-80"}],"isExternal":true},"0fa387eb-136":{"id":"wangeditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-87"}],"isExternal":true},"0fa387eb-137":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-89"},{"uid":"0fa387eb-93"},{"uid":"0fa387eb-97"}],"isExternal":true},"0fa387eb-138":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-89"},{"uid":"0fa387eb-97"}],"isExternal":true},"0fa387eb-139":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-89"},{"uid":"0fa387eb-93"},{"uid":"0fa387eb-97"}],"isExternal":true},"0fa387eb-140":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-89"}],"isExternal":true},"0fa387eb-141":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-93"},{"uid":"0fa387eb-99"}],"isExternal":true},"0fa387eb-142":{"id":"element-plus/es/components/aside/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-93"}],"isExternal":true},"0fa387eb-143":{"id":"element-plus/es/components/scrollbar/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-93"}],"isExternal":true},"0fa387eb-144":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-93"},{"uid":"0fa387eb-97"}],"isExternal":true},"0fa387eb-145":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/url-alphabet/index.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"0fa387eb-74"}]}},"env":{"rollup":"3.29.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
|
4825
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"starfish-form.mjs","uid":"372e10c5-1"},{"name":"main-72d58014.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design","children":[{"name":"packages","children":[{"name":"form/src","children":[{"name":"utils","children":[{"uid":"372e10c5-3","name":"fieldConfig.ts"},{"uid":"372e10c5-5","name":"fieldProps.ts"},{"uid":"372e10c5-23","name":"customHooks.ts"}]},{"name":"common","children":[{"uid":"372e10c5-9","name":"KeyValueConfig.vue"},{"uid":"372e10c5-11","name":"KeyValueConfigMult.vue"},{"uid":"372e10c5-13","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"372e10c5-15","name":"Loading.vue"},{"uid":"372e10c5-17","name":"action.vue"},{"uid":"372e10c5-19","name":"listConfig.vue"},{"uid":"372e10c5-21","name":"panel.vue"},{"uid":"372e10c5-25","name":"radiogroup.vue"}]},{"name":"components","children":[{"name":"CheckBox/index.vue","uid":"372e10c5-27"},{"name":"ColorSelect","children":[{"uid":"372e10c5-29","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"372e10c5-31","name":"index.vue"}]},{"name":"Date/index.vue","uid":"372e10c5-33"},{"name":"DateTime/index.vue","uid":"372e10c5-35"},{"name":"InputNumber/index.vue","uid":"372e10c5-37"},{"name":"Radio/index.vue","uid":"372e10c5-39"},{"name":"Rule","children":[{"uid":"372e10c5-41","name":"ruleform.json"},{"uid":"372e10c5-43","name":"rules.js"}]},{"name":"Selected/index.vue","uid":"372e10c5-45"},{"name":"Selecteds/index.vue","uid":"372e10c5-47"},{"name":"ShowRule/index.vue","uid":"372e10c5-49"},{"name":"Slider/index.vue","uid":"372e10c5-51"},{"name":"Switch/index.vue","uid":"372e10c5-53"},{"name":"Text/index.vue","uid":"372e10c5-55"},{"name":"TextArea/index.vue","uid":"372e10c5-57"},{"name":"Time/index.vue","uid":"372e10c5-59"}]},{"name":"layout","children":[{"uid":"372e10c5-61","name":"Divider.vue"},{"uid":"372e10c5-63","name":"Info.vue"},{"uid":"372e10c5-65","name":"Tabs.vue"},{"uid":"372e10c5-67","name":"collapse.vue"},{"uid":"372e10c5-69","name":"grid.vue"},{"uid":"372e10c5-71","name":"table.vue"}]},{"name":"styles/index.scss","uid":"372e10c5-73"},{"uid":"372e10c5-86","name":"main.ts"}]},{"name":"editor/src","children":[{"name":"controller","children":[{"uid":"372e10c5-77","name":"history.ts"},{"uid":"372e10c5-79","name":"form.ts"}]},{"name":"utils/_.ts","uid":"372e10c5-81"},{"name":"common","children":[{"uid":"372e10c5-83","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"372e10c5-85","name":"Loading.vue"}]}]}]},{"name":"node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","uid":"372e10c5-75"}]},{"uid":"372e10c5-7","name":"plugin-vue:export-helper"}]},{"name":"index-e75e2fc5.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","uid":"372e10c5-88"}]},{"name":"index-489c57ea.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","uid":"372e10c5-90"}]},{"name":"formAction-49d001ba.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common","children":[{"uid":"372e10c5-92","name":"formAction.vue?vue&type=style&index=0&lang.scss"},{"uid":"372e10c5-94","name":"formAction.vue"}]}]},{"name":"index-9011c6c8.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule","children":[{"uid":"372e10c5-96","name":"index.vue?vue&type=style&index=0&lang.scss"},{"uid":"372e10c5-98","name":"index.vue"}]}]},{"name":"starfish-form-1d0c1e4b.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","uid":"372e10c5-100"}]}],"isRoot":true},"nodeParts":{"372e10c5-1":{"id":"starfish-form.mjs","gzipLength":0,"brotliLength":0,"renderedLength":1902,"metaUid":"372e10c5-0"},"372e10c5-3":{"renderedLength":17784,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-2"},"372e10c5-5":{"renderedLength":567,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-4"},"372e10c5-7":{"renderedLength":159,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-6"},"372e10c5-9":{"renderedLength":8426,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-8"},"372e10c5-11":{"renderedLength":8235,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-10"},"372e10c5-13":{"renderedLength":103,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-12"},"372e10c5-15":{"renderedLength":404,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-14"},"372e10c5-17":{"renderedLength":8527,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-16"},"372e10c5-19":{"renderedLength":3223,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-18"},"372e10c5-21":{"renderedLength":5397,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-20"},"372e10c5-23":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-22"},"372e10c5-25":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-24"},"372e10c5-27":{"renderedLength":3990,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-26"},"372e10c5-29":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-28"},"372e10c5-31":{"renderedLength":3864,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-30"},"372e10c5-33":{"renderedLength":3008,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-32"},"372e10c5-35":{"renderedLength":3038,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-34"},"372e10c5-37":{"renderedLength":3556,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-36"},"372e10c5-39":{"renderedLength":3908,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-38"},"372e10c5-41":{"renderedLength":5040,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-40"},"372e10c5-43":{"renderedLength":2564,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-42"},"372e10c5-45":{"renderedLength":4250,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-44"},"372e10c5-47":{"renderedLength":4312,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-46"},"372e10c5-49":{"renderedLength":4133,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-48"},"372e10c5-51":{"renderedLength":2944,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-50"},"372e10c5-53":{"renderedLength":2726,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-52"},"372e10c5-55":{"renderedLength":3501,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-54"},"372e10c5-57":{"renderedLength":3566,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-56"},"372e10c5-59":{"renderedLength":2972,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-58"},"372e10c5-61":{"renderedLength":1315,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-60"},"372e10c5-63":{"renderedLength":2999,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-62"},"372e10c5-65":{"renderedLength":5888,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-64"},"372e10c5-67":{"renderedLength":6238,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-66"},"372e10c5-69":{"renderedLength":6248,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-68"},"372e10c5-71":{"renderedLength":5731,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-70"},"372e10c5-73":{"renderedLength":17,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-72"},"372e10c5-75":{"renderedLength":350,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-74"},"372e10c5-77":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-76"},"372e10c5-79":{"renderedLength":5852,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-78"},"372e10c5-81":{"renderedLength":9841,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-80"},"372e10c5-83":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-82"},"372e10c5-85":{"renderedLength":390,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-84"},"372e10c5-86":{"renderedLength":2981,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-0"},"372e10c5-88":{"renderedLength":2874,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-87"},"372e10c5-90":{"renderedLength":6675,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-89"},"372e10c5-92":{"renderedLength":92,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-91"},"372e10c5-94":{"renderedLength":17107,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-93"},"372e10c5-96":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-95"},"372e10c5-98":{"renderedLength":18207,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-97"},"372e10c5-100":{"renderedLength":8873,"gzipLength":0,"brotliLength":0,"metaUid":"372e10c5-99"}},"nodeMetas":{"372e10c5-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/main.ts","moduleParts":{"starfish-form.mjs":"372e10c5-1","main-72d58014.mjs":"372e10c5-86"},"imported":[{"uid":"372e10c5-8"},{"uid":"372e10c5-10"},{"uid":"372e10c5-14"},{"uid":"372e10c5-16"},{"uid":"372e10c5-18"},{"uid":"372e10c5-20"},{"uid":"372e10c5-24"},{"uid":"372e10c5-26"},{"uid":"372e10c5-30"},{"uid":"372e10c5-32"},{"uid":"372e10c5-34"},{"uid":"372e10c5-36"},{"uid":"372e10c5-38"},{"uid":"372e10c5-40"},{"uid":"372e10c5-42"},{"uid":"372e10c5-44"},{"uid":"372e10c5-46"},{"uid":"372e10c5-48"},{"uid":"372e10c5-50"},{"uid":"372e10c5-52"},{"uid":"372e10c5-54"},{"uid":"372e10c5-56"},{"uid":"372e10c5-58"},{"uid":"372e10c5-60"},{"uid":"372e10c5-62"},{"uid":"372e10c5-64"},{"uid":"372e10c5-66"},{"uid":"372e10c5-68"},{"uid":"372e10c5-70"},{"uid":"372e10c5-101"},{"uid":"372e10c5-72"},{"uid":"372e10c5-2"},{"uid":"372e10c5-80"},{"uid":"372e10c5-84"},{"uid":"372e10c5-87","dynamic":true},{"uid":"372e10c5-89","dynamic":true},{"uid":"372e10c5-93","dynamic":true},{"uid":"372e10c5-97","dynamic":true},{"uid":"372e10c5-99","dynamic":true}],"importedBy":[],"isEntry":true},"372e10c5-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldConfig.ts","moduleParts":{"main-72d58014.mjs":"372e10c5-3"},"imported":[],"importedBy":[{"uid":"372e10c5-0"},{"uid":"372e10c5-8"},{"uid":"372e10c5-10"},{"uid":"372e10c5-26"},{"uid":"372e10c5-30"},{"uid":"372e10c5-32"},{"uid":"372e10c5-34"},{"uid":"372e10c5-36"},{"uid":"372e10c5-38"},{"uid":"372e10c5-44"},{"uid":"372e10c5-46"},{"uid":"372e10c5-50"},{"uid":"372e10c5-52"},{"uid":"372e10c5-54"},{"uid":"372e10c5-56"},{"uid":"372e10c5-58"},{"uid":"372e10c5-60"},{"uid":"372e10c5-62"},{"uid":"372e10c5-64"},{"uid":"372e10c5-66"},{"uid":"372e10c5-68"},{"uid":"372e10c5-70"},{"uid":"372e10c5-87"},{"uid":"372e10c5-89"}]},"372e10c5-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldProps.ts","moduleParts":{"main-72d58014.mjs":"372e10c5-5"},"imported":[],"importedBy":[{"uid":"372e10c5-8"},{"uid":"372e10c5-10"},{"uid":"372e10c5-16"},{"uid":"372e10c5-18"},{"uid":"372e10c5-20"},{"uid":"372e10c5-24"},{"uid":"372e10c5-26"},{"uid":"372e10c5-30"},{"uid":"372e10c5-32"},{"uid":"372e10c5-34"},{"uid":"372e10c5-36"},{"uid":"372e10c5-38"},{"uid":"372e10c5-44"},{"uid":"372e10c5-46"},{"uid":"372e10c5-48"},{"uid":"372e10c5-50"},{"uid":"372e10c5-52"},{"uid":"372e10c5-54"},{"uid":"372e10c5-56"},{"uid":"372e10c5-58"},{"uid":"372e10c5-60"},{"uid":"372e10c5-62"},{"uid":"372e10c5-64"},{"uid":"372e10c5-66"},{"uid":"372e10c5-68"},{"uid":"372e10c5-70"},{"uid":"372e10c5-87"},{"uid":"372e10c5-89"},{"uid":"372e10c5-97"}]},"372e10c5-6":{"id":"plugin-vue:export-helper","moduleParts":{"main-72d58014.mjs":"372e10c5-7"},"imported":[],"importedBy":[{"uid":"372e10c5-8"},{"uid":"372e10c5-10"},{"uid":"372e10c5-14"},{"uid":"372e10c5-16"},{"uid":"372e10c5-18"},{"uid":"372e10c5-20"},{"uid":"372e10c5-24"},{"uid":"372e10c5-26"},{"uid":"372e10c5-30"},{"uid":"372e10c5-32"},{"uid":"372e10c5-34"},{"uid":"372e10c5-36"},{"uid":"372e10c5-38"},{"uid":"372e10c5-44"},{"uid":"372e10c5-46"},{"uid":"372e10c5-48"},{"uid":"372e10c5-50"},{"uid":"372e10c5-52"},{"uid":"372e10c5-54"},{"uid":"372e10c5-56"},{"uid":"372e10c5-58"},{"uid":"372e10c5-60"},{"uid":"372e10c5-62"},{"uid":"372e10c5-64"},{"uid":"372e10c5-66"},{"uid":"372e10c5-68"},{"uid":"372e10c5-70"},{"uid":"372e10c5-84"},{"uid":"372e10c5-87"},{"uid":"372e10c5-89"},{"uid":"372e10c5-93"},{"uid":"372e10c5-97"},{"uid":"372e10c5-99"}]},"372e10c5-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfig.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-9"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-104"},{"uid":"372e10c5-105"},{"uid":"372e10c5-106"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-108"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfigMult.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-11"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-104"},{"uid":"372e10c5-105"},{"uid":"372e10c5-106"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-108"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-12":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-72d58014.mjs":"372e10c5-13"},"imported":[],"importedBy":[{"uid":"372e10c5-14"}]},"372e10c5-14":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-15"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-109"},{"uid":"372e10c5-101"},{"uid":"372e10c5-12"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/action.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-17"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-110"},{"uid":"372e10c5-111"},{"uid":"372e10c5-112"},{"uid":"372e10c5-113"},{"uid":"372e10c5-114"},{"uid":"372e10c5-115"},{"uid":"372e10c5-116"},{"uid":"372e10c5-104"},{"uid":"372e10c5-117"},{"uid":"372e10c5-118"},{"uid":"372e10c5-119"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-108"},{"uid":"372e10c5-4"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/listConfig.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-19"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-115"},{"uid":"372e10c5-116"},{"uid":"372e10c5-104"},{"uid":"372e10c5-120"},{"uid":"372e10c5-101"},{"uid":"372e10c5-4"},{"uid":"372e10c5-108"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/panel.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-21"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-115"},{"uid":"372e10c5-116"},{"uid":"372e10c5-104"},{"uid":"372e10c5-105"},{"uid":"372e10c5-117"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-4"},{"uid":"372e10c5-108"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/customHooks.ts","moduleParts":{"main-72d58014.mjs":"372e10c5-23"},"imported":[{"uid":"372e10c5-101"}],"importedBy":[{"uid":"372e10c5-24"},{"uid":"372e10c5-26"},{"uid":"372e10c5-30"},{"uid":"372e10c5-32"},{"uid":"372e10c5-34"},{"uid":"372e10c5-36"},{"uid":"372e10c5-38"},{"uid":"372e10c5-44"},{"uid":"372e10c5-46"},{"uid":"372e10c5-48"},{"uid":"372e10c5-50"},{"uid":"372e10c5-52"},{"uid":"372e10c5-54"},{"uid":"372e10c5-56"},{"uid":"372e10c5-58"},{"uid":"372e10c5-60"},{"uid":"372e10c5-62"},{"uid":"372e10c5-64"},{"uid":"372e10c5-66"},{"uid":"372e10c5-68"},{"uid":"372e10c5-70"},{"uid":"372e10c5-87"},{"uid":"372e10c5-89"}]},"372e10c5-24":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/radiogroup.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-25"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-121"},{"uid":"372e10c5-122"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/CheckBox/index.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-27"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-123"},{"uid":"372e10c5-106"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-28":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-72d58014.mjs":"372e10c5-29"},"imported":[],"importedBy":[{"uid":"372e10c5-30"}]},"372e10c5-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-31"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-124"},{"uid":"372e10c5-105"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-28"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Date/index.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-33"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-125"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/DateTime/index.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-35"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-125"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/InputNumber/index.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-37"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-120"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Radio/index.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-39"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-121"},{"uid":"372e10c5-126"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/ruleform.json","moduleParts":{"main-72d58014.mjs":"372e10c5-41"},"imported":[],"importedBy":[{"uid":"372e10c5-0"},{"uid":"372e10c5-97"}]},"372e10c5-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/rules.js","moduleParts":{"main-72d58014.mjs":"372e10c5-43"},"imported":[],"importedBy":[{"uid":"372e10c5-0"},{"uid":"372e10c5-97"}]},"372e10c5-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selected/index.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-45"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-118"},{"uid":"372e10c5-119"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selecteds/index.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-47"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-118"},{"uid":"372e10c5-119"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ShowRule/index.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-49"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-116"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Slider/index.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-51"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-127"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-52":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Switch/index.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-53"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-128"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Text/index.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-55"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-105"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-56":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/TextArea/index.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-57"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-105"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-58":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Time/index.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-59"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-129"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-4"},{"uid":"372e10c5-2"},{"uid":"372e10c5-22"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-60":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Divider.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-61"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-130"},{"uid":"372e10c5-101"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-62":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Info.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-63"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-131"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-64":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Tabs.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-65"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-132"},{"uid":"372e10c5-133"},{"uid":"372e10c5-134"},{"uid":"372e10c5-101"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-66":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/collapse.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-67"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-113"},{"uid":"372e10c5-114"},{"uid":"372e10c5-134"},{"uid":"372e10c5-101"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-68":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/grid.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-69"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-115"},{"uid":"372e10c5-134"},{"uid":"372e10c5-117"},{"uid":"372e10c5-101"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-70":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/table.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-71"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-134"},{"uid":"372e10c5-101"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-72":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/styles/index.scss","moduleParts":{"main-72d58014.mjs":"372e10c5-73"},"imported":[],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-74":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","moduleParts":{"main-72d58014.mjs":"372e10c5-75"},"imported":[{"uid":"372e10c5-145"}],"importedBy":[{"uid":"372e10c5-80"}]},"372e10c5-76":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main-72d58014.mjs":"372e10c5-77"},"imported":[{"uid":"372e10c5-101"},{"uid":"372e10c5-78"}],"importedBy":[{"uid":"372e10c5-78"}]},"372e10c5-78":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main-72d58014.mjs":"372e10c5-79"},"imported":[{"uid":"372e10c5-101"},{"uid":"372e10c5-76"}],"importedBy":[{"uid":"372e10c5-80"},{"uid":"372e10c5-76"}]},"372e10c5-80":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main-72d58014.mjs":"372e10c5-81"},"imported":[{"uid":"372e10c5-135"},{"uid":"372e10c5-74"},{"uid":"372e10c5-78"}],"importedBy":[{"uid":"372e10c5-0"},{"uid":"372e10c5-89"},{"uid":"372e10c5-97"}]},"372e10c5-82":{"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-72d58014.mjs":"372e10c5-83"},"imported":[],"importedBy":[{"uid":"372e10c5-84"}]},"372e10c5-84":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main-72d58014.mjs":"372e10c5-85"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-109"},{"uid":"372e10c5-101"},{"uid":"372e10c5-82"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-87":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","moduleParts":{"index-e75e2fc5.mjs":"372e10c5-88"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-136"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-89":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","moduleParts":{"index-489c57ea.mjs":"372e10c5-90"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-137"},{"uid":"372e10c5-138"},{"uid":"372e10c5-116"},{"uid":"372e10c5-139"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-2"},{"uid":"372e10c5-4"},{"uid":"372e10c5-22"},{"uid":"372e10c5-140"},{"uid":"372e10c5-80"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-91":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue?vue&type=style&index=0&lang.scss","moduleParts":{"formAction-49d001ba.mjs":"372e10c5-92"},"imported":[],"importedBy":[{"uid":"372e10c5-93"}]},"372e10c5-93":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue","moduleParts":{"formAction-49d001ba.mjs":"372e10c5-94"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-141"},{"uid":"372e10c5-134"},{"uid":"372e10c5-105"},{"uid":"372e10c5-142"},{"uid":"372e10c5-137"},{"uid":"372e10c5-139"},{"uid":"372e10c5-143"},{"uid":"372e10c5-116"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-144"},{"uid":"372e10c5-91"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-95":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue?vue&type=style&index=0&lang.scss","moduleParts":{"index-9011c6c8.mjs":"372e10c5-96"},"imported":[],"importedBy":[{"uid":"372e10c5-97"}]},"372e10c5-97":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue","moduleParts":{"index-9011c6c8.mjs":"372e10c5-98"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-137"},{"uid":"372e10c5-139"},{"uid":"372e10c5-138"},{"uid":"372e10c5-131"},{"uid":"372e10c5-110"},{"uid":"372e10c5-111"},{"uid":"372e10c5-112"},{"uid":"372e10c5-113"},{"uid":"372e10c5-114"},{"uid":"372e10c5-104"},{"uid":"372e10c5-116"},{"uid":"372e10c5-118"},{"uid":"372e10c5-119"},{"uid":"372e10c5-107"},{"uid":"372e10c5-101"},{"uid":"372e10c5-4"},{"uid":"372e10c5-80"},{"uid":"372e10c5-42"},{"uid":"372e10c5-40"},{"uid":"372e10c5-108"},{"uid":"372e10c5-99"},{"uid":"372e10c5-144"},{"uid":"372e10c5-95"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"}]},"372e10c5-99":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","moduleParts":{"starfish-form-1d0c1e4b.mjs":"372e10c5-100"},"imported":[{"uid":"372e10c5-102"},{"uid":"372e10c5-103"},{"uid":"372e10c5-141"},{"uid":"372e10c5-134"},{"uid":"372e10c5-101"},{"uid":"372e10c5-6"}],"importedBy":[{"uid":"372e10c5-0"},{"uid":"372e10c5-97"}]},"372e10c5-101":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-0"},{"uid":"372e10c5-8"},{"uid":"372e10c5-10"},{"uid":"372e10c5-14"},{"uid":"372e10c5-16"},{"uid":"372e10c5-18"},{"uid":"372e10c5-20"},{"uid":"372e10c5-24"},{"uid":"372e10c5-26"},{"uid":"372e10c5-30"},{"uid":"372e10c5-32"},{"uid":"372e10c5-34"},{"uid":"372e10c5-36"},{"uid":"372e10c5-38"},{"uid":"372e10c5-44"},{"uid":"372e10c5-46"},{"uid":"372e10c5-48"},{"uid":"372e10c5-50"},{"uid":"372e10c5-52"},{"uid":"372e10c5-54"},{"uid":"372e10c5-56"},{"uid":"372e10c5-58"},{"uid":"372e10c5-60"},{"uid":"372e10c5-62"},{"uid":"372e10c5-64"},{"uid":"372e10c5-66"},{"uid":"372e10c5-68"},{"uid":"372e10c5-70"},{"uid":"372e10c5-84"},{"uid":"372e10c5-87"},{"uid":"372e10c5-89"},{"uid":"372e10c5-93"},{"uid":"372e10c5-97"},{"uid":"372e10c5-99"},{"uid":"372e10c5-22"},{"uid":"372e10c5-78"},{"uid":"372e10c5-76"}],"isExternal":true},"372e10c5-102":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-8"},{"uid":"372e10c5-10"},{"uid":"372e10c5-14"},{"uid":"372e10c5-16"},{"uid":"372e10c5-18"},{"uid":"372e10c5-20"},{"uid":"372e10c5-24"},{"uid":"372e10c5-26"},{"uid":"372e10c5-30"},{"uid":"372e10c5-32"},{"uid":"372e10c5-34"},{"uid":"372e10c5-36"},{"uid":"372e10c5-38"},{"uid":"372e10c5-44"},{"uid":"372e10c5-46"},{"uid":"372e10c5-48"},{"uid":"372e10c5-50"},{"uid":"372e10c5-52"},{"uid":"372e10c5-54"},{"uid":"372e10c5-56"},{"uid":"372e10c5-58"},{"uid":"372e10c5-60"},{"uid":"372e10c5-62"},{"uid":"372e10c5-64"},{"uid":"372e10c5-66"},{"uid":"372e10c5-68"},{"uid":"372e10c5-70"},{"uid":"372e10c5-84"},{"uid":"372e10c5-87"},{"uid":"372e10c5-89"},{"uid":"372e10c5-93"},{"uid":"372e10c5-97"},{"uid":"372e10c5-99"}],"isExternal":true},"372e10c5-103":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-8"},{"uid":"372e10c5-10"},{"uid":"372e10c5-14"},{"uid":"372e10c5-16"},{"uid":"372e10c5-18"},{"uid":"372e10c5-20"},{"uid":"372e10c5-24"},{"uid":"372e10c5-26"},{"uid":"372e10c5-30"},{"uid":"372e10c5-32"},{"uid":"372e10c5-34"},{"uid":"372e10c5-36"},{"uid":"372e10c5-38"},{"uid":"372e10c5-44"},{"uid":"372e10c5-46"},{"uid":"372e10c5-48"},{"uid":"372e10c5-50"},{"uid":"372e10c5-52"},{"uid":"372e10c5-54"},{"uid":"372e10c5-56"},{"uid":"372e10c5-58"},{"uid":"372e10c5-60"},{"uid":"372e10c5-62"},{"uid":"372e10c5-64"},{"uid":"372e10c5-66"},{"uid":"372e10c5-68"},{"uid":"372e10c5-70"},{"uid":"372e10c5-84"},{"uid":"372e10c5-87"},{"uid":"372e10c5-89"},{"uid":"372e10c5-93"},{"uid":"372e10c5-97"},{"uid":"372e10c5-99"}],"isExternal":true},"372e10c5-104":{"id":"element-plus/es/components/icon/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-8"},{"uid":"372e10c5-10"},{"uid":"372e10c5-16"},{"uid":"372e10c5-18"},{"uid":"372e10c5-20"},{"uid":"372e10c5-97"}],"isExternal":true},"372e10c5-105":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-8"},{"uid":"372e10c5-10"},{"uid":"372e10c5-20"},{"uid":"372e10c5-30"},{"uid":"372e10c5-54"},{"uid":"372e10c5-56"},{"uid":"372e10c5-93"}],"isExternal":true},"372e10c5-106":{"id":"element-plus/es/components/checkbox/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-8"},{"uid":"372e10c5-10"},{"uid":"372e10c5-26"}],"isExternal":true},"372e10c5-107":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-8"},{"uid":"372e10c5-10"},{"uid":"372e10c5-16"},{"uid":"372e10c5-20"},{"uid":"372e10c5-24"},{"uid":"372e10c5-26"},{"uid":"372e10c5-30"},{"uid":"372e10c5-32"},{"uid":"372e10c5-34"},{"uid":"372e10c5-36"},{"uid":"372e10c5-38"},{"uid":"372e10c5-44"},{"uid":"372e10c5-46"},{"uid":"372e10c5-48"},{"uid":"372e10c5-50"},{"uid":"372e10c5-52"},{"uid":"372e10c5-54"},{"uid":"372e10c5-56"},{"uid":"372e10c5-58"},{"uid":"372e10c5-62"},{"uid":"372e10c5-87"},{"uid":"372e10c5-89"},{"uid":"372e10c5-93"},{"uid":"372e10c5-97"}],"isExternal":true},"372e10c5-108":{"id":"@element-plus/icons-vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-8"},{"uid":"372e10c5-10"},{"uid":"372e10c5-16"},{"uid":"372e10c5-18"},{"uid":"372e10c5-20"},{"uid":"372e10c5-97"}],"isExternal":true},"372e10c5-109":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-14"},{"uid":"372e10c5-84"}],"isExternal":true},"372e10c5-110":{"id":"element-plus/es/components/dropdown/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-16"},{"uid":"372e10c5-97"}],"isExternal":true},"372e10c5-111":{"id":"element-plus/es/components/dropdown-menu/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-16"},{"uid":"372e10c5-97"}],"isExternal":true},"372e10c5-112":{"id":"element-plus/es/components/dropdown-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-16"},{"uid":"372e10c5-97"}],"isExternal":true},"372e10c5-113":{"id":"element-plus/es/components/collapse/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-16"},{"uid":"372e10c5-66"},{"uid":"372e10c5-97"}],"isExternal":true},"372e10c5-114":{"id":"element-plus/es/components/collapse-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-16"},{"uid":"372e10c5-66"},{"uid":"372e10c5-97"}],"isExternal":true},"372e10c5-115":{"id":"element-plus/es/components/row/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-16"},{"uid":"372e10c5-18"},{"uid":"372e10c5-20"},{"uid":"372e10c5-68"}],"isExternal":true},"372e10c5-116":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-16"},{"uid":"372e10c5-18"},{"uid":"372e10c5-20"},{"uid":"372e10c5-48"},{"uid":"372e10c5-89"},{"uid":"372e10c5-93"},{"uid":"372e10c5-97"}],"isExternal":true},"372e10c5-117":{"id":"element-plus/es/components/col/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-16"},{"uid":"372e10c5-20"},{"uid":"372e10c5-68"}],"isExternal":true},"372e10c5-118":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-16"},{"uid":"372e10c5-44"},{"uid":"372e10c5-46"},{"uid":"372e10c5-97"}],"isExternal":true},"372e10c5-119":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-16"},{"uid":"372e10c5-44"},{"uid":"372e10c5-46"},{"uid":"372e10c5-97"}],"isExternal":true},"372e10c5-120":{"id":"element-plus/es/components/input-number/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-18"},{"uid":"372e10c5-36"}],"isExternal":true},"372e10c5-121":{"id":"element-plus/es/components/radio-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-24"},{"uid":"372e10c5-38"}],"isExternal":true},"372e10c5-122":{"id":"element-plus/es/components/radio-button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-24"}],"isExternal":true},"372e10c5-123":{"id":"element-plus/es/components/checkbox-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-26"}],"isExternal":true},"372e10c5-124":{"id":"element-plus/es/components/color-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-30"}],"isExternal":true},"372e10c5-125":{"id":"element-plus/es/components/date-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-32"},{"uid":"372e10c5-34"}],"isExternal":true},"372e10c5-126":{"id":"element-plus/es/components/radio/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-38"}],"isExternal":true},"372e10c5-127":{"id":"element-plus/es/components/slider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-50"}],"isExternal":true},"372e10c5-128":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-52"}],"isExternal":true},"372e10c5-129":{"id":"element-plus/es/components/time-select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-58"}],"isExternal":true},"372e10c5-130":{"id":"element-plus/es/components/divider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-60"}],"isExternal":true},"372e10c5-131":{"id":"element-plus/es/components/alert/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-62"},{"uid":"372e10c5-97"}],"isExternal":true},"372e10c5-132":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-64"}],"isExternal":true},"372e10c5-133":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-64"}],"isExternal":true},"372e10c5-134":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-64"},{"uid":"372e10c5-66"},{"uid":"372e10c5-68"},{"uid":"372e10c5-70"},{"uid":"372e10c5-93"},{"uid":"372e10c5-99"}],"isExternal":true},"372e10c5-135":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-80"}],"isExternal":true},"372e10c5-136":{"id":"wangeditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-87"}],"isExternal":true},"372e10c5-137":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-89"},{"uid":"372e10c5-93"},{"uid":"372e10c5-97"}],"isExternal":true},"372e10c5-138":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-89"},{"uid":"372e10c5-97"}],"isExternal":true},"372e10c5-139":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-89"},{"uid":"372e10c5-93"},{"uid":"372e10c5-97"}],"isExternal":true},"372e10c5-140":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-89"}],"isExternal":true},"372e10c5-141":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-93"},{"uid":"372e10c5-99"}],"isExternal":true},"372e10c5-142":{"id":"element-plus/es/components/aside/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-93"}],"isExternal":true},"372e10c5-143":{"id":"element-plus/es/components/scrollbar/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-93"}],"isExternal":true},"372e10c5-144":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-93"},{"uid":"372e10c5-97"}],"isExternal":true},"372e10c5-145":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/url-alphabet/index.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"372e10c5-74"}]}},"env":{"rollup":"3.29.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
|
4826
4826
|
|
|
4827
4827
|
const run = () => {
|
|
4828
4828
|
const width = window.innerWidth;
|