@fecp/designer 5.4.118 → 5.4.119
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.css +242 -242
- 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/components/input/src/input.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/node_modules/element-plus/es/utils/vue/icon.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/h-vue3-flow/es/node_modules/bpmn-js/lib/BaseViewer.mjs +2 -2
- 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 +3 -3
- package/es/packages/vue/src/components/forms/index.mjs +2 -0
- 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/lib/designer/package.json.js +1 -1
- package/lib/designer.css +242 -242
- package/lib/node_modules/h-vue3-flow/es/node_modules/bpmn-js/lib/BaseViewer.js +16 -16
- package/lib/node_modules/vxe-table/es/ui/src/utils.js +5 -5
- package/lib/packages/vue/src/components/all.js +40 -40
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +5 -5
- package/lib/packages/vue/src/components/forms/index.js +4 -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/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const index_esm
|
|
4
|
-
const index_esm = require("../../min-dom/dist/index.esm.js");
|
|
3
|
+
const index_esm = require("../../min-dash/dist/index.esm.js");
|
|
4
|
+
const index_esm$1 = require("../../min-dom/dist/index.esm.js");
|
|
5
5
|
const index_esm$3 = require("../../tiny-svg/dist/index.esm.js");
|
|
6
6
|
const index_esm$2 = require("../../bpmn-moddle/dist/index.esm.js");
|
|
7
7
|
const index_es = require("../../inherits-browser/dist/index.es.js");
|
|
@@ -10,7 +10,7 @@ const CompatibilityUtil = require("./util/CompatibilityUtil.js");
|
|
|
10
10
|
const PoweredByUtil = require("./util/PoweredByUtil.js");
|
|
11
11
|
const Diagram = require("../../diagram-js/lib/Diagram.js");
|
|
12
12
|
function s(t) {
|
|
13
|
-
t = index_esm
|
|
13
|
+
t = index_esm.assign({}, j, t), this._moddle = this._createModdle(t), this._container = this._createContainer(t), O(this._container), this._init(this._container, this._moddle, t);
|
|
14
14
|
}
|
|
15
15
|
index_es.default(s, Diagram.default);
|
|
16
16
|
s.prototype.importXML = CompatibilityUtil.wrapForCompatibility(async function(e, n) {
|
|
@@ -102,7 +102,7 @@ s.prototype.saveSVG = CompatibilityUtil.wrapForCompatibility(async function(e =
|
|
|
102
102
|
this._emit("saveSVG.start");
|
|
103
103
|
let n, r;
|
|
104
104
|
try {
|
|
105
|
-
const c = this.get("canvas"), i = c.getActiveLayer(), o = index_esm.query("defs", c._svg), a = index_esm$3.innerSVG(i), m = o ? "<defs>" + index_esm$3.innerSVG(o) + "</defs>" : "", d = i.getBBox();
|
|
105
|
+
const c = this.get("canvas"), i = c.getActiveLayer(), o = index_esm$1.query("defs", c._svg), a = index_esm$3.innerSVG(i), m = o ? "<defs>" + index_esm$3.innerSVG(o) + "</defs>" : "", d = i.getBBox();
|
|
106
106
|
n = `<?xml version="1.0" encoding="utf-8"?>
|
|
107
107
|
<!-- created with bpmn-js / http://bpmn.io -->
|
|
108
108
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
@@ -127,7 +127,7 @@ s.prototype.clear = function() {
|
|
|
127
127
|
this.getDefinitions() && Diagram.default.prototype.clear.call(this);
|
|
128
128
|
};
|
|
129
129
|
s.prototype.destroy = function() {
|
|
130
|
-
Diagram.default.prototype.destroy.call(this), index_esm.remove(this._container);
|
|
130
|
+
Diagram.default.prototype.destroy.call(this), index_esm$1.remove(this._container);
|
|
131
131
|
};
|
|
132
132
|
s.prototype.on = function(t, e, n, r) {
|
|
133
133
|
return this.get("eventBus").on(t, e, n, r);
|
|
@@ -138,7 +138,7 @@ s.prototype.off = function(t, e) {
|
|
|
138
138
|
s.prototype.attachTo = function(t) {
|
|
139
139
|
if (!t)
|
|
140
140
|
throw new Error("parentNode required");
|
|
141
|
-
this.detach(), t.get && t.constructor.prototype.jquery && (t = t.get(0)), typeof t == "string" && (t = index_esm.query(t)), t.appendChild(this._container), this._emit("attach", {}), this.get("canvas").resized();
|
|
141
|
+
this.detach(), t.get && t.constructor.prototype.jquery && (t = t.get(0)), typeof t == "string" && (t = index_esm$1.query(t)), t.appendChild(this._container), this._emit("attach", {}), this.get("canvas").resized();
|
|
142
142
|
};
|
|
143
143
|
s.prototype.getDefinitions = function() {
|
|
144
144
|
return this._definitions;
|
|
@@ -153,8 +153,8 @@ s.prototype._init = function(t, e, n) {
|
|
|
153
153
|
bpmnjs: ["value", this],
|
|
154
154
|
moddle: ["value", e]
|
|
155
155
|
}
|
|
156
|
-
], o = [].concat(i, r, c), a = index_esm
|
|
157
|
-
canvas: index_esm
|
|
156
|
+
], o = [].concat(i, r, c), a = index_esm.assign(index_esm.omit(n, ["additionalModules"]), {
|
|
157
|
+
canvas: index_esm.assign({}, n.canvas, { container: t }),
|
|
158
158
|
modules: o
|
|
159
159
|
});
|
|
160
160
|
Diagram.default.call(this, a), n && n.container && this.attachTo(n.container);
|
|
@@ -163,15 +163,15 @@ s.prototype._emit = function(t, e) {
|
|
|
163
163
|
return this.get("eventBus").fire(t, e);
|
|
164
164
|
};
|
|
165
165
|
s.prototype._createContainer = function(t) {
|
|
166
|
-
const e = index_esm.domify('<div class="bjs-container"></div>');
|
|
167
|
-
return index_esm.assignStyle(e, {
|
|
166
|
+
const e = index_esm$1.domify('<div class="bjs-container"></div>');
|
|
167
|
+
return index_esm$1.assignStyle(e, {
|
|
168
168
|
width: v(t.width),
|
|
169
169
|
height: v(t.height),
|
|
170
170
|
position: t.position
|
|
171
171
|
}), e;
|
|
172
172
|
};
|
|
173
173
|
s.prototype._createModdle = function(t) {
|
|
174
|
-
const e = index_esm
|
|
174
|
+
const e = index_esm.assign({}, this._moddleExtensions, t.moddleExtensions);
|
|
175
175
|
return new index_esm$2.default(e);
|
|
176
176
|
};
|
|
177
177
|
s.prototype._modules = [];
|
|
@@ -188,21 +188,21 @@ const j = {
|
|
|
188
188
|
position: "relative"
|
|
189
189
|
};
|
|
190
190
|
function v(t) {
|
|
191
|
-
return t + (index_esm
|
|
191
|
+
return t + (index_esm.isNumber(t) ? "px" : "");
|
|
192
192
|
}
|
|
193
193
|
function I(t, e) {
|
|
194
|
-
return e && index_esm
|
|
194
|
+
return e && index_esm.find(t.diagrams, function(n) {
|
|
195
195
|
return n.id === e;
|
|
196
196
|
}) || null;
|
|
197
197
|
}
|
|
198
198
|
function O(t) {
|
|
199
|
-
const n = '<a href="http://bpmn.io" target="_blank" class="bjs-powered-by" title="Powered by bpmn.io" >' + PoweredByUtil.BPMNIO_IMG + "</a>", r = index_esm.domify(n);
|
|
200
|
-
index_esm.assignStyle(index_esm.query("svg", r), PoweredByUtil.LOGO_STYLES), index_esm.assignStyle(r, PoweredByUtil.LINK_STYLES, {
|
|
199
|
+
const n = '<a href="http://bpmn.io" target="_blank" class="bjs-powered-by" title="Powered by bpmn.io" >' + PoweredByUtil.BPMNIO_IMG + "</a>", r = index_esm$1.domify(n);
|
|
200
|
+
index_esm$1.assignStyle(index_esm$1.query("svg", r), PoweredByUtil.LOGO_STYLES), index_esm$1.assignStyle(r, PoweredByUtil.LINK_STYLES, {
|
|
201
201
|
position: "absolute",
|
|
202
202
|
bottom: "15px",
|
|
203
203
|
right: "15px",
|
|
204
204
|
zIndex: "100"
|
|
205
|
-
}), t.appendChild(r), index_esm.event.bind(r, "click", function(c) {
|
|
205
|
+
}), t.appendChild(r), index_esm$1.event.bind(r, "click", function(c) {
|
|
206
206
|
PoweredByUtil.open(), c.preventDefault();
|
|
207
207
|
});
|
|
208
208
|
}
|
|
@@ -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 = require("../../../../@vxe-ui/core/es/index.esm.js");
|
|
5
|
-
const index_esm
|
|
6
|
-
const { getConfig } = index_esm.VxeUI;
|
|
4
|
+
const index_esm$1 = require("../../../../@vxe-ui/core/es/index.esm.js");
|
|
5
|
+
const index_esm = require("../../../../dom-zindex/es/index.esm.js");
|
|
6
|
+
const { getConfig } = index_esm$1.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
|
|
21
|
+
return index_esm.default.getNext();
|
|
22
22
|
}
|
|
23
23
|
function getLastZIndex() {
|
|
24
|
-
return index_esm
|
|
24
|
+
return index_esm.default.getCurrent();
|
|
25
25
|
}
|
|
26
26
|
function hasChildrenList(item) {
|
|
27
27
|
return item && item.children && item.children.length > 0;
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const index = require("./layout/index.js");
|
|
4
|
-
const index$2 = require("./forms/
|
|
5
|
-
const index$3 = require("./forms/
|
|
6
|
-
const index$4 = require("./forms/
|
|
7
|
-
const index$5 = require("./forms/
|
|
8
|
-
const index$6 = require("./forms/
|
|
9
|
-
const index$7 = require("./forms/
|
|
10
|
-
const index$8 = require("./forms/
|
|
11
|
-
const index$9 = require("./forms/
|
|
12
|
-
const index$a = require("./forms/
|
|
13
|
-
const index$b = require("./forms/
|
|
14
|
-
const index$c = require("./forms/
|
|
15
|
-
const index$d = require("./forms/
|
|
16
|
-
const index$e = require("./forms/
|
|
17
|
-
const index$f = require("./forms/
|
|
18
|
-
const index$g = require("./forms/
|
|
19
|
-
const index$h = require("./forms/
|
|
20
|
-
const index$i = require("./forms/
|
|
21
|
-
const index$j = require("./forms/
|
|
22
|
-
const index$k = require("./forms/
|
|
23
|
-
const index$l = require("./forms/
|
|
4
|
+
const index$2 = require("./forms/text/index.js");
|
|
5
|
+
const index$3 = require("./forms/textarea/index.js");
|
|
6
|
+
const index$4 = require("./forms/number/index.js");
|
|
7
|
+
const index$5 = require("./forms/date/index.js");
|
|
8
|
+
const index$6 = require("./forms/select/index.js");
|
|
9
|
+
const index$7 = require("./forms/multipleSelection/index.js");
|
|
10
|
+
const index$8 = require("./forms/radio/index.js");
|
|
11
|
+
const index$9 = require("./forms/checkbox/index.js");
|
|
12
|
+
const index$a = require("./forms/switch/index.js");
|
|
13
|
+
const index$b = require("./forms/upload/index.js");
|
|
14
|
+
const index$c = require("./forms/subTitle/index.js");
|
|
15
|
+
const index$d = require("./forms/h2/index.js");
|
|
16
|
+
const index$e = require("./forms/subForm/index.js");
|
|
17
|
+
const index$f = require("./forms/subTable/index.js");
|
|
18
|
+
const index$g = require("./forms/cascader/index.js");
|
|
19
|
+
const index$h = require("./forms/area/index.js");
|
|
20
|
+
const index$i = require("./forms/industry/index.js");
|
|
21
|
+
const index$j = require("./forms/userSelect/index.js");
|
|
22
|
+
const index$k = require("./forms/roleSelect/index.js");
|
|
23
|
+
const index$l = require("./forms/formItem/index.js");
|
|
24
24
|
const index$m = require("./forms/form/index.js");
|
|
25
25
|
const index$n = require("./table/index.js");
|
|
26
26
|
const index$o = require("./bus/approvalHistory/index.js");
|
|
@@ -31,26 +31,26 @@ const index$s = require("./details/main/index.js");
|
|
|
31
31
|
const index$t = require("./dialog/customDialog/index.js");
|
|
32
32
|
const index$1 = require("./layout/layoutCard/index.js");
|
|
33
33
|
exports.Layout = index.Layout;
|
|
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.
|
|
34
|
+
exports.Text = index$2.Text;
|
|
35
|
+
exports.Textarea = index$3.Textarea;
|
|
36
|
+
exports.Number = index$4.Number;
|
|
37
|
+
exports.Date = index$5.Date;
|
|
38
|
+
exports.Select = index$6.Select;
|
|
39
|
+
exports.MultipleSelection = index$7.MultipleSelection;
|
|
40
|
+
exports.Radio = index$8.Radio;
|
|
41
|
+
exports.Checkbox = index$9.Checkbox;
|
|
42
|
+
exports.Switch = index$a.Switch;
|
|
43
|
+
exports.Upload = index$b.Upload;
|
|
44
|
+
exports.SubTitle = index$c.SubTitle;
|
|
45
|
+
exports.H2 = index$d.H2;
|
|
46
|
+
exports.SubForm = index$e.SubForm;
|
|
47
|
+
exports.SubTable = index$f.SubTable;
|
|
48
|
+
exports.Cascader = index$g.Cascader;
|
|
49
|
+
exports.Area = index$h.Area;
|
|
50
|
+
exports.Industry = index$i.Industry;
|
|
51
|
+
exports.UserSelect = index$j.UserSelect;
|
|
52
|
+
exports.RoleSelect = index$k.RoleSelect;
|
|
53
|
+
exports.FormItem = index$l.FormItem;
|
|
54
54
|
exports.Form = index$m.Form;
|
|
55
55
|
exports.Table = index$n.Table;
|
|
56
56
|
exports.ApprovalHistory = index$o.ApprovalHistory;
|
|
@@ -12,7 +12,7 @@ const vue = require("vue");
|
|
|
12
12
|
require("../../../../../../node_modules/grid-layout-plus/es/index.js");
|
|
13
13
|
const getInstance = require("../../../utils/getInstance.js");
|
|
14
14
|
const getJsonAsyncUtil = require("../../../utils/getJsonAsyncUtil.js");
|
|
15
|
-
const
|
|
15
|
+
const index$6 = require("../formItem/index.js");
|
|
16
16
|
const datasource = require("../../../utils/datasource.js");
|
|
17
17
|
const validation = require("./validation.js");
|
|
18
18
|
const parseRouteParams = require("../../../utils/parseRouteParams.js");
|
|
@@ -44,7 +44,7 @@ const index$1 = require("../../../api/index.js");
|
|
|
44
44
|
const usePageEvents = require("../../../composables/usePageEvents.js");
|
|
45
45
|
const index$3 = require("../../details/header/index.js");
|
|
46
46
|
const index$4 = require("../../details/main/index.js");
|
|
47
|
-
const index$
|
|
47
|
+
const index$7 = require("../../details/footer/index.js");
|
|
48
48
|
const parseFilterConfig = require("../../../utils/parseFilterConfig.js");
|
|
49
49
|
const moment = require("../../../../../../node_modules/moment/dist/moment.js");
|
|
50
50
|
;/* empty css */
|
|
@@ -1058,7 +1058,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1058
1058
|
onLayoutUpdated: layoutUpdated
|
|
1059
1059
|
}, {
|
|
1060
1060
|
item: vue.withCtx(({ item: { component } }) => [
|
|
1061
|
-
vue.createVNode(FormItem
|
|
1061
|
+
vue.createVNode(vue.unref(index$6.FormItem), {
|
|
1062
1062
|
ref: (el) => setFormItemRef(el, component),
|
|
1063
1063
|
modelValue: formData.value[component.fieldName],
|
|
1064
1064
|
"onUpdate:modelValue": ($event) => formData.value[component.fieldName] = $event,
|
|
@@ -1086,7 +1086,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1086
1086
|
]),
|
|
1087
1087
|
_: 1
|
|
1088
1088
|
}, 8, ["scrollbar"]),
|
|
1089
|
-
!__props.isSubForm && !__props.isDialog && !__props.isApproval ? (vue.openBlock(), vue.createBlock(vue.unref(index$
|
|
1089
|
+
!__props.isSubForm && !__props.isDialog && !__props.isApproval ? (vue.openBlock(), vue.createBlock(vue.unref(index$7.footer), {
|
|
1090
1090
|
key: 0,
|
|
1091
1091
|
formMode: formMode.value,
|
|
1092
1092
|
pageFooterConfig: localConfig.value.pageFooterConfig,
|
|
@@ -1098,5 +1098,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1098
1098
|
};
|
|
1099
1099
|
}
|
|
1100
1100
|
});
|
|
1101
|
-
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
1101
|
+
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-cd5951a2"]]);
|
|
1102
1102
|
exports.default = _Form;
|
|
@@ -19,7 +19,8 @@ const index$f = require("./area/index.js");
|
|
|
19
19
|
const index$g = require("./industry/index.js");
|
|
20
20
|
const index$h = require("./userSelect/index.js");
|
|
21
21
|
const index$i = require("./roleSelect/index.js");
|
|
22
|
-
const index$j = require("./
|
|
22
|
+
const index$j = require("./formItem/index.js");
|
|
23
|
+
const index$k = require("./form/index.js");
|
|
23
24
|
exports.Text = index.Text;
|
|
24
25
|
exports.Textarea = index$1.Textarea;
|
|
25
26
|
exports.Number = index$2.Number;
|
|
@@ -39,4 +40,5 @@ exports.Area = index$f.Area;
|
|
|
39
40
|
exports.Industry = index$g.Industry;
|
|
40
41
|
exports.UserSelect = index$h.UserSelect;
|
|
41
42
|
exports.RoleSelect = index$i.RoleSelect;
|
|
42
|
-
exports.
|
|
43
|
+
exports.FormItem = index$j.FormItem;
|
|
44
|
+
exports.Form = index$k.Form;
|
|
@@ -1,6 +1,7 @@
|
|
|
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");
|
|
4
5
|
const index$1 = require("../subTitle/index.js");
|
|
5
6
|
const index = require("../h2/index.js");
|
|
6
7
|
const common = require("../../../utils/common.js");
|
|
@@ -134,7 +135,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
134
135
|
subFormRef: formRef
|
|
135
136
|
});
|
|
136
137
|
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(vue.unref(index$2.Form), {
|
|
149
149
|
ref_key: "formRef",
|
|
150
150
|
ref: formRef,
|
|
151
151
|
templateKey: vue.unref(templateKey),
|
|
@@ -4,6 +4,7 @@ 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");
|
|
7
8
|
const index$2 = require("../subTitle/index.js");
|
|
8
9
|
const index = require("../h2/index.js");
|
|
9
10
|
const parseRouteParams = require("../../../utils/parseRouteParams.js");
|
|
@@ -136,7 +137,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
136
137
|
});
|
|
137
138
|
return (_ctx, _cache) => {
|
|
138
139
|
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(vue.unref(index$3.Table), {
|
|
192
192
|
ref_key: "tableRef",
|
|
193
193
|
ref: tableRef,
|
|
194
194
|
templateKey: __props.config.subTableKey,
|
|
@@ -6,6 +6,7 @@ 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");
|
|
9
10
|
const common = require("../../utils/common.js");
|
|
10
11
|
;/* empty css */
|
|
11
12
|
const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
@@ -47,7 +48,6 @@ const _sfc_main = {
|
|
|
47
48
|
emit("loaded", common.cloneDeep(formData2));
|
|
48
49
|
}
|
|
49
50
|
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(vue.unref(index$3.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-02819e85"]]);
|
|
99
99
|
exports.default = _Layout;
|