starfish-form-custom 1.0.27 → 1.0.29

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.
@@ -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-7d7122a6.mjs';
14
+ import { _ as _export_sfc } from './main-44859f58.mjs';
15
15
  import 'element-plus/es/components/icon/style/css';
16
16
  import 'element-plus/es/components/checkbox/style/css';
17
17
  import '@element-plus/icons-vue';
@@ -13,9 +13,9 @@ import 'element-plus/es/components/dropdown-item/style/css';
13
13
  import 'element-plus/es/components/button/style/css';
14
14
  import 'element-plus/es/components/tooltip/style/css';
15
15
  import { defineComponent, getCurrentInstance, inject, computed, ref, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode, createBlock, withCtx, createVNode, Fragment, renderList, createTextVNode } from 'vue';
16
- import { _ as _export_sfc, a as _, f as fieldProps, r as ruleList, b as ruleJsonData } from './main-7d7122a6.mjs';
16
+ import { _ as _export_sfc, a as _, f as fieldProps, r as ruleList, b as ruleJsonData } from './main-44859f58.mjs';
17
17
  import { Delete } from '@element-plus/icons-vue';
18
- import Dynamicform from './starfish-form-96426334.mjs';
18
+ import Dynamicform from './starfish-form-c0d59f72.mjs';
19
19
  import { Codemirror } from 'vue-codemirror';
20
20
  import 'element-plus/es/components/input/style/css';
21
21
  import 'element-plus/es/components/checkbox/style/css';
@@ -3,7 +3,7 @@ import 'element-plus/es/components/base/style/css';
3
3
  import 'element-plus/es/components/tooltip/style/css';
4
4
  import { defineComponent, ref, onMounted, onUnmounted, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode, createBlock, withCtx } from 'vue';
5
5
  import E from 'wangeditor';
6
- import { _ as _export_sfc, g as getFormConfig, f as fieldProps, u as useWatch } from './main-7d7122a6.mjs';
6
+ import { _ as _export_sfc, g as getFormConfig, f as fieldProps, u as useWatch } from './main-44859f58.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-7d7122a6.mjs';
9
+ import { _ as _export_sfc, a as _, g as getFormConfig, f as fieldProps, u as useWatch } from './main-44859f58.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';
@@ -966,6 +966,10 @@ const fieldProps = {
966
966
  return {};
967
967
  }
968
968
  },
969
+ readonly: {
970
+ type: Boolean,
971
+ default: false
972
+ },
969
973
  labelalign: {
970
974
  type: String,
971
975
  default: "top"
@@ -2097,7 +2101,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
2097
2101
  class: "control",
2098
2102
  style: normalizeStyle({ marginLeft: _ctx.labelalign != "top" ? _ctx.labelWidth + "px" : "" })
2099
2103
  }, [
2100
- !_ctx.drag && _ctx.data[_ctx.item.data.fieldName] && _ctx.item.data.state === "readonly" ? (openBlock(), createElementBlock("span", _hoisted_3$a, toDisplayString(_ctx.data[_ctx.item.data.fieldName].join(",") || "--"), 1)) : !_ctx.drag && _ctx.data[_ctx.item.data.fieldName] ? (openBlock(), createBlock(_component_el_checkbox_group, {
2104
+ !_ctx.drag && _ctx.data[_ctx.item.data.fieldName] && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_3$a, toDisplayString(_ctx.data[_ctx.item.data.fieldName].join(",") || "--"), 1)) : !_ctx.drag && _ctx.data[_ctx.item.data.fieldName] ? (openBlock(), createBlock(_component_el_checkbox_group, {
2101
2105
  key: 1,
2102
2106
  modelValue: _ctx.data[_ctx.item.data.fieldName],
2103
2107
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
@@ -2356,7 +2360,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
2356
2360
  disabled: _ctx.item.data.state === "disabled",
2357
2361
  readonly: _ctx.item.data.state === "readonly"
2358
2362
  }, null, 8, ["modelValue", "type", "format", "value-format", "placeholder", "size", "disabled", "readonly"])) : createCommentVNode("", true),
2359
- !_ctx.drag && _ctx.item.data.state === "readonly" ? (openBlock(), createElementBlock("span", _hoisted_3$8, toDisplayString(_ctx.formatReadonlyDate(_ctx.data[_ctx.item.data.fieldName], _ctx.item.data.format)), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_date_picker, {
2363
+ !_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_3$8, toDisplayString(_ctx.formatReadonlyDate(_ctx.data[_ctx.item.data.fieldName], _ctx.item.data.format)), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_date_picker, {
2360
2364
  key: 2,
2361
2365
  modelValue: _ctx.data[_ctx.item.data.fieldName],
2362
2366
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
@@ -2555,7 +2559,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
2555
2559
  precision: _ctx.item.data.precision,
2556
2560
  disabled: _ctx.item.data.state === "disabled" || _ctx.item.data.state === "readonly"
2557
2561
  }, null, 8, ["modelValue", "controls-position", "size", "precision", "disabled"])) : createCommentVNode("", true),
2558
- !_ctx.drag && _ctx.item.data.state === "readonly" ? (openBlock(), createElementBlock("span", _hoisted_3$7, toDisplayString(_ctx.formatReadonlyNumber(_ctx.data[_ctx.item.data.fieldName], _ctx.item.data.precision)), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_input_number, {
2562
+ !_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_3$7, toDisplayString(_ctx.formatReadonlyNumber(_ctx.data[_ctx.item.data.fieldName], _ctx.item.data.precision)), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_input_number, {
2559
2563
  key: 2,
2560
2564
  modelValue: _ctx.data[_ctx.item.data.fieldName],
2561
2565
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
@@ -2635,7 +2639,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
2635
2639
  class: "control",
2636
2640
  style: normalizeStyle({ marginLeft: _ctx.labelalign != "top" ? _ctx.labelWidth + "px" : "" })
2637
2641
  }, [
2638
- !_ctx.drag && _ctx.item.data.state === "readonly" ? (openBlock(), createElementBlock("span", _hoisted_3$6, toDisplayString(_ctx.data[_ctx.item.data.fieldName] || "--"), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_radio_group, {
2642
+ !_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_3$6, toDisplayString(_ctx.data[_ctx.item.data.fieldName] || "--"), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_radio_group, {
2639
2643
  key: 1,
2640
2644
  modelValue: _ctx.data[_ctx.item.data.fieldName],
2641
2645
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
@@ -3204,7 +3208,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
3204
3208
  ]),
3205
3209
  _: 1
3206
3210
  }, 8, ["modelValue", "placeholder", "size", "disabled"])) : createCommentVNode("", true),
3207
- !_ctx.drag && _ctx.item.data.state === "readonly" ? (openBlock(), createElementBlock("span", _hoisted_3$5, toDisplayString(_ctx.data[_ctx.item.data.fieldName] || "--"), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_select, {
3211
+ !_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_3$5, toDisplayString(_ctx.data[_ctx.item.data.fieldName] || "--"), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_select, {
3208
3212
  key: 2,
3209
3213
  modelValue: _ctx.data[_ctx.item.data.fieldName],
3210
3214
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
@@ -3325,7 +3329,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
3325
3329
  ]),
3326
3330
  _: 1
3327
3331
  }, 8, ["modelValue", "placeholder", "disabled", "size"])) : createCommentVNode("", true),
3328
- !_ctx.drag && _ctx.item.data.state === "readonly" ? (openBlock(), createElementBlock("span", _hoisted_3$4, toDisplayString(_ctx.data[_ctx.item.data.fieldName].join(",") || "--"), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_select, {
3332
+ !_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_3$4, toDisplayString(_ctx.data[_ctx.item.data.fieldName].join(",") || "--"), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_select, {
3329
3333
  key: 2,
3330
3334
  modelValue: _ctx.data[_ctx.item.data.fieldName],
3331
3335
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
@@ -3730,7 +3734,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
3730
3734
  minlength: _ctx.item.data.minLength,
3731
3735
  class: normalizeClass("input-" + _ctx.item.data.align)
3732
3736
  }, null, 8, ["modelValue", "placeholder", "size", "disabled", "readonly", "maxlength", "minlength", "class"])) : createCommentVNode("", true),
3733
- !_ctx.drag && _ctx.item.data.state === "readonly" ? (openBlock(), createElementBlock("span", _hoisted_3$2, toDisplayString(_ctx.data[_ctx.item.data.fieldName] || "--"), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_input, {
3737
+ !_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_3$2, toDisplayString(_ctx.data[_ctx.item.data.fieldName] || "--"), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_input, {
3734
3738
  key: 2,
3735
3739
  modelValue: _ctx.data[_ctx.item.data.fieldName],
3736
3740
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
@@ -3839,7 +3843,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
3839
3843
  autosize: _ctx.item.data.autoHeight,
3840
3844
  size: _ctx.size
3841
3845
  }, null, 8, ["modelValue", "placeholder", "disabled", "readonly", "maxlength", "minlength", "autosize", "size"])) : createCommentVNode("", true),
3842
- !_ctx.drag && _ctx.item.data.state === "readonly" ? (openBlock(), createElementBlock("span", _hoisted_3$1, toDisplayString(_ctx.data[_ctx.item.data.fieldName] || "--"), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_input, {
3846
+ !_ctx.drag && (_ctx.item.data.state === "readonly" || _ctx.readonly) ? (openBlock(), createElementBlock("span", _hoisted_3$1, toDisplayString(_ctx.data[_ctx.item.data.fieldName] || "--"), 1)) : !_ctx.drag ? (openBlock(), createBlock(_component_el_input, {
3843
3847
  key: 2,
3844
3848
  type: "textarea",
3845
3849
  modelValue: _ctx.data[_ctx.item.data.fieldName],
@@ -4497,8 +4501,9 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
4497
4501
  item: listItem,
4498
4502
  size: "default",
4499
4503
  data: _ctx.data || "{}",
4500
- drag: false
4501
- }, null, 40, ["item", "data"]))
4504
+ drag: false,
4505
+ readonly: _ctx.readonly
4506
+ }, null, 40, ["item", "data", "readonly"]))
4502
4507
  ]),
4503
4508
  _: 2
4504
4509
  }, 1032, ["prop"])) : (openBlock(), createBlock(resolveDynamicComponent(listItem.ControlType), {
@@ -4509,8 +4514,9 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
4509
4514
  size: "default",
4510
4515
  item: listItem,
4511
4516
  data: _ctx.data || "{}",
4512
- drag: false
4513
- }, null, 40, ["item", "data"]))
4517
+ drag: false,
4518
+ readonly: _ctx.readonly
4519
+ }, null, 40, ["item", "data", "readonly"]))
4514
4520
  ], 64);
4515
4521
  }), 256))
4516
4522
  ]),
@@ -4643,8 +4649,9 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
4643
4649
  item: listItem,
