starfish-form-custom 1.0.30 → 1.0.32

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-4f9e8317.mjs';
14
+ import { _ as _export_sfc } from './main-a797684b.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';
@@ -1,9 +1,9 @@
1
1
  import { ElTooltip } from 'element-plus/es';
2
2
  import 'element-plus/es/components/base/style/css';
3
3
  import 'element-plus/es/components/tooltip/style/css';
4
- import { defineComponent, ref, onMounted, onUnmounted, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode, createBlock, withCtx } from 'vue';
4
+ import { defineComponent, ref, onMounted, onUnmounted, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, createCommentVNode, toDisplayString, 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-4f9e8317.mjs';
6
+ import { _ as _export_sfc, g as getFormConfig, f as fieldProps, u as useWatch } from './main-a797684b.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';
@@ -97,8 +97,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
97
97
  class: normalizeClass(["label", "label_" + _ctx.labelalign]),
98
98
  style: normalizeStyle({ width: _ctx.labelWidth + "px" })
99
99
  }, [
100
+ _ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1, "*")) : createCommentVNode("", true),
100
101
  createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
101
- _ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1, "*")) : createCommentVNode("", true),
102
102
  _ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
103
103
  key: 1,
104
104
  class: "item",
@@ -13,9 +13,9 @@ import 'element-plus/es/components/dropdown-item/style/css';
13
13
  import 'element-plus/es/components/button/style/css';
14
14
  import 'element-plus/es/components/tooltip/style/css';
15
15
  import { defineComponent, getCurrentInstance, inject, computed, ref, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode, createBlock, withCtx, createVNode, Fragment, renderList, createTextVNode } from 'vue';
16
- import { _ as _export_sfc, a as _, f as fieldProps, r as ruleList, b as ruleJsonData } from './main-4f9e8317.mjs';
16
+ import { _ as _export_sfc, a as _, f as fieldProps, r as ruleList, b as ruleJsonData } from './main-a797684b.mjs';
17
17
  import { Delete } from '@element-plus/icons-vue';
18
- import Dynamicform from './starfish-form-cffccfb4.mjs';
18
+ import Dynamicform from './starfish-form-627ee711.mjs';
19
19
  import { Codemirror } from 'vue-codemirror';
20
20
  import 'element-plus/es/components/input/style/css';
21
21
  import 'element-plus/es/components/checkbox/style/css';
@@ -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-4f9e8317.mjs';
9
+ import { _ as _export_sfc, a as _, g as getFormConfig, f as fieldProps, u as useWatch } from './main-a797684b.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';
@@ -979,7 +979,7 @@ const fieldProps = {
979
979
  },
980
980
  suffix: {
981
981
  type: String,
982
- default: ":"
982
+ default: ""
983
983
  },
984
984
  size: {
985
985
  type: String,
@@ -2082,8 +2082,8 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
2082
2082
  class: normalizeClass(["label", "label_" + _ctx.labelalign]),
2083
2083
  style: normalizeStyle({ width: _ctx.labelWidth + "px" })
2084
2084
  }, [
2085
+ _ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$k, "*")) : createCommentVNode("", true),
2085
2086
  createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
2086
- _ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$k, "*")) : createCommentVNode("", true),
2087
2087
  _ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
2088
2088
  key: 1,
2089
2089
  class: "item",
@@ -2328,8 +2328,8 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
2328
2328
  class: normalizeClass(["label", "label_" + _ctx.labelalign]),
2329
2329
  style: normalizeStyle({ width: _ctx.labelWidth + "px" })
2330
2330
  }, [
2331
+ _ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$i, "*")) : createCommentVNode("", true),
2331
2332
  createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
2332
- _ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$i, "*")) : createCommentVNode("", true),
2333
2333
  _ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
2334
2334
  key: 1,
2335
2335
  class: "item",
@@ -2446,8 +2446,8 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
2446
2446
  class: normalizeClass(["label", "label_" + _ctx.labelalign]),
2447
2447
  style: normalizeStyle({ width: _ctx.labelWidth + "px" })
2448
2448
  }, [
2449
+ _ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$h, "*")) : createCommentVNode("", true),
2449
2450
  createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
2450
- _ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$h, "*")) : createCommentVNode("", true),
2451
2451
  _ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
2452
2452
  key: 1,
2453
2453
  class: "item",
@@ -2559,8 +2559,8 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
2559
2559
  class: normalizeClass(["label", "label_" + _ctx.labelalign]),
2560
2560
  style: normalizeStyle({ width: _ctx.labelWidth + "px" })
2561
2561
  }, [
2562
+ _ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$g, "*")) : createCommentVNode("", true),
2562
2563
  createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
2563
- _ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$g, "*")) : createCommentVNode("", true),
2564
2564
  _ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
2565
2565
  key: 1,
2566
2566
  class: "item",
@@ -2649,8 +2649,8 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
2649
2649
  class: normalizeClass(["label", "label_" + _ctx.labelalign]),
2650
2650
  style: normalizeStyle({ width: _ctx.labelWidth + "px" })
2651
2651
  }, [
2652
+ _ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$f, "*")) : createCommentVNode("", true),
2652
2653
  createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
2653
- _ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$f, "*")) : createCommentVNode("", true),
2654
2654
  _ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
2655
2655
  key: 1,
2656
2656
  class: "item",
@@ -3198,8 +3198,8 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
3198
3198
  class: normalizeClass(["label", "label_" + _ctx.labelalign]),
3199
3199
  style: normalizeStyle({ width: _ctx.labelWidth + "px" })
3200
3200
  }, [
3201
+ _ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$e, "*")) : createCommentVNode("", true),
3201
3202
  createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
3202
- _ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$e, "*")) : createCommentVNode("", true),
3203
3203
  _ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
3204
3204
  key: 1,
3205
3205
  class: "item",
@@ -3335,8 +3335,8 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
3335
3335
  class: normalizeClass(["label", "label_" + _ctx.labelalign]),
3336
3336
  style: normalizeStyle({ width: _ctx.labelWidth + "px" })
3337
3337
  }, [
3338
+ _ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$d, "*")) : createCommentVNode("", true),
3338
3339
  createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
3339
- _ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$d, "*")) : createCommentVNode("", true),
3340
3340
  _ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
3341
3341
  key: 1,
3342
3342
  class: "item",
@@ -3651,8 +3651,8 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
3651
3651
  class: normalizeClass(["label", "label_" + _ctx.labelalign]),
3652
3652
  style: normalizeStyle({ width: _ctx.labelWidth + "px" })
3653
3653
  }, [
3654
+ _ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$a, "*")) : createCommentVNode("", true),
3654
3655
  createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
3655
- _ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$a, "*")) : createCommentVNode("", true),
3656
3656
  _ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
3657
3657
  key: 1,
3658
3658
  class: "item",
@@ -3746,8 +3746,8 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
3746
3746
  class: normalizeClass(["label", "label_" + _ctx.labelalign]),
3747
3747
  style: normalizeStyle({ width: _ctx.labelWidth + "px" })
3748
3748
  }, [
3749
+ _ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$9, "*")) : createCommentVNode("", true),
3749
3750
  createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
3750
- _ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$9, "*")) : createCommentVNode("", true),
3751
3751
  _ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
3752
3752
  key: 1,
3753
3753
  class: "item",
@@ -3762,7 +3762,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
3762
3762
  }, 8, ["content"])) : createCommentVNode("", true)
3763
3763
  ], 6),
3764
3764
  createElementVNode("div", {
3765
- class: "control",
3765
+ class: normalizeClass(["control", "control-input-" + _ctx.item.data.align]),
3766
3766
  style: normalizeStyle({ marginLeft: _ctx.labelalign != "top" ? _ctx.labelWidth + "px" : "" })
3767
3767
  }, [
3768
3768
  _ctx.drag ? (openBlock(), createBlock(_component_el_input, {
@@ -3795,7 +3795,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
3795
3795
  onFocus: _cache[2] || (_cache[2] = ($event) => _ctx.execFunc("onFocus")),
3796
3796
  onBlur: _cache[3] || (_cache[3] = ($event) => _ctx.execFunc("onBlur"))
3797
3797
  }, null, 8, ["modelValue", "placeholder", "size", "disabled", "readonly", "maxlength", "minlength", "class"])) : createCommentVNode("", true)
3798
- ], 4)
3798
+ ], 6)
3799
3799
  ], 2);
3800
3800
  }
3801
3801
  const index$3 = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9]]);
@@ -3856,8 +3856,8 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
3856
3856
  class: normalizeClass(["label", "label_" + _ctx.labelalign]),
3857
3857
  style: normalizeStyle({ width: _ctx.labelWidth + "px" })
3858
3858
  }, [
3859
+ _ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$8, "*")) : createCommentVNode("", true),
3859
3860
  createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
3860
- _ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$8, "*")) : createCommentVNode("", true),
3861
3861
  _ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
3862
3862
  key: 1,
3863
3863
  class: "item",
@@ -5370,7 +5370,7 @@ Object.keys(files).forEach((fileName) => {
5370
5370
  }
5371
5371
  });
5372
5372
  const RichText = defineAsyncComponent({
5373
- loader: () => import('./index-fd611ea0.mjs'),
5373
+ loader: () => import('./index-79d4fa2d.mjs'),
5374
5374
  loadingComponent: Loading
5375
5375
  });
5376
5376
  RichText.ControlType = "RichText";
@@ -5379,7 +5379,7 @@ RichText.icon = "icon-textEdit";
5379
5379
  RichText.formConfig = getFormConfig("RichText");
5380
5380
  utilFuns[RichText.ControlType] = RichText;
5381
5381
  const jsonEditor = defineAsyncComponent({
5382
- loader: () => import('./index-f689fe9a.mjs'),
5382
+ loader: () => import('./index-d956c92a.mjs'),
5383
5383
  loadingComponent: Loading
5384
5384
  });
5385
5385
  jsonEditor.ControlType = "JsonEditor";
