vue-data-ui 2.2.23 → 2.2.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { onMounted as Nt, onUnmounted as ng, ref as P, computed as le, openBlock as A, createElementBlock as c, createCommentVNode as S, unref as se, normalizeClass as Ie, useCssVars as qo, createElementVNode as y, normalizeStyle as J, withKeys as ho, createVNode as rt, toDisplayString as Z, Fragment as ve, renderList as Fe, renderSlot as Xe, onBeforeUnmount as md, withDirectives as co, withModifiers as Xo, createBlock as Ve, pushScopeId as Do, popScopeId as To, createStaticVNode as Ml, normalizeProps as mt, guardReactiveProps as Ct, nextTick as fl, watch as Fo, vModelText as ka, mergeProps as Pr, resolveComponent as jo, withCtx as Ge, vModelCheckbox as MA, createTextVNode as yt, vModelSelect as sg, toRef as wd, toRefs as ig, defineAsyncComponent as
|
|
1
|
+
import { onMounted as Nt, onUnmounted as ng, ref as P, computed as le, openBlock as A, createElementBlock as c, createCommentVNode as S, unref as se, normalizeClass as Ie, useCssVars as qo, createElementVNode as y, normalizeStyle as J, withKeys as ho, createVNode as rt, toDisplayString as Z, Fragment as ve, renderList as Fe, renderSlot as Xe, onBeforeUnmount as md, withDirectives as co, withModifiers as Xo, createBlock as Ve, pushScopeId as Do, popScopeId as To, createStaticVNode as Ml, normalizeProps as mt, guardReactiveProps as Ct, nextTick as fl, watch as Fo, vModelText as ka, mergeProps as Pr, resolveComponent as jo, withCtx as Ge, vModelCheckbox as MA, createTextVNode as yt, vModelSelect as sg, toRef as wd, toRefs as ig, defineAsyncComponent as $t, shallowReactive as Ag, resolveDynamicComponent as ug, toHandlers as cg, createSlots as dg } from "vue";
|
|
2
2
|
/*!
|
|
3
3
|
* html2canvas 1.4.1 <https://html2canvas.hertzen.com>
|
|
4
4
|
* Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
|
|
@@ -5372,16 +5372,16 @@ function J2(e, t) {
|
|
|
5372
5372
|
* siefkenj, ahwolf, rickygu, Midnith, saintclair, eaparango,
|
|
5373
5373
|
* kim3er, mfo, alnorth, Flamenco
|
|
5374
5374
|
*/
|
|
5375
|
-
var
|
|
5375
|
+
var Qt = function() {
|
|
5376
5376
|
return typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : this;
|
|
5377
5377
|
}();
|
|
5378
5378
|
function $c() {
|
|
5379
|
-
|
|
5379
|
+
Qt.console && typeof Qt.console.log == "function" && Qt.console.log.apply(Qt.console, arguments);
|
|
5380
5380
|
}
|
|
5381
5381
|
var gl = { log: $c, warn: function(e) {
|
|
5382
|
-
|
|
5382
|
+
Qt.console && (typeof Qt.console.warn == "function" ? Qt.console.warn.apply(Qt.console, arguments) : $c.call(null, arguments));
|
|
5383
5383
|
}, error: function(e) {
|
|
5384
|
-
|
|
5384
|
+
Qt.console && (typeof Qt.console.error == "function" ? Qt.console.error.apply(Qt.console, arguments) : $c(e));
|
|
5385
5385
|
} };
|
|
5386
5386
|
function Uc(e, t, a) {
|
|
5387
5387
|
var r = new XMLHttpRequest();
|
|
@@ -5408,9 +5408,9 @@ function FA(e) {
|
|
|
5408
5408
|
t.initMouseEvent("click", !0, !0, window, 0, 0, 0, 80, 20, !1, !1, !1, !1, 0, null), e.dispatchEvent(t);
|
|
5409
5409
|
}
|
|
5410
5410
|
}
|
|
5411
|
-
var ri, dd, ln =
|
|
5411
|
+
var ri, dd, ln = Qt.saveAs || ((typeof window > "u" ? "undefined" : Al(window)) !== "object" || window !== Qt ? function() {
|
|
5412
5412
|
} : typeof HTMLAnchorElement < "u" && "download" in HTMLAnchorElement.prototype ? function(e, t, a) {
|
|
5413
|
-
var r =
|
|
5413
|
+
var r = Qt.URL || Qt.webkitURL, o = document.createElement("a");
|
|
5414
5414
|
t = t || e.name || "download", o.download = t, o.rel = "noopener", typeof e == "string" ? (o.href = e, o.origin !== location.origin ? bf(o.href) ? Uc(e, t, a) : FA(o, o.target = "_blank") : FA(o)) : (o.href = r.createObjectURL(e), setTimeout(function() {
|
|
5415
5415
|
r.revokeObjectURL(o.href);
|
|
5416
5416
|
}, 4e4), setTimeout(function() {
|
|
@@ -5433,7 +5433,7 @@ var ri, dd, ln = Et.saveAs || ((typeof window > "u" ? "undefined" : Al(window))
|
|
|
5433
5433
|
} : function(e, t, a, r) {
|
|
5434
5434
|
if ((r = r || open("", "_blank")) && (r.document.title = r.document.body.innerText = "downloading..."), typeof e == "string")
|
|
5435
5435
|
return Uc(e, t, a);
|
|
5436
|
-
var o = e.type === "application/octet-stream", l = /constructor/i.test(
|
|
5436
|
+
var o = e.type === "application/octet-stream", l = /constructor/i.test(Qt.HTMLElement) || Qt.safari, s = /CriOS\/[\d]+/.test(navigator.userAgent);
|
|
5437
5437
|
if ((s || o && l) && (typeof FileReader > "u" ? "undefined" : Al(FileReader)) === "object") {
|
|
5438
5438
|
var i = new FileReader();
|
|
5439
5439
|
i.onloadend = function() {
|
|
@@ -5441,7 +5441,7 @@ var ri, dd, ln = Et.saveAs || ((typeof window > "u" ? "undefined" : Al(window))
|
|
|
5441
5441
|
b = s ? b : b.replace(/^data:[^;]*;/, "data:attachment/file;"), r ? r.location.href = b : location = b, r = null;
|
|
5442
5442
|
}, i.readAsDataURL(e);
|
|
5443
5443
|
} else {
|
|
5444
|
-
var u =
|
|
5444
|
+
var u = Qt.URL || Qt.webkitURL, f = u.createObjectURL(e);
|
|
5445
5445
|
r ? r.location = f : location.href = f, r = null, setTimeout(function() {
|
|
5446
5446
|
u.revokeObjectURL(f);
|
|
5447
5447
|
}, 4e4);
|
|
@@ -5520,7 +5520,7 @@ function Z2(e) {
|
|
|
5520
5520
|
a[t >> 2] = e.charCodeAt(t) + (e.charCodeAt(t + 1) << 8) + (e.charCodeAt(t + 2) << 16) + (e.charCodeAt(t + 3) << 24);
|
|
5521
5521
|
return a;
|
|
5522
5522
|
}
|
|
5523
|
-
ri =
|
|
5523
|
+
ri = Qt.atob.bind(Qt), dd = Qt.btoa.bind(Qt);
|
|
5524
5524
|
var mf = "0123456789abcdef".split("");
|
|
5525
5525
|
function em(e) {
|
|
5526
5526
|
for (var t = "", a = 0; a < 4; a++)
|
|
@@ -5626,7 +5626,7 @@ function Cf(e) {
|
|
|
5626
5626
|
try {
|
|
5627
5627
|
s[0].apply(e, r);
|
|
5628
5628
|
} catch (i) {
|
|
5629
|
-
|
|
5629
|
+
Qt.console && gl.error("jsPDF PubSub Error", i.message, i);
|
|
5630
5630
|
}
|
|
5631
5631
|
s[1] && o.push(l);
|
|
5632
5632
|
}
|
|
@@ -5657,7 +5657,7 @@ function ts(e, t, a, r, o) {
|
|
|
5657
5657
|
return new ts(e, t, a, r, o);
|
|
5658
5658
|
this.boundingBox = e, this.xStep = t, this.yStep = a, this.stream = "", this.cloneIndex = 0, t1.call(this, r, o);
|
|
5659
5659
|
}
|
|
5660
|
-
function
|
|
5660
|
+
function Ut(e) {
|
|
5661
5661
|
var t, a = typeof arguments[0] == "string" ? arguments[0] : "p", r = arguments[1], o = arguments[2], l = arguments[3], s = [], i = 1, u = 16, f = "S", b = null;
|
|
5662
5662
|
Al(e = e || {}) === "object" && (a = e.orientation, r = e.unit || r, o = e.format || o, l = e.compress || e.compressPdf || l, (b = e.encryption || null) !== null && (b.userPassword = b.userPassword || "", b.ownerPassword = b.ownerPassword || "", b.userPermissions = b.userPermissions || []), i = typeof e.userUnit == "number" ? Math.abs(e.userUnit) : 1, e.precision !== void 0 && (t = e.precision), e.floatPrecision !== void 0 && (u = e.floatPrecision), f = e.defaultPathOperation || "S"), s = e.filters || (l === !0 ? ["FlateEncode"] : s), r = r || "mm", a = ("" + (a || "P")).toLowerCase();
|
|
5663
5663
|
var d = e.putOnlyUsedFonts || !1, m = {}, p = { internal: {}, __private__: {} };
|
|
@@ -5678,7 +5678,7 @@ function Mt(e) {
|
|
|
5678
5678
|
o = o || "a4";
|
|
5679
5679
|
var x = { COMPAT: "compat", ADVANCED: "advanced" }, w = x.COMPAT;
|
|
5680
5680
|
function V() {
|
|
5681
|
-
this.saveGraphicsState(), H(new
|
|
5681
|
+
this.saveGraphicsState(), H(new Lt(Le, 0, 0, -Le, 0, yr() * Le).toString() + " cm"), this.setFontSize(this.getFontSize() / Le), f = "n", w = x.ADVANCED;
|
|
5682
5682
|
}
|
|
5683
5683
|
function Y() {
|
|
5684
5684
|
this.restoreGraphicsState(), f = "S", w = x.COMPAT;
|
|
@@ -5864,95 +5864,95 @@ function Mt(e) {
|
|
|
5864
5864
|
throw new Error("Invalid arguments passed to jsPDF.setDocumentProperty");
|
|
5865
5865
|
return it[B] = Ae;
|
|
5866
5866
|
};
|
|
5867
|
-
var wt, Le, ze,
|
|
5867
|
+
var wt, Le, ze, We, kt, pt = {}, It = {}, Dt = [], zt = {}, vo = {}, cl = {}, so = {}, $a = null, Ll = 0, Ht = [], al = new Cf(p), Kr = e.hotfixes || [], io = {}, Ua = {}, Ma = [], Lt = function B(Ae, $e, Me, Te, je, lt) {
|
|
5868
5868
|
if (!(this instanceof B))
|
|
5869
5869
|
return new B(Ae, $e, Me, Te, je, lt);
|
|
5870
5870
|
isNaN(Ae) && (Ae = 1), isNaN($e) && ($e = 0), isNaN(Me) && (Me = 0), isNaN(Te) && (Te = 1), isNaN(je) && (je = 0), isNaN(lt) && (lt = 0), this._matrix = [Ae, $e, Me, Te, je, lt];
|
|
5871
5871
|
};
|
|
5872
|
-
Object.defineProperty(
|
|
5872
|
+
Object.defineProperty(Lt.prototype, "sx", { get: function() {
|
|
5873
5873
|
return this._matrix[0];
|
|
5874
5874
|
}, set: function(B) {
|
|
5875
5875
|
this._matrix[0] = B;
|
|
5876
|
-
} }), Object.defineProperty(
|
|
5876
|
+
} }), Object.defineProperty(Lt.prototype, "shy", { get: function() {
|
|
5877
5877
|
return this._matrix[1];
|
|
5878
5878
|
}, set: function(B) {
|
|
5879
5879
|
this._matrix[1] = B;
|
|
5880
|
-
} }), Object.defineProperty(
|
|
5880
|
+
} }), Object.defineProperty(Lt.prototype, "shx", { get: function() {
|
|
5881
5881
|
return this._matrix[2];
|
|
5882
5882
|
}, set: function(B) {
|
|
5883
5883
|
this._matrix[2] = B;
|
|
5884
|
-
} }), Object.defineProperty(
|
|
5884
|
+
} }), Object.defineProperty(Lt.prototype, "sy", { get: function() {
|
|
5885
5885
|
return this._matrix[3];
|
|
5886
5886
|
}, set: function(B) {
|
|
5887
5887
|
this._matrix[3] = B;
|
|
5888
|
-
} }), Object.defineProperty(
|
|
5888
|
+
} }), Object.defineProperty(Lt.prototype, "tx", { get: function() {
|
|
5889
5889
|
return this._matrix[4];
|
|
5890
5890
|
}, set: function(B) {
|
|
5891
5891
|
this._matrix[4] = B;
|
|
5892
|
-
} }), Object.defineProperty(
|
|
5892
|
+
} }), Object.defineProperty(Lt.prototype, "ty", { get: function() {
|
|
5893
5893
|
return this._matrix[5];
|
|
5894
5894
|
}, set: function(B) {
|
|
5895
5895
|
this._matrix[5] = B;
|
|
5896
|
-
} }), Object.defineProperty(
|
|
5896
|
+
} }), Object.defineProperty(Lt.prototype, "a", { get: function() {
|
|
5897
5897
|
return this._matrix[0];
|
|
5898
5898
|
}, set: function(B) {
|
|
5899
5899
|
this._matrix[0] = B;
|
|
5900
|
-
} }), Object.defineProperty(
|
|
5900
|
+
} }), Object.defineProperty(Lt.prototype, "b", { get: function() {
|
|
5901
5901
|
return this._matrix[1];
|
|
5902
5902
|
}, set: function(B) {
|
|
5903
5903
|
this._matrix[1] = B;
|
|
5904
|
-
} }), Object.defineProperty(
|
|
5904
|
+
} }), Object.defineProperty(Lt.prototype, "c", { get: function() {
|
|
5905
5905
|
return this._matrix[2];
|
|
5906
5906
|
}, set: function(B) {
|
|
5907
5907
|
this._matrix[2] = B;
|
|
5908
|
-
} }), Object.defineProperty(
|
|
5908
|
+
} }), Object.defineProperty(Lt.prototype, "d", { get: function() {
|
|
5909
5909
|
return this._matrix[3];
|
|
5910
5910
|
}, set: function(B) {
|
|
5911
5911
|
this._matrix[3] = B;
|
|
5912
|
-
} }), Object.defineProperty(
|
|
5912
|
+
} }), Object.defineProperty(Lt.prototype, "e", { get: function() {
|
|
5913
5913
|
return this._matrix[4];
|
|
5914
5914
|
}, set: function(B) {
|
|
5915
5915
|
this._matrix[4] = B;
|
|
5916
|
-
} }), Object.defineProperty(
|
|
5916
|
+
} }), Object.defineProperty(Lt.prototype, "f", { get: function() {
|
|
5917
5917
|
return this._matrix[5];
|
|
5918
5918
|
}, set: function(B) {
|
|
5919
5919
|
this._matrix[5] = B;
|
|
5920
|
-
} }), Object.defineProperty(
|
|
5920
|
+
} }), Object.defineProperty(Lt.prototype, "rotation", { get: function() {
|
|
5921
5921
|
return Math.atan2(this.shx, this.sx);
|
|
5922
|
-
} }), Object.defineProperty(
|
|
5922
|
+
} }), Object.defineProperty(Lt.prototype, "scaleX", { get: function() {
|
|
5923
5923
|
return this.decompose().scale.sx;
|
|
5924
|
-
} }), Object.defineProperty(
|
|
5924
|
+
} }), Object.defineProperty(Lt.prototype, "scaleY", { get: function() {
|
|
5925
5925
|
return this.decompose().scale.sy;
|
|
5926
|
-
} }), Object.defineProperty(
|
|
5926
|
+
} }), Object.defineProperty(Lt.prototype, "isIdentity", { get: function() {
|
|
5927
5927
|
return this.sx === 1 && this.shy === 0 && this.shx === 0 && this.sy === 1 && this.tx === 0 && this.ty === 0;
|
|
5928
|
-
} }),
|
|
5928
|
+
} }), Lt.prototype.join = function(B) {
|
|
5929
5929
|
return [this.sx, this.shy, this.shx, this.sy, this.tx, this.ty].map(O).join(B);
|
|
5930
|
-
},
|
|
5930
|
+
}, Lt.prototype.multiply = function(B) {
|
|
5931
5931
|
var Ae = B.sx * this.sx + B.shy * this.shx, $e = B.sx * this.shy + B.shy * this.sy, Me = B.shx * this.sx + B.sy * this.shx, Te = B.shx * this.shy + B.sy * this.sy, je = B.tx * this.sx + B.ty * this.shx + this.tx, lt = B.tx * this.shy + B.ty * this.sy + this.ty;
|
|
5932
|
-
return new
|
|
5933
|
-
},
|
|
5932
|
+
return new Lt(Ae, $e, Me, Te, je, lt);
|
|
5933
|
+
}, Lt.prototype.decompose = function() {
|
|
5934
5934
|
var B = this.sx, Ae = this.shy, $e = this.shx, Me = this.sy, Te = this.tx, je = this.ty, lt = Math.sqrt(B * B + Ae * Ae), ft = (B /= lt) * $e + (Ae /= lt) * Me;
|
|
5935
5935
|
$e -= B * ft, Me -= Ae * ft;
|
|
5936
5936
|
var _t = Math.sqrt($e * $e + Me * Me);
|
|
5937
|
-
return ft /= _t, B * (Me /= _t) < Ae * ($e /= _t) && (B = -B, Ae = -Ae, ft = -ft, lt = -lt), { scale: new
|
|
5938
|
-
},
|
|
5937
|
+
return ft /= _t, B * (Me /= _t) < Ae * ($e /= _t) && (B = -B, Ae = -Ae, ft = -ft, lt = -lt), { scale: new Lt(lt, 0, 0, _t, 0, 0), translate: new Lt(1, 0, 0, 1, Te, je), rotate: new Lt(B, Ae, -Ae, B, 0, 0), skew: new Lt(1, 0, ft, 1, 0, 0) };
|
|
5938
|
+
}, Lt.prototype.toString = function(B) {
|
|
5939
5939
|
return this.join(" ");
|
|
5940
|
-
},
|
|
5940
|
+
}, Lt.prototype.inversed = function() {
|
|
5941
5941
|
var B = this.sx, Ae = this.shy, $e = this.shx, Me = this.sy, Te = this.tx, je = this.ty, lt = 1 / (B * Me - Ae * $e), ft = Me * lt, _t = -Ae * lt, Ot = -$e * lt, Wt = B * lt;
|
|
5942
|
-
return new
|
|
5943
|
-
},
|
|
5942
|
+
return new Lt(ft, _t, Ot, Wt, -ft * Te - Ot * je, -_t * Te - Wt * je);
|
|
5943
|
+
}, Lt.prototype.applyToPoint = function(B) {
|
|
5944
5944
|
var Ae = B.x * this.sx + B.y * this.shx + this.tx, $e = B.x * this.shy + B.y * this.sy + this.ty;
|
|
5945
5945
|
return new Fn(Ae, $e);
|
|
5946
|
-
},
|
|
5946
|
+
}, Lt.prototype.applyToRectangle = function(B) {
|
|
5947
5947
|
var Ae = this.applyToPoint(B), $e = this.applyToPoint(new Fn(B.x + B.w, B.y + B.h));
|
|
5948
5948
|
return new Cs(Ae.x, Ae.y, $e.x - Ae.x, $e.y - Ae.y);
|
|
5949
|
-
},
|
|
5949
|
+
}, Lt.prototype.clone = function() {
|
|
5950
5950
|
var B = this.sx, Ae = this.shy, $e = this.shx, Me = this.sy, Te = this.tx, je = this.ty;
|
|
5951
|
-
return new
|
|
5952
|
-
}, p.Matrix =
|
|
5951
|
+
return new Lt(B, Ae, $e, Me, Te, je);
|
|
5952
|
+
}, p.Matrix = Lt;
|
|
5953
5953
|
var ia = p.matrixMult = function(B, Ae) {
|
|
5954
5954
|
return Ae.multiply(B);
|
|
5955
|
-
}, Qa = new
|
|
5955
|
+
}, Qa = new Lt(1, 0, 0, 1, 0, 0);
|
|
5956
5956
|
p.unitMatrix = p.identityMatrix = Qa;
|
|
5957
5957
|
var $o = function(B, Ae) {
|
|
5958
5958
|
if (!vo[B]) {
|
|
@@ -6055,7 +6055,7 @@ function Mt(e) {
|
|
|
6055
6055
|
b !== null && (ft = go.encryptor(lt, 0));
|
|
6056
6056
|
var _t = {};
|
|
6057
6057
|
$e === !0 && ($e = ["FlateEncode"]);
|
|
6058
|
-
var Ot = B.additionalKeyValues || [], Wt = (_t =
|
|
6058
|
+
var Ot = B.additionalKeyValues || [], Wt = (_t = Ut.API.processDataByFilters !== void 0 ? Ut.API.processDataByFilters(Ae, $e) : { data: Ae, reverseChain: [] }).reverseChain + (Array.isArray(Me) ? Me.join(" ") : Me.toString());
|
|
6059
6059
|
if (_t.data.length !== 0 && (Ot.push({ key: "Length", value: _t.data.length }), Te === !0 && Ot.push({ key: "Length1", value: je })), Wt.length != 0)
|
|
6060
6060
|
if (Wt.split("/").length - 1 == 1)
|
|
6061
6061
|
Ot.push({ key: "Filter", value: Wt });
|
|
@@ -6195,7 +6195,7 @@ Q`), Po(Te, !0), Yo({ data: je, filters: Ea(), objectId: Te }), H("endobj"), Me;
|
|
|
6195
6195
|
}
|
|
6196
6196
|
al.publish("postPutAdditionalObjects");
|
|
6197
6197
|
}, Ci = function(B) {
|
|
6198
|
-
|
|
6198
|
+
It[B.fontName] = It[B.fontName] || {}, It[B.fontName][B.fontStyle] = B.id;
|
|
6199
6199
|
}, hs = function(B, Ae, $e, Me, Te) {
|
|
6200
6200
|
var je = { id: "F" + (Object.keys(pt).length + 1).toString(10), postScriptName: B, fontName: Ae, fontStyle: $e, encoding: Me, isStandardFont: Te || !1, metadata: {} };
|
|
6201
6201
|
return al.publish("addFont", { font: je, instance: this }), pt[je.id] = je, Ci(je), je.id;
|
|
@@ -6206,7 +6206,7 @@ Q`), Po(Te, !0), Yo({ data: je, filters: Ea(), objectId: Te }), H("endobj"), Me;
|
|
|
6206
6206
|
var Te = B[Ae][0].split("-");
|
|
6207
6207
|
Ci({ id: Me, fontName: Te[0], fontStyle: Te[1] || "" });
|
|
6208
6208
|
}
|
|
6209
|
-
al.publish("addFonts", { fonts: pt, dictionary:
|
|
6209
|
+
al.publish("addFonts", { fonts: pt, dictionary: It });
|
|
6210
6210
|
}, da = function(B) {
|
|
6211
6211
|
return B.foo = function() {
|
|
6212
6212
|
try {
|
|
@@ -6216,9 +6216,9 @@ Q`), Po(Te, !0), Yo({ data: je, filters: Ea(), objectId: Te }), H("endobj"), Me;
|
|
|
6216
6216
|
~Ae.indexOf(" at ") && (Ae = Ae.split(" at ")[1]);
|
|
6217
6217
|
var $e = "Error in function " + Ae.split(`
|
|
6218
6218
|
`)[0].split("<")[0] + ": " + Me.message;
|
|
6219
|
-
if (!
|
|
6219
|
+
if (!Qt.console)
|
|
6220
6220
|
throw new Error($e);
|
|
6221
|
-
|
|
6221
|
+
Qt.console.error($e, Me), Qt.alert && alert($e);
|
|
6222
6222
|
}
|
|
6223
6223
|
}, B.foo.bar = B, B.foo;
|
|
6224
6224
|
}, wn = function(B, Ae) {
|
|
@@ -6260,12 +6260,12 @@ Q`), Po(Te, !0), Yo({ data: je, filters: Ea(), objectId: Te }), H("endobj"), Me;
|
|
|
6260
6260
|
return ce.length - 1;
|
|
6261
6261
|
}, Bi = function(B, Ae, $e) {
|
|
6262
6262
|
var Me, Te = void 0;
|
|
6263
|
-
return $e = $e || {}, B = B !== void 0 ? B : pt[wt].fontName, Ae = Ae !== void 0 ? Ae : pt[wt].fontStyle, Me = B.toLowerCase(),
|
|
6263
|
+
return $e = $e || {}, B = B !== void 0 ? B : pt[wt].fontName, Ae = Ae !== void 0 ? Ae : pt[wt].fontStyle, Me = B.toLowerCase(), It[Me] !== void 0 && It[Me][Ae] !== void 0 ? Te = It[Me][Ae] : It[B] !== void 0 && It[B][Ae] !== void 0 ? Te = It[B][Ae] : $e.disableWarning === !1 && gl.warn("Unable to look up font label for font '" + B + "', '" + Ae + "'. Refer to getFontList() for available fonts."), Te || $e.noFallback || (Te = It.times[Ae]) == null && (Te = It.times.normal), Te;
|
|
6264
6264
|
}, Bu = p.__private__.putInfo = function() {
|
|
6265
6265
|
var B = Yl(), Ae = function(Me) {
|
|
6266
6266
|
return Me;
|
|
6267
6267
|
};
|
|
6268
|
-
for (var $e in b !== null && (Ae = go.encryptor(B, 0)), H("<<"), H("/Producer (" + Uo(Ae("jsPDF " +
|
|
6268
|
+
for (var $e in b !== null && (Ae = go.encryptor(B, 0)), H("<<"), H("/Producer (" + Uo(Ae("jsPDF " + Ut.version)) + ")"), it)
|
|
6269
6269
|
it.hasOwnProperty($e) && it[$e] && H("/" + $e.substr(0, 1).toUpperCase() + $e.substr(1) + " (" + Uo(Ae(it[$e])) + ")");
|
|
6270
6270
|
H("/CreationDate (" + Uo(Ae(me)) + ")"), H(">>"), H("endobj");
|
|
6271
6271
|
}, vs = p.__private__.putCatalog = function(B) {
|
|
@@ -6331,8 +6331,8 @@ Q`), Po(Te, !0), Yo({ data: je, filters: Ea(), objectId: Te }), H("endobj"), Me;
|
|
|
6331
6331
|
return Cn(Xa());
|
|
6332
6332
|
case "bloburi":
|
|
6333
6333
|
case "bloburl":
|
|
6334
|
-
if (
|
|
6335
|
-
return
|
|
6334
|
+
if (Qt.URL !== void 0 && typeof Qt.URL.createObjectURL == "function")
|
|
6335
|
+
return Qt.URL && Qt.URL.createObjectURL(Cn(Xa())) || void 0;
|
|
6336
6336
|
gl.warn("bloburl is not supported by your system, because URL.createObjectURL is not supported by your browser.");
|
|
6337
6337
|
break;
|
|
6338
6338
|
case "datauristring":
|
|
@@ -6345,16 +6345,16 @@ Q`), Po(Te, !0), Yo({ data: je, filters: Ea(), objectId: Te }), H("endobj"), Me;
|
|
|
6345
6345
|
}
|
|
6346
6346
|
return "data:application/pdf;filename=" + Ae.filename + ";base64," + $e;
|
|
6347
6347
|
case "pdfobjectnewwindow":
|
|
6348
|
-
if (Object.prototype.toString.call(
|
|
6348
|
+
if (Object.prototype.toString.call(Qt) === "[object Window]") {
|
|
6349
6349
|
var Te = "https://cdnjs.cloudflare.com/ajax/libs/pdfobject/2.1.1/pdfobject.min.js", je = ' integrity="sha512-4ze/a9/4jqu+tX9dfOqJYSvyYd5M6qum/3HpCLr+/Jqf0whc37VUbkpNGHR7/8pSnCFw47T1fmIpwBV7UySh3g==" crossorigin="anonymous"';
|
|
6350
6350
|
Ae.pdfObjectUrl && (Te = Ae.pdfObjectUrl, je = "");
|
|
6351
|
-
var lt = '<html><style>html, body { padding: 0; margin: 0; } iframe { width: 100%; height: 100%; border: 0;} </style><body><script src="' + Te + '"' + je + '><\/script><script >PDFObject.embed("' + this.output("dataurlstring") + '", ' + JSON.stringify(Ae) + ");<\/script></body></html>", ft =
|
|
6351
|
+
var lt = '<html><style>html, body { padding: 0; margin: 0; } iframe { width: 100%; height: 100%; border: 0;} </style><body><script src="' + Te + '"' + je + '><\/script><script >PDFObject.embed("' + this.output("dataurlstring") + '", ' + JSON.stringify(Ae) + ");<\/script></body></html>", ft = Qt.open();
|
|
6352
6352
|
return ft !== null && ft.document.write(lt), ft;
|
|
6353
6353
|
}
|
|
6354
6354
|
throw new Error("The option pdfobjectnewwindow just works in a browser-environment.");
|
|
6355
6355
|
case "pdfjsnewwindow":
|
|
6356
|
-
if (Object.prototype.toString.call(
|
|
6357
|
-
var _t = '<html><style>html, body { padding: 0; margin: 0; } iframe { width: 100%; height: 100%; border: 0;} </style><body><iframe id="pdfViewer" src="' + (Ae.pdfJsUrl || "examples/PDF.js/web/viewer.html") + "?file=&downloadName=" + Ae.filename + '" width="500px" height="400px" /></body></html>', Ot =
|
|
6356
|
+
if (Object.prototype.toString.call(Qt) === "[object Window]") {
|
|
6357
|
+
var _t = '<html><style>html, body { padding: 0; margin: 0; } iframe { width: 100%; height: 100%; border: 0;} </style><body><iframe id="pdfViewer" src="' + (Ae.pdfJsUrl || "examples/PDF.js/web/viewer.html") + "?file=&downloadName=" + Ae.filename + '" width="500px" height="400px" /></body></html>', Ot = Qt.open();
|
|
6358
6358
|
if (Ot !== null) {
|
|
6359
6359
|
Ot.document.write(_t);
|
|
6360
6360
|
var Wt = this;
|
|
@@ -6366,15 +6366,15 @@ Q`), Po(Te, !0), Yo({ data: je, filters: Ea(), objectId: Te }), H("endobj"), Me;
|
|
|
6366
6366
|
}
|
|
6367
6367
|
throw new Error("The option pdfjsnewwindow just works in a browser-environment.");
|
|
6368
6368
|
case "dataurlnewwindow":
|
|
6369
|
-
if (Object.prototype.toString.call(
|
|
6369
|
+
if (Object.prototype.toString.call(Qt) !== "[object Window]")
|
|
6370
6370
|
throw new Error("The option dataurlnewwindow just works in a browser-environment.");
|
|
6371
|
-
var Yt = '<html><style>html, body { padding: 0; margin: 0; } iframe { width: 100%; height: 100%; border: 0;} </style><body><iframe src="' + this.output("datauristring", Ae) + '"></iframe></body></html>', Ul =
|
|
6371
|
+
var Yt = '<html><style>html, body { padding: 0; margin: 0; } iframe { width: 100%; height: 100%; border: 0;} </style><body><iframe src="' + this.output("datauristring", Ae) + '"></iframe></body></html>', Ul = Qt.open();
|
|
6372
6372
|
if (Ul !== null && (Ul.document.write(Yt), Ul.document.title = Ae.filename), Ul || typeof safari > "u")
|
|
6373
6373
|
return Ul;
|
|
6374
6374
|
break;
|
|
6375
6375
|
case "datauri":
|
|
6376
6376
|
case "dataurl":
|
|
6377
|
-
return
|
|
6377
|
+
return Qt.document.location.href = this.output("datauristring", Ae);
|
|
6378
6378
|
default:
|
|
6379
6379
|
return null;
|
|
6380
6380
|
}
|
|
@@ -6457,7 +6457,7 @@ Q`), Po(Te, !0), Yo({ data: je, filters: Ea(), objectId: Te }), H("endobj"), Me;
|
|
|
6457
6457
|
var yo = $e;
|
|
6458
6458
|
$e = Ae, Ae = B, B = yo;
|
|
6459
6459
|
}
|
|
6460
|
-
if (arguments[3] instanceof
|
|
6460
|
+
if (arguments[3] instanceof Lt ? (z("The transform parameter of text() with a Matrix value"), Ql = Te) : (ft = arguments[4], _t = arguments[5], Al(Yt = arguments[3]) === "object" && Yt !== null || (typeof ft == "string" && (_t = ft, ft = null), typeof Yt == "string" && (_t = Yt, Yt = null), typeof Yt == "number" && (ft = Yt, Yt = null), Me = { flags: Yt, angle: ft, align: _t })), isNaN(Ae) || isNaN($e) || B == null)
|
|
6461
6461
|
throw new Error("Invalid arguments passed to jsPDF.text");
|
|
6462
6462
|
if (B.length === 0)
|
|
6463
6463
|
return Kl;
|
|
@@ -6510,12 +6510,12 @@ Q`), Po(Te, !0), Yo({ data: je, filters: Ea(), objectId: Te }), H("endobj"), Me;
|
|
|
6510
6510
|
}
|
|
6511
6511
|
if ((Wt = Me.maxWidth || 0) > 0 && (typeof B == "string" ? B = Kl.splitTextToSize(B, Wt) : Object.prototype.toString.call(B) === "[object Array]" && (B = B.reduce(function(ml, wl) {
|
|
6512
6512
|
return ml.concat(Kl.splitTextToSize(wl, Wt));
|
|
6513
|
-
}, []))), je = { text: B, x: Ae, y: $e, options: Me, mutex: { pdfEscape: Uo, activeFontKey: wt, fonts: pt, activeFontSize: _ } }, al.publish("preProcessText", je), B = je.text, ft = (Me = je.options).angle, !(Ql instanceof
|
|
6513
|
+
}, []))), je = { text: B, x: Ae, y: $e, options: Me, mutex: { pdfEscape: Uo, activeFontKey: wt, fonts: pt, activeFontSize: _ } }, al.publish("preProcessText", je), B = je.text, ft = (Me = je.options).angle, !(Ql instanceof Lt) && ft && typeof ft == "number") {
|
|
6514
6514
|
ft *= Math.PI / 180, Me.rotationDirection === 0 && (ft = -ft), w === x.ADVANCED && (ft = -ft);
|
|
6515
6515
|
var Qn = Math.cos(ft), $s = Math.sin(ft);
|
|
6516
|
-
Ql = new
|
|
6516
|
+
Ql = new Lt(Qn, $s, -$s, Qn, 0, 0);
|
|
6517
6517
|
} else
|
|
6518
|
-
ft && ft instanceof
|
|
6518
|
+
ft && ft instanceof Lt && (Ql = ft);
|
|
6519
6519
|
w !== x.ADVANCED || Ql || (Ql = Qa), (Ot = Me.charSpace || _n) !== void 0 && (to += O(ee(Ot)) + ` Tc
|
|
6520
6520
|
`, this.setCharSpace(this.getCharSpace() || 0)), (Ul = Me.horizontalScale) !== void 0 && (to += O(100 * Ul) + ` Tz
|
|
6521
6521
|
`), Me.lang;
|
|
@@ -6598,7 +6598,7 @@ Q`), Po(Te, !0), Yo({ data: je, filters: Ea(), objectId: Te }), H("endobj"), Me;
|
|
|
6598
6598
|
})), lt = _s(B), B = [];
|
|
6599
6599
|
for (var mr, pa, Za, Jr = 0, Nn = 1, Zr = Array.isArray(lt[0]) ? Nn : Jr, wr = "", Es = function(ml, wl, Dl) {
|
|
6600
6600
|
var Jl = "";
|
|
6601
|
-
return Dl instanceof
|
|
6601
|
+
return Dl instanceof Lt ? (Dl = typeof Me.angle == "number" ? ia(Dl, new Lt(1, 0, 0, 1, ml, wl)) : ia(new Lt(1, 0, 0, 1, ml, wl), Dl), w === x.ADVANCED && (Dl = ia(new Lt(1, 0, 0, -1, 0, 0), Dl)), Jl = Dl.join(" ") + ` Tm
|
|
6602
6602
|
`) : Jl = O(ml) + " " + O(wl) + ` Td
|
|
6603
6603
|
`, Jl;
|
|
6604
6604
|
}, Zo = 0; Zo < lt.length; Zo++) {
|
|
@@ -6689,7 +6689,7 @@ T* `) : B.join(` Tj
|
|
|
6689
6689
|
if (Me instanceof an)
|
|
6690
6690
|
H("q"), H(Eu(Ae)), Me.gState && p.setGState(Me.gState), H(B.matrix.toString() + " cm"), H("/" + $e + " sh"), H("Q");
|
|
6691
6691
|
else if (Me instanceof ts) {
|
|
6692
|
-
var Te = new
|
|
6692
|
+
var Te = new Lt(1, 0, 0, -1, 0, yr());
|
|
6693
6693
|
B.matrix && (Te = Te.multiply(B.matrix || Qa), $e = Mu.call(Me, B.key, B.boundingBox, B.xStep, B.yStep, Te).id), H("q"), H("/Pattern cs"), H("/" + $e + " scn"), Me.gState && p.setGState(Me.gState), H(Ae), H("Q");
|
|
6694
6694
|
}
|
|
6695
6695
|
}, Eu = function(B) {
|
|
@@ -6774,10 +6774,10 @@ T* `) : B.join(` Tj
|
|
|
6774
6774
|
};
|
|
6775
6775
|
p.__private__.getFontList = p.getFontList = function() {
|
|
6776
6776
|
var B, Ae, $e = {};
|
|
6777
|
-
for (B in
|
|
6778
|
-
if (
|
|
6779
|
-
for (Ae in $e[B] = [],
|
|
6780
|
-
|
|
6777
|
+
for (B in It)
|
|
6778
|
+
if (It.hasOwnProperty(B))
|
|
6779
|
+
for (Ae in $e[B] = [], It[B])
|
|
6780
|
+
It[B].hasOwnProperty(Ae) && $e[B].push(Ae);
|
|
6781
6781
|
return $e;
|
|
6782
6782
|
}, p.addFont = function(B, Ae, $e, Me, Te) {
|
|
6783
6783
|
var je = ["StandardEncoding", "MacRomanEncoding", "Identity-H", "WinAnsiEncoding"];
|
|
@@ -6788,7 +6788,7 @@ T* `) : B.join(` Tj
|
|
|
6788
6788
|
}, $i = p.__private__.setLineWidth = p.setLineWidth = function(B) {
|
|
6789
6789
|
return ps = B, H(O(ee(B)) + " w"), this;
|
|
6790
6790
|
};
|
|
6791
|
-
p.__private__.setLineDash =
|
|
6791
|
+
p.__private__.setLineDash = Ut.API.setLineDash = Ut.API.setLineDashPattern = function(B, Ae) {
|
|
6792
6792
|
if (B = B || [], Ae = Ae || 0, isNaN(Ae) || !Array.isArray(B))
|
|
6793
6793
|
throw new Error("Invalid arguments passed to jsPDF.setLineDash");
|
|
6794
6794
|
return B = B.map(function($e) {
|
|
@@ -6925,13 +6925,13 @@ T* `) : B.join(` Tj
|
|
|
6925
6925
|
isNaN(lt) || (je = parseFloat(lt));
|
|
6926
6926
|
} }), this;
|
|
6927
6927
|
}, xs = function() {
|
|
6928
|
-
this.page = Ll, this.currentPage = q, this.pages = ce.slice(0), this.pagesContext = Ht.slice(0), this.x = ze, this.y =
|
|
6928
|
+
this.page = Ll, this.currentPage = q, this.pages = ce.slice(0), this.pagesContext = Ht.slice(0), this.x = ze, this.y = We, this.matrix = kt, this.width = Yr(q), this.height = yr(q), this.outputDestination = ge, this.id = "", this.objectNumber = -1;
|
|
6929
6929
|
};
|
|
6930
6930
|
xs.prototype.restore = function() {
|
|
6931
|
-
Ll = this.page, q = this.currentPage, Ht = this.pagesContext, ce = this.pages, ze = this.x,
|
|
6931
|
+
Ll = this.page, q = this.currentPage, Ht = this.pagesContext, ce = this.pages, ze = this.x, We = this.y, kt = this.matrix, ks(q, this.width), Bs(q, this.height), ge = this.outputDestination;
|
|
6932
6932
|
};
|
|
6933
6933
|
var Ii = function(B, Ae, $e, Me, Te) {
|
|
6934
|
-
Ma.push(new xs()), Ll = q = 0, ce = [], ze = B,
|
|
6934
|
+
Ma.push(new xs()), Ll = q = 0, ce = [], ze = B, We = Ae, kt = Te, fs([$e, Me]);
|
|
6935
6935
|
}, Hu = function(B) {
|
|
6936
6936
|
if (Ua[B])
|
|
6937
6937
|
Ma.pop().restore();
|
|
@@ -6951,20 +6951,20 @@ T* `) : B.join(` Tj
|
|
|
6951
6951
|
var Ae = io[Ua[B]];
|
|
6952
6952
|
return { x: Ae.x, y: Ae.y, width: Ae.width, height: Ae.height, matrix: Ae.matrix };
|
|
6953
6953
|
}, p.save = function(B, Ae) {
|
|
6954
|
-
return B = B || "generated.pdf", (Ae = Ae || {}).returnPromise = Ae.returnPromise || !1, Ae.returnPromise === !1 ? (ln(Cn(Xa()), B), typeof ln.unload == "function" &&
|
|
6954
|
+
return B = B || "generated.pdf", (Ae = Ae || {}).returnPromise = Ae.returnPromise || !1, Ae.returnPromise === !1 ? (ln(Cn(Xa()), B), typeof ln.unload == "function" && Qt.setTimeout && setTimeout(ln.unload, 911), this) : new Promise(function($e, Me) {
|
|
6955
6955
|
try {
|
|
6956
6956
|
var Te = ln(Cn(Xa()), B);
|
|
6957
|
-
typeof ln.unload == "function" &&
|
|
6957
|
+
typeof ln.unload == "function" && Qt.setTimeout && setTimeout(ln.unload, 911), $e(Te);
|
|
6958
6958
|
} catch (je) {
|
|
6959
6959
|
Me(je.message);
|
|
6960
6960
|
}
|
|
6961
6961
|
});
|
|
6962
|
-
},
|
|
6963
|
-
|
|
6962
|
+
}, Ut.API)
|
|
6963
|
+
Ut.API.hasOwnProperty(Sn) && (Sn === "events" && Ut.API.events.length ? function(B, Ae) {
|
|
6964
6964
|
var $e, Me, Te;
|
|
6965
6965
|
for (Te = Ae.length - 1; Te !== -1; Te--)
|
|
6966
6966
|
$e = Ae[Te][0], Me = Ae[Te][1], B.subscribe.apply(B, [$e].concat(typeof Me == "function" ? [Me] : Me));
|
|
6967
|
-
}(al,
|
|
6967
|
+
}(al, Ut.API.events) : p[Sn] = Ut.API[Sn]);
|
|
6968
6968
|
var Yr = p.getPageWidth = function(B) {
|
|
6969
6969
|
return (Ht[B = B || q].mediaBox.topRightX - Ht[B].mediaBox.bottomLeftX) / Le;
|
|
6970
6970
|
}, ks = p.setPageWidth = function(B, Ae) {
|
|
@@ -6982,7 +6982,7 @@ T* `) : B.join(` Tj
|
|
|
6982
6982
|
return yr(q);
|
|
6983
6983
|
}, setHeight: function(B) {
|
|
6984
6984
|
Bs(q, B);
|
|
6985
|
-
} }, encryptionOptions: b, encryption: go, getEncryptor: Lu, output: xn, getNumberOfPages: ku, pages: ce, out: H, f2: be, f3: N, getPageInfo: Fi, getPageInfoByObjId: Tt, getCurrentPageInfo: $u, getPDFVersion: h, Point: Fn, Rectangle: Cs, Matrix:
|
|
6985
|
+
} }, encryptionOptions: b, encryption: go, getEncryptor: Lu, output: xn, getNumberOfPages: ku, pages: ce, out: H, f2: be, f3: N, getPageInfo: Fi, getPageInfoByObjId: Tt, getCurrentPageInfo: $u, getPDFVersion: h, Point: Fn, Rectangle: Cs, Matrix: Lt, hasHotfix: _i }, Object.defineProperty(p.internal.pageSize, "width", { get: function() {
|
|
6986
6986
|
return Yr(q);
|
|
6987
6987
|
}, set: function(B) {
|
|
6988
6988
|
ks(q, B);
|
|
@@ -7023,8 +7023,8 @@ Jn.prototype.lsbFirstWord = function(e) {
|
|
|
7023
7023
|
for (t in e)
|
|
7024
7024
|
e.hasOwnProperty(t) && a.indexOf(t) < 0 && r--;
|
|
7025
7025
|
return r === 0;
|
|
7026
|
-
},
|
|
7027
|
-
var Il =
|
|
7026
|
+
}, Ut.API = { events: [] }, Ut.version = "2.5.1";
|
|
7027
|
+
var Il = Ut.API, $d = 1, hn = function(e) {
|
|
7028
7028
|
return e.replace(/\\/g, "\\\\").replace(/\(/g, "\\(").replace(/\)/g, "\\)");
|
|
7029
7029
|
}, Gn = function(e) {
|
|
7030
7030
|
return e.replace(/\\\\/g, "\\").replace(/\\\(/g, "(").replace(/\\\)/g, ")");
|
|
@@ -7859,7 +7859,7 @@ var dm = Il.addField = function(e) {
|
|
|
7859
7859
|
var t;
|
|
7860
7860
|
return (t = e).scope.internal.acroformPlugin.printedOut && (t.scope.internal.acroformPlugin.printedOut = !1, t.scope.internal.acroformPlugin.acroFormDictionaryRoot = null), t.scope.internal.acroformPlugin.acroFormDictionaryRoot.Fields.push(t), e.page = e.scope.internal.getCurrentPageInfo().pageNumber, this;
|
|
7861
7861
|
};
|
|
7862
|
-
Il.AcroFormChoiceField = os, Il.AcroFormListBox = as, Il.AcroFormComboBox = rs, Il.AcroFormEditBox = TA, Il.AcroFormButton = ro, Il.AcroFormPushButton = HA, Il.AcroFormRadioButton = ns, Il.AcroFormCheckBox = PA, Il.AcroFormTextField = un, Il.AcroFormPasswordField = zA, Il.AcroFormAppearance = bt, Il.AcroForm = { ChoiceField: os, ListBox: as, ComboBox: rs, EditBox: TA, Button: ro, PushButton: HA, RadioButton: ns, CheckBox: PA, TextField: un, PasswordField: zA, Appearance: bt },
|
|
7862
|
+
Il.AcroFormChoiceField = os, Il.AcroFormListBox = as, Il.AcroFormComboBox = rs, Il.AcroFormEditBox = TA, Il.AcroFormButton = ro, Il.AcroFormPushButton = HA, Il.AcroFormRadioButton = ns, Il.AcroFormCheckBox = PA, Il.AcroFormTextField = un, Il.AcroFormPasswordField = zA, Il.AcroFormAppearance = bt, Il.AcroForm = { ChoiceField: os, ListBox: as, ComboBox: rs, EditBox: TA, Button: ro, PushButton: HA, RadioButton: ns, CheckBox: PA, TextField: un, PasswordField: zA, Appearance: bt }, Ut.AcroForm = { ChoiceField: os, ListBox: as, ComboBox: rs, EditBox: TA, Button: ro, PushButton: HA, RadioButton: ns, CheckBox: PA, TextField: un, PasswordField: zA, Appearance: bt };
|
|
7863
7863
|
function r1(e) {
|
|
7864
7864
|
return e.reduce(function(t, a, r) {
|
|
7865
7865
|
return t[a] = r, t;
|
|
@@ -8073,7 +8073,7 @@ function r1(e) {
|
|
|
8073
8073
|
throw new Error("An unknown error occurred whilst processing the image");
|
|
8074
8074
|
return ee.fileType = ae, ee;
|
|
8075
8075
|
};
|
|
8076
|
-
})(
|
|
8076
|
+
})(Ut.API), /**
|
|
8077
8077
|
* @license
|
|
8078
8078
|
* Copyright (c) 2014 Steven Spungin (TwelveTone LLC) steven@twelvetone.tv
|
|
8079
8079
|
*
|
|
@@ -8085,7 +8085,7 @@ function(e) {
|
|
|
8085
8085
|
if (a !== void 0 && a != "")
|
|
8086
8086
|
return !0;
|
|
8087
8087
|
};
|
|
8088
|
-
|
|
8088
|
+
Ut.API.events.push(["addPage", function(a) {
|
|
8089
8089
|
this.internal.getPageInfo(a.pageNumber).pageContext.annotations = [];
|
|
8090
8090
|
}]), e.events.push(["putPage", function(a) {
|
|
8091
8091
|
for (var r, o, l, s = this.internal.getCoordinateString, i = this.internal.getVerticalCoordinateString, u = this.internal.getPageInfoByObjId(a.objId), f = a.pageContext.annotations, b = !1, d = 0; d < f.length && !b; d++)
|
|
@@ -8173,7 +8173,7 @@ function(e) {
|
|
|
8173
8173
|
var r = this.internal.getFontSize();
|
|
8174
8174
|
return this.getStringUnitWidth(a) * r / this.internal.scaleFactor;
|
|
8175
8175
|
};
|
|
8176
|
-
}(
|
|
8176
|
+
}(Ut.API), /**
|
|
8177
8177
|
* @license
|
|
8178
8178
|
* Copyright (c) 2017 Aras Abbasi
|
|
8179
8179
|
*
|
|
@@ -8234,7 +8234,7 @@ function(e) {
|
|
|
8234
8234
|
return typeof arguments[0] == "string" ? h : (arguments[0].text = h, arguments[0]);
|
|
8235
8235
|
};
|
|
8236
8236
|
e.events.push(["preProcessText", g]);
|
|
8237
|
-
}(
|
|
8237
|
+
}(Ut.API), Ut.API.autoPrint = function(e) {
|
|
8238
8238
|
var t;
|
|
8239
8239
|
switch ((e = e || {}).variant = e.variant || "non-conform", e.variant) {
|
|
8240
8240
|
case "javascript":
|
|
@@ -8301,7 +8301,7 @@ function(e) {
|
|
|
8301
8301
|
}, e.events.push(["initialized", function() {
|
|
8302
8302
|
this.canvas = new t(), this.canvas.pdf = this;
|
|
8303
8303
|
}]);
|
|
8304
|
-
}(
|
|
8304
|
+
}(Ut.API), function(e) {
|
|
8305
8305
|
var t = { left: 0, top: 0, bottom: 0, right: 0 }, a = !1, r = function() {
|
|
8306
8306
|
this.internal.__cell__ === void 0 && (this.internal.__cell__ = {}, this.internal.__cell__.padding = 3, this.internal.__cell__.headerFunction = void 0, this.internal.__cell__.margins = Object.assign({}, t), this.internal.__cell__.margins.width = this.getPageWidth(), o.call(this));
|
|
8307
8307
|
}, o = function() {
|
|
@@ -8462,7 +8462,7 @@ function(e) {
|
|
|
8462
8462
|
}
|
|
8463
8463
|
m.length > 0 && this.setTableHeaderRow(m), this.setFont(void 0, "normal"), a = !1;
|
|
8464
8464
|
};
|
|
8465
|
-
}(
|
|
8465
|
+
}(Ut.API);
|
|
8466
8466
|
var n1 = { italic: ["italic", "oblique", "normal"], oblique: ["oblique", "italic", "normal"], normal: ["normal", "oblique", "italic"] }, s1 = ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded"], gd = r1(s1), i1 = [100, 200, 300, 400, 500, 600, 700, 800, 900], hm = r1(i1);
|
|
8467
8467
|
function yd(e) {
|
|
8468
8468
|
var t = e.family.replace(/"|'/g, "").toLowerCase(), a = function(l) {
|
|
@@ -8711,23 +8711,23 @@ var LA, Sf, Lf, Ec = ["times"];
|
|
|
8711
8711
|
var te = H[1], U = (H[2], H[3]), Q = H[4], _ = (H[5], H[6]), de = /^([.\d]+)((?:%|in|[cem]m|ex|p[ctx]))$/i.exec(Q)[2];
|
|
8712
8712
|
Q = Math.floor(de === "px" ? parseFloat(Q) * this.pdf.internal.scaleFactor : de === "em" ? parseFloat(Q) * this.pdf.getFontSize() : parseFloat(Q) * this.pdf.internal.scaleFactor), this.pdf.setFontSize(Q);
|
|
8713
8713
|
var ne = function(it) {
|
|
8714
|
-
var wt, Le, ze = [],
|
|
8715
|
-
if (
|
|
8714
|
+
var wt, Le, ze = [], We = it.trim();
|
|
8715
|
+
if (We === "")
|
|
8716
8716
|
return Ec;
|
|
8717
|
-
if (
|
|
8718
|
-
return [Bf[
|
|
8719
|
-
for (;
|
|
8720
|
-
switch (Le = null, wt = (
|
|
8717
|
+
if (We in Bf)
|
|
8718
|
+
return [Bf[We]];
|
|
8719
|
+
for (; We !== ""; ) {
|
|
8720
|
+
switch (Le = null, wt = (We = Ff(We)).charAt(0)) {
|
|
8721
8721
|
case '"':
|
|
8722
8722
|
case "'":
|
|
8723
|
-
Le = gm(
|
|
8723
|
+
Le = gm(We.substring(1), wt);
|
|
8724
8724
|
break;
|
|
8725
8725
|
default:
|
|
8726
|
-
Le = ym(
|
|
8726
|
+
Le = ym(We);
|
|
8727
8727
|
}
|
|
8728
|
-
if (Le === null || (ze.push(Le[0]), (
|
|
8728
|
+
if (Le === null || (ze.push(Le[0]), (We = Ff(Le[1])) !== "" && We.charAt(0) !== ","))
|
|
8729
8729
|
return Ec;
|
|
8730
|
-
|
|
8730
|
+
We = We.replace(/^,/, "");
|
|
8731
8731
|
}
|
|
8732
8732
|
return ze;
|
|
8733
8733
|
}(_);
|
|
@@ -8961,10 +8961,10 @@ var LA, Sf, Lf, Ec = ["times"];
|
|
|
8961
8961
|
var ze = this.path;
|
|
8962
8962
|
H = JSON.parse(JSON.stringify(this.ctx.clip_path)), this.path = x(H, this.posX + this.margin[3], -Le + nt + this.ctx.prevPageLastElemOffset), Y.call(this, "fill", !0), this.path = ze;
|
|
8963
8963
|
}
|
|
8964
|
-
var
|
|
8965
|
-
|
|
8966
|
-
var
|
|
8967
|
-
|
|
8964
|
+
var We = JSON.parse(JSON.stringify(_));
|
|
8965
|
+
We = x([We], this.posX + this.margin[3], -Le + nt + this.ctx.prevPageLastElemOffset)[0];
|
|
8966
|
+
var kt = (qe > Ue || qe < Re) && h.call(this);
|
|
8967
|
+
kt && (this.pdf.saveGraphicsState(), this.pdf.rect(this.margin[3], this.margin[0], ut, wt, null).clip().discardPath()), this.pdf.addImage(F, "JPEG", We.x, We.y, We.w, We.h, null, null, U), kt && this.pdf.restoreGraphicsState();
|
|
8968
8968
|
}
|
|
8969
8969
|
else
|
|
8970
8970
|
this.pdf.addImage(F, "JPEG", _.x, _.y, _.w, _.h, null, null, U);
|
|
@@ -9176,8 +9176,8 @@ var LA, Sf, Lf, Ec = ["times"];
|
|
|
9176
9176
|
var wt = this.autoPaging !== "text";
|
|
9177
9177
|
if (wt || it.y + it.h <= _e) {
|
|
9178
9178
|
if (wt || it.y >= de && it.x <= Re) {
|
|
9179
|
-
var Le = wt ? F.text : this.pdf.splitTextToSize(F.text, F.maxWidth || Re - it.x)[0], ze = x([JSON.parse(JSON.stringify(ge))], this.posX + this.margin[3], -ut + de + this.ctx.prevPageLastElemOffset)[0],
|
|
9180
|
-
|
|
9179
|
+
var Le = wt ? F.text : this.pdf.splitTextToSize(F.text, F.maxWidth || Re - it.x)[0], ze = x([JSON.parse(JSON.stringify(ge))], this.posX + this.margin[3], -ut + de + this.ctx.prevPageLastElemOffset)[0], We = wt && (_ > U || _ < Q) && h.call(this);
|
|
9180
|
+
We && (this.pdf.saveGraphicsState(), this.pdf.rect(this.margin[3], this.margin[0], qe, Ue, null).clip().discardPath()), this.pdf.text(Le, ze.x, ze.y, { angle: F.angle, align: q, renderingMode: F.renderingMode }), We && this.pdf.restoreGraphicsState();
|
|
9181
9181
|
}
|
|
9182
9182
|
} else
|
|
9183
9183
|
it.y < _e && (this.ctx.prevPageLastElemOffset += _e - it.y);
|
|
@@ -9220,7 +9220,7 @@ var LA, Sf, Lf, Ec = ["times"];
|
|
|
9220
9220
|
this.prevLineDash !== $ && (this.pdf.setLineDash(this.ctx.lineDash, this.ctx.lineDashOffset), this.prevLineDash = $);
|
|
9221
9221
|
}
|
|
9222
9222
|
};
|
|
9223
|
-
})(
|
|
9223
|
+
})(Ut.API), /**
|
|
9224
9224
|
* @license
|
|
9225
9225
|
* jsPDF filters PlugIn
|
|
9226
9226
|
* Copyright (c) 2014 Aras Abbasi
|
|
@@ -9290,7 +9290,7 @@ function(e) {
|
|
|
9290
9290
|
}
|
|
9291
9291
|
return { data: u, reverseChain: f.reverse().join(" ") };
|
|
9292
9292
|
};
|
|
9293
|
-
}(
|
|
9293
|
+
}(Ut.API), /**
|
|
9294
9294
|
* @license
|
|
9295
9295
|
* jsPDF fileloading PlugIn
|
|
9296
9296
|
* Copyright (c) 2018 Aras Abbasi (aras.abbasi@gmail.com)
|
|
@@ -9322,16 +9322,16 @@ function(e) {
|
|
|
9322
9322
|
return i;
|
|
9323
9323
|
}(t, a, r);
|
|
9324
9324
|
}, e.loadImageFile = e.loadFile;
|
|
9325
|
-
}(
|
|
9325
|
+
}(Ut.API), function(e) {
|
|
9326
9326
|
function t() {
|
|
9327
|
-
return (
|
|
9327
|
+
return (Qt.html2canvas ? Promise.resolve(Qt.html2canvas) : Promise.resolve().then(() => D2)).catch(function(s) {
|
|
9328
9328
|
return Promise.reject(new Error("Could not load html2canvas: " + s));
|
|
9329
9329
|
}).then(function(s) {
|
|
9330
9330
|
return s.default ? s.default : s;
|
|
9331
9331
|
});
|
|
9332
9332
|
}
|
|
9333
9333
|
function a() {
|
|
9334
|
-
return (
|
|
9334
|
+
return (Qt.DOMPurify ? Promise.resolve(Qt.DOMPurify) : import("./purify.es-a544e5a7.js")).catch(function(s) {
|
|
9335
9335
|
return Promise.reject(new Error("Could not load dompurify: " + s));
|
|
9336
9336
|
}).then(function(s) {
|
|
9337
9337
|
return s.default ? s.default : s;
|
|
@@ -9535,7 +9535,7 @@ function(e) {
|
|
|
9535
9535
|
return Math.floor(u * f / 72 * 96);
|
|
9536
9536
|
}
|
|
9537
9537
|
return this.then(function() {
|
|
9538
|
-
(s = s ||
|
|
9538
|
+
(s = s || Ut.getPageSize(this.opt.jsPDF)).hasOwnProperty("inner") || (s.inner = { width: s.width - this.opt.margin[1] - this.opt.margin[3], height: s.height - this.opt.margin[0] - this.opt.margin[2] }, s.inner.px = { width: i(s.inner.width, s.k), height: i(s.inner.height, s.k) }, s.inner.ratio = s.inner.height / s.inner.width), this.prop.pageSize = s;
|
|
9539
9539
|
});
|
|
9540
9540
|
}, l.prototype.setProgress = function(s, i, u, f) {
|
|
9541
9541
|
return s != null && (this.progress.val = s), i != null && (this.progress.state = i), u != null && (this.progress.n = u), f != null && (this.progress.stack = f), this.progress.ratio = this.progress.val / this.progress.state, this;
|
|
@@ -9571,7 +9571,7 @@ function(e) {
|
|
|
9571
9571
|
return this.then(function() {
|
|
9572
9572
|
throw new Error(s);
|
|
9573
9573
|
});
|
|
9574
|
-
}, l.prototype.using = l.prototype.set, l.prototype.saveAs = l.prototype.save, l.prototype.export = l.prototype.output, l.prototype.run = l.prototype.then,
|
|
9574
|
+
}, l.prototype.using = l.prototype.set, l.prototype.saveAs = l.prototype.save, l.prototype.export = l.prototype.output, l.prototype.run = l.prototype.then, Ut.getPageSize = function(s, i, u) {
|
|
9575
9575
|
if (Al(s) === "object") {
|
|
9576
9576
|
var f = s;
|
|
9577
9577
|
s = f.orientation, i = f.unit || i, u = f.format || u;
|
|
@@ -9627,7 +9627,7 @@ function(e) {
|
|
|
9627
9627
|
var u = new l(i);
|
|
9628
9628
|
return i.worker ? u : u.from(s).doCallback();
|
|
9629
9629
|
};
|
|
9630
|
-
}(
|
|
9630
|
+
}(Ut.API), Ut.API.addJS = function(e) {
|
|
9631
9631
|
return Lf = e, this.internal.events.subscribe("postPutResources", function() {
|
|
9632
9632
|
LA = this.internal.newObject(), this.internal.out("<<"), this.internal.out("/Names [(EmbeddedJS) " + (LA + 1) + " 0 R]"), this.internal.out(">>"), this.internal.out("endobj"), Sf = this.internal.newObject(), this.internal.out("<<"), this.internal.out("/S /JavaScript"), this.internal.out("/JS (" + Lf + ")"), this.internal.out(">>"), this.internal.out("endobj");
|
|
9633
9633
|
}), this.internal.events.subscribe("putCatalog", function() {
|
|
@@ -9716,7 +9716,7 @@ endobj\r
|
|
|
9716
9716
|
return r.count;
|
|
9717
9717
|
};
|
|
9718
9718
|
}]);
|
|
9719
|
-
}(
|
|
9719
|
+
}(Ut.API), /**
|
|
9720
9720
|
* @license
|
|
9721
9721
|
*
|
|
9722
9722
|
* Licensed under the MIT License.
|
|
@@ -9750,7 +9750,7 @@ function(e) {
|
|
|
9750
9750
|
}
|
|
9751
9751
|
return b;
|
|
9752
9752
|
};
|
|
9753
|
-
}(
|
|
9753
|
+
}(Ut.API);
|
|
9754
9754
|
var Xn, $A, $f, Uf, Mf, pm = function() {
|
|
9755
9755
|
var e, t, a;
|
|
9756
9756
|
function r(l) {
|
|
@@ -9894,9 +9894,9 @@ var Xn, $A, $f, Uf, Mf, pm = function() {
|
|
|
9894
9894
|
return l = new Uint8Array(this.width * this.height * 4), this.copyToImageData(l, this.decodePixels()), l;
|
|
9895
9895
|
};
|
|
9896
9896
|
var o = function() {
|
|
9897
|
-
if (Object.prototype.toString.call(
|
|
9897
|
+
if (Object.prototype.toString.call(Qt) === "[object Window]") {
|
|
9898
9898
|
try {
|
|
9899
|
-
t =
|
|
9899
|
+
t = Qt.document.createElement("canvas"), a = t.getContext("2d");
|
|
9900
9900
|
} catch {
|
|
9901
9901
|
return !1;
|
|
9902
9902
|
}
|
|
@@ -10177,12 +10177,12 @@ function Ic(e) {
|
|
|
10177
10177
|
var de, ne, _e, Ue, Re, qe, ut, nt, it, wt, Le = 0;
|
|
10178
10178
|
for (it = 0; it < 8; ++it) {
|
|
10179
10179
|
de = Q[Le], ne = Q[Le + 1], _e = Q[Le + 2], Ue = Q[Le + 3], Re = Q[Le + 4], qe = Q[Le + 5], ut = Q[Le + 6];
|
|
10180
|
-
var ze = de + (nt = Q[Le + 7]),
|
|
10180
|
+
var ze = de + (nt = Q[Le + 7]), We = de - nt, kt = ne + ut, pt = ne - ut, It = _e + qe, Dt = _e - qe, zt = Ue + Re, vo = Ue - Re, cl = ze + zt, so = ze - zt, $a = kt + It, Ll = kt - It;
|
|
10181
10181
|
Q[Le] = cl + $a, Q[Le + 4] = cl - $a;
|
|
10182
10182
|
var Ht = 0.707106781 * (Ll + so);
|
|
10183
10183
|
Q[Le + 2] = so + Ht, Q[Le + 6] = so - Ht;
|
|
10184
|
-
var al = 0.382683433 * ((cl = vo + Dt) - (Ll = pt +
|
|
10185
|
-
Q[Le + 5] =
|
|
10184
|
+
var al = 0.382683433 * ((cl = vo + Dt) - (Ll = pt + We)), Kr = 0.5411961 * cl + al, io = 1.306562965 * Ll + al, Ua = 0.707106781 * ($a = Dt + pt), Ma = We + Ua, Lt = We - Ua;
|
|
10185
|
+
Q[Le + 5] = Lt + Kr, Q[Le + 3] = Lt - Kr, Q[Le + 1] = Ma + io, Q[Le + 7] = Ma - io, Le += 8;
|
|
10186
10186
|
}
|
|
10187
10187
|
for (Le = 0, it = 0; it < 8; ++it) {
|
|
10188
10188
|
de = Q[Le], ne = Q[Le + 8], _e = Q[Le + 16], Ue = Q[Le + 24], Re = Q[Le + 32], qe = Q[Le + 40], ut = Q[Le + 48];
|
|
@@ -10361,7 +10361,7 @@ function Ef(e) {
|
|
|
10361
10361
|
else if ((fe = l(ie)) == null)
|
|
10362
10362
|
return 0;
|
|
10363
10363
|
return function(ye, Ce, Be, Se, Qe, He) {
|
|
10364
|
-
var Pe, De, Ze = Ce,
|
|
10364
|
+
var Pe, De, Ze = Ce, Ke = 1 << Be, Ee = l(16), Ne = l(16);
|
|
10365
10365
|
for (t(Qe != 0), t(Se != null), t(ye != null), t(0 < Be), De = 0; De < Qe; ++De) {
|
|
10366
10366
|
if (15 < Se[De])
|
|
10367
10367
|
return 0;
|
|
@@ -10377,8 +10377,8 @@ function Ef(e) {
|
|
|
10377
10377
|
for (De = 0; De < Qe; ++De)
|
|
10378
10378
|
Pe = Se[De], 0 < Se[De] && (He[Ne[Pe]++] = De);
|
|
10379
10379
|
if (Ne[15] == 1)
|
|
10380
|
-
return (Se = new ee()).g = 0, Se.value = He[0], be(ye, Ze, 1,
|
|
10381
|
-
var Ye, et = -1, Je =
|
|
10380
|
+
return (Se = new ee()).g = 0, Se.value = He[0], be(ye, Ze, 1, Ke, Se), Ke;
|
|
10381
|
+
var Ye, et = -1, Je = Ke - 1, vt = 0, ct = 1, Ft = 1, dt = 1 << Be;
|
|
10382
10382
|
for (De = 0, Pe = 1, Qe = 2; Pe <= Be; ++Pe, Qe <<= 1) {
|
|
10383
10383
|
if (ct += Ft <<= 1, 0 > (Ft -= Ee[Pe]))
|
|
10384
10384
|
return 0;
|
|
@@ -10392,12 +10392,12 @@ function Ef(e) {
|
|
|
10392
10392
|
if (Se = new ee(), (vt & Je) != et) {
|
|
10393
10393
|
for (Ze += dt, Ye = 1 << (et = Pe) - Be; 15 > et && !(0 >= (Ye -= Ee[et])); )
|
|
10394
10394
|
++et, Ye <<= 1;
|
|
10395
|
-
|
|
10395
|
+
Ke += dt = 1 << (Ye = et - Be), ye[Ce + (et = vt & Je)].g = Ye + Be, ye[Ce + et].value = Ze - Ce - et;
|
|
10396
10396
|
}
|
|
10397
10397
|
Se.g = Pe - Be, Se.value = He[De++], be(ye, Ze + (vt >> Be), Qe, dt, Se), vt = W(vt, Pe);
|
|
10398
10398
|
}
|
|
10399
10399
|
}
|
|
10400
|
-
return ct != 2 * Ne[15] - 1 ? 0 :
|
|
10400
|
+
return ct != 2 * Ne[15] - 1 ? 0 : Ke;
|
|
10401
10401
|
}(v, C, L, X, ie, fe);
|
|
10402
10402
|
}
|
|
10403
10403
|
function ee() {
|
|
@@ -10555,15 +10555,15 @@ function Ef(e) {
|
|
|
10555
10555
|
for (He = 0; He < De; ++He)
|
|
10556
10556
|
Se[Qe++] = ie(Ce[X(fe[ye++])]);
|
|
10557
10557
|
}, z[v] = function(fe, ye, Ce, Be, Se, Qe, He) {
|
|
10558
|
-
var Pe = 8 >> fe.b, De = fe.Ea, Ze = fe.K[0],
|
|
10558
|
+
var Pe = 8 >> fe.b, De = fe.Ea, Ze = fe.K[0], Ke = fe.w;
|
|
10559
10559
|
if (8 > Pe)
|
|
10560
|
-
for (fe = (1 << fe.b) - 1,
|
|
10560
|
+
for (fe = (1 << fe.b) - 1, Ke = (1 << Pe) - 1; ye < Ce; ++ye) {
|
|
10561
10561
|
var Ee, Ne = 0;
|
|
10562
10562
|
for (Ee = 0; Ee < De; ++Ee)
|
|
10563
|
-
Ee & fe || (Ne = X(Be[Se++])), Qe[He++] = ie(Ze[Ne &
|
|
10563
|
+
Ee & fe || (Ne = X(Be[Se++])), Qe[He++] = ie(Ze[Ne & Ke]), Ne >>= Pe;
|
|
10564
10564
|
}
|
|
10565
10565
|
else
|
|
10566
|
-
z["VP8LMapColor" + L](Be, Se, Ze,
|
|
10566
|
+
z["VP8LMapColor" + L](Be, Se, Ze, Ke, Qe, He, ye, Ce, De);
|
|
10567
10567
|
};
|
|
10568
10568
|
}
|
|
10569
10569
|
function Le(v, C, L, X, ie) {
|
|
@@ -10578,13 +10578,13 @@ function Ef(e) {
|
|
|
10578
10578
|
X[ie++] = fe >> 16 & 255, X[ie++] = fe >> 8 & 255, X[ie++] = fe >> 0 & 255, X[ie++] = fe >> 24 & 255;
|
|
10579
10579
|
}
|
|
10580
10580
|
}
|
|
10581
|
-
function
|
|
10581
|
+
function We(v, C, L, X, ie) {
|
|
10582
10582
|
for (L = C + L; C < L; ) {
|
|
10583
10583
|
var fe = (ye = v[C++]) >> 16 & 240 | ye >> 12 & 15, ye = ye >> 0 & 240 | ye >> 28 & 15;
|
|
10584
10584
|
X[ie++] = fe, X[ie++] = ye;
|
|
10585
10585
|
}
|
|
10586
10586
|
}
|
|
10587
|
-
function
|
|
10587
|
+
function kt(v, C, L, X, ie) {
|
|
10588
10588
|
for (L = C + L; C < L; ) {
|
|
10589
10589
|
var fe = (ye = v[C++]) >> 16 & 248 | ye >> 13 & 7, ye = ye >> 5 & 224 | ye >> 3 & 31;
|
|
10590
10590
|
X[ie++] = fe, X[ie++] = ye;
|
|
@@ -10596,7 +10596,7 @@ function Ef(e) {
|
|
|
10596
10596
|
X[ie++] = fe >> 0 & 255, X[ie++] = fe >> 8 & 255, X[ie++] = fe >> 16 & 255;
|
|
10597
10597
|
}
|
|
10598
10598
|
}
|
|
10599
|
-
function
|
|
10599
|
+
function It(v, C, L, X, ie, fe) {
|
|
10600
10600
|
if (fe == 0)
|
|
10601
10601
|
for (L = C + L; C < L; )
|
|
10602
10602
|
pe(X, ((fe = v[C++])[0] >> 24 | fe[1] >> 8 & 65280 | fe[2] << 8 & 16711680 | fe[3] << 24) >>> 0), ie += 32;
|
|
@@ -10628,9 +10628,9 @@ function Ef(e) {
|
|
|
10628
10628
|
return alert("todo:WebPSamplerProcessPlane"), v.T;
|
|
10629
10629
|
}
|
|
10630
10630
|
function al(v, C) {
|
|
10631
|
-
var L = v.T, X = C.ba.f.RGBA, ie = X.eb, fe = X.fb + v.ka * X.A, ye = ta[C.ba.S], Ce = v.y, Be = v.O, Se = v.f, Qe = v.N, He = v.ea, Pe = v.W, De = C.cc, Ze = C.dc,
|
|
10632
|
-
for (Ne == 0 ? ye(Ce, Be, null, null, Se, Qe, He, Pe, Se, Qe, He, Pe, ie, fe, null, null, et) : (ye(C.ec, C.fc, Ce, Be, De, Ze,
|
|
10633
|
-
De = Se, Ze = Qe,
|
|
10631
|
+
var L = v.T, X = C.ba.f.RGBA, ie = X.eb, fe = X.fb + v.ka * X.A, ye = ta[C.ba.S], Ce = v.y, Be = v.O, Se = v.f, Qe = v.N, He = v.ea, Pe = v.W, De = C.cc, Ze = C.dc, Ke = C.Mc, Ee = C.Nc, Ne = v.ka, Ye = v.ka + v.T, et = v.U, Je = et + 1 >> 1;
|
|
10632
|
+
for (Ne == 0 ? ye(Ce, Be, null, null, Se, Qe, He, Pe, Se, Qe, He, Pe, ie, fe, null, null, et) : (ye(C.ec, C.fc, Ce, Be, De, Ze, Ke, Ee, Se, Qe, He, Pe, ie, fe - X.A, ie, fe, et), ++L); Ne + 2 < Ye; Ne += 2)
|
|
10633
|
+
De = Se, Ze = Qe, Ke = He, Ee = Pe, Qe += v.Rc, Pe += v.Rc, fe += 2 * X.A, ye(Ce, (Be += 2 * v.fa) - v.fa, Ce, Be, De, Ze, Ke, Ee, Se, Qe, He, Pe, ie, fe - X.A, ie, fe, et);
|
|
10634
10634
|
return Be += v.fa, v.j + Ye < v.o ? (r(C.ec, C.fc, Ce, Be, et), r(C.cc, C.dc, Se, Qe, Je), r(C.Mc, C.Nc, He, Pe, Je), L--) : 1 & Ye || ye(Ce, Be, null, null, Se, Qe, He, Pe, Se, Qe, He, Pe, ie, fe + X.A, null, null, et), L;
|
|
10635
10635
|
}
|
|
10636
10636
|
function Kr(v, C, L) {
|
|
@@ -10678,7 +10678,7 @@ function Ef(e) {
|
|
|
10678
10678
|
function Ma(v) {
|
|
10679
10679
|
v.ma.memory = null;
|
|
10680
10680
|
}
|
|
10681
|
-
function
|
|
10681
|
+
function Lt(v, C, L, X) {
|
|
10682
10682
|
return T(v, 8) != 47 ? 0 : (C[0] = T(v, 14) + 1, L[0] = T(v, 14) + 1, X[0] = T(v, 1), T(v, 3) != 0 ? 0 : !v.h);
|
|
10683
10683
|
}
|
|
10684
10684
|
function ia(v, C) {
|
|
@@ -10713,31 +10713,31 @@ function Ef(e) {
|
|
|
10713
10713
|
Di(Pe, De, (He - Qe) * Ze, Be, Ce);
|
|
10714
10714
|
break;
|
|
10715
10715
|
case 0:
|
|
10716
|
-
var
|
|
10717
|
-
|
|
10718
|
-
for (var Je = 1 << dt.b, vt = Je - 1, ct = U(et, dt.b), Ft = dt.K, dt = dt.w + (
|
|
10716
|
+
var Ke = Qe, Ee = He, Ne = Be, Ye = Ce, et = (dt = Se).Ea;
|
|
10717
|
+
Ke == 0 && (Pu(Pe, De, null, null, 1, Ne, Ye), qe(Pe, De + 1, 0, 0, et - 1, Ne, Ye + 1), De += et, Ye += et, ++Ke);
|
|
10718
|
+
for (var Je = 1 << dt.b, vt = Je - 1, ct = U(et, dt.b), Ft = dt.K, dt = dt.w + (Ke >> dt.b) * ct; Ke < Ee; ) {
|
|
10719
10719
|
var ol = Ft, sl = dt, Zt = 1;
|
|
10720
10720
|
for (Us(Pe, De, Ne, Ye - et, 1, Ne, Ye); Zt < et; ) {
|
|
10721
10721
|
var Xt = (Zt & ~vt) + Je;
|
|
10722
10722
|
Xt > et && (Xt = et), (0, pr[ol[sl++] >> 8 & 15])(Pe, De + +Zt, Ne, Ye + Zt - et, Xt - Zt, Ne, Ye + Zt), Zt = Xt;
|
|
10723
10723
|
}
|
|
10724
|
-
De += et, Ye += et, ++
|
|
10724
|
+
De += et, Ye += et, ++Ke & vt || (dt += ct);
|
|
10725
10725
|
}
|
|
10726
10726
|
He != Se.nc && r(Be, Ce - Ze, Be, Ce + (He - Qe - 1) * Ze, Ze);
|
|
10727
10727
|
break;
|
|
10728
10728
|
case 1:
|
|
10729
|
-
for (Ze = Pe, Ee = De, et = (Pe = Se.Ea) - (Ye = Pe & ~(Ne = (De = 1 << Se.b) - 1)),
|
|
10729
|
+
for (Ze = Pe, Ee = De, et = (Pe = Se.Ea) - (Ye = Pe & ~(Ne = (De = 1 << Se.b) - 1)), Ke = U(Pe, Se.b), Je = Se.K, Se = Se.w + (Qe >> Se.b) * Ke; Qe < He; ) {
|
|
10730
10730
|
for (vt = Je, ct = Se, Ft = new de(), dt = Ee + Ye, ol = Ee + Pe; Ee < dt; )
|
|
10731
10731
|
nt(vt[ct++], Ft), Jo(Ft, Ze, Ee, De, Be, Ce), Ee += De, Ce += De;
|
|
10732
|
-
Ee < ol && (nt(vt[ct++], Ft), Jo(Ft, Ze, Ee, et, Be, Ce), Ee += et, Ce += et), ++Qe & Ne || (Se +=
|
|
10732
|
+
Ee < ol && (nt(vt[ct++], Ft), Jo(Ft, Ze, Ee, et, Be, Ce), Ee += et, Ce += et), ++Qe & Ne || (Se += Ke);
|
|
10733
10733
|
}
|
|
10734
10734
|
break;
|
|
10735
10735
|
case 3:
|
|
10736
10736
|
if (Pe == Be && De == Ce && 0 < Se.b) {
|
|
10737
|
-
for (Ee = Be, Pe = Ze = Ce + (He - Qe) * Ze - (Ye = (He - Qe) * U(Se.Ea, Se.b)), De = Be, Ne = Ce,
|
|
10738
|
-
|
|
10737
|
+
for (Ee = Be, Pe = Ze = Ce + (He - Qe) * Ze - (Ye = (He - Qe) * U(Se.Ea, Se.b)), De = Be, Ne = Ce, Ke = [], Ye = (et = Ye) - 1; 0 <= Ye; --Ye)
|
|
10738
|
+
Ke[Ye] = De[Ne + Ye];
|
|
10739
10739
|
for (Ye = et - 1; 0 <= Ye; --Ye)
|
|
10740
|
-
Ee[Pe + Ye] =
|
|
10740
|
+
Ee[Pe + Ye] = Ke[Ye];
|
|
10741
10741
|
va(Se, Qe, He, Be, Ze, Be, Ce);
|
|
10742
10742
|
} else
|
|
10743
10743
|
va(Se, Qe, He, Pe, De, Be, Ce);
|
|
@@ -10758,40 +10758,40 @@ function Ef(e) {
|
|
|
10758
10758
|
if (Ce = Ce[0], 11 > (L = v.ca).S) {
|
|
10759
10759
|
var Qe = L.f.RGBA, He = (X = L.S, ie = fe.U, fe = fe.T, Se = Qe.eb, Qe.A), Pe = fe;
|
|
10760
10760
|
for (Qe = Qe.fb + v.Ma * Qe.A; 0 < Pe--; ) {
|
|
10761
|
-
var De = ye, Ze = Ce,
|
|
10761
|
+
var De = ye, Ze = Ce, Ke = ie, Ee = Se, Ne = Qe;
|
|
10762
10762
|
switch (X) {
|
|
10763
10763
|
case Pi:
|
|
10764
|
-
ga(De, Ze,
|
|
10764
|
+
ga(De, Ze, Ke, Ee, Ne);
|
|
10765
10765
|
break;
|
|
10766
10766
|
case zi:
|
|
10767
|
-
br(De, Ze,
|
|
10767
|
+
br(De, Ze, Ke, Ee, Ne);
|
|
10768
10768
|
break;
|
|
10769
10769
|
case Wu:
|
|
10770
|
-
br(De, Ze,
|
|
10770
|
+
br(De, Ze, Ke, Ee, Ne), Cr(Ee, Ne, 0, Ke, 1, 0);
|
|
10771
10771
|
break;
|
|
10772
10772
|
case Od:
|
|
10773
|
-
En(De, Ze,
|
|
10773
|
+
En(De, Ze, Ke, Ee, Ne);
|
|
10774
10774
|
break;
|
|
10775
10775
|
case Oi:
|
|
10776
|
-
|
|
10776
|
+
It(De, Ze, Ke, Ee, Ne, 1);
|
|
10777
10777
|
break;
|
|
10778
10778
|
case Ku:
|
|
10779
|
-
|
|
10779
|
+
It(De, Ze, Ke, Ee, Ne, 1), Cr(Ee, Ne, 0, Ke, 1, 0);
|
|
10780
10780
|
break;
|
|
10781
10781
|
case Ri:
|
|
10782
|
-
|
|
10782
|
+
It(De, Ze, Ke, Ee, Ne, 0);
|
|
10783
10783
|
break;
|
|
10784
10784
|
case Vi:
|
|
10785
|
-
|
|
10785
|
+
It(De, Ze, Ke, Ee, Ne, 0), Cr(Ee, Ne, 1, Ke, 1, 0);
|
|
10786
10786
|
break;
|
|
10787
10787
|
case Vu:
|
|
10788
|
-
Da(De, Ze,
|
|
10788
|
+
Da(De, Ze, Ke, Ee, Ne);
|
|
10789
10789
|
break;
|
|
10790
10790
|
case ju:
|
|
10791
|
-
Da(De, Ze,
|
|
10791
|
+
Da(De, Ze, Ke, Ee, Ne), Dn(Ee, Ne, Ke, 1, 0);
|
|
10792
10792
|
break;
|
|
10793
10793
|
case Rd:
|
|
10794
|
-
Ja(De, Ze,
|
|
10794
|
+
Ja(De, Ze, Ke, Ee, Ne);
|
|
10795
10795
|
break;
|
|
10796
10796
|
default:
|
|
10797
10797
|
t(0);
|
|
@@ -10836,16 +10836,16 @@ function Ef(e) {
|
|
|
10836
10836
|
function ca(v, C, L, X, ie, fe, ye) {
|
|
10837
10837
|
var Ce = v.$ / X, Be = v.$ % X, Se = v.m, Qe = v.s, He = L + v.$, Pe = He;
|
|
10838
10838
|
ie = L + X * ie;
|
|
10839
|
-
var De = L + X * fe, Ze = 280 + Qe.ua,
|
|
10839
|
+
var De = L + X * fe, Ze = 280 + Qe.ua, Ke = v.Pb ? Ce : 16777216, Ee = 0 < Qe.ua ? Qe.Wa : null, Ne = Qe.wc, Ye = He < De ? Wl(Qe, Be, Ce) : null;
|
|
10840
10840
|
t(v.C < fe), t(De <= ie);
|
|
10841
10841
|
var et = !1;
|
|
10842
10842
|
e:
|
|
10843
10843
|
for (; ; ) {
|
|
10844
10844
|
for (; et || He < De; ) {
|
|
10845
10845
|
var Je = 0;
|
|
10846
|
-
if (Ce >=
|
|
10846
|
+
if (Ce >= Ke) {
|
|
10847
10847
|
var vt = He - L;
|
|
10848
|
-
t((
|
|
10848
|
+
t((Ke = v).Pb), Ke.wd = Ke.m, Ke.xd = vt, 0 < Ke.s.ua && ue(Ke.s.Wa, Ke.s.vb), Ke = Ce + L1;
|
|
10849
10849
|
}
|
|
10850
10850
|
if (Be & Ne || (Ye = Wl(Qe, Be, Ce)), t(Ye != null), Ye.Qb && (C[He] = Ye.qb, et = !0), !et)
|
|
10851
10851
|
if (I(Se), Ye.jc) {
|
|
@@ -10907,7 +10907,7 @@ function Ef(e) {
|
|
|
10907
10907
|
}
|
|
10908
10908
|
function Yo() {
|
|
10909
10909
|
var v = new Hu();
|
|
10910
|
-
return v == null ? null : (v.a = 0, v.xb = Kd, Dt("Predictor", "VP8LPredictors"), Dt("Predictor", "VP8LPredictors_C"), Dt("PredictorAdd", "VP8LPredictorsAdd"), Dt("PredictorAdd", "VP8LPredictorsAdd_C"), Di = ut, Jo = it, ga = Le, br = ze, Da =
|
|
10910
|
+
return v == null ? null : (v.a = 0, v.xb = Kd, Dt("Predictor", "VP8LPredictors"), Dt("Predictor", "VP8LPredictors_C"), Dt("PredictorAdd", "VP8LPredictorsAdd"), Dt("PredictorAdd", "VP8LPredictorsAdd_C"), Di = ut, Jo = it, ga = Le, br = ze, Da = We, Ja = kt, En = pt, z.VP8LMapColor32b = Ms, z.VP8LMapColor8b = Ou, v);
|
|
10911
10911
|
}
|
|
10912
10912
|
function Ia(v, C, L, X, ie) {
|
|
10913
10913
|
var fe = 1, ye = [v], Ce = [C], Be = X.m, Se = X.s, Qe = null, He = 0;
|
|
@@ -10915,18 +10915,18 @@ function Ef(e) {
|
|
|
10915
10915
|
for (; ; ) {
|
|
10916
10916
|
if (L)
|
|
10917
10917
|
for (; fe && T(Be, 1); ) {
|
|
10918
|
-
var Pe = ye, De = Ce, Ze = X,
|
|
10918
|
+
var Pe = ye, De = Ce, Ze = X, Ke = 1, Ee = Ze.m, Ne = Ze.gc[Ze.ab], Ye = T(Ee, 2);
|
|
10919
10919
|
if (Ze.Oc & 1 << Ye)
|
|
10920
10920
|
fe = 0;
|
|
10921
10921
|
else {
|
|
10922
10922
|
switch (Ze.Oc |= 1 << Ye, Ne.hc = Ye, Ne.Ea = Pe[0], Ne.nc = De[0], Ne.K = [null], ++Ze.ab, t(4 >= Ze.ab), Ye) {
|
|
10923
10923
|
case 0:
|
|
10924
10924
|
case 1:
|
|
10925
|
-
Ne.b = T(Ee, 3) + 2,
|
|
10925
|
+
Ne.b = T(Ee, 3) + 2, Ke = Ia(U(Ne.Ea, Ne.b), U(Ne.nc, Ne.b), 0, Ze, Ne.K), Ne.K = Ne.K[0];
|
|
10926
10926
|
break;
|
|
10927
10927
|
case 3:
|
|
10928
10928
|
var et, Je = T(Ee, 8) + 1, vt = 16 < Je ? 0 : 4 < Je ? 1 : 2 < Je ? 2 : 3;
|
|
10929
|
-
if (Pe[0] = U(Ne.Ea, vt), Ne.b = vt, et =
|
|
10929
|
+
if (Pe[0] = U(Ne.Ea, vt), Ne.b = vt, et = Ke = Ia(Je, 1, 0, Ze, Ne.K)) {
|
|
10930
10930
|
var ct, Ft = Je, dt = Ne, ol = 1 << (8 >> dt.b), sl = l(ol);
|
|
10931
10931
|
if (sl == null)
|
|
10932
10932
|
et = 0;
|
|
@@ -10939,14 +10939,14 @@ function Ef(e) {
|
|
|
10939
10939
|
dt.K[0] = null, dt.K[0] = sl, et = 1;
|
|
10940
10940
|
}
|
|
10941
10941
|
}
|
|
10942
|
-
|
|
10942
|
+
Ke = et;
|
|
10943
10943
|
break;
|
|
10944
10944
|
case 2:
|
|
10945
10945
|
break;
|
|
10946
10946
|
default:
|
|
10947
10947
|
t(0);
|
|
10948
10948
|
}
|
|
10949
|
-
fe =
|
|
10949
|
+
fe = Ke;
|
|
10950
10950
|
}
|
|
10951
10951
|
}
|
|
10952
10952
|
if (ye = ye[0], Ce = Ce[0], fe && T(Be, 1) && !(fe = 1 <= (He = T(Be, 4)) && 11 >= He)) {
|
|
@@ -11341,9 +11341,9 @@ function Ef(e) {
|
|
|
11341
11341
|
}
|
|
11342
11342
|
L && (L = function(De, Ze) {
|
|
11343
11343
|
for (De.M = 0; De.M < De.Va; ++De.M) {
|
|
11344
|
-
var
|
|
11345
|
-
for (
|
|
11346
|
-
var et = Ne, Je = Ye, vt = Je.Ac, ct = Je.Bc + 4 *
|
|
11344
|
+
var Ke, Ee = De.Jc[De.M & De.Xb], Ne = De.m, Ye = De;
|
|
11345
|
+
for (Ke = 0; Ke < Ye.za; ++Ke) {
|
|
11346
|
+
var et = Ne, Je = Ye, vt = Je.Ac, ct = Je.Bc + 4 * Ke, Ft = Je.zc, dt = Je.ya[Je.aa + Ke];
|
|
11347
11347
|
if (Je.Qa.Bb ? dt.$b = D(et, Je.Pa.jb[0]) ? 2 + D(et, Je.Pa.jb[2]) : D(et, Je.Pa.jb[1]) : dt.$b = 0, Je.kc && (dt.Ad = D(et, Je.Bd)), dt.Za = !D(et, 145) + 0, dt.Za) {
|
|
11348
11348
|
var ol = dt.Ob, sl = 0;
|
|
11349
11349
|
for (Je = 0; 4 > Je; ++Je) {
|
|
@@ -11363,8 +11363,8 @@ function Ef(e) {
|
|
|
11363
11363
|
if (Ye.m.Ka)
|
|
11364
11364
|
return Nl(De, 7, "Premature end-of-partition0 encountered.");
|
|
11365
11365
|
for (; De.ja < De.za; ++De.ja) {
|
|
11366
|
-
if (Ye = Ee, et = (Ne = De).rb[Ne.sb - 1], vt = Ne.rb[Ne.sb + Ne.ja],
|
|
11367
|
-
et.la = vt.la = 0,
|
|
11366
|
+
if (Ye = Ee, et = (Ne = De).rb[Ne.sb - 1], vt = Ne.rb[Ne.sb + Ne.ja], Ke = Ne.ya[Ne.aa + Ne.ja], ct = Ne.kc ? Ke.Ad : 0)
|
|
11367
|
+
et.la = vt.la = 0, Ke.Za || (et.Na = vt.Na = 0), Ke.Hc = 0, Ke.Gc = 0, Ke.ia = 0;
|
|
11368
11368
|
else {
|
|
11369
11369
|
var dl, Rt;
|
|
11370
11370
|
if (et = vt, vt = Ye, ct = Ne.Pa.Xc, Ft = Ne.ya[Ne.aa + Ne.ja], dt = Ne.pb[Ft.$b], Je = Ft.ad, ol = 0, sl = Ne.rb[Ne.sb - 1], Xt = Zt = 0, o(Je, ol, 0, 384), Ft.Za)
|
|
@@ -11398,12 +11398,12 @@ function Ef(e) {
|
|
|
11398
11398
|
}
|
|
11399
11399
|
et.la = Eo, sl.la = jl, Ft.Hc = Zt, Ft.Gc = Xt, Ft.ia = 43690 & Xt ? 0 : dt.ia, ct = !(Zt | Xt);
|
|
11400
11400
|
}
|
|
11401
|
-
if (0 < Ne.L && (Ne.wa[Ne.Y + Ne.ja] = Ne.gd[
|
|
11401
|
+
if (0 < Ne.L && (Ne.wa[Ne.Y + Ne.ja] = Ne.gd[Ke.$b][Ke.Za], Ne.wa[Ne.Y + Ne.ja].La |= !ct), Ye.Ka)
|
|
11402
11402
|
return Nl(De, 7, "Premature end-of-file encountered.");
|
|
11403
11403
|
}
|
|
11404
|
-
if (hs(De), Ne = Ze, Ye = 1,
|
|
11404
|
+
if (hs(De), Ne = Ze, Ye = 1, Ke = (Ee = De).D, et = 0 < Ee.L && Ee.M >= Ee.zb && Ee.M <= Ee.Va, Ee.Aa == 0)
|
|
11405
11405
|
e: {
|
|
11406
|
-
if (
|
|
11406
|
+
if (Ke.M = Ee.M, Ke.uc = et, Fs(Ee, Ke), Ye = 1, Ke = (Rt = Ee.D).Nb, et = (Xt = ji[Ee.L]) * Ee.R, vt = Xt / 2 * Ee.B, vl = 16 * Ke * Ee.R, Io = 8 * Ke * Ee.B, ct = Ee.sa, Ft = Ee.ta - et + vl, dt = Ee.qa, Je = Ee.ra - vt + Io, ol = Ee.Ha, sl = Ee.Ia - vt + Io, Ro = (il = Rt.M) == 0, Zt = il >= Ee.Va - 1, Ee.Aa == 2 && Fs(Ee, Rt), Rt.uc)
|
|
11407
11407
|
for (Vo = (Gl = Ee).D.M, t(Gl.D.uc), Rt = Gl.yb; Rt < Gl.Hb; ++Rt) {
|
|
11408
11408
|
jl = Rt, Eo = Vo;
|
|
11409
11409
|
var lo = (Ao = (El = Gl).D).Nb;
|
|
@@ -11424,7 +11424,7 @@ function Ef(e) {
|
|
|
11424
11424
|
}
|
|
11425
11425
|
Rt < Ne.j && (Xt = Ne.j - Rt, Rt = Ne.j, t(!(1 & Xt)), Ne.O += Ee.R * Xt, Ne.N += Ee.B * (Xt >> 1), Ne.W += Ee.B * (Xt >> 1), Ne.F != null && (Ne.J += Ne.width * Xt)), Rt < il && (Ne.O += Ne.v, Ne.N += Ne.v >> 1, Ne.W += Ne.v >> 1, Ne.F != null && (Ne.J += Ne.v), Ne.ka = Rt - Ne.j, Ne.U = Ne.va - Ne.v, Ne.T = il - Rt, Ye = Ne.put(Ne));
|
|
11426
11426
|
}
|
|
11427
|
-
|
|
11427
|
+
Ke + 1 != Ee.Ic || Zt || (r(Ee.sa, Ee.ta - et, ct, Ft + 16 * Ee.R, et), r(Ee.qa, Ee.ra - vt, dt, Je + 8 * Ee.B, vt), r(Ee.Ha, Ee.Ia - vt, ol, sl + 8 * Ee.B, vt));
|
|
11428
11428
|
}
|
|
11429
11429
|
if (!Ye)
|
|
11430
11430
|
return Nl(De, 6, "Output aborted.");
|
|
@@ -11654,8 +11654,8 @@ function Ef(e) {
|
|
|
11654
11654
|
if ($i(v, C, L, Ce))
|
|
11655
11655
|
Bn(v, C, L);
|
|
11656
11656
|
else {
|
|
11657
|
-
var Be = v, Se = C, Qe = L, He = Be[Se - 2 * Qe], Pe = Be[Se - Qe], De = Be[Se + 0], Ze = Be[Se + Qe],
|
|
11658
|
-
Be[Se - 3 * Qe] = Oo[255 + Be[Se - 3 * Qe] + Ye], Be[Se - 2 * Qe] = Oo[255 + He + Ne], Be[Se - Qe] = Oo[255 + Pe + Ee], Be[Se + 0] = Oo[255 + De - Ee], Be[Se + Qe] = Oo[255 + Ze - Ne], Be[Se + 2 * Qe] = Oo[255 +
|
|
11657
|
+
var Be = v, Se = C, Qe = L, He = Be[Se - 2 * Qe], Pe = Be[Se - Qe], De = Be[Se + 0], Ze = Be[Se + Qe], Ke = Be[Se + 2 * Qe], Ee = 27 * (Ye = Ru[1020 + 3 * (De - Pe) + Ru[1020 + He - Ze]]) + 63 >> 7, Ne = 18 * Ye + 63 >> 7, Ye = 9 * Ye + 63 >> 7;
|
|
11658
|
+
Be[Se - 3 * Qe] = Oo[255 + Be[Se - 3 * Qe] + Ye], Be[Se - 2 * Qe] = Oo[255 + He + Ne], Be[Se - Qe] = Oo[255 + Pe + Ee], Be[Se + 0] = Oo[255 + De - Ee], Be[Se + Qe] = Oo[255 + Ze - Ne], Be[Se + 2 * Qe] = Oo[255 + Ke - Ye];
|
|
11659
11659
|
}
|
|
11660
11660
|
C += X;
|
|
11661
11661
|
}
|
|
@@ -11666,8 +11666,8 @@ function Ef(e) {
|
|
|
11666
11666
|
if ($i(v, C, L, Ce))
|
|
11667
11667
|
Bn(v, C, L);
|
|
11668
11668
|
else {
|
|
11669
|
-
var Be = v, Se = C, Qe = L, He = Be[Se - Qe], Pe = Be[Se + 0], De = Be[Se + Qe], Ze = Hi[112 + ((
|
|
11670
|
-
Be[Se - 2 * Qe] = Oo[255 + Be[Se - 2 * Qe] + Ee], Be[Se - Qe] = Oo[255 + He +
|
|
11669
|
+
var Be = v, Se = C, Qe = L, He = Be[Se - Qe], Pe = Be[Se + 0], De = Be[Se + Qe], Ze = Hi[112 + ((Ke = 3 * (Pe - He)) + 4 >> 3)], Ke = Hi[112 + (Ke + 3 >> 3)], Ee = Ze + 1 >> 1;
|
|
11670
|
+
Be[Se - 2 * Qe] = Oo[255 + Be[Se - 2 * Qe] + Ee], Be[Se - Qe] = Oo[255 + He + Ke], Be[Se + 0] = Oo[255 + Pe - Ze], Be[Se + Qe] = Oo[255 + De - Ee];
|
|
11671
11671
|
}
|
|
11672
11672
|
C += X;
|
|
11673
11673
|
}
|
|
@@ -11792,27 +11792,27 @@ function Ef(e) {
|
|
|
11792
11792
|
C = 1;
|
|
11793
11793
|
else if (Ce.ic || Te(), Ce.ic) {
|
|
11794
11794
|
Ce = ye.V, Pe = ye.Ba, De = ye.c;
|
|
11795
|
-
var
|
|
11796
|
-
t(Ee <= Ne), t(C <=
|
|
11795
|
+
var Ke = ye.i, Ee = (Ze = 1, Be = ye.$ / De, Se = ye.$ % De, Qe = ye.m, He = ye.s, ye.$), Ne = De * Ke, Ye = De * C, et = He.wc, Je = Ee < Ye ? Wl(He, Se, Be) : null;
|
|
11796
|
+
t(Ee <= Ne), t(C <= Ke), t(Ga(He));
|
|
11797
11797
|
t:
|
|
11798
11798
|
for (; ; ) {
|
|
11799
11799
|
for (; !Qe.h && Ee < Ye; ) {
|
|
11800
|
-
if (Se & et || (Je = Wl(He, Se, Be)), t(Je != null), I(Qe), 256 > (
|
|
11801
|
-
Ce[Pe + Ee] =
|
|
11800
|
+
if (Se & et || (Je = Wl(He, Se, Be)), t(Je != null), I(Qe), 256 > (Ke = $o(Je.G[0], Je.H[0], Qe)))
|
|
11801
|
+
Ce[Pe + Ee] = Ke, ++Ee, ++Se >= De && (Se = 0, ++Be <= C && !(Be % 16) && ua(ye, Be));
|
|
11802
11802
|
else {
|
|
11803
|
-
if (!(280 >
|
|
11803
|
+
if (!(280 > Ke)) {
|
|
11804
11804
|
Ze = 0;
|
|
11805
11805
|
break t;
|
|
11806
11806
|
}
|
|
11807
|
-
|
|
11807
|
+
Ke = ia(Ke - 256, Qe);
|
|
11808
11808
|
var vt, ct = $o(Je.G[4], Je.H[4], Qe);
|
|
11809
|
-
if (I(Qe), !(Ee >= (ct = Qa(De, ct = ia(ct, Qe))) && Ne - Ee >=
|
|
11809
|
+
if (I(Qe), !(Ee >= (ct = Qa(De, ct = ia(ct, Qe))) && Ne - Ee >= Ke)) {
|
|
11810
11810
|
Ze = 0;
|
|
11811
11811
|
break t;
|
|
11812
11812
|
}
|
|
11813
|
-
for (vt = 0; vt <
|
|
11813
|
+
for (vt = 0; vt < Ke; ++vt)
|
|
11814
11814
|
Ce[Pe + Ee + vt] = Ce[Pe + Ee + vt - ct];
|
|
11815
|
-
for (Ee +=
|
|
11815
|
+
for (Ee += Ke, Se += Ke; Se >= De; )
|
|
11816
11816
|
Se -= De, ++Be <= C && !(Be % 16) && ua(ye, Be);
|
|
11817
11817
|
Ee < Ye && Se & et && (Je = Wl(He, Se, Be));
|
|
11818
11818
|
}
|
|
@@ -11878,15 +11878,15 @@ function Ef(e) {
|
|
|
11878
11878
|
Cr = B, Dn = Ae, Ti = $e, Nd = Me;
|
|
11879
11879
|
}
|
|
11880
11880
|
function je(v, C, L) {
|
|
11881
|
-
z[v] = function(X, ie, fe, ye, Ce, Be, Se, Qe, He, Pe, De, Ze,
|
|
11881
|
+
z[v] = function(X, ie, fe, ye, Ce, Be, Se, Qe, He, Pe, De, Ze, Ke, Ee, Ne, Ye, et) {
|
|
11882
11882
|
var Je, vt = et - 1 >> 1, ct = Ce[Be + 0] | Se[Qe + 0] << 16, Ft = He[Pe + 0] | De[Ze + 0] << 16;
|
|
11883
11883
|
t(X != null);
|
|
11884
11884
|
var dt = 3 * ct + Ft + 131074 >> 2;
|
|
11885
|
-
for (C(X[ie + 0], 255 & dt, dt >> 16,
|
|
11885
|
+
for (C(X[ie + 0], 255 & dt, dt >> 16, Ke, Ee), fe != null && (dt = 3 * Ft + ct + 131074 >> 2, C(fe[ye + 0], 255 & dt, dt >> 16, Ne, Ye)), Je = 1; Je <= vt; ++Je) {
|
|
11886
11886
|
var ol = Ce[Be + Je] | Se[Qe + Je] << 16, sl = He[Pe + Je] | De[Ze + Je] << 16, Zt = ct + ol + Ft + sl + 524296, Xt = Zt + 2 * (ol + Ft) >> 3;
|
|
11887
|
-
dt = Xt + ct >> 1, ct = (Zt = Zt + 2 * (ct + sl) >> 3) + ol >> 1, C(X[ie + 2 * Je - 1], 255 & dt, dt >> 16,
|
|
11887
|
+
dt = Xt + ct >> 1, ct = (Zt = Zt + 2 * (ct + sl) >> 3) + ol >> 1, C(X[ie + 2 * Je - 1], 255 & dt, dt >> 16, Ke, Ee + (2 * Je - 1) * L), C(X[ie + 2 * Je - 0], 255 & ct, ct >> 16, Ke, Ee + (2 * Je - 0) * L), fe != null && (dt = Zt + Ft >> 1, ct = Xt + sl >> 1, C(fe[ye + 2 * Je - 1], 255 & dt, dt >> 16, Ne, Ye + (2 * Je - 1) * L), C(fe[ye + 2 * Je + 0], 255 & ct, ct >> 16, Ne, Ye + (2 * Je + 0) * L)), ct = ol, Ft = sl;
|
|
11888
11888
|
}
|
|
11889
|
-
1 & et || (dt = 3 * ct + Ft + 131074 >> 2, C(X[ie + et - 1], 255 & dt, dt >> 16,
|
|
11889
|
+
1 & et || (dt = 3 * ct + Ft + 131074 >> 2, C(X[ie + et - 1], 255 & dt, dt >> 16, Ke, Ee + (et - 1) * L), fe != null && (dt = 3 * Ft + ct + 131074 >> 2, C(fe[ye + et - 1], 255 & dt, dt >> 16, Ne, Ye + (et - 1) * L)));
|
|
11890
11890
|
};
|
|
11891
11891
|
}
|
|
11892
11892
|
function lt() {
|
|
@@ -11966,20 +11966,20 @@ function Ef(e) {
|
|
|
11966
11966
|
for (L = -1; 8 > L; ++L)
|
|
11967
11967
|
r(Be, Se + 32 * L - 4, Be, Se + 32 * L + 4, 4), r(Qe, He + 32 * L - 4, Qe, He + 32 * L + 4, 4);
|
|
11968
11968
|
}
|
|
11969
|
-
var De = v.Gd, Ze = v.Hd + X,
|
|
11969
|
+
var De = v.Gd, Ze = v.Hd + X, Ke = Pe.ad, Ee = Pe.Hc;
|
|
11970
11970
|
if (0 < ie && (r(ye, Ce - 32, De[Ze].y, 0, 16), r(Be, Se - 32, De[Ze].f, 0, 8), r(Qe, He - 32, De[Ze].ea, 0, 8)), Pe.Za) {
|
|
11971
11971
|
var Ne = ye, Ye = Ce - 32 + 16;
|
|
11972
11972
|
for (0 < ie && (X >= v.za - 1 ? o(Ne, Ye, De[Ze].y[15], 4) : r(Ne, Ye, De[Ze + 1].y, 0, 4)), L = 0; 4 > L; L++)
|
|
11973
11973
|
Ne[Ye + 128 + L] = Ne[Ye + 256 + L] = Ne[Ye + 384 + L] = Ne[Ye + 0 + L];
|
|
11974
11974
|
for (L = 0; 16 > L; ++L, Ee <<= 2)
|
|
11975
|
-
Ne = ye, Ye = Ce + Zd[L], ba[Pe.Ob[L]](Ne, Ye), _s(Ee,
|
|
11975
|
+
Ne = ye, Ye = Ce + Zd[L], ba[Pe.Ob[L]](Ne, Ye), _s(Ee, Ke, 16 * +L, Ne, Ye);
|
|
11976
11976
|
} else if (Ne = Ni(X, ie, Pe.Ob[0]), xr[Ne](ye, Ce), Ee != 0)
|
|
11977
11977
|
for (L = 0; 16 > L; ++L, Ee <<= 2)
|
|
11978
|
-
_s(Ee,
|
|
11979
|
-
for (L = Pe.Gc, Ne = Ni(X, ie, Pe.Dd), lr[Ne](Be, Se), lr[Ne](Qe, He), Ee =
|
|
11978
|
+
_s(Ee, Ke, 16 * +L, ye, Ce + Zd[L]);
|
|
11979
|
+
for (L = Pe.Gc, Ne = Ni(X, ie, Pe.Dd), lr[Ne](Be, Se), lr[Ne](Qe, He), Ee = Ke, Ne = Be, Ye = Se, 255 & (Pe = L >> 0) && (170 & Pe ? mr(Ee, 256, Ne, Ye) : Za(Ee, 256, Ne, Ye)), Pe = Qe, Ee = He, 255 & (L >>= 8) && (170 & L ? mr(Ke, 320, Pe, Ee) : Za(Ke, 320, Pe, Ee)), ie < v.Ub - 1 && (r(De[Ze].y, 0, ye, Ce + 480, 16), r(De[Ze].f, 0, Be, Se + 224, 8), r(De[Ze].ea, 0, Qe, He + 224, 8)), L = 8 * fe * v.B, De = v.sa, Ze = v.ta + 16 * X + 16 * fe * v.R, Ke = v.qa, Pe = v.ra + 8 * X + L, Ee = v.Ha, Ne = v.Ia + 8 * X + L, L = 0; 16 > L; ++L)
|
|
11980
11980
|
r(De, Ze + L * v.R, ye, Ce + 32 * L, 16);
|
|
11981
11981
|
for (L = 0; 8 > L; ++L)
|
|
11982
|
-
r(
|
|
11982
|
+
r(Ke, Pe + L * v.B, Be, Se + 32 * L, 8), r(Ee, Ne + L * v.B, Qe, He + 32 * L, 8);
|
|
11983
11983
|
}
|
|
11984
11984
|
}
|
|
11985
11985
|
function Ln(v, C, L, X, ie, fe, ye, Ce, Be) {
|
|
@@ -11988,8 +11988,8 @@ function Ef(e) {
|
|
|
11988
11988
|
return 7;
|
|
11989
11989
|
De.data = v, De.w = C, De.ha = L, C = [C], L = [L], De.gb = [De.gb];
|
|
11990
11990
|
e: {
|
|
11991
|
-
var Ze = C,
|
|
11992
|
-
if (t(v != null), t(
|
|
11991
|
+
var Ze = C, Ke = L, Ee = De.gb;
|
|
11992
|
+
if (t(v != null), t(Ke != null), t(Ee != null), Ee[0] = 0, 12 <= Ke[0] && !a(v, Ze[0], "RIFF")) {
|
|
11993
11993
|
if (a(v, Ze[0] + 8, "WEBP")) {
|
|
11994
11994
|
Ee = 3;
|
|
11995
11995
|
break e;
|
|
@@ -11999,11 +11999,11 @@ function Ef(e) {
|
|
|
11999
11999
|
Ee = 3;
|
|
12000
12000
|
break e;
|
|
12001
12001
|
}
|
|
12002
|
-
if (Pe && Ne >
|
|
12002
|
+
if (Pe && Ne > Ke[0] - 8) {
|
|
12003
12003
|
Ee = 7;
|
|
12004
12004
|
break e;
|
|
12005
12005
|
}
|
|
12006
|
-
Ee[0] = Ne, Ze[0] += 12,
|
|
12006
|
+
Ee[0] = Ne, Ze[0] += 12, Ke[0] -= 12;
|
|
12007
12007
|
}
|
|
12008
12008
|
Ee = 0;
|
|
12009
12009
|
}
|
|
@@ -12012,13 +12012,13 @@ function Ef(e) {
|
|
|
12012
12012
|
for (Ne = 0 < De.gb[0], L = L[0]; ; ) {
|
|
12013
12013
|
e: {
|
|
12014
12014
|
var Ye = v;
|
|
12015
|
-
|
|
12015
|
+
Ke = C, Ee = L;
|
|
12016
12016
|
var et = Se, Je = Qe, vt = Ze = [0];
|
|
12017
12017
|
if ((dt = He = [He])[0] = 0, 8 > Ee[0])
|
|
12018
12018
|
Ee = 7;
|
|
12019
12019
|
else {
|
|
12020
|
-
if (!a(Ye,
|
|
12021
|
-
if (ge(Ye,
|
|
12020
|
+
if (!a(Ye, Ke[0], "VP8X")) {
|
|
12021
|
+
if (ge(Ye, Ke[0] + 4) != 10) {
|
|
12022
12022
|
Ee = 3;
|
|
12023
12023
|
break e;
|
|
12024
12024
|
}
|
|
@@ -12026,21 +12026,21 @@ function Ef(e) {
|
|
|
12026
12026
|
Ee = 7;
|
|
12027
12027
|
break e;
|
|
12028
12028
|
}
|
|
12029
|
-
var ct = ge(Ye,
|
|
12030
|
-
if (2147483648 <= Ft * (Ye = 1 + we(Ye,
|
|
12029
|
+
var ct = ge(Ye, Ke[0] + 8), Ft = 1 + we(Ye, Ke[0] + 12);
|
|
12030
|
+
if (2147483648 <= Ft * (Ye = 1 + we(Ye, Ke[0] + 15))) {
|
|
12031
12031
|
Ee = 3;
|
|
12032
12032
|
break e;
|
|
12033
12033
|
}
|
|
12034
|
-
vt != null && (vt[0] = ct), et != null && (et[0] = Ft), Je != null && (Je[0] = Ye),
|
|
12034
|
+
vt != null && (vt[0] = ct), et != null && (et[0] = Ft), Je != null && (Je[0] = Ye), Ke[0] += 18, Ee[0] -= 18, dt[0] = 1;
|
|
12035
12035
|
}
|
|
12036
12036
|
Ee = 0;
|
|
12037
12037
|
}
|
|
12038
12038
|
}
|
|
12039
12039
|
if (He = He[0], Ze = Ze[0], Ee != 0)
|
|
12040
12040
|
return Ee;
|
|
12041
|
-
if (
|
|
12041
|
+
if (Ke = !!(2 & Ze), !Ne && He)
|
|
12042
12042
|
return 3;
|
|
12043
|
-
if (fe != null && (fe[0] = !!(16 & Ze)), ye != null && (ye[0] =
|
|
12043
|
+
if (fe != null && (fe[0] = !!(16 & Ze)), ye != null && (ye[0] = Ke), Ce != null && (Ce[0] = 0), ye = Se[0], Ze = Qe[0], He && Ke && Be == null) {
|
|
12044
12044
|
Ee = 0;
|
|
12045
12045
|
break;
|
|
12046
12046
|
}
|
|
@@ -12107,18 +12107,18 @@ function Ef(e) {
|
|
|
12107
12107
|
break;
|
|
12108
12108
|
if (4294967286 < De.Ja)
|
|
12109
12109
|
return 3;
|
|
12110
|
-
if (Ce == null ||
|
|
12110
|
+
if (Ce == null || Ke || (Ce[0] = De.xa ? 2 : 1), ye = [ye], Ze = [Ze], De.xa) {
|
|
12111
12111
|
if (5 > L) {
|
|
12112
12112
|
Ee = 7;
|
|
12113
12113
|
break;
|
|
12114
12114
|
}
|
|
12115
|
-
Ce = ye, Pe = Ze,
|
|
12115
|
+
Ce = ye, Pe = Ze, Ke = fe, v == null || 5 > L ? v = 0 : 5 <= L && v[C + 0] == 47 && !(v[C + 4] >> 5) ? (Ne = [0], dt = [0], et = [0], E(Je = new F(), v, C, L), Lt(Je, Ne, dt, et) ? (Ce != null && (Ce[0] = Ne[0]), Pe != null && (Pe[0] = dt[0]), Ke != null && (Ke[0] = et[0]), v = 1) : v = 0) : v = 0;
|
|
12116
12116
|
} else {
|
|
12117
12117
|
if (10 > L) {
|
|
12118
12118
|
Ee = 7;
|
|
12119
12119
|
break;
|
|
12120
12120
|
}
|
|
12121
|
-
Ce = Ze, v == null || 10 > L || !mi(v, C + 3, L - 3) ? v = 0 : (Pe = v[C + 0] | v[C + 1] << 8 | v[C + 2] << 16,
|
|
12121
|
+
Ce = Ze, v == null || 10 > L || !mi(v, C + 3, L - 3) ? v = 0 : (Pe = v[C + 0] | v[C + 1] << 8 | v[C + 2] << 16, Ke = 16383 & (v[C + 7] << 8 | v[C + 6]), v = 16383 & (v[C + 9] << 8 | v[C + 8]), 1 & Pe || 3 < (Pe >> 1 & 7) || !(Pe >> 4 & 1) || Pe >> 5 >= De.Ja || !Ke || !v ? v = 0 : (ye && (ye[0] = Ke), Ce && (Ce[0] = v), v = 1));
|
|
12122
12122
|
}
|
|
12123
12123
|
if (!v || (ye = ye[0], Ze = Ze[0], He && (Se[0] != ye || Qe[0] != Ze)))
|
|
12124
12124
|
return 3;
|
|
@@ -12264,18 +12264,18 @@ function Ef(e) {
|
|
|
12264
12264
|
break e;
|
|
12265
12265
|
}
|
|
12266
12266
|
if (function(Pe, De) {
|
|
12267
|
-
var Ze = [0],
|
|
12267
|
+
var Ze = [0], Ke = [0], Ee = [0];
|
|
12268
12268
|
t:
|
|
12269
12269
|
for (; ; ) {
|
|
12270
12270
|
if (Pe == null)
|
|
12271
12271
|
return 0;
|
|
12272
12272
|
if (De == null)
|
|
12273
12273
|
return Pe.a = 2, 0;
|
|
12274
|
-
if (Pe.l = De, Pe.a = 0, E(Pe.m, De.data, De.w, De.ha),
|
|
12274
|
+
if (Pe.l = De, Pe.a = 0, E(Pe.m, De.data, De.w, De.ha), !Lt(Pe.m, Ze, Ke, Ee)) {
|
|
12275
12275
|
Pe.a = 3;
|
|
12276
12276
|
break t;
|
|
12277
12277
|
}
|
|
12278
|
-
if (Pe.xb = Kd, De.width = Ze[0], De.height =
|
|
12278
|
+
if (Pe.xb = Kd, De.width = Ze[0], De.height = Ke[0], !Ia(Ze[0], Ke[0], 1, Pe, null))
|
|
12279
12279
|
break t;
|
|
12280
12280
|
return 1;
|
|
12281
12281
|
}
|
|
@@ -12543,14 +12543,14 @@ function Ef(e) {
|
|
|
12543
12543
|
return me === this.decode.FLATE_DECODE && (he = "/Predictor " + F + " "), he += "/Colors " + V + " /BitsPerComponent " + k + " /Columns " + x.width, (this.__addimage__.isArrayBuffer(m) || this.__addimage__.isArrayBufferView(m)) && (m = this.__addimage__.arrayBufferToBinaryString(m)), (oe && this.__addimage__.isArrayBuffer(oe) || this.__addimage__.isArrayBufferView(oe)) && (oe = this.__addimage__.arrayBufferToBinaryString(oe)), { alias: g, data: m, index: p, filter: me, decodeParameters: he, transparency: w, palette: Y, sMask: oe, predictor: F, width: x.width, height: x.height, bitsPerComponent: k, colorSpace: n };
|
|
12544
12544
|
}
|
|
12545
12545
|
};
|
|
12546
|
-
})(
|
|
12546
|
+
})(Ut.API), function(e) {
|
|
12547
12547
|
e.processGIF89A = function(t, a, r, o) {
|
|
12548
12548
|
var l = new bm(t), s = l.width, i = l.height, u = [];
|
|
12549
12549
|
l.decodeAndBlitFrameRGBA(0, u);
|
|
12550
12550
|
var f = { data: u, width: s, height: i }, b = new Ic(100).encode(f, 100);
|
|
12551
12551
|
return e.processJPEG.call(this, b, a, r, o);
|
|
12552
12552
|
}, e.processGIF87A = e.processGIF89A;
|
|
12553
|
-
}(
|
|
12553
|
+
}(Ut.API), Ca.prototype.parseHeader = function() {
|
|
12554
12554
|
if (this.fileSize = this.datav.getUint32(this.pos, !0), this.pos += 4, this.reserved = this.datav.getUint32(this.pos, !0), this.pos += 4, this.offset = this.datav.getUint32(this.pos, !0), this.pos += 4, this.headerSize = this.datav.getUint32(this.pos, !0), this.pos += 4, this.width = this.datav.getUint32(this.pos, !0), this.pos += 4, this.height = this.datav.getInt32(this.pos, !0), this.pos += 4, this.planes = this.datav.getUint16(this.pos, !0), this.pos += 2, this.bitPP = this.datav.getUint16(this.pos, !0), this.pos += 2, this.compress = this.datav.getUint32(this.pos, !0), this.pos += 4, this.rawSize = this.datav.getUint32(this.pos, !0), this.pos += 4, this.hr = this.datav.getUint32(this.pos, !0), this.pos += 4, this.vr = this.datav.getUint32(this.pos, !0), this.pos += 4, this.colors = this.datav.getUint32(this.pos, !0), this.pos += 4, this.importantColors = this.datav.getUint32(this.pos, !0), this.pos += 4, this.bitPP === 16 && this.is_with_alpha && (this.bitPP = 15), this.bitPP < 15) {
|
|
12555
12555
|
var e = this.colors === 0 ? 1 << this.bitPP : this.colors;
|
|
12556
12556
|
this.palette = new Array(e);
|
|
@@ -12648,7 +12648,7 @@ function(e) {
|
|
|
12648
12648
|
var l = new Ca(t, !1), s = l.width, i = l.height, u = { data: l.getData(), width: s, height: i }, f = new Ic(100).encode(u, 100);
|
|
12649
12649
|
return e.processJPEG.call(this, f, a, r, o);
|
|
12650
12650
|
};
|
|
12651
|
-
}(
|
|
12651
|
+
}(Ut.API), Ef.prototype.getData = function() {
|
|
12652
12652
|
return this.data;
|
|
12653
12653
|
}, /**
|
|
12654
12654
|
* @license
|
|
@@ -12662,18 +12662,18 @@ function(e) {
|
|
|
12662
12662
|
var l = new Ef(t), s = l.width, i = l.height, u = { data: l.getData(), width: s, height: i }, f = new Ic(100).encode(u, 100);
|
|
12663
12663
|
return e.processJPEG.call(this, f, a, r, o);
|
|
12664
12664
|
};
|
|
12665
|
-
}(
|
|
12665
|
+
}(Ut.API), Ut.API.processRGBA = function(e, t, a) {
|
|
12666
12666
|
for (var r = e.data, o = r.length, l = new Uint8Array(o / 4 * 3), s = new Uint8Array(o / 4), i = 0, u = 0, f = 0; f < o; f += 4) {
|
|
12667
12667
|
var b = r[f], d = r[f + 1], m = r[f + 2], p = r[f + 3];
|
|
12668
12668
|
l[i++] = b, l[i++] = d, l[i++] = m, s[u++] = p;
|
|
12669
12669
|
}
|
|
12670
12670
|
var g = this.__addimage__.arrayBufferToBinaryString(l);
|
|
12671
12671
|
return { alpha: this.__addimage__.arrayBufferToBinaryString(s), data: g, index: t, alias: a, colorSpace: "DeviceRGB", bitsPerComponent: 8, width: e.width, height: e.height };
|
|
12672
|
-
},
|
|
12672
|
+
}, Ut.API.setLanguage = function(e) {
|
|
12673
12673
|
return this.internal.languageSettings === void 0 && (this.internal.languageSettings = {}, this.internal.languageSettings.isSubscribed = !1), { af: "Afrikaans", sq: "Albanian", ar: "Arabic (Standard)", "ar-DZ": "Arabic (Algeria)", "ar-BH": "Arabic (Bahrain)", "ar-EG": "Arabic (Egypt)", "ar-IQ": "Arabic (Iraq)", "ar-JO": "Arabic (Jordan)", "ar-KW": "Arabic (Kuwait)", "ar-LB": "Arabic (Lebanon)", "ar-LY": "Arabic (Libya)", "ar-MA": "Arabic (Morocco)", "ar-OM": "Arabic (Oman)", "ar-QA": "Arabic (Qatar)", "ar-SA": "Arabic (Saudi Arabia)", "ar-SY": "Arabic (Syria)", "ar-TN": "Arabic (Tunisia)", "ar-AE": "Arabic (U.A.E.)", "ar-YE": "Arabic (Yemen)", an: "Aragonese", hy: "Armenian", as: "Assamese", ast: "Asturian", az: "Azerbaijani", eu: "Basque", be: "Belarusian", bn: "Bengali", bs: "Bosnian", br: "Breton", bg: "Bulgarian", my: "Burmese", ca: "Catalan", ch: "Chamorro", ce: "Chechen", zh: "Chinese", "zh-HK": "Chinese (Hong Kong)", "zh-CN": "Chinese (PRC)", "zh-SG": "Chinese (Singapore)", "zh-TW": "Chinese (Taiwan)", cv: "Chuvash", co: "Corsican", cr: "Cree", hr: "Croatian", cs: "Czech", da: "Danish", nl: "Dutch (Standard)", "nl-BE": "Dutch (Belgian)", en: "English", "en-AU": "English (Australia)", "en-BZ": "English (Belize)", "en-CA": "English (Canada)", "en-IE": "English (Ireland)", "en-JM": "English (Jamaica)", "en-NZ": "English (New Zealand)", "en-PH": "English (Philippines)", "en-ZA": "English (South Africa)", "en-TT": "English (Trinidad & Tobago)", "en-GB": "English (United Kingdom)", "en-US": "English (United States)", "en-ZW": "English (Zimbabwe)", eo: "Esperanto", et: "Estonian", fo: "Faeroese", fj: "Fijian", fi: "Finnish", fr: "French (Standard)", "fr-BE": "French (Belgium)", "fr-CA": "French (Canada)", "fr-FR": "French (France)", "fr-LU": "French (Luxembourg)", "fr-MC": "French (Monaco)", "fr-CH": "French (Switzerland)", fy: "Frisian", fur: "Friulian", gd: "Gaelic (Scots)", "gd-IE": "Gaelic (Irish)", gl: "Galacian", ka: "Georgian", de: "German (Standard)", "de-AT": "German (Austria)", "de-DE": "German (Germany)", "de-LI": "German (Liechtenstein)", "de-LU": "German (Luxembourg)", "de-CH": "German (Switzerland)", el: "Greek", gu: "Gujurati", ht: "Haitian", he: "Hebrew", hi: "Hindi", hu: "Hungarian", is: "Icelandic", id: "Indonesian", iu: "Inuktitut", ga: "Irish", it: "Italian (Standard)", "it-CH": "Italian (Switzerland)", ja: "Japanese", kn: "Kannada", ks: "Kashmiri", kk: "Kazakh", km: "Khmer", ky: "Kirghiz", tlh: "Klingon", ko: "Korean", "ko-KP": "Korean (North Korea)", "ko-KR": "Korean (South Korea)", la: "Latin", lv: "Latvian", lt: "Lithuanian", lb: "Luxembourgish", mk: "North Macedonia", ms: "Malay", ml: "Malayalam", mt: "Maltese", mi: "Maori", mr: "Marathi", mo: "Moldavian", nv: "Navajo", ng: "Ndonga", ne: "Nepali", no: "Norwegian", nb: "Norwegian (Bokmal)", nn: "Norwegian (Nynorsk)", oc: "Occitan", or: "Oriya", om: "Oromo", fa: "Persian", "fa-IR": "Persian/Iran", pl: "Polish", pt: "Portuguese", "pt-BR": "Portuguese (Brazil)", pa: "Punjabi", "pa-IN": "Punjabi (India)", "pa-PK": "Punjabi (Pakistan)", qu: "Quechua", rm: "Rhaeto-Romanic", ro: "Romanian", "ro-MO": "Romanian (Moldavia)", ru: "Russian", "ru-MO": "Russian (Moldavia)", sz: "Sami (Lappish)", sg: "Sango", sa: "Sanskrit", sc: "Sardinian", sd: "Sindhi", si: "Singhalese", sr: "Serbian", sk: "Slovak", sl: "Slovenian", so: "Somani", sb: "Sorbian", es: "Spanish", "es-AR": "Spanish (Argentina)", "es-BO": "Spanish (Bolivia)", "es-CL": "Spanish (Chile)", "es-CO": "Spanish (Colombia)", "es-CR": "Spanish (Costa Rica)", "es-DO": "Spanish (Dominican Republic)", "es-EC": "Spanish (Ecuador)", "es-SV": "Spanish (El Salvador)", "es-GT": "Spanish (Guatemala)", "es-HN": "Spanish (Honduras)", "es-MX": "Spanish (Mexico)", "es-NI": "Spanish (Nicaragua)", "es-PA": "Spanish (Panama)", "es-PY": "Spanish (Paraguay)", "es-PE": "Spanish (Peru)", "es-PR": "Spanish (Puerto Rico)", "es-ES": "Spanish (Spain)", "es-UY": "Spanish (Uruguay)", "es-VE": "Spanish (Venezuela)", sx: "Sutu", sw: "Swahili", sv: "Swedish", "sv-FI": "Swedish (Finland)", "sv-SV": "Swedish (Sweden)", ta: "Tamil", tt: "Tatar", te: "Teluga", th: "Thai", tig: "Tigre", ts: "Tsonga", tn: "Tswana", tr: "Turkish", tk: "Turkmen", uk: "Ukrainian", hsb: "Upper Sorbian", ur: "Urdu", ve: "Venda", vi: "Vietnamese", vo: "Volapuk", wa: "Walloon", cy: "Welsh", xh: "Xhosa", ji: "Yiddish", zu: "Zulu" }[e] !== void 0 && (this.internal.languageSettings.languageCode = e, this.internal.languageSettings.isSubscribed === !1 && (this.internal.events.subscribe("putCatalog", function() {
|
|
12674
12674
|
this.internal.write("/Lang (" + this.internal.languageSettings.languageCode + ")");
|
|
12675
12675
|
}), this.internal.languageSettings.isSubscribed = !0)), this;
|
|
12676
|
-
}, Xn =
|
|
12676
|
+
}, Xn = Ut.API, $A = Xn.getCharWidthsArray = function(e, t) {
|
|
12677
12677
|
var a, r, o = (t = t || {}).font || this.internal.getFont(), l = t.fontSize || this.internal.getFontSize(), s = t.charSpace || this.internal.getCharSpace(), i = t.widths ? t.widths : o.metadata.Unicode.widths, u = i.fof ? i.fof : 1, f = t.kerning ? t.kerning : o.metadata.Unicode.kerning, b = f.fof ? f.fof : 1, d = t.doKerning !== !1, m = 0, p = e.length, g = 0, h = i[0] || u, n = [];
|
|
12678
12678
|
for (a = 0; a < p; a++)
|
|
12679
12679
|
r = e.charCodeAt(a), typeof o.metadata.widthOfString == "function" ? n.push((o.metadata.widthOfGlyph(o.metadata.characterToGlyph(r)) + s * (1e3 / l) || 0) / 1e3) : (m = d && Al(f[r]) === "object" && !isNaN(parseInt(f[r][g], 10)) ? f[r][g] / b : 0, n.push((i[r] || h) / u + m)), g = r;
|
|
@@ -12772,7 +12772,7 @@ function(e) {
|
|
|
12772
12772
|
var g = f.Unicode[m.postScriptName];
|
|
12773
12773
|
g && (m.metadata.Unicode.encoding = g, m.encoding = g.codePages[0]);
|
|
12774
12774
|
}]);
|
|
12775
|
-
}(
|
|
12775
|
+
}(Ut.API), /**
|
|
12776
12776
|
* @license
|
|
12777
12777
|
* Licensed under the MIT License.
|
|
12778
12778
|
* http://opensource.org/licenses/mit-license
|
|
@@ -12795,7 +12795,7 @@ function(e) {
|
|
|
12795
12795
|
})(o, r);
|
|
12796
12796
|
}
|
|
12797
12797
|
}]);
|
|
12798
|
-
}(
|
|
12798
|
+
}(Ut), /** @license
|
|
12799
12799
|
* Copyright (c) 2012 Willow Systems Corporation, https://github.com/willowsystems
|
|
12800
12800
|
*
|
|
12801
12801
|
* Permission is hereby granted, free of charge, to any person obtaining
|
|
@@ -12820,13 +12820,13 @@ function(e) {
|
|
|
12820
12820
|
*/
|
|
12821
12821
|
function(e) {
|
|
12822
12822
|
function t() {
|
|
12823
|
-
return (
|
|
12823
|
+
return (Qt.canvg ? Promise.resolve(Qt.canvg) : import("./index.es-7d41fce3.js")).catch(function(a) {
|
|
12824
12824
|
return Promise.reject(new Error("Could not load canvg: " + a));
|
|
12825
12825
|
}).then(function(a) {
|
|
12826
12826
|
return a.default ? a.default : a;
|
|
12827
12827
|
});
|
|
12828
12828
|
}
|
|
12829
|
-
|
|
12829
|
+
Ut.API.addSvgAsImage = function(a, r, o, l, s, i, u, f) {
|
|
12830
12830
|
if (isNaN(r) || isNaN(o))
|
|
12831
12831
|
throw gl.error("jsPDF.addSvgAsImage: Invalid coordinates", arguments), new Error("Invalid coordinates passed to jsPDF.addSvgAsImage");
|
|
12832
12832
|
if (isNaN(l) || isNaN(s))
|
|
@@ -12846,14 +12846,14 @@ function(e) {
|
|
|
12846
12846
|
p.addImage(b.toDataURL("image/jpeg", 1), r, o, l, s, u, f);
|
|
12847
12847
|
});
|
|
12848
12848
|
};
|
|
12849
|
-
}(),
|
|
12849
|
+
}(), Ut.API.putTotalPages = function(e) {
|
|
12850
12850
|
var t, a = 0;
|
|
12851
12851
|
parseInt(this.internal.getFont().id.substr(1), 10) < 15 ? (t = new RegExp(e, "g"), a = this.internal.getNumberOfPages()) : (t = new RegExp(this.pdfEscape16(e, this.internal.getFont()), "g"), a = this.pdfEscape16(this.internal.getNumberOfPages() + "", this.internal.getFont()));
|
|
12852
12852
|
for (var r = 1; r <= this.internal.getNumberOfPages(); r++)
|
|
12853
12853
|
for (var o = 0; o < this.internal.pages[r].length; o++)
|
|
12854
12854
|
this.internal.pages[r][o] = this.internal.pages[r][o].replace(t, a);
|
|
12855
12855
|
return this;
|
|
12856
|
-
},
|
|
12856
|
+
}, Ut.API.viewerPreferences = function(e, t) {
|
|
12857
12857
|
var a;
|
|
12858
12858
|
e = e || {}, t = t || !1;
|
|
12859
12859
|
var r, o, l, s = { HideToolbar: { defaultValue: !1, value: !1, type: "boolean", explicitSet: !1, valueSet: [!0, !1], pdfVersion: 1.3 }, HideMenubar: { defaultValue: !1, value: !1, type: "boolean", explicitSet: !1, valueSet: [!0, !1], pdfVersion: 1.3 }, HideWindowUI: { defaultValue: !1, value: !1, type: "boolean", explicitSet: !1, valueSet: [!0, !1], pdfVersion: 1.3 }, FitWindow: { defaultValue: !1, value: !1, type: "boolean", explicitSet: !1, valueSet: [!0, !1], pdfVersion: 1.3 }, CenterWindow: { defaultValue: !1, value: !1, type: "boolean", explicitSet: !1, valueSet: [!0, !1], pdfVersion: 1.3 }, DisplayDocTitle: { defaultValue: !1, value: !1, type: "boolean", explicitSet: !1, valueSet: [!0, !1], pdfVersion: 1.4 }, NonFullScreenPageMode: { defaultValue: "UseNone", value: "UseNone", type: "name", explicitSet: !1, valueSet: ["UseNone", "UseOutlines", "UseThumbs", "UseOC"], pdfVersion: 1.3 }, Direction: { defaultValue: "L2R", value: "L2R", type: "name", explicitSet: !1, valueSet: ["L2R", "R2L"], pdfVersion: 1.3 }, ViewArea: { defaultValue: "CropBox", value: "CropBox", type: "name", explicitSet: !1, valueSet: ["MediaBox", "CropBox", "TrimBox", "BleedBox", "ArtBox"], pdfVersion: 1.4 }, ViewClip: { defaultValue: "CropBox", value: "CropBox", type: "name", explicitSet: !1, valueSet: ["MediaBox", "CropBox", "TrimBox", "BleedBox", "ArtBox"], pdfVersion: 1.4 }, PrintArea: { defaultValue: "CropBox", value: "CropBox", type: "name", explicitSet: !1, valueSet: ["MediaBox", "CropBox", "TrimBox", "BleedBox", "ArtBox"], pdfVersion: 1.4 }, PrintClip: { defaultValue: "CropBox", value: "CropBox", type: "name", explicitSet: !1, valueSet: ["MediaBox", "CropBox", "TrimBox", "BleedBox", "ArtBox"], pdfVersion: 1.4 }, PrintScaling: { defaultValue: "AppDefault", value: "AppDefault", type: "name", explicitSet: !1, valueSet: ["AppDefault", "None"], pdfVersion: 1.6 }, Duplex: { defaultValue: "", value: "none", type: "name", explicitSet: !1, valueSet: ["Simplex", "DuplexFlipShortEdge", "DuplexFlipLongEdge", "none"], pdfVersion: 1.7 }, PickTrayByPDFSize: { defaultValue: !1, value: !1, type: "boolean", explicitSet: !1, valueSet: [!0, !1], pdfVersion: 1.7 }, PrintPageRange: { defaultValue: "", value: "", type: "array", explicitSet: !1, valueSet: null, pdfVersion: 1.7 }, NumCopies: { defaultValue: 1, value: 1, type: "integer", explicitSet: !1, valueSet: null, pdfVersion: 1.7 } }, i = Object.keys(s), u = [], f = 0, b = 0, d = 0;
|
|
@@ -12937,7 +12937,7 @@ function(e) {
|
|
|
12937
12937
|
e.addMetadata = function(r, o) {
|
|
12938
12938
|
return this.internal.__metadata__ === void 0 && (this.internal.__metadata__ = { metadata: r, namespaceuri: o || "http://jspdf.default.namespaceuri/" }, this.internal.events.subscribe("putCatalog", a), this.internal.events.subscribe("postPutResources", t)), this;
|
|
12939
12939
|
};
|
|
12940
|
-
}(
|
|
12940
|
+
}(Ut.API), function(e) {
|
|
12941
12941
|
var t = e.API, a = t.pdfEscape16 = function(l, s) {
|
|
12942
12942
|
for (var i, u = s.metadata.Unicode.widths, f = ["", "0", "00", "000", "0000"], b = [""], d = 0, m = l.length; d < m; ++d) {
|
|
12943
12943
|
if (i = s.metadata.characterToGlyph(l.charCodeAt(d)), s.metadata.glyIdsUsed.push(i), s.metadata.toUnicode[i] = l.charCodeAt(d), u.indexOf(i) == -1 && (u.push(i), u.push([parseInt(s.metadata.widthOfGlyph(i), 10)])), i == "0")
|
|
@@ -13032,7 +13032,7 @@ end`;
|
|
|
13032
13032
|
} else
|
|
13033
13033
|
l.text = o(Object.assign({}, u, { text: s })).text;
|
|
13034
13034
|
}]);
|
|
13035
|
-
}(
|
|
13035
|
+
}(Ut), /**
|
|
13036
13036
|
* @license
|
|
13037
13037
|
* jsPDF virtual FileSystem functionality
|
|
13038
13038
|
*
|
|
@@ -13050,7 +13050,7 @@ function(e) {
|
|
|
13050
13050
|
}, e.getFileFromVFS = function(a) {
|
|
13051
13051
|
return t.call(this), this.internal.vFS[a] !== void 0 ? this.internal.vFS[a] : null;
|
|
13052
13052
|
};
|
|
13053
|
-
}(
|
|
13053
|
+
}(Ut.API), /**
|
|
13054
13054
|
* @license
|
|
13055
13055
|
* Unicode Bidi Engine based on the work of Alex Shensis (@asthensis)
|
|
13056
13056
|
* MIT License
|
|
@@ -13235,7 +13235,7 @@ function(e) {
|
|
|
13235
13235
|
r.text = a.doBidiReorder(o);
|
|
13236
13236
|
a.setOptions({ isInputVisual: !0 });
|
|
13237
13237
|
}]);
|
|
13238
|
-
}(
|
|
13238
|
+
}(Ut), Ut.API.TTFFont = function() {
|
|
13239
13239
|
function e(t) {
|
|
13240
13240
|
var a;
|
|
13241
13241
|
if (this.rawData = t, a = this.contents = new Wr(t), this.contents.pos = 4, a.readString(4) === "ttcf")
|
|
@@ -13692,7 +13692,7 @@ var Cm = function(e) {
|
|
|
13692
13692
|
}(), l = this.font.glyf.encode(s, h, p), f = this.font.loca.encode(l.offsets, h), n = { cmap: this.font.cmap.raw(), glyf: l.table, loca: f, hmtx: this.font.hmtx.raw(), hhea: this.font.hhea.raw(), maxp: this.font.maxp.raw(), post: this.font.post.raw(), name: this.font.name.raw(), head: this.font.head.encode(a) }, this.font.os2.exists && (n["OS/2"] = this.font.os2.raw()), this.font.directory.encode(n);
|
|
13693
13693
|
}, e;
|
|
13694
13694
|
}();
|
|
13695
|
-
|
|
13695
|
+
Ut.API.PDFObject = function() {
|
|
13696
13696
|
var e;
|
|
13697
13697
|
function t() {
|
|
13698
13698
|
}
|
|
@@ -13727,7 +13727,7 @@ function el({ domElement: e, fileName: t }) {
|
|
|
13727
13727
|
const a = {
|
|
13728
13728
|
height: 851.89,
|
|
13729
13729
|
width: 595.28
|
|
13730
|
-
}, r = new
|
|
13730
|
+
}, r = new Ut("", "pt", "a4");
|
|
13731
13731
|
let o, l, s, i, u;
|
|
13732
13732
|
return vi(e).then((f) => {
|
|
13733
13733
|
o = f.width, l = f.height;
|
|
@@ -14081,7 +14081,7 @@ const xl = {
|
|
|
14081
14081
|
"#A0AC94"
|
|
14082
14082
|
]
|
|
14083
14083
|
}, st = ["00", "03", "05", "08", "0A", "0D", "0F", "12", "14", "17", "1A", "1C", "1F", "21", "24", "26", "29", "2B", "2E", "30", "33", "36", "38", "3B", "3D", "40", "42", "45", "47", "4A", "4D", "4F", "52", "54", "57", "59", "5C", "5E", "61", "63", "66", "69", "6B", "6E", "70", "73", "75", "78", "7A", "7D", "80", "82", "85", "87", "8A", "8C", "8F", "91", "94", "96", "99", "9C", "9E", "A1", "A3", "A6", "A8", "AB", "AD", "B0", "B3", "B5", "B8", "BA", "BD", "BF", "C2", "C4", "C7", "C9", "CC", "CF", "D1", "D4", "D6", "D9", "DB", "DE", "E0", "E3", "E6", "E8", "EB", "ED", "F0", "F2", "F5", "F7", "FA", "FC", "FF"];
|
|
14084
|
-
function
|
|
14084
|
+
function Bt(e) {
|
|
14085
14085
|
const t = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i, a = /^rgba?\((\d+),\s*(\d+),\s*(\d+)(?:,\s*[\d.]+)?\)$/i, r = /^hsla?\((\d+),\s*([\d.]+)%,\s*([\d.]+)%(?:,\s*[\d.]+)?\)$/i;
|
|
14086
14086
|
if ([void 0, null, NaN].includes(e))
|
|
14087
14087
|
return null;
|
|
@@ -14263,7 +14263,7 @@ function cr(e) {
|
|
|
14263
14263
|
}
|
|
14264
14264
|
function cs(e) {
|
|
14265
14265
|
for (const t in e)
|
|
14266
|
-
typeof e[t] == "object" && !Array.isArray(e[t]) && e[t] !== null ? cs(e[t]) : (t === "color" || t === "backgroundColor" || t === "stroke") && (e[t] === "" ? e[t] = "#000000" : e[t] === "transparent" ? e[t] = "#FFFFFF00" : e[t] =
|
|
14266
|
+
typeof e[t] == "object" && !Array.isArray(e[t]) && e[t] !== null ? cs(e[t]) : (t === "color" || t === "backgroundColor" || t === "stroke") && (e[t] === "" ? e[t] = "#000000" : e[t] === "transparent" ? e[t] = "#FFFFFF00" : e[t] = Bt(e[t]));
|
|
14267
14267
|
return e;
|
|
14268
14268
|
}
|
|
14269
14269
|
function Ud(e) {
|
|
@@ -14327,7 +14327,7 @@ function xt() {
|
|
|
14327
14327
|
return (e == "x" ? t : t & 3 | 8).toString(16);
|
|
14328
14328
|
});
|
|
14329
14329
|
}
|
|
14330
|
-
function
|
|
14330
|
+
function Et(e, t = !1, a = 16, r = !1) {
|
|
14331
14331
|
let o = 0, l = t ? a : 0, s = r ? "center" : "middle";
|
|
14332
14332
|
return e.center.endX > e.cx ? (o = e.center.endX + a + l, s = r ? "left" : "start") : e.center.endX < e.cx ? (o = e.center.endX - a - l, s = r ? "right" : "end") : (o = e.centerX + l, s = r ? "center" : "middle"), { x: o, anchor: s };
|
|
14333
14333
|
}
|
|
@@ -14371,9 +14371,9 @@ function dn(e, t = !1, a = 16, r = 16, o = !1, l = !1, s = 0, i = 12) {
|
|
|
14371
14371
|
offset: s,
|
|
14372
14372
|
centerX: t ? t.x : 0,
|
|
14373
14373
|
centerY: t ? t.y : 0
|
|
14374
|
-
}), m = `${
|
|
14374
|
+
}), m = `${Et(e).x},${_l(e, a, r) - 4} `, p = ` ${t ? t.x : b},${t ? t.y : d}`;
|
|
14375
14375
|
let g = "";
|
|
14376
|
-
return u > e.cx ? g = `${
|
|
14376
|
+
return u > e.cx ? g = `${Et(e).x - i},${_l(e, a, r) - 4}` : u < e.cx ? g = `${Et(e).x + i},${_l(e, a, r) - 4}` : g = `${Et(e).x + i},${_l(e, a, r) - 4}`, `M${l ? "" : m}${g}${p}${o ? `,${o.x} ${o.y}` : ""}`;
|
|
14377
14377
|
}
|
|
14378
14378
|
function Jm(e) {
|
|
14379
14379
|
if (e === 0)
|
|
@@ -14723,7 +14723,7 @@ function ow({
|
|
|
14723
14723
|
}), i;
|
|
14724
14724
|
}
|
|
14725
14725
|
function Fl(e) {
|
|
14726
|
-
return e.length ? e.map((t) =>
|
|
14726
|
+
return e.length ? e.map((t) => Bt(t)) : [];
|
|
14727
14727
|
}
|
|
14728
14728
|
function aw(e, t = null) {
|
|
14729
14729
|
const a = e.replace(/[\p{P}\p{S}]+/gu, " ").trim(), s = (/[\p{Script=Han}\p{Script=Hiragana}\p{Script=Katakana}\p{Script=Hangul}\p{Script=Thai}\p{Script=Lao}\p{Script=Khmer}\p{Script=Tibetan}\p{Script=Myanmar}\p{Script=Devanagari}]/u.test(e) ? [...a] : a.split(/\s+/)).filter((i) => i.trim().length > 0).reduce((i, u) => (i[u] ? i[u] += 1 : i[u] = 1, i), {});
|
|
@@ -23988,7 +23988,7 @@ const rw = {
|
|
|
23988
23988
|
]));
|
|
23989
23989
|
}
|
|
23990
23990
|
};
|
|
23991
|
-
const
|
|
23991
|
+
const Mt = (e, t) => {
|
|
23992
23992
|
const a = e.__vccOpts || e;
|
|
23993
23993
|
for (const [r, o] of t)
|
|
23994
23994
|
a[r] = o;
|
|
@@ -24151,7 +24151,7 @@ const Qt = (e, t) => {
|
|
|
24151
24151
|
style: { background: "transparent" }
|
|
24152
24152
|
}, null, 10, OC));
|
|
24153
24153
|
}
|
|
24154
|
-
}, Kt = /* @__PURE__ */
|
|
24154
|
+
}, Kt = /* @__PURE__ */ Mt(RC, [["__scopeId", "data-v-1ba9ca68"]]);
|
|
24155
24155
|
const VC = { class: "vue-ui-data-table" }, WC = { style: { display: "flex", "align-items": "center", "justify-content": "flex-end", "padding-right": "3px", gap: "3px" } }, KC = {
|
|
24156
24156
|
key: 0,
|
|
24157
24157
|
height: "12",
|
|
@@ -24271,7 +24271,7 @@ const VC = { class: "vue-ui-data-table" }, WC = { style: { display: "flex", "ali
|
|
|
24271
24271
|
])
|
|
24272
24272
|
], 2));
|
|
24273
24273
|
}
|
|
24274
|
-
}, Vl = /* @__PURE__ */
|
|
24274
|
+
}, Vl = /* @__PURE__ */ Mt(YC, [["__scopeId", "data-v-4f23609e"]]), bl = {
|
|
24275
24275
|
__name: "Title",
|
|
24276
24276
|
props: {
|
|
24277
24277
|
config: {
|
|
@@ -24654,7 +24654,7 @@ const tx = ["onClick", "onKeypress"], lx = ["data-open"], ox = {
|
|
|
24654
24654
|
[se(ex), m]
|
|
24655
24655
|
]);
|
|
24656
24656
|
}
|
|
24657
|
-
}, ll = /* @__PURE__ */
|
|
24657
|
+
}, ll = /* @__PURE__ */ Mt(ox, [["__scopeId", "data-v-6a58a212"]]);
|
|
24658
24658
|
const hr = (e) => (Do("data-v-030db148"), e = e(), To(), e), ax = ["id"], rx = ["xmlns"], nx = ["stroke"], sx = ["fill"], ix = ["stroke", "fill"], Ax = ["stroke", "fill"], ux = ["fill"], cx = ["stroke", "fill"], dx = ["stroke", "fill"], hx = ["fill"], fx = ["stroke", "fill"], vx = ["stroke", "fill"], gx = ["fill"], yx = ["stroke", "fill"], px = ["stroke", "fill"], bx = ["fill"], mx = ["stroke", "fill"], wx = ["stroke", "fill"], Cx = ["xmlns"], xx = ["stroke"], kx = ["stroke"], Bx = ["stroke", "fill"], _x = ["stroke", "fill"], Fx = ["stroke", "fill"], Sx = ["stroke", "fill"], Lx = ["stroke", "fill"], $x = ["stroke", "fill"], Ux = ["stroke", "fill"], Mx = ["stroke", "fill"], Qx = ["stroke", "fill"], Ex = ["stroke", "fill"], Ix = ["stroke", "fill"], Nx = ["stroke", "fill"], Dx = ["stroke", "fill"], Tx = ["stroke", "fill"], Hx = ["stroke", "fill"], Px = ["stroke", "fill"], zx = ["stroke", "fill"], Ox = ["stroke", "fill"], Rx = ["stroke", "fill"], Vx = ["stroke", "fill"], Wx = ["stroke", "fill"], Kx = ["stroke", "fill"], jx = ["stroke", "fill"], Gx = ["xmlns"], Xx = ["stroke"], qx = ["xmlns"], Yx = ["stroke"], Jx = ["xmlns"], Zx = ["stroke"], e5 = ["xmlns"], t5 = ["fill"], l5 = ["fill"], o5 = ["fill"], a5 = ["fill"], r5 = ["fill"], n5 = ["fill"], s5 = ["fill"], i5 = ["fill"], A5 = ["fill"], u5 = ["fill"], c5 = ["fill"], d5 = ["fill"], h5 = ["xmlns"], f5 = ["stroke"], v5 = ["stroke"], g5 = ["stroke"], y5 = ["stroke"], p5 = ["stroke"], b5 = ["stroke"], m5 = ["xmlns"], w5 = ["stroke"], C5 = ["stroke"], x5 = ["stroke"], k5 = ["stroke"], B5 = ["stroke"], _5 = ["stroke"], F5 = ["stroke"], S5 = ["stroke"], L5 = ["stroke"], $5 = ["xmlns"], U5 = ["stroke"], M5 = ["xmlns"], Q5 = ["stroke"], E5 = ["stroke"], I5 = ["stroke"], N5 = ["stroke"], D5 = ["stroke"], T5 = ["stroke"], H5 = ["stroke"], P5 = ["stroke"], z5 = ["stroke"], O5 = ["xmlns"], R5 = ["x1", "x2", "stroke"], V5 = ["xmlns"], W5 = ["x", "y", "width", "height", "fill"], K5 = ["y", "width", "height", "fill"], j5 = ["xmlns"], G5 = ["fill"], X5 = ["fill"], q5 = ["fill"], Y5 = ["xmlns"], J5 = ["x1", "x2", "y1", "y2", "stroke"], Z5 = ["stroke"], ek = ["fill"], tk = ["xmlns"], lk = ["fill"], ok = ["fill"], ak = ["x1", "y1", "x2", "y2", "stroke-width", "stroke"], rk = ["xmlns"], nk = { key: 0 }, sk = ["stroke", "stroke-width"], ik = ["stroke", "stroke-width"], Ak = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], uk = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], ck = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], dk = ["x", "y", "height", "width", "fill"], hk = ["xmlns", "viewBox"], fk = ["x", "y", "stroke", "fill"], vk = ["xmlns"], gk = ["d", "stroke"], yk = ["cx", "cy", "r", "fill", "stroke"], pk = ["cx", "cy", "r", "fill", "stroke"], bk = ["x", "y", "width", "fill"], mk = ["cx", "cy", "fill"], wk = ["cx", "cy", "fill"], Ck = ["stroke"], xk = ["xmlns"], kk = ["stroke", "stroke-width"], Bk = ["stroke", "stroke-width"], _k = ["stroke", "stroke-width"], Fk = ["fill"], Sk = ["fill"], Lk = ["fill"], $k = ["fill"], Uk = ["fill"], Mk = ["fill"], Qk = ["xmlns"], Ek = { key: 0 }, Ik = ["stroke", "stroke-width"], Nk = ["stroke", "stroke-width"], Dk = ["stroke", "stroke-width"], Tk = { key: 1 }, Hk = ["r", "fill"], Pk = ["r", "fill"], zk = ["xmlns"], Ok = { key: 0 }, Rk = ["stroke", "stroke-width"], Vk = ["stroke", "stroke-width"], Wk = ["fill", "rx", "x", "y", "width", "height"], Kk = ["xmlns"], jk = ["stroke-width", "stroke"], Gk = ["stroke-width", "stroke"], Xk = ["stroke-width", "stroke"], qk = ["xmlns"], Yk = ["stroke"], Jk = ["stroke"], Zk = ["stroke"], eB = ["stroke"], tB = ["fill"], lB = ["stroke"], oB = ["xmlns"], aB = ["stroke", "stroke-width"], rB = ["stroke", "stroke-width"], nB = ["fill", "r"], sB = ["fill", "r"], iB = ["fill", "r"], AB = ["fill", "r"], uB = ["fill", "r"], cB = ["fill", "r"], dB = ["fill", "r"], hB = ["fill", "r"], fB = ["fill", "r"], vB = ["xmlns"], gB = ["d", "stroke", "stroke-width"], yB = ["d", "stroke", "stroke-width"], pB = ["d", "stroke", "stroke-width"], bB = ["d", "stroke", "stroke-width"], mB = ["stroke", "stroke-width"], wB = ["stroke", "stroke-width"], CB = ["stroke", "stroke-width"], xB = ["fill"], kB = ["fill"], BB = ["xmlns"], _B = ["x", "y", "fill"], FB = ["x", "y", "fill"], SB = ["x", "y", "fill"], LB = ["xmlns"], $B = ["fill"], UB = ["fill"], MB = ["y1", "y2", "stroke", "stroke-width"], QB = ["x1", "x2", "stroke", "stroke-width"], EB = ["xmlns", "stroke"], IB = /* @__PURE__ */ hr(() => /* @__PURE__ */ y("path", {
|
|
24659
24659
|
stroke: "none",
|
|
24660
24660
|
d: "M0 0h24v24H0z",
|
|
@@ -26679,7 +26679,7 @@ const hr = (e) => (Do("data-v-030db148"), e = e(), To(), e), ax = ["id"], rx = [
|
|
|
26679
26679
|
], 12, v4)) : S("", !0)
|
|
26680
26680
|
], 14, ax));
|
|
26681
26681
|
}
|
|
26682
|
-
}, Jt = /* @__PURE__ */
|
|
26682
|
+
}, Jt = /* @__PURE__ */ Mt(b4, [["__scopeId", "data-v-030db148"]]), m4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
26683
26683
|
__proto__: null,
|
|
26684
26684
|
default: Jt
|
|
26685
26685
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -27007,7 +27007,7 @@ const w4 = ["id"], C4 = ["xmlns", "viewBox"], x4 = ["id"], k4 = ["stop-color"],
|
|
|
27007
27007
|
}, null, 8, ["config"]))
|
|
27008
27008
|
], 12, w4));
|
|
27009
27009
|
}
|
|
27010
|
-
}, v1 = /* @__PURE__ */
|
|
27010
|
+
}, v1 = /* @__PURE__ */ Mt(R4, [["__scopeId", "data-v-96a930d3"]]), V4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
27011
27011
|
__proto__: null,
|
|
27012
27012
|
default: v1
|
|
27013
27013
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -27074,7 +27074,7 @@ const W4 = ["id"], K4 = { style: { "z-index": "1", "padding-right": "24px" } },
|
|
|
27074
27074
|
return {
|
|
27075
27075
|
...F,
|
|
27076
27076
|
values: F.values || [],
|
|
27077
|
-
color:
|
|
27077
|
+
color: Bt(F.color) || b.value[q] || Oe[q] || Oe[q % Oe.length],
|
|
27078
27078
|
sum: G,
|
|
27079
27079
|
average: G / $.length,
|
|
27080
27080
|
median: Md($),
|
|
@@ -27413,7 +27413,7 @@ const W4 = ["id"], K4 = { style: { "z-index": "1", "padding-right": "24px" } },
|
|
|
27413
27413
|
], 32)
|
|
27414
27414
|
], 10, W4));
|
|
27415
27415
|
}
|
|
27416
|
-
}, g1 = /* @__PURE__ */
|
|
27416
|
+
}, g1 = /* @__PURE__ */ Mt(l_, [["__scopeId", "data-v-0d061183"]]), o_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
27417
27417
|
__proto__: null,
|
|
27418
27418
|
default: g1
|
|
27419
27419
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -27566,7 +27566,7 @@ const a_ = (e) => (Do("data-v-c538f874"), e = e(), To(), e), r_ = { class: "vue-
|
|
|
27566
27566
|
])
|
|
27567
27567
|
]));
|
|
27568
27568
|
}
|
|
27569
|
-
}, gi = /* @__PURE__ */
|
|
27569
|
+
}, gi = /* @__PURE__ */ Mt(c_, [["__scopeId", "data-v-c538f874"]]);
|
|
27570
27570
|
const d_ = ["id"], h_ = {
|
|
27571
27571
|
key: 0,
|
|
27572
27572
|
class: "vue-ui-accordion-arrow"
|
|
@@ -27635,7 +27635,7 @@ const d_ = ["id"], h_ = {
|
|
|
27635
27635
|
], 4)
|
|
27636
27636
|
]));
|
|
27637
27637
|
}
|
|
27638
|
-
}, Sl = /* @__PURE__ */
|
|
27638
|
+
}, Sl = /* @__PURE__ */ Mt(f_, [["__scopeId", "data-v-37a86640"]]), v_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
27639
27639
|
__proto__: null,
|
|
27640
27640
|
default: Sl
|
|
27641
27641
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -28265,7 +28265,7 @@ const g_ = xt(), y_ = {
|
|
|
28265
28265
|
shiftHue: jt,
|
|
28266
28266
|
pdf: el,
|
|
28267
28267
|
img: tl,
|
|
28268
|
-
convertColorToHex:
|
|
28268
|
+
convertColorToHex: Bt,
|
|
28269
28269
|
convertConfigColors: cs,
|
|
28270
28270
|
convertCustomPalette: Fl,
|
|
28271
28271
|
downloadCsv: yl,
|
|
@@ -29502,7 +29502,7 @@ function c6(e, t, a, r, o, l) {
|
|
|
29502
29502
|
}, 8, ["config"])) : S("", !0)
|
|
29503
29503
|
], 14, p_);
|
|
29504
29504
|
}
|
|
29505
|
-
const d6 = /* @__PURE__ */
|
|
29505
|
+
const d6 = /* @__PURE__ */ Mt(y_, [["render", c6], ["__scopeId", "data-v-6a29c683"]]), h6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
29506
29506
|
__proto__: null,
|
|
29507
29507
|
default: d6
|
|
29508
29508
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -29734,7 +29734,7 @@ Provide an array of objects of type:
|
|
|
29734
29734
|
// lib
|
|
29735
29735
|
treeShake: us,
|
|
29736
29736
|
makeDonut: sa,
|
|
29737
|
-
convertColorToHex:
|
|
29737
|
+
convertColorToHex: Bt,
|
|
29738
29738
|
convertConfigColors: cs,
|
|
29739
29739
|
createCsvContent: pl,
|
|
29740
29740
|
downloadCsv: yl,
|
|
@@ -30931,7 +30931,7 @@ function D8(e, t, a, r, o, l) {
|
|
|
30931
30931
|
], 4)) : S("", !0)
|
|
30932
30932
|
], 4);
|
|
30933
30933
|
}
|
|
30934
|
-
const T8 = /* @__PURE__ */
|
|
30934
|
+
const T8 = /* @__PURE__ */ Mt(f6, [["render", D8], ["__scopeId", "data-v-eca448e3"]]), H8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
30935
30935
|
__proto__: null,
|
|
30936
30936
|
default: T8
|
|
30937
30937
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -30990,7 +30990,7 @@ const P8 = ["id"], z8 = { class: "vue-data-ui-legend-item" }, O8 = ["onClick", "
|
|
|
30990
30990
|
]))), 256))
|
|
30991
30991
|
], 12, P8));
|
|
30992
30992
|
}
|
|
30993
|
-
}, ko = /* @__PURE__ */
|
|
30993
|
+
}, ko = /* @__PURE__ */ Mt(R8, [["__scopeId", "data-v-a5a45422"]]);
|
|
30994
30994
|
const V8 = (e) => (Do("data-v-c581256a"), e = e(), To(), e), W8 = ["id"], K8 = ["xmlns", "viewBox"], j8 = ["id"], G8 = ["stop-color"], X8 = ["stop-color"], q8 = ["stop-color"], Y8 = ["id"], J8 = ["id"], Z8 = /* @__PURE__ */ V8(() => /* @__PURE__ */ y("feColorMatrix", {
|
|
30995
30995
|
type: "saturate",
|
|
30996
30996
|
values: "0"
|
|
@@ -31063,7 +31063,7 @@ const V8 = (e) => (Do("data-v-c581256a"), e = e(), To(), e), W8 = ["id"], K8 = [
|
|
|
31063
31063
|
width: 512
|
|
31064
31064
|
})), w = le(() => r.dataset.map((H, te) => ({
|
|
31065
31065
|
name: H.name,
|
|
31066
|
-
color:
|
|
31066
|
+
color: Bt(H.color) || n.value[te] || Oe[te] || Oe[te % Oe.length],
|
|
31067
31067
|
value: H.values.reduce((U, Q) => U + Q, 0),
|
|
31068
31068
|
absoluteValues: H.values
|
|
31069
31069
|
}))), V = P(w.value);
|
|
@@ -31120,7 +31120,7 @@ const V8 = (e) => (Do("data-v-c581256a"), e = e(), To(), e), W8 = ["id"], K8 = [
|
|
|
31120
31120
|
seriesIndex: te
|
|
31121
31121
|
})).filter((H, te) => !oe.value.includes(te)))), ee = le(() => r.dataset.map((H, te) => ({
|
|
31122
31122
|
name: H.name,
|
|
31123
|
-
color:
|
|
31123
|
+
color: Bt(H.color) || n.value[te] || Oe[te] || Oe[te % Oe.length],
|
|
31124
31124
|
value: (H.values || []).reduce((U, Q) => U + Q, 0),
|
|
31125
31125
|
shape: "circle"
|
|
31126
31126
|
})).map((H, te) => ({
|
|
@@ -31329,7 +31329,7 @@ const V8 = (e) => (Do("data-v-c581256a"), e = e(), To(), e), W8 = ["id"], K8 = [
|
|
|
31329
31329
|
}, [
|
|
31330
31330
|
y("stop", {
|
|
31331
31331
|
offset: "0%",
|
|
31332
|
-
"stop-color": `${se(
|
|
31332
|
+
"stop-color": `${se(Bt)(h.value.style.chart.backgroundColor)}00`
|
|
31333
31333
|
}, null, 8, G8),
|
|
31334
31334
|
y("stop", {
|
|
31335
31335
|
offset: "77%",
|
|
@@ -31337,7 +31337,7 @@ const V8 = (e) => (Do("data-v-c581256a"), e = e(), To(), e), W8 = ["id"], K8 = [
|
|
|
31337
31337
|
}, null, 8, X8),
|
|
31338
31338
|
y("stop", {
|
|
31339
31339
|
offset: "100%",
|
|
31340
|
-
"stop-color": `${se(
|
|
31340
|
+
"stop-color": `${se(Bt)(h.value.style.chart.backgroundColor)}00`
|
|
31341
31341
|
}, null, 8, q8)
|
|
31342
31342
|
], 8, j8)) : S("", !0)
|
|
31343
31343
|
]),
|
|
@@ -31468,7 +31468,7 @@ const V8 = (e) => (Do("data-v-c581256a"), e = e(), To(), e), W8 = ["id"], K8 = [
|
|
|
31468
31468
|
}, [
|
|
31469
31469
|
h.value.style.chart.layout.labels.dataLabels.useLabelSlots ? (A(), c("g", dS, [
|
|
31470
31470
|
(A(), c("foreignObject", {
|
|
31471
|
-
x: se(
|
|
31471
|
+
x: se(Et)(U, !0).anchor === "end" ? se(Et)(U).x - 120 : se(Et)(U, !0).anchor === "middle" ? se(Et)(U).x - 60 : se(Et)(U).x,
|
|
31472
31472
|
y: se(_l)(U) - (ge.value ? 20 : 0),
|
|
31473
31473
|
width: "120",
|
|
31474
31474
|
height: "60",
|
|
@@ -31482,8 +31482,8 @@ const V8 = (e) => (Do("data-v-c581256a"), e = e(), To(), e), W8 = ["id"], K8 = [
|
|
|
31482
31482
|
isBlur: !s.value.useBlurOnHover || [null, void 0].includes(p.value) || p.value === Q,
|
|
31483
31483
|
isSafari: ge.value,
|
|
31484
31484
|
isVisible: me(U) && k.value.dataLabels.show,
|
|
31485
|
-
textAlign: se(
|
|
31486
|
-
flexAlign: se(
|
|
31485
|
+
textAlign: se(Et)(U, !0, 16, !0).anchor,
|
|
31486
|
+
flexAlign: se(Et)(U, !0, 16).anchor,
|
|
31487
31487
|
percentage: he(U, R.value)
|
|
31488
31488
|
})), void 0, !0)
|
|
31489
31489
|
], 2)
|
|
@@ -31491,7 +31491,7 @@ const V8 = (e) => (Do("data-v-c581256a"), e = e(), To(), e), W8 = ["id"], K8 = [
|
|
|
31491
31491
|
])) : (A(), c("g", fS, [
|
|
31492
31492
|
me(U) && k.value.dataLabels.show ? (A(), c("circle", {
|
|
31493
31493
|
key: 0,
|
|
31494
|
-
cx: se(
|
|
31494
|
+
cx: se(Et)(U).x,
|
|
31495
31495
|
cy: se(_l)(U) - 3.5,
|
|
31496
31496
|
fill: U.color,
|
|
31497
31497
|
r: 3,
|
|
@@ -31500,8 +31500,8 @@ const V8 = (e) => (Do("data-v-c581256a"), e = e(), To(), e), W8 = ["id"], K8 = [
|
|
|
31500
31500
|
}, null, 8, vS)) : S("", !0),
|
|
31501
31501
|
me(U) && k.value.dataLabels.show ? (A(), c("text", {
|
|
31502
31502
|
key: 1,
|
|
31503
|
-
"text-anchor": se(
|
|
31504
|
-
x: se(
|
|
31503
|
+
"text-anchor": se(Et)(U, !0, 12).anchor,
|
|
31504
|
+
x: se(Et)(U, !0, 12).x,
|
|
31505
31505
|
y: se(_l)(U),
|
|
31506
31506
|
fill: h.value.style.chart.layout.labels.percentage.color,
|
|
31507
31507
|
"font-size": h.value.style.chart.layout.labels.percentage.fontSize,
|
|
@@ -31510,8 +31510,8 @@ const V8 = (e) => (Do("data-v-c581256a"), e = e(), To(), e), W8 = ["id"], K8 = [
|
|
|
31510
31510
|
}, Z(he(U, R.value)) + " " + Z(h.value.style.chart.layout.labels.value.show ? `(${se(at)({ p: h.value.style.chart.layout.labels.dataLabels.prefix, v: U.value, s: h.value.style.chart.layout.labels.dataLabels.suffix, rounding: h.value.style.chart.layout.labels.value.rounding })})` : ""), 13, gS)) : S("", !0),
|
|
31511
31511
|
me(U) && k.value.dataLabels.show ? (A(), c("text", {
|
|
31512
31512
|
key: 2,
|
|
31513
|
-
"text-anchor": se(
|
|
31514
|
-
x: se(
|
|
31513
|
+
"text-anchor": se(Et)(U).anchor,
|
|
31514
|
+
x: se(Et)(U, !0, 12).x,
|
|
31515
31515
|
y: se(_l)(U) + h.value.style.chart.layout.labels.percentage.fontSize,
|
|
31516
31516
|
fill: h.value.style.chart.layout.labels.name.color,
|
|
31517
31517
|
"font-size": h.value.style.chart.layout.labels.name.fontSize,
|
|
@@ -31618,7 +31618,7 @@ const V8 = (e) => (Do("data-v-c581256a"), e = e(), To(), e), W8 = ["id"], K8 = [
|
|
|
31618
31618
|
}, 8, ["config"])) : S("", !0)
|
|
31619
31619
|
], 14, W8));
|
|
31620
31620
|
}
|
|
31621
|
-
}, xS = /* @__PURE__ */
|
|
31621
|
+
}, xS = /* @__PURE__ */ Mt(CS, [["__scopeId", "data-v-c581256a"]]), kS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
31622
31622
|
__proto__: null,
|
|
31623
31623
|
default: xS
|
|
31624
31624
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -31701,7 +31701,7 @@ const y1 = (e) => (Do("data-v-b233a198"), e = e(), To(), e), BS = ["id"], _S = [
|
|
|
31701
31701
|
}
|
|
31702
31702
|
const O = le(() => r.dataset.map((U, Q) => ({
|
|
31703
31703
|
...U,
|
|
31704
|
-
color:
|
|
31704
|
+
color: Bt(U.color) || n.value[Q] || Oe[Q] || Oe[Q % Oe.length],
|
|
31705
31705
|
uid: `serie_${Q}`,
|
|
31706
31706
|
absoluteIndex: Q
|
|
31707
31707
|
}))), z = P(O.value), W = le(() => {
|
|
@@ -32196,7 +32196,7 @@ const y1 = (e) => (Do("data-v-b233a198"), e = e(), To(), e), BS = ["id"], _S = [
|
|
|
32196
32196
|
}, 8, ["config"])) : S("", !0)
|
|
32197
32197
|
], 14, BS));
|
|
32198
32198
|
}
|
|
32199
|
-
}, GS = /* @__PURE__ */
|
|
32199
|
+
}, GS = /* @__PURE__ */ Mt(jS, [["__scopeId", "data-v-b233a198"]]), XS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
32200
32200
|
__proto__: null,
|
|
32201
32201
|
default: GS
|
|
32202
32202
|
}, Symbol.toStringTag, { value: "Module" })), qS = ["onClick"], YS = ["xmlns", "viewBox"], JS = ["id"], ZS = ["stop-color"], eL = ["stop-color"], tL = ["height", "width", "fill", "rx"], lL = ["height", "width", "fill", "rx"], oL = ["height", "width", "fill", "rx"], p1 = {
|
|
@@ -32270,7 +32270,7 @@ const y1 = (e) => (Do("data-v-b233a198"), e = e(), To(), e), BS = ["id"], _S = [
|
|
|
32270
32270
|
}), u.value.map((h, n) => ({
|
|
32271
32271
|
...h,
|
|
32272
32272
|
value: h.value || 0,
|
|
32273
|
-
color:
|
|
32273
|
+
color: Bt(h.color) || i.value[n] || Oe[n] || Oe[n % Oe.length]
|
|
32274
32274
|
}))));
|
|
32275
32275
|
function m(h) {
|
|
32276
32276
|
return h / b.value;
|
|
@@ -32492,12 +32492,12 @@ const rL = ["id"], nL = ["xmlns", "viewBox"], sL = ["id"], iL = ["stop-color"],
|
|
|
32492
32492
|
}), r.dataset.categories.map((we, ge) => ({
|
|
32493
32493
|
name: we.name,
|
|
32494
32494
|
categoryId: `radar_category_${l.value}_${ge}`,
|
|
32495
|
-
color:
|
|
32495
|
+
color: Bt(we.color) || h.value[ge] || Oe[ge] || Oe[ge % Oe.length],
|
|
32496
32496
|
prefix: we.prefix ?? "",
|
|
32497
32497
|
suffix: we.suffix ?? ""
|
|
32498
32498
|
})))), W = le(() => o.value ? r.dataset.series.map((we, ge) => ({
|
|
32499
32499
|
...we,
|
|
32500
|
-
color:
|
|
32500
|
+
color: Bt(we.color) || h.value[ge] || Oe[ge] || Oe[ge % Oe.length],
|
|
32501
32501
|
serieId: `radar_serie_${l.value}_${ge}`
|
|
32502
32502
|
})) : []), be = le(() => Math.max(...W.value.flatMap((we) => we.values))), N = le(() => W.value.length), ee = le(() => Xl({
|
|
32503
32503
|
plot: { x: 256, y: x.value.height / 2 },
|
|
@@ -32914,7 +32914,7 @@ const rL = ["id"], nL = ["xmlns", "viewBox"], sL = ["id"], iL = ["stop-color"],
|
|
|
32914
32914
|
}, 8, ["config"])) : S("", !0)
|
|
32915
32915
|
], 14, rL));
|
|
32916
32916
|
}
|
|
32917
|
-
}, kL = /* @__PURE__ */
|
|
32917
|
+
}, kL = /* @__PURE__ */ Mt(xL, [["__scopeId", "data-v-f4c092af"]]), BL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
32918
32918
|
__proto__: null,
|
|
32919
32919
|
default: kL
|
|
32920
32920
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -33173,7 +33173,7 @@ const _L = ["id"], FL = ["xmlns", "viewBox", "id"], SL = ["id"], LL = ["stop-col
|
|
|
33173
33173
|
}), ae = P([]), R = le(() => r.dataset.map((ne, _e) => ({
|
|
33174
33174
|
...ne,
|
|
33175
33175
|
id: `cat_${_e}_${l.value}`,
|
|
33176
|
-
color:
|
|
33176
|
+
color: Bt(ne.color) || k.value[_e] || Oe[_e]
|
|
33177
33177
|
}))), me = le(() => R.value.filter((ne) => !ae.value.includes(ne.id))), he = le(() => R.value.map((ne, _e) => ({
|
|
33178
33178
|
...ne,
|
|
33179
33179
|
shape: ne.shape || "circle",
|
|
@@ -34042,7 +34042,7 @@ const _L = ["id"], FL = ["xmlns", "viewBox", "id"], SL = ["id"], LL = ["stop-col
|
|
|
34042
34042
|
}, 8, ["config"])) : S("", !0)
|
|
34043
34043
|
], 14, _L));
|
|
34044
34044
|
}
|
|
34045
|
-
}, _9 = /* @__PURE__ */
|
|
34045
|
+
}, _9 = /* @__PURE__ */ Mt(B9, [["__scopeId", "data-v-ae216bdd"]]), F9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34046
34046
|
__proto__: null,
|
|
34047
34047
|
default: _9
|
|
34048
34048
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -34098,7 +34098,7 @@ const S9 = (e) => (Do("data-v-c9ec8246"), e = e(), To(), e), L9 = ["id"], $9 = [
|
|
|
34098
34098
|
...a.dataset,
|
|
34099
34099
|
series: (a.dataset.series || []).map((j, T) => ({
|
|
34100
34100
|
...j,
|
|
34101
|
-
color:
|
|
34101
|
+
color: Bt(j.color) || m.value[T] || Oe[T],
|
|
34102
34102
|
value: ((j.to || 0) - (j.from || 0)) / E * 100
|
|
34103
34103
|
}))
|
|
34104
34104
|
};
|
|
@@ -34502,7 +34502,7 @@ const S9 = (e) => (Do("data-v-c9ec8246"), e = e(), To(), e), L9 = ["id"], $9 = [
|
|
|
34502
34502
|
Xe(re.$slots, "legend", { legend: p.value }, void 0, !0)
|
|
34503
34503
|
], 14, L9));
|
|
34504
34504
|
}
|
|
34505
|
-
}, e$ = /* @__PURE__ */
|
|
34505
|
+
}, e$ = /* @__PURE__ */ Mt(Z9, [["__scopeId", "data-v-c9ec8246"]]), t$ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34506
34506
|
__proto__: null,
|
|
34507
34507
|
default: e$
|
|
34508
34508
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -34610,7 +34610,7 @@ const l$ = ["id"], o$ = ["xmlns", "viewBox"], a$ = { key: 0 }, r$ = ["fill", "fo
|
|
|
34610
34610
|
const _ = U.branches.map((de) => de.value).reduce((de, ne) => de + ne);
|
|
34611
34611
|
return {
|
|
34612
34612
|
...U,
|
|
34613
|
-
color:
|
|
34613
|
+
color: Bt(U.color) || p.value[Q] || Oe[Q] || Oe[Q % Oe.length],
|
|
34614
34614
|
id: U.id || `root_${Q}_${l.value}`,
|
|
34615
34615
|
type: "root",
|
|
34616
34616
|
total: _,
|
|
@@ -34619,7 +34619,7 @@ const l$ = ["id"], o$ = ["xmlns", "viewBox"], a$ = { key: 0 }, r$ = ["fill", "fo
|
|
|
34619
34619
|
...de,
|
|
34620
34620
|
rootName: U.name,
|
|
34621
34621
|
rootIndex: Q,
|
|
34622
|
-
color:
|
|
34622
|
+
color: Bt(U.color) || p.value[Q] || Oe[Q] || Oe[Q % Oe.length],
|
|
34623
34623
|
value: de.value >= 0 ? de.value : 0,
|
|
34624
34624
|
id: de.id || `branch_${Q}_${ne}_${l.value}`,
|
|
34625
34625
|
proportionToRoot: de.value / _,
|
|
@@ -34649,7 +34649,7 @@ const l$ = ["id"], o$ = ["xmlns", "viewBox"], a$ = { key: 0 }, r$ = ["fill", "fo
|
|
|
34649
34649
|
proportionToTree: _e.value / V.value,
|
|
34650
34650
|
rootIndex: Q,
|
|
34651
34651
|
id: _e.id || `nut_${Q}_${ne}_${Ue}_${l.value}`,
|
|
34652
|
-
color:
|
|
34652
|
+
color: Bt(_e.color) || p.value[Ue] || Oe[Ue] || Oe[Ue % Oe.length],
|
|
34653
34653
|
value: _e.value >= 0 ? _e.value : 0
|
|
34654
34654
|
}))
|
|
34655
34655
|
}))
|
|
@@ -35258,8 +35258,8 @@ const l$ = ["id"], o$ = ["xmlns", "viewBox"], a$ = { key: 0 }, r$ = ["fill", "fo
|
|
|
35258
35258
|
(A(!0), c(ve, null, Fe(re.value, (_, de) => (A(), c("g", null, [
|
|
35259
35259
|
M(_) ? (A(), c("text", {
|
|
35260
35260
|
key: 0,
|
|
35261
|
-
x: se(
|
|
35262
|
-
"text-anchor": se(
|
|
35261
|
+
x: se(Et)(_).x,
|
|
35262
|
+
"text-anchor": se(Et)(_).anchor,
|
|
35263
35263
|
y: se(_l)(_),
|
|
35264
35264
|
fill: _.color,
|
|
35265
35265
|
"font-size": m.value.style.chart.layout.nuts.selected.labels.dataLabels.fontSize,
|
|
@@ -35268,8 +35268,8 @@ const l$ = ["id"], o$ = ["xmlns", "viewBox"], a$ = { key: 0 }, r$ = ["fill", "fo
|
|
|
35268
35268
|
}, " ⬤ ", 14, u7)) : S("", !0),
|
|
35269
35269
|
M(_) ? (A(), c("text", {
|
|
35270
35270
|
key: 1,
|
|
35271
|
-
x: se(
|
|
35272
|
-
"text-anchor": se(
|
|
35271
|
+
x: se(Et)(_, !0).x,
|
|
35272
|
+
"text-anchor": se(Et)(_, !0).anchor,
|
|
35273
35273
|
y: se(_l)(_),
|
|
35274
35274
|
fill: m.value.style.chart.layout.nuts.selected.labels.dataLabels.color,
|
|
35275
35275
|
"font-size": m.value.style.chart.layout.nuts.selected.labels.dataLabels.fontSize,
|
|
@@ -35280,8 +35280,8 @@ const l$ = ["id"], o$ = ["xmlns", "viewBox"], a$ = { key: 0 }, r$ = ["fill", "fo
|
|
|
35280
35280
|
(A(!0), c(ve, null, Fe(re.value, (_, de) => (A(), c("g", null, [
|
|
35281
35281
|
M(_) ? (A(), c("text", {
|
|
35282
35282
|
key: 0,
|
|
35283
|
-
x: se(
|
|
35284
|
-
"text-anchor": se(
|
|
35283
|
+
x: se(Et)(_, !0).x,
|
|
35284
|
+
"text-anchor": se(Et)(_).anchor,
|
|
35285
35285
|
y: se(_l)(_) + m.value.style.chart.layout.nuts.selected.labels.dataLabels.fontSize,
|
|
35286
35286
|
fill: m.value.style.chart.layout.nuts.selected.labels.dataLabels.color,
|
|
35287
35287
|
"font-size": m.value.style.chart.layout.nuts.selected.labels.dataLabels.fontSize,
|
|
@@ -35290,8 +35290,8 @@ const l$ = ["id"], o$ = ["xmlns", "viewBox"], a$ = { key: 0 }, r$ = ["fill", "fo
|
|
|
35290
35290
|
}, Z((he.value.breakdown[de].value / he.value.value * 100).toFixed(m.value.style.chart.layout.nuts.selected.labels.roundingPercentage)) + "% " + Z(m.value.translations.of) + " " + Z(he.value.breakdown[de].branchName) + " (" + Z(m.value.style.chart.layout.nuts.selected.labels.dataLabels.prefix) + " " + Z(he.value.breakdown[de].value) + " " + Z(m.value.style.chart.layout.nuts.selected.labels.dataLabels.suffix) + ") ", 15, d7)) : S("", !0),
|
|
35291
35291
|
M(_) ? (A(), c("text", {
|
|
35292
35292
|
key: 1,
|
|
35293
|
-
x: se(
|
|
35294
|
-
"text-anchor": se(
|
|
35293
|
+
x: se(Et)(_, !0).x,
|
|
35294
|
+
"text-anchor": se(Et)(_).anchor,
|
|
35295
35295
|
y: se(_l)(_) + m.value.style.chart.layout.nuts.selected.labels.dataLabels.fontSize * 2,
|
|
35296
35296
|
fill: m.value.style.chart.layout.nuts.selected.labels.dataLabels.color,
|
|
35297
35297
|
"font-size": m.value.style.chart.layout.nuts.selected.labels.dataLabels.fontSize,
|
|
@@ -35300,8 +35300,8 @@ const l$ = ["id"], o$ = ["xmlns", "viewBox"], a$ = { key: 0 }, r$ = ["fill", "fo
|
|
|
35300
35300
|
}, Z((he.value.breakdown[de].proportionToRoot * 100).toFixed(m.value.style.chart.layout.nuts.selected.labels.roundingPercentage)) + "% " + Z(m.value.translations.of) + " " + Z(he.value.breakdown[de].rootName), 15, h7)) : S("", !0),
|
|
35301
35301
|
M(_) ? (A(), c("text", {
|
|
35302
35302
|
key: 2,
|
|
35303
|
-
x: se(
|
|
35304
|
-
"text-anchor": se(
|
|
35303
|
+
x: se(Et)(_, !0).x,
|
|
35304
|
+
"text-anchor": se(Et)(_).anchor,
|
|
35305
35305
|
y: se(_l)(_) + m.value.style.chart.layout.nuts.selected.labels.dataLabels.fontSize * 3,
|
|
35306
35306
|
fill: m.value.style.chart.layout.nuts.selected.labels.dataLabels.color,
|
|
35307
35307
|
"font-size": m.value.style.chart.layout.nuts.selected.labels.dataLabels.fontSize,
|
|
@@ -35527,7 +35527,7 @@ const l$ = ["id"], o$ = ["xmlns", "viewBox"], a$ = { key: 0 }, r$ = ["fill", "fo
|
|
|
35527
35527
|
}, 8, ["config"])) : S("", !0)
|
|
35528
35528
|
], 14, l$));
|
|
35529
35529
|
}
|
|
35530
|
-
}, nU = /* @__PURE__ */
|
|
35530
|
+
}, nU = /* @__PURE__ */ Mt(rU, [["__scopeId", "data-v-7bedf47d"]]), sU = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
35531
35531
|
__proto__: null,
|
|
35532
35532
|
default: nU
|
|
35533
35533
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -35607,7 +35607,7 @@ const iU = ["id"], AU = ["xmlns", "viewBox"], uU = ["cx", "cy", "r", "stroke", "
|
|
|
35607
35607
|
return {
|
|
35608
35608
|
...G,
|
|
35609
35609
|
percentage: G.percentage || 0,
|
|
35610
|
-
color:
|
|
35610
|
+
color: Bt(G.color) || h.value[I] || Oe[I],
|
|
35611
35611
|
id: M,
|
|
35612
35612
|
shape: "circle",
|
|
35613
35613
|
opacity: Y.value.includes(M) ? 0.5 : 1,
|
|
@@ -35986,7 +35986,7 @@ const iU = ["id"], AU = ["xmlns", "viewBox"], uU = ["cx", "cy", "r", "stroke", "
|
|
|
35986
35986
|
}, 8, ["config"])) : S("", !0)
|
|
35987
35987
|
], 14, iU));
|
|
35988
35988
|
}
|
|
35989
|
-
}, CU = /* @__PURE__ */
|
|
35989
|
+
}, CU = /* @__PURE__ */ Mt(wU, [["__scopeId", "data-v-c7f8d0f9"]]), xU = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
35990
35990
|
__proto__: null,
|
|
35991
35991
|
default: CU
|
|
35992
35992
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -36067,7 +36067,7 @@ const kU = ["id"], BU = ["onClick"], _U = ["xmlns", "viewBox"], FU = ["id"], SU
|
|
|
36067
36067
|
isChild: !1,
|
|
36068
36068
|
segregate: () => R(Q),
|
|
36069
36069
|
isSegregated: ae.value.includes(Q),
|
|
36070
|
-
color:
|
|
36070
|
+
color: Bt(te.color) || k.value[U] || Oe[U] || Oe[U % Oe.length],
|
|
36071
36071
|
children: !te.children || !te.children.length ? [] : te.children.toSorted((de, ne) => O.value ? ne.value - de.value : de.value - ne.value).map((de, ne) => (![null, void 0].includes(de.value) && de.value < 0 && console.warn(`VueUiVerticalBar is not designed to graph negative values. ${de.name + " child serie" || "child serie at index" + U + ", " + ne} has the following value: ${de.value}`), {
|
|
36072
36072
|
...de,
|
|
36073
36073
|
value: de.value || 0,
|
|
@@ -36077,7 +36077,7 @@ const kU = ["id"], BU = ["onClick"], _U = ["xmlns", "viewBox"], FU = ["id"], SU
|
|
|
36077
36077
|
parentValue: te.value,
|
|
36078
36078
|
id: `vertical_child_${U}_${ne}_${l.value}`,
|
|
36079
36079
|
childIndex: ne,
|
|
36080
|
-
color:
|
|
36080
|
+
color: Bt(de.color) || Bt(te.color) || k.value[U] || Oe[U] || Oe[U % Oe.length]
|
|
36081
36081
|
})).map((de, ne) => ({
|
|
36082
36082
|
...de,
|
|
36083
36083
|
isFirstChild: ne === 0,
|
|
@@ -36643,7 +36643,7 @@ const kU = ["id"], BU = ["onClick"], _U = ["xmlns", "viewBox"], FU = ["id"], SU
|
|
|
36643
36643
|
}, 8, ["config"])) : S("", !0)
|
|
36644
36644
|
], 14, kU));
|
|
36645
36645
|
}
|
|
36646
|
-
}, aM = /* @__PURE__ */
|
|
36646
|
+
}, aM = /* @__PURE__ */ Mt(oM, [["__scopeId", "data-v-52b71476"]]), rM = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
36647
36647
|
__proto__: null,
|
|
36648
36648
|
default: aM
|
|
36649
36649
|
}, Symbol.toStringTag, { value: "Module" })), nM = {
|
|
@@ -37070,7 +37070,7 @@ const iM = {
|
|
|
37070
37070
|
}, Z(isNaN(m.value) ? "" : m.value.toFixed(f.value.style.rating.roundingValue)), 5)) : S("", !0)
|
|
37071
37071
|
], 36));
|
|
37072
37072
|
}
|
|
37073
|
-
}, BM = /* @__PURE__ */
|
|
37073
|
+
}, BM = /* @__PURE__ */ Mt(kM, [["__scopeId", "data-v-ce2b46a5"]]), _M = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
37074
37074
|
__proto__: null,
|
|
37075
37075
|
default: BM
|
|
37076
37076
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -37615,7 +37615,7 @@ const FM = ["id"], SM = ["xmlns", "viewBox"], LM = ["x", "y", "width", "height",
|
|
|
37615
37615
|
}, 8, ["config"])) : S("", !0)
|
|
37616
37616
|
], 14, FM));
|
|
37617
37617
|
}
|
|
37618
|
-
}, iQ = /* @__PURE__ */
|
|
37618
|
+
}, iQ = /* @__PURE__ */ Mt(sQ, [["__scopeId", "data-v-ffbab371"]]), AQ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
37619
37619
|
__proto__: null,
|
|
37620
37620
|
default: iQ
|
|
37621
37621
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -38431,7 +38431,7 @@ const uQ = ["id"], cQ = ["xmlns", "viewBox"], dQ = { key: 0 }, hQ = ["x1", "x2",
|
|
|
38431
38431
|
}, 8, ["config"])) : S("", !0)
|
|
38432
38432
|
], 14, uQ));
|
|
38433
38433
|
}
|
|
38434
|
-
}, sE = /* @__PURE__ */
|
|
38434
|
+
}, sE = /* @__PURE__ */ Mt(nE, [["__scopeId", "data-v-2ca2371b"]]), iE = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
38435
38435
|
__proto__: null,
|
|
38436
38436
|
default: sE
|
|
38437
38437
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -39008,7 +39008,7 @@ const AE = ["id"], uE = ["xmlns", "viewBox"], cE = { key: 0 }, dE = ["id"], hE =
|
|
|
39008
39008
|
}, 8, ["config"])) : S("", !0)
|
|
39009
39009
|
], 14, AE));
|
|
39010
39010
|
}
|
|
39011
|
-
}, PE = /* @__PURE__ */
|
|
39011
|
+
}, PE = /* @__PURE__ */ Mt(HE, [["__scopeId", "data-v-61913c0f"]]), zE = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
39012
39012
|
__proto__: null,
|
|
39013
39013
|
default: PE
|
|
39014
39014
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -39555,7 +39555,7 @@ const OE = ["id"], RE = ["xmlns", "viewBox"], VE = ["id"], WE = ["stop-color"],
|
|
|
39555
39555
|
}, 8, ["config"])) : S("", !0)
|
|
39556
39556
|
], 14, OE));
|
|
39557
39557
|
}
|
|
39558
|
-
}, gI = /* @__PURE__ */
|
|
39558
|
+
}, gI = /* @__PURE__ */ Mt(vI, [["__scopeId", "data-v-46c3bde3"]]), yI = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
39559
39559
|
__proto__: null,
|
|
39560
39560
|
default: gI
|
|
39561
39561
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -39773,7 +39773,7 @@ const pI = (e) => (Do("data-v-d4bc5f10"), e = e(), To(), e), bI = {
|
|
|
39773
39773
|
], 12, BI)
|
|
39774
39774
|
]));
|
|
39775
39775
|
}
|
|
39776
|
-
}, QI = /* @__PURE__ */
|
|
39776
|
+
}, QI = /* @__PURE__ */ Mt(MI, [["__scopeId", "data-v-d4bc5f10"]]), EI = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
39777
39777
|
__proto__: null,
|
|
39778
39778
|
default: QI
|
|
39779
39779
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -40842,7 +40842,7 @@ const II = {
|
|
|
40842
40842
|
}), vi(e).then((a) => {
|
|
40843
40843
|
const r = a.width, o = a.height, l = r / t.width * t.height;
|
|
40844
40844
|
let s = o, i = 0;
|
|
40845
|
-
const u = t.width, f = 582.28 / r * o, b = a.toDataURL("image/png", 1), d = new
|
|
40845
|
+
const u = t.width, f = 582.28 / r * o, b = a.toDataURL("image/png", 1), d = new Ut("", "pt", "a4");
|
|
40846
40846
|
if (s < l)
|
|
40847
40847
|
d.addImage(b, "PNG", 0, 0, u, f, "", "FAST");
|
|
40848
40848
|
else
|
|
@@ -41945,7 +41945,7 @@ function AD(e, t, a, r, o, l) {
|
|
|
41945
41945
|
], 512)
|
|
41946
41946
|
]);
|
|
41947
41947
|
}
|
|
41948
|
-
const uD = /* @__PURE__ */
|
|
41948
|
+
const uD = /* @__PURE__ */ Mt(II, [["render", AD], ["__scopeId", "data-v-72a863ed"]]), cD = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
41949
41949
|
__proto__: null,
|
|
41950
41950
|
default: uD
|
|
41951
41951
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -42705,7 +42705,7 @@ const no = (e) => (Do("data-v-826aeb05"), e = e(), To(), e), dD = {
|
|
|
42705
42705
|
}, Z(isNaN(b.value) ? "" : b.value.toFixed(i.value.style.rating.roundingValue)), 5)) : S("", !0)
|
|
42706
42706
|
], 36));
|
|
42707
42707
|
}
|
|
42708
|
-
}, lH = /* @__PURE__ */
|
|
42708
|
+
}, lH = /* @__PURE__ */ Mt(tH, [["__scopeId", "data-v-826aeb05"]]), oH = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
42709
42709
|
__proto__: null,
|
|
42710
42710
|
default: lH
|
|
42711
42711
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -42988,7 +42988,7 @@ const aH = ["id"], rH = ["xmlns", "viewBox"], nH = ["cx", "cy", "r", "stroke", "
|
|
|
42988
42988
|
}, null, 8, ["config"]))
|
|
42989
42989
|
], 12, aH));
|
|
42990
42990
|
}
|
|
42991
|
-
}, fH = /* @__PURE__ */
|
|
42991
|
+
}, fH = /* @__PURE__ */ Mt(hH, [["__scopeId", "data-v-df1ba43f"]]), vH = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
42992
42992
|
__proto__: null,
|
|
42993
42993
|
default: fH
|
|
42994
42994
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -43094,12 +43094,12 @@ const gH = ["id"], yH = {
|
|
|
43094
43094
|
}), oe = le(() => `${Y.value}px`), O = le(() => `${w.value.height - b.value.style.chart.padding.bottom - g.value.top}px`), z = le(() => `${b.value.style.chart.animation.speedMs}ms`), W = le(() => {
|
|
43095
43095
|
if (a.dataset.colors) {
|
|
43096
43096
|
if (!a.dataset.colors.from)
|
|
43097
|
-
return h(d.value[0] || Oe[0],
|
|
43097
|
+
return h(d.value[0] || Oe[0], Bt(a.dataset.colors.to), p.value || 10);
|
|
43098
43098
|
if (!a.dataset.colors.to)
|
|
43099
|
-
return h(
|
|
43099
|
+
return h(Bt(a.dataset.colors.from), d.value[1] || Oe[1], p.value || 10);
|
|
43100
43100
|
} else
|
|
43101
43101
|
return h(d.value[1] || Oe[1], d.value[0] || Oe[0], p.value || 10);
|
|
43102
|
-
return h(
|
|
43102
|
+
return h(Bt(a.dataset.colors.from), Bt(a.dataset.colors.to), p.value || 10);
|
|
43103
43103
|
}), be = le(() => {
|
|
43104
43104
|
const E = [];
|
|
43105
43105
|
let j = 0;
|
|
@@ -43373,7 +43373,7 @@ const gH = ["id"], yH = {
|
|
|
43373
43373
|
}, null, 8, ["config"]))
|
|
43374
43374
|
], 14, gH));
|
|
43375
43375
|
}
|
|
43376
|
-
}, HH = /* @__PURE__ */
|
|
43376
|
+
}, HH = /* @__PURE__ */ Mt(TH, [["__scopeId", "data-v-a8d740fc"]]), PH = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
43377
43377
|
__proto__: null,
|
|
43378
43378
|
default: HH
|
|
43379
43379
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -43413,7 +43413,7 @@ const zH = ["xmlns", "viewBox"], OH = ["id"], RH = ["stop-color"], VH = ["stop-c
|
|
|
43413
43413
|
}), i = le(() => Fl(s.value.customPalette)), u = P(a.dataset.map((x, w) => ({
|
|
43414
43414
|
...x,
|
|
43415
43415
|
value: s.value.style.animation.show ? 0 : x.value || 0,
|
|
43416
|
-
color: x.color ?
|
|
43416
|
+
color: x.color ? Bt(x.color) : i.value[w] || Oe[w] || Oe[w % Oe.length]
|
|
43417
43417
|
}))), f = P(!0);
|
|
43418
43418
|
Nt(() => {
|
|
43419
43419
|
if (Vt(a.dataset) ? ot({
|
|
@@ -43436,11 +43436,11 @@ const zH = ["xmlns", "viewBox"], OH = ["id"], RH = ["stop-color"], VH = ["stop-c
|
|
|
43436
43436
|
Y += V / x, Y < V ? (u.value = u.value.map((O, z) => ({
|
|
43437
43437
|
...O,
|
|
43438
43438
|
value: O.value += w[z],
|
|
43439
|
-
color: O.color ?
|
|
43439
|
+
color: O.color ? Bt(O.color) : i.value[z] || Oe[z] || Oe[z % Oe.length]
|
|
43440
43440
|
})), requestAnimationFrame(oe)) : (f.value = !1, u.value = a.dataset.map((O, z) => ({
|
|
43441
43441
|
...O,
|
|
43442
43442
|
value: O.value || 0,
|
|
43443
|
-
color: O.color ?
|
|
43443
|
+
color: O.color ? Bt(O.color) : i.value[z] || Oe[z] || Oe[z % Oe.length],
|
|
43444
43444
|
id: xt()
|
|
43445
43445
|
})));
|
|
43446
43446
|
};
|
|
@@ -43612,7 +43612,7 @@ const zH = ["xmlns", "viewBox"], OH = ["id"], RH = ["stop-color"], VH = ["stop-c
|
|
|
43612
43612
|
], 4)) : S("", !0)
|
|
43613
43613
|
], 4));
|
|
43614
43614
|
}
|
|
43615
|
-
}, lP = /* @__PURE__ */
|
|
43615
|
+
}, lP = /* @__PURE__ */ Mt(tP, [["__scopeId", "data-v-7b97971d"]]), oP = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
43616
43616
|
__proto__: null,
|
|
43617
43617
|
default: lP
|
|
43618
43618
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -43850,7 +43850,7 @@ const aP = { key: 0 }, rP = { key: 1 }, nP = ["xmlns", "viewBox"], sP = ["id"],
|
|
|
43850
43850
|
}, null, 8, ["config"]))
|
|
43851
43851
|
], 36));
|
|
43852
43852
|
}
|
|
43853
|
-
}, wP = /* @__PURE__ */
|
|
43853
|
+
}, wP = /* @__PURE__ */ Mt(mP, [["__scopeId", "data-v-8c02ac59"]]), CP = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
43854
43854
|
__proto__: null,
|
|
43855
43855
|
default: wP
|
|
43856
43856
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -43926,7 +43926,7 @@ const xP = ["id"], kP = ["xmlns", "viewBox"], BP = ["id"], _P = ["stop-color"],
|
|
|
43926
43926
|
const pe = (I || []).reduce((ce, we) => ce + we, 0);
|
|
43927
43927
|
return {
|
|
43928
43928
|
name: M,
|
|
43929
|
-
color: K ||
|
|
43929
|
+
color: K || Bt(K) || n.value[D] || Oe[D] || Oe[D % Oe.length],
|
|
43930
43930
|
value: pe,
|
|
43931
43931
|
proportion: pe / r.dataset.map((ce) => (ce.values || []).reduce((we, ge) => we + ge, 0)).reduce((ce, we) => ce + we, 0),
|
|
43932
43932
|
uid: xt()
|
|
@@ -43947,7 +43947,7 @@ const xP = ["id"], kP = ["xmlns", "viewBox"], BP = ["id"], _P = ["stop-color"],
|
|
|
43947
43947
|
})), be = le(() => O.value.filter((I) => !w.value.includes(I.uid)).map(({ value: I }) => I).reduce((I, M) => I + M, 0)), N = le(() => O.value.filter((I) => !w.value.includes(I.uid)).map(({ name: I, value: M, color: K = null, uid: D }, pe) => ({
|
|
43948
43948
|
uid: D,
|
|
43949
43949
|
name: I,
|
|
43950
|
-
color: K ||
|
|
43950
|
+
color: K || Bt(K) || n.value[pe] || Oe[pe] || Oe[pe % Oe.length],
|
|
43951
43951
|
value: M,
|
|
43952
43952
|
proportion: oe(M),
|
|
43953
43953
|
percentage: M / be.value * 100,
|
|
@@ -44295,7 +44295,7 @@ const xP = ["id"], kP = ["xmlns", "viewBox"], BP = ["id"], _P = ["stop-color"],
|
|
|
44295
44295
|
}, 8, ["config"])) : S("", !0)
|
|
44296
44296
|
], 46, xP));
|
|
44297
44297
|
}
|
|
44298
|
-
}, NP = /* @__PURE__ */
|
|
44298
|
+
}, NP = /* @__PURE__ */ Mt(IP, [["__scopeId", "data-v-097aee62"]]), DP = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
44299
44299
|
__proto__: null,
|
|
44300
44300
|
default: NP
|
|
44301
44301
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -44506,7 +44506,7 @@ const TP = ["id"], HP = ["xmlns", "viewBox"], PP = ["x1", "x2", "y1", "y2", "str
|
|
|
44506
44506
|
}, null, 8, ["config"]))
|
|
44507
44507
|
], 12, TP));
|
|
44508
44508
|
}
|
|
44509
|
-
}, VP = /* @__PURE__ */
|
|
44509
|
+
}, VP = /* @__PURE__ */ Mt(RP, [["__scopeId", "data-v-418e9755"]]), WP = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
44510
44510
|
__proto__: null,
|
|
44511
44511
|
default: VP
|
|
44512
44512
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -44755,7 +44755,7 @@ const KP = ["id"], jP = ["xmlns", "viewBox"], GP = { key: 0 }, XP = ["d", "strok
|
|
|
44755
44755
|
}, null, 8, ["config"]))
|
|
44756
44756
|
], 14, KP));
|
|
44757
44757
|
}
|
|
44758
|
-
}, ez = /* @__PURE__ */
|
|
44758
|
+
}, ez = /* @__PURE__ */ Mt(ZP, [["__scopeId", "data-v-632c6ab0"]]), tz = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
44759
44759
|
__proto__: null,
|
|
44760
44760
|
default: ez
|
|
44761
44761
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -44853,7 +44853,7 @@ const lz = ["id"], oz = ["xmlns", "viewBox"], az = ["id"], rz = ["stop-color"],
|
|
|
44853
44853
|
}), r.dataset.map((U, Q) => ({
|
|
44854
44854
|
...U,
|
|
44855
44855
|
values: U.values || [],
|
|
44856
|
-
color:
|
|
44856
|
+
color: Bt(U.color) || V.value[Q] || Oe[Q] || Oe[Q % Oe.length],
|
|
44857
44857
|
length: (U.values || []).length,
|
|
44858
44858
|
uid: xt()
|
|
44859
44859
|
})))), W = le(() => z.value.filter((U) => !d.value.includes(U.uid)).map((U) => ({
|
|
@@ -45121,7 +45121,7 @@ const lz = ["id"], oz = ["xmlns", "viewBox"], az = ["id"], rz = ["stop-color"],
|
|
|
45121
45121
|
}, [
|
|
45122
45122
|
y("stop", {
|
|
45123
45123
|
offset: "0%",
|
|
45124
|
-
"stop-color": `${se(
|
|
45124
|
+
"stop-color": `${se(Bt)(w.value.style.chart.backgroundColor)}00`
|
|
45125
45125
|
}, null, 8, iz),
|
|
45126
45126
|
y("stop", {
|
|
45127
45127
|
offset: "77%",
|
|
@@ -45129,7 +45129,7 @@ const lz = ["id"], oz = ["xmlns", "viewBox"], az = ["id"], rz = ["stop-color"],
|
|
|
45129
45129
|
}, null, 8, Az),
|
|
45130
45130
|
y("stop", {
|
|
45131
45131
|
offset: "100%",
|
|
45132
|
-
"stop-color": `${se(
|
|
45132
|
+
"stop-color": `${se(Bt)(w.value.style.chart.backgroundColor)}00`
|
|
45133
45133
|
}, null, 8, uz)
|
|
45134
45134
|
], 8, sz)
|
|
45135
45135
|
]),
|
|
@@ -45244,8 +45244,8 @@ const lz = ["id"], oz = ["xmlns", "viewBox"], az = ["id"], rz = ["stop-color"],
|
|
|
45244
45244
|
(A(!0), c(ve, null, Fe(_.donutHover, (ne, _e) => (A(), c("g", null, [
|
|
45245
45245
|
y("text", {
|
|
45246
45246
|
"data-cy-hover-label": "",
|
|
45247
|
-
"text-anchor": se(
|
|
45248
|
-
x: se(
|
|
45247
|
+
"text-anchor": se(Et)(ne, !0, 0).anchor,
|
|
45248
|
+
x: se(Et)(ne, !0, 3).x,
|
|
45249
45249
|
y: se(_l)(ne),
|
|
45250
45250
|
fill: w.value.style.chart.layout.grid.yAxis.dataLabels.color,
|
|
45251
45251
|
"font-size": 8,
|
|
@@ -45392,8 +45392,8 @@ const lz = ["id"], oz = ["xmlns", "viewBox"], az = ["id"], rz = ["stop-color"],
|
|
|
45392
45392
|
}, null, 8, Rz))), 256)),
|
|
45393
45393
|
(A(!0), c(ve, null, Fe(h.value.donutFocus, (_, de) => (A(), c("g", Vz, [
|
|
45394
45394
|
y("text", {
|
|
45395
|
-
"text-anchor": se(
|
|
45396
|
-
x: se(
|
|
45395
|
+
"text-anchor": se(Et)(_, !0, 20).anchor,
|
|
45396
|
+
x: se(Et)(_, !0, 10).x,
|
|
45397
45397
|
y: se(_l)(_),
|
|
45398
45398
|
fill: w.value.style.chart.layout.grid.yAxis.dataLabels.color,
|
|
45399
45399
|
"font-size": 10,
|
|
@@ -45532,7 +45532,7 @@ const lz = ["id"], oz = ["xmlns", "viewBox"], az = ["id"], rz = ["stop-color"],
|
|
|
45532
45532
|
}, 8, ["config"])) : S("", !0)
|
|
45533
45533
|
], 14, lz));
|
|
45534
45534
|
}
|
|
45535
|
-
}, lO = /* @__PURE__ */
|
|
45535
|
+
}, lO = /* @__PURE__ */ Mt(tO, [["__scopeId", "data-v-c309b6a8"]]), oO = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
45536
45536
|
__proto__: null,
|
|
45537
45537
|
default: lO
|
|
45538
45538
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -46057,7 +46057,7 @@ const aO = ["id"], rO = ["xmlns", "viewBox"], nO = ["id"], sO = ["stop-color"],
|
|
|
46057
46057
|
}, 8, ["config"])) : S("", !0)
|
|
46058
46058
|
], 14, aO));
|
|
46059
46059
|
}
|
|
46060
|
-
}, UO = /* @__PURE__ */
|
|
46060
|
+
}, UO = /* @__PURE__ */ Mt($O, [["__scopeId", "data-v-73c6990c"]]), MO = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
46061
46061
|
__proto__: null,
|
|
46062
46062
|
default: UO
|
|
46063
46063
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -46123,7 +46123,7 @@ const vu = (e) => (Do("data-v-4c83af4b"), e = e(), To(), e), QO = ["id"], EO = [
|
|
|
46123
46123
|
...I,
|
|
46124
46124
|
id: xt(),
|
|
46125
46125
|
proportion: (I.value || 0) / F,
|
|
46126
|
-
color:
|
|
46126
|
+
color: Bt(I.color) || p.value[M] || Oe[M] || Oe[M % Oe.length],
|
|
46127
46127
|
breakdown: I.breakdown ? I.breakdown.sort((K, D) => D.value - K.value) : null
|
|
46128
46128
|
})).sort((I, M) => M.value - I.value), $ = [];
|
|
46129
46129
|
let G = 0;
|
|
@@ -46450,7 +46450,7 @@ const vu = (e) => (Do("data-v-4c83af4b"), e = e(), To(), e), QO = ["id"], EO = [
|
|
|
46450
46450
|
}, [
|
|
46451
46451
|
y("stop", {
|
|
46452
46452
|
offset: "0%",
|
|
46453
|
-
"stop-color": `${se(
|
|
46453
|
+
"stop-color": `${se(Bt)(m.value.style.chart.backgroundColor)}00`
|
|
46454
46454
|
}, null, 8, NO),
|
|
46455
46455
|
y("stop", {
|
|
46456
46456
|
offset: "100%",
|
|
@@ -46462,7 +46462,7 @@ const vu = (e) => (Do("data-v-4c83af4b"), e = e(), To(), e), QO = ["id"], EO = [
|
|
|
46462
46462
|
}, [
|
|
46463
46463
|
y("stop", {
|
|
46464
46464
|
offset: "0%",
|
|
46465
|
-
"stop-color": `${se(
|
|
46465
|
+
"stop-color": `${se(Bt)(m.value.style.chart.backgroundColor)}00`
|
|
46466
46466
|
}, null, 8, HO),
|
|
46467
46467
|
y("stop", {
|
|
46468
46468
|
offset: "100%",
|
|
@@ -46474,7 +46474,7 @@ const vu = (e) => (Do("data-v-4c83af4b"), e = e(), To(), e), QO = ["id"], EO = [
|
|
|
46474
46474
|
}, [
|
|
46475
46475
|
y("stop", {
|
|
46476
46476
|
offset: "0%",
|
|
46477
|
-
"stop-color": `${se(
|
|
46477
|
+
"stop-color": `${se(Bt)(m.value.style.chart.backgroundColor)}00`
|
|
46478
46478
|
}, null, 8, OO),
|
|
46479
46479
|
y("stop", {
|
|
46480
46480
|
offset: "100%",
|
|
@@ -46494,7 +46494,7 @@ const vu = (e) => (Do("data-v-4c83af4b"), e = e(), To(), e), QO = ["id"], EO = [
|
|
|
46494
46494
|
}, null, 8, WO),
|
|
46495
46495
|
y("stop", {
|
|
46496
46496
|
offset: "75%",
|
|
46497
|
-
"stop-color": `${se(
|
|
46497
|
+
"stop-color": `${se(Bt)(m.value.style.chart.backgroundColor)}00`
|
|
46498
46498
|
}, null, 8, KO),
|
|
46499
46499
|
y("stop", {
|
|
46500
46500
|
offset: "100%",
|
|
@@ -46761,12 +46761,12 @@ const vu = (e) => (Do("data-v-4c83af4b"), e = e(), To(), e), QO = ["id"], EO = [
|
|
|
46761
46761
|
}, [
|
|
46762
46762
|
y("stop", {
|
|
46763
46763
|
offset: "0%",
|
|
46764
|
-
"stop-color": `${se(
|
|
46764
|
+
"stop-color": `${se(Bt)(m.value.style.chart.backgroundColor)}00`
|
|
46765
46765
|
}, null, 8, DR),
|
|
46766
46766
|
TR,
|
|
46767
46767
|
y("stop", {
|
|
46768
46768
|
offset: "100%",
|
|
46769
|
-
"stop-color": `${se(
|
|
46769
|
+
"stop-color": `${se(Bt)(m.value.style.chart.backgroundColor)}00`
|
|
46770
46770
|
}, null, 8, HR)
|
|
46771
46771
|
], 8, NR)
|
|
46772
46772
|
]),
|
|
@@ -46787,15 +46787,15 @@ const vu = (e) => (Do("data-v-4c83af4b"), e = e(), To(), e), QO = ["id"], EO = [
|
|
|
46787
46787
|
(A(!0), c(ve, null, Fe($.fill.donut, (I, M) => (A(), c("g", null, [
|
|
46788
46788
|
W(I, $.fill.donut, !0) > 6 ? (A(), c("g", OR, [
|
|
46789
46789
|
y("text", {
|
|
46790
|
-
"text-anchor": se(
|
|
46791
|
-
x: se(
|
|
46790
|
+
"text-anchor": se(Et)(I, !0, 0).anchor,
|
|
46791
|
+
x: se(Et)(I, !0, 2).x,
|
|
46792
46792
|
y: se(_l)(I, 12, 12),
|
|
46793
46793
|
fill: m.value.style.chart.legend.color,
|
|
46794
46794
|
"font-size": m.value.style.chart.legend.fontSize / 1.5
|
|
46795
46795
|
}, Z(W(I, $.fill.donut)) + " (" + Z(se(at)({ p: m.value.style.chart.legend.prefix, v: I.value, s: m.value.style.chart.legend.suffix, rounding: m.value.style.chart.legend.roundingValue })) + ") ", 9, RR),
|
|
46796
46796
|
y("text", {
|
|
46797
|
-
"text-anchor": se(
|
|
46798
|
-
x: se(
|
|
46797
|
+
"text-anchor": se(Et)(I).anchor,
|
|
46798
|
+
x: se(Et)(I, !0, 2).x,
|
|
46799
46799
|
y: se(_l)(I, 12, 12) + m.value.style.chart.legend.fontSize / 1.5,
|
|
46800
46800
|
fill: m.value.style.chart.legend.color,
|
|
46801
46801
|
"font-size": m.value.style.chart.legend.fontSize / 1.5
|
|
@@ -47013,12 +47013,12 @@ const vu = (e) => (Do("data-v-4c83af4b"), e = e(), To(), e), QO = ["id"], EO = [
|
|
|
47013
47013
|
}, [
|
|
47014
47014
|
y("stop", {
|
|
47015
47015
|
offset: "0%",
|
|
47016
|
-
"stop-color": `${se(
|
|
47016
|
+
"stop-color": `${se(Bt)(m.value.style.chart.backgroundColor)}00`
|
|
47017
47017
|
}, null, 8, xV),
|
|
47018
47018
|
kV,
|
|
47019
47019
|
y("stop", {
|
|
47020
47020
|
offset: "100%",
|
|
47021
|
-
"stop-color": `${se(
|
|
47021
|
+
"stop-color": `${se(Bt)(m.value.style.chart.backgroundColor)}00`
|
|
47022
47022
|
}, null, 8, BV)
|
|
47023
47023
|
], 8, CV)
|
|
47024
47024
|
]),
|
|
@@ -47039,15 +47039,15 @@ const vu = (e) => (Do("data-v-4c83af4b"), e = e(), To(), e), QO = ["id"], EO = [
|
|
|
47039
47039
|
(A(!0), c(ve, null, Fe($.fill.donut, (I, M) => (A(), c("g", null, [
|
|
47040
47040
|
W(I, $.fill.donut, !0) > 6 ? (A(), c("g", SV, [
|
|
47041
47041
|
y("text", {
|
|
47042
|
-
"text-anchor": se(
|
|
47043
|
-
x: se(
|
|
47042
|
+
"text-anchor": se(Et)(I, !0, 0).anchor,
|
|
47043
|
+
x: se(Et)(I, !0, 2).x,
|
|
47044
47044
|
y: se(_l)(I, 12, 12),
|
|
47045
47045
|
fill: m.value.style.chart.legend.color,
|
|
47046
47046
|
"font-size": m.value.style.chart.legend.fontSize / 1.5
|
|
47047
47047
|
}, Z(W(I, $.fill.donut)) + " (" + Z(se(at)({ p: m.value.style.chart.legend.prefix, v: I.value, s: m.value.style.chart.legend.suffix, rounding: m.value.style.chart.legend.roundingValue })) + ") ", 9, LV),
|
|
47048
47048
|
y("text", {
|
|
47049
|
-
"text-anchor": se(
|
|
47050
|
-
x: se(
|
|
47049
|
+
"text-anchor": se(Et)(I).anchor,
|
|
47050
|
+
x: se(Et)(I, !0, 2).x,
|
|
47051
47051
|
y: se(_l)(I, 12, 12) + m.value.style.chart.legend.fontSize / 1.5,
|
|
47052
47052
|
fill: m.value.style.chart.legend.color,
|
|
47053
47053
|
"font-size": m.value.style.chart.legend.fontSize / 1.5
|
|
@@ -47122,7 +47122,7 @@ const vu = (e) => (Do("data-v-4c83af4b"), e = e(), To(), e), QO = ["id"], EO = [
|
|
|
47122
47122
|
}, 8, ["config"])) : S("", !0)
|
|
47123
47123
|
], 12, QO));
|
|
47124
47124
|
}
|
|
47125
|
-
}, IV = /* @__PURE__ */
|
|
47125
|
+
}, IV = /* @__PURE__ */ Mt(EV, [["__scopeId", "data-v-4c83af4b"]]), NV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
47126
47126
|
__proto__: null,
|
|
47127
47127
|
default: IV
|
|
47128
47128
|
}, Symbol.toStringTag, { value: "Module" })), DV = { key: 0 }, TV = ["d", "fill"], HV = ["d", "fill"], PV = ["d", "fill"], zV = ["d", "fill"], OV = ["d", "fill"], RV = ["d", "fill"], VV = ["d", "fill"], WV = { key: 1 }, KV = ["cx", "cy", "fill"], jV = {
|
|
@@ -47631,12 +47631,12 @@ const nW = ["id"], sW = ["xmlns", "viewBox"], iW = ["id"], AW = ["stop-color"],
|
|
|
47631
47631
|
function R(ue) {
|
|
47632
47632
|
d.value.focus(), fl(() => {
|
|
47633
47633
|
ae.value && cancelAnimationFrame(ae.value);
|
|
47634
|
-
const H = O.value.split(" "), te = parseFloat(H[0]), U = parseFloat(H[1]), Q = parseFloat(H[2]), _ = parseFloat(H[3]), { x: de, y: ne } = ue.polygonPath.coordinates[0], { circleRadius: _e } = ue, Ue = 8.34, Re = de - _e * Ue, qe = ne - _e * Ue, ut = _e * Ue * 2, nt = _e * Ue * 2, it = Math.sqrt((Re - te) ** 2 + (qe - U) ** 2), wt = Math.min(1200, Math.max(20, Math.floor(it / 10))), Le = (Re - te) / wt, ze = (qe - U) / wt,
|
|
47634
|
+
const H = O.value.split(" "), te = parseFloat(H[0]), U = parseFloat(H[1]), Q = parseFloat(H[2]), _ = parseFloat(H[3]), { x: de, y: ne } = ue.polygonPath.coordinates[0], { circleRadius: _e } = ue, Ue = 8.34, Re = de - _e * Ue, qe = ne - _e * Ue, ut = _e * Ue * 2, nt = _e * Ue * 2, it = Math.sqrt((Re - te) ** 2 + (qe - U) ** 2), wt = Math.min(1200, Math.max(20, Math.floor(it / 10))), Le = (Re - te) / wt, ze = (qe - U) / wt, We = (ut - Q) / wt, kt = (nt - _) / wt;
|
|
47635
47635
|
let pt = 0;
|
|
47636
|
-
function
|
|
47637
|
-
O.value = `${te + Le * pt} ${U + ze * pt} ${Q +
|
|
47636
|
+
function It() {
|
|
47637
|
+
O.value = `${te + Le * pt} ${U + ze * pt} ${Q + We * pt} ${_ + kt * pt}`, pt += k.value.style.chart.zoom.speed, pt <= wt && (ae.value = requestAnimationFrame(It));
|
|
47638
47638
|
}
|
|
47639
|
-
|
|
47639
|
+
It();
|
|
47640
47640
|
});
|
|
47641
47641
|
}
|
|
47642
47642
|
function me(ue) {
|
|
@@ -47971,7 +47971,7 @@ const nW = ["id"], sW = ["xmlns", "viewBox"], iW = ["id"], AW = ["stop-color"],
|
|
|
47971
47971
|
}, 8, ["config"])) : S("", !0)
|
|
47972
47972
|
], 46, nW));
|
|
47973
47973
|
}
|
|
47974
|
-
}, hW = /* @__PURE__ */
|
|
47974
|
+
}, hW = /* @__PURE__ */ Mt(dW, [["__scopeId", "data-v-be78c0c9"]]), fW = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
47975
47975
|
__proto__: null,
|
|
47976
47976
|
default: hW
|
|
47977
47977
|
}, Symbol.toStringTag, { value: "Module" })), vW = { class: "vue-ui-element-arrow" }, gW = ["id", "viewBox", "refX", "refY", "markerWidth", "markerHeight"], yW = ["d", "fill"], pW = ["id", "viewBox", "refX", "refY", "markerWidth", "markerHeight"], bW = ["d", "fill"], mW = ["x1", "y1", "x2", "y2", "stroke", "stroke-width", "stroke-linecap", "stroke-dasharray", "marker-end", "marker-start"], gY = {
|
|
@@ -48193,7 +48193,7 @@ const wW = ["xmlns", "viewBox"], CW = { key: 0 }, xW = ["stroke"], kW = ["stroke
|
|
|
48193
48193
|
])) : S("", !0)
|
|
48194
48194
|
], 8, wW));
|
|
48195
48195
|
}
|
|
48196
|
-
}, UW = /* @__PURE__ */
|
|
48196
|
+
}, UW = /* @__PURE__ */ Mt($W, [["__scopeId", "data-v-baedef4c"]]), MW = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
48197
48197
|
__proto__: null,
|
|
48198
48198
|
default: UW
|
|
48199
48199
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -48312,7 +48312,7 @@ const Ed = (e) => (Do("data-v-9e42f916"), e = e(), To(), e), QW = ["id"], EW = [
|
|
|
48312
48312
|
id: `${l.value}_${ue}_${te}`,
|
|
48313
48313
|
seriesIndex: te,
|
|
48314
48314
|
datasetIndex: ue,
|
|
48315
|
-
color:
|
|
48315
|
+
color: Bt(H.color) || k.value[te] || Oe[te] || Oe[te % Oe.length],
|
|
48316
48316
|
value: (H.values || []).reduce((U, Q) => U + Q, 0),
|
|
48317
48317
|
absoluteValues: H.values || []
|
|
48318
48318
|
}))
|
|
@@ -48719,8 +48719,8 @@ const Ed = (e) => (Do("data-v-9e42f916"), e = e(), To(), e), QW = ["id"], EW = [
|
|
|
48719
48719
|
xe(U) && x.value.dataLabels.show && n.value.style.chart.layout.labels.dataLabels.showPercentage ? (A(), c("text", {
|
|
48720
48720
|
key: 0,
|
|
48721
48721
|
class: Ie({ animated: n.value.useCssAnimation }),
|
|
48722
|
-
"text-anchor": se(
|
|
48723
|
-
x: se(
|
|
48722
|
+
"text-anchor": se(Et)(U, !0).anchor,
|
|
48723
|
+
x: se(Et)(U, !1, n.value.style.chart.layout.labels.dataLabels.offsetX).x,
|
|
48724
48724
|
y: se(_l)(U, n.value.style.chart.layout.labels.dataLabels.offsetY, n.value.style.chart.layout.labels.dataLabels.offsetY),
|
|
48725
48725
|
fill: n.value.style.chart.layout.labels.dataLabels.useSerieColor ? U.color : n.value.style.chart.layout.labels.dataLabels.color,
|
|
48726
48726
|
"font-size": n.value.style.chart.layout.labels.dataLabels.fontSize,
|
|
@@ -48729,8 +48729,8 @@ const Ed = (e) => (Do("data-v-9e42f916"), e = e(), To(), e), QW = ["id"], EW = [
|
|
|
48729
48729
|
xe(U) && x.value.dataLabels.show && n.value.style.chart.layout.labels.dataLabels.showPercentage && n.value.style.chart.layout.labels.dataLabels.showValue ? (A(), c("text", {
|
|
48730
48730
|
key: 1,
|
|
48731
48731
|
class: Ie({ animated: n.value.useCssAnimation }),
|
|
48732
|
-
"text-anchor": se(
|
|
48733
|
-
x: se(
|
|
48732
|
+
"text-anchor": se(Et)(U, !0).anchor,
|
|
48733
|
+
x: se(Et)(U, !1, n.value.style.chart.layout.labels.dataLabels.offsetX).x,
|
|
48734
48734
|
y: se(_l)(U, n.value.style.chart.layout.labels.dataLabels.offsetY, n.value.style.chart.layout.labels.dataLabels.offsetY) + n.value.style.chart.layout.labels.dataLabels.fontSize,
|
|
48735
48735
|
fill: n.value.style.chart.layout.labels.dataLabels.useSerieColor ? U.color : n.value.style.chart.layout.labels.dataLabels.color,
|
|
48736
48736
|
"font-size": n.value.style.chart.layout.labels.dataLabels.fontSize,
|
|
@@ -48739,8 +48739,8 @@ const Ed = (e) => (Do("data-v-9e42f916"), e = e(), To(), e), QW = ["id"], EW = [
|
|
|
48739
48739
|
xe(U) && x.value.dataLabels.show && !n.value.style.chart.layout.labels.dataLabels.showPercentage && n.value.style.chart.layout.labels.dataLabels.showValue ? (A(), c("text", {
|
|
48740
48740
|
key: 2,
|
|
48741
48741
|
class: Ie({ animated: n.value.useCssAnimation }),
|
|
48742
|
-
"text-anchor": se(
|
|
48743
|
-
x: se(
|
|
48742
|
+
"text-anchor": se(Et)(U, !0).anchor,
|
|
48743
|
+
x: se(Et)(U, !1, n.value.style.chart.layout.labels.dataLabels.offsetX).x,
|
|
48744
48744
|
y: se(_l)(U, n.value.style.chart.layout.labels.dataLabels.offsetY, n.value.style.chart.layout.labels.dataLabels.offsetY),
|
|
48745
48745
|
fill: n.value.style.chart.layout.labels.dataLabels.useSerieColor ? U.color : n.value.style.chart.layout.labels.dataLabels.color,
|
|
48746
48746
|
"font-size": n.value.style.chart.layout.labels.dataLabels.fontSize,
|
|
@@ -48871,7 +48871,7 @@ const Ed = (e) => (Do("data-v-9e42f916"), e = e(), To(), e), QW = ["id"], EW = [
|
|
|
48871
48871
|
}, 8, ["config"])) : S("", !0)
|
|
48872
48872
|
], 14, QW));
|
|
48873
48873
|
}
|
|
48874
|
-
}, oK = /* @__PURE__ */
|
|
48874
|
+
}, oK = /* @__PURE__ */ Mt(lK, [["__scopeId", "data-v-9e42f916"]]), aK = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
48875
48875
|
__proto__: null,
|
|
48876
48876
|
default: oK
|
|
48877
48877
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -49055,56 +49055,56 @@ const rK = ["xmlns", "viewBox"], nK = ["id"], sK = ["stop-color"], iK = ["stop-c
|
|
|
49055
49055
|
],
|
|
49056
49056
|
setup(e, { expose: t, emit: a }) {
|
|
49057
49057
|
const r = e, { component: o, dataset: l, config: s } = ig(r), i = {
|
|
49058
|
-
VueUi3dBar:
|
|
49059
|
-
VueUiAgePyramid:
|
|
49060
|
-
VueUiAnnotator:
|
|
49061
|
-
VueUiCandlestick:
|
|
49062
|
-
VueUiChestnut:
|
|
49063
|
-
VueUiDashboard:
|
|
49064
|
-
VueUiDigits:
|
|
49065
|
-
VueUiDonut:
|
|
49066
|
-
VueUiDonutEvolution:
|
|
49067
|
-
VueUiGalaxy:
|
|
49068
|
-
VueUiGauge:
|
|
49069
|
-
VueUiHeatmap:
|
|
49070
|
-
VueUiKpi:
|
|
49071
|
-
VueUiMiniLoader:
|
|
49072
|
-
VueUiMolecule:
|
|
49073
|
-
VueUiMoodRadar:
|
|
49074
|
-
VueUiNestedDonuts:
|
|
49075
|
-
VueUiOnion:
|
|
49076
|
-
VueUiQuadrant:
|
|
49077
|
-
VueUiRadar:
|
|
49078
|
-
VueUiRating:
|
|
49079
|
-
VueUiRelationCircle:
|
|
49080
|
-
VueUiRings:
|
|
49081
|
-
VueUiScatter:
|
|
49082
|
-
VueUiScreenshot:
|
|
49083
|
-
VueUiSkeleton:
|
|
49084
|
-
VueUiSmiley:
|
|
49085
|
-
VueUiSparkbar:
|
|
49086
|
-
VueUiSparkgauge:
|
|
49087
|
-
VueUiSparkHistogram:
|
|
49088
|
-
VueUiSparkline:
|
|
49089
|
-
VueUiSparkStackbar:
|
|
49090
|
-
VueUiTable:
|
|
49091
|
-
VueUiTableSparkline:
|
|
49092
|
-
VueUiThermometer:
|
|
49093
|
-
VueUiTiremarks:
|
|
49094
|
-
VueUiTreemap:
|
|
49095
|
-
VueUiVerticalBar:
|
|
49096
|
-
VueUiWaffle:
|
|
49097
|
-
VueUiWheel:
|
|
49098
|
-
VueUiXy:
|
|
49099
|
-
VueUiTableHeatmap:
|
|
49100
|
-
VueUiAccordion:
|
|
49101
|
-
VueUiQuickChart:
|
|
49102
|
-
VueUiCursor:
|
|
49103
|
-
VueUiSparkTrend:
|
|
49104
|
-
VueUiStripPlot:
|
|
49105
|
-
VueUiDumbbell:
|
|
49106
|
-
VueUiWordCloud:
|
|
49107
|
-
VueUiXyCanvas:
|
|
49058
|
+
VueUi3dBar: $t(() => Promise.resolve().then(() => NV)),
|
|
49059
|
+
VueUiAgePyramid: $t(() => Promise.resolve().then(() => yI)),
|
|
49060
|
+
VueUiAnnotator: $t(() => Promise.resolve().then(() => cD)),
|
|
49061
|
+
VueUiCandlestick: $t(() => Promise.resolve().then(() => zE)),
|
|
49062
|
+
VueUiChestnut: $t(() => Promise.resolve().then(() => sU)),
|
|
49063
|
+
VueUiDashboard: $t(() => Promise.resolve().then(() => EI)),
|
|
49064
|
+
VueUiDigits: $t(() => Promise.resolve().then(() => qV)),
|
|
49065
|
+
VueUiDonut: $t(() => Promise.resolve().then(() => kS)),
|
|
49066
|
+
VueUiDonutEvolution: $t(() => Promise.resolve().then(() => oO)),
|
|
49067
|
+
VueUiGalaxy: $t(() => Promise.resolve().then(() => UK)),
|
|
49068
|
+
VueUiGauge: $t(() => Promise.resolve().then(() => t$)),
|
|
49069
|
+
VueUiHeatmap: $t(() => Promise.resolve().then(() => AQ)),
|
|
49070
|
+
VueUiKpi: $t(() => Promise.resolve().then(() => QK)),
|
|
49071
|
+
VueUiMiniLoader: $t(() => Promise.resolve().then(() => MW)),
|
|
49072
|
+
VueUiMolecule: $t(() => Promise.resolve().then(() => fW)),
|
|
49073
|
+
VueUiMoodRadar: $t(() => Promise.resolve().then(() => MO)),
|
|
49074
|
+
VueUiNestedDonuts: $t(() => Promise.resolve().then(() => aK)),
|
|
49075
|
+
VueUiOnion: $t(() => Promise.resolve().then(() => xU)),
|
|
49076
|
+
VueUiQuadrant: $t(() => Promise.resolve().then(() => F9)),
|
|
49077
|
+
VueUiRadar: $t(() => Promise.resolve().then(() => BL)),
|
|
49078
|
+
VueUiRating: $t(() => Promise.resolve().then(() => _M)),
|
|
49079
|
+
VueUiRelationCircle: $t(() => Promise.resolve().then(() => vH)),
|
|
49080
|
+
VueUiRings: $t(() => Promise.resolve().then(() => DP)),
|
|
49081
|
+
VueUiScatter: $t(() => Promise.resolve().then(() => iE)),
|
|
49082
|
+
VueUiScreenshot: $t(() => Promise.resolve().then(() => sM)),
|
|
49083
|
+
VueUiSkeleton: $t(() => Promise.resolve().then(() => m4)),
|
|
49084
|
+
VueUiSmiley: $t(() => Promise.resolve().then(() => oH)),
|
|
49085
|
+
VueUiSparkbar: $t(() => Promise.resolve().then(() => aL)),
|
|
49086
|
+
VueUiSparkgauge: $t(() => Promise.resolve().then(() => hK)),
|
|
49087
|
+
VueUiSparkHistogram: $t(() => Promise.resolve().then(() => CP)),
|
|
49088
|
+
VueUiSparkline: $t(() => Promise.resolve().then(() => V4)),
|
|
49089
|
+
VueUiSparkStackbar: $t(() => Promise.resolve().then(() => oP)),
|
|
49090
|
+
VueUiTable: $t(() => Promise.resolve().then(() => H8)),
|
|
49091
|
+
VueUiTableSparkline: $t(() => Promise.resolve().then(() => o_)),
|
|
49092
|
+
VueUiThermometer: $t(() => Promise.resolve().then(() => PH)),
|
|
49093
|
+
VueUiTiremarks: $t(() => Promise.resolve().then(() => tz)),
|
|
49094
|
+
VueUiTreemap: $t(() => Promise.resolve().then(() => rj)),
|
|
49095
|
+
VueUiVerticalBar: $t(() => Promise.resolve().then(() => rM)),
|
|
49096
|
+
VueUiWaffle: $t(() => Promise.resolve().then(() => XS)),
|
|
49097
|
+
VueUiWheel: $t(() => Promise.resolve().then(() => WP)),
|
|
49098
|
+
VueUiXy: $t(() => Promise.resolve().then(() => h6)),
|
|
49099
|
+
VueUiTableHeatmap: $t(() => Promise.resolve().then(() => yj)),
|
|
49100
|
+
VueUiAccordion: $t(() => Promise.resolve().then(() => v_)),
|
|
49101
|
+
VueUiQuickChart: $t(() => Promise.resolve().then(() => WG)),
|
|
49102
|
+
VueUiCursor: $t(() => Promise.resolve().then(() => pX)),
|
|
49103
|
+
VueUiSparkTrend: $t(() => Promise.resolve().then(() => NX)),
|
|
49104
|
+
VueUiStripPlot: $t(() => Promise.resolve().then(() => iq)),
|
|
49105
|
+
VueUiDumbbell: $t(() => Promise.resolve().then(() => qq)),
|
|
49106
|
+
VueUiWordCloud: $t(() => Promise.resolve().then(() => aY)),
|
|
49107
|
+
VueUiXyCanvas: $t(() => Promise.resolve().then(() => hY))
|
|
49108
49108
|
}, u = {
|
|
49109
49109
|
VueUi3dBar: ["config", "dataset"],
|
|
49110
49110
|
VueUiAgePyramid: ["config", "dataset"],
|
|
@@ -49306,7 +49306,7 @@ const gK = ["id"], yK = ["xmlns", "viewBox"], pK = ["id"], bK = ["stdDeviation"]
|
|
|
49306
49306
|
}
|
|
49307
49307
|
const Y = le(() => r.dataset.map((G, I) => ({
|
|
49308
49308
|
name: G.name,
|
|
49309
|
-
color:
|
|
49309
|
+
color: Bt(G.color) || n.value[I] || Oe[I] || Oe[I % Oe.length],
|
|
49310
49310
|
value: G.values ? G.values.reduce((M, K) => M + K, 0) : 0,
|
|
49311
49311
|
absoluteValues: G.values || [0],
|
|
49312
49312
|
id: xt(),
|
|
@@ -49680,7 +49680,7 @@ const gK = ["id"], yK = ["xmlns", "viewBox"], pK = ["id"], bK = ["stdDeviation"]
|
|
|
49680
49680
|
}, 8, ["config"])) : S("", !0)
|
|
49681
49681
|
], 14, gK));
|
|
49682
49682
|
}
|
|
49683
|
-
}, $K = /* @__PURE__ */
|
|
49683
|
+
}, $K = /* @__PURE__ */ Mt(LK, [["__scopeId", "data-v-83213feb"]]), UK = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
49684
49684
|
__proto__: null,
|
|
49685
49685
|
default: $K
|
|
49686
49686
|
}, Symbol.toStringTag, { value: "Module" })), MK = {
|
|
@@ -49948,7 +49948,7 @@ const OK = (e) => (Do("data-v-b953b904"), e = e(), To(), e), RK = ["id"], VK = [
|
|
|
49948
49948
|
}));
|
|
49949
49949
|
function V(te) {
|
|
49950
49950
|
te.forEach((U, Q) => {
|
|
49951
|
-
U.id = xt(), U.color =
|
|
49951
|
+
U.id = xt(), U.color = Bt(U.color) || k.value[Q] || Oe[Q] || Oe[Q % Oe.length], U.children && (U.children.forEach((_) => {
|
|
49952
49952
|
_.parentId = U.id, _.color = U.color;
|
|
49953
49953
|
}), V(U.children));
|
|
49954
49954
|
});
|
|
@@ -49959,7 +49959,7 @@ const OK = (e) => (Do("data-v-b953b904"), e = e(), To(), e), RK = ["id"], VK = [
|
|
|
49959
49959
|
});
|
|
49960
49960
|
const oe = P(Y.value), O = le(() => oe.value.map((te, U) => ({
|
|
49961
49961
|
...te,
|
|
49962
|
-
color:
|
|
49962
|
+
color: Bt(te.color) || k.value[U] || Oe[U] || Oe[U % Oe.length]
|
|
49963
49963
|
})).filter((te) => !h.value.includes(te.id))), z = le(() => Y.value.filter((te) => !h.value.includes(te.id)).map((te) => te.value || 0).reduce((te, U) => te + U, 0)), W = le({
|
|
49964
49964
|
get() {
|
|
49965
49965
|
let te = [...O.value];
|
|
@@ -49980,7 +49980,7 @@ const OK = (e) => (Do("data-v-b953b904"), e = e(), To(), e), RK = ["id"], VK = [
|
|
|
49980
49980
|
}
|
|
49981
49981
|
function ee(te, U, Q, _) {
|
|
49982
49982
|
return te.map((de, ne) => {
|
|
49983
|
-
const _e = N(
|
|
49983
|
+
const _e = N(Bt(U) || k.value[ne] || Oe[ne] || Oe[ne % Oe.length], de, _), Ue = be(de, _);
|
|
49984
49984
|
return {
|
|
49985
49985
|
...de,
|
|
49986
49986
|
color: _e,
|
|
@@ -50067,7 +50067,7 @@ const OK = (e) => (Do("data-v-b953b904"), e = e(), To(), e), RK = ["id"], VK = [
|
|
|
50067
50067
|
}
|
|
50068
50068
|
const M = P(null), K = le(() => Y.value.map((te, U) => ({
|
|
50069
50069
|
...te,
|
|
50070
|
-
color:
|
|
50070
|
+
color: Bt(te.color) || k.value[U] || Oe[U] || Oe[U % Oe.length],
|
|
50071
50071
|
shape: "square"
|
|
50072
50072
|
})).sort((te, U) => U.value - te.value).map((te, U) => ({
|
|
50073
50073
|
...te,
|
|
@@ -50392,7 +50392,7 @@ const OK = (e) => (Do("data-v-b953b904"), e = e(), To(), e), RK = ["id"], VK = [
|
|
|
50392
50392
|
}, 8, ["config"])) : S("", !0)
|
|
50393
50393
|
], 14, RK));
|
|
50394
50394
|
}
|
|
50395
|
-
}, aj = /* @__PURE__ */
|
|
50395
|
+
}, aj = /* @__PURE__ */ Mt(oj, [["__scopeId", "data-v-b953b904"]]), rj = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
50396
50396
|
__proto__: null,
|
|
50397
50397
|
default: aj
|
|
50398
50398
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -50615,7 +50615,7 @@ const nj = ["id"], sj = { role: "cell" }, ij = { role: "row" }, Aj = ["data-cell
|
|
|
50615
50615
|
], 4)
|
|
50616
50616
|
], 14, nj));
|
|
50617
50617
|
}
|
|
50618
|
-
}, gj = /* @__PURE__ */
|
|
50618
|
+
}, gj = /* @__PURE__ */ Mt(vj, [["__scopeId", "data-v-5866a35d"]]), yj = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
50619
50619
|
__proto__: null,
|
|
50620
50620
|
default: gj
|
|
50621
50621
|
}, Symbol.toStringTag, { value: "Module" })), kl = {
|
|
@@ -50870,7 +50870,7 @@ const w1 = (e) => (Do("data-v-9a981126"), e = e(), To(), e), kj = ["id"], Bj = [
|
|
|
50870
50870
|
id: `donut_${te}`
|
|
50871
50871
|
})).map((H, te) => ({
|
|
50872
50872
|
...H,
|
|
50873
|
-
color: H.COLOR ?
|
|
50873
|
+
color: H.COLOR ? Bt(H.COLOR) : k.value[te + n.value.paletteStartIndex] || Oe[te + n.value.paletteStartIndex] || Oe[(te + n.value.paletteStartIndex) % Oe.length],
|
|
50874
50874
|
immutableValue: H.value
|
|
50875
50875
|
}));
|
|
50876
50876
|
function K(H, te) {
|
|
@@ -50980,7 +50980,7 @@ const w1 = (e) => (Do("data-v-9a981126"), e = e(), To(), e), kj = ["id"], Bj = [
|
|
|
50980
50980
|
id: `line_${_}`
|
|
50981
50981
|
})).map((Q, _) => ({
|
|
50982
50982
|
...Q,
|
|
50983
|
-
color: Q.COLOR ?
|
|
50983
|
+
color: Q.COLOR ? Bt(Q.COLOR) : k.value[_ + n.value.paletteStartIndex] || Oe[_ + n.value.paletteStartIndex] || Oe[(_ + n.value.paletteStartIndex) % Oe.length],
|
|
50984
50984
|
values: Q.values.slice(he.value.start, he.value.end),
|
|
50985
50985
|
absoluteIndices: Q.values.map((de, ne) => ne).slice(he.value.start, he.value.end)
|
|
50986
50986
|
})));
|
|
@@ -51092,7 +51092,7 @@ const w1 = (e) => (Do("data-v-9a981126"), e = e(), To(), e), kj = ["id"], Bj = [
|
|
|
51092
51092
|
id: `bar_${de}`
|
|
51093
51093
|
})).map((_, de) => ({
|
|
51094
51094
|
..._,
|
|
51095
|
-
color: _.COLOR ?
|
|
51095
|
+
color: _.COLOR ? Bt(_.COLOR) : k.value[de + n.value.paletteStartIndex] || Oe[de + n.value.paletteStartIndex] || Oe[(de + n.value.paletteStartIndex) % Oe.length],
|
|
51096
51096
|
values: _.values.slice(he.value.start, he.value.end),
|
|
51097
51097
|
absoluteIndices: _.values.map((ne, _e) => _e).slice(he.value.start, he.value.end)
|
|
51098
51098
|
})));
|
|
@@ -51311,7 +51311,7 @@ const w1 = (e) => (Do("data-v-9a981126"), e = e(), To(), e), kj = ["id"], Bj = [
|
|
|
51311
51311
|
(A(!0), c(ve, null, Fe(me.value.chart, (D, pe) => (A(), c(ve, null, [
|
|
51312
51312
|
me.value.isArcBigEnough(D) ? (A(), c("circle", {
|
|
51313
51313
|
key: 0,
|
|
51314
|
-
cx: se(
|
|
51314
|
+
cx: se(Et)(D).x,
|
|
51315
51315
|
cy: se(_l)(D) - 3.7,
|
|
51316
51316
|
fill: D.color,
|
|
51317
51317
|
r: 3,
|
|
@@ -51319,8 +51319,8 @@ const w1 = (e) => (Do("data-v-9a981126"), e = e(), To(), e), kj = ["id"], Bj = [
|
|
|
51319
51319
|
}, null, 8, Nj)) : S("", !0),
|
|
51320
51320
|
me.value.isArcBigEnough(D) ? (A(), c("text", {
|
|
51321
51321
|
key: 1,
|
|
51322
|
-
"text-anchor": se(
|
|
51323
|
-
x: se(
|
|
51322
|
+
"text-anchor": se(Et)(D, !0, 20).anchor,
|
|
51323
|
+
x: se(Et)(D, !0).x,
|
|
51324
51324
|
y: se(_l)(D),
|
|
51325
51325
|
fill: n.value.color,
|
|
51326
51326
|
"font-size": n.value.dataLabelFontSize,
|
|
@@ -51333,8 +51333,8 @@ const w1 = (e) => (Do("data-v-9a981126"), e = e(), To(), e), kj = ["id"], Bj = [
|
|
|
51333
51333
|
})) + ") ", 9, Dj)) : S("", !0),
|
|
51334
51334
|
me.value.isArcBigEnough(D, !0, 20) ? (A(), c("text", {
|
|
51335
51335
|
key: 2,
|
|
51336
|
-
"text-anchor": se(
|
|
51337
|
-
x: se(
|
|
51336
|
+
"text-anchor": se(Et)(D).anchor,
|
|
51337
|
+
x: se(Et)(D, !0).x,
|
|
51338
51338
|
y: se(_l)(D) + n.value.dataLabelFontSize,
|
|
51339
51339
|
fill: n.value.color,
|
|
51340
51340
|
"font-size": n.value.dataLabelFontSize,
|
|
@@ -51849,7 +51849,7 @@ const w1 = (e) => (Do("data-v-9a981126"), e = e(), To(), e), kj = ["id"], Bj = [
|
|
|
51849
51849
|
OG
|
|
51850
51850
|
]));
|
|
51851
51851
|
}
|
|
51852
|
-
}, VG = /* @__PURE__ */
|
|
51852
|
+
}, VG = /* @__PURE__ */ Mt(RG, [["__scopeId", "data-v-9a981126"]]), WG = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
51853
51853
|
__proto__: null,
|
|
51854
51854
|
default: VG
|
|
51855
51855
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -52074,7 +52074,7 @@ const C1 = (e) => (Do("data-v-c7b54730"), e = e(), To(), e), KG = ["xmlns", "hei
|
|
|
52074
52074
|
])) : S("", !0)
|
|
52075
52075
|
], 12, KG)) : S("", !0);
|
|
52076
52076
|
}
|
|
52077
|
-
}, yX = /* @__PURE__ */
|
|
52077
|
+
}, yX = /* @__PURE__ */ Mt(gX, [["__scopeId", "data-v-c7b54730"]]), pX = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
52078
52078
|
__proto__: null,
|
|
52079
52079
|
default: yX
|
|
52080
52080
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -52314,7 +52314,7 @@ const bX = ["id"], mX = ["xmlns", "viewBox"], wX = ["id"], CX = ["stop-color"],
|
|
|
52314
52314
|
}, null, 8, ["config"]))
|
|
52315
52315
|
], 12, bX));
|
|
52316
52316
|
}
|
|
52317
|
-
}, IX = /* @__PURE__ */
|
|
52317
|
+
}, IX = /* @__PURE__ */ Mt(EX, [["__scopeId", "data-v-d9c98df4"]]), NX = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
52318
52318
|
__proto__: null,
|
|
52319
52319
|
default: IX
|
|
52320
52320
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -52408,11 +52408,11 @@ const DX = ["id"], TX = ["xmlns", "viewBox"], HX = { key: 0 }, PX = { key: 0 },
|
|
|
52408
52408
|
return {
|
|
52409
52409
|
...$,
|
|
52410
52410
|
id: I,
|
|
52411
|
-
color: $.color ?
|
|
52411
|
+
color: $.color ? Bt($.color) : h.value[G] || Oe[G] || Oe[G % Oe.length],
|
|
52412
52412
|
plots: $.plots.map((M) => ({
|
|
52413
52413
|
...M,
|
|
52414
52414
|
parentId: I,
|
|
52415
|
-
color: $.color ?
|
|
52415
|
+
color: $.color ? Bt($.color) : h.value[G] || Oe[G] || Oe[G % Oe.length],
|
|
52416
52416
|
id: xt()
|
|
52417
52417
|
})).sort((M, K) => M.value - K.value)
|
|
52418
52418
|
};
|
|
@@ -52849,7 +52849,7 @@ const DX = ["id"], TX = ["xmlns", "viewBox"], HX = { key: 0 }, PX = { key: 0 },
|
|
|
52849
52849
|
}, 8, ["config"])) : S("", !0)
|
|
52850
52850
|
], 14, DX));
|
|
52851
52851
|
}
|
|
52852
|
-
}, sq = /* @__PURE__ */
|
|
52852
|
+
}, sq = /* @__PURE__ */ Mt(nq, [["__scopeId", "data-v-15636fd4"]]), iq = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
52853
52853
|
__proto__: null,
|
|
52854
52854
|
default: sq
|
|
52855
52855
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -53430,7 +53430,7 @@ const Aq = ["id"], uq = ["xmlns", "viewBox"], cq = { key: 0 }, dq = ["x1", "x2",
|
|
|
53430
53430
|
}, 8, ["config"])) : S("", !0)
|
|
53431
53431
|
], 14, Aq));
|
|
53432
53432
|
}
|
|
53433
|
-
}, Xq = /* @__PURE__ */
|
|
53433
|
+
}, Xq = /* @__PURE__ */ Mt(Gq, [["__scopeId", "data-v-5c77b1f6"]]), qq = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
53434
53434
|
__proto__: null,
|
|
53435
53435
|
default: Xq
|
|
53436
53436
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -53737,7 +53737,7 @@ const Yq = ["id"], Jq = ["xmlns", "viewBox"], Zq = ["transform"], eY = ["fill",
|
|
|
53737
53737
|
}, 8, ["config"])) : S("", !0)
|
|
53738
53738
|
], 12, Yq));
|
|
53739
53739
|
}
|
|
53740
|
-
}, oY = /* @__PURE__ */
|
|
53740
|
+
}, oY = /* @__PURE__ */ Mt(lY, [["__scopeId", "data-v-d010b4db"]]), aY = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
53741
53741
|
__proto__: null,
|
|
53742
53742
|
default: oY
|
|
53743
53743
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -53951,9 +53951,9 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
53951
53951
|
function me(Le, ze) {
|
|
53952
53952
|
return Le / ze;
|
|
53953
53953
|
}
|
|
53954
|
-
function he({ series: Le, min: ze, max:
|
|
53955
|
-
return Le.map((
|
|
53956
|
-
const zt =
|
|
53954
|
+
function he({ series: Le, min: ze, max: We, scale: kt, stackIndex: pt = null }) {
|
|
53955
|
+
return Le.map((It, Dt) => {
|
|
53956
|
+
const zt = kt.min < 0 ? Math.abs(kt.min) : 0, vo = me(It + zt, zt + kt.max);
|
|
53957
53957
|
let cl = 0;
|
|
53958
53958
|
if (pt === null)
|
|
53959
53959
|
cl = R.value.bottom - R.value.height * vo;
|
|
@@ -53964,26 +53964,26 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
53964
53964
|
return {
|
|
53965
53965
|
x: R.value.left + R.value.slot * Dt + R.value.slot / 2,
|
|
53966
53966
|
y: cl,
|
|
53967
|
-
value:
|
|
53967
|
+
value: It
|
|
53968
53968
|
};
|
|
53969
53969
|
});
|
|
53970
53970
|
}
|
|
53971
53971
|
const re = le(() => {
|
|
53972
|
-
const Le = Math.min(...r.dataset.filter((Dt, zt) => !h.value.includes(zt)).flatMap((Dt) => Dt.series.slice(T.value.start, T.value.end))), ze = Math.max(...r.dataset.filter((Dt, zt) => !h.value.includes(zt)).flatMap((Dt) => Dt.series.slice(T.value.start, T.value.end))),
|
|
53973
|
-
y: R.value.bottom - R.value.height * ((Dt +
|
|
53972
|
+
const Le = Math.min(...r.dataset.filter((Dt, zt) => !h.value.includes(zt)).flatMap((Dt) => Dt.series.slice(T.value.start, T.value.end))), ze = Math.max(...r.dataset.filter((Dt, zt) => !h.value.includes(zt)).flatMap((Dt) => Dt.series.slice(T.value.start, T.value.end))), We = Ra(Le < 0 ? Le : 0, ze === Le ? Le + 1 < 0 ? 0 : Le + 1 : ze < 0 ? 0 : ze, W.value.style.chart.scale.ticks), kt = We.min < 0 ? Math.abs(We.min) : 0, pt = R.value.bottom - R.value.height * (kt / (We.max + kt)), It = We.ticks.map((Dt) => ({
|
|
53973
|
+
y: R.value.bottom - R.value.height * ((Dt + kt) / (We.max + kt)),
|
|
53974
53974
|
x: R.value.left - 8,
|
|
53975
53975
|
value: Dt
|
|
53976
53976
|
}));
|
|
53977
53977
|
return {
|
|
53978
|
-
absoluteMin:
|
|
53978
|
+
absoluteMin: kt,
|
|
53979
53979
|
max: ze,
|
|
53980
53980
|
min: Le,
|
|
53981
|
-
scale:
|
|
53982
|
-
yLabels:
|
|
53981
|
+
scale: We,
|
|
53982
|
+
yLabels: It,
|
|
53983
53983
|
zero: pt
|
|
53984
53984
|
};
|
|
53985
53985
|
}), E = le(() => j.value.map((Le) => `
|
|
53986
|
-
<div>
|
|
53986
|
+
<div style="display:flex;flex-direction:row;gap:6px;align-items:center;">
|
|
53987
53987
|
<svg viewBox="0 0 10 10" height="12" width="12">
|
|
53988
53988
|
<circle cx="5" cy="5" r="5" fill="${Le.color}"/>
|
|
53989
53989
|
</svg>
|
|
@@ -53996,30 +53996,30 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
53996
53996
|
})}</span>
|
|
53997
53997
|
</div>
|
|
53998
53998
|
`)), j = le(() => {
|
|
53999
|
-
const Le = R.value.height / r.dataset.filter((ze,
|
|
54000
|
-
return r.dataset.map((ze,
|
|
53999
|
+
const Le = R.value.height / r.dataset.filter((ze, We) => !h.value.includes(We)).length;
|
|
54000
|
+
return r.dataset.map((ze, We) => ({
|
|
54001
54001
|
...ze,
|
|
54002
54002
|
series: ze.series.slice(T.value.start, T.value.end),
|
|
54003
|
-
absoluteIndex:
|
|
54004
|
-
})).filter((ze,
|
|
54005
|
-
const
|
|
54006
|
-
y: R.value.bottom - Le *
|
|
54003
|
+
absoluteIndex: We
|
|
54004
|
+
})).filter((ze, We) => !h.value.includes(We)).map((ze, We) => {
|
|
54005
|
+
const kt = Math.min(...ze.series), pt = Math.max(...ze.series), It = Ra(kt < 0 ? kt : 0, pt === kt ? kt + 1 < 0 ? 0 : kt + 1 : pt < 0 ? 0 : pt, ze.scaleSteps || W.value.style.chart.scale.ticks), Dt = It.min < 0 ? Math.abs(It.min) : 0, zt = R.value.bottom - Le * We - Le * q.value * (Dt / (It.max + Dt)), vo = It.ticks.map((so) => ({
|
|
54006
|
+
y: R.value.bottom - Le * We - Le * q.value * ((so + Dt) / (It.max + Dt)),
|
|
54007
54007
|
x: R.value.left - 8,
|
|
54008
54008
|
value: so
|
|
54009
54009
|
})), cl = he({
|
|
54010
54010
|
series: ze.series,
|
|
54011
|
-
min: be.value.stacked ?
|
|
54011
|
+
min: be.value.stacked ? kt : re.value.min,
|
|
54012
54012
|
max: be.value.stacked ? pt : re.value.max,
|
|
54013
|
-
scale: be.value.stacked ?
|
|
54014
|
-
stackIndex: be.value.stacked ?
|
|
54013
|
+
scale: be.value.stacked ? It : re.value.scale,
|
|
54014
|
+
stackIndex: be.value.stacked ? We : null
|
|
54015
54015
|
});
|
|
54016
54016
|
return {
|
|
54017
54017
|
...ze,
|
|
54018
|
-
color:
|
|
54018
|
+
color: Bt(ze.color || ee.value[ze.absoluteIndex] || Oe[ze.absoluteIndex] || Oe[ze.absoluteIndex % Oe.length]),
|
|
54019
54019
|
coordinatesLine: cl,
|
|
54020
|
-
min:
|
|
54020
|
+
min: kt,
|
|
54021
54021
|
max: pt,
|
|
54022
|
-
localScale:
|
|
54022
|
+
localScale: It,
|
|
54023
54023
|
localZero: zt,
|
|
54024
54024
|
localMin: Dt,
|
|
54025
54025
|
localYLabels: vo
|
|
@@ -54042,19 +54042,19 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54042
54042
|
}
|
|
54043
54043
|
function M() {
|
|
54044
54044
|
if (u.value.fillStyle = W.value.style.chart.backgroundColor, u.value.fillRect(0, 0, R.value.canvasWidth, R.value.canvasHeight), be.value.stacked) {
|
|
54045
|
-
const Le = R.value.height / r.dataset.filter((ze,
|
|
54046
|
-
W.value.style.chart.grid.y.verticalLines.show && T.value.end - T.value.start < W.value.style.chart.grid.y.verticalLines.hideUnderXLength && j.value.forEach((ze,
|
|
54047
|
-
for (let
|
|
54045
|
+
const Le = R.value.height / r.dataset.filter((ze, We) => !h.value.includes(We)).length;
|
|
54046
|
+
W.value.style.chart.grid.y.verticalLines.show && T.value.end - T.value.start < W.value.style.chart.grid.y.verticalLines.hideUnderXLength && j.value.forEach((ze, We) => {
|
|
54047
|
+
for (let kt = 0; kt < T.value.end - T.value.start + 1; kt += 1)
|
|
54048
54048
|
Wo(
|
|
54049
54049
|
u.value,
|
|
54050
54050
|
[
|
|
54051
54051
|
{
|
|
54052
|
-
x: R.value.left + R.value.slot *
|
|
54053
|
-
y: R.value.bottom - Le *
|
|
54052
|
+
x: R.value.left + R.value.slot * kt,
|
|
54053
|
+
y: R.value.bottom - Le * We - Le * q.value
|
|
54054
54054
|
},
|
|
54055
54055
|
{
|
|
54056
|
-
x: R.value.left + R.value.slot *
|
|
54057
|
-
y: R.value.bottom - Le *
|
|
54056
|
+
x: R.value.left + R.value.slot * kt,
|
|
54057
|
+
y: R.value.bottom - Le * We
|
|
54058
54058
|
}
|
|
54059
54059
|
],
|
|
54060
54060
|
{
|
|
@@ -54062,28 +54062,28 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54062
54062
|
}
|
|
54063
54063
|
);
|
|
54064
54064
|
}), W.value.style.chart.grid.x.horizontalLines.show && (W.value.style.chart.grid.x.horizontalLines.alternate ? j.value.forEach((ze) => {
|
|
54065
|
-
ze.localYLabels.forEach((
|
|
54066
|
-
|
|
54065
|
+
ze.localYLabels.forEach((We, kt) => {
|
|
54066
|
+
kt < ze.localYLabels.length - 1 && Dc(
|
|
54067
54067
|
u.value,
|
|
54068
54068
|
[
|
|
54069
|
-
{ x: R.value.left, y:
|
|
54070
|
-
{ x: R.value.right, y:
|
|
54071
|
-
{ x: R.value.right, y: ze.localYLabels[
|
|
54072
|
-
{ x: R.value.left, y: ze.localYLabels[
|
|
54069
|
+
{ x: R.value.left, y: We.y },
|
|
54070
|
+
{ x: R.value.right, y: We.y },
|
|
54071
|
+
{ x: R.value.right, y: ze.localYLabels[kt + 1].y },
|
|
54072
|
+
{ x: R.value.left, y: ze.localYLabels[kt + 1].y }
|
|
54073
54073
|
],
|
|
54074
54074
|
{
|
|
54075
|
-
fillColor:
|
|
54075
|
+
fillColor: kt % 2 === 0 ? "transparent" : W.value.style.chart.grid.x.horizontalLines.color + st[W.value.style.chart.grid.x.horizontalLines.opacity],
|
|
54076
54076
|
strokeColor: "transparent"
|
|
54077
54077
|
}
|
|
54078
54078
|
);
|
|
54079
54079
|
});
|
|
54080
54080
|
}) : j.value.forEach((ze) => {
|
|
54081
|
-
ze.localYLabels.slice(T.value.start, T.value.end).forEach((
|
|
54081
|
+
ze.localYLabels.slice(T.value.start, T.value.end).forEach((We) => {
|
|
54082
54082
|
Wo(
|
|
54083
54083
|
u.value,
|
|
54084
54084
|
[
|
|
54085
|
-
{ x: R.value.left, y:
|
|
54086
|
-
{ x: R.value.right, y:
|
|
54085
|
+
{ x: R.value.left, y: We.y },
|
|
54086
|
+
{ x: R.value.right, y: We.y }
|
|
54087
54087
|
],
|
|
54088
54088
|
{
|
|
54089
54089
|
color: W.value.style.chart.grid.x.horizontalLines.color
|
|
@@ -54102,27 +54102,27 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54102
54102
|
lineDash: W.value.style.chart.grid.zeroLine.dashed ? [10, 10] : [0, 0]
|
|
54103
54103
|
}
|
|
54104
54104
|
);
|
|
54105
|
-
}), W.value.style.chart.grid.y.axisLabels.show && j.value.forEach((ze,
|
|
54105
|
+
}), W.value.style.chart.grid.y.axisLabels.show && j.value.forEach((ze, We) => {
|
|
54106
54106
|
Wo(
|
|
54107
54107
|
u.value,
|
|
54108
54108
|
[
|
|
54109
|
-
{ x: R.value.left, y: R.value.bottom - Le *
|
|
54110
|
-
{ x: R.value.left, y: R.value.bottom - Le *
|
|
54109
|
+
{ x: R.value.left, y: R.value.bottom - Le * We },
|
|
54110
|
+
{ x: R.value.left, y: R.value.bottom - Le * We - Le * q.value }
|
|
54111
54111
|
],
|
|
54112
54112
|
{
|
|
54113
54113
|
color: ze.color
|
|
54114
54114
|
}
|
|
54115
|
-
), ze.localYLabels.forEach((
|
|
54115
|
+
), ze.localYLabels.forEach((kt) => {
|
|
54116
54116
|
Mr(
|
|
54117
54117
|
u.value,
|
|
54118
54118
|
at({
|
|
54119
54119
|
p: ze.prefix || W.value.style.chart.grid.y.axisLabels.prefix || "",
|
|
54120
|
-
v:
|
|
54120
|
+
v: kt.value,
|
|
54121
54121
|
s: ze.suffix || W.value.style.chart.grid.y.axisLabels.suffix || "",
|
|
54122
54122
|
r: ze.rounding || W.value.style.chart.grid.y.axisLabels.rounding || 0
|
|
54123
54123
|
}),
|
|
54124
|
-
|
|
54125
|
-
|
|
54124
|
+
kt.x + W.value.style.chart.grid.y.axisLabels.offsetX,
|
|
54125
|
+
kt.y,
|
|
54126
54126
|
{
|
|
54127
54127
|
align: "right",
|
|
54128
54128
|
font: `${f.value / 40 * W.value.style.chart.grid.y.axisLabels.fontSizeRatio}px ${W.value.style.fontFamily}`,
|
|
@@ -54130,12 +54130,12 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54130
54130
|
}
|
|
54131
54131
|
);
|
|
54132
54132
|
});
|
|
54133
|
-
}), j.value.forEach((ze,
|
|
54133
|
+
}), j.value.forEach((ze, We) => {
|
|
54134
54134
|
Mr(
|
|
54135
54135
|
u.value,
|
|
54136
54136
|
ze.name,
|
|
54137
54137
|
f.value / 35,
|
|
54138
|
-
R.value.bottom - Le *
|
|
54138
|
+
R.value.bottom - Le * We - Le * q.value / 2,
|
|
54139
54139
|
{
|
|
54140
54140
|
align: "center",
|
|
54141
54141
|
rotation: -90,
|
|
@@ -54304,13 +54304,13 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54304
54304
|
);
|
|
54305
54305
|
}
|
|
54306
54306
|
function ce() {
|
|
54307
|
-
const Le = R.value.height / r.dataset.filter((ze,
|
|
54308
|
-
be.value.stacked ? j.value.forEach((ze,
|
|
54307
|
+
const Le = R.value.height / r.dataset.filter((ze, We) => !h.value.includes(We)).length;
|
|
54308
|
+
be.value.stacked ? j.value.forEach((ze, We) => {
|
|
54309
54309
|
Wo(
|
|
54310
54310
|
u.value,
|
|
54311
54311
|
[
|
|
54312
|
-
{ x: R.value.left + R.value.slot * m.value + R.value.slot / 2, y: R.value.bottom - Le *
|
|
54313
|
-
{ x: R.value.left + R.value.slot * m.value + R.value.slot / 2, y: R.value.bottom - Le *
|
|
54312
|
+
{ x: R.value.left + R.value.slot * m.value + R.value.slot / 2, y: R.value.bottom - Le * We },
|
|
54313
|
+
{ x: R.value.left + R.value.slot * m.value + R.value.slot / 2, y: R.value.bottom - Le * We - Le * q.value }
|
|
54314
54314
|
],
|
|
54315
54315
|
{
|
|
54316
54316
|
color: W.value.style.chart.selector.color,
|
|
@@ -54333,25 +54333,25 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54333
54333
|
}
|
|
54334
54334
|
function we() {
|
|
54335
54335
|
G.value.forEach((Le, ze) => {
|
|
54336
|
-
for (let
|
|
54336
|
+
for (let We = 0; We < Le.coordinatesLine.length; We += 1)
|
|
54337
54337
|
Dc(
|
|
54338
54338
|
u.value,
|
|
54339
54339
|
[
|
|
54340
54340
|
{
|
|
54341
|
-
x: R.value.left + R.value.slot *
|
|
54341
|
+
x: R.value.left + R.value.slot * We + R.value.slot / 10 + (be.value.stacked ? 0 : R.value.slot / G.value.length * ze - (ze === 0 ? 0 : R.value.slot / (5 * G.value.length) * ze)),
|
|
54342
54342
|
y: be.value.stacked ? Le.localZero : re.value.zero
|
|
54343
54343
|
},
|
|
54344
54344
|
{
|
|
54345
|
-
x: R.value.left + R.value.slot *
|
|
54345
|
+
x: R.value.left + R.value.slot * We + R.value.slot / 10 + (be.value.stacked ? 0 : R.value.slot / G.value.length * ze - (ze === 0 ? 0 : R.value.slot / (5 * G.value.length) * ze)) + R.value.slot * 0.8 / (be.value.stacked ? 1 : G.value.length),
|
|
54346
54346
|
y: be.value.stacked ? Le.localZero : re.value.zero
|
|
54347
54347
|
},
|
|
54348
54348
|
{
|
|
54349
|
-
x: R.value.left + R.value.slot *
|
|
54350
|
-
y: Le.coordinatesLine[
|
|
54349
|
+
x: R.value.left + R.value.slot * We + R.value.slot / 10 + (be.value.stacked ? 0 : R.value.slot / G.value.length * ze - (ze === 0 ? 0 : R.value.slot / (5 * G.value.length) * ze)) + R.value.slot * 0.8 / (be.value.stacked ? 1 : G.value.length),
|
|
54350
|
+
y: Le.coordinatesLine[We].y
|
|
54351
54351
|
},
|
|
54352
54352
|
{
|
|
54353
|
-
x: R.value.left + R.value.slot *
|
|
54354
|
-
y: Le.coordinatesLine[
|
|
54353
|
+
x: R.value.left + R.value.slot * We + R.value.slot / 10 + (be.value.stacked ? 0 : R.value.slot / G.value.length * ze - (ze === 0 ? 0 : R.value.slot / (5 * G.value.length) * ze)),
|
|
54354
|
+
y: Le.coordinatesLine[We].y
|
|
54355
54355
|
}
|
|
54356
54356
|
],
|
|
54357
54357
|
{
|
|
@@ -54359,11 +54359,11 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54359
54359
|
gradient: {
|
|
54360
54360
|
type: "linear",
|
|
54361
54361
|
start: {
|
|
54362
|
-
x: Le.coordinatesLine[
|
|
54363
|
-
y: Le.coordinatesLine[
|
|
54362
|
+
x: Le.coordinatesLine[We].x,
|
|
54363
|
+
y: Le.coordinatesLine[We].y
|
|
54364
54364
|
},
|
|
54365
54365
|
end: {
|
|
54366
|
-
x: Le.coordinatesLine[
|
|
54366
|
+
x: Le.coordinatesLine[We].x,
|
|
54367
54367
|
y: be.value.stacked ? Le.localZero : re.value.zero
|
|
54368
54368
|
},
|
|
54369
54369
|
stops: [
|
|
@@ -54376,12 +54376,12 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54376
54376
|
u.value,
|
|
54377
54377
|
at({
|
|
54378
54378
|
p: Le.prefix || "",
|
|
54379
|
-
v: Le.coordinatesLine[
|
|
54379
|
+
v: Le.coordinatesLine[We].value,
|
|
54380
54380
|
s: Le.suffix || "",
|
|
54381
54381
|
r: Le.rounding || 0
|
|
54382
54382
|
}),
|
|
54383
|
-
R.value.left + R.value.slot *
|
|
54384
|
-
(Le.coordinatesLine[
|
|
54383
|
+
R.value.left + R.value.slot * We + R.value.slot / 10 + (be.value.stacked ? 0 : R.value.slot / G.value.length * ze - (ze === 0 ? 0 : R.value.slot / (5 * G.value.length) * ze)) + R.value.slot * 0.4 / (be.value.stacked ? 1 : G.value.length),
|
|
54384
|
+
(Le.coordinatesLine[We].value < 0 ? be.value.stacked ? Le.localZero : re.value.zero : Le.coordinatesLine[We].y) + W.value.style.chart.dataLabels.offsetY,
|
|
54385
54385
|
{
|
|
54386
54386
|
align: "center",
|
|
54387
54387
|
font: `${f.value / 40 * W.value.style.chart.dataLabels.fontSizeRatio}px ${W.value.style.fontFamily}`,
|
|
@@ -54406,13 +54406,13 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54406
54406
|
});
|
|
54407
54407
|
}
|
|
54408
54408
|
function ke() {
|
|
54409
|
-
const Le = R.value.height / r.dataset.filter((ze,
|
|
54410
|
-
j.value.forEach((ze,
|
|
54409
|
+
const Le = R.value.height / r.dataset.filter((ze, We) => !h.value.includes(We)).length;
|
|
54410
|
+
j.value.forEach((ze, We) => {
|
|
54411
54411
|
Wo(
|
|
54412
54412
|
u.value,
|
|
54413
54413
|
[
|
|
54414
|
-
{ x: R.value.left, y: R.value.bottom - Le *
|
|
54415
|
-
{ x: R.value.right, y: R.value.bottom - Le *
|
|
54414
|
+
{ x: R.value.left, y: R.value.bottom - Le * We },
|
|
54415
|
+
{ x: R.value.right, y: R.value.bottom - Le * We }
|
|
54416
54416
|
],
|
|
54417
54417
|
{
|
|
54418
54418
|
color: ze.color,
|
|
@@ -54444,17 +54444,17 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54444
54444
|
x.value = !0, I();
|
|
54445
54445
|
}, ae.value > 200 ? 10 : 1, !x.value);
|
|
54446
54446
|
function te(Le) {
|
|
54447
|
-
const { left: ze } = s.value.getBoundingClientRect(),
|
|
54448
|
-
if (
|
|
54447
|
+
const { left: ze } = s.value.getBoundingClientRect(), We = Le.clientX - ze;
|
|
54448
|
+
if (We * 2 < R.value.left || We * 2 > R.value.right) {
|
|
54449
54449
|
d.value = !1, m.value = null;
|
|
54450
54450
|
return;
|
|
54451
54451
|
}
|
|
54452
|
-
const
|
|
54453
|
-
if (m.value = Math.floor(
|
|
54452
|
+
const kt = We * 2 - R.value.left;
|
|
54453
|
+
if (m.value = Math.floor(kt / R.value.slot), d.value = !0, !x.value)
|
|
54454
54454
|
return;
|
|
54455
54455
|
let pt = "";
|
|
54456
|
-
const
|
|
54457
|
-
ul(
|
|
54456
|
+
const It = W.value.style.chart.tooltip.customFormat;
|
|
54457
|
+
ul(It) && Rl(() => It({
|
|
54458
54458
|
seriesIndex: m.value,
|
|
54459
54459
|
datapoint: j.value.map((Dt) => ({
|
|
54460
54460
|
shape: Dt.shape || null,
|
|
@@ -54465,7 +54465,7 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54465
54465
|
})),
|
|
54466
54466
|
series: j.value,
|
|
54467
54467
|
config: W.value
|
|
54468
|
-
})) ? p.value =
|
|
54468
|
+
})) ? p.value = It({
|
|
54469
54469
|
seriesIndex: m.value,
|
|
54470
54470
|
datapoint: j.value.map((Dt) => ({
|
|
54471
54471
|
shape: Dt.shape || null,
|
|
@@ -54497,8 +54497,8 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54497
54497
|
componentName: "VueUiXyCanvas",
|
|
54498
54498
|
type: "dataset"
|
|
54499
54499
|
}) : s.value && (u.value = s.value.getContext("2d")), new ResizeObserver((ze) => {
|
|
54500
|
-
for (const
|
|
54501
|
-
|
|
54500
|
+
for (const We of ze)
|
|
54501
|
+
We.contentBoxSize && i.value && (k.value = !0, H());
|
|
54502
54502
|
}).observe(i.value);
|
|
54503
54503
|
});
|
|
54504
54504
|
function Q(Le) {
|
|
@@ -54506,7 +54506,7 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54506
54506
|
}
|
|
54507
54507
|
const _ = le(() => r.dataset.map((Le, ze) => ({
|
|
54508
54508
|
name: Le.name,
|
|
54509
|
-
color:
|
|
54509
|
+
color: Bt(Le.color) || ee.value[ze] || Oe[ze] || Oe[ze % Oe.length],
|
|
54510
54510
|
shape: Le.shape || "circle",
|
|
54511
54511
|
prefix: Le.prefix || "",
|
|
54512
54512
|
suffix: Le.suffix || "",
|
|
@@ -54555,10 +54555,10 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54555
54555
|
const Le = [""].concat(j.value.map((pt) => pt.name)).concat(' <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M18 16v2a1 1 0 0 1 -1 1h-11l6 -7l-6 -7h11a1 1 0 0 1 1 1v2" /></svg>');
|
|
54556
54556
|
let ze = [];
|
|
54557
54557
|
for (let pt = 0; pt < ae.value; pt += 1) {
|
|
54558
|
-
const
|
|
54559
|
-
ze.push([W.value.style.chart.grid.y.timeLabels.values.slice(T.value.start, T.value.end)[pt] ??
|
|
54558
|
+
const It = j.value.map((Dt) => Dt.series[pt] ?? 0).reduce((Dt, zt) => Dt + zt, 0);
|
|
54559
|
+
ze.push([W.value.style.chart.grid.y.timeLabels.values.slice(T.value.start, T.value.end)[pt] ?? pt + 1].concat(j.value.map((Dt) => (Dt.series[pt] ?? 0).toFixed(W.value.table.rounding))).concat((It ?? 0).toFixed(W.value.table.rounding)));
|
|
54560
54560
|
}
|
|
54561
|
-
const
|
|
54561
|
+
const We = {
|
|
54562
54562
|
th: {
|
|
54563
54563
|
backgroundColor: W.value.table.th.backgroundColor,
|
|
54564
54564
|
color: W.value.table.th.color,
|
|
@@ -54570,25 +54570,26 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54570
54570
|
outline: W.value.table.td.outline
|
|
54571
54571
|
},
|
|
54572
54572
|
breakpoint: W.value.table.responsiveBreakpoint
|
|
54573
|
-
},
|
|
54574
|
-
return { head: Le, body: ze.slice(0, T.value.end - T.value.start), config:
|
|
54573
|
+
}, kt = [W.value.table.columnNames.period].concat(j.value.map((pt) => pt.name)).concat(W.value.table.columnNames.total);
|
|
54574
|
+
return { head: Le, body: ze.slice(0, T.value.end - T.value.start), config: We, colNames: kt };
|
|
54575
54575
|
}), nt = le(() => {
|
|
54576
54576
|
if (j.value.length === 0)
|
|
54577
54577
|
return { head: [], body: [], config: {}, columnNames: [] };
|
|
54578
|
-
const Le = j.value.map((
|
|
54579
|
-
label:
|
|
54580
|
-
color:
|
|
54581
|
-
type:
|
|
54578
|
+
const Le = j.value.map((We) => ({
|
|
54579
|
+
label: We.name,
|
|
54580
|
+
color: We.color,
|
|
54581
|
+
type: We.type
|
|
54582
54582
|
})), ze = [];
|
|
54583
|
-
|
|
54584
|
-
const
|
|
54585
|
-
j.value.forEach((
|
|
54586
|
-
|
|
54587
|
-
}), ze.push(
|
|
54588
|
-
}
|
|
54583
|
+
for (let We = T.value.start; We < T.value.end; We += 1) {
|
|
54584
|
+
const kt = [W.value.style.chart.grid.y.timeLabels.values[We] || We + 1];
|
|
54585
|
+
j.value.forEach((pt) => {
|
|
54586
|
+
kt.push(Number((pt.series[We] || 0).toFixed(W.value.table.rounding)));
|
|
54587
|
+
}), ze.push(kt);
|
|
54588
|
+
}
|
|
54589
|
+
return { head: Le, body: ze };
|
|
54589
54590
|
});
|
|
54590
54591
|
function it() {
|
|
54591
|
-
const Le = [[W.value.style.chart.title.text], [W.value.style.chart.title.subtitle.text], [""]], ze = ["", ...nt.value.head.map((
|
|
54592
|
+
const Le = [[W.value.style.chart.title.text], [W.value.style.chart.title.subtitle.text], [""]], ze = ["", ...nt.value.head.map((It) => It.label)], We = nt.value.body, kt = Le.concat([ze]).concat(We), pt = pl(kt);
|
|
54592
54593
|
yl({ csvContent: pt, title: W.value.style.chart.title.text || "vue-ui-xy-canvas" });
|
|
54593
54594
|
}
|
|
54594
54595
|
function wt() {
|
|
@@ -54649,9 +54650,9 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54649
54650
|
onGeneratePdf: Ue,
|
|
54650
54651
|
onGenerateCsv: it,
|
|
54651
54652
|
onGenerateImage: qe,
|
|
54652
|
-
onToggleTable: ze[0] || (ze[0] = (
|
|
54653
|
-
onToggleLabels: ze[1] || (ze[1] = (
|
|
54654
|
-
onToggleStack: ze[2] || (ze[2] = (
|
|
54653
|
+
onToggleTable: ze[0] || (ze[0] = (We) => be.value.showTable = !be.value.showTable),
|
|
54654
|
+
onToggleLabels: ze[1] || (ze[1] = (We) => be.value.showDataLabels = !be.value.showDataLabels),
|
|
54655
|
+
onToggleStack: ze[2] || (ze[2] = (We) => be.value.stacked = !be.value.stacked)
|
|
54655
54656
|
}, null, 8, ["backgroundColor", "color", "isPrinting", "isImaging", "uid", "hasTable", "hasStack", "isFullscreen", "chartElement", "isStacked"])) : S("", !0),
|
|
54656
54657
|
y("div", {
|
|
54657
54658
|
class: "vue-ui-xy-canvas",
|
|
@@ -54663,7 +54664,7 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54663
54664
|
ref_key: "canvas",
|
|
54664
54665
|
ref: s,
|
|
54665
54666
|
style: { width: "100%", height: "100%" },
|
|
54666
|
-
onMousemove: ze[3] || (ze[3] = (
|
|
54667
|
+
onMousemove: ze[3] || (ze[3] = (We) => te(We)),
|
|
54667
54668
|
onMouseleave: U
|
|
54668
54669
|
}, null, 544),
|
|
54669
54670
|
rt(eo, {
|
|
@@ -54707,13 +54708,13 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54707
54708
|
valueStart: T.value.start,
|
|
54708
54709
|
valueEnd: T.value.end,
|
|
54709
54710
|
start: T.value.start,
|
|
54710
|
-
"onUpdate:start": ze[4] || (ze[4] = (
|
|
54711
|
+
"onUpdate:start": ze[4] || (ze[4] = (We) => T.value.start = We),
|
|
54711
54712
|
end: T.value.end,
|
|
54712
|
-
"onUpdate:end": ze[5] || (ze[5] = (
|
|
54713
|
+
"onUpdate:end": ze[5] || (ze[5] = (We) => T.value.end = We),
|
|
54713
54714
|
onReset: xe
|
|
54714
54715
|
}, {
|
|
54715
|
-
"reset-action": Ge(({ reset:
|
|
54716
|
-
Xe(Le.$slots, "reset-action", mt(Ct({ reset:
|
|
54716
|
+
"reset-action": Ge(({ reset: We }) => [
|
|
54717
|
+
Xe(Le.$slots, "reset-action", mt(Ct({ reset: We })), void 0, !0)
|
|
54717
54718
|
]),
|
|
54718
54719
|
_: 3
|
|
54719
54720
|
}, 8, ["background", "borderColor", "fontSize", "useResetSlot", "labelLeft", "labelRight", "textColor", "inputColor", "selectColor", "max", "valueStart", "valueEnd", "start", "end"])) : S("", !0)
|
|
@@ -54722,13 +54723,13 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54722
54723
|
key: 2,
|
|
54723
54724
|
legendSet: _.value,
|
|
54724
54725
|
config: de.value,
|
|
54725
|
-
onClickMarker: ze[6] || (ze[6] = ({ i:
|
|
54726
|
+
onClickMarker: ze[6] || (ze[6] = ({ i: We }) => Q(We))
|
|
54726
54727
|
}, {
|
|
54727
|
-
item: Ge(({ legend:
|
|
54728
|
+
item: Ge(({ legend: We, index: kt }) => [
|
|
54728
54729
|
y("div", {
|
|
54729
|
-
onClick: (pt) =>
|
|
54730
|
-
style: J(`opacity:${h.value.includes(
|
|
54731
|
-
}, Z(
|
|
54730
|
+
onClick: (pt) => We.segregate(),
|
|
54731
|
+
style: J(`opacity:${h.value.includes(kt) ? 0.5 : 1}`)
|
|
54732
|
+
}, Z(We.name), 13, AY)
|
|
54732
54733
|
]),
|
|
54733
54734
|
_: 1
|
|
54734
54735
|
}, 8, ["legendSet", "config"])) : S("", !0),
|
|
@@ -54756,13 +54757,13 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54756
54757
|
body: ut.value.body,
|
|
54757
54758
|
config: ut.value.config,
|
|
54758
54759
|
title: `${W.value.style.chart.title.text}${W.value.style.chart.title.subtitle.text ? ` : ${W.value.style.chart.title.subtitle.text}` : ""}`,
|
|
54759
|
-
onClose: ze[7] || (ze[7] = (
|
|
54760
|
+
onClose: ze[7] || (ze[7] = (We) => be.value.showTable = !1)
|
|
54760
54761
|
}, {
|
|
54761
|
-
th: Ge(({ th:
|
|
54762
|
-
y("div", { innerHTML:
|
|
54762
|
+
th: Ge(({ th: We }) => [
|
|
54763
|
+
y("div", { innerHTML: We }, null, 8, uY)
|
|
54763
54764
|
]),
|
|
54764
|
-
td: Ge(({ td:
|
|
54765
|
-
yt(Z(
|
|
54765
|
+
td: Ge(({ td: We }) => [
|
|
54766
|
+
yt(Z(We), 1)
|
|
54766
54767
|
]),
|
|
54767
54768
|
_: 1
|
|
54768
54769
|
}, 8, ["colNames", "head", "body", "config", "title"])
|
|
@@ -54771,7 +54772,7 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54771
54772
|
}, 8, ["config"])) : S("", !0)
|
|
54772
54773
|
], 10, iY));
|
|
54773
54774
|
}
|
|
54774
|
-
}, dY = /* @__PURE__ */
|
|
54775
|
+
}, dY = /* @__PURE__ */ Mt(cY, [["__scopeId", "data-v-49c4de1e"]]), hY = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
54775
54776
|
__proto__: null,
|
|
54776
54777
|
default: dY
|
|
54777
54778
|
}, Symbol.toStringTag, { value: "Module" }));
|