4644
4650
  data: _ctx.data || "{}",
4645
4651
  size: "default",
4646
- drag: false
4647
- }, null, 40, ["item", "data"]))
4652
+ drag: false,
4653
+ readonly: _ctx.readonly
4654
+ }, null, 40, ["item", "data", "readonly"]))
4648
4655
  ]),
4649
4656
  _: 2
4650
4657
  }, 1032, ["prop"])) : (openBlock(), createBlock(resolveDynamicComponent(listItem.ControlType), {
@@ -4655,8 +4662,9 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
4655
4662
  key: listItem.id,
4656
4663
  item: listItem,
4657
4664
  data: _ctx.data || "{}",
4658
- drag: false
4659
- }, null, 40, ["item", "data"]))
4665
+ drag: false,
4666
+ readonly: _ctx.readonly
4667
+ }, null, 40, ["item", "data", "readonly"]))
4660
4668
  ], 64);
4661
4669
  }), 256)) : createCommentVNode("", true)
4662
4670
  ]);
@@ -5317,7 +5325,7 @@ Object.keys(files).forEach((fileName) => {
5317
5325
  }
5318
5326
  });
5319
5327
  const RichText = defineAsyncComponent({
5320
- loader: () => import('./index-a4faf6fb.mjs'),
5328
+ loader: () => import('./index-28c1c8c7.mjs'),
5321
5329
  loadingComponent: Loading
5322
5330
  });
5323
5331
  RichText.ControlType = "RichText";
@@ -5326,7 +5334,7 @@ RichText.icon = "icon-textEdit";
5326
5334
  RichText.formConfig = getFormConfig("RichText");
5327
5335
  utilFuns[RichText.ControlType] = RichText;
5328
5336
  const jsonEditor = defineAsyncComponent({
5329
- loader: () => import('./index-e0c4eec0.mjs'),
5337
+ loader: () => import('./index-da6c3466.mjs'),
5330
5338
  loadingComponent: Loading
5331
5339
  });
5332
5340
  jsonEditor.ControlType = "JsonEditor";
@@ -5336,14 +5344,14 @@ jsonEditor.formConfig = getFormConfig("JsonEditor", [{ fieldName: "default", com
5336
5344
  jsonEditor.rule = _.getJsonValidate();
5337
5345
  utilFuns[jsonEditor.ControlType] = jsonEditor;
5338
5346
  const formAction = defineAsyncComponent({
5339
- loader: () => import('./formAction-5fbc8d53.mjs'),
5347
+ loader: () => import('./formAction-47d46ff6.mjs'),
5340
5348
  loadingComponent: Loading
5341
5349
  });
5342
5350
  formAction.ControlType = "FormAction";
5343
5351
  formAction.isHide = true;
5344
5352
  utilFuns[formAction.ControlType] = formAction;
5345
5353
  const Rule = defineAsyncComponent({
5346
- loader: () => import('./index-2249b02f.mjs'),
5354
+ loader: () => import('./index-283831d1.mjs'),
5347
5355
  loadingComponent: Loading
5348
5356
  });
5349
5357
  Rule.ControlType = "Rule";
@@ -5352,7 +5360,7 @@ utilFuns[Rule.ControlType] = Rule;
5352
5360
  const install = (app) => {
5353
5361
  app.config.globalProperties.$formcomponents = utilFuns;
5354
5362
  };
5355
- const Dynamicform = defineAsyncComponent(() => import('./starfish-form-96426334.mjs'));
5363
+ const Dynamicform = defineAsyncComponent(() => import('./starfish-form-c0d59f72.mjs'));
5356
5364
  const main = {
5357
5365
  install
5358
5366
  };
@@ -3,7 +3,7 @@ import 'element-plus/es/components/base/style/css';
3
3
  import 'element-plus/es/components/form/style/css';
4
4
  import 'element-plus/es/components/form-item/style/css';
5
5
  import { defineComponent, getCurrentInstance, ref, onMounted, openBlock, createElementBlock, createVNode, mergeProps, withCtx, Fragment, renderList, createBlock, resolveDynamicComponent, createCommentVNode, toRaw } from 'vue';
6
- import { _ as _export_sfc } from './main-7d7122a6.mjs';
6
+ import { _ as _export_sfc } from './main-44859f58.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';
@@ -1,4 +1,4 @@
1
- export { D as Dynamicform, m as default } from './main-7d7122a6.mjs';
1
+ export { D as Dynamicform, m as default } from './main-44859f58.mjs';
2
2
  import 'vue';
3
3
  import 'element-plus/es';
4
4
  import 'element-plus/es/components/base/style/css';
@@ -43,10 +43,10 @@ export declare const Dynamicform: DefineComponent<{
43
43
  default: boolean;
44
44
  };
45
45
  }>>, {
46
+ readonly: boolean;
46
47
  allFormList: any;
47
48
  formResult: Record<string, any>;
48
49
  globalConfig: Record<string, any>;
49
- readonly: boolean;
50
50
  }>;
51
51
  declare const _default: {
52
52
  install: (app: App<any>) => void;
@@ -43,9 +43,9 @@ declare const _sfc_main: DefineComponent<{
43
43
  default: boolean;
44
44
  };
45
45
  }>>, {
46
+ readonly: boolean;
46
47
  allFormList: any;
47
48
  formResult: Record<string, any>;
48
49
  globalConfig: Record<string, any>;
49
- readonly: boolean;
50
50
  }>;
51
51
  export default _sfc_main;
@@ -16,6 +16,10 @@ declare const _default: {
16
16
  type: ObjectConstructor;
17
17
  default(): {};
18
18
  };
19
+ readonly: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
19
23
  labelalign: {
20
24
  type: StringConstructor;
21
25
  default: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starfish-form-custom",
3
- "version": "1.0.27",
3
+ "version": "1.0.29",
4
4
  "main": "dist/starfish-form.mjs",
5
5
  "style": "dist/style.css",
6
6
  "module": "dist/starfish-form.mjs",
@@ -9,7 +9,7 @@
9
9
  </div>
10
10
  <div class="control" :style="{marginLeft: labelalign != 'top'?labelWidth + 'px': ''}">
11
11
  <!-- 只读的时候就只展示文本 -->
12
- <span v-if="!drag && data[item.data.fieldName] && item.data.state === 'readonly'">{{ data[item.data.fieldName].join(',') || '--' }}</span>
12
+ <span v-if="!drag && data[item.data.fieldName] && (item.data.state === 'readonly' || readonly)">{{ Array.isArray(data[item.data.fieldName]) ? data[item.data.fieldName].join(',') || '--' : data[item.data.fieldName] || '--' }}</span>
13
13
  <el-checkbox-group v-model="data[item.data.fieldName]" :class="{'vertical-group': item.data.arrangeMent === 'vertical'}" v-else-if="!drag && data[item.data.fieldName]" :size="size" :disabled="item.data.state === 'disabled' || item.data.state === 'readonly'">
14
14
  <el-checkbox v-for="(sitem, sindex) in item.data.itemConfig.items" :key="sindex" :label="sitem.value">{{ sitem.label }}</el-checkbox>
15
15
  </el-checkbox-group>
@@ -24,7 +24,7 @@
24
24
 
25
25
  <!-- 实际运行时的组件 -->
26
26
  <!-- 只读的时候就展示文字 -->
27
- <span v-if="!drag && item.data.state === 'readonly'">{{ formatReadonlyDate(data[item.data.fieldName], item.data.format) }}</span>
27
+ <span v-if="!drag && (item.data.state === 'readonly' || readonly)">{{ formatReadonlyDate(data[item.data.fieldName], item.data.format) }}</span>
28
28
  <el-date-picker
29
29
  v-model="data[item.data.fieldName]"
30
30
  style="width: 320px;"
@@ -9,7 +9,8 @@
9
9
  </div>
10
10
  <div class="control" :style="{marginLeft: labelalign != 'top'?labelWidth + 'px': ''}">
11
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>
12
+ <span v-if="!drag && (item.data.state === 'readonly' || readonly)">{{ formatReadonlyDate(data[item.data.fieldName], item.data.format) }}</span>
13
+ <el-date-picker v-model="data[item.data.fieldName]" type="datetime" :placeholder="item.data.placeholder" v-else-if="!drag" :size="size" :disabled="item.data.state === 'disabled'" :readonly="item.data.state === 'readonly'"> </el-date-picker>
13
14
  </div>
14
15
  </div>
15
16
  </template>
@@ -34,6 +35,42 @@
34
35
  },
35
36
  setup(props) {
36
37
  useWatch(props);
38
+ // 格式化只读日期显示
39
+ const formatReadonlyDate = (dateValue: any, format: string) => {
40
+ if (!dateValue) return '--';
41
+
42
+ // 如果已经是格式化好的字符串,直接返回
43
+ if (typeof dateValue === 'string') {
44
+ return dateValue;
45
+ }
46
+
47
+ // 如果是日期对象,进行格式化
48
+ if (dateValue instanceof Date) {
49
+ const year = dateValue.getFullYear();
50
+ const month = String(dateValue.getMonth() + 1).padStart(2, '0');
51
+ const day = String(dateValue.getDate()).padStart(2, '0');
52
+ const hours = String(dateValue.getHours()).padStart(2, '0');
53
+ const minutes = String(dateValue.getMinutes()).padStart(2, '0');
54
+ const seconds = String(dateValue.getSeconds()).padStart(2, '0');
55
+
56
+ const formatMap: Record<string, string> = {
57
+ 'YYYY': `${year}`,
58
+ 'YYYY-MM': `${year}-${month}`,
59
+ 'YYYY-MM-DD': `${year}-${month}-${day}`,
60
+ 'YYYY-MM-DD HH': `${year}-${month}-${day} ${hours}`,
61
+ 'YYYY-MM-DD HH:mm': `${year}-${month}-${day} ${hours}:${minutes}`,
62
+ 'YYYY-MM-DD HH:mm:ss': `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`
63
+ };
64
+
65
+ return formatMap[format] || `${year}-${month}-${day}`;
66
+ }
67
+
68
+ // 其他情况返回原始值
69
+ return String(dateValue);
70
+ };
71
+ return {
72
+ formatReadonlyDate
73
+ };
37
74
  },
38
75
  });
39
76
  </script>
@@ -38,7 +38,7 @@
38
38
  v-if="drag"
39
39
  />
40
40
  <!-- 只读展示文字 -->
41
- <span v-if="!drag && item.data.state === 'readonly'">{{ formatReadonlyNumber(data[item.data.fieldName], item.data.precision) }}</span>
41
+ <span v-if="!drag && (item.data.state === 'readonly' || readonly)">{{ formatReadonlyNumber(data[item.data.fieldName], item.data.precision) }}</span>
42
42
  <el-input-number
