vue-data-ui 2.2.24 → 2.2.26
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-070a50ca.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" }));
|
|
@@ -27712,7 +27712,9 @@ const g_ = xt(), y_ = {
|
|
|
27712
27712
|
dataLabels: {
|
|
27713
27713
|
show: !0
|
|
27714
27714
|
},
|
|
27715
|
-
showTable: !1
|
|
27715
|
+
showTable: !1,
|
|
27716
|
+
isStacked: !1,
|
|
27717
|
+
useIndividualScale: !1
|
|
27716
27718
|
},
|
|
27717
27719
|
selectedSerieIndex: null,
|
|
27718
27720
|
selectedRowIndex: null,
|
|
@@ -27782,7 +27784,7 @@ const g_ = xt(), y_ = {
|
|
|
27782
27784
|
scale: o.scale,
|
|
27783
27785
|
yOffset: o.yOffset,
|
|
27784
27786
|
individualHeight: o.individualHeight,
|
|
27785
|
-
x: this.
|
|
27787
|
+
x: this.mutableConfig.isStacked ? this.drawingArea.left : this.drawingArea.left / r * (l + 1),
|
|
27786
27788
|
yLabels: o.scaleYLabels || o.scale.ticks.map((s) => ({
|
|
27787
27789
|
y: s >= 0 ? o.zero - o.individualHeight * (s / o.max) : o.zero + o.individualHeight * Math.abs(s) / o.max,
|
|
27788
27790
|
value: s
|
|
@@ -27899,8 +27901,8 @@ const g_ = xt(), y_ = {
|
|
|
27899
27901
|
}, s = {
|
|
27900
27902
|
max: e.scaleMax || Math.max(...e.absoluteValues) || 1,
|
|
27901
27903
|
min: e.scaleMin || Math.min(...e.absoluteValues.filter((z) => ![void 0, null].includes(z))) > 0 ? 0 : Math.min(...e.absoluteValues.filter((z) => ![null, void 0].includes(z)))
|
|
27902
|
-
}, i = e.scaleSteps || this.chartConfig.chart.grid.labels.yAxis.commonScaleSteps, u = this.calculateNiceScale(s.min, s.max, i), f = this.calculateNiceScale(l.valueMin, l.valueMax, i), b = u.min >= 0 ? 0 : Math.abs(u.min), d = 0, m = u.max + b, p = f.max + Math.abs(d), g = this.
|
|
27903
|
-
const be = this.
|
|
27904
|
+
}, i = e.scaleSteps || this.chartConfig.chart.grid.labels.yAxis.commonScaleSteps, u = this.calculateNiceScale(s.min, s.max, i), f = this.calculateNiceScale(l.valueMin, l.valueMax, i), b = u.min >= 0 ? 0 : Math.abs(u.min), d = 0, m = u.max + b, p = f.max + Math.abs(d), g = this.mutableConfig.isStacked ? this.drawingArea.height * (1 - e.cumulatedStackRatio) : 0, h = this.mutableConfig.isStacked ? this.drawingArea.height * e.stackRatio - this.chartConfig.chart.grid.labels.yAxis.gap : this.drawingArea.height, n = this.drawingArea.bottom - g - h * b / m, k = this.drawingArea.bottom - g - h * d / p, x = this.absoluteDataset.filter((z) => z.type === "bar").filter((z) => !this.segregatedSeries.includes(z.id)).length, w = e.series.map((z, W) => {
|
|
27905
|
+
const be = this.mutableConfig.useIndividualScale ? (e.absoluteValues[W] + b) / m : this.ratioToMax(z), N = this.mutableConfig.useIndividualScale && this.mutableConfig.isStacked ? this.drawingArea.left + this.drawingArea.width / this.maxSeries * W : this.drawingArea.left + this.slot.bar * t + this.slot.bar * W * x - this.barSlot / 2 - t * this.barPeriodGap;
|
|
27904
27906
|
return {
|
|
27905
27907
|
yOffset: g,
|
|
27906
27908
|
individualHeight: h,
|
|
@@ -27911,7 +27913,7 @@ const g_ = xt(), y_ = {
|
|
|
27911
27913
|
individualMax: m
|
|
27912
27914
|
};
|
|
27913
27915
|
}), V = e.absoluteValues.map((z) => f.min >= 0 ? (z - Math.abs(f.min)) / (f.max - Math.abs(f.min)) : (z + Math.abs(f.min)) / (f.max + Math.abs(f.min))), Y = e.series.map((z, W) => {
|
|
27914
|
-
const be = this.
|
|
27916
|
+
const be = this.mutableConfig.useIndividualScale && this.mutableConfig.isStacked ? this.drawingArea.left + this.drawingArea.width / this.maxSeries * W : this.drawingArea.left - this.slot.bar / 2 + this.slot.bar * t + this.slot.bar * W * this.absoluteDataset.filter((N) => N.type === "bar").filter((N) => !this.segregatedSeries.includes(N.id)).length;
|
|
27915
27917
|
return {
|
|
27916
27918
|
yOffset: g,
|
|
27917
27919
|
individualHeight: h,
|
|
@@ -27960,8 +27962,8 @@ const g_ = xt(), y_ = {
|
|
|
27960
27962
|
}, l = {
|
|
27961
27963
|
max: e.scaleMax || Math.max(...e.absoluteValues) || 1,
|
|
27962
27964
|
min: e.scaleMin || (Math.min(...e.absoluteValues) > 0 ? 0 : Math.min(...e.absoluteValues))
|
|
27963
|
-
}, s = e.scaleSteps || this.chartConfig.chart.grid.labels.yAxis.commonScaleSteps, i = this.calculateNiceScale(l.min, l.max, s), u = this.calculateNiceScale(o.valueMin, o.valueMax, s), f = i.min >= 0 ? 0 : Math.abs(i.min), b = 0, d = i.max + Math.abs(f), m = u.max + Math.abs(b), p = this.
|
|
27964
|
-
const be = this.
|
|
27965
|
+
}, s = e.scaleSteps || this.chartConfig.chart.grid.labels.yAxis.commonScaleSteps, i = this.calculateNiceScale(l.min, l.max, s), u = this.calculateNiceScale(o.valueMin, o.valueMax, s), f = i.min >= 0 ? 0 : Math.abs(i.min), b = 0, d = i.max + Math.abs(f), m = u.max + Math.abs(b), p = this.mutableConfig.isStacked ? this.drawingArea.height * (1 - e.cumulatedStackRatio) : 0, g = this.mutableConfig.isStacked ? this.drawingArea.height * e.stackRatio - this.chartConfig.chart.grid.labels.yAxis.gap : this.drawingArea.height, h = this.drawingArea.bottom - p - g * f / d, n = this.drawingArea.bottom - p - g * b / m, k = e.series.map((z, W) => {
|
|
27966
|
+
const be = this.mutableConfig.useIndividualScale ? (e.absoluteValues[W] + Math.abs(f)) / d : this.ratioToMax(z);
|
|
27965
27967
|
return {
|
|
27966
27968
|
x: this.drawingArea.left + this.slot.line / 2 + this.slot.line * W,
|
|
27967
27969
|
y: this.drawingArea.bottom - p - g * be,
|
|
@@ -27995,7 +27997,7 @@ const g_ = xt(), y_ = {
|
|
|
27995
27997
|
zeroPosition: e.autoScaling ? n : h,
|
|
27996
27998
|
curve: e.autoScaling ? Y : V,
|
|
27997
27999
|
plots: e.autoScaling ? w : k,
|
|
27998
|
-
area: e.useArea ? this.
|
|
28000
|
+
area: e.useArea ? this.mutableConfig.useIndividualScale ? this.createIndividualArea(e.autoScaling ? w : k, e.autoScaling ? n : h) : this.createArea(k) : ""
|
|
27999
28001
|
};
|
|
28000
28002
|
});
|
|
28001
28003
|
},
|
|
@@ -28009,8 +28011,8 @@ const g_ = xt(), y_ = {
|
|
|
28009
28011
|
}, l = {
|
|
28010
28012
|
max: e.scaleMax || Math.max(...e.absoluteValues) || 1,
|
|
28011
28013
|
min: e.scaleMin || Math.min(...e.absoluteValues) > 0 ? 0 : Math.min(...e.absoluteValues)
|
|
28012
|
-
}, s = e.scaleSteps || this.chartConfig.chart.grid.labels.yAxis.commonScaleSteps, i = this.calculateNiceScale(l.min, l.max, s), u = this.calculateNiceScale(o.valueMin, o.valueMax, s), f = i.min >= 0 ? 0 : Math.abs(i.min), b = 0, d = i.max + f, m = u.max + Math.abs(b), p = this.
|
|
28013
|
-
const z = this.
|
|
28014
|
+
}, s = e.scaleSteps || this.chartConfig.chart.grid.labels.yAxis.commonScaleSteps, i = this.calculateNiceScale(l.min, l.max, s), u = this.calculateNiceScale(o.valueMin, o.valueMax, s), f = i.min >= 0 ? 0 : Math.abs(i.min), b = 0, d = i.max + f, m = u.max + Math.abs(b), p = this.mutableConfig.isStacked ? this.drawingArea.height * (1 - e.cumulatedStackRatio) : 0, g = this.mutableConfig.isStacked ? this.drawingArea.height * e.stackRatio - this.chartConfig.chart.grid.labels.yAxis.gap : this.drawingArea.height, h = this.drawingArea.bottom - p - g * f / d, n = this.drawingArea.bottom - p - g * b / m, k = e.series.map((oe, O) => {
|
|
28015
|
+
const z = this.mutableConfig.useIndividualScale ? (e.absoluteValues[O] + Math.abs(f)) / d : this.ratioToMax(oe);
|
|
28014
28016
|
return {
|
|
28015
28017
|
x: this.drawingArea.left + this.slot.plot / 2 + this.slot.plot * O,
|
|
28016
28018
|
y: this.drawingArea.bottom - p - g * z,
|
|
@@ -28044,7 +28046,7 @@ const g_ = xt(), y_ = {
|
|
|
28044
28046
|
});
|
|
28045
28047
|
},
|
|
28046
28048
|
drawingArea() {
|
|
28047
|
-
const e = this.
|
|
28049
|
+
const e = this.mutableConfig.useIndividualScale && this.chartConfig.chart.grid.labels.show ? this.absoluteDataset.filter((t) => !this.segregatedSeries.includes(t.id)).length * (this.mutableConfig.isStacked ? 0 : this.chartConfig.chart.grid.labels.yAxis.labelWidth) : 0;
|
|
28048
28050
|
return {
|
|
28049
28051
|
top: this.chartConfig.chart.padding.top,
|
|
28050
28052
|
right: this.chartConfig.chart.width - this.chartConfig.chart.padding.right,
|
|
@@ -28252,7 +28254,9 @@ const g_ = xt(), y_ = {
|
|
|
28252
28254
|
dataLabels: {
|
|
28253
28255
|
show: !0
|
|
28254
28256
|
},
|
|
28255
|
-
showTable: this.chartConfig.showTable === !0
|
|
28257
|
+
showTable: this.chartConfig.showTable === !0,
|
|
28258
|
+
isStacked: this.chartConfig.chart.grid.labels.yAxis.stacked,
|
|
28259
|
+
useIndividualScale: this.chartConfig.chart.grid.labels.yAxis.useIndividualScale
|
|
28256
28260
|
};
|
|
28257
28261
|
},
|
|
28258
28262
|
methods: {
|
|
@@ -28265,7 +28269,7 @@ const g_ = xt(), y_ = {
|
|
|
28265
28269
|
shiftHue: jt,
|
|
28266
28270
|
pdf: el,
|
|
28267
28271
|
img: tl,
|
|
28268
|
-
convertColorToHex:
|
|
28272
|
+
convertColorToHex: Bt,
|
|
28269
28273
|
convertConfigColors: cs,
|
|
28270
28274
|
convertCustomPalette: Fl,
|
|
28271
28275
|
downloadCsv: yl,
|
|
@@ -28281,8 +28285,11 @@ const g_ = xt(), y_ = {
|
|
|
28281
28285
|
objectIsEmpty: Vt,
|
|
28282
28286
|
createTSpans: ow,
|
|
28283
28287
|
useNestedProp: At,
|
|
28288
|
+
toggleStack() {
|
|
28289
|
+
this.mutableConfig.isStacked = !this.mutableConfig.isStacked, this.mutableConfig.isStacked ? this.mutableConfig.useIndividualScale = !0 : this.mutableConfig.useIndividualScale = this.chartConfig.chart.grid.labels.yAxis.useIndividualScale;
|
|
28290
|
+
},
|
|
28284
28291
|
checkAutoScaleError(e) {
|
|
28285
|
-
e.autoScaling && (this.
|
|
28292
|
+
e.autoScaling && (this.mutableConfig.useIndividualScale || console.warn(`VueUiXy (datapoint: ${e.name}) : autoScaling only works when config.chart.grid.labels.yAxis.useIndividualScale is set to true`), this.mutableConfig.isStacked || console.warn(`VueUiXy (datapoint: ${e.name}) : autoScaling only works when config.chart.grid.labels.yAxis.stacked is set to true`));
|
|
28286
28293
|
},
|
|
28287
28294
|
createArea(e) {
|
|
28288
28295
|
if (!e[0])
|
|
@@ -28332,10 +28339,10 @@ const g_ = xt(), y_ = {
|
|
|
28332
28339
|
return e.value >= 0 ? e.zeroPosition - e.y : e.y - e.zeroPosition;
|
|
28333
28340
|
},
|
|
28334
28341
|
calcRectWidth() {
|
|
28335
|
-
return this.
|
|
28342
|
+
return this.mutableConfig.useIndividualScale && this.mutableConfig.isStacked ? this.slot.line - this.drawingArea.width / this.maxSeries * 0.1 : this.slot.bar;
|
|
28336
28343
|
},
|
|
28337
28344
|
calcRectX(e) {
|
|
28338
|
-
return this.
|
|
28345
|
+
return this.mutableConfig.useIndividualScale && this.mutableConfig.isStacked ? e.x + this.drawingArea.width / this.maxSeries * 0.05 : e.x + this.slot.bar / 2;
|
|
28339
28346
|
},
|
|
28340
28347
|
calcRectY(e) {
|
|
28341
28348
|
return e.value >= 0 ? e.y : this.zero;
|
|
@@ -28490,6 +28497,8 @@ function c6(e, t, a, r, o, l) {
|
|
|
28490
28497
|
hasImg: "",
|
|
28491
28498
|
hasLabel: "",
|
|
28492
28499
|
hasTable: "",
|
|
28500
|
+
hasStack: a.dataset.length > 1,
|
|
28501
|
+
isStacked: o.mutableConfig.isStacked,
|
|
28493
28502
|
hasFullscreen: "",
|
|
28494
28503
|
isFullscreen: o.isFullscreen,
|
|
28495
28504
|
chartElement: e.$refs.chart,
|
|
@@ -28498,8 +28507,9 @@ function c6(e, t, a, r, o, l) {
|
|
|
28498
28507
|
onGenerateCsv: l.generateCsv,
|
|
28499
28508
|
onGenerateImage: l.generateImage,
|
|
28500
28509
|
onToggleTable: t[0] || (t[0] = (n) => o.mutableConfig.showTable = !o.mutableConfig.showTable),
|
|
28501
|
-
onToggleLabels: t[1] || (t[1] = (n) => o.mutableConfig.dataLabels.show = !o.mutableConfig.dataLabels.show)
|
|
28502
|
-
|
|
28510
|
+
onToggleLabels: t[1] || (t[1] = (n) => o.mutableConfig.dataLabels.show = !o.mutableConfig.dataLabels.show),
|
|
28511
|
+
onToggleStack: l.toggleStack
|
|
28512
|
+
}, null, 8, ["backgroundColor", "color", "isPrinting", "isImaging", "uid", "hasStack", "isStacked", "isFullscreen", "chartElement", "onToggleFullscreen", "onGeneratePdf", "onGenerateCsv", "onGenerateImage", "onToggleStack"])) : S("", !0),
|
|
28503
28513
|
l.isDataset ? (A(), c("svg", {
|
|
28504
28514
|
key: 2,
|
|
28505
28515
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -28520,7 +28530,7 @@ function c6(e, t, a, r, o, l) {
|
|
|
28520
28530
|
y2: l.drawingArea.bottom,
|
|
28521
28531
|
"stroke-linecap": "round"
|
|
28522
28532
|
}, null, 8, C_)) : S("", !0),
|
|
28523
|
-
|
|
28533
|
+
o.mutableConfig.useIndividualScale ? l.chartConfig.chart.grid.showHorizontalLines ? (A(!0), c(ve, { key: 2 }, Fe(l.allScales, (n) => (A(), c("g", null, [
|
|
28524
28534
|
n.id === o.selectedScale && n.yLabels.length ? (A(!0), c(ve, { key: 0 }, Fe(n.yLabels, (k) => (A(), c("line", {
|
|
28525
28535
|
x1: l.drawingArea.left,
|
|
28526
28536
|
x2: l.drawingArea.right,
|
|
@@ -28682,9 +28692,9 @@ function c6(e, t, a, r, o, l) {
|
|
|
28682
28692
|
l.canShowValue(x.value) ? (A(), c("rect", {
|
|
28683
28693
|
key: 0,
|
|
28684
28694
|
x: l.calcRectX(x),
|
|
28685
|
-
y:
|
|
28686
|
-
height:
|
|
28687
|
-
width: l.calcRectWidth() - (
|
|
28695
|
+
y: o.mutableConfig.useIndividualScale ? l.calcIndividualRectY(x) : l.calcRectY(x),
|
|
28696
|
+
height: o.mutableConfig.useIndividualScale ? l.calcIndividualHeight(x) : l.calcRectHeight(x),
|
|
28697
|
+
width: l.calcRectWidth() - (o.mutableConfig.useIndividualScale && o.mutableConfig.isStacked ? 0 : l.barPeriodGap),
|
|
28688
28698
|
rx: l.chartConfig.bar.borderRadius,
|
|
28689
28699
|
fill: l.chartConfig.bar.useGradient ? x.value >= 0 ? `url(#rectGradient_pos_${k}_${o.uniqueId})` : `url(#rectGradient_neg_${k}_${o.uniqueId})` : n.color,
|
|
28690
28700
|
stroke: l.chartConfig.bar.border.useSerieColor ? n.color : l.chartConfig.bar.border.stroke,
|
|
@@ -28732,7 +28742,7 @@ function c6(e, t, a, r, o, l) {
|
|
|
28732
28742
|
})), 9, J_)) : S("", !0)
|
|
28733
28743
|
])) : S("", !0)
|
|
28734
28744
|
], 6))), 128)) : S("", !0),
|
|
28735
|
-
!
|
|
28745
|
+
!o.mutableConfig.useIndividualScale && l.chartConfig.chart.grid.labels.zeroLine.show ? (A(), c("line", {
|
|
28736
28746
|
key: 1,
|
|
28737
28747
|
stroke: l.chartConfig.chart.grid.stroke,
|
|
28738
28748
|
"stroke-width": "1",
|
|
@@ -28840,7 +28850,7 @@ function c6(e, t, a, r, o, l) {
|
|
|
28840
28850
|
n.useArea && n.plots.length > 1 ? (A(), c("g", i3, [
|
|
28841
28851
|
n.smooth ? (A(), c("path", {
|
|
28842
28852
|
key: 0,
|
|
28843
|
-
d: `M ${n.plots[0] ? n.plots[0].x : Math.min(...n.plots.filter((x) => !!x).map((x) => x.x))},${
|
|
28853
|
+
d: `M ${n.plots[0] ? n.plots[0].x : Math.min(...n.plots.filter((x) => !!x).map((x) => x.x))},${o.mutableConfig.isStacked ? l.drawingArea.bottom - n.yOffset : l.drawingArea.bottom} ${n.curve} L ${n.plots.at(-1) ? n.plots.at(-1).x : l.drawingArea.left + l.slot.line * k + l.slot.line / 2},${o.mutableConfig.isStacked ? l.drawingArea.bottom - n.yOffset : l.drawingArea.bottom} Z`,
|
|
28844
28854
|
fill: l.chartConfig.line.area.useGradient ? `url(#areaGradient_${k}_${o.uniqueId})` : `${n.color}${o.opacity[l.chartConfig.line.area.opacity]}`
|
|
28845
28855
|
}, null, 8, A3)) : (A(), c("path", {
|
|
28846
28856
|
key: 1,
|
|
@@ -28938,7 +28948,7 @@ function c6(e, t, a, r, o, l) {
|
|
|
28938
28948
|
}, [
|
|
28939
28949
|
x && (!Object.hasOwn(n, "dataLabels") || n.dataLabels === !0) && l.chartConfig.bar.labels.show ? (A(), c("text", {
|
|
28940
28950
|
key: 0,
|
|
28941
|
-
x:
|
|
28951
|
+
x: o.mutableConfig.useIndividualScale && o.mutableConfig.isStacked ? x.x + l.slot.line / 2 : l.calcRectX(x) + l.calcRectWidth() / 2 - l.barPeriodGap / 2,
|
|
28942
28952
|
y: x.y + (x.value > 0 ? l.chartConfig.bar.labels.offsetY : -l.chartConfig.bar.labels.offsetY * 3),
|
|
28943
28953
|
"text-anchor": "middle",
|
|
28944
28954
|
"font-size": l.chartConfig.chart.labels.fontSize,
|
|
@@ -28946,7 +28956,7 @@ function c6(e, t, a, r, o, l) {
|
|
|
28946
28956
|
}, Z(l.canShowValue(x.value) ? l.dataLabel({ p: l.chartConfig.chart.labels.prefix, v: x.value, s: l.chartConfig.chart.labels.suffix, r: l.chartConfig.bar.labels.rounding }) : ""), 9, m3)) : S("", !0),
|
|
28947
28957
|
x && l.chartConfig.bar.serieName.show ? (A(), c("text", {
|
|
28948
28958
|
key: 1,
|
|
28949
|
-
x:
|
|
28959
|
+
x: o.mutableConfig.useIndividualScale && o.mutableConfig.isStacked ? x.x + l.slot.line / 2 : x.x + l.calcRectWidth() * 1.1,
|
|
28950
28960
|
y: x.y + (x.value > 0 ? l.chartConfig.bar.serieName.offsetY : -l.chartConfig.bar.serieName.offsetY * 3),
|
|
28951
28961
|
"text-anchor": "middle",
|
|
28952
28962
|
"font-size": l.chartConfig.chart.labels.fontSize,
|
|
@@ -29166,13 +29176,13 @@ function c6(e, t, a, r, o, l) {
|
|
|
29166
29176
|
]))), 128))
|
|
29167
29177
|
], 6))), 128)),
|
|
29168
29178
|
l.chartConfig.chart.grid.labels.show ? (A(), c("g", H3, [
|
|
29169
|
-
|
|
29179
|
+
o.mutableConfig.useIndividualScale ? (A(), c(ve, { key: 0 }, [
|
|
29170
29180
|
(A(!0), c(ve, null, Fe(l.allScales, (n) => (A(), c("g", null, [
|
|
29171
29181
|
y("line", {
|
|
29172
29182
|
x1: n.x,
|
|
29173
29183
|
x2: n.x,
|
|
29174
|
-
y1:
|
|
29175
|
-
y2:
|
|
29184
|
+
y1: o.mutableConfig.isStacked ? l.drawingArea.bottom - n.yOffset - n.individualHeight : l.drawingArea.top,
|
|
29185
|
+
y2: o.mutableConfig.isStacked ? l.drawingArea.bottom - n.yOffset : l.drawingArea.bottom,
|
|
29176
29186
|
stroke: n.color,
|
|
29177
29187
|
"stroke-width": l.chartConfig.chart.grid.stroke,
|
|
29178
29188
|
"stroke-linecap": "round",
|
|
@@ -29186,7 +29196,7 @@ function c6(e, t, a, r, o, l) {
|
|
|
29186
29196
|
fill: n.color,
|
|
29187
29197
|
"font-size": l.chartConfig.chart.grid.labels.fontSize,
|
|
29188
29198
|
"text-anchor": "middle",
|
|
29189
|
-
transform: `translate(${n.x - l.chartConfig.chart.grid.labels.yAxis.labelWidth + 5}, ${
|
|
29199
|
+
transform: `translate(${n.x - l.chartConfig.chart.grid.labels.yAxis.labelWidth + 5}, ${o.mutableConfig.isStacked ? l.drawingArea.bottom - n.yOffset - n.individualHeight / 2 : l.drawingArea.top + l.drawingArea.height / 2}) rotate(-90)`
|
|
29190
29200
|
}, Z(n.name) + " " + Z(n.scaleLabel ? `- ${n.scaleLabel}` : ""), 9, z3),
|
|
29191
29201
|
(A(!0), c(ve, null, Fe(n.yLabels, (k, x) => (A(), c("line", {
|
|
29192
29202
|
x1: n.x - 3,
|
|
@@ -29228,7 +29238,7 @@ function c6(e, t, a, r, o, l) {
|
|
|
29228
29238
|
}, Z(l.canShowValue(n.value) ? l.dataLabel({ p: l.chartConfig.chart.labels.prefix, v: n.value, s: l.chartConfig.chart.labels.suffix, r: 1 }) : ""), 9, W3)) : S("", !0)
|
|
29229
29239
|
]))), 128))
|
|
29230
29240
|
])) : S("", !0),
|
|
29231
|
-
|
|
29241
|
+
o.mutableConfig.useIndividualScale && !o.mutableConfig.isStacked ? (A(!0), c(ve, { key: 7 }, Fe(l.allScales, (n) => (A(), c("rect", {
|
|
29232
29242
|
x: n.x - l.chartConfig.chart.grid.labels.yAxis.labelWidth,
|
|
29233
29243
|
y: l.drawingArea.top,
|
|
29234
29244
|
width: l.chartConfig.chart.grid.labels.yAxis.labelWidth,
|
|
@@ -29238,7 +29248,7 @@ function c6(e, t, a, r, o, l) {
|
|
|
29238
29248
|
onMouseleave: t[2] || (t[2] = (k) => o.selectedScale = null)
|
|
29239
29249
|
}, null, 40, K3))), 256)) : S("", !0),
|
|
29240
29250
|
y("g", null, [
|
|
29241
|
-
l.chartConfig.chart.grid.labels.axis.yLabel && !
|
|
29251
|
+
l.chartConfig.chart.grid.labels.axis.yLabel && !o.mutableConfig.useIndividualScale ? (A(), c("text", {
|
|
29242
29252
|
key: 0,
|
|
29243
29253
|
"font-size": l.chartConfig.chart.grid.labels.axis.fontSize,
|
|
29244
29254
|
fill: l.chartConfig.chart.grid.labels.color,
|
|
@@ -29502,7 +29512,7 @@ function c6(e, t, a, r, o, l) {
|
|
|
29502
29512
|
}, 8, ["config"])) : S("", !0)
|
|
29503
29513
|
], 14, p_);
|
|
29504
29514
|
}
|
|
29505
|
-
const d6 = /* @__PURE__ */
|
|
29515
|
+
const d6 = /* @__PURE__ */ Mt(y_, [["render", c6], ["__scopeId", "data-v-9d6be7f3"]]), h6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
29506
29516
|
__proto__: null,
|
|
29507
29517
|
default: d6
|
|
29508
29518
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -29734,7 +29744,7 @@ Provide an array of objects of type:
|
|
|
29734
29744
|
// lib
|
|
29735
29745
|
treeShake: us,
|
|
29736
29746
|
makeDonut: sa,
|
|
29737
|
-
convertColorToHex:
|
|
29747
|
+
convertColorToHex: Bt,
|
|
29738
29748
|
convertConfigColors: cs,
|
|
29739
29749
|
createCsvContent: pl,
|
|
29740
29750
|
downloadCsv: yl,
|
|
@@ -30931,7 +30941,7 @@ function D8(e, t, a, r, o, l) {
|
|
|
30931
30941
|
], 4)) : S("", !0)
|
|
30932
30942
|
], 4);
|
|
30933
30943
|
}
|
|
30934
|
-
const T8 = /* @__PURE__ */
|
|
30944
|
+
const T8 = /* @__PURE__ */ Mt(f6, [["render", D8], ["__scopeId", "data-v-eca448e3"]]), H8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
30935
30945
|
__proto__: null,
|
|
30936
30946
|
default: T8
|
|
30937
30947
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -30990,7 +31000,7 @@ const P8 = ["id"], z8 = { class: "vue-data-ui-legend-item" }, O8 = ["onClick", "
|
|
|
30990
31000
|
]))), 256))
|
|
30991
31001
|
], 12, P8));
|
|
30992
31002
|
}
|
|
30993
|
-
}, ko = /* @__PURE__ */
|
|
31003
|
+
}, ko = /* @__PURE__ */ Mt(R8, [["__scopeId", "data-v-a5a45422"]]);
|
|
30994
31004
|
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
31005
|
type: "saturate",
|
|
30996
31006
|
values: "0"
|
|
@@ -31063,7 +31073,7 @@ const V8 = (e) => (Do("data-v-c581256a"), e = e(), To(), e), W8 = ["id"], K8 = [
|
|
|
31063
31073
|
width: 512
|
|
31064
31074
|
})), w = le(() => r.dataset.map((H, te) => ({
|
|
31065
31075
|
name: H.name,
|
|
31066
|
-
color:
|
|
31076
|
+
color: Bt(H.color) || n.value[te] || Oe[te] || Oe[te % Oe.length],
|
|
31067
31077
|
value: H.values.reduce((U, Q) => U + Q, 0),
|
|
31068
31078
|
absoluteValues: H.values
|
|
31069
31079
|
}))), V = P(w.value);
|
|
@@ -31120,7 +31130,7 @@ const V8 = (e) => (Do("data-v-c581256a"), e = e(), To(), e), W8 = ["id"], K8 = [
|
|
|
31120
31130
|
seriesIndex: te
|
|
31121
31131
|
})).filter((H, te) => !oe.value.includes(te)))), ee = le(() => r.dataset.map((H, te) => ({
|
|
31122
31132
|
name: H.name,
|
|
31123
|
-
color:
|
|
31133
|
+
color: Bt(H.color) || n.value[te] || Oe[te] || Oe[te % Oe.length],
|
|
31124
31134
|
value: (H.values || []).reduce((U, Q) => U + Q, 0),
|
|
31125
31135
|
shape: "circle"
|
|
31126
31136
|
})).map((H, te) => ({
|
|
@@ -31329,7 +31339,7 @@ const V8 = (e) => (Do("data-v-c581256a"), e = e(), To(), e), W8 = ["id"], K8 = [
|
|
|
31329
31339
|
}, [
|
|
31330
31340
|
y("stop", {
|
|
31331
31341
|
offset: "0%",
|
|
31332
|
-
"stop-color": `${se(
|
|
31342
|
+
"stop-color": `${se(Bt)(h.value.style.chart.backgroundColor)}00`
|
|
31333
31343
|
}, null, 8, G8),
|
|
31334
31344
|
y("stop", {
|
|
31335
31345
|
offset: "77%",
|
|
@@ -31337,7 +31347,7 @@ const V8 = (e) => (Do("data-v-c581256a"), e = e(), To(), e), W8 = ["id"], K8 = [
|
|
|
31337
31347
|
}, null, 8, X8),
|
|
31338
31348
|
y("stop", {
|
|
31339
31349
|
offset: "100%",
|
|
31340
|
-
"stop-color": `${se(
|
|
31350
|
+
"stop-color": `${se(Bt)(h.value.style.chart.backgroundColor)}00`
|
|
31341
31351
|
}, null, 8, q8)
|
|
31342
31352
|
], 8, j8)) : S("", !0)
|
|
31343
31353
|
]),
|
|
@@ -31468,7 +31478,7 @@ const V8 = (e) => (Do("data-v-c581256a"), e = e(), To(), e), W8 = ["id"], K8 = [
|
|
|
31468
31478
|
}, [
|
|
31469
31479
|
h.value.style.chart.layout.labels.dataLabels.useLabelSlots ? (A(), c("g", dS, [
|
|
31470
31480
|
(A(), c("foreignObject", {
|
|
31471
|
-
x: se(
|
|
31481
|
+
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
31482
|
y: se(_l)(U) - (ge.value ? 20 : 0),
|
|
31473
31483
|
width: "120",
|
|
31474
31484
|
height: "60",
|
|
@@ -31482,8 +31492,8 @@ const V8 = (e) => (Do("data-v-c581256a"), e = e(), To(), e), W8 = ["id"], K8 = [
|
|
|
31482
31492
|
isBlur: !s.value.useBlurOnHover || [null, void 0].includes(p.value) || p.value === Q,
|
|
31483
31493
|
isSafari: ge.value,
|
|
31484
31494
|
isVisible: me(U) && k.value.dataLabels.show,
|
|
31485
|
-
textAlign: se(
|
|
31486
|
-
flexAlign: se(
|
|
31495
|
+
textAlign: se(Et)(U, !0, 16, !0).anchor,
|
|
31496
|
+
flexAlign: se(Et)(U, !0, 16).anchor,
|
|
31487
31497
|
percentage: he(U, R.value)
|
|
31488
31498
|
})), void 0, !0)
|
|
31489
31499
|
], 2)
|
|
@@ -31491,7 +31501,7 @@ const V8 = (e) => (Do("data-v-c581256a"), e = e(), To(), e), W8 = ["id"], K8 = [
|
|
|
31491
31501
|
])) : (A(), c("g", fS, [
|
|
31492
31502
|
me(U) && k.value.dataLabels.show ? (A(), c("circle", {
|
|
31493
31503
|
key: 0,
|
|
31494
|
-
cx: se(
|
|
31504
|
+
cx: se(Et)(U).x,
|
|
31495
31505
|
cy: se(_l)(U) - 3.5,
|
|
31496
31506
|
fill: U.color,
|
|
31497
31507
|
r: 3,
|
|
@@ -31500,8 +31510,8 @@ const V8 = (e) => (Do("data-v-c581256a"), e = e(), To(), e), W8 = ["id"], K8 = [
|
|
|
31500
31510
|
}, null, 8, vS)) : S("", !0),
|
|
31501
31511
|
me(U) && k.value.dataLabels.show ? (A(), c("text", {
|
|
31502
31512
|
key: 1,
|
|
31503
|
-
"text-anchor": se(
|
|
31504
|
-
x: se(
|
|
31513
|
+
"text-anchor": se(Et)(U, !0, 12).anchor,
|
|
31514
|
+
x: se(Et)(U, !0, 12).x,
|
|
31505
31515
|
y: se(_l)(U),
|
|
31506
31516
|
fill: h.value.style.chart.layout.labels.percentage.color,
|
|
31507
31517
|
"font-size": h.value.style.chart.layout.labels.percentage.fontSize,
|
|
@@ -31510,8 +31520,8 @@ const V8 = (e) => (Do("data-v-c581256a"), e = e(), To(), e), W8 = ["id"], K8 = [
|
|
|
31510
31520
|
}, 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
31521
|
me(U) && k.value.dataLabels.show ? (A(), c("text", {
|
|
31512
31522
|
key: 2,
|
|
31513
|
-
"text-anchor": se(
|
|
31514
|
-
x: se(
|
|
31523
|
+
"text-anchor": se(Et)(U).anchor,
|
|
31524
|
+
x: se(Et)(U, !0, 12).x,
|
|
31515
31525
|
y: se(_l)(U) + h.value.style.chart.layout.labels.percentage.fontSize,
|
|
31516
31526
|
fill: h.value.style.chart.layout.labels.name.color,
|
|
31517
31527
|
"font-size": h.value.style.chart.layout.labels.name.fontSize,
|
|
@@ -31618,7 +31628,7 @@ const V8 = (e) => (Do("data-v-c581256a"), e = e(), To(), e), W8 = ["id"], K8 = [
|
|
|
31618
31628
|
}, 8, ["config"])) : S("", !0)
|
|
31619
31629
|
], 14, W8));
|
|
31620
31630
|
}
|
|
31621
|
-
}, xS = /* @__PURE__ */
|
|
31631
|
+
}, xS = /* @__PURE__ */ Mt(CS, [["__scopeId", "data-v-c581256a"]]), kS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
31622
31632
|
__proto__: null,
|
|
31623
31633
|
default: xS
|
|
31624
31634
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -31701,7 +31711,7 @@ const y1 = (e) => (Do("data-v-b233a198"), e = e(), To(), e), BS = ["id"], _S = [
|
|
|
31701
31711
|
}
|
|
31702
31712
|
const O = le(() => r.dataset.map((U, Q) => ({
|
|
31703
31713
|
...U,
|
|
31704
|
-
color:
|
|
31714
|
+
color: Bt(U.color) || n.value[Q] || Oe[Q] || Oe[Q % Oe.length],
|
|
31705
31715
|
uid: `serie_${Q}`,
|
|
31706
31716
|
absoluteIndex: Q
|
|
31707
31717
|
}))), z = P(O.value), W = le(() => {
|
|
@@ -32196,7 +32206,7 @@ const y1 = (e) => (Do("data-v-b233a198"), e = e(), To(), e), BS = ["id"], _S = [
|
|
|
32196
32206
|
}, 8, ["config"])) : S("", !0)
|
|
32197
32207
|
], 14, BS));
|
|
32198
32208
|
}
|
|
32199
|
-
}, GS = /* @__PURE__ */
|
|
32209
|
+
}, GS = /* @__PURE__ */ Mt(jS, [["__scopeId", "data-v-b233a198"]]), XS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
32200
32210
|
__proto__: null,
|
|
32201
32211
|
default: GS
|
|
32202
32212
|
}, 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 +32280,7 @@ const y1 = (e) => (Do("data-v-b233a198"), e = e(), To(), e), BS = ["id"], _S = [
|
|
|
32270
32280
|
}), u.value.map((h, n) => ({
|
|
32271
32281
|
...h,
|
|
32272
32282
|
value: h.value || 0,
|
|
32273
|
-
color:
|
|
32283
|
+
color: Bt(h.color) || i.value[n] || Oe[n] || Oe[n % Oe.length]
|
|
32274
32284
|
}))));
|
|
32275
32285
|
function m(h) {
|
|
32276
32286
|
return h / b.value;
|
|
@@ -32492,12 +32502,12 @@ const rL = ["id"], nL = ["xmlns", "viewBox"], sL = ["id"], iL = ["stop-color"],
|
|
|
32492
32502
|
}), r.dataset.categories.map((we, ge) => ({
|
|
32493
32503
|
name: we.name,
|
|
32494
32504
|
categoryId: `radar_category_${l.value}_${ge}`,
|
|
32495
|
-
color:
|
|
32505
|
+
color: Bt(we.color) || h.value[ge] || Oe[ge] || Oe[ge % Oe.length],
|
|
32496
32506
|
prefix: we.prefix ?? "",
|
|
32497
32507
|
suffix: we.suffix ?? ""
|
|
32498
32508
|
})))), W = le(() => o.value ? r.dataset.series.map((we, ge) => ({
|
|
32499
32509
|
...we,
|
|
32500
|
-
color:
|
|
32510
|
+
color: Bt(we.color) || h.value[ge] || Oe[ge] || Oe[ge % Oe.length],
|
|
32501
32511
|
serieId: `radar_serie_${l.value}_${ge}`
|
|
32502
32512
|
})) : []), be = le(() => Math.max(...W.value.flatMap((we) => we.values))), N = le(() => W.value.length), ee = le(() => Xl({
|
|
32503
32513
|
plot: { x: 256, y: x.value.height / 2 },
|
|
@@ -32914,7 +32924,7 @@ const rL = ["id"], nL = ["xmlns", "viewBox"], sL = ["id"], iL = ["stop-color"],
|
|
|
32914
32924
|
}, 8, ["config"])) : S("", !0)
|
|
32915
32925
|
], 14, rL));
|
|
32916
32926
|
}
|
|
32917
|
-
}, kL = /* @__PURE__ */
|
|
32927
|
+
}, kL = /* @__PURE__ */ Mt(xL, [["__scopeId", "data-v-f4c092af"]]), BL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
32918
32928
|
__proto__: null,
|
|
32919
32929
|
default: kL
|
|
32920
32930
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -33173,7 +33183,7 @@ const _L = ["id"], FL = ["xmlns", "viewBox", "id"], SL = ["id"], LL = ["stop-col
|
|
|
33173
33183
|
}), ae = P([]), R = le(() => r.dataset.map((ne, _e) => ({
|
|
33174
33184
|
...ne,
|
|
33175
33185
|
id: `cat_${_e}_${l.value}`,
|
|
33176
|
-
color:
|
|
33186
|
+
color: Bt(ne.color) || k.value[_e] || Oe[_e]
|
|
33177
33187
|
}))), me = le(() => R.value.filter((ne) => !ae.value.includes(ne.id))), he = le(() => R.value.map((ne, _e) => ({
|
|
33178
33188
|
...ne,
|
|
33179
33189
|
shape: ne.shape || "circle",
|
|
@@ -34042,7 +34052,7 @@ const _L = ["id"], FL = ["xmlns", "viewBox", "id"], SL = ["id"], LL = ["stop-col
|
|
|
34042
34052
|
}, 8, ["config"])) : S("", !0)
|
|
34043
34053
|
], 14, _L));
|
|
34044
34054
|
}
|
|
34045
|
-
}, _9 = /* @__PURE__ */
|
|
34055
|
+
}, _9 = /* @__PURE__ */ Mt(B9, [["__scopeId", "data-v-ae216bdd"]]), F9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34046
34056
|
__proto__: null,
|
|
34047
34057
|
default: _9
|
|
34048
34058
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -34098,7 +34108,7 @@ const S9 = (e) => (Do("data-v-c9ec8246"), e = e(), To(), e), L9 = ["id"], $9 = [
|
|
|
34098
34108
|
...a.dataset,
|
|
34099
34109
|
series: (a.dataset.series || []).map((j, T) => ({
|
|
34100
34110
|
...j,
|
|
34101
|
-
color:
|
|
34111
|
+
color: Bt(j.color) || m.value[T] || Oe[T],
|
|
34102
34112
|
value: ((j.to || 0) - (j.from || 0)) / E * 100
|
|
34103
34113
|
}))
|
|
34104
34114
|
};
|
|
@@ -34502,7 +34512,7 @@ const S9 = (e) => (Do("data-v-c9ec8246"), e = e(), To(), e), L9 = ["id"], $9 = [
|
|
|
34502
34512
|
Xe(re.$slots, "legend", { legend: p.value }, void 0, !0)
|
|
34503
34513
|
], 14, L9));
|
|
34504
34514
|
}
|
|
34505
|
-
}, e$ = /* @__PURE__ */
|
|
34515
|
+
}, e$ = /* @__PURE__ */ Mt(Z9, [["__scopeId", "data-v-c9ec8246"]]), t$ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34506
34516
|
__proto__: null,
|
|
34507
34517
|
default: e$
|
|
34508
34518
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -34610,7 +34620,7 @@ const l$ = ["id"], o$ = ["xmlns", "viewBox"], a$ = { key: 0 }, r$ = ["fill", "fo
|
|
|
34610
34620
|
const _ = U.branches.map((de) => de.value).reduce((de, ne) => de + ne);
|
|
34611
34621
|
return {
|
|
34612
34622
|
...U,
|
|
34613
|
-
color:
|
|
34623
|
+
color: Bt(U.color) || p.value[Q] || Oe[Q] || Oe[Q % Oe.length],
|
|
34614
34624
|
id: U.id || `root_${Q}_${l.value}`,
|
|
34615
34625
|
type: "root",
|
|
34616
34626
|
total: _,
|
|
@@ -34619,7 +34629,7 @@ const l$ = ["id"], o$ = ["xmlns", "viewBox"], a$ = { key: 0 }, r$ = ["fill", "fo
|
|
|
34619
34629
|
...de,
|
|
34620
34630
|
rootName: U.name,
|
|
34621
34631
|
rootIndex: Q,
|
|
34622
|
-
color:
|
|
34632
|
+
color: Bt(U.color) || p.value[Q] || Oe[Q] || Oe[Q % Oe.length],
|
|
34623
34633
|
value: de.value >= 0 ? de.value : 0,
|
|
34624
34634
|
id: de.id || `branch_${Q}_${ne}_${l.value}`,
|
|
34625
34635
|
proportionToRoot: de.value / _,
|
|
@@ -34649,7 +34659,7 @@ const l$ = ["id"], o$ = ["xmlns", "viewBox"], a$ = { key: 0 }, r$ = ["fill", "fo
|
|
|
34649
34659
|
proportionToTree: _e.value / V.value,
|
|
34650
34660
|
rootIndex: Q,
|
|
34651
34661
|
id: _e.id || `nut_${Q}_${ne}_${Ue}_${l.value}`,
|
|
34652
|
-
color:
|
|
34662
|
+
color: Bt(_e.color) || p.value[Ue] || Oe[Ue] || Oe[Ue % Oe.length],
|
|
34653
34663
|
value: _e.value >= 0 ? _e.value : 0
|
|
34654
34664
|
}))
|
|
34655
34665
|
}))
|
|
@@ -35258,8 +35268,8 @@ const l$ = ["id"], o$ = ["xmlns", "viewBox"], a$ = { key: 0 }, r$ = ["fill", "fo
|
|
|
35258
35268
|
(A(!0), c(ve, null, Fe(re.value, (_, de) => (A(), c("g", null, [
|
|
35259
35269
|
M(_) ? (A(), c("text", {
|
|
35260
35270
|
key: 0,
|
|
35261
|
-
x: se(
|
|
35262
|
-
"text-anchor": se(
|
|
35271
|
+
x: se(Et)(_).x,
|
|
35272
|
+
"text-anchor": se(Et)(_).anchor,
|
|
35263
35273
|
y: se(_l)(_),
|
|
35264
35274
|
fill: _.color,
|
|
35265
35275
|
"font-size": m.value.style.chart.layout.nuts.selected.labels.dataLabels.fontSize,
|
|
@@ -35268,8 +35278,8 @@ const l$ = ["id"], o$ = ["xmlns", "viewBox"], a$ = { key: 0 }, r$ = ["fill", "fo
|
|
|
35268
35278
|
}, " ⬤ ", 14, u7)) : S("", !0),
|
|
35269
35279
|
M(_) ? (A(), c("text", {
|
|
35270
35280
|
key: 1,
|
|
35271
|
-
x: se(
|
|
35272
|
-
"text-anchor": se(
|
|
35281
|
+
x: se(Et)(_, !0).x,
|
|
35282
|
+
"text-anchor": se(Et)(_, !0).anchor,
|
|
35273
35283
|
y: se(_l)(_),
|
|
35274
35284
|
fill: m.value.style.chart.layout.nuts.selected.labels.dataLabels.color,
|
|
35275
35285
|
"font-size": m.value.style.chart.layout.nuts.selected.labels.dataLabels.fontSize,
|
|
@@ -35280,8 +35290,8 @@ const l$ = ["id"], o$ = ["xmlns", "viewBox"], a$ = { key: 0 }, r$ = ["fill", "fo
|
|
|
35280
35290
|
(A(!0), c(ve, null, Fe(re.value, (_, de) => (A(), c("g", null, [
|
|
35281
35291
|
M(_) ? (A(), c("text", {
|
|
35282
35292
|
key: 0,
|
|
35283
|
-
x: se(
|
|
35284
|
-
"text-anchor": se(
|
|
35293
|
+
x: se(Et)(_, !0).x,
|
|
35294
|
+
"text-anchor": se(Et)(_).anchor,
|
|
35285
35295
|
y: se(_l)(_) + m.value.style.chart.layout.nuts.selected.labels.dataLabels.fontSize,
|
|
35286
35296
|
fill: m.value.style.chart.layout.nuts.selected.labels.dataLabels.color,
|
|
35287
35297
|
"font-size": m.value.style.chart.layout.nuts.selected.labels.dataLabels.fontSize,
|
|
@@ -35290,8 +35300,8 @@ const l$ = ["id"], o$ = ["xmlns", "viewBox"], a$ = { key: 0 }, r$ = ["fill", "fo
|
|
|
35290
35300
|
}, 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
35301
|
M(_) ? (A(), c("text", {
|
|
35292
35302
|
key: 1,
|
|
35293
|
-
x: se(
|
|
35294
|
-
"text-anchor": se(
|
|
35303
|
+
x: se(Et)(_, !0).x,
|
|
35304
|
+
"text-anchor": se(Et)(_).anchor,
|
|
35295
35305
|
y: se(_l)(_) + m.value.style.chart.layout.nuts.selected.labels.dataLabels.fontSize * 2,
|
|
35296
35306
|
fill: m.value.style.chart.layout.nuts.selected.labels.dataLabels.color,
|
|
35297
35307
|
"font-size": m.value.style.chart.layout.nuts.selected.labels.dataLabels.fontSize,
|
|
@@ -35300,8 +35310,8 @@ const l$ = ["id"], o$ = ["xmlns", "viewBox"], a$ = { key: 0 }, r$ = ["fill", "fo
|
|
|
35300
35310
|
}, 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
35311
|
M(_) ? (A(), c("text", {
|
|
35302
35312
|
key: 2,
|
|
35303
|
-
x: se(
|
|
35304
|
-
"text-anchor": se(
|
|
35313
|
+
x: se(Et)(_, !0).x,
|
|
35314
|
+
"text-anchor": se(Et)(_).anchor,
|
|
35305
35315
|
y: se(_l)(_) + m.value.style.chart.layout.nuts.selected.labels.dataLabels.fontSize * 3,
|
|
35306
35316
|
fill: m.value.style.chart.layout.nuts.selected.labels.dataLabels.color,
|
|
35307
35317
|
"font-size": m.value.style.chart.layout.nuts.selected.labels.dataLabels.fontSize,
|
|
@@ -35527,7 +35537,7 @@ const l$ = ["id"], o$ = ["xmlns", "viewBox"], a$ = { key: 0 }, r$ = ["fill", "fo
|
|
|
35527
35537
|
}, 8, ["config"])) : S("", !0)
|
|
35528
35538
|
], 14, l$));
|
|
35529
35539
|
}
|
|
35530
|
-
}, nU = /* @__PURE__ */
|
|
35540
|
+
}, nU = /* @__PURE__ */ Mt(rU, [["__scopeId", "data-v-7bedf47d"]]), sU = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
35531
35541
|
__proto__: null,
|
|
35532
35542
|
default: nU
|
|
35533
35543
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -35607,7 +35617,7 @@ const iU = ["id"], AU = ["xmlns", "viewBox"], uU = ["cx", "cy", "r", "stroke", "
|
|
|
35607
35617
|
return {
|
|
35608
35618
|
...G,
|
|
35609
35619
|
percentage: G.percentage || 0,
|
|
35610
|
-
color:
|
|
35620
|
+
color: Bt(G.color) || h.value[I] || Oe[I],
|
|
35611
35621
|
id: M,
|
|
35612
35622
|
shape: "circle",
|
|
35613
35623
|
opacity: Y.value.includes(M) ? 0.5 : 1,
|
|
@@ -35986,7 +35996,7 @@ const iU = ["id"], AU = ["xmlns", "viewBox"], uU = ["cx", "cy", "r", "stroke", "
|
|
|
35986
35996
|
}, 8, ["config"])) : S("", !0)
|
|
35987
35997
|
], 14, iU));
|
|
35988
35998
|
}
|
|
35989
|
-
}, CU = /* @__PURE__ */
|
|
35999
|
+
}, CU = /* @__PURE__ */ Mt(wU, [["__scopeId", "data-v-c7f8d0f9"]]), xU = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
35990
36000
|
__proto__: null,
|
|
35991
36001
|
default: CU
|
|
35992
36002
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -36067,7 +36077,7 @@ const kU = ["id"], BU = ["onClick"], _U = ["xmlns", "viewBox"], FU = ["id"], SU
|
|
|
36067
36077
|
isChild: !1,
|
|
36068
36078
|
segregate: () => R(Q),
|
|
36069
36079
|
isSegregated: ae.value.includes(Q),
|
|
36070
|
-
color:
|
|
36080
|
+
color: Bt(te.color) || k.value[U] || Oe[U] || Oe[U % Oe.length],
|
|
36071
36081
|
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
36082
|
...de,
|
|
36073
36083
|
value: de.value || 0,
|
|
@@ -36077,7 +36087,7 @@ const kU = ["id"], BU = ["onClick"], _U = ["xmlns", "viewBox"], FU = ["id"], SU
|
|
|
36077
36087
|
parentValue: te.value,
|
|
36078
36088
|
id: `vertical_child_${U}_${ne}_${l.value}`,
|
|
36079
36089
|
childIndex: ne,
|
|
36080
|
-
color:
|
|
36090
|
+
color: Bt(de.color) || Bt(te.color) || k.value[U] || Oe[U] || Oe[U % Oe.length]
|
|
36081
36091
|
})).map((de, ne) => ({
|
|
36082
36092
|
...de,
|
|
36083
36093
|
isFirstChild: ne === 0,
|
|
@@ -36643,7 +36653,7 @@ const kU = ["id"], BU = ["onClick"], _U = ["xmlns", "viewBox"], FU = ["id"], SU
|
|
|
36643
36653
|
}, 8, ["config"])) : S("", !0)
|
|
36644
36654
|
], 14, kU));
|
|
36645
36655
|
}
|
|
36646
|
-
}, aM = /* @__PURE__ */
|
|
36656
|
+
}, aM = /* @__PURE__ */ Mt(oM, [["__scopeId", "data-v-52b71476"]]), rM = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
36647
36657
|
__proto__: null,
|
|
36648
36658
|
default: aM
|
|
36649
36659
|
}, Symbol.toStringTag, { value: "Module" })), nM = {
|
|
@@ -37070,7 +37080,7 @@ const iM = {
|
|
|
37070
37080
|
}, Z(isNaN(m.value) ? "" : m.value.toFixed(f.value.style.rating.roundingValue)), 5)) : S("", !0)
|
|
37071
37081
|
], 36));
|
|
37072
37082
|
}
|
|
37073
|
-
}, BM = /* @__PURE__ */
|
|
37083
|
+
}, BM = /* @__PURE__ */ Mt(kM, [["__scopeId", "data-v-ce2b46a5"]]), _M = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
37074
37084
|
__proto__: null,
|
|
37075
37085
|
default: BM
|
|
37076
37086
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -37615,7 +37625,7 @@ const FM = ["id"], SM = ["xmlns", "viewBox"], LM = ["x", "y", "width", "height",
|
|
|
37615
37625
|
}, 8, ["config"])) : S("", !0)
|
|
37616
37626
|
], 14, FM));
|
|
37617
37627
|
}
|
|
37618
|
-
}, iQ = /* @__PURE__ */
|
|
37628
|
+
}, iQ = /* @__PURE__ */ Mt(sQ, [["__scopeId", "data-v-ffbab371"]]), AQ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
37619
37629
|
__proto__: null,
|
|
37620
37630
|
default: iQ
|
|
37621
37631
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -38431,7 +38441,7 @@ const uQ = ["id"], cQ = ["xmlns", "viewBox"], dQ = { key: 0 }, hQ = ["x1", "x2",
|
|
|
38431
38441
|
}, 8, ["config"])) : S("", !0)
|
|
38432
38442
|
], 14, uQ));
|
|
38433
38443
|
}
|
|
38434
|
-
}, sE = /* @__PURE__ */
|
|
38444
|
+
}, sE = /* @__PURE__ */ Mt(nE, [["__scopeId", "data-v-2ca2371b"]]), iE = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
38435
38445
|
__proto__: null,
|
|
38436
38446
|
default: sE
|
|
38437
38447
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -39008,7 +39018,7 @@ const AE = ["id"], uE = ["xmlns", "viewBox"], cE = { key: 0 }, dE = ["id"], hE =
|
|
|
39008
39018
|
}, 8, ["config"])) : S("", !0)
|
|
39009
39019
|
], 14, AE));
|
|
39010
39020
|
}
|
|
39011
|
-
}, PE = /* @__PURE__ */
|
|
39021
|
+
}, PE = /* @__PURE__ */ Mt(HE, [["__scopeId", "data-v-61913c0f"]]), zE = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
39012
39022
|
__proto__: null,
|
|
39013
39023
|
default: PE
|
|
39014
39024
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -39555,7 +39565,7 @@ const OE = ["id"], RE = ["xmlns", "viewBox"], VE = ["id"], WE = ["stop-color"],
|
|
|
39555
39565
|
}, 8, ["config"])) : S("", !0)
|
|
39556
39566
|
], 14, OE));
|
|
39557
39567
|
}
|
|
39558
|
-
}, gI = /* @__PURE__ */
|
|
39568
|
+
}, gI = /* @__PURE__ */ Mt(vI, [["__scopeId", "data-v-46c3bde3"]]), yI = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
39559
39569
|
__proto__: null,
|
|
39560
39570
|
default: gI
|
|
39561
39571
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -39773,7 +39783,7 @@ const pI = (e) => (Do("data-v-d4bc5f10"), e = e(), To(), e), bI = {
|
|
|
39773
39783
|
], 12, BI)
|
|
39774
39784
|
]));
|
|
39775
39785
|
}
|
|
39776
|
-
}, QI = /* @__PURE__ */
|
|
39786
|
+
}, QI = /* @__PURE__ */ Mt(MI, [["__scopeId", "data-v-d4bc5f10"]]), EI = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
39777
39787
|
__proto__: null,
|
|
39778
39788
|
default: QI
|
|
39779
39789
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -40842,7 +40852,7 @@ const II = {
|
|
|
40842
40852
|
}), vi(e).then((a) => {
|
|
40843
40853
|
const r = a.width, o = a.height, l = r / t.width * t.height;
|
|
40844
40854
|
let s = o, i = 0;
|
|
40845
|
-
const u = t.width, f = 582.28 / r * o, b = a.toDataURL("image/png", 1), d = new
|
|
40855
|
+
const u = t.width, f = 582.28 / r * o, b = a.toDataURL("image/png", 1), d = new Ut("", "pt", "a4");
|
|
40846
40856
|
if (s < l)
|
|
40847
40857
|
d.addImage(b, "PNG", 0, 0, u, f, "", "FAST");
|
|
40848
40858
|
else
|
|
@@ -41945,7 +41955,7 @@ function AD(e, t, a, r, o, l) {
|
|
|
41945
41955
|
], 512)
|
|
41946
41956
|
]);
|
|
41947
41957
|
}
|
|
41948
|
-
const uD = /* @__PURE__ */
|
|
41958
|
+
const uD = /* @__PURE__ */ Mt(II, [["render", AD], ["__scopeId", "data-v-72a863ed"]]), cD = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
41949
41959
|
__proto__: null,
|
|
41950
41960
|
default: uD
|
|
41951
41961
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -42705,7 +42715,7 @@ const no = (e) => (Do("data-v-826aeb05"), e = e(), To(), e), dD = {
|
|
|
42705
42715
|
}, Z(isNaN(b.value) ? "" : b.value.toFixed(i.value.style.rating.roundingValue)), 5)) : S("", !0)
|
|
42706
42716
|
], 36));
|
|
42707
42717
|
}
|
|
42708
|
-
}, lH = /* @__PURE__ */
|
|
42718
|
+
}, lH = /* @__PURE__ */ Mt(tH, [["__scopeId", "data-v-826aeb05"]]), oH = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
42709
42719
|
__proto__: null,
|
|
42710
42720
|
default: lH
|
|
42711
42721
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -42988,7 +42998,7 @@ const aH = ["id"], rH = ["xmlns", "viewBox"], nH = ["cx", "cy", "r", "stroke", "
|
|
|
42988
42998
|
}, null, 8, ["config"]))
|
|
42989
42999
|
], 12, aH));
|
|
42990
43000
|
}
|
|
42991
|
-
}, fH = /* @__PURE__ */
|
|
43001
|
+
}, fH = /* @__PURE__ */ Mt(hH, [["__scopeId", "data-v-df1ba43f"]]), vH = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
42992
43002
|
__proto__: null,
|
|
42993
43003
|
default: fH
|
|
42994
43004
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -43094,12 +43104,12 @@ const gH = ["id"], yH = {
|
|
|
43094
43104
|
}), 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
43105
|
if (a.dataset.colors) {
|
|
43096
43106
|
if (!a.dataset.colors.from)
|
|
43097
|
-
return h(d.value[0] || Oe[0],
|
|
43107
|
+
return h(d.value[0] || Oe[0], Bt(a.dataset.colors.to), p.value || 10);
|
|
43098
43108
|
if (!a.dataset.colors.to)
|
|
43099
|
-
return h(
|
|
43109
|
+
return h(Bt(a.dataset.colors.from), d.value[1] || Oe[1], p.value || 10);
|
|
43100
43110
|
} else
|
|
43101
43111
|
return h(d.value[1] || Oe[1], d.value[0] || Oe[0], p.value || 10);
|
|
43102
|
-
return h(
|
|
43112
|
+
return h(Bt(a.dataset.colors.from), Bt(a.dataset.colors.to), p.value || 10);
|
|
43103
43113
|
}), be = le(() => {
|
|
43104
43114
|
const E = [];
|
|
43105
43115
|
let j = 0;
|
|
@@ -43373,7 +43383,7 @@ const gH = ["id"], yH = {
|
|
|
43373
43383
|
}, null, 8, ["config"]))
|
|
43374
43384
|
], 14, gH));
|
|
43375
43385
|
}
|
|
43376
|
-
}, HH = /* @__PURE__ */
|
|
43386
|
+
}, HH = /* @__PURE__ */ Mt(TH, [["__scopeId", "data-v-a8d740fc"]]), PH = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
43377
43387
|
__proto__: null,
|
|
43378
43388
|
default: HH
|
|
43379
43389
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -43413,7 +43423,7 @@ const zH = ["xmlns", "viewBox"], OH = ["id"], RH = ["stop-color"], VH = ["stop-c
|
|
|
43413
43423
|
}), i = le(() => Fl(s.value.customPalette)), u = P(a.dataset.map((x, w) => ({
|
|
43414
43424
|
...x,
|
|
43415
43425
|
value: s.value.style.animation.show ? 0 : x.value || 0,
|
|
43416
|
-
color: x.color ?
|
|
43426
|
+
color: x.color ? Bt(x.color) : i.value[w] || Oe[w] || Oe[w % Oe.length]
|
|
43417
43427
|
}))), f = P(!0);
|
|
43418
43428
|
Nt(() => {
|
|
43419
43429
|
if (Vt(a.dataset) ? ot({
|
|
@@ -43436,11 +43446,11 @@ const zH = ["xmlns", "viewBox"], OH = ["id"], RH = ["stop-color"], VH = ["stop-c
|
|
|
43436
43446
|
Y += V / x, Y < V ? (u.value = u.value.map((O, z) => ({
|
|
43437
43447
|
...O,
|
|
43438
43448
|
value: O.value += w[z],
|
|
43439
|
-
color: O.color ?
|
|
43449
|
+
color: O.color ? Bt(O.color) : i.value[z] || Oe[z] || Oe[z % Oe.length]
|
|
43440
43450
|
})), requestAnimationFrame(oe)) : (f.value = !1, u.value = a.dataset.map((O, z) => ({
|
|
43441
43451
|
...O,
|
|
43442
43452
|
value: O.value || 0,
|
|
43443
|
-
color: O.color ?
|
|
43453
|
+
color: O.color ? Bt(O.color) : i.value[z] || Oe[z] || Oe[z % Oe.length],
|
|
43444
43454
|
id: xt()
|
|
43445
43455
|
})));
|
|
43446
43456
|
};
|
|
@@ -43612,7 +43622,7 @@ const zH = ["xmlns", "viewBox"], OH = ["id"], RH = ["stop-color"], VH = ["stop-c
|
|
|
43612
43622
|
], 4)) : S("", !0)
|
|
43613
43623
|
], 4));
|
|
43614
43624
|
}
|
|
43615
|
-
}, lP = /* @__PURE__ */
|
|
43625
|
+
}, lP = /* @__PURE__ */ Mt(tP, [["__scopeId", "data-v-7b97971d"]]), oP = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
43616
43626
|
__proto__: null,
|
|
43617
43627
|
default: lP
|
|
43618
43628
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -43850,7 +43860,7 @@ const aP = { key: 0 }, rP = { key: 1 }, nP = ["xmlns", "viewBox"], sP = ["id"],
|
|
|
43850
43860
|
}, null, 8, ["config"]))
|
|
43851
43861
|
], 36));
|
|
43852
43862
|
}
|
|
43853
|
-
}, wP = /* @__PURE__ */
|
|
43863
|
+
}, wP = /* @__PURE__ */ Mt(mP, [["__scopeId", "data-v-8c02ac59"]]), CP = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
43854
43864
|
__proto__: null,
|
|
43855
43865
|
default: wP
|
|
43856
43866
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -43926,7 +43936,7 @@ const xP = ["id"], kP = ["xmlns", "viewBox"], BP = ["id"], _P = ["stop-color"],
|
|
|
43926
43936
|
const pe = (I || []).reduce((ce, we) => ce + we, 0);
|
|
43927
43937
|
return {
|
|
43928
43938
|
name: M,
|
|
43929
|
-
color: K ||
|
|
43939
|
+
color: K || Bt(K) || n.value[D] || Oe[D] || Oe[D % Oe.length],
|
|
43930
43940
|
value: pe,
|
|
43931
43941
|
proportion: pe / r.dataset.map((ce) => (ce.values || []).reduce((we, ge) => we + ge, 0)).reduce((ce, we) => ce + we, 0),
|
|
43932
43942
|
uid: xt()
|
|
@@ -43947,7 +43957,7 @@ const xP = ["id"], kP = ["xmlns", "viewBox"], BP = ["id"], _P = ["stop-color"],
|
|
|
43947
43957
|
})), 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
43958
|
uid: D,
|
|
43949
43959
|
name: I,
|
|
43950
|
-
color: K ||
|
|
43960
|
+
color: K || Bt(K) || n.value[pe] || Oe[pe] || Oe[pe % Oe.length],
|
|
43951
43961
|
value: M,
|
|
43952
43962
|
proportion: oe(M),
|
|
43953
43963
|
percentage: M / be.value * 100,
|
|
@@ -44295,7 +44305,7 @@ const xP = ["id"], kP = ["xmlns", "viewBox"], BP = ["id"], _P = ["stop-color"],
|
|
|
44295
44305
|
}, 8, ["config"])) : S("", !0)
|
|
44296
44306
|
], 46, xP));
|
|
44297
44307
|
}
|
|
44298
|
-
}, NP = /* @__PURE__ */
|
|
44308
|
+
}, NP = /* @__PURE__ */ Mt(IP, [["__scopeId", "data-v-097aee62"]]), DP = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
44299
44309
|
__proto__: null,
|
|
44300
44310
|
default: NP
|
|
44301
44311
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -44506,7 +44516,7 @@ const TP = ["id"], HP = ["xmlns", "viewBox"], PP = ["x1", "x2", "y1", "y2", "str
|
|
|
44506
44516
|
}, null, 8, ["config"]))
|
|
44507
44517
|
], 12, TP));
|
|
44508
44518
|
}
|
|
44509
|
-
}, VP = /* @__PURE__ */
|
|
44519
|
+
}, VP = /* @__PURE__ */ Mt(RP, [["__scopeId", "data-v-418e9755"]]), WP = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
44510
44520
|
__proto__: null,
|
|
44511
44521
|
default: VP
|
|
44512
44522
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -44755,7 +44765,7 @@ const KP = ["id"], jP = ["xmlns", "viewBox"], GP = { key: 0 }, XP = ["d", "strok
|
|
|
44755
44765
|
}, null, 8, ["config"]))
|
|
44756
44766
|
], 14, KP));
|
|
44757
44767
|
}
|
|
44758
|
-
}, ez = /* @__PURE__ */
|
|
44768
|
+
}, ez = /* @__PURE__ */ Mt(ZP, [["__scopeId", "data-v-632c6ab0"]]), tz = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
44759
44769
|
__proto__: null,
|
|
44760
44770
|
default: ez
|
|
44761
44771
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -44853,7 +44863,7 @@ const lz = ["id"], oz = ["xmlns", "viewBox"], az = ["id"], rz = ["stop-color"],
|
|
|
44853
44863
|
}), r.dataset.map((U, Q) => ({
|
|
44854
44864
|
...U,
|
|
44855
44865
|
values: U.values || [],
|
|
44856
|
-
color:
|
|
44866
|
+
color: Bt(U.color) || V.value[Q] || Oe[Q] || Oe[Q % Oe.length],
|
|
44857
44867
|
length: (U.values || []).length,
|
|
44858
44868
|
uid: xt()
|
|
44859
44869
|
})))), W = le(() => z.value.filter((U) => !d.value.includes(U.uid)).map((U) => ({
|
|
@@ -45121,7 +45131,7 @@ const lz = ["id"], oz = ["xmlns", "viewBox"], az = ["id"], rz = ["stop-color"],
|
|
|
45121
45131
|
}, [
|
|
45122
45132
|
y("stop", {
|
|
45123
45133
|
offset: "0%",
|
|
45124
|
-
"stop-color": `${se(
|
|
45134
|
+
"stop-color": `${se(Bt)(w.value.style.chart.backgroundColor)}00`
|
|
45125
45135
|
}, null, 8, iz),
|
|
45126
45136
|
y("stop", {
|
|
45127
45137
|
offset: "77%",
|
|
@@ -45129,7 +45139,7 @@ const lz = ["id"], oz = ["xmlns", "viewBox"], az = ["id"], rz = ["stop-color"],
|
|
|
45129
45139
|
}, null, 8, Az),
|
|
45130
45140
|
y("stop", {
|
|
45131
45141
|
offset: "100%",
|
|
45132
|
-
"stop-color": `${se(
|
|
45142
|
+
"stop-color": `${se(Bt)(w.value.style.chart.backgroundColor)}00`
|
|
45133
45143
|
}, null, 8, uz)
|
|
45134
45144
|
], 8, sz)
|
|
45135
45145
|
]),
|
|
@@ -45244,8 +45254,8 @@ const lz = ["id"], oz = ["xmlns", "viewBox"], az = ["id"], rz = ["stop-color"],
|
|
|
45244
45254
|
(A(!0), c(ve, null, Fe(_.donutHover, (ne, _e) => (A(), c("g", null, [
|
|
45245
45255
|
y("text", {
|
|
45246
45256
|
"data-cy-hover-label": "",
|
|
45247
|
-
"text-anchor": se(
|
|
45248
|
-
x: se(
|
|
45257
|
+
"text-anchor": se(Et)(ne, !0, 0).anchor,
|
|
45258
|
+
x: se(Et)(ne, !0, 3).x,
|
|
45249
45259
|
y: se(_l)(ne),
|
|
45250
45260
|
fill: w.value.style.chart.layout.grid.yAxis.dataLabels.color,
|
|
45251
45261
|
"font-size": 8,
|
|
@@ -45392,8 +45402,8 @@ const lz = ["id"], oz = ["xmlns", "viewBox"], az = ["id"], rz = ["stop-color"],
|
|
|
45392
45402
|
}, null, 8, Rz))), 256)),
|
|
45393
45403
|
(A(!0), c(ve, null, Fe(h.value.donutFocus, (_, de) => (A(), c("g", Vz, [
|
|
45394
45404
|
y("text", {
|
|
45395
|
-
"text-anchor": se(
|
|
45396
|
-
x: se(
|
|
45405
|
+
"text-anchor": se(Et)(_, !0, 20).anchor,
|
|
45406
|
+
x: se(Et)(_, !0, 10).x,
|
|
45397
45407
|
y: se(_l)(_),
|
|
45398
45408
|
fill: w.value.style.chart.layout.grid.yAxis.dataLabels.color,
|
|
45399
45409
|
"font-size": 10,
|
|
@@ -45532,7 +45542,7 @@ const lz = ["id"], oz = ["xmlns", "viewBox"], az = ["id"], rz = ["stop-color"],
|
|
|
45532
45542
|
}, 8, ["config"])) : S("", !0)
|
|
45533
45543
|
], 14, lz));
|
|
45534
45544
|
}
|
|
45535
|
-
}, lO = /* @__PURE__ */
|
|
45545
|
+
}, lO = /* @__PURE__ */ Mt(tO, [["__scopeId", "data-v-c309b6a8"]]), oO = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
45536
45546
|
__proto__: null,
|
|
45537
45547
|
default: lO
|
|
45538
45548
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -46057,7 +46067,7 @@ const aO = ["id"], rO = ["xmlns", "viewBox"], nO = ["id"], sO = ["stop-color"],
|
|
|
46057
46067
|
}, 8, ["config"])) : S("", !0)
|
|
46058
46068
|
], 14, aO));
|
|
46059
46069
|
}
|
|
46060
|
-
}, UO = /* @__PURE__ */
|
|
46070
|
+
}, UO = /* @__PURE__ */ Mt($O, [["__scopeId", "data-v-73c6990c"]]), MO = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
46061
46071
|
__proto__: null,
|
|
46062
46072
|
default: UO
|
|
46063
46073
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -46123,7 +46133,7 @@ const vu = (e) => (Do("data-v-4c83af4b"), e = e(), To(), e), QO = ["id"], EO = [
|
|
|
46123
46133
|
...I,
|
|
46124
46134
|
id: xt(),
|
|
46125
46135
|
proportion: (I.value || 0) / F,
|
|
46126
|
-
color:
|
|
46136
|
+
color: Bt(I.color) || p.value[M] || Oe[M] || Oe[M % Oe.length],
|
|
46127
46137
|
breakdown: I.breakdown ? I.breakdown.sort((K, D) => D.value - K.value) : null
|
|
46128
46138
|
})).sort((I, M) => M.value - I.value), $ = [];
|
|
46129
46139
|
let G = 0;
|
|
@@ -46450,7 +46460,7 @@ const vu = (e) => (Do("data-v-4c83af4b"), e = e(), To(), e), QO = ["id"], EO = [
|
|
|
46450
46460
|
}, [
|
|
46451
46461
|
y("stop", {
|
|
46452
46462
|
offset: "0%",
|
|
46453
|
-
"stop-color": `${se(
|
|
46463
|
+
"stop-color": `${se(Bt)(m.value.style.chart.backgroundColor)}00`
|
|
46454
46464
|
}, null, 8, NO),
|
|
46455
46465
|
y("stop", {
|
|
46456
46466
|
offset: "100%",
|
|
@@ -46462,7 +46472,7 @@ const vu = (e) => (Do("data-v-4c83af4b"), e = e(), To(), e), QO = ["id"], EO = [
|
|
|
46462
46472
|
}, [
|
|
46463
46473
|
y("stop", {
|
|
46464
46474
|
offset: "0%",
|
|
46465
|
-
"stop-color": `${se(
|
|
46475
|
+
"stop-color": `${se(Bt)(m.value.style.chart.backgroundColor)}00`
|
|
46466
46476
|
}, null, 8, HO),
|
|
46467
46477
|
y("stop", {
|
|
46468
46478
|
offset: "100%",
|
|
@@ -46474,7 +46484,7 @@ const vu = (e) => (Do("data-v-4c83af4b"), e = e(), To(), e), QO = ["id"], EO = [
|
|
|
46474
46484
|
}, [
|
|
46475
46485
|
y("stop", {
|
|
46476
46486
|
offset: "0%",
|
|
46477
|
-
"stop-color": `${se(
|
|
46487
|
+
"stop-color": `${se(Bt)(m.value.style.chart.backgroundColor)}00`
|
|
46478
46488
|
}, null, 8, OO),
|
|
46479
46489
|
y("stop", {
|
|
46480
46490
|
offset: "100%",
|
|
@@ -46494,7 +46504,7 @@ const vu = (e) => (Do("data-v-4c83af4b"), e = e(), To(), e), QO = ["id"], EO = [
|
|
|
46494
46504
|
}, null, 8, WO),
|
|
46495
46505
|
y("stop", {
|
|
46496
46506
|
offset: "75%",
|
|
46497
|
-
"stop-color": `${se(
|
|
46507
|
+
"stop-color": `${se(Bt)(m.value.style.chart.backgroundColor)}00`
|
|
46498
46508
|
}, null, 8, KO),
|
|
46499
46509
|
y("stop", {
|
|
46500
46510
|
offset: "100%",
|
|
@@ -46761,12 +46771,12 @@ const vu = (e) => (Do("data-v-4c83af4b"), e = e(), To(), e), QO = ["id"], EO = [
|
|
|
46761
46771
|
}, [
|
|
46762
46772
|
y("stop", {
|
|
46763
46773
|
offset: "0%",
|
|
46764
|
-
"stop-color": `${se(
|
|
46774
|
+
"stop-color": `${se(Bt)(m.value.style.chart.backgroundColor)}00`
|
|
46765
46775
|
}, null, 8, DR),
|
|
46766
46776
|
TR,
|
|
46767
46777
|
y("stop", {
|
|
46768
46778
|
offset: "100%",
|
|
46769
|
-
"stop-color": `${se(
|
|
46779
|
+
"stop-color": `${se(Bt)(m.value.style.chart.backgroundColor)}00`
|
|
46770
46780
|
}, null, 8, HR)
|
|
46771
46781
|
], 8, NR)
|
|
46772
46782
|
]),
|
|
@@ -46787,15 +46797,15 @@ const vu = (e) => (Do("data-v-4c83af4b"), e = e(), To(), e), QO = ["id"], EO = [
|
|
|
46787
46797
|
(A(!0), c(ve, null, Fe($.fill.donut, (I, M) => (A(), c("g", null, [
|
|
46788
46798
|
W(I, $.fill.donut, !0) > 6 ? (A(), c("g", OR, [
|
|
46789
46799
|
y("text", {
|
|
46790
|
-
"text-anchor": se(
|
|
46791
|
-
x: se(
|
|
46800
|
+
"text-anchor": se(Et)(I, !0, 0).anchor,
|
|
46801
|
+
x: se(Et)(I, !0, 2).x,
|
|
46792
46802
|
y: se(_l)(I, 12, 12),
|
|
46793
46803
|
fill: m.value.style.chart.legend.color,
|
|
46794
46804
|
"font-size": m.value.style.chart.legend.fontSize / 1.5
|
|
46795
46805
|
}, 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
46806
|
y("text", {
|
|
46797
|
-
"text-anchor": se(
|
|
46798
|
-
x: se(
|
|
46807
|
+
"text-anchor": se(Et)(I).anchor,
|
|
46808
|
+
x: se(Et)(I, !0, 2).x,
|
|
46799
46809
|
y: se(_l)(I, 12, 12) + m.value.style.chart.legend.fontSize / 1.5,
|
|
46800
46810
|
fill: m.value.style.chart.legend.color,
|
|
46801
46811
|
"font-size": m.value.style.chart.legend.fontSize / 1.5
|
|
@@ -47013,12 +47023,12 @@ const vu = (e) => (Do("data-v-4c83af4b"), e = e(), To(), e), QO = ["id"], EO = [
|
|
|
47013
47023
|
}, [
|
|
47014
47024
|
y("stop", {
|
|
47015
47025
|
offset: "0%",
|
|
47016
|
-
"stop-color": `${se(
|
|
47026
|
+
"stop-color": `${se(Bt)(m.value.style.chart.backgroundColor)}00`
|
|
47017
47027
|
}, null, 8, xV),
|
|
47018
47028
|
kV,
|
|
47019
47029
|
y("stop", {
|
|
47020
47030
|
offset: "100%",
|
|
47021
|
-
"stop-color": `${se(
|
|
47031
|
+
"stop-color": `${se(Bt)(m.value.style.chart.backgroundColor)}00`
|
|
47022
47032
|
}, null, 8, BV)
|
|
47023
47033
|
], 8, CV)
|
|
47024
47034
|
]),
|
|
@@ -47039,15 +47049,15 @@ const vu = (e) => (Do("data-v-4c83af4b"), e = e(), To(), e), QO = ["id"], EO = [
|
|
|
47039
47049
|
(A(!0), c(ve, null, Fe($.fill.donut, (I, M) => (A(), c("g", null, [
|
|
47040
47050
|
W(I, $.fill.donut, !0) > 6 ? (A(), c("g", SV, [
|
|
47041
47051
|
y("text", {
|
|
47042
|
-
"text-anchor": se(
|
|
47043
|
-
x: se(
|
|
47052
|
+
"text-anchor": se(Et)(I, !0, 0).anchor,
|
|
47053
|
+
x: se(Et)(I, !0, 2).x,
|
|
47044
47054
|
y: se(_l)(I, 12, 12),
|
|
47045
47055
|
fill: m.value.style.chart.legend.color,
|
|
47046
47056
|
"font-size": m.value.style.chart.legend.fontSize / 1.5
|
|
47047
47057
|
}, 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
47058
|
y("text", {
|
|
47049
|
-
"text-anchor": se(
|
|
47050
|
-
x: se(
|
|
47059
|
+
"text-anchor": se(Et)(I).anchor,
|
|
47060
|
+
x: se(Et)(I, !0, 2).x,
|
|
47051
47061
|
y: se(_l)(I, 12, 12) + m.value.style.chart.legend.fontSize / 1.5,
|
|
47052
47062
|
fill: m.value.style.chart.legend.color,
|
|
47053
47063
|
"font-size": m.value.style.chart.legend.fontSize / 1.5
|
|
@@ -47122,7 +47132,7 @@ const vu = (e) => (Do("data-v-4c83af4b"), e = e(), To(), e), QO = ["id"], EO = [
|
|
|
47122
47132
|
}, 8, ["config"])) : S("", !0)
|
|
47123
47133
|
], 12, QO));
|
|
47124
47134
|
}
|
|
47125
|
-
}, IV = /* @__PURE__ */
|
|
47135
|
+
}, IV = /* @__PURE__ */ Mt(EV, [["__scopeId", "data-v-4c83af4b"]]), NV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
47126
47136
|
__proto__: null,
|
|
47127
47137
|
default: IV
|
|
47128
47138
|
}, 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 +47641,12 @@ const nW = ["id"], sW = ["xmlns", "viewBox"], iW = ["id"], AW = ["stop-color"],
|
|
|
47631
47641
|
function R(ue) {
|
|
47632
47642
|
d.value.focus(), fl(() => {
|
|
47633
47643
|
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,
|
|
47644
|
+
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
47645
|
let pt = 0;
|
|
47636
|
-
function
|
|
47637
|
-
O.value = `${te + Le * pt} ${U + ze * pt} ${Q +
|
|
47646
|
+
function It() {
|
|
47647
|
+
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
47648
|
}
|
|
47639
|
-
|
|
47649
|
+
It();
|
|
47640
47650
|
});
|
|
47641
47651
|
}
|
|
47642
47652
|
function me(ue) {
|
|
@@ -47971,7 +47981,7 @@ const nW = ["id"], sW = ["xmlns", "viewBox"], iW = ["id"], AW = ["stop-color"],
|
|
|
47971
47981
|
}, 8, ["config"])) : S("", !0)
|
|
47972
47982
|
], 46, nW));
|
|
47973
47983
|
}
|
|
47974
|
-
}, hW = /* @__PURE__ */
|
|
47984
|
+
}, hW = /* @__PURE__ */ Mt(dW, [["__scopeId", "data-v-be78c0c9"]]), fW = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
47975
47985
|
__proto__: null,
|
|
47976
47986
|
default: hW
|
|
47977
47987
|
}, 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 +48203,7 @@ const wW = ["xmlns", "viewBox"], CW = { key: 0 }, xW = ["stroke"], kW = ["stroke
|
|
|
48193
48203
|
])) : S("", !0)
|
|
48194
48204
|
], 8, wW));
|
|
48195
48205
|
}
|
|
48196
|
-
}, UW = /* @__PURE__ */
|
|
48206
|
+
}, UW = /* @__PURE__ */ Mt($W, [["__scopeId", "data-v-baedef4c"]]), MW = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
48197
48207
|
__proto__: null,
|
|
48198
48208
|
default: UW
|
|
48199
48209
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -48312,7 +48322,7 @@ const Ed = (e) => (Do("data-v-9e42f916"), e = e(), To(), e), QW = ["id"], EW = [
|
|
|
48312
48322
|
id: `${l.value}_${ue}_${te}`,
|
|
48313
48323
|
seriesIndex: te,
|
|
48314
48324
|
datasetIndex: ue,
|
|
48315
|
-
color:
|
|
48325
|
+
color: Bt(H.color) || k.value[te] || Oe[te] || Oe[te % Oe.length],
|
|
48316
48326
|
value: (H.values || []).reduce((U, Q) => U + Q, 0),
|
|
48317
48327
|
absoluteValues: H.values || []
|
|
48318
48328
|
}))
|
|
@@ -48719,8 +48729,8 @@ const Ed = (e) => (Do("data-v-9e42f916"), e = e(), To(), e), QW = ["id"], EW = [
|
|
|
48719
48729
|
xe(U) && x.value.dataLabels.show && n.value.style.chart.layout.labels.dataLabels.showPercentage ? (A(), c("text", {
|
|
48720
48730
|
key: 0,
|
|
48721
48731
|
class: Ie({ animated: n.value.useCssAnimation }),
|
|
48722
|
-
"text-anchor": se(
|
|
48723
|
-
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,
|
|
48724
48734
|
y: se(_l)(U, n.value.style.chart.layout.labels.dataLabels.offsetY, n.value.style.chart.layout.labels.dataLabels.offsetY),
|
|
48725
48735
|
fill: n.value.style.chart.layout.labels.dataLabels.useSerieColor ? U.color : n.value.style.chart.layout.labels.dataLabels.color,
|
|
48726
48736
|
"font-size": n.value.style.chart.layout.labels.dataLabels.fontSize,
|
|
@@ -48729,8 +48739,8 @@ const Ed = (e) => (Do("data-v-9e42f916"), e = e(), To(), e), QW = ["id"], EW = [
|
|
|
48729
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", {
|
|
48730
48740
|
key: 1,
|
|
48731
48741
|
class: Ie({ animated: n.value.useCssAnimation }),
|
|
48732
|
-
"text-anchor": se(
|
|
48733
|
-
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,
|
|
48734
48744
|
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
48745
|
fill: n.value.style.chart.layout.labels.dataLabels.useSerieColor ? U.color : n.value.style.chart.layout.labels.dataLabels.color,
|
|
48736
48746
|
"font-size": n.value.style.chart.layout.labels.dataLabels.fontSize,
|
|
@@ -48739,8 +48749,8 @@ const Ed = (e) => (Do("data-v-9e42f916"), e = e(), To(), e), QW = ["id"], EW = [
|
|
|
48739
48749
|
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
48750
|
key: 2,
|
|
48741
48751
|
class: Ie({ animated: n.value.useCssAnimation }),
|
|
48742
|
-
"text-anchor": se(
|
|
48743
|
-
x: se(
|
|
48752
|
+
"text-anchor": se(Et)(U, !0).anchor,
|
|
48753
|
+
x: se(Et)(U, !1, n.value.style.chart.layout.labels.dataLabels.offsetX).x,
|
|
48744
48754
|
y: se(_l)(U, n.value.style.chart.layout.labels.dataLabels.offsetY, n.value.style.chart.layout.labels.dataLabels.offsetY),
|
|
48745
48755
|
fill: n.value.style.chart.layout.labels.dataLabels.useSerieColor ? U.color : n.value.style.chart.layout.labels.dataLabels.color,
|
|
48746
48756
|
"font-size": n.value.style.chart.layout.labels.dataLabels.fontSize,
|
|
@@ -48871,7 +48881,7 @@ const Ed = (e) => (Do("data-v-9e42f916"), e = e(), To(), e), QW = ["id"], EW = [
|
|
|
48871
48881
|
}, 8, ["config"])) : S("", !0)
|
|
48872
48882
|
], 14, QW));
|
|
48873
48883
|
}
|
|
48874
|
-
}, oK = /* @__PURE__ */
|
|
48884
|
+
}, oK = /* @__PURE__ */ Mt(lK, [["__scopeId", "data-v-9e42f916"]]), aK = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
48875
48885
|
__proto__: null,
|
|
48876
48886
|
default: oK
|
|
48877
48887
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -49055,56 +49065,56 @@ const rK = ["xmlns", "viewBox"], nK = ["id"], sK = ["stop-color"], iK = ["stop-c
|
|
|
49055
49065
|
],
|
|
49056
49066
|
setup(e, { expose: t, emit: a }) {
|
|
49057
49067
|
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:
|
|
49068
|
+
VueUi3dBar: $t(() => Promise.resolve().then(() => NV)),
|
|
49069
|
+
VueUiAgePyramid: $t(() => Promise.resolve().then(() => yI)),
|
|
49070
|
+
VueUiAnnotator: $t(() => Promise.resolve().then(() => cD)),
|
|
49071
|
+
VueUiCandlestick: $t(() => Promise.resolve().then(() => zE)),
|
|
49072
|
+
VueUiChestnut: $t(() => Promise.resolve().then(() => sU)),
|
|
49073
|
+
VueUiDashboard: $t(() => Promise.resolve().then(() => EI)),
|
|
49074
|
+
VueUiDigits: $t(() => Promise.resolve().then(() => qV)),
|
|
49075
|
+
VueUiDonut: $t(() => Promise.resolve().then(() => kS)),
|
|
49076
|
+
VueUiDonutEvolution: $t(() => Promise.resolve().then(() => oO)),
|
|
49077
|
+
VueUiGalaxy: $t(() => Promise.resolve().then(() => UK)),
|
|
49078
|
+
VueUiGauge: $t(() => Promise.resolve().then(() => t$)),
|
|
49079
|
+
VueUiHeatmap: $t(() => Promise.resolve().then(() => AQ)),
|
|
49080
|
+
VueUiKpi: $t(() => Promise.resolve().then(() => QK)),
|
|
49081
|
+
VueUiMiniLoader: $t(() => Promise.resolve().then(() => MW)),
|
|
49082
|
+
VueUiMolecule: $t(() => Promise.resolve().then(() => fW)),
|
|
49083
|
+
VueUiMoodRadar: $t(() => Promise.resolve().then(() => MO)),
|
|
49084
|
+
VueUiNestedDonuts: $t(() => Promise.resolve().then(() => aK)),
|
|
49085
|
+
VueUiOnion: $t(() => Promise.resolve().then(() => xU)),
|
|
49086
|
+
VueUiQuadrant: $t(() => Promise.resolve().then(() => F9)),
|
|
49087
|
+
VueUiRadar: $t(() => Promise.resolve().then(() => BL)),
|
|
49088
|
+
VueUiRating: $t(() => Promise.resolve().then(() => _M)),
|
|
49089
|
+
VueUiRelationCircle: $t(() => Promise.resolve().then(() => vH)),
|
|
49090
|
+
VueUiRings: $t(() => Promise.resolve().then(() => DP)),
|
|
49091
|
+
VueUiScatter: $t(() => Promise.resolve().then(() => iE)),
|
|
49092
|
+
VueUiScreenshot: $t(() => Promise.resolve().then(() => sM)),
|
|
49093
|
+
VueUiSkeleton: $t(() => Promise.resolve().then(() => m4)),
|
|
49094
|
+
VueUiSmiley: $t(() => Promise.resolve().then(() => oH)),
|
|
49095
|
+
VueUiSparkbar: $t(() => Promise.resolve().then(() => aL)),
|
|
49096
|
+
VueUiSparkgauge: $t(() => Promise.resolve().then(() => hK)),
|
|
49097
|
+
VueUiSparkHistogram: $t(() => Promise.resolve().then(() => CP)),
|
|
49098
|
+
VueUiSparkline: $t(() => Promise.resolve().then(() => V4)),
|
|
49099
|
+
VueUiSparkStackbar: $t(() => Promise.resolve().then(() => oP)),
|
|
49100
|
+
VueUiTable: $t(() => Promise.resolve().then(() => H8)),
|
|
49101
|
+
VueUiTableSparkline: $t(() => Promise.resolve().then(() => o_)),
|
|
49102
|
+
VueUiThermometer: $t(() => Promise.resolve().then(() => PH)),
|
|
49103
|
+
VueUiTiremarks: $t(() => Promise.resolve().then(() => tz)),
|
|
49104
|
+
VueUiTreemap: $t(() => Promise.resolve().then(() => rj)),
|
|
49105
|
+
VueUiVerticalBar: $t(() => Promise.resolve().then(() => rM)),
|
|
49106
|
+
VueUiWaffle: $t(() => Promise.resolve().then(() => XS)),
|
|
49107
|
+
VueUiWheel: $t(() => Promise.resolve().then(() => WP)),
|
|
49108
|
+
VueUiXy: $t(() => Promise.resolve().then(() => h6)),
|
|
49109
|
+
VueUiTableHeatmap: $t(() => Promise.resolve().then(() => yj)),
|
|
49110
|
+
VueUiAccordion: $t(() => Promise.resolve().then(() => v_)),
|
|
49111
|
+
VueUiQuickChart: $t(() => Promise.resolve().then(() => WG)),
|
|
49112
|
+
VueUiCursor: $t(() => Promise.resolve().then(() => pX)),
|
|
49113
|
+
VueUiSparkTrend: $t(() => Promise.resolve().then(() => NX)),
|
|
49114
|
+
VueUiStripPlot: $t(() => Promise.resolve().then(() => iq)),
|
|
49115
|
+
VueUiDumbbell: $t(() => Promise.resolve().then(() => qq)),
|
|
49116
|
+
VueUiWordCloud: $t(() => Promise.resolve().then(() => aY)),
|
|
49117
|
+
VueUiXyCanvas: $t(() => Promise.resolve().then(() => hY))
|
|
49108
49118
|
}, u = {
|
|
49109
49119
|
VueUi3dBar: ["config", "dataset"],
|
|
49110
49120
|
VueUiAgePyramid: ["config", "dataset"],
|
|
@@ -49306,7 +49316,7 @@ const gK = ["id"], yK = ["xmlns", "viewBox"], pK = ["id"], bK = ["stdDeviation"]
|
|
|
49306
49316
|
}
|
|
49307
49317
|
const Y = le(() => r.dataset.map((G, I) => ({
|
|
49308
49318
|
name: G.name,
|
|
49309
|
-
color:
|
|
49319
|
+
color: Bt(G.color) || n.value[I] || Oe[I] || Oe[I % Oe.length],
|
|
49310
49320
|
value: G.values ? G.values.reduce((M, K) => M + K, 0) : 0,
|
|
49311
49321
|
absoluteValues: G.values || [0],
|
|
49312
49322
|
id: xt(),
|
|
@@ -49680,7 +49690,7 @@ const gK = ["id"], yK = ["xmlns", "viewBox"], pK = ["id"], bK = ["stdDeviation"]
|
|
|
49680
49690
|
}, 8, ["config"])) : S("", !0)
|
|
49681
49691
|
], 14, gK));
|
|
49682
49692
|
}
|
|
49683
|
-
}, $K = /* @__PURE__ */
|
|
49693
|
+
}, $K = /* @__PURE__ */ Mt(LK, [["__scopeId", "data-v-83213feb"]]), UK = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
49684
49694
|
__proto__: null,
|
|
49685
49695
|
default: $K
|
|
49686
49696
|
}, Symbol.toStringTag, { value: "Module" })), MK = {
|
|
@@ -49948,7 +49958,7 @@ const OK = (e) => (Do("data-v-b953b904"), e = e(), To(), e), RK = ["id"], VK = [
|
|
|
49948
49958
|
}));
|
|
49949
49959
|
function V(te) {
|
|
49950
49960
|
te.forEach((U, Q) => {
|
|
49951
|
-
U.id = xt(), U.color =
|
|
49961
|
+
U.id = xt(), U.color = Bt(U.color) || k.value[Q] || Oe[Q] || Oe[Q % Oe.length], U.children && (U.children.forEach((_) => {
|
|
49952
49962
|
_.parentId = U.id, _.color = U.color;
|
|
49953
49963
|
}), V(U.children));
|
|
49954
49964
|
});
|
|
@@ -49959,7 +49969,7 @@ const OK = (e) => (Do("data-v-b953b904"), e = e(), To(), e), RK = ["id"], VK = [
|
|
|
49959
49969
|
});
|
|
49960
49970
|
const oe = P(Y.value), O = le(() => oe.value.map((te, U) => ({
|
|
49961
49971
|
...te,
|
|
49962
|
-
color:
|
|
49972
|
+
color: Bt(te.color) || k.value[U] || Oe[U] || Oe[U % Oe.length]
|
|
49963
49973
|
})).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
49974
|
get() {
|
|
49965
49975
|
let te = [...O.value];
|
|
@@ -49980,7 +49990,7 @@ const OK = (e) => (Do("data-v-b953b904"), e = e(), To(), e), RK = ["id"], VK = [
|
|
|
49980
49990
|
}
|
|
49981
49991
|
function ee(te, U, Q, _) {
|
|
49982
49992
|
return te.map((de, ne) => {
|
|
49983
|
-
const _e = N(
|
|
49993
|
+
const _e = N(Bt(U) || k.value[ne] || Oe[ne] || Oe[ne % Oe.length], de, _), Ue = be(de, _);
|
|
49984
49994
|
return {
|
|
49985
49995
|
...de,
|
|
49986
49996
|
color: _e,
|
|
@@ -50067,7 +50077,7 @@ const OK = (e) => (Do("data-v-b953b904"), e = e(), To(), e), RK = ["id"], VK = [
|
|
|
50067
50077
|
}
|
|
50068
50078
|
const M = P(null), K = le(() => Y.value.map((te, U) => ({
|
|
50069
50079
|
...te,
|
|
50070
|
-
color:
|
|
50080
|
+
color: Bt(te.color) || k.value[U] || Oe[U] || Oe[U % Oe.length],
|
|
50071
50081
|
shape: "square"
|
|
50072
50082
|
})).sort((te, U) => U.value - te.value).map((te, U) => ({
|
|
50073
50083
|
...te,
|
|
@@ -50392,7 +50402,7 @@ const OK = (e) => (Do("data-v-b953b904"), e = e(), To(), e), RK = ["id"], VK = [
|
|
|
50392
50402
|
}, 8, ["config"])) : S("", !0)
|
|
50393
50403
|
], 14, RK));
|
|
50394
50404
|
}
|
|
50395
|
-
}, aj = /* @__PURE__ */
|
|
50405
|
+
}, aj = /* @__PURE__ */ Mt(oj, [["__scopeId", "data-v-b953b904"]]), rj = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
50396
50406
|
__proto__: null,
|
|
50397
50407
|
default: aj
|
|
50398
50408
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -50615,7 +50625,7 @@ const nj = ["id"], sj = { role: "cell" }, ij = { role: "row" }, Aj = ["data-cell
|
|
|
50615
50625
|
], 4)
|
|
50616
50626
|
], 14, nj));
|
|
50617
50627
|
}
|
|
50618
|
-
}, gj = /* @__PURE__ */
|
|
50628
|
+
}, gj = /* @__PURE__ */ Mt(vj, [["__scopeId", "data-v-5866a35d"]]), yj = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
50619
50629
|
__proto__: null,
|
|
50620
50630
|
default: gj
|
|
50621
50631
|
}, Symbol.toStringTag, { value: "Module" })), kl = {
|
|
@@ -50870,7 +50880,7 @@ const w1 = (e) => (Do("data-v-9a981126"), e = e(), To(), e), kj = ["id"], Bj = [
|
|
|
50870
50880
|
id: `donut_${te}`
|
|
50871
50881
|
})).map((H, te) => ({
|
|
50872
50882
|
...H,
|
|
50873
|
-
color: H.COLOR ?
|
|
50883
|
+
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
50884
|
immutableValue: H.value
|
|
50875
50885
|
}));
|
|
50876
50886
|
function K(H, te) {
|
|
@@ -50980,7 +50990,7 @@ const w1 = (e) => (Do("data-v-9a981126"), e = e(), To(), e), kj = ["id"], Bj = [
|
|
|
50980
50990
|
id: `line_${_}`
|
|
50981
50991
|
})).map((Q, _) => ({
|
|
50982
50992
|
...Q,
|
|
50983
|
-
color: Q.COLOR ?
|
|
50993
|
+
color: Q.COLOR ? Bt(Q.COLOR) : k.value[_ + n.value.paletteStartIndex] || Oe[_ + n.value.paletteStartIndex] || Oe[(_ + n.value.paletteStartIndex) % Oe.length],
|
|
50984
50994
|
values: Q.values.slice(he.value.start, he.value.end),
|
|
50985
50995
|
absoluteIndices: Q.values.map((de, ne) => ne).slice(he.value.start, he.value.end)
|
|
50986
50996
|
})));
|
|
@@ -51092,7 +51102,7 @@ const w1 = (e) => (Do("data-v-9a981126"), e = e(), To(), e), kj = ["id"], Bj = [
|
|
|
51092
51102
|
id: `bar_${de}`
|
|
51093
51103
|
})).map((_, de) => ({
|
|
51094
51104
|
..._,
|
|
51095
|
-
color: _.COLOR ?
|
|
51105
|
+
color: _.COLOR ? Bt(_.COLOR) : k.value[de + n.value.paletteStartIndex] || Oe[de + n.value.paletteStartIndex] || Oe[(de + n.value.paletteStartIndex) % Oe.length],
|
|
51096
51106
|
values: _.values.slice(he.value.start, he.value.end),
|
|
51097
51107
|
absoluteIndices: _.values.map((ne, _e) => _e).slice(he.value.start, he.value.end)
|
|
51098
51108
|
})));
|
|
@@ -51311,7 +51321,7 @@ const w1 = (e) => (Do("data-v-9a981126"), e = e(), To(), e), kj = ["id"], Bj = [
|
|
|
51311
51321
|
(A(!0), c(ve, null, Fe(me.value.chart, (D, pe) => (A(), c(ve, null, [
|
|
51312
51322
|
me.value.isArcBigEnough(D) ? (A(), c("circle", {
|
|
51313
51323
|
key: 0,
|
|
51314
|
-
cx: se(
|
|
51324
|
+
cx: se(Et)(D).x,
|
|
51315
51325
|
cy: se(_l)(D) - 3.7,
|
|
51316
51326
|
fill: D.color,
|
|
51317
51327
|
r: 3,
|
|
@@ -51319,8 +51329,8 @@ const w1 = (e) => (Do("data-v-9a981126"), e = e(), To(), e), kj = ["id"], Bj = [
|
|
|
51319
51329
|
}, null, 8, Nj)) : S("", !0),
|
|
51320
51330
|
me.value.isArcBigEnough(D) ? (A(), c("text", {
|
|
51321
51331
|
key: 1,
|
|
51322
|
-
"text-anchor": se(
|
|
51323
|
-
x: se(
|
|
51332
|
+
"text-anchor": se(Et)(D, !0, 20).anchor,
|
|
51333
|
+
x: se(Et)(D, !0).x,
|
|
51324
51334
|
y: se(_l)(D),
|
|
51325
51335
|
fill: n.value.color,
|
|
51326
51336
|
"font-size": n.value.dataLabelFontSize,
|
|
@@ -51333,8 +51343,8 @@ const w1 = (e) => (Do("data-v-9a981126"), e = e(), To(), e), kj = ["id"], Bj = [
|
|
|
51333
51343
|
})) + ") ", 9, Dj)) : S("", !0),
|
|
51334
51344
|
me.value.isArcBigEnough(D, !0, 20) ? (A(), c("text", {
|
|
51335
51345
|
key: 2,
|
|
51336
|
-
"text-anchor": se(
|
|
51337
|
-
x: se(
|
|
51346
|
+
"text-anchor": se(Et)(D).anchor,
|
|
51347
|
+
x: se(Et)(D, !0).x,
|
|
51338
51348
|
y: se(_l)(D) + n.value.dataLabelFontSize,
|
|
51339
51349
|
fill: n.value.color,
|
|
51340
51350
|
"font-size": n.value.dataLabelFontSize,
|
|
@@ -51849,7 +51859,7 @@ const w1 = (e) => (Do("data-v-9a981126"), e = e(), To(), e), kj = ["id"], Bj = [
|
|
|
51849
51859
|
OG
|
|
51850
51860
|
]));
|
|
51851
51861
|
}
|
|
51852
|
-
}, VG = /* @__PURE__ */
|
|
51862
|
+
}, VG = /* @__PURE__ */ Mt(RG, [["__scopeId", "data-v-9a981126"]]), WG = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
51853
51863
|
__proto__: null,
|
|
51854
51864
|
default: VG
|
|
51855
51865
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -52074,7 +52084,7 @@ const C1 = (e) => (Do("data-v-c7b54730"), e = e(), To(), e), KG = ["xmlns", "hei
|
|
|
52074
52084
|
])) : S("", !0)
|
|
52075
52085
|
], 12, KG)) : S("", !0);
|
|
52076
52086
|
}
|
|
52077
|
-
}, yX = /* @__PURE__ */
|
|
52087
|
+
}, yX = /* @__PURE__ */ Mt(gX, [["__scopeId", "data-v-c7b54730"]]), pX = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
52078
52088
|
__proto__: null,
|
|
52079
52089
|
default: yX
|
|
52080
52090
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -52314,7 +52324,7 @@ const bX = ["id"], mX = ["xmlns", "viewBox"], wX = ["id"], CX = ["stop-color"],
|
|
|
52314
52324
|
}, null, 8, ["config"]))
|
|
52315
52325
|
], 12, bX));
|
|
52316
52326
|
}
|
|
52317
|
-
}, IX = /* @__PURE__ */
|
|
52327
|
+
}, IX = /* @__PURE__ */ Mt(EX, [["__scopeId", "data-v-d9c98df4"]]), NX = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
52318
52328
|
__proto__: null,
|
|
52319
52329
|
default: IX
|
|
52320
52330
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -52408,11 +52418,11 @@ const DX = ["id"], TX = ["xmlns", "viewBox"], HX = { key: 0 }, PX = { key: 0 },
|
|
|
52408
52418
|
return {
|
|
52409
52419
|
...$,
|
|
52410
52420
|
id: I,
|
|
52411
|
-
color: $.color ?
|
|
52421
|
+
color: $.color ? Bt($.color) : h.value[G] || Oe[G] || Oe[G % Oe.length],
|
|
52412
52422
|
plots: $.plots.map((M) => ({
|
|
52413
52423
|
...M,
|
|
52414
52424
|
parentId: I,
|
|
52415
|
-
color: $.color ?
|
|
52425
|
+
color: $.color ? Bt($.color) : h.value[G] || Oe[G] || Oe[G % Oe.length],
|
|
52416
52426
|
id: xt()
|
|
52417
52427
|
})).sort((M, K) => M.value - K.value)
|
|
52418
52428
|
};
|
|
@@ -52849,7 +52859,7 @@ const DX = ["id"], TX = ["xmlns", "viewBox"], HX = { key: 0 }, PX = { key: 0 },
|
|
|
52849
52859
|
}, 8, ["config"])) : S("", !0)
|
|
52850
52860
|
], 14, DX));
|
|
52851
52861
|
}
|
|
52852
|
-
}, sq = /* @__PURE__ */
|
|
52862
|
+
}, sq = /* @__PURE__ */ Mt(nq, [["__scopeId", "data-v-15636fd4"]]), iq = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
52853
52863
|
__proto__: null,
|
|
52854
52864
|
default: sq
|
|
52855
52865
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -53430,7 +53440,7 @@ const Aq = ["id"], uq = ["xmlns", "viewBox"], cq = { key: 0 }, dq = ["x1", "x2",
|
|
|
53430
53440
|
}, 8, ["config"])) : S("", !0)
|
|
53431
53441
|
], 14, Aq));
|
|
53432
53442
|
}
|
|
53433
|
-
}, Xq = /* @__PURE__ */
|
|
53443
|
+
}, Xq = /* @__PURE__ */ Mt(Gq, [["__scopeId", "data-v-5c77b1f6"]]), qq = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
53434
53444
|
__proto__: null,
|
|
53435
53445
|
default: Xq
|
|
53436
53446
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -53737,7 +53747,7 @@ const Yq = ["id"], Jq = ["xmlns", "viewBox"], Zq = ["transform"], eY = ["fill",
|
|
|
53737
53747
|
}, 8, ["config"])) : S("", !0)
|
|
53738
53748
|
], 12, Yq));
|
|
53739
53749
|
}
|
|
53740
|
-
}, oY = /* @__PURE__ */
|
|
53750
|
+
}, oY = /* @__PURE__ */ Mt(lY, [["__scopeId", "data-v-d010b4db"]]), aY = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
53741
53751
|
__proto__: null,
|
|
53742
53752
|
default: oY
|
|
53743
53753
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -53951,9 +53961,9 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
53951
53961
|
function me(Le, ze) {
|
|
53952
53962
|
return Le / ze;
|
|
53953
53963
|
}
|
|
53954
|
-
function he({ series: Le, min: ze, max:
|
|
53955
|
-
return Le.map((
|
|
53956
|
-
const zt =
|
|
53964
|
+
function he({ series: Le, min: ze, max: We, scale: kt, stackIndex: pt = null }) {
|
|
53965
|
+
return Le.map((It, Dt) => {
|
|
53966
|
+
const zt = kt.min < 0 ? Math.abs(kt.min) : 0, vo = me(It + zt, zt + kt.max);
|
|
53957
53967
|
let cl = 0;
|
|
53958
53968
|
if (pt === null)
|
|
53959
53969
|
cl = R.value.bottom - R.value.height * vo;
|
|
@@ -53964,22 +53974,22 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
53964
53974
|
return {
|
|
53965
53975
|
x: R.value.left + R.value.slot * Dt + R.value.slot / 2,
|
|
53966
53976
|
y: cl,
|
|
53967
|
-
value:
|
|
53977
|
+
value: It
|
|
53968
53978
|
};
|
|
53969
53979
|
});
|
|
53970
53980
|
}
|
|
53971
53981
|
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 +
|
|
53982
|
+
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) => ({
|
|
53983
|
+
y: R.value.bottom - R.value.height * ((Dt + kt) / (We.max + kt)),
|
|
53974
53984
|
x: R.value.left - 8,
|
|
53975
53985
|
value: Dt
|
|
53976
53986
|
}));
|
|
53977
53987
|
return {
|
|
53978
|
-
absoluteMin:
|
|
53988
|
+
absoluteMin: kt,
|
|
53979
53989
|
max: ze,
|
|
53980
53990
|
min: Le,
|
|
53981
|
-
scale:
|
|
53982
|
-
yLabels:
|
|
53991
|
+
scale: We,
|
|
53992
|
+
yLabels: It,
|
|
53983
53993
|
zero: pt
|
|
53984
53994
|
};
|
|
53985
53995
|
}), E = le(() => j.value.map((Le) => `
|
|
@@ -53996,30 +54006,30 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
53996
54006
|
})}</span>
|
|
53997
54007
|
</div>
|
|
53998
54008
|
`)), j = le(() => {
|
|
53999
|
-
const Le = R.value.height / r.dataset.filter((ze,
|
|
54000
|
-
return r.dataset.map((ze,
|
|
54009
|
+
const Le = R.value.height / r.dataset.filter((ze, We) => !h.value.includes(We)).length;
|
|
54010
|
+
return r.dataset.map((ze, We) => ({
|
|
54001
54011
|
...ze,
|
|
54002
54012
|
series: ze.series.slice(T.value.start, T.value.end),
|
|
54003
|
-
absoluteIndex:
|
|
54004
|
-
})).filter((ze,
|
|
54005
|
-
const
|
|
54006
|
-
y: R.value.bottom - Le *
|
|
54013
|
+
absoluteIndex: We
|
|
54014
|
+
})).filter((ze, We) => !h.value.includes(We)).map((ze, We) => {
|
|
54015
|
+
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) => ({
|
|
54016
|
+
y: R.value.bottom - Le * We - Le * q.value * ((so + Dt) / (It.max + Dt)),
|
|
54007
54017
|
x: R.value.left - 8,
|
|
54008
54018
|
value: so
|
|
54009
54019
|
})), cl = he({
|
|
54010
54020
|
series: ze.series,
|
|
54011
|
-
min: be.value.stacked ?
|
|
54021
|
+
min: be.value.stacked ? kt : re.value.min,
|
|
54012
54022
|
max: be.value.stacked ? pt : re.value.max,
|
|
54013
|
-
scale: be.value.stacked ?
|
|
54014
|
-
stackIndex: be.value.stacked ?
|
|
54023
|
+
scale: be.value.stacked ? It : re.value.scale,
|
|
54024
|
+
stackIndex: be.value.stacked ? We : null
|
|
54015
54025
|
});
|
|
54016
54026
|
return {
|
|
54017
54027
|
...ze,
|
|
54018
|
-
color:
|
|
54028
|
+
color: Bt(ze.color || ee.value[ze.absoluteIndex] || Oe[ze.absoluteIndex] || Oe[ze.absoluteIndex % Oe.length]),
|
|
54019
54029
|
coordinatesLine: cl,
|
|
54020
|
-
min:
|
|
54030
|
+
min: kt,
|
|
54021
54031
|
max: pt,
|
|
54022
|
-
localScale:
|
|
54032
|
+
localScale: It,
|
|
54023
54033
|
localZero: zt,
|
|
54024
54034
|
localMin: Dt,
|
|
54025
54035
|
localYLabels: vo
|
|
@@ -54042,19 +54052,19 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54042
54052
|
}
|
|
54043
54053
|
function M() {
|
|
54044
54054
|
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
|
|
54055
|
+
const Le = R.value.height / r.dataset.filter((ze, We) => !h.value.includes(We)).length;
|
|
54056
|
+
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) => {
|
|
54057
|
+
for (let kt = 0; kt < T.value.end - T.value.start + 1; kt += 1)
|
|
54048
54058
|
Wo(
|
|
54049
54059
|
u.value,
|
|
54050
54060
|
[
|
|
54051
54061
|
{
|
|
54052
|
-
x: R.value.left + R.value.slot *
|
|
54053
|
-
y: R.value.bottom - Le *
|
|
54062
|
+
x: R.value.left + R.value.slot * kt,
|
|
54063
|
+
y: R.value.bottom - Le * We - Le * q.value
|
|
54054
54064
|
},
|
|
54055
54065
|
{
|
|
54056
|
-
x: R.value.left + R.value.slot *
|
|
54057
|
-
y: R.value.bottom - Le *
|
|
54066
|
+
x: R.value.left + R.value.slot * kt,
|
|
54067
|
+
y: R.value.bottom - Le * We
|
|
54058
54068
|
}
|
|
54059
54069
|
],
|
|
54060
54070
|
{
|
|
@@ -54062,28 +54072,28 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54062
54072
|
}
|
|
54063
54073
|
);
|
|
54064
54074
|
}), 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
|
-
|
|
54075
|
+
ze.localYLabels.forEach((We, kt) => {
|
|
54076
|
+
kt < ze.localYLabels.length - 1 && Dc(
|
|
54067
54077
|
u.value,
|
|
54068
54078
|
[
|
|
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[
|
|
54079
|
+
{ x: R.value.left, y: We.y },
|
|
54080
|
+
{ x: R.value.right, y: We.y },
|
|
54081
|
+
{ x: R.value.right, y: ze.localYLabels[kt + 1].y },
|
|
54082
|
+
{ x: R.value.left, y: ze.localYLabels[kt + 1].y }
|
|
54073
54083
|
],
|
|
54074
54084
|
{
|
|
54075
|
-
fillColor:
|
|
54085
|
+
fillColor: kt % 2 === 0 ? "transparent" : W.value.style.chart.grid.x.horizontalLines.color + st[W.value.style.chart.grid.x.horizontalLines.opacity],
|
|
54076
54086
|
strokeColor: "transparent"
|
|
54077
54087
|
}
|
|
54078
54088
|
);
|
|
54079
54089
|
});
|
|
54080
54090
|
}) : j.value.forEach((ze) => {
|
|
54081
|
-
ze.localYLabels.slice(T.value.start, T.value.end).forEach((
|
|
54091
|
+
ze.localYLabels.slice(T.value.start, T.value.end).forEach((We) => {
|
|
54082
54092
|
Wo(
|
|
54083
54093
|
u.value,
|
|
54084
54094
|
[
|
|
54085
|
-
{ x: R.value.left, y:
|
|
54086
|
-
{ x: R.value.right, y:
|
|
54095
|
+
{ x: R.value.left, y: We.y },
|
|
54096
|
+
{ x: R.value.right, y: We.y }
|
|
54087
54097
|
],
|
|
54088
54098
|
{
|
|
54089
54099
|
color: W.value.style.chart.grid.x.horizontalLines.color
|
|
@@ -54102,27 +54112,27 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54102
54112
|
lineDash: W.value.style.chart.grid.zeroLine.dashed ? [10, 10] : [0, 0]
|
|
54103
54113
|
}
|
|
54104
54114
|
);
|
|
54105
|
-
}), W.value.style.chart.grid.y.axisLabels.show && j.value.forEach((ze,
|
|
54115
|
+
}), W.value.style.chart.grid.y.axisLabels.show && j.value.forEach((ze, We) => {
|
|
54106
54116
|
Wo(
|
|
54107
54117
|
u.value,
|
|
54108
54118
|
[
|
|
54109
|
-
{ x: R.value.left, y: R.value.bottom - Le *
|
|
54110
|
-
{ x: R.value.left, y: R.value.bottom - Le *
|
|
54119
|
+
{ x: R.value.left, y: R.value.bottom - Le * We },
|
|
54120
|
+
{ x: R.value.left, y: R.value.bottom - Le * We - Le * q.value }
|
|
54111
54121
|
],
|
|
54112
54122
|
{
|
|
54113
54123
|
color: ze.color
|
|
54114
54124
|
}
|
|
54115
|
-
), ze.localYLabels.forEach((
|
|
54125
|
+
), ze.localYLabels.forEach((kt) => {
|
|
54116
54126
|
Mr(
|
|
54117
54127
|
u.value,
|
|
54118
54128
|
at({
|
|
54119
54129
|
p: ze.prefix || W.value.style.chart.grid.y.axisLabels.prefix || "",
|
|
54120
|
-
v:
|
|
54130
|
+
v: kt.value,
|
|
54121
54131
|
s: ze.suffix || W.value.style.chart.grid.y.axisLabels.suffix || "",
|
|
54122
54132
|
r: ze.rounding || W.value.style.chart.grid.y.axisLabels.rounding || 0
|
|
54123
54133
|
}),
|
|
54124
|
-
|
|
54125
|
-
|
|
54134
|
+
kt.x + W.value.style.chart.grid.y.axisLabels.offsetX,
|
|
54135
|
+
kt.y,
|
|
54126
54136
|
{
|
|
54127
54137
|
align: "right",
|
|
54128
54138
|
font: `${f.value / 40 * W.value.style.chart.grid.y.axisLabels.fontSizeRatio}px ${W.value.style.fontFamily}`,
|
|
@@ -54130,12 +54140,12 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54130
54140
|
}
|
|
54131
54141
|
);
|
|
54132
54142
|
});
|
|
54133
|
-
}), j.value.forEach((ze,
|
|
54143
|
+
}), j.value.forEach((ze, We) => {
|
|
54134
54144
|
Mr(
|
|
54135
54145
|
u.value,
|
|
54136
54146
|
ze.name,
|
|
54137
54147
|
f.value / 35,
|
|
54138
|
-
R.value.bottom - Le *
|
|
54148
|
+
R.value.bottom - Le * We - Le * q.value / 2,
|
|
54139
54149
|
{
|
|
54140
54150
|
align: "center",
|
|
54141
54151
|
rotation: -90,
|
|
@@ -54304,13 +54314,13 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54304
54314
|
);
|
|
54305
54315
|
}
|
|
54306
54316
|
function ce() {
|
|
54307
|
-
const Le = R.value.height / r.dataset.filter((ze,
|
|
54308
|
-
be.value.stacked ? j.value.forEach((ze,
|
|
54317
|
+
const Le = R.value.height / r.dataset.filter((ze, We) => !h.value.includes(We)).length;
|
|
54318
|
+
be.value.stacked ? j.value.forEach((ze, We) => {
|
|
54309
54319
|
Wo(
|
|
54310
54320
|
u.value,
|
|
54311
54321
|
[
|
|
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 *
|
|
54322
|
+
{ x: R.value.left + R.value.slot * m.value + R.value.slot / 2, y: R.value.bottom - Le * We },
|
|
54323
|
+
{ x: R.value.left + R.value.slot * m.value + R.value.slot / 2, y: R.value.bottom - Le * We - Le * q.value }
|
|
54314
54324
|
],
|
|
54315
54325
|
{
|
|
54316
54326
|
color: W.value.style.chart.selector.color,
|
|
@@ -54333,25 +54343,25 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54333
54343
|
}
|
|
54334
54344
|
function we() {
|
|
54335
54345
|
G.value.forEach((Le, ze) => {
|
|
54336
|
-
for (let
|
|
54346
|
+
for (let We = 0; We < Le.coordinatesLine.length; We += 1)
|
|
54337
54347
|
Dc(
|
|
54338
54348
|
u.value,
|
|
54339
54349
|
[
|
|
54340
54350
|
{
|
|
54341
|
-
x: R.value.left + R.value.slot *
|
|
54351
|
+
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
54352
|
y: be.value.stacked ? Le.localZero : re.value.zero
|
|
54343
54353
|
},
|
|
54344
54354
|
{
|
|
54345
|
-
x: R.value.left + R.value.slot *
|
|
54355
|
+
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
54356
|
y: be.value.stacked ? Le.localZero : re.value.zero
|
|
54347
54357
|
},
|
|
54348
54358
|
{
|
|
54349
|
-
x: R.value.left + R.value.slot *
|
|
54350
|
-
y: Le.coordinatesLine[
|
|
54359
|
+
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),
|
|
54360
|
+
y: Le.coordinatesLine[We].y
|
|
54351
54361
|
},
|
|
54352
54362
|
{
|
|
54353
|
-
x: R.value.left + R.value.slot *
|
|
54354
|
-
y: Le.coordinatesLine[
|
|
54363
|
+
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)),
|
|
54364
|
+
y: Le.coordinatesLine[We].y
|
|
54355
54365
|
}
|
|
54356
54366
|
],
|
|
54357
54367
|
{
|
|
@@ -54359,11 +54369,11 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54359
54369
|
gradient: {
|
|
54360
54370
|
type: "linear",
|
|
54361
54371
|
start: {
|
|
54362
|
-
x: Le.coordinatesLine[
|
|
54363
|
-
y: Le.coordinatesLine[
|
|
54372
|
+
x: Le.coordinatesLine[We].x,
|
|
54373
|
+
y: Le.coordinatesLine[We].y
|
|
54364
54374
|
},
|
|
54365
54375
|
end: {
|
|
54366
|
-
x: Le.coordinatesLine[
|
|
54376
|
+
x: Le.coordinatesLine[We].x,
|
|
54367
54377
|
y: be.value.stacked ? Le.localZero : re.value.zero
|
|
54368
54378
|
},
|
|
54369
54379
|
stops: [
|
|
@@ -54376,12 +54386,12 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54376
54386
|
u.value,
|
|
54377
54387
|
at({
|
|
54378
54388
|
p: Le.prefix || "",
|
|
54379
|
-
v: Le.coordinatesLine[
|
|
54389
|
+
v: Le.coordinatesLine[We].value,
|
|
54380
54390
|
s: Le.suffix || "",
|
|
54381
54391
|
r: Le.rounding || 0
|
|
54382
54392
|
}),
|
|
54383
|
-
R.value.left + R.value.slot *
|
|
54384
|
-
(Le.coordinatesLine[
|
|
54393
|
+
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),
|
|
54394
|
+
(Le.coordinatesLine[We].value < 0 ? be.value.stacked ? Le.localZero : re.value.zero : Le.coordinatesLine[We].y) + W.value.style.chart.dataLabels.offsetY,
|
|
54385
54395
|
{
|
|
54386
54396
|
align: "center",
|
|
54387
54397
|
font: `${f.value / 40 * W.value.style.chart.dataLabels.fontSizeRatio}px ${W.value.style.fontFamily}`,
|
|
@@ -54406,13 +54416,13 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54406
54416
|
});
|
|
54407
54417
|
}
|
|
54408
54418
|
function ke() {
|
|
54409
|
-
const Le = R.value.height / r.dataset.filter((ze,
|
|
54410
|
-
j.value.forEach((ze,
|
|
54419
|
+
const Le = R.value.height / r.dataset.filter((ze, We) => !h.value.includes(We)).length;
|
|
54420
|
+
j.value.forEach((ze, We) => {
|
|
54411
54421
|
Wo(
|
|
54412
54422
|
u.value,
|
|
54413
54423
|
[
|
|
54414
|
-
{ x: R.value.left, y: R.value.bottom - Le *
|
|
54415
|
-
{ x: R.value.right, y: R.value.bottom - Le *
|
|
54424
|
+
{ x: R.value.left, y: R.value.bottom - Le * We },
|
|
54425
|
+
{ x: R.value.right, y: R.value.bottom - Le * We }
|
|
54416
54426
|
],
|
|
54417
54427
|
{
|
|
54418
54428
|
color: ze.color,
|
|
@@ -54444,17 +54454,17 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54444
54454
|
x.value = !0, I();
|
|
54445
54455
|
}, ae.value > 200 ? 10 : 1, !x.value);
|
|
54446
54456
|
function te(Le) {
|
|
54447
|
-
const { left: ze } = s.value.getBoundingClientRect(),
|
|
54448
|
-
if (
|
|
54457
|
+
const { left: ze } = s.value.getBoundingClientRect(), We = Le.clientX - ze;
|
|
54458
|
+
if (We * 2 < R.value.left || We * 2 > R.value.right) {
|
|
54449
54459
|
d.value = !1, m.value = null;
|
|
54450
54460
|
return;
|
|
54451
54461
|
}
|
|
54452
|
-
const
|
|
54453
|
-
if (m.value = Math.floor(
|
|
54462
|
+
const kt = We * 2 - R.value.left;
|
|
54463
|
+
if (m.value = Math.floor(kt / R.value.slot), d.value = !0, !x.value)
|
|
54454
54464
|
return;
|
|
54455
54465
|
let pt = "";
|
|
54456
|
-
const
|
|
54457
|
-
ul(
|
|
54466
|
+
const It = W.value.style.chart.tooltip.customFormat;
|
|
54467
|
+
ul(It) && Rl(() => It({
|
|
54458
54468
|
seriesIndex: m.value,
|
|
54459
54469
|
datapoint: j.value.map((Dt) => ({
|
|
54460
54470
|
shape: Dt.shape || null,
|
|
@@ -54465,7 +54475,7 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54465
54475
|
})),
|
|
54466
54476
|
series: j.value,
|
|
54467
54477
|
config: W.value
|
|
54468
|
-
})) ? p.value =
|
|
54478
|
+
})) ? p.value = It({
|
|
54469
54479
|
seriesIndex: m.value,
|
|
54470
54480
|
datapoint: j.value.map((Dt) => ({
|
|
54471
54481
|
shape: Dt.shape || null,
|
|
@@ -54497,8 +54507,8 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54497
54507
|
componentName: "VueUiXyCanvas",
|
|
54498
54508
|
type: "dataset"
|
|
54499
54509
|
}) : s.value && (u.value = s.value.getContext("2d")), new ResizeObserver((ze) => {
|
|
54500
|
-
for (const
|
|
54501
|
-
|
|
54510
|
+
for (const We of ze)
|
|
54511
|
+
We.contentBoxSize && i.value && (k.value = !0, H());
|
|
54502
54512
|
}).observe(i.value);
|
|
54503
54513
|
});
|
|
54504
54514
|
function Q(Le) {
|
|
@@ -54506,7 +54516,7 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54506
54516
|
}
|
|
54507
54517
|
const _ = le(() => r.dataset.map((Le, ze) => ({
|
|
54508
54518
|
name: Le.name,
|
|
54509
|
-
color:
|
|
54519
|
+
color: Bt(Le.color) || ee.value[ze] || Oe[ze] || Oe[ze % Oe.length],
|
|
54510
54520
|
shape: Le.shape || "circle",
|
|
54511
54521
|
prefix: Le.prefix || "",
|
|
54512
54522
|
suffix: Le.suffix || "",
|
|
@@ -54555,10 +54565,10 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54555
54565
|
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
54566
|
let ze = [];
|
|
54557
54567
|
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] ??
|
|
54568
|
+
const It = j.value.map((Dt) => Dt.series[pt] ?? 0).reduce((Dt, zt) => Dt + zt, 0);
|
|
54569
|
+
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
54570
|
}
|
|
54561
|
-
const
|
|
54571
|
+
const We = {
|
|
54562
54572
|
th: {
|
|
54563
54573
|
backgroundColor: W.value.table.th.backgroundColor,
|
|
54564
54574
|
color: W.value.table.th.color,
|
|
@@ -54570,25 +54580,26 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54570
54580
|
outline: W.value.table.td.outline
|
|
54571
54581
|
},
|
|
54572
54582
|
breakpoint: W.value.table.responsiveBreakpoint
|
|
54573
|
-
},
|
|
54574
|
-
return { head: Le, body: ze.slice(0, T.value.end - T.value.start), config:
|
|
54583
|
+
}, kt = [W.value.table.columnNames.period].concat(j.value.map((pt) => pt.name)).concat(W.value.table.columnNames.total);
|
|
54584
|
+
return { head: Le, body: ze.slice(0, T.value.end - T.value.start), config: We, colNames: kt };
|
|
54575
54585
|
}), nt = le(() => {
|
|
54576
54586
|
if (j.value.length === 0)
|
|
54577
54587
|
return { head: [], body: [], config: {}, columnNames: [] };
|
|
54578
|
-
const Le = j.value.map((
|
|
54579
|
-
label:
|
|
54580
|
-
color:
|
|
54581
|
-
type:
|
|
54588
|
+
const Le = j.value.map((We) => ({
|
|
54589
|
+
label: We.name,
|
|
54590
|
+
color: We.color,
|
|
54591
|
+
type: We.type
|
|
54582
54592
|
})), ze = [];
|
|
54583
|
-
|
|
54584
|
-
const
|
|
54585
|
-
j.value.forEach((
|
|
54586
|
-
|
|
54587
|
-
}), ze.push(
|
|
54588
|
-
}
|
|
54593
|
+
for (let We = T.value.start; We < T.value.end; We += 1) {
|
|
54594
|
+
const kt = [W.value.style.chart.grid.y.timeLabels.values[We] || We + 1];
|
|
54595
|
+
j.value.forEach((pt) => {
|
|
54596
|
+
kt.push(Number((pt.series[We] || 0).toFixed(W.value.table.rounding)));
|
|
54597
|
+
}), ze.push(kt);
|
|
54598
|
+
}
|
|
54599
|
+
return { head: Le, body: ze };
|
|
54589
54600
|
});
|
|
54590
54601
|
function it() {
|
|
54591
|
-
const Le = [[W.value.style.chart.title.text], [W.value.style.chart.title.subtitle.text], [""]], ze = ["", ...nt.value.head.map((
|
|
54602
|
+
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
54603
|
yl({ csvContent: pt, title: W.value.style.chart.title.text || "vue-ui-xy-canvas" });
|
|
54593
54604
|
}
|
|
54594
54605
|
function wt() {
|
|
@@ -54649,9 +54660,9 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54649
54660
|
onGeneratePdf: Ue,
|
|
54650
54661
|
onGenerateCsv: it,
|
|
54651
54662
|
onGenerateImage: qe,
|
|
54652
|
-
onToggleTable: ze[0] || (ze[0] = (
|
|
54653
|
-
onToggleLabels: ze[1] || (ze[1] = (
|
|
54654
|
-
onToggleStack: ze[2] || (ze[2] = (
|
|
54663
|
+
onToggleTable: ze[0] || (ze[0] = (We) => be.value.showTable = !be.value.showTable),
|
|
54664
|
+
onToggleLabels: ze[1] || (ze[1] = (We) => be.value.showDataLabels = !be.value.showDataLabels),
|
|
54665
|
+
onToggleStack: ze[2] || (ze[2] = (We) => be.value.stacked = !be.value.stacked)
|
|
54655
54666
|
}, null, 8, ["backgroundColor", "color", "isPrinting", "isImaging", "uid", "hasTable", "hasStack", "isFullscreen", "chartElement", "isStacked"])) : S("", !0),
|
|
54656
54667
|
y("div", {
|
|
54657
54668
|
class: "vue-ui-xy-canvas",
|
|
@@ -54663,7 +54674,7 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54663
54674
|
ref_key: "canvas",
|
|
54664
54675
|
ref: s,
|
|
54665
54676
|
style: { width: "100%", height: "100%" },
|
|
54666
|
-
onMousemove: ze[3] || (ze[3] = (
|
|
54677
|
+
onMousemove: ze[3] || (ze[3] = (We) => te(We)),
|
|
54667
54678
|
onMouseleave: U
|
|
54668
54679
|
}, null, 544),
|
|
54669
54680
|
rt(eo, {
|
|
@@ -54707,13 +54718,13 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54707
54718
|
valueStart: T.value.start,
|
|
54708
54719
|
valueEnd: T.value.end,
|
|
54709
54720
|
start: T.value.start,
|
|
54710
|
-
"onUpdate:start": ze[4] || (ze[4] = (
|
|
54721
|
+
"onUpdate:start": ze[4] || (ze[4] = (We) => T.value.start = We),
|
|
54711
54722
|
end: T.value.end,
|
|
54712
|
-
"onUpdate:end": ze[5] || (ze[5] = (
|
|
54723
|
+
"onUpdate:end": ze[5] || (ze[5] = (We) => T.value.end = We),
|
|
54713
54724
|
onReset: xe
|
|
54714
54725
|
}, {
|
|
54715
|
-
"reset-action": Ge(({ reset:
|
|
54716
|
-
Xe(Le.$slots, "reset-action", mt(Ct({ reset:
|
|
54726
|
+
"reset-action": Ge(({ reset: We }) => [
|
|
54727
|
+
Xe(Le.$slots, "reset-action", mt(Ct({ reset: We })), void 0, !0)
|
|
54717
54728
|
]),
|
|
54718
54729
|
_: 3
|
|
54719
54730
|
}, 8, ["background", "borderColor", "fontSize", "useResetSlot", "labelLeft", "labelRight", "textColor", "inputColor", "selectColor", "max", "valueStart", "valueEnd", "start", "end"])) : S("", !0)
|
|
@@ -54722,13 +54733,13 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54722
54733
|
key: 2,
|
|
54723
54734
|
legendSet: _.value,
|
|
54724
54735
|
config: de.value,
|
|
54725
|
-
onClickMarker: ze[6] || (ze[6] = ({ i:
|
|
54736
|
+
onClickMarker: ze[6] || (ze[6] = ({ i: We }) => Q(We))
|
|
54726
54737
|
}, {
|
|
54727
|
-
item: Ge(({ legend:
|
|
54738
|
+
item: Ge(({ legend: We, index: kt }) => [
|
|
54728
54739
|
y("div", {
|
|
54729
|
-
onClick: (pt) =>
|
|
54730
|
-
style: J(`opacity:${h.value.includes(
|
|
54731
|
-
}, Z(
|
|
54740
|
+
onClick: (pt) => We.segregate(),
|
|
54741
|
+
style: J(`opacity:${h.value.includes(kt) ? 0.5 : 1}`)
|
|
54742
|
+
}, Z(We.name), 13, AY)
|
|
54732
54743
|
]),
|
|
54733
54744
|
_: 1
|
|
54734
54745
|
}, 8, ["legendSet", "config"])) : S("", !0),
|
|
@@ -54756,13 +54767,13 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54756
54767
|
body: ut.value.body,
|
|
54757
54768
|
config: ut.value.config,
|
|
54758
54769
|
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] = (
|
|
54770
|
+
onClose: ze[7] || (ze[7] = (We) => be.value.showTable = !1)
|
|
54760
54771
|
}, {
|
|
54761
|
-
th: Ge(({ th:
|
|
54762
|
-
y("div", { innerHTML:
|
|
54772
|
+
th: Ge(({ th: We }) => [
|
|
54773
|
+
y("div", { innerHTML: We }, null, 8, uY)
|
|
54763
54774
|
]),
|
|
54764
|
-
td: Ge(({ td:
|
|
54765
|
-
yt(Z(
|
|
54775
|
+
td: Ge(({ td: We }) => [
|
|
54776
|
+
yt(Z(We), 1)
|
|
54766
54777
|
]),
|
|
54767
54778
|
_: 1
|
|
54768
54779
|
}, 8, ["colNames", "head", "body", "config", "title"])
|
|
@@ -54771,7 +54782,7 @@ const iY = ["id"], AY = ["onClick"], uY = ["innerHTML"], cY = {
|
|
|
54771
54782
|
}, 8, ["config"])) : S("", !0)
|
|
54772
54783
|
], 10, iY));
|
|
54773
54784
|
}
|
|
54774
|
-
}, dY = /* @__PURE__ */
|
|
54785
|
+
}, dY = /* @__PURE__ */ Mt(cY, [["__scopeId", "data-v-49c4de1e"]]), hY = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
54775
54786
|
__proto__: null,
|
|
54776
54787
|
default: dY
|
|
54777
54788
|
}, Symbol.toStringTag, { value: "Module" }));
|