ui-process-h5 2.2.12 → 2.2.14
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 +3 -3
- package/v2/style.css +1 -1
- package/v2/ui-process-h5.js +114 -114
- package/v2/ui-process-h5.umd.cjs +8 -8
- package/v2.7/style.css +1 -1
- package/v2.7/ui-process-h5.js +169 -169
- package/v2.7/ui-process-h5.umd.cjs +1 -1
- package/v3/style.css +1 -1
- package/v3/ui-process-h5.js +1520 -1333
- package/v3/ui-process-h5.umd.cjs +5 -5
package/v2.7/ui-process-h5.js
CHANGED
|
@@ -28,7 +28,7 @@ function V(e) {
|
|
|
28
28
|
return e !== null && typeof e == "object";
|
|
29
29
|
}
|
|
30
30
|
var Wt = Object.prototype.toString;
|
|
31
|
-
function
|
|
31
|
+
function At(e) {
|
|
32
32
|
return Wt.call(e).slice(8, -1);
|
|
33
33
|
}
|
|
34
34
|
function R(e) {
|
|
@@ -244,7 +244,7 @@ if (K)
|
|
|
244
244
|
}), window.addEventListener("test-passive", null, ri);
|
|
245
245
|
} catch {
|
|
246
246
|
}
|
|
247
|
-
var kt,
|
|
247
|
+
var kt, gt = function() {
|
|
248
248
|
return kt === void 0 && (!K && typeof global < "u" ? kt = global.process && global.process.env.VUE_ENV === "server" : kt = !1), kt;
|
|
249
249
|
}, Ft = K && window.__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
250
250
|
function Pe(e) {
|
|
@@ -413,7 +413,7 @@ var Wn = {
|
|
|
413
413
|
function he(e, s, t) {
|
|
414
414
|
if (e && U(e, "__ob__") && e.__ob__ instanceof ci)
|
|
415
415
|
return e.__ob__;
|
|
416
|
-
if (Os && (t || !
|
|
416
|
+
if (Os && (t || !gt()) && (I(e) || R(e)) && Object.isExtensible(e) && !e.__v_skip && !ne(e) && !(e instanceof j))
|
|
417
417
|
return new ci(e, s, t);
|
|
418
418
|
}
|
|
419
419
|
function se(e, s, t, i, a, n) {
|
|
@@ -507,7 +507,7 @@ function Zn(e, s) {
|
|
|
507
507
|
var t = e && e.__ob__;
|
|
508
508
|
t && t.shallow !== s && m("Target is already a ".concat(t.shallow ? "" : "non-", "shallow reactive object, and cannot be converted to ").concat(s ? "" : "non-", "shallow."));
|
|
509
509
|
}
|
|
510
|
-
var i = he(e, s,
|
|
510
|
+
var i = he(e, s, gt());
|
|
511
511
|
process.env.NODE_ENV !== "production" && !i && ((e == null || fe(e)) && m("value cannot be made reactive: ".concat(String(e))), zn(e) && m("Vue 2 does not support reactive collection types such as Map or Set."));
|
|
512
512
|
}
|
|
513
513
|
}
|
|
@@ -515,7 +515,7 @@ function Ds(e) {
|
|
|
515
515
|
return !!(e && e.__v_isReadonly);
|
|
516
516
|
}
|
|
517
517
|
function zn(e) {
|
|
518
|
-
var s =
|
|
518
|
+
var s = At(e);
|
|
519
519
|
return s === "Map" || s === "WeakMap" || s === "Set" || s === "WeakSet";
|
|
520
520
|
}
|
|
521
521
|
function ne(e) {
|
|
@@ -712,8 +712,8 @@ function or(e, s, t, i, a) {
|
|
|
712
712
|
var d = e.attrs && e.attrs.type;
|
|
713
713
|
n = i || x.mustUseProp(s, d, c) ? e.domProps || (e.domProps = {}) : e.attrs || (e.attrs = {});
|
|
714
714
|
}
|
|
715
|
-
var f = Ue(c),
|
|
716
|
-
if (!(f in n) && !(
|
|
715
|
+
var f = Ue(c), A = qe(c);
|
|
716
|
+
if (!(f in n) && !(A in n) && (n[c] = t[c], a)) {
|
|
717
717
|
var v = e.on || (e.on = {});
|
|
718
718
|
v["update:".concat(c)] = function(k) {
|
|
719
719
|
t[c] = k;
|
|
@@ -838,10 +838,10 @@ function mr(e, s) {
|
|
|
838
838
|
return e[s];
|
|
839
839
|
};
|
|
840
840
|
}
|
|
841
|
-
function
|
|
841
|
+
function Ar(e) {
|
|
842
842
|
var s = e.$options, t = s.setup;
|
|
843
843
|
if (t) {
|
|
844
|
-
var i = e._setupContext =
|
|
844
|
+
var i = e._setupContext = gr(e);
|
|
845
845
|
be(e), et();
|
|
846
846
|
var a = Ne(t, null, [e._props || Fa({}), i], e, "setup");
|
|
847
847
|
if (tt(), be(), S(a))
|
|
@@ -858,7 +858,7 @@ function gr(e) {
|
|
|
858
858
|
process.env.NODE_ENV !== "production" && a !== void 0 && m("setup() should return an object. Received: ".concat(a === null ? "null" : typeof a));
|
|
859
859
|
}
|
|
860
860
|
}
|
|
861
|
-
function
|
|
861
|
+
function gr(e) {
|
|
862
862
|
var s = !1;
|
|
863
863
|
return {
|
|
864
864
|
get attrs() {
|
|
@@ -972,15 +972,15 @@ function Tr(e, s) {
|
|
|
972
972
|
t.$on("hook:destroyed", function() {
|
|
973
973
|
return we(i, t);
|
|
974
974
|
});
|
|
975
|
-
var o = function(
|
|
975
|
+
var o = function(A) {
|
|
976
976
|
for (var v = 0, k = i.length; v < k; v++)
|
|
977
977
|
i[v].$forceUpdate();
|
|
978
|
-
|
|
979
|
-
}, c = Lt(function(
|
|
980
|
-
e.resolved = Xt(
|
|
981
|
-
}), d = Lt(function(
|
|
982
|
-
process.env.NODE_ENV !== "production" && m("Failed to resolve async component: ".concat(String(e)) + (
|
|
983
|
-
Reason: `.concat(
|
|
978
|
+
A && (i.length = 0, n !== null && (clearTimeout(n), n = null), r !== null && (clearTimeout(r), r = null));
|
|
979
|
+
}, c = Lt(function(A) {
|
|
980
|
+
e.resolved = Xt(A, s), a ? i.length = 0 : o(!0);
|
|
981
|
+
}), d = Lt(function(A) {
|
|
982
|
+
process.env.NODE_ENV !== "production" && m("Failed to resolve async component: ".concat(String(e)) + (A ? `
|
|
983
|
+
Reason: `.concat(A) : "")), u(e.errorComp) && (e.error = !0, o(!0));
|
|
984
984
|
}), f = e(c, d);
|
|
985
985
|
return V(f) && (cs(f) ? C(e.resolved) && f.then(c, d) : cs(f.component) && (f.component.then(c, d), u(f.error) && (e.errorComp = Xt(f.error, s)), u(f.loading) && (e.loadingComp = Xt(f.loading, s), f.delay === 0 ? e.loading = !0 : n = setTimeout(function() {
|
|
986
986
|
n = null, C(e.resolved) && C(e.error) && (e.loading = !0, o(!1));
|
|
@@ -1073,11 +1073,11 @@ function fi(e, s, t) {
|
|
|
1073
1073
|
else
|
|
1074
1074
|
throw e;
|
|
1075
1075
|
}
|
|
1076
|
-
var ms = !1,
|
|
1076
|
+
var ms = !1, As = [], gs = !1;
|
|
1077
1077
|
function Nt() {
|
|
1078
|
-
|
|
1079
|
-
var e =
|
|
1080
|
-
|
|
1078
|
+
gs = !1;
|
|
1079
|
+
var e = As.slice(0);
|
|
1080
|
+
As.length = 0;
|
|
1081
1081
|
for (var s = 0; s < e.length; s++)
|
|
1082
1082
|
e[s]();
|
|
1083
1083
|
}
|
|
@@ -1102,7 +1102,7 @@ if (typeof Promise < "u" && Pe(Promise)) {
|
|
|
1102
1102
|
};
|
|
1103
1103
|
function Qs(e, s) {
|
|
1104
1104
|
var t;
|
|
1105
|
-
if (
|
|
1105
|
+
if (As.push(function() {
|
|
1106
1106
|
if (e)
|
|
1107
1107
|
try {
|
|
1108
1108
|
e.call(s);
|
|
@@ -1111,15 +1111,15 @@ function Qs(e, s) {
|
|
|
1111
1111
|
}
|
|
1112
1112
|
else
|
|
1113
1113
|
t && t(s);
|
|
1114
|
-
}),
|
|
1114
|
+
}), gs || (gs = !0, rt()), !e && typeof Promise < "u")
|
|
1115
1115
|
return new Promise(function(i) {
|
|
1116
1116
|
t = i;
|
|
1117
1117
|
});
|
|
1118
1118
|
}
|
|
1119
1119
|
var xr = "2.7.14";
|
|
1120
|
-
var
|
|
1120
|
+
var Ai = new lt();
|
|
1121
1121
|
function qt(e) {
|
|
1122
|
-
return Mt(e,
|
|
1122
|
+
return Mt(e, Ai), Ai.clear(), e;
|
|
1123
1123
|
}
|
|
1124
1124
|
function Mt(e, s) {
|
|
1125
1125
|
var t, i, a = I(e);
|
|
@@ -1319,8 +1319,8 @@ function Ur(e, s, t) {
|
|
|
1319
1319
|
process.env.NODE_ENV !== "production" && x.performance && ae ? i = function() {
|
|
1320
1320
|
var o = e._name, c = e._uid, d = "vue-perf-start:".concat(c), f = "vue-perf-end:".concat(c);
|
|
1321
1321
|
ae(d);
|
|
1322
|
-
var
|
|
1323
|
-
ae(f), Rt("vue ".concat(o, " render"), d, f), ae(d), e._update(
|
|
1322
|
+
var A = e._render();
|
|
1323
|
+
ae(f), Rt("vue ".concat(o, " render"), d, f), ae(d), e._update(A, t), ae(f), Rt("vue ".concat(o, " patch"), d, f);
|
|
1324
1324
|
} : i = function() {
|
|
1325
1325
|
e._update(e._render(), t);
|
|
1326
1326
|
};
|
|
@@ -1346,8 +1346,8 @@ function Vr(e, s, t, i, a) {
|
|
|
1346
1346
|
e.$options._parentVnode = i, e.$vnode = i, e._vnode && (e._vnode.parent = i), e.$options._renderChildren = a;
|
|
1347
1347
|
var f = i.data.attrs || q;
|
|
1348
1348
|
e._attrsProxy && Gt(e._attrsProxy, f, d.data && d.data.attrs || q, e, "$attrs") && (c = !0), e.$attrs = f, t = t || q;
|
|
1349
|
-
var
|
|
1350
|
-
if (e._listenersProxy && Gt(e._listenersProxy, t,
|
|
1349
|
+
var A = e.$options._parentListeners;
|
|
1350
|
+
if (e._listenersProxy && Gt(e._listenersProxy, t, A || q, e, "$listeners"), e.$listeners = e.$options._parentListeners = t, Ha(e, t, A), s && e.$options.props) {
|
|
1351
1351
|
Te(!1);
|
|
1352
1352
|
for (var v = e._props, k = e.$options._propKeys || [], P = 0; P < k.length; P++) {
|
|
1353
1353
|
var G = k[P], oe = e.$options.props;
|
|
@@ -1413,7 +1413,7 @@ var qr = function(e, s) {
|
|
|
1413
1413
|
return -1;
|
|
1414
1414
|
return e.id - s.id;
|
|
1415
1415
|
};
|
|
1416
|
-
function
|
|
1416
|
+
function gi() {
|
|
1417
1417
|
za = ys(), Vs = !0;
|
|
1418
1418
|
var e, s;
|
|
1419
1419
|
for (ue.sort(qr), _e = 0; _e < ue.length; _e++)
|
|
@@ -1449,10 +1449,10 @@ function Yr(e) {
|
|
|
1449
1449
|
}
|
|
1450
1450
|
if (!vs) {
|
|
1451
1451
|
if (vs = !0, process.env.NODE_ENV !== "production" && !x.async) {
|
|
1452
|
-
|
|
1452
|
+
gi();
|
|
1453
1453
|
return;
|
|
1454
1454
|
}
|
|
1455
|
-
Qs(
|
|
1455
|
+
Qs(gi);
|
|
1456
1456
|
}
|
|
1457
1457
|
}
|
|
1458
1458
|
}
|
|
@@ -1505,11 +1505,11 @@ function Gs(e, s, t, i, a) {
|
|
|
1505
1505
|
get: function() {
|
|
1506
1506
|
return ot(i, e.scopedSlots, this.slots());
|
|
1507
1507
|
}
|
|
1508
|
-
}), c && (this.$options = r, this.$slots = this.slots(), this.$scopedSlots = ot(i, e.scopedSlots, this.$slots)), r._scopeId ? this._c = function(f,
|
|
1509
|
-
var P = Jt(o, f,
|
|
1508
|
+
}), c && (this.$options = r, this.$slots = this.slots(), this.$scopedSlots = ot(i, e.scopedSlots, this.$slots)), r._scopeId ? this._c = function(f, A, v, k) {
|
|
1509
|
+
var P = Jt(o, f, A, v, k, d);
|
|
1510
1510
|
return P && !I(P) && (P.fnScopeId = r._scopeId, P.fnContext = i), P;
|
|
1511
|
-
} : this._c = function(f,
|
|
1512
|
-
return Jt(o, f,
|
|
1511
|
+
} : this._c = function(f, A, v, k) {
|
|
1512
|
+
return Jt(o, f, A, v, k, d);
|
|
1513
1513
|
};
|
|
1514
1514
|
}
|
|
1515
1515
|
qa(Gs.prototype);
|
|
@@ -1524,8 +1524,8 @@ function Wr(e, s, t, i, a) {
|
|
|
1524
1524
|
if (f instanceof j)
|
|
1525
1525
|
return vi(f, t, d.parent, n, d);
|
|
1526
1526
|
if (I(f)) {
|
|
1527
|
-
for (var
|
|
1528
|
-
v[k] = vi(
|
|
1527
|
+
for (var A = Ms(f) || [], v = new Array(A.length), k = 0; k < A.length; k++)
|
|
1528
|
+
v[k] = vi(A[k], t, d.parent, n, d);
|
|
1529
1529
|
return v;
|
|
1530
1530
|
}
|
|
1531
1531
|
}
|
|
@@ -1589,7 +1589,7 @@ function Ii(e, s, t, i, a) {
|
|
|
1589
1589
|
s = {}, d && (s.slot = d);
|
|
1590
1590
|
}
|
|
1591
1591
|
zr(s);
|
|
1592
|
-
var f = ze(e.options) || a,
|
|
1592
|
+
var f = ze(e.options) || a, A = new j(
|
|
1593
1593
|
"vue-component-".concat(e.cid).concat(f ? "-".concat(f) : ""),
|
|
1594
1594
|
s,
|
|
1595
1595
|
void 0,
|
|
@@ -1599,7 +1599,7 @@ function Ii(e, s, t, i, a) {
|
|
|
1599
1599
|
{ Ctor: e, propsData: o, listeners: c, tag: a, children: i },
|
|
1600
1600
|
r
|
|
1601
1601
|
);
|
|
1602
|
-
return
|
|
1602
|
+
return A;
|
|
1603
1603
|
}
|
|
1604
1604
|
}
|
|
1605
1605
|
function Zr(e, s) {
|
|
@@ -1774,7 +1774,7 @@ function oo(e, s) {
|
|
|
1774
1774
|
for (var o in t)
|
|
1775
1775
|
n = t[o], r = Ue(o), i[r] = R(n) ? n : { type: n };
|
|
1776
1776
|
else
|
|
1777
|
-
process.env.NODE_ENV !== "production" && m('Invalid value for option "props": expected an Array or an Object, ' + "but got ".concat(
|
|
1777
|
+
process.env.NODE_ENV !== "production" && m('Invalid value for option "props": expected an Array or an Object, ' + "but got ".concat(At(t), "."), s);
|
|
1778
1778
|
e.props = i;
|
|
1779
1779
|
}
|
|
1780
1780
|
}
|
|
@@ -1791,7 +1791,7 @@ function co(e, s) {
|
|
|
1791
1791
|
i[n] = R(r) ? O({ from: n }, r) : { from: r };
|
|
1792
1792
|
}
|
|
1793
1793
|
else
|
|
1794
|
-
process.env.NODE_ENV !== "production" && m('Invalid value for option "inject": expected an Array or an Object, ' + "but got ".concat(
|
|
1794
|
+
process.env.NODE_ENV !== "production" && m('Invalid value for option "inject": expected an Array or an Object, ' + "but got ".concat(At(t), "."), s);
|
|
1795
1795
|
}
|
|
1796
1796
|
}
|
|
1797
1797
|
function lo(e) {
|
|
@@ -1803,7 +1803,7 @@ function lo(e) {
|
|
|
1803
1803
|
}
|
|
1804
1804
|
}
|
|
1805
1805
|
function js(e, s, t) {
|
|
1806
|
-
R(s) || m('Invalid value for option "'.concat(e, '": expected an Object, ') + "but got ".concat(
|
|
1806
|
+
R(s) || m('Invalid value for option "'.concat(e, '": expected an Object, ') + "but got ".concat(At(s), "."), t);
|
|
1807
1807
|
}
|
|
1808
1808
|
function Ge(e, s, t) {
|
|
1809
1809
|
if (process.env.NODE_ENV !== "production" && ro(s), S(s) && (s = s.options), oo(s, t), co(s, t), lo(s), !s._base && (s.extends && (e = Ge(e, s.extends, t)), s.mixins))
|
|
@@ -1876,11 +1876,11 @@ function uo(e, s, t, i, a) {
|
|
|
1876
1876
|
return v;
|
|
1877
1877
|
});
|
|
1878
1878
|
if (!r && f) {
|
|
1879
|
-
m(
|
|
1879
|
+
m(Ao(s, t, o), i);
|
|
1880
1880
|
return;
|
|
1881
1881
|
}
|
|
1882
|
-
var
|
|
1883
|
-
|
|
1882
|
+
var A = e.validator;
|
|
1883
|
+
A && (A(t) || m('Invalid prop: custom validator check failed for prop "' + s + '".', i));
|
|
1884
1884
|
}
|
|
1885
1885
|
}
|
|
1886
1886
|
var ho = /^(String|Number|Boolean|Function|Symbol|BigInt)$/;
|
|
@@ -1920,16 +1920,16 @@ function Ni(e, s) {
|
|
|
1920
1920
|
return t;
|
|
1921
1921
|
return -1;
|
|
1922
1922
|
}
|
|
1923
|
-
function
|
|
1924
|
-
var i = 'Invalid prop: type check failed for prop "'.concat(e, '".') + " Expected ".concat(t.map(Na).join(", ")), a = t[0], n =
|
|
1923
|
+
function Ao(e, s, t) {
|
|
1924
|
+
var i = 'Invalid prop: type check failed for prop "'.concat(e, '".') + " Expected ".concat(t.map(Na).join(", ")), a = t[0], n = At(s);
|
|
1925
1925
|
return t.length === 1 && ts(a) && ts(typeof s) && !vo(a, n) && (i += " with value ".concat(Ei(s, a))), i += ", got ".concat(n, " "), ts(n) && (i += "with value ".concat(Ei(s, n), ".")), i;
|
|
1926
1926
|
}
|
|
1927
1927
|
function Ei(e, s) {
|
|
1928
1928
|
return s === "String" ? '"'.concat(e, '"') : s === "Number" ? "".concat(Number(e)) : "".concat(e);
|
|
1929
1929
|
}
|
|
1930
|
-
var
|
|
1930
|
+
var go = ["string", "number", "boolean"];
|
|
1931
1931
|
function ts(e) {
|
|
1932
|
-
return
|
|
1932
|
+
return go.some(function(s) {
|
|
1933
1933
|
return e.toLowerCase() === s;
|
|
1934
1934
|
});
|
|
1935
1935
|
}
|
|
@@ -1990,7 +1990,7 @@ function Ys(e, s, t) {
|
|
|
1990
1990
|
}
|
|
1991
1991
|
function To(e) {
|
|
1992
1992
|
var s = e.$options;
|
|
1993
|
-
if (s.props && ko(e, s.props),
|
|
1993
|
+
if (s.props && ko(e, s.props), Ar(e), s.methods && xo(e, s.methods), s.data)
|
|
1994
1994
|
No(e);
|
|
1995
1995
|
else {
|
|
1996
1996
|
var t = he(e._data = {});
|
|
@@ -2040,14 +2040,14 @@ function Eo(e, s) {
|
|
|
2040
2040
|
}
|
|
2041
2041
|
var wo = { lazy: !0 };
|
|
2042
2042
|
function Bo(e, s) {
|
|
2043
|
-
var t = e._computedWatchers = /* @__PURE__ */ Object.create(null), i =
|
|
2043
|
+
var t = e._computedWatchers = /* @__PURE__ */ Object.create(null), i = gt();
|
|
2044
2044
|
for (var a in s) {
|
|
2045
2045
|
var n = s[a], r = S(n) ? n : n.get;
|
|
2046
2046
|
process.env.NODE_ENV !== "production" && r == null && m('Getter is missing for computed property "'.concat(a, '".'), e), i || (t[a] = new Ls(e, r || Q, Q, wo)), a in e ? process.env.NODE_ENV !== "production" && (a in e.$data ? m('The computed property "'.concat(a, '" is already defined in data.'), e) : e.$options.props && a in e.$options.props ? m('The computed property "'.concat(a, '" is already defined as a prop.'), e) : e.$options.methods && a in e.$options.methods && m('The computed property "'.concat(a, '" is already defined as a method.'), e)) : tn(e, a, n);
|
|
2047
2047
|
}
|
|
2048
2048
|
}
|
|
2049
2049
|
function tn(e, s, t) {
|
|
2050
|
-
var i = !
|
|
2050
|
+
var i = !gt();
|
|
2051
2051
|
S(t) ? (ie.get = i ? Oi(s) : Si(t), ie.set = Q) : (ie.get = t.get ? i && t.cache !== !1 ? Oi(s) : Si(t.get) : Q, ie.set = t.set || Q), process.env.NODE_ENV !== "production" && ie.set === Q && (ie.set = function() {
|
|
2052
2052
|
m('Computed property "'.concat(s, '" was assigned to but it has no setter.'), this);
|
|
2053
2053
|
}), Object.defineProperty(e, s, ie);
|
|
@@ -2300,7 +2300,7 @@ function jo(e) {
|
|
|
2300
2300
|
}
|
|
2301
2301
|
jo(M);
|
|
2302
2302
|
Object.defineProperty(M.prototype, "$isServer", {
|
|
2303
|
-
get:
|
|
2303
|
+
get: gt
|
|
2304
2304
|
});
|
|
2305
2305
|
Object.defineProperty(M.prototype, "$ssrContext", {
|
|
2306
2306
|
get: function() {
|
|
@@ -2417,10 +2417,10 @@ function fc(e) {
|
|
|
2417
2417
|
function mc(e) {
|
|
2418
2418
|
return e.tagName;
|
|
2419
2419
|
}
|
|
2420
|
-
function
|
|
2420
|
+
function Ac(e, s) {
|
|
2421
2421
|
e.textContent = s;
|
|
2422
2422
|
}
|
|
2423
|
-
function
|
|
2423
|
+
function gc(e, s) {
|
|
2424
2424
|
e.setAttribute(s, "");
|
|
2425
2425
|
}
|
|
2426
2426
|
var vc = /* @__PURE__ */ Object.freeze({
|
|
@@ -2435,8 +2435,8 @@ var vc = /* @__PURE__ */ Object.freeze({
|
|
|
2435
2435
|
parentNode: hc,
|
|
2436
2436
|
nextSibling: fc,
|
|
2437
2437
|
tagName: mc,
|
|
2438
|
-
setTextContent:
|
|
2439
|
-
setStyleScope:
|
|
2438
|
+
setTextContent: Ac,
|
|
2439
|
+
setStyleScope: gc
|
|
2440
2440
|
}), yc = {
|
|
2441
2441
|
create: function(e, s) {
|
|
2442
2442
|
We(s);
|
|
@@ -2459,8 +2459,8 @@ function We(e, s) {
|
|
|
2459
2459
|
var o = e.data.refInFor, c = typeof t == "string" || typeof t == "number", d = ne(t), f = i.$refs;
|
|
2460
2460
|
if (c || d)
|
|
2461
2461
|
if (o) {
|
|
2462
|
-
var
|
|
2463
|
-
s ? I(
|
|
2462
|
+
var A = c ? f[t] : t.value;
|
|
2463
|
+
s ? I(A) && we(A, a) : I(A) ? A.includes(a) || A.push(a) : c ? (f[t] = [a], Li(i, t, f[t])) : t.value = [a];
|
|
2464
2464
|
} else if (c) {
|
|
2465
2465
|
if (s && f[t] !== a)
|
|
2466
2466
|
return;
|
|
@@ -2517,24 +2517,24 @@ function bc(e) {
|
|
|
2517
2517
|
})) && x.isUnknownElement(p.tag);
|
|
2518
2518
|
}
|
|
2519
2519
|
var f = 0;
|
|
2520
|
-
function
|
|
2521
|
-
if (u(p.elm) && u(N) && (p = N[T] = us(p)), p.isRootInsert = !y, !v(p, l, h,
|
|
2520
|
+
function A(p, l, h, g, y, N, T) {
|
|
2521
|
+
if (u(p.elm) && u(N) && (p = N[T] = us(p)), p.isRootInsert = !y, !v(p, l, h, g)) {
|
|
2522
2522
|
var b = p.data, B = p.children, E = p.tag;
|
|
2523
|
-
u(E) ? (process.env.NODE_ENV !== "production" && (b && b.pre && f++, d(p, f) && m("Unknown custom element: <" + E + '> - did you register the component correctly? For recursive components, make sure to provide the "name" option.', p.context)), p.elm = p.ns ? n.createElementNS(p.ns, E) : n.createElement(E, p), Be(p), oe(p, B, l), u(b) && H(p, l), G(h, p.elm,
|
|
2523
|
+
u(E) ? (process.env.NODE_ENV !== "production" && (b && b.pre && f++, d(p, f) && m("Unknown custom element: <" + E + '> - did you register the component correctly? For recursive components, make sure to provide the "name" option.', p.context)), p.elm = p.ns ? n.createElementNS(p.ns, E) : n.createElement(E, p), Be(p), oe(p, B, l), u(b) && H(p, l), G(h, p.elm, g), process.env.NODE_ENV !== "production" && b && b.pre && f--) : D(p.isComment) ? (p.elm = n.createComment(p.text), G(h, p.elm, g)) : (p.elm = n.createTextNode(p.text), G(h, p.elm, g));
|
|
2524
2524
|
}
|
|
2525
2525
|
}
|
|
2526
|
-
function v(p, l, h,
|
|
2526
|
+
function v(p, l, h, g) {
|
|
2527
2527
|
var y = p.data;
|
|
2528
2528
|
if (u(y)) {
|
|
2529
2529
|
var N = u(p.componentInstance) && y.keepAlive;
|
|
2530
2530
|
if (u(y = y.hook) && u(y = y.init) && y(p, !1), u(p.componentInstance))
|
|
2531
|
-
return k(p, l), G(h, p.elm,
|
|
2531
|
+
return k(p, l), G(h, p.elm, g), D(N) && P(p, l, h, g), !0;
|
|
2532
2532
|
}
|
|
2533
2533
|
}
|
|
2534
2534
|
function k(p, l) {
|
|
2535
2535
|
u(p.data.pendingInsert) && (l.push.apply(l, p.data.pendingInsert), p.data.pendingInsert = null), p.elm = p.componentInstance.$el, Y(p) ? (H(p, l), Be(p)) : (We(p), l.push(p));
|
|
2536
2536
|
}
|
|
2537
|
-
function P(p, l, h,
|
|
2537
|
+
function P(p, l, h, g) {
|
|
2538
2538
|
for (var y, N = p; N.componentInstance; )
|
|
2539
2539
|
if (N = N.componentInstance._vnode, u(y = N.data) && u(y = y.transition)) {
|
|
2540
2540
|
for (y = 0; y < i.activate.length; ++y)
|
|
@@ -2542,7 +2542,7 @@ function bc(e) {
|
|
|
2542
2542
|
l.push(N);
|
|
2543
2543
|
break;
|
|
2544
2544
|
}
|
|
2545
|
-
G(h, p.elm,
|
|
2545
|
+
G(h, p.elm, g);
|
|
2546
2546
|
}
|
|
2547
2547
|
function G(p, l, h) {
|
|
2548
2548
|
u(p) && (u(h) ? n.parentNode(h) === p && n.insertBefore(p, l, h) : n.appendChild(p, l));
|
|
@@ -2550,8 +2550,8 @@ function bc(e) {
|
|
|
2550
2550
|
function oe(p, l, h) {
|
|
2551
2551
|
if (I(l)) {
|
|
2552
2552
|
process.env.NODE_ENV !== "production" && je(l);
|
|
2553
|
-
for (var
|
|
2554
|
-
|
|
2553
|
+
for (var g = 0; g < l.length; ++g)
|
|
2554
|
+
A(l[g], h, p.elm, null, !0, l, g);
|
|
2555
2555
|
} else
|
|
2556
2556
|
fe(p.text) && n.appendChild(p.elm, n.createTextNode(String(p.text)));
|
|
2557
2557
|
}
|
|
@@ -2574,14 +2574,14 @@ function bc(e) {
|
|
|
2574
2574
|
u(l = h.context) && u(l = l.$options._scopeId) && n.setStyleScope(p.elm, l), h = h.parent;
|
|
2575
2575
|
u(l = Le) && l !== p.context && l !== p.fnContext && u(l = l.$options._scopeId) && n.setStyleScope(p.elm, l);
|
|
2576
2576
|
}
|
|
2577
|
-
function Re(p, l, h,
|
|
2578
|
-
for (;
|
|
2579
|
-
|
|
2577
|
+
function Re(p, l, h, g, y, N) {
|
|
2578
|
+
for (; g <= y; ++g)
|
|
2579
|
+
A(h[g], N, p, l, !1, h, g);
|
|
2580
2580
|
}
|
|
2581
2581
|
function xe(p) {
|
|
2582
|
-
var l, h,
|
|
2583
|
-
if (u(
|
|
2584
|
-
for (u(l =
|
|
2582
|
+
var l, h, g = p.data;
|
|
2583
|
+
if (u(g))
|
|
2584
|
+
for (u(l = g.hook) && u(l = l.destroy) && l(p), l = 0; l < i.destroy.length; ++l)
|
|
2585
2585
|
i.destroy[l](p);
|
|
2586
2586
|
if (u(l = p.children))
|
|
2587
2587
|
for (h = 0; h < p.children.length; ++h)
|
|
@@ -2589,44 +2589,44 @@ function bc(e) {
|
|
|
2589
2589
|
}
|
|
2590
2590
|
function ce(p, l, h) {
|
|
2591
2591
|
for (; l <= h; ++l) {
|
|
2592
|
-
var
|
|
2593
|
-
u(
|
|
2592
|
+
var g = p[l];
|
|
2593
|
+
u(g) && (u(g.tag) ? (ee(g), xe(g)) : c(g.elm));
|
|
2594
2594
|
}
|
|
2595
2595
|
}
|
|
2596
2596
|
function ee(p, l) {
|
|
2597
2597
|
if (u(l) || u(p.data)) {
|
|
2598
|
-
var h,
|
|
2599
|
-
for (u(l) ? l.listeners +=
|
|
2598
|
+
var h, g = i.remove.length + 1;
|
|
2599
|
+
for (u(l) ? l.listeners += g : l = o(p.elm, g), u(h = p.componentInstance) && u(h = h._vnode) && u(h.data) && ee(h, l), h = 0; h < i.remove.length; ++h)
|
|
2600
2600
|
i.remove[h](p, l);
|
|
2601
2601
|
u(h = p.data.hook) && u(h = h.remove) ? h(p, l) : l();
|
|
2602
2602
|
} else
|
|
2603
2603
|
c(p.elm);
|
|
2604
2604
|
}
|
|
2605
|
-
function st(p, l, h,
|
|
2606
|
-
var N = 0, T = 0, b = l.length - 1, B = l[0], E = l[b], w = h.length - 1, L = h[0], z = h[w], Se,
|
|
2605
|
+
function st(p, l, h, g, y) {
|
|
2606
|
+
var N = 0, T = 0, b = l.length - 1, B = l[0], E = l[b], w = h.length - 1, L = h[0], z = h[w], Se, ge, ve, si, zt = !y;
|
|
2607
2607
|
for (process.env.NODE_ENV !== "production" && je(h); N <= b && T <= w; )
|
|
2608
|
-
C(B) ? B = l[++N] : C(E) ? E = l[--b] : De(B, L) ? (le(B, L,
|
|
2609
|
-
N > b ? (si = C(h[w + 1]) ? null : h[w + 1].elm, Re(p, si, h, T, w,
|
|
2608
|
+
C(B) ? B = l[++N] : C(E) ? E = l[--b] : De(B, L) ? (le(B, L, g, h, T), B = l[++N], L = h[++T]) : De(E, z) ? (le(E, z, g, h, w), E = l[--b], z = h[--w]) : De(B, z) ? (le(B, z, g, h, w), zt && n.insertBefore(p, B.elm, n.nextSibling(E.elm)), B = l[++N], z = h[--w]) : De(E, L) ? (le(E, L, g, h, T), zt && n.insertBefore(p, E.elm, B.elm), E = l[--b], L = h[++T]) : (C(Se) && (Se = Ic(l, N, b)), ge = u(L.key) ? Se[L.key] : It(L, l, N, b), C(ge) ? A(L, g, p, B.elm, !1, h, T) : (ve = l[ge], De(ve, L) ? (le(ve, L, g, h, T), l[ge] = void 0, zt && n.insertBefore(p, ve.elm, B.elm)) : A(L, g, p, B.elm, !1, h, T)), L = h[++T]);
|
|
2609
|
+
N > b ? (si = C(h[w + 1]) ? null : h[w + 1].elm, Re(p, si, h, T, w, g)) : T > w && ce(l, N, b);
|
|
2610
2610
|
}
|
|
2611
2611
|
function je(p) {
|
|
2612
2612
|
for (var l = {}, h = 0; h < p.length; h++) {
|
|
2613
|
-
var
|
|
2614
|
-
u(y) && (l[y] ? m("Duplicate keys detected: '".concat(y, "'. This may cause an update error."),
|
|
2613
|
+
var g = p[h], y = g.key;
|
|
2614
|
+
u(y) && (l[y] ? m("Duplicate keys detected: '".concat(y, "'. This may cause an update error."), g.context) : l[y] = !0);
|
|
2615
2615
|
}
|
|
2616
2616
|
}
|
|
2617
|
-
function It(p, l, h,
|
|
2618
|
-
for (var y = h; y <
|
|
2617
|
+
function It(p, l, h, g) {
|
|
2618
|
+
for (var y = h; y < g; y++) {
|
|
2619
2619
|
var N = l[y];
|
|
2620
2620
|
if (u(N) && De(p, N))
|
|
2621
2621
|
return y;
|
|
2622
2622
|
}
|
|
2623
2623
|
}
|
|
2624
|
-
function le(p, l, h,
|
|
2624
|
+
function le(p, l, h, g, y, N) {
|
|
2625
2625
|
if (p !== l) {
|
|
2626
|
-
u(l.elm) && u(
|
|
2626
|
+
u(l.elm) && u(g) && (l = g[y] = us(l));
|
|
2627
2627
|
var T = l.elm = p.elm;
|
|
2628
2628
|
if (D(p.isAsyncPlaceholder)) {
|
|
2629
|
-
u(l.asyncFactory.resolved) ?
|
|
2629
|
+
u(l.asyncFactory.resolved) ? Ae(p.elm, l, h) : l.isAsyncPlaceholder = !0;
|
|
2630
2630
|
return;
|
|
2631
2631
|
}
|
|
2632
2632
|
if (D(l.isStatic) && D(p.isStatic) && l.key === p.key && (D(l.isCloned) || D(l.isOnce))) {
|
|
@@ -2648,15 +2648,15 @@ function bc(e) {
|
|
|
2648
2648
|
if (D(h) && u(p.parent))
|
|
2649
2649
|
p.parent.data.pendingInsert = l;
|
|
2650
2650
|
else
|
|
2651
|
-
for (var
|
|
2652
|
-
l[
|
|
2651
|
+
for (var g = 0; g < l.length; ++g)
|
|
2652
|
+
l[g].data.hook.insert(l[g]);
|
|
2653
2653
|
}
|
|
2654
2654
|
var Oe = !1, bt = Z("attrs,class,staticClass,staticStyle,key");
|
|
2655
|
-
function
|
|
2655
|
+
function Ae(p, l, h, g) {
|
|
2656
2656
|
var y, N = l.tag, T = l.data, b = l.children;
|
|
2657
|
-
if (
|
|
2657
|
+
if (g = g || T && T.pre, l.elm = p, D(l.isComment) && u(l.asyncFactory))
|
|
2658
2658
|
return l.isAsyncPlaceholder = !0, !0;
|
|
2659
|
-
if (process.env.NODE_ENV !== "production" && !Ke(p, l,
|
|
2659
|
+
if (process.env.NODE_ENV !== "production" && !Ke(p, l, g))
|
|
2660
2660
|
return !1;
|
|
2661
2661
|
if (u(T) && (u(y = T.hook) && u(y = y.init) && y(l, !0), u(y = l.componentInstance)))
|
|
2662
2662
|
return k(l, h), !0;
|
|
@@ -2669,7 +2669,7 @@ function bc(e) {
|
|
|
2669
2669
|
return process.env.NODE_ENV !== "production" && typeof console < "u" && !Oe && (Oe = !0, console.warn("Parent: ", p), console.warn("server innerHTML: ", y), console.warn("client innerHTML: ", p.innerHTML)), !1;
|
|
2670
2670
|
} else {
|
|
2671
2671
|
for (var B = !0, E = p.firstChild, w = 0; w < b.length; w++) {
|
|
2672
|
-
if (!E || !
|
|
2672
|
+
if (!E || !Ae(E, b[w], h, g)) {
|
|
2673
2673
|
B = !1;
|
|
2674
2674
|
break;
|
|
2675
2675
|
}
|
|
@@ -2694,29 +2694,29 @@ function bc(e) {
|
|
|
2694
2694
|
function Ke(p, l, h) {
|
|
2695
2695
|
return u(l.tag) ? l.tag.indexOf("vue-component") === 0 || !d(l, h) && l.tag.toLowerCase() === (p.tagName && p.tagName.toLowerCase()) : p.nodeType === (l.isComment ? 8 : 3);
|
|
2696
2696
|
}
|
|
2697
|
-
return function(l, h,
|
|
2697
|
+
return function(l, h, g, y) {
|
|
2698
2698
|
if (C(h)) {
|
|
2699
2699
|
u(l) && xe(l);
|
|
2700
2700
|
return;
|
|
2701
2701
|
}
|
|
2702
2702
|
var N = !1, T = [];
|
|
2703
2703
|
if (C(l))
|
|
2704
|
-
N = !0,
|
|
2704
|
+
N = !0, A(h, T);
|
|
2705
2705
|
else {
|
|
2706
2706
|
var b = u(l.nodeType);
|
|
2707
2707
|
if (!b && De(l, h))
|
|
2708
2708
|
le(l, h, T, null, null, y);
|
|
2709
2709
|
else {
|
|
2710
2710
|
if (b) {
|
|
2711
|
-
if (l.nodeType === 1 && l.hasAttribute(ai) && (l.removeAttribute(ai),
|
|
2712
|
-
if (
|
|
2711
|
+
if (l.nodeType === 1 && l.hasAttribute(ai) && (l.removeAttribute(ai), g = !0), D(g)) {
|
|
2712
|
+
if (Ae(l, h, T))
|
|
2713
2713
|
return me(h, T, !0), l;
|
|
2714
2714
|
process.env.NODE_ENV !== "production" && m("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
|
l = r(l);
|
|
2717
2717
|
}
|
|
2718
2718
|
var B = l.elm, E = n.parentNode(B);
|
|
2719
|
-
if (
|
|
2719
|
+
if (A(
|
|
2720
2720
|
h,
|
|
2721
2721
|
T,
|
|
2722
2722
|
B._leaveCb ? null : E,
|
|
@@ -2728,10 +2728,10 @@ function bc(e) {
|
|
|
2728
2728
|
if (w.elm = h.elm, L) {
|
|
2729
2729
|
for (var Se = 0; Se < i.create.length; ++Se)
|
|
2730
2730
|
i.create[Se](Ce, w);
|
|
2731
|
-
var
|
|
2732
|
-
if (
|
|
2733
|
-
for (var ve = 1; ve <
|
|
2734
|
-
|
|
2731
|
+
var ge = w.data.hook.insert;
|
|
2732
|
+
if (ge.merged)
|
|
2733
|
+
for (var ve = 1; ve < ge.fns.length; ve++)
|
|
2734
|
+
ge.fns[ve]();
|
|
2735
2735
|
} else
|
|
2736
2736
|
We(w);
|
|
2737
2737
|
w = w.parent;
|
|
@@ -2757,11 +2757,11 @@ function kc(e, s) {
|
|
|
2757
2757
|
for (c in n)
|
|
2758
2758
|
d = a[c], f = n[c], d ? (f.oldValue = d.value, f.oldArg = d.arg, nt(f, "update", s, e), f.def && f.def.componentUpdated && o.push(f)) : (nt(f, "bind", s, e), f.def && f.def.inserted && r.push(f));
|
|
2759
2759
|
if (r.length) {
|
|
2760
|
-
var
|
|
2760
|
+
var A = function() {
|
|
2761
2761
|
for (var v = 0; v < r.length; v++)
|
|
2762
2762
|
nt(r[v], "inserted", s, e);
|
|
2763
2763
|
};
|
|
2764
|
-
t ? ye(s, "insert",
|
|
2764
|
+
t ? ye(s, "insert", A) : A();
|
|
2765
2765
|
}
|
|
2766
2766
|
if (o.length && ye(s, "postpatch", function() {
|
|
2767
2767
|
for (var v = 0; v < o.length; v++)
|
|
@@ -2997,11 +2997,11 @@ function Yi(e, s) {
|
|
|
2997
2997
|
if (!(C(t.staticStyle) && C(t.style) && C(i.staticStyle) && C(i.style))) {
|
|
2998
2998
|
var a, n, r = s.elm, o = i.staticStyle, c = i.normalizedStyle || i.style || {}, d = o || c, f = on(s.data.style) || {};
|
|
2999
2999
|
s.data.normalizedStyle = u(f.__ob__) ? O({}, f) : f;
|
|
3000
|
-
var
|
|
3000
|
+
var A = Gc(s, !0);
|
|
3001
3001
|
for (n in d)
|
|
3002
|
-
C(
|
|
3003
|
-
for (n in
|
|
3004
|
-
a =
|
|
3002
|
+
C(A[n]) && ji(r, n, "");
|
|
3003
|
+
for (n in A)
|
|
3004
|
+
a = A[n], a !== d[n] && ji(r, n, a == null ? "" : a);
|
|
3005
3005
|
}
|
|
3006
3006
|
}
|
|
3007
3007
|
var Rc = {
|
|
@@ -3067,27 +3067,27 @@ function de(e, s) {
|
|
|
3067
3067
|
e._transitionClasses && we(e._transitionClasses, s), pn(e, s);
|
|
3068
3068
|
}
|
|
3069
3069
|
function mn(e, s, t) {
|
|
3070
|
-
var i =
|
|
3070
|
+
var i = An(e, s), a = i.type, n = i.timeout, r = i.propCount;
|
|
3071
3071
|
if (!a)
|
|
3072
3072
|
return t();
|
|
3073
3073
|
var o = a === Ye ? Ht : hn, c = 0, d = function() {
|
|
3074
3074
|
e.removeEventListener(o, f), t();
|
|
3075
|
-
}, f = function(
|
|
3076
|
-
|
|
3075
|
+
}, f = function(A) {
|
|
3076
|
+
A.target === e && ++c >= r && d();
|
|
3077
3077
|
};
|
|
3078
3078
|
setTimeout(function() {
|
|
3079
3079
|
c < r && d();
|
|
3080
3080
|
}, n + 1), e.addEventListener(o, f);
|
|
3081
3081
|
}
|
|
3082
3082
|
var jc = /\b(transform|all)(,|$)/;
|
|
3083
|
-
function
|
|
3084
|
-
var t = window.getComputedStyle(e), i = (t[Qt + "Delay"] || "").split(", "), a = (t[Qt + "Duration"] || "").split(", "), n = Wi(i, a), r = (t[ks + "Delay"] || "").split(", "), o = (t[ks + "Duration"] || "").split(", "), c = Wi(r, o), d, f = 0,
|
|
3085
|
-
s === Ye ? n > 0 && (d = Ye, f = n,
|
|
3083
|
+
function An(e, s) {
|
|
3084
|
+
var t = window.getComputedStyle(e), i = (t[Qt + "Delay"] || "").split(", "), a = (t[Qt + "Duration"] || "").split(", "), n = Wi(i, a), r = (t[ks + "Delay"] || "").split(", "), o = (t[ks + "Duration"] || "").split(", "), c = Wi(r, o), d, f = 0, A = 0;
|
|
3085
|
+
s === Ye ? n > 0 && (d = Ye, f = n, A = a.length) : s === os ? c > 0 && (d = os, f = c, A = o.length) : (f = Math.max(n, c), d = f > 0 ? n > c ? Ye : os : null, A = d ? d === Ye ? a.length : o.length : 0);
|
|
3086
3086
|
var v = d === Ye && jc.test(t[Qt + "Property"]);
|
|
3087
3087
|
return {
|
|
3088
3088
|
type: d,
|
|
3089
3089
|
timeout: f,
|
|
3090
|
-
propCount:
|
|
3090
|
+
propCount: A,
|
|
3091
3091
|
hasTransform: v
|
|
3092
3092
|
};
|
|
3093
3093
|
}
|
|
@@ -3106,25 +3106,25 @@ function Ns(e, s) {
|
|
|
3106
3106
|
u(t._leaveCb) && (t._leaveCb.cancelled = !0, t._leaveCb());
|
|
3107
3107
|
var i = un(e.data.transition);
|
|
3108
3108
|
if (!C(i) && !(u(t._enterCb) || t.nodeType !== 1)) {
|
|
3109
|
-
for (var a = i.css, n = i.type, r = i.enterClass, o = i.enterToClass, c = i.enterActiveClass, d = i.appearClass, f = i.appearToClass,
|
|
3109
|
+
for (var a = i.css, n = i.type, r = i.enterClass, o = i.enterToClass, c = i.enterActiveClass, d = i.appearClass, f = i.appearToClass, A = i.appearActiveClass, v = i.beforeEnter, k = i.enter, P = i.afterEnter, G = i.enterCancelled, oe = i.beforeAppear, Y = i.appear, H = i.afterAppear, Be = i.appearCancelled, Re = i.duration, xe = Le, ce = Le.$vnode; ce && ce.parent; )
|
|
3110
3110
|
xe = ce.context, ce = ce.parent;
|
|
3111
3111
|
var ee = !xe._isMounted || !e.isRootInsert;
|
|
3112
3112
|
if (!(ee && !Y && Y !== "")) {
|
|
3113
|
-
var st = ee && d ? d : r, je = ee &&
|
|
3114
|
-
process.env.NODE_ENV !== "production" &&
|
|
3113
|
+
var st = ee && d ? d : r, je = ee && A ? A : c, It = ee && f ? f : o, le = ee && oe || v, me = ee && S(Y) ? Y : k, Oe = ee && H || P, bt = ee && Be || G, Ae = ct(V(Re) ? Re.enter : Re);
|
|
3114
|
+
process.env.NODE_ENV !== "production" && Ae != null && vn(Ae, "enter", e);
|
|
3115
3115
|
var Ke = a !== !1 && !$e, p = Xs(me), l = t._enterCb = Lt(function() {
|
|
3116
3116
|
Ke && (de(t, It), de(t, je)), l.cancelled ? (Ke && de(t, st), bt && bt(t)) : Oe && Oe(t), t._enterCb = null;
|
|
3117
3117
|
});
|
|
3118
3118
|
e.data.show || ye(e, "insert", function() {
|
|
3119
|
-
var h = t.parentNode,
|
|
3120
|
-
|
|
3119
|
+
var h = t.parentNode, g = h && h._pending && h._pending[e.key];
|
|
3120
|
+
g && g.tag === e.tag && g.elm._leaveCb && g.elm._leaveCb(), me && me(t, l);
|
|
3121
3121
|
}), le && le(t), Ke && (Fe(t, st), Fe(t, je), fn(function() {
|
|
3122
|
-
de(t, st), l.cancelled || (Fe(t, It), p || (yn(
|
|
3122
|
+
de(t, st), l.cancelled || (Fe(t, It), p || (yn(Ae) ? setTimeout(l, Ae) : mn(t, n, l)));
|
|
3123
3123
|
})), e.data.show && (s && s(), me && me(t, l)), !Ke && !p && l();
|
|
3124
3124
|
}
|
|
3125
3125
|
}
|
|
3126
3126
|
}
|
|
3127
|
-
function
|
|
3127
|
+
function gn(e, s) {
|
|
3128
3128
|
var t = e.elm;
|
|
3129
3129
|
u(t._enterCb) && (t._enterCb.cancelled = !0, t._enterCb());
|
|
3130
3130
|
var i = un(e.data.transition);
|
|
@@ -3132,10 +3132,10 @@ function An(e, s) {
|
|
|
3132
3132
|
return s();
|
|
3133
3133
|
if (u(t._leaveCb))
|
|
3134
3134
|
return;
|
|
3135
|
-
var a = i.css, n = i.type, r = i.leaveClass, o = i.leaveToClass, c = i.leaveActiveClass, d = i.beforeLeave, f = i.leave,
|
|
3135
|
+
var a = i.css, n = i.type, r = i.leaveClass, o = i.leaveToClass, c = i.leaveActiveClass, d = i.beforeLeave, f = i.leave, A = i.afterLeave, v = i.leaveCancelled, k = i.delayLeave, P = i.duration, G = a !== !1 && !$e, oe = Xs(f), Y = ct(V(P) ? P.leave : P);
|
|
3136
3136
|
process.env.NODE_ENV !== "production" && u(Y) && vn(Y, "leave", e);
|
|
3137
3137
|
var H = t._leaveCb = Lt(function() {
|
|
3138
|
-
t.parentNode && t.parentNode._pending && (t.parentNode._pending[e.key] = null), G && (de(t, o), de(t, c)), H.cancelled ? (G && de(t, r), v && v(t)) : (s(),
|
|
3138
|
+
t.parentNode && t.parentNode._pending && (t.parentNode._pending[e.key] = null), G && (de(t, o), de(t, c)), H.cancelled ? (G && de(t, r), v && v(t)) : (s(), A && A(t)), t._leaveCb = null;
|
|
3139
3139
|
});
|
|
3140
3140
|
k ? k(Be) : Be();
|
|
3141
3141
|
function Be() {
|
|
@@ -3163,7 +3163,7 @@ var Kc = K ? {
|
|
|
3163
3163
|
create: zi,
|
|
3164
3164
|
activate: zi,
|
|
3165
3165
|
remove: function(e, s) {
|
|
3166
|
-
e.data.show !== !0 ?
|
|
3166
|
+
e.data.show !== !0 ? gn(e, s) : s();
|
|
3167
3167
|
}
|
|
3168
3168
|
} : {}, Yc = [Bc, xc, Pc, Uc, Rc, Kc], Hc = Yc.concat(wc), _c = bc({ nodeOps: vc, modules: Hc });
|
|
3169
3169
|
$e && document.addEventListener("selectionchange", function() {
|
|
@@ -3248,7 +3248,7 @@ var Zc = {
|
|
|
3248
3248
|
var n = t.data && t.data.transition;
|
|
3249
3249
|
n ? (t.data.show = !0, i ? Ns(t, function() {
|
|
3250
3250
|
e.style.display = e.__vOriginalDisplay;
|
|
3251
|
-
}) :
|
|
3251
|
+
}) : gn(t, function() {
|
|
3252
3252
|
e.style.display = "none";
|
|
3253
3253
|
})) : e.style.display = i ? e.__vOriginalDisplay : "none";
|
|
3254
3254
|
}
|
|
@@ -3337,11 +3337,11 @@ var el = function(e) {
|
|
|
3337
3337
|
if (i === "in-out") {
|
|
3338
3338
|
if (pt(n))
|
|
3339
3339
|
return c;
|
|
3340
|
-
var
|
|
3341
|
-
|
|
3340
|
+
var A, v = function() {
|
|
3341
|
+
A();
|
|
3342
3342
|
};
|
|
3343
3343
|
ye(o, "afterEnter", v), ye(o, "enterCancelled", v), ye(f, "delayLeave", function(k) {
|
|
3344
|
-
|
|
3344
|
+
A = k;
|
|
3345
3345
|
});
|
|
3346
3346
|
}
|
|
3347
3347
|
}
|
|
@@ -3380,11 +3380,11 @@ var il = {
|
|
|
3380
3380
|
}
|
|
3381
3381
|
}
|
|
3382
3382
|
if (i) {
|
|
3383
|
-
for (var
|
|
3383
|
+
for (var A = [], v = [], o = 0; o < i.length; o++) {
|
|
3384
3384
|
var c = i[o];
|
|
3385
|
-
c.data.transition = r, c.data.pos = c.elm.getBoundingClientRect(), t[c.key] ?
|
|
3385
|
+
c.data.transition = r, c.data.pos = c.elm.getBoundingClientRect(), t[c.key] ? A.push(c) : v.push(c);
|
|
3386
3386
|
}
|
|
3387
|
-
this.kept = e(s, null,
|
|
3387
|
+
this.kept = e(s, null, A), this.removed = v;
|
|
3388
3388
|
}
|
|
3389
3389
|
return e(s, null, n);
|
|
3390
3390
|
},
|
|
@@ -3409,7 +3409,7 @@ var il = {
|
|
|
3409
3409
|
e._transitionClasses && e._transitionClasses.forEach(function(a) {
|
|
3410
3410
|
pn(t, a);
|
|
3411
3411
|
}), ln(t, s), t.style.display = "none", this.$el.appendChild(t);
|
|
3412
|
-
var i =
|
|
3412
|
+
var i = An(t);
|
|
3413
3413
|
return this.$el.removeChild(t), this._hasMove = i.hasTransform;
|
|
3414
3414
|
}
|
|
3415
3415
|
}
|
|
@@ -3611,8 +3611,8 @@ function F(e, s, t, i, a, n, r, o) {
|
|
|
3611
3611
|
return d.call(P), f(k, P);
|
|
3612
3612
|
};
|
|
3613
3613
|
} else {
|
|
3614
|
-
var
|
|
3615
|
-
c.beforeCreate =
|
|
3614
|
+
var A = c.beforeCreate;
|
|
3615
|
+
c.beforeCreate = A ? [].concat(A, d) : [d];
|
|
3616
3616
|
}
|
|
3617
3617
|
return {
|
|
3618
3618
|
exports: e,
|
|
@@ -3702,22 +3702,22 @@ var fl = function() {
|
|
|
3702
3702
|
})]) : e._e();
|
|
3703
3703
|
}, ml = [];
|
|
3704
3704
|
const aa = {};
|
|
3705
|
-
var
|
|
3705
|
+
var Al = /* @__PURE__ */ F(
|
|
3706
3706
|
hl,
|
|
3707
3707
|
fl,
|
|
3708
3708
|
ml,
|
|
3709
3709
|
!1,
|
|
3710
|
-
|
|
3710
|
+
gl,
|
|
3711
3711
|
null,
|
|
3712
3712
|
null,
|
|
3713
3713
|
null
|
|
3714
3714
|
);
|
|
3715
|
-
function
|
|
3715
|
+
function gl(e) {
|
|
3716
3716
|
for (let s in aa)
|
|
3717
3717
|
this[s] = aa[s];
|
|
3718
3718
|
}
|
|
3719
3719
|
const kn = /* @__PURE__ */ function() {
|
|
3720
|
-
return
|
|
3720
|
+
return Al.exports;
|
|
3721
3721
|
}(), vl = {
|
|
3722
3722
|
name: "preview-image",
|
|
3723
3723
|
props: {
|
|
@@ -4889,7 +4889,7 @@ const Dn = /* @__PURE__ */ function() {
|
|
|
4889
4889
|
},
|
|
4890
4890
|
id: {
|
|
4891
4891
|
handler(e, s) {
|
|
4892
|
-
|
|
4892
|
+
e && (this.idData = e, this.getProcessInstance());
|
|
4893
4893
|
},
|
|
4894
4894
|
immediate: !0
|
|
4895
4895
|
},
|
|
@@ -4945,7 +4945,7 @@ const Dn = /* @__PURE__ */ function() {
|
|
|
4945
4945
|
}));
|
|
4946
4946
|
},
|
|
4947
4947
|
async getProcessInstance() {
|
|
4948
|
-
|
|
4948
|
+
this.id && await this.request.get("/aws/pis/getProcessInstanceByBusinessKey", {
|
|
4949
4949
|
params: { businessKey: this.id }
|
|
4950
4950
|
}).then((e) => {
|
|
4951
4951
|
e.code == 200 && (this.processId = e.data.id, this.processId && this.option.map((s, t) => {
|
|
@@ -6052,7 +6052,7 @@ var fp = function() {
|
|
|
6052
6052
|
staticClass: "process-pc-label--re"
|
|
6053
6053
|
}, [e._v("*")])]);
|
|
6054
6054
|
}];
|
|
6055
|
-
const
|
|
6055
|
+
const Ap = {
|
|
6056
6056
|
name: "counterSign",
|
|
6057
6057
|
props: {
|
|
6058
6058
|
param: {
|
|
@@ -6156,7 +6156,7 @@ const gp = {
|
|
|
6156
6156
|
parentTaskInstId: this.param.taskInstId,
|
|
6157
6157
|
reason: this.commentMsg
|
|
6158
6158
|
}).then((s) => {
|
|
6159
|
-
s.code == 200 ? (this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"),
|
|
6159
|
+
s.code == 200 ? (this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.handleFinal(), this.commentMsg = "") : this.handleTips(s.msg, !0, "error");
|
|
6160
6160
|
});
|
|
6161
6161
|
},
|
|
6162
6162
|
makeDelegateTaskButtonAnnex() {
|
|
@@ -6206,13 +6206,13 @@ const gp = {
|
|
|
6206
6206
|
}
|
|
6207
6207
|
}
|
|
6208
6208
|
}, ha = {};
|
|
6209
|
-
var
|
|
6210
|
-
|
|
6209
|
+
var gp = /* @__PURE__ */ F(
|
|
6210
|
+
Ap,
|
|
6211
6211
|
fp,
|
|
6212
6212
|
mp,
|
|
6213
6213
|
!1,
|
|
6214
6214
|
vp,
|
|
6215
|
-
"
|
|
6215
|
+
"343efba5",
|
|
6216
6216
|
null,
|
|
6217
6217
|
null
|
|
6218
6218
|
);
|
|
@@ -6221,7 +6221,7 @@ function vp(e) {
|
|
|
6221
6221
|
this[s] = ha[s];
|
|
6222
6222
|
}
|
|
6223
6223
|
const yp = /* @__PURE__ */ function() {
|
|
6224
|
-
return
|
|
6224
|
+
return gp.exports;
|
|
6225
6225
|
}();
|
|
6226
6226
|
var Cp = function() {
|
|
6227
6227
|
var e = this, s = e.$createElement, t = e._self._c || s;
|
|
@@ -6520,7 +6520,7 @@ const bp = {
|
|
|
6520
6520
|
taskInstId: this.param.taskInstId,
|
|
6521
6521
|
targetUID: e
|
|
6522
6522
|
}).then((s) => {
|
|
6523
|
-
s.code == 200 ? (this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"),
|
|
6523
|
+
s.code == 200 ? (this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.handleFinal(), this.commentMsg = "") : this.handleTips(s.msg, !0, "error");
|
|
6524
6524
|
});
|
|
6525
6525
|
},
|
|
6526
6526
|
makeDelegateTaskButtonAnnex() {
|
|
@@ -6576,7 +6576,7 @@ var Tp = /* @__PURE__ */ F(
|
|
|
6576
6576
|
Ip,
|
|
6577
6577
|
!1,
|
|
6578
6578
|
kp,
|
|
6579
|
-
"
|
|
6579
|
+
"18475cfc",
|
|
6580
6580
|
null,
|
|
6581
6581
|
null
|
|
6582
6582
|
);
|
|
@@ -7092,7 +7092,7 @@ const Qp = {
|
|
|
7092
7092
|
...t,
|
|
7093
7093
|
...t.userTaskModelDTO
|
|
7094
7094
|
}, t.humanPerformerName = t.humanPerformer.name, this.nodeItems.push(t);
|
|
7095
|
-
})) : this.nodeType == "outing" && (this.nodeItems = e, console.log("nodeItems", this.nodeItems)), this.nodeItems.length == 1 && this.nodeItems[0].
|
|
7095
|
+
})) : this.nodeType == "outing" && (this.nodeItems = e, console.log("nodeItems", this.nodeItems)), this.nodeItems.length == 1 && this.nodeItems[0].childNode.length == 1 && this.nodeItems[0].type == "ExclusiveGatewayModel" && this.handleFirstNodeClick(this.nodeItems[0]));
|
|
7096
7096
|
},
|
|
7097
7097
|
immediate: !0,
|
|
7098
7098
|
deep: !0
|
|
@@ -7123,20 +7123,20 @@ const Qp = {
|
|
|
7123
7123
|
}
|
|
7124
7124
|
}
|
|
7125
7125
|
}
|
|
7126
|
-
},
|
|
7126
|
+
}, Aa = {};
|
|
7127
7127
|
var Lp = /* @__PURE__ */ F(
|
|
7128
7128
|
Qp,
|
|
7129
7129
|
Mp,
|
|
7130
7130
|
Pp,
|
|
7131
7131
|
!1,
|
|
7132
7132
|
Fp,
|
|
7133
|
-
"
|
|
7133
|
+
"42fd18a0",
|
|
7134
7134
|
null,
|
|
7135
7135
|
null
|
|
7136
7136
|
);
|
|
7137
7137
|
function Fp(e) {
|
|
7138
|
-
for (let s in
|
|
7139
|
-
this[s] =
|
|
7138
|
+
for (let s in Aa)
|
|
7139
|
+
this[s] = Aa[s];
|
|
7140
7140
|
}
|
|
7141
7141
|
const Up = /* @__PURE__ */ function() {
|
|
7142
7142
|
return Lp.exports;
|
|
@@ -7617,7 +7617,7 @@ const Jp = {
|
|
|
7617
7617
|
this.uploadAttch();
|
|
7618
7618
|
return;
|
|
7619
7619
|
}
|
|
7620
|
-
this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"),
|
|
7620
|
+
this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.handleFinal(), this.commentMsg = "";
|
|
7621
7621
|
} else
|
|
7622
7622
|
this.handleTips(s.msg, !0, "error");
|
|
7623
7623
|
}));
|
|
@@ -7671,20 +7671,20 @@ const Jp = {
|
|
|
7671
7671
|
this.gateVars = e;
|
|
7672
7672
|
}
|
|
7673
7673
|
}
|
|
7674
|
-
},
|
|
7674
|
+
}, ga = {};
|
|
7675
7675
|
var qp = /* @__PURE__ */ F(
|
|
7676
7676
|
Jp,
|
|
7677
7677
|
Vp,
|
|
7678
7678
|
Gp,
|
|
7679
7679
|
!1,
|
|
7680
7680
|
Rp,
|
|
7681
|
-
"
|
|
7681
|
+
"2d34d6a2",
|
|
7682
7682
|
null,
|
|
7683
7683
|
null
|
|
7684
7684
|
);
|
|
7685
7685
|
function Rp(e) {
|
|
7686
|
-
for (let s in
|
|
7687
|
-
this[s] =
|
|
7686
|
+
for (let s in ga)
|
|
7687
|
+
this[s] = ga[s];
|
|
7688
7688
|
}
|
|
7689
7689
|
const jp = /* @__PURE__ */ function() {
|
|
7690
7690
|
return qp.exports;
|
|
@@ -8302,7 +8302,7 @@ const $p = {
|
|
|
8302
8302
|
isCompensation: !1,
|
|
8303
8303
|
targetActivityId: this.nodeId
|
|
8304
8304
|
}).then((e) => {
|
|
8305
|
-
e.code == 200 ? (this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"),
|
|
8305
|
+
e.code == 200 ? (this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.handleFinal(), this.commentMsg = "") : this.handleTips(e.msg, !0, "error");
|
|
8306
8306
|
}).catch((e) => {
|
|
8307
8307
|
this.handleTips(e.msg, !0, "error");
|
|
8308
8308
|
});
|
|
@@ -8360,7 +8360,7 @@ var eu = /* @__PURE__ */ F(
|
|
|
8360
8360
|
Xp,
|
|
8361
8361
|
!1,
|
|
8362
8362
|
tu,
|
|
8363
|
-
"
|
|
8363
|
+
"b3b95b9a",
|
|
8364
8364
|
null,
|
|
8365
8365
|
null
|
|
8366
8366
|
);
|
|
@@ -8469,7 +8469,7 @@ const nu = {
|
|
|
8469
8469
|
parentTaskInstId: this.param.taskInstId,
|
|
8470
8470
|
participant: e
|
|
8471
8471
|
}).then((s) => {
|
|
8472
|
-
s.code == 200 ? (this.$emit("handleClosecctaskTopPopup"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"),
|
|
8472
|
+
s.code == 200 ? (this.$emit("handleClosecctaskTopPopup"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.handleFinal()) : this.handleTips(s.msg, !0, "error");
|
|
8473
8473
|
});
|
|
8474
8474
|
},
|
|
8475
8475
|
makeDelegateTaskButtonAnnex() {
|
|
@@ -8968,12 +8968,12 @@ const cu = /* @__PURE__ */ function() {
|
|
|
8968
8968
|
this.$refs.TopPopup2.handleCancel(), this.handleTipsType == "\u50AC\u529E" && (this.handleTips("", !0, "loading"), this.request.get("/aws/tis/reminders", {
|
|
8969
8969
|
params: { processInstId: this.processIntId }
|
|
8970
8970
|
}).then((e) => {
|
|
8971
|
-
e.code == 200 ? (this.handleTips("\u50AC\u529E\u6210\u529F", !0, "success"),
|
|
8971
|
+
e.code == 200 ? (this.handleTips("\u50AC\u529E\u6210\u529F", !0, "success"), this.endFunction("\u50AC\u529E")) : this.handleTips(e.msg, !0, "error");
|
|
8972
8972
|
})), this.handleTipsType == "\u64A4\u9500" && (this.handleTips("", !0, "loading"), this.request.post("/aws/pis/revoke", {
|
|
8973
8973
|
processInstId: this.ProcessInsObj.id,
|
|
8974
8974
|
processBusinessKey: this.ProcessInsObj.processBusinessKey
|
|
8975
8975
|
}).then((e) => {
|
|
8976
|
-
e.code == 200 ? (this.handleTips("\u64A4\u9500\u6210\u529F", !0, "success"),
|
|
8976
|
+
e.code == 200 ? (this.handleTips("\u64A4\u9500\u6210\u529F", !0, "success"), this.endFunction("\u64A4\u9500")) : (this.textTips = e.msg, this.typeTips = "error", this.handleTips(e.msg, !0, "error"));
|
|
8977
8977
|
}));
|
|
8978
8978
|
},
|
|
8979
8979
|
handleTipsCancel() {
|
|
@@ -9292,11 +9292,11 @@ function hu(e) {
|
|
|
9292
9292
|
for (let s in Ia)
|
|
9293
9293
|
this[s] = Ia[s];
|
|
9294
9294
|
}
|
|
9295
|
-
const
|
|
9295
|
+
const Au = /* @__PURE__ */ function() {
|
|
9296
9296
|
return du.exports;
|
|
9297
9297
|
}();
|
|
9298
9298
|
export {
|
|
9299
|
-
|
|
9299
|
+
Au as TopProcess,
|
|
9300
9300
|
tp as TopSumbitPopup,
|
|
9301
9301
|
Bl as ViewAttchList,
|
|
9302
9302
|
yt as attchViews
|