43
43
  v-model="data[item.data.fieldName]"
44
44
  style="width: 320px;"
@@ -29,7 +29,7 @@
29
29
  class="control"
30
30
  :style="{ marginLeft: labelalign != 'top' ? labelWidth + 'px' : '' }"
31
31
  >
32
- <span v-if="!drag && item.data.state === 'readonly'">{{ data[item.data.fieldName] || '--' }}</span>
32
+ <span v-if="!drag && (item.data.state === 'readonly' || readonly)">{{ data[item.data.fieldName] || '--' }}</span>
33
33
  <el-radio-group
34
34
  v-else-if="!drag"
35
35
  v-model="data[item.data.fieldName]"
@@ -43,7 +43,7 @@
43
43
  :value="items.value"
44
44
  />
45
45
  </el-select>
46
- <span v-if="!drag && item.data.state === 'readonly'">{{ data[item.data.fieldName] || '--' }}</span>
46
+ <span v-if="!drag && (item.data.state === 'readonly' || readonly)">{{ data[item.data.fieldName] || '--' }}</span>
47
47
  <el-select
48
48
  v-model="data[item.data.fieldName]"
49
49
  style="width: 320px;"
@@ -44,7 +44,7 @@
44
44
  :value="items.value"
45
45
  />
46
46
  </el-select>
47
- <span v-if="!drag && item.data.state === 'readonly'">{{ data[item.data.fieldName].join(',') || '--' }}</span>
47
+ <span v-if="!drag && (item.data.state === 'readonly' || readonly)">{{ Array.isArray(data[item.data.fieldName]) ? data[item.data.fieldName].join(',') || '--' : data[item.data.fieldName] || '--' }}</span>
48
48
  <el-select
49
49
  v-model="data[item.data.fieldName]"
50
50
  style="width: 320px;"
@@ -41,7 +41,7 @@
41
41
  :minlength="item.data.minLength"
42
42
  :class="'input-' + item.data.align"
43
43
  />
44
- <span v-if="!drag && item.data.state === 'readonly'">{{ data[item.data.fieldName] || '--' }}</span>
44
+ <span v-if="!drag && (item.data.state === 'readonly' || readonly)">{{ data[item.data.fieldName] || '--' }}</span>
45
45
  <el-input
46
46
  v-model="data[item.data.fieldName]"
47
47
  style="width: 320px;"
@@ -40,7 +40,7 @@
40
40
  :autosize="item.data.autoHeight"
41
41
  :size="size"
42
42
  />
43
- <span v-if="!drag && item.data.state === 'readonly'">{{ data[item.data.fieldName] || '--' }}</span>
43
+ <span v-if="!drag && (item.data.state === 'readonly' || readonly)">{{ data[item.data.fieldName] || '--' }}</span>
44
44
  <el-input
45
45
  type="textarea"
46
46
  v-else-if="!drag"
@@ -16,10 +16,10 @@
16
16
  <el-col class="grid-col" v-for="(colItem, index) in item.data.columns" :key="index" :span="colItem.span">
17
17
  <template v-for="listItem in colItem.list" >
18
18
  <el-form-item :prop="listItem.data.fieldName" :key="listItem.id" v-if="!listItem.layout">
19
- <component ref="controlObj" @change="$emit('change')" :is="listItem.ControlType" :item="listItem" size="default" :data="data || '{}'" :drag="false"></component>
19
+ <component ref="controlObj" @change="$emit('change')" :is="listItem.ControlType" :item="listItem" size="default" :data="data || '{}'" :drag="false" :readonly="readonly"></component>
20
20
  </el-form-item>
21
21
  <template v-else>
22
- <component ref="controlObj" @change="$emit('change')" :key="listItem.id" :is="listItem.ControlType" size="default" :item="listItem" :data="data || '{}'" :drag="false"></component>
22
+ <component ref="controlObj" @change="$emit('change')" :key="listItem.id" :is="listItem.ControlType" size="default" :item="listItem" :data="data || '{}'" :drag="false" :readonly="readonly"></component>
23
23
  </template>
24
24
  </template>
25
25
  </el-col>
@@ -53,6 +53,7 @@
53
53
  :data="data || '{}'"
54
54
  size="default"
55
55
  :drag="false"
56
+ :readonly="readonly"
56
57
  ></component>
57
58
  </el-form-item>
58
59
  <template v-else>
@@ -65,6 +66,7 @@
65
66
  :item="listItem"
66
67
  :data="data || '{}'"
67
68
  :drag="false"
69
+ :readonly="readonly"
68
70
  ></component>
69
71
  </template>
70
72
  </template>
@@ -1,4 +1,4 @@
1
- import { PropType } from "vue";
1
+ import { PropType, readonly } from "vue";
2
2
 
3
3
  interface FormConfig {
4
4
  [key: string]: any;
@@ -22,6 +22,10 @@ export default {
22
22
  return {}
23
23
  }
24
24
  },
