@fecp/designer 5.6.3 → 5.6.5
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/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
- package/es/designer.css +51 -38
- package/es/node_modules/element-plus/node_modules/@vueuse/core/index.mjs +1 -1
- package/es/node_modules/element-plus/node_modules/@vueuse/shared/index.mjs +1 -1
- package/es/packages/vue/src/components/bus/approvalHistory/timeLine.vue.mjs +18 -2
- package/es/packages/vue/src/components/bus/flowChart/bpmnjs/component/timeline.vue.mjs +19 -3
- package/es/packages/vue/src/components/layout/Layout.vue.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/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
- package/lib/designer.css +51 -38
- package/lib/packages/vue/src/components/bus/approvalHistory/timeLine.vue.js +20 -4
- package/lib/packages/vue/src/components/bus/flowChart/bpmnjs/component/timeline.vue.js +19 -3
- package/lib/packages/vue/src/components/layout/Layout.vue.js +1 -1
- package/package.json +1 -1
|
@@ -6,6 +6,8 @@ require("../../../../../../node_modules/element-plus/es/index.js");
|
|
|
6
6
|
;/* empty css */
|
|
7
7
|
;/* empty css */
|
|
8
8
|
;/* empty css */
|
|
9
|
+
;/* empty css */
|
|
10
|
+
;/* empty css */
|
|
9
11
|
;/* empty css */
|
|
10
12
|
;/* empty css */
|
|
11
13
|
const Vue = require("vue");
|
|
@@ -16,7 +18,8 @@ const ApproveIdea = require("./ApproveIdea.vue.js");
|
|
|
16
18
|
const index$1 = require("../../../../../../node_modules/element-plus/es/components/scrollbar/index.js");
|
|
17
19
|
const index$2 = require("../../../../../../node_modules/element-plus/es/components/timeline/index.js");
|
|
18
20
|
const index$3 = require("../../../../../../node_modules/element-plus/es/components/button/index.js");
|
|
19
|
-
const index$4 = require("../../../../../../node_modules/element-plus/es/components/
|
|
21
|
+
const index$4 = require("../../../../../../node_modules/element-plus/es/components/image/index.js");
|
|
22
|
+
const index$5 = require("../../../../../../node_modules/element-plus/es/components/drawer/index.js");
|
|
20
23
|
const _hoisted_1 = { class: "header" };
|
|
21
24
|
const _hoisted_2 = { class: "app nodeName" };
|
|
22
25
|
const _hoisted_3 = { class: "createTime" };
|
|
@@ -176,10 +179,11 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
176
179
|
return (_ctx, _cache) => {
|
|
177
180
|
const _component_el_button = index$3.ElButton;
|
|
178
181
|
const _component_el_timeline_item = index$2.ElTimelineItem;
|
|
182
|
+
const _component_el_image = index$4.ElImage;
|
|
179
183
|
const _component_el_timeline = index$2.ElTimeline;
|
|
180
184
|
const _component_el_scrollbar = index$1.ElScrollbar;
|
|
181
185
|
const _component_FecTimeLine = Vue.resolveComponent("FecTimeLine");
|
|
182
|
-
const _component_el_drawer = index$
|
|
186
|
+
const _component_el_drawer = index$5.ElDrawer;
|
|
183
187
|
return Vue.openBlock(), Vue.createElementBlock("div", {
|
|
184
188
|
class: "flowTimeline",
|
|
185
189
|
ref_key: "flowTimelineRef",
|
|
@@ -260,7 +264,13 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
260
264
|
]),
|
|
261
265
|
node.taskType == "task" ? (Vue.openBlock(), Vue.createElementBlock("span", _hoisted_27, [
|
|
262
266
|
_cache[4] || (_cache[4] = Vue.createTextVNode("处理人:")),
|
|
263
|
-
Vue.createElementVNode("span", _hoisted_28, Vue.toDisplayString(node.assigneeName), 1)
|
|
267
|
+
Vue.createElementVNode("span", _hoisted_28, Vue.toDisplayString(node.assigneeName), 1),
|
|
268
|
+
node.signedFile ? (Vue.openBlock(), Vue.createBlock(_component_el_image, {
|
|
269
|
+
key: 0,
|
|
270
|
+
src: node.signedFile,
|
|
271
|
+
class: "signed-file",
|
|
272
|
+
fit: "contain"
|
|
273
|
+
}, null, 8, ["src"])) : Vue.createCommentVNode("", true)
|
|
264
274
|
])) : Vue.createCommentVNode("", true),
|
|
265
275
|
node.taskType == "callActivity" ? (Vue.openBlock(), Vue.createElementBlock("span", _hoisted_29, [
|
|
266
276
|
Vue.createVNode(_component_el_button, {
|
|
@@ -295,7 +305,13 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
295
305
|
]),
|
|
296
306
|
Vue.createElementVNode("span", _hoisted_37, [
|
|
297
307
|
_cache[8] || (_cache[8] = Vue.createTextVNode("处理人:")),
|
|
298
|
-
Vue.createElementVNode("span", _hoisted_38, Vue.toDisplayString(sign.assigneeName), 1)
|
|
308
|
+
Vue.createElementVNode("span", _hoisted_38, Vue.toDisplayString(sign.assigneeName), 1),
|
|
309
|
+
sign.signedFile ? (Vue.openBlock(), Vue.createBlock(_component_el_image, {
|
|
310
|
+
key: 0,
|
|
311
|
+
src: sign.signedFile,
|
|
312
|
+
class: "signed-file",
|
|
313
|
+
fit: "contain"
|
|
314
|
+
}, null, 8, ["src"])) : Vue.createCommentVNode("", true)
|
|
299
315
|
]),
|
|
300
316
|
_cache[9] || (_cache[9] = Vue.createElementVNode("div", { class: "addNodeList" }, null, -1))
|
|
301
317
|
])
|
|
@@ -4,12 +4,15 @@ require("../../../../../../../../node_modules/element-plus/es/index.js");
|
|
|
4
4
|
;/* empty css */
|
|
5
5
|
;/* empty css */
|
|
6
6
|
;/* empty css */
|
|
7
|
+
;/* empty css */
|
|
8
|
+
;/* empty css */
|
|
7
9
|
;/* empty css */
|
|
8
10
|
const Vue = require("vue");
|
|
9
11
|
;/* empty css */
|
|
10
12
|
const _pluginVue_exportHelper = require("../../../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
11
13
|
const index = require("../../../../../../../../node_modules/element-plus/es/components/scrollbar/index.js");
|
|
12
14
|
const index$1 = require("../../../../../../../../node_modules/element-plus/es/components/timeline/index.js");
|
|
15
|
+
const index$2 = require("../../../../../../../../node_modules/element-plus/es/components/image/index.js");
|
|
13
16
|
const _hoisted_1 = { class: "flowChartTimeline" };
|
|
14
17
|
const _hoisted_2 = { class: "header" };
|
|
15
18
|
const _hoisted_3 = { class: "app nodeName" };
|
|
@@ -122,6 +125,7 @@ const _sfc_main = {
|
|
|
122
125
|
}
|
|
123
126
|
return (_ctx, _cache) => {
|
|
124
127
|
const _component_el_timeline_item = index$1.ElTimelineItem;
|
|
128
|
+
const _component_el_image = index$2.ElImage;
|
|
125
129
|
const _component_el_timeline = index$1.ElTimeline;
|
|
126
130
|
const _component_el_scrollbar = index.ElScrollbar;
|
|
127
131
|
return Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, [
|
|
@@ -188,7 +192,13 @@ const _sfc_main = {
|
|
|
188
192
|
]),
|
|
189
193
|
node.taskType == "task" ? (Vue.openBlock(), Vue.createElementBlock("span", _hoisted_30, [
|
|
190
194
|
_cache[2] || (_cache[2] = Vue.createTextVNode("处理人:")),
|
|
191
|
-
Vue.createElementVNode("span", _hoisted_31, Vue.toDisplayString(node.assigneeName), 1)
|
|
195
|
+
Vue.createElementVNode("span", _hoisted_31, Vue.toDisplayString(node.assigneeName), 1),
|
|
196
|
+
node.signedFile ? (Vue.openBlock(), Vue.createBlock(_component_el_image, {
|
|
197
|
+
key: 0,
|
|
198
|
+
src: node.signedFile,
|
|
199
|
+
class: "signed-file",
|
|
200
|
+
fit: "contain"
|
|
201
|
+
}, null, 8, ["src"])) : Vue.createCommentVNode("", true)
|
|
192
202
|
])) : Vue.createCommentVNode("", true),
|
|
193
203
|
_cache[3] || (_cache[3] = Vue.createElementVNode("div", { class: "addNodeList" }, null, -1))
|
|
194
204
|
])
|
|
@@ -210,7 +220,13 @@ const _sfc_main = {
|
|
|
210
220
|
]),
|
|
211
221
|
Vue.createElementVNode("span", _hoisted_41, [
|
|
212
222
|
_cache[5] || (_cache[5] = Vue.createTextVNode("处理人:")),
|
|
213
|
-
Vue.createElementVNode("span", _hoisted_42, Vue.toDisplayString(sign.assigneeName), 1)
|
|
223
|
+
Vue.createElementVNode("span", _hoisted_42, Vue.toDisplayString(sign.assigneeName), 1),
|
|
224
|
+
sign.signedFile ? (Vue.openBlock(), Vue.createBlock(_component_el_image, {
|
|
225
|
+
key: 0,
|
|
226
|
+
src: sign.signedFile,
|
|
227
|
+
class: "signed-file",
|
|
228
|
+
fit: "contain"
|
|
229
|
+
}, null, 8, ["src"])) : Vue.createCommentVNode("", true)
|
|
214
230
|
]),
|
|
215
231
|
_cache[6] || (_cache[6] = Vue.createElementVNode("div", { class: "addNodeList" }, null, -1))
|
|
216
232
|
])
|
|
@@ -237,5 +253,5 @@ const _sfc_main = {
|
|
|
237
253
|
};
|
|
238
254
|
}
|
|
239
255
|
};
|
|
240
|
-
const timeline = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
256
|
+
const timeline = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-4d562e1e"]]);
|
|
241
257
|
exports.default = timeline;
|
|
@@ -98,5 +98,5 @@ const _sfc_main = {
|
|
|
98
98
|
};
|
|
99
99
|
}
|
|
100
100
|
};
|
|
101
|
-
const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
101
|
+
const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-2040a7cd"]]);
|
|
102
102
|
exports.default = _Layout;
|