ddy-process-h5 1.0.1-rc.2.1 → 1.0.1-rc.2.15
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 +474 -376
- package/v2/ddy-process-h5.umd.cjs +10 -10
- package/v2/style.css +1 -1
- package/v2.7/ddy-process-h5.js +3985 -3887
- package/v2.7/ddy-process-h5.umd.cjs +14 -14
- package/v2.7/style.css +1 -1
- package/v3/ddy-process-h5.js +2066 -2018
- package/v3/ddy-process-h5.umd.cjs +10 -10
- package/v3/style.css +1 -1
package/v2/ddy-process-h5.js
CHANGED
|
@@ -21,7 +21,7 @@ function cp(e) {
|
|
|
21
21
|
function Gt(e) {
|
|
22
22
|
return typeof e == "string" || typeof e == "number" || typeof e == "symbol" || typeof e == "boolean";
|
|
23
23
|
}
|
|
24
|
-
function
|
|
24
|
+
function Me(e) {
|
|
25
25
|
return e !== null && typeof e == "object";
|
|
26
26
|
}
|
|
27
27
|
var ms = Object.prototype.toString;
|
|
@@ -122,7 +122,7 @@ var In = function(e, t, i) {
|
|
|
122
122
|
function ci(e, t) {
|
|
123
123
|
if (e === t)
|
|
124
124
|
return !0;
|
|
125
|
-
var i =
|
|
125
|
+
var i = Me(e), n = Me(t);
|
|
126
126
|
if (i && n)
|
|
127
127
|
try {
|
|
128
128
|
var s = Array.isArray(e), r = Array.isArray(t);
|
|
@@ -145,7 +145,7 @@ function ci(e, t) {
|
|
|
145
145
|
else
|
|
146
146
|
return !i && !n ? String(e) === String(t) : !1;
|
|
147
147
|
}
|
|
148
|
-
function
|
|
148
|
+
function Ml(e, t) {
|
|
149
149
|
for (var i = 0; i < e.length; i++)
|
|
150
150
|
if (ci(e[i], t))
|
|
151
151
|
return i;
|
|
@@ -161,7 +161,7 @@ var ka = "data-server-rendered", ys = [
|
|
|
161
161
|
"component",
|
|
162
162
|
"directive",
|
|
163
163
|
"filter"
|
|
164
|
-
],
|
|
164
|
+
], Pl = [
|
|
165
165
|
"beforeCreate",
|
|
166
166
|
"created",
|
|
167
167
|
"beforeMount",
|
|
@@ -191,7 +191,7 @@ var ka = "data-server-rendered", ys = [
|
|
|
191
191
|
parsePlatformTagName: Dl,
|
|
192
192
|
mustUseProp: In,
|
|
193
193
|
async: !0,
|
|
194
|
-
_lifecycleHooks:
|
|
194
|
+
_lifecycleHooks: Pl
|
|
195
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);
|
|
@@ -219,12 +219,12 @@ function Ap(e) {
|
|
|
219
219
|
};
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
|
-
var bp = "__proto__" in {}, Ge = typeof window < "u",
|
|
223
|
-
|
|
224
|
-
var Cp =
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
var Na =
|
|
222
|
+
var bp = "__proto__" in {}, Ge = typeof window < "u", Mr = typeof WXEnvironment < "u" && !!WXEnvironment.platform, Rl = Mr && WXEnvironment.platform.toLowerCase(), Pe = Ge && window.navigator.userAgent.toLowerCase(), Gi = Pe && /msie|trident/.test(Pe), qi = Pe && Pe.indexOf("msie 9.0") > 0, Pr = Pe && Pe.indexOf("edge/") > 0;
|
|
223
|
+
Pe && Pe.indexOf("android") > 0;
|
|
224
|
+
var Cp = Pe && /iphone|ipad|ipod|ios/.test(Pe) || Rl === "ios";
|
|
225
|
+
Pe && /chrome\/\d+/.test(Pe);
|
|
226
|
+
Pe && /phantomjs/.test(Pe);
|
|
227
|
+
var Na = Pe && Pe.match(/firefox\/(\d+)/), Ys = {}.watch, Ll = !1;
|
|
228
228
|
if (Ge)
|
|
229
229
|
try {
|
|
230
230
|
var _a = {};
|
|
@@ -236,7 +236,7 @@ if (Ge)
|
|
|
236
236
|
} catch {
|
|
237
237
|
}
|
|
238
238
|
var kn, vs = function() {
|
|
239
|
-
return kn === void 0 && (!Ge && !
|
|
239
|
+
return kn === void 0 && (!Ge && !Mr && typeof global < "u" ? kn = global.process && global.process.env.VUE_ENV === "server" : kn = !1), kn;
|
|
240
240
|
}, Zn = Ge && window.__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
241
241
|
function ii(e) {
|
|
242
242
|
return typeof e == "function" && /native code/.test(e.toString());
|
|
@@ -416,7 +416,7 @@ function _p(e, t, i) {
|
|
|
416
416
|
}
|
|
417
417
|
}
|
|
418
418
|
function ui(e, t) {
|
|
419
|
-
if (!(!
|
|
419
|
+
if (!(!Me(e) || e instanceof Ue)) {
|
|
420
420
|
var i;
|
|
421
421
|
return Ne(e, "__ob__") && e.__ob__ instanceof es ? i = e.__ob__ : Or && !vs() && (Array.isArray(e) || Fe(e)) && Object.isExtensible(e) && !e._isVue && (i = new es(e)), t && i && i.vmCount++, i;
|
|
422
422
|
}
|
|
@@ -508,15 +508,15 @@ function Dp(e) {
|
|
|
508
508
|
t.indexOf(e[i]) === -1 && t.push(e[i]);
|
|
509
509
|
return t;
|
|
510
510
|
}
|
|
511
|
-
|
|
511
|
+
Pl.forEach(function(e) {
|
|
512
512
|
it[e] = Sp;
|
|
513
513
|
});
|
|
514
|
-
function
|
|
514
|
+
function Mp(e, t, i, n) {
|
|
515
515
|
var s = Object.create(e || null);
|
|
516
516
|
return t ? (process.env.NODE_ENV !== "production" && Fr(n, t, i), he(s, t)) : s;
|
|
517
517
|
}
|
|
518
518
|
ys.forEach(function(e) {
|
|
519
|
-
it[e + "s"] =
|
|
519
|
+
it[e + "s"] = Mp;
|
|
520
520
|
});
|
|
521
521
|
it.watch = function(e, t, i, n) {
|
|
522
522
|
if (e === Ys && (e = void 0), t === Ys && (t = void 0), !t)
|
|
@@ -541,7 +541,7 @@ it.provide = Zs;
|
|
|
541
541
|
var Ul = function(e, t) {
|
|
542
542
|
return t === void 0 ? e : t;
|
|
543
543
|
};
|
|
544
|
-
function
|
|
544
|
+
function Pp(e) {
|
|
545
545
|
for (var t in e.components)
|
|
546
546
|
Lr(t);
|
|
547
547
|
}
|
|
@@ -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" && Pp(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;
|
|
@@ -637,12 +637,12 @@ function Vr(e, t, i, n) {
|
|
|
637
637
|
}
|
|
638
638
|
}
|
|
639
639
|
function jr(e, t, i, n) {
|
|
640
|
-
var s = t[e], r = !Ne(i, e), a = i[e], o =
|
|
640
|
+
var s = t[e], r = !Ne(i, e), a = i[e], o = Ma(Boolean, s.type);
|
|
641
641
|
if (o > -1) {
|
|
642
642
|
if (r && !Ne(s, "default"))
|
|
643
643
|
a = !1;
|
|
644
644
|
else if (a === "" || a === yi(e)) {
|
|
645
|
-
var l =
|
|
645
|
+
var l = Ma(String, s.type);
|
|
646
646
|
(l < 0 || o < l) && (a = !0);
|
|
647
647
|
}
|
|
648
648
|
}
|
|
@@ -656,7 +656,7 @@ function jr(e, t, i, n) {
|
|
|
656
656
|
function Lp(e, t, i) {
|
|
657
657
|
if (!!Ne(t, "default")) {
|
|
658
658
|
var n = t.default;
|
|
659
|
-
return process.env.NODE_ENV !== "production" &&
|
|
659
|
+
return process.env.NODE_ENV !== "production" && Me(n) && U(
|
|
660
660
|
'Invalid default value for prop "' + i + '": Props with type Object/Array must use a factory function to return the default value.',
|
|
661
661
|
e
|
|
662
662
|
), e && e.$options.propsData && e.$options.propsData[i] === void 0 && e._props[i] !== void 0 ? e._props[i] : typeof n == "function" && ts(t.type) !== "Function" ? n.call(e) : n;
|
|
@@ -725,7 +725,7 @@ function ts(e) {
|
|
|
725
725
|
function Da(e, t) {
|
|
726
726
|
return ts(e) === ts(t);
|
|
727
727
|
}
|
|
728
|
-
function
|
|
728
|
+
function Ma(e, t) {
|
|
729
729
|
if (!Array.isArray(t))
|
|
730
730
|
return Da(t, e) ? 0 : -1;
|
|
731
731
|
for (var i = 0, n = t.length; i < n; i++)
|
|
@@ -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 " + Pa(t, s)), n += ", got " + r + " ", _s(r) && (n += "with value " + Pa(t, r) + "."), n;
|
|
739
739
|
}
|
|
740
|
-
function
|
|
740
|
+
function Pa(e, t) {
|
|
741
741
|
return t === "String" ? '"' + e + '"' : t === "Number" ? "" + Number(e) : "" + e;
|
|
742
742
|
}
|
|
743
743
|
var Gp = ["string", "number", "boolean"];
|
|
@@ -795,7 +795,7 @@ function Ba(e, t, i) {
|
|
|
795
795
|
Oa(e, t, i);
|
|
796
796
|
}
|
|
797
797
|
function Oa(e, t, i) {
|
|
798
|
-
if (process.env.NODE_ENV !== "production" && U("Error in " + i + ': "' + e.toString() + '"', t), (Ge ||
|
|
798
|
+
if (process.env.NODE_ENV !== "production" && U("Error in " + i + ': "' + e.toString() + '"', t), (Ge || Mr) && typeof console < "u")
|
|
799
799
|
console.error(e);
|
|
800
800
|
else
|
|
801
801
|
throw e;
|
|
@@ -890,7 +890,7 @@ function is(e) {
|
|
|
890
890
|
}
|
|
891
891
|
function ir(e, t) {
|
|
892
892
|
var i, n, s = Array.isArray(e);
|
|
893
|
-
if (!(!s && !
|
|
893
|
+
if (!(!s && !Me(e) || Object.isFrozen(e) || e instanceof Ue)) {
|
|
894
894
|
if (e.__ob__) {
|
|
895
895
|
var r = e.__ob__.dep.id;
|
|
896
896
|
if (t.has(r))
|
|
@@ -948,7 +948,7 @@ function ql(e, t, i, n, s, r) {
|
|
|
948
948
|
for (a in t)
|
|
949
949
|
$(e[a]) && (p = Qa(a), n(p.name, t[a], p.capture));
|
|
950
950
|
}
|
|
951
|
-
function
|
|
951
|
+
function Mt(e, t, i) {
|
|
952
952
|
e instanceof Ue && (e = e.data.hook || (e.data.hook = {}));
|
|
953
953
|
var n, s = e[t];
|
|
954
954
|
function r() {
|
|
@@ -1103,7 +1103,7 @@ function sd(e, t) {
|
|
|
1103
1103
|
else if (typeof e == "number")
|
|
1104
1104
|
for (i = new Array(e), n = 0; n < e; n++)
|
|
1105
1105
|
i[n] = t(n + 1, n);
|
|
1106
|
-
else if (
|
|
1106
|
+
else if (Me(e))
|
|
1107
1107
|
if (As && e[Symbol.iterator]) {
|
|
1108
1108
|
i = [];
|
|
1109
1109
|
for (var o = e[Symbol.iterator](), l = o.next(); !l.done; )
|
|
@@ -1115,7 +1115,7 @@ function sd(e, t) {
|
|
|
1115
1115
|
}
|
|
1116
1116
|
function rd(e, t, i, n) {
|
|
1117
1117
|
var s = this.$scopedSlots[e], r;
|
|
1118
|
-
s ? (i = i || {}, n && (process.env.NODE_ENV !== "production" && !
|
|
1118
|
+
s ? (i = i || {}, n && (process.env.NODE_ENV !== "production" && !Me(n) && U("slot v-bind without argument expects an Object", this), i = he(he({}, n), i)), r = s(i) || (typeof t == "function" ? t() : t)) : r = this.$slots[e] || (typeof t == "function" ? t() : t);
|
|
1119
1119
|
var a = i && i.slot;
|
|
1120
1120
|
return a ? this.$createElement("template", { slot: a }, r) : r;
|
|
1121
1121
|
}
|
|
@@ -1131,7 +1131,7 @@ function od(e, t, i, n, s) {
|
|
|
1131
1131
|
}
|
|
1132
1132
|
function ld(e, t, i, n, s) {
|
|
1133
1133
|
if (i)
|
|
1134
|
-
if (!
|
|
1134
|
+
if (!Me(i))
|
|
1135
1135
|
process.env.NODE_ENV !== "production" && U(
|
|
1136
1136
|
"v-bind without argument expects an Object or Array value",
|
|
1137
1137
|
this
|
|
@@ -1217,7 +1217,7 @@ function hd(e, t) {
|
|
|
1217
1217
|
return typeof e == "string" ? t + e : e;
|
|
1218
1218
|
}
|
|
1219
1219
|
function Yl(e) {
|
|
1220
|
-
e._o = ud, e._n = an, e._s = up, e._l = sd, e._t = rd, e._q = ci, e._i =
|
|
1220
|
+
e._o = ud, e._n = an, e._s = up, e._l = sd, e._t = rd, e._q = ci, e._i = Ml, e._m = cd, e._f = ad, e._k = od, e._b = ld, e._v = Ii, e._e = ni, e._u = Wl, e._g = pd, e._d = dd, e._p = hd;
|
|
1221
1221
|
}
|
|
1222
1222
|
function qr(e, t, i, n, s) {
|
|
1223
1223
|
var r = this, a = s.options, o;
|
|
@@ -1306,7 +1306,7 @@ var Jr = {
|
|
|
1306
1306
|
function Wa(e, t, i, n, s) {
|
|
1307
1307
|
if (!$(e)) {
|
|
1308
1308
|
var r = i.$options._base;
|
|
1309
|
-
if (
|
|
1309
|
+
if (Me(e) && (e = r.extend(e)), typeof e != "function") {
|
|
1310
1310
|
process.env.NODE_ENV !== "production" && U("Invalid Component definition: " + String(e), i);
|
|
1311
1311
|
return;
|
|
1312
1312
|
}
|
|
@@ -1418,7 +1418,7 @@ function Xl(e, t, i) {
|
|
|
1418
1418
|
}
|
|
1419
1419
|
}
|
|
1420
1420
|
function Cd(e) {
|
|
1421
|
-
|
|
1421
|
+
Me(e.style) && is(e.style), Me(e.class) && is(e.class);
|
|
1422
1422
|
}
|
|
1423
1423
|
function wd(e) {
|
|
1424
1424
|
e._vnode = null, e._staticTrees = null;
|
|
@@ -1468,7 +1468,7 @@ function Ed(e) {
|
|
|
1468
1468
|
};
|
|
1469
1469
|
}
|
|
1470
1470
|
function Ss(e, t) {
|
|
1471
|
-
return (e.__esModule || As && e[Symbol.toStringTag] === "Module") && (e = e.default),
|
|
1471
|
+
return (e.__esModule || As && e[Symbol.toStringTag] === "Module") && (e = e.default), Me(e) ? t.extend(e) : e;
|
|
1472
1472
|
}
|
|
1473
1473
|
function xd(e, t, i, n, s) {
|
|
1474
1474
|
var r = ni();
|
|
@@ -1499,7 +1499,7 @@ function Td(e, t) {
|
|
|
1499
1499
|
Reason: ` + f : "")
|
|
1500
1500
|
), b(e.errorComp) && (e.error = !0, o(!0));
|
|
1501
1501
|
}), h = e(l, p);
|
|
1502
|
-
return
|
|
1502
|
+
return Me(h) && (Ks(h) ? $(e.resolved) && h.then(l, p) : Ks(h.component) && (h.component.then(l, p), b(h.error) && (e.errorComp = Ss(h.error, t)), b(h.loading) && (e.loadingComp = Ss(h.loading, t), h.delay === 0 ? e.loading = !0 : r = setTimeout(function() {
|
|
1503
1503
|
r = null, $(e.resolved) && $(e.error) && (e.loading = !0, o(!1));
|
|
1504
1504
|
}, h.delay || 200)), b(h.timeout) && (a = setTimeout(function() {
|
|
1505
1505
|
a = null, $(e.resolved) && p(
|
|
@@ -1607,7 +1607,7 @@ function Dd(e) {
|
|
|
1607
1607
|
}
|
|
1608
1608
|
e.$parent = i, e.$root = i ? i.$root : e, e.$children = [], e.$refs = {}, e._watcher = null, e._inactive = null, e._directInactive = !1, e._isMounted = !1, e._isDestroyed = !1, e._isBeingDestroyed = !1;
|
|
1609
1609
|
}
|
|
1610
|
-
function
|
|
1610
|
+
function Md(e) {
|
|
1611
1611
|
e.prototype._update = function(t, i) {
|
|
1612
1612
|
var n = this, s = n.$el, r = n._vnode, a = ec(n);
|
|
1613
1613
|
n._vnode = t, r ? n.$el = n.__patch__(r, t) : n.$el = n.__patch__(n.$el, t, i, !1), a(), s && (s.__vue__ = null), n.$el && (n.$el.__vue__ = n), n.$vnode && n.$parent && n.$vnode === n.$parent._vnode && (n.$parent.$el = n.$el);
|
|
@@ -1626,7 +1626,7 @@ function Pd(e) {
|
|
|
1626
1626
|
}
|
|
1627
1627
|
};
|
|
1628
1628
|
}
|
|
1629
|
-
function
|
|
1629
|
+
function Pd(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
|
|
@@ -1796,7 +1796,7 @@ pt.prototype.update = function() {
|
|
|
1796
1796
|
pt.prototype.run = function() {
|
|
1797
1797
|
if (this.active) {
|
|
1798
1798
|
var t = this.get();
|
|
1799
|
-
if (t !== this.value ||
|
|
1799
|
+
if (t !== this.value || Me(t) || this.deep) {
|
|
1800
1800
|
var i = this.value;
|
|
1801
1801
|
if (this.value = t, this.user) {
|
|
1802
1802
|
var n = 'callback for watcher "' + this.expression + '"';
|
|
@@ -2029,7 +2029,7 @@ function ge(e) {
|
|
|
2029
2029
|
Zd(ge);
|
|
2030
2030
|
zd(ge);
|
|
2031
2031
|
Sd(ge);
|
|
2032
|
-
|
|
2032
|
+
Md(ge);
|
|
2033
2033
|
Ed(ge);
|
|
2034
2034
|
function th(e) {
|
|
2035
2035
|
e.use = function(t) {
|
|
@@ -2225,7 +2225,7 @@ function Zr(e, t) {
|
|
|
2225
2225
|
return e ? t ? e + " " + t : e : t || "";
|
|
2226
2226
|
}
|
|
2227
2227
|
function $r(e) {
|
|
2228
|
-
return Array.isArray(e) ? vh(e) :
|
|
2228
|
+
return Array.isArray(e) ? vh(e) : Me(e) ? Ah(e) : typeof e == "string" ? e : "";
|
|
2229
2229
|
}
|
|
2230
2230
|
function vh(e) {
|
|
2231
2231
|
for (var t = "", i, n = 0, s = e.length; n < s; n++)
|
|
@@ -2298,10 +2298,10 @@ function Sh(e, t) {
|
|
|
2298
2298
|
function Dh(e, t) {
|
|
2299
2299
|
e.appendChild(t);
|
|
2300
2300
|
}
|
|
2301
|
-
function
|
|
2301
|
+
function Mh(e) {
|
|
2302
2302
|
return e.parentNode;
|
|
2303
2303
|
}
|
|
2304
|
-
function
|
|
2304
|
+
function Ph(e) {
|
|
2305
2305
|
return e.nextSibling;
|
|
2306
2306
|
}
|
|
2307
2307
|
function Bh(e) {
|
|
@@ -2321,8 +2321,8 @@ var Lh = /* @__PURE__ */ Object.freeze({
|
|
|
2321
2321
|
insertBefore: _h,
|
|
2322
2322
|
removeChild: Sh,
|
|
2323
2323
|
appendChild: Dh,
|
|
2324
|
-
parentNode:
|
|
2325
|
-
nextSibling:
|
|
2324
|
+
parentNode: Mh,
|
|
2325
|
+
nextSibling: Ph,
|
|
2326
2326
|
tagName: Bh,
|
|
2327
2327
|
setTextContent: Oh,
|
|
2328
2328
|
setStyleScope: Rh
|
|
@@ -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), P(T, g.elm, O), process.env.NODE_ENV !== "production" && N && N.pre && h--) : Ce(g.isComment) ? (g.elm = r.createComment(g.text), P(T, g.elm, O)) : (g.elm = r.createTextNode(g.text), P(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), P(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
|
+
P(T, g.elm, O);
|
|
2416
2416
|
}
|
|
2417
|
-
function
|
|
2417
|
+
function P(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) {
|
|
@@ -2457,7 +2457,7 @@ function Qh(e) {
|
|
|
2457
2457
|
for (T = 0; T < g.children.length; ++T)
|
|
2458
2458
|
_(g.children[T]);
|
|
2459
2459
|
}
|
|
2460
|
-
function
|
|
2460
|
+
function M(g, v, T) {
|
|
2461
2461
|
for (; v <= T; ++v) {
|
|
2462
2462
|
var O = g[v];
|
|
2463
2463
|
b(O) && (b(O.tag) ? (G(O), _(O)) : l(O.elm));
|
|
@@ -2476,7 +2476,7 @@ function Qh(e) {
|
|
|
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
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
|
-
w > N ? (S = $(T[d + 1]) ? null : T[d + 1].elm, A(g, S, T, E, d, O)) : E > d &&
|
|
2479
|
+
w > N ? (S = $(T[d + 1]) ? null : T[d + 1].elm, A(g, S, T, E, d, O)) : E > d && M(v, w, N);
|
|
2480
2480
|
}
|
|
2481
2481
|
function R(g) {
|
|
2482
2482
|
for (var v = {}, T = 0; T < g.length; T++) {
|
|
@@ -2514,7 +2514,7 @@ function Qh(e) {
|
|
|
2514
2514
|
n.update[N](g, v);
|
|
2515
2515
|
b(N = K.hook) && b(N = N.update) && N(g, v);
|
|
2516
2516
|
}
|
|
2517
|
-
$(v.text) ? b(ie) && b(d) ? ie !== d && I(E, ie, d, T, w) : b(d) ? (process.env.NODE_ENV !== "production" && R(d), b(g.text) && r.setTextContent(E, ""), A(E, null, d, 0, d.length - 1, T)) : b(ie) ?
|
|
2517
|
+
$(v.text) ? b(ie) && b(d) ? ie !== d && I(E, ie, d, T, w) : b(d) ? (process.env.NODE_ENV !== "production" && R(d), b(g.text) && r.setTextContent(E, ""), A(E, null, d, 0, d.length - 1, T)) : b(ie) ? M(ie, 0, ie.length - 1) : b(g.text) && r.setTextContent(E, "") : g.text !== v.text && r.setTextContent(E, v.text), b(K) && b(N = K.hook) && b(N = N.postpatch) && N(g, v);
|
|
2518
2518
|
}
|
|
2519
2519
|
}
|
|
2520
2520
|
function L(g, v, T) {
|
|
@@ -2611,20 +2611,20 @@ function Qh(e) {
|
|
|
2611
2611
|
Ni(d);
|
|
2612
2612
|
d = d.parent;
|
|
2613
2613
|
}
|
|
2614
|
-
b(ie) ?
|
|
2614
|
+
b(ie) ? M([v], 0, 0) : b(v.tag) && _(v);
|
|
2615
2615
|
}
|
|
2616
2616
|
}
|
|
2617
2617
|
return L(T, E, w), T.elm;
|
|
2618
2618
|
};
|
|
2619
2619
|
}
|
|
2620
2620
|
var Uh = {
|
|
2621
|
-
create:
|
|
2622
|
-
update:
|
|
2621
|
+
create: Ms,
|
|
2622
|
+
update: Ms,
|
|
2623
2623
|
destroy: function(t) {
|
|
2624
|
-
|
|
2624
|
+
Ms(t, $t);
|
|
2625
2625
|
}
|
|
2626
2626
|
};
|
|
2627
|
-
function
|
|
2627
|
+
function Ms(e, t) {
|
|
2628
2628
|
(e.data.directives || t.data.directives) && Gh(e, t);
|
|
2629
2629
|
}
|
|
2630
2630
|
function Gh(e, t) {
|
|
@@ -2636,9 +2636,9 @@ function Gh(e, t) {
|
|
|
2636
2636
|
for (var C = 0; C < a.length; C++)
|
|
2637
2637
|
Zi(a[C], "inserted", t, e);
|
|
2638
2638
|
};
|
|
2639
|
-
i ?
|
|
2639
|
+
i ? Mt(t, "insert", f) : f();
|
|
2640
2640
|
}
|
|
2641
|
-
if (o.length &&
|
|
2641
|
+
if (o.length && Mt(t, "postpatch", function() {
|
|
2642
2642
|
for (var C = 0; C < o.length; C++)
|
|
2643
2643
|
Zi(o[C], "componentUpdated", t, e);
|
|
2644
2644
|
}), !i)
|
|
@@ -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 || Pr) && 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,11 +2713,11 @@ function ao(e, t) {
|
|
|
2713
2713
|
var Wh = {
|
|
2714
2714
|
create: ao,
|
|
2715
2715
|
update: ao
|
|
2716
|
-
},
|
|
2716
|
+
}, Ps = "__r", Bs = "__c";
|
|
2717
2717
|
function Yh(e) {
|
|
2718
|
-
if (b(e[
|
|
2718
|
+
if (b(e[Ps])) {
|
|
2719
2719
|
var t = Gi ? "change" : "input";
|
|
2720
|
-
e[t] = [].concat(e[
|
|
2720
|
+
e[t] = [].concat(e[Ps], e[t] || []), delete e[Ps];
|
|
2721
2721
|
}
|
|
2722
2722
|
b(e[Bs]) && (e.change = [].concat(e[Bs], e.change || []), delete e[Bs]);
|
|
2723
2723
|
}
|
|
@@ -2760,7 +2760,7 @@ function oo(e, t) {
|
|
|
2760
2760
|
var $h = {
|
|
2761
2761
|
create: oo,
|
|
2762
2762
|
update: oo
|
|
2763
|
-
},
|
|
2763
|
+
}, Mn;
|
|
2764
2764
|
function lo(e, t) {
|
|
2765
2765
|
if (!($(e.data.domProps) && $(t.data.domProps))) {
|
|
2766
2766
|
var i, n, s = t.elm, r = e.data.domProps || {}, a = t.data.domProps || {};
|
|
@@ -2778,8 +2778,8 @@ function lo(e, t) {
|
|
|
2778
2778
|
var o = $(n) ? "" : String(n);
|
|
2779
2779
|
ef(s, o) && (s.value = o);
|
|
2780
2780
|
} else if (i === "innerHTML" && ea(s.tagName) && $(s.innerHTML)) {
|
|
2781
|
-
|
|
2782
|
-
for (var l =
|
|
2781
|
+
Mn = Mn || document.createElement("div"), Mn.innerHTML = "<svg>" + n + "</svg>";
|
|
2782
|
+
for (var l = Mn.firstChild; s.firstChild; )
|
|
2783
2783
|
s.removeChild(s.firstChild);
|
|
2784
2784
|
for (; l.firstChild; )
|
|
2785
2785
|
s.appendChild(l.firstChild);
|
|
@@ -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"], Pn, lf = gi(function(e) {
|
|
2858
|
+
if (Pn = Pn || document.createElement("div").style, e = li(e), e !== "filter" && e in Pn)
|
|
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 Pn)
|
|
2863
2863
|
return n;
|
|
2864
2864
|
}
|
|
2865
2865
|
});
|
|
@@ -2977,18 +2977,18 @@ 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,
|
|
2981
|
-
_ =
|
|
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, P = n.enterCancelled, se = n.beforeAppear, ee = n.appear, X = n.afterAppear, D = n.appearCancelled, A = n.duration, _ = si, M = si.$vnode; M && M.parent; )
|
|
2981
|
+
_ = M.context, M = M.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, B = G && h ? h : o, V = G && se || C, L = G && typeof ee == "function" ? ee : k, j = G && X || Q, te = G && D ||
|
|
2985
|
-
|
|
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 || P, Ee = an(
|
|
2985
|
+
Me(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
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
|
-
e.data.show ||
|
|
2991
|
+
e.data.show || Mt(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() {
|
|
@@ -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,
|
|
3009
|
-
|
|
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, P = s !== !1 && !qi, se = ta(h), ee = an(
|
|
3009
|
+
Me(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), P && (xt(i, o), xt(i, l)), X.cancelled ? (P && 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), P && (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), !P && !se && X());
|
|
3020
3020
|
}
|
|
3021
3021
|
}
|
|
3022
3022
|
function bc(e, t, i) {
|
|
@@ -3062,7 +3062,7 @@ qi && document.addEventListener("selectionchange", function() {
|
|
|
3062
3062
|
});
|
|
3063
3063
|
var wc = {
|
|
3064
3064
|
inserted: function(t, i, n, s) {
|
|
3065
|
-
n.tag === "select" ? (s.elm && !s.elm._vOptions ?
|
|
3065
|
+
n.tag === "select" ? (s.elm && !s.elm._vOptions ? Mt(n, "postpatch", function() {
|
|
3066
3066
|
wc.componentUpdated(t, i, n);
|
|
3067
3067
|
}) : Ao(t, i, n.context), t._vOptions = [].map.call(t.options, os)) : (n.tag === "textarea" || ur(t.type)) && (t._vModifiers = i.modifiers, i.modifiers.lazy || (t.addEventListener("compositionstart", mf), t.addEventListener("compositionend", wo), t.addEventListener("change", wo), qi && (t.vmodel = !0)));
|
|
3068
3068
|
},
|
|
@@ -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 || Pr) && setTimeout(function() {
|
|
3086
3086
|
bo(e, t, i);
|
|
3087
3087
|
}, 0);
|
|
3088
3088
|
}
|
|
@@ -3097,7 +3097,7 @@ function bo(e, t, i) {
|
|
|
3097
3097
|
}
|
|
3098
3098
|
for (var r, a, o = 0, l = e.options.length; o < l; o++)
|
|
3099
3099
|
if (a = e.options[o], s)
|
|
3100
|
-
r =
|
|
3100
|
+
r = Ml(n, os(a)) > -1, a.selected !== r && (a.selected = r);
|
|
3101
3101
|
else if (ci(os(a), n)) {
|
|
3102
3102
|
e.selectedIndex !== o && (e.selectedIndex = o);
|
|
3103
3103
|
return;
|
|
@@ -3230,7 +3230,7 @@ var bf = function(e) {
|
|
|
3230
3230
|
if (a.data.directives && a.data.directives.some(Cf) && (a.data.show = !0), h && h.data && !Af(a, h) && !ln(h) && !(h.componentInstance && h.componentInstance._vnode.isComment)) {
|
|
3231
3231
|
var f = h.data.transition = he({}, l);
|
|
3232
3232
|
if (s === "out-in")
|
|
3233
|
-
return this._leaving = !0,
|
|
3233
|
+
return this._leaving = !0, Mt(f, "afterLeave", function() {
|
|
3234
3234
|
i._leaving = !1, i.$forceUpdate();
|
|
3235
3235
|
}), Eo(t, r);
|
|
3236
3236
|
if (s === "in-out") {
|
|
@@ -3239,7 +3239,7 @@ var bf = function(e) {
|
|
|
3239
3239
|
var C, k = function() {
|
|
3240
3240
|
C();
|
|
3241
3241
|
};
|
|
3242
|
-
|
|
3242
|
+
Mt(l, "afterEnter", k), Mt(l, "enterCancelled", k), Mt(f, "delayLeave", function(Q) {
|
|
3243
3243
|
C = Q;
|
|
3244
3244
|
});
|
|
3245
3245
|
}
|
|
@@ -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 P = s[Q];
|
|
3284
|
+
P.data.transition = o, P.data.pos = P.elm.getBoundingClientRect(), n[P.key] ? C.push(P) : k.push(P);
|
|
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, Pd(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"](
|
|
@@ -3451,7 +3451,7 @@ var ai = null, Ti = null, Jn = !0, Nc = "__composition_api_installed__";
|
|
|
3451
3451
|
function xo(e) {
|
|
3452
3452
|
return e && ei(e) && e.name === "Vue";
|
|
3453
3453
|
}
|
|
3454
|
-
function
|
|
3454
|
+
function Mf(e) {
|
|
3455
3455
|
return ai && vt(e, Nc);
|
|
3456
3456
|
}
|
|
3457
3457
|
function bs() {
|
|
@@ -3461,7 +3461,7 @@ 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 Pf(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,
|
|
@@ -3641,7 +3641,7 @@ function Jf(e, t, i) {
|
|
|
3641
3641
|
}
|
|
3642
3642
|
return t in e && !(t in Object.prototype) ? (e[t] = i, l(), i) : e._isVue || o && o.vmCount ? (process.env.NODE_ENV !== "production" && r("Avoid adding reactive properties to a Vue instance or its root $data at runtime - declare it upfront in the data option."), i) : o ? (a(o.value, t, i), Oc(e, t, i), l(), o.dep.notify(), i) : (e[t] = i, i);
|
|
3643
3643
|
}
|
|
3644
|
-
var
|
|
3644
|
+
var Mc = function() {
|
|
3645
3645
|
function e(t) {
|
|
3646
3646
|
var i = t.get, n = t.set;
|
|
3647
3647
|
Re(this, "value", {
|
|
@@ -3651,9 +3651,9 @@ var Pc = function() {
|
|
|
3651
3651
|
}
|
|
3652
3652
|
return e;
|
|
3653
3653
|
}();
|
|
3654
|
-
function
|
|
3654
|
+
function Pc(e, t, i) {
|
|
3655
3655
|
t === void 0 && (t = !1), i === void 0 && (i = !1);
|
|
3656
|
-
var n = new
|
|
3656
|
+
var n = new Mc(e);
|
|
3657
3657
|
i && (n.effect = !0);
|
|
3658
3658
|
var s = Object.seal(n);
|
|
3659
3659
|
return t && qf.set(s, !0), s;
|
|
@@ -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 Pc({
|
|
3667
3667
|
get: function() {
|
|
3668
3668
|
return i[nn];
|
|
3669
3669
|
},
|
|
@@ -3673,7 +3673,7 @@ function No(e) {
|
|
|
3673
3673
|
});
|
|
3674
3674
|
}
|
|
3675
3675
|
function Le(e) {
|
|
3676
|
-
return e instanceof
|
|
3676
|
+
return e instanceof Mc;
|
|
3677
3677
|
}
|
|
3678
3678
|
function Hf(e) {
|
|
3679
3679
|
if (process.env.NODE_ENV !== "production" && !Si(e) && Ke("toRefs() expects a reactive object but received a plain one."), !Rt(e))
|
|
@@ -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 : Pc({
|
|
3690
3690
|
get: function() {
|
|
3691
3691
|
return e[t];
|
|
3692
3692
|
},
|
|
@@ -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 Pt = {
|
|
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 = Pt.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 = Pt.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
|
+
Pt.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 = Pt.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 }, Pt.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 = Pt.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
|
+
Pt.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)), Pt.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 P = k[Q];
|
|
3980
|
+
if (!Le(P))
|
|
3981
|
+
if (Si(P))
|
|
3982
|
+
Ri(P) && (P = No(P));
|
|
3983
|
+
else if (ei(P)) {
|
|
3984
|
+
var se = P;
|
|
3985
|
+
P = P.bind(a), Object.keys(se).forEach(function(ee) {
|
|
3986
|
+
P[ee] = se[ee];
|
|
3987
3987
|
});
|
|
3988
3988
|
} else
|
|
3989
|
-
cs(
|
|
3990
|
-
Zf(a, Q,
|
|
3989
|
+
cs(P) ? s(P) && n(P) : P = No(P);
|
|
3990
|
+
Zf(a, Q, P);
|
|
3991
3991
|
});
|
|
3992
3992
|
return;
|
|
3993
3993
|
}
|
|
@@ -4052,7 +4052,7 @@ function Fc(e, t) {
|
|
|
4052
4052
|
return t;
|
|
4053
4053
|
}
|
|
4054
4054
|
function tm(e) {
|
|
4055
|
-
if (
|
|
4055
|
+
if (Mf(e)) {
|
|
4056
4056
|
process.env.NODE_ENV !== "production" && Ke("[vue-composition-api] already installed. Vue.use(VueCompositionAPI) should be called only once.");
|
|
4057
4057
|
return;
|
|
4058
4058
|
}
|
|
@@ -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
|
+
}, Pf(e), em(e);
|
|
4064
4064
|
}
|
|
4065
4065
|
var Vc = {
|
|
4066
4066
|
install: function(e) {
|
|
@@ -4242,7 +4242,7 @@ function ye(e, t, i, n, s, r, a, o) {
|
|
|
4242
4242
|
options: l
|
|
4243
4243
|
};
|
|
4244
4244
|
}
|
|
4245
|
-
const
|
|
4245
|
+
const Mo = {};
|
|
4246
4246
|
var am = /* @__PURE__ */ ye(
|
|
4247
4247
|
nm,
|
|
4248
4248
|
sm,
|
|
@@ -4254,8 +4254,8 @@ var am = /* @__PURE__ */ ye(
|
|
|
4254
4254
|
null
|
|
4255
4255
|
);
|
|
4256
4256
|
function om(e) {
|
|
4257
|
-
for (let t in
|
|
4258
|
-
this[t] =
|
|
4257
|
+
for (let t in Mo)
|
|
4258
|
+
this[t] = Mo[t];
|
|
4259
4259
|
}
|
|
4260
4260
|
const st = /* @__PURE__ */ function() {
|
|
4261
4261
|
return am.exports;
|
|
@@ -4324,7 +4324,7 @@ var cm = function() {
|
|
|
4324
4324
|
}
|
|
4325
4325
|
})]) : e._e();
|
|
4326
4326
|
}, um = [];
|
|
4327
|
-
const
|
|
4327
|
+
const Po = {};
|
|
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 Po)
|
|
4340
|
+
this[t] = Po[t];
|
|
4341
4341
|
}
|
|
4342
4342
|
const jc = /* @__PURE__ */ function() {
|
|
4343
4343
|
return pm.exports;
|
|
@@ -4779,7 +4779,7 @@ const yn = Object.prototype.toString, xm = Object.prototype.hasOwnProperty;
|
|
|
4779
4779
|
function Ar(e) {
|
|
4780
4780
|
return e === void 0;
|
|
4781
4781
|
}
|
|
4782
|
-
function
|
|
4782
|
+
function Mi(e) {
|
|
4783
4783
|
return e !== void 0;
|
|
4784
4784
|
}
|
|
4785
4785
|
function Wc(e) {
|
|
@@ -4909,7 +4909,7 @@ function Sm(e, t, i) {
|
|
|
4909
4909
|
if (s === "__proto__")
|
|
4910
4910
|
throw new Error("illegal key: __proto__");
|
|
4911
4911
|
let a = t[r + 1], o = n[s];
|
|
4912
|
-
|
|
4912
|
+
Mi(a) && Wc(o) && (o = n[s] = isNaN(+a) ? {} : []), Ar(a) ? Ar(i) ? delete n[s] : n[s] = i : n = o;
|
|
4913
4913
|
}), e;
|
|
4914
4914
|
}
|
|
4915
4915
|
function Dm(e, t) {
|
|
@@ -4918,16 +4918,16 @@ function Dm(e, t) {
|
|
|
4918
4918
|
s in n && (i[s] = e[s]);
|
|
4919
4919
|
}), i;
|
|
4920
4920
|
}
|
|
4921
|
-
function
|
|
4921
|
+
function Mm(e, t) {
|
|
4922
4922
|
let i = {}, n = Object(e);
|
|
4923
4923
|
return J(n, function(s, r) {
|
|
4924
4924
|
t.indexOf(r) === -1 && (i[r] = s);
|
|
4925
4925
|
}), i;
|
|
4926
4926
|
}
|
|
4927
|
-
var
|
|
4927
|
+
var Pm = 1e3;
|
|
4928
4928
|
function _t(e, t) {
|
|
4929
4929
|
var i = this;
|
|
4930
|
-
t = t ||
|
|
4930
|
+
t = t || Pm, 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);
|
|
@@ -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 Pi = {
|
|
5559
5559
|
bind: Ig,
|
|
5560
5560
|
unbind: kg
|
|
5561
5561
|
}, Ng = _g, ou = !1, Rn;
|
|
@@ -5618,10 +5618,10 @@ function Dg(e, t) {
|
|
|
5618
5618
|
var i = sn();
|
|
5619
5619
|
i.setRotate(t, 0, 0), hn(e, i);
|
|
5620
5620
|
}
|
|
5621
|
-
function
|
|
5621
|
+
function Mg(e, t) {
|
|
5622
5622
|
return t = { exports: {} }, e(t, t.exports), t.exports;
|
|
5623
5623
|
}
|
|
5624
|
-
var
|
|
5624
|
+
var Pg = Mg(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 Mg = 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 ? Pg.rack(e[0], e[1], e[2]) : e;
|
|
5665
5665
|
}
|
|
5666
5666
|
kt.prototype.next = function(e) {
|
|
5667
5667
|
return this._seed(e || !0);
|
|
@@ -5847,7 +5847,7 @@ function Ai(e, t, i, n, s, r, a) {
|
|
|
5847
5847
|
});
|
|
5848
5848
|
}
|
|
5849
5849
|
}
|
|
5850
|
-
function
|
|
5850
|
+
function P(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,
|
|
@@ -5905,12 +5905,12 @@ function Ai(e, t, i, n, s, r, a) {
|
|
|
5905
5905
|
function _(d, u, c, m) {
|
|
5906
5906
|
return A(u, c, Y({ "data-marker": d }, m));
|
|
5907
5907
|
}
|
|
5908
|
-
function
|
|
5908
|
+
function M(d) {
|
|
5909
5909
|
return ie[d];
|
|
5910
5910
|
}
|
|
5911
5911
|
function G(d) {
|
|
5912
5912
|
return function(u, c, m) {
|
|
5913
|
-
return
|
|
5913
|
+
return M(d)(u, c, m);
|
|
5914
5914
|
};
|
|
5915
5915
|
}
|
|
5916
5916
|
var I = {
|
|
@@ -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 = P(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 = P(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
|
|
@@ -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 P(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
|
+
P(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 P(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
|
+
P(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 || P(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 P(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 P(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") ? (P(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
|
+
P(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
|
+
}), P(d, 10, 10, {
|
|
7021
7021
|
fill: ne(u, o, c.fill),
|
|
7022
7022
|
stroke: "none",
|
|
7023
7023
|
transform: "translate(11, 10)"
|
|
@@ -7170,7 +7170,7 @@ function Ai(e, t, i, n, s, r, a) {
|
|
|
7170
7170
|
return Ee(d, u, c);
|
|
7171
7171
|
}
|
|
7172
7172
|
};
|
|
7173
|
-
this._drawPath = A, this._renderer =
|
|
7173
|
+
this._drawPath = A, this._renderer = M;
|
|
7174
7174
|
}
|
|
7175
7175
|
At(Ai, _t);
|
|
7176
7176
|
Ai.$inject = [
|
|
@@ -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), P = r.top;
|
|
7306
|
+
s.vertical === "middle" && (P += (i.height - k) / 2), P -= (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 (P += 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: P }), 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, P = 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 + P,
|
|
7708
|
+
length: P
|
|
7709
7709
|
});
|
|
7710
7710
|
}
|
|
7711
7711
|
return p;
|
|
@@ -7989,11 +7989,11 @@ Ie.prototype._addOverlay = function(e) {
|
|
|
7989
7989
|
};
|
|
7990
7990
|
Ie.prototype._updateOverlayVisibilty = function(e, t) {
|
|
7991
7991
|
var i = e.show, n = this._canvas.findRoot(e.element), s = i && i.minZoom, r = i && i.maxZoom, a = e.htmlContainer, o = this._canvas.getRootElement(), l = !0;
|
|
7992
|
-
(n !== o || i && (
|
|
7992
|
+
(n !== o || i && (Mi(s) && s > t.scale || Mi(r) && r < t.scale)) && (l = !1), Es(a, l), this._updateOverlayScale(e, t);
|
|
7993
7993
|
};
|
|
7994
7994
|
Ie.prototype._updateOverlayScale = function(e, t) {
|
|
7995
7995
|
var i = e.scale, n, s, r = e.htmlContainer, a, o = "";
|
|
7996
|
-
i !== !0 && (i === !1 ? (n = 1, s = 1) : (n = i.min, s = i.max),
|
|
7996
|
+
i !== !0 && (i === !1 ? (n = 1, s = 1) : (n = i.min, s = i.max), Mi(n) && t.scale < n && (a = (1 / t.scale || 1) * n), Mi(s) && t.scale > s && (a = (1 / t.scale || 1) * s)), Mi(a) && (o = "scale(" + a + "," + a + ")"), mu(r, o);
|
|
7997
7997
|
};
|
|
7998
7998
|
Ie.prototype._updateOverlaysVisibilty = function(e) {
|
|
7999
7999
|
var t = this;
|
|
@@ -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), P = Ye('<li><span class="bjs-crumb"><a title="' + Q + '">' + Q + "</a></span></li>");
|
|
8182
|
+
return P.addEventListener("click", function() {
|
|
8183
8183
|
i.setRootElement(C);
|
|
8184
|
-
}),
|
|
8184
|
+
}), P;
|
|
8185
8185
|
});
|
|
8186
8186
|
n.innerHTML = "";
|
|
8187
8187
|
var h = p.length > 1;
|
|
@@ -8338,7 +8338,7 @@ function Dy(e, t) {
|
|
|
8338
8338
|
var i = e.$parent;
|
|
8339
8339
|
return !(!W(i, "bpmn:SubProcess") || i === t.bpmnElement || Bm(e, ["bpmn:DataInputAssociation", "bpmn:DataOutputAssociation"]));
|
|
8340
8340
|
}
|
|
8341
|
-
var Fn = 250,
|
|
8341
|
+
var Fn = 250, My = '<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>', Py = "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,13 +8388,13 @@ 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(Py, !s);
|
|
8392
8392
|
}
|
|
8393
8393
|
};
|
|
8394
8394
|
qt.prototype._addOverlay = function(e) {
|
|
8395
8395
|
var t = this._canvas, i = this._overlays, n = me(e), s = i.get({ element: e, type: "drilldown" });
|
|
8396
8396
|
s.length && this._removeOverlay(e);
|
|
8397
|
-
var r = Ye('<button type="button" class="bjs-drilldown">' +
|
|
8397
|
+
var r = Ye('<button type="button" class="bjs-drilldown">' + My + "</button>"), a = n.get("name") || n.get("id"), o = this._translate("Open {element}", { element: a });
|
|
8398
8398
|
r.setAttribute("title", o), r.addEventListener("click", function() {
|
|
8399
8399
|
t.setRootElement(t.findRoot(ha(e)));
|
|
8400
8400
|
}), i.add(e, "drilldown", {
|
|
@@ -8503,24 +8503,24 @@ function Eu(e, t, i) {
|
|
|
8503
8503
|
var L = r[B] = function(j) {
|
|
8504
8504
|
s(B, j);
|
|
8505
8505
|
};
|
|
8506
|
-
V && (p[B] = V), L.$delegate =
|
|
8506
|
+
V && (p[B] = V), L.$delegate = Pi.bind(I, f, R, L);
|
|
8507
8507
|
}
|
|
8508
8508
|
function k(I, R, B) {
|
|
8509
8509
|
var V = a(B);
|
|
8510
|
-
!V ||
|
|
8510
|
+
!V || Pi.unbind(I, R, V.$delegate);
|
|
8511
8511
|
}
|
|
8512
8512
|
function Q(I) {
|
|
8513
8513
|
J(l, function(R, B) {
|
|
8514
8514
|
C(I, B, R);
|
|
8515
8515
|
});
|
|
8516
8516
|
}
|
|
8517
|
-
function
|
|
8517
|
+
function P(I) {
|
|
8518
8518
|
J(l, function(R, B) {
|
|
8519
8519
|
k(I, B, R);
|
|
8520
8520
|
});
|
|
8521
8521
|
}
|
|
8522
8522
|
e.on("canvas.destroy", function(I) {
|
|
8523
|
-
|
|
8523
|
+
P(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) {
|
|
@@ -8551,7 +8551,7 @@ function Eu(e, t, i) {
|
|
|
8551
8551
|
strokeWidth: 15
|
|
8552
8552
|
}, R || {}), i.cls(I, ["no-fill", "no-border"], R);
|
|
8553
8553
|
}
|
|
8554
|
-
function
|
|
8554
|
+
function M(I, R) {
|
|
8555
8555
|
var B = A[R];
|
|
8556
8556
|
if (!B)
|
|
8557
8557
|
throw new Error("invalid hit type <" + R + ">");
|
|
@@ -8571,14 +8571,14 @@ function Eu(e, t, i) {
|
|
|
8571
8571
|
}));
|
|
8572
8572
|
}, this.createWaypointsHit = function(I, R) {
|
|
8573
8573
|
var B = la(R);
|
|
8574
|
-
return
|
|
8574
|
+
return M(B, "stroke"), G(I, B), B;
|
|
8575
8575
|
}, this.createBoxHit = function(I, R, B) {
|
|
8576
8576
|
B = Y({
|
|
8577
8577
|
x: 0,
|
|
8578
8578
|
y: 0
|
|
8579
8579
|
}, B);
|
|
8580
8580
|
var V = pe("rect");
|
|
8581
|
-
return
|
|
8581
|
+
return M(V, R), de(V, B), G(I, V), V;
|
|
8582
8582
|
}, this.updateDefaultHit = function(I, R) {
|
|
8583
8583
|
var B = Tt(".djs-hit", R);
|
|
8584
8584
|
if (!!B)
|
|
@@ -8750,10 +8750,10 @@ function Iu(e, t) {
|
|
|
8750
8750
|
function l(D, A) {
|
|
8751
8751
|
if (!s[D] && D.includes(".")) {
|
|
8752
8752
|
const _ = D.split(".");
|
|
8753
|
-
let
|
|
8753
|
+
let M = l(_.shift());
|
|
8754
8754
|
for (; _.length; )
|
|
8755
|
-
|
|
8756
|
-
return
|
|
8755
|
+
M = M[_.shift()];
|
|
8756
|
+
return M;
|
|
8757
8757
|
}
|
|
8758
8758
|
if (Gs(r, D))
|
|
8759
8759
|
return r[D];
|
|
@@ -8770,39 +8770,39 @@ function Iu(e, t) {
|
|
|
8770
8770
|
D = Wn(D.slice());
|
|
8771
8771
|
else
|
|
8772
8772
|
throw o(`Cannot invoke "${D}". Expected a function!`);
|
|
8773
|
-
const
|
|
8773
|
+
const M = (D.$inject || Hy(D)).map((G) => Gs(A, G) ? A[G] : l(G));
|
|
8774
8774
|
return {
|
|
8775
8775
|
fn: D,
|
|
8776
|
-
dependencies:
|
|
8776
|
+
dependencies: M
|
|
8777
8777
|
};
|
|
8778
8778
|
}
|
|
8779
8779
|
function h(D) {
|
|
8780
8780
|
const {
|
|
8781
8781
|
fn: A,
|
|
8782
8782
|
dependencies: _
|
|
8783
|
-
} = p(D),
|
|
8784
|
-
return new
|
|
8783
|
+
} = p(D), M = Function.prototype.bind.call(A, null, ..._);
|
|
8784
|
+
return new M();
|
|
8785
8785
|
}
|
|
8786
8786
|
function f(D, A, _) {
|
|
8787
8787
|
const {
|
|
8788
|
-
fn:
|
|
8788
|
+
fn: M,
|
|
8789
8789
|
dependencies: G
|
|
8790
8790
|
} = p(D, _);
|
|
8791
|
-
return
|
|
8791
|
+
return M.apply(A, G);
|
|
8792
8792
|
}
|
|
8793
8793
|
function C(D) {
|
|
8794
8794
|
return Wn((A) => D.get(A));
|
|
8795
8795
|
}
|
|
8796
8796
|
function k(D, A) {
|
|
8797
8797
|
if (A && A.length) {
|
|
8798
|
-
const _ = /* @__PURE__ */ Object.create(null),
|
|
8798
|
+
const _ = /* @__PURE__ */ Object.create(null), M = /* @__PURE__ */ Object.create(null), G = [], I = [], R = [];
|
|
8799
8799
|
let B, V, L, j;
|
|
8800
8800
|
for (let te in s)
|
|
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]],
|
|
8802
|
-
B[1].$scope.indexOf(Ee) !== -1 && (_[te] = [B[2], B[1]],
|
|
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]], M[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]], M[Ee] = !0);
|
|
8803
8803
|
});
|
|
8804
8804
|
A.forEach((te) => {
|
|
8805
|
-
if (!
|
|
8805
|
+
if (!M[te])
|
|
8806
8806
|
throw new Error('No provider for "' + te + '". Cannot use provider from the parent!');
|
|
8807
8807
|
}), D.unshift(_);
|
|
8808
8808
|
}
|
|
@@ -8815,18 +8815,18 @@ function Iu(e, t) {
|
|
|
8815
8815
|
return D;
|
|
8816
8816
|
}
|
|
8817
8817
|
};
|
|
8818
|
-
function
|
|
8818
|
+
function P(D, A) {
|
|
8819
8819
|
const _ = D.__init__ || [];
|
|
8820
8820
|
return function() {
|
|
8821
|
-
_.forEach((
|
|
8822
|
-
typeof
|
|
8821
|
+
_.forEach((M) => {
|
|
8822
|
+
typeof M == "string" ? A.get(M) : A.invoke(M);
|
|
8823
8823
|
});
|
|
8824
8824
|
};
|
|
8825
8825
|
}
|
|
8826
8826
|
function se(D) {
|
|
8827
8827
|
const A = D.__exports__;
|
|
8828
8828
|
if (A) {
|
|
8829
|
-
const _ = D.__modules__,
|
|
8829
|
+
const _ = D.__modules__, M = Object.keys(D).reduce((V, L) => (L !== "__exports__" && L !== "__modules__" && L !== "__init__" && L !== "__depends__" && (V[L] = D[L]), V), /* @__PURE__ */ Object.create(null)), G = (_ || []).concat(M), I = k(G), R = Wn(function(V) {
|
|
8830
8830
|
return I.get(V);
|
|
8831
8831
|
});
|
|
8832
8832
|
A.forEach(function(V) {
|
|
@@ -8837,19 +8837,19 @@ function Iu(e, t) {
|
|
|
8837
8837
|
I.init();
|
|
8838
8838
|
}), D = Object.assign({}, D, {
|
|
8839
8839
|
__init__: B
|
|
8840
|
-
}),
|
|
8840
|
+
}), P(D, I);
|
|
8841
8841
|
}
|
|
8842
8842
|
return Object.keys(D).forEach(function(_) {
|
|
8843
8843
|
if (_ === "__init__" || _ === "__depends__")
|
|
8844
8844
|
return;
|
|
8845
|
-
const
|
|
8846
|
-
if (
|
|
8847
|
-
s[_] =
|
|
8845
|
+
const M = D[_];
|
|
8846
|
+
if (M[2] === "private") {
|
|
8847
|
+
s[_] = M;
|
|
8848
8848
|
return;
|
|
8849
8849
|
}
|
|
8850
|
-
const G =
|
|
8850
|
+
const G = M[0], I = M[1];
|
|
8851
8851
|
s[_] = [Q[G], Ky(G, I), G];
|
|
8852
|
-
}),
|
|
8852
|
+
}), P(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);
|
|
@@ -8858,7 +8858,7 @@ function Iu(e, t) {
|
|
|
8858
8858
|
const A = D.reduce(ee, []).map(se);
|
|
8859
8859
|
let _ = !1;
|
|
8860
8860
|
return function() {
|
|
8861
|
-
_ || (_ = !0, A.forEach((
|
|
8861
|
+
_ || (_ = !0, A.forEach((M) => M()));
|
|
8862
8862
|
};
|
|
8863
8863
|
}
|
|
8864
8864
|
this.get = l, this.invoke = f, this.instantiate = h, this.createChild = k, this.init = X(e);
|
|
@@ -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), P = Math.min(0, r.top - h.top);
|
|
9294
|
+
l = C || k, p = Q || P;
|
|
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" }),
|
|
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" }), Mu = new nt({ name: "outgoing", collection: !0 }, { name: "source" }), Pu = new nt({ name: "incoming", collection: !0 }, { name: "target" });
|
|
9507
9507
|
function An() {
|
|
9508
9508
|
Object.defineProperty(this, "businessObject", {
|
|
9509
9509
|
writable: !0
|
|
@@ -9515,7 +9515,7 @@ 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"),
|
|
9518
|
+
}), ma.bind(this, "parent"), Du.bind(this, "labels"), Mu.bind(this, "outgoing"), Pu.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");
|
|
@@ -9530,7 +9530,7 @@ function Ou() {
|
|
|
9530
9530
|
}
|
|
9531
9531
|
At(Ou, bn);
|
|
9532
9532
|
function Ru() {
|
|
9533
|
-
An.call(this),
|
|
9533
|
+
An.call(this), Mu.bind(this, "source"), Pu.bind(this, "target");
|
|
9534
9534
|
}
|
|
9535
9535
|
At(Ru, An);
|
|
9536
9536
|
var lv = {
|
|
@@ -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, P = !1, se;
|
|
10219
10219
|
function ee(A) {
|
|
10220
10220
|
A instanceof Error || (A = Ei(A)), Q = A, a(A, f);
|
|
10221
10221
|
}
|
|
@@ -10260,23 +10260,23 @@ function Gu(e) {
|
|
|
10260
10260
|
}, this.ns = function(A) {
|
|
10261
10261
|
if (typeof A > "u" && (A = {}), typeof A != "object")
|
|
10262
10262
|
throw Ei("required args <nsMap={}>");
|
|
10263
|
-
var _ = {},
|
|
10264
|
-
for (
|
|
10265
|
-
_[
|
|
10263
|
+
var _ = {}, M;
|
|
10264
|
+
for (M in A)
|
|
10265
|
+
_[M] = A[M];
|
|
10266
10266
|
return k = !0, se = _, this;
|
|
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, P = !1, Q;
|
|
10271
10271
|
}, this.stop = function() {
|
|
10272
|
-
|
|
10272
|
+
P = !0;
|
|
10273
10273
|
};
|
|
10274
10274
|
function D(A) {
|
|
10275
|
-
var _ = k ? [] : null,
|
|
10275
|
+
var _ = k ? [] : null, M = 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;
|
|
10279
|
-
var u, c, m, y = k &&
|
|
10279
|
+
var u, c, m, y = k && M.xmlns, x = k && C ? [] : null, S = N, q = E, re = q.length, be, ve, xe, $e, ce, Ct = {}, Tn = {}, Je, Z, le;
|
|
10280
10280
|
e:
|
|
10281
10281
|
for (; S < re; S++)
|
|
10282
10282
|
if (Je = !1, Z = q.charCodeAt(S), !(Z === 32 || Z < 14 && Z > 8)) {
|
|
@@ -10312,15 +10312,15 @@ function Gu(e) {
|
|
|
10312
10312
|
if (C) {
|
|
10313
10313
|
if (ve = ce === "xmlns" ? "xmlns" : ce.charCodeAt(0) === 120 && ce.substr(0, 6) === "xmlns:" ? ce.substr(6) : null, ve !== null) {
|
|
10314
10314
|
if (u = zt(xe), c = _r(ve), $e = se[u], !$e) {
|
|
10315
|
-
if (ve === "xmlns" || c in
|
|
10315
|
+
if (ve === "xmlns" || c in M && M[c] !== u)
|
|
10316
10316
|
do
|
|
10317
10317
|
$e = "ns" + R++;
|
|
10318
|
-
while (typeof
|
|
10318
|
+
while (typeof M[$e] < "u");
|
|
10319
10319
|
else
|
|
10320
10320
|
$e = ve;
|
|
10321
10321
|
se[u] = $e;
|
|
10322
10322
|
}
|
|
10323
|
-
|
|
10323
|
+
M[ve] !== $e && (be || (M = wv(M), be = !0), M[ve] = $e, ve === "xmlns" && (M[_r($e)] = u, y = $e), M[c] = u), Ct[ce] = xe;
|
|
10324
10324
|
continue;
|
|
10325
10325
|
}
|
|
10326
10326
|
x.push(ce, xe);
|
|
@@ -10330,7 +10330,7 @@ function Gu(e) {
|
|
|
10330
10330
|
Ct[ce] = xe;
|
|
10331
10331
|
continue;
|
|
10332
10332
|
}
|
|
10333
|
-
if (!(m =
|
|
10333
|
+
if (!(m = M[ce.substring(0, Z)])) {
|
|
10334
10334
|
X(tl(ce.substring(0, Z)));
|
|
10335
10335
|
continue;
|
|
10336
10336
|
}
|
|
@@ -10339,7 +10339,7 @@ function Gu(e) {
|
|
|
10339
10339
|
if (C)
|
|
10340
10340
|
for (S = 0, re = x.length; S < re; S++) {
|
|
10341
10341
|
if (ce = x[S++], xe = x[S], Z = ce.indexOf(":"), Z !== -1) {
|
|
10342
|
-
if (!(m =
|
|
10342
|
+
if (!(m = M[ce.substring(0, Z)])) {
|
|
10343
10343
|
X(tl(ce.substring(0, Z)));
|
|
10344
10344
|
continue;
|
|
10345
10345
|
}
|
|
@@ -10367,7 +10367,7 @@ function Gu(e) {
|
|
|
10367
10367
|
}),
|
|
10368
10368
|
attrs: jn(ie),
|
|
10369
10369
|
ns: jn(function() {
|
|
10370
|
-
return
|
|
10370
|
+
return M;
|
|
10371
10371
|
})
|
|
10372
10372
|
})); j !== -1; ) {
|
|
10373
10373
|
if (A.charCodeAt(j) === 60 ? L = j : L = A.indexOf("<", j), L === -1) {
|
|
@@ -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), P))
|
|
10384
10384
|
return;
|
|
10385
|
-
} else if (A.substring(j, L).trim() && (X(el),
|
|
10385
|
+
} else if (A.substring(j, L).trim() && (X(el), P))
|
|
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), P))
|
|
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), P))
|
|
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), P))
|
|
10410
10410
|
return;
|
|
10411
10411
|
j += 2;
|
|
10412
10412
|
continue;
|
|
@@ -10424,7 +10424,7 @@ 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), P))
|
|
10428
10428
|
return;
|
|
10429
10429
|
j += 1;
|
|
10430
10430
|
continue;
|
|
@@ -10451,20 +10451,20 @@ function Gu(e) {
|
|
|
10451
10451
|
V || I.push(O);
|
|
10452
10452
|
}
|
|
10453
10453
|
if (k) {
|
|
10454
|
-
if (G =
|
|
10455
|
-
if (T =
|
|
10454
|
+
if (G = M, 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
|
+
if (T = M[O.substring(0, g)], !T)
|
|
10456
10456
|
return ee("missing namespace on <" + H + ">");
|
|
10457
10457
|
O = O.substr(g + 1);
|
|
10458
10458
|
} else
|
|
10459
|
-
T =
|
|
10459
|
+
T = M.xmlns;
|
|
10460
10460
|
T && (O = T + ":" + O);
|
|
10461
10461
|
}
|
|
10462
|
-
if (B && (N = oe, E = te, n && (t ? n(w, zt, V, f) : n(O, ie, zt, V, f),
|
|
10462
|
+
if (B && (N = oe, E = te, n && (t ? n(w, zt, V, f) : n(O, ie, zt, V, f), P)))
|
|
10463
10463
|
return;
|
|
10464
10464
|
if (V) {
|
|
10465
|
-
if (s && (s(t ? w : O, zt, B, f),
|
|
10465
|
+
if (s && (s(t ? w : O, zt, B, f), P))
|
|
10466
10466
|
return;
|
|
10467
|
-
k && (B ?
|
|
10467
|
+
k && (B ? M = G : M = _.pop());
|
|
10468
10468
|
}
|
|
10469
10469
|
j += 1;
|
|
10470
10470
|
}
|
|
@@ -10702,8 +10702,8 @@ Ca.prototype.fromXML = function(e, t, i) {
|
|
|
10702
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
|
-
function p(_,
|
|
10706
|
-
var I =
|
|
10705
|
+
function p(_, M, G) {
|
|
10706
|
+
var I = M(), 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 + `
|
|
@@ -10716,12 +10716,12 @@ Ca.prototype.fromXML = function(e, t, i) {
|
|
|
10716
10716
|
}), !0;
|
|
10717
10717
|
throw Qt(L);
|
|
10718
10718
|
}
|
|
10719
|
-
function h(_,
|
|
10720
|
-
return p(_,
|
|
10719
|
+
function h(_, M) {
|
|
10720
|
+
return p(_, M, !0);
|
|
10721
10721
|
}
|
|
10722
10722
|
function f() {
|
|
10723
|
-
var _ = a.elementsById,
|
|
10724
|
-
for (G = 0; I =
|
|
10723
|
+
var _ = a.elementsById, M = a.references, G, I;
|
|
10724
|
+
for (G = 0; I = M[G]; G++) {
|
|
10725
10725
|
var R = I.element, B = _[I.id], V = It(R).propertiesByName[I.property];
|
|
10726
10726
|
if (B || a.addWarning({
|
|
10727
10727
|
message: "unresolved reference <" + I.id + ">",
|
|
@@ -10738,41 +10738,41 @@ Ca.prototype.fromXML = function(e, t, i) {
|
|
|
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, P = /^utf-8$/i;
|
|
10742
10742
|
function se(_) {
|
|
10743
10743
|
if (!!k.test(_)) {
|
|
10744
|
-
var
|
|
10745
|
-
!G ||
|
|
10744
|
+
var M = Q.exec(_), G = M && M[1];
|
|
10745
|
+
!G || P.test(G) || a.addWarning({
|
|
10746
10746
|
message: "unsupported document encoding <" + G + ">, falling back to UTF-8"
|
|
10747
10747
|
});
|
|
10748
10748
|
}
|
|
10749
10749
|
}
|
|
10750
|
-
function ee(_,
|
|
10750
|
+
function ee(_, M) {
|
|
10751
10751
|
var G = l.peek();
|
|
10752
10752
|
try {
|
|
10753
10753
|
l.push(G.handleNode(_));
|
|
10754
10754
|
} catch (I) {
|
|
10755
|
-
p(I,
|
|
10755
|
+
p(I, M, r) && l.push(new va());
|
|
10756
10756
|
}
|
|
10757
10757
|
}
|
|
10758
|
-
function X(_,
|
|
10758
|
+
function X(_, M) {
|
|
10759
10759
|
try {
|
|
10760
10760
|
l.peek().handleText(_);
|
|
10761
10761
|
} catch (G) {
|
|
10762
|
-
h(G,
|
|
10762
|
+
h(G, M);
|
|
10763
10763
|
}
|
|
10764
10764
|
}
|
|
10765
|
-
function D(_,
|
|
10766
|
-
!_.trim() || X(_,
|
|
10765
|
+
function D(_, M) {
|
|
10766
|
+
!_.trim() || X(_, M);
|
|
10767
10767
|
}
|
|
10768
|
-
var A = s.getPackages().reduce(function(_,
|
|
10769
|
-
return _[
|
|
10770
|
-
}, Object.entries(Sr).reduce(function(_, [
|
|
10771
|
-
return _[G] =
|
|
10768
|
+
var A = s.getPackages().reduce(function(_, M) {
|
|
10769
|
+
return _[M.uri] = M.prefix, _;
|
|
10770
|
+
}, Object.entries(Sr).reduce(function(_, [M, G]) {
|
|
10771
|
+
return _[G] = M, _;
|
|
10772
10772
|
}, s.config && s.config.nsMap || {}));
|
|
10773
|
-
return o.ns(A).on("openTag", function(_,
|
|
10773
|
+
return o.ns(A).on("openTag", function(_, M, G, I) {
|
|
10774
10774
|
var R = _.attrs || {}, B = Object.keys(R).reduce(function(L, j) {
|
|
10775
|
-
var te =
|
|
10775
|
+
var te = M(R[j]);
|
|
10776
10776
|
return L[j] = te, L;
|
|
10777
10777
|
}, {}), V = {
|
|
10778
10778
|
name: _.name,
|
|
@@ -10781,9 +10781,9 @@ Ca.prototype.fromXML = function(e, t, i) {
|
|
|
10781
10781
|
ns: _.ns
|
|
10782
10782
|
};
|
|
10783
10783
|
ee(V, I);
|
|
10784
|
-
}).on("question", se).on("closeTag", C).on("cdata", X).on("text", function(_,
|
|
10785
|
-
D(
|
|
10786
|
-
}).on("error", p).on("warn", h), new Promise(function(_,
|
|
10784
|
+
}).on("question", se).on("closeTag", C).on("cdata", X).on("text", function(_, M, G) {
|
|
10785
|
+
D(M(_), G);
|
|
10786
|
+
}).on("error", p).on("warn", h), new Promise(function(_, M) {
|
|
10787
10787
|
var G;
|
|
10788
10788
|
try {
|
|
10789
10789
|
o.parse(e), f();
|
|
@@ -10793,7 +10793,7 @@ Ca.prototype.fromXML = function(e, t, i) {
|
|
|
10793
10793
|
var I = n.element;
|
|
10794
10794
|
!G && !I && (G = Qt("failed to parse document as <" + n.type.$descriptor.name + ">"));
|
|
10795
10795
|
var R = a.warnings, B = a.references, V = a.elementsById;
|
|
10796
|
-
return G ? (G.warnings = R,
|
|
10796
|
+
return G ? (G.warnings = R, M(G)) : _({
|
|
10797
10797
|
rootElement: I,
|
|
10798
10798
|
elementsById: V,
|
|
10799
10799
|
references: B,
|
|
@@ -10813,7 +10813,7 @@ function Sv() {
|
|
|
10813
10813
|
}), e;
|
|
10814
10814
|
}
|
|
10815
10815
|
var Dv = `<?xml version="1.0" encoding="UTF-8"?>
|
|
10816
|
-
`,
|
|
10816
|
+
`, Mv = /<|>|'|"|&|\n\r|\n/g, Wu = /<|>|&/g;
|
|
10817
10817
|
function bt(e) {
|
|
10818
10818
|
this.prefixMap = {}, this.uriMap = {}, this.used = {}, this.wellknown = [], this.custom = [], this.parent = e, this.defaultPrefixMap = e && e.defaultPrefixMap || {};
|
|
10819
10819
|
}
|
|
@@ -10849,11 +10849,11 @@ bt.prototype.getUsed = function(e) {
|
|
|
10849
10849
|
return this.used[n];
|
|
10850
10850
|
});
|
|
10851
10851
|
};
|
|
10852
|
-
function
|
|
10852
|
+
function Pv(e) {
|
|
10853
10853
|
return e.charAt(0).toLowerCase() + e.slice(1);
|
|
10854
10854
|
}
|
|
10855
10855
|
function Bv(e, t) {
|
|
10856
|
-
return qu(t) ?
|
|
10856
|
+
return qu(t) ? Pv(e) : e;
|
|
10857
10857
|
}
|
|
10858
10858
|
function Yu(e, t) {
|
|
10859
10859
|
e.super_ = t, e.prototype = Object.create(t.prototype, {
|
|
@@ -10911,7 +10911,7 @@ function Xu(e, t, i) {
|
|
|
10911
10911
|
});
|
|
10912
10912
|
}
|
|
10913
10913
|
function Qv(e) {
|
|
10914
|
-
return Xu(e,
|
|
10914
|
+
return Xu(e, Mv, Vv);
|
|
10915
10915
|
}
|
|
10916
10916
|
function Uv(e) {
|
|
10917
10917
|
return Xu(e, Wu, jv);
|
|
@@ -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",
|
|
14730
|
+
}, SA = "BPMN in Color", DA = "http://www.omg.org/spec/BPMN/non-normative/color/1.0", MA = "color", PA = [
|
|
14731
14731
|
{
|
|
14732
14732
|
name: "ColoredLabel",
|
|
14733
14733
|
extends: [
|
|
@@ -14775,8 +14775,8 @@ var Yv = "BPMN20", zv = "http://www.omg.org/spec/BPMN/20100524/MODEL", Xv = "bpm
|
|
|
14775
14775
|
], BA = [], OA = [], RA = {
|
|
14776
14776
|
name: SA,
|
|
14777
14777
|
uri: DA,
|
|
14778
|
-
prefix:
|
|
14779
|
-
types:
|
|
14778
|
+
prefix: MA,
|
|
14779
|
+
types: PA,
|
|
14780
14780
|
enumerations: BA,
|
|
14781
14781
|
associations: OA
|
|
14782
14782
|
};
|
|
@@ -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
|
+
P(i);
|
|
14896
14896
|
};
|
|
14897
|
-
var
|
|
14897
|
+
var P = this.handleDeferred = function() {
|
|
14898
14898
|
for (var E; i.length; )
|
|
14899
14899
|
E = i.shift(), E();
|
|
14900
14900
|
};
|
|
@@ -14919,7 +14919,7 @@ function UA(e) {
|
|
|
14919
14919
|
function _(w, E) {
|
|
14920
14920
|
p(w, E);
|
|
14921
14921
|
}
|
|
14922
|
-
function
|
|
14922
|
+
function M(w, E) {
|
|
14923
14923
|
p(w, E);
|
|
14924
14924
|
}
|
|
14925
14925
|
function G(w, E) {
|
|
@@ -14933,7 +14933,7 @@ function UA(e) {
|
|
|
14933
14933
|
});
|
|
14934
14934
|
}
|
|
14935
14935
|
function R(w, E) {
|
|
14936
|
-
!w || (J(w.dataInputs, s(_, E)), J(w.dataOutputs, s(
|
|
14936
|
+
!w || (J(w.dataInputs, s(_, E)), J(w.dataOutputs, s(M, E)));
|
|
14937
14937
|
}
|
|
14938
14938
|
var B = this.handleSubProcess = function(E, N) {
|
|
14939
14939
|
g(E, N), I(E.artifacts, N);
|
|
@@ -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(P, se) {
|
|
15004
|
+
return n.add(P, se);
|
|
15005
15005
|
},
|
|
15006
|
-
element: function(
|
|
15007
|
-
return n.add(
|
|
15006
|
+
element: function(P, se, ee) {
|
|
15007
|
+
return n.add(P, se, ee);
|
|
15008
15008
|
},
|
|
15009
|
-
error: function(
|
|
15010
|
-
o.push({ message:
|
|
15009
|
+
error: function(P, se) {
|
|
15010
|
+
o.push({ message: P, 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(P) {
|
|
15018
|
+
C.handleDefinitions(p, P);
|
|
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(), Pi.bind(mt, ".backdrop", "click", function(e) {
|
|
15110
15110
|
document.body.removeChild(mt);
|
|
15111
15111
|
})), document.body.appendChild(mt);
|
|
15112
15112
|
}
|
|
@@ -15242,7 +15242,7 @@ Ae.prototype._init = function(e, t, i) {
|
|
|
15242
15242
|
bpmnjs: ["value", this],
|
|
15243
15243
|
moddle: ["value", t]
|
|
15244
15244
|
}
|
|
15245
|
-
], a = [].concat(r, n, s), o = Y(
|
|
15245
|
+
], a = [].concat(r, n, s), o = Y(Mm(i, ["additionalModules"]), {
|
|
15246
15246
|
canvas: Y({}, i.canvas, { container: e }),
|
|
15247
15247
|
modules: a
|
|
15248
15248
|
});
|
|
@@ -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
|
+
Pi.bind(this._tooltipRoot, Js, "mousedown", function(n) {
|
|
15409
15409
|
n.stopPropagation();
|
|
15410
|
-
}),
|
|
15410
|
+
}), Pi.bind(this._tooltipRoot, Js, "mouseover", function(n) {
|
|
15411
15411
|
i.trigger("mouseover", n);
|
|
15412
|
-
}),
|
|
15412
|
+
}), Pi.bind(this._tooltipRoot, Js, "mouseout", function(n) {
|
|
15413
15413
|
i.trigger("mouseout", n);
|
|
15414
15414
|
}), this._init();
|
|
15415
15415
|
}
|
|
@@ -16229,19 +16229,19 @@ var Db = /* @__PURE__ */ ye(
|
|
|
16229
16229
|
_b,
|
|
16230
16230
|
Sb,
|
|
16231
16231
|
!1,
|
|
16232
|
-
|
|
16232
|
+
Mb,
|
|
16233
16233
|
"26dcacc2",
|
|
16234
16234
|
null,
|
|
16235
16235
|
null
|
|
16236
16236
|
);
|
|
16237
|
-
function
|
|
16237
|
+
function Mb(e) {
|
|
16238
16238
|
for (let t in ol)
|
|
16239
16239
|
this[t] = ol[t];
|
|
16240
16240
|
}
|
|
16241
16241
|
const Yi = /* @__PURE__ */ function() {
|
|
16242
16242
|
return Db.exports;
|
|
16243
16243
|
}();
|
|
16244
|
-
var
|
|
16244
|
+
var Pb = function() {
|
|
16245
16245
|
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
16246
16246
|
return i("div", {
|
|
16247
16247
|
attrs: {
|
|
@@ -16345,7 +16345,7 @@ const Ob = {
|
|
|
16345
16345
|
}, ll = {};
|
|
16346
16346
|
var Rb = /* @__PURE__ */ ye(
|
|
16347
16347
|
Ob,
|
|
16348
|
-
|
|
16348
|
+
Pb,
|
|
16349
16349
|
Bb,
|
|
16350
16350
|
!1,
|
|
16351
16351
|
Lb,
|
|
@@ -18826,7 +18826,7 @@ var xC = function() {
|
|
|
18826
18826
|
}, [e._v(" " + e._s(n.routeTxt.userNames) + " ")]) : e._e()], 2)])]);
|
|
18827
18827
|
}) : e._e()], 2), e.endNode ? i("div", {
|
|
18828
18828
|
staticClass: "treenode-single"
|
|
18829
|
-
},
|
|
18829
|
+
}, e._l(e.nodeItems, function(n) {
|
|
18830
18830
|
return i("div", {
|
|
18831
18831
|
staticClass: "treenode-single-items"
|
|
18832
18832
|
}, [i("div", {
|
|
@@ -18849,7 +18849,7 @@ var xC = function() {
|
|
|
18849
18849
|
}, [e._v(" \u8BBE\u7F6E ")])], i("div", {
|
|
18850
18850
|
staticClass: "items-person-name"
|
|
18851
18851
|
}, [!e.partNode[n.id] && n.humanPerformerName == "\u56FA\u5B9A\u89D2\u8272/\u5C97\u4F4D" && n.noPersonnel ? i("div", [e._v(" \u6CA1\u6709\u53EF\u9009\u4EBA\u5458\uFF0C\u8BF7\u68C0\u67E5\u914D\u7F6E ")]) : e._e(), e._v(" " + e._s(e.partNode[n.id] ? e.partNode[n.id].join(",") : "") + " ")])], 2) : e._e()])]);
|
|
18852
|
-
})
|
|
18852
|
+
}), 0) : e._e(), i("TopPopup", {
|
|
18853
18853
|
ref: "TopPopup",
|
|
18854
18854
|
attrs: {
|
|
18855
18855
|
visible: e.visible,
|
|
@@ -19161,7 +19161,7 @@ var kC = /* @__PURE__ */ ye(
|
|
|
19161
19161
|
TC,
|
|
19162
19162
|
!1,
|
|
19163
19163
|
NC,
|
|
19164
|
-
"
|
|
19164
|
+
"79f50d8c",
|
|
19165
19165
|
null,
|
|
19166
19166
|
null
|
|
19167
19167
|
);
|
|
@@ -19177,35 +19177,30 @@ var SC = function() {
|
|
|
19177
19177
|
return i("div", {
|
|
19178
19178
|
staticClass: "test"
|
|
19179
19179
|
}, [e.nodeItems && e.nodeItems.length ? i("div", e._l(e.nodeItems, function(n, s) {
|
|
19180
|
-
var r;
|
|
19181
19180
|
return i("div", {
|
|
19182
19181
|
key: s,
|
|
19183
19182
|
staticClass: "treeperson"
|
|
19184
|
-
}, [
|
|
19183
|
+
}, [n.branches && n.branches.length ? [e.nodeType == "nexting" && n.nodeType != "inclusiveGateway" ? [n.nodeType == "exclusiveGateway" && n.branches.length > 1 ? i("div", {
|
|
19185
19184
|
staticClass: "treeperson-firstnode"
|
|
19186
|
-
}, [
|
|
19187
|
-
staticClass: "treeperson-title"
|
|
19188
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B91\uFF1A" + e._s(e.nodeType) + " "), i("span", {
|
|
19189
|
-
staticClass: "treeperson-title--re"
|
|
19190
|
-
}, [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) {
|
|
19191
19186
|
return i("div", {
|
|
19192
|
-
key:
|
|
19187
|
+
key: a,
|
|
19193
19188
|
staticClass: "treeperson-radio",
|
|
19194
|
-
class: e.firstCheck == (
|
|
19189
|
+
class: e.firstCheck == (r.nodeInfoDTO ? r.nodeInfoDTO.id : r.id) ? "treeperson-radio-active" : "",
|
|
19195
19190
|
on: {
|
|
19196
|
-
click: function(
|
|
19197
|
-
return e.handleFirstNodeClick(
|
|
19191
|
+
click: function(o) {
|
|
19192
|
+
return e.handleFirstNodeClick(r, n.branches);
|
|
19198
19193
|
}
|
|
19199
19194
|
}
|
|
19200
|
-
}, [i("span"), e._v(" " + e._s(
|
|
19195
|
+
}, [i("span"), e._v(" " + e._s(r.id.includes("Flow") ? r.nodeName || r.name ? r.nodeName || r.name : r.nodeInfoDTO ? r.nodeInfoDTO.nodeName || r.nodeInfoDTO.name : "" : r.nodeInfoDTO ? r.nodeInfoDTO.nodeName || r.nodeInfoDTO.name || r.nodeName || r.name : r.nodeName || r.name) + " ")]);
|
|
19201
19196
|
})], 2) : n.nodeType == "exclusiveGateway" && n.branches.length == 1 ? i("div", {
|
|
19202
19197
|
staticClass: "treeperson-firstnode"
|
|
19203
|
-
},
|
|
19198
|
+
}, e._l(n.branches, function(r, a) {
|
|
19204
19199
|
return i("div", [i("span"), i("TreePerson", {
|
|
19205
19200
|
ref: "TreePersonRef",
|
|
19206
19201
|
refInFor: !0,
|
|
19207
19202
|
attrs: {
|
|
19208
|
-
items:
|
|
19203
|
+
items: r.branches && r.branches.length > 0 ? r.branches : [r],
|
|
19209
19204
|
nodeType: "nexting",
|
|
19210
19205
|
param: e.param
|
|
19211
19206
|
},
|
|
@@ -19214,41 +19209,33 @@ var SC = function() {
|
|
|
19214
19209
|
onMultiNodeObj: e.onMultiNodeObj
|
|
19215
19210
|
}
|
|
19216
19211
|
})], 1);
|
|
19217
|
-
})
|
|
19212
|
+
}), 0) : n.nodeType == "inclusiveGateway" && n.branches.length >= 1 ? i("div", {
|
|
19218
19213
|
staticClass: "treeperson-firstnode"
|
|
19219
|
-
}, [
|
|
19220
|
-
staticClass: "treeperson-title"
|
|
19221
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B91-2\uFF1A" + e._s(e.nodeType) + " "), i("span", {
|
|
19222
|
-
staticClass: "treeperson-title--re"
|
|
19223
|
-
}, [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) {
|
|
19224
19215
|
return i("div", {
|
|
19225
|
-
key:
|
|
19216
|
+
key: a,
|
|
19226
19217
|
staticClass: "treeperson-radio",
|
|
19227
|
-
class: e.firstCheck == (
|
|
19218
|
+
class: e.firstCheck == (r.nodeInfoDTO ? r.nodeInfoDTO.id : r.id) ? "treeperson-radio-active" : "",
|
|
19228
19219
|
on: {
|
|
19229
|
-
click: function(
|
|
19230
|
-
return e.handleMultiFirstNodeClick(
|
|
19220
|
+
click: function(o) {
|
|
19221
|
+
return e.handleMultiFirstNodeClick(r);
|
|
19231
19222
|
}
|
|
19232
19223
|
}
|
|
19233
|
-
}, [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) + " ")]);
|
|
19234
19225
|
})], 2) : i("div", {
|
|
19235
19226
|
staticClass: "treeperson-firstnode"
|
|
19236
|
-
}, [
|
|
19237
|
-
staticClass: "treeperson-title"
|
|
19238
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B91-3\uFF1A" + e._s(e.nodeType) + " "), i("span", {
|
|
19239
|
-
staticClass: "treeperson-title--re"
|
|
19240
|
-
}, [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) {
|
|
19241
19228
|
return i("div", {
|
|
19242
|
-
key:
|
|
19229
|
+
key: a,
|
|
19243
19230
|
staticClass: "treeperson-radio",
|
|
19244
|
-
class: e.firstCheck == (
|
|
19231
|
+
class: e.firstCheck == (r.nodeInfoDTO ? r.nodeInfoDTO.id : r.id) ? "treeperson-radio-active" : "",
|
|
19245
19232
|
on: {
|
|
19246
|
-
click: function(
|
|
19247
|
-
return e.handleFirstNodeClick(
|
|
19233
|
+
click: function(o) {
|
|
19234
|
+
return e.handleFirstNodeClick(r, n.branches);
|
|
19248
19235
|
}
|
|
19249
19236
|
}
|
|
19250
|
-
}, [i("span"), e._v(" " + e._s(
|
|
19251
|
-
})], 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", {
|
|
19252
19239
|
key: e.firstCheck,
|
|
19253
19240
|
ref: "TreePersonRef",
|
|
19254
19241
|
refInFor: !0,
|
|
@@ -19261,6 +19248,36 @@ var SC = function() {
|
|
|
19261
19248
|
onMultiNode: e.onMultiNode,
|
|
19262
19249
|
onMultiNodeObj: e.onMultiNodeObj
|
|
19263
19250
|
}
|
|
19251
|
+
})] : e.childrenItems && e.childrenItems.length > 1 && e.childrenItems[0].nodeInfoDTO && e.childrenItems[0].nodeInfoDTO.nodeType == "userTask" ? [e._m(3, !0), i("div", {
|
|
19252
|
+
staticClass: "treeperson-checkbox-box"
|
|
19253
|
+
}, e._l(e.childrenItems, function(r, a) {
|
|
19254
|
+
return i("div", {
|
|
19255
|
+
key: a,
|
|
19256
|
+
staticClass: "treeperson-checkbox",
|
|
19257
|
+
class: e.firstMultiCheckSub.includes(r.nodeInfoDTO ? r.nodeInfoDTO.id : r.id) ? "treeperson-checkbox-active" : "",
|
|
19258
|
+
on: {
|
|
19259
|
+
click: function(o) {
|
|
19260
|
+
return e.handleMultiFirstNodeClickSub(r, e.childrenItems);
|
|
19261
|
+
}
|
|
19262
|
+
}
|
|
19263
|
+
}, [i("span"), e._v(" " + e._s(r.nodeInfoDTO ? r.nodeInfoDTO.nodeName || r.nodeInfoDTO.name : r.nodeName || r.name) + " ")]);
|
|
19264
|
+
}), 0), e._l(e.filterMultiItemsSub(e.childrenItems), function(r) {
|
|
19265
|
+
return [i("TreeNode", {
|
|
19266
|
+
attrs: {
|
|
19267
|
+
items: r.branches && r.branches.length > 0 ? r.branches : [r.nodeInfoDTO ? r.nodeInfoDTO : r],
|
|
19268
|
+
endNode: !0,
|
|
19269
|
+
nodeType: e.nodeType,
|
|
19270
|
+
param: e.param,
|
|
19271
|
+
checkType: e.firstType
|
|
19272
|
+
},
|
|
19273
|
+
on: {
|
|
19274
|
+
onMultiNode: function(a) {
|
|
19275
|
+
return e.onMultiNode(a, "multi");
|
|
19276
|
+
},
|
|
19277
|
+
onMultiNodeObj: e.onMultiNodeObj,
|
|
19278
|
+
onVars: e.onVars
|
|
19279
|
+
}
|
|
19280
|
+
})];
|
|
19264
19281
|
})] : [i("TreeNode", {
|
|
19265
19282
|
attrs: {
|
|
19266
19283
|
items: e.childrenItems,
|
|
@@ -19276,49 +19293,49 @@ var SC = function() {
|
|
|
19276
19293
|
}
|
|
19277
19294
|
})]] : e.nodeType == "nexting" && n.nodeType == "inclusiveGateway" ? [n.nodeType == "inclusiveGateway" && n.branches.length >= 1 ? i("div", {
|
|
19278
19295
|
staticClass: "treeperson-firstnode"
|
|
19279
|
-
}, [i("div", {
|
|
19280
|
-
staticClass: "treeperson-
|
|
19281
|
-
},
|
|
19282
|
-
staticClass: "treeperson-title--re"
|
|
19283
|
-
}, [e._v("*")])]), i("pre", [e._v(e._s(n.nodeType))]), e._l(n.branches, function(a, o) {
|
|
19296
|
+
}, [e._m(4, !0), i("div", {
|
|
19297
|
+
staticClass: "treeperson-checkbox-box"
|
|
19298
|
+
}, e._l(n.branches, function(r, a) {
|
|
19284
19299
|
return i("div", {
|
|
19285
|
-
key:
|
|
19300
|
+
key: a,
|
|
19286
19301
|
staticClass: "treeperson-checkbox",
|
|
19287
|
-
class: e.firstMultiCheck.includes(
|
|
19302
|
+
class: e.firstMultiCheck.includes(r.nodeInfoDTO ? r.nodeInfoDTO.id : r.id) ? "treeperson-checkbox-active" : "",
|
|
19288
19303
|
on: {
|
|
19289
|
-
click: function(
|
|
19290
|
-
return e.handleMultiFirstNodeClick(
|
|
19304
|
+
click: function(o) {
|
|
19305
|
+
return e.handleMultiFirstNodeClick(r, n.branches);
|
|
19291
19306
|
}
|
|
19292
19307
|
}
|
|
19293
|
-
}, [i("span"), e._v(" " + e._s(
|
|
19294
|
-
})
|
|
19308
|
+
}, [i("span"), e._v(" " + e._s(r.nodeInfoDTO ? r.nodeInfoDTO.nodeName || r.nodeInfoDTO.name : r.nodeName || r.name) + " ")]);
|
|
19309
|
+
}), 0)]) : e._e(), e._l(e.filterMultiItems(n.branches), function(r) {
|
|
19295
19310
|
return [i("TreeNode", {
|
|
19296
19311
|
attrs: {
|
|
19297
|
-
items:
|
|
19312
|
+
items: r.branches && r.branches.length > 0 ? r.branches : [r.nodeInfoDTO ? r.nodeInfoDTO : r],
|
|
19298
19313
|
endNode: !0,
|
|
19299
19314
|
nodeType: e.nodeType,
|
|
19300
19315
|
param: e.param,
|
|
19301
19316
|
checkType: e.firstType
|
|
19302
19317
|
},
|
|
19303
19318
|
on: {
|
|
19304
|
-
onMultiNode:
|
|
19319
|
+
onMultiNode: function(a) {
|
|
19320
|
+
return e.onMultiNode(a, "multi");
|
|
19321
|
+
},
|
|
19305
19322
|
onMultiNodeObj: e.onMultiNodeObj,
|
|
19306
19323
|
onVars: e.onVars
|
|
19307
19324
|
}
|
|
19308
19325
|
})];
|
|
19309
|
-
})] : e._e()] : n.nodeType == "exclusiveGateway" && n.branches && n.branches.length > 1 ? [e._m(
|
|
19326
|
+
})] : e._e()] : n.nodeType == "exclusiveGateway" && n.branches && n.branches.length > 1 ? [e._m(5, !0), n.type == "ExclusiveGatewayModel" && n.branches.length == 1 ? e._e() : i("div", {
|
|
19310
19327
|
staticClass: "treeperson-firstnode"
|
|
19311
|
-
}, e._l(n.branches, function(
|
|
19328
|
+
}, e._l(n.branches, function(r, a) {
|
|
19312
19329
|
return i("div", {
|
|
19313
|
-
key:
|
|
19330
|
+
key: a,
|
|
19314
19331
|
staticClass: "treeperson-checkbox",
|
|
19315
|
-
class: e.firstCheck ==
|
|
19332
|
+
class: e.firstCheck == r.id ? "treeperson-checkbox-active" : "",
|
|
19316
19333
|
on: {
|
|
19317
|
-
click: function(
|
|
19318
|
-
return e.handleFirstNodeClick(
|
|
19334
|
+
click: function(o) {
|
|
19335
|
+
return e.handleFirstNodeClick(r, n.branches);
|
|
19319
19336
|
}
|
|
19320
19337
|
}
|
|
19321
|
-
}, [i("span"), e._v(" " + e._s(
|
|
19338
|
+
}, [i("span"), e._v(" " + e._s(r.nodeName || r.name) + " ")]);
|
|
19322
19339
|
}), 0), i("TreeNode", {
|
|
19323
19340
|
attrs: {
|
|
19324
19341
|
items: e.childrenItems,
|
|
@@ -19328,11 +19345,13 @@ var SC = function() {
|
|
|
19328
19345
|
checkType: e.firstType
|
|
19329
19346
|
},
|
|
19330
19347
|
on: {
|
|
19331
|
-
onMultiNode:
|
|
19348
|
+
onMultiNode: function(r) {
|
|
19349
|
+
return e.onMultiNode(r, "multi");
|
|
19350
|
+
},
|
|
19332
19351
|
onMultiNodeObj: e.onMultiNodeObj,
|
|
19333
19352
|
onVars: e.onVars
|
|
19334
19353
|
}
|
|
19335
|
-
})] : n.nodeType == "exclusiveGateway" && n.branches && n.branches.length == 1 ? [e._m(
|
|
19354
|
+
})] : n.nodeType == "exclusiveGateway" && n.branches && n.branches.length == 1 ? [e._m(6, !0), e.nodeType == "nexting" ? [i("TreeNode", {
|
|
19336
19355
|
attrs: {
|
|
19337
19356
|
items: [n.branches[0]],
|
|
19338
19357
|
endNode: e.childrenEndItems,
|
|
@@ -19358,22 +19377,18 @@ var SC = function() {
|
|
|
19358
19377
|
onMultiNodeObj: e.onMultiNodeObj,
|
|
19359
19378
|
onVars: e.onVars
|
|
19360
19379
|
}
|
|
19361
|
-
})]] : n.id || n.nodeInfoDTO && n.nodeInfoDTO.id ? [e.nodeType == "nexting" ? [
|
|
19362
|
-
staticClass: "treeperson-title"
|
|
19363
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B95\uFF1A" + e._s(e.nodeType) + " "), i("span", {
|
|
19364
|
-
staticClass: "treeperson-title--re"
|
|
19365
|
-
}, [e._v("*")])]), e._l(n.nodeInfoDTO.branches, function(a, o) {
|
|
19380
|
+
})]] : n.id || n.nodeInfoDTO && n.nodeInfoDTO.id ? [e.nodeType == "nexting" ? [n.nodeInfoDTO && n.nodeInfoDTO.nodeType == "exclusiveGateway" ? [e._m(7, !0), e._l(n.nodeInfoDTO.branches, function(r, a) {
|
|
19366
19381
|
return i("div", {
|
|
19367
|
-
key:
|
|
19382
|
+
key: a,
|
|
19368
19383
|
staticClass: "treeperson-radio",
|
|
19369
|
-
class: e.firstCheck == (
|
|
19384
|
+
class: e.firstCheck == (r.nodeInfoDTO ? r.nodeInfoDTO.id : r.id) ? "treeperson-radio-active" : "",
|
|
19370
19385
|
on: {
|
|
19371
|
-
click: function(
|
|
19372
|
-
return e.handleFirstNodeClick(
|
|
19386
|
+
click: function(o) {
|
|
19387
|
+
return e.handleFirstNodeClick(r, n.nodeInfoDTO.branches);
|
|
19373
19388
|
}
|
|
19374
19389
|
}
|
|
19375
|
-
}, [i("span"), e._v(" " + e._s(
|
|
19376
|
-
}), i("
|
|
19390
|
+
}, [i("span"), e._v(" " + e._s(r.nodeName || r.name) + " ")]);
|
|
19391
|
+
}), i("TreePerson", {
|
|
19377
19392
|
key: e.firstCheck,
|
|
19378
19393
|
ref: "TreePersonRef",
|
|
19379
19394
|
refInFor: !0,
|
|
@@ -19386,11 +19401,7 @@ var SC = function() {
|
|
|
19386
19401
|
onMultiNode: e.onMultiNode,
|
|
19387
19402
|
onMultiNodeObj: e.onMultiNodeObj
|
|
19388
19403
|
}
|
|
19389
|
-
})] : [i("
|
|
19390
|
-
staticClass: "treeperson-title"
|
|
19391
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B94\uFF1A" + e._s(e.nodeType) + " "), i("span", {
|
|
19392
|
-
staticClass: "treeperson-title--re"
|
|
19393
|
-
}, [e._v("*")])]), i("pre", [e._v(e._s(JSON.stringify(n, null, 2)))]), i("TreeNode", {
|
|
19404
|
+
})] : [e._m(8, !0), i("TreeNode", {
|
|
19394
19405
|
attrs: {
|
|
19395
19406
|
items: [n.nodeInfoDTO ? n.nodeInfoDTO : n],
|
|
19396
19407
|
endNode: e.childrenEndItems,
|
|
@@ -19416,24 +19427,73 @@ var SC = function() {
|
|
|
19416
19427
|
onMultiNodeObj: e.onMultiNodeObj,
|
|
19417
19428
|
onVars: e.onVars
|
|
19418
19429
|
}
|
|
19419
|
-
})]] :
|
|
19430
|
+
})]] : void 0], 2);
|
|
19420
19431
|
}), 0) : e._e()]);
|
|
19421
19432
|
}, DC = [function() {
|
|
19422
19433
|
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19423
19434
|
return i("div", {
|
|
19424
19435
|
staticClass: "treeperson-title"
|
|
19425
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\
|
|
19436
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19437
|
+
staticClass: "treeperson-title--re"
|
|
19438
|
+
}, [e._v("*")])]);
|
|
19439
|
+
}, function() {
|
|
19440
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19441
|
+
return i("div", {
|
|
19442
|
+
staticClass: "treeperson-title"
|
|
19443
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19444
|
+
staticClass: "treeperson-title--re"
|
|
19445
|
+
}, [e._v("*")])]);
|
|
19446
|
+
}, function() {
|
|
19447
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19448
|
+
return i("div", {
|
|
19449
|
+
staticClass: "treeperson-title"
|
|
19450
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19451
|
+
staticClass: "treeperson-title--re"
|
|
19452
|
+
}, [e._v("*")])]);
|
|
19453
|
+
}, function() {
|
|
19454
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19455
|
+
return i("div", {
|
|
19456
|
+
staticClass: "treeperson-title"
|
|
19457
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19458
|
+
staticClass: "treeperson-title--re"
|
|
19459
|
+
}, [e._v("*")])]);
|
|
19460
|
+
}, function() {
|
|
19461
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19462
|
+
return i("div", {
|
|
19463
|
+
staticClass: "treeperson-title"
|
|
19464
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19465
|
+
staticClass: "treeperson-title--re"
|
|
19466
|
+
}, [e._v("*")])]);
|
|
19467
|
+
}, function() {
|
|
19468
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19469
|
+
return i("div", {
|
|
19470
|
+
staticClass: "treeperson-title"
|
|
19471
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19472
|
+
staticClass: "treeperson-title--re"
|
|
19473
|
+
}, [e._v("*")])]);
|
|
19474
|
+
}, function() {
|
|
19475
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19476
|
+
return i("div", {
|
|
19477
|
+
staticClass: "treeperson-title"
|
|
19478
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19479
|
+
staticClass: "treeperson-title--re"
|
|
19480
|
+
}, [e._v("*")])]);
|
|
19481
|
+
}, function() {
|
|
19482
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19483
|
+
return i("div", {
|
|
19484
|
+
staticClass: "treeperson-title"
|
|
19485
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19426
19486
|
staticClass: "treeperson-title--re"
|
|
19427
19487
|
}, [e._v("*")])]);
|
|
19428
19488
|
}, function() {
|
|
19429
19489
|
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
19430
19490
|
return i("div", {
|
|
19431
19491
|
staticClass: "treeperson-title"
|
|
19432
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\
|
|
19492
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "), i("span", {
|
|
19433
19493
|
staticClass: "treeperson-title--re"
|
|
19434
19494
|
}, [e._v("*")])]);
|
|
19435
19495
|
}];
|
|
19436
|
-
const
|
|
19496
|
+
const MC = {
|
|
19437
19497
|
name: "tree-person",
|
|
19438
19498
|
components: {
|
|
19439
19499
|
TreeNode: _C
|
|
@@ -19465,8 +19525,13 @@ const PC = {
|
|
|
19465
19525
|
firstMultiCheck: [],
|
|
19466
19526
|
firstMultiCheckItem: [],
|
|
19467
19527
|
firstMultiType: [],
|
|
19528
|
+
firstMultiCheckSub: [],
|
|
19529
|
+
firstMultiCheckItemSub: [],
|
|
19530
|
+
firstMultiTypeSub: [],
|
|
19468
19531
|
childrenItems: [],
|
|
19469
19532
|
childrenEndItems: !1,
|
|
19533
|
+
childrenItemsSub: [],
|
|
19534
|
+
childrenEndItemsSub: !1,
|
|
19470
19535
|
gateVars: {},
|
|
19471
19536
|
multiNode: {},
|
|
19472
19537
|
partNodeArr: {},
|
|
@@ -19491,10 +19556,13 @@ const PC = {
|
|
|
19491
19556
|
filterMultiItems(e = []) {
|
|
19492
19557
|
return console.log(e, this.firstMultiCheck, "originItems"), e.filter((t) => this.firstMultiCheck.includes(t.nodeInfoDTO ? t.nodeInfoDTO.id : t.id));
|
|
19493
19558
|
},
|
|
19494
|
-
|
|
19495
|
-
console.log(e, "
|
|
19496
|
-
|
|
19497
|
-
|
|
19559
|
+
filterMultiItemsSub(e = []) {
|
|
19560
|
+
return console.log(e, this.firstMultiCheckSub, "originItems"), e.filter((t) => this.firstMultiCheckSub.includes(t.nodeInfoDTO ? t.nodeInfoDTO.id : t.id));
|
|
19561
|
+
},
|
|
19562
|
+
onMultiNode(e, t = "") {
|
|
19563
|
+
console.log(e, "onMultiNode"), t && Object.prototype.toString.call(e) == "[object Object]" ? Object.prototype.toString.call(this.multiNode) == "[object Object]" ? Object.keys(e).forEach((i) => {
|
|
19564
|
+
e[i] || (e[i] = [""]), e[i] && e[i].length >= 1 ? this.multiNode[i] = e[i].filter((n) => n) : this.multiNode[i] = e[i];
|
|
19565
|
+
}) : this.multiNode = e : 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);
|
|
19498
19566
|
},
|
|
19499
19567
|
onMultiNodeObj(e) {
|
|
19500
19568
|
this.partNodeArr = e, this.$emit("onMultiNodeObj", this.partNodeArr);
|
|
@@ -19522,7 +19590,25 @@ const PC = {
|
|
|
19522
19590
|
i.branches && i.branches.length ? (this.childrenItems = i.branches, this.childrenEndItems = !1) : (this.childrenItems = [i], this.childrenEndItems = !0), console.error("\u4FEE\u6539\u503C", this.param.selChildrenItems, t), t.forEach((s) => {
|
|
19523
19591
|
delete this.param.selChildrenItems[s.id], this.param.selChildrenItems[i.id] = (this.childrenItems || []).map((r) => r.nodeInfoDTO || r);
|
|
19524
19592
|
}), this.gateVars = {}, n.forEach((s) => {
|
|
19525
|
-
(!this.param || !this.param.vars) && (this.param.vars = {}), this.param.vars[s.incomingConditionItemList[0].itemName] = s.incomingConditionItemList[0].compareValue, this.gateVars[s.incomingConditionItemList[0].itemName] = s.incomingConditionItemList[0].compareValue;
|
|
19593
|
+
(!this.param || !this.param.vars) && (this.param.vars = {}), Array.isArray(s.incomingConditionItemList) && s.incomingConditionItemList.length > 0 && (this.param.vars[s.incomingConditionItemList[0].itemName] = s.incomingConditionItemList[0].compareValue, this.gateVars[s.incomingConditionItemList[0].itemName] = s.incomingConditionItemList[0].compareValue);
|
|
19594
|
+
});
|
|
19595
|
+
}
|
|
19596
|
+
},
|
|
19597
|
+
handleMultiFirstNodeClickSub(e, t = []) {
|
|
19598
|
+
let i = e;
|
|
19599
|
+
if (console.error(i, "\u70B9\u51FB\u8282\u70B9", t, this.childrenItemsSub), i && i.nodeInfoDTO && (i = i.nodeInfoDTO), this.firstMultiCheckSub.includes(i.id)) {
|
|
19600
|
+
this.firstMultiCheckSub = this.firstMultiCheckSub.filter((n) => n != i.id), this.firstMultiCheckItemSub = this.firstMultiCheckItemSub.filter((n) => n.id != i.id), this.firstMultiTypeSub = this.firstMultiTypeSub.filter((n) => n != i.nodeType), this.childrenItemsSub = this.childrenItemsSub.filter((n) => n.id != i.id), t.forEach((n) => {
|
|
19601
|
+
delete this.param.selChildrenItems[n.nodeInfoDTO ? n.nodeInfoDTO.id : n.id];
|
|
19602
|
+
}), delete this.param.selChildrenItems[i.id];
|
|
19603
|
+
return;
|
|
19604
|
+
}
|
|
19605
|
+
if (i) {
|
|
19606
|
+
this.firstMultiCheckSub.push(i.id), this.firstMultiCheckItemSub.push(i), this.firstMultiTypeSub.push(i.nodeType);
|
|
19607
|
+
let n = [i];
|
|
19608
|
+
i.branches && i.branches.length ? (this.childrenItemsSub.push(i.branches), this.childrenEndItemsSub = !1) : (this.childrenItemsSub.push(i), this.childrenEndItemsSub = !0), console.error("\u4FEE\u6539\u503C", this.param.selChildrenItems, t), t.forEach((s) => {
|
|
19609
|
+
delete this.param.selChildrenItems[s.nodeInfoDTO ? s.nodeInfoDTO.id : s.id], this.param.selChildrenItems[i.id] = (this.childrenItemsSub || []).map((r) => r.nodeInfoDTO || r);
|
|
19610
|
+
}), this.gateVars = {}, n.forEach((s) => {
|
|
19611
|
+
(!this.param || !this.param.vars) && (this.param.vars = {}), Array.isArray(s.incomingConditionItemList) && s.incomingConditionItemList.length > 0 && (this.param.vars[s.incomingConditionItemList[0].itemName] = s.incomingConditionItemList[0].compareValue, this.gateVars[s.incomingConditionItemList[0].itemName] = s.incomingConditionItemList[0].compareValue);
|
|
19526
19612
|
});
|
|
19527
19613
|
}
|
|
19528
19614
|
},
|
|
@@ -19537,19 +19623,19 @@ const PC = {
|
|
|
19537
19623
|
delete this.param.selChildrenItems[a.id];
|
|
19538
19624
|
}), delete this.param.selChildrenItems[s.nodeInfoDTO ? s.nodeInfoDTO.id : s.id], this.param.selChildrenItems[i.id] = (this.childrenItems || []).map((a) => a.nodeInfoDTO || a);
|
|
19539
19625
|
}), this.gateVars = {}, n.forEach((s) => {
|
|
19540
|
-
(!this.param || !this.param.vars) && (this.param.vars = {}), this.param.vars[s.incomingConditionItemList[0].itemName] = s.incomingConditionItemList[0].compareValue, this.gateVars[s.incomingConditionItemList[0].itemName] = s.incomingConditionItemList[0].compareValue;
|
|
19626
|
+
(!this.param || !this.param.vars) && (this.param.vars = {}), Array.isArray(s.incomingConditionItemList) && s.incomingConditionItemList.length > 0 && (this.param.vars[s.incomingConditionItemList[0].itemName] = s.incomingConditionItemList[0].compareValue, this.gateVars[s.incomingConditionItemList[0].itemName] = s.incomingConditionItemList[0].compareValue);
|
|
19541
19627
|
});
|
|
19542
19628
|
}
|
|
19543
19629
|
}
|
|
19544
19630
|
}
|
|
19545
19631
|
}, gl = {};
|
|
19546
|
-
var
|
|
19547
|
-
|
|
19632
|
+
var PC = /* @__PURE__ */ ye(
|
|
19633
|
+
MC,
|
|
19548
19634
|
SC,
|
|
19549
19635
|
DC,
|
|
19550
19636
|
!1,
|
|
19551
19637
|
BC,
|
|
19552
|
-
"
|
|
19638
|
+
"7ad99747",
|
|
19553
19639
|
null,
|
|
19554
19640
|
null
|
|
19555
19641
|
);
|
|
@@ -19558,7 +19644,7 @@ function BC(e) {
|
|
|
19558
19644
|
this[t] = gl[t];
|
|
19559
19645
|
}
|
|
19560
19646
|
const OC = /* @__PURE__ */ function() {
|
|
19561
|
-
return
|
|
19647
|
+
return PC.exports;
|
|
19562
19648
|
}();
|
|
19563
19649
|
var RC = function() {
|
|
19564
19650
|
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
@@ -20284,7 +20370,7 @@ const YC = {
|
|
|
20284
20370
|
const s = t.every((r) => {
|
|
20285
20371
|
console.log(r, "item");
|
|
20286
20372
|
let a = this.multiNodeParticipant[r.id];
|
|
20287
|
-
a = a.filter((l) => l);
|
|
20373
|
+
a = (a || []).filter((l) => l);
|
|
20288
20374
|
const o = a && a.length > 0;
|
|
20289
20375
|
return o || (n = r), console.log(o, "v"), o;
|
|
20290
20376
|
});
|
|
@@ -20304,6 +20390,9 @@ const YC = {
|
|
|
20304
20390
|
}) ? !1 : s.name;
|
|
20305
20391
|
} else
|
|
20306
20392
|
return this.pureTip = !0, "\u8BF7\u9009\u62E9\u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9";
|
|
20393
|
+
} else if (this.nextNodeData[0].nodeType == "userTask") {
|
|
20394
|
+
let n = (this.multiNodeParticipant[this.nextNodeData[0].id] || []).filter((s) => s);
|
|
20395
|
+
return n && n.length > 0 ? !1 : this.nextNodeData[0].name;
|
|
20307
20396
|
}
|
|
20308
20397
|
} else
|
|
20309
20398
|
return !1;
|
|
@@ -20312,7 +20401,7 @@ const YC = {
|
|
|
20312
20401
|
if (e != "\u56FA\u5B9A\u8D26\u6237" && e != "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173" && JSON.stringify(this.multiNodeParticipant) == "{}")
|
|
20313
20402
|
return this.nextNodeData[0].userTaskModelDTO.name;
|
|
20314
20403
|
}
|
|
20315
|
-
return !0;
|
|
20404
|
+
return console.error("\u8FD4\u56DEtrue"), this.pureTip = !0, "\u8BF7\u9009\u62E9\u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9";
|
|
20316
20405
|
},
|
|
20317
20406
|
signRequired() {
|
|
20318
20407
|
return !!this.param.extendedProperties.find((t) => t.name == "signature");
|
|
@@ -20606,13 +20695,15 @@ const YC = {
|
|
|
20606
20695
|
console.log(this, "this"), (this.param.incomingConditionItemList || []).forEach((n) => {
|
|
20607
20696
|
let s = this.param.vars || this.gateVars || {};
|
|
20608
20697
|
s[n.itemName] || (s[n.itemName] = "");
|
|
20609
|
-
}), this.handleTips("", !0, "loading")
|
|
20698
|
+
}), this.handleTips("", !0, "loading");
|
|
20610
20699
|
let t = [];
|
|
20611
20700
|
const i = Array.isArray(this.param.nextNodeData) ? this.param.nextNodeData[0] : this.param.nextNodeData;
|
|
20612
20701
|
i.setPersonnel ? t = i.assignees : t = (this.partNodeArr[i.id] || []).map((n) => ({
|
|
20613
20702
|
id: n.id,
|
|
20614
20703
|
name: n.name
|
|
20615
|
-
})),
|
|
20704
|
+
})), Object.keys(e).forEach((n) => {
|
|
20705
|
+
(!e[n] || Array.isArray(e[n]) && e[n].length <= 0) && delete e[n];
|
|
20706
|
+
}), Date.now() && console.log("\u63D0\u4EA4\u6570\u636E", {
|
|
20616
20707
|
pass: !0,
|
|
20617
20708
|
assignees: t,
|
|
20618
20709
|
processInstanceId: this.param.processInstId,
|
|
@@ -20686,13 +20777,18 @@ const YC = {
|
|
|
20686
20777
|
}
|
|
20687
20778
|
if (this.param.beforeFunction && !await this.param.beforeFunction())
|
|
20688
20779
|
return;
|
|
20689
|
-
this.handleTips("", !0, "loading"), this.signVisible = !1
|
|
20780
|
+
this.handleTips("", !0, "loading"), this.signVisible = (!1)(this.param.incomingConditionItemList || []).forEach((s) => {
|
|
20781
|
+
let r = this.param.vars || this.gateVars || {};
|
|
20782
|
+
r[s.itemName] || (r[s.itemName] = "");
|
|
20783
|
+
});
|
|
20690
20784
|
let i = [];
|
|
20691
20785
|
const n = Array.isArray(this.param.nextNodeData) ? this.param.nextNodeData[0] : this.param.nextNodeData;
|
|
20692
20786
|
n.setPersonnel ? i = n.assignees : i = (this.partNodeArr[n.id] || []).map((s) => ({
|
|
20693
20787
|
id: s.id,
|
|
20694
20788
|
name: s.name
|
|
20695
|
-
})),
|
|
20789
|
+
})), Object.keys(t).forEach((s) => {
|
|
20790
|
+
(!t[s] || Array.isArray(t[s]) && t[s].length <= 0) && delete t[s];
|
|
20791
|
+
}), await this.param.request.post("/bladex/blade-workflow/tis/complete", {
|
|
20696
20792
|
pass: !0,
|
|
20697
20793
|
assignees: i,
|
|
20698
20794
|
processInstanceId: this.param.processInstId,
|
|
@@ -20783,7 +20879,7 @@ var zC = /* @__PURE__ */ ye(
|
|
|
20783
20879
|
WC,
|
|
20784
20880
|
!1,
|
|
20785
20881
|
XC,
|
|
20786
|
-
"
|
|
20882
|
+
"75479ef6",
|
|
20787
20883
|
null,
|
|
20788
20884
|
null
|
|
20789
20885
|
);
|
|
@@ -21973,6 +22069,7 @@ const C0 = /* @__PURE__ */ function() {
|
|
|
21973
22069
|
trackUrl: "",
|
|
21974
22070
|
taskCommentList: [],
|
|
21975
22071
|
operationCom: null,
|
|
22072
|
+
operationComKey: Date.now(),
|
|
21976
22073
|
ProcessInsObj: {
|
|
21977
22074
|
button: [],
|
|
21978
22075
|
flow: [],
|
|
@@ -22371,7 +22468,7 @@ const C0 = /* @__PURE__ */ function() {
|
|
|
22371
22468
|
}) : this.$refs.topTips.handleClose();
|
|
22372
22469
|
},
|
|
22373
22470
|
async showOperation(e, t, i, n, s) {
|
|
22374
|
-
switch (this.beforeFunction && (this.operationParam.beforeFunction = this.beforeFunction), console.error(this.request, "requ"), this.operationParam.request = this.request, this.annexlabel = n || "fasdfsafdsa", this.titleText = t, this.operationCom = e, this.operationParam.selChildrenItems = {}, this.operationParam.annex = n || "fasdfsafdsa", this.operationParam.subjectId = this.formData.subjectId, this.operationParam.processInstId = this.processIntId, this.operationParam.taskInstId = (this.ProcessInsObj.process || {}).taskId || "", this.operationParam.variables = (this.ProcessInsObj.process || {}).variables || {}, this.operationParam.extendedProperties = (this.ProcessInsObj.form || {}).extendedProperties || [], this.operationParam.actionName = t, this.operationParam.formData = this.formData, this.operationParam.ProcessInsObj = this.ProcessInsObj, this.operationParam.userInfo = this.user, console.log(this.nextTaskNode, "CES SHUJU"), this.operationParam.nextNodeData = (this.nextTaskNode || {}).id ? [this.nextTaskNode] : [], this.operationParam.incomingConditionItemList = this.incomingConditionItemList, this.operationParam.outGatewayUserTaskModel = this.outGatewayUserTaskModel, this.operationParam.taskNode = this.taskNode, this.operationParam.appId = this.processStatus.appId, this.operationParam.endFunction = this.endFunction, this.operationParam.isDocument = this.isDocument, this.operationParam.isQuickReply = this.isQuickReply, this.operationParam.isMsg = this.isMsg, this.operationParam.isRequire = this.isRequire, this.operationParam.canCheck = this.canCheck, this.operationParam.isCheckType = this.isCheckType, this.operationParam.isOrgType = this.isOrgType, this.operationParam.isCodeType = this.isCodeType, console.log(s, "type"), s) {
|
|
22471
|
+
switch (this.beforeFunction && (this.operationParam.beforeFunction = this.beforeFunction), console.error(this.request, "requ"), this.operationParam.request = this.request, this.annexlabel = n || "fasdfsafdsa", this.titleText = t, this.operationCom = e, this.operationComKey = Date.now(), this.operationParam.selChildrenItems = {}, this.operationParam.annex = n || "fasdfsafdsa", this.operationParam.subjectId = this.formData.subjectId, this.operationParam.processInstId = this.processIntId, this.operationParam.taskInstId = (this.ProcessInsObj.process || {}).taskId || "", this.operationParam.variables = (this.ProcessInsObj.process || {}).variables || {}, this.operationParam.extendedProperties = (this.ProcessInsObj.form || {}).extendedProperties || [], this.operationParam.actionName = t, this.operationParam.formData = this.formData, this.operationParam.ProcessInsObj = this.ProcessInsObj, this.operationParam.userInfo = this.user, console.log(this.nextTaskNode, "CES SHUJU"), this.operationParam.nextNodeData = (this.nextTaskNode || {}).id ? [this.nextTaskNode] : [], this.operationParam.incomingConditionItemList = this.incomingConditionItemList, this.operationParam.outGatewayUserTaskModel = this.outGatewayUserTaskModel, this.operationParam.taskNode = this.taskNode, this.operationParam.appId = this.processStatus.appId, this.operationParam.endFunction = this.endFunction, this.operationParam.isDocument = this.isDocument, this.operationParam.isQuickReply = this.isQuickReply, this.operationParam.isMsg = this.isMsg, this.operationParam.isRequire = this.isRequire, this.operationParam.canCheck = this.canCheck, this.operationParam.isCheckType = this.isCheckType, this.operationParam.isOrgType = this.isOrgType, this.operationParam.isCodeType = this.isCodeType, console.log(s, "type"), s) {
|
|
22375
22472
|
case "\u6284\u9001":
|
|
22376
22473
|
this.operationParam.visible = !0, this.cctaskTopPopup = !0;
|
|
22377
22474
|
break;
|
|
@@ -22603,6 +22700,7 @@ var E0 = function() {
|
|
|
22603
22700
|
}
|
|
22604
22701
|
}
|
|
22605
22702
|
}, [i(e.operationCom, {
|
|
22703
|
+
key: e.operationComKey,
|
|
22606
22704
|
ref: "operationRef",
|
|
22607
22705
|
tag: "component",
|
|
22608
22706
|
attrs: {
|
|
@@ -22721,7 +22819,7 @@ var T0 = /* @__PURE__ */ ye(
|
|
|
22721
22819
|
x0,
|
|
22722
22820
|
!1,
|
|
22723
22821
|
I0,
|
|
22724
|
-
"
|
|
22822
|
+
"29ce19fb",
|
|
22725
22823
|
null,
|
|
22726
22824
|
null
|
|
22727
22825
|
);
|