starfish-form-custom 1.0.9 → 1.0.10

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-5981b80d.mjs';
14
+ import { _ as _export_sfc } from './main-8985b8a9.mjs';
15
15
  import 'element-plus/es/components/icon/style/css';
16
16
  import 'element-plus/es/components/checkbox/style/css';
17
17
  import '@element-plus/icons-vue';
@@ -3,7 +3,7 @@ import 'element-plus/es/components/base/style/css';
3
3
  import 'element-plus/es/components/tooltip/style/css';
4
4
  import { defineComponent, ref, onMounted, onUnmounted, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode, createBlock, withCtx } from 'vue';
5
5
  import E from 'wangeditor';
6
- import { _ as _export_sfc, g as getFormConfig, f as fieldProps, u as useWatch } from './main-5981b80d.mjs';
6
+ import { _ as _export_sfc, g as getFormConfig, f as fieldProps, u as useWatch } from './main-8985b8a9.mjs';
7
7
  import 'element-plus/es/components/icon/style/css';
8
8
  import 'element-plus/es/components/input/style/css';
9
9
  import 'element-plus/es/components/checkbox/style/css';
@@ -15,9 +15,9 @@ import 'element-plus/es/components/select/style/css';
15
15
  import 'element-plus/es/components/option/style/css';
16
16
  import 'element-plus/es/components/tooltip/style/css';
17
17
  import { defineComponent, getCurrentInstance, inject, computed, ref, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode, createBlock, withCtx, Fragment, renderList, createVNode, createTextVNode } from 'vue';
18
- import { _ as _export_sfc, a as _, f as fieldProps, r as ruleList, b as ruleJsonData } from './main-5981b80d.mjs';
18
+ import { _ as _export_sfc, a as _, f as fieldProps, r as ruleList, b as ruleJsonData } from './main-8985b8a9.mjs';
19
19
  import { Delete } from '@element-plus/icons-vue';
20
- import Dynamicform from './starfish-form-d3ef7415.mjs';
20
+ import Dynamicform from './starfish-form-169cfab7.mjs';
21
21
  import { Codemirror } from 'vue-codemirror';
22
22
  import 'element-plus/es/components/input/style/css';
23
23
  import 'element-plus/es/components/checkbox/style/css';
@@ -6,7 +6,7 @@ import 'element-plus/es/components/button/style/css';
6
6
  import 'element-plus/es/components/main/style/css';
7
7
  import 'element-plus/es/components/tooltip/style/css';
8
8
  import { defineComponent, ref, onMounted, watch, nextTick, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode, createBlock, withCtx, createVNode, createTextVNode } from 'vue';
9
- import { _ as _export_sfc, a as _, g as getFormConfig, f as fieldProps, u as useWatch } from './main-5981b80d.mjs';
9
+ import { _ as _export_sfc, a as _, g as getFormConfig, f as fieldProps, u as useWatch } from './main-8985b8a9.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';
@@ -2429,7 +2429,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
2429
2429
  modelValue: _ctx.item.data.default,
2430
2430
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.item.data.default = $event),
2431
2431
  "controls-position": _ctx.item.data.type == 2 ? "right" : "",
2432
- size: _ctx.item.data.size,
2432
+ size: _ctx.size,
2433
2433
  precision: _ctx.item.data.precision,
2434
2434
  disabled: _ctx.item.data.state === "disabled",
2435
2435
  readonly: _ctx.item.data.state === "readonly"
@@ -2439,7 +2439,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
2439
2439
  modelValue: _ctx.data[_ctx.item.data.fieldName],
2440
2440
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.data[_ctx.item.data.fieldName] = $event),
2441
2441
  "controls-position": _ctx.item.data.type == 2 ? "right" : "",
2442
- size: _ctx.item.data.size,
2442
+ size: _ctx.size,
2443
2443
  precision: _ctx.item.data.precision,
2444
2444
  disabled: _ctx.item.data.state === "disabled",
2445
2445
  readonly: _ctx.item.data.state === "readonly",
@@ -2525,14 +2525,13 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
2525
2525
  return openBlock(), createBlock(_component_el_radio, {
2526
2526
  key: sindex,
2527
2527
  label: sitem.value,
2528
- disabled: _ctx.item.data.state === "disabled",
2529
- readonly: _ctx.item.data.state === "readonly"
2528
+ disabled: _ctx.item.data.state === "disabled" || _ctx.item.data.state === "readonly"
2530
2529
  }, {
2531
2530
  default: withCtx(() => [
2532
2531
  createTextVNode(toDisplayString(sitem.label), 1)
2533
2532
  ]),
2534
2533
  _: 2
2535
- }, 1032, ["label", "disabled", "readonly"]);
2534
+ }, 1032, ["label", "disabled"]);
2536
2535
  }), 128))
2537
2536
  ]),
2538
2537
  _: 1
@@ -2549,14 +2548,13 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
2549
2548
  return openBlock(), createBlock(_component_el_radio, {
2550
2549
  key: sindex,
2551
2550
  label: sitem.value,
2552
- disabled: _ctx.item.data.state === "disabled",
2553
- readonly: _ctx.item.data.state === "readonly"
2551
+ disabled: _ctx.item.data.state === "disabled" || _ctx.item.data.state === "readonly"
2554
2552
  }, {
2555
2553
  default: withCtx(() => [
2556
2554
  createTextVNode(toDisplayString(sitem.label), 1)
2557
2555
  ]),
2558
2556
  _: 2
2559
- }, 1032, ["label", "disabled", "readonly"]);
2557
+ }, 1032, ["label", "disabled"]);
2560
2558
  }), 128))
2561
2559
  ]),
2562
2560
  _: 1
@@ -5129,7 +5127,7 @@ Object.keys(files).forEach((fileName) => {
5129
5127
  }
5130
5128
  });
5131
5129
  const RichText = defineAsyncComponent({
5132
- loader: () => import('./index-179be68d.mjs'),
5130
+ loader: () => import('./index-3a0f2ea7.mjs'),
5133
5131
  loadingComponent: Loading
5134
5132
  });
5135
5133
  RichText.ControlType = "RichText";
@@ -5138,7 +5136,7 @@ RichText.icon = "icon-textEdit";
5138
5136
  RichText.formConfig = getFormConfig("RichText");
5139
5137
  utilFuns[RichText.ControlType] = RichText;
5140
5138
  const jsonEditor = defineAsyncComponent({
5141
- loader: () => import('./index-931a17a2.mjs'),
5139
+ loader: () => import('./index-a096155f.mjs'),
5142
5140
  loadingComponent: Loading
5143
5141
  });
5144
5142
  jsonEditor.ControlType = "JsonEditor";
