starfish-form-custom 1.0.20 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{formAction-922332c1.mjs → formAction-1e01e917.mjs} +1 -1
- package/dist/{index-015ed509.mjs → index-926a31bc.mjs} +1 -1
- package/dist/{index-afbcc030.mjs → index-b62b5782.mjs} +2 -2
- package/dist/{index-115b67c5.mjs → index-b97774de.mjs} +1 -1
- package/dist/{main-c0754020.mjs → main-f8d74300.mjs} +102 -64
- package/dist/{starfish-form-9cc90058.mjs → starfish-form-bbc0124d.mjs} +1 -1
- package/dist/starfish-form.mjs +1 -1
- package/package.json +1 -1
- package/src/layout/grid.vue +3 -3
- package/src/layout/table.vue +3 -3
- 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-f8d74300.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';
|
|
@@ -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-f8d74300.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';
|
|
@@ -15,9 +15,9 @@ import 'element-plus/es/components/dropdown-item/style/css';
|
|
|
15
15
|
import 'element-plus/es/components/button/style/css';
|
|
16
16
|
import 'element-plus/es/components/tooltip/style/css';
|
|
17
17
|
import { defineComponent, getCurrentInstance, inject, computed, ref, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode, createBlock, withCtx, createVNode, Fragment, renderList, createTextVNode } from 'vue';
|
|
18
|
-
import { _ as _export_sfc, a as _, f as fieldProps, r as ruleList, b as ruleJsonData } from './main-
|
|
18
|
+
import { _ as _export_sfc, a as _, f as fieldProps, r as ruleList, b as ruleJsonData } from './main-f8d74300.mjs';
|
|
19
19
|
import { Delete } from '@element-plus/icons-vue';
|
|
20
|
-
import Dynamicform from './starfish-form-
|
|
20
|
+
import Dynamicform from './starfish-form-bbc0124d.mjs';
|
|
21
21
|
import { Codemirror } from 'vue-codemirror';
|
|
22
22
|
import 'element-plus/es/components/input/style/css';
|
|
23
23
|
import 'element-plus/es/components/checkbox/style/css';
|
|
@@ -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-f8d74300.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';
|
|
@@ -4457,6 +4457,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4457
4457
|
default: withCtx(() => [
|
|
4458
4458
|
(openBlock(), createBlock(resolveDynamicComponent(element.ControlType), {
|
|
4459
4459
|
drag: true,
|
|
4460
|
+
size: "default",
|
|
4460
4461
|
item: element,
|
|
4461
4462
|
data: {}
|
|
4462
4463
|
}, null, 8, ["item"]))
|
|
@@ -4488,6 +4489,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4488
4489
|
ref: "controlObj",
|
|
4489
4490
|
onChange: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("change")),
|
|
4490
4491
|
item: listItem,
|
|
4492
|
+
size: "default",
|
|
4491
4493
|
data: _ctx.data || "{}",
|
|
4492
4494
|
drag: false
|
|
4493
4495
|
}, null, 40, ["item", "data"]))
|
|
@@ -4498,6 +4500,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4498
4500
|
ref: "controlObj",
|
|
4499
4501
|
onChange: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("change")),
|
|
4500
4502
|
key: listItem.id,
|
|
4503
|
+
size: "default",
|
|
4501
4504
|
item: listItem,
|
|
4502
4505
|
data: _ctx.data || "{}",
|
|
4503
4506
|
drag: false
|
|
@@ -4603,6 +4606,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4603
4606
|
}, {
|
|
4604
4607
|
default: withCtx(() => [
|
|
4605
4608
|
(openBlock(), createBlock(resolveDynamicComponent(element.ControlType), {
|
|
4609
|
+
size: "default",
|
|
4606
4610
|
drag: true,
|
|
4607
4611
|
item: element,
|
|
4608
4612
|
data: {}
|
|
@@ -4625,6 +4629,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4625
4629
|
onChange: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("change")),
|
|
4626
4630
|
item: listItem,
|
|
4627
4631
|
data: _ctx.data || "{}",
|
|
4632
|
+
size: "default",
|
|
4628
4633
|
drag: false
|
|
4629
4634
|
}, null, 40, ["item", "data"]))
|
|
4630
4635
|
]),
|
|
@@ -4633,6 +4638,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4633
4638
|
ref_for: true,
|
|
4634
4639
|
ref: "controlObj",
|
|
4635
4640
|
onChange: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("change")),
|
|
4641
|
+
size: "default",
|
|
4636
4642
|
key: listItem.id,
|
|
4637
4643
|
item: listItem,
|
|
4638
4644
|
data: _ctx.data || "{}",
|
|
@@ -5047,78 +5053,110 @@ class Flex {
|
|
|
5047
5053
|
* json转标准数据格式进行收口
|
|
5048
5054
|
*/
|
|
5049
5055
|
jsonToForm(item) {
|
|
5050
|
-
|
|
5051
|
-
item
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
if (!item.data) {
|
|
5055
|
-
item.data = item.formConfig.data();
|
|
5056
|
-
}
|
|
5057
|
-
if (!item.data.fieldName) {
|
|
5058
|
-
item.data.fieldName = item.ControlType + "_" + this.generateMixed();
|
|
5056
|
+
try {
|
|
5057
|
+
if (!item || !item.ControlType) {
|
|
5058
|
+
console.error("jsonToForm: 无效的 item 参数", item);
|
|
5059
|
+
return item;
|
|
5059
5060
|
}
|
|
5060
|
-
if (item.
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
|
|
5066
|
-
|
|
5067
|
-
|
|
5068
|
-
|
|
5069
|
-
|
|
5070
|
-
|
|
5071
|
-
|
|
5072
|
-
|
|
5061
|
+
if (!item.data || !item.controlItems) {
|
|
5062
|
+
item = this.deepClone(item);
|
|
5063
|
+
const currentComponent = window.VApp.$formcomponents[item.ControlType];
|
|
5064
|
+
if (!currentComponent) {
|
|
5065
|
+
console.warn(`jsonToForm: 未找到组件 ${item.ControlType},使用默认配置`);
|
|
5066
|
+
item.formConfig = {
|
|
5067
|
+
data: () => ({}),
|
|
5068
|
+
morenConfig: () => []
|
|
5069
|
+
};
|
|
5070
|
+
} else {
|
|
5071
|
+
item.formConfig = currentComponent.formConfig || {};
|
|
5072
|
+
}
|
|
5073
|
+
if (!item.data) {
|
|
5074
|
+
if (item.formConfig.data && typeof item.formConfig.data === "function") {
|
|
5075
|
+
item.data = item.formConfig.data();
|
|
5076
|
+
} else {
|
|
5077
|
+
console.warn(`jsonToForm: ${item.ControlType} 缺少 data 方法,使用空对象`);
|
|
5078
|
+
item.data = {};
|
|
5079
|
+
}
|
|
5080
|
+
}
|
|
5081
|
+
if (!item.data.fieldName) {
|
|
5082
|
+
item.data.fieldName = item.ControlType + "_" + this.generateMixed();
|
|
5083
|
+
}
|
|
5084
|
+
if (item.layout) {
|
|
5085
|
+
if (item.ControlType == "Grid" && item.data.columns && Array.isArray(item.data.columns)) {
|
|
5086
|
+
item.data.columns = item.data.columns.map((colItem) => {
|
|
5087
|
+
if (colItem.list && Array.isArray(colItem.list)) {
|
|
5088
|
+
colItem.list = colItem.list.map((listItem) => this.jsonToForm(listItem));
|
|
5073
5089
|
}
|
|
5074
|
-
return
|
|
5090
|
+
return colItem;
|
|
5075
5091
|
});
|
|
5076
|
-
|
|
5077
|
-
|
|
5078
|
-
|
|
5079
|
-
|
|
5080
|
-
|
|
5081
|
-
|
|
5082
|
-
|
|
5083
|
-
|
|
5084
|
-
|
|
5092
|
+
} else if (item.ControlType == "TableLayout" && item.data.trs && Array.isArray(item.data.trs)) {
|
|
5093
|
+
item.data.trs = item.data.trs.map((trItem) => {
|
|
5094
|
+
if (trItem.tds && Array.isArray(trItem.tds)) {
|
|
5095
|
+
trItem.tds = trItem.tds.map((tdItem) => {
|
|
5096
|
+
if (tdItem.list && Array.isArray(tdItem.list)) {
|
|
5097
|
+
tdItem.list = tdItem.list.map((listItem) => this.jsonToForm(listItem));
|
|
5098
|
+
}
|
|
5099
|
+
return tdItem;
|
|
5100
|
+
});
|
|
5101
|
+
}
|
|
5102
|
+
return trItem;
|
|
5103
|
+
});
|
|
5104
|
+
} else if ((item.ControlType == "Collapse" || item.ControlType == "Tabs") && item.data.items && Array.isArray(item.data.items)) {
|
|
5105
|
+
item.data.items = item.data.items.map((colItem) => {
|
|
5106
|
+
if (colItem.list && Array.isArray(colItem.list)) {
|
|
5107
|
+
colItem.list = colItem.list.map((listItem) => this.jsonToForm(listItem));
|
|
5108
|
+
}
|
|
5109
|
+
return colItem;
|
|
5110
|
+
});
|
|
5111
|
+
}
|
|
5085
5112
|
}
|
|
5086
|
-
|
|
5087
|
-
|
|
5088
|
-
|
|
5089
|
-
|
|
5113
|
+
const dynamicList = formStore?.get("globalFormList")?.filter((globalItem) => {
|
|
5114
|
+
return globalItem && globalItem.dynamic;
|
|
5115
|
+
}) || [];
|
|
5116
|
+
item.id = item.id || this.generateMixed();
|
|
5117
|
+
let controlItems = [];
|
|
5118
|
+
if (item.formConfig.morenConfig && typeof item.formConfig.morenConfig === "function") {
|
|
5119
|
+
controlItems = item.formConfig.morenConfig().concat(dynamicList);
|
|
5120
|
+
} else {
|
|
5121
|
+
console.warn(`jsonToForm: ${item.ControlType} 缺少 morenConfig 方法,使用空数组`);
|
|
5122
|
+
controlItems = dynamicList;
|
|
5090
5123
|
}
|
|
5091
|
-
|
|
5092
|
-
|
|
5093
|
-
|
|
5094
|
-
|
|
5095
|
-
|
|
5096
|
-
controlItems.find((item2) => {
|
|
5097
|
-
if (item2.ControlType == "Action") {
|
|
5098
|
-
item2.data.formConfig = {
|
|
5124
|
+
if (currentComponent && currentComponent.actionType && Array.isArray(currentComponent.actionType) && currentComponent.actionType.length > 0) {
|
|
5125
|
+
const actionControl = controlItems.find((controlItem) => controlItem && controlItem.ControlType == "Action");
|
|
5126
|
+
if (actionControl) {
|
|
5127
|
+
actionControl.data = actionControl.data || {};
|
|
5128
|
+
actionControl.data.formConfig = {
|
|
5099
5129
|
value: {},
|
|
5100
5130
|
items: []
|
|
5101
5131
|
};
|
|
5102
5132
|
currentComponent.actionType.forEach((action2, index) => {
|
|
5103
|
-
|
|
5104
|
-
|
|
5105
|
-
|
|
5106
|
-
|
|
5107
|
-
|
|
5133
|
+
if (actionControl.data.formConfig) {
|
|
5134
|
+
actionControl.data.formConfig.items.push({
|
|
5135
|
+
label: action2,
|
|
5136
|
+
value: action2,
|
|
5137
|
+
id: index + 1
|
|
5138
|
+
});
|
|
5139
|
+
}
|
|
5108
5140
|
});
|
|
5109
5141
|
}
|
|
5110
|
-
}
|
|
5111
|
-
|
|
5112
|
-
|
|
5113
|
-
|
|
5114
|
-
|
|
5115
|
-
|
|
5116
|
-
|
|
5142
|
+
} else {
|
|
5143
|
+
controlItems = controlItems.filter((controlItem) => {
|
|
5144
|
+
return controlItem && controlItem.ControlType !== "Action";
|
|
5145
|
+
});
|
|
5146
|
+
}
|
|
5147
|
+
if (this.controlFormRule && typeof this.controlFormRule === "function") {
|
|
5148
|
+
item.rules = this.controlFormRule(controlItems, item);
|
|
5149
|
+
} else {
|
|
5150
|
+
console.warn("jsonToForm: controlFormRule 方法不存在,使用空数组");
|
|
5151
|
+
item.rules = [];
|
|
5152
|
+
}
|
|
5153
|
+
item.controlItems = controlItems;
|
|
5117
5154
|
}
|
|
5118
|
-
item
|
|
5119
|
-
|
|
5155
|
+
return item;
|
|
5156
|
+
} catch (error) {
|
|
5157
|
+
console.error("jsonToForm: 处理组件时发生错误", error, item);
|
|
5158
|
+
return item;
|
|
5120
5159
|
}
|
|
5121
|
-
return item;
|
|
5122
5160
|
}
|
|
5123
5161
|
/**
|
|
5124
5162
|
* 完整的表单列表数据进行删减,方便展示
|
|
@@ -5266,7 +5304,7 @@ Object.keys(files).forEach((fileName) => {
|
|
|
5266
5304
|
}
|
|
5267
5305
|
});
|
|
5268
5306
|
const RichText = defineAsyncComponent({
|
|
5269
|
-
loader: () => import('./index-
|
|
5307
|
+
loader: () => import('./index-926a31bc.mjs'),
|
|
5270
5308
|
loadingComponent: Loading
|
|
5271
5309
|
});
|
|
5272
5310
|
RichText.ControlType = "RichText";
|
|
@@ -5275,7 +5313,7 @@ RichText.icon = "icon-textEdit";
|
|
|
5275
5313
|
RichText.formConfig = getFormConfig("RichText");
|
|
5276
5314
|
utilFuns[RichText.ControlType] = RichText;
|
|
5277
5315
|
const jsonEditor = defineAsyncComponent({
|
|
5278
|
-
loader: () => import('./index-
|
|
5316
|
+
loader: () => import('./index-b97774de.mjs'),
|
|
5279
5317
|
loadingComponent: Loading
|
|
5280
5318
|
});
|
|
5281
5319
|
jsonEditor.ControlType = "JsonEditor";
|
|
@@ -5285,14 +5323,14 @@ jsonEditor.formConfig = getFormConfig("JsonEditor", [{ fieldName: "default", com
|
|
|
5285
5323
|
jsonEditor.rule = _.getJsonValidate();
|
|
5286
5324
|
utilFuns[jsonEditor.ControlType] = jsonEditor;
|
|
5287
5325
|
const formAction = defineAsyncComponent({
|
|
5288
|
-
loader: () => import('./formAction-
|
|
5326
|
+
loader: () => import('./formAction-1e01e917.mjs'),
|
|
5289
5327
|
loadingComponent: Loading
|
|
5290
5328
|
});
|
|
5291
5329
|
formAction.ControlType = "FormAction";
|
|
5292
5330
|
formAction.isHide = true;
|
|
5293
5331
|
utilFuns[formAction.ControlType] = formAction;
|
|
5294
5332
|
const Rule = defineAsyncComponent({
|
|
5295
|
-
loader: () => import('./index-
|
|
5333
|
+
loader: () => import('./index-b62b5782.mjs'),
|
|
5296
5334
|
loadingComponent: Loading
|
|
5297
5335
|
});
|
|
5298
5336
|
Rule.ControlType = "Rule";
|
|
@@ -5301,7 +5339,7 @@ utilFuns[Rule.ControlType] = Rule;
|
|
|
5301
5339
|
const install = (app) => {
|
|
5302
5340
|
app.config.globalProperties.$formcomponents = utilFuns;
|
|
5303
5341
|
};
|
|
5304
|
-
const Dynamicform = defineAsyncComponent(() => import('./starfish-form-
|
|
5342
|
+
const Dynamicform = defineAsyncComponent(() => import('./starfish-form-bbc0124d.mjs'));
|
|
5305
5343
|
const main = {
|
|
5306
5344
|
install
|
|
5307
5345
|
};
|
|
@@ -3,7 +3,7 @@ import 'element-plus/es/components/base/style/css';
|
|
|
3
3
|
import 'element-plus/es/components/form/style/css';
|
|
4
4
|
import 'element-plus/es/components/form-item/style/css';
|
|
5
5
|
import { defineComponent, getCurrentInstance, ref, onMounted, openBlock, createElementBlock, createVNode, mergeProps, withCtx, Fragment, renderList, createBlock, resolveDynamicComponent, createCommentVNode, toRaw } from 'vue';
|
|
6
|
-
import { _ as _export_sfc } from './main-
|
|
6
|
+
import { _ as _export_sfc } from './main-f8d74300.mjs';
|
|
7
7
|
import 'element-plus/es/components/icon/style/css';
|
|
8
8
|
import 'element-plus/es/components/input/style/css';
|
|
9
9
|
import 'element-plus/es/components/checkbox/style/css';
|
package/dist/starfish-form.mjs
CHANGED
package/package.json
CHANGED
package/src/layout/grid.vue
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<draggable class="draggable-box" animation="300" ghostClass="itemGhost" v-model="colItem.list" @add="addControl($event, index)" group="starfish-form" @choose="chooseClick($event, index)" item-key="id" @update="changePos($event, index)">
|
|
7
7
|
<template #item="{ element, index }">
|
|
8
8
|
<Shape v-if="element.data" :active="currentId == element.id" :currentId="element.id" :currentIndex="index" :list="colItem.list">
|
|
9
|
-
<component :is="element.ControlType" :drag="true" :item="element" :data="{}"></component>
|
|
9
|
+
<component :is="element.ControlType" :drag="true" size="default" :item="element" :data="{}"></component>
|
|
10
10
|
</Shape>
|
|
11
11
|
</template>
|
|
12
12
|
</draggable>
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
<el-col class="grid-col" v-for="(colItem, index) in item.data.columns" :key="index" :span="colItem.span">
|
|
17
17
|
<template v-for="listItem in colItem.list" >
|
|
18
18
|
<el-form-item :prop="listItem.data.fieldName" :key="listItem.id" v-if="!listItem.layout">
|
|
19
|
-
<component ref="controlObj" @change="$emit('change')" :is="listItem.ControlType" :item="listItem" :data="data || '{}'" :drag="false"></component>
|
|
19
|
+
<component ref="controlObj" @change="$emit('change')" :is="listItem.ControlType" :item="listItem" size="default" :data="data || '{}'" :drag="false"></component>
|
|
20
20
|
</el-form-item>
|
|
21
21
|
<template v-else>
|
|
22
|
-
<component ref="controlObj" @change="$emit('change')" :key="listItem.id" :is="listItem.ControlType" :item="listItem" :data="data || '{}'" :drag="false"></component>
|
|
22
|
+
<component ref="controlObj" @change="$emit('change')" :key="listItem.id" :is="listItem.ControlType" size="default" :item="listItem" :data="data || '{}'" :drag="false"></component>
|
|
23
23
|
</template>
|
|
24
24
|
</template>
|
|
25
25
|
</el-col>
|
package/src/layout/table.vue
CHANGED
|
@@ -6,17 +6,17 @@
|
|
|
6
6
|
<template v-if="drag">
|
|
7
7
|
<draggable class="draggable-box" animation="300" ghostClass="itemGhost" v-model="tdItem.list" @add="addControl($event, tdItem.list, index, tdIndex)" group="starfish-form" @choose="chooseClick($event, tdItem.list)" item-key="id" @update="changePos($event, tdItem.list)">
|
|
8
8
|
<template #item="{ element, index }">
|
|
9
|
-
<Shape v-if="element.data" :active="currentId == element.id" :currentIndex="index" :currentId="element.id" :len="tdItem.list.length" :item="element"> <component :is="element.ControlType" :drag="true" :item="element" :data="{}"></component></Shape>
|
|
9
|
+
<Shape v-if="element.data" :active="currentId == element.id" :currentIndex="index" :currentId="element.id" :len="tdItem.list.length" :item="element"> <component :is="element.ControlType" size="default" :drag="true" :item="element" :data="{}"></component></Shape>
|
|
10
10
|
</template>
|
|
11
11
|
</draggable>
|
|
12
12
|
</template>
|
|
13
13
|
<template v-else-if="!drag && tdItem.list.length > 0">
|
|
14
14
|
<template v-for="listItem in tdItem.list">
|
|
15
15
|
<el-form-item :prop="listItem.data.fieldName" :key="listItem.id" v-if="!listItem.layout">
|
|
16
|
-
<component ref="controlObj" @change="$emit('change')" :is="listItem.ControlType" :item="listItem" :data="data || '{}'" :drag="false" ></component>
|
|
16
|
+
<component ref="controlObj" @change="$emit('change')" :is="listItem.ControlType" :item="listItem" :data="data || '{}'" size="default" :drag="false" ></component>
|
|
17
17
|
</el-form-item>
|
|
18
18
|
<template v-else>
|
|
19
|
-
<component ref="controlObj" @change="$emit('change')" :key="listItem.id" :is="listItem.ControlType" :item="listItem" :data="data || '{}'" :drag="false" ></component>
|
|
19
|
+
<component ref="controlObj" @change="$emit('change')" size="default" :key="listItem.id" :is="listItem.ControlType" :item="listItem" :data="data || '{}'" :drag="false" ></component>
|
|
20
20
|
</template>
|
|
21
21
|
</template>
|
|
22
22
|
</template>
|
package/stats.html
CHANGED
|
@@ -4822,7 +4822,7 @@ var drawChart = (function (exports) {
|
|
|
4822
4822
|
</script>
|
|
4823
4823
|
<script>
|
|
4824
4824
|
/*<!--*/
|
|
4825
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"starfish-form.mjs","uid":"4af96ea3-1"},{"name":"main-c0754020.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design","children":[{"name":"packages","children":[{"name":"form/src","children":[{"name":"utils","children":[{"uid":"4af96ea3-3","name":"fieldConfig.ts"},{"uid":"4af96ea3-5","name":"fieldProps.ts"},{"uid":"4af96ea3-23","name":"customHooks.ts"}]},{"name":"common","children":[{"uid":"4af96ea3-9","name":"KeyValueConfig.vue"},{"uid":"4af96ea3-11","name":"KeyValueConfigMult.vue"},{"uid":"4af96ea3-13","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"4af96ea3-15","name":"Loading.vue"},{"uid":"4af96ea3-17","name":"action.vue"},{"uid":"4af96ea3-19","name":"listConfig.vue"},{"uid":"4af96ea3-21","name":"panel.vue"},{"uid":"4af96ea3-25","name":"radiogroup.vue"}]},{"name":"components","children":[{"name":"CheckBox/index.vue","uid":"4af96ea3-27"},{"name":"ColorSelect","children":[{"uid":"4af96ea3-29","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"4af96ea3-31","name":"index.vue"}]},{"name":"Date/index.vue","uid":"4af96ea3-33"},{"name":"DateTime/index.vue","uid":"4af96ea3-35"},{"name":"InputNumber/index.vue","uid":"4af96ea3-37"},{"name":"Radio/index.vue","uid":"4af96ea3-39"},{"name":"Rule","children":[{"uid":"4af96ea3-41","name":"ruleform.json"},{"uid":"4af96ea3-43","name":"rules.js"}]},{"name":"Selected/index.vue","uid":"4af96ea3-45"},{"name":"Selecteds/index.vue","uid":"4af96ea3-47"},{"name":"ShowRule/index.vue","uid":"4af96ea3-49"},{"name":"Slider/index.vue","uid":"4af96ea3-51"},{"name":"Switch/index.vue","uid":"4af96ea3-53"},{"name":"Text/index.vue","uid":"4af96ea3-55"},{"name":"TextArea/index.vue","uid":"4af96ea3-57"},{"name":"Time/index.vue","uid":"4af96ea3-59"}]},{"name":"layout","children":[{"uid":"4af96ea3-61","name":"Divider.vue"},{"uid":"4af96ea3-63","name":"Info.vue"},{"uid":"4af96ea3-65","name":"Tabs.vue"},{"uid":"4af96ea3-67","name":"collapse.vue"},{"uid":"4af96ea3-69","name":"grid.vue"},{"uid":"4af96ea3-71","name":"table.vue"}]},{"name":"styles/index.scss","uid":"4af96ea3-73"},{"uid":"4af96ea3-86","name":"main.ts"}]},{"name":"editor/src","children":[{"name":"controller","children":[{"uid":"4af96ea3-77","name":"history.ts"},{"uid":"4af96ea3-79","name":"form.ts"}]},{"name":"utils/_.ts","uid":"4af96ea3-81"},{"name":"common","children":[{"uid":"4af96ea3-83","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"4af96ea3-85","name":"Loading.vue"}]}]}]},{"name":"node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","uid":"4af96ea3-75"}]},{"uid":"4af96ea3-7","name":"plugin-vue:export-helper"}]},{"name":"index-015ed509.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","uid":"4af96ea3-88"}]},{"name":"index-115b67c5.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","uid":"4af96ea3-90"}]},{"name":"formAction-922332c1.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common","children":[{"uid":"4af96ea3-92","name":"formAction.vue?vue&type=style&index=0&lang.scss"},{"uid":"4af96ea3-94","name":"formAction.vue"}]}]},{"name":"index-afbcc030.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule","children":[{"uid":"4af96ea3-96","name":"index.vue?vue&type=style&index=0&lang.scss"},{"uid":"4af96ea3-98","name":"index.vue"}]}]},{"name":"starfish-form-9cc90058.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","uid":"4af96ea3-100"}]}],"isRoot":true},"nodeParts":{"4af96ea3-1":{"id":"starfish-form.mjs","gzipLength":0,"brotliLength":0,"renderedLength":1902,"metaUid":"4af96ea3-0"},"4af96ea3-3":{"renderedLength":18542,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-2"},"4af96ea3-5":{"renderedLength":567,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-4"},"4af96ea3-7":{"renderedLength":159,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-6"},"4af96ea3-9":{"renderedLength":8660,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-8"},"4af96ea3-11":{"renderedLength":8485,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-10"},"4af96ea3-13":{"renderedLength":103,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-12"},"4af96ea3-15":{"renderedLength":404,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-14"},"4af96ea3-17":{"renderedLength":8527,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-16"},"4af96ea3-19":{"renderedLength":3264,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-18"},"4af96ea3-21":{"renderedLength":5397,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-20"},"4af96ea3-23":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-22"},"4af96ea3-25":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-24"},"4af96ea3-27":{"renderedLength":4669,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-26"},"4af96ea3-29":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-28"},"4af96ea3-31":{"renderedLength":3864,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-30"},"4af96ea3-33":{"renderedLength":5430,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-32"},"4af96ea3-35":{"renderedLength":3294,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-34"},"4af96ea3-37":{"renderedLength":4639,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-36"},"4af96ea3-39":{"renderedLength":4680,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-38"},"4af96ea3-41":{"renderedLength":5040,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-40"},"4af96ea3-43":{"renderedLength":2564,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-42"},"4af96ea3-45":{"renderedLength":4764,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-44"},"4af96ea3-47":{"renderedLength":4836,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-46"},"4af96ea3-49":{"renderedLength":4133,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-48"},"4af96ea3-51":{"renderedLength":2944,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-50"},"4af96ea3-53":{"renderedLength":2938,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-52"},"4af96ea3-55":{"renderedLength":4543,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-54"},"4af96ea3-57":{"renderedLength":4434,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-56"},"4af96ea3-59":{"renderedLength":3240,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-58"},"4af96ea3-61":{"renderedLength":1315,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-60"},"4af96ea3-63":{"renderedLength":2999,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-62"},"4af96ea3-65":{"renderedLength":5888,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-64"},"4af96ea3-67":{"renderedLength":6238,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-66"},"4af96ea3-69":{"renderedLength":6257,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-68"},"4af96ea3-71":{"renderedLength":5740,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-70"},"4af96ea3-73":{"renderedLength":17,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-72"},"4af96ea3-75":{"renderedLength":350,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-74"},"4af96ea3-77":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-76"},"4af96ea3-79":{"renderedLength":6014,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-78"},"4af96ea3-81":{"renderedLength":9841,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-80"},"4af96ea3-83":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-82"},"4af96ea3-85":{"renderedLength":390,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-84"},"4af96ea3-86":{"renderedLength":2981,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-0"},"4af96ea3-88":{"renderedLength":2874,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-87"},"4af96ea3-90":{"renderedLength":6675,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-89"},"4af96ea3-92":{"renderedLength":92,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-91"},"4af96ea3-94":{"renderedLength":17107,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-93"},"4af96ea3-96":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-95"},"4af96ea3-98":{"renderedLength":18039,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-97"},"4af96ea3-100":{"renderedLength":9511,"gzipLength":0,"brotliLength":0,"metaUid":"4af96ea3-99"}},"nodeMetas":{"4af96ea3-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/main.ts","moduleParts":{"starfish-form.mjs":"4af96ea3-1","main-c0754020.mjs":"4af96ea3-86"},"imported":[{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-14"},{"uid":"4af96ea3-16"},{"uid":"4af96ea3-18"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-24"},{"uid":"4af96ea3-26"},{"uid":"4af96ea3-30"},{"uid":"4af96ea3-32"},{"uid":"4af96ea3-34"},{"uid":"4af96ea3-36"},{"uid":"4af96ea3-38"},{"uid":"4af96ea3-40"},{"uid":"4af96ea3-42"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-48"},{"uid":"4af96ea3-50"},{"uid":"4af96ea3-52"},{"uid":"4af96ea3-54"},{"uid":"4af96ea3-56"},{"uid":"4af96ea3-58"},{"uid":"4af96ea3-60"},{"uid":"4af96ea3-62"},{"uid":"4af96ea3-64"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-68"},{"uid":"4af96ea3-70"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-72"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-80"},{"uid":"4af96ea3-84"},{"uid":"4af96ea3-87","dynamic":true},{"uid":"4af96ea3-89","dynamic":true},{"uid":"4af96ea3-93","dynamic":true},{"uid":"4af96ea3-97","dynamic":true},{"uid":"4af96ea3-99","dynamic":true}],"importedBy":[],"isEntry":true},"4af96ea3-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldConfig.ts","moduleParts":{"main-c0754020.mjs":"4af96ea3-3"},"imported":[],"importedBy":[{"uid":"4af96ea3-0"},{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-26"},{"uid":"4af96ea3-30"},{"uid":"4af96ea3-32"},{"uid":"4af96ea3-34"},{"uid":"4af96ea3-36"},{"uid":"4af96ea3-38"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-50"},{"uid":"4af96ea3-52"},{"uid":"4af96ea3-54"},{"uid":"4af96ea3-56"},{"uid":"4af96ea3-58"},{"uid":"4af96ea3-60"},{"uid":"4af96ea3-62"},{"uid":"4af96ea3-64"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-68"},{"uid":"4af96ea3-70"},{"uid":"4af96ea3-87"},{"uid":"4af96ea3-89"}]},"4af96ea3-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldProps.ts","moduleParts":{"main-c0754020.mjs":"4af96ea3-5"},"imported":[],"importedBy":[{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-16"},{"uid":"4af96ea3-18"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-24"},{"uid":"4af96ea3-26"},{"uid":"4af96ea3-30"},{"uid":"4af96ea3-32"},{"uid":"4af96ea3-34"},{"uid":"4af96ea3-36"},{"uid":"4af96ea3-38"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-48"},{"uid":"4af96ea3-50"},{"uid":"4af96ea3-52"},{"uid":"4af96ea3-54"},{"uid":"4af96ea3-56"},{"uid":"4af96ea3-58"},{"uid":"4af96ea3-60"},{"uid":"4af96ea3-62"},{"uid":"4af96ea3-64"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-68"},{"uid":"4af96ea3-70"},{"uid":"4af96ea3-87"},{"uid":"4af96ea3-89"},{"uid":"4af96ea3-97"}]},"4af96ea3-6":{"id":"plugin-vue:export-helper","moduleParts":{"main-c0754020.mjs":"4af96ea3-7"},"imported":[],"importedBy":[{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-14"},{"uid":"4af96ea3-16"},{"uid":"4af96ea3-18"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-24"},{"uid":"4af96ea3-26"},{"uid":"4af96ea3-30"},{"uid":"4af96ea3-32"},{"uid":"4af96ea3-34"},{"uid":"4af96ea3-36"},{"uid":"4af96ea3-38"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-48"},{"uid":"4af96ea3-50"},{"uid":"4af96ea3-52"},{"uid":"4af96ea3-54"},{"uid":"4af96ea3-56"},{"uid":"4af96ea3-58"},{"uid":"4af96ea3-60"},{"uid":"4af96ea3-62"},{"uid":"4af96ea3-64"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-68"},{"uid":"4af96ea3-70"},{"uid":"4af96ea3-84"},{"uid":"4af96ea3-87"},{"uid":"4af96ea3-89"},{"uid":"4af96ea3-93"},{"uid":"4af96ea3-97"},{"uid":"4af96ea3-99"}]},"4af96ea3-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfig.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-9"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-104"},{"uid":"4af96ea3-105"},{"uid":"4af96ea3-106"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-108"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfigMult.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-11"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-104"},{"uid":"4af96ea3-105"},{"uid":"4af96ea3-106"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-108"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-12":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-c0754020.mjs":"4af96ea3-13"},"imported":[],"importedBy":[{"uid":"4af96ea3-14"}]},"4af96ea3-14":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-15"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-109"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-12"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/action.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-17"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-110"},{"uid":"4af96ea3-111"},{"uid":"4af96ea3-112"},{"uid":"4af96ea3-113"},{"uid":"4af96ea3-114"},{"uid":"4af96ea3-115"},{"uid":"4af96ea3-116"},{"uid":"4af96ea3-104"},{"uid":"4af96ea3-117"},{"uid":"4af96ea3-118"},{"uid":"4af96ea3-119"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-108"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/listConfig.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-19"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-115"},{"uid":"4af96ea3-116"},{"uid":"4af96ea3-104"},{"uid":"4af96ea3-120"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-108"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/panel.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-21"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-115"},{"uid":"4af96ea3-116"},{"uid":"4af96ea3-104"},{"uid":"4af96ea3-105"},{"uid":"4af96ea3-117"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-108"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/customHooks.ts","moduleParts":{"main-c0754020.mjs":"4af96ea3-23"},"imported":[{"uid":"4af96ea3-101"}],"importedBy":[{"uid":"4af96ea3-24"},{"uid":"4af96ea3-26"},{"uid":"4af96ea3-30"},{"uid":"4af96ea3-32"},{"uid":"4af96ea3-34"},{"uid":"4af96ea3-36"},{"uid":"4af96ea3-38"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-48"},{"uid":"4af96ea3-50"},{"uid":"4af96ea3-52"},{"uid":"4af96ea3-54"},{"uid":"4af96ea3-56"},{"uid":"4af96ea3-58"},{"uid":"4af96ea3-60"},{"uid":"4af96ea3-62"},{"uid":"4af96ea3-64"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-68"},{"uid":"4af96ea3-70"},{"uid":"4af96ea3-87"},{"uid":"4af96ea3-89"}]},"4af96ea3-24":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/radiogroup.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-25"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-121"},{"uid":"4af96ea3-122"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/CheckBox/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-27"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-123"},{"uid":"4af96ea3-106"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-28":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-c0754020.mjs":"4af96ea3-29"},"imported":[],"importedBy":[{"uid":"4af96ea3-30"}]},"4af96ea3-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-31"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-124"},{"uid":"4af96ea3-105"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-28"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Date/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-33"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-125"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/DateTime/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-35"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-125"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/InputNumber/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-37"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-120"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Radio/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-39"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-121"},{"uid":"4af96ea3-126"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/ruleform.json","moduleParts":{"main-c0754020.mjs":"4af96ea3-41"},"imported":[],"importedBy":[{"uid":"4af96ea3-0"},{"uid":"4af96ea3-97"}]},"4af96ea3-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/rules.js","moduleParts":{"main-c0754020.mjs":"4af96ea3-43"},"imported":[],"importedBy":[{"uid":"4af96ea3-0"},{"uid":"4af96ea3-97"}]},"4af96ea3-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selected/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-45"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-118"},{"uid":"4af96ea3-119"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selecteds/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-47"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-118"},{"uid":"4af96ea3-119"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ShowRule/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-49"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-116"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Slider/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-51"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-127"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-52":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Switch/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-53"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-128"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Text/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-55"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-105"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-56":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/TextArea/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-57"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-105"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-58":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Time/index.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-59"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-129"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-60":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Divider.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-61"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-130"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-62":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Info.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-63"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-131"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-64":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Tabs.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-65"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-132"},{"uid":"4af96ea3-133"},{"uid":"4af96ea3-134"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-66":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/collapse.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-67"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-113"},{"uid":"4af96ea3-114"},{"uid":"4af96ea3-134"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-68":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/grid.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-69"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-115"},{"uid":"4af96ea3-134"},{"uid":"4af96ea3-117"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-70":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/table.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-71"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-134"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-72":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/styles/index.scss","moduleParts":{"main-c0754020.mjs":"4af96ea3-73"},"imported":[],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-74":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","moduleParts":{"main-c0754020.mjs":"4af96ea3-75"},"imported":[{"uid":"4af96ea3-145"}],"importedBy":[{"uid":"4af96ea3-80"}]},"4af96ea3-76":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main-c0754020.mjs":"4af96ea3-77"},"imported":[{"uid":"4af96ea3-101"},{"uid":"4af96ea3-78"}],"importedBy":[{"uid":"4af96ea3-78"}]},"4af96ea3-78":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main-c0754020.mjs":"4af96ea3-79"},"imported":[{"uid":"4af96ea3-101"},{"uid":"4af96ea3-76"}],"importedBy":[{"uid":"4af96ea3-80"},{"uid":"4af96ea3-76"}]},"4af96ea3-80":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main-c0754020.mjs":"4af96ea3-81"},"imported":[{"uid":"4af96ea3-135"},{"uid":"4af96ea3-74"},{"uid":"4af96ea3-78"}],"importedBy":[{"uid":"4af96ea3-0"},{"uid":"4af96ea3-89"},{"uid":"4af96ea3-97"}]},"4af96ea3-82":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-c0754020.mjs":"4af96ea3-83"},"imported":[],"importedBy":[{"uid":"4af96ea3-84"}]},"4af96ea3-84":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main-c0754020.mjs":"4af96ea3-85"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-109"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-82"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-87":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","moduleParts":{"index-015ed509.mjs":"4af96ea3-88"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-136"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-89":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","moduleParts":{"index-115b67c5.mjs":"4af96ea3-90"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-137"},{"uid":"4af96ea3-138"},{"uid":"4af96ea3-116"},{"uid":"4af96ea3-139"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-2"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-140"},{"uid":"4af96ea3-80"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-91":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue?vue&type=style&index=0&lang.scss","moduleParts":{"formAction-922332c1.mjs":"4af96ea3-92"},"imported":[],"importedBy":[{"uid":"4af96ea3-93"}]},"4af96ea3-93":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue","moduleParts":{"formAction-922332c1.mjs":"4af96ea3-94"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-141"},{"uid":"4af96ea3-134"},{"uid":"4af96ea3-105"},{"uid":"4af96ea3-142"},{"uid":"4af96ea3-137"},{"uid":"4af96ea3-139"},{"uid":"4af96ea3-143"},{"uid":"4af96ea3-116"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-144"},{"uid":"4af96ea3-91"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-95":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue?vue&type=style&index=0&lang.scss","moduleParts":{"index-afbcc030.mjs":"4af96ea3-96"},"imported":[],"importedBy":[{"uid":"4af96ea3-97"}]},"4af96ea3-97":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue","moduleParts":{"index-afbcc030.mjs":"4af96ea3-98"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-137"},{"uid":"4af96ea3-139"},{"uid":"4af96ea3-138"},{"uid":"4af96ea3-131"},{"uid":"4af96ea3-113"},{"uid":"4af96ea3-114"},{"uid":"4af96ea3-104"},{"uid":"4af96ea3-118"},{"uid":"4af96ea3-119"},{"uid":"4af96ea3-110"},{"uid":"4af96ea3-111"},{"uid":"4af96ea3-112"},{"uid":"4af96ea3-116"},{"uid":"4af96ea3-107"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-4"},{"uid":"4af96ea3-80"},{"uid":"4af96ea3-42"},{"uid":"4af96ea3-40"},{"uid":"4af96ea3-108"},{"uid":"4af96ea3-99"},{"uid":"4af96ea3-144"},{"uid":"4af96ea3-95"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"}]},"4af96ea3-99":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","moduleParts":{"starfish-form-9cc90058.mjs":"4af96ea3-100"},"imported":[{"uid":"4af96ea3-102"},{"uid":"4af96ea3-103"},{"uid":"4af96ea3-141"},{"uid":"4af96ea3-134"},{"uid":"4af96ea3-101"},{"uid":"4af96ea3-6"}],"importedBy":[{"uid":"4af96ea3-0"},{"uid":"4af96ea3-97"}]},"4af96ea3-101":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-0"},{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-14"},{"uid":"4af96ea3-16"},{"uid":"4af96ea3-18"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-24"},{"uid":"4af96ea3-26"},{"uid":"4af96ea3-30"},{"uid":"4af96ea3-32"},{"uid":"4af96ea3-34"},{"uid":"4af96ea3-36"},{"uid":"4af96ea3-38"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-48"},{"uid":"4af96ea3-50"},{"uid":"4af96ea3-52"},{"uid":"4af96ea3-54"},{"uid":"4af96ea3-56"},{"uid":"4af96ea3-58"},{"uid":"4af96ea3-60"},{"uid":"4af96ea3-62"},{"uid":"4af96ea3-64"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-68"},{"uid":"4af96ea3-70"},{"uid":"4af96ea3-84"},{"uid":"4af96ea3-87"},{"uid":"4af96ea3-89"},{"uid":"4af96ea3-93"},{"uid":"4af96ea3-97"},{"uid":"4af96ea3-99"},{"uid":"4af96ea3-22"},{"uid":"4af96ea3-78"},{"uid":"4af96ea3-76"}],"isExternal":true},"4af96ea3-102":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-14"},{"uid":"4af96ea3-16"},{"uid":"4af96ea3-18"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-24"},{"uid":"4af96ea3-26"},{"uid":"4af96ea3-30"},{"uid":"4af96ea3-32"},{"uid":"4af96ea3-34"},{"uid":"4af96ea3-36"},{"uid":"4af96ea3-38"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-48"},{"uid":"4af96ea3-50"},{"uid":"4af96ea3-52"},{"uid":"4af96ea3-54"},{"uid":"4af96ea3-56"},{"uid":"4af96ea3-58"},{"uid":"4af96ea3-60"},{"uid":"4af96ea3-62"},{"uid":"4af96ea3-64"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-68"},{"uid":"4af96ea3-70"},{"uid":"4af96ea3-84"},{"uid":"4af96ea3-87"},{"uid":"4af96ea3-89"},{"uid":"4af96ea3-93"},{"uid":"4af96ea3-97"},{"uid":"4af96ea3-99"}],"isExternal":true},"4af96ea3-103":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-14"},{"uid":"4af96ea3-16"},{"uid":"4af96ea3-18"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-24"},{"uid":"4af96ea3-26"},{"uid":"4af96ea3-30"},{"uid":"4af96ea3-32"},{"uid":"4af96ea3-34"},{"uid":"4af96ea3-36"},{"uid":"4af96ea3-38"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-48"},{"uid":"4af96ea3-50"},{"uid":"4af96ea3-52"},{"uid":"4af96ea3-54"},{"uid":"4af96ea3-56"},{"uid":"4af96ea3-58"},{"uid":"4af96ea3-60"},{"uid":"4af96ea3-62"},{"uid":"4af96ea3-64"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-68"},{"uid":"4af96ea3-70"},{"uid":"4af96ea3-84"},{"uid":"4af96ea3-87"},{"uid":"4af96ea3-89"},{"uid":"4af96ea3-93"},{"uid":"4af96ea3-97"},{"uid":"4af96ea3-99"}],"isExternal":true},"4af96ea3-104":{"id":"element-plus/es/components/icon/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-16"},{"uid":"4af96ea3-18"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-105":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-30"},{"uid":"4af96ea3-54"},{"uid":"4af96ea3-56"},{"uid":"4af96ea3-93"}],"isExternal":true},"4af96ea3-106":{"id":"element-plus/es/components/checkbox/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-26"}],"isExternal":true},"4af96ea3-107":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-16"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-24"},{"uid":"4af96ea3-26"},{"uid":"4af96ea3-30"},{"uid":"4af96ea3-32"},{"uid":"4af96ea3-34"},{"uid":"4af96ea3-36"},{"uid":"4af96ea3-38"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-48"},{"uid":"4af96ea3-50"},{"uid":"4af96ea3-52"},{"uid":"4af96ea3-54"},{"uid":"4af96ea3-56"},{"uid":"4af96ea3-58"},{"uid":"4af96ea3-62"},{"uid":"4af96ea3-87"},{"uid":"4af96ea3-89"},{"uid":"4af96ea3-93"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-108":{"id":"@element-plus/icons-vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-8"},{"uid":"4af96ea3-10"},{"uid":"4af96ea3-16"},{"uid":"4af96ea3-18"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-109":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-14"},{"uid":"4af96ea3-84"}],"isExternal":true},"4af96ea3-110":{"id":"element-plus/es/components/dropdown/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-16"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-111":{"id":"element-plus/es/components/dropdown-menu/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-16"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-112":{"id":"element-plus/es/components/dropdown-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-16"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-113":{"id":"element-plus/es/components/collapse/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-16"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-114":{"id":"element-plus/es/components/collapse-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-16"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-115":{"id":"element-plus/es/components/row/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-16"},{"uid":"4af96ea3-18"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-68"}],"isExternal":true},"4af96ea3-116":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-16"},{"uid":"4af96ea3-18"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-48"},{"uid":"4af96ea3-89"},{"uid":"4af96ea3-93"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-117":{"id":"element-plus/es/components/col/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-16"},{"uid":"4af96ea3-20"},{"uid":"4af96ea3-68"}],"isExternal":true},"4af96ea3-118":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-16"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-119":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-16"},{"uid":"4af96ea3-44"},{"uid":"4af96ea3-46"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-120":{"id":"element-plus/es/components/input-number/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-18"},{"uid":"4af96ea3-36"}],"isExternal":true},"4af96ea3-121":{"id":"element-plus/es/components/radio-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-24"},{"uid":"4af96ea3-38"}],"isExternal":true},"4af96ea3-122":{"id":"element-plus/es/components/radio-button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-24"}],"isExternal":true},"4af96ea3-123":{"id":"element-plus/es/components/checkbox-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-26"}],"isExternal":true},"4af96ea3-124":{"id":"element-plus/es/components/color-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-30"}],"isExternal":true},"4af96ea3-125":{"id":"element-plus/es/components/date-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-32"},{"uid":"4af96ea3-34"}],"isExternal":true},"4af96ea3-126":{"id":"element-plus/es/components/radio/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-38"}],"isExternal":true},"4af96ea3-127":{"id":"element-plus/es/components/slider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-50"}],"isExternal":true},"4af96ea3-128":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-52"}],"isExternal":true},"4af96ea3-129":{"id":"element-plus/es/components/time-select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-58"}],"isExternal":true},"4af96ea3-130":{"id":"element-plus/es/components/divider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-60"}],"isExternal":true},"4af96ea3-131":{"id":"element-plus/es/components/alert/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-62"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-132":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-64"}],"isExternal":true},"4af96ea3-133":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-64"}],"isExternal":true},"4af96ea3-134":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-64"},{"uid":"4af96ea3-66"},{"uid":"4af96ea3-68"},{"uid":"4af96ea3-70"},{"uid":"4af96ea3-93"},{"uid":"4af96ea3-99"}],"isExternal":true},"4af96ea3-135":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-80"}],"isExternal":true},"4af96ea3-136":{"id":"wangeditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-87"}],"isExternal":true},"4af96ea3-137":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-89"},{"uid":"4af96ea3-93"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-138":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-89"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-139":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-89"},{"uid":"4af96ea3-93"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-140":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-89"}],"isExternal":true},"4af96ea3-141":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-93"},{"uid":"4af96ea3-99"}],"isExternal":true},"4af96ea3-142":{"id":"element-plus/es/components/aside/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-93"}],"isExternal":true},"4af96ea3-143":{"id":"element-plus/es/components/scrollbar/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-93"}],"isExternal":true},"4af96ea3-144":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-93"},{"uid":"4af96ea3-97"}],"isExternal":true},"4af96ea3-145":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/url-alphabet/index.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"4af96ea3-74"}]}},"env":{"rollup":"3.29.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
|
4825
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"starfish-form.mjs","uid":"a16601d0-1"},{"name":"main-f8d74300.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":"a16601d0-3","name":"fieldConfig.ts"},{"uid":"a16601d0-5","name":"fieldProps.ts"},{"uid":"a16601d0-23","name":"customHooks.ts"}]},{"name":"common","children":[{"uid":"a16601d0-9","name":"KeyValueConfig.vue"},{"uid":"a16601d0-11","name":"KeyValueConfigMult.vue"},{"uid":"a16601d0-13","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"a16601d0-15","name":"Loading.vue"},{"uid":"a16601d0-17","name":"action.vue"},{"uid":"a16601d0-19","name":"listConfig.vue"},{"uid":"a16601d0-21","name":"panel.vue"},{"uid":"a16601d0-25","name":"radiogroup.vue"}]},{"name":"components","children":[{"name":"CheckBox/index.vue","uid":"a16601d0-27"},{"name":"ColorSelect","children":[{"uid":"a16601d0-29","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"a16601d0-31","name":"index.vue"}]},{"name":"Date/index.vue","uid":"a16601d0-33"},{"name":"DateTime/index.vue","uid":"a16601d0-35"},{"name":"InputNumber/index.vue","uid":"a16601d0-37"},{"name":"Radio/index.vue","uid":"a16601d0-39"},{"name":"Rule","children":[{"uid":"a16601d0-41","name":"ruleform.json"},{"uid":"a16601d0-43","name":"rules.js"}]},{"name":"Selected/index.vue","uid":"a16601d0-45"},{"name":"Selecteds/index.vue","uid":"a16601d0-47"},{"name":"ShowRule/index.vue","uid":"a16601d0-49"},{"name":"Slider/index.vue","uid":"a16601d0-51"},{"name":"Switch/index.vue","uid":"a16601d0-53"},{"name":"Text/index.vue","uid":"a16601d0-55"},{"name":"TextArea/index.vue","uid":"a16601d0-57"},{"name":"Time/index.vue","uid":"a16601d0-59"}]},{"name":"layout","children":[{"uid":"a16601d0-61","name":"Divider.vue"},{"uid":"a16601d0-63","name":"Info.vue"},{"uid":"a16601d0-65","name":"Tabs.vue"},{"uid":"a16601d0-67","name":"collapse.vue"},{"uid":"a16601d0-69","name":"grid.vue"},{"uid":"a16601d0-71","name":"table.vue"}]},{"name":"styles/index.scss","uid":"a16601d0-73"},{"uid":"a16601d0-86","name":"main.ts"}]},{"name":"editor/src","children":[{"name":"controller","children":[{"uid":"a16601d0-77","name":"history.ts"},{"uid":"a16601d0-79","name":"form.ts"}]},{"name":"utils/_.ts","uid":"a16601d0-81"},{"name":"common","children":[{"uid":"a16601d0-83","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"a16601d0-85","name":"Loading.vue"}]}]}]},{"name":"node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","uid":"a16601d0-75"}]},{"uid":"a16601d0-7","name":"plugin-vue:export-helper"}]},{"name":"index-926a31bc.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","uid":"a16601d0-88"}]},{"name":"index-b97774de.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","uid":"a16601d0-90"}]},{"name":"formAction-1e01e917.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common","children":[{"uid":"a16601d0-92","name":"formAction.vue?vue&type=style&index=0&lang.scss"},{"uid":"a16601d0-94","name":"formAction.vue"}]}]},{"name":"index-b62b5782.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule","children":[{"uid":"a16601d0-96","name":"index.vue?vue&type=style&index=0&lang.scss"},{"uid":"a16601d0-98","name":"index.vue"}]}]},{"name":"starfish-form-bbc0124d.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","uid":"a16601d0-100"}]}],"isRoot":true},"nodeParts":{"a16601d0-1":{"id":"starfish-form.mjs","gzipLength":0,"brotliLength":0,"renderedLength":1902,"metaUid":"a16601d0-0"},"a16601d0-3":{"renderedLength":18542,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-2"},"a16601d0-5":{"renderedLength":567,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-4"},"a16601d0-7":{"renderedLength":159,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-6"},"a16601d0-9":{"renderedLength":8660,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-8"},"a16601d0-11":{"renderedLength":8485,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-10"},"a16601d0-13":{"renderedLength":103,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-12"},"a16601d0-15":{"renderedLength":404,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-14"},"a16601d0-17":{"renderedLength":8527,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-16"},"a16601d0-19":{"renderedLength":3264,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-18"},"a16601d0-21":{"renderedLength":5397,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-20"},"a16601d0-23":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-22"},"a16601d0-25":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-24"},"a16601d0-27":{"renderedLength":4669,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-26"},"a16601d0-29":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-28"},"a16601d0-31":{"renderedLength":3864,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-30"},"a16601d0-33":{"renderedLength":5430,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-32"},"a16601d0-35":{"renderedLength":3294,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-34"},"a16601d0-37":{"renderedLength":4639,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-36"},"a16601d0-39":{"renderedLength":4680,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-38"},"a16601d0-41":{"renderedLength":5040,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-40"},"a16601d0-43":{"renderedLength":2564,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-42"},"a16601d0-45":{"renderedLength":4764,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-44"},"a16601d0-47":{"renderedLength":4836,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-46"},"a16601d0-49":{"renderedLength":4133,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-48"},"a16601d0-51":{"renderedLength":2944,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-50"},"a16601d0-53":{"renderedLength":2938,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-52"},"a16601d0-55":{"renderedLength":4543,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-54"},"a16601d0-57":{"renderedLength":4434,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-56"},"a16601d0-59":{"renderedLength":3240,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-58"},"a16601d0-61":{"renderedLength":1315,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-60"},"a16601d0-63":{"renderedLength":2999,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-62"},"a16601d0-65":{"renderedLength":5888,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-64"},"a16601d0-67":{"renderedLength":6238,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-66"},"a16601d0-69":{"renderedLength":6376,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-68"},"a16601d0-71":{"renderedLength":5859,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-70"},"a16601d0-73":{"renderedLength":17,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-72"},"a16601d0-75":{"renderedLength":350,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-74"},"a16601d0-77":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-76"},"a16601d0-79":{"renderedLength":6014,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-78"},"a16601d0-81":{"renderedLength":11658,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-80"},"a16601d0-83":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-82"},"a16601d0-85":{"renderedLength":390,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-84"},"a16601d0-86":{"renderedLength":2981,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-0"},"a16601d0-88":{"renderedLength":2874,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-87"},"a16601d0-90":{"renderedLength":6675,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-89"},"a16601d0-92":{"renderedLength":92,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-91"},"a16601d0-94":{"renderedLength":17107,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-93"},"a16601d0-96":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-95"},"a16601d0-98":{"renderedLength":18039,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-97"},"a16601d0-100":{"renderedLength":9511,"gzipLength":0,"brotliLength":0,"metaUid":"a16601d0-99"}},"nodeMetas":{"a16601d0-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/main.ts","moduleParts":{"starfish-form.mjs":"a16601d0-1","main-f8d74300.mjs":"a16601d0-86"},"imported":[{"uid":"a16601d0-8"},{"uid":"a16601d0-10"},{"uid":"a16601d0-14"},{"uid":"a16601d0-16"},{"uid":"a16601d0-18"},{"uid":"a16601d0-20"},{"uid":"a16601d0-24"},{"uid":"a16601d0-26"},{"uid":"a16601d0-30"},{"uid":"a16601d0-32"},{"uid":"a16601d0-34"},{"uid":"a16601d0-36"},{"uid":"a16601d0-38"},{"uid":"a16601d0-40"},{"uid":"a16601d0-42"},{"uid":"a16601d0-44"},{"uid":"a16601d0-46"},{"uid":"a16601d0-48"},{"uid":"a16601d0-50"},{"uid":"a16601d0-52"},{"uid":"a16601d0-54"},{"uid":"a16601d0-56"},{"uid":"a16601d0-58"},{"uid":"a16601d0-60"},{"uid":"a16601d0-62"},{"uid":"a16601d0-64"},{"uid":"a16601d0-66"},{"uid":"a16601d0-68"},{"uid":"a16601d0-70"},{"uid":"a16601d0-101"},{"uid":"a16601d0-72"},{"uid":"a16601d0-2"},{"uid":"a16601d0-80"},{"uid":"a16601d0-84"},{"uid":"a16601d0-87","dynamic":true},{"uid":"a16601d0-89","dynamic":true},{"uid":"a16601d0-93","dynamic":true},{"uid":"a16601d0-97","dynamic":true},{"uid":"a16601d0-99","dynamic":true}],"importedBy":[],"isEntry":true},"a16601d0-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldConfig.ts","moduleParts":{"main-f8d74300.mjs":"a16601d0-3"},"imported":[],"importedBy":[{"uid":"a16601d0-0"},{"uid":"a16601d0-8"},{"uid":"a16601d0-10"},{"uid":"a16601d0-26"},{"uid":"a16601d0-30"},{"uid":"a16601d0-32"},{"uid":"a16601d0-34"},{"uid":"a16601d0-36"},{"uid":"a16601d0-38"},{"uid":"a16601d0-44"},{"uid":"a16601d0-46"},{"uid":"a16601d0-50"},{"uid":"a16601d0-52"},{"uid":"a16601d0-54"},{"uid":"a16601d0-56"},{"uid":"a16601d0-58"},{"uid":"a16601d0-60"},{"uid":"a16601d0-62"},{"uid":"a16601d0-64"},{"uid":"a16601d0-66"},{"uid":"a16601d0-68"},{"uid":"a16601d0-70"},{"uid":"a16601d0-87"},{"uid":"a16601d0-89"}]},"a16601d0-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldProps.ts","moduleParts":{"main-f8d74300.mjs":"a16601d0-5"},"imported":[],"importedBy":[{"uid":"a16601d0-8"},{"uid":"a16601d0-10"},{"uid":"a16601d0-16"},{"uid":"a16601d0-18"},{"uid":"a16601d0-20"},{"uid":"a16601d0-24"},{"uid":"a16601d0-26"},{"uid":"a16601d0-30"},{"uid":"a16601d0-32"},{"uid":"a16601d0-34"},{"uid":"a16601d0-36"},{"uid":"a16601d0-38"},{"uid":"a16601d0-44"},{"uid":"a16601d0-46"},{"uid":"a16601d0-48"},{"uid":"a16601d0-50"},{"uid":"a16601d0-52"},{"uid":"a16601d0-54"},{"uid":"a16601d0-56"},{"uid":"a16601d0-58"},{"uid":"a16601d0-60"},{"uid":"a16601d0-62"},{"uid":"a16601d0-64"},{"uid":"a16601d0-66"},{"uid":"a16601d0-68"},{"uid":"a16601d0-70"},{"uid":"a16601d0-87"},{"uid":"a16601d0-89"},{"uid":"a16601d0-97"}]},"a16601d0-6":{"id":"plugin-vue:export-helper","moduleParts":{"main-f8d74300.mjs":"a16601d0-7"},"imported":[],"importedBy":[{"uid":"a16601d0-8"},{"uid":"a16601d0-10"},{"uid":"a16601d0-14"},{"uid":"a16601d0-16"},{"uid":"a16601d0-18"},{"uid":"a16601d0-20"},{"uid":"a16601d0-24"},{"uid":"a16601d0-26"},{"uid":"a16601d0-30"},{"uid":"a16601d0-32"},{"uid":"a16601d0-34"},{"uid":"a16601d0-36"},{"uid":"a16601d0-38"},{"uid":"a16601d0-44"},{"uid":"a16601d0-46"},{"uid":"a16601d0-48"},{"uid":"a16601d0-50"},{"uid":"a16601d0-52"},{"uid":"a16601d0-54"},{"uid":"a16601d0-56"},{"uid":"a16601d0-58"},{"uid":"a16601d0-60"},{"uid":"a16601d0-62"},{"uid":"a16601d0-64"},{"uid":"a16601d0-66"},{"uid":"a16601d0-68"},{"uid":"a16601d0-70"},{"uid":"a16601d0-84"},{"uid":"a16601d0-87"},{"uid":"a16601d0-89"},{"uid":"a16601d0-93"},{"uid":"a16601d0-97"},{"uid":"a16601d0-99"}]},"a16601d0-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfig.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-9"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-104"},{"uid":"a16601d0-105"},{"uid":"a16601d0-106"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-108"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfigMult.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-11"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-104"},{"uid":"a16601d0-105"},{"uid":"a16601d0-106"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-108"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-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-f8d74300.mjs":"a16601d0-13"},"imported":[],"importedBy":[{"uid":"a16601d0-14"}]},"a16601d0-14":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-15"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-109"},{"uid":"a16601d0-101"},{"uid":"a16601d0-12"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/action.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-17"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-110"},{"uid":"a16601d0-111"},{"uid":"a16601d0-112"},{"uid":"a16601d0-113"},{"uid":"a16601d0-114"},{"uid":"a16601d0-115"},{"uid":"a16601d0-116"},{"uid":"a16601d0-104"},{"uid":"a16601d0-117"},{"uid":"a16601d0-118"},{"uid":"a16601d0-119"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-108"},{"uid":"a16601d0-4"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/listConfig.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-19"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-115"},{"uid":"a16601d0-116"},{"uid":"a16601d0-104"},{"uid":"a16601d0-120"},{"uid":"a16601d0-101"},{"uid":"a16601d0-4"},{"uid":"a16601d0-108"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/panel.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-21"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-115"},{"uid":"a16601d0-116"},{"uid":"a16601d0-104"},{"uid":"a16601d0-105"},{"uid":"a16601d0-117"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-4"},{"uid":"a16601d0-108"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/customHooks.ts","moduleParts":{"main-f8d74300.mjs":"a16601d0-23"},"imported":[{"uid":"a16601d0-101"}],"importedBy":[{"uid":"a16601d0-24"},{"uid":"a16601d0-26"},{"uid":"a16601d0-30"},{"uid":"a16601d0-32"},{"uid":"a16601d0-34"},{"uid":"a16601d0-36"},{"uid":"a16601d0-38"},{"uid":"a16601d0-44"},{"uid":"a16601d0-46"},{"uid":"a16601d0-48"},{"uid":"a16601d0-50"},{"uid":"a16601d0-52"},{"uid":"a16601d0-54"},{"uid":"a16601d0-56"},{"uid":"a16601d0-58"},{"uid":"a16601d0-60"},{"uid":"a16601d0-62"},{"uid":"a16601d0-64"},{"uid":"a16601d0-66"},{"uid":"a16601d0-68"},{"uid":"a16601d0-70"},{"uid":"a16601d0-87"},{"uid":"a16601d0-89"}]},"a16601d0-24":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/radiogroup.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-25"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-121"},{"uid":"a16601d0-122"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/CheckBox/index.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-27"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-123"},{"uid":"a16601d0-106"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-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-f8d74300.mjs":"a16601d0-29"},"imported":[],"importedBy":[{"uid":"a16601d0-30"}]},"a16601d0-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-31"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-124"},{"uid":"a16601d0-105"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-28"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Date/index.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-33"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-125"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/DateTime/index.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-35"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-125"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/InputNumber/index.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-37"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-120"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Radio/index.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-39"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-121"},{"uid":"a16601d0-126"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/ruleform.json","moduleParts":{"main-f8d74300.mjs":"a16601d0-41"},"imported":[],"importedBy":[{"uid":"a16601d0-0"},{"uid":"a16601d0-97"}]},"a16601d0-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/rules.js","moduleParts":{"main-f8d74300.mjs":"a16601d0-43"},"imported":[],"importedBy":[{"uid":"a16601d0-0"},{"uid":"a16601d0-97"}]},"a16601d0-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selected/index.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-45"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-118"},{"uid":"a16601d0-119"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selecteds/index.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-47"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-118"},{"uid":"a16601d0-119"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ShowRule/index.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-49"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-116"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Slider/index.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-51"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-127"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-52":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Switch/index.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-53"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-128"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Text/index.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-55"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-105"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-56":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/TextArea/index.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-57"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-105"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-58":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Time/index.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-59"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-129"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-4"},{"uid":"a16601d0-2"},{"uid":"a16601d0-22"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-60":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Divider.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-61"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-130"},{"uid":"a16601d0-101"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-62":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Info.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-63"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-131"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-64":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Tabs.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-65"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-132"},{"uid":"a16601d0-133"},{"uid":"a16601d0-134"},{"uid":"a16601d0-101"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-66":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/collapse.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-67"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-113"},{"uid":"a16601d0-114"},{"uid":"a16601d0-134"},{"uid":"a16601d0-101"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-68":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/grid.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-69"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-115"},{"uid":"a16601d0-134"},{"uid":"a16601d0-117"},{"uid":"a16601d0-101"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-70":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/table.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-71"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-134"},{"uid":"a16601d0-101"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-72":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/styles/index.scss","moduleParts":{"main-f8d74300.mjs":"a16601d0-73"},"imported":[],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-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-f8d74300.mjs":"a16601d0-75"},"imported":[{"uid":"a16601d0-145"}],"importedBy":[{"uid":"a16601d0-80"}]},"a16601d0-76":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main-f8d74300.mjs":"a16601d0-77"},"imported":[{"uid":"a16601d0-101"},{"uid":"a16601d0-78"}],"importedBy":[{"uid":"a16601d0-78"}]},"a16601d0-78":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main-f8d74300.mjs":"a16601d0-79"},"imported":[{"uid":"a16601d0-101"},{"uid":"a16601d0-76"}],"importedBy":[{"uid":"a16601d0-80"},{"uid":"a16601d0-76"}]},"a16601d0-80":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main-f8d74300.mjs":"a16601d0-81"},"imported":[{"uid":"a16601d0-135"},{"uid":"a16601d0-74"},{"uid":"a16601d0-78"}],"importedBy":[{"uid":"a16601d0-0"},{"uid":"a16601d0-89"},{"uid":"a16601d0-97"}]},"a16601d0-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-f8d74300.mjs":"a16601d0-83"},"imported":[],"importedBy":[{"uid":"a16601d0-84"}]},"a16601d0-84":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main-f8d74300.mjs":"a16601d0-85"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-109"},{"uid":"a16601d0-101"},{"uid":"a16601d0-82"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-87":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","moduleParts":{"index-926a31bc.mjs":"a16601d0-88"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-136"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-89":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","moduleParts":{"index-b97774de.mjs":"a16601d0-90"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-137"},{"uid":"a16601d0-138"},{"uid":"a16601d0-116"},{"uid":"a16601d0-139"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-2"},{"uid":"a16601d0-4"},{"uid":"a16601d0-22"},{"uid":"a16601d0-140"},{"uid":"a16601d0-80"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-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-1e01e917.mjs":"a16601d0-92"},"imported":[],"importedBy":[{"uid":"a16601d0-93"}]},"a16601d0-93":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue","moduleParts":{"formAction-1e01e917.mjs":"a16601d0-94"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-141"},{"uid":"a16601d0-134"},{"uid":"a16601d0-105"},{"uid":"a16601d0-142"},{"uid":"a16601d0-137"},{"uid":"a16601d0-139"},{"uid":"a16601d0-143"},{"uid":"a16601d0-116"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-144"},{"uid":"a16601d0-91"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-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-b62b5782.mjs":"a16601d0-96"},"imported":[],"importedBy":[{"uid":"a16601d0-97"}]},"a16601d0-97":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue","moduleParts":{"index-b62b5782.mjs":"a16601d0-98"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-137"},{"uid":"a16601d0-139"},{"uid":"a16601d0-138"},{"uid":"a16601d0-131"},{"uid":"a16601d0-113"},{"uid":"a16601d0-114"},{"uid":"a16601d0-104"},{"uid":"a16601d0-118"},{"uid":"a16601d0-119"},{"uid":"a16601d0-110"},{"uid":"a16601d0-111"},{"uid":"a16601d0-112"},{"uid":"a16601d0-116"},{"uid":"a16601d0-107"},{"uid":"a16601d0-101"},{"uid":"a16601d0-4"},{"uid":"a16601d0-80"},{"uid":"a16601d0-42"},{"uid":"a16601d0-40"},{"uid":"a16601d0-108"},{"uid":"a16601d0-99"},{"uid":"a16601d0-144"},{"uid":"a16601d0-95"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"}]},"a16601d0-99":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","moduleParts":{"starfish-form-bbc0124d.mjs":"a16601d0-100"},"imported":[{"uid":"a16601d0-102"},{"uid":"a16601d0-103"},{"uid":"a16601d0-141"},{"uid":"a16601d0-134"},{"uid":"a16601d0-101"},{"uid":"a16601d0-6"}],"importedBy":[{"uid":"a16601d0-0"},{"uid":"a16601d0-97"}]},"a16601d0-101":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-0"},{"uid":"a16601d0-8"},{"uid":"a16601d0-10"},{"uid":"a16601d0-14"},{"uid":"a16601d0-16"},{"uid":"a16601d0-18"},{"uid":"a16601d0-20"},{"uid":"a16601d0-24"},{"uid":"a16601d0-26"},{"uid":"a16601d0-30"},{"uid":"a16601d0-32"},{"uid":"a16601d0-34"},{"uid":"a16601d0-36"},{"uid":"a16601d0-38"},{"uid":"a16601d0-44"},{"uid":"a16601d0-46"},{"uid":"a16601d0-48"},{"uid":"a16601d0-50"},{"uid":"a16601d0-52"},{"uid":"a16601d0-54"},{"uid":"a16601d0-56"},{"uid":"a16601d0-58"},{"uid":"a16601d0-60"},{"uid":"a16601d0-62"},{"uid":"a16601d0-64"},{"uid":"a16601d0-66"},{"uid":"a16601d0-68"},{"uid":"a16601d0-70"},{"uid":"a16601d0-84"},{"uid":"a16601d0-87"},{"uid":"a16601d0-89"},{"uid":"a16601d0-93"},{"uid":"a16601d0-97"},{"uid":"a16601d0-99"},{"uid":"a16601d0-22"},{"uid":"a16601d0-78"},{"uid":"a16601d0-76"}],"isExternal":true},"a16601d0-102":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-8"},{"uid":"a16601d0-10"},{"uid":"a16601d0-14"},{"uid":"a16601d0-16"},{"uid":"a16601d0-18"},{"uid":"a16601d0-20"},{"uid":"a16601d0-24"},{"uid":"a16601d0-26"},{"uid":"a16601d0-30"},{"uid":"a16601d0-32"},{"uid":"a16601d0-34"},{"uid":"a16601d0-36"},{"uid":"a16601d0-38"},{"uid":"a16601d0-44"},{"uid":"a16601d0-46"},{"uid":"a16601d0-48"},{"uid":"a16601d0-50"},{"uid":"a16601d0-52"},{"uid":"a16601d0-54"},{"uid":"a16601d0-56"},{"uid":"a16601d0-58"},{"uid":"a16601d0-60"},{"uid":"a16601d0-62"},{"uid":"a16601d0-64"},{"uid":"a16601d0-66"},{"uid":"a16601d0-68"},{"uid":"a16601d0-70"},{"uid":"a16601d0-84"},{"uid":"a16601d0-87"},{"uid":"a16601d0-89"},{"uid":"a16601d0-93"},{"uid":"a16601d0-97"},{"uid":"a16601d0-99"}],"isExternal":true},"a16601d0-103":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-8"},{"uid":"a16601d0-10"},{"uid":"a16601d0-14"},{"uid":"a16601d0-16"},{"uid":"a16601d0-18"},{"uid":"a16601d0-20"},{"uid":"a16601d0-24"},{"uid":"a16601d0-26"},{"uid":"a16601d0-30"},{"uid":"a16601d0-32"},{"uid":"a16601d0-34"},{"uid":"a16601d0-36"},{"uid":"a16601d0-38"},{"uid":"a16601d0-44"},{"uid":"a16601d0-46"},{"uid":"a16601d0-48"},{"uid":"a16601d0-50"},{"uid":"a16601d0-52"},{"uid":"a16601d0-54"},{"uid":"a16601d0-56"},{"uid":"a16601d0-58"},{"uid":"a16601d0-60"},{"uid":"a16601d0-62"},{"uid":"a16601d0-64"},{"uid":"a16601d0-66"},{"uid":"a16601d0-68"},{"uid":"a16601d0-70"},{"uid":"a16601d0-84"},{"uid":"a16601d0-87"},{"uid":"a16601d0-89"},{"uid":"a16601d0-93"},{"uid":"a16601d0-97"},{"uid":"a16601d0-99"}],"isExternal":true},"a16601d0-104":{"id":"element-plus/es/components/icon/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-8"},{"uid":"a16601d0-10"},{"uid":"a16601d0-16"},{"uid":"a16601d0-18"},{"uid":"a16601d0-20"},{"uid":"a16601d0-97"}],"isExternal":true},"a16601d0-105":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-8"},{"uid":"a16601d0-10"},{"uid":"a16601d0-20"},{"uid":"a16601d0-30"},{"uid":"a16601d0-54"},{"uid":"a16601d0-56"},{"uid":"a16601d0-93"}],"isExternal":true},"a16601d0-106":{"id":"element-plus/es/components/checkbox/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-8"},{"uid":"a16601d0-10"},{"uid":"a16601d0-26"}],"isExternal":true},"a16601d0-107":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-8"},{"uid":"a16601d0-10"},{"uid":"a16601d0-16"},{"uid":"a16601d0-20"},{"uid":"a16601d0-24"},{"uid":"a16601d0-26"},{"uid":"a16601d0-30"},{"uid":"a16601d0-32"},{"uid":"a16601d0-34"},{"uid":"a16601d0-36"},{"uid":"a16601d0-38"},{"uid":"a16601d0-44"},{"uid":"a16601d0-46"},{"uid":"a16601d0-48"},{"uid":"a16601d0-50"},{"uid":"a16601d0-52"},{"uid":"a16601d0-54"},{"uid":"a16601d0-56"},{"uid":"a16601d0-58"},{"uid":"a16601d0-62"},{"uid":"a16601d0-87"},{"uid":"a16601d0-89"},{"uid":"a16601d0-93"},{"uid":"a16601d0-97"}],"isExternal":true},"a16601d0-108":{"id":"@element-plus/icons-vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-8"},{"uid":"a16601d0-10"},{"uid":"a16601d0-16"},{"uid":"a16601d0-18"},{"uid":"a16601d0-20"},{"uid":"a16601d0-97"}],"isExternal":true},"a16601d0-109":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-14"},{"uid":"a16601d0-84"}],"isExternal":true},"a16601d0-110":{"id":"element-plus/es/components/dropdown/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-16"},{"uid":"a16601d0-97"}],"isExternal":true},"a16601d0-111":{"id":"element-plus/es/components/dropdown-menu/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-16"},{"uid":"a16601d0-97"}],"isExternal":true},"a16601d0-112":{"id":"element-plus/es/components/dropdown-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-16"},{"uid":"a16601d0-97"}],"isExternal":true},"a16601d0-113":{"id":"element-plus/es/components/collapse/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-16"},{"uid":"a16601d0-66"},{"uid":"a16601d0-97"}],"isExternal":true},"a16601d0-114":{"id":"element-plus/es/components/collapse-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-16"},{"uid":"a16601d0-66"},{"uid":"a16601d0-97"}],"isExternal":true},"a16601d0-115":{"id":"element-plus/es/components/row/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-16"},{"uid":"a16601d0-18"},{"uid":"a16601d0-20"},{"uid":"a16601d0-68"}],"isExternal":true},"a16601d0-116":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-16"},{"uid":"a16601d0-18"},{"uid":"a16601d0-20"},{"uid":"a16601d0-48"},{"uid":"a16601d0-89"},{"uid":"a16601d0-93"},{"uid":"a16601d0-97"}],"isExternal":true},"a16601d0-117":{"id":"element-plus/es/components/col/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-16"},{"uid":"a16601d0-20"},{"uid":"a16601d0-68"}],"isExternal":true},"a16601d0-118":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-16"},{"uid":"a16601d0-44"},{"uid":"a16601d0-46"},{"uid":"a16601d0-97"}],"isExternal":true},"a16601d0-119":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-16"},{"uid":"a16601d0-44"},{"uid":"a16601d0-46"},{"uid":"a16601d0-97"}],"isExternal":true},"a16601d0-120":{"id":"element-plus/es/components/input-number/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-18"},{"uid":"a16601d0-36"}],"isExternal":true},"a16601d0-121":{"id":"element-plus/es/components/radio-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-24"},{"uid":"a16601d0-38"}],"isExternal":true},"a16601d0-122":{"id":"element-plus/es/components/radio-button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-24"}],"isExternal":true},"a16601d0-123":{"id":"element-plus/es/components/checkbox-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-26"}],"isExternal":true},"a16601d0-124":{"id":"element-plus/es/components/color-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-30"}],"isExternal":true},"a16601d0-125":{"id":"element-plus/es/components/date-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-32"},{"uid":"a16601d0-34"}],"isExternal":true},"a16601d0-126":{"id":"element-plus/es/components/radio/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-38"}],"isExternal":true},"a16601d0-127":{"id":"element-plus/es/components/slider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-50"}],"isExternal":true},"a16601d0-128":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-52"}],"isExternal":true},"a16601d0-129":{"id":"element-plus/es/components/time-select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-58"}],"isExternal":true},"a16601d0-130":{"id":"element-plus/es/components/divider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-60"}],"isExternal":true},"a16601d0-131":{"id":"element-plus/es/components/alert/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-62"},{"uid":"a16601d0-97"}],"isExternal":true},"a16601d0-132":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-64"}],"isExternal":true},"a16601d0-133":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-64"}],"isExternal":true},"a16601d0-134":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-64"},{"uid":"a16601d0-66"},{"uid":"a16601d0-68"},{"uid":"a16601d0-70"},{"uid":"a16601d0-93"},{"uid":"a16601d0-99"}],"isExternal":true},"a16601d0-135":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-80"}],"isExternal":true},"a16601d0-136":{"id":"wangeditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-87"}],"isExternal":true},"a16601d0-137":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-89"},{"uid":"a16601d0-93"},{"uid":"a16601d0-97"}],"isExternal":true},"a16601d0-138":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-89"},{"uid":"a16601d0-97"}],"isExternal":true},"a16601d0-139":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-89"},{"uid":"a16601d0-93"},{"uid":"a16601d0-97"}],"isExternal":true},"a16601d0-140":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-89"}],"isExternal":true},"a16601d0-141":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-93"},{"uid":"a16601d0-99"}],"isExternal":true},"a16601d0-142":{"id":"element-plus/es/components/aside/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-93"}],"isExternal":true},"a16601d0-143":{"id":"element-plus/es/components/scrollbar/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-93"}],"isExternal":true},"a16601d0-144":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"a16601d0-93"},{"uid":"a16601d0-97"}],"isExternal":true},"a16601d0-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":"a16601d0-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;
|