vue-data-ui 2.0.97 → 2.0.99
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { onMounted as $t, onUnmounted as H1, ref as N, computed as ie, openBlock as d, createElementBlock as f, createCommentVNode as L, useCssVars as
|
|
1
|
+
import { onMounted as $t, onUnmounted as H1, ref as N, computed as ie, openBlock as d, createElementBlock as f, createCommentVNode as L, useCssVars as Va, unref as Be, normalizeClass as He, createElementVNode as p, normalizeStyle as H, toDisplayString as D, Fragment as Ce, renderList as Le, renderSlot as Me, createVNode as ot, onBeforeUnmount as Cf, withDirectives as zl, withModifiers as En, withKeys as $a, createBlock as ze, pushScopeId as Ao, popScopeId as uo, createStaticVNode as vl, nextTick as fl, resolveComponent as io, vModelText as Qa, withCtx as Ie, normalizeProps as Ze, guardReactiveProps as tt, vModelCheckbox as gA, createTextVNode as dt, vModelSelect as P1, watch as xf, toRef as od, mergeProps as Cc } from "vue";
|
|
2
2
|
/*!
|
|
3
3
|
* html2canvas 1.4.1 <https://html2canvas.hertzen.com>
|
|
4
4
|
* Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
|
|
@@ -1221,7 +1221,7 @@ var gh = function(e, t) {
|
|
|
1221
1221
|
}, E0 = function(e, t, l) {
|
|
1222
1222
|
var r = typeof e == "number" ? e : M0(e, t, l), o = Math.abs(t * Math.sin(r)) + Math.abs(l * Math.cos(r)), a = t / 2, n = l / 2, s = o / 2, A = Math.sin(r - Math.PI / 2) * s, v = Math.cos(r - Math.PI / 2) * s;
|
|
1223
1223
|
return [o, a - v, a + v, n - A, n + A];
|
|
1224
|
-
},
|
|
1224
|
+
}, so = function(e, t) {
|
|
1225
1225
|
return Math.sqrt(e * e + t * t);
|
|
1226
1226
|
}, ph = function(e, t, l, r, o) {
|
|
1227
1227
|
var a = [
|
|
@@ -1231,7 +1231,7 @@ var gh = function(e, t) {
|
|
|
1231
1231
|
[e, t]
|
|
1232
1232
|
];
|
|
1233
1233
|
return a.reduce(function(n, s) {
|
|
1234
|
-
var A = s[0], v = s[1], g =
|
|
1234
|
+
var A = s[0], v = s[1], g = so(l - A, r - v);
|
|
1235
1235
|
return (o ? g < n.optimumDistance : g > n.optimumDistance) ? {
|
|
1236
1236
|
optimumCorner: s,
|
|
1237
1237
|
optimumDistance: g
|
|
@@ -1248,10 +1248,10 @@ var gh = function(e, t) {
|
|
|
1248
1248
|
break;
|
|
1249
1249
|
case 2:
|
|
1250
1250
|
if (e.shape === 0)
|
|
1251
|
-
a = n = Math.min(
|
|
1251
|
+
a = n = Math.min(so(t, l), so(t, l - o), so(t - r, l), so(t - r, l - o));
|
|
1252
1252
|
else if (e.shape === 1) {
|
|
1253
1253
|
var s = Math.min(Math.abs(l), Math.abs(l - o)) / Math.min(Math.abs(t), Math.abs(t - r)), A = ph(r, o, t, l, !0), v = A[0], g = A[1];
|
|
1254
|
-
a =
|
|
1254
|
+
a = so(v - t, (g - l) / s), n = s * a;
|
|
1255
1255
|
}
|
|
1256
1256
|
break;
|
|
1257
1257
|
case 1:
|
|
@@ -1259,10 +1259,10 @@ var gh = function(e, t) {
|
|
|
1259
1259
|
break;
|
|
1260
1260
|
case 3:
|
|
1261
1261
|
if (e.shape === 0)
|
|
1262
|
-
a = n = Math.max(
|
|
1262
|
+
a = n = Math.max(so(t, l), so(t, l - o), so(t - r, l), so(t - r, l - o));
|
|
1263
1263
|
else if (e.shape === 1) {
|
|
1264
1264
|
var s = Math.max(Math.abs(l), Math.abs(l - o)) / Math.max(Math.abs(t), Math.abs(t - r)), b = ph(r, o, t, l, !1), v = b[0], g = b[1];
|
|
1265
|
-
a =
|
|
1265
|
+
a = so(v - t, (g - l) / s), n = s * a;
|
|
1266
1266
|
}
|
|
1267
1267
|
break;
|
|
1268
1268
|
}
|
|
@@ -5011,7 +5011,7 @@ var hb = /* @__PURE__ */ Lo(Sr, 9, 0), fb = /* @__PURE__ */ Lo(Sr, 9, 1), vb = /
|
|
|
5011
5011
|
for (var t = e[0], l = 1; l < e.length; ++l)
|
|
5012
5012
|
e[l] > t && (t = e[l]);
|
|
5013
5013
|
return t;
|
|
5014
|
-
},
|
|
5014
|
+
}, ro = function(e, t, l) {
|
|
5015
5015
|
var r = t / 8 >> 0;
|
|
5016
5016
|
return (e[r] | e[r + 1] << 8) >>> (t & 7) & l;
|
|
5017
5017
|
}, hc = function(e, t) {
|
|
@@ -5035,29 +5035,29 @@ var hb = /* @__PURE__ */ Lo(Sr, 9, 0), fb = /* @__PURE__ */ Lo(Sr, 9, 1), vb = /
|
|
|
5035
5035
|
}, s = l.f || 0, A = l.p || 0, v = l.b || 0, g = l.l, b = l.d, y = l.m, w = l.n, u = r * 8;
|
|
5036
5036
|
do {
|
|
5037
5037
|
if (!g) {
|
|
5038
|
-
l.f = s =
|
|
5039
|
-
var c =
|
|
5038
|
+
l.f = s = ro(e, A, 1);
|
|
5039
|
+
var c = ro(e, A + 1, 3);
|
|
5040
5040
|
if (A += 3, c)
|
|
5041
5041
|
if (c == 1)
|
|
5042
5042
|
g = fb, b = gb, y = 9, w = 5;
|
|
5043
5043
|
else if (c == 2) {
|
|
5044
|
-
var k =
|
|
5044
|
+
var k = ro(e, A, 31) + 257, O = ro(e, A + 10, 15) + 4, W = k + ro(e, A + 5, 31) + 1;
|
|
5045
5045
|
A += 14;
|
|
5046
5046
|
for (var ae = new va(W), se = new va(19), J = 0; J < O; ++J)
|
|
5047
|
-
se[Wc[J]] =
|
|
5047
|
+
se[Wc[J]] = ro(e, A + J * 3, 7);
|
|
5048
5048
|
A += O * 3;
|
|
5049
5049
|
var ye = dc(se), ve = (1 << ye) - 1;
|
|
5050
5050
|
if (!a && A + W * (ye + 7) > u)
|
|
5051
5051
|
break;
|
|
5052
5052
|
for (var z = Lo(se, ye, 1), J = 0; J < W; ) {
|
|
5053
|
-
var V = z[
|
|
5053
|
+
var V = z[ro(e, A, ve)];
|
|
5054
5054
|
A += V & 15;
|
|
5055
5055
|
var i = V >>> 4;
|
|
5056
5056
|
if (i < 16)
|
|
5057
5057
|
ae[J++] = i;
|
|
5058
5058
|
else {
|
|
5059
5059
|
var Y = 0, de = 0;
|
|
5060
|
-
for (i == 16 ? (de = 3 +
|
|
5060
|
+
for (i == 16 ? (de = 3 + ro(e, A, 3), A += 2, Y = ae[J - 1]) : i == 17 ? (de = 3 + ro(e, A, 7), A += 3) : i == 18 && (de = 11 + ro(e, A, 127), A += 7); de--; )
|
|
5061
5061
|
ae[J++] = Y;
|
|
5062
5062
|
}
|
|
5063
5063
|
}
|
|
@@ -5094,7 +5094,7 @@ var hb = /* @__PURE__ */ Lo(Sr, 9, 0), fb = /* @__PURE__ */ Lo(Sr, 9, 1), vb = /
|
|
|
5094
5094
|
var re = te - 254;
|
|
5095
5095
|
if (te > 264) {
|
|
5096
5096
|
var J = te - 257, _ = YA[J];
|
|
5097
|
-
re =
|
|
5097
|
+
re = ro(e, A, (1 << _) - 1) + Lv[J], A += _;
|
|
5098
5098
|
}
|
|
5099
5099
|
var Q = b[hc(e, A) & G], U = Q >>> 4;
|
|
5100
5100
|
if (!Q)
|
|
@@ -5781,7 +5781,7 @@ function bt(e) {
|
|
|
5781
5781
|
}, S = w.__private__.padd2Hex = function(x) {
|
|
5782
5782
|
return ("00" + (x = x.toString())).substr(x.length);
|
|
5783
5783
|
}, $ = 0, K = [], I = [], P = 0, j = [], q = [], fe = !1, Z = I, pe = function() {
|
|
5784
|
-
$ = 0, P = 0, I = [], K = [], j = [], Eo = El(),
|
|
5784
|
+
$ = 0, P = 0, I = [], K = [], j = [], Eo = El(), ja = El();
|
|
5785
5785
|
};
|
|
5786
5786
|
w.__private__.setCustomOutputDestination = function(x) {
|
|
5787
5787
|
fe = !0, Z = x;
|
|
@@ -5864,7 +5864,7 @@ function bt(e) {
|
|
|
5864
5864
|
throw new Error("Invalid arguments passed to jsPDF.setDocumentProperty");
|
|
5865
5865
|
return ht[x] = oe;
|
|
5866
5866
|
};
|
|
5867
|
-
var Et, nt, Vl, Pt, Kl, Kt = {}, cl = {}, yo = [], Wt = {}, $r = {}, bl = {},
|
|
5867
|
+
var Et, nt, Vl, Pt, Kl, Kt = {}, cl = {}, yo = [], Wt = {}, $r = {}, bl = {}, Ka = {}, Mo = null, wl = 0, Bt = [], jt = new lf(w), Qr = e.hotfixes || [], Jl = {}, po = {}, bo = [], pt = function x(oe, Se, Ue, De, Ke, Je) {
|
|
5868
5868
|
if (!(this instanceof x))
|
|
5869
5869
|
return new x(oe, Se, Ue, De, Ke, Je);
|
|
5870
5870
|
isNaN(oe) && (oe = 1), isNaN(Se) && (Se = 0), isNaN(Ue) && (Ue = 0), isNaN(De) && (De = 1), isNaN(Ke) && (Ke = 0), isNaN(Je) && (Je = 0), this._matrix = [oe, Se, Ue, De, Ke, Je];
|
|
@@ -5950,7 +5950,7 @@ function bt(e) {
|
|
|
5950
5950
|
var x = this.sx, oe = this.shy, Se = this.shx, Ue = this.sy, De = this.tx, Ke = this.ty;
|
|
5951
5951
|
return new pt(x, oe, Se, Ue, De, Ke);
|
|
5952
5952
|
}, w.Matrix = pt;
|
|
5953
|
-
var
|
|
5953
|
+
var Wa = w.matrixMult = function(x, oe) {
|
|
5954
5954
|
return oe.multiply(x);
|
|
5955
5955
|
}, wo = new pt(1, 0, 0, 1, 0, 0);
|
|
5956
5956
|
w.unitMatrix = w.identityMatrix = wo;
|
|
@@ -5980,7 +5980,7 @@ function bt(e) {
|
|
|
5980
5980
|
}, Yr = w.__private__.newAdditionalObject = function() {
|
|
5981
5981
|
var x = { objId: El(), content: "" };
|
|
5982
5982
|
return j.push(x), x;
|
|
5983
|
-
}, Eo = El(),
|
|
5983
|
+
}, Eo = El(), ja = El(), Ga = w.__private__.decodeColorString = function(x) {
|
|
5984
5984
|
var oe = x.split(" ");
|
|
5985
5985
|
if (oe.length !== 2 || oe[1] !== "g" && oe[1] !== "G")
|
|
5986
5986
|
oe.length === 5 && (oe[4] === "k" || oe[4] === "K") && (oe = [(1 - oe[0]) * (1 - oe[3]), (1 - oe[1]) * (1 - oe[3]), (1 - oe[2]) * (1 - oe[3]), "r"]);
|
|
@@ -5991,7 +5991,7 @@ function bt(e) {
|
|
|
5991
5991
|
for (var Ue = "#", De = 0; De < 3; De++)
|
|
5992
5992
|
Ue += ("0" + Math.floor(255 * parseFloat(oe[De])).toString(16)).slice(-2);
|
|
5993
5993
|
return Ue;
|
|
5994
|
-
},
|
|
5994
|
+
}, Xa = w.__private__.encodeColorString = function(x) {
|
|
5995
5995
|
var oe;
|
|
5996
5996
|
typeof x == "string" && (x = { ch1: x });
|
|
5997
5997
|
var Se = x.ch1, Ue = x.ch2, De = x.ch3, Ke = x.ch4, Je = x.pdfColorType === "draw" ? ["G", "RG", "K"] : ["g", "rg", "k"];
|
|
@@ -6084,7 +6084,7 @@ Q`), Ba(De, !0), Ma({ data: Ke, filters: mo(), objectId: De }), T("endobj"), Ue;
|
|
|
6084
6084
|
for (x = 1; x <= wl; x++)
|
|
6085
6085
|
Bt[x].objId = El(), Bt[x].contentsObjId = El();
|
|
6086
6086
|
for (x = 1; x <= wl; x++)
|
|
6087
|
-
Se.push(Co({ number: x, data: q[x], objId: Bt[x].objId, contentsObjId: Bt[x].contentsObjId, mediaBox: Bt[x].mediaBox, cropBox: Bt[x].cropBox, bleedBox: Bt[x].bleedBox, trimBox: Bt[x].trimBox, artBox: Bt[x].artBox, userUnit: Bt[x].userUnit, rootDictionaryObjId: Eo, resourceDictionaryObjId:
|
|
6087
|
+
Se.push(Co({ number: x, data: q[x], objId: Bt[x].objId, contentsObjId: Bt[x].contentsObjId, mediaBox: Bt[x].mediaBox, cropBox: Bt[x].cropBox, bleedBox: Bt[x].bleedBox, trimBox: Bt[x].trimBox, artBox: Bt[x].artBox, userUnit: Bt[x].userUnit, rootDictionaryObjId: Eo, resourceDictionaryObjId: ja }));
|
|
6088
6088
|
Ba(Eo, !0), T("<</Type /Pages");
|
|
6089
6089
|
var Ue = "/Kids [";
|
|
6090
6090
|
for (oe = 0; oe < wl; oe++)
|
|
@@ -6186,7 +6186,7 @@ Q`), Ba(De, !0), Ma({ data: Ke, filters: mo(), objectId: De }), T("endobj"), Ue;
|
|
|
6186
6186
|
Ba(x.resourcesOid, !0), T("<<"), T("/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]"), li(), ru(), an(x.objectOid), nu(), Yn(), T(">>"), T("endobj");
|
|
6187
6187
|
}, ai = function() {
|
|
6188
6188
|
var x = [];
|
|
6189
|
-
Zr(), au(), tn(), ln(x), jt.publish("putResources"), x.forEach(kl), kl({ resourcesOid:
|
|
6189
|
+
Zr(), au(), tn(), ln(x), jt.publish("putResources"), x.forEach(kl), kl({ resourcesOid: ja, objectOid: Number.MAX_SAFE_INTEGER }), jt.publish("postPutResources");
|
|
6190
6190
|
}, oi = function() {
|
|
6191
6191
|
jt.publish("putAdditionalObjects");
|
|
6192
6192
|
for (var x = 0; x < j.length; x++) {
|
|
@@ -6207,7 +6207,7 @@ Q`), Ba(De, !0), Ma({ data: Ke, filters: mo(), objectId: De }), T("endobj"), Ue;
|
|
|
6207
6207
|
ri({ id: Ue, fontName: De[0], fontStyle: De[1] || "" });
|
|
6208
6208
|
}
|
|
6209
6209
|
jt.publish("addFonts", { fonts: Kt, dictionary: cl });
|
|
6210
|
-
},
|
|
6210
|
+
}, qa = function(x) {
|
|
6211
6211
|
return x.foo = function() {
|
|
6212
6212
|
try {
|
|
6213
6213
|
return x.apply(this, arguments);
|
|
@@ -6251,7 +6251,7 @@ Q`), Ba(De, !0), Ma({ data: Ke, filters: mo(), objectId: De }), T("endobj"), Ue;
|
|
|
6251
6251
|
case "p":
|
|
6252
6252
|
Ue > De && (o = [De, Ue]);
|
|
6253
6253
|
}
|
|
6254
|
-
Zn(o), hi(as), T(
|
|
6254
|
+
Zn(o), hi(as), T(Ya), rs !== 0 && T(rs + " J"), ns !== 0 && T(ns + " j"), jt.publish("addPage", { pageNumber: wl });
|
|
6255
6255
|
}, iu = function(x) {
|
|
6256
6256
|
x > 0 && x <= wl && (q.splice(x, 1), Bt.splice(x, 1), wl--, Q > wl && (Q = wl), this.setPage(Q));
|
|
6257
6257
|
}, si = function(x) {
|
|
@@ -6318,7 +6318,7 @@ Q`), Ba(De, !0), Ma({ data: Ke, filters: mo(), objectId: De }), T("endobj"), Ue;
|
|
|
6318
6318
|
`);
|
|
6319
6319
|
}, rn = w.__private__.getBlob = function(x) {
|
|
6320
6320
|
return new Blob([ue(x)], { type: "application/pdf" });
|
|
6321
|
-
}, nn = w.output = w.__private__.output =
|
|
6321
|
+
}, nn = w.output = w.__private__.output = qa(function(x, oe) {
|
|
6322
6322
|
switch (typeof (oe = oe || {}) == "string" ? oe = { filename: oe } : oe.filename = oe.filename || "generated.pdf", x) {
|
|
6323
6323
|
case void 0:
|
|
6324
6324
|
return Io();
|
|
@@ -6461,7 +6461,7 @@ Q`), Ba(De, !0), Ma({ data: Ke, filters: mo(), objectId: De }), T("endobj"), Ue;
|
|
|
6461
6461
|
throw new Error("Invalid arguments passed to jsPDF.text");
|
|
6462
6462
|
if (x.length === 0)
|
|
6463
6463
|
return Il;
|
|
6464
|
-
var Wl = "",
|
|
6464
|
+
var Wl = "", Ja = !1, _a = typeof Ue.lineHeightFactor == "number" ? Ue.lineHeightFactor : Ir, To = Il.internal.scaleFactor;
|
|
6465
6465
|
function bi(rl) {
|
|
6466
6466
|
return rl = rl.split(" ").join(Array(Ue.TabLen || 9).join(" ")), pa(rl, Ot);
|
|
6467
6467
|
}
|
|
@@ -6559,23 +6559,23 @@ Q`), Ba(De, !0), Ma({ data: Ke, filters: mo(), objectId: De }), T("endobj"), Ue;
|
|
|
6559
6559
|
wa !== -1 ? Wl += wa + ` Tr
|
|
6560
6560
|
` : wi !== -1 && (Wl += `0 Tr
|
|
6561
6561
|
`), wa !== -1 && (gs.usedRenderingMode = wa), gt = Ue.align || "left";
|
|
6562
|
-
var
|
|
6562
|
+
var Za, ys = me * _a, _u = Il.internal.pageSize.getWidth(), Fu = Kt[Et];
|
|
6563
6563
|
St = Ue.charSpace || un, Qt = Ue.maxWidth || 0, Ot = Object.assign({ autoencode: !0, noBOM: !0 }, Ue.flags);
|
|
6564
6564
|
var or = [];
|
|
6565
6565
|
if (Object.prototype.toString.call(x) === "[object Array]") {
|
|
6566
6566
|
var Ea;
|
|
6567
|
-
Je = cs(x), gt !== "left" && (
|
|
6567
|
+
Je = cs(x), gt !== "left" && (Za = Je.map(function(rl) {
|
|
6568
6568
|
return Il.getStringUnitWidth(rl, { font: Fu, charSpace: St, fontSize: me, doKerning: !1 }) * me / To;
|
|
6569
6569
|
}));
|
|
6570
|
-
var
|
|
6570
|
+
var eo, rr = 0;
|
|
6571
6571
|
if (gt === "right") {
|
|
6572
|
-
oe -=
|
|
6572
|
+
oe -= Za[0], x = [], ba = Je.length;
|
|
6573
6573
|
for (var ko = 0; ko < ba; ko++)
|
|
6574
|
-
ko === 0 ? (
|
|
6574
|
+
ko === 0 ? (eo = No(oe), Ea = tr(Se)) : (eo = V(rr - Za[ko]), Ea = -ys), x.push([Je[ko], eo, Ea]), rr = Za[ko];
|
|
6575
6575
|
} else if (gt === "center") {
|
|
6576
|
-
oe -=
|
|
6576
|
+
oe -= Za[0] / 2, x = [], ba = Je.length;
|
|
6577
6577
|
for (var Do = 0; Do < ba; Do++)
|
|
6578
|
-
Do === 0 ? (
|
|
6578
|
+
Do === 0 ? (eo = No(oe), Ea = tr(Se)) : (eo = V((rr - Za[Do]) / 2), Ea = -ys), x.push([Je[Do], eo, Ea]), rr = Za[Do];
|
|
6579
6579
|
} else if (gt === "left") {
|
|
6580
6580
|
x = [], ba = Je.length;
|
|
6581
6581
|
for (var pn = 0; pn < ba; pn++)
|
|
@@ -6584,33 +6584,33 @@ Q`), Ba(De, !0), Ma({ data: Ke, filters: mo(), objectId: De }), T("endobj"), Ue;
|
|
|
6584
6584
|
if (gt !== "justify")
|
|
6585
6585
|
throw new Error('Unrecognized alignment option, use "left", "center", "right" or "justify".');
|
|
6586
6586
|
x = [], ba = Je.length, Qt = Qt !== 0 ? Qt : _u;
|
|
6587
|
-
for (var
|
|
6588
|
-
Ea =
|
|
6587
|
+
for (var to = 0; to < ba; to++)
|
|
6588
|
+
Ea = to === 0 ? tr(Se) : -ys, eo = to === 0 ? No(oe) : 0, to < ba - 1 ? or.push(se(V((Qt - Za[to]) / (Je[to].split(" ").length - 1)))) : or.push(0), x.push([Je[to], eo, Ea]);
|
|
6589
6589
|
}
|
|
6590
6590
|
}
|
|
6591
6591
|
var bn = typeof Ue.R2L == "boolean" ? Ue.R2L : he;
|
|
6592
6592
|
bn === !0 && (x = ds(x, function(rl, nl, Bl) {
|
|
6593
6593
|
return [rl.split("").reverse().join(""), nl, Bl];
|
|
6594
|
-
})), Ke = { text: x, x: oe, y: Se, options: Ue, mutex: { pdfEscape: pa, activeFontKey: Et, fonts: Kt, activeFontSize: me } }, jt.publish("postProcessText", Ke), x = Ke.text,
|
|
6594
|
+
})), Ke = { text: x, x: oe, y: Se, options: Ue, mutex: { pdfEscape: pa, activeFontKey: Et, fonts: Kt, activeFontSize: me } }, jt.publish("postProcessText", Ke), x = Ke.text, Ja = Ke.mutex.isHex || !1;
|
|
6595
6595
|
var ps = Kt[Et].encoding;
|
|
6596
6596
|
ps !== "WinAnsiEncoding" && ps !== "StandardEncoding" || (x = ds(x, function(rl, nl, Bl) {
|
|
6597
6597
|
return [bi(rl), nl, Bl];
|
|
6598
6598
|
})), Je = cs(x), x = [];
|
|
6599
|
-
for (var nr,
|
|
6599
|
+
for (var nr, lo, Ho, Dr = 0, wn = 1, Hr = Array.isArray(Je[0]) ? wn : Dr, sr = "", bs = function(rl, nl, Bl) {
|
|
6600
6600
|
var Ol = "";
|
|
6601
|
-
return Bl instanceof pt ? (Bl = typeof Ue.angle == "number" ?
|
|
6601
|
+
return Bl instanceof pt ? (Bl = typeof Ue.angle == "number" ? Wa(Bl, new pt(1, 0, 0, 1, rl, nl)) : Wa(new pt(1, 0, 0, 1, rl, nl), Bl), k === F.ADVANCED && (Bl = Wa(new pt(1, 0, 0, -1, 0, 0), Bl)), Ol = Bl.join(" ") + ` Tm
|
|
6602
6602
|
`) : Ol = se(rl) + " " + se(nl) + ` Td
|
|
6603
6603
|
`, Ol;
|
|
6604
6604
|
}, Ia = 0; Ia < Je.length; Ia++) {
|
|
6605
6605
|
switch (sr = "", Hr) {
|
|
6606
6606
|
case wn:
|
|
6607
|
-
Ho = (
|
|
6607
|
+
Ho = (Ja ? "<" : "(") + Je[Ia][0] + (Ja ? ">" : ")"), nr = parseFloat(Je[Ia][1]), lo = parseFloat(Je[Ia][2]);
|
|
6608
6608
|
break;
|
|
6609
6609
|
case Dr:
|
|
6610
|
-
Ho = (
|
|
6610
|
+
Ho = (Ja ? "<" : "(") + Je[Ia] + (Ja ? ">" : ")"), nr = No(oe), lo = tr(Se);
|
|
6611
6611
|
}
|
|
6612
6612
|
or !== void 0 && or[Ia] !== void 0 && (sr = or[Ia] + ` Tw
|
|
6613
|
-
`), Ia === 0 ? x.push(sr + bs(nr,
|
|
6613
|
+
`), Ia === 0 ? x.push(sr + bs(nr, lo, ml) + Ho) : Hr === Dr ? x.push(sr + Ho) : Hr === wn && x.push(sr + bs(nr, lo, ml) + Ho);
|
|
6614
6614
|
}
|
|
6615
6615
|
x = Hr === Dr ? x.join(` Tj
|
|
6616
6616
|
T* `) : x.join(` Tj
|
|
@@ -6720,8 +6720,8 @@ T* `) : x.join(` Tj
|
|
|
6720
6720
|
throw new Error("Invalid arguments passed to jsPDF.line");
|
|
6721
6721
|
return k === F.COMPAT ? this.lines([[Se - x, Ue - oe]], x, oe, [1, 1], De || "S") : this.lines([[Se - x, Ue - oe]], x, oe, [1, 1]).stroke();
|
|
6722
6722
|
}, w.__private__.lines = w.lines = function(x, oe, Se, Ue, De, Ke) {
|
|
6723
|
-
var Je, it, gt, St, Qt, Ot, hl, ml, Il, oa, Wl,
|
|
6724
|
-
if (typeof x == "number" && (
|
|
6723
|
+
var Je, it, gt, St, Qt, Ot, hl, ml, Il, oa, Wl, Ja;
|
|
6724
|
+
if (typeof x == "number" && (Ja = Se, Se = oe, oe = x, x = Ja), Ue = Ue || [1, 1], Ke = Ke || !1, isNaN(oe) || isNaN(Se) || !Array.isArray(x) || !Array.isArray(Ue) || !xo(De) || typeof Ke != "boolean")
|
|
6725
6725
|
throw new Error("Invalid arguments passed to jsPDF.lines");
|
|
6726
6726
|
for (ls(oe, Se), Je = Ue[0], it = Ue[1], St = x.length, oa = oe, Wl = Se, gt = 0; gt < St; gt++)
|
|
6727
6727
|
(Qt = x[gt]).length === 2 ? (oa = Qt[0] * Je + oa, Wl = Qt[1] * it + Wl, Er(oa, Wl)) : (Ot = Qt[0] * Je + oa, hl = Qt[1] * it + Wl, ml = Qt[2] * Je + oa, Il = Qt[3] * it + Wl, oa = Qt[4] * Je + oa, Wl = Qt[5] * it + Wl, er(Ot, hl, ml, Il, oa, Wl));
|
|
@@ -6815,23 +6815,23 @@ T* `) : x.join(` Tj
|
|
|
6815
6815
|
return se(No(x));
|
|
6816
6816
|
}, lr = w.__private__.getVerticalCoordinateString = w.getVerticalCoordinateString = function(x) {
|
|
6817
6817
|
return se(tr(x));
|
|
6818
|
-
},
|
|
6818
|
+
}, Ya = e.strokeColor || "0 G";
|
|
6819
6819
|
w.__private__.getStrokeColor = w.getDrawColor = function() {
|
|
6820
|
-
return
|
|
6820
|
+
return Ga(Ya);
|
|
6821
6821
|
}, w.__private__.setStrokeColor = w.setDrawColor = function(x, oe, Se, Ue) {
|
|
6822
|
-
return
|
|
6822
|
+
return Ya = Xa({ ch1: x, ch2: oe, ch3: Se, ch4: Ue, pdfColorType: "draw", precision: 2 }), T(Ya), this;
|
|
6823
6823
|
};
|
|
6824
6824
|
var os = e.fillColor || "0 g";
|
|
6825
6825
|
w.__private__.getFillColor = w.getFillColor = function() {
|
|
6826
|
-
return
|
|
6826
|
+
return Ga(os);
|
|
6827
6827
|
}, w.__private__.setFillColor = w.setFillColor = function(x, oe, Se, Ue) {
|
|
6828
|
-
return os =
|
|
6828
|
+
return os = Xa({ ch1: x, ch2: oe, ch3: Se, ch4: Ue, pdfColorType: "fill", precision: 2 }), T(os), this;
|
|
6829
6829
|
};
|
|
6830
6830
|
var Nr = e.textColor || "0 g", Cu = w.__private__.getTextColor = w.getTextColor = function() {
|
|
6831
|
-
return
|
|
6831
|
+
return Ga(Nr);
|
|
6832
6832
|
};
|
|
6833
6833
|
w.__private__.setTextColor = w.setTextColor = function(x, oe, Se, Ue) {
|
|
6834
|
-
return Nr =
|
|
6834
|
+
return Nr = Xa({ ch1: x, ch2: oe, ch3: Se, ch4: Ue, pdfColorType: "text", precision: 3 }), this;
|
|
6835
6835
|
};
|
|
6836
6836
|
var un = e.charSpace, xu = w.__private__.getCharSpace = w.getCharSpace = function() {
|
|
6837
6837
|
return parseFloat(un || 0);
|
|
@@ -6859,10 +6859,10 @@ T* `) : x.join(` Tj
|
|
|
6859
6859
|
throw new Error("Invalid argument passed to jsPDF.setLineMiterLimit");
|
|
6860
6860
|
return T(se(V(x)) + " M"), this;
|
|
6861
6861
|
}, w.GState = NA, w.setGState = function(x) {
|
|
6862
|
-
(x = typeof x == "string" ? bl[
|
|
6862
|
+
(x = typeof x == "string" ? bl[Ka[x]] : yi(null, x)).equals(Mo) || (T("/" + x.id + " gs"), Mo = x);
|
|
6863
6863
|
};
|
|
6864
6864
|
var yi = function(x, oe) {
|
|
6865
|
-
if (!x || !
|
|
6865
|
+
if (!x || !Ka[x]) {
|
|
6866
6866
|
var Se = !1;
|
|
6867
6867
|
for (var Ue in bl)
|
|
6868
6868
|
if (bl.hasOwnProperty(Ue) && bl[Ue].equals(oe)) {
|
|
@@ -6875,7 +6875,7 @@ T* `) : x.join(` Tj
|
|
|
6875
6875
|
var De = "GS" + (Object.keys(bl).length + 1).toString(10);
|
|
6876
6876
|
bl[De] = oe, oe.id = De;
|
|
6877
6877
|
}
|
|
6878
|
-
return x && (
|
|
6878
|
+
return x && (Ka[x] = oe.id), jt.publish("addGState", oe), oe;
|
|
6879
6879
|
}
|
|
6880
6880
|
};
|
|
6881
6881
|
w.addGState = function(x, oe) {
|
|
@@ -10177,20 +10177,20 @@ function wc(e) {
|
|
|
10177
10177
|
var Fe, ke, he, Te, Re, We, vt, xt, ht, Et, nt = 0;
|
|
10178
10178
|
for (ht = 0; ht < 8; ++ht) {
|
|
10179
10179
|
Fe = R[nt], ke = R[nt + 1], he = R[nt + 2], Te = R[nt + 3], Re = R[nt + 4], We = R[nt + 5], vt = R[nt + 6];
|
|
10180
|
-
var Vl = Fe + (xt = R[nt + 7]), Pt = Fe - xt, Kl = ke + vt, Kt = ke - vt, cl = he + We, yo = he - We, Wt = Te + Re, $r = Te - Re, bl = Vl + Wt,
|
|
10180
|
+
var Vl = Fe + (xt = R[nt + 7]), Pt = Fe - xt, Kl = ke + vt, Kt = ke - vt, cl = he + We, yo = he - We, Wt = Te + Re, $r = Te - Re, bl = Vl + Wt, Ka = Vl - Wt, Mo = Kl + cl, wl = Kl - cl;
|
|
10181
10181
|
R[nt] = bl + Mo, R[nt + 4] = bl - Mo;
|
|
10182
|
-
var Bt = 0.707106781 * (wl +
|
|
10183
|
-
R[nt + 2] =
|
|
10182
|
+
var Bt = 0.707106781 * (wl + Ka);
|
|
10183
|
+
R[nt + 2] = Ka + Bt, R[nt + 6] = Ka - Bt;
|
|
10184
10184
|
var jt = 0.382683433 * ((bl = $r + yo) - (wl = Kt + Pt)), Qr = 0.5411961 * bl + jt, Jl = 1.306562965 * wl + jt, po = 0.707106781 * (Mo = yo + Kt), bo = Pt + po, pt = Pt - po;
|
|
10185
10185
|
R[nt + 5] = pt + Qr, R[nt + 3] = pt - Qr, R[nt + 1] = bo + Jl, R[nt + 7] = bo - Jl, nt += 8;
|
|
10186
10186
|
}
|
|
10187
10187
|
for (nt = 0, ht = 0; ht < 8; ++ht) {
|
|
10188
10188
|
Fe = R[nt], ke = R[nt + 8], he = R[nt + 16], Te = R[nt + 24], Re = R[nt + 32], We = R[nt + 40], vt = R[nt + 48];
|
|
10189
|
-
var
|
|
10190
|
-
R[nt] =
|
|
10191
|
-
var Ma = 0.707106781 * (mo +
|
|
10192
|
-
R[nt + 16] =
|
|
10193
|
-
var Co = 0.382683433 * ((
|
|
10189
|
+
var Wa = Fe + (xt = R[nt + 56]), wo = Fe - xt, ya = ke + vt, Pl = ke - vt, El = he + We, Ba = he - We, Yr = Te + Re, Eo = Te - Re, ja = Wa + Yr, Ga = Wa - Yr, Xa = ya + El, mo = ya - El;
|
|
10190
|
+
R[nt] = ja + Xa, R[nt + 32] = ja - Xa;
|
|
10191
|
+
var Ma = 0.707106781 * (mo + Ga);
|
|
10192
|
+
R[nt + 16] = Ga + Ma, R[nt + 48] = Ga - Ma;
|
|
10193
|
+
var Co = 0.382683433 * ((ja = Eo + Ba) - (mo = Pl + wo)), Mr = 0.5411961 * ja + Co, Jr = 1.306562965 * mo + Co, Zr = 0.707106781 * (Xa = Ba + Pl), en = wo + Zr, tn = wo - Zr;
|
|
10194
10194
|
R[nt + 40] = tn + Mr, R[nt + 24] = tn - Mr, R[nt + 8] = en + Jr, R[nt + 56] = en - Jr, nt++;
|
|
10195
10195
|
}
|
|
10196
10196
|
for (ht = 0; ht < 64; ++ht)
|
|
@@ -10303,7 +10303,7 @@ function wc(e) {
|
|
|
10303
10303
|
* Licensed under the MIT License.
|
|
10304
10304
|
* http://opensource.org/licenses/mit-license
|
|
10305
10305
|
*/
|
|
10306
|
-
function
|
|
10306
|
+
function no(e, t) {
|
|
10307
10307
|
if (this.pos = 0, this.buffer = e, this.datav = new DataView(e.buffer), this.is_with_alpha = !!t, this.bottom_up = !0, this.flag = String.fromCharCode(this.buffer[0]) + String.fromCharCode(this.buffer[1]), this.pos += 2, ["BM", "BA", "CI", "CP", "IC", "PT"].indexOf(this.flag) === -1)
|
|
10308
10308
|
throw new Error("Invalid BMP File");
|
|
10309
10309
|
this.parseHeader(), this.parseBGR();
|
|
@@ -10615,7 +10615,7 @@ function vf(e) {
|
|
|
10615
10615
|
function bl() {
|
|
10616
10616
|
this.y = [], this.f = [], this.ea = [], this.F = [], this.Tc = this.Ed = this.Cd = this.Fd = this.lb = this.Db = this.Ab = this.fa = this.J = this.W = this.N = this.O = 0;
|
|
10617
10617
|
}
|
|
10618
|
-
function
|
|
10618
|
+
function Ka() {
|
|
10619
10619
|
this.Rd = this.height = this.width = this.S = 0, this.f = {}, this.f.RGBA = new $r(), this.f.kb = new bl(), this.sd = null;
|
|
10620
10620
|
}
|
|
10621
10621
|
function Mo() {
|
|
@@ -10681,7 +10681,7 @@ function vf(e) {
|
|
|
10681
10681
|
function pt(h, m, B, E) {
|
|
10682
10682
|
return te(h, 8) != 47 ? 0 : (m[0] = te(h, 14) + 1, B[0] = te(h, 14) + 1, E[0] = te(h, 1), te(h, 3) != 0 ? 0 : !h.h);
|
|
10683
10683
|
}
|
|
10684
|
-
function
|
|
10684
|
+
function Wa(h, m) {
|
|
10685
10685
|
if (4 > h)
|
|
10686
10686
|
return h + 1;
|
|
10687
10687
|
var B = h - 2 >> 1;
|
|
@@ -10738,9 +10738,9 @@ function vf(e) {
|
|
|
10738
10738
|
Ve[je] = Ne[Ee + je];
|
|
10739
10739
|
for (je = qe - 1; 0 <= je; --je)
|
|
10740
10740
|
Qe[Oe + je] = Ve[je];
|
|
10741
|
-
|
|
10741
|
+
Za(xe, $e, Pe, be, Xe, be, ge);
|
|
10742
10742
|
} else
|
|
10743
|
-
|
|
10743
|
+
Za(xe, $e, Pe, Oe, Ne, be, ge);
|
|
10744
10744
|
}
|
|
10745
10745
|
ge = E, be = B;
|
|
10746
10746
|
}
|
|
@@ -10761,7 +10761,7 @@ function vf(e) {
|
|
|
10761
10761
|
var Ne = ce, Xe = ge, Ve = le, Qe = xe, Ee = $e;
|
|
10762
10762
|
switch (E) {
|
|
10763
10763
|
case xi:
|
|
10764
|
-
|
|
10764
|
+
eo(Ne, Xe, Ve, Qe, Ee);
|
|
10765
10765
|
break;
|
|
10766
10766
|
case ki:
|
|
10767
10767
|
rr(Ne, Xe, Ve, Qe, Ee);
|
|
@@ -10817,7 +10817,7 @@ function vf(e) {
|
|
|
10817
10817
|
}
|
|
10818
10818
|
return 1;
|
|
10819
10819
|
}
|
|
10820
|
-
function
|
|
10820
|
+
function ja(h, m, B, E, le, Ae) {
|
|
10821
10821
|
if (h.Z != 0) {
|
|
10822
10822
|
var ce = h.qd, ge = h.rd;
|
|
10823
10823
|
for (t(ur[h.Z] != null); m < B; ++m)
|
|
@@ -10825,15 +10825,15 @@ function vf(e) {
|
|
|
10825
10825
|
h.qd = ce, h.rd = ge;
|
|
10826
10826
|
}
|
|
10827
10827
|
}
|
|
10828
|
-
function
|
|
10828
|
+
function Ga(h, m) {
|
|
10829
10829
|
var B = h.l.ma, E = B.Z == 0 || B.Z == 1 ? h.l.j : h.C;
|
|
10830
10830
|
if (E = h.C < E ? E : h.C, t(m <= h.l.o), m > E) {
|
|
10831
10831
|
var le = h.l.width, Ae = B.ca, ce = B.tb + le * E, ge = h.V, be = h.Ba + h.c * E, xe = h.gc;
|
|
10832
|
-
t(h.ab == 1), t(xe[0].hc == 3), _u(xe[0], E, m, ge, be, Ae, ce),
|
|
10832
|
+
t(h.ab == 1), t(xe[0].hc == 3), _u(xe[0], E, m, ge, be, Ae, ce), ja(B, E, m, Ae, ce, le);
|
|
10833
10833
|
}
|
|
10834
10834
|
h.C = h.Ma = m;
|
|
10835
10835
|
}
|
|
10836
|
-
function
|
|
10836
|
+
function Xa(h, m, B, E, le, Ae, ce) {
|
|
10837
10837
|
var ge = h.$ / E, be = h.$ % E, xe = h.m, $e = h.s, Pe = B + h.$, Oe = Pe;
|
|
10838
10838
|
le = B + E * le;
|
|
10839
10839
|
var Ne = B + E * Ae, Xe = 280 + $e.ua, Ve = h.Pb ? ge : 16777216, Qe = 0 < $e.ua ? $e.Wa : null, Ee = $e.wc, je = Pe < Ne ? El($e, be, ge) : null;
|
|
@@ -10869,7 +10869,7 @@ function vf(e) {
|
|
|
10869
10869
|
for (; Oe < Pe; )
|
|
10870
10870
|
Ge = m[Oe++], Qe.X[(506832829 * Ge & 4294967295) >>> Qe.Mb] = Ge;
|
|
10871
10871
|
} else if (280 > Ge) {
|
|
10872
|
-
if (Ge =
|
|
10872
|
+
if (Ge = Wa(Ge - 256, xe), At = ya(je.G[4], je.H[4], xe), $(xe), At = wo(E, At = Wa(At, xe)), xe.h)
|
|
10873
10873
|
break;
|
|
10874
10874
|
if (Pe - B < At || le - Pe < Ge)
|
|
10875
10875
|
break e;
|
|
@@ -10907,7 +10907,7 @@ function vf(e) {
|
|
|
10907
10907
|
}
|
|
10908
10908
|
function Ma() {
|
|
10909
10909
|
var h = new ku();
|
|
10910
|
-
return h == null ? null : (h.a = 0, h.xb = Fd, yo("Predictor", "VP8LPredictors"), yo("Predictor", "VP8LPredictors_C"), yo("PredictorAdd", "VP8LPredictorsAdd"), yo("PredictorAdd", "VP8LPredictorsAdd_C"), wi = vt, Ea = ht,
|
|
10910
|
+
return h == null ? null : (h.a = 0, h.xb = Fd, yo("Predictor", "VP8LPredictors"), yo("Predictor", "VP8LPredictors_C"), yo("PredictorAdd", "VP8LPredictorsAdd"), yo("PredictorAdd", "VP8LPredictorsAdd_C"), wi = vt, Ea = ht, eo = nt, rr = Vl, ko = Pt, Do = Kl, pn = Kt, J.VP8LMapColor32b = ys, J.VP8LMapColor8b = Fu, h);
|
|
10911
10911
|
}
|
|
10912
10912
|
function Co(h, m, B, E, le) {
|
|
10913
10913
|
var Ae = 1, ce = [h], ge = [m], be = E.m, xe = E.s, $e = null, Pe = 0;
|
|
@@ -10986,7 +10986,7 @@ function vf(e) {
|
|
|
10986
10986
|
}
|
|
10987
10987
|
var Qi = Nu;
|
|
10988
10988
|
for (Jt = Nl = 0; Jt < ha; ++Jt) {
|
|
10989
|
-
var
|
|
10989
|
+
var oo = $i[Jt], xn = oo.G, kn = oo.H, Dd = 0, Mi = 1, Hd = 0;
|
|
10990
10990
|
for (Lt = 0; 5 > Lt; ++Lt) {
|
|
10991
10991
|
Cl = Bd[Lt], xn[Lt] = Qi, kn[Lt] = Nl, !Lt && 0 < qt && (Cl += 1 << qt);
|
|
10992
10992
|
o: {
|
|
@@ -11044,8 +11044,8 @@ function vf(e) {
|
|
|
11044
11044
|
Hd += Ou;
|
|
11045
11045
|
}
|
|
11046
11046
|
}
|
|
11047
|
-
if (
|
|
11048
|
-
var Hi, Vo =
|
|
11047
|
+
if (oo.nd = Mi, oo.Qb = 0, Mi && (oo.qb = (xn[3][kn[3] + 0].value << 24 | xn[1][kn[1] + 0].value << 16 | xn[2][kn[2] + 0].value) >>> 0, Dd == 0 && 256 > xn[0][kn[0] + 0].value && (oo.Qb = 1, oo.qb += xn[0][kn[0] + 0].value << 8)), oo.jc = !oo.Qb && 6 > Hd, oo.jc) {
|
|
11048
|
+
var Hi, Vo = oo;
|
|
11049
11049
|
for (Hi = 0; Hi < ba; ++Hi) {
|
|
11050
11050
|
var fr = Hi, vr = Vo.pd[fr], Pi = Vo.G[0][Vo.H[0] + fr];
|
|
11051
11051
|
256 <= Pi.value ? (vr.g = Pi.g + 256, vr.value = Pi.value) : (vr.g = 0, vr.value = 0, fr >>= Pl(Pi, 8, vr), fr >>= Pl(Vo.G[1][Vo.H[1] + fr], 16, vr), fr >>= Pl(Vo.G[2][Vo.H[2] + fr], 0, vr), Pl(Vo.G[3][Vo.H[3] + fr], 24, vr));
|
|
@@ -11077,7 +11077,7 @@ function vf(e) {
|
|
|
11077
11077
|
E.a = 1, Ae = 0;
|
|
11078
11078
|
break e;
|
|
11079
11079
|
}
|
|
11080
|
-
Ae = (Ae =
|
|
11080
|
+
Ae = (Ae = Xa(E, $e, 0, ce, ge, ge, null)) && !be.h;
|
|
11081
11081
|
break e;
|
|
11082
11082
|
}
|
|
11083
11083
|
return Ae ? (le != null ? le[0] = $e : (t($e == null), t(B)), E.$ = 0, B || mo(xe)) : mo(xe), Ae;
|
|
@@ -11090,7 +11090,7 @@ function vf(e) {
|
|
|
11090
11090
|
var B = h.C, E = m - B, le = h.V, Ae = h.Ba + h.c * B;
|
|
11091
11091
|
for (t(m <= h.l.o); 0 < E; ) {
|
|
11092
11092
|
var ce = 16 < E ? 16 : E, ge = h.l.ma, be = h.l.width, xe = be * ce, $e = ge.ca, Pe = ge.tb + be * B, Oe = h.Ta, Ne = h.Ua;
|
|
11093
|
-
Ba(h, ce, le, Ae), yd(Oe, Ne, $e, Pe, xe),
|
|
11093
|
+
Ba(h, ce, le, Ae), yd(Oe, Ne, $e, Pe, xe), ja(ge, B, B + ce, $e, Pe, be), E -= ce, le += ce * h.c, B += ce;
|
|
11094
11094
|
}
|
|
11095
11095
|
t(B == m), h.C = h.Ma = m;
|
|
11096
11096
|
}
|
|
@@ -11335,7 +11335,7 @@ function vf(e) {
|
|
|
11335
11335
|
md[255 + B] = 0 > B ? 0 : 255 < B ? 255 : B;
|
|
11336
11336
|
Cd = 1;
|
|
11337
11337
|
}
|
|
11338
|
-
|
|
11338
|
+
to = uu, bn = iu, nr = si, lo = Au, Ho = ii, ps = ni, Dr = os, wn = Nr, Hr = xu, sr = rs, bs = Cu, Ia = un, Po = ns, rl = yi, nl = gi, Bl = No, Ol = tr, Oo = mu, ao[0] = xo, ao[1] = cu, ao[2] = vu, ao[3] = gu, ao[4] = ci, ao[5] = sn, ao[6] = di, ao[7] = ts, ao[8] = pu, ao[9] = yu, Ar[0] = Ai, Ar[1] = hu, Ar[2] = Io, Ar[3] = rn, Ar[4] = aa, Ar[5] = fu, Ar[6] = ui, zo[0] = er, zo[1] = du, zo[2] = bu, zo[3] = ls, zo[4] = Ir, zo[5] = wu, zo[6] = as, B = 1;
|
|
11339
11339
|
} else
|
|
11340
11340
|
B = 0;
|
|
11341
11341
|
}
|
|
@@ -11373,7 +11373,7 @@ function vf(e) {
|
|
|
11373
11373
|
tl = a(16);
|
|
11374
11374
|
var Tl = qe.Na + Xt.Na;
|
|
11375
11375
|
if (Tl = ws(At, at[1], Tl, rt.Eb, 0, tl, 0), qe.Na = Xt.Na = (0 < Tl) + 0, 1 < Tl)
|
|
11376
|
-
|
|
11376
|
+
to(tl, 0, Ge, Rt);
|
|
11377
11377
|
else {
|
|
11378
11378
|
var Ca = tl[0] + 3 >> 3;
|
|
11379
11379
|
for (tl = 0; 256 > tl; tl += 16)
|
|
@@ -11434,11 +11434,11 @@ function vf(e) {
|
|
|
11434
11434
|
}
|
|
11435
11435
|
return B ? (h.cb = 0, B) : 0;
|
|
11436
11436
|
}
|
|
11437
|
-
function
|
|
11437
|
+
function qa(h, m, B, E, le) {
|
|
11438
11438
|
le = h[m + B + 32 * E] + (le >> 3), h[m + B + 32 * E] = -256 & le ? 0 > le ? 0 : 255 : le;
|
|
11439
11439
|
}
|
|
11440
11440
|
function on(h, m, B, E, le, Ae) {
|
|
11441
|
-
|
|
11441
|
+
qa(h, m, 0, B, E + le), qa(h, m, 1, B, E + Ae), qa(h, m, 2, B, E - Ae), qa(h, m, 3, B, E - le);
|
|
11442
11442
|
}
|
|
11443
11443
|
function pa(h) {
|
|
11444
11444
|
return (20091 * h >> 16) + h;
|
|
@@ -11450,7 +11450,7 @@ function vf(e) {
|
|
|
11450
11450
|
ce[Ae + 0] = ge + $e, ce[Ae + 1] = be + xe, ce[Ae + 2] = be - xe, ce[Ae + 3] = ge - $e, Ae += 4, m++;
|
|
11451
11451
|
}
|
|
11452
11452
|
for (le = Ae = 0; 4 > le; ++le)
|
|
11453
|
-
ge = (h = ce[Ae + 0] + 4) + ce[Ae + 8], be = h - ce[Ae + 8], xe = (35468 * ce[Ae + 4] >> 16) - pa(ce[Ae + 12]),
|
|
11453
|
+
ge = (h = ce[Ae + 0] + 4) + ce[Ae + 8], be = h - ce[Ae + 8], xe = (35468 * ce[Ae + 4] >> 16) - pa(ce[Ae + 12]), qa(B, E, 0, 0, ge + ($e = pa(ce[Ae + 4]) + (35468 * ce[Ae + 12] >> 16))), qa(B, E, 1, 0, be + xe), qa(B, E, 2, 0, be - xe), qa(B, E, 3, 0, ge - $e), Ae++, E += 32;
|
|
11454
11454
|
}
|
|
11455
11455
|
function ni(h, m, B, E) {
|
|
11456
11456
|
var le = h[m + 0] + 4, Ae = 35468 * h[m + 4] >> 16, ce = pa(h[m + 4]), ge = 35468 * h[m + 1] >> 16;
|
|
@@ -11466,10 +11466,10 @@ function vf(e) {
|
|
|
11466
11466
|
var le;
|
|
11467
11467
|
for (h = h[m + 0] + 4, le = 0; 4 > le; ++le)
|
|
11468
11468
|
for (m = 0; 4 > m; ++m)
|
|
11469
|
-
|
|
11469
|
+
qa(B, E, m, le, h);
|
|
11470
11470
|
}
|
|
11471
11471
|
function ii(h, m, B, E) {
|
|
11472
|
-
h[m + 0] &&
|
|
11472
|
+
h[m + 0] && lo(h, m + 0, B, E), h[m + 16] && lo(h, m + 16, B, E + 4), h[m + 32] && lo(h, m + 32, B, E + 128), h[m + 48] && lo(h, m + 48, B, E + 128 + 4);
|
|
11473
11473
|
}
|
|
11474
11474
|
function uu(h, m, B, E) {
|
|
11475
11475
|
var le, Ae = a(16);
|
|
@@ -11660,7 +11660,7 @@ function vf(e) {
|
|
|
11660
11660
|
m += E;
|
|
11661
11661
|
}
|
|
11662
11662
|
}
|
|
11663
|
-
function
|
|
11663
|
+
function Ya(h, m, B, E, le, Ae, ce, ge) {
|
|
11664
11664
|
for (Ae = 2 * Ae + 1; 0 < le--; ) {
|
|
11665
11665
|
if (vi(h, m, B, Ae, ce))
|
|
11666
11666
|
if (hi(h, m, B, ge))
|
|
@@ -11681,12 +11681,12 @@ function vf(e) {
|
|
|
11681
11681
|
function Cu(h, m, B, E, le, Ae) {
|
|
11682
11682
|
var ce;
|
|
11683
11683
|
for (ce = 3; 0 < ce; --ce)
|
|
11684
|
-
|
|
11684
|
+
Ya(h, m += 4 * B, B, 1, 16, E, le, Ae);
|
|
11685
11685
|
}
|
|
11686
11686
|
function un(h, m, B, E, le, Ae) {
|
|
11687
11687
|
var ce;
|
|
11688
11688
|
for (ce = 3; 0 < ce; --ce)
|
|
11689
|
-
|
|
11689
|
+
Ya(h, m += 4, 1, B, 16, E, le, Ae);
|
|
11690
11690
|
}
|
|
11691
11691
|
function xu(h, m, B, E, le, Ae, ce, ge) {
|
|
11692
11692
|
lr(h, m, le, 1, 8, Ae, ce, ge), lr(B, E, le, 1, 8, Ae, ce, ge);
|
|
@@ -11695,13 +11695,13 @@ function vf(e) {
|
|
|
11695
11695
|
lr(h, m, 1, le, 8, Ae, ce, ge), lr(B, E, 1, le, 8, Ae, ce, ge);
|
|
11696
11696
|
}
|
|
11697
11697
|
function ns(h, m, B, E, le, Ae, ce, ge) {
|
|
11698
|
-
|
|
11698
|
+
Ya(h, m + 4 * le, le, 1, 8, Ae, ce, ge), Ya(B, E + 4 * le, le, 1, 8, Ae, ce, ge);
|
|
11699
11699
|
}
|
|
11700
11700
|
function yi(h, m, B, E, le, Ae, ce, ge) {
|
|
11701
|
-
|
|
11701
|
+
Ya(h, m + 4, 1, le, 8, Ae, ce, ge), Ya(B, E + 4, 1, le, 8, Ae, ce, ge);
|
|
11702
11702
|
}
|
|
11703
11703
|
function cn() {
|
|
11704
|
-
this.ba = new
|
|
11704
|
+
this.ba = new Ka(), this.ec = [], this.cc = [], this.Mc = [], this.Dc = this.Nc = this.dc = this.fc = 0, this.Oa = new wl(), this.memory = 0, this.Ib = "OutputFunc", this.Jb = "OutputAlphaFunc", this.Nd = "OutputRowFunc";
|
|
11705
11705
|
}
|
|
11706
11706
|
function ss() {
|
|
11707
11707
|
this.data = [], this.offset = this.kd = this.ha = this.w = 0, this.na = [], this.xa = this.gb = this.Ja = this.Sa = this.P = 0;
|
|
@@ -11713,7 +11713,7 @@ function vf(e) {
|
|
|
11713
11713
|
this.ua = 0, this.Wa = new T(), this.vb = new T(), this.md = this.xc = this.wc = 0, this.vc = [], this.Wb = 0, this.Ya = new de(), this.yc = new V();
|
|
11714
11714
|
}
|
|
11715
11715
|
function ku() {
|
|
11716
|
-
this.xb = this.a = 0, this.l = new an(), this.ca = new
|
|
11716
|
+
this.xb = this.a = 0, this.l = new an(), this.ca = new Ka(), this.V = [], this.Ba = 0, this.Ta = [], this.Ua = 0, this.m = new _(), this.Pb = 0, this.wd = new _(), this.Ma = this.$ = this.C = this.i = this.c = this.xd = 0, this.s = new pi(), this.ab = 0, this.gc = n(4, is), this.Oc = 0;
|
|
11717
11717
|
}
|
|
11718
11718
|
function dn() {
|
|
11719
11719
|
this.Lc = this.Z = this.$a = this.i = this.c = 0, this.l = new an(), this.ic = 0, this.ca = [], this.tb = 0, this.qd = null, this.rd = 0;
|
|
@@ -11798,32 +11798,32 @@ function vf(e) {
|
|
|
11798
11798
|
for (; ; ) {
|
|
11799
11799
|
for (; !$e.h && Qe < je; ) {
|
|
11800
11800
|
if (xe & qe || (Ge = El(Pe, xe, be)), t(Ge != null), $($e), 256 > (Ve = ya(Ge.G[0], Ge.H[0], $e)))
|
|
11801
|
-
ge[Oe + Qe] = Ve, ++Qe, ++xe >= Ne && (xe = 0, ++be <= m && !(be % 16) &&
|
|
11801
|
+
ge[Oe + Qe] = Ve, ++Qe, ++xe >= Ne && (xe = 0, ++be <= m && !(be % 16) && Ga(ce, be));
|
|
11802
11802
|
else {
|
|
11803
11803
|
if (!(280 > Ve)) {
|
|
11804
11804
|
Xe = 0;
|
|
11805
11805
|
break t;
|
|
11806
11806
|
}
|
|
11807
|
-
Ve =
|
|
11807
|
+
Ve = Wa(Ve - 256, $e);
|
|
11808
11808
|
var At, at = ya(Ge.G[4], Ge.H[4], $e);
|
|
11809
|
-
if ($($e), !(Qe >= (at = wo(Ne, at =
|
|
11809
|
+
if ($($e), !(Qe >= (at = wo(Ne, at = Wa(at, $e))) && Ee - Qe >= Ve)) {
|
|
11810
11810
|
Xe = 0;
|
|
11811
11811
|
break t;
|
|
11812
11812
|
}
|
|
11813
11813
|
for (At = 0; At < Ve; ++At)
|
|
11814
11814
|
ge[Oe + Qe + At] = ge[Oe + Qe + At - at];
|
|
11815
11815
|
for (Qe += Ve, xe += Ve; xe >= Ne; )
|
|
11816
|
-
xe -= Ne, ++be <= m && !(be % 16) &&
|
|
11816
|
+
xe -= Ne, ++be <= m && !(be % 16) && Ga(ce, be);
|
|
11817
11817
|
Qe < je && xe & qe && (Ge = El(Pe, xe, be));
|
|
11818
11818
|
}
|
|
11819
11819
|
t($e.h == U($e));
|
|
11820
11820
|
}
|
|
11821
|
-
|
|
11821
|
+
Ga(ce, be > m ? m : be);
|
|
11822
11822
|
break t;
|
|
11823
11823
|
}
|
|
11824
11824
|
!Xe || $e.h && Qe < Ee ? (Xe = 0, ce.a = $e.h ? 5 : 3) : ce.$ = Qe, m = Xe;
|
|
11825
11825
|
} else
|
|
11826
|
-
m =
|
|
11826
|
+
m = Xa(ce, ce.V, ce.Ba, ce.c, ce.i, m, Jr);
|
|
11827
11827
|
if (!m) {
|
|
11828
11828
|
E = 0;
|
|
11829
11829
|
break e;
|
|
@@ -11924,7 +11924,7 @@ function vf(e) {
|
|
|
11924
11924
|
function Wl(h, m, B, E, le) {
|
|
11925
11925
|
hl(h, m, B, E, le), E[le + 3] = 255;
|
|
11926
11926
|
}
|
|
11927
|
-
function
|
|
11927
|
+
function Ja(h, m, B, E, le) {
|
|
11928
11928
|
Ot(h, m, B, E, le), E[le + 3] = 255;
|
|
11929
11929
|
}
|
|
11930
11930
|
function _a(h, m) {
|
|
@@ -11949,7 +11949,7 @@ function vf(e) {
|
|
|
11949
11949
|
ps(m, B, E, le);
|
|
11950
11950
|
break;
|
|
11951
11951
|
case 1:
|
|
11952
|
-
|
|
11952
|
+
lo(m, B, E, le);
|
|
11953
11953
|
}
|
|
11954
11954
|
}
|
|
11955
11955
|
function ds(h, m) {
|
|
@@ -11972,7 +11972,7 @@ function vf(e) {
|
|
|
11972
11972
|
for (0 < le && (E >= h.za - 1 ? o(Ee, je, Ne[Xe].y[15], 4) : r(Ee, je, Ne[Xe + 1].y, 0, 4)), B = 0; 4 > B; B++)
|
|
11973
11973
|
Ee[je + 128 + B] = Ee[je + 256 + B] = Ee[je + 384 + B] = Ee[je + 0 + B];
|
|
11974
11974
|
for (B = 0; 16 > B; ++B, Qe <<= 2)
|
|
11975
|
-
Ee = ce, je = ge + Ed[B],
|
|
11975
|
+
Ee = ce, je = ge + Ed[B], ao[Oe.Ob[B]](Ee, je), cs(Qe, Ve, 16 * +B, Ee, je);
|
|
11976
11976
|
} else if (Ee = bi(E, le, Oe.Ob[0]), Ar[Ee](ce, ge), Qe != 0)
|
|
11977
11977
|
for (B = 0; 16 > B; ++B, Qe <<= 2)
|
|
11978
11978
|
cs(Qe, Ve, 16 * +B, ce, ge + Ed[B]);
|
|
@@ -12239,15 +12239,15 @@ function vf(e) {
|
|
|
12239
12239
|
}, function(h) {
|
|
12240
12240
|
return h >> 8 & 255;
|
|
12241
12241
|
});
|
|
12242
|
-
var wi,
|
|
12242
|
+
var wi, Za = J.ColorIndexInverseTransform, ys = J.MapARGB, _u = J.VP8LColorIndexInverseTransformAlpha, Fu = J.MapAlpha, or = J.VP8LPredictorsAdd = [];
|
|
12243
12243
|
or.length = 16, (J.VP8LPredictors = []).length = 16, (J.VP8LPredictorsAdd_C = []).length = 16, (J.VP8LPredictors_C = []).length = 16;
|
|
12244
|
-
var Ea, Za, rr, ko, Do, pn, eo, bn, ps, nr, to, Ho, Dr, wn, Hr, sr, bs, Ia, Po, rl, nl, Bl, Ol, Oo, ir, mn, mi, yd, pd = a(511), bd = a(2041), wd = a(225), md = a(767), Cd = 0, Su = bd, Ci = wd, Fa = md, Na = pd, xi = 0, ki = 1, xd = 2, Bi = 3, _i = 4, Lu = 5, kd = 6, Uu = 7, $u = 8, Fi = 9, Qu = 10, l1 = [2, 3, 7], a1 = [3, 3, 11], Bd = [280, 256, 256, 256, 40], o1 = [0, 1, 1, 1, 0], r1 = [17, 18, 0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], n1 = [24, 7, 23, 25, 40, 6, 39, 41, 22, 26, 38, 42, 56, 5, 55, 57, 21, 27, 54, 58, 37, 43, 72, 4, 71, 73, 20, 28, 53, 59, 70, 74, 36, 44, 88, 69, 75, 52, 60, 3, 87, 89, 19, 29, 86, 90, 35, 45, 68, 76, 85, 91, 51, 61, 104, 2, 103, 105, 18, 30, 102, 106, 34, 46, 84, 92, 67, 77, 101, 107, 50, 62, 120, 1, 119, 121, 83, 93, 17, 31, 100, 108, 66, 78, 118, 122, 33, 47, 117, 123, 49, 63, 99, 109, 82, 94, 0, 116, 124, 65, 79, 16, 32, 98, 110, 48, 115, 125, 81, 95, 64, 114, 126, 97, 111, 80, 113, 127, 96, 112], s1 = [2954, 2956, 2958, 2962, 2970, 2986, 3018, 3082, 3212, 3468, 3980, 5004], i1 = 8, Mu = [4, 5, 6, 7, 8, 9, 10, 10, 11, 12, 13, 14, 15, 16, 17, 17, 18, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 25, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 93, 95, 96, 98, 100, 101, 102, 104, 106, 108, 110, 112, 114, 116, 118, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 143, 145, 148, 151, 154, 157], Eu = [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 119, 122, 125, 128, 131, 134, 137, 140, 143, 146, 149, 152, 155, 158, 161, 164, 167, 170, 173, 177, 181, 185, 189, 193, 197, 201, 205, 209, 213, 217, 221, 225, 229, 234, 239, 245, 249, 254, 259, 264, 269, 274, 279, 284], ws = null, A1 = [[173, 148, 140, 0], [176, 155, 140, 135, 0], [180, 157, 141, 134, 130, 0], [254, 254, 243, 230, 196, 177, 153, 140, 133, 130, 129, 0]], u1 = [0, 1, 4, 8, 5, 2, 3, 6, 9, 12, 13, 10, 7, 11, 14, 15], _d = [-0, 1, -1, 2, -2, 3, 4, 6, -3, 5, -4, -5, -6, 7, -7, 8, -8, -9], c1 = [[[[128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128]], [[253, 136, 254, 255, 228, 219, 128, 128, 128, 128, 128], [189, 129, 242, 255, 227, 213, 255, 219, 128, 128, 128], [106, 126, 227, 252, 214, 209, 255, 255, 128, 128, 128]], [[1, 98, 248, 255, 236, 226, 255, 255, 128, 128, 128], [181, 133, 238, 254, 221, 234, 255, 154, 128, 128, 128], [78, 134, 202, 247, 198, 180, 255, 219, 128, 128, 128]], [[1, 185, 249, 255, 243, 255, 128, 128, 128, 128, 128], [184, 150, 247, 255, 236, 224, 128, 128, 128, 128, 128], [77, 110, 216, 255, 236, 230, 128, 128, 128, 128, 128]], [[1, 101, 251, 255, 241, 255, 128, 128, 128, 128, 128], [170, 139, 241, 252, 236, 209, 255, 255, 128, 128, 128], [37, 116, 196, 243, 228, 255, 255, 255, 128, 128, 128]], [[1, 204, 254, 255, 245, 255, 128, 128, 128, 128, 128], [207, 160, 250, 255, 238, 128, 128, 128, 128, 128, 128], [102, 103, 231, 255, 211, 171, 128, 128, 128, 128, 128]], [[1, 152, 252, 255, 240, 255, 128, 128, 128, 128, 128], [177, 135, 243, 255, 234, 225, 128, 128, 128, 128, 128], [80, 129, 211, 255, 194, 224, 128, 128, 128, 128, 128]], [[1, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [246, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [255, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128]]], [[[198, 35, 237, 223, 193, 187, 162, 160, 145, 155, 62], [131, 45, 198, 221, 172, 176, 220, 157, 252, 221, 1], [68, 47, 146, 208, 149, 167, 221, 162, 255, 223, 128]], [[1, 149, 241, 255, 221, 224, 255, 255, 128, 128, 128], [184, 141, 234, 253, 222, 220, 255, 199, 128, 128, 128], [81, 99, 181, 242, 176, 190, 249, 202, 255, 255, 128]], [[1, 129, 232, 253, 214, 197, 242, 196, 255, 255, 128], [99, 121, 210, 250, 201, 198, 255, 202, 128, 128, 128], [23, 91, 163, 242, 170, 187, 247, 210, 255, 255, 128]], [[1, 200, 246, 255, 234, 255, 128, 128, 128, 128, 128], [109, 178, 241, 255, 231, 245, 255, 255, 128, 128, 128], [44, 130, 201, 253, 205, 192, 255, 255, 128, 128, 128]], [[1, 132, 239, 251, 219, 209, 255, 165, 128, 128, 128], [94, 136, 225, 251, 218, 190, 255, 255, 128, 128, 128], [22, 100, 174, 245, 186, 161, 255, 199, 128, 128, 128]], [[1, 182, 249, 255, 232, 235, 128, 128, 128, 128, 128], [124, 143, 241, 255, 227, 234, 128, 128, 128, 128, 128], [35, 77, 181, 251, 193, 211, 255, 205, 128, 128, 128]], [[1, 157, 247, 255, 236, 231, 255, 255, 128, 128, 128], [121, 141, 235, 255, 225, 227, 255, 255, 128, 128, 128], [45, 99, 188, 251, 195, 217, 255, 224, 128, 128, 128]], [[1, 1, 251, 255, 213, 255, 128, 128, 128, 128, 128], [203, 1, 248, 255, 255, 128, 128, 128, 128, 128, 128], [137, 1, 177, 255, 224, 255, 128, 128, 128, 128, 128]]], [[[253, 9, 248, 251, 207, 208, 255, 192, 128, 128, 128], [175, 13, 224, 243, 193, 185, 249, 198, 255, 255, 128], [73, 17, 171, 221, 161, 179, 236, 167, 255, 234, 128]], [[1, 95, 247, 253, 212, 183, 255, 255, 128, 128, 128], [239, 90, 244, 250, 211, 209, 255, 255, 128, 128, 128], [155, 77, 195, 248, 188, 195, 255, 255, 128, 128, 128]], [[1, 24, 239, 251, 218, 219, 255, 205, 128, 128, 128], [201, 51, 219, 255, 196, 186, 128, 128, 128, 128, 128], [69, 46, 190, 239, 201, 218, 255, 228, 128, 128, 128]], [[1, 191, 251, 255, 255, 128, 128, 128, 128, 128, 128], [223, 165, 249, 255, 213, 255, 128, 128, 128, 128, 128], [141, 124, 248, 255, 255, 128, 128, 128, 128, 128, 128]], [[1, 16, 248, 255, 255, 128, 128, 128, 128, 128, 128], [190, 36, 230, 255, 236, 255, 128, 128, 128, 128, 128], [149, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128]], [[1, 226, 255, 128, 128, 128, 128, 128, 128, 128, 128], [247, 192, 255, 128, 128, 128, 128, 128, 128, 128, 128], [240, 128, 255, 128, 128, 128, 128, 128, 128, 128, 128]], [[1, 134, 252, 255, 255, 128, 128, 128, 128, 128, 128], [213, 62, 250, 255, 255, 128, 128, 128, 128, 128, 128], [55, 93, 255, 128, 128, 128, 128, 128, 128, 128, 128]], [[128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128]]], [[[202, 24, 213, 235, 186, 191, 220, 160, 240, 175, 255], [126, 38, 182, 232, 169, 184, 228, 174, 255, 187, 128], [61, 46, 138, 219, 151, 178, 240, 170, 255, 216, 128]], [[1, 112, 230, 250, 199, 191, 247, 159, 255, 255, 128], [166, 109, 228, 252, 211, 215, 255, 174, 128, 128, 128], [39, 77, 162, 232, 172, 180, 245, 178, 255, 255, 128]], [[1, 52, 220, 246, 198, 199, 249, 220, 255, 255, 128], [124, 74, 191, 243, 183, 193, 250, 221, 255, 255, 128], [24, 71, 130, 219, 154, 170, 243, 182, 255, 255, 128]], [[1, 182, 225, 249, 219, 240, 255, 224, 128, 128, 128], [149, 150, 226, 252, 216, 205, 255, 171, 128, 128, 128], [28, 108, 170, 242, 183, 194, 254, 223, 255, 255, 128]], [[1, 81, 230, 252, 204, 203, 255, 192, 128, 128, 128], [123, 102, 209, 247, 188, 196, 255, 233, 128, 128, 128], [20, 95, 153, 243, 164, 173, 255, 203, 128, 128, 128]], [[1, 222, 248, 255, 216, 213, 128, 128, 128, 128, 128], [168, 175, 246, 252, 235, 205, 255, 255, 128, 128, 128], [47, 116, 215, 255, 211, 212, 255, 255, 128, 128, 128]], [[1, 121, 236, 253, 212, 214, 255, 255, 128, 128, 128], [141, 84, 213, 252, 201, 202, 255, 219, 128, 128, 128], [42, 80, 160, 240, 162, 185, 255, 205, 128, 128, 128]], [[1, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [244, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [238, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128]]]], d1 = [[[231, 120, 48, 89, 115, 113, 120, 152, 112], [152, 179, 64, 126, 170, 118, 46, 70, 95], [175, 69, 143, 80, 85, 82, 72, 155, 103], [56, 58, 10, 171, 218, 189, 17, 13, 152], [114, 26, 17, 163, 44, 195, 21, 10, 173], [121, 24, 80, 195, 26, 62, 44, 64, 85], [144, 71, 10, 38, 171, 213, 144, 34, 26], [170, 46, 55, 19, 136, 160, 33, 206, 71], [63, 20, 8, 114, 114, 208, 12, 9, 226], [81, 40, 11, 96, 182, 84, 29, 16, 36]], [[134, 183, 89, 137, 98, 101, 106, 165, 148], [72, 187, 100, 130, 157, 111, 32, 75, 80], [66, 102, 167, 99, 74, 62, 40, 234, 128], [41, 53, 9, 178, 241, 141, 26, 8, 107], [74, 43, 26, 146, 73, 166, 49, 23, 157], [65, 38, 105, 160, 51, 52, 31, 115, 128], [104, 79, 12, 27, 217, 255, 87, 17, 7], [87, 68, 71, 44, 114, 51, 15, 186, 23], [47, 41, 14, 110, 182, 183, 21, 17, 194], [66, 45, 25, 102, 197, 189, 23, 18, 22]], [[88, 88, 147, 150, 42, 46, 45, 196, 205], [43, 97, 183, 117, 85, 38, 35, 179, 61], [39, 53, 200, 87, 26, 21, 43, 232, 171], [56, 34, 51, 104, 114, 102, 29, 93, 77], [39, 28, 85, 171, 58, 165, 90, 98, 64], [34, 22, 116, 206, 23, 34, 43, 166, 73], [107, 54, 32, 26, 51, 1, 81, 43, 31], [68, 25, 106, 22, 64, 171, 36, 225, 114], [34, 19, 21, 102, 132, 188, 16, 76, 124], [62, 18, 78, 95, 85, 57, 50, 48, 51]], [[193, 101, 35, 159, 215, 111, 89, 46, 111], [60, 148, 31, 172, 219, 228, 21, 18, 111], [112, 113, 77, 85, 179, 255, 38, 120, 114], [40, 42, 1, 196, 245, 209, 10, 25, 109], [88, 43, 29, 140, 166, 213, 37, 43, 154], [61, 63, 30, 155, 67, 45, 68, 1, 209], [100, 80, 8, 43, 154, 1, 51, 26, 71], [142, 78, 78, 16, 255, 128, 34, 197, 171], [41, 40, 5, 102, 211, 183, 4, 1, 221], [51, 50, 17, 168, 209, 192, 23, 25, 82]], [[138, 31, 36, 171, 27, 166, 38, 44, 229], [67, 87, 58, 169, 82, 115, 26, 59, 179], [63, 59, 90, 180, 59, 166, 93, 73, 154], [40, 40, 21, 116, 143, 209, 34, 39, 175], [47, 15, 16, 183, 34, 223, 49, 45, 183], [46, 17, 33, 183, 6, 98, 15, 32, 183], [57, 46, 22, 24, 128, 1, 54, 17, 37], [65, 32, 73, 115, 28, 128, 23, 128, 205], [40, 3, 9, 115, 51, 192, 18, 6, 223], [87, 37, 9, 115, 59, 77, 64, 21, 47]], [[104, 55, 44, 218, 9, 54, 53, 130, 226], [64, 90, 70, 205, 40, 41, 23, 26, 57], [54, 57, 112, 184, 5, 41, 38, 166, 213], [30, 34, 26, 133, 152, 116, 10, 32, 134], [39, 19, 53, 221, 26, 114, 32, 73, 255], [31, 9, 65, 234, 2, 15, 1, 118, 73], [75, 32, 12, 51, 192, 255, 160, 43, 51], [88, 31, 35, 67, 102, 85, 55, 186, 85], [56, 21, 23, 111, 59, 205, 45, 37, 192], [55, 38, 70, 124, 73, 102, 1, 34, 98]], [[125, 98, 42, 88, 104, 85, 117, 175, 82], [95, 84, 53, 89, 128, 100, 113, 101, 45], [75, 79, 123, 47, 51, 128, 81, 171, 1], [57, 17, 5, 71, 102, 57, 53, 41, 49], [38, 33, 13, 121, 57, 73, 26, 1, 85], [41, 10, 67, 138, 77, 110, 90, 47, 114], [115, 21, 2, 10, 102, 255, 166, 23, 6], [101, 29, 16, 10, 85, 128, 101, 196, 26], [57, 18, 10, 102, 102, 213, 34, 20, 43], [117, 20, 15, 36, 163, 128, 68, 1, 26]], [[102, 61, 71, 37, 34, 53, 31, 243, 192], [69, 60, 71, 38, 73, 119, 28, 222, 37], [68, 45, 128, 34, 1, 47, 11, 245, 171], [62, 17, 19, 70, 146, 85, 55, 62, 70], [37, 43, 37, 154, 100, 163, 85, 160, 1], [63, 9, 92, 136, 28, 64, 32, 201, 85], [75, 15, 9, 9, 64, 255, 184, 119, 16], [86, 6, 28, 5, 64, 255, 25, 248, 1], [56, 8, 17, 132, 137, 255, 55, 116, 128], [58, 15, 20, 82, 135, 57, 26, 121, 40]], [[164, 50, 31, 137, 154, 133, 25, 35, 218], [51, 103, 44, 131, 131, 123, 31, 6, 158], [86, 40, 64, 135, 148, 224, 45, 183, 128], [22, 26, 17, 131, 240, 154, 14, 1, 209], [45, 16, 21, 91, 64, 222, 7, 1, 197], [56, 21, 39, 155, 60, 138, 23, 102, 213], [83, 12, 13, 54, 192, 255, 68, 47, 28], [85, 26, 85, 85, 128, 128, 32, 146, 171], [18, 11, 7, 63, 144, 171, 4, 4, 246], [35, 27, 10, 146, 174, 171, 12, 26, 128]], [[190, 80, 35, 99, 180, 80, 126, 54, 45], [85, 126, 47, 87, 176, 51, 41, 20, 32], [101, 75, 128, 139, 118, 146, 116, 128, 85], [56, 41, 15, 176, 236, 85, 37, 9, 62], [71, 30, 17, 119, 118, 255, 17, 18, 138], [101, 38, 60, 138, 55, 70, 43, 26, 142], [146, 36, 19, 30, 171, 255, 97, 27, 20], [138, 45, 61, 62, 219, 1, 81, 188, 64], [32, 41, 20, 117, 151, 142, 20, 21, 163], [112, 19, 12, 61, 195, 128, 48, 4, 24]]], h1 = [[[[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[176, 246, 255, 255, 255, 255, 255, 255, 255, 255, 255], [223, 241, 252, 255, 255, 255, 255, 255, 255, 255, 255], [249, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 244, 252, 255, 255, 255, 255, 255, 255, 255, 255], [234, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 246, 254, 255, 255, 255, 255, 255, 255, 255, 255], [239, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 248, 254, 255, 255, 255, 255, 255, 255, 255, 255], [251, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [251, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 253, 255, 254, 255, 255, 255, 255, 255, 255], [250, 255, 254, 255, 254, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]], [[[217, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [225, 252, 241, 253, 255, 255, 254, 255, 255, 255, 255], [234, 250, 241, 250, 253, 255, 253, 254, 255, 255, 255]], [[255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [223, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [238, 253, 254, 254, 255, 255, 255, 255, 255, 255, 255]], [[255, 248, 254, 255, 255, 255, 255, 255, 255, 255, 255], [249, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255], [247, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 253, 255, 255, 255, 255, 255, 255, 255, 255], [250, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]], [[[186, 251, 250, 255, 255, 255, 255, 255, 255, 255, 255], [234, 251, 244, 254, 255, 255, 255, 255, 255, 255, 255], [251, 251, 243, 253, 254, 255, 254, 255, 255, 255, 255]], [[255, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [236, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [251, 253, 253, 254, 254, 255, 255, 255, 255, 255, 255]], [[255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]], [[[248, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [250, 254, 252, 254, 255, 255, 255, 255, 255, 255, 255], [248, 254, 249, 253, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255], [246, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255], [252, 254, 251, 254, 254, 255, 255, 255, 255, 255, 255]], [[255, 254, 252, 255, 255, 255, 255, 255, 255, 255, 255], [248, 254, 253, 255, 255, 255, 255, 255, 255, 255, 255], [253, 255, 254, 254, 255, 255, 255, 255, 255, 255, 255]], [[255, 251, 254, 255, 255, 255, 255, 255, 255, 255, 255], [245, 251, 254, 255, 255, 255, 255, 255, 255, 255, 255], [253, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 251, 253, 255, 255, 255, 255, 255, 255, 255, 255], [252, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255], [249, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 255], [250, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]]], f1 = [0, 1, 2, 3, 6, 4, 5, 6, 6, 6, 6, 6, 6, 6, 6, 7, 0], Ar = [], lo = [], zo = [], v1 = 1, Fd = 2, ur = [], Ta = [];
|
|
12245
|
-
Ke("UpsampleRgbLinePair", Ot, 3), Ke("UpsampleBgrLinePair", hl, 3), Ke("UpsampleRgbaLinePair",
|
|
12244
|
+
var Ea, eo, rr, ko, Do, pn, to, bn, ps, nr, lo, Ho, Dr, wn, Hr, sr, bs, Ia, Po, rl, nl, Bl, Ol, Oo, ir, mn, mi, yd, pd = a(511), bd = a(2041), wd = a(225), md = a(767), Cd = 0, Su = bd, Ci = wd, Fa = md, Na = pd, xi = 0, ki = 1, xd = 2, Bi = 3, _i = 4, Lu = 5, kd = 6, Uu = 7, $u = 8, Fi = 9, Qu = 10, l1 = [2, 3, 7], a1 = [3, 3, 11], Bd = [280, 256, 256, 256, 40], o1 = [0, 1, 1, 1, 0], r1 = [17, 18, 0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], n1 = [24, 7, 23, 25, 40, 6, 39, 41, 22, 26, 38, 42, 56, 5, 55, 57, 21, 27, 54, 58, 37, 43, 72, 4, 71, 73, 20, 28, 53, 59, 70, 74, 36, 44, 88, 69, 75, 52, 60, 3, 87, 89, 19, 29, 86, 90, 35, 45, 68, 76, 85, 91, 51, 61, 104, 2, 103, 105, 18, 30, 102, 106, 34, 46, 84, 92, 67, 77, 101, 107, 50, 62, 120, 1, 119, 121, 83, 93, 17, 31, 100, 108, 66, 78, 118, 122, 33, 47, 117, 123, 49, 63, 99, 109, 82, 94, 0, 116, 124, 65, 79, 16, 32, 98, 110, 48, 115, 125, 81, 95, 64, 114, 126, 97, 111, 80, 113, 127, 96, 112], s1 = [2954, 2956, 2958, 2962, 2970, 2986, 3018, 3082, 3212, 3468, 3980, 5004], i1 = 8, Mu = [4, 5, 6, 7, 8, 9, 10, 10, 11, 12, 13, 14, 15, 16, 17, 17, 18, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 25, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 93, 95, 96, 98, 100, 101, 102, 104, 106, 108, 110, 112, 114, 116, 118, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 143, 145, 148, 151, 154, 157], Eu = [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 119, 122, 125, 128, 131, 134, 137, 140, 143, 146, 149, 152, 155, 158, 161, 164, 167, 170, 173, 177, 181, 185, 189, 193, 197, 201, 205, 209, 213, 217, 221, 225, 229, 234, 239, 245, 249, 254, 259, 264, 269, 274, 279, 284], ws = null, A1 = [[173, 148, 140, 0], [176, 155, 140, 135, 0], [180, 157, 141, 134, 130, 0], [254, 254, 243, 230, 196, 177, 153, 140, 133, 130, 129, 0]], u1 = [0, 1, 4, 8, 5, 2, 3, 6, 9, 12, 13, 10, 7, 11, 14, 15], _d = [-0, 1, -1, 2, -2, 3, 4, 6, -3, 5, -4, -5, -6, 7, -7, 8, -8, -9], c1 = [[[[128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128]], [[253, 136, 254, 255, 228, 219, 128, 128, 128, 128, 128], [189, 129, 242, 255, 227, 213, 255, 219, 128, 128, 128], [106, 126, 227, 252, 214, 209, 255, 255, 128, 128, 128]], [[1, 98, 248, 255, 236, 226, 255, 255, 128, 128, 128], [181, 133, 238, 254, 221, 234, 255, 154, 128, 128, 128], [78, 134, 202, 247, 198, 180, 255, 219, 128, 128, 128]], [[1, 185, 249, 255, 243, 255, 128, 128, 128, 128, 128], [184, 150, 247, 255, 236, 224, 128, 128, 128, 128, 128], [77, 110, 216, 255, 236, 230, 128, 128, 128, 128, 128]], [[1, 101, 251, 255, 241, 255, 128, 128, 128, 128, 128], [170, 139, 241, 252, 236, 209, 255, 255, 128, 128, 128], [37, 116, 196, 243, 228, 255, 255, 255, 128, 128, 128]], [[1, 204, 254, 255, 245, 255, 128, 128, 128, 128, 128], [207, 160, 250, 255, 238, 128, 128, 128, 128, 128, 128], [102, 103, 231, 255, 211, 171, 128, 128, 128, 128, 128]], [[1, 152, 252, 255, 240, 255, 128, 128, 128, 128, 128], [177, 135, 243, 255, 234, 225, 128, 128, 128, 128, 128], [80, 129, 211, 255, 194, 224, 128, 128, 128, 128, 128]], [[1, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [246, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [255, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128]]], [[[198, 35, 237, 223, 193, 187, 162, 160, 145, 155, 62], [131, 45, 198, 221, 172, 176, 220, 157, 252, 221, 1], [68, 47, 146, 208, 149, 167, 221, 162, 255, 223, 128]], [[1, 149, 241, 255, 221, 224, 255, 255, 128, 128, 128], [184, 141, 234, 253, 222, 220, 255, 199, 128, 128, 128], [81, 99, 181, 242, 176, 190, 249, 202, 255, 255, 128]], [[1, 129, 232, 253, 214, 197, 242, 196, 255, 255, 128], [99, 121, 210, 250, 201, 198, 255, 202, 128, 128, 128], [23, 91, 163, 242, 170, 187, 247, 210, 255, 255, 128]], [[1, 200, 246, 255, 234, 255, 128, 128, 128, 128, 128], [109, 178, 241, 255, 231, 245, 255, 255, 128, 128, 128], [44, 130, 201, 253, 205, 192, 255, 255, 128, 128, 128]], [[1, 132, 239, 251, 219, 209, 255, 165, 128, 128, 128], [94, 136, 225, 251, 218, 190, 255, 255, 128, 128, 128], [22, 100, 174, 245, 186, 161, 255, 199, 128, 128, 128]], [[1, 182, 249, 255, 232, 235, 128, 128, 128, 128, 128], [124, 143, 241, 255, 227, 234, 128, 128, 128, 128, 128], [35, 77, 181, 251, 193, 211, 255, 205, 128, 128, 128]], [[1, 157, 247, 255, 236, 231, 255, 255, 128, 128, 128], [121, 141, 235, 255, 225, 227, 255, 255, 128, 128, 128], [45, 99, 188, 251, 195, 217, 255, 224, 128, 128, 128]], [[1, 1, 251, 255, 213, 255, 128, 128, 128, 128, 128], [203, 1, 248, 255, 255, 128, 128, 128, 128, 128, 128], [137, 1, 177, 255, 224, 255, 128, 128, 128, 128, 128]]], [[[253, 9, 248, 251, 207, 208, 255, 192, 128, 128, 128], [175, 13, 224, 243, 193, 185, 249, 198, 255, 255, 128], [73, 17, 171, 221, 161, 179, 236, 167, 255, 234, 128]], [[1, 95, 247, 253, 212, 183, 255, 255, 128, 128, 128], [239, 90, 244, 250, 211, 209, 255, 255, 128, 128, 128], [155, 77, 195, 248, 188, 195, 255, 255, 128, 128, 128]], [[1, 24, 239, 251, 218, 219, 255, 205, 128, 128, 128], [201, 51, 219, 255, 196, 186, 128, 128, 128, 128, 128], [69, 46, 190, 239, 201, 218, 255, 228, 128, 128, 128]], [[1, 191, 251, 255, 255, 128, 128, 128, 128, 128, 128], [223, 165, 249, 255, 213, 255, 128, 128, 128, 128, 128], [141, 124, 248, 255, 255, 128, 128, 128, 128, 128, 128]], [[1, 16, 248, 255, 255, 128, 128, 128, 128, 128, 128], [190, 36, 230, 255, 236, 255, 128, 128, 128, 128, 128], [149, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128]], [[1, 226, 255, 128, 128, 128, 128, 128, 128, 128, 128], [247, 192, 255, 128, 128, 128, 128, 128, 128, 128, 128], [240, 128, 255, 128, 128, 128, 128, 128, 128, 128, 128]], [[1, 134, 252, 255, 255, 128, 128, 128, 128, 128, 128], [213, 62, 250, 255, 255, 128, 128, 128, 128, 128, 128], [55, 93, 255, 128, 128, 128, 128, 128, 128, 128, 128]], [[128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128]]], [[[202, 24, 213, 235, 186, 191, 220, 160, 240, 175, 255], [126, 38, 182, 232, 169, 184, 228, 174, 255, 187, 128], [61, 46, 138, 219, 151, 178, 240, 170, 255, 216, 128]], [[1, 112, 230, 250, 199, 191, 247, 159, 255, 255, 128], [166, 109, 228, 252, 211, 215, 255, 174, 128, 128, 128], [39, 77, 162, 232, 172, 180, 245, 178, 255, 255, 128]], [[1, 52, 220, 246, 198, 199, 249, 220, 255, 255, 128], [124, 74, 191, 243, 183, 193, 250, 221, 255, 255, 128], [24, 71, 130, 219, 154, 170, 243, 182, 255, 255, 128]], [[1, 182, 225, 249, 219, 240, 255, 224, 128, 128, 128], [149, 150, 226, 252, 216, 205, 255, 171, 128, 128, 128], [28, 108, 170, 242, 183, 194, 254, 223, 255, 255, 128]], [[1, 81, 230, 252, 204, 203, 255, 192, 128, 128, 128], [123, 102, 209, 247, 188, 196, 255, 233, 128, 128, 128], [20, 95, 153, 243, 164, 173, 255, 203, 128, 128, 128]], [[1, 222, 248, 255, 216, 213, 128, 128, 128, 128, 128], [168, 175, 246, 252, 235, 205, 255, 255, 128, 128, 128], [47, 116, 215, 255, 211, 212, 255, 255, 128, 128, 128]], [[1, 121, 236, 253, 212, 214, 255, 255, 128, 128, 128], [141, 84, 213, 252, 201, 202, 255, 219, 128, 128, 128], [42, 80, 160, 240, 162, 185, 255, 205, 128, 128, 128]], [[1, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [244, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [238, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128]]]], d1 = [[[231, 120, 48, 89, 115, 113, 120, 152, 112], [152, 179, 64, 126, 170, 118, 46, 70, 95], [175, 69, 143, 80, 85, 82, 72, 155, 103], [56, 58, 10, 171, 218, 189, 17, 13, 152], [114, 26, 17, 163, 44, 195, 21, 10, 173], [121, 24, 80, 195, 26, 62, 44, 64, 85], [144, 71, 10, 38, 171, 213, 144, 34, 26], [170, 46, 55, 19, 136, 160, 33, 206, 71], [63, 20, 8, 114, 114, 208, 12, 9, 226], [81, 40, 11, 96, 182, 84, 29, 16, 36]], [[134, 183, 89, 137, 98, 101, 106, 165, 148], [72, 187, 100, 130, 157, 111, 32, 75, 80], [66, 102, 167, 99, 74, 62, 40, 234, 128], [41, 53, 9, 178, 241, 141, 26, 8, 107], [74, 43, 26, 146, 73, 166, 49, 23, 157], [65, 38, 105, 160, 51, 52, 31, 115, 128], [104, 79, 12, 27, 217, 255, 87, 17, 7], [87, 68, 71, 44, 114, 51, 15, 186, 23], [47, 41, 14, 110, 182, 183, 21, 17, 194], [66, 45, 25, 102, 197, 189, 23, 18, 22]], [[88, 88, 147, 150, 42, 46, 45, 196, 205], [43, 97, 183, 117, 85, 38, 35, 179, 61], [39, 53, 200, 87, 26, 21, 43, 232, 171], [56, 34, 51, 104, 114, 102, 29, 93, 77], [39, 28, 85, 171, 58, 165, 90, 98, 64], [34, 22, 116, 206, 23, 34, 43, 166, 73], [107, 54, 32, 26, 51, 1, 81, 43, 31], [68, 25, 106, 22, 64, 171, 36, 225, 114], [34, 19, 21, 102, 132, 188, 16, 76, 124], [62, 18, 78, 95, 85, 57, 50, 48, 51]], [[193, 101, 35, 159, 215, 111, 89, 46, 111], [60, 148, 31, 172, 219, 228, 21, 18, 111], [112, 113, 77, 85, 179, 255, 38, 120, 114], [40, 42, 1, 196, 245, 209, 10, 25, 109], [88, 43, 29, 140, 166, 213, 37, 43, 154], [61, 63, 30, 155, 67, 45, 68, 1, 209], [100, 80, 8, 43, 154, 1, 51, 26, 71], [142, 78, 78, 16, 255, 128, 34, 197, 171], [41, 40, 5, 102, 211, 183, 4, 1, 221], [51, 50, 17, 168, 209, 192, 23, 25, 82]], [[138, 31, 36, 171, 27, 166, 38, 44, 229], [67, 87, 58, 169, 82, 115, 26, 59, 179], [63, 59, 90, 180, 59, 166, 93, 73, 154], [40, 40, 21, 116, 143, 209, 34, 39, 175], [47, 15, 16, 183, 34, 223, 49, 45, 183], [46, 17, 33, 183, 6, 98, 15, 32, 183], [57, 46, 22, 24, 128, 1, 54, 17, 37], [65, 32, 73, 115, 28, 128, 23, 128, 205], [40, 3, 9, 115, 51, 192, 18, 6, 223], [87, 37, 9, 115, 59, 77, 64, 21, 47]], [[104, 55, 44, 218, 9, 54, 53, 130, 226], [64, 90, 70, 205, 40, 41, 23, 26, 57], [54, 57, 112, 184, 5, 41, 38, 166, 213], [30, 34, 26, 133, 152, 116, 10, 32, 134], [39, 19, 53, 221, 26, 114, 32, 73, 255], [31, 9, 65, 234, 2, 15, 1, 118, 73], [75, 32, 12, 51, 192, 255, 160, 43, 51], [88, 31, 35, 67, 102, 85, 55, 186, 85], [56, 21, 23, 111, 59, 205, 45, 37, 192], [55, 38, 70, 124, 73, 102, 1, 34, 98]], [[125, 98, 42, 88, 104, 85, 117, 175, 82], [95, 84, 53, 89, 128, 100, 113, 101, 45], [75, 79, 123, 47, 51, 128, 81, 171, 1], [57, 17, 5, 71, 102, 57, 53, 41, 49], [38, 33, 13, 121, 57, 73, 26, 1, 85], [41, 10, 67, 138, 77, 110, 90, 47, 114], [115, 21, 2, 10, 102, 255, 166, 23, 6], [101, 29, 16, 10, 85, 128, 101, 196, 26], [57, 18, 10, 102, 102, 213, 34, 20, 43], [117, 20, 15, 36, 163, 128, 68, 1, 26]], [[102, 61, 71, 37, 34, 53, 31, 243, 192], [69, 60, 71, 38, 73, 119, 28, 222, 37], [68, 45, 128, 34, 1, 47, 11, 245, 171], [62, 17, 19, 70, 146, 85, 55, 62, 70], [37, 43, 37, 154, 100, 163, 85, 160, 1], [63, 9, 92, 136, 28, 64, 32, 201, 85], [75, 15, 9, 9, 64, 255, 184, 119, 16], [86, 6, 28, 5, 64, 255, 25, 248, 1], [56, 8, 17, 132, 137, 255, 55, 116, 128], [58, 15, 20, 82, 135, 57, 26, 121, 40]], [[164, 50, 31, 137, 154, 133, 25, 35, 218], [51, 103, 44, 131, 131, 123, 31, 6, 158], [86, 40, 64, 135, 148, 224, 45, 183, 128], [22, 26, 17, 131, 240, 154, 14, 1, 209], [45, 16, 21, 91, 64, 222, 7, 1, 197], [56, 21, 39, 155, 60, 138, 23, 102, 213], [83, 12, 13, 54, 192, 255, 68, 47, 28], [85, 26, 85, 85, 128, 128, 32, 146, 171], [18, 11, 7, 63, 144, 171, 4, 4, 246], [35, 27, 10, 146, 174, 171, 12, 26, 128]], [[190, 80, 35, 99, 180, 80, 126, 54, 45], [85, 126, 47, 87, 176, 51, 41, 20, 32], [101, 75, 128, 139, 118, 146, 116, 128, 85], [56, 41, 15, 176, 236, 85, 37, 9, 62], [71, 30, 17, 119, 118, 255, 17, 18, 138], [101, 38, 60, 138, 55, 70, 43, 26, 142], [146, 36, 19, 30, 171, 255, 97, 27, 20], [138, 45, 61, 62, 219, 1, 81, 188, 64], [32, 41, 20, 117, 151, 142, 20, 21, 163], [112, 19, 12, 61, 195, 128, 48, 4, 24]]], h1 = [[[[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[176, 246, 255, 255, 255, 255, 255, 255, 255, 255, 255], [223, 241, 252, 255, 255, 255, 255, 255, 255, 255, 255], [249, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 244, 252, 255, 255, 255, 255, 255, 255, 255, 255], [234, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 246, 254, 255, 255, 255, 255, 255, 255, 255, 255], [239, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 248, 254, 255, 255, 255, 255, 255, 255, 255, 255], [251, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [251, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 253, 255, 254, 255, 255, 255, 255, 255, 255], [250, 255, 254, 255, 254, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]], [[[217, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [225, 252, 241, 253, 255, 255, 254, 255, 255, 255, 255], [234, 250, 241, 250, 253, 255, 253, 254, 255, 255, 255]], [[255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [223, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [238, 253, 254, 254, 255, 255, 255, 255, 255, 255, 255]], [[255, 248, 254, 255, 255, 255, 255, 255, 255, 255, 255], [249, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255], [247, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 253, 255, 255, 255, 255, 255, 255, 255, 255], [250, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]], [[[186, 251, 250, 255, 255, 255, 255, 255, 255, 255, 255], [234, 251, 244, 254, 255, 255, 255, 255, 255, 255, 255], [251, 251, 243, 253, 254, 255, 254, 255, 255, 255, 255]], [[255, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [236, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [251, 253, 253, 254, 254, 255, 255, 255, 255, 255, 255]], [[255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]], [[[248, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [250, 254, 252, 254, 255, 255, 255, 255, 255, 255, 255], [248, 254, 249, 253, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255], [246, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255], [252, 254, 251, 254, 254, 255, 255, 255, 255, 255, 255]], [[255, 254, 252, 255, 255, 255, 255, 255, 255, 255, 255], [248, 254, 253, 255, 255, 255, 255, 255, 255, 255, 255], [253, 255, 254, 254, 255, 255, 255, 255, 255, 255, 255]], [[255, 251, 254, 255, 255, 255, 255, 255, 255, 255, 255], [245, 251, 254, 255, 255, 255, 255, 255, 255, 255, 255], [253, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 251, 253, 255, 255, 255, 255, 255, 255, 255, 255], [252, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255], [249, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 255], [250, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]]], f1 = [0, 1, 2, 3, 6, 4, 5, 6, 6, 6, 6, 6, 6, 6, 6, 7, 0], Ar = [], ao = [], zo = [], v1 = 1, Fd = 2, ur = [], Ta = [];
|
|
12245
|
+
Ke("UpsampleRgbLinePair", Ot, 3), Ke("UpsampleBgrLinePair", hl, 3), Ke("UpsampleRgbaLinePair", Ja, 4), Ke("UpsampleBgraLinePair", Wl, 4), Ke("UpsampleArgbLinePair", oa, 4), Ke("UpsampleRgba4444LinePair", Il, 2), Ke("UpsampleRgb565LinePair", ml, 2);
|
|
12246
12246
|
var g1 = J.UpsampleRgbLinePair, y1 = J.UpsampleBgrLinePair, Sd = J.UpsampleRgbaLinePair, Ld = J.UpsampleBgraLinePair, Ud = J.UpsampleArgbLinePair, $d = J.UpsampleRgba4444LinePair, p1 = J.UpsampleRgb565LinePair, Si = 16, Li = 1 << Si - 1, ms = -227, Iu = 482, Qd = 6, b1 = (256 << Qd) - 1, Md = 0, w1 = a(256), m1 = a(256), C1 = a(256), x1 = a(256), k1 = a(Iu - ms), B1 = a(Iu - ms);
|
|
12247
|
-
To("YuvToRgbRow", Ot, 3), To("YuvToBgrRow", hl, 3), To("YuvToRgbaRow",
|
|
12247
|
+
To("YuvToRgbRow", Ot, 3), To("YuvToBgrRow", hl, 3), To("YuvToRgbaRow", Ja, 4), To("YuvToBgraRow", Wl, 4), To("YuvToArgbRow", oa, 4), To("YuvToRgba4444Row", Il, 2), To("YuvToRgb565Row", ml, 2);
|
|
12248
12248
|
var Ed = [0, 4, 8, 12, 128, 132, 136, 140, 256, 260, 264, 268, 384, 388, 392, 396], Ui = [0, 2, 8], _1 = [8, 7, 6, 4, 4, 2, 2, 2, 1, 1, 1, 1], F1 = 1;
|
|
12249
12249
|
this.WebPDecodeRGBA = function(h, m, B, E, le) {
|
|
12250
|
-
var Ae = ki, ce = new cn(), ge = new
|
|
12250
|
+
var Ae = ki, ce = new cn(), ge = new Ka();
|
|
12251
12251
|
ce.ba = ge, ge.S = Ae, ge.width = [ge.width], ge.height = [ge.height];
|
|
12252
12252
|
var be = ge.width, xe = ge.height, $e = new Mo();
|
|
12253
12253
|
if ($e == null || h == null)
|
|
@@ -12303,7 +12303,7 @@ function vf(e) {
|
|
|
12303
12303
|
}
|
|
12304
12304
|
E.xb = 0;
|
|
12305
12305
|
}
|
|
12306
|
-
if (!
|
|
12306
|
+
if (!Xa(E, E.V, E.Ba, E.c, E.i, B.o, Yr))
|
|
12307
12307
|
break l;
|
|
12308
12308
|
le.Dc = E.Ma, E = 1;
|
|
12309
12309
|
break t;
|
|
@@ -12550,7 +12550,7 @@ function vf(e) {
|
|
|
12550
12550
|
var v = { data: A, width: n, height: s }, g = new wc(100).encode(v, 100);
|
|
12551
12551
|
return e.processJPEG.call(this, g, l, r, o);
|
|
12552
12552
|
}, e.processGIF87A = e.processGIF89A;
|
|
12553
|
-
}(bt.API),
|
|
12553
|
+
}(bt.API), no.prototype.parseHeader = function() {
|
|
12554
12554
|
if (this.fileSize = this.datav.getUint32(this.pos, !0), this.pos += 4, this.reserved = this.datav.getUint32(this.pos, !0), this.pos += 4, this.offset = this.datav.getUint32(this.pos, !0), this.pos += 4, this.headerSize = this.datav.getUint32(this.pos, !0), this.pos += 4, this.width = this.datav.getUint32(this.pos, !0), this.pos += 4, this.height = this.datav.getInt32(this.pos, !0), this.pos += 4, this.planes = this.datav.getUint16(this.pos, !0), this.pos += 2, this.bitPP = this.datav.getUint16(this.pos, !0), this.pos += 2, this.compress = this.datav.getUint32(this.pos, !0), this.pos += 4, this.rawSize = this.datav.getUint32(this.pos, !0), this.pos += 4, this.hr = this.datav.getUint32(this.pos, !0), this.pos += 4, this.vr = this.datav.getUint32(this.pos, !0), this.pos += 4, this.colors = this.datav.getUint32(this.pos, !0), this.pos += 4, this.importantColors = this.datav.getUint32(this.pos, !0), this.pos += 4, this.bitPP === 16 && this.is_with_alpha && (this.bitPP = 15), this.bitPP < 15) {
|
|
12555
12555
|
var e = this.colors === 0 ? 1 << this.bitPP : this.colors;
|
|
12556
12556
|
this.palette = new Array(e);
|
|
@@ -12560,7 +12560,7 @@ function vf(e) {
|
|
|
12560
12560
|
}
|
|
12561
12561
|
}
|
|
12562
12562
|
this.height < 0 && (this.height *= -1, this.bottom_up = !1);
|
|
12563
|
-
},
|
|
12563
|
+
}, no.prototype.parseBGR = function() {
|
|
12564
12564
|
this.pos = this.offset;
|
|
12565
12565
|
try {
|
|
12566
12566
|
var e = "bit" + this.bitPP, t = this.width * this.height * 4;
|
|
@@ -12568,7 +12568,7 @@ function vf(e) {
|
|
|
12568
12568
|
} catch (l) {
|
|
12569
12569
|
ll.log("bit decode error:" + l);
|
|
12570
12570
|
}
|
|
12571
|
-
},
|
|
12571
|
+
}, no.prototype.bit1 = function() {
|
|
12572
12572
|
var e, t = Math.ceil(this.width / 8), l = t % 4;
|
|
12573
12573
|
for (e = this.height - 1; e >= 0; e--) {
|
|
12574
12574
|
for (var r = this.bottom_up ? e : this.height - 1 - e, o = 0; o < t; o++)
|
|
@@ -12578,7 +12578,7 @@ function vf(e) {
|
|
|
12578
12578
|
}
|
|
12579
12579
|
l !== 0 && (this.pos += 4 - l);
|
|
12580
12580
|
}
|
|
12581
|
-
},
|
|
12581
|
+
}, no.prototype.bit4 = function() {
|
|
12582
12582
|
for (var e = Math.ceil(this.width / 2), t = e % 4, l = this.height - 1; l >= 0; l--) {
|
|
12583
12583
|
for (var r = this.bottom_up ? l : this.height - 1 - l, o = 0; o < e; o++) {
|
|
12584
12584
|
var a = this.datav.getUint8(this.pos++, !0), n = r * this.width * 4 + 2 * o * 4, s = a >> 4, A = 15 & a, v = this.palette[s];
|
|
@@ -12588,7 +12588,7 @@ function vf(e) {
|
|
|
12588
12588
|
}
|
|
12589
12589
|
t !== 0 && (this.pos += 4 - t);
|
|
12590
12590
|
}
|
|
12591
|
-
},
|
|
12591
|
+
}, no.prototype.bit8 = function() {
|
|
12592
12592
|
for (var e = this.width % 4, t = this.height - 1; t >= 0; t--) {
|
|
12593
12593
|
for (var l = this.bottom_up ? t : this.height - 1 - t, r = 0; r < this.width; r++) {
|
|
12594
12594
|
var o = this.datav.getUint8(this.pos++, !0), a = l * this.width * 4 + 4 * r;
|
|
@@ -12600,7 +12600,7 @@ function vf(e) {
|
|
|
12600
12600
|
}
|
|
12601
12601
|
e !== 0 && (this.pos += 4 - e);
|
|
12602
12602
|
}
|
|
12603
|
-
},
|
|
12603
|
+
}, no.prototype.bit15 = function() {
|
|
12604
12604
|
for (var e = this.width % 3, t = parseInt("11111", 2), l = this.height - 1; l >= 0; l--) {
|
|
12605
12605
|
for (var r = this.bottom_up ? l : this.height - 1 - l, o = 0; o < this.width; o++) {
|
|
12606
12606
|
var a = this.datav.getUint16(this.pos, !0);
|
|
@@ -12610,7 +12610,7 @@ function vf(e) {
|
|
|
12610
12610
|
}
|
|
12611
12611
|
this.pos += e;
|
|
12612
12612
|
}
|
|
12613
|
-
},
|
|
12613
|
+
}, no.prototype.bit16 = function() {
|
|
12614
12614
|
for (var e = this.width % 3, t = parseInt("11111", 2), l = parseInt("111111", 2), r = this.height - 1; r >= 0; r--) {
|
|
12615
12615
|
for (var o = this.bottom_up ? r : this.height - 1 - r, a = 0; a < this.width; a++) {
|
|
12616
12616
|
var n = this.datav.getUint16(this.pos, !0);
|
|
@@ -12620,7 +12620,7 @@ function vf(e) {
|
|
|
12620
12620
|
}
|
|
12621
12621
|
this.pos += e;
|
|
12622
12622
|
}
|
|
12623
|
-
},
|
|
12623
|
+
}, no.prototype.bit24 = function() {
|
|
12624
12624
|
for (var e = this.height - 1; e >= 0; e--) {
|
|
12625
12625
|
for (var t = this.bottom_up ? e : this.height - 1 - e, l = 0; l < this.width; l++) {
|
|
12626
12626
|
var r = this.datav.getUint8(this.pos++, !0), o = this.datav.getUint8(this.pos++, !0), a = this.datav.getUint8(this.pos++, !0), n = t * this.width * 4 + 4 * l;
|
|
@@ -12628,13 +12628,13 @@ function vf(e) {
|
|
|
12628
12628
|
}
|
|
12629
12629
|
this.pos += this.width % 4;
|
|
12630
12630
|
}
|
|
12631
|
-
},
|
|
12631
|
+
}, no.prototype.bit32 = function() {
|
|
12632
12632
|
for (var e = this.height - 1; e >= 0; e--)
|
|
12633
12633
|
for (var t = this.bottom_up ? e : this.height - 1 - e, l = 0; l < this.width; l++) {
|
|
12634
12634
|
var r = this.datav.getUint8(this.pos++, !0), o = this.datav.getUint8(this.pos++, !0), a = this.datav.getUint8(this.pos++, !0), n = this.datav.getUint8(this.pos++, !0), s = t * this.width * 4 + 4 * l;
|
|
12635
12635
|
this.data[s] = a, this.data[s + 1] = o, this.data[s + 2] = r, this.data[s + 3] = n;
|
|
12636
12636
|
}
|
|
12637
|
-
},
|
|
12637
|
+
}, no.prototype.getData = function() {
|
|
12638
12638
|
return this.data;
|
|
12639
12639
|
}, /**
|
|
12640
12640
|
* @license
|
|
@@ -12645,7 +12645,7 @@ function vf(e) {
|
|
|
12645
12645
|
*/
|
|
12646
12646
|
function(e) {
|
|
12647
12647
|
e.processBMP = function(t, l, r, o) {
|
|
12648
|
-
var a = new
|
|
12648
|
+
var a = new no(t, !1), n = a.width, s = a.height, A = { data: a.getData(), width: n, height: s }, v = new wc(100).encode(A, 100);
|
|
12649
12649
|
return e.processJPEG.call(this, v, l, r, o);
|
|
12650
12650
|
};
|
|
12651
12651
|
}(bt.API), vf.prototype.getData = function() {
|
|
@@ -12820,7 +12820,7 @@ function(e) {
|
|
|
12820
12820
|
*/
|
|
12821
12821
|
function(e) {
|
|
12822
12822
|
function t() {
|
|
12823
|
-
return (wt.canvg ? Promise.resolve(wt.canvg) : import("./index.es-
|
|
12823
|
+
return (wt.canvg ? Promise.resolve(wt.canvg) : import("./index.es-c7296c3f.js")).catch(function(l) {
|
|
12824
12824
|
return Promise.reject(new Error("Could not load canvg: " + l));
|
|
12825
12825
|
}).then(function(l) {
|
|
12826
12826
|
return l.default ? l.default : l;
|
|
@@ -18171,6 +18171,7 @@ const Uw = {
|
|
|
18171
18171
|
}
|
|
18172
18172
|
}, pm = {
|
|
18173
18173
|
open: !1,
|
|
18174
|
+
maxHeight: 2e3,
|
|
18174
18175
|
head: {
|
|
18175
18176
|
useArrowSlot: !1,
|
|
18176
18177
|
backgroundColor: "#FFFFFF",
|
|
@@ -18361,7 +18362,7 @@ const Ut = (e, t) => {
|
|
|
18361
18362
|
},
|
|
18362
18363
|
setup(e) {
|
|
18363
18364
|
const t = e;
|
|
18364
|
-
|
|
18365
|
+
Va((b) => ({
|
|
18365
18366
|
"4f04048e": Be(s)
|
|
18366
18367
|
}));
|
|
18367
18368
|
const { backgroundColor: l, color: r, outline: o } = t.config.th, { backgroundColor: a, color: n, outline: s } = t.config.td, A = ie(() => t.config.breakpoint), v = N(null), g = N(!1);
|
|
@@ -20841,7 +20842,7 @@ const ik = ["id"], Ak = { style: { "z-index": "1", "padding-right": "24px" } },
|
|
|
20841
20842
|
},
|
|
20842
20843
|
setup(e, { expose: t }) {
|
|
20843
20844
|
const l = e;
|
|
20844
|
-
|
|
20845
|
+
Va((X) => ({
|
|
20845
20846
|
"202ddaf6": X.tdo
|
|
20846
20847
|
}));
|
|
20847
20848
|
const r = N(Ct()), o = N(0), a = N(Ft.vue_ui_table_sparkline), n = N(!1), s = N(!1), A = ie(() => Mt({
|
|
@@ -22123,7 +22124,7 @@ const wk = Ct(), mk = {
|
|
|
22123
22124
|
"data-html2canvas-ignore": ""
|
|
22124
22125
|
}, c4 = ["innerHTML"];
|
|
22125
22126
|
function d4(e, t, l, r, o, a) {
|
|
22126
|
-
const n =
|
|
22127
|
+
const n = io("Title"), s = io("UserOptions"), A = io("Shape"), v = io("Skeleton"), g = io("BaseIcon"), b = io("Tooltip"), y = io("TableSparkline"), w = io("DataTable");
|
|
22127
22128
|
return d(), f("div", {
|
|
22128
22129
|
id: `vue-ui-xy_${o.uniqueId}`,
|
|
22129
22130
|
class: He(`vue-ui-xy ${o.isFullscreen ? "vue-data-ui-wrapper-fullscreen" : ""} ${a.chartConfig.useCssAnimation ? "" : "vue-ui-dna"}`),
|
|
@@ -27821,7 +27822,7 @@ const fS = ["id"], vS = ["viewBox"], gS = { key: 0 }, yS = ["fill", "font-weight
|
|
|
27821
27822
|
emits: ["selectRoot", "selectBranch", "selectNut"],
|
|
27822
27823
|
setup(e, { expose: t, emit: l }) {
|
|
27823
27824
|
const r = e;
|
|
27824
|
-
|
|
27825
|
+
Va((ee) => ({
|
|
27825
27826
|
a9ab5acc: ee.tdo
|
|
27826
27827
|
}));
|
|
27827
27828
|
const o = ie(() => !!r.dataset && r.dataset.length), a = N(Ct()), n = N(Ft.vue_ui_chestnut), s = N(!1), A = N(!1), v = N(null), g = N(null), b = N(0), y = ie(() => Mt({
|
|
@@ -29259,7 +29260,7 @@ const HU = ["id"], PU = ["onClick"], OU = ["viewBox"], zU = ["id"], RU = ["stop-
|
|
|
29259
29260
|
emits: ["selectLegend"],
|
|
29260
29261
|
setup(e, { expose: t, emit: l }) {
|
|
29261
29262
|
const r = e;
|
|
29262
|
-
|
|
29263
|
+
Va((M) => ({
|
|
29263
29264
|
"312578ef": M.tdo
|
|
29264
29265
|
}));
|
|
29265
29266
|
const o = ie(() => !!r.dataset && r.dataset.length), a = N(Ct()), n = N(Ft.vue_ui_vertical_bar), s = N(!1), A = N(!1), v = N(null), g = N(null), b = N(!1), y = N(""), w = N(0), u = N(null), c = N(0), i = ie(() => Mt({
|
|
@@ -30324,7 +30325,7 @@ const R$ = ["id"], V$ = ["viewBox"], K$ = { key: 0 }, W$ = ["font-size", "fill",
|
|
|
30324
30325
|
},
|
|
30325
30326
|
setup(e, { expose: t }) {
|
|
30326
30327
|
const l = e;
|
|
30327
|
-
|
|
30328
|
+
Va((I) => ({
|
|
30328
30329
|
"224c9c02": I.tdo
|
|
30329
30330
|
}));
|
|
30330
30331
|
const r = ie(() => !!l.dataset && l.dataset.length);
|
|
@@ -32531,7 +32532,7 @@ const LM = (e) => (Ao("data-v-5f9a401a"), e = e(), uo(), e), UM = {
|
|
|
32531
32532
|
emits: ["change"],
|
|
32532
32533
|
setup(e, { expose: t, emit: l }) {
|
|
32533
32534
|
const r = e;
|
|
32534
|
-
|
|
32535
|
+
Va((ne) => ({
|
|
32535
32536
|
"75ab387a": z.value,
|
|
32536
32537
|
"99f5c3c0": V.value
|
|
32537
32538
|
}));
|
|
@@ -35658,7 +35659,7 @@ const dN = ["id"], hN = ["viewBox"], fN = { key: 0 }, vN = ["font-size", "fill",
|
|
|
35658
35659
|
},
|
|
35659
35660
|
setup(e, { expose: t }) {
|
|
35660
35661
|
const l = e;
|
|
35661
|
-
|
|
35662
|
+
Va((I) => ({
|
|
35662
35663
|
ac8ddfec: ae.value,
|
|
35663
35664
|
"0936e62e": W.value,
|
|
35664
35665
|
"32bb470b": se.value
|
|
@@ -35954,7 +35955,7 @@ const _N = ["id"], FN = {
|
|
|
35954
35955
|
},
|
|
35955
35956
|
setup(e, { expose: t }) {
|
|
35956
35957
|
const l = e;
|
|
35957
|
-
|
|
35958
|
+
Va((X) => ({
|
|
35958
35959
|
"124bddb2": ye.value,
|
|
35959
35960
|
"5decc772": J.value,
|
|
35960
35961
|
"6b0f96f4": se.value
|
|
@@ -36561,7 +36562,7 @@ const vT = { key: 0 }, gT = { key: 1 }, yT = ["viewBox"], pT = ["id"], bT = ["st
|
|
|
36561
36562
|
emits: ["selectDatapoint"],
|
|
36562
36563
|
setup(e, { emit: t }) {
|
|
36563
36564
|
const l = e;
|
|
36564
|
-
|
|
36565
|
+
Va((u) => ({
|
|
36565
36566
|
"4f32ae0f": w.value
|
|
36566
36567
|
}));
|
|
36567
36568
|
const r = ie(() => !!l.dataset && l.dataset.length);
|
|
@@ -40031,7 +40032,7 @@ const eu = (e) => (Ao("data-v-62e866fe"), e = e(), uo(), e), HH = ["id"], PH = [
|
|
|
40031
40032
|
s.parentNode = n;
|
|
40032
40033
|
});
|
|
40033
40034
|
}), (n, s) => {
|
|
40034
|
-
const A =
|
|
40035
|
+
const A = io("RecursiveCircles", !0);
|
|
40035
40036
|
return d(!0), f(Ce, null, Le(e.dataset, (v) => (d(), f(Ce, null, [
|
|
40036
40037
|
v.polygonPath && v.polygonPath.coordinates ? (d(), f(Ce, { key: 0 }, [
|
|
40037
40038
|
(d(!0), f(Ce, null, Le(v.polygonPath.coordinates, (g, b) => (d(), f("circle", {
|
|
@@ -40082,7 +40083,7 @@ const eu = (e) => (Ao("data-v-62e866fe"), e = e(), uo(), e), HH = ["id"], PH = [
|
|
|
40082
40083
|
o.parentNode = r;
|
|
40083
40084
|
});
|
|
40084
40085
|
}), (r, o) => {
|
|
40085
|
-
const a =
|
|
40086
|
+
const a = io("RecursiveLinks", !0);
|
|
40086
40087
|
return d(), f(Ce, null, [
|
|
40087
40088
|
(d(!0), f(Ce, null, Le(e.dataset, (n) => (d(), f(Ce, null, [
|
|
40088
40089
|
n.polygonPath && n.polygonPath.coordinates ? (d(!0), f(Ce, { key: 0 }, Le(n.polygonPath.coordinates, (s, A) => (d(), f(Ce, null, [
|
|
@@ -40142,7 +40143,7 @@ const eu = (e) => (Ao("data-v-62e866fe"), e = e(), uo(), e), HH = ["id"], PH = [
|
|
|
40142
40143
|
a.parentNode = o;
|
|
40143
40144
|
});
|
|
40144
40145
|
}), (o, a) => {
|
|
40145
|
-
const n =
|
|
40146
|
+
const n = io("RecursiveLabels", !0);
|
|
40146
40147
|
return d(!0), f(Ce, null, Le(e.dataset, (s) => (d(), f(Ce, null, [
|
|
40147
40148
|
s.polygonPath && s.polygonPath.coordinates ? (d(), f(Ce, { key: 0 }, [
|
|
40148
40149
|
(d(!0), f(Ce, null, Le(s.polygonPath.coordinates, (A, v) => (d(), f("text", {
|
|
@@ -40763,7 +40764,7 @@ const kz = ["viewBox"], Bz = { key: 0 }, _z = ["stroke"], Fz = ["stroke"], Sz =
|
|
|
40763
40764
|
},
|
|
40764
40765
|
setup(e) {
|
|
40765
40766
|
const t = e;
|
|
40766
|
-
|
|
40767
|
+
Va((b) => ({
|
|
40767
40768
|
"763df279": A.value,
|
|
40768
40769
|
44404118: v.value,
|
|
40769
40770
|
"648b3701": g.value
|
|
@@ -42683,7 +42684,7 @@ const JR = ["id"], ZR = { role: "cell" }, eV = { role: "row" }, tV = ["data-cell
|
|
|
42683
42684
|
},
|
|
42684
42685
|
setup(e, { expose: t }) {
|
|
42685
42686
|
const l = e;
|
|
42686
|
-
|
|
42687
|
+
Va((z) => ({
|
|
42687
42688
|
c905d5a4: k.value,
|
|
42688
42689
|
f7c565ee: F.value
|
|
42689
42690
|
}));
|
|
@@ -42855,7 +42856,11 @@ const sV = ["id"], iV = { class: "vue-ui-accordion-arrow" }, AV = {
|
|
|
42855
42856
|
}
|
|
42856
42857
|
},
|
|
42857
42858
|
setup(e) {
|
|
42858
|
-
const t = e
|
|
42859
|
+
const t = e;
|
|
42860
|
+
Va((g) => ({
|
|
42861
|
+
"16493ca1": v.value
|
|
42862
|
+
}));
|
|
42863
|
+
const l = N(Ft.vue_ui_accordion), r = ie(() => Mt({
|
|
42859
42864
|
userConfig: t.config,
|
|
42860
42865
|
defaultConfig: l.value
|
|
42861
42866
|
})), o = N(t.config.open), a = N(Ct()), n = N(null), s = N(0);
|
|
@@ -42865,7 +42870,8 @@ const sV = ["id"], iV = { class: "vue-ui-accordion-arrow" }, AV = {
|
|
|
42865
42870
|
function A() {
|
|
42866
42871
|
(s.value > 0 || !r.value.open) && (o.value = !o.value), s.value += 1;
|
|
42867
42872
|
}
|
|
42868
|
-
|
|
42873
|
+
const v = ie(() => `${r.value.maxHeight}px`);
|
|
42874
|
+
return (g, b) => (d(), f(Ce, null, [
|
|
42869
42875
|
p("details", {
|
|
42870
42876
|
id: `details_${a.value}`,
|
|
42871
42877
|
ref_key: "details",
|
|
@@ -42878,13 +42884,13 @@ const sV = ["id"], iV = { class: "vue-ui-accordion-arrow" }, AV = {
|
|
|
42878
42884
|
style: H(`background:${r.value.head.backgroundColor};padding:${r.value.head.padding};`)
|
|
42879
42885
|
}, [
|
|
42880
42886
|
p("div", iV, [
|
|
42881
|
-
r.value.head.useArrowSlot ? Me(
|
|
42887
|
+
r.value.head.useArrowSlot ? Me(g.$slots, "arrow", Ze(Cc({ key: 0 }, { backgroundColor: r.value.head.backgroundColor, color: r.value.head.color, iconColor: r.value.head.iconColor, isOpen: o.value })), void 0, !0) : (d(), ze(Al, {
|
|
42882
42888
|
key: 1,
|
|
42883
42889
|
name: "arrowRight",
|
|
42884
42890
|
stroke: r.value.head.iconColor
|
|
42885
42891
|
}, null, 8, ["stroke"]))
|
|
42886
42892
|
]),
|
|
42887
|
-
Me(
|
|
42893
|
+
Me(g.$slots, "title", Ze(tt({ color: r.value.head.color, isOpen: o.value })), void 0, !0)
|
|
42888
42894
|
], 4)
|
|
42889
42895
|
])
|
|
42890
42896
|
], 40, sV),
|
|
@@ -42892,11 +42898,11 @@ const sV = ["id"], iV = { class: "vue-ui-accordion-arrow" }, AV = {
|
|
|
42892
42898
|
class: "vue-ui-accordion-content",
|
|
42893
42899
|
style: H(`background:${r.value.body.backgroundColor};color:${r.value.body.color}`)
|
|
42894
42900
|
}, [
|
|
42895
|
-
Me(
|
|
42901
|
+
Me(g.$slots, "content", Ze(tt({ backgroundColor: r.value.body.backgroundColor, color: r.value.body.color, isOpen: o.value })), void 0, !0)
|
|
42896
42902
|
], 4)
|
|
42897
42903
|
], 64));
|
|
42898
42904
|
}
|
|
42899
|
-
}, uV = /* @__PURE__ */ Ut(AV, [["__scopeId", "data-v-
|
|
42905
|
+
}, uV = /* @__PURE__ */ Ut(AV, [["__scopeId", "data-v-8ea910f6"]]), cV = {
|
|
42900
42906
|
key: 0,
|
|
42901
42907
|
style: { width: "100%", display: "flex", gap: "6px", "align-items": "center", color: "#FF0000" }
|
|
42902
42908
|
}, dV = { style: { width: "36px" } }, gV = {
|