@@ -5148,14 +5146,14 @@ jsonEditor.formConfig = getFormConfig("JsonEditor", [{ fieldName: "default", com
5148
5146
  jsonEditor.rule = _.getJsonValidate();
5149
5147
  utilFuns[jsonEditor.ControlType] = jsonEditor;
5150
5148
  const formAction = defineAsyncComponent({
5151
- loader: () => import('./formAction-0ddf845a.mjs'),
5149
+ loader: () => import('./formAction-98d7b1d5.mjs'),
5152
5150
  loadingComponent: Loading
5153
5151
  });
5154
5152
  formAction.ControlType = "FormAction";
5155
5153
  formAction.isHide = true;
5156
5154
  utilFuns[formAction.ControlType] = formAction;
5157
5155
  const Rule = defineAsyncComponent({
5158
- loader: () => import('./index-e5516f4b.mjs'),
5156
+ loader: () => import('./index-5d524f9b.mjs'),
5159
5157
  loadingComponent: Loading
5160
5158
  });
5161
5159
  Rule.ControlType = "Rule";
@@ -5164,7 +5162,7 @@ utilFuns[Rule.ControlType] = Rule;
5164
5162
  const install = (app) => {
5165
5163
  app.config.globalProperties.$formcomponents = utilFuns;
5166
5164
  };
5167
- const Dynamicform = defineAsyncComponent(() => import('./starfish-form-d3ef7415.mjs'));
5165
+ const Dynamicform = defineAsyncComponent(() => import('./starfish-form-169cfab7.mjs'));
5168
5166
  const main = {
5169
5167
  install
5170
5168
  };
@@ -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-5981b80d.mjs';
6
+ import { _ as _export_sfc } from './main-8985b8a9.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-5981b80d.mjs';
1
+ export { D as Dynamicform, m as default } from './main-8985b8a9.mjs';
2
2
  import 'vue';
3
3
  import 'element-plus/es';
4
4
  import 'element-plus/es/components/base/style/css';
package/dist/style.css CHANGED
@@ -63,6 +63,7 @@
63
63
  .starfish-dynamicform .starfish-formitem.starfish-vertical .control .vertical-group {
64
64
  display: flex;
65
65
  flex-direction: column;
66
+ align-items: flex-start;
66
67
  }
67
68
  .starfish-editor .starfish-formitem.formCover,
68
69
  .starfish-form .starfish-formitem.formCover,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starfish-form-custom",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "main": "dist/starfish-form.mjs",
5
5
  "style": "dist/style.css",
6
6
  "module": "dist/starfish-form.mjs",
@@ -31,7 +31,7 @@
31
31
  <el-input-number
32
32
  v-model="item.data.default"
33
33
  :controls-position="item.data.type == 2 ? 'right' : ''"
34
- :size="item.data.size"
34
+ :size="size"
35
35
  :precision="item.data.precision"
36
36
  v-if="drag"
37
37
  :disabled="item.data.state === 'disabled'"
@@ -41,7 +41,7 @@
41
41
  v-model="data[item.data.fieldName]"
42
42
  v-if="!drag"
43
43
  :controls-position="item.data.type == 2 ? 'right' : ''"
44
- :size="item.data.size"
44
+ :size="size"
45
45
  :precision="item.data.precision"
46
46
  :disabled="item.data.state === 'disabled'"
47
47
  :readonly="item.data.state === 'readonly'"
@@ -38,8 +38,7 @@
38
38
  v-for="(sitem, sindex) in item.data.itemConfig.items"
39
39
  :key="sindex"
40
40
  :label="sitem.value"
41
- :disabled="item.data.state === 'disabled'"
42
- :readonly="item.data.state === 'readonly'"
41
+ :disabled="item.data.state === 'disabled' || item.data.state === 'readonly'"
43
42
  >{{ sitem.label }}</el-radio
44
43
  >
45
44
  </el-radio-group>
@@ -53,8 +52,7 @@
53
52
  v-for="(sitem, sindex) in item.data.itemConfig.items"
54
53
  :key="sindex"
55
54
  :label="sitem.value"
56
- :disabled="item.data.state === 'disabled'"
57
- :readonly="item.data.state === 'readonly'"
55
+ :disabled="item.data.state === 'disabled' || item.data.state === 'readonly'"
58
56
  >{{ sitem.label }}</el-radio
59
57
  >
60
58
  </el-radio-group>
@@ -31,6 +31,7 @@
31
31
  .vertical-group {
32
32
  display: flex;
33
33
  flex-direction: column;
34
+ align-items: flex-start;
34
35
  }
35
36
  }
36
37
  }
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":"67aacc41-1"},{"name":"main-5981b80d.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":"67aacc41-3","name":"fieldConfig.ts"},{"uid":"67aacc41-5","name":"fieldProps.ts"},{"uid":"67aacc41-23","name":"customHooks.ts"}]},{"name":"common","children":[{"uid":"67aacc41-9","name":"KeyValueConfig.vue"},{"uid":"67aacc41-11","name":"KeyValueConfigMult.vue"},{"uid":"67aacc41-13","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"67aacc41-15","name":"Loading.vue"},{"uid":"67aacc41-17","name":"action.vue"},{"uid":"67aacc41-19","name":"listConfig.vue"},{"uid":"67aacc41-21","name":"panel.vue"},{"uid":"67aacc41-25","name":"radiogroup.vue"}]},{"name":"components","children":[{"name":"CheckBox/index.vue","uid":"67aacc41-27"},{"name":"ColorSelect","children":[{"uid":"67aacc41-29","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"67aacc41-31","name":"index.vue"}]},{"name":"Date/index.vue","uid":"67aacc41-33"},{"name":"DateTime/index.vue","uid":"67aacc41-35"},{"name":"InputNumber/index.vue","uid":"67aacc41-37"},{"name":"Radio/index.vue","uid":"67aacc41-39"},{"name":"Rule","children":[{"uid":"67aacc41-41","name":"ruleform.json"},{"uid":"67aacc41-43","name":"rules.js"}]},{"name":"Selected/index.vue","uid":"67aacc41-45"},{"name":"Selecteds/index.vue","uid":"67aacc41-47"},{"name":"ShowRule/index.vue","uid":"67aacc41-49"},{"name":"Slider/index.vue","uid":"67aacc41-51"},{"name":"Switch/index.vue","uid":"67aacc41-53"},{"name":"Text/index.vue","uid":"67aacc41-55"},{"name":"TextArea/index.vue","uid":"67aacc41-57"},{"name":"Time/index.vue","uid":"67aacc41-59"}]},{"name":"layout","children":[{"uid":"67aacc41-61","name":"Divider.vue"},{"uid":"67aacc41-63","name":"Info.vue"},{"uid":"67aacc41-65","name":"Tabs.vue"},{"uid":"67aacc41-67","name":"collapse.vue"},{"uid":"67aacc41-69","name":"grid.vue"},{"uid":"67aacc41-71","name":"table.vue"}]},{"name":"styles/index.scss","uid":"67aacc41-73"},{"uid":"67aacc41-86","name":"main.ts"}]},{"name":"editor/src","children":[{"name":"controller","children":[{"uid":"67aacc41-77","name":"history.ts"},{"uid":"67aacc41-79","name":"form.ts"}]},{"name":"utils/_.ts","uid":"67aacc41-81"},{"name":"common","children":[{"uid":"67aacc41-83","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"67aacc41-85","name":"Loading.vue"}]}]}]},{"name":"node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","uid":"67aacc41-75"}]},{"uid":"67aacc41-7","name":"plugin-vue:export-helper"}]},{"name":"index-179be68d.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","uid":"67aacc41-88"}]},{"name":"index-931a17a2.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","uid":"67aacc41-90"}]},{"name":"formAction-0ddf845a.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common","children":[{"uid":"67aacc41-92","name":"formAction.vue?vue&type=style&index=0&lang.scss"},{"uid":"67aacc41-94","name":"formAction.vue"}]}]},{"name":"index-e5516f4b.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule","children":[{"uid":"67aacc41-96","name":"index.vue?vue&type=style&index=0&lang.scss"},{"uid":"67aacc41-98","name":"index.vue"}]}]},{"name":"starfish-form-d3ef7415.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","uid":"67aacc41-100"}]}],"isRoot":true},"nodeParts":{"67aacc41-1":{"id":"starfish-form.mjs","gzipLength":0,"brotliLength":0,"renderedLength":1902,"metaUid":"67aacc41-0"},"67aacc41-3":{"renderedLength":16921,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-2"},"67aacc41-5":{"renderedLength":567,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-4"},"67aacc41-7":{"renderedLength":159,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-6"},"67aacc41-9":{"renderedLength":8660,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-8"},"67aacc41-11":{"renderedLength":8485,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-10"},"67aacc41-13":{"renderedLength":103,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-12"},"67aacc41-15":{"renderedLength":404,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-14"},"67aacc41-17":{"renderedLength":8527,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-16"},"67aacc41-19":{"renderedLength":3223,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-18"},"67aacc41-21":{"renderedLength":5397,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-20"},"67aacc41-23":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-22"},"67aacc41-25":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-24"},"67aacc41-27":{"renderedLength":4412,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-26"},"67aacc41-29":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-28"},"67aacc41-31":{"renderedLength":3864,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-30"},"67aacc41-33":{"renderedLength":3989,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-32"},"67aacc41-35":{"renderedLength":3294,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-34"},"67aacc41-37":{"renderedLength":3986,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-36"},"67aacc41-39":{"renderedLength":4432,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-38"},"67aacc41-41":{"renderedLength":5040,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-40"},"67aacc41-43":{"renderedLength":2564,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-42"},"67aacc41-45":{"renderedLength":4564,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-44"},"67aacc41-47":{"renderedLength":4626,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-46"},"67aacc41-49":{"renderedLength":4133,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-48"},"67aacc41-51":{"renderedLength":2944,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-50"},"67aacc41-53":{"renderedLength":2938,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-52"},"67aacc41-55":{"renderedLength":4047,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-54"},"67aacc41-57":{"renderedLength":4226,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-56"},"67aacc41-59":{"renderedLength":3240,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-58"},"67aacc41-61":{"renderedLength":1315,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-60"},"67aacc41-63":{"renderedLength":2999,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-62"},"67aacc41-65":{"renderedLength":5888,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-64"},"67aacc41-67":{"renderedLength":6238,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-66"},"67aacc41-69":{"renderedLength":6248,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-68"},"67aacc41-71":{"renderedLength":5731,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-70"},"67aacc41-73":{"renderedLength":17,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-72"},"67aacc41-75":{"renderedLength":350,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-74"},"67aacc41-77":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-76"},"67aacc41-79":{"renderedLength":5852,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-78"},"67aacc41-81":{"renderedLength":9841,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-80"},"67aacc41-83":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-82"},"67aacc41-85":{"renderedLength":390,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-84"},"67aacc41-86":{"renderedLength":2981,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-0"},"67aacc41-88":{"renderedLength":2874,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-87"},"67aacc41-90":{"renderedLength":6675,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-89"},"67aacc41-92":{"renderedLength":92,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-91"},"67aacc41-94":{"renderedLength":17107,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-93"},"67aacc41-96":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-95"},"67aacc41-98":{"renderedLength":18209,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-97"},"67aacc41-100":{"renderedLength":8931,"gzipLength":0,"brotliLength":0,"metaUid":"67aacc41-99"}},"nodeMetas":{"67aacc41-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/main.ts","moduleParts":{"starfish-form.mjs":"67aacc41-1","main-5981b80d.mjs":"67aacc41-86"},"imported":[{"uid":"67aacc41-8"},{"uid":"67aacc41-10"},{"uid":"67aacc41-14"},{"uid":"67aacc41-16"},{"uid":"67aacc41-18"},{"uid":"67aacc41-20"},{"uid":"67aacc41-24"},{"uid":"67aacc41-26"},{"uid":"67aacc41-30"},{"uid":"67aacc41-32"},{"uid":"67aacc41-34"},{"uid":"67aacc41-36"},{"uid":"67aacc41-38"},{"uid":"67aacc41-40"},{"uid":"67aacc41-42"},{"uid":"67aacc41-44"},{"uid":"67aacc41-46"},{"uid":"67aacc41-48"},{"uid":"67aacc41-50"},{"uid":"67aacc41-52"},{"uid":"67aacc41-54"},{"uid":"67aacc41-56"},{"uid":"67aacc41-58"},{"uid":"67aacc41-60"},{"uid":"67aacc41-62"},{"uid":"67aacc41-64"},{"uid":"67aacc41-66"},{"uid":"67aacc41-68"},{"uid":"67aacc41-70"},{"uid":"67aacc41-101"},{"uid":"67aacc41-72"},{"uid":"67aacc41-2"},{"uid":"67aacc41-80"},{"uid":"67aacc41-84"},{"uid":"67aacc41-87","dynamic":true},{"uid":"67aacc41-89","dynamic":true},{"uid":"67aacc41-93","dynamic":true},{"uid":"67aacc41-97","dynamic":true},{"uid":"67aacc41-99","dynamic":true}],"importedBy":[],"isEntry":true},"67aacc41-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldConfig.ts","moduleParts":{"main-5981b80d.mjs":"67aacc41-3"},"imported":[],"importedBy":[{"uid":"67aacc41-0"},{"uid":"67aacc41-8"},{"uid":"67aacc41-10"},{"uid":"67aacc41-26"},{"uid":"67aacc41-30"},{"uid":"67aacc41-32"},{"uid":"67aacc41-34"},{"uid":"67aacc41-36"},{"uid":"67aacc41-38"},{"uid":"67aacc41-44"},{"uid":"67aacc41-46"},{"uid":"67aacc41-50"},{"uid":"67aacc41-52"},{"uid":"67aacc41-54"},{"uid":"67aacc41-56"},{"uid":"67aacc41-58"},{"uid":"67aacc41-60"},{"uid":"67aacc41-62"},{"uid":"67aacc41-64"},{"uid":"67aacc41-66"},{"uid":"67aacc41-68"},{"uid":"67aacc41-70"},{"uid":"67aacc41-87"},{"uid":"67aacc41-89"}]},"67aacc41-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldProps.ts","moduleParts":{"main-5981b80d.mjs":"67aacc41-5"},"imported":[],"importedBy":[{"uid":"67aacc41-8"},{"uid":"67aacc41-10"},{"uid":"67aacc41-16"},{"uid":"67aacc41-18"},{"uid":"67aacc41-20"},{"uid":"67aacc41-24"},{"uid":"67aacc41-26"},{"uid":"67aacc41-30"},{"uid":"67aacc41-32"},{"uid":"67aacc41-34"},{"uid":"67aacc41-36"},{"uid":"67aacc41-38"},{"uid":"67aacc41-44"},{"uid":"67aacc41-46"},{"uid":"67aacc41-48"},{"uid":"67aacc41-50"},{"uid":"67aacc41-52"},{"uid":"67aacc41-54"},{"uid":"67aacc41-56"},{"uid":"67aacc41-58"},{"uid":"67aacc41-60"},{"uid":"67aacc41-62"},{"uid":"67aacc41-64"},{"uid":"67aacc41-66"},{"uid":"67aacc41-68"},{"uid":"67aacc41-70"},{"uid":"67aacc41-87"},{"uid":"67aacc41-89"},{"uid":"67aacc41-97"}]},"67aacc41-6":{"id":"plugin-vue:export-helper","moduleParts":{"main-5981b80d.mjs":"67aacc41-7"},"imported":[],"importedBy":[{"uid":"67aacc41-8"},{"uid":"67aacc41-10"},{"uid":"67aacc41-14"},{"uid":"67aacc41-16"},{"uid":"67aacc41-18"},{"uid":"67aacc41-20"},{"uid":"67aacc41-24"},{"uid":"67aacc41-26"},{"uid":"67aacc41-30"},{"uid":"67aacc41-32"},{"uid":"67aacc41-34"},{"uid":"67aacc41-36"},{"uid":"67aacc41-38"},{"uid":"67aacc41-44"},{"uid":"67aacc41-46"},{"uid":"67aacc41-48"},{"uid":"67aacc41-50"},{"uid":"67aacc41-52"},{"uid":"67aacc41-54"},{"uid":"67aacc41-56"},{"uid":"67aacc41-58"},{"uid":"67aacc41-60"},{"uid":"67aacc41-62"},{"uid":"67aacc41-64"},{"uid":"67aacc41-66"},{"uid":"67aacc41-68"},{"uid":"67aacc41-70"},{"uid":"67aacc41-84"},{"uid":"67aacc41-87"},{"uid":"67aacc41-89"},{"uid":"67aacc41-93"},{"uid":"67aacc41-97"},{"uid":"67aacc41-99"}]},"67aacc41-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfig.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-9"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-104"},{"uid":"67aacc41-105"},{"uid":"67aacc41-106"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-108"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfigMult.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-11"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-104"},{"uid":"67aacc41-105"},{"uid":"67aacc41-106"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-108"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-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-5981b80d.mjs":"67aacc41-13"},"imported":[],"importedBy":[{"uid":"67aacc41-14"}]},"67aacc41-14":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-15"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-109"},{"uid":"67aacc41-101"},{"uid":"67aacc41-12"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/action.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-17"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-110"},{"uid":"67aacc41-111"},{"uid":"67aacc41-112"},{"uid":"67aacc41-113"},{"uid":"67aacc41-114"},{"uid":"67aacc41-115"},{"uid":"67aacc41-116"},{"uid":"67aacc41-104"},{"uid":"67aacc41-117"},{"uid":"67aacc41-118"},{"uid":"67aacc41-119"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-108"},{"uid":"67aacc41-4"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/listConfig.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-19"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-115"},{"uid":"67aacc41-116"},{"uid":"67aacc41-104"},{"uid":"67aacc41-120"},{"uid":"67aacc41-101"},{"uid":"67aacc41-4"},{"uid":"67aacc41-108"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/panel.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-21"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-115"},{"uid":"67aacc41-116"},{"uid":"67aacc41-104"},{"uid":"67aacc41-105"},{"uid":"67aacc41-117"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-4"},{"uid":"67aacc41-108"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/customHooks.ts","moduleParts":{"main-5981b80d.mjs":"67aacc41-23"},"imported":[{"uid":"67aacc41-101"}],"importedBy":[{"uid":"67aacc41-24"},{"uid":"67aacc41-26"},{"uid":"67aacc41-30"},{"uid":"67aacc41-32"},{"uid":"67aacc41-34"},{"uid":"67aacc41-36"},{"uid":"67aacc41-38"},{"uid":"67aacc41-44"},{"uid":"67aacc41-46"},{"uid":"67aacc41-48"},{"uid":"67aacc41-50"},{"uid":"67aacc41-52"},{"uid":"67aacc41-54"},{"uid":"67aacc41-56"},{"uid":"67aacc41-58"},{"uid":"67aacc41-60"},{"uid":"67aacc41-62"},{"uid":"67aacc41-64"},{"uid":"67aacc41-66"},{"uid":"67aacc41-68"},{"uid":"67aacc41-70"},{"uid":"67aacc41-87"},{"uid":"67aacc41-89"}]},"67aacc41-24":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/radiogroup.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-25"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-121"},{"uid":"67aacc41-122"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/CheckBox/index.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-27"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-123"},{"uid":"67aacc41-106"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-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-5981b80d.mjs":"67aacc41-29"},"imported":[],"importedBy":[{"uid":"67aacc41-30"}]},"67aacc41-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-31"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-124"},{"uid":"67aacc41-105"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-28"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Date/index.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-33"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-125"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/DateTime/index.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-35"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-125"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/InputNumber/index.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-37"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-120"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Radio/index.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-39"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-121"},{"uid":"67aacc41-126"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/ruleform.json","moduleParts":{"main-5981b80d.mjs":"67aacc41-41"},"imported":[],"importedBy":[{"uid":"67aacc41-0"},{"uid":"67aacc41-97"}]},"67aacc41-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/rules.js","moduleParts":{"main-5981b80d.mjs":"67aacc41-43"},"imported":[],"importedBy":[{"uid":"67aacc41-0"},{"uid":"67aacc41-97"}]},"67aacc41-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selected/index.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-45"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-118"},{"uid":"67aacc41-119"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selecteds/index.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-47"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-118"},{"uid":"67aacc41-119"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ShowRule/index.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-49"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-116"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Slider/index.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-51"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-127"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-52":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Switch/index.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-53"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-128"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Text/index.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-55"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-105"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-56":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/TextArea/index.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-57"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-105"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-58":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Time/index.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-59"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-129"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-4"},{"uid":"67aacc41-2"},{"uid":"67aacc41-22"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-60":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Divider.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-61"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-130"},{"uid":"67aacc41-101"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-62":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Info.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-63"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-131"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-64":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Tabs.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-65"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-132"},{"uid":"67aacc41-133"},{"uid":"67aacc41-134"},{"uid":"67aacc41-101"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-66":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/collapse.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-67"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-113"},{"uid":"67aacc41-114"},{"uid":"67aacc41-134"},{"uid":"67aacc41-101"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-68":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/grid.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-69"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-115"},{"uid":"67aacc41-134"},{"uid":"67aacc41-117"},{"uid":"67aacc41-101"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-70":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/table.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-71"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-134"},{"uid":"67aacc41-101"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-72":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/styles/index.scss","moduleParts":{"main-5981b80d.mjs":"67aacc41-73"},"imported":[],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-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-5981b80d.mjs":"67aacc41-75"},"imported":[{"uid":"67aacc41-145"}],"importedBy":[{"uid":"67aacc41-80"}]},"67aacc41-76":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main-5981b80d.mjs":"67aacc41-77"},"imported":[{"uid":"67aacc41-101"},{"uid":"67aacc41-78"}],"importedBy":[{"uid":"67aacc41-78"}]},"67aacc41-78":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main-5981b80d.mjs":"67aacc41-79"},"imported":[{"uid":"67aacc41-101"},{"uid":"67aacc41-76"}],"importedBy":[{"uid":"67aacc41-80"},{"uid":"67aacc41-76"}]},"67aacc41-80":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main-5981b80d.mjs":"67aacc41-81"},"imported":[{"uid":"67aacc41-135"},{"uid":"67aacc41-74"},{"uid":"67aacc41-78"}],"importedBy":[{"uid":"67aacc41-0"},{"uid":"67aacc41-89"},{"uid":"67aacc41-97"}]},"67aacc41-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-5981b80d.mjs":"67aacc41-83"},"imported":[],"importedBy":[{"uid":"67aacc41-84"}]},"67aacc41-84":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main-5981b80d.mjs":"67aacc41-85"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-109"},{"uid":"67aacc41-101"},{"uid":"67aacc41-82"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-87":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","moduleParts":{"index-179be68d.mjs":"67aacc41-88"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-136"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-89":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","moduleParts":{"index-931a17a2.mjs":"67aacc41-90"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-137"},{"uid":"67aacc41-138"},{"uid":"67aacc41-116"},{"uid":"67aacc41-139"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-2"},{"uid":"67aacc41-4"},{"uid":"67aacc41-22"},{"uid":"67aacc41-140"},{"uid":"67aacc41-80"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-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-0ddf845a.mjs":"67aacc41-92"},"imported":[],"importedBy":[{"uid":"67aacc41-93"}]},"67aacc41-93":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue","moduleParts":{"formAction-0ddf845a.mjs":"67aacc41-94"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-141"},{"uid":"67aacc41-134"},{"uid":"67aacc41-105"},{"uid":"67aacc41-142"},{"uid":"67aacc41-137"},{"uid":"67aacc41-139"},{"uid":"67aacc41-143"},{"uid":"67aacc41-116"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-144"},{"uid":"67aacc41-91"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-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-e5516f4b.mjs":"67aacc41-96"},"imported":[],"importedBy":[{"uid":"67aacc41-97"}]},"67aacc41-97":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue","moduleParts":{"index-e5516f4b.mjs":"67aacc41-98"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-137"},{"uid":"67aacc41-139"},{"uid":"67aacc41-138"},{"uid":"67aacc41-131"},{"uid":"67aacc41-110"},{"uid":"67aacc41-111"},{"uid":"67aacc41-112"},{"uid":"67aacc41-113"},{"uid":"67aacc41-114"},{"uid":"67aacc41-104"},{"uid":"67aacc41-116"},{"uid":"67aacc41-118"},{"uid":"67aacc41-119"},{"uid":"67aacc41-107"},{"uid":"67aacc41-101"},{"uid":"67aacc41-4"},{"uid":"67aacc41-80"},{"uid":"67aacc41-42"},{"uid":"67aacc41-40"},{"uid":"67aacc41-108"},{"uid":"67aacc41-99"},{"uid":"67aacc41-144"},{"uid":"67aacc41-95"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"}]},"67aacc41-99":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","moduleParts":{"starfish-form-d3ef7415.mjs":"67aacc41-100"},"imported":[{"uid":"67aacc41-102"},{"uid":"67aacc41-103"},{"uid":"67aacc41-141"},{"uid":"67aacc41-134"},{"uid":"67aacc41-101"},{"uid":"67aacc41-6"}],"importedBy":[{"uid":"67aacc41-0"},{"uid":"67aacc41-97"}]},"67aacc41-101":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-0"},{"uid":"67aacc41-8"},{"uid":"67aacc41-10"},{"uid":"67aacc41-14"},{"uid":"67aacc41-16"},{"uid":"67aacc41-18"},{"uid":"67aacc41-20"},{"uid":"67aacc41-24"},{"uid":"67aacc41-26"},{"uid":"67aacc41-30"},{"uid":"67aacc41-32"},{"uid":"67aacc41-34"},{"uid":"67aacc41-36"},{"uid":"67aacc41-38"},{"uid":"67aacc41-44"},{"uid":"67aacc41-46"},{"uid":"67aacc41-48"},{"uid":"67aacc41-50"},{"uid":"67aacc41-52"},{"uid":"67aacc41-54"},{"uid":"67aacc41-56"},{"uid":"67aacc41-58"},{"uid":"67aacc41-60"},{"uid":"67aacc41-62"},{"uid":"67aacc41-64"},{"uid":"67aacc41-66"},{"uid":"67aacc41-68"},{"uid":"67aacc41-70"},{"uid":"67aacc41-84"},{"uid":"67aacc41-87"},{"uid":"67aacc41-89"},{"uid":"67aacc41-93"},{"uid":"67aacc41-97"},{"uid":"67aacc41-99"},{"uid":"67aacc41-22"},{"uid":"67aacc41-78"},{"uid":"67aacc41-76"}],"isExternal":true},"67aacc41-102":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-8"},{"uid":"67aacc41-10"},{"uid":"67aacc41-14"},{"uid":"67aacc41-16"},{"uid":"67aacc41-18"},{"uid":"67aacc41-20"},{"uid":"67aacc41-24"},{"uid":"67aacc41-26"},{"uid":"67aacc41-30"},{"uid":"67aacc41-32"},{"uid":"67aacc41-34"},{"uid":"67aacc41-36"},{"uid":"67aacc41-38"},{"uid":"67aacc41-44"},{"uid":"67aacc41-46"},{"uid":"67aacc41-48"},{"uid":"67aacc41-50"},{"uid":"67aacc41-52"},{"uid":"67aacc41-54"},{"uid":"67aacc41-56"},{"uid":"67aacc41-58"},{"uid":"67aacc41-60"},{"uid":"67aacc41-62"},{"uid":"67aacc41-64"},{"uid":"67aacc41-66"},{"uid":"67aacc41-68"},{"uid":"67aacc41-70"},{"uid":"67aacc41-84"},{"uid":"67aacc41-87"},{"uid":"67aacc41-89"},{"uid":"67aacc41-93"},{"uid":"67aacc41-97"},{"uid":"67aacc41-99"}],"isExternal":true},"67aacc41-103":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-8"},{"uid":"67aacc41-10"},{"uid":"67aacc41-14"},{"uid":"67aacc41-16"},{"uid":"67aacc41-18"},{"uid":"67aacc41-20"},{"uid":"67aacc41-24"},{"uid":"67aacc41-26"},{"uid":"67aacc41-30"},{"uid":"67aacc41-32"},{"uid":"67aacc41-34"},{"uid":"67aacc41-36"},{"uid":"67aacc41-38"},{"uid":"67aacc41-44"},{"uid":"67aacc41-46"},{"uid":"67aacc41-48"},{"uid":"67aacc41-50"},{"uid":"67aacc41-52"},{"uid":"67aacc41-54"},{"uid":"67aacc41-56"},{"uid":"67aacc41-58"},{"uid":"67aacc41-60"},{"uid":"67aacc41-62"},{"uid":"67aacc41-64"},{"uid":"67aacc41-66"},{"uid":"67aacc41-68"},{"uid":"67aacc41-70"},{"uid":"67aacc41-84"},{"uid":"67aacc41-87"},{"uid":"67aacc41-89"},{"uid":"67aacc41-93"},{"uid":"67aacc41-97"},{"uid":"67aacc41-99"}],"isExternal":true},"67aacc41-104":{"id":"element-plus/es/components/icon/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-8"},{"uid":"67aacc41-10"},{"uid":"67aacc41-16"},{"uid":"67aacc41-18"},{"uid":"67aacc41-20"},{"uid":"67aacc41-97"}],"isExternal":true},"67aacc41-105":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-8"},{"uid":"67aacc41-10"},{"uid":"67aacc41-20"},{"uid":"67aacc41-30"},{"uid":"67aacc41-54"},{"uid":"67aacc41-56"},{"uid":"67aacc41-93"}],"isExternal":true},"67aacc41-106":{"id":"element-plus/es/components/checkbox/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-8"},{"uid":"67aacc41-10"},{"uid":"67aacc41-26"}],"isExternal":true},"67aacc41-107":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-8"},{"uid":"67aacc41-10"},{"uid":"67aacc41-16"},{"uid":"67aacc41-20"},{"uid":"67aacc41-24"},{"uid":"67aacc41-26"},{"uid":"67aacc41-30"},{"uid":"67aacc41-32"},{"uid":"67aacc41-34"},{"uid":"67aacc41-36"},{"uid":"67aacc41-38"},{"uid":"67aacc41-44"},{"uid":"67aacc41-46"},{"uid":"67aacc41-48"},{"uid":"67aacc41-50"},{"uid":"67aacc41-52"},{"uid":"67aacc41-54"},{"uid":"67aacc41-56"},{"uid":"67aacc41-58"},{"uid":"67aacc41-62"},{"uid":"67aacc41-87"},{"uid":"67aacc41-89"},{"uid":"67aacc41-93"},{"uid":"67aacc41-97"}],"isExternal":true},"67aacc41-108":{"id":"@element-plus/icons-vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-8"},{"uid":"67aacc41-10"},{"uid":"67aacc41-16"},{"uid":"67aacc41-18"},{"uid":"67aacc41-20"},{"uid":"67aacc41-97"}],"isExternal":true},"67aacc41-109":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-14"},{"uid":"67aacc41-84"}],"isExternal":true},"67aacc41-110":{"id":"element-plus/es/components/dropdown/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-16"},{"uid":"67aacc41-97"}],"isExternal":true},"67aacc41-111":{"id":"element-plus/es/components/dropdown-menu/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-16"},{"uid":"67aacc41-97"}],"isExternal":true},"67aacc41-112":{"id":"element-plus/es/components/dropdown-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-16"},{"uid":"67aacc41-97"}],"isExternal":true},"67aacc41-113":{"id":"element-plus/es/components/collapse/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-16"},{"uid":"67aacc41-66"},{"uid":"67aacc41-97"}],"isExternal":true},"67aacc41-114":{"id":"element-plus/es/components/collapse-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-16"},{"uid":"67aacc41-66"},{"uid":"67aacc41-97"}],"isExternal":true},"67aacc41-115":{"id":"element-plus/es/components/row/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-16"},{"uid":"67aacc41-18"},{"uid":"67aacc41-20"},{"uid":"67aacc41-68"}],"isExternal":true},"67aacc41-116":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-16"},{"uid":"67aacc41-18"},{"uid":"67aacc41-20"},{"uid":"67aacc41-48"},{"uid":"67aacc41-89"},{"uid":"67aacc41-93"},{"uid":"67aacc41-97"}],"isExternal":true},"67aacc41-117":{"id":"element-plus/es/components/col/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-16"},{"uid":"67aacc41-20"},{"uid":"67aacc41-68"}],"isExternal":true},"67aacc41-118":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-16"},{"uid":"67aacc41-44"},{"uid":"67aacc41-46"},{"uid":"67aacc41-97"}],"isExternal":true},"67aacc41-119":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-16"},{"uid":"67aacc41-44"},{"uid":"67aacc41-46"},{"uid":"67aacc41-97"}],"isExternal":true},"67aacc41-120":{"id":"element-plus/es/components/input-number/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-18"},{"uid":"67aacc41-36"}],"isExternal":true},"67aacc41-121":{"id":"element-plus/es/components/radio-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-24"},{"uid":"67aacc41-38"}],"isExternal":true},"67aacc41-122":{"id":"element-plus/es/components/radio-button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-24"}],"isExternal":true},"67aacc41-123":{"id":"element-plus/es/components/checkbox-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-26"}],"isExternal":true},"67aacc41-124":{"id":"element-plus/es/components/color-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-30"}],"isExternal":true},"67aacc41-125":{"id":"element-plus/es/components/date-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-32"},{"uid":"67aacc41-34"}],"isExternal":true},"67aacc41-126":{"id":"element-plus/es/components/radio/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-38"}],"isExternal":true},"67aacc41-127":{"id":"element-plus/es/components/slider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-50"}],"isExternal":true},"67aacc41-128":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-52"}],"isExternal":true},"67aacc41-129":{"id":"element-plus/es/components/time-select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-58"}],"isExternal":true},"67aacc41-130":{"id":"element-plus/es/components/divider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-60"}],"isExternal":true},"67aacc41-131":{"id":"element-plus/es/components/alert/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-62"},{"uid":"67aacc41-97"}],"isExternal":true},"67aacc41-132":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-64"}],"isExternal":true},"67aacc41-133":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-64"}],"isExternal":true},"67aacc41-134":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-64"},{"uid":"67aacc41-66"},{"uid":"67aacc41-68"},{"uid":"67aacc41-70"},{"uid":"67aacc41-93"},{"uid":"67aacc41-99"}],"isExternal":true},"67aacc41-135":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-80"}],"isExternal":true},"67aacc41-136":{"id":"wangeditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-87"}],"isExternal":true},"67aacc41-137":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-89"},{"uid":"67aacc41-93"},{"uid":"67aacc41-97"}],"isExternal":true},"67aacc41-138":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-89"},{"uid":"67aacc41-97"}],"isExternal":true},"67aacc41-139":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-89"},{"uid":"67aacc41-93"},{"uid":"67aacc41-97"}],"isExternal":true},"67aacc41-140":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-89"}],"isExternal":true},"67aacc41-141":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-93"},{"uid":"67aacc41-99"}],"isExternal":true},"67aacc41-142":{"id":"element-plus/es/components/aside/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-93"}],"isExternal":true},"67aacc41-143":{"id":"element-plus/es/components/scrollbar/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-93"}],"isExternal":true},"67aacc41-144":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"67aacc41-93"},{"uid":"67aacc41-97"}],"isExternal":true},"67aacc41-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":"67aacc41-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":"4f68c1b0-1"},{"name":"main-8985b8a9.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":"4f68c1b0-3","name":"fieldConfig.ts"},{"uid":"4f68c1b0-5","name":"fieldProps.ts"},{"uid":"4f68c1b0-23","name":"customHooks.ts"}]},{"name":"common","children":[{"uid":"4f68c1b0-9","name":"KeyValueConfig.vue"},{"uid":"4f68c1b0-11","name":"KeyValueConfigMult.vue"},{"uid":"4f68c1b0-13","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"4f68c1b0-15","name":"Loading.vue"},{"uid":"4f68c1b0-17","name":"action.vue"},{"uid":"4f68c1b0-19","name":"listConfig.vue"},{"uid":"4f68c1b0-21","name":"panel.vue"},{"uid":"4f68c1b0-25","name":"radiogroup.vue"}]},{"name":"components","children":[{"name":"CheckBox/index.vue","uid":"4f68c1b0-27"},{"name":"ColorSelect","children":[{"uid":"4f68c1b0-29","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"4f68c1b0-31","name":"index.vue"}]},{"name":"Date/index.vue","uid":"4f68c1b0-33"},{"name":"DateTime/index.vue","uid":"4f68c1b0-35"},{"name":"InputNumber/index.vue","uid":"4f68c1b0-37"},{"name":"Radio/index.vue","uid":"4f68c1b0-39"},{"name":"Rule","children":[{"uid":"4f68c1b0-41","name":"ruleform.json"},{"uid":"4f68c1b0-43","name":"rules.js"}]},{"name":"Selected/index.vue","uid":"4f68c1b0-45"},{"name":"Selecteds/index.vue","uid":"4f68c1b0-47"},{"name":"ShowRule/index.vue","uid":"4f68c1b0-49"},{"name":"Slider/index.vue","uid":"4f68c1b0-51"},{"name":"Switch/index.vue","uid":"4f68c1b0-53"},{"name":"Text/index.vue","uid":"4f68c1b0-55"},{"name":"TextArea/index.vue","uid":"4f68c1b0-57"},{"name":"Time/index.vue","uid":"4f68c1b0-59"}]},{"name":"layout","children":[{"uid":"4f68c1b0-61","name":"Divider.vue"},{"uid":"4f68c1b0-63","name":"Info.vue"},{"uid":"4f68c1b0-65","name":"Tabs.vue"},{"uid":"4f68c1b0-67","name":"collapse.vue"},{"uid":"4f68c1b0-69","name":"grid.vue"},{"uid":"4f68c1b0-71","name":"table.vue"}]},{"name":"styles/index.scss","uid":"4f68c1b0-73"},{"uid":"4f68c1b0-86","name":"main.ts"}]},{"name":"editor/src","children":[{"name":"controller","children":[{"uid":"4f68c1b0-77","name":"history.ts"},{"uid":"4f68c1b0-79","name":"form.ts"}]},{"name":"utils/_.ts","uid":"4f68c1b0-81"},{"name":"common","children":[{"uid":"4f68c1b0-83","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"4f68c1b0-85","name":"Loading.vue"}]}]}]},{"name":"node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","uid":"4f68c1b0-75"}]},{"uid":"4f68c1b0-7","name":"plugin-vue:export-helper"}]},{"name":"index-3a0f2ea7.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","uid":"4f68c1b0-88"}]},{"name":"index-a096155f.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","uid":"4f68c1b0-90"}]},{"name":"formAction-98d7b1d5.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common","children":[{"uid":"4f68c1b0-92","name":"formAction.vue?vue&type=style&index=0&lang.scss"},{"uid":"4f68c1b0-94","name":"formAction.vue"}]}]},{"name":"index-5d524f9b.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule","children":[{"uid":"4f68c1b0-96","name":"index.vue?vue&type=style&index=0&lang.scss"},{"uid":"4f68c1b0-98","name":"index.vue"}]}]},{"name":"starfish-form-169cfab7.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","uid":"4f68c1b0-100"}]}],"isRoot":true},"nodeParts":{"4f68c1b0-1":{"id":"starfish-form.mjs","gzipLength":0,"brotliLength":0,"renderedLength":1902,"metaUid":"4f68c1b0-0"},"4f68c1b0-3":{"renderedLength":16921,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-2"},"4f68c1b0-5":{"renderedLength":567,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-4"},"4f68c1b0-7":{"renderedLength":159,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-6"},"4f68c1b0-9":{"renderedLength":8660,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-8"},"4f68c1b0-11":{"renderedLength":8485,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-10"},"4f68c1b0-13":{"renderedLength":103,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-12"},"4f68c1b0-15":{"renderedLength":404,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-14"},"4f68c1b0-17":{"renderedLength":8527,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-16"},"4f68c1b0-19":{"renderedLength":3223,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-18"},"4f68c1b0-21":{"renderedLength":5397,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-20"},"4f68c1b0-23":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-22"},"4f68c1b0-25":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-24"},"4f68c1b0-27":{"renderedLength":4412,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-26"},"4f68c1b0-29":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-28"},"4f68c1b0-31":{"renderedLength":3864,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-30"},"4f68c1b0-33":{"renderedLength":3989,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-32"},"4f68c1b0-35":{"renderedLength":3294,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-34"},"4f68c1b0-37":{"renderedLength":3966,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-36"},"4f68c1b0-39":{"renderedLength":4364,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-38"},"4f68c1b0-41":{"renderedLength":5040,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-40"},"4f68c1b0-43":{"renderedLength":2564,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-42"},"4f68c1b0-45":{"renderedLength":4564,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-44"},"4f68c1b0-47":{"renderedLength":4626,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-46"},"4f68c1b0-49":{"renderedLength":4133,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-48"},"4f68c1b0-51":{"renderedLength":2944,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-50"},"4f68c1b0-53":{"renderedLength":2938,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-52"},"4f68c1b0-55":{"renderedLength":4047,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-54"},"4f68c1b0-57":{"renderedLength":4226,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-56"},"4f68c1b0-59":{"renderedLength":3240,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-58"},"4f68c1b0-61":{"renderedLength":1315,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-60"},"4f68c1b0-63":{"renderedLength":2999,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-62"},"4f68c1b0-65":{"renderedLength":5888,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-64"},"4f68c1b0-67":{"renderedLength":6238,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-66"},"4f68c1b0-69":{"renderedLength":6248,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-68"},"4f68c1b0-71":{"renderedLength":5731,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-70"},"4f68c1b0-73":{"renderedLength":17,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-72"},"4f68c1b0-75":{"renderedLength":350,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-74"},"4f68c1b0-77":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-76"},"4f68c1b0-79":{"renderedLength":5852,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-78"},"4f68c1b0-81":{"renderedLength":9841,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-80"},"4f68c1b0-83":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-82"},"4f68c1b0-85":{"renderedLength":390,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-84"},"4f68c1b0-86":{"renderedLength":2981,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-0"},"4f68c1b0-88":{"renderedLength":2874,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-87"},"4f68c1b0-90":{"renderedLength":6675,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-89"},"4f68c1b0-92":{"renderedLength":92,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-91"},"4f68c1b0-94":{"renderedLength":17107,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-93"},"4f68c1b0-96":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-95"},"4f68c1b0-98":{"renderedLength":18209,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-97"},"4f68c1b0-100":{"renderedLength":8931,"gzipLength":0,"brotliLength":0,"metaUid":"4f68c1b0-99"}},"nodeMetas":{"4f68c1b0-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/main.ts","moduleParts":{"starfish-form.mjs":"4f68c1b0-1","main-8985b8a9.mjs":"4f68c1b0-86"},"imported":[{"uid":"4f68c1b0-8"},{"uid":"4f68c1b0-10"},{"uid":"4f68c1b0-14"},{"uid":"4f68c1b0-16"},{"uid":"4f68c1b0-18"},{"uid":"4f68c1b0-20"},{"uid":"4f68c1b0-24"},{"uid":"4f68c1b0-26"},{"uid":"4f68c1b0-30"},{"uid":"4f68c1b0-32"},{"uid":"4f68c1b0-34"},{"uid":"4f68c1b0-36"},{"uid":"4f68c1b0-38"},{"uid":"4f68c1b0-40"},{"uid":"4f68c1b0-42"},{"uid":"4f68c1b0-44"},{"uid":"4f68c1b0-46"},{"uid":"4f68c1b0-48"},{"uid":"4f68c1b0-50"},{"uid":"4f68c1b0-52"},{"uid":"4f68c1b0-54"},{"uid":"4f68c1b0-56"},{"uid":"4f68c1b0-58"},{"uid":"4f68c1b0-60"},{"uid":"4f68c1b0-62"},{"uid":"4f68c1b0-64"},{"uid":"4f68c1b0-66"},{"uid":"4f68c1b0-68"},{"uid":"4f68c1b0-70"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-72"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-80"},{"uid":"4f68c1b0-84"},{"uid":"4f68c1b0-87","dynamic":true},{"uid":"4f68c1b0-89","dynamic":true},{"uid":"4f68c1b0-93","dynamic":true},{"uid":"4f68c1b0-97","dynamic":true},{"uid":"4f68c1b0-99","dynamic":true}],"importedBy":[],"isEntry":true},"4f68c1b0-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldConfig.ts","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-3"},"imported":[],"importedBy":[{"uid":"4f68c1b0-0"},{"uid":"4f68c1b0-8"},{"uid":"4f68c1b0-10"},{"uid":"4f68c1b0-26"},{"uid":"4f68c1b0-30"},{"uid":"4f68c1b0-32"},{"uid":"4f68c1b0-34"},{"uid":"4f68c1b0-36"},{"uid":"4f68c1b0-38"},{"uid":"4f68c1b0-44"},{"uid":"4f68c1b0-46"},{"uid":"4f68c1b0-50"},{"uid":"4f68c1b0-52"},{"uid":"4f68c1b0-54"},{"uid":"4f68c1b0-56"},{"uid":"4f68c1b0-58"},{"uid":"4f68c1b0-60"},{"uid":"4f68c1b0-62"},{"uid":"4f68c1b0-64"},{"uid":"4f68c1b0-66"},{"uid":"4f68c1b0-68"},{"uid":"4f68c1b0-70"},{"uid":"4f68c1b0-87"},{"uid":"4f68c1b0-89"}]},"4f68c1b0-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldProps.ts","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-5"},"imported":[],"importedBy":[{"uid":"4f68c1b0-8"},{"uid":"4f68c1b0-10"},{"uid":"4f68c1b0-16"},{"uid":"4f68c1b0-18"},{"uid":"4f68c1b0-20"},{"uid":"4f68c1b0-24"},{"uid":"4f68c1b0-26"},{"uid":"4f68c1b0-30"},{"uid":"4f68c1b0-32"},{"uid":"4f68c1b0-34"},{"uid":"4f68c1b0-36"},{"uid":"4f68c1b0-38"},{"uid":"4f68c1b0-44"},{"uid":"4f68c1b0-46"},{"uid":"4f68c1b0-48"},{"uid":"4f68c1b0-50"},{"uid":"4f68c1b0-52"},{"uid":"4f68c1b0-54"},{"uid":"4f68c1b0-56"},{"uid":"4f68c1b0-58"},{"uid":"4f68c1b0-60"},{"uid":"4f68c1b0-62"},{"uid":"4f68c1b0-64"},{"uid":"4f68c1b0-66"},{"uid":"4f68c1b0-68"},{"uid":"4f68c1b0-70"},{"uid":"4f68c1b0-87"},{"uid":"4f68c1b0-89"},{"uid":"4f68c1b0-97"}]},"4f68c1b0-6":{"id":"plugin-vue:export-helper","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-7"},"imported":[],"importedBy":[{"uid":"4f68c1b0-8"},{"uid":"4f68c1b0-10"},{"uid":"4f68c1b0-14"},{"uid":"4f68c1b0-16"},{"uid":"4f68c1b0-18"},{"uid":"4f68c1b0-20"},{"uid":"4f68c1b0-24"},{"uid":"4f68c1b0-26"},{"uid":"4f68c1b0-30"},{"uid":"4f68c1b0-32"},{"uid":"4f68c1b0-34"},{"uid":"4f68c1b0-36"},{"uid":"4f68c1b0-38"},{"uid":"4f68c1b0-44"},{"uid":"4f68c1b0-46"},{"uid":"4f68c1b0-48"},{"uid":"4f68c1b0-50"},{"uid":"4f68c1b0-52"},{"uid":"4f68c1b0-54"},{"uid":"4f68c1b0-56"},{"uid":"4f68c1b0-58"},{"uid":"4f68c1b0-60"},{"uid":"4f68c1b0-62"},{"uid":"4f68c1b0-64"},{"uid":"4f68c1b0-66"},{"uid":"4f68c1b0-68"},{"uid":"4f68c1b0-70"},{"uid":"4f68c1b0-84"},{"uid":"4f68c1b0-87"},{"uid":"4f68c1b0-89"},{"uid":"4f68c1b0-93"},{"uid":"4f68c1b0-97"},{"uid":"4f68c1b0-99"}]},"4f68c1b0-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfig.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-9"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-104"},{"uid":"4f68c1b0-105"},{"uid":"4f68c1b0-106"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-108"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfigMult.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-11"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-104"},{"uid":"4f68c1b0-105"},{"uid":"4f68c1b0-106"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-108"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-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-8985b8a9.mjs":"4f68c1b0-13"},"imported":[],"importedBy":[{"uid":"4f68c1b0-14"}]},"4f68c1b0-14":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-15"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-109"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-12"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/action.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-17"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-110"},{"uid":"4f68c1b0-111"},{"uid":"4f68c1b0-112"},{"uid":"4f68c1b0-113"},{"uid":"4f68c1b0-114"},{"uid":"4f68c1b0-115"},{"uid":"4f68c1b0-116"},{"uid":"4f68c1b0-104"},{"uid":"4f68c1b0-117"},{"uid":"4f68c1b0-118"},{"uid":"4f68c1b0-119"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-108"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/listConfig.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-19"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-115"},{"uid":"4f68c1b0-116"},{"uid":"4f68c1b0-104"},{"uid":"4f68c1b0-120"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-108"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/panel.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-21"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-115"},{"uid":"4f68c1b0-116"},{"uid":"4f68c1b0-104"},{"uid":"4f68c1b0-105"},{"uid":"4f68c1b0-117"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-108"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/customHooks.ts","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-23"},"imported":[{"uid":"4f68c1b0-101"}],"importedBy":[{"uid":"4f68c1b0-24"},{"uid":"4f68c1b0-26"},{"uid":"4f68c1b0-30"},{"uid":"4f68c1b0-32"},{"uid":"4f68c1b0-34"},{"uid":"4f68c1b0-36"},{"uid":"4f68c1b0-38"},{"uid":"4f68c1b0-44"},{"uid":"4f68c1b0-46"},{"uid":"4f68c1b0-48"},{"uid":"4f68c1b0-50"},{"uid":"4f68c1b0-52"},{"uid":"4f68c1b0-54"},{"uid":"4f68c1b0-56"},{"uid":"4f68c1b0-58"},{"uid":"4f68c1b0-60"},{"uid":"4f68c1b0-62"},{"uid":"4f68c1b0-64"},{"uid":"4f68c1b0-66"},{"uid":"4f68c1b0-68"},{"uid":"4f68c1b0-70"},{"uid":"4f68c1b0-87"},{"uid":"4f68c1b0-89"}]},"4f68c1b0-24":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/radiogroup.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-25"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-121"},{"uid":"4f68c1b0-122"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/CheckBox/index.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-27"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-123"},{"uid":"4f68c1b0-106"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-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-8985b8a9.mjs":"4f68c1b0-29"},"imported":[],"importedBy":[{"uid":"4f68c1b0-30"}]},"4f68c1b0-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-31"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-124"},{"uid":"4f68c1b0-105"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-28"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Date/index.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-33"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-125"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/DateTime/index.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-35"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-125"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/InputNumber/index.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-37"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-120"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Radio/index.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-39"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-121"},{"uid":"4f68c1b0-126"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/ruleform.json","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-41"},"imported":[],"importedBy":[{"uid":"4f68c1b0-0"},{"uid":"4f68c1b0-97"}]},"4f68c1b0-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/rules.js","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-43"},"imported":[],"importedBy":[{"uid":"4f68c1b0-0"},{"uid":"4f68c1b0-97"}]},"4f68c1b0-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selected/index.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-45"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-118"},{"uid":"4f68c1b0-119"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selecteds/index.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-47"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-118"},{"uid":"4f68c1b0-119"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ShowRule/index.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-49"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-116"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Slider/index.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-51"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-127"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-52":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Switch/index.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-53"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-128"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Text/index.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-55"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-105"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-56":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/TextArea/index.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-57"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-105"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-58":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Time/index.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-59"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-129"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-60":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Divider.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-61"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-130"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-62":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Info.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-63"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-131"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-64":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Tabs.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-65"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-132"},{"uid":"4f68c1b0-133"},{"uid":"4f68c1b0-134"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-66":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/collapse.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-67"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-113"},{"uid":"4f68c1b0-114"},{"uid":"4f68c1b0-134"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-68":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/grid.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-69"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-115"},{"uid":"4f68c1b0-134"},{"uid":"4f68c1b0-117"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-70":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/table.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-71"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-134"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-72":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/styles/index.scss","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-73"},"imported":[],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-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-8985b8a9.mjs":"4f68c1b0-75"},"imported":[{"uid":"4f68c1b0-145"}],"importedBy":[{"uid":"4f68c1b0-80"}]},"4f68c1b0-76":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-77"},"imported":[{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-78"}],"importedBy":[{"uid":"4f68c1b0-78"}]},"4f68c1b0-78":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-79"},"imported":[{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-76"}],"importedBy":[{"uid":"4f68c1b0-80"},{"uid":"4f68c1b0-76"}]},"4f68c1b0-80":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-81"},"imported":[{"uid":"4f68c1b0-135"},{"uid":"4f68c1b0-74"},{"uid":"4f68c1b0-78"}],"importedBy":[{"uid":"4f68c1b0-0"},{"uid":"4f68c1b0-89"},{"uid":"4f68c1b0-97"}]},"4f68c1b0-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-8985b8a9.mjs":"4f68c1b0-83"},"imported":[],"importedBy":[{"uid":"4f68c1b0-84"}]},"4f68c1b0-84":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main-8985b8a9.mjs":"4f68c1b0-85"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-109"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-82"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-87":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","moduleParts":{"index-3a0f2ea7.mjs":"4f68c1b0-88"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-136"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-89":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","moduleParts":{"index-a096155f.mjs":"4f68c1b0-90"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-137"},{"uid":"4f68c1b0-138"},{"uid":"4f68c1b0-116"},{"uid":"4f68c1b0-139"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-2"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-140"},{"uid":"4f68c1b0-80"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-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-98d7b1d5.mjs":"4f68c1b0-92"},"imported":[],"importedBy":[{"uid":"4f68c1b0-93"}]},"4f68c1b0-93":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue","moduleParts":{"formAction-98d7b1d5.mjs":"4f68c1b0-94"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-141"},{"uid":"4f68c1b0-134"},{"uid":"4f68c1b0-105"},{"uid":"4f68c1b0-142"},{"uid":"4f68c1b0-137"},{"uid":"4f68c1b0-139"},{"uid":"4f68c1b0-143"},{"uid":"4f68c1b0-116"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-144"},{"uid":"4f68c1b0-91"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-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-5d524f9b.mjs":"4f68c1b0-96"},"imported":[],"importedBy":[{"uid":"4f68c1b0-97"}]},"4f68c1b0-97":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue","moduleParts":{"index-5d524f9b.mjs":"4f68c1b0-98"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-137"},{"uid":"4f68c1b0-139"},{"uid":"4f68c1b0-138"},{"uid":"4f68c1b0-131"},{"uid":"4f68c1b0-110"},{"uid":"4f68c1b0-111"},{"uid":"4f68c1b0-112"},{"uid":"4f68c1b0-113"},{"uid":"4f68c1b0-114"},{"uid":"4f68c1b0-104"},{"uid":"4f68c1b0-116"},{"uid":"4f68c1b0-118"},{"uid":"4f68c1b0-119"},{"uid":"4f68c1b0-107"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-4"},{"uid":"4f68c1b0-80"},{"uid":"4f68c1b0-42"},{"uid":"4f68c1b0-40"},{"uid":"4f68c1b0-108"},{"uid":"4f68c1b0-99"},{"uid":"4f68c1b0-144"},{"uid":"4f68c1b0-95"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"}]},"4f68c1b0-99":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","moduleParts":{"starfish-form-169cfab7.mjs":"4f68c1b0-100"},"imported":[{"uid":"4f68c1b0-102"},{"uid":"4f68c1b0-103"},{"uid":"4f68c1b0-141"},{"uid":"4f68c1b0-134"},{"uid":"4f68c1b0-101"},{"uid":"4f68c1b0-6"}],"importedBy":[{"uid":"4f68c1b0-0"},{"uid":"4f68c1b0-97"}]},"4f68c1b0-101":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-0"},{"uid":"4f68c1b0-8"},{"uid":"4f68c1b0-10"},{"uid":"4f68c1b0-14"},{"uid":"4f68c1b0-16"},{"uid":"4f68c1b0-18"},{"uid":"4f68c1b0-20"},{"uid":"4f68c1b0-24"},{"uid":"4f68c1b0-26"},{"uid":"4f68c1b0-30"},{"uid":"4f68c1b0-32"},{"uid":"4f68c1b0-34"},{"uid":"4f68c1b0-36"},{"uid":"4f68c1b0-38"},{"uid":"4f68c1b0-44"},{"uid":"4f68c1b0-46"},{"uid":"4f68c1b0-48"},{"uid":"4f68c1b0-50"},{"uid":"4f68c1b0-52"},{"uid":"4f68c1b0-54"},{"uid":"4f68c1b0-56"},{"uid":"4f68c1b0-58"},{"uid":"4f68c1b0-60"},{"uid":"4f68c1b0-62"},{"uid":"4f68c1b0-64"},{"uid":"4f68c1b0-66"},{"uid":"4f68c1b0-68"},{"uid":"4f68c1b0-70"},{"uid":"4f68c1b0-84"},{"uid":"4f68c1b0-87"},{"uid":"4f68c1b0-89"},{"uid":"4f68c1b0-93"},{"uid":"4f68c1b0-97"},{"uid":"4f68c1b0-99"},{"uid":"4f68c1b0-22"},{"uid":"4f68c1b0-78"},{"uid":"4f68c1b0-76"}],"isExternal":true},"4f68c1b0-102":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-8"},{"uid":"4f68c1b0-10"},{"uid":"4f68c1b0-14"},{"uid":"4f68c1b0-16"},{"uid":"4f68c1b0-18"},{"uid":"4f68c1b0-20"},{"uid":"4f68c1b0-24"},{"uid":"4f68c1b0-26"},{"uid":"4f68c1b0-30"},{"uid":"4f68c1b0-32"},{"uid":"4f68c1b0-34"},{"uid":"4f68c1b0-36"},{"uid":"4f68c1b0-38"},{"uid":"4f68c1b0-44"},{"uid":"4f68c1b0-46"},{"uid":"4f68c1b0-48"},{"uid":"4f68c1b0-50"},{"uid":"4f68c1b0-52"},{"uid":"4f68c1b0-54"},{"uid":"4f68c1b0-56"},{"uid":"4f68c1b0-58"},{"uid":"4f68c1b0-60"},{"uid":"4f68c1b0-62"},{"uid":"4f68c1b0-64"},{"uid":"4f68c1b0-66"},{"uid":"4f68c1b0-68"},{"uid":"4f68c1b0-70"},{"uid":"4f68c1b0-84"},{"uid":"4f68c1b0-87"},{"uid":"4f68c1b0-89"},{"uid":"4f68c1b0-93"},{"uid":"4f68c1b0-97"},{"uid":"4f68c1b0-99"}],"isExternal":true},"4f68c1b0-103":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-8"},{"uid":"4f68c1b0-10"},{"uid":"4f68c1b0-14"},{"uid":"4f68c1b0-16"},{"uid":"4f68c1b0-18"},{"uid":"4f68c1b0-20"},{"uid":"4f68c1b0-24"},{"uid":"4f68c1b0-26"},{"uid":"4f68c1b0-30"},{"uid":"4f68c1b0-32"},{"uid":"4f68c1b0-34"},{"uid":"4f68c1b0-36"},{"uid":"4f68c1b0-38"},{"uid":"4f68c1b0-44"},{"uid":"4f68c1b0-46"},{"uid":"4f68c1b0-48"},{"uid":"4f68c1b0-50"},{"uid":"4f68c1b0-52"},{"uid":"4f68c1b0-54"},{"uid":"4f68c1b0-56"},{"uid":"4f68c1b0-58"},{"uid":"4f68c1b0-60"},{"uid":"4f68c1b0-62"},{"uid":"4f68c1b0-64"},{"uid":"4f68c1b0-66"},{"uid":"4f68c1b0-68"},{"uid":"4f68c1b0-70"},{"uid":"4f68c1b0-84"},{"uid":"4f68c1b0-87"},{"uid":"4f68c1b0-89"},{"uid":"4f68c1b0-93"},{"uid":"4f68c1b0-97"},{"uid":"4f68c1b0-99"}],"isExternal":true},"4f68c1b0-104":{"id":"element-plus/es/components/icon/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-8"},{"uid":"4f68c1b0-10"},{"uid":"4f68c1b0-16"},{"uid":"4f68c1b0-18"},{"uid":"4f68c1b0-20"},{"uid":"4f68c1b0-97"}],"isExternal":true},"4f68c1b0-105":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-8"},{"uid":"4f68c1b0-10"},{"uid":"4f68c1b0-20"},{"uid":"4f68c1b0-30"},{"uid":"4f68c1b0-54"},{"uid":"4f68c1b0-56"},{"uid":"4f68c1b0-93"}],"isExternal":true},"4f68c1b0-106":{"id":"element-plus/es/components/checkbox/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-8"},{"uid":"4f68c1b0-10"},{"uid":"4f68c1b0-26"}],"isExternal":true},"4f68c1b0-107":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-8"},{"uid":"4f68c1b0-10"},{"uid":"4f68c1b0-16"},{"uid":"4f68c1b0-20"},{"uid":"4f68c1b0-24"},{"uid":"4f68c1b0-26"},{"uid":"4f68c1b0-30"},{"uid":"4f68c1b0-32"},{"uid":"4f68c1b0-34"},{"uid":"4f68c1b0-36"},{"uid":"4f68c1b0-38"},{"uid":"4f68c1b0-44"},{"uid":"4f68c1b0-46"},{"uid":"4f68c1b0-48"},{"uid":"4f68c1b0-50"},{"uid":"4f68c1b0-52"},{"uid":"4f68c1b0-54"},{"uid":"4f68c1b0-56"},{"uid":"4f68c1b0-58"},{"uid":"4f68c1b0-62"},{"uid":"4f68c1b0-87"},{"uid":"4f68c1b0-89"},{"uid":"4f68c1b0-93"},{"uid":"4f68c1b0-97"}],"isExternal":true},"4f68c1b0-108":{"id":"@element-plus/icons-vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-8"},{"uid":"4f68c1b0-10"},{"uid":"4f68c1b0-16"},{"uid":"4f68c1b0-18"},{"uid":"4f68c1b0-20"},{"uid":"4f68c1b0-97"}],"isExternal":true},"4f68c1b0-109":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-14"},{"uid":"4f68c1b0-84"}],"isExternal":true},"4f68c1b0-110":{"id":"element-plus/es/components/dropdown/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-16"},{"uid":"4f68c1b0-97"}],"isExternal":true},"4f68c1b0-111":{"id":"element-plus/es/components/dropdown-menu/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-16"},{"uid":"4f68c1b0-97"}],"isExternal":true},"4f68c1b0-112":{"id":"element-plus/es/components/dropdown-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-16"},{"uid":"4f68c1b0-97"}],"isExternal":true},"4f68c1b0-113":{"id":"element-plus/es/components/collapse/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-16"},{"uid":"4f68c1b0-66"},{"uid":"4f68c1b0-97"}],"isExternal":true},"4f68c1b0-114":{"id":"element-plus/es/components/collapse-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-16"},{"uid":"4f68c1b0-66"},{"uid":"4f68c1b0-97"}],"isExternal":true},"4f68c1b0-115":{"id":"element-plus/es/components/row/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-16"},{"uid":"4f68c1b0-18"},{"uid":"4f68c1b0-20"},{"uid":"4f68c1b0-68"}],"isExternal":true},"4f68c1b0-116":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-16"},{"uid":"4f68c1b0-18"},{"uid":"4f68c1b0-20"},{"uid":"4f68c1b0-48"},{"uid":"4f68c1b0-89"},{"uid":"4f68c1b0-93"},{"uid":"4f68c1b0-97"}],"isExternal":true},"4f68c1b0-117":{"id":"element-plus/es/components/col/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-16"},{"uid":"4f68c1b0-20"},{"uid":"4f68c1b0-68"}],"isExternal":true},"4f68c1b0-118":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-16"},{"uid":"4f68c1b0-44"},{"uid":"4f68c1b0-46"},{"uid":"4f68c1b0-97"}],"isExternal":true},"4f68c1b0-119":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-16"},{"uid":"4f68c1b0-44"},{"uid":"4f68c1b0-46"},{"uid":"4f68c1b0-97"}],"isExternal":true},"4f68c1b0-120":{"id":"element-plus/es/components/input-number/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-18"},{"uid":"4f68c1b0-36"}],"isExternal":true},"4f68c1b0-121":{"id":"element-plus/es/components/radio-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-24"},{"uid":"4f68c1b0-38"}],"isExternal":true},"4f68c1b0-122":{"id":"element-plus/es/components/radio-button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-24"}],"isExternal":true},"4f68c1b0-123":{"id":"element-plus/es/components/checkbox-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-26"}],"isExternal":true},"4f68c1b0-124":{"id":"element-plus/es/components/color-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-30"}],"isExternal":true},"4f68c1b0-125":{"id":"element-plus/es/components/date-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-32"},{"uid":"4f68c1b0-34"}],"isExternal":true},"4f68c1b0-126":{"id":"element-plus/es/components/radio/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-38"}],"isExternal":true},"4f68c1b0-127":{"id":"element-plus/es/components/slider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-50"}],"isExternal":true},"4f68c1b0-128":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-52"}],"isExternal":true},"4f68c1b0-129":{"id":"element-plus/es/components/time-select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-58"}],"isExternal":true},"4f68c1b0-130":{"id":"element-plus/es/components/divider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-60"}],"isExternal":true},"4f68c1b0-131":{"id":"element-plus/es/components/alert/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-62"},{"uid":"4f68c1b0-97"}],"isExternal":true},"4f68c1b0-132":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-64"}],"isExternal":true},"4f68c1b0-133":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-64"}],"isExternal":true},"4f68c1b0-134":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-64"},{"uid":"4f68c1b0-66"},{"uid":"4f68c1b0-68"},{"uid":"4f68c1b0-70"},{"uid":"4f68c1b0-93"},{"uid":"4f68c1b0-99"}],"isExternal":true},"4f68c1b0-135":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-80"}],"isExternal":true},"4f68c1b0-136":{"id":"wangeditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-87"}],"isExternal":true},"4f68c1b0-137":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-89"},{"uid":"4f68c1b0-93"},{"uid":"4f68c1b0-97"}],"isExternal":true},"4f68c1b0-138":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-89"},{"uid":"4f68c1b0-97"}],"isExternal":true},"4f68c1b0-139":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-89"},{"uid":"4f68c1b0-93"},{"uid":"4f68c1b0-97"}],"isExternal":true},"4f68c1b0-140":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-89"}],"isExternal":true},"4f68c1b0-141":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-93"},{"uid":"4f68c1b0-99"}],"isExternal":true},"4f68c1b0-142":{"id":"element-plus/es/components/aside/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-93"}],"isExternal":true},"4f68c1b0-143":{"id":"element-plus/es/components/scrollbar/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-93"}],"isExternal":true},"4f68c1b0-144":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"4f68c1b0-93"},{"uid":"4f68c1b0-97"}],"isExternal":true},"4f68c1b0-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":"4f68c1b0-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;