vue-data-ui 2.1.67 → 2.1.69
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 Lt, onUnmounted as q1, ref as D, computed as ae, openBlock as c, createElementBlock as h, createCommentVNode as L, useCssVars as Ya, unref as se, normalizeClass as Qe, createElementVNode as g, normalizeStyle as H, toDisplayString as N, Fragment as ge, renderList as xe, renderSlot as Ke, createVNode as lt, onBeforeUnmount as dd, withDirectives as jl, withModifiers as Ea, withKeys as Ia, createBlock as Oe, pushScopeId as Na, popScopeId as Da, createStaticVNode as kl, nextTick as cl, resolveComponent as go, vModelText as Ta, withCtx as Ye, normalizeProps as
|
|
1
|
+
import { onMounted as Lt, onUnmounted as q1, ref as D, computed as ae, openBlock as c, createElementBlock as h, createCommentVNode as L, useCssVars as Ya, unref as se, normalizeClass as Qe, createElementVNode as g, normalizeStyle as H, toDisplayString as N, Fragment as ge, renderList as xe, renderSlot as Ke, createVNode as lt, onBeforeUnmount as dd, withDirectives as jl, withModifiers as Ea, withKeys as Ia, createBlock as Oe, pushScopeId as Na, popScopeId as Da, createStaticVNode as kl, nextTick as cl, resolveComponent as go, vModelText as Ta, withCtx as Ye, normalizeProps as gt, guardReactiveProps as Ct, vModelCheckbox as kA, createTextVNode as ht, vModelSelect as Y1, watch as EA, toRef as hd, toRefs as J1, defineAsyncComponent as Ft, shallowReactive as Z1, resolveDynamicComponent as eg, mergeProps as Ur, toHandlers as tg, createSlots as lg } 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>
|
|
@@ -5838,7 +5838,7 @@ function xt(e) {
|
|
|
5838
5838
|
b.__private__.getPageMode = function() {
|
|
5839
5839
|
return Ee;
|
|
5840
5840
|
};
|
|
5841
|
-
var
|
|
5841
|
+
var vt = b.__private__.setLayoutMode = function(B) {
|
|
5842
5842
|
if ([void 0, null, "continuous", "single", "twoleft", "tworight", "two"].indexOf(B) == -1)
|
|
5843
5843
|
throw new Error('Layout mode must be one of continuous, single, twoleft, tworight. "' + B + '" is not recognized.');
|
|
5844
5844
|
Re = B;
|
|
@@ -5846,7 +5846,7 @@ function xt(e) {
|
|
|
5846
5846
|
b.__private__.getLayoutMode = function() {
|
|
5847
5847
|
return Re;
|
|
5848
5848
|
}, b.__private__.setDisplayMode = b.setDisplayMode = function(B, Ae, Fe) {
|
|
5849
|
-
return Ge(B),
|
|
5849
|
+
return Ge(B), vt(Ae), dt(Fe), this;
|
|
5850
5850
|
};
|
|
5851
5851
|
var At = { title: "", subject: "", author: "", keywords: "", creator: "" };
|
|
5852
5852
|
b.__private__.getDocumentProperty = function(B) {
|
|
@@ -5864,7 +5864,7 @@ function xt(e) {
|
|
|
5864
5864
|
throw new Error("Invalid arguments passed to jsPDF.setDocumentProperty");
|
|
5865
5865
|
return At[B] = Ae;
|
|
5866
5866
|
};
|
|
5867
|
-
var
|
|
5867
|
+
var $t, ot, sl, Ot, ql, Xt = {}, ml = {}, xo = [], qt = {}, Dr = {}, Bl = {}, Ja = {}, Ho = null, _l = 0, Qt = [], Yt = new df(b), Hr = e.hotfixes || [], oa = {}, Co = {}, ko = [], wt = function B(Ae, Fe, Le, Ne, ze, Je) {
|
|
5868
5868
|
if (!(this instanceof B))
|
|
5869
5869
|
return new B(Ae, Fe, Le, Ne, ze, Je);
|
|
5870
5870
|
isNaN(Ae) && (Ae = 1), isNaN(Fe) && (Fe = 0), isNaN(Le) && (Le = 0), isNaN(Ne) && (Ne = 1), isNaN(ze) && (ze = 0), isNaN(Je) && (Je = 0), this._matrix = [Ae, Fe, Le, Ne, ze, Je];
|
|
@@ -5938,8 +5938,8 @@ function xt(e) {
|
|
|
5938
5938
|
}, wt.prototype.toString = function(B) {
|
|
5939
5939
|
return this.join(" ");
|
|
5940
5940
|
}, wt.prototype.inversed = function() {
|
|
5941
|
-
var B = this.sx, Ae = this.shy, Fe = this.shx, Le = this.sy, Ne = this.tx, ze = this.ty, Je = 1 / (B * Le - Ae * Fe), it = Le * Je, pt = -Ae * Je,
|
|
5942
|
-
return new wt(it, pt,
|
|
5941
|
+
var B = this.sx, Ae = this.shy, Fe = this.shx, Le = this.sy, Ne = this.tx, ze = this.ty, Je = 1 / (B * Le - Ae * Fe), it = Le * Je, pt = -Ae * Je, It = -Fe * Je, Nt = B * Je;
|
|
5942
|
+
return new wt(it, pt, It, Nt, -it * Ne - It * ze, -pt * Ne - Nt * ze);
|
|
5943
5943
|
}, wt.prototype.applyToPoint = function(B) {
|
|
5944
5944
|
var Ae = B.x * this.sx + B.y * this.shx + this.tx, Fe = B.x * this.shy + B.y * this.sy + this.ty;
|
|
5945
5945
|
return new mn(Ae, Fe);
|
|
@@ -6055,26 +6055,26 @@ function xt(e) {
|
|
|
6055
6055
|
p !== null && (it = ia.encryptor(Je, 0));
|
|
6056
6056
|
var pt = {};
|
|
6057
6057
|
Fe === !0 && (Fe = ["FlateEncode"]);
|
|
6058
|
-
var
|
|
6059
|
-
if (pt.data.length !== 0 && (
|
|
6058
|
+
var It = B.additionalKeyValues || [], Nt = (pt = xt.API.processDataByFilters !== void 0 ? xt.API.processDataByFilters(Ae, Fe) : { data: Ae, reverseChain: [] }).reverseChain + (Array.isArray(Le) ? Le.join(" ") : Le.toString());
|
|
6059
|
+
if (pt.data.length !== 0 && (It.push({ key: "Length", value: pt.data.length }), Ne === !0 && It.push({ key: "Length1", value: ze })), Nt.length != 0)
|
|
6060
6060
|
if (Nt.split("/").length - 1 == 1)
|
|
6061
|
-
|
|
6061
|
+
It.push({ key: "Filter", value: Nt });
|
|
6062
6062
|
else {
|
|
6063
|
-
|
|
6064
|
-
for (var Rt = 0; Rt <
|
|
6065
|
-
if (
|
|
6063
|
+
It.push({ key: "Filter", value: "[" + Nt + "]" });
|
|
6064
|
+
for (var Rt = 0; Rt < It.length; Rt += 1)
|
|
6065
|
+
if (It[Rt].key === "DecodeParms") {
|
|
6066
6066
|
for (var xl = [], Fl = 0; Fl < pt.reverseChain.split("/").length - 1; Fl += 1)
|
|
6067
6067
|
xl.push("null");
|
|
6068
|
-
xl.push(
|
|
6068
|
+
xl.push(It[Rt].value), It[Rt].value = "[" + xl.join(" ") + "]";
|
|
6069
6069
|
}
|
|
6070
6070
|
}
|
|
6071
6071
|
k("<<");
|
|
6072
|
-
for (var Hl = 0; Hl <
|
|
6073
|
-
k("/" +
|
|
6072
|
+
for (var Hl = 0; Hl < It.length; Hl++)
|
|
6073
|
+
k("/" + It[Hl].key + " " + It[Hl].value);
|
|
6074
6074
|
k(">>"), pt.data.length !== 0 && (k("stream"), k(it(pt.data)), k("endstream"));
|
|
6075
6075
|
}, Fo = b.__private__.putPage = function(B) {
|
|
6076
6076
|
var Ae = B.number, Fe = B.data, Le = B.objId, Ne = B.contentsObjId;
|
|
6077
|
-
Sa(Le, !0), k("<</Type /Page"), k("/Parent " + B.rootDictionaryObjId + " 0 R"), k("/Resources " + B.resourceDictionaryObjId + " 0 R"), k("/MediaBox [" + parseFloat(W(B.mediaBox.bottomLeftX)) + " " + parseFloat(W(B.mediaBox.bottomLeftY)) + " " + W(B.mediaBox.topRightX) + " " + W(B.mediaBox.topRightY) + "]"), B.cropBox !== null && k("/CropBox [" + W(B.cropBox.bottomLeftX) + " " + W(B.cropBox.bottomLeftY) + " " + W(B.cropBox.topRightX) + " " + W(B.cropBox.topRightY) + "]"), B.bleedBox !== null && k("/BleedBox [" + W(B.bleedBox.bottomLeftX) + " " + W(B.bleedBox.bottomLeftY) + " " + W(B.bleedBox.topRightX) + " " + W(B.bleedBox.topRightY) + "]"), B.trimBox !== null && k("/TrimBox [" + W(B.trimBox.bottomLeftX) + " " + W(B.trimBox.bottomLeftY) + " " + W(B.trimBox.topRightX) + " " + W(B.trimBox.topRightY) + "]"), B.artBox !== null && k("/ArtBox [" + W(B.artBox.bottomLeftX) + " " + W(B.artBox.bottomLeftY) + " " + W(B.artBox.topRightX) + " " + W(B.artBox.topRightY) + "]"), typeof B.userUnit == "number" && B.userUnit !== 1 && k("/UserUnit " + B.userUnit), Yt.publish("putPage", { objId: Le, pageContext:
|
|
6077
|
+
Sa(Le, !0), k("<</Type /Page"), k("/Parent " + B.rootDictionaryObjId + " 0 R"), k("/Resources " + B.resourceDictionaryObjId + " 0 R"), k("/MediaBox [" + parseFloat(W(B.mediaBox.bottomLeftX)) + " " + parseFloat(W(B.mediaBox.bottomLeftY)) + " " + W(B.mediaBox.topRightX) + " " + W(B.mediaBox.topRightY) + "]"), B.cropBox !== null && k("/CropBox [" + W(B.cropBox.bottomLeftX) + " " + W(B.cropBox.bottomLeftY) + " " + W(B.cropBox.topRightX) + " " + W(B.cropBox.topRightY) + "]"), B.bleedBox !== null && k("/BleedBox [" + W(B.bleedBox.bottomLeftX) + " " + W(B.bleedBox.bottomLeftY) + " " + W(B.bleedBox.topRightX) + " " + W(B.bleedBox.topRightY) + "]"), B.trimBox !== null && k("/TrimBox [" + W(B.trimBox.bottomLeftX) + " " + W(B.trimBox.bottomLeftY) + " " + W(B.trimBox.topRightX) + " " + W(B.trimBox.topRightY) + "]"), B.artBox !== null && k("/ArtBox [" + W(B.artBox.bottomLeftX) + " " + W(B.artBox.bottomLeftY) + " " + W(B.artBox.topRightX) + " " + W(B.artBox.topRightY) + "]"), typeof B.userUnit == "number" && B.userUnit !== 1 && k("/UserUnit " + B.userUnit), Yt.publish("putPage", { objId: Le, pageContext: Qt[Ae], pageNumber: Ae, page: Fe }), k("/Contents " + Ne + " 0 R"), k(">>"), k("endobj");
|
|
6078
6078
|
var ze = Fe.join(`
|
|
6079
6079
|
`);
|
|
6080
6080
|
return C === $.ADVANCED && (ze += `
|
|
@@ -6082,9 +6082,9 @@ Q`), Sa(Ne, !0), Ha({ data: ze, filters: _o(), objectId: Ne }), k("endobj"), Le;
|
|
|
6082
6082
|
}, Pr = b.__private__.putPages = function() {
|
|
6083
6083
|
var B, Ae, Fe = [];
|
|
6084
6084
|
for (B = 1; B <= _l; B++)
|
|
6085
|
-
|
|
6085
|
+
Qt[B].objId = Dl(), Qt[B].contentsObjId = Dl();
|
|
6086
6086
|
for (B = 1; B <= _l; B++)
|
|
6087
|
-
Fe.push(Fo({ number: B, data: le[B], objId:
|
|
6087
|
+
Fe.push(Fo({ number: B, data: le[B], objId: Qt[B].objId, contentsObjId: Qt[B].contentsObjId, mediaBox: Qt[B].mediaBox, cropBox: Qt[B].cropBox, bleedBox: Qt[B].bleedBox, trimBox: Qt[B].trimBox, artBox: Qt[B].artBox, userUnit: Qt[B].userUnit, rootDictionaryObjId: Po, resourceDictionaryObjId: eo }));
|
|
6088
6088
|
Sa(Po, !0), k("<</Type /Pages");
|
|
6089
6089
|
var Le = "/Kids [";
|
|
6090
6090
|
for (Ae = 0; Ae < _l; Ae++)
|
|
@@ -6117,8 +6117,8 @@ Q`), Sa(Ne, !0), Ha({ data: ze, filters: _o(), objectId: Ne }), k("endobj"), Le;
|
|
|
6117
6117
|
var Je = { offset: 1, color: B[B.length - 1].color };
|
|
6118
6118
|
B.push(Je);
|
|
6119
6119
|
}
|
|
6120
|
-
for (var it = "", pt = 0,
|
|
6121
|
-
for (Fe = Le[
|
|
6120
|
+
for (var it = "", pt = 0, It = 0; It < Le.length; It++) {
|
|
6121
|
+
for (Fe = Le[It]; Fe > B[pt + 1].offset; )
|
|
6122
6122
|
pt++;
|
|
6123
6123
|
var Nt = B[pt].offset, Rt = (Fe - Nt) / (B[pt + 1].offset - Nt), xl = B[pt].color, Fl = B[pt + 1].color;
|
|
6124
6124
|
it += _(Math.round((1 - Rt) * xl[0] + Rt * Fl[0]).toString(16)) + _(Math.round((1 - Rt) * xl[1] + Rt * Fl[1]).toString(16)) + _(Math.round((1 - Rt) * xl[2] + Rt * Fl[2]).toString(16));
|
|
@@ -6222,10 +6222,10 @@ Q`), Sa(Ne, !0), Ha({ data: ze, filters: _o(), objectId: Ne }), k("endobj"), Le;
|
|
|
6222
6222
|
}
|
|
6223
6223
|
}, B.foo.bar = B, B.foo;
|
|
6224
6224
|
}, fn = function(B, Ae) {
|
|
6225
|
-
var Fe, Le, Ne, ze, Je, it, pt,
|
|
6226
|
-
if (Ne = (Ae = Ae || {}).sourceEncoding || "Unicode", Je = Ae.outputEncoding, (Ae.autoencode || Je) && Xt[
|
|
6225
|
+
var Fe, Le, Ne, ze, Je, it, pt, It, Nt;
|
|
6226
|
+
if (Ne = (Ae = Ae || {}).sourceEncoding || "Unicode", Je = Ae.outputEncoding, (Ae.autoencode || Je) && Xt[$t].metadata && Xt[$t].metadata[Ne] && Xt[$t].metadata[Ne].encoding && (ze = Xt[$t].metadata[Ne].encoding, !Je && Xt[$t].encoding && (Je = Xt[$t].encoding), !Je && ze.codePages && (Je = ze.codePages[0]), typeof Je == "string" && (Je = ze[Je]), Je)) {
|
|
6227
6227
|
for (pt = !1, it = [], Fe = 0, Le = B.length; Fe < Le; Fe++)
|
|
6228
|
-
(
|
|
6228
|
+
(It = Je[B.charCodeAt(Fe)]) ? it.push(String.fromCharCode(It)) : it.push(B[Fe]), it[Fe].charCodeAt(0) >> 8 && (pt = !0);
|
|
6229
6229
|
B = it.join("");
|
|
6230
6230
|
}
|
|
6231
6231
|
for (Fe = B.length; pt === void 0 && Fe !== 0; )
|
|
@@ -6233,15 +6233,15 @@ Q`), Sa(Ne, !0), Ha({ data: ze, filters: _o(), objectId: Ne }), k("endobj"), Le;
|
|
|
6233
6233
|
if (!pt)
|
|
6234
6234
|
return B;
|
|
6235
6235
|
for (it = Ae.noBOM ? [] : [254, 255], Fe = 0, Le = B.length; Fe < Le; Fe++) {
|
|
6236
|
-
if ((Nt = (
|
|
6236
|
+
if ((Nt = (It = B.charCodeAt(Fe)) >> 8) >> 8)
|
|
6237
6237
|
throw new Error("Character at position " + Fe + " of string '" + B + "' exceeds 16bits. Cannot be encoded into UCS-2 BE");
|
|
6238
|
-
it.push(Nt), it.push(
|
|
6238
|
+
it.push(Nt), it.push(It - (Nt << 8));
|
|
6239
6239
|
}
|
|
6240
6240
|
return String.fromCharCode.apply(void 0, it);
|
|
6241
6241
|
}, wa = b.__private__.pdfEscape = b.pdfEscape = function(B, Ae) {
|
|
6242
6242
|
return fn(B, Ae).replace(/\\/g, "\\\\").replace(/\(/g, "\\(").replace(/\)/g, "\\)");
|
|
6243
6243
|
}, ss = b.__private__.beginPage = function(B) {
|
|
6244
|
-
le[++_l] = [],
|
|
6244
|
+
le[++_l] = [], Qt[_l] = { objId: 0, contentsObjId: 0, userUnit: Number(s), artBox: null, bleedBox: null, cropBox: null, trimBox: null, mediaBox: { bottomLeftX: 0, bottomLeftY: 0, topRightX: Number(B[0]), topRightY: Number(B[1]) } }, gi(_l), Q(le[U]);
|
|
6245
6245
|
}, vi = function(B, Ae) {
|
|
6246
6246
|
var Fe, Le, Ne;
|
|
6247
6247
|
switch (o = Ae || o, typeof B == "string" && (Fe = w(B.toLowerCase()), Array.isArray(Fe) && (Le = Fe[0], Ne = Fe[1])), Array.isArray(B) && (Le = B[0] * ot, Ne = B[1] * ot), isNaN(Le) && (Le = a[0], Ne = a[1]), (Le > 14400 || Ne > 14400) && (Al.warn("A page in a PDF can not be wider or taller than 14400 userUnit. jsPDF limits the width/height to 14400"), Le = Math.min(14400, Le), Ne = Math.min(14400, Ne)), a = [Le, Ne], o.substr(0, 1)) {
|
|
@@ -6253,14 +6253,14 @@ Q`), Sa(Ne, !0), Ha({ data: ze, filters: _o(), objectId: Ne }), k("endobj"), Le;
|
|
|
6253
6253
|
}
|
|
6254
6254
|
ss(a), xi(cs), k(oo), hs !== 0 && k(hs + " J"), fs !== 0 && k(fs + " j"), Yt.publish("addPage", { pageNumber: _l });
|
|
6255
6255
|
}, gu = function(B) {
|
|
6256
|
-
B > 0 && B <= _l && (le.splice(B, 1),
|
|
6256
|
+
B > 0 && B <= _l && (le.splice(B, 1), Qt.splice(B, 1), _l--, U > _l && (U = _l), this.setPage(U));
|
|
6257
6257
|
}, gi = function(B) {
|
|
6258
6258
|
B > 0 && B <= _l && (U = B);
|
|
6259
6259
|
}, yu = b.__private__.getNumberOfPages = b.getNumberOfPages = function() {
|
|
6260
6260
|
return le.length - 1;
|
|
6261
6261
|
}, yi = function(B, Ae, Fe) {
|
|
6262
6262
|
var Le, Ne = void 0;
|
|
6263
|
-
return Fe = Fe || {}, B = B !== void 0 ? B : Xt[
|
|
6263
|
+
return Fe = Fe || {}, B = B !== void 0 ? B : Xt[$t].fontName, Ae = Ae !== void 0 ? Ae : Xt[$t].fontStyle, Le = B.toLowerCase(), ml[Le] !== void 0 && ml[Le][Ae] !== void 0 ? Ne = ml[Le][Ae] : ml[B] !== void 0 && ml[B][Ae] !== void 0 ? Ne = ml[B][Ae] : Fe.disableWarning === !1 && Al.warn("Unable to look up font label for font '" + B + "', '" + Ae + "'. Refer to getFontList() for available fonts."), Ne || Fe.noFallback || (Ne = ml.times[Ae]) == null && (Ne = ml.times.normal), Ne;
|
|
6264
6264
|
}, pu = b.__private__.putInfo = function() {
|
|
6265
6265
|
var B = Kl(), Ae = function(Le) {
|
|
6266
6266
|
return Le;
|
|
@@ -6354,15 +6354,15 @@ Q`), Sa(Ne, !0), Ha({ data: ze, filters: _o(), objectId: Ne }), k("endobj"), Le;
|
|
|
6354
6354
|
throw new Error("The option pdfobjectnewwindow just works in a browser-environment.");
|
|
6355
6355
|
case "pdfjsnewwindow":
|
|
6356
6356
|
if (Object.prototype.toString.call(kt) === "[object Window]") {
|
|
6357
|
-
var pt = '<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>',
|
|
6358
|
-
if (
|
|
6359
|
-
|
|
6357
|
+
var pt = '<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>', It = kt.open();
|
|
6358
|
+
if (It !== null) {
|
|
6359
|
+
It.document.write(pt);
|
|
6360
6360
|
var Nt = this;
|
|
6361
|
-
|
|
6362
|
-
|
|
6361
|
+
It.document.documentElement.querySelector("#pdfViewer").onload = function() {
|
|
6362
|
+
It.document.title = Ae.filename, It.document.documentElement.querySelector("#pdfViewer").contentWindow.PDFViewerApplication.open(Nt.output("bloburl"));
|
|
6363
6363
|
};
|
|
6364
6364
|
}
|
|
6365
|
-
return
|
|
6365
|
+
return It;
|
|
6366
6366
|
}
|
|
6367
6367
|
throw new Error("The option pdfjsnewwindow just works in a browser-environment.");
|
|
6368
6368
|
case "dataurlnewwindow":
|
|
@@ -6418,16 +6418,16 @@ Q`), Sa(Ne, !0), Ha({ data: ze, filters: _o(), objectId: Ne }), k("endobj"), Le;
|
|
|
6418
6418
|
}, bi = b.__private__.getPageInfo = b.getPageInfo = function(B) {
|
|
6419
6419
|
if (isNaN(B) || B % 1 != 0)
|
|
6420
6420
|
throw new Error("Invalid argument passed to jsPDF.getPageInfo");
|
|
6421
|
-
return { objId:
|
|
6422
|
-
},
|
|
6421
|
+
return { objId: Qt[B].objId, pageNumber: B, pageContext: Qt[B] };
|
|
6422
|
+
}, Ut = b.__private__.getPageInfoByObjId = function(B) {
|
|
6423
6423
|
if (isNaN(B) || B % 1 != 0)
|
|
6424
6424
|
throw new Error("Invalid argument passed to jsPDF.getPageInfoByObjId");
|
|
6425
|
-
for (var Ae in
|
|
6426
|
-
if (
|
|
6425
|
+
for (var Ae in Qt)
|
|
6426
|
+
if (Qt[Ae].objId === B)
|
|
6427
6427
|
break;
|
|
6428
6428
|
return bi(Ae);
|
|
6429
6429
|
}, Cu = b.__private__.getCurrentPageInfo = b.getCurrentPageInfo = function() {
|
|
6430
|
-
return { objId:
|
|
6430
|
+
return { objId: Qt[U].objId, pageNumber: U, pageContext: Qt[U] };
|
|
6431
6431
|
};
|
|
6432
6432
|
b.addPage = function() {
|
|
6433
6433
|
return vi.apply(this, arguments), this;
|
|
@@ -6438,21 +6438,21 @@ Q`), Sa(Ne, !0), Ha({ data: ze, filters: _o(), objectId: Ne }), k("endobj"), Le;
|
|
|
6438
6438
|
}, b.movePage = function(B, Ae) {
|
|
6439
6439
|
var Fe, Le;
|
|
6440
6440
|
if (B > Ae) {
|
|
6441
|
-
Fe = le[B], Le =
|
|
6441
|
+
Fe = le[B], Le = Qt[B];
|
|
6442
6442
|
for (var Ne = B; Ne > Ae; Ne--)
|
|
6443
|
-
le[Ne] = le[Ne - 1],
|
|
6444
|
-
le[Ae] = Fe,
|
|
6443
|
+
le[Ne] = le[Ne - 1], Qt[Ne] = Qt[Ne - 1];
|
|
6444
|
+
le[Ae] = Fe, Qt[Ae] = Le, this.setPage(Ae);
|
|
6445
6445
|
} else if (B < Ae) {
|
|
6446
|
-
Fe = le[B], Le =
|
|
6446
|
+
Fe = le[B], Le = Qt[B];
|
|
6447
6447
|
for (var ze = B; ze < Ae; ze++)
|
|
6448
|
-
le[ze] = le[ze + 1],
|
|
6449
|
-
le[Ae] = Fe,
|
|
6448
|
+
le[ze] = le[ze + 1], Qt[ze] = Qt[ze + 1];
|
|
6449
|
+
le[Ae] = Fe, Qt[Ae] = Le, this.setPage(Ae);
|
|
6450
6450
|
}
|
|
6451
6451
|
return this;
|
|
6452
6452
|
}, b.deletePage = function() {
|
|
6453
6453
|
return gu.apply(this, arguments), this;
|
|
6454
6454
|
}, b.__private__.text = b.text = function(B, Ae, Fe, Le, Ne) {
|
|
6455
|
-
var ze, Je, it, pt,
|
|
6455
|
+
var ze, Je, it, pt, It, Nt, Rt, xl, Fl, Hl = (Le = Le || {}).scope || this;
|
|
6456
6456
|
if (typeof B == "number" && typeof Ae == "number" && (typeof Fe == "string" || Array.isArray(Fe))) {
|
|
6457
6457
|
var Aa = Fe;
|
|
6458
6458
|
Fe = Ae, Ae = B, B = Aa;
|
|
@@ -6510,13 +6510,13 @@ Q`), Sa(Ne, !0), Ha({ data: ze, filters: _o(), objectId: Ne }), k("endobj"), Le;
|
|
|
6510
6510
|
}
|
|
6511
6511
|
if ((Nt = Le.maxWidth || 0) > 0 && (typeof B == "string" ? B = Hl.splitTextToSize(B, Nt) : Object.prototype.toString.call(B) === "[object Array]" && (B = B.reduce(function(dl, hl) {
|
|
6512
6512
|
return dl.concat(Hl.splitTextToSize(hl, Nt));
|
|
6513
|
-
}, []))), ze = { text: B, x: Ae, y: Fe, options: Le, mutex: { pdfEscape: wa, activeFontKey:
|
|
6513
|
+
}, []))), ze = { text: B, x: Ae, y: Fe, options: Le, mutex: { pdfEscape: wa, activeFontKey: $t, fonts: Xt, activeFontSize: _e } }, Yt.publish("preProcessText", ze), B = ze.text, it = (Le = ze.options).angle, !(Fl instanceof wt) && it && typeof it == "number") {
|
|
6514
6514
|
it *= Math.PI / 180, Le.rotationDirection === 0 && (it = -it), C === $.ADVANCED && (it = -it);
|
|
6515
6515
|
var _n = Math.cos(it), Cs = Math.sin(it);
|
|
6516
6516
|
Fl = new wt(_n, Cs, -Cs, _n, 0, 0);
|
|
6517
6517
|
} else
|
|
6518
6518
|
it && it instanceof wt && (Fl = it);
|
|
6519
|
-
C !== $.ADVANCED || Fl || (Fl = Bo), (
|
|
6519
|
+
C !== $.ADVANCED || Fl || (Fl = Bo), (It = Le.charSpace || bn) !== void 0 && (Yl += W(K(It)) + ` Tc
|
|
6520
6520
|
`, this.setCharSpace(this.getCharSpace() || 0)), (xl = Le.horizontalScale) !== void 0 && (Yl += W(100 * xl) + ` Tz
|
|
6521
6521
|
`), Le.lang;
|
|
6522
6522
|
var Ca = -1, Qu = Le.renderingMode !== void 0 ? Le.renderingMode : Le.stroke, ks = Hl.internal.getCurrentPageInfo().pageContext;
|
|
@@ -6559,13 +6559,13 @@ Q`), Sa(Ne, !0), Ha({ data: ze, filters: _o(), objectId: Ne }), k("endobj"), Le;
|
|
|
6559
6559
|
Ca !== -1 ? Yl += Ca + ` Tr
|
|
6560
6560
|
` : Li !== -1 && (Yl += `0 Tr
|
|
6561
6561
|
`), Ca !== -1 && (ks.usedRenderingMode = Ca), pt = Le.align || "left";
|
|
6562
|
-
var no, Bs = _e * La, Eu = Hl.internal.pageSize.getWidth(), Iu = Xt[
|
|
6563
|
-
|
|
6562
|
+
var no, Bs = _e * La, Eu = Hl.internal.pageSize.getWidth(), Iu = Xt[$t];
|
|
6563
|
+
It = Le.charSpace || bn, Nt = Le.maxWidth || 0, Rt = Object.assign({ autoencode: !0, noBOM: !0 }, Le.flags);
|
|
6564
6564
|
var ur = [];
|
|
6565
6565
|
if (Object.prototype.toString.call(B) === "[object Array]") {
|
|
6566
6566
|
var Pa;
|
|
6567
6567
|
Je = bs(B), pt !== "left" && (no = Je.map(function(dl) {
|
|
6568
|
-
return Hl.getStringUnitWidth(dl, { font: Iu, charSpace:
|
|
6568
|
+
return Hl.getStringUnitWidth(dl, { font: Iu, charSpace: It, fontSize: _e, doKerning: !1 }) * _e / Ro;
|
|
6569
6569
|
}));
|
|
6570
6570
|
var so, cr = 0;
|
|
6571
6571
|
if (pt === "right") {
|
|
@@ -6591,8 +6591,8 @@ Q`), Sa(Ne, !0), Ha({ data: ze, filters: _o(), objectId: Ne }), k("endobj"), Le;
|
|
|
6591
6591
|
var Sn = typeof Le.R2L == "boolean" ? Le.R2L : Se;
|
|
6592
6592
|
Sn === !0 && (B = ms(B, function(dl, hl, Ml) {
|
|
6593
6593
|
return [dl.split("").reverse().join(""), hl, Ml];
|
|
6594
|
-
})), ze = { text: B, x: Ae, y: Fe, options: Le, mutex: { pdfEscape: wa, activeFontKey:
|
|
6595
|
-
var _s = Xt[
|
|
6594
|
+
})), ze = { text: B, x: Ae, y: Fe, options: Le, mutex: { pdfEscape: wa, activeFontKey: $t, fonts: Xt, activeFontSize: _e } }, Yt.publish("postProcessText", ze), B = ze.text, ro = ze.mutex.isHex || !1;
|
|
6595
|
+
var _s = Xt[$t].encoding;
|
|
6596
6596
|
_s !== "WinAnsiEncoding" && _s !== "StandardEncoding" || (B = ms(B, function(dl, hl, Ml) {
|
|
6597
6597
|
return [Si(dl), hl, Ml];
|
|
6598
6598
|
})), Je = bs(B), B = [];
|
|
@@ -6618,10 +6618,10 @@ T* `) : B.join(` Tj
|
|
|
6618
6618
|
`;
|
|
6619
6619
|
var Wo = `BT
|
|
6620
6620
|
/`;
|
|
6621
|
-
return Wo +=
|
|
6621
|
+
return Wo += $t + " " + _e + ` Tf
|
|
6622
6622
|
`, Wo += W(_e * La) + ` TL
|
|
6623
6623
|
`, Wo += Rr + `
|
|
6624
|
-
`, Wo += Yl, Wo += B, k(Wo += "ET"), m[
|
|
6624
|
+
`, Wo += Yl, Wo += B, k(Wo += "ET"), m[$t] = !0, Hl;
|
|
6625
6625
|
};
|
|
6626
6626
|
var ku = b.__private__.clip = b.clip = function(B) {
|
|
6627
6627
|
return k(B === "evenodd" ? "W*" : "W"), this;
|
|
@@ -6720,10 +6720,10 @@ T* `) : B.join(` Tj
|
|
|
6720
6720
|
throw new Error("Invalid arguments passed to jsPDF.line");
|
|
6721
6721
|
return C === $.COMPAT ? this.lines([[Fe - B, Le - Ae]], B, Ae, [1, 1], Ne || "S") : this.lines([[Fe - B, Le - Ae]], B, Ae, [1, 1]).stroke();
|
|
6722
6722
|
}, b.__private__.lines = b.lines = function(B, Ae, Fe, Le, Ne, ze) {
|
|
6723
|
-
var Je, it, pt,
|
|
6723
|
+
var Je, it, pt, It, Nt, Rt, xl, Fl, Hl, Aa, Yl, ro;
|
|
6724
6724
|
if (typeof B == "number" && (ro = Fe, Fe = Ae, Ae = B, B = ro), Le = Le || [1, 1], ze = ze || !1, isNaN(Ae) || isNaN(Fe) || !Array.isArray(B) || !Array.isArray(Le) || !So(Ne) || typeof ze != "boolean")
|
|
6725
6725
|
throw new Error("Invalid arguments passed to jsPDF.lines");
|
|
6726
|
-
for (us(Ae, Fe), Je = Le[0], it = Le[1],
|
|
6726
|
+
for (us(Ae, Fe), Je = Le[0], it = Le[1], It = B.length, Aa = Ae, Yl = Fe, pt = 0; pt < It; pt++)
|
|
6727
6727
|
(Nt = B[pt]).length === 2 ? (Aa = Nt[0] * Je + Aa, Yl = Nt[1] * it + Yl, zr(Aa, Yl)) : (Rt = Nt[0] * Je + Aa, xl = Nt[1] * it + Yl, Fl = Nt[2] * Je + Aa, Hl = Nt[3] * it + Yl, Aa = Nt[4] * Je + Aa, Yl = Nt[5] * it + Yl, nr(Rt, xl, Fl, Hl, Aa, Yl));
|
|
6728
6728
|
return ze && wi(), As(Ne), this;
|
|
6729
6729
|
}, b.path = function(B) {
|
|
@@ -6767,7 +6767,7 @@ T* `) : B.join(` Tj
|
|
|
6767
6767
|
throw new Error("Invalid arguments passed to jsPDF.circle");
|
|
6768
6768
|
return this.ellipse(B, Ae, Fe, Fe, Le);
|
|
6769
6769
|
}, b.setFont = function(B, Ae, Fe) {
|
|
6770
|
-
return Fe && (Ae = ne(Ae, Fe)),
|
|
6770
|
+
return Fe && (Ae = ne(Ae, Fe)), $t = yi(B, Ae, { disableWarning: !1 }), this;
|
|
6771
6771
|
};
|
|
6772
6772
|
var Su = b.__private__.getFont = b.getFont = function() {
|
|
6773
6773
|
return Xt[yi.apply(b, arguments)];
|
|
@@ -6810,7 +6810,7 @@ T* `) : B.join(` Tj
|
|
|
6810
6810
|
var Oo = b.__private__.getHorizontalCoordinate = function(B) {
|
|
6811
6811
|
return K(B);
|
|
6812
6812
|
}, sr = b.__private__.getVerticalCoordinate = function(B) {
|
|
6813
|
-
return C === $.ADVANCED ? B :
|
|
6813
|
+
return C === $.ADVANCED ? B : Qt[U].mediaBox.topRightY - Qt[U].mediaBox.bottomLeftY - K(B);
|
|
6814
6814
|
}, Lu = b.__private__.getHorizontalCoordinateString = b.getHorizontalCoordinateString = function(B) {
|
|
6815
6815
|
return W(Oo(B));
|
|
6816
6816
|
}, ir = b.__private__.getVerticalCoordinateString = b.getVerticalCoordinateString = function(B) {
|
|
@@ -6881,11 +6881,11 @@ T* `) : B.join(` Tj
|
|
|
6881
6881
|
b.addGState = function(B, Ae) {
|
|
6882
6882
|
return _i(B, Ae), this;
|
|
6883
6883
|
}, b.saveGraphicsState = function() {
|
|
6884
|
-
return k("q"), xo.push({ key:
|
|
6884
|
+
return k("q"), xo.push({ key: $t, size: _e, color: Rr }), this;
|
|
6885
6885
|
}, b.restoreGraphicsState = function() {
|
|
6886
6886
|
k("Q");
|
|
6887
6887
|
var B = xo.pop();
|
|
6888
|
-
return
|
|
6888
|
+
return $t = B.key, _e = B.size, Rr = B.color, Ho = null, this;
|
|
6889
6889
|
}, b.setCurrentTransformationMatrix = function(B) {
|
|
6890
6890
|
return k(B.toString() + " cm"), this;
|
|
6891
6891
|
}, b.comment = function(B) {
|
|
@@ -6925,10 +6925,10 @@ T* `) : B.join(` Tj
|
|
|
6925
6925
|
isNaN(Je) || (ze = parseFloat(Je));
|
|
6926
6926
|
} }), this;
|
|
6927
6927
|
}, gs = function() {
|
|
6928
|
-
this.page = _l, this.currentPage = U, this.pages = le.slice(0), this.pagesContext =
|
|
6928
|
+
this.page = _l, this.currentPage = U, this.pages = le.slice(0), this.pagesContext = Qt.slice(0), this.x = sl, this.y = Ot, this.matrix = ql, this.width = Vr(U), this.height = Ar(U), this.outputDestination = Z, this.id = "", this.objectNumber = -1;
|
|
6929
6929
|
};
|
|
6930
6930
|
gs.prototype.restore = function() {
|
|
6931
|
-
_l = this.page, U = this.currentPage,
|
|
6931
|
+
_l = this.page, U = this.currentPage, Qt = this.pagesContext, le = this.pages, sl = this.x, Ot = this.y, ql = this.matrix, ys(U, this.width), ps(U, this.height), Z = this.outputDestination;
|
|
6932
6932
|
};
|
|
6933
6933
|
var Fi = function(B, Ae, Fe, Le, Ne) {
|
|
6934
6934
|
ko.push(new gs()), _l = U = 0, le = [], sl = B, Ot = Ae, ql = Ne, ss([Fe, Le]);
|
|
@@ -6966,13 +6966,13 @@ T* `) : B.join(` Tj
|
|
|
6966
6966
|
Fe = Ae[Ne][0], Le = Ae[Ne][1], B.subscribe.apply(B, [Fe].concat(typeof Le == "function" ? [Le] : Le));
|
|
6967
6967
|
}(Yt, xt.API.events) : b[wn] = xt.API[wn]);
|
|
6968
6968
|
var Vr = b.getPageWidth = function(B) {
|
|
6969
|
-
return (
|
|
6969
|
+
return (Qt[B = B || U].mediaBox.topRightX - Qt[B].mediaBox.bottomLeftX) / ot;
|
|
6970
6970
|
}, ys = b.setPageWidth = function(B, Ae) {
|
|
6971
|
-
|
|
6971
|
+
Qt[B].mediaBox.topRightX = Ae * ot + Qt[B].mediaBox.bottomLeftX;
|
|
6972
6972
|
}, Ar = b.getPageHeight = function(B) {
|
|
6973
|
-
return (
|
|
6973
|
+
return (Qt[B = B || U].mediaBox.topRightY - Qt[B].mediaBox.bottomLeftY) / ot;
|
|
6974
6974
|
}, ps = b.setPageHeight = function(B, Ae) {
|
|
6975
|
-
|
|
6975
|
+
Qt[B].mediaBox.topRightY = Ae * ot + Qt[B].mediaBox.bottomLeftY;
|
|
6976
6976
|
};
|
|
6977
6977
|
return b.internal = { pdfEscape: wa, getStyle: mi, getFont: Su, getFontSize: Be, getCharSpace: Uu, getTextColor: $u, getLineHeight: Ci, getLineHeightFactor: Bi, getLineWidth: pn, write: T, getHorizontalCoordinate: Oo, getVerticalCoordinate: sr, getCoordinateString: Lu, getVerticalCoordinateString: ir, collections: {}, newObject: Kl, newAdditionalObject: nn, newObjectDeferred: Dl, newObjectDeferredBegin: Sa, getFilters: _o, putStream: Ha, events: Yt, scaleFactor: ot, pageSize: { getWidth: function() {
|
|
6978
6978
|
return Vr(U);
|
|
@@ -6982,7 +6982,7 @@ T* `) : B.join(` Tj
|
|
|
6982
6982
|
return Ar(U);
|
|
6983
6983
|
}, setHeight: function(B) {
|
|
6984
6984
|
ps(U, B);
|
|
6985
|
-
} }, encryptionOptions: p, encryption: ia, getEncryptor: xu, output: gn, getNumberOfPages: yu, pages: le, out: k, f2: de, f3: V, getPageInfo: bi, getPageInfoByObjId:
|
|
6985
|
+
} }, encryptionOptions: p, encryption: ia, getEncryptor: xu, output: gn, getNumberOfPages: yu, pages: le, out: k, f2: de, f3: V, getPageInfo: bi, getPageInfoByObjId: Ut, getCurrentPageInfo: Cu, getPDFVersion: i, Point: mn, Rectangle: vs, Matrix: wt, hasHotfix: pi }, Object.defineProperty(b.internal.pageSize, "width", { get: function() {
|
|
6986
6986
|
return Vr(U);
|
|
6987
6987
|
}, set: function(B) {
|
|
6988
6988
|
ys(U, B);
|
|
@@ -6990,7 +6990,7 @@ T* `) : B.join(` Tj
|
|
|
6990
6990
|
return Ar(U);
|
|
6991
6991
|
}, set: function(B) {
|
|
6992
6992
|
ps(U, B);
|
|
6993
|
-
}, enumerable: !0, configurable: !0 }), vu.call(b, q),
|
|
6993
|
+
}, enumerable: !0, configurable: !0 }), vu.call(b, q), $t = "F1", vi(a, o), Yt.publish("initialized"), b;
|
|
6994
6994
|
}
|
|
6995
6995
|
Kn.prototype.lsbFirstWord = function(e) {
|
|
6996
6996
|
return String.fromCharCode(e >> 0 & 255, e >> 8 & 255, e >> 16 & 255, e >> 24 & 255);
|
|
@@ -7028,7 +7028,7 @@ var Ll = xt.API, xd = 1, rn = function(e) {
|
|
|
7028
7028
|
return e.replace(/\\/g, "\\\\").replace(/\(/g, "\\(").replace(/\)/g, "\\)");
|
|
7029
7029
|
}, zn = function(e) {
|
|
7030
7030
|
return e.replace(/\\\\/g, "\\").replace(/\\\(/g, "(").replace(/\\\)/g, ")");
|
|
7031
|
-
},
|
|
7031
|
+
}, Et = function(e) {
|
|
7032
7032
|
return e.toFixed(2);
|
|
7033
7033
|
}, Cr = function(e) {
|
|
7034
7034
|
return e.toFixed(5);
|
|
@@ -7040,7 +7040,7 @@ var Fa = function(e, t) {
|
|
|
7040
7040
|
return e * xd;
|
|
7041
7041
|
}, Mo = function(e) {
|
|
7042
7042
|
var t = new Kv(), o = ft.internal.getHeight(e) || 0, r = ft.internal.getWidth(e) || 0;
|
|
7043
|
-
return t.BBox = [0, 0, Number(
|
|
7043
|
+
return t.BBox = [0, 0, Number(Et(r)), Number(Et(o))], t;
|
|
7044
7044
|
}, jb = Ll.__acroform__.setBit = function(e, t) {
|
|
7045
7045
|
if (e = e || 0, t = t || 0, isNaN(e) || isNaN(t))
|
|
7046
7046
|
throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.setBit");
|
|
@@ -7067,13 +7067,13 @@ var Fa = function(e, t) {
|
|
|
7067
7067
|
return Gb(e, t - 1);
|
|
7068
7068
|
}, qb = Ll.__acroform__.calculateCoordinates = function(e, t) {
|
|
7069
7069
|
var o = t.internal.getHorizontalCoordinate, r = t.internal.getVerticalCoordinate, a = e[0], l = e[1], n = e[2], s = e[3], d = {};
|
|
7070
|
-
return d.lowerLeft_X = o(a) || 0, d.lowerLeft_Y = r(l + s) || 0, d.upperRight_X = o(a + n) || 0, d.upperRight_Y = r(l) || 0, [Number(
|
|
7070
|
+
return d.lowerLeft_X = o(a) || 0, d.lowerLeft_Y = r(l + s) || 0, d.upperRight_X = o(a + n) || 0, d.upperRight_Y = r(l) || 0, [Number(Et(d.lowerLeft_X)), Number(Et(d.lowerLeft_Y)), Number(Et(d.upperRight_X)), Number(Et(d.upperRight_Y))];
|
|
7071
7071
|
}, Yb = function(e) {
|
|
7072
7072
|
if (e.appearanceStreamContent)
|
|
7073
7073
|
return e.appearanceStreamContent;
|
|
7074
7074
|
if (e.V || e.DV) {
|
|
7075
7075
|
var t = [], o = e._V || e.DV, r = sd(e, o), a = e.scope.internal.getFont(e.fontName, e.fontStyle).id;
|
|
7076
|
-
t.push("/Tx BMC"), t.push("q"), t.push("BT"), t.push(e.scope.__private__.encodeColorString(e.color)), t.push("/" + a + " " +
|
|
7076
|
+
t.push("/Tx BMC"), t.push("q"), t.push("BT"), t.push(e.scope.__private__.encodeColorString(e.color)), t.push("/" + a + " " + Et(r.fontSize) + " Tf"), t.push("1 0 0 1 0 0 Tm"), t.push(r.text), t.push("ET"), t.push("Q"), t.push("EMC");
|
|
7077
7077
|
var l = Mo(e);
|
|
7078
7078
|
return l.scope = e.scope, l.stream = t.join(`
|
|
7079
7079
|
`), l;
|
|
@@ -7158,9 +7158,9 @@ var Fa = function(e, t) {
|
|
|
7158
7158
|
default:
|
|
7159
7159
|
y = 2;
|
|
7160
7160
|
}
|
|
7161
|
-
t +=
|
|
7161
|
+
t += Et(y) + " " + Et(b) + ` Td
|
|
7162
7162
|
`, t += "(" + rn(R) + `) Tj
|
|
7163
|
-
`, t += -
|
|
7163
|
+
`, t += -Et(y) + ` 0 Td
|
|
7164
7164
|
`, b = -(l + 2), p = 0, A = I ? i : i + 1, $++, w = "";
|
|
7165
7165
|
}
|
|
7166
7166
|
break;
|
|
@@ -7773,19 +7773,19 @@ var ft = { CheckBox: { createAppearanceStream: function() {
|
|
|
7773
7773
|
var t = Mo(e);
|
|
7774
7774
|
t.scope = e.scope;
|
|
7775
7775
|
var o = [], r = e.scope.internal.getFont(e.fontName, e.fontStyle).id, a = e.scope.__private__.encodeColorString(e.color), l = sd(e, e.caption);
|
|
7776
|
-
return o.push("0.749023 g"), o.push("0 0 " +
|
|
7776
|
+
return o.push("0.749023 g"), o.push("0 0 " + Et(ft.internal.getWidth(e)) + " " + Et(ft.internal.getHeight(e)) + " re"), o.push("f"), o.push("BMC"), o.push("q"), o.push("0 0 1 rg"), o.push("/" + r + " " + Et(l.fontSize) + " Tf " + a), o.push("BT"), o.push(l.text), o.push("ET"), o.push("Q"), o.push("EMC"), t.stream = o.join(`
|
|
7777
7777
|
`), t;
|
|
7778
7778
|
}, YesNormal: function(e) {
|
|
7779
7779
|
var t = Mo(e);
|
|
7780
7780
|
t.scope = e.scope;
|
|
7781
7781
|
var o = e.scope.internal.getFont(e.fontName, e.fontStyle).id, r = e.scope.__private__.encodeColorString(e.color), a = [], l = ft.internal.getHeight(e), n = ft.internal.getWidth(e), s = sd(e, e.caption);
|
|
7782
|
-
return a.push("1 g"), a.push("0 0 " +
|
|
7782
|
+
return a.push("1 g"), a.push("0 0 " + Et(n) + " " + Et(l) + " re"), a.push("f"), a.push("q"), a.push("0 0 1 rg"), a.push("0 0 " + Et(n - 1) + " " + Et(l - 1) + " re"), a.push("W"), a.push("n"), a.push("0 g"), a.push("BT"), a.push("/" + o + " " + Et(s.fontSize) + " Tf " + r), a.push(s.text), a.push("ET"), a.push("Q"), t.stream = a.join(`
|
|
7783
7783
|
`), t;
|
|
7784
7784
|
}, OffPushDown: function(e) {
|
|
7785
7785
|
var t = Mo(e);
|
|
7786
7786
|
t.scope = e.scope;
|
|
7787
7787
|
var o = [];
|
|
7788
|
-
return o.push("0.749023 g"), o.push("0 0 " +
|
|
7788
|
+
return o.push("0.749023 g"), o.push("0 0 " + Et(ft.internal.getWidth(e)) + " " + Et(ft.internal.getHeight(e)) + " re"), o.push("f"), t.stream = o.join(`
|
|
7789
7789
|
`), t;
|
|
7790
7790
|
} }, RadioButton: { Circle: { createAppearanceStream: function(e) {
|
|
7791
7791
|
var t = { D: { Off: ft.RadioButton.Circle.OffPushDown }, N: {} };
|
|
@@ -7825,19 +7825,19 @@ var ft = { CheckBox: { createAppearanceStream: function() {
|
|
|
7825
7825
|
var t = Mo(e);
|
|
7826
7826
|
t.scope = e.scope;
|
|
7827
7827
|
var o = [], r = ft.internal.calculateCross(e);
|
|
7828
|
-
return o.push("q"), o.push("1 1 " +
|
|
7828
|
+
return o.push("q"), o.push("1 1 " + Et(ft.internal.getWidth(e) - 2) + " " + Et(ft.internal.getHeight(e) - 2) + " re"), o.push("W"), o.push("n"), o.push(Et(r.x1.x) + " " + Et(r.x1.y) + " m"), o.push(Et(r.x2.x) + " " + Et(r.x2.y) + " l"), o.push(Et(r.x4.x) + " " + Et(r.x4.y) + " m"), o.push(Et(r.x3.x) + " " + Et(r.x3.y) + " l"), o.push("s"), o.push("Q"), t.stream = o.join(`
|
|
7829
7829
|
`), t;
|
|
7830
7830
|
}, YesPushDown: function(e) {
|
|
7831
7831
|
var t = Mo(e);
|
|
7832
7832
|
t.scope = e.scope;
|
|
7833
7833
|
var o = ft.internal.calculateCross(e), r = [];
|
|
7834
|
-
return r.push("0.749023 g"), r.push("0 0 " +
|
|
7834
|
+
return r.push("0.749023 g"), r.push("0 0 " + Et(ft.internal.getWidth(e)) + " " + Et(ft.internal.getHeight(e)) + " re"), r.push("f"), r.push("q"), r.push("1 1 " + Et(ft.internal.getWidth(e) - 2) + " " + Et(ft.internal.getHeight(e) - 2) + " re"), r.push("W"), r.push("n"), r.push(Et(o.x1.x) + " " + Et(o.x1.y) + " m"), r.push(Et(o.x2.x) + " " + Et(o.x2.y) + " l"), r.push(Et(o.x4.x) + " " + Et(o.x4.y) + " m"), r.push(Et(o.x3.x) + " " + Et(o.x3.y) + " l"), r.push("s"), r.push("Q"), t.stream = r.join(`
|
|
7835
7835
|
`), t;
|
|
7836
7836
|
}, OffPushDown: function(e) {
|
|
7837
7837
|
var t = Mo(e);
|
|
7838
7838
|
t.scope = e.scope;
|
|
7839
7839
|
var o = [];
|
|
7840
|
-
return o.push("0.749023 g"), o.push("0 0 " +
|
|
7840
|
+
return o.push("0.749023 g"), o.push("0 0 " + Et(ft.internal.getWidth(e)) + " " + Et(ft.internal.getHeight(e)) + " re"), o.push("f"), t.stream = o.join(`
|
|
7841
7841
|
`), t;
|
|
7842
7842
|
} } }, createDefaultAppearanceStream: function(e) {
|
|
7843
7843
|
var t = e.scope.internal.getFont(e.fontName, e.fontStyle).id, o = e.scope.__private__.encodeColorString(e.color);
|
|
@@ -8711,16 +8711,16 @@ var wA, pf, bf, Fc = ["times"];
|
|
|
8711
8711
|
var T = k[1], ee = (k[2], k[3]), q = k[4], _e = (k[5], k[6]), Ie = /^([.\d]+)((?:%|in|[cem]m|ex|p[ctx]))$/i.exec(q)[2];
|
|
8712
8712
|
q = Math.floor(Ie === "px" ? parseFloat(q) * this.pdf.internal.scaleFactor : Ie === "em" ? parseFloat(q) * this.pdf.getFontSize() : parseFloat(q) * this.pdf.internal.scaleFactor), this.pdf.setFontSize(q);
|
|
8713
8713
|
var Be = function(At) {
|
|
8714
|
-
var
|
|
8714
|
+
var $t, ot, sl = [], Ot = At.trim();
|
|
8715
8715
|
if (Ot === "")
|
|
8716
8716
|
return Fc;
|
|
8717
8717
|
if (Ot in vf)
|
|
8718
8718
|
return [vf[Ot]];
|
|
8719
8719
|
for (; Ot !== ""; ) {
|
|
8720
|
-
switch (ot = null,
|
|
8720
|
+
switch (ot = null, $t = (Ot = yf(Ot)).charAt(0)) {
|
|
8721
8721
|
case '"':
|
|
8722
8722
|
case "'":
|
|
8723
|
-
ot = nm(Ot.substring(1),
|
|
8723
|
+
ot = nm(Ot.substring(1), $t);
|
|
8724
8724
|
break;
|
|
8725
8725
|
default:
|
|
8726
8726
|
ot = sm(Ot);
|
|
@@ -8752,9 +8752,9 @@ var wA, pf, bf, Fc = ["times"];
|
|
|
8752
8752
|
}
|
|
8753
8753
|
}
|
|
8754
8754
|
if (Ge === "") {
|
|
8755
|
-
for (var
|
|
8756
|
-
if (Re[Be[
|
|
8757
|
-
Ge = Re[Be[
|
|
8755
|
+
for (var vt = 0; vt < Be.length; vt++)
|
|
8756
|
+
if (Re[Be[vt]]) {
|
|
8757
|
+
Ge = Re[Be[vt]];
|
|
8758
8758
|
break;
|
|
8759
8759
|
}
|
|
8760
8760
|
}
|
|
@@ -8956,15 +8956,15 @@ var wA, pf, bf, Fc = ["times"];
|
|
|
8956
8956
|
if (C(Be), this.autoPaging)
|
|
8957
8957
|
for (var Ee = Be[0], Ge = Be[Be.length - 1], Re = Ee; Re < Ge + 1; Re++) {
|
|
8958
8958
|
this.pdf.setPage(Re);
|
|
8959
|
-
var dt = this.pdf.internal.pageSize.width - this.margin[3] - this.margin[1],
|
|
8959
|
+
var dt = this.pdf.internal.pageSize.width - this.margin[3] - this.margin[1], vt = Re === 1 ? this.posY + this.margin[0] : this.margin[0], At = this.pdf.internal.pageSize.height - this.posY - this.margin[0] - this.margin[2], $t = this.pdf.internal.pageSize.height - this.margin[0] - this.margin[2], ot = Re === 1 ? 0 : At + (Re - 2) * $t;
|
|
8960
8960
|
if (this.ctx.clip_path.length !== 0) {
|
|
8961
8961
|
var sl = this.path;
|
|
8962
|
-
k = JSON.parse(JSON.stringify(this.ctx.clip_path)), this.path = $(k, this.posX + this.margin[3], -ot +
|
|
8962
|
+
k = JSON.parse(JSON.stringify(this.ctx.clip_path)), this.path = $(k, this.posX + this.margin[3], -ot + vt + this.ctx.prevPageLastElemOffset), J.call(this, "fill", !0), this.path = sl;
|
|
8963
8963
|
}
|
|
8964
8964
|
var Ot = JSON.parse(JSON.stringify(_e));
|
|
8965
|
-
Ot = $([Ot], this.posX + this.margin[3], -ot +
|
|
8965
|
+
Ot = $([Ot], this.posX + this.margin[3], -ot + vt + this.ctx.prevPageLastElemOffset)[0];
|
|
8966
8966
|
var ql = (Re > Ee || Re < Ge) && i.call(this);
|
|
8967
|
-
ql && (this.pdf.saveGraphicsState(), this.pdf.rect(this.margin[3], this.margin[0], dt,
|
|
8967
|
+
ql && (this.pdf.saveGraphicsState(), this.pdf.rect(this.margin[3], this.margin[0], dt, $t, null).clip().discardPath()), this.pdf.addImage(F, "JPEG", Ot.x, Ot.y, Ot.w, Ot.h, null, null, ee), ql && this.pdf.restoreGraphicsState();
|
|
8968
8968
|
}
|
|
8969
8969
|
else
|
|
8970
8970
|
this.pdf.addImage(F, "JPEG", _e.x, _e.y, _e.w, _e.h, null, null, ee);
|
|
@@ -9035,8 +9035,8 @@ var wA, pf, bf, Fc = ["times"];
|
|
|
9035
9035
|
S = JSON.parse(JSON.stringify(this.ctx.clip_path)), this.path = $(S, this.posX + this.margin[3], -Re + Se + this.ctx.prevPageLastElemOffset), J.call(this, F, !0), this.path = dt;
|
|
9036
9036
|
}
|
|
9037
9037
|
if (_ = JSON.parse(JSON.stringify(pe)), this.path = $(_, this.posX + this.margin[3], -Re + Se + this.ctx.prevPageLastElemOffset), U === !1 || Ie === 0) {
|
|
9038
|
-
var
|
|
9039
|
-
|
|
9038
|
+
var vt = (Ie > q || Ie < _e) && i.call(this);
|
|
9039
|
+
vt && (this.pdf.saveGraphicsState(), this.pdf.rect(this.margin[3], this.margin[0], Be, Ge, null).clip().discardPath()), J.call(this, F, U), vt && this.pdf.restoreGraphicsState();
|
|
9040
9040
|
}
|
|
9041
9041
|
this.lineWidth = ue;
|
|
9042
9042
|
}
|
|
@@ -9168,15 +9168,15 @@ var wA, pf, bf, Fc = ["times"];
|
|
|
9168
9168
|
this.pdf.setPage(_e);
|
|
9169
9169
|
var Ie = _e === 1 ? this.posY + this.margin[0] : this.margin[0], Be = this.pdf.internal.pageSize.height - this.posY - this.margin[0] - this.margin[2], Se = this.pdf.internal.pageSize.height - this.margin[2], Ee = Se - this.margin[0], Ge = this.pdf.internal.pageSize.width - this.margin[1], Re = Ge - this.margin[3], dt = _e === 1 ? 0 : Be + (_e - 2) * Ee;
|
|
9170
9170
|
if (this.ctx.clip_path.length !== 0) {
|
|
9171
|
-
var
|
|
9172
|
-
we = JSON.parse(JSON.stringify(this.ctx.clip_path)), this.path = $(we, this.posX + this.margin[3], -1 * dt + Ie), J.call(this, "fill", !0), this.path =
|
|
9171
|
+
var vt = this.path;
|
|
9172
|
+
we = JSON.parse(JSON.stringify(this.ctx.clip_path)), this.path = $(we, this.posX + this.margin[3], -1 * dt + Ie), J.call(this, "fill", !0), this.path = vt;
|
|
9173
9173
|
}
|
|
9174
9174
|
var At = $([JSON.parse(JSON.stringify(Y))], this.posX + this.margin[3], -dt + Ie + this.ctx.prevPageLastElemOffset)[0];
|
|
9175
9175
|
F.scale >= 0.01 && (le = this.pdf.internal.getFontSize(), this.pdf.setFontSize(le * F.scale), pe = this.lineWidth, this.lineWidth = pe * F.scale);
|
|
9176
|
-
var
|
|
9177
|
-
if (
|
|
9178
|
-
if (
|
|
9179
|
-
var ot =
|
|
9176
|
+
var $t = this.autoPaging !== "text";
|
|
9177
|
+
if ($t || At.y + At.h <= Se) {
|
|
9178
|
+
if ($t || At.y >= Ie && At.x <= Ge) {
|
|
9179
|
+
var ot = $t ? F.text : this.pdf.splitTextToSize(F.text, F.maxWidth || Ge - At.x)[0], sl = $([JSON.parse(JSON.stringify(Z))], this.posX + this.margin[3], -dt + Ie + this.ctx.prevPageLastElemOffset)[0], Ot = $t && (_e > ee || _e < q) && i.call(this);
|
|
9180
9180
|
Ot && (this.pdf.saveGraphicsState(), this.pdf.rect(this.margin[3], this.margin[0], Re, Ee, null).clip().discardPath()), this.pdf.text(ot, sl.x, sl.y, { angle: F.angle, align: U, renderingMode: F.renderingMode }), Ot && this.pdf.restoreGraphicsState();
|
|
9181
9181
|
}
|
|
9182
9182
|
} else
|
|
@@ -9210,9 +9210,9 @@ var wA, pf, bf, Fc = ["times"];
|
|
|
9210
9210
|
var oe = F + 0.5 * (S - F), ue = U + 0.5 * (_ - U), we = E + 0.5 * (S - E), le = O + 0.5 * (_ - O), pe = Math.min(F, E, oe, we), Z = Math.max(F, E, oe, we), Y = Math.min(U, O, ue, le), Q = Math.max(U, O, ue, le);
|
|
9211
9211
|
return new s(pe, Y, Z - pe, Q - Y);
|
|
9212
9212
|
}, j = function(F, U, S, _, E, O, oe, ue) {
|
|
9213
|
-
var we, le, pe, Z, Y, Q, k, T, ee, q, _e, Ie, Be, Se, Ee = S - F, Ge = _ - U, Re = E - S, dt = O - _,
|
|
9213
|
+
var we, le, pe, Z, Y, Q, k, T, ee, q, _e, Ie, Be, Se, Ee = S - F, Ge = _ - U, Re = E - S, dt = O - _, vt = oe - E, At = ue - O;
|
|
9214
9214
|
for (le = 0; le < 41; le++)
|
|
9215
|
-
ee = (k = (pe = F + (we = le / 40) * Ee) + we * ((Y = S + we * Re) - pe)) + we * (Y + we * (E + we *
|
|
9215
|
+
ee = (k = (pe = F + (we = le / 40) * Ee) + we * ((Y = S + we * Re) - pe)) + we * (Y + we * (E + we * vt - Y) - k), q = (T = (Z = U + we * Ge) + we * ((Q = _ + we * dt) - Z)) + we * (Q + we * (O + we * At - Q) - T), le == 0 ? (_e = ee, Ie = q, Be = ee, Se = q) : (_e = Math.min(_e, ee), Ie = Math.min(Ie, q), Be = Math.max(Be, ee), Se = Math.max(Se, q));
|
|
9216
9216
|
return new s(Math.round(_e), Math.round(Ie), Math.round(Be - _e), Math.round(Se - Ie));
|
|
9217
9217
|
}, te = function() {
|
|
9218
9218
|
if (this.prevLineDash || this.ctx.lineDash.length || this.ctx.lineDashOffset) {
|
|
@@ -10174,19 +10174,19 @@ function Sc(e) {
|
|
|
10174
10174
|
}
|
|
10175
10175
|
function j(F, U, S, _, E) {
|
|
10176
10176
|
for (var O, oe = E[0], ue = E[240], we = function(q, _e) {
|
|
10177
|
-
var Ie, Be, Se, Ee, Ge, Re, dt,
|
|
10177
|
+
var Ie, Be, Se, Ee, Ge, Re, dt, vt, At, $t, ot = 0;
|
|
10178
10178
|
for (At = 0; At < 8; ++At) {
|
|
10179
10179
|
Ie = q[ot], Be = q[ot + 1], Se = q[ot + 2], Ee = q[ot + 3], Ge = q[ot + 4], Re = q[ot + 5], dt = q[ot + 6];
|
|
10180
|
-
var sl = Ie + (
|
|
10180
|
+
var sl = Ie + (vt = q[ot + 7]), Ot = Ie - vt, ql = Be + dt, Xt = Be - dt, ml = Se + Re, xo = Se - Re, qt = Ee + Ge, Dr = Ee - Ge, Bl = sl + qt, Ja = sl - qt, Ho = ql + ml, _l = ql - ml;
|
|
10181
10181
|
q[ot] = Bl + Ho, q[ot + 4] = Bl - Ho;
|
|
10182
|
-
var
|
|
10183
|
-
q[ot + 2] = Ja +
|
|
10182
|
+
var Qt = 0.707106781 * (_l + Ja);
|
|
10183
|
+
q[ot + 2] = Ja + Qt, q[ot + 6] = Ja - Qt;
|
|
10184
10184
|
var Yt = 0.382683433 * ((Bl = Dr + xo) - (_l = Xt + Ot)), Hr = 0.5411961 * Bl + Yt, oa = 1.306562965 * _l + Yt, Co = 0.707106781 * (Ho = xo + Xt), ko = Ot + Co, wt = Ot - Co;
|
|
10185
10185
|
q[ot + 5] = wt + Hr, q[ot + 3] = wt - Hr, q[ot + 1] = ko + oa, q[ot + 7] = ko - oa, ot += 8;
|
|
10186
10186
|
}
|
|
10187
10187
|
for (ot = 0, At = 0; At < 8; ++At) {
|
|
10188
10188
|
Ie = q[ot], Be = q[ot + 8], Se = q[ot + 16], Ee = q[ot + 24], Ge = q[ot + 32], Re = q[ot + 40], dt = q[ot + 48];
|
|
10189
|
-
var Za = Ie + (
|
|
10189
|
+
var Za = Ie + (vt = q[ot + 56]), Bo = Ie - vt, ma = Be + dt, Kl = Be - dt, Dl = Se + Re, Sa = Se - Re, nn = Ee + Ge, Po = Ee - Ge, eo = Za + nn, to = Za - nn, lo = ma + Dl, _o = ma - Dl;
|
|
10190
10190
|
q[ot] = eo + lo, q[ot + 32] = eo - lo;
|
|
10191
10191
|
var Ha = 0.707106781 * (_o + to);
|
|
10192
10192
|
q[ot + 16] = to + Ha, q[ot + 48] = to - Ha;
|
|
@@ -10194,7 +10194,7 @@ function Sc(e) {
|
|
|
10194
10194
|
q[ot + 40] = cn + Pr, q[ot + 24] = cn - Pr, q[ot + 8] = un + sn, q[ot + 56] = un - sn, ot++;
|
|
10195
10195
|
}
|
|
10196
10196
|
for (At = 0; At < 64; ++At)
|
|
10197
|
-
|
|
10197
|
+
$t = q[At] * _e[At], b[At] = $t > 0 ? $t + 0.5 | 0 : $t - 0.5 | 0;
|
|
10198
10198
|
return b;
|
|
10199
10199
|
}(F, U), le = 0; le < 64; ++le)
|
|
10200
10200
|
A[W[le]] = we[le];
|
|
@@ -10260,8 +10260,8 @@ function Sc(e) {
|
|
|
10260
10260
|
for (var dt = 0; dt <= 11; dt++)
|
|
10261
10261
|
z(X[dt]);
|
|
10262
10262
|
z(17);
|
|
10263
|
-
for (var
|
|
10264
|
-
z(re[
|
|
10263
|
+
for (var vt = 0; vt < 16; vt++)
|
|
10264
|
+
z(re[vt + 1]);
|
|
10265
10265
|
for (var At = 0; At <= 161; At++)
|
|
10266
10266
|
z(me[At]);
|
|
10267
10267
|
}(), G(65498), G(12), z(3), z(1), z(0), z(2), z(17), z(3), z(17), z(0), z(63), z(0);
|
|
@@ -10539,7 +10539,7 @@ function kf(e) {
|
|
|
10539
10539
|
P[ie + fe] = (4278255360 & ve) + be >>> 0;
|
|
10540
10540
|
}
|
|
10541
10541
|
}
|
|
10542
|
-
function
|
|
10542
|
+
function vt(v, x) {
|
|
10543
10543
|
x.jd = v >> 0 & 255, x.hd = v >> 8 & 255, x.ud = v >> 16 & 255;
|
|
10544
10544
|
}
|
|
10545
10545
|
function At(v, x, M, P, ie, fe) {
|
|
@@ -10549,7 +10549,7 @@ function kf(e) {
|
|
|
10549
10549
|
ke = 255 & (ke = (ke = ke + ((v.hd << 24 >> 24) * (be << 24 >> 24) >>> 5)) + ((v.ud << 24 >> 24) * ($e << 24 >> 24) >>> 5)), ie[fe + ve] = (4278255360 & ye) + ($e << 16) + ke;
|
|
10550
10550
|
}
|
|
10551
10551
|
}
|
|
10552
|
-
function
|
|
10552
|
+
function $t(v, x, M, P, ie) {
|
|
10553
10553
|
R[x] = function(fe, ve, ye, be, ke, $e, De, He, Te) {
|
|
10554
10554
|
for (be = De; be < He; ++be)
|
|
10555
10555
|
for (De = 0; De < Te; ++De)
|
|
@@ -10624,7 +10624,7 @@ function kf(e) {
|
|
|
10624
10624
|
function _l() {
|
|
10625
10625
|
this.Id = this.fd = this.Md = this.hb = this.ib = this.da = this.bd = this.cd = this.j = this.v = this.Da = this.Sd = this.ob = 0;
|
|
10626
10626
|
}
|
|
10627
|
-
function
|
|
10627
|
+
function Qt(v) {
|
|
10628
10628
|
return alert("todo:WebPSamplerProcessPlane"), v.T;
|
|
10629
10629
|
}
|
|
10630
10630
|
function Yt(v, x) {
|
|
@@ -10653,7 +10653,7 @@ function kf(e) {
|
|
|
10653
10653
|
alert("todo:use_scaling");
|
|
10654
10654
|
else {
|
|
10655
10655
|
if (P) {
|
|
10656
|
-
if (x.Ib =
|
|
10656
|
+
if (x.Ib = Qt, v.Kb) {
|
|
10657
10657
|
if (M = v.U + 1 >> 1, x.memory = l(v.U + 2 * M), x.memory == null)
|
|
10658
10658
|
return 0;
|
|
10659
10659
|
x.ec = x.memory, x.fc = 0, x.cc = x.ec, x.dc = x.fc + v.U, x.Mc = x.cc, x.Nc = x.dc + M, x.Ib = Yt, Je();
|
|
@@ -10728,8 +10728,8 @@ function kf(e) {
|
|
|
10728
10728
|
case 1:
|
|
10729
10729
|
for (Xe = He, Ue = Te, qe = (He = ke.Ea) - (Ve = He & ~(Me = (Te = 1 << ke.b) - 1)), Pe = ee(He, ke.b), We = ke.K, ke = ke.w + ($e >> ke.b) * Pe; $e < De; ) {
|
|
10730
10730
|
for (ut = We, rt = ke, mt = new Ie(), nt = Ue + Ve, jt = Ue + He; Ue < nt; )
|
|
10731
|
-
|
|
10732
|
-
Ue < jt && (
|
|
10731
|
+
vt(ut[rt++], mt), Pa(mt, Xe, Ue, Te, be, ye), Ue += Te, ye += Te;
|
|
10732
|
+
Ue < jt && (vt(ut[rt++], mt), Pa(mt, Xe, Ue, qe, be, ye), Ue += qe, ye += qe), ++$e & Me || (ke += Pe);
|
|
10733
10733
|
}
|
|
10734
10734
|
break;
|
|
10735
10735
|
case 3:
|
|
@@ -11534,17 +11534,17 @@ function kf(e) {
|
|
|
11534
11534
|
function bi(v, x) {
|
|
11535
11535
|
gn(128, v, x);
|
|
11536
11536
|
}
|
|
11537
|
-
function
|
|
11537
|
+
function Ut(v, x, M) {
|
|
11538
11538
|
return v + 2 * x + M + 2 >> 2;
|
|
11539
11539
|
}
|
|
11540
11540
|
function Cu(v, x) {
|
|
11541
11541
|
var M, P = x - 32;
|
|
11542
|
-
for (P = new Uint8Array([
|
|
11542
|
+
for (P = new Uint8Array([Ut(v[P - 1], v[P + 0], v[P + 1]), Ut(v[P + 0], v[P + 1], v[P + 2]), Ut(v[P + 1], v[P + 2], v[P + 3]), Ut(v[P + 2], v[P + 3], v[P + 4])]), M = 0; 4 > M; ++M)
|
|
11543
11543
|
r(v, x + 32 * M, P, 0, P.length);
|
|
11544
11544
|
}
|
|
11545
11545
|
function ku(v, x) {
|
|
11546
11546
|
var M = v[x - 1], P = v[x - 1 + 32], ie = v[x - 1 + 64], fe = v[x - 1 + 96];
|
|
11547
|
-
we(v, x + 0, 16843009 *
|
|
11547
|
+
we(v, x + 0, 16843009 * Ut(v[x - 1 - 32], M, P)), we(v, x + 32, 16843009 * Ut(M, P, ie)), we(v, x + 64, 16843009 * Ut(P, ie, fe)), we(v, x + 96, 16843009 * Ut(ie, fe, fe));
|
|
11548
11548
|
}
|
|
11549
11549
|
function So(v, x) {
|
|
11550
11550
|
var M, P = 4;
|
|
@@ -11555,27 +11555,27 @@ function kf(e) {
|
|
|
11555
11555
|
}
|
|
11556
11556
|
function mi(v, x) {
|
|
11557
11557
|
var M = v[x - 1 + 0], P = v[x - 1 + 32], ie = v[x - 1 + 64], fe = v[x - 1 - 32], ve = v[x + 0 - 32], ye = v[x + 1 - 32], be = v[x + 2 - 32], ke = v[x + 3 - 32];
|
|
11558
|
-
v[x + 0 + 96] =
|
|
11558
|
+
v[x + 0 + 96] = Ut(P, ie, v[x - 1 + 96]), v[x + 1 + 96] = v[x + 0 + 64] = Ut(M, P, ie), v[x + 2 + 96] = v[x + 1 + 64] = v[x + 0 + 32] = Ut(fe, M, P), v[x + 3 + 96] = v[x + 2 + 64] = v[x + 1 + 32] = v[x + 0 + 0] = Ut(ve, fe, M), v[x + 3 + 64] = v[x + 2 + 32] = v[x + 1 + 0] = Ut(ye, ve, fe), v[x + 3 + 32] = v[x + 2 + 0] = Ut(be, ye, ve), v[x + 3 + 0] = Ut(ke, be, ye);
|
|
11559
11559
|
}
|
|
11560
11560
|
function wi(v, x) {
|
|
11561
11561
|
var M = v[x + 1 - 32], P = v[x + 2 - 32], ie = v[x + 3 - 32], fe = v[x + 4 - 32], ve = v[x + 5 - 32], ye = v[x + 6 - 32], be = v[x + 7 - 32];
|
|
11562
|
-
v[x + 0 + 0] =
|
|
11562
|
+
v[x + 0 + 0] = Ut(v[x + 0 - 32], M, P), v[x + 1 + 0] = v[x + 0 + 32] = Ut(M, P, ie), v[x + 2 + 0] = v[x + 1 + 32] = v[x + 0 + 64] = Ut(P, ie, fe), v[x + 3 + 0] = v[x + 2 + 32] = v[x + 1 + 64] = v[x + 0 + 96] = Ut(ie, fe, ve), v[x + 3 + 32] = v[x + 2 + 64] = v[x + 1 + 96] = Ut(fe, ve, ye), v[x + 3 + 64] = v[x + 2 + 96] = Ut(ve, ye, be), v[x + 3 + 96] = Ut(ye, be, be);
|
|
11563
11563
|
}
|
|
11564
11564
|
function yn(v, x) {
|
|
11565
11565
|
var M = v[x - 1 + 0], P = v[x - 1 + 32], ie = v[x - 1 + 64], fe = v[x - 1 - 32], ve = v[x + 0 - 32], ye = v[x + 1 - 32], be = v[x + 2 - 32], ke = v[x + 3 - 32];
|
|
11566
|
-
v[x + 0 + 0] = v[x + 1 + 64] = fe + ve + 1 >> 1, v[x + 1 + 0] = v[x + 2 + 64] = ve + ye + 1 >> 1, v[x + 2 + 0] = v[x + 3 + 64] = ye + be + 1 >> 1, v[x + 3 + 0] = be + ke + 1 >> 1, v[x + 0 + 96] =
|
|
11566
|
+
v[x + 0 + 0] = v[x + 1 + 64] = fe + ve + 1 >> 1, v[x + 1 + 0] = v[x + 2 + 64] = ve + ye + 1 >> 1, v[x + 2 + 0] = v[x + 3 + 64] = ye + be + 1 >> 1, v[x + 3 + 0] = be + ke + 1 >> 1, v[x + 0 + 96] = Ut(ie, P, M), v[x + 0 + 64] = Ut(P, M, fe), v[x + 0 + 32] = v[x + 1 + 96] = Ut(M, fe, ve), v[x + 1 + 32] = v[x + 2 + 96] = Ut(fe, ve, ye), v[x + 2 + 32] = v[x + 3 + 96] = Ut(ve, ye, be), v[x + 3 + 32] = Ut(ye, be, ke);
|
|
11567
11567
|
}
|
|
11568
11568
|
function As(v, x) {
|
|
11569
11569
|
var M = v[x + 0 - 32], P = v[x + 1 - 32], ie = v[x + 2 - 32], fe = v[x + 3 - 32], ve = v[x + 4 - 32], ye = v[x + 5 - 32], be = v[x + 6 - 32], ke = v[x + 7 - 32];
|
|
11570
|
-
v[x + 0 + 0] = M + P + 1 >> 1, v[x + 1 + 0] = v[x + 0 + 64] = P + ie + 1 >> 1, v[x + 2 + 0] = v[x + 1 + 64] = ie + fe + 1 >> 1, v[x + 3 + 0] = v[x + 2 + 64] = fe + ve + 1 >> 1, v[x + 0 + 32] =
|
|
11570
|
+
v[x + 0 + 0] = M + P + 1 >> 1, v[x + 1 + 0] = v[x + 0 + 64] = P + ie + 1 >> 1, v[x + 2 + 0] = v[x + 1 + 64] = ie + fe + 1 >> 1, v[x + 3 + 0] = v[x + 2 + 64] = fe + ve + 1 >> 1, v[x + 0 + 32] = Ut(M, P, ie), v[x + 1 + 32] = v[x + 0 + 96] = Ut(P, ie, fe), v[x + 2 + 32] = v[x + 1 + 96] = Ut(ie, fe, ve), v[x + 3 + 32] = v[x + 2 + 96] = Ut(fe, ve, ye), v[x + 3 + 64] = Ut(ve, ye, be), v[x + 3 + 96] = Ut(ye, be, ke);
|
|
11571
11571
|
}
|
|
11572
11572
|
function Bu(v, x) {
|
|
11573
11573
|
var M = v[x - 1 + 0], P = v[x - 1 + 32], ie = v[x - 1 + 64], fe = v[x - 1 + 96];
|
|
11574
|
-
v[x + 0 + 0] = M + P + 1 >> 1, v[x + 2 + 0] = v[x + 0 + 32] = P + ie + 1 >> 1, v[x + 2 + 32] = v[x + 0 + 64] = ie + fe + 1 >> 1, v[x + 1 + 0] =
|
|
11574
|
+
v[x + 0 + 0] = M + P + 1 >> 1, v[x + 2 + 0] = v[x + 0 + 32] = P + ie + 1 >> 1, v[x + 2 + 32] = v[x + 0 + 64] = ie + fe + 1 >> 1, v[x + 1 + 0] = Ut(M, P, ie), v[x + 3 + 0] = v[x + 1 + 32] = Ut(P, ie, fe), v[x + 3 + 32] = v[x + 1 + 64] = Ut(ie, fe, fe), v[x + 3 + 64] = v[x + 2 + 64] = v[x + 0 + 96] = v[x + 1 + 96] = v[x + 2 + 96] = v[x + 3 + 96] = fe;
|
|
11575
11575
|
}
|
|
11576
11576
|
function _u(v, x) {
|
|
11577
11577
|
var M = v[x - 1 + 0], P = v[x - 1 + 32], ie = v[x - 1 + 64], fe = v[x - 1 + 96], ve = v[x - 1 - 32], ye = v[x + 0 - 32], be = v[x + 1 - 32], ke = v[x + 2 - 32];
|
|
11578
|
-
v[x + 0 + 0] = v[x + 2 + 32] = M + ve + 1 >> 1, v[x + 0 + 32] = v[x + 2 + 64] = P + M + 1 >> 1, v[x + 0 + 64] = v[x + 2 + 96] = ie + P + 1 >> 1, v[x + 0 + 96] = fe + ie + 1 >> 1, v[x + 3 + 0] =
|
|
11578
|
+
v[x + 0 + 0] = v[x + 2 + 32] = M + ve + 1 >> 1, v[x + 0 + 32] = v[x + 2 + 64] = P + M + 1 >> 1, v[x + 0 + 64] = v[x + 2 + 96] = ie + P + 1 >> 1, v[x + 0 + 96] = fe + ie + 1 >> 1, v[x + 3 + 0] = Ut(ye, be, ke), v[x + 2 + 0] = Ut(ve, ye, be), v[x + 1 + 0] = v[x + 3 + 32] = Ut(M, ve, ye), v[x + 1 + 32] = v[x + 3 + 64] = Ut(P, M, ve), v[x + 1 + 64] = v[x + 3 + 96] = Ut(ie, P, M), v[x + 1 + 96] = Ut(fe, ie, P);
|
|
11579
11579
|
}
|
|
11580
11580
|
function Fu(v, x) {
|
|
11581
11581
|
var M;
|
|
@@ -11898,25 +11898,25 @@ function kf(e) {
|
|
|
11898
11898
|
function pt(v, x) {
|
|
11899
11899
|
return it((19077 * v >> 8) + (26149 * x >> 8) - 14234);
|
|
11900
11900
|
}
|
|
11901
|
-
function
|
|
11901
|
+
function It(v, x, M) {
|
|
11902
11902
|
return it((19077 * v >> 8) - (6419 * x >> 8) - (13320 * M >> 8) + 8708);
|
|
11903
11903
|
}
|
|
11904
11904
|
function Nt(v, x) {
|
|
11905
11905
|
return it((19077 * v >> 8) + (33050 * x >> 8) - 17685);
|
|
11906
11906
|
}
|
|
11907
11907
|
function Rt(v, x, M, P, ie) {
|
|
11908
|
-
P[ie + 0] = pt(v, M), P[ie + 1] =
|
|
11908
|
+
P[ie + 0] = pt(v, M), P[ie + 1] = It(v, x, M), P[ie + 2] = Nt(v, x);
|
|
11909
11909
|
}
|
|
11910
11910
|
function xl(v, x, M, P, ie) {
|
|
11911
|
-
P[ie + 0] = Nt(v, x), P[ie + 1] =
|
|
11911
|
+
P[ie + 0] = Nt(v, x), P[ie + 1] = It(v, x, M), P[ie + 2] = pt(v, M);
|
|
11912
11912
|
}
|
|
11913
11913
|
function Fl(v, x, M, P, ie) {
|
|
11914
|
-
var fe =
|
|
11914
|
+
var fe = It(v, x, M);
|
|
11915
11915
|
x = fe << 3 & 224 | Nt(v, x) >> 3, P[ie + 0] = 248 & pt(v, M) | fe >> 5, P[ie + 1] = x;
|
|
11916
11916
|
}
|
|
11917
11917
|
function Hl(v, x, M, P, ie) {
|
|
11918
11918
|
var fe = 240 & Nt(v, x) | 15;
|
|
11919
|
-
P[ie + 0] = 240 & pt(v, M) |
|
|
11919
|
+
P[ie + 0] = 240 & pt(v, M) | It(v, x, M) >> 4, P[ie + 1] = fe;
|
|
11920
11920
|
}
|
|
11921
11921
|
function Aa(v, x, M, P, ie) {
|
|
11922
11922
|
P[ie + 0] = 255, Rt(v, x, M, P, ie + 1);
|
|
@@ -12230,11 +12230,11 @@ function kf(e) {
|
|
|
12230
12230
|
var Qu = R.PredictorAdd0;
|
|
12231
12231
|
R.PredictorAdd1 = Re, _e("Predictor2", "PredictorAdd2"), _e("Predictor3", "PredictorAdd3"), _e("Predictor4", "PredictorAdd4"), _e("Predictor5", "PredictorAdd5"), _e("Predictor6", "PredictorAdd6"), _e("Predictor7", "PredictorAdd7"), _e("Predictor8", "PredictorAdd8"), _e("Predictor9", "PredictorAdd9"), _e("Predictor10", "PredictorAdd10"), _e("Predictor11", "PredictorAdd11"), _e("Predictor12", "PredictorAdd12"), _e("Predictor13", "PredictorAdd13");
|
|
12232
12232
|
var ks = R.PredictorAdd2;
|
|
12233
|
-
|
|
12233
|
+
$t("ColorIndexInverseTransform", "MapARGB", "32b", function(v) {
|
|
12234
12234
|
return v >> 8 & 255;
|
|
12235
12235
|
}, function(v) {
|
|
12236
12236
|
return v;
|
|
12237
|
-
}),
|
|
12237
|
+
}), $t("VP8LColorIndexInverseTransformAlpha", "MapAlpha", "8b", function(v) {
|
|
12238
12238
|
return v;
|
|
12239
12239
|
}, function(v) {
|
|
12240
12240
|
return v >> 8 & 255;
|
|
@@ -12820,7 +12820,7 @@ function(e) {
|
|
|
12820
12820
|
*/
|
|
12821
12821
|
function(e) {
|
|
12822
12822
|
function t() {
|
|
12823
|
-
return (kt.canvg ? Promise.resolve(kt.canvg) : import("./index.es-
|
|
12823
|
+
return (kt.canvg ? Promise.resolve(kt.canvg) : import("./index.es-4044d78d.js")).catch(function(o) {
|
|
12824
12824
|
return Promise.reject(new Error("Could not load canvg: " + o));
|
|
12825
12825
|
}).then(function(o) {
|
|
12826
12826
|
return o.default ? o.default : o;
|
|
@@ -14201,7 +14201,7 @@ function or(e) {
|
|
|
14201
14201
|
""
|
|
14202
14202
|
);
|
|
14203
14203
|
}
|
|
14204
|
-
function
|
|
14204
|
+
function yt() {
|
|
14205
14205
|
return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function(e) {
|
|
14206
14206
|
const t = Math.random() * 16 | 0;
|
|
14207
14207
|
return (e == "x" ? t : t & 3 | 8).toString(16);
|
|
@@ -18916,7 +18916,7 @@ const St = (e, t) => {
|
|
|
18916
18916
|
], 2));
|
|
18917
18917
|
}
|
|
18918
18918
|
}, Xl = /* @__PURE__ */ St(Yw, [["__scopeId", "data-v-2cdad199"]]);
|
|
18919
|
-
function
|
|
18919
|
+
function Mt({ defaultConfig: e, userConfig: t }) {
|
|
18920
18920
|
if (!Object.keys(t || {}).length)
|
|
18921
18921
|
return e;
|
|
18922
18922
|
const o = as({
|
|
@@ -18936,7 +18936,7 @@ const bl = {
|
|
|
18936
18936
|
}
|
|
18937
18937
|
},
|
|
18938
18938
|
setup(e) {
|
|
18939
|
-
const o =
|
|
18939
|
+
const o = Mt({
|
|
18940
18940
|
userConfig: e.config,
|
|
18941
18941
|
defaultConfig: {
|
|
18942
18942
|
title: {
|
|
@@ -18957,11 +18957,11 @@ const bl = {
|
|
|
18957
18957
|
});
|
|
18958
18958
|
return (r, a) => (c(), h(ge, null, [
|
|
18959
18959
|
g("div", {
|
|
18960
|
-
style: H(`width:100%;text-align:center;color:${se(o).title.color};font-size:${se(o).title.fontSize}px;font-weight:${se(o).title.bold ? "bold" : ""}`)
|
|
18960
|
+
style: H(`width: 100%; text-align:center;color:${se(o).title.color};font-size:${se(o).title.fontSize}px;font-weight:${se(o).title.bold ? "bold" : ""}`)
|
|
18961
18961
|
}, N(se(o).title.text), 5),
|
|
18962
18962
|
se(o).subtitle.text ? (c(), h("div", {
|
|
18963
18963
|
key: 0,
|
|
18964
|
-
style: H(`width:100%;text-align:center;color:${se(o).subtitle.color};font-size:${se(o).subtitle.fontSize}px;font-weight:${se(o).subtitle.bold ? "bold" : ""}`)
|
|
18964
|
+
style: H(`width: 100%; text-align:center;color:${se(o).subtitle.color};font-size:${se(o).subtitle.fontSize}px;font-weight:${se(o).subtitle.bold ? "bold" : ""}`)
|
|
18965
18965
|
}, N(se(o).subtitle.text), 5)) : L("", !0)
|
|
18966
18966
|
], 64));
|
|
18967
18967
|
}
|
|
@@ -19472,7 +19472,7 @@ const rr = (e) => (Na("data-v-030db148"), e = e(), Da(), e), nx = ["id"], sx = [
|
|
|
19472
19472
|
}
|
|
19473
19473
|
},
|
|
19474
19474
|
setup(e) {
|
|
19475
|
-
const t = e, o = D(`vue-ui-skeleton-${Math.random()}`), r = D(_t.vue_ui_skeleton), a = ae(() =>
|
|
19475
|
+
const t = e, o = D(`vue-ui-skeleton-${Math.random()}`), r = D(_t.vue_ui_skeleton), a = ae(() => Mt({
|
|
19476
19476
|
userConfig: t.config,
|
|
19477
19477
|
defaultConfig: r.value
|
|
19478
19478
|
})), l = ae(() => a.value.style.animated), n = ae(() => a.value.type), s = D([60, 50, 55, 36, 40, 25, 26, 12]), d = ae(() => Ol({
|
|
@@ -21478,7 +21478,7 @@ const CB = ["id"], kB = ["xmlns", "viewBox"], BB = ["id"], _B = ["stop-color"],
|
|
|
21478
21478
|
},
|
|
21479
21479
|
emits: ["hoverIndex", "selectDatapoint"],
|
|
21480
21480
|
setup(e, { emit: t }) {
|
|
21481
|
-
const o = e, r = ae(() => !!o.dataset && o.dataset.length), a = D(
|
|
21481
|
+
const o = e, r = ae(() => !!o.dataset && o.dataset.length), a = D(yt()), l = D(_t.vue_ui_sparkline), n = ae(() => Mt({
|
|
21482
21482
|
userConfig: o.config,
|
|
21483
21483
|
defaultConfig: l.value
|
|
21484
21484
|
})), s = D(o.dataset.map((de) => n.value.style.animation.show ? {
|
|
@@ -21763,7 +21763,7 @@ const jB = ["id"], GB = { style: { "z-index": "1", "padding-right": "24px" } },
|
|
|
21763
21763
|
Ya((G) => ({
|
|
21764
21764
|
"202ddaf6": G.tdo
|
|
21765
21765
|
}));
|
|
21766
|
-
const r = D(
|
|
21766
|
+
const r = D(yt()), a = D(0), l = D(_t.vue_ui_table_sparkline), n = D(!1), s = D(!1), d = ae(() => Mt({
|
|
21767
21767
|
userConfig: o.config,
|
|
21768
21768
|
defaultConfig: l.value
|
|
21769
21769
|
})), y = D(null), p = D(!1), f = ae(() => d.value.responsiveBreakpoint);
|
|
@@ -22138,7 +22138,7 @@ const jB = ["id"], GB = { style: { "z-index": "1", "padding-right": "24px" } },
|
|
|
22138
22138
|
__proto__: null,
|
|
22139
22139
|
default: n1
|
|
22140
22140
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
22141
|
-
const n4 =
|
|
22141
|
+
const n4 = yt(), s4 = {
|
|
22142
22142
|
name: "vue-ui-xy",
|
|
22143
22143
|
props: {
|
|
22144
22144
|
config: {
|
|
@@ -22214,7 +22214,7 @@ const n4 = gt(), s4 = {
|
|
|
22214
22214
|
selectedSerieIndex: null,
|
|
22215
22215
|
selectedRowIndex: null,
|
|
22216
22216
|
segregatedSeries: [],
|
|
22217
|
-
uniqueId:
|
|
22217
|
+
uniqueId: yt(),
|
|
22218
22218
|
step: 0,
|
|
22219
22219
|
slicer: t,
|
|
22220
22220
|
__to__: null,
|
|
@@ -24215,10 +24215,10 @@ function h3(e, t, o, r, a, l) {
|
|
|
24215
24215
|
isCustom: l.chartConfig.chart.tooltip.customFormat && typeof l.chartConfig.chart.tooltip.customFormat == "function"
|
|
24216
24216
|
}, {
|
|
24217
24217
|
"tooltip-before": Ye(() => [
|
|
24218
|
-
Ke(e.$slots, "tooltip-before",
|
|
24218
|
+
Ke(e.$slots, "tooltip-before", gt(Ct({ ...l.dataTooltipSlot })), void 0, !0)
|
|
24219
24219
|
]),
|
|
24220
24220
|
"tooltip-after": Ye(() => [
|
|
24221
|
-
Ke(e.$slots, "tooltip-after",
|
|
24221
|
+
Ke(e.$slots, "tooltip-after", gt(Ct({ ...l.dataTooltipSlot })), void 0, !0)
|
|
24222
24222
|
]),
|
|
24223
24223
|
_: 3
|
|
24224
24224
|
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -25806,7 +25806,7 @@ const WS = (e) => (Na("data-v-764d25f6"), e = e(), Da(), e), jS = ["id"], GS = [
|
|
|
25806
25806
|
});
|
|
25807
25807
|
});
|
|
25808
25808
|
});
|
|
25809
|
-
const l = D(
|
|
25809
|
+
const l = D(yt()), n = D(_t.vue_ui_donut), s = D(!1), d = D(!1), y = D(null), p = D(null), f = D(!1), m = D(""), b = D(null), A = D(0), i = ae(() => Mt({
|
|
25810
25810
|
userConfig: r.config,
|
|
25811
25811
|
defaultConfig: n.value
|
|
25812
25812
|
})), u = D({
|
|
@@ -26254,7 +26254,7 @@ const WS = (e) => (Na("data-v-764d25f6"), e = e(), Da(), e), jS = ["id"], GS = [
|
|
|
26254
26254
|
g("div", {
|
|
26255
26255
|
class: Qe({ "vue-ui-donut-datalabel-slot": !0, "vue-ui-donut-datalabel-slot-not-safari": !pe.value })
|
|
26256
26256
|
}, [
|
|
26257
|
-
Ke(Q.$slots, "dataLabel",
|
|
26257
|
+
Ke(Q.$slots, "dataLabel", gt(Ct({
|
|
26258
26258
|
datapoint: T,
|
|
26259
26259
|
isBlur: !n.value.useBlurOnHover || [null, void 0].includes(b.value) || b.value === ee,
|
|
26260
26260
|
isSafari: pe.value,
|
|
@@ -26373,10 +26373,10 @@ const WS = (e) => (Na("data-v-764d25f6"), e = e(), Da(), e), jS = ["id"], GS = [
|
|
|
26373
26373
|
isCustom: se(ul)(i.value.style.chart.tooltip.customFormat)
|
|
26374
26374
|
}, {
|
|
26375
26375
|
"tooltip-before": Ye(() => [
|
|
26376
|
-
Ke(Q.$slots, "tooltip-before",
|
|
26376
|
+
Ke(Q.$slots, "tooltip-before", gt(Ct({ ...G.value })), void 0, !0)
|
|
26377
26377
|
]),
|
|
26378
26378
|
"tooltip-after": Ye(() => [
|
|
26379
|
-
Ke(Q.$slots, "tooltip-after",
|
|
26379
|
+
Ke(Q.$slots, "tooltip-after", gt(Ct({ ...G.value })), void 0, !0)
|
|
26380
26380
|
]),
|
|
26381
26381
|
_: 3
|
|
26382
26382
|
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -26458,7 +26458,7 @@ const s1 = (e) => (Na("data-v-4015bb55"), e = e(), Da(), e), E8 = ["id"], I8 = [
|
|
|
26458
26458
|
});
|
|
26459
26459
|
});
|
|
26460
26460
|
});
|
|
26461
|
-
const l = D(
|
|
26461
|
+
const l = D(yt()), n = D(_t.vue_ui_waffle), s = D(!1), d = D(!1), y = D(null), p = D(null), f = D(!1), m = D(""), b = D(null), A = D(0), i = ae(() => Mt({
|
|
26462
26462
|
userConfig: r.config,
|
|
26463
26463
|
defaultConfig: n.value
|
|
26464
26464
|
})), u = D({
|
|
@@ -26816,7 +26816,7 @@ const s1 = (e) => (Na("data-v-4015bb55"), e = e(), Da(), e), E8 = ["id"], I8 = [
|
|
|
26816
26816
|
width: C.value,
|
|
26817
26817
|
class: "vue-ui-waffle-custom-cell-foreignObject"
|
|
26818
26818
|
}, [
|
|
26819
|
-
Ke(Z.$slots, "cell",
|
|
26819
|
+
Ke(Z.$slots, "cell", gt(Ct({ cell: { ...Q, color: X.value[k].color, ...X.value[k] }, isSelected: [null, void 0].includes(b.value) ? !0 : X.value[k].serieIndex === b.value })), void 0, !0)
|
|
26820
26820
|
], 8, W8))), 256)) : (c(), h(ge, { key: 2 }, [
|
|
26821
26821
|
(c(!0), h(ge, null, xe(re.value, (Q, k) => (c(), h("rect", {
|
|
26822
26822
|
rx: i.value.style.chart.layout.rect.rounded ? i.value.style.chart.layout.rect.rounding : 0,
|
|
@@ -26933,10 +26933,10 @@ const s1 = (e) => (Na("data-v-4015bb55"), e = e(), Da(), e), E8 = ["id"], I8 = [
|
|
|
26933
26933
|
fontSize: i.value.style.chart.tooltip.fontSize
|
|
26934
26934
|
}, {
|
|
26935
26935
|
"tooltip-before": Ye(() => [
|
|
26936
|
-
Ke(Z.$slots, "tooltip-before",
|
|
26936
|
+
Ke(Z.$slots, "tooltip-before", gt(Ct({ ...j.value })), void 0, !0)
|
|
26937
26937
|
]),
|
|
26938
26938
|
"tooltip-after": Ye(() => [
|
|
26939
|
-
Ke(Z.$slots, "tooltip-after",
|
|
26939
|
+
Ke(Z.$slots, "tooltip-after", gt(Ct({ ...j.value })), void 0, !0)
|
|
26940
26940
|
]),
|
|
26941
26941
|
_: 3
|
|
26942
26942
|
}, 8, ["show", "backgroundColor", "color", "parent", "content", "isCustom", "fontSize"]),
|
|
@@ -26982,7 +26982,7 @@ const s1 = (e) => (Na("data-v-4015bb55"), e = e(), Da(), e), E8 = ["id"], I8 = [
|
|
|
26982
26982
|
},
|
|
26983
26983
|
emits: ["selectDatapoint"],
|
|
26984
26984
|
setup(e, { emit: t }) {
|
|
26985
|
-
const o = e, r = ae(() => !!o.dataset && o.dataset.length), a = D(
|
|
26985
|
+
const o = e, r = ae(() => !!o.dataset && o.dataset.length), a = D(yt()), l = D(_t.vue_ui_sparkbar), n = ae(() => Mt({
|
|
26986
26986
|
userConfig: o.config,
|
|
26987
26987
|
defaultConfig: l.value
|
|
26988
26988
|
})), s = D(o.dataset.map((A) => ({
|
|
@@ -27158,7 +27158,7 @@ const w6 = ["id"], x6 = ["xmlns", "viewBox"], C6 = ["id"], k6 = ["stop-color"],
|
|
|
27158
27158
|
type: "dataset"
|
|
27159
27159
|
});
|
|
27160
27160
|
});
|
|
27161
|
-
const l = D(
|
|
27161
|
+
const l = D(yt()), n = D(_t.vue_ui_radar), s = D(!1), d = D(!1), y = D(null), p = D(null), f = D(!1), m = D(""), b = D(0), A = ae(() => Mt({
|
|
27162
27162
|
userConfig: r.config,
|
|
27163
27163
|
defaultConfig: n.value
|
|
27164
27164
|
})), i = D({
|
|
@@ -27650,7 +27650,7 @@ const w6 = ["id"], x6 = ["xmlns", "viewBox"], C6 = ["id"], k6 = ["stop-color"],
|
|
|
27650
27650
|
isCustom: A.value.style.chart.tooltip.customFormat && typeof A.value.style.chart.tooltip.customFormat == "function"
|
|
27651
27651
|
}, {
|
|
27652
27652
|
"tooltip-before": Ye(() => [
|
|
27653
|
-
Ke(le.$slots, "tooltip-before",
|
|
27653
|
+
Ke(le.$slots, "tooltip-before", gt(Ct({ ...te.value })), void 0, !0)
|
|
27654
27654
|
]),
|
|
27655
27655
|
"tooltip-after": Ye(() => [
|
|
27656
27656
|
A.value.style.chart.tooltip.customFormat ? L("", !0) : (c(), h("div", R6, [
|
|
@@ -27659,7 +27659,7 @@ const w6 = ["id"], x6 = ["xmlns", "viewBox"], C6 = ["id"], k6 = ["stop-color"],
|
|
|
27659
27659
|
config: u.value
|
|
27660
27660
|
}, null, 8, ["dataset", "config"])
|
|
27661
27661
|
])),
|
|
27662
|
-
Ke(le.$slots, "tooltip-after",
|
|
27662
|
+
Ke(le.$slots, "tooltip-after", gt(Ct({ ...te.value })), void 0, !0)
|
|
27663
27663
|
]),
|
|
27664
27664
|
_: 3
|
|
27665
27665
|
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -27716,7 +27716,7 @@ const j6 = ["id"], G6 = ["xmlns", "viewBox", "id"], X6 = ["id"], q6 = ["stop-col
|
|
|
27716
27716
|
},
|
|
27717
27717
|
emits: ["selectPlot", "selectSide", "selectLegend"],
|
|
27718
27718
|
setup(e, { expose: t, emit: o }) {
|
|
27719
|
-
const r = e, a = ae(() => !!r.dataset && r.dataset.length), l = D(
|
|
27719
|
+
const r = e, a = ae(() => !!r.dataset && r.dataset.length), l = D(yt()), n = D(_t.vue_ui_quadrant), s = D(!1), d = D(!1), y = D(null), p = D(null), f = D(!1), m = D(""), b = D(0), A = D(!1);
|
|
27720
27720
|
Lt(() => {
|
|
27721
27721
|
Ht(r.dataset) ? et({
|
|
27722
27722
|
componentName: "VueUiQuadrant",
|
|
@@ -27760,13 +27760,13 @@ const j6 = ["id"], G6 = ["xmlns", "viewBox", "id"], X6 = ["id"], q6 = ["stop-col
|
|
|
27760
27760
|
Ge.setAttribute("id", `xlabmaxvis_${l.value}`);
|
|
27761
27761
|
const Re = document.createElementNS(Be, "text");
|
|
27762
27762
|
Re.setAttribute("id", `xlabmaxnamevis_${l.value}`);
|
|
27763
|
-
const dt = document.getElementById(`xLabelMin_${l.value}`),
|
|
27763
|
+
const dt = document.getElementById(`xLabelMin_${l.value}`), vt = document.getElementById(`xLabelMax_${l.value}`), At = document.getElementById(`xLabelMaxName_${l.value}`);
|
|
27764
27764
|
if (dt) {
|
|
27765
27765
|
const ot = dt.getBBox().height / 2 + C.value.padding * 0.6, sl = C.value.centerY;
|
|
27766
27766
|
Ee.setAttributeNS(null, "transform", `rotate(-90, ${ot}, ${sl})`), Ee.setAttributeNS(null, "x", ot), Ee.setAttributeNS(null, "y", sl), Ee.innerHTML = K.value.x.min, Ee.setAttribute("text-anchor", "middle"), Ee.setAttribute("fontSize", u.value.style.chart.layout.labels.axisLabels.fontSize), Ee.setAttributeNS(null, "fill", u.value.style.chart.layout.labels.axisLabels.color.negative), Se.appendChild(Ee);
|
|
27767
27767
|
}
|
|
27768
|
-
if (
|
|
27769
|
-
const ot =
|
|
27768
|
+
if (vt) {
|
|
27769
|
+
const ot = vt.getBBox().height / 2 + C.value.right, sl = C.value.centerY;
|
|
27770
27770
|
Ge.setAttributeNS(null, "transform", `rotate(90, ${ot}, ${sl})`), Ge.setAttributeNS(null, "x", ot), Ge.setAttributeNS(null, "y", sl), Ge.innerHTML = K.value.x.max, Ge.setAttribute("text-anchor", "middle"), Ge.setAttribute("fontSize", u.value.style.chart.layout.labels.axisLabels.fontSize), Ge.setAttributeNS(null, "fill", u.value.style.chart.layout.labels.axisLabels.color.positive), Se.appendChild(Ge);
|
|
27771
27771
|
}
|
|
27772
27772
|
if (At && u.value.style.chart.layout.grid.xAxis.name) {
|
|
@@ -27776,7 +27776,7 @@ const j6 = ["id"], G6 = ["xmlns", "viewBox", "id"], X6 = ["id"], q6 = ["stop-col
|
|
|
27776
27776
|
});
|
|
27777
27777
|
}
|
|
27778
27778
|
}
|
|
27779
|
-
const u = ae(() =>
|
|
27779
|
+
const u = ae(() => Mt({
|
|
27780
27780
|
userConfig: r.config,
|
|
27781
27781
|
defaultConfig: n.value
|
|
27782
27782
|
})), w = D({
|
|
@@ -27850,18 +27850,19 @@ const j6 = ["id"], G6 = ["xmlns", "viewBox", "id"], X6 = ["id"], q6 = ["stop-col
|
|
|
27850
27850
|
return { x: 0, y: 0, text: "", fontSize: 0, fill: "none", bold: !1 };
|
|
27851
27851
|
}
|
|
27852
27852
|
}), W = D(null), R = D(!1);
|
|
27853
|
-
function he({ targetX: Be, targetY: Se, targetW: Ee, targetH: Ge }) {
|
|
27854
|
-
|
|
27853
|
+
function he({ targetX: Be, targetY: Se, targetW: Ee, targetH: Ge, side: Re }) {
|
|
27854
|
+
J.value && le(Re);
|
|
27855
|
+
const dt = {
|
|
27855
27856
|
x: Be - I.value.startX,
|
|
27856
27857
|
y: Se - I.value.startY,
|
|
27857
27858
|
w: Ee - I.value.width,
|
|
27858
27859
|
h: Ge - I.value.height
|
|
27859
|
-
},
|
|
27860
|
-
let
|
|
27861
|
-
function
|
|
27862
|
-
R.value = !0, I.value.startX +=
|
|
27860
|
+
}, vt = u.value.zoomAnimationFrames;
|
|
27861
|
+
let At = 0;
|
|
27862
|
+
function $t() {
|
|
27863
|
+
R.value = !0, I.value.startX += dt.x / vt, I.value.startY += dt.y / vt, I.value.width += dt.w / vt, I.value.height += dt.h / vt, At += 1, At < vt ? W.value = requestAnimationFrame($t) : R.value = !1;
|
|
27863
27864
|
}
|
|
27864
|
-
|
|
27865
|
+
$t();
|
|
27865
27866
|
}
|
|
27866
27867
|
function de(Be) {
|
|
27867
27868
|
if (!R.value)
|
|
@@ -27879,7 +27880,8 @@ const j6 = ["id"], G6 = ["xmlns", "viewBox", "id"], X6 = ["id"], q6 = ["stop-col
|
|
|
27879
27880
|
targetX: 0,
|
|
27880
27881
|
targetY: 0,
|
|
27881
27882
|
targetW: C.value.width / 2 + C.value.left,
|
|
27882
|
-
targetH: C.value.height / 2 + C.value.top
|
|
27883
|
+
targetH: C.value.height / 2 + C.value.top,
|
|
27884
|
+
side: "tl"
|
|
27883
27885
|
});
|
|
27884
27886
|
break;
|
|
27885
27887
|
case "TR":
|
|
@@ -27887,7 +27889,8 @@ const j6 = ["id"], G6 = ["xmlns", "viewBox", "id"], X6 = ["id"], q6 = ["stop-col
|
|
|
27887
27889
|
targetX: C.value.width / 2 - C.value.left,
|
|
27888
27890
|
targetY: 0,
|
|
27889
27891
|
targetW: C.value.width / 2 + C.value.left,
|
|
27890
|
-
targetH: C.value.height / 2 + C.value.top
|
|
27892
|
+
targetH: C.value.height / 2 + C.value.top,
|
|
27893
|
+
side: "tr"
|
|
27891
27894
|
});
|
|
27892
27895
|
break;
|
|
27893
27896
|
case "BR":
|
|
@@ -27895,7 +27898,8 @@ const j6 = ["id"], G6 = ["xmlns", "viewBox", "id"], X6 = ["id"], q6 = ["stop-col
|
|
|
27895
27898
|
targetX: C.value.width / 2 - C.value.left,
|
|
27896
27899
|
targetY: C.value.height / 2 - C.value.top,
|
|
27897
27900
|
targetW: C.value.width / 2 + C.value.left,
|
|
27898
|
-
targetH: C.value.height / 2 + C.value.top
|
|
27901
|
+
targetH: C.value.height / 2 + C.value.top,
|
|
27902
|
+
side: "br"
|
|
27899
27903
|
});
|
|
27900
27904
|
break;
|
|
27901
27905
|
case "BL":
|
|
@@ -27903,7 +27907,8 @@ const j6 = ["id"], G6 = ["xmlns", "viewBox", "id"], X6 = ["id"], q6 = ["stop-col
|
|
|
27903
27907
|
targetX: 0,
|
|
27904
27908
|
targetY: C.value.height / 2 - C.value.top,
|
|
27905
27909
|
targetW: C.value.width / 2 + C.value.left,
|
|
27906
|
-
targetH: C.value.height / 2 + C.value.top
|
|
27910
|
+
targetH: C.value.height / 2 + C.value.top,
|
|
27911
|
+
side: "bl"
|
|
27907
27912
|
});
|
|
27908
27913
|
break;
|
|
27909
27914
|
default:
|
|
@@ -27984,7 +27989,7 @@ const j6 = ["id"], G6 = ["xmlns", "viewBox", "id"], X6 = ["id"], q6 = ["stop-col
|
|
|
27984
27989
|
categoryName: Be.name,
|
|
27985
27990
|
shape: Be.shape,
|
|
27986
27991
|
color: Be.color,
|
|
27987
|
-
uid:
|
|
27992
|
+
uid: yt()
|
|
27988
27993
|
}))
|
|
27989
27994
|
}))));
|
|
27990
27995
|
function z(Be) {
|
|
@@ -28006,18 +28011,18 @@ const j6 = ["id"], G6 = ["xmlns", "viewBox", "id"], X6 = ["id"], q6 = ["stop-col
|
|
|
28006
28011
|
}
|
|
28007
28012
|
}
|
|
28008
28013
|
const j = ae(() => {
|
|
28009
|
-
const Be = ce.value.flatMap((
|
|
28014
|
+
const Be = ce.value.flatMap((vt) => vt.series.map((At) => ({
|
|
28010
28015
|
x: At.xValue,
|
|
28011
28016
|
y: At.yValue,
|
|
28012
28017
|
name: At.name,
|
|
28013
28018
|
category: At.categoryName,
|
|
28014
28019
|
quadrantSide: At.quadrantSide,
|
|
28015
28020
|
sideName: u.value.style.chart.layout.labels.quadrantLabels[At.quadrantSide].text,
|
|
28016
|
-
color:
|
|
28017
|
-
shape:
|
|
28018
|
-
}))), Se = u.value.style.chart.layout.grid.xAxis.name || "x", Ee = u.value.style.chart.layout.grid.yAxis.name || "y", Ge = [u.value.translations.category, u.value.translations.item, Se, Ee, u.value.translations.side], Re = Be.map((
|
|
28019
|
-
shape:
|
|
28020
|
-
color:
|
|
28021
|
+
color: vt.color,
|
|
28022
|
+
shape: vt.shape
|
|
28023
|
+
}))), Se = u.value.style.chart.layout.grid.xAxis.name || "x", Ee = u.value.style.chart.layout.grid.yAxis.name || "y", Ge = [u.value.translations.category, u.value.translations.item, Se, Ee, u.value.translations.side], Re = Be.map((vt) => [vt.category, vt.name, vt.x, vt.y, vt.sideName || vt.quadrantSide]), dt = Be.map((vt) => ({
|
|
28024
|
+
shape: vt.shape,
|
|
28025
|
+
color: vt.color
|
|
28021
28026
|
}));
|
|
28022
28027
|
return { head: Ge, body: Re, itsShapes: dt, tableData: Be };
|
|
28023
28028
|
}), te = ae(() => {
|
|
@@ -28123,6 +28128,8 @@ const j6 = ["id"], G6 = ["xmlns", "viewBox", "id"], X6 = ["id"], q6 = ["stop-col
|
|
|
28123
28128
|
o("selectPlot", Ee);
|
|
28124
28129
|
}
|
|
28125
28130
|
function le(Be) {
|
|
28131
|
+
if (!Be)
|
|
28132
|
+
return;
|
|
28126
28133
|
const Se = ce.value.flatMap((Ge) => Ge.series.filter((Re) => Re.quadrantSide === Be).map((Re) => ({
|
|
28127
28134
|
category: Re.categoryName,
|
|
28128
28135
|
itemName: Re.name,
|
|
@@ -28786,10 +28793,10 @@ const j6 = ["id"], G6 = ["xmlns", "viewBox", "id"], X6 = ["id"], q6 = ["stop-col
|
|
|
28786
28793
|
isCustom: u.value.style.chart.tooltip.customFormat && typeof u.value.style.chart.tooltip.customFormat == "function"
|
|
28787
28794
|
}, {
|
|
28788
28795
|
"tooltip-before": Ye(() => [
|
|
28789
|
-
Ke(Be.$slots, "tooltip-before",
|
|
28796
|
+
Ke(Be.$slots, "tooltip-before", gt(Ct({ ...oe.value })), void 0, !0)
|
|
28790
28797
|
]),
|
|
28791
28798
|
"tooltip-after": Ye(() => [
|
|
28792
|
-
Ke(Be.$slots, "tooltip-after",
|
|
28799
|
+
Ke(Be.$slots, "tooltip-after", gt(Ct({ ...oe.value })), void 0, !0)
|
|
28793
28800
|
]),
|
|
28794
28801
|
default: Ye(() => [
|
|
28795
28802
|
u.value.style.chart.tooltip.showShape ? (c(), h("svg", XL, [
|
|
@@ -28830,7 +28837,7 @@ const j6 = ["id"], G6 = ["xmlns", "viewBox", "id"], X6 = ["id"], q6 = ["stop-col
|
|
|
28830
28837
|
], 4)) : L("", !0)
|
|
28831
28838
|
], 14, j6));
|
|
28832
28839
|
}
|
|
28833
|
-
}, JL = /* @__PURE__ */ St(YL, [["__scopeId", "data-v-
|
|
28840
|
+
}, JL = /* @__PURE__ */ St(YL, [["__scopeId", "data-v-41fd946c"]]), ZL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
28834
28841
|
__proto__: null,
|
|
28835
28842
|
default: JL
|
|
28836
28843
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -28854,7 +28861,7 @@ const e$ = (e) => (Na("data-v-6b81471d"), e = e(), Da(), e), t$ = ["id"], l$ = [
|
|
|
28854
28861
|
}
|
|
28855
28862
|
},
|
|
28856
28863
|
setup(e, { expose: t }) {
|
|
28857
|
-
const o = e, r = ae(() => !!o.dataset && Object.keys(o.dataset).length), a = D(
|
|
28864
|
+
const o = e, r = ae(() => !!o.dataset && Object.keys(o.dataset).length), a = D(yt()), l = D(_t.vue_ui_gauge), n = D(!1), s = D(!1), d = D(null), y = D(null), p = D(0), f = ae(() => Mt({
|
|
28858
28865
|
userConfig: o.config,
|
|
28859
28866
|
defaultConfig: l.value
|
|
28860
28867
|
})), m = D({
|
|
@@ -29339,7 +29346,7 @@ const M$ = ["id"], Q$ = ["xmlns", "viewBox"], E$ = { key: 0 }, I$ = ["fill", "fo
|
|
|
29339
29346
|
Ya((T) => ({
|
|
29340
29347
|
"178057cf": T.tdo
|
|
29341
29348
|
}));
|
|
29342
|
-
const a = ae(() => !!r.dataset && r.dataset.length), l = D(
|
|
29349
|
+
const a = ae(() => !!r.dataset && r.dataset.length), l = D(yt()), n = D(_t.vue_ui_chestnut), s = D(!1), d = D(!1), y = D(null), p = D(null), f = D(0), m = ae(() => Mt({
|
|
29343
29350
|
userConfig: r.config,
|
|
29344
29351
|
defaultConfig: n.value
|
|
29345
29352
|
})), b = D({
|
|
@@ -30318,7 +30325,7 @@ const DM = ["id"], HM = ["xmlns", "viewBox"], PM = { key: 0 }, zM = ["font-size"
|
|
|
30318
30325
|
type: "dataset"
|
|
30319
30326
|
});
|
|
30320
30327
|
});
|
|
30321
|
-
const l = D(
|
|
30328
|
+
const l = D(yt()), n = D(_t.vue_ui_onion), s = D(!1), d = D(!1), y = D(null), p = D(null), f = D(0), m = D(!1), b = D(""), A = ae(() => Mt({
|
|
30322
30329
|
userConfig: r.config,
|
|
30323
30330
|
defaultConfig: n.value
|
|
30324
30331
|
})), i = D({
|
|
@@ -30737,10 +30744,10 @@ const DM = ["id"], HM = ["xmlns", "viewBox"], PM = { key: 0 }, zM = ["font-size"
|
|
|
30737
30744
|
isCustom: se(ul)(A.value.style.chart.tooltip.customFormat)
|
|
30738
30745
|
}, {
|
|
30739
30746
|
"tooltip-before": Ye(() => [
|
|
30740
|
-
Ke(S.$slots, "tooltip-before",
|
|
30747
|
+
Ke(S.$slots, "tooltip-before", gt(Ct({ ...F.value })), void 0, !0)
|
|
30741
30748
|
]),
|
|
30742
30749
|
"tooltip-after": Ye(() => [
|
|
30743
|
-
Ke(S.$slots, "tooltip-after",
|
|
30750
|
+
Ke(S.$slots, "tooltip-after", gt(Ct({ ...F.value })), void 0, !0)
|
|
30744
30751
|
]),
|
|
30745
30752
|
_: 3
|
|
30746
30753
|
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -30793,7 +30800,7 @@ const rQ = ["id"], nQ = ["onClick"], sQ = ["xmlns", "viewBox"], iQ = ["id"], AQ
|
|
|
30793
30800
|
Ya((k) => ({
|
|
30794
30801
|
"3fc8fccf": k.tdo
|
|
30795
30802
|
}));
|
|
30796
|
-
const a = ae(() => !!r.dataset && r.dataset.length), l = D(
|
|
30803
|
+
const a = ae(() => !!r.dataset && r.dataset.length), l = D(yt()), n = D(_t.vue_ui_vertical_bar), s = D(!1), d = D(!1), y = D(null), p = D(null), f = D(!1), m = D(""), b = D(0), A = D(null), i = D(0), u = ae(() => Mt({
|
|
30797
30804
|
userConfig: r.config,
|
|
30798
30805
|
defaultConfig: n.value
|
|
30799
30806
|
})), w = D(null), $ = D(!1), C = ae(() => u.value.table.responsiveBreakpoint);
|
|
@@ -31294,10 +31301,10 @@ const rQ = ["id"], nQ = ["onClick"], sQ = ["xmlns", "viewBox"], iQ = ["id"], AQ
|
|
|
31294
31301
|
isCustom: u.value.style.chart.tooltip.customFormat && typeof u.value.style.chart.tooltip.customFormat == "function"
|
|
31295
31302
|
}, {
|
|
31296
31303
|
"tooltip-before": Ye(() => [
|
|
31297
|
-
Ke(k.$slots, "tooltip-before",
|
|
31304
|
+
Ke(k.$slots, "tooltip-before", gt(Ct({ ...S.value })), void 0, !0)
|
|
31298
31305
|
]),
|
|
31299
31306
|
"tooltip-after": Ye(() => [
|
|
31300
|
-
Ke(k.$slots, "tooltip-after",
|
|
31307
|
+
Ke(k.$slots, "tooltip-after", gt(Ct({ ...S.value })), void 0, !0)
|
|
31301
31308
|
]),
|
|
31302
31309
|
_: 3
|
|
31303
31310
|
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -31611,7 +31618,7 @@ const jQ = {
|
|
|
31611
31618
|
},
|
|
31612
31619
|
emits: ["rate"],
|
|
31613
31620
|
setup(e, { expose: t, emit: o }) {
|
|
31614
|
-
const r = e, a = D(
|
|
31621
|
+
const r = e, a = D(yt()), l = D(_t.vue_ui_rating), n = D(!1), s = D(void 0), d = D([]), y = ae(() => Mt({
|
|
31615
31622
|
userConfig: r.config,
|
|
31616
31623
|
defaultConfig: l.value
|
|
31617
31624
|
})), p = ae(() => typeof r.dataset.rating == "object" && !Array.isArray(r.dataset.rating) ? i(r.dataset.rating) : r.dataset.rating), f = ae(() => typeof r.dataset.rating == "object" && !Array.isArray(r.dataset.rating)), m = D(p.value), b = D(y.value.type === "image"), A = D(y.value.readonly);
|
|
@@ -31885,14 +31892,14 @@ const d7 = ["id"], h7 = ["xmlns", "viewBox"], f7 = { key: 0 }, v7 = ["font-size"
|
|
|
31885
31892
|
setup(e, { expose: t }) {
|
|
31886
31893
|
const o = e;
|
|
31887
31894
|
Ya((oe) => ({
|
|
31888
|
-
|
|
31895
|
+
"74c4aca2": oe.tdo
|
|
31889
31896
|
}));
|
|
31890
31897
|
const r = ae(() => !!o.dataset && o.dataset.length);
|
|
31891
31898
|
Ht(o.dataset) && et({
|
|
31892
31899
|
componentName: "VueUiHeatmap",
|
|
31893
31900
|
type: "dataset"
|
|
31894
31901
|
});
|
|
31895
|
-
const a = D(
|
|
31902
|
+
const a = D(yt()), l = D(_t.vue_ui_heatmap), n = D(!1), s = D(!1), d = D(null), y = D(null), p = D(!1), f = D(""), m = D(void 0), b = D(0), A = D(null), i = D(!1), u = ae(() => Mt({
|
|
31896
31903
|
userConfig: o.config,
|
|
31897
31904
|
defaultConfig: l.value
|
|
31898
31905
|
})), w = D({
|
|
@@ -31954,7 +31961,7 @@ const d7 = ["id"], h7 = ["xmlns", "viewBox"], f7 = { key: 0 }, v7 = ["font-size"
|
|
|
31954
31961
|
value: ue,
|
|
31955
31962
|
yAxisName: oe.name,
|
|
31956
31963
|
xAxisName: X.value.xLabels[we],
|
|
31957
|
-
id: `vue-data-ui-heatmap-cell-${
|
|
31964
|
+
id: `vue-data-ui-heatmap-cell-${yt()}`
|
|
31958
31965
|
} : {
|
|
31959
31966
|
side: "down",
|
|
31960
31967
|
ratio: Math.abs(1 - Math.abs(ue) / Math.abs(V.value)) > 1 ? 1 : Math.abs(1 - Math.abs(ue) / Math.abs(V.value)),
|
|
@@ -31962,7 +31969,7 @@ const d7 = ["id"], h7 = ["xmlns", "viewBox"], f7 = { key: 0 }, v7 = ["font-size"
|
|
|
31962
31969
|
value: ue,
|
|
31963
31970
|
yAxisName: oe.name,
|
|
31964
31971
|
xAxisName: X.value.xLabels[we],
|
|
31965
|
-
id: `vue-data-ui-heatmap-cell-${
|
|
31972
|
+
id: `vue-data-ui-heatmap-cell-${yt()}`
|
|
31966
31973
|
})
|
|
31967
31974
|
})))), me = D(null), Ce = D(null);
|
|
31968
31975
|
function ce(oe, ue) {
|
|
@@ -32253,7 +32260,7 @@ const d7 = ["id"], h7 = ["xmlns", "viewBox"], f7 = { key: 0 }, v7 = ["font-size"
|
|
|
32253
32260
|
y: W.value.bottom + u.value.style.layout.cells.height,
|
|
32254
32261
|
width: J.value.width - W.value.left - u.value.style.layout.padding.right,
|
|
32255
32262
|
height: u.value.style.layout.cells.height,
|
|
32256
|
-
rx: u.value.style.layout.cells.height / 2,
|
|
32263
|
+
rx: u.value.style.legend.scaleBorderRadius > u.value.style.layout.cells.height / 2 ? u.value.style.layout.cells.height / 2 : u.value.style.legend.scaleBorderRadius,
|
|
32257
32264
|
fill: "url(#colorScaleHorizontal)"
|
|
32258
32265
|
}, null, 8, D7),
|
|
32259
32266
|
g("text", {
|
|
@@ -32310,10 +32317,10 @@ const d7 = ["id"], h7 = ["xmlns", "viewBox"], f7 = { key: 0 }, v7 = ["font-size"
|
|
|
32310
32317
|
isCustom: u.value.style.tooltip.customFormat && typeof u.value.style.tooltip.customFormat == "function"
|
|
32311
32318
|
}, {
|
|
32312
32319
|
"tooltip-before": Ye(() => [
|
|
32313
|
-
Ke(oe.$slots, "tooltip-before",
|
|
32320
|
+
Ke(oe.$slots, "tooltip-before", gt(Ct({ ...Ce.value })), void 0, !0)
|
|
32314
32321
|
]),
|
|
32315
32322
|
"tooltip-after": Ye(() => [
|
|
32316
|
-
Ke(oe.$slots, "tooltip-after",
|
|
32323
|
+
Ke(oe.$slots, "tooltip-after", gt(Ct({ ...Ce.value })), void 0, !0)
|
|
32317
32324
|
]),
|
|
32318
32325
|
_: 3
|
|
32319
32326
|
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -32375,7 +32382,7 @@ const d7 = ["id"], h7 = ["xmlns", "viewBox"], f7 = { key: 0 }, v7 = ["font-size"
|
|
|
32375
32382
|
], 512)
|
|
32376
32383
|
], 14, d7));
|
|
32377
32384
|
}
|
|
32378
|
-
}, q7 = /* @__PURE__ */ St(X7, [["__scopeId", "data-v-
|
|
32385
|
+
}, q7 = /* @__PURE__ */ St(X7, [["__scopeId", "data-v-6adad831"]]), Y7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
32379
32386
|
__proto__: null,
|
|
32380
32387
|
default: q7
|
|
32381
32388
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -32404,7 +32411,7 @@ const J7 = ["id"], Z7 = ["xmlns", "viewBox"], eE = { key: 0 }, tE = ["font-size"
|
|
|
32404
32411
|
}
|
|
32405
32412
|
},
|
|
32406
32413
|
setup(e, { expose: t }) {
|
|
32407
|
-
const o = e, r = ae(() => !!o.dataset && o.dataset.length), a = D(
|
|
32414
|
+
const o = e, r = ae(() => !!o.dataset && o.dataset.length), a = D(yt()), l = D(_t.vue_ui_scatter), n = D(!1), s = D(!1), d = D(null), y = D(null), p = D(!1), f = D(""), m = D(0);
|
|
32408
32415
|
Lt(() => {
|
|
32409
32416
|
Ht(o.dataset) && et({
|
|
32410
32417
|
componentName: "VueUiScatter",
|
|
@@ -32416,7 +32423,7 @@ const J7 = ["id"], Z7 = ["xmlns", "viewBox"], eE = { key: 0 }, tE = ["font-size"
|
|
|
32416
32423
|
ue.setAttributeNS(null, "transform", `rotate(-90, ${le}, ${pe})`), ue.setAttributeNS(null, "x", le), ue.setAttributeNS(null, "y", pe);
|
|
32417
32424
|
}
|
|
32418
32425
|
});
|
|
32419
|
-
const b = ae(() =>
|
|
32426
|
+
const b = ae(() => Mt({
|
|
32420
32427
|
userConfig: o.config,
|
|
32421
32428
|
defaultConfig: l.value
|
|
32422
32429
|
})), A = D({
|
|
@@ -32542,8 +32549,8 @@ const J7 = ["id"], Z7 = ["xmlns", "viewBox"], eE = { key: 0 }, tE = ["font-size"
|
|
|
32542
32549
|
});
|
|
32543
32550
|
const k = Z - pe, T = Q - Y, ee = k / we, q = T / we, _e = Array(we).fill(0), Ie = Array(we).fill(0);
|
|
32544
32551
|
le.forEach(({ x: Re, y: dt }) => {
|
|
32545
|
-
const
|
|
32546
|
-
_e[
|
|
32552
|
+
const vt = Math.floor((Re - pe) / ee), At = Math.floor((dt - Y) / q);
|
|
32553
|
+
_e[vt] || (_e[vt] = 0), Ie[At] || (Ie[At] = 0), _e[vt] += 1, Ie[At] += 1;
|
|
32547
32554
|
});
|
|
32548
32555
|
const Be = [], Se = [];
|
|
32549
32556
|
for (let Re = 0; Re < we; Re += 1)
|
|
@@ -33067,10 +33074,10 @@ const J7 = ["id"], Z7 = ["xmlns", "viewBox"], eE = { key: 0 }, tE = ["font-size"
|
|
|
33067
33074
|
isCustom: b.value.style.tooltip.customFormat && typeof b.value.style.tooltip.customFormat == "function"
|
|
33068
33075
|
}, {
|
|
33069
33076
|
"tooltip-before": Ye(() => [
|
|
33070
|
-
Ke(ue.$slots, "tooltip-before",
|
|
33077
|
+
Ke(ue.$slots, "tooltip-before", gt(Ct({ ...me.value })), void 0, !0)
|
|
33071
33078
|
]),
|
|
33072
33079
|
"tooltip-after": Ye(() => [
|
|
33073
|
-
Ke(ue.$slots, "tooltip-after",
|
|
33080
|
+
Ke(ue.$slots, "tooltip-after", gt(Ct({ ...me.value })), void 0, !0)
|
|
33074
33081
|
]),
|
|
33075
33082
|
default: Ye(() => [
|
|
33076
33083
|
b.value.style.tooltip.showShape ? (c(), h("div", zE, [
|
|
@@ -33138,7 +33145,7 @@ const GE = ["id"], XE = ["xmlns", "viewBox"], qE = { key: 0 }, YE = ["id"], JE =
|
|
|
33138
33145
|
}
|
|
33139
33146
|
},
|
|
33140
33147
|
setup(e, { expose: t }) {
|
|
33141
|
-
const o = e, r = ae(() => !!o.dataset && o.dataset.length), a = D(
|
|
33148
|
+
const o = e, r = ae(() => !!o.dataset && o.dataset.length), a = D(yt()), l = D(_t.vue_ui_candlestick), n = D(!1), s = D(!1), d = D(null), y = D(!1), p = D(""), f = D(null), m = D(void 0), b = D(0);
|
|
33142
33149
|
Lt(() => {
|
|
33143
33150
|
Ht(o.dataset) && et({
|
|
33144
33151
|
componentName: "VueUiCandlestick",
|
|
@@ -33159,7 +33166,7 @@ const GE = ["id"], XE = ["xmlns", "viewBox"], qE = { key: 0 }, YE = ["id"], JE =
|
|
|
33159
33166
|
_.addEventListener("input", ue), E.addEventListener("input", we), ue(), we();
|
|
33160
33167
|
}
|
|
33161
33168
|
});
|
|
33162
|
-
const A = ae(() =>
|
|
33169
|
+
const A = ae(() => Mt({
|
|
33163
33170
|
userConfig: o.config,
|
|
33164
33171
|
defaultConfig: l.value
|
|
33165
33172
|
})), i = D({
|
|
@@ -33669,10 +33676,10 @@ const GE = ["id"], XE = ["xmlns", "viewBox"], qE = { key: 0 }, YE = ["id"], JE =
|
|
|
33669
33676
|
isCustom: A.value.style.tooltip.customFormat && typeof A.value.style.tooltip.customFormat == "function"
|
|
33670
33677
|
}, {
|
|
33671
33678
|
"tooltip-before": Ye(() => [
|
|
33672
|
-
Ke(_.$slots, "tooltip-before",
|
|
33679
|
+
Ke(_.$slots, "tooltip-before", gt(Ct({ ...re.value })), void 0, !0)
|
|
33673
33680
|
]),
|
|
33674
33681
|
"tooltip-after": Ye(() => [
|
|
33675
|
-
Ke(_.$slots, "tooltip-after",
|
|
33682
|
+
Ke(_.$slots, "tooltip-after", gt(Ct({ ...re.value })), void 0, !0)
|
|
33676
33683
|
]),
|
|
33677
33684
|
_: 3
|
|
33678
33685
|
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -33726,7 +33733,7 @@ const NI = ["id"], DI = ["xmlns", "viewBox"], HI = ["id"], PI = ["stop-color"],
|
|
|
33726
33733
|
type: "dataset"
|
|
33727
33734
|
});
|
|
33728
33735
|
});
|
|
33729
|
-
const a = D(
|
|
33736
|
+
const a = D(yt()), l = D(_t.vue_ui_age_pyramid), n = D(!1), s = D(!1), d = D(null), y = D(null), p = D(!1), f = D(""), m = D(null), b = D(0), A = ae(() => Mt({
|
|
33730
33737
|
userConfig: o.config,
|
|
33731
33738
|
defaultConfig: l.value
|
|
33732
33739
|
})), i = D({
|
|
@@ -34210,10 +34217,10 @@ const NI = ["id"], DI = ["xmlns", "viewBox"], HI = ["id"], PI = ["stop-color"],
|
|
|
34210
34217
|
isCustom: A.value.style.tooltip.customFormat && typeof A.value.style.tooltip.customFormat == "function"
|
|
34211
34218
|
}, {
|
|
34212
34219
|
"tooltip-before": Ye(() => [
|
|
34213
|
-
Ke(j.$slots, "tooltip-before",
|
|
34220
|
+
Ke(j.$slots, "tooltip-before", gt(Ct({ ...he.value })), void 0, !0)
|
|
34214
34221
|
]),
|
|
34215
34222
|
"tooltip-after": Ye(() => [
|
|
34216
|
-
Ke(j.$slots, "tooltip-after",
|
|
34223
|
+
Ke(j.$slots, "tooltip-after", gt(Ct({ ...he.value })), void 0, !0)
|
|
34217
34224
|
]),
|
|
34218
34225
|
_: 3
|
|
34219
34226
|
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -34262,7 +34269,7 @@ const g9 = (e) => (Na("data-v-d4bc5f10"), e = e(), Da(), e), y9 = {
|
|
|
34262
34269
|
"5114af16": V.value,
|
|
34263
34270
|
"44ca7b04": K.value
|
|
34264
34271
|
}));
|
|
34265
|
-
const a = D(_t.vue_ui_dashboard), l = ae(() =>
|
|
34272
|
+
const a = D(_t.vue_ui_dashboard), l = ae(() => Mt({
|
|
34266
34273
|
userConfig: r.config,
|
|
34267
34274
|
defaultConfig: a.value
|
|
34268
34275
|
})), n = D(`vue-ui-dashboard-${Math.random()}`), s = D(r.dataset), d = D(null), y = D(null), p = D({ x: 0, y: 0 }), f = D({ x: 0, y: 0 }), m = D(null), b = D(!1), A = D(null), i = D(!1);
|
|
@@ -36736,7 +36743,7 @@ const aa = (e) => (Na("data-v-826aeb05"), e = e(), Da(), e), uN = {
|
|
|
36736
36743
|
type: "dataset"
|
|
36737
36744
|
});
|
|
36738
36745
|
});
|
|
36739
|
-
const a = D(_t.vue_ui_smiley), l = D(!1), n = D(void 0), s = ae(() =>
|
|
36746
|
+
const a = D(_t.vue_ui_smiley), l = D(!1), n = D(void 0), s = ae(() => Mt({
|
|
36740
36747
|
userConfig: r.config,
|
|
36741
36748
|
defaultConfig: a.value
|
|
36742
36749
|
})), d = ae(() => typeof r.dataset.rating == "object" && !Array.isArray(r.dataset.rating) ? m(r.dataset.rating) : r.dataset.rating || null), y = ae(() => typeof r.dataset.rating == "object" && !Array.isArray(r.dataset.rating)), p = D(d.value), f = D(s.value.readonly);
|
|
@@ -37416,7 +37423,7 @@ const lH = ["id"], aH = ["xmlns", "viewBox"], oH = { key: 0 }, rH = ["font-size"
|
|
|
37416
37423
|
"43168ac0": J.value,
|
|
37417
37424
|
14997682: W.value
|
|
37418
37425
|
}));
|
|
37419
|
-
const r = ae(() => !!o.dataset && Object.keys(o.dataset).length), a = D(
|
|
37426
|
+
const r = ae(() => !!o.dataset && Object.keys(o.dataset).length), a = D(yt()), l = D(_t.vue_ui_relation_circle), n = D(!1), s = D(!1), d = D(null), y = D(0), p = ae(() => Mt({
|
|
37420
37427
|
userConfig: o.config,
|
|
37421
37428
|
defaultConfig: l.value
|
|
37422
37429
|
})), f = D([]), m = ae(() => p.value.style.size * p.value.style.circle.radiusProportion), b = D([]), A = D({}), i = D([]), u = D(0), w = ae(() => o.dataset.slice(0, p.value.style.limit)), $ = ae(() => p.value.style.size), C = ae(() => ({
|
|
@@ -37732,7 +37739,7 @@ const yH = ["id"], pH = {
|
|
|
37732
37739
|
});
|
|
37733
37740
|
});
|
|
37734
37741
|
});
|
|
37735
|
-
const a = D(
|
|
37742
|
+
const a = D(yt()), l = D(_t.vue_ui_thermometer), n = D(!1), s = D(!1), d = D(null), y = D(0), p = ae(() => Mt({
|
|
37736
37743
|
userConfig: o.config,
|
|
37737
37744
|
defaultConfig: l.value
|
|
37738
37745
|
})), f = ae(() => p.value.style.chart.thermometer.width), m = D({
|
|
@@ -38109,7 +38116,7 @@ const KH = ["xmlns", "viewBox"], WH = ["id"], jH = ["stop-color"], GH = ["stop-c
|
|
|
38109
38116
|
},
|
|
38110
38117
|
emits: ["selectDatapoint"],
|
|
38111
38118
|
setup(e, { emit: t }) {
|
|
38112
|
-
const o = e, r = ae(() => !!o.dataset && o.dataset.length), a = D(
|
|
38119
|
+
const o = e, r = ae(() => !!o.dataset && o.dataset.length), a = D(yt()), l = D(_t.vue_ui_sparkstackbar), n = ae(() => Mt({
|
|
38113
38120
|
userConfig: o.config,
|
|
38114
38121
|
defaultConfig: l.value
|
|
38115
38122
|
})), s = D(o.dataset.map((w, $) => ({
|
|
@@ -38143,7 +38150,7 @@ const KH = ["xmlns", "viewBox"], WH = ["id"], jH = ["stop-color"], GH = ["stop-c
|
|
|
38143
38150
|
...ne,
|
|
38144
38151
|
value: ne.value || 0,
|
|
38145
38152
|
color: ne.color ? bt(ne.color) : je[W] || je[W % je.length],
|
|
38146
|
-
id:
|
|
38153
|
+
id: yt()
|
|
38147
38154
|
})));
|
|
38148
38155
|
};
|
|
38149
38156
|
const w = n.value.style.animation.animationFrames, $ = o.dataset.map((ne, W) => ne.value / w), C = o.dataset.map((ne) => ne.value || 0).reduce((ne, W) => ne + W, 0);
|
|
@@ -38359,7 +38366,7 @@ const iP = { key: 0 }, AP = { key: 1 }, uP = ["xmlns", "viewBox"], cP = ["id"],
|
|
|
38359
38366
|
});
|
|
38360
38367
|
});
|
|
38361
38368
|
});
|
|
38362
|
-
const a = D(
|
|
38369
|
+
const a = D(yt()), l = D(_t.vue_ui_sparkhistogram), n = ae(() => Mt({
|
|
38363
38370
|
userConfig: o.config,
|
|
38364
38371
|
defaultConfig: l.value
|
|
38365
38372
|
})), s = ae(() => {
|
|
@@ -38585,7 +38592,7 @@ const FP = ["id"], SP = ["xmlns", "viewBox"], LP = ["id"], $P = ["stop-color"],
|
|
|
38585
38592
|
});
|
|
38586
38593
|
});
|
|
38587
38594
|
});
|
|
38588
|
-
const l = D(
|
|
38595
|
+
const l = D(yt()), n = D(_t.vue_ui_rings), s = D(!1), d = D(!1), y = D(null), p = D(null), f = D(!1), m = D(""), b = D(null), A = D(0), i = ae(() => Mt({
|
|
38589
38596
|
userConfig: r.config,
|
|
38590
38597
|
defaultConfig: n.value
|
|
38591
38598
|
})), u = D({
|
|
@@ -38614,7 +38621,7 @@ const FP = ["id"], SP = ["xmlns", "viewBox"], LP = ["id"], $P = ["stop-color"],
|
|
|
38614
38621
|
color: O || bt(O) || je[oe] || je[oe % je.length],
|
|
38615
38622
|
value: ue,
|
|
38616
38623
|
proportion: ue / r.dataset.map((we) => (we.values || []).reduce((le, pe) => le + pe, 0)).reduce((we, le) => we + le, 0),
|
|
38617
|
-
uid:
|
|
38624
|
+
uid: yt()
|
|
38618
38625
|
};
|
|
38619
38626
|
})), W = ae(() => ne.value.map((_) => ({
|
|
38620
38627
|
..._,
|
|
@@ -38930,10 +38937,10 @@ const FP = ["id"], SP = ["xmlns", "viewBox"], LP = ["id"], $P = ["stop-color"],
|
|
|
38930
38937
|
isCustom: i.value.style.chart.tooltip.customFormat && typeof i.value.style.chart.tooltip.customFormat == "function"
|
|
38931
38938
|
}, {
|
|
38932
38939
|
"tooltip-before": Ye(() => [
|
|
38933
|
-
Ke(_.$slots, "tooltip-before",
|
|
38940
|
+
Ke(_.$slots, "tooltip-before", gt(Ct({ ...X.value })), void 0, !0)
|
|
38934
38941
|
]),
|
|
38935
38942
|
"tooltip-after": Ye(() => [
|
|
38936
|
-
Ke(_.$slots, "tooltip-after",
|
|
38943
|
+
Ke(_.$slots, "tooltip-after", gt(Ct({ ...X.value })), void 0, !0)
|
|
38937
38944
|
]),
|
|
38938
38945
|
_: 3
|
|
38939
38946
|
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -38979,7 +38986,7 @@ const OP = ["id"], RP = ["xmlns", "viewBox"], VP = ["x1", "x2", "y1", "y2", "str
|
|
|
38979
38986
|
}
|
|
38980
38987
|
},
|
|
38981
38988
|
setup(e, { expose: t }) {
|
|
38982
|
-
const o = e, r = ae(() => !!o.dataset && Object.keys(o.dataset).length), a = D(
|
|
38989
|
+
const o = e, r = ae(() => !!o.dataset && Object.keys(o.dataset).length), a = D(yt()), l = D(_t.vue_ui_wheel), n = D(!1), s = D(!1), d = D(null), y = D(null), p = D(0), f = ae(() => Mt({
|
|
38983
38990
|
userConfig: o.config,
|
|
38984
38991
|
defaultConfig: l.value
|
|
38985
38992
|
})), m = D({
|
|
@@ -39179,7 +39186,7 @@ const qP = ["id"], YP = ["xmlns", "viewBox"], JP = { key: 0 }, ZP = ["d", "strok
|
|
|
39179
39186
|
}
|
|
39180
39187
|
},
|
|
39181
39188
|
setup(e, { expose: t }) {
|
|
39182
|
-
const o = e, r = ae(() => !!o.dataset && Object.keys(o.dataset).length), a = D(
|
|
39189
|
+
const o = e, r = ae(() => !!o.dataset && Object.keys(o.dataset).length), a = D(yt()), l = D(_t.vue_ui_tiremarks), n = D(null), s = D(!1), d = D(!1), y = D(0), p = ae(() => Mt({
|
|
39183
39190
|
userConfig: o.config,
|
|
39184
39191
|
defaultConfig: l.value
|
|
39185
39192
|
})), f = D(p.value.style.chart.animation.use ? 0 : o.dataset.percentage);
|
|
@@ -39440,7 +39447,7 @@ const nz = ["id"], sz = ["xmlns", "viewBox"], iz = ["id"], Az = ["stop-color"],
|
|
|
39440
39447
|
});
|
|
39441
39448
|
});
|
|
39442
39449
|
});
|
|
39443
|
-
const l = D(
|
|
39450
|
+
const l = D(yt()), n = D(_t.vue_ui_donut_evolution), s = D(!1), d = D(!1), y = D([]), p = D(null), f = D(null), m = D(!1), b = D(null), A = D(null), i = D(0), u = ae(() => Mt({
|
|
39444
39451
|
userConfig: r.config,
|
|
39445
39452
|
defaultConfig: n.value
|
|
39446
39453
|
})), w = D({
|
|
@@ -39477,7 +39484,7 @@ const nz = ["id"], sz = ["xmlns", "viewBox"], iz = ["id"], Az = ["stop-color"],
|
|
|
39477
39484
|
values: Y.values || [],
|
|
39478
39485
|
color: bt(Y.color) || je[Q] || je[Q % je.length],
|
|
39479
39486
|
length: (Y.values || []).length,
|
|
39480
|
-
uid:
|
|
39487
|
+
uid: yt()
|
|
39481
39488
|
})))), J = ae(() => I.value.filter((Y) => !y.value.includes(Y.uid))), ne = ae(() => Math.max(...J.value.map((Y) => Y.length))), W = ae(() => C.value.width / ne.value), R = ae(() => {
|
|
39482
39489
|
const Y = [];
|
|
39483
39490
|
for (let T = 0; T < ne.value; T += 1) {
|
|
@@ -40135,7 +40142,7 @@ const AO = ["id"], uO = ["xmlns", "viewBox"], cO = ["id"], dO = ["stop-color"],
|
|
|
40135
40142
|
type: "dataset"
|
|
40136
40143
|
});
|
|
40137
40144
|
});
|
|
40138
|
-
const a = D(
|
|
40145
|
+
const a = D(yt()), l = D(_t.vue_ui_mood_radar), n = D(!1), s = D(!1), d = D(null), y = D(null), p = D(null), f = ae(() => Mt({
|
|
40139
40146
|
userConfig: o.config,
|
|
40140
40147
|
defaultConfig: l.value
|
|
40141
40148
|
})), m = D({
|
|
@@ -40642,7 +40649,7 @@ const iu = (e) => (Na("data-v-6320c0a1"), e = e(), Da(), e), DO = ["id"], HO = [
|
|
|
40642
40649
|
},
|
|
40643
40650
|
emits: ["selectDatapoint"],
|
|
40644
40651
|
setup(e, { expose: t, emit: o }) {
|
|
40645
|
-
const r = e, a = ae(() => !!r.dataset && Object.keys(r.dataset).length), l = D(
|
|
40652
|
+
const r = e, a = ae(() => !!r.dataset && Object.keys(r.dataset).length), l = D(yt()), n = D(_t.vue_ui_3d_bar), s = D(!1), d = D(!1), y = D(null), p = D(null), f = D(!1), m = ae(() => Mt({
|
|
40646
40653
|
userConfig: r.config,
|
|
40647
40654
|
defaultConfig: n.value
|
|
40648
40655
|
})), b = D({
|
|
@@ -40660,7 +40667,7 @@ const iu = (e) => (Na("data-v-6320c0a1"), e = e(), Da(), e), DO = ["id"], HO = [
|
|
|
40660
40667
|
if (A.value) {
|
|
40661
40668
|
const te = r.dataset.series.map((_) => _.value || 0).reduce((_, E) => _ + E, 0), F = r.dataset.series.map((_, E) => ({
|
|
40662
40669
|
..._,
|
|
40663
|
-
id:
|
|
40670
|
+
id: yt(),
|
|
40664
40671
|
proportion: (_.value || 0) / te,
|
|
40665
40672
|
color: bt(_.color) || je[E] || je[E % je.length],
|
|
40666
40673
|
breakdown: _.breakdown ? _.breakdown.sort((O, oe) => oe.value - O.value) : null
|
|
@@ -41273,7 +41280,7 @@ const iu = (e) => (Na("data-v-6320c0a1"), e = e(), Da(), e), DO = ["id"], HO = [
|
|
|
41273
41280
|
key: 0,
|
|
41274
41281
|
style: H(`height: 100%; width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; align-items:center;justify-content: flex-start; font-size:${m.value.style.chart.legend.fontSize}px; text-align:left; line-height: ${m.value.style.chart.legend.fontSize}px; color:${m.value.style.chart.legend.color}`)
|
|
41275
41282
|
}, N(U.name) + " : " + N(se(at)({ v: U.proportion * 100, s: "%", r: m.value.style.chart.legend.roundingPercentage })) + " (" + N(se(at)({ p: m.value.style.chart.legend.prefix, v: U.value, s: m.value.style.chart.legend.suffix, r: m.value.style.chart.legend.roundingValue })) + ") ", 5)) : L("", !0),
|
|
41276
|
-
Ke(te.$slots, "legend",
|
|
41283
|
+
Ke(te.$slots, "legend", gt(Ct({ datapoint: U, config: m.value, dataset: u.value })), void 0, !0)
|
|
41277
41284
|
], 8, NR)),
|
|
41278
41285
|
U.fill.donut && J.value === U.id ? (c(), h("g", DR, [
|
|
41279
41286
|
(c(!0), h(ge, null, xe(U.fill.donut, (_, E) => (c(), h("g", null, [
|
|
@@ -41525,7 +41532,7 @@ const iu = (e) => (Na("data-v-6320c0a1"), e = e(), Da(), e), DO = ["id"], HO = [
|
|
|
41525
41532
|
key: 0,
|
|
41526
41533
|
style: H(`height: 100%; width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; align-items:center;justify-content: flex-start; font-size:${m.value.style.chart.legend.fontSize}px; text-align:left; line-height: ${m.value.style.chart.legend.fontSize}px; color:${m.value.style.chart.legend.color}`)
|
|
41527
41534
|
}, N(U.name) + " : " + N(se(at)({ v: U.proportion * 100, s: "%", r: m.value.style.chart.legend.roundingPercentage })) + " (" + N(se(at)({ p: m.value.style.chart.legend.prefix, v: U.value, s: m.value.style.chart.legend.suffix, r: m.value.style.chart.legend.roundingValue })) + ") ", 5)) : L("", !0),
|
|
41528
|
-
Ke(te.$slots, "legend",
|
|
41535
|
+
Ke(te.$slots, "legend", gt(Ct({ datapoint: U, config: m.value, dataset: u.value })), void 0, !0)
|
|
41529
41536
|
], 8, CV)),
|
|
41530
41537
|
U.fill.donut && J.value === U.id ? (c(), h("g", kV, [
|
|
41531
41538
|
(c(!0), h(ge, null, xe(U.fill.donut, (_, E) => (c(), h("g", null, [
|
|
@@ -41758,7 +41765,7 @@ const iu = (e) => (Na("data-v-6320c0a1"), e = e(), Da(), e), DO = ["id"], HO = [
|
|
|
41758
41765
|
}
|
|
41759
41766
|
},
|
|
41760
41767
|
setup(e) {
|
|
41761
|
-
const t = e, o = D(_t.vue_ui_digits), r = ae(() =>
|
|
41768
|
+
const t = e, o = D(_t.vue_ui_digits), r = ae(() => Mt({
|
|
41762
41769
|
userConfig: t.config,
|
|
41763
41770
|
defaultConfig: o.value
|
|
41764
41771
|
})), a = ae(() => {
|
|
@@ -42066,7 +42073,7 @@ const cK = ["id"], dK = ["xmlns", "viewBox"], hK = ["id"], fK = ["stop-color"],
|
|
|
42066
42073
|
type: "dataset"
|
|
42067
42074
|
});
|
|
42068
42075
|
});
|
|
42069
|
-
const a = D(
|
|
42076
|
+
const a = D(yt()), l = D(_t.vue_ui_molecule), n = D(!1), s = D(!1), d = D(null), y = D(!1), p = D(""), f = D(null), m = D(null), b = D(!1), A = D(null), i = D(null), u = D(0), w = ae(() => Mt({
|
|
42070
42077
|
userConfig: o.config,
|
|
42071
42078
|
defaultConfig: l.value
|
|
42072
42079
|
})), $ = D({
|
|
@@ -42100,7 +42107,7 @@ const cK = ["id"], dK = ["xmlns", "viewBox"], hK = ["id"], fK = ["stop-color"],
|
|
|
42100
42107
|
let Ge;
|
|
42101
42108
|
if (Be.parentNode ? Be.parentNode.parentNode ? Ge = Be.parentNode.color || _e : (Ge = je[q] || _e, q += 1) : Ge = _e, Be.polygonPath = {
|
|
42102
42109
|
coordinates: [Ee]
|
|
42103
|
-
}, Be.circleRadius = T, Be.color = Ge, Be.uid =
|
|
42110
|
+
}, Be.circleRadius = T, Be.color = Ge, Be.uid = yt(), Be.nodes && Be.nodes.length > 0) {
|
|
42104
42111
|
const Re = !Be.parentNode || !Be.parentNode.parentNode ? q : 0;
|
|
42105
42112
|
Be.nodes = W(
|
|
42106
42113
|
Be.nodes,
|
|
@@ -42142,10 +42149,10 @@ const cK = ["id"], dK = ["xmlns", "viewBox"], hK = ["id"], fK = ["stop-color"],
|
|
|
42142
42149
|
function X(Y) {
|
|
42143
42150
|
f.value.focus(), cl(() => {
|
|
42144
42151
|
K.value && cancelAnimationFrame(K.value);
|
|
42145
|
-
const Q = ne.value.split(" "), k = parseFloat(Q[0]), T = parseFloat(Q[1]), ee = parseFloat(Q[2]), q = parseFloat(Q[3]), { x: _e, y: Ie } = Y.polygonPath.coordinates[0], { circleRadius: Be } = Y, Se = 8.34, Ee = _e - Be * Se, Ge = Ie - Be * Se, Re = Be * Se * 2, dt = Be * Se * 2,
|
|
42152
|
+
const Q = ne.value.split(" "), k = parseFloat(Q[0]), T = parseFloat(Q[1]), ee = parseFloat(Q[2]), q = parseFloat(Q[3]), { x: _e, y: Ie } = Y.polygonPath.coordinates[0], { circleRadius: Be } = Y, Se = 8.34, Ee = _e - Be * Se, Ge = Ie - Be * Se, Re = Be * Se * 2, dt = Be * Se * 2, vt = Math.sqrt((Ee - k) ** 2 + (Ge - T) ** 2), At = Math.min(1200, Math.max(20, Math.floor(vt / 10))), $t = (Ee - k) / At, ot = (Ge - T) / At, sl = (Re - ee) / At, Ot = (dt - q) / At;
|
|
42146
42153
|
let ql = 0;
|
|
42147
42154
|
function Xt() {
|
|
42148
|
-
ne.value = `${k +
|
|
42155
|
+
ne.value = `${k + $t * ql} ${T + ot * ql} ${ee + sl * ql} ${q + Ot * ql}`, ql += w.value.style.chart.zoom.speed, ql <= At && (K.value = requestAnimationFrame(Xt));
|
|
42149
42156
|
}
|
|
42150
42157
|
Xt();
|
|
42151
42158
|
});
|
|
@@ -42432,10 +42439,10 @@ const cK = ["id"], dK = ["xmlns", "viewBox"], hK = ["id"], fK = ["stop-color"],
|
|
|
42432
42439
|
isCustom: w.value.style.chart.tooltip.customFormat && typeof w.value.style.chart.tooltip.customFormat == "function"
|
|
42433
42440
|
}, {
|
|
42434
42441
|
"tooltip-before": Ye(() => [
|
|
42435
|
-
Ke(Y.$slots, "tooltip-before",
|
|
42442
|
+
Ke(Y.$slots, "tooltip-before", gt(Ct({ ...Ce.value })), void 0, !0)
|
|
42436
42443
|
]),
|
|
42437
42444
|
"tooltip-after": Ye(() => [
|
|
42438
|
-
Ke(Y.$slots, "tooltip-after",
|
|
42445
|
+
Ke(Y.$slots, "tooltip-after", gt(Ct({ ...Ce.value })), void 0, !0)
|
|
42439
42446
|
]),
|
|
42440
42447
|
_: 3
|
|
42441
42448
|
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -42516,7 +42523,7 @@ const cK = ["id"], dK = ["xmlns", "viewBox"], hK = ["id"], fK = ["stop-color"],
|
|
|
42516
42523
|
}
|
|
42517
42524
|
},
|
|
42518
42525
|
setup(e) {
|
|
42519
|
-
const t = e, o =
|
|
42526
|
+
const t = e, o = yt(), r = ae(() => `0 0 ${t.markerSize} ${t.markerSize}`), a = ae(() => t.markerSize / 2), l = ae(() => a.value + t.markerSize / 10);
|
|
42520
42527
|
return (n, s) => (c(), h("g", mK, [
|
|
42521
42528
|
g("defs", null, [
|
|
42522
42529
|
g("marker", {
|
|
@@ -42580,7 +42587,7 @@ const _K = ["xmlns", "viewBox"], FK = { key: 0 }, SK = ["stroke"], LK = ["stroke
|
|
|
42580
42587
|
"97047cc2": y.value,
|
|
42581
42588
|
"18e2e376": p.value
|
|
42582
42589
|
}));
|
|
42583
|
-
const o = D(_t.vue_ui_mini_loader), r = ae(() =>
|
|
42590
|
+
const o = D(_t.vue_ui_mini_loader), r = ae(() => Mt({
|
|
42584
42591
|
userConfig: t.config,
|
|
42585
42592
|
defaultConfig: o.value
|
|
42586
42593
|
})), a = D({
|
|
@@ -42732,11 +42739,11 @@ const kd = (e) => (Na("data-v-b1953ca5"), e = e(), Da(), e), DK = ["id"], HK = [
|
|
|
42732
42739
|
type: "dataset"
|
|
42733
42740
|
});
|
|
42734
42741
|
});
|
|
42735
|
-
const l = D(
|
|
42742
|
+
const l = D(yt()), n = D(_t.vue_ui_nested_donuts), s = D(!1), d = D(!1), y = D(null), p = D(!1), f = D(""), m = D(null), b = D(0), A = D(!1);
|
|
42736
42743
|
function i(Z) {
|
|
42737
42744
|
A.value = Z, b.value += 1;
|
|
42738
42745
|
}
|
|
42739
|
-
const u = ae(() =>
|
|
42746
|
+
const u = ae(() => Mt({
|
|
42740
42747
|
userConfig: r.config,
|
|
42741
42748
|
defaultConfig: n.value
|
|
42742
42749
|
})), w = D({
|
|
@@ -43273,10 +43280,10 @@ const kd = (e) => (Na("data-v-b1953ca5"), e = e(), Da(), e), DK = ["id"], HK = [
|
|
|
43273
43280
|
isCustom: se(ul)(u.value.style.chart.tooltip.customFormat)
|
|
43274
43281
|
}, {
|
|
43275
43282
|
"tooltip-before": Ye(() => [
|
|
43276
|
-
Ke(Z.$slots, "tooltip-before",
|
|
43283
|
+
Ke(Z.$slots, "tooltip-before", gt(Ct({ ...z.value })), void 0, !0)
|
|
43277
43284
|
]),
|
|
43278
43285
|
"tooltip-after": Ye(() => [
|
|
43279
|
-
Ke(Z.$slots, "tooltip-after",
|
|
43286
|
+
Ke(Z.$slots, "tooltip-after", gt(Ct({ ...z.value })), void 0, !0)
|
|
43280
43287
|
]),
|
|
43281
43288
|
_: 3
|
|
43282
43289
|
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -43367,7 +43374,7 @@ const uW = ["xmlns", "viewBox"], cW = ["id"], dW = ["stop-color"], hW = ["stop-c
|
|
|
43367
43374
|
});
|
|
43368
43375
|
});
|
|
43369
43376
|
});
|
|
43370
|
-
const r = D(
|
|
43377
|
+
const r = D(yt()), a = D(_t.vue_ui_sparkgauge), l = ae(() => Mt({
|
|
43371
43378
|
userConfig: t.config,
|
|
43372
43379
|
defaultConfig: a.value
|
|
43373
43380
|
})), n = ae(() => ({
|
|
@@ -43668,7 +43675,7 @@ ${Object.keys(s).map((R) => `. ${R}
|
|
|
43668
43675
|
xe(R.$slots, (de, V) => ({
|
|
43669
43676
|
name: V,
|
|
43670
43677
|
fn: Ye((K) => [
|
|
43671
|
-
Ke(R.$slots, V,
|
|
43678
|
+
Ke(R.$slots, V, gt(Ct(K)), () => [
|
|
43672
43679
|
ht(N(de), 1)
|
|
43673
43680
|
])
|
|
43674
43681
|
])
|
|
@@ -43713,7 +43720,7 @@ const wW = ["id"], xW = ["xmlns", "viewBox"], CW = ["d", "stroke", "stroke-width
|
|
|
43713
43720
|
});
|
|
43714
43721
|
});
|
|
43715
43722
|
});
|
|
43716
|
-
const l = D(
|
|
43723
|
+
const l = D(yt()), n = D(_t.vue_ui_galaxy), s = D(!1), d = D(!1), y = D(null), p = D(null), f = D(!1), m = D(""), b = D(null), A = D(0), i = ae(() => Mt({
|
|
43717
43724
|
userConfig: r.config,
|
|
43718
43725
|
defaultConfig: n.value
|
|
43719
43726
|
})), u = D({
|
|
@@ -43740,7 +43747,7 @@ const wW = ["id"], xW = ["xmlns", "viewBox"], CW = ["d", "stroke", "stroke-width
|
|
|
43740
43747
|
color: bt(S.color) || je[_] || je[_ % je.length],
|
|
43741
43748
|
value: S.values ? S.values.reduce((E, O) => E + O, 0) : 0,
|
|
43742
43749
|
absoluteValues: S.values || [0],
|
|
43743
|
-
id:
|
|
43750
|
+
id: yt(),
|
|
43744
43751
|
seriesIndex: _
|
|
43745
43752
|
})).sort((S, _) => _.value - S.value));
|
|
43746
43753
|
function J() {
|
|
@@ -44043,10 +44050,10 @@ const wW = ["id"], xW = ["xmlns", "viewBox"], CW = ["d", "stroke", "stroke-width
|
|
|
44043
44050
|
isCustom: se(ul)(i.value.style.chart.tooltip.customFormat)
|
|
44044
44051
|
}, {
|
|
44045
44052
|
"tooltip-before": Ye(() => [
|
|
44046
|
-
Ke(S.$slots, "tooltip-before",
|
|
44053
|
+
Ke(S.$slots, "tooltip-before", gt(Ct({ ...K.value })), void 0, !0)
|
|
44047
44054
|
]),
|
|
44048
44055
|
"tooltip-after": Ye(() => [
|
|
44049
|
-
Ke(S.$slots, "tooltip-after",
|
|
44056
|
+
Ke(S.$slots, "tooltip-after", gt(Ct({ ...K.value })), void 0, !0)
|
|
44050
44057
|
]),
|
|
44051
44058
|
_: 3
|
|
44052
44059
|
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -44089,7 +44096,7 @@ const wW = ["id"], xW = ["xmlns", "viewBox"], CW = ["d", "stroke", "stroke-width
|
|
|
44089
44096
|
}
|
|
44090
44097
|
},
|
|
44091
44098
|
setup(e) {
|
|
44092
|
-
const t = e, o = D(_t.vue_ui_kpi), r = ae(() =>
|
|
44099
|
+
const t = e, o = D(_t.vue_ui_kpi), r = ae(() => Mt({
|
|
44093
44100
|
userConfig: t.config,
|
|
44094
44101
|
defaultConfig: o.value
|
|
44095
44102
|
})), a = D((typeof t.dataset == "number", t.dataset)), l = D(r.value.useAnimation ? r.value.animationValueStart : a.value);
|
|
@@ -44313,7 +44320,7 @@ const VW = (e) => (Na("data-v-320aaf03"), e = e(), Da(), e), KW = ["id"], WW = [
|
|
|
44313
44320
|
type: "dataset"
|
|
44314
44321
|
});
|
|
44315
44322
|
});
|
|
44316
|
-
const l = D(
|
|
44323
|
+
const l = D(yt()), n = D(_t.vue_ui_treemap), s = D(!1), d = D(!1), y = D(null), p = D(!1), f = D(""), m = D(!1), b = D(0), A = D([]), i = ae(() => Mt({
|
|
44317
44324
|
userConfig: r.config,
|
|
44318
44325
|
defaultConfig: n.value
|
|
44319
44326
|
})), u = D({
|
|
@@ -44330,7 +44337,7 @@ const VW = (e) => (Na("data-v-320aaf03"), e = e(), Da(), e), KW = ["id"], WW = [
|
|
|
44330
44337
|
}));
|
|
44331
44338
|
function $(Q) {
|
|
44332
44339
|
Q.forEach((k, T) => {
|
|
44333
|
-
k.id =
|
|
44340
|
+
k.id = yt(), k.color = bt(k.color) || je[T] || je[T % je.length], k.children && (k.children.forEach((ee) => {
|
|
44334
44341
|
ee.parentId = k.id, ee.color = k.color;
|
|
44335
44342
|
}), $(k.children));
|
|
44336
44343
|
});
|
|
@@ -44670,7 +44677,7 @@ const VW = (e) => (Na("data-v-320aaf03"), e = e(), Da(), e), KW = ["id"], WW = [
|
|
|
44670
44677
|
r: i.value.style.chart.layout.labels.rounding
|
|
44671
44678
|
})), 5)
|
|
44672
44679
|
], 4)) : L("", !0),
|
|
44673
|
-
Ke(Q.$slots, "rect",
|
|
44680
|
+
Ke(Q.$slots, "rect", gt(Ct({
|
|
44674
44681
|
rect: T,
|
|
44675
44682
|
shouldShow: T.proportion > i.value.style.chart.layout.labels.hideUnderProportion || F.value,
|
|
44676
44683
|
fontSize: re(T),
|
|
@@ -44680,7 +44687,7 @@ const VW = (e) => (Na("data-v-320aaf03"), e = e(), Da(), e), KW = ["id"], WW = [
|
|
|
44680
44687
|
])
|
|
44681
44688
|
], 8, JW))
|
|
44682
44689
|
]))), 256)),
|
|
44683
|
-
Ke(Q.$slots, "svg",
|
|
44690
|
+
Ke(Q.$slots, "svg", gt(Ct({ svg: w.value, isZoom: F.value, rect: _.value, config: i.value })), void 0, !0)
|
|
44684
44691
|
], 14, WW)) : L("", !0),
|
|
44685
44692
|
a.value ? L("", !0) : (c(), Oe(Vt, {
|
|
44686
44693
|
key: 3,
|
|
@@ -44723,10 +44730,10 @@ const VW = (e) => (Na("data-v-320aaf03"), e = e(), Da(), e), KW = ["id"], WW = [
|
|
|
44723
44730
|
isCustom: se(ul)(i.value.style.chart.tooltip.customFormat)
|
|
44724
44731
|
}, {
|
|
44725
44732
|
"tooltip-before": Ye(() => [
|
|
44726
|
-
Ke(Q.$slots, "tooltip-before",
|
|
44733
|
+
Ke(Q.$slots, "tooltip-before", gt(Ct({ ...ue.value })), void 0, !0)
|
|
44727
44734
|
]),
|
|
44728
44735
|
"tooltip-after": Ye(() => [
|
|
44729
|
-
Ke(Q.$slots, "tooltip-after",
|
|
44736
|
+
Ke(Q.$slots, "tooltip-after", gt(Ct({ ...ue.value })), void 0, !0)
|
|
44730
44737
|
]),
|
|
44731
44738
|
_: 3
|
|
44732
44739
|
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -44792,7 +44799,7 @@ const ij = ["id"], Aj = { role: "cell" }, uj = { role: "row" }, cj = ["data-cell
|
|
|
44792
44799
|
"2cc4a8a2": C.value,
|
|
44793
44800
|
"0b1cbb0a": $.value
|
|
44794
44801
|
}));
|
|
44795
|
-
const r = D(
|
|
44802
|
+
const r = D(yt()), a = D(_t.vue_ui_table_heatmap), l = D(!1), n = D(null), s = D(!1), d = D(!1), y = D(!1), p = D(0), f = ae(() => Mt({
|
|
44796
44803
|
userConfig: o.config,
|
|
44797
44804
|
defaultConfig: a.value
|
|
44798
44805
|
})), m = ae(() => f.value.table.responsiveBreakpoint), b = ae(() => !!o.dataset && o.dataset.length);
|
|
@@ -44821,7 +44828,7 @@ const ij = ["id"], Aj = { role: "cell" }, uj = { role: "row" }, cj = ["data-cell
|
|
|
44821
44828
|
average: X / K.length,
|
|
44822
44829
|
median: a1(K),
|
|
44823
44830
|
displayValues: [V.name, ...V.values],
|
|
44824
|
-
id:
|
|
44831
|
+
id: yt()
|
|
44825
44832
|
};
|
|
44826
44833
|
})), i = ae(() => {
|
|
44827
44834
|
const V = A.value.flatMap((K) => K.values);
|
|
@@ -44921,7 +44928,7 @@ const ij = ["id"], Aj = { role: "cell" }, uj = { role: "row" }, cj = ["data-cell
|
|
|
44921
44928
|
style: H(`background:${f.value.table.head.backgroundColor}`)
|
|
44922
44929
|
}, [
|
|
44923
44930
|
(c(!0), h(ge, null, xe(f.value.table.head.values, (X, re) => (c(), h("th", Aj, [
|
|
44924
|
-
Ke(V.$slots, "head",
|
|
44931
|
+
Ke(V.$slots, "head", gt(Ct({ value: X, rowIndex: re, type: typeof X, isResponsive: l.value })), void 0, !0)
|
|
44925
44932
|
]))), 256))
|
|
44926
44933
|
], 4)
|
|
44927
44934
|
]),
|
|
@@ -44946,20 +44953,20 @@ const ij = ["id"], Aj = { role: "cell" }, uj = { role: "row" }, cj = ["data-cell
|
|
|
44946
44953
|
shape: X.shape || "circle"
|
|
44947
44954
|
}, null, 8, ["color", "shape"])
|
|
44948
44955
|
], 8, hj)) : L("", !0),
|
|
44949
|
-
Ke(V.$slots, "rowTitle",
|
|
44956
|
+
Ke(V.$slots, "rowTitle", gt(Ct({ value: me, rowIndex: re, colIndex: Ce, type: typeof me, isResponsive: l.value })), void 0, !0)
|
|
44950
44957
|
])) : (c(), h(ge, { key: 1 }, [
|
|
44951
|
-
Ce === 0 ? Ke(V.$slots, "rowTitle",
|
|
44952
|
-
Ce > 0 ? Ke(V.$slots, "cell",
|
|
44958
|
+
Ce === 0 ? Ke(V.$slots, "rowTitle", gt(Ur({ key: 0 }, { value: me, rowIndex: re, colIndex: Ce, type: typeof me, isResponsive: l.value })), void 0, !0) : L("", !0),
|
|
44959
|
+
Ce > 0 ? Ke(V.$slots, "cell", gt(Ur({ key: 1 }, { value: me, rowIndex: re, colIndex: Ce, type: typeof me, isResponsive: l.value, color: X.colors[Ce], textColor: se(ar)(X.colors[Ce]) })), void 0, !0) : L("", !0)
|
|
44953
44960
|
], 64))
|
|
44954
44961
|
], 8, cj))), 256)),
|
|
44955
44962
|
f.value.table.showSum ? (c(), h("td", fj, [
|
|
44956
|
-
Ke(V.$slots, "sum",
|
|
44963
|
+
Ke(V.$slots, "sum", gt(Ct({ value: X.sum, rowIndex: re, isResponsive: l.value })), void 0, !0)
|
|
44957
44964
|
])) : L("", !0),
|
|
44958
44965
|
f.value.table.showAverage ? (c(), h("td", vj, [
|
|
44959
|
-
Ke(V.$slots, "average",
|
|
44966
|
+
Ke(V.$slots, "average", gt(Ct({ value: X.average, rowIndex: re, isResponsive: l.value })), void 0, !0)
|
|
44960
44967
|
])) : L("", !0),
|
|
44961
44968
|
f.value.table.showMedian ? (c(), h("td", gj, [
|
|
44962
|
-
Ke(V.$slots, "median",
|
|
44969
|
+
Ke(V.$slots, "median", gt(Ct({ value: X.median, rowIndex: re, isResponsive: l.value })), void 0, !0)
|
|
44963
44970
|
])) : L("", !0)
|
|
44964
44971
|
]))), 256))
|
|
44965
44972
|
])
|
|
@@ -44985,10 +44992,10 @@ const mj = ["id"], wj = { class: "vue-ui-accordion-arrow" }, xj = {
|
|
|
44985
44992
|
Ya((p) => ({
|
|
44986
44993
|
d99499b4: y.value
|
|
44987
44994
|
}));
|
|
44988
|
-
const o = D(_t.vue_ui_accordion), r = ae(() =>
|
|
44995
|
+
const o = D(_t.vue_ui_accordion), r = ae(() => Mt({
|
|
44989
44996
|
userConfig: t.config,
|
|
44990
44997
|
defaultConfig: o.value
|
|
44991
|
-
})), a = D(t.config.open), l = D(
|
|
44998
|
+
})), a = D(t.config.open), l = D(yt()), n = D(null), s = D(0);
|
|
44992
44999
|
Lt(() => {
|
|
44993
45000
|
n.value.open = r.value.open;
|
|
44994
45001
|
});
|
|
@@ -45009,13 +45016,13 @@ const mj = ["id"], wj = { class: "vue-ui-accordion-arrow" }, xj = {
|
|
|
45009
45016
|
style: H(`background:${r.value.head.backgroundColor};padding:${r.value.head.padding};`)
|
|
45010
45017
|
}, [
|
|
45011
45018
|
g("div", wj, [
|
|
45012
|
-
r.value.head.useArrowSlot ? Ke(p.$slots, "arrow",
|
|
45019
|
+
r.value.head.useArrowSlot ? Ke(p.$slots, "arrow", gt(Ur({ key: 0 }, { backgroundColor: r.value.head.backgroundColor, color: r.value.head.color, iconColor: r.value.head.iconColor, isOpen: a.value })), void 0, !0) : (c(), Oe(Wt, {
|
|
45013
45020
|
key: 1,
|
|
45014
45021
|
name: "arrowRight",
|
|
45015
45022
|
stroke: r.value.head.iconColor
|
|
45016
45023
|
}, null, 8, ["stroke"]))
|
|
45017
45024
|
]),
|
|
45018
|
-
Ke(p.$slots, "title",
|
|
45025
|
+
Ke(p.$slots, "title", gt(Ct({ color: r.value.head.color, isOpen: a.value })), void 0, !0)
|
|
45019
45026
|
], 4)
|
|
45020
45027
|
])
|
|
45021
45028
|
], 40, mj),
|
|
@@ -45023,7 +45030,7 @@ const mj = ["id"], wj = { class: "vue-ui-accordion-arrow" }, xj = {
|
|
|
45023
45030
|
class: "vue-ui-accordion-content",
|
|
45024
45031
|
style: H(`background:${r.value.body.backgroundColor};color:${r.value.body.color}`)
|
|
45025
45032
|
}, [
|
|
45026
|
-
Ke(p.$slots, "content",
|
|
45033
|
+
Ke(p.$slots, "content", gt(Ct({ backgroundColor: r.value.body.backgroundColor, color: r.value.body.color, isOpen: a.value })), void 0, !0)
|
|
45027
45034
|
], 4)
|
|
45028
45035
|
]));
|
|
45029
45036
|
}
|
|
@@ -45176,7 +45183,7 @@ const c1 = (e) => (Na("data-v-09906c9e"), e = e(), Da(), e), Mj = ["id"], Qj = [
|
|
|
45176
45183
|
},
|
|
45177
45184
|
emits: ["selectDatapoint", "selectLegend"],
|
|
45178
45185
|
setup(e, { expose: t, emit: o }) {
|
|
45179
|
-
const r = e, a = D(null), l = D(
|
|
45186
|
+
const r = e, a = D(null), l = D(yt()), n = D(!1), s = D(null), d = D(""), y = D(null), p = D(_t.vue_ui_quick_chart), f = D([]), m = D(!1), b = D(!1), A = D(0), i = ae(() => Mt({
|
|
45180
45187
|
userConfig: r.config,
|
|
45181
45188
|
defaultConfig: p.value
|
|
45182
45189
|
})), u = ae(() => {
|
|
@@ -46099,7 +46106,7 @@ const c1 = (e) => (Na("data-v-09906c9e"), e = e(), Da(), e), Mj = ["id"], Qj = [
|
|
|
46099
46106
|
},
|
|
46100
46107
|
style: H(`cursor: ${K.value.legend.length > 1 ? "pointer" : "default"}; opacity:${f.value.includes(S.id) ? "0.5" : "1"}`)
|
|
46101
46108
|
}, [
|
|
46102
|
-
i.value.useCustomLegend ? Ke(F.$slots, "legend",
|
|
46109
|
+
i.value.useCustomLegend ? Ke(F.$slots, "legend", gt(Ur({ key: 0 }, { legend: S })), void 0, !0) : (c(), h(ge, { key: 1 }, [
|
|
46103
46110
|
lt(Wt, {
|
|
46104
46111
|
name: i.value.legendIcon,
|
|
46105
46112
|
stroke: S.color,
|
|
@@ -46136,7 +46143,7 @@ const c1 = (e) => (Na("data-v-09906c9e"), e = e(), Da(), e), Mj = ["id"], Qj = [
|
|
|
46136
46143
|
},
|
|
46137
46144
|
style: H(`cursor: ${X.value.legend.length > 1 ? "pointer" : "default"}; opacity:${f.value.includes(S.id) ? "0.5" : "1"}`)
|
|
46138
46145
|
}, [
|
|
46139
|
-
i.value.useCustomLegend ? Ke(F.$slots, "legend",
|
|
46146
|
+
i.value.useCustomLegend ? Ke(F.$slots, "legend", gt(Ur({ key: 0 }, { legend: S })), void 0, !0) : (c(), h(ge, { key: 1 }, [
|
|
46140
46147
|
lt(Wt, {
|
|
46141
46148
|
name: i.value.legendIcon,
|
|
46142
46149
|
stroke: S.color,
|
|
@@ -46154,7 +46161,7 @@ const c1 = (e) => (Na("data-v-09906c9e"), e = e(), Da(), e), Mj = ["id"], Qj = [
|
|
|
46154
46161
|
},
|
|
46155
46162
|
style: H(`cursor: ${re.value.legend.length > 1 ? "pointer" : "default"}; opacity:${f.value.includes(S.id) ? "0.5" : "1"}`)
|
|
46156
46163
|
}, [
|
|
46157
|
-
i.value.useCustomLegend ? Ke(F.$slots, "legend",
|
|
46164
|
+
i.value.useCustomLegend ? Ke(F.$slots, "legend", gt(Ur({ key: 0 }, { legend: S })), void 0, !0) : (c(), h(ge, { key: 1 }, [
|
|
46158
46165
|
lt(Wt, {
|
|
46159
46166
|
name: i.value.legendIcon,
|
|
46160
46167
|
stroke: S.color,
|
|
@@ -46175,10 +46182,10 @@ const c1 = (e) => (Na("data-v-09906c9e"), e = e(), Da(), e), Mj = ["id"], Qj = [
|
|
|
46175
46182
|
isCustom: se(ul)(i.value.tooltipCustomFormat)
|
|
46176
46183
|
}, {
|
|
46177
46184
|
"tooltip-before": Ye(() => [
|
|
46178
|
-
Ke(F.$slots, "tooltip-before",
|
|
46185
|
+
Ke(F.$slots, "tooltip-before", gt(Ct({ ...s.value })), void 0, !0)
|
|
46179
46186
|
]),
|
|
46180
46187
|
"tooltip-after": Ye(() => [
|
|
46181
|
-
Ke(F.$slots, "tooltip-after",
|
|
46188
|
+
Ke(F.$slots, "tooltip-after", gt(Ct({ ...s.value })), void 0, !0)
|
|
46182
46189
|
]),
|
|
46183
46190
|
_: 3
|
|
46184
46191
|
}, 8, ["show", "backgroundColor", "color", "parent", "content", "isCustom"])
|
|
@@ -46222,7 +46229,7 @@ const d1 = (e) => (Na("data-v-c7b54730"), e = e(), Da(), e), eX = ["xmlns", "hei
|
|
|
46222
46229
|
}
|
|
46223
46230
|
},
|
|
46224
46231
|
setup(e) {
|
|
46225
|
-
const t = e, o = D(_t.vue_ui_cursor), r = D(
|
|
46232
|
+
const t = e, o = D(_t.vue_ui_cursor), r = D(yt()), a = ae(() => Mt({
|
|
46226
46233
|
userConfig: t.config,
|
|
46227
46234
|
defaultConfig: o.value
|
|
46228
46235
|
})), l = D({
|
|
@@ -46436,7 +46443,7 @@ const FX = ["id"], SX = ["xmlns", "viewBox"], LX = ["id"], $X = ["stop-color"],
|
|
|
46436
46443
|
}
|
|
46437
46444
|
},
|
|
46438
46445
|
setup(e) {
|
|
46439
|
-
const t = e, o = ae(() => !!t.dataset && t.dataset.length), r = D(
|
|
46446
|
+
const t = e, o = ae(() => !!t.dataset && t.dataset.length), r = D(yt()), a = D(_t.vue_ui_spark_trend), l = ae(() => Mt({
|
|
46440
46447
|
userConfig: t.config,
|
|
46441
46448
|
defaultConfig: a.value
|
|
46442
46449
|
}));
|
|
@@ -46709,7 +46716,7 @@ const KX = ["id"], WX = ["xmlns", "viewBox"], jX = { key: 0 }, GX = { key: 0 },
|
|
|
46709
46716
|
i.value = !1;
|
|
46710
46717
|
}, I.value * 50);
|
|
46711
46718
|
});
|
|
46712
|
-
const n = D(
|
|
46719
|
+
const n = D(yt()), s = D(_t.vue_ui_strip_plot), d = D(!1), y = D(!1), p = D(null), f = D(0), m = D(!1), b = D(""), A = ae(() => Mt({
|
|
46713
46720
|
userConfig: r.config,
|
|
46714
46721
|
defaultConfig: s.value
|
|
46715
46722
|
})), i = D(A.value.useCssAnimation), u = D({
|
|
@@ -46728,7 +46735,7 @@ const KX = ["id"], WX = ["xmlns", "viewBox"], jX = { key: 0 }, GX = { key: 0 },
|
|
|
46728
46735
|
absoluteWidth: S
|
|
46729
46736
|
};
|
|
46730
46737
|
}), $ = ae(() => a.value ? r.dataset.map((U, S) => {
|
|
46731
|
-
const _ =
|
|
46738
|
+
const _ = yt();
|
|
46732
46739
|
return {
|
|
46733
46740
|
...U,
|
|
46734
46741
|
id: _,
|
|
@@ -46737,7 +46744,7 @@ const KX = ["id"], WX = ["xmlns", "viewBox"], jX = { key: 0 }, GX = { key: 0 },
|
|
|
46737
46744
|
...E,
|
|
46738
46745
|
parentId: _,
|
|
46739
46746
|
color: U.color ? bt(U.color) : je[S] || je[S % je.length],
|
|
46740
|
-
id:
|
|
46747
|
+
id: yt()
|
|
46741
46748
|
})).sort((E, O) => E.value - O.value)
|
|
46742
46749
|
};
|
|
46743
46750
|
}) : null), C = ae(() => {
|
|
@@ -47121,10 +47128,10 @@ const KX = ["id"], WX = ["xmlns", "viewBox"], jX = { key: 0 }, GX = { key: 0 },
|
|
|
47121
47128
|
isCustom: se(ul)(A.value.style.chart.tooltip.customFormat)
|
|
47122
47129
|
}, {
|
|
47123
47130
|
"tooltip-before": Ye(() => [
|
|
47124
|
-
Ke(U.$slots, "tooltip-before",
|
|
47131
|
+
Ke(U.$slots, "tooltip-before", gt(Ct({ ...he.value })), void 0, !0)
|
|
47125
47132
|
]),
|
|
47126
47133
|
"tooltip-after": Ye(() => [
|
|
47127
|
-
Ke(U.$slots, "tooltip-after",
|
|
47134
|
+
Ke(U.$slots, "tooltip-after", gt(Ct({ ...he.value })), void 0, !0)
|
|
47128
47135
|
]),
|
|
47129
47136
|
_: 3
|
|
47130
47137
|
}, 8, ["show", "backgroundColor", "color", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -47197,16 +47204,16 @@ const yq = ["id"], pq = ["xmlns", "viewBox"], bq = { key: 0 }, mq = ["x1", "x2",
|
|
|
47197
47204
|
});
|
|
47198
47205
|
});
|
|
47199
47206
|
});
|
|
47200
|
-
const l = D(
|
|
47207
|
+
const l = D(yt()), n = D(_t.vue_ui_dumbbell), s = D(!1), d = D(!1), y = D(null), p = D(0);
|
|
47201
47208
|
D(!1), D("");
|
|
47202
|
-
const f = ae(() =>
|
|
47209
|
+
const f = ae(() => Mt({
|
|
47203
47210
|
userConfig: r.config,
|
|
47204
47211
|
defaultConfig: n.value
|
|
47205
47212
|
})), m = D({
|
|
47206
47213
|
showTable: f.value.table.show
|
|
47207
47214
|
}), b = ae(() => r.dataset.map((z, G) => ({
|
|
47208
47215
|
...z,
|
|
47209
|
-
id:
|
|
47216
|
+
id: yt()
|
|
47210
47217
|
}))), A = ae(() => ({
|
|
47211
47218
|
max: Math.max(...b.value.flatMap((z) => [z.start, z.end])),
|
|
47212
47219
|
min: Math.min(...b.value.flatMap((z) => [z.start, z.end]))
|