@fecp/designer 5.4.119 → 5.4.120
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/components/DocumentParam.vue.mjs +1 -1
- package/es/designer/src/components/ParamsConfig.vue2.mjs +1 -1
- package/es/designer/src/layout/aside/HiddenFieldDialog.vue.mjs +1 -1
- package/es/designer/src/packages/advancedFilter/ValueInput.vue2.mjs +1 -1
- package/es/designer/src/packages/dataLinkage/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
- package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/contract.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/subForm.vue.mjs +1 -1
- package/es/designer/src/packages/prod/index.vue.mjs +1 -1
- package/es/designer/src/packages/table/headerBtn.vue.mjs +1 -1
- package/es/designer.css +235 -235
- 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/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/src/components/DocumentParam.vue.js +1 -1
- package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
- package/lib/designer/src/layout/aside/HiddenFieldDialog.vue.js +1 -1
- package/lib/designer/src/packages/advancedFilter/ValueInput.vue2.js +1 -1
- package/lib/designer/src/packages/dataLinkage/index.vue.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
- package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +1 -1
- package/lib/designer/src/packages/form/property/approvalHistory.vue.js +1 -1
- package/lib/designer/src/packages/form/property/contract.vue.js +1 -1
- package/lib/designer/src/packages/form/property/subForm.vue.js +1 -1
- package/lib/designer/src/packages/prod/index.vue.js +1 -1
- package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
- package/lib/designer.css +235 -235
- 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/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 = require("../../min-dash/dist/index.esm.js");
|
|
4
|
-
const index_esm
|
|
3
|
+
const index_esm$1 = require("../../min-dash/dist/index.esm.js");
|
|
4
|
+
const index_esm = 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.assign({}, j, t), this._moddle = this._createModdle(t), this._container = this._createContainer(t), O(this._container), this._init(this._container, this._moddle, t);
|
|
13
|
+
t = index_esm$1.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
|
|
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();
|
|
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
|
|
130
|
+
Diagram.default.prototype.destroy.call(this), index_esm.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
|
|
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();
|
|
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.assign(index_esm.omit(n, ["additionalModules"]), {
|
|
157
|
-
canvas: index_esm.assign({}, n.canvas, { container: t }),
|
|
156
|
+
], o = [].concat(i, r, c), a = index_esm$1.assign(index_esm$1.omit(n, ["additionalModules"]), {
|
|
157
|
+
canvas: index_esm$1.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
|
|
167
|
-
return index_esm
|
|
166
|
+
const e = index_esm.domify('<div class="bjs-container"></div>');
|
|
167
|
+
return index_esm.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.assign({}, this._moddleExtensions, t.moddleExtensions);
|
|
174
|
+
const e = index_esm$1.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.isNumber(t) ? "px" : "");
|
|
191
|
+
return t + (index_esm$1.isNumber(t) ? "px" : "");
|
|
192
192
|
}
|
|
193
193
|
function I(t, e) {
|
|
194
|
-
return e && index_esm.find(t.diagrams, function(n) {
|
|
194
|
+
return e && index_esm$1.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
|
|
200
|
-
index_esm
|
|
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, {
|
|
201
201
|
position: "absolute",
|
|
202
202
|
bottom: "15px",
|
|
203
203
|
right: "15px",
|
|
204
204
|
zIndex: "100"
|
|
205
|
-
}), t.appendChild(r), index_esm
|
|
205
|
+
}), t.appendChild(r), index_esm.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
|
|
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,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;
|