starfish-form-custom 1.0.20 → 1.0.22
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-922332c1.mjs → formAction-930f1167.mjs} +1 -1
- package/dist/{index-115b67c5.mjs → index-018f2cf5.mjs} +1 -1
- package/dist/{index-afbcc030.mjs → index-98930c5f.mjs} +2 -2
- package/dist/{index-015ed509.mjs → index-cd37a724.mjs} +1 -1
- package/dist/{main-c0754020.mjs → main-aa8ac669.mjs} +112 -74
- package/dist/{starfish-form-9cc90058.mjs → starfish-form-c8a3365e.mjs} +1 -1
- package/dist/starfish-form.mjs +1 -1
- package/dist/style.css +19 -5
- package/package.json +1 -1
- package/src/components/Date/index.vue +3 -3
- package/src/components/InputNumber/index.vue +2 -2
- package/src/components/Selected/index.vue +2 -2
- package/src/components/Selecteds/index.vue +2 -2
- package/src/components/Text/index.vue +2 -2
- package/src/layout/grid.vue +3 -3
- package/src/layout/table.vue +3 -3
- package/src/styles/formedit.scss +13 -5
- 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-aa8ac669.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-aa8ac669.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/dropdown-item/style/css';
|
|
|
15
15
|
import 'element-plus/es/components/button/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, createVNode, Fragment, renderList, 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-aa8ac669.mjs';
|
|
19
19
|
import { Delete } from '@element-plus/icons-vue';
|
|
20
|
-
import Dynamicform from './starfish-form-
|
|
20
|
+
import Dynamicform from './starfish-form-c8a3365e.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-aa8ac669.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';
|
|
@@ -2347,7 +2347,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2347
2347
|
key: 0,
|
|
2348
2348
|
modelValue: _ctx.item.data.default,
|
|
2349
2349
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.item.data.default = $event),
|
|
2350
|
-
width: "
|
|
2350
|
+
style: { "width": "320px" },
|
|
2351
2351
|
type: _ctx.getPickerType(_ctx.item.data.format),
|
|
2352
2352
|
format: _ctx.item.data.format,
|
|
2353
2353
|
"value-format": _ctx.item.data.format,
|
|
@@ -2360,7 +2360,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2360
2360
|
key: 2,
|
|
2361
2361
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
2362
2362
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
2363
|
-
width: "
|
|
2363
|
+
style: { "width": "320px" },
|
|
2364
2364
|
type: _ctx.getPickerType(_ctx.item.data.format),
|
|
2365
2365
|
format: _ctx.item.data.format,
|
|
2366
2366
|
"value-format": _ctx.item.data.format,
|
|
@@ -2549,7 +2549,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2549
2549
|
key: 0,
|
|
2550
2550
|
modelValue: _ctx.item.data.default,
|
|
2551
2551
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.item.data.default = $event),
|
|
2552
|
-
width: "
|
|
2552
|
+
style: { "width": "320px" },
|
|
2553
2553
|
"controls-position": _ctx.item.data.type == 2 ? "right" : "",
|
|
2554
2554
|
size: _ctx.size,
|
|
2555
2555
|
precision: _ctx.item.data.precision,
|
|
@@ -2559,7 +2559,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2559
2559
|
key: 2,
|
|
2560
2560
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
2561
2561
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
2562
|
-
width: "
|
|
2562
|
+
style: { "width": "320px" },
|
|
2563
2563
|
"controls-position": _ctx.item.data.type == 2 ? "right" : "",
|
|
2564
2564
|
disabled: _ctx.item.data.state === "disabled" || _ctx.item.data.state === "readonly",
|
|
2565
2565
|
precision: _ctx.item.data.precision,
|
|
@@ -3188,7 +3188,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3188
3188
|
key: 0,
|
|
3189
3189
|
modelValue: _ctx.item.data.itemConfig.value,
|
|
3190
3190
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.item.data.itemConfig.value = $event),
|
|
3191
|
-
width: "
|
|
3191
|
+
style: { "width": "320px" },
|
|
3192
3192
|
placeholder: _ctx.item.data.placeholder,
|
|
3193
3193
|
size: _ctx.size,
|
|
3194
3194
|
disabled: _ctx.item.data.state === "disabled" || _ctx.item.data.state === "readonly"
|
|
@@ -3208,7 +3208,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3208
3208
|
key: 2,
|
|
3209
3209
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
3210
3210
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
3211
|
-
width: "
|
|
3211
|
+
style: { "width": "320px" },
|
|
3212
3212
|
placeholder: _ctx.item.data.placeholder,
|
|
3213
3213
|
size: _ctx.size,
|
|
3214
3214
|
disabled: _ctx.item.data.state === "disabled" || _ctx.item.data.state === "readonly",
|
|
@@ -3308,7 +3308,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3308
3308
|
key: 0,
|
|
3309
3309
|
modelValue: _ctx.item.data.itemConfig.value,
|
|
3310
3310
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.item.data.itemConfig.value = $event),
|
|
3311
|
-
width: "
|
|
3311
|
+
style: { "width": "320px" },
|
|
3312
3312
|
placeholder: _ctx.item.data.placeholder,
|
|
3313
3313
|
multiple: "",
|
|
3314
3314
|
disabled: _ctx.item.data.state === "disabled" || _ctx.item.data.state === "readonly",
|
|
@@ -3329,7 +3329,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3329
3329
|
key: 2,
|
|
3330
3330
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
3331
3331
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
3332
|
-
width: "
|
|
3332
|
+
style: { "width": "320px" },
|
|
3333
3333
|
placeholder: _ctx.item.data.placeholder,
|
|
3334
3334
|
multiple: "",
|
|
3335
3335
|
size: _ctx.size,
|
|
@@ -3720,7 +3720,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3720
3720
|
key: 0,
|
|
3721
3721
|
modelValue: _ctx.item.data.default,
|
|
3722
3722
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.item.data.default = $event),
|
|
3723
|
-
width: "
|
|
3723
|
+
style: { "width": "320px" },
|
|
3724
3724
|
placeholder: _ctx.item.data.placeholder,
|
|
3725
3725
|
size: _ctx.size,
|
|
3726
3726
|
clearable: "",
|
|
@@ -3734,7 +3734,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3734
3734
|
key: 2,
|
|
3735
3735
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
3736
3736
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
3737
|
-
width: "
|
|
3737
|
+
style: { "width": "320px" },
|
|
3738
3738
|
placeholder: _ctx.item.data.placeholder,
|
|
3739
3739
|
size: _ctx.size,
|
|
3740
3740
|
disabled: _ctx.item.data.state === "disabled",
|
|
@@ -4457,6 +4457,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4457
4457
|
default: withCtx(() => [
|
|
4458
4458
|
(openBlock(), createBlock(resolveDynamicComponent(element.ControlType), {
|
|
4459
4459
|
drag: true,
|
|
4460
|
+
size: "default",
|
|
4460
4461
|
item: element,
|
|
4461
4462
|
data: {}
|
|
4462
4463
|
}, null, 8, ["item"]))
|
|
@@ -4488,6 +4489,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4488
4489
|
ref: "controlObj",
|
|
4489
4490
|
onChange: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("change")),
|
|
4490
4491
|
item: listItem,
|
|
4492
|
+
size: "default",
|
|
4491
4493
|
data: _ctx.data || "{}",
|
|
4492
4494
|
drag: false
|
|
4493
4495
|
}, null, 40, ["item", "data"]))
|
|
@@ -4498,6 +4500,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4498
4500
|
ref: "controlObj",
|
|
4499
4501
|
onChange: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("change")),
|
|
4500
4502
|
key: listItem.id,
|
|
4503
|
+
size: "default",
|
|
4501
4504
|
item: listItem,
|
|
4502
4505
|
data: _ctx.data || "{}",
|
|
4503
4506
|
drag: false
|
|
@@ -4603,6 +4606,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4603
4606
|
}, {
|
|
4604
4607
|
default: withCtx(() => [
|
|
4605
4608
|
(openBlock(), createBlock(resolveDynamicComponent(element.ControlType), {
|
|
4609
|
+
size: "default",
|
|
4606
4610
|
drag: true,
|
|
4607
4611
|
item: element,
|
|
4608
4612
|
data: {}
|
|
@@ -4625,6 +4629,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4625
4629
|
onChange: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("change")),
|
|
4626
4630
|
item: listItem,
|
|
4627
4631
|
data: _ctx.data || "{}",
|
|
4632
|
+
size: "default",
|
|
4628
4633
|
drag: false
|
|
4629
4634
|
}, null, 40, ["item", "data"]))
|
|
4630
4635
|
]),
|
|
@@ -4633,6 +4638,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4633
4638
|
ref_for: true,
|
|
4634
4639
|
ref: "controlObj",
|
|
4635
4640
|
onChange: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("change")),
|
|
4641
|
+
size: "default",
|
|
4636
4642
|
key: listItem.id,
|
|
4637
4643
|
item: listItem,
|
|
4638
4644
|
data: _ctx.data || "{}",
|
|
@@ -5047,78 +5053,110 @@ class Flex {
|
|
|
5047
5053
|
* json转标准数据格式进行收口
|
|
5048
5054
|
*/
|
|
5049
5055
|
jsonToForm(item) {
|
|
5050
|
-
|
|
5051
|
-
item
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
if (!item.data) {
|
|
5055
|
-
item.data = item.formConfig.data();
|
|
5056
|
-
}
|
|
5057
|
-
if (!item.data.fieldName) {
|
|
5058
|
-
item.data.fieldName = item.ControlType + "_" + this.generateMixed();
|
|
5056
|
+
try {
|
|
5057
|
+
if (!item || !item.ControlType) {
|
|
5058
|
+
console.error("jsonToForm: 无效的 item 参数", item);
|
|
5059
|
+
return item;
|
|
5059
5060
|
}
|
|
5060
|
-
if (item.
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
|
|
5066
|
-
|
|
5067
|
-
|
|
5068
|
-
|
|
5069
|
-
|
|
5070
|
-
|
|
5071
|
-
|
|
5072
|
-
|
|
5061
|
+
if (!item.data || !item.controlItems) {
|
|
5062
|
+
item = this.deepClone(item);
|
|
5063
|
+
const currentComponent = window.VApp.$formcomponents[item.ControlType];
|
|
5064
|
+
if (!currentComponent) {
|
|
5065
|
+
console.warn(`jsonToForm: 未找到组件 ${item.ControlType},使用默认配置`);
|
|
5066
|
+
item.formConfig = {
|
|
5067
|
+
data: () => ({}),
|
|
5068
|
+
morenConfig: () => []
|
|
5069
|
+
};
|
|
5070
|
+
} else {
|
|
5071
|
+
item.formConfig = currentComponent.formConfig || {};
|
|
5072
|
+
}
|
|
5073
|
+
if (!item.data) {
|
|
5074
|
+
if (item.formConfig.data && typeof item.formConfig.data === "function") {
|
|
5075
|
+
item.data = item.formConfig.data();
|
|
5076
|
+
} else {
|
|
5077
|
+
console.warn(`jsonToForm: ${item.ControlType} 缺少 data 方法,使用空对象`);
|
|
5078
|
+
item.data = {};
|
|
5079
|
+
}
|
|
5080
|
+
}
|
|
5081
|
+
if (!item.data.fieldName) {
|
|
5082
|
+
item.data.fieldName = item.ControlType + "_" + this.generateMixed();
|
|
5083
|
+
}
|
|
5084
|
+
if (item.layout) {
|
|
5085
|
+
if (item.ControlType == "Grid" && item.data.columns && Array.isArray(item.data.columns)) {
|
|
5086
|
+
item.data.columns = item.data.columns.map((colItem) => {
|
|
5087
|
+
if (colItem.list && Array.isArray(colItem.list)) {
|
|
5088
|
+
colItem.list = colItem.list.map((listItem) => this.jsonToForm(listItem));
|
|
5073
5089
|
}
|
|
5074
|
-
return
|
|
5090
|
+
return colItem;
|
|
5075
5091
|
});
|
|
5076
|
-
|
|
5077
|
-
|
|
5078
|
-
|
|
5079
|
-
|
|
5080
|
-
|
|
5081
|
-
|
|
5082
|
-
|
|
5083
|
-
|
|
5084
|
-
|
|
5092
|
+
} else if (item.ControlType == "TableLayout" && item.data.trs && Array.isArray(item.data.trs)) {
|
|
5093
|
+
item.data.trs = item.data.trs.map((trItem) => {
|
|
5094
|
+
if (trItem.tds && Array.isArray(trItem.tds)) {
|
|
5095
|
+
trItem.tds = trItem.tds.map((tdItem) => {
|
|
5096
|
+
if (tdItem.list && Array.isArray(tdItem.list)) {
|
|
5097
|
+
tdItem.list = tdItem.list.map((listItem) => this.jsonToForm(listItem));
|
|
5098
|
+
}
|
|
5099
|
+
return tdItem;
|
|
5100
|
+
});
|
|
5101
|
+
}
|
|
5102
|
+
return trItem;
|
|
5103
|
+
});
|
|
5104
|
+
} else if ((item.ControlType == "Collapse" || item.ControlType == "Tabs") && item.data.items && Array.isArray(item.data.items)) {
|
|
5105
|
+
item.data.items = item.data.items.map((colItem) => {
|
|
5106
|
+
if (colItem.list && Array.isArray(colItem.list)) {
|
|
5107
|
+
colItem.list = colItem.list.map((listItem) => this.jsonToForm(listItem));
|
|
5108
|
+
}
|
|
5109
|
+
return colItem;
|
|
5110
|
+
});
|
|
5111
|
+
}
|
|
5085
5112
|
}
|
|
5086
|
-
|
|
5087
|
-
|
|
5088
|
-
|
|
5089
|
-
|
|
5113
|
+
const dynamicList = formStore?.get("globalFormList")?.filter((globalItem) => {
|
|
5114
|
+
return globalItem && globalItem.dynamic;
|
|
5115
|
+
}) || [];
|
|
5116
|
+
item.id = item.id || this.generateMixed();
|
|
5117
|
+
let controlItems = [];
|
|
5118
|
+
if (item.formConfig.morenConfig && typeof item.formConfig.morenConfig === "function") {
|
|
5119
|
+
controlItems = item.formConfig.morenConfig().concat(dynamicList);
|
|
5120
|
+
} else {
|
|
5121
|
+
console.warn(`jsonToForm: ${item.ControlType} 缺少 morenConfig 方法,使用空数组`);
|
|
5122
|
+
controlItems = dynamicList;
|
|
5090
5123
|
}
|
|
5091
|
-
|
|
5092
|
-
|
|
5093
|
-
|
|
5094
|
-
|
|
5095
|
-
|
|
5096
|
-
controlItems.find((item2) => {
|
|
5097
|
-
if (item2.ControlType == "Action") {
|
|
5098
|
-
item2.data.formConfig = {
|
|
5124
|
+
if (currentComponent && currentComponent.actionType && Array.isArray(currentComponent.actionType) && currentComponent.actionType.length > 0) {
|
|
5125
|
+
const actionControl = controlItems.find((controlItem) => controlItem && controlItem.ControlType == "Action");
|
|
5126
|
+
if (actionControl) {
|
|
5127
|
+
actionControl.data = actionControl.data || {};
|
|
5128
|
+
actionControl.data.formConfig = {
|
|
5099
5129
|
value: {},
|
|
5100
5130
|
items: []
|
|
5101
5131
|
};
|
|
5102
5132
|
currentComponent.actionType.forEach((action2, index) => {
|
|
5103
|
-
|
|
5104
|
-
|
|
5105
|
-
|
|
5106
|
-
|
|
5107
|
-
|
|
5133
|
+
if (actionControl.data.formConfig) {
|
|
5134
|
+
actionControl.data.formConfig.items.push({
|
|
5135
|
+
label: action2,
|
|
5136
|
+
value: action2,
|
|
5137
|
+
id: index + 1
|
|
5138
|
+
});
|
|
5139
|
+
}
|
|
5108
5140
|
});
|
|
5109
5141
|
}
|
|
5110
|
-
}
|
|
5111
|
-
|
|
5112
|
-
|
|
5113
|
-
|
|
5114
|
-
|
|
5115
|
-
|
|
5116
|
-
|
|
5142
|
+
} else {
|
|
5143
|
+
controlItems = controlItems.filter((controlItem) => {
|
|
5144
|
+
return controlItem && controlItem.ControlType !== "Action";
|
|
5145
|
+
});
|
|
5146
|
+
}
|
|
5147
|
+
if (this.controlFormRule && typeof this.controlFormRule === "function") {
|
|
5148
|
+
item.rules = this.controlFormRule(controlItems, item);
|
|
5149
|
+
} else {
|
|
5150
|
+
console.warn("jsonToForm: controlFormRule 方法不存在,使用空数组");
|
|
5151
|
+
item.rules = [];
|
|
5152
|
+
}
|
|
5153
|
+
item.controlItems = controlItems;
|
|
5117
5154
|
}
|
|
5118
|
-
item
|
|
5119
|
-
|
|
5155
|
+
return item;
|
|
5156
|
+
} catch (error) {
|
|
5157
|
+
console.error("jsonToForm: 处理组件时发生错误", error, item);
|
|
5158
|
+
return item;
|
|
5120
5159
|
}
|
|
5121
|
-
return item;
|
|
5122
5160
|
}
|
|
5123
5161
|
/**
|
|
5124
5162
|
* 完整的表单列表数据进行删减,方便展示
|
|
@@ -5266,7 +5304,7 @@ Object.keys(files).forEach((fileName) => {
|
|
|
5266
5304
|
}
|
|
5267
5305
|
});
|
|
5268
5306
|
const RichText = defineAsyncComponent({
|
|
5269
|
-
loader: () => import('./index-
|
|
5307
|
+
loader: () => import('./index-cd37a724.mjs'),
|
|
5270
5308
|
loadingComponent: Loading
|
|
5271
5309
|
});
|
|
5272
5310
|
RichText.ControlType = "RichText";
|
|
@@ -5275,7 +5313,7 @@ RichText.icon = "icon-textEdit";
|
|
|
5275
5313
|
RichText.formConfig = getFormConfig("RichText");
|
|
5276
5314
|
utilFuns[RichText.ControlType] = RichText;
|
|
5277
5315
|
const jsonEditor = defineAsyncComponent({
|
|
5278
|
-
loader: () => import('./index-
|
|
5316
|
+
loader: () => import('./index-018f2cf5.mjs'),
|
|
5279
5317
|
loadingComponent: Loading
|
|
5280
5318
|
});
|
|
5281
5319
|
jsonEditor.ControlType = "JsonEditor";
|
|
@@ -5285,14 +5323,14 @@ jsonEditor.formConfig = getFormConfig("JsonEditor", [{ fieldName: "default", com
|
|
|
5285
5323
|
jsonEditor.rule = _.getJsonValidate();
|
|
5286
5324
|
utilFuns[jsonEditor.ControlType] = jsonEditor;
|
|
5287
5325
|
const formAction = defineAsyncComponent({
|
|
5288
|
-
loader: () => import('./formAction-
|
|
5326
|
+
loader: () => import('./formAction-930f1167.mjs'),
|
|
5289
5327
|
loadingComponent: Loading
|
|
5290
5328
|
});
|
|
5291
5329
|
formAction.ControlType = "FormAction";
|
|
5292
5330
|
formAction.isHide = true;
|
|
5293
5331
|
utilFuns[formAction.ControlType] = formAction;
|
|
5294
5332
|
const Rule = defineAsyncComponent({
|
|
5295
|
-
loader: () => import('./index-
|
|
5333
|
+
loader: () => import('./index-98930c5f.mjs'),
|
|
5296
5334
|
loadingComponent: Loading
|
|
5297
5335
|
});
|
|
5298
5336
|
Rule.ControlType = "Rule";
|
|
@@ -5301,7 +5339,7 @@ utilFuns[Rule.ControlType] = Rule;
|
|
|
5301
5339
|
const install = (app) => {
|
|
5302
5340
|
app.config.globalProperties.$formcomponents = utilFuns;
|
|
5303
5341
|
};
|
|
5304
|
-
const Dynamicform = defineAsyncComponent(() => import('./starfish-form-
|
|
5342
|
+
const Dynamicform = defineAsyncComponent(() => import('./starfish-form-c8a3365e.mjs'));
|
|
5305
5343
|
const main = {
|
|
5306
5344
|
install
|
|
5307
5345
|
};
|
|
@@ -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, mergeProps, withCtx, Fragment, renderList, createBlock, resolveDynamicComponent, createCommentVNode, toRaw } from 'vue';
|
|
6
|
-
import { _ as _export_sfc } from './main-
|
|
6
|
+
import { _ as _export_sfc } from './main-aa8ac669.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
|
@@ -23,20 +23,23 @@
|
|
|
23
23
|
.starfish-editor .el-form-item__content .el-select.el-select--default,
|
|
24
24
|
.starfish-editor .el-form-item__content .el-input-number.el-input-number--default,
|
|
25
25
|
.starfish-editor .el-form-item__content .el-input.el-input--default.el-date-editor.el-date-editor--date,
|
|
26
|
+
.starfish-editor .el-form-item__content .el-textarea.el-input--default,
|
|
26
27
|
.starfish-form .el-form-item__content .el-input.el-input--default.el-input--suffix,
|
|
27
28
|
.starfish-form .el-form-item__content .el-select.el-select--default,
|
|
28
29
|
.starfish-form .el-form-item__content .el-input-number.el-input-number--default,
|
|
29
30
|
.starfish-form .el-form-item__content .el-input.el-input--default.el-date-editor.el-date-editor--date,
|
|
31
|
+
.starfish-form .el-form-item__content .el-textarea.el-input--default,
|
|
30
32
|
.starfish-dynamicform .el-form-item__content .el-input.el-input--default.el-input--suffix,
|
|
31
33
|
.starfish-dynamicform .el-form-item__content .el-select.el-select--default,
|
|
32
34
|
.starfish-dynamicform .el-form-item__content .el-input-number.el-input-number--default,
|
|
33
|
-
.starfish-dynamicform .el-form-item__content .el-input.el-input--default.el-date-editor.el-date-editor--date
|
|
34
|
-
|
|
35
|
+
.starfish-dynamicform .el-form-item__content .el-input.el-input--default.el-date-editor.el-date-editor--date,
|
|
36
|
+
.starfish-dynamicform .el-form-item__content .el-textarea.el-input--default {
|
|
37
|
+
width: 320px;
|
|
35
38
|
}
|
|
36
39
|
.starfish-editor .el-form-item__content .el-input__wrapper,
|
|
37
40
|
.starfish-form .el-form-item__content .el-input__wrapper,
|
|
38
41
|
.starfish-dynamicform .el-form-item__content .el-input__wrapper {
|
|
39
|
-
width:
|
|
42
|
+
width: 298px;
|
|
40
43
|
}
|
|
41
44
|
.starfish-editor .el-form-item,
|
|
42
45
|
.starfish-form .el-form-item,
|
|
@@ -62,6 +65,7 @@
|
|
|
62
65
|
.starfish-editor .starfish-formitem,
|
|
63
66
|
.starfish-form .starfish-formitem,
|
|
64
67
|
.starfish-dynamicform .starfish-formitem {
|
|
68
|
+
display: flex;
|
|
65
69
|
text-align: left;
|
|
66
70
|
position: relative;
|
|
67
71
|
margin: 0 12px;
|
|
@@ -111,18 +115,28 @@
|
|
|
111
115
|
.starfish-dynamicform .starfish-formitem.starfish-vertical .control .el-select.el-select--default,
|
|
112
116
|
.starfish-dynamicform .starfish-formitem.starfish-vertical .control .el-input-number.el-input-number--default,
|
|
113
117
|
.starfish-dynamicform .starfish-formitem.starfish-vertical .control .el-input.el-input--default.el-date-editor.el-date-editor--date {
|
|
114
|
-
width:
|
|
118
|
+
width: 320px;
|
|
115
119
|
}
|
|
116
120
|
.starfish-editor .starfish-formitem.starfish-vertical .control .el-input__wrapper,
|
|
117
121
|
.starfish-form .starfish-formitem.starfish-vertical .control .el-input__wrapper,
|
|
118
122
|
.starfish-dynamicform .starfish-formitem.starfish-vertical .control .el-input__wrapper {
|
|
119
|
-
width:
|
|
123
|
+
width: 300px;
|
|
120
124
|
}
|
|
121
125
|
.starfish-editor .starfish-formitem.formCover,
|
|
122
126
|
.starfish-form .starfish-formitem.formCover,
|
|
123
127
|
.starfish-dynamicform .starfish-formitem.formCover {
|
|
124
128
|
padding-bottom: 12px;
|
|
125
129
|
}
|
|
130
|
+
.starfish-editor .starfish-formitem.formCover .el-input__wrapper,
|
|
131
|
+
.starfish-form .starfish-formitem.formCover .el-input__wrapper,
|
|
132
|
+
.starfish-dynamicform .starfish-formitem.formCover .el-input__wrapper {
|
|
133
|
+
width: 298px;
|
|
134
|
+
}
|
|
135
|
+
.starfish-editor .starfish-formitem.formCover .el-textarea.el-input--default,
|
|
136
|
+
.starfish-form .starfish-formitem.formCover .el-textarea.el-input--default,
|
|
137
|
+
.starfish-dynamicform .starfish-formitem.formCover .el-textarea.el-input--default {
|
|
138
|
+
width: 320px;
|
|
139
|
+
}
|
|
126
140
|
.starfish-editor .starfish-formitem .label,
|
|
127
141
|
.starfish-form .starfish-formitem .label,
|
|
128
142
|
.starfish-dynamicform .starfish-formitem .label {
|
package/package.json
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
<div class="control" :style="{marginLeft: labelalign != 'top'?labelWidth + 'px': ''}">
|
|
11
11
|
<!-- 拖拽时的预览 -->
|
|
12
12
|
<el-date-picker
|
|
13
|
-
v-model="item.data.default"
|
|
14
|
-
|
|
13
|
+
v-model="item.data.default"
|
|
14
|
+
style="width: 320px;"
|
|
15
15
|
:type="getPickerType(item.data.format)"
|
|
16
16
|
:format="item.data.format"
|
|
17
17
|
:value-format="item.data.format"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<span v-if="!drag && item.data.state === 'readonly'">{{ formatReadonlyDate(data[item.data.fieldName], item.data.format) }}</span>
|
|
28
28
|
<el-date-picker
|
|
29
29
|
v-model="data[item.data.fieldName]"
|
|
30
|
-
|
|
30
|
+
style="width: 320px;"
|
|
31
31
|
:type="getPickerType(item.data.format)"
|
|
32
32
|
:format="item.data.format"
|
|
33
33
|
:value-format="item.data.format"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
>
|
|
31
31
|
<el-input-number
|
|
32
32
|
v-model="item.data.default"
|
|
33
|
-
|
|
33
|
+
style="width: 320px;"
|
|
34
34
|
:controls-position="item.data.type == 2 ? 'right' : ''"
|
|
35
35
|
:size="size"
|
|
36
36
|
:precision="item.data.precision"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
<span v-if="!drag && item.data.state === 'readonly'">{{ formatReadonlyNumber(data[item.data.fieldName], item.data.precision) }}</span>
|
|
42
42
|
<el-input-number
|
|
43
43
|
v-model="data[item.data.fieldName]"
|
|
44
|
-
|
|
44
|
+
style="width: 320px;"
|
|
45
45
|
v-else-if="!drag"
|
|
46
46
|
:controls-position="item.data.type == 2 ? 'right' : ''"
|
|
47
47
|
:disabled="item.data.state === 'disabled' || item.data.state === 'readonly'"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
>
|
|
31
31
|
<el-select
|
|
32
32
|
v-model="item.data.itemConfig.value"
|
|
33
|
-
|
|
33
|
+
style="width: 320px;"
|
|
34
34
|
:placeholder="item.data.placeholder"
|
|
35
35
|
v-if="drag"
|
|
36
36
|
:size="size"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<span v-if="!drag && item.data.state === 'readonly'">{{ data[item.data.fieldName] || '--' }}</span>
|
|
47
47
|
<el-select
|
|
48
48
|
v-model="data[item.data.fieldName]"
|
|
49
|
-
|
|
49
|
+
style="width: 320px;"
|
|
50
50
|
:placeholder="item.data.placeholder"
|
|
51
51
|
v-else-if="!drag"
|
|
52
52
|
:size="size"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
>
|
|
31
31
|
<el-select
|
|
32
32
|
v-model="item.data.itemConfig.value"
|
|
33
|
-
|
|
33
|
+
style="width: 320px;"
|
|
34
34
|
:placeholder="item.data.placeholder"
|
|
35
35
|
v-if="drag"
|
|
36
36
|
multiple
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
<span v-if="!drag && item.data.state === 'readonly'">{{ data[item.data.fieldName].join(',') || '--' }}</span>
|
|
48
48
|
<el-select
|
|
49
49
|
v-model="data[item.data.fieldName]"
|
|
50
|
-
|
|
50
|
+
style="width: 320px;"
|
|
51
51
|
:placeholder="item.data.placeholder"
|
|
52
52
|
v-else-if="!drag"
|
|
53
53
|
multiple
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
>
|
|
31
31
|
<el-input
|
|
32
32
|
v-model="item.data.default"
|
|
33
|
-
|
|
33
|
+
style="width: 320px;"
|
|
34
34
|
:placeholder="item.data.placeholder"
|
|
35
35
|
v-if="drag"
|
|
36
36
|
:size="size"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
<span v-if="!drag && item.data.state === 'readonly'">{{ data[item.data.fieldName] || '--' }}</span>
|
|
45
45
|
<el-input
|
|
46
46
|
v-model="data[item.data.fieldName]"
|
|
47
|
-
|
|
47
|
+
style="width: 320px;"
|
|
48
48
|
:placeholder="item.data.placeholder"
|
|
49
49
|
v-else-if="!drag"
|
|
50
50
|
:size="size"
|
package/src/layout/grid.vue
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<draggable class="draggable-box" animation="300" ghostClass="itemGhost" v-model="colItem.list" @add="addControl($event, index)" group="starfish-form" @choose="chooseClick($event, index)" item-key="id" @update="changePos($event, index)">
|
|
7
7
|
<template #item="{ element, index }">
|
|
8
8
|
<Shape v-if="element.data" :active="currentId == element.id" :currentId="element.id" :currentIndex="index" :list="colItem.list">
|
|
9
|
-
<component :is="element.ControlType" :drag="true" :item="element" :data="{}"></component>
|
|
9
|
+
<component :is="element.ControlType" :drag="true" size="default" :item="element" :data="{}"></component>
|
|
10
10
|
</Shape>
|
|
11
11
|
</template>
|
|
12
12
|
</draggable>
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
<el-col class="grid-col" v-for="(colItem, index) in item.data.columns" :key="index" :span="colItem.span">
|
|
17
17
|
<template v-for="listItem in colItem.list" >
|
|
18
18
|
<el-form-item :prop="listItem.data.fieldName" :key="listItem.id" v-if="!listItem.layout">
|
|
19
|
-
<component ref="controlObj" @change="$emit('change')" :is="listItem.ControlType" :item="listItem" :data="data || '{}'" :drag="false"></component>
|
|
19
|
+
<component ref="controlObj" @change="$emit('change')" :is="listItem.ControlType" :item="listItem" size="default" :data="data || '{}'" :drag="false"></component>
|
|
20
20
|
</el-form-item>
|
|
21
21
|
<template v-else>
|
|
22
|
-
<component ref="controlObj" @change="$emit('change')" :key="listItem.id" :is="listItem.ControlType" :item="listItem" :data="data || '{}'" :drag="false"></component>
|
|
22
|
+
<component ref="controlObj" @change="$emit('change')" :key="listItem.id" :is="listItem.ControlType" size="default" :item="listItem" :data="data || '{}'" :drag="false"></component>
|
|
23
23
|
</template>
|
|
24
24
|
</template>
|
|
25
25
|
</el-col>
|
package/src/layout/table.vue
CHANGED
|
@@ -6,17 +6,17 @@
|
|
|
6
6
|
<template v-if="drag">
|
|
7
7
|
<draggable class="draggable-box" animation="300" ghostClass="itemGhost" v-model="tdItem.list" @add="addControl($event, tdItem.list, index, tdIndex)" group="starfish-form" @choose="chooseClick($event, tdItem.list)" item-key="id" @update="changePos($event, tdItem.list)">
|
|
8
8
|
<template #item="{ element, index }">
|
|
9
|
-
<Shape v-if="element.data" :active="currentId == element.id" :currentIndex="index" :currentId="element.id" :len="tdItem.list.length" :item="element"> <component :is="element.ControlType" :drag="true" :item="element" :data="{}"></component></Shape>
|
|
9
|
+
<Shape v-if="element.data" :active="currentId == element.id" :currentIndex="index" :currentId="element.id" :len="tdItem.list.length" :item="element"> <component :is="element.ControlType" size="default" :drag="true" :item="element" :data="{}"></component></Shape>
|
|
10
10
|
</template>
|
|
11
11
|
</draggable>
|
|
12
12
|
</template>
|
|
13
13
|
<template v-else-if="!drag && tdItem.list.length > 0">
|
|
14
14
|
<template v-for="listItem in tdItem.list">
|
|
15
15
|
<el-form-item :prop="listItem.data.fieldName" :key="listItem.id" v-if="!listItem.layout">
|
|
16
|
-
<component ref="controlObj" @change="$emit('change')" :is="listItem.ControlType" :item="listItem" :data="data || '{}'" :drag="false" ></component>
|
|
16
|
+
<component ref="controlObj" @change="$emit('change')" :is="listItem.ControlType" :item="listItem" :data="data || '{}'" size="default" :drag="false" ></component>
|
|
17
17
|
</el-form-item>
|
|
18
18
|
<template v-else>
|
|
19
|
-
<component ref="controlObj" @change="$emit('change')" :key="listItem.id" :is="listItem.ControlType" :item="listItem" :data="data || '{}'" :drag="false" ></component>
|
|
19
|
+
<component ref="controlObj" @change="$emit('change')" size="default" :key="listItem.id" :is="listItem.ControlType" :item="listItem" :data="data || '{}'" :drag="false" ></component>
|
|
20
20
|
</template>
|
|
21
21
|
</template>
|
|
22
22
|
</template>
|
package/src/styles/formedit.scss
CHANGED
|
@@ -8,11 +8,12 @@
|
|
|
8
8
|
.el-input.el-input--default.el-input--suffix,
|
|
9
9
|
.el-select.el-select--default,
|
|
10
10
|
.el-input-number.el-input-number--default,
|
|
11
|
-
.el-input.el-input--default.el-date-editor.el-date-editor--date
|
|
12
|
-
|
|
11
|
+
.el-input.el-input--default.el-date-editor.el-date-editor--date,
|
|
12
|
+
.el-textarea.el-input--default {
|
|
13
|
+
width: 320px;
|
|
13
14
|
}
|
|
14
15
|
.el-input__wrapper {
|
|
15
|
-
width:
|
|
16
|
+
width: 298px;
|
|
16
17
|
}
|
|
17
18
|
}
|
|
18
19
|
.el-form-item {
|
|
@@ -29,6 +30,7 @@
|
|
|
29
30
|
display: none;
|
|
30
31
|
}
|
|
31
32
|
.starfish-formitem {
|
|
33
|
+
display: flex;
|
|
32
34
|
text-align: left;
|
|
33
35
|
position: relative;
|
|
34
36
|
margin: 0 12px;
|
|
@@ -61,15 +63,21 @@
|
|
|
61
63
|
.el-select.el-select--default,
|
|
62
64
|
.el-input-number.el-input-number--default,
|
|
63
65
|
.el-input.el-input--default.el-date-editor.el-date-editor--date {
|
|
64
|
-
width:
|
|
66
|
+
width: 320px;
|
|
65
67
|
}
|
|
66
68
|
.el-input__wrapper {
|
|
67
|
-
width:
|
|
69
|
+
width: 300px;
|
|
68
70
|
}
|
|
69
71
|
}
|
|
70
72
|
}
|
|
71
73
|
&.formCover {
|
|
72
74
|
padding-bottom: 12px;
|
|
75
|
+
.el-input__wrapper {
|
|
76
|
+
width: 298px;
|
|
77
|
+
}
|
|
78
|
+
.el-textarea.el-input--default {
|
|
79
|
+
width: 320px;
|
|
80
|
+
}
|
|
73
81
|
}
|
|
74
82
|
.label {
|
|
75
83
|
font-size: 14px;
|
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":"4af96ea3-1"},{"name":"main-c0754020.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":"4af96ea3-3","name":"fieldConfig.ts"},{"uid":"4af96ea3-5","name":"fieldProps.ts"},{"uid":"4af96ea3-23","name":"customHooks.ts"}]},{"name":"common","children":[{"uid":"4af96ea3-9","name":"KeyValueConfig.vue"},{"uid":"4af96ea3-11","name":"KeyValueConfigMult.vue"},{"uid":"4af96ea3-13","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"4af96ea3-15","name":"Loading.vue"},{"uid":"4af96ea3-17","name":"action.vue"},{"uid":"4af96ea3-19","name":"listConfig.vue"},{"uid":"4af96ea3-21","name":"panel.vue"},{"uid":"4af96ea3-25","name":"radiogroup.vue"}]},{"name":"components","children":[{"name":"CheckBox/index.vue","uid":"4af96ea3-27"},{"name":"ColorSelect","children":[{"uid":"4af96ea3-29","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"4af96ea3-31","name":"index.vue"}]},{"name":"Date/index.vue","uid":"4af96ea3-33"},{"name":"DateTime/index.vue","uid":"4af96ea3-35"},{"name":"InputNumber/index.vue","uid":"4af96ea3-37"},{"name":"Radio/index.vue","uid":"4af96ea3-39"},{"name":"Rule","children":[{"uid":"4af96ea3-41","name":"ruleform.json"},{"uid":"4af96ea3-43","name":"rules.js"}]},{"name":"Selected/index.vue","uid":"4af96ea3-45"},{"name":"Selecteds/index.vue","uid":"4af96ea3-47"},{"name":"ShowRule/index.vue","uid":"4af96ea3-49"},{"name":"Slider/index.vue","uid":"4af96ea3-51"},{"name":"Switch/index.vue","uid":"4af96ea3-53"},{"name":"Text/index.vue","uid":"4af96ea3-55"},{"name":"TextArea/index.vue","uid":"4af96ea3-57"},{"name":"Time/index.vue","uid":"4af96ea3-59"}]},{"name":"layout","children":[{"uid":"4af96ea3-61","name":"Divider.vue"},{"uid":"4af96ea3-63","name":"Info.vue"},{"uid":"4af96ea3-65","name":"Tabs.vue"},{"uid":"4af96ea3-67","name":"collapse.vue"},{"uid":"4af96ea3-69","name":"grid.vue"},{"uid":"4af96ea3-71","name":"table.vue"}]},{"name":"styles/index.scss","uid":"4af96ea3-73"},{"uid":"4af96ea3-86","name":"main.ts"}]},{"name":"editor/src","children":[{"name":"controller","children":[{"uid":"4af96ea3-77","name":"history.ts"},{"uid":"4af96ea3-79","name":"form.ts"}]},{"name":"utils/_.ts","uid":"4af96ea3-81"},{"name":"common","children":[{"uid":"4af96ea3-83","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"4af96ea3-85","name":"Loading.vue"}]}]}]},{"name":"node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","uid":"4af96ea3-75"}]},{"uid":"4af96ea3-7","name":"plugin-vue:export-helper"}]},{"name":"index-015ed509.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","uid":"4af96ea3-88"}]},{"name":"index-115b67c5.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","uid":"4af96ea3-90"}]},{"name":"formAction-922332c1.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common","children":[{"uid":"4af96ea3-92","name":"formAction.vue?vue&type=style&index=0&lang.scss"},{"uid":"4af96ea3-94","name":"formAction.vue"}]}]},{"name":"index-afbcc030.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule","children":[{"uid":"4af96ea3-96","name":"index.vue?vue&type=style&index=0&lang.scss"},{"uid":"4af96ea3-98","name":"index.vue"}]}]},{"name":"starfish-form-9cc90058.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","uid":"4af96ea3-100"}]}],"isRoot":true},"nodeParts":{"4af96ea3-1":{"id":"starfish-form.mjs","gzipLength":0,"brotliLength":0,"renderedLength":1902,"metaUid":"4af96ea3-0"},"4af96ea3-3":{"renderedLength":18542,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-2"},"4af96ea3-5":{"renderedLength":567,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-4"},"4af96ea3-7":{"renderedLength":159,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-6"},"4af96ea3-9":{"renderedLength":8660,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-8"},"4af96ea3-11":{"renderedLength":8485,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-10"},"4af96ea3-13":{"renderedLength":103,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-12"},"4af96ea3-15":{"renderedLength":404,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-14"},"4af96ea3-17":{"renderedLength":8527,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-16"},"4af96ea3-19":{"renderedLength":3264,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-18"},"4af96ea3-21":{"renderedLength":5397,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-20"},"4af96ea3-23":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-22"},"4af96ea3-25":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-24"},"4af96ea3-27":{"renderedLength":4669,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-26"},"4af96ea3-29":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-28"},"4af96ea3-31":{"renderedLength":3864,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-30"},"4af96ea3-33":{"renderedLength":5430,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-32"},"4af96ea3-35":{"renderedLength":3294,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-34"},"4af96ea3-37":{"renderedLength":4639,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-36"},"4af96ea3-39":{"renderedLength":4680,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-38"},"4af96ea3-41":{"renderedLength":5040,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-40"},"4af96ea3-43":{"renderedLength":2564,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-42"},"4af96ea3-45":{"renderedLength":4764,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-44"},"4af96ea3-47":{"renderedLength":4836,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-46"},"4af96ea3-49":{"renderedLength":4133,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-48"},"4af96ea3-51":{"renderedLength":2944,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-50"},"4af96ea3-53":{"renderedLength":2938,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-52"},"4af96ea3-55":{"renderedLength":4543,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-54"},"4af96ea3-57":{"renderedLength":4434,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-56"},"4af96ea3-59":{"renderedLength":3240,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-58"},"4af96ea3-61":{"renderedLength":1315,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-60"},"4af96ea3-63":{"renderedLength":2999,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-62"},"4af96ea3-65":{"renderedLength":5888,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-64"},"4af96ea3-67":{"renderedLength":6238,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-66"},"4af96ea3-69":{"renderedLength":6257,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-68"},"4af96ea3-71":{"renderedLength":5740,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-70"},"4af96ea3-73":{"renderedLength":17,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-72"},"4af96ea3-75":{"renderedLength":350,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-74"},"4af96ea3-77":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-76"},"4af96ea3-79":{"renderedLength":6014,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-78"},"4af96ea3-81":{"renderedLength":9841,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-80"},"4af96ea3-83":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-82"},"4af96ea3-85":{"renderedLength":390,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-84"},"4af96ea3-86":{"renderedLength":2981,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-0"},"4af96ea3-88":{"renderedLength":2874,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-87"},"4af96ea3-90":{"renderedLength":6675,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-89"},"4af96ea3-92":{"renderedLength":92,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-91"},"4af96ea3-94":{"renderedLength":17107,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-93"},"4af96ea3-96":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-95"},"4af96ea3-98":{"renderedLength":18039,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-97"},"4af96ea3-100":{"renderedLength":9511,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-99"}},"nodeMetas":{"4af96ea3-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/main.ts","moduleParts":{"starfish-form.mjs":"4af96ea3-1","main-c0754020.mjs":"4af96ea3-86"},"imported":[{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-14"},{"uid":"4af96ea3-16"},{"uid":"4af96ea3-18"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-24"},{"uid":"4af96ea3-26"},{"uid":"4af96ea3-30"},{"uid":"4af96ea3-32"},{"uid":"4af96ea3-34"},{"uid":"4af96ea3-36"},{"uid":"4af96ea3-38"},{"uid":"4af96ea3-40"},{"uid":"4af96ea3-42"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-48"},{"uid":"4af96ea3-50"},{"uid":"4af96ea3-52"},{"uid":"4af96ea3-54"},{"uid":"4af96ea3-56"},{"uid":"4af96ea3-58"},{"uid":"4af96ea3-60"},{"uid":"4af96ea3-62"},{"uid":"4af96ea3-64"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-68"},{"uid":"4af96ea3-70"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-72"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-80"},{"uid":"4af96ea3-84"},{"uid":"4af96ea3-87","dynamic":true},{"uid":"4af96ea3-89","dynamic":true},{"uid":"4af96ea3-93","dynamic":true},{"uid":"4af96ea3-97","dynamic":true},{"uid":"4af96ea3-99","dynamic":true}],"importedBy":[],"isEntry":true},"4af96ea3-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldConfig.ts","moduleParts":{"main-c0754020.mjs":"4af96ea3-3"},"imported":[],"importedBy":[{"uid":"4af96ea3-0"},{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-26"},{"uid":"4af96ea3-30"},{"uid":"4af96ea3-32"},{"uid":"4af96ea3-34"},{"uid":"4af96ea3-36"},{"uid":"4af96ea3-38"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-50"},{"uid":"4af96ea3-52"},{"uid":"4af96ea3-54"},{"uid":"4af96ea3-56"},{"uid":"4af96ea3-58"},{"uid":"4af96ea3-60"},{"uid":"4af96ea3-62"},{"uid":"4af96ea3-64"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-68"},{"uid":"4af96ea3-70"},{"uid":"4af96ea3-87"},{"uid":"4af96ea3-89"}]},"4af96ea3-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldProps.ts","moduleParts":{"main-c0754020.mjs":"4af96ea3-5"},"imported":[],"importedBy":[{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-16"},{"uid":"4af96ea3-18"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-24"},{"uid":"4af96ea3-26"},{"uid":"4af96ea3-30"},{"uid":"4af96ea3-32"},{"uid":"4af96ea3-34"},{"uid":"4af96ea3-36"},{"uid":"4af96ea3-38"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-48"},{"uid":"4af96ea3-50"},{"uid":"4af96ea3-52"},{"uid":"4af96ea3-54"},{"uid":"4af96ea3-56"},{"uid":"4af96ea3-58"},{"uid":"4af96ea3-60"},{"uid":"4af96ea3-62"},{"uid":"4af96ea3-64"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-68"},{"uid":"4af96ea3-70"},{"uid":"4af96ea3-87"},{"uid":"4af96ea3-89"},{"uid":"4af96ea3-97"}]},"4af96ea3-6":{"id":"plugin-vue:export-helper","moduleParts":{"main-c0754020.mjs":"4af96ea3-7"},"imported":[],"importedBy":[{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-14"},{"uid":"4af96ea3-16"},{"uid":"4af96ea3-18"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-24"},{"uid":"4af96ea3-26"},{"uid":"4af96ea3-30"},{"uid":"4af96ea3-32"},{"uid":"4af96ea3-34"},{"uid":"4af96ea3-36"},{"uid":"4af96ea3-38"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-48"},{"uid":"4af96ea3-50"},{"uid":"4af96ea3-52"},{"uid":"4af96ea3-54"},{"uid":"4af96ea3-56"},{"uid":"4af96ea3-58"},{"uid":"4af96ea3-60"},{"uid":"4af96ea3-62"},{"uid":"4af96ea3-64"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-68"},{"uid":"4af96ea3-70"},{"uid":"4af96ea3-84"},{"uid":"4af96ea3-87"},{"uid":"4af96ea3-89"},{"uid":"4af96ea3-93"},{"uid":"4af96ea3-97"},{"uid":"4af96ea3-99"}]},"4af96ea3-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfig.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-9"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-104"},{"uid":"4af96ea3-105"},{"uid":"4af96ea3-106"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-108"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfigMult.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-11"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-104"},{"uid":"4af96ea3-105"},{"uid":"4af96ea3-106"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-108"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-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-c0754020.mjs":"4af96ea3-13"},"imported":[],"importedBy":[{"uid":"4af96ea3-14"}]},"4af96ea3-14":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-15"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-109"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-12"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/action.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-17"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-110"},{"uid":"4af96ea3-111"},{"uid":"4af96ea3-112"},{"uid":"4af96ea3-113"},{"uid":"4af96ea3-114"},{"uid":"4af96ea3-115"},{"uid":"4af96ea3-116"},{"uid":"4af96ea3-104"},{"uid":"4af96ea3-117"},{"uid":"4af96ea3-118"},{"uid":"4af96ea3-119"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-108"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/listConfig.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-19"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-115"},{"uid":"4af96ea3-116"},{"uid":"4af96ea3-104"},{"uid":"4af96ea3-120"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-108"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/panel.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-21"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-115"},{"uid":"4af96ea3-116"},{"uid":"4af96ea3-104"},{"uid":"4af96ea3-105"},{"uid":"4af96ea3-117"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-108"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/customHooks.ts","moduleParts":{"main-c0754020.mjs":"4af96ea3-23"},"imported":[{"uid":"4af96ea3-101"}],"importedBy":[{"uid":"4af96ea3-24"},{"uid":"4af96ea3-26"},{"uid":"4af96ea3-30"},{"uid":"4af96ea3-32"},{"uid":"4af96ea3-34"},{"uid":"4af96ea3-36"},{"uid":"4af96ea3-38"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-48"},{"uid":"4af96ea3-50"},{"uid":"4af96ea3-52"},{"uid":"4af96ea3-54"},{"uid":"4af96ea3-56"},{"uid":"4af96ea3-58"},{"uid":"4af96ea3-60"},{"uid":"4af96ea3-62"},{"uid":"4af96ea3-64"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-68"},{"uid":"4af96ea3-70"},{"uid":"4af96ea3-87"},{"uid":"4af96ea3-89"}]},"4af96ea3-24":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/radiogroup.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-25"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-121"},{"uid":"4af96ea3-122"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/CheckBox/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-27"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-123"},{"uid":"4af96ea3-106"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-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-c0754020.mjs":"4af96ea3-29"},"imported":[],"importedBy":[{"uid":"4af96ea3-30"}]},"4af96ea3-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-31"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-124"},{"uid":"4af96ea3-105"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-28"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Date/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-33"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-125"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/DateTime/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-35"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-125"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/InputNumber/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-37"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-120"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Radio/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-39"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-121"},{"uid":"4af96ea3-126"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/ruleform.json","moduleParts":{"main-c0754020.mjs":"4af96ea3-41"},"imported":[],"importedBy":[{"uid":"4af96ea3-0"},{"uid":"4af96ea3-97"}]},"4af96ea3-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/rules.js","moduleParts":{"main-c0754020.mjs":"4af96ea3-43"},"imported":[],"importedBy":[{"uid":"4af96ea3-0"},{"uid":"4af96ea3-97"}]},"4af96ea3-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selected/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-45"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-118"},{"uid":"4af96ea3-119"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selecteds/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-47"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-118"},{"uid":"4af96ea3-119"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ShowRule/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-49"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-116"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Slider/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-51"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-127"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-52":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Switch/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-53"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-128"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Text/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-55"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-105"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-56":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/TextArea/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-57"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-105"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-58":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Time/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-59"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-129"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-60":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Divider.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-61"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-130"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-62":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Info.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-63"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-131"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-64":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Tabs.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-65"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-132"},{"uid":"4af96ea3-133"},{"uid":"4af96ea3-134"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-66":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/collapse.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-67"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-113"},{"uid":"4af96ea3-114"},{"uid":"4af96ea3-134"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-68":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/grid.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-69"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-115"},{"uid":"4af96ea3-134"},{"uid":"4af96ea3-117"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-70":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/table.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-71"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-134"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-72":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/styles/index.scss","moduleParts":{"main-c0754020.mjs":"4af96ea3-73"},"imported":[],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-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-c0754020.mjs":"4af96ea3-75"},"imported":[{"uid":"4af96ea3-145"}],"importedBy":[{"uid":"4af96ea3-80"}]},"4af96ea3-76":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main-c0754020.mjs":"4af96ea3-77"},"imported":[{"uid":"4af96ea3-101"},{"uid":"4af96ea3-78"}],"importedBy":[{"uid":"4af96ea3-78"}]},"4af96ea3-78":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main-c0754020.mjs":"4af96ea3-79"},"imported":[{"uid":"4af96ea3-101"},{"uid":"4af96ea3-76"}],"importedBy":[{"uid":"4af96ea3-80"},{"uid":"4af96ea3-76"}]},"4af96ea3-80":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main-c0754020.mjs":"4af96ea3-81"},"imported":[{"uid":"4af96ea3-135"},{"uid":"4af96ea3-74"},{"uid":"4af96ea3-78"}],"importedBy":[{"uid":"4af96ea3-0"},{"uid":"4af96ea3-89"},{"uid":"4af96ea3-97"}]},"4af96ea3-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-c0754020.mjs":"4af96ea3-83"},"imported":[],"importedBy":[{"uid":"4af96ea3-84"}]},"4af96ea3-84":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-85"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-109"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-82"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-87":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","moduleParts":{"index-015ed509.mjs":"4af96ea3-88"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-136"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-89":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","moduleParts":{"index-115b67c5.mjs":"4af96ea3-90"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-137"},{"uid":"4af96ea3-138"},{"uid":"4af96ea3-116"},{"uid":"4af96ea3-139"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-140"},{"uid":"4af96ea3-80"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-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-922332c1.mjs":"4af96ea3-92"},"imported":[],"importedBy":[{"uid":"4af96ea3-93"}]},"4af96ea3-93":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue","moduleParts":{"formAction-922332c1.mjs":"4af96ea3-94"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-141"},{"uid":"4af96ea3-134"},{"uid":"4af96ea3-105"},{"uid":"4af96ea3-142"},{"uid":"4af96ea3-137"},{"uid":"4af96ea3-139"},{"uid":"4af96ea3-143"},{"uid":"4af96ea3-116"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-144"},{"uid":"4af96ea3-91"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-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-afbcc030.mjs":"4af96ea3-96"},"imported":[],"importedBy":[{"uid":"4af96ea3-97"}]},"4af96ea3-97":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue","moduleParts":{"index-afbcc030.mjs":"4af96ea3-98"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-137"},{"uid":"4af96ea3-139"},{"uid":"4af96ea3-138"},{"uid":"4af96ea3-131"},{"uid":"4af96ea3-113"},{"uid":"4af96ea3-114"},{"uid":"4af96ea3-104"},{"uid":"4af96ea3-118"},{"uid":"4af96ea3-119"},{"uid":"4af96ea3-110"},{"uid":"4af96ea3-111"},{"uid":"4af96ea3-112"},{"uid":"4af96ea3-116"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-80"},{"uid":"4af96ea3-42"},{"uid":"4af96ea3-40"},{"uid":"4af96ea3-108"},{"uid":"4af96ea3-99"},{"uid":"4af96ea3-144"},{"uid":"4af96ea3-95"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-99":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","moduleParts":{"starfish-form-9cc90058.mjs":"4af96ea3-100"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-141"},{"uid":"4af96ea3-134"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"},{"uid":"4af96ea3-97"}]},"4af96ea3-101":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-0"},{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-14"},{"uid":"4af96ea3-16"},{"uid":"4af96ea3-18"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-24"},{"uid":"4af96ea3-26"},{"uid":"4af96ea3-30"},{"uid":"4af96ea3-32"},{"uid":"4af96ea3-34"},{"uid":"4af96ea3-36"},{"uid":"4af96ea3-38"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-48"},{"uid":"4af96ea3-50"},{"uid":"4af96ea3-52"},{"uid":"4af96ea3-54"},{"uid":"4af96ea3-56"},{"uid":"4af96ea3-58"},{"uid":"4af96ea3-60"},{"uid":"4af96ea3-62"},{"uid":"4af96ea3-64"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-68"},{"uid":"4af96ea3-70"},{"uid":"4af96ea3-84"},{"uid":"4af96ea3-87"},{"uid":"4af96ea3-89"},{"uid":"4af96ea3-93"},{"uid":"4af96ea3-97"},{"uid":"4af96ea3-99"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-78"},{"uid":"4af96ea3-76"}],"isExternal":true},"4af96ea3-102":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-14"},{"uid":"4af96ea3-16"},{"uid":"4af96ea3-18"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-24"},{"uid":"4af96ea3-26"},{"uid":"4af96ea3-30"},{"uid":"4af96ea3-32"},{"uid":"4af96ea3-34"},{"uid":"4af96ea3-36"},{"uid":"4af96ea3-38"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-48"},{"uid":"4af96ea3-50"},{"uid":"4af96ea3-52"},{"uid":"4af96ea3-54"},{"uid":"4af96ea3-56"},{"uid":"4af96ea3-58"},{"uid":"4af96ea3-60"},{"uid":"4af96ea3-62"},{"uid":"4af96ea3-64"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-68"},{"uid":"4af96ea3-70"},{"uid":"4af96ea3-84"},{"uid":"4af96ea3-87"},{"uid":"4af96ea3-89"},{"uid":"4af96ea3-93"},{"uid":"4af96ea3-97"},{"uid":"4af96ea3-99"}],"isExternal":true},"4af96ea3-103":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-14"},{"uid":"4af96ea3-16"},{"uid":"4af96ea3-18"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-24"},{"uid":"4af96ea3-26"},{"uid":"4af96ea3-30"},{"uid":"4af96ea3-32"},{"uid":"4af96ea3-34"},{"uid":"4af96ea3-36"},{"uid":"4af96ea3-38"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-48"},{"uid":"4af96ea3-50"},{"uid":"4af96ea3-52"},{"uid":"4af96ea3-54"},{"uid":"4af96ea3-56"},{"uid":"4af96ea3-58"},{"uid":"4af96ea3-60"},{"uid":"4af96ea3-62"},{"uid":"4af96ea3-64"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-68"},{"uid":"4af96ea3-70"},{"uid":"4af96ea3-84"},{"uid":"4af96ea3-87"},{"uid":"4af96ea3-89"},{"uid":"4af96ea3-93"},{"uid":"4af96ea3-97"},{"uid":"4af96ea3-99"}],"isExternal":true},"4af96ea3-104":{"id":"element-plus/es/components/icon/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-16"},{"uid":"4af96ea3-18"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-105":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-30"},{"uid":"4af96ea3-54"},{"uid":"4af96ea3-56"},{"uid":"4af96ea3-93"}],"isExternal":true},"4af96ea3-106":{"id":"element-plus/es/components/checkbox/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-26"}],"isExternal":true},"4af96ea3-107":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-16"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-24"},{"uid":"4af96ea3-26"},{"uid":"4af96ea3-30"},{"uid":"4af96ea3-32"},{"uid":"4af96ea3-34"},{"uid":"4af96ea3-36"},{"uid":"4af96ea3-38"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-48"},{"uid":"4af96ea3-50"},{"uid":"4af96ea3-52"},{"uid":"4af96ea3-54"},{"uid":"4af96ea3-56"},{"uid":"4af96ea3-58"},{"uid":"4af96ea3-62"},{"uid":"4af96ea3-87"},{"uid":"4af96ea3-89"},{"uid":"4af96ea3-93"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-108":{"id":"@element-plus/icons-vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-16"},{"uid":"4af96ea3-18"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-109":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-14"},{"uid":"4af96ea3-84"}],"isExternal":true},"4af96ea3-110":{"id":"element-plus/es/components/dropdown/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-16"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-111":{"id":"element-plus/es/components/dropdown-menu/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-16"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-112":{"id":"element-plus/es/components/dropdown-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-16"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-113":{"id":"element-plus/es/components/collapse/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-16"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-114":{"id":"element-plus/es/components/collapse-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-16"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-115":{"id":"element-plus/es/components/row/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-16"},{"uid":"4af96ea3-18"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-68"}],"isExternal":true},"4af96ea3-116":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-16"},{"uid":"4af96ea3-18"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-48"},{"uid":"4af96ea3-89"},{"uid":"4af96ea3-93"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-117":{"id":"element-plus/es/components/col/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-16"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-68"}],"isExternal":true},"4af96ea3-118":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-16"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-119":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-16"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-120":{"id":"element-plus/es/components/input-number/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-18"},{"uid":"4af96ea3-36"}],"isExternal":true},"4af96ea3-121":{"id":"element-plus/es/components/radio-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-24"},{"uid":"4af96ea3-38"}],"isExternal":true},"4af96ea3-122":{"id":"element-plus/es/components/radio-button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-24"}],"isExternal":true},"4af96ea3-123":{"id":"element-plus/es/components/checkbox-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-26"}],"isExternal":true},"4af96ea3-124":{"id":"element-plus/es/components/color-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-30"}],"isExternal":true},"4af96ea3-125":{"id":"element-plus/es/components/date-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-32"},{"uid":"4af96ea3-34"}],"isExternal":true},"4af96ea3-126":{"id":"element-plus/es/components/radio/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-38"}],"isExternal":true},"4af96ea3-127":{"id":"element-plus/es/components/slider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-50"}],"isExternal":true},"4af96ea3-128":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-52"}],"isExternal":true},"4af96ea3-129":{"id":"element-plus/es/components/time-select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-58"}],"isExternal":true},"4af96ea3-130":{"id":"element-plus/es/components/divider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-60"}],"isExternal":true},"4af96ea3-131":{"id":"element-plus/es/components/alert/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-62"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-132":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-64"}],"isExternal":true},"4af96ea3-133":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-64"}],"isExternal":true},"4af96ea3-134":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-64"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-68"},{"uid":"4af96ea3-70"},{"uid":"4af96ea3-93"},{"uid":"4af96ea3-99"}],"isExternal":true},"4af96ea3-135":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-80"}],"isExternal":true},"4af96ea3-136":{"id":"wangeditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-87"}],"isExternal":true},"4af96ea3-137":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-89"},{"uid":"4af96ea3-93"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-138":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-89"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-139":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-89"},{"uid":"4af96ea3-93"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-140":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-89"}],"isExternal":true},"4af96ea3-141":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-93"},{"uid":"4af96ea3-99"}],"isExternal":true},"4af96ea3-142":{"id":"element-plus/es/components/aside/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-93"}],"isExternal":true},"4af96ea3-143":{"id":"element-plus/es/components/scrollbar/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-93"}],"isExternal":true},"4af96ea3-144":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-93"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-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":"4af96ea3-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":"33870264-1"},{"name":"main-aa8ac669.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":"33870264-3","name":"fieldConfig.ts"},{"uid":"33870264-5","name":"fieldProps.ts"},{"uid":"33870264-23","name":"customHooks.ts"}]},{"name":"common","children":[{"uid":"33870264-9","name":"KeyValueConfig.vue"},{"uid":"33870264-11","name":"KeyValueConfigMult.vue"},{"uid":"33870264-13","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"33870264-15","name":"Loading.vue"},{"uid":"33870264-17","name":"action.vue"},{"uid":"33870264-19","name":"listConfig.vue"},{"uid":"33870264-21","name":"panel.vue"},{"uid":"33870264-25","name":"radiogroup.vue"}]},{"name":"components","children":[{"name":"CheckBox/index.vue","uid":"33870264-27"},{"name":"ColorSelect","children":[{"uid":"33870264-29","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"33870264-31","name":"index.vue"}]},{"name":"Date/index.vue","uid":"33870264-33"},{"name":"DateTime/index.vue","uid":"33870264-35"},{"name":"InputNumber/index.vue","uid":"33870264-37"},{"name":"Radio/index.vue","uid":"33870264-39"},{"name":"Rule","children":[{"uid":"33870264-41","name":"ruleform.json"},{"uid":"33870264-43","name":"rules.js"}]},{"name":"Selected/index.vue","uid":"33870264-45"},{"name":"Selecteds/index.vue","uid":"33870264-47"},{"name":"ShowRule/index.vue","uid":"33870264-49"},{"name":"Slider/index.vue","uid":"33870264-51"},{"name":"Switch/index.vue","uid":"33870264-53"},{"name":"Text/index.vue","uid":"33870264-55"},{"name":"TextArea/index.vue","uid":"33870264-57"},{"name":"Time/index.vue","uid":"33870264-59"}]},{"name":"layout","children":[{"uid":"33870264-61","name":"Divider.vue"},{"uid":"33870264-63","name":"Info.vue"},{"uid":"33870264-65","name":"Tabs.vue"},{"uid":"33870264-67","name":"collapse.vue"},{"uid":"33870264-69","name":"grid.vue"},{"uid":"33870264-71","name":"table.vue"}]},{"name":"styles/index.scss","uid":"33870264-73"},{"uid":"33870264-86","name":"main.ts"}]},{"name":"editor/src","children":[{"name":"controller","children":[{"uid":"33870264-77","name":"history.ts"},{"uid":"33870264-79","name":"form.ts"}]},{"name":"utils/_.ts","uid":"33870264-81"},{"name":"common","children":[{"uid":"33870264-83","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"33870264-85","name":"Loading.vue"}]}]}]},{"name":"node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","uid":"33870264-75"}]},{"uid":"33870264-7","name":"plugin-vue:export-helper"}]},{"name":"index-cd37a724.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","uid":"33870264-88"}]},{"name":"index-018f2cf5.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","uid":"33870264-90"}]},{"name":"formAction-930f1167.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common","children":[{"uid":"33870264-92","name":"formAction.vue?vue&type=style&index=0&lang.scss"},{"uid":"33870264-94","name":"formAction.vue"}]}]},{"name":"index-98930c5f.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule","children":[{"uid":"33870264-96","name":"index.vue?vue&type=style&index=0&lang.scss"},{"uid":"33870264-98","name":"index.vue"}]}]},{"name":"starfish-form-c8a3365e.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","uid":"33870264-100"}]}],"isRoot":true},"nodeParts":{"33870264-1":{"id":"starfish-form.mjs","gzipLength":0,"brotliLength":0,"renderedLength":1902,"metaUid":"33870264-0"},"33870264-3":{"renderedLength":18542,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-2"},"33870264-5":{"renderedLength":567,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-4"},"33870264-7":{"renderedLength":159,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-6"},"33870264-9":{"renderedLength":8660,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-8"},"33870264-11":{"renderedLength":8485,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-10"},"33870264-13":{"renderedLength":103,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-12"},"33870264-15":{"renderedLength":404,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-14"},"33870264-17":{"renderedLength":8527,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-16"},"33870264-19":{"renderedLength":3264,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-18"},"33870264-21":{"renderedLength":5397,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-20"},"33870264-23":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-22"},"33870264-25":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-24"},"33870264-27":{"renderedLength":4669,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-26"},"33870264-29":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-28"},"33870264-31":{"renderedLength":3864,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-30"},"33870264-33":{"renderedLength":5456,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-32"},"33870264-35":{"renderedLength":3294,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-34"},"33870264-37":{"renderedLength":4665,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-36"},"33870264-39":{"renderedLength":4680,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-38"},"33870264-41":{"renderedLength":5040,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-40"},"33870264-43":{"renderedLength":2564,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-42"},"33870264-45":{"renderedLength":4790,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-44"},"33870264-47":{"renderedLength":4862,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-46"},"33870264-49":{"renderedLength":4133,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-48"},"33870264-51":{"renderedLength":2944,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-50"},"33870264-53":{"renderedLength":2938,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-52"},"33870264-55":{"renderedLength":4569,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-54"},"33870264-57":{"renderedLength":4434,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-56"},"33870264-59":{"renderedLength":3240,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-58"},"33870264-61":{"renderedLength":1315,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-60"},"33870264-63":{"renderedLength":2999,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-62"},"33870264-65":{"renderedLength":5888,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-64"},"33870264-67":{"renderedLength":6238,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-66"},"33870264-69":{"renderedLength":6376,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-68"},"33870264-71":{"renderedLength":5859,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-70"},"33870264-73":{"renderedLength":17,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-72"},"33870264-75":{"renderedLength":350,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-74"},"33870264-77":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-76"},"33870264-79":{"renderedLength":6014,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-78"},"33870264-81":{"renderedLength":11658,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-80"},"33870264-83":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-82"},"33870264-85":{"renderedLength":390,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-84"},"33870264-86":{"renderedLength":2981,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-0"},"33870264-88":{"renderedLength":2874,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-87"},"33870264-90":{"renderedLength":6675,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-89"},"33870264-92":{"renderedLength":92,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-91"},"33870264-94":{"renderedLength":17107,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-93"},"33870264-96":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-95"},"33870264-98":{"renderedLength":18039,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-97"},"33870264-100":{"renderedLength":9511,"gzipLength":0,"brotliLength":0,"metaUid":"33870264-99"}},"nodeMetas":{"33870264-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/main.ts","moduleParts":{"starfish-form.mjs":"33870264-1","main-aa8ac669.mjs":"33870264-86"},"imported":[{"uid":"33870264-8"},{"uid":"33870264-10"},{"uid":"33870264-14"},{"uid":"33870264-16"},{"uid":"33870264-18"},{"uid":"33870264-20"},{"uid":"33870264-24"},{"uid":"33870264-26"},{"uid":"33870264-30"},{"uid":"33870264-32"},{"uid":"33870264-34"},{"uid":"33870264-36"},{"uid":"33870264-38"},{"uid":"33870264-40"},{"uid":"33870264-42"},{"uid":"33870264-44"},{"uid":"33870264-46"},{"uid":"33870264-48"},{"uid":"33870264-50"},{"uid":"33870264-52"},{"uid":"33870264-54"},{"uid":"33870264-56"},{"uid":"33870264-58"},{"uid":"33870264-60"},{"uid":"33870264-62"},{"uid":"33870264-64"},{"uid":"33870264-66"},{"uid":"33870264-68"},{"uid":"33870264-70"},{"uid":"33870264-101"},{"uid":"33870264-72"},{"uid":"33870264-2"},{"uid":"33870264-80"},{"uid":"33870264-84"},{"uid":"33870264-87","dynamic":true},{"uid":"33870264-89","dynamic":true},{"uid":"33870264-93","dynamic":true},{"uid":"33870264-97","dynamic":true},{"uid":"33870264-99","dynamic":true}],"importedBy":[],"isEntry":true},"33870264-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldConfig.ts","moduleParts":{"main-aa8ac669.mjs":"33870264-3"},"imported":[],"importedBy":[{"uid":"33870264-0"},{"uid":"33870264-8"},{"uid":"33870264-10"},{"uid":"33870264-26"},{"uid":"33870264-30"},{"uid":"33870264-32"},{"uid":"33870264-34"},{"uid":"33870264-36"},{"uid":"33870264-38"},{"uid":"33870264-44"},{"uid":"33870264-46"},{"uid":"33870264-50"},{"uid":"33870264-52"},{"uid":"33870264-54"},{"uid":"33870264-56"},{"uid":"33870264-58"},{"uid":"33870264-60"},{"uid":"33870264-62"},{"uid":"33870264-64"},{"uid":"33870264-66"},{"uid":"33870264-68"},{"uid":"33870264-70"},{"uid":"33870264-87"},{"uid":"33870264-89"}]},"33870264-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldProps.ts","moduleParts":{"main-aa8ac669.mjs":"33870264-5"},"imported":[],"importedBy":[{"uid":"33870264-8"},{"uid":"33870264-10"},{"uid":"33870264-16"},{"uid":"33870264-18"},{"uid":"33870264-20"},{"uid":"33870264-24"},{"uid":"33870264-26"},{"uid":"33870264-30"},{"uid":"33870264-32"},{"uid":"33870264-34"},{"uid":"33870264-36"},{"uid":"33870264-38"},{"uid":"33870264-44"},{"uid":"33870264-46"},{"uid":"33870264-48"},{"uid":"33870264-50"},{"uid":"33870264-52"},{"uid":"33870264-54"},{"uid":"33870264-56"},{"uid":"33870264-58"},{"uid":"33870264-60"},{"uid":"33870264-62"},{"uid":"33870264-64"},{"uid":"33870264-66"},{"uid":"33870264-68"},{"uid":"33870264-70"},{"uid":"33870264-87"},{"uid":"33870264-89"},{"uid":"33870264-97"}]},"33870264-6":{"id":"plugin-vue:export-helper","moduleParts":{"main-aa8ac669.mjs":"33870264-7"},"imported":[],"importedBy":[{"uid":"33870264-8"},{"uid":"33870264-10"},{"uid":"33870264-14"},{"uid":"33870264-16"},{"uid":"33870264-18"},{"uid":"33870264-20"},{"uid":"33870264-24"},{"uid":"33870264-26"},{"uid":"33870264-30"},{"uid":"33870264-32"},{"uid":"33870264-34"},{"uid":"33870264-36"},{"uid":"33870264-38"},{"uid":"33870264-44"},{"uid":"33870264-46"},{"uid":"33870264-48"},{"uid":"33870264-50"},{"uid":"33870264-52"},{"uid":"33870264-54"},{"uid":"33870264-56"},{"uid":"33870264-58"},{"uid":"33870264-60"},{"uid":"33870264-62"},{"uid":"33870264-64"},{"uid":"33870264-66"},{"uid":"33870264-68"},{"uid":"33870264-70"},{"uid":"33870264-84"},{"uid":"33870264-87"},{"uid":"33870264-89"},{"uid":"33870264-93"},{"uid":"33870264-97"},{"uid":"33870264-99"}]},"33870264-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfig.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-9"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-104"},{"uid":"33870264-105"},{"uid":"33870264-106"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-108"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfigMult.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-11"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-104"},{"uid":"33870264-105"},{"uid":"33870264-106"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-108"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-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-aa8ac669.mjs":"33870264-13"},"imported":[],"importedBy":[{"uid":"33870264-14"}]},"33870264-14":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-15"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-109"},{"uid":"33870264-101"},{"uid":"33870264-12"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/action.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-17"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-110"},{"uid":"33870264-111"},{"uid":"33870264-112"},{"uid":"33870264-113"},{"uid":"33870264-114"},{"uid":"33870264-115"},{"uid":"33870264-116"},{"uid":"33870264-104"},{"uid":"33870264-117"},{"uid":"33870264-118"},{"uid":"33870264-119"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-108"},{"uid":"33870264-4"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/listConfig.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-19"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-115"},{"uid":"33870264-116"},{"uid":"33870264-104"},{"uid":"33870264-120"},{"uid":"33870264-101"},{"uid":"33870264-4"},{"uid":"33870264-108"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/panel.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-21"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-115"},{"uid":"33870264-116"},{"uid":"33870264-104"},{"uid":"33870264-105"},{"uid":"33870264-117"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-4"},{"uid":"33870264-108"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/customHooks.ts","moduleParts":{"main-aa8ac669.mjs":"33870264-23"},"imported":[{"uid":"33870264-101"}],"importedBy":[{"uid":"33870264-24"},{"uid":"33870264-26"},{"uid":"33870264-30"},{"uid":"33870264-32"},{"uid":"33870264-34"},{"uid":"33870264-36"},{"uid":"33870264-38"},{"uid":"33870264-44"},{"uid":"33870264-46"},{"uid":"33870264-48"},{"uid":"33870264-50"},{"uid":"33870264-52"},{"uid":"33870264-54"},{"uid":"33870264-56"},{"uid":"33870264-58"},{"uid":"33870264-60"},{"uid":"33870264-62"},{"uid":"33870264-64"},{"uid":"33870264-66"},{"uid":"33870264-68"},{"uid":"33870264-70"},{"uid":"33870264-87"},{"uid":"33870264-89"}]},"33870264-24":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/radiogroup.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-25"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-121"},{"uid":"33870264-122"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/CheckBox/index.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-27"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-123"},{"uid":"33870264-106"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-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-aa8ac669.mjs":"33870264-29"},"imported":[],"importedBy":[{"uid":"33870264-30"}]},"33870264-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-31"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-124"},{"uid":"33870264-105"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-28"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Date/index.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-33"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-125"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/DateTime/index.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-35"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-125"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/InputNumber/index.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-37"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-120"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Radio/index.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-39"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-121"},{"uid":"33870264-126"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/ruleform.json","moduleParts":{"main-aa8ac669.mjs":"33870264-41"},"imported":[],"importedBy":[{"uid":"33870264-0"},{"uid":"33870264-97"}]},"33870264-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/rules.js","moduleParts":{"main-aa8ac669.mjs":"33870264-43"},"imported":[],"importedBy":[{"uid":"33870264-0"},{"uid":"33870264-97"}]},"33870264-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selected/index.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-45"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-118"},{"uid":"33870264-119"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selecteds/index.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-47"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-118"},{"uid":"33870264-119"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ShowRule/index.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-49"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-116"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Slider/index.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-51"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-127"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-52":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Switch/index.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-53"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-128"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Text/index.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-55"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-105"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-56":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/TextArea/index.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-57"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-105"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-58":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Time/index.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-59"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-129"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-4"},{"uid":"33870264-2"},{"uid":"33870264-22"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-60":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Divider.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-61"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-130"},{"uid":"33870264-101"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-62":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Info.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-63"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-131"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-64":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Tabs.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-65"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-132"},{"uid":"33870264-133"},{"uid":"33870264-134"},{"uid":"33870264-101"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-66":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/collapse.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-67"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-113"},{"uid":"33870264-114"},{"uid":"33870264-134"},{"uid":"33870264-101"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-68":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/grid.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-69"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-115"},{"uid":"33870264-134"},{"uid":"33870264-117"},{"uid":"33870264-101"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-70":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/table.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-71"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-134"},{"uid":"33870264-101"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-72":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/styles/index.scss","moduleParts":{"main-aa8ac669.mjs":"33870264-73"},"imported":[],"importedBy":[{"uid":"33870264-0"}]},"33870264-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-aa8ac669.mjs":"33870264-75"},"imported":[{"uid":"33870264-145"}],"importedBy":[{"uid":"33870264-80"}]},"33870264-76":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main-aa8ac669.mjs":"33870264-77"},"imported":[{"uid":"33870264-101"},{"uid":"33870264-78"}],"importedBy":[{"uid":"33870264-78"}]},"33870264-78":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main-aa8ac669.mjs":"33870264-79"},"imported":[{"uid":"33870264-101"},{"uid":"33870264-76"}],"importedBy":[{"uid":"33870264-80"},{"uid":"33870264-76"}]},"33870264-80":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main-aa8ac669.mjs":"33870264-81"},"imported":[{"uid":"33870264-135"},{"uid":"33870264-74"},{"uid":"33870264-78"}],"importedBy":[{"uid":"33870264-0"},{"uid":"33870264-89"},{"uid":"33870264-97"}]},"33870264-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-aa8ac669.mjs":"33870264-83"},"imported":[],"importedBy":[{"uid":"33870264-84"}]},"33870264-84":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main-aa8ac669.mjs":"33870264-85"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-109"},{"uid":"33870264-101"},{"uid":"33870264-82"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-87":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","moduleParts":{"index-cd37a724.mjs":"33870264-88"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-136"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-89":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","moduleParts":{"index-018f2cf5.mjs":"33870264-90"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-137"},{"uid":"33870264-138"},{"uid":"33870264-116"},{"uid":"33870264-139"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-2"},{"uid":"33870264-4"},{"uid":"33870264-22"},{"uid":"33870264-140"},{"uid":"33870264-80"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-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-930f1167.mjs":"33870264-92"},"imported":[],"importedBy":[{"uid":"33870264-93"}]},"33870264-93":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue","moduleParts":{"formAction-930f1167.mjs":"33870264-94"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-141"},{"uid":"33870264-134"},{"uid":"33870264-105"},{"uid":"33870264-142"},{"uid":"33870264-137"},{"uid":"33870264-139"},{"uid":"33870264-143"},{"uid":"33870264-116"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-144"},{"uid":"33870264-91"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-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-98930c5f.mjs":"33870264-96"},"imported":[],"importedBy":[{"uid":"33870264-97"}]},"33870264-97":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue","moduleParts":{"index-98930c5f.mjs":"33870264-98"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-137"},{"uid":"33870264-139"},{"uid":"33870264-138"},{"uid":"33870264-131"},{"uid":"33870264-113"},{"uid":"33870264-114"},{"uid":"33870264-104"},{"uid":"33870264-118"},{"uid":"33870264-119"},{"uid":"33870264-110"},{"uid":"33870264-111"},{"uid":"33870264-112"},{"uid":"33870264-116"},{"uid":"33870264-107"},{"uid":"33870264-101"},{"uid":"33870264-4"},{"uid":"33870264-80"},{"uid":"33870264-42"},{"uid":"33870264-40"},{"uid":"33870264-108"},{"uid":"33870264-99"},{"uid":"33870264-144"},{"uid":"33870264-95"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"}]},"33870264-99":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","moduleParts":{"starfish-form-c8a3365e.mjs":"33870264-100"},"imported":[{"uid":"33870264-102"},{"uid":"33870264-103"},{"uid":"33870264-141"},{"uid":"33870264-134"},{"uid":"33870264-101"},{"uid":"33870264-6"}],"importedBy":[{"uid":"33870264-0"},{"uid":"33870264-97"}]},"33870264-101":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-0"},{"uid":"33870264-8"},{"uid":"33870264-10"},{"uid":"33870264-14"},{"uid":"33870264-16"},{"uid":"33870264-18"},{"uid":"33870264-20"},{"uid":"33870264-24"},{"uid":"33870264-26"},{"uid":"33870264-30"},{"uid":"33870264-32"},{"uid":"33870264-34"},{"uid":"33870264-36"},{"uid":"33870264-38"},{"uid":"33870264-44"},{"uid":"33870264-46"},{"uid":"33870264-48"},{"uid":"33870264-50"},{"uid":"33870264-52"},{"uid":"33870264-54"},{"uid":"33870264-56"},{"uid":"33870264-58"},{"uid":"33870264-60"},{"uid":"33870264-62"},{"uid":"33870264-64"},{"uid":"33870264-66"},{"uid":"33870264-68"},{"uid":"33870264-70"},{"uid":"33870264-84"},{"uid":"33870264-87"},{"uid":"33870264-89"},{"uid":"33870264-93"},{"uid":"33870264-97"},{"uid":"33870264-99"},{"uid":"33870264-22"},{"uid":"33870264-78"},{"uid":"33870264-76"}],"isExternal":true},"33870264-102":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-8"},{"uid":"33870264-10"},{"uid":"33870264-14"},{"uid":"33870264-16"},{"uid":"33870264-18"},{"uid":"33870264-20"},{"uid":"33870264-24"},{"uid":"33870264-26"},{"uid":"33870264-30"},{"uid":"33870264-32"},{"uid":"33870264-34"},{"uid":"33870264-36"},{"uid":"33870264-38"},{"uid":"33870264-44"},{"uid":"33870264-46"},{"uid":"33870264-48"},{"uid":"33870264-50"},{"uid":"33870264-52"},{"uid":"33870264-54"},{"uid":"33870264-56"},{"uid":"33870264-58"},{"uid":"33870264-60"},{"uid":"33870264-62"},{"uid":"33870264-64"},{"uid":"33870264-66"},{"uid":"33870264-68"},{"uid":"33870264-70"},{"uid":"33870264-84"},{"uid":"33870264-87"},{"uid":"33870264-89"},{"uid":"33870264-93"},{"uid":"33870264-97"},{"uid":"33870264-99"}],"isExternal":true},"33870264-103":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-8"},{"uid":"33870264-10"},{"uid":"33870264-14"},{"uid":"33870264-16"},{"uid":"33870264-18"},{"uid":"33870264-20"},{"uid":"33870264-24"},{"uid":"33870264-26"},{"uid":"33870264-30"},{"uid":"33870264-32"},{"uid":"33870264-34"},{"uid":"33870264-36"},{"uid":"33870264-38"},{"uid":"33870264-44"},{"uid":"33870264-46"},{"uid":"33870264-48"},{"uid":"33870264-50"},{"uid":"33870264-52"},{"uid":"33870264-54"},{"uid":"33870264-56"},{"uid":"33870264-58"},{"uid":"33870264-60"},{"uid":"33870264-62"},{"uid":"33870264-64"},{"uid":"33870264-66"},{"uid":"33870264-68"},{"uid":"33870264-70"},{"uid":"33870264-84"},{"uid":"33870264-87"},{"uid":"33870264-89"},{"uid":"33870264-93"},{"uid":"33870264-97"},{"uid":"33870264-99"}],"isExternal":true},"33870264-104":{"id":"element-plus/es/components/icon/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-8"},{"uid":"33870264-10"},{"uid":"33870264-16"},{"uid":"33870264-18"},{"uid":"33870264-20"},{"uid":"33870264-97"}],"isExternal":true},"33870264-105":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-8"},{"uid":"33870264-10"},{"uid":"33870264-20"},{"uid":"33870264-30"},{"uid":"33870264-54"},{"uid":"33870264-56"},{"uid":"33870264-93"}],"isExternal":true},"33870264-106":{"id":"element-plus/es/components/checkbox/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-8"},{"uid":"33870264-10"},{"uid":"33870264-26"}],"isExternal":true},"33870264-107":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-8"},{"uid":"33870264-10"},{"uid":"33870264-16"},{"uid":"33870264-20"},{"uid":"33870264-24"},{"uid":"33870264-26"},{"uid":"33870264-30"},{"uid":"33870264-32"},{"uid":"33870264-34"},{"uid":"33870264-36"},{"uid":"33870264-38"},{"uid":"33870264-44"},{"uid":"33870264-46"},{"uid":"33870264-48"},{"uid":"33870264-50"},{"uid":"33870264-52"},{"uid":"33870264-54"},{"uid":"33870264-56"},{"uid":"33870264-58"},{"uid":"33870264-62"},{"uid":"33870264-87"},{"uid":"33870264-89"},{"uid":"33870264-93"},{"uid":"33870264-97"}],"isExternal":true},"33870264-108":{"id":"@element-plus/icons-vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-8"},{"uid":"33870264-10"},{"uid":"33870264-16"},{"uid":"33870264-18"},{"uid":"33870264-20"},{"uid":"33870264-97"}],"isExternal":true},"33870264-109":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-14"},{"uid":"33870264-84"}],"isExternal":true},"33870264-110":{"id":"element-plus/es/components/dropdown/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-16"},{"uid":"33870264-97"}],"isExternal":true},"33870264-111":{"id":"element-plus/es/components/dropdown-menu/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-16"},{"uid":"33870264-97"}],"isExternal":true},"33870264-112":{"id":"element-plus/es/components/dropdown-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-16"},{"uid":"33870264-97"}],"isExternal":true},"33870264-113":{"id":"element-plus/es/components/collapse/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-16"},{"uid":"33870264-66"},{"uid":"33870264-97"}],"isExternal":true},"33870264-114":{"id":"element-plus/es/components/collapse-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-16"},{"uid":"33870264-66"},{"uid":"33870264-97"}],"isExternal":true},"33870264-115":{"id":"element-plus/es/components/row/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-16"},{"uid":"33870264-18"},{"uid":"33870264-20"},{"uid":"33870264-68"}],"isExternal":true},"33870264-116":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-16"},{"uid":"33870264-18"},{"uid":"33870264-20"},{"uid":"33870264-48"},{"uid":"33870264-89"},{"uid":"33870264-93"},{"uid":"33870264-97"}],"isExternal":true},"33870264-117":{"id":"element-plus/es/components/col/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-16"},{"uid":"33870264-20"},{"uid":"33870264-68"}],"isExternal":true},"33870264-118":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-16"},{"uid":"33870264-44"},{"uid":"33870264-46"},{"uid":"33870264-97"}],"isExternal":true},"33870264-119":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-16"},{"uid":"33870264-44"},{"uid":"33870264-46"},{"uid":"33870264-97"}],"isExternal":true},"33870264-120":{"id":"element-plus/es/components/input-number/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-18"},{"uid":"33870264-36"}],"isExternal":true},"33870264-121":{"id":"element-plus/es/components/radio-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-24"},{"uid":"33870264-38"}],"isExternal":true},"33870264-122":{"id":"element-plus/es/components/radio-button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-24"}],"isExternal":true},"33870264-123":{"id":"element-plus/es/components/checkbox-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-26"}],"isExternal":true},"33870264-124":{"id":"element-plus/es/components/color-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-30"}],"isExternal":true},"33870264-125":{"id":"element-plus/es/components/date-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-32"},{"uid":"33870264-34"}],"isExternal":true},"33870264-126":{"id":"element-plus/es/components/radio/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-38"}],"isExternal":true},"33870264-127":{"id":"element-plus/es/components/slider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-50"}],"isExternal":true},"33870264-128":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-52"}],"isExternal":true},"33870264-129":{"id":"element-plus/es/components/time-select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-58"}],"isExternal":true},"33870264-130":{"id":"element-plus/es/components/divider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-60"}],"isExternal":true},"33870264-131":{"id":"element-plus/es/components/alert/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-62"},{"uid":"33870264-97"}],"isExternal":true},"33870264-132":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-64"}],"isExternal":true},"33870264-133":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-64"}],"isExternal":true},"33870264-134":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-64"},{"uid":"33870264-66"},{"uid":"33870264-68"},{"uid":"33870264-70"},{"uid":"33870264-93"},{"uid":"33870264-99"}],"isExternal":true},"33870264-135":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-80"}],"isExternal":true},"33870264-136":{"id":"wangeditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-87"}],"isExternal":true},"33870264-137":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-89"},{"uid":"33870264-93"},{"uid":"33870264-97"}],"isExternal":true},"33870264-138":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-89"},{"uid":"33870264-97"}],"isExternal":true},"33870264-139":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-89"},{"uid":"33870264-93"},{"uid":"33870264-97"}],"isExternal":true},"33870264-140":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-89"}],"isExternal":true},"33870264-141":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-93"},{"uid":"33870264-99"}],"isExternal":true},"33870264-142":{"id":"element-plus/es/components/aside/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-93"}],"isExternal":true},"33870264-143":{"id":"element-plus/es/components/scrollbar/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-93"}],"isExternal":true},"33870264-144":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"33870264-93"},{"uid":"33870264-97"}],"isExternal":true},"33870264-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":"33870264-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;
|