starfish-form-custom 1.0.6 → 1.0.7
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-1971a7d7.mjs → formAction-1c7ec0ce.mjs} +1 -1
- package/dist/{index-9485929f.mjs → index-07e5577e.mjs} +2 -2
- package/dist/{index-b09691d9.mjs → index-2f45bf0b.mjs} +1 -1
- package/dist/{index-cd26b4f3.mjs → index-39b3db7d.mjs} +1 -1
- package/dist/{main-b93ac977.mjs → main-4c7157ff.mjs} +59 -31
- package/dist/{starfish-form-6876d47c.mjs → starfish-form-f1b8b36b.mjs} +5 -6
- package/dist/starfish-form.mjs +1 -1
- package/package.json +1 -1
- package/src/components/CheckBox/index.vue +2 -2
- package/src/components/Date/index.vue +3 -3
- package/src/components/DateTime/index.vue +3 -3
- package/src/components/InputNumber/index.vue +2 -2
- package/src/components/Radio/index.vue +2 -2
- package/src/components/Selected/index.vue +2 -2
- package/src/components/Selecteds/index.vue +2 -2
- package/src/starfish-form.vue +2 -2
- package/stats.html +1 -1
|
@@ -11,7 +11,7 @@ import 'element-plus/es/components/button/style/css';
|
|
|
11
11
|
import 'element-plus/es/components/tooltip/style/css';
|
|
12
12
|
import { defineComponent, inject, ref, getCurrentInstance, reactive, onMounted, resolveComponent, openBlock, createElementBlock, normalizeClass, normalizeStyle, createElementVNode, toDisplayString, createCommentVNode, createBlock, withCtx, createVNode, Fragment, renderList, withModifiers, createTextVNode } from 'vue';
|
|
13
13
|
import { Codemirror } from 'vue-codemirror';
|
|
14
|
-
import { _ as _export_sfc } from './main-
|
|
14
|
+
import { _ as _export_sfc } from './main-4c7157ff.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';
|
|
@@ -15,9 +15,9 @@ import 'element-plus/es/components/select/style/css';
|
|
|
15
15
|
import 'element-plus/es/components/option/style/css';
|
|
16
16
|
import 'element-plus/es/components/tooltip/style/css';
|
|
17
17
|
import { defineComponent, getCurrentInstance, inject, computed, ref, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode, createBlock, withCtx, Fragment, renderList, createVNode, createTextVNode } from 'vue';
|
|
18
|
-
import { _ as _export_sfc, a as _, f as fieldProps, r as ruleList, b as ruleJsonData } from './main-
|
|
18
|
+
import { _ as _export_sfc, a as _, f as fieldProps, r as ruleList, b as ruleJsonData } from './main-4c7157ff.mjs';
|
|
19
19
|
import { Delete } from '@element-plus/icons-vue';
|
|
20
|
-
import Dynamicform from './starfish-form-
|
|
20
|
+
import Dynamicform from './starfish-form-f1b8b36b.mjs';
|
|
21
21
|
import { Codemirror } from 'vue-codemirror';
|
|
22
22
|
import 'element-plus/es/components/input/style/css';
|
|
23
23
|
import 'element-plus/es/components/checkbox/style/css';
|
|
@@ -3,7 +3,7 @@ import 'element-plus/es/components/base/style/css';
|
|
|
3
3
|
import 'element-plus/es/components/tooltip/style/css';
|
|
4
4
|
import { defineComponent, ref, onMounted, onUnmounted, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode, createBlock, withCtx } from 'vue';
|
|
5
5
|
import E from 'wangeditor';
|
|
6
|
-
import { _ as _export_sfc, g as getFormConfig, f as fieldProps, u as useWatch } from './main-
|
|
6
|
+
import { _ as _export_sfc, g as getFormConfig, f as fieldProps, u as useWatch } from './main-4c7157ff.mjs';
|
|
7
7
|
import 'element-plus/es/components/icon/style/css';
|
|
8
8
|
import 'element-plus/es/components/input/style/css';
|
|
9
9
|
import 'element-plus/es/components/checkbox/style/css';
|
|
@@ -6,7 +6,7 @@ import 'element-plus/es/components/button/style/css';
|
|
|
6
6
|
import 'element-plus/es/components/main/style/css';
|
|
7
7
|
import 'element-plus/es/components/tooltip/style/css';
|
|
8
8
|
import { defineComponent, ref, onMounted, watch, nextTick, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode, createBlock, withCtx, createVNode, createTextVNode } from 'vue';
|
|
9
|
-
import { _ as _export_sfc, a as _, g as getFormConfig, f as fieldProps, u as useWatch } from './main-
|
|
9
|
+
import { _ as _export_sfc, a as _, g as getFormConfig, f as fieldProps, u as useWatch } from './main-4c7157ff.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';
|
|
@@ -2066,7 +2066,9 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2066
2066
|
key: 0,
|
|
2067
2067
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
2068
2068
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
2069
|
-
size: _ctx.size
|
|
2069
|
+
size: _ctx.size,
|
|
2070
|
+
disabled: _ctx.item.data.state === "disabled",
|
|
2071
|
+
readonly: _ctx.item.data.state === "readonly"
|
|
2070
2072
|
}, {
|
|
2071
2073
|
default: withCtx(() => [
|
|
2072
2074
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.item.data.itemConfig.items, (sitem, sindex) => {
|
|
@@ -2082,12 +2084,14 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2082
2084
|
}), 128))
|
|
2083
2085
|
]),
|
|
2084
2086
|
_: 1
|
|
2085
|
-
}, 8, ["modelValue", "size"])) : createCommentVNode("", true),
|
|
2087
|
+
}, 8, ["modelValue", "size", "disabled", "readonly"])) : createCommentVNode("", true),
|
|
2086
2088
|
_ctx.drag ? (openBlock(), createBlock(_component_el_checkbox_group, {
|
|
2087
2089
|
key: 1,
|
|
2088
2090
|
modelValue: _ctx.item.data.itemConfig.value,
|
|
2089
2091
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.item.data.itemConfig.value = $event),
|
|
2090
|
-
size: _ctx.size
|
|
2092
|
+
size: _ctx.size,
|
|
2093
|
+
disabled: _ctx.item.data.state === "disabled",
|
|
2094
|
+
readonly: _ctx.item.data.state === "readonly"
|
|
2091
2095
|
}, {
|
|
2092
2096
|
default: withCtx(() => [
|
|
2093
2097
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.item.data.itemConfig.items, (sitem, sindex) => {
|
|
@@ -2103,7 +2107,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2103
2107
|
}), 128))
|
|
2104
2108
|
]),
|
|
2105
2109
|
_: 1
|
|
2106
|
-
}, 8, ["modelValue", "size"])) : createCommentVNode("", true)
|
|
2110
|
+
}, 8, ["modelValue", "size", "disabled", "readonly"])) : createCommentVNode("", true)
|
|
2107
2111
|
], 4)
|
|
2108
2112
|
], 2);
|
|
2109
2113
|
}
|
|
@@ -2211,7 +2215,7 @@ const __vite_glob_0_8 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.definePro
|
|
|
2211
2215
|
const _sfc_main$i = defineComponent({
|
|
2212
2216
|
ControlType: "Date",
|
|
2213
2217
|
// 必须与文件名匹配
|
|
2214
|
-
nameCn: "\u65E5\u671F
|
|
2218
|
+
nameCn: "\u65E5\u671F",
|
|
2215
2219
|
icon: "icon-24gl-calendar",
|
|
2216
2220
|
formConfig: getFormConfig("Date", [
|
|
2217
2221
|
{ fieldName: "default", component: "Date" },
|
|
@@ -2267,16 +2271,20 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2267
2271
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.item.data.default = $event),
|
|
2268
2272
|
type: "date",
|
|
2269
2273
|
placeholder: _ctx.item.data.placeholder,
|
|
2270
|
-
size: _ctx.size
|
|
2271
|
-
|
|
2274
|
+
size: _ctx.size,
|
|
2275
|
+
disabled: _ctx.item.data.state === "disabled",
|
|
2276
|
+
readonly: _ctx.item.data.state === "readonly"
|
|
2277
|
+
}, null, 8, ["modelValue", "placeholder", "size", "disabled", "readonly"])) : createCommentVNode("", true),
|
|
2272
2278
|
!_ctx.drag ? (openBlock(), createBlock(_component_el_date_picker, {
|
|
2273
2279
|
key: 1,
|
|
2274
2280
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
2275
2281
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
2276
2282
|
type: "date",
|
|
2277
2283
|
placeholder: _ctx.item.data.placeholder,
|
|
2278
|
-
size: _ctx.size
|
|
2279
|
-
|
|
2284
|
+
size: _ctx.size,
|
|
2285
|
+
disabled: _ctx.item.data.state === "disabled",
|
|
2286
|
+
readonly: _ctx.item.data.state === "readonly"
|
|
2287
|
+
}, null, 8, ["modelValue", "placeholder", "size", "disabled", "readonly"])) : createCommentVNode("", true)
|
|
2280
2288
|
], 4)
|
|
2281
2289
|
], 2);
|
|
2282
2290
|
}
|
|
@@ -2290,7 +2298,7 @@ const __vite_glob_0_9 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.definePro
|
|
|
2290
2298
|
const _sfc_main$h = defineComponent({
|
|
2291
2299
|
ControlType: "DateTime",
|
|
2292
2300
|
// 必须与文件名匹配
|
|
2293
|
-
nameCn: "\u65E5\u671F\u65F6\u95F4
|
|
2301
|
+
nameCn: "\u65E5\u671F\u65F6\u95F4",
|
|
2294
2302
|
icon: "icon-riqishijian",
|
|
2295
2303
|
formConfig: getFormConfig("DateTime", [
|
|
2296
2304
|
{ fieldName: "default", component: "DateTime" },
|
|
@@ -2346,16 +2354,20 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2346
2354
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.item.data.default = $event),
|
|
2347
2355
|
type: "datetime",
|
|
2348
2356
|
placeholder: _ctx.item.data.placeholder,
|
|
2349
|
-
size: _ctx.size
|
|
2350
|
-
|
|
2357
|
+
size: _ctx.size,
|
|
2358
|
+
disabled: _ctx.item.data.state === "disabled",
|
|
2359
|
+
readonly: _ctx.item.data.state === "readonly"
|
|
2360
|
+
}, null, 8, ["modelValue", "placeholder", "size", "disabled", "readonly"])) : createCommentVNode("", true),
|
|
2351
2361
|
!_ctx.drag ? (openBlock(), createBlock(_component_el_date_picker, {
|
|
2352
2362
|
key: 1,
|
|
2353
2363
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
2354
2364
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
2355
2365
|
type: "datetime",
|
|
2356
2366
|
placeholder: _ctx.item.data.placeholder,
|
|
2357
|
-
size: _ctx.size
|
|
2358
|
-
|
|
2367
|
+
size: _ctx.size,
|
|
2368
|
+
disabled: _ctx.item.data.state === "disabled",
|
|
2369
|
+
readonly: _ctx.item.data.state === "readonly"
|
|
2370
|
+
}, null, 8, ["modelValue", "placeholder", "size", "disabled", "readonly"])) : createCommentVNode("", true)
|
|
2359
2371
|
], 4)
|
|
2360
2372
|
], 2);
|
|
2361
2373
|
}
|
|
@@ -2433,17 +2445,21 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2433
2445
|
modelValue: _ctx.item.data.default,
|
|
2434
2446
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.item.data.default = $event),
|
|
2435
2447
|
"controls-position": _ctx.item.data.type == 2 ? "right" : "",
|
|
2436
|
-
size: _ctx.item.data.size
|
|
2437
|
-
|
|
2448
|
+
size: _ctx.item.data.size,
|
|
2449
|
+
disabled: _ctx.item.data.state === "disabled",
|
|
2450
|
+
readonly: _ctx.item.data.state === "readonly"
|
|
2451
|
+
}, null, 8, ["modelValue", "controls-position", "size", "disabled", "readonly"])) : createCommentVNode("", true),
|
|
2438
2452
|
!_ctx.drag ? (openBlock(), createBlock(_component_el_input_number, {
|
|
2439
2453
|
key: 1,
|
|
2440
2454
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
2441
2455
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
2442
2456
|
"controls-position": _ctx.item.data.type == 2 ? "right" : "",
|
|
2443
2457
|
size: _ctx.item.data.size,
|
|
2458
|
+
disabled: _ctx.item.data.state === "disabled",
|
|
2459
|
+
readonly: _ctx.item.data.state === "readonly",
|
|
2444
2460
|
onFocus: _cache[2] || (_cache[2] = ($event) => _ctx.execFunc("onFocus")),
|
|
2445
2461
|
onBlur: _cache[3] || (_cache[3] = ($event) => _ctx.execFunc("onBlur"))
|
|
2446
|
-
}, null, 8, ["modelValue", "controls-position", "size"])) : createCommentVNode("", true)
|
|
2462
|
+
}, null, 8, ["modelValue", "controls-position", "size", "disabled", "readonly"])) : createCommentVNode("", true)
|
|
2447
2463
|
], 4)
|
|
2448
2464
|
], 2);
|
|
2449
2465
|
}
|
|
@@ -2511,7 +2527,9 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2511
2527
|
key: 0,
|
|
2512
2528
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
2513
2529
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
2514
|
-
size: _ctx.size
|
|
2530
|
+
size: _ctx.size,
|
|
2531
|
+
disabled: _ctx.item.data.state === "disabled",
|
|
2532
|
+
readonly: _ctx.item.data.state === "readonly"
|
|
2515
2533
|
}, {
|
|
2516
2534
|
default: withCtx(() => [
|
|
2517
2535
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.item.data.itemConfig.items, (sitem, sindex) => {
|
|
@@ -2527,12 +2545,14 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2527
2545
|
}), 128))
|
|
2528
2546
|
]),
|
|
2529
2547
|
_: 1
|
|
2530
|
-
}, 8, ["modelValue", "size"])) : createCommentVNode("", true),
|
|
2548
|
+
}, 8, ["modelValue", "size", "disabled", "readonly"])) : createCommentVNode("", true),
|
|
2531
2549
|
_ctx.drag ? (openBlock(), createBlock(_component_el_radio_group, {
|
|
2532
2550
|
key: 1,
|
|
2533
2551
|
modelValue: _ctx.item.data.itemConfig.value,
|
|
2534
2552
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.item.data.itemConfig.value = $event),
|
|
2535
|
-
size: _ctx.size
|
|
2553
|
+
size: _ctx.size,
|
|
2554
|
+
disabled: _ctx.item.data.state === "disabled",
|
|
2555
|
+
readonly: _ctx.item.data.state === "readonly"
|
|
2536
2556
|
}, {
|
|
2537
2557
|
default: withCtx(() => [
|
|
2538
2558
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.item.data.itemConfig.items, (sitem, sindex) => {
|
|
@@ -2548,7 +2568,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2548
2568
|
}), 128))
|
|
2549
2569
|
]),
|
|
2550
2570
|
_: 1
|
|
2551
|
-
}, 8, ["modelValue", "size"])) : createCommentVNode("", true)
|
|
2571
|
+
}, 8, ["modelValue", "size", "disabled", "readonly"])) : createCommentVNode("", true)
|
|
2552
2572
|
], 4)
|
|
2553
2573
|
], 2);
|
|
2554
2574
|
}
|
|
@@ -3048,7 +3068,9 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3048
3068
|
modelValue: _ctx.item.data.itemConfig.value,
|
|
3049
3069
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.item.data.itemConfig.value = $event),
|
|
3050
3070
|
placeholder: _ctx.item.data.placeholder,
|
|
3051
|
-
size: _ctx.size
|
|
3071
|
+
size: _ctx.size,
|
|
3072
|
+
disabled: _ctx.item.data.state === "disabled",
|
|
3073
|
+
readonly: _ctx.item.data.state === "readonly"
|
|
3052
3074
|
}, {
|
|
3053
3075
|
default: withCtx(() => [
|
|
3054
3076
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.item.data.itemConfig.items, (items) => {
|
|
@@ -3060,13 +3082,15 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3060
3082
|
}), 128))
|
|
3061
3083
|
]),
|
|
3062
3084
|
_: 1
|
|
3063
|
-
}, 8, ["modelValue", "placeholder", "size"])) : createCommentVNode("", true),
|
|
3085
|
+
}, 8, ["modelValue", "placeholder", "size", "disabled", "readonly"])) : createCommentVNode("", true),
|
|
3064
3086
|
!_ctx.drag ? (openBlock(), createBlock(_component_el_select, {
|
|
3065
3087
|
key: 1,
|
|
3066
3088
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
3067
3089
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
|
|
3068
3090
|
placeholder: _ctx.item.data.placeholder,
|
|
3069
3091
|
size: _ctx.size,
|
|
3092
|
+
disabled: _ctx.item.data.state === "disabled",
|
|
3093
|
+
readonly: _ctx.item.data.state === "readonly",
|
|
3070
3094
|
onFocus: _cache[2] || (_cache[2] = ($event) => _ctx.execFunc("onFocus")),
|
|
3071
3095
|
onBlur: _cache[3] || (_cache[3] = ($event) => _ctx.execFunc("onBlur"))
|
|
3072
3096
|
}, {
|
|
@@ -3080,7 +3104,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3080
3104
|
}), 128))
|
|
3081
3105
|
]),
|
|
3082
3106
|
_: 1
|
|
3083
|
-
}, 8, ["modelValue", "placeholder", "size"])) : createCommentVNode("", true)
|
|
3107
|
+
}, 8, ["modelValue", "placeholder", "size", "disabled", "readonly"])) : createCommentVNode("", true)
|
|
3084
3108
|
], 4)
|
|
3085
3109
|
], 2);
|
|
3086
3110
|
}
|
|
@@ -3158,6 +3182,8 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3158
3182
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.item.data.itemConfig.value = $event),
|
|
3159
3183
|
placeholder: _ctx.item.data.placeholder,
|
|
3160
3184
|
multiple: "",
|
|
3185
|
+
disabled: _ctx.item.data.state === "disabled",
|
|
3186
|
+
readonly: _ctx.item.data.state === "readonly",
|
|
3161
3187
|
size: _ctx.size
|
|
3162
3188
|
}, {
|
|
3163
3189
|
default: withCtx(() => [
|
|
@@ -3170,7 +3196,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3170
3196
|
}), 128))
|
|
3171
3197
|
]),
|
|
3172
3198
|
_: 1
|
|
3173
|
-
}, 8, ["modelValue", "placeholder", "size"])) : createCommentVNode("", true),
|
|
3199
|
+
}, 8, ["modelValue", "placeholder", "disabled", "readonly", "size"])) : createCommentVNode("", true),
|
|
3174
3200
|
!_ctx.drag ? (openBlock(), createBlock(_component_el_select, {
|
|
3175
3201
|
key: 1,
|
|
3176
3202
|
modelValue: _ctx.data[_ctx.item.data.fieldName],
|
|
@@ -3178,6 +3204,8 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3178
3204
|
placeholder: _ctx.item.data.placeholder,
|
|
3179
3205
|
multiple: "",
|
|
3180
3206
|
size: _ctx.size,
|
|
3207
|
+
disabled: _ctx.item.data.state === "disabled",
|
|
3208
|
+
readonly: _ctx.item.data.state === "readonly",
|
|
3181
3209
|
onFocus: _cache[2] || (_cache[2] = ($event) => _ctx.execFunc("onFocus")),
|
|
3182
3210
|
onBlur: _cache[3] || (_cache[3] = ($event) => _ctx.execFunc("onBlur"))
|
|
3183
3211
|
}, {
|
|
@@ -3191,7 +3219,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3191
3219
|
}), 128))
|
|
3192
3220
|
]),
|
|
3193
3221
|
_: 1
|
|
3194
|
-
}, 8, ["modelValue", "placeholder", "size"])) : createCommentVNode("", true)
|
|
3222
|
+
}, 8, ["modelValue", "placeholder", "size", "disabled", "readonly"])) : createCommentVNode("", true)
|
|
3195
3223
|
], 4)
|
|
3196
3224
|
], 2);
|
|
3197
3225
|
}
|
|
@@ -5061,7 +5089,7 @@ Object.keys(files).forEach((fileName) => {
|
|
|
5061
5089
|
}
|
|
5062
5090
|
});
|
|
5063
5091
|
const RichText = defineAsyncComponent({
|
|
5064
|
-
loader: () => import('./index-
|
|
5092
|
+
loader: () => import('./index-2f45bf0b.mjs'),
|
|
5065
5093
|
loadingComponent: Loading
|
|
5066
5094
|
});
|
|
5067
5095
|
RichText.ControlType = "RichText";
|
|
@@ -5070,7 +5098,7 @@ RichText.icon = "icon-textEdit";
|
|
|
5070
5098
|
RichText.formConfig = getFormConfig("RichText");
|
|
5071
5099
|
utilFuns[RichText.ControlType] = RichText;
|
|
5072
5100
|
const jsonEditor = defineAsyncComponent({
|
|
5073
|
-
loader: () => import('./index-
|
|
5101
|
+
loader: () => import('./index-39b3db7d.mjs'),
|
|
5074
5102
|
loadingComponent: Loading
|
|
5075
5103
|
});
|
|
5076
5104
|
jsonEditor.ControlType = "JsonEditor";
|
|
@@ -5080,14 +5108,14 @@ jsonEditor.formConfig = getFormConfig("JsonEditor", [{ fieldName: "default", com
|
|
|
5080
5108
|
jsonEditor.rule = _.getJsonValidate();
|
|
5081
5109
|
utilFuns[jsonEditor.ControlType] = jsonEditor;
|
|
5082
5110
|
const formAction = defineAsyncComponent({
|
|
5083
|
-
loader: () => import('./formAction-
|
|
5111
|
+
loader: () => import('./formAction-1c7ec0ce.mjs'),
|
|
5084
5112
|
loadingComponent: Loading
|
|
5085
5113
|
});
|
|
5086
5114
|
formAction.ControlType = "FormAction";
|
|
5087
5115
|
formAction.isHide = true;
|
|
5088
5116
|
utilFuns[formAction.ControlType] = formAction;
|
|
5089
5117
|
const Rule = defineAsyncComponent({
|
|
5090
|
-
loader: () => import('./index-
|
|
5118
|
+
loader: () => import('./index-07e5577e.mjs'),
|
|
5091
5119
|
loadingComponent: Loading
|
|
5092
5120
|
});
|
|
5093
5121
|
Rule.ControlType = "Rule";
|
|
@@ -5096,7 +5124,7 @@ utilFuns[Rule.ControlType] = Rule;
|
|
|
5096
5124
|
const install = (app) => {
|
|
5097
5125
|
app.config.globalProperties.$formcomponents = utilFuns;
|
|
5098
5126
|
};
|
|
5099
|
-
const Dynamicform = defineAsyncComponent(() => import('./starfish-form-
|
|
5127
|
+
const Dynamicform = defineAsyncComponent(() => import('./starfish-form-f1b8b36b.mjs'));
|
|
5100
5128
|
const main = {
|
|
5101
5129
|
install
|
|
5102
5130
|
};
|
|
@@ -2,8 +2,8 @@ import { ElFormItem, ElForm } from 'element-plus/es';
|
|
|
2
2
|
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
|
-
import { defineComponent, getCurrentInstance, ref, onMounted, openBlock, createElementBlock, createVNode, withCtx, Fragment, renderList, createBlock, resolveDynamicComponent,
|
|
6
|
-
import { _ as _export_sfc } from './main-
|
|
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-4c7157ff.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';
|
|
@@ -278,15 +278,14 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
278
278
|
const _component_el_form_item = ElFormItem;
|
|
279
279
|
const _component_el_form = ElForm;
|
|
280
280
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
281
|
-
createVNode(_component_el_form, {
|
|
282
|
-
ref: "ruleForm",
|
|
281
|
+
createVNode(_component_el_form, mergeProps({ ref: "ruleForm" }, _ctx.$attrs, {
|
|
283
282
|
model: _ctx.formResult,
|
|
284
283
|
rules: _ctx.rules,
|
|
285
284
|
"label-width": "120px",
|
|
286
285
|
class: "demo-ruleForm",
|
|
287
286
|
size: "default",
|
|
288
287
|
"validate-on-rule-change": false
|
|
289
|
-
}, {
|
|
288
|
+
}), {
|
|
290
289
|
default: withCtx(() => [
|
|
291
290
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.allFormList, (item2) => {
|
|
292
291
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
@@ -323,7 +322,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
323
322
|
}), 256))
|
|
324
323
|
]),
|
|
325
324
|
_: 1
|
|
326
|
-
},
|
|
325
|
+
}, 16, ["model", "rules"])
|
|
327
326
|
]);
|
|
328
327
|
}
|
|
329
328
|
const Dynamicform = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
package/dist/starfish-form.mjs
CHANGED
package/package.json
CHANGED
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
</el-tooltip>
|
|
9
9
|
</div>
|
|
10
10
|
<div class="control" :style="{marginLeft: labelalign != 'top'?labelWidth + 'px': ''}">
|
|
11
|
-
<el-checkbox-group v-model="data[item.data.fieldName]" v-if="!drag && data[item.data.fieldName]" :size="size">
|
|
11
|
+
<el-checkbox-group v-model="data[item.data.fieldName]" v-if="!drag && data[item.data.fieldName]" :size="size" :disabled="item.data.state === 'disabled'" :readonly="item.data.state === 'readonly'">
|
|
12
12
|
<el-checkbox v-for="(sitem, sindex) in item.data.itemConfig.items" :key="sindex" :label="sitem.value">{{ sitem.label }}</el-checkbox>
|
|
13
13
|
</el-checkbox-group>
|
|
14
|
-
<el-checkbox-group v-model="item.data.itemConfig.value" v-if="drag" :size="size">
|
|
14
|
+
<el-checkbox-group v-model="item.data.itemConfig.value" v-if="drag" :size="size" :disabled="item.data.state === 'disabled'" :readonly="item.data.state === 'readonly'">
|
|
15
15
|
<el-checkbox v-for="(sitem, sindex) in item.data.itemConfig.items" :key="sindex" :label="sitem.value">{{ sitem.label }}</el-checkbox>
|
|
16
16
|
</el-checkbox-group>
|
|
17
17
|
</div>
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
</el-tooltip>
|
|
9
9
|
</div>
|
|
10
10
|
<div class="control" :style="{marginLeft: labelalign != 'top'?labelWidth + 'px': ''}">
|
|
11
|
-
<el-date-picker v-model="item.data.default" type="date" :placeholder="item.data.placeholder" v-if="drag" :size="size"> </el-date-picker>
|
|
12
|
-
<el-date-picker v-model="data[item.data.fieldName]" type="date" :placeholder="item.data.placeholder" v-if="!drag" :size="size"> </el-date-picker>
|
|
11
|
+
<el-date-picker v-model="item.data.default" type="date" :placeholder="item.data.placeholder" v-if="drag" :size="size" :disabled="item.data.state === 'disabled'" :readonly="item.data.state === 'readonly'"> </el-date-picker>
|
|
12
|
+
<el-date-picker v-model="data[item.data.fieldName]" type="date" :placeholder="item.data.placeholder" v-if="!drag" :size="size" :disabled="item.data.state === 'disabled'" :readonly="item.data.state === 'readonly'"> </el-date-picker>
|
|
13
13
|
</div>
|
|
14
14
|
</div>
|
|
15
15
|
</template>
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
import { useWatch } from "../../utils/customHooks";
|
|
21
21
|
export default defineComponent({
|
|
22
22
|
ControlType: "Date", // 必须与文件名匹配
|
|
23
|
-
nameCn: "
|
|
23
|
+
nameCn: "日期",
|
|
24
24
|
icon: "icon-24gl-calendar",
|
|
25
25
|
formConfig: getFormConfig("Date", [
|
|
26
26
|
{ fieldName: "default", component: "Date" },
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
</el-tooltip>
|
|
9
9
|
</div>
|
|
10
10
|
<div class="control" :style="{marginLeft: labelalign != 'top'?labelWidth + 'px': ''}">
|
|
11
|
-
<el-date-picker v-model="item.data.default" type="datetime" :placeholder="item.data.placeholder" v-if="drag" :size="size"> </el-date-picker>
|
|
12
|
-
<el-date-picker v-model="data[item.data.fieldName]" type="datetime" :placeholder="item.data.placeholder" v-if="!drag" :size="size"> </el-date-picker>
|
|
11
|
+
<el-date-picker v-model="item.data.default" type="datetime" :placeholder="item.data.placeholder" v-if="drag" :size="size" :disabled="item.data.state === 'disabled'" :readonly="item.data.state === 'readonly'"> </el-date-picker>
|
|
12
|
+
<el-date-picker v-model="data[item.data.fieldName]" type="datetime" :placeholder="item.data.placeholder" v-if="!drag" :size="size" :disabled="item.data.state === 'disabled'" :readonly="item.data.state === 'readonly'"> </el-date-picker>
|
|
13
13
|
</div>
|
|
14
14
|
</div>
|
|
15
15
|
</template>
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
import { useWatch } from "../../utils/customHooks";
|
|
21
21
|
export default defineComponent({
|
|
22
22
|
ControlType: "DateTime", // 必须与文件名匹配
|
|
23
|
-
nameCn: "
|
|
23
|
+
nameCn: "日期时间",
|
|
24
24
|
icon: "icon-riqishijian",
|
|
25
25
|
formConfig: getFormConfig("DateTime", [
|
|
26
26
|
{ fieldName: "default", component: "DateTime" },
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
</el-tooltip>
|
|
9
9
|
</div>
|
|
10
10
|
<div class="control" :style="{ marginLeft: labelalign != 'top' ? labelWidth + 'px' : '' }">
|
|
11
|
-
<el-input-number v-model="item.data.default" :controls-position="item.data.type == 2 ? 'right' : ''" :size="item.data.size" v-if="drag" />
|
|
12
|
-
<el-input-number v-model="data[item.data.fieldName]" v-if="!drag" :controls-position="item.data.type == 2 ? 'right' : ''" :size="item.data.size" @focus="execFunc('onFocus')" @blur="execFunc('onBlur')" />
|
|
11
|
+
<el-input-number v-model="item.data.default" :controls-position="item.data.type == 2 ? 'right' : ''" :size="item.data.size" v-if="drag" :disabled="item.data.state === 'disabled'" :readonly="item.data.state === 'readonly'" />
|
|
12
|
+
<el-input-number v-model="data[item.data.fieldName]" v-if="!drag" :controls-position="item.data.type == 2 ? 'right' : ''" :size="item.data.size" :disabled="item.data.state === 'disabled'" :readonly="item.data.state === 'readonly'" @focus="execFunc('onFocus')" @blur="execFunc('onBlur')" />
|
|
13
13
|
</div>
|
|
14
14
|
</div>
|
|
15
15
|
</template>
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
</el-tooltip>
|
|
9
9
|
</div>
|
|
10
10
|
<div class="control" :style="{ marginLeft: labelalign != 'top' ? labelWidth + 'px' : '' }">
|
|
11
|
-
<el-radio-group v-if="!drag" v-model="data[item.data.fieldName]" :size="size">
|
|
11
|
+
<el-radio-group v-if="!drag" v-model="data[item.data.fieldName]" :size="size" :disabled="item.data.state === 'disabled'" :readonly="item.data.state === 'readonly'">
|
|
12
12
|
<el-radio v-for="(sitem, sindex) in item.data.itemConfig.items" :key="sindex" :label="sitem.value">{{ sitem.label }}</el-radio>
|
|
13
13
|
</el-radio-group>
|
|
14
|
-
<el-radio-group v-if="drag" v-model="item.data.itemConfig.value" :size="size">
|
|
14
|
+
<el-radio-group v-if="drag" v-model="item.data.itemConfig.value" :size="size" :disabled="item.data.state === 'disabled'" :readonly="item.data.state === 'readonly'">
|
|
15
15
|
<el-radio v-for="(sitem, sindex) in item.data.itemConfig.items" :key="sindex" :label="sitem.value">{{ sitem.label }}</el-radio>
|
|
16
16
|
</el-radio-group>
|
|
17
17
|
</div>
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
</el-tooltip>
|
|
9
9
|
</div>
|
|
10
10
|
<div class="control" :style="{ marginLeft: labelalign != 'top' ? labelWidth + 'px' : '' }">
|
|
11
|
-
<el-select v-model="item.data.itemConfig.value" :placeholder="item.data.placeholder" v-if="drag" :size="size">
|
|
11
|
+
<el-select v-model="item.data.itemConfig.value" :placeholder="item.data.placeholder" v-if="drag" :size="size" :disabled="item.data.state === 'disabled'" :readonly="item.data.state === 'readonly'">
|
|
12
12
|
<el-option v-for="items in item.data.itemConfig.items" :key="items.value" :label="items.label" :value="items.value" />
|
|
13
13
|
</el-select>
|
|
14
|
-
<el-select v-model="data[item.data.fieldName]" :placeholder="item.data.placeholder" v-if="!drag" :size="size" @focus="execFunc('onFocus')" @blur="execFunc('onBlur')">
|
|
14
|
+
<el-select v-model="data[item.data.fieldName]" :placeholder="item.data.placeholder" v-if="!drag" :size="size" :disabled="item.data.state === 'disabled'" :readonly="item.data.state === 'readonly'" @focus="execFunc('onFocus')" @blur="execFunc('onBlur')">
|
|
15
15
|
<el-option v-for="items in item.data.itemConfig.items" :key="items.value" :label="items.label" :value="items.value" />
|
|
16
16
|
</el-select>
|
|
17
17
|
</div>
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
</el-tooltip>
|
|
9
9
|
</div>
|
|
10
10
|
<div class="control" :style="{ marginLeft: labelalign != 'top' ? labelWidth + 'px' : '' }">
|
|
11
|
-
<el-select v-model="item.data.itemConfig.value" :placeholder="item.data.placeholder" v-if="drag" multiple :size="size">
|
|
11
|
+
<el-select v-model="item.data.itemConfig.value" :placeholder="item.data.placeholder" v-if="drag" multiple :disabled="item.data.state === 'disabled'" :readonly="item.data.state === 'readonly'" :size="size">
|
|
12
12
|
<el-option v-for="items in item.data.itemConfig.items" :key="items.value" :label="items.label" :value="items.value" />
|
|
13
13
|
</el-select>
|
|
14
|
-
<el-select v-model="data[item.data.fieldName]" :placeholder="item.data.placeholder" v-if="!drag" multiple :size="size" @focus="execFunc('onFocus')" @blur="execFunc('onBlur')">
|
|
14
|
+
<el-select v-model="data[item.data.fieldName]" :placeholder="item.data.placeholder" v-if="!drag" multiple :size="size" :disabled="item.data.state === 'disabled'" :readonly="item.data.state === 'readonly'" @focus="execFunc('onFocus')" @blur="execFunc('onBlur')">
|
|
15
15
|
<el-option v-for="items in item.data.itemConfig.items" :key="items.value" :label="items.label" :value="items.value" />
|
|
16
16
|
</el-select>
|
|
17
17
|
</div>
|
package/src/starfish-form.vue
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="starfish-dynamicform">
|
|
3
|
-
<el-form ref="ruleForm" :model="formResult" :rules="rules" label-width="120px" class="demo-ruleForm" size="default" :validate-on-rule-change="false">
|
|
3
|
+
<el-form ref="ruleForm" v-bind="$attrs" :model="formResult" :rules="rules" label-width="120px" class="demo-ruleForm" size="default" :validate-on-rule-change="false">
|
|
4
4
|
<template v-for="item in allFormList" >
|
|
5
5
|
<el-form-item :prop="item.data.fieldName" v-if="!item.layout && item.show" :key="item.id">
|
|
6
6
|
<component ref="controlObj" @change="handleControlChange" :is="item.ControlType" v-bind="globalConfig" :item="item" :data="formResult || '{}'" :drag="false" size="default"></component>
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
default() {
|
|
35
35
|
return {};
|
|
36
36
|
},
|
|
37
|
-
}
|
|
37
|
+
}
|
|
38
38
|
},
|
|
39
39
|
setup(props: any, { emit }) {
|
|
40
40
|
const { proxy } = getCurrentInstance() as any;
|
package/stats.html
CHANGED
|
@@ -4822,7 +4822,7 @@ var drawChart = (function (exports) {
|
|
|
4822
4822
|
</script>
|
|
4823
4823
|
<script>
|
|
4824
4824
|
/*<!--*/
|
|
4825
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"starfish-form.mjs","uid":"74f67af3-1"},{"name":"main-b93ac977.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design","children":[{"name":"packages","children":[{"name":"form/src","children":[{"name":"utils","children":[{"uid":"74f67af3-3","name":"fieldConfig.ts"},{"uid":"74f67af3-5","name":"fieldProps.ts"},{"uid":"74f67af3-23","name":"customHooks.ts"}]},{"name":"common","children":[{"uid":"74f67af3-9","name":"KeyValueConfig.vue"},{"uid":"74f67af3-11","name":"KeyValueConfigMult.vue"},{"uid":"74f67af3-13","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"74f67af3-15","name":"Loading.vue"},{"uid":"74f67af3-17","name":"action.vue"},{"uid":"74f67af3-19","name":"listConfig.vue"},{"uid":"74f67af3-21","name":"panel.vue"},{"uid":"74f67af3-25","name":"radiogroup.vue"}]},{"name":"components","children":[{"name":"CheckBox/index.vue","uid":"74f67af3-27"},{"name":"ColorSelect","children":[{"uid":"74f67af3-29","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"74f67af3-31","name":"index.vue"}]},{"name":"Date/index.vue","uid":"74f67af3-33"},{"name":"DateTime/index.vue","uid":"74f67af3-35"},{"name":"InputNumber/index.vue","uid":"74f67af3-37"},{"name":"Radio/index.vue","uid":"74f67af3-39"},{"name":"Rule","children":[{"uid":"74f67af3-41","name":"ruleform.json"},{"uid":"74f67af3-43","name":"rules.js"}]},{"name":"Selected/index.vue","uid":"74f67af3-45"},{"name":"Selecteds/index.vue","uid":"74f67af3-47"},{"name":"ShowRule/index.vue","uid":"74f67af3-49"},{"name":"Slider/index.vue","uid":"74f67af3-51"},{"name":"Switch/index.vue","uid":"74f67af3-53"},{"name":"Text/index.vue","uid":"74f67af3-55"},{"name":"TextArea/index.vue","uid":"74f67af3-57"},{"name":"Time/index.vue","uid":"74f67af3-59"}]},{"name":"layout","children":[{"uid":"74f67af3-61","name":"Divider.vue"},{"uid":"74f67af3-63","name":"Info.vue"},{"uid":"74f67af3-65","name":"Tabs.vue"},{"uid":"74f67af3-67","name":"collapse.vue"},{"uid":"74f67af3-69","name":"grid.vue"},{"uid":"74f67af3-71","name":"table.vue"}]},{"name":"styles/index.scss","uid":"74f67af3-73"},{"uid":"74f67af3-86","name":"main.ts"}]},{"name":"editor/src","children":[{"name":"controller","children":[{"uid":"74f67af3-77","name":"history.ts"},{"uid":"74f67af3-79","name":"form.ts"}]},{"name":"utils/_.ts","uid":"74f67af3-81"},{"name":"common","children":[{"uid":"74f67af3-83","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"74f67af3-85","name":"Loading.vue"}]}]}]},{"name":"node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","uid":"74f67af3-75"}]},{"uid":"74f67af3-7","name":"plugin-vue:export-helper"}]},{"name":"index-b09691d9.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","uid":"74f67af3-88"}]},{"name":"index-cd26b4f3.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","uid":"74f67af3-90"}]},{"name":"formAction-1971a7d7.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common","children":[{"uid":"74f67af3-92","name":"formAction.vue?vue&type=style&index=0&lang.scss"},{"uid":"74f67af3-94","name":"formAction.vue"}]}]},{"name":"index-9485929f.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule","children":[{"uid":"74f67af3-96","name":"index.vue?vue&type=style&index=0&lang.scss"},{"uid":"74f67af3-98","name":"index.vue"}]}]},{"name":"starfish-form-6876d47c.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","uid":"74f67af3-100"}]}],"isRoot":true},"nodeParts":{"74f67af3-1":{"id":"starfish-form.mjs","gzipLength":0,"brotliLength":0,"renderedLength":1902,"metaUid":"74f67af3-0"},"74f67af3-3":{"renderedLength":17784,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-2"},"74f67af3-5":{"renderedLength":567,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-4"},"74f67af3-7":{"renderedLength":159,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-6"},"74f67af3-9":{"renderedLength":8660,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-8"},"74f67af3-11":{"renderedLength":8485,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-10"},"74f67af3-13":{"renderedLength":103,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-12"},"74f67af3-15":{"renderedLength":404,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-14"},"74f67af3-17":{"renderedLength":8527,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-16"},"74f67af3-19":{"renderedLength":3223,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-18"},"74f67af3-21":{"renderedLength":5397,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-20"},"74f67af3-23":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-22"},"74f67af3-25":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-24"},"74f67af3-27":{"renderedLength":3990,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-26"},"74f67af3-29":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-28"},"74f67af3-31":{"renderedLength":3864,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-30"},"74f67af3-33":{"renderedLength":3008,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-32"},"74f67af3-35":{"renderedLength":3038,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-34"},"74f67af3-37":{"renderedLength":3556,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-36"},"74f67af3-39":{"renderedLength":3908,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-38"},"74f67af3-41":{"renderedLength":5040,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-40"},"74f67af3-43":{"renderedLength":2564,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-42"},"74f67af3-45":{"renderedLength":4250,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-44"},"74f67af3-47":{"renderedLength":4312,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-46"},"74f67af3-49":{"renderedLength":4133,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-48"},"74f67af3-51":{"renderedLength":2944,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-50"},"74f67af3-53":{"renderedLength":2726,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-52"},"74f67af3-55":{"renderedLength":3501,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-54"},"74f67af3-57":{"renderedLength":3566,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-56"},"74f67af3-59":{"renderedLength":2972,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-58"},"74f67af3-61":{"renderedLength":1315,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-60"},"74f67af3-63":{"renderedLength":2999,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-62"},"74f67af3-65":{"renderedLength":5888,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-64"},"74f67af3-67":{"renderedLength":6238,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-66"},"74f67af3-69":{"renderedLength":6248,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-68"},"74f67af3-71":{"renderedLength":5731,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-70"},"74f67af3-73":{"renderedLength":17,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-72"},"74f67af3-75":{"renderedLength":350,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-74"},"74f67af3-77":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-76"},"74f67af3-79":{"renderedLength":5852,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-78"},"74f67af3-81":{"renderedLength":9841,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-80"},"74f67af3-83":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-82"},"74f67af3-85":{"renderedLength":390,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-84"},"74f67af3-86":{"renderedLength":2981,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-0"},"74f67af3-88":{"renderedLength":2874,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-87"},"74f67af3-90":{"renderedLength":6675,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-89"},"74f67af3-92":{"renderedLength":92,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-91"},"74f67af3-94":{"renderedLength":17107,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-93"},"74f67af3-96":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-95"},"74f67af3-98":{"renderedLength":18209,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-97"},"74f67af3-100":{"renderedLength":8907,"gzipLength":0,"brotliLength":0,"metaUid":"74f67af3-99"}},"nodeMetas":{"74f67af3-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/main.ts","moduleParts":{"starfish-form.mjs":"74f67af3-1","main-b93ac977.mjs":"74f67af3-86"},"imported":[{"uid":"74f67af3-8"},{"uid":"74f67af3-10"},{"uid":"74f67af3-14"},{"uid":"74f67af3-16"},{"uid":"74f67af3-18"},{"uid":"74f67af3-20"},{"uid":"74f67af3-24"},{"uid":"74f67af3-26"},{"uid":"74f67af3-30"},{"uid":"74f67af3-32"},{"uid":"74f67af3-34"},{"uid":"74f67af3-36"},{"uid":"74f67af3-38"},{"uid":"74f67af3-40"},{"uid":"74f67af3-42"},{"uid":"74f67af3-44"},{"uid":"74f67af3-46"},{"uid":"74f67af3-48"},{"uid":"74f67af3-50"},{"uid":"74f67af3-52"},{"uid":"74f67af3-54"},{"uid":"74f67af3-56"},{"uid":"74f67af3-58"},{"uid":"74f67af3-60"},{"uid":"74f67af3-62"},{"uid":"74f67af3-64"},{"uid":"74f67af3-66"},{"uid":"74f67af3-68"},{"uid":"74f67af3-70"},{"uid":"74f67af3-101"},{"uid":"74f67af3-72"},{"uid":"74f67af3-2"},{"uid":"74f67af3-80"},{"uid":"74f67af3-84"},{"uid":"74f67af3-87","dynamic":true},{"uid":"74f67af3-89","dynamic":true},{"uid":"74f67af3-93","dynamic":true},{"uid":"74f67af3-97","dynamic":true},{"uid":"74f67af3-99","dynamic":true}],"importedBy":[],"isEntry":true},"74f67af3-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldConfig.ts","moduleParts":{"main-b93ac977.mjs":"74f67af3-3"},"imported":[],"importedBy":[{"uid":"74f67af3-0"},{"uid":"74f67af3-8"},{"uid":"74f67af3-10"},{"uid":"74f67af3-26"},{"uid":"74f67af3-30"},{"uid":"74f67af3-32"},{"uid":"74f67af3-34"},{"uid":"74f67af3-36"},{"uid":"74f67af3-38"},{"uid":"74f67af3-44"},{"uid":"74f67af3-46"},{"uid":"74f67af3-50"},{"uid":"74f67af3-52"},{"uid":"74f67af3-54"},{"uid":"74f67af3-56"},{"uid":"74f67af3-58"},{"uid":"74f67af3-60"},{"uid":"74f67af3-62"},{"uid":"74f67af3-64"},{"uid":"74f67af3-66"},{"uid":"74f67af3-68"},{"uid":"74f67af3-70"},{"uid":"74f67af3-87"},{"uid":"74f67af3-89"}]},"74f67af3-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldProps.ts","moduleParts":{"main-b93ac977.mjs":"74f67af3-5"},"imported":[],"importedBy":[{"uid":"74f67af3-8"},{"uid":"74f67af3-10"},{"uid":"74f67af3-16"},{"uid":"74f67af3-18"},{"uid":"74f67af3-20"},{"uid":"74f67af3-24"},{"uid":"74f67af3-26"},{"uid":"74f67af3-30"},{"uid":"74f67af3-32"},{"uid":"74f67af3-34"},{"uid":"74f67af3-36"},{"uid":"74f67af3-38"},{"uid":"74f67af3-44"},{"uid":"74f67af3-46"},{"uid":"74f67af3-48"},{"uid":"74f67af3-50"},{"uid":"74f67af3-52"},{"uid":"74f67af3-54"},{"uid":"74f67af3-56"},{"uid":"74f67af3-58"},{"uid":"74f67af3-60"},{"uid":"74f67af3-62"},{"uid":"74f67af3-64"},{"uid":"74f67af3-66"},{"uid":"74f67af3-68"},{"uid":"74f67af3-70"},{"uid":"74f67af3-87"},{"uid":"74f67af3-89"},{"uid":"74f67af3-97"}]},"74f67af3-6":{"id":"plugin-vue:export-helper","moduleParts":{"main-b93ac977.mjs":"74f67af3-7"},"imported":[],"importedBy":[{"uid":"74f67af3-8"},{"uid":"74f67af3-10"},{"uid":"74f67af3-14"},{"uid":"74f67af3-16"},{"uid":"74f67af3-18"},{"uid":"74f67af3-20"},{"uid":"74f67af3-24"},{"uid":"74f67af3-26"},{"uid":"74f67af3-30"},{"uid":"74f67af3-32"},{"uid":"74f67af3-34"},{"uid":"74f67af3-36"},{"uid":"74f67af3-38"},{"uid":"74f67af3-44"},{"uid":"74f67af3-46"},{"uid":"74f67af3-48"},{"uid":"74f67af3-50"},{"uid":"74f67af3-52"},{"uid":"74f67af3-54"},{"uid":"74f67af3-56"},{"uid":"74f67af3-58"},{"uid":"74f67af3-60"},{"uid":"74f67af3-62"},{"uid":"74f67af3-64"},{"uid":"74f67af3-66"},{"uid":"74f67af3-68"},{"uid":"74f67af3-70"},{"uid":"74f67af3-84"},{"uid":"74f67af3-87"},{"uid":"74f67af3-89"},{"uid":"74f67af3-93"},{"uid":"74f67af3-97"},{"uid":"74f67af3-99"}]},"74f67af3-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfig.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-9"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-104"},{"uid":"74f67af3-105"},{"uid":"74f67af3-106"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-108"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfigMult.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-11"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-104"},{"uid":"74f67af3-105"},{"uid":"74f67af3-106"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-108"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-12":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-b93ac977.mjs":"74f67af3-13"},"imported":[],"importedBy":[{"uid":"74f67af3-14"}]},"74f67af3-14":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-15"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-109"},{"uid":"74f67af3-101"},{"uid":"74f67af3-12"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/action.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-17"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-110"},{"uid":"74f67af3-111"},{"uid":"74f67af3-112"},{"uid":"74f67af3-113"},{"uid":"74f67af3-114"},{"uid":"74f67af3-115"},{"uid":"74f67af3-116"},{"uid":"74f67af3-104"},{"uid":"74f67af3-117"},{"uid":"74f67af3-118"},{"uid":"74f67af3-119"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-108"},{"uid":"74f67af3-4"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/listConfig.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-19"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-115"},{"uid":"74f67af3-116"},{"uid":"74f67af3-104"},{"uid":"74f67af3-120"},{"uid":"74f67af3-101"},{"uid":"74f67af3-4"},{"uid":"74f67af3-108"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/panel.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-21"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-115"},{"uid":"74f67af3-116"},{"uid":"74f67af3-104"},{"uid":"74f67af3-105"},{"uid":"74f67af3-117"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-4"},{"uid":"74f67af3-108"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/customHooks.ts","moduleParts":{"main-b93ac977.mjs":"74f67af3-23"},"imported":[{"uid":"74f67af3-101"}],"importedBy":[{"uid":"74f67af3-24"},{"uid":"74f67af3-26"},{"uid":"74f67af3-30"},{"uid":"74f67af3-32"},{"uid":"74f67af3-34"},{"uid":"74f67af3-36"},{"uid":"74f67af3-38"},{"uid":"74f67af3-44"},{"uid":"74f67af3-46"},{"uid":"74f67af3-48"},{"uid":"74f67af3-50"},{"uid":"74f67af3-52"},{"uid":"74f67af3-54"},{"uid":"74f67af3-56"},{"uid":"74f67af3-58"},{"uid":"74f67af3-60"},{"uid":"74f67af3-62"},{"uid":"74f67af3-64"},{"uid":"74f67af3-66"},{"uid":"74f67af3-68"},{"uid":"74f67af3-70"},{"uid":"74f67af3-87"},{"uid":"74f67af3-89"}]},"74f67af3-24":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/radiogroup.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-25"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-121"},{"uid":"74f67af3-122"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/CheckBox/index.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-27"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-123"},{"uid":"74f67af3-106"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-28":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-b93ac977.mjs":"74f67af3-29"},"imported":[],"importedBy":[{"uid":"74f67af3-30"}]},"74f67af3-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-31"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-124"},{"uid":"74f67af3-105"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-28"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Date/index.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-33"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-125"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/DateTime/index.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-35"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-125"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/InputNumber/index.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-37"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-120"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Radio/index.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-39"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-121"},{"uid":"74f67af3-126"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/ruleform.json","moduleParts":{"main-b93ac977.mjs":"74f67af3-41"},"imported":[],"importedBy":[{"uid":"74f67af3-0"},{"uid":"74f67af3-97"}]},"74f67af3-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/rules.js","moduleParts":{"main-b93ac977.mjs":"74f67af3-43"},"imported":[],"importedBy":[{"uid":"74f67af3-0"},{"uid":"74f67af3-97"}]},"74f67af3-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selected/index.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-45"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-118"},{"uid":"74f67af3-119"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selecteds/index.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-47"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-118"},{"uid":"74f67af3-119"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ShowRule/index.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-49"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-116"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Slider/index.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-51"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-127"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-52":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Switch/index.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-53"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-128"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Text/index.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-55"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-105"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-56":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/TextArea/index.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-57"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-105"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-58":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Time/index.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-59"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-129"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-4"},{"uid":"74f67af3-2"},{"uid":"74f67af3-22"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-60":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Divider.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-61"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-130"},{"uid":"74f67af3-101"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-62":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Info.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-63"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-131"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-64":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Tabs.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-65"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-132"},{"uid":"74f67af3-133"},{"uid":"74f67af3-134"},{"uid":"74f67af3-101"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-66":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/collapse.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-67"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-113"},{"uid":"74f67af3-114"},{"uid":"74f67af3-134"},{"uid":"74f67af3-101"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-68":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/grid.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-69"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-115"},{"uid":"74f67af3-134"},{"uid":"74f67af3-117"},{"uid":"74f67af3-101"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-70":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/table.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-71"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-134"},{"uid":"74f67af3-101"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-72":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/styles/index.scss","moduleParts":{"main-b93ac977.mjs":"74f67af3-73"},"imported":[],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-74":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","moduleParts":{"main-b93ac977.mjs":"74f67af3-75"},"imported":[{"uid":"74f67af3-145"}],"importedBy":[{"uid":"74f67af3-80"}]},"74f67af3-76":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main-b93ac977.mjs":"74f67af3-77"},"imported":[{"uid":"74f67af3-101"},{"uid":"74f67af3-78"}],"importedBy":[{"uid":"74f67af3-78"}]},"74f67af3-78":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main-b93ac977.mjs":"74f67af3-79"},"imported":[{"uid":"74f67af3-101"},{"uid":"74f67af3-76"}],"importedBy":[{"uid":"74f67af3-80"},{"uid":"74f67af3-76"}]},"74f67af3-80":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main-b93ac977.mjs":"74f67af3-81"},"imported":[{"uid":"74f67af3-135"},{"uid":"74f67af3-74"},{"uid":"74f67af3-78"}],"importedBy":[{"uid":"74f67af3-0"},{"uid":"74f67af3-89"},{"uid":"74f67af3-97"}]},"74f67af3-82":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-b93ac977.mjs":"74f67af3-83"},"imported":[],"importedBy":[{"uid":"74f67af3-84"}]},"74f67af3-84":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main-b93ac977.mjs":"74f67af3-85"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-109"},{"uid":"74f67af3-101"},{"uid":"74f67af3-82"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-87":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","moduleParts":{"index-b09691d9.mjs":"74f67af3-88"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-136"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-89":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","moduleParts":{"index-cd26b4f3.mjs":"74f67af3-90"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-137"},{"uid":"74f67af3-138"},{"uid":"74f67af3-116"},{"uid":"74f67af3-139"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-2"},{"uid":"74f67af3-4"},{"uid":"74f67af3-22"},{"uid":"74f67af3-140"},{"uid":"74f67af3-80"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-91":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue?vue&type=style&index=0&lang.scss","moduleParts":{"formAction-1971a7d7.mjs":"74f67af3-92"},"imported":[],"importedBy":[{"uid":"74f67af3-93"}]},"74f67af3-93":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue","moduleParts":{"formAction-1971a7d7.mjs":"74f67af3-94"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-141"},{"uid":"74f67af3-134"},{"uid":"74f67af3-105"},{"uid":"74f67af3-142"},{"uid":"74f67af3-137"},{"uid":"74f67af3-139"},{"uid":"74f67af3-143"},{"uid":"74f67af3-116"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-144"},{"uid":"74f67af3-91"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-95":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue?vue&type=style&index=0&lang.scss","moduleParts":{"index-9485929f.mjs":"74f67af3-96"},"imported":[],"importedBy":[{"uid":"74f67af3-97"}]},"74f67af3-97":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue","moduleParts":{"index-9485929f.mjs":"74f67af3-98"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-137"},{"uid":"74f67af3-139"},{"uid":"74f67af3-138"},{"uid":"74f67af3-131"},{"uid":"74f67af3-110"},{"uid":"74f67af3-111"},{"uid":"74f67af3-112"},{"uid":"74f67af3-113"},{"uid":"74f67af3-114"},{"uid":"74f67af3-104"},{"uid":"74f67af3-116"},{"uid":"74f67af3-118"},{"uid":"74f67af3-119"},{"uid":"74f67af3-107"},{"uid":"74f67af3-101"},{"uid":"74f67af3-4"},{"uid":"74f67af3-80"},{"uid":"74f67af3-42"},{"uid":"74f67af3-40"},{"uid":"74f67af3-108"},{"uid":"74f67af3-99"},{"uid":"74f67af3-144"},{"uid":"74f67af3-95"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"}]},"74f67af3-99":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","moduleParts":{"starfish-form-6876d47c.mjs":"74f67af3-100"},"imported":[{"uid":"74f67af3-102"},{"uid":"74f67af3-103"},{"uid":"74f67af3-141"},{"uid":"74f67af3-134"},{"uid":"74f67af3-101"},{"uid":"74f67af3-6"}],"importedBy":[{"uid":"74f67af3-0"},{"uid":"74f67af3-97"}]},"74f67af3-101":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-0"},{"uid":"74f67af3-8"},{"uid":"74f67af3-10"},{"uid":"74f67af3-14"},{"uid":"74f67af3-16"},{"uid":"74f67af3-18"},{"uid":"74f67af3-20"},{"uid":"74f67af3-24"},{"uid":"74f67af3-26"},{"uid":"74f67af3-30"},{"uid":"74f67af3-32"},{"uid":"74f67af3-34"},{"uid":"74f67af3-36"},{"uid":"74f67af3-38"},{"uid":"74f67af3-44"},{"uid":"74f67af3-46"},{"uid":"74f67af3-48"},{"uid":"74f67af3-50"},{"uid":"74f67af3-52"},{"uid":"74f67af3-54"},{"uid":"74f67af3-56"},{"uid":"74f67af3-58"},{"uid":"74f67af3-60"},{"uid":"74f67af3-62"},{"uid":"74f67af3-64"},{"uid":"74f67af3-66"},{"uid":"74f67af3-68"},{"uid":"74f67af3-70"},{"uid":"74f67af3-84"},{"uid":"74f67af3-87"},{"uid":"74f67af3-89"},{"uid":"74f67af3-93"},{"uid":"74f67af3-97"},{"uid":"74f67af3-99"},{"uid":"74f67af3-22"},{"uid":"74f67af3-78"},{"uid":"74f67af3-76"}],"isExternal":true},"74f67af3-102":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-8"},{"uid":"74f67af3-10"},{"uid":"74f67af3-14"},{"uid":"74f67af3-16"},{"uid":"74f67af3-18"},{"uid":"74f67af3-20"},{"uid":"74f67af3-24"},{"uid":"74f67af3-26"},{"uid":"74f67af3-30"},{"uid":"74f67af3-32"},{"uid":"74f67af3-34"},{"uid":"74f67af3-36"},{"uid":"74f67af3-38"},{"uid":"74f67af3-44"},{"uid":"74f67af3-46"},{"uid":"74f67af3-48"},{"uid":"74f67af3-50"},{"uid":"74f67af3-52"},{"uid":"74f67af3-54"},{"uid":"74f67af3-56"},{"uid":"74f67af3-58"},{"uid":"74f67af3-60"},{"uid":"74f67af3-62"},{"uid":"74f67af3-64"},{"uid":"74f67af3-66"},{"uid":"74f67af3-68"},{"uid":"74f67af3-70"},{"uid":"74f67af3-84"},{"uid":"74f67af3-87"},{"uid":"74f67af3-89"},{"uid":"74f67af3-93"},{"uid":"74f67af3-97"},{"uid":"74f67af3-99"}],"isExternal":true},"74f67af3-103":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-8"},{"uid":"74f67af3-10"},{"uid":"74f67af3-14"},{"uid":"74f67af3-16"},{"uid":"74f67af3-18"},{"uid":"74f67af3-20"},{"uid":"74f67af3-24"},{"uid":"74f67af3-26"},{"uid":"74f67af3-30"},{"uid":"74f67af3-32"},{"uid":"74f67af3-34"},{"uid":"74f67af3-36"},{"uid":"74f67af3-38"},{"uid":"74f67af3-44"},{"uid":"74f67af3-46"},{"uid":"74f67af3-48"},{"uid":"74f67af3-50"},{"uid":"74f67af3-52"},{"uid":"74f67af3-54"},{"uid":"74f67af3-56"},{"uid":"74f67af3-58"},{"uid":"74f67af3-60"},{"uid":"74f67af3-62"},{"uid":"74f67af3-64"},{"uid":"74f67af3-66"},{"uid":"74f67af3-68"},{"uid":"74f67af3-70"},{"uid":"74f67af3-84"},{"uid":"74f67af3-87"},{"uid":"74f67af3-89"},{"uid":"74f67af3-93"},{"uid":"74f67af3-97"},{"uid":"74f67af3-99"}],"isExternal":true},"74f67af3-104":{"id":"element-plus/es/components/icon/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-8"},{"uid":"74f67af3-10"},{"uid":"74f67af3-16"},{"uid":"74f67af3-18"},{"uid":"74f67af3-20"},{"uid":"74f67af3-97"}],"isExternal":true},"74f67af3-105":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-8"},{"uid":"74f67af3-10"},{"uid":"74f67af3-20"},{"uid":"74f67af3-30"},{"uid":"74f67af3-54"},{"uid":"74f67af3-56"},{"uid":"74f67af3-93"}],"isExternal":true},"74f67af3-106":{"id":"element-plus/es/components/checkbox/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-8"},{"uid":"74f67af3-10"},{"uid":"74f67af3-26"}],"isExternal":true},"74f67af3-107":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-8"},{"uid":"74f67af3-10"},{"uid":"74f67af3-16"},{"uid":"74f67af3-20"},{"uid":"74f67af3-24"},{"uid":"74f67af3-26"},{"uid":"74f67af3-30"},{"uid":"74f67af3-32"},{"uid":"74f67af3-34"},{"uid":"74f67af3-36"},{"uid":"74f67af3-38"},{"uid":"74f67af3-44"},{"uid":"74f67af3-46"},{"uid":"74f67af3-48"},{"uid":"74f67af3-50"},{"uid":"74f67af3-52"},{"uid":"74f67af3-54"},{"uid":"74f67af3-56"},{"uid":"74f67af3-58"},{"uid":"74f67af3-62"},{"uid":"74f67af3-87"},{"uid":"74f67af3-89"},{"uid":"74f67af3-93"},{"uid":"74f67af3-97"}],"isExternal":true},"74f67af3-108":{"id":"@element-plus/icons-vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-8"},{"uid":"74f67af3-10"},{"uid":"74f67af3-16"},{"uid":"74f67af3-18"},{"uid":"74f67af3-20"},{"uid":"74f67af3-97"}],"isExternal":true},"74f67af3-109":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-14"},{"uid":"74f67af3-84"}],"isExternal":true},"74f67af3-110":{"id":"element-plus/es/components/dropdown/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-16"},{"uid":"74f67af3-97"}],"isExternal":true},"74f67af3-111":{"id":"element-plus/es/components/dropdown-menu/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-16"},{"uid":"74f67af3-97"}],"isExternal":true},"74f67af3-112":{"id":"element-plus/es/components/dropdown-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-16"},{"uid":"74f67af3-97"}],"isExternal":true},"74f67af3-113":{"id":"element-plus/es/components/collapse/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-16"},{"uid":"74f67af3-66"},{"uid":"74f67af3-97"}],"isExternal":true},"74f67af3-114":{"id":"element-plus/es/components/collapse-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-16"},{"uid":"74f67af3-66"},{"uid":"74f67af3-97"}],"isExternal":true},"74f67af3-115":{"id":"element-plus/es/components/row/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-16"},{"uid":"74f67af3-18"},{"uid":"74f67af3-20"},{"uid":"74f67af3-68"}],"isExternal":true},"74f67af3-116":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-16"},{"uid":"74f67af3-18"},{"uid":"74f67af3-20"},{"uid":"74f67af3-48"},{"uid":"74f67af3-89"},{"uid":"74f67af3-93"},{"uid":"74f67af3-97"}],"isExternal":true},"74f67af3-117":{"id":"element-plus/es/components/col/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-16"},{"uid":"74f67af3-20"},{"uid":"74f67af3-68"}],"isExternal":true},"74f67af3-118":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-16"},{"uid":"74f67af3-44"},{"uid":"74f67af3-46"},{"uid":"74f67af3-97"}],"isExternal":true},"74f67af3-119":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-16"},{"uid":"74f67af3-44"},{"uid":"74f67af3-46"},{"uid":"74f67af3-97"}],"isExternal":true},"74f67af3-120":{"id":"element-plus/es/components/input-number/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-18"},{"uid":"74f67af3-36"}],"isExternal":true},"74f67af3-121":{"id":"element-plus/es/components/radio-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-24"},{"uid":"74f67af3-38"}],"isExternal":true},"74f67af3-122":{"id":"element-plus/es/components/radio-button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-24"}],"isExternal":true},"74f67af3-123":{"id":"element-plus/es/components/checkbox-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-26"}],"isExternal":true},"74f67af3-124":{"id":"element-plus/es/components/color-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-30"}],"isExternal":true},"74f67af3-125":{"id":"element-plus/es/components/date-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-32"},{"uid":"74f67af3-34"}],"isExternal":true},"74f67af3-126":{"id":"element-plus/es/components/radio/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-38"}],"isExternal":true},"74f67af3-127":{"id":"element-plus/es/components/slider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-50"}],"isExternal":true},"74f67af3-128":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-52"}],"isExternal":true},"74f67af3-129":{"id":"element-plus/es/components/time-select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-58"}],"isExternal":true},"74f67af3-130":{"id":"element-plus/es/components/divider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-60"}],"isExternal":true},"74f67af3-131":{"id":"element-plus/es/components/alert/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-62"},{"uid":"74f67af3-97"}],"isExternal":true},"74f67af3-132":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-64"}],"isExternal":true},"74f67af3-133":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-64"}],"isExternal":true},"74f67af3-134":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-64"},{"uid":"74f67af3-66"},{"uid":"74f67af3-68"},{"uid":"74f67af3-70"},{"uid":"74f67af3-93"},{"uid":"74f67af3-99"}],"isExternal":true},"74f67af3-135":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-80"}],"isExternal":true},"74f67af3-136":{"id":"wangeditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-87"}],"isExternal":true},"74f67af3-137":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-89"},{"uid":"74f67af3-93"},{"uid":"74f67af3-97"}],"isExternal":true},"74f67af3-138":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-89"},{"uid":"74f67af3-97"}],"isExternal":true},"74f67af3-139":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-89"},{"uid":"74f67af3-93"},{"uid":"74f67af3-97"}],"isExternal":true},"74f67af3-140":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-89"}],"isExternal":true},"74f67af3-141":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-93"},{"uid":"74f67af3-99"}],"isExternal":true},"74f67af3-142":{"id":"element-plus/es/components/aside/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-93"}],"isExternal":true},"74f67af3-143":{"id":"element-plus/es/components/scrollbar/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-93"}],"isExternal":true},"74f67af3-144":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-93"},{"uid":"74f67af3-97"}],"isExternal":true},"74f67af3-145":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/url-alphabet/index.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"74f67af3-74"}]}},"env":{"rollup":"3.29.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
|
4825
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"starfish-form.mjs","uid":"ce4b1c46-1"},{"name":"main-4c7157ff.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design","children":[{"name":"packages","children":[{"name":"form/src","children":[{"name":"utils","children":[{"uid":"ce4b1c46-3","name":"fieldConfig.ts"},{"uid":"ce4b1c46-5","name":"fieldProps.ts"},{"uid":"ce4b1c46-23","name":"customHooks.ts"}]},{"name":"common","children":[{"uid":"ce4b1c46-9","name":"KeyValueConfig.vue"},{"uid":"ce4b1c46-11","name":"KeyValueConfigMult.vue"},{"uid":"ce4b1c46-13","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"ce4b1c46-15","name":"Loading.vue"},{"uid":"ce4b1c46-17","name":"action.vue"},{"uid":"ce4b1c46-19","name":"listConfig.vue"},{"uid":"ce4b1c46-21","name":"panel.vue"},{"uid":"ce4b1c46-25","name":"radiogroup.vue"}]},{"name":"components","children":[{"name":"CheckBox/index.vue","uid":"ce4b1c46-27"},{"name":"ColorSelect","children":[{"uid":"ce4b1c46-29","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"ce4b1c46-31","name":"index.vue"}]},{"name":"Date/index.vue","uid":"ce4b1c46-33"},{"name":"DateTime/index.vue","uid":"ce4b1c46-35"},{"name":"InputNumber/index.vue","uid":"ce4b1c46-37"},{"name":"Radio/index.vue","uid":"ce4b1c46-39"},{"name":"Rule","children":[{"uid":"ce4b1c46-41","name":"ruleform.json"},{"uid":"ce4b1c46-43","name":"rules.js"}]},{"name":"Selected/index.vue","uid":"ce4b1c46-45"},{"name":"Selecteds/index.vue","uid":"ce4b1c46-47"},{"name":"ShowRule/index.vue","uid":"ce4b1c46-49"},{"name":"Slider/index.vue","uid":"ce4b1c46-51"},{"name":"Switch/index.vue","uid":"ce4b1c46-53"},{"name":"Text/index.vue","uid":"ce4b1c46-55"},{"name":"TextArea/index.vue","uid":"ce4b1c46-57"},{"name":"Time/index.vue","uid":"ce4b1c46-59"}]},{"name":"layout","children":[{"uid":"ce4b1c46-61","name":"Divider.vue"},{"uid":"ce4b1c46-63","name":"Info.vue"},{"uid":"ce4b1c46-65","name":"Tabs.vue"},{"uid":"ce4b1c46-67","name":"collapse.vue"},{"uid":"ce4b1c46-69","name":"grid.vue"},{"uid":"ce4b1c46-71","name":"table.vue"}]},{"name":"styles/index.scss","uid":"ce4b1c46-73"},{"uid":"ce4b1c46-86","name":"main.ts"}]},{"name":"editor/src","children":[{"name":"controller","children":[{"uid":"ce4b1c46-77","name":"history.ts"},{"uid":"ce4b1c46-79","name":"form.ts"}]},{"name":"utils/_.ts","uid":"ce4b1c46-81"},{"name":"common","children":[{"uid":"ce4b1c46-83","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"ce4b1c46-85","name":"Loading.vue"}]}]}]},{"name":"node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","uid":"ce4b1c46-75"}]},{"uid":"ce4b1c46-7","name":"plugin-vue:export-helper"}]},{"name":"index-2f45bf0b.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","uid":"ce4b1c46-88"}]},{"name":"index-39b3db7d.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","uid":"ce4b1c46-90"}]},{"name":"formAction-1c7ec0ce.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common","children":[{"uid":"ce4b1c46-92","name":"formAction.vue?vue&type=style&index=0&lang.scss"},{"uid":"ce4b1c46-94","name":"formAction.vue"}]}]},{"name":"index-07e5577e.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule","children":[{"uid":"ce4b1c46-96","name":"index.vue?vue&type=style&index=0&lang.scss"},{"uid":"ce4b1c46-98","name":"index.vue"}]}]},{"name":"starfish-form-f1b8b36b.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","uid":"ce4b1c46-100"}]}],"isRoot":true},"nodeParts":{"ce4b1c46-1":{"id":"starfish-form.mjs","gzipLength":0,"brotliLength":0,"renderedLength":1902,"metaUid":"ce4b1c46-0"},"ce4b1c46-3":{"renderedLength":17784,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-2"},"ce4b1c46-5":{"renderedLength":567,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-4"},"ce4b1c46-7":{"renderedLength":159,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-6"},"ce4b1c46-9":{"renderedLength":8660,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-8"},"ce4b1c46-11":{"renderedLength":8485,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-10"},"ce4b1c46-13":{"renderedLength":103,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-12"},"ce4b1c46-15":{"renderedLength":404,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-14"},"ce4b1c46-17":{"renderedLength":8527,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-16"},"ce4b1c46-19":{"renderedLength":3223,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-18"},"ce4b1c46-21":{"renderedLength":5397,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-20"},"ce4b1c46-23":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-22"},"ce4b1c46-25":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-24"},"ce4b1c46-27":{"renderedLength":4258,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-26"},"ce4b1c46-29":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-28"},"ce4b1c46-31":{"renderedLength":3864,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-30"},"ce4b1c46-33":{"renderedLength":3264,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-32"},"ce4b1c46-35":{"renderedLength":3294,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-34"},"ce4b1c46-37":{"renderedLength":3824,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-36"},"ce4b1c46-39":{"renderedLength":4176,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-38"},"ce4b1c46-41":{"renderedLength":5040,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-40"},"ce4b1c46-43":{"renderedLength":2564,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-42"},"ce4b1c46-45":{"renderedLength":4518,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-44"},"ce4b1c46-47":{"renderedLength":4580,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-46"},"ce4b1c46-49":{"renderedLength":4133,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-48"},"ce4b1c46-51":{"renderedLength":2944,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-50"},"ce4b1c46-53":{"renderedLength":2726,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-52"},"ce4b1c46-55":{"renderedLength":3501,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-54"},"ce4b1c46-57":{"renderedLength":3566,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-56"},"ce4b1c46-59":{"renderedLength":2972,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-58"},"ce4b1c46-61":{"renderedLength":1315,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-60"},"ce4b1c46-63":{"renderedLength":2999,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-62"},"ce4b1c46-65":{"renderedLength":5888,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-64"},"ce4b1c46-67":{"renderedLength":6238,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-66"},"ce4b1c46-69":{"renderedLength":6248,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-68"},"ce4b1c46-71":{"renderedLength":5731,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-70"},"ce4b1c46-73":{"renderedLength":17,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-72"},"ce4b1c46-75":{"renderedLength":350,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-74"},"ce4b1c46-77":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-76"},"ce4b1c46-79":{"renderedLength":5852,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-78"},"ce4b1c46-81":{"renderedLength":9841,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-80"},"ce4b1c46-83":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-82"},"ce4b1c46-85":{"renderedLength":390,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-84"},"ce4b1c46-86":{"renderedLength":2981,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-0"},"ce4b1c46-88":{"renderedLength":2874,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-87"},"ce4b1c46-90":{"renderedLength":6675,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-89"},"ce4b1c46-92":{"renderedLength":92,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-91"},"ce4b1c46-94":{"renderedLength":17107,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-93"},"ce4b1c46-96":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-95"},"ce4b1c46-98":{"renderedLength":18209,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-97"},"ce4b1c46-100":{"renderedLength":8931,"gzipLength":0,"brotliLength":0,"metaUid":"ce4b1c46-99"}},"nodeMetas":{"ce4b1c46-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/main.ts","moduleParts":{"starfish-form.mjs":"ce4b1c46-1","main-4c7157ff.mjs":"ce4b1c46-86"},"imported":[{"uid":"ce4b1c46-8"},{"uid":"ce4b1c46-10"},{"uid":"ce4b1c46-14"},{"uid":"ce4b1c46-16"},{"uid":"ce4b1c46-18"},{"uid":"ce4b1c46-20"},{"uid":"ce4b1c46-24"},{"uid":"ce4b1c46-26"},{"uid":"ce4b1c46-30"},{"uid":"ce4b1c46-32"},{"uid":"ce4b1c46-34"},{"uid":"ce4b1c46-36"},{"uid":"ce4b1c46-38"},{"uid":"ce4b1c46-40"},{"uid":"ce4b1c46-42"},{"uid":"ce4b1c46-44"},{"uid":"ce4b1c46-46"},{"uid":"ce4b1c46-48"},{"uid":"ce4b1c46-50"},{"uid":"ce4b1c46-52"},{"uid":"ce4b1c46-54"},{"uid":"ce4b1c46-56"},{"uid":"ce4b1c46-58"},{"uid":"ce4b1c46-60"},{"uid":"ce4b1c46-62"},{"uid":"ce4b1c46-64"},{"uid":"ce4b1c46-66"},{"uid":"ce4b1c46-68"},{"uid":"ce4b1c46-70"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-72"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-80"},{"uid":"ce4b1c46-84"},{"uid":"ce4b1c46-87","dynamic":true},{"uid":"ce4b1c46-89","dynamic":true},{"uid":"ce4b1c46-93","dynamic":true},{"uid":"ce4b1c46-97","dynamic":true},{"uid":"ce4b1c46-99","dynamic":true}],"importedBy":[],"isEntry":true},"ce4b1c46-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldConfig.ts","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-3"},"imported":[],"importedBy":[{"uid":"ce4b1c46-0"},{"uid":"ce4b1c46-8"},{"uid":"ce4b1c46-10"},{"uid":"ce4b1c46-26"},{"uid":"ce4b1c46-30"},{"uid":"ce4b1c46-32"},{"uid":"ce4b1c46-34"},{"uid":"ce4b1c46-36"},{"uid":"ce4b1c46-38"},{"uid":"ce4b1c46-44"},{"uid":"ce4b1c46-46"},{"uid":"ce4b1c46-50"},{"uid":"ce4b1c46-52"},{"uid":"ce4b1c46-54"},{"uid":"ce4b1c46-56"},{"uid":"ce4b1c46-58"},{"uid":"ce4b1c46-60"},{"uid":"ce4b1c46-62"},{"uid":"ce4b1c46-64"},{"uid":"ce4b1c46-66"},{"uid":"ce4b1c46-68"},{"uid":"ce4b1c46-70"},{"uid":"ce4b1c46-87"},{"uid":"ce4b1c46-89"}]},"ce4b1c46-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldProps.ts","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-5"},"imported":[],"importedBy":[{"uid":"ce4b1c46-8"},{"uid":"ce4b1c46-10"},{"uid":"ce4b1c46-16"},{"uid":"ce4b1c46-18"},{"uid":"ce4b1c46-20"},{"uid":"ce4b1c46-24"},{"uid":"ce4b1c46-26"},{"uid":"ce4b1c46-30"},{"uid":"ce4b1c46-32"},{"uid":"ce4b1c46-34"},{"uid":"ce4b1c46-36"},{"uid":"ce4b1c46-38"},{"uid":"ce4b1c46-44"},{"uid":"ce4b1c46-46"},{"uid":"ce4b1c46-48"},{"uid":"ce4b1c46-50"},{"uid":"ce4b1c46-52"},{"uid":"ce4b1c46-54"},{"uid":"ce4b1c46-56"},{"uid":"ce4b1c46-58"},{"uid":"ce4b1c46-60"},{"uid":"ce4b1c46-62"},{"uid":"ce4b1c46-64"},{"uid":"ce4b1c46-66"},{"uid":"ce4b1c46-68"},{"uid":"ce4b1c46-70"},{"uid":"ce4b1c46-87"},{"uid":"ce4b1c46-89"},{"uid":"ce4b1c46-97"}]},"ce4b1c46-6":{"id":"plugin-vue:export-helper","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-7"},"imported":[],"importedBy":[{"uid":"ce4b1c46-8"},{"uid":"ce4b1c46-10"},{"uid":"ce4b1c46-14"},{"uid":"ce4b1c46-16"},{"uid":"ce4b1c46-18"},{"uid":"ce4b1c46-20"},{"uid":"ce4b1c46-24"},{"uid":"ce4b1c46-26"},{"uid":"ce4b1c46-30"},{"uid":"ce4b1c46-32"},{"uid":"ce4b1c46-34"},{"uid":"ce4b1c46-36"},{"uid":"ce4b1c46-38"},{"uid":"ce4b1c46-44"},{"uid":"ce4b1c46-46"},{"uid":"ce4b1c46-48"},{"uid":"ce4b1c46-50"},{"uid":"ce4b1c46-52"},{"uid":"ce4b1c46-54"},{"uid":"ce4b1c46-56"},{"uid":"ce4b1c46-58"},{"uid":"ce4b1c46-60"},{"uid":"ce4b1c46-62"},{"uid":"ce4b1c46-64"},{"uid":"ce4b1c46-66"},{"uid":"ce4b1c46-68"},{"uid":"ce4b1c46-70"},{"uid":"ce4b1c46-84"},{"uid":"ce4b1c46-87"},{"uid":"ce4b1c46-89"},{"uid":"ce4b1c46-93"},{"uid":"ce4b1c46-97"},{"uid":"ce4b1c46-99"}]},"ce4b1c46-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfig.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-9"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-104"},{"uid":"ce4b1c46-105"},{"uid":"ce4b1c46-106"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-108"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfigMult.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-11"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-104"},{"uid":"ce4b1c46-105"},{"uid":"ce4b1c46-106"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-108"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-12":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-13"},"imported":[],"importedBy":[{"uid":"ce4b1c46-14"}]},"ce4b1c46-14":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-15"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-109"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-12"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/action.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-17"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-110"},{"uid":"ce4b1c46-111"},{"uid":"ce4b1c46-112"},{"uid":"ce4b1c46-113"},{"uid":"ce4b1c46-114"},{"uid":"ce4b1c46-115"},{"uid":"ce4b1c46-116"},{"uid":"ce4b1c46-104"},{"uid":"ce4b1c46-117"},{"uid":"ce4b1c46-118"},{"uid":"ce4b1c46-119"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-108"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/listConfig.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-19"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-115"},{"uid":"ce4b1c46-116"},{"uid":"ce4b1c46-104"},{"uid":"ce4b1c46-120"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-108"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/panel.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-21"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-115"},{"uid":"ce4b1c46-116"},{"uid":"ce4b1c46-104"},{"uid":"ce4b1c46-105"},{"uid":"ce4b1c46-117"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-108"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/customHooks.ts","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-23"},"imported":[{"uid":"ce4b1c46-101"}],"importedBy":[{"uid":"ce4b1c46-24"},{"uid":"ce4b1c46-26"},{"uid":"ce4b1c46-30"},{"uid":"ce4b1c46-32"},{"uid":"ce4b1c46-34"},{"uid":"ce4b1c46-36"},{"uid":"ce4b1c46-38"},{"uid":"ce4b1c46-44"},{"uid":"ce4b1c46-46"},{"uid":"ce4b1c46-48"},{"uid":"ce4b1c46-50"},{"uid":"ce4b1c46-52"},{"uid":"ce4b1c46-54"},{"uid":"ce4b1c46-56"},{"uid":"ce4b1c46-58"},{"uid":"ce4b1c46-60"},{"uid":"ce4b1c46-62"},{"uid":"ce4b1c46-64"},{"uid":"ce4b1c46-66"},{"uid":"ce4b1c46-68"},{"uid":"ce4b1c46-70"},{"uid":"ce4b1c46-87"},{"uid":"ce4b1c46-89"}]},"ce4b1c46-24":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/radiogroup.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-25"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-121"},{"uid":"ce4b1c46-122"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/CheckBox/index.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-27"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-123"},{"uid":"ce4b1c46-106"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-28":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-29"},"imported":[],"importedBy":[{"uid":"ce4b1c46-30"}]},"ce4b1c46-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-31"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-124"},{"uid":"ce4b1c46-105"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-28"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Date/index.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-33"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-125"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/DateTime/index.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-35"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-125"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/InputNumber/index.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-37"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-120"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Radio/index.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-39"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-121"},{"uid":"ce4b1c46-126"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/ruleform.json","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-41"},"imported":[],"importedBy":[{"uid":"ce4b1c46-0"},{"uid":"ce4b1c46-97"}]},"ce4b1c46-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/rules.js","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-43"},"imported":[],"importedBy":[{"uid":"ce4b1c46-0"},{"uid":"ce4b1c46-97"}]},"ce4b1c46-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selected/index.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-45"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-118"},{"uid":"ce4b1c46-119"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selecteds/index.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-47"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-118"},{"uid":"ce4b1c46-119"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ShowRule/index.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-49"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-116"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Slider/index.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-51"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-127"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-52":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Switch/index.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-53"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-128"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Text/index.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-55"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-105"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-56":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/TextArea/index.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-57"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-105"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-58":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Time/index.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-59"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-129"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-60":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Divider.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-61"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-130"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-62":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Info.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-63"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-131"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-64":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Tabs.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-65"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-132"},{"uid":"ce4b1c46-133"},{"uid":"ce4b1c46-134"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-66":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/collapse.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-67"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-113"},{"uid":"ce4b1c46-114"},{"uid":"ce4b1c46-134"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-68":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/grid.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-69"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-115"},{"uid":"ce4b1c46-134"},{"uid":"ce4b1c46-117"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-70":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/table.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-71"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-134"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-72":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/styles/index.scss","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-73"},"imported":[],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-74":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-75"},"imported":[{"uid":"ce4b1c46-145"}],"importedBy":[{"uid":"ce4b1c46-80"}]},"ce4b1c46-76":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-77"},"imported":[{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-78"}],"importedBy":[{"uid":"ce4b1c46-78"}]},"ce4b1c46-78":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-79"},"imported":[{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-76"}],"importedBy":[{"uid":"ce4b1c46-80"},{"uid":"ce4b1c46-76"}]},"ce4b1c46-80":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-81"},"imported":[{"uid":"ce4b1c46-135"},{"uid":"ce4b1c46-74"},{"uid":"ce4b1c46-78"}],"importedBy":[{"uid":"ce4b1c46-0"},{"uid":"ce4b1c46-89"},{"uid":"ce4b1c46-97"}]},"ce4b1c46-82":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-83"},"imported":[],"importedBy":[{"uid":"ce4b1c46-84"}]},"ce4b1c46-84":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main-4c7157ff.mjs":"ce4b1c46-85"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-109"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-82"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-87":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","moduleParts":{"index-2f45bf0b.mjs":"ce4b1c46-88"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-136"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-89":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","moduleParts":{"index-39b3db7d.mjs":"ce4b1c46-90"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-137"},{"uid":"ce4b1c46-138"},{"uid":"ce4b1c46-116"},{"uid":"ce4b1c46-139"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-2"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-140"},{"uid":"ce4b1c46-80"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-91":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue?vue&type=style&index=0&lang.scss","moduleParts":{"formAction-1c7ec0ce.mjs":"ce4b1c46-92"},"imported":[],"importedBy":[{"uid":"ce4b1c46-93"}]},"ce4b1c46-93":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue","moduleParts":{"formAction-1c7ec0ce.mjs":"ce4b1c46-94"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-141"},{"uid":"ce4b1c46-134"},{"uid":"ce4b1c46-105"},{"uid":"ce4b1c46-142"},{"uid":"ce4b1c46-137"},{"uid":"ce4b1c46-139"},{"uid":"ce4b1c46-143"},{"uid":"ce4b1c46-116"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-144"},{"uid":"ce4b1c46-91"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-95":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue?vue&type=style&index=0&lang.scss","moduleParts":{"index-07e5577e.mjs":"ce4b1c46-96"},"imported":[],"importedBy":[{"uid":"ce4b1c46-97"}]},"ce4b1c46-97":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue","moduleParts":{"index-07e5577e.mjs":"ce4b1c46-98"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-137"},{"uid":"ce4b1c46-139"},{"uid":"ce4b1c46-138"},{"uid":"ce4b1c46-131"},{"uid":"ce4b1c46-110"},{"uid":"ce4b1c46-111"},{"uid":"ce4b1c46-112"},{"uid":"ce4b1c46-113"},{"uid":"ce4b1c46-114"},{"uid":"ce4b1c46-104"},{"uid":"ce4b1c46-116"},{"uid":"ce4b1c46-118"},{"uid":"ce4b1c46-119"},{"uid":"ce4b1c46-107"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-4"},{"uid":"ce4b1c46-80"},{"uid":"ce4b1c46-42"},{"uid":"ce4b1c46-40"},{"uid":"ce4b1c46-108"},{"uid":"ce4b1c46-99"},{"uid":"ce4b1c46-144"},{"uid":"ce4b1c46-95"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"}]},"ce4b1c46-99":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","moduleParts":{"starfish-form-f1b8b36b.mjs":"ce4b1c46-100"},"imported":[{"uid":"ce4b1c46-102"},{"uid":"ce4b1c46-103"},{"uid":"ce4b1c46-141"},{"uid":"ce4b1c46-134"},{"uid":"ce4b1c46-101"},{"uid":"ce4b1c46-6"}],"importedBy":[{"uid":"ce4b1c46-0"},{"uid":"ce4b1c46-97"}]},"ce4b1c46-101":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-0"},{"uid":"ce4b1c46-8"},{"uid":"ce4b1c46-10"},{"uid":"ce4b1c46-14"},{"uid":"ce4b1c46-16"},{"uid":"ce4b1c46-18"},{"uid":"ce4b1c46-20"},{"uid":"ce4b1c46-24"},{"uid":"ce4b1c46-26"},{"uid":"ce4b1c46-30"},{"uid":"ce4b1c46-32"},{"uid":"ce4b1c46-34"},{"uid":"ce4b1c46-36"},{"uid":"ce4b1c46-38"},{"uid":"ce4b1c46-44"},{"uid":"ce4b1c46-46"},{"uid":"ce4b1c46-48"},{"uid":"ce4b1c46-50"},{"uid":"ce4b1c46-52"},{"uid":"ce4b1c46-54"},{"uid":"ce4b1c46-56"},{"uid":"ce4b1c46-58"},{"uid":"ce4b1c46-60"},{"uid":"ce4b1c46-62"},{"uid":"ce4b1c46-64"},{"uid":"ce4b1c46-66"},{"uid":"ce4b1c46-68"},{"uid":"ce4b1c46-70"},{"uid":"ce4b1c46-84"},{"uid":"ce4b1c46-87"},{"uid":"ce4b1c46-89"},{"uid":"ce4b1c46-93"},{"uid":"ce4b1c46-97"},{"uid":"ce4b1c46-99"},{"uid":"ce4b1c46-22"},{"uid":"ce4b1c46-78"},{"uid":"ce4b1c46-76"}],"isExternal":true},"ce4b1c46-102":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-8"},{"uid":"ce4b1c46-10"},{"uid":"ce4b1c46-14"},{"uid":"ce4b1c46-16"},{"uid":"ce4b1c46-18"},{"uid":"ce4b1c46-20"},{"uid":"ce4b1c46-24"},{"uid":"ce4b1c46-26"},{"uid":"ce4b1c46-30"},{"uid":"ce4b1c46-32"},{"uid":"ce4b1c46-34"},{"uid":"ce4b1c46-36"},{"uid":"ce4b1c46-38"},{"uid":"ce4b1c46-44"},{"uid":"ce4b1c46-46"},{"uid":"ce4b1c46-48"},{"uid":"ce4b1c46-50"},{"uid":"ce4b1c46-52"},{"uid":"ce4b1c46-54"},{"uid":"ce4b1c46-56"},{"uid":"ce4b1c46-58"},{"uid":"ce4b1c46-60"},{"uid":"ce4b1c46-62"},{"uid":"ce4b1c46-64"},{"uid":"ce4b1c46-66"},{"uid":"ce4b1c46-68"},{"uid":"ce4b1c46-70"},{"uid":"ce4b1c46-84"},{"uid":"ce4b1c46-87"},{"uid":"ce4b1c46-89"},{"uid":"ce4b1c46-93"},{"uid":"ce4b1c46-97"},{"uid":"ce4b1c46-99"}],"isExternal":true},"ce4b1c46-103":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-8"},{"uid":"ce4b1c46-10"},{"uid":"ce4b1c46-14"},{"uid":"ce4b1c46-16"},{"uid":"ce4b1c46-18"},{"uid":"ce4b1c46-20"},{"uid":"ce4b1c46-24"},{"uid":"ce4b1c46-26"},{"uid":"ce4b1c46-30"},{"uid":"ce4b1c46-32"},{"uid":"ce4b1c46-34"},{"uid":"ce4b1c46-36"},{"uid":"ce4b1c46-38"},{"uid":"ce4b1c46-44"},{"uid":"ce4b1c46-46"},{"uid":"ce4b1c46-48"},{"uid":"ce4b1c46-50"},{"uid":"ce4b1c46-52"},{"uid":"ce4b1c46-54"},{"uid":"ce4b1c46-56"},{"uid":"ce4b1c46-58"},{"uid":"ce4b1c46-60"},{"uid":"ce4b1c46-62"},{"uid":"ce4b1c46-64"},{"uid":"ce4b1c46-66"},{"uid":"ce4b1c46-68"},{"uid":"ce4b1c46-70"},{"uid":"ce4b1c46-84"},{"uid":"ce4b1c46-87"},{"uid":"ce4b1c46-89"},{"uid":"ce4b1c46-93"},{"uid":"ce4b1c46-97"},{"uid":"ce4b1c46-99"}],"isExternal":true},"ce4b1c46-104":{"id":"element-plus/es/components/icon/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-8"},{"uid":"ce4b1c46-10"},{"uid":"ce4b1c46-16"},{"uid":"ce4b1c46-18"},{"uid":"ce4b1c46-20"},{"uid":"ce4b1c46-97"}],"isExternal":true},"ce4b1c46-105":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-8"},{"uid":"ce4b1c46-10"},{"uid":"ce4b1c46-20"},{"uid":"ce4b1c46-30"},{"uid":"ce4b1c46-54"},{"uid":"ce4b1c46-56"},{"uid":"ce4b1c46-93"}],"isExternal":true},"ce4b1c46-106":{"id":"element-plus/es/components/checkbox/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-8"},{"uid":"ce4b1c46-10"},{"uid":"ce4b1c46-26"}],"isExternal":true},"ce4b1c46-107":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-8"},{"uid":"ce4b1c46-10"},{"uid":"ce4b1c46-16"},{"uid":"ce4b1c46-20"},{"uid":"ce4b1c46-24"},{"uid":"ce4b1c46-26"},{"uid":"ce4b1c46-30"},{"uid":"ce4b1c46-32"},{"uid":"ce4b1c46-34"},{"uid":"ce4b1c46-36"},{"uid":"ce4b1c46-38"},{"uid":"ce4b1c46-44"},{"uid":"ce4b1c46-46"},{"uid":"ce4b1c46-48"},{"uid":"ce4b1c46-50"},{"uid":"ce4b1c46-52"},{"uid":"ce4b1c46-54"},{"uid":"ce4b1c46-56"},{"uid":"ce4b1c46-58"},{"uid":"ce4b1c46-62"},{"uid":"ce4b1c46-87"},{"uid":"ce4b1c46-89"},{"uid":"ce4b1c46-93"},{"uid":"ce4b1c46-97"}],"isExternal":true},"ce4b1c46-108":{"id":"@element-plus/icons-vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-8"},{"uid":"ce4b1c46-10"},{"uid":"ce4b1c46-16"},{"uid":"ce4b1c46-18"},{"uid":"ce4b1c46-20"},{"uid":"ce4b1c46-97"}],"isExternal":true},"ce4b1c46-109":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-14"},{"uid":"ce4b1c46-84"}],"isExternal":true},"ce4b1c46-110":{"id":"element-plus/es/components/dropdown/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-16"},{"uid":"ce4b1c46-97"}],"isExternal":true},"ce4b1c46-111":{"id":"element-plus/es/components/dropdown-menu/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-16"},{"uid":"ce4b1c46-97"}],"isExternal":true},"ce4b1c46-112":{"id":"element-plus/es/components/dropdown-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-16"},{"uid":"ce4b1c46-97"}],"isExternal":true},"ce4b1c46-113":{"id":"element-plus/es/components/collapse/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-16"},{"uid":"ce4b1c46-66"},{"uid":"ce4b1c46-97"}],"isExternal":true},"ce4b1c46-114":{"id":"element-plus/es/components/collapse-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-16"},{"uid":"ce4b1c46-66"},{"uid":"ce4b1c46-97"}],"isExternal":true},"ce4b1c46-115":{"id":"element-plus/es/components/row/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-16"},{"uid":"ce4b1c46-18"},{"uid":"ce4b1c46-20"},{"uid":"ce4b1c46-68"}],"isExternal":true},"ce4b1c46-116":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-16"},{"uid":"ce4b1c46-18"},{"uid":"ce4b1c46-20"},{"uid":"ce4b1c46-48"},{"uid":"ce4b1c46-89"},{"uid":"ce4b1c46-93"},{"uid":"ce4b1c46-97"}],"isExternal":true},"ce4b1c46-117":{"id":"element-plus/es/components/col/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-16"},{"uid":"ce4b1c46-20"},{"uid":"ce4b1c46-68"}],"isExternal":true},"ce4b1c46-118":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-16"},{"uid":"ce4b1c46-44"},{"uid":"ce4b1c46-46"},{"uid":"ce4b1c46-97"}],"isExternal":true},"ce4b1c46-119":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-16"},{"uid":"ce4b1c46-44"},{"uid":"ce4b1c46-46"},{"uid":"ce4b1c46-97"}],"isExternal":true},"ce4b1c46-120":{"id":"element-plus/es/components/input-number/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-18"},{"uid":"ce4b1c46-36"}],"isExternal":true},"ce4b1c46-121":{"id":"element-plus/es/components/radio-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-24"},{"uid":"ce4b1c46-38"}],"isExternal":true},"ce4b1c46-122":{"id":"element-plus/es/components/radio-button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-24"}],"isExternal":true},"ce4b1c46-123":{"id":"element-plus/es/components/checkbox-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-26"}],"isExternal":true},"ce4b1c46-124":{"id":"element-plus/es/components/color-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-30"}],"isExternal":true},"ce4b1c46-125":{"id":"element-plus/es/components/date-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-32"},{"uid":"ce4b1c46-34"}],"isExternal":true},"ce4b1c46-126":{"id":"element-plus/es/components/radio/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-38"}],"isExternal":true},"ce4b1c46-127":{"id":"element-plus/es/components/slider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-50"}],"isExternal":true},"ce4b1c46-128":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-52"}],"isExternal":true},"ce4b1c46-129":{"id":"element-plus/es/components/time-select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-58"}],"isExternal":true},"ce4b1c46-130":{"id":"element-plus/es/components/divider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-60"}],"isExternal":true},"ce4b1c46-131":{"id":"element-plus/es/components/alert/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-62"},{"uid":"ce4b1c46-97"}],"isExternal":true},"ce4b1c46-132":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-64"}],"isExternal":true},"ce4b1c46-133":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-64"}],"isExternal":true},"ce4b1c46-134":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-64"},{"uid":"ce4b1c46-66"},{"uid":"ce4b1c46-68"},{"uid":"ce4b1c46-70"},{"uid":"ce4b1c46-93"},{"uid":"ce4b1c46-99"}],"isExternal":true},"ce4b1c46-135":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-80"}],"isExternal":true},"ce4b1c46-136":{"id":"wangeditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-87"}],"isExternal":true},"ce4b1c46-137":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-89"},{"uid":"ce4b1c46-93"},{"uid":"ce4b1c46-97"}],"isExternal":true},"ce4b1c46-138":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-89"},{"uid":"ce4b1c46-97"}],"isExternal":true},"ce4b1c46-139":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-89"},{"uid":"ce4b1c46-93"},{"uid":"ce4b1c46-97"}],"isExternal":true},"ce4b1c46-140":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-89"}],"isExternal":true},"ce4b1c46-141":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-93"},{"uid":"ce4b1c46-99"}],"isExternal":true},"ce4b1c46-142":{"id":"element-plus/es/components/aside/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-93"}],"isExternal":true},"ce4b1c46-143":{"id":"element-plus/es/components/scrollbar/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-93"}],"isExternal":true},"ce4b1c46-144":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-93"},{"uid":"ce4b1c46-97"}],"isExternal":true},"ce4b1c46-145":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/url-alphabet/index.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"ce4b1c46-74"}]}},"env":{"rollup":"3.29.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
|
4826
4826
|
|
|
4827
4827
|
const run = () => {
|
|
4828
4828
|
const width = window.innerWidth;
|