starfish-form-custom 1.0.34 → 1.0.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{formAction-128c0254.mjs → formAction-5d0e6e20.mjs} +1 -2
- package/dist/{index-931dd4ed.mjs → index-2fe91869.mjs} +2 -3
- package/dist/{index-31213a51.mjs → index-4dabe1d8.mjs} +1 -2
- package/dist/{index-33672dc8.mjs → index-a1e32b9f.mjs} +1 -2
- package/dist/{main-0192f89c.mjs → main-b0acaeb8.mjs} +57 -63
- package/dist/{starfish-form-12edcb0d.mjs → starfish-form-54bcfdaa.mjs} +1 -2
- package/dist/starfish-form.mjs +1 -2
- package/dist/style.css +8 -7
- package/dist/types/form/src/components/RichText/MenuItem.vue.d.ts +0 -1
- package/package.json +1 -1
- package/src/components/RichText/MenuItem.vue +5 -9
- package/stats.html +1 -1
|
@@ -11,7 +11,7 @@ import 'element-plus/es/components/button/style/css';
|
|
|
11
11
|
import 'element-plus/es/components/tooltip/style/css';
|
|
12
12
|
import { defineComponent, inject, ref, getCurrentInstance, reactive, onMounted, resolveComponent, openBlock, createElementBlock, normalizeClass, normalizeStyle, createElementVNode, toDisplayString, createCommentVNode, createBlock, withCtx, createVNode, Fragment, renderList, withModifiers, createTextVNode } from 'vue';
|
|
13
13
|
import { Codemirror } from 'vue-codemirror';
|
|
14
|
-
import { _ as _export_sfc } from './main-
|
|
14
|
+
import { _ as _export_sfc } from './main-b0acaeb8.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';
|
|
@@ -32,7 +32,6 @@ import 'element-plus/es/components/checkbox-group/style/css';
|
|
|
32
32
|
import 'element-plus/es/components/color-picker/style/css';
|
|
33
33
|
import 'element-plus/es/components/date-picker/style/css';
|
|
34
34
|
import 'element-plus/es/components/radio/style/css';
|
|
35
|
-
import 'remixicon/fonts/remixicon.symbol.svg';
|
|
36
35
|
import 'element-plus/es/components/slider/style/css';
|
|
37
36
|
import 'element-plus/es/components/switch/style/css';
|
|
38
37
|
import 'element-plus/es/components/time-select/style/css';
|
|
@@ -13,9 +13,9 @@ import 'element-plus/es/components/dropdown-item/style/css';
|
|
|
13
13
|
import 'element-plus/es/components/button/style/css';
|
|
14
14
|
import 'element-plus/es/components/tooltip/style/css';
|
|
15
15
|
import { defineComponent, getCurrentInstance, inject, computed, ref, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, createCommentVNode, createBlock, withCtx, createVNode, Fragment, renderList, createTextVNode } from 'vue';
|
|
16
|
-
import { _ as _export_sfc, b as _, f as fieldProps, r as ruleList, c as ruleJsonData } from './main-
|
|
16
|
+
import { _ as _export_sfc, b as _, f as fieldProps, r as ruleList, c as ruleJsonData } from './main-b0acaeb8.mjs';
|
|
17
17
|
import { Delete } from '@element-plus/icons-vue';
|
|
18
|
-
import Dynamicform from './starfish-form-
|
|
18
|
+
import Dynamicform from './starfish-form-54bcfdaa.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';
|
|
@@ -31,7 +31,6 @@ import 'element-plus/es/components/checkbox-group/style/css';
|
|
|
31
31
|
import 'element-plus/es/components/color-picker/style/css';
|
|
32
32
|
import 'element-plus/es/components/date-picker/style/css';
|
|
33
33
|
import 'element-plus/es/components/radio/style/css';
|
|
34
|
-
import 'remixicon/fonts/remixicon.symbol.svg';
|
|
35
34
|
import 'element-plus/es/components/slider/style/css';
|
|
36
35
|
import 'element-plus/es/components/switch/style/css';
|
|
37
36
|
import 'element-plus/es/components/time-select/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, b as _, g as getFormConfig, f as fieldProps, u as useWatch } from './main-
|
|
9
|
+
import { _ as _export_sfc, b as _, g as getFormConfig, f as fieldProps, u as useWatch } from './main-b0acaeb8.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';
|
|
@@ -29,7 +29,6 @@ import 'element-plus/es/components/checkbox-group/style/css';
|
|
|
29
29
|
import 'element-plus/es/components/color-picker/style/css';
|
|
30
30
|
import 'element-plus/es/components/date-picker/style/css';
|
|
31
31
|
import 'element-plus/es/components/radio/style/css';
|
|
32
|
-
import 'remixicon/fonts/remixicon.symbol.svg';
|
|
33
32
|
import 'element-plus/es/components/slider/style/css';
|
|
34
33
|
import 'element-plus/es/components/switch/style/css';
|
|
35
34
|
import 'element-plus/es/components/time-select/style/css';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _export_sfc, g as getFormConfig, f as fieldProps, a as __unplugin_components_1, u as useWatch } from './main-
|
|
1
|
+
import { _ as _export_sfc, g as getFormConfig, f as fieldProps, a as __unplugin_components_1, u as useWatch } from './main-b0acaeb8.mjs';
|
|
2
2
|
import { ElTooltip } from 'element-plus/es';
|
|
3
3
|
import 'element-plus/es/components/base/style/css';
|
|
4
4
|
import 'element-plus/es/components/tooltip/style/css';
|
|
@@ -31,7 +31,6 @@ import 'element-plus/es/components/checkbox-group/style/css';
|
|
|
31
31
|
import 'element-plus/es/components/color-picker/style/css';
|
|
32
32
|
import 'element-plus/es/components/date-picker/style/css';
|
|
33
33
|
import 'element-plus/es/components/radio/style/css';
|
|
34
|
-
import 'remixicon/fonts/remixicon.symbol.svg';
|
|
35
34
|
import 'element-plus/es/components/slider/style/css';
|
|
36
35
|
import 'element-plus/es/components/switch/style/css';
|
|
37
36
|
import 'element-plus/es/components/time-select/style/css';
|
|
@@ -24,7 +24,6 @@ import 'element-plus/es/components/checkbox-group/style/css';
|
|
|
24
24
|
import 'element-plus/es/components/color-picker/style/css';
|
|
25
25
|
import 'element-plus/es/components/date-picker/style/css';
|
|
26
26
|
import 'element-plus/es/components/radio/style/css';
|
|
27
|
-
import remixiconUrl from 'remixicon/fonts/remixicon.symbol.svg';
|
|
28
27
|
import 'element-plus/es/components/slider/style/css';
|
|
29
28
|
import 'element-plus/es/components/switch/style/css';
|
|
30
29
|
import 'element-plus/es/components/time-select/style/css';
|
|
@@ -1102,11 +1101,11 @@ const _sfc_main$t = defineComponent({
|
|
|
1102
1101
|
};
|
|
1103
1102
|
}
|
|
1104
1103
|
});
|
|
1105
|
-
const _hoisted_1$
|
|
1104
|
+
const _hoisted_1$s = {
|
|
1106
1105
|
key: 0,
|
|
1107
1106
|
class: "item_require"
|
|
1108
1107
|
};
|
|
1109
|
-
const _hoisted_2$
|
|
1108
|
+
const _hoisted_2$l = /* @__PURE__ */ createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1);
|
|
1110
1109
|
const _hoisted_3$g = { class: "keyValueSelect" };
|
|
1111
1110
|
const _hoisted_4$4 = { class: "keyValueInput" };
|
|
1112
1111
|
const _hoisted_5$2 = { class: "inputItem" };
|
|
@@ -1138,7 +1137,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1138
1137
|
style: normalizeStyle({ width: _ctx.labelWidth + "px" })
|
|
1139
1138
|
}, [
|
|
1140
1139
|
createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
|
|
1141
|
-
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
1140
|
+
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$s, "*")) : createCommentVNode("", true),
|
|
1142
1141
|
_ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
1143
1142
|
key: 1,
|
|
1144
1143
|
class: "item",
|
|
@@ -1147,7 +1146,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1147
1146
|
placement: "top"
|
|
1148
1147
|
}, {
|
|
1149
1148
|
default: withCtx(() => [
|
|
1150
|
-
_hoisted_2$
|
|
1149
|
+
_hoisted_2$l
|
|
1151
1150
|
]),
|
|
1152
1151
|
_: 1
|
|
1153
1152
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
@@ -1336,11 +1335,11 @@ const _sfc_main$s = defineComponent({
|
|
|
1336
1335
|
};
|
|
1337
1336
|
}
|
|
1338
1337
|
});
|
|
1339
|
-
const _hoisted_1$
|
|
1338
|
+
const _hoisted_1$r = {
|
|
1340
1339
|
key: 0,
|
|
1341
1340
|
class: "item_require"
|
|
1342
1341
|
};
|
|
1343
|
-
const _hoisted_2$
|
|
1342
|
+
const _hoisted_2$k = /* @__PURE__ */ createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1);
|
|
1344
1343
|
const _hoisted_3$f = { class: "keyValueSelect" };
|
|
1345
1344
|
const _hoisted_4$3 = { class: "keyValueInput" };
|
|
1346
1345
|
const _hoisted_5$1 = { class: "inputItem" };
|
|
@@ -1372,7 +1371,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1372
1371
|
style: normalizeStyle({ width: _ctx.labelWidth + "px" })
|
|
1373
1372
|
}, [
|
|
1374
1373
|
createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
|
|
1375
|
-
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
1374
|
+
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$r, "*")) : createCommentVNode("", true),
|
|
1376
1375
|
_ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
1377
1376
|
key: 1,
|
|
1378
1377
|
class: "item",
|
|
@@ -1381,7 +1380,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1381
1380
|
placement: "top"
|
|
1382
1381
|
}, {
|
|
1383
1382
|
default: withCtx(() => [
|
|
1384
|
-
_hoisted_2$
|
|
1383
|
+
_hoisted_2$k
|
|
1385
1384
|
]),
|
|
1386
1385
|
_: 1
|
|
1387
1386
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
@@ -1483,12 +1482,12 @@ const __vite_glob_0_1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.definePro
|
|
|
1483
1482
|
/* unplugin-vue-components disabled */const Loading_vue_vue_type_style_index_0_scoped_true_lang$1 = '';
|
|
1484
1483
|
|
|
1485
1484
|
const _sfc_main$r = {};
|
|
1486
|
-
const _hoisted_1$
|
|
1485
|
+
const _hoisted_1$q = { class: "loading" };
|
|
1487
1486
|
|
|
1488
1487
|
function _sfc_render$r(_ctx, _cache) {
|
|
1489
1488
|
const _directive_loading = ElLoadingDirective;
|
|
1490
1489
|
|
|
1491
|
-
return withDirectives((openBlock(), createElementBlock("div", _hoisted_1$
|
|
1490
|
+
return withDirectives((openBlock(), createElementBlock("div", _hoisted_1$q, null, 512)), [
|
|
1492
1491
|
[_directive_loading, true]
|
|
1493
1492
|
])
|
|
1494
1493
|
}
|
|
@@ -1530,11 +1529,11 @@ const _sfc_main$q = defineComponent({
|
|
|
1530
1529
|
};
|
|
1531
1530
|
}
|
|
1532
1531
|
});
|
|
1533
|
-
const _hoisted_1$
|
|
1532
|
+
const _hoisted_1$p = {
|
|
1534
1533
|
key: 0,
|
|
1535
1534
|
class: "item_require"
|
|
1536
1535
|
};
|
|
1537
|
-
const _hoisted_2$
|
|
1536
|
+
const _hoisted_2$j = /* @__PURE__ */ createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1);
|
|
1538
1537
|
const _hoisted_3$e = /* @__PURE__ */ createTextVNode(" \u65B0\u5EFA\u52A8\u4F5C+ ");
|
|
1539
1538
|
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1540
1539
|
const _component_el_tooltip = ElTooltip;
|
|
@@ -1560,7 +1559,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1560
1559
|
style: normalizeStyle({ width: _ctx.labelWidth + "px" })
|
|
1561
1560
|
}, [
|
|
1562
1561
|
createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
|
|
1563
|
-
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
1562
|
+
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$p, "*")) : createCommentVNode("", true),
|
|
1564
1563
|
_ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
1565
1564
|
key: 1,
|
|
1566
1565
|
class: "item",
|
|
@@ -1569,7 +1568,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1569
1568
|
placement: "top"
|
|
1570
1569
|
}, {
|
|
1571
1570
|
default: withCtx(() => [
|
|
1572
|
-
_hoisted_2$
|
|
1571
|
+
_hoisted_2$j
|
|
1573
1572
|
]),
|
|
1574
1573
|
_: 1
|
|
1575
1574
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
@@ -1740,7 +1739,7 @@ const _sfc_main$p = defineComponent({
|
|
|
1740
1739
|
};
|
|
1741
1740
|
}
|
|
1742
1741
|
});
|
|
1743
|
-
const _hoisted_1$
|
|
1742
|
+
const _hoisted_1$o = /* @__PURE__ */ createTextVNode("\u6DFB\u52A0");
|
|
1744
1743
|
function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1745
1744
|
const _component_el_input_number = ElInputNumber;
|
|
1746
1745
|
const _component_Delete = resolveComponent("Delete");
|
|
@@ -1802,7 +1801,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1802
1801
|
size: "default"
|
|
1803
1802
|
}, {
|
|
1804
1803
|
default: withCtx(() => [
|
|
1805
|
-
_hoisted_1$
|
|
1804
|
+
_hoisted_1$o
|
|
1806
1805
|
]),
|
|
1807
1806
|
_: 1
|
|
1808
1807
|
}, 8, ["onClick"])
|
|
@@ -1839,8 +1838,8 @@ const _sfc_main$o = defineComponent({
|
|
|
1839
1838
|
};
|
|
1840
1839
|
}
|
|
1841
1840
|
});
|
|
1842
|
-
const _hoisted_1$
|
|
1843
|
-
const _hoisted_2$
|
|
1841
|
+
const _hoisted_1$n = /* @__PURE__ */ createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1);
|
|
1842
|
+
const _hoisted_2$i = /* @__PURE__ */ createElementVNode("i", { class: "iconfontui icon-bars handle" }, null, -1);
|
|
1844
1843
|
const _hoisted_3$d = /* @__PURE__ */ createTextVNode("\u6DFB\u52A0\u9762\u677F");
|
|
1845
1844
|
function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1846
1845
|
const _component_el_tooltip = ElTooltip;
|
|
@@ -1866,7 +1865,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1866
1865
|
placement: "top"
|
|
1867
1866
|
}, {
|
|
1868
1867
|
default: withCtx(() => [
|
|
1869
|
-
_hoisted_1$
|
|
1868
|
+
_hoisted_1$n
|
|
1870
1869
|
]),
|
|
1871
1870
|
_: 1
|
|
1872
1871
|
})
|
|
@@ -1891,7 +1890,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1891
1890
|
default: withCtx(() => [
|
|
1892
1891
|
createVNode(_component_el_col, { span: 1.5 }, {
|
|
1893
1892
|
default: withCtx(() => [
|
|
1894
|
-
_hoisted_2$
|
|
1893
|
+
_hoisted_2$i
|
|
1895
1894
|
]),
|
|
1896
1895
|
_: 1
|
|
1897
1896
|
}, 8, ["span"]),
|
|
@@ -1992,8 +1991,8 @@ const _sfc_main$n = defineComponent({
|
|
|
1992
1991
|
useWatch(props);
|
|
1993
1992
|
}
|
|
1994
1993
|
});
|
|
1995
|
-
const _hoisted_1$
|
|
1996
|
-
const _hoisted_2$
|
|
1994
|
+
const _hoisted_1$m = { class: "label" };
|
|
1995
|
+
const _hoisted_2$h = {
|
|
1997
1996
|
key: 0,
|
|
1998
1997
|
class: "item_require"
|
|
1999
1998
|
};
|
|
@@ -2006,9 +2005,9 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2006
2005
|
return openBlock(), createElementBlock("div", {
|
|
2007
2006
|
class: normalizeClass(["starfish-formitem", _ctx.drag ? "formCover" : ""])
|
|
2008
2007
|
}, [
|
|
2009
|
-
createElementVNode("div", _hoisted_1$
|
|
2008
|
+
createElementVNode("div", _hoisted_1$m, [
|
|
2010
2009
|
createElementVNode("label", null, toDisplayString(_ctx.item.data.label), 1),
|
|
2011
|
-
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
2010
|
+
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_2$h, "*")) : createCommentVNode("", true),
|
|
2012
2011
|
_ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
2013
2012
|
key: 1,
|
|
2014
2013
|
class: "item",
|
|
@@ -2066,11 +2065,11 @@ const _sfc_main$m = defineComponent({
|
|
|
2066
2065
|
useWatch(props);
|
|
2067
2066
|
}
|
|
2068
2067
|
});
|
|
2069
|
-
const _hoisted_1$
|
|
2068
|
+
const _hoisted_1$l = {
|
|
2070
2069
|
key: 0,
|
|
2071
2070
|
class: "item_require"
|
|
2072
2071
|
};
|
|
2073
|
-
const _hoisted_2$
|
|
2072
|
+
const _hoisted_2$g = /* @__PURE__ */ createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1);
|
|
2074
2073
|
const _hoisted_3$b = { key: 0 };
|
|
2075
2074
|
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2076
2075
|
const _component_el_tooltip = ElTooltip;
|
|
@@ -2083,7 +2082,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2083
2082
|
class: normalizeClass(["label", "label_" + _ctx.labelalign]),
|
|
2084
2083
|
style: normalizeStyle({ width: _ctx.labelWidth + "px" })
|
|
2085
2084
|
}, [
|
|
2086
|
-
_ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
2085
|
+
_ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$l, "*")) : createCommentVNode("", true),
|
|
2087
2086
|
createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
|
|
2088
2087
|
_ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
2089
2088
|
key: 1,
|
|
@@ -2093,7 +2092,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2093
2092
|
placement: "top"
|
|
2094
2093
|
}, {
|
|
2095
2094
|
default: withCtx(() => [
|
|
2096
|
-
_hoisted_2$
|
|
2095
|
+
_hoisted_2$g
|
|
2097
2096
|
]),
|
|
2098
2097
|
_: 1
|
|
2099
2098
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
@@ -2175,11 +2174,11 @@ const _sfc_main$l = defineComponent({
|
|
|
2175
2174
|
}
|
|
2176
2175
|
});
|
|
2177
2176
|
const _withScopeId = (n) => (pushScopeId("data-v-4ce4907e"), n = n(), popScopeId(), n);
|
|
2178
|
-
const _hoisted_1$
|
|
2177
|
+
const _hoisted_1$k = {
|
|
2179
2178
|
key: 0,
|
|
2180
2179
|
class: "item_require"
|
|
2181
2180
|
};
|
|
2182
|
-
const _hoisted_2$
|
|
2181
|
+
const _hoisted_2$f = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1));
|
|
2183
2182
|
const _hoisted_3$a = { key: 0 };
|
|
2184
2183
|
const _hoisted_4$1 = { key: 1 };
|
|
2185
2184
|
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -2194,7 +2193,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2194
2193
|
style: normalizeStyle({ width: _ctx.labelWidth + "px" })
|
|
2195
2194
|
}, [
|
|
2196
2195
|
createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
|
|
2197
|
-
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
2196
|
+
_ctx.item.data.required ? (openBlock(), createElementBlock("span", _hoisted_1$k, "*")) : createCommentVNode("", true),
|
|
2198
2197
|
_ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
2199
2198
|
key: 1,
|
|
2200
2199
|
class: "item",
|
|
@@ -2203,7 +2202,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2203
2202
|
placement: "top"
|
|
2204
2203
|
}, {
|
|
2205
2204
|
default: withCtx(() => [
|
|
2206
|
-
_hoisted_2$
|
|
2205
|
+
_hoisted_2$f
|
|
2207
2206
|
]),
|
|
2208
2207
|
_: 1
|
|
2209
2208
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
@@ -2313,11 +2312,11 @@ const _sfc_main$k = defineComponent({
|
|
|
2313
2312
|
};
|
|
2314
2313
|
}
|
|
2315
2314
|
});
|
|
2316
|
-
const _hoisted_1$
|
|
2315
|
+
const _hoisted_1$j = {
|
|
2317
2316
|
key: 0,
|
|
2318
2317
|
class: "item_require"
|
|
2319
2318
|
};
|
|
2320
|
-
const _hoisted_2$
|
|
2319
|
+
const _hoisted_2$e = /* @__PURE__ */ createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1);
|
|
2321
2320
|
const _hoisted_3$9 = { key: 1 };
|
|
2322
2321
|
function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2323
2322
|
const _component_el_tooltip = ElTooltip;
|
|
@@ -2329,7 +2328,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2329
2328
|
class: normalizeClass(["label", "label_" + _ctx.labelalign]),
|
|
2330
2329
|
style: normalizeStyle({ width: _ctx.labelWidth + "px" })
|
|
2331
2330
|
}, [
|
|
2332
|
-
_ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
2331
|
+
_ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$j, "*")) : createCommentVNode("", true),
|
|
2333
2332
|
createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
|
|
2334
2333
|
_ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
2335
2334
|
key: 1,
|
|
@@ -2339,7 +2338,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2339
2338
|
placement: "top"
|
|
2340
2339
|
}, {
|
|
2341
2340
|
default: withCtx(() => [
|
|
2342
|
-
_hoisted_2$
|
|
2341
|
+
_hoisted_2$e
|
|
2343
2342
|
]),
|
|
2344
2343
|
_: 1
|
|
2345
2344
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
@@ -2431,11 +2430,11 @@ const _sfc_main$j = defineComponent({
|
|
|
2431
2430
|
};
|
|
2432
2431
|
}
|
|
2433
2432
|
});
|
|
2434
|
-
const _hoisted_1$
|
|
2433
|
+
const _hoisted_1$i = {
|
|
2435
2434
|
key: 0,
|
|
2436
2435
|
class: "item_require"
|
|
2437
2436
|
};
|
|
2438
|
-
const _hoisted_2$
|
|
2437
|
+
const _hoisted_2$d = /* @__PURE__ */ createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1);
|
|
2439
2438
|
const _hoisted_3$8 = { key: 1 };
|
|
2440
2439
|
function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2441
2440
|
const _component_el_tooltip = ElTooltip;
|
|
@@ -2447,7 +2446,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2447
2446
|
class: normalizeClass(["label", "label_" + _ctx.labelalign]),
|
|
2448
2447
|
style: normalizeStyle({ width: _ctx.labelWidth + "px" })
|
|
2449
2448
|
}, [
|
|
2450
|
-
_ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
2449
|
+
_ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$i, "*")) : createCommentVNode("", true),
|
|
2451
2450
|
createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
|
|
2452
2451
|
_ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
2453
2452
|
key: 1,
|
|
@@ -2457,7 +2456,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2457
2456
|
placement: "top"
|
|
2458
2457
|
}, {
|
|
2459
2458
|
default: withCtx(() => [
|
|
2460
|
-
_hoisted_2$
|
|
2459
|
+
_hoisted_2$d
|
|
2461
2460
|
]),
|
|
2462
2461
|
_: 1
|
|
2463
2462
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
@@ -2540,11 +2539,11 @@ const _sfc_main$i = defineComponent({
|
|
|
2540
2539
|
};
|
|
2541
2540
|
}
|
|
2542
2541
|
});
|
|
2543
|
-
const _hoisted_1$
|
|
2542
|
+
const _hoisted_1$h = {
|
|
2544
2543
|
key: 0,
|
|
2545
2544
|
class: "item_require"
|
|
2546
2545
|
};
|
|
2547
|
-
const _hoisted_2$
|
|
2546
|
+
const _hoisted_2$c = /* @__PURE__ */ createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1);
|
|
2548
2547
|
const _hoisted_3$7 = { key: 1 };
|
|
2549
2548
|
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2550
2549
|
const _component_el_tooltip = ElTooltip;
|
|
@@ -2560,7 +2559,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2560
2559
|
class: normalizeClass(["label", "label_" + _ctx.labelalign]),
|
|
2561
2560
|
style: normalizeStyle({ width: _ctx.labelWidth + "px" })
|
|
2562
2561
|
}, [
|
|
2563
|
-
_ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
2562
|
+
_ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$h, "*")) : createCommentVNode("", true),
|
|
2564
2563
|
createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
|
|
2565
2564
|
_ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
2566
2565
|
key: 1,
|
|
@@ -2570,7 +2569,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2570
2569
|
placement: "top"
|
|
2571
2570
|
}, {
|
|
2572
2571
|
default: withCtx(() => [
|
|
2573
|
-
_hoisted_2$
|
|
2572
|
+
_hoisted_2$c
|
|
2574
2573
|
]),
|
|
2575
2574
|
_: 1
|
|
2576
2575
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
@@ -2629,11 +2628,11 @@ const _sfc_main$h = defineComponent({
|
|
|
2629
2628
|
useWatch(props);
|
|
2630
2629
|
}
|
|
2631
2630
|
});
|
|
2632
|
-
const _hoisted_1$
|
|
2631
|
+
const _hoisted_1$g = {
|
|
2633
2632
|
key: 0,
|
|
2634
2633
|
class: "item_require"
|
|
2635
2634
|
};
|
|
2636
|
-
const _hoisted_2$
|
|
2635
|
+
const _hoisted_2$b = /* @__PURE__ */ createElementVNode("span", { class: "tip iconfontui icon-tishi" }, null, -1);
|
|
2637
2636
|
const _hoisted_3$6 = { key: 0 };
|
|
2638
2637
|
function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2639
2638
|
const _component_el_tooltip = ElTooltip;
|
|
@@ -2650,7 +2649,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2650
2649
|
class: normalizeClass(["label", "label_" + _ctx.labelalign]),
|
|
2651
2650
|
style: normalizeStyle({ width: _ctx.labelWidth + "px" })
|
|
2652
2651
|
}, [
|
|
2653
|
-
_ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
2652
|
+
_ctx.item.data.required && !_ctx.readonly && _ctx.item.data.state !== "readonly" ? (openBlock(), createElementBlock("span", _hoisted_1$g, "*")) : createCommentVNode("", true),
|
|
2654
2653
|
createElementVNode("label", null, toDisplayString(_ctx.item.data.label) + toDisplayString(_ctx.suffix), 1),
|
|
2655
2654
|
_ctx.item.data.tip ? (openBlock(), createBlock(_component_el_tooltip, {
|
|
2656
2655
|
key: 1,
|
|
@@ -2660,7 +2659,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2660
2659
|
placement: "top"
|
|
2661
2660
|
}, {
|
|
2662
2661
|
default: withCtx(() => [
|
|
2663
|
-
_hoisted_2$
|
|
2662
|
+
_hoisted_2$b
|
|
2664
2663
|
]),
|
|
2665
2664
|
_: 1
|
|
2666
2665
|
}, 8, ["content"])) : createCommentVNode("", true)
|
|
@@ -2770,13 +2769,10 @@ const _sfc_main$g = defineComponent({
|
|
|
2770
2769
|
return titleMap[props.title] || props.title;
|
|
2771
2770
|
});
|
|
2772
2771
|
return {
|
|
2773
|
-
remixiconUrl,
|
|
2774
2772
|
chineseTitle
|
|
2775
2773
|
};
|
|
2776
2774
|
}
|
|
2777
2775
|
});
|
|
2778
|
-
const _hoisted_1$g = { class: "remix" };
|
|
2779
|
-
const _hoisted_2$b = ["xlink:href"];
|
|
2780
2776
|
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2781
2777
|
const _component_el_tooltip = ElTooltip;
|
|
2782
2778
|
return openBlock(), createBlock(_component_el_tooltip, {
|
|
@@ -2789,17 +2785,15 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2789
2785
|
class: normalizeClass(["menu-item", { "is-active": _ctx.isActive && _ctx.isActive() }]),
|
|
2790
2786
|
onClick: _cache[0] || (_cache[0] = (...args) => _ctx.action && _ctx.action(...args))
|
|
2791
2787
|
}, [
|
|
2792
|
-
(
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
}, null, 8, _hoisted_2$b)
|
|
2796
|
-
]))
|
|
2788
|
+
createElementVNode("i", {
|
|
2789
|
+
class: normalizeClass([`ri-${_ctx.icon}`, "menu-icon"])
|
|
2790
|
+
}, null, 2)
|
|
2797
2791
|
], 2)
|
|
2798
2792
|
]),
|
|
2799
2793
|
_: 1
|
|
2800
2794
|
}, 8, ["content"]);
|
|
2801
2795
|
}
|
|
2802
|
-
const __unplugin_components_0 = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-
|
|
2796
|
+
const __unplugin_components_0 = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-6c37ffa3"]]);
|
|
2803
2797
|
|
|
2804
2798
|
const __vite_glob_0_14 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
2805
2799
|
__proto__: null,
|
|
@@ -5589,7 +5583,7 @@ Object.keys(files).forEach((fileName) => {
|
|
|
5589
5583
|
}
|
|
5590
5584
|
});
|
|
5591
5585
|
const RichText = defineAsyncComponent({
|
|
5592
|
-
loader: () => import('./index-
|
|
5586
|
+
loader: () => import('./index-a1e32b9f.mjs'),
|
|
5593
5587
|
loadingComponent: Loading
|
|
5594
5588
|
});
|
|
5595
5589
|
RichText.ControlType = "RichText";
|
|
@@ -5598,7 +5592,7 @@ RichText.icon = "icon-textEdit";
|
|
|
5598
5592
|
RichText.formConfig = getFormConfig("RichText");
|
|
5599
5593
|
utilFuns[RichText.ControlType] = RichText;
|
|
5600
5594
|
const jsonEditor = defineAsyncComponent({
|
|
5601
|
-
loader: () => import('./index-
|
|
5595
|
+
loader: () => import('./index-4dabe1d8.mjs'),
|
|
5602
5596
|
loadingComponent: Loading
|
|
5603
5597
|
});
|
|
5604
5598
|
jsonEditor.ControlType = "JsonEditor";
|
|
@@ -5608,14 +5602,14 @@ jsonEditor.formConfig = getFormConfig("JsonEditor", [{ fieldName: "default", com
|
|
|
5608
5602
|
jsonEditor.rule = _.getJsonValidate();
|
|
5609
5603
|
utilFuns[jsonEditor.ControlType] = jsonEditor;
|
|
5610
5604
|
const formAction = defineAsyncComponent({
|
|
5611
|
-
loader: () => import('./formAction-
|
|
5605
|
+
loader: () => import('./formAction-5d0e6e20.mjs'),
|
|
5612
5606
|
loadingComponent: Loading
|
|
5613
5607
|
});
|
|
5614
5608
|
formAction.ControlType = "FormAction";
|
|
5615
5609
|
formAction.isHide = true;
|
|
5616
5610
|
utilFuns[formAction.ControlType] = formAction;
|
|
5617
5611
|
const Rule = defineAsyncComponent({
|
|
5618
|
-
loader: () => import('./index-
|
|
5612
|
+
loader: () => import('./index-2fe91869.mjs'),
|
|
5619
5613
|
loadingComponent: Loading
|
|
5620
5614
|
});
|
|
5621
5615
|
Rule.ControlType = "Rule";
|
|
@@ -5624,7 +5618,7 @@ utilFuns[Rule.ControlType] = Rule;
|
|
|
5624
5618
|
const install = (app) => {
|
|
5625
5619
|
app.config.globalProperties.$formcomponents = utilFuns;
|
|
5626
5620
|
};
|
|
5627
|
-
const Dynamicform = defineAsyncComponent(() => import('./starfish-form-
|
|
5621
|
+
const Dynamicform = defineAsyncComponent(() => import('./starfish-form-54bcfdaa.mjs'));
|
|
5628
5622
|
const main = {
|
|
5629
5623
|
install
|
|
5630
5624
|
};
|
|
@@ -3,7 +3,7 @@ import 'element-plus/es/components/base/style/css';
|
|
|
3
3
|
import 'element-plus/es/components/form/style/css';
|
|
4
4
|
import 'element-plus/es/components/form-item/style/css';
|
|
5
5
|
import { defineComponent, getCurrentInstance, ref, onMounted, openBlock, createElementBlock, createVNode, mergeProps, withCtx, Fragment, renderList, createBlock, resolveDynamicComponent, createCommentVNode, toRaw } from 'vue';
|
|
6
|
-
import { _ as _export_sfc } from './main-
|
|
6
|
+
import { _ as _export_sfc } from './main-b0acaeb8.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';
|
|
@@ -27,7 +27,6 @@ import 'element-plus/es/components/checkbox-group/style/css';
|
|
|
27
27
|
import 'element-plus/es/components/color-picker/style/css';
|
|
28
28
|
import 'element-plus/es/components/date-picker/style/css';
|
|
29
29
|
import 'element-plus/es/components/radio/style/css';
|
|
30
|
-
import 'remixicon/fonts/remixicon.symbol.svg';
|
|
31
30
|
import 'element-plus/es/components/slider/style/css';
|
|
32
31
|
import 'element-plus/es/components/switch/style/css';
|
|
33
32
|
import 'element-plus/es/components/time-select/style/css';
|
package/dist/starfish-form.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { D as Dynamicform, m as default } from './main-
|
|
1
|
+
export { D as Dynamicform, m as default } from './main-b0acaeb8.mjs';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import 'element-plus/es';
|
|
4
4
|
import 'element-plus/es/components/base/style/css';
|
|
@@ -25,7 +25,6 @@ import 'element-plus/es/components/checkbox-group/style/css';
|
|
|
25
25
|
import 'element-plus/es/components/color-picker/style/css';
|
|
26
26
|
import 'element-plus/es/components/date-picker/style/css';
|
|
27
27
|
import 'element-plus/es/components/radio/style/css';
|
|
28
|
-
import 'remixicon/fonts/remixicon.symbol.svg';
|
|
29
28
|
import 'element-plus/es/components/slider/style/css';
|
|
30
29
|
import 'element-plus/es/components/switch/style/css';
|
|
31
30
|
import 'element-plus/es/components/time-select/style/css';
|
package/dist/style.css
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
display: flex;
|
|
14
14
|
align-items: center;
|
|
15
15
|
}
|
|
16
|
-
.menu-item[data-v-
|
|
16
|
+
.menu-item[data-v-6c37ffa3] {
|
|
17
17
|
display: flex;
|
|
18
18
|
align-items: center;
|
|
19
19
|
justify-content: center;
|
|
@@ -23,19 +23,20 @@
|
|
|
23
23
|
border: 1px solid #ddd;
|
|
24
24
|
border-radius: 4px;
|
|
25
25
|
cursor: pointer;
|
|
26
|
-
transition: all 0.2s ease;
|
|
26
|
+
transition: all 0.2s ease;
|
|
27
|
+
font-style: normal;
|
|
27
28
|
}
|
|
28
|
-
.menu-item[data-v-
|
|
29
|
+
.menu-item[data-v-6c37ffa3]:hover {
|
|
29
30
|
background-color: #f0f0f0;
|
|
30
31
|
border-color: #999;
|
|
31
32
|
}
|
|
32
|
-
.menu-item.is-active[data-v-
|
|
33
|
+
.menu-item.is-active[data-v-6c37ffa3] {
|
|
33
34
|
background-color: #e0e0e0;
|
|
34
35
|
border-color: #666;
|
|
35
36
|
}
|
|
36
|
-
.
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
.menu-icon[data-v-6c37ffa3] {
|
|
38
|
+
font-size: 16px;
|
|
39
|
+
color: #333;
|
|
39
40
|
}
|
|
40
41
|
|
|
41
42
|
.editor__header[data-v-45d3fb0a] {
|
|
@@ -18,7 +18,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
18
18
|
default: null;
|
|
19
19
|
};
|
|
20
20
|
}, {
|
|
21
|
-
remixiconUrl: string;
|
|
22
21
|
chineseTitle: ComputedRef<string>;
|
|
23
22
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
24
23
|
icon: {
|
package/package.json
CHANGED
|
@@ -9,16 +9,13 @@
|
|
|
9
9
|
:class="{ 'is-active': isActive && isActive() }"
|
|
10
10
|
@click="action"
|
|
11
11
|
>
|
|
12
|
-
<
|
|
13
|
-
<use :xlink:href="`${remixiconUrl}#ri-${icon}`" />
|
|
14
|
-
</svg>
|
|
12
|
+
<i :class="`ri-${icon}`" class="menu-icon"></i>
|
|
15
13
|
</button>
|
|
16
14
|
</el-tooltip>
|
|
17
15
|
</template>
|
|
18
16
|
|
|
19
17
|
<script lang="ts">
|
|
20
18
|
import { defineComponent, computed } from 'vue'
|
|
21
|
-
import remixiconUrl from 'remixicon/fonts/remixicon.symbol.svg'
|
|
22
19
|
|
|
23
20
|
export default defineComponent({
|
|
24
21
|
name: 'MenuItem',
|
|
@@ -41,7 +38,6 @@ export default defineComponent({
|
|
|
41
38
|
}
|
|
42
39
|
},
|
|
43
40
|
setup(props) {
|
|
44
|
-
// 英文标题到中文的映射
|
|
45
41
|
const titleMap: Record<string, string> = {
|
|
46
42
|
'Bold': '粗体',
|
|
47
43
|
'Italic': '斜体',
|
|
@@ -64,7 +60,6 @@ export default defineComponent({
|
|
|
64
60
|
})
|
|
65
61
|
|
|
66
62
|
return {
|
|
67
|
-
remixiconUrl,
|
|
68
63
|
chineseTitle
|
|
69
64
|
}
|
|
70
65
|
}
|
|
@@ -83,6 +78,7 @@ export default defineComponent({
|
|
|
83
78
|
border-radius: 4px;
|
|
84
79
|
cursor: pointer;
|
|
85
80
|
transition: all 0.2s ease;
|
|
81
|
+
font-style: normal;
|
|
86
82
|
}
|
|
87
83
|
|
|
88
84
|
.menu-item:hover {
|
|
@@ -95,8 +91,8 @@ export default defineComponent({
|
|
|
95
91
|
border-color: #666;
|
|
96
92
|
}
|
|
97
93
|
|
|
98
|
-
.
|
|
99
|
-
|
|
100
|
-
|
|
94
|
+
.menu-icon {
|
|
95
|
+
font-size: 16px;
|
|
96
|
+
color: #333;
|
|
101
97
|
}
|
|
102
98
|
</style>
|
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":"54198c97-1"},{"name":"main-0192f89c.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":"54198c97-3","name":"fieldConfig.ts"},{"uid":"54198c97-5","name":"fieldProps.ts"},{"uid":"54198c97-23","name":"customHooks.ts"}]},{"name":"common","children":[{"uid":"54198c97-9","name":"KeyValueConfig.vue"},{"uid":"54198c97-11","name":"KeyValueConfigMult.vue"},{"uid":"54198c97-13","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"54198c97-15","name":"Loading.vue"},{"uid":"54198c97-17","name":"action.vue"},{"uid":"54198c97-19","name":"listConfig.vue"},{"uid":"54198c97-21","name":"panel.vue"},{"uid":"54198c97-25","name":"radiogroup.vue"}]},{"name":"components","children":[{"name":"CheckBox/index.vue","uid":"54198c97-27"},{"name":"ColorSelect","children":[{"uid":"54198c97-29","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"54198c97-31","name":"index.vue"}]},{"name":"Date/index.vue","uid":"54198c97-33"},{"name":"DateTime/index.vue","uid":"54198c97-35"},{"name":"InputNumber/index.vue","uid":"54198c97-37"},{"name":"Radio/index.vue","uid":"54198c97-39"},{"name":"RichText","children":[{"uid":"54198c97-41","name":"MenuItem.vue?vue&type=style&index=0&scoped=true&lang.css"},{"uid":"54198c97-43","name":"MenuItem.vue"},{"uid":"54198c97-45","name":"MenuBar.vue?vue&type=style&index=0&scoped=true&lang.css"},{"uid":"54198c97-47","name":"MenuBar.vue"}]},{"name":"Rule","children":[{"uid":"54198c97-49","name":"ruleform.json"},{"uid":"54198c97-51","name":"rules.js"}]},{"name":"Selected/index.vue","uid":"54198c97-53"},{"name":"Selecteds/index.vue","uid":"54198c97-55"},{"name":"ShowRule/index.vue","uid":"54198c97-57"},{"name":"Slider/index.vue","uid":"54198c97-59"},{"name":"Switch/index.vue","uid":"54198c97-61"},{"name":"Text/index.vue","uid":"54198c97-63"},{"name":"TextArea/index.vue","uid":"54198c97-65"},{"name":"Time/index.vue","uid":"54198c97-67"}]},{"name":"layout","children":[{"uid":"54198c97-69","name":"Divider.vue"},{"uid":"54198c97-71","name":"Info.vue"},{"uid":"54198c97-73","name":"Tabs.vue"},{"uid":"54198c97-75","name":"collapse.vue"},{"uid":"54198c97-77","name":"grid.vue"},{"uid":"54198c97-79","name":"table.vue"}]},{"name":"styles/index.scss","uid":"54198c97-81"},{"uid":"54198c97-94","name":"main.ts"}]},{"name":"editor/src","children":[{"name":"controller","children":[{"uid":"54198c97-85","name":"history.ts"},{"uid":"54198c97-87","name":"form.ts"}]},{"name":"utils/_.ts","uid":"54198c97-89"},{"name":"common","children":[{"uid":"54198c97-91","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"54198c97-93","name":"Loading.vue"}]}]}]},{"name":"node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","uid":"54198c97-83"}]},{"uid":"54198c97-7","name":"plugin-vue:export-helper"}]},{"name":"index-33672dc8.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText","children":[{"uid":"54198c97-96","name":"index.vue?vue&type=style&index=0&scoped=true&lang.css"},{"uid":"54198c97-98","name":"index.vue"}]}]},{"name":"index-31213a51.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","uid":"54198c97-100"}]},{"name":"formAction-128c0254.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common","children":[{"uid":"54198c97-102","name":"formAction.vue?vue&type=style&index=0&lang.scss"},{"uid":"54198c97-104","name":"formAction.vue"}]}]},{"name":"index-931dd4ed.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule","children":[{"uid":"54198c97-106","name":"index.vue?vue&type=style&index=0&lang.scss"},{"uid":"54198c97-108","name":"index.vue"}]}]},{"name":"starfish-form-12edcb0d.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","uid":"54198c97-110"}]}],"isRoot":true},"nodeParts":{"54198c97-1":{"id":"starfish-form.mjs","gzipLength":0,"brotliLength":0,"renderedLength":1949,"metaUid":"54198c97-0"},"54198c97-3":{"renderedLength":18542,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-2"},"54198c97-5":{"renderedLength":626,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-4"},"54198c97-7":{"renderedLength":159,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-6"},"54198c97-9":{"renderedLength":8660,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-8"},"54198c97-11":{"renderedLength":8485,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-10"},"54198c97-13":{"renderedLength":103,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-12"},"54198c97-15":{"renderedLength":404,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-14"},"54198c97-17":{"renderedLength":8527,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-16"},"54198c97-19":{"renderedLength":3264,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-18"},"54198c97-21":{"renderedLength":5397,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-20"},"54198c97-23":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-22"},"54198c97-25":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-24"},"54198c97-27":{"renderedLength":4844,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-26"},"54198c97-29":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-28"},"54198c97-31":{"renderedLength":3864,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-30"},"54198c97-33":{"renderedLength":5532,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-32"},"54198c97-35":{"renderedLength":4778,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-34"},"54198c97-37":{"renderedLength":4741,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-36"},"54198c97-39":{"renderedLength":4756,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-38"},"54198c97-41":{"renderedLength":102,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-40"},"54198c97-43":{"renderedLength":2093,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-42"},"54198c97-45":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-44"},"54198c97-47":{"renderedLength":4109,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-46"},"54198c97-49":{"renderedLength":5040,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-48"},"54198c97-51":{"renderedLength":2564,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-50"},"54198c97-53":{"renderedLength":4866,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-52"},"54198c97-55":{"renderedLength":5448,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-54"},"54198c97-57":{"renderedLength":4133,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-56"},"54198c97-59":{"renderedLength":2944,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-58"},"54198c97-61":{"renderedLength":2995,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-60"},"54198c97-63":{"renderedLength":4704,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-62"},"54198c97-65":{"renderedLength":4510,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-64"},"54198c97-67":{"renderedLength":3240,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-66"},"54198c97-69":{"renderedLength":1315,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-68"},"54198c97-71":{"renderedLength":2999,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-70"},"54198c97-73":{"renderedLength":5888,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-72"},"54198c97-75":{"renderedLength":6238,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-74"},"54198c97-77":{"renderedLength":6689,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-76"},"54198c97-79":{"renderedLength":6149,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-78"},"54198c97-81":{"renderedLength":17,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-80"},"54198c97-83":{"renderedLength":350,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-82"},"54198c97-85":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-84"},"54198c97-87":{"renderedLength":6014,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-86"},"54198c97-89":{"renderedLength":11658,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-88"},"54198c97-91":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-90"},"54198c97-93":{"renderedLength":390,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-92"},"54198c97-94":{"renderedLength":3090,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-0"},"54198c97-96":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-95"},"54198c97-98":{"renderedLength":4372,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-97"},"54198c97-100":{"renderedLength":6675,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-99"},"54198c97-102":{"renderedLength":92,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-101"},"54198c97-104":{"renderedLength":17107,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-103"},"54198c97-106":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-105"},"54198c97-108":{"renderedLength":17885,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-107"},"54198c97-110":{"renderedLength":9742,"gzipLength":0,"brotliLength":0,"metaUid":"54198c97-109"}},"nodeMetas":{"54198c97-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/main.ts","moduleParts":{"starfish-form.mjs":"54198c97-1","main-0192f89c.mjs":"54198c97-94"},"imported":[{"uid":"54198c97-8"},{"uid":"54198c97-10"},{"uid":"54198c97-14"},{"uid":"54198c97-16"},{"uid":"54198c97-18"},{"uid":"54198c97-20"},{"uid":"54198c97-24"},{"uid":"54198c97-26"},{"uid":"54198c97-30"},{"uid":"54198c97-32"},{"uid":"54198c97-34"},{"uid":"54198c97-36"},{"uid":"54198c97-38"},{"uid":"54198c97-46"},{"uid":"54198c97-42"},{"uid":"54198c97-48"},{"uid":"54198c97-50"},{"uid":"54198c97-52"},{"uid":"54198c97-54"},{"uid":"54198c97-56"},{"uid":"54198c97-58"},{"uid":"54198c97-60"},{"uid":"54198c97-62"},{"uid":"54198c97-64"},{"uid":"54198c97-66"},{"uid":"54198c97-68"},{"uid":"54198c97-70"},{"uid":"54198c97-72"},{"uid":"54198c97-74"},{"uid":"54198c97-76"},{"uid":"54198c97-78"},{"uid":"54198c97-111"},{"uid":"54198c97-80"},{"uid":"54198c97-2"},{"uid":"54198c97-88"},{"uid":"54198c97-92"},{"uid":"54198c97-97","dynamic":true},{"uid":"54198c97-99","dynamic":true},{"uid":"54198c97-103","dynamic":true},{"uid":"54198c97-107","dynamic":true},{"uid":"54198c97-109","dynamic":true}],"importedBy":[],"isEntry":true},"54198c97-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldConfig.ts","moduleParts":{"main-0192f89c.mjs":"54198c97-3"},"imported":[],"importedBy":[{"uid":"54198c97-0"},{"uid":"54198c97-8"},{"uid":"54198c97-10"},{"uid":"54198c97-26"},{"uid":"54198c97-30"},{"uid":"54198c97-32"},{"uid":"54198c97-34"},{"uid":"54198c97-36"},{"uid":"54198c97-38"},{"uid":"54198c97-52"},{"uid":"54198c97-54"},{"uid":"54198c97-58"},{"uid":"54198c97-60"},{"uid":"54198c97-62"},{"uid":"54198c97-64"},{"uid":"54198c97-66"},{"uid":"54198c97-68"},{"uid":"54198c97-70"},{"uid":"54198c97-72"},{"uid":"54198c97-74"},{"uid":"54198c97-76"},{"uid":"54198c97-78"},{"uid":"54198c97-97"},{"uid":"54198c97-99"}]},"54198c97-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldProps.ts","moduleParts":{"main-0192f89c.mjs":"54198c97-5"},"imported":[],"importedBy":[{"uid":"54198c97-8"},{"uid":"54198c97-10"},{"uid":"54198c97-16"},{"uid":"54198c97-18"},{"uid":"54198c97-20"},{"uid":"54198c97-24"},{"uid":"54198c97-26"},{"uid":"54198c97-30"},{"uid":"54198c97-32"},{"uid":"54198c97-34"},{"uid":"54198c97-36"},{"uid":"54198c97-38"},{"uid":"54198c97-52"},{"uid":"54198c97-54"},{"uid":"54198c97-56"},{"uid":"54198c97-58"},{"uid":"54198c97-60"},{"uid":"54198c97-62"},{"uid":"54198c97-64"},{"uid":"54198c97-66"},{"uid":"54198c97-68"},{"uid":"54198c97-70"},{"uid":"54198c97-72"},{"uid":"54198c97-74"},{"uid":"54198c97-76"},{"uid":"54198c97-78"},{"uid":"54198c97-97"},{"uid":"54198c97-99"},{"uid":"54198c97-107"}]},"54198c97-6":{"id":"plugin-vue:export-helper","moduleParts":{"main-0192f89c.mjs":"54198c97-7"},"imported":[],"importedBy":[{"uid":"54198c97-8"},{"uid":"54198c97-10"},{"uid":"54198c97-14"},{"uid":"54198c97-16"},{"uid":"54198c97-18"},{"uid":"54198c97-20"},{"uid":"54198c97-24"},{"uid":"54198c97-26"},{"uid":"54198c97-30"},{"uid":"54198c97-32"},{"uid":"54198c97-34"},{"uid":"54198c97-36"},{"uid":"54198c97-38"},{"uid":"54198c97-46"},{"uid":"54198c97-42"},{"uid":"54198c97-52"},{"uid":"54198c97-54"},{"uid":"54198c97-56"},{"uid":"54198c97-58"},{"uid":"54198c97-60"},{"uid":"54198c97-62"},{"uid":"54198c97-64"},{"uid":"54198c97-66"},{"uid":"54198c97-68"},{"uid":"54198c97-70"},{"uid":"54198c97-72"},{"uid":"54198c97-74"},{"uid":"54198c97-76"},{"uid":"54198c97-78"},{"uid":"54198c97-92"},{"uid":"54198c97-97"},{"uid":"54198c97-99"},{"uid":"54198c97-103"},{"uid":"54198c97-107"},{"uid":"54198c97-109"}]},"54198c97-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfig.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-9"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-114"},{"uid":"54198c97-115"},{"uid":"54198c97-116"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-118"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfigMult.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-11"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-114"},{"uid":"54198c97-115"},{"uid":"54198c97-116"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-118"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-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-0192f89c.mjs":"54198c97-13"},"imported":[],"importedBy":[{"uid":"54198c97-14"}]},"54198c97-14":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-15"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-119"},{"uid":"54198c97-111"},{"uid":"54198c97-12"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/action.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-17"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-120"},{"uid":"54198c97-121"},{"uid":"54198c97-122"},{"uid":"54198c97-123"},{"uid":"54198c97-124"},{"uid":"54198c97-125"},{"uid":"54198c97-126"},{"uid":"54198c97-114"},{"uid":"54198c97-127"},{"uid":"54198c97-128"},{"uid":"54198c97-129"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-118"},{"uid":"54198c97-4"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/listConfig.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-19"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-125"},{"uid":"54198c97-126"},{"uid":"54198c97-114"},{"uid":"54198c97-130"},{"uid":"54198c97-111"},{"uid":"54198c97-4"},{"uid":"54198c97-118"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/panel.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-21"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-125"},{"uid":"54198c97-126"},{"uid":"54198c97-114"},{"uid":"54198c97-115"},{"uid":"54198c97-127"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-4"},{"uid":"54198c97-118"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/customHooks.ts","moduleParts":{"main-0192f89c.mjs":"54198c97-23"},"imported":[{"uid":"54198c97-111"}],"importedBy":[{"uid":"54198c97-24"},{"uid":"54198c97-26"},{"uid":"54198c97-30"},{"uid":"54198c97-32"},{"uid":"54198c97-34"},{"uid":"54198c97-36"},{"uid":"54198c97-38"},{"uid":"54198c97-52"},{"uid":"54198c97-54"},{"uid":"54198c97-56"},{"uid":"54198c97-58"},{"uid":"54198c97-60"},{"uid":"54198c97-62"},{"uid":"54198c97-64"},{"uid":"54198c97-66"},{"uid":"54198c97-68"},{"uid":"54198c97-70"},{"uid":"54198c97-72"},{"uid":"54198c97-74"},{"uid":"54198c97-76"},{"uid":"54198c97-78"},{"uid":"54198c97-97"},{"uid":"54198c97-99"}]},"54198c97-24":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/radiogroup.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-25"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-131"},{"uid":"54198c97-132"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/CheckBox/index.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-27"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-133"},{"uid":"54198c97-116"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-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-0192f89c.mjs":"54198c97-29"},"imported":[],"importedBy":[{"uid":"54198c97-30"}]},"54198c97-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-31"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-134"},{"uid":"54198c97-115"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-28"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Date/index.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-33"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-135"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/DateTime/index.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-35"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-135"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/InputNumber/index.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-37"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-130"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Radio/index.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-39"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-131"},{"uid":"54198c97-136"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/MenuItem.vue?vue&type=style&index=0&scoped=true&lang.css","moduleParts":{"main-0192f89c.mjs":"54198c97-41"},"imported":[],"importedBy":[{"uid":"54198c97-42"}]},"54198c97-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/MenuItem.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-43"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-137"},{"uid":"54198c97-40"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"},{"uid":"54198c97-46"}]},"54198c97-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/MenuBar.vue?vue&type=style&index=0&scoped=true&lang.css","moduleParts":{"main-0192f89c.mjs":"54198c97-45"},"imported":[],"importedBy":[{"uid":"54198c97-46"}]},"54198c97-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/MenuBar.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-47"},"imported":[{"uid":"54198c97-42"},{"uid":"54198c97-111"},{"uid":"54198c97-44"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"},{"uid":"54198c97-97"}]},"54198c97-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/ruleform.json","moduleParts":{"main-0192f89c.mjs":"54198c97-49"},"imported":[],"importedBy":[{"uid":"54198c97-0"},{"uid":"54198c97-107"}]},"54198c97-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/rules.js","moduleParts":{"main-0192f89c.mjs":"54198c97-51"},"imported":[],"importedBy":[{"uid":"54198c97-0"},{"uid":"54198c97-107"}]},"54198c97-52":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selected/index.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-53"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-128"},{"uid":"54198c97-129"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selecteds/index.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-55"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-128"},{"uid":"54198c97-129"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-56":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ShowRule/index.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-57"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-126"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-58":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Slider/index.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-59"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-138"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-60":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Switch/index.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-61"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-139"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-62":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Text/index.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-63"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-115"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-64":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/TextArea/index.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-65"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-115"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-66":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Time/index.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-67"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-140"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-4"},{"uid":"54198c97-2"},{"uid":"54198c97-22"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-68":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Divider.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-69"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-141"},{"uid":"54198c97-111"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-70":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Info.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-71"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-142"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-72":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Tabs.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-73"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-143"},{"uid":"54198c97-144"},{"uid":"54198c97-145"},{"uid":"54198c97-111"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-74":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/collapse.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-75"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-123"},{"uid":"54198c97-124"},{"uid":"54198c97-145"},{"uid":"54198c97-111"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-76":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/grid.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-77"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-125"},{"uid":"54198c97-145"},{"uid":"54198c97-127"},{"uid":"54198c97-111"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-78":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/table.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-79"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-145"},{"uid":"54198c97-111"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-80":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/styles/index.scss","moduleParts":{"main-0192f89c.mjs":"54198c97-81"},"imported":[],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-82":{"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-0192f89c.mjs":"54198c97-83"},"imported":[{"uid":"54198c97-161"}],"importedBy":[{"uid":"54198c97-88"}]},"54198c97-84":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main-0192f89c.mjs":"54198c97-85"},"imported":[{"uid":"54198c97-111"},{"uid":"54198c97-86"}],"importedBy":[{"uid":"54198c97-86"}]},"54198c97-86":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main-0192f89c.mjs":"54198c97-87"},"imported":[{"uid":"54198c97-111"},{"uid":"54198c97-84"}],"importedBy":[{"uid":"54198c97-88"},{"uid":"54198c97-84"}]},"54198c97-88":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main-0192f89c.mjs":"54198c97-89"},"imported":[{"uid":"54198c97-146"},{"uid":"54198c97-82"},{"uid":"54198c97-86"}],"importedBy":[{"uid":"54198c97-0"},{"uid":"54198c97-99"},{"uid":"54198c97-107"}]},"54198c97-90":{"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-0192f89c.mjs":"54198c97-91"},"imported":[],"importedBy":[{"uid":"54198c97-92"}]},"54198c97-92":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main-0192f89c.mjs":"54198c97-93"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-119"},{"uid":"54198c97-111"},{"uid":"54198c97-90"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-95":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue?vue&type=style&index=0&scoped=true&lang.css","moduleParts":{"index-33672dc8.mjs":"54198c97-96"},"imported":[],"importedBy":[{"uid":"54198c97-97"}]},"54198c97-97":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","moduleParts":{"index-33672dc8.mjs":"54198c97-98"},"imported":[{"uid":"54198c97-46"},{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-147"},{"uid":"54198c97-148"},{"uid":"54198c97-149"},{"uid":"54198c97-150"},{"uid":"54198c97-151"},{"uid":"54198c97-152"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-95"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-99":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","moduleParts":{"index-31213a51.mjs":"54198c97-100"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-153"},{"uid":"54198c97-154"},{"uid":"54198c97-126"},{"uid":"54198c97-155"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-2"},{"uid":"54198c97-4"},{"uid":"54198c97-22"},{"uid":"54198c97-156"},{"uid":"54198c97-88"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-101":{"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-128c0254.mjs":"54198c97-102"},"imported":[],"importedBy":[{"uid":"54198c97-103"}]},"54198c97-103":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue","moduleParts":{"formAction-128c0254.mjs":"54198c97-104"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-157"},{"uid":"54198c97-145"},{"uid":"54198c97-115"},{"uid":"54198c97-158"},{"uid":"54198c97-153"},{"uid":"54198c97-155"},{"uid":"54198c97-159"},{"uid":"54198c97-126"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-160"},{"uid":"54198c97-101"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-105":{"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-931dd4ed.mjs":"54198c97-106"},"imported":[],"importedBy":[{"uid":"54198c97-107"}]},"54198c97-107":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue","moduleParts":{"index-931dd4ed.mjs":"54198c97-108"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-153"},{"uid":"54198c97-155"},{"uid":"54198c97-154"},{"uid":"54198c97-142"},{"uid":"54198c97-114"},{"uid":"54198c97-128"},{"uid":"54198c97-129"},{"uid":"54198c97-120"},{"uid":"54198c97-121"},{"uid":"54198c97-122"},{"uid":"54198c97-126"},{"uid":"54198c97-117"},{"uid":"54198c97-111"},{"uid":"54198c97-4"},{"uid":"54198c97-88"},{"uid":"54198c97-50"},{"uid":"54198c97-48"},{"uid":"54198c97-118"},{"uid":"54198c97-109"},{"uid":"54198c97-160"},{"uid":"54198c97-105"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"}]},"54198c97-109":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","moduleParts":{"starfish-form-12edcb0d.mjs":"54198c97-110"},"imported":[{"uid":"54198c97-112"},{"uid":"54198c97-113"},{"uid":"54198c97-157"},{"uid":"54198c97-145"},{"uid":"54198c97-111"},{"uid":"54198c97-6"}],"importedBy":[{"uid":"54198c97-0"},{"uid":"54198c97-107"}]},"54198c97-111":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-0"},{"uid":"54198c97-8"},{"uid":"54198c97-10"},{"uid":"54198c97-14"},{"uid":"54198c97-16"},{"uid":"54198c97-18"},{"uid":"54198c97-20"},{"uid":"54198c97-24"},{"uid":"54198c97-26"},{"uid":"54198c97-30"},{"uid":"54198c97-32"},{"uid":"54198c97-34"},{"uid":"54198c97-36"},{"uid":"54198c97-38"},{"uid":"54198c97-46"},{"uid":"54198c97-42"},{"uid":"54198c97-52"},{"uid":"54198c97-54"},{"uid":"54198c97-56"},{"uid":"54198c97-58"},{"uid":"54198c97-60"},{"uid":"54198c97-62"},{"uid":"54198c97-64"},{"uid":"54198c97-66"},{"uid":"54198c97-68"},{"uid":"54198c97-70"},{"uid":"54198c97-72"},{"uid":"54198c97-74"},{"uid":"54198c97-76"},{"uid":"54198c97-78"},{"uid":"54198c97-92"},{"uid":"54198c97-97"},{"uid":"54198c97-99"},{"uid":"54198c97-103"},{"uid":"54198c97-107"},{"uid":"54198c97-109"},{"uid":"54198c97-22"},{"uid":"54198c97-86"},{"uid":"54198c97-84"}],"isExternal":true},"54198c97-112":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-8"},{"uid":"54198c97-10"},{"uid":"54198c97-14"},{"uid":"54198c97-16"},{"uid":"54198c97-18"},{"uid":"54198c97-20"},{"uid":"54198c97-24"},{"uid":"54198c97-26"},{"uid":"54198c97-30"},{"uid":"54198c97-32"},{"uid":"54198c97-34"},{"uid":"54198c97-36"},{"uid":"54198c97-38"},{"uid":"54198c97-42"},{"uid":"54198c97-52"},{"uid":"54198c97-54"},{"uid":"54198c97-56"},{"uid":"54198c97-58"},{"uid":"54198c97-60"},{"uid":"54198c97-62"},{"uid":"54198c97-64"},{"uid":"54198c97-66"},{"uid":"54198c97-68"},{"uid":"54198c97-70"},{"uid":"54198c97-72"},{"uid":"54198c97-74"},{"uid":"54198c97-76"},{"uid":"54198c97-78"},{"uid":"54198c97-92"},{"uid":"54198c97-97"},{"uid":"54198c97-99"},{"uid":"54198c97-103"},{"uid":"54198c97-107"},{"uid":"54198c97-109"}],"isExternal":true},"54198c97-113":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-8"},{"uid":"54198c97-10"},{"uid":"54198c97-14"},{"uid":"54198c97-16"},{"uid":"54198c97-18"},{"uid":"54198c97-20"},{"uid":"54198c97-24"},{"uid":"54198c97-26"},{"uid":"54198c97-30"},{"uid":"54198c97-32"},{"uid":"54198c97-34"},{"uid":"54198c97-36"},{"uid":"54198c97-38"},{"uid":"54198c97-42"},{"uid":"54198c97-52"},{"uid":"54198c97-54"},{"uid":"54198c97-56"},{"uid":"54198c97-58"},{"uid":"54198c97-60"},{"uid":"54198c97-62"},{"uid":"54198c97-64"},{"uid":"54198c97-66"},{"uid":"54198c97-68"},{"uid":"54198c97-70"},{"uid":"54198c97-72"},{"uid":"54198c97-74"},{"uid":"54198c97-76"},{"uid":"54198c97-78"},{"uid":"54198c97-92"},{"uid":"54198c97-97"},{"uid":"54198c97-99"},{"uid":"54198c97-103"},{"uid":"54198c97-107"},{"uid":"54198c97-109"}],"isExternal":true},"54198c97-114":{"id":"element-plus/es/components/icon/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-8"},{"uid":"54198c97-10"},{"uid":"54198c97-16"},{"uid":"54198c97-18"},{"uid":"54198c97-20"},{"uid":"54198c97-107"}],"isExternal":true},"54198c97-115":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-8"},{"uid":"54198c97-10"},{"uid":"54198c97-20"},{"uid":"54198c97-30"},{"uid":"54198c97-62"},{"uid":"54198c97-64"},{"uid":"54198c97-103"}],"isExternal":true},"54198c97-116":{"id":"element-plus/es/components/checkbox/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-8"},{"uid":"54198c97-10"},{"uid":"54198c97-26"}],"isExternal":true},"54198c97-117":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-8"},{"uid":"54198c97-10"},{"uid":"54198c97-16"},{"uid":"54198c97-20"},{"uid":"54198c97-24"},{"uid":"54198c97-26"},{"uid":"54198c97-30"},{"uid":"54198c97-32"},{"uid":"54198c97-34"},{"uid":"54198c97-36"},{"uid":"54198c97-38"},{"uid":"54198c97-42"},{"uid":"54198c97-52"},{"uid":"54198c97-54"},{"uid":"54198c97-56"},{"uid":"54198c97-58"},{"uid":"54198c97-60"},{"uid":"54198c97-62"},{"uid":"54198c97-64"},{"uid":"54198c97-66"},{"uid":"54198c97-70"},{"uid":"54198c97-97"},{"uid":"54198c97-99"},{"uid":"54198c97-103"},{"uid":"54198c97-107"}],"isExternal":true},"54198c97-118":{"id":"@element-plus/icons-vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-8"},{"uid":"54198c97-10"},{"uid":"54198c97-16"},{"uid":"54198c97-18"},{"uid":"54198c97-20"},{"uid":"54198c97-107"}],"isExternal":true},"54198c97-119":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-14"},{"uid":"54198c97-92"}],"isExternal":true},"54198c97-120":{"id":"element-plus/es/components/dropdown/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-16"},{"uid":"54198c97-107"}],"isExternal":true},"54198c97-121":{"id":"element-plus/es/components/dropdown-menu/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-16"},{"uid":"54198c97-107"}],"isExternal":true},"54198c97-122":{"id":"element-plus/es/components/dropdown-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-16"},{"uid":"54198c97-107"}],"isExternal":true},"54198c97-123":{"id":"element-plus/es/components/collapse/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-16"},{"uid":"54198c97-74"}],"isExternal":true},"54198c97-124":{"id":"element-plus/es/components/collapse-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-16"},{"uid":"54198c97-74"}],"isExternal":true},"54198c97-125":{"id":"element-plus/es/components/row/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-16"},{"uid":"54198c97-18"},{"uid":"54198c97-20"},{"uid":"54198c97-76"}],"isExternal":true},"54198c97-126":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-16"},{"uid":"54198c97-18"},{"uid":"54198c97-20"},{"uid":"54198c97-56"},{"uid":"54198c97-99"},{"uid":"54198c97-103"},{"uid":"54198c97-107"}],"isExternal":true},"54198c97-127":{"id":"element-plus/es/components/col/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-16"},{"uid":"54198c97-20"},{"uid":"54198c97-76"}],"isExternal":true},"54198c97-128":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-16"},{"uid":"54198c97-52"},{"uid":"54198c97-54"},{"uid":"54198c97-107"}],"isExternal":true},"54198c97-129":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-16"},{"uid":"54198c97-52"},{"uid":"54198c97-54"},{"uid":"54198c97-107"}],"isExternal":true},"54198c97-130":{"id":"element-plus/es/components/input-number/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-18"},{"uid":"54198c97-36"}],"isExternal":true},"54198c97-131":{"id":"element-plus/es/components/radio-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-24"},{"uid":"54198c97-38"}],"isExternal":true},"54198c97-132":{"id":"element-plus/es/components/radio-button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-24"}],"isExternal":true},"54198c97-133":{"id":"element-plus/es/components/checkbox-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-26"}],"isExternal":true},"54198c97-134":{"id":"element-plus/es/components/color-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-30"}],"isExternal":true},"54198c97-135":{"id":"element-plus/es/components/date-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-32"},{"uid":"54198c97-34"}],"isExternal":true},"54198c97-136":{"id":"element-plus/es/components/radio/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-38"}],"isExternal":true},"54198c97-137":{"id":"remixicon/fonts/remixicon.symbol.svg","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-42"}],"isExternal":true},"54198c97-138":{"id":"element-plus/es/components/slider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-58"}],"isExternal":true},"54198c97-139":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-60"}],"isExternal":true},"54198c97-140":{"id":"element-plus/es/components/time-select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-66"}],"isExternal":true},"54198c97-141":{"id":"element-plus/es/components/divider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-68"}],"isExternal":true},"54198c97-142":{"id":"element-plus/es/components/alert/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-70"},{"uid":"54198c97-107"}],"isExternal":true},"54198c97-143":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-72"}],"isExternal":true},"54198c97-144":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-72"}],"isExternal":true},"54198c97-145":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-72"},{"uid":"54198c97-74"},{"uid":"54198c97-76"},{"uid":"54198c97-78"},{"uid":"54198c97-103"},{"uid":"54198c97-109"}],"isExternal":true},"54198c97-146":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-88"}],"isExternal":true},"54198c97-147":{"id":"@tiptap/vue-3","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-97"}],"isExternal":true},"54198c97-148":{"id":"@tiptap/starter-kit","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-97"}],"isExternal":true},"54198c97-149":{"id":"@tiptap/extension-code","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-97"}],"isExternal":true},"54198c97-150":{"id":"@tiptap/extension-blockquote","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-97"}],"isExternal":true},"54198c97-151":{"id":"@tiptap/extension-horizontal-rule","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-97"}],"isExternal":true},"54198c97-152":{"id":"@tiptap/extension-code-block","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-97"}],"isExternal":true},"54198c97-153":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-99"},{"uid":"54198c97-103"},{"uid":"54198c97-107"}],"isExternal":true},"54198c97-154":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-99"},{"uid":"54198c97-107"}],"isExternal":true},"54198c97-155":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-99"},{"uid":"54198c97-103"},{"uid":"54198c97-107"}],"isExternal":true},"54198c97-156":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-99"}],"isExternal":true},"54198c97-157":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-103"},{"uid":"54198c97-109"}],"isExternal":true},"54198c97-158":{"id":"element-plus/es/components/aside/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-103"}],"isExternal":true},"54198c97-159":{"id":"element-plus/es/components/scrollbar/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-103"}],"isExternal":true},"54198c97-160":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"54198c97-103"},{"uid":"54198c97-107"}],"isExternal":true},"54198c97-161":{"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":"54198c97-82"}]}},"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":"f9b38e35-1"},{"name":"main-b0acaeb8.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":"f9b38e35-3","name":"fieldConfig.ts"},{"uid":"f9b38e35-5","name":"fieldProps.ts"},{"uid":"f9b38e35-23","name":"customHooks.ts"}]},{"name":"common","children":[{"uid":"f9b38e35-9","name":"KeyValueConfig.vue"},{"uid":"f9b38e35-11","name":"KeyValueConfigMult.vue"},{"uid":"f9b38e35-13","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"f9b38e35-15","name":"Loading.vue"},{"uid":"f9b38e35-17","name":"action.vue"},{"uid":"f9b38e35-19","name":"listConfig.vue"},{"uid":"f9b38e35-21","name":"panel.vue"},{"uid":"f9b38e35-25","name":"radiogroup.vue"}]},{"name":"components","children":[{"name":"CheckBox/index.vue","uid":"f9b38e35-27"},{"name":"ColorSelect","children":[{"uid":"f9b38e35-29","name":"index.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"f9b38e35-31","name":"index.vue"}]},{"name":"Date/index.vue","uid":"f9b38e35-33"},{"name":"DateTime/index.vue","uid":"f9b38e35-35"},{"name":"InputNumber/index.vue","uid":"f9b38e35-37"},{"name":"Radio/index.vue","uid":"f9b38e35-39"},{"name":"RichText","children":[{"uid":"f9b38e35-41","name":"MenuItem.vue?vue&type=style&index=0&scoped=true&lang.css"},{"uid":"f9b38e35-43","name":"MenuItem.vue"},{"uid":"f9b38e35-45","name":"MenuBar.vue?vue&type=style&index=0&scoped=true&lang.css"},{"uid":"f9b38e35-47","name":"MenuBar.vue"}]},{"name":"Rule","children":[{"uid":"f9b38e35-49","name":"ruleform.json"},{"uid":"f9b38e35-51","name":"rules.js"}]},{"name":"Selected/index.vue","uid":"f9b38e35-53"},{"name":"Selecteds/index.vue","uid":"f9b38e35-55"},{"name":"ShowRule/index.vue","uid":"f9b38e35-57"},{"name":"Slider/index.vue","uid":"f9b38e35-59"},{"name":"Switch/index.vue","uid":"f9b38e35-61"},{"name":"Text/index.vue","uid":"f9b38e35-63"},{"name":"TextArea/index.vue","uid":"f9b38e35-65"},{"name":"Time/index.vue","uid":"f9b38e35-67"}]},{"name":"layout","children":[{"uid":"f9b38e35-69","name":"Divider.vue"},{"uid":"f9b38e35-71","name":"Info.vue"},{"uid":"f9b38e35-73","name":"Tabs.vue"},{"uid":"f9b38e35-75","name":"collapse.vue"},{"uid":"f9b38e35-77","name":"grid.vue"},{"uid":"f9b38e35-79","name":"table.vue"}]},{"name":"styles/index.scss","uid":"f9b38e35-81"},{"uid":"f9b38e35-94","name":"main.ts"}]},{"name":"editor/src","children":[{"name":"controller","children":[{"uid":"f9b38e35-85","name":"history.ts"},{"uid":"f9b38e35-87","name":"form.ts"}]},{"name":"utils/_.ts","uid":"f9b38e35-89"},{"name":"common","children":[{"uid":"f9b38e35-91","name":"Loading.vue?vue&type=style&index=0&scoped=true&lang.scss"},{"uid":"f9b38e35-93","name":"Loading.vue"}]}]}]},{"name":"node_modules/.pnpm/nanoid@4.0.0/node_modules/nanoid/index.browser.js","uid":"f9b38e35-83"}]},{"uid":"f9b38e35-7","name":"plugin-vue:export-helper"}]},{"name":"index-a1e32b9f.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText","children":[{"uid":"f9b38e35-96","name":"index.vue?vue&type=style&index=0&scoped=true&lang.css"},{"uid":"f9b38e35-98","name":"index.vue"}]}]},{"name":"index-4dabe1d8.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","uid":"f9b38e35-100"}]},{"name":"formAction-5d0e6e20.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common","children":[{"uid":"f9b38e35-102","name":"formAction.vue?vue&type=style&index=0&lang.scss"},{"uid":"f9b38e35-104","name":"formAction.vue"}]}]},{"name":"index-2fe91869.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule","children":[{"uid":"f9b38e35-106","name":"index.vue?vue&type=style&index=0&lang.scss"},{"uid":"f9b38e35-108","name":"index.vue"}]}]},{"name":"starfish-form-54bcfdaa.mjs","children":[{"name":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","uid":"f9b38e35-110"}]}],"isRoot":true},"nodeParts":{"f9b38e35-1":{"id":"starfish-form.mjs","gzipLength":0,"brotliLength":0,"renderedLength":1902,"metaUid":"f9b38e35-0"},"f9b38e35-3":{"renderedLength":18542,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-2"},"f9b38e35-5":{"renderedLength":626,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-4"},"f9b38e35-7":{"renderedLength":159,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-6"},"f9b38e35-9":{"renderedLength":8660,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-8"},"f9b38e35-11":{"renderedLength":8485,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-10"},"f9b38e35-13":{"renderedLength":103,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-12"},"f9b38e35-15":{"renderedLength":404,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-14"},"f9b38e35-17":{"renderedLength":8527,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-16"},"f9b38e35-19":{"renderedLength":3264,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-18"},"f9b38e35-21":{"renderedLength":5397,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-20"},"f9b38e35-23":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-22"},"f9b38e35-25":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-24"},"f9b38e35-27":{"renderedLength":4844,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-26"},"f9b38e35-29":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-28"},"f9b38e35-31":{"renderedLength":3864,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-30"},"f9b38e35-33":{"renderedLength":5532,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-32"},"f9b38e35-35":{"renderedLength":4778,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-34"},"f9b38e35-37":{"renderedLength":4741,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-36"},"f9b38e35-39":{"renderedLength":4756,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-38"},"f9b38e35-41":{"renderedLength":102,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-40"},"f9b38e35-43":{"renderedLength":1900,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-42"},"f9b38e35-45":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-44"},"f9b38e35-47":{"renderedLength":4109,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-46"},"f9b38e35-49":{"renderedLength":5040,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-48"},"f9b38e35-51":{"renderedLength":2564,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-50"},"f9b38e35-53":{"renderedLength":4866,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-52"},"f9b38e35-55":{"renderedLength":5448,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-54"},"f9b38e35-57":{"renderedLength":4133,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-56"},"f9b38e35-59":{"renderedLength":2944,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-58"},"f9b38e35-61":{"renderedLength":2995,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-60"},"f9b38e35-63":{"renderedLength":4704,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-62"},"f9b38e35-65":{"renderedLength":4510,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-64"},"f9b38e35-67":{"renderedLength":3240,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-66"},"f9b38e35-69":{"renderedLength":1315,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-68"},"f9b38e35-71":{"renderedLength":2999,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-70"},"f9b38e35-73":{"renderedLength":5888,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-72"},"f9b38e35-75":{"renderedLength":6238,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-74"},"f9b38e35-77":{"renderedLength":6689,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-76"},"f9b38e35-79":{"renderedLength":6149,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-78"},"f9b38e35-81":{"renderedLength":17,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-80"},"f9b38e35-83":{"renderedLength":350,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-82"},"f9b38e35-85":{"renderedLength":1613,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-84"},"f9b38e35-87":{"renderedLength":6014,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-86"},"f9b38e35-89":{"renderedLength":11658,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-88"},"f9b38e35-91":{"renderedLength":101,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-90"},"f9b38e35-93":{"renderedLength":390,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-92"},"f9b38e35-94":{"renderedLength":3090,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-0"},"f9b38e35-96":{"renderedLength":99,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-95"},"f9b38e35-98":{"renderedLength":4372,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-97"},"f9b38e35-100":{"renderedLength":6675,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-99"},"f9b38e35-102":{"renderedLength":92,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-101"},"f9b38e35-104":{"renderedLength":17107,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-103"},"f9b38e35-106":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-105"},"f9b38e35-108":{"renderedLength":17885,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-107"},"f9b38e35-110":{"renderedLength":9742,"gzipLength":0,"brotliLength":0,"metaUid":"f9b38e35-109"}},"nodeMetas":{"f9b38e35-0":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/main.ts","moduleParts":{"starfish-form.mjs":"f9b38e35-1","main-b0acaeb8.mjs":"f9b38e35-94"},"imported":[{"uid":"f9b38e35-8"},{"uid":"f9b38e35-10"},{"uid":"f9b38e35-14"},{"uid":"f9b38e35-16"},{"uid":"f9b38e35-18"},{"uid":"f9b38e35-20"},{"uid":"f9b38e35-24"},{"uid":"f9b38e35-26"},{"uid":"f9b38e35-30"},{"uid":"f9b38e35-32"},{"uid":"f9b38e35-34"},{"uid":"f9b38e35-36"},{"uid":"f9b38e35-38"},{"uid":"f9b38e35-46"},{"uid":"f9b38e35-42"},{"uid":"f9b38e35-48"},{"uid":"f9b38e35-50"},{"uid":"f9b38e35-52"},{"uid":"f9b38e35-54"},{"uid":"f9b38e35-56"},{"uid":"f9b38e35-58"},{"uid":"f9b38e35-60"},{"uid":"f9b38e35-62"},{"uid":"f9b38e35-64"},{"uid":"f9b38e35-66"},{"uid":"f9b38e35-68"},{"uid":"f9b38e35-70"},{"uid":"f9b38e35-72"},{"uid":"f9b38e35-74"},{"uid":"f9b38e35-76"},{"uid":"f9b38e35-78"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-80"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-88"},{"uid":"f9b38e35-92"},{"uid":"f9b38e35-97","dynamic":true},{"uid":"f9b38e35-99","dynamic":true},{"uid":"f9b38e35-103","dynamic":true},{"uid":"f9b38e35-107","dynamic":true},{"uid":"f9b38e35-109","dynamic":true}],"importedBy":[],"isEntry":true},"f9b38e35-2":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldConfig.ts","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-3"},"imported":[],"importedBy":[{"uid":"f9b38e35-0"},{"uid":"f9b38e35-8"},{"uid":"f9b38e35-10"},{"uid":"f9b38e35-26"},{"uid":"f9b38e35-30"},{"uid":"f9b38e35-32"},{"uid":"f9b38e35-34"},{"uid":"f9b38e35-36"},{"uid":"f9b38e35-38"},{"uid":"f9b38e35-52"},{"uid":"f9b38e35-54"},{"uid":"f9b38e35-58"},{"uid":"f9b38e35-60"},{"uid":"f9b38e35-62"},{"uid":"f9b38e35-64"},{"uid":"f9b38e35-66"},{"uid":"f9b38e35-68"},{"uid":"f9b38e35-70"},{"uid":"f9b38e35-72"},{"uid":"f9b38e35-74"},{"uid":"f9b38e35-76"},{"uid":"f9b38e35-78"},{"uid":"f9b38e35-97"},{"uid":"f9b38e35-99"}]},"f9b38e35-4":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/fieldProps.ts","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-5"},"imported":[],"importedBy":[{"uid":"f9b38e35-8"},{"uid":"f9b38e35-10"},{"uid":"f9b38e35-16"},{"uid":"f9b38e35-18"},{"uid":"f9b38e35-20"},{"uid":"f9b38e35-24"},{"uid":"f9b38e35-26"},{"uid":"f9b38e35-30"},{"uid":"f9b38e35-32"},{"uid":"f9b38e35-34"},{"uid":"f9b38e35-36"},{"uid":"f9b38e35-38"},{"uid":"f9b38e35-52"},{"uid":"f9b38e35-54"},{"uid":"f9b38e35-56"},{"uid":"f9b38e35-58"},{"uid":"f9b38e35-60"},{"uid":"f9b38e35-62"},{"uid":"f9b38e35-64"},{"uid":"f9b38e35-66"},{"uid":"f9b38e35-68"},{"uid":"f9b38e35-70"},{"uid":"f9b38e35-72"},{"uid":"f9b38e35-74"},{"uid":"f9b38e35-76"},{"uid":"f9b38e35-78"},{"uid":"f9b38e35-97"},{"uid":"f9b38e35-99"},{"uid":"f9b38e35-107"}]},"f9b38e35-6":{"id":"plugin-vue:export-helper","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-7"},"imported":[],"importedBy":[{"uid":"f9b38e35-8"},{"uid":"f9b38e35-10"},{"uid":"f9b38e35-14"},{"uid":"f9b38e35-16"},{"uid":"f9b38e35-18"},{"uid":"f9b38e35-20"},{"uid":"f9b38e35-24"},{"uid":"f9b38e35-26"},{"uid":"f9b38e35-30"},{"uid":"f9b38e35-32"},{"uid":"f9b38e35-34"},{"uid":"f9b38e35-36"},{"uid":"f9b38e35-38"},{"uid":"f9b38e35-46"},{"uid":"f9b38e35-42"},{"uid":"f9b38e35-52"},{"uid":"f9b38e35-54"},{"uid":"f9b38e35-56"},{"uid":"f9b38e35-58"},{"uid":"f9b38e35-60"},{"uid":"f9b38e35-62"},{"uid":"f9b38e35-64"},{"uid":"f9b38e35-66"},{"uid":"f9b38e35-68"},{"uid":"f9b38e35-70"},{"uid":"f9b38e35-72"},{"uid":"f9b38e35-74"},{"uid":"f9b38e35-76"},{"uid":"f9b38e35-78"},{"uid":"f9b38e35-92"},{"uid":"f9b38e35-97"},{"uid":"f9b38e35-99"},{"uid":"f9b38e35-103"},{"uid":"f9b38e35-107"},{"uid":"f9b38e35-109"}]},"f9b38e35-8":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfig.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-9"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-114"},{"uid":"f9b38e35-115"},{"uid":"f9b38e35-116"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-118"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-10":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/KeyValueConfigMult.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-11"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-114"},{"uid":"f9b38e35-115"},{"uid":"f9b38e35-116"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-118"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-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-b0acaeb8.mjs":"f9b38e35-13"},"imported":[],"importedBy":[{"uid":"f9b38e35-14"}]},"f9b38e35-14":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/Loading.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-15"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-119"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-12"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-16":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/action.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-17"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-120"},{"uid":"f9b38e35-121"},{"uid":"f9b38e35-122"},{"uid":"f9b38e35-123"},{"uid":"f9b38e35-124"},{"uid":"f9b38e35-125"},{"uid":"f9b38e35-126"},{"uid":"f9b38e35-114"},{"uid":"f9b38e35-127"},{"uid":"f9b38e35-128"},{"uid":"f9b38e35-129"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-118"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-18":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/listConfig.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-19"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-125"},{"uid":"f9b38e35-126"},{"uid":"f9b38e35-114"},{"uid":"f9b38e35-130"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-118"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-20":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/panel.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-21"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-125"},{"uid":"f9b38e35-126"},{"uid":"f9b38e35-114"},{"uid":"f9b38e35-115"},{"uid":"f9b38e35-127"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-118"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-22":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/utils/customHooks.ts","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-23"},"imported":[{"uid":"f9b38e35-111"}],"importedBy":[{"uid":"f9b38e35-24"},{"uid":"f9b38e35-26"},{"uid":"f9b38e35-30"},{"uid":"f9b38e35-32"},{"uid":"f9b38e35-34"},{"uid":"f9b38e35-36"},{"uid":"f9b38e35-38"},{"uid":"f9b38e35-52"},{"uid":"f9b38e35-54"},{"uid":"f9b38e35-56"},{"uid":"f9b38e35-58"},{"uid":"f9b38e35-60"},{"uid":"f9b38e35-62"},{"uid":"f9b38e35-64"},{"uid":"f9b38e35-66"},{"uid":"f9b38e35-68"},{"uid":"f9b38e35-70"},{"uid":"f9b38e35-72"},{"uid":"f9b38e35-74"},{"uid":"f9b38e35-76"},{"uid":"f9b38e35-78"},{"uid":"f9b38e35-97"},{"uid":"f9b38e35-99"}]},"f9b38e35-24":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/radiogroup.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-25"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-131"},{"uid":"f9b38e35-132"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-26":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/CheckBox/index.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-27"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-133"},{"uid":"f9b38e35-116"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-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-b0acaeb8.mjs":"f9b38e35-29"},"imported":[],"importedBy":[{"uid":"f9b38e35-30"}]},"f9b38e35-30":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ColorSelect/index.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-31"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-134"},{"uid":"f9b38e35-115"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-28"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-32":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Date/index.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-33"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-135"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-34":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/DateTime/index.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-35"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-135"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-36":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/InputNumber/index.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-37"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-130"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-38":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Radio/index.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-39"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-131"},{"uid":"f9b38e35-136"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-40":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/MenuItem.vue?vue&type=style&index=0&scoped=true&lang.css","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-41"},"imported":[],"importedBy":[{"uid":"f9b38e35-42"}]},"f9b38e35-42":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/MenuItem.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-43"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-40"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"},{"uid":"f9b38e35-46"}]},"f9b38e35-44":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/MenuBar.vue?vue&type=style&index=0&scoped=true&lang.css","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-45"},"imported":[],"importedBy":[{"uid":"f9b38e35-46"}]},"f9b38e35-46":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/MenuBar.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-47"},"imported":[{"uid":"f9b38e35-42"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-44"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"},{"uid":"f9b38e35-97"}]},"f9b38e35-48":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/ruleform.json","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-49"},"imported":[],"importedBy":[{"uid":"f9b38e35-0"},{"uid":"f9b38e35-107"}]},"f9b38e35-50":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/rules.js","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-51"},"imported":[],"importedBy":[{"uid":"f9b38e35-0"},{"uid":"f9b38e35-107"}]},"f9b38e35-52":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selected/index.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-53"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-128"},{"uid":"f9b38e35-129"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-54":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Selecteds/index.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-55"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-128"},{"uid":"f9b38e35-129"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-56":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/ShowRule/index.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-57"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-126"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-58":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Slider/index.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-59"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-137"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-60":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Switch/index.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-61"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-138"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-62":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Text/index.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-63"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-115"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-64":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/TextArea/index.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-65"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-115"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-66":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Time/index.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-67"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-139"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-68":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Divider.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-69"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-140"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-70":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Info.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-71"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-141"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-72":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/Tabs.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-73"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-142"},{"uid":"f9b38e35-143"},{"uid":"f9b38e35-144"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-74":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/collapse.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-75"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-123"},{"uid":"f9b38e35-124"},{"uid":"f9b38e35-144"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-76":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/grid.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-77"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-125"},{"uid":"f9b38e35-144"},{"uid":"f9b38e35-127"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-78":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/layout/table.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-79"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-144"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-80":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/styles/index.scss","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-81"},"imported":[],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-82":{"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-b0acaeb8.mjs":"f9b38e35-83"},"imported":[{"uid":"f9b38e35-160"}],"importedBy":[{"uid":"f9b38e35-88"}]},"f9b38e35-84":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/history.ts","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-85"},"imported":[{"uid":"f9b38e35-111"},{"uid":"f9b38e35-86"}],"importedBy":[{"uid":"f9b38e35-86"}]},"f9b38e35-86":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/controller/form.ts","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-87"},"imported":[{"uid":"f9b38e35-111"},{"uid":"f9b38e35-84"}],"importedBy":[{"uid":"f9b38e35-88"},{"uid":"f9b38e35-84"}]},"f9b38e35-88":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/utils/_.ts","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-89"},"imported":[{"uid":"f9b38e35-145"},{"uid":"f9b38e35-82"},{"uid":"f9b38e35-86"}],"importedBy":[{"uid":"f9b38e35-0"},{"uid":"f9b38e35-99"},{"uid":"f9b38e35-107"}]},"f9b38e35-90":{"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-b0acaeb8.mjs":"f9b38e35-91"},"imported":[],"importedBy":[{"uid":"f9b38e35-92"}]},"f9b38e35-92":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/editor/src/common/Loading.vue","moduleParts":{"main-b0acaeb8.mjs":"f9b38e35-93"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-119"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-90"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-95":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue?vue&type=style&index=0&scoped=true&lang.css","moduleParts":{"index-a1e32b9f.mjs":"f9b38e35-96"},"imported":[],"importedBy":[{"uid":"f9b38e35-97"}]},"f9b38e35-97":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/RichText/index.vue","moduleParts":{"index-a1e32b9f.mjs":"f9b38e35-98"},"imported":[{"uid":"f9b38e35-46"},{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-146"},{"uid":"f9b38e35-147"},{"uid":"f9b38e35-148"},{"uid":"f9b38e35-149"},{"uid":"f9b38e35-150"},{"uid":"f9b38e35-151"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-95"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-99":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/JsonEditor/index.vue","moduleParts":{"index-4dabe1d8.mjs":"f9b38e35-100"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-152"},{"uid":"f9b38e35-153"},{"uid":"f9b38e35-126"},{"uid":"f9b38e35-154"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-2"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-155"},{"uid":"f9b38e35-88"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-101":{"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-5d0e6e20.mjs":"f9b38e35-102"},"imported":[],"importedBy":[{"uid":"f9b38e35-103"}]},"f9b38e35-103":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/common/formAction.vue","moduleParts":{"formAction-5d0e6e20.mjs":"f9b38e35-104"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-156"},{"uid":"f9b38e35-144"},{"uid":"f9b38e35-115"},{"uid":"f9b38e35-157"},{"uid":"f9b38e35-152"},{"uid":"f9b38e35-154"},{"uid":"f9b38e35-158"},{"uid":"f9b38e35-126"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-159"},{"uid":"f9b38e35-101"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-105":{"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-2fe91869.mjs":"f9b38e35-106"},"imported":[],"importedBy":[{"uid":"f9b38e35-107"}]},"f9b38e35-107":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/components/Rule/index.vue","moduleParts":{"index-2fe91869.mjs":"f9b38e35-108"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-152"},{"uid":"f9b38e35-154"},{"uid":"f9b38e35-153"},{"uid":"f9b38e35-141"},{"uid":"f9b38e35-114"},{"uid":"f9b38e35-128"},{"uid":"f9b38e35-129"},{"uid":"f9b38e35-120"},{"uid":"f9b38e35-121"},{"uid":"f9b38e35-122"},{"uid":"f9b38e35-126"},{"uid":"f9b38e35-117"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-4"},{"uid":"f9b38e35-88"},{"uid":"f9b38e35-50"},{"uid":"f9b38e35-48"},{"uid":"f9b38e35-118"},{"uid":"f9b38e35-109"},{"uid":"f9b38e35-159"},{"uid":"f9b38e35-105"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"}]},"f9b38e35-109":{"id":"C:/Users/jiton/project/vue-form-design/vue-form-design/packages/form/src/starfish-form.vue","moduleParts":{"starfish-form-54bcfdaa.mjs":"f9b38e35-110"},"imported":[{"uid":"f9b38e35-112"},{"uid":"f9b38e35-113"},{"uid":"f9b38e35-156"},{"uid":"f9b38e35-144"},{"uid":"f9b38e35-111"},{"uid":"f9b38e35-6"}],"importedBy":[{"uid":"f9b38e35-0"},{"uid":"f9b38e35-107"}]},"f9b38e35-111":{"id":"vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-0"},{"uid":"f9b38e35-8"},{"uid":"f9b38e35-10"},{"uid":"f9b38e35-14"},{"uid":"f9b38e35-16"},{"uid":"f9b38e35-18"},{"uid":"f9b38e35-20"},{"uid":"f9b38e35-24"},{"uid":"f9b38e35-26"},{"uid":"f9b38e35-30"},{"uid":"f9b38e35-32"},{"uid":"f9b38e35-34"},{"uid":"f9b38e35-36"},{"uid":"f9b38e35-38"},{"uid":"f9b38e35-46"},{"uid":"f9b38e35-42"},{"uid":"f9b38e35-52"},{"uid":"f9b38e35-54"},{"uid":"f9b38e35-56"},{"uid":"f9b38e35-58"},{"uid":"f9b38e35-60"},{"uid":"f9b38e35-62"},{"uid":"f9b38e35-64"},{"uid":"f9b38e35-66"},{"uid":"f9b38e35-68"},{"uid":"f9b38e35-70"},{"uid":"f9b38e35-72"},{"uid":"f9b38e35-74"},{"uid":"f9b38e35-76"},{"uid":"f9b38e35-78"},{"uid":"f9b38e35-92"},{"uid":"f9b38e35-97"},{"uid":"f9b38e35-99"},{"uid":"f9b38e35-103"},{"uid":"f9b38e35-107"},{"uid":"f9b38e35-109"},{"uid":"f9b38e35-22"},{"uid":"f9b38e35-86"},{"uid":"f9b38e35-84"}],"isExternal":true},"f9b38e35-112":{"id":"element-plus/es","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-8"},{"uid":"f9b38e35-10"},{"uid":"f9b38e35-14"},{"uid":"f9b38e35-16"},{"uid":"f9b38e35-18"},{"uid":"f9b38e35-20"},{"uid":"f9b38e35-24"},{"uid":"f9b38e35-26"},{"uid":"f9b38e35-30"},{"uid":"f9b38e35-32"},{"uid":"f9b38e35-34"},{"uid":"f9b38e35-36"},{"uid":"f9b38e35-38"},{"uid":"f9b38e35-42"},{"uid":"f9b38e35-52"},{"uid":"f9b38e35-54"},{"uid":"f9b38e35-56"},{"uid":"f9b38e35-58"},{"uid":"f9b38e35-60"},{"uid":"f9b38e35-62"},{"uid":"f9b38e35-64"},{"uid":"f9b38e35-66"},{"uid":"f9b38e35-68"},{"uid":"f9b38e35-70"},{"uid":"f9b38e35-72"},{"uid":"f9b38e35-74"},{"uid":"f9b38e35-76"},{"uid":"f9b38e35-78"},{"uid":"f9b38e35-92"},{"uid":"f9b38e35-97"},{"uid":"f9b38e35-99"},{"uid":"f9b38e35-103"},{"uid":"f9b38e35-107"},{"uid":"f9b38e35-109"}],"isExternal":true},"f9b38e35-113":{"id":"element-plus/es/components/base/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-8"},{"uid":"f9b38e35-10"},{"uid":"f9b38e35-14"},{"uid":"f9b38e35-16"},{"uid":"f9b38e35-18"},{"uid":"f9b38e35-20"},{"uid":"f9b38e35-24"},{"uid":"f9b38e35-26"},{"uid":"f9b38e35-30"},{"uid":"f9b38e35-32"},{"uid":"f9b38e35-34"},{"uid":"f9b38e35-36"},{"uid":"f9b38e35-38"},{"uid":"f9b38e35-42"},{"uid":"f9b38e35-52"},{"uid":"f9b38e35-54"},{"uid":"f9b38e35-56"},{"uid":"f9b38e35-58"},{"uid":"f9b38e35-60"},{"uid":"f9b38e35-62"},{"uid":"f9b38e35-64"},{"uid":"f9b38e35-66"},{"uid":"f9b38e35-68"},{"uid":"f9b38e35-70"},{"uid":"f9b38e35-72"},{"uid":"f9b38e35-74"},{"uid":"f9b38e35-76"},{"uid":"f9b38e35-78"},{"uid":"f9b38e35-92"},{"uid":"f9b38e35-97"},{"uid":"f9b38e35-99"},{"uid":"f9b38e35-103"},{"uid":"f9b38e35-107"},{"uid":"f9b38e35-109"}],"isExternal":true},"f9b38e35-114":{"id":"element-plus/es/components/icon/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-8"},{"uid":"f9b38e35-10"},{"uid":"f9b38e35-16"},{"uid":"f9b38e35-18"},{"uid":"f9b38e35-20"},{"uid":"f9b38e35-107"}],"isExternal":true},"f9b38e35-115":{"id":"element-plus/es/components/input/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-8"},{"uid":"f9b38e35-10"},{"uid":"f9b38e35-20"},{"uid":"f9b38e35-30"},{"uid":"f9b38e35-62"},{"uid":"f9b38e35-64"},{"uid":"f9b38e35-103"}],"isExternal":true},"f9b38e35-116":{"id":"element-plus/es/components/checkbox/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-8"},{"uid":"f9b38e35-10"},{"uid":"f9b38e35-26"}],"isExternal":true},"f9b38e35-117":{"id":"element-plus/es/components/tooltip/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-8"},{"uid":"f9b38e35-10"},{"uid":"f9b38e35-16"},{"uid":"f9b38e35-20"},{"uid":"f9b38e35-24"},{"uid":"f9b38e35-26"},{"uid":"f9b38e35-30"},{"uid":"f9b38e35-32"},{"uid":"f9b38e35-34"},{"uid":"f9b38e35-36"},{"uid":"f9b38e35-38"},{"uid":"f9b38e35-42"},{"uid":"f9b38e35-52"},{"uid":"f9b38e35-54"},{"uid":"f9b38e35-56"},{"uid":"f9b38e35-58"},{"uid":"f9b38e35-60"},{"uid":"f9b38e35-62"},{"uid":"f9b38e35-64"},{"uid":"f9b38e35-66"},{"uid":"f9b38e35-70"},{"uid":"f9b38e35-97"},{"uid":"f9b38e35-99"},{"uid":"f9b38e35-103"},{"uid":"f9b38e35-107"}],"isExternal":true},"f9b38e35-118":{"id":"@element-plus/icons-vue","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-8"},{"uid":"f9b38e35-10"},{"uid":"f9b38e35-16"},{"uid":"f9b38e35-18"},{"uid":"f9b38e35-20"},{"uid":"f9b38e35-107"}],"isExternal":true},"f9b38e35-119":{"id":"element-plus/es/components/loading/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-14"},{"uid":"f9b38e35-92"}],"isExternal":true},"f9b38e35-120":{"id":"element-plus/es/components/dropdown/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-16"},{"uid":"f9b38e35-107"}],"isExternal":true},"f9b38e35-121":{"id":"element-plus/es/components/dropdown-menu/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-16"},{"uid":"f9b38e35-107"}],"isExternal":true},"f9b38e35-122":{"id":"element-plus/es/components/dropdown-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-16"},{"uid":"f9b38e35-107"}],"isExternal":true},"f9b38e35-123":{"id":"element-plus/es/components/collapse/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-16"},{"uid":"f9b38e35-74"}],"isExternal":true},"f9b38e35-124":{"id":"element-plus/es/components/collapse-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-16"},{"uid":"f9b38e35-74"}],"isExternal":true},"f9b38e35-125":{"id":"element-plus/es/components/row/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-16"},{"uid":"f9b38e35-18"},{"uid":"f9b38e35-20"},{"uid":"f9b38e35-76"}],"isExternal":true},"f9b38e35-126":{"id":"element-plus/es/components/button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-16"},{"uid":"f9b38e35-18"},{"uid":"f9b38e35-20"},{"uid":"f9b38e35-56"},{"uid":"f9b38e35-99"},{"uid":"f9b38e35-103"},{"uid":"f9b38e35-107"}],"isExternal":true},"f9b38e35-127":{"id":"element-plus/es/components/col/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-16"},{"uid":"f9b38e35-20"},{"uid":"f9b38e35-76"}],"isExternal":true},"f9b38e35-128":{"id":"element-plus/es/components/select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-16"},{"uid":"f9b38e35-52"},{"uid":"f9b38e35-54"},{"uid":"f9b38e35-107"}],"isExternal":true},"f9b38e35-129":{"id":"element-plus/es/components/option/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-16"},{"uid":"f9b38e35-52"},{"uid":"f9b38e35-54"},{"uid":"f9b38e35-107"}],"isExternal":true},"f9b38e35-130":{"id":"element-plus/es/components/input-number/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-18"},{"uid":"f9b38e35-36"}],"isExternal":true},"f9b38e35-131":{"id":"element-plus/es/components/radio-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-24"},{"uid":"f9b38e35-38"}],"isExternal":true},"f9b38e35-132":{"id":"element-plus/es/components/radio-button/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-24"}],"isExternal":true},"f9b38e35-133":{"id":"element-plus/es/components/checkbox-group/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-26"}],"isExternal":true},"f9b38e35-134":{"id":"element-plus/es/components/color-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-30"}],"isExternal":true},"f9b38e35-135":{"id":"element-plus/es/components/date-picker/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-32"},{"uid":"f9b38e35-34"}],"isExternal":true},"f9b38e35-136":{"id":"element-plus/es/components/radio/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-38"}],"isExternal":true},"f9b38e35-137":{"id":"element-plus/es/components/slider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-58"}],"isExternal":true},"f9b38e35-138":{"id":"element-plus/es/components/switch/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-60"}],"isExternal":true},"f9b38e35-139":{"id":"element-plus/es/components/time-select/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-66"}],"isExternal":true},"f9b38e35-140":{"id":"element-plus/es/components/divider/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-68"}],"isExternal":true},"f9b38e35-141":{"id":"element-plus/es/components/alert/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-70"},{"uid":"f9b38e35-107"}],"isExternal":true},"f9b38e35-142":{"id":"element-plus/es/components/tabs/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-72"}],"isExternal":true},"f9b38e35-143":{"id":"element-plus/es/components/tab-pane/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-72"}],"isExternal":true},"f9b38e35-144":{"id":"element-plus/es/components/form-item/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-72"},{"uid":"f9b38e35-74"},{"uid":"f9b38e35-76"},{"uid":"f9b38e35-78"},{"uid":"f9b38e35-103"},{"uid":"f9b38e35-109"}],"isExternal":true},"f9b38e35-145":{"id":"element-plus","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-88"}],"isExternal":true},"f9b38e35-146":{"id":"@tiptap/vue-3","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-97"}],"isExternal":true},"f9b38e35-147":{"id":"@tiptap/starter-kit","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-97"}],"isExternal":true},"f9b38e35-148":{"id":"@tiptap/extension-code","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-97"}],"isExternal":true},"f9b38e35-149":{"id":"@tiptap/extension-blockquote","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-97"}],"isExternal":true},"f9b38e35-150":{"id":"@tiptap/extension-horizontal-rule","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-97"}],"isExternal":true},"f9b38e35-151":{"id":"@tiptap/extension-code-block","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-97"}],"isExternal":true},"f9b38e35-152":{"id":"element-plus/es/components/container/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-99"},{"uid":"f9b38e35-103"},{"uid":"f9b38e35-107"}],"isExternal":true},"f9b38e35-153":{"id":"element-plus/es/components/footer/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-99"},{"uid":"f9b38e35-107"}],"isExternal":true},"f9b38e35-154":{"id":"element-plus/es/components/main/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-99"},{"uid":"f9b38e35-103"},{"uid":"f9b38e35-107"}],"isExternal":true},"f9b38e35-155":{"id":"jsoneditor","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-99"}],"isExternal":true},"f9b38e35-156":{"id":"element-plus/es/components/form/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-103"},{"uid":"f9b38e35-109"}],"isExternal":true},"f9b38e35-157":{"id":"element-plus/es/components/aside/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-103"}],"isExternal":true},"f9b38e35-158":{"id":"element-plus/es/components/scrollbar/style/css","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-103"}],"isExternal":true},"f9b38e35-159":{"id":"vue-codemirror","moduleParts":{},"imported":[],"importedBy":[{"uid":"f9b38e35-103"},{"uid":"f9b38e35-107"}],"isExternal":true},"f9b38e35-160":{"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":"f9b38e35-82"}]}},"env":{"rollup":"3.29.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
|
4826
4826
|
|
|
4827
4827
|
const run = () => {
|
|
4828
4828
|
const width = window.innerWidth;
|