ddy-process-h5 1.0.1-rc.3.29 → 1.0.1-rc.3.33
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 +9 -4
- package/v2/ddy-process-h5.umd.cjs +1 -1
- package/v2/style.css +1 -1
- package/v2.7/ddy-process-h5.js +539 -534
- package/v2.7/ddy-process-h5.umd.cjs +10 -10
- package/v2.7/style.css +1 -1
- package/v3/ddy-process-h5.js +9 -4
- package/v3/ddy-process-h5.umd.cjs +1 -1
- package/v3/style.css +1 -1
package/v2.7/ddy-process-h5.js
CHANGED
|
@@ -5,7 +5,7 @@ import { departPerson as qt } from "checked-pick-app";
|
|
|
5
5
|
* (c) 2014-2022 Evan You
|
|
6
6
|
* Released under the MIT License.
|
|
7
7
|
*/
|
|
8
|
-
var
|
|
8
|
+
var je = Object.freeze({}), re = Array.isArray;
|
|
9
9
|
function te(e) {
|
|
10
10
|
return e == null;
|
|
11
11
|
}
|
|
@@ -31,7 +31,7 @@ var dn = Object.prototype.toString;
|
|
|
31
31
|
function cs(e) {
|
|
32
32
|
return dn.call(e).slice(8, -1);
|
|
33
33
|
}
|
|
34
|
-
function
|
|
34
|
+
function Ve(e) {
|
|
35
35
|
return dn.call(e) === "[object Object]";
|
|
36
36
|
}
|
|
37
37
|
function ol(e) {
|
|
@@ -41,11 +41,11 @@ function ll(e) {
|
|
|
41
41
|
var i = parseFloat(String(e));
|
|
42
42
|
return i >= 0 && Math.floor(i) === i && isFinite(e);
|
|
43
43
|
}
|
|
44
|
-
function
|
|
44
|
+
function jn(e) {
|
|
45
45
|
return b(e) && typeof e.then == "function" && typeof e.catch == "function";
|
|
46
46
|
}
|
|
47
47
|
function Lu(e) {
|
|
48
|
-
return e == null ? "" : Array.isArray(e) ||
|
|
48
|
+
return e == null ? "" : Array.isArray(e) || Ve(e) && e.toString === dn ? JSON.stringify(e, null, 2) : String(e);
|
|
49
49
|
}
|
|
50
50
|
function es(e) {
|
|
51
51
|
var i = parseFloat(e);
|
|
@@ -73,9 +73,9 @@ function Jt(e, i) {
|
|
|
73
73
|
return e.splice(s, 1);
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
|
-
var
|
|
76
|
+
var ju = Object.prototype.hasOwnProperty;
|
|
77
77
|
function Pe(e, i) {
|
|
78
|
-
return
|
|
78
|
+
return ju.call(e, i);
|
|
79
79
|
}
|
|
80
80
|
function di(e) {
|
|
81
81
|
var i = /* @__PURE__ */ Object.create(null);
|
|
@@ -84,8 +84,8 @@ function di(e) {
|
|
|
84
84
|
return n || (i[s] = e(s));
|
|
85
85
|
};
|
|
86
86
|
}
|
|
87
|
-
var
|
|
88
|
-
return e.replace(
|
|
87
|
+
var Vu = /-(\w)/g, ni = di(function(e) {
|
|
88
|
+
return e.replace(Vu, function(i, t) {
|
|
89
89
|
return t ? t.toUpperCase() : "";
|
|
90
90
|
});
|
|
91
91
|
}), ul = di(function(e) {
|
|
@@ -104,7 +104,7 @@ function Gu(e, i) {
|
|
|
104
104
|
return e.bind(i);
|
|
105
105
|
}
|
|
106
106
|
var pl = Function.prototype.bind ? Gu : Uu;
|
|
107
|
-
function
|
|
107
|
+
function Vn(e, i) {
|
|
108
108
|
i = i || 0;
|
|
109
109
|
for (var t = e.length - i, s = new Array(t); t--; )
|
|
110
110
|
s[t] = e[t + i];
|
|
@@ -206,7 +206,7 @@ function yr(e) {
|
|
|
206
206
|
var i = (e + "").charCodeAt(0);
|
|
207
207
|
return i === 36 || i === 95;
|
|
208
208
|
}
|
|
209
|
-
function
|
|
209
|
+
function Ot(e, i, t, s) {
|
|
210
210
|
Object.defineProperty(e, i, {
|
|
211
211
|
value: t,
|
|
212
212
|
enumerable: !!s,
|
|
@@ -358,7 +358,7 @@ var vl = Array.prototype, zs = Object.create(vl), Xu = [
|
|
|
358
358
|
];
|
|
359
359
|
Xu.forEach(function(e) {
|
|
360
360
|
var i = vl[e];
|
|
361
|
-
|
|
361
|
+
Ot(zs, e, function() {
|
|
362
362
|
for (var s = [], n = 0; n < arguments.length; n++)
|
|
363
363
|
s[n] = arguments[n];
|
|
364
364
|
var r = i.apply(this, s), a = this.__ob__, o;
|
|
@@ -389,14 +389,14 @@ var Zu = {
|
|
|
389
389
|
removeSub: Se
|
|
390
390
|
}, fa = function() {
|
|
391
391
|
function e(i, t, s) {
|
|
392
|
-
if (t === void 0 && (t = !1), s === void 0 && (s = !1), this.value = i, this.shallow = t, this.mock = s, this.dep = s ? Zu : new ot(), this.vmCount = 0,
|
|
392
|
+
if (t === void 0 && (t = !1), s === void 0 && (s = !1), this.value = i, this.shallow = t, this.mock = s, this.dep = s ? Zu : new ot(), this.vmCount = 0, Ot(i, "__ob__", this), re(i)) {
|
|
393
393
|
if (!s)
|
|
394
394
|
if (Ku)
|
|
395
395
|
i.__proto__ = zs;
|
|
396
396
|
else
|
|
397
397
|
for (var n = 0, r = ha.length; n < r; n++) {
|
|
398
398
|
var a = ha[n];
|
|
399
|
-
|
|
399
|
+
Ot(i, a, zs[a]);
|
|
400
400
|
}
|
|
401
401
|
t || this.observeArray(i);
|
|
402
402
|
} else
|
|
@@ -413,7 +413,7 @@ var Zu = {
|
|
|
413
413
|
function Et(e, i, t) {
|
|
414
414
|
if (e && Pe(e, "__ob__") && e.__ob__ instanceof fa)
|
|
415
415
|
return e.__ob__;
|
|
416
|
-
if (Ar && (t || !us()) && (re(e) ||
|
|
416
|
+
if (Ar && (t || !us()) && (re(e) || Ve(e)) && Object.isExtensible(e) && !e.__v_skip && !vt(e) && !(e instanceof Je))
|
|
417
417
|
return new fa(e, i, t);
|
|
418
418
|
}
|
|
419
419
|
function lt(e, i, t, s, n, r) {
|
|
@@ -498,7 +498,7 @@ function Cl(e) {
|
|
|
498
498
|
i = e[t], i && i.__ob__ && i.__ob__.dep.depend(), re(i) && Cl(i);
|
|
499
499
|
}
|
|
500
500
|
function wl(e) {
|
|
501
|
-
return $u(e, !0),
|
|
501
|
+
return $u(e, !0), Ot(e, "__v_isShallow", !0), e;
|
|
502
502
|
}
|
|
503
503
|
function $u(e, i) {
|
|
504
504
|
if (!Cr(e)) {
|
|
@@ -748,7 +748,7 @@ function va(e, i, t) {
|
|
|
748
748
|
}
|
|
749
749
|
function hp(e, i) {
|
|
750
750
|
if (i)
|
|
751
|
-
if (!
|
|
751
|
+
if (!Ve(i))
|
|
752
752
|
process.env.NODE_ENV !== "production" && L("v-on without argument expects an Object value", this);
|
|
753
753
|
else {
|
|
754
754
|
var t = e.on = e.on ? ye({}, e.on) : {};
|
|
@@ -808,7 +808,7 @@ function Xi(e, i, t, s) {
|
|
|
808
808
|
else {
|
|
809
809
|
if (i._normalized)
|
|
810
810
|
return i._normalized;
|
|
811
|
-
if (a && s && s !==
|
|
811
|
+
if (a && s && s !== je && o === s.$key && !r && !s.$hasNormal)
|
|
812
812
|
return s;
|
|
813
813
|
n = {};
|
|
814
814
|
for (var l in i)
|
|
@@ -816,7 +816,7 @@ function Xi(e, i, t, s) {
|
|
|
816
816
|
}
|
|
817
817
|
for (var p in t)
|
|
818
818
|
p in n || (n[p] = vp(t, p));
|
|
819
|
-
return i && Object.isExtensible(i) && (i._normalized = n),
|
|
819
|
+
return i && Object.isExtensible(i) && (i._normalized = n), Ot(n, "$stable", a), Ot(n, "$key", o), Ot(n, "$hasNormal", r), n;
|
|
820
820
|
}
|
|
821
821
|
function yp(e, i, t, s) {
|
|
822
822
|
var n = function() {
|
|
@@ -864,14 +864,14 @@ function bp(e) {
|
|
|
864
864
|
get attrs() {
|
|
865
865
|
if (!e._attrsProxy) {
|
|
866
866
|
var t = e._attrsProxy = {};
|
|
867
|
-
|
|
867
|
+
Ot(t, "_v_attr_proxy", !0), Xs(t, e.$attrs, je, e, "$attrs");
|
|
868
868
|
}
|
|
869
869
|
return e._attrsProxy;
|
|
870
870
|
},
|
|
871
871
|
get listeners() {
|
|
872
872
|
if (!e._listenersProxy) {
|
|
873
873
|
var t = e._listenersProxy = {};
|
|
874
|
-
Xs(t, e.$listeners,
|
|
874
|
+
Xs(t, e.$listeners, je, e, "$listeners");
|
|
875
875
|
}
|
|
876
876
|
return e._listenersProxy;
|
|
877
877
|
},
|
|
@@ -915,17 +915,17 @@ function Nl(e, i) {
|
|
|
915
915
|
function xp(e) {
|
|
916
916
|
e._vnode = null, e._staticTrees = null;
|
|
917
917
|
var i = e.$options, t = e.$vnode = i._parentVnode, s = t && t.context;
|
|
918
|
-
e.$slots = xr(i._renderChildren, s), e.$scopedSlots = t ? Xi(e.$parent, t.data.scopedSlots, e.$slots) :
|
|
918
|
+
e.$slots = xr(i._renderChildren, s), e.$scopedSlots = t ? Xi(e.$parent, t.data.scopedSlots, e.$slots) : je, e._c = function(r, a, o, l) {
|
|
919
919
|
return Zs(e, r, a, o, l, !1);
|
|
920
920
|
}, e.$createElement = function(r, a, o, l) {
|
|
921
921
|
return Zs(e, r, a, o, l, !0);
|
|
922
922
|
};
|
|
923
923
|
var n = t && t.data;
|
|
924
|
-
process.env.NODE_ENV !== "production" ? (lt(e, "$attrs", n && n.attrs ||
|
|
924
|
+
process.env.NODE_ENV !== "production" ? (lt(e, "$attrs", n && n.attrs || je, function() {
|
|
925
925
|
!ns && L("$attrs is readonly.", e);
|
|
926
|
-
}, !0), lt(e, "$listeners", i._parentListeners ||
|
|
926
|
+
}, !0), lt(e, "$listeners", i._parentListeners || je, function() {
|
|
927
927
|
!ns && L("$listeners is readonly.", e);
|
|
928
|
-
}, !0)) : (lt(e, "$attrs", n && n.attrs ||
|
|
928
|
+
}, !0)) : (lt(e, "$attrs", n && n.attrs || je, null, !0), lt(e, "$listeners", i._parentListeners || je, null, !0));
|
|
929
929
|
}
|
|
930
930
|
var Jn = null;
|
|
931
931
|
function Ep(e) {
|
|
@@ -982,7 +982,7 @@ function Ip(e, i) {
|
|
|
982
982
|
process.env.NODE_ENV !== "production" && L("Failed to resolve async component: ".concat(String(e)) + (m ? `
|
|
983
983
|
Reason: `.concat(m) : "")), b(e.errorComp) && (e.error = !0, o(!0));
|
|
984
984
|
}), h = e(l, p);
|
|
985
|
-
return De(h) && (
|
|
985
|
+
return De(h) && (jn(h) ? te(e.resolved) && h.then(l, p) : jn(h.component) && (h.component.then(l, p), b(h.error) && (e.errorComp = Cn(h.error, i)), b(h.loading) && (e.loadingComp = Cn(h.loading, i), h.delay === 0 ? e.loading = !0 : r = setTimeout(function() {
|
|
986
986
|
r = null, te(e.resolved) && te(e.error) && (e.loading = !0, o(!1));
|
|
987
987
|
}, h.delay || 200)), b(h.timeout) && (a = setTimeout(function() {
|
|
988
988
|
a = null, te(e.resolved) && p(process.env.NODE_ENV !== "production" ? "timeout (".concat(h.timeout, "ms)") : null);
|
|
@@ -1050,7 +1050,7 @@ function Lt(e, i, t) {
|
|
|
1050
1050
|
function Ft(e, i, t, s, n) {
|
|
1051
1051
|
var r;
|
|
1052
1052
|
try {
|
|
1053
|
-
r = t ? e.apply(i, t) : e.call(i), r && !r._isVue &&
|
|
1053
|
+
r = t ? e.apply(i, t) : e.call(i), r && !r._isVue && jn(r) && !r._handled && (r.catch(function(a) {
|
|
1054
1054
|
return Lt(a, s, n + " (Promise/async)");
|
|
1055
1055
|
}), r._handled = !0);
|
|
1056
1056
|
} catch (a) {
|
|
@@ -1119,9 +1119,9 @@ function Er(e, i) {
|
|
|
1119
1119
|
var Dp = "2.7.14";
|
|
1120
1120
|
var wa = new ts();
|
|
1121
1121
|
function $s(e) {
|
|
1122
|
-
return
|
|
1122
|
+
return js(e, wa), wa.clear(), e;
|
|
1123
1123
|
}
|
|
1124
|
-
function
|
|
1124
|
+
function js(e, i) {
|
|
1125
1125
|
var t, s, n = re(e);
|
|
1126
1126
|
if (!(!n && !De(e) || e.__v_skip || Object.isFrozen(e) || e instanceof Je)) {
|
|
1127
1127
|
if (e.__ob__) {
|
|
@@ -1132,20 +1132,20 @@ function Vs(e, i) {
|
|
|
1132
1132
|
}
|
|
1133
1133
|
if (n)
|
|
1134
1134
|
for (t = e.length; t--; )
|
|
1135
|
-
|
|
1135
|
+
js(e[t], i);
|
|
1136
1136
|
else if (vt(e))
|
|
1137
|
-
|
|
1137
|
+
js(e.value, i);
|
|
1138
1138
|
else
|
|
1139
1139
|
for (s = Object.keys(e), t = s.length; t--; )
|
|
1140
|
-
|
|
1140
|
+
js(e[s[t]], i);
|
|
1141
1141
|
}
|
|
1142
1142
|
}
|
|
1143
|
-
var
|
|
1143
|
+
var Op = 0, Tr = function() {
|
|
1144
1144
|
function e(i, t, s, n, r) {
|
|
1145
1145
|
ip(
|
|
1146
1146
|
this,
|
|
1147
1147
|
We && !We._vm ? We : i ? i._scope : void 0
|
|
1148
|
-
), (this.vm = i) && r && (i._watcher = this), n ? (this.deep = !!n.deep, this.user = !!n.user, this.lazy = !!n.lazy, this.sync = !!n.sync, this.before = n.before, process.env.NODE_ENV !== "production" && (this.onTrack = n.onTrack, this.onTrigger = n.onTrigger)) : this.deep = this.user = this.lazy = this.sync = !1, this.cb = s, this.id = ++
|
|
1148
|
+
), (this.vm = i) && r && (i._watcher = this), n ? (this.deep = !!n.deep, this.user = !!n.user, this.lazy = !!n.lazy, this.sync = !!n.sync, this.before = n.before, process.env.NODE_ENV !== "production" && (this.onTrack = n.onTrack, this.onTrigger = n.onTrigger)) : this.deep = this.user = this.lazy = this.sync = !1, this.cb = s, this.id = ++Op, this.active = !0, this.post = !1, this.dirty = this.lazy, this.deps = [], this.newDeps = [], this.depIds = new ts(), this.newDepIds = new ts(), this.expression = process.env.NODE_ENV !== "production" ? t.toString() : "", ve(t) ? this.getter = t : (this.getter = Hu(t), this.getter || (this.getter = Se, process.env.NODE_ENV !== "production" && L('Failed watching path: "'.concat(t, '" ') + "Watcher only accepts simple dot-delimited paths. For full control, use a function instead.", i))), this.value = this.lazy ? void 0 : this.get();
|
|
1149
1149
|
}
|
|
1150
1150
|
return e.prototype.get = function() {
|
|
1151
1151
|
Li(this);
|
|
@@ -1206,7 +1206,7 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
1206
1206
|
bt.measure(e, i, t), bt.clearMarks(i), bt.clearMarks(t);
|
|
1207
1207
|
});
|
|
1208
1208
|
}
|
|
1209
|
-
function
|
|
1209
|
+
function Mp(e) {
|
|
1210
1210
|
e._events = /* @__PURE__ */ Object.create(null), e._hasHookEvent = !1;
|
|
1211
1211
|
var i = e.$options._parentListeners;
|
|
1212
1212
|
i && Dl(e, i);
|
|
@@ -1272,21 +1272,21 @@ function Fp(e) {
|
|
|
1272
1272
|
}
|
|
1273
1273
|
var r = s._events[t];
|
|
1274
1274
|
if (r) {
|
|
1275
|
-
r = r.length > 1 ?
|
|
1276
|
-
for (var a =
|
|
1275
|
+
r = r.length > 1 ? Vn(r) : r;
|
|
1276
|
+
for (var a = Vn(arguments, 1), o = 'event handler for "'.concat(t, '"'), l = 0, p = r.length; l < p; l++)
|
|
1277
1277
|
Ft(r[l], s, a, s, o);
|
|
1278
1278
|
}
|
|
1279
1279
|
return s;
|
|
1280
1280
|
};
|
|
1281
1281
|
}
|
|
1282
1282
|
var ii = null, ns = !1;
|
|
1283
|
-
function
|
|
1283
|
+
function Ol(e) {
|
|
1284
1284
|
var i = ii;
|
|
1285
1285
|
return ii = e, function() {
|
|
1286
1286
|
ii = i;
|
|
1287
1287
|
};
|
|
1288
1288
|
}
|
|
1289
|
-
function
|
|
1289
|
+
function jp(e) {
|
|
1290
1290
|
var i = e.$options, t = i.parent;
|
|
1291
1291
|
if (t && !i.abstract) {
|
|
1292
1292
|
for (; t.$options.abstract && t.$parent; )
|
|
@@ -1295,9 +1295,9 @@ function Vp(e) {
|
|
|
1295
1295
|
}
|
|
1296
1296
|
e.$parent = t, e.$root = t ? t.$root : e, e.$children = [], e.$refs = {}, e._provided = t ? t._provided : /* @__PURE__ */ Object.create(null), e._watcher = null, e._inactive = null, e._directInactive = !1, e._isMounted = !1, e._isDestroyed = !1, e._isBeingDestroyed = !1;
|
|
1297
1297
|
}
|
|
1298
|
-
function
|
|
1298
|
+
function Vp(e) {
|
|
1299
1299
|
e.prototype._update = function(i, t) {
|
|
1300
|
-
var s = this, n = s.$el, r = s._vnode, a =
|
|
1300
|
+
var s = this, n = s.$el, r = s._vnode, a = Ol(s);
|
|
1301
1301
|
s._vnode = i, r ? s.$el = s.__patch__(r, i) : s.$el = s.__patch__(s.$el, i, t, !1), a(), n && (n.__vue__ = null), s.$el && (s.$el.__vue__ = s);
|
|
1302
1302
|
for (var o = s; o && o.$vnode && o.$parent && o.$vnode === o.$parent._vnode; )
|
|
1303
1303
|
o.$parent.$el = o.$el, o = o.$parent;
|
|
@@ -1342,22 +1342,22 @@ function Qp(e, i, t) {
|
|
|
1342
1342
|
}
|
|
1343
1343
|
function Up(e, i, t, s, n) {
|
|
1344
1344
|
process.env.NODE_ENV !== "production" && (ns = !0);
|
|
1345
|
-
var r = s.data.scopedSlots, a = e.$scopedSlots, o = !!(r && !r.$stable || a !==
|
|
1345
|
+
var r = s.data.scopedSlots, a = e.$scopedSlots, o = !!(r && !r.$stable || a !== je && !a.$stable || r && e.$scopedSlots.$key !== r.$key || !r && e.$scopedSlots.$key), l = !!(n || e.$options._renderChildren || o), p = e.$vnode;
|
|
1346
1346
|
e.$options._parentVnode = s, e.$vnode = s, e._vnode && (e._vnode.parent = s), e.$options._renderChildren = n;
|
|
1347
|
-
var h = s.data.attrs ||
|
|
1348
|
-
e._attrsProxy && Xs(e._attrsProxy, h, p.data && p.data.attrs ||
|
|
1347
|
+
var h = s.data.attrs || je;
|
|
1348
|
+
e._attrsProxy && Xs(e._attrsProxy, h, p.data && p.data.attrs || je, e, "$attrs") && (l = !0), e.$attrs = h, t = t || je;
|
|
1349
1349
|
var m = e.$options._parentListeners;
|
|
1350
|
-
if (e._listenersProxy && Xs(e._listenersProxy, t, m ||
|
|
1350
|
+
if (e._listenersProxy && Xs(e._listenersProxy, t, m || je, e, "$listeners"), e.$listeners = e.$options._parentListeners = t, Dl(e, t, m), i && e.$options.props) {
|
|
1351
1351
|
Rt(!1);
|
|
1352
|
-
for (var A = e._props, k = e.$options._propKeys || [],
|
|
1353
|
-
var z = k[
|
|
1354
|
-
A[z] =
|
|
1352
|
+
for (var A = e._props, k = e.$options._propKeys || [], V = 0; V < k.length; V++) {
|
|
1353
|
+
var z = k[V], ie = e.$options.props;
|
|
1354
|
+
A[z] = Mr(z, ie, i, e);
|
|
1355
1355
|
}
|
|
1356
1356
|
Rt(!0), e.$options.propsData = i;
|
|
1357
1357
|
}
|
|
1358
1358
|
l && (e.$slots = xr(n, s.context), e.$forceUpdate()), process.env.NODE_ENV !== "production" && (ns = !1);
|
|
1359
1359
|
}
|
|
1360
|
-
function
|
|
1360
|
+
function Ml(e) {
|
|
1361
1361
|
for (; e && (e = e.$parent); )
|
|
1362
1362
|
if (e._inactive)
|
|
1363
1363
|
return !0;
|
|
@@ -1365,7 +1365,7 @@ function Ol(e) {
|
|
|
1365
1365
|
}
|
|
1366
1366
|
function Ir(e, i) {
|
|
1367
1367
|
if (i) {
|
|
1368
|
-
if (e._directInactive = !1,
|
|
1368
|
+
if (e._directInactive = !1, Ml(e))
|
|
1369
1369
|
return;
|
|
1370
1370
|
} else if (e._directInactive)
|
|
1371
1371
|
return;
|
|
@@ -1377,7 +1377,7 @@ function Ir(e, i) {
|
|
|
1377
1377
|
}
|
|
1378
1378
|
}
|
|
1379
1379
|
function Bl(e, i) {
|
|
1380
|
-
if (!(i && (e._directInactive = !0,
|
|
1380
|
+
if (!(i && (e._directInactive = !0, Ml(e))) && !e._inactive) {
|
|
1381
1381
|
e._inactive = !0;
|
|
1382
1382
|
for (var t = 0; t < e.$children.length; t++)
|
|
1383
1383
|
Bl(e.$children[t]);
|
|
@@ -1394,9 +1394,9 @@ function Ye(e, i, t, s) {
|
|
|
1394
1394
|
Ft(r[o], e, t || null, e, a);
|
|
1395
1395
|
e._hasHookEvent && e.$emit("hook:" + i), s && Bt(n), Fi();
|
|
1396
1396
|
}
|
|
1397
|
-
var Gp = 100, Ct = [], kr = [], rs = {},
|
|
1397
|
+
var Gp = 100, Ct = [], kr = [], rs = {}, Vs = {}, Yn = !1, Nr = !1, xi = 0;
|
|
1398
1398
|
function qp() {
|
|
1399
|
-
xi = Ct.length = kr.length = 0, rs = {}, process.env.NODE_ENV !== "production" && (
|
|
1399
|
+
xi = Ct.length = kr.length = 0, rs = {}, process.env.NODE_ENV !== "production" && (Vs = {}), Yn = Nr = !1;
|
|
1400
1400
|
}
|
|
1401
1401
|
var Rl = 0, zn = Date.now;
|
|
1402
1402
|
if (He && !Bi) {
|
|
@@ -1417,7 +1417,7 @@ function xa() {
|
|
|
1417
1417
|
Rl = zn(), Nr = !0;
|
|
1418
1418
|
var e, i;
|
|
1419
1419
|
for (Ct.sort(Jp), xi = 0; xi < Ct.length; xi++)
|
|
1420
|
-
if (e = Ct[xi], e.before && e.before(), i = e.id, rs[i] = null, e.run(), process.env.NODE_ENV !== "production" && rs[i] != null && (
|
|
1420
|
+
if (e = Ct[xi], e.before && e.before(), i = e.id, rs[i] = null, e.run(), process.env.NODE_ENV !== "production" && rs[i] != null && (Vs[i] = (Vs[i] || 0) + 1, Vs[i] > Gp)) {
|
|
1421
1421
|
L("You may have an infinite update loop " + (e.user ? 'in watcher with expression "'.concat(e.expression, '"') : "in a component render function."), e.vm);
|
|
1422
1422
|
break;
|
|
1423
1423
|
}
|
|
@@ -1498,7 +1498,7 @@ function Sr(e, i, t, s, n) {
|
|
|
1498
1498
|
var r = this, a = n.options, o;
|
|
1499
1499
|
Pe(s, "_uid") ? (o = Object.create(s), o._original = s) : (o = s, s = s._original);
|
|
1500
1500
|
var l = Ce(a._compiled), p = !l;
|
|
1501
|
-
this.data = e, this.props = i, this.children = t, this.parent = s, this.listeners = e.on ||
|
|
1501
|
+
this.data = e, this.props = i, this.children = t, this.parent = s, this.listeners = e.on || je, this.injections = Ll(a.inject, s), this.slots = function() {
|
|
1502
1502
|
return r.$slots || Xi(s, e.scopedSlots, r.$slots = xr(t, s)), r.$slots;
|
|
1503
1503
|
}, Object.defineProperty(this, "scopedSlots", {
|
|
1504
1504
|
enumerable: !0,
|
|
@@ -1506,8 +1506,8 @@ function Sr(e, i, t, s, n) {
|
|
|
1506
1506
|
return Xi(s, e.scopedSlots, this.slots());
|
|
1507
1507
|
}
|
|
1508
1508
|
}), l && (this.$options = a, this.$slots = this.slots(), this.$scopedSlots = Xi(s, e.scopedSlots, this.$slots)), a._scopeId ? this._c = function(h, m, A, k) {
|
|
1509
|
-
var
|
|
1510
|
-
return
|
|
1509
|
+
var V = Zs(o, h, m, A, k, p);
|
|
1510
|
+
return V && !re(V) && (V.fnScopeId = a._scopeId, V.fnContext = s), V;
|
|
1511
1511
|
} : this._c = function(h, m, A, k) {
|
|
1512
1512
|
return Zs(o, h, m, A, k, p);
|
|
1513
1513
|
};
|
|
@@ -1517,7 +1517,7 @@ function Zp(e, i, t, s, n) {
|
|
|
1517
1517
|
var r = e.options, a = {}, o = r.props;
|
|
1518
1518
|
if (b(o))
|
|
1519
1519
|
for (var l in o)
|
|
1520
|
-
a[l] =
|
|
1520
|
+
a[l] = Mr(l, o, i || je);
|
|
1521
1521
|
else
|
|
1522
1522
|
b(t.attrs) && Ta(a, t.attrs), b(t.props) && Ta(a, t.props);
|
|
1523
1523
|
var p = new Sr(t, a, n, s, e), h = r.render.call(null, p._c, p);
|
|
@@ -1691,7 +1691,7 @@ function as(e, i, t) {
|
|
|
1691
1691
|
if (t === void 0 && (t = !0), !i)
|
|
1692
1692
|
return e;
|
|
1693
1693
|
for (var s, n, r, a = ps ? Reflect.ownKeys(i) : Object.keys(i), o = 0; o < a.length; o++)
|
|
1694
|
-
s = a[o], s !== "__ob__" && (n = e[s], r = i[s], !t || !Pe(e, s) ? br(e, s, r) : n !== r &&
|
|
1694
|
+
s = a[o], s !== "__ob__" && (n = e[s], r = i[s], !t || !Pe(e, s) ? br(e, s, r) : n !== r && Ve(n) && Ve(r) && as(n, r));
|
|
1695
1695
|
return e;
|
|
1696
1696
|
}
|
|
1697
1697
|
function Sa(e, i, t) {
|
|
@@ -1719,7 +1719,7 @@ ml.forEach(function(e) {
|
|
|
1719
1719
|
});
|
|
1720
1720
|
function ld(e, i, t, s) {
|
|
1721
1721
|
var n = Object.create(e || null);
|
|
1722
|
-
return i ? (process.env.NODE_ENV !== "production" &&
|
|
1722
|
+
return i ? (process.env.NODE_ENV !== "production" && Or(s, i, t), ye(n, i)) : n;
|
|
1723
1723
|
}
|
|
1724
1724
|
hn.forEach(function(e) {
|
|
1725
1725
|
nt[e + "s"] = ld;
|
|
@@ -1727,7 +1727,7 @@ hn.forEach(function(e) {
|
|
|
1727
1727
|
nt.watch = function(e, i, t, s) {
|
|
1728
1728
|
if (e === Qn && (e = void 0), i === Qn && (i = void 0), !i)
|
|
1729
1729
|
return Object.create(e || null);
|
|
1730
|
-
if (process.env.NODE_ENV !== "production" &&
|
|
1730
|
+
if (process.env.NODE_ENV !== "production" && Or(s, i, t), !e)
|
|
1731
1731
|
return i;
|
|
1732
1732
|
var n = {};
|
|
1733
1733
|
ye(n, e);
|
|
@@ -1738,7 +1738,7 @@ nt.watch = function(e, i, t, s) {
|
|
|
1738
1738
|
return n;
|
|
1739
1739
|
};
|
|
1740
1740
|
nt.props = nt.methods = nt.inject = nt.computed = function(e, i, t, s) {
|
|
1741
|
-
if (i && process.env.NODE_ENV !== "production" &&
|
|
1741
|
+
if (i && process.env.NODE_ENV !== "production" && Or(s, i, t), !e)
|
|
1742
1742
|
return i;
|
|
1743
1743
|
var n = /* @__PURE__ */ Object.create(null);
|
|
1744
1744
|
return ye(n, e), i && ye(n, i), n;
|
|
@@ -1770,9 +1770,9 @@ function ud(e, i) {
|
|
|
1770
1770
|
if (re(t))
|
|
1771
1771
|
for (n = t.length; n--; )
|
|
1772
1772
|
r = t[n], typeof r == "string" ? (a = ni(r), s[a] = { type: null }) : process.env.NODE_ENV !== "production" && L("props must be strings when using array syntax.");
|
|
1773
|
-
else if (
|
|
1773
|
+
else if (Ve(t))
|
|
1774
1774
|
for (var o in t)
|
|
1775
|
-
r = t[o], a = ni(o), s[a] =
|
|
1775
|
+
r = t[o], a = ni(o), s[a] = Ve(r) ? r : { type: r };
|
|
1776
1776
|
else
|
|
1777
1777
|
process.env.NODE_ENV !== "production" && L('Invalid value for option "props": expected an Array or an Object, ' + "but got ".concat(cs(t), "."), i);
|
|
1778
1778
|
e.props = s;
|
|
@@ -1785,10 +1785,10 @@ function pd(e, i) {
|
|
|
1785
1785
|
if (re(t))
|
|
1786
1786
|
for (var n = 0; n < t.length; n++)
|
|
1787
1787
|
s[t[n]] = { from: t[n] };
|
|
1788
|
-
else if (
|
|
1788
|
+
else if (Ve(t))
|
|
1789
1789
|
for (var r in t) {
|
|
1790
1790
|
var a = t[r];
|
|
1791
|
-
s[r] =
|
|
1791
|
+
s[r] = Ve(a) ? ye({ from: r }, a) : { from: a };
|
|
1792
1792
|
}
|
|
1793
1793
|
else
|
|
1794
1794
|
process.env.NODE_ENV !== "production" && L('Invalid value for option "inject": expected an Array or an Object, ' + "but got ".concat(cs(t), "."), i);
|
|
@@ -1802,8 +1802,8 @@ function dd(e) {
|
|
|
1802
1802
|
ve(s) && (i[t] = { bind: s, update: s });
|
|
1803
1803
|
}
|
|
1804
1804
|
}
|
|
1805
|
-
function
|
|
1806
|
-
|
|
1805
|
+
function Or(e, i, t) {
|
|
1806
|
+
Ve(i) || L('Invalid value for option "'.concat(e, '": expected an Object, ') + "but got ".concat(cs(i), "."), t);
|
|
1807
1807
|
}
|
|
1808
1808
|
function ai(e, i, t) {
|
|
1809
1809
|
if (process.env.NODE_ENV !== "production" && cd(i), ve(i) && (i = i.options), ud(i, t), pd(i, t), dd(i), !i._base && (i.extends && (e = ai(e, i.extends, t)), i.mixins))
|
|
@@ -1835,7 +1835,7 @@ function tn(e, i, t, s) {
|
|
|
1835
1835
|
return process.env.NODE_ENV !== "production" && s && !o && L("Failed to resolve " + i.slice(0, -1) + ": " + t), o;
|
|
1836
1836
|
}
|
|
1837
1837
|
}
|
|
1838
|
-
function
|
|
1838
|
+
function Mr(e, i, t, s) {
|
|
1839
1839
|
var n = i[e], r = !Pe(t, e), a = t[e], o = Pa(Boolean, n.type);
|
|
1840
1840
|
if (o > -1) {
|
|
1841
1841
|
if (r && !Pe(n, "default"))
|
|
@@ -1890,7 +1890,7 @@ function gd(e, i, t) {
|
|
|
1890
1890
|
var r = typeof e;
|
|
1891
1891
|
s = r === n.toLowerCase(), !s && r === "object" && (s = e instanceof i);
|
|
1892
1892
|
} else if (n === "Object")
|
|
1893
|
-
s =
|
|
1893
|
+
s = Ve(e);
|
|
1894
1894
|
else if (n === "Array")
|
|
1895
1895
|
s = re(e);
|
|
1896
1896
|
else
|
|
@@ -1940,13 +1940,13 @@ function bd() {
|
|
|
1940
1940
|
return t.toLowerCase() === "boolean";
|
|
1941
1941
|
});
|
|
1942
1942
|
}
|
|
1943
|
-
var
|
|
1943
|
+
var jl;
|
|
1944
1944
|
if (process.env.NODE_ENV !== "production") {
|
|
1945
1945
|
var Cd = Xe(
|
|
1946
1946
|
"Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,require"
|
|
1947
|
-
),
|
|
1947
|
+
), Oa = function(e, i) {
|
|
1948
1948
|
L('Property or method "'.concat(i, '" is not defined on the instance but ') + "referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://v2.vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.", e);
|
|
1949
|
-
},
|
|
1949
|
+
}, Ma = function(e, i) {
|
|
1950
1950
|
L('Property "'.concat(i, '" must be accessed with "$data.').concat(i, '" because ') + 'properties starting with "$" or "_" are not proxied in the Vue instance to prevent conflicts with Vue internals. See: https://v2.vuejs.org/v2/api/#data', e);
|
|
1951
1951
|
}, Ba = typeof Proxy < "u" && ei(Proxy);
|
|
1952
1952
|
if (Ba) {
|
|
@@ -1960,14 +1960,14 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
1960
1960
|
var xd = {
|
|
1961
1961
|
has: function(e, i) {
|
|
1962
1962
|
var t = i in e, s = Cd(i) || typeof i == "string" && i.charAt(0) === "_" && !(i in e.$data);
|
|
1963
|
-
return !t && !s && (i in e.$data ?
|
|
1963
|
+
return !t && !s && (i in e.$data ? Ma(e, i) : Oa(e, i)), t || !s;
|
|
1964
1964
|
}
|
|
1965
1965
|
}, Ed = {
|
|
1966
1966
|
get: function(e, i) {
|
|
1967
|
-
return typeof i == "string" && !(i in e) && (i in e.$data ?
|
|
1967
|
+
return typeof i == "string" && !(i in e) && (i in e.$data ? Ma(e, i) : Oa(e, i)), e[i];
|
|
1968
1968
|
}
|
|
1969
1969
|
};
|
|
1970
|
-
|
|
1970
|
+
jl = function(i) {
|
|
1971
1971
|
if (Ba) {
|
|
1972
1972
|
var t = i.$options, s = t.render && t.render._withStripped ? Ed : xd;
|
|
1973
1973
|
i._renderProxy = new Proxy(i, s);
|
|
@@ -2003,7 +2003,7 @@ function Id(e, i) {
|
|
|
2003
2003
|
r || Rt(!1);
|
|
2004
2004
|
var a = function(l) {
|
|
2005
2005
|
n.push(l);
|
|
2006
|
-
var p =
|
|
2006
|
+
var p = Mr(l, i, t, e);
|
|
2007
2007
|
if (process.env.NODE_ENV !== "production") {
|
|
2008
2008
|
var h = hi(l);
|
|
2009
2009
|
(cl(h) || ge.isReservedAttr(h)) && L('"'.concat(h, '" is a reserved attribute and cannot be used as component prop.'), e), lt(s, l, p, function() {
|
|
@@ -2019,7 +2019,7 @@ function Id(e, i) {
|
|
|
2019
2019
|
}
|
|
2020
2020
|
function kd(e) {
|
|
2021
2021
|
var i = e.$options.data;
|
|
2022
|
-
i = e._data = ve(i) ? Nd(i, e) : i || {},
|
|
2022
|
+
i = e._data = ve(i) ? Nd(i, e) : i || {}, Ve(i) || (i = {}, process.env.NODE_ENV !== "production" && L(`data functions should return an object:
|
|
2023
2023
|
https://v2.vuejs.org/v2/guide/components.html#data-Must-Be-a-Function`, e));
|
|
2024
2024
|
for (var t = Object.keys(i), s = e.$options.props, n = e.$options.methods, r = t.length; r--; ) {
|
|
2025
2025
|
var a = t[r];
|
|
@@ -2043,10 +2043,10 @@ function _d(e, i) {
|
|
|
2043
2043
|
var t = e._computedWatchers = /* @__PURE__ */ Object.create(null), s = us();
|
|
2044
2044
|
for (var n in i) {
|
|
2045
2045
|
var r = i[n], a = ve(r) ? r : r.get;
|
|
2046
|
-
process.env.NODE_ENV !== "production" && a == null && L('Getter is missing for computed property "'.concat(n, '".'), e), s || (t[n] = new Tr(e, a || Se, Se, Sd)), n in e ? process.env.NODE_ENV !== "production" && (n in e.$data ? L('The computed property "'.concat(n, '" is already defined in data.'), e) : e.$options.props && n in e.$options.props ? L('The computed property "'.concat(n, '" is already defined as a prop.'), e) : e.$options.methods && n in e.$options.methods && L('The computed property "'.concat(n, '" is already defined as a method.'), e)) :
|
|
2046
|
+
process.env.NODE_ENV !== "production" && a == null && L('Getter is missing for computed property "'.concat(n, '".'), e), s || (t[n] = new Tr(e, a || Se, Se, Sd)), n in e ? process.env.NODE_ENV !== "production" && (n in e.$data ? L('The computed property "'.concat(n, '" is already defined in data.'), e) : e.$options.props && n in e.$options.props ? L('The computed property "'.concat(n, '" is already defined as a prop.'), e) : e.$options.methods && n in e.$options.methods && L('The computed property "'.concat(n, '" is already defined as a method.'), e)) : Vl(e, n, r);
|
|
2047
2047
|
}
|
|
2048
2048
|
}
|
|
2049
|
-
function
|
|
2049
|
+
function Vl(e, i, t) {
|
|
2050
2050
|
var s = !us();
|
|
2051
2051
|
ve(t) ? (mt.get = s ? Ra(i) : La(t), mt.set = Se) : (mt.get = t.get ? s && t.cache !== !1 ? Ra(i) : La(t.get) : Se, mt.set = t.set || Se), process.env.NODE_ENV !== "production" && mt.set === Se && (mt.set = function() {
|
|
2052
2052
|
L('Computed property "'.concat(i, '" was assigned to but it has no setter.'), this);
|
|
@@ -2085,9 +2085,9 @@ function Dd(e, i) {
|
|
|
2085
2085
|
}
|
|
2086
2086
|
}
|
|
2087
2087
|
function Xn(e, i, t, s) {
|
|
2088
|
-
return
|
|
2088
|
+
return Ve(t) && (s = t, t = t.handler), typeof t == "string" && (t = e[t]), e.$watch(i, t, s);
|
|
2089
2089
|
}
|
|
2090
|
-
function
|
|
2090
|
+
function Od(e) {
|
|
2091
2091
|
var i = {};
|
|
2092
2092
|
i.get = function() {
|
|
2093
2093
|
return this._data;
|
|
@@ -2101,7 +2101,7 @@ function Md(e) {
|
|
|
2101
2101
|
L("$props is readonly.", this);
|
|
2102
2102
|
}), Object.defineProperty(e.prototype, "$data", i), Object.defineProperty(e.prototype, "$props", t), e.prototype.$set = br, e.prototype.$delete = bl, e.prototype.$watch = function(s, n, r) {
|
|
2103
2103
|
var a = this;
|
|
2104
|
-
if (
|
|
2104
|
+
if (Ve(n))
|
|
2105
2105
|
return Xn(a, s, n, r);
|
|
2106
2106
|
r = r || {}, r.user = !0;
|
|
2107
2107
|
var o = new Tr(a, s, n, r);
|
|
@@ -2114,13 +2114,13 @@ function Md(e) {
|
|
|
2114
2114
|
};
|
|
2115
2115
|
};
|
|
2116
2116
|
}
|
|
2117
|
-
var
|
|
2117
|
+
var Md = 0;
|
|
2118
2118
|
function Bd(e) {
|
|
2119
2119
|
e.prototype._init = function(i) {
|
|
2120
2120
|
var t = this;
|
|
2121
|
-
t._uid =
|
|
2121
|
+
t._uid = Md++;
|
|
2122
2122
|
var s, n;
|
|
2123
|
-
process.env.NODE_ENV !== "production" && ge.performance && yt && (s = "vue-perf-start:".concat(t._uid), n = "vue-perf-end:".concat(t._uid), yt(s)), t._isVue = !0, t.__v_skip = !0, t._scope = new tp(!0), t._scope._vm = !0, i && i._isComponent ? Rd(t, i) : t.$options = ai(Rr(t.constructor), i || {}, t), process.env.NODE_ENV !== "production" ?
|
|
2123
|
+
process.env.NODE_ENV !== "production" && ge.performance && yt && (s = "vue-perf-start:".concat(t._uid), n = "vue-perf-end:".concat(t._uid), yt(s)), t._isVue = !0, t.__v_skip = !0, t._scope = new tp(!0), t._scope._vm = !0, i && i._isComponent ? Rd(t, i) : t.$options = ai(Rr(t.constructor), i || {}, t), process.env.NODE_ENV !== "production" ? jl(t) : t._renderProxy = t, t._self = t, jp(t), Mp(t), xp(t), Ye(t, "beforeCreate", void 0, !1), Xp(t), Td(t), zp(t), Ye(t, "created"), process.env.NODE_ENV !== "production" && ge.performance && yt && (t._name = Zt(t, !1), yt(n), en("vue ".concat(t._name, " init"), s, n)), t.$options.el && t.$mount(t.$options.el);
|
|
2124
2124
|
};
|
|
2125
2125
|
}
|
|
2126
2126
|
function Rd(e, i) {
|
|
@@ -2151,25 +2151,25 @@ function Ee(e) {
|
|
|
2151
2151
|
process.env.NODE_ENV !== "production" && !(this instanceof Ee) && L("Vue is a constructor and should be called with the `new` keyword"), this._init(e);
|
|
2152
2152
|
}
|
|
2153
2153
|
Bd(Ee);
|
|
2154
|
-
|
|
2154
|
+
Od(Ee);
|
|
2155
2155
|
Fp(Ee);
|
|
2156
|
-
|
|
2156
|
+
Vp(Ee);
|
|
2157
2157
|
Ep(Ee);
|
|
2158
2158
|
function Fd(e) {
|
|
2159
2159
|
e.use = function(i) {
|
|
2160
2160
|
var t = this._installedPlugins || (this._installedPlugins = []);
|
|
2161
2161
|
if (t.indexOf(i) > -1)
|
|
2162
2162
|
return this;
|
|
2163
|
-
var s =
|
|
2163
|
+
var s = Vn(arguments, 1);
|
|
2164
2164
|
return s.unshift(this), ve(i.install) ? i.install.apply(i, s) : ve(i) && i.apply(null, s), t.push(i), this;
|
|
2165
2165
|
};
|
|
2166
2166
|
}
|
|
2167
|
-
function
|
|
2167
|
+
function jd(e) {
|
|
2168
2168
|
e.mixin = function(i) {
|
|
2169
2169
|
return this.options = ai(this.options, i), this;
|
|
2170
2170
|
};
|
|
2171
2171
|
}
|
|
2172
|
-
function
|
|
2172
|
+
function Vd(e) {
|
|
2173
2173
|
e.cid = 0;
|
|
2174
2174
|
var i = 1;
|
|
2175
2175
|
e.extend = function(t) {
|
|
@@ -2195,12 +2195,12 @@ function Qd(e) {
|
|
|
2195
2195
|
function Ud(e) {
|
|
2196
2196
|
var i = e.options.computed;
|
|
2197
2197
|
for (var t in i)
|
|
2198
|
-
|
|
2198
|
+
Vl(e.prototype, t, i[t]);
|
|
2199
2199
|
}
|
|
2200
2200
|
function Gd(e) {
|
|
2201
2201
|
hn.forEach(function(i) {
|
|
2202
2202
|
e[i] = function(t, s) {
|
|
2203
|
-
return s ? (process.env.NODE_ENV !== "production" && i === "component" && Dr(t), i === "component" &&
|
|
2203
|
+
return s ? (process.env.NODE_ENV !== "production" && i === "component" && Dr(t), i === "component" && Ve(s) && (s.name = s.name || t, s = this.options._base.extend(s)), i === "directive" && ve(s) && (s = { bind: s, update: s }), this.options[i + "s"][t] = s, s) : this.options[i + "s"][t];
|
|
2204
2204
|
};
|
|
2205
2205
|
});
|
|
2206
2206
|
}
|
|
@@ -2210,7 +2210,7 @@ function Fa(e) {
|
|
|
2210
2210
|
function Is(e, i) {
|
|
2211
2211
|
return re(e) ? e.indexOf(i) > -1 : typeof e == "string" ? e.split(",").indexOf(i) > -1 : ol(e) ? e.test(i) : !1;
|
|
2212
2212
|
}
|
|
2213
|
-
function
|
|
2213
|
+
function ja(e, i) {
|
|
2214
2214
|
var t = e.cache, s = e.keys, n = e._vnode;
|
|
2215
2215
|
for (var r in t) {
|
|
2216
2216
|
var a = t[r];
|
|
@@ -2224,12 +2224,12 @@ function Zn(e, i, t, s) {
|
|
|
2224
2224
|
var n = e[i];
|
|
2225
2225
|
n && (!s || n.tag !== s.tag) && n.componentInstance.$destroy(), e[i] = null, Jt(t, i);
|
|
2226
2226
|
}
|
|
2227
|
-
var
|
|
2227
|
+
var Va = [String, RegExp, Array], qd = {
|
|
2228
2228
|
name: "keep-alive",
|
|
2229
2229
|
abstract: !0,
|
|
2230
2230
|
props: {
|
|
2231
|
-
include:
|
|
2232
|
-
exclude:
|
|
2231
|
+
include: Va,
|
|
2232
|
+
exclude: Va,
|
|
2233
2233
|
max: [String, Number]
|
|
2234
2234
|
},
|
|
2235
2235
|
methods: {
|
|
@@ -2255,11 +2255,11 @@ var ja = [String, RegExp, Array], qd = {
|
|
|
2255
2255
|
mounted: function() {
|
|
2256
2256
|
var e = this;
|
|
2257
2257
|
this.cacheVNode(), this.$watch("include", function(i) {
|
|
2258
|
-
|
|
2258
|
+
ja(e, function(t) {
|
|
2259
2259
|
return Is(i, t);
|
|
2260
2260
|
});
|
|
2261
2261
|
}), this.$watch("exclude", function(i) {
|
|
2262
|
-
|
|
2262
|
+
ja(e, function(t) {
|
|
2263
2263
|
return !Is(i, t);
|
|
2264
2264
|
});
|
|
2265
2265
|
});
|
|
@@ -2296,7 +2296,7 @@ function Hd(e) {
|
|
|
2296
2296
|
return Et(t), t;
|
|
2297
2297
|
}, e.options = /* @__PURE__ */ Object.create(null), hn.forEach(function(t) {
|
|
2298
2298
|
e.options[t + "s"] = /* @__PURE__ */ Object.create(null);
|
|
2299
|
-
}), e.options._base = e, ye(e.options.components, Jd), Fd(e),
|
|
2299
|
+
}), e.options._base = e, ye(e.options.components, Jd), Fd(e), jd(e), Vd(e), Gd(e);
|
|
2300
2300
|
}
|
|
2301
2301
|
Hd(Ee);
|
|
2302
2302
|
Object.defineProperty(Ee.prototype, "$isServer", {
|
|
@@ -2336,17 +2336,17 @@ function Qa(e, i) {
|
|
|
2336
2336
|
};
|
|
2337
2337
|
}
|
|
2338
2338
|
function eh(e, i) {
|
|
2339
|
-
return b(e) || b(i) ? Fr(e,
|
|
2339
|
+
return b(e) || b(i) ? Fr(e, jr(i)) : "";
|
|
2340
2340
|
}
|
|
2341
2341
|
function Fr(e, i) {
|
|
2342
2342
|
return e ? i ? e + " " + i : e : i || "";
|
|
2343
2343
|
}
|
|
2344
|
-
function
|
|
2344
|
+
function jr(e) {
|
|
2345
2345
|
return Array.isArray(e) ? th(e) : De(e) ? ih(e) : typeof e == "string" ? e : "";
|
|
2346
2346
|
}
|
|
2347
2347
|
function th(e) {
|
|
2348
2348
|
for (var i = "", t, s = 0, n = e.length; s < n; s++)
|
|
2349
|
-
b(t =
|
|
2349
|
+
b(t = jr(e[s])) && t !== "" && (i && (i += " "), i += t);
|
|
2350
2350
|
return i;
|
|
2351
2351
|
}
|
|
2352
2352
|
function ih(e) {
|
|
@@ -2358,11 +2358,11 @@ function ih(e) {
|
|
|
2358
2358
|
var sh = {
|
|
2359
2359
|
svg: "http://www.w3.org/2000/svg",
|
|
2360
2360
|
math: "http://www.w3.org/1998/Math/MathML"
|
|
2361
|
-
}, nh = Xe("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),
|
|
2362
|
-
return nh(e) ||
|
|
2361
|
+
}, nh = Xe("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"), Vr = Xe("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view", !0), Gl = function(e) {
|
|
2362
|
+
return nh(e) || Vr(e);
|
|
2363
2363
|
};
|
|
2364
2364
|
function rh(e) {
|
|
2365
|
-
if (
|
|
2365
|
+
if (Vr(e))
|
|
2366
2366
|
return "svg";
|
|
2367
2367
|
if (e === "math")
|
|
2368
2368
|
return "math";
|
|
@@ -2517,24 +2517,24 @@ function Eh(e) {
|
|
|
2517
2517
|
})) && ge.isUnknownElement(g.tag);
|
|
2518
2518
|
}
|
|
2519
2519
|
var h = 0;
|
|
2520
|
-
function m(g, y, x,
|
|
2521
|
-
if (b(g.elm) && b(ae) && (g = ae[C] = Un(g)), g.isRootInsert = !J, !A(g, y, x,
|
|
2522
|
-
var w = g.data,
|
|
2523
|
-
b(W) ? (process.env.NODE_ENV !== "production" && (w && w.pre && h++, p(g, h) && L("Unknown custom element: <" + W + '> - did you register the component correctly? For recursive components, make sure to provide the "name" option.', g.context)), g.elm = g.ns ? r.createElementNS(g.ns, W) : r.createElement(W, g), N(g), ie(g,
|
|
2520
|
+
function m(g, y, x, M, J, ae, C) {
|
|
2521
|
+
if (b(g.elm) && b(ae) && (g = ae[C] = Un(g)), g.isRootInsert = !J, !A(g, y, x, M)) {
|
|
2522
|
+
var w = g.data, O = g.children, W = g.tag;
|
|
2523
|
+
b(W) ? (process.env.NODE_ENV !== "production" && (w && w.pre && h++, p(g, h) && L("Unknown custom element: <" + W + '> - did you register the component correctly? For recursive components, make sure to provide the "name" option.', g.context)), g.elm = g.ns ? r.createElementNS(g.ns, W) : r.createElement(W, g), N(g), ie(g, O, y), b(w) && G(g, y), z(x, g.elm, M), process.env.NODE_ENV !== "production" && w && w.pre && h--) : Ce(g.isComment) ? (g.elm = r.createComment(g.text), z(x, g.elm, M)) : (g.elm = r.createTextNode(g.text), z(x, g.elm, M));
|
|
2524
2524
|
}
|
|
2525
2525
|
}
|
|
2526
|
-
function A(g, y, x,
|
|
2526
|
+
function A(g, y, x, M) {
|
|
2527
2527
|
var J = g.data;
|
|
2528
2528
|
if (b(J)) {
|
|
2529
2529
|
var ae = b(g.componentInstance) && J.keepAlive;
|
|
2530
2530
|
if (b(J = J.hook) && b(J = J.init) && J(g, !1), b(g.componentInstance))
|
|
2531
|
-
return k(g, y), z(x, g.elm,
|
|
2531
|
+
return k(g, y), z(x, g.elm, M), Ce(ae) && V(g, y, x, M), !0;
|
|
2532
2532
|
}
|
|
2533
2533
|
}
|
|
2534
2534
|
function k(g, y) {
|
|
2535
2535
|
b(g.data.pendingInsert) && (y.push.apply(y, g.data.pendingInsert), g.data.pendingInsert = null), g.elm = g.componentInstance.$el, Z(g) ? (G(g, y), N(g)) : (Ei(g), y.push(g));
|
|
2536
2536
|
}
|
|
2537
|
-
function
|
|
2537
|
+
function V(g, y, x, M) {
|
|
2538
2538
|
for (var J, ae = g; ae.componentInstance; )
|
|
2539
2539
|
if (ae = ae.componentInstance._vnode, b(J = ae.data) && b(J = J.transition)) {
|
|
2540
2540
|
for (J = 0; J < s.activate.length; ++J)
|
|
@@ -2542,7 +2542,7 @@ function Eh(e) {
|
|
|
2542
2542
|
y.push(ae);
|
|
2543
2543
|
break;
|
|
2544
2544
|
}
|
|
2545
|
-
z(x, g.elm,
|
|
2545
|
+
z(x, g.elm, M);
|
|
2546
2546
|
}
|
|
2547
2547
|
function z(g, y, x) {
|
|
2548
2548
|
b(g) && (b(x) ? r.parentNode(x) === g && r.insertBefore(g, y, x) : r.appendChild(g, y));
|
|
@@ -2550,8 +2550,8 @@ function Eh(e) {
|
|
|
2550
2550
|
function ie(g, y, x) {
|
|
2551
2551
|
if (re(y)) {
|
|
2552
2552
|
process.env.NODE_ENV !== "production" && F(y);
|
|
2553
|
-
for (var
|
|
2554
|
-
m(y[
|
|
2553
|
+
for (var M = 0; M < y.length; ++M)
|
|
2554
|
+
m(y[M], x, g.elm, null, !0, y, M);
|
|
2555
2555
|
} else
|
|
2556
2556
|
It(g.text) && r.appendChild(g.elm, r.createTextNode(String(g.text)));
|
|
2557
2557
|
}
|
|
@@ -2574,14 +2574,14 @@ function Eh(e) {
|
|
|
2574
2574
|
b(y = x.context) && b(y = y.$options._scopeId) && r.setStyleScope(g.elm, y), x = x.parent;
|
|
2575
2575
|
b(y = ii) && y !== g.context && y !== g.fnContext && b(y = y.$options._scopeId) && r.setStyleScope(g.elm, y);
|
|
2576
2576
|
}
|
|
2577
|
-
function T(g, y, x,
|
|
2578
|
-
for (;
|
|
2579
|
-
m(x[
|
|
2577
|
+
function T(g, y, x, M, J, ae) {
|
|
2578
|
+
for (; M <= J; ++M)
|
|
2579
|
+
m(x[M], ae, g, y, !1, x, M);
|
|
2580
2580
|
}
|
|
2581
2581
|
function D(g) {
|
|
2582
|
-
var y, x,
|
|
2583
|
-
if (b(
|
|
2584
|
-
for (b(y =
|
|
2582
|
+
var y, x, M = g.data;
|
|
2583
|
+
if (b(M))
|
|
2584
|
+
for (b(y = M.hook) && b(y = y.destroy) && y(g), y = 0; y < s.destroy.length; ++y)
|
|
2585
2585
|
s.destroy[y](g);
|
|
2586
2586
|
if (b(y = g.children))
|
|
2587
2587
|
for (x = 0; x < g.children.length; ++x)
|
|
@@ -2589,41 +2589,41 @@ function Eh(e) {
|
|
|
2589
2589
|
}
|
|
2590
2590
|
function _(g, y, x) {
|
|
2591
2591
|
for (; y <= x; ++y) {
|
|
2592
|
-
var
|
|
2593
|
-
b(
|
|
2592
|
+
var M = g[y];
|
|
2593
|
+
b(M) && (b(M.tag) ? (S(M), D(M)) : l(M.elm));
|
|
2594
2594
|
}
|
|
2595
2595
|
}
|
|
2596
2596
|
function S(g, y) {
|
|
2597
2597
|
if (b(y) || b(g.data)) {
|
|
2598
|
-
var x,
|
|
2599
|
-
for (b(y) ? y.listeners +=
|
|
2598
|
+
var x, M = s.remove.length + 1;
|
|
2599
|
+
for (b(y) ? y.listeners += M : y = o(g.elm, M), b(x = g.componentInstance) && b(x = x._vnode) && b(x.data) && S(x, y), x = 0; x < s.remove.length; ++x)
|
|
2600
2600
|
s.remove[x](g, y);
|
|
2601
2601
|
b(x = g.data.hook) && b(x = x.remove) ? x(g, y) : y();
|
|
2602
2602
|
} else
|
|
2603
2603
|
l(g.elm);
|
|
2604
2604
|
}
|
|
2605
|
-
function I(g, y, x,
|
|
2606
|
-
var ae = 0, C = 0, w = y.length - 1,
|
|
2605
|
+
function I(g, y, x, M, J) {
|
|
2606
|
+
var ae = 0, C = 0, w = y.length - 1, O = y[0], W = y[w], $ = x.length - 1, ne = x[0], d = x[$], c, u, f, v, E = !J;
|
|
2607
2607
|
for (process.env.NODE_ENV !== "production" && F(x); ae <= w && C <= $; )
|
|
2608
|
-
te(
|
|
2609
|
-
ae > w ? (v = te(x[$ + 1]) ? null : x[$ + 1].elm, T(g, v, x, C, $,
|
|
2608
|
+
te(O) ? O = y[++ae] : te(W) ? W = y[--w] : Yt(O, ne) ? (R(O, ne, M, x, C), O = y[++ae], ne = x[++C]) : Yt(W, d) ? (R(W, d, M, x, $), W = y[--w], d = x[--$]) : Yt(O, d) ? (R(O, d, M, x, $), E && r.insertBefore(g, O.elm, r.nextSibling(W.elm)), O = y[++ae], d = x[--$]) : Yt(W, ne) ? (R(W, ne, M, x, C), E && r.insertBefore(g, W.elm, O.elm), W = y[--w], ne = x[++C]) : (te(c) && (c = xh(y, ae, w)), u = b(ne.key) ? c[ne.key] : P(ne, y, ae, w), te(u) ? m(ne, M, g, O.elm, !1, x, C) : (f = y[u], Yt(f, ne) ? (R(f, ne, M, x, C), y[u] = void 0, E && r.insertBefore(g, f.elm, O.elm)) : m(ne, M, g, O.elm, !1, x, C)), ne = x[++C]);
|
|
2609
|
+
ae > w ? (v = te(x[$ + 1]) ? null : x[$ + 1].elm, T(g, v, x, C, $, M)) : C > $ && _(y, ae, w);
|
|
2610
2610
|
}
|
|
2611
2611
|
function F(g) {
|
|
2612
2612
|
for (var y = {}, x = 0; x < g.length; x++) {
|
|
2613
|
-
var
|
|
2614
|
-
b(J) && (y[J] ? L("Duplicate keys detected: '".concat(J, "'. This may cause an update error."),
|
|
2613
|
+
var M = g[x], J = M.key;
|
|
2614
|
+
b(J) && (y[J] ? L("Duplicate keys detected: '".concat(J, "'. This may cause an update error."), M.context) : y[J] = !0);
|
|
2615
2615
|
}
|
|
2616
2616
|
}
|
|
2617
|
-
function P(g, y, x,
|
|
2618
|
-
for (var J = x; J <
|
|
2617
|
+
function P(g, y, x, M) {
|
|
2618
|
+
for (var J = x; J < M; J++) {
|
|
2619
2619
|
var ae = y[J];
|
|
2620
2620
|
if (b(ae) && Yt(g, ae))
|
|
2621
2621
|
return J;
|
|
2622
2622
|
}
|
|
2623
2623
|
}
|
|
2624
|
-
function R(g, y, x,
|
|
2624
|
+
function R(g, y, x, M, J, ae) {
|
|
2625
2625
|
if (g !== y) {
|
|
2626
|
-
b(y.elm) && b(
|
|
2626
|
+
b(y.elm) && b(M) && (y = M[J] = Un(y));
|
|
2627
2627
|
var C = y.elm = g.elm;
|
|
2628
2628
|
if (Ce(g.isAsyncPlaceholder)) {
|
|
2629
2629
|
b(y.asyncFactory.resolved) ? ke(g.elm, y, x) : y.isAsyncPlaceholder = !0;
|
|
@@ -2633,30 +2633,30 @@ function Eh(e) {
|
|
|
2633
2633
|
y.componentInstance = g.componentInstance;
|
|
2634
2634
|
return;
|
|
2635
2635
|
}
|
|
2636
|
-
var w,
|
|
2637
|
-
b(
|
|
2636
|
+
var w, O = y.data;
|
|
2637
|
+
b(O) && b(w = O.hook) && b(w = w.prepatch) && w(g, y);
|
|
2638
2638
|
var W = g.children, $ = y.children;
|
|
2639
|
-
if (b(
|
|
2639
|
+
if (b(O) && Z(y)) {
|
|
2640
2640
|
for (w = 0; w < s.update.length; ++w)
|
|
2641
2641
|
s.update[w](g, y);
|
|
2642
|
-
b(w =
|
|
2642
|
+
b(w = O.hook) && b(w = w.update) && w(g, y);
|
|
2643
2643
|
}
|
|
2644
|
-
te(y.text) ? b(W) && b($) ? W !== $ && I(C, W, $, x, ae) : b($) ? (process.env.NODE_ENV !== "production" && F($), b(g.text) && r.setTextContent(C, ""), T(C, null, $, 0, $.length - 1, x)) : b(W) ? _(W, 0, W.length - 1) : b(g.text) && r.setTextContent(C, "") : g.text !== y.text && r.setTextContent(C, y.text), b(
|
|
2644
|
+
te(y.text) ? b(W) && b($) ? W !== $ && I(C, W, $, x, ae) : b($) ? (process.env.NODE_ENV !== "production" && F($), b(g.text) && r.setTextContent(C, ""), T(C, null, $, 0, $.length - 1, x)) : b(W) ? _(W, 0, W.length - 1) : b(g.text) && r.setTextContent(C, "") : g.text !== y.text && r.setTextContent(C, y.text), b(O) && b(w = O.hook) && b(w = w.postpatch) && w(g, y);
|
|
2645
2645
|
}
|
|
2646
2646
|
}
|
|
2647
2647
|
function B(g, y, x) {
|
|
2648
2648
|
if (Ce(x) && b(g.parent))
|
|
2649
2649
|
g.parent.data.pendingInsert = y;
|
|
2650
2650
|
else
|
|
2651
|
-
for (var
|
|
2652
|
-
y[
|
|
2651
|
+
for (var M = 0; M < y.length; ++M)
|
|
2652
|
+
y[M].data.hook.insert(y[M]);
|
|
2653
2653
|
}
|
|
2654
2654
|
var U = !1, X = Xe("attrs,class,staticClass,staticStyle,key");
|
|
2655
|
-
function ke(g, y, x,
|
|
2655
|
+
function ke(g, y, x, M) {
|
|
2656
2656
|
var J, ae = y.tag, C = y.data, w = y.children;
|
|
2657
|
-
if (
|
|
2657
|
+
if (M = M || C && C.pre, y.elm = g, Ce(y.isComment) && b(y.asyncFactory))
|
|
2658
2658
|
return y.isAsyncPlaceholder = !0, !0;
|
|
2659
|
-
if (process.env.NODE_ENV !== "production" && !oe(g, y,
|
|
2659
|
+
if (process.env.NODE_ENV !== "production" && !oe(g, y, M))
|
|
2660
2660
|
return !1;
|
|
2661
2661
|
if (b(C) && (b(J = C.hook) && b(J = J.init) && J(y, !0), b(J = y.componentInstance)))
|
|
2662
2662
|
return k(y, x), !0;
|
|
@@ -2668,14 +2668,14 @@ function Eh(e) {
|
|
|
2668
2668
|
if (J !== g.innerHTML)
|
|
2669
2669
|
return process.env.NODE_ENV !== "production" && typeof console < "u" && !U && (U = !0, g.innerHTML), !1;
|
|
2670
2670
|
} else {
|
|
2671
|
-
for (var
|
|
2672
|
-
if (!W || !ke(W, w[$], x,
|
|
2673
|
-
|
|
2671
|
+
for (var O = !0, W = g.firstChild, $ = 0; $ < w.length; $++) {
|
|
2672
|
+
if (!W || !ke(W, w[$], x, M)) {
|
|
2673
|
+
O = !1;
|
|
2674
2674
|
break;
|
|
2675
2675
|
}
|
|
2676
2676
|
W = W.nextSibling;
|
|
2677
2677
|
}
|
|
2678
|
-
if (!
|
|
2678
|
+
if (!O || W)
|
|
2679
2679
|
return process.env.NODE_ENV !== "production" && typeof console < "u" && !U && (U = !0, g.childNodes), !1;
|
|
2680
2680
|
}
|
|
2681
2681
|
if (b(C)) {
|
|
@@ -2694,7 +2694,7 @@ function Eh(e) {
|
|
|
2694
2694
|
function oe(g, y, x) {
|
|
2695
2695
|
return b(y.tag) ? y.tag.indexOf("vue-component") === 0 || !p(y, x) && y.tag.toLowerCase() === (g.tagName && g.tagName.toLowerCase()) : g.nodeType === (y.isComment ? 8 : 3);
|
|
2696
2696
|
}
|
|
2697
|
-
return function(y, x,
|
|
2697
|
+
return function(y, x, M, J) {
|
|
2698
2698
|
if (te(x)) {
|
|
2699
2699
|
b(y) && D(y);
|
|
2700
2700
|
return;
|
|
@@ -2708,19 +2708,19 @@ function Eh(e) {
|
|
|
2708
2708
|
R(y, x, C, null, null, J);
|
|
2709
2709
|
else {
|
|
2710
2710
|
if (w) {
|
|
2711
|
-
if (y.nodeType === 1 && y.hasAttribute(ua) && (y.removeAttribute(ua),
|
|
2711
|
+
if (y.nodeType === 1 && y.hasAttribute(ua) && (y.removeAttribute(ua), M = !0), Ce(M)) {
|
|
2712
2712
|
if (ke(y, x, C))
|
|
2713
2713
|
return B(x, C, !0), y;
|
|
2714
2714
|
process.env.NODE_ENV !== "production" && L("The client-side rendered virtual DOM tree is not matching server-rendered content. This is likely caused by incorrect HTML markup, for example nesting block-level elements inside <p>, or missing <tbody>. Bailing hydration and performing full client-side render.");
|
|
2715
2715
|
}
|
|
2716
2716
|
y = a(y);
|
|
2717
2717
|
}
|
|
2718
|
-
var
|
|
2718
|
+
var O = y.elm, W = r.parentNode(O);
|
|
2719
2719
|
if (m(
|
|
2720
2720
|
x,
|
|
2721
2721
|
C,
|
|
2722
|
-
|
|
2723
|
-
r.nextSibling(
|
|
2722
|
+
O._leaveCb ? null : W,
|
|
2723
|
+
r.nextSibling(O)
|
|
2724
2724
|
), b(x.parent))
|
|
2725
2725
|
for (var $ = x.parent, ne = Z(x); $; ) {
|
|
2726
2726
|
for (var d = 0; d < s.destroy.length; ++d)
|
|
@@ -2837,7 +2837,7 @@ function Ka(e, i) {
|
|
|
2837
2837
|
var t = i.elm, s = i.data, n = e.data;
|
|
2838
2838
|
if (!(te(s.staticClass) && te(s.class) && (te(n) || te(n.staticClass) && te(n.class)))) {
|
|
2839
2839
|
var r = $d(i), a = t._transitionClasses;
|
|
2840
|
-
b(a) && (r = Fr(r,
|
|
2840
|
+
b(a) && (r = Fr(r, jr(a))), r !== t._prevClass && (t.setAttribute("class", r), t._prevClass = r);
|
|
2841
2841
|
}
|
|
2842
2842
|
}
|
|
2843
2843
|
var Ph = {
|
|
@@ -2852,16 +2852,16 @@ function Dh(e) {
|
|
|
2852
2852
|
b(e[kn]) && (e.change = [].concat(e[kn], e.change || []), delete e[kn]);
|
|
2853
2853
|
}
|
|
2854
2854
|
var os;
|
|
2855
|
-
function
|
|
2855
|
+
function Oh(e, i, t) {
|
|
2856
2856
|
var s = os;
|
|
2857
2857
|
return function n() {
|
|
2858
2858
|
var r = i.apply(null, arguments);
|
|
2859
2859
|
r !== null && ql(e, n, t, s);
|
|
2860
2860
|
};
|
|
2861
2861
|
}
|
|
2862
|
-
var
|
|
2862
|
+
var Mh = Hn && !(pa && Number(pa[1]) <= 53);
|
|
2863
2863
|
function Bh(e, i, t, s) {
|
|
2864
|
-
if (
|
|
2864
|
+
if (Mh) {
|
|
2865
2865
|
var n = Rl, r = i;
|
|
2866
2866
|
i = r._wrapper = function(a) {
|
|
2867
2867
|
if (a.target === a.currentTarget || a.timeStamp >= n || a.timeStamp <= 0 || a.target.ownerDocument !== document)
|
|
@@ -2880,7 +2880,7 @@ function ql(e, i, t, s) {
|
|
|
2880
2880
|
function Nn(e, i) {
|
|
2881
2881
|
if (!(te(e.data.on) && te(i.data.on))) {
|
|
2882
2882
|
var t = i.data.on || {}, s = e.data.on || {};
|
|
2883
|
-
os = i.elm || e.elm, Dh(t), xl(t, s, Bh, ql,
|
|
2883
|
+
os = i.elm || e.elm, Dh(t), xl(t, s, Bh, ql, Oh, i.context), os = void 0;
|
|
2884
2884
|
}
|
|
2885
2885
|
}
|
|
2886
2886
|
var Rh = {
|
|
@@ -2906,7 +2906,7 @@ function Wa(e, i) {
|
|
|
2906
2906
|
n._value = s;
|
|
2907
2907
|
var o = te(s) ? "" : String(s);
|
|
2908
2908
|
Lh(n, o) && (n.value = o);
|
|
2909
|
-
} else if (t === "innerHTML" &&
|
|
2909
|
+
} else if (t === "innerHTML" && Vr(n.tagName) && te(n.innerHTML)) {
|
|
2910
2910
|
Ns = Ns || document.createElement("div"), Ns.innerHTML = "<svg>".concat(s, "</svg>");
|
|
2911
2911
|
for (var l = Ns.firstChild; n.firstChild; )
|
|
2912
2912
|
n.removeChild(n.firstChild);
|
|
@@ -2921,7 +2921,7 @@ function Wa(e, i) {
|
|
|
2921
2921
|
}
|
|
2922
2922
|
}
|
|
2923
2923
|
function Lh(e, i) {
|
|
2924
|
-
return !e.composing && (e.tagName === "OPTION" || Fh(e, i) ||
|
|
2924
|
+
return !e.composing && (e.tagName === "OPTION" || Fh(e, i) || jh(e, i));
|
|
2925
2925
|
}
|
|
2926
2926
|
function Fh(e, i) {
|
|
2927
2927
|
var t = !0;
|
|
@@ -2931,7 +2931,7 @@ function Fh(e, i) {
|
|
|
2931
2931
|
}
|
|
2932
2932
|
return t && e.value !== i;
|
|
2933
2933
|
}
|
|
2934
|
-
function
|
|
2934
|
+
function jh(e, i) {
|
|
2935
2935
|
var t = e.value, s = e._vModifiers;
|
|
2936
2936
|
if (b(s)) {
|
|
2937
2937
|
if (s.number)
|
|
@@ -2941,7 +2941,7 @@ function Vh(e, i) {
|
|
|
2941
2941
|
}
|
|
2942
2942
|
return t !== i;
|
|
2943
2943
|
}
|
|
2944
|
-
var
|
|
2944
|
+
var Vh = {
|
|
2945
2945
|
create: Wa,
|
|
2946
2946
|
update: Wa
|
|
2947
2947
|
}, Qh = di(function(e) {
|
|
@@ -3106,18 +3106,18 @@ function ir(e, i) {
|
|
|
3106
3106
|
b(t._leaveCb) && (t._leaveCb.cancelled = !0, t._leaveCb());
|
|
3107
3107
|
var s = Yl(e.data.transition);
|
|
3108
3108
|
if (!te(s) && !(b(t._enterCb) || t.nodeType !== 1)) {
|
|
3109
|
-
for (var n = s.css, r = s.type, a = s.enterClass, o = s.enterToClass, l = s.enterActiveClass, p = s.appearClass, h = s.appearToClass, m = s.appearActiveClass, A = s.beforeEnter, k = s.enter,
|
|
3109
|
+
for (var n = s.css, r = s.type, a = s.enterClass, o = s.enterToClass, l = s.enterActiveClass, p = s.appearClass, h = s.appearToClass, m = s.appearActiveClass, A = s.beforeEnter, k = s.enter, V = s.afterEnter, z = s.enterCancelled, ie = s.beforeAppear, Z = s.appear, G = s.afterAppear, N = s.appearCancelled, T = s.duration, D = ii, _ = ii.$vnode; _ && _.parent; )
|
|
3110
3110
|
D = _.context, _ = _.parent;
|
|
3111
3111
|
var S = !D._isMounted || !e.isRootInsert;
|
|
3112
3112
|
if (!(S && !Z && Z !== "")) {
|
|
3113
|
-
var I = S && p ? p : a, F = S && m ? m : l, P = S && h ? h : o, R = S && ie || A, B = S && ve(Z) ? Z : k, U = S && G ||
|
|
3113
|
+
var I = S && p ? p : a, F = S && m ? m : l, P = S && h ? h : o, R = S && ie || A, B = S && ve(Z) ? Z : k, U = S && G || V, X = S && N || z, ke = es(De(T) ? T.enter : T);
|
|
3114
3114
|
process.env.NODE_ENV !== "production" && ke != null && ic(ke, "enter", e);
|
|
3115
3115
|
var oe = n !== !1 && !Ri, g = Qr(B), y = t._enterCb = Ks(function() {
|
|
3116
3116
|
oe && (wt(t, P), wt(t, F)), y.cancelled ? (oe && wt(t, I), X && X(t)) : U && U(t), t._enterCb = null;
|
|
3117
3117
|
});
|
|
3118
3118
|
e.data.show || Pt(e, "insert", function() {
|
|
3119
|
-
var x = t.parentNode,
|
|
3120
|
-
|
|
3119
|
+
var x = t.parentNode, M = x && x._pending && x._pending[e.key];
|
|
3120
|
+
M && M.tag === e.tag && M.elm._leaveCb && M.elm._leaveCb(), B && B(t, y);
|
|
3121
3121
|
}), R && R(t), oe && (si(t, I), si(t, F), Zl(function() {
|
|
3122
3122
|
wt(t, I), y.cancelled || (si(t, P), g || (sc(ke) ? setTimeout(y, ke) : $l(t, r, y)));
|
|
3123
3123
|
})), e.data.show && (i && i(), B && B(t, y)), !oe && !g && y();
|
|
@@ -3132,7 +3132,7 @@ function tc(e, i) {
|
|
|
3132
3132
|
return i();
|
|
3133
3133
|
if (b(t._leaveCb))
|
|
3134
3134
|
return;
|
|
3135
|
-
var n = s.css, r = s.type, a = s.leaveClass, o = s.leaveToClass, l = s.leaveActiveClass, p = s.beforeLeave, h = s.leave, m = s.afterLeave, A = s.leaveCancelled, k = s.delayLeave,
|
|
3135
|
+
var n = s.css, r = s.type, a = s.leaveClass, o = s.leaveToClass, l = s.leaveActiveClass, p = s.beforeLeave, h = s.leave, m = s.afterLeave, A = s.leaveCancelled, k = s.delayLeave, V = s.duration, z = n !== !1 && !Ri, ie = Qr(h), Z = es(De(V) ? V.leave : V);
|
|
3136
3136
|
process.env.NODE_ENV !== "production" && b(Z) && ic(Z, "leave", e);
|
|
3137
3137
|
var G = t._leaveCb = Ks(function() {
|
|
3138
3138
|
t.parentNode && t.parentNode._pending && (t.parentNode._pending[e.key] = null), z && (wt(t, o), wt(t, l)), G.cancelled ? (z && wt(t, a), A && A(t)) : (i(), m && m(t)), t._leaveCb = null;
|
|
@@ -3165,7 +3165,7 @@ var Kh = He ? {
|
|
|
3165
3165
|
remove: function(e, i) {
|
|
3166
3166
|
e.data.show !== !0 ? tc(e, i) : i();
|
|
3167
3167
|
}
|
|
3168
|
-
} : {}, Wh = [_h, Ph, Rh,
|
|
3168
|
+
} : {}, Wh = [_h, Ph, Rh, Vh, Jh, Kh], Yh = Wh.concat(Sh), zh = Eh({ nodeOps: bh, modules: Yh });
|
|
3169
3169
|
Ri && document.addEventListener("selectionchange", function() {
|
|
3170
3170
|
var e = document.activeElement;
|
|
3171
3171
|
e && e.vmodel && Ur(e, "input");
|
|
@@ -3358,7 +3358,7 @@ var af = {
|
|
|
3358
3358
|
beforeMount: function() {
|
|
3359
3359
|
var e = this, i = this._update;
|
|
3360
3360
|
this._update = function(t, s) {
|
|
3361
|
-
var n =
|
|
3361
|
+
var n = Ol(e);
|
|
3362
3362
|
e.__patch__(
|
|
3363
3363
|
e._vnode,
|
|
3364
3364
|
e.kept,
|
|
@@ -3607,8 +3607,8 @@ function be(e, i, t, s, n, r, a, o) {
|
|
|
3607
3607
|
if (l.functional) {
|
|
3608
3608
|
l._injectStyles = p;
|
|
3609
3609
|
var h = l.render;
|
|
3610
|
-
l.render = function(k,
|
|
3611
|
-
return p.call(
|
|
3610
|
+
l.render = function(k, V) {
|
|
3611
|
+
return p.call(V), h(k, V);
|
|
3612
3612
|
};
|
|
3613
3613
|
} else {
|
|
3614
3614
|
var m = l.beforeCreate;
|
|
@@ -4168,17 +4168,17 @@ function ut(e) {
|
|
|
4168
4168
|
function oi(e) {
|
|
4169
4169
|
return ds.call(e) === "[object Object]";
|
|
4170
4170
|
}
|
|
4171
|
-
function
|
|
4171
|
+
function jt(e) {
|
|
4172
4172
|
return ds.call(e) === "[object Number]";
|
|
4173
4173
|
}
|
|
4174
|
-
function
|
|
4174
|
+
function Mt(e) {
|
|
4175
4175
|
const i = ds.call(e);
|
|
4176
4176
|
return i === "[object Function]" || i === "[object AsyncFunction]" || i === "[object GeneratorFunction]" || i === "[object AsyncGeneratorFunction]" || i === "[object Proxy]";
|
|
4177
4177
|
}
|
|
4178
4178
|
function pt(e) {
|
|
4179
4179
|
return ds.call(e) === "[object String]";
|
|
4180
4180
|
}
|
|
4181
|
-
function
|
|
4181
|
+
function ji(e, i) {
|
|
4182
4182
|
return !gc(e) && Df.call(e, i);
|
|
4183
4183
|
}
|
|
4184
4184
|
function dt(e, i) {
|
|
@@ -4189,7 +4189,7 @@ function dt(e, i) {
|
|
|
4189
4189
|
return s = n, !1;
|
|
4190
4190
|
}), s;
|
|
4191
4191
|
}
|
|
4192
|
-
function
|
|
4192
|
+
function Of(e, i) {
|
|
4193
4193
|
const t = Gr(i);
|
|
4194
4194
|
let s = ut(e) ? -1 : void 0;
|
|
4195
4195
|
return Q(e, function(n, r) {
|
|
@@ -4210,7 +4210,7 @@ function Q(e, i) {
|
|
|
4210
4210
|
return;
|
|
4211
4211
|
const n = ut(e) ? Rf : Bf;
|
|
4212
4212
|
for (let r in e)
|
|
4213
|
-
if (
|
|
4213
|
+
if (ji(e, r) && (t = e[r], s = i(t, n(r)), s === !1))
|
|
4214
4214
|
return t;
|
|
4215
4215
|
}
|
|
4216
4216
|
function Pi(e, i, t) {
|
|
@@ -4226,7 +4226,7 @@ function yc(e, i) {
|
|
|
4226
4226
|
function vc(e, i) {
|
|
4227
4227
|
return !!dt(e, i);
|
|
4228
4228
|
}
|
|
4229
|
-
function
|
|
4229
|
+
function Mf(e, i) {
|
|
4230
4230
|
let t = [];
|
|
4231
4231
|
return Q(e, function(s, n) {
|
|
4232
4232
|
t.push(i(s, n));
|
|
@@ -4240,7 +4240,7 @@ function fo(e) {
|
|
|
4240
4240
|
};
|
|
4241
4241
|
}
|
|
4242
4242
|
function Gr(e) {
|
|
4243
|
-
return
|
|
4243
|
+
return Mt(e) ? e : (i) => i === e;
|
|
4244
4244
|
}
|
|
4245
4245
|
function Bf(e) {
|
|
4246
4246
|
return e;
|
|
@@ -4270,7 +4270,7 @@ function Lf(e, i) {
|
|
|
4270
4270
|
}
|
|
4271
4271
|
return h.flush = p, h.cancel = l, h;
|
|
4272
4272
|
}
|
|
4273
|
-
function
|
|
4273
|
+
function Vt(e, i) {
|
|
4274
4274
|
return e.bind(i);
|
|
4275
4275
|
}
|
|
4276
4276
|
function Y(e, ...i) {
|
|
@@ -4289,13 +4289,13 @@ function Ff(e, i, t) {
|
|
|
4289
4289
|
Ii(a) && gc(o) && (o = s[n] = isNaN(+a) ? {} : []), rr(a) ? rr(t) ? delete s[n] : s[n] = t : s = o;
|
|
4290
4290
|
}), e;
|
|
4291
4291
|
}
|
|
4292
|
-
function
|
|
4292
|
+
function jf(e, i) {
|
|
4293
4293
|
let t = {}, s = Object(e);
|
|
4294
4294
|
return Q(i, function(n) {
|
|
4295
4295
|
n in s && (t[n] = e[n]);
|
|
4296
4296
|
}), t;
|
|
4297
4297
|
}
|
|
4298
|
-
function
|
|
4298
|
+
function Vf(e, i) {
|
|
4299
4299
|
let t = {}, s = Object(e);
|
|
4300
4300
|
return Q(s, function(n, r) {
|
|
4301
4301
|
i.indexOf(r) === -1 && (t[r] = n);
|
|
@@ -4351,7 +4351,7 @@ function Gf(e) {
|
|
|
4351
4351
|
return e && !!we(e).triggeredByEvent;
|
|
4352
4352
|
}
|
|
4353
4353
|
function qf(e) {
|
|
4354
|
-
return oi(e) &&
|
|
4354
|
+
return oi(e) && ji(e, "waypoints");
|
|
4355
4355
|
}
|
|
4356
4356
|
var on = {
|
|
4357
4357
|
width: 90,
|
|
@@ -4688,7 +4688,7 @@ function fi(e) {
|
|
|
4688
4688
|
function dm(e) {
|
|
4689
4689
|
return ["M", e.x, e.y];
|
|
4690
4690
|
}
|
|
4691
|
-
function
|
|
4691
|
+
function On(e) {
|
|
4692
4692
|
return ["L", e.x, e.y];
|
|
4693
4693
|
}
|
|
4694
4694
|
function hm(e, i, t) {
|
|
@@ -4699,7 +4699,7 @@ function fm(e, i) {
|
|
|
4699
4699
|
for (let n = 1; n < t; n++) {
|
|
4700
4700
|
const r = e[n - 1], a = e[n], o = e[n + 1];
|
|
4701
4701
|
if (!o || !i) {
|
|
4702
|
-
s.push(
|
|
4702
|
+
s.push(On(a));
|
|
4703
4703
|
continue;
|
|
4704
4704
|
}
|
|
4705
4705
|
const l = Math.min(
|
|
@@ -4708,11 +4708,11 @@ function fm(e, i) {
|
|
|
4708
4708
|
lr(o.x - a.x, o.y - a.y)
|
|
4709
4709
|
);
|
|
4710
4710
|
if (!l) {
|
|
4711
|
-
s.push(
|
|
4711
|
+
s.push(On(a));
|
|
4712
4712
|
continue;
|
|
4713
4713
|
}
|
|
4714
4714
|
const p = _s(a, r, l), h = _s(a, r, l * 0.5), m = _s(a, o, l), A = _s(a, o, l * 0.5);
|
|
4715
|
-
s.push(
|
|
4715
|
+
s.push(On(p)), s.push(hm(h, A, m));
|
|
4716
4716
|
}
|
|
4717
4717
|
return s;
|
|
4718
4718
|
}
|
|
@@ -4727,9 +4727,9 @@ function lr(e, i) {
|
|
|
4727
4727
|
return Math.sqrt(Math.pow(e, 2) + Math.pow(i, 2));
|
|
4728
4728
|
}
|
|
4729
4729
|
function Jr(e, i, t) {
|
|
4730
|
-
|
|
4730
|
+
jt(i) && (t = i, i = null), i || (i = {});
|
|
4731
4731
|
const s = me("path", i);
|
|
4732
|
-
return
|
|
4732
|
+
return jt(t) && (s.dataset.cornerRadius = String(t)), Tc(s, e);
|
|
4733
4733
|
}
|
|
4734
4734
|
function Tc(e, i) {
|
|
4735
4735
|
const t = parseInt(e.dataset.cornerRadius, 10) || 0;
|
|
@@ -4754,13 +4754,13 @@ function se(e, i, t) {
|
|
|
4754
4754
|
var s = li(e);
|
|
4755
4755
|
return t || s.get("color:background-color") || s.get("bioc:fill") || i || mm;
|
|
4756
4756
|
}
|
|
4757
|
-
function
|
|
4757
|
+
function j(e, i, t) {
|
|
4758
4758
|
var s = li(e);
|
|
4759
4759
|
return t || s.get("color:border-color") || s.get("bioc:stroke") || i || cr;
|
|
4760
4760
|
}
|
|
4761
4761
|
function Wi(e, i, t, s) {
|
|
4762
4762
|
var n = li(e), r = n.get("label");
|
|
4763
|
-
return s || r && r.get("color:color") || i ||
|
|
4763
|
+
return s || r && r.get("color:color") || i || j(e, t);
|
|
4764
4764
|
}
|
|
4765
4765
|
function vm(e) {
|
|
4766
4766
|
var i = e.x + e.width / 2, t = e.y + e.height / 2, s = e.width / 2, n = [
|
|
@@ -4814,10 +4814,10 @@ function Yi(e, i = {}) {
|
|
|
4814
4814
|
};
|
|
4815
4815
|
}
|
|
4816
4816
|
function st(e, i = {}) {
|
|
4817
|
-
return
|
|
4817
|
+
return ji(i, "width") ? i.width : e.width;
|
|
4818
4818
|
}
|
|
4819
4819
|
function qe(e, i = {}) {
|
|
4820
|
-
return
|
|
4820
|
+
return ji(i, "height") ? i.height : e.height;
|
|
4821
4821
|
}
|
|
4822
4822
|
function wm(e, i) {
|
|
4823
4823
|
return i.forEach(function(t) {
|
|
@@ -4859,7 +4859,7 @@ function Nm(e) {
|
|
|
4859
4859
|
function Sm(e) {
|
|
4860
4860
|
return Number(e);
|
|
4861
4861
|
}
|
|
4862
|
-
function
|
|
4862
|
+
function Me(e, ...i) {
|
|
4863
4863
|
const t = e.style;
|
|
4864
4864
|
return Co(i, function(s) {
|
|
4865
4865
|
!s || Co(s, function(n, r) {
|
|
@@ -4923,18 +4923,18 @@ var Pm = cn.bind = function(e, i, t, s) {
|
|
|
4923
4923
|
unbind: Dm,
|
|
4924
4924
|
default: cn
|
|
4925
4925
|
}, [cn]), _c = ["focus", "blur"];
|
|
4926
|
-
function
|
|
4926
|
+
function Om(e, i, t, s, n) {
|
|
4927
4927
|
return _c.indexOf(t) !== -1 && (n = !0), $t.bind(e, t, function(r) {
|
|
4928
4928
|
var a = r.target || r.srcElement;
|
|
4929
4929
|
r.delegateTarget = Nc(a, i, !0), r.delegateTarget && s.call(e, r);
|
|
4930
4930
|
}, n);
|
|
4931
4931
|
}
|
|
4932
|
-
function
|
|
4932
|
+
function Mm(e, i, t, s) {
|
|
4933
4933
|
return _c.indexOf(i) !== -1 && (s = !0), $t.unbind(e, i, t, s);
|
|
4934
4934
|
}
|
|
4935
4935
|
var ki = {
|
|
4936
|
-
bind:
|
|
4937
|
-
unbind:
|
|
4936
|
+
bind: Om,
|
|
4937
|
+
unbind: Mm
|
|
4938
4938
|
}, Bm = Rm, Pc = !1, Ps;
|
|
4939
4939
|
typeof document < "u" && (Ps = document.createElement("div"), Ps.innerHTML = ' <link/><table></table><a href="/a">a</a><input type="checkbox"/>', Pc = !Ps.getElementsByTagName("link").length, Ps = void 0);
|
|
4940
4940
|
var Ie = {
|
|
@@ -4979,7 +4979,7 @@ function Lm(e, i) {
|
|
|
4979
4979
|
function Di(e) {
|
|
4980
4980
|
e.parentNode && e.parentNode.removeChild(e);
|
|
4981
4981
|
}
|
|
4982
|
-
function
|
|
4982
|
+
function Mn(e, i, t, s, n) {
|
|
4983
4983
|
var r = Zi();
|
|
4984
4984
|
r.setTranslate(i, t);
|
|
4985
4985
|
var a = Zi();
|
|
@@ -4995,10 +4995,10 @@ function Fm(e, i) {
|
|
|
4995
4995
|
var t = Zi();
|
|
4996
4996
|
t.setRotate(i, 0, 0), ls(e, t);
|
|
4997
4997
|
}
|
|
4998
|
-
function
|
|
4998
|
+
function jm(e, i) {
|
|
4999
4999
|
return i = { exports: {} }, e(i, i.exports), i.exports;
|
|
5000
5000
|
}
|
|
5001
|
-
var
|
|
5001
|
+
var Vm = jm(function(e) {
|
|
5002
5002
|
var i = e.exports = function(t, s) {
|
|
5003
5003
|
if (s || (s = 16), t === void 0 && (t = 128), t <= 0)
|
|
5004
5004
|
return "0";
|
|
@@ -5038,7 +5038,7 @@ var jm = Vm(function(e) {
|
|
|
5038
5038
|
function Tt(e) {
|
|
5039
5039
|
if (!(this instanceof Tt))
|
|
5040
5040
|
return new Tt(e);
|
|
5041
|
-
e = e || [128, 36, 1], this._seed = e.length ?
|
|
5041
|
+
e = e || [128, 36, 1], this._seed = e.length ? Vm.rack(e[0], e[1], e[2]) : e;
|
|
5042
5042
|
}
|
|
5043
5043
|
Tt.prototype.next = function(e) {
|
|
5044
5044
|
return this._seed(e || !0);
|
|
@@ -5085,7 +5085,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5085
5085
|
strokeWidth: 2
|
|
5086
5086
|
});
|
|
5087
5087
|
}
|
|
5088
|
-
function
|
|
5088
|
+
function V(d, c) {
|
|
5089
5089
|
var {
|
|
5090
5090
|
ref: u = { x: 0, y: 0 },
|
|
5091
5091
|
scale: f = 1,
|
|
@@ -5120,7 +5120,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5120
5120
|
strokeWidth: 1
|
|
5121
5121
|
})
|
|
5122
5122
|
});
|
|
5123
|
-
|
|
5123
|
+
V(d, {
|
|
5124
5124
|
element: v,
|
|
5125
5125
|
ref: { x: 11, y: 10 },
|
|
5126
5126
|
scale: 0.5
|
|
@@ -5138,7 +5138,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5138
5138
|
strokeDasharray: [1e4, 1]
|
|
5139
5139
|
})
|
|
5140
5140
|
});
|
|
5141
|
-
|
|
5141
|
+
V(d, {
|
|
5142
5142
|
element: E,
|
|
5143
5143
|
ref: { x: 6, y: 6 }
|
|
5144
5144
|
});
|
|
@@ -5153,7 +5153,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5153
5153
|
strokeDasharray: [1e4, 1]
|
|
5154
5154
|
})
|
|
5155
5155
|
});
|
|
5156
|
-
|
|
5156
|
+
V(d, {
|
|
5157
5157
|
element: q,
|
|
5158
5158
|
ref: { x: 8.5, y: 5 }
|
|
5159
5159
|
});
|
|
@@ -5168,7 +5168,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5168
5168
|
strokeDasharray: [1e4, 1]
|
|
5169
5169
|
})
|
|
5170
5170
|
});
|
|
5171
|
-
|
|
5171
|
+
V(d, {
|
|
5172
5172
|
element: ue,
|
|
5173
5173
|
ref: { x: 1, y: 10 },
|
|
5174
5174
|
scale: 0.5
|
|
@@ -5184,7 +5184,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5184
5184
|
strokeDasharray: [1e4, 1]
|
|
5185
5185
|
})
|
|
5186
5186
|
});
|
|
5187
|
-
|
|
5187
|
+
V(d, {
|
|
5188
5188
|
element: ce,
|
|
5189
5189
|
ref: { x: 11, y: 10 },
|
|
5190
5190
|
scale: 0.5
|
|
@@ -5198,7 +5198,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5198
5198
|
stroke: f
|
|
5199
5199
|
})
|
|
5200
5200
|
});
|
|
5201
|
-
|
|
5201
|
+
V(d, {
|
|
5202
5202
|
element: pe,
|
|
5203
5203
|
ref: { x: -1, y: 10 },
|
|
5204
5204
|
scale: 0.5
|
|
@@ -5211,7 +5211,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5211
5211
|
stroke: f
|
|
5212
5212
|
})
|
|
5213
5213
|
});
|
|
5214
|
-
|
|
5214
|
+
V(d, {
|
|
5215
5215
|
element: Ne,
|
|
5216
5216
|
ref: { x: 0, y: 10 },
|
|
5217
5217
|
scale: 0.5
|
|
@@ -5295,7 +5295,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5295
5295
|
mx: 0.235,
|
|
5296
5296
|
my: 0.315
|
|
5297
5297
|
}
|
|
5298
|
-
}), E = f ?
|
|
5298
|
+
}), E = f ? j(c, l, u.stroke) : se(c, o, u.fill), q = f ? se(c, o, u.fill) : j(c, l, u.stroke), ue = S(d, v, {
|
|
5299
5299
|
fill: E,
|
|
5300
5300
|
stroke: q,
|
|
5301
5301
|
strokeWidth: 1
|
|
@@ -5305,7 +5305,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5305
5305
|
"bpmn:TimerEventDefinition": function(d, c, u = {}) {
|
|
5306
5306
|
var f = G(d, c.width, c.height, 0.2 * c.height, {
|
|
5307
5307
|
fill: se(c, o, u.fill),
|
|
5308
|
-
stroke:
|
|
5308
|
+
stroke: j(c, l, u.stroke),
|
|
5309
5309
|
strokeWidth: 2
|
|
5310
5310
|
}), v = s.getScaledPath("EVENT_TIMER_WH", {
|
|
5311
5311
|
xScaleFactor: 0.75,
|
|
@@ -5318,7 +5318,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5318
5318
|
}
|
|
5319
5319
|
});
|
|
5320
5320
|
S(d, v, {
|
|
5321
|
-
stroke:
|
|
5321
|
+
stroke: j(c, l, u.stroke),
|
|
5322
5322
|
strokeWidth: 2
|
|
5323
5323
|
});
|
|
5324
5324
|
for (var E = 0; E < 12; E++) {
|
|
@@ -5334,7 +5334,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5334
5334
|
}), ue = c.width / 2, ce = c.height / 2;
|
|
5335
5335
|
S(d, q, {
|
|
5336
5336
|
strokeWidth: 1,
|
|
5337
|
-
stroke:
|
|
5337
|
+
stroke: j(c, l, u.stroke),
|
|
5338
5338
|
transform: "rotate(" + E * 30 + "," + ce + "," + ue + ")"
|
|
5339
5339
|
});
|
|
5340
5340
|
}
|
|
@@ -5350,10 +5350,10 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5350
5350
|
mx: 0.5,
|
|
5351
5351
|
my: 0.2
|
|
5352
5352
|
}
|
|
5353
|
-
}), E = f ?
|
|
5353
|
+
}), E = f ? j(c, l, u.stroke) : se(c, o, u.fill);
|
|
5354
5354
|
return S(d, v, {
|
|
5355
5355
|
fill: E,
|
|
5356
|
-
stroke:
|
|
5356
|
+
stroke: j(c, l, u.stroke),
|
|
5357
5357
|
strokeWidth: 1
|
|
5358
5358
|
});
|
|
5359
5359
|
},
|
|
@@ -5370,7 +5370,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5370
5370
|
});
|
|
5371
5371
|
return S(d, f, {
|
|
5372
5372
|
fill: se(c, o, u.fill),
|
|
5373
|
-
stroke:
|
|
5373
|
+
stroke: j(c, l, u.stroke),
|
|
5374
5374
|
strokeWidth: 1
|
|
5375
5375
|
});
|
|
5376
5376
|
},
|
|
@@ -5384,10 +5384,10 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5384
5384
|
mx: 0.57,
|
|
5385
5385
|
my: 0.263
|
|
5386
5386
|
}
|
|
5387
|
-
}), E = f ?
|
|
5387
|
+
}), E = f ? j(c, l, u.stroke) : se(c, o, u.fill);
|
|
5388
5388
|
return S(d, v, {
|
|
5389
5389
|
fill: E,
|
|
5390
|
-
stroke:
|
|
5390
|
+
stroke: j(c, l, u.stroke),
|
|
5391
5391
|
strokeWidth: 1
|
|
5392
5392
|
});
|
|
5393
5393
|
},
|
|
@@ -5401,10 +5401,10 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5401
5401
|
mx: 0.2,
|
|
5402
5402
|
my: 0.722
|
|
5403
5403
|
}
|
|
5404
|
-
}), E = f ?
|
|
5404
|
+
}), E = f ? j(c, l, u.stroke) : se(c, o, u.fill);
|
|
5405
5405
|
return S(d, v, {
|
|
5406
5406
|
fill: E,
|
|
5407
|
-
stroke:
|
|
5407
|
+
stroke: j(c, l, u.stroke),
|
|
5408
5408
|
strokeWidth: 1
|
|
5409
5409
|
});
|
|
5410
5410
|
},
|
|
@@ -5418,9 +5418,9 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5418
5418
|
mx: 0.638,
|
|
5419
5419
|
my: -0.055
|
|
5420
5420
|
}
|
|
5421
|
-
}), E = f ?
|
|
5421
|
+
}), E = f ? j(c, l, u.stroke) : "none", q = S(d, v, {
|
|
5422
5422
|
fill: E,
|
|
5423
|
-
stroke:
|
|
5423
|
+
stroke: j(c, l, u.stroke),
|
|
5424
5424
|
strokeWidth: 1
|
|
5425
5425
|
});
|
|
5426
5426
|
return Fm(q, 45), q;
|
|
@@ -5435,10 +5435,10 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5435
5435
|
mx: 0.22,
|
|
5436
5436
|
my: 0.5
|
|
5437
5437
|
}
|
|
5438
|
-
}), E = f ?
|
|
5438
|
+
}), E = f ? j(c, l, u.stroke) : se(c, o, u.fill);
|
|
5439
5439
|
return S(d, v, {
|
|
5440
5440
|
fill: E,
|
|
5441
|
-
stroke:
|
|
5441
|
+
stroke: j(c, l, u.stroke),
|
|
5442
5442
|
strokeWidth: 1
|
|
5443
5443
|
});
|
|
5444
5444
|
},
|
|
@@ -5452,11 +5452,11 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5452
5452
|
mx: 0.5,
|
|
5453
5453
|
my: 0.2
|
|
5454
5454
|
}
|
|
5455
|
-
}), E = f ?
|
|
5455
|
+
}), E = f ? j(c, l, u.stroke) : se(c, o, u.fill);
|
|
5456
5456
|
return S(d, v, {
|
|
5457
5457
|
strokeWidth: 1,
|
|
5458
5458
|
fill: E,
|
|
5459
|
-
stroke:
|
|
5459
|
+
stroke: j(c, l, u.stroke)
|
|
5460
5460
|
});
|
|
5461
5461
|
},
|
|
5462
5462
|
"bpmn:MultipleEventDefinition": function(d, c, u = {}, f) {
|
|
@@ -5469,7 +5469,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5469
5469
|
mx: 0.222,
|
|
5470
5470
|
my: 0.36
|
|
5471
5471
|
}
|
|
5472
|
-
}), E = f ?
|
|
5472
|
+
}), E = f ? j(c, l, u.stroke) : se(c, o, u.fill);
|
|
5473
5473
|
return S(d, v, {
|
|
5474
5474
|
fill: E,
|
|
5475
5475
|
strokeWidth: 1
|
|
@@ -5488,14 +5488,14 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5488
5488
|
});
|
|
5489
5489
|
return S(d, f, {
|
|
5490
5490
|
fill: se(c, o, u.fill),
|
|
5491
|
-
stroke:
|
|
5491
|
+
stroke: j(c, l, u.stroke),
|
|
5492
5492
|
strokeWidth: 1
|
|
5493
5493
|
});
|
|
5494
5494
|
},
|
|
5495
5495
|
"bpmn:TerminateEventDefinition": function(d, c, u = {}) {
|
|
5496
5496
|
var f = G(d, c.width, c.height, 8, {
|
|
5497
|
-
fill:
|
|
5498
|
-
stroke:
|
|
5497
|
+
fill: j(c, l, u.stroke),
|
|
5498
|
+
stroke: j(c, l, u.stroke),
|
|
5499
5499
|
strokeWidth: 4
|
|
5500
5500
|
});
|
|
5501
5501
|
return f;
|
|
@@ -5520,14 +5520,14 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5520
5520
|
I("participant-multiplicity", d, E, {
|
|
5521
5521
|
strokeWidth: 2,
|
|
5522
5522
|
fill: se(c, o, u.fill),
|
|
5523
|
-
stroke:
|
|
5523
|
+
stroke: j(c, l, u.stroke)
|
|
5524
5524
|
});
|
|
5525
5525
|
},
|
|
5526
5526
|
SubProcessMarker: function(d, c, u = {}) {
|
|
5527
5527
|
var f = N(d, 14, 14, 0, {
|
|
5528
5528
|
strokeWidth: 1,
|
|
5529
5529
|
fill: se(c, o, u.fill),
|
|
5530
|
-
stroke:
|
|
5530
|
+
stroke: j(c, l, u.stroke)
|
|
5531
5531
|
});
|
|
5532
5532
|
Dc(f, c.width / 2 - 7.5, c.height - 20);
|
|
5533
5533
|
var v = s.getScaledPath("MARKER_SUB_PROCESS", {
|
|
@@ -5542,7 +5542,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5542
5542
|
});
|
|
5543
5543
|
I("sub-process", d, v, {
|
|
5544
5544
|
fill: se(c, o, u.fill),
|
|
5545
|
-
stroke:
|
|
5545
|
+
stroke: j(c, l, u.stroke)
|
|
5546
5546
|
});
|
|
5547
5547
|
},
|
|
5548
5548
|
ParallelMarker: function(d, c, u) {
|
|
@@ -5558,7 +5558,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5558
5558
|
});
|
|
5559
5559
|
I("parallel", d, E, {
|
|
5560
5560
|
fill: se(c, o, u.fill),
|
|
5561
|
-
stroke:
|
|
5561
|
+
stroke: j(c, l, u.stroke)
|
|
5562
5562
|
});
|
|
5563
5563
|
},
|
|
5564
5564
|
SequentialMarker: function(d, c, u) {
|
|
@@ -5574,7 +5574,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5574
5574
|
});
|
|
5575
5575
|
I("sequential", d, f, {
|
|
5576
5576
|
fill: se(c, o, u.fill),
|
|
5577
|
-
stroke:
|
|
5577
|
+
stroke: j(c, l, u.stroke)
|
|
5578
5578
|
});
|
|
5579
5579
|
},
|
|
5580
5580
|
CompensationMarker: function(d, c, u) {
|
|
@@ -5591,7 +5591,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5591
5591
|
I("compensation", d, f, {
|
|
5592
5592
|
strokeWidth: 1,
|
|
5593
5593
|
fill: se(c, o, u.fill),
|
|
5594
|
-
stroke:
|
|
5594
|
+
stroke: j(c, l, u.stroke)
|
|
5595
5595
|
});
|
|
5596
5596
|
},
|
|
5597
5597
|
LoopMarker: function(d, c, u) {
|
|
@@ -5608,7 +5608,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5608
5608
|
I("loop", d, E, {
|
|
5609
5609
|
strokeWidth: 1.5,
|
|
5610
5610
|
fill: "none",
|
|
5611
|
-
stroke:
|
|
5611
|
+
stroke: j(c, l, u.stroke),
|
|
5612
5612
|
strokeMiterlimit: 0.5
|
|
5613
5613
|
});
|
|
5614
5614
|
},
|
|
@@ -5625,8 +5625,8 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5625
5625
|
});
|
|
5626
5626
|
I("adhoc", d, E, {
|
|
5627
5627
|
strokeWidth: 1,
|
|
5628
|
-
fill:
|
|
5629
|
-
stroke:
|
|
5628
|
+
fill: j(c, l, u.stroke),
|
|
5629
|
+
stroke: j(c, l, u.stroke)
|
|
5630
5630
|
});
|
|
5631
5631
|
}
|
|
5632
5632
|
};
|
|
@@ -5718,10 +5718,10 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5718
5718
|
});
|
|
5719
5719
|
if (v) {
|
|
5720
5720
|
var q = -1 * qe(u, f);
|
|
5721
|
-
|
|
5721
|
+
Mn(E, 0, -q, 270);
|
|
5722
5722
|
}
|
|
5723
5723
|
}
|
|
5724
|
-
function
|
|
5724
|
+
function M(d, c, u = {}) {
|
|
5725
5725
|
var {
|
|
5726
5726
|
width: f,
|
|
5727
5727
|
height: v
|
|
@@ -5730,11 +5730,11 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5730
5730
|
...u,
|
|
5731
5731
|
fill: se(c, o, u.fill),
|
|
5732
5732
|
fillOpacity: Ai,
|
|
5733
|
-
stroke:
|
|
5733
|
+
stroke: j(c, l, u.stroke)
|
|
5734
5734
|
});
|
|
5735
5735
|
}
|
|
5736
5736
|
function J(d, c, u = {}) {
|
|
5737
|
-
var f = we(c), v = se(c, o, u.fill), E =
|
|
5737
|
+
var f = we(c), v = se(c, o, u.fill), E = j(c, l, u.stroke);
|
|
5738
5738
|
return (f.get("associationDirection") === "One" || f.get("associationDirection") === "Both") && (u.markerEnd = ie("association-end", v, E)), f.get("associationDirection") === "Both" && (u.markerStart = ie("association-start", v, E)), u = le(u, [
|
|
5739
5739
|
"markerStart",
|
|
5740
5740
|
"markerEnd"
|
|
@@ -5745,7 +5745,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5745
5745
|
});
|
|
5746
5746
|
}
|
|
5747
5747
|
function ae(d, c, u = {}) {
|
|
5748
|
-
var f = se(c, o, u.fill), v =
|
|
5748
|
+
var f = se(c, o, u.fill), v = j(c, l, u.stroke), E = s.getScaledPath("DATA_OBJECT_PATH", {
|
|
5749
5749
|
xScaleFactor: 1,
|
|
5750
5750
|
yScaleFactor: 1,
|
|
5751
5751
|
containerWidth: c.width,
|
|
@@ -5783,21 +5783,21 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5783
5783
|
fillOpacity: Ai,
|
|
5784
5784
|
...u,
|
|
5785
5785
|
fill: se(c, o, u.fill),
|
|
5786
|
-
stroke:
|
|
5786
|
+
stroke: j(c, l, u.stroke)
|
|
5787
5787
|
});
|
|
5788
5788
|
}
|
|
5789
5789
|
function w(d, c, u = {}) {
|
|
5790
5790
|
return T(d, c.width, c.height, {
|
|
5791
5791
|
fill: se(c, o, u.fill),
|
|
5792
5792
|
fillOpacity: Ai,
|
|
5793
|
-
stroke:
|
|
5793
|
+
stroke: j(c, l, u.stroke)
|
|
5794
5794
|
});
|
|
5795
5795
|
}
|
|
5796
|
-
function
|
|
5796
|
+
function O(d, c, u = {}) {
|
|
5797
5797
|
var f = N(d, st(c, u), qe(c, u), 0, {
|
|
5798
5798
|
fill: se(c, o, u.fill),
|
|
5799
5799
|
fillOpacity: u.fillOpacity || Ai,
|
|
5800
|
-
stroke:
|
|
5800
|
+
stroke: j(c, l, u.stroke),
|
|
5801
5801
|
strokeWidth: 1.5
|
|
5802
5802
|
}), v = we(c);
|
|
5803
5803
|
if (H(v, "bpmn:Lane")) {
|
|
@@ -5807,7 +5807,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5807
5807
|
return f;
|
|
5808
5808
|
}
|
|
5809
5809
|
function W(d, c, u = {}) {
|
|
5810
|
-
var f =
|
|
5810
|
+
var f = M(d, c, u);
|
|
5811
5811
|
Gf(c) && fe(f, {
|
|
5812
5812
|
strokeDasharray: "0, 5.5",
|
|
5813
5813
|
strokeWidth: 2.5
|
|
@@ -5816,7 +5816,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5816
5816
|
return g(d, c, v ? "center-top" : "center-middle", u), v ? ke(d, c, void 0, u) : ke(d, c, ["SubProcessMarker"], u), f;
|
|
5817
5817
|
}
|
|
5818
5818
|
function $(d, c, u = {}) {
|
|
5819
|
-
var f =
|
|
5819
|
+
var f = M(d, c, u);
|
|
5820
5820
|
return g(d, c, "center-middle", u), ke(d, c, void 0, u), f;
|
|
5821
5821
|
}
|
|
5822
5822
|
var ne = this.handlers = {
|
|
@@ -5848,7 +5848,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5848
5848
|
strokeWidth: 1.5,
|
|
5849
5849
|
fill: se(c, o, u.fill),
|
|
5850
5850
|
fillOpacity: qm,
|
|
5851
|
-
stroke:
|
|
5851
|
+
stroke: j(c, l, u.stroke)
|
|
5852
5852
|
}, E || (u.strokeDasharray = "6");
|
|
5853
5853
|
var q = C(d, c, u);
|
|
5854
5854
|
return G(d, c.width, c.height, Ds, {
|
|
@@ -5869,7 +5869,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5869
5869
|
}), E = S(d, v);
|
|
5870
5870
|
fe(E, {
|
|
5871
5871
|
fill: se(c, o, u.fill),
|
|
5872
|
-
stroke:
|
|
5872
|
+
stroke: j(c, l, u.stroke),
|
|
5873
5873
|
strokeWidth: 1
|
|
5874
5874
|
});
|
|
5875
5875
|
var q = s.getScaledPath("TASK_TYPE_BUSINESS_RULE_HEADER", {
|
|
@@ -5879,8 +5879,8 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5879
5879
|
}
|
|
5880
5880
|
}), ue = S(d, q);
|
|
5881
5881
|
return fe(ue, {
|
|
5882
|
-
fill:
|
|
5883
|
-
stroke:
|
|
5882
|
+
fill: j(c, l, u.stroke),
|
|
5883
|
+
stroke: j(c, l, u.stroke),
|
|
5884
5884
|
strokeWidth: 1
|
|
5885
5885
|
}), f;
|
|
5886
5886
|
},
|
|
@@ -5909,8 +5909,8 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5909
5909
|
}
|
|
5910
5910
|
});
|
|
5911
5911
|
return S(d, v, {
|
|
5912
|
-
fill:
|
|
5913
|
-
stroke:
|
|
5912
|
+
fill: j(c, l, u.stroke),
|
|
5913
|
+
stroke: j(c, l, u.stroke),
|
|
5914
5914
|
strokeWidth: 1
|
|
5915
5915
|
}), f;
|
|
5916
5916
|
},
|
|
@@ -5922,7 +5922,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5922
5922
|
var f = s.getRawPath("DATA_ARROW"), v = ae(d, c, u);
|
|
5923
5923
|
return S(d, f, {
|
|
5924
5924
|
fill: "none",
|
|
5925
|
-
stroke:
|
|
5925
|
+
stroke: j(c, l, u.stroke),
|
|
5926
5926
|
strokeWidth: 1
|
|
5927
5927
|
}), v;
|
|
5928
5928
|
},
|
|
@@ -5932,7 +5932,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5932
5932
|
"stroke"
|
|
5933
5933
|
]), J(d, c, {
|
|
5934
5934
|
...u,
|
|
5935
|
-
markerEnd: ie("association-end", se(c, o, u.fill),
|
|
5935
|
+
markerEnd: ie("association-end", se(c, o, u.fill), j(c, l, u.stroke))
|
|
5936
5936
|
});
|
|
5937
5937
|
},
|
|
5938
5938
|
"bpmn:DataObject": function(d, c, u = {}) {
|
|
@@ -5951,7 +5951,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5951
5951
|
return S(d, f, {
|
|
5952
5952
|
strokeWidth: 1,
|
|
5953
5953
|
fill: se(c, o, u.fill),
|
|
5954
|
-
stroke:
|
|
5954
|
+
stroke: j(c, l, u.stroke)
|
|
5955
5955
|
}), v;
|
|
5956
5956
|
},
|
|
5957
5957
|
"bpmn:DataOutputAssociation": function(d, c, u = {}) {
|
|
@@ -5960,7 +5960,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5960
5960
|
"stroke"
|
|
5961
5961
|
]), J(d, c, {
|
|
5962
5962
|
...u,
|
|
5963
|
-
markerEnd: ie("association-end", se(c, o, u.fill),
|
|
5963
|
+
markerEnd: ie("association-end", se(c, o, u.fill), j(c, l, u.stroke))
|
|
5964
5964
|
});
|
|
5965
5965
|
},
|
|
5966
5966
|
"bpmn:DataStoreReference": function(d, c, u = {}) {
|
|
@@ -5981,7 +5981,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
5981
5981
|
return S(d, f, {
|
|
5982
5982
|
fill: se(c, o, u.fill),
|
|
5983
5983
|
fillOpacity: Ai,
|
|
5984
|
-
stroke:
|
|
5984
|
+
stroke: j(c, l, u.stroke),
|
|
5985
5985
|
strokeWidth: 2
|
|
5986
5986
|
});
|
|
5987
5987
|
},
|
|
@@ -6005,7 +6005,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6005
6005
|
var f = we(c), v = w(d, c, u);
|
|
6006
6006
|
G(d, c.width, c.height, c.height * 0.2, {
|
|
6007
6007
|
fill: se(c, "none", u.fill),
|
|
6008
|
-
stroke:
|
|
6008
|
+
stroke: j(c, l, u.stroke),
|
|
6009
6009
|
strokeWidth: 1
|
|
6010
6010
|
});
|
|
6011
6011
|
var E = f.get("eventGatewayType"), q = !!f.get("instantiate");
|
|
@@ -6022,7 +6022,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6022
6022
|
});
|
|
6023
6023
|
S(d, pe, {
|
|
6024
6024
|
fill: "none",
|
|
6025
|
-
stroke:
|
|
6025
|
+
stroke: j(c, l, u.stroke),
|
|
6026
6026
|
strokeWidth: 2
|
|
6027
6027
|
});
|
|
6028
6028
|
}
|
|
@@ -6039,13 +6039,13 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6039
6039
|
});
|
|
6040
6040
|
S(d, ce, {
|
|
6041
6041
|
fill: "none",
|
|
6042
|
-
stroke:
|
|
6042
|
+
stroke: j(c, l, u.stroke),
|
|
6043
6043
|
strokeWidth: 1
|
|
6044
6044
|
});
|
|
6045
6045
|
} else
|
|
6046
6046
|
E === "Exclusive" && (q || G(d, c.width, c.height, c.height * 0.26, {
|
|
6047
6047
|
fill: "none",
|
|
6048
|
-
stroke:
|
|
6048
|
+
stroke: j(c, l, u.stroke),
|
|
6049
6049
|
strokeWidth: 1
|
|
6050
6050
|
}), ue());
|
|
6051
6051
|
return v;
|
|
@@ -6066,8 +6066,8 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6066
6066
|
}
|
|
6067
6067
|
}), E = li(c);
|
|
6068
6068
|
return E.get("isMarkerVisible") && S(d, v, {
|
|
6069
|
-
fill:
|
|
6070
|
-
stroke:
|
|
6069
|
+
fill: j(c, l, u.stroke),
|
|
6070
|
+
stroke: j(c, l, u.stroke),
|
|
6071
6071
|
strokeWidth: 1
|
|
6072
6072
|
}), f;
|
|
6073
6073
|
},
|
|
@@ -6084,7 +6084,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6084
6084
|
"width",
|
|
6085
6085
|
"height"
|
|
6086
6086
|
]), N(d, c.width, c.height, Us, {
|
|
6087
|
-
stroke:
|
|
6087
|
+
stroke: j(c, l, u.stroke),
|
|
6088
6088
|
strokeWidth: 1.5,
|
|
6089
6089
|
strokeDasharray: "10, 6, 0, 6",
|
|
6090
6090
|
fill: "none",
|
|
@@ -6101,7 +6101,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6101
6101
|
var f = w(d, c, u);
|
|
6102
6102
|
return G(d, c.width, c.height, c.height * 0.24, {
|
|
6103
6103
|
fill: se(c, o, u.fill),
|
|
6104
|
-
stroke:
|
|
6104
|
+
stroke: j(c, l, u.stroke),
|
|
6105
6105
|
strokeWidth: 2.5
|
|
6106
6106
|
}), f;
|
|
6107
6107
|
},
|
|
@@ -6117,7 +6117,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6117
6117
|
});
|
|
6118
6118
|
return G(d, c.width, c.height, Ds, {
|
|
6119
6119
|
fill: "none",
|
|
6120
|
-
stroke:
|
|
6120
|
+
stroke: j(c, l, u.stroke),
|
|
6121
6121
|
strokeWidth: 1.5
|
|
6122
6122
|
}), f && B(c, d, u), v;
|
|
6123
6123
|
},
|
|
@@ -6129,7 +6129,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6129
6129
|
"stroke",
|
|
6130
6130
|
"width",
|
|
6131
6131
|
"height"
|
|
6132
|
-
]),
|
|
6132
|
+
]), O(d, c, {
|
|
6133
6133
|
...u,
|
|
6134
6134
|
fillOpacity: Jm
|
|
6135
6135
|
});
|
|
@@ -6147,7 +6147,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6147
6147
|
});
|
|
6148
6148
|
return S(d, v, {
|
|
6149
6149
|
fill: se(c, o, u.fill),
|
|
6150
|
-
stroke:
|
|
6150
|
+
stroke: j(c, l, u.stroke),
|
|
6151
6151
|
strokeWidth: 0.5
|
|
6152
6152
|
}), f;
|
|
6153
6153
|
},
|
|
@@ -6156,7 +6156,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6156
6156
|
"fill",
|
|
6157
6157
|
"stroke"
|
|
6158
6158
|
]);
|
|
6159
|
-
var f = we(c), v = li(c), E = se(c, o, u.fill), q =
|
|
6159
|
+
var f = we(c), v = li(c), E = se(c, o, u.fill), q = j(c, l, u.stroke), ue = _(d, c.waypoints, {
|
|
6160
6160
|
markerEnd: ie("messageflow-end", E, q),
|
|
6161
6161
|
markerStart: ie("messageflow-start", E, q),
|
|
6162
6162
|
stroke: q,
|
|
@@ -6179,8 +6179,8 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6179
6179
|
style: {
|
|
6180
6180
|
fill: q
|
|
6181
6181
|
}
|
|
6182
|
-
}), K = de.getBBox(), he = Ge.getBBox(),
|
|
6183
|
-
|
|
6182
|
+
}), K = de.getBBox(), he = Ge.getBBox(), Mu = ce.x - he.width / 2, Bu = ce.y + K.height / 2 + Um;
|
|
6183
|
+
Mn(Ge, Mu, Bu, 0);
|
|
6184
6184
|
}
|
|
6185
6185
|
return ue;
|
|
6186
6186
|
},
|
|
@@ -6200,8 +6200,8 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6200
6200
|
}
|
|
6201
6201
|
});
|
|
6202
6202
|
return S(d, v, {
|
|
6203
|
-
fill:
|
|
6204
|
-
stroke:
|
|
6203
|
+
fill: j(c, l, u.stroke),
|
|
6204
|
+
stroke: j(c, l, u.stroke),
|
|
6205
6205
|
strokeWidth: 1
|
|
6206
6206
|
}), f;
|
|
6207
6207
|
},
|
|
@@ -6212,7 +6212,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6212
6212
|
"width",
|
|
6213
6213
|
"height"
|
|
6214
6214
|
]);
|
|
6215
|
-
var f =
|
|
6215
|
+
var f = O(d, c, u), v = Xt(c), E = mo(c), q = we(c), ue = q.get("name");
|
|
6216
6216
|
if (v) {
|
|
6217
6217
|
var ce = E ? [
|
|
6218
6218
|
{
|
|
@@ -6234,7 +6234,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6234
6234
|
}
|
|
6235
6235
|
];
|
|
6236
6236
|
D(d, ce, {
|
|
6237
|
-
stroke:
|
|
6237
|
+
stroke: j(c, l, u.stroke),
|
|
6238
6238
|
strokeWidth: Gm
|
|
6239
6239
|
}), x(d, ue, c, u);
|
|
6240
6240
|
} else {
|
|
@@ -6249,7 +6249,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6249
6249
|
});
|
|
6250
6250
|
if (!E) {
|
|
6251
6251
|
var de = -1 * qe(c, u);
|
|
6252
|
-
|
|
6252
|
+
Mn(Ne, 0, -de, 270);
|
|
6253
6253
|
}
|
|
6254
6254
|
}
|
|
6255
6255
|
return q.get("participantMultiplicity") && X("ParticipantMultiplicityMarker", d, c, u), f;
|
|
@@ -6262,7 +6262,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6262
6262
|
var f = we(c), v = $(d, c, u), E;
|
|
6263
6263
|
return f.get("instantiate") ? (G(d, 28, 28, 20 * 0.22, {
|
|
6264
6264
|
fill: se(c, o, u.fill),
|
|
6265
|
-
stroke:
|
|
6265
|
+
stroke: j(c, l, u.stroke),
|
|
6266
6266
|
strokeWidth: 1
|
|
6267
6267
|
}), E = s.getScaledPath("TASK_TYPE_INSTANTIATING_SEND", {
|
|
6268
6268
|
abspos: {
|
|
@@ -6280,7 +6280,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6280
6280
|
}
|
|
6281
6281
|
}), S(d, E, {
|
|
6282
6282
|
fill: se(c, o, u.fill),
|
|
6283
|
-
stroke:
|
|
6283
|
+
stroke: j(c, l, u.stroke),
|
|
6284
6284
|
strokeWidth: 1
|
|
6285
6285
|
}), v;
|
|
6286
6286
|
},
|
|
@@ -6297,7 +6297,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6297
6297
|
});
|
|
6298
6298
|
return S(d, v, {
|
|
6299
6299
|
fill: se(c, o, u.fill),
|
|
6300
|
-
stroke:
|
|
6300
|
+
stroke: j(c, l, u.stroke),
|
|
6301
6301
|
strokeWidth: 1
|
|
6302
6302
|
}), f;
|
|
6303
6303
|
},
|
|
@@ -6317,7 +6317,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6317
6317
|
}
|
|
6318
6318
|
});
|
|
6319
6319
|
return S(d, v, {
|
|
6320
|
-
fill:
|
|
6320
|
+
fill: j(c, l, u.stroke),
|
|
6321
6321
|
stroke: se(c, o, u.fill),
|
|
6322
6322
|
strokeWidth: 1
|
|
6323
6323
|
}), f;
|
|
@@ -6327,7 +6327,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6327
6327
|
"fill",
|
|
6328
6328
|
"stroke"
|
|
6329
6329
|
]);
|
|
6330
|
-
var f = se(c, o, u.fill), v =
|
|
6330
|
+
var f = se(c, o, u.fill), v = j(c, l, u.stroke), E = _(d, c.waypoints, {
|
|
6331
6331
|
markerEnd: ie("sequenceflow-end", f, v),
|
|
6332
6332
|
stroke: v
|
|
6333
6333
|
}), q = we(c), { source: ue } = c;
|
|
@@ -6360,7 +6360,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6360
6360
|
});
|
|
6361
6361
|
S(d, v, {
|
|
6362
6362
|
fill: se(c, o, u.fill),
|
|
6363
|
-
stroke:
|
|
6363
|
+
stroke: j(c, l, u.stroke),
|
|
6364
6364
|
strokeWidth: 1
|
|
6365
6365
|
}), G(d, 10, 10, {
|
|
6366
6366
|
fill: se(c, o, u.fill),
|
|
@@ -6375,7 +6375,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6375
6375
|
});
|
|
6376
6376
|
return S(d, E, {
|
|
6377
6377
|
fill: se(c, o, u.fill),
|
|
6378
|
-
stroke:
|
|
6378
|
+
stroke: j(c, l, u.stroke),
|
|
6379
6379
|
strokeWidth: 1
|
|
6380
6380
|
}), f;
|
|
6381
6381
|
},
|
|
@@ -6434,7 +6434,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6434
6434
|
}
|
|
6435
6435
|
});
|
|
6436
6436
|
S(d, q, {
|
|
6437
|
-
stroke:
|
|
6437
|
+
stroke: j(c, l, u.stroke)
|
|
6438
6438
|
});
|
|
6439
6439
|
var ue = we(c), ce = ue.get("text") || "";
|
|
6440
6440
|
return oe(d, ce, {
|
|
@@ -6460,7 +6460,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6460
6460
|
strokeWidth: 1.5,
|
|
6461
6461
|
...u
|
|
6462
6462
|
}), v = t.style(["no-fill", "no-events"], {
|
|
6463
|
-
stroke:
|
|
6463
|
+
stroke: j(c, l, u.stroke),
|
|
6464
6464
|
strokeWidth: 1.5
|
|
6465
6465
|
}), E = Xt(c);
|
|
6466
6466
|
return E || (u = {}), N(
|
|
@@ -6485,7 +6485,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6485
6485
|
});
|
|
6486
6486
|
S(d, q, {
|
|
6487
6487
|
fill: se(c, o, u.fill),
|
|
6488
|
-
stroke:
|
|
6488
|
+
stroke: j(c, l, u.stroke),
|
|
6489
6489
|
strokeWidth: 0.5
|
|
6490
6490
|
});
|
|
6491
6491
|
var ue = s.getScaledPath("TASK_TYPE_USER_2", {
|
|
@@ -6496,7 +6496,7 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6496
6496
|
});
|
|
6497
6497
|
S(d, ue, {
|
|
6498
6498
|
fill: se(c, o, u.fill),
|
|
6499
|
-
stroke:
|
|
6499
|
+
stroke: j(c, l, u.stroke),
|
|
6500
6500
|
strokeWidth: 0.5
|
|
6501
6501
|
});
|
|
6502
6502
|
var ce = s.getScaledPath("TASK_TYPE_USER_3", {
|
|
@@ -6506,8 +6506,8 @@ function mi(e, i, t, s, n, r, a) {
|
|
|
6506
6506
|
}
|
|
6507
6507
|
});
|
|
6508
6508
|
return S(d, ce, {
|
|
6509
|
-
fill:
|
|
6510
|
-
stroke:
|
|
6509
|
+
fill: j(c, l, u.stroke),
|
|
6510
|
+
stroke: j(c, l, u.stroke),
|
|
6511
6511
|
strokeWidth: 0.5
|
|
6512
6512
|
}), f;
|
|
6513
6513
|
},
|
|
@@ -6615,7 +6615,7 @@ function tg() {
|
|
|
6615
6615
|
var e = document.getElementById("helper-svg");
|
|
6616
6616
|
return e || (e = me("svg"), fe(e, {
|
|
6617
6617
|
id: "helper-svg"
|
|
6618
|
-
}),
|
|
6618
|
+
}), Me(e, {
|
|
6619
6619
|
visibility: "hidden",
|
|
6620
6620
|
position: "fixed",
|
|
6621
6621
|
width: 0,
|
|
@@ -6645,7 +6645,7 @@ mn.prototype.layoutText = function(e, i) {
|
|
|
6645
6645
|
n.vertical === "middle" && (r.top = r.bottom = 0);
|
|
6646
6646
|
var k = Pi(p, function(G, N, T) {
|
|
6647
6647
|
return G + (o || N.height);
|
|
6648
|
-
}, 0) + r.top + r.bottom,
|
|
6648
|
+
}, 0) + r.top + r.bottom, V = Pi(p, function(G, N, T) {
|
|
6649
6649
|
return N.width > G ? N.width : G;
|
|
6650
6650
|
}, 0), z = r.top;
|
|
6651
6651
|
n.vertical === "middle" && (z += (t.height - k) / 2), z -= (o || p[0].height) / 4;
|
|
@@ -6657,16 +6657,16 @@ mn.prototype.layoutText = function(e, i) {
|
|
|
6657
6657
|
N = r.left;
|
|
6658
6658
|
break;
|
|
6659
6659
|
case "right":
|
|
6660
|
-
N = (a ?
|
|
6660
|
+
N = (a ? V : h) - r.right - G.width;
|
|
6661
6661
|
break;
|
|
6662
6662
|
default:
|
|
6663
|
-
N = Math.max(((a ?
|
|
6663
|
+
N = Math.max(((a ? V : h) - G.width) / 2 + r.left, 0);
|
|
6664
6664
|
}
|
|
6665
6665
|
var T = me("tspan");
|
|
6666
6666
|
fe(T, { x: N, y: z }), T.textContent = G.text, xe(ie, T);
|
|
6667
6667
|
}), hs(m);
|
|
6668
6668
|
var Z = {
|
|
6669
|
-
width:
|
|
6669
|
+
width: V,
|
|
6670
6670
|
height: k
|
|
6671
6671
|
};
|
|
6672
6672
|
return {
|
|
@@ -6679,7 +6679,7 @@ function ig(e) {
|
|
|
6679
6679
|
return e.lineHeight * parseInt(e.fontSize, 10);
|
|
6680
6680
|
}
|
|
6681
6681
|
var sg = 12, ng = 1.2, rg = 30;
|
|
6682
|
-
function
|
|
6682
|
+
function Oc(e) {
|
|
6683
6683
|
var i = Y({
|
|
6684
6684
|
fontFamily: "Arial, sans-serif",
|
|
6685
6685
|
fontSize: sg,
|
|
@@ -6725,7 +6725,7 @@ function Mc(e) {
|
|
|
6725
6725
|
return s;
|
|
6726
6726
|
};
|
|
6727
6727
|
}
|
|
6728
|
-
|
|
6728
|
+
Oc.$inject = [
|
|
6729
6729
|
"config.textRenderer"
|
|
6730
6730
|
];
|
|
6731
6731
|
function ag() {
|
|
@@ -7001,7 +7001,7 @@ function ug(e, i) {
|
|
|
7001
7001
|
const pg = {
|
|
7002
7002
|
__init__: ["bpmnRenderer"],
|
|
7003
7003
|
bpmnRenderer: ["type", mi],
|
|
7004
|
-
textRenderer: ["type",
|
|
7004
|
+
textRenderer: ["type", Oc],
|
|
7005
7005
|
pathMap: ["type", ag]
|
|
7006
7006
|
};
|
|
7007
7007
|
function dg(e, i) {
|
|
@@ -7009,7 +7009,7 @@ function dg(e, i) {
|
|
|
7009
7009
|
return i[s] || "{" + s + "}";
|
|
7010
7010
|
});
|
|
7011
7011
|
}
|
|
7012
|
-
const
|
|
7012
|
+
const Mc = {
|
|
7013
7013
|
translate: ["value", dg]
|
|
7014
7014
|
};
|
|
7015
7015
|
function hg(e) {
|
|
@@ -7044,12 +7044,12 @@ function gg(e) {
|
|
|
7044
7044
|
for (var i = e.waypoints, t = i.reduce(function(p, h, m) {
|
|
7045
7045
|
var A = i[m - 1];
|
|
7046
7046
|
if (A) {
|
|
7047
|
-
var k = p[p.length - 1],
|
|
7047
|
+
var k = p[p.length - 1], V = k && k.endLength || 0, z = yg(A, h);
|
|
7048
7048
|
p.push({
|
|
7049
7049
|
start: A,
|
|
7050
7050
|
end: h,
|
|
7051
|
-
startLength:
|
|
7052
|
-
endLength:
|
|
7051
|
+
startLength: V,
|
|
7052
|
+
endLength: V + z,
|
|
7053
7053
|
length: z
|
|
7054
7054
|
});
|
|
7055
7055
|
}
|
|
@@ -7070,7 +7070,7 @@ function dr(e) {
|
|
|
7070
7070
|
function yg(e, i) {
|
|
7071
7071
|
return Math.sqrt(Math.pow(e.x - i.x, 2) + Math.pow(e.y - i.y, 2));
|
|
7072
7072
|
}
|
|
7073
|
-
function
|
|
7073
|
+
function Oe(e) {
|
|
7074
7074
|
return e ? "<" + e.$type + (e.id ? ' id="' + e.id : "") + '" />' : "<null>";
|
|
7075
7075
|
}
|
|
7076
7076
|
function Gs(e, i, t) {
|
|
@@ -7089,8 +7089,8 @@ function vg(e, i, t) {
|
|
|
7089
7089
|
}
|
|
7090
7090
|
function Bc(e, i, t, s) {
|
|
7091
7091
|
return new Error(e("element {element} referenced by {referenced}#{property} not yet drawn", {
|
|
7092
|
-
element:
|
|
7093
|
-
referenced:
|
|
7092
|
+
element: Oe(t),
|
|
7093
|
+
referenced: Oe(i),
|
|
7094
7094
|
property: s
|
|
7095
7095
|
}));
|
|
7096
7096
|
}
|
|
@@ -7133,8 +7133,8 @@ Nt.prototype.add = function(e, i, t) {
|
|
|
7133
7133
|
})), H(e, "bpmn:DataAssociation") && (t = this._canvas.findRoot(t)), this._canvas.addConnection(s, t, a);
|
|
7134
7134
|
} else
|
|
7135
7135
|
throw new Error(n("unknown di {di} for element {semantic}", {
|
|
7136
|
-
di:
|
|
7137
|
-
semantic:
|
|
7136
|
+
di: Oe(i),
|
|
7137
|
+
semantic: Oe(e)
|
|
7138
7138
|
}));
|
|
7139
7139
|
return Jf(e) && ln(s) && this.addLabel(e, i, s), this._eventBus.fire("bpmnElement.added", { element: s }), s;
|
|
7140
7140
|
};
|
|
@@ -7142,7 +7142,7 @@ Nt.prototype._attachBoundary = function(e, i) {
|
|
|
7142
7142
|
var t = this._translate, s = e.attachedToRef;
|
|
7143
7143
|
if (!s)
|
|
7144
7144
|
throw new Error(t("missing {semantic}#attachedToRef", {
|
|
7145
|
-
semantic:
|
|
7145
|
+
semantic: Oe(e)
|
|
7146
7146
|
}));
|
|
7147
7147
|
var n = this._elementRegistry.get(s.id), r = n && n.attachers;
|
|
7148
7148
|
if (!n)
|
|
@@ -7167,7 +7167,7 @@ Nt.prototype._getConnectedElement = function(e, i) {
|
|
|
7167
7167
|
if (s = e[i + "Ref"], i === "source" && n === "bpmn:DataInputAssociation" && (s = s && s[0]), (i === "source" && n === "bpmn:DataOutputAssociation" || i === "target" && n === "bpmn:DataInputAssociation") && (s = e.$parent), t = s && this._getElement(s), t)
|
|
7168
7168
|
return t;
|
|
7169
7169
|
throw s ? Bc(r, e, s, i + "Ref") : new Error(r("{semantic}#{side} Ref not specified", {
|
|
7170
|
-
semantic:
|
|
7170
|
+
semantic: Oe(e),
|
|
7171
7171
|
side: i
|
|
7172
7172
|
}));
|
|
7173
7173
|
};
|
|
@@ -7189,7 +7189,7 @@ function bg(e) {
|
|
|
7189
7189
|
}
|
|
7190
7190
|
const Cg = {
|
|
7191
7191
|
__depends__: [
|
|
7192
|
-
|
|
7192
|
+
Mc
|
|
7193
7193
|
],
|
|
7194
7194
|
bpmnImporter: ["type", Nt]
|
|
7195
7195
|
}, wg = {
|
|
@@ -7224,7 +7224,7 @@ function Ig(e) {
|
|
|
7224
7224
|
function kg(e) {
|
|
7225
7225
|
return !0;
|
|
7226
7226
|
}
|
|
7227
|
-
function
|
|
7227
|
+
function Os(e) {
|
|
7228
7228
|
return fs(e) || Eg(e);
|
|
7229
7229
|
}
|
|
7230
7230
|
var xo = 500;
|
|
@@ -7259,10 +7259,10 @@ function Lc(e, i, t) {
|
|
|
7259
7259
|
mouseup: "element.mouseup"
|
|
7260
7260
|
}, p = {
|
|
7261
7261
|
"element.contextmenu": kg,
|
|
7262
|
-
"element.mousedown":
|
|
7263
|
-
"element.mouseup":
|
|
7264
|
-
"element.click":
|
|
7265
|
-
"element.dblclick":
|
|
7262
|
+
"element.mousedown": Os,
|
|
7263
|
+
"element.mouseup": Os,
|
|
7264
|
+
"element.click": Os,
|
|
7265
|
+
"element.dblclick": Os
|
|
7266
7266
|
};
|
|
7267
7267
|
function h(I, F, P) {
|
|
7268
7268
|
var R = l[I];
|
|
@@ -7281,7 +7281,7 @@ function Lc(e, i, t) {
|
|
|
7281
7281
|
var R = a(P);
|
|
7282
7282
|
!R || ki.unbind(I, F, R.$delegate);
|
|
7283
7283
|
}
|
|
7284
|
-
function
|
|
7284
|
+
function V(I) {
|
|
7285
7285
|
Q(l, function(F, P) {
|
|
7286
7286
|
A(I, P, F);
|
|
7287
7287
|
});
|
|
@@ -7294,7 +7294,7 @@ function Lc(e, i, t) {
|
|
|
7294
7294
|
e.on("canvas.destroy", function(I) {
|
|
7295
7295
|
z(I.svg);
|
|
7296
7296
|
}), e.on("canvas.init", function(I) {
|
|
7297
|
-
|
|
7297
|
+
V(I.svg);
|
|
7298
7298
|
}), e.on(["shape.added", "connection.added"], function(I) {
|
|
7299
7299
|
var F = I.element, P = I.gfx;
|
|
7300
7300
|
e.fire("interactionEvents.createHit", { element: F, gfx: P });
|
|
@@ -7387,7 +7387,7 @@ function ui(e, i) {
|
|
|
7387
7387
|
function Fc(e) {
|
|
7388
7388
|
return "waypoints" in e ? "connection" : "x" in e ? "shape" : "root";
|
|
7389
7389
|
}
|
|
7390
|
-
function
|
|
7390
|
+
function jc(e) {
|
|
7391
7391
|
return !!(e && e.isFrame);
|
|
7392
7392
|
}
|
|
7393
7393
|
var Sg = 500, _g = 1e3;
|
|
@@ -7447,7 +7447,7 @@ gi.prototype._getProviders = function() {
|
|
|
7447
7447
|
gi.prototype.getOutline = function(e) {
|
|
7448
7448
|
var i, t = this._getProviders();
|
|
7449
7449
|
return Q(t, function(s) {
|
|
7450
|
-
!
|
|
7450
|
+
!Mt(s.getOutline) || (i = i || s.getOutline(e));
|
|
7451
7451
|
}), i;
|
|
7452
7452
|
};
|
|
7453
7453
|
gi.$inject = ["eventBus", "styles", "elementRegistry"];
|
|
@@ -7455,7 +7455,7 @@ const Pg = {
|
|
|
7455
7455
|
__init__: ["outline"],
|
|
7456
7456
|
outline: ["type", gi]
|
|
7457
7457
|
};
|
|
7458
|
-
function
|
|
7458
|
+
function Vi(e, i) {
|
|
7459
7459
|
this._eventBus = e, this._canvas = i, this._selectedElements = [];
|
|
7460
7460
|
var t = this;
|
|
7461
7461
|
e.on(["shape.remove", "connection.remove"], function(s) {
|
|
@@ -7465,21 +7465,21 @@ function ji(e, i) {
|
|
|
7465
7465
|
t.select(null);
|
|
7466
7466
|
});
|
|
7467
7467
|
}
|
|
7468
|
-
|
|
7469
|
-
|
|
7468
|
+
Vi.$inject = ["eventBus", "canvas"];
|
|
7469
|
+
Vi.prototype.deselect = function(e) {
|
|
7470
7470
|
var i = this._selectedElements, t = i.indexOf(e);
|
|
7471
7471
|
if (t !== -1) {
|
|
7472
7472
|
var s = i.slice();
|
|
7473
7473
|
i.splice(t, 1), this._eventBus.fire("selection.changed", { oldSelection: s, newSelection: i });
|
|
7474
7474
|
}
|
|
7475
7475
|
};
|
|
7476
|
-
|
|
7476
|
+
Vi.prototype.get = function() {
|
|
7477
7477
|
return this._selectedElements;
|
|
7478
7478
|
};
|
|
7479
|
-
|
|
7479
|
+
Vi.prototype.isSelected = function(e) {
|
|
7480
7480
|
return this._selectedElements.indexOf(e) !== -1;
|
|
7481
7481
|
};
|
|
7482
|
-
|
|
7482
|
+
Vi.prototype.select = function(e, i) {
|
|
7483
7483
|
var t = this._selectedElements, s = t.slice();
|
|
7484
7484
|
ut(e) || (e = e ? [e] : []);
|
|
7485
7485
|
var n = this._canvas, r = n.getRootElement();
|
|
@@ -7490,7 +7490,7 @@ ji.prototype.select = function(e, i) {
|
|
|
7490
7490
|
t.indexOf(a) === -1 && t.push(a);
|
|
7491
7491
|
}) : this._selectedElements = t = e.slice(), this._eventBus.fire("selection.changed", { oldSelection: s, newSelection: t });
|
|
7492
7492
|
};
|
|
7493
|
-
var Eo = "hover", To = "selected",
|
|
7493
|
+
var Eo = "hover", To = "selected", Ms = 6;
|
|
7494
7494
|
function Wr(e, i, t) {
|
|
7495
7495
|
this._canvas = e;
|
|
7496
7496
|
var s = this;
|
|
@@ -7540,19 +7540,19 @@ Wr.prototype._updateSelectionOutline = function(e) {
|
|
|
7540
7540
|
};
|
|
7541
7541
|
function Dg(e) {
|
|
7542
7542
|
return {
|
|
7543
|
-
x: e.x -
|
|
7544
|
-
y: e.y -
|
|
7545
|
-
width: e.width +
|
|
7546
|
-
height: e.height +
|
|
7543
|
+
x: e.x - Ms,
|
|
7544
|
+
y: e.y - Ms,
|
|
7545
|
+
width: e.width + Ms * 2,
|
|
7546
|
+
height: e.height + Ms * 2
|
|
7547
7547
|
};
|
|
7548
7548
|
}
|
|
7549
|
-
function
|
|
7549
|
+
function Vc(e, i, t, s) {
|
|
7550
7550
|
e.on("create.end", 500, function(n) {
|
|
7551
7551
|
var r = n.context, a = r.canExecute, o = r.elements, l = r.hints || {}, p = l.autoSelect;
|
|
7552
7552
|
if (a) {
|
|
7553
7553
|
if (p === !1)
|
|
7554
7554
|
return;
|
|
7555
|
-
ut(p) ? i.select(p) : i.select(o.filter(
|
|
7555
|
+
ut(p) ? i.select(p) : i.select(o.filter(Og));
|
|
7556
7556
|
}
|
|
7557
7557
|
}), e.on("connect.end", 500, function(n) {
|
|
7558
7558
|
var r = n.context, a = r.connection;
|
|
@@ -7573,24 +7573,24 @@ function jc(e, i, t, s) {
|
|
|
7573
7573
|
}
|
|
7574
7574
|
});
|
|
7575
7575
|
}
|
|
7576
|
-
|
|
7576
|
+
Vc.$inject = [
|
|
7577
7577
|
"eventBus",
|
|
7578
7578
|
"selection",
|
|
7579
7579
|
"canvas",
|
|
7580
7580
|
"elementRegistry"
|
|
7581
7581
|
];
|
|
7582
|
-
function
|
|
7582
|
+
function Og(e) {
|
|
7583
7583
|
return !e.hidden;
|
|
7584
7584
|
}
|
|
7585
|
-
const
|
|
7585
|
+
const Mg = {
|
|
7586
7586
|
__init__: ["selectionVisuals", "selectionBehavior"],
|
|
7587
7587
|
__depends__: [
|
|
7588
7588
|
Ng,
|
|
7589
7589
|
Pg
|
|
7590
7590
|
],
|
|
7591
|
-
selection: ["type",
|
|
7591
|
+
selection: ["type", Vi],
|
|
7592
7592
|
selectionVisuals: ["type", Wr],
|
|
7593
|
-
selectionBehavior: ["type",
|
|
7593
|
+
selectionBehavior: ["type", Vc]
|
|
7594
7594
|
};
|
|
7595
7595
|
function Qc(e) {
|
|
7596
7596
|
this._counter = 0, this._prefix = (e ? e + "-" : "") + Math.floor(Math.random() * 1e9) + "-";
|
|
@@ -7679,7 +7679,7 @@ _e.prototype._updateOverlay = function(e) {
|
|
|
7679
7679
|
};
|
|
7680
7680
|
_e.prototype._createOverlayContainer = function(e) {
|
|
7681
7681
|
var i = Ze('<div class="djs-overlays" />');
|
|
7682
|
-
|
|
7682
|
+
Me(i, { position: "absolute" }), this._overlayRoot.appendChild(i);
|
|
7683
7683
|
var t = {
|
|
7684
7684
|
html: i,
|
|
7685
7685
|
element: e,
|
|
@@ -7706,7 +7706,7 @@ _e.prototype._getOverlayContainer = function(e, i) {
|
|
|
7706
7706
|
};
|
|
7707
7707
|
_e.prototype._addOverlay = function(e) {
|
|
7708
7708
|
var i = e.id, t = e.element, s = e.html, n, r;
|
|
7709
|
-
s.get && s.constructor.prototype.jquery && (s = s.get(0)), pt(s) && (s = Ze(s)), r = this._getOverlayContainer(t), n = Ze('<div class="djs-overlay" data-overlay-id="' + i + '">'),
|
|
7709
|
+
s.get && s.constructor.prototype.jquery && (s = s.get(0)), pt(s) && (s = Ze(s)), r = this._getOverlayContainer(t), n = Ze('<div class="djs-overlay" data-overlay-id="' + i + '">'), Me(n, { position: "absolute" }), n.appendChild(s), e.type && ci(n).add("djs-overlay-" + e.type);
|
|
7710
7710
|
var a = this._canvas.findRoot(t), o = this._canvas.getRootElement();
|
|
7711
7711
|
gn(n, a === o), e.htmlContainer = n, r.overlays.push(e), r.html.appendChild(n), this._overlays[i] = e, this._updateOverlay(e), this._updateOverlayVisibilty(e, this._canvas.viewbox());
|
|
7712
7712
|
};
|
|
@@ -7760,14 +7760,14 @@ function Lg(e) {
|
|
|
7760
7760
|
var i = Ze(
|
|
7761
7761
|
'<div class="djs-overlay-container" />'
|
|
7762
7762
|
);
|
|
7763
|
-
return
|
|
7763
|
+
return Me(i, {
|
|
7764
7764
|
position: "absolute",
|
|
7765
7765
|
width: 0,
|
|
7766
7766
|
height: 0
|
|
7767
7767
|
}), e.insertBefore(i, e.firstChild), i;
|
|
7768
7768
|
}
|
|
7769
7769
|
function Uc(e, i, t) {
|
|
7770
|
-
|
|
7770
|
+
Me(e, { left: i + "px", top: t + "px" });
|
|
7771
7771
|
}
|
|
7772
7772
|
function gn(e, i) {
|
|
7773
7773
|
e.style.display = i === !1 ? "none" : "";
|
|
@@ -7806,18 +7806,18 @@ const Fg = {
|
|
|
7806
7806
|
__init__: ["changeSupport"],
|
|
7807
7807
|
changeSupport: ["type", Jc]
|
|
7808
7808
|
};
|
|
7809
|
-
var
|
|
7809
|
+
var jg = 1e3;
|
|
7810
7810
|
function Qe(e) {
|
|
7811
7811
|
this._eventBus = e;
|
|
7812
7812
|
}
|
|
7813
7813
|
Qe.$inject = ["eventBus"];
|
|
7814
|
-
function
|
|
7814
|
+
function Vg(e, i) {
|
|
7815
7815
|
return function(t) {
|
|
7816
7816
|
return e.call(i || null, t.context, t.command, t);
|
|
7817
7817
|
};
|
|
7818
7818
|
}
|
|
7819
7819
|
Qe.prototype.on = function(e, i, t, s, n, r) {
|
|
7820
|
-
if ((
|
|
7820
|
+
if ((Mt(i) || jt(i)) && (r = n, n = s, s = t, t = i, i = null), Mt(t) && (r = n, n = s, s = t, t = jg), oi(n) && (r = n, n = !1), !Mt(s))
|
|
7821
7821
|
throw new Error("handlerFn must be a function");
|
|
7822
7822
|
ut(e) || (e = [e]);
|
|
7823
7823
|
var a = this._eventBus;
|
|
@@ -7825,7 +7825,7 @@ Qe.prototype.on = function(e, i, t, s, n, r) {
|
|
|
7825
7825
|
var l = ["commandStack", o, i].filter(function(p) {
|
|
7826
7826
|
return p;
|
|
7827
7827
|
}).join(".");
|
|
7828
|
-
a.on(l, t, n ?
|
|
7828
|
+
a.on(l, t, n ? Vg(s, r) : s, r);
|
|
7829
7829
|
});
|
|
7830
7830
|
};
|
|
7831
7831
|
Qe.prototype.canExecute = St("canExecute");
|
|
@@ -7839,7 +7839,7 @@ Qe.prototype.revert = St("revert");
|
|
|
7839
7839
|
Qe.prototype.reverted = St("reverted");
|
|
7840
7840
|
function St(e) {
|
|
7841
7841
|
return function(t, s, n, r, a) {
|
|
7842
|
-
(
|
|
7842
|
+
(Mt(t) || jt(t)) && (a = r, r = n, n = s, s = t, t = null), this.on(t, e, s, n, r, a);
|
|
7843
7843
|
};
|
|
7844
7844
|
}
|
|
7845
7845
|
function Yr(e, i) {
|
|
@@ -7891,16 +7891,16 @@ function Hc(e, i, t) {
|
|
|
7891
7891
|
function o(l) {
|
|
7892
7892
|
l && (a = Kg(l));
|
|
7893
7893
|
var p = a.map(function(m) {
|
|
7894
|
-
var A = Gg(m.name || m.id), k = Ze('<li><span class="bjs-crumb"><a title="' + A + '">' + A + "</a></span></li>"),
|
|
7895
|
-
if (!
|
|
7894
|
+
var A = Gg(m.name || m.id), k = Ze('<li><span class="bjs-crumb"><a title="' + A + '">' + A + "</a></span></li>"), V = t.findRoot(zr(m)) || t.findRoot(m.id);
|
|
7895
|
+
if (!V && H(m, "bpmn:Process")) {
|
|
7896
7896
|
var z = i.find(function(ie) {
|
|
7897
7897
|
var Z = we(ie);
|
|
7898
7898
|
return Z && Z.get("processRef") && Z.get("processRef") === m;
|
|
7899
7899
|
});
|
|
7900
|
-
|
|
7900
|
+
V = t.findRoot(z.id);
|
|
7901
7901
|
}
|
|
7902
7902
|
return k.addEventListener("click", function() {
|
|
7903
|
-
t.setRootElement(
|
|
7903
|
+
t.setRootElement(V);
|
|
7904
7904
|
}), k;
|
|
7905
7905
|
});
|
|
7906
7906
|
s.innerHTML = "";
|
|
@@ -8248,7 +8248,7 @@ function Yc(e, i) {
|
|
|
8248
8248
|
}
|
|
8249
8249
|
return new Yc(N, a);
|
|
8250
8250
|
}
|
|
8251
|
-
const
|
|
8251
|
+
const V = {
|
|
8252
8252
|
factory: m,
|
|
8253
8253
|
type: h,
|
|
8254
8254
|
value: function(N) {
|
|
@@ -8288,7 +8288,7 @@ function Yc(e, i) {
|
|
|
8288
8288
|
return;
|
|
8289
8289
|
}
|
|
8290
8290
|
const S = _[0], I = _[1];
|
|
8291
|
-
n[D] = [
|
|
8291
|
+
n[D] = [V[S], ay(S, I), S];
|
|
8292
8292
|
}), z(N, a);
|
|
8293
8293
|
}
|
|
8294
8294
|
function Z(N, T) {
|
|
@@ -8321,7 +8321,7 @@ Kt.prototype.drawShape = function(i, t, s) {
|
|
|
8321
8321
|
y: 0,
|
|
8322
8322
|
width: t.width || 0,
|
|
8323
8323
|
height: t.height || 0
|
|
8324
|
-
}),
|
|
8324
|
+
}), jc(t) ? fe(n, Y({}, this.FRAME_STYLE, s || {})) : fe(n, Y({}, this.SHAPE_STYLE, s || {})), xe(i, n), n;
|
|
8325
8325
|
};
|
|
8326
8326
|
Kt.prototype.drawConnection = function(i, t, s) {
|
|
8327
8327
|
var n = Jr(t.waypoints, Y({}, this.CONNECTION_STYLE, s || {}));
|
|
@@ -8399,7 +8399,7 @@ function Js(e, i) {
|
|
|
8399
8399
|
return Math.round(e * i) / i;
|
|
8400
8400
|
}
|
|
8401
8401
|
function ko(e) {
|
|
8402
|
-
return
|
|
8402
|
+
return jt(e) ? e + "px" : e;
|
|
8403
8403
|
}
|
|
8404
8404
|
function dy(e) {
|
|
8405
8405
|
for (; e.parent; )
|
|
@@ -8409,7 +8409,7 @@ function dy(e) {
|
|
|
8409
8409
|
function hy(e) {
|
|
8410
8410
|
e = Y({}, { width: "100%", height: "100%" }, e);
|
|
8411
8411
|
const i = e.container || document.body, t = document.createElement("div");
|
|
8412
|
-
return t.setAttribute("class", "djs-container djs-parent"),
|
|
8412
|
+
return t.setAttribute("class", "djs-container djs-parent"), Me(t, {
|
|
8413
8413
|
position: "relative",
|
|
8414
8414
|
overflow: "hidden",
|
|
8415
8415
|
width: ko(e.width),
|
|
@@ -8439,7 +8439,7 @@ ee.prototype._init = function(e) {
|
|
|
8439
8439
|
const i = this._eventBus, t = this._container = hy(e), s = this._svg = me("svg");
|
|
8440
8440
|
fe(s, { width: "100%", height: "100%" }), xe(t, s);
|
|
8441
8441
|
const n = this._viewport = zc(s, "viewport");
|
|
8442
|
-
e.deferUpdate && (this._viewboxChanged = Lf(
|
|
8442
|
+
e.deferUpdate && (this._viewboxChanged = Lf(Vt(this._viewboxChanged, this), 300)), i.on("diagram.init", () => {
|
|
8443
8443
|
i.fire("canvas.init", {
|
|
8444
8444
|
svg: s,
|
|
8445
8445
|
viewport: n
|
|
@@ -8709,8 +8709,8 @@ ee.prototype.scrollToElement = function(e, i) {
|
|
|
8709
8709
|
if (!(n.width < a.width && n.height < a.height))
|
|
8710
8710
|
l = n.x - a.x, p = n.y - a.y;
|
|
8711
8711
|
else {
|
|
8712
|
-
const A = Math.max(0, r.right - h.right), k = Math.min(0, r.left - h.left),
|
|
8713
|
-
l = A || k, p =
|
|
8712
|
+
const A = Math.max(0, r.right - h.right), k = Math.min(0, r.left - h.left), V = Math.max(0, r.bottom - h.bottom), z = Math.min(0, r.top - h.top);
|
|
8713
|
+
l = A || k, p = V || z;
|
|
8714
8714
|
}
|
|
8715
8715
|
this.scroll({ dx: -l * o, dy: -p * o });
|
|
8716
8716
|
};
|
|
@@ -8774,18 +8774,18 @@ ee.prototype.getAbsoluteBBox = function(e) {
|
|
|
8774
8774
|
ee.prototype.resized = function() {
|
|
8775
8775
|
delete this._cachedViewbox, this._eventBus.fire("canvas.resized");
|
|
8776
8776
|
};
|
|
8777
|
-
var
|
|
8777
|
+
var Oi = "data-element-id";
|
|
8778
8778
|
function et(e) {
|
|
8779
8779
|
this._elements = {}, this._eventBus = e;
|
|
8780
8780
|
}
|
|
8781
8781
|
et.$inject = ["eventBus"];
|
|
8782
8782
|
et.prototype.add = function(e, i, t) {
|
|
8783
8783
|
var s = e.id;
|
|
8784
|
-
this._validateId(s), fe(i,
|
|
8784
|
+
this._validateId(s), fe(i, Oi, s), t && fe(t, Oi, s), this._elements[s] = { element: e, gfx: i, secondaryGfx: t };
|
|
8785
8785
|
};
|
|
8786
8786
|
et.prototype.remove = function(e) {
|
|
8787
8787
|
var i = this._elements, t = e.id || e, s = t && i[t];
|
|
8788
|
-
s && (fe(s.gfx,
|
|
8788
|
+
s && (fe(s.gfx, Oi, ""), s.secondaryGfx && fe(s.secondaryGfx, Oi, ""), delete i[t]);
|
|
8789
8789
|
};
|
|
8790
8790
|
et.prototype.updateId = function(e, i) {
|
|
8791
8791
|
this._validateId(i), typeof e == "string" && (e = this.get(e)), this._eventBus.fire("element.updateId", {
|
|
@@ -8797,11 +8797,11 @@ et.prototype.updateId = function(e, i) {
|
|
|
8797
8797
|
};
|
|
8798
8798
|
et.prototype.updateGraphics = function(e, i, t) {
|
|
8799
8799
|
var s = e.id || e, n = this._elements[s];
|
|
8800
|
-
return t ? n.secondaryGfx = i : n.gfx = i, i && fe(i,
|
|
8800
|
+
return t ? n.secondaryGfx = i : n.gfx = i, i && fe(i, Oi, s), i;
|
|
8801
8801
|
};
|
|
8802
8802
|
et.prototype.get = function(e) {
|
|
8803
8803
|
var i;
|
|
8804
|
-
typeof e == "string" ? i = e : i = e && fe(e,
|
|
8804
|
+
typeof e == "string" ? i = e : i = e && fe(e, Oi);
|
|
8805
8805
|
var t = this._elements[i];
|
|
8806
8806
|
return t && t.element;
|
|
8807
8807
|
};
|
|
@@ -8987,10 +8987,10 @@ function Ke() {
|
|
|
8987
8987
|
this._listeners = {}, this.on("diagram.destroy", 1, this._destroy, this);
|
|
8988
8988
|
}
|
|
8989
8989
|
Ke.prototype.on = function(e, i, t, s) {
|
|
8990
|
-
if (e = ut(e) ? e : [e],
|
|
8990
|
+
if (e = ut(e) ? e : [e], Mt(i) && (s = t, t = i, i = au), !jt(i))
|
|
8991
8991
|
throw new Error("priority must be a number");
|
|
8992
8992
|
var n = t;
|
|
8993
|
-
s && (n =
|
|
8993
|
+
s && (n = Vt(t, s), n[pn] = t[pn] || t);
|
|
8994
8994
|
var r = this;
|
|
8995
8995
|
e.forEach(function(a) {
|
|
8996
8996
|
r._addListener(a, {
|
|
@@ -9002,7 +9002,7 @@ Ke.prototype.on = function(e, i, t, s) {
|
|
|
9002
9002
|
};
|
|
9003
9003
|
Ke.prototype.once = function(e, i, t, s) {
|
|
9004
9004
|
var n = this;
|
|
9005
|
-
if (
|
|
9005
|
+
if (Mt(i) && (s = t, t = i, i = au), !jt(i))
|
|
9006
9006
|
throw new Error("priority must be a number");
|
|
9007
9007
|
function r() {
|
|
9008
9008
|
r.__isTomb = !0;
|
|
@@ -9133,7 +9133,7 @@ tt.prototype._createContainer = function(e, i, t, s) {
|
|
|
9133
9133
|
};
|
|
9134
9134
|
tt.prototype.create = function(e, i, t) {
|
|
9135
9135
|
var s = this._getChildrenContainer(i.parent);
|
|
9136
|
-
return this._createContainer(e, s, t,
|
|
9136
|
+
return this._createContainer(e, s, t, jc(i));
|
|
9137
9137
|
};
|
|
9138
9138
|
tt.prototype.updateContainments = function(e) {
|
|
9139
9139
|
var i = this, t = this._elementRegistry, s;
|
|
@@ -9233,7 +9233,7 @@ lu.prototype.createType = function(e) {
|
|
|
9233
9233
|
}), t.defineModel(s, i), t.defineDescriptor(s, e);
|
|
9234
9234
|
var n = e.ns.name;
|
|
9235
9235
|
function r(a) {
|
|
9236
|
-
t.define(this, "$type", { value: n, enumerable: !0 }), t.define(this, "$attrs", { value: {} }), t.define(this, "$parent", { writable: !0 }), Q(a,
|
|
9236
|
+
t.define(this, "$type", { value: n, enumerable: !0 }), t.define(this, "$attrs", { value: {} }), t.define(this, "$parent", { writable: !0 }), Q(a, Vt(function(o, l) {
|
|
9237
9237
|
this.set(l, o);
|
|
9238
9238
|
}, this));
|
|
9239
9239
|
}
|
|
@@ -9287,7 +9287,7 @@ function it(e) {
|
|
|
9287
9287
|
this.ns = e, this.name = e.name, this.allTypes = [], this.allTypesByName = {}, this.properties = [], this.propertiesByName = {};
|
|
9288
9288
|
}
|
|
9289
9289
|
it.prototype.build = function() {
|
|
9290
|
-
return
|
|
9290
|
+
return jf(this, [
|
|
9291
9291
|
"ns",
|
|
9292
9292
|
"name",
|
|
9293
9293
|
"allTypes",
|
|
@@ -9373,7 +9373,7 @@ it.prototype.hasProperty = function(e) {
|
|
|
9373
9373
|
it.prototype.addTrait = function(e, i) {
|
|
9374
9374
|
i && this.assertNotTrait(e);
|
|
9375
9375
|
var t = this.allTypesByName, s = this.allTypes, n = e.name;
|
|
9376
|
-
n in t || (Q(e.properties,
|
|
9376
|
+
n in t || (Q(e.properties, Vt(function(r) {
|
|
9377
9377
|
r = Y({}, r, {
|
|
9378
9378
|
name: r.ns.localName,
|
|
9379
9379
|
inherited: i
|
|
@@ -9385,7 +9385,7 @@ it.prototype.addTrait = function(e, i) {
|
|
|
9385
9385
|
}, this)), s.push(e), t[n] = e);
|
|
9386
9386
|
};
|
|
9387
9387
|
function Wt(e, i) {
|
|
9388
|
-
this.packageMap = {}, this.typeMap = {}, this.packages = [], this.properties = i, Q(e,
|
|
9388
|
+
this.packageMap = {}, this.typeMap = {}, this.packages = [], this.properties = i, Q(e, Vt(this.registerPackage, this));
|
|
9389
9389
|
}
|
|
9390
9390
|
Wt.prototype.getPackage = function(e) {
|
|
9391
9391
|
return this.packageMap[e];
|
|
@@ -9396,7 +9396,7 @@ Wt.prototype.getPackages = function() {
|
|
|
9396
9396
|
Wt.prototype.registerPackage = function(e) {
|
|
9397
9397
|
e = Y({}, e);
|
|
9398
9398
|
var i = this.packageMap;
|
|
9399
|
-
So(i, e, "prefix"), So(i, e, "uri"), Q(e.types,
|
|
9399
|
+
So(i, e, "prefix"), So(i, e, "uri"), Q(e.types, Vt(function(t) {
|
|
9400
9400
|
this.registerType(t, e);
|
|
9401
9401
|
}, this)), i[e.uri] = i[e.prefix] = e, this.packages.push(e);
|
|
9402
9402
|
};
|
|
@@ -9408,7 +9408,7 @@ Wt.prototype.registerType = function(e, i) {
|
|
|
9408
9408
|
meta: Y(e.meta || {})
|
|
9409
9409
|
});
|
|
9410
9410
|
var t = Be(e.name, i.prefix), s = t.name, n = {};
|
|
9411
|
-
Q(e.properties,
|
|
9411
|
+
Q(e.properties, Vt(function(r) {
|
|
9412
9412
|
var a = Be(r.name, t.prefix), o = a.name;
|
|
9413
9413
|
hr(r.type) || (r.type = Be(r.type, a.prefix).name), Y(r, {
|
|
9414
9414
|
ns: a,
|
|
@@ -9418,7 +9418,7 @@ Wt.prototype.registerType = function(e, i) {
|
|
|
9418
9418
|
ns: t,
|
|
9419
9419
|
name: s,
|
|
9420
9420
|
propertiesByName: n
|
|
9421
|
-
}), Q(e.extends,
|
|
9421
|
+
}), Q(e.extends, Vt(function(r) {
|
|
9422
9422
|
var a = Be(r, t.prefix), o = this.typeMap[a.name];
|
|
9423
9423
|
o.traits = o.traits || [], o.traits.push(s);
|
|
9424
9424
|
}, this)), this.definePackage(e, i), this.typeMap[s] = e;
|
|
@@ -9575,7 +9575,7 @@ at.prototype.getPropertyDescriptor = function(e, i) {
|
|
|
9575
9575
|
at.prototype.getTypeDescriptor = function(e) {
|
|
9576
9576
|
return this.registry.typeMap[e];
|
|
9577
9577
|
};
|
|
9578
|
-
var _o = String.fromCharCode, Dy = Object.prototype.hasOwnProperty,
|
|
9578
|
+
var _o = String.fromCharCode, Dy = Object.prototype.hasOwnProperty, Oy = /&#(\d+);|&#x([0-9a-f]+);|&(\w+);/ig, $i = {
|
|
9579
9579
|
amp: "&",
|
|
9580
9580
|
apos: "'",
|
|
9581
9581
|
gt: ">",
|
|
@@ -9585,17 +9585,17 @@ var _o = String.fromCharCode, Dy = Object.prototype.hasOwnProperty, My = /&#(\d+
|
|
|
9585
9585
|
Object.keys($i).forEach(function(e) {
|
|
9586
9586
|
$i[e.toUpperCase()] = $i[e];
|
|
9587
9587
|
});
|
|
9588
|
-
function
|
|
9588
|
+
function My(e, i, t, s) {
|
|
9589
9589
|
return s ? Dy.call($i, s) ? $i[s] : "&" + s + ";" : _o(i || parseInt(t, 16));
|
|
9590
9590
|
}
|
|
9591
9591
|
function zt(e) {
|
|
9592
|
-
return e.length > 3 && e.indexOf("&") !== -1 ? e.replace(
|
|
9592
|
+
return e.length > 3 && e.indexOf("&") !== -1 ? e.replace(Oy, My) : e;
|
|
9593
9593
|
}
|
|
9594
9594
|
var By = "http://www.w3.org/2001/XMLSchema-instance", Ry = "xsi", Po = "xsi:type", Do = "non-whitespace outside of root node";
|
|
9595
9595
|
function bi(e) {
|
|
9596
9596
|
return new Error(e);
|
|
9597
9597
|
}
|
|
9598
|
-
function
|
|
9598
|
+
function Oo(e) {
|
|
9599
9599
|
return "missing namespace for prefix <" + e + ">";
|
|
9600
9600
|
}
|
|
9601
9601
|
function Rs(e) {
|
|
@@ -9619,18 +9619,18 @@ function Fy(e) {
|
|
|
9619
9619
|
s = e[t], i[s] = s, i[mr(s)] = t;
|
|
9620
9620
|
return i;
|
|
9621
9621
|
}
|
|
9622
|
-
function
|
|
9622
|
+
function Mo() {
|
|
9623
9623
|
return { line: 0, column: 0 };
|
|
9624
9624
|
}
|
|
9625
|
-
function
|
|
9625
|
+
function jy(e) {
|
|
9626
9626
|
throw e;
|
|
9627
9627
|
}
|
|
9628
9628
|
function du(e) {
|
|
9629
9629
|
if (!this)
|
|
9630
9630
|
return new du(e);
|
|
9631
|
-
var i = e && e.proxy, t, s, n, r, a =
|
|
9631
|
+
var i = e && e.proxy, t, s, n, r, a = jy, o, l, p, h, m = Mo, A = !1, k = !1, V = null, z = !1, ie;
|
|
9632
9632
|
function Z(T) {
|
|
9633
|
-
T instanceof Error || (T = bi(T)),
|
|
9633
|
+
T instanceof Error || (T = bi(T)), V = T, a(T, m);
|
|
9634
9634
|
}
|
|
9635
9635
|
function G(T) {
|
|
9636
9636
|
!o || (T instanceof Error || (T = bi(T)), o(T, m));
|
|
@@ -9680,15 +9680,15 @@ function du(e) {
|
|
|
9680
9680
|
}, this.parse = function(T) {
|
|
9681
9681
|
if (typeof T != "string")
|
|
9682
9682
|
throw bi("required args <xml=string>");
|
|
9683
|
-
return
|
|
9683
|
+
return V = null, N(T), m = Mo, z = !1, V;
|
|
9684
9684
|
}, this.stop = function() {
|
|
9685
9685
|
z = !0;
|
|
9686
9686
|
};
|
|
9687
9687
|
function N(T) {
|
|
9688
|
-
var D = k ? [] : null, _ = k ? Fy(ie) : null, S, I = [], F = 0, P = !1, R = !1, B = 0, U = 0, X, ke, oe, g, y, x,
|
|
9688
|
+
var D = k ? [] : null, _ = k ? Fy(ie) : null, S, I = [], F = 0, P = !1, R = !1, B = 0, U = 0, X, ke, oe, g, y, x, M, J, ae, C = "", w = 0, O;
|
|
9689
9689
|
function W() {
|
|
9690
|
-
if (
|
|
9691
|
-
return
|
|
9690
|
+
if (O !== null)
|
|
9691
|
+
return O;
|
|
9692
9692
|
var ne, d, c, u = k && _.xmlns, f = k && A ? [] : null, v = w, E = C, q = E.length, ue, ce, pe, Ne, de, _t = {}, Cs = {}, Ge, K, he;
|
|
9693
9693
|
e:
|
|
9694
9694
|
for (; v < q; v++)
|
|
@@ -9744,7 +9744,7 @@ function du(e) {
|
|
|
9744
9744
|
continue;
|
|
9745
9745
|
}
|
|
9746
9746
|
if (!(c = _[de.substring(0, K)])) {
|
|
9747
|
-
G(
|
|
9747
|
+
G(Oo(de.substring(0, K)));
|
|
9748
9748
|
continue;
|
|
9749
9749
|
}
|
|
9750
9750
|
de = u === c ? de.substr(K + 1) : c + de.substr(K), de === Po && (K = pe.indexOf(":"), K !== -1 ? (c = pe.substring(0, K), c = _[c] || c, pe = c + pe.substring(K)) : pe = u + ":" + pe), _t[de] = pe;
|
|
@@ -9753,14 +9753,14 @@ function du(e) {
|
|
|
9753
9753
|
for (v = 0, q = f.length; v < q; v++) {
|
|
9754
9754
|
if (de = f[v++], pe = f[v], K = de.indexOf(":"), K !== -1) {
|
|
9755
9755
|
if (!(c = _[de.substring(0, K)])) {
|
|
9756
|
-
G(
|
|
9756
|
+
G(Oo(de.substring(0, K)));
|
|
9757
9757
|
continue;
|
|
9758
9758
|
}
|
|
9759
9759
|
de = u === c ? de.substr(K + 1) : c + de.substr(K), de === Po && (K = pe.indexOf(":"), K !== -1 ? (c = pe.substring(0, K), c = _[c] || c, pe = c + pe.substring(K)) : pe = u + ":" + pe);
|
|
9760
9760
|
}
|
|
9761
9761
|
_t[de] = pe;
|
|
9762
9762
|
}
|
|
9763
|
-
return
|
|
9763
|
+
return O = _t;
|
|
9764
9764
|
}
|
|
9765
9765
|
function $() {
|
|
9766
9766
|
for (var ne = /(\r\n|\r|\n)/g, d = 0, c = 0, u = 0, f = U, v, E; B >= u && (v = ne.exec(T), !(!v || (f = v[0].length + v.index, f > B))); )
|
|
@@ -9773,7 +9773,7 @@ function du(e) {
|
|
|
9773
9773
|
}
|
|
9774
9774
|
for (m = $, i && (ae = Object.create({}, {
|
|
9775
9775
|
name: Rs(function() {
|
|
9776
|
-
return
|
|
9776
|
+
return M;
|
|
9777
9777
|
}),
|
|
9778
9778
|
originalName: Rs(function() {
|
|
9779
9779
|
return J;
|
|
@@ -9842,40 +9842,40 @@ function du(e) {
|
|
|
9842
9842
|
U += 1;
|
|
9843
9843
|
continue;
|
|
9844
9844
|
}
|
|
9845
|
-
if (
|
|
9845
|
+
if (O = {}, g === 47) {
|
|
9846
9846
|
if (P = !1, R = !0, !I.length)
|
|
9847
9847
|
return Z("missing open tag");
|
|
9848
|
-
if (X =
|
|
9848
|
+
if (X = M = I.pop(), oe = B + 2 + X.length, T.substring(B + 2, oe) !== X)
|
|
9849
9849
|
return Z("closing tag mismatch");
|
|
9850
9850
|
for (; oe < U; oe++)
|
|
9851
9851
|
if (g = T.charCodeAt(oe), !(g === 32 || g > 8 && g < 14))
|
|
9852
9852
|
return Z("close tag");
|
|
9853
9853
|
} else {
|
|
9854
|
-
if (T.charCodeAt(U - 1) === 47 ? (X =
|
|
9854
|
+
if (T.charCodeAt(U - 1) === 47 ? (X = M = T.substring(B + 1, U - 1), P = !0, R = !0) : (X = M = T.substring(B + 1, U), P = !0, R = !1), !(g > 96 && g < 123 || g > 64 && g < 91 || g === 95 || g === 58))
|
|
9855
9855
|
return Z("illegal first char nodeName");
|
|
9856
9856
|
for (oe = 1, ke = X.length; oe < ke; oe++)
|
|
9857
9857
|
if (g = X.charCodeAt(oe), !(g > 96 && g < 123 || g > 64 && g < 91 || g > 47 && g < 59 || g === 45 || g === 95 || g == 46)) {
|
|
9858
9858
|
if (g === 32 || g < 14 && g > 8) {
|
|
9859
|
-
|
|
9859
|
+
M = X.substring(0, oe), O = null;
|
|
9860
9860
|
break;
|
|
9861
9861
|
}
|
|
9862
9862
|
return Z("invalid nodeName");
|
|
9863
9863
|
}
|
|
9864
|
-
R || I.push(
|
|
9864
|
+
R || I.push(M);
|
|
9865
9865
|
}
|
|
9866
9866
|
if (k) {
|
|
9867
|
-
if (S = _, P && (R || D.push(S),
|
|
9868
|
-
if (x = _[
|
|
9867
|
+
if (S = _, P && (R || D.push(S), O === null && (A = X.indexOf("xmlns", oe) !== -1) && (w = oe, C = X, W(), A = !1)), J = M, g = M.indexOf(":"), g !== -1) {
|
|
9868
|
+
if (x = _[M.substring(0, g)], !x)
|
|
9869
9869
|
return Z("missing namespace on <" + J + ">");
|
|
9870
|
-
|
|
9870
|
+
M = M.substr(g + 1);
|
|
9871
9871
|
} else
|
|
9872
9872
|
x = _.xmlns;
|
|
9873
|
-
x && (
|
|
9873
|
+
x && (M = x + ":" + M);
|
|
9874
9874
|
}
|
|
9875
|
-
if (P && (w = oe, C = X, s && (i ? s(ae, zt, R, m) : s(
|
|
9875
|
+
if (P && (w = oe, C = X, s && (i ? s(ae, zt, R, m) : s(M, W, zt, R, m), z)))
|
|
9876
9876
|
return;
|
|
9877
9877
|
if (R) {
|
|
9878
|
-
if (n && (n(i ? ae :
|
|
9878
|
+
if (n && (n(i ? ae : M, zt, P, m), z))
|
|
9879
9879
|
return;
|
|
9880
9880
|
k && (P ? _ = S : _ = D.pop());
|
|
9881
9881
|
}
|
|
@@ -9886,7 +9886,7 @@ function du(e) {
|
|
|
9886
9886
|
function hu(e) {
|
|
9887
9887
|
return e.xml && e.xml.tagAlias === "lowerCase";
|
|
9888
9888
|
}
|
|
9889
|
-
var
|
|
9889
|
+
var Vy = {
|
|
9890
9890
|
xsi: "http://www.w3.org/2001/XMLSchema-instance",
|
|
9891
9891
|
xml: "http://www.w3.org/XML/1998/namespace"
|
|
9892
9892
|
}, yn = "xsi:type";
|
|
@@ -10059,7 +10059,7 @@ Le.prototype.referenceHandler = function(e) {
|
|
|
10059
10059
|
return new As(e, this.context);
|
|
10060
10060
|
};
|
|
10061
10061
|
Le.prototype.handler = function(e) {
|
|
10062
|
-
return e === "Element" ? new
|
|
10062
|
+
return e === "Element" ? new Mi(this.model, e, this.context) : new Le(this.model, e, this.context);
|
|
10063
10063
|
};
|
|
10064
10064
|
Le.prototype.handleChild = function(e) {
|
|
10065
10065
|
var i, t, s, n;
|
|
@@ -10081,19 +10081,19 @@ sa.prototype.createElement = function(e) {
|
|
|
10081
10081
|
throw Gt("unexpected element <" + e.originalName + ">");
|
|
10082
10082
|
return Le.prototype.createElement.call(this, e);
|
|
10083
10083
|
};
|
|
10084
|
-
function
|
|
10084
|
+
function Mi(e, i, t) {
|
|
10085
10085
|
this.model = e, this.context = t;
|
|
10086
10086
|
}
|
|
10087
|
-
|
|
10088
|
-
|
|
10087
|
+
Mi.prototype = Object.create(vn.prototype);
|
|
10088
|
+
Mi.prototype.createElement = function(e) {
|
|
10089
10089
|
var i = e.name, t = Be(i), s = t.prefix, n = e.ns[s + "$uri"], r = e.attributes;
|
|
10090
10090
|
return this.model.createAny(i, n, r);
|
|
10091
10091
|
};
|
|
10092
|
-
|
|
10093
|
-
var i = new
|
|
10092
|
+
Mi.prototype.handleChild = function(e) {
|
|
10093
|
+
var i = new Mi(this.model, "Element", this.context).handleNode(e), t = this.element, s = i.element, n;
|
|
10094
10094
|
return s !== void 0 && (n = t.$children = t.$children || [], n.push(s), s.$parent = t), i;
|
|
10095
10095
|
};
|
|
10096
|
-
|
|
10096
|
+
Mi.prototype.handleEnd = function() {
|
|
10097
10097
|
this.body && (this.element.$body = this.body);
|
|
10098
10098
|
};
|
|
10099
10099
|
function na(e) {
|
|
@@ -10142,10 +10142,10 @@ na.prototype.fromXML = function(e, i, t) {
|
|
|
10142
10142
|
function A() {
|
|
10143
10143
|
l.pop().handleEnd();
|
|
10144
10144
|
}
|
|
10145
|
-
var k = /^<\?xml /i,
|
|
10145
|
+
var k = /^<\?xml /i, V = / encoding="([^"]+)"/i, z = /^utf-8$/i;
|
|
10146
10146
|
function ie(D) {
|
|
10147
10147
|
if (!!k.test(D)) {
|
|
10148
|
-
var _ =
|
|
10148
|
+
var _ = V.exec(D), S = _ && _[1];
|
|
10149
10149
|
!S || z.test(S) || a.addWarning({
|
|
10150
10150
|
message: "unsupported document encoding <" + S + ">, falling back to UTF-8"
|
|
10151
10151
|
});
|
|
@@ -10279,7 +10279,7 @@ function tv(e) {
|
|
|
10279
10279
|
var i = e.$descriptor;
|
|
10280
10280
|
return _i(i.properties, function(t) {
|
|
10281
10281
|
var s = t.name;
|
|
10282
|
-
if (t.isVirtual || !
|
|
10282
|
+
if (t.isVirtual || !ji(e, s))
|
|
10283
10283
|
return !1;
|
|
10284
10284
|
var n = e[s];
|
|
10285
10285
|
return n === t.default || n === null ? !1 : t.isMany ? n.length : !0;
|
|
@@ -10447,7 +10447,7 @@ Ae.prototype.logNamespaceUsed = function(e, i) {
|
|
|
10447
10447
|
var t = this.element, s = t.$model, n = this.getNamespaces(i), r = e.prefix, a = e.uri, o, l, p;
|
|
10448
10448
|
if (!r && !a)
|
|
10449
10449
|
return { localName: e.localName };
|
|
10450
|
-
if (p =
|
|
10450
|
+
if (p = Vy[r] || s && (s.getPackage(r) || {}).uri, a = a || p || n.uriByPrefix(r), !a)
|
|
10451
10451
|
throw new Error("no namespace uri given for prefix <" + r + ">");
|
|
10452
10452
|
if (e = n.byUri(a), !e) {
|
|
10453
10453
|
for (o = r, l = 1; n.uriByPrefix(o); )
|
|
@@ -10479,7 +10479,7 @@ Ae.prototype.addTagName = function(e) {
|
|
|
10479
10479
|
Ae.prototype.addAttribute = function(e, i) {
|
|
10480
10480
|
var t = this.attrs;
|
|
10481
10481
|
pt(i) && (i = nv(i));
|
|
10482
|
-
var s =
|
|
10482
|
+
var s = Of(t, function(r) {
|
|
10483
10483
|
return r.name.localName === e.localName && r.name.uri === e.uri && r.name.prefix === e.prefix;
|
|
10484
10484
|
}), n = { name: e, value: i };
|
|
10485
10485
|
s !== -1 ? t.splice(s, 1, n) : t.push(n);
|
|
@@ -13815,7 +13815,7 @@ var pv = "BPMN20", dv = "http://www.omg.org/spec/BPMN/20100524/MODEL", hv = "bpm
|
|
|
13815
13815
|
prefix: Nv,
|
|
13816
13816
|
types: Sv,
|
|
13817
13817
|
associations: _v
|
|
13818
|
-
}, Dv = "DI",
|
|
13818
|
+
}, Dv = "DI", Ov = "http://www.omg.org/spec/DD/20100524/DI", Mv = "di", Bv = [
|
|
13819
13819
|
{
|
|
13820
13820
|
name: "DiagramElement",
|
|
13821
13821
|
isAbstract: !0,
|
|
@@ -14047,12 +14047,12 @@ var pv = "BPMN20", dv = "http://www.omg.org/spec/BPMN/20100524/MODEL", hv = "bpm
|
|
|
14047
14047
|
tagAlias: "lowerCase"
|
|
14048
14048
|
}, Fv = {
|
|
14049
14049
|
name: Dv,
|
|
14050
|
-
uri:
|
|
14051
|
-
prefix:
|
|
14050
|
+
uri: Ov,
|
|
14051
|
+
prefix: Mv,
|
|
14052
14052
|
types: Bv,
|
|
14053
14053
|
associations: Rv,
|
|
14054
14054
|
xml: Lv
|
|
14055
|
-
},
|
|
14055
|
+
}, jv = "bpmn.io colors for BPMN", Vv = "http://bpmn.io/schema/bpmn/biocolor/1.0", Qv = "bioc", Uv = [
|
|
14056
14056
|
{
|
|
14057
14057
|
name: "ColoredShape",
|
|
14058
14058
|
extends: [
|
|
@@ -14090,8 +14090,8 @@ var pv = "BPMN20", dv = "http://www.omg.org/spec/BPMN/20100524/MODEL", hv = "bpm
|
|
|
14090
14090
|
]
|
|
14091
14091
|
}
|
|
14092
14092
|
], Gv = [], qv = [], Jv = {
|
|
14093
|
-
name:
|
|
14094
|
-
uri:
|
|
14093
|
+
name: jv,
|
|
14094
|
+
uri: Vv,
|
|
14095
14095
|
prefix: Qv,
|
|
14096
14096
|
types: Uv,
|
|
14097
14097
|
enumerations: Gv,
|
|
@@ -14162,7 +14162,7 @@ function eA(e, i) {
|
|
|
14162
14162
|
}
|
|
14163
14163
|
var tA = "Tried to access di from the businessObject. The di is available through the diagram element only. For more information, see https://github.com/bpmn-io/bpmn-js/issues/1472";
|
|
14164
14164
|
function iA(e) {
|
|
14165
|
-
|
|
14165
|
+
ji(e, "di") || Object.defineProperty(e, "di", {
|
|
14166
14166
|
enumerable: !1,
|
|
14167
14167
|
get: function() {
|
|
14168
14168
|
throw new Error(tA);
|
|
@@ -14180,8 +14180,8 @@ function sA(e) {
|
|
|
14180
14180
|
function nA(e, i) {
|
|
14181
14181
|
var t = {}, s = [], n = {};
|
|
14182
14182
|
function r(C, w) {
|
|
14183
|
-
return function(
|
|
14184
|
-
C(
|
|
14183
|
+
return function(O) {
|
|
14184
|
+
C(O, w);
|
|
14185
14185
|
};
|
|
14186
14186
|
}
|
|
14187
14187
|
function a(C) {
|
|
@@ -14191,10 +14191,10 @@ function nA(e, i) {
|
|
|
14191
14191
|
return t[C.id];
|
|
14192
14192
|
}
|
|
14193
14193
|
function l(C, w) {
|
|
14194
|
-
var
|
|
14195
|
-
if (
|
|
14194
|
+
var O = C.gfx;
|
|
14195
|
+
if (O)
|
|
14196
14196
|
throw new Error(
|
|
14197
|
-
i("already rendered {element}", { element:
|
|
14197
|
+
i("already rendered {element}", { element: Oe(C) })
|
|
14198
14198
|
);
|
|
14199
14199
|
return e.element(C, n[C.id], w);
|
|
14200
14200
|
}
|
|
@@ -14203,58 +14203,58 @@ function nA(e, i) {
|
|
|
14203
14203
|
}
|
|
14204
14204
|
function h(C, w) {
|
|
14205
14205
|
try {
|
|
14206
|
-
var
|
|
14207
|
-
return a(C),
|
|
14206
|
+
var O = n[C.id] && l(C, w);
|
|
14207
|
+
return a(C), O;
|
|
14208
14208
|
} catch (W) {
|
|
14209
|
-
m(W.message, { element: C, error: W }), console.error(i("failed to import {element}", { element:
|
|
14209
|
+
m(W.message, { element: C, error: W }), console.error(i("failed to import {element}", { element: Oe(C) })), console.error(W);
|
|
14210
14210
|
}
|
|
14211
14211
|
}
|
|
14212
14212
|
function m(C, w) {
|
|
14213
14213
|
e.error(C, w);
|
|
14214
14214
|
}
|
|
14215
14215
|
var A = this.registerDi = function(w) {
|
|
14216
|
-
var
|
|
14217
|
-
|
|
14216
|
+
var O = w.bpmnElement;
|
|
14217
|
+
O ? n[O.id] ? m(
|
|
14218
14218
|
i("multiple DI elements defined for {element}", {
|
|
14219
|
-
element:
|
|
14219
|
+
element: Oe(O)
|
|
14220
14220
|
}),
|
|
14221
|
-
{ element:
|
|
14222
|
-
) : (n[
|
|
14221
|
+
{ element: O }
|
|
14222
|
+
) : (n[O.id] = w, iA(O)) : m(
|
|
14223
14223
|
i("no bpmnElement referenced in {element}", {
|
|
14224
|
-
element:
|
|
14224
|
+
element: Oe(w)
|
|
14225
14225
|
}),
|
|
14226
14226
|
{ element: w }
|
|
14227
14227
|
);
|
|
14228
14228
|
};
|
|
14229
14229
|
function k(C) {
|
|
14230
|
-
|
|
14230
|
+
V(C.plane);
|
|
14231
14231
|
}
|
|
14232
|
-
function
|
|
14232
|
+
function V(C) {
|
|
14233
14233
|
A(C), Q(C.planeElement, z);
|
|
14234
14234
|
}
|
|
14235
14235
|
function z(C) {
|
|
14236
14236
|
A(C);
|
|
14237
14237
|
}
|
|
14238
|
-
this.handleDefinitions = function(w,
|
|
14238
|
+
this.handleDefinitions = function(w, O) {
|
|
14239
14239
|
var W = w.diagrams;
|
|
14240
|
-
if (
|
|
14240
|
+
if (O && W.indexOf(O) === -1)
|
|
14241
14241
|
throw new Error(i("diagram not part of bpmn:Definitions"));
|
|
14242
|
-
if (!
|
|
14242
|
+
if (!O && W && W.length && (O = W[0]), !O)
|
|
14243
14243
|
throw new Error(i("no diagram to display"));
|
|
14244
|
-
n = {}, k(
|
|
14245
|
-
var $ =
|
|
14244
|
+
n = {}, k(O);
|
|
14245
|
+
var $ = O.plane;
|
|
14246
14246
|
if (!$)
|
|
14247
14247
|
throw new Error(i(
|
|
14248
14248
|
"no plane for {element}",
|
|
14249
|
-
{ element:
|
|
14249
|
+
{ element: Oe(O) }
|
|
14250
14250
|
));
|
|
14251
14251
|
var ne = $.bpmnElement;
|
|
14252
14252
|
if (!ne)
|
|
14253
14253
|
if (ne = sA(w), ne)
|
|
14254
14254
|
m(
|
|
14255
14255
|
i("correcting missing bpmnElement on {plane} to {rootElement}", {
|
|
14256
|
-
plane:
|
|
14257
|
-
rootElement:
|
|
14256
|
+
plane: Oe($),
|
|
14257
|
+
rootElement: Oe(ne)
|
|
14258
14258
|
})
|
|
14259
14259
|
), $.bpmnElement = ne, A($);
|
|
14260
14260
|
else
|
|
@@ -14267,8 +14267,8 @@ function nA(e, i) {
|
|
|
14267
14267
|
else
|
|
14268
14268
|
throw new Error(
|
|
14269
14269
|
i("unsupported bpmnElement for {plane}: {rootElement}", {
|
|
14270
|
-
plane:
|
|
14271
|
-
rootElement:
|
|
14270
|
+
plane: Oe($),
|
|
14271
|
+
rootElement: Oe(ne)
|
|
14272
14272
|
})
|
|
14273
14273
|
);
|
|
14274
14274
|
ie(s);
|
|
@@ -14281,10 +14281,10 @@ function nA(e, i) {
|
|
|
14281
14281
|
y(C, w), P(C.ioSpecification, w), F(C.artifacts, w), a(C);
|
|
14282
14282
|
}
|
|
14283
14283
|
function G(C, w) {
|
|
14284
|
-
var
|
|
14284
|
+
var O = _i(C, function(W) {
|
|
14285
14285
|
return !o(W) && Fe(W, "bpmn:Process") && W.laneSets;
|
|
14286
14286
|
});
|
|
14287
|
-
|
|
14287
|
+
O.forEach(r(Z, w));
|
|
14288
14288
|
}
|
|
14289
14289
|
function N(C, w) {
|
|
14290
14290
|
h(C, w);
|
|
@@ -14305,21 +14305,21 @@ function nA(e, i) {
|
|
|
14305
14305
|
h(C, w);
|
|
14306
14306
|
}
|
|
14307
14307
|
function F(C, w) {
|
|
14308
|
-
Q(C, function(
|
|
14309
|
-
Fe(
|
|
14310
|
-
I(
|
|
14311
|
-
}) : I(
|
|
14308
|
+
Q(C, function(O) {
|
|
14309
|
+
Fe(O, "bpmn:Association") ? s.push(function() {
|
|
14310
|
+
I(O, w);
|
|
14311
|
+
}) : I(O, w);
|
|
14312
14312
|
});
|
|
14313
14313
|
}
|
|
14314
14314
|
function P(C, w) {
|
|
14315
14315
|
!C || (Q(C.dataInputs, r(_, w)), Q(C.dataOutputs, r(S, w)));
|
|
14316
14316
|
}
|
|
14317
|
-
var R = this.handleSubProcess = function(w,
|
|
14318
|
-
y(w,
|
|
14317
|
+
var R = this.handleSubProcess = function(w, O) {
|
|
14318
|
+
y(w, O), F(w.artifacts, O);
|
|
14319
14319
|
};
|
|
14320
14320
|
function B(C, w) {
|
|
14321
|
-
var
|
|
14322
|
-
Fe(C, "bpmn:SubProcess") && R(C,
|
|
14321
|
+
var O = h(C, w);
|
|
14322
|
+
Fe(C, "bpmn:SubProcess") && R(C, O || w), Fe(C, "bpmn:Activity") && P(C.ioSpecification, w), s.push(function() {
|
|
14323
14323
|
Q(C.dataInputAssociations, r(D, w)), Q(C.dataOutputAssociations, r(D, w));
|
|
14324
14324
|
});
|
|
14325
14325
|
}
|
|
@@ -14331,8 +14331,8 @@ function nA(e, i) {
|
|
|
14331
14331
|
}
|
|
14332
14332
|
function ke(C, w) {
|
|
14333
14333
|
s.push(function() {
|
|
14334
|
-
var
|
|
14335
|
-
C.childLaneSet && oe(C.childLaneSet,
|
|
14334
|
+
var O = h(C, w);
|
|
14335
|
+
C.childLaneSet && oe(C.childLaneSet, O || w), ae(C);
|
|
14336
14336
|
});
|
|
14337
14337
|
}
|
|
14338
14338
|
function oe(C, w) {
|
|
@@ -14345,33 +14345,33 @@ function nA(e, i) {
|
|
|
14345
14345
|
x(C.flowElements, w), C.laneSets && g(C.laneSets, w);
|
|
14346
14346
|
}
|
|
14347
14347
|
function x(C, w) {
|
|
14348
|
-
Q(C, function(
|
|
14349
|
-
Fe(
|
|
14350
|
-
U(
|
|
14351
|
-
}) : Fe(
|
|
14352
|
-
B(
|
|
14353
|
-
}) : Fe(
|
|
14348
|
+
Q(C, function(O) {
|
|
14349
|
+
Fe(O, "bpmn:SequenceFlow") ? s.push(function() {
|
|
14350
|
+
U(O, w);
|
|
14351
|
+
}) : Fe(O, "bpmn:BoundaryEvent") ? s.unshift(function() {
|
|
14352
|
+
B(O, w);
|
|
14353
|
+
}) : Fe(O, "bpmn:FlowNode") ? B(O, w) : Fe(O, "bpmn:DataObject") || (Fe(O, "bpmn:DataStoreReference") || Fe(O, "bpmn:DataObjectReference") ? X(O, w) : m(
|
|
14354
14354
|
i("unrecognized flowElement {element} in context {context}", {
|
|
14355
|
-
element:
|
|
14356
|
-
context: w ?
|
|
14355
|
+
element: Oe(O),
|
|
14356
|
+
context: w ? Oe(w.businessObject) : "null"
|
|
14357
14357
|
}),
|
|
14358
|
-
{ element:
|
|
14358
|
+
{ element: O, context: w }
|
|
14359
14359
|
));
|
|
14360
14360
|
});
|
|
14361
14361
|
}
|
|
14362
|
-
function
|
|
14363
|
-
var
|
|
14364
|
-
W && Z(W,
|
|
14362
|
+
function M(C, w) {
|
|
14363
|
+
var O = h(C, w), W = C.processRef;
|
|
14364
|
+
W && Z(W, O || w);
|
|
14365
14365
|
}
|
|
14366
14366
|
function J(C, w) {
|
|
14367
|
-
Q(C.participants, r(
|
|
14367
|
+
Q(C.participants, r(M, w)), F(C.artifacts, w), s.push(function() {
|
|
14368
14368
|
T(C.messageFlows, w);
|
|
14369
14369
|
});
|
|
14370
14370
|
}
|
|
14371
14371
|
function ae(C) {
|
|
14372
14372
|
Q(C.flowNodeRef, function(w) {
|
|
14373
|
-
var
|
|
14374
|
-
|
|
14373
|
+
var O = w.get("lanes");
|
|
14374
|
+
O && O.push(C);
|
|
14375
14375
|
});
|
|
14376
14376
|
}
|
|
14377
14377
|
}
|
|
@@ -14390,10 +14390,10 @@ function rA(e, i, t) {
|
|
|
14390
14390
|
}
|
|
14391
14391
|
}, k = new nA(A, r);
|
|
14392
14392
|
m = m || h.diagrams && h.diagrams[0];
|
|
14393
|
-
var
|
|
14394
|
-
if (!
|
|
14393
|
+
var V = aA(h, m);
|
|
14394
|
+
if (!V)
|
|
14395
14395
|
throw new Error(r("no diagram to display"));
|
|
14396
|
-
Q(
|
|
14396
|
+
Q(V, function(ie) {
|
|
14397
14397
|
k.handleDefinitions(h, ie);
|
|
14398
14398
|
});
|
|
14399
14399
|
var z = m.plane.bpmnElement.id;
|
|
@@ -14424,7 +14424,7 @@ function aA(e, i) {
|
|
|
14424
14424
|
});
|
|
14425
14425
|
});
|
|
14426
14426
|
var r = [s];
|
|
14427
|
-
n && (r =
|
|
14427
|
+
n && (r = Mf(n.participants, function(p) {
|
|
14428
14428
|
return p.processRef;
|
|
14429
14429
|
}), r.push(n));
|
|
14430
14430
|
var a = Cu(r), o = [i], l = [t];
|
|
@@ -14477,7 +14477,7 @@ var lA = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.02 5.57" width
|
|
|
14477
14477
|
lineHeight: "1.3"
|
|
14478
14478
|
}, dA = '<div class="bjs-powered-by-lightbox"><div class="backdrop"></div><div class="notice"><a href="https://bpmn.io" target="_blank" rel="noopener" class="link">' + wu + '</a><span>Web-based tooling for BPMN, DMN and forms powered by <a href="https://bpmn.io" target="_blank" rel="noopener">bpmn.io</a>.</span></div></div>', gt;
|
|
14479
14479
|
function hA() {
|
|
14480
|
-
gt = Ze(dA),
|
|
14480
|
+
gt = Ze(dA), Me(gt, cA), Me(ct("svg", gt), xu), Me(ct(".backdrop", gt), uA), Me(ct(".notice", gt), pA), Me(ct(".link", gt), Eu, {
|
|
14481
14481
|
margin: "15px 20px 15px 10px",
|
|
14482
14482
|
alignSelf: "center"
|
|
14483
14483
|
});
|
|
@@ -14619,7 +14619,7 @@ Te.prototype._init = function(e, i, t) {
|
|
|
14619
14619
|
bpmnjs: ["value", this],
|
|
14620
14620
|
moddle: ["value", i]
|
|
14621
14621
|
}
|
|
14622
|
-
], a = [].concat(r, s, n), o = Y(
|
|
14622
|
+
], a = [].concat(r, s, n), o = Y(Vf(t, ["additionalModules"]), {
|
|
14623
14623
|
canvas: Y({}, t.canvas, { container: e }),
|
|
14624
14624
|
modules: a
|
|
14625
14625
|
});
|
|
@@ -14630,7 +14630,7 @@ Te.prototype._emit = function(e, i) {
|
|
|
14630
14630
|
};
|
|
14631
14631
|
Te.prototype._createContainer = function(e) {
|
|
14632
14632
|
const i = Ze('<div class="bjs-container"></div>');
|
|
14633
|
-
return
|
|
14633
|
+
return Me(i, {
|
|
14634
14634
|
width: Bo(e.width),
|
|
14635
14635
|
height: Bo(e.height),
|
|
14636
14636
|
position: e.position
|
|
@@ -14654,7 +14654,7 @@ const gA = {
|
|
|
14654
14654
|
position: "relative"
|
|
14655
14655
|
};
|
|
14656
14656
|
function Bo(e) {
|
|
14657
|
-
return e + (
|
|
14657
|
+
return e + (jt(e) ? "px" : "");
|
|
14658
14658
|
}
|
|
14659
14659
|
function yA(e, i) {
|
|
14660
14660
|
return i && dt(e.diagrams, function(t) {
|
|
@@ -14663,7 +14663,7 @@ function yA(e, i) {
|
|
|
14663
14663
|
}
|
|
14664
14664
|
function vA(e) {
|
|
14665
14665
|
const t = '<a href="http://bpmn.io" target="_blank" class="bjs-powered-by" title="Powered by bpmn.io" >' + wu + "</a>", s = Ze(t);
|
|
14666
|
-
|
|
14666
|
+
Me(ct("svg", s), xu), Me(s, Eu, {
|
|
14667
14667
|
position: "absolute",
|
|
14668
14668
|
bottom: "15px",
|
|
14669
14669
|
right: "15px",
|
|
@@ -14678,8 +14678,8 @@ function Ni(e) {
|
|
|
14678
14678
|
At(Ni, Te);
|
|
14679
14679
|
Ni.prototype._modules = [
|
|
14680
14680
|
wg,
|
|
14681
|
-
|
|
14682
|
-
|
|
14681
|
+
Mc,
|
|
14682
|
+
Mg,
|
|
14683
14683
|
qc,
|
|
14684
14684
|
$g
|
|
14685
14685
|
];
|
|
@@ -14773,14 +14773,14 @@ function IA(e) {
|
|
|
14773
14773
|
var i = Ze(
|
|
14774
14774
|
'<div class="djs-tooltip-container" />'
|
|
14775
14775
|
);
|
|
14776
|
-
return
|
|
14776
|
+
return Me(i, {
|
|
14777
14777
|
position: "absolute",
|
|
14778
14778
|
width: "0",
|
|
14779
14779
|
height: "0"
|
|
14780
14780
|
}), e.insertBefore(i, e.firstChild), i;
|
|
14781
14781
|
}
|
|
14782
14782
|
function kA(e, i, t) {
|
|
14783
|
-
|
|
14783
|
+
Me(e, { left: i + "px", top: t + "px" });
|
|
14784
14784
|
}
|
|
14785
14785
|
function oa(e, i) {
|
|
14786
14786
|
e.style.display = i === !1 ? "none" : "";
|
|
@@ -14851,7 +14851,7 @@ Ue.prototype._updateRoot = function(e) {
|
|
|
14851
14851
|
};
|
|
14852
14852
|
Ue.prototype._addTooltip = function(e) {
|
|
14853
14853
|
var i = e.id, t = e.html, s, n = this._tooltipRoot;
|
|
14854
|
-
t.get && t.constructor.prototype.jquery && (t = t.get(0)), pt(t) && (t = Ze(t)), s = Ze('<div data-tooltip-id="' + i + '" class="' + Nu + '">'),
|
|
14854
|
+
t.get && t.constructor.prototype.jquery && (t = t.get(0)), pt(t) && (t = Ze(t)), s = Ze('<div data-tooltip-id="' + i + '" class="' + Nu + '">'), Me(s, { position: "absolute" }), s.appendChild(t), e.type && ci(s).add("djs-tooltip-" + e.type), e.className && ci(s).add(e.className), e.htmlContainer = s, n.appendChild(s), this._tooltips[i] = e, this._updateTooltip(e);
|
|
14855
14855
|
};
|
|
14856
14856
|
Ue.prototype._updateTooltip = function(e) {
|
|
14857
14857
|
var i = e.position, t = e.htmlContainer;
|
|
@@ -14948,7 +14948,7 @@ function _A(e) {
|
|
|
14948
14948
|
r,
|
|
14949
14949
|
"YYYY-MM-DD HH:mm"
|
|
14950
14950
|
)}</span><br>`), o && o.length > 0) {
|
|
14951
|
-
let m, { type: A, fullMessage: k } = o.find((
|
|
14951
|
+
let m, { type: A, fullMessage: k } = o.find((V) => V.action == "AddComment") || {};
|
|
14952
14952
|
A == "assigneeComment" && (m = "\u53D8\u66F4\u5BA1\u6838\u4EBA\uFF1A" + k, l.class = "nodeWarn"), A == "dispatchComment" && (m = "\u8C03\u5EA6\uFF1A" + k, l.class = "nodeWarn"), A == "transferComment" && (m = "\u8F6C\u529E\uFF1A" + k, l.class = "nodeWarn"), A == "delegateComment" && (m = "\u59D4\u6258\uFF1A" + k, l.class = "nodeWarn"), A == "rollbackComment" && (m = "\u6307\u5B9A\u56DE\u9000\uFF1A" + k, l.class = "nodeError"), A == "terminateComment" && (m = "\u7EC8\u6B62\uFF1A" + k, l.class = "nodeError"), (A == "addMultiInstanceComment" || (A || "").includes("\u52A0\u7B7E")) && (m = "\u52A0\u7B7E\uFF1A" + k, l.class = "nodeWarn"), A == "deleteMultiInstanceComment" && (m = "\u51CF\u7B7E\uFF1A" + k, l.class = "nodeError"), A == "withdrawComment" && (m = "\u64A4\u9500\uFF1A" + k, l.class = "nodeWarn"), A == "deleteProcessComment" && (m = "\u5220\u9664\u6D41\u7A0B\uFF1A" + k, l.class = "nodeError"), A == "cancelProcessComment" && (m = "\u62D2\u7EDD\uFF1A" + k, l.class = "nodeError"), A == "comment" && (m = "\u5BA1\u6279\uFF1A" + k, l.class = "nodeSuccess"), m && (p += `<span title='${m}'>${m}</span>`);
|
|
14953
14953
|
}
|
|
14954
14954
|
l.tooltip = p;
|
|
@@ -14976,7 +14976,7 @@ var PA = function() {
|
|
|
14976
14976
|
staticClass: "bpmn-look"
|
|
14977
14977
|
});
|
|
14978
14978
|
}, DA = [];
|
|
14979
|
-
const
|
|
14979
|
+
const OA = {
|
|
14980
14980
|
name: "bpmn-look",
|
|
14981
14981
|
props: {
|
|
14982
14982
|
diagram: {
|
|
@@ -15047,13 +15047,13 @@ const MA = {
|
|
|
15047
15047
|
r = A.clientX, a = A.clientY;
|
|
15048
15048
|
const k = t.getAttribute("transform").match(/matrix\(([^)]+)\)/)[1].split(/\s*,\s*|\s+/);
|
|
15049
15049
|
o = parseFloat(k[4]), l = parseFloat(k[5]);
|
|
15050
|
-
const
|
|
15051
|
-
this.isAdd ? (p = parseFloat(
|
|
15050
|
+
const V = this.getTransformMatrix(s.style.transform);
|
|
15051
|
+
this.isAdd ? (p = parseFloat(V[4]), h = parseFloat(V[5])) : (p = parseFloat(V[4]) + 30, h = parseFloat(V[5]) + 16, this.isAdd = !0);
|
|
15052
15052
|
}), i.addEventListener("touchmove", (m) => {
|
|
15053
15053
|
if (!n)
|
|
15054
15054
|
return;
|
|
15055
|
-
const A = m.touches[0], k = A.clientX - r,
|
|
15056
|
-
l !== void 0 && (t.setAttribute("transform", `matrix(0.679276 0 0 0.679276 ${o + k} ${l +
|
|
15055
|
+
const A = m.touches[0], k = A.clientX - r, V = A.clientY - a;
|
|
15056
|
+
l !== void 0 && (t.setAttribute("transform", `matrix(0.679276 0 0 0.679276 ${o + k} ${l + V})`), s.setAttribute("style", `position: absolute; width: 0px; height: 0px; transform: matrix(0.615, 0, 0, 0.615, ${p + k}, ${h + V});`)), e._cachedViewbox && (e._cachedViewbox.x = k, e._cachedViewbox.y = V), m.preventDefault();
|
|
15057
15057
|
}), i.addEventListener("touchend", () => {
|
|
15058
15058
|
n = !1;
|
|
15059
15059
|
});
|
|
@@ -15105,8 +15105,8 @@ const MA = {
|
|
|
15105
15105
|
window.removeEventListener("resize", this.canvasResize), this.viewer && this.viewer.destroy();
|
|
15106
15106
|
}
|
|
15107
15107
|
}, Fo = {};
|
|
15108
|
-
var
|
|
15109
|
-
|
|
15108
|
+
var MA = /* @__PURE__ */ be(
|
|
15109
|
+
OA,
|
|
15110
15110
|
PA,
|
|
15111
15111
|
DA,
|
|
15112
15112
|
!1,
|
|
@@ -15120,7 +15120,7 @@ function BA(e) {
|
|
|
15120
15120
|
this[i] = Fo[i];
|
|
15121
15121
|
}
|
|
15122
15122
|
const _u = /* @__PURE__ */ function() {
|
|
15123
|
-
return
|
|
15123
|
+
return MA.exports;
|
|
15124
15124
|
}(), RA = "data:image/png;base64,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", LA = "data:image/png;base64,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", la = "data:image/png;base64,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", FA = {
|
|
15125
15125
|
name: "TopTips",
|
|
15126
15126
|
props: {
|
|
@@ -15180,7 +15180,7 @@ const _u = /* @__PURE__ */ function() {
|
|
|
15180
15180
|
}
|
|
15181
15181
|
}
|
|
15182
15182
|
};
|
|
15183
|
-
var
|
|
15183
|
+
var jA = function() {
|
|
15184
15184
|
var e = this, i = e.$createElement, t = e._self._c || i;
|
|
15185
15185
|
return e.show ? t("div", [e.statusTips ? t("div", {
|
|
15186
15186
|
staticClass: "top-tipss",
|
|
@@ -15220,12 +15220,12 @@ var VA = function() {
|
|
|
15220
15220
|
staticClass: "top-tipss-mask",
|
|
15221
15221
|
style: e.show && e.statusTips ? "visibility: visible; opacity: .7;" : "visibility: hidden; opacity: 0;"
|
|
15222
15222
|
})]) : e._e();
|
|
15223
|
-
},
|
|
15224
|
-
const
|
|
15223
|
+
}, VA = [];
|
|
15224
|
+
const jo = {};
|
|
15225
15225
|
var QA = /* @__PURE__ */ be(
|
|
15226
15226
|
FA,
|
|
15227
|
-
VA,
|
|
15228
15227
|
jA,
|
|
15228
|
+
VA,
|
|
15229
15229
|
!1,
|
|
15230
15230
|
UA,
|
|
15231
15231
|
"79d9d777",
|
|
@@ -15233,8 +15233,8 @@ var QA = /* @__PURE__ */ be(
|
|
|
15233
15233
|
null
|
|
15234
15234
|
);
|
|
15235
15235
|
function UA(e) {
|
|
15236
|
-
for (let i in
|
|
15237
|
-
this[i] =
|
|
15236
|
+
for (let i in jo)
|
|
15237
|
+
this[i] = jo[i];
|
|
15238
15238
|
}
|
|
15239
15239
|
const ht = /* @__PURE__ */ function() {
|
|
15240
15240
|
return QA.exports;
|
|
@@ -15612,7 +15612,7 @@ var JA = function() {
|
|
|
15612
15612
|
}
|
|
15613
15613
|
}) : e._e()], 1)], 1);
|
|
15614
15614
|
}, HA = [];
|
|
15615
|
-
const
|
|
15615
|
+
const Vo = {};
|
|
15616
15616
|
var KA = /* @__PURE__ */ be(
|
|
15617
15617
|
qA,
|
|
15618
15618
|
JA,
|
|
@@ -15624,8 +15624,8 @@ var KA = /* @__PURE__ */ be(
|
|
|
15624
15624
|
null
|
|
15625
15625
|
);
|
|
15626
15626
|
function WA(e) {
|
|
15627
|
-
for (let i in
|
|
15628
|
-
this[i] =
|
|
15627
|
+
for (let i in Vo)
|
|
15628
|
+
this[i] = Vo[i];
|
|
15629
15629
|
}
|
|
15630
15630
|
const qi = /* @__PURE__ */ function() {
|
|
15631
15631
|
return KA.exports;
|
|
@@ -17796,7 +17796,7 @@ var Db = function() {
|
|
|
17796
17796
|
}
|
|
17797
17797
|
}
|
|
17798
17798
|
})], 1);
|
|
17799
|
-
},
|
|
17799
|
+
}, Ob = [function() {
|
|
17800
17800
|
var e = this, i = e.$createElement, t = e._self._c || i;
|
|
17801
17801
|
return t("div", {
|
|
17802
17802
|
staticClass: "process-pc-label"
|
|
@@ -17804,7 +17804,7 @@ var Db = function() {
|
|
|
17804
17804
|
staticClass: "process-pc-label--re"
|
|
17805
17805
|
}, [e._v("*")])]);
|
|
17806
17806
|
}];
|
|
17807
|
-
const
|
|
17807
|
+
const Mb = {
|
|
17808
17808
|
name: "counterSign",
|
|
17809
17809
|
props: {
|
|
17810
17810
|
param: {
|
|
@@ -17957,9 +17957,9 @@ const Ob = {
|
|
|
17957
17957
|
}
|
|
17958
17958
|
}, Ko = {};
|
|
17959
17959
|
var Bb = /* @__PURE__ */ be(
|
|
17960
|
-
Ob,
|
|
17961
|
-
Db,
|
|
17962
17960
|
Mb,
|
|
17961
|
+
Db,
|
|
17962
|
+
Ob,
|
|
17963
17963
|
!1,
|
|
17964
17964
|
Rb,
|
|
17965
17965
|
"b5145b72",
|
|
@@ -18159,7 +18159,7 @@ var Fb = function() {
|
|
|
18159
18159
|
}
|
|
18160
18160
|
}
|
|
18161
18161
|
})], 1);
|
|
18162
|
-
},
|
|
18162
|
+
}, jb = [function() {
|
|
18163
18163
|
var e = this, i = e.$createElement, t = e._self._c || i;
|
|
18164
18164
|
return t("div", {
|
|
18165
18165
|
staticClass: "process-pc-label"
|
|
@@ -18167,7 +18167,7 @@ var Fb = function() {
|
|
|
18167
18167
|
staticClass: "process-pc-label--re"
|
|
18168
18168
|
}, [e._v("*")])]);
|
|
18169
18169
|
}];
|
|
18170
|
-
const
|
|
18170
|
+
const Vb = {
|
|
18171
18171
|
name: "delegateTask",
|
|
18172
18172
|
props: {
|
|
18173
18173
|
param: {
|
|
@@ -18336,9 +18336,9 @@ const jb = {
|
|
|
18336
18336
|
}
|
|
18337
18337
|
}, Wo = {};
|
|
18338
18338
|
var Qb = /* @__PURE__ */ be(
|
|
18339
|
-
jb,
|
|
18340
|
-
Fb,
|
|
18341
18339
|
Vb,
|
|
18340
|
+
Fb,
|
|
18341
|
+
jb,
|
|
18342
18342
|
!1,
|
|
18343
18343
|
Ub,
|
|
18344
18344
|
"3e18ae74",
|
|
@@ -19559,7 +19559,7 @@ function o0(e) {
|
|
|
19559
19559
|
for (let i in Xo)
|
|
19560
19560
|
this[i] = Xo[i];
|
|
19561
19561
|
}
|
|
19562
|
-
const
|
|
19562
|
+
const Ou = /* @__PURE__ */ function() {
|
|
19563
19563
|
return a0.exports;
|
|
19564
19564
|
}();
|
|
19565
19565
|
var l0 = function() {
|
|
@@ -19674,7 +19674,7 @@ const u0 = {
|
|
|
19674
19674
|
}
|
|
19675
19675
|
},
|
|
19676
19676
|
components: {
|
|
19677
|
-
signDrawer:
|
|
19677
|
+
signDrawer: Ou
|
|
19678
19678
|
},
|
|
19679
19679
|
data() {
|
|
19680
19680
|
return {
|
|
@@ -19978,7 +19978,7 @@ var f0 = function() {
|
|
|
19978
19978
|
}
|
|
19979
19979
|
}, [e._v("\u8BBE\u7F6E\u4E3A\u5E38\u7528\u610F\u89C1")])]) : e._e()])]) : e._e(), t("div", {
|
|
19980
19980
|
staticClass: "process-popup-content-person"
|
|
19981
|
-
}, [e.nextNodeData.length == 1 && e.nextNodeData[0].nodeType == "endEvent" ? t("div", [e._v(" \u4E0B\u4E00\u8282\u70B9\uFF1A\u7ED3\u675F\u4E8B\u4EF6 ")]) : e.nextNodeData && e.nextNodeData.nodeType == "endEvent" ? t("div", [e._v(" \u4E0B\u4E00\u8282\u70B9\uFF1A\u7ED3\u675F\u4E8B\u4EF6 ")]) : t("TreePerson", {
|
|
19981
|
+
}, [e.nextNodeData.length == 1 && e.nextNodeData[0].nodeType == "endEvent" ? t("div", [e._v(" \u4E0B\u4E00\u8282\u70B9\uFF1A\u7ED3\u675F\u4E8B\u4EF6 ")]) : e.nextNodeData && e.nextNodeData.nodeType == "endEvent" ? t("div", [e._v(" \u4E0B\u4E00\u8282\u70B9\uFF1A\u7ED3\u675F\u4E8B\u4EF6 ")]) : e.param.ProcessInsObj.taskParentId ? e._e() : t("TreePerson", {
|
|
19982
19982
|
ref: "TreePersonRef",
|
|
19983
19983
|
attrs: {
|
|
19984
19984
|
items: e.nextNodeData,
|
|
@@ -20115,7 +20115,7 @@ const g0 = {
|
|
|
20115
20115
|
MsgList: bs,
|
|
20116
20116
|
TreePerson: i0,
|
|
20117
20117
|
TopSign: h0,
|
|
20118
|
-
signDrawer:
|
|
20118
|
+
signDrawer: Ou
|
|
20119
20119
|
},
|
|
20120
20120
|
computed: {
|
|
20121
20121
|
check() {
|
|
@@ -20579,7 +20579,7 @@ const g0 = {
|
|
|
20579
20579
|
let l = 0;
|
|
20580
20580
|
if (this.radioCheckNameList.map((p, h) => {
|
|
20581
20581
|
(!this.multiNodeParticipant[p] || !this.multiNodeParticipant[p].length) && this.radioCheckChild.map((m, A) => {
|
|
20582
|
-
m.id == p && (m.humanPerformerName !== "\u56FA\u5B9A\u8D26\u6237" || m.humanPerformerName !== "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173") && (!m.childNode || !m.childNode.length ? l += 1 : this.radioCheckNode.map((k,
|
|
20582
|
+
m.id == p && (m.humanPerformerName !== "\u56FA\u5B9A\u8D26\u6237" || m.humanPerformerName !== "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173") && (!m.childNode || !m.childNode.length ? l += 1 : this.radioCheckNode.map((k, V) => {
|
|
20583
20583
|
(!this.multiNodeParticipant[k] || !this.multiNodeParticipant[k].length) && (l += 1), i[k] = this.multiNodeParticipant[k];
|
|
20584
20584
|
}));
|
|
20585
20585
|
}), i[p] = this.multiNodeParticipant[p];
|
|
@@ -20713,7 +20713,7 @@ var y0 = /* @__PURE__ */ be(
|
|
|
20713
20713
|
m0,
|
|
20714
20714
|
!1,
|
|
20715
20715
|
v0,
|
|
20716
|
-
"
|
|
20716
|
+
"5ea02048",
|
|
20717
20717
|
null,
|
|
20718
20718
|
null
|
|
20719
20719
|
);
|
|
@@ -21419,7 +21419,7 @@ var P0 = function() {
|
|
|
21419
21419
|
}
|
|
21420
21420
|
})], 1);
|
|
21421
21421
|
}, D0 = [];
|
|
21422
|
-
const
|
|
21422
|
+
const O0 = {
|
|
21423
21423
|
name: "ccTask",
|
|
21424
21424
|
props: {
|
|
21425
21425
|
param: {
|
|
@@ -21523,8 +21523,8 @@ const M0 = {
|
|
|
21523
21523
|
}
|
|
21524
21524
|
}
|
|
21525
21525
|
}, sl = {};
|
|
21526
|
-
var
|
|
21527
|
-
|
|
21526
|
+
var M0 = /* @__PURE__ */ be(
|
|
21527
|
+
O0,
|
|
21528
21528
|
P0,
|
|
21529
21529
|
D0,
|
|
21530
21530
|
!1,
|
|
@@ -21538,7 +21538,7 @@ function B0(e) {
|
|
|
21538
21538
|
this[i] = sl[i];
|
|
21539
21539
|
}
|
|
21540
21540
|
const R0 = /* @__PURE__ */ function() {
|
|
21541
|
-
return
|
|
21541
|
+
return M0.exports;
|
|
21542
21542
|
}();
|
|
21543
21543
|
var L0 = function() {
|
|
21544
21544
|
var e = this, i = e.$createElement, t = e._self._c || i;
|
|
@@ -21679,7 +21679,7 @@ var L0 = function() {
|
|
|
21679
21679
|
}
|
|
21680
21680
|
}, [e._v(" " + e._s(e.getButton("wf_print").name) + " ")]) : e._e()], 2);
|
|
21681
21681
|
}, F0 = [];
|
|
21682
|
-
const
|
|
21682
|
+
const j0 = {
|
|
21683
21683
|
name: "nf-button",
|
|
21684
21684
|
components: {
|
|
21685
21685
|
TopTips: ht
|
|
@@ -21768,8 +21768,8 @@ const V0 = {
|
|
|
21768
21768
|
}
|
|
21769
21769
|
}
|
|
21770
21770
|
}, nl = {};
|
|
21771
|
-
var
|
|
21772
|
-
|
|
21771
|
+
var V0 = /* @__PURE__ */ be(
|
|
21772
|
+
j0,
|
|
21773
21773
|
L0,
|
|
21774
21774
|
F0,
|
|
21775
21775
|
!1,
|
|
@@ -21783,7 +21783,7 @@ function Q0(e) {
|
|
|
21783
21783
|
this[i] = nl[i];
|
|
21784
21784
|
}
|
|
21785
21785
|
const U0 = /* @__PURE__ */ function() {
|
|
21786
|
-
return
|
|
21786
|
+
return V0.exports;
|
|
21787
21787
|
}(), G0 = {
|
|
21788
21788
|
name: "TopProcess",
|
|
21789
21789
|
components: {
|
|
@@ -22207,6 +22207,8 @@ const U0 = /* @__PURE__ */ function() {
|
|
|
22207
22207
|
), this.cctaskTopPopupTitle = e;
|
|
22208
22208
|
},
|
|
22209
22209
|
async getNextNode(e) {
|
|
22210
|
+
if (this.ProcessInsObj.process && (this.ProcessInsObj.process || {}).taskParentId)
|
|
22211
|
+
return !0;
|
|
22210
22212
|
let i;
|
|
22211
22213
|
try {
|
|
22212
22214
|
i = await this.request.get("/bladex/blade-workflow/tis/simulation", {
|
|
@@ -22222,6 +22224,9 @@ const U0 = /* @__PURE__ */ function() {
|
|
|
22222
22224
|
i.code == 200 && !i.data.evaluation && (this.incomingConditionItemList = [], t.branches = await this.getOutgoingProcessNode(
|
|
22223
22225
|
this.absoluteTaskId,
|
|
22224
22226
|
i.data.id
|
|
22227
|
+
)), i.code == 200 && i.data.evaluation && i.data.branches && i.data.branches.length > 0 && i.data.branches[0].nodeType != "userTask" && (this.incomingConditionItemList = [], t.branches = await this.getOutgoingProcessNode(
|
|
22228
|
+
this.absoluteTaskId,
|
|
22229
|
+
i.data.branches[0].id
|
|
22225
22230
|
)), t = await this.getSelectFixData(t, e), this.nextTaskNode = t, this.operationParam = {
|
|
22226
22231
|
...this.operationParam,
|
|
22227
22232
|
nextNodeData: (this.nextTaskNode || {}).id ? [this.nextTaskNode] : []
|
|
@@ -22361,7 +22366,7 @@ const U0 = /* @__PURE__ */ function() {
|
|
|
22361
22366
|
}) : this.$refs.topTips.handleClose();
|
|
22362
22367
|
},
|
|
22363
22368
|
async showOperation(e, i, t, s, n) {
|
|
22364
|
-
switch (this.beforeFunction && (this.operationParam.beforeFunction = this.beforeFunction), this.operationParam.request = this.request, this.annexlabel = s || "fasdfsafdsa", this.titleText = i, this.operationCom = e, this.operationComKey = Date.now(), this.operationParam.selChildrenItems = {}, this.operationParam.annex = s || "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 = i, this.operationParam.formData = this.formData, this.operationParam.ProcessInsObj = this.ProcessInsObj, this.operationParam.userInfo = this.user, this.nextTaskNode, 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, n) {
|
|
22369
|
+
switch (this.beforeFunction && (this.operationParam.beforeFunction = this.beforeFunction), this.operationParam.request = this.request, this.annexlabel = s || "fasdfsafdsa", this.titleText = i, this.operationCom = e, this.operationComKey = Date.now(), this.operationParam.selChildrenItems = {}, this.operationParam.annex = s || "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 = i, this.operationParam.formData = this.formData, this.operationParam.ProcessInsObj = this.ProcessInsObj.process || {}, this.operationParam.userInfo = this.user, this.nextTaskNode, 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, n) {
|
|
22365
22370
|
case "\u6284\u9001":
|
|
22366
22371
|
this.operationParam.visible = !0, this.cctaskTopPopup = !0;
|
|
22367
22372
|
break;
|
|
@@ -22739,7 +22744,7 @@ function K0(e) {
|
|
|
22739
22744
|
}
|
|
22740
22745
|
const lC = /* @__PURE__ */ function() {
|
|
22741
22746
|
return H0.exports;
|
|
22742
|
-
}(), W0 = "ddy-process-h5", Y0 = "1.0.1-rc.3.
|
|
22747
|
+
}(), W0 = "ddy-process-h5", Y0 = "1.0.1-rc.3.33", z0 = "> app\u7AEF \u6D41\u7A0B\u63D2\u4EF6", X0 = "./ddy-process-h5.umd.cjs", Z0 = "./style.css", $0 = "module", eC = {
|
|
22743
22748
|
".": {
|
|
22744
22749
|
import: "./ddy-process-h5.js",
|
|
22745
22750
|
require: "./ddy-process-h5.umd.cjs"
|