starfish-form-custom 1.0.46 → 1.0.47
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-b76664af.mjs → formAction-003dce29.mjs} +1 -1
- package/dist/{index-0aa74f91.mjs → index-8980a82d.mjs} +3 -3
- package/dist/{index-7fc8db96.mjs → index-bf109006.mjs} +1 -1
- package/dist/{index-d1c1ba4b.mjs → index-ffe5a532.mjs} +2 -2
- package/dist/{main-d99755be.mjs → main-a9ce8be4.mjs} +111 -55
- package/dist/{starfish-form-0baee1df.mjs → starfish-form-dfa363ef.mjs} +1 -1
- package/dist/starfish-form.mjs +1 -1
- package/dist/style.css +5 -5
- package/package.json +1 -1
- package/src/components/CheckBox/index.vue +35 -2
- package/src/components/Radio/index.vue +22 -10
- package/src/components/RichText/index.vue +1 -1
- package/src/components/Rule/rules.js +9 -4
- package/src/components/Selected/index.vue +26 -2
- package/src/components/Selecteds/index.vue +23 -23
- package/src/components/Switch/index.vue +22 -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, createTextVNode, createVNode, Fragment, renderList, withModifiers } from 'vue';
|
|
13
13
|
import { Codemirror } from 'vue-codemirror';
|
|
14
|
-
import { _ as _export_sfc } from './main-
|
|
14
|
+
import { _ as _export_sfc } from './main-a9ce8be4.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';
|
|
@@ -4,7 +4,7 @@ import 'element-plus/es/components/tooltip/style/css';
|
|
|
4
4
|
import { defineComponent, ref, computed, watch, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, createCommentVNode, toDisplayString, createBlock, withCtx, withModifiers, createVNode } from 'vue';
|
|
5
5
|
import { QuillEditor } from '@vueup/vue-quill';
|
|
6
6
|
import '@vueup/vue-quill/dist/vue-quill.snow.css';
|
|
7
|
-
import { _ as _export_sfc, g as getFormConfig, f as fieldProps, u as useWatch } from './main-
|
|
7
|
+
import { _ as _export_sfc, g as getFormConfig, f as fieldProps, u as useWatch } from './main-a9ce8be4.mjs';
|
|
8
8
|
import 'element-plus/es/components/icon/style/css';
|
|
9
9
|
import 'element-plus/es/components/input/style/css';
|
|
10
10
|
import 'element-plus/es/components/checkbox/style/css';
|
|
@@ -121,13 +121,13 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
121
121
|
content: _ctx.content,
|
|
122
122
|
"onUpdate:content": _ctx.handleContentChange,
|
|
123
123
|
toolbar: "full",
|
|
124
|
-
"read-only": _ctx.isReadonly,
|
|
124
|
+
"read-only": _ctx.isReadonly || _ctx.drag,
|
|
125
125
|
class: "editor-content"
|
|
126
126
|
}, null, 8, ["content", "onUpdate:content", "read-only"])
|
|
127
127
|
])
|
|
128
128
|
], 4)
|
|
129
129
|
], 10, _hoisted_1);
|
|
130
130
|
}
|
|
131
|
-
const index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
131
|
+
const index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-2f76c2d0"]]);
|
|
132
132
|
|
|
133
133
|
export { index as default };
|
|
@@ -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-a9ce8be4.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';
|
|
@@ -13,9 +13,9 @@ import 'element-plus/es/components/dropdown-item/style/css';
|
|
|
13
13
|
import 'element-plus/es/components/button/style/css';
|
|
14
14
|
import 'element-plus/es/components/tooltip/style/css';
|
|
15
15
|
import { defineComponent, getCurrentInstance, inject, computed, ref, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode, createBlock, withCtx, createVNode, createTextVNode, Fragment, renderList } from 'vue';
|
|
16
|
-
import { _ as _export_sfc, a as _, f as fieldProps, r as ruleList, b as ruleJsonData } from './main-
|
|
16
|
+
import { _ as _export_sfc, a as _, f as fieldProps, r as ruleList, b as ruleJsonData } from './main-a9ce8be4.mjs';
|
|
17
17
|
import { Delete } from '@element-plus/icons-vue';
|
|
18
|
-
import Dynamicform from './starfish-form-
|
|
18
|
+
import Dynamicform from './starfish-form-dfa363ef.mjs';
|
|
19
19
|
import { Codemirror } from 'vue-codemirror';
|
|
20
20
|
import 'element-plus/es/components/input/style/css';
|
|
21
21
|
import 'element-plus/es/components/checkbox/style/css';
|
|
@@ -1109,7 +1109,7 @@ const _hoisted_1$p = {
|
|
|
1109
1109
|
key: 0,
|
|
1110
1110
|
class: "item_require"
|
|
1111
1111
|
};
|
|
1112
|
-
const _hoisted_2$
|
|
1112
|
+
const _hoisted_2$f = { class: "keyValueSelect" };
|
|
1113
1113
|
const _hoisted_3$3 = { class: "keyValueInput" };
|
|
1114
1114
|
const _hoisted_4$1 = { class: "inputItem" };
|
|
1115
1115
|
const _hoisted_5$1 = { class: "inputItem" };
|
|
@@ -1157,7 +1157,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1157
1157
|
class: "starfish-keyValueItem",
|
|
1158
1158
|
key: index
|
|
1159
1159
|
}, [
|
|
1160
|
-
createElementVNode("div", _hoisted_2$
|
|
1160
|
+
createElementVNode("div", _hoisted_2$f, [
|
|
1161
1161
|
createVNode(_component_el_checkbox, {
|
|
1162
1162
|
modelValue: items.select,
|
|
1163
1163
|
"onUpdate:modelValue": ($event) => items.select = $event,
|
|
@@ -1338,7 +1338,7 @@ const _hoisted_1$o = {
|
|
|
1338
1338
|
key: 0,
|
|
1339
1339
|
class: "item_require"
|
|
1340
1340
|
};
|
|
1341
|
-
const _hoisted_2$
|
|
1341
|
+
const _hoisted_2$e = { class: "keyValueSelect" };
|
|
1342
1342
|
const _hoisted_3$2 = { class: "keyValueInput" };
|
|
1343
1343
|
const _hoisted_4 = { class: "inputItem" };
|
|
1344
1344
|
const _hoisted_5 = { class: "inputItem" };
|
|
@@ -1386,7 +1386,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1386
1386
|
class: "starfish-keyValueItem",
|
|
1387
1387
|
key: index
|
|
1388
1388
|
}, [
|
|
1389
|
-
createElementVNode("div", _hoisted_2$
|
|
1389
|
+
createElementVNode("div", _hoisted_2$e, [
|
|
1390
1390
|
createVNode(_component_el_checkbox, {
|
|
1391
1391
|
modelValue: items.select,
|
|
1392
1392
|
"onUpdate:modelValue": ($event) => items.select = $event,
|
|
@@ -1981,7 +1981,7 @@ const _sfc_main$l = defineComponent({
|
|
|
1981
1981
|
}
|
|
1982
1982
|
});
|
|
1983
1983
|
const _hoisted_1$l = { class: "label" };
|
|
1984
|
-
const _hoisted_2$
|
|
1984
|
+
const _hoisted_2$d = {
|
|
1985
1985
|
key: 0,
|
|
1986
1986
|
class: "item_require"
|
|
1987
1987
|
};
|
|
@@ -1995,7 +1995,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1995
1995
|
}, [
|
|
1996
1996
|
createElementVNode("div", _hoisted_1$l, [
|
|
1997
1997
|
createElementVNode("label", null, toDisplayString(_ctx.item.data.label), 1),
|
|
1998
|
-
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
1998
|
+
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_2$d, "*")) : createCommentVNode("", true),
|
|
1999
1999
|
_ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
2000
2000
|
key: 1,
|
|
2001
2001
|
class: "item",
|
|
@@ -2051,13 +2051,34 @@ const _sfc_main$k = defineComponent({
|
|
|
2051
2051
|
actionType: ["onChange"],
|
|
2052
2052
|
setup(props) {
|
|
2053
2053
|
useWatch(props);
|
|
2054
|
+
},
|
|
2055
|
+
methods: {
|
|
2056
|
+
getDisplayText() {
|
|
2057
|
+
const fieldValue = this.data[this.item.data.fieldName];
|
|
2058
|
+
const items = this.item.data.itemConfig?.items || [];
|
|
2059
|
+
if (!fieldValue && fieldValue !== 0 && fieldValue !== false) {
|
|
2060
|
+
return "--";
|
|
2061
|
+
}
|
|
2062
|
+
if (Array.isArray(fieldValue)) {
|
|
2063
|
+
if (fieldValue.length === 0)
|
|
2064
|
+
return "--";
|
|
2065
|
+
const selectedLabels = fieldValue.map((value) => {
|
|
2066
|
+
const item = items.find((item2) => item2.value === value);
|
|
2067
|
+
return item ? item.label : value;
|
|
2068
|
+
});
|
|
2069
|
+
return selectedLabels.join(", ");
|
|
2070
|
+
} else {
|
|
2071
|
+
const item = items.find((item2) => item2.value === fieldValue);
|
|
2072
|
+
return item ? item.label : fieldValue;
|
|
2073
|
+
}
|
|
2074
|
+
}
|
|
2054
2075
|
}
|
|
2055
2076
|
});
|
|
2056
2077
|
const _hoisted_1$k = {
|
|
2057
2078
|
key: 0,
|
|
2058
2079
|
class: "item_require"
|
|
2059
2080
|
};
|
|
2060
|
-
const _hoisted_2$
|
|
2081
|
+
const _hoisted_2$c = { key: 0 };
|
|
2061
2082
|
function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2062
2083
|
const _component_el_tooltip = ElTooltip;
|
|
2063
2084
|
const _component_el_checkbox = ElCheckbox;
|
|
@@ -2088,7 +2109,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2088
2109
|
class: "control",
|
|
2089
2110
|
style: normalizeStyle({ marginLeft: _ctx.labelalign != "top" ? _ctx.labelWidth + "px" : "" })
|
|
2090
2111
|
}, [
|
|
2091
|
-
!_ctx.drag &&
|
|
2112
|
+
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$c, toDisplayString(_ctx.getDisplayText()), 1)) : !_ctx.drag && _ctx.data[_ctx.item.data.fieldName] ? (openBlock(), createBlock(_component_el_checkbox_group, {
|
|
2092
2113
|
key: 1,
|
|
2093
2114
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
2094
2115
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
@@ -2164,7 +2185,7 @@ const _hoisted_1$j = {
|
|
|
2164
2185
|
key: 0,
|
|
2165
2186
|
class: "item_require"
|
|
2166
2187
|
};
|
|
2167
|
-
const _hoisted_2$
|
|
2188
|
+
const _hoisted_2$b = { key: 0 };
|
|
2168
2189
|
const _hoisted_3 = { key: 1 };
|
|
2169
2190
|
function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2170
2191
|
const _component_el_tooltip = ElTooltip;
|
|
@@ -2196,7 +2217,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2196
2217
|
class: "control",
|
|
2197
2218
|
style: normalizeStyle({ marginLeft: _ctx.labelalign != "top" ? _ctx.labelWidth + "px" : "" })
|
|
2198
2219
|
}, [
|
|
2199
|
-
_ctx.drag ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
2220
|
+
_ctx.drag ? (openBlock(), createElementBlock("div", _hoisted_2$b, [
|
|
2200
2221
|
createVNode(_component_el_input, {
|
|
2201
2222
|
modelValue: _ctx.item.data.default,
|
|
2202
2223
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.item.data.default = $event),
|
|
@@ -2301,7 +2322,7 @@ const _hoisted_1$i = {
|
|
|
2301
2322
|
key: 0,
|
|
2302
2323
|
class: "item_require"
|
|
2303
2324
|
};
|
|
2304
|
-
const _hoisted_2$
|
|
2325
|
+
const _hoisted_2$a = { key: 1 };
|
|
2305
2326
|
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2306
2327
|
const _component_el_tooltip = ElTooltip;
|
|
2307
2328
|
const _component_el_date_picker = ElDatePicker;
|
|
@@ -2344,7 +2365,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2344
2365
|
disabled: _ctx.item.data.state === "disabled",
|
|
2345
2366
|
readonly: _ctx.item.data.state === "readonly"
|
|
2346
2367
|
}, null, 8, ["modelValue", "type", "format", "value-format", "placeholder", "size", "disabled", "readonly"])) : createCommentVNode("", true),
|
|
2347
|
-
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
2368
|
+
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$a, toDisplayString(_ctx.formatReadonlyDate(_ctx.data[_ctx.item.data.fieldName], _ctx.item.data.format)), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_date_picker, {
|
|
2348
2369
|
key: 2,
|
|
2349
2370
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
2350
2371
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
@@ -2418,7 +2439,7 @@ const _hoisted_1$h = {
|
|
|
2418
2439
|
key: 0,
|
|
2419
2440
|
class: "item_require"
|
|
2420
2441
|
};
|
|
2421
|
-
const _hoisted_2$
|
|
2442
|
+
const _hoisted_2$9 = { key: 1 };
|
|
2422
2443
|
function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2423
2444
|
const _component_el_tooltip = ElTooltip;
|
|
2424
2445
|
const _component_el_date_picker = ElDatePicker;
|
|
@@ -2458,7 +2479,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2458
2479
|
disabled: _ctx.item.data.state === "disabled",
|
|
2459
2480
|
readonly: _ctx.item.data.state === "readonly"
|
|
2460
2481
|
}, null, 8, ["modelValue", "placeholder", "size", "disabled", "readonly"])) : createCommentVNode("", true),
|
|
2461
|
-
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
2482
|
+
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$9, toDisplayString(_ctx.formatReadonlyDate(_ctx.data[_ctx.item.data.fieldName], _ctx.item.data.format)), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_date_picker, {
|
|
2462
2483
|
key: 2,
|
|
2463
2484
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
2464
2485
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
@@ -2526,7 +2547,7 @@ const _hoisted_1$g = {
|
|
|
2526
2547
|
key: 0,
|
|
2527
2548
|
class: "item_require"
|
|
2528
2549
|
};
|
|
2529
|
-
const _hoisted_2$
|
|
2550
|
+
const _hoisted_2$8 = { key: 1 };
|
|
2530
2551
|
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2531
2552
|
const _component_el_tooltip = ElTooltip;
|
|
2532
2553
|
const _component_el_input_number = ElInputNumber;
|
|
@@ -2570,7 +2591,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2570
2591
|
precision: _ctx.item.data.precision,
|
|
2571
2592
|
disabled: _ctx.item.data.state === "disabled" || _ctx.item.data.state === "readonly"
|
|
2572
2593
|
}, null, 8, ["modelValue", "controls-position", "size", "precision", "disabled"])) : createCommentVNode("", true),
|
|
2573
|
-
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
2594
|
+
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$8, toDisplayString(_ctx.formatReadonlyNumber(_ctx.data[_ctx.item.data.fieldName], _ctx.item.data.precision)), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_input_number, {
|
|
2574
2595
|
key: 2,
|
|
2575
2596
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
2576
2597
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
@@ -2608,13 +2629,24 @@ const _sfc_main$f = defineComponent({
|
|
|
2608
2629
|
actionType: ["onChange"],
|
|
2609
2630
|
setup(props) {
|
|
2610
2631
|
useWatch(props);
|
|
2632
|
+
},
|
|
2633
|
+
methods: {
|
|
2634
|
+
getDisplayText() {
|
|
2635
|
+
const fieldValue = this.data[this.item.data.fieldName];
|
|
2636
|
+
const items = this.item.data.itemConfig?.items || [];
|
|
2637
|
+
if (fieldValue === void 0 || fieldValue === null || fieldValue === "") {
|
|
2638
|
+
return "--";
|
|
2639
|
+
}
|
|
2640
|
+
const selectedItem = items.find((item) => item.value === fieldValue);
|
|
2641
|
+
return selectedItem ? selectedItem.label : fieldValue;
|
|
2642
|
+
}
|
|
2611
2643
|
}
|
|
2612
2644
|
});
|
|
2613
2645
|
const _hoisted_1$f = {
|
|
2614
2646
|
key: 0,
|
|
2615
2647
|
class: "item_require"
|
|
2616
2648
|
};
|
|
2617
|
-
const _hoisted_2$
|
|
2649
|
+
const _hoisted_2$7 = { key: 0 };
|
|
2618
2650
|
function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2619
2651
|
const _component_el_tooltip = ElTooltip;
|
|
2620
2652
|
const _component_el_radio = ElRadio;
|
|
@@ -2649,7 +2681,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2649
2681
|
class: "control",
|
|
2650
2682
|
style: normalizeStyle({ marginLeft: _ctx.labelalign != "top" ? _ctx.labelWidth + "px" : "" })
|
|
2651
2683
|
}, [
|
|
2652
|
-
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
2684
|
+
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$7, toDisplayString(_ctx.getDisplayText()), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_radio_group, {
|
|
2653
2685
|
key: 1,
|
|
2654
2686
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
2655
2687
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
@@ -3059,9 +3091,14 @@ const validateNumberD2 = `(rule, value, callback) => {
|
|
|
3059
3091
|
// 电话号码校验规则
|
|
3060
3092
|
const validatePhone = `(rule, value, callback) => {
|
|
3061
3093
|
if (value === "" || value == null) {
|
|
3062
|
-
callback(new Error("
|
|
3063
|
-
|
|
3064
|
-
|
|
3094
|
+
callback(new Error("请输入电话号码"));
|
|
3095
|
+
return;
|
|
3096
|
+
}
|
|
3097
|
+
var re = /^1[3,4,5,6,7,8,9][0-9]{9}$/;
|
|
3098
|
+
|
|
3099
|
+
if (!re.test(value)) {
|
|
3100
|
+
callback(new Error("请输入正确的11位手机号码"));
|
|
3101
|
+
return;
|
|
3065
3102
|
}
|
|
3066
3103
|
callback();
|
|
3067
3104
|
}`;
|
|
@@ -3070,7 +3107,7 @@ const validatePhone = `(rule, value, callback) => {
|
|
|
3070
3107
|
const validateIdCard = `(rule, value, callback) => {
|
|
3071
3108
|
if (value === "" || value == null) {
|
|
3072
3109
|
callback(new Error("请输入"));
|
|
3073
|
-
} else if (!/^[1-9]
|
|
3110
|
+
} else if (!/^[1-9]\\d{5}(18|19|20)\\d{2}((0[1-9])|(1[0-2]))(([0-2][1-9])|10|20|30|31)\\d{3}[0-9Xx]$/.test(value)) {
|
|
3074
3111
|
callback(new Error("请输入正确的身份证号"));
|
|
3075
3112
|
}
|
|
3076
3113
|
callback();
|
|
@@ -3156,13 +3193,24 @@ const _sfc_main$e = defineComponent({
|
|
|
3156
3193
|
}
|
|
3157
3194
|
}
|
|
3158
3195
|
};
|
|
3196
|
+
},
|
|
3197
|
+
methods: {
|
|
3198
|
+
getDisplayText() {
|
|
3199
|
+
const fieldValue = this.data[this.item.data.fieldName];
|
|
3200
|
+
const items = this.item.data.itemConfig?.items || [];
|
|
3201
|
+
if (fieldValue === void 0 || fieldValue === null || fieldValue === "") {
|
|
3202
|
+
return this.item.data.placeholder || "--";
|
|
3203
|
+
}
|
|
3204
|
+
const selectedItem = items.find((item) => item.value === fieldValue);
|
|
3205
|
+
return selectedItem ? selectedItem.label : fieldValue;
|
|
3206
|
+
}
|
|
3159
3207
|
}
|
|
3160
3208
|
});
|
|
3161
3209
|
const _hoisted_1$e = {
|
|
3162
3210
|
key: 0,
|
|
3163
3211
|
class: "item_require"
|
|
3164
3212
|
};
|
|
3165
|
-
const _hoisted_2$
|
|
3213
|
+
const _hoisted_2$6 = { key: 1 };
|
|
3166
3214
|
function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3167
3215
|
const _component_el_tooltip = ElTooltip;
|
|
3168
3216
|
const _component_el_option = ElOption;
|
|
@@ -3203,6 +3251,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3203
3251
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.item.data.itemConfig.value = $event),
|
|
3204
3252
|
style: { "width": "320px" },
|
|
3205
3253
|
placeholder: _ctx.item.data.placeholder,
|
|
3254
|
+
clearable: "",
|
|
3206
3255
|
size: _ctx.size,
|
|
3207
3256
|
disabled: _ctx.item.data.state === "disabled" || _ctx.item.data.state === "readonly"
|
|
3208
3257
|
}, {
|
|
@@ -3217,13 +3266,14 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3217
3266
|
]),
|
|
3218
3267
|
_: 1
|
|
3219
3268
|
}, 8, ["modelValue", "placeholder", "size", "disabled"])) : createCommentVNode("", true),
|
|
3220
|
-
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
3269
|
+
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$6, toDisplayString(_ctx.getDisplayText()), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_select, {
|
|
3221
3270
|
key: 2,
|
|
3222
3271
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
3223
3272
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
3224
3273
|
style: { "width": "320px" },
|
|
3225
3274
|
placeholder: _ctx.item.data.placeholder,
|
|
3226
3275
|
size: _ctx.size,
|
|
3276
|
+
clearable: "",
|
|
3227
3277
|
disabled: _ctx.item.data.state === "disabled" || _ctx.item.data.state === "readonly",
|
|
3228
3278
|
onFocus: _cache[2] || (_cache[2] = ($event) => _ctx.execFunc("onFocus")),
|
|
3229
3279
|
onBlur: _cache[3] || (_cache[3] = ($event) => _ctx.execFunc("onBlur"))
|
|
@@ -3266,22 +3316,6 @@ const _sfc_main$d = defineComponent({
|
|
|
3266
3316
|
setup(props) {
|
|
3267
3317
|
const vm = getCurrentInstance();
|
|
3268
3318
|
useWatch(props);
|
|
3269
|
-
const getReadonlyDisplayValue = () => {
|
|
3270
|
-
try {
|
|
3271
|
-
const fieldValue = props.data[props.item.data.fieldName];
|
|
3272
|
-
if (Array.isArray(fieldValue)) {
|
|
3273
|
-
return fieldValue.length > 0 ? fieldValue.join(",") : "--";
|
|
3274
|
-
}
|
|
3275
|
-
const configValue = props.item.data.itemConfig?.value;
|
|
3276
|
-
if (Array.isArray(configValue)) {
|
|
3277
|
-
return configValue.length > 0 ? configValue.join(",") : "--";
|
|
3278
|
-
}
|
|
3279
|
-
return "--";
|
|
3280
|
-
} catch (error) {
|
|
3281
|
-
console.error("Error getting readonly display value:", error);
|
|
3282
|
-
return "--";
|
|
3283
|
-
}
|
|
3284
|
-
};
|
|
3285
3319
|
return {
|
|
3286
3320
|
execFunc(type) {
|
|
3287
3321
|
if (props.item.data.action && props.item.data.action[type]) {
|
|
@@ -3289,16 +3323,29 @@ const _sfc_main$d = defineComponent({
|
|
|
3289
3323
|
props.item.data.fieldName
|
|
3290
3324
|
]);
|
|
3291
3325
|
}
|
|
3292
|
-
}
|
|
3293
|
-
getReadonlyDisplayValue
|
|
3326
|
+
}
|
|
3294
3327
|
};
|
|
3328
|
+
},
|
|
3329
|
+
methods: {
|
|
3330
|
+
getDisplayText() {
|
|
3331
|
+
const fieldValue = this.data[this.item.data.fieldName];
|
|
3332
|
+
const items = this.item.data.itemConfig?.items || [];
|
|
3333
|
+
if (!fieldValue || !Array.isArray(fieldValue) || fieldValue.length === 0) {
|
|
3334
|
+
return this.item.data.placeholder || "--";
|
|
3335
|
+
}
|
|
3336
|
+
const selectedLabels = fieldValue.map((value) => {
|
|
3337
|
+
const item = items.find((item2) => item2.value === value);
|
|
3338
|
+
return item ? item.label : value;
|
|
3339
|
+
});
|
|
3340
|
+
return selectedLabels.join(", ");
|
|
3341
|
+
}
|
|
3295
3342
|
}
|
|
3296
3343
|
});
|
|
3297
3344
|
const _hoisted_1$d = {
|
|
3298
3345
|
key: 0,
|
|
3299
3346
|
class: "item_require"
|
|
3300
3347
|
};
|
|
3301
|
-
const _hoisted_2$
|
|
3348
|
+
const _hoisted_2$5 = { key: 1 };
|
|
3302
3349
|
function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3303
3350
|
const _component_el_tooltip = ElTooltip;
|
|
3304
3351
|
const _component_el_option = ElOption;
|
|
@@ -3353,7 +3400,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3353
3400
|
}), 128))
|
|
3354
3401
|
]),
|
|
3355
3402
|
_: 1
|
|
3356
|
-
}, 8, ["modelValue", "placeholder", "disabled", "size"])) : !_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
3403
|
+
}, 8, ["modelValue", "placeholder", "disabled", "size"])) : !_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$5, toDisplayString(_ctx.getDisplayText()), 1)) : (openBlock(), createBlock(_component_el_select, {
|
|
3357
3404
|
key: 2,
|
|
3358
3405
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
3359
3406
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
@@ -3603,12 +3650,22 @@ const _sfc_main$a = defineComponent({
|
|
|
3603
3650
|
actionType: ["onChange"],
|
|
3604
3651
|
setup(props) {
|
|
3605
3652
|
useWatch(props);
|
|
3653
|
+
},
|
|
3654
|
+
methods: {
|
|
3655
|
+
getDisplayText() {
|
|
3656
|
+
const fieldValue = this.data[this.item.data.fieldName];
|
|
3657
|
+
if (fieldValue === void 0 || fieldValue === null) {
|
|
3658
|
+
return "--";
|
|
3659
|
+
}
|
|
3660
|
+
return fieldValue ? "\u662F" : "\u5426";
|
|
3661
|
+
}
|
|
3606
3662
|
}
|
|
3607
3663
|
});
|
|
3608
3664
|
const _hoisted_1$a = {
|
|
3609
3665
|
key: 0,
|
|
3610
3666
|
class: "item_require"
|
|
3611
3667
|
};
|
|
3668
|
+
const _hoisted_2$4 = { key: 0 };
|
|
3612
3669
|
function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3613
3670
|
const _component_el_tooltip = ElTooltip;
|
|
3614
3671
|
const _component_el_switch = ElSwitch;
|
|
@@ -3642,20 +3699,19 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3642
3699
|
class: "control",
|
|
3643
3700
|
style: normalizeStyle({ marginLeft: _ctx.labelalign != "top" ? _ctx.labelWidth + "px" : "" })
|
|
3644
3701
|
}, [
|
|
3645
|
-
_ctx.drag ? (openBlock(), createBlock(_component_el_switch, {
|
|
3646
|
-
key:
|
|
3702
|
+
!_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_2$4, toDisplayString(_ctx.getDisplayText()), 1)) : _ctx.drag ? (openBlock(), createBlock(_component_el_switch, {
|
|
3703
|
+
key: 1,
|
|
3647
3704
|
modelValue: _ctx.item.data.default,
|
|
3648
3705
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.item.data.default = $event),
|
|
3649
3706
|
size: _ctx.size,
|
|
3650
3707
|
disabled: _ctx.item.data.state === "disabled" || _ctx.item.data.state === "readonly"
|
|
3651
|
-
}, null, 8, ["modelValue", "size", "disabled"])) :
|
|
3652
|
-
|
|
3653
|
-
key: 1,
|
|
3708
|
+
}, null, 8, ["modelValue", "size", "disabled"])) : (openBlock(), createBlock(_component_el_switch, {
|
|
3709
|
+
key: 2,
|
|
3654
3710
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
3655
3711
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
3656
3712
|
size: _ctx.size,
|
|
3657
3713
|
disabled: _ctx.item.data.state === "disabled" || _ctx.item.data.state === "readonly"
|
|
3658
|
-
}, null, 8, ["modelValue", "size", "disabled"]))
|
|
3714
|
+
}, null, 8, ["modelValue", "size", "disabled"]))
|
|
3659
3715
|
], 4)
|
|
3660
3716
|
], 2);
|
|
3661
3717
|
}
|
|
@@ -5339,7 +5395,7 @@ Object.keys(files).forEach((fileName) => {
|
|
|
5339
5395
|
}
|
|
5340
5396
|
});
|
|
5341
5397
|
const RichText = defineAsyncComponent({
|
|
5342
|
-
loader: () => import('./index-
|
|
5398
|
+
loader: () => import('./index-8980a82d.mjs'),
|
|
5343
5399
|
loadingComponent: Loading
|
|
5344
5400
|
});
|
|
5345
5401
|
RichText.ControlType = "RichText";
|
|
@@ -5348,7 +5404,7 @@ RichText.icon = "icon-textEdit";
|
|
|
5348
5404
|
RichText.formConfig = getFormConfig("RichText");
|
|
5349
5405
|
utilFuns[RichText.ControlType] = RichText;
|
|
5350
5406
|
const jsonEditor = defineAsyncComponent({
|
|
5351
|
-
loader: () => import('./index-
|
|
5407
|
+
loader: () => import('./index-bf109006.mjs'),
|
|
5352
5408
|
loadingComponent: Loading
|
|
5353
5409
|
});
|
|
5354
5410
|
jsonEditor.ControlType = "JsonEditor";
|
|
@@ -5358,14 +5414,14 @@ jsonEditor.formConfig = getFormConfig("JsonEditor", [{ fieldName: "default", com
|
|
|
5358
5414
|
jsonEditor.rule = _.getJsonValidate();
|
|
5359
5415
|
utilFuns[jsonEditor.ControlType] = jsonEditor;
|
|
5360
5416
|
const formAction = defineAsyncComponent({
|
|
5361
|
-
loader: () => import('./formAction-
|
|
5417
|
+
loader: () => import('./formAction-003dce29.mjs'),
|
|
5362
5418
|
loadingComponent: Loading
|
|
5363
5419
|
});
|
|
5364
5420
|
formAction.ControlType = "FormAction";
|
|
5365
5421
|
formAction.isHide = true;
|
|
5366
5422
|
utilFuns[formAction.ControlType] = formAction;
|
|
5367
5423
|
const Rule = defineAsyncComponent({
|
|
5368
|
-
loader: () => import('./index-
|
|
5424
|
+
loader: () => import('./index-ffe5a532.mjs'),
|
|
5369
5425
|
loadingComponent: Loading
|
|
5370
5426
|
});
|
|
5371
5427
|
Rule.ControlType = "Rule";
|
|
@@ -5374,7 +5430,7 @@ utilFuns[Rule.ControlType] = Rule;
|
|
|
5374
5430
|
const install = (app) => {
|
|
5375
5431
|
app.config.globalProperties.$formcomponents = utilFuns;
|
|
5376
5432
|
};
|
|
5377
|
-
const Dynamicform = defineAsyncComponent(() => import('./starfish-form-
|
|
5433
|
+
const Dynamicform = defineAsyncComponent(() => import('./starfish-form-dfa363ef.mjs'));
|
|
5378
5434
|
const main = {
|
|
5379
5435
|
install
|
|
5380
5436
|
};
|
|
@@ -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-a9ce8be4.mjs';
|
|
7
7
|
import 'element-plus/es/components/icon/style/css';
|
|
8
8
|
import 'element-plus/es/components/input/style/css';
|
|
9
9
|
import 'element-plus/es/components/checkbox/style/css';
|
package/dist/starfish-form.mjs
CHANGED
package/dist/style.css
CHANGED
|
@@ -424,15 +424,15 @@
|
|
|
424
424
|
width: 100%;
|
|
425
425
|
min-height: 60px;
|
|
426
426
|
height: 100%;
|
|
427
|
-
}.rich-text-editor[data-v-
|
|
427
|
+
}.rich-text-editor[data-v-2f76c2d0] {
|
|
428
428
|
min-height: 200px;
|
|
429
429
|
position: relative;
|
|
430
430
|
z-index: 1;
|
|
431
431
|
}
|
|
432
|
-
[data-v-
|
|
432
|
+
[data-v-2f76c2d0] .editor-content {
|
|
433
433
|
min-height: 200px;
|
|
434
434
|
}
|
|
435
|
-
[data-v-
|
|
435
|
+
[data-v-2f76c2d0] .editor-content .ql-toolbar {
|
|
436
436
|
z-index: 100;
|
|
437
437
|
background: white;
|
|
438
438
|
border: 1px solid #ccc;
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
border-top-right-radius: 4px;
|
|
441
441
|
position: relative;
|
|
442
442
|
}
|
|
443
|
-
[data-v-
|
|
443
|
+
[data-v-2f76c2d0] .editor-content .ql-container {
|
|
444
444
|
border: 1px solid #ccc;
|
|
445
445
|
border-top: none;
|
|
446
446
|
border-bottom-left-radius: 4px;
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
min-height: 200px;
|
|
449
449
|
z-index: 99;
|
|
450
450
|
}
|
|
451
|
-
[data-v-
|
|
451
|
+
[data-v-2f76c2d0] .shape .rich-text-editor {
|
|
452
452
|
pointer-events: auto !important;
|
|
453
453
|
}.cm-gutters.cm-gutters-before {
|
|
454
454
|
background: #133F63;
|
package/package.json
CHANGED
|
@@ -9,7 +9,9 @@
|
|
|
9
9
|
</div>
|
|
10
10
|
<div class="control" :style="{marginLeft: labelalign != 'top'?labelWidth + 'px': ''}">
|
|
11
11
|
<!-- 只读的时候就只展示文本 -->
|
|
12
|
-
<span v-if="!drag &&
|
|
12
|
+
<span v-if="!drag && (item.data.state === 'readonly' || readonly)">
|
|
13
|
+
{{ getDisplayText() }}
|
|
14
|
+
</span>
|
|
13
15
|
<el-checkbox-group v-model="data[item.data.fieldName]" :class="{'vertical-group': item.data.arrangeMent === 'vertical'}" v-else-if="!drag && data[item.data.fieldName]" :size="size" :disabled="item.data.state === 'disabled' || item.data.state === 'readonly'">
|
|
14
16
|
<el-checkbox v-for="(sitem, sindex) in item.data.itemConfig.items" :key="sindex" :label="sitem.value">{{ sitem.label }}</el-checkbox>
|
|
15
17
|
</el-checkbox-group>
|
|
@@ -19,11 +21,13 @@
|
|
|
19
21
|
</div>
|
|
20
22
|
</div>
|
|
21
23
|
</template>
|
|
24
|
+
|
|
22
25
|
<script lang="ts">
|
|
23
26
|
import { defineComponent } from "vue";
|
|
24
27
|
import { getFormConfig } from "../../utils/fieldConfig";
|
|
25
28
|
import fieldProps from "../../utils/fieldProps";
|
|
26
29
|
import { useWatch } from "../../utils/customHooks";
|
|
30
|
+
|
|
27
31
|
export default defineComponent({
|
|
28
32
|
ControlType: "CheckBox", // 必须与文件名匹配
|
|
29
33
|
nameCn: "复选框",
|
|
@@ -40,5 +44,34 @@
|
|
|
40
44
|
setup(props) {
|
|
41
45
|
useWatch(props);
|
|
42
46
|
},
|
|
47
|
+
methods: {
|
|
48
|
+
getDisplayText() {
|
|
49
|
+
const fieldValue = this.data[this.item.data.fieldName];
|
|
50
|
+
const items = this.item.data.itemConfig?.items || [];
|
|
51
|
+
|
|
52
|
+
// 如果没有值,显示默认的 "--"
|
|
53
|
+
if (!fieldValue && fieldValue !== 0 && fieldValue !== false) {
|
|
54
|
+
return '--';
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
// 如果是数组(多选)
|
|
58
|
+
if (Array.isArray(fieldValue)) {
|
|
59
|
+
if (fieldValue.length === 0) return '--';
|
|
60
|
+
|
|
61
|
+
// 根据选中的 value 查找对应的 label
|
|
62
|
+
const selectedLabels = fieldValue.map(value => {
|
|
63
|
+
const item = items.find(item => item.value === value);
|
|
64
|
+
return item ? item.label : value;
|
|
65
|
+
});
|
|
66
|
+
|
|
67
|
+
return selectedLabels.join(', ');
|
|
68
|
+
}
|
|
69
|
+
// 如果是单个值(单选模式)
|
|
70
|
+
else {
|
|
71
|
+
const item = items.find(item => item.value === fieldValue);
|
|
72
|
+
return item ? item.label : fieldValue;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
43
76
|
});
|
|
44
|
-
</script>
|
|
77
|
+
</script>
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
* @Author: chenwen chenwen@jiton.com
|
|
3
|
-
* @Date: 2025-07-25 15:26:40
|
|
4
|
-
* @LastEditors: chenwen chenwen@jiton.com
|
|
5
|
-
* @LastEditTime: 2025-12-24 16:07:50
|
|
6
|
-
* @FilePath: \vue-form-design\packages\form\src\components\Radio\index.vue
|
|
7
|
-
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
8
|
-
-->
|
|
9
1
|
<template>
|
|
10
2
|
<div
|
|
11
3
|
class="starfish-formitem"
|
|
@@ -37,7 +29,10 @@
|
|
|
37
29
|
class="control"
|
|
38
30
|
:style="{ marginLeft: labelalign != 'top' ? labelWidth + 'px' : '' }"
|
|
39
31
|
>
|
|
40
|
-
|
|
32
|
+
<!-- 只读状态显示对应的 label -->
|
|
33
|
+
<span v-if="!drag && (item.data.state === 'readonly' || readonly)">
|
|
34
|
+
{{ getDisplayText() }}
|
|
35
|
+
</span>
|
|
41
36
|
<el-radio-group
|
|
42
37
|
v-else-if="!drag"
|
|
43
38
|
v-model="data[item.data.fieldName]"
|
|
@@ -90,5 +85,22 @@ export default defineComponent({
|
|
|
90
85
|
setup(props) {
|
|
91
86
|
useWatch(props);
|
|
92
87
|
},
|
|
88
|
+
methods: {
|
|
89
|
+
getDisplayText() {
|
|
90
|
+
const fieldValue = this.data[this.item.data.fieldName];
|
|
91
|
+
const items = this.item.data.itemConfig?.items || [];
|
|
92
|
+
|
|
93
|
+
// 如果没有值,显示默认的 "--"
|
|
94
|
+
if (fieldValue === undefined || fieldValue === null || fieldValue === '') {
|
|
95
|
+
return '--';
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
// 查找对应的 label
|
|
99
|
+
const selectedItem = items.find(item => item.value === fieldValue);
|
|
100
|
+
|
|
101
|
+
// 如果找到对应的 label,显示 label,否则显示原始值
|
|
102
|
+
return selectedItem ? selectedItem.label : fieldValue;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
93
105
|
});
|
|
94
|
-
</script>
|
|
106
|
+
</script>
|
|
@@ -23,9 +23,14 @@ const validateNumberD2 = `(rule, value, callback) => {
|
|
|
23
23
|
// 电话号码校验规则
|
|
24
24
|
const validatePhone = `(rule, value, callback) => {
|
|
25
25
|
if (value === "" || value == null) {
|
|
26
|
-
callback(new Error("
|
|
27
|
-
|
|
28
|
-
|
|
26
|
+
callback(new Error("请输入电话号码"));
|
|
27
|
+
return;
|
|
28
|
+
}
|
|
29
|
+
var re = /^1[3,4,5,6,7,8,9][0-9]{9}$/;
|
|
30
|
+
|
|
31
|
+
if (!re.test(value)) {
|
|
32
|
+
callback(new Error("请输入正确的11位手机号码"));
|
|
33
|
+
return;
|
|
29
34
|
}
|
|
30
35
|
callback();
|
|
31
36
|
}`;
|
|
@@ -34,7 +39,7 @@ const validatePhone = `(rule, value, callback) => {
|
|
|
34
39
|
const validateIdCard = `(rule, value, callback) => {
|
|
35
40
|
if (value === "" || value == null) {
|
|
36
41
|
callback(new Error("请输入"));
|
|
37
|
-
} else if (!/^[1-9]
|
|
42
|
+
} else if (!/^[1-9]\\d{5}(18|19|20)\\d{2}((0[1-9])|(1[0-2]))(([0-2][1-9])|10|20|30|31)\\d{3}[0-9Xx]$/.test(value)) {
|
|
38
43
|
callback(new Error("请输入正确的身份证号"));
|
|
39
44
|
}
|
|
40
45
|
callback();
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
style="width: 320px;"
|
|
34
34
|
:placeholder="item.data.placeholder"
|
|
35
35
|
v-if="drag"
|
|
36
|
+
clearable
|
|
36
37
|
:size="size"
|
|
37
38
|
:disabled="item.data.state === 'disabled' || item.data.state === 'readonly'"
|
|
38
39
|
>
|
|
@@ -43,13 +44,17 @@
|
|
|
43
44
|
:value="items.value"
|
|
44
45
|
/>
|
|
45
46
|
</el-select>
|
|
46
|
-
|
|
47
|
+
<!-- 只读状态显示对应的 label -->
|
|
48
|
+
<span v-if="!drag && (item.data.state === 'readonly' || readonly)">
|
|
49
|
+
{{ getDisplayText() }}
|
|
50
|
+
</span>
|
|
47
51
|
<el-select
|
|
48
52
|
v-model="data[item.data.fieldName]"
|
|
49
53
|
style="width: 320px;"
|
|
50
54
|
:placeholder="item.data.placeholder"
|
|
51
55
|
v-else-if="!drag"
|
|
52
56
|
:size="size"
|
|
57
|
+
clearable
|
|
53
58
|
:disabled="item.data.state === 'disabled' || item.data.state === 'readonly'"
|
|
54
59
|
@focus="execFunc('onFocus')"
|
|
55
60
|
@blur="execFunc('onBlur')"
|
|
@@ -64,6 +69,7 @@
|
|
|
64
69
|
</div>
|
|
65
70
|
</div>
|
|
66
71
|
</template>
|
|
72
|
+
|
|
67
73
|
<script lang="ts">
|
|
68
74
|
import {
|
|
69
75
|
defineComponent,
|
|
@@ -73,6 +79,7 @@ import {
|
|
|
73
79
|
import { getFormConfig } from "../../utils/fieldConfig";
|
|
74
80
|
import fieldProps from "../../utils/fieldProps";
|
|
75
81
|
import { useWatch } from "../../utils/customHooks";
|
|
82
|
+
|
|
76
83
|
export default defineComponent({
|
|
77
84
|
ControlType: "Selected", // 必须与文件名匹配
|
|
78
85
|
nameCn: "选择器",
|
|
@@ -99,5 +106,22 @@ export default defineComponent({
|
|
|
99
106
|
},
|
|
100
107
|
};
|
|
101
108
|
},
|
|
109
|
+
methods: {
|
|
110
|
+
getDisplayText() {
|
|
111
|
+
const fieldValue = this.data[this.item.data.fieldName];
|
|
112
|
+
const items = this.item.data.itemConfig?.items || [];
|
|
113
|
+
|
|
114
|
+
// 如果没有值,显示默认的 "--"
|
|
115
|
+
if (fieldValue === undefined || fieldValue === null || fieldValue === '') {
|
|
116
|
+
return this.item.data.placeholder || '--';
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
// 查找对应的 label
|
|
120
|
+
const selectedItem = items.find(item => item.value === fieldValue);
|
|
121
|
+
|
|
122
|
+
// 如果找到对应的 label,显示 label,否则显示原始值
|
|
123
|
+
return selectedItem ? selectedItem.label : fieldValue;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
102
126
|
});
|
|
103
|
-
</script>
|
|
127
|
+
</script>
|
|
@@ -44,8 +44,9 @@
|
|
|
44
44
|
:value="items.value"
|
|
45
45
|
/>
|
|
46
46
|
</el-select>
|
|
47
|
+
<!-- 只读状态显示对应的 label -->
|
|
47
48
|
<span v-else-if="!drag && (item.data.state === 'readonly' || readonly)">
|
|
48
|
-
{{
|
|
49
|
+
{{ getDisplayText() }}
|
|
49
50
|
</span>
|
|
50
51
|
<el-select
|
|
51
52
|
v-else
|
|
@@ -78,6 +79,7 @@ import {
|
|
|
78
79
|
import { getFormConfig } from "../../utils/fieldConfig";
|
|
79
80
|
import fieldProps from "../../utils/fieldProps";
|
|
80
81
|
import { useWatch } from "../../utils/customHooks";
|
|
82
|
+
|
|
81
83
|
export default defineComponent({
|
|
82
84
|
ControlType: "Selecteds", // 必须与文件名匹配
|
|
83
85
|
nameCn: "多选择器",
|
|
@@ -95,27 +97,6 @@ export default defineComponent({
|
|
|
95
97
|
const vm = getCurrentInstance() as ComponentInternalInstance;
|
|
96
98
|
useWatch(props);
|
|
97
99
|
|
|
98
|
-
const getReadonlyDisplayValue = () => {
|
|
99
|
-
try {
|
|
100
|
-
// 优先使用 data 中的值
|
|
101
|
-
const fieldValue = props.data[props.item.data.fieldName];
|
|
102
|
-
if (Array.isArray(fieldValue)) {
|
|
103
|
-
return fieldValue.length > 0 ? fieldValue.join(',') : '--';
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
// 如果 data 中没有值,使用 itemConfig 中的默认值
|
|
107
|
-
const configValue = props.item.data.itemConfig?.value;
|
|
108
|
-
if (Array.isArray(configValue)) {
|
|
109
|
-
return configValue.length > 0 ? configValue.join(',') : '--';
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
return '--';
|
|
113
|
-
} catch (error) {
|
|
114
|
-
console.error('Error getting readonly display value:', error);
|
|
115
|
-
return '--';
|
|
116
|
-
}
|
|
117
|
-
};
|
|
118
|
-
|
|
119
100
|
return {
|
|
120
101
|
execFunc(type: string) {
|
|
121
102
|
if (props.item.data.action && props.item.data.action[type]) {
|
|
@@ -124,8 +105,27 @@ export default defineComponent({
|
|
|
124
105
|
]);
|
|
125
106
|
}
|
|
126
107
|
},
|
|
127
|
-
getReadonlyDisplayValue
|
|
128
108
|
};
|
|
129
109
|
},
|
|
110
|
+
methods: {
|
|
111
|
+
getDisplayText() {
|
|
112
|
+
const fieldValue = this.data[this.item.data.fieldName];
|
|
113
|
+
const items = this.item.data.itemConfig?.items || [];
|
|
114
|
+
|
|
115
|
+
// 如果没有值,显示默认的 "--"
|
|
116
|
+
if (!fieldValue || !Array.isArray(fieldValue) || fieldValue.length === 0) {
|
|
117
|
+
return this.item.data.placeholder || '--';
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
// 根据选中的 value 数组查找对应的 label
|
|
121
|
+
const selectedLabels = fieldValue.map(value => {
|
|
122
|
+
const item = items.find(item => item.value === value);
|
|
123
|
+
return item ? item.label : value;
|
|
124
|
+
});
|
|
125
|
+
|
|
126
|
+
// 返回用逗号分隔的 label 字符串
|
|
127
|
+
return selectedLabels.join(', ');
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
130
|
});
|
|
131
131
|
</script>
|
|
@@ -28,26 +28,32 @@
|
|
|
28
28
|
class="control"
|
|
29
29
|
:style="{ marginLeft: labelalign != 'top' ? labelWidth + 'px' : '' }"
|
|
30
30
|
>
|
|
31
|
+
<!-- 只读状态显示是或否 -->
|
|
32
|
+
<span v-if="!drag && (item.data.state === 'readonly' || readonly)">
|
|
33
|
+
{{ getDisplayText() }}
|
|
34
|
+
</span>
|
|
31
35
|
<el-switch
|
|
36
|
+
v-else-if="drag"
|
|
32
37
|
v-model="item.data.default"
|
|
33
|
-
v-if="drag"
|
|
34
38
|
:size="size"
|
|
35
39
|
:disabled="item.data.state === 'disabled' || item.data.state === 'readonly'"
|
|
36
40
|
/>
|
|
37
41
|
<el-switch
|
|
42
|
+
v-else
|
|
38
43
|
v-model="data[item.data.fieldName]"
|
|
39
|
-
v-if="!drag"
|
|
40
44
|
:size="size"
|
|
41
45
|
:disabled="item.data.state === 'disabled' || item.data.state === 'readonly'"
|
|
42
46
|
/>
|
|
43
47
|
</div>
|
|
44
48
|
</div>
|
|
45
49
|
</template>
|
|
50
|
+
|
|
46
51
|
<script lang="ts">
|
|
47
52
|
import { defineComponent } from "vue";
|
|
48
53
|
import { getFormConfig } from "../../utils/fieldConfig";
|
|
49
54
|
import fieldProps from "../../utils/fieldProps";
|
|
50
55
|
import { useWatch } from "../../utils/customHooks";
|
|
56
|
+
|
|
51
57
|
export default defineComponent({
|
|
52
58
|
ControlType: "Switch", // 必须与文件名匹配
|
|
53
59
|
nameCn: "开关",
|
|
@@ -63,5 +69,18 @@ export default defineComponent({
|
|
|
63
69
|
setup(props) {
|
|
64
70
|
useWatch(props);
|
|
65
71
|
},
|
|
72
|
+
methods: {
|
|
73
|
+
getDisplayText() {
|
|
74
|
+
const fieldValue = this.data[this.item.data.fieldName];
|
|
75
|
+
|
|
76
|
+
// 如果没有值,显示默认的 "--"
|
|
77
|
+
if (fieldValue === undefined || fieldValue === null) {
|
|
78
|
+
return '--';
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
// 根据布尔值返回是或否
|
|
82
|
+
return fieldValue ? '是' : '否';
|
|
83
|
+
}
|
|
84
|
+
}
|
|
66
85
|
});
|
|
67
|
-
</script>
|
|
86
|
+
</script>
|
package/stats.html
CHANGED
|
@@ -4929,7 +4929,7 @@ var drawChart = (function (exports) {
|
|
|
4929
4929
|
</script>
|
|
4930
4930
|
<script>
|
|
4931
4931
|
/*<!--*/
|
|
4932
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"starfish-form.mjs","uid":"9f1d1834-1"},{"name":"main-d99755be.mjs","children":[{"name":"E:/my/work/jiton/vue-form-design/vue-form-design","children":[{"name":"packages","children":[{"name":"form/src","children":[{"name":"utils","children":[{"uid":"9f1d1834-3","name":"fieldConfig.ts"},{"uid":"9f1d1834-5","name":"fieldProps.ts"},{"uid":"9f1d1834-23","name":"customHooks.ts"}]},{"name":"common","children":[{"uid":"9f1d1834-9","name":"KeyValueConfig.vue"},{"uid":"9f1d1834-11","name":"KeyValueConfigMult.vue"},{"uid":"9f1d1834-13","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"9f1d1834-15","name":"Loading.vue"},{"uid":"9f1d1834-17","name":"action.vue"},{"uid":"9f1d1834-19","name":"listConfig.vue"},{"uid":"9f1d1834-21","name":"panel.vue"},{"uid":"9f1d1834-25","name":"radiogroup.vue"}]},{"name":"components","children":[{"name":"CheckBox/index.vue","uid":"9f1d1834-27"},{"name":"ColorSelect","children":[{"uid":"9f1d1834-29","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"9f1d1834-31","name":"index.vue"}]},{"name":"Date/index.vue","uid":"9f1d1834-33"},{"name":"DateTime/index.vue","uid":"9f1d1834-35"},{"name":"InputNumber/index.vue","uid":"9f1d1834-37"},{"name":"Radio/index.vue","uid":"9f1d1834-39"},{"name":"Rule","children":[{"uid":"9f1d1834-41","name":"ruleform.json"},{"uid":"9f1d1834-43","name":"rules.js"}]},{"name":"Selected/index.vue","uid":"9f1d1834-45"},{"name":"Selecteds/index.vue","uid":"9f1d1834-47"},{"name":"ShowRule/index.vue","uid":"9f1d1834-49"},{"name":"Slider/index.vue","uid":"9f1d1834-51"},{"name":"Switch/index.vue","uid":"9f1d1834-53"},{"name":"Text/index.vue","uid":"9f1d1834-55"},{"name":"TextArea/index.vue","uid":"9f1d1834-57"},{"name":"Time/index.vue","uid":"9f1d1834-59"}]},{"name":"layout","children":[{"uid":"9f1d1834-61","name":"Divider.vue"},{"uid":"9f1d1834-63","name":"Info.vue"},{"uid":"9f1d1834-65","name":"Tabs.vue"},{"uid":"9f1d1834-67","name":"collapse.vue"},{"uid":"9f1d1834-69","name":"grid.vue"},{"uid":"9f1d1834-71","name":"table.vue"}]},{"name":"styles/index.scss","uid":"9f1d1834-73"},{"uid":"9f1d1834-86","name":"main.ts"}]},{"name":"editor/src","children":[{"name":"controller","children":[{"uid":"9f1d1834-77","name":"history.ts"},{"uid":"9f1d1834-79","name":"form.ts"}]},{"name":"utils/_.ts","uid":"9f1d1834-81"},{"name":"common","children":[{"uid":"9f1d1834-83","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"9f1d1834-85","name":"Loading.vue"}]}]}]},{"name":"node_modules/.pnpm/nanoid@4.0.2/node_modules/nanoid/index.browser.js","uid":"9f1d1834-75"}]},{"uid":"9f1d1834-7","name":"plugin-vue:export-helper"}]},{"name":"index-0aa74f91.mjs","children":[{"name":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/RichText","children":[{"uid":"9f1d1834-88","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"9f1d1834-90","name":"index.vue"}]}]},{"name":"index-7fc8db96.mjs","children":[{"name":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","uid":"9f1d1834-92"}]},{"name":"formAction-b76664af.mjs","children":[{"name":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common","children":[{"uid":"9f1d1834-94","name":"formAction.vue?vue&type=style&index=0&lang.scss"},{"uid":"9f1d1834-96","name":"formAction.vue"}]}]},{"name":"index-d1c1ba4b.mjs","children":[{"name":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Rule","children":[{"uid":"9f1d1834-98","name":"index.vue?vue&type=style&index=0&lang.scss"},{"uid":"9f1d1834-100","name":"index.vue"}]}]},{"name":"starfish-form-0baee1df.mjs","children":[{"name":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","uid":"9f1d1834-102"}]}],"isRoot":true},"nodeParts":{"9f1d1834-1":{"id":"starfish-form.mjs","gzipLength":0,"brotliLength":0,"renderedLength":1902,"metaUid":"9f1d1834-0"},"9f1d1834-3":{"renderedLength":18542,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-2"},"9f1d1834-5":{"renderedLength":681,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-4"},"9f1d1834-7":{"renderedLength":159,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-6"},"9f1d1834-9":{"renderedLength":8553,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-8"},"9f1d1834-11":{"renderedLength":8386,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-10"},"9f1d1834-13":{"renderedLength":103,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-12"},"9f1d1834-15":{"renderedLength":405,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-14"},"9f1d1834-17":{"renderedLength":8484,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-16"},"9f1d1834-19":{"renderedLength":3246,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-18"},"9f1d1834-21":{"renderedLength":5328,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-20"},"9f1d1834-23":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-22"},"9f1d1834-25":{"renderedLength":2209,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-24"},"9f1d1834-27":{"renderedLength":4875,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-26"},"9f1d1834-29":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-28"},"9f1d1834-31":{"renderedLength":3717,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-30"},"9f1d1834-33":{"renderedLength":5563,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-32"},"9f1d1834-35":{"renderedLength":4809,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-34"},"9f1d1834-37":{"renderedLength":4772,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-36"},"9f1d1834-39":{"renderedLength":4755,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-38"},"9f1d1834-41":{"renderedLength":5040,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-40"},"9f1d1834-43":{"renderedLength":2588,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-42"},"9f1d1834-45":{"renderedLength":4897,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-44"},"9f1d1834-47":{"renderedLength":5473,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-46"},"9f1d1834-49":{"renderedLength":4066,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-48"},"9f1d1834-51":{"renderedLength":2925,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-50"},"9f1d1834-53":{"renderedLength":2994,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-52"},"9f1d1834-55":{"renderedLength":4735,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-54"},"9f1d1834-57":{"renderedLength":4541,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-56"},"9f1d1834-59":{"renderedLength":3221,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-58"},"9f1d1834-61":{"renderedLength":1315,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-60"},"9f1d1834-63":{"renderedLength":2984,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-62"},"9f1d1834-65":{"renderedLength":5888,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-64"},"9f1d1834-67":{"renderedLength":6238,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-66"},"9f1d1834-69":{"renderedLength":6689,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-68"},"9f1d1834-71":{"renderedLength":6149,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-70"},"9f1d1834-73":{"renderedLength":17,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-72"},"9f1d1834-75":{"renderedLength":350,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-74"},"9f1d1834-77":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-76"},"9f1d1834-79":{"renderedLength":6014,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-78"},"9f1d1834-81":{"renderedLength":11658,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-80"},"9f1d1834-83":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-82"},"9f1d1834-85":{"renderedLength":391,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-84"},"9f1d1834-86":{"renderedLength":2981,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-0"},"9f1d1834-88":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-87"},"9f1d1834-90":{"renderedLength":3365,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-89"},"9f1d1834-92":{"renderedLength":6608,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-91"},"9f1d1834-94":{"renderedLength":92,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-93"},"9f1d1834-96":{"renderedLength":16981,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-95"},"9f1d1834-98":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-97"},"9f1d1834-100":{"renderedLength":17071,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-99"},"9f1d1834-102":{"renderedLength":9949,"gzipLength":0,"brotliLength":0,"metaUid":"9f1d1834-101"}},"nodeMetas":{"9f1d1834-0":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/main.ts","moduleParts":{"starfish-form.mjs":"9f1d1834-1","main-d99755be.mjs":"9f1d1834-86"},"imported":[{"uid":"9f1d1834-8"},{"uid":"9f1d1834-10"},{"uid":"9f1d1834-14"},{"uid":"9f1d1834-16"},{"uid":"9f1d1834-18"},{"uid":"9f1d1834-20"},{"uid":"9f1d1834-24"},{"uid":"9f1d1834-26"},{"uid":"9f1d1834-30"},{"uid":"9f1d1834-32"},{"uid":"9f1d1834-34"},{"uid":"9f1d1834-36"},{"uid":"9f1d1834-38"},{"uid":"9f1d1834-40"},{"uid":"9f1d1834-42"},{"uid":"9f1d1834-44"},{"uid":"9f1d1834-46"},{"uid":"9f1d1834-48"},{"uid":"9f1d1834-50"},{"uid":"9f1d1834-52"},{"uid":"9f1d1834-54"},{"uid":"9f1d1834-56"},{"uid":"9f1d1834-58"},{"uid":"9f1d1834-60"},{"uid":"9f1d1834-62"},{"uid":"9f1d1834-64"},{"uid":"9f1d1834-66"},{"uid":"9f1d1834-68"},{"uid":"9f1d1834-70"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-72"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-80"},{"uid":"9f1d1834-84"},{"uid":"9f1d1834-89","dynamic":true},{"uid":"9f1d1834-91","dynamic":true},{"uid":"9f1d1834-95","dynamic":true},{"uid":"9f1d1834-99","dynamic":true},{"uid":"9f1d1834-101","dynamic":true}],"importedBy":[],"isEntry":true},"9f1d1834-2":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/utils/fieldConfig.ts","moduleParts":{"main-d99755be.mjs":"9f1d1834-3"},"imported":[],"importedBy":[{"uid":"9f1d1834-0"},{"uid":"9f1d1834-8"},{"uid":"9f1d1834-10"},{"uid":"9f1d1834-26"},{"uid":"9f1d1834-30"},{"uid":"9f1d1834-32"},{"uid":"9f1d1834-34"},{"uid":"9f1d1834-36"},{"uid":"9f1d1834-38"},{"uid":"9f1d1834-44"},{"uid":"9f1d1834-46"},{"uid":"9f1d1834-50"},{"uid":"9f1d1834-52"},{"uid":"9f1d1834-54"},{"uid":"9f1d1834-56"},{"uid":"9f1d1834-58"},{"uid":"9f1d1834-60"},{"uid":"9f1d1834-62"},{"uid":"9f1d1834-64"},{"uid":"9f1d1834-66"},{"uid":"9f1d1834-68"},{"uid":"9f1d1834-70"},{"uid":"9f1d1834-89"},{"uid":"9f1d1834-91"}]},"9f1d1834-4":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/utils/fieldProps.ts","moduleParts":{"main-d99755be.mjs":"9f1d1834-5"},"imported":[],"importedBy":[{"uid":"9f1d1834-8"},{"uid":"9f1d1834-10"},{"uid":"9f1d1834-16"},{"uid":"9f1d1834-18"},{"uid":"9f1d1834-20"},{"uid":"9f1d1834-24"},{"uid":"9f1d1834-26"},{"uid":"9f1d1834-30"},{"uid":"9f1d1834-32"},{"uid":"9f1d1834-34"},{"uid":"9f1d1834-36"},{"uid":"9f1d1834-38"},{"uid":"9f1d1834-44"},{"uid":"9f1d1834-46"},{"uid":"9f1d1834-48"},{"uid":"9f1d1834-50"},{"uid":"9f1d1834-52"},{"uid":"9f1d1834-54"},{"uid":"9f1d1834-56"},{"uid":"9f1d1834-58"},{"uid":"9f1d1834-60"},{"uid":"9f1d1834-62"},{"uid":"9f1d1834-64"},{"uid":"9f1d1834-66"},{"uid":"9f1d1834-68"},{"uid":"9f1d1834-70"},{"uid":"9f1d1834-89"},{"uid":"9f1d1834-91"},{"uid":"9f1d1834-99"}]},"9f1d1834-6":{"id":"plugin-vue:export-helper","moduleParts":{"main-d99755be.mjs":"9f1d1834-7"},"imported":[],"importedBy":[{"uid":"9f1d1834-8"},{"uid":"9f1d1834-10"},{"uid":"9f1d1834-14"},{"uid":"9f1d1834-16"},{"uid":"9f1d1834-18"},{"uid":"9f1d1834-20"},{"uid":"9f1d1834-24"},{"uid":"9f1d1834-26"},{"uid":"9f1d1834-30"},{"uid":"9f1d1834-32"},{"uid":"9f1d1834-34"},{"uid":"9f1d1834-36"},{"uid":"9f1d1834-38"},{"uid":"9f1d1834-44"},{"uid":"9f1d1834-46"},{"uid":"9f1d1834-48"},{"uid":"9f1d1834-50"},{"uid":"9f1d1834-52"},{"uid":"9f1d1834-54"},{"uid":"9f1d1834-56"},{"uid":"9f1d1834-58"},{"uid":"9f1d1834-60"},{"uid":"9f1d1834-62"},{"uid":"9f1d1834-64"},{"uid":"9f1d1834-66"},{"uid":"9f1d1834-68"},{"uid":"9f1d1834-70"},{"uid":"9f1d1834-84"},{"uid":"9f1d1834-89"},{"uid":"9f1d1834-91"},{"uid":"9f1d1834-95"},{"uid":"9f1d1834-99"},{"uid":"9f1d1834-101"}]},"9f1d1834-8":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfig.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-9"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-106"},{"uid":"9f1d1834-107"},{"uid":"9f1d1834-108"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-110"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-10":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfigMult.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-11"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-106"},{"uid":"9f1d1834-107"},{"uid":"9f1d1834-108"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-110"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-12":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-d99755be.mjs":"9f1d1834-13"},"imported":[],"importedBy":[{"uid":"9f1d1834-14"}]},"9f1d1834-14":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-15"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-111"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-12"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-16":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common/action.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-17"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-112"},{"uid":"9f1d1834-113"},{"uid":"9f1d1834-114"},{"uid":"9f1d1834-115"},{"uid":"9f1d1834-116"},{"uid":"9f1d1834-117"},{"uid":"9f1d1834-118"},{"uid":"9f1d1834-106"},{"uid":"9f1d1834-119"},{"uid":"9f1d1834-120"},{"uid":"9f1d1834-121"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-110"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-18":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common/listConfig.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-19"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-117"},{"uid":"9f1d1834-118"},{"uid":"9f1d1834-106"},{"uid":"9f1d1834-122"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-110"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-20":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common/panel.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-21"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-117"},{"uid":"9f1d1834-118"},{"uid":"9f1d1834-106"},{"uid":"9f1d1834-107"},{"uid":"9f1d1834-119"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-110"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-22":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/utils/customHooks.ts","moduleParts":{"main-d99755be.mjs":"9f1d1834-23"},"imported":[{"uid":"9f1d1834-103"}],"importedBy":[{"uid":"9f1d1834-24"},{"uid":"9f1d1834-26"},{"uid":"9f1d1834-30"},{"uid":"9f1d1834-32"},{"uid":"9f1d1834-34"},{"uid":"9f1d1834-36"},{"uid":"9f1d1834-38"},{"uid":"9f1d1834-44"},{"uid":"9f1d1834-46"},{"uid":"9f1d1834-48"},{"uid":"9f1d1834-50"},{"uid":"9f1d1834-52"},{"uid":"9f1d1834-54"},{"uid":"9f1d1834-56"},{"uid":"9f1d1834-58"},{"uid":"9f1d1834-60"},{"uid":"9f1d1834-62"},{"uid":"9f1d1834-64"},{"uid":"9f1d1834-66"},{"uid":"9f1d1834-68"},{"uid":"9f1d1834-70"},{"uid":"9f1d1834-89"},{"uid":"9f1d1834-91"}]},"9f1d1834-24":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common/radiogroup.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-25"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-123"},{"uid":"9f1d1834-124"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-26":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/CheckBox/index.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-27"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-125"},{"uid":"9f1d1834-108"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-28":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-d99755be.mjs":"9f1d1834-29"},"imported":[],"importedBy":[{"uid":"9f1d1834-30"}]},"9f1d1834-30":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-31"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-126"},{"uid":"9f1d1834-107"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-28"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-32":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Date/index.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-33"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-127"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-34":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/DateTime/index.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-35"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-127"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-36":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/InputNumber/index.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-37"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-122"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-38":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Radio/index.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-39"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-123"},{"uid":"9f1d1834-128"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-40":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Rule/ruleform.json","moduleParts":{"main-d99755be.mjs":"9f1d1834-41"},"imported":[],"importedBy":[{"uid":"9f1d1834-0"},{"uid":"9f1d1834-99"}]},"9f1d1834-42":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Rule/rules.js","moduleParts":{"main-d99755be.mjs":"9f1d1834-43"},"imported":[],"importedBy":[{"uid":"9f1d1834-0"},{"uid":"9f1d1834-99"}]},"9f1d1834-44":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Selected/index.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-45"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-120"},{"uid":"9f1d1834-121"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-46":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Selecteds/index.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-47"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-120"},{"uid":"9f1d1834-121"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-48":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/ShowRule/index.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-49"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-118"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-50":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Slider/index.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-51"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-129"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-52":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Switch/index.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-53"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-130"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-54":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Text/index.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-55"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-107"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-56":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/TextArea/index.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-57"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-107"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-58":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Time/index.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-59"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-131"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-60":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/layout/Divider.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-61"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-132"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-62":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/layout/Info.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-63"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-133"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-64":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/layout/Tabs.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-65"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-134"},{"uid":"9f1d1834-135"},{"uid":"9f1d1834-136"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-66":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/layout/collapse.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-67"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-115"},{"uid":"9f1d1834-116"},{"uid":"9f1d1834-136"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-68":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/layout/grid.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-69"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-117"},{"uid":"9f1d1834-136"},{"uid":"9f1d1834-119"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-70":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/layout/table.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-71"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-136"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-72":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/styles/index.scss","moduleParts":{"main-d99755be.mjs":"9f1d1834-73"},"imported":[],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-74":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/node_modules/.pnpm/nanoid@4.0.2/node_modules/nanoid/index.browser.js","moduleParts":{"main-d99755be.mjs":"9f1d1834-75"},"imported":[{"uid":"9f1d1834-148"}],"importedBy":[{"uid":"9f1d1834-80"}]},"9f1d1834-76":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main-d99755be.mjs":"9f1d1834-77"},"imported":[{"uid":"9f1d1834-103"},{"uid":"9f1d1834-78"}],"importedBy":[{"uid":"9f1d1834-78"}]},"9f1d1834-78":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main-d99755be.mjs":"9f1d1834-79"},"imported":[{"uid":"9f1d1834-103"},{"uid":"9f1d1834-76"}],"importedBy":[{"uid":"9f1d1834-80"},{"uid":"9f1d1834-76"}]},"9f1d1834-80":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main-d99755be.mjs":"9f1d1834-81"},"imported":[{"uid":"9f1d1834-137"},{"uid":"9f1d1834-74"},{"uid":"9f1d1834-78"}],"importedBy":[{"uid":"9f1d1834-0"},{"uid":"9f1d1834-91"},{"uid":"9f1d1834-99"}]},"9f1d1834-82":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-d99755be.mjs":"9f1d1834-83"},"imported":[],"importedBy":[{"uid":"9f1d1834-84"}]},"9f1d1834-84":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main-d99755be.mjs":"9f1d1834-85"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-111"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-82"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-87":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"index-0aa74f91.mjs":"9f1d1834-88"},"imported":[],"importedBy":[{"uid":"9f1d1834-89"}]},"9f1d1834-89":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","moduleParts":{"index-0aa74f91.mjs":"9f1d1834-90"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-138"},{"uid":"9f1d1834-139"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-87"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-91":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","moduleParts":{"index-7fc8db96.mjs":"9f1d1834-92"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-140"},{"uid":"9f1d1834-141"},{"uid":"9f1d1834-118"},{"uid":"9f1d1834-142"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-2"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-143"},{"uid":"9f1d1834-80"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-93":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue?vue&type=style&index=0&lang.scss","moduleParts":{"formAction-b76664af.mjs":"9f1d1834-94"},"imported":[],"importedBy":[{"uid":"9f1d1834-95"}]},"9f1d1834-95":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue","moduleParts":{"formAction-b76664af.mjs":"9f1d1834-96"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-144"},{"uid":"9f1d1834-136"},{"uid":"9f1d1834-107"},{"uid":"9f1d1834-145"},{"uid":"9f1d1834-140"},{"uid":"9f1d1834-142"},{"uid":"9f1d1834-146"},{"uid":"9f1d1834-118"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-147"},{"uid":"9f1d1834-93"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-97":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue?vue&type=style&index=0&lang.scss","moduleParts":{"index-d1c1ba4b.mjs":"9f1d1834-98"},"imported":[],"importedBy":[{"uid":"9f1d1834-99"}]},"9f1d1834-99":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue","moduleParts":{"index-d1c1ba4b.mjs":"9f1d1834-100"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-140"},{"uid":"9f1d1834-142"},{"uid":"9f1d1834-141"},{"uid":"9f1d1834-133"},{"uid":"9f1d1834-106"},{"uid":"9f1d1834-120"},{"uid":"9f1d1834-121"},{"uid":"9f1d1834-112"},{"uid":"9f1d1834-113"},{"uid":"9f1d1834-114"},{"uid":"9f1d1834-118"},{"uid":"9f1d1834-109"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-4"},{"uid":"9f1d1834-80"},{"uid":"9f1d1834-42"},{"uid":"9f1d1834-40"},{"uid":"9f1d1834-110"},{"uid":"9f1d1834-101"},{"uid":"9f1d1834-147"},{"uid":"9f1d1834-97"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"}]},"9f1d1834-101":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","moduleParts":{"starfish-form-0baee1df.mjs":"9f1d1834-102"},"imported":[{"uid":"9f1d1834-104"},{"uid":"9f1d1834-105"},{"uid":"9f1d1834-144"},{"uid":"9f1d1834-136"},{"uid":"9f1d1834-103"},{"uid":"9f1d1834-6"}],"importedBy":[{"uid":"9f1d1834-0"},{"uid":"9f1d1834-99"}]},"9f1d1834-103":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-0"},{"uid":"9f1d1834-8"},{"uid":"9f1d1834-10"},{"uid":"9f1d1834-14"},{"uid":"9f1d1834-16"},{"uid":"9f1d1834-18"},{"uid":"9f1d1834-20"},{"uid":"9f1d1834-24"},{"uid":"9f1d1834-26"},{"uid":"9f1d1834-30"},{"uid":"9f1d1834-32"},{"uid":"9f1d1834-34"},{"uid":"9f1d1834-36"},{"uid":"9f1d1834-38"},{"uid":"9f1d1834-44"},{"uid":"9f1d1834-46"},{"uid":"9f1d1834-48"},{"uid":"9f1d1834-50"},{"uid":"9f1d1834-52"},{"uid":"9f1d1834-54"},{"uid":"9f1d1834-56"},{"uid":"9f1d1834-58"},{"uid":"9f1d1834-60"},{"uid":"9f1d1834-62"},{"uid":"9f1d1834-64"},{"uid":"9f1d1834-66"},{"uid":"9f1d1834-68"},{"uid":"9f1d1834-70"},{"uid":"9f1d1834-84"},{"uid":"9f1d1834-89"},{"uid":"9f1d1834-91"},{"uid":"9f1d1834-95"},{"uid":"9f1d1834-99"},{"uid":"9f1d1834-101"},{"uid":"9f1d1834-22"},{"uid":"9f1d1834-78"},{"uid":"9f1d1834-76"}],"isExternal":true},"9f1d1834-104":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-8"},{"uid":"9f1d1834-10"},{"uid":"9f1d1834-14"},{"uid":"9f1d1834-16"},{"uid":"9f1d1834-18"},{"uid":"9f1d1834-20"},{"uid":"9f1d1834-24"},{"uid":"9f1d1834-26"},{"uid":"9f1d1834-30"},{"uid":"9f1d1834-32"},{"uid":"9f1d1834-34"},{"uid":"9f1d1834-36"},{"uid":"9f1d1834-38"},{"uid":"9f1d1834-44"},{"uid":"9f1d1834-46"},{"uid":"9f1d1834-48"},{"uid":"9f1d1834-50"},{"uid":"9f1d1834-52"},{"uid":"9f1d1834-54"},{"uid":"9f1d1834-56"},{"uid":"9f1d1834-58"},{"uid":"9f1d1834-60"},{"uid":"9f1d1834-62"},{"uid":"9f1d1834-64"},{"uid":"9f1d1834-66"},{"uid":"9f1d1834-68"},{"uid":"9f1d1834-70"},{"uid":"9f1d1834-84"},{"uid":"9f1d1834-89"},{"uid":"9f1d1834-91"},{"uid":"9f1d1834-95"},{"uid":"9f1d1834-99"},{"uid":"9f1d1834-101"}],"isExternal":true},"9f1d1834-105":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-8"},{"uid":"9f1d1834-10"},{"uid":"9f1d1834-14"},{"uid":"9f1d1834-16"},{"uid":"9f1d1834-18"},{"uid":"9f1d1834-20"},{"uid":"9f1d1834-24"},{"uid":"9f1d1834-26"},{"uid":"9f1d1834-30"},{"uid":"9f1d1834-32"},{"uid":"9f1d1834-34"},{"uid":"9f1d1834-36"},{"uid":"9f1d1834-38"},{"uid":"9f1d1834-44"},{"uid":"9f1d1834-46"},{"uid":"9f1d1834-48"},{"uid":"9f1d1834-50"},{"uid":"9f1d1834-52"},{"uid":"9f1d1834-54"},{"uid":"9f1d1834-56"},{"uid":"9f1d1834-58"},{"uid":"9f1d1834-60"},{"uid":"9f1d1834-62"},{"uid":"9f1d1834-64"},{"uid":"9f1d1834-66"},{"uid":"9f1d1834-68"},{"uid":"9f1d1834-70"},{"uid":"9f1d1834-84"},{"uid":"9f1d1834-89"},{"uid":"9f1d1834-91"},{"uid":"9f1d1834-95"},{"uid":"9f1d1834-99"},{"uid":"9f1d1834-101"}],"isExternal":true},"9f1d1834-106":{"id":"element-plus/es/components/icon/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-8"},{"uid":"9f1d1834-10"},{"uid":"9f1d1834-16"},{"uid":"9f1d1834-18"},{"uid":"9f1d1834-20"},{"uid":"9f1d1834-99"}],"isExternal":true},"9f1d1834-107":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-8"},{"uid":"9f1d1834-10"},{"uid":"9f1d1834-20"},{"uid":"9f1d1834-30"},{"uid":"9f1d1834-54"},{"uid":"9f1d1834-56"},{"uid":"9f1d1834-95"}],"isExternal":true},"9f1d1834-108":{"id":"element-plus/es/components/checkbox/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-8"},{"uid":"9f1d1834-10"},{"uid":"9f1d1834-26"}],"isExternal":true},"9f1d1834-109":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-8"},{"uid":"9f1d1834-10"},{"uid":"9f1d1834-16"},{"uid":"9f1d1834-20"},{"uid":"9f1d1834-24"},{"uid":"9f1d1834-26"},{"uid":"9f1d1834-30"},{"uid":"9f1d1834-32"},{"uid":"9f1d1834-34"},{"uid":"9f1d1834-36"},{"uid":"9f1d1834-38"},{"uid":"9f1d1834-44"},{"uid":"9f1d1834-46"},{"uid":"9f1d1834-48"},{"uid":"9f1d1834-50"},{"uid":"9f1d1834-52"},{"uid":"9f1d1834-54"},{"uid":"9f1d1834-56"},{"uid":"9f1d1834-58"},{"uid":"9f1d1834-62"},{"uid":"9f1d1834-89"},{"uid":"9f1d1834-91"},{"uid":"9f1d1834-95"},{"uid":"9f1d1834-99"}],"isExternal":true},"9f1d1834-110":{"id":"@element-plus/icons-vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-8"},{"uid":"9f1d1834-10"},{"uid":"9f1d1834-16"},{"uid":"9f1d1834-18"},{"uid":"9f1d1834-20"},{"uid":"9f1d1834-99"}],"isExternal":true},"9f1d1834-111":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-14"},{"uid":"9f1d1834-84"}],"isExternal":true},"9f1d1834-112":{"id":"element-plus/es/components/dropdown/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-16"},{"uid":"9f1d1834-99"}],"isExternal":true},"9f1d1834-113":{"id":"element-plus/es/components/dropdown-menu/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-16"},{"uid":"9f1d1834-99"}],"isExternal":true},"9f1d1834-114":{"id":"element-plus/es/components/dropdown-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-16"},{"uid":"9f1d1834-99"}],"isExternal":true},"9f1d1834-115":{"id":"element-plus/es/components/collapse/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-16"},{"uid":"9f1d1834-66"}],"isExternal":true},"9f1d1834-116":{"id":"element-plus/es/components/collapse-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-16"},{"uid":"9f1d1834-66"}],"isExternal":true},"9f1d1834-117":{"id":"element-plus/es/components/row/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-16"},{"uid":"9f1d1834-18"},{"uid":"9f1d1834-20"},{"uid":"9f1d1834-68"}],"isExternal":true},"9f1d1834-118":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-16"},{"uid":"9f1d1834-18"},{"uid":"9f1d1834-20"},{"uid":"9f1d1834-48"},{"uid":"9f1d1834-91"},{"uid":"9f1d1834-95"},{"uid":"9f1d1834-99"}],"isExternal":true},"9f1d1834-119":{"id":"element-plus/es/components/col/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-16"},{"uid":"9f1d1834-20"},{"uid":"9f1d1834-68"}],"isExternal":true},"9f1d1834-120":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-16"},{"uid":"9f1d1834-44"},{"uid":"9f1d1834-46"},{"uid":"9f1d1834-99"}],"isExternal":true},"9f1d1834-121":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-16"},{"uid":"9f1d1834-44"},{"uid":"9f1d1834-46"},{"uid":"9f1d1834-99"}],"isExternal":true},"9f1d1834-122":{"id":"element-plus/es/components/input-number/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-18"},{"uid":"9f1d1834-36"}],"isExternal":true},"9f1d1834-123":{"id":"element-plus/es/components/radio-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-24"},{"uid":"9f1d1834-38"}],"isExternal":true},"9f1d1834-124":{"id":"element-plus/es/components/radio-button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-24"}],"isExternal":true},"9f1d1834-125":{"id":"element-plus/es/components/checkbox-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-26"}],"isExternal":true},"9f1d1834-126":{"id":"element-plus/es/components/color-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-30"}],"isExternal":true},"9f1d1834-127":{"id":"element-plus/es/components/date-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-32"},{"uid":"9f1d1834-34"}],"isExternal":true},"9f1d1834-128":{"id":"element-plus/es/components/radio/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-38"}],"isExternal":true},"9f1d1834-129":{"id":"element-plus/es/components/slider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-50"}],"isExternal":true},"9f1d1834-130":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-52"}],"isExternal":true},"9f1d1834-131":{"id":"element-plus/es/components/time-select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-58"}],"isExternal":true},"9f1d1834-132":{"id":"element-plus/es/components/divider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-60"}],"isExternal":true},"9f1d1834-133":{"id":"element-plus/es/components/alert/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-62"},{"uid":"9f1d1834-99"}],"isExternal":true},"9f1d1834-134":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-64"}],"isExternal":true},"9f1d1834-135":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-64"}],"isExternal":true},"9f1d1834-136":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-64"},{"uid":"9f1d1834-66"},{"uid":"9f1d1834-68"},{"uid":"9f1d1834-70"},{"uid":"9f1d1834-95"},{"uid":"9f1d1834-101"}],"isExternal":true},"9f1d1834-137":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-80"}],"isExternal":true},"9f1d1834-138":{"id":"@vueup/vue-quill","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-89"}],"isExternal":true},"9f1d1834-139":{"id":"@vueup/vue-quill/dist/vue-quill.snow.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-89"}],"isExternal":true},"9f1d1834-140":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-91"},{"uid":"9f1d1834-95"},{"uid":"9f1d1834-99"}],"isExternal":true},"9f1d1834-141":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-91"},{"uid":"9f1d1834-99"}],"isExternal":true},"9f1d1834-142":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-91"},{"uid":"9f1d1834-95"},{"uid":"9f1d1834-99"}],"isExternal":true},"9f1d1834-143":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-91"}],"isExternal":true},"9f1d1834-144":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-95"},{"uid":"9f1d1834-101"}],"isExternal":true},"9f1d1834-145":{"id":"element-plus/es/components/aside/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-95"}],"isExternal":true},"9f1d1834-146":{"id":"element-plus/es/components/scrollbar/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-95"}],"isExternal":true},"9f1d1834-147":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-95"},{"uid":"9f1d1834-99"}],"isExternal":true},"9f1d1834-148":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/node_modules/.pnpm/nanoid@4.0.2/node_modules/nanoid/url-alphabet/index.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"9f1d1834-74"}]}},"env":{"rollup":"3.29.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
|
4932
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"starfish-form.mjs","uid":"1d644f62-1"},{"name":"main-a9ce8be4.mjs","children":[{"name":"E:/my/work/jiton/vue-form-design/vue-form-design","children":[{"name":"packages","children":[{"name":"form/src","children":[{"name":"utils","children":[{"uid":"1d644f62-3","name":"fieldConfig.ts"},{"uid":"1d644f62-5","name":"fieldProps.ts"},{"uid":"1d644f62-23","name":"customHooks.ts"}]},{"name":"common","children":[{"uid":"1d644f62-9","name":"KeyValueConfig.vue"},{"uid":"1d644f62-11","name":"KeyValueConfigMult.vue"},{"uid":"1d644f62-13","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"1d644f62-15","name":"Loading.vue"},{"uid":"1d644f62-17","name":"action.vue"},{"uid":"1d644f62-19","name":"listConfig.vue"},{"uid":"1d644f62-21","name":"panel.vue"},{"uid":"1d644f62-25","name":"radiogroup.vue"}]},{"name":"components","children":[{"name":"CheckBox/index.vue","uid":"1d644f62-27"},{"name":"ColorSelect","children":[{"uid":"1d644f62-29","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"1d644f62-31","name":"index.vue"}]},{"name":"Date/index.vue","uid":"1d644f62-33"},{"name":"DateTime/index.vue","uid":"1d644f62-35"},{"name":"InputNumber/index.vue","uid":"1d644f62-37"},{"name":"Radio/index.vue","uid":"1d644f62-39"},{"name":"Rule","children":[{"uid":"1d644f62-41","name":"ruleform.json"},{"uid":"1d644f62-43","name":"rules.js"}]},{"name":"Selected/index.vue","uid":"1d644f62-45"},{"name":"Selecteds/index.vue","uid":"1d644f62-47"},{"name":"ShowRule/index.vue","uid":"1d644f62-49"},{"name":"Slider/index.vue","uid":"1d644f62-51"},{"name":"Switch/index.vue","uid":"1d644f62-53"},{"name":"Text/index.vue","uid":"1d644f62-55"},{"name":"TextArea/index.vue","uid":"1d644f62-57"},{"name":"Time/index.vue","uid":"1d644f62-59"}]},{"name":"layout","children":[{"uid":"1d644f62-61","name":"Divider.vue"},{"uid":"1d644f62-63","name":"Info.vue"},{"uid":"1d644f62-65","name":"Tabs.vue"},{"uid":"1d644f62-67","name":"collapse.vue"},{"uid":"1d644f62-69","name":"grid.vue"},{"uid":"1d644f62-71","name":"table.vue"}]},{"name":"styles/index.scss","uid":"1d644f62-73"},{"uid":"1d644f62-86","name":"main.ts"}]},{"name":"editor/src","children":[{"name":"controller","children":[{"uid":"1d644f62-77","name":"history.ts"},{"uid":"1d644f62-79","name":"form.ts"}]},{"name":"utils/_.ts","uid":"1d644f62-81"},{"name":"common","children":[{"uid":"1d644f62-83","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"1d644f62-85","name":"Loading.vue"}]}]}]},{"name":"node_modules/.pnpm/nanoid@4.0.2/node_modules/nanoid/index.browser.js","uid":"1d644f62-75"}]},{"uid":"1d644f62-7","name":"plugin-vue:export-helper"}]},{"name":"index-8980a82d.mjs","children":[{"name":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/RichText","children":[{"uid":"1d644f62-88","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"1d644f62-90","name":"index.vue"}]}]},{"name":"index-bf109006.mjs","children":[{"name":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","uid":"1d644f62-92"}]},{"name":"formAction-003dce29.mjs","children":[{"name":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common","children":[{"uid":"1d644f62-94","name":"formAction.vue?vue&type=style&index=0&lang.scss"},{"uid":"1d644f62-96","name":"formAction.vue"}]}]},{"name":"index-ffe5a532.mjs","children":[{"name":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Rule","children":[{"uid":"1d644f62-98","name":"index.vue?vue&type=style&index=0&lang.scss"},{"uid":"1d644f62-100","name":"index.vue"}]}]},{"name":"starfish-form-dfa363ef.mjs","children":[{"name":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","uid":"1d644f62-102"}]}],"isRoot":true},"nodeParts":{"1d644f62-1":{"id":"starfish-form.mjs","gzipLength":0,"brotliLength":0,"renderedLength":1902,"metaUid":"1d644f62-0"},"1d644f62-3":{"renderedLength":18542,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-2"},"1d644f62-5":{"renderedLength":681,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-4"},"1d644f62-7":{"renderedLength":159,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-6"},"1d644f62-9":{"renderedLength":8553,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-8"},"1d644f62-11":{"renderedLength":8386,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-10"},"1d644f62-13":{"renderedLength":103,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-12"},"1d644f62-15":{"renderedLength":405,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-14"},"1d644f62-17":{"renderedLength":8484,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-16"},"1d644f62-19":{"renderedLength":3246,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-18"},"1d644f62-21":{"renderedLength":5328,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-20"},"1d644f62-23":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-22"},"1d644f62-25":{"renderedLength":2209,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-24"},"1d644f62-27":{"renderedLength":5439,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-26"},"1d644f62-29":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-28"},"1d644f62-31":{"renderedLength":3717,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-30"},"1d644f62-33":{"renderedLength":5563,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-32"},"1d644f62-35":{"renderedLength":4809,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-34"},"1d644f62-37":{"renderedLength":4772,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-36"},"1d644f62-39":{"renderedLength":5147,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-38"},"1d644f62-41":{"renderedLength":5040,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-40"},"1d644f62-43":{"renderedLength":2633,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-42"},"1d644f62-45":{"renderedLength":5365,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-44"},"1d644f62-47":{"renderedLength":5377,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-46"},"1d644f62-49":{"renderedLength":4066,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-48"},"1d644f62-51":{"renderedLength":2925,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-50"},"1d644f62-53":{"renderedLength":3362,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-52"},"1d644f62-55":{"renderedLength":4735,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-54"},"1d644f62-57":{"renderedLength":4541,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-56"},"1d644f62-59":{"renderedLength":3221,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-58"},"1d644f62-61":{"renderedLength":1315,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-60"},"1d644f62-63":{"renderedLength":2984,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-62"},"1d644f62-65":{"renderedLength":5888,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-64"},"1d644f62-67":{"renderedLength":6238,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-66"},"1d644f62-69":{"renderedLength":6689,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-68"},"1d644f62-71":{"renderedLength":6149,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-70"},"1d644f62-73":{"renderedLength":17,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-72"},"1d644f62-75":{"renderedLength":350,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-74"},"1d644f62-77":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-76"},"1d644f62-79":{"renderedLength":6014,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-78"},"1d644f62-81":{"renderedLength":11658,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-80"},"1d644f62-83":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-82"},"1d644f62-85":{"renderedLength":391,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-84"},"1d644f62-86":{"renderedLength":2981,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-0"},"1d644f62-88":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-87"},"1d644f62-90":{"renderedLength":3378,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-89"},"1d644f62-92":{"renderedLength":6608,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-91"},"1d644f62-94":{"renderedLength":92,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-93"},"1d644f62-96":{"renderedLength":16981,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-95"},"1d644f62-98":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-97"},"1d644f62-100":{"renderedLength":17071,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-99"},"1d644f62-102":{"renderedLength":9949,"gzipLength":0,"brotliLength":0,"metaUid":"1d644f62-101"}},"nodeMetas":{"1d644f62-0":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/main.ts","moduleParts":{"starfish-form.mjs":"1d644f62-1","main-a9ce8be4.mjs":"1d644f62-86"},"imported":[{"uid":"1d644f62-8"},{"uid":"1d644f62-10"},{"uid":"1d644f62-14"},{"uid":"1d644f62-16"},{"uid":"1d644f62-18"},{"uid":"1d644f62-20"},{"uid":"1d644f62-24"},{"uid":"1d644f62-26"},{"uid":"1d644f62-30"},{"uid":"1d644f62-32"},{"uid":"1d644f62-34"},{"uid":"1d644f62-36"},{"uid":"1d644f62-38"},{"uid":"1d644f62-40"},{"uid":"1d644f62-42"},{"uid":"1d644f62-44"},{"uid":"1d644f62-46"},{"uid":"1d644f62-48"},{"uid":"1d644f62-50"},{"uid":"1d644f62-52"},{"uid":"1d644f62-54"},{"uid":"1d644f62-56"},{"uid":"1d644f62-58"},{"uid":"1d644f62-60"},{"uid":"1d644f62-62"},{"uid":"1d644f62-64"},{"uid":"1d644f62-66"},{"uid":"1d644f62-68"},{"uid":"1d644f62-70"},{"uid":"1d644f62-103"},{"uid":"1d644f62-72"},{"uid":"1d644f62-2"},{"uid":"1d644f62-80"},{"uid":"1d644f62-84"},{"uid":"1d644f62-89","dynamic":true},{"uid":"1d644f62-91","dynamic":true},{"uid":"1d644f62-95","dynamic":true},{"uid":"1d644f62-99","dynamic":true},{"uid":"1d644f62-101","dynamic":true}],"importedBy":[],"isEntry":true},"1d644f62-2":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/utils/fieldConfig.ts","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-3"},"imported":[],"importedBy":[{"uid":"1d644f62-0"},{"uid":"1d644f62-8"},{"uid":"1d644f62-10"},{"uid":"1d644f62-26"},{"uid":"1d644f62-30"},{"uid":"1d644f62-32"},{"uid":"1d644f62-34"},{"uid":"1d644f62-36"},{"uid":"1d644f62-38"},{"uid":"1d644f62-44"},{"uid":"1d644f62-46"},{"uid":"1d644f62-50"},{"uid":"1d644f62-52"},{"uid":"1d644f62-54"},{"uid":"1d644f62-56"},{"uid":"1d644f62-58"},{"uid":"1d644f62-60"},{"uid":"1d644f62-62"},{"uid":"1d644f62-64"},{"uid":"1d644f62-66"},{"uid":"1d644f62-68"},{"uid":"1d644f62-70"},{"uid":"1d644f62-89"},{"uid":"1d644f62-91"}]},"1d644f62-4":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/utils/fieldProps.ts","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-5"},"imported":[],"importedBy":[{"uid":"1d644f62-8"},{"uid":"1d644f62-10"},{"uid":"1d644f62-16"},{"uid":"1d644f62-18"},{"uid":"1d644f62-20"},{"uid":"1d644f62-24"},{"uid":"1d644f62-26"},{"uid":"1d644f62-30"},{"uid":"1d644f62-32"},{"uid":"1d644f62-34"},{"uid":"1d644f62-36"},{"uid":"1d644f62-38"},{"uid":"1d644f62-44"},{"uid":"1d644f62-46"},{"uid":"1d644f62-48"},{"uid":"1d644f62-50"},{"uid":"1d644f62-52"},{"uid":"1d644f62-54"},{"uid":"1d644f62-56"},{"uid":"1d644f62-58"},{"uid":"1d644f62-60"},{"uid":"1d644f62-62"},{"uid":"1d644f62-64"},{"uid":"1d644f62-66"},{"uid":"1d644f62-68"},{"uid":"1d644f62-70"},{"uid":"1d644f62-89"},{"uid":"1d644f62-91"},{"uid":"1d644f62-99"}]},"1d644f62-6":{"id":"plugin-vue:export-helper","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-7"},"imported":[],"importedBy":[{"uid":"1d644f62-8"},{"uid":"1d644f62-10"},{"uid":"1d644f62-14"},{"uid":"1d644f62-16"},{"uid":"1d644f62-18"},{"uid":"1d644f62-20"},{"uid":"1d644f62-24"},{"uid":"1d644f62-26"},{"uid":"1d644f62-30"},{"uid":"1d644f62-32"},{"uid":"1d644f62-34"},{"uid":"1d644f62-36"},{"uid":"1d644f62-38"},{"uid":"1d644f62-44"},{"uid":"1d644f62-46"},{"uid":"1d644f62-48"},{"uid":"1d644f62-50"},{"uid":"1d644f62-52"},{"uid":"1d644f62-54"},{"uid":"1d644f62-56"},{"uid":"1d644f62-58"},{"uid":"1d644f62-60"},{"uid":"1d644f62-62"},{"uid":"1d644f62-64"},{"uid":"1d644f62-66"},{"uid":"1d644f62-68"},{"uid":"1d644f62-70"},{"uid":"1d644f62-84"},{"uid":"1d644f62-89"},{"uid":"1d644f62-91"},{"uid":"1d644f62-95"},{"uid":"1d644f62-99"},{"uid":"1d644f62-101"}]},"1d644f62-8":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfig.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-9"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-106"},{"uid":"1d644f62-107"},{"uid":"1d644f62-108"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-110"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-10":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfigMult.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-11"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-106"},{"uid":"1d644f62-107"},{"uid":"1d644f62-108"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-110"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-12":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-13"},"imported":[],"importedBy":[{"uid":"1d644f62-14"}]},"1d644f62-14":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-15"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-111"},{"uid":"1d644f62-103"},{"uid":"1d644f62-12"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-16":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common/action.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-17"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-112"},{"uid":"1d644f62-113"},{"uid":"1d644f62-114"},{"uid":"1d644f62-115"},{"uid":"1d644f62-116"},{"uid":"1d644f62-117"},{"uid":"1d644f62-118"},{"uid":"1d644f62-106"},{"uid":"1d644f62-119"},{"uid":"1d644f62-120"},{"uid":"1d644f62-121"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-110"},{"uid":"1d644f62-4"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-18":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common/listConfig.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-19"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-117"},{"uid":"1d644f62-118"},{"uid":"1d644f62-106"},{"uid":"1d644f62-122"},{"uid":"1d644f62-103"},{"uid":"1d644f62-4"},{"uid":"1d644f62-110"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-20":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common/panel.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-21"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-117"},{"uid":"1d644f62-118"},{"uid":"1d644f62-106"},{"uid":"1d644f62-107"},{"uid":"1d644f62-119"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-4"},{"uid":"1d644f62-110"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-22":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/utils/customHooks.ts","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-23"},"imported":[{"uid":"1d644f62-103"}],"importedBy":[{"uid":"1d644f62-24"},{"uid":"1d644f62-26"},{"uid":"1d644f62-30"},{"uid":"1d644f62-32"},{"uid":"1d644f62-34"},{"uid":"1d644f62-36"},{"uid":"1d644f62-38"},{"uid":"1d644f62-44"},{"uid":"1d644f62-46"},{"uid":"1d644f62-48"},{"uid":"1d644f62-50"},{"uid":"1d644f62-52"},{"uid":"1d644f62-54"},{"uid":"1d644f62-56"},{"uid":"1d644f62-58"},{"uid":"1d644f62-60"},{"uid":"1d644f62-62"},{"uid":"1d644f62-64"},{"uid":"1d644f62-66"},{"uid":"1d644f62-68"},{"uid":"1d644f62-70"},{"uid":"1d644f62-89"},{"uid":"1d644f62-91"}]},"1d644f62-24":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common/radiogroup.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-25"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-123"},{"uid":"1d644f62-124"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-26":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/CheckBox/index.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-27"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-125"},{"uid":"1d644f62-108"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-28":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-29"},"imported":[],"importedBy":[{"uid":"1d644f62-30"}]},"1d644f62-30":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-31"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-126"},{"uid":"1d644f62-107"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-28"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-32":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Date/index.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-33"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-127"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-34":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/DateTime/index.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-35"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-127"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-36":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/InputNumber/index.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-37"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-122"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-38":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Radio/index.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-39"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-123"},{"uid":"1d644f62-128"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-40":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Rule/ruleform.json","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-41"},"imported":[],"importedBy":[{"uid":"1d644f62-0"},{"uid":"1d644f62-99"}]},"1d644f62-42":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Rule/rules.js","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-43"},"imported":[],"importedBy":[{"uid":"1d644f62-0"},{"uid":"1d644f62-99"}]},"1d644f62-44":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Selected/index.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-45"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-120"},{"uid":"1d644f62-121"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-46":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Selecteds/index.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-47"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-120"},{"uid":"1d644f62-121"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-48":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/ShowRule/index.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-49"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-118"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-50":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Slider/index.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-51"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-129"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-52":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Switch/index.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-53"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-130"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-54":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Text/index.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-55"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-107"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-56":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/TextArea/index.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-57"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-107"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-58":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Time/index.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-59"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-131"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-4"},{"uid":"1d644f62-2"},{"uid":"1d644f62-22"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-60":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/layout/Divider.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-61"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-132"},{"uid":"1d644f62-103"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-62":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/layout/Info.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-63"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-133"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-64":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/layout/Tabs.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-65"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-134"},{"uid":"1d644f62-135"},{"uid":"1d644f62-136"},{"uid":"1d644f62-103"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-66":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/layout/collapse.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-67"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-115"},{"uid":"1d644f62-116"},{"uid":"1d644f62-136"},{"uid":"1d644f62-103"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-68":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/layout/grid.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-69"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-117"},{"uid":"1d644f62-136"},{"uid":"1d644f62-119"},{"uid":"1d644f62-103"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-70":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/layout/table.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-71"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-136"},{"uid":"1d644f62-103"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-72":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/styles/index.scss","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-73"},"imported":[],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-74":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/node_modules/.pnpm/nanoid@4.0.2/node_modules/nanoid/index.browser.js","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-75"},"imported":[{"uid":"1d644f62-148"}],"importedBy":[{"uid":"1d644f62-80"}]},"1d644f62-76":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-77"},"imported":[{"uid":"1d644f62-103"},{"uid":"1d644f62-78"}],"importedBy":[{"uid":"1d644f62-78"}]},"1d644f62-78":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-79"},"imported":[{"uid":"1d644f62-103"},{"uid":"1d644f62-76"}],"importedBy":[{"uid":"1d644f62-80"},{"uid":"1d644f62-76"}]},"1d644f62-80":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-81"},"imported":[{"uid":"1d644f62-137"},{"uid":"1d644f62-74"},{"uid":"1d644f62-78"}],"importedBy":[{"uid":"1d644f62-0"},{"uid":"1d644f62-91"},{"uid":"1d644f62-99"}]},"1d644f62-82":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-83"},"imported":[],"importedBy":[{"uid":"1d644f62-84"}]},"1d644f62-84":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main-a9ce8be4.mjs":"1d644f62-85"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-111"},{"uid":"1d644f62-103"},{"uid":"1d644f62-82"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-87":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"index-8980a82d.mjs":"1d644f62-88"},"imported":[],"importedBy":[{"uid":"1d644f62-89"}]},"1d644f62-89":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","moduleParts":{"index-8980a82d.mjs":"1d644f62-90"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-138"},{"uid":"1d644f62-139"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-87"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-91":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","moduleParts":{"index-bf109006.mjs":"1d644f62-92"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-140"},{"uid":"1d644f62-141"},{"uid":"1d644f62-118"},{"uid":"1d644f62-142"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-2"},{"uid":"1d644f62-4"},{"uid":"1d644f62-22"},{"uid":"1d644f62-143"},{"uid":"1d644f62-80"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-93":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue?vue&type=style&index=0&lang.scss","moduleParts":{"formAction-003dce29.mjs":"1d644f62-94"},"imported":[],"importedBy":[{"uid":"1d644f62-95"}]},"1d644f62-95":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue","moduleParts":{"formAction-003dce29.mjs":"1d644f62-96"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-144"},{"uid":"1d644f62-136"},{"uid":"1d644f62-107"},{"uid":"1d644f62-145"},{"uid":"1d644f62-140"},{"uid":"1d644f62-142"},{"uid":"1d644f62-146"},{"uid":"1d644f62-118"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-147"},{"uid":"1d644f62-93"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-97":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue?vue&type=style&index=0&lang.scss","moduleParts":{"index-ffe5a532.mjs":"1d644f62-98"},"imported":[],"importedBy":[{"uid":"1d644f62-99"}]},"1d644f62-99":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue","moduleParts":{"index-ffe5a532.mjs":"1d644f62-100"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-140"},{"uid":"1d644f62-142"},{"uid":"1d644f62-141"},{"uid":"1d644f62-133"},{"uid":"1d644f62-106"},{"uid":"1d644f62-120"},{"uid":"1d644f62-121"},{"uid":"1d644f62-112"},{"uid":"1d644f62-113"},{"uid":"1d644f62-114"},{"uid":"1d644f62-118"},{"uid":"1d644f62-109"},{"uid":"1d644f62-103"},{"uid":"1d644f62-4"},{"uid":"1d644f62-80"},{"uid":"1d644f62-42"},{"uid":"1d644f62-40"},{"uid":"1d644f62-110"},{"uid":"1d644f62-101"},{"uid":"1d644f62-147"},{"uid":"1d644f62-97"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"}]},"1d644f62-101":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","moduleParts":{"starfish-form-dfa363ef.mjs":"1d644f62-102"},"imported":[{"uid":"1d644f62-104"},{"uid":"1d644f62-105"},{"uid":"1d644f62-144"},{"uid":"1d644f62-136"},{"uid":"1d644f62-103"},{"uid":"1d644f62-6"}],"importedBy":[{"uid":"1d644f62-0"},{"uid":"1d644f62-99"}]},"1d644f62-103":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-0"},{"uid":"1d644f62-8"},{"uid":"1d644f62-10"},{"uid":"1d644f62-14"},{"uid":"1d644f62-16"},{"uid":"1d644f62-18"},{"uid":"1d644f62-20"},{"uid":"1d644f62-24"},{"uid":"1d644f62-26"},{"uid":"1d644f62-30"},{"uid":"1d644f62-32"},{"uid":"1d644f62-34"},{"uid":"1d644f62-36"},{"uid":"1d644f62-38"},{"uid":"1d644f62-44"},{"uid":"1d644f62-46"},{"uid":"1d644f62-48"},{"uid":"1d644f62-50"},{"uid":"1d644f62-52"},{"uid":"1d644f62-54"},{"uid":"1d644f62-56"},{"uid":"1d644f62-58"},{"uid":"1d644f62-60"},{"uid":"1d644f62-62"},{"uid":"1d644f62-64"},{"uid":"1d644f62-66"},{"uid":"1d644f62-68"},{"uid":"1d644f62-70"},{"uid":"1d644f62-84"},{"uid":"1d644f62-89"},{"uid":"1d644f62-91"},{"uid":"1d644f62-95"},{"uid":"1d644f62-99"},{"uid":"1d644f62-101"},{"uid":"1d644f62-22"},{"uid":"1d644f62-78"},{"uid":"1d644f62-76"}],"isExternal":true},"1d644f62-104":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-8"},{"uid":"1d644f62-10"},{"uid":"1d644f62-14"},{"uid":"1d644f62-16"},{"uid":"1d644f62-18"},{"uid":"1d644f62-20"},{"uid":"1d644f62-24"},{"uid":"1d644f62-26"},{"uid":"1d644f62-30"},{"uid":"1d644f62-32"},{"uid":"1d644f62-34"},{"uid":"1d644f62-36"},{"uid":"1d644f62-38"},{"uid":"1d644f62-44"},{"uid":"1d644f62-46"},{"uid":"1d644f62-48"},{"uid":"1d644f62-50"},{"uid":"1d644f62-52"},{"uid":"1d644f62-54"},{"uid":"1d644f62-56"},{"uid":"1d644f62-58"},{"uid":"1d644f62-60"},{"uid":"1d644f62-62"},{"uid":"1d644f62-64"},{"uid":"1d644f62-66"},{"uid":"1d644f62-68"},{"uid":"1d644f62-70"},{"uid":"1d644f62-84"},{"uid":"1d644f62-89"},{"uid":"1d644f62-91"},{"uid":"1d644f62-95"},{"uid":"1d644f62-99"},{"uid":"1d644f62-101"}],"isExternal":true},"1d644f62-105":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-8"},{"uid":"1d644f62-10"},{"uid":"1d644f62-14"},{"uid":"1d644f62-16"},{"uid":"1d644f62-18"},{"uid":"1d644f62-20"},{"uid":"1d644f62-24"},{"uid":"1d644f62-26"},{"uid":"1d644f62-30"},{"uid":"1d644f62-32"},{"uid":"1d644f62-34"},{"uid":"1d644f62-36"},{"uid":"1d644f62-38"},{"uid":"1d644f62-44"},{"uid":"1d644f62-46"},{"uid":"1d644f62-48"},{"uid":"1d644f62-50"},{"uid":"1d644f62-52"},{"uid":"1d644f62-54"},{"uid":"1d644f62-56"},{"uid":"1d644f62-58"},{"uid":"1d644f62-60"},{"uid":"1d644f62-62"},{"uid":"1d644f62-64"},{"uid":"1d644f62-66"},{"uid":"1d644f62-68"},{"uid":"1d644f62-70"},{"uid":"1d644f62-84"},{"uid":"1d644f62-89"},{"uid":"1d644f62-91"},{"uid":"1d644f62-95"},{"uid":"1d644f62-99"},{"uid":"1d644f62-101"}],"isExternal":true},"1d644f62-106":{"id":"element-plus/es/components/icon/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-8"},{"uid":"1d644f62-10"},{"uid":"1d644f62-16"},{"uid":"1d644f62-18"},{"uid":"1d644f62-20"},{"uid":"1d644f62-99"}],"isExternal":true},"1d644f62-107":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-8"},{"uid":"1d644f62-10"},{"uid":"1d644f62-20"},{"uid":"1d644f62-30"},{"uid":"1d644f62-54"},{"uid":"1d644f62-56"},{"uid":"1d644f62-95"}],"isExternal":true},"1d644f62-108":{"id":"element-plus/es/components/checkbox/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-8"},{"uid":"1d644f62-10"},{"uid":"1d644f62-26"}],"isExternal":true},"1d644f62-109":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-8"},{"uid":"1d644f62-10"},{"uid":"1d644f62-16"},{"uid":"1d644f62-20"},{"uid":"1d644f62-24"},{"uid":"1d644f62-26"},{"uid":"1d644f62-30"},{"uid":"1d644f62-32"},{"uid":"1d644f62-34"},{"uid":"1d644f62-36"},{"uid":"1d644f62-38"},{"uid":"1d644f62-44"},{"uid":"1d644f62-46"},{"uid":"1d644f62-48"},{"uid":"1d644f62-50"},{"uid":"1d644f62-52"},{"uid":"1d644f62-54"},{"uid":"1d644f62-56"},{"uid":"1d644f62-58"},{"uid":"1d644f62-62"},{"uid":"1d644f62-89"},{"uid":"1d644f62-91"},{"uid":"1d644f62-95"},{"uid":"1d644f62-99"}],"isExternal":true},"1d644f62-110":{"id":"@element-plus/icons-vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-8"},{"uid":"1d644f62-10"},{"uid":"1d644f62-16"},{"uid":"1d644f62-18"},{"uid":"1d644f62-20"},{"uid":"1d644f62-99"}],"isExternal":true},"1d644f62-111":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-14"},{"uid":"1d644f62-84"}],"isExternal":true},"1d644f62-112":{"id":"element-plus/es/components/dropdown/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-16"},{"uid":"1d644f62-99"}],"isExternal":true},"1d644f62-113":{"id":"element-plus/es/components/dropdown-menu/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-16"},{"uid":"1d644f62-99"}],"isExternal":true},"1d644f62-114":{"id":"element-plus/es/components/dropdown-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-16"},{"uid":"1d644f62-99"}],"isExternal":true},"1d644f62-115":{"id":"element-plus/es/components/collapse/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-16"},{"uid":"1d644f62-66"}],"isExternal":true},"1d644f62-116":{"id":"element-plus/es/components/collapse-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-16"},{"uid":"1d644f62-66"}],"isExternal":true},"1d644f62-117":{"id":"element-plus/es/components/row/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-16"},{"uid":"1d644f62-18"},{"uid":"1d644f62-20"},{"uid":"1d644f62-68"}],"isExternal":true},"1d644f62-118":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-16"},{"uid":"1d644f62-18"},{"uid":"1d644f62-20"},{"uid":"1d644f62-48"},{"uid":"1d644f62-91"},{"uid":"1d644f62-95"},{"uid":"1d644f62-99"}],"isExternal":true},"1d644f62-119":{"id":"element-plus/es/components/col/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-16"},{"uid":"1d644f62-20"},{"uid":"1d644f62-68"}],"isExternal":true},"1d644f62-120":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-16"},{"uid":"1d644f62-44"},{"uid":"1d644f62-46"},{"uid":"1d644f62-99"}],"isExternal":true},"1d644f62-121":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-16"},{"uid":"1d644f62-44"},{"uid":"1d644f62-46"},{"uid":"1d644f62-99"}],"isExternal":true},"1d644f62-122":{"id":"element-plus/es/components/input-number/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-18"},{"uid":"1d644f62-36"}],"isExternal":true},"1d644f62-123":{"id":"element-plus/es/components/radio-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-24"},{"uid":"1d644f62-38"}],"isExternal":true},"1d644f62-124":{"id":"element-plus/es/components/radio-button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-24"}],"isExternal":true},"1d644f62-125":{"id":"element-plus/es/components/checkbox-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-26"}],"isExternal":true},"1d644f62-126":{"id":"element-plus/es/components/color-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-30"}],"isExternal":true},"1d644f62-127":{"id":"element-plus/es/components/date-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-32"},{"uid":"1d644f62-34"}],"isExternal":true},"1d644f62-128":{"id":"element-plus/es/components/radio/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-38"}],"isExternal":true},"1d644f62-129":{"id":"element-plus/es/components/slider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-50"}],"isExternal":true},"1d644f62-130":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-52"}],"isExternal":true},"1d644f62-131":{"id":"element-plus/es/components/time-select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-58"}],"isExternal":true},"1d644f62-132":{"id":"element-plus/es/components/divider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-60"}],"isExternal":true},"1d644f62-133":{"id":"element-plus/es/components/alert/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-62"},{"uid":"1d644f62-99"}],"isExternal":true},"1d644f62-134":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-64"}],"isExternal":true},"1d644f62-135":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-64"}],"isExternal":true},"1d644f62-136":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-64"},{"uid":"1d644f62-66"},{"uid":"1d644f62-68"},{"uid":"1d644f62-70"},{"uid":"1d644f62-95"},{"uid":"1d644f62-101"}],"isExternal":true},"1d644f62-137":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-80"}],"isExternal":true},"1d644f62-138":{"id":"@vueup/vue-quill","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-89"}],"isExternal":true},"1d644f62-139":{"id":"@vueup/vue-quill/dist/vue-quill.snow.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-89"}],"isExternal":true},"1d644f62-140":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-91"},{"uid":"1d644f62-95"},{"uid":"1d644f62-99"}],"isExternal":true},"1d644f62-141":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-91"},{"uid":"1d644f62-99"}],"isExternal":true},"1d644f62-142":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-91"},{"uid":"1d644f62-95"},{"uid":"1d644f62-99"}],"isExternal":true},"1d644f62-143":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-91"}],"isExternal":true},"1d644f62-144":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-95"},{"uid":"1d644f62-101"}],"isExternal":true},"1d644f62-145":{"id":"element-plus/es/components/aside/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-95"}],"isExternal":true},"1d644f62-146":{"id":"element-plus/es/components/scrollbar/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-95"}],"isExternal":true},"1d644f62-147":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-95"},{"uid":"1d644f62-99"}],"isExternal":true},"1d644f62-148":{"id":"E:/my/work/jiton/vue-form-design/vue-form-design/node_modules/.pnpm/nanoid@4.0.2/node_modules/nanoid/url-alphabet/index.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d644f62-74"}]}},"env":{"rollup":"3.29.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
|
4933
4933
|
|
|
4934
4934
|
const run = () => {
|
|
4935
4935
|
const width = window.innerWidth;
|