ddy-process-h5 1.0.1-rc.3.115 → 1.0.1-rc.3.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/package.json +1 -1
- package/v2/ddy-process-h5.js +78 -77
- package/v2/ddy-process-h5.umd.cjs +3 -3
- package/v2/style.css +1 -1
- package/v2.7/ddy-process-h5.js +28 -27
- package/v2.7/ddy-process-h5.umd.cjs +1 -1
- package/v2.7/style.css +1 -1
- package/v3/ddy-process-h5.js +780 -783
- package/v3/ddy-process-h5.umd.cjs +7 -7
- package/v3/style.css +1 -1
package/package.json
CHANGED
package/v2/ddy-process-h5.js
CHANGED
|
@@ -17992,7 +17992,6 @@ const CC = {
|
|
|
17992
17992
|
},
|
|
17993
17993
|
data() {
|
|
17994
17994
|
return {
|
|
17995
|
-
floatAdd: !1,
|
|
17996
17995
|
drawer: !1,
|
|
17997
17996
|
isAdd: !1,
|
|
17998
17997
|
viewer: null,
|
|
@@ -18052,13 +18051,12 @@ const CC = {
|
|
|
18052
18051
|
const x = i.getAttribute("transform").match(/matrix\(([^)]+)\)/)[1].split(/\s*,\s*|\s+/);
|
|
18053
18052
|
o = parseFloat(x[4]), l = parseFloat(x[5]);
|
|
18054
18053
|
const M = this.getTransformMatrix(s.style.transform);
|
|
18055
|
-
this.isAdd ? (
|
|
18054
|
+
this.isAdd ? (p = parseFloat(M[4]), h = parseFloat(M[5])) : (p = parseFloat(M[4]) + 30, h = parseFloat(M[5]) + 16, this.isAdd = !0);
|
|
18056
18055
|
}), t.addEventListener("touchmove", (d) => {
|
|
18057
18056
|
if (!n)
|
|
18058
18057
|
return;
|
|
18059
|
-
const y = d.touches[0];
|
|
18060
|
-
|
|
18061
|
-
l !== void 0 && (i.setAttribute("transform", `matrix(0.679276 0 0 0.679276 ${o + x} ${l + M})`), this.floatAdd, s.setAttribute("style", `position: absolute; width: 0px; height: 0px; transform: matrix(0.615, 0, 0, 0.615, ${p + x}, ${h + M});`)), e._cachedViewbox && (e._cachedViewbox.x = x, e._cachedViewbox.y = M), d.preventDefault();
|
|
18058
|
+
const y = d.touches[0], x = y.clientX - r, M = y.clientY - a;
|
|
18059
|
+
l !== void 0 && (i.setAttribute("transform", `matrix(0.679276 0 0 0.679276 ${o + x} ${l + M})`), s.setAttribute("style", `position: absolute; width: 0px; height: 0px; transform: matrix(0.615, 0, 0, 0.615, ${p + x}, ${h + M});`)), e._cachedViewbox && (e._cachedViewbox.x = x, e._cachedViewbox.y = M), d.preventDefault();
|
|
18062
18060
|
}), t.addEventListener("touchend", () => {
|
|
18063
18061
|
n = !1;
|
|
18064
18062
|
});
|
|
@@ -18079,7 +18077,7 @@ const CC = {
|
|
|
18079
18077
|
const r = i.get(n.id);
|
|
18080
18078
|
if (r) {
|
|
18081
18079
|
let { x: a, y: o, type: l } = r;
|
|
18082
|
-
["bpmn:StartEvent", "bpmn:EndEvent"].includes(l) ? (a = a - 45, o = o + 65) : ["bpmn:UserTask"].includes(l) && (a = a - 10, o = o +
|
|
18080
|
+
["bpmn:StartEvent", "bpmn:EndEvent"].includes(l) ? (a = a - 45, o = o + 65) : ["bpmn:UserTask"].includes(l) && (a = a - 10, o = o + 90), s.add({
|
|
18083
18081
|
position: { x: a, y: o },
|
|
18084
18082
|
html: n.tooltip
|
|
18085
18083
|
});
|
|
@@ -18116,7 +18114,7 @@ var bC = /* @__PURE__ */ ve(
|
|
|
18116
18114
|
AC,
|
|
18117
18115
|
!1,
|
|
18118
18116
|
wC,
|
|
18119
|
-
"
|
|
18117
|
+
"728e4284",
|
|
18120
18118
|
null,
|
|
18121
18119
|
null
|
|
18122
18120
|
);
|
|
@@ -19203,7 +19201,7 @@ const jh = /* @__PURE__ */ function() {
|
|
|
19203
19201
|
},
|
|
19204
19202
|
selfList: {
|
|
19205
19203
|
handler(e, t) {
|
|
19206
|
-
e && e.length && (this.option = e, this.checkedItem = this.option[0], this.selectDefaultValue = this.checkedItem.id, this.$emit("change", this.checkedItem, this.option), this.handlefirstNode(this.checkedItem.id));
|
|
19204
|
+
e && e.length && (this.option = e, this.checkedItem = this.option[0], this.selectDefaultValue = this.checkedItem.id, this.$emit("change", this.checkedItem, this.option), this.handlefirstNode(this.checkedItem.id), this.getXmlByProcessDefId(this.checkedItem.id));
|
|
19207
19205
|
},
|
|
19208
19206
|
immediate: !0,
|
|
19209
19207
|
deep: !0
|
|
@@ -19258,7 +19256,7 @@ const jh = /* @__PURE__ */ function() {
|
|
|
19258
19256
|
key: t.processDefinitionKey,
|
|
19259
19257
|
name: t.processDefinitionName,
|
|
19260
19258
|
version: t.processDefinitionVersion
|
|
19261
|
-
}, this.option = [this.checkedItem], this.selectDefaultValue = this.checkedItem.id, this.$emit("change", this.checkedItem, this.option), this.handlefirstNode(this.checkedItem.id), this.businessDeptIdData || this.getNodeUserDept();
|
|
19259
|
+
}, this.option = [this.checkedItem], this.selectDefaultValue = this.checkedItem.id, this.$emit("change", this.checkedItem, this.option), this.handlefirstNode(this.checkedItem.id), this.getXmlByProcessDefId(this.checkedItem.id), this.businessDeptIdData || this.getNodeUserDept();
|
|
19262
19260
|
}
|
|
19263
19261
|
});
|
|
19264
19262
|
},
|
|
@@ -19278,7 +19276,7 @@ const jh = /* @__PURE__ */ function() {
|
|
|
19278
19276
|
return;
|
|
19279
19277
|
}
|
|
19280
19278
|
await this.request.post("/bladex/blade-workflow/repository/getProcessDefList", e).then((t) => {
|
|
19281
|
-
t.code == 200 && (this.option = t.data, t.data && t.data.length ? (this.handleTips("", !1, "success"), (this.isSelectFirst || t.data.length == 1) && (this.checkedItem = this.option[0], this.selectDefaultValue = this.checkedItem.id, this.$emit("change", this.checkedItem, this.option), this.handlefirstNode(this.checkedItem.id))) : (this.handleTips("\u6682\u65E0\u6D41\u7A0B\u8282\u70B9\u4FE1\u606F", !0, "error"), this.option = []), this.businessDeptIdData || this.getNodeUserDept());
|
|
19279
|
+
t.code == 200 && (this.option = t.data, t.data && t.data.length ? (this.handleTips("", !1, "success"), (this.isSelectFirst || t.data.length == 1) && (this.checkedItem = this.option[0], this.selectDefaultValue = this.checkedItem.id, this.$emit("change", this.checkedItem, this.option), this.handlefirstNode(this.checkedItem.id), this.getXmlByProcessDefId(this.checkedItem.id))) : (this.handleTips("\u6682\u65E0\u6D41\u7A0B\u8282\u70B9\u4FE1\u606F", !0, "error"), this.option = []), this.businessDeptIdData || this.getNodeUserDept());
|
|
19282
19280
|
});
|
|
19283
19281
|
},
|
|
19284
19282
|
async getProcessInstance() {
|
|
@@ -19824,7 +19822,7 @@ var GC = function() {
|
|
|
19824
19822
|
return e.handleOpenPerson(s);
|
|
19825
19823
|
}
|
|
19826
19824
|
}
|
|
19827
|
-
}, [e._v(" \u8BBE\u7F6E ")])])]), s.routeTxt && s.routeTxt.length > 0 ? i("div", {
|
|
19825
|
+
}, [e._v(" \u8BBE\u7F6E ")])])]), s.routeTxt && s.routeTxt.length > 0 && s.userList && s.userList.length > 0 ? i("div", {
|
|
19828
19826
|
staticClass: "views-items-includes"
|
|
19829
19827
|
}, [i("div", {
|
|
19830
19828
|
staticClass: "views-items-name2"
|
|
@@ -19843,7 +19841,7 @@ var GC = function() {
|
|
|
19843
19841
|
}, [e._v(e._s(a.name))])]), o !== s.routeTxt.length - 1 ? i("div", {
|
|
19844
19842
|
staticClass: "include include-assign",
|
|
19845
19843
|
class: ["include-assign-" + (a.assigneeRetain ? "true" : "false")]
|
|
19846
|
-
}, [e._v(e._s(s.assigneeRetain == "true" ? "\u4E14\u540C\u65F6\u6EE1\u8DB3" : "\u6216\u8005\u6EE1\u8DB3"))]) : e._e()]) :
|
|
19844
|
+
}, [e._v(e._s(s.assigneeRetain == "true" ? "\u4E14\u540C\u65F6\u6EE1\u8DB3" : "\u6216\u8005\u6EE1\u8DB3"))]) : e._e()]) : e._e()]);
|
|
19847
19845
|
}), 0)]) : e._e()]);
|
|
19848
19846
|
})], 2) : e._e(), e.personList && e.personList.length ? i("div", {
|
|
19849
19847
|
staticClass: "person-views"
|
|
@@ -20056,7 +20054,7 @@ var zC = /* @__PURE__ */ ve(
|
|
|
20056
20054
|
qC,
|
|
20057
20055
|
!1,
|
|
20058
20056
|
HC,
|
|
20059
|
-
"
|
|
20057
|
+
"4ca89976",
|
|
20060
20058
|
null,
|
|
20061
20059
|
null
|
|
20062
20060
|
);
|
|
@@ -21013,7 +21011,7 @@ var hb = function() {
|
|
|
21013
21011
|
staticClass: "items-person-name"
|
|
21014
21012
|
}, [e._v(" " + e._s(e.partNode[s.id] ? e.partNode[s.id].join(",") : "") + " ")]) : s.routeTxt && s.routeTxt.userNames ? i("div", {
|
|
21015
21013
|
staticClass: "items-person-name"
|
|
21016
|
-
}, [e._v(" " + e._s(s.routeTxt.userNames) + " ")]) : e._e()], 2), s.routeTxt && s.routeTxt.length > 0 ? i("div", {
|
|
21014
|
+
}, [e._v(" " + e._s(s.routeTxt.userNames) + " ")]) : e._e()], 2), s.routeTxt && s.routeTxt.length > 0 && s.userList && s.userList.length > 0 ? i("div", {
|
|
21017
21015
|
staticClass: "views-items-includes"
|
|
21018
21016
|
}, [i("div", {
|
|
21019
21017
|
staticClass: "views-items-name2"
|
|
@@ -21032,7 +21030,7 @@ var hb = function() {
|
|
|
21032
21030
|
}, [e._v(e._s(n.name))])]), r !== s.routeTxt.length - 1 ? i("div", {
|
|
21033
21031
|
staticClass: "include include-assign",
|
|
21034
21032
|
class: ["include-assign-" + (n.assigneeRetain ? "true" : "false")]
|
|
21035
|
-
}, [e._v(e._s(s.assigneeRetain == "true" ? "\u4E14\u540C\u65F6\u6EE1\u8DB3" : "\u6216\u8005\u6EE1\u8DB3"))]) : e._e()]) :
|
|
21033
|
+
}, [e._v(e._s(s.assigneeRetain == "true" ? "\u4E14\u540C\u65F6\u6EE1\u8DB3" : "\u6216\u8005\u6EE1\u8DB3"))]) : e._e()]) : e._e()]);
|
|
21036
21034
|
}), 0)]) : e._e()])]);
|
|
21037
21035
|
}) : e._e(), e.checkType == "ExclusiveGatewayModel" && e.radioItem && e.radioItem.length ? e._l(e.radioItem, function(s) {
|
|
21038
21036
|
return i("div", {
|
|
@@ -21075,7 +21073,7 @@ var hb = function() {
|
|
|
21075
21073
|
staticClass: "items-person-name"
|
|
21076
21074
|
}, [e._v(" " + e._s(e.partNode[s.id] ? e.partNode[s.id].join(",") : "") + " ")]) : s.routeTxt && s.routeTxt.userNames ? i("div", {
|
|
21077
21075
|
staticClass: "items-person-name"
|
|
21078
|
-
}, [e._v(" " + e._s(s.routeTxt.userNames) + " ")]) : e._e()], 2), s.routeTxt && s.routeTxt.length > 0 ? i("div", {
|
|
21076
|
+
}, [e._v(" " + e._s(s.routeTxt.userNames) + " ")]) : e._e()], 2), s.routeTxt && s.routeTxt.length > 0 && s.userList && s.userList.length > 0 ? i("div", {
|
|
21079
21077
|
staticClass: "views-items-includes"
|
|
21080
21078
|
}, [i("div", {
|
|
21081
21079
|
staticClass: "views-items-name2"
|
|
@@ -21094,7 +21092,7 @@ var hb = function() {
|
|
|
21094
21092
|
}, [e._v(e._s(n.name))])]), r !== s.routeTxt.length - 1 ? i("div", {
|
|
21095
21093
|
staticClass: "include include-assign",
|
|
21096
21094
|
class: ["include-assign-" + (n.assigneeRetain ? "true" : "false")]
|
|
21097
|
-
}, [e._v(e._s(s.assigneeRetain == "true" ? "\u4E14\u540C\u65F6\u6EE1\u8DB3" : "\u6216\u8005\u6EE1\u8DB3"))]) : e._e()]) :
|
|
21095
|
+
}, [e._v(e._s(s.assigneeRetain == "true" ? "\u4E14\u540C\u65F6\u6EE1\u8DB3" : "\u6216\u8005\u6EE1\u8DB3"))]) : e._e()]) : e._e()]);
|
|
21098
21096
|
}), 0)]) : e._e()])]);
|
|
21099
21097
|
}) : e._e()], 2), e.endNode ? i("div", {
|
|
21100
21098
|
staticClass: "treenode-single"
|
|
@@ -21127,7 +21125,7 @@ var hb = function() {
|
|
|
21127
21125
|
}
|
|
21128
21126
|
}, [e._v(" \u8BBE\u7F6E ")])], i("div", {
|
|
21129
21127
|
staticClass: "items-person-name"
|
|
21130
|
-
}, [!e.partNode[s.id] && s.humanPerformerName == "\u56FA\u5B9A\u89D2\u8272/\u5C97\u4F4D" && s.noPersonnel ? i("div", [e._v(" \u6CA1\u6709\u53EF\u9009\u4EBA\u5458\uFF0C\u8BF7\u68C0\u67E5\u914D\u7F6E ")]) : e._e(), e._v(" " + e._s(e.partNode[s.id] ? e.partNode[s.id].join(",") : "") + " ")])], 2) : e._e(), s.routeTxt && s.routeTxt.length > 0 ? i("div", {
|
|
21128
|
+
}, [!e.partNode[s.id] && s.humanPerformerName == "\u56FA\u5B9A\u89D2\u8272/\u5C97\u4F4D" && s.noPersonnel ? i("div", [e._v(" \u6CA1\u6709\u53EF\u9009\u4EBA\u5458\uFF0C\u8BF7\u68C0\u67E5\u914D\u7F6E ")]) : e._e(), e._v(" " + e._s(e.partNode[s.id] ? e.partNode[s.id].join(",") : "") + " ")])], 2) : e._e(), s.routeTxt && s.routeTxt.length > 0 && s.userList && s.userList.length > 0 ? i("div", {
|
|
21131
21129
|
staticClass: "views-items-includes"
|
|
21132
21130
|
}, [i("div", {
|
|
21133
21131
|
staticClass: "views-items-name2"
|
|
@@ -21146,7 +21144,7 @@ var hb = function() {
|
|
|
21146
21144
|
}, [e._v(e._s(n.name))])]), r !== s.routeTxt.length - 1 ? i("div", {
|
|
21147
21145
|
staticClass: "include include-assign",
|
|
21148
21146
|
class: ["include-assign-" + (n.assigneeRetain ? "true" : "false")]
|
|
21149
|
-
}, [e._v(e._s(s.assigneeRetain == "true" ? "\u4E14\u540C\u65F6\u6EE1\u8DB3" : "\u6216\u8005\u6EE1\u8DB3"))]) : e._e()]) :
|
|
21147
|
+
}, [e._v(e._s(s.assigneeRetain == "true" ? "\u4E14\u540C\u65F6\u6EE1\u8DB3" : "\u6216\u8005\u6EE1\u8DB3"))]) : e._e()]) : e._e()]);
|
|
21150
21148
|
}), 0)]) : e._e()])]);
|
|
21151
21149
|
}), 0) : e._e(), i("TopPopup", {
|
|
21152
21150
|
ref: "TopPopup",
|
|
@@ -21510,7 +21508,7 @@ var gb = /* @__PURE__ */ ve(
|
|
|
21510
21508
|
fb,
|
|
21511
21509
|
!1,
|
|
21512
21510
|
yb,
|
|
21513
|
-
"
|
|
21511
|
+
"68d4c92a",
|
|
21514
21512
|
null,
|
|
21515
21513
|
null
|
|
21516
21514
|
);
|
|
@@ -21763,11 +21761,7 @@ var Ab = function() {
|
|
|
21763
21761
|
onMultiNodeObj: e.onMultiNodeObj,
|
|
21764
21762
|
onVars: e.onVars
|
|
21765
21763
|
}
|
|
21766
|
-
})] : [i("
|
|
21767
|
-
staticClass: "treeperson-title"
|
|
21768
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("pre", [e._v("\u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B94\uFF1A" + e._s(e.nodeType))]), i("span", {
|
|
21769
|
-
staticClass: "treeperson-title--re"
|
|
21770
|
-
}, [e._v("*")])]), i("TreeNode", {
|
|
21764
|
+
})] : [e._m(10, !0), i("TreeNode", {
|
|
21771
21765
|
attrs: {
|
|
21772
21766
|
items: [s.nodeInfoDTO ? s.nodeInfoDTO : s],
|
|
21773
21767
|
endNode: e.childrenEndItems,
|
|
@@ -21865,6 +21859,13 @@ var Ab = function() {
|
|
|
21865
21859
|
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
21866
21860
|
staticClass: "treeperson-title--re"
|
|
21867
21861
|
}, [e._v("*")])]);
|
|
21862
|
+
}, function() {
|
|
21863
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
21864
|
+
return i("div", {
|
|
21865
|
+
staticClass: "treeperson-title"
|
|
21866
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
21867
|
+
staticClass: "treeperson-title--re"
|
|
21868
|
+
}, [e._v("*")])]);
|
|
21868
21869
|
}];
|
|
21869
21870
|
const bb = {
|
|
21870
21871
|
name: "tree-person",
|
|
@@ -22008,7 +22009,7 @@ var wb = /* @__PURE__ */ ve(
|
|
|
22008
22009
|
Cb,
|
|
22009
22010
|
!1,
|
|
22010
22011
|
Eb,
|
|
22011
|
-
"
|
|
22012
|
+
"7a53d4f8",
|
|
22012
22013
|
null,
|
|
22013
22014
|
null
|
|
22014
22015
|
);
|
|
@@ -24033,8 +24034,8 @@ var $b = function() {
|
|
|
24033
24034
|
type: e.typeTips
|
|
24034
24035
|
}
|
|
24035
24036
|
})], 1);
|
|
24036
|
-
},
|
|
24037
|
-
const
|
|
24037
|
+
}, e5 = [];
|
|
24038
|
+
const t5 = {
|
|
24038
24039
|
name: "ccTask",
|
|
24039
24040
|
props: {
|
|
24040
24041
|
param: {
|
|
@@ -24138,24 +24139,24 @@ const t3 = {
|
|
|
24138
24139
|
}
|
|
24139
24140
|
}
|
|
24140
24141
|
}, Au = {};
|
|
24141
|
-
var
|
|
24142
|
-
|
|
24142
|
+
var i5 = /* @__PURE__ */ ve(
|
|
24143
|
+
t5,
|
|
24143
24144
|
$b,
|
|
24144
|
-
|
|
24145
|
+
e5,
|
|
24145
24146
|
!1,
|
|
24146
|
-
|
|
24147
|
+
s5,
|
|
24147
24148
|
null,
|
|
24148
24149
|
null,
|
|
24149
24150
|
null
|
|
24150
24151
|
);
|
|
24151
|
-
function
|
|
24152
|
+
function s5(e) {
|
|
24152
24153
|
for (let t in Au)
|
|
24153
24154
|
this[t] = Au[t];
|
|
24154
24155
|
}
|
|
24155
|
-
const
|
|
24156
|
-
return
|
|
24156
|
+
const n5 = /* @__PURE__ */ function() {
|
|
24157
|
+
return i5.exports;
|
|
24157
24158
|
}();
|
|
24158
|
-
var
|
|
24159
|
+
var r5 = function() {
|
|
24159
24160
|
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
24160
24161
|
return i("div", {
|
|
24161
24162
|
staticClass: "process-btns"
|
|
@@ -24293,8 +24294,8 @@ var r3 = function() {
|
|
|
24293
24294
|
}
|
|
24294
24295
|
}
|
|
24295
24296
|
}, [e._v(" " + e._s(e.getButton("wf_print").name) + " ")]) : e._e()], 2);
|
|
24296
|
-
},
|
|
24297
|
-
const
|
|
24297
|
+
}, a5 = [];
|
|
24298
|
+
const o5 = {
|
|
24298
24299
|
name: "nf-button",
|
|
24299
24300
|
components: {
|
|
24300
24301
|
TopTips: Nt
|
|
@@ -24383,23 +24384,23 @@ const o3 = {
|
|
|
24383
24384
|
}
|
|
24384
24385
|
}
|
|
24385
24386
|
}, Cu = {};
|
|
24386
|
-
var
|
|
24387
|
-
|
|
24388
|
-
|
|
24389
|
-
|
|
24387
|
+
var l5 = /* @__PURE__ */ ve(
|
|
24388
|
+
o5,
|
|
24389
|
+
r5,
|
|
24390
|
+
a5,
|
|
24390
24391
|
!1,
|
|
24391
|
-
|
|
24392
|
+
c5,
|
|
24392
24393
|
"128c5f57",
|
|
24393
24394
|
null,
|
|
24394
24395
|
null
|
|
24395
24396
|
);
|
|
24396
|
-
function
|
|
24397
|
+
function c5(e) {
|
|
24397
24398
|
for (let t in Cu)
|
|
24398
24399
|
this[t] = Cu[t];
|
|
24399
24400
|
}
|
|
24400
|
-
const
|
|
24401
|
-
return
|
|
24402
|
-
}(),
|
|
24401
|
+
const u5 = /* @__PURE__ */ function() {
|
|
24402
|
+
return l5.exports;
|
|
24403
|
+
}(), p5 = {
|
|
24403
24404
|
name: "TopProcess",
|
|
24404
24405
|
provide() {
|
|
24405
24406
|
return {
|
|
@@ -24407,7 +24408,7 @@ const u3 = /* @__PURE__ */ function() {
|
|
|
24407
24408
|
};
|
|
24408
24409
|
},
|
|
24409
24410
|
components: {
|
|
24410
|
-
processBtns:
|
|
24411
|
+
processBtns: u5,
|
|
24411
24412
|
TopTab: NC,
|
|
24412
24413
|
TopPopup: lt,
|
|
24413
24414
|
TopTips: Nt,
|
|
@@ -24830,7 +24831,7 @@ const u3 = /* @__PURE__ */ function() {
|
|
|
24830
24831
|
},
|
|
24831
24832
|
handleCirculate(e) {
|
|
24832
24833
|
this.showOperation(
|
|
24833
|
-
|
|
24834
|
+
n5,
|
|
24834
24835
|
e,
|
|
24835
24836
|
this.request,
|
|
24836
24837
|
this.taskObj.ccTaskButtonAnnex,
|
|
@@ -25090,7 +25091,7 @@ const u3 = /* @__PURE__ */ function() {
|
|
|
25090
25091
|
}
|
|
25091
25092
|
}
|
|
25092
25093
|
};
|
|
25093
|
-
var
|
|
25094
|
+
var d5 = function() {
|
|
25094
25095
|
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
25095
25096
|
return i("div", [i("div", {
|
|
25096
25097
|
staticClass: "process-warp"
|
|
@@ -25356,25 +25357,25 @@ var d3 = function() {
|
|
|
25356
25357
|
processData: e.ProcessInsObj,
|
|
25357
25358
|
currentProcess: e.currentProcess
|
|
25358
25359
|
})], 2)])], 1)], 1);
|
|
25359
|
-
},
|
|
25360
|
+
}, h5 = [];
|
|
25360
25361
|
const bu = {};
|
|
25361
|
-
var
|
|
25362
|
-
|
|
25363
|
-
|
|
25364
|
-
|
|
25362
|
+
var f5 = /* @__PURE__ */ ve(
|
|
25363
|
+
p5,
|
|
25364
|
+
d5,
|
|
25365
|
+
h5,
|
|
25365
25366
|
!1,
|
|
25366
|
-
|
|
25367
|
+
m5,
|
|
25367
25368
|
"e82bca6c",
|
|
25368
25369
|
null,
|
|
25369
25370
|
null
|
|
25370
25371
|
);
|
|
25371
|
-
function
|
|
25372
|
+
function m5(e) {
|
|
25372
25373
|
for (let t in bu)
|
|
25373
25374
|
this[t] = bu[t];
|
|
25374
25375
|
}
|
|
25375
|
-
const
|
|
25376
|
-
return
|
|
25377
|
-
}(),
|
|
25376
|
+
const S5 = /* @__PURE__ */ function() {
|
|
25377
|
+
return f5.exports;
|
|
25378
|
+
}(), g5 = "ddy-process-h5", y5 = "1.0.1-rc.3.119", v5 = "> app\u7AEF \u6D41\u7A0B\u63D2\u4EF6", A5 = "./ddy-process-h5.umd.cjs", C5 = "./style.css", b5 = "module", w5 = {
|
|
25378
25379
|
".": {
|
|
25379
25380
|
import: "./ddy-process-h5.js",
|
|
25380
25381
|
require: "./ddy-process-h5.umd.cjs"
|
|
@@ -25383,28 +25384,28 @@ const S3 = /* @__PURE__ */ function() {
|
|
|
25383
25384
|
import: "./style.css",
|
|
25384
25385
|
require: "./style.css"
|
|
25385
25386
|
}
|
|
25386
|
-
},
|
|
25387
|
+
}, E5 = {
|
|
25387
25388
|
test: 'echo "Error: no test specified" && exit 1',
|
|
25388
25389
|
postinstall: "node scripts/postinstall.mjs"
|
|
25389
|
-
},
|
|
25390
|
+
}, x5 = {
|
|
25390
25391
|
"checked-pick-app": "1.6.7",
|
|
25391
25392
|
dsbridge: "^3.1.4"
|
|
25392
|
-
},
|
|
25393
|
+
}, I5 = {
|
|
25393
25394
|
"checked-pick-app": "1.6.7",
|
|
25394
25395
|
dsbridge: "^3.1.4"
|
|
25395
|
-
},
|
|
25396
|
-
name:
|
|
25397
|
-
version:
|
|
25398
|
-
description:
|
|
25399
|
-
main:
|
|
25400
|
-
style:
|
|
25401
|
-
type:
|
|
25402
|
-
exports:
|
|
25403
|
-
scripts:
|
|
25404
|
-
devDependencies:
|
|
25405
|
-
dependencies:
|
|
25406
|
-
author:
|
|
25407
|
-
license:
|
|
25396
|
+
}, T5 = "", _5 = "ISC", wu = {
|
|
25397
|
+
name: g5,
|
|
25398
|
+
version: y5,
|
|
25399
|
+
description: v5,
|
|
25400
|
+
main: A5,
|
|
25401
|
+
style: C5,
|
|
25402
|
+
type: b5,
|
|
25403
|
+
exports: w5,
|
|
25404
|
+
scripts: E5,
|
|
25405
|
+
devDependencies: x5,
|
|
25406
|
+
dependencies: I5,
|
|
25407
|
+
author: T5,
|
|
25408
|
+
license: _5
|
|
25408
25409
|
};
|
|
25409
25410
|
console.info(
|
|
25410
25411
|
"%c\u26A1" + wu.name + "%c v" + wu.version,
|
|
@@ -25412,7 +25413,7 @@ console.info(
|
|
|
25412
25413
|
"background: #5100ffff; color: white; padding: 9px 6px 9px 4px; border-radius: 0px 3px 3px 0px;font-size: 12px;"
|
|
25413
25414
|
);
|
|
25414
25415
|
export {
|
|
25415
|
-
|
|
25416
|
+
S5 as TopProcess,
|
|
25416
25417
|
JC as TopSumbitPopup,
|
|
25417
25418
|
n0 as ViewAttchList,
|
|
25418
25419
|
ks as attchViews
|