vue-data-ui 1.7.0 → 1.7.2
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.
|
@@ -178,7 +178,7 @@ var zA = (
|
|
|
178
178
|
t.push(n);
|
|
179
179
|
}
|
|
180
180
|
return t;
|
|
181
|
-
},
|
|
181
|
+
}, Rr = function() {
|
|
182
182
|
for (var e = [], t = 0; t < arguments.length; t++)
|
|
183
183
|
e[t] = arguments[t];
|
|
184
184
|
if (String.fromCodePoint)
|
|
@@ -375,7 +375,7 @@ var Hy = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
|
|
|
375
375
|
this.codePoints = t, this.required = r === Mg, this.start = a, this.end = n;
|
|
376
376
|
}
|
|
377
377
|
return e.prototype.slice = function() {
|
|
378
|
-
return
|
|
378
|
+
return Rr.apply(void 0, this.codePoints.slice(this.start, this.end));
|
|
379
379
|
}, e;
|
|
380
380
|
}()
|
|
381
381
|
), rw = function(e, t) {
|
|
@@ -426,17 +426,17 @@ var Hy = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
|
|
|
426
426
|
(e[t] === Vi || e[t] === Jn) && (e[t] === Jn && (r = -1), t++);
|
|
427
427
|
for (var a = []; Nn(e[t]); )
|
|
428
428
|
a.push(e[t++]);
|
|
429
|
-
var n = a.length ? parseInt(
|
|
429
|
+
var n = a.length ? parseInt(Rr.apply(void 0, a), 10) : 0;
|
|
430
430
|
e[t] === gs && t++;
|
|
431
431
|
for (var A = []; Nn(e[t]); )
|
|
432
432
|
A.push(e[t++]);
|
|
433
|
-
var i = A.length, o = i ? parseInt(
|
|
433
|
+
var i = A.length, o = i ? parseInt(Rr.apply(void 0, A), 10) : 0;
|
|
434
434
|
(e[t] === zg || e[t] === Rg) && t++;
|
|
435
435
|
var u = 1;
|
|
436
436
|
(e[t] === Vi || e[t] === Jn) && (e[t] === Jn && (u = -1), t++);
|
|
437
437
|
for (var l = []; Nn(e[t]); )
|
|
438
438
|
l.push(e[t++]);
|
|
439
|
-
var h = l.length ? parseInt(
|
|
439
|
+
var h = l.length ? parseInt(Rr.apply(void 0, l), 10) : 0;
|
|
440
440
|
return r * (n + o * Math.pow(10, -i)) * Math.pow(10, u * h);
|
|
441
441
|
}, zw = {
|
|
442
442
|
type: 2
|
|
@@ -616,7 +616,7 @@ var Hy = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
|
|
|
616
616
|
case hA:
|
|
617
617
|
return R0;
|
|
618
618
|
}
|
|
619
|
-
return Eu(t) ? (this.consumeWhiteSpace(), ox) : Nn(t) ? (this.reconsumeCodePoint(t), this.consumeNumericToken()) : sc(t) ? (this.reconsumeCodePoint(t), this.consumeIdentLikeToken()) : { type: 6, value:
|
|
619
|
+
return Eu(t) ? (this.consumeWhiteSpace(), ox) : Nn(t) ? (this.reconsumeCodePoint(t), this.consumeNumericToken()) : sc(t) ? (this.reconsumeCodePoint(t), this.consumeIdentLikeToken()) : { type: 6, value: Rr(t) };
|
|
620
620
|
}, e.prototype.consumeCodePoint = function() {
|
|
621
621
|
var t = this._value.shift();
|
|
622
622
|
return typeof t > "u" ? -1 : t;
|
|
@@ -630,19 +630,19 @@ var Hy = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
|
|
|
630
630
|
for (var a = !1; r === Su && t.length < 6; )
|
|
631
631
|
t.push(r), r = this.consumeCodePoint(), a = !0;
|
|
632
632
|
if (a) {
|
|
633
|
-
var n = parseInt(
|
|
633
|
+
var n = parseInt(Rr.apply(void 0, t.map(function(u) {
|
|
634
634
|
return u === Su ? Pg : u;
|
|
635
|
-
})), 16), A = parseInt(
|
|
635
|
+
})), 16), A = parseInt(Rr.apply(void 0, t.map(function(u) {
|
|
636
636
|
return u === Su ? Kg : u;
|
|
637
637
|
})), 16);
|
|
638
638
|
return { type: 30, start: n, end: A };
|
|
639
639
|
}
|
|
640
|
-
var i = parseInt(
|
|
640
|
+
var i = parseInt(Rr.apply(void 0, t), 16);
|
|
641
641
|
if (this.peekCodePoint(0) === Jn && Eo(this.peekCodePoint(1))) {
|
|
642
642
|
this.consumeCodePoint(), r = this.consumeCodePoint();
|
|
643
643
|
for (var o = []; Eo(r) && o.length < 6; )
|
|
644
644
|
o.push(r), r = this.consumeCodePoint();
|
|
645
|
-
var A = parseInt(
|
|
645
|
+
var A = parseInt(Rr.apply(void 0, o), 16);
|
|
646
646
|
return { type: 30, start: i, end: A };
|
|
647
647
|
} else
|
|
648
648
|
return { type: 30, start: i, end: i };
|
|
@@ -661,9 +661,9 @@ var Hy = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
|
|
|
661
661
|
for (; ; ) {
|
|
662
662
|
var n = this.consumeCodePoint();
|
|
663
663
|
if (n === hA || n === Kl)
|
|
664
|
-
return { type: 22, value:
|
|
664
|
+
return { type: 22, value: Rr.apply(void 0, t) };
|
|
665
665
|
if (Eu(n))
|
|
666
|
-
return this.consumeWhiteSpace(), this.peekCodePoint(0) === hA || this.peekCodePoint(0) === Kl ? (this.consumeCodePoint(), { type: 22, value:
|
|
666
|
+
return this.consumeWhiteSpace(), this.peekCodePoint(0) === hA || this.peekCodePoint(0) === Kl ? (this.consumeCodePoint(), { type: 22, value: Rr.apply(void 0, t) }) : (this.consumeBadUrlRemnants(), Lu);
|
|
667
667
|
if (n === _u || n === Fu || n === ku || Rw(n))
|
|
668
668
|
return this.consumeBadUrlRemnants(), Lu;
|
|
669
669
|
if (n === rs)
|
|
@@ -687,7 +687,7 @@ var Hy = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
|
|
|
687
687
|
}, e.prototype.consumeStringSlice = function(t) {
|
|
688
688
|
for (var r = 5e4, a = ""; t > 0; ) {
|
|
689
689
|
var n = Math.min(r, t);
|
|
690
|
-
a +=
|
|
690
|
+
a += Rr.apply(void 0, this._value.splice(0, n)), t -= n;
|
|
691
691
|
}
|
|
692
692
|
return this._value.shift(), a;
|
|
693
693
|
}, e.prototype.consumeStringToken = function(t) {
|
|
@@ -700,7 +700,7 @@ var Hy = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
|
|
|
700
700
|
return this._value.splice(0, a), ex;
|
|
701
701
|
if (n === rs) {
|
|
702
702
|
var A = this._value[a + 1];
|
|
703
|
-
A !== hA && A !== void 0 && (A === lc ? (r += this.consumeStringSlice(a), a = -1, this._value.shift()) : gi(n, A) && (r += this.consumeStringSlice(a), r +=
|
|
703
|
+
A !== hA && A !== void 0 && (A === lc ? (r += this.consumeStringSlice(a), a = -1, this._value.shift()) : gi(n, A) && (r += this.consumeStringSlice(a), r += Rr(this.consumeEscapedCodePoint()), a = -1));
|
|
704
704
|
}
|
|
705
705
|
a++;
|
|
706
706
|
} while (!0);
|
|
@@ -729,8 +729,8 @@ var Hy = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
|
|
|
729
729
|
}, e.prototype.consumeEscapedCodePoint = function() {
|
|
730
730
|
var t = this.consumeCodePoint();
|
|
731
731
|
if (Eo(t)) {
|
|
732
|
-
for (var r =
|
|
733
|
-
r +=
|
|
732
|
+
for (var r = Rr(t); Eo(this.peekCodePoint(0)) && r.length < 6; )
|
|
733
|
+
r += Rr(this.consumeCodePoint());
|
|
734
734
|
Eu(this.peekCodePoint(0)) && this.consumeCodePoint();
|
|
735
735
|
var a = parseInt(r, 16);
|
|
736
736
|
return a === 0 || Dw(a) || a > 1114111 ? Hd : a;
|
|
@@ -740,9 +740,9 @@ var Hy = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
|
|
|
740
740
|
for (var t = ""; ; ) {
|
|
741
741
|
var r = this.consumeCodePoint();
|
|
742
742
|
if (Rd(r))
|
|
743
|
-
t +=
|
|
743
|
+
t += Rr(r);
|
|
744
744
|
else if (gi(r, this.peekCodePoint(0)))
|
|
745
|
-
t +=
|
|
745
|
+
t += Rr(this.consumeEscapedCodePoint());
|
|
746
746
|
else
|
|
747
747
|
return this.reconsumeCodePoint(r), t;
|
|
748
748
|
}
|
|
@@ -2683,7 +2683,7 @@ var sm = 1, e0 = 2, t0 = 3, e1 = 4, t1 = 5, um = 7, r1 = 8, r0 = 9, n0 = 10, n1
|
|
|
2683
2683
|
var r = e.createRange();
|
|
2684
2684
|
t.innerHTML = typeof "".repeat == "function" ? "👨".repeat(10) : "";
|
|
2685
2685
|
var a = t.firstChild, n = Pc(a.data).map(function(u) {
|
|
2686
|
-
return
|
|
2686
|
+
return Rr(u);
|
|
2687
2687
|
}), A = 0, i = {}, o = n.every(function(u, l) {
|
|
2688
2688
|
r.setStart(a, A), r.setEnd(a, A + u.length);
|
|
2689
2689
|
var h = r.getBoundingClientRect();
|
|
@@ -2849,7 +2849,7 @@ var sm = 1, e0 = 2, t0 = 3, e1 = 4, t1 = 5, um = 7, r1 = 8, r0 = 9, n0 = 10, n1
|
|
|
2849
2849
|
if (n.value) {
|
|
2850
2850
|
var i = n.value.slice(), o = Pc(i), u = "";
|
|
2851
2851
|
o.forEach(function(l) {
|
|
2852
|
-
Sm.indexOf(l) === -1 ? u +=
|
|
2852
|
+
Sm.indexOf(l) === -1 ? u += Rr(l) : (u.length && a.push(u), a.push(Rr(l)), u = "");
|
|
2853
2853
|
}), u.length && a.push(u);
|
|
2854
2854
|
}
|
|
2855
2855
|
}; !(n = r.next()).done; )
|
|
@@ -3349,10 +3349,10 @@ var sm = 1, e0 = 2, t0 = 3, e1 = 4, t1 = 5, um = 7, r1 = 8, r0 = 9, n0 = 10, n1
|
|
|
3349
3349
|
r || e--, n = a(e) + n, e /= t;
|
|
3350
3350
|
while (e * t >= t);
|
|
3351
3351
|
return n;
|
|
3352
|
-
},
|
|
3352
|
+
}, Hr = function(e, t, r, a, n) {
|
|
3353
3353
|
var A = r - t + 1;
|
|
3354
3354
|
return (e < 0 ? "-" : "") + (Fv(Math.abs(e), A, a, function(i) {
|
|
3355
|
-
return
|
|
3355
|
+
return Rr(Math.floor(i % A) + t);
|
|
3356
3356
|
}) + n);
|
|
3357
3357
|
}, Pi = function(e, t, r) {
|
|
3358
3358
|
r === void 0 && (r = ". ");
|
|
@@ -3381,7 +3381,7 @@ var sm = 1, e0 = 2, t0 = 3, e1 = 4, t1 = 5, um = 7, r1 = 8, r0 = 9, n0 = 10, n1
|
|
|
3381
3381
|
case 2:
|
|
3382
3382
|
return "◾" + i;
|
|
3383
3383
|
case 5:
|
|
3384
|
-
var o =
|
|
3384
|
+
var o = Hr(e, 48, 57, !0, a);
|
|
3385
3385
|
return o.length < 4 ? "0" + o : o;
|
|
3386
3386
|
case 4:
|
|
3387
3387
|
return Pi(e, "〇一二三四五六七八九", n);
|
|
@@ -3390,23 +3390,23 @@ var sm = 1, e0 = 2, t0 = 3, e1 = 4, t1 = 5, um = 7, r1 = 8, r0 = 9, n0 = 10, n1
|
|
|
3390
3390
|
case 7:
|
|
3391
3391
|
return To(e, 1, 3999, d1, 3, a);
|
|
3392
3392
|
case 8:
|
|
3393
|
-
return
|
|
3393
|
+
return Hr(e, 945, 969, !1, a);
|
|
3394
3394
|
case 9:
|
|
3395
|
-
return
|
|
3395
|
+
return Hr(e, 97, 122, !1, a);
|
|
3396
3396
|
case 10:
|
|
3397
|
-
return
|
|
3397
|
+
return Hr(e, 65, 90, !1, a);
|
|
3398
3398
|
case 11:
|
|
3399
|
-
return
|
|
3399
|
+
return Hr(e, 1632, 1641, !0, a);
|
|
3400
3400
|
case 12:
|
|
3401
3401
|
case 49:
|
|
3402
3402
|
return To(e, 1, 9999, g1, 3, a);
|
|
3403
3403
|
case 35:
|
|
3404
3404
|
return To(e, 1, 9999, g1, 3, a).toLowerCase();
|
|
3405
3405
|
case 13:
|
|
3406
|
-
return
|
|
3406
|
+
return Hr(e, 2534, 2543, !0, a);
|
|
3407
3407
|
case 14:
|
|
3408
3408
|
case 30:
|
|
3409
|
-
return
|
|
3409
|
+
return Hr(e, 6112, 6121, !0, a);
|
|
3410
3410
|
case 15:
|
|
3411
3411
|
return Pi(e, "子丑寅卯辰巳午未申酉戌亥", n);
|
|
3412
3412
|
case 16:
|
|
@@ -3431,13 +3431,13 @@ var sm = 1, e0 = 2, t0 = 3, e1 = 4, t1 = 5, um = 7, r1 = 8, r0 = 9, n0 = 10, n1
|
|
|
3431
3431
|
case 32:
|
|
3432
3432
|
return DA(e, "零壹貳參四五六七八九", "拾百千", i0, A, Ho | fi | di);
|
|
3433
3433
|
case 18:
|
|
3434
|
-
return
|
|
3434
|
+
return Hr(e, 2406, 2415, !0, a);
|
|
3435
3435
|
case 20:
|
|
3436
3436
|
return To(e, 1, 19999, Xm, 3, a);
|
|
3437
3437
|
case 21:
|
|
3438
|
-
return
|
|
3438
|
+
return Hr(e, 2790, 2799, !0, a);
|
|
3439
3439
|
case 22:
|
|
3440
|
-
return
|
|
3440
|
+
return Hr(e, 2662, 2671, !0, a);
|
|
3441
3441
|
case 22:
|
|
3442
3442
|
return To(e, 1, 10999, jm, 3, a);
|
|
3443
3443
|
case 23:
|
|
@@ -3445,32 +3445,32 @@ var sm = 1, e0 = 2, t0 = 3, e1 = 4, t1 = 5, um = 7, r1 = 8, r0 = 9, n0 = 10, n1
|
|
|
3445
3445
|
case 24:
|
|
3446
3446
|
return Pi(e, "いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせす");
|
|
3447
3447
|
case 27:
|
|
3448
|
-
return
|
|
3448
|
+
return Hr(e, 3302, 3311, !0, a);
|
|
3449
3449
|
case 28:
|
|
3450
3450
|
return Pi(e, "アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヰヱヲン", n);
|
|
3451
3451
|
case 29:
|
|
3452
3452
|
return Pi(e, "イロハニホヘトチリヌルヲワカヨタレソツネナラムウヰノオクヤマケフコエテアサキユメミシヱヒモセス", n);
|
|
3453
3453
|
case 34:
|
|
3454
|
-
return
|
|
3454
|
+
return Hr(e, 3792, 3801, !0, a);
|
|
3455
3455
|
case 37:
|
|
3456
|
-
return
|
|
3456
|
+
return Hr(e, 6160, 6169, !0, a);
|
|
3457
3457
|
case 38:
|
|
3458
|
-
return
|
|
3458
|
+
return Hr(e, 4160, 4169, !0, a);
|
|
3459
3459
|
case 39:
|
|
3460
|
-
return
|
|
3460
|
+
return Hr(e, 2918, 2927, !0, a);
|
|
3461
3461
|
case 40:
|
|
3462
|
-
return
|
|
3462
|
+
return Hr(e, 1776, 1785, !0, a);
|
|
3463
3463
|
case 43:
|
|
3464
|
-
return
|
|
3464
|
+
return Hr(e, 3046, 3055, !0, a);
|
|
3465
3465
|
case 44:
|
|
3466
|
-
return
|
|
3466
|
+
return Hr(e, 3174, 3183, !0, a);
|
|
3467
3467
|
case 45:
|
|
3468
|
-
return
|
|
3468
|
+
return Hr(e, 3664, 3673, !0, a);
|
|
3469
3469
|
case 46:
|
|
3470
|
-
return
|
|
3470
|
+
return Hr(e, 3872, 3881, !0, a);
|
|
3471
3471
|
case 3:
|
|
3472
3472
|
default:
|
|
3473
|
-
return
|
|
3473
|
+
return Hr(e, 48, 57, !0, a);
|
|
3474
3474
|
}
|
|
3475
3475
|
}, kv = "data-html2canvas-ignore", w1 = (
|
|
3476
3476
|
/** @class */
|
|
@@ -5968,7 +5968,7 @@ function kt(e) {
|
|
|
5968
5968
|
M("endTilingPattern()"), V.stream = Ce[_].join(`
|
|
5969
5969
|
`), kn(C, V), qt.publish("endTilingPattern", V), ba.pop().restore();
|
|
5970
5970
|
};
|
|
5971
|
-
var
|
|
5971
|
+
var Mr = s.__private__.newObject = function() {
|
|
5972
5972
|
var C = Er();
|
|
5973
5973
|
return X(C, !0), C;
|
|
5974
5974
|
}, Er = s.__private__.newObjectDeferred = function() {
|
|
@@ -6091,12 +6091,12 @@ Q`), X(Ee, !0), Pe({ data: Re, filters: Le(), objectId: Ee }), we("endobj"), xe;
|
|
|
6091
6091
|
xe += ye[V] + " 0 R ";
|
|
6092
6092
|
we(xe + "]"), we("/Count " + gr), we(">>"), we("endobj"), qt.publish("postPutPages");
|
|
6093
6093
|
}, De = function(C) {
|
|
6094
|
-
qt.publish("putFont", { font: C, out: we, newObject:
|
|
6094
|
+
qt.publish("putFont", { font: C, out: we, newObject: Mr, putStream: Pe }), C.isAlreadyPutted !== !0 && (C.objectNumber = Mr(), we("<<"), we("/Type /Font"), we("/BaseFont /" + zo(C.postScriptName)), we("/Subtype /Type1"), typeof C.encoding == "string" && we("/Encoding /" + C.encoding), we("/FirstChar 32"), we("/LastChar 255"), we(">>"), we("endobj"));
|
|
6095
6095
|
}, Ye = function() {
|
|
6096
6096
|
for (var C in tr)
|
|
6097
6097
|
tr.hasOwnProperty(C) && (d === !1 || d === !0 && y.hasOwnProperty(C)) && De(tr[C]);
|
|
6098
6098
|
}, nt = function(C) {
|
|
6099
|
-
C.objectNumber =
|
|
6099
|
+
C.objectNumber = Mr();
|
|
6100
6100
|
var V = [];
|
|
6101
6101
|
V.push({ key: "Type", value: "/XObject" }), V.push({ key: "Subtype", value: "/Form" }), V.push({ key: "BBox", value: "[" + [O(C.x), O(C.y), O(C.x + C.width), O(C.y + C.height)].join(" ") + "]" }), V.push({ key: "Matrix", value: "[" + C.matrix.toString() + "]" });
|
|
6102
6102
|
var ye = C.pages[1].join(`
|
|
@@ -6126,12 +6126,12 @@ Q`), X(Ee, !0), Pe({ data: Re, filters: Le(), objectId: Ee }), we("endobj"), xe;
|
|
|
6126
6126
|
return gt.trim();
|
|
6127
6127
|
}, ct = function(C, V) {
|
|
6128
6128
|
V || (V = 21);
|
|
6129
|
-
var ye =
|
|
6130
|
-
Ee.push({ key: "FunctionType", value: "0" }), Ee.push({ key: "Domain", value: "[0.0 1.0]" }), Ee.push({ key: "Size", value: "[" + V + "]" }), Ee.push({ key: "BitsPerSample", value: "8" }), Ee.push({ key: "Range", value: "[0.0 1.0 0.0 1.0 0.0 1.0]" }), Ee.push({ key: "Decode", value: "[0.0 1.0 0.0 1.0 0.0 1.0]" }), Pe({ data: xe, additionalKeyValues: Ee, alreadyAppliedFilters: ["/ASCIIHexDecode"], objectId: ye }), we("endobj"), C.objectNumber =
|
|
6129
|
+
var ye = Mr(), xe = et(C.colors, V), Ee = [];
|
|
6130
|
+
Ee.push({ key: "FunctionType", value: "0" }), Ee.push({ key: "Domain", value: "[0.0 1.0]" }), Ee.push({ key: "Size", value: "[" + V + "]" }), Ee.push({ key: "BitsPerSample", value: "8" }), Ee.push({ key: "Range", value: "[0.0 1.0 0.0 1.0 0.0 1.0]" }), Ee.push({ key: "Decode", value: "[0.0 1.0 0.0 1.0 0.0 1.0]" }), Pe({ data: xe, additionalKeyValues: Ee, alreadyAppliedFilters: ["/ASCIIHexDecode"], objectId: ye }), we("endobj"), C.objectNumber = Mr(), we("<< /ShadingType " + C.type), we("/ColorSpace /DeviceRGB");
|
|
6131
6131
|
var Re = "/Coords [" + O(parseFloat(C.coords[0])) + " " + O(parseFloat(C.coords[1])) + " ";
|
|
6132
6132
|
C.type === 2 ? Re += O(parseFloat(C.coords[2])) + " " + O(parseFloat(C.coords[3])) : Re += O(parseFloat(C.coords[2])) + " " + O(parseFloat(C.coords[3])) + " " + O(parseFloat(C.coords[4])) + " " + O(parseFloat(C.coords[5])), we(Re += "]"), C.matrix && we("/Matrix [" + C.matrix.toString() + "]"), we("/Function " + ye + " 0 R"), we("/Extend [true true]"), we(">>"), we("endobj");
|
|
6133
6133
|
}, Tt = function(C, V) {
|
|
6134
|
-
var ye = Er(), xe =
|
|
6134
|
+
var ye = Er(), xe = Mr();
|
|
6135
6135
|
V.push({ resourcesOid: ye, objectOid: xe }), C.objectNumber = xe;
|
|
6136
6136
|
var Ee = [];
|
|
6137
6137
|
Ee.push({ key: "Type", value: "/Pattern" }), Ee.push({ key: "PatternType", value: "1" }), Ee.push({ key: "PaintType", value: "1" }), Ee.push({ key: "TilingType", value: "1" }), Ee.push({ key: "BBox", value: "[" + C.boundingBox.map(O).join(" ") + "]" }), Ee.push({ key: "XStep", value: O(C.xStep) }), Ee.push({ key: "YStep", value: O(C.yStep) }), Ee.push({ key: "Resources", value: ye + " 0 R" }), C.matrix && Ee.push({ key: "Matrix", value: "[" + C.matrix.toString() + "]" }), Pe({ data: C.stream, additionalKeyValues: Ee, objectId: C.objectNumber }), we("endobj");
|
|
@@ -6140,7 +6140,7 @@ Q`), X(Ee, !0), Pe({ data: Re, filters: Le(), objectId: Ee }), we("endobj"), xe;
|
|
|
6140
6140
|
for (V in jt)
|
|
6141
6141
|
jt.hasOwnProperty(V) && (jt[V] instanceof $i ? ct(jt[V]) : jt[V] instanceof Go && Tt(jt[V], C));
|
|
6142
6142
|
}, cr = function(C) {
|
|
6143
|
-
for (var V in C.objectNumber =
|
|
6143
|
+
for (var V in C.objectNumber = Mr(), we("<<"), C)
|
|
6144
6144
|
switch (V) {
|
|
6145
6145
|
case "opacity":
|
|
6146
6146
|
we("/ca " + Ae(C[V]));
|
|
@@ -6158,7 +6158,7 @@ Q`), X(Ee, !0), Pe({ data: Re, filters: Le(), objectId: Ee }), we("endobj"), xe;
|
|
|
6158
6158
|
rn.hasOwnProperty(C) && rn[C].objectNumber >= 0 && we("/" + C + " " + rn[C].objectNumber + " 0 R");
|
|
6159
6159
|
qt.publish("putXobjectDict"), we(">>");
|
|
6160
6160
|
}, CA = function() {
|
|
6161
|
-
Sn.oid =
|
|
6161
|
+
Sn.oid = Mr(), we("<<"), we("/Filter /Standard"), we("/V " + Sn.v), we("/R " + Sn.r), we("/U <" + Sn.toHexString(Sn.U) + ">"), we("/O <" + Sn.toHexString(Sn.O) + ">"), we("/P " + Sn.P), we(">>"), we("endobj");
|
|
6162
6162
|
}, oA = function() {
|
|
6163
6163
|
for (var C in we("/Font <<"), tr)
|
|
6164
6164
|
tr.hasOwnProperty(C) && (d === !1 || d === !0 && y.hasOwnProperty(C)) && we("/" + C + " " + tr[C].objectNumber + " 0 R");
|
|
@@ -6182,11 +6182,11 @@ Q`), X(Ee, !0), Pe({ data: Re, filters: Le(), objectId: Ee }), we("endobj"), xe;
|
|
|
6182
6182
|
mr.hasOwnProperty(C) && mr[C].objectNumber >= 0 && we("/" + C + " " + mr[C].objectNumber + " 0 R");
|
|
6183
6183
|
qt.publish("putGStateDict"), we(">>");
|
|
6184
6184
|
}
|
|
6185
|
-
},
|
|
6185
|
+
}, Or = function(C) {
|
|
6186
6186
|
X(C.resourcesOid, !0), we("<<"), we("/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]"), oA(), Da(), lA(C.objectOid), ia(), Na(), we(">>"), we("endobj");
|
|
6187
6187
|
}, Qs = function() {
|
|
6188
6188
|
var C = [];
|
|
6189
|
-
Ye(), Gr(), ht(), rr(C), qt.publish("putResources"), C.forEach(
|
|
6189
|
+
Ye(), Gr(), ht(), rr(C), qt.publish("putResources"), C.forEach(Or), Or({ resourcesOid: ce, objectOid: Number.MAX_SAFE_INTEGER }), qt.publish("postPutResources");
|
|
6190
6190
|
}, Is = function() {
|
|
6191
6191
|
qt.publish("putAdditionalObjects");
|
|
6192
6192
|
for (var C = 0; C < te.length; C++) {
|
|
@@ -6262,7 +6262,7 @@ Q`), X(Ee, !0), Pe({ data: Re, filters: Le(), objectId: Ee }), we("endobj"), xe;
|
|
|
6262
6262
|
var xe, Ee = void 0;
|
|
6263
6263
|
return ye = ye || {}, C = C !== void 0 ? C : tr[Pt].fontName, V = V !== void 0 ? V : tr[Pt].fontStyle, xe = C.toLowerCase(), yr[xe] !== void 0 && yr[xe][V] !== void 0 ? Ee = yr[xe][V] : yr[C] !== void 0 && yr[C][V] !== void 0 ? Ee = yr[C][V] : ye.disableWarning === !1 && pr.warn("Unable to look up font label for font '" + C + "', '" + V + "'. Refer to getFontList() for available fonts."), Ee || ye.noFallback || (Ee = yr.times[V]) == null && (Ee = yr.times.normal), Ee;
|
|
6264
6264
|
}, sh = s.__private__.putInfo = function() {
|
|
6265
|
-
var C =
|
|
6265
|
+
var C = Mr(), V = function(xe) {
|
|
6266
6266
|
return xe;
|
|
6267
6267
|
};
|
|
6268
6268
|
for (var ye in h !== null && (V = Sn.encryptor(C, 0)), we("<<"), we("/Producer (" + Wn(V("jsPDF " + kt.version)) + ")"), St)
|
|
@@ -6270,7 +6270,7 @@ Q`), X(Ee, !0), Pe({ data: Re, filters: Le(), objectId: Ee }), we("endobj"), xe;
|
|
|
6270
6270
|
we("/CreationDate (" + Wn(V(ne)) + ")"), we(">>"), we("endobj");
|
|
6271
6271
|
}, dl = s.__private__.putCatalog = function(C) {
|
|
6272
6272
|
var V = (C = C || {}).rootDictionaryObjId || se;
|
|
6273
|
-
switch (
|
|
6273
|
+
switch (Mr(), we("<<"), we("/Type /Catalog"), we("/Pages " + V + " 0 R"), it || (it = "fullwidth"), it) {
|
|
6274
6274
|
case "fullwidth":
|
|
6275
6275
|
we("/OpenAction [3 0 R /FitH null]");
|
|
6276
6276
|
break;
|
|
@@ -6466,20 +6466,20 @@ Q`), X(Ee, !0), Pe({ data: Re, filters: Le(), objectId: Ee }), we("endobj"), xe;
|
|
|
6466
6466
|
return wr = wr.split(" ").join(Array(xe.TabLen || 9).join(" ")), Wn(wr, Wt);
|
|
6467
6467
|
}
|
|
6468
6468
|
function _l(wr) {
|
|
6469
|
-
for (var xr,
|
|
6470
|
-
typeof (xr =
|
|
6469
|
+
for (var xr, Pr = wr.concat(), nn = [], LA = Pr.length; LA--; )
|
|
6470
|
+
typeof (xr = Pr.shift()) == "string" ? nn.push(xr) : Array.isArray(wr) && (xr.length === 1 || xr[1] === void 0 && xr[2] === void 0) ? nn.push(xr[0]) : nn.push([xr[0], xr[1], xr[2]]);
|
|
6471
6471
|
return nn;
|
|
6472
6472
|
}
|
|
6473
6473
|
function Fl(wr, xr) {
|
|
6474
|
-
var
|
|
6474
|
+
var Pr;
|
|
6475
6475
|
if (typeof wr == "string")
|
|
6476
|
-
|
|
6476
|
+
Pr = xr(wr)[0];
|
|
6477
6477
|
else if (Array.isArray(wr)) {
|
|
6478
6478
|
for (var nn, LA, ri = wr.concat(), mo = [], Ys = ri.length; Ys--; )
|
|
6479
6479
|
typeof (nn = ri.shift()) == "string" ? mo.push(xr(nn)[0]) : Array.isArray(nn) && typeof nn[0] == "string" && (LA = xr(nn[0], nn[1], nn[2]), mo.push([LA[0], LA[1], LA[2]]));
|
|
6480
|
-
|
|
6480
|
+
Pr = mo;
|
|
6481
6481
|
}
|
|
6482
|
-
return
|
|
6482
|
+
return Pr;
|
|
6483
6483
|
}
|
|
6484
6484
|
var fo = !1, kl = !0;
|
|
6485
6485
|
if (typeof C == "string")
|
|
@@ -6589,16 +6589,16 @@ Q`), X(Ee, !0), Pe({ data: Re, filters: Le(), objectId: Ee }), we("endobj"), xe;
|
|
|
6589
6589
|
}
|
|
6590
6590
|
}
|
|
6591
6591
|
var xo = typeof xe.R2L == "boolean" ? xe.R2L : bt;
|
|
6592
|
-
xo === !0 && (C = Fl(C, function(wr, xr,
|
|
6593
|
-
return [wr.split("").reverse().join(""), xr,
|
|
6592
|
+
xo === !0 && (C = Fl(C, function(wr, xr, Pr) {
|
|
6593
|
+
return [wr.split("").reverse().join(""), xr, Pr];
|
|
6594
6594
|
})), Re = { text: C, x: V, y: ye, options: xe, mutex: { pdfEscape: Wn, activeFontKey: Pt, fonts: tr, activeFontSize: tt } }, qt.publish("postProcessText", Re), C = Re.text, Pa = Re.mutex.isHex || !1;
|
|
6595
6595
|
var Ul = tr[Pt].encoding;
|
|
6596
|
-
Ul !== "WinAnsiEncoding" && Ul !== "StandardEncoding" || (C = Fl(C, function(wr, xr,
|
|
6597
|
-
return [Xs(wr), xr,
|
|
6596
|
+
Ul !== "WinAnsiEncoding" && Ul !== "StandardEncoding" || (C = Fl(C, function(wr, xr, Pr) {
|
|
6597
|
+
return [Xs(wr), xr, Pr];
|
|
6598
6598
|
})), Ze = _l(C), C = [];
|
|
6599
|
-
for (var ei, za, EA, Di = 0, bo = 1, Mi = Array.isArray(Ze[0]) ? bo : Di, ti = "", Ql = function(wr, xr,
|
|
6599
|
+
for (var ei, za, EA, Di = 0, bo = 1, Mi = Array.isArray(Ze[0]) ? bo : Di, ti = "", Ql = function(wr, xr, Pr) {
|
|
6600
6600
|
var nn = "";
|
|
6601
|
-
return
|
|
6601
|
+
return Pr instanceof Ct ? (Pr = typeof xe.angle == "number" ? Aa(Pr, new Ct(1, 0, 0, 1, wr, xr)) : Aa(new Ct(1, 0, 0, 1, wr, xr), Pr), D === E.ADVANCED && (Pr = Aa(new Ct(1, 0, 0, -1, 0, 0), Pr)), nn = Pr.join(" ") + ` Tm
|
|
6602
6602
|
`) : nn = O(wr) + " " + O(xr) + ` Td
|
|
6603
6603
|
`, nn;
|
|
6604
6604
|
}, Ba = 0; Ba < Ze.length; Ba++) {
|
|
@@ -6974,7 +6974,7 @@ T* `) : C.join(` Tj
|
|
|
6974
6974
|
}, Cl = s.setPageHeight = function(C, V) {
|
|
6975
6975
|
Ut[C].mediaBox.topRightY = V * ut + Ut[C].mediaBox.bottomLeftY;
|
|
6976
6976
|
};
|
|
6977
|
-
return s.internal = { pdfEscape: Wn, getStyle: Rs, getFont: wh, getFontSize: lt, getCharSpace: mh, getTextColor: bh, getLineHeight: Ks, getLineHeightFactor: Gs, getLineWidth: so, write: We, getHorizontalCoordinate: FA, getVerticalCoordinate: XA, getCoordinateString: xh, getVerticalCoordinateString: qA, collections: {}, newObject:
|
|
6977
|
+
return s.internal = { pdfEscape: Wn, getStyle: Rs, getFont: wh, getFontSize: lt, getCharSpace: mh, getTextColor: bh, getLineHeight: Ks, getLineHeightFactor: Gs, getLineWidth: so, write: We, getHorizontalCoordinate: FA, getVerticalCoordinate: XA, getCoordinateString: xh, getVerticalCoordinateString: qA, collections: {}, newObject: Mr, newAdditionalObject: ve, newObjectDeferred: Er, newObjectDeferredBegin: X, getFilters: Le, putStream: Pe, events: qt, scaleFactor: ut, pageSize: { getWidth: function() {
|
|
6978
6978
|
return Ni(_);
|
|
6979
6979
|
}, setWidth: function(C) {
|
|
6980
6980
|
Bl(_, C);
|
|
@@ -7053,15 +7053,15 @@ var ra = function(e, t) {
|
|
|
7053
7053
|
if (isNaN(e) || isNaN(t))
|
|
7054
7054
|
throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.getBit");
|
|
7055
7055
|
return e & 1 << t ? 1 : 0;
|
|
7056
|
-
},
|
|
7056
|
+
}, $r = Ur.__acroform__.getBitForPdf = function(e, t) {
|
|
7057
7057
|
if (isNaN(e) || isNaN(t))
|
|
7058
7058
|
throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.getBitForPdf");
|
|
7059
7059
|
return fB(e, t - 1);
|
|
7060
|
-
},
|
|
7060
|
+
}, zr = Ur.__acroform__.setBitForPdf = function(e, t) {
|
|
7061
7061
|
if (isNaN(e) || isNaN(t))
|
|
7062
7062
|
throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.setBitForPdf");
|
|
7063
7063
|
return cB(e, t - 1);
|
|
7064
|
-
},
|
|
7064
|
+
}, Kr = Ur.__acroform__.clearBitForPdf = function(e, t) {
|
|
7065
7065
|
if (isNaN(e) || isNaN(t))
|
|
7066
7066
|
throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.clearBitForPdf");
|
|
7067
7067
|
return hB(e, t - 1);
|
|
@@ -7332,9 +7332,9 @@ var rA = function e() {
|
|
|
7332
7332
|
throw new Error('Invalid value "' + k + '" for attribute F supplied.');
|
|
7333
7333
|
t = k;
|
|
7334
7334
|
} }), Object.defineProperty(this, "showWhenPrinted", { enumerable: !0, configurable: !0, get: function() {
|
|
7335
|
-
return
|
|
7335
|
+
return !!$r(t, 3);
|
|
7336
7336
|
}, set: function(k) {
|
|
7337
|
-
k ? this.F =
|
|
7337
|
+
k ? this.F = zr(t, 3) : this.F = Kr(t, 3);
|
|
7338
7338
|
} });
|
|
7339
7339
|
var r = 0;
|
|
7340
7340
|
Object.defineProperty(this, "Ff", { enumerable: !1, configurable: !1, get: function() {
|
|
@@ -7481,17 +7481,17 @@ var rA = function e() {
|
|
|
7481
7481
|
}, set: function(k) {
|
|
7482
7482
|
v = k;
|
|
7483
7483
|
} }), Object.defineProperty(this, "readOnly", { enumerable: !0, configurable: !0, get: function() {
|
|
7484
|
-
return
|
|
7484
|
+
return !!$r(this.Ff, 1);
|
|
7485
7485
|
}, set: function(k) {
|
|
7486
|
-
k ? this.Ff =
|
|
7486
|
+
k ? this.Ff = zr(this.Ff, 1) : this.Ff = Kr(this.Ff, 1);
|
|
7487
7487
|
} }), Object.defineProperty(this, "required", { enumerable: !0, configurable: !0, get: function() {
|
|
7488
|
-
return
|
|
7488
|
+
return !!$r(this.Ff, 2);
|
|
7489
7489
|
}, set: function(k) {
|
|
7490
|
-
k ? this.Ff =
|
|
7490
|
+
k ? this.Ff = zr(this.Ff, 2) : this.Ff = Kr(this.Ff, 2);
|
|
7491
7491
|
} }), Object.defineProperty(this, "noExport", { enumerable: !0, configurable: !0, get: function() {
|
|
7492
|
-
return
|
|
7492
|
+
return !!$r(this.Ff, 3);
|
|
7493
7493
|
}, set: function(k) {
|
|
7494
|
-
k ? this.Ff =
|
|
7494
|
+
k ? this.Ff = zr(this.Ff, 3) : this.Ff = Kr(this.Ff, 3);
|
|
7495
7495
|
} });
|
|
7496
7496
|
var g = null;
|
|
7497
7497
|
Object.defineProperty(this, "Q", { enumerable: !0, configurable: !1, get: function() {
|
|
@@ -7566,29 +7566,29 @@ var Xo = function() {
|
|
|
7566
7566
|
for (a = a || !1, r = (r = r || "").toString(); t.indexOf(r) !== -1 && (t.splice(t.indexOf(r), 1), a !== !1); )
|
|
7567
7567
|
;
|
|
7568
7568
|
}, Object.defineProperty(this, "combo", { enumerable: !0, configurable: !0, get: function() {
|
|
7569
|
-
return
|
|
7569
|
+
return !!$r(this.Ff, 18);
|
|
7570
7570
|
}, set: function(r) {
|
|
7571
|
-
r ? this.Ff =
|
|
7571
|
+
r ? this.Ff = zr(this.Ff, 18) : this.Ff = Kr(this.Ff, 18);
|
|
7572
7572
|
} }), Object.defineProperty(this, "edit", { enumerable: !0, configurable: !0, get: function() {
|
|
7573
|
-
return
|
|
7573
|
+
return !!$r(this.Ff, 19);
|
|
7574
7574
|
}, set: function(r) {
|
|
7575
|
-
this.combo === !0 && (r ? this.Ff =
|
|
7575
|
+
this.combo === !0 && (r ? this.Ff = zr(this.Ff, 19) : this.Ff = Kr(this.Ff, 19));
|
|
7576
7576
|
} }), Object.defineProperty(this, "sort", { enumerable: !0, configurable: !0, get: function() {
|
|
7577
|
-
return
|
|
7577
|
+
return !!$r(this.Ff, 20);
|
|
7578
7578
|
}, set: function(r) {
|
|
7579
|
-
r ? (this.Ff =
|
|
7579
|
+
r ? (this.Ff = zr(this.Ff, 20), t.sort()) : this.Ff = Kr(this.Ff, 20);
|
|
7580
7580
|
} }), Object.defineProperty(this, "multiSelect", { enumerable: !0, configurable: !0, get: function() {
|
|
7581
|
-
return
|
|
7581
|
+
return !!$r(this.Ff, 22);
|
|
7582
7582
|
}, set: function(r) {
|
|
7583
|
-
r ? this.Ff =
|
|
7583
|
+
r ? this.Ff = zr(this.Ff, 22) : this.Ff = Kr(this.Ff, 22);
|
|
7584
7584
|
} }), Object.defineProperty(this, "doNotSpellCheck", { enumerable: !0, configurable: !0, get: function() {
|
|
7585
|
-
return
|
|
7585
|
+
return !!$r(this.Ff, 23);
|
|
7586
7586
|
}, set: function(r) {
|
|
7587
|
-
r ? this.Ff =
|
|
7587
|
+
r ? this.Ff = zr(this.Ff, 23) : this.Ff = Kr(this.Ff, 23);
|
|
7588
7588
|
} }), Object.defineProperty(this, "commitOnSelChange", { enumerable: !0, configurable: !0, get: function() {
|
|
7589
|
-
return
|
|
7589
|
+
return !!$r(this.Ff, 27);
|
|
7590
7590
|
}, set: function(r) {
|
|
7591
|
-
r ? this.Ff =
|
|
7591
|
+
r ? this.Ff = zr(this.Ff, 27) : this.Ff = Kr(this.Ff, 27);
|
|
7592
7592
|
} }), this.hasAppearanceStream = !1;
|
|
7593
7593
|
};
|
|
7594
7594
|
ra(Xo, rA);
|
|
@@ -7606,21 +7606,21 @@ var ac = function() {
|
|
|
7606
7606
|
ra(ac, Yo);
|
|
7607
7607
|
var fn = function() {
|
|
7608
7608
|
rA.call(this), this.FT = "/Btn", Object.defineProperty(this, "noToggleToOff", { enumerable: !0, configurable: !0, get: function() {
|
|
7609
|
-
return
|
|
7609
|
+
return !!$r(this.Ff, 15);
|
|
7610
7610
|
}, set: function(r) {
|
|
7611
|
-
r ? this.Ff =
|
|
7611
|
+
r ? this.Ff = zr(this.Ff, 15) : this.Ff = Kr(this.Ff, 15);
|
|
7612
7612
|
} }), Object.defineProperty(this, "radio", { enumerable: !0, configurable: !0, get: function() {
|
|
7613
|
-
return
|
|
7613
|
+
return !!$r(this.Ff, 16);
|
|
7614
7614
|
}, set: function(r) {
|
|
7615
|
-
r ? this.Ff =
|
|
7615
|
+
r ? this.Ff = zr(this.Ff, 16) : this.Ff = Kr(this.Ff, 16);
|
|
7616
7616
|
} }), Object.defineProperty(this, "pushButton", { enumerable: !0, configurable: !0, get: function() {
|
|
7617
|
-
return
|
|
7617
|
+
return !!$r(this.Ff, 17);
|
|
7618
7618
|
}, set: function(r) {
|
|
7619
|
-
r ? this.Ff =
|
|
7619
|
+
r ? this.Ff = zr(this.Ff, 17) : this.Ff = Kr(this.Ff, 17);
|
|
7620
7620
|
} }), Object.defineProperty(this, "radioIsUnison", { enumerable: !0, configurable: !0, get: function() {
|
|
7621
|
-
return
|
|
7621
|
+
return !!$r(this.Ff, 26);
|
|
7622
7622
|
}, set: function(r) {
|
|
7623
|
-
r ? this.Ff =
|
|
7623
|
+
r ? this.Ff = zr(this.Ff, 26) : this.Ff = Kr(this.Ff, 26);
|
|
7624
7624
|
} });
|
|
7625
7625
|
var e, t = {};
|
|
7626
7626
|
Object.defineProperty(this, "MK", { enumerable: !1, configurable: !1, get: function() {
|
|
@@ -7721,29 +7721,29 @@ var ic = function() {
|
|
|
7721
7721
|
ra(ic, fn);
|
|
7722
7722
|
var ji = function() {
|
|
7723
7723
|
rA.call(this), this.FT = "/Tx", Object.defineProperty(this, "multiline", { enumerable: !0, configurable: !0, get: function() {
|
|
7724
|
-
return
|
|
7724
|
+
return !!$r(this.Ff, 13);
|
|
7725
7725
|
}, set: function(t) {
|
|
7726
|
-
t ? this.Ff =
|
|
7726
|
+
t ? this.Ff = zr(this.Ff, 13) : this.Ff = Kr(this.Ff, 13);
|
|
7727
7727
|
} }), Object.defineProperty(this, "fileSelect", { enumerable: !0, configurable: !0, get: function() {
|
|
7728
|
-
return
|
|
7728
|
+
return !!$r(this.Ff, 21);
|
|
7729
7729
|
}, set: function(t) {
|
|
7730
|
-
t ? this.Ff =
|
|
7730
|
+
t ? this.Ff = zr(this.Ff, 21) : this.Ff = Kr(this.Ff, 21);
|
|
7731
7731
|
} }), Object.defineProperty(this, "doNotSpellCheck", { enumerable: !0, configurable: !0, get: function() {
|
|
7732
|
-
return
|
|
7732
|
+
return !!$r(this.Ff, 23);
|
|
7733
7733
|
}, set: function(t) {
|
|
7734
|
-
t ? this.Ff =
|
|
7734
|
+
t ? this.Ff = zr(this.Ff, 23) : this.Ff = Kr(this.Ff, 23);
|
|
7735
7735
|
} }), Object.defineProperty(this, "doNotScroll", { enumerable: !0, configurable: !0, get: function() {
|
|
7736
|
-
return
|
|
7736
|
+
return !!$r(this.Ff, 24);
|
|
7737
7737
|
}, set: function(t) {
|
|
7738
|
-
t ? this.Ff =
|
|
7738
|
+
t ? this.Ff = zr(this.Ff, 24) : this.Ff = Kr(this.Ff, 24);
|
|
7739
7739
|
} }), Object.defineProperty(this, "comb", { enumerable: !0, configurable: !0, get: function() {
|
|
7740
|
-
return
|
|
7740
|
+
return !!$r(this.Ff, 25);
|
|
7741
7741
|
}, set: function(t) {
|
|
7742
|
-
t ? this.Ff =
|
|
7742
|
+
t ? this.Ff = zr(this.Ff, 25) : this.Ff = Kr(this.Ff, 25);
|
|
7743
7743
|
} }), Object.defineProperty(this, "richText", { enumerable: !0, configurable: !0, get: function() {
|
|
7744
|
-
return
|
|
7744
|
+
return !!$r(this.Ff, 26);
|
|
7745
7745
|
}, set: function(t) {
|
|
7746
|
-
t ? this.Ff =
|
|
7746
|
+
t ? this.Ff = zr(this.Ff, 26) : this.Ff = Kr(this.Ff, 26);
|
|
7747
7747
|
} });
|
|
7748
7748
|
var e = null;
|
|
7749
7749
|
Object.defineProperty(this, "MaxLen", { enumerable: !0, configurable: !1, get: function() {
|
|
@@ -7761,9 +7761,9 @@ var ji = function() {
|
|
|
7761
7761
|
ra(ji, rA);
|
|
7762
7762
|
var oc = function() {
|
|
7763
7763
|
ji.call(this), Object.defineProperty(this, "password", { enumerable: !0, configurable: !0, get: function() {
|
|
7764
|
-
return
|
|
7764
|
+
return !!$r(this.Ff, 14);
|
|
7765
7765
|
}, set: function(e) {
|
|
7766
|
-
e ? this.Ff =
|
|
7766
|
+
e ? this.Ff = zr(this.Ff, 14) : this.Ff = Kr(this.Ff, 14);
|
|
7767
7767
|
} }), this.password = !0;
|
|
7768
7768
|
};
|
|
7769
7769
|
ra(oc, ji);
|
|
@@ -10186,11 +10186,11 @@ function w0(e) {
|
|
|
10186
10186
|
}
|
|
10187
10187
|
for (ut = 0, St = 0; St < 8; ++St) {
|
|
10188
10188
|
it = qe[ut], lt = qe[ut + 8], bt = qe[ut + 16], mt = qe[ut + 24], Lt = qe[ut + 32], Mt = qe[ut + 40], $t = qe[ut + 48];
|
|
10189
|
-
var Aa = it + (zt = qe[ut + 56]), Gn = it - zt, kn = lt + $t,
|
|
10189
|
+
var Aa = it + (zt = qe[ut + 56]), Gn = it - zt, kn = lt + $t, Mr = lt - $t, Er = bt + Mt, X = bt - Mt, ve = mt + Lt, se = mt - Lt, ce = Aa + ve, ge = Aa - ve, pe = kn + Er, Le = kn - Er;
|
|
10190
10190
|
qe[ut] = ce + pe, qe[ut + 32] = ce - pe;
|
|
10191
10191
|
var Pe = 0.707106781 * (Le + ge);
|
|
10192
10192
|
qe[ut + 16] = ge + Pe, qe[ut + 48] = ge - Pe;
|
|
10193
|
-
var Te = 0.382683433 * ((ce = se + X) - (Le =
|
|
10193
|
+
var Te = 0.382683433 * ((ce = se + X) - (Le = Mr + Gn)), Ne = 0.5411961 * ce + Te, De = 1.306562965 * Le + Te, Ye = 0.707106781 * (pe = X + Mr), nt = Gn + Ye, ht = Gn - Ye;
|
|
10194
10194
|
qe[ut + 40] = ht + Ne, qe[ut + 24] = ht - Ne, qe[ut + 8] = nt + De, qe[ut + 56] = nt - De, ut++;
|
|
10195
10195
|
}
|
|
10196
10196
|
for (St = 0; St < 64; ++St)
|
|
@@ -10695,7 +10695,7 @@ function $1(e) {
|
|
|
10695
10695
|
var T = _(F), K = c[p += 255 & T].g - 8;
|
|
10696
10696
|
return 0 < K && (S(F, F.u + 8), T = _(F), p += c[p].value, p += T & (1 << K) - 1), S(F, F.u + c[p].g), c[p].value;
|
|
10697
10697
|
}
|
|
10698
|
-
function
|
|
10698
|
+
function Mr(c, p, F) {
|
|
10699
10699
|
return F.g += c.g, F.value += c.value << p >>> 0, t(8 >= F.g), c.g;
|
|
10700
10700
|
}
|
|
10701
10701
|
function Er(c, p, F) {
|
|
@@ -11048,7 +11048,7 @@ function $1(e) {
|
|
|
11048
11048
|
var gu, IA = Va;
|
|
11049
11049
|
for (gu = 0; gu < jn; ++gu) {
|
|
11050
11050
|
var li = gu, si = IA.pd[li], vu = IA.G[0][IA.H[0] + li];
|
|
11051
|
-
256 <= vu.value ? (si.g = vu.g + 256, si.value = vu.value) : (si.g = 0, si.value = 0, li >>=
|
|
11051
|
+
256 <= vu.value ? (si.g = vu.g + 256, si.value = vu.value) : (si.g = 0, si.value = 0, li >>= Mr(vu, 8, si), li >>= Mr(IA.G[1][IA.H[1] + li], 16, si), li >>= Mr(IA.G[2][IA.H[2] + li], 0, si), Mr(IA.G[3][IA.H[3] + li], 24, si));
|
|
11052
11052
|
}
|
|
11053
11053
|
}
|
|
11054
11054
|
}
|
|
@@ -11146,7 +11146,7 @@ function $1(e) {
|
|
|
11146
11146
|
var c = new Da();
|
|
11147
11147
|
return c != null && (c.a = 0, c.sc = "OK", c.cb = 0, c.Xb = 0, Il || (Il = Ns)), c;
|
|
11148
11148
|
}
|
|
11149
|
-
function
|
|
11149
|
+
function Or(c, p, F) {
|
|
11150
11150
|
return c.a == 0 && (c.a = p, c.sc = F, c.cb = 0), 0;
|
|
11151
11151
|
}
|
|
11152
11152
|
function Qs(c, p, F) {
|
|
@@ -11156,26 +11156,26 @@ function $1(e) {
|
|
|
11156
11156
|
if (c == null)
|
|
11157
11157
|
return 0;
|
|
11158
11158
|
if (c.a = 0, c.sc = "OK", p == null)
|
|
11159
|
-
return
|
|
11159
|
+
return Or(c, 2, "null VP8Io passed to VP8GetHeaders()");
|
|
11160
11160
|
var F = p.data, T = p.w, K = p.ha;
|
|
11161
11161
|
if (4 > K)
|
|
11162
|
-
return
|
|
11162
|
+
return Or(c, 7, "Truncated header.");
|
|
11163
11163
|
var j = F[T + 0] | F[T + 1] << 8 | F[T + 2] << 16, Y = c.Od;
|
|
11164
11164
|
if (Y.Rb = !(1 & j), Y.td = j >> 1 & 7, Y.yd = j >> 4 & 1, Y.ub = j >> 5, 3 < Y.td)
|
|
11165
|
-
return
|
|
11165
|
+
return Or(c, 3, "Incorrect keyframe parameters.");
|
|
11166
11166
|
if (!Y.yd)
|
|
11167
|
-
return
|
|
11167
|
+
return Or(c, 4, "Frame not displayable.");
|
|
11168
11168
|
T += 3, K -= 3;
|
|
11169
11169
|
var ae = c.Kc;
|
|
11170
11170
|
if (Y.Rb) {
|
|
11171
11171
|
if (7 > K)
|
|
11172
|
-
return
|
|
11172
|
+
return Or(c, 7, "cannot parse picture header");
|
|
11173
11173
|
if (!Qs(F, T, K))
|
|
11174
|
-
return
|
|
11174
|
+
return Or(c, 3, "Bad code word");
|
|
11175
11175
|
ae.c = 16383 & (F[T + 4] << 8 | F[T + 3]), ae.Td = F[T + 4] >> 6, ae.i = 16383 & (F[T + 6] << 8 | F[T + 5]), ae.Ud = F[T + 6] >> 6, T += 7, K -= 7, c.za = ae.c + 15 >> 4, c.Ub = ae.i + 15 >> 4, p.width = ae.c, p.height = ae.i, p.Da = 0, p.j = 0, p.v = 0, p.va = p.width, p.o = p.height, p.da = 0, p.ib = p.width, p.hb = p.height, p.U = p.width, p.T = p.height, n((j = c.Pa).jb, 0, 255, j.jb.length), t((j = c.Qa) != null), j.Cb = 0, j.Bb = 0, j.Fb = 1, n(j.Zb, 0, 0, j.Zb.length), n(j.Lb, 0, 0, j.Lb);
|
|
11176
11176
|
}
|
|
11177
11177
|
if (Y.ub > K)
|
|
11178
|
-
return
|
|
11178
|
+
return Or(c, 7, "bad partition length");
|
|
11179
11179
|
ne(j = c.m, F, T, Y.ub), T += Y.ub, K -= Y.ub, Y.Rb && (ae.Ld = re(j), ae.Kd = re(j)), ae = c.Qa;
|
|
11180
11180
|
var oe, he = c.Pa;
|
|
11181
11181
|
if (t(j != null), t(ae != null), ae.Cb = re(j), ae.Cb) {
|
|
@@ -11191,7 +11191,7 @@ function $1(e) {
|
|
|
11191
11191
|
} else
|
|
11192
11192
|
ae.Bb = 0;
|
|
11193
11193
|
if (j.Ka)
|
|
11194
|
-
return
|
|
11194
|
+
return Or(c, 3, "cannot parse segment header");
|
|
11195
11195
|
if ((ae = c.ed).zd = re(j), ae.Tb = fe(j, 6), ae.wb = fe(j, 3), ae.Pc = re(j), ae.Pc && re(j)) {
|
|
11196
11196
|
for (he = 0; 4 > he; ++he)
|
|
11197
11197
|
re(j) && (ae.vd[he] = ie(j, 6));
|
|
@@ -11199,7 +11199,7 @@ function $1(e) {
|
|
|
11199
11199
|
re(j) && (ae.od[he] = ie(j, 6));
|
|
11200
11200
|
}
|
|
11201
11201
|
if (c.L = ae.Tb == 0 ? 0 : ae.zd ? 1 : 2, j.Ka)
|
|
11202
|
-
return
|
|
11202
|
+
return Or(c, 3, "cannot parse filter header");
|
|
11203
11203
|
var be = K;
|
|
11204
11204
|
if (K = oe = T, T = oe + be, ae = be, c.Xb = (1 << fe(c.m, 2)) - 1, be < 3 * (he = c.Xb))
|
|
11205
11205
|
F = 7;
|
|
@@ -11211,7 +11211,7 @@ function $1(e) {
|
|
|
11211
11211
|
ne(c.Jc[+he], F, oe, ae), F = oe < T ? 0 : 5;
|
|
11212
11212
|
}
|
|
11213
11213
|
if (F != 0)
|
|
11214
|
-
return
|
|
11214
|
+
return Or(c, F, "cannot parse partitions");
|
|
11215
11215
|
for (F = fe(oe = c.m, 7), K = re(oe) ? ie(oe, 4) : 0, T = re(oe) ? ie(oe, 4) : 0, ae = re(oe) ? ie(oe, 4) : 0, he = re(oe) ? ie(oe, 4) : 0, oe = re(oe) ? ie(oe, 4) : 0, be = c.Qa, Qe = 0; 4 > Qe; ++Qe) {
|
|
11216
11216
|
if (be.Cb) {
|
|
11217
11217
|
var Ie = be.Zb[Qe];
|
|
@@ -11227,7 +11227,7 @@ function $1(e) {
|
|
|
11227
11227
|
Se.Sc[0] = Uh[oa(Ie + K, 127)], Se.Sc[1] = Qh[oa(Ie + 0, 127)], Se.Eb[0] = 2 * Uh[oa(Ie + T, 127)], Se.Eb[1] = 101581 * Qh[oa(Ie + ae, 127)] >> 16, 8 > Se.Eb[1] && (Se.Eb[1] = 8), Se.Qc[0] = Uh[oa(Ie + he, 117)], Se.Qc[1] = Qh[oa(Ie + oe, 127)], Se.lc = Ie + oe;
|
|
11228
11228
|
}
|
|
11229
11229
|
if (!Y.Rb)
|
|
11230
|
-
return
|
|
11230
|
+
return Or(c, 4, "Not a key frame.");
|
|
11231
11231
|
for (re(j), Y = c.Pa, F = 0; 4 > F; ++F) {
|
|
11232
11232
|
for (K = 0; 8 > K; ++K)
|
|
11233
11233
|
for (T = 0; 3 > T; ++T)
|
|
@@ -11275,7 +11275,7 @@ function $1(e) {
|
|
|
11275
11275
|
if (c == null)
|
|
11276
11276
|
return 0;
|
|
11277
11277
|
if (p == null)
|
|
11278
|
-
return
|
|
11278
|
+
return Or(c, 2, "NULL VP8Io parameter in VP8Decode().");
|
|
11279
11279
|
if (!c.cb && !Is(c, p))
|
|
11280
11280
|
return 0;
|
|
11281
11281
|
if (t(c.cb), p.ac == null || p.ac(p)) {
|
|
@@ -11303,7 +11303,7 @@ function $1(e) {
|
|
|
11303
11303
|
}
|
|
11304
11304
|
F = 0;
|
|
11305
11305
|
} else
|
|
11306
|
-
|
|
11306
|
+
Or(c, 6, "Frame setup failed"), F = c.a;
|
|
11307
11307
|
if (F = F == 0) {
|
|
11308
11308
|
if (F) {
|
|
11309
11309
|
c.$c = 0, 0 < c.Aa || (c.Ic = Ay);
|
|
@@ -11315,7 +11315,7 @@ function $1(e) {
|
|
|
11315
11315
|
else {
|
|
11316
11316
|
if (Y > c.Vb) {
|
|
11317
11317
|
if (c.Vb = 0, c.Ec = A(Y), c.Fc = 0, c.Ec == null) {
|
|
11318
|
-
F =
|
|
11318
|
+
F = Or(c, 1, "no memory during frame initialization.");
|
|
11319
11319
|
break e;
|
|
11320
11320
|
}
|
|
11321
11321
|
c.Vb = Y;
|
|
@@ -11335,7 +11335,7 @@ function $1(e) {
|
|
|
11335
11335
|
Xf[255 + F] = 0 > F ? 0 : 255 < F ? 255 : F;
|
|
11336
11336
|
qf = 1;
|
|
11337
11337
|
}
|
|
11338
|
-
$a = sh, xo = oh, ei = Ms, za = lh, EA = Os, Ul = Ds, Di = yl, bo = Ii, Mi = mh, ti = wl, Ql = bh, Ba = uo, TA = xl, wr = Ws, xr = Gs,
|
|
11338
|
+
$a = sh, xo = oh, ei = Ms, za = lh, EA = Os, Ul = Ds, Di = yl, bo = Ii, Mi = mh, ti = wl, Ql = bh, Ba = uo, TA = xl, wr = Ws, xr = Gs, Pr = FA, nn = XA, LA = xh, Ka[0] = sA, Ka[1] = uh, Ka[2] = dh, Ka[3] = gh, Ka[4] = Rs, Ka[5] = lo, Ka[6] = $s, Ka[7] = gl, Ka[8] = ph, Ka[9] = vh, ni[0] = Ps, ni[1] = hh, ni[2] = _A, ni[3] = io, ni[4] = Sn, ni[5] = fh, ni[6] = Hs, UA[0] = jA, UA[1] = ch, UA[2] = yh, UA[3] = vl, UA[4] = Qi, UA[5] = wh, UA[6] = pl, F = 1;
|
|
11339
11339
|
} else
|
|
11340
11340
|
F = 0;
|
|
11341
11341
|
}
|
|
@@ -11361,7 +11361,7 @@ function $1(e) {
|
|
|
11361
11361
|
st.Dd = de(Xe, 142) ? de(Xe, 114) ? de(Xe, 183) ? 1 : 3 : 2 : 0;
|
|
11362
11362
|
}
|
|
11363
11363
|
if (ze.m.Ka)
|
|
11364
|
-
return
|
|
11364
|
+
return Or(Se, 7, "Premature end-of-partition0 encountered.");
|
|
11365
11365
|
for (; Se.ja < Se.za; ++Se.ja) {
|
|
11366
11366
|
if (ze = me, Xe = (Fe = Se).rb[Fe.sb - 1], vt = Fe.rb[Fe.sb + Fe.ja], He = Fe.ya[Fe.aa + Fe.ja], ot = Fe.kc ? He.Ad : 0)
|
|
11367
11367
|
Xe.la = vt.la = 0, He.Za || (Xe.Na = vt.Na = 0), He.Hc = 0, He.Gc = 0, He.ia = 0;
|
|
@@ -11399,7 +11399,7 @@ function $1(e) {
|
|
|
11399
11399
|
Xe.la = qn, ar.la = jr, _t.Hc = Xt, _t.Gc = Kt, _t.ia = 43690 & Kt ? 0 : st.ia, ot = !(Xt | Kt);
|
|
11400
11400
|
}
|
|
11401
11401
|
if (0 < Fe.L && (Fe.wa[Fe.Y + Fe.ja] = Fe.gd[He.$b][He.Za], Fe.wa[Fe.Y + Fe.ja].La |= !ot), ze.Ka)
|
|
11402
|
-
return
|
|
11402
|
+
return Or(Se, 7, "Premature end-of-file encountered.");
|
|
11403
11403
|
}
|
|
11404
11404
|
if (hl(Se), Fe = Ge, ze = 1, He = (me = Se).D, Xe = 0 < me.L && me.M >= me.zb && me.M <= me.Va, me.Aa == 0)
|
|
11405
11405
|
e: {
|
|
@@ -11411,7 +11411,7 @@ function $1(e) {
|
|
|
11411
11411
|
var yn = yn.wa[yn.Y + jr], On = Lr.sa, Fa = Lr.ta + 16 * un * hr + 16 * jr, cA = yn.dd, cn = yn.tc;
|
|
11412
11412
|
if (cn != 0)
|
|
11413
11413
|
if (t(3 <= cn), Lr.L == 1)
|
|
11414
|
-
0 < jr &&
|
|
11414
|
+
0 < jr && Pr(On, Fa, hr, cn + 4), yn.La && LA(On, Fa, hr, cn), 0 < qn && xr(On, Fa, hr, cn + 4), yn.La && nn(On, Fa, hr, cn);
|
|
11415
11415
|
else {
|
|
11416
11416
|
var QA = Lr.B, Oi = Lr.qa, Bo = Lr.ra + 8 * un * QA + 8 * jr, Ai = Lr.Ha, Lr = Lr.Ia + 8 * un * QA + 8 * jr;
|
|
11417
11417
|
un = yn.ld, 0 < jr && (bo(On, Fa, hr, cn + 4, cA, un), ti(Oi, Bo, Ai, Lr, QA, cn + 4, cA, un)), yn.La && (Ba(On, Fa, hr, cn, cA, un), wr(Oi, Bo, Ai, Lr, QA, cn, cA, un)), 0 < qn && (Di(On, Fa, hr, cn + 4, cA, un), Mi(Oi, Bo, Ai, Lr, QA, cn + 4, cA, un)), yn.La && (Ql(On, Fa, hr, cn, cA, un), TA(Oi, Bo, Ai, Lr, QA, cn, cA, un));
|
|
@@ -11419,7 +11419,7 @@ function $1(e) {
|
|
|
11419
11419
|
}
|
|
11420
11420
|
if (me.ia && alert("todo:DitherRow"), Fe.put != null) {
|
|
11421
11421
|
if (Ot = 16 * Ar, Ar = 16 * (Ar + 1), sa ? (Fe.y = me.sa, Fe.O = me.ta + vr, Fe.f = me.qa, Fe.N = me.ra + Yn, Fe.ea = me.Ha, Fe.W = me.Ia + Yn) : (Ot -= Kt, Fe.y = ot, Fe.O = _t, Fe.f = st, Fe.N = Ve, Fe.ea = Zt, Fe.W = ar), Xt || (Ar -= Kt), Ar > Fe.o && (Ar = Fe.o), Fe.F = null, Fe.J = null, me.Fa != null && 0 < me.Fa.length && Ot < Ar && (Fe.J = Cl(me, Fe, Ot, Ar - Ot), Fe.F = me.mb, Fe.F == null && Fe.F.length == 0)) {
|
|
11422
|
-
ze =
|
|
11422
|
+
ze = Or(me, 3, "Could not decode alpha data.");
|
|
11423
11423
|
break e;
|
|
11424
11424
|
}
|
|
11425
11425
|
Ot < Fe.j && (Kt = Fe.j - Ot, Ot = Fe.j, t(!(1 & Kt)), Fe.O += me.R * Kt, Fe.N += me.B * (Kt >> 1), Fe.W += me.B * (Kt >> 1), Fe.F != null && (Fe.J += Fe.width * Kt)), Ot < Ar && (Fe.O += Fe.v, Fe.N += Fe.v >> 1, Fe.W += Fe.v >> 1, Fe.F != null && (Fe.J += Fe.v), Fe.ka = Ot - Fe.j, Fe.U = Fe.va - Fe.v, Fe.T = Ar - Ot, ze = Fe.put(Fe));
|
|
@@ -11427,7 +11427,7 @@ function $1(e) {
|
|
|
11427
11427
|
He + 1 != me.Ic || Xt || (a(me.sa, me.ta - Xe, ot, _t + 16 * me.R, Xe), a(me.qa, me.ra - vt, st, Ve + 8 * me.B, vt), a(me.Ha, me.Ia - vt, Zt, ar + 8 * me.B, vt));
|
|
11428
11428
|
}
|
|
11429
11429
|
if (!ze)
|
|
11430
|
-
return
|
|
11430
|
+
return Or(Se, 6, "Output aborted.");
|
|
11431
11431
|
}
|
|
11432
11432
|
return 1;
|
|
11433
11433
|
}(c, p)), p.bc != null && p.bc(p), F &= 1;
|
|
@@ -12241,7 +12241,7 @@ function $1(e) {
|
|
|
12241
12241
|
});
|
|
12242
12242
|
var qs, Ha = M.ColorIndexInverseTransform, Ll = M.MapARGB, _h = M.VP8LColorIndexInverseTransformAlpha, Fh = M.MapAlpha, JA = M.VP8LPredictorsAdd = [];
|
|
12243
12243
|
JA.length = 16, (M.VP8LPredictors = []).length = 16, (M.VP8LPredictorsAdd_C = []).length = 16, (M.VP8LPredictors_C = []).length = 16;
|
|
12244
|
-
var ma, Ra, ZA, uA, SA, wo, $a, xo, Ul, ei, za, EA, Di, bo, Mi, ti, Ql, Ba, TA, wr, xr, Mr, nn, LA, ri, mo, Ys, Vf, Gf = A(511), Wf = A(2041), jf = A(225), Xf = A(767), qf = 0, kh = Wf, Js = jf, la = Xf, Ca = Gf, Zs = 0, eu = 1, Yf = 2, tu = 3, ru = 4, Sh = 5, Jf = 6, Eh = 7, Th = 8, nu = 9, Lh = 10, Ip = [2, 3, 7], Np = [3, 3, 11], Zf = [280, 256, 256, 256, 40], Dp = [0, 1, 1, 1, 0], Mp = [17, 18, 0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], Op = [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], Pp = [2954, 2956, 2958, 2962, 2970, 2986, 3018, 3082, 3212, 3468, 3980, 5004], Hp = 8, Uh = [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], Qh = [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], Il = null, Rp = [[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]], $p = [0, 1, 4, 8, 5, 2, 3, 6, 9, 12, 13, 10, 7, 11, 14, 15], ed = [-0, 1, -1, 2, -2, 3, 4, 6, -3, 5, -4, -5, -6, 7, -7, 8, -8, -9], zp = [[[[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]]]], Kp = [[[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]]], Vp = [[[[255, 255, 255, 255, 255, 255, 255, 255, 255, 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]]]], Gp = [0, 1, 2, 3, 6, 4, 5, 6, 6, 6, 6, 6, 6, 6, 6, 7, 0], ni = [], Ka = [], UA = [], Wp = 1, td = 2, ai = [], _a = [];
|
|
12244
|
+
var ma, Ra, ZA, uA, SA, wo, $a, xo, Ul, ei, za, EA, Di, bo, Mi, ti, Ql, Ba, TA, wr, xr, Pr, nn, LA, ri, mo, Ys, Vf, Gf = A(511), Wf = A(2041), jf = A(225), Xf = A(767), qf = 0, kh = Wf, Js = jf, la = Xf, Ca = Gf, Zs = 0, eu = 1, Yf = 2, tu = 3, ru = 4, Sh = 5, Jf = 6, Eh = 7, Th = 8, nu = 9, Lh = 10, Ip = [2, 3, 7], Np = [3, 3, 11], Zf = [280, 256, 256, 256, 40], Dp = [0, 1, 1, 1, 0], Mp = [17, 18, 0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], Op = [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], Pp = [2954, 2956, 2958, 2962, 2970, 2986, 3018, 3082, 3212, 3468, 3980, 5004], Hp = 8, Uh = [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], Qh = [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], Il = null, Rp = [[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]], $p = [0, 1, 4, 8, 5, 2, 3, 6, 9, 12, 13, 10, 7, 11, 14, 15], ed = [-0, 1, -1, 2, -2, 3, 4, 6, -3, 5, -4, -5, -6, 7, -7, 8, -8, -9], zp = [[[[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]]]], Kp = [[[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]]], Vp = [[[[255, 255, 255, 255, 255, 255, 255, 255, 255, 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]]]], Gp = [0, 1, 2, 3, 6, 4, 5, 6, 6, 6, 6, 6, 6, 6, 6, 7, 0], ni = [], Ka = [], UA = [], Wp = 1, td = 2, ai = [], _a = [];
|
|
12245
12245
|
Re("UpsampleRgbLinePair", Wt, 3), Re("UpsampleBgrLinePair", kr, 3), Re("UpsampleRgbaLinePair", Pa, 4), Re("UpsampleBgraLinePair", sn, 4), Re("UpsampleArgbLinePair", En, 4), Re("UpsampleRgba4444LinePair", Wr, 2), Re("UpsampleRgb565LinePair", Tr, 2);
|
|
12246
12246
|
var jp = M.UpsampleRgbLinePair, Xp = M.UpsampleBgrLinePair, rd = M.UpsampleRgbaLinePair, nd = M.UpsampleBgraLinePair, ad = M.UpsampleArgbLinePair, Ad = M.UpsampleRgba4444LinePair, qp = M.UpsampleRgb565LinePair, au = 16, Au = 1 << au - 1, Nl = -227, Ih = 482, id = 6, Yp = (256 << id) - 1, od = 0, Jp = A(256), Zp = A(256), ey = A(256), ty = A(256), ry = A(Ih - Nl), ny = A(Ih - Nl);
|
|
12247
12247
|
kA("YuvToRgbRow", Wt, 3), kA("YuvToBgrRow", kr, 3), kA("YuvToRgbaRow", Pa, 4), kA("YuvToBgraRow", sn, 4), kA("YuvToArgbRow", En, 4), kA("YuvToRgba4444Row", Wr, 2), kA("YuvToRgb565Row", Tr, 2);
|
|
@@ -12820,7 +12820,7 @@ function(e) {
|
|
|
12820
12820
|
*/
|
|
12821
12821
|
function(e) {
|
|
12822
12822
|
function t() {
|
|
12823
|
-
return (Et.canvg ? Promise.resolve(Et.canvg) : import("./index.es-
|
|
12823
|
+
return (Et.canvg ? Promise.resolve(Et.canvg) : import("./index.es-1a7148d7.js")).catch(function(r) {
|
|
12824
12824
|
return Promise.reject(new Error("Could not load canvg: " + r));
|
|
12825
12825
|
}).then(function(r) {
|
|
12826
12826
|
return r.default ? r.default : r;
|
|
@@ -16061,7 +16061,7 @@ var x4 = /* @__PURE__ */ function() {
|
|
|
16061
16061
|
}
|
|
16062
16062
|
return !1;
|
|
16063
16063
|
}
|
|
16064
|
-
function
|
|
16064
|
+
function Mr(X, ve, se) {
|
|
16065
16065
|
O(X);
|
|
16066
16066
|
var ce = fr.find(X, ve);
|
|
16067
16067
|
if (ce) {
|
|
@@ -16078,7 +16078,7 @@ var x4 = /* @__PURE__ */ function() {
|
|
|
16078
16078
|
cfb_new: Aa,
|
|
16079
16079
|
cfb_add: Gn,
|
|
16080
16080
|
cfb_del: kn,
|
|
16081
|
-
cfb_mov:
|
|
16081
|
+
cfb_mov: Mr,
|
|
16082
16082
|
cfb_gc: Er,
|
|
16083
16083
|
ReadShift: us,
|
|
16084
16084
|
CheckField: T2,
|
|
@@ -29868,12 +29868,12 @@ function Tg([e, t], [r, a], [n, A], i) {
|
|
|
29868
29868
|
].join(" ")}`
|
|
29869
29869
|
};
|
|
29870
29870
|
}
|
|
29871
|
-
function
|
|
29871
|
+
function Nr({ defaultConfig: e, userConfig: t }) {
|
|
29872
29872
|
const r = { ...e };
|
|
29873
29873
|
return Object.keys(r).forEach((a) => {
|
|
29874
29874
|
if (Object.hasOwn(t, a)) {
|
|
29875
29875
|
const n = t[a];
|
|
29876
|
-
typeof n == "boolean" ? r[a] = n : ["string", "number"].includes(typeof n) ? Q6(n) && (r[a] = n) : Array.isArray(r[a]) ? L6({ userConfig: t, key: a }) && (r[a] = n) : U6({ userConfig: t, key: a }) && (r[a] =
|
|
29876
|
+
typeof n == "boolean" ? r[a] = n : ["string", "number"].includes(typeof n) ? Q6(n) && (r[a] = n) : Array.isArray(r[a]) ? L6({ userConfig: t, key: a }) && (r[a] = n) : U6({ userConfig: t, key: a }) && (r[a] = Nr({
|
|
29877
29877
|
defaultConfig: r[a],
|
|
29878
29878
|
userConfig: n
|
|
29879
29879
|
}));
|
|
@@ -30108,9 +30108,9 @@ function df(e) {
|
|
|
30108
30108
|
}
|
|
30109
30109
|
return "#000000";
|
|
30110
30110
|
}
|
|
30111
|
-
function
|
|
30111
|
+
function Dr(e) {
|
|
30112
30112
|
for (const t in e)
|
|
30113
|
-
typeof e[t] == "object" && !Array.isArray(e[t]) && e[t] !== null ?
|
|
30113
|
+
typeof e[t] == "object" && !Array.isArray(e[t]) && e[t] !== null ? Dr(e[t]) : (t === "color" || t === "backgroundColor" || t === "stroke") && (e[t] === "" ? e[t] = "#000000" : e[t] === "transparent" ? e[t] = "#FFFFFF00" : e[t] = Sr(e[t]));
|
|
30114
30114
|
return e;
|
|
30115
30115
|
}
|
|
30116
30116
|
function ya(e, t) {
|
|
@@ -32543,11 +32543,11 @@ const ln = (e, t) => {
|
|
|
32543
32543
|
// lib
|
|
32544
32544
|
checkNaN: N6,
|
|
32545
32545
|
isSafeValue: I6,
|
|
32546
|
-
treeShake:
|
|
32546
|
+
treeShake: Nr,
|
|
32547
32547
|
shiftHue: pn,
|
|
32548
32548
|
pdf: na,
|
|
32549
32549
|
convertColorToHex: Sr,
|
|
32550
|
-
convertConfigColors:
|
|
32550
|
+
convertConfigColors: Dr,
|
|
32551
32551
|
makeXls: ya,
|
|
32552
32552
|
adaptColorToBackground: df,
|
|
32553
32553
|
calcLinearProgression: Qp,
|
|
@@ -33450,7 +33450,7 @@ function oT(e, t, r, a, n, A) {
|
|
|
33450
33450
|
], 2)) : J("", !0)
|
|
33451
33451
|
], 12, uE);
|
|
33452
33452
|
}
|
|
33453
|
-
const
|
|
33453
|
+
const IV = /* @__PURE__ */ ln(lE, [["render", oT], ["__scopeId", "data-v-61d3adee"]]);
|
|
33454
33454
|
const lT = {
|
|
33455
33455
|
name: "vue-ui-table",
|
|
33456
33456
|
props: {
|
|
@@ -33677,10 +33677,10 @@ Provide an array of objects of type:
|
|
|
33677
33677
|
},
|
|
33678
33678
|
methods: {
|
|
33679
33679
|
// lib
|
|
33680
|
-
treeShake:
|
|
33680
|
+
treeShake: Nr,
|
|
33681
33681
|
makeDonut: Ic,
|
|
33682
33682
|
convertColorToHex: Sr,
|
|
33683
|
-
convertConfigColors:
|
|
33683
|
+
convertConfigColors: Dr,
|
|
33684
33684
|
makeXls: ya,
|
|
33685
33685
|
// specific
|
|
33686
33686
|
applyDonutOption() {
|
|
@@ -34875,7 +34875,7 @@ function LU(e, t, r, a, n, A) {
|
|
|
34875
34875
|
], 4)) : J("", !0)
|
|
34876
34876
|
], 4);
|
|
34877
34877
|
}
|
|
34878
|
-
const
|
|
34878
|
+
const NV = /* @__PURE__ */ ln(lT, [["render", LU], ["__scopeId", "data-v-dd01e377"]]);
|
|
34879
34879
|
function WA({ tooltip: e, chart: t, clientPosition: r }) {
|
|
34880
34880
|
const a = _e(0), n = _e(48);
|
|
34881
34881
|
if (e && t) {
|
|
@@ -34941,11 +34941,11 @@ const UU = (e) => (Al("data-v-9205d7e0"), e = e(), il(), e), QU = ["id"], IU = {
|
|
|
34941
34941
|
})), f = Ue(() => {
|
|
34942
34942
|
if (!Object.keys(a.config || {}).length)
|
|
34943
34943
|
return A.value;
|
|
34944
|
-
const ue =
|
|
34944
|
+
const ue = Nr({
|
|
34945
34945
|
defaultConfig: A.value,
|
|
34946
34946
|
userConfig: a.config
|
|
34947
34947
|
});
|
|
34948
|
-
return
|
|
34948
|
+
return Dr(ue);
|
|
34949
34949
|
}), g = _e({
|
|
34950
34950
|
dataLabels: {
|
|
34951
34951
|
show: f.value.style.chart.layout.labels.dataLabels.show
|
|
@@ -35384,7 +35384,7 @@ const UU = (e) => (Al("data-v-9205d7e0"), e = e(), il(), e), QU = ["id"], IU = {
|
|
|
35384
35384
|
], 4)) : J("", !0)
|
|
35385
35385
|
], 12, QU));
|
|
35386
35386
|
}
|
|
35387
|
-
},
|
|
35387
|
+
}, DV = /* @__PURE__ */ ln(FQ, [["__scopeId", "data-v-9205d7e0"]]);
|
|
35388
35388
|
const kQ = (e) => (Al("data-v-c6fc012f"), e = e(), il(), e), SQ = ["id"], EQ = { class: "vue-ui-waffle-user-option-item" }, TQ = ["id", "name"], LQ = ["for"], UQ = { class: "vue-ui-waffle-user-option-item" }, QQ = ["id", "name"], IQ = ["for"], NQ = ["disabled"], DQ = ["stroke"], MQ = /* @__PURE__ */ Fr('<path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-c6fc012f></path><path d="M18 16v.01" data-v-c6fc012f></path><path d="M6 16v.01" data-v-c6fc012f></path><path d="M12 5v.01" data-v-c6fc012f></path><path d="M12 12v.01" data-v-c6fc012f></path><path d="M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" data-v-c6fc012f></path>', 6), OQ = [
|
|
35389
35389
|
MQ
|
|
35390
35390
|
], PQ = { key: 1 }, HQ = ["viewBox"], RQ = ["id"], $Q = ["stop-color"], zQ = ["stop-color"], KQ = { key: 0 }, VQ = ["font-size", "fill", "x", "y"], GQ = ["font-size", "fill", "x", "y"], WQ = ["rx", "x", "y", "height", "width", "stroke", "stroke-width"], jQ = ["onMouseover", "rx", "x", "y", "height", "width", "fill", "stroke", "stroke-width"], XQ = {
|
|
@@ -35446,11 +35446,11 @@ const kQ = (e) => (Al("data-v-c6fc012f"), e = e(), il(), e), SQ = ["id"], EQ = {
|
|
|
35446
35446
|
})), f = Ue(() => {
|
|
35447
35447
|
if (!Object.keys(a.config || {}).length)
|
|
35448
35448
|
return A.value;
|
|
35449
|
-
const _ =
|
|
35449
|
+
const _ = Nr({
|
|
35450
35450
|
defaultConfig: A.value,
|
|
35451
35451
|
userConfig: a.config
|
|
35452
35452
|
});
|
|
35453
|
-
return
|
|
35453
|
+
return Dr(_);
|
|
35454
35454
|
}), g = _e({
|
|
35455
35455
|
inside: !f.value.style.chart.layout.useDiv,
|
|
35456
35456
|
showTable: f.value.table.show
|
|
@@ -35851,7 +35851,7 @@ const kQ = (e) => (Al("data-v-c6fc012f"), e = e(), il(), e), SQ = ["id"], EQ = {
|
|
|
35851
35851
|
], 4)) : J("", !0)
|
|
35852
35852
|
], 12, SQ));
|
|
35853
35853
|
}
|
|
35854
|
-
},
|
|
35854
|
+
}, MV = /* @__PURE__ */ ln(uI, [["__scopeId", "data-v-c6fc012f"]]);
|
|
35855
35855
|
const cI = ["id"], hI = { class: "vue-ui-radar-user-option-item" }, fI = ["id", "name"], dI = ["for"], gI = { class: "vue-ui-radar-user-option-item" }, vI = ["id", "name"], pI = ["for"], yI = ["disabled"], wI = ["stroke"], xI = /* @__PURE__ */ Fr('<path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-7aa8b332></path><path d="M18 16v.01" data-v-7aa8b332></path><path d="M6 16v.01" data-v-7aa8b332></path><path d="M12 5v.01" data-v-7aa8b332></path><path d="M12 12v.01" data-v-7aa8b332></path><path d="M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" data-v-7aa8b332></path>', 6), bI = [
|
|
35856
35856
|
xI
|
|
35857
35857
|
], mI = { key: 1 }, BI = ["viewBox"], CI = ["id"], _I = ["stop-color"], FI = ["stop-color"], kI = { key: 0 }, SI = ["font-size", "fill", "x", "y"], EI = ["font-size", "fill", "x", "y"], TI = { key: 1 }, LI = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], UI = { key: 0 }, QI = ["d", "stroke", "stroke-width"], II = ["d", "stroke", "stroke-width"], NI = { key: 2 }, DI = ["x", "y", "text-anchor", "font-size", "fill", "onMouseenter"], MI = { key: 0 }, OI = ["d", "stroke", "stroke-width", "fill"], PI = { key: 3 }, HI = ["cx", "cy", "fill", "r"], RI = {
|
|
@@ -35894,11 +35894,11 @@ const cI = ["id"], hI = { class: "vue-ui-radar-user-option-item" }, fI = ["id",
|
|
|
35894
35894
|
})), v = Ue(() => {
|
|
35895
35895
|
if (!Object.keys(a.config || {}).length)
|
|
35896
35896
|
return A.value;
|
|
35897
|
-
const ue =
|
|
35897
|
+
const ue = Nr({
|
|
35898
35898
|
defaultConfig: A.value,
|
|
35899
35899
|
userConfig: a.config
|
|
35900
35900
|
});
|
|
35901
|
-
return
|
|
35901
|
+
return Dr(ue);
|
|
35902
35902
|
}), f = _e({
|
|
35903
35903
|
dataLabels: {
|
|
35904
35904
|
show: v.value.style.chart.layout.labels.dataLabels.show
|
|
@@ -36310,7 +36310,7 @@ const cI = ["id"], hI = { class: "vue-ui-radar-user-option-item" }, fI = ["id",
|
|
|
36310
36310
|
], 4)) : J("", !0)
|
|
36311
36311
|
], 12, cI));
|
|
36312
36312
|
}
|
|
36313
|
-
},
|
|
36313
|
+
}, OV = /* @__PURE__ */ ln(e7, [["__scopeId", "data-v-7aa8b332"]]);
|
|
36314
36314
|
const t7 = ["id"], r7 = { class: "vue-ui-quadrant-user-option-item" }, n7 = ["id", "name"], a7 = ["for"], A7 = { class: "vue-ui-quadrant-user-option-item" }, i7 = ["id", "name"], o7 = ["for"], l7 = { class: "vue-ui-quadrant-user-option-item" }, s7 = ["id", "name"], u7 = ["for"], c7 = ["disabled"], h7 = ["stroke"], f7 = /* @__PURE__ */ Fr('<path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-60d141ff></path><path d="M18 16v.01" data-v-60d141ff></path><path d="M6 16v.01" data-v-60d141ff></path><path d="M12 5v.01" data-v-60d141ff></path><path d="M12 12v.01" data-v-60d141ff></path><path d="M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" data-v-60d141ff></path>', 6), d7 = [
|
|
36315
36315
|
f7
|
|
36316
36316
|
], g7 = { key: 1 }, v7 = ["viewBox"], p7 = ["id"], y7 = ["stop-color"], w7 = ["stop-color"], x7 = { key: 0 }, b7 = ["font-size", "fill", "x", "y"], m7 = ["font-size", "fill", "x", "y"], B7 = { key: 1 }, C7 = ["fill", "x", "y", "height", "width", "stroke-width", "stroke", "rx"], _7 = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], F7 = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], k7 = { key: 2 }, S7 = ["points", "fill"], E7 = ["points", "fill"], T7 = ["points", "fill"], L7 = ["points", "fill"], U7 = { key: 3 }, Q7 = ["y", "fill", "font-size"], I7 = ["x", "y", "fill", "font-size"], N7 = ["x", "y", "fill", "font-size"], D7 = ["y", "fill", "font-size"], M7 = { key: 4 }, O7 = ["x", "y", "font-size", "fill"], P7 = ["x", "y", "font-size", "fill"], H7 = ["x", "y", "font-size", "fill"], R7 = ["font-size", "fill"], $7 = ["font-size", "fill"], z7 = ["font-size", "fill"], K7 = { key: 5 }, V7 = ["fill", "points"], G7 = { key: 0 }, W7 = ["cx", "cy", "r", "fill", "stroke", "stroke-width", "onMouseover", "onClick"], j7 = { key: 1 }, X7 = ["d", "fill", "stroke", "stroke-width", "onMouseover", "onClick"], q7 = { key: 2 }, Y7 = ["d", "fill", "stroke", "stroke-width", "onMouseover", "onClick"], J7 = { key: 3 }, Z7 = ["d", "fill", "stroke", "stroke-width", "onMouseover", "onClick"], eN = { key: 4 }, tN = ["d", "fill", "stroke", "stroke-width", "onMouseover", "onClick"], rN = { key: 5 }, nN = ["d", "fill", "stroke", "stroke-width", "onMouseover", "onClick"], aN = { key: 6 }, AN = ["points", "fill", "stroke", "stroke-width", "onMouseover", "onClick"], iN = { key: 6 }, oN = ["x", "y", "font-size", "fill"], lN = ["y"], sN = ["onClick"], uN = ["innerHTML"], cN = ["onClick"], hN = ["innerHTML"], fN = ["innerHTML"], dN = { key: 0 }, gN = { key: 0 }, vN = { style: { width: "100%" } }, pN = {
|
|
@@ -36356,11 +36356,11 @@ const t7 = ["id"], r7 = { class: "vue-ui-quadrant-user-option-item" }, n7 = ["id
|
|
|
36356
36356
|
})), v = Ue(() => {
|
|
36357
36357
|
if (!Object.keys(a.config || {}).length)
|
|
36358
36358
|
return A.value;
|
|
36359
|
-
const B =
|
|
36359
|
+
const B = Nr({
|
|
36360
36360
|
defaultConfig: A.value,
|
|
36361
36361
|
userConfig: a.config
|
|
36362
36362
|
});
|
|
36363
|
-
return
|
|
36363
|
+
return Dr(B);
|
|
36364
36364
|
}), f = _e({
|
|
36365
36365
|
plotLabels: {
|
|
36366
36366
|
show: v.value.style.chart.layout.labels.plotLabels.show
|
|
@@ -37070,7 +37070,7 @@ const t7 = ["id"], r7 = { class: "vue-ui-quadrant-user-option-item" }, n7 = ["id
|
|
|
37070
37070
|
], 4)) : J("", !0)
|
|
37071
37071
|
], 12, t7));
|
|
37072
37072
|
}
|
|
37073
|
-
},
|
|
37073
|
+
}, PV = /* @__PURE__ */ ln(pN, [["__scopeId", "data-v-60d141ff"]]);
|
|
37074
37074
|
const yN = ["id"], wN = { class: "vue-ui-gauge-user-option-item" }, xN = ["id", "name"], bN = ["for"], mN = ["disabled"], BN = ["stroke"], CN = /* @__PURE__ */ Fr('<path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-6a5c4e2c></path><path d="M18 16v.01" data-v-6a5c4e2c></path><path d="M6 16v.01" data-v-6a5c4e2c></path><path d="M12 5v.01" data-v-6a5c4e2c></path><path d="M12 12v.01" data-v-6a5c4e2c></path><path d="M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" data-v-6a5c4e2c></path>', 6), _N = [
|
|
37075
37075
|
CN
|
|
37076
37076
|
], FN = { key: 1 }, kN = ["viewBox"], SN = ["id"], EN = ["stop-color"], TN = ["stop-color"], LN = ["stop-color"], UN = { key: 0 }, QN = ["font-size", "fill", "x", "y"], IN = ["font-size", "fill", "x", "y"], NN = ["font-size", "fill", "x", "y"], DN = ["d", "stroke", "stroke-width"], MN = { key: 1 }, ON = ["cx", "cy", "fill"], PN = ["cx", "cy", "r", "fill"], HN = ["y", "width", "height", "fill"], RN = ["cx", "cy", "r", "fill", "stroke", "stroke-width"], $N = ["cx", "cy", "r", "fill", "stroke", "stroke-width"], zN = ["x", "y", "font-size", "font-weight", "fill"], KN = ["x", "y", "font-size", "font-weight", "fill"], VN = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], GN = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], WN = ["cx", "cy", "fill", "r", "stroke-width", "stroke"], jN = ["x", "y", "font-size", "fill"], XN = {
|
|
@@ -37093,11 +37093,11 @@ const yN = ["id"], wN = { class: "vue-ui-gauge-user-option-item" }, xN = ["id",
|
|
|
37093
37093
|
const t = e, r = _e(`vue-ui-gauge-${Math.random()}`), a = _e(Vr.vue_ui_gauge), n = _e(!1), A = _e(null), i = _e(null), o = Ue(() => {
|
|
37094
37094
|
if (!Object.keys(t.config || {}).length)
|
|
37095
37095
|
return a.value;
|
|
37096
|
-
const ee =
|
|
37096
|
+
const ee = Nr({
|
|
37097
37097
|
defaultConfig: a.value,
|
|
37098
37098
|
userConfig: t.config
|
|
37099
37099
|
});
|
|
37100
|
-
return
|
|
37100
|
+
return Dr(ee);
|
|
37101
37101
|
}), u = _e({
|
|
37102
37102
|
inside: !o.value.style.chart.layout.useDiv
|
|
37103
37103
|
}), l = Ue(() => {
|
|
@@ -37472,7 +37472,7 @@ const yN = ["id"], wN = { class: "vue-ui-gauge-user-option-item" }, xN = ["id",
|
|
|
37472
37472
|
], 12, kN))
|
|
37473
37473
|
], 12, yN));
|
|
37474
37474
|
}
|
|
37475
|
-
},
|
|
37475
|
+
}, HV = /* @__PURE__ */ ln(XN, [["__scopeId", "data-v-6a5c4e2c"]]);
|
|
37476
37476
|
const qN = ["id"], YN = { class: "vue-ui-chestnut-user-option-item" }, JN = ["id", "name"], ZN = ["for"], eD = ["disabled"], tD = ["stroke"], rD = /* @__PURE__ */ Fr('<path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-5435d62a></path><path d="M18 16v.01" data-v-5435d62a></path><path d="M6 16v.01" data-v-5435d62a></path><path d="M12 5v.01" data-v-5435d62a></path><path d="M12 12v.01" data-v-5435d62a></path><path d="M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" data-v-5435d62a></path>', 6), nD = [
|
|
37477
37477
|
rD
|
|
37478
37478
|
], aD = { key: 1 }, AD = ["viewBox"], iD = { key: 0 }, oD = ["fill", "font-weight", "font-size", "x", "y"], lD = ["fill", "font-weight", "font-size", "x", "y"], sD = ["id"], uD = ["stop-color"], cD = ["stop-color"], hD = ["id"], fD = ["stop-color"], dD = ["stop-color"], gD = ["id"], vD = ["stop-color"], pD = ["stop-color"], yD = ["stop-color"], wD = ["id"], xD = ["stop-color"], bD = ["stop-color"], mD = ["stop-color"], BD = ["id"], CD = ["stop-color"], _D = ["stop-color"], FD = ["stop-color"], kD = { key: 1 }, SD = ["x", "y", "font-size", "font-weight", "fill"], ED = ["x", "y", "font-size", "font-weight", "fill"], TD = ["d", "stroke"], LD = ["cx", "cy", "r", "fill"], UD = ["cx", "cy", "r", "fill", "stroke", "stroke-width", "onClick"], QD = { key: 2 }, ID = ["x", "y", "font-size", "fill", "onClick"], ND = { key: 0 }, DD = ["x", "y", "fill", "font-size", "font-weight"], MD = ["x", "y", "height", "width", "fill", "rx", "onClick"], OD = ["x", "y", "height", "width", "fill", "rx", "stroke", "stroke-width", "onClick"], PD = { key: 3 }, HD = ["x", "y", "fill", "font-size", "onClick"], RD = ["d", "stroke"], $D = ["cx", "cy", "fill", "onClick"], zD = ["fill", "cx", "cy", "r", "onClick"], KD = { key: 4 }, VD = ["x", "y", "font-size", "font-weight", "fill"], GD = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], WD = ["y", "height", "width"], jD = { style: { width: "100%", height: "100%", display: "flex", "align-items": "center", "justify-content": "center", "flex-direction": "column" } }, XD = { style: { display: "flex", "align-items": "center", "justify-content": "center", gap: "12px", "flex-wrap": "wrap", "flex-direction": "row" } }, qD = {
|
|
@@ -37504,11 +37504,11 @@ const qN = ["id"], YN = { class: "vue-ui-chestnut-user-option-item" }, JN = ["id
|
|
|
37504
37504
|
const a = e, n = _e(`vue-ui-chestnut-${Math.random()}`), A = _e(Vr.vue_ui_chestnut), i = _e(!1), o = _e(null), u = _e(null), l = Ue(() => {
|
|
37505
37505
|
if (!Object.keys(a.config || {}).length)
|
|
37506
37506
|
return A.value;
|
|
37507
|
-
const re =
|
|
37507
|
+
const re = Nr({
|
|
37508
37508
|
defaultConfig: A.value,
|
|
37509
37509
|
userConfig: a.config
|
|
37510
37510
|
});
|
|
37511
|
-
return
|
|
37511
|
+
return Dr(re);
|
|
37512
37512
|
}), h = _e({
|
|
37513
37513
|
showTable: l.value.table.show
|
|
37514
37514
|
}), d = _e({
|
|
@@ -38360,7 +38360,7 @@ const qN = ["id"], YN = { class: "vue-ui-chestnut-user-option-item" }, JN = ["id
|
|
|
38360
38360
|
])) : J("", !0)
|
|
38361
38361
|
], 12, qN));
|
|
38362
38362
|
}
|
|
38363
|
-
},
|
|
38363
|
+
}, RV = /* @__PURE__ */ ln(DM, [["__scopeId", "data-v-5435d62a"]]);
|
|
38364
38364
|
const MM = ["id"], OM = { class: "vue-ui-onion-user-option-item" }, PM = ["id", "name"], HM = ["for"], RM = { class: "vue-ui-onion-user-option-item" }, $M = ["id", "name"], zM = ["for"], KM = ["disabled"], VM = ["stroke"], GM = /* @__PURE__ */ Fr('<path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-9736ade3></path><path d="M18 16v.01" data-v-9736ade3></path><path d="M6 16v.01" data-v-9736ade3></path><path d="M12 5v.01" data-v-9736ade3></path><path d="M12 12v.01" data-v-9736ade3></path><path d="M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" data-v-9736ade3></path>', 6), WM = [
|
|
38365
38365
|
GM
|
|
38366
38366
|
], jM = { key: 1 }, XM = ["viewBox"], qM = ["id"], YM = ["stop-color"], JM = ["stop-color"], ZM = ["stop-color"], e9 = { key: 0 }, t9 = ["font-size", "fill", "x", "y"], r9 = ["font-size", "fill", "x", "y"], n9 = ["cx", "cy", "r", "stroke", "stroke-width", "stroke-dasharray", "stroke-dashoffset"], a9 = ["cx", "cy", "r", "stroke", "stroke-width", "stroke-dasharray", "stroke-dashoffset"], A9 = { key: 1 }, i9 = ["cx", "cy", "r", "fill"], o9 = { key: 2 }, l9 = ["x", "y", "font-size", "fill", "font-weight"], s9 = ["y", "height"], u9 = ["onClick"], c9 = {
|
|
@@ -38392,11 +38392,11 @@ const MM = ["id"], OM = { class: "vue-ui-onion-user-option-item" }, PM = ["id",
|
|
|
38392
38392
|
const a = e, n = _e(`vue-ui-onion-${Math.random()}`), A = _e(Vr.vue_ui_onion), i = _e(!1), o = _e(null), u = _e(null), l = Ue(() => {
|
|
38393
38393
|
if (!Object.keys(a.config || {}).length)
|
|
38394
38394
|
return A.value;
|
|
38395
|
-
const P =
|
|
38395
|
+
const P = Nr({
|
|
38396
38396
|
defaultConfig: A.value,
|
|
38397
38397
|
userConfig: a.config
|
|
38398
38398
|
});
|
|
38399
|
-
return
|
|
38399
|
+
return Dr(P);
|
|
38400
38400
|
}), h = _e({
|
|
38401
38401
|
inside: !l.value.style.chart.layout.useDiv,
|
|
38402
38402
|
showTable: l.value.table.show
|
|
@@ -38767,7 +38767,7 @@ const MM = ["id"], OM = { class: "vue-ui-onion-user-option-item" }, PM = ["id",
|
|
|
38767
38767
|
], 4)) : J("", !0)
|
|
38768
38768
|
], 12, MM));
|
|
38769
38769
|
}
|
|
38770
|
-
},
|
|
38770
|
+
}, $V = /* @__PURE__ */ ln(w9, [["__scopeId", "data-v-9736ade3"]]);
|
|
38771
38771
|
const x9 = ["id"], b9 = { class: "vue-ui-vertical-bar-user-option-item" }, m9 = ["id", "name"], B9 = ["for"], C9 = { class: "vue-ui-vertical-bar-user-option-item" }, _9 = ["id", "name"], F9 = ["for"], k9 = { class: "vue-ui-vertical-bar-user-option-item" }, S9 = ["id", "name"], E9 = ["for"], T9 = ["disabled"], L9 = ["stroke"], U9 = /* @__PURE__ */ Fr('<path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-b638218d></path><path d="M18 16v.01" data-v-b638218d></path><path d="M6 16v.01" data-v-b638218d></path><path d="M12 5v.01" data-v-b638218d></path><path d="M12 12v.01" data-v-b638218d></path><path d="M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" data-v-b638218d></path>', 6), Q9 = [
|
|
38772
38772
|
U9
|
|
38773
38773
|
], I9 = { key: 1 }, N9 = ["onClick"], D9 = {
|
|
@@ -38811,11 +38811,11 @@ const x9 = ["id"], b9 = { class: "vue-ui-vertical-bar-user-option-item" }, m9 =
|
|
|
38811
38811
|
})), g = Ue(() => {
|
|
38812
38812
|
if (!Object.keys(a.config || {}).length)
|
|
38813
38813
|
return A.value;
|
|
38814
|
-
const m =
|
|
38814
|
+
const m = Nr({
|
|
38815
38815
|
defaultConfig: A.value,
|
|
38816
38816
|
userConfig: a.config
|
|
38817
38817
|
});
|
|
38818
|
-
return
|
|
38818
|
+
return Dr(m);
|
|
38819
38819
|
}), k = _e({
|
|
38820
38820
|
inside: !g.value.style.chart.layout.useDiv,
|
|
38821
38821
|
showTable: g.value.table.show,
|
|
@@ -39363,7 +39363,7 @@ const x9 = ["id"], b9 = { class: "vue-ui-vertical-bar-user-option-item" }, m9 =
|
|
|
39363
39363
|
], 4)) : J("", !0)
|
|
39364
39364
|
], 12, x9));
|
|
39365
39365
|
}
|
|
39366
|
-
},
|
|
39366
|
+
}, zV = /* @__PURE__ */ ln(uO, [["__scopeId", "data-v-b638218d"]]), KV = {
|
|
39367
39367
|
__name: "vue-ui-screenshot",
|
|
39368
39368
|
props: {
|
|
39369
39369
|
config: {
|
|
@@ -39378,11 +39378,11 @@ const x9 = ["id"], b9 = { class: "vue-ui-vertical-bar-user-option-item" }, m9 =
|
|
|
39378
39378
|
const a = e, n = _e(`vue-ui-screenshot-${Math.random()}`), A = _e(Vr.vue_ui_screenshot), i = Ue(() => {
|
|
39379
39379
|
if (!Object.keys(a.config || {}).length)
|
|
39380
39380
|
return A.value;
|
|
39381
|
-
const R =
|
|
39381
|
+
const R = Nr({
|
|
39382
39382
|
defaultConfig: A.value,
|
|
39383
39383
|
userConfig: a.config
|
|
39384
39384
|
});
|
|
39385
|
-
return
|
|
39385
|
+
return Dr(R);
|
|
39386
39386
|
}), o = _e(null), u = _e(null), l = _e(null), h = _e(null), d = _e(null), y = _e(null), s = _e(null), v = _e(null), f = _e(null), g = _e(null), k = _e(null), E = _e(!1), D = _e(null);
|
|
39387
39387
|
function z() {
|
|
39388
39388
|
const R = document.createElement("DIV");
|
|
@@ -39558,11 +39558,11 @@ const cO = {
|
|
|
39558
39558
|
const o = _e(void 0), u = _e([]), l = Ue(() => {
|
|
39559
39559
|
if (!Object.keys(a.config || {}).length)
|
|
39560
39560
|
return A.value;
|
|
39561
|
-
const W =
|
|
39561
|
+
const W = Nr({
|
|
39562
39562
|
defaultConfig: A.value,
|
|
39563
39563
|
userConfig: a.config
|
|
39564
39564
|
});
|
|
39565
|
-
return
|
|
39565
|
+
return Dr(W);
|
|
39566
39566
|
}), h = Ue(() => typeof a.dataset.rating == "object" && !Array.isArray(a.dataset.rating) ? f(a.dataset.rating) : a.dataset.rating), d = Ue(() => typeof a.dataset.rating == "object" && !Array.isArray(a.dataset.rating)), y = _e(h.value), s = _e(l.value.type === "image"), v = _e(l.value.readonly);
|
|
39567
39567
|
function f(W) {
|
|
39568
39568
|
let ee = 0, O = 0;
|
|
@@ -39794,7 +39794,7 @@ const cO = {
|
|
|
39794
39794
|
}, Q(isNaN(y.value) ? "" : y.value.toFixed(l.value.style.rating.roundingValue)), 5)) : J("", !0)
|
|
39795
39795
|
], 36));
|
|
39796
39796
|
}
|
|
39797
|
-
},
|
|
39797
|
+
}, VV = /* @__PURE__ */ ln(kO, [["__scopeId", "data-v-163406e4"]]);
|
|
39798
39798
|
const SO = ["id"], EO = ["x", "y", "width", "height", "fill"], TO = ["y", "width", "height", "fill"], LO = ["fill"], UO = ["fill"], QO = ["x1", "y1", "x2", "y2", "stroke-width", "stroke"], IO = { key: 0 }, NO = ["stroke", "stroke-width"], DO = ["stroke", "stroke-width"], MO = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], OO = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], PO = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], HO = ["x", "y", "height", "width", "fill"], RO = ["viewBox"], $O = ["x", "y", "stroke", "fill"], zO = ["d", "stroke"], KO = ["cx", "cy", "r", "fill", "stroke"], VO = ["cx", "cy", "r", "fill", "stroke"], GO = ["x", "y", "width", "fill"], WO = ["cx", "cy", "fill"], jO = ["cx", "cy", "fill"], XO = ["stroke"], qO = { key: 0 }, YO = ["stroke", "stroke-width"], JO = ["stroke", "stroke-width"], ZO = ["stroke", "stroke-width"], eP = { key: 1 }, tP = ["r", "fill"], rP = ["r", "fill"], nP = { key: 0 }, aP = ["stroke", "stroke-width"], AP = ["stroke", "stroke-width"], iP = ["fill", "rx", "x", "y", "width", "height"], oP = ["stroke-width", "stroke"], lP = ["stroke-width", "stroke"], sP = ["stroke-width", "stroke"], uP = ["stroke"], cP = ["stroke"], hP = ["stroke"], fP = ["stroke"], dP = ["fill"], gP = ["stroke"], vP = ["stroke", "stroke-width"], pP = ["stroke", "stroke-width"], yP = ["fill", "r"], wP = ["fill", "r"], xP = ["fill", "r"], bP = ["fill", "r"], mP = ["fill", "r"], BP = ["fill", "r"], CP = ["fill", "r"], _P = ["fill", "r"], FP = ["fill", "r"], kP = ["d", "stroke", "stroke-width"], SP = ["d", "stroke", "stroke-width"], EP = ["d", "stroke", "stroke-width"], TP = ["d", "stroke", "stroke-width"], LP = ["stroke", "stroke-width"], UP = ["stroke", "stroke-width"], QP = ["stroke", "stroke-width"], IP = ["fill"], NP = ["fill"], DP = ["x", "y", "fill"], MP = ["x", "y", "fill"], OP = ["x", "y", "fill"], PP = ["fill"], HP = ["fill"], RP = ["y1", "y2", "stroke", "stroke-width"], $P = ["x1", "x2", "stroke", "stroke-width"], zP = ["points", "fill", "stroke", "stroke-width"], KP = { key: 0 }, VP = ["stroke", "stroke-width"], GP = ["y", "width", "fill", "rx"], WP = {
|
|
39799
39799
|
__name: "vue-ui-skeleton",
|
|
39800
39800
|
props: {
|
|
@@ -39809,11 +39809,11 @@ const SO = ["id"], EO = ["x", "y", "width", "height", "fill"], TO = ["y", "width
|
|
|
39809
39809
|
const t = e, r = _e(`vue-ui-skeleton-${Math.random()}`), a = _e(Vr.vue_ui_skeleton), n = Ue(() => {
|
|
39810
39810
|
if (!Object.keys(t.config || {}).length)
|
|
39811
39811
|
return a.value;
|
|
39812
|
-
const g =
|
|
39812
|
+
const g = Nr({
|
|
39813
39813
|
defaultConfig: a.value,
|
|
39814
39814
|
userConfig: t.config
|
|
39815
39815
|
});
|
|
39816
|
-
return
|
|
39816
|
+
return Dr(g);
|
|
39817
39817
|
}), A = Ue(() => n.value.style.animated), i = Ue(() => n.value.type), o = _e([60, 50, 55, 36, 40, 25, 26, 12]), u = Ue(() => Ja({
|
|
39818
39818
|
plot: { x: 50, y: 50 },
|
|
39819
39819
|
radius: 40,
|
|
@@ -40671,7 +40671,7 @@ const SO = ["id"], EO = ["x", "y", "width", "height", "fill"], TO = ["y", "width
|
|
|
40671
40671
|
], 4)) : J("", !0)
|
|
40672
40672
|
], 14, SO));
|
|
40673
40673
|
}
|
|
40674
|
-
},
|
|
40674
|
+
}, GV = /* @__PURE__ */ ln(WP, [["__scopeId", "data-v-0de4ef9c"]]);
|
|
40675
40675
|
const jP = ["id"], XP = ["viewBox"], qP = ["id"], YP = ["stop-color"], JP = ["stop-color"], ZP = { key: 0 }, eH = ["d", "fill"], tH = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], rH = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], nH = ["x1", "x2", "y1", "y2", "stroke", "stroke-dasharray", "stroke-width"], aH = ["cx", "cy", "r", "fill", "stroke", "stroke-width"], AH = ["x", "y", "font-size", "font-weight", "fill"], iH = ["x", "y", "height", "width", "onMouseenter"], oH = {
|
|
40676
40676
|
__name: "vue-ui-sparkline",
|
|
40677
40677
|
props: {
|
|
@@ -40692,11 +40692,11 @@ const jP = ["id"], XP = ["viewBox"], qP = ["id"], YP = ["stop-color"], JP = ["st
|
|
|
40692
40692
|
const t = e, r = _e(`vue-ui-sparkline-${Math.random()}`), a = _e(Vr.vue_ui_sparkline), n = Ue(() => {
|
|
40693
40693
|
if (!Object.keys(t.config || {}).length)
|
|
40694
40694
|
return a.value;
|
|
40695
|
-
const z =
|
|
40695
|
+
const z = Nr({
|
|
40696
40696
|
defaultConfig: a.value,
|
|
40697
40697
|
userConfig: t.config
|
|
40698
40698
|
});
|
|
40699
|
-
return
|
|
40699
|
+
return Dr(z);
|
|
40700
40700
|
}), A = _e({
|
|
40701
40701
|
height: 80,
|
|
40702
40702
|
width: 500
|
|
@@ -40841,7 +40841,7 @@ const jP = ["id"], XP = ["viewBox"], qP = ["id"], YP = ["stop-color"], JP = ["st
|
|
|
40841
40841
|
], 12, XP))
|
|
40842
40842
|
], 12, jP));
|
|
40843
40843
|
}
|
|
40844
|
-
},
|
|
40844
|
+
}, WV = /* @__PURE__ */ ln(oH, [["__scopeId", "data-v-c6d34c76"]]);
|
|
40845
40845
|
const lH = ["id"], sH = { class: "vue-ui-heatmap-user-option-item" }, uH = ["id", "name"], cH = ["for"], hH = { class: "vue-ui-heatmap-user-option-item" }, fH = ["id", "name"], dH = ["for"], gH = ["disabled"], vH = ["stroke"], pH = /* @__PURE__ */ Fr('<path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-2f8980b7></path><path d="M18 16v.01" data-v-2f8980b7></path><path d="M6 16v.01" data-v-2f8980b7></path><path d="M12 5v.01" data-v-2f8980b7></path><path d="M12 12v.01" data-v-2f8980b7></path><path d="M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" data-v-2f8980b7></path>', 6), yH = [
|
|
40846
40846
|
pH
|
|
40847
40847
|
], wH = { key: 1 }, xH = ["viewBox"], bH = { key: 0 }, mH = ["font-size", "fill", "x"], BH = ["font-size", "fill", "x", "y"], CH = ["x", "y", "width", "height", "fill", "stroke", "stroke-width"], _H = ["x", "y", "width", "height", "fill", "stroke", "stroke-width"], FH = ["font-size", "font-weight", "fill", "x", "y"], kH = ["x", "y", "width", "height", "onMouseover"], SH = { key: 0 }, EH = ["font-size", "fill", "x", "y", "font-weight"], TH = { key: 1 }, LH = ["x", "y", "font-size", "fill", "font-weight"], UH = ["y"], QH = { style: { "text-align": "right" } }, IH = {
|
|
@@ -40874,11 +40874,11 @@ const lH = ["id"], sH = { class: "vue-ui-heatmap-user-option-item" }, uH = ["id"
|
|
|
40874
40874
|
})), s = Ue(() => {
|
|
40875
40875
|
if (!Object.keys(t.config || {}).length)
|
|
40876
40876
|
return a.value;
|
|
40877
|
-
const U =
|
|
40877
|
+
const U = Nr({
|
|
40878
40878
|
defaultConfig: a.value,
|
|
40879
40879
|
userConfig: t.config
|
|
40880
40880
|
});
|
|
40881
|
-
return
|
|
40881
|
+
return Dr(U);
|
|
40882
40882
|
}), v = _e({
|
|
40883
40883
|
inside: !s.value.style.layout.useDiv,
|
|
40884
40884
|
showTable: s.value.table.show
|
|
@@ -41246,7 +41246,7 @@ const lH = ["id"], sH = { class: "vue-ui-heatmap-user-option-item" }, uH = ["id"
|
|
|
41246
41246
|
], 4)) : J("", !0)
|
|
41247
41247
|
], 12, lH));
|
|
41248
41248
|
}
|
|
41249
|
-
},
|
|
41249
|
+
}, jV = /* @__PURE__ */ ln(WH, [["__scopeId", "data-v-2f8980b7"]]);
|
|
41250
41250
|
const jH = ["id"], XH = { class: "vue-ui-scatter-user-option-item" }, qH = ["id", "name"], YH = ["for"], JH = { class: "vue-ui-scatter-user-option-item" }, ZH = ["id", "name"], eR = ["for"], tR = ["disabled"], rR = ["stroke"], nR = /* @__PURE__ */ Fr('<path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-87c05ff4></path><path d="M18 16v.01" data-v-87c05ff4></path><path d="M6 16v.01" data-v-87c05ff4></path><path d="M12 5v.01" data-v-87c05ff4></path><path d="M12 12v.01" data-v-87c05ff4></path><path d="M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" data-v-87c05ff4></path>', 6), aR = [
|
|
41251
41251
|
nR
|
|
41252
41252
|
], AR = { key: 1 }, iR = ["viewBox"], oR = { key: 0 }, lR = ["font-size", "fill", "x"], sR = ["font-size", "fill", "x", "y"], uR = { key: 1 }, cR = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], hR = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], fR = ["cx", "cy", "r", "fill", "stroke", "stroke-width", "onMouseover"], dR = { key: 2 }, gR = ["x", "y", "font-size", "fill"], vR = ["x", "y", "font-size", "fill"], pR = ["id", "font-size", "font-weight", "fill"], yR = { key: 3 }, wR = ["x", "y", "font-size", "fill"], xR = ["x", "y", "font-size", "fill"], bR = ["font-size", "font-weight", "fill", "x", "y"], mR = ["id"], BR = ["x", "y", "width", "height"], CR = { key: 4 }, _R = ["x1", "x2", "y1", "y2", "stroke-dasharray", "stroke", "stroke-width", "clip-path"], FR = ["x", "y", "fill", "font-size", "font-weight"], kR = ["y", "height"], SR = ["onClick"], ER = ["height", "width"], TR = ["fill"], LR = ["onClick"], UR = ["height", "width"], QR = ["fill"], IR = ["innerHTML"], NR = { key: 0 }, DR = { key: 0 }, MR = { style: { display: "flex", "flex-direction": "row", gap: "3px", "align-items": "center" } }, OR = ["height", "width"], PR = ["fill"], HR = {
|
|
@@ -41281,11 +41281,11 @@ const jH = ["id"], XH = { class: "vue-ui-scatter-user-option-item" }, qH = ["id"
|
|
|
41281
41281
|
})), s = Ue(() => {
|
|
41282
41282
|
if (!Object.keys(r.config || {}).length)
|
|
41283
41283
|
return n.value;
|
|
41284
|
-
const ne =
|
|
41284
|
+
const ne = Nr({
|
|
41285
41285
|
defaultConfig: n.value,
|
|
41286
41286
|
userConfig: r.config
|
|
41287
41287
|
});
|
|
41288
|
-
return
|
|
41288
|
+
return Dr(ne);
|
|
41289
41289
|
}), v = _e({
|
|
41290
41290
|
inside: !s.value.style.layout.useDiv,
|
|
41291
41291
|
showTable: s.value.table.show
|
|
@@ -41759,7 +41759,7 @@ const jH = ["id"], XH = { class: "vue-ui-scatter-user-option-item" }, qH = ["id"
|
|
|
41759
41759
|
], 4)) : J("", !0)
|
|
41760
41760
|
], 12, jH));
|
|
41761
41761
|
}
|
|
41762
|
-
},
|
|
41762
|
+
}, XV = /* @__PURE__ */ ln(HR, [["__scopeId", "data-v-87c05ff4"]]);
|
|
41763
41763
|
const RR = ["id"], $R = { class: "vue-ui-candlestick-user-option-item" }, zR = ["id", "name"], KR = ["for"], VR = { class: "vue-ui-candlestick-user-option-item" }, GR = ["id", "name"], WR = ["for"], jR = ["disabled"], XR = ["stroke"], qR = /* @__PURE__ */ Fr('<path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-844784dd></path><path d="M18 16v.01" data-v-844784dd></path><path d="M6 16v.01" data-v-844784dd></path><path d="M12 5v.01" data-v-844784dd></path><path d="M12 12v.01" data-v-844784dd></path><path d="M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" data-v-844784dd></path>', 6), YR = [
|
|
41764
41764
|
qR
|
|
41765
41765
|
], JR = { key: 1 }, ZR = ["viewBox"], e$ = { key: 0 }, t$ = ["id"], r$ = ["stop-color"], n$ = ["stop-color"], a$ = ["stop-color"], A$ = ["id"], i$ = ["stop-color"], o$ = ["stop-color"], l$ = ["stop-color"], s$ = { key: 0 }, u$ = ["font-size", "fill", "x"], c$ = ["font-size", "fill", "x", "y"], h$ = { key: 1 }, f$ = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], d$ = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], g$ = { key: 2 }, v$ = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], p$ = ["x", "y", "font-size", "fill", "font-weight"], y$ = { key: 3 }, w$ = ["x", "y", "font-size", "fill", "font-weight"], x$ = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], b$ = { key: 0 }, m$ = ["cx", "cy", "r", "fill"], B$ = ["cx", "cy", "r", "fill"], C$ = { key: 1 }, _$ = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], F$ = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], k$ = ["x", "y", "height", "width", "fill", "rx"], S$ = ["x", "y", "height", "width", "fill", "rx", "stroke", "stroke-width"], E$ = ["x", "y", "height", "width", "fill", "onMouseover"], T$ = {
|
|
@@ -41812,11 +41812,11 @@ const RR = ["id"], $R = { class: "vue-ui-candlestick-user-option-item" }, zR = [
|
|
|
41812
41812
|
})), s = Ue(() => {
|
|
41813
41813
|
if (!Object.keys(t.config || {}).length)
|
|
41814
41814
|
return a.value;
|
|
41815
|
-
const R =
|
|
41815
|
+
const R = Nr({
|
|
41816
41816
|
defaultConfig: a.value,
|
|
41817
41817
|
userConfig: t.config
|
|
41818
41818
|
});
|
|
41819
|
-
return
|
|
41819
|
+
return Dr(R);
|
|
41820
41820
|
}), v = _e({
|
|
41821
41821
|
inside: !s.value.style.layout.useDiv,
|
|
41822
41822
|
showTable: s.value.table.show
|
|
@@ -42327,7 +42327,7 @@ const RR = ["id"], $R = { class: "vue-ui-candlestick-user-option-item" }, zR = [
|
|
|
42327
42327
|
], 4)) : J("", !0)
|
|
42328
42328
|
], 12, RR));
|
|
42329
42329
|
}
|
|
42330
|
-
},
|
|
42330
|
+
}, qV = /* @__PURE__ */ ln(z$, [["__scopeId", "data-v-844784dd"]]);
|
|
42331
42331
|
const K$ = ["id"], V$ = { class: "vue-ui-age-pyramid-user-option-item" }, G$ = ["id", "name"], W$ = ["for"], j$ = { class: "vue-ui-age-pyramid-user-option-item" }, X$ = ["id", "name"], q$ = ["for"], Y$ = ["disabled"], J$ = ["stroke"], Z$ = /* @__PURE__ */ Fr('<path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-f1c095b2></path><path d="M18 16v.01" data-v-f1c095b2></path><path d="M6 16v.01" data-v-f1c095b2></path><path d="M12 5v.01" data-v-f1c095b2></path><path d="M12 12v.01" data-v-f1c095b2></path><path d="M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" data-v-f1c095b2></path>', 6), ez = [
|
|
42332
42332
|
Z$
|
|
42333
42333
|
], tz = { key: 1 }, rz = ["viewBox"], nz = ["id"], az = ["stop-color"], Az = ["stop-color"], iz = ["id"], oz = ["stop-color"], lz = ["stop-color"], sz = { key: 0 }, uz = ["font-size", "fill", "x"], cz = ["font-size", "fill", "x", "y"], hz = ["x", "y", "width", "height", "fill", "rx"], fz = ["x", "y", "width", "height", "fill", "rx"], dz = ["x", "y", "width", "height", "fill", "rx"], gz = ["x", "y", "width", "height", "fill", "rx"], vz = { key: 0 }, pz = ["x", "y", "fill", "font-size", "font-weight"], yz = ["x", "y", "fill", "font-size", "font-weight"], wz = { key: 1 }, xz = ["x", "y", "font-size", "fill", "font-weight"], bz = { key: 2 }, mz = { key: 0 }, Bz = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], Cz = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], _z = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], Fz = ["x", "y", "font-size", "fill", "font-weight"], kz = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], Sz = ["x", "y", "font-size", "fill", "font-weight"], Ez = ["x", "y", "font-size", "fill", "font-weight"], Tz = ["x", "y", "width", "height", "fill", "onMouseover"], Lz = ["innerHTML"], Uz = { key: 0 }, Qz = { key: 0 }, Iz = {
|
|
@@ -42354,11 +42354,11 @@ const K$ = ["id"], V$ = { class: "vue-ui-age-pyramid-user-option-item" }, G$ = [
|
|
|
42354
42354
|
})), s = Ue(() => {
|
|
42355
42355
|
if (!Object.keys(t.config || {}).length)
|
|
42356
42356
|
return a.value;
|
|
42357
|
-
const U =
|
|
42357
|
+
const U = Nr({
|
|
42358
42358
|
defaultConfig: a.value,
|
|
42359
42359
|
userConfig: t.config
|
|
42360
42360
|
});
|
|
42361
|
-
return
|
|
42361
|
+
return Dr(U);
|
|
42362
42362
|
}), v = _e({
|
|
42363
42363
|
inside: !s.value.style.layout.useDiv,
|
|
42364
42364
|
showTable: s.value.table.show
|
|
@@ -42834,7 +42834,7 @@ const K$ = ["id"], V$ = { class: "vue-ui-age-pyramid-user-option-item" }, G$ = [
|
|
|
42834
42834
|
], 4)) : J("", !0)
|
|
42835
42835
|
], 12, K$));
|
|
42836
42836
|
}
|
|
42837
|
-
},
|
|
42837
|
+
}, YV = /* @__PURE__ */ ln(Iz, [["__scopeId", "data-v-f1c095b2"]]), Nz = { style: { width: "100%" } }, Dz = ["viewBox"], Mz = ["id"], Oz = ["stop-color"], Pz = ["stop-color"], Hz = ["height", "width", "fill", "rx"], Rz = ["height", "width", "fill", "rx"], $z = ["height", "width", "fill", "rx"], JV = {
|
|
42838
42838
|
__name: "vue-ui-sparkbar",
|
|
42839
42839
|
props: {
|
|
42840
42840
|
config: {
|
|
@@ -42864,11 +42864,11 @@ const K$ = ["id"], V$ = { class: "vue-ui-age-pyramid-user-option-item" }, G$ = [
|
|
|
42864
42864
|
const t = e, r = _e(`vue-ui-sparkbar-${Math.random()}`), a = _e(Vr.vue_ui_sparkbar), n = Ue(() => {
|
|
42865
42865
|
if (!Object.keys(t.config || {}).length)
|
|
42866
42866
|
return a.value;
|
|
42867
|
-
const h =
|
|
42867
|
+
const h = Nr({
|
|
42868
42868
|
defaultConfig: a.value,
|
|
42869
42869
|
userConfig: t.config
|
|
42870
42870
|
});
|
|
42871
|
-
return
|
|
42871
|
+
return Dr(h);
|
|
42872
42872
|
}), A = _e({
|
|
42873
42873
|
width: 500,
|
|
42874
42874
|
height: 16
|
|
@@ -42968,11 +42968,11 @@ const zz = (e) => (Al("data-v-58b856d9"), e = e(), il(), e), Kz = {
|
|
|
42968
42968
|
const n = _e(Vr.vue_ui_dashboard), A = Ue(() => {
|
|
42969
42969
|
if (!Object.keys(a.config || {}).length)
|
|
42970
42970
|
return n.value;
|
|
42971
|
-
const ie =
|
|
42971
|
+
const ie = Nr({
|
|
42972
42972
|
defaultConfig: n.value,
|
|
42973
42973
|
userConfig: a.config
|
|
42974
42974
|
});
|
|
42975
|
-
return
|
|
42975
|
+
return Dr(ie);
|
|
42976
42976
|
}), i = _e(`vue-ui-dashboard-${Math.random()}`), o = _e(a.dataset), u = _e(null), l = _e(null), h = _e({ x: 0, y: 0 }), d = _e({ x: 0, y: 0 }), y = _e(null), s = _e(!1), v = _e(null), f = _e(!1);
|
|
42977
42977
|
function g() {
|
|
42978
42978
|
f.value = !0, na({
|
|
@@ -43165,7 +43165,7 @@ const zz = (e) => (Al("data-v-58b856d9"), e = e(), il(), e), Kz = {
|
|
|
43165
43165
|
], 12, qz)
|
|
43166
43166
|
], 64));
|
|
43167
43167
|
}
|
|
43168
|
-
},
|
|
43168
|
+
}, ZV = /* @__PURE__ */ ln(nK, [["__scopeId", "data-v-58b856d9"]]);
|
|
43169
43169
|
const aK = {
|
|
43170
43170
|
props: {
|
|
43171
43171
|
config: {
|
|
@@ -43463,6 +43463,8 @@ const aK = {
|
|
|
43463
43463
|
});
|
|
43464
43464
|
},
|
|
43465
43465
|
methods: {
|
|
43466
|
+
treeShake: Nr,
|
|
43467
|
+
convertConfigColors: Dr,
|
|
43466
43468
|
bringShapeTo(e) {
|
|
43467
43469
|
const t = this.shapes.find(
|
|
43468
43470
|
(r) => r.id === this.lastSelectedShape.id
|
|
@@ -43658,7 +43660,7 @@ const aK = {
|
|
|
43658
43660
|
}
|
|
43659
43661
|
},
|
|
43660
43662
|
allowEditAndHoverShapes(e) {
|
|
43661
|
-
this.preventEdit = !1, e.target && e.target.id && (this.hoveredShapeId = e.target.id);
|
|
43663
|
+
e.preventDefault(), this.preventEdit = !1, e.target && e.target.id && (this.hoveredShapeId = e.target.id);
|
|
43662
43664
|
},
|
|
43663
43665
|
setSelectedTextAlignTo(e) {
|
|
43664
43666
|
!this.lastSelectedShape || this.lastSelectedShape.type !== "text" || (this.lastSelectedShape.textAlign = e);
|
|
@@ -43917,14 +43919,14 @@ const aK = {
|
|
|
43917
43919
|
});
|
|
43918
43920
|
},
|
|
43919
43921
|
chooseAction(e) {
|
|
43920
|
-
switch (this.isMouseDown = !0, !0) {
|
|
43922
|
+
switch (e.preventDefault(), this.isMouseDown = !0, !0) {
|
|
43921
43923
|
case this.isDrawMode:
|
|
43922
43924
|
this.drawDown();
|
|
43923
43925
|
break;
|
|
43924
43926
|
}
|
|
43925
43927
|
},
|
|
43926
43928
|
chooseMove(e) {
|
|
43927
|
-
switch (e.target.localName !== "svg" && (this.currentTarget = e.target), !0) {
|
|
43929
|
+
switch (e.preventDefault(), e.target.localName !== "svg" && (this.currentTarget = e.target), !0) {
|
|
43928
43930
|
case (this.isMoveMode && this.isMouseDown):
|
|
43929
43931
|
this.moveDown();
|
|
43930
43932
|
break;
|
|
@@ -44286,8 +44288,10 @@ const aK = {
|
|
|
44286
44288
|
!this.lastSelectedShape || this.lastSelectedShape.type !== "text" || (this.lastSelectedShape.isBold = this.copy(this.isBold), this.lastSelectedShape.isItalic = this.copy(this.isItalic), this.lastSelectedShape.isUnderline = this.copy(this.isUnderline), this.lastSelectedShape.fontSize = this.copy(this.textFont), this.lastSelectedShape.isBulletTextMode = this.copy(this.isBulletTextMode));
|
|
44287
44289
|
},
|
|
44288
44290
|
setPointer(e) {
|
|
44291
|
+
e.preventDefault();
|
|
44289
44292
|
const r = this.$refs.mainSvg.getBoundingClientRect();
|
|
44290
|
-
|
|
44293
|
+
let a, n;
|
|
44294
|
+
e.touches && e.touches.length > 0 ? (a = e.touches[0].clientX, n = e.touches[0].clientY) : (a = e.clientX, n = e.clientY), this.pointerPosition.x = (a - r.left) / r.width * this.svgWidth, this.pointerPosition.y = (n - r.top) / r.height * this.svgHeight;
|
|
44291
44295
|
},
|
|
44292
44296
|
setShapeTo(e) {
|
|
44293
44297
|
if (this.showCaret = !1, this.deleteEmptyTextElement(), e === this.activeShape) {
|
|
@@ -44310,10 +44314,10 @@ const aK = {
|
|
|
44310
44314
|
});
|
|
44311
44315
|
}
|
|
44312
44316
|
}
|
|
44313
|
-
}, AA = (e) => (Al("data-v-
|
|
44317
|
+
}, AA = (e) => (Al("data-v-2233b729"), e = e(), il(), e), AK = { class: "vue-ui-annotator" }, iK = { "data-html2canvas-ignore": "" }, oK = {
|
|
44314
44318
|
class: "tool-selection",
|
|
44315
44319
|
style: { "margin-top": "24px" }
|
|
44316
|
-
}, lK = ["disabled"], sK = /* @__PURE__ */ Fr('<svg xmlns="http://www.w3.org/2000/svg" width="80%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-
|
|
44320
|
+
}, lK = ["disabled"], sK = /* @__PURE__ */ Fr('<svg xmlns="http://www.w3.org/2000/svg" width="80%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-2233b729><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-2233b729></path><path d="M18 9l3 3l-3 3" data-v-2233b729></path><path d="M15 12h6" data-v-2233b729></path><path d="M6 9l-3 3l3 3" data-v-2233b729></path><path d="M3 12h6" data-v-2233b729></path><path d="M9 18l3 3l3 -3" data-v-2233b729></path><path d="M12 15v6" data-v-2233b729></path><path d="M15 6l-3 -3l-3 3" data-v-2233b729></path><path d="M12 3v6" data-v-2233b729></path></svg>', 1), uK = ["disabled"], cK = /* @__PURE__ */ AA(() => /* @__PURE__ */ w("svg", {
|
|
44317
44321
|
xmlns: "http://www.w3.org/2000/svg",
|
|
44318
44322
|
width: "80%",
|
|
44319
44323
|
viewBox: "0 0 24 24",
|
|
@@ -44330,7 +44334,7 @@ const aK = {
|
|
|
44330
44334
|
}),
|
|
44331
44335
|
/* @__PURE__ */ w("path", { d: "M4 11v8a1 1 0 0 0 1 1h8m-9 -14v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1" }),
|
|
44332
44336
|
/* @__PURE__ */ w("path", { d: "M4 12h7a1 1 0 0 1 1 1v7" })
|
|
44333
|
-
], -1)), hK = ["disabled"], fK = /* @__PURE__ */ Fr('<svg width="80%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-
|
|
44337
|
+
], -1)), hK = ["disabled"], fK = /* @__PURE__ */ Fr('<svg width="80%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-2233b729><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-2233b729></path><path d="M4 7l16 0" data-v-2233b729></path><path d="M10 11l0 6" data-v-2233b729></path><path d="M14 11l0 6" data-v-2233b729></path><path d="M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12" data-v-2233b729></path><path d="M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3" data-v-2233b729></path></svg>', 1), dK = ["disabled"], gK = {
|
|
44334
44338
|
style: { width: "80%" },
|
|
44335
44339
|
viewBox: "0 0 24 24"
|
|
44336
44340
|
}, vK = /* @__PURE__ */ AA(() => /* @__PURE__ */ w("path", {
|
|
@@ -44386,7 +44390,7 @@ const aK = {
|
|
|
44386
44390
|
}),
|
|
44387
44391
|
/* @__PURE__ */ w("path", { d: "M9 14l-4 -4l4 -4" }),
|
|
44388
44392
|
/* @__PURE__ */ w("path", { d: "M5 10h11a4 4 0 1 1 0 8h-1" })
|
|
44389
|
-
], -1)), TK = /* @__PURE__ */ Fr('<svg width="80%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-
|
|
44393
|
+
], -1)), TK = /* @__PURE__ */ Fr('<svg width="80%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-2233b729><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-2233b729></path><path d="M17 17h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2" data-v-2233b729></path><path d="M17 9v-4a2 2 0 0 0 -2 -2h-6a2 2 0 0 0 -2 2v4" data-v-2233b729></path><path d="M7 13m0 2a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2z" data-v-2233b729></path></svg>', 1), LK = /* @__PURE__ */ Fr('<svg width="100%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-2233b729><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-2233b729></path><path d="M6 4h10l4 4v10a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2" data-v-2233b729></path><path d="M12 14m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" data-v-2233b729></path><path d="M14 4l0 4l-6 0l0 -4" data-v-2233b729></path></svg>', 1), UK = {
|
|
44390
44394
|
class: "tool-selection",
|
|
44391
44395
|
style: { "margin-top": "6px" }
|
|
44392
44396
|
}, QK = {
|
|
@@ -44449,7 +44453,7 @@ const aK = {
|
|
|
44449
44453
|
], AV = { key: 4 }, iV = { style: { display: "flex", "flex-direction": "column", "align-items": "center", "justify-content": "center" } }, oV = {
|
|
44450
44454
|
for: "textFont",
|
|
44451
44455
|
style: { "font-size": "0.7em" }
|
|
44452
|
-
}, lV = { key: 5 }, sV = /* @__PURE__ */ Fr('<svg width="80%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-
|
|
44456
|
+
}, lV = { key: 5 }, sV = /* @__PURE__ */ Fr('<svg width="80%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-2233b729><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-2233b729></path><path d="M4 6l16 0" data-v-2233b729></path><path d="M4 12l10 0" data-v-2233b729></path><path d="M4 18l14 0" data-v-2233b729></path></svg>', 1), uV = { key: 6 }, cV = ["disabled"], hV = /* @__PURE__ */ Fr('<svg width="80%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-2233b729><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-2233b729></path><path d="M4 6l16 0" data-v-2233b729></path><path d="M8 12l8 0" data-v-2233b729></path><path d="M6 18l12 0" data-v-2233b729></path></svg>', 1), fV = { key: 7 }, dV = ["disabled"], gV = /* @__PURE__ */ Fr('<svg width="80%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-2233b729><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-2233b729></path><path d="M4 6l16 0" data-v-2233b729></path><path d="M10 12l10 0" data-v-2233b729></path><path d="M6 18l14 0" data-v-2233b729></path></svg>', 1), vV = { key: 8 }, pV = /* @__PURE__ */ Fr('<svg width="100%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-2233b729><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-2233b729></path><path d="M9 6l11 0" data-v-2233b729></path><path d="M9 12l11 0" data-v-2233b729></path><path d="M9 18l11 0" data-v-2233b729></path><path d="M5 6l0 .01" data-v-2233b729></path><path d="M5 12l0 .01" data-v-2233b729></path><path d="M5 18l0 .01" data-v-2233b729></path></svg>', 1), yV = { key: 9 }, wV = /* @__PURE__ */ AA(() => /* @__PURE__ */ w("svg", {
|
|
44453
44457
|
width: "100%",
|
|
44454
44458
|
viewBox: "0 0 24 24",
|
|
44455
44459
|
"stroke-width": "3",
|
|
@@ -44465,7 +44469,7 @@ const aK = {
|
|
|
44465
44469
|
}),
|
|
44466
44470
|
/* @__PURE__ */ w("path", { d: "M7 5h6a3.5 3.5 0 0 1 0 7h-6z" }),
|
|
44467
44471
|
/* @__PURE__ */ w("path", { d: "M13 12h1a3.5 3.5 0 0 1 0 7h-7v-7" })
|
|
44468
|
-
], -1)), xV = { key: 10 }, bV = /* @__PURE__ */ Fr('<svg width="100%" height="44" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-
|
|
44472
|
+
], -1)), xV = { key: 10 }, bV = /* @__PURE__ */ Fr('<svg width="100%" height="44" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-2233b729><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-2233b729></path><path d="M11 5l6 0" data-v-2233b729></path><path d="M7 19l6 0" data-v-2233b729></path><path d="M14 5l-4 14" data-v-2233b729></path></svg>', 1), mV = { key: 11 }, BV = /* @__PURE__ */ AA(() => /* @__PURE__ */ w("svg", {
|
|
44469
44473
|
width: "100%",
|
|
44470
44474
|
viewBox: "0 0 24 24",
|
|
44471
44475
|
"stroke-width": "2",
|
|
@@ -44491,8 +44495,8 @@ const aK = {
|
|
|
44491
44495
|
class: "annotator annotator__wrapper",
|
|
44492
44496
|
ref: "drawSvgContainer",
|
|
44493
44497
|
style: { position: "relative" }
|
|
44494
|
-
}, SV = ["viewBox", "width", "height"], EV = ["id", "innerHTML"], TV = ["
|
|
44495
|
-
function
|
|
44498
|
+
}, SV = ["viewBox", "width", "height"], EV = ["id", "innerHTML"], TV = ["height", "viewBox", "width"], LV = ["cx", "cy"];
|
|
44499
|
+
function UV(e, t, r, a, n, A) {
|
|
44496
44500
|
return x(), b("div", AK, [
|
|
44497
44501
|
w("div", iK, [
|
|
44498
44502
|
w("details", {
|
|
@@ -45276,25 +45280,30 @@ function IV(e, t, r, a, n, A) {
|
|
|
45276
45280
|
], 36)
|
|
45277
45281
|
]),
|
|
45278
45282
|
w("div", kV, [
|
|
45279
|
-
|
|
45283
|
+
Lg(e.$slots, "default", {}, void 0, !0),
|
|
45284
|
+
n.isSummaryOpen ? (x(), b("svg", {
|
|
45280
45285
|
id: "annotatorSvg",
|
|
45281
45286
|
key: n.step,
|
|
45282
45287
|
ref: "mainSvg",
|
|
45283
45288
|
class: wt({ draw: !0, "draw--free": n.activeShape === "line" }),
|
|
45284
|
-
style: N([`cursor:${A.cursorClass}; font-family: Helvetica;`, { position: "absolute", top: "0", left: "0" }]),
|
|
45289
|
+
style: N([`cursor:${A.cursorClass}; font-family: Helvetica; z-index: 100000000;`, { position: "absolute", top: "0", left: "0" }]),
|
|
45285
45290
|
viewBox: `0 0 ${n.svgWidth} ${n.svgHeight}`,
|
|
45286
45291
|
width: n.sourceWidth,
|
|
45287
45292
|
height: n.sourceHeight,
|
|
45288
45293
|
onPointerdown: t[38] || (t[38] = (i) => A.chooseAction(i)),
|
|
45289
45294
|
onPointerup: t[39] || (t[39] = (...i) => A.resetDraw && A.resetDraw(...i)),
|
|
45290
|
-
|
|
45295
|
+
onTouchend: t[40] || (t[40] = (...i) => A.resetDraw && A.resetDraw(...i)),
|
|
45296
|
+
onTouchstart: t[41] || (t[41] = (i) => {
|
|
45297
|
+
A.setPointer(i), A.clickSvg(i);
|
|
45298
|
+
}),
|
|
45299
|
+
onPointermove: t[42] || (t[42] = (i) => {
|
|
45291
45300
|
A.setPointer(i), A.chooseMove(i);
|
|
45292
45301
|
}),
|
|
45293
|
-
onPointerout: t[
|
|
45302
|
+
onPointerout: t[43] || (t[43] = (i) => {
|
|
45294
45303
|
n.preventEdit = !0, n.hoveredShapeId = void 0;
|
|
45295
45304
|
}),
|
|
45296
|
-
onPointerover: t[
|
|
45297
|
-
onClick: t[
|
|
45305
|
+
onPointerover: t[44] || (t[44] = (i) => A.allowEditAndHoverShapes(i)),
|
|
45306
|
+
onClick: t[45] || (t[45] = (i) => A.clickSvg(i))
|
|
45298
45307
|
}, [
|
|
45299
45308
|
(x(!0), b(Be, null, ke(A.userShapes, (i, o) => (x(), b("g", {
|
|
45300
45309
|
key: `shape_${o}`,
|
|
@@ -45305,38 +45314,8 @@ function IV(e, t, r, a, n, A) {
|
|
|
45305
45314
|
})
|
|
45306
45315
|
}, null, 8, EV))), 128))
|
|
45307
45316
|
], 46, SV)) : J("", !0),
|
|
45308
|
-
Lg(e.$slots, "default", {}, void 0, !0),
|
|
45309
|
-
n.isSummaryOpen ? (x(), b("svg", {
|
|
45310
|
-
id: "annotatorSvg",
|
|
45311
|
-
key: n.step,
|
|
45312
|
-
ref: "mainSvg",
|
|
45313
|
-
class: wt({ draw: !0, "draw--free": n.activeShape === "line" }),
|
|
45314
|
-
style: N([`cursor:${A.cursorClass}; font-family: Helvetica; z-index: 100000000;`, { position: "absolute", top: "0", left: "0" }]),
|
|
45315
|
-
viewBox: `0 0 ${n.svgWidth} ${n.svgHeight}`,
|
|
45316
|
-
width: n.sourceWidth,
|
|
45317
|
-
height: n.sourceHeight,
|
|
45318
|
-
onPointerdown: t[45] || (t[45] = (i) => A.chooseAction(i)),
|
|
45319
|
-
onPointerup: t[46] || (t[46] = (...i) => A.resetDraw && A.resetDraw(...i)),
|
|
45320
|
-
onPointermove: t[47] || (t[47] = (i) => {
|
|
45321
|
-
A.setPointer(i), A.chooseMove(i);
|
|
45322
|
-
}),
|
|
45323
|
-
onPointerout: t[48] || (t[48] = (i) => {
|
|
45324
|
-
n.preventEdit = !0, n.hoveredShapeId = void 0;
|
|
45325
|
-
}),
|
|
45326
|
-
onPointerover: t[49] || (t[49] = (i) => A.allowEditAndHoverShapes(i)),
|
|
45327
|
-
onClick: t[50] || (t[50] = (i) => A.clickSvg(i))
|
|
45328
|
-
}, [
|
|
45329
|
-
(x(!0), b(Be, null, ke(A.userShapes, (i, o) => (x(), b("g", {
|
|
45330
|
-
key: `shape_${o}`,
|
|
45331
|
-
id: i.id,
|
|
45332
|
-
innerHTML: i,
|
|
45333
|
-
onClick: t[44] || (t[44] = (u) => {
|
|
45334
|
-
A.clickShape(u), n.isMoveMode = !1;
|
|
45335
|
-
})
|
|
45336
|
-
}, null, 8, LV))), 128))
|
|
45337
|
-
], 46, TV)) : J("", !0),
|
|
45338
45317
|
n.isPrinting ? (x(), b("svg", {
|
|
45339
|
-
key:
|
|
45318
|
+
key: 1,
|
|
45340
45319
|
style: { position: "absolute", top: "0", left: "0" },
|
|
45341
45320
|
height: n.sourceHeight,
|
|
45342
45321
|
viewBox: `0 0 ${n.svgWidth} ${n.svgHeight}`,
|
|
@@ -45350,33 +45329,33 @@ function IV(e, t, r, a, n, A) {
|
|
|
45350
45329
|
stroke: "#6376DD",
|
|
45351
45330
|
"stroke-width": "10",
|
|
45352
45331
|
fill: "none"
|
|
45353
|
-
}, null, 8,
|
|
45354
|
-
], 8,
|
|
45332
|
+
}, null, 8, LV)
|
|
45333
|
+
], 8, TV)) : J("", !0)
|
|
45355
45334
|
], 512)
|
|
45356
45335
|
]);
|
|
45357
45336
|
}
|
|
45358
|
-
const
|
|
45337
|
+
const eG = /* @__PURE__ */ ln(aK, [["render", UV], ["__scopeId", "data-v-2233b729"]]);
|
|
45359
45338
|
export {
|
|
45360
45339
|
lr as _,
|
|
45361
|
-
|
|
45362
|
-
|
|
45363
|
-
|
|
45364
|
-
|
|
45365
|
-
|
|
45366
|
-
|
|
45367
|
-
|
|
45368
|
-
|
|
45369
|
-
|
|
45370
|
-
|
|
45371
|
-
|
|
45372
|
-
|
|
45373
|
-
|
|
45374
|
-
|
|
45375
|
-
|
|
45376
|
-
|
|
45377
|
-
|
|
45378
|
-
|
|
45379
|
-
|
|
45380
|
-
|
|
45381
|
-
|
|
45340
|
+
NV as a,
|
|
45341
|
+
DV as b,
|
|
45342
|
+
MV as c,
|
|
45343
|
+
OV as d,
|
|
45344
|
+
PV as e,
|
|
45345
|
+
HV as f,
|
|
45346
|
+
RV as g,
|
|
45347
|
+
$V as h,
|
|
45348
|
+
zV as i,
|
|
45349
|
+
KV as j,
|
|
45350
|
+
VV as k,
|
|
45351
|
+
GV as l,
|
|
45352
|
+
WV as m,
|
|
45353
|
+
jV as n,
|
|
45354
|
+
XV as o,
|
|
45355
|
+
qV as p,
|
|
45356
|
+
YV as q,
|
|
45357
|
+
JV as r,
|
|
45358
|
+
ZV as s,
|
|
45359
|
+
eG as t,
|
|
45360
|
+
IV as v
|
|
45382
45361
|
};
|