@fecp/designer 5.4.119 → 5.4.121
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/es/designer/package.json.mjs +1 -1
- package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
- package/es/designer.css +512 -512
- package/es/node_modules/element-plus/es/components/config-provider/src/hooks/use-global-config.mjs +1 -1
- package/es/node_modules/element-plus/es/components/form/src/hooks/use-form-common-props.mjs +1 -1
- package/es/node_modules/element-plus/es/utils/types.mjs +1 -1
- package/es/node_modules/element-plus/es/utils/vue/install.mjs +1 -1
- package/es/node_modules/element-plus/node_modules/@vueuse/core/index.mjs +2 -2
- package/es/node_modules/element-plus/node_modules/@vueuse/shared/index.mjs +1 -1
- package/es/node_modules/vxe-table/es/table/src/table.mjs +3 -3
- package/es/packages/vue/src/components/all.mjs +1 -1
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +2 -2
- package/es/packages/vue/src/components/forms/form/index.mjs +2 -2
- package/es/packages/vue/src/components/forms/subForm/SubForm.vue.mjs +3 -3
- package/es/packages/vue/src/components/forms/subTable/SubTable.vue.mjs +3 -3
- package/es/packages/vue/src/components/layout/Layout.vue.mjs +4 -4
- package/es/packages/vue/src/components/layout/layoutCard/LayoutCard.vue.mjs +3 -3
- package/es/packages/vue/src/components/table/Table.vue.mjs +2 -2
- package/es/packages/vue/src/components/table/index.mjs +2 -2
- package/es/packages/vue/src/utils/common.mjs +1 -1
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
- package/lib/designer.css +512 -512
- package/lib/node_modules/vxe-table/es/ui/src/utils.js +5 -5
- package/lib/packages/vue/src/components/all.js +48 -48
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +2 -2
- package/lib/packages/vue/src/components/forms/subForm/SubForm.vue.js +2 -2
- package/lib/packages/vue/src/components/forms/subTable/SubTable.vue.js +2 -2
- package/lib/packages/vue/src/components/layout/Layout.vue.js +3 -3
- package/lib/packages/vue/src/components/layout/layoutCard/LayoutCard.vue.js +5 -5
- package/lib/packages/vue/src/components/table/Table.vue.js +2 -2
- package/lib/packages/vue/src/utils/common.js +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const XEUtils = require("xe-utils");
|
|
4
|
-
const index_esm
|
|
5
|
-
const index_esm = require("../../../../dom-zindex/es/index.esm.js");
|
|
6
|
-
const { getConfig } = index_esm
|
|
4
|
+
const index_esm = require("../../../../@vxe-ui/core/es/index.esm.js");
|
|
5
|
+
const index_esm$1 = require("../../../../dom-zindex/es/index.esm.js");
|
|
6
|
+
const { getConfig } = index_esm.VxeUI;
|
|
7
7
|
function isEnableConf(conf) {
|
|
8
8
|
return conf && conf.enabled !== false;
|
|
9
9
|
}
|
|
@@ -18,10 +18,10 @@ function parseFile(file) {
|
|
|
18
18
|
return { filename, type };
|
|
19
19
|
}
|
|
20
20
|
function nextZIndex() {
|
|
21
|
-
return index_esm.default.getNext();
|
|
21
|
+
return index_esm$1.default.getNext();
|
|
22
22
|
}
|
|
23
23
|
function getLastZIndex() {
|
|
24
|
-
return index_esm.default.getCurrent();
|
|
24
|
+
return index_esm$1.default.getCurrent();
|
|
25
25
|
}
|
|
26
26
|
function hasChildrenList(item) {
|
|
27
27
|
return item && item.children && item.children.length > 0;
|
|
@@ -1,62 +1,62 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./
|
|
4
|
-
const index$
|
|
5
|
-
const index$
|
|
6
|
-
const index$
|
|
7
|
-
const index$
|
|
8
|
-
const index$
|
|
9
|
-
const index$
|
|
10
|
-
const index$
|
|
11
|
-
const index$
|
|
12
|
-
const index$
|
|
13
|
-
const index$
|
|
14
|
-
const index$
|
|
15
|
-
const index$
|
|
16
|
-
const index$
|
|
17
|
-
const index$
|
|
18
|
-
const index$
|
|
19
|
-
const index$
|
|
20
|
-
const index$
|
|
21
|
-
const index$
|
|
22
|
-
const index$
|
|
23
|
-
const index$
|
|
24
|
-
const index$
|
|
25
|
-
const index$
|
|
3
|
+
const index = require("./forms/text/index.js");
|
|
4
|
+
const index$1 = require("./forms/textarea/index.js");
|
|
5
|
+
const index$2 = require("./forms/number/index.js");
|
|
6
|
+
const index$3 = require("./forms/date/index.js");
|
|
7
|
+
const index$4 = require("./forms/select/index.js");
|
|
8
|
+
const index$5 = require("./forms/multipleSelection/index.js");
|
|
9
|
+
const index$6 = require("./forms/radio/index.js");
|
|
10
|
+
const index$7 = require("./forms/checkbox/index.js");
|
|
11
|
+
const index$8 = require("./forms/switch/index.js");
|
|
12
|
+
const index$9 = require("./forms/upload/index.js");
|
|
13
|
+
const index$a = require("./forms/subTitle/index.js");
|
|
14
|
+
const index$b = require("./forms/h2/index.js");
|
|
15
|
+
const index$c = require("./forms/subForm/index.js");
|
|
16
|
+
const index$d = require("./forms/subTable/index.js");
|
|
17
|
+
const index$e = require("./forms/cascader/index.js");
|
|
18
|
+
const index$f = require("./forms/area/index.js");
|
|
19
|
+
const index$g = require("./forms/industry/index.js");
|
|
20
|
+
const index$h = require("./forms/userSelect/index.js");
|
|
21
|
+
const index$i = require("./forms/roleSelect/index.js");
|
|
22
|
+
const index$j = require("./forms/formItem/index.js");
|
|
23
|
+
const index$k = require("./forms/form/index.js");
|
|
24
|
+
const index$l = require("./table/index.js");
|
|
25
|
+
const index$m = require("./layout/index.js");
|
|
26
26
|
const index$o = require("./bus/approvalHistory/index.js");
|
|
27
27
|
const index$p = require("./bus/document/index.js");
|
|
28
28
|
const index$q = require("./details/header/index.js");
|
|
29
29
|
const index$r = require("./details/footer/index.js");
|
|
30
30
|
const index$s = require("./details/main/index.js");
|
|
31
31
|
const index$t = require("./dialog/customDialog/index.js");
|
|
32
|
-
const index$
|
|
33
|
-
exports.
|
|
34
|
-
exports.
|
|
35
|
-
exports.
|
|
36
|
-
exports.
|
|
37
|
-
exports.
|
|
38
|
-
exports.
|
|
39
|
-
exports.
|
|
40
|
-
exports.
|
|
41
|
-
exports.
|
|
42
|
-
exports.
|
|
43
|
-
exports.
|
|
44
|
-
exports.
|
|
45
|
-
exports.
|
|
46
|
-
exports.
|
|
47
|
-
exports.
|
|
48
|
-
exports.
|
|
49
|
-
exports.
|
|
50
|
-
exports.
|
|
51
|
-
exports.
|
|
52
|
-
exports.
|
|
53
|
-
exports.
|
|
54
|
-
exports.
|
|
55
|
-
exports.
|
|
32
|
+
const index$n = require("./layout/layoutCard/index.js");
|
|
33
|
+
exports.Text = index.Text;
|
|
34
|
+
exports.Textarea = index$1.Textarea;
|
|
35
|
+
exports.Number = index$2.Number;
|
|
36
|
+
exports.Date = index$3.Date;
|
|
37
|
+
exports.Select = index$4.Select;
|
|
38
|
+
exports.MultipleSelection = index$5.MultipleSelection;
|
|
39
|
+
exports.Radio = index$6.Radio;
|
|
40
|
+
exports.Checkbox = index$7.Checkbox;
|
|
41
|
+
exports.Switch = index$8.Switch;
|
|
42
|
+
exports.Upload = index$9.Upload;
|
|
43
|
+
exports.SubTitle = index$a.SubTitle;
|
|
44
|
+
exports.H2 = index$b.H2;
|
|
45
|
+
exports.SubForm = index$c.SubForm;
|
|
46
|
+
exports.SubTable = index$d.SubTable;
|
|
47
|
+
exports.Cascader = index$e.Cascader;
|
|
48
|
+
exports.Area = index$f.Area;
|
|
49
|
+
exports.Industry = index$g.Industry;
|
|
50
|
+
exports.UserSelect = index$h.UserSelect;
|
|
51
|
+
exports.RoleSelect = index$i.RoleSelect;
|
|
52
|
+
exports.FormItem = index$j.FormItem;
|
|
53
|
+
exports.Form = index$k.Form;
|
|
54
|
+
exports.Table = index$l.Table;
|
|
55
|
+
exports.Layout = index$m.Layout;
|
|
56
56
|
exports.ApprovalHistory = index$o.ApprovalHistory;
|
|
57
57
|
exports.Document = index$p.Document;
|
|
58
58
|
exports.header = index$q.header;
|
|
59
59
|
exports.footer = index$r.footer;
|
|
60
60
|
exports.main = index$s.main;
|
|
61
61
|
exports.customDialog = index$t.customDialog;
|
|
62
|
-
exports.LayoutCard = index$
|
|
62
|
+
exports.LayoutCard = index$n.LayoutCard;
|
|
@@ -1098,5 +1098,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1098
1098
|
};
|
|
1099
1099
|
}
|
|
1100
1100
|
});
|
|
1101
|
-
const
|
|
1102
|
-
exports.default =
|
|
1101
|
+
const Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-cd5951a2"]]);
|
|
1102
|
+
exports.default = Form;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const vue = require("vue");
|
|
4
|
-
const index$2 = require("../form/index.js");
|
|
5
4
|
const index$1 = require("../subTitle/index.js");
|
|
6
5
|
const index = require("../h2/index.js");
|
|
7
6
|
const common = require("../../../utils/common.js");
|
|
@@ -135,6 +134,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
135
134
|
subFormRef: formRef
|
|
136
135
|
});
|
|
137
136
|
return (_ctx, _cache) => {
|
|
137
|
+
const _component_fec_form = vue.resolveComponent("fec-form");
|
|
138
138
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
139
139
|
__props.config.titleMode != "none" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
140
140
|
__props.config.titleMode == "label" ? (vue.openBlock(), vue.createBlock(vue.unref(index.H2), {
|
|
@@ -145,7 +145,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
145
145
|
config: __props.config
|
|
146
146
|
}, null, 8, ["config"])) : vue.createCommentVNode("", true)
|
|
147
147
|
])) : vue.createCommentVNode("", true),
|
|
148
|
-
vue.createVNode(
|
|
148
|
+
vue.createVNode(_component_fec_form, {
|
|
149
149
|
ref_key: "formRef",
|
|
150
150
|
ref: formRef,
|
|
151
151
|
templateKey: vue.unref(templateKey),
|
|
@@ -4,7 +4,6 @@ require("../../../../../../node_modules/element-plus/es/index.js");
|
|
|
4
4
|
;/* empty css */
|
|
5
5
|
;/* empty css */
|
|
6
6
|
const vue = require("vue");
|
|
7
|
-
const index$3 = require("../../table/index.js");
|
|
8
7
|
const index$2 = require("../subTitle/index.js");
|
|
9
8
|
const index = require("../h2/index.js");
|
|
10
9
|
const parseRouteParams = require("../../../utils/parseRouteParams.js");
|
|
@@ -137,6 +136,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
137
136
|
});
|
|
138
137
|
return (_ctx, _cache) => {
|
|
139
138
|
const _component_el_button = index$1.ElButton;
|
|
139
|
+
const _component_fec_table = vue.resolveComponent("fec-table");
|
|
140
140
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
141
141
|
__props.config.titleMode != "none" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
142
142
|
__props.config.titleMode == "label" ? (vue.openBlock(), vue.createBlock(vue.unref(index.H2), {
|
|
@@ -188,7 +188,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
188
188
|
config: __props.config
|
|
189
189
|
}, null, 8, ["config"])) : vue.createCommentVNode("", true)
|
|
190
190
|
])) : vue.createCommentVNode("", true),
|
|
191
|
-
vue.createVNode(
|
|
191
|
+
vue.createVNode(_component_fec_table, {
|
|
192
192
|
ref_key: "tableRef",
|
|
193
193
|
ref: tableRef,
|
|
194
194
|
templateKey: __props.config.subTableKey,
|
|
@@ -6,7 +6,6 @@ require("../../../../../node_modules/element-plus/es/index.js");
|
|
|
6
6
|
;/* empty css */
|
|
7
7
|
;/* empty css */
|
|
8
8
|
const vue = require("vue");
|
|
9
|
-
const index$3 = require("../forms/form/index.js");
|
|
10
9
|
const common = require("../../utils/common.js");
|
|
11
10
|
;/* empty css */
|
|
12
11
|
const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
@@ -48,6 +47,7 @@ const _sfc_main = {
|
|
|
48
47
|
emit("loaded", common.cloneDeep(formData2));
|
|
49
48
|
}
|
|
50
49
|
return (_ctx, _cache) => {
|
|
50
|
+
const _component_fec_form = vue.resolveComponent("fec-form");
|
|
51
51
|
const _component_el_scrollbar = index$2.ElScrollbar;
|
|
52
52
|
const _component_el_col = index$1.ElCol;
|
|
53
53
|
const _component_el_row = index.ElRow;
|
|
@@ -64,7 +64,7 @@ const _sfc_main = {
|
|
|
64
64
|
vue.createElementVNode("div", _hoisted_1, [
|
|
65
65
|
vue.createVNode(_component_el_scrollbar, { ref: "scrollbarRef" }, {
|
|
66
66
|
default: vue.withCtx(() => [
|
|
67
|
-
vue.createVNode(
|
|
67
|
+
vue.createVNode(_component_fec_form, {
|
|
68
68
|
ref: "formRef",
|
|
69
69
|
templateKey: __props.templateKey,
|
|
70
70
|
modelValue: vue.unref(formData),
|
|
@@ -95,5 +95,5 @@ const _sfc_main = {
|
|
|
95
95
|
};
|
|
96
96
|
}
|
|
97
97
|
};
|
|
98
|
-
const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
98
|
+
const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-a3206460"]]);
|
|
99
99
|
exports.default = _Layout;
|
|
@@ -8,8 +8,8 @@ const index$2 = require("../../../../../../node_modules/@element-plus/icons-vue/
|
|
|
8
8
|
const index$3 = require("../../dialog/customDialog/index.js");
|
|
9
9
|
const index$4 = require("../../../api/index.js");
|
|
10
10
|
const getInstance = require("../../../utils/getInstance.js");
|
|
11
|
-
const
|
|
12
|
-
const
|
|
11
|
+
const Form = require("../../forms/form/Form.vue.js");
|
|
12
|
+
const Table = require("../../table/Table.vue.js");
|
|
13
13
|
const common = require("../../../utils/common.js");
|
|
14
14
|
;/* empty css */
|
|
15
15
|
const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
@@ -80,10 +80,10 @@ const _sfc_main = {
|
|
|
80
80
|
}).then((res) => {
|
|
81
81
|
const data = JSON.parse(res);
|
|
82
82
|
if (data.formMode) {
|
|
83
|
-
currentComponent.value =
|
|
83
|
+
currentComponent.value = Form.default;
|
|
84
84
|
currentParams.value.modelValue = common.cloneDeep(props.morePageParams);
|
|
85
85
|
} else {
|
|
86
|
-
currentComponent.value =
|
|
86
|
+
currentComponent.value = Table.default;
|
|
87
87
|
currentParams.value.initHiddenData = common.cloneDeep(props.morePageParams);
|
|
88
88
|
currentParams.value.hasPagination = true;
|
|
89
89
|
}
|
|
@@ -149,5 +149,5 @@ const _sfc_main = {
|
|
|
149
149
|
};
|
|
150
150
|
}
|
|
151
151
|
};
|
|
152
|
-
const _LayoutCard = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
152
|
+
const _LayoutCard = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-c90689d4"]]);
|
|
153
153
|
exports.default = _LayoutCard;
|
|
@@ -900,5 +900,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
900
900
|
};
|
|
901
901
|
}
|
|
902
902
|
});
|
|
903
|
-
const
|
|
904
|
-
exports.default =
|
|
903
|
+
const Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-c35f81ee"]]);
|
|
904
|
+
exports.default = Table;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const cloneDeep$1 = require("../../../../node_modules/lodash-es/cloneDeep.js");
|
|
4
3
|
const isEqual$1 = require("../../../../node_modules/lodash-es/isEqual.js");
|
|
4
|
+
const cloneDeep$1 = require("../../../../node_modules/lodash-es/cloneDeep.js");
|
|
5
5
|
function cloneDeep(data) {
|
|
6
6
|
return cloneDeep$1.default(data);
|
|
7
7
|
}
|