ui-process-h5 2.5.52 → 2.5.53
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 +153 -158
- package/v2/ui-process-h5.umd.cjs +7 -7
- package/v2.7/style.css +1 -1
- package/v2.7/ui-process-h5.js +60 -65
- package/v2.7/ui-process-h5.umd.cjs +4 -4
- package/v3/style.css +1 -1
- package/v3/ui-process-h5.js +11 -16
- package/v3/ui-process-h5.umd.cjs +1 -1
package/v2/ui-process-h5.js
CHANGED
|
@@ -6,7 +6,7 @@ import { departPerson as ke } from "checked-pick-app";
|
|
|
6
6
|
* Released under the MIT License.
|
|
7
7
|
*/
|
|
8
8
|
var Z = Object.freeze({});
|
|
9
|
-
function
|
|
9
|
+
function C(e) {
|
|
10
10
|
return e == null;
|
|
11
11
|
}
|
|
12
12
|
function d(e) {
|
|
@@ -435,14 +435,14 @@ function te(e, s, t, i, a) {
|
|
|
435
435
|
return Y.target && (n.depend(), p && (p.dep.depend(), Array.isArray(m) && ln(m))), m;
|
|
436
436
|
},
|
|
437
437
|
set: function(m) {
|
|
438
|
-
var
|
|
439
|
-
m ===
|
|
438
|
+
var A = o ? o.call(e) : t;
|
|
439
|
+
m === A || m !== m && A !== A || (process.env.NODE_ENV !== "production" && i && i(), !(o && !l) && (l ? l.call(e, m) : t = m, p = !a && _e(m), n.notify()));
|
|
440
440
|
}
|
|
441
441
|
});
|
|
442
442
|
}
|
|
443
443
|
}
|
|
444
444
|
function Ws(e, s, t) {
|
|
445
|
-
if (process.env.NODE_ENV !== "production" && (
|
|
445
|
+
if (process.env.NODE_ENV !== "production" && (C(e) || we(e)) && g("Cannot set reactive property on undefined, null, or primitive value: " + e), Array.isArray(e) && Ya(s))
|
|
446
446
|
return e.length = Math.max(e.length, s), e.splice(s, 1, t), t;
|
|
447
447
|
if (s in e && !(s in Object.prototype))
|
|
448
448
|
return e[s] = t, t;
|
|
@@ -452,7 +452,7 @@ function Ws(e, s, t) {
|
|
|
452
452
|
), t) : i ? (te(i.value, s, t), i.dep.notify(), t) : (e[s] = t, t);
|
|
453
453
|
}
|
|
454
454
|
function on(e, s) {
|
|
455
|
-
if (process.env.NODE_ENV !== "production" && (
|
|
455
|
+
if (process.env.NODE_ENV !== "production" && (C(e) || we(e)) && g("Cannot delete reactive property on undefined, null, or primitive value: " + e), Array.isArray(e) && Ya(s)) {
|
|
456
456
|
e.splice(s, 1);
|
|
457
457
|
return;
|
|
458
458
|
}
|
|
@@ -679,8 +679,8 @@ function jr(e, s, t, i, a) {
|
|
|
679
679
|
o.push(p.expectedType || ""), r = p.valid;
|
|
680
680
|
}
|
|
681
681
|
}
|
|
682
|
-
var h = o.some(function(
|
|
683
|
-
return
|
|
682
|
+
var h = o.some(function(A) {
|
|
683
|
+
return A;
|
|
684
684
|
});
|
|
685
685
|
if (!r && h) {
|
|
686
686
|
g(
|
|
@@ -941,12 +941,12 @@ function Bs(e, s) {
|
|
|
941
941
|
function un(e, s, t, i, a, n) {
|
|
942
942
|
var r, o, l, p;
|
|
943
943
|
for (r in e)
|
|
944
|
-
o = e[r], l = s[r], p = Li(r),
|
|
944
|
+
o = e[r], l = s[r], p = Li(r), C(o) ? process.env.NODE_ENV !== "production" && g(
|
|
945
945
|
'Invalid handler for event "' + p.name + '": got ' + String(o),
|
|
946
946
|
n
|
|
947
|
-
) :
|
|
947
|
+
) : C(l) ? (C(o.fns) && (o = e[r] = Bs(o, n)), M(p.once) && (o = e[r] = a(p.name, o, p.capture)), t(p.name, o, p.capture, p.passive, p.params)) : o !== l && (l.fns = o, e[r] = l);
|
|
948
948
|
for (r in s)
|
|
949
|
-
|
|
949
|
+
C(e[r]) && (p = Li(r), i(p.name, s[r], p.capture));
|
|
950
950
|
}
|
|
951
951
|
function ye(e, s, t) {
|
|
952
952
|
e instanceof q && (e = e.data.hook || (e.data.hook = {}));
|
|
@@ -954,11 +954,11 @@ function ye(e, s, t) {
|
|
|
954
954
|
function n() {
|
|
955
955
|
t.apply(this, arguments), fe(i.fns, n);
|
|
956
956
|
}
|
|
957
|
-
|
|
957
|
+
C(a) ? i = Bs([n]) : d(a.fns) && M(a.merged) ? (i = a, i.fns.push(n)) : i = Bs([a, n]), i.merged = !0, e[s] = i;
|
|
958
958
|
}
|
|
959
959
|
function ao(e, s, t) {
|
|
960
960
|
var i = s.options.props;
|
|
961
|
-
if (!
|
|
961
|
+
if (!C(i)) {
|
|
962
962
|
var a = {}, n = e.attrs, r = e.props;
|
|
963
963
|
if (d(n) || d(r))
|
|
964
964
|
for (var o in i) {
|
|
@@ -998,7 +998,7 @@ function ct(e) {
|
|
|
998
998
|
function dn(e, s) {
|
|
999
999
|
var t = [], i, a, n, r;
|
|
1000
1000
|
for (i = 0; i < e.length; i++)
|
|
1001
|
-
a = e[i], !(
|
|
1001
|
+
a = e[i], !(C(a) || typeof a == "boolean") && (n = t.length - 1, r = t[n], Array.isArray(a) ? a.length > 0 && (a = dn(a, (s || "") + "_" + i), ct(a[0]) && ct(r) && (t[n] = Ze(r.text + a[0].text), a.shift()), t.push.apply(t, a)) : we(a) ? ct(r) ? t[n] = Ze(r.text + a) : a !== "" && t.push(Ze(a)) : ct(a) && ct(r) ? t[n] = Ze(r.text + a.text) : (M(e._isVList) && d(a.tag) && C(a.key) && d(s) && (a.key = "__vlist" + s + "_" + i + "__"), t.push(a)));
|
|
1002
1002
|
return t;
|
|
1003
1003
|
}
|
|
1004
1004
|
function ro(e) {
|
|
@@ -1147,9 +1147,9 @@ function go(e, s, t, i, a) {
|
|
|
1147
1147
|
}
|
|
1148
1148
|
var h = Ge(l), m = je(l);
|
|
1149
1149
|
if (!(h in n) && !(m in n) && (n[l] = t[l], a)) {
|
|
1150
|
-
var
|
|
1151
|
-
|
|
1152
|
-
t[l] =
|
|
1150
|
+
var A = e.on || (e.on = {});
|
|
1151
|
+
A["update:" + l] = function(I) {
|
|
1152
|
+
t[l] = I;
|
|
1153
1153
|
};
|
|
1154
1154
|
}
|
|
1155
1155
|
};
|
|
@@ -1233,11 +1233,11 @@ function ii(e, s, t, i, a) {
|
|
|
1233
1233
|
get: function() {
|
|
1234
1234
|
return Ft(e.scopedSlots, this.slots());
|
|
1235
1235
|
}
|
|
1236
|
-
}), l && (this.$options = r, this.$slots = this.slots(), this.$scopedSlots = Ft(e.scopedSlots, this.$slots)), r._scopeId ? this._c = function(h, m,
|
|
1237
|
-
var x = Ht(o, h, m,
|
|
1236
|
+
}), l && (this.$options = r, this.$slots = this.slots(), this.$scopedSlots = Ft(e.scopedSlots, this.$slots)), r._scopeId ? this._c = function(h, m, A, I) {
|
|
1237
|
+
var x = Ht(o, h, m, A, I, p);
|
|
1238
1238
|
return x && !Array.isArray(x) && (x.fnScopeId = r._scopeId, x.fnContext = i), x;
|
|
1239
|
-
} : this._c = function(h, m,
|
|
1240
|
-
return Ht(o, h, m,
|
|
1239
|
+
} : this._c = function(h, m, A, I) {
|
|
1240
|
+
return Ht(o, h, m, A, I, p);
|
|
1241
1241
|
};
|
|
1242
1242
|
}
|
|
1243
1243
|
gn(ii.prototype);
|
|
@@ -1258,9 +1258,9 @@ function bo(e, s, t, i, a) {
|
|
|
1258
1258
|
if (h instanceof q)
|
|
1259
1259
|
return Gi(h, t, p.parent, n, p);
|
|
1260
1260
|
if (Array.isArray(h)) {
|
|
1261
|
-
for (var m = ti(h) || [],
|
|
1262
|
-
|
|
1263
|
-
return
|
|
1261
|
+
for (var m = ti(h) || [], A = new Array(m.length), I = 0; I < m.length; I++)
|
|
1262
|
+
A[I] = Gi(m[I], t, p.parent, n, p);
|
|
1263
|
+
return A;
|
|
1264
1264
|
}
|
|
1265
1265
|
}
|
|
1266
1266
|
function Gi(e, s, t, i, a) {
|
|
@@ -1304,14 +1304,14 @@ var ai = {
|
|
|
1304
1304
|
}
|
|
1305
1305
|
}, _i = Object.keys(ai);
|
|
1306
1306
|
function Ji(e, s, t, i, a) {
|
|
1307
|
-
if (!
|
|
1307
|
+
if (!C(e)) {
|
|
1308
1308
|
var n = t.$options._base;
|
|
1309
1309
|
if (U(e) && (e = n.extend(e)), typeof e != "function") {
|
|
1310
1310
|
process.env.NODE_ENV !== "production" && g("Invalid Component definition: " + String(e), t);
|
|
1311
1311
|
return;
|
|
1312
1312
|
}
|
|
1313
1313
|
var r;
|
|
1314
|
-
if (
|
|
1314
|
+
if (C(e.cid) && (r = e, e = Mo(r, n), e === void 0))
|
|
1315
1315
|
return Do(
|
|
1316
1316
|
r,
|
|
1317
1317
|
s,
|
|
@@ -1414,7 +1414,7 @@ function vn(e, s, t) {
|
|
|
1414
1414
|
if (e.ns = s, e.tag === "foreignObject" && (s = void 0, t = !0), d(e.children))
|
|
1415
1415
|
for (var i = 0, a = e.children.length; i < a; i++) {
|
|
1416
1416
|
var n = e.children[i];
|
|
1417
|
-
d(n.tag) && (
|
|
1417
|
+
d(n.tag) && (C(n.ns) || M(t) && n.tag !== "svg") && vn(n, s, t);
|
|
1418
1418
|
}
|
|
1419
1419
|
}
|
|
1420
1420
|
function Bo(e) {
|
|
@@ -1488,8 +1488,8 @@ function Mo(e, s) {
|
|
|
1488
1488
|
return fe(i, t);
|
|
1489
1489
|
});
|
|
1490
1490
|
var o = function(m) {
|
|
1491
|
-
for (var
|
|
1492
|
-
i[
|
|
1491
|
+
for (var A = 0, I = i.length; A < I; A++)
|
|
1492
|
+
i[A].$forceUpdate();
|
|
1493
1493
|
m && (i.length = 0, n !== null && (clearTimeout(n), n = null), r !== null && (clearTimeout(r), r = null));
|
|
1494
1494
|
}, l = Rt(function(m) {
|
|
1495
1495
|
e.resolved = ps(m, s), a ? i.length = 0 : o(!0);
|
|
@@ -1499,10 +1499,10 @@ function Mo(e, s) {
|
|
|
1499
1499
|
Reason: ` + m : "")
|
|
1500
1500
|
), d(e.errorComp) && (e.error = !0, o(!0));
|
|
1501
1501
|
}), h = e(l, p);
|
|
1502
|
-
return U(h) && (ys(h) ?
|
|
1503
|
-
n = null,
|
|
1502
|
+
return U(h) && (ys(h) ? C(e.resolved) && h.then(l, p) : ys(h.component) && (h.component.then(l, p), d(h.error) && (e.errorComp = ps(h.error, s)), d(h.loading) && (e.loadingComp = ps(h.loading, s), h.delay === 0 ? e.loading = !0 : n = setTimeout(function() {
|
|
1503
|
+
n = null, C(e.resolved) && C(e.error) && (e.loading = !0, o(!1));
|
|
1504
1504
|
}, h.delay || 200)), d(h.timeout) && (r = setTimeout(function() {
|
|
1505
|
-
r = null,
|
|
1505
|
+
r = null, C(e.resolved) && p(
|
|
1506
1506
|
process.env.NODE_ENV !== "production" ? "timeout (" + h.timeout + "ms)" : null
|
|
1507
1507
|
);
|
|
1508
1508
|
}, h.timeout)))), a = !1, e.loading ? e.loadingComp : e.resolved;
|
|
@@ -1654,8 +1654,8 @@ function _o(e, s, t, i, a) {
|
|
|
1654
1654
|
if (e.$options._parentVnode = i, e.$vnode = i, e._vnode && (e._vnode.parent = i), e.$options._renderChildren = a, e.$attrs = i.data.attrs || Z, e.$listeners = t || Z, s && e.$options.props) {
|
|
1655
1655
|
Ie(!1);
|
|
1656
1656
|
for (var p = e._props, h = e.$options._propKeys || [], m = 0; m < h.length; m++) {
|
|
1657
|
-
var
|
|
1658
|
-
p[
|
|
1657
|
+
var A = h[m], I = e.$options.props;
|
|
1658
|
+
p[A] = $s(A, I, s, e);
|
|
1659
1659
|
}
|
|
1660
1660
|
Ie(!0), e.$options.propsData = s;
|
|
1661
1661
|
}
|
|
@@ -2346,7 +2346,7 @@ function $e(e, s) {
|
|
|
2346
2346
|
}
|
|
2347
2347
|
var Me = new q("", {}, []), pt = ["create", "activate", "update", "remove", "destroy"];
|
|
2348
2348
|
function Se(e, s) {
|
|
2349
|
-
return e.key === s.key && e.asyncFactory === s.asyncFactory && (e.tag === s.tag && e.isComment === s.isComment && d(e.data) === d(s.data) && Yl(e, s) || M(e.isAsyncPlaceholder) &&
|
|
2349
|
+
return e.key === s.key && e.asyncFactory === s.asyncFactory && (e.tag === s.tag && e.isComment === s.isComment && d(e.data) === d(s.data) && Yl(e, s) || M(e.isAsyncPlaceholder) && C(s.asyncFactory.error));
|
|
2350
2350
|
}
|
|
2351
2351
|
function Yl(e, s) {
|
|
2352
2352
|
if (e.tag !== "input")
|
|
@@ -2384,35 +2384,35 @@ function Wl(e) {
|
|
|
2384
2384
|
})) && S.isUnknownElement(u.tag);
|
|
2385
2385
|
}
|
|
2386
2386
|
var h = 0;
|
|
2387
|
-
function m(u, c, f,
|
|
2388
|
-
if (d(u.elm) && d(w) && (u = w[k] = bs(u)), u.isRootInsert = !
|
|
2387
|
+
function m(u, c, f, v, y, w, k) {
|
|
2388
|
+
if (d(u.elm) && d(w) && (u = w[k] = bs(u)), u.isRootInsert = !y, !A(u, c, f, v)) {
|
|
2389
2389
|
var b = u.data, B = u.children, N = u.tag;
|
|
2390
2390
|
d(N) ? (process.env.NODE_ENV !== "production" && (b && b.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), Ne(u), ae(u, B, c), d(b) && K(u, c), T(f, u.elm,
|
|
2393
|
+
)), u.elm = u.ns ? n.createElementNS(u.ns, N) : n.createElement(N, u), Ne(u), ae(u, B, c), d(b) && K(u, c), T(f, u.elm, v), process.env.NODE_ENV !== "production" && b && b.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
|
|
2397
|
-
var
|
|
2398
|
-
if (d(
|
|
2399
|
-
var w = d(u.componentInstance) &&
|
|
2400
|
-
if (d(
|
|
2401
|
-
return
|
|
2396
|
+
function A(u, c, f, v) {
|
|
2397
|
+
var y = u.data;
|
|
2398
|
+
if (d(y)) {
|
|
2399
|
+
var w = d(u.componentInstance) && y.keepAlive;
|
|
2400
|
+
if (d(y = y.hook) && d(y = y.init) && y(u, !1), d(u.componentInstance))
|
|
2401
|
+
return I(u, c), T(f, u.elm, v), M(w) && x(u, c, f, v), !0;
|
|
2402
2402
|
}
|
|
2403
2403
|
}
|
|
2404
|
-
function
|
|
2404
|
+
function I(u, c) {
|
|
2405
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), Ne(u)) : ($e(u), c.push(u));
|
|
2406
2406
|
}
|
|
2407
|
-
function x(u, c, f,
|
|
2408
|
-
for (var
|
|
2409
|
-
if (w = w.componentInstance._vnode, d(
|
|
2410
|
-
for (
|
|
2411
|
-
i.activate[
|
|
2407
|
+
function x(u, c, f, v) {
|
|
2408
|
+
for (var y, w = u; w.componentInstance; )
|
|
2409
|
+
if (w = w.componentInstance._vnode, d(y = w.data) && d(y = y.transition)) {
|
|
2410
|
+
for (y = 0; y < i.activate.length; ++y)
|
|
2411
|
+
i.activate[y](Me, w);
|
|
2412
2412
|
c.push(w);
|
|
2413
2413
|
break;
|
|
2414
2414
|
}
|
|
2415
|
-
T(f, u.elm,
|
|
2415
|
+
T(f, u.elm, v);
|
|
2416
2416
|
}
|
|
2417
2417
|
function T(u, c, f) {
|
|
2418
2418
|
d(u) && (d(f) ? n.parentNode(f) === u && n.insertBefore(u, c, f) : n.appendChild(u, c));
|
|
@@ -2420,8 +2420,8 @@ function Wl(e) {
|
|
|
2420
2420
|
function ae(u, c, f) {
|
|
2421
2421
|
if (Array.isArray(c)) {
|
|
2422
2422
|
process.env.NODE_ENV !== "production" && Ye(c);
|
|
2423
|
-
for (var
|
|
2424
|
-
m(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
|
we(u.text) && n.appendChild(u.elm, n.createTextNode(String(u.text)));
|
|
2427
2427
|
}
|
|
@@ -2444,14 +2444,14 @@ function Wl(e) {
|
|
|
2444
2444
|
d(c = f.context) && d(c = c.$options._scopeId) && n.setStyleScope(u.elm, c), f = f.parent;
|
|
2445
2445
|
d(c = Fe) && c !== u.context && c !== u.fnContext && d(c = c.$options._scopeId) && n.setStyleScope(u.elm, c);
|
|
2446
2446
|
}
|
|
2447
|
-
function Ke(u, c, f,
|
|
2448
|
-
for (;
|
|
2449
|
-
m(f[
|
|
2447
|
+
function Ke(u, c, f, v, y, w) {
|
|
2448
|
+
for (; v <= y; ++v)
|
|
2449
|
+
m(f[v], w, u, c, !1, f, v);
|
|
2450
2450
|
}
|
|
2451
2451
|
function Ee(u) {
|
|
2452
|
-
var c, f,
|
|
2453
|
-
if (d(
|
|
2454
|
-
for (d(c =
|
|
2452
|
+
var c, f, v = u.data;
|
|
2453
|
+
if (d(v))
|
|
2454
|
+
for (d(c = v.hook) && d(c = c.destroy) && c(u), c = 0; c < i.destroy.length; ++c)
|
|
2455
2455
|
i.destroy[c](u);
|
|
2456
2456
|
if (d(c = u.children))
|
|
2457
2457
|
for (f = 0; f < u.children.length; ++f)
|
|
@@ -2459,44 +2459,44 @@ function Wl(e) {
|
|
|
2459
2459
|
}
|
|
2460
2460
|
function ce(u, c, f) {
|
|
2461
2461
|
for (; c <= f; ++c) {
|
|
2462
|
-
var
|
|
2463
|
-
d(
|
|
2462
|
+
var v = u[c];
|
|
2463
|
+
d(v) && (d(v.tag) ? (ee(v), Ee(v)) : l(v.elm));
|
|
2464
2464
|
}
|
|
2465
2465
|
}
|
|
2466
2466
|
function ee(u, c) {
|
|
2467
2467
|
if (d(c) || d(u.data)) {
|
|
2468
|
-
var f,
|
|
2469
|
-
for (d(c) ? c.listeners +=
|
|
2468
|
+
var f, v = i.remove.length + 1;
|
|
2469
|
+
for (d(c) ? c.listeners += v : c = o(u.elm, v), d(f = u.componentInstance) && d(f = f._vnode) && d(f.data) && ee(f, c), f = 0; f < i.remove.length; ++f)
|
|
2470
2470
|
i.remove[f](u, c);
|
|
2471
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 lt(u, c, f,
|
|
2476
|
-
var w = 0, k = 0, b = c.length - 1, B = c[0], N = c[b], E = f.length - 1, Q = f[0], z = f[E], Be, Ae, ve, Ci, os = !
|
|
2475
|
+
function lt(u, c, f, v, y) {
|
|
2476
|
+
var w = 0, k = 0, b = c.length - 1, B = c[0], N = c[b], E = f.length - 1, Q = f[0], z = f[E], Be, Ae, ve, Ci, os = !y;
|
|
2477
2477
|
for (process.env.NODE_ENV !== "production" && Ye(f); w <= b && k <= E; )
|
|
2478
|
-
|
|
2479
|
-
w > b ? (Ci =
|
|
2478
|
+
C(B) ? B = c[++w] : C(N) ? N = c[--b] : Se(B, Q) ? (pe(B, Q, v, f, k), B = c[++w], Q = f[++k]) : Se(N, z) ? (pe(N, z, v, f, E), N = c[--b], z = f[--E]) : Se(B, z) ? (pe(B, z, v, f, E), os && n.insertBefore(u, B.elm, n.nextSibling(N.elm)), B = c[++w], z = f[--E]) : Se(N, Q) ? (pe(N, Q, v, f, k), os && n.insertBefore(u, N.elm, B.elm), N = c[--b], Q = f[++k]) : (C(Be) && (Be = Hl(c, w, b)), Ae = d(Q.key) ? Be[Q.key] : wt(Q, c, w, b), C(Ae) ? m(Q, v, u, B.elm, !1, f, k) : (ve = c[Ae], Se(ve, Q) ? (pe(ve, Q, v, f, k), c[Ae] = void 0, os && n.insertBefore(u, ve.elm, B.elm)) : m(Q, v, u, B.elm, !1, f, k)), Q = f[++k]);
|
|
2479
|
+
w > b ? (Ci = C(f[E + 1]) ? null : f[E + 1].elm, Ke(u, Ci, f, k, E, v)) : k > E && ce(c, w, b);
|
|
2480
2480
|
}
|
|
2481
2481
|
function Ye(u) {
|
|
2482
2482
|
for (var c = {}, f = 0; f < u.length; f++) {
|
|
2483
|
-
var
|
|
2484
|
-
d(
|
|
2485
|
-
"Duplicate keys detected: '" +
|
|
2486
|
-
|
|
2487
|
-
) : c[
|
|
2483
|
+
var v = u[f], y = v.key;
|
|
2484
|
+
d(y) && (c[y] ? g(
|
|
2485
|
+
"Duplicate keys detected: '" + y + "'. This may cause an update error.",
|
|
2486
|
+
v.context
|
|
2487
|
+
) : c[y] = !0);
|
|
2488
2488
|
}
|
|
2489
2489
|
}
|
|
2490
|
-
function wt(u, c, f,
|
|
2491
|
-
for (var
|
|
2492
|
-
var w = c[
|
|
2490
|
+
function wt(u, c, f, v) {
|
|
2491
|
+
for (var y = f; y < v; y++) {
|
|
2492
|
+
var w = c[y];
|
|
2493
2493
|
if (d(w) && Se(u, w))
|
|
2494
|
-
return
|
|
2494
|
+
return y;
|
|
2495
2495
|
}
|
|
2496
2496
|
}
|
|
2497
|
-
function pe(u, c, f,
|
|
2497
|
+
function pe(u, c, f, v, y, w) {
|
|
2498
2498
|
if (u !== c) {
|
|
2499
|
-
d(c.elm) && d(
|
|
2499
|
+
d(c.elm) && d(v) && (c = v[y] = bs(c));
|
|
2500
2500
|
var k = c.elm = u.elm;
|
|
2501
2501
|
if (M(u.isAsyncPlaceholder)) {
|
|
2502
2502
|
d(c.asyncFactory.resolved) ? ge(u.elm, c, f) : c.isAsyncPlaceholder = !0;
|
|
@@ -2514,35 +2514,35 @@ function Wl(e) {
|
|
|
2514
2514
|
i.update[b](u, c);
|
|
2515
2515
|
d(b = B.hook) && d(b = b.update) && b(u, c);
|
|
2516
2516
|
}
|
|
2517
|
-
|
|
2517
|
+
C(c.text) ? d(N) && d(E) ? N !== E && lt(k, N, E, f, w) : d(E) ? (process.env.NODE_ENV !== "production" && Ye(E), d(u.text) && n.setTextContent(k, ""), Ke(k, null, E, 0, E.length - 1, f)) : d(N) ? ce(N, 0, N.length - 1) : d(u.text) && n.setTextContent(k, "") : u.text !== c.text && n.setTextContent(k, c.text), d(B) && d(b = B.hook) && d(b = b.postpatch) && b(u, c);
|
|
2518
2518
|
}
|
|
2519
2519
|
}
|
|
2520
2520
|
function me(u, c, f) {
|
|
2521
2521
|
if (M(f) && d(u.parent))
|
|
2522
2522
|
u.parent.data.pendingInsert = c;
|
|
2523
2523
|
else
|
|
2524
|
-
for (var
|
|
2525
|
-
c[
|
|
2524
|
+
for (var v = 0; v < c.length; ++v)
|
|
2525
|
+
c[v].data.hook.insert(c[v]);
|
|
2526
2526
|
}
|
|
2527
2527
|
var xe = !1, Nt = W("attrs,class,staticClass,staticStyle,key");
|
|
2528
|
-
function ge(u, c, f,
|
|
2529
|
-
var
|
|
2530
|
-
if (
|
|
2528
|
+
function ge(u, c, f, v) {
|
|
2529
|
+
var y, w = c.tag, k = c.data, b = c.children;
|
|
2530
|
+
if (v = v || k && k.pre, c.elm = u, M(c.isComment) && d(c.asyncFactory))
|
|
2531
2531
|
return c.isAsyncPlaceholder = !0, !0;
|
|
2532
|
-
if (process.env.NODE_ENV !== "production" && !He(u, c,
|
|
2532
|
+
if (process.env.NODE_ENV !== "production" && !He(u, c, v))
|
|
2533
2533
|
return !1;
|
|
2534
|
-
if (d(k) && (d(
|
|
2535
|
-
return
|
|
2534
|
+
if (d(k) && (d(y = k.hook) && d(y = y.init) && y(c, !0), d(y = c.componentInstance)))
|
|
2535
|
+
return I(c, f), !0;
|
|
2536
2536
|
if (d(w)) {
|
|
2537
2537
|
if (d(b))
|
|
2538
2538
|
if (!u.hasChildNodes())
|
|
2539
2539
|
ae(c, b, f);
|
|
2540
|
-
else if (d(
|
|
2541
|
-
if (
|
|
2542
|
-
return process.env.NODE_ENV !== "production" && typeof console < "u" && !xe && (xe = !0, console.warn("Parent: ", u), console.warn("server innerHTML: ",
|
|
2540
|
+
else if (d(y = k) && d(y = y.domProps) && d(y = y.innerHTML)) {
|
|
2541
|
+
if (y !== u.innerHTML)
|
|
2542
|
+
return process.env.NODE_ENV !== "production" && typeof console < "u" && !xe && (xe = !0, console.warn("Parent: ", u), console.warn("server innerHTML: ", y), console.warn("client innerHTML: ", u.innerHTML)), !1;
|
|
2543
2543
|
} else {
|
|
2544
2544
|
for (var B = !0, N = u.firstChild, E = 0; E < b.length; E++) {
|
|
2545
|
-
if (!N || !ge(N, b[E], f,
|
|
2545
|
+
if (!N || !ge(N, b[E], f, v)) {
|
|
2546
2546
|
B = !1;
|
|
2547
2547
|
break;
|
|
2548
2548
|
}
|
|
@@ -2567,21 +2567,21 @@ function Wl(e) {
|
|
|
2567
2567
|
function He(u, c, f) {
|
|
2568
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(c, f,
|
|
2571
|
-
if (
|
|
2570
|
+
return function(c, f, v, y) {
|
|
2571
|
+
if (C(f)) {
|
|
2572
2572
|
d(c) && Ee(c);
|
|
2573
2573
|
return;
|
|
2574
2574
|
}
|
|
2575
2575
|
var w = !1, k = [];
|
|
2576
|
-
if (
|
|
2576
|
+
if (C(c))
|
|
2577
2577
|
w = !0, m(f, k);
|
|
2578
2578
|
else {
|
|
2579
2579
|
var b = d(c.nodeType);
|
|
2580
2580
|
if (!b && Se(c, f))
|
|
2581
|
-
pe(c, f, k, null, null,
|
|
2581
|
+
pe(c, f, k, null, null, y);
|
|
2582
2582
|
else {
|
|
2583
2583
|
if (b) {
|
|
2584
|
-
if (c.nodeType === 1 && c.hasAttribute(bi) && (c.removeAttribute(bi),
|
|
2584
|
+
if (c.nodeType === 1 && c.hasAttribute(bi) && (c.removeAttribute(bi), v = !0), M(v)) {
|
|
2585
2585
|
if (ge(c, f, k))
|
|
2586
2586
|
return me(f, k, !0), c;
|
|
2587
2587
|
process.env.NODE_ENV !== "production" && g(
|
|
@@ -2633,14 +2633,14 @@ function Zl(e, s) {
|
|
|
2633
2633
|
p = a[l], h = n[l], p ? (h.oldValue = p.value, h.oldArg = p.arg, ut(h, "update", s, e), h.def && h.def.componentUpdated && o.push(h)) : (ut(h, "bind", s, e), h.def && h.def.inserted && r.push(h));
|
|
2634
2634
|
if (r.length) {
|
|
2635
2635
|
var m = function() {
|
|
2636
|
-
for (var
|
|
2637
|
-
ut(r[
|
|
2636
|
+
for (var A = 0; A < r.length; A++)
|
|
2637
|
+
ut(r[A], "inserted", s, e);
|
|
2638
2638
|
};
|
|
2639
2639
|
t ? ye(s, "insert", m) : m();
|
|
2640
2640
|
}
|
|
2641
2641
|
if (o.length && ye(s, "postpatch", function() {
|
|
2642
|
-
for (var
|
|
2643
|
-
ut(o[
|
|
2642
|
+
for (var A = 0; A < o.length; A++)
|
|
2643
|
+
ut(o[A], "componentUpdated", s, e);
|
|
2644
2644
|
}), !t)
|
|
2645
2645
|
for (l in a)
|
|
2646
2646
|
n[l] || ut(a[l], "unbind", e, e, i);
|
|
@@ -2673,14 +2673,14 @@ var ec = [
|
|
|
2673
2673
|
];
|
|
2674
2674
|
function Xi(e, s) {
|
|
2675
2675
|
var t = s.componentOptions;
|
|
2676
|
-
if (!(d(t) && t.Ctor.options.inheritAttrs === !1) && !(
|
|
2676
|
+
if (!(d(t) && t.Ctor.options.inheritAttrs === !1) && !(C(e.data.attrs) && C(s.data.attrs))) {
|
|
2677
2677
|
var i, a, n, r = s.elm, o = e.data.attrs || {}, l = s.data.attrs || {};
|
|
2678
2678
|
d(l.__ob__) && (l = s.data.attrs = O({}, l));
|
|
2679
2679
|
for (i in l)
|
|
2680
2680
|
a = l[i], n = o[i], n !== a && $i(r, i, a, s.data.pre);
|
|
2681
2681
|
(rt || Ks) && l.value !== o.value && $i(r, "value", l.value);
|
|
2682
2682
|
for (i in o)
|
|
2683
|
-
|
|
2683
|
+
C(l[i]) && (pi(i) ? r.removeAttributeNS(Qs, En(i)) : Nn(i) || r.removeAttribute(i));
|
|
2684
2684
|
}
|
|
2685
2685
|
}
|
|
2686
2686
|
function $i(e, s, t, i) {
|
|
@@ -2705,7 +2705,7 @@ var tc = {
|
|
|
2705
2705
|
};
|
|
2706
2706
|
function ta(e, s) {
|
|
2707
2707
|
var t = s.elm, i = s.data, a = e.data;
|
|
2708
|
-
if (!(
|
|
2708
|
+
if (!(C(i.staticClass) && C(i.class) && (C(a) || C(a.staticClass) && C(a.class)))) {
|
|
2709
2709
|
var n = kl(s), r = t._transitionClasses;
|
|
2710
2710
|
d(r) && (n = ui(n, di(r))), n !== t._prevClass && (t.setAttribute("class", n), t._prevClass = n);
|
|
2711
2711
|
}
|
|
@@ -2752,7 +2752,7 @@ function Bn(e, s, t, i) {
|
|
|
2752
2752
|
);
|
|
2753
2753
|
}
|
|
2754
2754
|
function sa(e, s) {
|
|
2755
|
-
if (!(
|
|
2755
|
+
if (!(C(e.data.on) && C(s.data.on))) {
|
|
2756
2756
|
var t = s.data.on || {}, i = e.data.on || {};
|
|
2757
2757
|
Ct = s.elm, ic(t), un(t, i, rc, Bn, ac, s.context), Ct = void 0;
|
|
2758
2758
|
}
|
|
@@ -2762,7 +2762,7 @@ var oc = {
|
|
|
2762
2762
|
update: sa
|
|
2763
2763
|
}, Mt;
|
|
2764
2764
|
function ia(e, s) {
|
|
2765
|
-
if (!(
|
|
2765
|
+
if (!(C(e.data.domProps) && C(s.data.domProps))) {
|
|
2766
2766
|
var t, i, a = s.elm, n = e.data.domProps || {}, r = s.data.domProps || {};
|
|
2767
2767
|
d(r.__ob__) && (r = s.data.domProps = O({}, r));
|
|
2768
2768
|
for (t in n)
|
|
@@ -2775,9 +2775,9 @@ function ia(e, s) {
|
|
|
2775
2775
|
}
|
|
2776
2776
|
if (t === "value" && a.tagName !== "PROGRESS") {
|
|
2777
2777
|
a._value = i;
|
|
2778
|
-
var o =
|
|
2778
|
+
var o = C(i) ? "" : String(i);
|
|
2779
2779
|
lc(a, o) && (a.value = o);
|
|
2780
|
-
} else if (t === "innerHTML" && hi(a.tagName) &&
|
|
2780
|
+
} else if (t === "innerHTML" && hi(a.tagName) && C(a.innerHTML)) {
|
|
2781
2781
|
Mt = Mt || document.createElement("div"), Mt.innerHTML = "<svg>" + i + "</svg>";
|
|
2782
2782
|
for (var l = Mt.firstChild; a.firstChild; )
|
|
2783
2783
|
a.removeChild(a.firstChild);
|
|
@@ -2865,12 +2865,12 @@ var fc = /^--/, aa = /\s*!important$/, na = function(e, s, t) {
|
|
|
2865
2865
|
});
|
|
2866
2866
|
function oa(e, s) {
|
|
2867
2867
|
var t = s.data, i = e.data;
|
|
2868
|
-
if (!(
|
|
2868
|
+
if (!(C(t.staticStyle) && C(t.style) && C(i.staticStyle) && C(i.style))) {
|
|
2869
2869
|
var a, n, r = s.elm, o = i.staticStyle, l = i.normalizedStyle || i.style || {}, p = o || l, h = Sn(s.data.style) || {};
|
|
2870
2870
|
s.data.normalizedStyle = d(h.__ob__) ? O({}, h) : h;
|
|
2871
2871
|
var m = hc(s, !0);
|
|
2872
2872
|
for (n in p)
|
|
2873
|
-
|
|
2873
|
+
C(m[n]) && na(r, n, "");
|
|
2874
2874
|
for (n in m)
|
|
2875
2875
|
a = m[n], a !== p[n] && na(r, n, a == null ? "" : a);
|
|
2876
2876
|
}
|
|
@@ -2954,12 +2954,12 @@ var Ac = /\b(transform|all)(,|$)/;
|
|
|
2954
2954
|
function Vn(e, s) {
|
|
2955
2955
|
var t = window.getComputedStyle(e), i = (t[Vt + "Delay"] || "").split(", "), a = (t[Vt + "Duration"] || "").split(", "), n = pa(i, a), r = (t[Fs + "Delay"] || "").split(", "), o = (t[Fs + "Duration"] || "").split(", "), l = pa(r, o), p, h = 0, m = 0;
|
|
2956
2956
|
s === We ? n > 0 && (p = We, 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 ? We : gs : null, m = p ? p === We ? a.length : o.length : 0);
|
|
2957
|
-
var
|
|
2957
|
+
var A = p === We && Ac.test(t[Vt + "Property"]);
|
|
2958
2958
|
return {
|
|
2959
2959
|
type: p,
|
|
2960
2960
|
timeout: h,
|
|
2961
2961
|
propCount: m,
|
|
2962
|
-
hasTransform:
|
|
2962
|
+
hasTransform: A
|
|
2963
2963
|
};
|
|
2964
2964
|
}
|
|
2965
2965
|
function pa(e, s) {
|
|
@@ -2976,12 +2976,12 @@ function Us(e, s) {
|
|
|
2976
2976
|
var t = e.elm;
|
|
2977
2977
|
d(t._leaveCb) && (t._leaveCb.cancelled = !0, t._leaveCb());
|
|
2978
2978
|
var i = Pn(e.data.transition);
|
|
2979
|
-
if (!
|
|
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,
|
|
2979
|
+
if (!C(i) && !(d(t._enterCb) || t.nodeType !== 1)) {
|
|
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, I = i.enter, x = i.afterEnter, T = i.enterCancelled, ae = i.beforeAppear, V = i.appear, K = i.afterAppear, Ne = i.appearCancelled, Ke = i.duration, Ee = Fe, ce = Fe.$vnode; ce && ce.parent; )
|
|
2981
2981
|
Ee = ce.context, ce = ce.parent;
|
|
2982
2982
|
var ee = !Ee._isMounted || !e.isRootInsert;
|
|
2983
2983
|
if (!(ee && !V && V !== "")) {
|
|
2984
|
-
var lt = ee && p ? p : r, Ye = ee && m ? m : l, wt = ee && h ? h : o, pe = ee && ae ||
|
|
2984
|
+
var lt = ee && p ? p : r, Ye = ee && m ? m : l, wt = ee && h ? h : o, pe = ee && ae || A, me = ee && typeof V == "function" ? V : I, xe = ee && K || x, Nt = ee && Ne || T, ge = ft(
|
|
2985
2985
|
U(Ke) ? Ke.enter : Ke
|
|
2986
2986
|
);
|
|
2987
2987
|
process.env.NODE_ENV !== "production" && ge != null && Rn(ge, "enter", e);
|
|
@@ -2989,8 +2989,8 @@ function Us(e, s) {
|
|
|
2989
2989
|
He && (he(t, wt), he(t, Ye)), c.cancelled ? (He && he(t, lt), Nt && Nt(t)) : xe && xe(t), t._enterCb = null;
|
|
2990
2990
|
});
|
|
2991
2991
|
e.data.show || ye(e, "insert", function() {
|
|
2992
|
-
var f = t.parentNode,
|
|
2993
|
-
|
|
2992
|
+
var f = t.parentNode, v = f && f._pending && f._pending[e.key];
|
|
2993
|
+
v && v.tag === e.tag && v.elm._leaveCb && v.elm._leaveCb(), me && me(t, c);
|
|
2994
2994
|
}), pe && pe(t), He && (Ue(t, lt), Ue(t, Ye), Fn(function() {
|
|
2995
2995
|
he(t, lt), c.cancelled || (Ue(t, wt), u || (_n(ge) ? setTimeout(c, ge) : Un(t, n, c)));
|
|
2996
2996
|
})), e.data.show && (s && s(), me && me(t, c)), !He && !u && c();
|
|
@@ -3001,18 +3001,18 @@ function Gn(e, s) {
|
|
|
3001
3001
|
var t = e.elm;
|
|
3002
3002
|
d(t._enterCb) && (t._enterCb.cancelled = !0, t._enterCb());
|
|
3003
3003
|
var i = Pn(e.data.transition);
|
|
3004
|
-
if (
|
|
3004
|
+
if (C(i) || t.nodeType !== 1)
|
|
3005
3005
|
return s();
|
|
3006
3006
|
if (d(t._leaveCb))
|
|
3007
3007
|
return;
|
|
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,
|
|
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, I = i.delayLeave, x = i.duration, T = a !== !1 && !ot, ae = fi(h), V = ft(
|
|
3009
3009
|
U(x) ? x.leave : x
|
|
3010
3010
|
);
|
|
3011
3011
|
process.env.NODE_ENV !== "production" && d(V) && Rn(V, "leave", e);
|
|
3012
3012
|
var K = t._leaveCb = Rt(function() {
|
|
3013
|
-
t.parentNode && t.parentNode._pending && (t.parentNode._pending[e.key] = null), T && (he(t, o), he(t, l)), K.cancelled ? (T && he(t, r),
|
|
3013
|
+
t.parentNode && t.parentNode._pending && (t.parentNode._pending[e.key] = null), T && (he(t, o), he(t, l)), K.cancelled ? (T && he(t, r), A && A(t)) : (s(), m && m(t)), t._leaveCb = null;
|
|
3014
3014
|
});
|
|
3015
|
-
|
|
3015
|
+
I ? I(Ne) : Ne();
|
|
3016
3016
|
function Ne() {
|
|
3017
3017
|
K.cancelled || (!e.data.show && t.parentNode && ((t.parentNode._pending || (t.parentNode._pending = {}))[e.key] = e), p && p(t), T && (Ue(t, r), Ue(t, l), Fn(function() {
|
|
3018
3018
|
he(t, r), K.cancelled || (Ue(t, o), ae || (_n(V) ? setTimeout(K, V) : Un(t, n, K)));
|
|
@@ -3032,7 +3032,7 @@ function _n(e) {
|
|
|
3032
3032
|
return typeof e == "number" && !isNaN(e);
|
|
3033
3033
|
}
|
|
3034
3034
|
function fi(e) {
|
|
3035
|
-
if (
|
|
3035
|
+
if (C(e))
|
|
3036
3036
|
return !1;
|
|
3037
3037
|
var s = e.fns;
|
|
3038
3038
|
return d(s) ? fi(
|
|
@@ -3236,11 +3236,11 @@ var Ec = function(e) {
|
|
|
3236
3236
|
if (a === "in-out") {
|
|
3237
3237
|
if (gt(r))
|
|
3238
3238
|
return p;
|
|
3239
|
-
var
|
|
3240
|
-
|
|
3239
|
+
var A, I = function() {
|
|
3240
|
+
A();
|
|
3241
3241
|
};
|
|
3242
|
-
ye(l, "afterEnter",
|
|
3243
|
-
|
|
3242
|
+
ye(l, "afterEnter", I), ye(l, "enterCancelled", I), ye(m, "delayLeave", function(x) {
|
|
3243
|
+
A = x;
|
|
3244
3244
|
});
|
|
3245
3245
|
}
|
|
3246
3246
|
}
|
|
@@ -3279,11 +3279,11 @@ var Sc = {
|
|
|
3279
3279
|
}
|
|
3280
3280
|
}
|
|
3281
3281
|
if (a) {
|
|
3282
|
-
for (var
|
|
3282
|
+
for (var A = [], I = [], x = 0; x < a.length; x++) {
|
|
3283
3283
|
var T = a[x];
|
|
3284
|
-
T.data.transition = o, T.data.pos = T.elm.getBoundingClientRect(), i[T.key] ?
|
|
3284
|
+
T.data.transition = o, T.data.pos = T.elm.getBoundingClientRect(), i[T.key] ? A.push(T) : I.push(T);
|
|
3285
3285
|
}
|
|
3286
|
-
this.kept = s(t, null,
|
|
3286
|
+
this.kept = s(t, null, A), this.removed = I;
|
|
3287
3287
|
}
|
|
3288
3288
|
return s(t, null, r);
|
|
3289
3289
|
},
|
|
@@ -3940,10 +3940,10 @@ function op(e) {
|
|
|
3940
3940
|
function s() {
|
|
3941
3941
|
var r = this, o = r.$options, l = o.setup, p = o.render;
|
|
3942
3942
|
if (p && (o.render = function() {
|
|
3943
|
-
for (var m = this,
|
|
3944
|
-
|
|
3943
|
+
for (var m = this, A = [], I = 0; I < arguments.length; I++)
|
|
3944
|
+
A[I] = arguments[I];
|
|
3945
3945
|
return vs(Xt(r), function() {
|
|
3946
|
-
return p.apply(m,
|
|
3946
|
+
return p.apply(m, A);
|
|
3947
3947
|
});
|
|
3948
3948
|
}), !!l) {
|
|
3949
3949
|
if (!Pe(l)) {
|
|
@@ -3965,18 +3965,18 @@ function op(e) {
|
|
|
3965
3965
|
m = l(o, p);
|
|
3966
3966
|
}), !!m) {
|
|
3967
3967
|
if (Pe(m)) {
|
|
3968
|
-
var
|
|
3968
|
+
var A = m;
|
|
3969
3969
|
r.$options.render = function() {
|
|
3970
3970
|
return wa(r, p.slots), vs(h, function() {
|
|
3971
|
-
return
|
|
3971
|
+
return A();
|
|
3972
3972
|
});
|
|
3973
3973
|
};
|
|
3974
3974
|
return;
|
|
3975
3975
|
} else if ($t(m)) {
|
|
3976
3976
|
tt(m) && (m = $c(m)), Ce.set(r, "rawBindings", m);
|
|
3977
|
-
var
|
|
3978
|
-
Object.keys(
|
|
3979
|
-
var T =
|
|
3977
|
+
var I = m;
|
|
3978
|
+
Object.keys(I).forEach(function(x) {
|
|
3979
|
+
var T = I[x];
|
|
3980
3980
|
if (!_(T))
|
|
3981
3981
|
if (tt(T))
|
|
3982
3982
|
at(T) && (T = ba(T));
|
|
@@ -4032,10 +4032,10 @@ function op(e) {
|
|
|
4032
4032
|
R(o, h, {
|
|
4033
4033
|
get: function() {
|
|
4034
4034
|
return function() {
|
|
4035
|
-
for (var
|
|
4036
|
-
|
|
4035
|
+
for (var A = [], I = 0; I < arguments.length; I++)
|
|
4036
|
+
A[I] = arguments[I];
|
|
4037
4037
|
var x = r[m];
|
|
4038
|
-
x.apply(r,
|
|
4038
|
+
x.apply(r, A);
|
|
4039
4039
|
};
|
|
4040
4040
|
}
|
|
4041
4041
|
});
|
|
@@ -4219,8 +4219,8 @@ function P(e, s, t, i, a, n, r, o) {
|
|
|
4219
4219
|
var l = typeof e == "function" ? e.options : e;
|
|
4220
4220
|
s && (l.render = s, l.staticRenderFns = t, l._compiled = !0), i && (l.functional = !0), n && (l._scopeId = "data-v-" + n);
|
|
4221
4221
|
var p;
|
|
4222
|
-
if (r ? (p = function(
|
|
4223
|
-
|
|
4222
|
+
if (r ? (p = function(A) {
|
|
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
4224
|
}, l._ssrRegister = p) : a && (p = o ? function() {
|
|
4225
4225
|
a.call(
|
|
4226
4226
|
this,
|
|
@@ -4230,8 +4230,8 @@ function P(e, s, t, i, a, n, r, o) {
|
|
|
4230
4230
|
if (l.functional) {
|
|
4231
4231
|
l._injectStyles = p;
|
|
4232
4232
|
var h = l.render;
|
|
4233
|
-
l.render = function(
|
|
4234
|
-
return p.call(x), h(
|
|
4233
|
+
l.render = function(I, x) {
|
|
4234
|
+
return p.call(x), h(I, x);
|
|
4235
4235
|
};
|
|
4236
4236
|
} else {
|
|
4237
4237
|
var m = l.beforeCreate;
|
|
@@ -8081,22 +8081,17 @@ const Ju = {
|
|
|
8081
8081
|
}
|
|
8082
8082
|
let e = this;
|
|
8083
8083
|
if (this.$refs.canvasRef.getContext) {
|
|
8084
|
-
let t = 1, i = null
|
|
8084
|
+
let t = 1, i = null;
|
|
8085
8085
|
i = this.$refs.canvasRef.toDataURL("image/jpeg", t);
|
|
8086
|
-
|
|
8087
|
-
for (
|
|
8088
|
-
|
|
8089
|
-
|
|
8090
|
-
|
|
8091
|
-
|
|
8092
|
-
|
|
8093
|
-
|
|
8094
|
-
|
|
8095
|
-
t -= 0.01;
|
|
8096
|
-
}
|
|
8097
|
-
console.log(t, "\u538B\u7F29\u8D28\u91CF"), console.log(window.atob(i.split(",")[1]).length, "\u538B\u7F29\u540E\u5927\u5C0F"), this.signatureImage = i;
|
|
8098
|
-
let r = JSON.parse(localStorage.getItem("signaturesArr")) || [];
|
|
8099
|
-
r.unshift(this.signatureImage), this.$set(this, "historyPics", r.slice(0, 3)), localStorage.setItem("signaturesArr", JSON.stringify(this.historyPics));
|
|
8086
|
+
const a = atob(i.split(",")[1]), n = new Array(a.length);
|
|
8087
|
+
for (let A = 0; A < a.length; A++)
|
|
8088
|
+
n[A] = a.charCodeAt(A);
|
|
8089
|
+
const r = new Uint8Array(n), p = new Blob([r]).size / 1024;
|
|
8090
|
+
console.log("\u521D\u59CB\u957F\u5EA6", imageSize);
|
|
8091
|
+
let h = 65536 * t / p;
|
|
8092
|
+
i = this.$refs.canvasRef.toDataURL("image/jpeg", h), console.log(t, "\u538B\u7F29\u8D28\u91CF"), console.log(window.atob(i.split(",")[1]).length, "\u538B\u7F29\u540E\u5927\u5C0F"), this.signatureImage = i;
|
|
8093
|
+
let m = JSON.parse(localStorage.getItem("signaturesArr")) || [];
|
|
8094
|
+
m.unshift(this.signatureImage), this.$set(this, "historyPics", m.slice(0, 3)), localStorage.setItem("signaturesArr", JSON.stringify(this.historyPics));
|
|
8100
8095
|
return;
|
|
8101
8096
|
} else
|
|
8102
8097
|
uni.canvasToTempFilePath({
|
|
@@ -8153,7 +8148,7 @@ var qu = /* @__PURE__ */ P(
|
|
|
8153
8148
|
_u,
|
|
8154
8149
|
!1,
|
|
8155
8150
|
ju,
|
|
8156
|
-
"
|
|
8151
|
+
"40d1e538",
|
|
8157
8152
|
null,
|
|
8158
8153
|
null
|
|
8159
8154
|
);
|