@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { toValue, tryOnScopeDispose, noop, isObject, isClient, tryOnMounted, isIOS,
|
|
1
|
+
import { toValue, tryOnScopeDispose, noop, isObject, isClient, notNullish, tryOnMounted, isIOS, isDef } from "../shared/index.mjs";
|
|
2
2
|
import { clamp, computedEager, createFilterWrapper, debounceFilter, debouncedRef, computedEager as computedEager2, getLifeCycleTarget, reactiveComputed, debouncedRef as debouncedRef2, throttleFilter, toReactive, debouncedRef as debouncedRef3, useDebounceFn, useThrottleFn, useTimeoutFn } from "../shared/index.mjs";
|
|
3
3
|
import { computed, watch, ref, getCurrentInstance, onMounted, watchEffect, nextTick } from "vue";
|
|
4
4
|
const defaultWindow = isClient ? window : void 0;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { unref, getCurrentScope, onScopeDispose, shallowRef, watchEffect, readonly, ref, onMounted, nextTick, getCurrentInstance, watch, computed,
|
|
1
|
+
import { unref, getCurrentScope, onScopeDispose, isRef, shallowRef, watchEffect, readonly, ref, onMounted, nextTick, getCurrentInstance, watch, computed, reactive } from "vue";
|
|
2
2
|
function computedEager(fn, options) {
|
|
3
3
|
var _a;
|
|
4
4
|
const result = shallowRef();
|
|
@@ -4,6 +4,8 @@ import "../../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
6
|
/* empty css */
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
7
9
|
/* empty css */
|
|
8
10
|
/* empty css */
|
|
9
11
|
import { ref, watch, nextTick, resolveComponent, createElementBlock, openBlock, createVNode, withCtx, Fragment, renderList, unref, createBlock, createElementVNode, createCommentVNode, toDisplayString, createTextVNode, isRef } from "vue";
|
|
@@ -14,6 +16,7 @@ import ApproveIdea from "./ApproveIdea.vue.mjs";
|
|
|
14
16
|
import { ElScrollbar } from "../../../../../../node_modules/element-plus/es/components/scrollbar/index.mjs";
|
|
15
17
|
import { ElTimeline, ElTimelineItem } from "../../../../../../node_modules/element-plus/es/components/timeline/index.mjs";
|
|
16
18
|
import { ElButton } from "../../../../../../node_modules/element-plus/es/components/button/index.mjs";
|
|
19
|
+
import { ElImage } from "../../../../../../node_modules/element-plus/es/components/image/index.mjs";
|
|
17
20
|
import { ElDrawer } from "../../../../../../node_modules/element-plus/es/components/drawer/index.mjs";
|
|
18
21
|
const _hoisted_1 = { class: "header" };
|
|
19
22
|
const _hoisted_2 = { class: "app nodeName" };
|
|
@@ -174,6 +177,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
174
177
|
return (_ctx, _cache) => {
|
|
175
178
|
const _component_el_button = ElButton;
|
|
176
179
|
const _component_el_timeline_item = ElTimelineItem;
|
|
180
|
+
const _component_el_image = ElImage;
|
|
177
181
|
const _component_el_timeline = ElTimeline;
|
|
178
182
|
const _component_el_scrollbar = ElScrollbar;
|
|
179
183
|
const _component_FecTimeLine = resolveComponent("FecTimeLine");
|
|
@@ -258,7 +262,13 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
258
262
|
]),
|
|
259
263
|
node.taskType == "task" ? (openBlock(), createElementBlock("span", _hoisted_27, [
|
|
260
264
|
_cache[4] || (_cache[4] = createTextVNode("处理人:")),
|
|
261
|
-
createElementVNode("span", _hoisted_28, toDisplayString(node.assigneeName), 1)
|
|
265
|
+
createElementVNode("span", _hoisted_28, toDisplayString(node.assigneeName), 1),
|
|
266
|
+
node.signedFile ? (openBlock(), createBlock(_component_el_image, {
|
|
267
|
+
key: 0,
|
|
268
|
+
src: node.signedFile,
|
|
269
|
+
class: "signed-file",
|
|
270
|
+
fit: "contain"
|
|
271
|
+
}, null, 8, ["src"])) : createCommentVNode("", true)
|
|
262
272
|
])) : createCommentVNode("", true),
|
|
263
273
|
node.taskType == "callActivity" ? (openBlock(), createElementBlock("span", _hoisted_29, [
|
|
264
274
|
createVNode(_component_el_button, {
|
|
@@ -293,7 +303,13 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
293
303
|
]),
|
|
294
304
|
createElementVNode("span", _hoisted_37, [
|
|
295
305
|
_cache[8] || (_cache[8] = createTextVNode("处理人:")),
|
|
296
|
-
createElementVNode("span", _hoisted_38, toDisplayString(sign.assigneeName), 1)
|
|
306
|
+
createElementVNode("span", _hoisted_38, toDisplayString(sign.assigneeName), 1),
|
|
307
|
+
sign.signedFile ? (openBlock(), createBlock(_component_el_image, {
|
|
308
|
+
key: 0,
|
|
309
|
+
src: sign.signedFile,
|
|
310
|
+
class: "signed-file",
|
|
311
|
+
fit: "contain"
|
|
312
|
+
}, null, 8, ["src"])) : createCommentVNode("", true)
|
|
297
313
|
]),
|
|
298
314
|
_cache[9] || (_cache[9] = createElementVNode("div", { class: "addNodeList" }, null, -1))
|
|
299
315
|
])
|
|
@@ -2,12 +2,15 @@ import "../../../../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
|
+
/* empty css */
|
|
6
|
+
/* empty css */
|
|
5
7
|
/* empty css */
|
|
6
8
|
import { createElementBlock, openBlock, createVNode, withCtx, Fragment, renderList, createBlock, createElementVNode, createCommentVNode, toDisplayString, createTextVNode } from "vue";
|
|
7
9
|
/* empty css */
|
|
8
10
|
import _export_sfc from "../../../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
9
11
|
import { ElScrollbar } from "../../../../../../../../node_modules/element-plus/es/components/scrollbar/index.mjs";
|
|
10
12
|
import { ElTimeline, ElTimelineItem } from "../../../../../../../../node_modules/element-plus/es/components/timeline/index.mjs";
|
|
13
|
+
import { ElImage } from "../../../../../../../../node_modules/element-plus/es/components/image/index.mjs";
|
|
11
14
|
const _hoisted_1 = { class: "flowChartTimeline" };
|
|
12
15
|
const _hoisted_2 = { class: "header" };
|
|
13
16
|
const _hoisted_3 = { class: "app nodeName" };
|
|
@@ -120,6 +123,7 @@ const _sfc_main = {
|
|
|
120
123
|
}
|
|
121
124
|
return (_ctx, _cache) => {
|
|
122
125
|
const _component_el_timeline_item = ElTimelineItem;
|
|
126
|
+
const _component_el_image = ElImage;
|
|
123
127
|
const _component_el_timeline = ElTimeline;
|
|
124
128
|
const _component_el_scrollbar = ElScrollbar;
|
|
125
129
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
@@ -186,7 +190,13 @@ const _sfc_main = {
|
|
|
186
190
|
]),
|
|
187
191
|
node.taskType == "task" ? (openBlock(), createElementBlock("span", _hoisted_30, [
|
|
188
192
|
_cache[2] || (_cache[2] = createTextVNode("处理人:")),
|
|
189
|
-
createElementVNode("span", _hoisted_31, toDisplayString(node.assigneeName), 1)
|
|
193
|
+
createElementVNode("span", _hoisted_31, toDisplayString(node.assigneeName), 1),
|
|
194
|
+
node.signedFile ? (openBlock(), createBlock(_component_el_image, {
|
|
195
|
+
key: 0,
|
|
196
|
+
src: node.signedFile,
|
|
197
|
+
class: "signed-file",
|
|
198
|
+
fit: "contain"
|
|
199
|
+
}, null, 8, ["src"])) : createCommentVNode("", true)
|
|
190
200
|
])) : createCommentVNode("", true),
|
|
191
201
|
_cache[3] || (_cache[3] = createElementVNode("div", { class: "addNodeList" }, null, -1))
|
|
192
202
|
])
|
|
@@ -208,7 +218,13 @@ const _sfc_main = {
|
|
|
208
218
|
]),
|
|
209
219
|
createElementVNode("span", _hoisted_41, [
|
|
210
220
|
_cache[5] || (_cache[5] = createTextVNode("处理人:")),
|
|
211
|
-
createElementVNode("span", _hoisted_42, toDisplayString(sign.assigneeName), 1)
|
|
221
|
+
createElementVNode("span", _hoisted_42, toDisplayString(sign.assigneeName), 1),
|
|
222
|
+
sign.signedFile ? (openBlock(), createBlock(_component_el_image, {
|
|
223
|
+
key: 0,
|
|
224
|
+
src: sign.signedFile,
|
|
225
|
+
class: "signed-file",
|
|
226
|
+
fit: "contain"
|
|
227
|
+
}, null, 8, ["src"])) : createCommentVNode("", true)
|
|
212
228
|
]),
|
|
213
229
|
_cache[6] || (_cache[6] = createElementVNode("div", { class: "addNodeList" }, null, -1))
|
|
214
230
|
])
|
|
@@ -235,7 +251,7 @@ const _sfc_main = {
|
|
|
235
251
|
};
|
|
236
252
|
}
|
|
237
253
|
};
|
|
238
|
-
const timeline = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
254
|
+
const timeline = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4d562e1e"]]);
|
|
239
255
|
export {
|
|
240
256
|
timeline as default
|
|
241
257
|
};
|
|
@@ -96,7 +96,7 @@ const _sfc_main = {
|
|
|
96
96
|
};
|
|
97
97
|
}
|
|
98
98
|
};
|
|
99
|
-
const _Layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
99
|
+
const _Layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2040a7cd"]]);
|
|
100
100
|
export {
|
|
101
101
|
_Layout as default
|
|
102
102
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index.
|
|
3
|
+
const index = require("./index.vue.js");
|
|
4
4
|
const Vue = require("vue");
|
|
5
5
|
function useDialogDialog() {
|
|
6
6
|
const dialogDialogVisible = Vue.ref(false);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index.
|
|
3
|
+
const index = require("./index.vue.js");
|
|
4
4
|
const Vue = require("vue");
|
|
5
5
|
function useDialogGlobalDialog() {
|
|
6
6
|
const dialogGlobalDialogVisible = Vue.ref(false);
|
|
@@ -54,8 +54,8 @@ const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_exp
|
|
|
54
54
|
require("../../../components/TemplateSelector.vue.js");
|
|
55
55
|
require("../../table/default.js");
|
|
56
56
|
;/* empty css */
|
|
57
|
-
;/* empty css
|
|
58
|
-
;/* empty css
|
|
57
|
+
;/* empty css */
|
|
58
|
+
;/* empty css */
|
|
59
59
|
require("../../../store/index.js");
|
|
60
60
|
;/* empty css */
|
|
61
61
|
const index$2 = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|