ddy-process-h5 1.0.1-rc.2 → 1.0.1-rc.2.2
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 +412 -372
- package/v2/ddy-process-h5.umd.cjs +9 -9
- package/v2/style.css +1 -1
- package/v2.7/ddy-process-h5.js +130 -90
- package/v2.7/ddy-process-h5.umd.cjs +1 -1
- package/v2.7/style.css +1 -1
- package/v3/ddy-process-h5.js +1299 -1292
- package/v3/ddy-process-h5.umd.cjs +8 -8
- package/v3/style.css +1 -1
package/v2/ddy-process-h5.js
CHANGED
|
@@ -161,7 +161,7 @@ var ka = "data-server-rendered", ys = [
|
|
|
161
161
|
"component",
|
|
162
162
|
"directive",
|
|
163
163
|
"filter"
|
|
164
|
-
],
|
|
164
|
+
], Ml = [
|
|
165
165
|
"beforeCreate",
|
|
166
166
|
"created",
|
|
167
167
|
"beforeMount",
|
|
@@ -191,8 +191,8 @@ var ka = "data-server-rendered", ys = [
|
|
|
191
191
|
parsePlatformTagName: Dl,
|
|
192
192
|
mustUseProp: In,
|
|
193
193
|
async: !0,
|
|
194
|
-
_lifecycleHooks:
|
|
195
|
-
},
|
|
194
|
+
_lifecycleHooks: Ml
|
|
195
|
+
}, Bl = /a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;
|
|
196
196
|
function Ol(e) {
|
|
197
197
|
var t = (e + "").charCodeAt(0);
|
|
198
198
|
return t === 36 || t === 95;
|
|
@@ -205,7 +205,7 @@ function Di(e, t, i, n) {
|
|
|
205
205
|
configurable: !0
|
|
206
206
|
});
|
|
207
207
|
}
|
|
208
|
-
var vp = new RegExp("[^" +
|
|
208
|
+
var vp = new RegExp("[^" + Bl.source + ".$_\\d]");
|
|
209
209
|
function Ap(e) {
|
|
210
210
|
if (!vp.test(e)) {
|
|
211
211
|
var t = e.split(".");
|
|
@@ -219,12 +219,12 @@ function Ap(e) {
|
|
|
219
219
|
};
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
|
-
var bp = "__proto__" in {}, Ge = typeof window < "u", Pr = typeof WXEnvironment < "u" && !!WXEnvironment.platform, Rl = Pr && WXEnvironment.platform.toLowerCase(),
|
|
223
|
-
|
|
224
|
-
var Cp =
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
var Na =
|
|
222
|
+
var bp = "__proto__" in {}, Ge = typeof window < "u", Pr = typeof WXEnvironment < "u" && !!WXEnvironment.platform, Rl = Pr && WXEnvironment.platform.toLowerCase(), Me = Ge && window.navigator.userAgent.toLowerCase(), Gi = Me && /msie|trident/.test(Me), qi = Me && Me.indexOf("msie 9.0") > 0, Mr = Me && Me.indexOf("edge/") > 0;
|
|
223
|
+
Me && Me.indexOf("android") > 0;
|
|
224
|
+
var Cp = Me && /iphone|ipad|ipod|ios/.test(Me) || Rl === "ios";
|
|
225
|
+
Me && /chrome\/\d+/.test(Me);
|
|
226
|
+
Me && /phantomjs/.test(Me);
|
|
227
|
+
var Na = Me && Me.match(/firefox\/(\d+)/), Ys = {}.watch, Ll = !1;
|
|
228
228
|
if (Ge)
|
|
229
229
|
try {
|
|
230
230
|
var _a = {};
|
|
@@ -254,7 +254,7 @@ typeof Set < "u" && ii(Set) ? on = Set : on = /* @__PURE__ */ function() {
|
|
|
254
254
|
this.set = /* @__PURE__ */ Object.create(null);
|
|
255
255
|
}, e;
|
|
256
256
|
}();
|
|
257
|
-
var U = ke,
|
|
257
|
+
var U = ke, Br = ke, Ns = ke, Zt = ke;
|
|
258
258
|
if (process.env.NODE_ENV !== "production") {
|
|
259
259
|
var Sa = typeof console < "u", wp = /(?:^|[-_])(\w)/g, Ep = function(e) {
|
|
260
260
|
return e.replace(wp, function(t) {
|
|
@@ -264,7 +264,7 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
264
264
|
U = function(e, t) {
|
|
265
265
|
var i = t ? Ns(t) : "";
|
|
266
266
|
ue.warnHandler ? ue.warnHandler.call(null, e, t, i) : Sa && !ue.silent && console.error("[Vue warn]: " + e + i);
|
|
267
|
-
},
|
|
267
|
+
}, Br = function(e, t) {
|
|
268
268
|
Sa && !ue.silent && console.warn("[Vue tip]: " + e + (t ? Ns(t) : ""));
|
|
269
269
|
}, Zt = function(e, t) {
|
|
270
270
|
if (e.$root === e)
|
|
@@ -392,7 +392,7 @@ Ip.forEach(function(e) {
|
|
|
392
392
|
});
|
|
393
393
|
});
|
|
394
394
|
var kp = Object.getOwnPropertyNames($n), Or = !0;
|
|
395
|
-
function
|
|
395
|
+
function Bt(e) {
|
|
396
396
|
Or = e;
|
|
397
397
|
}
|
|
398
398
|
var es = function(t) {
|
|
@@ -508,7 +508,7 @@ function Dp(e) {
|
|
|
508
508
|
t.indexOf(e[i]) === -1 && t.push(e[i]);
|
|
509
509
|
return t;
|
|
510
510
|
}
|
|
511
|
-
|
|
511
|
+
Ml.forEach(function(e) {
|
|
512
512
|
it[e] = Sp;
|
|
513
513
|
});
|
|
514
514
|
function Pp(e, t, i, n) {
|
|
@@ -541,18 +541,18 @@ it.provide = Zs;
|
|
|
541
541
|
var Ul = function(e, t) {
|
|
542
542
|
return t === void 0 ? e : t;
|
|
543
543
|
};
|
|
544
|
-
function
|
|
544
|
+
function Mp(e) {
|
|
545
545
|
for (var t in e.components)
|
|
546
546
|
Lr(t);
|
|
547
547
|
}
|
|
548
548
|
function Lr(e) {
|
|
549
|
-
new RegExp("^[a-zA-Z][\\-\\.0-9_" +
|
|
549
|
+
new RegExp("^[a-zA-Z][\\-\\.0-9_" + Bl.source + "]*$").test(e) || U(
|
|
550
550
|
'Invalid component name: "' + e + '". Component names should conform to valid custom element name in html5 specification.'
|
|
551
551
|
), (pp(e) || ue.isReservedTag(e)) && U(
|
|
552
552
|
"Do not use built-in or reserved HTML elements as component id: " + e
|
|
553
553
|
);
|
|
554
554
|
}
|
|
555
|
-
function
|
|
555
|
+
function Bp(e, t) {
|
|
556
556
|
var i = e.props;
|
|
557
557
|
if (!!i) {
|
|
558
558
|
var n = {}, s, r, a;
|
|
@@ -604,7 +604,7 @@ function Fr(e, t, i) {
|
|
|
604
604
|
);
|
|
605
605
|
}
|
|
606
606
|
function pi(e, t, i) {
|
|
607
|
-
if (process.env.NODE_ENV !== "production" &&
|
|
607
|
+
if (process.env.NODE_ENV !== "production" && Mp(t), typeof t == "function" && (t = t.options), Bp(t, i), Op(t, i), Rp(t), !t._base && (t.extends && (e = pi(e, t.extends, i)), t.mixins))
|
|
608
608
|
for (var n = 0, s = t.mixins.length; n < s; n++)
|
|
609
609
|
e = pi(e, t.mixins[n], i);
|
|
610
610
|
var r = {}, a;
|
|
@@ -649,7 +649,7 @@ function jr(e, t, i, n) {
|
|
|
649
649
|
if (a === void 0) {
|
|
650
650
|
a = Lp(n, s, e);
|
|
651
651
|
var p = Or;
|
|
652
|
-
|
|
652
|
+
Bt(!0), ui(a), Bt(p);
|
|
653
653
|
}
|
|
654
654
|
return process.env.NODE_ENV !== "production" && Fp(s, e, a, n, r), a;
|
|
655
655
|
}
|
|
@@ -735,9 +735,9 @@ function Pa(e, t) {
|
|
|
735
735
|
}
|
|
736
736
|
function Up(e, t, i) {
|
|
737
737
|
var n = 'Invalid prop: type check failed for prop "' + e + '". Expected ' + i.map(_l).join(", "), s = i[0], r = gs(t);
|
|
738
|
-
return i.length === 1 && _s(s) && _s(typeof t) && !qp(s, r) && (n += " with value " +
|
|
738
|
+
return i.length === 1 && _s(s) && _s(typeof t) && !qp(s, r) && (n += " with value " + Ma(t, s)), n += ", got " + r + " ", _s(r) && (n += "with value " + Ma(t, r) + "."), n;
|
|
739
739
|
}
|
|
740
|
-
function
|
|
740
|
+
function Ma(e, t) {
|
|
741
741
|
return t === "String" ? '"' + e + '"' : t === "Number" ? "" + Number(e) : "" + e;
|
|
742
742
|
}
|
|
743
743
|
var Gp = ["string", "number", "boolean"];
|
|
@@ -766,10 +766,10 @@ function Ot(e, t, i) {
|
|
|
766
766
|
if (a)
|
|
767
767
|
return;
|
|
768
768
|
} catch (o) {
|
|
769
|
-
|
|
769
|
+
Ba(o, n, "errorCaptured hook");
|
|
770
770
|
}
|
|
771
771
|
}
|
|
772
|
-
|
|
772
|
+
Ba(e, t, i);
|
|
773
773
|
} finally {
|
|
774
774
|
gn();
|
|
775
775
|
}
|
|
@@ -785,7 +785,7 @@ function Oi(e, t, i, n, s) {
|
|
|
785
785
|
}
|
|
786
786
|
return r;
|
|
787
787
|
}
|
|
788
|
-
function
|
|
788
|
+
function Ba(e, t, i) {
|
|
789
789
|
if (ue.errorHandler)
|
|
790
790
|
try {
|
|
791
791
|
return ue.errorHandler.call(null, e, t, i);
|
|
@@ -965,7 +965,7 @@ function Xp(e, t, i) {
|
|
|
965
965
|
var l = yi(o);
|
|
966
966
|
if (process.env.NODE_ENV !== "production") {
|
|
967
967
|
var p = o.toLowerCase();
|
|
968
|
-
o !== p && r && Ne(r, p) &&
|
|
968
|
+
o !== p && r && Ne(r, p) && Br(
|
|
969
969
|
'Prop "' + p + '" is passed to component ' + Zt(i || t) + ', but the declared prop name is "' + o + '". Note that HTML attributes are case-insensitive and camelCased props need to use their kebab-case equivalents when using in-DOM templates. You should probably use "' + l + '" instead of "' + o + '".'
|
|
970
970
|
);
|
|
971
971
|
}
|
|
@@ -1007,14 +1007,14 @@ function $p(e) {
|
|
|
1007
1007
|
}
|
|
1008
1008
|
function ed(e) {
|
|
1009
1009
|
var t = Hl(e.$options.inject, e);
|
|
1010
|
-
t && (
|
|
1010
|
+
t && (Bt(!1), Object.keys(t).forEach(function(i) {
|
|
1011
1011
|
process.env.NODE_ENV !== "production" ? at(e, i, t[i], function() {
|
|
1012
1012
|
U(
|
|
1013
1013
|
'Avoid mutating an injected value directly since the changes will be overwritten whenever the provided component re-renders. injection being mutated: "' + i + '"',
|
|
1014
1014
|
e
|
|
1015
1015
|
);
|
|
1016
1016
|
}) : at(e, i, t[i]);
|
|
1017
|
-
}),
|
|
1017
|
+
}), Bt(!0));
|
|
1018
1018
|
}
|
|
1019
1019
|
function Hl(e, t) {
|
|
1020
1020
|
if (e) {
|
|
@@ -1286,7 +1286,7 @@ var Jr = {
|
|
|
1286
1286
|
},
|
|
1287
1287
|
prepatch: function(t, i) {
|
|
1288
1288
|
var n = i.componentOptions, s = i.componentInstance = t.componentInstance;
|
|
1289
|
-
|
|
1289
|
+
Bd(
|
|
1290
1290
|
s,
|
|
1291
1291
|
n.propsData,
|
|
1292
1292
|
n.listeners,
|
|
@@ -1578,7 +1578,7 @@ function Sd(e) {
|
|
|
1578
1578
|
var n = this;
|
|
1579
1579
|
if (process.env.NODE_ENV !== "production") {
|
|
1580
1580
|
var s = i.toLowerCase();
|
|
1581
|
-
s !== i && n._events[s] &&
|
|
1581
|
+
s !== i && n._events[s] && Br(
|
|
1582
1582
|
'Event "' + s + '" is emitted in component ' + Zt(n) + ' but the handler is registered for "' + i + '". Note that HTML attributes are case-insensitive and you cannot use v-on to listen to camelCase events when using in-DOM templates. You should probably use "' + yi(i) + '" instead of "' + i + '".'
|
|
1583
1583
|
);
|
|
1584
1584
|
}
|
|
@@ -1626,7 +1626,7 @@ function Pd(e) {
|
|
|
1626
1626
|
}
|
|
1627
1627
|
};
|
|
1628
1628
|
}
|
|
1629
|
-
function
|
|
1629
|
+
function Md(e, t, i) {
|
|
1630
1630
|
e.$el = t, e.$options.render || (e.$options.render = ni, process.env.NODE_ENV !== "production" && (e.$options.template && e.$options.template.charAt(0) !== "#" || e.$options.el || t ? U(
|
|
1631
1631
|
"You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.",
|
|
1632
1632
|
e
|
|
@@ -1648,16 +1648,16 @@ function Bd(e, t, i) {
|
|
|
1648
1648
|
}
|
|
1649
1649
|
}, !0), i = !1, e.$vnode == null && (e._isMounted = !0, ot(e, "mounted")), e;
|
|
1650
1650
|
}
|
|
1651
|
-
function
|
|
1651
|
+
function Bd(e, t, i, n, s) {
|
|
1652
1652
|
process.env.NODE_ENV !== "production" && (un = !0);
|
|
1653
1653
|
var r = n.data.scopedSlots, a = e.$scopedSlots, o = !!(r && !r.$stable || a !== tt && !a.$stable || r && e.$scopedSlots.$key !== r.$key || !r && e.$scopedSlots.$key), l = !!(s || e.$options._renderChildren || o);
|
|
1654
1654
|
if (e.$options._parentVnode = n, e.$vnode = n, e._vnode && (e._vnode.parent = n), e.$options._renderChildren = s, e.$attrs = n.data.attrs || tt, e.$listeners = i || tt, t && e.$options.props) {
|
|
1655
|
-
|
|
1655
|
+
Bt(!1);
|
|
1656
1656
|
for (var p = e._props, h = e.$options._propKeys || [], f = 0; f < h.length; f++) {
|
|
1657
1657
|
var C = h[f], k = e.$options.props;
|
|
1658
1658
|
p[C] = jr(C, k, t, e);
|
|
1659
1659
|
}
|
|
1660
|
-
|
|
1660
|
+
Bt(!0), e.$options.propsData = t;
|
|
1661
1661
|
}
|
|
1662
1662
|
i = i || tt;
|
|
1663
1663
|
var Q = e.$options._parentListeners;
|
|
@@ -1841,7 +1841,7 @@ function Ud(e) {
|
|
|
1841
1841
|
}
|
|
1842
1842
|
function Gd(e, t) {
|
|
1843
1843
|
var i = e.$options.propsData || {}, n = e._props = {}, s = e.$options._propKeys = [], r = !e.$parent;
|
|
1844
|
-
r ||
|
|
1844
|
+
r || Bt(!1);
|
|
1845
1845
|
var a = function(l) {
|
|
1846
1846
|
s.push(l);
|
|
1847
1847
|
var p = jr(l, t, i, e);
|
|
@@ -1862,7 +1862,7 @@ function Gd(e, t) {
|
|
|
1862
1862
|
};
|
|
1863
1863
|
for (var o in t)
|
|
1864
1864
|
a(o);
|
|
1865
|
-
|
|
1865
|
+
Bt(!0);
|
|
1866
1866
|
}
|
|
1867
1867
|
function qd(e) {
|
|
1868
1868
|
var t = e.$options.data;
|
|
@@ -2301,10 +2301,10 @@ function Dh(e, t) {
|
|
|
2301
2301
|
function Ph(e) {
|
|
2302
2302
|
return e.parentNode;
|
|
2303
2303
|
}
|
|
2304
|
-
function
|
|
2304
|
+
function Mh(e) {
|
|
2305
2305
|
return e.nextSibling;
|
|
2306
2306
|
}
|
|
2307
|
-
function
|
|
2307
|
+
function Bh(e) {
|
|
2308
2308
|
return e.tagName;
|
|
2309
2309
|
}
|
|
2310
2310
|
function Oh(e, t) {
|
|
@@ -2322,8 +2322,8 @@ var Lh = /* @__PURE__ */ Object.freeze({
|
|
|
2322
2322
|
removeChild: Sh,
|
|
2323
2323
|
appendChild: Dh,
|
|
2324
2324
|
parentNode: Ph,
|
|
2325
|
-
nextSibling:
|
|
2326
|
-
tagName:
|
|
2325
|
+
nextSibling: Mh,
|
|
2326
|
+
tagName: Bh,
|
|
2327
2327
|
setTextContent: Oh,
|
|
2328
2328
|
setStyleScope: Rh
|
|
2329
2329
|
}), Fh = {
|
|
@@ -2390,7 +2390,7 @@ function Qh(e) {
|
|
|
2390
2390
|
b(ie) ? (process.env.NODE_ENV !== "production" && (N && N.pre && h++, p(g, h) && U(
|
|
2391
2391
|
"Unknown custom element: <" + ie + '> - did you register the component correctly? For recursive components, make sure to provide the "name" option.',
|
|
2392
2392
|
g.context
|
|
2393
|
-
)), g.elm = g.ns ? r.createElementNS(g.ns, ie) : r.createElement(ie, g), D(g), se(g, K, v), b(N) && X(g, v),
|
|
2393
|
+
)), g.elm = g.ns ? r.createElementNS(g.ns, ie) : r.createElement(ie, g), D(g), se(g, K, v), b(N) && X(g, v), M(T, g.elm, O), process.env.NODE_ENV !== "production" && N && N.pre && h--) : Ce(g.isComment) ? (g.elm = r.createComment(g.text), M(T, g.elm, O)) : (g.elm = r.createTextNode(g.text), M(T, g.elm, O));
|
|
2394
2394
|
}
|
|
2395
2395
|
}
|
|
2396
2396
|
function C(g, v, T, O) {
|
|
@@ -2398,7 +2398,7 @@ function Qh(e) {
|
|
|
2398
2398
|
if (b(H)) {
|
|
2399
2399
|
var w = b(g.componentInstance) && H.keepAlive;
|
|
2400
2400
|
if (b(H = H.hook) && b(H = H.init) && H(g, !1), b(g.componentInstance))
|
|
2401
|
-
return k(g, v),
|
|
2401
|
+
return k(g, v), M(T, g.elm, O), Ce(w) && Q(g, v, T, O), !0;
|
|
2402
2402
|
}
|
|
2403
2403
|
}
|
|
2404
2404
|
function k(g, v) {
|
|
@@ -2412,9 +2412,9 @@ function Qh(e) {
|
|
|
2412
2412
|
v.push(w);
|
|
2413
2413
|
break;
|
|
2414
2414
|
}
|
|
2415
|
-
|
|
2415
|
+
M(T, g.elm, O);
|
|
2416
2416
|
}
|
|
2417
|
-
function
|
|
2417
|
+
function M(g, v, T) {
|
|
2418
2418
|
b(g) && (b(T) ? r.parentNode(T) === g && r.insertBefore(g, v, T) : r.appendChild(g, v));
|
|
2419
2419
|
}
|
|
2420
2420
|
function se(g, v, T) {
|
|
@@ -2475,7 +2475,7 @@ function Qh(e) {
|
|
|
2475
2475
|
function I(g, v, T, O, H) {
|
|
2476
2476
|
var w = 0, E = 0, N = v.length - 1, K = v[0], ie = v[N], d = T.length - 1, u = T[0], c = T[d], m, y, x, S, q = !H;
|
|
2477
2477
|
for (process.env.NODE_ENV !== "production" && R(T); w <= N && E <= d; )
|
|
2478
|
-
$(K) ? K = v[++w] : $(ie) ? ie = v[--N] : Wt(K, u) ? (V(K, u, O, T, E), K = v[++w], u = T[++E]) : Wt(ie, c) ? (V(ie, c, O, T, d), ie = v[--N], c = T[--d]) : Wt(K, c) ? (V(K, c, O, T, d), q && r.insertBefore(g, K.elm, r.nextSibling(ie.elm)), K = v[++w], c = T[--d]) : Wt(ie, u) ? (V(ie, u, O, T, E), q && r.insertBefore(g, ie.elm, K.elm), ie = v[--N], u = T[++E]) : ($(m) && (m = jh(v, w, N)), y = b(u.key) ? m[u.key] :
|
|
2478
|
+
$(K) ? K = v[++w] : $(ie) ? ie = v[--N] : Wt(K, u) ? (V(K, u, O, T, E), K = v[++w], u = T[++E]) : Wt(ie, c) ? (V(ie, c, O, T, d), ie = v[--N], c = T[--d]) : Wt(K, c) ? (V(K, c, O, T, d), q && r.insertBefore(g, K.elm, r.nextSibling(ie.elm)), K = v[++w], c = T[--d]) : Wt(ie, u) ? (V(ie, u, O, T, E), q && r.insertBefore(g, ie.elm, K.elm), ie = v[--N], u = T[++E]) : ($(m) && (m = jh(v, w, N)), y = b(u.key) ? m[u.key] : B(u, v, w, N), $(y) ? f(u, O, g, K.elm, !1, T, E) : (x = v[y], Wt(x, u) ? (V(x, u, O, T, E), v[y] = void 0, q && r.insertBefore(g, x.elm, K.elm)) : f(u, O, g, K.elm, !1, T, E)), u = T[++E]);
|
|
2479
2479
|
w > N ? (S = $(T[d + 1]) ? null : T[d + 1].elm, A(g, S, T, E, d, O)) : E > d && P(v, w, N);
|
|
2480
2480
|
}
|
|
2481
2481
|
function R(g) {
|
|
@@ -2487,7 +2487,7 @@ function Qh(e) {
|
|
|
2487
2487
|
) : v[H] = !0);
|
|
2488
2488
|
}
|
|
2489
2489
|
}
|
|
2490
|
-
function
|
|
2490
|
+
function B(g, v, T, O) {
|
|
2491
2491
|
for (var H = T; H < O; H++) {
|
|
2492
2492
|
var w = v[H];
|
|
2493
2493
|
if (b(w) && Wt(g, w))
|
|
@@ -2678,7 +2678,7 @@ function no(e, t) {
|
|
|
2678
2678
|
b(l.__ob__) && (l = t.data.attrs = he({}, l));
|
|
2679
2679
|
for (n in l)
|
|
2680
2680
|
s = l[n], r = o[n], r !== s && so(a, n, s, t.data.pre);
|
|
2681
|
-
(Gi ||
|
|
2681
|
+
(Gi || Mr) && l.value !== o.value && so(a, "value", l.value);
|
|
2682
2682
|
for (n in o)
|
|
2683
2683
|
$(l[n]) && (Xr(n) ? a.removeAttributeNS(cr, ac(n)) : rc(n) || a.removeAttribute(n));
|
|
2684
2684
|
}
|
|
@@ -2713,13 +2713,13 @@ function ao(e, t) {
|
|
|
2713
2713
|
var Wh = {
|
|
2714
2714
|
create: ao,
|
|
2715
2715
|
update: ao
|
|
2716
|
-
},
|
|
2716
|
+
}, Ms = "__r", Bs = "__c";
|
|
2717
2717
|
function Yh(e) {
|
|
2718
|
-
if (b(e[
|
|
2718
|
+
if (b(e[Ms])) {
|
|
2719
2719
|
var t = Gi ? "change" : "input";
|
|
2720
|
-
e[t] = [].concat(e[
|
|
2720
|
+
e[t] = [].concat(e[Ms], e[t] || []), delete e[Ms];
|
|
2721
2721
|
}
|
|
2722
|
-
b(e[
|
|
2722
|
+
b(e[Bs]) && (e.change = [].concat(e[Bs], e.change || []), delete e[Bs]);
|
|
2723
2723
|
}
|
|
2724
2724
|
var dn;
|
|
2725
2725
|
function zh(e, t, i) {
|
|
@@ -2854,12 +2854,12 @@ var of = /^--/, co = /\s*!important$/, uo = function(e, t, i) {
|
|
|
2854
2854
|
else
|
|
2855
2855
|
e.style[n] = i;
|
|
2856
2856
|
}
|
|
2857
|
-
}, po = ["Webkit", "Moz", "ms"],
|
|
2858
|
-
if (
|
|
2857
|
+
}, po = ["Webkit", "Moz", "ms"], Mn, lf = gi(function(e) {
|
|
2858
|
+
if (Mn = Mn || document.createElement("div").style, e = li(e), e !== "filter" && e in Mn)
|
|
2859
2859
|
return e;
|
|
2860
2860
|
for (var t = e.charAt(0).toUpperCase() + e.slice(1), i = 0; i < po.length; i++) {
|
|
2861
2861
|
var n = po[i] + t;
|
|
2862
|
-
if (n in
|
|
2862
|
+
if (n in Mn)
|
|
2863
2863
|
return n;
|
|
2864
2864
|
}
|
|
2865
2865
|
});
|
|
@@ -2977,22 +2977,22 @@ function dr(e, t) {
|
|
|
2977
2977
|
b(i._leaveCb) && (i._leaveCb.cancelled = !0, i._leaveCb());
|
|
2978
2978
|
var n = hc(e.data.transition);
|
|
2979
2979
|
if (!$(n) && !(b(i._enterCb) || i.nodeType !== 1)) {
|
|
2980
|
-
for (var s = n.css, r = n.type, a = n.enterClass, o = n.enterToClass, l = n.enterActiveClass, p = n.appearClass, h = n.appearToClass, f = n.appearActiveClass, C = n.beforeEnter, k = n.enter, Q = n.afterEnter,
|
|
2980
|
+
for (var s = n.css, r = n.type, a = n.enterClass, o = n.enterToClass, l = n.enterActiveClass, p = n.appearClass, h = n.appearToClass, f = n.appearActiveClass, C = n.beforeEnter, k = n.enter, Q = n.afterEnter, M = n.enterCancelled, se = n.beforeAppear, ee = n.appear, X = n.afterAppear, D = n.appearCancelled, A = n.duration, _ = si, P = si.$vnode; P && P.parent; )
|
|
2981
2981
|
_ = P.context, P = P.parent;
|
|
2982
2982
|
var G = !_._isMounted || !e.isRootInsert;
|
|
2983
2983
|
if (!(G && !ee && ee !== "")) {
|
|
2984
|
-
var I = G && p ? p : a, R = G && f ? f : l,
|
|
2984
|
+
var I = G && p ? p : a, R = G && f ? f : l, B = G && h ? h : o, V = G && se || C, L = G && typeof ee == "function" ? ee : k, j = G && X || Q, te = G && D || M, Ee = an(
|
|
2985
2985
|
Pe(A) ? A.enter : A
|
|
2986
2986
|
);
|
|
2987
2987
|
process.env.NODE_ENV !== "production" && Ee != null && bc(Ee, "enter", e);
|
|
2988
2988
|
var oe = s !== !1 && !qi, g = ta(L), v = i._enterCb = Xn(function() {
|
|
2989
|
-
oe && (xt(i,
|
|
2989
|
+
oe && (xt(i, B), xt(i, R)), v.cancelled ? (oe && xt(i, I), te && te(i)) : j && j(i), i._enterCb = null;
|
|
2990
2990
|
});
|
|
2991
2991
|
e.data.show || Pt(e, "insert", function() {
|
|
2992
2992
|
var T = i.parentNode, O = T && T._pending && T._pending[e.key];
|
|
2993
2993
|
O && O.tag === e.tag && O.elm._leaveCb && O.elm._leaveCb(), L && L(i, v);
|
|
2994
2994
|
}), V && V(i), oe && (ri(i, I), ri(i, R), gc(function() {
|
|
2995
|
-
xt(i, I), v.cancelled || (ri(i,
|
|
2995
|
+
xt(i, I), v.cancelled || (ri(i, B), g || (Cc(Ee) ? setTimeout(v, Ee) : yc(i, r, v)));
|
|
2996
2996
|
})), e.data.show && (t && t(), L && L(i, v)), !oe && !g && v();
|
|
2997
2997
|
}
|
|
2998
2998
|
}
|
|
@@ -3005,18 +3005,18 @@ function Ac(e, t) {
|
|
|
3005
3005
|
return t();
|
|
3006
3006
|
if (b(i._leaveCb))
|
|
3007
3007
|
return;
|
|
3008
|
-
var s = n.css, r = n.type, a = n.leaveClass, o = n.leaveToClass, l = n.leaveActiveClass, p = n.beforeLeave, h = n.leave, f = n.afterLeave, C = n.leaveCancelled, k = n.delayLeave, Q = n.duration,
|
|
3008
|
+
var s = n.css, r = n.type, a = n.leaveClass, o = n.leaveToClass, l = n.leaveActiveClass, p = n.beforeLeave, h = n.leave, f = n.afterLeave, C = n.leaveCancelled, k = n.delayLeave, Q = n.duration, M = s !== !1 && !qi, se = ta(h), ee = an(
|
|
3009
3009
|
Pe(Q) ? Q.leave : Q
|
|
3010
3010
|
);
|
|
3011
3011
|
process.env.NODE_ENV !== "production" && b(ee) && bc(ee, "leave", e);
|
|
3012
3012
|
var X = i._leaveCb = Xn(function() {
|
|
3013
|
-
i.parentNode && i.parentNode._pending && (i.parentNode._pending[e.key] = null),
|
|
3013
|
+
i.parentNode && i.parentNode._pending && (i.parentNode._pending[e.key] = null), M && (xt(i, o), xt(i, l)), X.cancelled ? (M && xt(i, a), C && C(i)) : (t(), f && f(i)), i._leaveCb = null;
|
|
3014
3014
|
});
|
|
3015
3015
|
k ? k(D) : D();
|
|
3016
3016
|
function D() {
|
|
3017
|
-
X.cancelled || (!e.data.show && i.parentNode && ((i.parentNode._pending || (i.parentNode._pending = {}))[e.key] = e), p && p(i),
|
|
3017
|
+
X.cancelled || (!e.data.show && i.parentNode && ((i.parentNode._pending || (i.parentNode._pending = {}))[e.key] = e), p && p(i), M && (ri(i, a), ri(i, l), gc(function() {
|
|
3018
3018
|
xt(i, a), X.cancelled || (ri(i, o), se || (Cc(ee) ? setTimeout(X, ee) : yc(i, r, X)));
|
|
3019
|
-
})), h && h(i, X), !
|
|
3019
|
+
})), h && h(i, X), !M && !se && X());
|
|
3020
3020
|
}
|
|
3021
3021
|
}
|
|
3022
3022
|
function bc(e, t, i) {
|
|
@@ -3082,7 +3082,7 @@ var wc = {
|
|
|
3082
3082
|
}
|
|
3083
3083
|
};
|
|
3084
3084
|
function Ao(e, t, i) {
|
|
3085
|
-
bo(e, t, i), (Gi ||
|
|
3085
|
+
bo(e, t, i), (Gi || Mr) && setTimeout(function() {
|
|
3086
3086
|
bo(e, t, i);
|
|
3087
3087
|
}, 0);
|
|
3088
3088
|
}
|
|
@@ -3280,8 +3280,8 @@ var Ef = {
|
|
|
3280
3280
|
}
|
|
3281
3281
|
if (s) {
|
|
3282
3282
|
for (var C = [], k = [], Q = 0; Q < s.length; Q++) {
|
|
3283
|
-
var
|
|
3284
|
-
|
|
3283
|
+
var M = s[Q];
|
|
3284
|
+
M.data.transition = o, M.data.pos = M.elm.getBoundingClientRect(), n[M.key] ? C.push(M) : k.push(M);
|
|
3285
3285
|
}
|
|
3286
3286
|
this.kept = t(i, null, C), this.removed = k;
|
|
3287
3287
|
}
|
|
@@ -3340,7 +3340,7 @@ he(ge.options.directives, yf);
|
|
|
3340
3340
|
he(ge.options.components, kf);
|
|
3341
3341
|
ge.prototype.__patch__ = Ge ? ff : ke;
|
|
3342
3342
|
ge.prototype.$mount = function(e, t) {
|
|
3343
|
-
return e = e && Ge ? xh(e) : void 0,
|
|
3343
|
+
return e = e && Ge ? xh(e) : void 0, Md(this, e, t);
|
|
3344
3344
|
};
|
|
3345
3345
|
Ge && setTimeout(function() {
|
|
3346
3346
|
ue.devtools && (Zn ? Zn.emit("init", ge) : process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && console[console.info ? "info" : "log"](
|
|
@@ -3385,7 +3385,7 @@ function _f(e) {
|
|
|
3385
3385
|
var t;
|
|
3386
3386
|
Ke(e, (t = na()) === null || t === void 0 ? void 0 : t.proxy);
|
|
3387
3387
|
}
|
|
3388
|
-
var gr,
|
|
3388
|
+
var gr, Bn = [], kc = function() {
|
|
3389
3389
|
function e(t) {
|
|
3390
3390
|
this.active = !0, this.effects = [], this.cleanups = [], this.vm = t;
|
|
3391
3391
|
}
|
|
@@ -3399,9 +3399,9 @@ var gr, Mn = [], kc = function() {
|
|
|
3399
3399
|
else
|
|
3400
3400
|
process.env.NODE_ENV !== "production" && _f("cannot run an inactive effect scope.");
|
|
3401
3401
|
}, e.prototype.on = function() {
|
|
3402
|
-
this.active && (
|
|
3402
|
+
this.active && (Bn.push(this), gr = this);
|
|
3403
3403
|
}, e.prototype.off = function() {
|
|
3404
|
-
this.active && (
|
|
3404
|
+
this.active && (Bn.pop(), gr = Bn[Bn.length - 1]);
|
|
3405
3405
|
}, e.prototype.stop = function() {
|
|
3406
3406
|
this.active && (this.vm.$destroy(), this.effects.forEach(function(t) {
|
|
3407
3407
|
return t.stop();
|
|
@@ -3415,7 +3415,7 @@ var gr, Mn = [], kc = function() {
|
|
|
3415
3415
|
function t(i) {
|
|
3416
3416
|
i === void 0 && (i = !1);
|
|
3417
3417
|
var n = this, s = void 0;
|
|
3418
|
-
return
|
|
3418
|
+
return Bf(function() {
|
|
3419
3419
|
s = Dc(bs());
|
|
3420
3420
|
}), n = e.call(this, s) || this, i || Sf(n), n;
|
|
3421
3421
|
}
|
|
@@ -3461,14 +3461,14 @@ function _c() {
|
|
|
3461
3461
|
var e = ai || yr;
|
|
3462
3462
|
return process.env.NODE_ENV !== "production" && sa(e, "No vue dependency found."), e;
|
|
3463
3463
|
}
|
|
3464
|
-
function
|
|
3464
|
+
function Mf(e) {
|
|
3465
3465
|
process.env.NODE_ENV !== "production" && ai && e.__proto__ !== ai.__proto__ && Ke("[vue-composition-api] another instance of Vue installed"), ai = e, Object.defineProperty(e, Nc, {
|
|
3466
3466
|
configurable: !0,
|
|
3467
3467
|
writable: !0,
|
|
3468
3468
|
value: !0
|
|
3469
3469
|
});
|
|
3470
3470
|
}
|
|
3471
|
-
function
|
|
3471
|
+
function Bf(e) {
|
|
3472
3472
|
var t = Jn;
|
|
3473
3473
|
Jn = !1;
|
|
3474
3474
|
try {
|
|
@@ -3651,7 +3651,7 @@ var Pc = function() {
|
|
|
3651
3651
|
}
|
|
3652
3652
|
return e;
|
|
3653
3653
|
}();
|
|
3654
|
-
function
|
|
3654
|
+
function Mc(e, t, i) {
|
|
3655
3655
|
t === void 0 && (t = !1), i === void 0 && (i = !1);
|
|
3656
3656
|
var n = new Pc(e);
|
|
3657
3657
|
i && (n.effect = !0);
|
|
@@ -3663,7 +3663,7 @@ function No(e) {
|
|
|
3663
3663
|
if (Le(e))
|
|
3664
3664
|
return e;
|
|
3665
3665
|
var i = Lc((t = {}, t[nn] = e, t));
|
|
3666
|
-
return
|
|
3666
|
+
return Mc({
|
|
3667
3667
|
get: function() {
|
|
3668
3668
|
return i[nn];
|
|
3669
3669
|
},
|
|
@@ -3686,7 +3686,7 @@ function Hf(e) {
|
|
|
3686
3686
|
function Kf(e, t) {
|
|
3687
3687
|
t in e || Jf(e, t, void 0);
|
|
3688
3688
|
var i = e[t];
|
|
3689
|
-
return Le(i) ? i :
|
|
3689
|
+
return Le(i) ? i : Mc({
|
|
3690
3690
|
get: function() {
|
|
3691
3691
|
return e[t];
|
|
3692
3692
|
},
|
|
@@ -3695,14 +3695,14 @@ function Kf(e, t) {
|
|
|
3695
3695
|
}
|
|
3696
3696
|
});
|
|
3697
3697
|
}
|
|
3698
|
-
var
|
|
3698
|
+
var Bc = "__v_skip";
|
|
3699
3699
|
function Li(e) {
|
|
3700
3700
|
var t;
|
|
3701
|
-
return Boolean(e && vt(e, "__ob__") && typeof e.__ob__ == "object" && ((t = e.__ob__) === null || t === void 0 ? void 0 : t[
|
|
3701
|
+
return Boolean(e && vt(e, "__ob__") && typeof e.__ob__ == "object" && ((t = e.__ob__) === null || t === void 0 ? void 0 : t[Bc]));
|
|
3702
3702
|
}
|
|
3703
3703
|
function Si(e) {
|
|
3704
3704
|
var t;
|
|
3705
|
-
return Boolean(e && vt(e, "__ob__") && typeof e.__ob__ == "object" && !(!((t = e.__ob__) === null || t === void 0) && t[
|
|
3705
|
+
return Boolean(e && vt(e, "__ob__") && typeof e.__ob__ == "object" && !(!((t = e.__ob__) === null || t === void 0) && t[Bc]));
|
|
3706
3706
|
}
|
|
3707
3707
|
function vr(e) {
|
|
3708
3708
|
if (!(!Rt(e) || Li(e) || Ri(e) || Le(e) || Qf(e) || ko.has(e))) {
|
|
@@ -3795,7 +3795,7 @@ function zf(e, t, i) {
|
|
|
3795
3795
|
function Xf(e, t) {
|
|
3796
3796
|
return (e.__composition_api_state__ || {})[t];
|
|
3797
3797
|
}
|
|
3798
|
-
var
|
|
3798
|
+
var Mt = {
|
|
3799
3799
|
set: zf,
|
|
3800
3800
|
get: Xf
|
|
3801
3801
|
};
|
|
@@ -3834,9 +3834,9 @@ function Zf(e, t, i) {
|
|
|
3834
3834
|
})) : process.env.NODE_ENV !== "production" && (n && vt(n, t) ? Ke('The setup binding property "'.concat(t, '" is already declared as a prop.'), e) : Ke('The setup binding property "'.concat(t, '" is already declared.'), e));
|
|
3835
3835
|
}
|
|
3836
3836
|
function $f(e) {
|
|
3837
|
-
var t =
|
|
3837
|
+
var t = Mt.get(e, "rawBindings") || {};
|
|
3838
3838
|
if (!(!t || !Object.keys(t).length)) {
|
|
3839
|
-
for (var i = e.$refs, n =
|
|
3839
|
+
for (var i = e.$refs, n = Mt.get(e, "refs") || [], s = 0; s < n.length; s++) {
|
|
3840
3840
|
var r = n[s], a = t[r];
|
|
3841
3841
|
!i[r] && a && Le(a) && (a.value = null);
|
|
3842
3842
|
}
|
|
@@ -3844,7 +3844,7 @@ function $f(e) {
|
|
|
3844
3844
|
var r = o[s], a = t[r];
|
|
3845
3845
|
i[r] && a && Le(a) && (a.value = i[r], l.push(r));
|
|
3846
3846
|
}
|
|
3847
|
-
|
|
3847
|
+
Mt.set(e, "refs", l);
|
|
3848
3848
|
}
|
|
3849
3849
|
}
|
|
3850
3850
|
function _o(e) {
|
|
@@ -3858,11 +3858,11 @@ function _o(e) {
|
|
|
3858
3858
|
function So(e, t) {
|
|
3859
3859
|
var i, n;
|
|
3860
3860
|
if (!!e) {
|
|
3861
|
-
var s =
|
|
3861
|
+
var s = Mt.get(e, "attrBindings");
|
|
3862
3862
|
if (!(!s && !t)) {
|
|
3863
3863
|
if (!s) {
|
|
3864
3864
|
var r = Lc({});
|
|
3865
|
-
s = { ctx: t, data: r },
|
|
3865
|
+
s = { ctx: t, data: r }, Mt.set(e, "attrBindings", s), Re(t, "attrs", {
|
|
3866
3866
|
get: function() {
|
|
3867
3867
|
return s == null ? void 0 : s.data;
|
|
3868
3868
|
},
|
|
@@ -3899,7 +3899,7 @@ function So(e, t) {
|
|
|
3899
3899
|
function Do(e, t) {
|
|
3900
3900
|
var i = e.$options._parentVnode;
|
|
3901
3901
|
if (!!i) {
|
|
3902
|
-
for (var n =
|
|
3902
|
+
for (var n = Mt.get(e, "slots") || [], s = Gf(i.data.scopedSlots, e.$slots), r = 0; r < n.length; r++) {
|
|
3903
3903
|
var a = n[r];
|
|
3904
3904
|
s[a] || delete t[a];
|
|
3905
3905
|
}
|
|
@@ -3907,7 +3907,7 @@ function Do(e, t) {
|
|
|
3907
3907
|
var a = o[r];
|
|
3908
3908
|
t[a] || (t[a] = Uf(e, a));
|
|
3909
3909
|
}
|
|
3910
|
-
|
|
3910
|
+
Mt.set(e, "slots", o);
|
|
3911
3911
|
}
|
|
3912
3912
|
}
|
|
3913
3913
|
function Fs(e, t, i) {
|
|
@@ -3973,21 +3973,21 @@ function em(e) {
|
|
|
3973
3973
|
};
|
|
3974
3974
|
return;
|
|
3975
3975
|
} else if (cs(f)) {
|
|
3976
|
-
Si(f) && (f = Hf(f)),
|
|
3976
|
+
Si(f) && (f = Hf(f)), Mt.set(a, "rawBindings", f);
|
|
3977
3977
|
var k = f;
|
|
3978
3978
|
Object.keys(k).forEach(function(Q) {
|
|
3979
|
-
var
|
|
3980
|
-
if (!Le(
|
|
3981
|
-
if (Si(
|
|
3982
|
-
Ri(
|
|
3983
|
-
else if (ei(
|
|
3984
|
-
var se =
|
|
3985
|
-
|
|
3986
|
-
|
|
3979
|
+
var M = k[Q];
|
|
3980
|
+
if (!Le(M))
|
|
3981
|
+
if (Si(M))
|
|
3982
|
+
Ri(M) && (M = No(M));
|
|
3983
|
+
else if (ei(M)) {
|
|
3984
|
+
var se = M;
|
|
3985
|
+
M = M.bind(a), Object.keys(se).forEach(function(ee) {
|
|
3986
|
+
M[ee] = se[ee];
|
|
3987
3987
|
});
|
|
3988
3988
|
} else
|
|
3989
|
-
cs(
|
|
3990
|
-
Zf(a, Q,
|
|
3989
|
+
cs(M) ? s(M) && n(M) : M = No(M);
|
|
3990
|
+
Zf(a, Q, M);
|
|
3991
3991
|
});
|
|
3992
3992
|
return;
|
|
3993
3993
|
}
|
|
@@ -4060,7 +4060,7 @@ function tm(e) {
|
|
|
4060
4060
|
return function(s, r) {
|
|
4061
4061
|
return Fc(ei(t) ? t(s, r) || {} : void 0, ei(i) ? i(s, r) || {} : void 0);
|
|
4062
4062
|
};
|
|
4063
|
-
},
|
|
4063
|
+
}, Mf(e), em(e);
|
|
4064
4064
|
}
|
|
4065
4065
|
var Vc = {
|
|
4066
4066
|
install: function(e) {
|
|
@@ -4324,7 +4324,7 @@ var cm = function() {
|
|
|
4324
4324
|
}
|
|
4325
4325
|
})]) : e._e();
|
|
4326
4326
|
}, um = [];
|
|
4327
|
-
const
|
|
4327
|
+
const Mo = {};
|
|
4328
4328
|
var pm = /* @__PURE__ */ ye(
|
|
4329
4329
|
lm,
|
|
4330
4330
|
cm,
|
|
@@ -4336,8 +4336,8 @@ var pm = /* @__PURE__ */ ye(
|
|
|
4336
4336
|
null
|
|
4337
4337
|
);
|
|
4338
4338
|
function dm(e) {
|
|
4339
|
-
for (let t in
|
|
4340
|
-
this[t] =
|
|
4339
|
+
for (let t in Mo)
|
|
4340
|
+
this[t] = Mo[t];
|
|
4341
4341
|
}
|
|
4342
4342
|
const jc = /* @__PURE__ */ function() {
|
|
4343
4343
|
return pm.exports;
|
|
@@ -4538,7 +4538,7 @@ var fm = function() {
|
|
|
4538
4538
|
staticClass: "preview-image-view--close"
|
|
4539
4539
|
})]) : e._e();
|
|
4540
4540
|
}, mm = [];
|
|
4541
|
-
const
|
|
4541
|
+
const Bo = {};
|
|
4542
4542
|
var gm = /* @__PURE__ */ ye(
|
|
4543
4543
|
hm,
|
|
4544
4544
|
fm,
|
|
@@ -4550,8 +4550,8 @@ var gm = /* @__PURE__ */ ye(
|
|
|
4550
4550
|
null
|
|
4551
4551
|
);
|
|
4552
4552
|
function ym(e) {
|
|
4553
|
-
for (let t in
|
|
4554
|
-
this[t] =
|
|
4553
|
+
for (let t in Bo)
|
|
4554
|
+
this[t] = Bo[t];
|
|
4555
4555
|
}
|
|
4556
4556
|
const Cs = /* @__PURE__ */ function() {
|
|
4557
4557
|
return gm.exports;
|
|
@@ -4924,10 +4924,10 @@ function Pm(e, t) {
|
|
|
4924
4924
|
t.indexOf(r) === -1 && (i[r] = s);
|
|
4925
4925
|
}), i;
|
|
4926
4926
|
}
|
|
4927
|
-
var
|
|
4927
|
+
var Mm = 1e3;
|
|
4928
4928
|
function _t(e, t) {
|
|
4929
4929
|
var i = this;
|
|
4930
|
-
t = t ||
|
|
4930
|
+
t = t || Mm, e.on(["render.shape", "render.connection"], t, function(n, s) {
|
|
4931
4931
|
var r = n.type, a = s.element, o = s.gfx, l = s.attrs;
|
|
4932
4932
|
if (i.canRender(a))
|
|
4933
4933
|
return r === "render.shape" ? i.drawShape(o, a, l) : i.drawConnection(o, a, l);
|
|
@@ -4950,7 +4950,7 @@ function W(e, t) {
|
|
|
4950
4950
|
var i = me(e);
|
|
4951
4951
|
return i && typeof i.$instanceOf == "function" && i.$instanceOf(t);
|
|
4952
4952
|
}
|
|
4953
|
-
function
|
|
4953
|
+
function Bm(e, t) {
|
|
4954
4954
|
return zc(t, function(i) {
|
|
4955
4955
|
return W(e, i);
|
|
4956
4956
|
});
|
|
@@ -5555,7 +5555,7 @@ function Ig(e, t, i, n, s) {
|
|
|
5555
5555
|
function kg(e, t, i, n) {
|
|
5556
5556
|
return au.indexOf(t) !== -1 && (n = !0), ti.unbind(e, t, i, n);
|
|
5557
5557
|
}
|
|
5558
|
-
var
|
|
5558
|
+
var Mi = {
|
|
5559
5559
|
bind: Ig,
|
|
5560
5560
|
unbind: kg
|
|
5561
5561
|
}, Ng = _g, ou = !1, Rn;
|
|
@@ -5621,7 +5621,7 @@ function Dg(e, t) {
|
|
|
5621
5621
|
function Pg(e, t) {
|
|
5622
5622
|
return t = { exports: {} }, e(t, t.exports), t.exports;
|
|
5623
5623
|
}
|
|
5624
|
-
var
|
|
5624
|
+
var Mg = Pg(function(e) {
|
|
5625
5625
|
var t = e.exports = function(i, n) {
|
|
5626
5626
|
if (n || (n = 16), i === void 0 && (i = 128), i <= 0)
|
|
5627
5627
|
return "0";
|
|
@@ -5661,7 +5661,7 @@ var Bg = Pg(function(e) {
|
|
|
5661
5661
|
function kt(e) {
|
|
5662
5662
|
if (!(this instanceof kt))
|
|
5663
5663
|
return new kt(e);
|
|
5664
|
-
e = e || [128, 36, 1], this._seed = e.length ?
|
|
5664
|
+
e = e || [128, 36, 1], this._seed = e.length ? Mg.rack(e[0], e[1], e[2]) : e;
|
|
5665
5665
|
}
|
|
5666
5666
|
kt.prototype.next = function(e) {
|
|
5667
5667
|
return this._seed(e || !0);
|
|
@@ -5687,7 +5687,7 @@ kt.prototype.clear = function() {
|
|
|
5687
5687
|
for (t in e)
|
|
5688
5688
|
this.unclaim(t);
|
|
5689
5689
|
};
|
|
5690
|
-
var
|
|
5690
|
+
var Bg = new kt(), Og = 10, Ln = 3, Rg = 1.5, Hn = 10, wi = 0.95, Lg = 1, Fg = 0.25;
|
|
5691
5691
|
function Ai(e, t, i, n, s, r, a) {
|
|
5692
5692
|
_t.call(this, t, a);
|
|
5693
5693
|
var o = e && e.defaultFillColor, l = e && e.defaultStrokeColor, p = e && e.defaultLabelColor;
|
|
@@ -5728,7 +5728,7 @@ function Ai(e, t, i, n, s, r, a) {
|
|
|
5728
5728
|
q || (q = pe("defs"), Te(x, q)), Te(q, S);
|
|
5729
5729
|
}
|
|
5730
5730
|
function k(d, u, c, m) {
|
|
5731
|
-
var y =
|
|
5731
|
+
var y = Bg.nextPrefixed("marker-");
|
|
5732
5732
|
return Q(d, y, u, c, m), "url(#" + y + ")";
|
|
5733
5733
|
}
|
|
5734
5734
|
function Q(d, u, c, m, y) {
|
|
@@ -5847,7 +5847,7 @@ function Ai(e, t, i, n, s, r, a) {
|
|
|
5847
5847
|
});
|
|
5848
5848
|
}
|
|
5849
5849
|
}
|
|
5850
|
-
function
|
|
5850
|
+
function M(d, u, c, m, y = {}) {
|
|
5851
5851
|
di(m) && (y = m, m = 0), m = m || 0, y = h(y);
|
|
5852
5852
|
var x = u / 2, S = c / 2, q = pe("circle", {
|
|
5853
5853
|
cx: x,
|
|
@@ -5932,7 +5932,7 @@ function Ai(e, t, i, n, s, r, a) {
|
|
|
5932
5932
|
return q;
|
|
5933
5933
|
},
|
|
5934
5934
|
"bpmn:TimerEventDefinition": function(d, u, c = {}) {
|
|
5935
|
-
var m = c.width || u.width, y = c.height || u.height, x = c.width ? 1 : 2, S =
|
|
5935
|
+
var m = c.width || u.width, y = c.height || u.height, x = c.width ? 1 : 2, S = M(d, m, y, 0.2 * y, {
|
|
5936
5936
|
fill: ne(u, o, c.fill),
|
|
5937
5937
|
stroke: F(u, l, c.stroke),
|
|
5938
5938
|
strokeWidth: x
|
|
@@ -6123,7 +6123,7 @@ function Ai(e, t, i, n, s, r, a) {
|
|
|
6123
6123
|
});
|
|
6124
6124
|
},
|
|
6125
6125
|
"bpmn:TerminateEventDefinition": function(d, u, c = {}) {
|
|
6126
|
-
var m =
|
|
6126
|
+
var m = M(d, u.width, u.height, 8, {
|
|
6127
6127
|
fill: F(u, l, c.stroke),
|
|
6128
6128
|
stroke: F(u, l, c.stroke),
|
|
6129
6129
|
strokeWidth: 4
|
|
@@ -6135,7 +6135,7 @@ function Ai(e, t, i, n, s, r, a) {
|
|
|
6135
6135
|
var y = me(d), x = cg(y), S = m || d;
|
|
6136
6136
|
return y.get("eventDefinitions") && y.get("eventDefinitions").length > 1 ? y.get("parallelMultiple") ? I["bpmn:ParallelMultipleEventDefinition"](u, S, c, x) : I["bpmn:MultipleEventDefinition"](u, S, c, x) : ht(y, "bpmn:MessageEventDefinition") ? I["bpmn:MessageEventDefinition"](u, S, c, x) : ht(y, "bpmn:TimerEventDefinition") ? I["bpmn:TimerEventDefinition"](u, S, c, x) : ht(y, "bpmn:ConditionalEventDefinition") ? I["bpmn:ConditionalEventDefinition"](u, S, c, x) : ht(y, "bpmn:SignalEventDefinition") ? I["bpmn:SignalEventDefinition"](u, S, c, x) : ht(y, "bpmn:EscalationEventDefinition") ? I["bpmn:EscalationEventDefinition"](u, S, c, x) : ht(y, "bpmn:LinkEventDefinition") ? I["bpmn:LinkEventDefinition"](u, S, c, x) : ht(y, "bpmn:ErrorEventDefinition") ? I["bpmn:ErrorEventDefinition"](u, S, c, x) : ht(y, "bpmn:CancelEventDefinition") ? I["bpmn:CancelEventDefinition"](u, S, c, x) : ht(y, "bpmn:CompensateEventDefinition") ? I["bpmn:CompensateEventDefinition"](u, S, c, x) : ht(y, "bpmn:TerminateEventDefinition") ? I["bpmn:TerminateEventDefinition"](u, S, c, x) : null;
|
|
6137
6137
|
}
|
|
6138
|
-
var
|
|
6138
|
+
var B = {
|
|
6139
6139
|
ParticipantMultiplicityMarker: function(d, u, c = {}) {
|
|
6140
6140
|
var m = et(u, c), y = Qe(u, c), x = n.getScaledPath("MARKER_PARALLEL", {
|
|
6141
6141
|
xScaleFactor: 1,
|
|
@@ -6261,7 +6261,7 @@ function Ai(e, t, i, n, s, r, a) {
|
|
|
6261
6261
|
}
|
|
6262
6262
|
};
|
|
6263
6263
|
function V(d, u, c, m) {
|
|
6264
|
-
|
|
6264
|
+
B[d](u, c, m);
|
|
6265
6265
|
}
|
|
6266
6266
|
function L(d, u, c = [], m = {}) {
|
|
6267
6267
|
m = {
|
|
@@ -6417,7 +6417,7 @@ function Ai(e, t, i, n, s, r, a) {
|
|
|
6417
6417
|
return S;
|
|
6418
6418
|
}
|
|
6419
6419
|
function O(d, u, c = {}) {
|
|
6420
|
-
return
|
|
6420
|
+
return M(d, u.width, u.height, {
|
|
6421
6421
|
fillOpacity: wi,
|
|
6422
6422
|
...c,
|
|
6423
6423
|
fill: ne(u, o, c.fill),
|
|
@@ -6462,7 +6462,7 @@ function Ai(e, t, i, n, s, r, a) {
|
|
|
6462
6462
|
width: y,
|
|
6463
6463
|
height: y
|
|
6464
6464
|
}, S = me(d).isInterrupting, q = S ? 0 : 3, re = S ? 1 : 1.2, be = 20, ve = (y - be) / 2, xe = "translate(" + ve + "," + ve + ")";
|
|
6465
|
-
|
|
6465
|
+
M(u, be, be, {
|
|
6466
6466
|
fill: x.fill,
|
|
6467
6467
|
stroke: x.stroke,
|
|
6468
6468
|
strokeWidth: re,
|
|
@@ -6506,7 +6506,7 @@ function Ai(e, t, i, n, s, r, a) {
|
|
|
6506
6506
|
stroke: F(u, l, c.stroke)
|
|
6507
6507
|
}, x || (c.strokeDasharray = "6");
|
|
6508
6508
|
var S = O(d, u, c);
|
|
6509
|
-
return
|
|
6509
|
+
return M(d, u.width, u.height, Ln, {
|
|
6510
6510
|
...c,
|
|
6511
6511
|
fill: "none"
|
|
6512
6512
|
}), m && R(u, d, c), S;
|
|
@@ -6658,7 +6658,7 @@ function Ai(e, t, i, n, s, r, a) {
|
|
|
6658
6658
|
"stroke"
|
|
6659
6659
|
]);
|
|
6660
6660
|
var m = me(u), y = H(d, u, c);
|
|
6661
|
-
|
|
6661
|
+
M(d, u.width, u.height, u.height * 0.2, {
|
|
6662
6662
|
fill: ne(u, "none", c.fill),
|
|
6663
6663
|
stroke: F(u, l, c.stroke),
|
|
6664
6664
|
strokeWidth: 1
|
|
@@ -6698,7 +6698,7 @@ function Ai(e, t, i, n, s, r, a) {
|
|
|
6698
6698
|
strokeWidth: 1
|
|
6699
6699
|
});
|
|
6700
6700
|
} else
|
|
6701
|
-
x === "Exclusive" && (S ||
|
|
6701
|
+
x === "Exclusive" && (S || M(d, u.width, u.height, u.height * 0.26, {
|
|
6702
6702
|
fill: "none",
|
|
6703
6703
|
stroke: F(u, l, c.stroke),
|
|
6704
6704
|
strokeWidth: 1
|
|
@@ -6754,7 +6754,7 @@ function Ai(e, t, i, n, s, r, a) {
|
|
|
6754
6754
|
"stroke"
|
|
6755
6755
|
]);
|
|
6756
6756
|
var m = H(d, u, c);
|
|
6757
|
-
return
|
|
6757
|
+
return M(d, u.width, u.height, u.height * 0.24, {
|
|
6758
6758
|
fill: ne(u, o, c.fill),
|
|
6759
6759
|
stroke: F(u, l, c.stroke),
|
|
6760
6760
|
strokeWidth: 2.5
|
|
@@ -6770,7 +6770,7 @@ function Ai(e, t, i, n, s, r, a) {
|
|
|
6770
6770
|
...c,
|
|
6771
6771
|
strokeWidth: 1.5
|
|
6772
6772
|
});
|
|
6773
|
-
return
|
|
6773
|
+
return M(d, u.width, u.height, Ln, {
|
|
6774
6774
|
fill: "none",
|
|
6775
6775
|
stroke: F(u, l, c.stroke),
|
|
6776
6776
|
strokeWidth: 1.5
|
|
@@ -6915,7 +6915,7 @@ function Ai(e, t, i, n, s, r, a) {
|
|
|
6915
6915
|
"stroke"
|
|
6916
6916
|
]);
|
|
6917
6917
|
var m = me(u), y = K(d, u, c), x;
|
|
6918
|
-
return m.get("instantiate") ? (
|
|
6918
|
+
return m.get("instantiate") ? (M(d, 28, 28, 20 * 0.22, {
|
|
6919
6919
|
fill: ne(u, o, c.fill),
|
|
6920
6920
|
stroke: F(u, l, c.stroke),
|
|
6921
6921
|
strokeWidth: 1
|
|
@@ -7002,7 +7002,7 @@ function Ai(e, t, i, n, s, r, a) {
|
|
|
7002
7002
|
"stroke"
|
|
7003
7003
|
]);
|
|
7004
7004
|
var m = K(d, u, c);
|
|
7005
|
-
|
|
7005
|
+
M(d, 10, 10, {
|
|
7006
7006
|
fill: ne(u, o, c.fill),
|
|
7007
7007
|
stroke: "none",
|
|
7008
7008
|
transform: "translate(6, 6)"
|
|
@@ -7017,7 +7017,7 @@ function Ai(e, t, i, n, s, r, a) {
|
|
|
7017
7017
|
fill: ne(u, o, c.fill),
|
|
7018
7018
|
stroke: F(u, l, c.stroke),
|
|
7019
7019
|
strokeWidth: 1
|
|
7020
|
-
}),
|
|
7020
|
+
}), M(d, 10, 10, {
|
|
7021
7021
|
fill: ne(u, o, c.fill),
|
|
7022
7022
|
stroke: "none",
|
|
7023
7023
|
transform: "translate(11, 10)"
|
|
@@ -7302,12 +7302,12 @@ ws.prototype.layoutText = function(e, t) {
|
|
|
7302
7302
|
return X + (o || D.height);
|
|
7303
7303
|
}, 0) + r.top + r.bottom, Q = Vi(p, function(X, D, A) {
|
|
7304
7304
|
return D.width > X ? D.width : X;
|
|
7305
|
-
}, 0),
|
|
7306
|
-
s.vertical === "middle" && (
|
|
7305
|
+
}, 0), M = r.top;
|
|
7306
|
+
s.vertical === "middle" && (M += (i.height - k) / 2), M -= (o || p[0].height) / 4;
|
|
7307
7307
|
var se = pe("text");
|
|
7308
7308
|
de(se, n), J(p, function(X) {
|
|
7309
7309
|
var D;
|
|
7310
|
-
switch (
|
|
7310
|
+
switch (M += o || X.height, s.horizontal) {
|
|
7311
7311
|
case "left":
|
|
7312
7312
|
D = r.left;
|
|
7313
7313
|
break;
|
|
@@ -7318,7 +7318,7 @@ ws.prototype.layoutText = function(e, t) {
|
|
|
7318
7318
|
D = Math.max(((a ? Q : h) - X.width) / 2 + r.left, 0);
|
|
7319
7319
|
}
|
|
7320
7320
|
var A = pe("tspan");
|
|
7321
|
-
de(A, { x: D, y:
|
|
7321
|
+
de(A, { x: D, y: M }), A.textContent = X.text, Te(se, A);
|
|
7322
7322
|
}), vn(f);
|
|
7323
7323
|
var ee = {
|
|
7324
7324
|
width: Q,
|
|
@@ -7699,13 +7699,13 @@ function cy(e) {
|
|
|
7699
7699
|
for (var t = e.waypoints, i = t.reduce(function(p, h, f) {
|
|
7700
7700
|
var C = t[f - 1];
|
|
7701
7701
|
if (C) {
|
|
7702
|
-
var k = p[p.length - 1], Q = k && k.endLength || 0,
|
|
7702
|
+
var k = p[p.length - 1], Q = k && k.endLength || 0, M = uy(C, h);
|
|
7703
7703
|
p.push({
|
|
7704
7704
|
start: C,
|
|
7705
7705
|
end: h,
|
|
7706
7706
|
startLength: Q,
|
|
7707
|
-
endLength: Q +
|
|
7708
|
-
length:
|
|
7707
|
+
endLength: Q + M,
|
|
7708
|
+
length: M
|
|
7709
7709
|
});
|
|
7710
7710
|
}
|
|
7711
7711
|
return p;
|
|
@@ -8178,10 +8178,10 @@ function vu(e, t, i) {
|
|
|
8178
8178
|
}
|
|
8179
8179
|
if (!C)
|
|
8180
8180
|
return [];
|
|
8181
|
-
var Q = xy(f.name || f.id),
|
|
8182
|
-
return
|
|
8181
|
+
var Q = xy(f.name || f.id), M = Ye('<li><span class="bjs-crumb"><a title="' + Q + '">' + Q + "</a></span></li>");
|
|
8182
|
+
return M.addEventListener("click", function() {
|
|
8183
8183
|
i.setRootElement(C);
|
|
8184
|
-
}),
|
|
8184
|
+
}), M;
|
|
8185
8185
|
});
|
|
8186
8186
|
n.innerHTML = "";
|
|
8187
8187
|
var h = p.length > 1;
|
|
@@ -8336,9 +8336,9 @@ function Sy(e) {
|
|
|
8336
8336
|
}
|
|
8337
8337
|
function Dy(e, t) {
|
|
8338
8338
|
var i = e.$parent;
|
|
8339
|
-
return !(!W(i, "bpmn:SubProcess") || i === t.bpmnElement ||
|
|
8339
|
+
return !(!W(i, "bpmn:SubProcess") || i === t.bpmnElement || Bm(e, ["bpmn:DataInputAssociation", "bpmn:DataOutputAssociation"]));
|
|
8340
8340
|
}
|
|
8341
|
-
var Fn = 250, Py = '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.81801948,3.50735931 L10.4996894,9.1896894 L10.5,4 L12,4 L12,12 L4,12 L4,10.5 L9.6896894,10.4996894 L3.75735931,4.56801948 C3.46446609,4.27512627 3.46446609,3.80025253 3.75735931,3.50735931 C4.05025253,3.21446609 4.52512627,3.21446609 4.81801948,3.50735931 Z"/></svg>',
|
|
8341
|
+
var Fn = 250, Py = '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.81801948,3.50735931 L10.4996894,9.1896894 L10.5,4 L12,4 L12,12 L4,12 L4,10.5 L9.6896894,10.4996894 L3.75735931,4.56801948 C3.46446609,4.27512627 3.46446609,3.80025253 3.75735931,3.50735931 C4.05025253,3.21446609 4.52512627,3.21446609 4.81801948,3.50735931 Z"/></svg>', My = "bjs-drilldown-empty";
|
|
8342
8342
|
function qt(e, t, i, n, s) {
|
|
8343
8343
|
Ve.call(this, t), this._canvas = e, this._eventBus = t, this._elementRegistry = i, this._overlays = n, this._translate = s;
|
|
8344
8344
|
var r = this;
|
|
@@ -8388,7 +8388,7 @@ qt.prototype._updateOverlayVisibility = function(e) {
|
|
|
8388
8388
|
var t = this._overlays, i = me(e), n = t.get({ element: i.id, type: "drilldown" })[0];
|
|
8389
8389
|
if (!!n) {
|
|
8390
8390
|
var s = i && i.get("flowElements") && i.get("flowElements").length;
|
|
8391
|
-
fi(n.html).toggle(
|
|
8391
|
+
fi(n.html).toggle(My, !s);
|
|
8392
8392
|
}
|
|
8393
8393
|
};
|
|
8394
8394
|
qt.prototype._addOverlay = function(e) {
|
|
@@ -8419,7 +8419,7 @@ qt.$inject = [
|
|
|
8419
8419
|
"overlays",
|
|
8420
8420
|
"translate"
|
|
8421
8421
|
];
|
|
8422
|
-
const
|
|
8422
|
+
const By = {
|
|
8423
8423
|
__depends__: [gu, Ay, wy],
|
|
8424
8424
|
__init__: ["drilldownBreadcrumbs", "drilldownOverlayBehavior", "drilldownCentering", "subprocessCompatibility"],
|
|
8425
8425
|
drilldownBreadcrumbs: ["type", vu],
|
|
@@ -8458,11 +8458,11 @@ function Vn(e) {
|
|
|
8458
8458
|
var Ko = 500;
|
|
8459
8459
|
function Eu(e, t, i) {
|
|
8460
8460
|
var n = this;
|
|
8461
|
-
function s(I, R,
|
|
8461
|
+
function s(I, R, B) {
|
|
8462
8462
|
if (!o(I, R)) {
|
|
8463
8463
|
var V, L, j;
|
|
8464
|
-
|
|
8465
|
-
element:
|
|
8464
|
+
B ? L = t.getGraphics(B) : (V = R.delegateTarget || R.target, V && (L = V, B = t.get(L))), !(!L || !B) && (j = e.fire(I, {
|
|
8465
|
+
element: B,
|
|
8466
8466
|
gfx: L,
|
|
8467
8467
|
originalEvent: R
|
|
8468
8468
|
}), j === !1 && (R.stopPropagation(), R.preventDefault()));
|
|
@@ -8473,8 +8473,8 @@ function Eu(e, t, i) {
|
|
|
8473
8473
|
return r[I];
|
|
8474
8474
|
}
|
|
8475
8475
|
function o(I, R) {
|
|
8476
|
-
var
|
|
8477
|
-
return !
|
|
8476
|
+
var B = p[I] || xs;
|
|
8477
|
+
return !B(R);
|
|
8478
8478
|
}
|
|
8479
8479
|
var l = {
|
|
8480
8480
|
click: "element.click",
|
|
@@ -8492,52 +8492,52 @@ function Eu(e, t, i) {
|
|
|
8492
8492
|
"element.click": Vn,
|
|
8493
8493
|
"element.dblclick": Vn
|
|
8494
8494
|
};
|
|
8495
|
-
function h(I, R,
|
|
8495
|
+
function h(I, R, B) {
|
|
8496
8496
|
var V = l[I];
|
|
8497
8497
|
if (!V)
|
|
8498
8498
|
throw new Error("unmapped DOM event name <" + I + ">");
|
|
8499
|
-
return s(V, R,
|
|
8499
|
+
return s(V, R, B);
|
|
8500
8500
|
}
|
|
8501
8501
|
var f = "svg, .djs-element";
|
|
8502
|
-
function C(I, R,
|
|
8503
|
-
var L = r[
|
|
8504
|
-
s(
|
|
8502
|
+
function C(I, R, B, V) {
|
|
8503
|
+
var L = r[B] = function(j) {
|
|
8504
|
+
s(B, j);
|
|
8505
8505
|
};
|
|
8506
|
-
V && (p[
|
|
8506
|
+
V && (p[B] = V), L.$delegate = Mi.bind(I, f, R, L);
|
|
8507
8507
|
}
|
|
8508
|
-
function k(I, R,
|
|
8509
|
-
var V = a(
|
|
8510
|
-
!V ||
|
|
8508
|
+
function k(I, R, B) {
|
|
8509
|
+
var V = a(B);
|
|
8510
|
+
!V || Mi.unbind(I, R, V.$delegate);
|
|
8511
8511
|
}
|
|
8512
8512
|
function Q(I) {
|
|
8513
|
-
J(l, function(R,
|
|
8514
|
-
C(I,
|
|
8513
|
+
J(l, function(R, B) {
|
|
8514
|
+
C(I, B, R);
|
|
8515
8515
|
});
|
|
8516
8516
|
}
|
|
8517
|
-
function
|
|
8518
|
-
J(l, function(R,
|
|
8519
|
-
k(I,
|
|
8517
|
+
function M(I) {
|
|
8518
|
+
J(l, function(R, B) {
|
|
8519
|
+
k(I, B, R);
|
|
8520
8520
|
});
|
|
8521
8521
|
}
|
|
8522
8522
|
e.on("canvas.destroy", function(I) {
|
|
8523
|
-
|
|
8523
|
+
M(I.svg);
|
|
8524
8524
|
}), e.on("canvas.init", function(I) {
|
|
8525
8525
|
Q(I.svg);
|
|
8526
8526
|
}), e.on(["shape.added", "connection.added"], function(I) {
|
|
8527
|
-
var R = I.element,
|
|
8528
|
-
e.fire("interactionEvents.createHit", { element: R, gfx:
|
|
8527
|
+
var R = I.element, B = I.gfx;
|
|
8528
|
+
e.fire("interactionEvents.createHit", { element: R, gfx: B });
|
|
8529
8529
|
}), e.on([
|
|
8530
8530
|
"shape.changed",
|
|
8531
8531
|
"connection.changed"
|
|
8532
8532
|
], Ko, function(I) {
|
|
8533
|
-
var R = I.element,
|
|
8534
|
-
e.fire("interactionEvents.updateHit", { element: R, gfx:
|
|
8533
|
+
var R = I.element, B = I.gfx;
|
|
8534
|
+
e.fire("interactionEvents.updateHit", { element: R, gfx: B });
|
|
8535
8535
|
}), e.on("interactionEvents.createHit", Ko, function(I) {
|
|
8536
|
-
var R = I.element,
|
|
8537
|
-
n.createDefaultHit(R,
|
|
8536
|
+
var R = I.element, B = I.gfx;
|
|
8537
|
+
n.createDefaultHit(R, B);
|
|
8538
8538
|
}), e.on("interactionEvents.updateHit", function(I) {
|
|
8539
|
-
var R = I.element,
|
|
8540
|
-
n.updateDefaultHit(R,
|
|
8539
|
+
var R = I.element, B = I.gfx;
|
|
8540
|
+
n.updateDefaultHit(R, B);
|
|
8541
8541
|
});
|
|
8542
8542
|
var se = _("djs-hit djs-hit-stroke"), ee = _("djs-hit djs-hit-click-stroke"), X = _("djs-hit djs-hit-all"), D = _("djs-hit djs-hit-no-move"), A = {
|
|
8543
8543
|
all: X,
|
|
@@ -8552,10 +8552,10 @@ function Eu(e, t, i) {
|
|
|
8552
8552
|
}, R || {}), i.cls(I, ["no-fill", "no-border"], R);
|
|
8553
8553
|
}
|
|
8554
8554
|
function P(I, R) {
|
|
8555
|
-
var
|
|
8556
|
-
if (!
|
|
8555
|
+
var B = A[R];
|
|
8556
|
+
if (!B)
|
|
8557
8557
|
throw new Error("invalid hit type <" + R + ">");
|
|
8558
|
-
return de(I,
|
|
8558
|
+
return de(I, B), I;
|
|
8559
8559
|
}
|
|
8560
8560
|
function G(I, R) {
|
|
8561
8561
|
Te(I, R);
|
|
@@ -8564,28 +8564,28 @@ function Eu(e, t, i) {
|
|
|
8564
8564
|
var R = Sg(".djs-hit", I);
|
|
8565
8565
|
J(R, vn);
|
|
8566
8566
|
}, this.createDefaultHit = function(I, R) {
|
|
8567
|
-
var
|
|
8568
|
-
return
|
|
8567
|
+
var B = I.waypoints, V = I.isFrame, L;
|
|
8568
|
+
return B ? this.createWaypointsHit(R, B) : (L = V ? "stroke" : "all", this.createBoxHit(R, L, {
|
|
8569
8569
|
width: I.width,
|
|
8570
8570
|
height: I.height
|
|
8571
8571
|
}));
|
|
8572
8572
|
}, this.createWaypointsHit = function(I, R) {
|
|
8573
|
-
var
|
|
8574
|
-
return P(
|
|
8575
|
-
}, this.createBoxHit = function(I, R,
|
|
8576
|
-
|
|
8573
|
+
var B = la(R);
|
|
8574
|
+
return P(B, "stroke"), G(I, B), B;
|
|
8575
|
+
}, this.createBoxHit = function(I, R, B) {
|
|
8576
|
+
B = Y({
|
|
8577
8577
|
x: 0,
|
|
8578
8578
|
y: 0
|
|
8579
|
-
},
|
|
8579
|
+
}, B);
|
|
8580
8580
|
var V = pe("rect");
|
|
8581
|
-
return P(V, R), de(V,
|
|
8581
|
+
return P(V, R), de(V, B), G(I, V), V;
|
|
8582
8582
|
}, this.updateDefaultHit = function(I, R) {
|
|
8583
|
-
var
|
|
8584
|
-
if (!!
|
|
8585
|
-
return I.waypoints ? iu(
|
|
8583
|
+
var B = Tt(".djs-hit", R);
|
|
8584
|
+
if (!!B)
|
|
8585
|
+
return I.waypoints ? iu(B, I.waypoints) : de(B, {
|
|
8586
8586
|
width: I.width,
|
|
8587
8587
|
height: I.height
|
|
8588
|
-
}),
|
|
8588
|
+
}), B;
|
|
8589
8589
|
}, this.fire = s, this.triggerMouseEvent = h, this.mouseHandler = a, this.registerEvent = C, this.unregisterEvent = k;
|
|
8590
8590
|
}
|
|
8591
8591
|
Eu.$inject = [
|
|
@@ -8796,10 +8796,10 @@ function Iu(e, t) {
|
|
|
8796
8796
|
function k(D, A) {
|
|
8797
8797
|
if (A && A.length) {
|
|
8798
8798
|
const _ = /* @__PURE__ */ Object.create(null), P = /* @__PURE__ */ Object.create(null), G = [], I = [], R = [];
|
|
8799
|
-
let
|
|
8799
|
+
let B, V, L, j;
|
|
8800
8800
|
for (let te in s)
|
|
8801
|
-
|
|
8802
|
-
|
|
8801
|
+
B = s[te], A.indexOf(te) !== -1 && (B[2] === "private" ? (V = G.indexOf(B[3]), V === -1 ? (L = B[3].createChild([], A), j = C(L), G.push(B[3]), I.push(L), R.push(j), _[te] = [j, te, "private", L]) : _[te] = [R[V], te, "private", I[V]]) : _[te] = [B[2], B[1]], P[te] = !0), (B[2] === "factory" || B[2] === "type") && B[1].$scope && A.forEach((Ee) => {
|
|
8802
|
+
B[1].$scope.indexOf(Ee) !== -1 && (_[te] = [B[2], B[1]], P[Ee] = !0);
|
|
8803
8803
|
});
|
|
8804
8804
|
A.forEach((te) => {
|
|
8805
8805
|
if (!P[te])
|
|
@@ -8815,7 +8815,7 @@ function Iu(e, t) {
|
|
|
8815
8815
|
return D;
|
|
8816
8816
|
}
|
|
8817
8817
|
};
|
|
8818
|
-
function
|
|
8818
|
+
function M(D, A) {
|
|
8819
8819
|
const _ = D.__init__ || [];
|
|
8820
8820
|
return function() {
|
|
8821
8821
|
_.forEach((P) => {
|
|
@@ -8832,12 +8832,12 @@ function Iu(e, t) {
|
|
|
8832
8832
|
A.forEach(function(V) {
|
|
8833
8833
|
s[V] = [R, V, "private", I];
|
|
8834
8834
|
});
|
|
8835
|
-
const
|
|
8836
|
-
return
|
|
8835
|
+
const B = (D.__init__ || []).slice();
|
|
8836
|
+
return B.unshift(function() {
|
|
8837
8837
|
I.init();
|
|
8838
8838
|
}), D = Object.assign({}, D, {
|
|
8839
|
-
__init__:
|
|
8840
|
-
}),
|
|
8839
|
+
__init__: B
|
|
8840
|
+
}), M(D, I);
|
|
8841
8841
|
}
|
|
8842
8842
|
return Object.keys(D).forEach(function(_) {
|
|
8843
8843
|
if (_ === "__init__" || _ === "__depends__")
|
|
@@ -8849,7 +8849,7 @@ function Iu(e, t) {
|
|
|
8849
8849
|
}
|
|
8850
8850
|
const G = P[0], I = P[1];
|
|
8851
8851
|
s[_] = [Q[G], Ky(G, I), G];
|
|
8852
|
-
}),
|
|
8852
|
+
}), M(D, a);
|
|
8853
8853
|
}
|
|
8854
8854
|
function ee(D, A) {
|
|
8855
8855
|
return D.indexOf(A) !== -1 || (D = (A.__depends__ || []).reduce(ee, D), D.indexOf(A) !== -1) ? D : D.concat(A);
|
|
@@ -9290,8 +9290,8 @@ z.prototype.scrollToElement = function(e, t) {
|
|
|
9290
9290
|
if (!(s.width < a.width && s.height < a.height))
|
|
9291
9291
|
l = s.x - a.x, p = s.y - a.y;
|
|
9292
9292
|
else {
|
|
9293
|
-
const C = Math.max(0, r.right - h.right), k = Math.min(0, r.left - h.left), Q = Math.max(0, r.bottom - h.bottom),
|
|
9294
|
-
l = C || k, p = Q ||
|
|
9293
|
+
const C = Math.max(0, r.right - h.right), k = Math.min(0, r.left - h.left), Q = Math.max(0, r.bottom - h.bottom), M = Math.min(0, r.top - h.top);
|
|
9294
|
+
l = C || k, p = Q || M;
|
|
9295
9295
|
}
|
|
9296
9296
|
this.scroll({ dx: -l * o, dy: -p * o });
|
|
9297
9297
|
};
|
|
@@ -9503,7 +9503,7 @@ nt.prototype.unset = function(e, t, i) {
|
|
|
9503
9503
|
nt.prototype.set = function(e, t, i) {
|
|
9504
9504
|
e && (this.ensureBound(e, t), t.collection ? this.ensureRefsCollection(e, t).add(i) : e[t.name] = i);
|
|
9505
9505
|
};
|
|
9506
|
-
var ma = new nt({ name: "children", enumerable: !0, collection: !0 }, { name: "parent" }), Du = new nt({ name: "labels", enumerable: !0, collection: !0 }, { name: "labelTarget" }), Xo = new nt({ name: "attachers", collection: !0 }, { name: "host" }), Pu = new nt({ name: "outgoing", collection: !0 }, { name: "source" }),
|
|
9506
|
+
var ma = new nt({ name: "children", enumerable: !0, collection: !0 }, { name: "parent" }), Du = new nt({ name: "labels", enumerable: !0, collection: !0 }, { name: "labelTarget" }), Xo = new nt({ name: "attachers", collection: !0 }, { name: "host" }), Pu = new nt({ name: "outgoing", collection: !0 }, { name: "source" }), Mu = new nt({ name: "incoming", collection: !0 }, { name: "target" });
|
|
9507
9507
|
function An() {
|
|
9508
9508
|
Object.defineProperty(this, "businessObject", {
|
|
9509
9509
|
writable: !0
|
|
@@ -9515,29 +9515,29 @@ function An() {
|
|
|
9515
9515
|
var t = this.label, i = this.labels;
|
|
9516
9516
|
!e && t ? i.remove(t) : i.add(e, 0);
|
|
9517
9517
|
}
|
|
9518
|
-
}), ma.bind(this, "parent"), Du.bind(this, "labels"), Pu.bind(this, "outgoing"),
|
|
9518
|
+
}), ma.bind(this, "parent"), Du.bind(this, "labels"), Pu.bind(this, "outgoing"), Mu.bind(this, "incoming");
|
|
9519
9519
|
}
|
|
9520
9520
|
function bn() {
|
|
9521
9521
|
An.call(this), ma.bind(this, "children"), Xo.bind(this, "host"), Xo.bind(this, "attachers");
|
|
9522
9522
|
}
|
|
9523
9523
|
At(bn, An);
|
|
9524
|
-
function
|
|
9524
|
+
function Bu() {
|
|
9525
9525
|
An.call(this), ma.bind(this, "children");
|
|
9526
9526
|
}
|
|
9527
|
-
At(
|
|
9527
|
+
At(Bu, bn);
|
|
9528
9528
|
function Ou() {
|
|
9529
9529
|
bn.call(this), Du.bind(this, "labelTarget");
|
|
9530
9530
|
}
|
|
9531
9531
|
At(Ou, bn);
|
|
9532
9532
|
function Ru() {
|
|
9533
|
-
An.call(this), Pu.bind(this, "source"),
|
|
9533
|
+
An.call(this), Pu.bind(this, "source"), Mu.bind(this, "target");
|
|
9534
9534
|
}
|
|
9535
9535
|
At(Ru, An);
|
|
9536
9536
|
var lv = {
|
|
9537
9537
|
connection: Ru,
|
|
9538
9538
|
shape: bn,
|
|
9539
9539
|
label: Ou,
|
|
9540
|
-
root:
|
|
9540
|
+
root: Bu
|
|
9541
9541
|
};
|
|
9542
9542
|
function cv(e, t) {
|
|
9543
9543
|
var i = lv[e];
|
|
@@ -10215,7 +10215,7 @@ function xv(e) {
|
|
|
10215
10215
|
function Gu(e) {
|
|
10216
10216
|
if (!this)
|
|
10217
10217
|
return new Gu(e);
|
|
10218
|
-
var t = e && e.proxy, i, n, s, r, a = xv, o, l, p, h, f = il, C = !1, k = !1, Q = null,
|
|
10218
|
+
var t = e && e.proxy, i, n, s, r, a = xv, o, l, p, h, f = il, C = !1, k = !1, Q = null, M = !1, se;
|
|
10219
10219
|
function ee(A) {
|
|
10220
10220
|
A instanceof Error || (A = Ei(A)), Q = A, a(A, f);
|
|
10221
10221
|
}
|
|
@@ -10267,12 +10267,12 @@ function Gu(e) {
|
|
|
10267
10267
|
}, this.parse = function(A) {
|
|
10268
10268
|
if (typeof A != "string")
|
|
10269
10269
|
throw Ei("required args <xml=string>");
|
|
10270
|
-
return Q = null, D(A), f = il,
|
|
10270
|
+
return Q = null, D(A), f = il, M = !1, Q;
|
|
10271
10271
|
}, this.stop = function() {
|
|
10272
|
-
|
|
10272
|
+
M = !0;
|
|
10273
10273
|
};
|
|
10274
10274
|
function D(A) {
|
|
10275
|
-
var _ = k ? [] : null, P = k ? Ev(se) : null, G, I = [], R = 0,
|
|
10275
|
+
var _ = k ? [] : null, P = k ? Ev(se) : null, G, I = [], R = 0, B = !1, V = !1, L = 0, j = 0, te, Ee, oe, g, v, T, O, H, w, E = "", N = 0, K;
|
|
10276
10276
|
function ie() {
|
|
10277
10277
|
if (K !== null)
|
|
10278
10278
|
return K;
|
|
@@ -10380,16 +10380,16 @@ function Gu(e) {
|
|
|
10380
10380
|
}
|
|
10381
10381
|
if (j !== L) {
|
|
10382
10382
|
if (I.length) {
|
|
10383
|
-
if (i && (i(A.substring(j, L), zt, f),
|
|
10383
|
+
if (i && (i(A.substring(j, L), zt, f), M))
|
|
10384
10384
|
return;
|
|
10385
|
-
} else if (A.substring(j, L).trim() && (X(el),
|
|
10385
|
+
} else if (A.substring(j, L).trim() && (X(el), M))
|
|
10386
10386
|
return;
|
|
10387
10387
|
}
|
|
10388
10388
|
if (g = A.charCodeAt(L + 1), g === 33) {
|
|
10389
10389
|
if (oe = A.charCodeAt(L + 2), oe === 91 && A.substr(L + 3, 6) === "CDATA[") {
|
|
10390
10390
|
if (j = A.indexOf("]]>", L), j === -1)
|
|
10391
10391
|
return ee("unclosed cdata");
|
|
10392
|
-
if (r && (r(A.substring(L + 9, j), f),
|
|
10392
|
+
if (r && (r(A.substring(L + 9, j), f), M))
|
|
10393
10393
|
return;
|
|
10394
10394
|
j += 3;
|
|
10395
10395
|
continue;
|
|
@@ -10397,7 +10397,7 @@ function Gu(e) {
|
|
|
10397
10397
|
if (oe === 45 && A.charCodeAt(L + 3) === 45) {
|
|
10398
10398
|
if (j = A.indexOf("-->", L), j === -1)
|
|
10399
10399
|
return ee("unclosed comment");
|
|
10400
|
-
if (l && (l(A.substring(L + 4, j), zt, f),
|
|
10400
|
+
if (l && (l(A.substring(L + 4, j), zt, f), M))
|
|
10401
10401
|
return;
|
|
10402
10402
|
j += 3;
|
|
10403
10403
|
continue;
|
|
@@ -10406,7 +10406,7 @@ function Gu(e) {
|
|
|
10406
10406
|
if (g === 63) {
|
|
10407
10407
|
if (j = A.indexOf("?>", L), j === -1)
|
|
10408
10408
|
return ee("unclosed question");
|
|
10409
|
-
if (p && (p(A.substring(L, j + 2), f),
|
|
10409
|
+
if (p && (p(A.substring(L, j + 2), f), M))
|
|
10410
10410
|
return;
|
|
10411
10411
|
j += 2;
|
|
10412
10412
|
continue;
|
|
@@ -10424,13 +10424,13 @@ function Gu(e) {
|
|
|
10424
10424
|
}
|
|
10425
10425
|
}
|
|
10426
10426
|
if (g === 33) {
|
|
10427
|
-
if (h && (h(A.substring(L, j + 1), zt, f),
|
|
10427
|
+
if (h && (h(A.substring(L, j + 1), zt, f), M))
|
|
10428
10428
|
return;
|
|
10429
10429
|
j += 1;
|
|
10430
10430
|
continue;
|
|
10431
10431
|
}
|
|
10432
10432
|
if (K = {}, g === 47) {
|
|
10433
|
-
if (
|
|
10433
|
+
if (B = !1, V = !0, !I.length)
|
|
10434
10434
|
return ee("missing open tag");
|
|
10435
10435
|
if (te = O = I.pop(), oe = L + 2 + te.length, A.substring(L + 2, oe) !== te)
|
|
10436
10436
|
return ee("closing tag mismatch");
|
|
@@ -10438,7 +10438,7 @@ function Gu(e) {
|
|
|
10438
10438
|
if (g = A.charCodeAt(oe), !(g === 32 || g > 8 && g < 14))
|
|
10439
10439
|
return ee("close tag");
|
|
10440
10440
|
} else {
|
|
10441
|
-
if (A.charCodeAt(j - 1) === 47 ? (te = O = A.substring(L + 1, j - 1),
|
|
10441
|
+
if (A.charCodeAt(j - 1) === 47 ? (te = O = A.substring(L + 1, j - 1), B = !0, V = !0) : (te = O = A.substring(L + 1, j), B = !0, V = !1), !(g > 96 && g < 123 || g > 64 && g < 91 || g === 95 || g === 58))
|
|
10442
10442
|
return ee("illegal first char nodeName");
|
|
10443
10443
|
for (oe = 1, Ee = te.length; oe < Ee; oe++)
|
|
10444
10444
|
if (g = te.charCodeAt(oe), !(g > 96 && g < 123 || g > 64 && g < 91 || g > 47 && g < 59 || g === 45 || g === 95 || g == 46)) {
|
|
@@ -10451,7 +10451,7 @@ function Gu(e) {
|
|
|
10451
10451
|
V || I.push(O);
|
|
10452
10452
|
}
|
|
10453
10453
|
if (k) {
|
|
10454
|
-
if (G = P,
|
|
10454
|
+
if (G = P, B && (V || _.push(G), K === null && (C = te.indexOf("xmlns", oe) !== -1) && (N = oe, E = te, ie(), C = !1)), H = O, g = O.indexOf(":"), g !== -1) {
|
|
10455
10455
|
if (T = P[O.substring(0, g)], !T)
|
|
10456
10456
|
return ee("missing namespace on <" + H + ">");
|
|
10457
10457
|
O = O.substr(g + 1);
|
|
@@ -10459,12 +10459,12 @@ function Gu(e) {
|
|
|
10459
10459
|
T = P.xmlns;
|
|
10460
10460
|
T && (O = T + ":" + O);
|
|
10461
10461
|
}
|
|
10462
|
-
if (
|
|
10462
|
+
if (B && (N = oe, E = te, n && (t ? n(w, zt, V, f) : n(O, ie, zt, V, f), M)))
|
|
10463
10463
|
return;
|
|
10464
10464
|
if (V) {
|
|
10465
|
-
if (s && (s(t ? w : O, zt,
|
|
10465
|
+
if (s && (s(t ? w : O, zt, B, f), M))
|
|
10466
10466
|
return;
|
|
10467
|
-
k && (
|
|
10467
|
+
k && (B ? P = G : P = _.pop());
|
|
10468
10468
|
}
|
|
10469
10469
|
j += 1;
|
|
10470
10470
|
}
|
|
@@ -10576,24 +10576,24 @@ Ts.prototype.handleNode = function(e) {
|
|
|
10576
10576
|
var t = this, i = this.element;
|
|
10577
10577
|
return i ? t = this.handleChild(e) : (i = this.element = this.createElement(e), this.context.addElement(i)), t;
|
|
10578
10578
|
};
|
|
10579
|
-
function
|
|
10579
|
+
function Be(e, t, i) {
|
|
10580
10580
|
this.model = e, this.type = e.getType(t), this.context = i;
|
|
10581
10581
|
}
|
|
10582
|
-
|
|
10583
|
-
|
|
10582
|
+
Be.prototype = Object.create(Ts.prototype);
|
|
10583
|
+
Be.prototype.addReference = function(e) {
|
|
10584
10584
|
this.context.addReference(e);
|
|
10585
10585
|
};
|
|
10586
|
-
|
|
10586
|
+
Be.prototype.handleText = function(e) {
|
|
10587
10587
|
var t = this.element, i = It(t), n = i.bodyProperty;
|
|
10588
10588
|
if (!n)
|
|
10589
10589
|
throw Qt("unexpected body text <" + e + ">");
|
|
10590
10590
|
Wi.prototype.handleText.call(this, e);
|
|
10591
10591
|
};
|
|
10592
|
-
|
|
10592
|
+
Be.prototype.handleEnd = function() {
|
|
10593
10593
|
var e = this.body, t = this.element, i = It(t), n = i.bodyProperty;
|
|
10594
10594
|
n && e !== void 0 && (e = ya(n.type, e), t.set(n.name, e));
|
|
10595
10595
|
};
|
|
10596
|
-
|
|
10596
|
+
Be.prototype.createElement = function(e) {
|
|
10597
10597
|
var t = e.attributes, i = this.type, n = It(i), s = this.context, r = new i({}), a = this.model, o;
|
|
10598
10598
|
return J(t, function(l, p) {
|
|
10599
10599
|
var h = n.propertiesByName[p], f;
|
|
@@ -10615,7 +10615,7 @@ Me.prototype.createElement = function(e) {
|
|
|
10615
10615
|
})), r.set(p, l));
|
|
10616
10616
|
}), r;
|
|
10617
10617
|
};
|
|
10618
|
-
|
|
10618
|
+
Be.prototype.getPropertyForNode = function(e) {
|
|
10619
10619
|
var t = e.name, i = De(t), n = this.type, s = this.model, r = It(n), a = i.name, o = r.propertiesByName[a];
|
|
10620
10620
|
if (o && !o.isAttr) {
|
|
10621
10621
|
const p = Tv(o);
|
|
@@ -10645,19 +10645,19 @@ Me.prototype.getPropertyForNode = function(e) {
|
|
|
10645
10645
|
return o;
|
|
10646
10646
|
throw Qt("unrecognized element <" + i.name + ">");
|
|
10647
10647
|
};
|
|
10648
|
-
|
|
10648
|
+
Be.prototype.toString = function() {
|
|
10649
10649
|
return "ElementDescriptor[" + It(this.type).name + "]";
|
|
10650
10650
|
};
|
|
10651
|
-
|
|
10651
|
+
Be.prototype.valueHandler = function(e, t) {
|
|
10652
10652
|
return new Aa(e, t);
|
|
10653
10653
|
};
|
|
10654
|
-
|
|
10654
|
+
Be.prototype.referenceHandler = function(e) {
|
|
10655
10655
|
return new En(e, this.context);
|
|
10656
10656
|
};
|
|
10657
|
-
|
|
10658
|
-
return e === "Element" ? new Ui(this.model, e, this.context) : new
|
|
10657
|
+
Be.prototype.handler = function(e) {
|
|
10658
|
+
return e === "Element" ? new Ui(this.model, e, this.context) : new Be(this.model, e, this.context);
|
|
10659
10659
|
};
|
|
10660
|
-
|
|
10660
|
+
Be.prototype.handleChild = function(e) {
|
|
10661
10661
|
var t, i, n, s;
|
|
10662
10662
|
if (t = this.getPropertyForNode(e), n = this.element, i = t.effectiveType || t.type, Qu(i))
|
|
10663
10663
|
return this.valueHandler(t, n);
|
|
@@ -10668,14 +10668,14 @@ Me.prototype.handleChild = function(e) {
|
|
|
10668
10668
|
}), this.context.addReference(r)) : r.$parent = n), s;
|
|
10669
10669
|
};
|
|
10670
10670
|
function ba(e, t, i) {
|
|
10671
|
-
|
|
10671
|
+
Be.call(this, e, t, i);
|
|
10672
10672
|
}
|
|
10673
|
-
ba.prototype = Object.create(
|
|
10673
|
+
ba.prototype = Object.create(Be.prototype);
|
|
10674
10674
|
ba.prototype.createElement = function(e) {
|
|
10675
10675
|
var t = e.name, i = De(t), n = this.model, s = this.type, r = n.getPackage(i.prefix), a = r && Ku(i, r) || t;
|
|
10676
10676
|
if (!s.hasType(a))
|
|
10677
10677
|
throw Qt("unexpected element <" + e.originalName + ">");
|
|
10678
|
-
return
|
|
10678
|
+
return Be.prototype.createElement.call(this, e);
|
|
10679
10679
|
};
|
|
10680
10680
|
function Ui(e, t, i) {
|
|
10681
10681
|
this.model = e, this.context = i;
|
|
@@ -10699,15 +10699,15 @@ function Ca(e) {
|
|
|
10699
10699
|
}
|
|
10700
10700
|
Ca.prototype.fromXML = function(e, t, i) {
|
|
10701
10701
|
var n = t.rootHandler;
|
|
10702
|
-
t instanceof
|
|
10702
|
+
t instanceof Be ? (n = t, t = {}) : typeof t == "string" ? (n = this.handler(t), t = {}) : typeof n == "string" && (n = this.handler(n));
|
|
10703
10703
|
var s = this.model, r = this.lax, a = new _v(Y({}, t, { rootHandler: n })), o = new Gu({ proxy: !0 }), l = Sv();
|
|
10704
10704
|
n.context = a, l.push(n);
|
|
10705
10705
|
function p(_, P, G) {
|
|
10706
|
-
var I = P(), R = I.line,
|
|
10706
|
+
var I = P(), R = I.line, B = I.column, V = I.data;
|
|
10707
10707
|
V.charAt(0) === "<" && V.indexOf(" ") !== -1 && (V = V.slice(0, V.indexOf(" ")) + ">");
|
|
10708
10708
|
var L = "unparsable content " + (V ? V + " " : "") + `detected
|
|
10709
10709
|
line: ` + R + `
|
|
10710
|
-
column: ` +
|
|
10710
|
+
column: ` + B + `
|
|
10711
10711
|
nested error: ` + _.message;
|
|
10712
10712
|
if (G)
|
|
10713
10713
|
return a.addWarning({
|
|
@@ -10722,27 +10722,27 @@ Ca.prototype.fromXML = function(e, t, i) {
|
|
|
10722
10722
|
function f() {
|
|
10723
10723
|
var _ = a.elementsById, P = a.references, G, I;
|
|
10724
10724
|
for (G = 0; I = P[G]; G++) {
|
|
10725
|
-
var R = I.element,
|
|
10726
|
-
if (
|
|
10725
|
+
var R = I.element, B = _[I.id], V = It(R).propertiesByName[I.property];
|
|
10726
|
+
if (B || a.addWarning({
|
|
10727
10727
|
message: "unresolved reference <" + I.id + ">",
|
|
10728
10728
|
element: I.element,
|
|
10729
10729
|
property: I.property,
|
|
10730
10730
|
value: I.id
|
|
10731
10731
|
}), V.isMany) {
|
|
10732
10732
|
var L = R.get(V.name), j = L.indexOf(I);
|
|
10733
|
-
j === -1 && (j = L.length),
|
|
10733
|
+
j === -1 && (j = L.length), B ? L[j] = B : L.splice(j, 1);
|
|
10734
10734
|
} else
|
|
10735
|
-
R.set(V.name,
|
|
10735
|
+
R.set(V.name, B);
|
|
10736
10736
|
}
|
|
10737
10737
|
}
|
|
10738
10738
|
function C() {
|
|
10739
10739
|
l.pop().handleEnd();
|
|
10740
10740
|
}
|
|
10741
|
-
var k = /^<\?xml /i, Q = / encoding="([^"]+)"/i,
|
|
10741
|
+
var k = /^<\?xml /i, Q = / encoding="([^"]+)"/i, M = /^utf-8$/i;
|
|
10742
10742
|
function se(_) {
|
|
10743
10743
|
if (!!k.test(_)) {
|
|
10744
10744
|
var P = Q.exec(_), G = P && P[1];
|
|
10745
|
-
!G ||
|
|
10745
|
+
!G || M.test(G) || a.addWarning({
|
|
10746
10746
|
message: "unsupported document encoding <" + G + ">, falling back to UTF-8"
|
|
10747
10747
|
});
|
|
10748
10748
|
}
|
|
@@ -10771,13 +10771,13 @@ Ca.prototype.fromXML = function(e, t, i) {
|
|
|
10771
10771
|
return _[G] = P, _;
|
|
10772
10772
|
}, s.config && s.config.nsMap || {}));
|
|
10773
10773
|
return o.ns(A).on("openTag", function(_, P, G, I) {
|
|
10774
|
-
var R = _.attrs || {},
|
|
10774
|
+
var R = _.attrs || {}, B = Object.keys(R).reduce(function(L, j) {
|
|
10775
10775
|
var te = P(R[j]);
|
|
10776
10776
|
return L[j] = te, L;
|
|
10777
10777
|
}, {}), V = {
|
|
10778
10778
|
name: _.name,
|
|
10779
10779
|
originalName: _.originalName,
|
|
10780
|
-
attributes:
|
|
10780
|
+
attributes: B,
|
|
10781
10781
|
ns: _.ns
|
|
10782
10782
|
};
|
|
10783
10783
|
ee(V, I);
|
|
@@ -10792,11 +10792,11 @@ Ca.prototype.fromXML = function(e, t, i) {
|
|
|
10792
10792
|
}
|
|
10793
10793
|
var I = n.element;
|
|
10794
10794
|
!G && !I && (G = Qt("failed to parse document as <" + n.type.$descriptor.name + ">"));
|
|
10795
|
-
var R = a.warnings,
|
|
10795
|
+
var R = a.warnings, B = a.references, V = a.elementsById;
|
|
10796
10796
|
return G ? (G.warnings = R, P(G)) : _({
|
|
10797
10797
|
rootElement: I,
|
|
10798
10798
|
elementsById: V,
|
|
10799
|
-
references:
|
|
10799
|
+
references: B,
|
|
10800
10800
|
warnings: R
|
|
10801
10801
|
});
|
|
10802
10802
|
});
|
|
@@ -10849,11 +10849,11 @@ bt.prototype.getUsed = function(e) {
|
|
|
10849
10849
|
return this.used[n];
|
|
10850
10850
|
});
|
|
10851
10851
|
};
|
|
10852
|
-
function
|
|
10852
|
+
function Mv(e) {
|
|
10853
10853
|
return e.charAt(0).toLowerCase() + e.slice(1);
|
|
10854
10854
|
}
|
|
10855
|
-
function
|
|
10856
|
-
return qu(t) ?
|
|
10855
|
+
function Bv(e, t) {
|
|
10856
|
+
return qu(t) ? Mv(e) : e;
|
|
10857
10857
|
}
|
|
10858
10858
|
function Yu(e, t) {
|
|
10859
10859
|
e.super_ = t, e.prototype = Object.create(t.prototype, {
|
|
@@ -10877,7 +10877,7 @@ function Ov(e) {
|
|
|
10877
10877
|
});
|
|
10878
10878
|
}
|
|
10879
10879
|
function Rv(e, t) {
|
|
10880
|
-
return t.isGeneric ? Y({ localName: t.ns.localName }, e) : Y({ localName:
|
|
10880
|
+
return t.isGeneric ? Y({ localName: t.ns.localName }, e) : Y({ localName: Bv(t.ns.localName, t.$pkg) }, e);
|
|
10881
10881
|
}
|
|
10882
10882
|
function Lv(e, t) {
|
|
10883
10883
|
return Y({ localName: t.ns.localName }, e);
|
|
@@ -14727,7 +14727,7 @@ var Yv = "BPMN20", zv = "http://www.omg.org/spec/BPMN/20100524/MODEL", Xv = "bpm
|
|
|
14727
14727
|
types: IA,
|
|
14728
14728
|
enumerations: kA,
|
|
14729
14729
|
associations: NA
|
|
14730
|
-
}, SA = "BPMN in Color", DA = "http://www.omg.org/spec/BPMN/non-normative/color/1.0", PA = "color",
|
|
14730
|
+
}, SA = "BPMN in Color", DA = "http://www.omg.org/spec/BPMN/non-normative/color/1.0", PA = "color", MA = [
|
|
14731
14731
|
{
|
|
14732
14732
|
name: "ColoredLabel",
|
|
14733
14733
|
extends: [
|
|
@@ -14772,12 +14772,12 @@ var Yv = "BPMN20", zv = "http://www.omg.org/spec/BPMN/20100524/MODEL", Xv = "bpm
|
|
|
14772
14772
|
}
|
|
14773
14773
|
]
|
|
14774
14774
|
}
|
|
14775
|
-
],
|
|
14775
|
+
], BA = [], OA = [], RA = {
|
|
14776
14776
|
name: SA,
|
|
14777
14777
|
uri: DA,
|
|
14778
14778
|
prefix: PA,
|
|
14779
|
-
types:
|
|
14780
|
-
enumerations:
|
|
14779
|
+
types: MA,
|
|
14780
|
+
enumerations: BA,
|
|
14781
14781
|
associations: OA
|
|
14782
14782
|
};
|
|
14783
14783
|
const LA = {
|
|
@@ -14892,9 +14892,9 @@ function UA(e) {
|
|
|
14892
14892
|
throw new Error(
|
|
14893
14893
|
`unsupported bpmnElement for ${_e(ie)}: ${_e(d)}`
|
|
14894
14894
|
);
|
|
14895
|
-
|
|
14895
|
+
M(i);
|
|
14896
14896
|
};
|
|
14897
|
-
var
|
|
14897
|
+
var M = this.handleDeferred = function() {
|
|
14898
14898
|
for (var E; i.length; )
|
|
14899
14899
|
E = i.shift(), E();
|
|
14900
14900
|
};
|
|
@@ -14935,12 +14935,12 @@ function UA(e) {
|
|
|
14935
14935
|
function R(w, E) {
|
|
14936
14936
|
!w || (J(w.dataInputs, s(_, E)), J(w.dataOutputs, s(P, E)));
|
|
14937
14937
|
}
|
|
14938
|
-
var
|
|
14938
|
+
var B = this.handleSubProcess = function(E, N) {
|
|
14939
14939
|
g(E, N), I(E.artifacts, N);
|
|
14940
14940
|
};
|
|
14941
14941
|
function V(w, E) {
|
|
14942
14942
|
var N = p(w, E);
|
|
14943
|
-
Oe(w, "bpmn:SubProcess") &&
|
|
14943
|
+
Oe(w, "bpmn:SubProcess") && B(w, N || E), Oe(w, "bpmn:Activity") && R(w.ioSpecification, E), i.push(function() {
|
|
14944
14944
|
J(w.dataInputAssociations, s(A, E)), J(w.dataOutputAssociations, s(A, E));
|
|
14945
14945
|
});
|
|
14946
14946
|
}
|
|
@@ -15000,22 +15000,22 @@ function GA(e, t, i) {
|
|
|
15000
15000
|
var n, s, r, a, o = [];
|
|
15001
15001
|
function l(p, h) {
|
|
15002
15002
|
var f = {
|
|
15003
|
-
root: function(
|
|
15004
|
-
return n.add(
|
|
15003
|
+
root: function(M, se) {
|
|
15004
|
+
return n.add(M, se);
|
|
15005
15005
|
},
|
|
15006
|
-
element: function(
|
|
15007
|
-
return n.add(
|
|
15006
|
+
element: function(M, se, ee) {
|
|
15007
|
+
return n.add(M, se, ee);
|
|
15008
15008
|
},
|
|
15009
|
-
error: function(
|
|
15010
|
-
o.push({ message:
|
|
15009
|
+
error: function(M, se) {
|
|
15010
|
+
o.push({ message: M, context: se });
|
|
15011
15011
|
}
|
|
15012
15012
|
}, C = new UA(f);
|
|
15013
15013
|
h = h || p.diagrams && p.diagrams[0];
|
|
15014
15014
|
var k = qA(p, h);
|
|
15015
15015
|
if (!k)
|
|
15016
15016
|
throw new Error("no diagram to display");
|
|
15017
|
-
J(k, function(
|
|
15018
|
-
C.handleDefinitions(p,
|
|
15017
|
+
J(k, function(M) {
|
|
15018
|
+
C.handleDefinitions(p, M);
|
|
15019
15019
|
});
|
|
15020
15020
|
var Q = h.plane.bpmnElement.id;
|
|
15021
15021
|
r.setRootElement(
|
|
@@ -15106,7 +15106,7 @@ function XA() {
|
|
|
15106
15106
|
});
|
|
15107
15107
|
}
|
|
15108
15108
|
function ZA() {
|
|
15109
|
-
mt || (XA(),
|
|
15109
|
+
mt || (XA(), Mi.bind(mt, ".backdrop", "click", function(e) {
|
|
15110
15110
|
document.body.removeChild(mt);
|
|
15111
15111
|
})), document.body.appendChild(mt);
|
|
15112
15112
|
}
|
|
@@ -15295,18 +15295,18 @@ function ib(e) {
|
|
|
15295
15295
|
ZA(), s.preventDefault();
|
|
15296
15296
|
});
|
|
15297
15297
|
}
|
|
15298
|
-
function
|
|
15298
|
+
function Bi(e) {
|
|
15299
15299
|
Ae.call(this, e);
|
|
15300
15300
|
}
|
|
15301
|
-
At(
|
|
15302
|
-
|
|
15301
|
+
At(Bi, Ae);
|
|
15302
|
+
Bi.prototype._modules = [
|
|
15303
15303
|
my,
|
|
15304
|
-
|
|
15304
|
+
By,
|
|
15305
15305
|
gu,
|
|
15306
15306
|
jy,
|
|
15307
15307
|
uu
|
|
15308
15308
|
];
|
|
15309
|
-
|
|
15309
|
+
Bi.prototype._moddleExtensions = {};
|
|
15310
15310
|
var nb = /^djs-cursor-.*$/;
|
|
15311
15311
|
function ip(e) {
|
|
15312
15312
|
var t = fi(document.body);
|
|
@@ -15405,11 +15405,11 @@ function je(e, t) {
|
|
|
15405
15405
|
}
|
|
15406
15406
|
}, this._tooltips = {}, this._tooltipRoot = ub(t.getContainer());
|
|
15407
15407
|
var i = this;
|
|
15408
|
-
|
|
15408
|
+
Mi.bind(this._tooltipRoot, Js, "mousedown", function(n) {
|
|
15409
15409
|
n.stopPropagation();
|
|
15410
|
-
}),
|
|
15410
|
+
}), Mi.bind(this._tooltipRoot, Js, "mouseover", function(n) {
|
|
15411
15411
|
i.trigger("mouseover", n);
|
|
15412
|
-
}),
|
|
15412
|
+
}), Mi.bind(this._tooltipRoot, Js, "mouseout", function(n) {
|
|
15413
15413
|
i.trigger("mouseout", n);
|
|
15414
15414
|
}), this._init();
|
|
15415
15415
|
}
|
|
@@ -15635,7 +15635,7 @@ const yb = {
|
|
|
15635
15635
|
},
|
|
15636
15636
|
async initViewer() {
|
|
15637
15637
|
this.viewer && this.viewer.destroy();
|
|
15638
|
-
const e = Object.prototype.toString.call(
|
|
15638
|
+
const e = Object.prototype.toString.call(Bi) == "[object Function]" ? Bi : Bi.default, t = Object.prototype.toString.call(Hs) == "[object Object]" ? Hs : Hs.default, i = Object.prototype.toString.call(qs) == "[object Object]" ? qs : qs.default;
|
|
15639
15639
|
this.viewer = new e({
|
|
15640
15640
|
container: this.$refs.container,
|
|
15641
15641
|
additionalModules: [
|
|
@@ -16241,7 +16241,7 @@ function Pb(e) {
|
|
|
16241
16241
|
const Yi = /* @__PURE__ */ function() {
|
|
16242
16242
|
return Db.exports;
|
|
16243
16243
|
}();
|
|
16244
|
-
var
|
|
16244
|
+
var Mb = function() {
|
|
16245
16245
|
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
16246
16246
|
return i("div", {
|
|
16247
16247
|
attrs: {
|
|
@@ -16299,7 +16299,7 @@ var Bb = function() {
|
|
|
16299
16299
|
}
|
|
16300
16300
|
}, [e._v(" \u67E5\u770B\u7B7E\u5B57")]) : e._e()])], 2)];
|
|
16301
16301
|
})], 2)]);
|
|
16302
|
-
},
|
|
16302
|
+
}, Bb = [];
|
|
16303
16303
|
const Ob = {
|
|
16304
16304
|
name: "nf-flow",
|
|
16305
16305
|
components: {
|
|
@@ -16345,8 +16345,8 @@ const Ob = {
|
|
|
16345
16345
|
}, ll = {};
|
|
16346
16346
|
var Rb = /* @__PURE__ */ ye(
|
|
16347
16347
|
Ob,
|
|
16348
|
-
Bb,
|
|
16349
16348
|
Mb,
|
|
16349
|
+
Bb,
|
|
16350
16350
|
!1,
|
|
16351
16351
|
Lb,
|
|
16352
16352
|
"1641d78e",
|
|
@@ -18940,15 +18940,19 @@ const IC = {
|
|
|
18940
18940
|
watch: {
|
|
18941
18941
|
items: {
|
|
18942
18942
|
handler(e, t) {
|
|
18943
|
-
e && e.length && (this.multiNodeParticipant = {}, this.partNode = {}, this.partNodeArr = {}, this.gateVars = {}, this
|
|
18944
|
-
if (i.userTaskModelDTO || (i.userTaskModelDTO = {
|
|
18943
|
+
e && e.length && (this.multiNodeParticipant = {}, this.partNode = {}, this.partNodeArr = {}, this.gateVars = {}, this.nodeItems = JSON.parse(JSON.stringify(e)), console.log("\u8FDB\u6765\u4E86", this.nodeItems), this.nodeItems.map((i) => {
|
|
18944
|
+
if (console.log("v", i, Array.isArray(i.assignees), i.assignees), i.userTaskModelDTO || (i.userTaskModelDTO = {
|
|
18945
18945
|
name: i.name,
|
|
18946
18946
|
humanPerformer: {
|
|
18947
18947
|
name: i.humanPerformerName
|
|
18948
18948
|
},
|
|
18949
18949
|
routeTxt: i.routeTxt,
|
|
18950
18950
|
participantList: i.participantList
|
|
18951
|
-
}), i.
|
|
18951
|
+
}), Array.isArray(i.assignees) && i.assignees.length && (this.multiNodeParticipant[i.id] || (this.multiNodeParticipant[i.id] = []), this.partNodeArr[i.id] || (this.partNodeArr[i.id] = []), i.assignees.forEach((n) => {
|
|
18952
|
+
console.log(this.partNodeArr, this.multiNodeParticipant, n, "\u6D4B\u8BD5");
|
|
18953
|
+
const s = this.partNodeArr[i.id].find((a) => a.name == n.name), r = this.multiNodeParticipant[i.id].find((a) => a == n.id);
|
|
18954
|
+
s || this.partNodeArr[i.id].push(n), r || (this.multiNodeParticipant[i.id].push(n.id), console.log("\u8FDB\u6765\u6765\u7740\u4E86"));
|
|
18955
|
+
})), i.userTaskModelDTO && i.userTaskModelDTO.participantList && i.userTaskModelDTO.participantList.length && i.userTaskModelDTO.humanPerformer && i.userTaskModelDTO.participantList.map((n) => {
|
|
18952
18956
|
this.multiNodeParticipant[i.id] || (this.multiNodeParticipant[i.id] = []), this.partNode[i.id] || (this.partNode[i.id] = []), this.partNodeArr[i.id] || (this.partNodeArr[i.id] = []), this.multiNodeParticipant[i.id].includes(n.id) || this.multiNodeParticipant[i.id].push(n.id), this.partNode[i.id].includes(n.name) || this.partNode[i.id].push(n.name), this.partNodeArr[i.id].find((s) => s.name == n.name) || this.partNodeArr[i.id].push(n);
|
|
18953
18957
|
}), (i.userTaskModelDTO.humanPerformer.name == "\u56FA\u5B9A\u8D26\u6237" || i.userTaskModelDTO.humanPerformer.name == "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173") && this.personMake.push(i.id), i.userTaskModelDTO.humanPerformer.name == "\u56FA\u5B9A\u89D2\u8272/\u5C97\u4F4D") {
|
|
18954
18958
|
let n = {
|
|
@@ -18985,7 +18989,7 @@ const IC = {
|
|
|
18985
18989
|
).then((n) => {
|
|
18986
18990
|
n.code == 200 && (this.personMakeList = n.data);
|
|
18987
18991
|
});
|
|
18988
|
-
}), this.checkType == "ExclusiveGatewayModel" && e.length == 1 && this.handleRadioClick(e[0]));
|
|
18992
|
+
}), this.$emit("onMultiNode", this.multiNodeParticipant), this.$emit("onMultiNodeObj", this.partNodeArr), this.$emit("onVars", this.gateVars), this.checkType == "ExclusiveGatewayModel" && e.length == 1 && this.handleRadioClick(e[0]));
|
|
18989
18993
|
},
|
|
18990
18994
|
immediate: !0,
|
|
18991
18995
|
deep: !0
|
|
@@ -19157,7 +19161,7 @@ var kC = /* @__PURE__ */ ye(
|
|
|
19157
19161
|
TC,
|
|
19158
19162
|
!1,
|
|
19159
19163
|
NC,
|
|
19160
|
-
"
|
|
19164
|
+
"79f50d8c",
|
|
19161
19165
|
null,
|
|
19162
19166
|
null
|
|
19163
19167
|
);
|
|
@@ -19173,35 +19177,30 @@ var SC = function() {
|
|
|
19173
19177
|
return i("div", {
|
|
19174
19178
|
staticClass: "test"
|
|
19175
19179
|
}, [e.nodeItems && e.nodeItems.length ? i("div", e._l(e.nodeItems, function(n, s) {
|
|
19176
|
-
var r;
|
|
19177
19180
|
return i("div", {
|
|
19178
19181
|
key: s,
|
|
19179
19182
|
staticClass: "treeperson"
|
|
19180
|
-
}, [
|
|
19183
|
+
}, [n.branches && n.branches.length ? [e.nodeType == "nexting" && n.nodeType != "inclusiveGateway" ? [n.nodeType == "exclusiveGateway" && n.branches.length > 1 ? i("div", {
|
|
19181
19184
|
staticClass: "treeperson-firstnode"
|
|
19182
|
-
}, [
|
|
19183
|
-
staticClass: "treeperson-title"
|
|
19184
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B91\uFF1A" + e._s(e.nodeType) + " "), i("span", {
|
|
19185
|
-
staticClass: "treeperson-title--re"
|
|
19186
|
-
}, [e._v("*")])]), i("pre", [e._v(e._s(n.nodeType))]), e._l(n.branches, function(a, o) {
|
|
19185
|
+
}, [e._m(0, !0), e._l(n.branches, function(r, a) {
|
|
19187
19186
|
return i("div", {
|
|
19188
|
-
key:
|
|
19187
|
+
key: a,
|
|
19189
19188
|
staticClass: "treeperson-radio",
|
|
19190
|
-
class: e.firstCheck == (
|
|
19189
|
+
class: e.firstCheck == (r.nodeInfoDTO ? r.nodeInfoDTO.id : r.id) ? "treeperson-radio-active" : "",
|
|
19191
19190
|
on: {
|
|
19192
|
-
click: function(
|
|
19193
|
-
return e.handleFirstNodeClick(
|
|
19191
|
+
click: function(o) {
|
|
19192
|
+
return e.handleFirstNodeClick(r, n.branches);
|
|
19194
19193
|
}
|
|
19195
19194
|
}
|
|
19196
|
-
}, [i("span"), e._v(" " + e._s(
|
|
19195
|
+
}, [i("span"), e._v(" " + e._s(r.id.includes("Flow") ? r.nodeName || r.name : r.nodeInfoDTO ? r.nodeInfoDTO.nodeName || r.nodeInfoDTO.name || r.nodeName || r.name : r.nodeName || r.name) + " ")]);
|
|
19197
19196
|
})], 2) : n.nodeType == "exclusiveGateway" && n.branches.length == 1 ? i("div", {
|
|
19198
19197
|
staticClass: "treeperson-firstnode"
|
|
19199
|
-
},
|
|
19198
|
+
}, e._l(n.branches, function(r, a) {
|
|
19200
19199
|
return i("div", [i("span"), i("TreePerson", {
|
|
19201
19200
|
ref: "TreePersonRef",
|
|
19202
19201
|
refInFor: !0,
|
|
19203
19202
|
attrs: {
|
|
19204
|
-
items:
|
|
19203
|
+
items: r.branches && r.branches.length > 0 ? r.branches : [r],
|
|
19205
19204
|
nodeType: "nexting",
|
|
19206
19205
|
param: e.param
|
|
19207
19206
|
},
|
|
@@ -19210,41 +19209,33 @@ var SC = function() {
|
|
|
19210
19209
|
onMultiNodeObj: e.onMultiNodeObj
|
|
19211
19210
|
}
|
|
19212
19211
|
})], 1);
|
|
19213
|
-
})
|
|
19212
|
+
}), 0) : n.nodeType == "inclusiveGateway" && n.branches.length >= 1 ? i("div", {
|
|
19214
19213
|
staticClass: "treeperson-firstnode"
|
|
19215
|
-
}, [
|
|
19216
|
-
staticClass: "treeperson-title"
|
|
19217
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B91-2\uFF1A" + e._s(e.nodeType) + " "), i("span", {
|
|
19218
|
-
staticClass: "treeperson-title--re"
|
|
19219
|
-
}, [e._v("*")])]), i("pre", [e._v(e._s(n.nodeType))]), e._l(n.branches, function(a, o) {
|
|
19214
|
+
}, [e._m(1, !0), e._l(n.branches, function(r, a) {
|
|
19220
19215
|
return i("div", {
|
|
19221
|
-
key:
|
|
19216
|
+
key: a,
|
|
19222
19217
|
staticClass: "treeperson-radio",
|
|
19223
|
-
class: e.firstCheck == (
|
|
19218
|
+
class: e.firstCheck == (r.nodeInfoDTO ? r.nodeInfoDTO.id : r.id) ? "treeperson-radio-active" : "",
|
|
19224
19219
|
on: {
|
|
19225
|
-
click: function(
|
|
19226
|
-
return e.handleMultiFirstNodeClick(
|
|
19220
|
+
click: function(o) {
|
|
19221
|
+
return e.handleMultiFirstNodeClick(r);
|
|
19227
19222
|
}
|
|
19228
19223
|
}
|
|
19229
|
-
}, [i("span"), e._v(" " + e._s(
|
|
19224
|
+
}, [i("span"), e._v(" " + e._s(r.nodeInfoDTO ? r.nodeInfoDTO.nodeName || r.nodeInfoDTO.name : r.nodeName || r.name) + " ")]);
|
|
19230
19225
|
})], 2) : i("div", {
|
|
19231
19226
|
staticClass: "treeperson-firstnode"
|
|
19232
|
-
}, [
|
|
19233
|
-
staticClass: "treeperson-title"
|
|
19234
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B91-3\uFF1A" + e._s(e.nodeType) + " "), i("span", {
|
|
19235
|
-
staticClass: "treeperson-title--re"
|
|
19236
|
-
}, [e._v("*")])]), i("pre", [e._v(e._s(n.nodeType))]), e._l(n.branches, function(a, o) {
|
|
19227
|
+
}, [e._m(2, !0), e._l(n.branches, function(r, a) {
|
|
19237
19228
|
return i("div", {
|
|
19238
|
-
key:
|
|
19229
|
+
key: a,
|
|
19239
19230
|
staticClass: "treeperson-radio",
|
|
19240
|
-
class: e.firstCheck == (
|
|
19231
|
+
class: e.firstCheck == (r.nodeInfoDTO ? r.nodeInfoDTO.id : r.id) ? "treeperson-radio-active" : "",
|
|
19241
19232
|
on: {
|
|
19242
|
-
click: function(
|
|
19243
|
-
return e.handleFirstNodeClick(
|
|
19233
|
+
click: function(o) {
|
|
19234
|
+
return e.handleFirstNodeClick(r, n.branches);
|
|
19244
19235
|
}
|
|
19245
19236
|
}
|
|
19246
|
-
}, [i("span"), e._v(" " + e._s(
|
|
19247
|
-
})], 2),
|
|
19237
|
+
}, [i("span"), e._v(" " + e._s(r.nodeInfoDTO ? r.nodeInfoDTO.nodeName || r.nodeInfoDTO.name : r.nodeName || r.name) + " ")]);
|
|
19238
|
+
})], 2), e.childrenItems && e.childrenItems.length > 0 && e.childrenItems[0].nodeInfoDTO && e.childrenItems[0].nodeInfoDTO.nodeType != "userTask" ? [i("TreePerson", {
|
|
19248
19239
|
key: e.firstCheck,
|
|
19249
19240
|
ref: "TreePersonRef",
|
|
19250
19241
|
refInFor: !0,
|
|
@@ -19272,25 +19263,23 @@ var SC = function() {
|
|
|
19272
19263
|
}
|
|
19273
19264
|
})]] : e.nodeType == "nexting" && n.nodeType == "inclusiveGateway" ? [n.nodeType == "inclusiveGateway" && n.branches.length >= 1 ? i("div", {
|
|
19274
19265
|
staticClass: "treeperson-firstnode"
|
|
19275
|
-
}, [i("div", {
|
|
19276
|
-
staticClass: "treeperson-
|
|
19277
|
-
},
|
|
19278
|
-
staticClass: "treeperson-title--re"
|
|
19279
|
-
}, [e._v("*")])]), i("pre", [e._v(e._s(n.nodeType))]), e._l(n.branches, function(a, o) {
|
|
19266
|
+
}, [e._m(3, !0), i("div", {
|
|
19267
|
+
staticClass: "treeperson-checkbox-box"
|
|
19268
|
+
}, e._l(n.branches, function(r, a) {
|
|
19280
19269
|
return i("div", {
|
|
19281
|
-
key:
|
|
19270
|
+
key: a,
|
|
19282
19271
|
staticClass: "treeperson-checkbox",
|
|
19283
|
-
class: e.firstMultiCheck.includes(
|
|
19272
|
+
class: e.firstMultiCheck.includes(r.nodeInfoDTO ? r.nodeInfoDTO.id : r.id) ? "treeperson-checkbox-active" : "",
|
|
19284
19273
|
on: {
|
|
19285
|
-
click: function(
|
|
19286
|
-
return e.handleMultiFirstNodeClick(
|
|
19274
|
+
click: function(o) {
|
|
19275
|
+
return e.handleMultiFirstNodeClick(r, n.branches);
|
|
19287
19276
|
}
|
|
19288
19277
|
}
|
|
19289
|
-
}, [i("span"), e._v(" " + e._s(
|
|
19290
|
-
})
|
|
19278
|
+
}, [i("span"), e._v(" " + e._s(r.nodeInfoDTO ? r.nodeInfoDTO.nodeName || r.nodeInfoDTO.name : r.nodeName || r.name) + " ")]);
|
|
19279
|
+
}), 0)]) : e._e(), e._l(e.filterMultiItems(n.branches), function(r) {
|
|
19291
19280
|
return [i("TreeNode", {
|
|
19292
19281
|
attrs: {
|
|
19293
|
-
items:
|
|
19282
|
+
items: r.branches && r.branches.length > 0 ? r.branches : [r.nodeInfoDTO ? r.nodeInfoDTO : r],
|
|
19294
19283
|
endNode: !0,
|
|
19295
19284
|
nodeType: e.nodeType,
|
|
19296
19285
|
param: e.param,
|
|
@@ -19302,19 +19291,19 @@ var SC = function() {
|
|
|
19302
19291
|
onVars: e.onVars
|
|
19303
19292
|
}
|
|
19304
19293
|
})];
|
|
19305
|
-
})] : e._e()] : n.nodeType == "exclusiveGateway" && n.branches && n.branches.length > 1 ? [e._m(
|
|
19294
|
+
})] : e._e()] : n.nodeType == "exclusiveGateway" && n.branches && n.branches.length > 1 ? [e._m(4, !0), n.type == "ExclusiveGatewayModel" && n.branches.length == 1 ? e._e() : i("div", {
|
|
19306
19295
|
staticClass: "treeperson-firstnode"
|
|
19307
|
-
}, e._l(n.branches, function(
|
|
19296
|
+
}, e._l(n.branches, function(r, a) {
|
|
19308
19297
|
return i("div", {
|
|
19309
|
-
key:
|
|
19298
|
+
key: a,
|
|
19310
19299
|
staticClass: "treeperson-checkbox",
|
|
19311
|
-
class: e.firstCheck ==
|
|
19300
|
+
class: e.firstCheck == r.id ? "treeperson-checkbox-active" : "",
|
|
19312
19301
|
on: {
|
|
19313
|
-
click: function(
|
|
19314
|
-
return e.handleFirstNodeClick(
|
|
19302
|
+
click: function(o) {
|
|
19303
|
+
return e.handleFirstNodeClick(r, n.branches);
|
|
19315
19304
|
}
|
|
19316
19305
|
}
|
|
19317
|
-
}, [i("span"), e._v(" " + e._s(
|
|
19306
|
+
}, [i("span"), e._v(" " + e._s(r.nodeName || r.name) + " ")]);
|
|
19318
19307
|
}), 0), i("TreeNode", {
|
|
19319
19308
|
attrs: {
|
|
19320
19309
|
items: e.childrenItems,
|
|
@@ -19328,7 +19317,7 @@ var SC = function() {
|
|
|
19328
19317
|
onMultiNodeObj: e.onMultiNodeObj,
|
|
19329
19318
|
onVars: e.onVars
|
|
19330
19319
|
}
|
|
19331
|
-
})] : n.nodeType == "exclusiveGateway" && n.branches && n.branches.length == 1 ? [e._m(
|
|
19320
|
+
})] : n.nodeType == "exclusiveGateway" && n.branches && n.branches.length == 1 ? [e._m(5, !0), e.nodeType == "nexting" ? [i("TreeNode", {
|
|
19332
19321
|
attrs: {
|
|
19333
19322
|
items: [n.branches[0]],
|
|
19334
19323
|
endNode: e.childrenEndItems,
|
|
@@ -19354,22 +19343,18 @@ var SC = function() {
|
|
|
19354
19343
|
onMultiNodeObj: e.onMultiNodeObj,
|
|
19355
19344
|
onVars: e.onVars
|
|
19356
19345
|
}
|
|
19357
|
-
})]] :
|
|
19358
|
-
staticClass: "treeperson-title"
|
|
19359
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B95\uFF1A" + e._s(e.nodeType) + " "), i("span", {
|
|
19360
|
-
staticClass: "treeperson-title--re"
|
|
19361
|
-
}, [e._v("*")])]), e._l(n.nodeInfoDTO.branches, function(a, o) {
|
|
19346
|
+
})]] : n.id || n.nodeInfoDTO && n.nodeInfoDTO.id ? [e.nodeType == "nexting" ? [n.nodeInfoDTO && n.nodeInfoDTO.nodeType == "exclusiveGateway" ? [e._m(6, !0), e._l(n.nodeInfoDTO.branches, function(r, a) {
|
|
19362
19347
|
return i("div", {
|
|
19363
|
-
key:
|
|
19348
|
+
key: a,
|
|
19364
19349
|
staticClass: "treeperson-radio",
|
|
19365
|
-
class: e.firstCheck == (
|
|
19350
|
+
class: e.firstCheck == (r.nodeInfoDTO ? r.nodeInfoDTO.id : r.id) ? "treeperson-radio-active" : "",
|
|
19366
19351
|
on: {
|
|
19367
|
-
click: function(
|
|
19368
|
-
return e.handleFirstNodeClick(
|
|
19352
|
+
click: function(o) {
|
|
19353
|
+
return e.handleFirstNodeClick(r, n.nodeInfoDTO.branches);
|
|
19369
19354
|
}
|
|
19370
19355
|
}
|
|
19371
|
-
}, [i("span"), e._v(" " + e._s(
|
|
19372
|
-
}), i("
|
|
19356
|
+
}, [i("span"), e._v(" " + e._s(r.nodeName || r.name) + " ")]);
|
|
19357
|
+
}), i("TreePerson", {
|
|
19373
19358
|
key: e.firstCheck,
|
|
19374
19359
|
ref: "TreePersonRef",
|
|
19375
19360
|
refInFor: !0,
|
|
@@ -19382,11 +19367,7 @@ var SC = function() {
|
|
|
19382
19367
|
onMultiNode: e.onMultiNode,
|
|
19383
19368
|
onMultiNodeObj: e.onMultiNodeObj
|
|
19384
19369
|
}
|
|
19385
|
-
})] : [i("
|
|
19386
|
-
staticClass: "treeperson-title"
|
|
19387
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B94\uFF1A" + e._s(e.nodeType) + " "), i("span", {
|
|
19388
|
-
staticClass: "treeperson-title--re"
|
|
19389
|
-
}, [e._v("*")])]), i("pre", [e._v(e._s(JSON.stringify(n, null, 2)))]), i("TreeNode", {
|
|
19370
|
+
})] : [e._m(7, !0), i("TreeNode", {
|
|
19390
19371
|
attrs: {
|
|
19391
19372
|
items: [n.nodeInfoDTO ? n.nodeInfoDTO : n],
|
|
19392
19373
|
endNode: e.childrenEndItems,
|
|
@@ -19412,20 +19393,62 @@ var SC = function() {
|
|
|
19412
19393
|
onMultiNodeObj: e.onMultiNodeObj,
|
|
19413
19394
|
onVars: e.onVars
|
|
19414
19395
|
}
|
|
19415
|
-
})]]], 2);
|
|
19396
|
+
})]] : void 0], 2);
|
|
19416
19397
|
}), 0) : e._e()]);
|
|
19417
19398
|
}, DC = [function() {
|
|
19418
19399
|
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19419
19400
|
return i("div", {
|
|
19420
19401
|
staticClass: "treeperson-title"
|
|
19421
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\
|
|
19402
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19422
19403
|
staticClass: "treeperson-title--re"
|
|
19423
19404
|
}, [e._v("*")])]);
|
|
19424
19405
|
}, function() {
|
|
19425
19406
|
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19426
19407
|
return i("div", {
|
|
19427
19408
|
staticClass: "treeperson-title"
|
|
19428
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\
|
|
19409
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19410
|
+
staticClass: "treeperson-title--re"
|
|
19411
|
+
}, [e._v("*")])]);
|
|
19412
|
+
}, function() {
|
|
19413
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19414
|
+
return i("div", {
|
|
19415
|
+
staticClass: "treeperson-title"
|
|
19416
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19417
|
+
staticClass: "treeperson-title--re"
|
|
19418
|
+
}, [e._v("*")])]);
|
|
19419
|
+
}, function() {
|
|
19420
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19421
|
+
return i("div", {
|
|
19422
|
+
staticClass: "treeperson-title"
|
|
19423
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19424
|
+
staticClass: "treeperson-title--re"
|
|
19425
|
+
}, [e._v("*")])]);
|
|
19426
|
+
}, function() {
|
|
19427
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19428
|
+
return i("div", {
|
|
19429
|
+
staticClass: "treeperson-title"
|
|
19430
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19431
|
+
staticClass: "treeperson-title--re"
|
|
19432
|
+
}, [e._v("*")])]);
|
|
19433
|
+
}, function() {
|
|
19434
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19435
|
+
return i("div", {
|
|
19436
|
+
staticClass: "treeperson-title"
|
|
19437
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19438
|
+
staticClass: "treeperson-title--re"
|
|
19439
|
+
}, [e._v("*")])]);
|
|
19440
|
+
}, function() {
|
|
19441
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19442
|
+
return i("div", {
|
|
19443
|
+
staticClass: "treeperson-title"
|
|
19444
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19445
|
+
staticClass: "treeperson-title--re"
|
|
19446
|
+
}, [e._v("*")])]);
|
|
19447
|
+
}, function() {
|
|
19448
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19449
|
+
return i("div", {
|
|
19450
|
+
staticClass: "treeperson-title"
|
|
19451
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19429
19452
|
staticClass: "treeperson-title--re"
|
|
19430
19453
|
}, [e._v("*")])]);
|
|
19431
19454
|
}];
|
|
@@ -19464,7 +19487,7 @@ const PC = {
|
|
|
19464
19487
|
childrenItems: [],
|
|
19465
19488
|
childrenEndItems: !1,
|
|
19466
19489
|
gateVars: {},
|
|
19467
|
-
multiNode:
|
|
19490
|
+
multiNode: {},
|
|
19468
19491
|
partNodeArr: {},
|
|
19469
19492
|
getVars: {}
|
|
19470
19493
|
};
|
|
@@ -19488,7 +19511,9 @@ const PC = {
|
|
|
19488
19511
|
return console.log(e, this.firstMultiCheck, "originItems"), e.filter((t) => this.firstMultiCheck.includes(t.nodeInfoDTO ? t.nodeInfoDTO.id : t.id));
|
|
19489
19512
|
},
|
|
19490
19513
|
onMultiNode(e) {
|
|
19491
|
-
|
|
19514
|
+
console.log(e, "onMultiNode"), Object.prototype.toString.call(e) == "[object Object]" && (Object.prototype.toString.call(this.multiNode) == "[object Object]" ? Object.keys(e).forEach((t) => {
|
|
19515
|
+
e[t] || (e[t] = [""]), e[t] && e[t].length > 1 ? this.multiNode[t] = e[t].filter((i) => i) : this.multiNode[t] = e[t];
|
|
19516
|
+
}) : this.multiNode = e), console.error(JSON.parse(JSON.stringify(e)), "onMultiNode \u8282\u70B9\u4FEE\u6539", JSON.parse(JSON.stringify(this.multiNode))), this.$emit("onMultiNode", this.multiNode);
|
|
19492
19517
|
},
|
|
19493
19518
|
onMultiNodeObj(e) {
|
|
19494
19519
|
this.partNodeArr = e, this.$emit("onMultiNodeObj", this.partNodeArr);
|
|
@@ -19537,22 +19562,22 @@ const PC = {
|
|
|
19537
19562
|
}
|
|
19538
19563
|
}
|
|
19539
19564
|
}, gl = {};
|
|
19540
|
-
var
|
|
19565
|
+
var MC = /* @__PURE__ */ ye(
|
|
19541
19566
|
PC,
|
|
19542
19567
|
SC,
|
|
19543
19568
|
DC,
|
|
19544
19569
|
!1,
|
|
19545
|
-
|
|
19546
|
-
"
|
|
19570
|
+
BC,
|
|
19571
|
+
"7f369078",
|
|
19547
19572
|
null,
|
|
19548
19573
|
null
|
|
19549
19574
|
);
|
|
19550
|
-
function
|
|
19575
|
+
function BC(e) {
|
|
19551
19576
|
for (let t in gl)
|
|
19552
19577
|
this[t] = gl[t];
|
|
19553
19578
|
}
|
|
19554
19579
|
const OC = /* @__PURE__ */ function() {
|
|
19555
|
-
return
|
|
19580
|
+
return MC.exports;
|
|
19556
19581
|
}();
|
|
19557
19582
|
var RC = function() {
|
|
19558
19583
|
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
@@ -20277,13 +20302,17 @@ const YC = {
|
|
|
20277
20302
|
let n = "";
|
|
20278
20303
|
const s = t.every((r) => {
|
|
20279
20304
|
console.log(r, "item");
|
|
20280
|
-
|
|
20281
|
-
|
|
20305
|
+
let a = this.multiNodeParticipant[r.id];
|
|
20306
|
+
a = (a || []).filter((l) => l);
|
|
20307
|
+
const o = a && a.length > 0;
|
|
20308
|
+
return o || (n = r), console.log(o, "v"), o;
|
|
20282
20309
|
});
|
|
20283
20310
|
return console.log(s, "hasV", n), s ? !1 : n.name;
|
|
20284
20311
|
} else if (this.nextNodeData[0].nodeType == "exclusiveGateway" && this.nextNodeData[0].branches && this.nextNodeData[0].branches.length == 1) {
|
|
20285
20312
|
const n = this.findUserTaskNode(this.nextNodeData[0].branches[0]);
|
|
20286
|
-
|
|
20313
|
+
let s = (this.multiNodeParticipant[n.id] || []).filter((a) => a);
|
|
20314
|
+
const r = s && s.length > 0;
|
|
20315
|
+
return console.log(this.nextNodeData[0].branches[0], n, "nbnNode", r), r ? !1 : n.name;
|
|
20287
20316
|
} else if (this.nextNodeData[0].nodeType == "exclusiveGateway" && this.nextNodeData[0].branches && this.nextNodeData[0].branches.length > 1) {
|
|
20288
20317
|
const n = this.$refs.TreePersonRef.childrenItems || null;
|
|
20289
20318
|
if (n && n.length > 0) {
|
|
@@ -20295,7 +20324,8 @@ const YC = {
|
|
|
20295
20324
|
} else
|
|
20296
20325
|
return this.pureTip = !0, "\u8BF7\u9009\u62E9\u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9";
|
|
20297
20326
|
}
|
|
20298
|
-
}
|
|
20327
|
+
} else
|
|
20328
|
+
return !1;
|
|
20299
20329
|
if (this.nextNodeData.length == 1 && this.nextNodeData[0].userTaskModelDTO && this.taskNode && this.taskNode.length > 0 && this.taskNode[0].taskState != 4 && this.taskNode[0].taskState != 11) {
|
|
20300
20330
|
let e = this.nextNodeData[0].userTaskModelDTO.humanPerformer.name;
|
|
20301
20331
|
if (e != "\u56FA\u5B9A\u8D26\u6237" && e != "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173" && JSON.stringify(this.multiNodeParticipant) == "{}")
|
|
@@ -20580,7 +20610,7 @@ const YC = {
|
|
|
20580
20610
|
}
|
|
20581
20611
|
}
|
|
20582
20612
|
} else {
|
|
20583
|
-
if (this.multiNodeParticipant[this.partObjId] && !this.multiNodeParticipant[this.partObjId].length) {
|
|
20613
|
+
if (console.error(this.multiNodeParticipant, "\u6D4B\u8BD5 multiNodeParticipant \u7A7A\u503C\u60C5\u51B5"), this.multiNodeParticipant[this.partObjId] && !this.multiNodeParticipant[this.partObjId].length) {
|
|
20584
20614
|
this.handleTips("\u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA!", !1, "success");
|
|
20585
20615
|
return;
|
|
20586
20616
|
}
|
|
@@ -20601,7 +20631,17 @@ const YC = {
|
|
|
20601
20631
|
i.setPersonnel ? t = i.assignees : t = (this.partNodeArr[i.id] || []).map((n) => ({
|
|
20602
20632
|
id: n.id,
|
|
20603
20633
|
name: n.name
|
|
20604
|
-
})),
|
|
20634
|
+
})), Date.now() && console.log("\u63D0\u4EA4\u6570\u636E", {
|
|
20635
|
+
pass: !0,
|
|
20636
|
+
assignees: t,
|
|
20637
|
+
processInstanceId: this.param.processInstId,
|
|
20638
|
+
actionName: this.param.actionComplete,
|
|
20639
|
+
commentMsg: this.commentMsg,
|
|
20640
|
+
taskId: this.param.taskInstId,
|
|
20641
|
+
vars: this.param.vars || this.gateVars,
|
|
20642
|
+
multiNodeParticipant: e,
|
|
20643
|
+
attachment: this.attchLists
|
|
20644
|
+
}), await this.param.request.post("/bladex/blade-workflow/tis/complete", {
|
|
20605
20645
|
pass: !0,
|
|
20606
20646
|
assignees: t,
|
|
20607
20647
|
processInstanceId: this.param.processInstId,
|
|
@@ -20762,7 +20802,7 @@ var zC = /* @__PURE__ */ ye(
|
|
|
20762
20802
|
WC,
|
|
20763
20803
|
!1,
|
|
20764
20804
|
XC,
|
|
20765
|
-
"
|
|
20805
|
+
"d6ebd5f8",
|
|
20766
20806
|
null,
|
|
20767
20807
|
null
|
|
20768
20808
|
);
|