vue-data-ui 2.0.25 → 2.0.27
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 ll, onUnmounted as y1, ref as q, computed as fe, openBlock as v, createElementBlock as g, createCommentVNode as M, useCssVars as Oa, unref as xe, normalizeClass as Ee, createElementVNode as b, normalizeStyle as T, toDisplayString as I, Fragment as we, renderList as Ce, renderSlot as Nt, createVNode as Ye, onBeforeUnmount as rf, withDirectives as Uo, withModifiers as Bn, withKeys as kl, createBlock as tt, nextTick as Eo, resolveComponent as ya, vModelText as _l, vModelCheckbox as nA, withCtx as it, createTextVNode as
|
|
1
|
+
import { onMounted as ll, onUnmounted as y1, ref as q, computed as fe, openBlock as v, createElementBlock as g, createCommentVNode as M, useCssVars as Oa, unref as xe, normalizeClass as Ee, createElementVNode as b, normalizeStyle as T, toDisplayString as I, Fragment as we, renderList as Ce, renderSlot as Nt, createVNode as Ye, onBeforeUnmount as rf, withDirectives as Uo, withModifiers as Bn, withKeys as kl, createBlock as tt, nextTick as Eo, resolveComponent as ya, vModelText as _l, vModelCheckbox as nA, withCtx as it, createTextVNode as at, vModelSelect as p1, createStaticVNode as so, pushScopeId as Tn, popScopeId as Hn, watch as nf, toRef as Wc } 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>
|
|
@@ -5933,13 +5933,13 @@ function At(e) {
|
|
|
5933
5933
|
}, st.prototype.decompose = function() {
|
|
5934
5934
|
var m = this.sx, W = this.shy, be = this.shx, Be = this.sy, Qe = this.tx, He = this.ty, Ke = Math.sqrt(m * m + W * W), Je = (m /= Ke) * be + (W /= Ke) * Be;
|
|
5935
5935
|
be -= m * Je, Be -= W * Je;
|
|
5936
|
-
var
|
|
5937
|
-
return Je /=
|
|
5936
|
+
var rt = Math.sqrt(be * be + Be * Be);
|
|
5937
|
+
return Je /= rt, m * (Be /= rt) < W * (be /= rt) && (m = -m, W = -W, Je = -Je, Ke = -Ke), { scale: new st(Ke, 0, 0, rt, 0, 0), translate: new st(1, 0, 0, 1, Qe, He), rotate: new st(m, W, -W, m, 0, 0), skew: new st(1, 0, Je, 1, 0, 0) };
|
|
5938
5938
|
}, st.prototype.toString = function(m) {
|
|
5939
5939
|
return this.join(" ");
|
|
5940
5940
|
}, st.prototype.inversed = function() {
|
|
5941
|
-
var m = this.sx, W = this.shy, be = this.shx, Be = this.sy, Qe = this.tx, He = this.ty, Ke = 1 / (m * Be - W * be), Je = Be * Ke,
|
|
5942
|
-
return new st(Je,
|
|
5941
|
+
var m = this.sx, W = this.shy, be = this.shx, Be = this.sy, Qe = this.tx, He = this.ty, Ke = 1 / (m * Be - W * be), Je = Be * Ke, rt = -W * Ke, yt = -be * Ke, wt = m * Ke;
|
|
5942
|
+
return new st(Je, rt, yt, wt, -Je * Qe - yt * He, -rt * Qe - wt * He);
|
|
5943
5943
|
}, st.prototype.applyToPoint = function(m) {
|
|
5944
5944
|
var W = m.x * this.sx + m.y * this.shx + this.tx, be = m.x * this.shy + m.y * this.sy + this.ty;
|
|
5945
5945
|
return new en(W, be);
|
|
@@ -6003,8 +6003,8 @@ function At(e) {
|
|
|
6003
6003
|
throw new Error('Invalid color "' + be + '" passed to jsPDF.encodeColorString.');
|
|
6004
6004
|
}
|
|
6005
6005
|
if (typeof be == "string" && /^#[0-9A-Fa-f]{3}$/.test(be) && (be = "#" + be[1] + be[1] + be[2] + be[2] + be[3] + be[3]), typeof be == "string" && /^#[0-9A-Fa-f]{6}$/.test(be)) {
|
|
6006
|
-
var
|
|
6007
|
-
be =
|
|
6006
|
+
var rt = parseInt(be.substr(1), 16);
|
|
6007
|
+
be = rt >> 16 & 255, Be = rt >> 8 & 255, Qe = 255 & rt;
|
|
6008
6008
|
}
|
|
6009
6009
|
if (Be === void 0 || He === void 0 && be === Be && Be === Qe)
|
|
6010
6010
|
if (typeof be == "string")
|
|
@@ -6053,17 +6053,17 @@ function At(e) {
|
|
|
6053
6053
|
if (h !== null && Ke === void 0)
|
|
6054
6054
|
throw new Error("ObjectId must be passed to putStream for file encryption");
|
|
6055
6055
|
h !== null && (Je = Xo.encryptor(Ke, 0));
|
|
6056
|
-
var
|
|
6056
|
+
var rt = {};
|
|
6057
6057
|
be === !0 && (be = ["FlateEncode"]);
|
|
6058
|
-
var yt = m.additionalKeyValues || [], wt = (
|
|
6059
|
-
if (
|
|
6058
|
+
var yt = m.additionalKeyValues || [], wt = (rt = At.API.processDataByFilters !== void 0 ? At.API.processDataByFilters(W, be) : { data: W, reverseChain: [] }).reverseChain + (Array.isArray(Be) ? Be.join(" ") : Be.toString());
|
|
6059
|
+
if (rt.data.length !== 0 && (yt.push({ key: "Length", value: rt.data.length }), Qe === !0 && yt.push({ key: "Length1", value: He })), wt.length != 0)
|
|
6060
6060
|
if (wt.split("/").length - 1 == 1)
|
|
6061
6061
|
yt.push({ key: "Filter", value: wt });
|
|
6062
6062
|
else {
|
|
6063
6063
|
yt.push({ key: "Filter", value: "[" + wt + "]" });
|
|
6064
6064
|
for (var Mt = 0; Mt < yt.length; Mt += 1)
|
|
6065
6065
|
if (yt[Mt].key === "DecodeParms") {
|
|
6066
|
-
for (var no = [], co = 0; co <
|
|
6066
|
+
for (var no = [], co = 0; co < rt.reverseChain.split("/").length - 1; co += 1)
|
|
6067
6067
|
no.push("null");
|
|
6068
6068
|
no.push(yt[Mt].value), yt[Mt].value = "[" + no.join(" ") + "]";
|
|
6069
6069
|
}
|
|
@@ -6071,7 +6071,7 @@ function At(e) {
|
|
|
6071
6071
|
$("<<");
|
|
6072
6072
|
for (var Bo = 0; Bo < yt.length; Bo++)
|
|
6073
6073
|
$("/" + yt[Bo].key + " " + yt[Bo].value);
|
|
6074
|
-
$(">>"),
|
|
6074
|
+
$(">>"), rt.data.length !== 0 && ($("stream"), $(Je(rt.data)), $("endstream"));
|
|
6075
6075
|
}, ca = i.__private__.putPage = function(m) {
|
|
6076
6076
|
var W = m.number, be = m.data, Be = m.objId, Qe = m.contentsObjId;
|
|
6077
6077
|
bl(Be, !0), $("<</Type /Page"), $("/Parent " + m.rootDictionaryObjId + " 0 R"), $("/Resources " + m.resourceDictionaryObjId + " 0 R"), $("/MediaBox [" + parseFloat(ie(m.mediaBox.bottomLeftX)) + " " + parseFloat(ie(m.mediaBox.bottomLeftY)) + " " + ie(m.mediaBox.topRightX) + " " + ie(m.mediaBox.topRightY) + "]"), m.cropBox !== null && $("/CropBox [" + ie(m.cropBox.bottomLeftX) + " " + ie(m.cropBox.bottomLeftY) + " " + ie(m.cropBox.topRightX) + " " + ie(m.cropBox.topRightY) + "]"), m.bleedBox !== null && $("/BleedBox [" + ie(m.bleedBox.bottomLeftX) + " " + ie(m.bleedBox.bottomLeftY) + " " + ie(m.bleedBox.topRightX) + " " + ie(m.bleedBox.topRightY) + "]"), m.trimBox !== null && $("/TrimBox [" + ie(m.trimBox.bottomLeftX) + " " + ie(m.trimBox.bottomLeftY) + " " + ie(m.trimBox.topRightX) + " " + ie(m.trimBox.topRightY) + "]"), m.artBox !== null && $("/ArtBox [" + ie(m.artBox.bottomLeftX) + " " + ie(m.artBox.bottomLeftY) + " " + ie(m.artBox.topRightX) + " " + ie(m.artBox.topRightY) + "]"), typeof m.userUnit == "number" && m.userUnit !== 1 && $("/UserUnit " + m.userUnit), Dt.publish("putPage", { objId: Be, pageContext: ft[W], pageNumber: W, page: be }), $("/Contents " + Qe + " 0 R"), $(">>"), $("endobj");
|
|
@@ -6117,10 +6117,10 @@ Q`), bl(Qe, !0), Fl({ data: He, filters: ua(), objectId: Qe }), $("endobj"), Be;
|
|
|
6117
6117
|
var Ke = { offset: 1, color: m[m.length - 1].color };
|
|
6118
6118
|
m.push(Ke);
|
|
6119
6119
|
}
|
|
6120
|
-
for (var Je = "",
|
|
6121
|
-
for (be = Be[yt]; be > m[
|
|
6122
|
-
|
|
6123
|
-
var wt = m[
|
|
6120
|
+
for (var Je = "", rt = 0, yt = 0; yt < Be.length; yt++) {
|
|
6121
|
+
for (be = Be[yt]; be > m[rt + 1].offset; )
|
|
6122
|
+
rt++;
|
|
6123
|
+
var wt = m[rt].offset, Mt = (be - wt) / (m[rt + 1].offset - wt), no = m[rt].color, co = m[rt + 1].color;
|
|
6124
6124
|
Je += N(Math.round((1 - Mt) * no[0] + Mt * co[0]).toString(16)) + N(Math.round((1 - Mt) * no[1] + Mt * co[1]).toString(16)) + N(Math.round((1 - Mt) * no[2] + Mt * co[2]).toString(16));
|
|
6125
6125
|
}
|
|
6126
6126
|
return Je.trim();
|
|
@@ -6222,15 +6222,15 @@ Q`), bl(Qe, !0), Fl({ data: He, filters: ua(), objectId: Qe }), $("endobj"), Be;
|
|
|
6222
6222
|
}
|
|
6223
6223
|
}, m.foo.bar = m, m.foo;
|
|
6224
6224
|
}, Wr = function(m, W) {
|
|
6225
|
-
var be, Be, Qe, He, Ke, Je,
|
|
6225
|
+
var be, Be, Qe, He, Ke, Je, rt, yt, wt;
|
|
6226
6226
|
if (Qe = (W = W || {}).sourceEncoding || "Unicode", Ke = W.outputEncoding, (W.autoencode || Ke) && Gt[xt].metadata && Gt[xt].metadata[Qe] && Gt[xt].metadata[Qe].encoding && (He = Gt[xt].metadata[Qe].encoding, !Ke && Gt[xt].encoding && (Ke = Gt[xt].encoding), !Ke && He.codePages && (Ke = He.codePages[0]), typeof Ke == "string" && (Ke = He[Ke]), Ke)) {
|
|
6227
|
-
for (
|
|
6228
|
-
(yt = Ke[m.charCodeAt(be)]) ? Je.push(String.fromCharCode(yt)) : Je.push(m[be]), Je[be].charCodeAt(0) >> 8 && (
|
|
6227
|
+
for (rt = !1, Je = [], be = 0, Be = m.length; be < Be; be++)
|
|
6228
|
+
(yt = Ke[m.charCodeAt(be)]) ? Je.push(String.fromCharCode(yt)) : Je.push(m[be]), Je[be].charCodeAt(0) >> 8 && (rt = !0);
|
|
6229
6229
|
m = Je.join("");
|
|
6230
6230
|
}
|
|
6231
|
-
for (be = m.length;
|
|
6232
|
-
m.charCodeAt(be - 1) >> 8 && (
|
|
6233
|
-
if (!
|
|
6231
|
+
for (be = m.length; rt === void 0 && be !== 0; )
|
|
6232
|
+
m.charCodeAt(be - 1) >> 8 && (rt = !0), be--;
|
|
6233
|
+
if (!rt)
|
|
6234
6234
|
return m;
|
|
6235
6235
|
for (Je = W.noBOM ? [] : [254, 255], be = 0, Be = m.length; be < Be; be++) {
|
|
6236
6236
|
if ((wt = (yt = m.charCodeAt(be)) >> 8) >> 8)
|
|
@@ -6354,9 +6354,9 @@ Q`), bl(Qe, !0), Fl({ data: He, filters: ua(), objectId: Qe }), $("endobj"), Be;
|
|
|
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(ct) === "[object Window]") {
|
|
6357
|
-
var
|
|
6357
|
+
var rt = '<html><style>html, body { padding: 0; margin: 0; } iframe { width: 100%; height: 100%; border: 0;} </style><body><iframe id="pdfViewer" src="' + (W.pdfJsUrl || "examples/PDF.js/web/viewer.html") + "?file=&downloadName=" + W.filename + '" width="500px" height="400px" /></body></html>', yt = ct.open();
|
|
6358
6358
|
if (yt !== null) {
|
|
6359
|
-
yt.document.write(
|
|
6359
|
+
yt.document.write(rt);
|
|
6360
6360
|
var wt = this;
|
|
6361
6361
|
yt.document.documentElement.querySelector("#pdfViewer").onload = function() {
|
|
6362
6362
|
yt.document.title = W.filename, yt.document.documentElement.querySelector("#pdfViewer").contentWindow.PDFViewerApplication.open(wt.output("bloburl"));
|
|
@@ -6452,12 +6452,12 @@ Q`), bl(Qe, !0), Fl({ data: He, filters: ua(), objectId: Qe }), $("endobj"), Be;
|
|
|
6452
6452
|
}, i.deletePage = function() {
|
|
6453
6453
|
return JA.apply(this, arguments), this;
|
|
6454
6454
|
}, i.__private__.text = i.text = function(m, W, be, Be, Qe) {
|
|
6455
|
-
var He, Ke, Je,
|
|
6455
|
+
var He, Ke, Je, rt, yt, wt, Mt, no, co, Bo = (Be = Be || {}).scope || this;
|
|
6456
6456
|
if (typeof m == "number" && typeof W == "number" && (typeof be == "string" || Array.isArray(be))) {
|
|
6457
6457
|
var qo = be;
|
|
6458
6458
|
be = W, W = m, m = qo;
|
|
6459
6459
|
}
|
|
6460
|
-
if (arguments[3] instanceof st ? (H("The transform parameter of text() with a Matrix value"), co = Qe) : (Je = arguments[4],
|
|
6460
|
+
if (arguments[3] instanceof st ? (H("The transform parameter of text() with a Matrix value"), co = Qe) : (Je = arguments[4], rt = arguments[5], Kt(Mt = arguments[3]) === "object" && Mt !== null || (typeof Je == "string" && (rt = Je, Je = null), typeof Mt == "string" && (rt = Mt, Mt = null), typeof Mt == "number" && (Je = Mt, Mt = null), Be = { flags: Mt, angle: Je, align: rt })), isNaN(W) || isNaN(be) || m == null)
|
|
6461
6461
|
throw new Error("Invalid arguments passed to jsPDF.text");
|
|
6462
6462
|
if (m.length === 0)
|
|
6463
6463
|
return Bo;
|
|
@@ -6558,30 +6558,30 @@ Q`), bl(Qe, !0), Fl({ data: He, filters: ua(), objectId: Qe }), $("endobj"), Be;
|
|
|
6558
6558
|
var cs = ii.usedRenderingMode !== void 0 ? ii.usedRenderingMode : -1;
|
|
6559
6559
|
cl !== -1 ? To += cl + ` Tr
|
|
6560
6560
|
` : cs !== -1 && (To += `0 Tr
|
|
6561
|
-
`), cl !== -1 && (ii.usedRenderingMode = cl),
|
|
6561
|
+
`), cl !== -1 && (ii.usedRenderingMode = cl), rt = Be.align || "left";
|
|
6562
6562
|
var jl, si = Ne * wl, gu = Bo.internal.pageSize.getWidth(), yu = Gt[xt];
|
|
6563
6563
|
yt = Be.charSpace || Zr, wt = Be.maxWidth || 0, Mt = Object.assign({ autoencode: !0, noBOM: !0 }, Be.flags);
|
|
6564
6564
|
var Wa = [];
|
|
6565
6565
|
if (Object.prototype.toString.call(m) === "[object Array]") {
|
|
6566
6566
|
var Sl;
|
|
6567
|
-
Ke = oi(m),
|
|
6567
|
+
Ke = oi(m), rt !== "left" && (jl = Ke.map(function(qt) {
|
|
6568
6568
|
return Bo.getStringUnitWidth(qt, { font: yu, charSpace: yt, fontSize: Ne, doKerning: !1 }) * Ne / Sa;
|
|
6569
6569
|
}));
|
|
6570
6570
|
var Gl, Xa = 0;
|
|
6571
|
-
if (
|
|
6571
|
+
if (rt === "right") {
|
|
6572
6572
|
W -= jl[0], m = [], ul = Ke.length;
|
|
6573
6573
|
for (var ha = 0; ha < ul; ha++)
|
|
6574
6574
|
ha === 0 ? (Gl = Fa(W), Sl = Va(be)) : (Gl = K(Xa - jl[ha]), Sl = -si), m.push([Ke[ha], Gl, Sl]), Xa = jl[ha];
|
|
6575
|
-
} else if (
|
|
6575
|
+
} else if (rt === "center") {
|
|
6576
6576
|
W -= jl[0] / 2, m = [], ul = Ke.length;
|
|
6577
6577
|
for (var La = 0; La < ul; La++)
|
|
6578
6578
|
La === 0 ? (Gl = Fa(W), Sl = Va(be)) : (Gl = K((Xa - jl[La]) / 2), Sl = -si), m.push([Ke[La], Gl, Sl]), Xa = jl[La];
|
|
6579
|
-
} else if (
|
|
6579
|
+
} else if (rt === "left") {
|
|
6580
6580
|
m = [], ul = Ke.length;
|
|
6581
6581
|
for (var sn = 0; sn < ul; sn++)
|
|
6582
6582
|
m.push(Ke[sn]);
|
|
6583
6583
|
} else {
|
|
6584
|
-
if (
|
|
6584
|
+
if (rt !== "justify")
|
|
6585
6585
|
throw new Error('Unrecognized alignment option, use "left", "center", "right" or "justify".');
|
|
6586
6586
|
m = [], ul = Ke.length, wt = wt !== 0 ? wt : gu;
|
|
6587
6587
|
for (var Wl = 0; Wl < ul; Wl++)
|
|
@@ -6720,11 +6720,11 @@ T* `) : m.join(` Tj
|
|
|
6720
6720
|
throw new Error("Invalid arguments passed to jsPDF.line");
|
|
6721
6721
|
return j === S.COMPAT ? this.lines([[be - m, Be - W]], m, W, [1, 1], Qe || "S") : this.lines([[be - m, Be - W]], m, W, [1, 1]).stroke();
|
|
6722
6722
|
}, i.__private__.lines = i.lines = function(m, W, be, Be, Qe, He) {
|
|
6723
|
-
var Ke, Je,
|
|
6723
|
+
var Ke, Je, rt, yt, wt, Mt, no, co, Bo, qo, To, Vl;
|
|
6724
6724
|
if (typeof m == "number" && (Vl = be, be = W, W = m, m = Vl), Be = Be || [1, 1], He = He || !1, isNaN(W) || isNaN(be) || !Array.isArray(m) || !Array.isArray(Be) || !da(Qe) || typeof He != "boolean")
|
|
6725
6725
|
throw new Error("Invalid arguments passed to jsPDF.lines");
|
|
6726
|
-
for (Gn(W, be), Ke = Be[0], Je = Be[1], yt = m.length, qo = W, To = be,
|
|
6727
|
-
(wt = m[
|
|
6726
|
+
for (Gn(W, be), Ke = Be[0], Je = Be[1], yt = m.length, qo = W, To = be, rt = 0; rt < yt; rt++)
|
|
6727
|
+
(wt = m[rt]).length === 2 ? (qo = wt[0] * Ke + qo, To = wt[1] * Je + To, Br(qo, To)) : (Mt = wt[0] * Ke + qo, no = wt[1] * Je + To, co = wt[2] * Ke + qo, Bo = wt[3] * Je + To, qo = wt[4] * Ke + qo, To = wt[5] * Je + To, Ka(Mt, no, co, Bo, qo, To));
|
|
6728
6728
|
return He && ls(), jn(Qe), this;
|
|
6729
6729
|
}, i.path = function(m) {
|
|
6730
6730
|
for (var W = 0; W < m.length; W++) {
|
|
@@ -11895,7 +11895,7 @@ function tf(e) {
|
|
|
11895
11895
|
function Je(d) {
|
|
11896
11896
|
return d & ~Yv ? 0 > d ? 0 : 255 : d >> bd;
|
|
11897
11897
|
}
|
|
11898
|
-
function
|
|
11898
|
+
function rt(d, p) {
|
|
11899
11899
|
return Je((19077 * d >> 8) + (26149 * p >> 8) - 14234);
|
|
11900
11900
|
}
|
|
11901
11901
|
function yt(d, p, B) {
|
|
@@ -11905,18 +11905,18 @@ function tf(e) {
|
|
|
11905
11905
|
return Je((19077 * d >> 8) + (33050 * p >> 8) - 17685);
|
|
11906
11906
|
}
|
|
11907
11907
|
function Mt(d, p, B, L, G) {
|
|
11908
|
-
L[G + 0] =
|
|
11908
|
+
L[G + 0] = rt(d, B), L[G + 1] = yt(d, p, B), L[G + 2] = wt(d, p);
|
|
11909
11909
|
}
|
|
11910
11910
|
function no(d, p, B, L, G) {
|
|
11911
|
-
L[G + 0] = wt(d, p), L[G + 1] = yt(d, p, B), L[G + 2] =
|
|
11911
|
+
L[G + 0] = wt(d, p), L[G + 1] = yt(d, p, B), L[G + 2] = rt(d, B);
|
|
11912
11912
|
}
|
|
11913
11913
|
function co(d, p, B, L, G) {
|
|
11914
11914
|
var te = yt(d, p, B);
|
|
11915
|
-
p = te << 3 & 224 | wt(d, p) >> 3, L[G + 0] = 248 &
|
|
11915
|
+
p = te << 3 & 224 | wt(d, p) >> 3, L[G + 0] = 248 & rt(d, B) | te >> 5, L[G + 1] = p;
|
|
11916
11916
|
}
|
|
11917
11917
|
function Bo(d, p, B, L, G) {
|
|
11918
11918
|
var te = 240 & wt(d, p) | 15;
|
|
11919
|
-
L[G + 0] = 240 &
|
|
11919
|
+
L[G + 0] = 240 & rt(d, B) | yt(d, p, B) >> 4, L[G + 1] = te;
|
|
11920
11920
|
}
|
|
11921
11921
|
function qo(d, p, B, L, G) {
|
|
11922
11922
|
L[G + 0] = 255, Mt(d, p, B, L, G + 1);
|
|
@@ -12820,7 +12820,7 @@ function(e) {
|
|
|
12820
12820
|
*/
|
|
12821
12821
|
function(e) {
|
|
12822
12822
|
function t() {
|
|
12823
|
-
return (ct.canvg ? Promise.resolve(ct.canvg) : import("./index.es-
|
|
12823
|
+
return (ct.canvg ? Promise.resolve(ct.canvg) : import("./index.es-a19eda23.js")).catch(function(l) {
|
|
12824
12824
|
return Promise.reject(new Error("Could not load canvg: " + l));
|
|
12825
12825
|
}).then(function(l) {
|
|
12826
12826
|
return l.default ? l.default : l;
|
|
@@ -20600,14 +20600,14 @@ function $x(e, t, l, r, a, o) {
|
|
|
20600
20600
|
b("div", { innerHTML: i }, null, 8, Ex)
|
|
20601
20601
|
]),
|
|
20602
20602
|
td: it(({ td: i }) => [
|
|
20603
|
-
|
|
20603
|
+
at(I(i), 1)
|
|
20604
20604
|
]),
|
|
20605
20605
|
_: 1
|
|
20606
20606
|
}, 8, ["colNames", "head", "body", "config", "title"]))
|
|
20607
20607
|
], 4)) : M("", !0)
|
|
20608
20608
|
], 14, V5);
|
|
20609
20609
|
}
|
|
20610
|
-
const
|
|
20610
|
+
const JH = /* @__PURE__ */ Lt(K5, [["render", $x], ["__scopeId", "data-v-663bc21a"]]);
|
|
20611
20611
|
const Nx = {
|
|
20612
20612
|
name: "vue-ui-table",
|
|
20613
20613
|
props: {
|
|
@@ -21282,7 +21282,7 @@ function r4(e, t, l, r, a, o) {
|
|
|
21282
21282
|
class: Ee({ "th-has-nan": a.hasNaN[s] })
|
|
21283
21283
|
}, [
|
|
21284
21284
|
o.hasNumericTypes && ([a.constants.TEXT, a.constants.DATE].includes(n.type) || n.isPercentage) ? (v(), g("span", Yx, [
|
|
21285
|
-
|
|
21285
|
+
at(I(n.name) + " ", 1),
|
|
21286
21286
|
n.isPercentage ? (v(), g("span", Jx, " / " + I(n.percentageTo), 1)) : M("", !0)
|
|
21287
21287
|
])) : (v(), g("span", Zx, I(n.name), 1))
|
|
21288
21288
|
], 6))), 128))
|
|
@@ -21300,7 +21300,7 @@ function r4(e, t, l, r, a, o) {
|
|
|
21300
21300
|
innerHTML: o.icons.sum,
|
|
21301
21301
|
style: { "margin-bottom": "-4px", "margin-right": "3px" }
|
|
21302
21302
|
}, null, 8, oC),
|
|
21303
|
-
|
|
21303
|
+
at(" " + I(n.prefix) + " " + I(Number(o.getSum(s).toFixed(n.decimals)).toLocaleString()) + " " + I(n.suffix) + " ", 1),
|
|
21304
21304
|
a.percentages[s] && n.percentageTo && !n.isPercentage ? (v(), g("span", lC, " (" + I(isNaN(o.getSum(s) / o.getSum(a.percentages[s].referenceIndex)) ? "-" : (o.getSum(s) / o.getSum(a.percentages[s].referenceIndex) * 100).toFixed(n.decimals)) + "%) ", 1)) : M("", !0)
|
|
21305
21305
|
])) : M("", !0)
|
|
21306
21306
|
], 6))), 128))
|
|
@@ -21431,7 +21431,7 @@ function r4(e, t, l, r, a, o) {
|
|
|
21431
21431
|
for: `rangeMin${s}`
|
|
21432
21432
|
}, [
|
|
21433
21433
|
UC,
|
|
21434
|
-
|
|
21434
|
+
at(" min "),
|
|
21435
21435
|
MC
|
|
21436
21436
|
], 8, QC),
|
|
21437
21437
|
Uo(b("input", {
|
|
@@ -21470,7 +21470,7 @@ function r4(e, t, l, r, a, o) {
|
|
|
21470
21470
|
for: `rangeMax${s}`
|
|
21471
21471
|
}, [
|
|
21472
21472
|
NC,
|
|
21473
|
-
|
|
21473
|
+
at(" max "),
|
|
21474
21474
|
TC
|
|
21475
21475
|
], 8, $C)
|
|
21476
21476
|
])) : M("", !0),
|
|
@@ -21610,20 +21610,20 @@ function r4(e, t, l, r, a, o) {
|
|
|
21610
21610
|
}, null, 8, YC),
|
|
21611
21611
|
b("span", null, [
|
|
21612
21612
|
b("b", null, [
|
|
21613
|
-
|
|
21613
|
+
at(I(l.dataset.header[a.currentSelectionSpan.col].name) + " ", 1),
|
|
21614
21614
|
l.dataset.header[a.currentSelectionSpan.col].isPercentage ? (v(), g("span", JC, " / " + I(l.dataset.header[a.percentages[a.currentSelectionSpan.col].referenceIndex].name), 1)) : M("", !0)
|
|
21615
21615
|
]),
|
|
21616
21616
|
b("span", ZC, [
|
|
21617
|
-
|
|
21617
|
+
at(I(o.tableConfig.translations.nb) + " : ", 1),
|
|
21618
21618
|
b("b", eB, I(a.currentSelectionSpan.rows.length), 1)
|
|
21619
21619
|
]),
|
|
21620
21620
|
b("span", tB, [
|
|
21621
|
-
|
|
21621
|
+
at(I(o.tableConfig.translations.sum) + " : ", 1),
|
|
21622
21622
|
l.dataset.header[a.currentSelectionSpan.col].isPercentage ? (v(), g("b", oB, I(o.selectedCellsCalculations.sumPercentage), 1)) : (v(), g("b", lB, I(l.dataset.header[a.currentSelectionSpan.col].prefix) + " " + I(o.selectedCellsCalculations.sumRegular) + " " + I(l.dataset.header[a.currentSelectionSpan.col].suffix), 1)),
|
|
21623
21623
|
l.dataset.header[a.currentSelectionSpan.col].isPercentage ? (v(), g("b", aB, "%")) : M("", !0)
|
|
21624
21624
|
]),
|
|
21625
21625
|
b("span", rB, [
|
|
21626
|
-
|
|
21626
|
+
at(I(o.tableConfig.translations.average) + " : ", 1),
|
|
21627
21627
|
l.dataset.header[a.currentSelectionSpan.col].isPercentage ? (v(), g("b", nB, I(o.selectedCellsCalculations.averagePercentage), 1)) : (v(), g("b", iB, I(l.dataset.header[a.currentSelectionSpan.col].prefix) + " " + I(o.selectedCellsCalculations.averageRegular) + " " + I(l.dataset.header[a.currentSelectionSpan.col].suffix), 1)),
|
|
21628
21628
|
l.dataset.header[a.currentSelectionSpan.col].isPercentage ? (v(), g("b", sB, "%")) : M("", !0)
|
|
21629
21629
|
])
|
|
@@ -21636,7 +21636,7 @@ function r4(e, t, l, r, a, o) {
|
|
|
21636
21636
|
], 64)) : M("", !0)
|
|
21637
21637
|
], 6),
|
|
21638
21638
|
a.bodyCopy.length > 10 ? (v(), g("div", AB, [
|
|
21639
|
-
|
|
21639
|
+
at(I(o.tableConfig.translations.totalRows) + " : " + I(l.dataset.body.length) + " | " + I(o.tableConfig.translations.paginatorLabel) + " : ", 1),
|
|
21640
21640
|
a.bodyCopy.length > 10 ? Uo((v(), g("select", {
|
|
21641
21641
|
key: 0,
|
|
21642
21642
|
id: "paginatorSelector",
|
|
@@ -21662,7 +21662,7 @@ function r4(e, t, l, r, a, o) {
|
|
|
21662
21662
|
b("span", {
|
|
21663
21663
|
innerHTML: o.icons.warning
|
|
21664
21664
|
}, null, 8, cB),
|
|
21665
|
-
|
|
21665
|
+
at(I(o.tableConfig.translations.sizeWarning), 1)
|
|
21666
21666
|
])) : M("", !0),
|
|
21667
21667
|
o.pages.length > 1 && o.pages.length <= 10 ? (v(), g("div", {
|
|
21668
21668
|
key: 2,
|
|
@@ -21705,7 +21705,7 @@ function r4(e, t, l, r, a, o) {
|
|
|
21705
21705
|
style: T(`background:${o.tableConfig.style.pagination.buttons.backgroundColor};color:${o.tableConfig.style.pagination.buttons.color};opacity:${a.currentPage === o.pages.length - 1 ? o.tableConfig.style.pagination.buttons.opacityDisabled : 1}`)
|
|
21706
21706
|
}, I(o.pages.length), 13, bB)
|
|
21707
21707
|
], 64)) : (v(), g(we, { key: 1 }, [
|
|
21708
|
-
|
|
21708
|
+
at(I(o.tableConfig.translations.page) + " " + I(a.currentPage + 1) + " / " + I(o.pages.length), 1)
|
|
21709
21709
|
], 64)),
|
|
21710
21710
|
b("button", {
|
|
21711
21711
|
class: "vue-ui-table-navigation",
|
|
@@ -21752,7 +21752,7 @@ function r4(e, t, l, r, a, o) {
|
|
|
21752
21752
|
]),
|
|
21753
21753
|
b("div", kB, [
|
|
21754
21754
|
b("b", null, [
|
|
21755
|
-
|
|
21755
|
+
at(I(l.dataset.header[a.currentSelectionSpan.col].name) + " ", 1),
|
|
21756
21756
|
l.dataset.header[a.currentSelectionSpan.col].isPercentage && l.dataset.header[a.currentSelectionSpan.col].percentageTo ? (v(), g("span", _B, " / " + I(l.dataset.header[a.percentages[a.currentSelectionSpan.col].referenceIndex].name), 1)) : M("", !0),
|
|
21757
21757
|
a.chart.type === a.constants.DONUT && a.selectedDonutCategory && a.selectedDonutCategory.name ? (v(), g("span", FB, I(o.tableConfig.translations.by) + " " + I(a.selectedDonutCategory.name), 1)) : M("", !0)
|
|
21758
21758
|
])
|
|
@@ -21792,7 +21792,7 @@ function r4(e, t, l, r, a, o) {
|
|
|
21792
21792
|
style: { "margin-bottom": "-3px" },
|
|
21793
21793
|
innerHTML: o.icons.donut
|
|
21794
21794
|
}, null, 8, EB),
|
|
21795
|
-
|
|
21795
|
+
at(" " + I(o.tableConfig.translations.makeDonut), 1)
|
|
21796
21796
|
], 12, IB)
|
|
21797
21797
|
])
|
|
21798
21798
|
], 4)) : M("", !0),
|
|
@@ -21952,7 +21952,7 @@ function r4(e, t, l, r, a, o) {
|
|
|
21952
21952
|
style: T(`color:${o.tableConfig.style.chart.modal.color}`)
|
|
21953
21953
|
}, [
|
|
21954
21954
|
qB,
|
|
21955
|
-
|
|
21955
|
+
at(" Trend: " + I((o.chartData.progression.trend * 100).toFixed(1)) + " % ", 1)
|
|
21956
21956
|
], 4)) : M("", !0)
|
|
21957
21957
|
], 64)) : M("", !0),
|
|
21958
21958
|
[a.constants.DONUT].includes(a.chart.type) && !a.showDonutOptions ? (v(), g(we, { key: 2 }, [
|
|
@@ -22033,7 +22033,7 @@ function r4(e, t, l, r, a, o) {
|
|
|
22033
22033
|
], 4)) : M("", !0)
|
|
22034
22034
|
], 4);
|
|
22035
22035
|
}
|
|
22036
|
-
const
|
|
22036
|
+
const ZH = /* @__PURE__ */ Lt(Nx, [["render", r4], ["__scopeId", "data-v-eca448e3"]]);
|
|
22037
22037
|
const n4 = { class: "vue-data-ui-legend-item" }, i4 = ["onClick", "height", "width"], s4 = {
|
|
22038
22038
|
__name: "Legend",
|
|
22039
22039
|
props: {
|
|
@@ -22084,7 +22084,7 @@ const n4 = { class: "vue-data-ui-legend-item" }, i4 = ["onClick", "height", "wid
|
|
|
22084
22084
|
]))), 256))
|
|
22085
22085
|
], 4));
|
|
22086
22086
|
}
|
|
22087
|
-
}, Io = /* @__PURE__ */ Lt(s4, [["__scopeId", "data-v-
|
|
22087
|
+
}, Io = /* @__PURE__ */ Lt(s4, [["__scopeId", "data-v-1817b18a"]]);
|
|
22088
22088
|
const A4 = ["id"], u4 = ["viewBox"], c4 = ["id"], d4 = ["stop-color"], h4 = ["stop-color"], f4 = ["stop-color"], v4 = { key: 0 }, g4 = ["font-size", "fill", "x"], y4 = ["font-size", "fill", "x", "y"], p4 = ["d", "stroke"], b4 = ["stroke", "d"], w4 = ["d", "fill", "stroke", "stroke-width"], m4 = ["cx", "cy", "fill"], x4 = ["d", "fill", "onMouseenter", "onClick"], C4 = ["cx", "cy", "r", "fill"], B4 = ["x", "y", "fill", "font-size"], k4 = ["x", "y", "fill", "font-size"], _4 = ["x", "y", "fill", "font-size"], F4 = ["x", "y", "fill", "font-size"], S4 = ["text-anchor", "x", "y", "fill", "font-size", "onClick"], L4 = ["text-anchor", "x", "y", "fill", "font-size", "onClick"], Q4 = ["text-anchor", "x", "y", "fill", "font-size", "onClick"], U4 = ["y"], M4 = ["onClick"], I4 = { key: 0 }, E4 = { key: 1 }, $4 = ["onClick"], N4 = { key: 0 }, T4 = { key: 1 }, H4 = ["innerHTML"], D4 = {
|
|
22089
22089
|
__name: "vue-ui-donut",
|
|
22090
22090
|
props: {
|
|
@@ -22512,7 +22512,7 @@ const A4 = ["id"], u4 = ["viewBox"], c4 = ["id"], d4 = ["stop-color"], h4 = ["st
|
|
|
22512
22512
|
onClick: (re) => S(Y),
|
|
22513
22513
|
style: T(`opacity:${C.value.includes(Y) ? 0.5 : 1}`)
|
|
22514
22514
|
}, [
|
|
22515
|
-
|
|
22515
|
+
at(I(V.name) + " : " + I(xe(Ut)({ p: f.value.style.chart.layout.labels.dataLabels.prefix, v: V.value, s: f.value.style.chart.layout.labels.dataLabels.suffix, r: f.value.style.chart.legend.roundingValue })) + " ", 1),
|
|
22516
22516
|
C.value.includes(Y) ? (v(), g("span", E4, " ( - % ) ")) : (v(), g("span", I4, " (" + I(isNaN(V.value / K.value) ? "-" : (V.value / K.value * 100).toFixed(f.value.style.chart.legend.roundingPercentage)) + "%) ", 1))
|
|
22517
22517
|
], 12, M4)
|
|
22518
22518
|
]),
|
|
@@ -22532,7 +22532,7 @@ const A4 = ["id"], u4 = ["viewBox"], c4 = ["id"], d4 = ["stop-color"], h4 = ["st
|
|
|
22532
22532
|
onClick: (re) => S(Y),
|
|
22533
22533
|
style: T(`opacity:${C.value.includes(Y) ? 0.5 : 1}`)
|
|
22534
22534
|
}, [
|
|
22535
|
-
|
|
22535
|
+
at(I(V.name) + " : " + I(xe(Ut)({ p: f.value.style.chart.layout.labels.dataLabels.prefix, v: V.value, s: f.value.style.chart.layout.labels.dataLabels.suffix, r: f.value.style.chart.legend.roundingValue })) + " ", 1),
|
|
22536
22536
|
C.value.includes(Y) ? (v(), g("span", T4, " ( - % ) ")) : (v(), g("span", N4, " (" + I(isNaN(V.value / K.value) ? "-" : (V.value / K.value * 100).toFixed(f.value.style.chart.legend.roundingPercentage)) + "%) ", 1))
|
|
22537
22537
|
], 12, $4)
|
|
22538
22538
|
]),
|
|
@@ -22561,13 +22561,13 @@ const A4 = ["id"], u4 = ["viewBox"], c4 = ["id"], d4 = ["stop-color"], h4 = ["st
|
|
|
22561
22561
|
}, null, 8, H4)
|
|
22562
22562
|
]),
|
|
22563
22563
|
td: it(({ td: V }) => [
|
|
22564
|
-
|
|
22564
|
+
at(I(V.name || V), 1)
|
|
22565
22565
|
]),
|
|
22566
22566
|
_: 1
|
|
22567
22567
|
}, 8, ["colNames", "head", "body", "config", "title"])) : M("", !0)
|
|
22568
22568
|
], 14, A4));
|
|
22569
22569
|
}
|
|
22570
|
-
},
|
|
22570
|
+
}, eD = /* @__PURE__ */ Lt(D4, [["__scopeId", "data-v-81195566"]]);
|
|
22571
22571
|
const P4 = ["id"], z4 = ["viewBox"], O4 = ["id"], R4 = ["stop-color"], K4 = ["stop-color"], V4 = { key: 0 }, j4 = ["font-size", "fill", "x", "y"], G4 = ["font-size", "fill", "x", "y"], W4 = ["rx", "x", "y", "height", "width", "stroke", "stroke-width"], X4 = ["rx", "x", "y", "height", "width", "fill", "stroke", "stroke-width"], q4 = ["onMouseover", "x", "y", "height", "width"], Y4 = {
|
|
22572
22572
|
key: 1,
|
|
22573
22573
|
x: 0,
|
|
@@ -22950,7 +22950,7 @@ const P4 = ["id"], z4 = ["viewBox"], O4 = ["id"], R4 = ["stop-color"], K4 = ["st
|
|
|
22950
22950
|
onClick: (X) => Z(P.uid),
|
|
22951
22951
|
style: T(`opacity:${F.value.includes(P.uid) ? 0.5 : 1}`)
|
|
22952
22952
|
}, [
|
|
22953
|
-
|
|
22953
|
+
at(I(P.name) + " : " + I(xe(Ut)({ p: f.value.style.chart.layout.labels.dataLabels.prefix, v: P.value, s: f.value.style.chart.layout.labels.dataLabels.suffix, r: f.value.style.chart.legend.roundingValue })) + " ", 1),
|
|
22954
22954
|
F.value.includes(P.uid) ? (v(), g("span", ek, " ( - % ) ")) : (v(), g("span", Z4, " (" + I(isNaN(P.value / ue.value) ? "-" : (P.value / ue.value * 100).toFixed(f.value.style.chart.legend.roundingPercentage)) + "%) ", 1))
|
|
22955
22955
|
], 12, J4)
|
|
22956
22956
|
]),
|
|
@@ -22970,7 +22970,7 @@ const P4 = ["id"], z4 = ["viewBox"], O4 = ["id"], R4 = ["stop-color"], K4 = ["st
|
|
|
22970
22970
|
onClick: (X) => Z(P.uid),
|
|
22971
22971
|
style: T(`opacity:${F.value.includes(P.uid) ? 0.5 : 1}`)
|
|
22972
22972
|
}, [
|
|
22973
|
-
|
|
22973
|
+
at(I(P.name) + " : " + I(xe(Ut)({ p: f.value.style.chart.layout.labels.dataLabels.prefix, v: P.value, s: f.value.style.chart.layout.labels.dataLabels.suffix, r: f.value.style.chart.legend.roundingValue })) + " ", 1),
|
|
22974
22974
|
F.value.includes(P.uid) ? (v(), g("span", lk, " ( - % ) ")) : (v(), g("span", ok, " (" + I(isNaN(P.value / ue.value) ? "-" : (P.value / ue.value * 100).toFixed(f.value.style.chart.legend.roundingPercentage)) + "%) ", 1))
|
|
22975
22975
|
], 12, tk)
|
|
22976
22976
|
]),
|
|
@@ -22999,13 +22999,13 @@ const P4 = ["id"], z4 = ["viewBox"], O4 = ["id"], R4 = ["stop-color"], K4 = ["st
|
|
|
22999
22999
|
}, null, 8, ak)
|
|
23000
23000
|
]),
|
|
23001
23001
|
td: it(({ td: P }) => [
|
|
23002
|
-
|
|
23002
|
+
at(I(P.name || P), 1)
|
|
23003
23003
|
]),
|
|
23004
23004
|
_: 1
|
|
23005
23005
|
}, 8, ["colNames", "head", "body", "config", "title"])) : M("", !0)
|
|
23006
23006
|
], 14, P4));
|
|
23007
23007
|
}
|
|
23008
|
-
},
|
|
23008
|
+
}, tD = /* @__PURE__ */ Lt(rk, [["__scopeId", "data-v-2b3cb6a2"]]), nk = ["onClick"], ik = ["viewBox"], sk = ["id"], Ak = ["stop-color"], uk = ["stop-color"], ck = ["height", "width", "fill", "rx"], dk = ["height", "width", "fill", "rx"], hk = ["height", "width", "fill", "rx"], fk = {
|
|
23009
23009
|
__name: "vue-ui-sparkbar",
|
|
23010
23010
|
props: {
|
|
23011
23011
|
config: {
|
|
@@ -23564,17 +23564,17 @@ const vk = ["id"], gk = ["viewBox"], yk = ["id"], pk = ["stop-color"], bk = ["st
|
|
|
23564
23564
|
title: `${i.value.style.chart.title.text}${i.value.style.chart.title.subtitle.text ? ` : ${i.value.style.chart.title.subtitle.text}` : ""}`
|
|
23565
23565
|
}, {
|
|
23566
23566
|
th: it(({ th: Y }) => [
|
|
23567
|
-
|
|
23567
|
+
at(I(Y.name), 1)
|
|
23568
23568
|
]),
|
|
23569
23569
|
td: it(({ td: Y }) => [
|
|
23570
|
-
|
|
23570
|
+
at(I(Y), 1)
|
|
23571
23571
|
]),
|
|
23572
23572
|
_: 1
|
|
23573
23573
|
}, 8, ["colNames", "head", "body", "config", "title"])
|
|
23574
23574
|
], 4)) : M("", !0)
|
|
23575
23575
|
], 14, vk));
|
|
23576
23576
|
}
|
|
23577
|
-
},
|
|
23577
|
+
}, oD = /* @__PURE__ */ Lt(Hk, [["__scopeId", "data-v-c3f6f716"]]);
|
|
23578
23578
|
const Dk = ["id"], Pk = ["viewBox", "id"], zk = ["id"], Ok = ["stop-color"], Rk = ["stop-color"], Kk = { key: 0 }, Vk = ["font-size", "fill", "x", "y"], jk = ["font-size", "fill", "x", "y"], Gk = { key: 1 }, Wk = ["fill", "x", "y", "height", "width", "stroke-width", "stroke", "rx"], Xk = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], qk = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], Yk = { key: 2 }, Jk = ["points", "fill"], Zk = ["points", "fill"], e3 = ["points", "fill"], t3 = ["points", "fill"], o3 = { key: 3 }, l3 = ["y", "fill", "font-size"], a3 = ["x", "y", "fill", "font-size"], r3 = ["x", "y", "fill", "font-size"], n3 = ["y", "fill", "font-size"], i3 = { key: 4 }, s3 = ["x", "y", "font-size", "fill"], A3 = ["x", "y", "font-size", "fill"], u3 = ["x", "y", "font-size", "fill"], c3 = ["id", "font-size"], d3 = ["id", "font-size"], h3 = ["id", "font-size"], f3 = { key: 5 }, v3 = ["fill", "points"], g3 = { key: 0 }, y3 = ["x", "y", "font-size", "fill"], p3 = { key: 0 }, b3 = ["x", "y", "onMouseover", "onClick"], w3 = ["y"], m3 = ["onClick"], x3 = ["onClick"], C3 = {
|
|
23579
23579
|
key: 0,
|
|
23580
23580
|
height: "14",
|
|
@@ -24282,7 +24282,7 @@ const Dk = ["id"], Pk = ["viewBox", "id"], zk = ["id"], Ok = ["stop-color"], Rk
|
|
|
24282
24282
|
title: `${f.value.style.chart.title.text}${f.value.style.chart.title.subtitle.text ? ` : ${f.value.style.chart.title.subtitle.text}` : ""}`
|
|
24283
24283
|
}, {
|
|
24284
24284
|
th: it(({ th: X }) => [
|
|
24285
|
-
|
|
24285
|
+
at(I(X), 1)
|
|
24286
24286
|
]),
|
|
24287
24287
|
td: it(({ td: X }) => [
|
|
24288
24288
|
b("div", {
|
|
@@ -24294,7 +24294,7 @@ const Dk = ["id"], Pk = ["viewBox", "id"], zk = ["id"], Ok = ["stop-color"], Rk
|
|
|
24294
24294
|
], 4)) : M("", !0)
|
|
24295
24295
|
], 14, Dk));
|
|
24296
24296
|
}
|
|
24297
|
-
},
|
|
24297
|
+
}, lD = /* @__PURE__ */ Lt(k3, [["__scopeId", "data-v-c16f4fe7"]]);
|
|
24298
24298
|
const _3 = ["id"], F3 = ["viewBox"], S3 = ["id"], L3 = ["stop-color"], Q3 = ["stop-color"], U3 = ["stop-color"], M3 = { key: 0 }, I3 = ["font-size", "fill", "x", "y"], E3 = ["font-size", "fill", "x", "y"], $3 = ["font-size", "fill", "x", "y"], N3 = ["d", "stroke", "stroke-width"], T3 = { key: 1 }, H3 = ["cx", "cy", "fill"], D3 = ["cx", "cy", "r", "fill"], P3 = ["y", "width", "height", "fill"], z3 = ["cx", "cy", "r", "fill", "stroke", "stroke-width"], O3 = ["cx", "cy", "r", "fill", "stroke", "stroke-width"], R3 = ["x", "y", "font-size", "font-weight", "fill"], K3 = ["x", "y", "font-size", "font-weight", "fill"], V3 = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], j3 = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], G3 = ["cx", "cy", "fill", "r", "stroke-width", "stroke"], W3 = ["x", "y", "font-size", "fill"], X3 = {
|
|
24299
24299
|
__name: "vue-ui-gauge",
|
|
24300
24300
|
props: {
|
|
@@ -24683,7 +24683,7 @@ const _3 = ["id"], F3 = ["viewBox"], S3 = ["id"], L3 = ["stop-color"], Q3 = ["st
|
|
|
24683
24683
|
], 14, F3))
|
|
24684
24684
|
], 14, _3));
|
|
24685
24685
|
}
|
|
24686
|
-
},
|
|
24686
|
+
}, aD = /* @__PURE__ */ Lt(X3, [["__scopeId", "data-v-9991bafd"]]);
|
|
24687
24687
|
const q3 = ["id"], Y3 = ["viewBox"], J3 = { key: 0 }, Z3 = ["fill", "font-weight", "font-size", "x", "y"], e_ = ["fill", "font-weight", "font-size", "x", "y"], t_ = ["id"], o_ = ["stop-color"], l_ = ["stop-color"], a_ = ["id"], r_ = ["stop-color"], n_ = ["stop-color"], i_ = ["id"], s_ = ["stop-color"], A_ = ["stop-color"], u_ = ["stop-color"], c_ = ["id"], d_ = ["stop-color"], h_ = ["stop-color"], f_ = ["stop-color"], v_ = ["id"], g_ = ["stop-color"], y_ = ["stop-color"], p_ = ["stop-color"], b_ = { key: 1 }, w_ = ["x", "y", "font-size", "font-weight", "fill"], m_ = ["x", "y", "font-size", "font-weight", "fill"], x_ = ["d", "stroke"], C_ = ["cx", "cy", "r", "fill"], B_ = ["cx", "cy", "r", "fill", "stroke", "stroke-width", "onClick"], k_ = { key: 2 }, __ = ["x", "y", "font-size", "fill", "onClick"], F_ = { key: 0 }, S_ = ["x", "y", "fill", "font-size", "font-weight"], L_ = ["x", "y", "height", "width", "fill", "rx", "onClick"], Q_ = ["x", "y", "height", "width", "fill", "rx", "stroke", "stroke-width", "onClick"], U_ = { key: 3 }, M_ = ["x", "y", "fill", "font-size", "onClick"], I_ = ["d", "stroke"], E_ = ["cx", "cy", "fill", "onClick"], $_ = ["fill", "cx", "cy", "r", "onClick"], N_ = { key: 4 }, T_ = ["x", "y", "font-size", "font-weight", "fill"], H_ = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], D_ = ["y", "height", "width"], P_ = { style: { width: "100%", height: "100%", display: "flex", "align-items": "center", "justify-content": "center", "flex-direction": "column" } }, z_ = { style: { display: "flex", "align-items": "center", "justify-content": "center", gap: "12px", "flex-wrap": "wrap", "flex-direction": "row" } }, O_ = {
|
|
24688
24688
|
viewBox: "0 0 20 20",
|
|
24689
24689
|
height: "16",
|
|
@@ -25272,9 +25272,9 @@ const q3 = ["id"], Y3 = ["viewBox"], J3 = { key: 0 }, Z3 = ["fill", "font-weight
|
|
|
25272
25272
|
}, null, 8, R_)
|
|
25273
25273
|
])),
|
|
25274
25274
|
b("span", null, I(ve.name), 1),
|
|
25275
|
-
|
|
25275
|
+
at(" : "),
|
|
25276
25276
|
b("b", null, I(y.value.style.chart.layout.legend.prefix) + " " + I(ve.total.toFixed(y.value.style.chart.layout.legend.roundingValue)) + " " + I(y.value.style.chart.layout.legend.suffix), 1),
|
|
25277
|
-
|
|
25277
|
+
at("(" + I((ve.total / S.value * 100).toFixed(y.value.style.chart.layout.legend.roundingPercentage)) + "%) ", 1)
|
|
25278
25278
|
], 4))), 256))
|
|
25279
25279
|
])
|
|
25280
25280
|
])
|
|
@@ -25304,9 +25304,9 @@ const q3 = ["id"], Y3 = ["viewBox"], J3 = { key: 0 }, Z3 = ["fill", "font-weight
|
|
|
25304
25304
|
}, null, 8, X_)
|
|
25305
25305
|
])),
|
|
25306
25306
|
b("span", null, [
|
|
25307
|
-
|
|
25307
|
+
at(I(ve.name) + " : ", 1),
|
|
25308
25308
|
b("b", null, I(y.value.style.chart.layout.legend.prefix) + " " + I(ve.value.toFixed(y.value.style.chart.layout.nuts.selected.labels.roundingValue)) + " " + I(y.value.style.chart.layout.legend.suffix), 1),
|
|
25309
|
-
|
|
25309
|
+
at(" (" + I((ve.proportionToBranch * 100).toFixed(y.value.style.chart.layout.nuts.selected.labels.roundingPercentage)) + "%)", 1)
|
|
25310
25310
|
])
|
|
25311
25311
|
], 4))), 256))
|
|
25312
25312
|
])
|
|
@@ -25486,7 +25486,7 @@ const q3 = ["id"], Y3 = ["viewBox"], J3 = { key: 0 }, Z3 = ["fill", "font-weight
|
|
|
25486
25486
|
style: T({ backgroundColor: y.value.table.th.backgroundColor, color: y.value.table.th.color, outline: y.value.table.th.outline }),
|
|
25487
25487
|
class: "vue-ui-data-table__caption"
|
|
25488
25488
|
}, [
|
|
25489
|
-
|
|
25489
|
+
at(I(y.value.style.chart.layout.title.text) + " ", 1),
|
|
25490
25490
|
y.value.style.chart.layout.title.subtitle.text ? (v(), g("span", fF, I(y.value.style.chart.layout.title.subtitle.text), 1)) : M("", !0)
|
|
25491
25491
|
], 4),
|
|
25492
25492
|
b("thead", null, [
|
|
@@ -25610,7 +25610,7 @@ const q3 = ["id"], Y3 = ["viewBox"], J3 = { key: 0 }, Z3 = ["fill", "font-weight
|
|
|
25610
25610
|
], 512)
|
|
25611
25611
|
], 14, q3));
|
|
25612
25612
|
}
|
|
25613
|
-
},
|
|
25613
|
+
}, rD = /* @__PURE__ */ Lt(ZF, [["__scopeId", "data-v-767be944"]]);
|
|
25614
25614
|
const e6 = ["id"], t6 = ["viewBox"], o6 = ["id"], l6 = ["stop-color"], a6 = ["stop-color"], r6 = ["stop-color"], n6 = { key: 0 }, i6 = ["font-size", "fill", "x", "y"], s6 = ["font-size", "fill", "x", "y"], A6 = ["cx", "cy", "r", "stroke", "stroke-width", "stroke-dasharray", "stroke-dashoffset"], u6 = ["cx", "cy", "r", "stroke", "stroke-width", "stroke-dasharray", "stroke-dashoffset"], c6 = { key: 1 }, d6 = ["cx", "cy", "r", "fill"], h6 = ["cx", "cy", "r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "onMouseenter"], f6 = { key: 2 }, v6 = ["x", "y", "font-size", "fill", "font-weight"], g6 = ["y", "height"], y6 = ["onClick"], p6 = ["onClick"], b6 = ["innerHTML"], w6 = {
|
|
25615
25615
|
__name: "vue-ui-onion",
|
|
25616
25616
|
props: {
|
|
@@ -26014,7 +26014,7 @@ const e6 = ["id"], t6 = ["viewBox"], o6 = ["id"], l6 = ["stop-color"], a6 = ["st
|
|
|
26014
26014
|
title: `${i.value.style.chart.title.text}${i.value.style.chart.title.subtitle.text ? ` : ${i.value.style.chart.title.subtitle.text}` : ""}`
|
|
26015
26015
|
}, {
|
|
26016
26016
|
th: it(({ th: _ }) => [
|
|
26017
|
-
|
|
26017
|
+
at(I(_), 1)
|
|
26018
26018
|
]),
|
|
26019
26019
|
td: it(({ td: _ }) => [
|
|
26020
26020
|
b("div", { innerHTML: _ }, null, 8, b6)
|
|
@@ -26024,7 +26024,7 @@ const e6 = ["id"], t6 = ["viewBox"], o6 = ["id"], l6 = ["stop-color"], a6 = ["st
|
|
|
26024
26024
|
], 4)) : M("", !0)
|
|
26025
26025
|
], 14, e6));
|
|
26026
26026
|
}
|
|
26027
|
-
},
|
|
26027
|
+
}, nD = /* @__PURE__ */ Lt(w6, [["__scopeId", "data-v-67b5e012"]]);
|
|
26028
26028
|
const m6 = ["id"], x6 = ["onClick"], C6 = ["viewBox"], B6 = ["id"], k6 = ["stop-color"], _6 = ["stop-color"], F6 = { key: 0 }, S6 = ["font-size", "fill", "x", "y"], L6 = ["font-size", "fill", "x", "y"], Q6 = ["x", "y", "width", "height", "fill", "rx"], U6 = ["x", "y", "width", "height", "fill", "rx", "stroke", "stroke-width"], M6 = ["x2", "y1", "y2", "stroke", "stroke-width"], I6 = ["x", "y", "font-size", "fill", "font-weight"], E6 = ["x", "y", "font-size", "fill", "font-weight"], $6 = ["x", "y", "font-size", "fill", "font-weight"], N6 = ["x", "y", "font-size", "fill", "font-weight"], T6 = ["y", "width", "height", "fill", "onMouseenter"], H6 = ["y", "height"], D6 = ["onClick"], P6 = ["onClick"], z6 = { class: "vue-ui-data-table" }, O6 = { key: 0 }, R6 = { style: { width: "100%" } }, K6 = ["data-cell"], V6 = { style: { display: "flex", "align-items": "center", gap: "5px", "justify-content": "flex-end", width: "100%", "padding-right": "3px" } }, j6 = ["data-cell"], G6 = { style: { display: "flex", "align-items": "center", gap: "5px", "justify-content": "flex-end", width: "100%", "padding-right": "3px" } }, W6 = ["data-cell"], X6 = { style: { display: "flex", "align-items": "center", gap: "5px", "justify-content": "flex-end", width: "100%", "padding-right": "3px" } }, q6 = ["data-cell"], Y6 = { style: { display: "flex", "align-items": "center", gap: "5px", "justify-content": "flex-end", width: "100%", "padding-right": "3px" } }, J6 = ["data-cell"], Z6 = { style: { display: "flex", "align-items": "center", gap: "5px", "justify-content": "flex-end", width: "100%", "padding-right": "3px" } }, e8 = ["data-cell"], t8 = { style: { display: "flex", "align-items": "center", gap: "5px", "justify-content": "flex-end", width: "100%", "padding-right": "3px" } }, o8 = ["data-cell"], l8 = { style: { display: "flex", "align-items": "center", gap: "5px", "justify-content": "flex-end", width: "100%", "padding-right": "3px" } }, a8 = {
|
|
26029
26029
|
__name: "vue-ui-vertical-bar",
|
|
26030
26030
|
props: {
|
|
@@ -26507,7 +26507,7 @@ const m6 = ["id"], x6 = ["onClick"], C6 = ["viewBox"], B6 = ["id"], k6 = ["stop-
|
|
|
26507
26507
|
style: T({ backgroundColor: c.value.table.th.backgroundColor, color: c.value.table.th.color, outline: c.value.table.th.outline }),
|
|
26508
26508
|
class: "vue-ui-data-table__caption"
|
|
26509
26509
|
}, [
|
|
26510
|
-
|
|
26510
|
+
at(I(c.value.style.chart.title.text) + " ", 1),
|
|
26511
26511
|
c.value.style.chart.title.subtitle.text ? (v(), g("span", O6, I(c.value.style.chart.title.subtitle.text), 1)) : M("", !0)
|
|
26512
26512
|
], 4),
|
|
26513
26513
|
b("thead", null, [
|
|
@@ -26613,7 +26613,7 @@ const m6 = ["id"], x6 = ["onClick"], C6 = ["viewBox"], B6 = ["id"], k6 = ["stop-
|
|
|
26613
26613
|
], 512)
|
|
26614
26614
|
], 14, m6));
|
|
26615
26615
|
}
|
|
26616
|
-
},
|
|
26616
|
+
}, iD = /* @__PURE__ */ Lt(a8, [["__scopeId", "data-v-813fca31"]]), sD = {
|
|
26617
26617
|
__name: "vue-ui-screenshot",
|
|
26618
26618
|
props: {
|
|
26619
26619
|
config: {
|
|
@@ -27006,7 +27006,7 @@ const r8 = {
|
|
|
27006
27006
|
b("span", {
|
|
27007
27007
|
style: T(`font-size:${A.value.style.tooltip.fontSize}px`)
|
|
27008
27008
|
}, I(ie), 5),
|
|
27009
|
-
|
|
27009
|
+
at(" : "),
|
|
27010
27010
|
b("span", {
|
|
27011
27011
|
style: T(`font-weight:${A.value.style.tooltip.bold ? "bold" : "normal"};font-size:${A.value.style.tooltip.fontSize}px`)
|
|
27012
27012
|
}, I(r.dataset.rating[ie]), 5),
|
|
@@ -27027,7 +27027,7 @@ const r8 = {
|
|
|
27027
27027
|
}, I(isNaN(w.value) ? "" : w.value.toFixed(A.value.style.rating.roundingValue)), 5)) : M("", !0)
|
|
27028
27028
|
], 36));
|
|
27029
27029
|
}
|
|
27030
|
-
},
|
|
27030
|
+
}, AD = /* @__PURE__ */ Lt(m8, [["__scopeId", "data-v-64a91fe5"]]);
|
|
27031
27031
|
const Ra = (e) => (Tn("data-v-3e4ab216"), e = e(), Hn(), e), x8 = ["id"], C8 = ["x", "y", "width", "height", "fill"], B8 = ["y", "width", "height", "fill"], k8 = ["fill"], _8 = ["fill"], F8 = ["fill"], S8 = ["x1", "x2", "y1", "y2", "stroke"], L8 = ["stroke"], Q8 = ["fill"], U8 = ["fill"], M8 = ["fill"], I8 = ["x1", "y1", "x2", "y2", "stroke-width", "stroke"], E8 = { key: 0 }, $8 = ["stroke", "stroke-width"], N8 = ["stroke", "stroke-width"], T8 = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], H8 = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], D8 = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], P8 = ["x", "y", "height", "width", "fill"], z8 = ["viewBox"], O8 = ["x", "y", "stroke", "fill"], R8 = ["d", "stroke"], K8 = ["cx", "cy", "r", "fill", "stroke"], V8 = ["cx", "cy", "r", "fill", "stroke"], j8 = ["x", "y", "width", "fill"], G8 = ["cx", "cy", "fill"], W8 = ["cx", "cy", "fill"], X8 = ["stroke"], q8 = ["stroke", "stroke-width"], Y8 = ["stroke", "stroke-width"], J8 = ["stroke", "stroke-width"], Z8 = ["fill"], eS = ["fill"], tS = ["fill"], oS = ["fill"], lS = ["fill"], aS = ["fill"], rS = { key: 0 }, nS = ["stroke", "stroke-width"], iS = ["stroke", "stroke-width"], sS = ["stroke", "stroke-width"], AS = { key: 1 }, uS = ["r", "fill"], cS = ["r", "fill"], dS = { key: 0 }, hS = ["stroke", "stroke-width"], fS = ["stroke", "stroke-width"], vS = ["fill", "rx", "x", "y", "width", "height"], gS = ["stroke-width", "stroke"], yS = ["stroke-width", "stroke"], pS = ["stroke-width", "stroke"], bS = ["stroke"], wS = ["stroke"], mS = ["stroke"], xS = ["stroke"], CS = ["fill"], BS = ["stroke"], kS = ["stroke", "stroke-width"], _S = ["stroke", "stroke-width"], FS = ["fill", "r"], SS = ["fill", "r"], LS = ["fill", "r"], QS = ["fill", "r"], US = ["fill", "r"], MS = ["fill", "r"], IS = ["fill", "r"], ES = ["fill", "r"], $S = ["fill", "r"], NS = ["d", "stroke", "stroke-width"], TS = ["d", "stroke", "stroke-width"], HS = ["d", "stroke", "stroke-width"], DS = ["d", "stroke", "stroke-width"], PS = ["stroke", "stroke-width"], zS = ["stroke", "stroke-width"], OS = ["stroke", "stroke-width"], RS = ["fill"], KS = ["fill"], VS = ["x", "y", "fill"], jS = ["x", "y", "fill"], GS = ["x", "y", "fill"], WS = ["fill"], XS = ["fill"], qS = ["y1", "y2", "stroke", "stroke-width"], YS = ["x1", "x2", "stroke", "stroke-width"], JS = ["stroke"], ZS = /* @__PURE__ */ Ra(() => /* @__PURE__ */ b("path", {
|
|
27032
27032
|
stroke: "none",
|
|
27033
27033
|
d: "M0 0h24v24H0z",
|
|
@@ -28214,7 +28214,7 @@ const Ra = (e) => (Tn("data-v-3e4ab216"), e = e(), Hn(), e), x8 = ["id"], C8 = [
|
|
|
28214
28214
|
], 4)) : M("", !0)
|
|
28215
28215
|
], 14, x8));
|
|
28216
28216
|
}
|
|
28217
|
-
},
|
|
28217
|
+
}, uD = /* @__PURE__ */ Lt($L, [["__scopeId", "data-v-3e4ab216"]]);
|
|
28218
28218
|
const NL = ["id"], TL = ["viewBox"], HL = { key: 0 }, DL = ["font-size", "fill", "x"], PL = ["font-size", "fill", "x", "y"], zL = ["x", "y", "width", "height", "fill", "stroke", "stroke-width"], OL = ["x", "y", "width", "height", "fill", "stroke", "stroke-width"], RL = ["font-size", "font-weight", "fill", "x", "y"], KL = ["x", "y", "width", "height", "onMouseover"], VL = { key: 0 }, jL = ["font-size", "fill", "x", "y", "font-weight"], GL = { key: 1 }, WL = ["x", "y", "font-size", "fill", "font-weight"], XL = { key: 2 }, qL = {
|
|
28219
28219
|
id: "colorScaleVertical",
|
|
28220
28220
|
x2: "0%",
|
|
@@ -28645,7 +28645,7 @@ const NL = ["id"], TL = ["viewBox"], HL = { key: 0 }, DL = ["font-size", "fill",
|
|
|
28645
28645
|
b("caption", {
|
|
28646
28646
|
style: T(`backgroundColor:${c.value.table.th.backgroundColor};color:${c.value.table.th.color};outline:${c.value.table.th.outline}`)
|
|
28647
28647
|
}, [
|
|
28648
|
-
|
|
28648
|
+
at(I(c.value.style.title.text) + " ", 1),
|
|
28649
28649
|
c.value.style.title.subtitle.text ? (v(), g("span", fQ, I(c.value.style.title.subtitle.text), 1)) : M("", !0)
|
|
28650
28650
|
], 4),
|
|
28651
28651
|
b("thead", null, [
|
|
@@ -28689,7 +28689,7 @@ const NL = ["id"], TL = ["viewBox"], HL = { key: 0 }, DL = ["font-size", "fill",
|
|
|
28689
28689
|
], 512)
|
|
28690
28690
|
], 14, NL));
|
|
28691
28691
|
}
|
|
28692
|
-
},
|
|
28692
|
+
}, cD = /* @__PURE__ */ Lt(bQ, [["__scopeId", "data-v-7df15de7"]]);
|
|
28693
28693
|
const wQ = ["id"], mQ = ["viewBox"], xQ = { key: 0 }, CQ = ["font-size", "fill", "x"], BQ = ["font-size", "fill", "x", "y"], kQ = { key: 1 }, _Q = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], FQ = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], SQ = { key: 0 }, LQ = ["cx", "cy", "r", "fill", "stroke", "stroke-width", "onMouseover"], QQ = { key: 1 }, UQ = { key: 2 }, MQ = ["x", "y", "font-size", "fill"], IQ = ["x", "y", "font-size", "fill"], EQ = ["id", "font-size", "font-weight", "fill"], $Q = { key: 3 }, NQ = ["x", "y", "font-size", "fill"], TQ = ["x", "y", "font-size", "fill"], HQ = ["font-size", "font-weight", "fill", "x", "y"], DQ = ["id"], PQ = ["x", "y", "width", "height"], zQ = { key: 4 }, OQ = ["x1", "x2", "y1", "y2", "stroke-dasharray", "stroke", "stroke-width", "clip-path"], RQ = ["x", "y", "fill", "font-size", "font-weight"], KQ = ["y", "height"], VQ = ["onClick"], jQ = ["onClick"], GQ = {
|
|
28694
28694
|
key: 0,
|
|
28695
28695
|
style: { width: "100%", display: "flex", "align-items": "center", "justify-content": "center" }
|
|
@@ -29184,7 +29184,7 @@ const wQ = ["id"], mQ = ["viewBox"], xQ = { key: 0 }, CQ = ["font-size", "fill",
|
|
|
29184
29184
|
title: `${w.value.style.title.text}${w.value.style.title.subtitle.text ? ` : ${w.value.style.title.subtitle.text}` : ""}`
|
|
29185
29185
|
}, {
|
|
29186
29186
|
th: it(({ th: _ }) => [
|
|
29187
|
-
|
|
29187
|
+
at(I(_), 1)
|
|
29188
29188
|
]),
|
|
29189
29189
|
td: it(({ td: _ }) => [
|
|
29190
29190
|
_.shape ? (v(), g("div", XQ, [
|
|
@@ -29199,7 +29199,7 @@ const wQ = ["id"], mQ = ["viewBox"], xQ = { key: 0 }, CQ = ["font-size", "fill",
|
|
|
29199
29199
|
], 4)) : M("", !0)
|
|
29200
29200
|
], 14, wQ));
|
|
29201
29201
|
}
|
|
29202
|
-
},
|
|
29202
|
+
}, dD = /* @__PURE__ */ Lt(YQ, [["__scopeId", "data-v-cd0df0c3"]]);
|
|
29203
29203
|
const JQ = ["id"], ZQ = ["viewBox"], eU = { key: 0 }, tU = ["id"], oU = ["stop-color"], lU = ["stop-color"], aU = ["stop-color"], rU = ["id"], nU = ["stop-color"], iU = ["stop-color"], sU = ["stop-color"], AU = { key: 0 }, uU = ["font-size", "fill", "x"], cU = ["font-size", "fill", "x", "y"], dU = { key: 1 }, hU = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], fU = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], vU = { key: 2 }, gU = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], yU = ["x", "y", "font-size", "fill", "font-weight"], pU = { key: 3 }, bU = ["x", "y", "font-size", "fill", "font-weight"], wU = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], mU = { key: 0 }, xU = ["cx", "cy", "r", "fill"], CU = ["cx", "cy", "r", "fill"], BU = { key: 1 }, kU = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], _U = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], FU = ["x", "y", "height", "width", "fill", "rx"], SU = ["x", "y", "height", "width", "fill", "rx", "stroke", "stroke-width"], LU = ["x", "y", "height", "width", "fill", "onMouseover"], QU = {
|
|
29204
29204
|
key: 2,
|
|
29205
29205
|
class: "vue-ui-candlestick-range-slider-wrapper",
|
|
@@ -29701,7 +29701,7 @@ const JQ = ["id"], ZQ = ["viewBox"], eU = { key: 0 }, tU = ["id"], oU = ["stop-c
|
|
|
29701
29701
|
title: `${i.value.style.title.text}${i.value.style.title.subtitle.text ? ` : ${i.value.style.title.subtitle.text}` : ""}`
|
|
29702
29702
|
}, {
|
|
29703
29703
|
th: it(({ th: N }) => [
|
|
29704
|
-
|
|
29704
|
+
at(I(N), 1)
|
|
29705
29705
|
]),
|
|
29706
29706
|
td: it(({ td: N }) => [
|
|
29707
29707
|
b("div", { innerHTML: N }, null, 8, TU)
|
|
@@ -29711,7 +29711,7 @@ const JQ = ["id"], ZQ = ["viewBox"], eU = { key: 0 }, tU = ["id"], oU = ["stop-c
|
|
|
29711
29711
|
], 4)) : M("", !0)
|
|
29712
29712
|
], 14, JQ));
|
|
29713
29713
|
}
|
|
29714
|
-
},
|
|
29714
|
+
}, hD = /* @__PURE__ */ Lt(HU, [["__scopeId", "data-v-64a771ae"]]);
|
|
29715
29715
|
const DU = ["id"], PU = ["viewBox"], zU = ["id"], OU = ["stop-color"], RU = ["stop-color"], KU = ["id"], VU = ["stop-color"], jU = ["stop-color"], GU = { key: 0 }, WU = ["font-size", "fill", "x"], XU = ["font-size", "fill", "x", "y"], qU = ["x", "y", "width", "height", "fill", "rx"], YU = ["x", "y", "width", "height", "fill", "rx"], JU = ["x", "y", "width", "height", "fill", "rx"], ZU = ["x", "y", "width", "height", "fill", "rx"], e7 = { key: 0 }, t7 = ["x", "y", "fill", "font-size", "font-weight"], o7 = ["x", "y", "fill", "font-size", "font-weight"], l7 = { key: 1 }, a7 = ["x", "y", "font-size", "fill", "font-weight"], r7 = { key: 2 }, n7 = { key: 0 }, i7 = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], s7 = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], A7 = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], u7 = ["x", "y", "font-size", "fill", "font-weight"], c7 = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], d7 = ["x", "y", "font-size", "fill", "font-weight"], h7 = ["x", "y", "font-size", "fill", "font-weight"], f7 = ["x", "y", "width", "height", "fill", "onMouseover"], v7 = {
|
|
29716
29716
|
__name: "vue-ui-age-pyramid",
|
|
29717
29717
|
props: {
|
|
@@ -30203,17 +30203,17 @@ const DU = ["id"], PU = ["viewBox"], zU = ["id"], OU = ["stop-color"], RU = ["st
|
|
|
30203
30203
|
title: `${i.value.style.title.text}${i.value.style.title.subtitle.text ? ` : ${i.value.style.title.subtitle.text}` : ""}`
|
|
30204
30204
|
}, {
|
|
30205
30205
|
th: it(({ th: O }) => [
|
|
30206
|
-
|
|
30206
|
+
at(I(O), 1)
|
|
30207
30207
|
]),
|
|
30208
30208
|
td: it(({ td: O }) => [
|
|
30209
|
-
|
|
30209
|
+
at(I(O), 1)
|
|
30210
30210
|
]),
|
|
30211
30211
|
_: 1
|
|
30212
30212
|
}, 8, ["colNames", "head", "body", "config", "title"])
|
|
30213
30213
|
], 4)) : M("", !0)
|
|
30214
30214
|
], 14, DU));
|
|
30215
30215
|
}
|
|
30216
|
-
},
|
|
30216
|
+
}, fD = /* @__PURE__ */ Lt(v7, [["__scopeId", "data-v-ee685a03"]]);
|
|
30217
30217
|
const g7 = (e) => (Tn("data-v-5f9a401a"), e = e(), Hn(), e), y7 = {
|
|
30218
30218
|
key: 0,
|
|
30219
30219
|
"data-html2canvas-ignore": "",
|
|
@@ -30428,7 +30428,7 @@ const g7 = (e) => (Tn("data-v-5f9a401a"), e = e(), Hn(), e), y7 = {
|
|
|
30428
30428
|
], 12, C7)
|
|
30429
30429
|
], 64));
|
|
30430
30430
|
}
|
|
30431
|
-
},
|
|
30431
|
+
}, vD = /* @__PURE__ */ Lt(Q7, [["__scopeId", "data-v-5f9a401a"]]);
|
|
30432
30432
|
const U7 = {
|
|
30433
30433
|
props: {
|
|
30434
30434
|
config: {
|
|
@@ -32597,7 +32597,7 @@ function rI(e, t, l, r, a, o) {
|
|
|
32597
32597
|
], 512)
|
|
32598
32598
|
]);
|
|
32599
32599
|
}
|
|
32600
|
-
const
|
|
32600
|
+
const gD = /* @__PURE__ */ Lt(U7, [["render", rI], ["__scopeId", "data-v-72a863ed"]]);
|
|
32601
32601
|
const Oo = (e) => (Tn("data-v-cf667590"), e = e(), Hn(), e), nI = {
|
|
32602
32602
|
key: 0,
|
|
32603
32603
|
class: "vue-ui-rating-title",
|
|
@@ -32784,7 +32784,7 @@ const Oo = (e) => (Tn("data-v-cf667590"), e = e(), Hn(), e), nI = {
|
|
|
32784
32784
|
b("span", {
|
|
32785
32785
|
style: T(`font-size:${s.value.style.tooltip.fontSize}px`)
|
|
32786
32786
|
}, "1", 4),
|
|
32787
|
-
|
|
32787
|
+
at(" : "),
|
|
32788
32788
|
b("span", {
|
|
32789
32789
|
style: T(`font-weight:${s.value.style.tooltip.bold ? "bold" : "normal"};font-size:${s.value.style.tooltip.fontSize}px`)
|
|
32790
32790
|
}, I(r.dataset.rating[1]), 5),
|
|
@@ -32895,7 +32895,7 @@ const Oo = (e) => (Tn("data-v-cf667590"), e = e(), Hn(), e), nI = {
|
|
|
32895
32895
|
b("span", {
|
|
32896
32896
|
style: T(`font-size:${s.value.style.tooltip.fontSize}px`)
|
|
32897
32897
|
}, "2", 4),
|
|
32898
|
-
|
|
32898
|
+
at(" : "),
|
|
32899
32899
|
b("span", {
|
|
32900
32900
|
style: T(`font-weight:${s.value.style.tooltip.bold ? "bold" : "normal"};font-size:${s.value.style.tooltip.fontSize}px`)
|
|
32901
32901
|
}, I(r.dataset.rating[2]), 5),
|
|
@@ -33006,7 +33006,7 @@ const Oo = (e) => (Tn("data-v-cf667590"), e = e(), Hn(), e), nI = {
|
|
|
33006
33006
|
b("span", {
|
|
33007
33007
|
style: T(`font-size:${s.value.style.tooltip.fontSize}px`)
|
|
33008
33008
|
}, "3", 4),
|
|
33009
|
-
|
|
33009
|
+
at(" : "),
|
|
33010
33010
|
b("span", {
|
|
33011
33011
|
style: T(`font-weight:${s.value.style.tooltip.bold ? "bold" : "normal"};font-size:${s.value.style.tooltip.fontSize}px`)
|
|
33012
33012
|
}, I(r.dataset.rating[3]), 5),
|
|
@@ -33117,7 +33117,7 @@ const Oo = (e) => (Tn("data-v-cf667590"), e = e(), Hn(), e), nI = {
|
|
|
33117
33117
|
b("span", {
|
|
33118
33118
|
style: T(`font-size:${s.value.style.tooltip.fontSize}px`)
|
|
33119
33119
|
}, "4", 4),
|
|
33120
|
-
|
|
33120
|
+
at(" : "),
|
|
33121
33121
|
b("span", {
|
|
33122
33122
|
style: T(`font-weight:${s.value.style.tooltip.bold ? "bold" : "normal"};font-size:${s.value.style.tooltip.fontSize}px`)
|
|
33123
33123
|
}, I(r.dataset.rating[4]), 5),
|
|
@@ -33228,7 +33228,7 @@ const Oo = (e) => (Tn("data-v-cf667590"), e = e(), Hn(), e), nI = {
|
|
|
33228
33228
|
b("span", {
|
|
33229
33229
|
style: T(`font-size:${s.value.style.tooltip.fontSize}px`)
|
|
33230
33230
|
}, "5", 4),
|
|
33231
|
-
|
|
33231
|
+
at(" : "),
|
|
33232
33232
|
b("span", {
|
|
33233
33233
|
style: T(`font-weight:${s.value.style.tooltip.bold ? "bold" : "normal"};font-size:${s.value.style.tooltip.fontSize}px`)
|
|
33234
33234
|
}, I(r.dataset.rating[5]), 5),
|
|
@@ -33330,7 +33330,7 @@ const Oo = (e) => (Tn("data-v-cf667590"), e = e(), Hn(), e), nI = {
|
|
|
33330
33330
|
}, I(isNaN(h.value) ? "" : h.value.toFixed(s.value.style.rating.roundingValue)), 5)) : M("", !0)
|
|
33331
33331
|
], 36));
|
|
33332
33332
|
}
|
|
33333
|
-
},
|
|
33333
|
+
}, yD = /* @__PURE__ */ Lt(XE, [["__scopeId", "data-v-cf667590"]]);
|
|
33334
33334
|
const qE = ["id"], YE = ["viewBox"], JE = { key: 0 }, ZE = ["font-size", "fill", "x", "y"], e$ = ["font-size", "fill", "x", "y"], t$ = ["cx", "cy", "r", "stroke", "stroke-width"], o$ = { key: 1 }, l$ = ["stroke", "d", "stroke-width"], a$ = { key: 2 }, r$ = ["stroke", "x1", "x2", "y1", "y2"], n$ = ["text-anchor", "transform", "x", "y", "onClick", "font-weight", "font-size", "fill"], i$ = ["cx", "cy", "fill", "onClick", "r"], s$ = {
|
|
33335
33335
|
__name: "vue-ui-relation-circle",
|
|
33336
33336
|
props: {
|
|
@@ -33592,7 +33592,7 @@ const qE = ["id"], YE = ["viewBox"], JE = { key: 0 }, ZE = ["font-size", "fill",
|
|
|
33592
33592
|
], 10, YE))
|
|
33593
33593
|
], 12, qE));
|
|
33594
33594
|
}
|
|
33595
|
-
},
|
|
33595
|
+
}, pD = /* @__PURE__ */ Lt(s$, [["__scopeId", "data-v-92fc58f3"]]);
|
|
33596
33596
|
const A$ = ["id"], u$ = {
|
|
33597
33597
|
key: 0,
|
|
33598
33598
|
style: "width:100%"
|
|
@@ -33959,10 +33959,10 @@ const A$ = ["id"], u$ = {
|
|
|
33959
33959
|
], 10, c$))
|
|
33960
33960
|
], 14, A$));
|
|
33961
33961
|
}
|
|
33962
|
-
},
|
|
33962
|
+
}, bD = /* @__PURE__ */ Lt(E$, [["__scopeId", "data-v-f51f29d3"]]), $$ = ["viewBox"], N$ = ["id"], T$ = ["stop-color"], H$ = ["stop-color"], D$ = ["stop-color"], P$ = {
|
|
33963
33963
|
id: "stackPill",
|
|
33964
33964
|
clipPathUnits: "objectBoundingBox"
|
|
33965
|
-
}, z$ = ["fill"], O$ = { "clip-path": "url(#stackPill)" }, R$ = ["height", "width", "fill"], K$ = ["onClick", "x", "width", "height", "fill", "stroke"], V$ = { style: { display: "flex", "flex-direction": "row", "align-items": "center", gap: "4px", "justify-content": "center" } }, j$ = ["height", "width"], G$ = ["fill"],
|
|
33965
|
+
}, z$ = ["fill"], O$ = { "clip-path": "url(#stackPill)" }, R$ = ["height", "width", "fill"], K$ = ["onClick", "x", "width", "height", "fill", "stroke"], V$ = { style: { display: "flex", "flex-direction": "row", "align-items": "center", gap: "4px", "justify-content": "center" } }, j$ = ["height", "width"], G$ = ["fill"], wD = {
|
|
33966
33966
|
__name: "vue-ui-sparkstackbar",
|
|
33967
33967
|
props: {
|
|
33968
33968
|
config: {
|
|
@@ -34112,7 +34112,7 @@ const A$ = ["id"], u$ = {
|
|
|
34112
34112
|
], 4)) : M("", !0)
|
|
34113
34113
|
], 4));
|
|
34114
34114
|
}
|
|
34115
|
-
}, W$ = { key: 0 }, X$ = { key: 1 }, q$ = ["viewBox"], Y$ = ["id"], J$ = ["stop-color"], Z$ = ["stop-color"], e9 = ["id"], t9 = ["stop-color"], o9 = ["stop-color"], l9 = { key: 0 }, a9 = ["x", "y", "height", "width", "fill", "stroke", "stroke-width", "rx"], r9 = { key: 1 }, n9 = ["x", "y", "font-size", "font-weight", "fill"], i9 = ["x", "y", "font-size", "fill"], s9 = ["x", "y", "font-size", "fill"], A9 = ["height", "width", "x", "onMouseover", "stroke", "stroke-width", "rx", "stroke-dasharray", "onClick"],
|
|
34115
|
+
}, W$ = { key: 0 }, X$ = { key: 1 }, q$ = ["viewBox"], Y$ = ["id"], J$ = ["stop-color"], Z$ = ["stop-color"], e9 = ["id"], t9 = ["stop-color"], o9 = ["stop-color"], l9 = { key: 0 }, a9 = ["x", "y", "height", "width", "fill", "stroke", "stroke-width", "rx"], r9 = { key: 1 }, n9 = ["x", "y", "font-size", "font-weight", "fill"], i9 = ["x", "y", "font-size", "fill"], s9 = ["x", "y", "font-size", "fill"], A9 = ["height", "width", "x", "onMouseover", "stroke", "stroke-width", "rx", "stroke-dasharray", "onClick"], mD = {
|
|
34116
34116
|
__name: "vue-ui-sparkhistogram",
|
|
34117
34117
|
props: {
|
|
34118
34118
|
config: {
|
|
@@ -34182,9 +34182,9 @@ const A$ = ["id"], u$ = {
|
|
|
34182
34182
|
b("div", {
|
|
34183
34183
|
style: T(`font-size:${o.value.style.title.fontSize}px;color:${o.value.style.title.color};font-weight:${o.value.style.title.bold ? "bold" : "normal"}`)
|
|
34184
34184
|
}, [
|
|
34185
|
-
|
|
34185
|
+
at(I(o.value.style.title.text) + " ", 1),
|
|
34186
34186
|
h.value !== null ? (v(), g("span", W$, "- " + I(A.value[h.value].timeLabel || "") + " " + I(o.value.style.labels.value.prefix) + I(isNaN(A.value[h.value].value) ? "" : ": " + Number(A.value[h.value].value.toFixed(o.value.style.labels.value.rounding)).toLocaleString()) + I(o.value.style.labels.value.suffix), 1)) : M("", !0),
|
|
34187
|
-
|
|
34187
|
+
at(),
|
|
34188
34188
|
![void 0, null].includes(h.value) && ![null, void 0].includes(A.value[h.value].valueLabel) ? (v(), g("span", X$, "(" + I(A.value[h.value].valueLabel || 0) + ")", 1)) : M("", !0)
|
|
34189
34189
|
], 4),
|
|
34190
34190
|
o.value.style.title.subtitle.text ? (v(), g("div", {
|
|
@@ -34623,7 +34623,7 @@ const u9 = ["id"], c9 = ["viewBox"], d9 = ["id"], h9 = ["stop-color"], f9 = ["st
|
|
|
34623
34623
|
onClick: (E) => S(N.uid),
|
|
34624
34624
|
style: T(`opacity:${C.value.includes(N.uid) ? 0.5 : 1}`)
|
|
34625
34625
|
}, [
|
|
34626
|
-
|
|
34626
|
+
at(I(N.name) + " : " + I(xe(Ut)({ p: f.value.style.chart.layout.labels.dataLabels.prefix, v: N.value, s: f.value.style.chart.layout.labels.dataLabels.suffix, r: f.value.style.chart.legend.roundingValue })) + " ", 1),
|
|
34627
34627
|
C.value.includes(N.uid) ? (v(), g("span", w9, " ( - % ) ")) : (v(), g("span", b9, " (" + I(isNaN(N.value / H.value) ? "-" : (N.value / H.value * 100).toFixed(f.value.style.chart.legend.roundingPercentage)) + "%) ", 1))
|
|
34628
34628
|
], 12, p9)
|
|
34629
34629
|
]),
|
|
@@ -34652,13 +34652,13 @@ const u9 = ["id"], c9 = ["viewBox"], d9 = ["id"], h9 = ["stop-color"], f9 = ["st
|
|
|
34652
34652
|
}, null, 8, m9)
|
|
34653
34653
|
]),
|
|
34654
34654
|
td: it(({ td: N }) => [
|
|
34655
|
-
|
|
34655
|
+
at(I(N.name || N), 1)
|
|
34656
34656
|
]),
|
|
34657
34657
|
_: 1
|
|
34658
34658
|
}, 8, ["colNames", "head", "body", "config", "title"])) : M("", !0)
|
|
34659
34659
|
], 46, u9));
|
|
34660
34660
|
}
|
|
34661
|
-
},
|
|
34661
|
+
}, xD = /* @__PURE__ */ Lt(x9, [["__scopeId", "data-v-a8968820"]]);
|
|
34662
34662
|
const C9 = ["id"], B9 = ["viewBox"], k9 = ["x1", "x2", "y1", "y2", "stroke", "stroke-linecap"], _9 = ["cx", "cy", "r", "stroke", "stroke-width"], F9 = ["x", "y", "font-size", "fill", "font-weight"], S9 = {
|
|
34663
34663
|
__name: "vue-ui-wheel",
|
|
34664
34664
|
props: {
|
|
@@ -34837,7 +34837,7 @@ const C9 = ["id"], B9 = ["viewBox"], k9 = ["x1", "x2", "y1", "y2", "stroke", "st
|
|
|
34837
34837
|
], 14, B9))
|
|
34838
34838
|
], 12, C9));
|
|
34839
34839
|
}
|
|
34840
|
-
},
|
|
34840
|
+
}, CD = /* @__PURE__ */ Lt(S9, [["__scopeId", "data-v-ddf86149"]]);
|
|
34841
34841
|
const L9 = ["id"], Q9 = ["viewBox"], U9 = { key: 0 }, M9 = ["d", "stroke-width", "stroke"], I9 = { key: 1 }, E9 = ["x1", "y1", "x2", "y2", "stroke-width", "stroke"], $9 = ["x", "y", "font-size", "fill", "font-weight", "text-anchor"], N9 = {
|
|
34842
34842
|
__name: "vue-ui-tiremarks",
|
|
34843
34843
|
props: {
|
|
@@ -35056,7 +35056,7 @@ const L9 = ["id"], Q9 = ["viewBox"], U9 = { key: 0 }, M9 = ["d", "stroke-width",
|
|
|
35056
35056
|
], 14, Q9))
|
|
35057
35057
|
], 14, L9));
|
|
35058
35058
|
}
|
|
35059
|
-
},
|
|
35059
|
+
}, BD = /* @__PURE__ */ Lt(N9, [["__scopeId", "data-v-7f560d16"]]);
|
|
35060
35060
|
const T9 = ["id"], H9 = ["viewBox"], D9 = ["id"], P9 = ["stop-color"], z9 = ["stop-color"], O9 = ["id"], R9 = ["stop-color"], K9 = ["stop-color"], V9 = ["stop-color"], j9 = { key: 0 }, G9 = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], W9 = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], X9 = { key: 0 }, q9 = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], Y9 = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], J9 = ["x", "y", "font-size", "fill", "font-weight"], Z9 = ["x", "y", "font-size", "fill"], eN = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], tN = { key: 1 }, oN = ["cx", "cy", "r", "fill"], lN = { key: 0 }, aN = { key: 0 }, rN = ["d", "stroke"], nN = ["text-anchor", "x", "y", "fill"], iN = { key: 0 }, sN = ["cx", "cy", "fill"], AN = { key: 1 }, uN = ["d", "fill", "stroke"], cN = { key: 2 }, dN = ["d", "fill", "stroke"], hN = { key: 1 }, fN = ["cx", "cy", "r", "fill"], vN = ["x", "y", "font-size", "fill"], gN = ["x", "y", "width", "fill", "onClick"], yN = ["x", "y", "width", "height", "onMouseenter", "onClick"], pN = {
|
|
35061
35061
|
key: 3,
|
|
35062
35062
|
"data-cy-zoom": ""
|
|
@@ -35689,7 +35689,7 @@ const T9 = ["id"], H9 = ["viewBox"], D9 = ["id"], P9 = ["stop-color"], z9 = ["st
|
|
|
35689
35689
|
onClick: ($) => Q(Ae.uid),
|
|
35690
35690
|
style: T(`opacity:${u.value.includes(Ae.uid) ? 0.5 : 1}`)
|
|
35691
35691
|
}, [
|
|
35692
|
-
|
|
35692
|
+
at(I(Ae.name) + " : " + I(Number(Ae.value.toFixed(c.value.style.chart.legend.roundingValue)).toLocaleString()) + " ", 1),
|
|
35693
35693
|
u.value.includes(Ae.uid) ? (v(), g("span", EN, " ( - % ) ")) : (v(), g("span", IN, " (" + I(isNaN(Ae.value / ye.value) ? "-" : (Ae.value / ye.value * 100).toFixed(c.value.style.chart.legend.roundingPercentage)) + "%) ", 1))
|
|
35694
35694
|
], 12, MN)
|
|
35695
35695
|
]),
|
|
@@ -35707,7 +35707,7 @@ const T9 = ["id"], H9 = ["viewBox"], D9 = ["id"], P9 = ["stop-color"], z9 = ["st
|
|
|
35707
35707
|
title: `${c.value.style.chart.title.text}${c.value.style.chart.title.subtitle.text ? ` : ${c.value.style.chart.title.subtitle.text}` : ""}`
|
|
35708
35708
|
}, {
|
|
35709
35709
|
th: it(({ th: Ae }) => [
|
|
35710
|
-
|
|
35710
|
+
at(I(Ae.name ?? Ae), 1)
|
|
35711
35711
|
]),
|
|
35712
35712
|
td: it(({ td: Ae }) => [
|
|
35713
35713
|
Ae.value === null ? (v(), g("span", $N, "-")) : (v(), g("b", NN, I(isNaN(Ae.value) ? "" : c.value.style.chart.layout.dataLabels.prefix) + I(!isNaN(Ae.value) && Ae.value !== null ? Number(Ae.value.toFixed(c.value.table.td.roundingValue)).toLocaleString() : Ae) + I(isNaN(Ae.value) ? "" : c.value.style.chart.layout.dataLabels.suffix), 1)),
|
|
@@ -35718,7 +35718,7 @@ const T9 = ["id"], H9 = ["viewBox"], D9 = ["id"], P9 = ["stop-color"], z9 = ["st
|
|
|
35718
35718
|
], 4)) : M("", !0)
|
|
35719
35719
|
], 14, T9));
|
|
35720
35720
|
}
|
|
35721
|
-
},
|
|
35721
|
+
}, kD = /* @__PURE__ */ Lt(TN, [["__scopeId", "data-v-bf5bf9a3"]]);
|
|
35722
35722
|
const HN = ["id"], DN = ["viewBox"], PN = ["id"], zN = ["stop-color"], ON = ["stop-color"], RN = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], KN = ["d", "stroke", "stroke-width"], VN = ["stroke"], jN = ["fill"], GN = ["stroke"], WN = ["fill"], XN = ["stroke"], qN = ["fill"], YN = ["stroke"], JN = ["fill"], ZN = ["stroke"], eT = ["fill"], tT = ["d", "stroke", "stroke-width", "fill"], oT = ["x1", "y1", "stroke"], lT = ["cx", "cy", "fill", "stroke"], aT = ["fill", "stroke"], rT = ["y", "fill", "font-weight"], nT = ["y", "fill"], iT = ["onClick"], sT = { style: { "font-weight": "bold" } }, AT = ["innerHTML"], uT = {
|
|
35723
35723
|
__name: "vue-ui-mood-radar",
|
|
35724
35724
|
props: {
|
|
@@ -36152,7 +36152,7 @@ const HN = ["id"], DN = ["viewBox"], PN = ["id"], zN = ["stop-color"], ON = ["st
|
|
|
36152
36152
|
stroke: h.value.style.chart.layout.smileys.colors[F.key]
|
|
36153
36153
|
}, null, 8, ["stroke"])) : M("", !0),
|
|
36154
36154
|
b("span", sT, I(F.value), 1),
|
|
36155
|
-
|
|
36155
|
+
at(" (" + I((isNaN(F.proportion) ? 0 : F.proportion * 100).toFixed(
|
|
36156
36156
|
h.value.style.chart.legend.roundingPercentage
|
|
36157
36157
|
)) + "%) ", 1)
|
|
36158
36158
|
], 8, iT)
|
|
@@ -36174,13 +36174,13 @@ const HN = ["id"], DN = ["viewBox"], PN = ["id"], zN = ["stop-color"], ON = ["st
|
|
|
36174
36174
|
}, null, 8, AT)
|
|
36175
36175
|
]),
|
|
36176
36176
|
td: it(({ td: F }) => [
|
|
36177
|
-
|
|
36177
|
+
at(I(F.name || F), 1)
|
|
36178
36178
|
]),
|
|
36179
36179
|
_: 1
|
|
36180
36180
|
}, 8, ["colNames", "head", "body", "config", "title"])) : M("", !0)
|
|
36181
36181
|
], 14, HN));
|
|
36182
36182
|
}
|
|
36183
|
-
},
|
|
36183
|
+
}, _D = /* @__PURE__ */ Lt(uT, [["__scopeId", "data-v-12397e4c"]]);
|
|
36184
36184
|
const cT = ["id"], dT = ["viewBox"], hT = ["id"], fT = ["stop-color"], vT = ["stop-color"], gT = ["id"], yT = ["stop-color"], pT = ["stop-color"], bT = ["id"], wT = ["stop-color"], mT = ["stop-color"], xT = ["id"], CT = ["stop-color"], BT = ["stop-color"], kT = ["stop-color"], _T = ["x", "y", "font-size", "font-weight", "fill"], FT = { key: 1 }, ST = ["stroke-dasharray", "d", "stroke", "stroke-width"], LT = ["stroke-dasharray", "d", "stroke", "stroke-width"], QT = ["stroke-dasharray", "d", "stroke", "stroke-width"], UT = ["stroke-dasharray", "d", "stroke", "stroke-width"], MT = ["d", "stroke", "stroke-width", "fill"], IT = ["d", "stroke", "stroke-width", "fill"], ET = ["d", "stroke", "stroke-width", "fill"], $T = { key: 2 }, NT = ["stroke-dasharray", "d", "stroke", "stroke-width"], TT = ["stroke-dasharray", "d", "stroke", "stroke-width"], HT = ["stroke-dasharray", "d", "stroke", "stroke-width"], DT = ["stroke-dasharray", "d", "stroke", "stroke-width"], PT = ["d", "stroke", "stroke-width", "fill"], zT = ["d", "stroke", "stroke-width", "fill"], OT = {
|
|
36185
36185
|
__name: "vue-ui-3d-bar",
|
|
36186
36186
|
props: {
|
|
@@ -36519,7 +36519,7 @@ const cT = ["id"], dT = ["viewBox"], hT = ["id"], fT = ["stop-color"], vT = ["st
|
|
|
36519
36519
|
], 14, dT))
|
|
36520
36520
|
], 12, cT));
|
|
36521
36521
|
}
|
|
36522
|
-
},
|
|
36522
|
+
}, FD = /* @__PURE__ */ Lt(OT, [["__scopeId", "data-v-59a0495a"]]), RT = { key: 0 }, KT = ["d", "fill"], VT = ["d", "fill"], jT = ["d", "fill"], GT = ["d", "fill"], WT = ["d", "fill"], XT = ["d", "fill"], qT = ["d", "fill"], YT = { key: 1 }, JT = ["cx", "cy", "fill"], ZT = {
|
|
36523
36523
|
__name: "Digit",
|
|
36524
36524
|
props: {
|
|
36525
36525
|
quanta: {
|
|
@@ -36617,7 +36617,7 @@ const cT = ["id"], dT = ["viewBox"], hT = ["id"], fT = ["stop-color"], vT = ["st
|
|
|
36617
36617
|
])) : M("", !0)
|
|
36618
36618
|
], 64));
|
|
36619
36619
|
}
|
|
36620
|
-
}, eH = ["viewBox"],
|
|
36620
|
+
}, eH = ["viewBox"], SD = {
|
|
36621
36621
|
__name: "vue-ui-digits",
|
|
36622
36622
|
props: {
|
|
36623
36623
|
dataset: {
|
|
@@ -37288,14 +37288,14 @@ const uH = ["id"], cH = ["viewBox"], dH = ["id"], hH = ["stop-color"], fH = ["st
|
|
|
37288
37288
|
}, null, 8, vH)
|
|
37289
37289
|
]),
|
|
37290
37290
|
td: it(({ td: Ae }) => [
|
|
37291
|
-
|
|
37291
|
+
at(I(Ae.name || Ae), 1)
|
|
37292
37292
|
]),
|
|
37293
37293
|
_: 1
|
|
37294
37294
|
}, 8, ["colNames", "head", "body", "config", "title"])
|
|
37295
37295
|
], 4)) : M("", !0)
|
|
37296
37296
|
], 46, uH));
|
|
37297
37297
|
}
|
|
37298
|
-
},
|
|
37298
|
+
}, LD = /* @__PURE__ */ Lt(gH, [["__scopeId", "data-v-fb96971e"]]), yH = { class: "vue-ui-element-arrow" }, pH = ["id", "viewBox", "refX", "refY", "markerWidth", "markerHeight"], bH = ["d", "fill"], wH = ["id", "viewBox", "refX", "refY", "markerWidth", "markerHeight"], mH = ["d", "fill"], xH = ["x1", "y1", "x2", "y2", "stroke", "stroke-width", "stroke-linecap", "stroke-dasharray", "marker-end", "marker-start"], QD = {
|
|
37299
37299
|
__name: "Arrow",
|
|
37300
37300
|
props: {
|
|
37301
37301
|
markerEnd: {
|
|
@@ -37519,11 +37519,11 @@ const CH = ["viewBox"], BH = { key: 0 }, kH = ["stroke"], _H = ["stroke"], FH =
|
|
|
37519
37519
|
])) : M("", !0)
|
|
37520
37520
|
], 8, CH));
|
|
37521
37521
|
}
|
|
37522
|
-
},
|
|
37523
|
-
function
|
|
37522
|
+
}, UD = /* @__PURE__ */ Lt(MH, [["__scopeId", "data-v-9bfe5e12"]]);
|
|
37523
|
+
function MD(e) {
|
|
37524
37524
|
return _t[e];
|
|
37525
37525
|
}
|
|
37526
|
-
const Iv = (e) => (Tn("data-v-
|
|
37526
|
+
const Iv = (e) => (Tn("data-v-530c88a5"), e = e(), Hn(), e), IH = ["id"], EH = ["viewBox"], $H = ["d", "fill", "stroke", "stroke-width"], NH = ["id", "fr"], TH = /* @__PURE__ */ Iv(() => /* @__PURE__ */ b("stop", {
|
|
37527
37527
|
offset: "0%",
|
|
37528
37528
|
"stop-color": "#FFFFFF",
|
|
37529
37529
|
"stop-opacity": "0"
|
|
@@ -37534,7 +37534,7 @@ const Iv = (e) => (Tn("data-v-f4ed3a8e"), e = e(), Hn(), e), IH = ["id"], EH = [
|
|
|
37534
37534
|
}, null, -1)), PH = { key: 0 }, zH = ["d", "fill"], OH = { key: 1 }, RH = ["text-anchor", "x", "y", "fill", "font-size", "font-weight"], KH = ["text-anchor", "x", "y", "fill", "font-size", "font-weight"], VH = ["text-anchor", "x", "y", "fill", "font-size", "font-weight"], jH = ["d", "fill", "onMouseenter", "onClick"], GH = {
|
|
37535
37535
|
key: 0,
|
|
37536
37536
|
class: "vue-ui-nested-donuts-legend-title"
|
|
37537
|
-
}, WH = ["onClick"], XH =
|
|
37537
|
+
}, WH = ["onClick"], XH = ["innerHTML"], qH = {
|
|
37538
37538
|
__name: "vue-ui-nested-donuts",
|
|
37539
37539
|
props: {
|
|
37540
37540
|
config: {
|
|
@@ -37590,7 +37590,7 @@ const Iv = (e) => (Tn("data-v-f4ed3a8e"), e = e(), Hn(), e), IH = ["id"], EH = [
|
|
|
37590
37590
|
value: V.values.reduce((re, le) => re + le, 0),
|
|
37591
37591
|
absoluteValues: V.values
|
|
37592
37592
|
}))
|
|
37593
|
-
}))), oe = fe(() =>
|
|
37593
|
+
}))), oe = fe(() => c.value.style.chart.layout.donut.strokeWidth), ie = fe(() => [...z.value].map((E, U) => {
|
|
37594
37594
|
const V = U * oe.value / z.value.length, Y = E.series.filter((re) => !R.value.includes(re.id)).map((re) => re.value).reduce((re, le) => re + le, 0);
|
|
37595
37595
|
return {
|
|
37596
37596
|
...E,
|
|
@@ -37966,8 +37966,12 @@ const Iv = (e) => (Tn("data-v-f4ed3a8e"), e = e(), Hn(), e), IH = ["id"], EH = [
|
|
|
37966
37966
|
onClick: (le) => S(Y),
|
|
37967
37967
|
style: T(`opacity:${R.value.includes(Y.id) ? 0.5 : 1}`)
|
|
37968
37968
|
}, [
|
|
37969
|
-
|
|
37970
|
-
R.value.includes(Y.id) ? (v(), g(
|
|
37969
|
+
at(I(Y.name) + " : " + I(xe(Ut)({ p: c.value.style.chart.layout.labels.dataLabels.prefix, v: Y.value, s: c.value.style.chart.layout.labels.dataLabels.suffix, r: c.value.style.chart.legend.roundingValue })) + " ", 1),
|
|
37970
|
+
R.value.includes(Y.id) ? (v(), g(we, { key: 1 }, [
|
|
37971
|
+
at(" ( - % ) ")
|
|
37972
|
+
], 64)) : (v(), g(we, { key: 0 }, [
|
|
37973
|
+
at(" (" + I(isNaN(Y.value / Y.total) ? "-" : xe(Ut)({ v: Y.value / Y.total * 100, s: "%", r: c.value.style.chart.legend.roundingPercentage })) + ") ", 1)
|
|
37974
|
+
], 64))
|
|
37971
37975
|
], 12, WH)
|
|
37972
37976
|
]),
|
|
37973
37977
|
_: 2
|
|
@@ -37985,56 +37989,56 @@ const Iv = (e) => (Tn("data-v-f4ed3a8e"), e = e(), Hn(), e), IH = ["id"], EH = [
|
|
|
37985
37989
|
b("div", {
|
|
37986
37990
|
innerHTML: V,
|
|
37987
37991
|
style: { display: "flex", "align-items": "center" }
|
|
37988
|
-
}, null, 8,
|
|
37992
|
+
}, null, 8, XH)
|
|
37989
37993
|
]),
|
|
37990
37994
|
td: it(({ td: V }) => [
|
|
37991
|
-
|
|
37995
|
+
at(I(V.name || V), 1)
|
|
37992
37996
|
]),
|
|
37993
37997
|
_: 1
|
|
37994
37998
|
}, 8, ["colNames", "head", "body", "config", "title"])) : M("", !0)
|
|
37995
37999
|
], 14, IH));
|
|
37996
38000
|
}
|
|
37997
|
-
},
|
|
38001
|
+
}, ID = /* @__PURE__ */ Lt(qH, [["__scopeId", "data-v-530c88a5"]]);
|
|
37998
38002
|
export {
|
|
37999
|
-
|
|
38000
|
-
|
|
38001
|
-
|
|
38003
|
+
CD as A,
|
|
38004
|
+
BD as B,
|
|
38005
|
+
kD as C,
|
|
38002
38006
|
io as D,
|
|
38003
|
-
|
|
38004
|
-
|
|
38005
|
-
|
|
38006
|
-
|
|
38007
|
-
|
|
38008
|
-
|
|
38009
|
-
|
|
38010
|
-
|
|
38007
|
+
_D as E,
|
|
38008
|
+
FD as F,
|
|
38009
|
+
SD as G,
|
|
38010
|
+
LD as H,
|
|
38011
|
+
QD as I,
|
|
38012
|
+
UD as J,
|
|
38013
|
+
MD as K,
|
|
38014
|
+
ID as L,
|
|
38011
38015
|
L5 as S,
|
|
38012
38016
|
O5 as T,
|
|
38013
38017
|
Kt as _,
|
|
38014
|
-
|
|
38015
|
-
|
|
38016
|
-
|
|
38017
|
-
|
|
38018
|
-
|
|
38019
|
-
|
|
38020
|
-
|
|
38021
|
-
|
|
38022
|
-
|
|
38023
|
-
|
|
38024
|
-
|
|
38025
|
-
|
|
38026
|
-
|
|
38027
|
-
|
|
38028
|
-
|
|
38029
|
-
|
|
38018
|
+
ZH as a,
|
|
38019
|
+
eD as b,
|
|
38020
|
+
tD as c,
|
|
38021
|
+
oD as d,
|
|
38022
|
+
lD as e,
|
|
38023
|
+
aD as f,
|
|
38024
|
+
rD as g,
|
|
38025
|
+
nD as h,
|
|
38026
|
+
iD as i,
|
|
38027
|
+
sD as j,
|
|
38028
|
+
AD as k,
|
|
38029
|
+
uD as l,
|
|
38030
|
+
cD as m,
|
|
38031
|
+
dD as n,
|
|
38032
|
+
hD as o,
|
|
38033
|
+
fD as p,
|
|
38030
38034
|
fk as q,
|
|
38031
|
-
|
|
38032
|
-
|
|
38033
|
-
|
|
38034
|
-
|
|
38035
|
-
|
|
38036
|
-
|
|
38037
|
-
|
|
38038
|
-
|
|
38039
|
-
|
|
38035
|
+
vD as r,
|
|
38036
|
+
gD as s,
|
|
38037
|
+
yD as t,
|
|
38038
|
+
pD as u,
|
|
38039
|
+
JH as v,
|
|
38040
|
+
bD as w,
|
|
38041
|
+
wD as x,
|
|
38042
|
+
mD as y,
|
|
38043
|
+
xD as z
|
|
38040
38044
|
};
|