@@ -5389,14 +5389,14 @@ jsonEditor.formConfig = getFormConfig("JsonEditor", [{ fieldName: "default", com
5389
5389
  jsonEditor.rule = _.getJsonValidate();
5390
5390
  utilFuns[jsonEditor.ControlType] = jsonEditor;
5391
5391
  const formAction = defineAsyncComponent({
5392
- loader: () => import('./formAction-4cb58371.mjs'),
5392
+ loader: () => import('./formAction-b8438d67.mjs'),
5393
5393
  loadingComponent: Loading
5394
5394
  });
5395
5395
  formAction.ControlType = "FormAction";
5396
5396
  formAction.isHide = true;
5397
5397
  utilFuns[formAction.ControlType] = formAction;
5398
5398
  const Rule = defineAsyncComponent({
5399
- loader: () => import('./index-07312d82.mjs'),
5399
+ loader: () => import('./index-99d5ce16.mjs'),
5400
5400
  loadingComponent: Loading
5401
5401
  });
5402
5402
  Rule.ControlType = "Rule";
@@ -5405,7 +5405,7 @@ utilFuns[Rule.ControlType] = Rule;
5405
5405
  const install = (app) => {
5406
5406
  app.config.globalProperties.$formcomponents = utilFuns;
5407
5407
  };
5408
- const Dynamicform = defineAsyncComponent(() => import('./starfish-form-cffccfb4.mjs'));
5408
+ const Dynamicform = defineAsyncComponent(() => import('./starfish-form-627ee711.mjs'));
5409
5409
  const main = {
5410
5410
  install
5411
5411
  };
@@ -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-4f9e8317.mjs';
6
+ import { _ as _export_sfc } from './main-a797684b.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-4f9e8317.mjs';
1
+ export { D as Dynamicform, m as default } from './main-a797684b.mjs';
2
2
  import 'vue';
3
3
  import 'element-plus/es';
4
4
  import 'element-plus/es/components/base/style/css';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starfish-form-custom",
3
- "version": "1.0.30",
3
+ "version": "1.0.32",
4
4
  "main": "dist/starfish-form.mjs",
5
5
  "style": "dist/style.css",
6
6
  "module": "dist/starfish-form.mjs",
@@ -1,8 +1,8 @@
1
1
  <template>
2
2
  <div class="starfish-formitem" :class="{ formCover: drag, 'starfish-vertical': labelalign != 'top', [item.data.csslist?.join(' ')]: !!item.data.csslist}">
3
3
  <div class="label" :class="'label_' + labelalign" :style="{width: labelWidth + 'px'}">
4
+ <span v-if="item.data.required && !readonly && item.data.state !== 'readonly'" class="item_require">*</span>
4
5
  <label>{{ item.data.label }}{{suffix}}</label>
5
- <span v-if="item.data.required" class="item_require">*</span>
6
6
  <el-tooltip v-if="item.data.tip" class="item" effect="dark" :content="item.data.tip" placement="top">
7
7
  <span class="tip iconfontui icon-tishi"></span>
8
8
  </el-tooltip>
@@ -1,8 +1,8 @@
1
1
  <template>
2
2
  <div class="starfish-formitem" :class="{ formCover: drag, 'starfish-vertical': labelalign != 'top', [item.data.csslist?.join(' ')]: !!item.data.csslist}">
3
3
  <div class="label" :class="'label_' + labelalign" :style="{width: labelWidth + 'px'}">
4
+ <span v-if="item.data.required && !readonly && item.data.state !== 'readonly'" class="item_require">*</span>
4
5
  <label>{{ item.data.label }}{{suffix}}</label>
5
- <span v-if="item.data.required" class="item_require">*</span>
6
6
  <el-tooltip v-if="item.data.tip" class="item" effect="dark" :content="item.data.tip" placement="top">
7
7
  <span class="tip iconfontui icon-tishi"></span>
8
8
  </el-tooltip>
@@ -1,8 +1,8 @@
1
1
  <template>
2
2
  <div class="starfish-formitem" :class="{ formCover: drag, 'starfish-vertical': labelalign != 'top', [item.data.csslist?.join(' ')]: !!item.data.csslist}">
3
3
  <div class="label" :class="'label_' + labelalign" :style="{width: labelWidth + 'px'}">
4
+ <span v-if="item.data.required && !readonly && item.data.state !== 'readonly'" class="item_require">*</span>
4
5
  <label>{{ item.data.label }}{{suffix}}</label>
5
- <span v-if="item.data.required" class="item_require">*</span>
6
6
  <el-tooltip v-if="item.data.tip" class="item" effect="dark" :content="item.data.tip" placement="top">
7
7
  <span class="tip iconfontui icon-tishi"></span>
8
8
  </el-tooltip>
@@ -12,8 +12,8 @@
12
12
  :class="'label_' + labelalign"
13
13
  :style="{ width: labelWidth + 'px' }"
14
14
  >
15
+ <span v-if="item.data.required && !readonly && item.data.state !== 'readonly'" class="item_require">*</span>
15
16
  <label>{{ item.data.label }}{{ suffix }}</label>
16
- <span v-if="item.data.required" class="item_require">*</span>
17
17
  <el-tooltip
18
18
  v-if="item.data.tip"
19
19
  class="item"
@@ -13,8 +13,8 @@
13
13
  :class="'label_' + labelalign"
14
14
  :style="{ width: labelWidth + 'px' }"
15
15
  >
16
+ <span v-if="item.data.required && !readonly && item.data.state !== 'readonly'" class="item_require">*</span>
16
17
  <label>{{ item.data.label }}{{ suffix }}</label>
17
- <span v-if="item.data.required" class="item_require">*</span>
18
18
  <el-tooltip
19
19
  v-if="item.data.tip"
20
20
  class="item"
@@ -1,8 +1,8 @@
1
1
  <template>
2
2
  <div class="starfish-formitem" :class="{ formCover: drag, 'starfish-vertical': labelalign != 'top', [item.data.csslist?.join(' ')]: !!item.data.csslist}">
3
3
  <div class="label" :class="'label_' + labelalign" :style="{width: labelWidth + 'px'}">
4
+ <span v-if="item.data.required && !readonly && item.data.state !== 'readonly'" class="item_require">*</span>
4
5
  <label>{{ item.data.label }}{{suffix}}</label>
5
- <span v-if="item.data.required" class="item_require">*</span>
6
6
  <el-tooltip v-if="item.data.tip" class="item" effect="dark" :content="item.data.tip" placement="top">
7
7
  <span class="tip iconfontui icon-tishi"></span>
8
8
  </el-tooltip>
@@ -12,8 +12,8 @@
12
12
  :class="'label_' + labelalign"
13
13
  :style="{ width: labelWidth + 'px' }"
14
14
  >
15
+ <span v-if="item.data.required && !readonly && item.data.state !== 'readonly'" class="item_require">*</span>
15
16
  <label>{{ item.data.label }}{{ suffix }}</label>
16
- <span v-if="item.data.required" class="item_require">*</span>
17
17
  <el-tooltip
18
18
  v-if="item.data.tip"
19
19
  class="item"
@@ -12,8 +12,8 @@
12
12
  :class="'label_' + labelalign"
13
13
  :style="{ width: labelWidth + 'px' }"
14
14
  >
15
+ <span v-if="item.data.required && !readonly && item.data.state !== 'readonly'" class="item_require">*</span>
15
16
  <label>{{ item.data.label }}{{ suffix }}</label>
16
- <span v-if="item.data.required" class="item_require">*</span>
17
17
  <el-tooltip
18
18
  v-if="item.data.tip"
19
19
  class="item"
@@ -12,8 +12,8 @@
12
12
  :class="'label_' + labelalign"
13
13
  :style="{ width: labelWidth + 'px' }"
14
14
  >
15
+ <span v-if="item.data.required && !readonly && item.data.state !== 'readonly'" class="item_require">*</span>
15
16
  <label>{{ item.data.label }}{{ suffix }}</label>
16
- <span v-if="item.data.required" class="item_require">*</span>
17
17
  <el-tooltip
18
18
  v-if="item.data.tip"
19
19
  class="item"
@@ -12,8 +12,8 @@
12
12
  :class="'label_' + labelalign"
13
13
  :style="{ width: labelWidth + 'px' }"
14
14
  >
15
+ <span v-if="item.data.required && !readonly && item.data.state !== 'readonly'" class="item_require">*</span>
15
16
  <label>{{ item.data.label }}{{ suffix }}</label>
16
- <span v-if="item.data.required" class="item_require">*</span>
17
17
  <el-tooltip
18
18
  v-if="item.data.tip"
19
19
  class="item"
@@ -27,6 +27,7 @@
27
27
  <div
28
28
  class="control"
29
29
  :style="{ marginLeft: labelalign != 'top' ? labelWidth + 'px' : '' }"
30
+ :class="'control-input-' + item.data.align"
30
31
  >
31
32
  <el-input
32
33
  v-model="item.data.default"
@@ -12,8 +12,8 @@
12
12
  :class="'label_' + labelalign"
13
13
  :style="{ width: labelWidth + 'px' }"
14
14
  >
15
+ <span v-if="item.data.required && !readonly && item.data.state !== 'readonly'" class="item_require">*</span>
15
16
  <label>{{ item.data.label }}{{ suffix }}</label>
16
- <span v-if="item.data.required" class="item_require">*</span>
17
17
  <el-tooltip
18
18
  v-if="item.data.tip"
19
19
  class="item"
@@ -35,7 +35,7 @@ export default {
35
35
  },
36
36
  suffix: {
37
37
  type: String,
38
- default: ':'
38
+ default: ''
39
39
  },
40
40
  size: {
41
41
  type: String,
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":"34d17c0c-1"},{"name":"main-4f9e8317.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":"34d17c0c-3","name":"fieldConfig.ts"},{"uid":"34d17c0c-5","name":"fieldProps.ts"},{"uid":"34d17c0c-23","name":"customHooks.ts"}]},{"name":"common","children":[{"uid":"34d17c0c-9","name":"KeyValueConfig.vue"},{"uid":"34d17c0c-11","name":"KeyValueConfigMult.vue"},{"uid":"34d17c0c-13","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"34d17c0c-15","name":"Loading.vue"},{"uid":"34d17c0c-17","name":"action.vue"},{"uid":"34d17c0c-19","name":"listConfig.vue"},{"uid":"34d17c0c-21","name":"panel.vue"},{"uid":"34d17c0c-25","name":"radiogroup.vue"}]},{"name":"components","children":[{"name":"CheckBox/index.vue","uid":"34d17c0c-27"},{"name":"ColorSelect","children":[{"uid":"34d17c0c-29","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"34d17c0c-31","name":"index.vue"}]},{"name":"Date/index.vue","uid":"34d17c0c-33"},{"name":"DateTime/index.vue","uid":"34d17c0c-35"},{"name":"InputNumber/index.vue","uid":"34d17c0c-37"},{"name":"Radio/index.vue","uid":"34d17c0c-39"},{"name":"Rule","children":[{"uid":"34d17c0c-41","name":"ruleform.json"},{"uid":"34d17c0c-43","name":"rules.js"}]},{"name":"Selected/index.vue","uid":"34d17c0c-45"},{"name":"Selecteds/index.vue","uid":"34d17c0c-47"},{"name":"ShowRule/index.vue","uid":"34d17c0c-49"},{"name":"Slider/index.vue","uid":"34d17c0c-51"},{"name":"Switch/index.vue","uid":"34d17c0c-53"},{"name":"Text/index.vue","uid":"34d17c0c-55"},{"name":"TextArea/index.vue","uid":"34d17c0c-57"},{"name":"Time/index.vue","uid":"34d17c0c-59"}]},{"name":"layout","children":[{"uid":"34d17c0c-61","name":"Divider.vue"},{"uid":"34d17c0c-63","name":"Info.vue"},{"uid":"34d17c0c-65","name":"Tabs.vue"},{"uid":"34d17c0c-67","name":"collapse.vue"},{"uid":"34d17c0c-69","name":"grid.vue"},{"uid":"34d17c0c-71","name":"table.vue"}]},{"name":"styles/index.scss","uid":"34d17c0c-73"},{"uid":"34d17c0c-86","name":"main.ts"}]},{"name":"editor/src","children":[{"name":"controller","children":[{"uid":"34d17c0c-77","name":"history.ts"},{"uid":"34d17c0c-79","name":"form.ts"}]},{"name":"utils/_.ts","uid":"34d17c0c-81"},{"name":"common","children":[{"uid":"34d17c0c-83","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"34d17c0c-85","name":"Loading.vue"}]}]}]},{"name":"node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","uid":"34d17c0c-75"}]},{"uid":"34d17c0c-7","name":"plugin-vue:export-helper"}]},{"name":"index-fd611ea0.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","uid":"34d17c0c-88"}]},{"name":"index-f689fe9a.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","uid":"34d17c0c-90"}]},{"name":"formAction-4cb58371.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common","children":[{"uid":"34d17c0c-92","name":"formAction.vue?vue&type=style&index=0&lang.scss"},{"uid":"34d17c0c-94","name":"formAction.vue"}]}]},{"name":"index-07312d82.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule","children":[{"uid":"34d17c0c-96","name":"index.vue?vue&type=style&index=0&lang.scss"},{"uid":"34d17c0c-98","name":"index.vue"}]}]},{"name":"starfish-form-cffccfb4.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","uid":"34d17c0c-100"}]}],"isRoot":true},"nodeParts":{"34d17c0c-1":{"id":"starfish-form.mjs","gzipLength":0,"brotliLength":0,"renderedLength":1902,"metaUid":"34d17c0c-0"},"34d17c0c-3":{"renderedLength":18542,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-2"},"34d17c0c-5":{"renderedLength":624,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-4"},"34d17c0c-7":{"renderedLength":159,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-6"},"34d17c0c-9":{"renderedLength":8660,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-8"},"34d17c0c-11":{"renderedLength":8485,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-10"},"34d17c0c-13":{"renderedLength":103,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-12"},"34d17c0c-15":{"renderedLength":404,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-14"},"34d17c0c-17":{"renderedLength":8527,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-16"},"34d17c0c-19":{"renderedLength":3264,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-18"},"34d17c0c-21":{"renderedLength":5397,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-20"},"34d17c0c-23":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-22"},"34d17c0c-25":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-24"},"34d17c0c-27":{"renderedLength":4787,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-26"},"34d17c0c-29":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-28"},"34d17c0c-31":{"renderedLength":3864,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-30"},"34d17c0c-33":{"renderedLength":5475,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-32"},"34d17c0c-35":{"renderedLength":4721,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-34"},"34d17c0c-37":{"renderedLength":4684,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-36"},"34d17c0c-39":{"renderedLength":4699,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-38"},"34d17c0c-41":{"renderedLength":5040,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-40"},"34d17c0c-43":{"renderedLength":2564,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-42"},"34d17c0c-45":{"renderedLength":4809,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-44"},"34d17c0c-47":{"renderedLength":5391,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-46"},"34d17c0c-49":{"renderedLength":4133,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-48"},"34d17c0c-51":{"renderedLength":2944,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-50"},"34d17c0c-53":{"renderedLength":2938,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-52"},"34d17c0c-55":{"renderedLength":4588,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-54"},"34d17c0c-57":{"renderedLength":4453,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-56"},"34d17c0c-59":{"renderedLength":3240,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-58"},"34d17c0c-61":{"renderedLength":1315,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-60"},"34d17c0c-63":{"renderedLength":2999,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-62"},"34d17c0c-65":{"renderedLength":5888,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-64"},"34d17c0c-67":{"renderedLength":6238,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-66"},"34d17c0c-69":{"renderedLength":6689,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-68"},"34d17c0c-71":{"renderedLength":6149,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-70"},"34d17c0c-73":{"renderedLength":17,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-72"},"34d17c0c-75":{"renderedLength":350,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-74"},"34d17c0c-77":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-76"},"34d17c0c-79":{"renderedLength":6014,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-78"},"34d17c0c-81":{"renderedLength":11658,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-80"},"34d17c0c-83":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-82"},"34d17c0c-85":{"renderedLength":390,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-84"},"34d17c0c-86":{"renderedLength":2981,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-0"},"34d17c0c-88":{"renderedLength":2874,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-87"},"34d17c0c-90":{"renderedLength":6675,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-89"},"34d17c0c-92":{"renderedLength":92,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-91"},"34d17c0c-94":{"renderedLength":17107,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-93"},"34d17c0c-96":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-95"},"34d17c0c-98":{"renderedLength":17885,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-97"},"34d17c0c-100":{"renderedLength":9742,"gzipLength":0,"brotliLength":0,"metaUid":"34d17c0c-99"}},"nodeMetas":{"34d17c0c-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/main.ts","moduleParts":{"starfish-form.mjs":"34d17c0c-1","main-4f9e8317.mjs":"34d17c0c-86"},"imported":[{"uid":"34d17c0c-8"},{"uid":"34d17c0c-10"},{"uid":"34d17c0c-14"},{"uid":"34d17c0c-16"},{"uid":"34d17c0c-18"},{"uid":"34d17c0c-20"},{"uid":"34d17c0c-24"},{"uid":"34d17c0c-26"},{"uid":"34d17c0c-30"},{"uid":"34d17c0c-32"},{"uid":"34d17c0c-34"},{"uid":"34d17c0c-36"},{"uid":"34d17c0c-38"},{"uid":"34d17c0c-40"},{"uid":"34d17c0c-42"},{"uid":"34d17c0c-44"},{"uid":"34d17c0c-46"},{"uid":"34d17c0c-48"},{"uid":"34d17c0c-50"},{"uid":"34d17c0c-52"},{"uid":"34d17c0c-54"},{"uid":"34d17c0c-56"},{"uid":"34d17c0c-58"},{"uid":"34d17c0c-60"},{"uid":"34d17c0c-62"},{"uid":"34d17c0c-64"},{"uid":"34d17c0c-66"},{"uid":"34d17c0c-68"},{"uid":"34d17c0c-70"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-72"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-80"},{"uid":"34d17c0c-84"},{"uid":"34d17c0c-87","dynamic":true},{"uid":"34d17c0c-89","dynamic":true},{"uid":"34d17c0c-93","dynamic":true},{"uid":"34d17c0c-97","dynamic":true},{"uid":"34d17c0c-99","dynamic":true}],"importedBy":[],"isEntry":true},"34d17c0c-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldConfig.ts","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-3"},"imported":[],"importedBy":[{"uid":"34d17c0c-0"},{"uid":"34d17c0c-8"},{"uid":"34d17c0c-10"},{"uid":"34d17c0c-26"},{"uid":"34d17c0c-30"},{"uid":"34d17c0c-32"},{"uid":"34d17c0c-34"},{"uid":"34d17c0c-36"},{"uid":"34d17c0c-38"},{"uid":"34d17c0c-44"},{"uid":"34d17c0c-46"},{"uid":"34d17c0c-50"},{"uid":"34d17c0c-52"},{"uid":"34d17c0c-54"},{"uid":"34d17c0c-56"},{"uid":"34d17c0c-58"},{"uid":"34d17c0c-60"},{"uid":"34d17c0c-62"},{"uid":"34d17c0c-64"},{"uid":"34d17c0c-66"},{"uid":"34d17c0c-68"},{"uid":"34d17c0c-70"},{"uid":"34d17c0c-87"},{"uid":"34d17c0c-89"}]},"34d17c0c-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldProps.ts","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-5"},"imported":[],"importedBy":[{"uid":"34d17c0c-8"},{"uid":"34d17c0c-10"},{"uid":"34d17c0c-16"},{"uid":"34d17c0c-18"},{"uid":"34d17c0c-20"},{"uid":"34d17c0c-24"},{"uid":"34d17c0c-26"},{"uid":"34d17c0c-30"},{"uid":"34d17c0c-32"},{"uid":"34d17c0c-34"},{"uid":"34d17c0c-36"},{"uid":"34d17c0c-38"},{"uid":"34d17c0c-44"},{"uid":"34d17c0c-46"},{"uid":"34d17c0c-48"},{"uid":"34d17c0c-50"},{"uid":"34d17c0c-52"},{"uid":"34d17c0c-54"},{"uid":"34d17c0c-56"},{"uid":"34d17c0c-58"},{"uid":"34d17c0c-60"},{"uid":"34d17c0c-62"},{"uid":"34d17c0c-64"},{"uid":"34d17c0c-66"},{"uid":"34d17c0c-68"},{"uid":"34d17c0c-70"},{"uid":"34d17c0c-87"},{"uid":"34d17c0c-89"},{"uid":"34d17c0c-97"}]},"34d17c0c-6":{"id":"plugin-vue:export-helper","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-7"},"imported":[],"importedBy":[{"uid":"34d17c0c-8"},{"uid":"34d17c0c-10"},{"uid":"34d17c0c-14"},{"uid":"34d17c0c-16"},{"uid":"34d17c0c-18"},{"uid":"34d17c0c-20"},{"uid":"34d17c0c-24"},{"uid":"34d17c0c-26"},{"uid":"34d17c0c-30"},{"uid":"34d17c0c-32"},{"uid":"34d17c0c-34"},{"uid":"34d17c0c-36"},{"uid":"34d17c0c-38"},{"uid":"34d17c0c-44"},{"uid":"34d17c0c-46"},{"uid":"34d17c0c-48"},{"uid":"34d17c0c-50"},{"uid":"34d17c0c-52"},{"uid":"34d17c0c-54"},{"uid":"34d17c0c-56"},{"uid":"34d17c0c-58"},{"uid":"34d17c0c-60"},{"uid":"34d17c0c-62"},{"uid":"34d17c0c-64"},{"uid":"34d17c0c-66"},{"uid":"34d17c0c-68"},{"uid":"34d17c0c-70"},{"uid":"34d17c0c-84"},{"uid":"34d17c0c-87"},{"uid":"34d17c0c-89"},{"uid":"34d17c0c-93"},{"uid":"34d17c0c-97"},{"uid":"34d17c0c-99"}]},"34d17c0c-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfig.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-9"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-104"},{"uid":"34d17c0c-105"},{"uid":"34d17c0c-106"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-108"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfigMult.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-11"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-104"},{"uid":"34d17c0c-105"},{"uid":"34d17c0c-106"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-108"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-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-4f9e8317.mjs":"34d17c0c-13"},"imported":[],"importedBy":[{"uid":"34d17c0c-14"}]},"34d17c0c-14":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-15"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-109"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-12"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/action.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-17"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-110"},{"uid":"34d17c0c-111"},{"uid":"34d17c0c-112"},{"uid":"34d17c0c-113"},{"uid":"34d17c0c-114"},{"uid":"34d17c0c-115"},{"uid":"34d17c0c-116"},{"uid":"34d17c0c-104"},{"uid":"34d17c0c-117"},{"uid":"34d17c0c-118"},{"uid":"34d17c0c-119"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-108"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/listConfig.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-19"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-115"},{"uid":"34d17c0c-116"},{"uid":"34d17c0c-104"},{"uid":"34d17c0c-120"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-108"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/panel.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-21"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-115"},{"uid":"34d17c0c-116"},{"uid":"34d17c0c-104"},{"uid":"34d17c0c-105"},{"uid":"34d17c0c-117"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-108"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/customHooks.ts","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-23"},"imported":[{"uid":"34d17c0c-101"}],"importedBy":[{"uid":"34d17c0c-24"},{"uid":"34d17c0c-26"},{"uid":"34d17c0c-30"},{"uid":"34d17c0c-32"},{"uid":"34d17c0c-34"},{"uid":"34d17c0c-36"},{"uid":"34d17c0c-38"},{"uid":"34d17c0c-44"},{"uid":"34d17c0c-46"},{"uid":"34d17c0c-48"},{"uid":"34d17c0c-50"},{"uid":"34d17c0c-52"},{"uid":"34d17c0c-54"},{"uid":"34d17c0c-56"},{"uid":"34d17c0c-58"},{"uid":"34d17c0c-60"},{"uid":"34d17c0c-62"},{"uid":"34d17c0c-64"},{"uid":"34d17c0c-66"},{"uid":"34d17c0c-68"},{"uid":"34d17c0c-70"},{"uid":"34d17c0c-87"},{"uid":"34d17c0c-89"}]},"34d17c0c-24":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/radiogroup.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-25"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-121"},{"uid":"34d17c0c-122"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/CheckBox/index.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-27"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-123"},{"uid":"34d17c0c-106"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-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-4f9e8317.mjs":"34d17c0c-29"},"imported":[],"importedBy":[{"uid":"34d17c0c-30"}]},"34d17c0c-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-31"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-124"},{"uid":"34d17c0c-105"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-28"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Date/index.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-33"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-125"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/DateTime/index.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-35"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-125"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/InputNumber/index.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-37"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-120"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Radio/index.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-39"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-121"},{"uid":"34d17c0c-126"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/ruleform.json","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-41"},"imported":[],"importedBy":[{"uid":"34d17c0c-0"},{"uid":"34d17c0c-97"}]},"34d17c0c-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/rules.js","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-43"},"imported":[],"importedBy":[{"uid":"34d17c0c-0"},{"uid":"34d17c0c-97"}]},"34d17c0c-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selected/index.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-45"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-118"},{"uid":"34d17c0c-119"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selecteds/index.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-47"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-118"},{"uid":"34d17c0c-119"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ShowRule/index.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-49"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-116"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Slider/index.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-51"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-127"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-52":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Switch/index.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-53"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-128"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Text/index.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-55"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-105"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-56":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/TextArea/index.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-57"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-105"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-58":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Time/index.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-59"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-129"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-60":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Divider.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-61"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-130"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-62":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Info.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-63"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-131"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-64":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Tabs.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-65"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-132"},{"uid":"34d17c0c-133"},{"uid":"34d17c0c-134"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-66":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/collapse.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-67"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-113"},{"uid":"34d17c0c-114"},{"uid":"34d17c0c-134"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-68":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/grid.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-69"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-115"},{"uid":"34d17c0c-134"},{"uid":"34d17c0c-117"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-70":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/table.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-71"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-134"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-72":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/styles/index.scss","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-73"},"imported":[],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-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-4f9e8317.mjs":"34d17c0c-75"},"imported":[{"uid":"34d17c0c-145"}],"importedBy":[{"uid":"34d17c0c-80"}]},"34d17c0c-76":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-77"},"imported":[{"uid":"34d17c0c-101"},{"uid":"34d17c0c-78"}],"importedBy":[{"uid":"34d17c0c-78"}]},"34d17c0c-78":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-79"},"imported":[{"uid":"34d17c0c-101"},{"uid":"34d17c0c-76"}],"importedBy":[{"uid":"34d17c0c-80"},{"uid":"34d17c0c-76"}]},"34d17c0c-80":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-81"},"imported":[{"uid":"34d17c0c-135"},{"uid":"34d17c0c-74"},{"uid":"34d17c0c-78"}],"importedBy":[{"uid":"34d17c0c-0"},{"uid":"34d17c0c-89"},{"uid":"34d17c0c-97"}]},"34d17c0c-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-4f9e8317.mjs":"34d17c0c-83"},"imported":[],"importedBy":[{"uid":"34d17c0c-84"}]},"34d17c0c-84":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main-4f9e8317.mjs":"34d17c0c-85"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-109"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-82"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-87":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","moduleParts":{"index-fd611ea0.mjs":"34d17c0c-88"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-136"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-89":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","moduleParts":{"index-f689fe9a.mjs":"34d17c0c-90"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-137"},{"uid":"34d17c0c-138"},{"uid":"34d17c0c-116"},{"uid":"34d17c0c-139"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-2"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-140"},{"uid":"34d17c0c-80"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-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-4cb58371.mjs":"34d17c0c-92"},"imported":[],"importedBy":[{"uid":"34d17c0c-93"}]},"34d17c0c-93":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue","moduleParts":{"formAction-4cb58371.mjs":"34d17c0c-94"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-141"},{"uid":"34d17c0c-134"},{"uid":"34d17c0c-105"},{"uid":"34d17c0c-142"},{"uid":"34d17c0c-137"},{"uid":"34d17c0c-139"},{"uid":"34d17c0c-143"},{"uid":"34d17c0c-116"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-144"},{"uid":"34d17c0c-91"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-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-07312d82.mjs":"34d17c0c-96"},"imported":[],"importedBy":[{"uid":"34d17c0c-97"}]},"34d17c0c-97":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue","moduleParts":{"index-07312d82.mjs":"34d17c0c-98"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-137"},{"uid":"34d17c0c-139"},{"uid":"34d17c0c-138"},{"uid":"34d17c0c-131"},{"uid":"34d17c0c-104"},{"uid":"34d17c0c-118"},{"uid":"34d17c0c-119"},{"uid":"34d17c0c-110"},{"uid":"34d17c0c-111"},{"uid":"34d17c0c-112"},{"uid":"34d17c0c-116"},{"uid":"34d17c0c-107"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-4"},{"uid":"34d17c0c-80"},{"uid":"34d17c0c-42"},{"uid":"34d17c0c-40"},{"uid":"34d17c0c-108"},{"uid":"34d17c0c-99"},{"uid":"34d17c0c-144"},{"uid":"34d17c0c-95"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"}]},"34d17c0c-99":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","moduleParts":{"starfish-form-cffccfb4.mjs":"34d17c0c-100"},"imported":[{"uid":"34d17c0c-102"},{"uid":"34d17c0c-103"},{"uid":"34d17c0c-141"},{"uid":"34d17c0c-134"},{"uid":"34d17c0c-101"},{"uid":"34d17c0c-6"}],"importedBy":[{"uid":"34d17c0c-0"},{"uid":"34d17c0c-97"}]},"34d17c0c-101":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-0"},{"uid":"34d17c0c-8"},{"uid":"34d17c0c-10"},{"uid":"34d17c0c-14"},{"uid":"34d17c0c-16"},{"uid":"34d17c0c-18"},{"uid":"34d17c0c-20"},{"uid":"34d17c0c-24"},{"uid":"34d17c0c-26"},{"uid":"34d17c0c-30"},{"uid":"34d17c0c-32"},{"uid":"34d17c0c-34"},{"uid":"34d17c0c-36"},{"uid":"34d17c0c-38"},{"uid":"34d17c0c-44"},{"uid":"34d17c0c-46"},{"uid":"34d17c0c-48"},{"uid":"34d17c0c-50"},{"uid":"34d17c0c-52"},{"uid":"34d17c0c-54"},{"uid":"34d17c0c-56"},{"uid":"34d17c0c-58"},{"uid":"34d17c0c-60"},{"uid":"34d17c0c-62"},{"uid":"34d17c0c-64"},{"uid":"34d17c0c-66"},{"uid":"34d17c0c-68"},{"uid":"34d17c0c-70"},{"uid":"34d17c0c-84"},{"uid":"34d17c0c-87"},{"uid":"34d17c0c-89"},{"uid":"34d17c0c-93"},{"uid":"34d17c0c-97"},{"uid":"34d17c0c-99"},{"uid":"34d17c0c-22"},{"uid":"34d17c0c-78"},{"uid":"34d17c0c-76"}],"isExternal":true},"34d17c0c-102":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-8"},{"uid":"34d17c0c-10"},{"uid":"34d17c0c-14"},{"uid":"34d17c0c-16"},{"uid":"34d17c0c-18"},{"uid":"34d17c0c-20"},{"uid":"34d17c0c-24"},{"uid":"34d17c0c-26"},{"uid":"34d17c0c-30"},{"uid":"34d17c0c-32"},{"uid":"34d17c0c-34"},{"uid":"34d17c0c-36"},{"uid":"34d17c0c-38"},{"uid":"34d17c0c-44"},{"uid":"34d17c0c-46"},{"uid":"34d17c0c-48"},{"uid":"34d17c0c-50"},{"uid":"34d17c0c-52"},{"uid":"34d17c0c-54"},{"uid":"34d17c0c-56"},{"uid":"34d17c0c-58"},{"uid":"34d17c0c-60"},{"uid":"34d17c0c-62"},{"uid":"34d17c0c-64"},{"uid":"34d17c0c-66"},{"uid":"34d17c0c-68"},{"uid":"34d17c0c-70"},{"uid":"34d17c0c-84"},{"uid":"34d17c0c-87"},{"uid":"34d17c0c-89"},{"uid":"34d17c0c-93"},{"uid":"34d17c0c-97"},{"uid":"34d17c0c-99"}],"isExternal":true},"34d17c0c-103":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-8"},{"uid":"34d17c0c-10"},{"uid":"34d17c0c-14"},{"uid":"34d17c0c-16"},{"uid":"34d17c0c-18"},{"uid":"34d17c0c-20"},{"uid":"34d17c0c-24"},{"uid":"34d17c0c-26"},{"uid":"34d17c0c-30"},{"uid":"34d17c0c-32"},{"uid":"34d17c0c-34"},{"uid":"34d17c0c-36"},{"uid":"34d17c0c-38"},{"uid":"34d17c0c-44"},{"uid":"34d17c0c-46"},{"uid":"34d17c0c-48"},{"uid":"34d17c0c-50"},{"uid":"34d17c0c-52"},{"uid":"34d17c0c-54"},{"uid":"34d17c0c-56"},{"uid":"34d17c0c-58"},{"uid":"34d17c0c-60"},{"uid":"34d17c0c-62"},{"uid":"34d17c0c-64"},{"uid":"34d17c0c-66"},{"uid":"34d17c0c-68"},{"uid":"34d17c0c-70"},{"uid":"34d17c0c-84"},{"uid":"34d17c0c-87"},{"uid":"34d17c0c-89"},{"uid":"34d17c0c-93"},{"uid":"34d17c0c-97"},{"uid":"34d17c0c-99"}],"isExternal":true},"34d17c0c-104":{"id":"element-plus/es/components/icon/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-8"},{"uid":"34d17c0c-10"},{"uid":"34d17c0c-16"},{"uid":"34d17c0c-18"},{"uid":"34d17c0c-20"},{"uid":"34d17c0c-97"}],"isExternal":true},"34d17c0c-105":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-8"},{"uid":"34d17c0c-10"},{"uid":"34d17c0c-20"},{"uid":"34d17c0c-30"},{"uid":"34d17c0c-54"},{"uid":"34d17c0c-56"},{"uid":"34d17c0c-93"}],"isExternal":true},"34d17c0c-106":{"id":"element-plus/es/components/checkbox/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-8"},{"uid":"34d17c0c-10"},{"uid":"34d17c0c-26"}],"isExternal":true},"34d17c0c-107":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-8"},{"uid":"34d17c0c-10"},{"uid":"34d17c0c-16"},{"uid":"34d17c0c-20"},{"uid":"34d17c0c-24"},{"uid":"34d17c0c-26"},{"uid":"34d17c0c-30"},{"uid":"34d17c0c-32"},{"uid":"34d17c0c-34"},{"uid":"34d17c0c-36"},{"uid":"34d17c0c-38"},{"uid":"34d17c0c-44"},{"uid":"34d17c0c-46"},{"uid":"34d17c0c-48"},{"uid":"34d17c0c-50"},{"uid":"34d17c0c-52"},{"uid":"34d17c0c-54"},{"uid":"34d17c0c-56"},{"uid":"34d17c0c-58"},{"uid":"34d17c0c-62"},{"uid":"34d17c0c-87"},{"uid":"34d17c0c-89"},{"uid":"34d17c0c-93"},{"uid":"34d17c0c-97"}],"isExternal":true},"34d17c0c-108":{"id":"@element-plus/icons-vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-8"},{"uid":"34d17c0c-10"},{"uid":"34d17c0c-16"},{"uid":"34d17c0c-18"},{"uid":"34d17c0c-20"},{"uid":"34d17c0c-97"}],"isExternal":true},"34d17c0c-109":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-14"},{"uid":"34d17c0c-84"}],"isExternal":true},"34d17c0c-110":{"id":"element-plus/es/components/dropdown/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-16"},{"uid":"34d17c0c-97"}],"isExternal":true},"34d17c0c-111":{"id":"element-plus/es/components/dropdown-menu/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-16"},{"uid":"34d17c0c-97"}],"isExternal":true},"34d17c0c-112":{"id":"element-plus/es/components/dropdown-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-16"},{"uid":"34d17c0c-97"}],"isExternal":true},"34d17c0c-113":{"id":"element-plus/es/components/collapse/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-16"},{"uid":"34d17c0c-66"}],"isExternal":true},"34d17c0c-114":{"id":"element-plus/es/components/collapse-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-16"},{"uid":"34d17c0c-66"}],"isExternal":true},"34d17c0c-115":{"id":"element-plus/es/components/row/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-16"},{"uid":"34d17c0c-18"},{"uid":"34d17c0c-20"},{"uid":"34d17c0c-68"}],"isExternal":true},"34d17c0c-116":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-16"},{"uid":"34d17c0c-18"},{"uid":"34d17c0c-20"},{"uid":"34d17c0c-48"},{"uid":"34d17c0c-89"},{"uid":"34d17c0c-93"},{"uid":"34d17c0c-97"}],"isExternal":true},"34d17c0c-117":{"id":"element-plus/es/components/col/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-16"},{"uid":"34d17c0c-20"},{"uid":"34d17c0c-68"}],"isExternal":true},"34d17c0c-118":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-16"},{"uid":"34d17c0c-44"},{"uid":"34d17c0c-46"},{"uid":"34d17c0c-97"}],"isExternal":true},"34d17c0c-119":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-16"},{"uid":"34d17c0c-44"},{"uid":"34d17c0c-46"},{"uid":"34d17c0c-97"}],"isExternal":true},"34d17c0c-120":{"id":"element-plus/es/components/input-number/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-18"},{"uid":"34d17c0c-36"}],"isExternal":true},"34d17c0c-121":{"id":"element-plus/es/components/radio-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-24"},{"uid":"34d17c0c-38"}],"isExternal":true},"34d17c0c-122":{"id":"element-plus/es/components/radio-button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-24"}],"isExternal":true},"34d17c0c-123":{"id":"element-plus/es/components/checkbox-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-26"}],"isExternal":true},"34d17c0c-124":{"id":"element-plus/es/components/color-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-30"}],"isExternal":true},"34d17c0c-125":{"id":"element-plus/es/components/date-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-32"},{"uid":"34d17c0c-34"}],"isExternal":true},"34d17c0c-126":{"id":"element-plus/es/components/radio/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-38"}],"isExternal":true},"34d17c0c-127":{"id":"element-plus/es/components/slider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-50"}],"isExternal":true},"34d17c0c-128":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-52"}],"isExternal":true},"34d17c0c-129":{"id":"element-plus/es/components/time-select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-58"}],"isExternal":true},"34d17c0c-130":{"id":"element-plus/es/components/divider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-60"}],"isExternal":true},"34d17c0c-131":{"id":"element-plus/es/components/alert/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-62"},{"uid":"34d17c0c-97"}],"isExternal":true},"34d17c0c-132":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-64"}],"isExternal":true},"34d17c0c-133":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-64"}],"isExternal":true},"34d17c0c-134":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-64"},{"uid":"34d17c0c-66"},{"uid":"34d17c0c-68"},{"uid":"34d17c0c-70"},{"uid":"34d17c0c-93"},{"uid":"34d17c0c-99"}],"isExternal":true},"34d17c0c-135":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-80"}],"isExternal":true},"34d17c0c-136":{"id":"wangeditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-87"}],"isExternal":true},"34d17c0c-137":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-89"},{"uid":"34d17c0c-93"},{"uid":"34d17c0c-97"}],"isExternal":true},"34d17c0c-138":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-89"},{"uid":"34d17c0c-97"}],"isExternal":true},"34d17c0c-139":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-89"},{"uid":"34d17c0c-93"},{"uid":"34d17c0c-97"}],"isExternal":true},"34d17c0c-140":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-89"}],"isExternal":true},"34d17c0c-141":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-93"},{"uid":"34d17c0c-99"}],"isExternal":true},"34d17c0c-142":{"id":"element-plus/es/components/aside/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-93"}],"isExternal":true},"34d17c0c-143":{"id":"element-plus/es/components/scrollbar/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-93"}],"isExternal":true},"34d17c0c-144":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"34d17c0c-93"},{"uid":"34d17c0c-97"}],"isExternal":true},"34d17c0c-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":"34d17c0c-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":"3a692a58-1"},{"name":"main-a797684b.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":"3a692a58-3","name":"fieldConfig.ts"},{"uid":"3a692a58-5","name":"fieldProps.ts"},{"uid":"3a692a58-23","name":"customHooks.ts"}]},{"name":"common","children":[{"uid":"3a692a58-9","name":"KeyValueConfig.vue"},{"uid":"3a692a58-11","name":"KeyValueConfigMult.vue"},{"uid":"3a692a58-13","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"3a692a58-15","name":"Loading.vue"},{"uid":"3a692a58-17","name":"action.vue"},{"uid":"3a692a58-19","name":"listConfig.vue"},{"uid":"3a692a58-21","name":"panel.vue"},{"uid":"3a692a58-25","name":"radiogroup.vue"}]},{"name":"components","children":[{"name":"CheckBox/index.vue","uid":"3a692a58-27"},{"name":"ColorSelect","children":[{"uid":"3a692a58-29","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"3a692a58-31","name":"index.vue"}]},{"name":"Date/index.vue","uid":"3a692a58-33"},{"name":"DateTime/index.vue","uid":"3a692a58-35"},{"name":"InputNumber/index.vue","uid":"3a692a58-37"},{"name":"Radio/index.vue","uid":"3a692a58-39"},{"name":"Rule","children":[{"uid":"3a692a58-41","name":"ruleform.json"},{"uid":"3a692a58-43","name":"rules.js"}]},{"name":"Selected/index.vue","uid":"3a692a58-45"},{"name":"Selecteds/index.vue","uid":"3a692a58-47"},{"name":"ShowRule/index.vue","uid":"3a692a58-49"},{"name":"Slider/index.vue","uid":"3a692a58-51"},{"name":"Switch/index.vue","uid":"3a692a58-53"},{"name":"Text/index.vue","uid":"3a692a58-55"},{"name":"TextArea/index.vue","uid":"3a692a58-57"},{"name":"Time/index.vue","uid":"3a692a58-59"}]},{"name":"layout","children":[{"uid":"3a692a58-61","name":"Divider.vue"},{"uid":"3a692a58-63","name":"Info.vue"},{"uid":"3a692a58-65","name":"Tabs.vue"},{"uid":"3a692a58-67","name":"collapse.vue"},{"uid":"3a692a58-69","name":"grid.vue"},{"uid":"3a692a58-71","name":"table.vue"}]},{"name":"styles/index.scss","uid":"3a692a58-73"},{"uid":"3a692a58-86","name":"main.ts"}]},{"name":"editor/src","children":[{"name":"controller","children":[{"uid":"3a692a58-77","name":"history.ts"},{"uid":"3a692a58-79","name":"form.ts"}]},{"name":"utils/_.ts","uid":"3a692a58-81"},{"name":"common","children":[{"uid":"3a692a58-83","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"3a692a58-85","name":"Loading.vue"}]}]}]},{"name":"node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","uid":"3a692a58-75"}]},{"uid":"3a692a58-7","name":"plugin-vue:export-helper"}]},{"name":"index-79d4fa2d.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","uid":"3a692a58-88"}]},{"name":"index-d956c92a.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","uid":"3a692a58-90"}]},{"name":"formAction-b8438d67.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common","children":[{"uid":"3a692a58-92","name":"formAction.vue?vue&type=style&index=0&lang.scss"},{"uid":"3a692a58-94","name":"formAction.vue"}]}]},{"name":"index-99d5ce16.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule","children":[{"uid":"3a692a58-96","name":"index.vue?vue&type=style&index=0&lang.scss"},{"uid":"3a692a58-98","name":"index.vue"}]}]},{"name":"starfish-form-627ee711.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","uid":"3a692a58-100"}]}],"isRoot":true},"nodeParts":{"3a692a58-1":{"id":"starfish-form.mjs","gzipLength":0,"brotliLength":0,"renderedLength":1902,"metaUid":"3a692a58-0"},"3a692a58-3":{"renderedLength":18542,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-2"},"3a692a58-5":{"renderedLength":626,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-4"},"3a692a58-7":{"renderedLength":159,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-6"},"3a692a58-9":{"renderedLength":8660,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-8"},"3a692a58-11":{"renderedLength":8485,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-10"},"3a692a58-13":{"renderedLength":103,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-12"},"3a692a58-15":{"renderedLength":404,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-14"},"3a692a58-17":{"renderedLength":8527,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-16"},"3a692a58-19":{"renderedLength":3264,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-18"},"3a692a58-21":{"renderedLength":5397,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-20"},"3a692a58-23":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-22"},"3a692a58-25":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-24"},"3a692a58-27":{"renderedLength":4844,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-26"},"3a692a58-29":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-28"},"3a692a58-31":{"renderedLength":3864,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-30"},"3a692a58-33":{"renderedLength":5532,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-32"},"3a692a58-35":{"renderedLength":4778,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-34"},"3a692a58-37":{"renderedLength":4741,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-36"},"3a692a58-39":{"renderedLength":4756,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-38"},"3a692a58-41":{"renderedLength":5040,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-40"},"3a692a58-43":{"renderedLength":2564,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-42"},"3a692a58-45":{"renderedLength":4866,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-44"},"3a692a58-47":{"renderedLength":5448,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-46"},"3a692a58-49":{"renderedLength":4133,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-48"},"3a692a58-51":{"renderedLength":2944,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-50"},"3a692a58-53":{"renderedLength":2995,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-52"},"3a692a58-55":{"renderedLength":4704,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-54"},"3a692a58-57":{"renderedLength":4510,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-56"},"3a692a58-59":{"renderedLength":3240,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-58"},"3a692a58-61":{"renderedLength":1315,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-60"},"3a692a58-63":{"renderedLength":2999,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-62"},"3a692a58-65":{"renderedLength":5888,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-64"},"3a692a58-67":{"renderedLength":6238,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-66"},"3a692a58-69":{"renderedLength":6689,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-68"},"3a692a58-71":{"renderedLength":6149,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-70"},"3a692a58-73":{"renderedLength":17,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-72"},"3a692a58-75":{"renderedLength":350,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-74"},"3a692a58-77":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-76"},"3a692a58-79":{"renderedLength":6014,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-78"},"3a692a58-81":{"renderedLength":11658,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-80"},"3a692a58-83":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-82"},"3a692a58-85":{"renderedLength":390,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-84"},"3a692a58-86":{"renderedLength":2981,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-0"},"3a692a58-88":{"renderedLength":2931,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-87"},"3a692a58-90":{"renderedLength":6675,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-89"},"3a692a58-92":{"renderedLength":92,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-91"},"3a692a58-94":{"renderedLength":17107,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-93"},"3a692a58-96":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-95"},"3a692a58-98":{"renderedLength":17885,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-97"},"3a692a58-100":{"renderedLength":9742,"gzipLength":0,"brotliLength":0,"metaUid":"3a692a58-99"}},"nodeMetas":{"3a692a58-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/main.ts","moduleParts":{"starfish-form.mjs":"3a692a58-1","main-a797684b.mjs":"3a692a58-86"},"imported":[{"uid":"3a692a58-8"},{"uid":"3a692a58-10"},{"uid":"3a692a58-14"},{"uid":"3a692a58-16"},{"uid":"3a692a58-18"},{"uid":"3a692a58-20"},{"uid":"3a692a58-24"},{"uid":"3a692a58-26"},{"uid":"3a692a58-30"},{"uid":"3a692a58-32"},{"uid":"3a692a58-34"},{"uid":"3a692a58-36"},{"uid":"3a692a58-38"},{"uid":"3a692a58-40"},{"uid":"3a692a58-42"},{"uid":"3a692a58-44"},{"uid":"3a692a58-46"},{"uid":"3a692a58-48"},{"uid":"3a692a58-50"},{"uid":"3a692a58-52"},{"uid":"3a692a58-54"},{"uid":"3a692a58-56"},{"uid":"3a692a58-58"},{"uid":"3a692a58-60"},{"uid":"3a692a58-62"},{"uid":"3a692a58-64"},{"uid":"3a692a58-66"},{"uid":"3a692a58-68"},{"uid":"3a692a58-70"},{"uid":"3a692a58-101"},{"uid":"3a692a58-72"},{"uid":"3a692a58-2"},{"uid":"3a692a58-80"},{"uid":"3a692a58-84"},{"uid":"3a692a58-87","dynamic":true},{"uid":"3a692a58-89","dynamic":true},{"uid":"3a692a58-93","dynamic":true},{"uid":"3a692a58-97","dynamic":true},{"uid":"3a692a58-99","dynamic":true}],"importedBy":[],"isEntry":true},"3a692a58-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldConfig.ts","moduleParts":{"main-a797684b.mjs":"3a692a58-3"},"imported":[],"importedBy":[{"uid":"3a692a58-0"},{"uid":"3a692a58-8"},{"uid":"3a692a58-10"},{"uid":"3a692a58-26"},{"uid":"3a692a58-30"},{"uid":"3a692a58-32"},{"uid":"3a692a58-34"},{"uid":"3a692a58-36"},{"uid":"3a692a58-38"},{"uid":"3a692a58-44"},{"uid":"3a692a58-46"},{"uid":"3a692a58-50"},{"uid":"3a692a58-52"},{"uid":"3a692a58-54"},{"uid":"3a692a58-56"},{"uid":"3a692a58-58"},{"uid":"3a692a58-60"},{"uid":"3a692a58-62"},{"uid":"3a692a58-64"},{"uid":"3a692a58-66"},{"uid":"3a692a58-68"},{"uid":"3a692a58-70"},{"uid":"3a692a58-87"},{"uid":"3a692a58-89"}]},"3a692a58-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldProps.ts","moduleParts":{"main-a797684b.mjs":"3a692a58-5"},"imported":[],"importedBy":[{"uid":"3a692a58-8"},{"uid":"3a692a58-10"},{"uid":"3a692a58-16"},{"uid":"3a692a58-18"},{"uid":"3a692a58-20"},{"uid":"3a692a58-24"},{"uid":"3a692a58-26"},{"uid":"3a692a58-30"},{"uid":"3a692a58-32"},{"uid":"3a692a58-34"},{"uid":"3a692a58-36"},{"uid":"3a692a58-38"},{"uid":"3a692a58-44"},{"uid":"3a692a58-46"},{"uid":"3a692a58-48"},{"uid":"3a692a58-50"},{"uid":"3a692a58-52"},{"uid":"3a692a58-54"},{"uid":"3a692a58-56"},{"uid":"3a692a58-58"},{"uid":"3a692a58-60"},{"uid":"3a692a58-62"},{"uid":"3a692a58-64"},{"uid":"3a692a58-66"},{"uid":"3a692a58-68"},{"uid":"3a692a58-70"},{"uid":"3a692a58-87"},{"uid":"3a692a58-89"},{"uid":"3a692a58-97"}]},"3a692a58-6":{"id":"plugin-vue:export-helper","moduleParts":{"main-a797684b.mjs":"3a692a58-7"},"imported":[],"importedBy":[{"uid":"3a692a58-8"},{"uid":"3a692a58-10"},{"uid":"3a692a58-14"},{"uid":"3a692a58-16"},{"uid":"3a692a58-18"},{"uid":"3a692a58-20"},{"uid":"3a692a58-24"},{"uid":"3a692a58-26"},{"uid":"3a692a58-30"},{"uid":"3a692a58-32"},{"uid":"3a692a58-34"},{"uid":"3a692a58-36"},{"uid":"3a692a58-38"},{"uid":"3a692a58-44"},{"uid":"3a692a58-46"},{"uid":"3a692a58-48"},{"uid":"3a692a58-50"},{"uid":"3a692a58-52"},{"uid":"3a692a58-54"},{"uid":"3a692a58-56"},{"uid":"3a692a58-58"},{"uid":"3a692a58-60"},{"uid":"3a692a58-62"},{"uid":"3a692a58-64"},{"uid":"3a692a58-66"},{"uid":"3a692a58-68"},{"uid":"3a692a58-70"},{"uid":"3a692a58-84"},{"uid":"3a692a58-87"},{"uid":"3a692a58-89"},{"uid":"3a692a58-93"},{"uid":"3a692a58-97"},{"uid":"3a692a58-99"}]},"3a692a58-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfig.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-9"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-104"},{"uid":"3a692a58-105"},{"uid":"3a692a58-106"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-108"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfigMult.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-11"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-104"},{"uid":"3a692a58-105"},{"uid":"3a692a58-106"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-108"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-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-a797684b.mjs":"3a692a58-13"},"imported":[],"importedBy":[{"uid":"3a692a58-14"}]},"3a692a58-14":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-15"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-109"},{"uid":"3a692a58-101"},{"uid":"3a692a58-12"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/action.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-17"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-110"},{"uid":"3a692a58-111"},{"uid":"3a692a58-112"},{"uid":"3a692a58-113"},{"uid":"3a692a58-114"},{"uid":"3a692a58-115"},{"uid":"3a692a58-116"},{"uid":"3a692a58-104"},{"uid":"3a692a58-117"},{"uid":"3a692a58-118"},{"uid":"3a692a58-119"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-108"},{"uid":"3a692a58-4"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/listConfig.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-19"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-115"},{"uid":"3a692a58-116"},{"uid":"3a692a58-104"},{"uid":"3a692a58-120"},{"uid":"3a692a58-101"},{"uid":"3a692a58-4"},{"uid":"3a692a58-108"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/panel.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-21"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-115"},{"uid":"3a692a58-116"},{"uid":"3a692a58-104"},{"uid":"3a692a58-105"},{"uid":"3a692a58-117"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-4"},{"uid":"3a692a58-108"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/customHooks.ts","moduleParts":{"main-a797684b.mjs":"3a692a58-23"},"imported":[{"uid":"3a692a58-101"}],"importedBy":[{"uid":"3a692a58-24"},{"uid":"3a692a58-26"},{"uid":"3a692a58-30"},{"uid":"3a692a58-32"},{"uid":"3a692a58-34"},{"uid":"3a692a58-36"},{"uid":"3a692a58-38"},{"uid":"3a692a58-44"},{"uid":"3a692a58-46"},{"uid":"3a692a58-48"},{"uid":"3a692a58-50"},{"uid":"3a692a58-52"},{"uid":"3a692a58-54"},{"uid":"3a692a58-56"},{"uid":"3a692a58-58"},{"uid":"3a692a58-60"},{"uid":"3a692a58-62"},{"uid":"3a692a58-64"},{"uid":"3a692a58-66"},{"uid":"3a692a58-68"},{"uid":"3a692a58-70"},{"uid":"3a692a58-87"},{"uid":"3a692a58-89"}]},"3a692a58-24":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/radiogroup.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-25"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-121"},{"uid":"3a692a58-122"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/CheckBox/index.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-27"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-123"},{"uid":"3a692a58-106"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-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-a797684b.mjs":"3a692a58-29"},"imported":[],"importedBy":[{"uid":"3a692a58-30"}]},"3a692a58-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-31"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-124"},{"uid":"3a692a58-105"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-28"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Date/index.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-33"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-125"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/DateTime/index.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-35"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-125"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/InputNumber/index.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-37"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-120"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Radio/index.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-39"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-121"},{"uid":"3a692a58-126"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/ruleform.json","moduleParts":{"main-a797684b.mjs":"3a692a58-41"},"imported":[],"importedBy":[{"uid":"3a692a58-0"},{"uid":"3a692a58-97"}]},"3a692a58-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/rules.js","moduleParts":{"main-a797684b.mjs":"3a692a58-43"},"imported":[],"importedBy":[{"uid":"3a692a58-0"},{"uid":"3a692a58-97"}]},"3a692a58-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selected/index.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-45"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-118"},{"uid":"3a692a58-119"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selecteds/index.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-47"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-118"},{"uid":"3a692a58-119"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ShowRule/index.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-49"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-116"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Slider/index.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-51"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-127"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-52":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Switch/index.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-53"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-128"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Text/index.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-55"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-105"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-56":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/TextArea/index.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-57"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-105"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-58":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Time/index.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-59"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-129"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-4"},{"uid":"3a692a58-2"},{"uid":"3a692a58-22"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-60":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Divider.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-61"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-130"},{"uid":"3a692a58-101"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-62":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Info.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-63"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-131"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-64":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Tabs.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-65"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-132"},{"uid":"3a692a58-133"},{"uid":"3a692a58-134"},{"uid":"3a692a58-101"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-66":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/collapse.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-67"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-113"},{"uid":"3a692a58-114"},{"uid":"3a692a58-134"},{"uid":"3a692a58-101"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-68":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/grid.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-69"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-115"},{"uid":"3a692a58-134"},{"uid":"3a692a58-117"},{"uid":"3a692a58-101"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-70":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/table.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-71"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-134"},{"uid":"3a692a58-101"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-72":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/styles/index.scss","moduleParts":{"main-a797684b.mjs":"3a692a58-73"},"imported":[],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-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-a797684b.mjs":"3a692a58-75"},"imported":[{"uid":"3a692a58-145"}],"importedBy":[{"uid":"3a692a58-80"}]},"3a692a58-76":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main-a797684b.mjs":"3a692a58-77"},"imported":[{"uid":"3a692a58-101"},{"uid":"3a692a58-78"}],"importedBy":[{"uid":"3a692a58-78"}]},"3a692a58-78":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main-a797684b.mjs":"3a692a58-79"},"imported":[{"uid":"3a692a58-101"},{"uid":"3a692a58-76"}],"importedBy":[{"uid":"3a692a58-80"},{"uid":"3a692a58-76"}]},"3a692a58-80":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main-a797684b.mjs":"3a692a58-81"},"imported":[{"uid":"3a692a58-135"},{"uid":"3a692a58-74"},{"uid":"3a692a58-78"}],"importedBy":[{"uid":"3a692a58-0"},{"uid":"3a692a58-89"},{"uid":"3a692a58-97"}]},"3a692a58-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-a797684b.mjs":"3a692a58-83"},"imported":[],"importedBy":[{"uid":"3a692a58-84"}]},"3a692a58-84":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main-a797684b.mjs":"3a692a58-85"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-109"},{"uid":"3a692a58-101"},{"uid":"3a692a58-82"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-87":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","moduleParts":{"index-79d4fa2d.mjs":"3a692a58-88"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-136"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-89":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","moduleParts":{"index-d956c92a.mjs":"3a692a58-90"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-137"},{"uid":"3a692a58-138"},{"uid":"3a692a58-116"},{"uid":"3a692a58-139"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-2"},{"uid":"3a692a58-4"},{"uid":"3a692a58-22"},{"uid":"3a692a58-140"},{"uid":"3a692a58-80"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-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-b8438d67.mjs":"3a692a58-92"},"imported":[],"importedBy":[{"uid":"3a692a58-93"}]},"3a692a58-93":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue","moduleParts":{"formAction-b8438d67.mjs":"3a692a58-94"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-141"},{"uid":"3a692a58-134"},{"uid":"3a692a58-105"},{"uid":"3a692a58-142"},{"uid":"3a692a58-137"},{"uid":"3a692a58-139"},{"uid":"3a692a58-143"},{"uid":"3a692a58-116"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-144"},{"uid":"3a692a58-91"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-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-99d5ce16.mjs":"3a692a58-96"},"imported":[],"importedBy":[{"uid":"3a692a58-97"}]},"3a692a58-97":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue","moduleParts":{"index-99d5ce16.mjs":"3a692a58-98"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-137"},{"uid":"3a692a58-139"},{"uid":"3a692a58-138"},{"uid":"3a692a58-131"},{"uid":"3a692a58-104"},{"uid":"3a692a58-118"},{"uid":"3a692a58-119"},{"uid":"3a692a58-110"},{"uid":"3a692a58-111"},{"uid":"3a692a58-112"},{"uid":"3a692a58-116"},{"uid":"3a692a58-107"},{"uid":"3a692a58-101"},{"uid":"3a692a58-4"},{"uid":"3a692a58-80"},{"uid":"3a692a58-42"},{"uid":"3a692a58-40"},{"uid":"3a692a58-108"},{"uid":"3a692a58-99"},{"uid":"3a692a58-144"},{"uid":"3a692a58-95"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"}]},"3a692a58-99":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","moduleParts":{"starfish-form-627ee711.mjs":"3a692a58-100"},"imported":[{"uid":"3a692a58-102"},{"uid":"3a692a58-103"},{"uid":"3a692a58-141"},{"uid":"3a692a58-134"},{"uid":"3a692a58-101"},{"uid":"3a692a58-6"}],"importedBy":[{"uid":"3a692a58-0"},{"uid":"3a692a58-97"}]},"3a692a58-101":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-0"},{"uid":"3a692a58-8"},{"uid":"3a692a58-10"},{"uid":"3a692a58-14"},{"uid":"3a692a58-16"},{"uid":"3a692a58-18"},{"uid":"3a692a58-20"},{"uid":"3a692a58-24"},{"uid":"3a692a58-26"},{"uid":"3a692a58-30"},{"uid":"3a692a58-32"},{"uid":"3a692a58-34"},{"uid":"3a692a58-36"},{"uid":"3a692a58-38"},{"uid":"3a692a58-44"},{"uid":"3a692a58-46"},{"uid":"3a692a58-48"},{"uid":"3a692a58-50"},{"uid":"3a692a58-52"},{"uid":"3a692a58-54"},{"uid":"3a692a58-56"},{"uid":"3a692a58-58"},{"uid":"3a692a58-60"},{"uid":"3a692a58-62"},{"uid":"3a692a58-64"},{"uid":"3a692a58-66"},{"uid":"3a692a58-68"},{"uid":"3a692a58-70"},{"uid":"3a692a58-84"},{"uid":"3a692a58-87"},{"uid":"3a692a58-89"},{"uid":"3a692a58-93"},{"uid":"3a692a58-97"},{"uid":"3a692a58-99"},{"uid":"3a692a58-22"},{"uid":"3a692a58-78"},{"uid":"3a692a58-76"}],"isExternal":true},"3a692a58-102":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-8"},{"uid":"3a692a58-10"},{"uid":"3a692a58-14"},{"uid":"3a692a58-16"},{"uid":"3a692a58-18"},{"uid":"3a692a58-20"},{"uid":"3a692a58-24"},{"uid":"3a692a58-26"},{"uid":"3a692a58-30"},{"uid":"3a692a58-32"},{"uid":"3a692a58-34"},{"uid":"3a692a58-36"},{"uid":"3a692a58-38"},{"uid":"3a692a58-44"},{"uid":"3a692a58-46"},{"uid":"3a692a58-48"},{"uid":"3a692a58-50"},{"uid":"3a692a58-52"},{"uid":"3a692a58-54"},{"uid":"3a692a58-56"},{"uid":"3a692a58-58"},{"uid":"3a692a58-60"},{"uid":"3a692a58-62"},{"uid":"3a692a58-64"},{"uid":"3a692a58-66"},{"uid":"3a692a58-68"},{"uid":"3a692a58-70"},{"uid":"3a692a58-84"},{"uid":"3a692a58-87"},{"uid":"3a692a58-89"},{"uid":"3a692a58-93"},{"uid":"3a692a58-97"},{"uid":"3a692a58-99"}],"isExternal":true},"3a692a58-103":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-8"},{"uid":"3a692a58-10"},{"uid":"3a692a58-14"},{"uid":"3a692a58-16"},{"uid":"3a692a58-18"},{"uid":"3a692a58-20"},{"uid":"3a692a58-24"},{"uid":"3a692a58-26"},{"uid":"3a692a58-30"},{"uid":"3a692a58-32"},{"uid":"3a692a58-34"},{"uid":"3a692a58-36"},{"uid":"3a692a58-38"},{"uid":"3a692a58-44"},{"uid":"3a692a58-46"},{"uid":"3a692a58-48"},{"uid":"3a692a58-50"},{"uid":"3a692a58-52"},{"uid":"3a692a58-54"},{"uid":"3a692a58-56"},{"uid":"3a692a58-58"},{"uid":"3a692a58-60"},{"uid":"3a692a58-62"},{"uid":"3a692a58-64"},{"uid":"3a692a58-66"},{"uid":"3a692a58-68"},{"uid":"3a692a58-70"},{"uid":"3a692a58-84"},{"uid":"3a692a58-87"},{"uid":"3a692a58-89"},{"uid":"3a692a58-93"},{"uid":"3a692a58-97"},{"uid":"3a692a58-99"}],"isExternal":true},"3a692a58-104":{"id":"element-plus/es/components/icon/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-8"},{"uid":"3a692a58-10"},{"uid":"3a692a58-16"},{"uid":"3a692a58-18"},{"uid":"3a692a58-20"},{"uid":"3a692a58-97"}],"isExternal":true},"3a692a58-105":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-8"},{"uid":"3a692a58-10"},{"uid":"3a692a58-20"},{"uid":"3a692a58-30"},{"uid":"3a692a58-54"},{"uid":"3a692a58-56"},{"uid":"3a692a58-93"}],"isExternal":true},"3a692a58-106":{"id":"element-plus/es/components/checkbox/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-8"},{"uid":"3a692a58-10"},{"uid":"3a692a58-26"}],"isExternal":true},"3a692a58-107":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-8"},{"uid":"3a692a58-10"},{"uid":"3a692a58-16"},{"uid":"3a692a58-20"},{"uid":"3a692a58-24"},{"uid":"3a692a58-26"},{"uid":"3a692a58-30"},{"uid":"3a692a58-32"},{"uid":"3a692a58-34"},{"uid":"3a692a58-36"},{"uid":"3a692a58-38"},{"uid":"3a692a58-44"},{"uid":"3a692a58-46"},{"uid":"3a692a58-48"},{"uid":"3a692a58-50"},{"uid":"3a692a58-52"},{"uid":"3a692a58-54"},{"uid":"3a692a58-56"},{"uid":"3a692a58-58"},{"uid":"3a692a58-62"},{"uid":"3a692a58-87"},{"uid":"3a692a58-89"},{"uid":"3a692a58-93"},{"uid":"3a692a58-97"}],"isExternal":true},"3a692a58-108":{"id":"@element-plus/icons-vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-8"},{"uid":"3a692a58-10"},{"uid":"3a692a58-16"},{"uid":"3a692a58-18"},{"uid":"3a692a58-20"},{"uid":"3a692a58-97"}],"isExternal":true},"3a692a58-109":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-14"},{"uid":"3a692a58-84"}],"isExternal":true},"3a692a58-110":{"id":"element-plus/es/components/dropdown/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-16"},{"uid":"3a692a58-97"}],"isExternal":true},"3a692a58-111":{"id":"element-plus/es/components/dropdown-menu/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-16"},{"uid":"3a692a58-97"}],"isExternal":true},"3a692a58-112":{"id":"element-plus/es/components/dropdown-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-16"},{"uid":"3a692a58-97"}],"isExternal":true},"3a692a58-113":{"id":"element-plus/es/components/collapse/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-16"},{"uid":"3a692a58-66"}],"isExternal":true},"3a692a58-114":{"id":"element-plus/es/components/collapse-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-16"},{"uid":"3a692a58-66"}],"isExternal":true},"3a692a58-115":{"id":"element-plus/es/components/row/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-16"},{"uid":"3a692a58-18"},{"uid":"3a692a58-20"},{"uid":"3a692a58-68"}],"isExternal":true},"3a692a58-116":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-16"},{"uid":"3a692a58-18"},{"uid":"3a692a58-20"},{"uid":"3a692a58-48"},{"uid":"3a692a58-89"},{"uid":"3a692a58-93"},{"uid":"3a692a58-97"}],"isExternal":true},"3a692a58-117":{"id":"element-plus/es/components/col/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-16"},{"uid":"3a692a58-20"},{"uid":"3a692a58-68"}],"isExternal":true},"3a692a58-118":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-16"},{"uid":"3a692a58-44"},{"uid":"3a692a58-46"},{"uid":"3a692a58-97"}],"isExternal":true},"3a692a58-119":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-16"},{"uid":"3a692a58-44"},{"uid":"3a692a58-46"},{"uid":"3a692a58-97"}],"isExternal":true},"3a692a58-120":{"id":"element-plus/es/components/input-number/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-18"},{"uid":"3a692a58-36"}],"isExternal":true},"3a692a58-121":{"id":"element-plus/es/components/radio-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-24"},{"uid":"3a692a58-38"}],"isExternal":true},"3a692a58-122":{"id":"element-plus/es/components/radio-button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-24"}],"isExternal":true},"3a692a58-123":{"id":"element-plus/es/components/checkbox-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-26"}],"isExternal":true},"3a692a58-124":{"id":"element-plus/es/components/color-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-30"}],"isExternal":true},"3a692a58-125":{"id":"element-plus/es/components/date-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-32"},{"uid":"3a692a58-34"}],"isExternal":true},"3a692a58-126":{"id":"element-plus/es/components/radio/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-38"}],"isExternal":true},"3a692a58-127":{"id":"element-plus/es/components/slider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-50"}],"isExternal":true},"3a692a58-128":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-52"}],"isExternal":true},"3a692a58-129":{"id":"element-plus/es/components/time-select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-58"}],"isExternal":true},"3a692a58-130":{"id":"element-plus/es/components/divider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-60"}],"isExternal":true},"3a692a58-131":{"id":"element-plus/es/components/alert/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-62"},{"uid":"3a692a58-97"}],"isExternal":true},"3a692a58-132":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-64"}],"isExternal":true},"3a692a58-133":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-64"}],"isExternal":true},"3a692a58-134":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-64"},{"uid":"3a692a58-66"},{"uid":"3a692a58-68"},{"uid":"3a692a58-70"},{"uid":"3a692a58-93"},{"uid":"3a692a58-99"}],"isExternal":true},"3a692a58-135":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-80"}],"isExternal":true},"3a692a58-136":{"id":"wangeditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-87"}],"isExternal":true},"3a692a58-137":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-89"},{"uid":"3a692a58-93"},{"uid":"3a692a58-97"}],"isExternal":true},"3a692a58-138":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-89"},{"uid":"3a692a58-97"}],"isExternal":true},"3a692a58-139":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-89"},{"uid":"3a692a58-93"},{"uid":"3a692a58-97"}],"isExternal":true},"3a692a58-140":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-89"}],"isExternal":true},"3a692a58-141":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-93"},{"uid":"3a692a58-99"}],"isExternal":true},"3a692a58-142":{"id":"element-plus/es/components/aside/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-93"}],"isExternal":true},"3a692a58-143":{"id":"element-plus/es/components/scrollbar/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-93"}],"isExternal":true},"3a692a58-144":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"3a692a58-93"},{"uid":"3a692a58-97"}],"isExternal":true},"3a692a58-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":"3a692a58-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;