ddy-process-h5 1.0.1-rc.3.109 → 1.0.1-rc.3.111
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/package.json +1 -1
- package/v2/ddy-process-h5.js +4 -6
- package/v2/ddy-process-h5.umd.cjs +2 -2
- package/v2.7/ddy-process-h5.js +192 -194
- package/v2.7/ddy-process-h5.umd.cjs +9 -9
- package/v3/ddy-process-h5.js +4 -6
- package/v3/ddy-process-h5.umd.cjs +1 -1
package/package.json
CHANGED
package/v2/ddy-process-h5.js
CHANGED
|
@@ -15609,14 +15609,12 @@ function rh(e) {
|
|
|
15609
15609
|
n,
|
|
15610
15610
|
"YYYY-MM-DD HH:mm"
|
|
15611
15611
|
)}</span><br>`), a && a.length > 0) {
|
|
15612
|
-
let
|
|
15613
|
-
|
|
15612
|
+
let p, { type: h, fullMessage: d } = a.find((y) => y.action == "AddComment") || {};
|
|
15613
|
+
h == "assigneeComment" && (p = "\u53D8\u66F4\u5BA1\u6838\u4EBA\uFF1A" + d, o.class = "nodeWarn"), h == "dispatchComment" && (p = "\u8C03\u5EA6\uFF1A" + d, o.class = "nodeWarn"), h == "transferComment" && (p = "\u8F6C\u529E\uFF1A" + d, o.class = "nodeWarn"), h == "delegateComment" && (p = "\u59D4\u6258\uFF1A" + d, o.class = "nodeWarn"), h == "rollbackComment" && (p = "\u6307\u5B9A\u56DE\u9000\uFF1A" + d, o.class = "nodeError"), h == "terminateComment" && (p = "\u7EC8\u6B62\uFF1A" + d, o.class = "nodeError"), (h == "addMultiInstanceComment" || (h || "").includes("\u52A0\u7B7E")) && (p = "\u52A0\u7B7E\uFF1A" + d, o.class = "nodeWarn"), h == "deleteMultiInstanceComment" && (p = "\u51CF\u7B7E\uFF1A" + d, o.class = "nodeError"), h == "withdrawComment" && (p = "\u64A4\u9500\uFF1A" + d, o.class = "nodeWarn"), h == "deleteProcessComment" && (p = "\u5220\u9664\u6D41\u7A0B\uFF1A" + d, o.class = "nodeError"), h == "cancelProcessComment" && (p = "\u62D2\u7EDD\uFF1A" + d, o.class = "nodeError"), h == "comment" && (p = "\u5BA1\u6279\uFF1A" + d, o.class = "nodeSuccess"), p && (l += `<span title='${p}'>${p}</span>`);
|
|
15614
15614
|
}
|
|
15615
15615
|
o.tooltip = l;
|
|
15616
15616
|
}
|
|
15617
|
-
i.historyActivityType == "sequenceFlow" ? o.class = "lineWarn" : !o.class && i.historyActivityType != "candidate" && (o.class = "nodeSuccess")
|
|
15618
|
-
const p = t.findIndex((h) => h.id == i.historyActivityId);
|
|
15619
|
-
p != -1 ? t.splice(p, 1, o) : t.push({
|
|
15617
|
+
i.historyActivityType == "sequenceFlow" ? o.class = "lineWarn" : !o.class && i.historyActivityType != "candidate" && (o.class = "nodeSuccess"), t.push({
|
|
15620
15618
|
...i,
|
|
15621
15619
|
...o
|
|
15622
15620
|
});
|
|
@@ -25354,7 +25352,7 @@ function m3(e) {
|
|
|
25354
25352
|
}
|
|
25355
25353
|
const S3 = /* @__PURE__ */ function() {
|
|
25356
25354
|
return f3.exports;
|
|
25357
|
-
}(), g3 = "ddy-process-h5", y3 = "1.0.1-rc.3.
|
|
25355
|
+
}(), g3 = "ddy-process-h5", y3 = "1.0.1-rc.3.111", v3 = "> app\u7AEF \u6D41\u7A0B\u63D2\u4EF6", A3 = "./ddy-process-h5.umd.cjs", C3 = "./style.css", b3 = "module", w3 = {
|
|
25358
25356
|
".": {
|
|
25359
25357
|
import: "./ddy-process-h5.js",
|
|
25360
25358
|
require: "./ddy-process-h5.umd.cjs"
|