starfish-form-custom 1.0.26 → 1.0.27
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-cad81869.mjs → formAction-5fbc8d53.mjs} +1 -1
- package/dist/{index-c1995810.mjs → index-2249b02f.mjs} +2 -2
- package/dist/{index-32206a30.mjs → index-a4faf6fb.mjs} +1 -1
- package/dist/{index-99892fc1.mjs → index-e0c4eec0.mjs} +1 -1
- package/dist/{main-c35b558b.mjs → main-7d7122a6.mjs} +5 -5
- package/dist/{starfish-form-dd44ab87.mjs → starfish-form-96426334.mjs} +15 -5
- package/dist/starfish-form.mjs +1 -1
- package/dist/types/form/src/main.d.ts +9 -0
- package/dist/types/form/src/starfish-form.vue.d.ts +9 -0
- package/package.json +1 -1
- package/src/starfish-form.vue +301 -249
- 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-7d7122a6.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';
|
|
@@ -13,9 +13,9 @@ import 'element-plus/es/components/dropdown-item/style/css';
|
|
|
13
13
|
import 'element-plus/es/components/button/style/css';
|
|
14
14
|
import 'element-plus/es/components/tooltip/style/css';
|
|
15
15
|
import { defineComponent, getCurrentInstance, inject, computed, ref, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode, createBlock, withCtx, createVNode, Fragment, renderList, createTextVNode } from 'vue';
|
|
16
|
-
import { _ as _export_sfc, a as _, f as fieldProps, r as ruleList, b as ruleJsonData } from './main-
|
|
16
|
+
import { _ as _export_sfc, a as _, f as fieldProps, r as ruleList, b as ruleJsonData } from './main-7d7122a6.mjs';
|
|
17
17
|
import { Delete } from '@element-plus/icons-vue';
|
|
18
|
-
import Dynamicform from './starfish-form-
|
|
18
|
+
import Dynamicform from './starfish-form-96426334.mjs';
|
|
19
19
|
import { Codemirror } from 'vue-codemirror';
|
|
20
20
|
import 'element-plus/es/components/input/style/css';
|
|
21
21
|
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-7d7122a6.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';
|
|
@@ -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-7d7122a6.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';
|
|
@@ -5317,7 +5317,7 @@ Object.keys(files).forEach((fileName) => {
|
|
|
5317
5317
|
}
|
|
5318
5318
|
});
|
|
5319
5319
|
const RichText = defineAsyncComponent({
|
|
5320
|
-
loader: () => import('./index-
|
|
5320
|
+
loader: () => import('./index-a4faf6fb.mjs'),
|
|
5321
5321
|
loadingComponent: Loading
|
|
5322
5322
|
});
|
|
5323
5323
|
RichText.ControlType = "RichText";
|
|
@@ -5326,7 +5326,7 @@ RichText.icon = "icon-textEdit";
|
|
|
5326
5326
|
RichText.formConfig = getFormConfig("RichText");
|
|
5327
5327
|
utilFuns[RichText.ControlType] = RichText;
|
|
5328
5328
|
const jsonEditor = defineAsyncComponent({
|
|
5329
|
-
loader: () => import('./index-
|
|
5329
|
+
loader: () => import('./index-e0c4eec0.mjs'),
|
|
5330
5330
|
loadingComponent: Loading
|
|
5331
5331
|
});
|
|
5332
5332
|
jsonEditor.ControlType = "JsonEditor";
|
|
@@ -5336,14 +5336,14 @@ jsonEditor.formConfig = getFormConfig("JsonEditor", [{ fieldName: "default", com
|
|
|
5336
5336
|
jsonEditor.rule = _.getJsonValidate();
|
|
5337
5337
|
utilFuns[jsonEditor.ControlType] = jsonEditor;
|
|
5338
5338
|
const formAction = defineAsyncComponent({
|
|
5339
|
-
loader: () => import('./formAction-
|
|
5339
|
+
loader: () => import('./formAction-5fbc8d53.mjs'),
|
|
5340
5340
|
loadingComponent: Loading
|
|
5341
5341
|
});
|
|
5342
5342
|
formAction.ControlType = "FormAction";
|
|
5343
5343
|
formAction.isHide = true;
|
|
5344
5344
|
utilFuns[formAction.ControlType] = formAction;
|
|
5345
5345
|
const Rule = defineAsyncComponent({
|
|
5346
|
-
loader: () => import('./index-
|
|
5346
|
+
loader: () => import('./index-2249b02f.mjs'),
|
|
5347
5347
|
loadingComponent: Loading
|
|
5348
5348
|
});
|
|
5349
5349
|
Rule.ControlType = "Rule";
|
|
@@ -5352,7 +5352,7 @@ utilFuns[Rule.ControlType] = Rule;
|
|
|
5352
5352
|
const install = (app) => {
|
|
5353
5353
|
app.config.globalProperties.$formcomponents = utilFuns;
|
|
5354
5354
|
};
|
|
5355
|
-
const Dynamicform = defineAsyncComponent(() => import('./starfish-form-
|
|
5355
|
+
const Dynamicform = defineAsyncComponent(() => import('./starfish-form-96426334.mjs'));
|
|
5356
5356
|
const main = {
|
|
5357
5357
|
install
|
|
5358
5358
|
};
|
|
@@ -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-7d7122a6.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';
|
|
@@ -56,6 +56,10 @@ const _sfc_main = defineComponent({
|
|
|
56
56
|
default() {
|
|
57
57
|
return {};
|
|
58
58
|
}
|
|
59
|
+
},
|
|
60
|
+
readonly: {
|
|
61
|
+
type: Boolean,
|
|
62
|
+
default: false
|
|
59
63
|
}
|
|
60
64
|
},
|
|
61
65
|
setup(props, { emit }) {
|
|
@@ -78,7 +82,9 @@ const _sfc_main = defineComponent({
|
|
|
78
82
|
});
|
|
79
83
|
} else if (item.type == "func") {
|
|
80
84
|
const mainData = props.formResult;
|
|
81
|
-
const func = eval(
|
|
85
|
+
const func = eval(
|
|
86
|
+
`((rule, value, callback, mainData = mainData) => {${item.value.func}})`
|
|
87
|
+
);
|
|
82
88
|
result.push({
|
|
83
89
|
validator: func,
|
|
84
90
|
trigger: "blur"
|
|
@@ -167,7 +173,9 @@ const _sfc_main = defineComponent({
|
|
|
167
173
|
} else {
|
|
168
174
|
try {
|
|
169
175
|
if (Array.isArray(item2.data.showRule)) {
|
|
170
|
-
item2.show = conditionChange(
|
|
176
|
+
item2.show = conditionChange(
|
|
177
|
+
transformData(toRaw(item2.data.showRule))
|
|
178
|
+
);
|
|
171
179
|
} else {
|
|
172
180
|
item2.show = conditionChange(toRaw(item2.data.showRule));
|
|
173
181
|
}
|
|
@@ -315,11 +323,12 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
315
323
|
ref: "controlObj",
|
|
316
324
|
onChange: _ctx.handleControlChange
|
|
317
325
|
}, _ctx.globalConfig, {
|
|
326
|
+
readonly: _ctx.readonly,
|
|
318
327
|
item: item2,
|
|
319
328
|
data: _ctx.formResult || "{}",
|
|
320
329
|
drag: false,
|
|
321
330
|
size: "default"
|
|
322
|
-
}), null, 16, ["onChange", "item", "data"]))
|
|
331
|
+
}), null, 16, ["onChange", "readonly", "item", "data"]))
|
|
323
332
|
]),
|
|
324
333
|
_: 2
|
|
325
334
|
}, 1032, ["prop"])) : item2.show ? (openBlock(), createBlock(resolveDynamicComponent(item2.ControlType), mergeProps({
|
|
@@ -329,11 +338,12 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
329
338
|
onChange: _ctx.handleControlChange,
|
|
330
339
|
key: item2.id
|
|
331
340
|
}, _ctx.globalConfig, {
|
|
341
|
+
readonly: _ctx.readonly,
|
|
332
342
|
item: item2,
|
|
333
343
|
data: _ctx.formResult || "{}",
|
|
334
344
|
drag: false,
|
|
335
345
|
size: "default"
|
|
336
|
-
}), null, 16, ["onChange", "item", "data"])) : createCommentVNode("", true)
|
|
346
|
+
}), null, 16, ["onChange", "readonly", "item", "data"])) : createCommentVNode("", true)
|
|
337
347
|
], 64);
|
|
338
348
|
}), 256))
|
|
339
349
|
]),
|
package/dist/starfish-form.mjs
CHANGED
|
@@ -14,6 +14,10 @@ export declare const Dynamicform: DefineComponent<{
|
|
|
14
14
|
type: ObjectConstructor;
|
|
15
15
|
default(): {};
|
|
16
16
|
};
|
|
17
|
+
readonly: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
17
21
|
}, {
|
|
18
22
|
rules: any;
|
|
19
23
|
ruleForm: Ref<any>;
|
|
@@ -34,10 +38,15 @@ export declare const Dynamicform: DefineComponent<{
|
|
|
34
38
|
type: ObjectConstructor;
|
|
35
39
|
default(): {};
|
|
36
40
|
};
|
|
41
|
+
readonly: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
37
45
|
}>>, {
|
|
38
46
|
allFormList: any;
|
|
39
47
|
formResult: Record<string, any>;
|
|
40
48
|
globalConfig: Record<string, any>;
|
|
49
|
+
readonly: boolean;
|
|
41
50
|
}>;
|
|
42
51
|
declare const _default: {
|
|
43
52
|
install: (app: App<any>) => void;
|
|
@@ -14,6 +14,10 @@ declare const _sfc_main: DefineComponent<{
|
|
|
14
14
|
type: ObjectConstructor;
|
|
15
15
|
default(): {};
|
|
16
16
|
};
|
|
17
|
+
readonly: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
17
21
|
}, {
|
|
18
22
|
rules: any;
|
|
19
23
|
ruleForm: Ref<any>;
|
|
@@ -34,9 +38,14 @@ declare const _sfc_main: DefineComponent<{
|
|
|
34
38
|
type: ObjectConstructor;
|
|
35
39
|
default(): {};
|
|
36
40
|
};
|
|
41
|
+
readonly: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
37
45
|
}>>, {
|
|
38
46
|
allFormList: any;
|
|
39
47
|
formResult: Record<string, any>;
|
|
40
48
|
globalConfig: Record<string, any>;
|
|
49
|
+
readonly: boolean;
|
|
41
50
|
}>;
|
|
42
51
|
export default _sfc_main;
|
package/package.json
CHANGED
package/src/starfish-form.vue
CHANGED
|
@@ -1,288 +1,340 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="starfish-dynamicform">
|
|
3
|
-
<el-form
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
<el-form
|
|
4
|
+
ref="ruleForm"
|
|
5
|
+
v-bind="$attrs"
|
|
6
|
+
:model="formResult"
|
|
7
|
+
:rules="rules"
|
|
8
|
+
label-width="120px"
|
|
9
|
+
class="demo-ruleForm"
|
|
10
|
+
size="default"
|
|
11
|
+
:validate-on-rule-change="false"
|
|
12
|
+
>
|
|
13
|
+
<template v-for="item in allFormList">
|
|
14
|
+
<el-form-item
|
|
15
|
+
:prop="item.data.fieldName"
|
|
16
|
+
v-if="!item.layout && item.show"
|
|
17
|
+
:key="item.id"
|
|
18
|
+
>
|
|
19
|
+
<component
|
|
20
|
+
ref="controlObj"
|
|
21
|
+
@change="handleControlChange"
|
|
22
|
+
:is="item.ControlType"
|
|
23
|
+
v-bind="globalConfig"
|
|
24
|
+
:readonly="readonly"
|
|
25
|
+
:item="item"
|
|
26
|
+
:data="formResult || '{}'"
|
|
27
|
+
:drag="false"
|
|
28
|
+
size="default"
|
|
29
|
+
></component>
|
|
7
30
|
</el-form-item>
|
|
8
31
|
<template v-else-if="item.show">
|
|
9
|
-
<component
|
|
32
|
+
<component
|
|
33
|
+
ref="controlObj"
|
|
34
|
+
@change="handleControlChange"
|
|
35
|
+
:is="item.ControlType"
|
|
36
|
+
:key="item.id"
|
|
37
|
+
v-bind="globalConfig"
|
|
38
|
+
:readonly="readonly"
|
|
39
|
+
:item="item"
|
|
40
|
+
:data="formResult || '{}'"
|
|
41
|
+
:drag="false"
|
|
42
|
+
size="default"
|
|
43
|
+
></component>
|
|
10
44
|
</template>
|
|
11
45
|
</template>
|
|
12
46
|
</el-form>
|
|
13
47
|
</div>
|
|
14
48
|
</template>
|
|
15
49
|
<script lang="ts">
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
50
|
+
import {
|
|
51
|
+
defineComponent,
|
|
52
|
+
ref,
|
|
53
|
+
onMounted,
|
|
54
|
+
getCurrentInstance,
|
|
55
|
+
toRaw,
|
|
56
|
+
PropType,
|
|
57
|
+
} from "vue";
|
|
58
|
+
export default defineComponent({
|
|
59
|
+
name: "Dynamicform",
|
|
60
|
+
props: {
|
|
61
|
+
allFormList: {
|
|
62
|
+
type: Array as PropType<any>,
|
|
63
|
+
default() {
|
|
64
|
+
return [];
|
|
25
65
|
},
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}
|
|
66
|
+
},
|
|
67
|
+
formResult: {
|
|
68
|
+
type: Object,
|
|
69
|
+
default() {
|
|
70
|
+
return {};
|
|
31
71
|
},
|
|
32
|
-
globalConfig: {
|
|
33
|
-
type: Object,
|
|
34
|
-
default() {
|
|
35
|
-
return {};
|
|
36
|
-
},
|
|
37
|
-
}
|
|
38
72
|
},
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
73
|
+
globalConfig: {
|
|
74
|
+
type: Object,
|
|
75
|
+
default() {
|
|
76
|
+
return {};
|
|
77
|
+
},
|
|
78
|
+
},
|
|
79
|
+
readonly: {
|
|
80
|
+
type: Boolean,
|
|
81
|
+
default: false,
|
|
82
|
+
},
|
|
83
|
+
},
|
|
84
|
+
setup(props: any, { emit }) {
|
|
85
|
+
const { proxy } = getCurrentInstance() as any;
|
|
86
|
+
const rules: any = ref({});
|
|
87
|
+
const ruleForm = ref();
|
|
88
|
+
const controlObj = ref();
|
|
89
|
+
props.allFormList?.forEach((item: any) => {
|
|
90
|
+
getRules(item);
|
|
91
|
+
});
|
|
47
92
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
93
|
+
function getFormListRules(rules: any[]) {
|
|
94
|
+
const result: any[] = [];
|
|
95
|
+
if (Array.isArray(rules) && rules && rules.length > 0) {
|
|
96
|
+
rules.forEach((item) => {
|
|
97
|
+
if (item.type == "enum") {
|
|
98
|
+
const func = eval(`(${item.value})`);
|
|
99
|
+
result.push({
|
|
100
|
+
validator: func,
|
|
101
|
+
trigger: "blur",
|
|
102
|
+
});
|
|
103
|
+
} else if (item.type == "func") {
|
|
104
|
+
const mainData = props.formResult;
|
|
105
|
+
const func = eval(
|
|
106
|
+
`((rule, value, callback, mainData = mainData) => {${item.value.func}})`
|
|
107
|
+
);
|
|
108
|
+
result.push({
|
|
109
|
+
validator: func,
|
|
110
|
+
trigger: "blur",
|
|
111
|
+
});
|
|
112
|
+
console.log("mainData", mainData);
|
|
113
|
+
} else if (item.type == "high") {
|
|
114
|
+
if (item.value.ruleType == 5) {
|
|
61
115
|
result.push({
|
|
62
|
-
validator:
|
|
63
|
-
trigger:
|
|
116
|
+
validator: eval(item.value.validor),
|
|
117
|
+
trigger: item.value.trigger,
|
|
64
118
|
});
|
|
65
|
-
|
|
66
|
-
} else if (item.type == "high") {
|
|
67
|
-
if (item.value.ruleType == 5) {
|
|
68
|
-
result.push({
|
|
69
|
-
validator: eval(item.value.validor),
|
|
70
|
-
trigger: item.value.trigger,
|
|
71
|
-
});
|
|
72
|
-
return;
|
|
73
|
-
}
|
|
74
|
-
// let high = JSON.parse(JSON.stringify(item.value));
|
|
75
|
-
// delete high.ruleType;
|
|
76
|
-
result.push(item.value);
|
|
119
|
+
return;
|
|
77
120
|
}
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
121
|
+
// let high = JSON.parse(JSON.stringify(item.value));
|
|
122
|
+
// delete high.ruleType;
|
|
123
|
+
result.push(item.value);
|
|
124
|
+
}
|
|
125
|
+
});
|
|
81
126
|
}
|
|
127
|
+
return result;
|
|
128
|
+
}
|
|
82
129
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
130
|
+
function getRules(item: any) {
|
|
131
|
+
if (!item.layout) {
|
|
132
|
+
let rule: any[] = [];
|
|
133
|
+
if (item.data.required) {
|
|
134
|
+
rule.push({
|
|
135
|
+
required: true,
|
|
136
|
+
message: "请输入" + item.data.label,
|
|
137
|
+
trigger: "blur",
|
|
138
|
+
});
|
|
139
|
+
}
|
|
140
|
+
// 新增 minLength 校验
|
|
141
|
+
if (
|
|
142
|
+
typeof item.data.minLength === "number" &&
|
|
143
|
+
item.data.minLength > 0
|
|
144
|
+
) {
|
|
145
|
+
rule.push({
|
|
146
|
+
validator: (rule: any, value: any, callback: any) => {
|
|
147
|
+
if (
|
|
148
|
+
typeof value === "string" &&
|
|
149
|
+
value.length < item.data.minLength
|
|
150
|
+
) {
|
|
151
|
+
callback(
|
|
152
|
+
new Error(
|
|
153
|
+
`${item.data.label}最少输入${item.data.minLength}个字符`
|
|
154
|
+
)
|
|
155
|
+
);
|
|
156
|
+
} else {
|
|
157
|
+
callback();
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
trigger: "blur",
|
|
161
|
+
});
|
|
162
|
+
}
|
|
163
|
+
if (typeof item.data.rule == "string") {
|
|
164
|
+
rule = rule.concat(proxy.$Flex.tryParseJson(item.data.rule));
|
|
165
|
+
} else {
|
|
166
|
+
rule = rule.concat(getFormListRules(item.data.rule));
|
|
167
|
+
}
|
|
168
|
+
// 特殊的jsoneditor表单要单独处理
|
|
169
|
+
if (item.data.json) {
|
|
170
|
+
rule.push(...proxy.$Flex.getJsonValidate());
|
|
171
|
+
}
|
|
172
|
+
rules.value[item.data.fieldName] = rule;
|
|
173
|
+
} else if (item.layout) {
|
|
174
|
+
if (item.ControlType == "Grid") {
|
|
175
|
+
item.data.columns.forEach((colItem: any) => {
|
|
176
|
+
colItem.list.forEach((listItem: any) => {
|
|
177
|
+
getRules(listItem);
|
|
114
178
|
});
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
// 特殊的jsoneditor表单要单独处理
|
|
122
|
-
if (item.data.json) {
|
|
123
|
-
rule.push(...proxy.$Flex.getJsonValidate());
|
|
124
|
-
}
|
|
125
|
-
rules.value[item.data.fieldName] = rule;
|
|
126
|
-
} else if (item.layout) {
|
|
127
|
-
if (item.ControlType == "Grid") {
|
|
128
|
-
item.data.columns.forEach((colItem: any) => {
|
|
129
|
-
colItem.list.forEach((listItem: any) => {
|
|
179
|
+
});
|
|
180
|
+
} else if (item.ControlType == "TableLayout") {
|
|
181
|
+
const trs = item.data.trs;
|
|
182
|
+
trs.forEach((trItem: any) => {
|
|
183
|
+
trItem.tds.forEach((tdItem: any) => {
|
|
184
|
+
tdItem.list.forEach((listItem: any) => {
|
|
130
185
|
getRules(listItem);
|
|
131
186
|
});
|
|
132
187
|
});
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
} else if (item.ControlType == "Collapse" || item.ControlType == "Tabs") {
|
|
143
|
-
const items = item.data.items;
|
|
144
|
-
items.forEach((colItem: any) => {
|
|
145
|
-
colItem.list.forEach((listItem: any) => {
|
|
146
|
-
getRules(listItem);
|
|
147
|
-
});
|
|
188
|
+
});
|
|
189
|
+
} else if (
|
|
190
|
+
item.ControlType == "Collapse" ||
|
|
191
|
+
item.ControlType == "Tabs"
|
|
192
|
+
) {
|
|
193
|
+
const items = item.data.items;
|
|
194
|
+
items.forEach((colItem: any) => {
|
|
195
|
+
colItem.list.forEach((listItem: any) => {
|
|
196
|
+
getRules(listItem);
|
|
148
197
|
});
|
|
149
|
-
}
|
|
198
|
+
});
|
|
150
199
|
}
|
|
151
200
|
}
|
|
201
|
+
}
|
|
152
202
|
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
item.show = true;
|
|
203
|
+
const handleControlChange = () => {
|
|
204
|
+
const allFormLists: any = props.allFormList;
|
|
205
|
+
allFormLists.forEach((item: any) => {
|
|
206
|
+
if (item.data.showRule === "{}") {
|
|
207
|
+
item.show = true;
|
|
208
|
+
} else {
|
|
209
|
+
try {
|
|
210
|
+
if (Array.isArray(item.data.showRule)) {
|
|
211
|
+
item.show = conditionChange(
|
|
212
|
+
transformData(toRaw(item.data.showRule))
|
|
213
|
+
);
|
|
214
|
+
} else {
|
|
215
|
+
item.show = conditionChange(toRaw(item.data.showRule));
|
|
167
216
|
}
|
|
217
|
+
} catch (e) {
|
|
218
|
+
item.show = true;
|
|
168
219
|
}
|
|
220
|
+
}
|
|
221
|
+
});
|
|
222
|
+
executeFunc("updated");
|
|
223
|
+
emit("change");
|
|
224
|
+
};
|
|
225
|
+
function transformData(data: any) {
|
|
226
|
+
/**普通模式转为高级模式的数据结构,方便复用 */
|
|
227
|
+
const r: any = [];
|
|
228
|
+
data.forEach((item: any) => {
|
|
229
|
+
r.push({
|
|
230
|
+
type: "andgroup",
|
|
231
|
+
result: item.map((d: any) => {
|
|
232
|
+
return {
|
|
233
|
+
type: "data",
|
|
234
|
+
data: d,
|
|
235
|
+
};
|
|
236
|
+
}),
|
|
169
237
|
});
|
|
170
|
-
|
|
171
|
-
|
|
238
|
+
});
|
|
239
|
+
const result = {
|
|
240
|
+
type: "orgroup",
|
|
241
|
+
result: r,
|
|
172
242
|
};
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
}),
|
|
243
|
+
return result;
|
|
244
|
+
}
|
|
245
|
+
function conditionChange(data: any) {
|
|
246
|
+
if (data.type == "andgroup") {
|
|
247
|
+
const result = data.result
|
|
248
|
+
.map((item: any) => {
|
|
249
|
+
const r = conditionChange(item);
|
|
250
|
+
return r;
|
|
251
|
+
})
|
|
252
|
+
.find((item: boolean) => {
|
|
253
|
+
return item == false;
|
|
185
254
|
});
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
.
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
});
|
|
234
|
-
} else {
|
|
235
|
-
isShow = result.value.includes(value);
|
|
236
|
-
}
|
|
237
|
-
break;
|
|
238
|
-
case "not in":
|
|
239
|
-
if (Array.isArray(value)) {
|
|
240
|
-
value.find((item) => {
|
|
241
|
-
if (!result.value.include(item)) {
|
|
242
|
-
isShow = !result.value.includes(item);
|
|
243
|
-
return item;
|
|
244
|
-
}
|
|
245
|
-
});
|
|
246
|
-
} else {
|
|
247
|
-
isShow = !result.value.includes(value);
|
|
248
|
-
}
|
|
249
|
-
break;
|
|
250
|
-
}
|
|
251
|
-
return isShow;
|
|
255
|
+
return result === undefined ? true : result;
|
|
256
|
+
} else if (data.type == "orgroup") {
|
|
257
|
+
const result = data.result
|
|
258
|
+
.map((item: any) => {
|
|
259
|
+
const r = conditionChange(item);
|
|
260
|
+
return r;
|
|
261
|
+
})
|
|
262
|
+
.find((item: boolean) => {
|
|
263
|
+
return item == true;
|
|
264
|
+
});
|
|
265
|
+
return result === undefined ? false : result;
|
|
266
|
+
} else if (data.type == "data") {
|
|
267
|
+
const result = data.data;
|
|
268
|
+
const formResults: any = props.formResult;
|
|
269
|
+
const value = formResults[result.field];
|
|
270
|
+
let isShow = false;
|
|
271
|
+
switch (result.logic) {
|
|
272
|
+
case "=":
|
|
273
|
+
isShow = value == result.value;
|
|
274
|
+
break;
|
|
275
|
+
case "!=":
|
|
276
|
+
isShow = value != result.value;
|
|
277
|
+
break;
|
|
278
|
+
case "in":
|
|
279
|
+
if (Array.isArray(value)) {
|
|
280
|
+
value.find((item) => {
|
|
281
|
+
if (result.value.include(item)) {
|
|
282
|
+
isShow = result.value.includes(item);
|
|
283
|
+
return item;
|
|
284
|
+
}
|
|
285
|
+
});
|
|
286
|
+
} else {
|
|
287
|
+
isShow = result.value.includes(value);
|
|
288
|
+
}
|
|
289
|
+
break;
|
|
290
|
+
case "not in":
|
|
291
|
+
if (Array.isArray(value)) {
|
|
292
|
+
value.find((item) => {
|
|
293
|
+
if (!result.value.include(item)) {
|
|
294
|
+
isShow = !result.value.includes(item);
|
|
295
|
+
return item;
|
|
296
|
+
}
|
|
297
|
+
});
|
|
298
|
+
} else {
|
|
299
|
+
isShow = !result.value.includes(value);
|
|
300
|
+
}
|
|
301
|
+
break;
|
|
252
302
|
}
|
|
303
|
+
return isShow;
|
|
253
304
|
}
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
305
|
+
}
|
|
306
|
+
function reset() {
|
|
307
|
+
ruleForm.value.resetFields();
|
|
308
|
+
}
|
|
309
|
+
function getValidate() {
|
|
310
|
+
return new Promise((resolve) => {
|
|
311
|
+
ruleForm.value.validate((valide: boolean) => {
|
|
312
|
+
resolve(valide);
|
|
262
313
|
});
|
|
263
|
-
}
|
|
264
|
-
onMounted(() => {
|
|
265
|
-
handleControlChange();
|
|
266
|
-
executeFunc("mounted");
|
|
267
314
|
});
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
315
|
+
}
|
|
316
|
+
onMounted(() => {
|
|
317
|
+
handleControlChange();
|
|
318
|
+
executeFunc("mounted");
|
|
319
|
+
});
|
|
320
|
+
function executeFunc(funcName: string) {
|
|
321
|
+
const mountedAction = props.globalConfig.action?.find((item: any) => {
|
|
322
|
+
if (item.type == funcName) {
|
|
323
|
+
return item;
|
|
276
324
|
}
|
|
325
|
+
});
|
|
326
|
+
if (mountedAction) {
|
|
327
|
+
eval(`(function(){${mountedAction.funcStr}}).call(proxy)`);
|
|
277
328
|
}
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
}
|
|
287
|
-
}
|
|
329
|
+
}
|
|
330
|
+
return {
|
|
331
|
+
rules,
|
|
332
|
+
ruleForm,
|
|
333
|
+
controlObj,
|
|
334
|
+
handleControlChange,
|
|
335
|
+
reset,
|
|
336
|
+
getValidate,
|
|
337
|
+
};
|
|
338
|
+
},
|
|
339
|
+
});
|
|
288
340
|
</script>
|
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":"bb5feb49-1"},{"name":"main-c35b558b.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":"bb5feb49-3","name":"fieldConfig.ts"},{"uid":"bb5feb49-5","name":"fieldProps.ts"},{"uid":"bb5feb49-23","name":"customHooks.ts"}]},{"name":"common","children":[{"uid":"bb5feb49-9","name":"KeyValueConfig.vue"},{"uid":"bb5feb49-11","name":"KeyValueConfigMult.vue"},{"uid":"bb5feb49-13","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"bb5feb49-15","name":"Loading.vue"},{"uid":"bb5feb49-17","name":"action.vue"},{"uid":"bb5feb49-19","name":"listConfig.vue"},{"uid":"bb5feb49-21","name":"panel.vue"},{"uid":"bb5feb49-25","name":"radiogroup.vue"}]},{"name":"components","children":[{"name":"CheckBox/index.vue","uid":"bb5feb49-27"},{"name":"ColorSelect","children":[{"uid":"bb5feb49-29","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"bb5feb49-31","name":"index.vue"}]},{"name":"Date/index.vue","uid":"bb5feb49-33"},{"name":"DateTime/index.vue","uid":"bb5feb49-35"},{"name":"InputNumber/index.vue","uid":"bb5feb49-37"},{"name":"Radio/index.vue","uid":"bb5feb49-39"},{"name":"Rule","children":[{"uid":"bb5feb49-41","name":"ruleform.json"},{"uid":"bb5feb49-43","name":"rules.js"}]},{"name":"Selected/index.vue","uid":"bb5feb49-45"},{"name":"Selecteds/index.vue","uid":"bb5feb49-47"},{"name":"ShowRule/index.vue","uid":"bb5feb49-49"},{"name":"Slider/index.vue","uid":"bb5feb49-51"},{"name":"Switch/index.vue","uid":"bb5feb49-53"},{"name":"Text/index.vue","uid":"bb5feb49-55"},{"name":"TextArea/index.vue","uid":"bb5feb49-57"},{"name":"Time/index.vue","uid":"bb5feb49-59"}]},{"name":"layout","children":[{"uid":"bb5feb49-61","name":"Divider.vue"},{"uid":"bb5feb49-63","name":"Info.vue"},{"uid":"bb5feb49-65","name":"Tabs.vue"},{"uid":"bb5feb49-67","name":"collapse.vue"},{"uid":"bb5feb49-69","name":"grid.vue"},{"uid":"bb5feb49-71","name":"table.vue"}]},{"name":"styles/index.scss","uid":"bb5feb49-73"},{"uid":"bb5feb49-86","name":"main.ts"}]},{"name":"editor/src","children":[{"name":"controller","children":[{"uid":"bb5feb49-77","name":"history.ts"},{"uid":"bb5feb49-79","name":"form.ts"}]},{"name":"utils/_.ts","uid":"bb5feb49-81"},{"name":"common","children":[{"uid":"bb5feb49-83","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"bb5feb49-85","name":"Loading.vue"}]}]}]},{"name":"node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","uid":"bb5feb49-75"}]},{"uid":"bb5feb49-7","name":"plugin-vue:export-helper"}]},{"name":"index-32206a30.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","uid":"bb5feb49-88"}]},{"name":"index-99892fc1.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","uid":"bb5feb49-90"}]},{"name":"formAction-cad81869.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common","children":[{"uid":"bb5feb49-92","name":"formAction.vue?vue&type=style&index=0&lang.scss"},{"uid":"bb5feb49-94","name":"formAction.vue"}]}]},{"name":"index-c1995810.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule","children":[{"uid":"bb5feb49-96","name":"index.vue?vue&type=style&index=0&lang.scss"},{"uid":"bb5feb49-98","name":"index.vue"}]}]},{"name":"starfish-form-dd44ab87.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","uid":"bb5feb49-100"}]}],"isRoot":true},"nodeParts":{"bb5feb49-1":{"id":"starfish-form.mjs","gzipLength":0,"brotliLength":0,"renderedLength":1902,"metaUid":"bb5feb49-0"},"bb5feb49-3":{"renderedLength":18542,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-2"},"bb5feb49-5":{"renderedLength":567,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-4"},"bb5feb49-7":{"renderedLength":159,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-6"},"bb5feb49-9":{"renderedLength":8660,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-8"},"bb5feb49-11":{"renderedLength":8485,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-10"},"bb5feb49-13":{"renderedLength":103,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-12"},"bb5feb49-15":{"renderedLength":404,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-14"},"bb5feb49-17":{"renderedLength":8527,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-16"},"bb5feb49-19":{"renderedLength":3264,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-18"},"bb5feb49-21":{"renderedLength":5397,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-20"},"bb5feb49-23":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-22"},"bb5feb49-25":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-24"},"bb5feb49-27":{"renderedLength":4669,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-26"},"bb5feb49-29":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-28"},"bb5feb49-31":{"renderedLength":3864,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-30"},"bb5feb49-33":{"renderedLength":5456,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-32"},"bb5feb49-35":{"renderedLength":3294,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-34"},"bb5feb49-37":{"renderedLength":4665,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-36"},"bb5feb49-39":{"renderedLength":4680,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-38"},"bb5feb49-41":{"renderedLength":5040,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-40"},"bb5feb49-43":{"renderedLength":2564,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-42"},"bb5feb49-45":{"renderedLength":4790,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-44"},"bb5feb49-47":{"renderedLength":4862,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-46"},"bb5feb49-49":{"renderedLength":4133,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-48"},"bb5feb49-51":{"renderedLength":2944,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-50"},"bb5feb49-53":{"renderedLength":2938,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-52"},"bb5feb49-55":{"renderedLength":4569,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-54"},"bb5feb49-57":{"renderedLength":4434,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-56"},"bb5feb49-59":{"renderedLength":3240,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-58"},"bb5feb49-61":{"renderedLength":1315,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-60"},"bb5feb49-63":{"renderedLength":2999,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-62"},"bb5feb49-65":{"renderedLength":5888,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-64"},"bb5feb49-67":{"renderedLength":6238,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-66"},"bb5feb49-69":{"renderedLength":6571,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-68"},"bb5feb49-71":{"renderedLength":6031,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-70"},"bb5feb49-73":{"renderedLength":17,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-72"},"bb5feb49-75":{"renderedLength":350,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-74"},"bb5feb49-77":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-76"},"bb5feb49-79":{"renderedLength":6014,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-78"},"bb5feb49-81":{"renderedLength":11658,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-80"},"bb5feb49-83":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-82"},"bb5feb49-85":{"renderedLength":390,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-84"},"bb5feb49-86":{"renderedLength":2981,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-0"},"bb5feb49-88":{"renderedLength":2874,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-87"},"bb5feb49-90":{"renderedLength":6675,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-89"},"bb5feb49-92":{"renderedLength":92,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-91"},"bb5feb49-94":{"renderedLength":17107,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-93"},"bb5feb49-96":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-95"},"bb5feb49-98":{"renderedLength":17885,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-97"},"bb5feb49-100":{"renderedLength":9511,"gzipLength":0,"brotliLength":0,"metaUid":"bb5feb49-99"}},"nodeMetas":{"bb5feb49-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/main.ts","moduleParts":{"starfish-form.mjs":"bb5feb49-1","main-c35b558b.mjs":"bb5feb49-86"},"imported":[{"uid":"bb5feb49-8"},{"uid":"bb5feb49-10"},{"uid":"bb5feb49-14"},{"uid":"bb5feb49-16"},{"uid":"bb5feb49-18"},{"uid":"bb5feb49-20"},{"uid":"bb5feb49-24"},{"uid":"bb5feb49-26"},{"uid":"bb5feb49-30"},{"uid":"bb5feb49-32"},{"uid":"bb5feb49-34"},{"uid":"bb5feb49-36"},{"uid":"bb5feb49-38"},{"uid":"bb5feb49-40"},{"uid":"bb5feb49-42"},{"uid":"bb5feb49-44"},{"uid":"bb5feb49-46"},{"uid":"bb5feb49-48"},{"uid":"bb5feb49-50"},{"uid":"bb5feb49-52"},{"uid":"bb5feb49-54"},{"uid":"bb5feb49-56"},{"uid":"bb5feb49-58"},{"uid":"bb5feb49-60"},{"uid":"bb5feb49-62"},{"uid":"bb5feb49-64"},{"uid":"bb5feb49-66"},{"uid":"bb5feb49-68"},{"uid":"bb5feb49-70"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-72"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-80"},{"uid":"bb5feb49-84"},{"uid":"bb5feb49-87","dynamic":true},{"uid":"bb5feb49-89","dynamic":true},{"uid":"bb5feb49-93","dynamic":true},{"uid":"bb5feb49-97","dynamic":true},{"uid":"bb5feb49-99","dynamic":true}],"importedBy":[],"isEntry":true},"bb5feb49-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldConfig.ts","moduleParts":{"main-c35b558b.mjs":"bb5feb49-3"},"imported":[],"importedBy":[{"uid":"bb5feb49-0"},{"uid":"bb5feb49-8"},{"uid":"bb5feb49-10"},{"uid":"bb5feb49-26"},{"uid":"bb5feb49-30"},{"uid":"bb5feb49-32"},{"uid":"bb5feb49-34"},{"uid":"bb5feb49-36"},{"uid":"bb5feb49-38"},{"uid":"bb5feb49-44"},{"uid":"bb5feb49-46"},{"uid":"bb5feb49-50"},{"uid":"bb5feb49-52"},{"uid":"bb5feb49-54"},{"uid":"bb5feb49-56"},{"uid":"bb5feb49-58"},{"uid":"bb5feb49-60"},{"uid":"bb5feb49-62"},{"uid":"bb5feb49-64"},{"uid":"bb5feb49-66"},{"uid":"bb5feb49-68"},{"uid":"bb5feb49-70"},{"uid":"bb5feb49-87"},{"uid":"bb5feb49-89"}]},"bb5feb49-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldProps.ts","moduleParts":{"main-c35b558b.mjs":"bb5feb49-5"},"imported":[],"importedBy":[{"uid":"bb5feb49-8"},{"uid":"bb5feb49-10"},{"uid":"bb5feb49-16"},{"uid":"bb5feb49-18"},{"uid":"bb5feb49-20"},{"uid":"bb5feb49-24"},{"uid":"bb5feb49-26"},{"uid":"bb5feb49-30"},{"uid":"bb5feb49-32"},{"uid":"bb5feb49-34"},{"uid":"bb5feb49-36"},{"uid":"bb5feb49-38"},{"uid":"bb5feb49-44"},{"uid":"bb5feb49-46"},{"uid":"bb5feb49-48"},{"uid":"bb5feb49-50"},{"uid":"bb5feb49-52"},{"uid":"bb5feb49-54"},{"uid":"bb5feb49-56"},{"uid":"bb5feb49-58"},{"uid":"bb5feb49-60"},{"uid":"bb5feb49-62"},{"uid":"bb5feb49-64"},{"uid":"bb5feb49-66"},{"uid":"bb5feb49-68"},{"uid":"bb5feb49-70"},{"uid":"bb5feb49-87"},{"uid":"bb5feb49-89"},{"uid":"bb5feb49-97"}]},"bb5feb49-6":{"id":"plugin-vue:export-helper","moduleParts":{"main-c35b558b.mjs":"bb5feb49-7"},"imported":[],"importedBy":[{"uid":"bb5feb49-8"},{"uid":"bb5feb49-10"},{"uid":"bb5feb49-14"},{"uid":"bb5feb49-16"},{"uid":"bb5feb49-18"},{"uid":"bb5feb49-20"},{"uid":"bb5feb49-24"},{"uid":"bb5feb49-26"},{"uid":"bb5feb49-30"},{"uid":"bb5feb49-32"},{"uid":"bb5feb49-34"},{"uid":"bb5feb49-36"},{"uid":"bb5feb49-38"},{"uid":"bb5feb49-44"},{"uid":"bb5feb49-46"},{"uid":"bb5feb49-48"},{"uid":"bb5feb49-50"},{"uid":"bb5feb49-52"},{"uid":"bb5feb49-54"},{"uid":"bb5feb49-56"},{"uid":"bb5feb49-58"},{"uid":"bb5feb49-60"},{"uid":"bb5feb49-62"},{"uid":"bb5feb49-64"},{"uid":"bb5feb49-66"},{"uid":"bb5feb49-68"},{"uid":"bb5feb49-70"},{"uid":"bb5feb49-84"},{"uid":"bb5feb49-87"},{"uid":"bb5feb49-89"},{"uid":"bb5feb49-93"},{"uid":"bb5feb49-97"},{"uid":"bb5feb49-99"}]},"bb5feb49-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfig.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-9"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-104"},{"uid":"bb5feb49-105"},{"uid":"bb5feb49-106"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-108"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfigMult.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-11"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-104"},{"uid":"bb5feb49-105"},{"uid":"bb5feb49-106"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-108"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-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-c35b558b.mjs":"bb5feb49-13"},"imported":[],"importedBy":[{"uid":"bb5feb49-14"}]},"bb5feb49-14":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-15"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-109"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-12"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/action.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-17"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-110"},{"uid":"bb5feb49-111"},{"uid":"bb5feb49-112"},{"uid":"bb5feb49-113"},{"uid":"bb5feb49-114"},{"uid":"bb5feb49-115"},{"uid":"bb5feb49-116"},{"uid":"bb5feb49-104"},{"uid":"bb5feb49-117"},{"uid":"bb5feb49-118"},{"uid":"bb5feb49-119"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-108"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/listConfig.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-19"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-115"},{"uid":"bb5feb49-116"},{"uid":"bb5feb49-104"},{"uid":"bb5feb49-120"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-108"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/panel.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-21"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-115"},{"uid":"bb5feb49-116"},{"uid":"bb5feb49-104"},{"uid":"bb5feb49-105"},{"uid":"bb5feb49-117"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-108"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/customHooks.ts","moduleParts":{"main-c35b558b.mjs":"bb5feb49-23"},"imported":[{"uid":"bb5feb49-101"}],"importedBy":[{"uid":"bb5feb49-24"},{"uid":"bb5feb49-26"},{"uid":"bb5feb49-30"},{"uid":"bb5feb49-32"},{"uid":"bb5feb49-34"},{"uid":"bb5feb49-36"},{"uid":"bb5feb49-38"},{"uid":"bb5feb49-44"},{"uid":"bb5feb49-46"},{"uid":"bb5feb49-48"},{"uid":"bb5feb49-50"},{"uid":"bb5feb49-52"},{"uid":"bb5feb49-54"},{"uid":"bb5feb49-56"},{"uid":"bb5feb49-58"},{"uid":"bb5feb49-60"},{"uid":"bb5feb49-62"},{"uid":"bb5feb49-64"},{"uid":"bb5feb49-66"},{"uid":"bb5feb49-68"},{"uid":"bb5feb49-70"},{"uid":"bb5feb49-87"},{"uid":"bb5feb49-89"}]},"bb5feb49-24":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/radiogroup.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-25"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-121"},{"uid":"bb5feb49-122"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/CheckBox/index.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-27"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-123"},{"uid":"bb5feb49-106"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-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-c35b558b.mjs":"bb5feb49-29"},"imported":[],"importedBy":[{"uid":"bb5feb49-30"}]},"bb5feb49-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-31"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-124"},{"uid":"bb5feb49-105"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-28"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Date/index.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-33"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-125"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/DateTime/index.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-35"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-125"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/InputNumber/index.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-37"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-120"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Radio/index.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-39"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-121"},{"uid":"bb5feb49-126"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/ruleform.json","moduleParts":{"main-c35b558b.mjs":"bb5feb49-41"},"imported":[],"importedBy":[{"uid":"bb5feb49-0"},{"uid":"bb5feb49-97"}]},"bb5feb49-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/rules.js","moduleParts":{"main-c35b558b.mjs":"bb5feb49-43"},"imported":[],"importedBy":[{"uid":"bb5feb49-0"},{"uid":"bb5feb49-97"}]},"bb5feb49-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selected/index.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-45"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-118"},{"uid":"bb5feb49-119"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selecteds/index.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-47"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-118"},{"uid":"bb5feb49-119"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ShowRule/index.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-49"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-116"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Slider/index.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-51"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-127"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-52":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Switch/index.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-53"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-128"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Text/index.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-55"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-105"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-56":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/TextArea/index.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-57"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-105"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-58":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Time/index.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-59"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-129"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-60":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Divider.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-61"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-130"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-62":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Info.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-63"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-131"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-64":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Tabs.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-65"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-132"},{"uid":"bb5feb49-133"},{"uid":"bb5feb49-134"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-66":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/collapse.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-67"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-113"},{"uid":"bb5feb49-114"},{"uid":"bb5feb49-134"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-68":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/grid.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-69"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-115"},{"uid":"bb5feb49-134"},{"uid":"bb5feb49-117"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-70":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/table.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-71"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-134"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-72":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/styles/index.scss","moduleParts":{"main-c35b558b.mjs":"bb5feb49-73"},"imported":[],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-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-c35b558b.mjs":"bb5feb49-75"},"imported":[{"uid":"bb5feb49-145"}],"importedBy":[{"uid":"bb5feb49-80"}]},"bb5feb49-76":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main-c35b558b.mjs":"bb5feb49-77"},"imported":[{"uid":"bb5feb49-101"},{"uid":"bb5feb49-78"}],"importedBy":[{"uid":"bb5feb49-78"}]},"bb5feb49-78":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main-c35b558b.mjs":"bb5feb49-79"},"imported":[{"uid":"bb5feb49-101"},{"uid":"bb5feb49-76"}],"importedBy":[{"uid":"bb5feb49-80"},{"uid":"bb5feb49-76"}]},"bb5feb49-80":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main-c35b558b.mjs":"bb5feb49-81"},"imported":[{"uid":"bb5feb49-135"},{"uid":"bb5feb49-74"},{"uid":"bb5feb49-78"}],"importedBy":[{"uid":"bb5feb49-0"},{"uid":"bb5feb49-89"},{"uid":"bb5feb49-97"}]},"bb5feb49-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-c35b558b.mjs":"bb5feb49-83"},"imported":[],"importedBy":[{"uid":"bb5feb49-84"}]},"bb5feb49-84":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main-c35b558b.mjs":"bb5feb49-85"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-109"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-82"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-87":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","moduleParts":{"index-32206a30.mjs":"bb5feb49-88"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-136"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-89":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","moduleParts":{"index-99892fc1.mjs":"bb5feb49-90"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-137"},{"uid":"bb5feb49-138"},{"uid":"bb5feb49-116"},{"uid":"bb5feb49-139"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-2"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-140"},{"uid":"bb5feb49-80"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-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-cad81869.mjs":"bb5feb49-92"},"imported":[],"importedBy":[{"uid":"bb5feb49-93"}]},"bb5feb49-93":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue","moduleParts":{"formAction-cad81869.mjs":"bb5feb49-94"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-141"},{"uid":"bb5feb49-134"},{"uid":"bb5feb49-105"},{"uid":"bb5feb49-142"},{"uid":"bb5feb49-137"},{"uid":"bb5feb49-139"},{"uid":"bb5feb49-143"},{"uid":"bb5feb49-116"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-144"},{"uid":"bb5feb49-91"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-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-c1995810.mjs":"bb5feb49-96"},"imported":[],"importedBy":[{"uid":"bb5feb49-97"}]},"bb5feb49-97":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue","moduleParts":{"index-c1995810.mjs":"bb5feb49-98"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-137"},{"uid":"bb5feb49-139"},{"uid":"bb5feb49-138"},{"uid":"bb5feb49-131"},{"uid":"bb5feb49-104"},{"uid":"bb5feb49-118"},{"uid":"bb5feb49-119"},{"uid":"bb5feb49-110"},{"uid":"bb5feb49-111"},{"uid":"bb5feb49-112"},{"uid":"bb5feb49-116"},{"uid":"bb5feb49-107"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-4"},{"uid":"bb5feb49-80"},{"uid":"bb5feb49-42"},{"uid":"bb5feb49-40"},{"uid":"bb5feb49-108"},{"uid":"bb5feb49-99"},{"uid":"bb5feb49-144"},{"uid":"bb5feb49-95"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"}]},"bb5feb49-99":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","moduleParts":{"starfish-form-dd44ab87.mjs":"bb5feb49-100"},"imported":[{"uid":"bb5feb49-102"},{"uid":"bb5feb49-103"},{"uid":"bb5feb49-141"},{"uid":"bb5feb49-134"},{"uid":"bb5feb49-101"},{"uid":"bb5feb49-6"}],"importedBy":[{"uid":"bb5feb49-0"},{"uid":"bb5feb49-97"}]},"bb5feb49-101":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-0"},{"uid":"bb5feb49-8"},{"uid":"bb5feb49-10"},{"uid":"bb5feb49-14"},{"uid":"bb5feb49-16"},{"uid":"bb5feb49-18"},{"uid":"bb5feb49-20"},{"uid":"bb5feb49-24"},{"uid":"bb5feb49-26"},{"uid":"bb5feb49-30"},{"uid":"bb5feb49-32"},{"uid":"bb5feb49-34"},{"uid":"bb5feb49-36"},{"uid":"bb5feb49-38"},{"uid":"bb5feb49-44"},{"uid":"bb5feb49-46"},{"uid":"bb5feb49-48"},{"uid":"bb5feb49-50"},{"uid":"bb5feb49-52"},{"uid":"bb5feb49-54"},{"uid":"bb5feb49-56"},{"uid":"bb5feb49-58"},{"uid":"bb5feb49-60"},{"uid":"bb5feb49-62"},{"uid":"bb5feb49-64"},{"uid":"bb5feb49-66"},{"uid":"bb5feb49-68"},{"uid":"bb5feb49-70"},{"uid":"bb5feb49-84"},{"uid":"bb5feb49-87"},{"uid":"bb5feb49-89"},{"uid":"bb5feb49-93"},{"uid":"bb5feb49-97"},{"uid":"bb5feb49-99"},{"uid":"bb5feb49-22"},{"uid":"bb5feb49-78"},{"uid":"bb5feb49-76"}],"isExternal":true},"bb5feb49-102":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-8"},{"uid":"bb5feb49-10"},{"uid":"bb5feb49-14"},{"uid":"bb5feb49-16"},{"uid":"bb5feb49-18"},{"uid":"bb5feb49-20"},{"uid":"bb5feb49-24"},{"uid":"bb5feb49-26"},{"uid":"bb5feb49-30"},{"uid":"bb5feb49-32"},{"uid":"bb5feb49-34"},{"uid":"bb5feb49-36"},{"uid":"bb5feb49-38"},{"uid":"bb5feb49-44"},{"uid":"bb5feb49-46"},{"uid":"bb5feb49-48"},{"uid":"bb5feb49-50"},{"uid":"bb5feb49-52"},{"uid":"bb5feb49-54"},{"uid":"bb5feb49-56"},{"uid":"bb5feb49-58"},{"uid":"bb5feb49-60"},{"uid":"bb5feb49-62"},{"uid":"bb5feb49-64"},{"uid":"bb5feb49-66"},{"uid":"bb5feb49-68"},{"uid":"bb5feb49-70"},{"uid":"bb5feb49-84"},{"uid":"bb5feb49-87"},{"uid":"bb5feb49-89"},{"uid":"bb5feb49-93"},{"uid":"bb5feb49-97"},{"uid":"bb5feb49-99"}],"isExternal":true},"bb5feb49-103":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-8"},{"uid":"bb5feb49-10"},{"uid":"bb5feb49-14"},{"uid":"bb5feb49-16"},{"uid":"bb5feb49-18"},{"uid":"bb5feb49-20"},{"uid":"bb5feb49-24"},{"uid":"bb5feb49-26"},{"uid":"bb5feb49-30"},{"uid":"bb5feb49-32"},{"uid":"bb5feb49-34"},{"uid":"bb5feb49-36"},{"uid":"bb5feb49-38"},{"uid":"bb5feb49-44"},{"uid":"bb5feb49-46"},{"uid":"bb5feb49-48"},{"uid":"bb5feb49-50"},{"uid":"bb5feb49-52"},{"uid":"bb5feb49-54"},{"uid":"bb5feb49-56"},{"uid":"bb5feb49-58"},{"uid":"bb5feb49-60"},{"uid":"bb5feb49-62"},{"uid":"bb5feb49-64"},{"uid":"bb5feb49-66"},{"uid":"bb5feb49-68"},{"uid":"bb5feb49-70"},{"uid":"bb5feb49-84"},{"uid":"bb5feb49-87"},{"uid":"bb5feb49-89"},{"uid":"bb5feb49-93"},{"uid":"bb5feb49-97"},{"uid":"bb5feb49-99"}],"isExternal":true},"bb5feb49-104":{"id":"element-plus/es/components/icon/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-8"},{"uid":"bb5feb49-10"},{"uid":"bb5feb49-16"},{"uid":"bb5feb49-18"},{"uid":"bb5feb49-20"},{"uid":"bb5feb49-97"}],"isExternal":true},"bb5feb49-105":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-8"},{"uid":"bb5feb49-10"},{"uid":"bb5feb49-20"},{"uid":"bb5feb49-30"},{"uid":"bb5feb49-54"},{"uid":"bb5feb49-56"},{"uid":"bb5feb49-93"}],"isExternal":true},"bb5feb49-106":{"id":"element-plus/es/components/checkbox/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-8"},{"uid":"bb5feb49-10"},{"uid":"bb5feb49-26"}],"isExternal":true},"bb5feb49-107":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-8"},{"uid":"bb5feb49-10"},{"uid":"bb5feb49-16"},{"uid":"bb5feb49-20"},{"uid":"bb5feb49-24"},{"uid":"bb5feb49-26"},{"uid":"bb5feb49-30"},{"uid":"bb5feb49-32"},{"uid":"bb5feb49-34"},{"uid":"bb5feb49-36"},{"uid":"bb5feb49-38"},{"uid":"bb5feb49-44"},{"uid":"bb5feb49-46"},{"uid":"bb5feb49-48"},{"uid":"bb5feb49-50"},{"uid":"bb5feb49-52"},{"uid":"bb5feb49-54"},{"uid":"bb5feb49-56"},{"uid":"bb5feb49-58"},{"uid":"bb5feb49-62"},{"uid":"bb5feb49-87"},{"uid":"bb5feb49-89"},{"uid":"bb5feb49-93"},{"uid":"bb5feb49-97"}],"isExternal":true},"bb5feb49-108":{"id":"@element-plus/icons-vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-8"},{"uid":"bb5feb49-10"},{"uid":"bb5feb49-16"},{"uid":"bb5feb49-18"},{"uid":"bb5feb49-20"},{"uid":"bb5feb49-97"}],"isExternal":true},"bb5feb49-109":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-14"},{"uid":"bb5feb49-84"}],"isExternal":true},"bb5feb49-110":{"id":"element-plus/es/components/dropdown/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-16"},{"uid":"bb5feb49-97"}],"isExternal":true},"bb5feb49-111":{"id":"element-plus/es/components/dropdown-menu/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-16"},{"uid":"bb5feb49-97"}],"isExternal":true},"bb5feb49-112":{"id":"element-plus/es/components/dropdown-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-16"},{"uid":"bb5feb49-97"}],"isExternal":true},"bb5feb49-113":{"id":"element-plus/es/components/collapse/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-16"},{"uid":"bb5feb49-66"}],"isExternal":true},"bb5feb49-114":{"id":"element-plus/es/components/collapse-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-16"},{"uid":"bb5feb49-66"}],"isExternal":true},"bb5feb49-115":{"id":"element-plus/es/components/row/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-16"},{"uid":"bb5feb49-18"},{"uid":"bb5feb49-20"},{"uid":"bb5feb49-68"}],"isExternal":true},"bb5feb49-116":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-16"},{"uid":"bb5feb49-18"},{"uid":"bb5feb49-20"},{"uid":"bb5feb49-48"},{"uid":"bb5feb49-89"},{"uid":"bb5feb49-93"},{"uid":"bb5feb49-97"}],"isExternal":true},"bb5feb49-117":{"id":"element-plus/es/components/col/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-16"},{"uid":"bb5feb49-20"},{"uid":"bb5feb49-68"}],"isExternal":true},"bb5feb49-118":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-16"},{"uid":"bb5feb49-44"},{"uid":"bb5feb49-46"},{"uid":"bb5feb49-97"}],"isExternal":true},"bb5feb49-119":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-16"},{"uid":"bb5feb49-44"},{"uid":"bb5feb49-46"},{"uid":"bb5feb49-97"}],"isExternal":true},"bb5feb49-120":{"id":"element-plus/es/components/input-number/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-18"},{"uid":"bb5feb49-36"}],"isExternal":true},"bb5feb49-121":{"id":"element-plus/es/components/radio-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-24"},{"uid":"bb5feb49-38"}],"isExternal":true},"bb5feb49-122":{"id":"element-plus/es/components/radio-button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-24"}],"isExternal":true},"bb5feb49-123":{"id":"element-plus/es/components/checkbox-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-26"}],"isExternal":true},"bb5feb49-124":{"id":"element-plus/es/components/color-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-30"}],"isExternal":true},"bb5feb49-125":{"id":"element-plus/es/components/date-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-32"},{"uid":"bb5feb49-34"}],"isExternal":true},"bb5feb49-126":{"id":"element-plus/es/components/radio/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-38"}],"isExternal":true},"bb5feb49-127":{"id":"element-plus/es/components/slider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-50"}],"isExternal":true},"bb5feb49-128":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-52"}],"isExternal":true},"bb5feb49-129":{"id":"element-plus/es/components/time-select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-58"}],"isExternal":true},"bb5feb49-130":{"id":"element-plus/es/components/divider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-60"}],"isExternal":true},"bb5feb49-131":{"id":"element-plus/es/components/alert/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-62"},{"uid":"bb5feb49-97"}],"isExternal":true},"bb5feb49-132":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-64"}],"isExternal":true},"bb5feb49-133":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-64"}],"isExternal":true},"bb5feb49-134":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-64"},{"uid":"bb5feb49-66"},{"uid":"bb5feb49-68"},{"uid":"bb5feb49-70"},{"uid":"bb5feb49-93"},{"uid":"bb5feb49-99"}],"isExternal":true},"bb5feb49-135":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-80"}],"isExternal":true},"bb5feb49-136":{"id":"wangeditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-87"}],"isExternal":true},"bb5feb49-137":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-89"},{"uid":"bb5feb49-93"},{"uid":"bb5feb49-97"}],"isExternal":true},"bb5feb49-138":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-89"},{"uid":"bb5feb49-97"}],"isExternal":true},"bb5feb49-139":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-89"},{"uid":"bb5feb49-93"},{"uid":"bb5feb49-97"}],"isExternal":true},"bb5feb49-140":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-89"}],"isExternal":true},"bb5feb49-141":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-93"},{"uid":"bb5feb49-99"}],"isExternal":true},"bb5feb49-142":{"id":"element-plus/es/components/aside/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-93"}],"isExternal":true},"bb5feb49-143":{"id":"element-plus/es/components/scrollbar/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-93"}],"isExternal":true},"bb5feb49-144":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"bb5feb49-93"},{"uid":"bb5feb49-97"}],"isExternal":true},"bb5feb49-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":"bb5feb49-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":"42455b5b-1"},{"name":"main-7d7122a6.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":"42455b5b-3","name":"fieldConfig.ts"},{"uid":"42455b5b-5","name":"fieldProps.ts"},{"uid":"42455b5b-23","name":"customHooks.ts"}]},{"name":"common","children":[{"uid":"42455b5b-9","name":"KeyValueConfig.vue"},{"uid":"42455b5b-11","name":"KeyValueConfigMult.vue"},{"uid":"42455b5b-13","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"42455b5b-15","name":"Loading.vue"},{"uid":"42455b5b-17","name":"action.vue"},{"uid":"42455b5b-19","name":"listConfig.vue"},{"uid":"42455b5b-21","name":"panel.vue"},{"uid":"42455b5b-25","name":"radiogroup.vue"}]},{"name":"components","children":[{"name":"CheckBox/index.vue","uid":"42455b5b-27"},{"name":"ColorSelect","children":[{"uid":"42455b5b-29","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"42455b5b-31","name":"index.vue"}]},{"name":"Date/index.vue","uid":"42455b5b-33"},{"name":"DateTime/index.vue","uid":"42455b5b-35"},{"name":"InputNumber/index.vue","uid":"42455b5b-37"},{"name":"Radio/index.vue","uid":"42455b5b-39"},{"name":"Rule","children":[{"uid":"42455b5b-41","name":"ruleform.json"},{"uid":"42455b5b-43","name":"rules.js"}]},{"name":"Selected/index.vue","uid":"42455b5b-45"},{"name":"Selecteds/index.vue","uid":"42455b5b-47"},{"name":"ShowRule/index.vue","uid":"42455b5b-49"},{"name":"Slider/index.vue","uid":"42455b5b-51"},{"name":"Switch/index.vue","uid":"42455b5b-53"},{"name":"Text/index.vue","uid":"42455b5b-55"},{"name":"TextArea/index.vue","uid":"42455b5b-57"},{"name":"Time/index.vue","uid":"42455b5b-59"}]},{"name":"layout","children":[{"uid":"42455b5b-61","name":"Divider.vue"},{"uid":"42455b5b-63","name":"Info.vue"},{"uid":"42455b5b-65","name":"Tabs.vue"},{"uid":"42455b5b-67","name":"collapse.vue"},{"uid":"42455b5b-69","name":"grid.vue"},{"uid":"42455b5b-71","name":"table.vue"}]},{"name":"styles/index.scss","uid":"42455b5b-73"},{"uid":"42455b5b-86","name":"main.ts"}]},{"name":"editor/src","children":[{"name":"controller","children":[{"uid":"42455b5b-77","name":"history.ts"},{"uid":"42455b5b-79","name":"form.ts"}]},{"name":"utils/_.ts","uid":"42455b5b-81"},{"name":"common","children":[{"uid":"42455b5b-83","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"42455b5b-85","name":"Loading.vue"}]}]}]},{"name":"node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","uid":"42455b5b-75"}]},{"uid":"42455b5b-7","name":"plugin-vue:export-helper"}]},{"name":"index-a4faf6fb.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","uid":"42455b5b-88"}]},{"name":"index-e0c4eec0.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","uid":"42455b5b-90"}]},{"name":"formAction-5fbc8d53.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common","children":[{"uid":"42455b5b-92","name":"formAction.vue?vue&type=style&index=0&lang.scss"},{"uid":"42455b5b-94","name":"formAction.vue"}]}]},{"name":"index-2249b02f.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule","children":[{"uid":"42455b5b-96","name":"index.vue?vue&type=style&index=0&lang.scss"},{"uid":"42455b5b-98","name":"index.vue"}]}]},{"name":"starfish-form-96426334.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","uid":"42455b5b-100"}]}],"isRoot":true},"nodeParts":{"42455b5b-1":{"id":"starfish-form.mjs","gzipLength":0,"brotliLength":0,"renderedLength":1902,"metaUid":"42455b5b-0"},"42455b5b-3":{"renderedLength":18542,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-2"},"42455b5b-5":{"renderedLength":567,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-4"},"42455b5b-7":{"renderedLength":159,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-6"},"42455b5b-9":{"renderedLength":8660,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-8"},"42455b5b-11":{"renderedLength":8485,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-10"},"42455b5b-13":{"renderedLength":103,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-12"},"42455b5b-15":{"renderedLength":404,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-14"},"42455b5b-17":{"renderedLength":8527,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-16"},"42455b5b-19":{"renderedLength":3264,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-18"},"42455b5b-21":{"renderedLength":5397,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-20"},"42455b5b-23":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-22"},"42455b5b-25":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-24"},"42455b5b-27":{"renderedLength":4669,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-26"},"42455b5b-29":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-28"},"42455b5b-31":{"renderedLength":3864,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-30"},"42455b5b-33":{"renderedLength":5456,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-32"},"42455b5b-35":{"renderedLength":3294,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-34"},"42455b5b-37":{"renderedLength":4665,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-36"},"42455b5b-39":{"renderedLength":4680,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-38"},"42455b5b-41":{"renderedLength":5040,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-40"},"42455b5b-43":{"renderedLength":2564,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-42"},"42455b5b-45":{"renderedLength":4790,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-44"},"42455b5b-47":{"renderedLength":4862,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-46"},"42455b5b-49":{"renderedLength":4133,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-48"},"42455b5b-51":{"renderedLength":2944,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-50"},"42455b5b-53":{"renderedLength":2938,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-52"},"42455b5b-55":{"renderedLength":4569,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-54"},"42455b5b-57":{"renderedLength":4434,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-56"},"42455b5b-59":{"renderedLength":3240,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-58"},"42455b5b-61":{"renderedLength":1315,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-60"},"42455b5b-63":{"renderedLength":2999,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-62"},"42455b5b-65":{"renderedLength":5888,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-64"},"42455b5b-67":{"renderedLength":6238,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-66"},"42455b5b-69":{"renderedLength":6571,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-68"},"42455b5b-71":{"renderedLength":6031,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-70"},"42455b5b-73":{"renderedLength":17,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-72"},"42455b5b-75":{"renderedLength":350,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-74"},"42455b5b-77":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-76"},"42455b5b-79":{"renderedLength":6014,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-78"},"42455b5b-81":{"renderedLength":11658,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-80"},"42455b5b-83":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-82"},"42455b5b-85":{"renderedLength":390,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-84"},"42455b5b-86":{"renderedLength":2981,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-0"},"42455b5b-88":{"renderedLength":2874,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-87"},"42455b5b-90":{"renderedLength":6675,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-89"},"42455b5b-92":{"renderedLength":92,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-91"},"42455b5b-94":{"renderedLength":17107,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-93"},"42455b5b-96":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-95"},"42455b5b-98":{"renderedLength":17885,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-97"},"42455b5b-100":{"renderedLength":9742,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-99"}},"nodeMetas":{"42455b5b-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/main.ts","moduleParts":{"starfish-form.mjs":"42455b5b-1","main-7d7122a6.mjs":"42455b5b-86"},"imported":[{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-14"},{"uid":"42455b5b-16"},{"uid":"42455b5b-18"},{"uid":"42455b5b-20"},{"uid":"42455b5b-24"},{"uid":"42455b5b-26"},{"uid":"42455b5b-30"},{"uid":"42455b5b-32"},{"uid":"42455b5b-34"},{"uid":"42455b5b-36"},{"uid":"42455b5b-38"},{"uid":"42455b5b-40"},{"uid":"42455b5b-42"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-48"},{"uid":"42455b5b-50"},{"uid":"42455b5b-52"},{"uid":"42455b5b-54"},{"uid":"42455b5b-56"},{"uid":"42455b5b-58"},{"uid":"42455b5b-60"},{"uid":"42455b5b-62"},{"uid":"42455b5b-64"},{"uid":"42455b5b-66"},{"uid":"42455b5b-68"},{"uid":"42455b5b-70"},{"uid":"42455b5b-101"},{"uid":"42455b5b-72"},{"uid":"42455b5b-2"},{"uid":"42455b5b-80"},{"uid":"42455b5b-84"},{"uid":"42455b5b-87","dynamic":true},{"uid":"42455b5b-89","dynamic":true},{"uid":"42455b5b-93","dynamic":true},{"uid":"42455b5b-97","dynamic":true},{"uid":"42455b5b-99","dynamic":true}],"importedBy":[],"isEntry":true},"42455b5b-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldConfig.ts","moduleParts":{"main-7d7122a6.mjs":"42455b5b-3"},"imported":[],"importedBy":[{"uid":"42455b5b-0"},{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-26"},{"uid":"42455b5b-30"},{"uid":"42455b5b-32"},{"uid":"42455b5b-34"},{"uid":"42455b5b-36"},{"uid":"42455b5b-38"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-50"},{"uid":"42455b5b-52"},{"uid":"42455b5b-54"},{"uid":"42455b5b-56"},{"uid":"42455b5b-58"},{"uid":"42455b5b-60"},{"uid":"42455b5b-62"},{"uid":"42455b5b-64"},{"uid":"42455b5b-66"},{"uid":"42455b5b-68"},{"uid":"42455b5b-70"},{"uid":"42455b5b-87"},{"uid":"42455b5b-89"}]},"42455b5b-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldProps.ts","moduleParts":{"main-7d7122a6.mjs":"42455b5b-5"},"imported":[],"importedBy":[{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-16"},{"uid":"42455b5b-18"},{"uid":"42455b5b-20"},{"uid":"42455b5b-24"},{"uid":"42455b5b-26"},{"uid":"42455b5b-30"},{"uid":"42455b5b-32"},{"uid":"42455b5b-34"},{"uid":"42455b5b-36"},{"uid":"42455b5b-38"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-48"},{"uid":"42455b5b-50"},{"uid":"42455b5b-52"},{"uid":"42455b5b-54"},{"uid":"42455b5b-56"},{"uid":"42455b5b-58"},{"uid":"42455b5b-60"},{"uid":"42455b5b-62"},{"uid":"42455b5b-64"},{"uid":"42455b5b-66"},{"uid":"42455b5b-68"},{"uid":"42455b5b-70"},{"uid":"42455b5b-87"},{"uid":"42455b5b-89"},{"uid":"42455b5b-97"}]},"42455b5b-6":{"id":"plugin-vue:export-helper","moduleParts":{"main-7d7122a6.mjs":"42455b5b-7"},"imported":[],"importedBy":[{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-14"},{"uid":"42455b5b-16"},{"uid":"42455b5b-18"},{"uid":"42455b5b-20"},{"uid":"42455b5b-24"},{"uid":"42455b5b-26"},{"uid":"42455b5b-30"},{"uid":"42455b5b-32"},{"uid":"42455b5b-34"},{"uid":"42455b5b-36"},{"uid":"42455b5b-38"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-48"},{"uid":"42455b5b-50"},{"uid":"42455b5b-52"},{"uid":"42455b5b-54"},{"uid":"42455b5b-56"},{"uid":"42455b5b-58"},{"uid":"42455b5b-60"},{"uid":"42455b5b-62"},{"uid":"42455b5b-64"},{"uid":"42455b5b-66"},{"uid":"42455b5b-68"},{"uid":"42455b5b-70"},{"uid":"42455b5b-84"},{"uid":"42455b5b-87"},{"uid":"42455b5b-89"},{"uid":"42455b5b-93"},{"uid":"42455b5b-97"},{"uid":"42455b5b-99"}]},"42455b5b-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfig.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-9"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-104"},{"uid":"42455b5b-105"},{"uid":"42455b5b-106"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-108"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfigMult.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-11"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-104"},{"uid":"42455b5b-105"},{"uid":"42455b5b-106"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-108"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-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-7d7122a6.mjs":"42455b5b-13"},"imported":[],"importedBy":[{"uid":"42455b5b-14"}]},"42455b5b-14":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-15"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-109"},{"uid":"42455b5b-101"},{"uid":"42455b5b-12"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/action.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-17"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-110"},{"uid":"42455b5b-111"},{"uid":"42455b5b-112"},{"uid":"42455b5b-113"},{"uid":"42455b5b-114"},{"uid":"42455b5b-115"},{"uid":"42455b5b-116"},{"uid":"42455b5b-104"},{"uid":"42455b5b-117"},{"uid":"42455b5b-118"},{"uid":"42455b5b-119"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-108"},{"uid":"42455b5b-4"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/listConfig.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-19"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-115"},{"uid":"42455b5b-116"},{"uid":"42455b5b-104"},{"uid":"42455b5b-120"},{"uid":"42455b5b-101"},{"uid":"42455b5b-4"},{"uid":"42455b5b-108"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/panel.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-21"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-115"},{"uid":"42455b5b-116"},{"uid":"42455b5b-104"},{"uid":"42455b5b-105"},{"uid":"42455b5b-117"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-4"},{"uid":"42455b5b-108"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/customHooks.ts","moduleParts":{"main-7d7122a6.mjs":"42455b5b-23"},"imported":[{"uid":"42455b5b-101"}],"importedBy":[{"uid":"42455b5b-24"},{"uid":"42455b5b-26"},{"uid":"42455b5b-30"},{"uid":"42455b5b-32"},{"uid":"42455b5b-34"},{"uid":"42455b5b-36"},{"uid":"42455b5b-38"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-48"},{"uid":"42455b5b-50"},{"uid":"42455b5b-52"},{"uid":"42455b5b-54"},{"uid":"42455b5b-56"},{"uid":"42455b5b-58"},{"uid":"42455b5b-60"},{"uid":"42455b5b-62"},{"uid":"42455b5b-64"},{"uid":"42455b5b-66"},{"uid":"42455b5b-68"},{"uid":"42455b5b-70"},{"uid":"42455b5b-87"},{"uid":"42455b5b-89"}]},"42455b5b-24":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/radiogroup.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-25"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-121"},{"uid":"42455b5b-122"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/CheckBox/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-27"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-123"},{"uid":"42455b5b-106"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-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-7d7122a6.mjs":"42455b5b-29"},"imported":[],"importedBy":[{"uid":"42455b5b-30"}]},"42455b5b-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-31"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-124"},{"uid":"42455b5b-105"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-28"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Date/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-33"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-125"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/DateTime/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-35"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-125"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/InputNumber/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-37"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-120"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Radio/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-39"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-121"},{"uid":"42455b5b-126"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/ruleform.json","moduleParts":{"main-7d7122a6.mjs":"42455b5b-41"},"imported":[],"importedBy":[{"uid":"42455b5b-0"},{"uid":"42455b5b-97"}]},"42455b5b-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/rules.js","moduleParts":{"main-7d7122a6.mjs":"42455b5b-43"},"imported":[],"importedBy":[{"uid":"42455b5b-0"},{"uid":"42455b5b-97"}]},"42455b5b-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selected/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-45"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-118"},{"uid":"42455b5b-119"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selecteds/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-47"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-118"},{"uid":"42455b5b-119"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ShowRule/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-49"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-116"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Slider/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-51"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-127"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-52":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Switch/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-53"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-128"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Text/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-55"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-105"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-56":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/TextArea/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-57"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-105"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-58":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Time/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-59"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-129"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-4"},{"uid":"42455b5b-2"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-60":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Divider.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-61"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-130"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-62":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Info.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-63"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-131"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-64":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Tabs.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-65"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-132"},{"uid":"42455b5b-133"},{"uid":"42455b5b-134"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-66":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/collapse.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-67"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-113"},{"uid":"42455b5b-114"},{"uid":"42455b5b-134"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-68":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/grid.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-69"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-115"},{"uid":"42455b5b-134"},{"uid":"42455b5b-117"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-70":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/table.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-71"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-134"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-72":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/styles/index.scss","moduleParts":{"main-7d7122a6.mjs":"42455b5b-73"},"imported":[],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-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-7d7122a6.mjs":"42455b5b-75"},"imported":[{"uid":"42455b5b-145"}],"importedBy":[{"uid":"42455b5b-80"}]},"42455b5b-76":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main-7d7122a6.mjs":"42455b5b-77"},"imported":[{"uid":"42455b5b-101"},{"uid":"42455b5b-78"}],"importedBy":[{"uid":"42455b5b-78"}]},"42455b5b-78":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main-7d7122a6.mjs":"42455b5b-79"},"imported":[{"uid":"42455b5b-101"},{"uid":"42455b5b-76"}],"importedBy":[{"uid":"42455b5b-80"},{"uid":"42455b5b-76"}]},"42455b5b-80":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main-7d7122a6.mjs":"42455b5b-81"},"imported":[{"uid":"42455b5b-135"},{"uid":"42455b5b-74"},{"uid":"42455b5b-78"}],"importedBy":[{"uid":"42455b5b-0"},{"uid":"42455b5b-89"},{"uid":"42455b5b-97"}]},"42455b5b-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-7d7122a6.mjs":"42455b5b-83"},"imported":[],"importedBy":[{"uid":"42455b5b-84"}]},"42455b5b-84":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-85"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-109"},{"uid":"42455b5b-101"},{"uid":"42455b5b-82"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-87":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","moduleParts":{"index-a4faf6fb.mjs":"42455b5b-88"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-136"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-89":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","moduleParts":{"index-e0c4eec0.mjs":"42455b5b-90"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-137"},{"uid":"42455b5b-138"},{"uid":"42455b5b-116"},{"uid":"42455b5b-139"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-140"},{"uid":"42455b5b-80"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-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-5fbc8d53.mjs":"42455b5b-92"},"imported":[],"importedBy":[{"uid":"42455b5b-93"}]},"42455b5b-93":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue","moduleParts":{"formAction-5fbc8d53.mjs":"42455b5b-94"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-141"},{"uid":"42455b5b-134"},{"uid":"42455b5b-105"},{"uid":"42455b5b-142"},{"uid":"42455b5b-137"},{"uid":"42455b5b-139"},{"uid":"42455b5b-143"},{"uid":"42455b5b-116"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-144"},{"uid":"42455b5b-91"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-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-2249b02f.mjs":"42455b5b-96"},"imported":[],"importedBy":[{"uid":"42455b5b-97"}]},"42455b5b-97":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue","moduleParts":{"index-2249b02f.mjs":"42455b5b-98"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-137"},{"uid":"42455b5b-139"},{"uid":"42455b5b-138"},{"uid":"42455b5b-131"},{"uid":"42455b5b-104"},{"uid":"42455b5b-118"},{"uid":"42455b5b-119"},{"uid":"42455b5b-110"},{"uid":"42455b5b-111"},{"uid":"42455b5b-112"},{"uid":"42455b5b-116"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-4"},{"uid":"42455b5b-80"},{"uid":"42455b5b-42"},{"uid":"42455b5b-40"},{"uid":"42455b5b-108"},{"uid":"42455b5b-99"},{"uid":"42455b5b-144"},{"uid":"42455b5b-95"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-99":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","moduleParts":{"starfish-form-96426334.mjs":"42455b5b-100"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-141"},{"uid":"42455b5b-134"},{"uid":"42455b5b-101"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"},{"uid":"42455b5b-97"}]},"42455b5b-101":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-0"},{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-14"},{"uid":"42455b5b-16"},{"uid":"42455b5b-18"},{"uid":"42455b5b-20"},{"uid":"42455b5b-24"},{"uid":"42455b5b-26"},{"uid":"42455b5b-30"},{"uid":"42455b5b-32"},{"uid":"42455b5b-34"},{"uid":"42455b5b-36"},{"uid":"42455b5b-38"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-48"},{"uid":"42455b5b-50"},{"uid":"42455b5b-52"},{"uid":"42455b5b-54"},{"uid":"42455b5b-56"},{"uid":"42455b5b-58"},{"uid":"42455b5b-60"},{"uid":"42455b5b-62"},{"uid":"42455b5b-64"},{"uid":"42455b5b-66"},{"uid":"42455b5b-68"},{"uid":"42455b5b-70"},{"uid":"42455b5b-84"},{"uid":"42455b5b-87"},{"uid":"42455b5b-89"},{"uid":"42455b5b-93"},{"uid":"42455b5b-97"},{"uid":"42455b5b-99"},{"uid":"42455b5b-22"},{"uid":"42455b5b-78"},{"uid":"42455b5b-76"}],"isExternal":true},"42455b5b-102":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-14"},{"uid":"42455b5b-16"},{"uid":"42455b5b-18"},{"uid":"42455b5b-20"},{"uid":"42455b5b-24"},{"uid":"42455b5b-26"},{"uid":"42455b5b-30"},{"uid":"42455b5b-32"},{"uid":"42455b5b-34"},{"uid":"42455b5b-36"},{"uid":"42455b5b-38"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-48"},{"uid":"42455b5b-50"},{"uid":"42455b5b-52"},{"uid":"42455b5b-54"},{"uid":"42455b5b-56"},{"uid":"42455b5b-58"},{"uid":"42455b5b-60"},{"uid":"42455b5b-62"},{"uid":"42455b5b-64"},{"uid":"42455b5b-66"},{"uid":"42455b5b-68"},{"uid":"42455b5b-70"},{"uid":"42455b5b-84"},{"uid":"42455b5b-87"},{"uid":"42455b5b-89"},{"uid":"42455b5b-93"},{"uid":"42455b5b-97"},{"uid":"42455b5b-99"}],"isExternal":true},"42455b5b-103":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-14"},{"uid":"42455b5b-16"},{"uid":"42455b5b-18"},{"uid":"42455b5b-20"},{"uid":"42455b5b-24"},{"uid":"42455b5b-26"},{"uid":"42455b5b-30"},{"uid":"42455b5b-32"},{"uid":"42455b5b-34"},{"uid":"42455b5b-36"},{"uid":"42455b5b-38"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-48"},{"uid":"42455b5b-50"},{"uid":"42455b5b-52"},{"uid":"42455b5b-54"},{"uid":"42455b5b-56"},{"uid":"42455b5b-58"},{"uid":"42455b5b-60"},{"uid":"42455b5b-62"},{"uid":"42455b5b-64"},{"uid":"42455b5b-66"},{"uid":"42455b5b-68"},{"uid":"42455b5b-70"},{"uid":"42455b5b-84"},{"uid":"42455b5b-87"},{"uid":"42455b5b-89"},{"uid":"42455b5b-93"},{"uid":"42455b5b-97"},{"uid":"42455b5b-99"}],"isExternal":true},"42455b5b-104":{"id":"element-plus/es/components/icon/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-16"},{"uid":"42455b5b-18"},{"uid":"42455b5b-20"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-105":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-20"},{"uid":"42455b5b-30"},{"uid":"42455b5b-54"},{"uid":"42455b5b-56"},{"uid":"42455b5b-93"}],"isExternal":true},"42455b5b-106":{"id":"element-plus/es/components/checkbox/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-26"}],"isExternal":true},"42455b5b-107":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-16"},{"uid":"42455b5b-20"},{"uid":"42455b5b-24"},{"uid":"42455b5b-26"},{"uid":"42455b5b-30"},{"uid":"42455b5b-32"},{"uid":"42455b5b-34"},{"uid":"42455b5b-36"},{"uid":"42455b5b-38"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-48"},{"uid":"42455b5b-50"},{"uid":"42455b5b-52"},{"uid":"42455b5b-54"},{"uid":"42455b5b-56"},{"uid":"42455b5b-58"},{"uid":"42455b5b-62"},{"uid":"42455b5b-87"},{"uid":"42455b5b-89"},{"uid":"42455b5b-93"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-108":{"id":"@element-plus/icons-vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-16"},{"uid":"42455b5b-18"},{"uid":"42455b5b-20"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-109":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-14"},{"uid":"42455b5b-84"}],"isExternal":true},"42455b5b-110":{"id":"element-plus/es/components/dropdown/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-16"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-111":{"id":"element-plus/es/components/dropdown-menu/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-16"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-112":{"id":"element-plus/es/components/dropdown-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-16"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-113":{"id":"element-plus/es/components/collapse/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-16"},{"uid":"42455b5b-66"}],"isExternal":true},"42455b5b-114":{"id":"element-plus/es/components/collapse-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-16"},{"uid":"42455b5b-66"}],"isExternal":true},"42455b5b-115":{"id":"element-plus/es/components/row/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-16"},{"uid":"42455b5b-18"},{"uid":"42455b5b-20"},{"uid":"42455b5b-68"}],"isExternal":true},"42455b5b-116":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-16"},{"uid":"42455b5b-18"},{"uid":"42455b5b-20"},{"uid":"42455b5b-48"},{"uid":"42455b5b-89"},{"uid":"42455b5b-93"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-117":{"id":"element-plus/es/components/col/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-16"},{"uid":"42455b5b-20"},{"uid":"42455b5b-68"}],"isExternal":true},"42455b5b-118":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-16"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-119":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-16"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-120":{"id":"element-plus/es/components/input-number/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-18"},{"uid":"42455b5b-36"}],"isExternal":true},"42455b5b-121":{"id":"element-plus/es/components/radio-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-24"},{"uid":"42455b5b-38"}],"isExternal":true},"42455b5b-122":{"id":"element-plus/es/components/radio-button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-24"}],"isExternal":true},"42455b5b-123":{"id":"element-plus/es/components/checkbox-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-26"}],"isExternal":true},"42455b5b-124":{"id":"element-plus/es/components/color-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-30"}],"isExternal":true},"42455b5b-125":{"id":"element-plus/es/components/date-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-32"},{"uid":"42455b5b-34"}],"isExternal":true},"42455b5b-126":{"id":"element-plus/es/components/radio/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-38"}],"isExternal":true},"42455b5b-127":{"id":"element-plus/es/components/slider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-50"}],"isExternal":true},"42455b5b-128":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-52"}],"isExternal":true},"42455b5b-129":{"id":"element-plus/es/components/time-select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-58"}],"isExternal":true},"42455b5b-130":{"id":"element-plus/es/components/divider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-60"}],"isExternal":true},"42455b5b-131":{"id":"element-plus/es/components/alert/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-62"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-132":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-64"}],"isExternal":true},"42455b5b-133":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-64"}],"isExternal":true},"42455b5b-134":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-64"},{"uid":"42455b5b-66"},{"uid":"42455b5b-68"},{"uid":"42455b5b-70"},{"uid":"42455b5b-93"},{"uid":"42455b5b-99"}],"isExternal":true},"42455b5b-135":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-80"}],"isExternal":true},"42455b5b-136":{"id":"wangeditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-87"}],"isExternal":true},"42455b5b-137":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-89"},{"uid":"42455b5b-93"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-138":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-89"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-139":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-89"},{"uid":"42455b5b-93"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-140":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-89"}],"isExternal":true},"42455b5b-141":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-93"},{"uid":"42455b5b-99"}],"isExternal":true},"42455b5b-142":{"id":"element-plus/es/components/aside/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-93"}],"isExternal":true},"42455b5b-143":{"id":"element-plus/es/components/scrollbar/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-93"}],"isExternal":true},"42455b5b-144":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-93"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-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":"42455b5b-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;
|