25
+ readonly: {
26
+ type: Boolean,
27
+ default: false,
28
+ },
25
29
  labelalign: {
26
30
  type: String,
27
31
  default: 'top'
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":"42455b5b-1"},{"name":"main-7d7122a6.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design","children":[{"name":"packages","children":[{"name":"form/src","children":[{"name":"utils","children":[{"uid":"42455b5b-3","name":"fieldConfig.ts"},{"uid":"42455b5b-5","name":"fieldProps.ts"},{"uid":"42455b5b-23","name":"customHooks.ts"}]},{"name":"common","children":[{"uid":"42455b5b-9","name":"KeyValueConfig.vue"},{"uid":"42455b5b-11","name":"KeyValueConfigMult.vue"},{"uid":"42455b5b-13","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"42455b5b-15","name":"Loading.vue"},{"uid":"42455b5b-17","name":"action.vue"},{"uid":"42455b5b-19","name":"listConfig.vue"},{"uid":"42455b5b-21","name":"panel.vue"},{"uid":"42455b5b-25","name":"radiogroup.vue"}]},{"name":"components","children":[{"name":"CheckBox/index.vue","uid":"42455b5b-27"},{"name":"ColorSelect","children":[{"uid":"42455b5b-29","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"42455b5b-31","name":"index.vue"}]},{"name":"Date/index.vue","uid":"42455b5b-33"},{"name":"DateTime/index.vue","uid":"42455b5b-35"},{"name":"InputNumber/index.vue","uid":"42455b5b-37"},{"name":"Radio/index.vue","uid":"42455b5b-39"},{"name":"Rule","children":[{"uid":"42455b5b-41","name":"ruleform.json"},{"uid":"42455b5b-43","name":"rules.js"}]},{"name":"Selected/index.vue","uid":"42455b5b-45"},{"name":"Selecteds/index.vue","uid":"42455b5b-47"},{"name":"ShowRule/index.vue","uid":"42455b5b-49"},{"name":"Slider/index.vue","uid":"42455b5b-51"},{"name":"Switch/index.vue","uid":"42455b5b-53"},{"name":"Text/index.vue","uid":"42455b5b-55"},{"name":"TextArea/index.vue","uid":"42455b5b-57"},{"name":"Time/index.vue","uid":"42455b5b-59"}]},{"name":"layout","children":[{"uid":"42455b5b-61","name":"Divider.vue"},{"uid":"42455b5b-63","name":"Info.vue"},{"uid":"42455b5b-65","name":"Tabs.vue"},{"uid":"42455b5b-67","name":"collapse.vue"},{"uid":"42455b5b-69","name":"grid.vue"},{"uid":"42455b5b-71","name":"table.vue"}]},{"name":"styles/index.scss","uid":"42455b5b-73"},{"uid":"42455b5b-86","name":"main.ts"}]},{"name":"editor/src","children":[{"name":"controller","children":[{"uid":"42455b5b-77","name":"history.ts"},{"uid":"42455b5b-79","name":"form.ts"}]},{"name":"utils/_.ts","uid":"42455b5b-81"},{"name":"common","children":[{"uid":"42455b5b-83","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"42455b5b-85","name":"Loading.vue"}]}]}]},{"name":"node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","uid":"42455b5b-75"}]},{"uid":"42455b5b-7","name":"plugin-vue:export-helper"}]},{"name":"index-a4faf6fb.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","uid":"42455b5b-88"}]},{"name":"index-e0c4eec0.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","uid":"42455b5b-90"}]},{"name":"formAction-5fbc8d53.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common","children":[{"uid":"42455b5b-92","name":"formAction.vue?vue&type=style&index=0&lang.scss"},{"uid":"42455b5b-94","name":"formAction.vue"}]}]},{"name":"index-2249b02f.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule","children":[{"uid":"42455b5b-96","name":"index.vue?vue&type=style&index=0&lang.scss"},{"uid":"42455b5b-98","name":"index.vue"}]}]},{"name":"starfish-form-96426334.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","uid":"42455b5b-100"}]}],"isRoot":true},"nodeParts":{"42455b5b-1":{"id":"starfish-form.mjs","gzipLength":0,"brotliLength":0,"renderedLength":1902,"metaUid":"42455b5b-0"},"42455b5b-3":{"renderedLength":18542,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-2"},"42455b5b-5":{"renderedLength":567,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-4"},"42455b5b-7":{"renderedLength":159,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-6"},"42455b5b-9":{"renderedLength":8660,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-8"},"42455b5b-11":{"renderedLength":8485,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-10"},"42455b5b-13":{"renderedLength":103,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-12"},"42455b5b-15":{"renderedLength":404,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-14"},"42455b5b-17":{"renderedLength":8527,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-16"},"42455b5b-19":{"renderedLength":3264,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-18"},"42455b5b-21":{"renderedLength":5397,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-20"},"42455b5b-23":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-22"},"42455b5b-25":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-24"},"42455b5b-27":{"renderedLength":4669,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-26"},"42455b5b-29":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-28"},"42455b5b-31":{"renderedLength":3864,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-30"},"42455b5b-33":{"renderedLength":5456,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-32"},"42455b5b-35":{"renderedLength":3294,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-34"},"42455b5b-37":{"renderedLength":4665,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-36"},"42455b5b-39":{"renderedLength":4680,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-38"},"42455b5b-41":{"renderedLength":5040,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-40"},"42455b5b-43":{"renderedLength":2564,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-42"},"42455b5b-45":{"renderedLength":4790,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-44"},"42455b5b-47":{"renderedLength":4862,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-46"},"42455b5b-49":{"renderedLength":4133,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-48"},"42455b5b-51":{"renderedLength":2944,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-50"},"42455b5b-53":{"renderedLength":2938,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-52"},"42455b5b-55":{"renderedLength":4569,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-54"},"42455b5b-57":{"renderedLength":4434,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-56"},"42455b5b-59":{"renderedLength":3240,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-58"},"42455b5b-61":{"renderedLength":1315,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-60"},"42455b5b-63":{"renderedLength":2999,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-62"},"42455b5b-65":{"renderedLength":5888,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-64"},"42455b5b-67":{"renderedLength":6238,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-66"},"42455b5b-69":{"renderedLength":6571,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-68"},"42455b5b-71":{"renderedLength":6031,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-70"},"42455b5b-73":{"renderedLength":17,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-72"},"42455b5b-75":{"renderedLength":350,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-74"},"42455b5b-77":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-76"},"42455b5b-79":{"renderedLength":6014,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-78"},"42455b5b-81":{"renderedLength":11658,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-80"},"42455b5b-83":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-82"},"42455b5b-85":{"renderedLength":390,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-84"},"42455b5b-86":{"renderedLength":2981,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-0"},"42455b5b-88":{"renderedLength":2874,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-87"},"42455b5b-90":{"renderedLength":6675,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-89"},"42455b5b-92":{"renderedLength":92,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-91"},"42455b5b-94":{"renderedLength":17107,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-93"},"42455b5b-96":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-95"},"42455b5b-98":{"renderedLength":17885,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-97"},"42455b5b-100":{"renderedLength":9742,"gzipLength":0,"brotliLength":0,"metaUid":"42455b5b-99"}},"nodeMetas":{"42455b5b-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/main.ts","moduleParts":{"starfish-form.mjs":"42455b5b-1","main-7d7122a6.mjs":"42455b5b-86"},"imported":[{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-14"},{"uid":"42455b5b-16"},{"uid":"42455b5b-18"},{"uid":"42455b5b-20"},{"uid":"42455b5b-24"},{"uid":"42455b5b-26"},{"uid":"42455b5b-30"},{"uid":"42455b5b-32"},{"uid":"42455b5b-34"},{"uid":"42455b5b-36"},{"uid":"42455b5b-38"},{"uid":"42455b5b-40"},{"uid":"42455b5b-42"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-48"},{"uid":"42455b5b-50"},{"uid":"42455b5b-52"},{"uid":"42455b5b-54"},{"uid":"42455b5b-56"},{"uid":"42455b5b-58"},{"uid":"42455b5b-60"},{"uid":"42455b5b-62"},{"uid":"42455b5b-64"},{"uid":"42455b5b-66"},{"uid":"42455b5b-68"},{"uid":"42455b5b-70"},{"uid":"42455b5b-101"},{"uid":"42455b5b-72"},{"uid":"42455b5b-2"},{"uid":"42455b5b-80"},{"uid":"42455b5b-84"},{"uid":"42455b5b-87","dynamic":true},{"uid":"42455b5b-89","dynamic":true},{"uid":"42455b5b-93","dynamic":true},{"uid":"42455b5b-97","dynamic":true},{"uid":"42455b5b-99","dynamic":true}],"importedBy":[],"isEntry":true},"42455b5b-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldConfig.ts","moduleParts":{"main-7d7122a6.mjs":"42455b5b-3"},"imported":[],"importedBy":[{"uid":"42455b5b-0"},{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-26"},{"uid":"42455b5b-30"},{"uid":"42455b5b-32"},{"uid":"42455b5b-34"},{"uid":"42455b5b-36"},{"uid":"42455b5b-38"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-50"},{"uid":"42455b5b-52"},{"uid":"42455b5b-54"},{"uid":"42455b5b-56"},{"uid":"42455b5b-58"},{"uid":"42455b5b-60"},{"uid":"42455b5b-62"},{"uid":"42455b5b-64"},{"uid":"42455b5b-66"},{"uid":"42455b5b-68"},{"uid":"42455b5b-70"},{"uid":"42455b5b-87"},{"uid":"42455b5b-89"}]},"42455b5b-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldProps.ts","moduleParts":{"main-7d7122a6.mjs":"42455b5b-5"},"imported":[],"importedBy":[{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-16"},{"uid":"42455b5b-18"},{"uid":"42455b5b-20"},{"uid":"42455b5b-24"},{"uid":"42455b5b-26"},{"uid":"42455b5b-30"},{"uid":"42455b5b-32"},{"uid":"42455b5b-34"},{"uid":"42455b5b-36"},{"uid":"42455b5b-38"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-48"},{"uid":"42455b5b-50"},{"uid":"42455b5b-52"},{"uid":"42455b5b-54"},{"uid":"42455b5b-56"},{"uid":"42455b5b-58"},{"uid":"42455b5b-60"},{"uid":"42455b5b-62"},{"uid":"42455b5b-64"},{"uid":"42455b5b-66"},{"uid":"42455b5b-68"},{"uid":"42455b5b-70"},{"uid":"42455b5b-87"},{"uid":"42455b5b-89"},{"uid":"42455b5b-97"}]},"42455b5b-6":{"id":"plugin-vue:export-helper","moduleParts":{"main-7d7122a6.mjs":"42455b5b-7"},"imported":[],"importedBy":[{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-14"},{"uid":"42455b5b-16"},{"uid":"42455b5b-18"},{"uid":"42455b5b-20"},{"uid":"42455b5b-24"},{"uid":"42455b5b-26"},{"uid":"42455b5b-30"},{"uid":"42455b5b-32"},{"uid":"42455b5b-34"},{"uid":"42455b5b-36"},{"uid":"42455b5b-38"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-48"},{"uid":"42455b5b-50"},{"uid":"42455b5b-52"},{"uid":"42455b5b-54"},{"uid":"42455b5b-56"},{"uid":"42455b5b-58"},{"uid":"42455b5b-60"},{"uid":"42455b5b-62"},{"uid":"42455b5b-64"},{"uid":"42455b5b-66"},{"uid":"42455b5b-68"},{"uid":"42455b5b-70"},{"uid":"42455b5b-84"},{"uid":"42455b5b-87"},{"uid":"42455b5b-89"},{"uid":"42455b5b-93"},{"uid":"42455b5b-97"},{"uid":"42455b5b-99"}]},"42455b5b-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfig.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-9"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-104"},{"uid":"42455b5b-105"},{"uid":"42455b5b-106"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-108"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfigMult.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-11"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-104"},{"uid":"42455b5b-105"},{"uid":"42455b5b-106"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-108"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-12":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-7d7122a6.mjs":"42455b5b-13"},"imported":[],"importedBy":[{"uid":"42455b5b-14"}]},"42455b5b-14":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-15"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-109"},{"uid":"42455b5b-101"},{"uid":"42455b5b-12"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/action.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-17"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-110"},{"uid":"42455b5b-111"},{"uid":"42455b5b-112"},{"uid":"42455b5b-113"},{"uid":"42455b5b-114"},{"uid":"42455b5b-115"},{"uid":"42455b5b-116"},{"uid":"42455b5b-104"},{"uid":"42455b5b-117"},{"uid":"42455b5b-118"},{"uid":"42455b5b-119"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-108"},{"uid":"42455b5b-4"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/listConfig.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-19"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-115"},{"uid":"42455b5b-116"},{"uid":"42455b5b-104"},{"uid":"42455b5b-120"},{"uid":"42455b5b-101"},{"uid":"42455b5b-4"},{"uid":"42455b5b-108"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/panel.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-21"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-115"},{"uid":"42455b5b-116"},{"uid":"42455b5b-104"},{"uid":"42455b5b-105"},{"uid":"42455b5b-117"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-4"},{"uid":"42455b5b-108"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/customHooks.ts","moduleParts":{"main-7d7122a6.mjs":"42455b5b-23"},"imported":[{"uid":"42455b5b-101"}],"importedBy":[{"uid":"42455b5b-24"},{"uid":"42455b5b-26"},{"uid":"42455b5b-30"},{"uid":"42455b5b-32"},{"uid":"42455b5b-34"},{"uid":"42455b5b-36"},{"uid":"42455b5b-38"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-48"},{"uid":"42455b5b-50"},{"uid":"42455b5b-52"},{"uid":"42455b5b-54"},{"uid":"42455b5b-56"},{"uid":"42455b5b-58"},{"uid":"42455b5b-60"},{"uid":"42455b5b-62"},{"uid":"42455b5b-64"},{"uid":"42455b5b-66"},{"uid":"42455b5b-68"},{"uid":"42455b5b-70"},{"uid":"42455b5b-87"},{"uid":"42455b5b-89"}]},"42455b5b-24":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/radiogroup.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-25"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-121"},{"uid":"42455b5b-122"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/CheckBox/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-27"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-123"},{"uid":"42455b5b-106"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-28":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-7d7122a6.mjs":"42455b5b-29"},"imported":[],"importedBy":[{"uid":"42455b5b-30"}]},"42455b5b-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-31"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-124"},{"uid":"42455b5b-105"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-28"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Date/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-33"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-125"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/DateTime/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-35"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-125"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/InputNumber/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-37"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-120"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Radio/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-39"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-121"},{"uid":"42455b5b-126"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/ruleform.json","moduleParts":{"main-7d7122a6.mjs":"42455b5b-41"},"imported":[],"importedBy":[{"uid":"42455b5b-0"},{"uid":"42455b5b-97"}]},"42455b5b-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/rules.js","moduleParts":{"main-7d7122a6.mjs":"42455b5b-43"},"imported":[],"importedBy":[{"uid":"42455b5b-0"},{"uid":"42455b5b-97"}]},"42455b5b-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selected/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-45"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-118"},{"uid":"42455b5b-119"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selecteds/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-47"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-118"},{"uid":"42455b5b-119"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ShowRule/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-49"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-116"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Slider/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-51"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-127"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-52":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Switch/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-53"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-128"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Text/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-55"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-105"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-56":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/TextArea/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-57"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-105"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-58":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Time/index.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-59"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-129"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-4"},{"uid":"42455b5b-2"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-60":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Divider.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-61"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-130"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-62":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Info.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-63"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-131"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-64":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Tabs.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-65"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-132"},{"uid":"42455b5b-133"},{"uid":"42455b5b-134"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-66":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/collapse.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-67"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-113"},{"uid":"42455b5b-114"},{"uid":"42455b5b-134"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-68":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/grid.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-69"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-115"},{"uid":"42455b5b-134"},{"uid":"42455b5b-117"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-70":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/table.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-71"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-134"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-72":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/styles/index.scss","moduleParts":{"main-7d7122a6.mjs":"42455b5b-73"},"imported":[],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-74":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","moduleParts":{"main-7d7122a6.mjs":"42455b5b-75"},"imported":[{"uid":"42455b5b-145"}],"importedBy":[{"uid":"42455b5b-80"}]},"42455b5b-76":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main-7d7122a6.mjs":"42455b5b-77"},"imported":[{"uid":"42455b5b-101"},{"uid":"42455b5b-78"}],"importedBy":[{"uid":"42455b5b-78"}]},"42455b5b-78":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main-7d7122a6.mjs":"42455b5b-79"},"imported":[{"uid":"42455b5b-101"},{"uid":"42455b5b-76"}],"importedBy":[{"uid":"42455b5b-80"},{"uid":"42455b5b-76"}]},"42455b5b-80":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main-7d7122a6.mjs":"42455b5b-81"},"imported":[{"uid":"42455b5b-135"},{"uid":"42455b5b-74"},{"uid":"42455b5b-78"}],"importedBy":[{"uid":"42455b5b-0"},{"uid":"42455b5b-89"},{"uid":"42455b5b-97"}]},"42455b5b-82":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue?vue&type=style&index=0&scoped=true&lang.scss","moduleParts":{"main-7d7122a6.mjs":"42455b5b-83"},"imported":[],"importedBy":[{"uid":"42455b5b-84"}]},"42455b5b-84":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main-7d7122a6.mjs":"42455b5b-85"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-109"},{"uid":"42455b5b-101"},{"uid":"42455b5b-82"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-87":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","moduleParts":{"index-a4faf6fb.mjs":"42455b5b-88"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-136"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-89":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","moduleParts":{"index-e0c4eec0.mjs":"42455b5b-90"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-137"},{"uid":"42455b5b-138"},{"uid":"42455b5b-116"},{"uid":"42455b5b-139"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-2"},{"uid":"42455b5b-4"},{"uid":"42455b5b-22"},{"uid":"42455b5b-140"},{"uid":"42455b5b-80"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-91":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue?vue&type=style&index=0&lang.scss","moduleParts":{"formAction-5fbc8d53.mjs":"42455b5b-92"},"imported":[],"importedBy":[{"uid":"42455b5b-93"}]},"42455b5b-93":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue","moduleParts":{"formAction-5fbc8d53.mjs":"42455b5b-94"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-141"},{"uid":"42455b5b-134"},{"uid":"42455b5b-105"},{"uid":"42455b5b-142"},{"uid":"42455b5b-137"},{"uid":"42455b5b-139"},{"uid":"42455b5b-143"},{"uid":"42455b5b-116"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-144"},{"uid":"42455b5b-91"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-95":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue?vue&type=style&index=0&lang.scss","moduleParts":{"index-2249b02f.mjs":"42455b5b-96"},"imported":[],"importedBy":[{"uid":"42455b5b-97"}]},"42455b5b-97":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue","moduleParts":{"index-2249b02f.mjs":"42455b5b-98"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-137"},{"uid":"42455b5b-139"},{"uid":"42455b5b-138"},{"uid":"42455b5b-131"},{"uid":"42455b5b-104"},{"uid":"42455b5b-118"},{"uid":"42455b5b-119"},{"uid":"42455b5b-110"},{"uid":"42455b5b-111"},{"uid":"42455b5b-112"},{"uid":"42455b5b-116"},{"uid":"42455b5b-107"},{"uid":"42455b5b-101"},{"uid":"42455b5b-4"},{"uid":"42455b5b-80"},{"uid":"42455b5b-42"},{"uid":"42455b5b-40"},{"uid":"42455b5b-108"},{"uid":"42455b5b-99"},{"uid":"42455b5b-144"},{"uid":"42455b5b-95"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"}]},"42455b5b-99":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","moduleParts":{"starfish-form-96426334.mjs":"42455b5b-100"},"imported":[{"uid":"42455b5b-102"},{"uid":"42455b5b-103"},{"uid":"42455b5b-141"},{"uid":"42455b5b-134"},{"uid":"42455b5b-101"},{"uid":"42455b5b-6"}],"importedBy":[{"uid":"42455b5b-0"},{"uid":"42455b5b-97"}]},"42455b5b-101":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-0"},{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-14"},{"uid":"42455b5b-16"},{"uid":"42455b5b-18"},{"uid":"42455b5b-20"},{"uid":"42455b5b-24"},{"uid":"42455b5b-26"},{"uid":"42455b5b-30"},{"uid":"42455b5b-32"},{"uid":"42455b5b-34"},{"uid":"42455b5b-36"},{"uid":"42455b5b-38"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-48"},{"uid":"42455b5b-50"},{"uid":"42455b5b-52"},{"uid":"42455b5b-54"},{"uid":"42455b5b-56"},{"uid":"42455b5b-58"},{"uid":"42455b5b-60"},{"uid":"42455b5b-62"},{"uid":"42455b5b-64"},{"uid":"42455b5b-66"},{"uid":"42455b5b-68"},{"uid":"42455b5b-70"},{"uid":"42455b5b-84"},{"uid":"42455b5b-87"},{"uid":"42455b5b-89"},{"uid":"42455b5b-93"},{"uid":"42455b5b-97"},{"uid":"42455b5b-99"},{"uid":"42455b5b-22"},{"uid":"42455b5b-78"},{"uid":"42455b5b-76"}],"isExternal":true},"42455b5b-102":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-14"},{"uid":"42455b5b-16"},{"uid":"42455b5b-18"},{"uid":"42455b5b-20"},{"uid":"42455b5b-24"},{"uid":"42455b5b-26"},{"uid":"42455b5b-30"},{"uid":"42455b5b-32"},{"uid":"42455b5b-34"},{"uid":"42455b5b-36"},{"uid":"42455b5b-38"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-48"},{"uid":"42455b5b-50"},{"uid":"42455b5b-52"},{"uid":"42455b5b-54"},{"uid":"42455b5b-56"},{"uid":"42455b5b-58"},{"uid":"42455b5b-60"},{"uid":"42455b5b-62"},{"uid":"42455b5b-64"},{"uid":"42455b5b-66"},{"uid":"42455b5b-68"},{"uid":"42455b5b-70"},{"uid":"42455b5b-84"},{"uid":"42455b5b-87"},{"uid":"42455b5b-89"},{"uid":"42455b5b-93"},{"uid":"42455b5b-97"},{"uid":"42455b5b-99"}],"isExternal":true},"42455b5b-103":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-14"},{"uid":"42455b5b-16"},{"uid":"42455b5b-18"},{"uid":"42455b5b-20"},{"uid":"42455b5b-24"},{"uid":"42455b5b-26"},{"uid":"42455b5b-30"},{"uid":"42455b5b-32"},{"uid":"42455b5b-34"},{"uid":"42455b5b-36"},{"uid":"42455b5b-38"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-48"},{"uid":"42455b5b-50"},{"uid":"42455b5b-52"},{"uid":"42455b5b-54"},{"uid":"42455b5b-56"},{"uid":"42455b5b-58"},{"uid":"42455b5b-60"},{"uid":"42455b5b-62"},{"uid":"42455b5b-64"},{"uid":"42455b5b-66"},{"uid":"42455b5b-68"},{"uid":"42455b5b-70"},{"uid":"42455b5b-84"},{"uid":"42455b5b-87"},{"uid":"42455b5b-89"},{"uid":"42455b5b-93"},{"uid":"42455b5b-97"},{"uid":"42455b5b-99"}],"isExternal":true},"42455b5b-104":{"id":"element-plus/es/components/icon/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-16"},{"uid":"42455b5b-18"},{"uid":"42455b5b-20"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-105":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-20"},{"uid":"42455b5b-30"},{"uid":"42455b5b-54"},{"uid":"42455b5b-56"},{"uid":"42455b5b-93"}],"isExternal":true},"42455b5b-106":{"id":"element-plus/es/components/checkbox/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-26"}],"isExternal":true},"42455b5b-107":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-16"},{"uid":"42455b5b-20"},{"uid":"42455b5b-24"},{"uid":"42455b5b-26"},{"uid":"42455b5b-30"},{"uid":"42455b5b-32"},{"uid":"42455b5b-34"},{"uid":"42455b5b-36"},{"uid":"42455b5b-38"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-48"},{"uid":"42455b5b-50"},{"uid":"42455b5b-52"},{"uid":"42455b5b-54"},{"uid":"42455b5b-56"},{"uid":"42455b5b-58"},{"uid":"42455b5b-62"},{"uid":"42455b5b-87"},{"uid":"42455b5b-89"},{"uid":"42455b5b-93"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-108":{"id":"@element-plus/icons-vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-8"},{"uid":"42455b5b-10"},{"uid":"42455b5b-16"},{"uid":"42455b5b-18"},{"uid":"42455b5b-20"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-109":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-14"},{"uid":"42455b5b-84"}],"isExternal":true},"42455b5b-110":{"id":"element-plus/es/components/dropdown/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-16"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-111":{"id":"element-plus/es/components/dropdown-menu/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-16"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-112":{"id":"element-plus/es/components/dropdown-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-16"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-113":{"id":"element-plus/es/components/collapse/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-16"},{"uid":"42455b5b-66"}],"isExternal":true},"42455b5b-114":{"id":"element-plus/es/components/collapse-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-16"},{"uid":"42455b5b-66"}],"isExternal":true},"42455b5b-115":{"id":"element-plus/es/components/row/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-16"},{"uid":"42455b5b-18"},{"uid":"42455b5b-20"},{"uid":"42455b5b-68"}],"isExternal":true},"42455b5b-116":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-16"},{"uid":"42455b5b-18"},{"uid":"42455b5b-20"},{"uid":"42455b5b-48"},{"uid":"42455b5b-89"},{"uid":"42455b5b-93"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-117":{"id":"element-plus/es/components/col/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-16"},{"uid":"42455b5b-20"},{"uid":"42455b5b-68"}],"isExternal":true},"42455b5b-118":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-16"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-119":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-16"},{"uid":"42455b5b-44"},{"uid":"42455b5b-46"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-120":{"id":"element-plus/es/components/input-number/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-18"},{"uid":"42455b5b-36"}],"isExternal":true},"42455b5b-121":{"id":"element-plus/es/components/radio-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-24"},{"uid":"42455b5b-38"}],"isExternal":true},"42455b5b-122":{"id":"element-plus/es/components/radio-button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-24"}],"isExternal":true},"42455b5b-123":{"id":"element-plus/es/components/checkbox-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-26"}],"isExternal":true},"42455b5b-124":{"id":"element-plus/es/components/color-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-30"}],"isExternal":true},"42455b5b-125":{"id":"element-plus/es/components/date-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-32"},{"uid":"42455b5b-34"}],"isExternal":true},"42455b5b-126":{"id":"element-plus/es/components/radio/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-38"}],"isExternal":true},"42455b5b-127":{"id":"element-plus/es/components/slider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-50"}],"isExternal":true},"42455b5b-128":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-52"}],"isExternal":true},"42455b5b-129":{"id":"element-plus/es/components/time-select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-58"}],"isExternal":true},"42455b5b-130":{"id":"element-plus/es/components/divider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-60"}],"isExternal":true},"42455b5b-131":{"id":"element-plus/es/components/alert/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-62"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-132":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-64"}],"isExternal":true},"42455b5b-133":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-64"}],"isExternal":true},"42455b5b-134":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-64"},{"uid":"42455b5b-66"},{"uid":"42455b5b-68"},{"uid":"42455b5b-70"},{"uid":"42455b5b-93"},{"uid":"42455b5b-99"}],"isExternal":true},"42455b5b-135":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-80"}],"isExternal":true},"42455b5b-136":{"id":"wangeditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-87"}],"isExternal":true},"42455b5b-137":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-89"},{"uid":"42455b5b-93"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-138":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-89"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-139":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-89"},{"uid":"42455b5b-93"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-140":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-89"}],"isExternal":true},"42455b5b-141":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-93"},{"uid":"42455b5b-99"}],"isExternal":true},"42455b5b-142":{"id":"element-plus/es/components/aside/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-93"}],"isExternal":true},"42455b5b-143":{"id":"element-plus/es/components/scrollbar/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-93"}],"isExternal":true},"42455b5b-144":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-93"},{"uid":"42455b5b-97"}],"isExternal":true},"42455b5b-145":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/url-alphabet/index.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"42455b5b-74"}]}},"env":{"rollup":"3.29.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
4825
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"starfish-form.mjs","uid":"ec649274-1"},{"name":"main-44859f58.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":"ec649274-3","name":"fieldConfig.ts"},{"uid":"ec649274-5","name":"fieldProps.ts"},{"uid":"ec649274-23","name":"customHooks.ts"}]},{"name":"common","children":[{"uid":"ec649274-9","name":"KeyValueConfig.vue"},{"uid":"ec649274-11","name":"KeyValueConfigMult.vue"},{"uid":"ec649274-13","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"ec649274-15","name":"Loading.vue"},{"uid":"ec649274-17","name":"action.vue"},{"uid":"ec649274-19","name":"listConfig.vue"},{"uid":"ec649274-21","name":"panel.vue"},{"uid":"ec649274-25","name":"radiogroup.vue"}]},{"name":"components","children":[{"name":"CheckBox/index.vue","uid":"ec649274-27"},{"name":"ColorSelect","children":[{"uid":"ec649274-29","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"ec649274-31","name":"index.vue"}]},{"name":"Date/index.vue","uid":"ec649274-33"},{"name":"DateTime/index.vue","uid":"ec649274-35"},{"name":"InputNumber/index.vue","uid":"ec649274-37"},{"name":"Radio/index.vue","uid":"ec649274-39"},{"name":"Rule","children":[{"uid":"ec649274-41","name":"ruleform.json"},{"uid":"ec649274-43","name":"rules.js"}]},{"name":"Selected/index.vue","uid":"ec649274-45"},{"name":"Selecteds/index.vue","uid":"ec649274-47"},{"name":"ShowRule/index.vue","uid":"ec649274-49"},{"name":"Slider/index.vue","uid":"ec649274-51"},{"name":"Switch/index.vue","uid":"ec649274-53"},{"name":"Text/index.vue","uid":"ec649274-55"},{"name":"TextArea/index.vue","uid":"ec649274-57"},{"name":"Time/index.vue","uid":"ec649274-59"}]},{"name":"layout","children":[{"uid":"ec649274-61","name":"Divider.vue"},{"uid":"ec649274-63","name":"Info.vue"},{"uid":"ec649274-65","name":"Tabs.vue"},{"uid":"ec649274-67","name":"collapse.vue"},{"uid":"ec649274-69","name":"grid.vue"},{"uid":"ec649274-71","name":"table.vue"}]},{"name":"styles/index.scss","uid":"ec649274-73"},{"uid":"ec649274-86","name":"main.ts"}]},{"name":"editor/src","children":[{"name":"controller","children":[{"uid":"ec649274-77","name":"history.ts"},{"uid":"ec649274-79","name":"form.ts"}]},{"name":"utils/_.ts","uid":"ec649274-81"},{"name":"common","children":[{"uid":"ec649274-83","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"ec649274-85","name":"Loading.vue"}]}]}]},{"name":"node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","uid":"ec649274-75"}]},{"uid":"ec649274-7","name":"plugin-vue:export-helper"}]},{"name":"index-28c1c8c7.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","uid":"ec649274-88"}]},{"name":"index-da6c3466.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","uid":"ec649274-90"}]},{"name":"formAction-47d46ff6.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common","children":[{"uid":"ec649274-92","name":"formAction.vue?vue&type=style&index=0&lang.scss"},{"uid":"ec649274-94","name":"formAction.vue"}]}]},{"name":"index-283831d1.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule","children":[{"uid":"ec649274-96","name":"index.vue?vue&type=style&index=0&lang.scss"},{"uid":"ec649274-98","name":"index.vue"}]}]},{"name":"starfish-form-c0d59f72.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","uid":"ec649274-100"}]}],"isRoot":true},"nodeParts":{"ec649274-1":{"id":"starfish-form.mjs","gzipLength":0,"brotliLength":0,"renderedLength":1902,"metaUid":"ec649274-0"},"ec649274-3":{"renderedLength":18542,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-2"},"ec649274-5":{"renderedLength":624,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-4"},"ec649274-7":{"renderedLength":159,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-6"},"ec649274-9":{"renderedLength":8660,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-8"},"ec649274-11":{"renderedLength":8485,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-10"},"ec649274-13":{"renderedLength":103,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-12"},"ec649274-15":{"renderedLength":404,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-14"},"ec649274-17":{"renderedLength":8527,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-16"},"ec649274-19":{"renderedLength":3264,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-18"},"ec649274-21":{"renderedLength":5397,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-20"},"ec649274-23":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-22"},"ec649274-25":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-24"},"ec649274-27":{"renderedLength":4688,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-26"},"ec649274-29":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-28"},"ec649274-31":{"renderedLength":3864,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-30"},"ec649274-33":{"renderedLength":5475,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-32"},"ec649274-35":{"renderedLength":3294,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-34"},"ec649274-37":{"renderedLength":4684,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-36"},"ec649274-39":{"renderedLength":4699,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-38"},"ec649274-41":{"renderedLength":5040,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-40"},"ec649274-43":{"renderedLength":2564,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-42"},"ec649274-45":{"renderedLength":4809,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-44"},"ec649274-47":{"renderedLength":4881,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-46"},"ec649274-49":{"renderedLength":4133,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-48"},"ec649274-51":{"renderedLength":2944,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-50"},"ec649274-53":{"renderedLength":2938,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-52"},"ec649274-55":{"renderedLength":4588,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-54"},"ec649274-57":{"renderedLength":4453,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-56"},"ec649274-59":{"renderedLength":3240,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-58"},"ec649274-61":{"renderedLength":1315,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-60"},"ec649274-63":{"renderedLength":2999,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-62"},"ec649274-65":{"renderedLength":5888,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-64"},"ec649274-67":{"renderedLength":6238,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-66"},"ec649274-69":{"renderedLength":6689,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-68"},"ec649274-71":{"renderedLength":6149,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-70"},"ec649274-73":{"renderedLength":17,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-72"},"ec649274-75":{"renderedLength":350,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-74"},"ec649274-77":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-76"},"ec649274-79":{"renderedLength":6014,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-78"},"ec649274-81":{"renderedLength":11658,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-80"},"ec649274-83":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-82"},"ec649274-85":{"renderedLength":390,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-84"},"ec649274-86":{"renderedLength":2981,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-0"},"ec649274-88":{"renderedLength":2874,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-87"},"ec649274-90":{"renderedLength":6675,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-89"},"ec649274-92":{"renderedLength":92,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-91"},"ec649274-94":{"renderedLength":17107,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-93"},"ec649274-96":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-95"},"ec649274-98":{"renderedLength":17885,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-97"},"ec649274-100":{"renderedLength":9742,"gzipLength":0,"brotliLength":0,"metaUid":"ec649274-99"}},"nodeMetas":{"ec649274-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/main.ts","moduleParts":{"starfish-form.mjs":"ec649274-1","main-44859f58.mjs":"ec649274-86"},"imported":[{"uid":"ec649274-8"},{"uid":"ec649274-10"},{"uid":"ec649274-14"},{"uid":"ec649274-16"},{"uid":"ec649274-18"},{"uid":"ec649274-20"},{"uid":"ec649274-24"},{"uid":"ec649274-26"},{"uid":"ec649274-30"},{"uid":"ec649274-32"},{"uid":"ec649274-34"},{"uid":"ec649274-36"},{"uid":"ec649274-38"},{"uid":"ec649274-40"},{"uid":"ec649274-42"},{"uid":"ec649274-44"},{"uid":"ec649274-46"},{"uid":"ec649274-48"},{"uid":"ec649274-50"},{"uid":"ec649274-52"},{"uid":"ec649274-54"},{"uid":"ec649274-56"},{"uid":"ec649274-58"},{"uid":"ec649274-60"},{"uid":"ec649274-62"},{"uid":"ec649274-64"},{"uid":"ec649274-66"},{"uid":"ec649274-68"},{"uid":"ec649274-70"},{"uid":"ec649274-101"},{"uid":"ec649274-72"},{"uid":"ec649274-2"},{"uid":"ec649274-80"},{"uid":"ec649274-84"},{"uid":"ec649274-87","dynamic":true},{"uid":"ec649274-89","dynamic":true},{"uid":"ec649274-93","dynamic":true},{"uid":"ec649274-97","dynamic":true},{"uid":"ec649274-99","dynamic":true}],"importedBy":[],"isEntry":true},"ec649274-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldConfig.ts","moduleParts":{"main-44859f58.mjs":"ec649274-3"},"imported":[],"importedBy":[{"uid":"ec649274-0"},{"uid":"ec649274-8"},{"uid":"ec649274-10"},{"uid":"ec649274-26"},{"uid":"ec649274-30"},{"uid":"ec649274-32"},{"uid":"ec649274-34"},{"uid":"ec649274-36"},{"uid":"ec649274-38"},{"uid":"ec649274-44"},{"uid":"ec649274-46"},{"uid":"ec649274-50"},{"uid":"ec649274-52"},{"uid":"ec649274-54"},{"uid":"ec649274-56"},{"uid":"ec649274-58"},{"uid":"ec649274-60"},{"uid":"ec649274-62"},{"uid":"ec649274-64"},{"uid":"ec649274-66"},{"uid":"ec649274-68"},{"uid":"ec649274-70"},{"uid":"ec649274-87"},{"uid":"ec649274-89"}]},"ec649274-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldProps.ts","moduleParts":{"main-44859f58.mjs":"ec649274-5"},"imported":[],"importedBy":[{"uid":"ec649274-8"},{"uid":"ec649274-10"},{"uid":"ec649274-16"},{"uid":"ec649274-18"},{"uid":"ec649274-20"},{"uid":"ec649274-24"},{"uid":"ec649274-26"},{"uid":"ec649274-30"},{"uid":"ec649274-32"},{"uid":"ec649274-34"},{"uid":"ec649274-36"},{"uid":"ec649274-38"},{"uid":"ec649274-44"},{"uid":"ec649274-46"},{"uid":"ec649274-48"},{"uid":"ec649274-50"},{"uid":"ec649274-52"},{"uid":"ec649274-54"},{"uid":"ec649274-56"},{"uid":"ec649274-58"},{"uid":"ec649274-60"},{"uid":"ec649274-62"},{"uid":"ec649274-64"},{"uid":"ec649274-66"},{"uid":"ec649274-68"},{"uid":"ec649274-70"},{"uid":"ec649274-87"},{"uid":"ec649274-89"},{"uid":"ec649274-97"}]},"ec649274-6":{"id":"plugin-vue:export-helper","moduleParts":{"main-44859f58.mjs":"ec649274-7"},"imported":[],"importedBy":[{"uid":"ec649274-8"},{"uid":"ec649274-10"},{"uid":"ec649274-14"},{"uid":"ec649274-16"},{"uid":"ec649274-18"},{"uid":"ec649274-20"},{"uid":"ec649274-24"},{"uid":"ec649274-26"},{"uid":"ec649274-30"},{"uid":"ec649274-32"},{"uid":"ec649274-34"},{"uid":"ec649274-36"},{"uid":"ec649274-38"},{"uid":"ec649274-44"},{"uid":"ec649274-46"},{"uid":"ec649274-48"},{"uid":"ec649274-50"},{"uid":"ec649274-52"},{"uid":"ec649274-54"},{"uid":"ec649274-56"},{"uid":"ec649274-58"},{"uid":"ec649274-60"},{"uid":"ec649274-62"},{"uid":"ec649274-64"},{"uid":"ec649274-66"},{"uid":"ec649274-68"},{"uid":"ec649274-70"},{"uid":"ec649274-84"},{"uid":"ec649274-87"},{"uid":"ec649274-89"},{"uid":"ec649274-93"},{"uid":"ec649274-97"},{"uid":"ec649274-99"}]},"ec649274-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfig.vue","moduleParts":{"main-44859f58.mjs":"ec649274-9"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-104"},{"uid":"ec649274-105"},{"uid":"ec649274-106"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-108"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfigMult.vue","moduleParts":{"main-44859f58.mjs":"ec649274-11"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-104"},{"uid":"ec649274-105"},{"uid":"ec649274-106"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-108"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-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-44859f58.mjs":"ec649274-13"},"imported":[],"importedBy":[{"uid":"ec649274-14"}]},"ec649274-14":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue","moduleParts":{"main-44859f58.mjs":"ec649274-15"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-109"},{"uid":"ec649274-101"},{"uid":"ec649274-12"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/action.vue","moduleParts":{"main-44859f58.mjs":"ec649274-17"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-110"},{"uid":"ec649274-111"},{"uid":"ec649274-112"},{"uid":"ec649274-113"},{"uid":"ec649274-114"},{"uid":"ec649274-115"},{"uid":"ec649274-116"},{"uid":"ec649274-104"},{"uid":"ec649274-117"},{"uid":"ec649274-118"},{"uid":"ec649274-119"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-108"},{"uid":"ec649274-4"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/listConfig.vue","moduleParts":{"main-44859f58.mjs":"ec649274-19"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-115"},{"uid":"ec649274-116"},{"uid":"ec649274-104"},{"uid":"ec649274-120"},{"uid":"ec649274-101"},{"uid":"ec649274-4"},{"uid":"ec649274-108"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/panel.vue","moduleParts":{"main-44859f58.mjs":"ec649274-21"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-115"},{"uid":"ec649274-116"},{"uid":"ec649274-104"},{"uid":"ec649274-105"},{"uid":"ec649274-117"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-4"},{"uid":"ec649274-108"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/customHooks.ts","moduleParts":{"main-44859f58.mjs":"ec649274-23"},"imported":[{"uid":"ec649274-101"}],"importedBy":[{"uid":"ec649274-24"},{"uid":"ec649274-26"},{"uid":"ec649274-30"},{"uid":"ec649274-32"},{"uid":"ec649274-34"},{"uid":"ec649274-36"},{"uid":"ec649274-38"},{"uid":"ec649274-44"},{"uid":"ec649274-46"},{"uid":"ec649274-48"},{"uid":"ec649274-50"},{"uid":"ec649274-52"},{"uid":"ec649274-54"},{"uid":"ec649274-56"},{"uid":"ec649274-58"},{"uid":"ec649274-60"},{"uid":"ec649274-62"},{"uid":"ec649274-64"},{"uid":"ec649274-66"},{"uid":"ec649274-68"},{"uid":"ec649274-70"},{"uid":"ec649274-87"},{"uid":"ec649274-89"}]},"ec649274-24":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/radiogroup.vue","moduleParts":{"main-44859f58.mjs":"ec649274-25"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-121"},{"uid":"ec649274-122"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/CheckBox/index.vue","moduleParts":{"main-44859f58.mjs":"ec649274-27"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-123"},{"uid":"ec649274-106"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-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-44859f58.mjs":"ec649274-29"},"imported":[],"importedBy":[{"uid":"ec649274-30"}]},"ec649274-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue","moduleParts":{"main-44859f58.mjs":"ec649274-31"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-124"},{"uid":"ec649274-105"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-28"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Date/index.vue","moduleParts":{"main-44859f58.mjs":"ec649274-33"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-125"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/DateTime/index.vue","moduleParts":{"main-44859f58.mjs":"ec649274-35"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-125"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/InputNumber/index.vue","moduleParts":{"main-44859f58.mjs":"ec649274-37"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-120"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Radio/index.vue","moduleParts":{"main-44859f58.mjs":"ec649274-39"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-121"},{"uid":"ec649274-126"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/ruleform.json","moduleParts":{"main-44859f58.mjs":"ec649274-41"},"imported":[],"importedBy":[{"uid":"ec649274-0"},{"uid":"ec649274-97"}]},"ec649274-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/rules.js","moduleParts":{"main-44859f58.mjs":"ec649274-43"},"imported":[],"importedBy":[{"uid":"ec649274-0"},{"uid":"ec649274-97"}]},"ec649274-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selected/index.vue","moduleParts":{"main-44859f58.mjs":"ec649274-45"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-118"},{"uid":"ec649274-119"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selecteds/index.vue","moduleParts":{"main-44859f58.mjs":"ec649274-47"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-118"},{"uid":"ec649274-119"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ShowRule/index.vue","moduleParts":{"main-44859f58.mjs":"ec649274-49"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-116"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Slider/index.vue","moduleParts":{"main-44859f58.mjs":"ec649274-51"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-127"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-52":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Switch/index.vue","moduleParts":{"main-44859f58.mjs":"ec649274-53"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-128"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Text/index.vue","moduleParts":{"main-44859f58.mjs":"ec649274-55"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-105"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-56":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/TextArea/index.vue","moduleParts":{"main-44859f58.mjs":"ec649274-57"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-105"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-58":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Time/index.vue","moduleParts":{"main-44859f58.mjs":"ec649274-59"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-129"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-4"},{"uid":"ec649274-2"},{"uid":"ec649274-22"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-60":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Divider.vue","moduleParts":{"main-44859f58.mjs":"ec649274-61"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-130"},{"uid":"ec649274-101"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-62":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Info.vue","moduleParts":{"main-44859f58.mjs":"ec649274-63"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-131"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-64":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Tabs.vue","moduleParts":{"main-44859f58.mjs":"ec649274-65"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-132"},{"uid":"ec649274-133"},{"uid":"ec649274-134"},{"uid":"ec649274-101"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-66":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/collapse.vue","moduleParts":{"main-44859f58.mjs":"ec649274-67"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-113"},{"uid":"ec649274-114"},{"uid":"ec649274-134"},{"uid":"ec649274-101"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-68":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/grid.vue","moduleParts":{"main-44859f58.mjs":"ec649274-69"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-115"},{"uid":"ec649274-134"},{"uid":"ec649274-117"},{"uid":"ec649274-101"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-70":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/table.vue","moduleParts":{"main-44859f58.mjs":"ec649274-71"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-134"},{"uid":"ec649274-101"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-72":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/styles/index.scss","moduleParts":{"main-44859f58.mjs":"ec649274-73"},"imported":[],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-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-44859f58.mjs":"ec649274-75"},"imported":[{"uid":"ec649274-145"}],"importedBy":[{"uid":"ec649274-80"}]},"ec649274-76":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main-44859f58.mjs":"ec649274-77"},"imported":[{"uid":"ec649274-101"},{"uid":"ec649274-78"}],"importedBy":[{"uid":"ec649274-78"}]},"ec649274-78":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main-44859f58.mjs":"ec649274-79"},"imported":[{"uid":"ec649274-101"},{"uid":"ec649274-76"}],"importedBy":[{"uid":"ec649274-80"},{"uid":"ec649274-76"}]},"ec649274-80":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main-44859f58.mjs":"ec649274-81"},"imported":[{"uid":"ec649274-135"},{"uid":"ec649274-74"},{"uid":"ec649274-78"}],"importedBy":[{"uid":"ec649274-0"},{"uid":"ec649274-89"},{"uid":"ec649274-97"}]},"ec649274-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-44859f58.mjs":"ec649274-83"},"imported":[],"importedBy":[{"uid":"ec649274-84"}]},"ec649274-84":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main-44859f58.mjs":"ec649274-85"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-109"},{"uid":"ec649274-101"},{"uid":"ec649274-82"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-87":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","moduleParts":{"index-28c1c8c7.mjs":"ec649274-88"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-136"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-89":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","moduleParts":{"index-da6c3466.mjs":"ec649274-90"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-137"},{"uid":"ec649274-138"},{"uid":"ec649274-116"},{"uid":"ec649274-139"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-2"},{"uid":"ec649274-4"},{"uid":"ec649274-22"},{"uid":"ec649274-140"},{"uid":"ec649274-80"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-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-47d46ff6.mjs":"ec649274-92"},"imported":[],"importedBy":[{"uid":"ec649274-93"}]},"ec649274-93":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue","moduleParts":{"formAction-47d46ff6.mjs":"ec649274-94"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-141"},{"uid":"ec649274-134"},{"uid":"ec649274-105"},{"uid":"ec649274-142"},{"uid":"ec649274-137"},{"uid":"ec649274-139"},{"uid":"ec649274-143"},{"uid":"ec649274-116"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-144"},{"uid":"ec649274-91"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-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-283831d1.mjs":"ec649274-96"},"imported":[],"importedBy":[{"uid":"ec649274-97"}]},"ec649274-97":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue","moduleParts":{"index-283831d1.mjs":"ec649274-98"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-137"},{"uid":"ec649274-139"},{"uid":"ec649274-138"},{"uid":"ec649274-131"},{"uid":"ec649274-104"},{"uid":"ec649274-118"},{"uid":"ec649274-119"},{"uid":"ec649274-110"},{"uid":"ec649274-111"},{"uid":"ec649274-112"},{"uid":"ec649274-116"},{"uid":"ec649274-107"},{"uid":"ec649274-101"},{"uid":"ec649274-4"},{"uid":"ec649274-80"},{"uid":"ec649274-42"},{"uid":"ec649274-40"},{"uid":"ec649274-108"},{"uid":"ec649274-99"},{"uid":"ec649274-144"},{"uid":"ec649274-95"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"}]},"ec649274-99":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","moduleParts":{"starfish-form-c0d59f72.mjs":"ec649274-100"},"imported":[{"uid":"ec649274-102"},{"uid":"ec649274-103"},{"uid":"ec649274-141"},{"uid":"ec649274-134"},{"uid":"ec649274-101"},{"uid":"ec649274-6"}],"importedBy":[{"uid":"ec649274-0"},{"uid":"ec649274-97"}]},"ec649274-101":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-0"},{"uid":"ec649274-8"},{"uid":"ec649274-10"},{"uid":"ec649274-14"},{"uid":"ec649274-16"},{"uid":"ec649274-18"},{"uid":"ec649274-20"},{"uid":"ec649274-24"},{"uid":"ec649274-26"},{"uid":"ec649274-30"},{"uid":"ec649274-32"},{"uid":"ec649274-34"},{"uid":"ec649274-36"},{"uid":"ec649274-38"},{"uid":"ec649274-44"},{"uid":"ec649274-46"},{"uid":"ec649274-48"},{"uid":"ec649274-50"},{"uid":"ec649274-52"},{"uid":"ec649274-54"},{"uid":"ec649274-56"},{"uid":"ec649274-58"},{"uid":"ec649274-60"},{"uid":"ec649274-62"},{"uid":"ec649274-64"},{"uid":"ec649274-66"},{"uid":"ec649274-68"},{"uid":"ec649274-70"},{"uid":"ec649274-84"},{"uid":"ec649274-87"},{"uid":"ec649274-89"},{"uid":"ec649274-93"},{"uid":"ec649274-97"},{"uid":"ec649274-99"},{"uid":"ec649274-22"},{"uid":"ec649274-78"},{"uid":"ec649274-76"}],"isExternal":true},"ec649274-102":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-8"},{"uid":"ec649274-10"},{"uid":"ec649274-14"},{"uid":"ec649274-16"},{"uid":"ec649274-18"},{"uid":"ec649274-20"},{"uid":"ec649274-24"},{"uid":"ec649274-26"},{"uid":"ec649274-30"},{"uid":"ec649274-32"},{"uid":"ec649274-34"},{"uid":"ec649274-36"},{"uid":"ec649274-38"},{"uid":"ec649274-44"},{"uid":"ec649274-46"},{"uid":"ec649274-48"},{"uid":"ec649274-50"},{"uid":"ec649274-52"},{"uid":"ec649274-54"},{"uid":"ec649274-56"},{"uid":"ec649274-58"},{"uid":"ec649274-60"},{"uid":"ec649274-62"},{"uid":"ec649274-64"},{"uid":"ec649274-66"},{"uid":"ec649274-68"},{"uid":"ec649274-70"},{"uid":"ec649274-84"},{"uid":"ec649274-87"},{"uid":"ec649274-89"},{"uid":"ec649274-93"},{"uid":"ec649274-97"},{"uid":"ec649274-99"}],"isExternal":true},"ec649274-103":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-8"},{"uid":"ec649274-10"},{"uid":"ec649274-14"},{"uid":"ec649274-16"},{"uid":"ec649274-18"},{"uid":"ec649274-20"},{"uid":"ec649274-24"},{"uid":"ec649274-26"},{"uid":"ec649274-30"},{"uid":"ec649274-32"},{"uid":"ec649274-34"},{"uid":"ec649274-36"},{"uid":"ec649274-38"},{"uid":"ec649274-44"},{"uid":"ec649274-46"},{"uid":"ec649274-48"},{"uid":"ec649274-50"},{"uid":"ec649274-52"},{"uid":"ec649274-54"},{"uid":"ec649274-56"},{"uid":"ec649274-58"},{"uid":"ec649274-60"},{"uid":"ec649274-62"},{"uid":"ec649274-64"},{"uid":"ec649274-66"},{"uid":"ec649274-68"},{"uid":"ec649274-70"},{"uid":"ec649274-84"},{"uid":"ec649274-87"},{"uid":"ec649274-89"},{"uid":"ec649274-93"},{"uid":"ec649274-97"},{"uid":"ec649274-99"}],"isExternal":true},"ec649274-104":{"id":"element-plus/es/components/icon/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-8"},{"uid":"ec649274-10"},{"uid":"ec649274-16"},{"uid":"ec649274-18"},{"uid":"ec649274-20"},{"uid":"ec649274-97"}],"isExternal":true},"ec649274-105":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-8"},{"uid":"ec649274-10"},{"uid":"ec649274-20"},{"uid":"ec649274-30"},{"uid":"ec649274-54"},{"uid":"ec649274-56"},{"uid":"ec649274-93"}],"isExternal":true},"ec649274-106":{"id":"element-plus/es/components/checkbox/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-8"},{"uid":"ec649274-10"},{"uid":"ec649274-26"}],"isExternal":true},"ec649274-107":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-8"},{"uid":"ec649274-10"},{"uid":"ec649274-16"},{"uid":"ec649274-20"},{"uid":"ec649274-24"},{"uid":"ec649274-26"},{"uid":"ec649274-30"},{"uid":"ec649274-32"},{"uid":"ec649274-34"},{"uid":"ec649274-36"},{"uid":"ec649274-38"},{"uid":"ec649274-44"},{"uid":"ec649274-46"},{"uid":"ec649274-48"},{"uid":"ec649274-50"},{"uid":"ec649274-52"},{"uid":"ec649274-54"},{"uid":"ec649274-56"},{"uid":"ec649274-58"},{"uid":"ec649274-62"},{"uid":"ec649274-87"},{"uid":"ec649274-89"},{"uid":"ec649274-93"},{"uid":"ec649274-97"}],"isExternal":true},"ec649274-108":{"id":"@element-plus/icons-vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-8"},{"uid":"ec649274-10"},{"uid":"ec649274-16"},{"uid":"ec649274-18"},{"uid":"ec649274-20"},{"uid":"ec649274-97"}],"isExternal":true},"ec649274-109":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-14"},{"uid":"ec649274-84"}],"isExternal":true},"ec649274-110":{"id":"element-plus/es/components/dropdown/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-16"},{"uid":"ec649274-97"}],"isExternal":true},"ec649274-111":{"id":"element-plus/es/components/dropdown-menu/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-16"},{"uid":"ec649274-97"}],"isExternal":true},"ec649274-112":{"id":"element-plus/es/components/dropdown-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-16"},{"uid":"ec649274-97"}],"isExternal":true},"ec649274-113":{"id":"element-plus/es/components/collapse/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-16"},{"uid":"ec649274-66"}],"isExternal":true},"ec649274-114":{"id":"element-plus/es/components/collapse-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-16"},{"uid":"ec649274-66"}],"isExternal":true},"ec649274-115":{"id":"element-plus/es/components/row/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-16"},{"uid":"ec649274-18"},{"uid":"ec649274-20"},{"uid":"ec649274-68"}],"isExternal":true},"ec649274-116":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-16"},{"uid":"ec649274-18"},{"uid":"ec649274-20"},{"uid":"ec649274-48"},{"uid":"ec649274-89"},{"uid":"ec649274-93"},{"uid":"ec649274-97"}],"isExternal":true},"ec649274-117":{"id":"element-plus/es/components/col/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-16"},{"uid":"ec649274-20"},{"uid":"ec649274-68"}],"isExternal":true},"ec649274-118":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-16"},{"uid":"ec649274-44"},{"uid":"ec649274-46"},{"uid":"ec649274-97"}],"isExternal":true},"ec649274-119":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-16"},{"uid":"ec649274-44"},{"uid":"ec649274-46"},{"uid":"ec649274-97"}],"isExternal":true},"ec649274-120":{"id":"element-plus/es/components/input-number/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-18"},{"uid":"ec649274-36"}],"isExternal":true},"ec649274-121":{"id":"element-plus/es/components/radio-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-24"},{"uid":"ec649274-38"}],"isExternal":true},"ec649274-122":{"id":"element-plus/es/components/radio-button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-24"}],"isExternal":true},"ec649274-123":{"id":"element-plus/es/components/checkbox-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-26"}],"isExternal":true},"ec649274-124":{"id":"element-plus/es/components/color-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-30"}],"isExternal":true},"ec649274-125":{"id":"element-plus/es/components/date-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-32"},{"uid":"ec649274-34"}],"isExternal":true},"ec649274-126":{"id":"element-plus/es/components/radio/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-38"}],"isExternal":true},"ec649274-127":{"id":"element-plus/es/components/slider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-50"}],"isExternal":true},"ec649274-128":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-52"}],"isExternal":true},"ec649274-129":{"id":"element-plus/es/components/time-select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-58"}],"isExternal":true},"ec649274-130":{"id":"element-plus/es/components/divider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-60"}],"isExternal":true},"ec649274-131":{"id":"element-plus/es/components/alert/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-62"},{"uid":"ec649274-97"}],"isExternal":true},"ec649274-132":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-64"}],"isExternal":true},"ec649274-133":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-64"}],"isExternal":true},"ec649274-134":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-64"},{"uid":"ec649274-66"},{"uid":"ec649274-68"},{"uid":"ec649274-70"},{"uid":"ec649274-93"},{"uid":"ec649274-99"}],"isExternal":true},"ec649274-135":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-80"}],"isExternal":true},"ec649274-136":{"id":"wangeditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-87"}],"isExternal":true},"ec649274-137":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-89"},{"uid":"ec649274-93"},{"uid":"ec649274-97"}],"isExternal":true},"ec649274-138":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-89"},{"uid":"ec649274-97"}],"isExternal":true},"ec649274-139":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-89"},{"uid":"ec649274-93"},{"uid":"ec649274-97"}],"isExternal":true},"ec649274-140":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-89"}],"isExternal":true},"ec649274-141":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-93"},{"uid":"ec649274-99"}],"isExternal":true},"ec649274-142":{"id":"element-plus/es/components/aside/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-93"}],"isExternal":true},"ec649274-143":{"id":"element-plus/es/components/scrollbar/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-93"}],"isExternal":true},"ec649274-144":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"ec649274-93"},{"uid":"ec649274-97"}],"isExternal":true},"ec649274-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":"ec649274-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;