ui-process-h5 3.3.2 → 3.3.4
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/style.css +1 -1
- package/v2/ui-process-h5.js +245 -257
- package/v2/ui-process-h5.umd.cjs +6 -6
- package/v2.7/style.css +1 -1
- package/v2.7/ui-process-h5.js +506 -518
- package/v2.7/ui-process-h5.umd.cjs +7 -7
- package/v3/style.css +1 -1
- package/v3/ui-process-h5.js +741 -753
- package/v3/ui-process-h5.umd.cjs +1 -1
package/v2/ui-process-h5.js
CHANGED
|
@@ -127,8 +127,8 @@ function Rt(t, s) {
|
|
|
127
127
|
try {
|
|
128
128
|
var a = Array.isArray(t), n = Array.isArray(s);
|
|
129
129
|
if (a && n)
|
|
130
|
-
return t.length === s.length && t.every(function(l,
|
|
131
|
-
return Rt(l, s[
|
|
130
|
+
return t.length === s.length && t.every(function(l, p) {
|
|
131
|
+
return Rt(l, s[p]);
|
|
132
132
|
});
|
|
133
133
|
if (t instanceof Date && s instanceof Date)
|
|
134
134
|
return t.getTime() === s.getTime();
|
|
@@ -426,17 +426,17 @@ function et(t, s, e, i, a) {
|
|
|
426
426
|
if (!(r && r.configurable === !1)) {
|
|
427
427
|
var o = r && r.get, l = r && r.set;
|
|
428
428
|
(!o || l) && arguments.length === 2 && (e = t[s]);
|
|
429
|
-
var
|
|
429
|
+
var p = !a && Gt(e);
|
|
430
430
|
Object.defineProperty(t, s, {
|
|
431
431
|
enumerable: !0,
|
|
432
432
|
configurable: !0,
|
|
433
433
|
get: function() {
|
|
434
434
|
var m = o ? o.call(t) : e;
|
|
435
|
-
return Y.target && (n.depend(),
|
|
435
|
+
return Y.target && (n.depend(), p && (p.dep.depend(), Array.isArray(m) && cn(m))), m;
|
|
436
436
|
},
|
|
437
437
|
set: function(m) {
|
|
438
438
|
var A = o ? o.call(t) : e;
|
|
439
|
-
m === A || m !== m && A !== A || (process.env.NODE_ENV !== "production" && i && i(), !(o && !l) && (l ? l.call(t, m) : e = m,
|
|
439
|
+
m === A || m !== m && A !== A || (process.env.NODE_ENV !== "production" && i && i(), !(o && !l) && (l ? l.call(t, m) : e = m, p = !a && Gt(m), n.notify()));
|
|
440
440
|
}
|
|
441
441
|
});
|
|
442
442
|
}
|
|
@@ -613,8 +613,8 @@ function Jt(t, s, e) {
|
|
|
613
613
|
for (r in s)
|
|
614
614
|
F(t, r) || o(r);
|
|
615
615
|
function o(l) {
|
|
616
|
-
var
|
|
617
|
-
n[l] =
|
|
616
|
+
var p = X[l] || pn;
|
|
617
|
+
n[l] = p(t[l], s[l], e, l);
|
|
618
618
|
}
|
|
619
619
|
return n;
|
|
620
620
|
}
|
|
@@ -648,8 +648,8 @@ function $s(t, s, e, i) {
|
|
|
648
648
|
}
|
|
649
649
|
if (r === void 0) {
|
|
650
650
|
r = Kr(i, a, t);
|
|
651
|
-
var
|
|
652
|
-
bt(!0), Gt(r), bt(
|
|
651
|
+
var p = Hs;
|
|
652
|
+
bt(!0), Gt(r), bt(p);
|
|
653
653
|
}
|
|
654
654
|
return process.env.NODE_ENV !== "production" && Yr(a, t, r, i, n), r;
|
|
655
655
|
}
|
|
@@ -675,8 +675,8 @@ function Yr(t, s, e, i, a) {
|
|
|
675
675
|
if (n) {
|
|
676
676
|
Array.isArray(n) || (n = [n]);
|
|
677
677
|
for (var l = 0; l < n.length && !r; l++) {
|
|
678
|
-
var
|
|
679
|
-
o.push(
|
|
678
|
+
var p = Wr(e, n[l], i);
|
|
679
|
+
o.push(p.expectedType || ""), r = p.valid;
|
|
680
680
|
}
|
|
681
681
|
}
|
|
682
682
|
var h = o.some(function(A) {
|
|
@@ -939,14 +939,14 @@ function Bs(t, s) {
|
|
|
939
939
|
return e.fns = t, e;
|
|
940
940
|
}
|
|
941
941
|
function dn(t, s, e, i, a, n) {
|
|
942
|
-
var r, o, l,
|
|
942
|
+
var r, o, l, p;
|
|
943
943
|
for (r in t)
|
|
944
|
-
o = t[r], l = s[r],
|
|
945
|
-
'Invalid handler for event "' +
|
|
944
|
+
o = t[r], l = s[r], p = Qi(r), C(o) ? process.env.NODE_ENV !== "production" && g(
|
|
945
|
+
'Invalid handler for event "' + p.name + '": got ' + String(o),
|
|
946
946
|
n
|
|
947
|
-
) : C(l) ? (C(o.fns) && (o = t[r] = Bs(o, n)), M(
|
|
947
|
+
) : C(l) ? (C(o.fns) && (o = t[r] = Bs(o, n)), M(p.once) && (o = t[r] = a(p.name, o, p.capture)), e(p.name, o, p.capture, p.passive, p.params)) : o !== l && (l.fns = o, t[r] = l);
|
|
948
948
|
for (r in s)
|
|
949
|
-
C(t[r]) && (
|
|
949
|
+
C(t[r]) && (p = Qi(r), i(p.name, s[r], p.capture));
|
|
950
950
|
}
|
|
951
951
|
function yt(t, s, e) {
|
|
952
952
|
t instanceof q && (t = t.data.hook || (t.data.hook = {}));
|
|
@@ -964,9 +964,9 @@ function ro(t, s, e) {
|
|
|
964
964
|
for (var o in i) {
|
|
965
965
|
var l = jt(o);
|
|
966
966
|
if (process.env.NODE_ENV !== "production") {
|
|
967
|
-
var
|
|
968
|
-
o !==
|
|
969
|
-
'Prop "' +
|
|
967
|
+
var p = o.toLowerCase();
|
|
968
|
+
o !== p && n && F(n, p) && Ys(
|
|
969
|
+
'Prop "' + p + '" is passed to component ' + Ot(e || s) + ', but the declared prop name is "' + o + '". Note that HTML attributes are case-insensitive and camelCased props need to use their kebab-case equivalents when using in-DOM templates. You should probably use "' + l + '" instead of "' + o + '".'
|
|
970
970
|
);
|
|
971
971
|
}
|
|
972
972
|
Fi(a, r, o, l, !0) || Fi(a, n, o, l, !1);
|
|
@@ -1050,8 +1050,8 @@ function si(t, s) {
|
|
|
1050
1050
|
} else
|
|
1051
1051
|
(e.default || (e.default = [])).push(n);
|
|
1052
1052
|
}
|
|
1053
|
-
for (var
|
|
1054
|
-
e[
|
|
1053
|
+
for (var p in e)
|
|
1054
|
+
e[p].every(po) && delete e[p];
|
|
1055
1055
|
return e;
|
|
1056
1056
|
}
|
|
1057
1057
|
function po(t) {
|
|
@@ -1142,8 +1142,8 @@ function vo(t, s, e, i, a) {
|
|
|
1142
1142
|
if (l === "class" || l === "style" || Wa(l))
|
|
1143
1143
|
n = t;
|
|
1144
1144
|
else {
|
|
1145
|
-
var
|
|
1146
|
-
n = i || S.mustUseProp(s,
|
|
1145
|
+
var p = t.attrs && t.attrs.type;
|
|
1146
|
+
n = i || S.mustUseProp(s, p, l) ? t.domProps || (t.domProps = {}) : t.attrs || (t.attrs = {});
|
|
1147
1147
|
}
|
|
1148
1148
|
var h = _t(l), m = jt(l);
|
|
1149
1149
|
if (!(h in n) && !(m in n) && (n[l] = e[l], a)) {
|
|
@@ -1222,7 +1222,7 @@ function An(t) {
|
|
|
1222
1222
|
function ii(t, s, e, i, a) {
|
|
1223
1223
|
var n = this, r = a.options, o;
|
|
1224
1224
|
F(i, "_uid") ? (o = Object.create(i), o._original = i) : (o = i, i = i._original);
|
|
1225
|
-
var l = M(r._compiled),
|
|
1225
|
+
var l = M(r._compiled), p = !l;
|
|
1226
1226
|
this.data = t, this.props = s, this.children = e, this.parent = i, this.listeners = t.on || Z, this.injections = fn(r.inject, i), this.slots = function() {
|
|
1227
1227
|
return n.$slots || Fe(
|
|
1228
1228
|
t.scopedSlots,
|
|
@@ -1234,10 +1234,10 @@ function ii(t, s, e, i, a) {
|
|
|
1234
1234
|
return Fe(t.scopedSlots, this.slots());
|
|
1235
1235
|
}
|
|
1236
1236
|
}), l && (this.$options = r, this.$slots = this.slots(), this.$scopedSlots = Fe(t.scopedSlots, this.$slots)), r._scopeId ? this._c = function(h, m, A, b) {
|
|
1237
|
-
var x = He(o, h, m, A, b,
|
|
1237
|
+
var x = He(o, h, m, A, b, p);
|
|
1238
1238
|
return x && !Array.isArray(x) && (x.fnScopeId = r._scopeId, x.fnContext = i), x;
|
|
1239
1239
|
} : this._c = function(h, m, A, b) {
|
|
1240
|
-
return He(o, h, m, A, b,
|
|
1240
|
+
return He(o, h, m, A, b, p);
|
|
1241
1241
|
};
|
|
1242
1242
|
}
|
|
1243
1243
|
An(ii.prototype);
|
|
@@ -1248,18 +1248,18 @@ function ko(t, s, e, i, a) {
|
|
|
1248
1248
|
r[l] = $s(l, o, s || Z);
|
|
1249
1249
|
else
|
|
1250
1250
|
d(e.attrs) && Ri(r, e.attrs), d(e.props) && Ri(r, e.props);
|
|
1251
|
-
var
|
|
1251
|
+
var p = new ii(
|
|
1252
1252
|
e,
|
|
1253
1253
|
r,
|
|
1254
1254
|
a,
|
|
1255
1255
|
i,
|
|
1256
1256
|
t
|
|
1257
|
-
), h = n.render.call(null,
|
|
1257
|
+
), h = n.render.call(null, p._c, p);
|
|
1258
1258
|
if (h instanceof q)
|
|
1259
|
-
return _i(h, e,
|
|
1259
|
+
return _i(h, e, p.parent, n, p);
|
|
1260
1260
|
if (Array.isArray(h)) {
|
|
1261
1261
|
for (var m = ei(h) || [], A = new Array(m.length), b = 0; b < m.length; b++)
|
|
1262
|
-
A[b] = _i(m[b], e,
|
|
1262
|
+
A[b] = _i(m[b], e, p.parent, n, p);
|
|
1263
1263
|
return A;
|
|
1264
1264
|
}
|
|
1265
1265
|
}
|
|
@@ -1325,8 +1325,8 @@ function Ji(t, s, e, i, a) {
|
|
|
1325
1325
|
return ko(t, o, s, e, i);
|
|
1326
1326
|
var l = s.on;
|
|
1327
1327
|
if (s.on = s.nativeOn, M(t.options.abstract)) {
|
|
1328
|
-
var
|
|
1329
|
-
s = {},
|
|
1328
|
+
var p = s.slot;
|
|
1329
|
+
s = {}, p && (s.slot = p);
|
|
1330
1330
|
}
|
|
1331
1331
|
No(s);
|
|
1332
1332
|
var h = t.options.name || a, m = new q(
|
|
@@ -1493,16 +1493,16 @@ function Lo(t, s) {
|
|
|
1493
1493
|
m && (i.length = 0, n !== null && (clearTimeout(n), n = null), r !== null && (clearTimeout(r), r = null));
|
|
1494
1494
|
}, l = Re(function(m) {
|
|
1495
1495
|
t.resolved = ps(m, s), a ? i.length = 0 : o(!0);
|
|
1496
|
-
}),
|
|
1496
|
+
}), p = Re(function(m) {
|
|
1497
1497
|
process.env.NODE_ENV !== "production" && g(
|
|
1498
1498
|
"Failed to resolve async component: " + String(t) + (m ? `
|
|
1499
1499
|
Reason: ` + m : "")
|
|
1500
1500
|
), d(t.errorComp) && (t.error = !0, o(!0));
|
|
1501
|
-
}), h = t(l,
|
|
1502
|
-
return U(h) && (ys(h) ? C(t.resolved) && h.then(l,
|
|
1501
|
+
}), h = t(l, p);
|
|
1502
|
+
return U(h) && (ys(h) ? C(t.resolved) && h.then(l, p) : ys(h.component) && (h.component.then(l, p), d(h.error) && (t.errorComp = ps(h.error, s)), d(h.loading) && (t.loadingComp = ps(h.loading, s), h.delay === 0 ? t.loading = !0 : n = setTimeout(function() {
|
|
1503
1503
|
n = null, C(t.resolved) && C(t.error) && (t.loading = !0, o(!1));
|
|
1504
1504
|
}, h.delay || 200)), d(h.timeout) && (r = setTimeout(function() {
|
|
1505
|
-
r = null, C(t.resolved) &&
|
|
1505
|
+
r = null, C(t.resolved) && p(
|
|
1506
1506
|
process.env.NODE_ENV !== "production" ? "timeout (" + h.timeout + "ms)" : null
|
|
1507
1507
|
);
|
|
1508
1508
|
}, h.timeout)))), a = !1, t.loading ? t.loadingComp : t.resolved;
|
|
@@ -1568,9 +1568,9 @@ function _o(t) {
|
|
|
1568
1568
|
return a;
|
|
1569
1569
|
if (!i)
|
|
1570
1570
|
return a._events[e] = null, a;
|
|
1571
|
-
for (var l,
|
|
1572
|
-
if (l = o[
|
|
1573
|
-
o.splice(
|
|
1571
|
+
for (var l, p = o.length; p--; )
|
|
1572
|
+
if (l = o[p], l === i || l.fn === i) {
|
|
1573
|
+
o.splice(p, 1);
|
|
1574
1574
|
break;
|
|
1575
1575
|
}
|
|
1576
1576
|
return a;
|
|
@@ -1585,7 +1585,7 @@ function _o(t) {
|
|
|
1585
1585
|
var n = i._events[e];
|
|
1586
1586
|
if (n) {
|
|
1587
1587
|
n = n.length > 1 ? Cs(n) : n;
|
|
1588
|
-
for (var r = Cs(arguments, 1), o = 'event handler for "' + e + '"', l = 0,
|
|
1588
|
+
for (var r = Cs(arguments, 1), o = 'event handler for "' + e + '"', l = 0, p = n.length; l < p; l++)
|
|
1589
1589
|
ie(n[l], i, r, i, o);
|
|
1590
1590
|
}
|
|
1591
1591
|
return i;
|
|
@@ -1653,9 +1653,9 @@ function qo(t, s, e, i, a) {
|
|
|
1653
1653
|
var n = i.data.scopedSlots, r = t.$scopedSlots, o = !!(n && !n.$stable || r !== Z && !r.$stable || n && t.$scopedSlots.$key !== n.$key || !n && t.$scopedSlots.$key), l = !!(a || t.$options._renderChildren || o);
|
|
1654
1654
|
if (t.$options._parentVnode = i, t.$vnode = i, t._vnode && (t._vnode.parent = i), t.$options._renderChildren = a, t.$attrs = i.data.attrs || Z, t.$listeners = e || Z, s && t.$options.props) {
|
|
1655
1655
|
bt(!1);
|
|
1656
|
-
for (var
|
|
1656
|
+
for (var p = t._props, h = t.$options._propKeys || [], m = 0; m < h.length; m++) {
|
|
1657
1657
|
var A = h[m], b = t.$options.props;
|
|
1658
|
-
|
|
1658
|
+
p[A] = $s(A, b, s, t);
|
|
1659
1659
|
}
|
|
1660
1660
|
bt(!0), t.$options.propsData = s;
|
|
1661
1661
|
}
|
|
@@ -1844,20 +1844,20 @@ function $o(t, s) {
|
|
|
1844
1844
|
n || bt(!1);
|
|
1845
1845
|
var r = function(l) {
|
|
1846
1846
|
a.push(l);
|
|
1847
|
-
var
|
|
1847
|
+
var p = $s(l, s, e, t);
|
|
1848
1848
|
if (process.env.NODE_ENV !== "production") {
|
|
1849
1849
|
var h = jt(l);
|
|
1850
1850
|
(Wa(h) || S.isReservedAttr(h)) && g(
|
|
1851
1851
|
'"' + h + '" is a reserved attribute and cannot be used as component prop.',
|
|
1852
1852
|
t
|
|
1853
|
-
), et(i, l,
|
|
1853
|
+
), et(i, l, p, function() {
|
|
1854
1854
|
!n && !ve && g(
|
|
1855
1855
|
`Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: "` + l + '"',
|
|
1856
1856
|
t
|
|
1857
1857
|
);
|
|
1858
1858
|
});
|
|
1859
1859
|
} else
|
|
1860
|
-
et(i, l,
|
|
1860
|
+
et(i, l, p);
|
|
1861
1861
|
l in t || li(t, "_props", l);
|
|
1862
1862
|
};
|
|
1863
1863
|
for (var o in s)
|
|
@@ -2055,8 +2055,8 @@ function hl(t) {
|
|
|
2055
2055
|
return n[a];
|
|
2056
2056
|
var r = e.name || i.options.name;
|
|
2057
2057
|
process.env.NODE_ENV !== "production" && r && zs(r);
|
|
2058
|
-
var o = function(
|
|
2059
|
-
this._init(
|
|
2058
|
+
var o = function(p) {
|
|
2059
|
+
this._init(p);
|
|
2060
2060
|
};
|
|
2061
2061
|
return o.prototype = Object.create(i.prototype), o.prototype.constructor = o, o.cid = s++, o.options = Jt(
|
|
2062
2062
|
i.options,
|
|
@@ -2152,8 +2152,8 @@ var Wi = [String, RegExp, Array], Al = {
|
|
|
2152
2152
|
var a = Yi(i), n = this, r = n.include, o = n.exclude;
|
|
2153
2153
|
if (r && (!a || !De(r, a)) || o && a && De(o, a))
|
|
2154
2154
|
return e;
|
|
2155
|
-
var l = this,
|
|
2156
|
-
|
|
2155
|
+
var l = this, p = l.cache, h = l.keys, m = e.key == null ? i.Ctor.cid + (i.tag ? "::" + i.tag : "") : e.key;
|
|
2156
|
+
p[m] ? (e.componentInstance = p[m].componentInstance, ft(h, m), h.push(m)) : (this.vnodeToCache = e, this.keyToCache = m), e.data.keepAlive = !0;
|
|
2157
2157
|
}
|
|
2158
2158
|
return e || s && s[0];
|
|
2159
2159
|
}
|
|
@@ -2368,60 +2368,60 @@ function Zl(t) {
|
|
|
2368
2368
|
function r(u) {
|
|
2369
2369
|
return new q(n.tagName(u).toLowerCase(), {}, [], void 0, u);
|
|
2370
2370
|
}
|
|
2371
|
-
function o(u,
|
|
2371
|
+
function o(u, c) {
|
|
2372
2372
|
function f() {
|
|
2373
2373
|
--f.listeners === 0 && l(u);
|
|
2374
2374
|
}
|
|
2375
|
-
return f.listeners =
|
|
2375
|
+
return f.listeners = c, f;
|
|
2376
2376
|
}
|
|
2377
2377
|
function l(u) {
|
|
2378
|
-
var
|
|
2379
|
-
d(
|
|
2378
|
+
var c = n.parentNode(u);
|
|
2379
|
+
d(c) && n.removeChild(c, u);
|
|
2380
2380
|
}
|
|
2381
|
-
function
|
|
2382
|
-
return !
|
|
2381
|
+
function p(u, c) {
|
|
2382
|
+
return !c && !u.ns && !(S.ignoredElements.length && S.ignoredElements.some(function(f) {
|
|
2383
2383
|
return Ya(f) ? f.test(u.tag) : f === u.tag;
|
|
2384
2384
|
})) && S.isUnknownElement(u.tag);
|
|
2385
2385
|
}
|
|
2386
2386
|
var h = 0;
|
|
2387
|
-
function m(u,
|
|
2388
|
-
if (d(u.elm) && d(w) && (u = w[k] = Is(u)), u.isRootInsert = !y, !A(u,
|
|
2387
|
+
function m(u, c, f, v, y, w, k) {
|
|
2388
|
+
if (d(u.elm) && d(w) && (u = w[k] = Is(u)), u.isRootInsert = !y, !A(u, c, f, v)) {
|
|
2389
2389
|
var I = u.data, B = u.children, N = u.tag;
|
|
2390
|
-
d(N) ? (process.env.NODE_ENV !== "production" && (I && I.pre && h++,
|
|
2390
|
+
d(N) ? (process.env.NODE_ENV !== "production" && (I && I.pre && h++, p(u, h) && g(
|
|
2391
2391
|
"Unknown custom element: <" + N + '> - did you register the component correctly? For recursive components, make sure to provide the "name" option.',
|
|
2392
2392
|
u.context
|
|
2393
|
-
)), u.elm = u.ns ? n.createElementNS(u.ns, N) : n.createElement(N, u), Nt(u), at(u, B,
|
|
2393
|
+
)), u.elm = u.ns ? n.createElementNS(u.ns, N) : n.createElement(N, u), Nt(u), at(u, B, c), d(I) && K(u, c), T(f, u.elm, v), process.env.NODE_ENV !== "production" && I && I.pre && h--) : M(u.isComment) ? (u.elm = n.createComment(u.text), T(f, u.elm, v)) : (u.elm = n.createTextNode(u.text), T(f, u.elm, v));
|
|
2394
2394
|
}
|
|
2395
2395
|
}
|
|
2396
|
-
function A(u,
|
|
2396
|
+
function A(u, c, f, v) {
|
|
2397
2397
|
var y = u.data;
|
|
2398
2398
|
if (d(y)) {
|
|
2399
2399
|
var w = d(u.componentInstance) && y.keepAlive;
|
|
2400
2400
|
if (d(y = y.hook) && d(y = y.init) && y(u, !1), d(u.componentInstance))
|
|
2401
|
-
return b(u,
|
|
2401
|
+
return b(u, c), T(f, u.elm, v), M(w) && x(u, c, f, v), !0;
|
|
2402
2402
|
}
|
|
2403
2403
|
}
|
|
2404
|
-
function b(u,
|
|
2405
|
-
d(u.data.pendingInsert) && (
|
|
2404
|
+
function b(u, c) {
|
|
2405
|
+
d(u.data.pendingInsert) && (c.push.apply(c, u.data.pendingInsert), u.data.pendingInsert = null), u.elm = u.componentInstance.$el, V(u) ? (K(u, c), Nt(u)) : ($t(u), c.push(u));
|
|
2406
2406
|
}
|
|
2407
|
-
function x(u,
|
|
2407
|
+
function x(u, c, f, v) {
|
|
2408
2408
|
for (var y, w = u; w.componentInstance; )
|
|
2409
2409
|
if (w = w.componentInstance._vnode, d(y = w.data) && d(y = y.transition)) {
|
|
2410
2410
|
for (y = 0; y < i.activate.length; ++y)
|
|
2411
2411
|
i.activate[y](Mt, w);
|
|
2412
|
-
|
|
2412
|
+
c.push(w);
|
|
2413
2413
|
break;
|
|
2414
2414
|
}
|
|
2415
2415
|
T(f, u.elm, v);
|
|
2416
2416
|
}
|
|
2417
|
-
function T(u,
|
|
2418
|
-
d(u) && (d(f) ? n.parentNode(f) === u && n.insertBefore(u,
|
|
2417
|
+
function T(u, c, f) {
|
|
2418
|
+
d(u) && (d(f) ? n.parentNode(f) === u && n.insertBefore(u, c, f) : n.appendChild(u, c));
|
|
2419
2419
|
}
|
|
2420
|
-
function at(u,
|
|
2421
|
-
if (Array.isArray(
|
|
2422
|
-
process.env.NODE_ENV !== "production" && Yt(
|
|
2423
|
-
for (var v = 0; v <
|
|
2424
|
-
m(
|
|
2420
|
+
function at(u, c, f) {
|
|
2421
|
+
if (Array.isArray(c)) {
|
|
2422
|
+
process.env.NODE_ENV !== "production" && Yt(c);
|
|
2423
|
+
for (var v = 0; v < c.length; ++v)
|
|
2424
|
+
m(c[v], f, u.elm, null, !0, c, v);
|
|
2425
2425
|
} else
|
|
2426
2426
|
wt(u.text) && n.appendChild(u.elm, n.createTextNode(String(u.text)));
|
|
2427
2427
|
}
|
|
@@ -2430,113 +2430,113 @@ function Zl(t) {
|
|
|
2430
2430
|
u = u.componentInstance._vnode;
|
|
2431
2431
|
return d(u.tag);
|
|
2432
2432
|
}
|
|
2433
|
-
function K(u,
|
|
2433
|
+
function K(u, c) {
|
|
2434
2434
|
for (var f = 0; f < i.create.length; ++f)
|
|
2435
2435
|
i.create[f](Mt, u);
|
|
2436
|
-
s = u.data.hook, d(s) && (d(s.create) && s.create(Mt, u), d(s.insert) &&
|
|
2436
|
+
s = u.data.hook, d(s) && (d(s.create) && s.create(Mt, u), d(s.insert) && c.push(u));
|
|
2437
2437
|
}
|
|
2438
2438
|
function Nt(u) {
|
|
2439
|
-
var
|
|
2440
|
-
if (d(
|
|
2441
|
-
n.setStyleScope(u.elm,
|
|
2439
|
+
var c;
|
|
2440
|
+
if (d(c = u.fnScopeId))
|
|
2441
|
+
n.setStyleScope(u.elm, c);
|
|
2442
2442
|
else
|
|
2443
2443
|
for (var f = u; f; )
|
|
2444
|
-
d(
|
|
2445
|
-
d(
|
|
2444
|
+
d(c = f.context) && d(c = c.$options._scopeId) && n.setStyleScope(u.elm, c), f = f.parent;
|
|
2445
|
+
d(c = Ft) && c !== u.context && c !== u.fnContext && d(c = c.$options._scopeId) && n.setStyleScope(u.elm, c);
|
|
2446
2446
|
}
|
|
2447
|
-
function Kt(u,
|
|
2447
|
+
function Kt(u, c, f, v, y, w) {
|
|
2448
2448
|
for (; v <= y; ++v)
|
|
2449
|
-
m(f[v], w, u,
|
|
2449
|
+
m(f[v], w, u, c, !1, f, v);
|
|
2450
2450
|
}
|
|
2451
2451
|
function Et(u) {
|
|
2452
|
-
var
|
|
2452
|
+
var c, f, v = u.data;
|
|
2453
2453
|
if (d(v))
|
|
2454
|
-
for (d(
|
|
2455
|
-
i.destroy[
|
|
2456
|
-
if (d(
|
|
2454
|
+
for (d(c = v.hook) && d(c = c.destroy) && c(u), c = 0; c < i.destroy.length; ++c)
|
|
2455
|
+
i.destroy[c](u);
|
|
2456
|
+
if (d(c = u.children))
|
|
2457
2457
|
for (f = 0; f < u.children.length; ++f)
|
|
2458
2458
|
Et(u.children[f]);
|
|
2459
2459
|
}
|
|
2460
|
-
function ct(u,
|
|
2461
|
-
for (;
|
|
2462
|
-
var v = u[
|
|
2460
|
+
function ct(u, c, f) {
|
|
2461
|
+
for (; c <= f; ++c) {
|
|
2462
|
+
var v = u[c];
|
|
2463
2463
|
d(v) && (d(v.tag) ? (tt(v), Et(v)) : l(v.elm));
|
|
2464
2464
|
}
|
|
2465
2465
|
}
|
|
2466
|
-
function tt(u,
|
|
2467
|
-
if (d(
|
|
2466
|
+
function tt(u, c) {
|
|
2467
|
+
if (d(c) || d(u.data)) {
|
|
2468
2468
|
var f, v = i.remove.length + 1;
|
|
2469
|
-
for (d(
|
|
2470
|
-
i.remove[f](u,
|
|
2471
|
-
d(f = u.data.hook) && d(f = f.remove) ? f(u,
|
|
2469
|
+
for (d(c) ? c.listeners += v : c = o(u.elm, v), d(f = u.componentInstance) && d(f = f._vnode) && d(f.data) && tt(f, c), f = 0; f < i.remove.length; ++f)
|
|
2470
|
+
i.remove[f](u, c);
|
|
2471
|
+
d(f = u.data.hook) && d(f = f.remove) ? f(u, c) : c();
|
|
2472
2472
|
} else
|
|
2473
2473
|
l(u.elm);
|
|
2474
2474
|
}
|
|
2475
|
-
function le(u,
|
|
2476
|
-
var w = 0, k = 0, I =
|
|
2475
|
+
function le(u, c, f, v, y) {
|
|
2476
|
+
var w = 0, k = 0, I = c.length - 1, B = c[0], N = c[I], E = f.length - 1, L = f[0], z = f[E], Bt, At, vt, Ci, os = !y;
|
|
2477
2477
|
for (process.env.NODE_ENV !== "production" && Yt(f); w <= I && k <= E; )
|
|
2478
|
-
C(B) ? B =
|
|
2479
|
-
w > I ? (Ci = C(f[E + 1]) ? null : f[E + 1].elm, Kt(u, Ci, f, k, E, v)) : k > E && ct(
|
|
2478
|
+
C(B) ? B = c[++w] : C(N) ? N = c[--I] : St(B, L) ? (pt(B, L, v, f, k), B = c[++w], L = f[++k]) : St(N, z) ? (pt(N, z, v, f, E), N = c[--I], z = f[--E]) : St(B, z) ? (pt(B, z, v, f, E), os && n.insertBefore(u, B.elm, n.nextSibling(N.elm)), B = c[++w], z = f[--E]) : St(N, L) ? (pt(N, L, v, f, k), os && n.insertBefore(u, N.elm, B.elm), N = c[--I], L = f[++k]) : (C(Bt) && (Bt = zl(c, w, I)), At = d(L.key) ? Bt[L.key] : we(L, c, w, I), C(At) ? m(L, v, u, B.elm, !1, f, k) : (vt = c[At], St(vt, L) ? (pt(vt, L, v, f, k), c[At] = void 0, os && n.insertBefore(u, vt.elm, B.elm)) : m(L, v, u, B.elm, !1, f, k)), L = f[++k]);
|
|
2479
|
+
w > I ? (Ci = C(f[E + 1]) ? null : f[E + 1].elm, Kt(u, Ci, f, k, E, v)) : k > E && ct(c, w, I);
|
|
2480
2480
|
}
|
|
2481
2481
|
function Yt(u) {
|
|
2482
|
-
for (var
|
|
2482
|
+
for (var c = {}, f = 0; f < u.length; f++) {
|
|
2483
2483
|
var v = u[f], y = v.key;
|
|
2484
|
-
d(y) && (
|
|
2484
|
+
d(y) && (c[y] ? g(
|
|
2485
2485
|
"Duplicate keys detected: '" + y + "'. This may cause an update error.",
|
|
2486
2486
|
v.context
|
|
2487
|
-
) :
|
|
2487
|
+
) : c[y] = !0);
|
|
2488
2488
|
}
|
|
2489
2489
|
}
|
|
2490
|
-
function we(u,
|
|
2490
|
+
function we(u, c, f, v) {
|
|
2491
2491
|
for (var y = f; y < v; y++) {
|
|
2492
|
-
var w =
|
|
2492
|
+
var w = c[y];
|
|
2493
2493
|
if (d(w) && St(u, w))
|
|
2494
2494
|
return y;
|
|
2495
2495
|
}
|
|
2496
2496
|
}
|
|
2497
|
-
function pt(u,
|
|
2498
|
-
if (u !==
|
|
2499
|
-
d(
|
|
2500
|
-
var k =
|
|
2497
|
+
function pt(u, c, f, v, y, w) {
|
|
2498
|
+
if (u !== c) {
|
|
2499
|
+
d(c.elm) && d(v) && (c = v[y] = Is(c));
|
|
2500
|
+
var k = c.elm = u.elm;
|
|
2501
2501
|
if (M(u.isAsyncPlaceholder)) {
|
|
2502
|
-
d(
|
|
2502
|
+
d(c.asyncFactory.resolved) ? gt(u.elm, c, f) : c.isAsyncPlaceholder = !0;
|
|
2503
2503
|
return;
|
|
2504
2504
|
}
|
|
2505
|
-
if (M(
|
|
2506
|
-
|
|
2505
|
+
if (M(c.isStatic) && M(u.isStatic) && c.key === u.key && (M(c.isCloned) || M(c.isOnce))) {
|
|
2506
|
+
c.componentInstance = u.componentInstance;
|
|
2507
2507
|
return;
|
|
2508
2508
|
}
|
|
2509
|
-
var I, B =
|
|
2510
|
-
d(B) && d(I = B.hook) && d(I = I.prepatch) && I(u,
|
|
2511
|
-
var N = u.children, E =
|
|
2512
|
-
if (d(B) && V(
|
|
2509
|
+
var I, B = c.data;
|
|
2510
|
+
d(B) && d(I = B.hook) && d(I = I.prepatch) && I(u, c);
|
|
2511
|
+
var N = u.children, E = c.children;
|
|
2512
|
+
if (d(B) && V(c)) {
|
|
2513
2513
|
for (I = 0; I < i.update.length; ++I)
|
|
2514
|
-
i.update[I](u,
|
|
2515
|
-
d(I = B.hook) && d(I = I.update) && I(u,
|
|
2514
|
+
i.update[I](u, c);
|
|
2515
|
+
d(I = B.hook) && d(I = I.update) && I(u, c);
|
|
2516
2516
|
}
|
|
2517
|
-
C(
|
|
2517
|
+
C(c.text) ? d(N) && d(E) ? N !== E && le(k, N, E, f, w) : d(E) ? (process.env.NODE_ENV !== "production" && Yt(E), d(u.text) && n.setTextContent(k, ""), Kt(k, null, E, 0, E.length - 1, f)) : d(N) ? ct(N, 0, N.length - 1) : d(u.text) && n.setTextContent(k, "") : u.text !== c.text && n.setTextContent(k, c.text), d(B) && d(I = B.hook) && d(I = I.postpatch) && I(u, c);
|
|
2518
2518
|
}
|
|
2519
2519
|
}
|
|
2520
|
-
function mt(u,
|
|
2520
|
+
function mt(u, c, f) {
|
|
2521
2521
|
if (M(f) && d(u.parent))
|
|
2522
|
-
u.parent.data.pendingInsert =
|
|
2522
|
+
u.parent.data.pendingInsert = c;
|
|
2523
2523
|
else
|
|
2524
|
-
for (var v = 0; v <
|
|
2525
|
-
|
|
2524
|
+
for (var v = 0; v < c.length; ++v)
|
|
2525
|
+
c[v].data.hook.insert(c[v]);
|
|
2526
2526
|
}
|
|
2527
2527
|
var xt = !1, Ne = W("attrs,class,staticClass,staticStyle,key");
|
|
2528
|
-
function gt(u,
|
|
2529
|
-
var y, w =
|
|
2530
|
-
if (v = v || k && k.pre,
|
|
2531
|
-
return
|
|
2532
|
-
if (process.env.NODE_ENV !== "production" && !Ht(u,
|
|
2528
|
+
function gt(u, c, f, v) {
|
|
2529
|
+
var y, w = c.tag, k = c.data, I = c.children;
|
|
2530
|
+
if (v = v || k && k.pre, c.elm = u, M(c.isComment) && d(c.asyncFactory))
|
|
2531
|
+
return c.isAsyncPlaceholder = !0, !0;
|
|
2532
|
+
if (process.env.NODE_ENV !== "production" && !Ht(u, c, v))
|
|
2533
2533
|
return !1;
|
|
2534
|
-
if (d(k) && (d(y = k.hook) && d(y = y.init) && y(
|
|
2535
|
-
return b(
|
|
2534
|
+
if (d(k) && (d(y = k.hook) && d(y = y.init) && y(c, !0), d(y = c.componentInstance)))
|
|
2535
|
+
return b(c, f), !0;
|
|
2536
2536
|
if (d(w)) {
|
|
2537
2537
|
if (d(I))
|
|
2538
2538
|
if (!u.hasChildNodes())
|
|
2539
|
-
at(
|
|
2539
|
+
at(c, I, f);
|
|
2540
2540
|
else if (d(y = k) && d(y = y.domProps) && d(y = y.innerHTML)) {
|
|
2541
2541
|
if (y !== u.innerHTML)
|
|
2542
2542
|
return process.env.NODE_ENV !== "production" && typeof console < "u" && !xt && (xt = !0, console.warn("Parent: ", u), console.warn("server innerHTML: ", y), console.warn("client innerHTML: ", u.innerHTML)), !1;
|
|
@@ -2555,42 +2555,42 @@ function Zl(t) {
|
|
|
2555
2555
|
var L = !1;
|
|
2556
2556
|
for (var z in k)
|
|
2557
2557
|
if (!Ne(z)) {
|
|
2558
|
-
L = !0, K(
|
|
2558
|
+
L = !0, K(c, f);
|
|
2559
2559
|
break;
|
|
2560
2560
|
}
|
|
2561
2561
|
!L && k.class && Ke(k.class);
|
|
2562
2562
|
}
|
|
2563
2563
|
} else
|
|
2564
|
-
u.data !==
|
|
2564
|
+
u.data !== c.text && (u.data = c.text);
|
|
2565
2565
|
return !0;
|
|
2566
2566
|
}
|
|
2567
|
-
function Ht(u,
|
|
2568
|
-
return d(
|
|
2567
|
+
function Ht(u, c, f) {
|
|
2568
|
+
return d(c.tag) ? c.tag.indexOf("vue-component") === 0 || !p(c, f) && c.tag.toLowerCase() === (u.tagName && u.tagName.toLowerCase()) : u.nodeType === (c.isComment ? 8 : 3);
|
|
2569
2569
|
}
|
|
2570
|
-
return function(
|
|
2570
|
+
return function(c, f, v, y) {
|
|
2571
2571
|
if (C(f)) {
|
|
2572
|
-
d(
|
|
2572
|
+
d(c) && Et(c);
|
|
2573
2573
|
return;
|
|
2574
2574
|
}
|
|
2575
2575
|
var w = !1, k = [];
|
|
2576
|
-
if (C(
|
|
2576
|
+
if (C(c))
|
|
2577
2577
|
w = !0, m(f, k);
|
|
2578
2578
|
else {
|
|
2579
|
-
var I = d(
|
|
2580
|
-
if (!I && St(
|
|
2581
|
-
pt(
|
|
2579
|
+
var I = d(c.nodeType);
|
|
2580
|
+
if (!I && St(c, f))
|
|
2581
|
+
pt(c, f, k, null, null, y);
|
|
2582
2582
|
else {
|
|
2583
2583
|
if (I) {
|
|
2584
|
-
if (
|
|
2585
|
-
if (gt(
|
|
2586
|
-
return mt(f, k, !0),
|
|
2584
|
+
if (c.nodeType === 1 && c.hasAttribute(Ii) && (c.removeAttribute(Ii), v = !0), M(v)) {
|
|
2585
|
+
if (gt(c, f, k))
|
|
2586
|
+
return mt(f, k, !0), c;
|
|
2587
2587
|
process.env.NODE_ENV !== "production" && g(
|
|
2588
2588
|
"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."
|
|
2589
2589
|
);
|
|
2590
2590
|
}
|
|
2591
|
-
|
|
2591
|
+
c = r(c);
|
|
2592
2592
|
}
|
|
2593
|
-
var B =
|
|
2593
|
+
var B = c.elm, N = n.parentNode(B);
|
|
2594
2594
|
if (m(
|
|
2595
2595
|
f,
|
|
2596
2596
|
k,
|
|
@@ -2611,7 +2611,7 @@ function Zl(t) {
|
|
|
2611
2611
|
$t(E);
|
|
2612
2612
|
E = E.parent;
|
|
2613
2613
|
}
|
|
2614
|
-
d(N) ? ct([
|
|
2614
|
+
d(N) ? ct([c], 0, 0) : d(c.tag) && Et(c);
|
|
2615
2615
|
}
|
|
2616
2616
|
}
|
|
2617
2617
|
return mt(f, k, w), f.elm;
|
|
@@ -2628,9 +2628,9 @@ function ds(t, s) {
|
|
|
2628
2628
|
(t.data.directives || s.data.directives) && $l(t, s);
|
|
2629
2629
|
}
|
|
2630
2630
|
function $l(t, s) {
|
|
2631
|
-
var e = t === Mt, i = s === Mt, a = Zi(t.data.directives, t.context), n = Zi(s.data.directives, s.context), r = [], o = [], l,
|
|
2631
|
+
var e = t === Mt, i = s === Mt, a = Zi(t.data.directives, t.context), n = Zi(s.data.directives, s.context), r = [], o = [], l, p, h;
|
|
2632
2632
|
for (l in n)
|
|
2633
|
-
|
|
2633
|
+
p = a[l], h = n[l], p ? (h.oldValue = p.value, h.oldArg = p.arg, ue(h, "update", s, t), h.def && h.def.componentUpdated && o.push(h)) : (ue(h, "bind", s, t), h.def && h.def.inserted && r.push(h));
|
|
2634
2634
|
if (r.length) {
|
|
2635
2635
|
var m = function() {
|
|
2636
2636
|
for (var A = 0; A < r.length; A++)
|
|
@@ -2866,13 +2866,13 @@ var gc = /^--/, aa = /\s*!important$/, na = function(t, s, e) {
|
|
|
2866
2866
|
function oa(t, s) {
|
|
2867
2867
|
var e = s.data, i = t.data;
|
|
2868
2868
|
if (!(C(e.staticStyle) && C(e.style) && C(i.staticStyle) && C(i.style))) {
|
|
2869
|
-
var a, n, r = s.elm, o = i.staticStyle, l = i.normalizedStyle || i.style || {},
|
|
2869
|
+
var a, n, r = s.elm, o = i.staticStyle, l = i.normalizedStyle || i.style || {}, p = o || l, h = Dn(s.data.style) || {};
|
|
2870
2870
|
s.data.normalizedStyle = d(h.__ob__) ? D({}, h) : h;
|
|
2871
2871
|
var m = mc(s, !0);
|
|
2872
|
-
for (n in
|
|
2872
|
+
for (n in p)
|
|
2873
2873
|
C(m[n]) && na(r, n, "");
|
|
2874
2874
|
for (n in m)
|
|
2875
|
-
a = m[n], a !==
|
|
2875
|
+
a = m[n], a !== p[n] && na(r, n, a == null ? "" : a);
|
|
2876
2876
|
}
|
|
2877
2877
|
}
|
|
2878
2878
|
var vc = {
|
|
@@ -2941,22 +2941,22 @@ function Vn(t, s, e) {
|
|
|
2941
2941
|
var i = _n(t, s), a = i.type, n = i.timeout, r = i.propCount;
|
|
2942
2942
|
if (!a)
|
|
2943
2943
|
return e();
|
|
2944
|
-
var o = a === Wt ? ze : Fn, l = 0,
|
|
2944
|
+
var o = a === Wt ? ze : Fn, l = 0, p = function() {
|
|
2945
2945
|
t.removeEventListener(o, h), e();
|
|
2946
2946
|
}, h = function(m) {
|
|
2947
|
-
m.target === t && ++l >= r &&
|
|
2947
|
+
m.target === t && ++l >= r && p();
|
|
2948
2948
|
};
|
|
2949
2949
|
setTimeout(function() {
|
|
2950
|
-
l < r &&
|
|
2950
|
+
l < r && p();
|
|
2951
2951
|
}, n + 1), t.addEventListener(o, h);
|
|
2952
2952
|
}
|
|
2953
2953
|
var yc = /\b(transform|all)(,|$)/;
|
|
2954
2954
|
function _n(t, s) {
|
|
2955
|
-
var e = window.getComputedStyle(t), i = (e[Ve + "Delay"] || "").split(", "), a = (e[Ve + "Duration"] || "").split(", "), n = pa(i, a), r = (e[Fs + "Delay"] || "").split(", "), o = (e[Fs + "Duration"] || "").split(", "), l = pa(r, o),
|
|
2956
|
-
s === Wt ? n > 0 && (
|
|
2957
|
-
var A =
|
|
2955
|
+
var e = window.getComputedStyle(t), i = (e[Ve + "Delay"] || "").split(", "), a = (e[Ve + "Duration"] || "").split(", "), n = pa(i, a), r = (e[Fs + "Delay"] || "").split(", "), o = (e[Fs + "Duration"] || "").split(", "), l = pa(r, o), p, h = 0, m = 0;
|
|
2956
|
+
s === Wt ? n > 0 && (p = Wt, h = n, m = a.length) : s === gs ? l > 0 && (p = gs, h = l, m = o.length) : (h = Math.max(n, l), p = h > 0 ? n > l ? Wt : gs : null, m = p ? p === Wt ? a.length : o.length : 0);
|
|
2957
|
+
var A = p === Wt && yc.test(e[Ve + "Property"]);
|
|
2958
2958
|
return {
|
|
2959
|
-
type:
|
|
2959
|
+
type: p,
|
|
2960
2960
|
timeout: h,
|
|
2961
2961
|
propCount: m,
|
|
2962
2962
|
hasTransform: A
|
|
@@ -2977,23 +2977,23 @@ function Us(t, s) {
|
|
|
2977
2977
|
d(e._leaveCb) && (e._leaveCb.cancelled = !0, e._leaveCb());
|
|
2978
2978
|
var i = Ln(t.data.transition);
|
|
2979
2979
|
if (!C(i) && !(d(e._enterCb) || e.nodeType !== 1)) {
|
|
2980
|
-
for (var a = i.css, n = i.type, r = i.enterClass, o = i.enterToClass, l = i.enterActiveClass,
|
|
2980
|
+
for (var a = i.css, n = i.type, r = i.enterClass, o = i.enterToClass, l = i.enterActiveClass, p = i.appearClass, h = i.appearToClass, m = i.appearActiveClass, A = i.beforeEnter, b = i.enter, x = i.afterEnter, T = i.enterCancelled, at = i.beforeAppear, V = i.appear, K = i.afterAppear, Nt = i.appearCancelled, Kt = i.duration, Et = Ft, ct = Ft.$vnode; ct && ct.parent; )
|
|
2981
2981
|
Et = ct.context, ct = ct.parent;
|
|
2982
2982
|
var tt = !Et._isMounted || !t.isRootInsert;
|
|
2983
2983
|
if (!(tt && !V && V !== "")) {
|
|
2984
|
-
var le = tt &&
|
|
2984
|
+
var le = tt && p ? p : r, Yt = tt && m ? m : l, we = tt && h ? h : o, pt = tt && at || A, mt = tt && typeof V == "function" ? V : b, xt = tt && K || x, Ne = tt && Nt || T, gt = fe(
|
|
2985
2985
|
U(Kt) ? Kt.enter : Kt
|
|
2986
2986
|
);
|
|
2987
2987
|
process.env.NODE_ENV !== "production" && gt != null && Gn(gt, "enter", t);
|
|
2988
|
-
var Ht = a !== !1 && !oe, u = fi(mt),
|
|
2989
|
-
Ht && (ht(e, we), ht(e, Yt)),
|
|
2988
|
+
var Ht = a !== !1 && !oe, u = fi(mt), c = e._enterCb = Re(function() {
|
|
2989
|
+
Ht && (ht(e, we), ht(e, Yt)), c.cancelled ? (Ht && ht(e, le), Ne && Ne(e)) : xt && xt(e), e._enterCb = null;
|
|
2990
2990
|
});
|
|
2991
2991
|
t.data.show || yt(t, "insert", function() {
|
|
2992
2992
|
var f = e.parentNode, v = f && f._pending && f._pending[t.key];
|
|
2993
|
-
v && v.tag === t.tag && v.elm._leaveCb && v.elm._leaveCb(), mt && mt(e,
|
|
2993
|
+
v && v.tag === t.tag && v.elm._leaveCb && v.elm._leaveCb(), mt && mt(e, c);
|
|
2994
2994
|
}), pt && pt(e), Ht && (Ut(e, le), Ut(e, Yt), Un(function() {
|
|
2995
|
-
ht(e, le),
|
|
2996
|
-
})), t.data.show && (s && s(), mt && mt(e,
|
|
2995
|
+
ht(e, le), c.cancelled || (Ut(e, we), u || (Jn(gt) ? setTimeout(c, gt) : Vn(e, n, c)));
|
|
2996
|
+
})), t.data.show && (s && s(), mt && mt(e, c)), !Ht && !u && c();
|
|
2997
2997
|
}
|
|
2998
2998
|
}
|
|
2999
2999
|
}
|
|
@@ -3005,7 +3005,7 @@ function Rn(t, s) {
|
|
|
3005
3005
|
return s();
|
|
3006
3006
|
if (d(e._leaveCb))
|
|
3007
3007
|
return;
|
|
3008
|
-
var a = i.css, n = i.type, r = i.leaveClass, o = i.leaveToClass, l = i.leaveActiveClass,
|
|
3008
|
+
var a = i.css, n = i.type, r = i.leaveClass, o = i.leaveToClass, l = i.leaveActiveClass, p = i.beforeLeave, h = i.leave, m = i.afterLeave, A = i.leaveCancelled, b = i.delayLeave, x = i.duration, T = a !== !1 && !oe, at = fi(h), V = fe(
|
|
3009
3009
|
U(x) ? x.leave : x
|
|
3010
3010
|
);
|
|
3011
3011
|
process.env.NODE_ENV !== "production" && d(V) && Gn(V, "leave", t);
|
|
@@ -3014,7 +3014,7 @@ function Rn(t, s) {
|
|
|
3014
3014
|
});
|
|
3015
3015
|
b ? b(Nt) : Nt();
|
|
3016
3016
|
function Nt() {
|
|
3017
|
-
K.cancelled || (!t.data.show && e.parentNode && ((e.parentNode._pending || (e.parentNode._pending = {}))[t.key] = t),
|
|
3017
|
+
K.cancelled || (!t.data.show && e.parentNode && ((e.parentNode._pending || (e.parentNode._pending = {}))[t.key] = t), p && p(e), T && (Ut(e, r), Ut(e, l), Un(function() {
|
|
3018
3018
|
ht(e, r), K.cancelled || (Ut(e, o), at || (Jn(V) ? setTimeout(K, V) : Vn(e, n, K)));
|
|
3019
3019
|
})), h && h(e, K), !T && !at && K());
|
|
3020
3020
|
}
|
|
@@ -3226,7 +3226,7 @@ var Bc = function(t) {
|
|
|
3226
3226
|
return Aa(s, n);
|
|
3227
3227
|
var o = "__transition-" + this._uid + "-";
|
|
3228
3228
|
r.key = r.key == null ? r.isComment ? o + "comment" : o + r.tag : wt(r.key) ? String(r.key).indexOf(o) === 0 ? r.key : o + r.key : r.key;
|
|
3229
|
-
var l = (r.data || (r.data = {})).transition = Kn(this),
|
|
3229
|
+
var l = (r.data || (r.data = {})).transition = Kn(this), p = this._vnode, h = _s(p);
|
|
3230
3230
|
if (r.data.directives && r.data.directives.some(Sc) && (r.data.show = !0), h && h.data && !xc(r, h) && !ge(h) && !(h.componentInstance && h.componentInstance._vnode.isComment)) {
|
|
3231
3231
|
var m = h.data.transition = D({}, l);
|
|
3232
3232
|
if (a === "out-in")
|
|
@@ -3235,7 +3235,7 @@ var Bc = function(t) {
|
|
|
3235
3235
|
}), Aa(s, n);
|
|
3236
3236
|
if (a === "in-out") {
|
|
3237
3237
|
if (ge(r))
|
|
3238
|
-
return
|
|
3238
|
+
return p;
|
|
3239
3239
|
var A, b = function() {
|
|
3240
3240
|
A();
|
|
3241
3241
|
};
|
|
@@ -3268,12 +3268,12 @@ var Oc = {
|
|
|
3268
3268
|
},
|
|
3269
3269
|
render: function(s) {
|
|
3270
3270
|
for (var e = this.tag || this.$vnode.data.tag || "span", i = /* @__PURE__ */ Object.create(null), a = this.prevChildren = this.children, n = this.$slots.default || [], r = this.children = [], o = Kn(this), l = 0; l < n.length; l++) {
|
|
3271
|
-
var
|
|
3272
|
-
if (
|
|
3273
|
-
if (
|
|
3274
|
-
r.push(
|
|
3271
|
+
var p = n[l];
|
|
3272
|
+
if (p.tag) {
|
|
3273
|
+
if (p.key != null && String(p.key).indexOf("__vlist") !== 0)
|
|
3274
|
+
r.push(p), i[p.key] = p, (p.data || (p.data = {})).transition = o;
|
|
3275
3275
|
else if (process.env.NODE_ENV !== "production") {
|
|
3276
|
-
var h =
|
|
3276
|
+
var h = p.componentOptions, m = h ? h.Ctor.options.name || h.tag || "" : p.tag;
|
|
3277
3277
|
g("<transition-group> children must be keyed: <" + m + ">");
|
|
3278
3278
|
}
|
|
3279
3279
|
}
|
|
@@ -3879,15 +3879,15 @@ function ka(t, s) {
|
|
|
3879
3879
|
});
|
|
3880
3880
|
};
|
|
3881
3881
|
try {
|
|
3882
|
-
for (var l = Hn(Object.keys(r)),
|
|
3883
|
-
var h =
|
|
3882
|
+
for (var l = Hn(Object.keys(r)), p = l.next(); !p.done; p = l.next()) {
|
|
3883
|
+
var h = p.value;
|
|
3884
3884
|
o(h);
|
|
3885
3885
|
}
|
|
3886
3886
|
} catch (m) {
|
|
3887
3887
|
e = { error: m };
|
|
3888
3888
|
} finally {
|
|
3889
3889
|
try {
|
|
3890
|
-
|
|
3890
|
+
p && !p.done && (i = l.return) && i.call(l);
|
|
3891
3891
|
} finally {
|
|
3892
3892
|
if (e)
|
|
3893
3893
|
throw e.error;
|
|
@@ -3938,12 +3938,12 @@ function cp(t) {
|
|
|
3938
3938
|
}
|
|
3939
3939
|
});
|
|
3940
3940
|
function s() {
|
|
3941
|
-
var r = this, o = r.$options, l = o.setup,
|
|
3942
|
-
if (
|
|
3941
|
+
var r = this, o = r.$options, l = o.setup, p = o.render;
|
|
3942
|
+
if (p && (o.render = function() {
|
|
3943
3943
|
for (var m = this, A = [], b = 0; b < arguments.length; b++)
|
|
3944
3944
|
A[b] = arguments[b];
|
|
3945
3945
|
return vs(Xe(r), function() {
|
|
3946
|
-
return
|
|
3946
|
+
return p.apply(m, A);
|
|
3947
3947
|
});
|
|
3948
3948
|
}), !!l) {
|
|
3949
3949
|
if (!Pt(l)) {
|
|
@@ -3958,16 +3958,16 @@ function cp(t) {
|
|
|
3958
3958
|
}
|
|
3959
3959
|
function e(r, o) {
|
|
3960
3960
|
o === void 0 && (o = {});
|
|
3961
|
-
var l = r.$options.setup,
|
|
3962
|
-
h.setupContext =
|
|
3961
|
+
var l = r.$options.setup, p = n(r), h = Xe(r);
|
|
3962
|
+
h.setupContext = p, Xn(o, "__ob__", ap()), wa(r, p.slots);
|
|
3963
3963
|
var m;
|
|
3964
3964
|
if (vs(h, function() {
|
|
3965
|
-
m = l(o,
|
|
3965
|
+
m = l(o, p);
|
|
3966
3966
|
}), !!m) {
|
|
3967
3967
|
if (Pt(m)) {
|
|
3968
3968
|
var A = m;
|
|
3969
3969
|
r.$options.render = function() {
|
|
3970
|
-
return wa(r,
|
|
3970
|
+
return wa(r, p.slots), vs(h, function() {
|
|
3971
3971
|
return A();
|
|
3972
3972
|
});
|
|
3973
3973
|
};
|
|
@@ -3996,10 +3996,10 @@ function cp(t) {
|
|
|
3996
3996
|
}
|
|
3997
3997
|
function i(r, o) {
|
|
3998
3998
|
if (o === void 0 && (o = /* @__PURE__ */ new Set()), !o.has(r) && !(!Tt(r) || G(r) || ee(r) || ne(r))) {
|
|
3999
|
-
var l = ns(),
|
|
3999
|
+
var l = ns(), p = l.util.defineReactive;
|
|
4000
4000
|
Object.keys(r).forEach(function(h) {
|
|
4001
4001
|
var m = r[h];
|
|
4002
|
-
|
|
4002
|
+
p(r, h, m), m && (o.add(m), i(m, o));
|
|
4003
4003
|
});
|
|
4004
4004
|
}
|
|
4005
4005
|
}
|
|
@@ -4016,7 +4016,7 @@ function cp(t) {
|
|
|
4016
4016
|
"listeners",
|
|
4017
4017
|
"isServer",
|
|
4018
4018
|
"ssrContext"
|
|
4019
|
-
],
|
|
4019
|
+
], p = ["emit"];
|
|
4020
4020
|
return l.forEach(function(h) {
|
|
4021
4021
|
var m = "$".concat(h);
|
|
4022
4022
|
R(o, h, {
|
|
@@ -4027,7 +4027,7 @@ function cp(t) {
|
|
|
4027
4027
|
process.env.NODE_ENV !== "production" && H("Cannot assign to '".concat(h, "' because it is a read-only property"), r);
|
|
4028
4028
|
}
|
|
4029
4029
|
});
|
|
4030
|
-
}), ka(r, o),
|
|
4030
|
+
}), ka(r, o), p.forEach(function(h) {
|
|
4031
4031
|
var m = "$".concat(h);
|
|
4032
4032
|
R(o, h, {
|
|
4033
4033
|
get: function() {
|
|
@@ -4218,24 +4218,24 @@ var hp = function() {
|
|
|
4218
4218
|
function P(t, s, e, i, a, n, r, o) {
|
|
4219
4219
|
var l = typeof t == "function" ? t.options : t;
|
|
4220
4220
|
s && (l.render = s, l.staticRenderFns = e, l._compiled = !0), i && (l.functional = !0), n && (l._scopeId = "data-v-" + n);
|
|
4221
|
-
var
|
|
4222
|
-
if (r ? (
|
|
4221
|
+
var p;
|
|
4222
|
+
if (r ? (p = function(A) {
|
|
4223
4223
|
A = A || this.$vnode && this.$vnode.ssrContext || this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, !A && typeof __VUE_SSR_CONTEXT__ < "u" && (A = __VUE_SSR_CONTEXT__), a && a.call(this, A), A && A._registeredComponents && A._registeredComponents.add(r);
|
|
4224
|
-
}, l._ssrRegister =
|
|
4224
|
+
}, l._ssrRegister = p) : a && (p = o ? function() {
|
|
4225
4225
|
a.call(
|
|
4226
4226
|
this,
|
|
4227
4227
|
(l.functional ? this.parent : this).$root.$options.shadowRoot
|
|
4228
4228
|
);
|
|
4229
|
-
} : a),
|
|
4229
|
+
} : a), p)
|
|
4230
4230
|
if (l.functional) {
|
|
4231
|
-
l._injectStyles =
|
|
4231
|
+
l._injectStyles = p;
|
|
4232
4232
|
var h = l.render;
|
|
4233
4233
|
l.render = function(b, x) {
|
|
4234
|
-
return
|
|
4234
|
+
return p.call(x), h(b, x);
|
|
4235
4235
|
};
|
|
4236
4236
|
} else {
|
|
4237
4237
|
var m = l.beforeCreate;
|
|
4238
|
-
l.beforeCreate = m ? [].concat(m,
|
|
4238
|
+
l.beforeCreate = m ? [].concat(m, p) : [p];
|
|
4239
4239
|
}
|
|
4240
4240
|
return {
|
|
4241
4241
|
exports: t,
|
|
@@ -4446,13 +4446,9 @@ const lr = /* @__PURE__ */ function() {
|
|
|
4446
4446
|
y: this.displacement.pageY2
|
|
4447
4447
|
}
|
|
4448
4448
|
), n = this.displacement.originScale * a;
|
|
4449
|
-
n < 0.5 ? n = 0.5 : n > 3 && (n = 3), this.displacement.scale = n, this.styleZoom = `scale(${n})`, this.styleOrigin = "0 0"
|
|
4449
|
+
n < 0.5 ? n = 0.5 : n > 3 && (n = 3), this.displacement.scale = n, this.styleZoom = `scale(${n})`, this.styleOrigin = "0 0";
|
|
4450
4450
|
} else
|
|
4451
|
-
|
|
4452
|
-
"\u79FB\u52A8",
|
|
4453
|
-
t.touches[0].clientX - this.startX,
|
|
4454
|
-
t.touches[0].clientY - this.startY
|
|
4455
|
-
), this.moveX = `calc(${(t.touches[0].clientX - this.startX) / this.displacement.scale}px - 50%)`, this.moveY = `calc(${(t.touches[0].clientY - this.startY) / this.displacement.scale}px - 50%)`;
|
|
4451
|
+
this.moveX = `calc(${(t.touches[0].clientX - this.startX) / this.displacement.scale}px - 50%)`, this.moveY = `calc(${(t.touches[0].clientY - this.startY) / this.displacement.scale}px - 50%)`;
|
|
4456
4452
|
},
|
|
4457
4453
|
getDistance(t, s) {
|
|
4458
4454
|
return Math.hypot(s.x - t.x, s.y - t.y);
|
|
@@ -5298,7 +5294,7 @@ const lt = /* @__PURE__ */ function() {
|
|
|
5298
5294
|
watch: {
|
|
5299
5295
|
option: {
|
|
5300
5296
|
handler(t, s) {
|
|
5301
|
-
t && t.length && (this.lists = t
|
|
5297
|
+
t && t.length && (this.lists = t);
|
|
5302
5298
|
},
|
|
5303
5299
|
immediate: !0,
|
|
5304
5300
|
deep: !0
|
|
@@ -5574,7 +5570,7 @@ const gr = /* @__PURE__ */ function() {
|
|
|
5574
5570
|
},
|
|
5575
5571
|
id: {
|
|
5576
5572
|
handler(t, s) {
|
|
5577
|
-
|
|
5573
|
+
t && (this.idData = t, this.resubmit && this.getProcessInstance());
|
|
5578
5574
|
},
|
|
5579
5575
|
immediate: !0
|
|
5580
5576
|
},
|
|
@@ -5631,7 +5627,7 @@ const gr = /* @__PURE__ */ function() {
|
|
|
5631
5627
|
}));
|
|
5632
5628
|
},
|
|
5633
5629
|
async getProcessInstance() {
|
|
5634
|
-
|
|
5630
|
+
this.id && await this.request.get("/aws/pis/getProcessInstanceByBusinessKey", {
|
|
5635
5631
|
params: { businessKey: this.id }
|
|
5636
5632
|
}).then((t) => {
|
|
5637
5633
|
t.code == 200 && (this.processId = t.data.id, this.processId && this.option.map((s, e) => {
|
|
@@ -5664,19 +5660,19 @@ const gr = /* @__PURE__ */ function() {
|
|
|
5664
5660
|
taskPostIds: [i]
|
|
5665
5661
|
}).then((a) => {
|
|
5666
5662
|
let n = [], r = [], o = !1;
|
|
5667
|
-
a.data.map((
|
|
5668
|
-
|
|
5663
|
+
a.data.map((p) => {
|
|
5664
|
+
p.posts.map((h) => {
|
|
5669
5665
|
r.push(...h.users), h.users.length == 1 ? n.push(...h.users) : o = !0;
|
|
5670
5666
|
});
|
|
5671
5667
|
}), n.length > e.loopCardinality && e.loopCardinality > 0 && (o = !0), o && (n = []);
|
|
5672
5668
|
let l = [];
|
|
5673
|
-
a.data[0].posts.map((
|
|
5669
|
+
a.data[0].posts.map((p) => {
|
|
5674
5670
|
l.push({
|
|
5675
|
-
...
|
|
5671
|
+
...p,
|
|
5676
5672
|
projectPost: !this.businessDeptIdData,
|
|
5677
|
-
uid:
|
|
5673
|
+
uid: p.users.map((h) => h.uid)
|
|
5678
5674
|
});
|
|
5679
|
-
}),
|
|
5675
|
+
}), r.length == 0 && this.$set(e, "noPersonnel", !0), n.length > 0 && (this.personObjId = e.id, this.humanPerformerName = e.humanPerformerName, this.$set(e, "noPersonnel", !0), this.handleCallback(n)), e.positionArray = l;
|
|
5680
5676
|
});
|
|
5681
5677
|
}
|
|
5682
5678
|
}), this.firstPerson = s.data, this.getAfferentParticipantNodeList()) : (this.firstPerson = [], this.getAfferentParticipantNodeList());
|
|
@@ -5707,16 +5703,16 @@ const gr = /* @__PURE__ */ function() {
|
|
|
5707
5703
|
}).then((i) => {
|
|
5708
5704
|
let a = [], n = [], r = !1;
|
|
5709
5705
|
i.data.map((l) => {
|
|
5710
|
-
l.posts.map((
|
|
5711
|
-
n.push(...
|
|
5706
|
+
l.posts.map((p) => {
|
|
5707
|
+
n.push(...p.users), p.users.length == 1 ? a.push(...p.users) : r = !0;
|
|
5712
5708
|
});
|
|
5713
|
-
}), a.length > s.loopCardinality && s.loopCardinality > 0 && (r = !0), r && (a = [])
|
|
5709
|
+
}), a.length > s.loopCardinality && s.loopCardinality > 0 && (r = !0), r && (a = []);
|
|
5714
5710
|
let o = [];
|
|
5715
5711
|
i.data[0].posts.map((l) => {
|
|
5716
5712
|
o.push({
|
|
5717
5713
|
...l,
|
|
5718
5714
|
projectPost: !(this.param.taskNode && this.param.taskNode[0].vars && this.param.taskNode[0].vars._businessDeptId),
|
|
5719
|
-
uid: l.users.map((
|
|
5715
|
+
uid: l.users.map((p) => p.uid)
|
|
5720
5716
|
});
|
|
5721
5717
|
}), n.length == 0 && this.$set(s, "noPersonnel", !0), a.length > 0 && (this.personObjId = s.id, this.humanPerformerName = s.humanPerformerName, this.$set(s, "noPersonnel", !0), this.handleCallback(a)), s.positionArray = o;
|
|
5722
5718
|
});
|
|
@@ -5842,7 +5838,6 @@ const gr = /* @__PURE__ */ function() {
|
|
|
5842
5838
|
)
|
|
5843
5839
|
})
|
|
5844
5840
|
) : this.entity.checkedArray = []);
|
|
5845
|
-
console.log("multiNodeParticipant==========", this.multiNodeParticipant[t.id]);
|
|
5846
5841
|
},
|
|
5847
5842
|
handleCallback(t) {
|
|
5848
5843
|
this.personListCopy[this.personObjId] = t, this.entity.checkedArray = t.map((s) => ({
|
|
@@ -6379,12 +6374,12 @@ const nu = /* @__PURE__ */ function() {
|
|
|
6379
6374
|
if (this.filesArr.length > 0) {
|
|
6380
6375
|
for (let l = 0; l < this.filesArr.length; l++)
|
|
6381
6376
|
if (o.name == this.filesArr[l].name && i++, this.filesArr[l].name.includes(`(${i})`) && i++, i > 0) {
|
|
6382
|
-
let
|
|
6377
|
+
let p = o.name.lastIndexOf(
|
|
6383
6378
|
"."
|
|
6384
6379
|
);
|
|
6385
6380
|
o.name = `${o.name.substring(
|
|
6386
6381
|
0,
|
|
6387
|
-
|
|
6382
|
+
p
|
|
6388
6383
|
)} (${i}) .${o.name.substring(
|
|
6389
6384
|
o.name.lastIndexOf(
|
|
6390
6385
|
"."
|
|
@@ -7513,7 +7508,7 @@ var Du = function() {
|
|
|
7513
7508
|
staticClass: "personselect"
|
|
7514
7509
|
}, [e("div", {
|
|
7515
7510
|
staticClass: "personselect-name"
|
|
7516
|
-
}, [t._v(" " + t._s(i.
|
|
7511
|
+
}, [t._v(" " + t._s(i.name || i.nodeName) + " ")]), e("div", {
|
|
7517
7512
|
staticClass: "items-person"
|
|
7518
7513
|
}, [i.humanPerformerName !== "\u56FA\u5B9A\u8D26\u6237" && i.humanPerformerName !== "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173" ? [e("div", {
|
|
7519
7514
|
staticClass: "items-person-set",
|
|
@@ -7546,7 +7541,7 @@ var Du = function() {
|
|
|
7546
7541
|
staticClass: "personselect"
|
|
7547
7542
|
}, [e("div", {
|
|
7548
7543
|
staticClass: "personselect-name"
|
|
7549
|
-
}, [t._v(" " + t._s(i.
|
|
7544
|
+
}, [t._v(" " + t._s(i.name || i.nodeName) + " ")]), e("div", {
|
|
7550
7545
|
staticClass: "items-person"
|
|
7551
7546
|
}, [i.humanPerformerName !== "\u56FA\u5B9A\u8D26\u6237" && i.humanPerformerName !== "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173" ? [e("div", {
|
|
7552
7547
|
staticClass: "items-person-set",
|
|
@@ -7569,7 +7564,7 @@ var Du = function() {
|
|
|
7569
7564
|
staticClass: "personselect"
|
|
7570
7565
|
}, [e("div", {
|
|
7571
7566
|
staticClass: "personselect-name"
|
|
7572
|
-
}, [t._v(" " + t._s(i.
|
|
7567
|
+
}, [t._v(" " + t._s(i.name || i.nodeName) + " ")]), i.type !== "EndEventModel" ? e("div", {
|
|
7573
7568
|
staticClass: "items-person"
|
|
7574
7569
|
}, [i.humanPerformerName !== "\u56FA\u5B9A\u8D26\u6237" && i.humanPerformerName !== "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173" ? [i.humanPerformerName == "\u56FA\u5B9A\u89D2\u8272/\u5C97\u4F4D" && i.noPersonnel ? t._e() : e("div", {
|
|
7575
7570
|
staticClass: "items-person-set",
|
|
@@ -7675,7 +7670,7 @@ const Mu = {
|
|
|
7675
7670
|
watch: {
|
|
7676
7671
|
items: {
|
|
7677
7672
|
handler(t, s) {
|
|
7678
|
-
t && t.length && (
|
|
7673
|
+
t && t.length && (this.multiNodeParticipant = {}, this.partNode = {}, this.gateVars = {}, this.$emit("onMultiNode", this.multiNodeParticipant), this.$emit("onVars", this.gateVars), this.nodeItems = JSON.parse(JSON.stringify(t)), this.nodeItems.map((e) => {
|
|
7679
7674
|
if (e.userTaskModelDTO || (e.userTaskModelDTO = {
|
|
7680
7675
|
name: e.name,
|
|
7681
7676
|
humanPerformer: {
|
|
@@ -7697,17 +7692,17 @@ const Mu = {
|
|
|
7697
7692
|
taskPostIds: [i]
|
|
7698
7693
|
}).then((a) => {
|
|
7699
7694
|
let n = [], r = [], o = !1;
|
|
7700
|
-
a.data.map((
|
|
7701
|
-
|
|
7695
|
+
a.data.map((p) => {
|
|
7696
|
+
p.posts.map((h) => {
|
|
7702
7697
|
r.push(...h.users), h.users.length == 1 ? n.push(...h.users) : o = !0;
|
|
7703
7698
|
});
|
|
7704
|
-
}), n.length > e.loopCardinality && e.loopCardinality > 0 && (o = !0), o && (n = [])
|
|
7699
|
+
}), n.length > e.loopCardinality && e.loopCardinality > 0 && (o = !0), o && (n = []);
|
|
7705
7700
|
let l = [];
|
|
7706
|
-
a.data[0].posts.map((
|
|
7701
|
+
a.data[0].posts.map((p) => {
|
|
7707
7702
|
l.push({
|
|
7708
|
-
...
|
|
7703
|
+
...p,
|
|
7709
7704
|
projectPost: !(this.param.taskNode && this.param.taskNode[0].vars && this.param.taskNode[0].vars._businessDeptId),
|
|
7710
|
-
uid:
|
|
7705
|
+
uid: p.users.map((h) => h.uid)
|
|
7711
7706
|
});
|
|
7712
7707
|
}), r.length == 0 && this.$set(e, "noPersonnel", !0), n.length > 0 && (this.$set(e, "noPersonnel", !0), this.partObjId = e.id, this.handleCallback(n)), e.positionArray = l;
|
|
7713
7708
|
});
|
|
@@ -7749,15 +7744,14 @@ const Mu = {
|
|
|
7749
7744
|
}), this.$emit("onMultiNode", this.multiNodeParticipant);
|
|
7750
7745
|
},
|
|
7751
7746
|
handleRadioClick(t) {
|
|
7752
|
-
|
|
7747
|
+
t && (this.multiNodeParticipant = {}, this.gateVars = {}, this.$emit("onMultiNode", this.multiNodeParticipant), t.incomingConditionItemList.length > 0 && t.incomingConditionItemList[0].itemName && t.incomingConditionItemList[0].compareValue && (this.gateVars[t.incomingConditionItemList[0].itemName] = t.incomingConditionItemList[0].compareValue), this.radioArr = t.id, this.radioItem = [t], this.handleNode(t), this.$emit("onVars", this.gateVars));
|
|
7753
7748
|
},
|
|
7754
7749
|
handleCheckBoxClick(t) {
|
|
7755
|
-
t && (this.checkBoxArr.includes(t.id) ? (
|
|
7750
|
+
t && (this.checkBoxArr.includes(t.id) ? (t.incomingConditionItemList.length > 0 && t.incomingConditionItemList[0].itemName && t.incomingConditionItemList[0].compareValue && delete this.gateVars[t.incomingConditionItemList[0].itemName], delete this.multiNodeParticipant[t.id], this.checkBoxItem.splice(this.checkBoxArr.indexOf(t.id), 1), this.checkBoxArr.splice(this.checkBoxArr.indexOf(t.id), 1)) : (t.incomingConditionItemList.length > 0 && t.incomingConditionItemList[0].itemName && t.incomingConditionItemList[0].compareValue && (this.gateVars[t.incomingConditionItemList[0].itemName] = t.incomingConditionItemList[0].compareValue), this.checkBoxItem.push(t), this.checkBoxArr.push(t.id)), this.handleNode(t), this.$emit("onVars", this.gateVars));
|
|
7756
7751
|
},
|
|
7757
7752
|
handleNode(t) {
|
|
7758
|
-
console.log("val======", t);
|
|
7759
7753
|
let s = t.childNode && t.childNode.length ? t.childNode : t && t.length ? t : [t];
|
|
7760
|
-
|
|
7754
|
+
s && s.length && s.forEach((e, i) => {
|
|
7761
7755
|
e.participantList && e.participantList.length ? e.participantList.forEach((a, n) => {
|
|
7762
7756
|
this.multiNodeParticipant[e.id] || (this.multiNodeParticipant[e.id] = []), this.partNode[e.id] || (this.partNode[e.id] = []), this.multiNodeParticipant[e.id].includes(a.id) || this.multiNodeParticipant[e.id].push(a.id), this.partNode[e.id].includes(a.name) || this.partNode[e.id].push(a.name);
|
|
7763
7757
|
}) : e.id && e.humanPerformerName == "\u56FA\u5B9A\u4EBA\u5458" && this.param.request.post(
|
|
@@ -7772,7 +7766,7 @@ const Mu = {
|
|
|
7772
7766
|
});
|
|
7773
7767
|
},
|
|
7774
7768
|
handleOpenPopup(t) {
|
|
7775
|
-
if (this.visible = !0, this.partObjId = t.id,
|
|
7769
|
+
if (this.visible = !0, this.partObjId = t.id, this.nodeType == "nexting" ? t = {
|
|
7776
7770
|
...t,
|
|
7777
7771
|
...t.userTaskModelDTO
|
|
7778
7772
|
} : this.nodeType == "outing" ? t = {
|
|
@@ -7848,7 +7842,7 @@ const Mu = {
|
|
|
7848
7842
|
maxMultiple: t.loopCardinality > 0 ? t.loopCardinality : 0,
|
|
7849
7843
|
positionArray: t.positionArray,
|
|
7850
7844
|
checkedArray: s
|
|
7851
|
-
}
|
|
7845
|
+
};
|
|
7852
7846
|
} else {
|
|
7853
7847
|
let s = [];
|
|
7854
7848
|
this.multiNodeParticipant[t.id] && this.multiNodeParticipant[t.id].length && this.multiNodeParticipant[t.id].map((e, i) => {
|
|
@@ -7891,7 +7885,7 @@ var Pu = /* @__PURE__ */ P(
|
|
|
7891
7885
|
Ou,
|
|
7892
7886
|
!1,
|
|
7893
7887
|
Lu,
|
|
7894
|
-
"
|
|
7888
|
+
"078c4342",
|
|
7895
7889
|
null,
|
|
7896
7890
|
null
|
|
7897
7891
|
);
|
|
@@ -8019,7 +8013,7 @@ const Vu = {
|
|
|
8019
8013
|
...e,
|
|
8020
8014
|
...e.userTaskModelDTO
|
|
8021
8015
|
}, e.humanPerformerName = e.humanPerformer.name, this.nodeItems.push(e);
|
|
8022
|
-
})) : this.nodeType == "outing" && (this.nodeItems = t
|
|
8016
|
+
})) : this.nodeType == "outing" && (this.nodeItems = t), this.nodeItems.length == 1 && this.nodeItems[0].type == "ExclusiveGatewayModel" && this.nodeItems[0].childNode && this.nodeItems[0].childNode.length == 1 && this.handleFirstNodeClick(this.nodeItems[0]));
|
|
8023
8017
|
},
|
|
8024
8018
|
immediate: !0,
|
|
8025
8019
|
deep: !0
|
|
@@ -8041,7 +8035,7 @@ const Vu = {
|
|
|
8041
8035
|
return t == "\u4EFB\u610F\u6307\u5B9A" || t == "\u56FA\u5B9A\u90E8\u95E8" || t == "\u56FA\u5B9A\u5355\u4F4D" || t == "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u6240\u5728\u7EC4\u7EC7\u7ED3\u6784\u7684\u4F4D\u7F6E\u76F8\u5173" || t == "\u56FA\u5B9A\u7FA4\u7EC4" || t == "\u56FA\u5B9A\u89D2\u8272/\u5C97\u4F4D";
|
|
8042
8036
|
},
|
|
8043
8037
|
handleFirstNodeClick(t) {
|
|
8044
|
-
if (
|
|
8038
|
+
if (t) {
|
|
8045
8039
|
this.firstCheck = t.id, this.firstType = t.type;
|
|
8046
8040
|
let s = [t];
|
|
8047
8041
|
t.childNode && t.childNode.length ? (this.childrenItems = t.childNode, this.childrenEndItems = !1) : (this.childrenItems = [t], this.childrenEndItems = !0), this.nodeType == "outing" && (this.gateVars = {}, s.forEach((e) => {
|
|
@@ -8057,7 +8051,7 @@ var _u = /* @__PURE__ */ P(
|
|
|
8057
8051
|
Uu,
|
|
8058
8052
|
!1,
|
|
8059
8053
|
Ru,
|
|
8060
|
-
"
|
|
8054
|
+
"512c55fc",
|
|
8061
8055
|
null,
|
|
8062
8056
|
null
|
|
8063
8057
|
);
|
|
@@ -8381,7 +8375,7 @@ const zu = {
|
|
|
8381
8375
|
},
|
|
8382
8376
|
fixAccuracy(t, s) {
|
|
8383
8377
|
const e = new Blob([t], { type: "text/plain" }), n = new File([e], "text.txt").size / 1024;
|
|
8384
|
-
if (
|
|
8378
|
+
if (n <= 64) {
|
|
8385
8379
|
const r = document.getElementById("canvas-id");
|
|
8386
8380
|
return this.getRotatedDataURL(r, -90, s);
|
|
8387
8381
|
} else {
|
|
@@ -8390,13 +8384,13 @@ const zu = {
|
|
|
8390
8384
|
{
|
|
8391
8385
|
let r, o;
|
|
8392
8386
|
if (s < 5e-3)
|
|
8393
|
-
return
|
|
8387
|
+
return null;
|
|
8394
8388
|
if (s - 0.05 > 0) {
|
|
8395
|
-
|
|
8389
|
+
r = s - 0.05;
|
|
8396
8390
|
const l = document.getElementById("canvas-id");
|
|
8397
8391
|
return o = this.getRotatedDataURL(l, -90, r), this.fixAccuracy(o, r);
|
|
8398
8392
|
} else {
|
|
8399
|
-
|
|
8393
|
+
r = s / 2;
|
|
8400
8394
|
const l = document.getElementById("canvas-id");
|
|
8401
8395
|
return o = this.getRotatedDataURL(l, -90, r), this.fixAccuracy(o, r);
|
|
8402
8396
|
}
|
|
@@ -8419,9 +8413,8 @@ const zu = {
|
|
|
8419
8413
|
let e = 0.6, i = null;
|
|
8420
8414
|
const a = document.getElementById("canvas-id");
|
|
8421
8415
|
i = this.getRotatedDataURL(a, -90, e);
|
|
8422
|
-
const r = new Blob([i], { type: "text/plain" }),
|
|
8423
|
-
|
|
8424
|
-
let h = 64 * e / c, m = this.getRotatedDataURL(a, -90, h);
|
|
8416
|
+
const r = new Blob([i], { type: "text/plain" }), p = new File([r], "text.txt").size / 1024;
|
|
8417
|
+
let h = 64 * e / p, m = this.getRotatedDataURL(a, -90, h);
|
|
8425
8418
|
if (i = this.fixAccuracy(m, h), !i) {
|
|
8426
8419
|
this.savaClock = !1, this.$emit("validateFail", "\u8BF7\u7B80\u5316\u7B7E\u5B57!");
|
|
8427
8420
|
return;
|
|
@@ -8460,8 +8453,8 @@ const zu = {
|
|
|
8460
8453
|
i * Math.abs(Math.sin(n)),
|
|
8461
8454
|
a * Math.abs(Math.cos(n))
|
|
8462
8455
|
);
|
|
8463
|
-
const l = document.createElement("canvas"),
|
|
8464
|
-
return l.width = r, l.height = o,
|
|
8456
|
+
const l = document.createElement("canvas"), p = l.getContext("2d");
|
|
8457
|
+
return l.width = r, l.height = o, p.translate(r / 2, o / 2), p.rotate(n), p.drawImage(t, -i / 2, -a / 2, i, a), l.toDataURL("image/jpeg", e);
|
|
8465
8458
|
}
|
|
8466
8459
|
},
|
|
8467
8460
|
computed: {
|
|
@@ -8497,7 +8490,7 @@ var Zu = /* @__PURE__ */ P(
|
|
|
8497
8490
|
Wu,
|
|
8498
8491
|
!1,
|
|
8499
8492
|
Xu,
|
|
8500
|
-
"
|
|
8493
|
+
"3ddcf974",
|
|
8501
8494
|
null,
|
|
8502
8495
|
null
|
|
8503
8496
|
);
|
|
@@ -8767,7 +8760,7 @@ const sd = {
|
|
|
8767
8760
|
isSelectPerson() {
|
|
8768
8761
|
if (this.nextNodeData.length == 1 && this.nextNodeData[0].userTaskModelDTO && this.taskNode && this.taskNode.length > 0 && this.taskNode[0].taskState != 4 && this.taskNode[0].taskState != 11) {
|
|
8769
8762
|
let t = this.nextNodeData[0].userTaskModelDTO.humanPerformer.name;
|
|
8770
|
-
if (
|
|
8763
|
+
if (t != "\u56FA\u5B9A\u8D26\u6237" && t != "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173" && JSON.stringify(this.multiNodeParticipant) == "{}")
|
|
8771
8764
|
return this.nextNodeData[0].userTaskModelDTO.name;
|
|
8772
8765
|
}
|
|
8773
8766
|
return !1;
|
|
@@ -9199,7 +9192,7 @@ var id = /* @__PURE__ */ P(
|
|
|
9199
9192
|
ed,
|
|
9200
9193
|
!1,
|
|
9201
9194
|
ad,
|
|
9202
|
-
"
|
|
9195
|
+
"6ac35ed1",
|
|
9203
9196
|
null,
|
|
9204
9197
|
null
|
|
9205
9198
|
);
|
|
@@ -10322,15 +10315,14 @@ const Td = /* @__PURE__ */ function() {
|
|
|
10322
10315
|
this.$refs.TopPopup2.handleOpen(), this.handleActionClose(), this.titleText = n, this.popupContext = `\u786E\u5B9A${n}\u5417?`, this.handleTipsType = "\u64A4\u9500";
|
|
10323
10316
|
}, t.push(a);
|
|
10324
10317
|
}
|
|
10325
|
-
return
|
|
10318
|
+
return t;
|
|
10326
10319
|
},
|
|
10327
10320
|
processCardHeight() {
|
|
10328
|
-
console.log("btnList", this.operBtn);
|
|
10329
10321
|
let t = this.topNum + this.bottomNum - 10;
|
|
10330
10322
|
return this.isAdditional && !this.operBtn && !this.operBtn.length && !this.ProcessInsObj.end && (t -= this.bottomNum), this.hideHeader && (t -= 204), `calc(100vh - ${t}px)`;
|
|
10331
10323
|
},
|
|
10332
10324
|
processBtn() {
|
|
10333
|
-
if (
|
|
10325
|
+
if (this.isAdditional && !this.operBtn && !this.operBtn.length && !this.ProcessInsObj.end)
|
|
10334
10326
|
return `-${this.bottomNum}px`;
|
|
10335
10327
|
}
|
|
10336
10328
|
},
|
|
@@ -10339,12 +10331,11 @@ const Td = /* @__PURE__ */ function() {
|
|
|
10339
10331
|
this.$nextTick(() => {
|
|
10340
10332
|
setTimeout(() => {
|
|
10341
10333
|
let t = document.getElementById("process-header"), s = document.getElementById("process-footer");
|
|
10342
|
-
this.bottomNum = s ? s.scrollHeight + 10 : 70, this.topNum = t ? t.scrollHeight + 10 : 144
|
|
10334
|
+
this.bottomNum = s ? s.scrollHeight + 10 : 70, this.topNum = t ? t.scrollHeight + 10 : 144;
|
|
10343
10335
|
}, 1e3);
|
|
10344
10336
|
});
|
|
10345
10337
|
},
|
|
10346
10338
|
handleTestsss(t, s) {
|
|
10347
|
-
console.log("==========:::", t, s);
|
|
10348
10339
|
},
|
|
10349
10340
|
handleTestS() {
|
|
10350
10341
|
this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success");
|
|
@@ -10367,7 +10358,7 @@ const Td = /* @__PURE__ */ function() {
|
|
|
10367
10358
|
"/aws/tis/simulation",
|
|
10368
10359
|
s
|
|
10369
10360
|
);
|
|
10370
|
-
if (
|
|
10361
|
+
if (e.success) {
|
|
10371
10362
|
this.handleTips("", !1, "success"), this.nextNodeData = e.data;
|
|
10372
10363
|
for (let i = 0; i < this.nextNodeData.length; i++)
|
|
10373
10364
|
this.approveNode = this.nextNodeData[i];
|
|
@@ -10444,10 +10435,7 @@ const Td = /* @__PURE__ */ function() {
|
|
|
10444
10435
|
let r;
|
|
10445
10436
|
this.getVars && (r = this.getVars()), await this.handleGetSimulation(r);
|
|
10446
10437
|
}
|
|
10447
|
-
switch (e && (this.operationParam.request = e, this.annexlabel = i), this.titleText = s, this.operationCom = t, this.operationParam.annex = i, this.operationParam.subjectId = this.formData.subjectId, this.operationParam.processInstId = this.processIntId, this.operationParam.taskInstId = this.taskNode && this.taskNode.length ? this.taskNode[0].taskId : "", this.operationParam.actionName = s, this.operationParam.formData = this.formData, this.operationParam.ProcessInsObj = this.ProcessInsObj, this.operationParam.userInfo = this.user, this.operationParam.nextNodeData = this.nextNodeData, this.operationParam.outGatewayUserTaskModel = this.outGatewayUserTaskModel,
|
|
10448
|
-
"outGatewayUserTaskModel",
|
|
10449
|
-
this.outGatewayUserTaskModel
|
|
10450
|
-
), 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, this.operationParam.taskObj = this.taskObj, this.taskObj.commentModels.some(
|
|
10438
|
+
switch (e && (this.operationParam.request = e, this.annexlabel = i), this.titleText = s, this.operationCom = t, this.operationParam.annex = i, this.operationParam.subjectId = this.formData.subjectId, this.operationParam.processInstId = this.processIntId, this.operationParam.taskInstId = this.taskNode && this.taskNode.length ? this.taskNode[0].taskId : "", this.operationParam.actionName = s, this.operationParam.formData = this.formData, this.operationParam.ProcessInsObj = this.ProcessInsObj, this.operationParam.userInfo = this.user, this.operationParam.nextNodeData = this.nextNodeData, 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, this.operationParam.taskObj = this.taskObj, this.taskObj.commentModels.some(
|
|
10451
10439
|
(r) => this.operationParam.actionComplete = r != null && r.isDefault ? r.actionName : ""
|
|
10452
10440
|
), a) {
|
|
10453
10441
|
case "\u6284\u9001":
|