vue-data-ui 2.2.86 → 2.2.87
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 { computed as ae, openBlock as c, createElementBlock as v, createCommentVNode as I, unref as R, normalizeClass as Pe, useCssVars as na, ref as z, onMounted as Et, createElementVNode as p, normalizeStyle as K, withKeys as xo, createVNode as st, toDisplayString as le, Fragment as ke, renderList as Ne, renderSlot as Se, onUnmounted as fg, onBeforeUnmount as Pl, withDirectives as Co, withModifiers as ra, createBlock as je, normalizeProps as rt, mergeProps as ma, pushScopeId as ia, popScopeId as ua, createStaticVNode as Dl, guardReactiveProps as
|
|
1
|
+
import { computed as ae, openBlock as c, createElementBlock as v, createCommentVNode as I, unref as R, normalizeClass as Pe, useCssVars as na, ref as z, onMounted as Et, createElementVNode as p, normalizeStyle as K, withKeys as xo, createVNode as st, toDisplayString as le, Fragment as ke, renderList as Ne, renderSlot as Se, onUnmounted as fg, onBeforeUnmount as Pl, withDirectives as Co, withModifiers as ra, createBlock as je, normalizeProps as rt, mergeProps as ma, pushScopeId as ia, popScopeId as ua, createStaticVNode as Dl, guardReactiveProps as At, createSlots as ol, withCtx as Me, nextTick as ml, watch as co, vModelText as Ta, resolveComponent as oa, vModelCheckbox as Pu, createTextVNode as kt, vModelSelect as gg, toRef as _d, toRefs as yg, defineAsyncComponent as Mt, shallowReactive as pg, resolveDynamicComponent as bg, toHandlers as mg } 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>
|
|
@@ -5755,8 +5755,8 @@ function Tt(e) {
|
|
|
5755
5755
|
var me = L.getTimezoneOffset(), Ee = me < 0 ? "+" : "-", Oe = Math.floor(Math.abs(me / 60)), Ge = Math.abs(me % 60), Je = [Ee, F(Oe), "'", F(Ge), "'"].join("");
|
|
5756
5756
|
return ["D:", L.getFullYear(), F(L.getMonth() + 1), F(L.getDate()), F(L.getHours()), F(L.getMinutes()), F(L.getSeconds()), Je].join("");
|
|
5757
5757
|
}, ee = u.__private__.convertPDFDateToDate = function(L) {
|
|
5758
|
-
var me = parseInt(L.substr(2, 4), 10), Ee = parseInt(L.substr(6, 2), 10) - 1, Oe = parseInt(L.substr(8, 2), 10), Ge = parseInt(L.substr(10, 2), 10), Je = parseInt(L.substr(12, 2), 10),
|
|
5759
|
-
return new Date(me, Ee, Oe, Ge, Je,
|
|
5758
|
+
var me = parseInt(L.substr(2, 4), 10), Ee = parseInt(L.substr(6, 2), 10) - 1, Oe = parseInt(L.substr(8, 2), 10), Ge = parseInt(L.substr(10, 2), 10), Je = parseInt(L.substr(12, 2), 10), ct = parseInt(L.substr(14, 2), 10);
|
|
5759
|
+
return new Date(me, Ee, Oe, Ge, Je, ct, 0);
|
|
5760
5760
|
}, oe = u.__private__.setCreationDate = function(L) {
|
|
5761
5761
|
var me;
|
|
5762
5762
|
if (L === void 0 && (L = /* @__PURE__ */ new Date()), L instanceof Date)
|
|
@@ -5864,10 +5864,10 @@ function Tt(e) {
|
|
|
5864
5864
|
throw new Error("Invalid arguments passed to jsPDF.setDocumentProperty");
|
|
5865
5865
|
return qe[L] = me;
|
|
5866
5866
|
};
|
|
5867
|
-
var vt, et, Yt, Dt, bo, Xt = {}, il = {}, To = [], tl = {}, Te = {}, Ze = {},
|
|
5867
|
+
var vt, et, Yt, Dt, bo, Xt = {}, il = {}, To = [], tl = {}, Te = {}, Ze = {}, dt = {}, Pt = null, St = 0, xt = [], Ct = new _v(u), gl = e.hotfixes || [], ll = {}, mo = {}, Tl = [], Ft = function L(me, Ee, Oe, Ge, Je, ct) {
|
|
5868
5868
|
if (!(this instanceof L))
|
|
5869
|
-
return new L(me, Ee, Oe, Ge, Je,
|
|
5870
|
-
isNaN(me) && (me = 1), isNaN(Ee) && (Ee = 0), isNaN(Oe) && (Oe = 0), isNaN(Ge) && (Ge = 1), isNaN(Je) && (Je = 0), isNaN(
|
|
5869
|
+
return new L(me, Ee, Oe, Ge, Je, ct);
|
|
5870
|
+
isNaN(me) && (me = 1), isNaN(Ee) && (Ee = 0), isNaN(Oe) && (Oe = 0), isNaN(Ge) && (Ge = 1), isNaN(Je) && (Je = 0), isNaN(ct) && (ct = 0), this._matrix = [me, Ee, Oe, Ge, Je, ct];
|
|
5871
5871
|
};
|
|
5872
5872
|
Object.defineProperty(Ft.prototype, "sx", { get: function() {
|
|
5873
5873
|
return this._matrix[0];
|
|
@@ -5928,17 +5928,17 @@ function Tt(e) {
|
|
|
5928
5928
|
} }), Ft.prototype.join = function(L) {
|
|
5929
5929
|
return [this.sx, this.shy, this.shx, this.sy, this.tx, this.ty].map($).join(L);
|
|
5930
5930
|
}, Ft.prototype.multiply = function(L) {
|
|
5931
|
-
var me = L.sx * this.sx + L.shy * this.shx, Ee = L.sx * this.shy + L.shy * this.sy, Oe = L.shx * this.sx + L.sy * this.shx, Ge = L.shx * this.shy + L.sy * this.sy, Je = L.tx * this.sx + L.ty * this.shx + this.tx,
|
|
5932
|
-
return new Ft(me, Ee, Oe, Ge, Je,
|
|
5931
|
+
var me = L.sx * this.sx + L.shy * this.shx, Ee = L.sx * this.shy + L.shy * this.sy, Oe = L.shx * this.sx + L.sy * this.shx, Ge = L.shx * this.shy + L.sy * this.sy, Je = L.tx * this.sx + L.ty * this.shx + this.tx, ct = L.tx * this.shy + L.ty * this.sy + this.ty;
|
|
5932
|
+
return new Ft(me, Ee, Oe, Ge, Je, ct);
|
|
5933
5933
|
}, Ft.prototype.decompose = function() {
|
|
5934
|
-
var L = this.sx, me = this.shy, Ee = this.shx, Oe = this.sy, Ge = this.tx, Je = this.ty,
|
|
5934
|
+
var L = this.sx, me = this.shy, Ee = this.shx, Oe = this.sy, Ge = this.tx, Je = this.ty, ct = Math.sqrt(L * L + me * me), bt = (L /= ct) * Ee + (me /= ct) * Oe;
|
|
5935
5935
|
Ee -= L * bt, Oe -= me * bt;
|
|
5936
5936
|
var Nt = Math.sqrt(Ee * Ee + Oe * Oe);
|
|
5937
|
-
return bt /= Nt, L * (Oe /= Nt) < me * (Ee /= Nt) && (L = -L, me = -me, bt = -bt,
|
|
5937
|
+
return bt /= Nt, L * (Oe /= Nt) < me * (Ee /= Nt) && (L = -L, me = -me, bt = -bt, ct = -ct), { scale: new Ft(ct, 0, 0, Nt, 0, 0), translate: new Ft(1, 0, 0, 1, Ge, Je), rotate: new Ft(L, me, -me, L, 0, 0), skew: new Ft(1, 0, bt, 1, 0, 0) };
|
|
5938
5938
|
}, Ft.prototype.toString = function(L) {
|
|
5939
5939
|
return this.join(" ");
|
|
5940
5940
|
}, Ft.prototype.inversed = function() {
|
|
5941
|
-
var L = this.sx, me = this.shy, Ee = this.shx, Oe = this.sy, Ge = this.tx, Je = this.ty,
|
|
5941
|
+
var L = this.sx, me = this.shy, Ee = this.shx, Oe = this.sy, Ge = this.tx, Je = this.ty, ct = 1 / (L * Oe - me * Ee), bt = Oe * ct, Nt = -me * ct, Gt = -Ee * ct, Kt = L * ct;
|
|
5942
5942
|
return new Ft(bt, Nt, Gt, Kt, -bt * Ge - Gt * Je, -Nt * Ge - Kt * Je);
|
|
5943
5943
|
}, Ft.prototype.applyToPoint = function(L) {
|
|
5944
5944
|
var me = L.x * this.sx + L.y * this.shx + this.tx, Ee = L.x * this.shy + L.y * this.sy + this.ty;
|
|
@@ -5994,7 +5994,7 @@ function Tt(e) {
|
|
|
5994
5994
|
}, xa = u.__private__.encodeColorString = function(L) {
|
|
5995
5995
|
var me;
|
|
5996
5996
|
typeof L == "string" && (L = { ch1: L });
|
|
5997
|
-
var Ee = L.ch1, Oe = L.ch2, Ge = L.ch3, Je = L.ch4,
|
|
5997
|
+
var Ee = L.ch1, Oe = L.ch2, Ge = L.ch3, Je = L.ch4, ct = L.pdfColorType === "draw" ? ["G", "RG", "K"] : ["g", "rg", "k"];
|
|
5998
5998
|
if (typeof Ee == "string" && Ee.charAt(0) !== "#") {
|
|
5999
5999
|
var bt = new n1(Ee);
|
|
6000
6000
|
if (bt.ok)
|
|
@@ -6008,51 +6008,51 @@ function Tt(e) {
|
|
|
6008
6008
|
}
|
|
6009
6009
|
if (Oe === void 0 || Je === void 0 && Ee === Oe && Oe === Ge)
|
|
6010
6010
|
if (typeof Ee == "string")
|
|
6011
|
-
me = Ee + " " +
|
|
6011
|
+
me = Ee + " " + ct[0];
|
|
6012
6012
|
else
|
|
6013
6013
|
switch (L.precision) {
|
|
6014
6014
|
case 2:
|
|
6015
|
-
me = ce(Ee / 255) + " " +
|
|
6015
|
+
me = ce(Ee / 255) + " " + ct[0];
|
|
6016
6016
|
break;
|
|
6017
6017
|
case 3:
|
|
6018
6018
|
default:
|
|
6019
|
-
me = O(Ee / 255) + " " +
|
|
6019
|
+
me = O(Ee / 255) + " " + ct[0];
|
|
6020
6020
|
}
|
|
6021
6021
|
else if (Je === void 0 || bl(Je) === "object") {
|
|
6022
6022
|
if (Je && !isNaN(Je.a) && Je.a === 0)
|
|
6023
|
-
return me = ["1.", "1.", "1.",
|
|
6023
|
+
return me = ["1.", "1.", "1.", ct[1]].join(" ");
|
|
6024
6024
|
if (typeof Ee == "string")
|
|
6025
|
-
me = [Ee, Oe, Ge,
|
|
6025
|
+
me = [Ee, Oe, Ge, ct[1]].join(" ");
|
|
6026
6026
|
else
|
|
6027
6027
|
switch (L.precision) {
|
|
6028
6028
|
case 2:
|
|
6029
|
-
me = [ce(Ee / 255), ce(Oe / 255), ce(Ge / 255),
|
|
6029
|
+
me = [ce(Ee / 255), ce(Oe / 255), ce(Ge / 255), ct[1]].join(" ");
|
|
6030
6030
|
break;
|
|
6031
6031
|
default:
|
|
6032
6032
|
case 3:
|
|
6033
|
-
me = [O(Ee / 255), O(Oe / 255), O(Ge / 255),
|
|
6033
|
+
me = [O(Ee / 255), O(Oe / 255), O(Ge / 255), ct[1]].join(" ");
|
|
6034
6034
|
}
|
|
6035
6035
|
} else if (typeof Ee == "string")
|
|
6036
|
-
me = [Ee, Oe, Ge, Je,
|
|
6036
|
+
me = [Ee, Oe, Ge, Je, ct[2]].join(" ");
|
|
6037
6037
|
else
|
|
6038
6038
|
switch (L.precision) {
|
|
6039
6039
|
case 2:
|
|
6040
|
-
me = [ce(Ee), ce(Oe), ce(Ge), ce(Je),
|
|
6040
|
+
me = [ce(Ee), ce(Oe), ce(Ge), ce(Je), ct[2]].join(" ");
|
|
6041
6041
|
break;
|
|
6042
6042
|
case 3:
|
|
6043
6043
|
default:
|
|
6044
|
-
me = [O(Ee), O(Oe), O(Ge), O(Je),
|
|
6044
|
+
me = [O(Ee), O(Oe), O(Ge), O(Je), ct[2]].join(" ");
|
|
6045
6045
|
}
|
|
6046
6046
|
return me;
|
|
6047
6047
|
}, Va = u.__private__.getFilters = function() {
|
|
6048
6048
|
return s;
|
|
6049
6049
|
}, Aa = u.__private__.putStream = function(L) {
|
|
6050
|
-
var me = (L = L || {}).data || "", Ee = L.filters || Va(), Oe = L.alreadyAppliedFilters || [], Ge = L.addLength1 || !1, Je = me.length,
|
|
6050
|
+
var me = (L = L || {}).data || "", Ee = L.filters || Va(), Oe = L.alreadyAppliedFilters || [], Ge = L.addLength1 || !1, Je = me.length, ct = L.objectId, bt = function(Io) {
|
|
6051
6051
|
return Io;
|
|
6052
6052
|
};
|
|
6053
|
-
if (A !== null &&
|
|
6053
|
+
if (A !== null && ct === void 0)
|
|
6054
6054
|
throw new Error("ObjectId must be passed to putStream for file encryption");
|
|
6055
|
-
A !== null && (bt = Lo.encryptor(
|
|
6055
|
+
A !== null && (bt = Lo.encryptor(ct, 0));
|
|
6056
6056
|
var Nt = {};
|
|
6057
6057
|
Ee === !0 && (Ee = ["FlateEncode"]);
|
|
6058
6058
|
var Gt = L.additionalKeyValues || [], Kt = (Nt = Tt.API.processDataByFilters !== void 0 ? Tt.API.processDataByFilters(me, Ee) : { data: me, reverseChain: [] }).reverseChain + (Array.isArray(Oe) ? Oe.join(" ") : Oe.toString());
|
|
@@ -6114,8 +6114,8 @@ Q`), qo(Ge, !0), Aa({ data: Je, filters: Va(), objectId: Ge }), N("endobj"), Oe;
|
|
|
6114
6114
|
L.unshift(Je);
|
|
6115
6115
|
}
|
|
6116
6116
|
if (L[L.length - 1].offset != 1) {
|
|
6117
|
-
var
|
|
6118
|
-
L.push(
|
|
6117
|
+
var ct = { offset: 1, color: L[L.length - 1].color };
|
|
6118
|
+
L.push(ct);
|
|
6119
6119
|
}
|
|
6120
6120
|
for (var bt = "", Nt = 0, Gt = 0; Gt < Oe.length; Gt++) {
|
|
6121
6121
|
for (Ee = Oe[Gt]; Ee > L[Nt + 1].offset; )
|
|
@@ -6222,10 +6222,10 @@ Q`), qo(Ge, !0), Aa({ data: Je, filters: Va(), objectId: Ge }), N("endobj"), Oe;
|
|
|
6222
6222
|
}
|
|
6223
6223
|
}, L.foo.bar = L, L.foo;
|
|
6224
6224
|
}, _s = function(L, me) {
|
|
6225
|
-
var Ee, Oe, Ge, Je,
|
|
6226
|
-
if (Ge = (me = me || {}).sourceEncoding || "Unicode",
|
|
6225
|
+
var Ee, Oe, Ge, Je, ct, bt, Nt, Gt, Kt;
|
|
6226
|
+
if (Ge = (me = me || {}).sourceEncoding || "Unicode", ct = me.outputEncoding, (me.autoencode || ct) && Xt[vt].metadata && Xt[vt].metadata[Ge] && Xt[vt].metadata[Ge].encoding && (Je = Xt[vt].metadata[Ge].encoding, !ct && Xt[vt].encoding && (ct = Xt[vt].encoding), !ct && Je.codePages && (ct = Je.codePages[0]), typeof ct == "string" && (ct = Je[ct]), ct)) {
|
|
6227
6227
|
for (Nt = !1, bt = [], Ee = 0, Oe = L.length; Ee < Oe; Ee++)
|
|
6228
|
-
(Gt =
|
|
6228
|
+
(Gt = ct[L.charCodeAt(Ee)]) ? bt.push(String.fromCharCode(Gt)) : bt.push(L[Ee]), bt[Ee].charCodeAt(0) >> 8 && (Nt = !0);
|
|
6229
6229
|
L = bt.join("");
|
|
6230
6230
|
}
|
|
6231
6231
|
for (Ee = L.length; Nt === void 0 && Ee !== 0; )
|
|
@@ -6348,8 +6348,8 @@ Q`), qo(Ge, !0), Aa({ data: Je, filters: Va(), objectId: Ge }), N("endobj"), Oe;
|
|
|
6348
6348
|
if (Object.prototype.toString.call(Ot) === "[object Window]") {
|
|
6349
6349
|
var Ge = "https://cdnjs.cloudflare.com/ajax/libs/pdfobject/2.1.1/pdfobject.min.js", Je = ' integrity="sha512-4ze/a9/4jqu+tX9dfOqJYSvyYd5M6qum/3HpCLr+/Jqf0whc37VUbkpNGHR7/8pSnCFw47T1fmIpwBV7UySh3g==" crossorigin="anonymous"';
|
|
6350
6350
|
me.pdfObjectUrl && (Ge = me.pdfObjectUrl, Je = "");
|
|
6351
|
-
var
|
|
6352
|
-
return bt !== null && bt.document.write(
|
|
6351
|
+
var ct = '<html><style>html, body { padding: 0; margin: 0; } iframe { width: 100%; height: 100%; border: 0;} </style><body><script src="' + Ge + '"' + Je + '><\/script><script >PDFObject.embed("' + this.output("dataurlstring") + '", ' + JSON.stringify(me) + ");<\/script></body></html>", bt = Ot.open();
|
|
6352
|
+
return bt !== null && bt.document.write(ct), bt;
|
|
6353
6353
|
}
|
|
6354
6354
|
throw new Error("The option pdfobjectnewwindow just works in a browser-environment.");
|
|
6355
6355
|
case "pdfjsnewwindow":
|
|
@@ -6452,7 +6452,7 @@ Q`), qo(Ge, !0), Aa({ data: Je, filters: Va(), objectId: Ge }), N("endobj"), Oe;
|
|
|
6452
6452
|
}, u.deletePage = function() {
|
|
6453
6453
|
return IA.apply(this, arguments), this;
|
|
6454
6454
|
}, u.__private__.text = u.text = function(L, me, Ee, Oe, Ge) {
|
|
6455
|
-
var Je,
|
|
6455
|
+
var Je, ct, bt, Nt, Gt, Kt, al, Ol, Rl, oo = (Oe = Oe || {}).scope || this;
|
|
6456
6456
|
if (typeof L == "number" && typeof me == "number" && (typeof Ee == "string" || Array.isArray(Ee))) {
|
|
6457
6457
|
var Io = Ee;
|
|
6458
6458
|
Ee = me, me = L, L = Io;
|
|
@@ -6486,7 +6486,7 @@ Q`), qo(Ge, !0), Aa({ data: Je, filters: Va(), objectId: Ge }), N("endobj"), Oe;
|
|
|
6486
6486
|
Us = !0;
|
|
6487
6487
|
else if (Array.isArray(L)) {
|
|
6488
6488
|
var Qn = L.concat();
|
|
6489
|
-
|
|
6489
|
+
ct = [];
|
|
6490
6490
|
for (var Qs, Ro = Qn.length; Ro--; )
|
|
6491
6491
|
(typeof (Qs = Qn.shift()) != "string" || Array.isArray(Qs) && typeof Qs[0] != "string") && (Un = !1);
|
|
6492
6492
|
Us = Un;
|
|
@@ -6564,28 +6564,28 @@ Q`), qo(Ge, !0), Aa({ data: Je, filters: Va(), objectId: Ge }), N("endobj"), Oe;
|
|
|
6564
6564
|
var _r = [];
|
|
6565
6565
|
if (Object.prototype.toString.call(L) === "[object Array]") {
|
|
6566
6566
|
var ca;
|
|
6567
|
-
|
|
6567
|
+
ct = $n(L), Nt !== "left" && (La = ct.map(function(Sl) {
|
|
6568
6568
|
return oo.getStringUnitWidth(Sl, { font: KA, charSpace: Gt, fontSize: de, doKerning: !1 }) * de / nr;
|
|
6569
6569
|
}));
|
|
6570
6570
|
var Ia, Fr = 0;
|
|
6571
6571
|
if (Nt === "right") {
|
|
6572
|
-
me -= La[0], L = [], Ro =
|
|
6572
|
+
me -= La[0], L = [], Ro = ct.length;
|
|
6573
6573
|
for (var Ka = 0; Ka < Ro; Ka++)
|
|
6574
|
-
Ka === 0 ? (Ia = sr(me), ca = Cr(Ee)) : (Ia = M(Fr - La[Ka]), ca = -On), L.push([
|
|
6574
|
+
Ka === 0 ? (Ia = sr(me), ca = Cr(Ee)) : (Ia = M(Fr - La[Ka]), ca = -On), L.push([ct[Ka], Ia, ca]), Fr = La[Ka];
|
|
6575
6575
|
} else if (Nt === "center") {
|
|
6576
|
-
me -= La[0] / 2, L = [], Ro =
|
|
6576
|
+
me -= La[0] / 2, L = [], Ro = ct.length;
|
|
6577
6577
|
for (var ir = 0; ir < Ro; ir++)
|
|
6578
|
-
ir === 0 ? (Ia = sr(me), ca = Cr(Ee)) : (Ia = M((Fr - La[ir]) / 2), ca = -On), L.push([
|
|
6578
|
+
ir === 0 ? (Ia = sr(me), ca = Cr(Ee)) : (Ia = M((Fr - La[ir]) / 2), ca = -On), L.push([ct[ir], Ia, ca]), Fr = La[ir];
|
|
6579
6579
|
} else if (Nt === "left") {
|
|
6580
|
-
L = [], Ro =
|
|
6580
|
+
L = [], Ro = ct.length;
|
|
6581
6581
|
for (var Ps = 0; Ps < Ro; Ps++)
|
|
6582
|
-
L.push(
|
|
6582
|
+
L.push(ct[Ps]);
|
|
6583
6583
|
} else {
|
|
6584
6584
|
if (Nt !== "justify")
|
|
6585
6585
|
throw new Error('Unrecognized alignment option, use "left", "center", "right" or "justify".');
|
|
6586
|
-
L = [], Ro =
|
|
6586
|
+
L = [], Ro = ct.length, Kt = Kt !== 0 ? Kt : jA;
|
|
6587
6587
|
for (var Sa = 0; Sa < Ro; Sa++)
|
|
6588
|
-
ca = Sa === 0 ? Cr(Ee) : -On, Ia = Sa === 0 ? sr(me) : 0, Sa < Ro - 1 ? _r.push($(M((Kt - La[Sa]) / (
|
|
6588
|
+
ca = Sa === 0 ? Cr(Ee) : -On, Ia = Sa === 0 ? sr(me) : 0, Sa < Ro - 1 ? _r.push($(M((Kt - La[Sa]) / (ct[Sa].split(" ").length - 1)))) : _r.push(0), L.push([ct[Sa], Ia, ca]);
|
|
6589
6589
|
}
|
|
6590
6590
|
}
|
|
6591
6591
|
var Ds = typeof Oe.R2L == "boolean" ? Oe.R2L : he;
|
|
@@ -6595,19 +6595,19 @@ Q`), qo(Ge, !0), Aa({ data: Je, filters: Va(), objectId: Ge }), N("endobj"), Oe;
|
|
|
6595
6595
|
var Pn = Xt[vt].encoding;
|
|
6596
6596
|
Pn !== "WinAnsiEncoding" && Pn !== "StandardEncoding" || (L = Mn(L, function(Sl, Nl, ql) {
|
|
6597
6597
|
return [Ri(Sl), Nl, ql];
|
|
6598
|
-
})),
|
|
6599
|
-
for (var Lr, Na, ur, as = 0, Hs = 1, rs = Array.isArray(
|
|
6598
|
+
})), ct = $n(L), L = [];
|
|
6599
|
+
for (var Lr, Na, ur, as = 0, Hs = 1, rs = Array.isArray(ct[0]) ? Hs : as, Ir = "", Dn = function(Sl, Nl, ql) {
|
|
6600
6600
|
var uo = "";
|
|
6601
6601
|
return ql instanceof Ft ? (ql = typeof Oe.angle == "number" ? Al(ql, new Ft(1, 0, 0, 1, Sl, Nl)) : Al(new Ft(1, 0, 0, 1, Sl, Nl), ql), T === _.ADVANCED && (ql = Al(new Ft(1, 0, 0, -1, 0, 0), ql)), uo = ql.join(" ") + ` Tm
|
|
6602
6602
|
`) : uo = $(Sl) + " " + $(Nl) + ` Td
|
|
6603
6603
|
`, uo;
|
|
6604
|
-
}, da = 0; da <
|
|
6604
|
+
}, da = 0; da < ct.length; da++) {
|
|
6605
6605
|
switch (Ir = "", rs) {
|
|
6606
6606
|
case Hs:
|
|
6607
|
-
ur = (Fa ? "<" : "(") +
|
|
6607
|
+
ur = (Fa ? "<" : "(") + ct[da][0] + (Fa ? ">" : ")"), Lr = parseFloat(ct[da][1]), Na = parseFloat(ct[da][2]);
|
|
6608
6608
|
break;
|
|
6609
6609
|
case as:
|
|
6610
|
-
ur = (Fa ? "<" : "(") +
|
|
6610
|
+
ur = (Fa ? "<" : "(") + ct[da] + (Fa ? ">" : ")"), Lr = sr(me), Na = Cr(Ee);
|
|
6611
6611
|
}
|
|
6612
6612
|
_r !== void 0 && _r[da] !== void 0 && (Ir = _r[da] + ` Tw
|
|
6613
6613
|
`), da === 0 ? L.push(Ir + Dn(Lr, Na, Rl) + ur) : rs === as ? L.push(Ir + ur) : rs === Hs && L.push(Ir + Dn(Lr, Na, Rl) + ur);
|
|
@@ -6681,8 +6681,8 @@ T* `) : L.join(` Tj
|
|
|
6681
6681
|
function OA(L, me, Ee, Oe, Ge) {
|
|
6682
6682
|
var Je = new sn(me || this.boundingBox, Ee || this.xStep, Oe || this.yStep, this.gState, Ge || this.matrix);
|
|
6683
6683
|
Je.stream = this.stream;
|
|
6684
|
-
var
|
|
6685
|
-
return lo(
|
|
6684
|
+
var ct = L + "$$" + this.cloneIndex++ + "$$";
|
|
6685
|
+
return lo(ct, Je), Je;
|
|
6686
6686
|
}
|
|
6687
6687
|
var PA = function(L, me) {
|
|
6688
6688
|
var Ee = Te[L.key], Oe = tl[Ee];
|
|
@@ -6720,11 +6720,11 @@ T* `) : L.join(` Tj
|
|
|
6720
6720
|
throw new Error("Invalid arguments passed to jsPDF.line");
|
|
6721
6721
|
return T === _.COMPAT ? this.lines([[Ee - L, Oe - me]], L, me, [1, 1], Ge || "S") : this.lines([[Ee - L, Oe - me]], L, me, [1, 1]).stroke();
|
|
6722
6722
|
}, u.__private__.lines = u.lines = function(L, me, Ee, Oe, Ge, Je) {
|
|
6723
|
-
var
|
|
6723
|
+
var ct, bt, Nt, Gt, Kt, al, Ol, Rl, oo, Io, ho, Fa;
|
|
6724
6724
|
if (typeof L == "number" && (Fa = Ee, Ee = me, me = L, L = Fa), Oe = Oe || [1, 1], Je = Je || !1, isNaN(me) || isNaN(Ee) || !Array.isArray(L) || !Array.isArray(Oe) || !ja(Ge) || typeof Je != "boolean")
|
|
6725
6725
|
throw new Error("Invalid arguments passed to jsPDF.lines");
|
|
6726
|
-
for (Cn(me, Ee),
|
|
6727
|
-
(Kt = L[Nt]).length === 2 ? (Io = Kt[0] *
|
|
6726
|
+
for (Cn(me, Ee), ct = Oe[0], bt = Oe[1], Gt = L.length, Io = me, ho = Ee, Nt = 0; Nt < Gt; Nt++)
|
|
6727
|
+
(Kt = L[Nt]).length === 2 ? (Io = Kt[0] * ct + Io, ho = Kt[1] * bt + ho, es(Io, ho)) : (al = Kt[0] * ct + Io, Ol = Kt[1] * bt + ho, Rl = Kt[2] * ct + Io, oo = Kt[3] * bt + ho, Io = Kt[4] * ct + Io, ho = Kt[5] * bt + ho, kr(al, Ol, Rl, oo, Io, ho));
|
|
6728
6728
|
return Je && Ei(), kn(Ge), this;
|
|
6729
6729
|
}, u.path = function(L) {
|
|
6730
6730
|
for (var me = 0; me < L.length; me++) {
|
|
@@ -6748,20 +6748,20 @@ T* `) : L.join(` Tj
|
|
|
6748
6748
|
if (isNaN(L) || isNaN(me) || isNaN(Ee) || isNaN(Oe) || !ja(Ge))
|
|
6749
6749
|
throw new Error("Invalid arguments passed to jsPDF.rect");
|
|
6750
6750
|
return T === _.COMPAT && (Oe = -Oe), N([$(M(L)), $(ie(me)), $(M(Ee)), $(M(Oe)), "re"].join(" ")), kn(Ge), this;
|
|
6751
|
-
}, u.__private__.triangle = u.triangle = function(L, me, Ee, Oe, Ge, Je,
|
|
6752
|
-
if (isNaN(L) || isNaN(me) || isNaN(Ee) || isNaN(Oe) || isNaN(Ge) || isNaN(Je) || !ja(
|
|
6751
|
+
}, u.__private__.triangle = u.triangle = function(L, me, Ee, Oe, Ge, Je, ct) {
|
|
6752
|
+
if (isNaN(L) || isNaN(me) || isNaN(Ee) || isNaN(Oe) || isNaN(Ge) || isNaN(Je) || !ja(ct))
|
|
6753
6753
|
throw new Error("Invalid arguments passed to jsPDF.triangle");
|
|
6754
|
-
return this.lines([[Ee - L, Oe - me], [Ge - Ee, Je - Oe], [L - Ge, me - Je]], L, me, [1, 1],
|
|
6755
|
-
}, u.__private__.roundedRect = u.roundedRect = function(L, me, Ee, Oe, Ge, Je,
|
|
6756
|
-
if (isNaN(L) || isNaN(me) || isNaN(Ee) || isNaN(Oe) || isNaN(Ge) || isNaN(Je) || !ja(
|
|
6754
|
+
return this.lines([[Ee - L, Oe - me], [Ge - Ee, Je - Oe], [L - Ge, me - Je]], L, me, [1, 1], ct, !0), this;
|
|
6755
|
+
}, u.__private__.roundedRect = u.roundedRect = function(L, me, Ee, Oe, Ge, Je, ct) {
|
|
6756
|
+
if (isNaN(L) || isNaN(me) || isNaN(Ee) || isNaN(Oe) || isNaN(Ge) || isNaN(Je) || !ja(ct))
|
|
6757
6757
|
throw new Error("Invalid arguments passed to jsPDF.roundedRect");
|
|
6758
6758
|
var bt = 4 / 3 * (Math.SQRT2 - 1);
|
|
6759
|
-
return Ge = Math.min(Ge, 0.5 * Ee), Je = Math.min(Je, 0.5 * Oe), this.lines([[Ee - 2 * Ge, 0], [Ge * bt, 0, Ge, Je - Je * bt, Ge, Je], [0, Oe - 2 * Je], [0, Je * bt, -Ge * bt, Je, -Ge, Je], [2 * Ge - Ee, 0], [-Ge * bt, 0, -Ge, -Je * bt, -Ge, -Je], [0, 2 * Je - Oe], [0, -Je * bt, Ge * bt, -Je, Ge, -Je]], L + Ge, me, [1, 1],
|
|
6759
|
+
return Ge = Math.min(Ge, 0.5 * Ee), Je = Math.min(Je, 0.5 * Oe), this.lines([[Ee - 2 * Ge, 0], [Ge * bt, 0, Ge, Je - Je * bt, Ge, Je], [0, Oe - 2 * Je], [0, Je * bt, -Ge * bt, Je, -Ge, Je], [2 * Ge - Ee, 0], [-Ge * bt, 0, -Ge, -Je * bt, -Ge, -Je], [0, 2 * Je - Oe], [0, -Je * bt, Ge * bt, -Je, Ge, -Je]], L + Ge, me, [1, 1], ct, !0), this;
|
|
6760
6760
|
}, u.__private__.ellipse = u.ellipse = function(L, me, Ee, Oe, Ge) {
|
|
6761
6761
|
if (isNaN(L) || isNaN(me) || isNaN(Ee) || isNaN(Oe) || !ja(Ge))
|
|
6762
6762
|
throw new Error("Invalid arguments passed to jsPDF.ellipse");
|
|
6763
|
-
var Je = 4 / 3 * (Math.SQRT2 - 1) * Ee,
|
|
6764
|
-
return Cn(L + Ee, me), kr(L + Ee, me -
|
|
6763
|
+
var Je = 4 / 3 * (Math.SQRT2 - 1) * Ee, ct = 4 / 3 * (Math.SQRT2 - 1) * Oe;
|
|
6764
|
+
return Cn(L + Ee, me), kr(L + Ee, me - ct, L + Je, me - Oe, L, me - Oe), kr(L - Je, me - Oe, L - Ee, me - ct, L - Ee, me), kr(L - Ee, me + ct, L - Je, me + Oe, L, me + Oe), kr(L + Je, me + Oe, L + Ee, me + ct, L + Ee, me), kn(Ge), this;
|
|
6765
6765
|
}, u.__private__.circle = u.circle = function(L, me, Ee, Oe) {
|
|
6766
6766
|
if (isNaN(L) || isNaN(me) || isNaN(Ee) || !ja(Oe))
|
|
6767
6767
|
throw new Error("Invalid arguments passed to jsPDF.circle");
|
|
@@ -6859,10 +6859,10 @@ T* `) : L.join(` Tj
|
|
|
6859
6859
|
throw new Error("Invalid argument passed to jsPDF.setLineMiterLimit");
|
|
6860
6860
|
return N($(M(L)) + " M"), this;
|
|
6861
6861
|
}, u.GState = rA, u.setGState = function(L) {
|
|
6862
|
-
(L = typeof L == "string" ? Ze[
|
|
6862
|
+
(L = typeof L == "string" ? Ze[dt[L]] : Hi(null, L)).equals(Pt) || (N("/" + L.id + " gs"), Pt = L);
|
|
6863
6863
|
};
|
|
6864
6864
|
var Hi = function(L, me) {
|
|
6865
|
-
if (!L || !
|
|
6865
|
+
if (!L || !dt[L]) {
|
|
6866
6866
|
var Ee = !1;
|
|
6867
6867
|
for (var Oe in Ze)
|
|
6868
6868
|
if (Ze.hasOwnProperty(Oe) && Ze[Oe].equals(me)) {
|
|
@@ -6875,7 +6875,7 @@ T* `) : L.join(` Tj
|
|
|
6875
6875
|
var Ge = "GS" + (Object.keys(Ze).length + 1).toString(10);
|
|
6876
6876
|
Ze[Ge] = me, me.id = Ge;
|
|
6877
6877
|
}
|
|
6878
|
-
return L && (
|
|
6878
|
+
return L && (dt[L] = me.id), Ct.publish("addGState", me), me;
|
|
6879
6879
|
}
|
|
6880
6880
|
};
|
|
6881
6881
|
u.addGState = function(L, me) {
|
|
@@ -6915,14 +6915,14 @@ T* `) : L.join(` Tj
|
|
|
6915
6915
|
var Ge = Ee || 0;
|
|
6916
6916
|
Object.defineProperty(this, "w", { enumerable: !0, get: function() {
|
|
6917
6917
|
return Ge;
|
|
6918
|
-
}, set: function(
|
|
6919
|
-
isNaN(
|
|
6918
|
+
}, set: function(ct) {
|
|
6919
|
+
isNaN(ct) || (Ge = parseFloat(ct));
|
|
6920
6920
|
} });
|
|
6921
6921
|
var Je = Oe || 0;
|
|
6922
6922
|
return Object.defineProperty(this, "h", { enumerable: !0, get: function() {
|
|
6923
6923
|
return Je;
|
|
6924
|
-
}, set: function(
|
|
6925
|
-
isNaN(
|
|
6924
|
+
}, set: function(ct) {
|
|
6925
|
+
isNaN(ct) || (Je = parseFloat(ct));
|
|
6926
6926
|
} }), this;
|
|
6927
6927
|
}, In = function() {
|
|
6928
6928
|
this.page = St, this.currentPage = S, this.pages = se.slice(0), this.pagesContext = xt.slice(0), this.x = Yt, this.y = Dt, this.matrix = bo, this.width = os(S), this.height = Br(S), this.outputDestination = j, this.id = "", this.objectNumber = -1;
|
|
@@ -10177,10 +10177,10 @@ function Hc(e) {
|
|
|
10177
10177
|
var ge, Y, he, pe, fe, xe, Ue, Xe, qe, vt, et = 0;
|
|
10178
10178
|
for (qe = 0; qe < 8; ++qe) {
|
|
10179
10179
|
ge = be[et], Y = be[et + 1], he = be[et + 2], pe = be[et + 3], fe = be[et + 4], xe = be[et + 5], Ue = be[et + 6];
|
|
10180
|
-
var Yt = ge + (Xe = be[et + 7]), Dt = ge - Xe, bo = Y + Ue, Xt = Y - Ue, il = he + xe, To = he - xe, tl = pe + fe, Te = pe - fe, Ze = Yt + tl,
|
|
10180
|
+
var Yt = ge + (Xe = be[et + 7]), Dt = ge - Xe, bo = Y + Ue, Xt = Y - Ue, il = he + xe, To = he - xe, tl = pe + fe, Te = pe - fe, Ze = Yt + tl, dt = Yt - tl, Pt = bo + il, St = bo - il;
|
|
10181
10181
|
be[et] = Ze + Pt, be[et + 4] = Ze - Pt;
|
|
10182
|
-
var xt = 0.707106781 * (St +
|
|
10183
|
-
be[et + 2] =
|
|
10182
|
+
var xt = 0.707106781 * (St + dt);
|
|
10183
|
+
be[et + 2] = dt + xt, be[et + 6] = dt - xt;
|
|
10184
10184
|
var Ct = 0.382683433 * ((Ze = Te + To) - (St = Xt + Dt)), gl = 0.5411961 * Ze + Ct, ll = 1.306562965 * St + Ct, mo = 0.707106781 * (Pt = To + Xt), Tl = Dt + mo, Ft = Dt - mo;
|
|
10185
10185
|
be[et + 5] = Ft + gl, be[et + 3] = Ft - gl, be[et + 1] = Tl + ll, be[et + 7] = Tl - ll, et += 8;
|
|
10186
10186
|
}
|
|
@@ -10615,7 +10615,7 @@ function Ov(e) {
|
|
|
10615
10615
|
function Ze() {
|
|
10616
10616
|
this.y = [], this.f = [], this.ea = [], this.F = [], this.Tc = this.Ed = this.Cd = this.Fd = this.lb = this.Db = this.Ab = this.fa = this.J = this.W = this.N = this.O = 0;
|
|
10617
10617
|
}
|
|
10618
|
-
function
|
|
10618
|
+
function dt() {
|
|
10619
10619
|
this.Rd = this.height = this.width = this.S = 0, this.f = {}, this.f.RGBA = new Te(), this.f.kb = new Ze(), this.sd = null;
|
|
10620
10620
|
}
|
|
10621
10621
|
function Pt() {
|
|
@@ -10649,14 +10649,14 @@ function Ov(e) {
|
|
|
10649
10649
|
var x = g.ma, U = x.ba.S, X = 11 > U, ye = U == Ki || U == Xi || U == qi || U == qA || U == 12 || tl(U);
|
|
10650
10650
|
if (x.memory = null, x.Ib = null, x.Jb = null, x.Nd = null, !Un(x.Oa, g, ye ? 11 : 12))
|
|
10651
10651
|
return 0;
|
|
10652
|
-
if (ye && tl(U) &&
|
|
10652
|
+
if (ye && tl(U) && ct(), g.da)
|
|
10653
10653
|
alert("todo:use_scaling");
|
|
10654
10654
|
else {
|
|
10655
10655
|
if (X) {
|
|
10656
10656
|
if (x.Ib = xt, g.Kb) {
|
|
10657
10657
|
if (U = g.U + 1 >> 1, x.memory = l(g.U + 2 * U), x.memory == null)
|
|
10658
10658
|
return 0;
|
|
10659
|
-
x.ec = x.memory, x.fc = 0, x.cc = x.ec, x.dc = x.fc + g.U, x.Mc = x.cc, x.Nc = x.dc + U, x.Ib = Ct,
|
|
10659
|
+
x.ec = x.memory, x.fc = 0, x.cc = x.ec, x.dc = x.fc + g.U, x.Mc = x.cc, x.Nc = x.dc + U, x.Ib = Ct, ct();
|
|
10660
10660
|
}
|
|
10661
10661
|
} else
|
|
10662
10662
|
alert("todo:EmitYUV");
|
|
@@ -11701,7 +11701,7 @@ function Ov(e) {
|
|
|
11701
11701
|
_a(g, x + 4, 1, ye, 8, _e, Fe, Ie), _a(U, X + 4, 1, ye, 8, _e, Fe, Ie);
|
|
11702
11702
|
}
|
|
11703
11703
|
function $s() {
|
|
11704
|
-
this.ba = new
|
|
11704
|
+
this.ba = new dt(), this.ec = [], this.cc = [], this.Mc = [], this.Dc = this.Nc = this.dc = this.fc = 0, this.Oa = new St(), this.memory = 0, this.Ib = "OutputFunc", this.Jb = "OutputAlphaFunc", this.Nd = "OutputRowFunc";
|
|
11705
11705
|
}
|
|
11706
11706
|
function Ln() {
|
|
11707
11707
|
this.data = [], this.offset = this.kd = this.ha = this.w = 0, this.na = [], this.xa = this.gb = this.Ja = this.Sa = this.P = 0;
|
|
@@ -11713,7 +11713,7 @@ function Ov(e) {
|
|
|
11713
11713
|
this.ua = 0, this.Wa = new N(), this.vb = new N(), this.md = this.xc = this.wc = 0, this.vc = [], this.Wb = 0, this.Ya = new ie(), this.yc = new M();
|
|
11714
11714
|
}
|
|
11715
11715
|
function VA() {
|
|
11716
|
-
this.xb = this.a = 0, this.l = new Bs(), this.ca = new
|
|
11716
|
+
this.xb = this.a = 0, this.l = new Bs(), this.ca = new dt(), this.V = [], this.Ba = 0, this.Ta = [], this.Ua = 0, this.m = new w(), this.Pb = 0, this.wd = new w(), this.Ma = this.$ = this.C = this.i = this.c = this.xd = 0, this.s = new zi(), this.ab = 0, this.gc = s(4, In), this.Oc = 0;
|
|
11717
11717
|
}
|
|
11718
11718
|
function Ms() {
|
|
11719
11719
|
this.Lc = this.Z = this.$a = this.i = this.c = 0, this.l = new Bs(), this.ic = 0, this.ca = [], this.tb = 0, this.qd = null, this.rd = 0;
|
|
@@ -11889,7 +11889,7 @@ function Ov(e) {
|
|
|
11889
11889
|
1 & at || (yt = 3 * gt + Qt + 131074 >> 2, x(X[ye + at - 1], 255 & yt, yt >> 16, Ye, He + (at - 1) * U), _e != null && (yt = 3 * Qt + gt + 131074 >> 2, x(_e[Fe + at - 1], 255 & yt, yt >> 16, ze, tt + (at - 1) * U)));
|
|
11890
11890
|
};
|
|
11891
11891
|
}
|
|
11892
|
-
function
|
|
11892
|
+
function ct() {
|
|
11893
11893
|
va[ji] = W1, va[Ki] = Jd, va[jd] = j1, va[Xi] = Zd, va[qi] = eh, va[qA] = th, va[Kd] = K1, va[YA] = Jd, va[JA] = Zd, va[Yi] = eh, va[ZA] = th;
|
|
11894
11894
|
}
|
|
11895
11895
|
function bt(g) {
|
|
@@ -12247,7 +12247,7 @@ function Ov(e) {
|
|
|
12247
12247
|
nr("YuvToRgbRow", al, 3), nr("YuvToBgrRow", Ol, 3), nr("YuvToRgbaRow", Fa, 4), nr("YuvToBgraRow", ho, 4), nr("YuvToArgbRow", Io, 4), nr("YuvToRgba4444Row", oo, 2), nr("YuvToRgb565Row", Rl, 2);
|
|
12248
12248
|
var ah = [0, 4, 8, 12, 128, 132, 136, 140, 256, 260, 264, 268, 384, 388, 392, 396], eu = [0, 2, 8], lg = [8, 7, 6, 4, 4, 2, 2, 2, 1, 1, 1, 1], og = 1;
|
|
12249
12249
|
this.WebPDecodeRGBA = function(g, x, U, X, ye) {
|
|
12250
|
-
var _e = Ki, Fe = new $s(), Ie = new
|
|
12250
|
+
var _e = Ki, Fe = new $s(), Ie = new dt();
|
|
12251
12251
|
Fe.ba = Ie, Ie.S = _e, Ie.width = [Ie.width], Ie.height = [Ie.height];
|
|
12252
12252
|
var $e = Ie.width, Qe = Ie.height, De = new Pt();
|
|
12253
12253
|
if (De == null || g == null)
|
|
@@ -12820,7 +12820,7 @@ function(e) {
|
|
|
12820
12820
|
*/
|
|
12821
12821
|
function(e) {
|
|
12822
12822
|
function t() {
|
|
12823
|
-
return (Ot.canvg ? Promise.resolve(Ot.canvg) : import("./index.es-
|
|
12823
|
+
return (Ot.canvg ? Promise.resolve(Ot.canvg) : import("./index.es-22e8a7e1.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;
|
|
@@ -14518,7 +14518,7 @@ function Wl(e) {
|
|
|
14518
14518
|
function Vt(e) {
|
|
14519
14519
|
return Array.isArray(e) ? e.length === 0 : Object.keys(e).length === 0;
|
|
14520
14520
|
}
|
|
14521
|
-
function
|
|
14521
|
+
function ut({ componentName: e, type: t, property: o = "", index: r = "", key: a = "", warn: l = !0 }) {
|
|
14522
14522
|
const s = `
|
|
14523
14523
|
> ${jm[t].replace("#COMP#", e).replace("#ATTR#", o).replace("#INDX#", r).replace("#KEY#", a)}
|
|
14524
14524
|
`;
|
|
@@ -14694,7 +14694,7 @@ function uw(e) {
|
|
|
14694
14694
|
YELLOWGREEN: "#9ACD32"
|
|
14695
14695
|
}[e.toUpperCase()] || e;
|
|
14696
14696
|
}
|
|
14697
|
-
const
|
|
14697
|
+
const it = "http://www.w3.org/2000/svg";
|
|
14698
14698
|
function Aw(e) {
|
|
14699
14699
|
if (e.length < 2)
|
|
14700
14700
|
return 0;
|
|
@@ -20040,7 +20040,7 @@ const Ut = (e, t) => {
|
|
|
20040
20040
|
lap: `<path stroke="${t.stroke}" stroke-width="${t.strokeWidth}" stroke-linecap="round" stroke-linejoin="round" fill="none" d="M 3 10 A 1 1 0 0 0 17 10 A 1 1 0 0 0 3 10 M 8 2 L 12 2 M 5 3 L 6 4 M 15 3 L 14 4 M 10 7 L 10 10 L 13 13"/>`
|
|
20041
20041
|
}));
|
|
20042
20042
|
return (r, a) => (c(), v("svg", {
|
|
20043
|
-
xmlns: R(
|
|
20043
|
+
xmlns: R(it),
|
|
20044
20044
|
class: Pe({ "spin ": e.isSpin }),
|
|
20045
20045
|
viewBox: "0 0 20 20",
|
|
20046
20046
|
height: e.size,
|
|
@@ -25050,7 +25050,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
25050
25050
|
}, [
|
|
25051
25051
|
s.value === "flow" ? (c(), v("svg", {
|
|
25052
25052
|
key: 0,
|
|
25053
|
-
xmlns: R(
|
|
25053
|
+
xmlns: R(it),
|
|
25054
25054
|
width: "100%",
|
|
25055
25055
|
viewBox: "0 0 80 60",
|
|
25056
25056
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -25066,7 +25066,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
25066
25066
|
], 12, Sk)) : I("", !0),
|
|
25067
25067
|
s.value === "parallelCoordinatePlot" ? (c(), v("svg", {
|
|
25068
25068
|
key: 1,
|
|
25069
|
-
xmlns: R(
|
|
25069
|
+
xmlns: R(it),
|
|
25070
25070
|
width: "100%",
|
|
25071
25071
|
viewBox: "0 0 80 60",
|
|
25072
25072
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -25082,7 +25082,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
25082
25082
|
], 12, $k)) : I("", !0),
|
|
25083
25083
|
s.value === "dumbbell" ? (c(), v("svg", {
|
|
25084
25084
|
key: 2,
|
|
25085
|
-
xmlns: R(
|
|
25085
|
+
xmlns: R(it),
|
|
25086
25086
|
width: "100%",
|
|
25087
25087
|
viewBox: "0 0 100 55",
|
|
25088
25088
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -25235,7 +25235,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
25235
25235
|
], 12, Uk)) : I("", !0),
|
|
25236
25236
|
s.value === "stripPlot" ? (c(), v("svg", {
|
|
25237
25237
|
key: 3,
|
|
25238
|
-
xmlns: R(
|
|
25238
|
+
xmlns: R(it),
|
|
25239
25239
|
width: "100%",
|
|
25240
25240
|
viewBox: "0 0 100 100",
|
|
25241
25241
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -25470,7 +25470,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
25470
25470
|
], 12, Yk)) : I("", !0),
|
|
25471
25471
|
s.value === "treemap" ? (c(), v("svg", {
|
|
25472
25472
|
key: 4,
|
|
25473
|
-
xmlns: R(
|
|
25473
|
+
xmlns: R(it),
|
|
25474
25474
|
width: "100%",
|
|
25475
25475
|
viewBox: "0 0 30 21",
|
|
25476
25476
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -25486,7 +25486,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
25486
25486
|
], 12, CC)) : I("", !0),
|
|
25487
25487
|
s.value === "galaxy" ? (c(), v("svg", {
|
|
25488
25488
|
key: 5,
|
|
25489
|
-
xmlns: R(
|
|
25489
|
+
xmlns: R(it),
|
|
25490
25490
|
width: "100%",
|
|
25491
25491
|
viewBox: "0.5 0 20 20",
|
|
25492
25492
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -25501,7 +25501,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
25501
25501
|
], 12, BC)) : I("", !0),
|
|
25502
25502
|
s.value === "bar3d" ? (c(), v("svg", {
|
|
25503
25503
|
key: 6,
|
|
25504
|
-
xmlns: R(
|
|
25504
|
+
xmlns: R(it),
|
|
25505
25505
|
width: "100%",
|
|
25506
25506
|
viewBox: "2 0 16 20",
|
|
25507
25507
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -25517,7 +25517,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
25517
25517
|
], 12, FC)) : I("", !0),
|
|
25518
25518
|
s.value === "sparkHistogram" ? (c(), v("svg", {
|
|
25519
25519
|
key: 7,
|
|
25520
|
-
xmlns: R(
|
|
25520
|
+
xmlns: R(it),
|
|
25521
25521
|
width: "100%",
|
|
25522
25522
|
viewBox: "0 0 100 20",
|
|
25523
25523
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -25621,7 +25621,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
25621
25621
|
], 12, IC)) : I("", !0),
|
|
25622
25622
|
s.value === "sparkbar" ? (c(), v("svg", {
|
|
25623
25623
|
key: 8,
|
|
25624
|
-
xmlns: R(
|
|
25624
|
+
xmlns: R(it),
|
|
25625
25625
|
width: "100%",
|
|
25626
25626
|
viewBox: "0 0 500 200",
|
|
25627
25627
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -25689,7 +25689,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
25689
25689
|
], 12, zC)) : I("", !0),
|
|
25690
25690
|
s.value === "sparkStackbar" ? (c(), v("svg", {
|
|
25691
25691
|
key: 9,
|
|
25692
|
-
xmlns: R(
|
|
25692
|
+
xmlns: R(it),
|
|
25693
25693
|
width: "100%",
|
|
25694
25694
|
viewBox: "0 0 500 64",
|
|
25695
25695
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -25778,7 +25778,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
25778
25778
|
], 4)) : I("", !0),
|
|
25779
25779
|
s.value === "relationCircle" ? (c(), v("svg", {
|
|
25780
25780
|
key: 11,
|
|
25781
|
-
xmlns: R(
|
|
25781
|
+
xmlns: R(it),
|
|
25782
25782
|
width: "100%",
|
|
25783
25783
|
viewBox: "0 0 20 20",
|
|
25784
25784
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -25793,7 +25793,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
25793
25793
|
], 12, r5)) : I("", !0),
|
|
25794
25794
|
s.value === "molecule" ? (c(), v("svg", {
|
|
25795
25795
|
key: 12,
|
|
25796
|
-
xmlns: R(
|
|
25796
|
+
xmlns: R(it),
|
|
25797
25797
|
width: "100%",
|
|
25798
25798
|
viewBox: "0 0 100 100",
|
|
25799
25799
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -25873,7 +25873,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
25873
25873
|
], 12, n5)) : I("", !0),
|
|
25874
25874
|
s.value === "tiremarks" ? (c(), v("svg", {
|
|
25875
25875
|
key: 13,
|
|
25876
|
-
xmlns: R(
|
|
25876
|
+
xmlns: R(it),
|
|
25877
25877
|
width: "100%",
|
|
25878
25878
|
viewBox: "0 0 312 56",
|
|
25879
25879
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -25892,7 +25892,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
25892
25892
|
], 12, y5)) : I("", !0),
|
|
25893
25893
|
s.value === "pyramid" ? (c(), v("svg", {
|
|
25894
25894
|
key: 14,
|
|
25895
|
-
xmlns: R(
|
|
25895
|
+
xmlns: R(it),
|
|
25896
25896
|
width: "100%",
|
|
25897
25897
|
viewBox: "0 0 105 80",
|
|
25898
25898
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -25916,7 +25916,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
25916
25916
|
], 12, b5)) : I("", !0),
|
|
25917
25917
|
s.value === "rings" ? (c(), v("svg", {
|
|
25918
25918
|
key: 15,
|
|
25919
|
-
xmlns: R(
|
|
25919
|
+
xmlns: R(it),
|
|
25920
25920
|
width: "100%",
|
|
25921
25921
|
viewBox: "0 0 400 400",
|
|
25922
25922
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -25942,7 +25942,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
25942
25942
|
], 12, k5)) : I("", !0),
|
|
25943
25943
|
s.value === "wheel" ? (c(), v("svg", {
|
|
25944
25944
|
key: 16,
|
|
25945
|
-
xmlns: R(
|
|
25945
|
+
xmlns: R(it),
|
|
25946
25946
|
width: "100%",
|
|
25947
25947
|
viewBox: "0 0 400 400",
|
|
25948
25948
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -25976,7 +25976,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
25976
25976
|
], 12, _5)) : I("", !0),
|
|
25977
25977
|
s.value === "sparkline" ? (c(), v("svg", {
|
|
25978
25978
|
key: 17,
|
|
25979
|
-
xmlns: R(
|
|
25979
|
+
xmlns: R(it),
|
|
25980
25980
|
width: "100%",
|
|
25981
25981
|
viewBox: "0 0 150 32",
|
|
25982
25982
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -26015,7 +26015,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26015
26015
|
], 12, S5)) : I("", !0),
|
|
26016
26016
|
s.value === "candlesticks" ? (c(), v("svg", {
|
|
26017
26017
|
key: 18,
|
|
26018
|
-
xmlns: R(
|
|
26018
|
+
xmlns: R(it),
|
|
26019
26019
|
width: "100%",
|
|
26020
26020
|
viewBox: "0 0 512 316",
|
|
26021
26021
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -26080,7 +26080,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26080
26080
|
], 12, U5)) : I("", !0),
|
|
26081
26081
|
s.value === "heatmap" ? (c(), v("svg", {
|
|
26082
26082
|
key: 19,
|
|
26083
|
-
xmlns: R(
|
|
26083
|
+
xmlns: R(it),
|
|
26084
26084
|
width: "100%",
|
|
26085
26085
|
viewBox: `0 0 ${10 * a.value.style.heatmap.cellsX} ${10 * a.value.style.heatmap.cellsY}`,
|
|
26086
26086
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -26101,7 +26101,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26101
26101
|
], 12, z5)) : I("", !0),
|
|
26102
26102
|
s.value === "chestnut" ? (c(), v("svg", {
|
|
26103
26103
|
key: 20,
|
|
26104
|
-
xmlns: R(
|
|
26104
|
+
xmlns: R(it),
|
|
26105
26105
|
width: "100%",
|
|
26106
26106
|
viewBox: "0 0 512 316",
|
|
26107
26107
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -26171,7 +26171,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26171
26171
|
], 12, G5)) : I("", !0),
|
|
26172
26172
|
s.value === "donutEvolution" ? (c(), v("svg", {
|
|
26173
26173
|
key: 21,
|
|
26174
|
-
xmlns: R(
|
|
26174
|
+
xmlns: R(it),
|
|
26175
26175
|
width: "100%",
|
|
26176
26176
|
viewBox: "0 0 108 70",
|
|
26177
26177
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -26238,7 +26238,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26238
26238
|
], 12, J5)) : I("", !0),
|
|
26239
26239
|
s.value === "line" ? (c(), v("svg", {
|
|
26240
26240
|
key: 22,
|
|
26241
|
-
xmlns: R(
|
|
26241
|
+
xmlns: R(it),
|
|
26242
26242
|
width: "100%",
|
|
26243
26243
|
viewBox: "0 0 100 70",
|
|
26244
26244
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -26290,7 +26290,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26290
26290
|
], 12, ix)) : I("", !0),
|
|
26291
26291
|
s.value === "bar" ? (c(), v("svg", {
|
|
26292
26292
|
key: 23,
|
|
26293
|
-
xmlns: R(
|
|
26293
|
+
xmlns: R(it),
|
|
26294
26294
|
width: "100%",
|
|
26295
26295
|
viewBox: "0 0 100 70",
|
|
26296
26296
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -26328,7 +26328,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26328
26328
|
], 12, gx)) : I("", !0),
|
|
26329
26329
|
s.value === "donut" ? (c(), v("svg", {
|
|
26330
26330
|
key: 24,
|
|
26331
|
-
xmlns: R(
|
|
26331
|
+
xmlns: R(it),
|
|
26332
26332
|
width: "100%",
|
|
26333
26333
|
viewBox: "0 0 400 400",
|
|
26334
26334
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -26354,7 +26354,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26354
26354
|
], 12, wx)) : I("", !0),
|
|
26355
26355
|
s.value === "onion" ? (c(), v("svg", {
|
|
26356
26356
|
key: 25,
|
|
26357
|
-
xmlns: R(
|
|
26357
|
+
xmlns: R(it),
|
|
26358
26358
|
width: "100%",
|
|
26359
26359
|
viewBox: "0 0 400 400",
|
|
26360
26360
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -26412,7 +26412,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26412
26412
|
], 4)) : I("", !0),
|
|
26413
26413
|
s.value === "quadrant" ? (c(), v("svg", {
|
|
26414
26414
|
key: 27,
|
|
26415
|
-
xmlns: R(
|
|
26415
|
+
xmlns: R(it),
|
|
26416
26416
|
viewBox: "0 0 100 100",
|
|
26417
26417
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
26418
26418
|
}, [
|
|
@@ -26489,7 +26489,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26489
26489
|
], 12, $x)) : I("", !0),
|
|
26490
26490
|
s.value === "radar" ? (c(), v("svg", {
|
|
26491
26491
|
key: 28,
|
|
26492
|
-
xmlns: R(
|
|
26492
|
+
xmlns: R(it),
|
|
26493
26493
|
viewBox: "0 0 100 100",
|
|
26494
26494
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
26495
26495
|
}, [
|
|
@@ -26555,7 +26555,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26555
26555
|
], 12, Gx)) : I("", !0),
|
|
26556
26556
|
s.value === "waffle" ? (c(), v("svg", {
|
|
26557
26557
|
key: 29,
|
|
26558
|
-
xmlns: R(
|
|
26558
|
+
xmlns: R(it),
|
|
26559
26559
|
viewBox: "0 0 100 100",
|
|
26560
26560
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
26561
26561
|
}, [
|
|
@@ -26600,7 +26600,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26600
26600
|
], 12, eB)) : I("", !0),
|
|
26601
26601
|
s.value === "table" ? (c(), v("svg", {
|
|
26602
26602
|
key: 30,
|
|
26603
|
-
xmlns: R(
|
|
26603
|
+
xmlns: R(it),
|
|
26604
26604
|
width: "100%",
|
|
26605
26605
|
viewBox: "0 0 100 70",
|
|
26606
26606
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -26645,7 +26645,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26645
26645
|
}, [
|
|
26646
26646
|
a.value.style.rating.filled ? (c(), v("svg", {
|
|
26647
26647
|
key: 0,
|
|
26648
|
-
xmlns: R(
|
|
26648
|
+
xmlns: R(it),
|
|
26649
26649
|
style: K(`width:${a.value.style.rating.maxWidth / 5}px;aspect-ratio: 1 / 1`),
|
|
26650
26650
|
viewBox: "0 0 24 24",
|
|
26651
26651
|
"stroke-width": "1.5",
|
|
@@ -26662,7 +26662,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26662
26662
|
}, null, 8, cB)
|
|
26663
26663
|
], 12, uB)) : (c(), v("svg", {
|
|
26664
26664
|
key: 1,
|
|
26665
|
-
xmlns: R(
|
|
26665
|
+
xmlns: R(it),
|
|
26666
26666
|
style: K(`width:${a.value.style.rating.maxWidth / 5}px;aspect-ratio: 1 / 1`),
|
|
26667
26667
|
viewBox: "0 0 24 24",
|
|
26668
26668
|
"stroke-width": "1.5",
|
|
@@ -26673,7 +26673,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26673
26673
|
}, vB, 12, dB)),
|
|
26674
26674
|
a.value.style.rating.filled ? (c(), v("svg", {
|
|
26675
26675
|
key: 2,
|
|
26676
|
-
xmlns: R(
|
|
26676
|
+
xmlns: R(it),
|
|
26677
26677
|
style: K(`width:${a.value.style.rating.maxWidth / 5}px;aspect-ratio: 1 / 1`),
|
|
26678
26678
|
viewBox: "0 0 24 24",
|
|
26679
26679
|
"stroke-width": "1.5",
|
|
@@ -26690,7 +26690,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26690
26690
|
}, null, 8, yB)
|
|
26691
26691
|
], 12, fB)) : (c(), v("svg", {
|
|
26692
26692
|
key: 3,
|
|
26693
|
-
xmlns: R(
|
|
26693
|
+
xmlns: R(it),
|
|
26694
26694
|
style: K(`width:${a.value.style.rating.maxWidth / 5}px;aspect-ratio: 1 / 1`),
|
|
26695
26695
|
viewBox: "0 0 24 24",
|
|
26696
26696
|
"stroke-width": "1.5",
|
|
@@ -26701,7 +26701,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26701
26701
|
}, mB, 12, pB)),
|
|
26702
26702
|
a.value.style.rating.filled ? (c(), v("svg", {
|
|
26703
26703
|
key: 4,
|
|
26704
|
-
xmlns: R(
|
|
26704
|
+
xmlns: R(it),
|
|
26705
26705
|
style: K(`width:${a.value.style.rating.maxWidth / 5}px;aspect-ratio: 1 / 1`),
|
|
26706
26706
|
viewBox: "0 0 24 24",
|
|
26707
26707
|
"stroke-width": "1.5",
|
|
@@ -26718,7 +26718,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26718
26718
|
}, null, 8, CB)
|
|
26719
26719
|
], 12, wB)) : (c(), v("svg", {
|
|
26720
26720
|
key: 5,
|
|
26721
|
-
xmlns: R(
|
|
26721
|
+
xmlns: R(it),
|
|
26722
26722
|
style: K(`width:${a.value.style.rating.maxWidth / 5}px;aspect-ratio: 1 / 1`),
|
|
26723
26723
|
viewBox: "0 0 24 24",
|
|
26724
26724
|
"stroke-width": "1.5",
|
|
@@ -26729,7 +26729,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26729
26729
|
}, IB, 12, xB)),
|
|
26730
26730
|
a.value.style.rating.filled ? (c(), v("svg", {
|
|
26731
26731
|
key: 6,
|
|
26732
|
-
xmlns: R(
|
|
26732
|
+
xmlns: R(it),
|
|
26733
26733
|
style: K(`width:${a.value.style.rating.maxWidth / 5}px;aspect-ratio: 1 / 1`),
|
|
26734
26734
|
viewBox: "0 0 24 24",
|
|
26735
26735
|
"stroke-width": "1.5",
|
|
@@ -26746,7 +26746,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26746
26746
|
}, null, 8, $B)
|
|
26747
26747
|
], 12, SB)) : (c(), v("svg", {
|
|
26748
26748
|
key: 7,
|
|
26749
|
-
xmlns: R(
|
|
26749
|
+
xmlns: R(it),
|
|
26750
26750
|
style: K(`width:${a.value.style.rating.maxWidth / 5}px;aspect-ratio: 1 / 1`),
|
|
26751
26751
|
viewBox: "0 0 24 24",
|
|
26752
26752
|
"stroke-width": "1.5",
|
|
@@ -26757,7 +26757,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26757
26757
|
}, QB, 12, MB)),
|
|
26758
26758
|
a.value.style.rating.filled ? (c(), v("svg", {
|
|
26759
26759
|
key: 8,
|
|
26760
|
-
xmlns: R(
|
|
26760
|
+
xmlns: R(it),
|
|
26761
26761
|
style: K(`width:${a.value.style.rating.maxWidth / 5}px;aspect-ratio: 1 / 1`),
|
|
26762
26762
|
viewBox: "0 0 24 24",
|
|
26763
26763
|
"stroke-width": "1.5",
|
|
@@ -26774,7 +26774,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26774
26774
|
}, null, 8, OB)
|
|
26775
26775
|
], 12, EB)) : (c(), v("svg", {
|
|
26776
26776
|
key: 9,
|
|
26777
|
-
xmlns: R(
|
|
26777
|
+
xmlns: R(it),
|
|
26778
26778
|
style: K(`width:${a.value.style.rating.maxWidth / 5}px;aspect-ratio: 1 / 1`),
|
|
26779
26779
|
viewBox: "0 0 24 24",
|
|
26780
26780
|
"stroke-width": "1.5",
|
|
@@ -26785,7 +26785,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26785
26785
|
}, HB, 12, PB))
|
|
26786
26786
|
], 4)) : (c(), v("svg", {
|
|
26787
26787
|
key: 1,
|
|
26788
|
-
xmlns: R(
|
|
26788
|
+
xmlns: R(it),
|
|
26789
26789
|
width: "100%",
|
|
26790
26790
|
viewBox: "0 0 100 30",
|
|
26791
26791
|
style: K(`background:${a.value.style.backgroundColor};max-width:${a.value.style.rating.maxWidth}px`)
|
|
@@ -26805,7 +26805,7 @@ const wr = (e) => (ia("data-v-73139463"), e = e(), ua(), e), Ik = ["id"], Sk = [
|
|
|
26805
26805
|
], 64)) : I("", !0),
|
|
26806
26806
|
s.value === "verticalBar" ? (c(), v("svg", {
|
|
26807
26807
|
key: 32,
|
|
26808
|
-
xmlns: R(
|
|
26808
|
+
xmlns: R(it),
|
|
26809
26809
|
width: "100%",
|
|
26810
26810
|
viewBox: "0 0 100 100",
|
|
26811
26811
|
style: K(`background:${a.value.style.backgroundColor}`)
|
|
@@ -26880,7 +26880,7 @@ const qB = ["id"], YB = ["xmlns", "viewBox"], JB = ["id"], ZB = ["stop-color"],
|
|
|
26880
26880
|
value: [void 0].includes(O.value) ? null : O.value
|
|
26881
26881
|
}));
|
|
26882
26882
|
Et(() => {
|
|
26883
|
-
if (Vt(o.dataset) ?
|
|
26883
|
+
if (Vt(o.dataset) ? ut({
|
|
26884
26884
|
componentName: "VueUiSparkline",
|
|
26885
26885
|
type: "dataset"
|
|
26886
26886
|
}) : o.dataset.forEach((O, M) => {
|
|
@@ -26888,7 +26888,7 @@ const qB = ["id"], YB = ["xmlns", "viewBox"], JB = ["id"], ZB = ["stop-color"],
|
|
|
26888
26888
|
datasetObject: O,
|
|
26889
26889
|
requiredAttributes: ["period", "value"]
|
|
26890
26890
|
}).forEach((Z) => {
|
|
26891
|
-
|
|
26891
|
+
ut({
|
|
26892
26892
|
componentName: "VueUiSparkline",
|
|
26893
26893
|
type: "datasetSerieAttribute",
|
|
26894
26894
|
property: Z,
|
|
@@ -26981,7 +26981,7 @@ const qB = ["id"], YB = ["xmlns", "viewBox"], JB = ["id"], ZB = ["stop-color"],
|
|
|
26981
26981
|
id: l.value,
|
|
26982
26982
|
style: K(`width:100%;font-family:${s.value.style.fontFamily}`)
|
|
26983
26983
|
}, [
|
|
26984
|
-
Se(O.$slots, "before", rt(
|
|
26984
|
+
Se(O.$slots, "before", rt(At({
|
|
26985
26985
|
selected: Q.value,
|
|
26986
26986
|
latest: $.value.latest,
|
|
26987
26987
|
sum: $.value.sum,
|
|
@@ -27000,7 +27000,7 @@ const qB = ["id"], YB = ["xmlns", "viewBox"], JB = ["id"], ZB = ["stop-color"],
|
|
|
27000
27000
|
], 4)) : I("", !0),
|
|
27001
27001
|
a.value ? (c(), v("svg", {
|
|
27002
27002
|
key: 1,
|
|
27003
|
-
xmlns: R(
|
|
27003
|
+
xmlns: R(it),
|
|
27004
27004
|
viewBox: `0 0 ${h.value.width} ${h.value.height}`,
|
|
27005
27005
|
style: K(`background:${s.value.style.backgroundColor};overflow:visible`)
|
|
27006
27006
|
}, [
|
|
@@ -27234,7 +27234,7 @@ const m_ = ["id"], w_ = { style: { "z-index": "1", "padding-right": "24px" } },
|
|
|
27234
27234
|
fileName: i.value.title.text || "vue-ui-table-sparkline"
|
|
27235
27235
|
}), B = ae(() => Ll(i.value.customPalette)), u = z(null), k = z(!1), m = ae(() => i.value.responsiveBreakpoint);
|
|
27236
27236
|
Et(() => {
|
|
27237
|
-
Vt(o.dataset) &&
|
|
27237
|
+
Vt(o.dataset) && ut({
|
|
27238
27238
|
componentName: "VueUiTableSparkline",
|
|
27239
27239
|
type: "dataset"
|
|
27240
27240
|
});
|
|
@@ -27250,7 +27250,7 @@ const m_ = ["id"], w_ = { style: { "z-index": "1", "padding-right": "24px" } },
|
|
|
27250
27250
|
datasetObject: W,
|
|
27251
27251
|
requiredAttributes: ["name", "values"]
|
|
27252
27252
|
}).forEach((oe) => {
|
|
27253
|
-
|
|
27253
|
+
ut({
|
|
27254
27254
|
componentName: "VueUiTableSparkline",
|
|
27255
27255
|
type: "datasetSerieAttribute",
|
|
27256
27256
|
property: oe,
|
|
@@ -27460,7 +27460,7 @@ const m_ = ["id"], w_ = { style: { "z-index": "1", "padding-right": "24px" } },
|
|
|
27460
27460
|
W.$slots.optionFullscreen ? {
|
|
27461
27461
|
name: "optionFullscreen",
|
|
27462
27462
|
fn: Me(({ toggleFullscreen: S, isFullscreen: F }) => [
|
|
27463
|
-
Se(W.$slots, "optionFullscreen", rt(
|
|
27463
|
+
Se(W.$slots, "optionFullscreen", rt(At({ toggleFullscreen: S, isFullscreen: F })), void 0, !0)
|
|
27464
27464
|
]),
|
|
27465
27465
|
key: "3"
|
|
27466
27466
|
} : void 0
|
|
@@ -27815,7 +27815,7 @@ const z_ = ["id"], R_ = {
|
|
|
27815
27815
|
stroke: r.value.head.iconColor
|
|
27816
27816
|
}, null, 8, ["stroke"]))
|
|
27817
27817
|
])),
|
|
27818
|
-
Se(A.$slots, "title", rt(
|
|
27818
|
+
Se(A.$slots, "title", rt(At({ color: r.value.head.color, isOpen: a.value })), void 0, !0)
|
|
27819
27819
|
], 4)
|
|
27820
27820
|
], 2)
|
|
27821
27821
|
], 40, z_),
|
|
@@ -27823,7 +27823,7 @@ const z_ = ["id"], R_ = {
|
|
|
27823
27823
|
class: "vue-ui-accordion-content",
|
|
27824
27824
|
style: K(`background:${r.value.body.backgroundColor};color:${r.value.body.color}`)
|
|
27825
27825
|
}, [
|
|
27826
|
-
Se(A.$slots, "content", rt(
|
|
27826
|
+
Se(A.$slots, "content", rt(At({ backgroundColor: r.value.body.backgroundColor, color: r.value.body.color, isOpen: a.value })), void 0, !0)
|
|
27827
27827
|
], 4)
|
|
27828
27828
|
]));
|
|
27829
27829
|
}
|
|
@@ -28505,7 +28505,7 @@ const W_ = _t(), j_ = {
|
|
|
28505
28505
|
dataLabel: nt,
|
|
28506
28506
|
isFunction: dl,
|
|
28507
28507
|
functionReturnsString: Wl,
|
|
28508
|
-
error:
|
|
28508
|
+
error: ut,
|
|
28509
28509
|
objectIsEmpty: Vt,
|
|
28510
28510
|
createTSpans: cw,
|
|
28511
28511
|
useNestedProp: ft,
|
|
@@ -28829,7 +28829,7 @@ function WF(e, t, o, r, a, l) {
|
|
|
28829
28829
|
e.$slots.optionFullscreen ? {
|
|
28830
28830
|
name: "optionFullscreen",
|
|
28831
28831
|
fn: Me(({ toggleFullscreen: n, isFullscreen: y }) => [
|
|
28832
|
-
Se(e.$slots, "optionFullscreen", rt(
|
|
28832
|
+
Se(e.$slots, "optionFullscreen", rt(At({ toggleFullscreen: n, isFullscreen: y })), void 0, !0)
|
|
28833
28833
|
]),
|
|
28834
28834
|
key: "7"
|
|
28835
28835
|
} : void 0
|
|
@@ -29736,7 +29736,7 @@ function WF(e, t, o, r, a, l) {
|
|
|
29736
29736
|
onReset: l.refreshSlicer
|
|
29737
29737
|
}, {
|
|
29738
29738
|
"reset-action": Me(({ reset: n }) => [
|
|
29739
|
-
Se(e.$slots, "reset-action", rt(
|
|
29739
|
+
Se(e.$slots, "reset-action", rt(At({ reset: n })), void 0, !0)
|
|
29740
29740
|
]),
|
|
29741
29741
|
_: 3
|
|
29742
29742
|
}, 8, ["background", "fontSize", "useResetSlot", "labelLeft", "labelRight", "textColor", "inputColor", "selectColor", "borderColor", "max", "valueStart", "valueEnd", "start", "end", "onReset"])) : I("", !0),
|
|
@@ -29807,10 +29807,10 @@ function WF(e, t, o, r, a, l) {
|
|
|
29807
29807
|
isCustom: l.FINAL_CONFIG.chart.tooltip.customFormat && typeof l.FINAL_CONFIG.chart.tooltip.customFormat == "function"
|
|
29808
29808
|
}, {
|
|
29809
29809
|
"tooltip-before": Me(() => [
|
|
29810
|
-
Se(e.$slots, "tooltip-before", rt(
|
|
29810
|
+
Se(e.$slots, "tooltip-before", rt(At({ ...l.dataTooltipSlot })), void 0, !0)
|
|
29811
29811
|
]),
|
|
29812
29812
|
"tooltip-after": Me(() => [
|
|
29813
|
-
Se(e.$slots, "tooltip-after", rt(
|
|
29813
|
+
Se(e.$slots, "tooltip-after", rt(At({ ...l.dataTooltipSlot })), void 0, !0)
|
|
29814
29814
|
]),
|
|
29815
29815
|
_: 3
|
|
29816
29816
|
}, 8, ["show", "backgroundColor", "color", "fontSize", "borderRadius", "borderColor", "borderWidth", "parent", "content", "isCustom"]),
|
|
@@ -31472,7 +31472,7 @@ function wL(e, t, o = !1) {
|
|
|
31472
31472
|
}
|
|
31473
31473
|
function kL(e) {
|
|
31474
31474
|
const t = document.createElement("canvas");
|
|
31475
|
-
return t.width = e.width ||
|
|
31475
|
+
return t.width = e.width || 1, t.height = e.height || 1, e.width || (e.width = 1), e.height || (e.height = 1), t.getContext("2d").drawImage(e, 0, 0), t;
|
|
31476
31476
|
}
|
|
31477
31477
|
function Qo(e, t) {
|
|
31478
31478
|
return [null, void 0, NaN, 1 / 0, -1 / 0].includes(e) ? t : e;
|
|
@@ -31583,7 +31583,7 @@ const FL = (e) => (ia("data-v-fc296568"), e = e(), ua(), e), LL = ["id"], IL = [
|
|
|
31583
31583
|
}
|
|
31584
31584
|
}), s = z(null), i = z(null), h = z(null), f = z(null);
|
|
31585
31585
|
Et(() => {
|
|
31586
|
-
if (Vt(r.dataset) ?
|
|
31586
|
+
if (Vt(r.dataset) ? ut({
|
|
31587
31587
|
componentName: "VueUiDonut",
|
|
31588
31588
|
type: "dataset"
|
|
31589
31589
|
}) : r.dataset.forEach((ge, Y) => {
|
|
@@ -31591,7 +31591,7 @@ const FL = (e) => (ia("data-v-fc296568"), e = e(), ua(), e), LL = ["id"], IL = [
|
|
|
31591
31591
|
datasetObject: ge,
|
|
31592
31592
|
requiredAttributes: ["name", "values"]
|
|
31593
31593
|
}).forEach((he) => {
|
|
31594
|
-
l.value = !1,
|
|
31594
|
+
l.value = !1, ut({
|
|
31595
31595
|
componentName: "VueUiDonut",
|
|
31596
31596
|
type: "datasetSerieAttribute",
|
|
31597
31597
|
property: he,
|
|
@@ -31930,14 +31930,14 @@ const FL = (e) => (ia("data-v-fc296568"), e = e(), ua(), e), LL = ["id"], IL = [
|
|
|
31930
31930
|
ge.$slots.optionFullscreen ? {
|
|
31931
31931
|
name: "optionFullscreen",
|
|
31932
31932
|
fn: Me(({ toggleFullscreen: he, isFullscreen: pe }) => [
|
|
31933
|
-
Se(ge.$slots, "optionFullscreen", rt(
|
|
31933
|
+
Se(ge.$slots, "optionFullscreen", rt(At({ toggleFullscreen: he, isFullscreen: pe })), void 0, !0)
|
|
31934
31934
|
]),
|
|
31935
31935
|
key: "6"
|
|
31936
31936
|
} : void 0
|
|
31937
31937
|
]), 1032, ["backgroundColor", "color", "isPrinting", "isImaging", "uid", "hasTooltip", "hasPdf", "hasImg", "hasXls", "hasTable", "hasLabel", "hasFullscreen", "isFullscreen", "chartElement", "isTooltip", "titles", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
31938
31938
|
l.value ? (c(), v("svg", {
|
|
31939
31939
|
key: 2,
|
|
31940
|
-
xmlns: R(
|
|
31940
|
+
xmlns: R(it),
|
|
31941
31941
|
class: Pe({ "vue-data-ui-fullscreen--on": j.value, "vue-data-ui-fulscreen--off": !j.value }),
|
|
31942
31942
|
viewBox: `0 0 ${$.value.width <= 0 ? 10 : $.value.width} ${$.value.height <= 0 ? 10 : $.value.height}`,
|
|
31943
31943
|
style: K(`max-width:100%; overflow: visible; background:${n.value.style.chart.backgroundColor};color:${n.value.style.chart.color}`)
|
|
@@ -32114,7 +32114,7 @@ const FL = (e) => (ia("data-v-fc296568"), e = e(), ua(), e), LL = ["id"], IL = [
|
|
|
32114
32114
|
style: { overflow: "visible" }
|
|
32115
32115
|
}, [
|
|
32116
32116
|
p("div", null, [
|
|
32117
|
-
Se(ge.$slots, "dataLabel", rt(
|
|
32117
|
+
Se(ge.$slots, "dataLabel", rt(At({
|
|
32118
32118
|
datapoint: he,
|
|
32119
32119
|
isBlur: !n.value.useBlurOnHover || [null, void 0].includes(k.value) || k.value === pe,
|
|
32120
32120
|
isSafari: E.value,
|
|
@@ -32228,10 +32228,10 @@ const FL = (e) => (ia("data-v-fc296568"), e = e(), ua(), e), LL = ["id"], IL = [
|
|
|
32228
32228
|
isCustom: R(dl)(n.value.style.chart.tooltip.customFormat)
|
|
32229
32229
|
}, {
|
|
32230
32230
|
"tooltip-before": Me(() => [
|
|
32231
|
-
Se(ge.$slots, "tooltip-before", rt(
|
|
32231
|
+
Se(ge.$slots, "tooltip-before", rt(At({ ...Le.value })), void 0, !0)
|
|
32232
32232
|
]),
|
|
32233
32233
|
"tooltip-after": Me(() => [
|
|
32234
|
-
Se(ge.$slots, "tooltip-after", rt(
|
|
32234
|
+
Se(ge.$slots, "tooltip-after", rt(At({ ...Le.value })), void 0, !0)
|
|
32235
32235
|
]),
|
|
32236
32236
|
_: 3
|
|
32237
32237
|
}, 8, ["show", "backgroundColor", "color", "fontSize", "borderRadius", "borderColor", "borderWidth", "parent", "content", "isCustom"]),
|
|
@@ -32321,7 +32321,7 @@ const _1 = (e) => (ia("data-v-5f762d56"), e = e(), ua(), e), d8 = ["id"], h8 = [
|
|
|
32321
32321
|
} : Y;
|
|
32322
32322
|
}), n = z(null);
|
|
32323
32323
|
Et(() => {
|
|
32324
|
-
if (Vt(r.dataset) ?
|
|
32324
|
+
if (Vt(r.dataset) ? ut({
|
|
32325
32325
|
componentName: "VueUiWaffle",
|
|
32326
32326
|
type: "dataset"
|
|
32327
32327
|
}) : r.dataset.forEach((Y, he) => {
|
|
@@ -32329,7 +32329,7 @@ const _1 = (e) => (ia("data-v-5f762d56"), e = e(), ua(), e), d8 = ["id"], h8 = [
|
|
|
32329
32329
|
datasetObject: Y,
|
|
32330
32330
|
requiredAttributes: ["name", "values"]
|
|
32331
32331
|
}).forEach((pe) => {
|
|
32332
|
-
|
|
32332
|
+
ut({
|
|
32333
32333
|
componentName: "VueUiWaffle",
|
|
32334
32334
|
type: "datasetSerieAttribute",
|
|
32335
32335
|
property: pe,
|
|
@@ -32385,7 +32385,7 @@ const _1 = (e) => (ia("data-v-5f762d56"), e = e(), ua(), e), d8 = ["id"], h8 = [
|
|
|
32385
32385
|
const Y = Ae.value.map((he, pe) => (he.values || []).reduce((fe, xe) => fe + xe));
|
|
32386
32386
|
return Z(Y);
|
|
32387
32387
|
}), q = ae(() => (r.dataset.forEach((Y, he) => {
|
|
32388
|
-
[null, void 0].includes(Y.values) &&
|
|
32388
|
+
[null, void 0].includes(Y.values) && ut({
|
|
32389
32389
|
componentName: "VueUiWaffle",
|
|
32390
32390
|
type: "datasetSerieAttribute",
|
|
32391
32391
|
property: "values (number[])",
|
|
@@ -32698,14 +32698,14 @@ const _1 = (e) => (ia("data-v-5f762d56"), e = e(), ua(), e), d8 = ["id"], h8 = [
|
|
|
32698
32698
|
Y.$slots.optionFullscreen ? {
|
|
32699
32699
|
name: "optionFullscreen",
|
|
32700
32700
|
fn: Me(({ toggleFullscreen: pe, isFullscreen: fe }) => [
|
|
32701
|
-
Se(Y.$slots, "optionFullscreen", rt(
|
|
32701
|
+
Se(Y.$slots, "optionFullscreen", rt(At({ toggleFullscreen: pe, isFullscreen: fe })), void 0, !0)
|
|
32702
32702
|
]),
|
|
32703
32703
|
key: "5"
|
|
32704
32704
|
} : void 0
|
|
32705
32705
|
]), 1032, ["backgroundColor", "color", "isPrinting", "isImaging", "uid", "hasTooltip", "hasPdf", "hasImg", "hasXls", "hasTable", "hasFullscreen", "isFullscreen", "isTooltip", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
32706
32706
|
l.value ? (c(), v("svg", {
|
|
32707
32707
|
key: 2,
|
|
32708
|
-
xmlns: R(
|
|
32708
|
+
xmlns: R(it),
|
|
32709
32709
|
class: Pe({ "vue-data-ui-fullscreen--on": G.value, "vue-data-ui-fulscreen--off": !G.value }),
|
|
32710
32710
|
viewBox: `0 0 ${$.value.width <= 0 ? 10 : $.value.width} ${$.value.height <= 0 ? 10 : $.value.height}`,
|
|
32711
32711
|
style: K(`max-width:100%;overflow:visible;background:${m.value.style.chart.backgroundColor};color:${m.value.style.chart.color}`)
|
|
@@ -32745,7 +32745,7 @@ const _1 = (e) => (ia("data-v-5f762d56"), e = e(), ua(), e), d8 = ["id"], h8 = [
|
|
|
32745
32745
|
width: P.value <= 0 ? 1e-4 : P.value,
|
|
32746
32746
|
class: "vue-ui-waffle-custom-cell-foreignObject"
|
|
32747
32747
|
}, [
|
|
32748
|
-
Se(Y.$slots, "cell", rt(
|
|
32748
|
+
Se(Y.$slots, "cell", rt(At({ cell: { ...pe, color: w.value[fe].color, ...w.value[fe] }, isSelected: [null, void 0].includes(A.value) ? !0 : w.value[fe].serieIndex === A.value })), void 0, !0)
|
|
32749
32749
|
], 8, w8))), 256)) : (c(), v(ke, { key: 1 }, [
|
|
32750
32750
|
(c(!0), v(ke, null, Ne(S.value, (pe, fe) => (c(), v("rect", {
|
|
32751
32751
|
rx: m.value.style.chart.layout.rect.rounded ? m.value.style.chart.layout.rect.rounding : 0,
|
|
@@ -32854,10 +32854,10 @@ const _1 = (e) => (ia("data-v-5f762d56"), e = e(), ua(), e), d8 = ["id"], h8 = [
|
|
|
32854
32854
|
fontSize: m.value.style.chart.tooltip.fontSize
|
|
32855
32855
|
}, {
|
|
32856
32856
|
"tooltip-before": Me(() => [
|
|
32857
|
-
Se(Y.$slots, "tooltip-before", rt(
|
|
32857
|
+
Se(Y.$slots, "tooltip-before", rt(At({ ...V.value })), void 0, !0)
|
|
32858
32858
|
]),
|
|
32859
32859
|
"tooltip-after": Me(() => [
|
|
32860
|
-
Se(Y.$slots, "tooltip-after", rt(
|
|
32860
|
+
Se(Y.$slots, "tooltip-after", rt(At({ ...V.value })), void 0, !0)
|
|
32861
32861
|
]),
|
|
32862
32862
|
_: 3
|
|
32863
32863
|
}, 8, ["show", "backgroundColor", "color", "borderRadius", "borderColor", "borderWidth", "parent", "content", "isCustom", "fontSize"]),
|
|
@@ -32940,7 +32940,7 @@ const _1 = (e) => (ia("data-v-5f762d56"), e = e(), ua(), e), d8 = ["id"], h8 = [
|
|
|
32940
32940
|
value: s.value.style.animation.show ? 0 : n.value || 0
|
|
32941
32941
|
})));
|
|
32942
32942
|
Et(() => {
|
|
32943
|
-
if (Vt(o.dataset) &&
|
|
32943
|
+
if (Vt(o.dataset) && ut({
|
|
32944
32944
|
componentName: "VueUiSparkbar",
|
|
32945
32945
|
type: "dataset"
|
|
32946
32946
|
}), s.value.style.animation.show) {
|
|
@@ -32966,7 +32966,7 @@ const _1 = (e) => (ia("data-v-5f762d56"), e = e(), ua(), e), d8 = ["id"], h8 = [
|
|
|
32966
32966
|
datasetObject: n,
|
|
32967
32967
|
requiredAttributes: ["name", "value"]
|
|
32968
32968
|
}).forEach((_) => {
|
|
32969
|
-
|
|
32969
|
+
ut({
|
|
32970
32970
|
componentName: "VueUiSparkbar",
|
|
32971
32971
|
type: "datasetSerieAttribute",
|
|
32972
32972
|
property: _,
|
|
@@ -33031,7 +33031,7 @@ const _1 = (e) => (ia("data-v-5f762d56"), e = e(), ua(), e), d8 = ["id"], h8 = [
|
|
|
33031
33031
|
style: K(`display:flex !important;${["left", "right"].includes(s.value.style.labels.name.position) ? "flex-direction:row !important" : "flex-direction:column !important"};gap:${s.value.style.gap}px !important;${s.value.style.labels.name.position === "right" ? "row-reverse !important" : ""};align-items:center;${e.dataset.length > 0 && T !== e.dataset.length - 1 ? "margin-bottom:6px" : ""}`),
|
|
33032
33032
|
onClick: () => m(_, T)
|
|
33033
33033
|
}, [
|
|
33034
|
-
Se(n.$slots, "data-label", rt(
|
|
33034
|
+
Se(n.$slots, "data-label", rt(At({ bar: {
|
|
33035
33035
|
..._,
|
|
33036
33036
|
target: k(_),
|
|
33037
33037
|
valueLabel: R(nt)({
|
|
@@ -33069,7 +33069,7 @@ const _1 = (e) => (ia("data-v-5f762d56"), e = e(), ua(), e), d8 = ["id"], h8 = [
|
|
|
33069
33069
|
})), 1)) : I("", !0)
|
|
33070
33070
|
], 4)),
|
|
33071
33071
|
(c(), v("svg", {
|
|
33072
|
-
xmlns: R(
|
|
33072
|
+
xmlns: R(it),
|
|
33073
33073
|
viewBox: `0 0 ${f.value.width} ${f.value.height}`,
|
|
33074
33074
|
width: "100%"
|
|
33075
33075
|
}, [
|
|
@@ -33171,7 +33171,7 @@ const j8 = ["id"], K8 = ["xmlns", "viewBox"], X8 = ["id"], q8 = ["stop-color"],
|
|
|
33171
33171
|
} : E;
|
|
33172
33172
|
}), m = z(null);
|
|
33173
33173
|
Et(() => {
|
|
33174
|
-
if (Vt(r.dataset) &&
|
|
33174
|
+
if (Vt(r.dataset) && ut({
|
|
33175
33175
|
componentName: "VueUiRadar",
|
|
33176
33176
|
type: "dataset"
|
|
33177
33177
|
}), k.value.responsive) {
|
|
@@ -33237,11 +33237,11 @@ const j8 = ["id"], K8 = ["xmlns", "viewBox"], X8 = ["id"], q8 = ["stop-color"],
|
|
|
33237
33237
|
proportion: E.totalProportion
|
|
33238
33238
|
}));
|
|
33239
33239
|
}
|
|
33240
|
-
const Z = ae(() => [null, void 0].includes(r.dataset.categories) ? (
|
|
33240
|
+
const Z = ae(() => [null, void 0].includes(r.dataset.categories) ? (ut({
|
|
33241
33241
|
componentName: "VueUiRadar",
|
|
33242
33242
|
type: "datasetAttribute",
|
|
33243
33243
|
property: "categories ({ name: string; prefix?: string; suffix?: string}[])"
|
|
33244
|
-
}), []) : (r.dataset.categories.length === 0 ?
|
|
33244
|
+
}), []) : (r.dataset.categories.length === 0 ? ut({
|
|
33245
33245
|
componentName: "VueUiRadar",
|
|
33246
33246
|
type: "datasetAttributeEmpty",
|
|
33247
33247
|
property: "categories"
|
|
@@ -33250,14 +33250,14 @@ const j8 = ["id"], K8 = ["xmlns", "viewBox"], X8 = ["id"], q8 = ["stop-color"],
|
|
|
33250
33250
|
datasetObject: E,
|
|
33251
33251
|
requiredAttributes: ["name"]
|
|
33252
33252
|
}).forEach((te) => {
|
|
33253
|
-
|
|
33253
|
+
ut({
|
|
33254
33254
|
componentName: "VueUiRadar",
|
|
33255
33255
|
type: "datasetAttribute",
|
|
33256
33256
|
property: `category.${te} at index ${N}`,
|
|
33257
33257
|
index: N
|
|
33258
33258
|
});
|
|
33259
33259
|
});
|
|
33260
|
-
}), [null, void 0].includes(r.dataset.series) ?
|
|
33260
|
+
}), [null, void 0].includes(r.dataset.series) ? ut({
|
|
33261
33261
|
componentName: "VueUiRadar",
|
|
33262
33262
|
type: "datasetAttribute",
|
|
33263
33263
|
property: "series ({ name: string; values: number[]; color?: string; target: number}[])"
|
|
@@ -33266,7 +33266,7 @@ const j8 = ["id"], K8 = ["xmlns", "viewBox"], X8 = ["id"], q8 = ["stop-color"],
|
|
|
33266
33266
|
datasetObject: E,
|
|
33267
33267
|
requiredAttributes: ["name", "values", "target"]
|
|
33268
33268
|
}).forEach((te) => {
|
|
33269
|
-
|
|
33269
|
+
ut({
|
|
33270
33270
|
componentName: "VueUiRadar",
|
|
33271
33271
|
type: "datasetSerieAttribute",
|
|
33272
33272
|
key: "series",
|
|
@@ -33515,14 +33515,14 @@ const j8 = ["id"], K8 = ["xmlns", "viewBox"], X8 = ["id"], q8 = ["stop-color"],
|
|
|
33515
33515
|
E.$slots.optionFullscreen ? {
|
|
33516
33516
|
name: "optionFullscreen",
|
|
33517
33517
|
fn: Me(({ toggleFullscreen: te, isFullscreen: G }) => [
|
|
33518
|
-
Se(E.$slots, "optionFullscreen", rt(
|
|
33518
|
+
Se(E.$slots, "optionFullscreen", rt(At({ toggleFullscreen: te, isFullscreen: G })), void 0, !0)
|
|
33519
33519
|
]),
|
|
33520
33520
|
key: "5"
|
|
33521
33521
|
} : void 0
|
|
33522
33522
|
]), 1032, ["backgroundColor", "color", "isImaging", "isPrinting", "uid", "hasTooltip", "hasPdf", "hasImg", "hasXls", "hasTable", "hasFullscreen", "isFullscreen", "isTooltip", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
33523
33523
|
l.value ? (c(), v("svg", {
|
|
33524
33524
|
key: 2,
|
|
33525
|
-
xmlns: R(
|
|
33525
|
+
xmlns: R(it),
|
|
33526
33526
|
class: Pe({ "vue-data-ui-fullscreen--on": se.value, "vue-data-ui-fulscreen--off": !se.value }),
|
|
33527
33527
|
viewBox: `0 0 ${$.value.width <= 0 ? 10 : $.value.width} ${$.value.height <= 0 ? 10 : $.value.height}`,
|
|
33528
33528
|
style: K(`max-width:100%;overflow:visible;background:${k.value.style.chart.backgroundColor};color:${k.value.style.chart.color}`)
|
|
@@ -33680,7 +33680,7 @@ const j8 = ["id"], K8 = ["xmlns", "viewBox"], X8 = ["id"], q8 = ["stop-color"],
|
|
|
33680
33680
|
isCustom: k.value.style.chart.tooltip.customFormat && typeof k.value.style.chart.tooltip.customFormat == "function"
|
|
33681
33681
|
}, {
|
|
33682
33682
|
"tooltip-before": Me(() => [
|
|
33683
|
-
Se(E.$slots, "tooltip-before", rt(
|
|
33683
|
+
Se(E.$slots, "tooltip-before", rt(At({ ...ve.value })), void 0, !0)
|
|
33684
33684
|
]),
|
|
33685
33685
|
"tooltip-after": Me(() => [
|
|
33686
33686
|
["function"].includes(typeof k.value.style.chart.tooltip.customFormat) ? I("", !0) : (c(), v("div", AI, [
|
|
@@ -33689,7 +33689,7 @@ const j8 = ["id"], K8 = ["xmlns", "viewBox"], X8 = ["id"], q8 = ["stop-color"],
|
|
|
33689
33689
|
config: J.value
|
|
33690
33690
|
}, null, 8, ["dataset", "config"])
|
|
33691
33691
|
])),
|
|
33692
|
-
Se(E.$slots, "tooltip-after", rt(
|
|
33692
|
+
Se(E.$slots, "tooltip-after", rt(At({ ...ve.value })), void 0, !0)
|
|
33693
33693
|
]),
|
|
33694
33694
|
_: 3
|
|
33695
33695
|
}, 8, ["show", "backgroundColor", "color", "borderRadius", "borderColor", "borderWidth", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -33775,22 +33775,22 @@ const vI = ["id"], fI = ["xmlns", "viewBox", "id"], gI = ["id"], yI = ["stop-col
|
|
|
33775
33775
|
} : fe;
|
|
33776
33776
|
}), n = z(null);
|
|
33777
33777
|
Et(() => {
|
|
33778
|
-
if (Vt(r.dataset) ?
|
|
33778
|
+
if (Vt(r.dataset) ? ut({
|
|
33779
33779
|
componentName: "VueUiQuadrant",
|
|
33780
33780
|
type: "dataset"
|
|
33781
33781
|
}) : r.dataset.forEach((fe, xe) => {
|
|
33782
|
-
[null, void 0].includes(fe.name) &&
|
|
33782
|
+
[null, void 0].includes(fe.name) && ut({
|
|
33783
33783
|
componentName: "VueUiQuadrant",
|
|
33784
33784
|
type: "datasetSerieAttribute",
|
|
33785
33785
|
property: "name",
|
|
33786
33786
|
index: xe
|
|
33787
|
-
}), [null, void 0].includes(fe.series) ?
|
|
33787
|
+
}), [null, void 0].includes(fe.series) ? ut({
|
|
33788
33788
|
componentName: "VueUiQuadrant",
|
|
33789
33789
|
type: "datasetSerieAttribute",
|
|
33790
33790
|
property: "series",
|
|
33791
33791
|
index: xe
|
|
33792
33792
|
}) : fe.series.forEach((Ue, Xe) => {
|
|
33793
|
-
[null, void 0].includes(Ue.name) &&
|
|
33793
|
+
[null, void 0].includes(Ue.name) && ut({
|
|
33794
33794
|
componentName: "VueUiQuadrant",
|
|
33795
33795
|
type: "datasetSerieAttribute",
|
|
33796
33796
|
property: "name",
|
|
@@ -33998,13 +33998,13 @@ const vI = ["id"], fI = ["xmlns", "viewBox", "id"], gI = ["id"], yI = ["stop-col
|
|
|
33998
33998
|
}))
|
|
33999
33999
|
}))), w = ae(() => (r.dataset.forEach((fe, xe) => {
|
|
34000
34000
|
fe.series.forEach((Ue, Xe) => {
|
|
34001
|
-
[null, void 0].includes(Ue.x) &&
|
|
34001
|
+
[null, void 0].includes(Ue.x) && ut({
|
|
34002
34002
|
componentName: "VueUiQuadrant",
|
|
34003
34003
|
type: "datasetSerieAttribute",
|
|
34004
34004
|
property: "x",
|
|
34005
34005
|
key: "series",
|
|
34006
34006
|
index: Xe
|
|
34007
|
-
}), [null, void 0].includes(Ue.y) &&
|
|
34007
|
+
}), [null, void 0].includes(Ue.y) && ut({
|
|
34008
34008
|
componentName: "VueUiQuadrant",
|
|
34009
34009
|
type: "datasetSerieAttribute",
|
|
34010
34010
|
property: "y",
|
|
@@ -34425,14 +34425,14 @@ const vI = ["id"], fI = ["xmlns", "viewBox", "id"], gI = ["id"], yI = ["stop-col
|
|
|
34425
34425
|
fe.$slots.optionFullscreen ? {
|
|
34426
34426
|
name: "optionFullscreen",
|
|
34427
34427
|
fn: Me(({ toggleFullscreen: Ue, isFullscreen: Xe }) => [
|
|
34428
|
-
Se(fe.$slots, "optionFullscreen", rt(
|
|
34428
|
+
Se(fe.$slots, "optionFullscreen", rt(At({ toggleFullscreen: Ue, isFullscreen: Xe })), void 0, !0)
|
|
34429
34429
|
]),
|
|
34430
34430
|
key: "6"
|
|
34431
34431
|
} : void 0
|
|
34432
34432
|
]), 1032, ["backgroundColor", "color", "isImaging", "isPrinting", "uid", "hasTooltip", "hasPdf", "hasImg", "hasXls", "hasTable", "hasLabel", "hasFullscreen", "isFullscreen", "isTooltip", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
34433
34433
|
l.value ? (c(), v("svg", {
|
|
34434
34434
|
key: 2,
|
|
34435
|
-
xmlns: R(
|
|
34435
|
+
xmlns: R(it),
|
|
34436
34436
|
class: Pe({ "vue-data-ui-fullscreen--on": de.value, "vue-data-ui-fulscreen--off": !de.value }),
|
|
34437
34437
|
viewBox: `${P.value.startX} ${P.value.startY} ${P.value.width} ${P.value.height}`,
|
|
34438
34438
|
style: K(`max-width:100%;overflow:${b.value ? "hidden" : "visible"};background:${m.value.style.chart.backgroundColor};color:${m.value.style.chart.color}`),
|
|
@@ -34462,8 +34462,8 @@ const vI = ["id"], fI = ["xmlns", "viewBox", "id"], gI = ["id"], yI = ["stop-col
|
|
|
34462
34462
|
fill: m.value.style.chart.layout.grid.graduations.fill ? `${m.value.style.chart.layout.grid.graduations.color}${Ue.opacity}` : "none",
|
|
34463
34463
|
x: Ue.x,
|
|
34464
34464
|
y: Ue.y,
|
|
34465
|
-
height: Ue.height,
|
|
34466
|
-
width: Ue.width,
|
|
34465
|
+
height: Ue.height <= 0 ? 1e-3 : Ue.height,
|
|
34466
|
+
width: Ue.width <= 0 ? 1e-3 : Ue.width,
|
|
34467
34467
|
"stroke-width": m.value.style.chart.layout.grid.graduations.strokeWidth,
|
|
34468
34468
|
stroke: m.value.style.chart.layout.grid.graduations.stroke,
|
|
34469
34469
|
rx: m.value.style.chart.layout.grid.graduations.roundingForce
|
|
@@ -34608,8 +34608,8 @@ const vI = ["id"], fI = ["xmlns", "viewBox", "id"], gI = ["id"], yI = ["stop-col
|
|
|
34608
34608
|
onClick: xe[4] || (xe[4] = (Ue) => Ae("TL")),
|
|
34609
34609
|
x: C.value.left,
|
|
34610
34610
|
y: C.value.top,
|
|
34611
|
-
width: C.value.usableWidth / 2,
|
|
34612
|
-
height: C.value.usableHeight / 2,
|
|
34611
|
+
width: C.value.usableWidth / 2 <= 0 ? 1e-3 : C.value.usableWidth / 2,
|
|
34612
|
+
height: C.value.usableHeight / 2 <= 0 ? 1e-3 : C.value.usableHeight / 2,
|
|
34613
34613
|
fill: "transparent",
|
|
34614
34614
|
class: Pe({ "vue-data-ui-zoom-plus": !b.value, "vue-data-ui-zoom-minus": b.value })
|
|
34615
34615
|
}, null, 10, zI),
|
|
@@ -34617,8 +34617,8 @@ const vI = ["id"], fI = ["xmlns", "viewBox", "id"], gI = ["id"], yI = ["stop-col
|
|
|
34617
34617
|
onClick: xe[5] || (xe[5] = (Ue) => Ae("TR")),
|
|
34618
34618
|
x: C.value.centerX,
|
|
34619
34619
|
y: C.value.top,
|
|
34620
|
-
width: C.value.usableWidth / 2,
|
|
34621
|
-
height: C.value.usableHeight / 2,
|
|
34620
|
+
width: C.value.usableWidth / 2 <= 0 ? 1e-3 : C.value.usableWidth / 2,
|
|
34621
|
+
height: C.value.usableHeight / 2 <= 0 ? 1e-3 : C.value.usableHeight / 2,
|
|
34622
34622
|
fill: "transparent",
|
|
34623
34623
|
class: Pe({ "vue-data-ui-zoom-plus": !b.value, "vue-data-ui-zoom-minus": b.value })
|
|
34624
34624
|
}, null, 10, RI),
|
|
@@ -34626,8 +34626,8 @@ const vI = ["id"], fI = ["xmlns", "viewBox", "id"], gI = ["id"], yI = ["stop-col
|
|
|
34626
34626
|
onClick: xe[6] || (xe[6] = (Ue) => Ae("BR")),
|
|
34627
34627
|
x: C.value.centerX,
|
|
34628
34628
|
y: C.value.centerY,
|
|
34629
|
-
width: C.value.usableWidth / 2,
|
|
34630
|
-
height: C.value.usableHeight / 2,
|
|
34629
|
+
width: C.value.usableWidth / 2 <= 0 ? 1e-3 : C.value.usableWidth / 2,
|
|
34630
|
+
height: C.value.usableHeight / 2 <= 0 ? 1e-3 : C.value.usableHeight / 2,
|
|
34631
34631
|
fill: "transparent",
|
|
34632
34632
|
class: Pe({ "vue-data-ui-zoom-plus": !b.value, "vue-data-ui-zoom-minus": b.value })
|
|
34633
34633
|
}, null, 10, GI),
|
|
@@ -34635,8 +34635,8 @@ const vI = ["id"], fI = ["xmlns", "viewBox", "id"], gI = ["id"], yI = ["stop-col
|
|
|
34635
34635
|
onClick: xe[7] || (xe[7] = (Ue) => Ae("BL")),
|
|
34636
34636
|
x: C.value.left,
|
|
34637
34637
|
y: C.value.centerY,
|
|
34638
|
-
width: C.value.usableWidth / 2,
|
|
34639
|
-
height: C.value.usableHeight / 2,
|
|
34638
|
+
width: C.value.usableWidth / 2 <= 0 ? 1e-3 : C.value.usableWidth / 2,
|
|
34639
|
+
height: C.value.usableHeight / 2 <= 0 ? 1e-3 : C.value.usableHeight / 2,
|
|
34640
34640
|
fill: "transparent",
|
|
34641
34641
|
class: Pe({ "vue-data-ui-zoom-plus": !b.value, "vue-data-ui-zoom-minus": b.value })
|
|
34642
34642
|
}, null, 10, VI)
|
|
@@ -34837,10 +34837,10 @@ const vI = ["id"], fI = ["xmlns", "viewBox", "id"], gI = ["id"], yI = ["stop-col
|
|
|
34837
34837
|
isCustom: m.value.style.chart.tooltip.customFormat && typeof m.value.style.chart.tooltip.customFormat == "function"
|
|
34838
34838
|
}, {
|
|
34839
34839
|
"tooltip-before": Me(() => [
|
|
34840
|
-
Se(fe.$slots, "tooltip-before", rt(
|
|
34840
|
+
Se(fe.$slots, "tooltip-before", rt(At({ ...j.value })), void 0, !0)
|
|
34841
34841
|
]),
|
|
34842
34842
|
"tooltip-after": Me(() => [
|
|
34843
|
-
Se(fe.$slots, "tooltip-after", rt(
|
|
34843
|
+
Se(fe.$slots, "tooltip-after", rt(At({ ...j.value })), void 0, !0)
|
|
34844
34844
|
]),
|
|
34845
34845
|
default: Me(() => [
|
|
34846
34846
|
m.value.style.chart.tooltip.showShape ? (c(), v("svg", cS, [
|
|
@@ -34896,7 +34896,7 @@ const vI = ["id"], fI = ["xmlns", "viewBox", "id"], gI = ["id"], yI = ["stop-col
|
|
|
34896
34896
|
}, 8, ["config"])) : I("", !0)
|
|
34897
34897
|
], 14, vI));
|
|
34898
34898
|
}
|
|
34899
|
-
}, vS = /* @__PURE__ */ Ut(hS, [["__scopeId", "data-v-
|
|
34899
|
+
}, vS = /* @__PURE__ */ Ut(hS, [["__scopeId", "data-v-04c17620"]]), fS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34900
34900
|
__proto__: null,
|
|
34901
34901
|
default: vS
|
|
34902
34902
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -34994,14 +34994,14 @@ const gS = ["id"], yS = ["xmlns", "viewBox"], pS = ["id"], bS = ["stop-color"],
|
|
|
34994
34994
|
return "#2D353C";
|
|
34995
34995
|
}), ce = z(null);
|
|
34996
34996
|
Et(() => {
|
|
34997
|
-
if (Vt(o.dataset) ?
|
|
34997
|
+
if (Vt(o.dataset) ? ut({
|
|
34998
34998
|
componentName: "VueUiGauge",
|
|
34999
34999
|
type: "dataset"
|
|
35000
35000
|
}) : (hl({
|
|
35001
35001
|
datasetObject: o.dataset,
|
|
35002
35002
|
requiredAttributes: ["value", "series"]
|
|
35003
35003
|
}).forEach((ue) => {
|
|
35004
|
-
|
|
35004
|
+
ut({
|
|
35005
35005
|
componentName: "VueUiGauge",
|
|
35006
35006
|
type: "datasetAttribute",
|
|
35007
35007
|
property: ue
|
|
@@ -35011,14 +35011,14 @@ const gS = ["id"], yS = ["xmlns", "viewBox"], pS = ["id"], bS = ["stop-color"],
|
|
|
35011
35011
|
datasetObject: ue,
|
|
35012
35012
|
requiredAttributes: ["from", "to"]
|
|
35013
35013
|
}).forEach((W) => {
|
|
35014
|
-
|
|
35014
|
+
ut({
|
|
35015
35015
|
componentName: "VueUiGauge",
|
|
35016
35016
|
type: "datasetSerieAttribute",
|
|
35017
35017
|
property: W,
|
|
35018
35018
|
index: q
|
|
35019
35019
|
});
|
|
35020
35020
|
});
|
|
35021
|
-
}) :
|
|
35021
|
+
}) : ut({
|
|
35022
35022
|
componentName: "VueUiGauge",
|
|
35023
35023
|
type: "datasetAttributeEmpty",
|
|
35024
35024
|
property: "series"
|
|
@@ -35162,14 +35162,14 @@ const gS = ["id"], yS = ["xmlns", "viewBox"], pS = ["id"], bS = ["stop-color"],
|
|
|
35162
35162
|
ue.$slots.optionFullscreen ? {
|
|
35163
35163
|
name: "optionFullscreen",
|
|
35164
35164
|
fn: Me(({ toggleFullscreen: W, isFullscreen: ee }) => [
|
|
35165
|
-
Se(ue.$slots, "optionFullscreen", rt(
|
|
35165
|
+
Se(ue.$slots, "optionFullscreen", rt(At({ toggleFullscreen: W, isFullscreen: ee })), void 0, !0)
|
|
35166
35166
|
]),
|
|
35167
35167
|
key: "2"
|
|
35168
35168
|
} : void 0
|
|
35169
35169
|
]), 1032, ["backgroundColor", "color", "isImaging", "isPrinting", "uid", "hasPdf", "hasImg", "hasFullscreen", "isFullscreen", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
35170
35170
|
a.value ? (c(), v("svg", {
|
|
35171
35171
|
key: 2,
|
|
35172
|
-
xmlns: R(
|
|
35172
|
+
xmlns: R(it),
|
|
35173
35173
|
class: Pe({ "vue-data-ui-fullscreen--on": Ae.value, "vue-data-ui-fulscreen--off": !Ae.value }),
|
|
35174
35174
|
viewBox: `0 0 ${T.value.width <= 0 ? 10 : T.value.width} ${T.value.height <= 0 ? 10 : T.value.height}`,
|
|
35175
35175
|
style: K(`max-width:100%;overflow:hidden !important;background:${b.value.style.chart.backgroundColor};color:${b.value.style.chart.color}`)
|
|
@@ -35431,7 +35431,7 @@ const DS = ["id"], HS = ["xmlns", "viewBox"], zS = { key: 0 }, RS = ["fill", "fo
|
|
|
35431
35431
|
datasetObject: N,
|
|
35432
35432
|
requiredAttributes: ["name", "branches"]
|
|
35433
35433
|
}).forEach((G) => {
|
|
35434
|
-
|
|
35434
|
+
ut({
|
|
35435
35435
|
componentName: "VueUiChestnut",
|
|
35436
35436
|
type: "datasetSerieAttribute",
|
|
35437
35437
|
property: G,
|
|
@@ -35442,7 +35442,7 @@ const DS = ["id"], HS = ["xmlns", "viewBox"], zS = { key: 0 }, RS = ["fill", "fo
|
|
|
35442
35442
|
datasetObject: G,
|
|
35443
35443
|
requiredAttributes: ["name", "value"]
|
|
35444
35444
|
}).forEach((de) => {
|
|
35445
|
-
|
|
35445
|
+
ut({
|
|
35446
35446
|
componentName: "VueUiChestnut",
|
|
35447
35447
|
type: "datasetSerieAttribute",
|
|
35448
35448
|
property: de,
|
|
@@ -35453,7 +35453,7 @@ const DS = ["id"], HS = ["xmlns", "viewBox"], zS = { key: 0 }, RS = ["fill", "fo
|
|
|
35453
35453
|
datasetObject: de,
|
|
35454
35454
|
requiredAttributes: ["name", "value"]
|
|
35455
35455
|
}).forEach((Y) => {
|
|
35456
|
-
|
|
35456
|
+
ut({
|
|
35457
35457
|
componentName: "VueUiChestnut",
|
|
35458
35458
|
type: "datasetSerieAttribute",
|
|
35459
35459
|
property: Y,
|
|
@@ -35574,7 +35574,7 @@ const DS = ["id"], HS = ["xmlns", "viewBox"], zS = { key: 0 }, RS = ["fill", "fo
|
|
|
35574
35574
|
}).observe(y.value);
|
|
35575
35575
|
}
|
|
35576
35576
|
Et(() => {
|
|
35577
|
-
Vt(r.dataset) &&
|
|
35577
|
+
Vt(r.dataset) && ut({
|
|
35578
35578
|
componentName: "VueUiChestnut",
|
|
35579
35579
|
type: "dataset"
|
|
35580
35580
|
});
|
|
@@ -35691,14 +35691,14 @@ const DS = ["id"], HS = ["xmlns", "viewBox"], zS = { key: 0 }, RS = ["fill", "fo
|
|
|
35691
35691
|
N.$slots.optionFullscreen ? {
|
|
35692
35692
|
name: "optionFullscreen",
|
|
35693
35693
|
fn: Me(({ toggleFullscreen: G, isFullscreen: be }) => [
|
|
35694
|
-
Se(N.$slots, "optionFullscreen", rt(
|
|
35694
|
+
Se(N.$slots, "optionFullscreen", rt(At({ toggleFullscreen: G, isFullscreen: be })), void 0, !0)
|
|
35695
35695
|
]),
|
|
35696
35696
|
key: "4"
|
|
35697
35697
|
} : void 0
|
|
35698
35698
|
]), 1032, ["backgroundColor", "color", "isImaging", "isPrinting", "uid", "hasPdf", "hasImg", "hasXls", "hasTable", "hasFullscreen", "isFullscreen", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
35699
35699
|
Q.value.height > 0 && l.value ? (c(), v("svg", {
|
|
35700
35700
|
key: 1,
|
|
35701
|
-
xmlns: R(
|
|
35701
|
+
xmlns: R(it),
|
|
35702
35702
|
class: Pe({ "vue-data-ui-fullscreen--on": j.value, "vue-data-ui-fulscreen--off": !j.value }),
|
|
35703
35703
|
viewBox: `0 0 ${Q.value.width} ${Q.value.height}`,
|
|
35704
35704
|
style: K(`max-width:100%;overflow:visible;background:${A.value.style.chart.backgroundColor};color:${A.value.style.chart.color}`)
|
|
@@ -36450,7 +36450,7 @@ const W9 = ["id"], j9 = ["xmlns", "viewBox"], K9 = ["cx", "cy", "r", "stroke", "
|
|
|
36450
36450
|
minRadius: 64
|
|
36451
36451
|
}), $ = z(null);
|
|
36452
36452
|
Et(() => {
|
|
36453
|
-
if (Vt(r.dataset) &&
|
|
36453
|
+
if (Vt(r.dataset) && ut({
|
|
36454
36454
|
componentName: "VueUiOnion",
|
|
36455
36455
|
type: "dataset"
|
|
36456
36456
|
}), m.value.responsive) {
|
|
@@ -36479,12 +36479,12 @@ const W9 = ["id"], j9 = ["xmlns", "viewBox"], K9 = ["cx", "cy", "r", "stroke", "
|
|
|
36479
36479
|
minRadius: J.value.minRadius,
|
|
36480
36480
|
maxRadius: Math.min(J.value.width, J.value.height) - J.value.padding.top * 2
|
|
36481
36481
|
})), P = ae(() => (r.dataset.forEach((j, Be) => {
|
|
36482
|
-
[null, void 0].includes(j.name) &&
|
|
36482
|
+
[null, void 0].includes(j.name) && ut({
|
|
36483
36483
|
componentName: "VueUiOnion",
|
|
36484
36484
|
type: "datasetSerieAttribute",
|
|
36485
36485
|
property: "name",
|
|
36486
36486
|
index: Be
|
|
36487
|
-
}), [void 0].includes(j.percentage) &&
|
|
36487
|
+
}), [void 0].includes(j.percentage) && ut({
|
|
36488
36488
|
componentName: "VueUiOnion",
|
|
36489
36489
|
type: "datasetSerieAttribute",
|
|
36490
36490
|
property: "percentage",
|
|
@@ -36731,14 +36731,14 @@ const W9 = ["id"], j9 = ["xmlns", "viewBox"], K9 = ["cx", "cy", "r", "stroke", "
|
|
|
36731
36731
|
j.$slots.optionFullscreen ? {
|
|
36732
36732
|
name: "optionFullscreen",
|
|
36733
36733
|
fn: Me(({ toggleFullscreen: E, isFullscreen: N }) => [
|
|
36734
|
-
Se(j.$slots, "optionFullscreen", rt(
|
|
36734
|
+
Se(j.$slots, "optionFullscreen", rt(At({ toggleFullscreen: E, isFullscreen: N })), void 0, !0)
|
|
36735
36735
|
]),
|
|
36736
36736
|
key: "5"
|
|
36737
36737
|
} : void 0
|
|
36738
36738
|
]), 1032, ["backgroundColor", "color", "isImaging", "isPrinting", "uid", "hasTooltip", "hasPdf", "hasImg", "hasXls", "hasTable", "hasFullscreen", "isFullscreen", "isTooltip", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
36739
36739
|
l.value ? (c(), v("svg", {
|
|
36740
36740
|
key: 2,
|
|
36741
|
-
xmlns: R(
|
|
36741
|
+
xmlns: R(it),
|
|
36742
36742
|
class: Pe({ "vue-data-ui-fullscreen--on": Le.value, "vue-data-ui-fulscreen--off": !Le.value }),
|
|
36743
36743
|
viewBox: `0 0 ${J.value.width <= 0 ? 1e-4 : J.value.width} ${J.value.height <= 0 ? 1e-4 : J.value.height}`,
|
|
36744
36744
|
style: K(`max-width:100%;overflow:visible;background:${m.value.style.chart.backgroundColor};color:${m.value.style.chart.color}`)
|
|
@@ -36894,10 +36894,10 @@ const W9 = ["id"], j9 = ["xmlns", "viewBox"], K9 = ["cx", "cy", "r", "stroke", "
|
|
|
36894
36894
|
isCustom: R(dl)(m.value.style.chart.tooltip.customFormat)
|
|
36895
36895
|
}, {
|
|
36896
36896
|
"tooltip-before": Me(() => [
|
|
36897
|
-
Se(j.$slots, "tooltip-before", rt(
|
|
36897
|
+
Se(j.$slots, "tooltip-before", rt(At({ ...Ce.value })), void 0, !0)
|
|
36898
36898
|
]),
|
|
36899
36899
|
"tooltip-after": Me(() => [
|
|
36900
|
-
Se(j.$slots, "tooltip-after", rt(
|
|
36900
|
+
Se(j.$slots, "tooltip-after", rt(At({ ...Ce.value })), void 0, !0)
|
|
36901
36901
|
]),
|
|
36902
36902
|
_: 3
|
|
36903
36903
|
}, 8, ["show", "backgroundColor", "color", "borderRadius", "borderColor", "borderWidth", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -36982,7 +36982,7 @@ const u$ = ["id"], A$ = ["onClick"], c$ = ["xmlns", "viewBox"], d$ = ["id"], h$
|
|
|
36982
36982
|
fileName: n.value.style.chart.title.text || "vue-ui-vertical-bar"
|
|
36983
36983
|
}), H = ae(() => Ll(n.value.customPalette)), J = z(null), $ = z(!1), C = ae(() => n.value.table.responsiveBreakpoint), P = z(null);
|
|
36984
36984
|
Et(() => {
|
|
36985
|
-
if (Vt(r.dataset) &&
|
|
36985
|
+
if (Vt(r.dataset) && ut({
|
|
36986
36986
|
componentName: "VueUiVerticalBar",
|
|
36987
36987
|
type: "dataset"
|
|
36988
36988
|
}), A.value = r.dataset.flatMap((pe) => pe.children && pe.children.length > 0 ? pe.children.length : 1).reduce((pe, fe) => pe + fe, 0), ce(), n.value.responsive) {
|
|
@@ -37011,12 +37011,12 @@ const u$ = ["id"], A$ = ["onClick"], c$ = ["xmlns", "viewBox"], d$ = ["id"], h$
|
|
|
37011
37011
|
sortDesc: n.value.style.chart.layout.bars.sort === "desc",
|
|
37012
37012
|
showTooltip: n.value.style.chart.tooltip.show
|
|
37013
37013
|
}), M = ae(() => O.value.sortDesc), Z = ae(() => (r.dataset.forEach((pe, fe) => {
|
|
37014
|
-
pe.children && (Vt(pe.children) ?
|
|
37014
|
+
pe.children && (Vt(pe.children) ? ut({
|
|
37015
37015
|
componentName: "VueUiVerticalBar",
|
|
37016
37016
|
type: "datasetAttributeEmpty",
|
|
37017
37017
|
property: `children (index ${fe})`
|
|
37018
37018
|
}) : pe.children.forEach((xe, Ue) => {
|
|
37019
|
-
[null, void 0].includes(xe.name) &&
|
|
37019
|
+
[null, void 0].includes(xe.name) && ut({
|
|
37020
37020
|
componentName: "VueUiVerticalBar",
|
|
37021
37021
|
type: "datasetSerieAttribute",
|
|
37022
37022
|
property: "name",
|
|
@@ -37323,7 +37323,7 @@ const u$ = ["id"], A$ = ["onClick"], c$ = ["xmlns", "viewBox"], d$ = ["id"], h$
|
|
|
37323
37323
|
pe.$slots.optionFullscreen ? {
|
|
37324
37324
|
name: "optionFullscreen",
|
|
37325
37325
|
fn: Me(({ toggleFullscreen: xe, isFullscreen: Ue }) => [
|
|
37326
|
-
Se(pe.$slots, "optionFullscreen", rt(
|
|
37326
|
+
Se(pe.$slots, "optionFullscreen", rt(At({ toggleFullscreen: xe, isFullscreen: Ue })), void 0, !0)
|
|
37327
37327
|
]),
|
|
37328
37328
|
key: "7"
|
|
37329
37329
|
} : void 0
|
|
@@ -37350,7 +37350,7 @@ const u$ = ["id"], A$ = ["onClick"], c$ = ["xmlns", "viewBox"], d$ = ["id"], h$
|
|
|
37350
37350
|
], 512)) : I("", !0),
|
|
37351
37351
|
l.value ? (c(), v("svg", {
|
|
37352
37352
|
key: 3,
|
|
37353
|
-
xmlns: R(
|
|
37353
|
+
xmlns: R(it),
|
|
37354
37354
|
class: Pe({ "vue-data-ui-fullscreen--on": be.value, "vue-data-ui-fulscreen--off": !be.value }),
|
|
37355
37355
|
viewBox: `0 0 ${W.value.width <= 0 ? 10 : W.value.width} ${ee.value.fullHeight <= 0 ? 10 : ee.value.fullHeight}`,
|
|
37356
37356
|
style: K(`max-width:100%;overflow:visible;background:${n.value.style.chart.backgroundColor};color:${n.value.style.chart.color}`)
|
|
@@ -37502,10 +37502,10 @@ const u$ = ["id"], A$ = ["onClick"], c$ = ["xmlns", "viewBox"], d$ = ["id"], h$
|
|
|
37502
37502
|
isCustom: n.value.style.chart.tooltip.customFormat && typeof n.value.style.chart.tooltip.customFormat == "function"
|
|
37503
37503
|
}, {
|
|
37504
37504
|
"tooltip-before": Me(() => [
|
|
37505
|
-
Se(pe.$slots, "tooltip-before", rt(
|
|
37505
|
+
Se(pe.$slots, "tooltip-before", rt(At({ ...Be.value })), void 0, !0)
|
|
37506
37506
|
]),
|
|
37507
37507
|
"tooltip-after": Me(() => [
|
|
37508
|
-
Se(pe.$slots, "tooltip-after", rt(
|
|
37508
|
+
Se(pe.$slots, "tooltip-after", rt(At({ ...Be.value })), void 0, !0)
|
|
37509
37509
|
]),
|
|
37510
37510
|
_: 3
|
|
37511
37511
|
}, 8, ["show", "backgroundColor", "color", "borderRadius", "borderColor", "borderWidth", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -37865,7 +37865,7 @@ const j$ = {
|
|
|
37865
37865
|
return Math.min(f.value.to, Math.max(f.value.from, C));
|
|
37866
37866
|
}
|
|
37867
37867
|
Et(() => {
|
|
37868
|
-
Vt(r.dataset) &&
|
|
37868
|
+
Vt(r.dataset) && ut({
|
|
37869
37869
|
componentName: "VueUiRating",
|
|
37870
37870
|
type: "dataset"
|
|
37871
37871
|
});
|
|
@@ -37940,7 +37940,7 @@ const j$ = {
|
|
|
37940
37940
|
style: K(`position:absolute;top:0;left:0;opacity:${isNaN(i.value) ? f.value.style.image.inactiveOpacity : n($, !0)}`)
|
|
37941
37941
|
}, null, 12, K$)) : (c(), v("svg", {
|
|
37942
37942
|
key: 1,
|
|
37943
|
-
xmlns: R(
|
|
37943
|
+
xmlns: R(it),
|
|
37944
37944
|
viewBox: "0 0 100 100",
|
|
37945
37945
|
height: f.value.style.itemSize,
|
|
37946
37946
|
width: f.value.style.itemSize,
|
|
@@ -37989,7 +37989,7 @@ const j$ = {
|
|
|
37989
37989
|
style: K(`position:absolute;top:0;left:0;clip:rect(0px,${y(C, !0) * f.value.style.itemSize}px,${f.value.style.itemSize}px,0px`)
|
|
37990
37990
|
}, null, 12, eM)) : (c(), v("svg", {
|
|
37991
37991
|
key: 3,
|
|
37992
|
-
xmlns: R(
|
|
37992
|
+
xmlns: R(it),
|
|
37993
37993
|
viewBox: `0 0 ${y(C)} 100`,
|
|
37994
37994
|
height: f.value.style.itemSize,
|
|
37995
37995
|
class: "vue-ui-rating-unit",
|
|
@@ -38026,7 +38026,7 @@ const j$ = {
|
|
|
38026
38026
|
}, null, 8, rM)
|
|
38027
38027
|
], 8, tM)),
|
|
38028
38028
|
(c(), v("svg", {
|
|
38029
|
-
xmlns: R(
|
|
38029
|
+
xmlns: R(it),
|
|
38030
38030
|
viewBox: "0 0 100 100",
|
|
38031
38031
|
height: f.value.style.itemSize,
|
|
38032
38032
|
class: "vue-ui-rating-unit",
|
|
@@ -38122,7 +38122,7 @@ const dM = ["id"], hM = ["xmlns", "viewBox"], vM = ["x", "y", "width", "height",
|
|
|
38122
38122
|
"0c90d907": Le.tdo
|
|
38123
38123
|
}));
|
|
38124
38124
|
const { vue_ui_heatmap: r } = $t(), a = ae(() => !!o.dataset && o.dataset.length);
|
|
38125
|
-
Vt(o.dataset) &&
|
|
38125
|
+
Vt(o.dataset) && ut({
|
|
38126
38126
|
componentName: "VueUiHeatmap",
|
|
38127
38127
|
type: "dataset"
|
|
38128
38128
|
});
|
|
@@ -38183,7 +38183,7 @@ const dM = ["id"], hM = ["xmlns", "viewBox"], vM = ["x", "y", "width", "height",
|
|
|
38183
38183
|
datasetObject: Le,
|
|
38184
38184
|
requiredAttributes: ["values"]
|
|
38185
38185
|
}).forEach((Ce) => {
|
|
38186
|
-
|
|
38186
|
+
ut({
|
|
38187
38187
|
componentName: "VueUiHeatmap",
|
|
38188
38188
|
type: "datasetSerieAttribute",
|
|
38189
38189
|
property: "values",
|
|
@@ -38356,14 +38356,14 @@ const dM = ["id"], hM = ["xmlns", "viewBox"], vM = ["x", "y", "width", "height",
|
|
|
38356
38356
|
Le.$slots.optionFullscreen ? {
|
|
38357
38357
|
name: "optionFullscreen",
|
|
38358
38358
|
fn: Me(({ toggleFullscreen: Ce, isFullscreen: ne }) => [
|
|
38359
|
-
Se(Le.$slots, "optionFullscreen", rt(
|
|
38359
|
+
Se(Le.$slots, "optionFullscreen", rt(At({ toggleFullscreen: Ce, isFullscreen: ne })), void 0, !0)
|
|
38360
38360
|
]),
|
|
38361
38361
|
key: "5"
|
|
38362
38362
|
} : void 0
|
|
38363
38363
|
]), 1032, ["backgroundColor", "color", "isImaging", "isPrinting", "uid", "hasTooltip", "hasPdf", "hasImg", "hasXls", "hasTable", "hasFullscreen", "isFullscreen", "isTooltip", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
38364
38364
|
a.value ? (c(), v("svg", {
|
|
38365
38365
|
key: 2,
|
|
38366
|
-
xmlns: R(
|
|
38366
|
+
xmlns: R(it),
|
|
38367
38367
|
class: Pe({ "vue-data-ui-fullscreen--on": S.value, "vue-data-ui-fulscreen--off": !S.value }),
|
|
38368
38368
|
viewBox: `0 0 ${$.value.width} ${$.value.heightWithLegend}`,
|
|
38369
38369
|
style: K(`max-width:100%;overflow:visible;background:${k.value.style.backgroundColor};color:${k.value.style.color}`)
|
|
@@ -38566,10 +38566,10 @@ const dM = ["id"], hM = ["xmlns", "viewBox"], vM = ["x", "y", "width", "height",
|
|
|
38566
38566
|
isCustom: k.value.style.tooltip.customFormat && typeof k.value.style.tooltip.customFormat == "function"
|
|
38567
38567
|
}, {
|
|
38568
38568
|
"tooltip-before": Me(() => [
|
|
38569
|
-
Se(Le.$slots, "tooltip-before", rt(
|
|
38569
|
+
Se(Le.$slots, "tooltip-before", rt(At({ ...q.value })), void 0, !0)
|
|
38570
38570
|
]),
|
|
38571
38571
|
"tooltip-after": Me(() => [
|
|
38572
|
-
Se(Le.$slots, "tooltip-after", rt(
|
|
38572
|
+
Se(Le.$slots, "tooltip-after", rt(At({ ...q.value })), void 0, !0)
|
|
38573
38573
|
]),
|
|
38574
38574
|
_: 3
|
|
38575
38575
|
}, 8, ["show", "backgroundColor", "color", "borderRadius", "borderColor", "borderWidth", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -38667,18 +38667,18 @@ const dM = ["id"], hM = ["xmlns", "viewBox"], vM = ["x", "y", "width", "height",
|
|
|
38667
38667
|
__proto__: null,
|
|
38668
38668
|
default: jM
|
|
38669
38669
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
38670
|
-
const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], ZM = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"],
|
|
38670
|
+
const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], ZM = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], e7 = { key: 1 }, t7 = ["points", "fill", "stroke-width", "stroke-dasharray", "stroke"], l7 = { key: 0 }, o7 = ["cx", "cy", "r", "fill", "stroke", "stroke-width", "onMouseover"], a7 = { key: 1 }, r7 = { key: 2 }, s7 = ["id"], n7 = ["stop-color"], i7 = ["stop-color"], u7 = ["id"], A7 = ["stop-color"], c7 = ["stop-color"], d7 = ["x", "y", "width", "height", "fill", "stroke", "stroke-width", "rx"], h7 = ["x", "y", "height", "width", "fill", "stroke", "stroke-width", "rx"], v7 = { key: 0 }, f7 = ["d", "stroke", "stroke-width"], g7 = ["d", "stroke", "stroke-width"], y7 = ["d", "stroke", "stroke-width"], p7 = ["d", "stroke", "stroke-width"], b7 = {
|
|
38671
38671
|
key: 3,
|
|
38672
38672
|
style: { "pointer-events": "none !important" }
|
|
38673
|
-
},
|
|
38673
|
+
}, m7 = ["x1", "x2", "y1", "y2", "stroke", "stroke-width", "stroke-dasharray"], w7 = ["x1", "x2", "y1", "y2", "stroke", "stroke-width", "stroke-dasharray"], k7 = ["x", "y", "font-size", "fill", "font-weight", "text-anchor"], C7 = ["x", "y", "font-size", "fill", "font-weight"], x7 = ["cx", "cy", "r", "fill", "stroke", "stroke-width"], B7 = ["cx", "cy", "r", "fill", "stroke", "stroke-width"], _7 = ["x", "y", "font-size", "fill", "font-weight", "text-anchor"], F7 = { key: 4 }, L7 = ["x", "y", "font-size", "fill"], I7 = ["x", "y", "font-size", "fill"], S7 = ["id", "transform", "font-size", "font-weight", "fill"], N7 = { key: 5 }, $7 = ["x", "y", "font-size", "fill"], M7 = ["x", "y", "font-size", "fill"], U7 = ["font-size", "font-weight", "fill", "x", "y"], Q7 = ["id"], E7 = ["x", "y", "width", "height"], T7 = { key: 6 }, O7 = ["x1", "x2", "y1", "y2", "stroke-dasharray", "stroke", "stroke-width", "clip-path"], P7 = ["x", "y", "fill", "font-size", "font-weight"], D7 = ["onClick"], H7 = {
|
|
38674
38674
|
key: 0,
|
|
38675
38675
|
style: { width: "100%", display: "flex", "align-items": "center", "justify-content": "center" }
|
|
38676
|
-
},
|
|
38676
|
+
}, z7 = {
|
|
38677
38677
|
viewBox: "0 0 20 20",
|
|
38678
38678
|
height: "20",
|
|
38679
38679
|
width: "20",
|
|
38680
38680
|
style: { overflow: "hidden", background: "transparent" }
|
|
38681
|
-
},
|
|
38681
|
+
}, R7 = { key: 0 }, G7 = ["innerHTML"], V7 = {
|
|
38682
38682
|
__name: "vue-ui-scatter",
|
|
38683
38683
|
props: {
|
|
38684
38684
|
config: {
|
|
@@ -38709,7 +38709,7 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
38709
38709
|
} : j;
|
|
38710
38710
|
}), k = z(null);
|
|
38711
38711
|
Et(() => {
|
|
38712
|
-
if (Vt(o.dataset) &&
|
|
38712
|
+
if (Vt(o.dataset) && ut({
|
|
38713
38713
|
componentName: "VueUiScatter",
|
|
38714
38714
|
type: "dataset"
|
|
38715
38715
|
}), u.value.responsive) {
|
|
@@ -38748,7 +38748,7 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
38748
38748
|
datasetObject: te,
|
|
38749
38749
|
requiredAttributes: ["values"]
|
|
38750
38750
|
}).forEach((be) => {
|
|
38751
|
-
|
|
38751
|
+
ut({
|
|
38752
38752
|
componentName: "VueUiScatter",
|
|
38753
38753
|
type: "datasetSerieAttribute",
|
|
38754
38754
|
property: be,
|
|
@@ -38759,7 +38759,7 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
38759
38759
|
datasetObject: be,
|
|
38760
38760
|
requiredAttributes: ["x", "y"]
|
|
38761
38761
|
}).forEach((ge) => {
|
|
38762
|
-
|
|
38762
|
+
ut({
|
|
38763
38763
|
componentName: "VueUiScatter",
|
|
38764
38764
|
type: "datasetSerieAttribute",
|
|
38765
38765
|
property: `values.${ge}`,
|
|
@@ -39072,14 +39072,14 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39072
39072
|
j.$slots.optionFullscreen ? {
|
|
39073
39073
|
name: "optionFullscreen",
|
|
39074
39074
|
fn: Me(({ toggleFullscreen: E, isFullscreen: N }) => [
|
|
39075
|
-
Se(j.$slots, "optionFullscreen", rt(
|
|
39075
|
+
Se(j.$slots, "optionFullscreen", rt(At({ toggleFullscreen: E, isFullscreen: N })), void 0, !0)
|
|
39076
39076
|
]),
|
|
39077
39077
|
key: "5"
|
|
39078
39078
|
} : void 0
|
|
39079
39079
|
]), 1032, ["backgroundColor", "color", "isImaging", "isPrinting", "uid", "hasTooltip", "hasPdf", "hasImg", "hasXls", "hasTable", "hasFullscreen", "isTooltip", "isFullscreen", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
39080
39080
|
a.value ? (c(), v("svg", {
|
|
39081
39081
|
key: 2,
|
|
39082
|
-
xmlns: R(
|
|
39082
|
+
xmlns: R(it),
|
|
39083
39083
|
class: Pe({ "vue-data-ui-fullscreen--on": Ce.value, "vue-data-ui-fulscreen--off": !Ce.value }),
|
|
39084
39084
|
viewBox: `0 0 ${H.value.width <= 0 ? 10 : H.value.width} ${H.value.height <= 0 ? 10 : H.value.height}`,
|
|
39085
39085
|
style: K(`max-width:100%;overflow:visible;background:${u.value.style.backgroundColor};color:${u.value.style.color}`)
|
|
@@ -39104,7 +39104,7 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39104
39104
|
"stroke-linecap": "round"
|
|
39105
39105
|
}, null, 8, ZM)
|
|
39106
39106
|
])) : I("", !0),
|
|
39107
|
-
u.value.style.layout.plots.giftWrap.show ? (c(), v("g",
|
|
39107
|
+
u.value.style.layout.plots.giftWrap.show ? (c(), v("g", e7, [
|
|
39108
39108
|
(c(!0), v(ke, null, Ne(Z.value, (E, N) => (c(), v("g", null, [
|
|
39109
39109
|
E.plots.length > 2 ? (c(), v("polygon", {
|
|
39110
39110
|
key: 0,
|
|
@@ -39115,11 +39115,11 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39115
39115
|
stroke: E.color,
|
|
39116
39116
|
"stroke-linejoin": "round",
|
|
39117
39117
|
"stroke-linecap": "round"
|
|
39118
|
-
}, null, 8,
|
|
39118
|
+
}, null, 8, t7)) : I("", !0)
|
|
39119
39119
|
]))), 256))
|
|
39120
39120
|
])) : I("", !0),
|
|
39121
39121
|
(c(!0), v(ke, null, Ne(Z.value, (E, N) => (c(), v("g", null, [
|
|
39122
|
-
!E.shape || E.shape === "circle" ? (c(), v("g",
|
|
39122
|
+
!E.shape || E.shape === "circle" ? (c(), v("g", l7, [
|
|
39123
39123
|
(c(!0), v(ke, null, Ne(E.plots, (te, G) => (c(), v("circle", {
|
|
39124
39124
|
cx: te.x,
|
|
39125
39125
|
cy: te.y,
|
|
@@ -39130,8 +39130,8 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39130
39130
|
onMouseover: (be) => S(te, N),
|
|
39131
39131
|
onMouseleave: F,
|
|
39132
39132
|
style: K(`opacity:${ee.value && ee.value === te.id ? 1 : u.value.style.layout.plots.significance.useDistanceOpacity ? 1 - Math.abs(te.deviation) / ie.value : u.value.style.layout.plots.significance.show && Math.abs(te.deviation) > u.value.style.layout.plots.significance.deviationThreshold ? u.value.style.layout.plots.significance.opacity : 1}`)
|
|
39133
|
-
}, null, 44,
|
|
39134
|
-
])) : (c(), v("g",
|
|
39133
|
+
}, null, 44, o7))), 256))
|
|
39134
|
+
])) : (c(), v("g", a7, [
|
|
39135
39135
|
(c(!0), v(ke, null, Ne(E.plots, (te, G) => (c(), je(Pa, {
|
|
39136
39136
|
plot: { x: te.x, y: te.y },
|
|
39137
39137
|
radius: ee.value && ee.value === te.id ? te.weight * 2 : te.weight,
|
|
@@ -39145,7 +39145,7 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39145
39145
|
}, null, 8, ["plot", "radius", "shape", "color", "stroke", "strokeWidth", "onMouseover", "style"]))), 256))
|
|
39146
39146
|
]))
|
|
39147
39147
|
]))), 256)),
|
|
39148
|
-
u.value.style.layout.marginalBars.show ? (c(), v("g",
|
|
39148
|
+
u.value.style.layout.marginalBars.show ? (c(), v("g", r7, [
|
|
39149
39149
|
p("defs", null, [
|
|
39150
39150
|
p("linearGradient", {
|
|
39151
39151
|
id: `marginal_x_${l.value}`,
|
|
@@ -39157,12 +39157,12 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39157
39157
|
p("stop", {
|
|
39158
39158
|
offset: "0%",
|
|
39159
39159
|
"stop-color": u.value.style.layout.marginalBars.fill
|
|
39160
|
-
}, null, 8,
|
|
39160
|
+
}, null, 8, n7),
|
|
39161
39161
|
p("stop", {
|
|
39162
39162
|
offset: "100%",
|
|
39163
39163
|
"stop-color": u.value.style.backgroundColor
|
|
39164
|
-
}, null, 8,
|
|
39165
|
-
], 8,
|
|
39164
|
+
}, null, 8, i7)
|
|
39165
|
+
], 8, s7),
|
|
39166
39166
|
p("linearGradient", {
|
|
39167
39167
|
id: `marginal_y_${l.value}`,
|
|
39168
39168
|
x1: "0%",
|
|
@@ -39173,12 +39173,12 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39173
39173
|
p("stop", {
|
|
39174
39174
|
offset: "0%",
|
|
39175
39175
|
"stop-color": u.value.style.backgroundColor
|
|
39176
|
-
}, null, 8,
|
|
39176
|
+
}, null, 8, A7),
|
|
39177
39177
|
p("stop", {
|
|
39178
39178
|
offset: "100%",
|
|
39179
39179
|
"stop-color": u.value.style.layout.marginalBars.fill
|
|
39180
|
-
}, null, 8,
|
|
39181
|
-
], 8,
|
|
39180
|
+
}, null, 8, c7)
|
|
39181
|
+
], 8, u7)
|
|
39182
39182
|
]),
|
|
39183
39183
|
(c(!0), v(ke, null, Ne(q.value.x, (E, N) => (c(), v("g", null, [
|
|
39184
39184
|
E && q.value.avgX[N] ? (c(), v("rect", {
|
|
@@ -39192,7 +39192,7 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39192
39192
|
stroke: u.value.style.backgroundColor,
|
|
39193
39193
|
"stroke-width": u.value.style.layout.marginalBars.strokeWidth,
|
|
39194
39194
|
rx: u.value.style.layout.marginalBars.borderRadius
|
|
39195
|
-
}, null, 12,
|
|
39195
|
+
}, null, 12, d7)) : I("", !0)
|
|
39196
39196
|
]))), 256)),
|
|
39197
39197
|
(c(!0), v(ke, null, Ne(q.value.y, (E, N) => (c(), v("g", null, [
|
|
39198
39198
|
E && q.value.avgY[N] ? (c(), v("rect", {
|
|
@@ -39206,9 +39206,9 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39206
39206
|
stroke: u.value.style.backgroundColor,
|
|
39207
39207
|
"stroke-width": u.value.style.layout.marginalBars.strokeWidth,
|
|
39208
39208
|
rx: u.value.style.layout.marginalBars.borderRadius
|
|
39209
|
-
}, null, 12,
|
|
39209
|
+
}, null, 12, h7)) : I("", !0)
|
|
39210
39210
|
]))), 256)),
|
|
39211
|
-
u.value.style.layout.marginalBars.showLines ? (c(), v("g",
|
|
39211
|
+
u.value.style.layout.marginalBars.showLines ? (c(), v("g", v7, [
|
|
39212
39212
|
(c(!0), v(ke, null, Ne(W.value, (E) => (c(), v(ke, null, [
|
|
39213
39213
|
D.value.includes(E.id) ? I("", !0) : (c(), v("path", {
|
|
39214
39214
|
key: 0,
|
|
@@ -39218,7 +39218,7 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39218
39218
|
"stroke-linecap": "round",
|
|
39219
39219
|
"stroke-linejoin": "round",
|
|
39220
39220
|
fill: "none"
|
|
39221
|
-
}, null, 8,
|
|
39221
|
+
}, null, 8, f7)),
|
|
39222
39222
|
D.value.includes(E.id) ? I("", !0) : (c(), v("path", {
|
|
39223
39223
|
key: 1,
|
|
39224
39224
|
d: `M ${E.dX}`,
|
|
@@ -39227,7 +39227,7 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39227
39227
|
"stroke-linecap": "round",
|
|
39228
39228
|
"stroke-linejoin": "round",
|
|
39229
39229
|
fill: "none"
|
|
39230
|
-
}, null, 8,
|
|
39230
|
+
}, null, 8, g7)),
|
|
39231
39231
|
D.value.includes(E.id) ? I("", !0) : (c(), v("path", {
|
|
39232
39232
|
key: 2,
|
|
39233
39233
|
d: `M ${E.dY}`,
|
|
@@ -39236,7 +39236,7 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39236
39236
|
"stroke-linecap": "round",
|
|
39237
39237
|
"stroke-linejoin": "round",
|
|
39238
39238
|
fill: "none"
|
|
39239
|
-
}, null, 8,
|
|
39239
|
+
}, null, 8, y7)),
|
|
39240
39240
|
D.value.includes(E.id) ? I("", !0) : (c(), v("path", {
|
|
39241
39241
|
key: 3,
|
|
39242
39242
|
d: `M ${E.dY}`,
|
|
@@ -39245,11 +39245,11 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39245
39245
|
"stroke-linecap": "round",
|
|
39246
39246
|
"stroke-linejoin": "round",
|
|
39247
39247
|
fill: "none"
|
|
39248
|
-
}, null, 8,
|
|
39248
|
+
}, null, 8, p7))
|
|
39249
39249
|
], 64))), 256))
|
|
39250
39250
|
])) : I("", !0)
|
|
39251
39251
|
])) : I("", !0),
|
|
39252
|
-
oe.value && u.value.style.layout.plots.selectors.show ? (c(), v("g",
|
|
39252
|
+
oe.value && u.value.style.layout.plots.selectors.show ? (c(), v("g", b7, [
|
|
39253
39253
|
p("line", {
|
|
39254
39254
|
x1: P.value.x,
|
|
39255
39255
|
x2: oe.value.x,
|
|
@@ -39260,7 +39260,7 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39260
39260
|
"stroke-dasharray": u.value.style.layout.plots.selectors.strokeDasharray,
|
|
39261
39261
|
"stroke-linecap": "round",
|
|
39262
39262
|
class: "line-pointer"
|
|
39263
|
-
}, null, 8,
|
|
39263
|
+
}, null, 8, m7),
|
|
39264
39264
|
p("line", {
|
|
39265
39265
|
x1: oe.value.x,
|
|
39266
39266
|
x2: oe.value.x,
|
|
@@ -39271,7 +39271,7 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39271
39271
|
"stroke-dasharray": u.value.style.layout.plots.selectors.strokeDasharray,
|
|
39272
39272
|
"stroke-linecap": "round",
|
|
39273
39273
|
class: "line-pointer"
|
|
39274
|
-
}, null, 8,
|
|
39274
|
+
}, null, 8, w7),
|
|
39275
39275
|
p("text", {
|
|
39276
39276
|
x: P.value.x + (oe.value.x > P.value.x ? -6 : 6),
|
|
39277
39277
|
y: oe.value.y + u.value.style.layout.plots.selectors.labels.fontSize / 3,
|
|
@@ -39284,7 +39284,7 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39284
39284
|
v: oe.value.v.y,
|
|
39285
39285
|
s: u.value.style.layout.plots.selectors.labels.suffix,
|
|
39286
39286
|
r: u.value.style.layout.plots.selectors.labels.rounding
|
|
39287
|
-
})), 9,
|
|
39287
|
+
})), 9, k7),
|
|
39288
39288
|
p("text", {
|
|
39289
39289
|
x: oe.value.x,
|
|
39290
39290
|
y: P.value.y + (oe.value.y > P.value.y ? -6 : u.value.style.layout.plots.selectors.labels.fontSize + 6),
|
|
@@ -39297,7 +39297,7 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39297
39297
|
v: oe.value.v.x,
|
|
39298
39298
|
s: u.value.style.layout.plots.selectors.labels.suffix,
|
|
39299
39299
|
r: u.value.style.layout.plots.selectors.labels.rounding
|
|
39300
|
-
})), 9,
|
|
39300
|
+
})), 9, C7),
|
|
39301
39301
|
p("circle", {
|
|
39302
39302
|
cx: P.value.x,
|
|
39303
39303
|
cy: oe.value.y,
|
|
@@ -39306,7 +39306,7 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39306
39306
|
stroke: u.value.style.layout.plots.selectors.markers.stroke,
|
|
39307
39307
|
"stroke-width": u.value.style.layout.plots.selectors.markers.strokeWidth,
|
|
39308
39308
|
class: "line-pointer"
|
|
39309
|
-
}, null, 8,
|
|
39309
|
+
}, null, 8, x7),
|
|
39310
39310
|
p("circle", {
|
|
39311
39311
|
cx: oe.value.x,
|
|
39312
39312
|
cy: P.value.y,
|
|
@@ -39315,7 +39315,7 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39315
39315
|
stroke: u.value.style.layout.plots.selectors.markers.stroke,
|
|
39316
39316
|
"stroke-width": u.value.style.layout.plots.selectors.markers.strokeWidth,
|
|
39317
39317
|
class: "line-pointer"
|
|
39318
|
-
}, null, 8,
|
|
39318
|
+
}, null, 8, B7),
|
|
39319
39319
|
u.value.style.layout.plots.selectors.labels.showName ? (c(), v("text", {
|
|
39320
39320
|
key: 0,
|
|
39321
39321
|
x: oe.value.x,
|
|
@@ -39324,23 +39324,23 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39324
39324
|
fill: u.value.style.layout.plots.selectors.labels.color,
|
|
39325
39325
|
"font-weight": u.value.style.layout.plots.selectors.labels.bold ? "bold" : "normal",
|
|
39326
39326
|
"text-anchor": oe.value.x < $.value.left + 100 ? "start" : oe.value.x > $.value.right - 100 ? "end" : oe.value.x > P.value.x ? "start" : "end"
|
|
39327
|
-
}, le(oe.value.v.name), 9,
|
|
39327
|
+
}, le(oe.value.v.name), 9, _7)) : I("", !0)
|
|
39328
39328
|
])) : I("", !0),
|
|
39329
|
-
u.value.style.layout.dataLabels.xAxis.show ? (c(), v("g",
|
|
39329
|
+
u.value.style.layout.dataLabels.xAxis.show ? (c(), v("g", F7, [
|
|
39330
39330
|
p("text", {
|
|
39331
39331
|
x: $.value.left - 5,
|
|
39332
39332
|
y: P.value.y + u.value.style.layout.dataLabels.xAxis.fontSize / 3,
|
|
39333
39333
|
"text-anchor": "end",
|
|
39334
39334
|
"font-size": u.value.style.layout.dataLabels.xAxis.fontSize,
|
|
39335
39335
|
fill: u.value.style.layout.dataLabels.xAxis.color
|
|
39336
|
-
}, le(Number(C.value.xMin.toFixed(u.value.style.layout.dataLabels.xAxis.rounding)).toLocaleString()), 9,
|
|
39336
|
+
}, le(Number(C.value.xMin.toFixed(u.value.style.layout.dataLabels.xAxis.rounding)).toLocaleString()), 9, L7),
|
|
39337
39337
|
p("text", {
|
|
39338
39338
|
x: $.value.right + 3,
|
|
39339
39339
|
y: P.value.y + u.value.style.layout.dataLabels.xAxis.fontSize / 3,
|
|
39340
39340
|
"text-anchor": "start",
|
|
39341
39341
|
"font-size": u.value.style.layout.dataLabels.xAxis.fontSize,
|
|
39342
39342
|
fill: u.value.style.layout.dataLabels.xAxis.color
|
|
39343
|
-
}, le(Number(C.value.xMax.toFixed(u.value.style.layout.dataLabels.xAxis.rounding)).toLocaleString()), 9,
|
|
39343
|
+
}, le(Number(C.value.xMax.toFixed(u.value.style.layout.dataLabels.xAxis.rounding)).toLocaleString()), 9, I7),
|
|
39344
39344
|
p("text", {
|
|
39345
39345
|
id: `vue-ui-scatter-xAxis-label-${l.value}`,
|
|
39346
39346
|
transform: `translate(${u.value.style.layout.dataLabels.xAxis.fontSize * 2}, ${$.value.top + $.value.height / 2}), rotate(-90)`,
|
|
@@ -39348,23 +39348,23 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39348
39348
|
"font-size": u.value.style.layout.dataLabels.xAxis.fontSize,
|
|
39349
39349
|
"font-weight": u.value.style.layout.dataLabels.xAxis.bold ? "bold" : "normal",
|
|
39350
39350
|
fill: u.value.style.layout.dataLabels.xAxis.color
|
|
39351
|
-
}, le(u.value.style.layout.dataLabels.xAxis.name), 9,
|
|
39351
|
+
}, le(u.value.style.layout.dataLabels.xAxis.name), 9, S7)
|
|
39352
39352
|
])) : I("", !0),
|
|
39353
|
-
u.value.style.layout.dataLabels.yAxis.show ? (c(), v("g",
|
|
39353
|
+
u.value.style.layout.dataLabels.yAxis.show ? (c(), v("g", N7, [
|
|
39354
39354
|
p("text", {
|
|
39355
39355
|
x: P.value.x,
|
|
39356
39356
|
y: $.value.bottom + u.value.style.layout.dataLabels.yAxis.fontSize + 3,
|
|
39357
39357
|
"text-anchor": "middle",
|
|
39358
39358
|
"font-size": u.value.style.layout.dataLabels.yAxis.fontSize,
|
|
39359
39359
|
fill: u.value.style.layout.dataLabels.yAxis.color
|
|
39360
|
-
}, le(Number(C.value.yMin.toFixed(u.value.style.layout.dataLabels.yAxis.rounding)).toLocaleString()), 9, $
|
|
39360
|
+
}, le(Number(C.value.yMin.toFixed(u.value.style.layout.dataLabels.yAxis.rounding)).toLocaleString()), 9, $7),
|
|
39361
39361
|
p("text", {
|
|
39362
39362
|
x: P.value.x,
|
|
39363
39363
|
y: $.value.top - u.value.style.layout.dataLabels.yAxis.fontSize / 2,
|
|
39364
39364
|
"text-anchor": "middle",
|
|
39365
39365
|
"font-size": u.value.style.layout.dataLabels.yAxis.fontSize,
|
|
39366
39366
|
fill: u.value.style.layout.dataLabels.yAxis.color
|
|
39367
|
-
}, le(Number(C.value.yMax.toFixed(u.value.style.layout.dataLabels.yAxis.rounding)).toLocaleString()), 9,
|
|
39367
|
+
}, le(Number(C.value.yMax.toFixed(u.value.style.layout.dataLabels.yAxis.rounding)).toLocaleString()), 9, M7),
|
|
39368
39368
|
p("text", {
|
|
39369
39369
|
"text-anchor": "middle",
|
|
39370
39370
|
"font-size": u.value.style.layout.dataLabels.yAxis.fontSize,
|
|
@@ -39372,7 +39372,7 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39372
39372
|
fill: u.value.style.layout.dataLabels.yAxis.color,
|
|
39373
39373
|
x: $.value.left + $.value.width / 2,
|
|
39374
39374
|
y: $.value.bottom + 8 + u.value.style.layout.dataLabels.yAxis.fontSize * 2
|
|
39375
|
-
}, le(u.value.style.layout.dataLabels.yAxis.name), 9,
|
|
39375
|
+
}, le(u.value.style.layout.dataLabels.yAxis.name), 9, U7)
|
|
39376
39376
|
])) : I("", !0),
|
|
39377
39377
|
p("clipPath", {
|
|
39378
39378
|
id: `clip_path_${l.value}`
|
|
@@ -39382,9 +39382,9 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39382
39382
|
y: $.value.top,
|
|
39383
39383
|
width: $.value.width <= 0 ? 1e-4 : $.value.width,
|
|
39384
39384
|
height: $.value.height <= 0 ? 1e-4 : $.value.height
|
|
39385
|
-
}, null, 8,
|
|
39386
|
-
], 8,
|
|
39387
|
-
u.value.style.layout.correlation.show ? (c(), v("g",
|
|
39385
|
+
}, null, 8, E7)
|
|
39386
|
+
], 8, Q7),
|
|
39387
|
+
u.value.style.layout.correlation.show ? (c(), v("g", T7, [
|
|
39388
39388
|
(c(!0), v(ke, null, Ne(Z.value, (E, N) => (c(), v("line", {
|
|
39389
39389
|
x1: E.correlation.x1,
|
|
39390
39390
|
x2: E.correlation.x2,
|
|
@@ -39394,7 +39394,7 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39394
39394
|
stroke: E.color,
|
|
39395
39395
|
"stroke-width": u.value.style.layout.correlation.strokeWidth,
|
|
39396
39396
|
"clip-path": `url(#clip_path_${l.value})`
|
|
39397
|
-
}, null, 8,
|
|
39397
|
+
}, null, 8, O7))), 256)),
|
|
39398
39398
|
(c(!0), v(ke, null, Ne(Z.value, (E, N) => (c(), v("g", null, [
|
|
39399
39399
|
u.value.style.layout.correlation.label.show ? (c(), v("text", {
|
|
39400
39400
|
key: 0,
|
|
@@ -39403,7 +39403,7 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39403
39403
|
fill: u.value.style.layout.correlation.label.useSerieColor ? E.color : u.value.style.layout.correlation.label.color,
|
|
39404
39404
|
"font-size": u.value.style.layout.correlation.label.fontSize,
|
|
39405
39405
|
"font-weight": u.value.style.layout.correlation.label.bold ? "bold" : "normal"
|
|
39406
|
-
}, le(Number(E.correlation.coefficient.toFixed(u.value.style.layout.correlation.label.roundingValue)).toLocaleString()), 9,
|
|
39406
|
+
}, le(Number(E.correlation.coefficient.toFixed(u.value.style.layout.correlation.label.roundingValue)).toLocaleString()), 9, P7)) : I("", !0)
|
|
39407
39407
|
]))), 256))
|
|
39408
39408
|
])) : I("", !0),
|
|
39409
39409
|
Se(j.$slots, "svg", { svg: H.value }, void 0, !0)
|
|
@@ -39440,7 +39440,7 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39440
39440
|
p("div", {
|
|
39441
39441
|
onClick: (N) => E.segregate(),
|
|
39442
39442
|
style: K(`opacity:${D.value.includes(E.id) ? 0.5 : 1}`)
|
|
39443
|
-
}, le(E.name), 13,
|
|
39443
|
+
}, le(E.name), 13, D7)
|
|
39444
39444
|
]),
|
|
39445
39445
|
_: 1
|
|
39446
39446
|
}, 8, ["legendSet", "config"])) : Se(j.$slots, "legend", {
|
|
@@ -39461,14 +39461,14 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39461
39461
|
isCustom: u.value.style.tooltip.customFormat && typeof u.value.style.tooltip.customFormat == "function"
|
|
39462
39462
|
}, {
|
|
39463
39463
|
"tooltip-before": Me(() => [
|
|
39464
|
-
Se(j.$slots, "tooltip-before", rt(
|
|
39464
|
+
Se(j.$slots, "tooltip-before", rt(At({ ...w.value })), void 0, !0)
|
|
39465
39465
|
]),
|
|
39466
39466
|
"tooltip-after": Me(() => [
|
|
39467
|
-
Se(j.$slots, "tooltip-after", rt(
|
|
39467
|
+
Se(j.$slots, "tooltip-after", rt(At({ ...w.value })), void 0, !0)
|
|
39468
39468
|
]),
|
|
39469
39469
|
default: Me(() => [
|
|
39470
|
-
u.value.style.tooltip.showShape ? (c(), v("div",
|
|
39471
|
-
(c(), v("svg",
|
|
39470
|
+
u.value.style.tooltip.showShape ? (c(), v("div", H7, [
|
|
39471
|
+
(c(), v("svg", z7, [
|
|
39472
39472
|
st(Pa, {
|
|
39473
39473
|
shape: oe.value.shape,
|
|
39474
39474
|
color: oe.value.color,
|
|
@@ -39509,12 +39509,12 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39509
39509
|
kt(le(E), 1)
|
|
39510
39510
|
]),
|
|
39511
39511
|
td: Me(({ td: E }) => [
|
|
39512
|
-
E.shape ? (c(), v("div",
|
|
39512
|
+
E.shape ? (c(), v("div", R7, [
|
|
39513
39513
|
p("span", null, le(E.content), 1)
|
|
39514
39514
|
])) : (c(), v("div", {
|
|
39515
39515
|
key: 1,
|
|
39516
39516
|
innerHTML: E
|
|
39517
|
-
}, null, 8,
|
|
39517
|
+
}, null, 8, G7))
|
|
39518
39518
|
]),
|
|
39519
39519
|
_: 1
|
|
39520
39520
|
}, 8, ["colNames", "head", "body", "config", "title"])
|
|
@@ -39523,11 +39523,11 @@ const XM = ["id"], qM = ["xmlns", "viewBox"], YM = { key: 0 }, JM = ["x1", "x2",
|
|
|
39523
39523
|
}, 8, ["config"])) : I("", !0)
|
|
39524
39524
|
], 14, XM));
|
|
39525
39525
|
}
|
|
39526
|
-
},
|
|
39526
|
+
}, W7 = /* @__PURE__ */ Ut(V7, [["__scopeId", "data-v-12b58ce1"]]), j7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
39527
39527
|
__proto__: null,
|
|
39528
|
-
default:
|
|
39528
|
+
default: W7
|
|
39529
39529
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
39530
|
-
const
|
|
39530
|
+
const K7 = ["id"], X7 = ["xmlns", "viewBox"], q7 = { key: 0 }, Y7 = ["id"], J7 = ["stop-color"], Z7 = ["stop-color"], eU = ["stop-color"], tU = ["id"], lU = ["stop-color"], oU = ["stop-color"], aU = ["stop-color"], rU = { key: 0 }, sU = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], nU = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], iU = { key: 1 }, uU = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], AU = ["x", "y", "font-size", "fill", "font-weight"], cU = { key: 2 }, dU = ["transform", "text-anchor", "font-size", "fill", "font-weight"], hU = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], vU = { key: 0 }, fU = ["cx", "cy", "r", "fill"], gU = ["cx", "cy", "r", "fill"], yU = { key: 1 }, pU = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], bU = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], mU = ["x", "y", "height", "width", "fill", "rx"], wU = ["x", "y", "height", "width", "fill", "rx", "stroke", "stroke-width"], kU = ["x", "y", "height", "width", "fill", "onMouseover"], CU = ["innerHTML"], xU = {
|
|
39531
39531
|
__name: "vue-ui-candlestick",
|
|
39532
39532
|
props: {
|
|
39533
39533
|
config: {
|
|
@@ -39562,7 +39562,7 @@ const KU = ["id"], XU = ["xmlns", "viewBox"], qU = { key: 0 }, YU = ["id"], JU =
|
|
|
39562
39562
|
yAxisFontSize: n.value.style.layout.grid.yAxis.dataLabels.fontSize
|
|
39563
39563
|
}), _ = z(null);
|
|
39564
39564
|
Et(() => {
|
|
39565
|
-
if (Vt(o.dataset) &&
|
|
39565
|
+
if (Vt(o.dataset) && ut({
|
|
39566
39566
|
componentName: "VueUiCandlestick",
|
|
39567
39567
|
type: "dataset"
|
|
39568
39568
|
}), n.value.responsive) {
|
|
@@ -39612,32 +39612,32 @@ const KU = ["id"], XU = ["xmlns", "viewBox"], qU = { key: 0 }, YU = ["id"], JU =
|
|
|
39612
39612
|
start: 0,
|
|
39613
39613
|
end: P.value
|
|
39614
39614
|
}), O = ae(() => o.dataset.slice(ce.value.start, ce.value.end)), M = ae(() => (o.dataset.forEach((ne, se) => {
|
|
39615
|
-
[null, void 0].includes(ne[0]) &&
|
|
39615
|
+
[null, void 0].includes(ne[0]) && ut({
|
|
39616
39616
|
componentName: "VueUiCandlestick",
|
|
39617
39617
|
type: "datasetAttribute",
|
|
39618
39618
|
property: "period (index 0)",
|
|
39619
39619
|
index: se
|
|
39620
|
-
}), [null, void 0].includes(ne[1]) &&
|
|
39620
|
+
}), [null, void 0].includes(ne[1]) && ut({
|
|
39621
39621
|
componentName: "VueUiCandlestick",
|
|
39622
39622
|
type: "datasetAttribute",
|
|
39623
39623
|
property: "open (index 1)",
|
|
39624
39624
|
index: se
|
|
39625
|
-
}), [null, void 0].includes(ne[2]) &&
|
|
39625
|
+
}), [null, void 0].includes(ne[2]) && ut({
|
|
39626
39626
|
componentName: "VueUiCandlestick",
|
|
39627
39627
|
type: "datasetAttribute",
|
|
39628
39628
|
property: "high (index 2)",
|
|
39629
39629
|
index: se
|
|
39630
|
-
}), [null, void 0].includes(ne[3]) &&
|
|
39630
|
+
}), [null, void 0].includes(ne[3]) && ut({
|
|
39631
39631
|
componentName: "VueUiCandlestick",
|
|
39632
39632
|
type: "datasetAttribute",
|
|
39633
39633
|
property: "low (index 3)",
|
|
39634
39634
|
index: se
|
|
39635
|
-
}), [null, void 0].includes(ne[4]) &&
|
|
39635
|
+
}), [null, void 0].includes(ne[4]) && ut({
|
|
39636
39636
|
componentName: "VueUiCandlestick",
|
|
39637
39637
|
type: "datasetAttribute",
|
|
39638
39638
|
property: "last (index 4)",
|
|
39639
39639
|
index: se
|
|
39640
|
-
}), [null, void 0].includes(ne[5]) &&
|
|
39640
|
+
}), [null, void 0].includes(ne[5]) && ut({
|
|
39641
39641
|
componentName: "VueUiCandlestick",
|
|
39642
39642
|
type: "datasetAttribute",
|
|
39643
39643
|
property: "volume (index 5)",
|
|
@@ -39863,19 +39863,19 @@ const KU = ["id"], XU = ["xmlns", "viewBox"], qU = { key: 0 }, YU = ["id"], JU =
|
|
|
39863
39863
|
ne.$slots.optionFullscreen ? {
|
|
39864
39864
|
name: "optionFullscreen",
|
|
39865
39865
|
fn: Me(({ toggleFullscreen: V, isFullscreen: j }) => [
|
|
39866
|
-
Se(ne.$slots, "optionFullscreen", rt(
|
|
39866
|
+
Se(ne.$slots, "optionFullscreen", rt(At({ toggleFullscreen: V, isFullscreen: j })), void 0, !0)
|
|
39867
39867
|
]),
|
|
39868
39868
|
key: "5"
|
|
39869
39869
|
} : void 0
|
|
39870
39870
|
]), 1032, ["backgroundColor", "color", "isImaging", "isPrinting", "uid", "hasTooltip", "hasPdf", "hasImg", "hasXls", "hasTable", "hasFullscreen", "isFullscreen", "isTooltip", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
39871
39871
|
a.value ? (c(), v("svg", {
|
|
39872
39872
|
key: 2,
|
|
39873
|
-
xmlns: R(
|
|
39873
|
+
xmlns: R(it),
|
|
39874
39874
|
class: Pe({ "vue-data-ui-fullscreen--on": re.value, "vue-data-ui-fulscreen--off": !re.value }),
|
|
39875
39875
|
viewBox: `0 0 ${y.value.width <= 0 ? 10 : y.value.width} ${y.value.height <= 0 ? 10 : y.value.height}`,
|
|
39876
39876
|
style: K(`max-width:100%;overflow:visible;background:${n.value.style.backgroundColor};color:${n.value.style.color}`)
|
|
39877
39877
|
}, [
|
|
39878
|
-
ue.value.length > 0 ? (c(), v("g",
|
|
39878
|
+
ue.value.length > 0 ? (c(), v("g", q7, [
|
|
39879
39879
|
p("defs", null, [
|
|
39880
39880
|
p("linearGradient", {
|
|
39881
39881
|
id: `bearish_gradient_${l.value}`,
|
|
@@ -39885,16 +39885,16 @@ const KU = ["id"], XU = ["xmlns", "viewBox"], qU = { key: 0 }, YU = ["id"], JU =
|
|
|
39885
39885
|
p("stop", {
|
|
39886
39886
|
offset: "0%",
|
|
39887
39887
|
"stop-color": n.value.style.layout.candle.colors.bearish
|
|
39888
|
-
}, null, 8,
|
|
39888
|
+
}, null, 8, J7),
|
|
39889
39889
|
p("stop", {
|
|
39890
39890
|
offset: "50%",
|
|
39891
39891
|
"stop-color": `${R(qt)(n.value.style.layout.candle.colors.bearish, 0.02)}DE`
|
|
39892
|
-
}, null, 8,
|
|
39892
|
+
}, null, 8, Z7),
|
|
39893
39893
|
p("stop", {
|
|
39894
39894
|
offset: "100%",
|
|
39895
39895
|
"stop-color": `${R(qt)(n.value.style.layout.candle.colors.bearish, 0.05)}66`
|
|
39896
|
-
}, null, 8,
|
|
39897
|
-
], 8,
|
|
39896
|
+
}, null, 8, eU)
|
|
39897
|
+
], 8, Y7),
|
|
39898
39898
|
p("linearGradient", {
|
|
39899
39899
|
id: `bullish_gradient_${l.value}`,
|
|
39900
39900
|
x2: "0%",
|
|
@@ -39903,18 +39903,18 @@ const KU = ["id"], XU = ["xmlns", "viewBox"], qU = { key: 0 }, YU = ["id"], JU =
|
|
|
39903
39903
|
p("stop", {
|
|
39904
39904
|
offset: "0%",
|
|
39905
39905
|
"stop-color": n.value.style.layout.candle.colors.bullish
|
|
39906
|
-
}, null, 8,
|
|
39906
|
+
}, null, 8, lU),
|
|
39907
39907
|
p("stop", {
|
|
39908
39908
|
offset: "50%",
|
|
39909
39909
|
"stop-color": `${R(qt)(n.value.style.layout.candle.colors.bullish, 0.02)}DE`
|
|
39910
|
-
}, null, 8,
|
|
39910
|
+
}, null, 8, oU),
|
|
39911
39911
|
p("stop", {
|
|
39912
39912
|
offset: "100%",
|
|
39913
39913
|
"stop-color": `${R(qt)(n.value.style.layout.candle.colors.bullish, 0.05)}66`
|
|
39914
|
-
}, null, 8,
|
|
39915
|
-
], 8,
|
|
39914
|
+
}, null, 8, aU)
|
|
39915
|
+
], 8, tU)
|
|
39916
39916
|
]),
|
|
39917
|
-
n.value.style.layout.grid.show ? (c(), v("g",
|
|
39917
|
+
n.value.style.layout.grid.show ? (c(), v("g", rU, [
|
|
39918
39918
|
p("line", {
|
|
39919
39919
|
x1: C.value.left,
|
|
39920
39920
|
x2: C.value.left,
|
|
@@ -39923,7 +39923,7 @@ const KU = ["id"], XU = ["xmlns", "viewBox"], qU = { key: 0 }, YU = ["id"], JU =
|
|
|
39923
39923
|
stroke: n.value.style.layout.grid.stroke,
|
|
39924
39924
|
"stroke-width": n.value.style.layout.grid.strokeWidth,
|
|
39925
39925
|
"stroke-linecap": "round"
|
|
39926
|
-
}, null, 8,
|
|
39926
|
+
}, null, 8, sU),
|
|
39927
39927
|
p("line", {
|
|
39928
39928
|
x1: C.value.left,
|
|
39929
39929
|
x2: C.value.right,
|
|
@@ -39932,9 +39932,9 @@ const KU = ["id"], XU = ["xmlns", "viewBox"], qU = { key: 0 }, YU = ["id"], JU =
|
|
|
39932
39932
|
stroke: n.value.style.layout.grid.stroke,
|
|
39933
39933
|
"stroke-width": n.value.style.layout.grid.strokeWidth,
|
|
39934
39934
|
"stroke-linecap": "round"
|
|
39935
|
-
}, null, 8,
|
|
39935
|
+
}, null, 8, nU)
|
|
39936
39936
|
])) : I("", !0),
|
|
39937
|
-
n.value.style.layout.grid.yAxis.dataLabels.show ? (c(), v("g",
|
|
39937
|
+
n.value.style.layout.grid.yAxis.dataLabels.show ? (c(), v("g", iU, [
|
|
39938
39938
|
(c(!0), v(ke, null, Ne(W.value, (V, j) => (c(), v("g", null, [
|
|
39939
39939
|
V.value >= Ae.value.min && V.value <= Ae.value.max ? (c(), v("line", {
|
|
39940
39940
|
key: 0,
|
|
@@ -39945,7 +39945,7 @@ const KU = ["id"], XU = ["xmlns", "viewBox"], qU = { key: 0 }, YU = ["id"], JU =
|
|
|
39945
39945
|
stroke: n.value.style.layout.grid.stroke,
|
|
39946
39946
|
"stroke-width": n.value.style.layout.grid.strokeWidth,
|
|
39947
39947
|
"stroke-linecap": "round"
|
|
39948
|
-
}, null, 8,
|
|
39948
|
+
}, null, 8, uU)) : I("", !0),
|
|
39949
39949
|
V.value >= Ae.value.min && V.value <= Ae.value.max ? (c(), v("text", {
|
|
39950
39950
|
key: 1,
|
|
39951
39951
|
x: C.value.left - 8 + n.value.style.layout.grid.yAxis.dataLabels.offsetX,
|
|
@@ -39954,10 +39954,10 @@ const KU = ["id"], XU = ["xmlns", "viewBox"], qU = { key: 0 }, YU = ["id"], JU =
|
|
|
39954
39954
|
"text-anchor": "end",
|
|
39955
39955
|
fill: n.value.style.layout.grid.yAxis.dataLabels.color,
|
|
39956
39956
|
"font-weight": n.value.style.layout.grid.yAxis.dataLabels.bold ? "bold" : "normal"
|
|
39957
|
-
}, le(n.value.style.layout.grid.yAxis.dataLabels.prefix) + " " + le(R(w1)(V.value) ? V.value.toFixed(n.value.style.layout.grid.yAxis.dataLabels.roundingValue) : "") + " " + le(n.value.style.layout.grid.yAxis.dataLabels.suffix), 9,
|
|
39957
|
+
}, le(n.value.style.layout.grid.yAxis.dataLabels.prefix) + " " + le(R(w1)(V.value) ? V.value.toFixed(n.value.style.layout.grid.yAxis.dataLabels.roundingValue) : "") + " " + le(n.value.style.layout.grid.yAxis.dataLabels.suffix), 9, AU)) : I("", !0)
|
|
39958
39958
|
]))), 256))
|
|
39959
39959
|
])) : I("", !0),
|
|
39960
|
-
n.value.style.layout.grid.xAxis.dataLabels.show ? (c(), v("g",
|
|
39960
|
+
n.value.style.layout.grid.xAxis.dataLabels.show ? (c(), v("g", cU, [
|
|
39961
39961
|
(c(!0), v(ke, null, Ne(ee.value, (V, j) => (c(), v("g", null, [
|
|
39962
39962
|
p("text", {
|
|
39963
39963
|
transform: `translate(${C.value.left + Z.value * j + Z.value / 2}, ${C.value.bottom + y.value.xAxisFontSize * 2 + n.value.style.layout.grid.xAxis.dataLabels.offsetY}), rotate(${n.value.style.layout.grid.xAxis.dataLabels.rotation})`,
|
|
@@ -39965,7 +39965,7 @@ const KU = ["id"], XU = ["xmlns", "viewBox"], qU = { key: 0 }, YU = ["id"], JU =
|
|
|
39965
39965
|
"font-size": y.value.xAxisFontSize,
|
|
39966
39966
|
fill: n.value.style.layout.grid.xAxis.dataLabels.color,
|
|
39967
39967
|
"font-weight": n.value.style.layout.grid.xAxis.dataLabels.bold ? "bold" : "normal"
|
|
39968
|
-
}, le(V), 9,
|
|
39968
|
+
}, le(V), 9, dU)
|
|
39969
39969
|
]))), 256))
|
|
39970
39970
|
])) : I("", !0),
|
|
39971
39971
|
p("g", null, [
|
|
@@ -39978,22 +39978,22 @@ const KU = ["id"], XU = ["xmlns", "viewBox"], qU = { key: 0 }, YU = ["id"], JU =
|
|
|
39978
39978
|
stroke: n.value.style.layout.wick.stroke,
|
|
39979
39979
|
"stroke-width": n.value.style.layout.wick.strokeWidth,
|
|
39980
39980
|
"stroke-linecap": "round"
|
|
39981
|
-
}, null, 8,
|
|
39982
|
-
n.value.style.layout.wick.extremity.shape === "circle" ? (c(), v("g",
|
|
39981
|
+
}, null, 8, hU),
|
|
39982
|
+
n.value.style.layout.wick.extremity.shape === "circle" ? (c(), v("g", vU, [
|
|
39983
39983
|
p("circle", {
|
|
39984
39984
|
cx: V.high.x,
|
|
39985
39985
|
cy: V.high.y,
|
|
39986
39986
|
r: n.value.style.layout.wick.extremity.size === "auto" ? Z.value / 20 : n.value.style.layout.wick.extremity.size,
|
|
39987
39987
|
fill: n.value.style.layout.wick.extremity.color
|
|
39988
|
-
}, null, 8,
|
|
39988
|
+
}, null, 8, fU),
|
|
39989
39989
|
p("circle", {
|
|
39990
39990
|
cx: V.low.x,
|
|
39991
39991
|
cy: V.low.y,
|
|
39992
39992
|
r: n.value.style.layout.wick.extremity.size === "auto" ? Z.value / 20 : n.value.style.layout.wick.extremity.size,
|
|
39993
39993
|
fill: n.value.style.layout.wick.extremity.color
|
|
39994
|
-
}, null, 8,
|
|
39994
|
+
}, null, 8, gU)
|
|
39995
39995
|
])) : I("", !0),
|
|
39996
|
-
n.value.style.layout.wick.extremity.shape === "line" ? (c(), v("g",
|
|
39996
|
+
n.value.style.layout.wick.extremity.shape === "line" ? (c(), v("g", yU, [
|
|
39997
39997
|
p("line", {
|
|
39998
39998
|
x1: V.high.x - (n.value.style.layout.wick.extremity.size === "auto" ? Z.value * n.value.style.layout.candle.widthRatio : n.value.style.layout.wick.extremity.size) / 2,
|
|
39999
39999
|
x2: V.high.x + (n.value.style.layout.wick.extremity.size === "auto" ? Z.value * n.value.style.layout.candle.widthRatio : n.value.style.layout.wick.extremity.size) / 2,
|
|
@@ -40002,7 +40002,7 @@ const KU = ["id"], XU = ["xmlns", "viewBox"], qU = { key: 0 }, YU = ["id"], JU =
|
|
|
40002
40002
|
stroke: n.value.style.layout.wick.extremity.color,
|
|
40003
40003
|
"stroke-width": n.value.style.layout.wick.strokeWidth,
|
|
40004
40004
|
"stroke-linecap": "round"
|
|
40005
|
-
}, null, 8,
|
|
40005
|
+
}, null, 8, pU),
|
|
40006
40006
|
p("line", {
|
|
40007
40007
|
x1: V.low.x - (n.value.style.layout.wick.extremity.size === "auto" ? Z.value * n.value.style.layout.candle.widthRatio : n.value.style.layout.wick.extremity.size) / 2,
|
|
40008
40008
|
x2: V.low.x + (n.value.style.layout.wick.extremity.size === "auto" ? Z.value * n.value.style.layout.candle.widthRatio : n.value.style.layout.wick.extremity.size) / 2,
|
|
@@ -40011,7 +40011,7 @@ const KU = ["id"], XU = ["xmlns", "viewBox"], qU = { key: 0 }, YU = ["id"], JU =
|
|
|
40011
40011
|
stroke: n.value.style.layout.wick.extremity.color,
|
|
40012
40012
|
"stroke-width": n.value.style.layout.wick.strokeWidth,
|
|
40013
40013
|
"stroke-linecap": "round"
|
|
40014
|
-
}, null, 8,
|
|
40014
|
+
}, null, 8, bU)
|
|
40015
40015
|
])) : I("", !0)
|
|
40016
40016
|
]))), 256))
|
|
40017
40017
|
]),
|
|
@@ -40024,7 +40024,7 @@ const KU = ["id"], XU = ["xmlns", "viewBox"], qU = { key: 0 }, YU = ["id"], JU =
|
|
|
40024
40024
|
fill: n.value.style.layout.candle.gradient.underlayer,
|
|
40025
40025
|
rx: n.value.style.layout.candle.borderRadius,
|
|
40026
40026
|
stroke: "none"
|
|
40027
|
-
}, null, 8,
|
|
40027
|
+
}, null, 8, mU))), 256)),
|
|
40028
40028
|
(c(!0), v(ke, null, Ne(ue.value, (V, j) => (c(), v("rect", {
|
|
40029
40029
|
x: V.open.x - Z.value / 2 + Z.value * (1 - n.value.style.layout.candle.widthRatio) / 2,
|
|
40030
40030
|
y: V.isBullish ? V.last.y : V.open.y,
|
|
@@ -40036,7 +40036,7 @@ const KU = ["id"], XU = ["xmlns", "viewBox"], qU = { key: 0 }, YU = ["id"], JU =
|
|
|
40036
40036
|
"stroke-width": n.value.style.layout.candle.strokeWidth,
|
|
40037
40037
|
"stroke-linecap": "round",
|
|
40038
40038
|
"stroke-linejoin": "round"
|
|
40039
|
-
}, null, 8,
|
|
40039
|
+
}, null, 8, wU))), 256))
|
|
40040
40040
|
]),
|
|
40041
40041
|
p("g", null, [
|
|
40042
40042
|
(c(!0), v(ke, null, Ne(ue.value, (V, j) => (c(), v("rect", {
|
|
@@ -40049,11 +40049,11 @@ const KU = ["id"], XU = ["xmlns", "viewBox"], qU = { key: 0 }, YU = ["id"], JU =
|
|
|
40049
40049
|
onMouseleave: se[0] || (se[0] = (Be) => {
|
|
40050
40050
|
f.value = void 0, i.value = !1;
|
|
40051
40051
|
})
|
|
40052
|
-
}, null, 40,
|
|
40052
|
+
}, null, 40, kU))), 256))
|
|
40053
40053
|
])
|
|
40054
40054
|
])) : I("", !0),
|
|
40055
40055
|
Se(ne.$slots, "svg", { svg: y.value }, void 0, !0)
|
|
40056
|
-
], 14,
|
|
40056
|
+
], 14, X7)) : I("", !0),
|
|
40057
40057
|
a.value ? I("", !0) : (c(), je(Jt, {
|
|
40058
40058
|
key: 3,
|
|
40059
40059
|
config: {
|
|
@@ -40098,7 +40098,7 @@ const KU = ["id"], XU = ["xmlns", "viewBox"], qU = { key: 0 }, YU = ["id"], JU =
|
|
|
40098
40098
|
onReset: S
|
|
40099
40099
|
}, {
|
|
40100
40100
|
"reset-action": Me(({ reset: V }) => [
|
|
40101
|
-
Se(ne.$slots, "reset-action", rt(
|
|
40101
|
+
Se(ne.$slots, "reset-action", rt(At({ reset: V })), void 0, !0)
|
|
40102
40102
|
]),
|
|
40103
40103
|
_: 3
|
|
40104
40104
|
}, 8, ["background", "borderColor", "fontSize", "useResetSlot", "labelLeft", "labelRight", "textColor", "inputColor", "selectColor", "max", "valueStart", "valueEnd", "start", "end"]))
|
|
@@ -40122,10 +40122,10 @@ const KU = ["id"], XU = ["xmlns", "viewBox"], qU = { key: 0 }, YU = ["id"], JU =
|
|
|
40122
40122
|
isCustom: n.value.style.tooltip.customFormat && typeof n.value.style.tooltip.customFormat == "function"
|
|
40123
40123
|
}, {
|
|
40124
40124
|
"tooltip-before": Me(() => [
|
|
40125
|
-
Se(ne.$slots, "tooltip-before", rt(
|
|
40125
|
+
Se(ne.$slots, "tooltip-before", rt(At({ ...oe.value })), void 0, !0)
|
|
40126
40126
|
]),
|
|
40127
40127
|
"tooltip-after": Me(() => [
|
|
40128
|
-
Se(ne.$slots, "tooltip-after", rt(
|
|
40128
|
+
Se(ne.$slots, "tooltip-after", rt(At({ ...oe.value })), void 0, !0)
|
|
40129
40129
|
]),
|
|
40130
40130
|
_: 3
|
|
40131
40131
|
}, 8, ["show", "backgroundColor", "color", "borderRadius", "borderColor", "borderWidth", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -40158,20 +40158,20 @@ const KU = ["id"], XU = ["xmlns", "viewBox"], qU = { key: 0 }, YU = ["id"], JU =
|
|
|
40158
40158
|
kt(le(V), 1)
|
|
40159
40159
|
]),
|
|
40160
40160
|
td: Me(({ td: V }) => [
|
|
40161
|
-
p("div", { innerHTML: V }, null, 8,
|
|
40161
|
+
p("div", { innerHTML: V }, null, 8, CU)
|
|
40162
40162
|
]),
|
|
40163
40163
|
_: 1
|
|
40164
40164
|
}, 8, ["colNames", "head", "body", "config", "title"])
|
|
40165
40165
|
]),
|
|
40166
40166
|
_: 1
|
|
40167
40167
|
}, 8, ["config"])) : I("", !0)
|
|
40168
|
-
], 14,
|
|
40168
|
+
], 14, K7));
|
|
40169
40169
|
}
|
|
40170
|
-
},
|
|
40170
|
+
}, BU = /* @__PURE__ */ Ut(xU, [["__scopeId", "data-v-f7ada121"]]), _U = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
40171
40171
|
__proto__: null,
|
|
40172
|
-
default:
|
|
40172
|
+
default: BU
|
|
40173
40173
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
40174
|
-
const
|
|
40174
|
+
const FU = ["id"], LU = ["xmlns", "viewBox"], IU = ["id"], SU = ["stop-color"], NU = ["stop-color"], $U = ["id"], MU = ["stop-color"], UU = ["stop-color"], QU = ["x", "y", "width", "height", "fill", "rx"], EU = ["x", "y", "width", "height", "fill", "rx"], TU = ["x", "y", "width", "height", "fill", "rx"], OU = ["x", "y", "width", "height", "fill", "rx"], PU = { key: 0 }, DU = ["x", "y", "fill", "font-size", "font-weight"], HU = ["x", "y", "fill", "font-size", "font-weight"], zU = { key: 1 }, RU = ["x", "y", "font-size", "fill", "font-weight"], GU = { key: 2 }, VU = { key: 0 }, WU = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], jU = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], KU = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], XU = ["x", "y", "font-size", "fill", "font-weight"], qU = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], YU = ["x", "y", "font-size", "fill", "font-weight"], JU = ["x", "y", "font-size", "fill", "font-weight"], ZU = ["x", "y", "width", "height", "fill", "onMouseover"], eQ = {
|
|
40175
40175
|
__name: "vue-ui-age-pyramid",
|
|
40176
40176
|
props: {
|
|
40177
40177
|
config: {
|
|
@@ -40201,7 +40201,7 @@ const F7 = ["id"], L7 = ["xmlns", "viewBox"], I7 = ["id"], S7 = ["stop-color"],
|
|
|
40201
40201
|
} : oe;
|
|
40202
40202
|
}), k = z(null);
|
|
40203
40203
|
Et(() => {
|
|
40204
|
-
if (Vt(o.dataset) &&
|
|
40204
|
+
if (Vt(o.dataset) && ut({
|
|
40205
40205
|
componentName: "VueUiAgePyramid",
|
|
40206
40206
|
type: "dataset"
|
|
40207
40207
|
}), u.value.responsive) {
|
|
@@ -40483,14 +40483,14 @@ const F7 = ["id"], L7 = ["xmlns", "viewBox"], I7 = ["id"], S7 = ["stop-color"],
|
|
|
40483
40483
|
oe.$slots.optionFullscreen ? {
|
|
40484
40484
|
name: "optionFullscreen",
|
|
40485
40485
|
fn: Me(({ toggleFullscreen: S, isFullscreen: F }) => [
|
|
40486
|
-
Se(oe.$slots, "optionFullscreen", rt(
|
|
40486
|
+
Se(oe.$slots, "optionFullscreen", rt(At({ toggleFullscreen: S, isFullscreen: F })), void 0, !0)
|
|
40487
40487
|
]),
|
|
40488
40488
|
key: "5"
|
|
40489
40489
|
} : void 0
|
|
40490
40490
|
]), 1032, ["backgroundColor", "color", "isImaging", "isPrinting", "uid", "hasTooltip", "hasPdf", "hasXls", "hasImg", "hasTable", "hasFullscreen", "isFullscreen", "isTooltip", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
40491
40491
|
a.value ? (c(), v("svg", {
|
|
40492
40492
|
key: 2,
|
|
40493
|
-
xmlns: R(
|
|
40493
|
+
xmlns: R(it),
|
|
40494
40494
|
class: Pe({ "vue-data-ui-fullscreen--on": ue.value, "vue-data-ui-fulscreen--off": !ue.value }),
|
|
40495
40495
|
viewBox: `0 0 ${Q.value.width <= 0 ? 10 : Q.value.width} ${Q.value.height <= 0 ? 10 : Q.value.height}`,
|
|
40496
40496
|
style: K(`max-width:100%;overflow:visible;background:${u.value.style.backgroundColor};color:${u.value.style.color}`)
|
|
@@ -40506,12 +40506,12 @@ const F7 = ["id"], L7 = ["xmlns", "viewBox"], I7 = ["id"], S7 = ["stop-color"],
|
|
|
40506
40506
|
p("stop", {
|
|
40507
40507
|
offset: "0%",
|
|
40508
40508
|
"stop-color": u.value.style.layout.bars.left.color
|
|
40509
|
-
}, null, 8,
|
|
40509
|
+
}, null, 8, SU),
|
|
40510
40510
|
p("stop", {
|
|
40511
40511
|
offset: "100%",
|
|
40512
40512
|
"stop-color": `${R(qt)(u.value.style.layout.bars.left.color, u.value.style.layout.bars.gradient.shiftHue)}${R(ht)[100 - u.value.style.layout.bars.gradient.intensity]}`
|
|
40513
|
-
}, null, 8,
|
|
40514
|
-
], 8,
|
|
40513
|
+
}, null, 8, NU)
|
|
40514
|
+
], 8, IU),
|
|
40515
40515
|
p("linearGradient", {
|
|
40516
40516
|
id: `age_pyramid_right_${l.value}`,
|
|
40517
40517
|
x1: "0%",
|
|
@@ -40522,12 +40522,12 @@ const F7 = ["id"], L7 = ["xmlns", "viewBox"], I7 = ["id"], S7 = ["stop-color"],
|
|
|
40522
40522
|
p("stop", {
|
|
40523
40523
|
offset: "0%",
|
|
40524
40524
|
"stop-color": `${R(qt)(u.value.style.layout.bars.right.color, u.value.style.layout.bars.gradient.shiftHue)}${R(ht)[100 - u.value.style.layout.bars.gradient.intensity]}`
|
|
40525
|
-
}, null, 8,
|
|
40525
|
+
}, null, 8, MU),
|
|
40526
40526
|
p("stop", {
|
|
40527
40527
|
offset: "100%",
|
|
40528
40528
|
"stop-color": u.value.style.layout.bars.right.color
|
|
40529
|
-
}, null, 8,
|
|
40530
|
-
], 8, $
|
|
40529
|
+
}, null, 8, UU)
|
|
40530
|
+
], 8, $U)
|
|
40531
40531
|
]),
|
|
40532
40532
|
(c(!0), v(ke, null, Ne(M.value, (S, F) => (c(), v("g", null, [
|
|
40533
40533
|
p("rect", {
|
|
@@ -40537,7 +40537,7 @@ const F7 = ["id"], L7 = ["xmlns", "viewBox"], I7 = ["id"], S7 = ["stop-color"],
|
|
|
40537
40537
|
height: S.left.height <= 0 ? 1e-4 : S.left.height,
|
|
40538
40538
|
fill: u.value.style.layout.bars.gradient.underlayer,
|
|
40539
40539
|
rx: u.value.style.layout.bars.borderRadius
|
|
40540
|
-
}, null, 8,
|
|
40540
|
+
}, null, 8, QU),
|
|
40541
40541
|
p("rect", {
|
|
40542
40542
|
x: S.left.x,
|
|
40543
40543
|
y: S.left.y,
|
|
@@ -40545,7 +40545,7 @@ const F7 = ["id"], L7 = ["xmlns", "viewBox"], I7 = ["id"], S7 = ["stop-color"],
|
|
|
40545
40545
|
height: S.left.height <= 0 ? 1e-4 : S.left.height,
|
|
40546
40546
|
fill: u.value.style.layout.bars.gradient.show ? `url(#age_pyramid_left_${l.value})` : S.left.color,
|
|
40547
40547
|
rx: u.value.style.layout.bars.borderRadius
|
|
40548
|
-
}, null, 8,
|
|
40548
|
+
}, null, 8, EU),
|
|
40549
40549
|
p("rect", {
|
|
40550
40550
|
x: S.right.x,
|
|
40551
40551
|
y: S.right.y,
|
|
@@ -40553,7 +40553,7 @@ const F7 = ["id"], L7 = ["xmlns", "viewBox"], I7 = ["id"], S7 = ["stop-color"],
|
|
|
40553
40553
|
height: S.right.height <= 0 ? 1e-4 : S.right.height,
|
|
40554
40554
|
fill: u.value.style.layout.bars.gradient.underlayer,
|
|
40555
40555
|
rx: u.value.style.layout.bars.borderRadius
|
|
40556
|
-
}, null, 8,
|
|
40556
|
+
}, null, 8, TU),
|
|
40557
40557
|
p("rect", {
|
|
40558
40558
|
x: S.right.x,
|
|
40559
40559
|
y: S.right.y,
|
|
@@ -40561,10 +40561,10 @@ const F7 = ["id"], L7 = ["xmlns", "viewBox"], I7 = ["id"], S7 = ["stop-color"],
|
|
|
40561
40561
|
height: S.right.height <= 0 ? 1e-4 : S.right.height,
|
|
40562
40562
|
fill: u.value.style.layout.bars.gradient.show ? `url(#age_pyramid_right_${l.value})` : S.right.color,
|
|
40563
40563
|
rx: u.value.style.layout.bars.borderRadius
|
|
40564
|
-
}, null, 8,
|
|
40564
|
+
}, null, 8, OU)
|
|
40565
40565
|
]))), 256)),
|
|
40566
40566
|
p("g", null, [
|
|
40567
|
-
u.value.style.layout.dataLabels.sideTitles.show ? (c(), v("g",
|
|
40567
|
+
u.value.style.layout.dataLabels.sideTitles.show ? (c(), v("g", PU, [
|
|
40568
40568
|
p("text", {
|
|
40569
40569
|
x: H.value.left,
|
|
40570
40570
|
y: H.value.top + u.value.style.layout.dataLabels.sideTitles.offsetY,
|
|
@@ -40572,7 +40572,7 @@ const F7 = ["id"], L7 = ["xmlns", "viewBox"], I7 = ["id"], S7 = ["stop-color"],
|
|
|
40572
40572
|
"font-size": u.value.style.layout.dataLabels.sideTitles.fontSize,
|
|
40573
40573
|
"text-anchor": "start",
|
|
40574
40574
|
"font-weight": u.value.style.layout.dataLabels.sideTitles.bold ? "bold" : "normal"
|
|
40575
|
-
}, le(u.value.translations.female), 9,
|
|
40575
|
+
}, le(u.value.translations.female), 9, DU),
|
|
40576
40576
|
p("text", {
|
|
40577
40577
|
x: H.value.right,
|
|
40578
40578
|
y: H.value.top + u.value.style.layout.dataLabels.sideTitles.offsetY,
|
|
@@ -40580,9 +40580,9 @@ const F7 = ["id"], L7 = ["xmlns", "viewBox"], I7 = ["id"], S7 = ["stop-color"],
|
|
|
40580
40580
|
"font-size": u.value.style.layout.dataLabels.sideTitles.fontSize,
|
|
40581
40581
|
"text-anchor": "end",
|
|
40582
40582
|
"font-weight": u.value.style.layout.dataLabels.sideTitles.bold ? "bold" : "normal"
|
|
40583
|
-
}, le(u.value.translations.male), 9,
|
|
40583
|
+
}, le(u.value.translations.male), 9, HU)
|
|
40584
40584
|
])) : I("", !0),
|
|
40585
|
-
u.value.style.layout.dataLabels.yAxis.show ? (c(), v("g",
|
|
40585
|
+
u.value.style.layout.dataLabels.yAxis.show ? (c(), v("g", zU, [
|
|
40586
40586
|
(c(!0), v(ke, null, Ne(J.value, (S, F) => (c(), v(ke, null, [
|
|
40587
40587
|
F % u.value.style.layout.dataLabels.yAxis.showEvery === 0 ? (c(), v("text", {
|
|
40588
40588
|
key: 0,
|
|
@@ -40592,11 +40592,11 @@ const F7 = ["id"], L7 = ["xmlns", "viewBox"], I7 = ["id"], S7 = ["stop-color"],
|
|
|
40592
40592
|
"font-size": u.value.style.layout.dataLabels.yAxis.fontSize,
|
|
40593
40593
|
fill: u.value.style.layout.dataLabels.yAxis.color,
|
|
40594
40594
|
"font-weight": u.value.style.layout.dataLabels.yAxis.bold ? "bold" : "normal"
|
|
40595
|
-
}, le(S), 9,
|
|
40595
|
+
}, le(S), 9, RU)) : I("", !0)
|
|
40596
40596
|
], 64))), 256))
|
|
40597
40597
|
])) : I("", !0),
|
|
40598
|
-
u.value.style.layout.dataLabels.xAxis.show ? (c(), v("g",
|
|
40599
|
-
u.value.style.layout.grid.show ? (c(), v("g",
|
|
40598
|
+
u.value.style.layout.dataLabels.xAxis.show ? (c(), v("g", GU, [
|
|
40599
|
+
u.value.style.layout.grid.show ? (c(), v("g", VU, [
|
|
40600
40600
|
p("line", {
|
|
40601
40601
|
x1: $.value.right[0].x,
|
|
40602
40602
|
x2: $.value.right.at(-1).x,
|
|
@@ -40605,7 +40605,7 @@ const F7 = ["id"], L7 = ["xmlns", "viewBox"], I7 = ["id"], S7 = ["stop-color"],
|
|
|
40605
40605
|
stroke: u.value.style.layout.grid.stroke,
|
|
40606
40606
|
"stroke-width": u.value.style.layout.grid.strokeWidth,
|
|
40607
40607
|
"stroke-linecap": "round"
|
|
40608
|
-
}, null, 8,
|
|
40608
|
+
}, null, 8, WU),
|
|
40609
40609
|
p("line", {
|
|
40610
40610
|
x1: $.value.left[0].x,
|
|
40611
40611
|
x2: $.value.left.at(-1).x,
|
|
@@ -40614,7 +40614,7 @@ const F7 = ["id"], L7 = ["xmlns", "viewBox"], I7 = ["id"], S7 = ["stop-color"],
|
|
|
40614
40614
|
stroke: u.value.style.layout.grid.stroke,
|
|
40615
40615
|
"stroke-width": u.value.style.layout.grid.strokeWidth,
|
|
40616
40616
|
"stroke-linecap": "round"
|
|
40617
|
-
}, null, 8,
|
|
40617
|
+
}, null, 8, jU)
|
|
40618
40618
|
])) : I("", !0),
|
|
40619
40619
|
(c(!0), v(ke, null, Ne($.value.right, (S) => (c(), v("g", null, [
|
|
40620
40620
|
u.value.style.layout.grid.show ? (c(), v("line", {
|
|
@@ -40626,7 +40626,7 @@ const F7 = ["id"], L7 = ["xmlns", "viewBox"], I7 = ["id"], S7 = ["stop-color"],
|
|
|
40626
40626
|
stroke: u.value.style.layout.grid.stroke,
|
|
40627
40627
|
"stroke-width": u.value.style.layout.grid.strokeWidth,
|
|
40628
40628
|
"stroke-linecap": "round"
|
|
40629
|
-
}, null, 8,
|
|
40629
|
+
}, null, 8, KU)) : I("", !0),
|
|
40630
40630
|
p("text", {
|
|
40631
40631
|
x: S.x,
|
|
40632
40632
|
y: H.value.bottom + u.value.style.layout.dataLabels.xAxis.fontSize * 2,
|
|
@@ -40634,7 +40634,7 @@ const F7 = ["id"], L7 = ["xmlns", "viewBox"], I7 = ["id"], S7 = ["stop-color"],
|
|
|
40634
40634
|
fill: u.value.style.layout.dataLabels.xAxis.color,
|
|
40635
40635
|
"text-anchor": "middle",
|
|
40636
40636
|
"font-weight": u.value.style.layout.dataLabels.xAxis.bold ? "bold" : "normal"
|
|
40637
|
-
}, le(Number((S.value / u.value.style.layout.dataLabels.xAxis.scale).toFixed(0)).toLocaleString()), 9,
|
|
40637
|
+
}, le(Number((S.value / u.value.style.layout.dataLabels.xAxis.scale).toFixed(0)).toLocaleString()), 9, XU)
|
|
40638
40638
|
]))), 256)),
|
|
40639
40639
|
(c(!0), v(ke, null, Ne($.value.left, (S) => (c(), v("g", null, [
|
|
40640
40640
|
u.value.style.layout.grid.show ? (c(), v("line", {
|
|
@@ -40646,7 +40646,7 @@ const F7 = ["id"], L7 = ["xmlns", "viewBox"], I7 = ["id"], S7 = ["stop-color"],
|
|
|
40646
40646
|
stroke: u.value.style.layout.grid.stroke,
|
|
40647
40647
|
"stroke-width": u.value.style.layout.grid.strokeWidth,
|
|
40648
40648
|
"stroke-linecap": "round"
|
|
40649
|
-
}, null, 8,
|
|
40649
|
+
}, null, 8, qU)) : I("", !0),
|
|
40650
40650
|
p("text", {
|
|
40651
40651
|
x: S.x,
|
|
40652
40652
|
y: H.value.bottom + u.value.style.layout.dataLabels.xAxis.fontSize * 2,
|
|
@@ -40654,7 +40654,7 @@ const F7 = ["id"], L7 = ["xmlns", "viewBox"], I7 = ["id"], S7 = ["stop-color"],
|
|
|
40654
40654
|
fill: u.value.style.layout.dataLabels.xAxis.color,
|
|
40655
40655
|
"text-anchor": "middle",
|
|
40656
40656
|
"font-weight": u.value.style.layout.dataLabels.xAxis.bold ? "bold" : "normal"
|
|
40657
|
-
}, le(Number((S.value / u.value.style.layout.dataLabels.xAxis.scale).toFixed(0)).toLocaleString()), 9,
|
|
40657
|
+
}, le(Number((S.value / u.value.style.layout.dataLabels.xAxis.scale).toFixed(0)).toLocaleString()), 9, YU)
|
|
40658
40658
|
]))), 256)),
|
|
40659
40659
|
p("text", {
|
|
40660
40660
|
x: H.value.right,
|
|
@@ -40663,7 +40663,7 @@ const F7 = ["id"], L7 = ["xmlns", "viewBox"], I7 = ["id"], S7 = ["stop-color"],
|
|
|
40663
40663
|
"font-size": u.value.style.layout.dataLabels.xAxis.fontSize,
|
|
40664
40664
|
fill: u.value.style.layout.dataLabels.xAxis.color,
|
|
40665
40665
|
"font-weight": u.value.style.layout.dataLabels.xAxis.bold ? "bold" : "normal"
|
|
40666
|
-
}, le(u.value.style.layout.dataLabels.xAxis.translation), 9,
|
|
40666
|
+
}, le(u.value.style.layout.dataLabels.xAxis.translation), 9, JU)
|
|
40667
40667
|
])) : I("", !0)
|
|
40668
40668
|
]),
|
|
40669
40669
|
(c(!0), v(ke, null, Ne(e.dataset, (S, F) => (c(), v("g", null, [
|
|
@@ -40677,10 +40677,10 @@ const F7 = ["id"], L7 = ["xmlns", "viewBox"], I7 = ["id"], S7 = ["stop-color"],
|
|
|
40677
40677
|
onMouseleave: w[0] || (w[0] = (D) => {
|
|
40678
40678
|
f.value = null, i.value = !1;
|
|
40679
40679
|
})
|
|
40680
|
-
}, null, 40,
|
|
40680
|
+
}, null, 40, ZU)
|
|
40681
40681
|
]))), 256)),
|
|
40682
40682
|
Se(oe.$slots, "svg", { svg: Q.value }, void 0, !0)
|
|
40683
|
-
], 14,
|
|
40683
|
+
], 14, LU)) : I("", !0),
|
|
40684
40684
|
a.value ? I("", !0) : (c(), je(Jt, {
|
|
40685
40685
|
key: 3,
|
|
40686
40686
|
config: {
|
|
@@ -40707,10 +40707,10 @@ const F7 = ["id"], L7 = ["xmlns", "viewBox"], I7 = ["id"], S7 = ["stop-color"],
|
|
|
40707
40707
|
isCustom: u.value.style.tooltip.customFormat && typeof u.value.style.tooltip.customFormat == "function"
|
|
40708
40708
|
}, {
|
|
40709
40709
|
"tooltip-before": Me(() => [
|
|
40710
|
-
Se(oe.$slots, "tooltip-before", rt(
|
|
40710
|
+
Se(oe.$slots, "tooltip-before", rt(At({ ...Z.value })), void 0, !0)
|
|
40711
40711
|
]),
|
|
40712
40712
|
"tooltip-after": Me(() => [
|
|
40713
|
-
Se(oe.$slots, "tooltip-after", rt(
|
|
40713
|
+
Se(oe.$slots, "tooltip-after", rt(At({ ...Z.value })), void 0, !0)
|
|
40714
40714
|
]),
|
|
40715
40715
|
_: 3
|
|
40716
40716
|
}, 8, ["show", "backgroundColor", "color", "borderRadius", "borderColor", "borderWidth", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -40750,7 +40750,7 @@ const F7 = ["id"], L7 = ["xmlns", "viewBox"], I7 = ["id"], S7 = ["stop-color"],
|
|
|
40750
40750
|
]),
|
|
40751
40751
|
_: 1
|
|
40752
40752
|
}, 8, ["config"])) : I("", !0)
|
|
40753
|
-
], 14,
|
|
40753
|
+
], 14, FU));
|
|
40754
40754
|
}
|
|
40755
40755
|
}, tQ = /* @__PURE__ */ Ut(eQ, [["__scopeId", "data-v-25815391"]]), lQ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
40756
40756
|
__proto__: null,
|
|
@@ -43253,7 +43253,7 @@ const po = (e) => (ia("data-v-3e41118a"), e = e(), ua(), e), YE = {
|
|
|
43253
43253
|
setup(e, { expose: t, emit: o }) {
|
|
43254
43254
|
const r = e, { vue_ui_smiley: a } = $t();
|
|
43255
43255
|
Et(() => {
|
|
43256
|
-
Vt(r.dataset) &&
|
|
43256
|
+
Vt(r.dataset) && ut({
|
|
43257
43257
|
componentName: "VueUiSmiley",
|
|
43258
43258
|
type: "dataset"
|
|
43259
43259
|
});
|
|
@@ -43359,7 +43359,7 @@ const po = (e) => (ia("data-v-3e41118a"), e = e(), ua(), e), YE = {
|
|
|
43359
43359
|
], 4)) : I("", !0),
|
|
43360
43360
|
i.value.style.icons.filled ? (c(), v("svg", {
|
|
43361
43361
|
key: 1,
|
|
43362
|
-
xmlns: R(
|
|
43362
|
+
xmlns: R(it),
|
|
43363
43363
|
style: { transition: "all 0.1s ease-in-out", position: "absolute", top: "0", left: "0" },
|
|
43364
43364
|
height: "100%",
|
|
43365
43365
|
viewBox: "0 0 24 24",
|
|
@@ -43400,7 +43400,7 @@ const po = (e) => (ia("data-v-3e41118a"), e = e(), ua(), e), YE = {
|
|
|
43400
43400
|
}, sT, 8, aT)),
|
|
43401
43401
|
i.value.style.icons.filled && b.value ? (c(), v("svg", {
|
|
43402
43402
|
key: 3,
|
|
43403
|
-
xmlns: R(
|
|
43403
|
+
xmlns: R(it),
|
|
43404
43404
|
style: { transition: "all 0.1s ease-in-out", position: "absolute", top: "0", left: "0" },
|
|
43405
43405
|
height: "100%",
|
|
43406
43406
|
viewBox: `0 0 ${u(0)} 24`,
|
|
@@ -43472,7 +43472,7 @@ const po = (e) => (ia("data-v-3e41118a"), e = e(), ua(), e), YE = {
|
|
|
43472
43472
|
], 4)) : I("", !0),
|
|
43473
43473
|
i.value.style.icons.filled ? (c(), v("svg", {
|
|
43474
43474
|
key: 1,
|
|
43475
|
-
xmlns: R(
|
|
43475
|
+
xmlns: R(it),
|
|
43476
43476
|
style: { position: "absolute", top: "0", left: "0", transition: "all 0.1s ease-in-out" },
|
|
43477
43477
|
height: "100%",
|
|
43478
43478
|
viewBox: "0 0 24 24",
|
|
@@ -43502,7 +43502,7 @@ const po = (e) => (ia("data-v-3e41118a"), e = e(), ua(), e), YE = {
|
|
|
43502
43502
|
}, null, 8, wT)
|
|
43503
43503
|
], 8, gT)) : (c(), v("svg", {
|
|
43504
43504
|
key: 2,
|
|
43505
|
-
xmlns: R(
|
|
43505
|
+
xmlns: R(it),
|
|
43506
43506
|
style: { position: "absolute", top: "0", left: "0", transition: "all 0.1s ease-in-out" },
|
|
43507
43507
|
height: "100%",
|
|
43508
43508
|
viewBox: "0 0 24 24",
|
|
@@ -43514,7 +43514,7 @@ const po = (e) => (ia("data-v-3e41118a"), e = e(), ua(), e), YE = {
|
|
|
43514
43514
|
}, xT, 8, kT)),
|
|
43515
43515
|
i.value.style.icons.filled && b.value ? (c(), v("svg", {
|
|
43516
43516
|
key: 3,
|
|
43517
|
-
xmlns: R(
|
|
43517
|
+
xmlns: R(it),
|
|
43518
43518
|
style: { position: "absolute", top: "0", left: "0", transition: "all 0.1s ease-in-out" },
|
|
43519
43519
|
height: "100%",
|
|
43520
43520
|
viewBox: `0 0 ${u(1)} 24`,
|
|
@@ -43586,7 +43586,7 @@ const po = (e) => (ia("data-v-3e41118a"), e = e(), ua(), e), YE = {
|
|
|
43586
43586
|
], 4)) : I("", !0),
|
|
43587
43587
|
i.value.style.icons.filled ? (c(), v("svg", {
|
|
43588
43588
|
key: 1,
|
|
43589
|
-
xmlns: R(
|
|
43589
|
+
xmlns: R(it),
|
|
43590
43590
|
style: { position: "absolute", top: "0", left: "0", transition: "all 0.1s ease-in-out" },
|
|
43591
43591
|
height: "100%",
|
|
43592
43592
|
viewBox: "0 0 24 24",
|
|
@@ -43616,7 +43616,7 @@ const po = (e) => (ia("data-v-3e41118a"), e = e(), ua(), e), YE = {
|
|
|
43616
43616
|
}, null, 8, PT)
|
|
43617
43617
|
], 8, UT)) : (c(), v("svg", {
|
|
43618
43618
|
key: 2,
|
|
43619
|
-
xmlns: R(
|
|
43619
|
+
xmlns: R(it),
|
|
43620
43620
|
style: { position: "absolute", top: "0", left: "0", transition: "all 0.1s ease-in-out" },
|
|
43621
43621
|
height: "100%",
|
|
43622
43622
|
viewBox: "0 0 24 24",
|
|
@@ -43628,7 +43628,7 @@ const po = (e) => (ia("data-v-3e41118a"), e = e(), ua(), e), YE = {
|
|
|
43628
43628
|
}, VT, 8, DT)),
|
|
43629
43629
|
i.value.style.icons.filled && b.value ? (c(), v("svg", {
|
|
43630
43630
|
key: 3,
|
|
43631
|
-
xmlns: R(
|
|
43631
|
+
xmlns: R(it),
|
|
43632
43632
|
style: { position: "absolute", top: "0", left: "0", transition: "all 0.1s ease-in-out" },
|
|
43633
43633
|
height: "100%",
|
|
43634
43634
|
viewBox: `0 0 ${u(2)} 24`,
|
|
@@ -43659,7 +43659,7 @@ const po = (e) => (ia("data-v-3e41118a"), e = e(), ua(), e), YE = {
|
|
|
43659
43659
|
], 8, WT)) : I("", !0),
|
|
43660
43660
|
!i.value.style.icons.filled && b.value ? (c(), v("svg", {
|
|
43661
43661
|
key: 4,
|
|
43662
|
-
xmlns: R(
|
|
43662
|
+
xmlns: R(it),
|
|
43663
43663
|
style: { position: "absolute", top: "0", left: "0", transition: "all 0.1s ease-in-out" },
|
|
43664
43664
|
height: "100%",
|
|
43665
43665
|
viewBox: `0 0 ${u(2)} 24`,
|
|
@@ -43701,7 +43701,7 @@ const po = (e) => (ia("data-v-3e41118a"), e = e(), ua(), e), YE = {
|
|
|
43701
43701
|
], 4)) : I("", !0),
|
|
43702
43702
|
i.value.style.icons.filled ? (c(), v("svg", {
|
|
43703
43703
|
key: 1,
|
|
43704
|
-
xmlns: R(
|
|
43704
|
+
xmlns: R(it),
|
|
43705
43705
|
style: { position: "absolute", top: "0", left: "0", transition: "all 0.1s ease-in-out" },
|
|
43706
43706
|
height: "100%",
|
|
43707
43707
|
viewBox: "0 0 24 24",
|
|
@@ -43731,7 +43731,7 @@ const po = (e) => (ia("data-v-3e41118a"), e = e(), ua(), e), YE = {
|
|
|
43731
43731
|
}, null, 8, uO)
|
|
43732
43732
|
], 8, aO)) : (c(), v("svg", {
|
|
43733
43733
|
key: 2,
|
|
43734
|
-
xmlns: R(
|
|
43734
|
+
xmlns: R(it),
|
|
43735
43735
|
style: { position: "absolute", top: "0", left: "0", transition: "all 0.1s ease-in-out" },
|
|
43736
43736
|
height: "100%",
|
|
43737
43737
|
viewBox: "0 0 24 24",
|
|
@@ -43743,7 +43743,7 @@ const po = (e) => (ia("data-v-3e41118a"), e = e(), ua(), e), YE = {
|
|
|
43743
43743
|
}, dO, 8, AO)),
|
|
43744
43744
|
i.value.style.icons.filled && b.value ? (c(), v("svg", {
|
|
43745
43745
|
key: 3,
|
|
43746
|
-
xmlns: R(
|
|
43746
|
+
xmlns: R(it),
|
|
43747
43747
|
style: { position: "absolute", top: "0", left: "0", transition: "all 0.1s ease-in-out" },
|
|
43748
43748
|
height: "100%",
|
|
43749
43749
|
viewBox: `0 0 ${u(3)} 24`,
|
|
@@ -43774,7 +43774,7 @@ const po = (e) => (ia("data-v-3e41118a"), e = e(), ua(), e), YE = {
|
|
|
43774
43774
|
], 8, hO)) : I("", !0),
|
|
43775
43775
|
!i.value.style.icons.filled && b.value ? (c(), v("svg", {
|
|
43776
43776
|
key: 4,
|
|
43777
|
-
xmlns: R(
|
|
43777
|
+
xmlns: R(it),
|
|
43778
43778
|
style: { position: "absolute", top: "0", left: "0", transition: "all 0.1s ease-in-out" },
|
|
43779
43779
|
height: "100%",
|
|
43780
43780
|
viewBox: `0 0 ${u(3)} 24`,
|
|
@@ -43816,7 +43816,7 @@ const po = (e) => (ia("data-v-3e41118a"), e = e(), ua(), e), YE = {
|
|
|
43816
43816
|
], 4)) : I("", !0),
|
|
43817
43817
|
i.value.style.icons.filled ? (c(), v("svg", {
|
|
43818
43818
|
key: 1,
|
|
43819
|
-
xmlns: R(
|
|
43819
|
+
xmlns: R(it),
|
|
43820
43820
|
style: { position: "absolute", top: "0", left: "0", transition: "all 0.1s ease-in-out" },
|
|
43821
43821
|
height: "100%",
|
|
43822
43822
|
viewBox: "0 0 24 24",
|
|
@@ -43846,7 +43846,7 @@ const po = (e) => (ia("data-v-3e41118a"), e = e(), ua(), e), YE = {
|
|
|
43846
43846
|
}, null, 8, FO)
|
|
43847
43847
|
], 8, kO)) : (c(), v("svg", {
|
|
43848
43848
|
key: 2,
|
|
43849
|
-
xmlns: R(
|
|
43849
|
+
xmlns: R(it),
|
|
43850
43850
|
style: { position: "absolute", top: "0", left: "0", transition: "all 0.1s ease-in-out" },
|
|
43851
43851
|
height: "100%",
|
|
43852
43852
|
viewBox: "0 0 24 24",
|
|
@@ -43858,7 +43858,7 @@ const po = (e) => (ia("data-v-3e41118a"), e = e(), ua(), e), YE = {
|
|
|
43858
43858
|
}, SO, 8, LO)),
|
|
43859
43859
|
i.value.style.icons.filled && b.value ? (c(), v("svg", {
|
|
43860
43860
|
key: 3,
|
|
43861
|
-
xmlns: R(
|
|
43861
|
+
xmlns: R(it),
|
|
43862
43862
|
style: { position: "absolute", top: "0", left: "0", transition: "all 0.1s ease-in-out" },
|
|
43863
43863
|
height: "100%",
|
|
43864
43864
|
viewBox: `0 0 ${u(4)} 24`,
|
|
@@ -43889,7 +43889,7 @@ const po = (e) => (ia("data-v-3e41118a"), e = e(), ua(), e), YE = {
|
|
|
43889
43889
|
], 8, NO)) : I("", !0),
|
|
43890
43890
|
!i.value.style.icons.filled && b.value ? (c(), v("svg", {
|
|
43891
43891
|
key: 4,
|
|
43892
|
-
xmlns: R(
|
|
43892
|
+
xmlns: R(it),
|
|
43893
43893
|
style: { position: "absolute", top: "0", left: "0", transition: "all 0.1s ease-in-out" },
|
|
43894
43894
|
height: "100%",
|
|
43895
43895
|
viewBox: `0 0 ${u(4)} 24`,
|
|
@@ -43965,7 +43965,7 @@ const RO = ["id"], GO = ["xmlns", "viewBox"], VO = ["cx", "cy", "r", "stroke", "
|
|
|
43965
43965
|
}
|
|
43966
43966
|
}), C = ae(() => f.value.style.links.curved), P = ae(() => `${f.value.style.animation.speedMs}ms`), ce = ae(() => $.value * 2), O = ae(() => $.value * 4), M = z(null);
|
|
43967
43967
|
Et(() => {
|
|
43968
|
-
if (Vt(o.dataset) ?
|
|
43968
|
+
if (Vt(o.dataset) ? ut({
|
|
43969
43969
|
componentName: "VueUiRelationCircle",
|
|
43970
43970
|
type: "dataset"
|
|
43971
43971
|
}) : o.dataset.forEach((Ce, ne) => {
|
|
@@ -43973,7 +43973,7 @@ const RO = ["id"], GO = ["xmlns", "viewBox"], VO = ["cx", "cy", "r", "stroke", "
|
|
|
43973
43973
|
datasetObject: Ce,
|
|
43974
43974
|
requiredAttributes: ["id", "label", "relations", "weights"]
|
|
43975
43975
|
}).forEach((se) => {
|
|
43976
|
-
|
|
43976
|
+
ut({
|
|
43977
43977
|
componentName: "VueUiRelationCircle",
|
|
43978
43978
|
type: "datasetSerieAttribute",
|
|
43979
43979
|
property: se,
|
|
@@ -44121,14 +44121,14 @@ const RO = ["id"], GO = ["xmlns", "viewBox"], VO = ["cx", "cy", "r", "stroke", "
|
|
|
44121
44121
|
ve.$slots.optionFullscreen ? {
|
|
44122
44122
|
name: "optionFullscreen",
|
|
44123
44123
|
fn: Me(({ toggleFullscreen: ne, isFullscreen: se }) => [
|
|
44124
|
-
Se(ve.$slots, "optionFullscreen", rt(
|
|
44124
|
+
Se(ve.$slots, "optionFullscreen", rt(At({ toggleFullscreen: ne, isFullscreen: se })), void 0, !0)
|
|
44125
44125
|
]),
|
|
44126
44126
|
key: "2"
|
|
44127
44127
|
} : void 0
|
|
44128
44128
|
]), 1032, ["backgroundColor", "color", "isPrinting", "isImaging", "uid", "hasPdf", "hasImg", "hasFullscreen", "isFullscreen", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
44129
44129
|
a.value ? (c(), v("svg", {
|
|
44130
44130
|
key: 2,
|
|
44131
|
-
xmlns: R(
|
|
44131
|
+
xmlns: R(it),
|
|
44132
44132
|
class: Pe([{ "vue-data-ui-fullscreen--on": re.value, "vue-data-ui-fulscreen--off": !re.value }, "relation-circle"]),
|
|
44133
44133
|
viewBox: `0 0 ${J.value.width <= 0 ? 10 : J.value.width} ${J.value.height <= 0 ? 10 : J.value.height}`,
|
|
44134
44134
|
width: "100%",
|
|
@@ -44242,14 +44242,14 @@ const tP = ["id"], lP = {
|
|
|
44242
44242
|
}));
|
|
44243
44243
|
const { vue_ui_thermometer: r } = $t(), a = ae(() => !!o.dataset && Object.keys(o.dataset).length);
|
|
44244
44244
|
Et(() => {
|
|
44245
|
-
Vt(o.dataset) ?
|
|
44245
|
+
Vt(o.dataset) ? ut({
|
|
44246
44246
|
componentName: "VueUiThermometer",
|
|
44247
44247
|
type: "dataset"
|
|
44248
44248
|
}) : hl({
|
|
44249
44249
|
datasetObject: o.dataset,
|
|
44250
44250
|
requiredAttributes: ["value", "from", "to"]
|
|
44251
44251
|
}).forEach((Ae) => {
|
|
44252
|
-
|
|
44252
|
+
ut({
|
|
44253
44253
|
componentName: "VueUiThermometer",
|
|
44254
44254
|
type: "datasetAttribute",
|
|
44255
44255
|
property: Ae
|
|
@@ -44401,14 +44401,14 @@ const tP = ["id"], lP = {
|
|
|
44401
44401
|
Ae.$slots.optionFullscreen ? {
|
|
44402
44402
|
name: "optionFullscreen",
|
|
44403
44403
|
fn: Me(({ toggleFullscreen: ue, isFullscreen: q }) => [
|
|
44404
|
-
Se(Ae.$slots, "optionFullscreen", rt(
|
|
44404
|
+
Se(Ae.$slots, "optionFullscreen", rt(At({ toggleFullscreen: ue, isFullscreen: q })), void 0, !0)
|
|
44405
44405
|
]),
|
|
44406
44406
|
key: "2"
|
|
44407
44407
|
} : void 0
|
|
44408
44408
|
]), 1032, ["backgroundColor", "color", "isImaging", "isPrinting", "uid", "hasPdf", "hasImg", "hasFullscreen", "isFullscreen", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
44409
44409
|
a.value ? (c(), v("svg", {
|
|
44410
44410
|
key: 2,
|
|
44411
|
-
xmlns: R(
|
|
44411
|
+
xmlns: R(it),
|
|
44412
44412
|
class: Pe({ "vue-data-ui-fullscreen--on": Z.value, "vue-data-ui-fulscreen--off": !Z.value }),
|
|
44413
44413
|
width: "100%",
|
|
44414
44414
|
viewBox: `0 0 ${H.value.width} ${H.value.height}`,
|
|
@@ -44628,7 +44628,7 @@ const _P = ["xmlns", "viewBox"], FP = ["id"], LP = ["stop-color"], IP = ["stop-c
|
|
|
44628
44628
|
color: _.color ? Lt(_.color) : i.value[T] || Ke[T] || Ke[T % Ke.length]
|
|
44629
44629
|
}))), f = z(!0);
|
|
44630
44630
|
Et(() => {
|
|
44631
|
-
if (Vt(o.dataset) ?
|
|
44631
|
+
if (Vt(o.dataset) ? ut({
|
|
44632
44632
|
componentName: "VueUiSparkStackbar",
|
|
44633
44633
|
type: "dataset"
|
|
44634
44634
|
}) : o.dataset.forEach((_, T) => {
|
|
@@ -44636,7 +44636,7 @@ const _P = ["xmlns", "viewBox"], FP = ["id"], LP = ["stop-color"], IP = ["stop-c
|
|
|
44636
44636
|
datasetObject: _,
|
|
44637
44637
|
requiredAttributes: ["name", "value"]
|
|
44638
44638
|
}).forEach((Q) => {
|
|
44639
|
-
|
|
44639
|
+
ut({
|
|
44640
44640
|
componentName: "VueUiSparkStackbar",
|
|
44641
44641
|
type: "datasetSerieAttribute",
|
|
44642
44642
|
property: Q,
|
|
@@ -44708,7 +44708,7 @@ const _P = ["xmlns", "viewBox"], FP = ["id"], LP = ["stop-color"], IP = ["stop-c
|
|
|
44708
44708
|
], 4)) : I("", !0),
|
|
44709
44709
|
a.value ? (c(), v("svg", {
|
|
44710
44710
|
key: 1,
|
|
44711
|
-
xmlns: R(
|
|
44711
|
+
xmlns: R(it),
|
|
44712
44712
|
width: "100%",
|
|
44713
44713
|
viewBox: `0 0 ${A.value.width} ${A.value.height}`
|
|
44714
44714
|
}, [
|
|
@@ -44852,7 +44852,7 @@ const RP = { key: 0 }, GP = { key: 1 }, VP = ["xmlns", "viewBox"], WP = ["id"],
|
|
|
44852
44852
|
}));
|
|
44853
44853
|
const { vue_ui_sparkhistogram: r } = $t(), a = ae(() => !!o.dataset && o.dataset.length);
|
|
44854
44854
|
Et(() => {
|
|
44855
|
-
Vt(o.dataset) ?
|
|
44855
|
+
Vt(o.dataset) ? ut({
|
|
44856
44856
|
componentName: "VueUiSparkHistogram",
|
|
44857
44857
|
type: "dataset"
|
|
44858
44858
|
}) : o.dataset.forEach((k, m) => {
|
|
@@ -44860,7 +44860,7 @@ const RP = { key: 0 }, GP = { key: 1 }, VP = ["xmlns", "viewBox"], WP = ["id"],
|
|
|
44860
44860
|
datasetObject: k,
|
|
44861
44861
|
requiredAttributes: ["value"]
|
|
44862
44862
|
}).forEach((n) => {
|
|
44863
|
-
|
|
44863
|
+
ut({
|
|
44864
44864
|
componentName: "VueUiSparkHistogram",
|
|
44865
44865
|
type: "datasetSerieAttribute",
|
|
44866
44866
|
property: n,
|
|
@@ -44942,7 +44942,7 @@ const RP = { key: 0 }, GP = { key: 1 }, VP = ["xmlns", "viewBox"], WP = ["id"],
|
|
|
44942
44942
|
], 4)) : I("", !0),
|
|
44943
44943
|
a.value ? (c(), v("svg", {
|
|
44944
44944
|
key: 1,
|
|
44945
|
-
xmlns: R(
|
|
44945
|
+
xmlns: R(it),
|
|
44946
44946
|
viewBox: `0 0 ${i.value.width} ${i.value.height}`,
|
|
44947
44947
|
style: { overflow: "visible" }
|
|
44948
44948
|
}, [
|
|
@@ -45098,7 +45098,7 @@ const iD = ["id"], uD = ["xmlns", "viewBox"], AD = ["id"], cD = ["stop-color"],
|
|
|
45098
45098
|
} : ne;
|
|
45099
45099
|
}), y = z(null);
|
|
45100
45100
|
Et(() => {
|
|
45101
|
-
if (Vt(r.dataset) ?
|
|
45101
|
+
if (Vt(r.dataset) ? ut({
|
|
45102
45102
|
componentName: "VueUiRings",
|
|
45103
45103
|
type: "dataset"
|
|
45104
45104
|
}) : r.dataset.forEach((ne, se) => {
|
|
@@ -45106,7 +45106,7 @@ const iD = ["id"], uD = ["xmlns", "viewBox"], AD = ["id"], cD = ["stop-color"],
|
|
|
45106
45106
|
datasetObject: ne,
|
|
45107
45107
|
requiredAttributes: ["name", "values"]
|
|
45108
45108
|
}).forEach((V) => {
|
|
45109
|
-
|
|
45109
|
+
ut({
|
|
45110
45110
|
componentName: "VueUiRings",
|
|
45111
45111
|
type: "datasetSerieAttribute",
|
|
45112
45112
|
property: V,
|
|
@@ -45388,14 +45388,14 @@ const iD = ["id"], uD = ["xmlns", "viewBox"], AD = ["id"], cD = ["stop-color"],
|
|
|
45388
45388
|
ne.$slots.optionFullscreen ? {
|
|
45389
45389
|
name: "optionFullscreen",
|
|
45390
45390
|
fn: Me(({ toggleFullscreen: V, isFullscreen: j }) => [
|
|
45391
|
-
Se(ne.$slots, "optionFullscreen", rt(
|
|
45391
|
+
Se(ne.$slots, "optionFullscreen", rt(At({ toggleFullscreen: V, isFullscreen: j })), void 0, !0)
|
|
45392
45392
|
]),
|
|
45393
45393
|
key: "5"
|
|
45394
45394
|
} : void 0
|
|
45395
45395
|
]), 1032, ["backgroundColor", "color", "isPrinting", "isImaging", "uid", "hasTooltip", "hasPdf", "hasXls", "hasImg", "hasTable", "hasFullscreen", "isTooltip", "isFullscreen", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
45396
45396
|
s.value ? (c(), v("svg", {
|
|
45397
45397
|
key: 2,
|
|
45398
|
-
xmlns: R(
|
|
45398
|
+
xmlns: R(it),
|
|
45399
45399
|
class: Pe({ "vue-data-ui-fullscreen--on": re.value, "vue-data-ui-fulscreen--off": !re.value }),
|
|
45400
45400
|
viewBox: `0 0 ${C.value.width <= 0 ? 10 : C.value.width} ${C.value.height <= 0 ? 10 : C.value.height}`,
|
|
45401
45401
|
style: K(`max-width:100%;overflow:visible;background:${n.value.style.chart.backgroundColor};color:${n.value.style.chart.color}`)
|
|
@@ -45512,10 +45512,10 @@ const iD = ["id"], uD = ["xmlns", "viewBox"], AD = ["id"], cD = ["stop-color"],
|
|
|
45512
45512
|
isCustom: n.value.style.chart.tooltip.customFormat && typeof n.value.style.chart.tooltip.customFormat == "function"
|
|
45513
45513
|
}, {
|
|
45514
45514
|
"tooltip-before": Me(() => [
|
|
45515
|
-
Se(ne.$slots, "tooltip-before", rt(
|
|
45515
|
+
Se(ne.$slots, "tooltip-before", rt(At({ ...oe.value })), void 0, !0)
|
|
45516
45516
|
]),
|
|
45517
45517
|
"tooltip-after": Me(() => [
|
|
45518
|
-
Se(ne.$slots, "tooltip-after", rt(
|
|
45518
|
+
Se(ne.$slots, "tooltip-after", rt(At({ ...oe.value })), void 0, !0)
|
|
45519
45519
|
]),
|
|
45520
45520
|
_: 3
|
|
45521
45521
|
}, 8, ["show", "backgroundColor", "color", "borderRadius", "borderColor", "borderWidth", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -45616,7 +45616,7 @@ const CD = ["id"], xD = ["xmlns", "viewBox"], BD = ["x1", "x2", "y1", "y2", "str
|
|
|
45616
45616
|
});
|
|
45617
45617
|
const Q = z(null);
|
|
45618
45618
|
Et(() => {
|
|
45619
|
-
if (Vt(o.dataset) &&
|
|
45619
|
+
if (Vt(o.dataset) && ut({
|
|
45620
45620
|
componentName: "VueUiWheel",
|
|
45621
45621
|
type: "dataset"
|
|
45622
45622
|
}), H(), A.value.responsive) {
|
|
@@ -45722,14 +45722,14 @@ const CD = ["id"], xD = ["xmlns", "viewBox"], BD = ["x1", "x2", "y1", "y2", "str
|
|
|
45722
45722
|
P.$slots.optionFullscreen ? {
|
|
45723
45723
|
name: "optionFullscreen",
|
|
45724
45724
|
fn: Me(({ toggleFullscreen: O, isFullscreen: M }) => [
|
|
45725
|
-
Se(P.$slots, "optionFullscreen", rt(
|
|
45725
|
+
Se(P.$slots, "optionFullscreen", rt(At({ toggleFullscreen: O, isFullscreen: M })), void 0, !0)
|
|
45726
45726
|
]),
|
|
45727
45727
|
key: "2"
|
|
45728
45728
|
} : void 0
|
|
45729
45729
|
]), 1032, ["backgroundColor", "color", "isPrinting", "isImaging", "uid", "hasPdf", "hasImg", "hasFullscreen", "isFullscreen", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
45730
45730
|
a.value ? (c(), v("svg", {
|
|
45731
45731
|
key: 2,
|
|
45732
|
-
xmlns: R(
|
|
45732
|
+
xmlns: R(it),
|
|
45733
45733
|
class: Pe({ "vue-data-ui-fullscreen--on": $.value, "vue-data-ui-fulscreen--off": !$.value }),
|
|
45734
45734
|
viewBox: `0 0 ${m.value.width <= 0 ? 10 : m.value.width} ${m.value.height <= 0 ? 10 : m.value.height}`,
|
|
45735
45735
|
style: K(`max-width:100%;overflow:visible;background:${A.value.style.chart.backgroundColor};color:${A.value.style.chart.color}`)
|
|
@@ -45818,7 +45818,7 @@ const ND = ["id"], $D = ["xmlns", "viewBox"], MD = { key: 0 }, UD = ["d", "strok
|
|
|
45818
45818
|
co(() => o.dataset.percentage, () => {
|
|
45819
45819
|
u.value = z(h.value.style.chart.animation.use ? 0 : o.dataset.percentage), k();
|
|
45820
45820
|
}), Et(() => {
|
|
45821
|
-
Vt(o.dataset) &&
|
|
45821
|
+
Vt(o.dataset) && ut({
|
|
45822
45822
|
componentName: "VueUiTiremarks",
|
|
45823
45823
|
type: "dataset"
|
|
45824
45824
|
}), k();
|
|
@@ -45964,14 +45964,14 @@ const ND = ["id"], $D = ["xmlns", "viewBox"], MD = { key: 0 }, UD = ["d", "strok
|
|
|
45964
45964
|
P.$slots.optionFullscreen ? {
|
|
45965
45965
|
name: "optionFullscreen",
|
|
45966
45966
|
fn: Me(({ toggleFullscreen: O, isFullscreen: M }) => [
|
|
45967
|
-
Se(P.$slots, "optionFullscreen", rt(
|
|
45967
|
+
Se(P.$slots, "optionFullscreen", rt(At({ toggleFullscreen: O, isFullscreen: M })), void 0, !0)
|
|
45968
45968
|
]),
|
|
45969
45969
|
key: "2"
|
|
45970
45970
|
} : void 0
|
|
45971
45971
|
]), 1032, ["backgroundColor", "color", "isPrinting", "isImaging", "uid", "hasPdf", "hasImg", "hasFullscreen", "isFullscreen", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
45972
45972
|
a.value ? (c(), v("svg", {
|
|
45973
45973
|
key: 2,
|
|
45974
|
-
xmlns: R(
|
|
45974
|
+
xmlns: R(it),
|
|
45975
45975
|
class: Pe({ "vue-data-ui-fullscreen--on": $.value, "vue-data-ui-fulscreen--off": !$.value }),
|
|
45976
45976
|
viewBox: `0 0 ${_.value.width} ${_.value.height}`,
|
|
45977
45977
|
style: K(`max-width:100%; overflow: visible; background:${h.value.style.chart.backgroundColor};color:${h.value.style.chart.color}`)
|
|
@@ -46058,7 +46058,7 @@ const HD = ["id"], zD = ["xmlns", "viewBox"], RD = ["id"], GD = ["stop-color"],
|
|
|
46058
46058
|
}, n.value += 1;
|
|
46059
46059
|
}
|
|
46060
46060
|
Et(() => {
|
|
46061
|
-
Vt(r.dataset) ?
|
|
46061
|
+
Vt(r.dataset) ? ut({
|
|
46062
46062
|
componentName: "VueUiDonutEvolution",
|
|
46063
46063
|
type: "dataset"
|
|
46064
46064
|
}) : r.dataset.length && r.dataset.forEach((N, te) => {
|
|
@@ -46066,7 +46066,7 @@ const HD = ["id"], zD = ["xmlns", "viewBox"], RD = ["id"], GD = ["stop-color"],
|
|
|
46066
46066
|
datasetObject: N,
|
|
46067
46067
|
requiredAttributes: ["name", "values"]
|
|
46068
46068
|
}).forEach((G) => {
|
|
46069
|
-
|
|
46069
|
+
ut({
|
|
46070
46070
|
componentName: "VueUiDonutEvolution",
|
|
46071
46071
|
type: "datasetSerieAttribute",
|
|
46072
46072
|
property: G,
|
|
@@ -46108,12 +46108,12 @@ const HD = ["id"], zD = ["xmlns", "viewBox"], RD = ["id"], GD = ["stop-color"],
|
|
|
46108
46108
|
width: be
|
|
46109
46109
|
};
|
|
46110
46110
|
}), ce = ae(() => (r.dataset.forEach((N, te) => {
|
|
46111
|
-
[null, void 0].includes(N.name) &&
|
|
46111
|
+
[null, void 0].includes(N.name) && ut({
|
|
46112
46112
|
componentName: "VueUiDonutEvolution",
|
|
46113
46113
|
type: "datasetSerieAttribute",
|
|
46114
46114
|
property: "name",
|
|
46115
46115
|
index: te
|
|
46116
|
-
}), [null, void 0].includes(N.values) &&
|
|
46116
|
+
}), [null, void 0].includes(N.values) && ut({
|
|
46117
46117
|
componentName: "VueUiDonutEvolution",
|
|
46118
46118
|
type: "datasetSerieAttribute",
|
|
46119
46119
|
property: "values",
|
|
@@ -46365,14 +46365,14 @@ const HD = ["id"], zD = ["xmlns", "viewBox"], RD = ["id"], GD = ["stop-color"],
|
|
|
46365
46365
|
N.$slots.optionFullscreen ? {
|
|
46366
46366
|
name: "optionFullscreen",
|
|
46367
46367
|
fn: Me(({ toggleFullscreen: G, isFullscreen: be }) => [
|
|
46368
|
-
Se(N.$slots, "optionFullscreen", rt(
|
|
46368
|
+
Se(N.$slots, "optionFullscreen", rt(At({ toggleFullscreen: G, isFullscreen: be })), void 0, !0)
|
|
46369
46369
|
]),
|
|
46370
46370
|
key: "4"
|
|
46371
46371
|
} : void 0
|
|
46372
46372
|
]), 1032, ["backgroundColor", "color", "isPrinting", "isImaging", "uid", "hasPdf", "hasImg", "hasXls", "hasTable", "hasFullscreen", "isFullscreen", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
46373
46373
|
l.value ? (c(), v("svg", {
|
|
46374
46374
|
key: 2,
|
|
46375
|
-
xmlns: R(
|
|
46375
|
+
xmlns: R(it),
|
|
46376
46376
|
class: Pe({ "vue-data-ui-fullscreen--on": j.value, "vue-data-ui-fulscreen--off": !j.value }),
|
|
46377
46377
|
viewBox: `0 0 ${P.value.absoluteWidth} ${P.value.absoluteHeight}`,
|
|
46378
46378
|
style: K(`max-width:100%; overflow: visible; background:${y.value.style.chart.backgroundColor};color:${y.value.style.chart.color}`)
|
|
@@ -46748,7 +46748,7 @@ const HD = ["id"], zD = ["xmlns", "viewBox"], RD = ["id"], GD = ["stop-color"],
|
|
|
46748
46748
|
onReset: i
|
|
46749
46749
|
}, {
|
|
46750
46750
|
"reset-action": Me(({ reset: G }) => [
|
|
46751
|
-
Se(N.$slots, "reset-action", rt(
|
|
46751
|
+
Se(N.$slots, "reset-action", rt(At({ reset: G })), void 0, !0)
|
|
46752
46752
|
]),
|
|
46753
46753
|
_: 3
|
|
46754
46754
|
}, 8, ["background", "borderColor", "fontSize", "useResetSlot", "labelLeft", "labelRight", "textColor", "inputColor", "selectColor", "max", "valueStart", "valueEnd", "start", "end"])) : I("", !0),
|
|
@@ -46833,7 +46833,7 @@ const RH = ["id"], GH = ["xmlns", "viewBox"], VH = ["id"], WH = ["stop-color"],
|
|
|
46833
46833
|
setup(e, { expose: t }) {
|
|
46834
46834
|
const o = e, { vue_ui_mood_radar: r } = $t(), a = ae(() => !!o.dataset && Object.keys(o.dataset).length);
|
|
46835
46835
|
Et(() => {
|
|
46836
|
-
Vt(o.dataset) &&
|
|
46836
|
+
Vt(o.dataset) && ut({
|
|
46837
46837
|
componentName: "VueUiMoodRadar",
|
|
46838
46838
|
type: "dataset"
|
|
46839
46839
|
});
|
|
@@ -46881,7 +46881,7 @@ const RH = ["id"], GH = ["xmlns", "viewBox"], VH = ["id"], WH = ["stop-color"],
|
|
|
46881
46881
|
color: f.value.style.chart.layout.smileys.colors[Ae]
|
|
46882
46882
|
};
|
|
46883
46883
|
}).sort((Ae, we) => we.key - Ae.key)), H = ae(() => a.value ? (["1", "2", "3", "4", "5"].forEach((Ae) => {
|
|
46884
|
-
[null, void 0].includes(o.dataset[Ae]) &&
|
|
46884
|
+
[null, void 0].includes(o.dataset[Ae]) && ut({
|
|
46885
46885
|
componentName: "VueUiMoodRadar",
|
|
46886
46886
|
type: "datasetAttribute",
|
|
46887
46887
|
property: Ae
|
|
@@ -47056,14 +47056,14 @@ const RH = ["id"], GH = ["xmlns", "viewBox"], VH = ["id"], WH = ["stop-color"],
|
|
|
47056
47056
|
Ae.$slots.optionFullscreen ? {
|
|
47057
47057
|
name: "optionFullscreen",
|
|
47058
47058
|
fn: Me(({ toggleFullscreen: ue, isFullscreen: q }) => [
|
|
47059
|
-
Se(Ae.$slots, "optionFullscreen", rt(
|
|
47059
|
+
Se(Ae.$slots, "optionFullscreen", rt(At({ toggleFullscreen: ue, isFullscreen: q })), void 0, !0)
|
|
47060
47060
|
]),
|
|
47061
47061
|
key: "4"
|
|
47062
47062
|
} : void 0
|
|
47063
47063
|
]), 1032, ["backgroundColor", "color", "isPrinting", "isImaging", "uid", "hasPdf", "hasXls", "hasImg", "hasTable", "hasFullscreen", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
47064
47064
|
a.value ? (c(), v("svg", {
|
|
47065
47065
|
key: 2,
|
|
47066
|
-
xmlns: R(
|
|
47066
|
+
xmlns: R(it),
|
|
47067
47067
|
viewBox: `0 0 ${m.value.width} ${m.value.height}`,
|
|
47068
47068
|
class: Pe({ "vue-data-ui-fullscreen--on": Z.value, "vue-data-ui-fulscreen--off": !Z.value }),
|
|
47069
47069
|
style: K(`overflow:visible;background:${f.value.style.chart.backgroundColor};color:${f.value.style.chart.color}`)
|
|
@@ -47439,7 +47439,7 @@ const wA = (e) => (ia("data-v-30081550"), e = e(), ua(), e), pz = ["id"], bz = [
|
|
|
47439
47439
|
tubeBottom: `M${_.value.width - _.value.right},${_.value.height - _.value.bottom - _.value.perspective} C ${_.value.width - _.value.right},${_.value.height} ${_.value.left},${_.value.height} ${_.value.left},${_.value.height - _.value.bottom - _.value.perspective}`
|
|
47440
47440
|
})), H = z(A.value.style.chart.animation.use ? 0 : r.dataset.percentage);
|
|
47441
47441
|
Et(() => {
|
|
47442
|
-
Vt(r.dataset) ?
|
|
47442
|
+
Vt(r.dataset) ? ut({
|
|
47443
47443
|
componentName: "VueUi3dBar",
|
|
47444
47444
|
type: "dataset"
|
|
47445
47445
|
}) : r.dataset.series ? r.dataset.series.forEach((F, D) => {
|
|
@@ -47447,7 +47447,7 @@ const wA = (e) => (ia("data-v-30081550"), e = e(), ua(), e), pz = ["id"], bz = [
|
|
|
47447
47447
|
datasetObject: F,
|
|
47448
47448
|
requiredAttributes: ["name", "value"]
|
|
47449
47449
|
}).forEach((re) => {
|
|
47450
|
-
|
|
47450
|
+
ut({
|
|
47451
47451
|
componentName: "VueUi3dBar",
|
|
47452
47452
|
type: "datasetSerieAttribute",
|
|
47453
47453
|
property: re,
|
|
@@ -47458,7 +47458,7 @@ const wA = (e) => (ia("data-v-30081550"), e = e(), ua(), e), pz = ["id"], bz = [
|
|
|
47458
47458
|
datasetObject: re,
|
|
47459
47459
|
requiredAttributes: ["name", "value"]
|
|
47460
47460
|
}).forEach((ve) => {
|
|
47461
|
-
|
|
47461
|
+
ut({
|
|
47462
47462
|
componentName: "VueUi3dBar",
|
|
47463
47463
|
type: "datasetSerieAttribute",
|
|
47464
47464
|
property: ve,
|
|
@@ -47470,7 +47470,7 @@ const wA = (e) => (ia("data-v-30081550"), e = e(), ua(), e), pz = ["id"], bz = [
|
|
|
47470
47470
|
datasetObject: r.dataset,
|
|
47471
47471
|
requiredAttributes: ["percentage"]
|
|
47472
47472
|
}).forEach((F) => {
|
|
47473
|
-
|
|
47473
|
+
ut({
|
|
47474
47474
|
componentName: "VueUi3dBar",
|
|
47475
47475
|
type: "datasetAttribute",
|
|
47476
47476
|
property: F
|
|
@@ -47733,14 +47733,14 @@ const wA = (e) => (ia("data-v-30081550"), e = e(), ua(), e), pz = ["id"], bz = [
|
|
|
47733
47733
|
ee.$slots.optionFullscreen ? {
|
|
47734
47734
|
name: "optionFullscreen",
|
|
47735
47735
|
fn: Me(({ toggleFullscreen: w, isFullscreen: S }) => [
|
|
47736
|
-
Se(ee.$slots, "optionFullscreen", rt(
|
|
47736
|
+
Se(ee.$slots, "optionFullscreen", rt(At({ toggleFullscreen: w, isFullscreen: S })), void 0, !0)
|
|
47737
47737
|
]),
|
|
47738
47738
|
key: "4"
|
|
47739
47739
|
} : void 0
|
|
47740
47740
|
]), 1032, ["backgroundColor", "color", "isPrinting", "isImaging", "uid", "hasPdf", "hasTable", "hasXls", "hasImg", "hasFullscreen", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
47741
47741
|
l.value ? (c(), v("svg", {
|
|
47742
47742
|
key: 2,
|
|
47743
|
-
xmlns: R(
|
|
47743
|
+
xmlns: R(it),
|
|
47744
47744
|
class: Pe({ "vue-data-ui-fullscreen--on": Z.value, "vue-data-ui-fulscreen--off": !Z.value }),
|
|
47745
47745
|
viewBox: `0 0 ${_.value.absoluteWidth} ${_.value.height}`,
|
|
47746
47746
|
style: K(`max-width:100%; overflow: visible; background:${A.value.style.chart.backgroundColor};color:${A.value.style.chart.color}`)
|
|
@@ -48034,7 +48034,7 @@ const wA = (e) => (ia("data-v-30081550"), e = e(), ua(), e), pz = ["id"], bz = [
|
|
|
48034
48034
|
key: 0,
|
|
48035
48035
|
style: K(`height: 100%; width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; align-items:center;justify-content: flex-start; font-size:${A.value.style.chart.legend.fontSize}px; text-align:left; line-height: ${A.value.style.chart.legend.fontSize}px; color:${A.value.style.chart.legend.color}`)
|
|
48036
48036
|
}, le(w.name) + ": " + le(R(nt)({ v: w.proportion * 100, s: "%", r: A.value.style.chart.legend.roundingPercentage })) + " (" + le(R(nt)({ p: A.value.style.chart.legend.prefix, v: w.value, s: A.value.style.chart.legend.suffix, r: A.value.style.chart.legend.roundingValue })) + ") ", 5)) : I("", !0),
|
|
48037
|
-
Se(ee.$slots, "legend", rt(
|
|
48037
|
+
Se(ee.$slots, "legend", rt(At({ datapoint: w, config: A.value, dataset: T.value })), void 0, !0)
|
|
48038
48038
|
], 8, yR)),
|
|
48039
48039
|
w.fill.donut && C.value === w.id ? (c(), v("g", pR, [
|
|
48040
48040
|
(c(!0), v(ke, null, Ne(w.fill.donut, (F, D) => (c(), v("g", null, [
|
|
@@ -48286,7 +48286,7 @@ const wA = (e) => (ia("data-v-30081550"), e = e(), ua(), e), pz = ["id"], bz = [
|
|
|
48286
48286
|
key: 0,
|
|
48287
48287
|
style: K(`height: 100%; width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; align-items:center;justify-content: flex-start; font-size:${A.value.style.chart.legend.fontSize}px; text-align:left; line-height: ${A.value.style.chart.legend.fontSize}px; color:${A.value.style.chart.legend.color}`)
|
|
48288
48288
|
}, le(w.name) + ": " + le(R(nt)({ v: w.proportion * 100, s: "%", r: A.value.style.chart.legend.roundingPercentage })) + " (" + le(R(nt)({ p: A.value.style.chart.legend.prefix, v: w.value, s: A.value.style.chart.legend.suffix, r: A.value.style.chart.legend.roundingValue })) + ") ", 5)) : I("", !0),
|
|
48289
|
-
Se(ee.$slots, "legend", rt(
|
|
48289
|
+
Se(ee.$slots, "legend", rt(At({ datapoint: w, config: A.value, dataset: T.value })), void 0, !0)
|
|
48290
48290
|
], 8, oG)),
|
|
48291
48291
|
w.fill.donut && C.value === w.id ? (c(), v("g", aG, [
|
|
48292
48292
|
(c(!0), v(ke, null, Ne(w.fill.donut, (F, D) => (c(), v("g", null, [
|
|
@@ -48559,7 +48559,7 @@ const wA = (e) => (ia("data-v-30081550"), e = e(), ua(), e), pz = ["id"], bz = [
|
|
|
48559
48559
|
return i;
|
|
48560
48560
|
}), l = ae(() => Math.max(...a.value.map((s) => s.x)) + 36);
|
|
48561
48561
|
return (s, i) => (c(), v("svg", {
|
|
48562
|
-
xmlns: R(
|
|
48562
|
+
xmlns: R(it),
|
|
48563
48563
|
viewBox: `0 0 ${l.value} 80`,
|
|
48564
48564
|
style: K(`background:${r.value.backgroundColor};${r.value.height ? `height:${r.value.height};` : ""}${r.value.width ? `width:${r.value.width}` : ""}`)
|
|
48565
48565
|
}, [
|
|
@@ -48842,7 +48842,7 @@ const VG = ["id"], WG = ["xmlns", "viewBox"], jG = ["id"], KG = ["stop-color"],
|
|
|
48842
48842
|
setup(e, { expose: t }) {
|
|
48843
48843
|
const o = e, { vue_ui_molecule: r } = $t(), a = ae(() => !!o.dataset && o.dataset.length);
|
|
48844
48844
|
Et(() => {
|
|
48845
|
-
Vt(o.dataset) &&
|
|
48845
|
+
Vt(o.dataset) && ut({
|
|
48846
48846
|
componentName: "VueUiMolecule",
|
|
48847
48847
|
type: "dataset"
|
|
48848
48848
|
});
|
|
@@ -49172,14 +49172,14 @@ const VG = ["id"], WG = ["xmlns", "viewBox"], jG = ["id"], KG = ["stop-color"],
|
|
|
49172
49172
|
E.$slots.optionFullscreen ? {
|
|
49173
49173
|
name: "optionFullscreen",
|
|
49174
49174
|
fn: Me(({ toggleFullscreen: te, isFullscreen: G }) => [
|
|
49175
|
-
Se(E.$slots, "optionFullscreen", rt(
|
|
49175
|
+
Se(E.$slots, "optionFullscreen", rt(At({ toggleFullscreen: te, isFullscreen: G })), void 0, !0)
|
|
49176
49176
|
]),
|
|
49177
49177
|
key: "6"
|
|
49178
49178
|
} : void 0
|
|
49179
49179
|
]), 1032, ["backgroundColor", "color", "isPrinting", "isImaging", "uid", "hasTooltip", "hasPdf", "hasXls", "hasImg", "hasTable", "hasLabel", "hasFullscreen", "isTooltip", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
49180
49180
|
a.value ? (c(), v("svg", {
|
|
49181
49181
|
key: 2,
|
|
49182
|
-
xmlns: R(
|
|
49182
|
+
xmlns: R(it),
|
|
49183
49183
|
viewBox: P.value,
|
|
49184
49184
|
class: Pe({ "vue-data-ui-fullscreen--on": ne.value, "vue-data-ui-fulscreen--off": !ne.value }),
|
|
49185
49185
|
style: K(`overflow: hidden; background:${m.value.style.chart.backgroundColor};color:${m.value.style.chart.color}`),
|
|
@@ -49262,10 +49262,10 @@ const VG = ["id"], WG = ["xmlns", "viewBox"], jG = ["id"], KG = ["stop-color"],
|
|
|
49262
49262
|
isCustom: m.value.style.chart.tooltip.customFormat && typeof m.value.style.chart.tooltip.customFormat == "function"
|
|
49263
49263
|
}, {
|
|
49264
49264
|
"tooltip-before": Me(() => [
|
|
49265
|
-
Se(E.$slots, "tooltip-before", rt(
|
|
49265
|
+
Se(E.$slots, "tooltip-before", rt(At({ ...W.value })), void 0, !0)
|
|
49266
49266
|
]),
|
|
49267
49267
|
"tooltip-after": Me(() => [
|
|
49268
|
-
Se(E.$slots, "tooltip-after", rt(
|
|
49268
|
+
Se(E.$slots, "tooltip-after", rt(At({ ...W.value })), void 0, !0)
|
|
49269
49269
|
]),
|
|
49270
49270
|
_: 3
|
|
49271
49271
|
}, 8, ["show", "backgroundColor", "color", "borderRadius", "borderColor", "borderWidth", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -49444,7 +49444,7 @@ const sV = ["xmlns", "viewBox"], nV = { key: 0 }, iV = ["stroke"], uV = ["stroke
|
|
|
49444
49444
|
gutterBlur: `filter:blur(${r.value.onion.gutterBlur}px);`
|
|
49445
49445
|
})), h = ae(() => `blur(${r.value.onion.trackBlur}px) hue-rotate(${r.value.onion.trackHueRotate}deg)`), f = ae(() => `blur(${r.value.line.trackBlur}px) hue-rotate(${r.value.line.trackHueRotate}deg)`), A = ae(() => `blur(${r.value.bar.trackBlur}px) hue-rotate(${r.value.bar.trackHueRotate}deg)`);
|
|
49446
49446
|
return (b, B) => (c(), v("svg", {
|
|
49447
|
-
xmlns: R(
|
|
49447
|
+
xmlns: R(it),
|
|
49448
49448
|
viewBox: a.value[r.value.type],
|
|
49449
49449
|
style: { background: "transparent" },
|
|
49450
49450
|
width: "100%"
|
|
@@ -49542,7 +49542,7 @@ function rJ(e) {
|
|
|
49542
49542
|
function sJ(e) {
|
|
49543
49543
|
return jt[e];
|
|
49544
49544
|
}
|
|
49545
|
-
const Pd = (e) => (ia("data-v-
|
|
49545
|
+
const Pd = (e) => (ia("data-v-27e27ea7"), e = e(), ua(), e), pV = ["id"], bV = ["xmlns", "viewBox"], mV = ["id", "fr"], wV = /* @__PURE__ */ Pd(() => /* @__PURE__ */ p("stop", {
|
|
49546
49546
|
offset: "0%",
|
|
49547
49547
|
"stop-color": "#FFFFFF",
|
|
49548
49548
|
"stop-opacity": "0"
|
|
@@ -49592,7 +49592,7 @@ const Pd = (e) => (ia("data-v-9d0b3a86"), e = e(), ua(), e), pV = ["id"], bV = [
|
|
|
49592
49592
|
} : te;
|
|
49593
49593
|
}), y = z(null);
|
|
49594
49594
|
Et(() => {
|
|
49595
|
-
if (Vt(r.dataset) &&
|
|
49595
|
+
if (Vt(r.dataset) && ut({
|
|
49596
49596
|
componentName: "VueUiNestedDonuts",
|
|
49597
49597
|
type: "dataset"
|
|
49598
49598
|
}), n.value.responsive) {
|
|
@@ -49626,28 +49626,28 @@ const Pd = (e) => (ia("data-v-9d0b3a86"), e = e(), ua(), e), pV = ["id"], bV = [
|
|
|
49626
49626
|
o("selectDatapoint", { datapoint: te, index: G });
|
|
49627
49627
|
}
|
|
49628
49628
|
const ce = z([]), O = ae(() => (r.dataset.forEach((te, G) => {
|
|
49629
|
-
[null, void 0].includes(te.name) &&
|
|
49629
|
+
[null, void 0].includes(te.name) && ut({
|
|
49630
49630
|
componentName: "VueUiNestedDonuts",
|
|
49631
49631
|
type: "datasetSerieAttribute",
|
|
49632
49632
|
property: "name",
|
|
49633
49633
|
index: G
|
|
49634
|
-
}), [null, void 0].includes(te.series) ?
|
|
49634
|
+
}), [null, void 0].includes(te.series) ? ut({
|
|
49635
49635
|
componentName: "VueUiNestedDonuts",
|
|
49636
49636
|
type: "datasetSerieAttribute",
|
|
49637
49637
|
property: "series",
|
|
49638
49638
|
index: G
|
|
49639
|
-
}) : te.series.length === 0 ?
|
|
49639
|
+
}) : te.series.length === 0 ? ut({
|
|
49640
49640
|
componentName: "VueUiNestedDonuts",
|
|
49641
49641
|
type: "datasetAttributeEmpty",
|
|
49642
49642
|
property: `series at index ${G}`
|
|
49643
49643
|
}) : te.series.forEach((be, de) => {
|
|
49644
|
-
[null, void 0].includes(be.name) &&
|
|
49644
|
+
[null, void 0].includes(be.name) && ut({
|
|
49645
49645
|
componentName: "VueUiNestedDonuts",
|
|
49646
49646
|
type: "datasetSerieAttribute",
|
|
49647
49647
|
property: "name",
|
|
49648
49648
|
index: de,
|
|
49649
49649
|
key: "serie"
|
|
49650
|
-
}), [null, void 0].includes(be.values) &&
|
|
49650
|
+
}), [null, void 0].includes(be.values) && ut({
|
|
49651
49651
|
componentName: "VueUiNestedDonuts",
|
|
49652
49652
|
type: "datasetSerieAttribute",
|
|
49653
49653
|
property: "values",
|
|
@@ -50027,14 +50027,14 @@ const Pd = (e) => (ia("data-v-9d0b3a86"), e = e(), ua(), e), pV = ["id"], bV = [
|
|
|
50027
50027
|
te.$slots.optionFullscreen ? {
|
|
50028
50028
|
name: "optionFullscreen",
|
|
50029
50029
|
fn: Me(({ toggleFullscreen: be, isFullscreen: de }) => [
|
|
50030
|
-
Se(te.$slots, "optionFullscreen", rt(
|
|
50030
|
+
Se(te.$slots, "optionFullscreen", rt(At({ toggleFullscreen: be, isFullscreen: de })), void 0, !0)
|
|
50031
50031
|
]),
|
|
50032
50032
|
key: "6"
|
|
50033
50033
|
} : void 0
|
|
50034
50034
|
]), 1032, ["backgroundColor", "color", "isPrinting", "isImaging", "uid", "hasTooltip", "hasPdf", "hasXls", "hasImg", "hasTable", "hasLabel", "hasFullscreen", "isFullscreen", "isTooltip", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
50035
50035
|
l.value ? (c(), v("svg", {
|
|
50036
50036
|
key: 2,
|
|
50037
|
-
xmlns: R(
|
|
50037
|
+
xmlns: R(it),
|
|
50038
50038
|
class: Pe({ "vue-data-ui-fullscreen--on": k.value, "vue-data-ui-fulscreen--off": !k.value }),
|
|
50039
50039
|
viewBox: `0 0 ${C.value.width <= 0 ? 1e-3 : C.value.width} ${C.value.height < 0 ? 1e-3 : C.value.height}`,
|
|
50040
50040
|
style: K(`max-width:100%; overflow: visible; background:${n.value.style.chart.backgroundColor};color:${n.value.style.chart.color}`)
|
|
@@ -50116,7 +50116,7 @@ const Pd = (e) => (ia("data-v-9d0b3a86"), e = e(), ua(), e), pV = ["id"], bV = [
|
|
|
50116
50116
|
n.value.style.chart.layout.labels.dataLabels.showDonutName ? (c(), v("g", MV, [
|
|
50117
50117
|
(c(!0), v(ke, null, Ne(W.value, (be, de) => (c(), v("g", null, [
|
|
50118
50118
|
(c(!0), v(ke, null, Ne(be.donut, (ge, Y) => (c(), v("g", null, [
|
|
50119
|
-
Y === 0 ? (c(), v("text", {
|
|
50119
|
+
Y === 0 && C.value.width && C.value.height ? (c(), v("text", {
|
|
50120
50120
|
key: 0,
|
|
50121
50121
|
class: Pe({ animated: n.value.useCssAnimation }),
|
|
50122
50122
|
x: C.value.width / 2,
|
|
@@ -50138,7 +50138,7 @@ const Pd = (e) => (ia("data-v-9d0b3a86"), e = e(), ua(), e), pV = ["id"], bV = [
|
|
|
50138
50138
|
key: 0,
|
|
50139
50139
|
class: Pe({ animated: n.value.useCssAnimation }),
|
|
50140
50140
|
"text-anchor": R(It)(ge, !0).anchor,
|
|
50141
|
-
x: R(It)(ge, !1, n.value.style.chart.layout.labels.dataLabels.offsetX).x,
|
|
50141
|
+
x: R(It)(ge, !1, n.value.style.chart.layout.labels.dataLabels.offsetX).x || 0,
|
|
50142
50142
|
y: R(Ml)(ge, n.value.style.chart.layout.labels.dataLabels.offsetY, n.value.style.chart.layout.labels.dataLabels.offsetY),
|
|
50143
50143
|
fill: n.value.style.chart.layout.labels.dataLabels.useSerieColor ? ge.color : n.value.style.chart.layout.labels.dataLabels.color,
|
|
50144
50144
|
"font-size": n.value.style.chart.layout.labels.dataLabels.fontSize,
|
|
@@ -50148,7 +50148,7 @@ const Pd = (e) => (ia("data-v-9d0b3a86"), e = e(), ua(), e), pV = ["id"], bV = [
|
|
|
50148
50148
|
key: 1,
|
|
50149
50149
|
class: Pe({ animated: n.value.useCssAnimation }),
|
|
50150
50150
|
"text-anchor": R(It)(ge, !0).anchor,
|
|
50151
|
-
x: R(It)(ge, !1, n.value.style.chart.layout.labels.dataLabels.offsetX).x,
|
|
50151
|
+
x: R(It)(ge, !1, n.value.style.chart.layout.labels.dataLabels.offsetX).x || 0,
|
|
50152
50152
|
y: R(Ml)(ge, n.value.style.chart.layout.labels.dataLabels.offsetY, n.value.style.chart.layout.labels.dataLabels.offsetY) + n.value.style.chart.layout.labels.dataLabels.fontSize,
|
|
50153
50153
|
fill: n.value.style.chart.layout.labels.dataLabels.useSerieColor ? ge.color : n.value.style.chart.layout.labels.dataLabels.color,
|
|
50154
50154
|
"font-size": n.value.style.chart.layout.labels.dataLabels.fontSize,
|
|
@@ -50158,7 +50158,7 @@ const Pd = (e) => (ia("data-v-9d0b3a86"), e = e(), ua(), e), pV = ["id"], bV = [
|
|
|
50158
50158
|
key: 2,
|
|
50159
50159
|
class: Pe({ animated: n.value.useCssAnimation }),
|
|
50160
50160
|
"text-anchor": R(It)(ge, !0).anchor,
|
|
50161
|
-
x: R(It)(ge, !1, n.value.style.chart.layout.labels.dataLabels.offsetX).x,
|
|
50161
|
+
x: R(It)(ge, !1, n.value.style.chart.layout.labels.dataLabels.offsetX).x || 0,
|
|
50162
50162
|
y: R(Ml)(ge, n.value.style.chart.layout.labels.dataLabels.offsetY, n.value.style.chart.layout.labels.dataLabels.offsetY),
|
|
50163
50163
|
fill: n.value.style.chart.layout.labels.dataLabels.useSerieColor ? ge.color : n.value.style.chart.layout.labels.dataLabels.color,
|
|
50164
50164
|
"font-size": n.value.style.chart.layout.labels.dataLabels.fontSize,
|
|
@@ -50212,10 +50212,10 @@ const Pd = (e) => (ia("data-v-9d0b3a86"), e = e(), ua(), e), pV = ["id"], bV = [
|
|
|
50212
50212
|
isCustom: R(dl)(n.value.style.chart.tooltip.customFormat)
|
|
50213
50213
|
}, {
|
|
50214
50214
|
"tooltip-before": Me(() => [
|
|
50215
|
-
Se(te.$slots, "tooltip-before", rt(
|
|
50215
|
+
Se(te.$slots, "tooltip-before", rt(At({ ...F.value })), void 0, !0)
|
|
50216
50216
|
]),
|
|
50217
50217
|
"tooltip-after": Me(() => [
|
|
50218
|
-
Se(te.$slots, "tooltip-after", rt(
|
|
50218
|
+
Se(te.$slots, "tooltip-after", rt(At({ ...F.value })), void 0, !0)
|
|
50219
50219
|
]),
|
|
50220
50220
|
_: 3
|
|
50221
50221
|
}, 8, ["show", "backgroundColor", "color", "borderRadius", "borderColor", "borderWidth", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -50297,7 +50297,7 @@ const Pd = (e) => (ia("data-v-9d0b3a86"), e = e(), ua(), e), pV = ["id"], bV = [
|
|
|
50297
50297
|
}, 8, ["config"])) : I("", !0)
|
|
50298
50298
|
], 14, pV));
|
|
50299
50299
|
}
|
|
50300
|
-
}, VV = /* @__PURE__ */ Ut(GV, [["__scopeId", "data-v-
|
|
50300
|
+
}, VV = /* @__PURE__ */ Ut(GV, [["__scopeId", "data-v-27e27ea7"]]), WV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
50301
50301
|
__proto__: null,
|
|
50302
50302
|
default: VV
|
|
50303
50303
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -50320,14 +50320,14 @@ const jV = ["xmlns", "viewBox"], KV = ["id"], XV = ["stop-color"], qV = ["stop-c
|
|
|
50320
50320
|
setup(e) {
|
|
50321
50321
|
const t = e, { vue_ui_sparkgauge: o } = $t(), r = ae(() => !!t.dataset && Object.keys(t.dataset).length);
|
|
50322
50322
|
Et(() => {
|
|
50323
|
-
Vt(t.dataset) ?
|
|
50323
|
+
Vt(t.dataset) ? ut({
|
|
50324
50324
|
componentName: "VueUiSparkgauge",
|
|
50325
50325
|
type: "dataset"
|
|
50326
50326
|
}) : hl({
|
|
50327
50327
|
datasetObject: t.dataset,
|
|
50328
50328
|
requiredAttributes: ["value", "min", "max"]
|
|
50329
50329
|
}).forEach((y) => {
|
|
50330
|
-
|
|
50330
|
+
ut({
|
|
50331
50331
|
componentName: "VueUiSparkgauge",
|
|
50332
50332
|
type: "datasetAttribute",
|
|
50333
50333
|
property: y
|
|
@@ -50381,7 +50381,7 @@ const jV = ["xmlns", "viewBox"], KV = ["id"], XV = ["stop-color"], qV = ["stop-c
|
|
|
50381
50381
|
}, le(B.value), 5)) : I("", !0),
|
|
50382
50382
|
r.value ? (c(), v("svg", {
|
|
50383
50383
|
key: 1,
|
|
50384
|
-
xmlns: R(
|
|
50384
|
+
xmlns: R(it),
|
|
50385
50385
|
viewBox: `0 0 ${s.value.width} ${s.value.height}`,
|
|
50386
50386
|
style: K(`overflow: visible; background:${l.value.style.background}; width:100%;`)
|
|
50387
50387
|
}, [
|
|
@@ -50492,7 +50492,7 @@ const jV = ["xmlns", "viewBox"], KV = ["id"], XV = ["stop-color"], qV = ["stop-c
|
|
|
50492
50492
|
VueUi3dBar: Mt(() => Promise.resolve().then(() => wG)),
|
|
50493
50493
|
VueUiAgePyramid: Mt(() => Promise.resolve().then(() => lQ)),
|
|
50494
50494
|
VueUiAnnotator: Mt(() => Promise.resolve().then(() => qE)),
|
|
50495
|
-
VueUiCandlestick: Mt(() => Promise.resolve().then(() =>
|
|
50495
|
+
VueUiCandlestick: Mt(() => Promise.resolve().then(() => _U)),
|
|
50496
50496
|
VueUiChestnut: Mt(() => Promise.resolve().then(() => V9)),
|
|
50497
50497
|
VueUiDashboard: Mt(() => Promise.resolve().then(() => bQ)),
|
|
50498
50498
|
VueUiDigits: Mt(() => Promise.resolve().then(() => QG)),
|
|
@@ -50512,7 +50512,7 @@ const jV = ["xmlns", "viewBox"], KV = ["id"], XV = ["stop-color"], qV = ["stop-c
|
|
|
50512
50512
|
VueUiRating: Mt(() => Promise.resolve().then(() => cM)),
|
|
50513
50513
|
VueUiRelationCircle: Mt(() => Promise.resolve().then(() => eP)),
|
|
50514
50514
|
VueUiRings: Mt(() => Promise.resolve().then(() => kD)),
|
|
50515
|
-
VueUiScatter: Mt(() => Promise.resolve().then(() =>
|
|
50515
|
+
VueUiScatter: Mt(() => Promise.resolve().then(() => j7)),
|
|
50516
50516
|
VueUiScreenshot: Mt(() => Promise.resolve().then(() => W$)),
|
|
50517
50517
|
VueUiSkeleton: Mt(() => Promise.resolve().then(() => XB)),
|
|
50518
50518
|
VueUiSmiley: Mt(() => Promise.resolve().then(() => zO)),
|
|
@@ -50686,7 +50686,7 @@ ${Object.keys(i).map((W) => `. ${W}
|
|
|
50686
50686
|
Ne(W.$slots, (oe, w) => ({
|
|
50687
50687
|
name: w,
|
|
50688
50688
|
fn: Me((S) => [
|
|
50689
|
-
Se(W.$slots, w, rt(
|
|
50689
|
+
Se(W.$slots, w, rt(At(S)), () => [
|
|
50690
50690
|
kt(le(oe), 1)
|
|
50691
50691
|
])
|
|
50692
50692
|
])
|
|
@@ -50714,7 +50714,7 @@ const aW = ["id"], rW = ["xmlns", "viewBox"], sW = ["id"], nW = ["stdDeviation"]
|
|
|
50714
50714
|
setup(e, { expose: t, emit: o }) {
|
|
50715
50715
|
const r = e, { vue_ui_galaxy: a } = $t(), l = ae(() => !!r.dataset && r.dataset.length);
|
|
50716
50716
|
Et(() => {
|
|
50717
|
-
Vt(r.dataset) ?
|
|
50717
|
+
Vt(r.dataset) ? ut({
|
|
50718
50718
|
componentName: "VueUiGalaxy",
|
|
50719
50719
|
type: "dataset"
|
|
50720
50720
|
}) : r.dataset.forEach((F, D) => {
|
|
@@ -50722,7 +50722,7 @@ const aW = ["id"], rW = ["xmlns", "viewBox"], sW = ["id"], nW = ["stdDeviation"]
|
|
|
50722
50722
|
datasetObject: F,
|
|
50723
50723
|
requiredAttributes: ["name", "values"]
|
|
50724
50724
|
}).forEach((re) => {
|
|
50725
|
-
|
|
50725
|
+
ut({
|
|
50726
50726
|
componentName: "VueUiGalaxy",
|
|
50727
50727
|
type: "datasetSerieAttribute",
|
|
50728
50728
|
property: re,
|
|
@@ -50992,14 +50992,14 @@ const aW = ["id"], rW = ["xmlns", "viewBox"], sW = ["id"], nW = ["stdDeviation"]
|
|
|
50992
50992
|
F.$slots.optionFullscreen ? {
|
|
50993
50993
|
name: "optionFullscreen",
|
|
50994
50994
|
fn: Me(({ toggleFullscreen: re, isFullscreen: Le }) => [
|
|
50995
|
-
Se(F.$slots, "optionFullscreen", rt(
|
|
50995
|
+
Se(F.$slots, "optionFullscreen", rt(At({ toggleFullscreen: re, isFullscreen: Le })), void 0, !0)
|
|
50996
50996
|
]),
|
|
50997
50997
|
key: "5"
|
|
50998
50998
|
} : void 0
|
|
50999
50999
|
]), 1032, ["backgroundColor", "color", "isPrinting", "isImaging", "uid", "hasTooltip", "hasPdf", "hasXls", "hasImg", "hasTable", "hasFullscreen", "isTooltip", "isFullscreen", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
51000
51000
|
l.value ? (c(), v("svg", {
|
|
51001
51001
|
key: 2,
|
|
51002
|
-
xmlns: R(
|
|
51002
|
+
xmlns: R(it),
|
|
51003
51003
|
class: Pe({ "vue-data-ui-fullscreen--on": Z.value, "vue-data-ui-fulscreen--off": !Z.value }),
|
|
51004
51004
|
viewBox: `0 0 ${Q.value.width} ${Q.value.height}`,
|
|
51005
51005
|
style: K(`max-width:100%; overflow: visible; background:${u.value.style.chart.backgroundColor};color:${u.value.style.chart.color}`)
|
|
@@ -51115,10 +51115,10 @@ const aW = ["id"], rW = ["xmlns", "viewBox"], sW = ["id"], nW = ["stdDeviation"]
|
|
|
51115
51115
|
isCustom: R(dl)(u.value.style.chart.tooltip.customFormat)
|
|
51116
51116
|
}, {
|
|
51117
51117
|
"tooltip-before": Me(() => [
|
|
51118
|
-
Se(F.$slots, "tooltip-before", rt(
|
|
51118
|
+
Se(F.$slots, "tooltip-before", rt(At({ ...Ae.value })), void 0, !0)
|
|
51119
51119
|
]),
|
|
51120
51120
|
"tooltip-after": Me(() => [
|
|
51121
|
-
Se(F.$slots, "tooltip-after", rt(
|
|
51121
|
+
Se(F.$slots, "tooltip-after", rt(At({ ...Ae.value })), void 0, !0)
|
|
51122
51122
|
]),
|
|
51123
51123
|
_: 3
|
|
51124
51124
|
}, 8, ["show", "backgroundColor", "color", "borderRadius", "borderColor", "borderWidth", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -51438,7 +51438,7 @@ const SW = (e) => (ia("data-v-34f8ed0a"), e = e(), ua(), e), NW = ["id"], $W = [
|
|
|
51438
51438
|
}
|
|
51439
51439
|
const ce = z(r.dataset), O = z(null);
|
|
51440
51440
|
Et(() => {
|
|
51441
|
-
if (Vt(r.dataset) &&
|
|
51441
|
+
if (Vt(r.dataset) && ut({
|
|
51442
51442
|
componentName: "VueUiTreemap",
|
|
51443
51443
|
type: "dataset"
|
|
51444
51444
|
}), P(ce.value), n.value.responsive) {
|
|
@@ -51735,14 +51735,14 @@ const SW = (e) => (ia("data-v-34f8ed0a"), e = e(), ua(), e), NW = ["id"], $W = [
|
|
|
51735
51735
|
de.$slots.optionFullscreen ? {
|
|
51736
51736
|
name: "optionFullscreen",
|
|
51737
51737
|
fn: Me(({ toggleFullscreen: Y, isFullscreen: he }) => [
|
|
51738
|
-
Se(de.$slots, "optionFullscreen", rt(
|
|
51738
|
+
Se(de.$slots, "optionFullscreen", rt(At({ toggleFullscreen: Y, isFullscreen: he })), void 0, !0)
|
|
51739
51739
|
]),
|
|
51740
51740
|
key: "5"
|
|
51741
51741
|
} : void 0
|
|
51742
51742
|
]), 1032, ["backgroundColor", "color", "isPrinting", "isImaging", "uid", "hasTooltip", "hasPdf", "hasXls", "hasImg", "hasTable", "hasFullscreen", "isFullscreen", "isTooltip", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
51743
51743
|
l.value ? (c(), v("svg", {
|
|
51744
51744
|
key: 2,
|
|
51745
|
-
xmlns: R(
|
|
51745
|
+
xmlns: R(it),
|
|
51746
51746
|
class: Pe({ "vue-data-ui-fullscreen--on": A.value, "vue-data-ui-fulscreen--off": !A.value, "vue-data-ui-zoom-plus": !D.value, "vue-data-ui-zoom-minus": D.value }),
|
|
51747
51747
|
viewBox: `${F.value.startX} ${F.value.startY} ${F.value.width <= 0 ? 10 : F.value.width} ${F.value.height <= 0 ? 10 : F.value.height}`,
|
|
51748
51748
|
style: K(`max-width:100%; overflow: hidden; background:${n.value.style.chart.backgroundColor};color:${n.value.style.chart.color}`)
|
|
@@ -51811,7 +51811,7 @@ const SW = (e) => (ia("data-v-34f8ed0a"), e = e(), ua(), e), NW = ["id"], $W = [
|
|
|
51811
51811
|
r: n.value.style.chart.layout.labels.rounding
|
|
51812
51812
|
})), 5)
|
|
51813
51813
|
], 4)) : I("", !0),
|
|
51814
|
-
Se(de.$slots, "rect", rt(
|
|
51814
|
+
Se(de.$slots, "rect", rt(At({
|
|
51815
51815
|
rect: Y,
|
|
51816
51816
|
shouldShow: Y.proportion > n.value.style.chart.layout.labels.hideUnderProportion || D.value,
|
|
51817
51817
|
fontSize: w(Y),
|
|
@@ -51821,7 +51821,7 @@ const SW = (e) => (ia("data-v-34f8ed0a"), e = e(), ua(), e), NW = ["id"], $W = [
|
|
|
51821
51821
|
])
|
|
51822
51822
|
], 8, OW))
|
|
51823
51823
|
]))), 256)),
|
|
51824
|
-
Se(de.$slots, "svg", rt(
|
|
51824
|
+
Se(de.$slots, "svg", rt(At({ svg: C.value, isZoom: D.value, rect: ve.value, config: n.value })), void 0, !0)
|
|
51825
51825
|
], 14, $W)) : I("", !0),
|
|
51826
51826
|
l.value ? I("", !0) : (c(), je(Jt, {
|
|
51827
51827
|
key: 3,
|
|
@@ -51874,10 +51874,10 @@ const SW = (e) => (ia("data-v-34f8ed0a"), e = e(), ua(), e), NW = ["id"], $W = [
|
|
|
51874
51874
|
isCustom: R(dl)(n.value.style.chart.tooltip.customFormat)
|
|
51875
51875
|
}, {
|
|
51876
51876
|
"tooltip-before": Me(() => [
|
|
51877
|
-
Se(de.$slots, "tooltip-before", rt(
|
|
51877
|
+
Se(de.$slots, "tooltip-before", rt(At({ ...V.value })), void 0, !0)
|
|
51878
51878
|
]),
|
|
51879
51879
|
"tooltip-after": Me(() => [
|
|
51880
|
-
Se(de.$slots, "tooltip-after", rt(
|
|
51880
|
+
Se(de.$slots, "tooltip-after", rt(At({ ...V.value })), void 0, !0)
|
|
51881
51881
|
]),
|
|
51882
51882
|
_: 3
|
|
51883
51883
|
}, 8, ["show", "backgroundColor", "color", "fontSize", "borderRadius", "borderColor", "borderWidth", "parent", "content", "isCustom"]),
|
|
@@ -51979,7 +51979,7 @@ const KW = ["id"], XW = { role: "cell" }, qW = { role: "row" }, YW = ["data-cell
|
|
|
51979
51979
|
fileName: "vue-ui-table-heatmap"
|
|
51980
51980
|
}), k = ae(() => f.value.table.responsiveBreakpoint), m = ae(() => !!o.dataset && o.dataset.length);
|
|
51981
51981
|
Et(() => {
|
|
51982
|
-
Vt(o.dataset) &&
|
|
51982
|
+
Vt(o.dataset) && ut({
|
|
51983
51983
|
componentName: "VueUiTableHeatmap",
|
|
51984
51984
|
type: "dataset"
|
|
51985
51985
|
});
|
|
@@ -52090,7 +52090,7 @@ const KW = ["id"], XW = { role: "cell" }, qW = { role: "row" }, YW = ["data-cell
|
|
|
52090
52090
|
C.$slots.optionFullscreen ? {
|
|
52091
52091
|
name: "optionFullscreen",
|
|
52092
52092
|
fn: Me(({ toggleFullscreen: ce, isFullscreen: O }) => [
|
|
52093
|
-
Se(C.$slots, "optionFullscreen", rt(
|
|
52093
|
+
Se(C.$slots, "optionFullscreen", rt(At({ toggleFullscreen: ce, isFullscreen: O })), void 0, !0)
|
|
52094
52094
|
]),
|
|
52095
52095
|
key: "3"
|
|
52096
52096
|
} : void 0
|
|
@@ -52108,7 +52108,7 @@ const KW = ["id"], XW = { role: "cell" }, qW = { role: "row" }, YW = ["data-cell
|
|
|
52108
52108
|
style: K(`background:${f.value.table.head.backgroundColor};color:${f.value.table.head.color}`)
|
|
52109
52109
|
}, [
|
|
52110
52110
|
(c(!0), v(ke, null, Ne(f.value.table.head.values, (ce, O) => (c(), v("th", XW, [
|
|
52111
|
-
Se(C.$slots, "head", rt(
|
|
52111
|
+
Se(C.$slots, "head", rt(At({ value: ce, rowIndex: O, type: typeof ce, isResponsive: l.value })), void 0, !0)
|
|
52112
52112
|
]))), 256))
|
|
52113
52113
|
], 4)
|
|
52114
52114
|
]),
|
|
@@ -52133,20 +52133,20 @@ const KW = ["id"], XW = { role: "cell" }, qW = { role: "row" }, YW = ["data-cell
|
|
|
52133
52133
|
shape: ce.shape || "circle"
|
|
52134
52134
|
}, null, 8, ["color", "shape"])
|
|
52135
52135
|
], 8, ZW)) : I("", !0),
|
|
52136
|
-
Se(C.$slots, "rowTitle", rt(
|
|
52136
|
+
Se(C.$slots, "rowTitle", rt(At({ value: M, rowIndex: O, colIndex: Z, type: typeof M, isResponsive: l.value })), void 0, !0)
|
|
52137
52137
|
])) : (c(), v(ke, { key: 1 }, [
|
|
52138
52138
|
Z === 0 ? Se(C.$slots, "rowTitle", rt(ma({ key: 0 }, { value: M, rowIndex: O, colIndex: Z, type: typeof M, isResponsive: l.value })), void 0, !0) : I("", !0),
|
|
52139
52139
|
Z > 0 ? Se(C.$slots, "cell", rt(ma({ key: 1 }, { value: M, rowIndex: O, colIndex: Z, type: typeof M, isResponsive: l.value, color: ce.colors[Z], textColor: R(Oa)(ce.colors[Z]) })), void 0, !0) : I("", !0)
|
|
52140
52140
|
], 64))
|
|
52141
52141
|
], 8, YW))), 256)),
|
|
52142
52142
|
f.value.table.showSum ? (c(), v("td", ej, [
|
|
52143
|
-
Se(C.$slots, "sum", rt(
|
|
52143
|
+
Se(C.$slots, "sum", rt(At({ value: ce.sum, rowIndex: O, isResponsive: l.value })), void 0, !0)
|
|
52144
52144
|
])) : I("", !0),
|
|
52145
52145
|
f.value.table.showAverage ? (c(), v("td", tj, [
|
|
52146
|
-
Se(C.$slots, "average", rt(
|
|
52146
|
+
Se(C.$slots, "average", rt(At({ value: ce.average, rowIndex: O, isResponsive: l.value })), void 0, !0)
|
|
52147
52147
|
])) : I("", !0),
|
|
52148
52148
|
f.value.table.showMedian ? (c(), v("td", lj, [
|
|
52149
|
-
Se(C.$slots, "median", rt(
|
|
52149
|
+
Se(C.$slots, "median", rt(At({ value: ce.median, rowIndex: O, isResponsive: l.value })), void 0, !0)
|
|
52150
52150
|
])) : I("", !0)
|
|
52151
52151
|
]))), 256))
|
|
52152
52152
|
])
|
|
@@ -52801,7 +52801,7 @@ const S1 = (e) => (ia("data-v-83e1a0c9"), e = e(), ua(), e), dj = ["id"], hj = [
|
|
|
52801
52801
|
ne.$slots.optionFullscreen ? {
|
|
52802
52802
|
name: "optionFullscreen",
|
|
52803
52803
|
fn: Me(({ toggleFullscreen: V, isFullscreen: j }) => [
|
|
52804
|
-
Se(ne.$slots, "optionFullscreen", rt(
|
|
52804
|
+
Se(ne.$slots, "optionFullscreen", rt(At({ toggleFullscreen: V, isFullscreen: j })), void 0, !0)
|
|
52805
52805
|
]),
|
|
52806
52806
|
key: "3"
|
|
52807
52807
|
} : void 0
|
|
@@ -52814,7 +52814,7 @@ const S1 = (e) => (ia("data-v-83e1a0c9"), e = e(), ua(), e), dj = ["id"], hj = [
|
|
|
52814
52814
|
style: K(`background:${y.value.backgroundColor};color:${y.value.color};font-size:${y.value.titleFontSize}px;font-weight:${y.value.titleBold ? "bold" : "normal"};text-align:${y.value.titleTextAlign}`)
|
|
52815
52815
|
}, le(y.value.title), 5)) : I("", !0),
|
|
52816
52816
|
(c(), v("svg", {
|
|
52817
|
-
xmlns: R(
|
|
52817
|
+
xmlns: R(it),
|
|
52818
52818
|
viewBox: ie.value,
|
|
52819
52819
|
style: K(`max-width:100%;overflow:visible;background:${y.value.backgroundColor};color:${y.value.color}`)
|
|
52820
52820
|
}, [
|
|
@@ -53340,7 +53340,7 @@ const S1 = (e) => (ia("data-v-83e1a0c9"), e = e(), ua(), e), dj = ["id"], hj = [
|
|
|
53340
53340
|
onReset: F
|
|
53341
53341
|
}, {
|
|
53342
53342
|
"reset-action": Me(({ reset: V }) => [
|
|
53343
|
-
Se(ne.$slots, "reset-action", rt(
|
|
53343
|
+
Se(ne.$slots, "reset-action", rt(At({ reset: V })), void 0, !0)
|
|
53344
53344
|
]),
|
|
53345
53345
|
_: 3
|
|
53346
53346
|
}, 8, ["background", "borderColor", "fontSize", "useResetSlot", "labelLeft", "labelRight", "textColor", "inputColor", "selectColor", "max", "valueStart", "valueEnd", "start", "end"]))
|
|
@@ -53441,10 +53441,10 @@ const S1 = (e) => (ia("data-v-83e1a0c9"), e = e(), ua(), e), dj = ["id"], hj = [
|
|
|
53441
53441
|
isCustom: R(dl)(y.value.tooltipCustomFormat)
|
|
53442
53442
|
}, {
|
|
53443
53443
|
"tooltip-before": Me(() => [
|
|
53444
|
-
Se(ne.$slots, "tooltip-before", rt(
|
|
53444
|
+
Se(ne.$slots, "tooltip-before", rt(At({ ...b.value })), void 0, !0)
|
|
53445
53445
|
]),
|
|
53446
53446
|
"tooltip-after": Me(() => [
|
|
53447
|
-
Se(ne.$slots, "tooltip-after", rt(
|
|
53447
|
+
Se(ne.$slots, "tooltip-after", rt(At({ ...b.value })), void 0, !0)
|
|
53448
53448
|
]),
|
|
53449
53449
|
_: 3
|
|
53450
53450
|
}, 8, ["show", "backgroundColor", "color", "borderRadius", "borderColor", "borderWidth", "parent", "content", "isCustom"])
|
|
@@ -53522,7 +53522,7 @@ const N1 = (e) => (ia("data-v-fe8d65eb"), e = e(), ua(), e), PK = ["xmlns", "hei
|
|
|
53522
53522
|
}), ae(() => a.value.centerCircleRadius / 2.5), (u, k) => h.value ? (c(), v("svg", {
|
|
53523
53523
|
key: 0,
|
|
53524
53524
|
"data-html2canvas-ignore": "",
|
|
53525
|
-
xmlns: R(
|
|
53525
|
+
xmlns: R(it),
|
|
53526
53526
|
style: K(`z-index: 2147483647; overflow: visible; pointer-events: none;background: transparent; position:fixed; top:${l.value.y}px; left:${l.value.x}px;`),
|
|
53527
53527
|
viewBox: "0 0 100 100",
|
|
53528
53528
|
height: a.value.centerCircleRadius * 2,
|
|
@@ -53719,7 +53719,7 @@ const dX = ["id"], hX = ["xmlns", "viewBox"], vX = ["id"], fX = ["stop-color"],
|
|
|
53719
53719
|
}
|
|
53720
53720
|
const i = z(t.dataset.map(($) => l.value.style.animation.show || [void 0].includes($) ? null : $)), h = z(!1), f = z(null);
|
|
53721
53721
|
Et(() => {
|
|
53722
|
-
Vt(t.dataset) &&
|
|
53722
|
+
Vt(t.dataset) && ut({
|
|
53723
53723
|
componentName: "VueUiTrendPill",
|
|
53724
53724
|
type: "dataset"
|
|
53725
53725
|
});
|
|
@@ -53789,7 +53789,7 @@ const dX = ["id"], hX = ["xmlns", "viewBox"], vX = ["id"], fX = ["stop-color"],
|
|
|
53789
53789
|
}, [
|
|
53790
53790
|
r.value ? (c(), v("svg", {
|
|
53791
53791
|
key: 1,
|
|
53792
|
-
xmlns: R(
|
|
53792
|
+
xmlns: R(it),
|
|
53793
53793
|
viewBox: `0 0 ${A.value.width} ${A.value.height}`,
|
|
53794
53794
|
style: K(`width:100%;background:${l.value.style.backgroundColor};overflow:visible`)
|
|
53795
53795
|
}, [
|
|
@@ -53964,7 +53964,7 @@ const SX = ["id"], NX = ["xmlns", "viewBox"], $X = { key: 0 }, MX = { key: 0 },
|
|
|
53964
53964
|
} : se;
|
|
53965
53965
|
}), k = z(null);
|
|
53966
53966
|
Et(() => {
|
|
53967
|
-
if (Vt(r.dataset) ?
|
|
53967
|
+
if (Vt(r.dataset) ? ut({
|
|
53968
53968
|
componentName: "VueUiStripPlot",
|
|
53969
53969
|
type: "dataset"
|
|
53970
53970
|
}) : r.dataset.forEach((se, V) => {
|
|
@@ -53972,7 +53972,7 @@ const SX = ["id"], NX = ["xmlns", "viewBox"], $X = { key: 0 }, MX = { key: 0 },
|
|
|
53972
53972
|
datasetObject: se,
|
|
53973
53973
|
requiredAttributes: ["name", "plots"]
|
|
53974
53974
|
}).forEach((j) => {
|
|
53975
|
-
l.value = !1,
|
|
53975
|
+
l.value = !1, ut({
|
|
53976
53976
|
componentName: "VueUiStripPlot",
|
|
53977
53977
|
type: "datasetSerieAttribute",
|
|
53978
53978
|
property: j,
|
|
@@ -53983,7 +53983,7 @@ const SX = ["id"], NX = ["xmlns", "viewBox"], $X = { key: 0 }, MX = { key: 0 },
|
|
|
53983
53983
|
datasetObject: j,
|
|
53984
53984
|
requiredAttributes: ["name", "value"]
|
|
53985
53985
|
}).forEach((E) => {
|
|
53986
|
-
l.value = !1,
|
|
53986
|
+
l.value = !1, ut({
|
|
53987
53987
|
componentName: "VueUiStripPlot",
|
|
53988
53988
|
type: "datasetSerieAttribute",
|
|
53989
53989
|
property: E,
|
|
@@ -54282,14 +54282,14 @@ const SX = ["id"], NX = ["xmlns", "viewBox"], $X = { key: 0 }, MX = { key: 0 },
|
|
|
54282
54282
|
se.$slots.optionFullscreen ? {
|
|
54283
54283
|
name: "optionFullscreen",
|
|
54284
54284
|
fn: Me(({ toggleFullscreen: j, isFullscreen: Be }) => [
|
|
54285
|
-
Se(se.$slots, "optionFullscreen", rt(
|
|
54285
|
+
Se(se.$slots, "optionFullscreen", rt(At({ toggleFullscreen: j, isFullscreen: Be })), void 0, !0)
|
|
54286
54286
|
]),
|
|
54287
54287
|
key: "6"
|
|
54288
54288
|
} : void 0
|
|
54289
54289
|
]), 1032, ["backgroundColor", "color", "isPrinting", "isImaging", "uid", "hasTooltip", "hasPdf", "hasXls", "hasImg", "hasTable", "hasLabel", "hasFullscreen", "isTooltip", "isFullscreen", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
54290
54290
|
l.value ? (c(), v("svg", {
|
|
54291
54291
|
key: 2,
|
|
54292
|
-
xmlns: R(
|
|
54292
|
+
xmlns: R(it),
|
|
54293
54293
|
class: Pe({ "vue-data-ui-fullscreen--on": D.value, "vue-data-ui-fulscreen--off": !D.value }),
|
|
54294
54294
|
viewBox: `0 0 ${ce.value.width <= 0 ? 10 : ce.value.width} ${ce.value.height <= 0 ? 10 : ce.value.height}`,
|
|
54295
54295
|
style: K(`max-width:100%; overflow: visible; background:${u.value.style.chart.backgroundColor};color:${u.value.style.chart.color};`)
|
|
@@ -54478,10 +54478,10 @@ const SX = ["id"], NX = ["xmlns", "viewBox"], $X = { key: 0 }, MX = { key: 0 },
|
|
|
54478
54478
|
isCustom: R(dl)(u.value.style.chart.tooltip.customFormat)
|
|
54479
54479
|
}, {
|
|
54480
54480
|
"tooltip-before": Me(() => [
|
|
54481
|
-
Se(se.$slots, "tooltip-before", rt(
|
|
54481
|
+
Se(se.$slots, "tooltip-before", rt(At({ ...W.value })), void 0, !0)
|
|
54482
54482
|
]),
|
|
54483
54483
|
"tooltip-after": Me(() => [
|
|
54484
|
-
Se(se.$slots, "tooltip-after", rt(
|
|
54484
|
+
Se(se.$slots, "tooltip-after", rt(At({ ...W.value })), void 0, !0)
|
|
54485
54485
|
]),
|
|
54486
54486
|
_: 3
|
|
54487
54487
|
}, 8, ["show", "backgroundColor", "color", "borderRadius", "borderColor", "borderWidth", "fontSize", "parent", "content", "isCustom"]),
|
|
@@ -54568,7 +54568,7 @@ const lq = ["id"], oq = ["xmlns", "viewBox"], aq = { key: 0 }, rq = ["x1", "x2",
|
|
|
54568
54568
|
} : oe;
|
|
54569
54569
|
}), B = z(null);
|
|
54570
54570
|
Et(() => {
|
|
54571
|
-
if (Vt(r.dataset) ?
|
|
54571
|
+
if (Vt(r.dataset) ? ut({
|
|
54572
54572
|
componentName: "VueUiDumbbell",
|
|
54573
54573
|
type: "dataset"
|
|
54574
54574
|
}) : r.dataset.forEach((oe, w) => {
|
|
@@ -54576,7 +54576,7 @@ const lq = ["id"], oq = ["xmlns", "viewBox"], aq = { key: 0 }, rq = ["x1", "x2",
|
|
|
54576
54576
|
datasetObject: oe,
|
|
54577
54577
|
requiredAttributes: ["name", "start", "end"]
|
|
54578
54578
|
}).forEach((S) => {
|
|
54579
|
-
l.value = !1,
|
|
54579
|
+
l.value = !1, ut({
|
|
54580
54580
|
componentName: "VueUiDumbbell",
|
|
54581
54581
|
type: "datasetSerieAttribute",
|
|
54582
54582
|
property: S,
|
|
@@ -54832,14 +54832,14 @@ const lq = ["id"], oq = ["xmlns", "viewBox"], aq = { key: 0 }, rq = ["x1", "x2",
|
|
|
54832
54832
|
oe.$slots.optionFullscreen ? {
|
|
54833
54833
|
name: "optionFullscreen",
|
|
54834
54834
|
fn: Me(({ toggleFullscreen: S, isFullscreen: F }) => [
|
|
54835
|
-
Se(oe.$slots, "optionFullscreen", rt(
|
|
54835
|
+
Se(oe.$slots, "optionFullscreen", rt(At({ toggleFullscreen: S, isFullscreen: F })), void 0, !0)
|
|
54836
54836
|
]),
|
|
54837
54837
|
key: "4"
|
|
54838
54838
|
} : void 0
|
|
54839
54839
|
]), 1032, ["backgroundColor", "color", "isPrinting", "isImaging", "uid", "hasPdf", "hasXls", "hasImg", "hasTable", "hasFullscreen", "isFullscreen", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
54840
54840
|
l.value ? (c(), v("svg", {
|
|
54841
54841
|
key: 2,
|
|
54842
|
-
xmlns: R(
|
|
54842
|
+
xmlns: R(it),
|
|
54843
54843
|
class: Pe({ "vue-data-ui-fullscreen--on": ue.value, "vue-data-ui-fulscreen--off": !ue.value }),
|
|
54844
54844
|
viewBox: `0 0 ${$.value.absoluteWidth <= 0 ? 10 : $.value.absoluteWidth} ${$.value.absoluteHeight <= 0 ? 10 : $.value.absoluteHeight}`,
|
|
54845
54845
|
style: K(`max-width:100%; overflow: visible; background:${b.value.style.chart.backgroundColor};color:${b.value.style.chart.color}`)
|
|
@@ -55077,7 +55077,7 @@ const lq = ["id"], oq = ["xmlns", "viewBox"], aq = { key: 0 }, rq = ["x1", "x2",
|
|
|
55077
55077
|
style: K(`display:flex;align-items:center;gap:4px;font-size:${b.value.style.chart.legend.fontSize}px`)
|
|
55078
55078
|
}, [
|
|
55079
55079
|
(c(), v("svg", {
|
|
55080
|
-
xmlns: R(
|
|
55080
|
+
xmlns: R(it),
|
|
55081
55081
|
viewBox: "0 0 20 20",
|
|
55082
55082
|
height: b.value.style.chart.legend.fontSize,
|
|
55083
55083
|
width: b.value.style.chart.legend.fontSize
|
|
@@ -55186,7 +55186,7 @@ const Gq = ["id"], Vq = ["xmlns", "viewBox"], Wq = ["transform"], jq = ["fill",
|
|
|
55186
55186
|
minFontSize: A.value.style.chart.words.minFontSize
|
|
55187
55187
|
}), B = z(null);
|
|
55188
55188
|
Et(() => {
|
|
55189
|
-
if (Vt(o.dataset) ?
|
|
55189
|
+
if (Vt(o.dataset) ? ut({
|
|
55190
55190
|
componentName: "VueUiWordCloud",
|
|
55191
55191
|
type: "dataset"
|
|
55192
55192
|
}) : l.value.forEach((ie, Ae) => {
|
|
@@ -55194,7 +55194,7 @@ const Gq = ["id"], Vq = ["xmlns", "viewBox"], Wq = ["transform"], jq = ["fill",
|
|
|
55194
55194
|
datasetObject: ie,
|
|
55195
55195
|
requiredAttributes: ["name", "value"]
|
|
55196
55196
|
}).forEach((we) => {
|
|
55197
|
-
a.value = !1,
|
|
55197
|
+
a.value = !1, ut({
|
|
55198
55198
|
componentName: "VueUiWordCloud",
|
|
55199
55199
|
type: "datasetSerieAttribute",
|
|
55200
55200
|
property: we,
|
|
@@ -55400,7 +55400,7 @@ const Gq = ["id"], Vq = ["xmlns", "viewBox"], Wq = ["transform"], jq = ["fill",
|
|
|
55400
55400
|
ie.$slots.optionFullscreen ? {
|
|
55401
55401
|
name: "optionFullscreen",
|
|
55402
55402
|
fn: Me(({ toggleFullscreen: we, isFullscreen: ue }) => [
|
|
55403
|
-
Se(ie.$slots, "optionFullscreen", rt(
|
|
55403
|
+
Se(ie.$slots, "optionFullscreen", rt(At({ toggleFullscreen: we, isFullscreen: ue })), void 0, !0)
|
|
55404
55404
|
]),
|
|
55405
55405
|
key: "4"
|
|
55406
55406
|
} : void 0
|
|
@@ -55408,7 +55408,7 @@ const Gq = ["id"], Vq = ["xmlns", "viewBox"], Wq = ["transform"], jq = ["fill",
|
|
|
55408
55408
|
a.value ? (c(), v("svg", {
|
|
55409
55409
|
key: 2,
|
|
55410
55410
|
class: Pe({ "vue-data-ui-fullscreen--on": ce.value, "vue-data-ui-fulscreen--off": !ce.value }),
|
|
55411
|
-
xmlns: R(
|
|
55411
|
+
xmlns: R(it),
|
|
55412
55412
|
viewBox: `0 0 ${b.value.width <= 0 ? 10 : b.value.width} ${b.value.height <= 0 ? 10 : b.value.height}`,
|
|
55413
55413
|
style: K(`overflow:visible;background:${A.value.style.chart.backgroundColor};`)
|
|
55414
55414
|
}, [
|
|
@@ -55498,7 +55498,7 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
55498
55498
|
},
|
|
55499
55499
|
emits: ["selectLegend"],
|
|
55500
55500
|
setup(e, { expose: t, emit: o }) {
|
|
55501
|
-
const r = e, { vue_ui_xy_canvas: a } = $t(), l = z(_t()), s = z(null), i = z(null), h = z(null), f = z(null), A = z(
|
|
55501
|
+
const r = e, { vue_ui_xy_canvas: a } = $t(), l = z(_t()), s = z(null), i = z(null), h = z(null), f = z(null), A = z(1), b = z(1), B = z(!1), u = z(null), k = z(""), m = z(null), n = z([]), y = z(1), _ = z(!0), T = z(!0), Q = z(null), H = z(0), J = z(0), $ = z(!1), C = z(null), P = z(null), ce = z(null), O = ae(() => !!r.dataset && r.dataset.length), M = ae(() => {
|
|
55502
55502
|
const Te = ft({
|
|
55503
55503
|
userConfig: r.config,
|
|
55504
55504
|
defaultConfig: a
|
|
@@ -55539,7 +55539,7 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
55539
55539
|
function S(Te, Ze) {
|
|
55540
55540
|
return Te / Ze;
|
|
55541
55541
|
}
|
|
55542
|
-
function F({ hasAutoScale: Te, series: Ze, min:
|
|
55542
|
+
function F({ hasAutoScale: Te, series: Ze, min: dt, max: Pt, scale: St, yOffset: xt, individualHeight: Ct, stackIndex: gl = null }) {
|
|
55543
55543
|
return Ze.map((ll, mo) => {
|
|
55544
55544
|
const Tl = St.min < 0 ? Math.abs(St.min) : 0, Ft = S(ll + Tl, Tl + St.max);
|
|
55545
55545
|
let Al, Fo;
|
|
@@ -55553,8 +55553,8 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
55553
55553
|
});
|
|
55554
55554
|
}
|
|
55555
55555
|
const D = ae(() => {
|
|
55556
|
-
const Te = Math.min(...Le.value.filter((Ct, gl) => !n.value.includes(Ct.absoluteIndex)).flatMap((Ct) => Ct.series.slice(Ce.value.start, Ce.value.end))), Ze = Math.max(...Le.value.filter((Ct, gl) => !n.value.includes(Ct.absoluteIndex)).flatMap((Ct) => Ct.series.slice(Ce.value.start, Ce.value.end))),
|
|
55557
|
-
y: w.value.bottom - w.value.height * ((Ct + Pt) / (
|
|
55556
|
+
const Te = Math.min(...Le.value.filter((Ct, gl) => !n.value.includes(Ct.absoluteIndex)).flatMap((Ct) => Ct.series.slice(Ce.value.start, Ce.value.end))), Ze = Math.max(...Le.value.filter((Ct, gl) => !n.value.includes(Ct.absoluteIndex)).flatMap((Ct) => Ct.series.slice(Ce.value.start, Ce.value.end))), dt = wa(Te < 0 ? Te : 0, Ze === Te ? Te + 1 < 0 ? 0 : Te + 1 : Ze < 0 ? 0 : Ze, M.value.style.chart.scale.ticks), Pt = dt.min < 0 ? Math.abs(dt.min) : 0, St = w.value.bottom - w.value.height * (Pt / (dt.max + Pt)), xt = dt.ticks.map((Ct) => ({
|
|
55557
|
+
y: w.value.bottom - w.value.height * ((Ct + Pt) / (dt.max + Pt)),
|
|
55558
55558
|
x: w.value.left - 8,
|
|
55559
55559
|
value: Ct
|
|
55560
55560
|
}));
|
|
@@ -55562,7 +55562,7 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
55562
55562
|
absoluteMin: Pt,
|
|
55563
55563
|
max: Ze,
|
|
55564
55564
|
min: Te,
|
|
55565
|
-
scale:
|
|
55565
|
+
scale: dt,
|
|
55566
55566
|
yLabels: xt,
|
|
55567
55567
|
zero: St
|
|
55568
55568
|
};
|
|
@@ -55587,11 +55587,11 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
55587
55587
|
...Te,
|
|
55588
55588
|
series: Te.series.slice(Ce.value.start, Ce.value.end)
|
|
55589
55589
|
})).map((Te, Ze) => {
|
|
55590
|
-
let
|
|
55591
|
-
|
|
55590
|
+
let dt = Math.min(...Te.series) || 0, Pt = Math.max(...Te.series) || 1;
|
|
55591
|
+
dt === Pt && (dt = dt >= 0 ? Pt - 1 : dt, Pt = Pt >= 0 ? Pt : dt + 1);
|
|
55592
55592
|
const xt = {
|
|
55593
|
-
ratios: Te.series.filter((Ul) => ![null, void 0].includes(Ul)).map((Ul) => (Ul -
|
|
55594
|
-
valueMin:
|
|
55593
|
+
ratios: Te.series.filter((Ul) => ![null, void 0].includes(Ul)).map((Ul) => (Ul - dt) / (Pt - dt)),
|
|
55594
|
+
valueMin: dt,
|
|
55595
55595
|
valueMax: Pt
|
|
55596
55596
|
}, Ct = Te.scaleSteps || M.value.style.chart.scale.ticks;
|
|
55597
55597
|
let gl;
|
|
@@ -55606,7 +55606,7 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
55606
55606
|
})), lo = F({
|
|
55607
55607
|
hasAutoScale: q.value.stacked && Te.autoScaling,
|
|
55608
55608
|
series: Te.series,
|
|
55609
|
-
min: q.value.stacked ?
|
|
55609
|
+
min: q.value.stacked ? dt : D.value.min,
|
|
55610
55610
|
max: q.value.stacked ? Pt : D.value.max,
|
|
55611
55611
|
scale: q.value.stacked ? gl : D.value.scale,
|
|
55612
55612
|
yOffset: ll,
|
|
@@ -55616,7 +55616,7 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
55616
55616
|
return {
|
|
55617
55617
|
...Te,
|
|
55618
55618
|
coordinatesLine: lo,
|
|
55619
|
-
min:
|
|
55619
|
+
min: dt,
|
|
55620
55620
|
max: Pt,
|
|
55621
55621
|
localScale: gl,
|
|
55622
55622
|
localZero: Al,
|
|
@@ -55644,17 +55644,17 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
55644
55644
|
}
|
|
55645
55645
|
function Be() {
|
|
55646
55646
|
if (f.value.fillStyle = M.value.style.chart.backgroundColor, f.value.fillRect(0, 0, w.value.canvasWidth, w.value.canvasHeight), q.value.stacked)
|
|
55647
|
-
M.value.style.chart.grid.y.verticalLines.show && Ce.value.end - Ce.value.start < M.value.style.chart.grid.y.verticalLines.hideUnderXLength && ve.value.forEach((Te
|
|
55648
|
-
for (let
|
|
55647
|
+
M.value.style.chart.grid.y.verticalLines.show && Ce.value.end - Ce.value.start < M.value.style.chart.grid.y.verticalLines.hideUnderXLength && ve.value.forEach((Te) => {
|
|
55648
|
+
for (let Ze = 0; Ze < Ce.value.end - Ce.value.start + 1; Ze += 1)
|
|
55649
55649
|
ta(
|
|
55650
55650
|
f.value,
|
|
55651
55651
|
[
|
|
55652
55652
|
{
|
|
55653
|
-
x: w.value.left + w.value.slot *
|
|
55653
|
+
x: w.value.left + w.value.slot * Ze,
|
|
55654
55654
|
y: w.value.bottom - Te.yOffset - Te.individualHeight
|
|
55655
55655
|
},
|
|
55656
55656
|
{
|
|
55657
|
-
x: w.value.left + w.value.slot *
|
|
55657
|
+
x: w.value.left + w.value.slot * Ze,
|
|
55658
55658
|
y: w.value.bottom - Te.yOffset
|
|
55659
55659
|
}
|
|
55660
55660
|
],
|
|
@@ -55663,17 +55663,17 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
55663
55663
|
}
|
|
55664
55664
|
);
|
|
55665
55665
|
}), M.value.style.chart.grid.x.horizontalLines.show && (M.value.style.chart.grid.x.horizontalLines.alternate ? ve.value.forEach((Te) => {
|
|
55666
|
-
Te.localYLabels.forEach((Ze,
|
|
55667
|
-
|
|
55666
|
+
Te.localYLabels.forEach((Ze, dt) => {
|
|
55667
|
+
dt < Te.localYLabels.length - 1 && Rc(
|
|
55668
55668
|
f.value,
|
|
55669
55669
|
[
|
|
55670
55670
|
{ x: w.value.left, y: Ze.y },
|
|
55671
55671
|
{ x: w.value.right, y: Ze.y },
|
|
55672
|
-
{ x: w.value.right, y: Te.localYLabels[
|
|
55673
|
-
{ x: w.value.left, y: Te.localYLabels[
|
|
55672
|
+
{ x: w.value.right, y: Te.localYLabels[dt + 1].y },
|
|
55673
|
+
{ x: w.value.left, y: Te.localYLabels[dt + 1].y }
|
|
55674
55674
|
],
|
|
55675
55675
|
{
|
|
55676
|
-
fillColor:
|
|
55676
|
+
fillColor: dt % 2 === 0 ? "transparent" : M.value.style.chart.grid.x.horizontalLines.color + ht[M.value.style.chart.grid.x.horizontalLines.opacity],
|
|
55677
55677
|
strokeColor: "transparent"
|
|
55678
55678
|
}
|
|
55679
55679
|
);
|
|
@@ -55703,7 +55703,7 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
55703
55703
|
lineDash: M.value.style.chart.grid.zeroLine.dashed ? [10, 10] : [0, 0]
|
|
55704
55704
|
}
|
|
55705
55705
|
);
|
|
55706
|
-
}), M.value.style.chart.grid.y.axisLabels.show && ve.value.forEach((Te
|
|
55706
|
+
}), M.value.style.chart.grid.y.axisLabels.show && ve.value.forEach((Te) => {
|
|
55707
55707
|
ta(
|
|
55708
55708
|
f.value,
|
|
55709
55709
|
[
|
|
@@ -55722,17 +55722,17 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
55722
55722
|
{
|
|
55723
55723
|
color: Te.color
|
|
55724
55724
|
}
|
|
55725
|
-
), Te.localYLabels.forEach((
|
|
55725
|
+
), Te.localYLabels.forEach((Ze) => {
|
|
55726
55726
|
Dr(
|
|
55727
55727
|
f.value,
|
|
55728
55728
|
nt({
|
|
55729
55729
|
p: Te.prefix || M.value.style.chart.grid.y.axisLabels.prefix || "",
|
|
55730
|
-
v:
|
|
55730
|
+
v: Ze.value,
|
|
55731
55731
|
s: Te.suffix || M.value.style.chart.grid.y.axisLabels.suffix || "",
|
|
55732
55732
|
r: Te.rounding || M.value.style.chart.grid.y.axisLabels.rounding || 0
|
|
55733
55733
|
}),
|
|
55734
|
-
|
|
55735
|
-
|
|
55734
|
+
Ze.x + M.value.style.chart.grid.y.axisLabels.offsetX,
|
|
55735
|
+
Ze.y,
|
|
55736
55736
|
{
|
|
55737
55737
|
align: "right",
|
|
55738
55738
|
font: `${A.value / 40 * M.value.style.chart.grid.y.axisLabels.fontSizeRatio}px ${M.value.style.fontFamily}`,
|
|
@@ -55740,7 +55740,7 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
55740
55740
|
}
|
|
55741
55741
|
);
|
|
55742
55742
|
});
|
|
55743
|
-
}), ve.value.forEach((Te
|
|
55743
|
+
}), ve.value.forEach((Te) => {
|
|
55744
55744
|
Dr(
|
|
55745
55745
|
f.value,
|
|
55746
55746
|
Te.name,
|
|
@@ -55866,11 +55866,11 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
55866
55866
|
}
|
|
55867
55867
|
function E(Te) {
|
|
55868
55868
|
for (let Ze = 0; Ze < Te.coordinatesLine.length; Ze += 1) {
|
|
55869
|
-
const
|
|
55869
|
+
const dt = (u.value === Ze ? A.value / 150 : M.value.style.chart.line.plots.show ? A.value / 200 : 0) * M.value.style.chart.line.plots.radiusRatio;
|
|
55870
55870
|
Gv(
|
|
55871
55871
|
f.value,
|
|
55872
55872
|
{ x: Te.coordinatesLine[Ze].x, y: Te.coordinatesLine[Ze].y },
|
|
55873
|
-
|
|
55873
|
+
dt,
|
|
55874
55874
|
{
|
|
55875
55875
|
color: M.value.style.chart.backgroundColor,
|
|
55876
55876
|
fillStyle: Te.color,
|
|
@@ -55932,25 +55932,25 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
55932
55932
|
}
|
|
55933
55933
|
function be() {
|
|
55934
55934
|
V.value.forEach((Te, Ze) => {
|
|
55935
|
-
for (let
|
|
55935
|
+
for (let dt = 0; dt < Te.coordinatesLine.length; dt += 1)
|
|
55936
55936
|
Rc(
|
|
55937
55937
|
f.value,
|
|
55938
55938
|
[
|
|
55939
55939
|
{
|
|
55940
|
-
x: w.value.left + w.value.slot *
|
|
55940
|
+
x: w.value.left + w.value.slot * dt + w.value.slot / 10 + (q.value.stacked ? 0 : w.value.slot / V.value.length * Ze - (Ze === 0 ? 0 : w.value.slot / (5 * V.value.length) * Ze)),
|
|
55941
55941
|
y: q.value.stacked ? Te.localZero : D.value.zero
|
|
55942
55942
|
},
|
|
55943
55943
|
{
|
|
55944
|
-
x: w.value.left + w.value.slot *
|
|
55944
|
+
x: w.value.left + w.value.slot * dt + w.value.slot / 10 + (q.value.stacked ? 0 : w.value.slot / V.value.length * Ze - (Ze === 0 ? 0 : w.value.slot / (5 * V.value.length) * Ze)) + w.value.slot * 0.8 / (q.value.stacked ? 1 : V.value.length),
|
|
55945
55945
|
y: q.value.stacked ? Te.localZero : D.value.zero
|
|
55946
55946
|
},
|
|
55947
55947
|
{
|
|
55948
|
-
x: w.value.left + w.value.slot *
|
|
55949
|
-
y: Te.coordinatesLine[
|
|
55948
|
+
x: w.value.left + w.value.slot * dt + w.value.slot / 10 + (q.value.stacked ? 0 : w.value.slot / V.value.length * Ze - (Ze === 0 ? 0 : w.value.slot / (5 * V.value.length) * Ze)) + w.value.slot * 0.8 / (q.value.stacked ? 1 : V.value.length),
|
|
55949
|
+
y: Te.coordinatesLine[dt].y
|
|
55950
55950
|
},
|
|
55951
55951
|
{
|
|
55952
|
-
x: w.value.left + w.value.slot *
|
|
55953
|
-
y: Te.coordinatesLine[
|
|
55952
|
+
x: w.value.left + w.value.slot * dt + w.value.slot / 10 + (q.value.stacked ? 0 : w.value.slot / V.value.length * Ze - (Ze === 0 ? 0 : w.value.slot / (5 * V.value.length) * Ze)),
|
|
55953
|
+
y: Te.coordinatesLine[dt].y
|
|
55954
55954
|
}
|
|
55955
55955
|
],
|
|
55956
55956
|
{
|
|
@@ -55958,11 +55958,11 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
55958
55958
|
gradient: {
|
|
55959
55959
|
type: "linear",
|
|
55960
55960
|
start: {
|
|
55961
|
-
x: Te.coordinatesLine[
|
|
55962
|
-
y: Te.coordinatesLine[
|
|
55961
|
+
x: Te.coordinatesLine[dt].x,
|
|
55962
|
+
y: Te.coordinatesLine[dt].y
|
|
55963
55963
|
},
|
|
55964
55964
|
end: {
|
|
55965
|
-
x: Te.coordinatesLine[
|
|
55965
|
+
x: Te.coordinatesLine[dt].x,
|
|
55966
55966
|
y: q.value.stacked ? Te.localZero : D.value.zero
|
|
55967
55967
|
},
|
|
55968
55968
|
stops: [
|
|
@@ -55975,12 +55975,12 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
55975
55975
|
f.value,
|
|
55976
55976
|
nt({
|
|
55977
55977
|
p: Te.prefix || "",
|
|
55978
|
-
v: Te.coordinatesLine[
|
|
55978
|
+
v: Te.coordinatesLine[dt].value,
|
|
55979
55979
|
s: Te.suffix || "",
|
|
55980
55980
|
r: Te.rounding || 0
|
|
55981
55981
|
}),
|
|
55982
|
-
w.value.left + w.value.slot *
|
|
55983
|
-
(Te.coordinatesLine[
|
|
55982
|
+
w.value.left + w.value.slot * dt + w.value.slot / 10 + (q.value.stacked ? 0 : w.value.slot / V.value.length * Ze - (Ze === 0 ? 0 : w.value.slot / (5 * V.value.length) * Ze)) + w.value.slot * 0.4 / (q.value.stacked ? 1 : V.value.length),
|
|
55983
|
+
(Te.coordinatesLine[dt].value < 0 ? q.value.stacked ? Te.localZero : D.value.zero : Te.coordinatesLine[dt].y) + M.value.style.chart.dataLabels.offsetY,
|
|
55984
55984
|
{
|
|
55985
55985
|
align: "center",
|
|
55986
55986
|
font: `${A.value / 40 * M.value.style.chart.dataLabels.fontSizeRatio}px ${M.value.style.fontFamily}`,
|
|
@@ -56053,12 +56053,12 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
56053
56053
|
T.value = !0, j();
|
|
56054
56054
|
}, oe.value > 200 ? 10 : 1, !T.value);
|
|
56055
56055
|
function pe(Te) {
|
|
56056
|
-
const { left: Ze } = i.value.getBoundingClientRect(),
|
|
56057
|
-
if (
|
|
56056
|
+
const { left: Ze } = i.value.getBoundingClientRect(), dt = Te.clientX - Ze;
|
|
56057
|
+
if (dt * 2 < w.value.left || dt * 2 > w.value.right) {
|
|
56058
56058
|
B.value = !1, u.value = null;
|
|
56059
56059
|
return;
|
|
56060
56060
|
}
|
|
56061
|
-
const Pt =
|
|
56061
|
+
const Pt = dt * 2 - w.value.left;
|
|
56062
56062
|
if (u.value = Math.floor(Pt / w.value.slot), B.value = !0, !T.value)
|
|
56063
56063
|
return;
|
|
56064
56064
|
let St = "";
|
|
@@ -56103,18 +56103,18 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
56103
56103
|
}
|
|
56104
56104
|
const xe = z(null), Ue = z(null);
|
|
56105
56105
|
Et(() => {
|
|
56106
|
-
if (Vt(r.dataset) ?
|
|
56106
|
+
if (Vt(r.dataset) ? ut({
|
|
56107
56107
|
componentName: "VueUiXyCanvas",
|
|
56108
56108
|
type: "dataset"
|
|
56109
56109
|
}) : i.value && (f.value = i.value.getContext("2d", { willReadFrequently: !0 })), M.value.responsive) {
|
|
56110
56110
|
const Te = jl(() => {
|
|
56111
|
-
const { width: Ze, height:
|
|
56111
|
+
const { width: Ze, height: dt } = Kl({
|
|
56112
56112
|
chart: s.value,
|
|
56113
56113
|
title: M.value.style.chart.title.text ? C.value : null,
|
|
56114
56114
|
legend: M.value.style.chart.legend.show ? P.value : null,
|
|
56115
56115
|
slicer: M.value.style.chart.zoom.show && oe.value > 1 ? ce.value : null
|
|
56116
56116
|
});
|
|
56117
|
-
Z.value = `${Ze} / ${
|
|
56117
|
+
Z.value = `${Ze} / ${dt}`;
|
|
56118
56118
|
});
|
|
56119
56119
|
xe.value = new ResizeObserver(Te), xe.value.observe(s.value.parentNode);
|
|
56120
56120
|
}
|
|
@@ -56155,7 +56155,7 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
56155
56155
|
const xt = ve.value.map((Ct) => Ct.series[St] ?? 0).reduce((Ct, gl) => Ct + gl, 0);
|
|
56156
56156
|
Ze.push([M.value.style.chart.grid.y.timeLabels.values.slice(Ce.value.start, Ce.value.end)[St] ?? St + 1].concat(ve.value.map((Ct) => (Ct.series[St] ?? 0).toFixed(M.value.table.rounding))).concat((xt ?? 0).toFixed(M.value.table.rounding)));
|
|
56157
56157
|
}
|
|
56158
|
-
const
|
|
56158
|
+
const dt = {
|
|
56159
56159
|
th: {
|
|
56160
56160
|
backgroundColor: M.value.table.th.backgroundColor,
|
|
56161
56161
|
color: M.value.table.th.color,
|
|
@@ -56168,25 +56168,25 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
56168
56168
|
},
|
|
56169
56169
|
breakpoint: M.value.table.responsiveBreakpoint
|
|
56170
56170
|
}, Pt = [M.value.table.columnNames.period].concat(ve.value.map((St) => St.name)).concat(M.value.table.columnNames.total);
|
|
56171
|
-
return { head: Te, body: Ze.slice(0, Ce.value.end - Ce.value.start), config:
|
|
56171
|
+
return { head: Te, body: Ze.slice(0, Ce.value.end - Ce.value.start), config: dt, colNames: Pt };
|
|
56172
56172
|
}), Yt = ae(() => {
|
|
56173
56173
|
if (ve.value.length === 0)
|
|
56174
56174
|
return { head: [], body: [], config: {}, columnNames: [] };
|
|
56175
|
-
const Te = ve.value.map((
|
|
56176
|
-
label:
|
|
56177
|
-
color:
|
|
56178
|
-
type:
|
|
56175
|
+
const Te = ve.value.map((dt) => ({
|
|
56176
|
+
label: dt.name,
|
|
56177
|
+
color: dt.color,
|
|
56178
|
+
type: dt.type
|
|
56179
56179
|
})), Ze = [];
|
|
56180
|
-
for (let
|
|
56181
|
-
const Pt = [M.value.style.chart.grid.y.timeLabels.values[
|
|
56180
|
+
for (let dt = Ce.value.start; dt < Ce.value.end; dt += 1) {
|
|
56181
|
+
const Pt = [M.value.style.chart.grid.y.timeLabels.values[dt] || dt + 1];
|
|
56182
56182
|
ve.value.forEach((St) => {
|
|
56183
|
-
Pt.push(Number((St.series[
|
|
56183
|
+
Pt.push(Number((St.series[dt] || 0).toFixed(M.value.table.rounding)));
|
|
56184
56184
|
}), Ze.push(Pt);
|
|
56185
56185
|
}
|
|
56186
56186
|
return { head: Te, body: Ze };
|
|
56187
56187
|
});
|
|
56188
56188
|
function Dt() {
|
|
56189
|
-
const Te = [[M.value.style.chart.title.text], [M.value.style.chart.title.subtitle.text], [""]], Ze = ["", ...Yt.value.head.map((xt) => xt.label)],
|
|
56189
|
+
const Te = [[M.value.style.chart.title.text], [M.value.style.chart.title.subtitle.text], [""]], Ze = ["", ...Yt.value.head.map((xt) => xt.label)], dt = Yt.value.body, Pt = Te.concat([Ze]).concat(dt), St = kl(Pt);
|
|
56190
56190
|
wl({ csvContent: St, title: M.value.style.chart.title.text || "vue-ui-xy-canvas" });
|
|
56191
56191
|
}
|
|
56192
56192
|
function bo() {
|
|
@@ -56320,8 +56320,8 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
56320
56320
|
} : void 0,
|
|
56321
56321
|
Te.$slots.optionFullscreen ? {
|
|
56322
56322
|
name: "optionFullscreen",
|
|
56323
|
-
fn: Me(({ toggleFullscreen:
|
|
56324
|
-
Se(Te.$slots, "optionFullscreen", rt(
|
|
56323
|
+
fn: Me(({ toggleFullscreen: dt, isFullscreen: Pt }) => [
|
|
56324
|
+
Se(Te.$slots, "optionFullscreen", rt(At({ toggleFullscreen: dt, isFullscreen: Pt })), void 0, !0)
|
|
56325
56325
|
]),
|
|
56326
56326
|
key: "7"
|
|
56327
56327
|
} : void 0
|
|
@@ -56337,7 +56337,7 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
56337
56337
|
ref_key: "canvas",
|
|
56338
56338
|
ref: i,
|
|
56339
56339
|
style: { width: "100%", height: "100%" },
|
|
56340
|
-
onMousemove: Ze[0] || (Ze[0] = (
|
|
56340
|
+
onMousemove: Ze[0] || (Ze[0] = (dt) => pe(dt)),
|
|
56341
56341
|
onMouseleave: fe
|
|
56342
56342
|
}, null, 544)) : (c(), je(Jt, {
|
|
56343
56343
|
key: 1,
|
|
@@ -56370,10 +56370,10 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
56370
56370
|
isCustom: R(dl)(M.value.style.chart.tooltip.customFormat)
|
|
56371
56371
|
}, {
|
|
56372
56372
|
"tooltip-before": Me(() => [
|
|
56373
|
-
Se(Te.$slots, "tooltip-before", rt(
|
|
56373
|
+
Se(Te.$slots, "tooltip-before", rt(At({ ...m.value })), void 0, !0)
|
|
56374
56374
|
]),
|
|
56375
56375
|
"tooltip-after": Me(() => [
|
|
56376
|
-
Se(Te.$slots, "tooltip-after", rt(
|
|
56376
|
+
Se(Te.$slots, "tooltip-after", rt(At({ ...m.value })), void 0, !0)
|
|
56377
56377
|
]),
|
|
56378
56378
|
_: 3
|
|
56379
56379
|
}, 8, ["show", "backgroundColor", "color", "fontSize", "borderRadius", "borderColor", "borderWidth", "parent", "content", "isCustom"])
|
|
@@ -56400,13 +56400,13 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
56400
56400
|
valueStart: Ce.value.start,
|
|
56401
56401
|
valueEnd: Ce.value.end,
|
|
56402
56402
|
start: Ce.value.start,
|
|
56403
|
-
"onUpdate:start": Ze[1] || (Ze[1] = (
|
|
56403
|
+
"onUpdate:start": Ze[1] || (Ze[1] = (dt) => Ce.value.start = dt),
|
|
56404
56404
|
end: Ce.value.end,
|
|
56405
|
-
"onUpdate:end": Ze[2] || (Ze[2] = (
|
|
56405
|
+
"onUpdate:end": Ze[2] || (Ze[2] = (dt) => Ce.value.end = dt),
|
|
56406
56406
|
onReset: ne
|
|
56407
56407
|
}, {
|
|
56408
|
-
"reset-action": Me(({ reset:
|
|
56409
|
-
Se(Te.$slots, "reset-action", rt(
|
|
56408
|
+
"reset-action": Me(({ reset: dt }) => [
|
|
56409
|
+
Se(Te.$slots, "reset-action", rt(At({ reset: dt })), void 0, !0)
|
|
56410
56410
|
]),
|
|
56411
56411
|
_: 3
|
|
56412
56412
|
}, 8, ["background", "borderColor", "fontSize", "useResetSlot", "labelLeft", "labelRight", "textColor", "inputColor", "selectColor", "max", "valueStart", "valueEnd", "start", "end"])) : I("", !0)
|
|
@@ -56419,13 +56419,13 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
56419
56419
|
key: 0,
|
|
56420
56420
|
legendSet: qe.value,
|
|
56421
56421
|
config: vt.value,
|
|
56422
|
-
onClickMarker: Ze[3] || (Ze[3] = ({ i:
|
|
56422
|
+
onClickMarker: Ze[3] || (Ze[3] = ({ i: dt }) => Xe(dt))
|
|
56423
56423
|
}, {
|
|
56424
|
-
item: Me(({ legend:
|
|
56424
|
+
item: Me(({ legend: dt, index: Pt }) => [
|
|
56425
56425
|
p("div", {
|
|
56426
|
-
onClick: (St) =>
|
|
56426
|
+
onClick: (St) => dt.segregate(),
|
|
56427
56427
|
style: K(`opacity:${n.value.includes(Pt) ? 0.5 : 1}`)
|
|
56428
|
-
}, le(
|
|
56428
|
+
}, le(dt.name), 13, Zq)
|
|
56429
56429
|
]),
|
|
56430
56430
|
_: 1
|
|
56431
56431
|
}, 8, ["legendSet", "config"])) : Se(Te.$slots, "legend", {
|
|
@@ -56456,13 +56456,13 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
56456
56456
|
body: et.value.body,
|
|
56457
56457
|
config: et.value.config,
|
|
56458
56458
|
title: `${M.value.style.chart.title.text}${M.value.style.chart.title.subtitle.text ? ` : ${M.value.style.chart.title.subtitle.text}` : ""}`,
|
|
56459
|
-
onClose: Ze[4] || (Ze[4] = (
|
|
56459
|
+
onClose: Ze[4] || (Ze[4] = (dt) => q.value.showTable = !1)
|
|
56460
56460
|
}, {
|
|
56461
|
-
th: Me(({ th:
|
|
56462
|
-
p("div", { innerHTML:
|
|
56461
|
+
th: Me(({ th: dt }) => [
|
|
56462
|
+
p("div", { innerHTML: dt }, null, 8, eY)
|
|
56463
56463
|
]),
|
|
56464
|
-
td: Me(({ td:
|
|
56465
|
-
kt(le(
|
|
56464
|
+
td: Me(({ td: dt }) => [
|
|
56465
|
+
kt(le(dt), 1)
|
|
56466
56466
|
]),
|
|
56467
56467
|
_: 1
|
|
56468
56468
|
}, 8, ["colNames", "head", "body", "config", "title"])
|
|
@@ -56471,7 +56471,7 @@ const Jq = ["id"], Zq = ["onClick"], eY = ["innerHTML"], tY = {
|
|
|
56471
56471
|
}, 8, ["config"])) : I("", !0)
|
|
56472
56472
|
], 14, Jq));
|
|
56473
56473
|
}
|
|
56474
|
-
}, lY = /* @__PURE__ */ Ut(tY, [["__scopeId", "data-v-
|
|
56474
|
+
}, lY = /* @__PURE__ */ Ut(tY, [["__scopeId", "data-v-a2495d17"]]), oY = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
56475
56475
|
__proto__: null,
|
|
56476
56476
|
default: lY
|
|
56477
56477
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -56494,7 +56494,7 @@ const aY = ["id"], rY = ["xmlns", "viewBox"], sY = ["id"], nY = ["stop-color"],
|
|
|
56494
56494
|
setup(e, { expose: t }) {
|
|
56495
56495
|
const o = e, { vue_ui_flow: r } = $t(), a = ae(() => !!o.dataset && o.dataset.length);
|
|
56496
56496
|
Et(() => {
|
|
56497
|
-
Vt(o.dataset) &&
|
|
56497
|
+
Vt(o.dataset) && ut({
|
|
56498
56498
|
componentName: "VueUiFlow",
|
|
56499
56499
|
type: "dataset"
|
|
56500
56500
|
});
|
|
@@ -56793,13 +56793,13 @@ const aY = ["id"], rY = ["xmlns", "viewBox"], sY = ["id"], nY = ["stop-color"],
|
|
|
56793
56793
|
w.$slots.optionFullscreen ? {
|
|
56794
56794
|
name: "optionFullscreen",
|
|
56795
56795
|
fn: Me(({ toggleFullscreen: F, isFullscreen: D }) => [
|
|
56796
|
-
Se(w.$slots, "optionFullscreen", rt(
|
|
56796
|
+
Se(w.$slots, "optionFullscreen", rt(At({ toggleFullscreen: F, isFullscreen: D })), void 0, !0)
|
|
56797
56797
|
]),
|
|
56798
56798
|
key: "4"
|
|
56799
56799
|
} : void 0
|
|
56800
56800
|
]), 1032, ["backgroundColor", "color", "isPrinting", "isImaging", "uid", "hasPdf", "hasXls", "hasImg", "hasTable", "hasFullscreen", "isFullscreen", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
56801
56801
|
(c(), v("svg", {
|
|
56802
|
-
xmlns: R(
|
|
56802
|
+
xmlns: R(it),
|
|
56803
56803
|
viewBox: `0 0 ${O.value.width} ${O.value.height}`,
|
|
56804
56804
|
class: Pe({ "vue-data-ui-fullscreen--on": h.value, "vue-data-ui-fulscreen--off": !h.value }),
|
|
56805
56805
|
style: K(`max-width:100%; overflow: visible; background:${A.value.style.chart.backgroundColor};color:${A.value.style.chart.color}`)
|
|
@@ -56963,7 +56963,7 @@ const yY = ["id"], pY = ["xmlns", "viewBox"], bY = { style: { "pointer-events":
|
|
|
56963
56963
|
} : V;
|
|
56964
56964
|
}), k = z(null);
|
|
56965
56965
|
Et(() => {
|
|
56966
|
-
if (Vt(r.dataset) ?
|
|
56966
|
+
if (Vt(r.dataset) ? ut({
|
|
56967
56967
|
componentName: "VueUiParallelCoordinatePlot",
|
|
56968
56968
|
type: "dataset"
|
|
56969
56969
|
}) : r.dataset.forEach((V, j) => {
|
|
@@ -56971,7 +56971,7 @@ const yY = ["id"], pY = ["xmlns", "viewBox"], bY = { style: { "pointer-events":
|
|
|
56971
56971
|
datasetObject: V,
|
|
56972
56972
|
requiredAttributes: ["name", "series"]
|
|
56973
56973
|
}).forEach((Be) => {
|
|
56974
|
-
l.value = !1,
|
|
56974
|
+
l.value = !1, ut({
|
|
56975
56975
|
componentName: "VueUiParallelCoordinatePlot",
|
|
56976
56976
|
type: "datasetSerieAttribute",
|
|
56977
56977
|
property: Be,
|
|
@@ -57317,14 +57317,14 @@ const yY = ["id"], pY = ["xmlns", "viewBox"], bY = { style: { "pointer-events":
|
|
|
57317
57317
|
V.$slots.optionFullscreen ? {
|
|
57318
57318
|
name: "optionFullscreen",
|
|
57319
57319
|
fn: Me(({ toggleFullscreen: Be, isFullscreen: E }) => [
|
|
57320
|
-
Se(V.$slots, "optionFullscreen", rt(
|
|
57320
|
+
Se(V.$slots, "optionFullscreen", rt(At({ toggleFullscreen: Be, isFullscreen: E })), void 0, !0)
|
|
57321
57321
|
]),
|
|
57322
57322
|
key: "5"
|
|
57323
57323
|
} : void 0
|
|
57324
57324
|
]), 1032, ["backgroundColor", "color", "isPrinting", "isImaging", "uid", "hasTooltip", "hasPdf", "hasXls", "hasImg", "hasTable", "hasLabel", "hasFullscreen", "isFullscreen", "isTooltip", "titles", "chartElement", "onGeneratePdf", "onGenerateImage"])) : I("", !0),
|
|
57325
57325
|
l.value ? (c(), v("svg", {
|
|
57326
57326
|
key: 2,
|
|
57327
|
-
xmlns: R(
|
|
57327
|
+
xmlns: R(it),
|
|
57328
57328
|
class: Pe({ "vue-data-ui-fullscreen--on": b.value, "vue-data-ui-fulscreen--off": !b.value }),
|
|
57329
57329
|
viewBox: `0 0 ${Q.value.chartWidth <= 0 ? 10 : Q.value.chartWidth} ${Q.value.chartHeight <= 0 ? 10 : Q.value.chartHeight}`,
|
|
57330
57330
|
style: K(`max-width:100%; overflow: visible; background:${u.value.style.chart.backgroundColor};color:${u.value.style.chart.color}`)
|
|
@@ -57508,10 +57508,10 @@ const yY = ["id"], pY = ["xmlns", "viewBox"], bY = { style: { "pointer-events":
|
|
|
57508
57508
|
isCustom: R(dl)(u.value.style.chart.tooltip.customFormat)
|
|
57509
57509
|
}, {
|
|
57510
57510
|
"tooltip-before": Me(() => [
|
|
57511
|
-
Se(V.$slots, "tooltip-before", rt(
|
|
57511
|
+
Se(V.$slots, "tooltip-before", rt(At({ ...W.value })), void 0, !0)
|
|
57512
57512
|
]),
|
|
57513
57513
|
"tooltip-after": Me(() => [
|
|
57514
|
-
Se(V.$slots, "tooltip-after", rt(
|
|
57514
|
+
Se(V.$slots, "tooltip-after", rt(At({ ...W.value })), void 0, !0)
|
|
57515
57515
|
]),
|
|
57516
57516
|
_: 3
|
|
57517
57517
|
}, 8, ["show", "backgroundColor", "color", "fontSize", "borderRadius", "borderColor", "borderWidth", "parent", "content", "isCustom"]),
|
|
@@ -57749,7 +57749,7 @@ const EY = ["xmlns", "viewBox"], TY = { key: 0 }, OY = ["id"], PY = ["stop-color
|
|
|
57749
57749
|
}, null, 8, ["config"])
|
|
57750
57750
|
], 4)) : I("", !0),
|
|
57751
57751
|
(c(), v("svg", {
|
|
57752
|
-
xmlns: R(
|
|
57752
|
+
xmlns: R(it),
|
|
57753
57753
|
viewBox: `0 0 ${B.value.width <= 0 ? 10 : B.value.width} ${B.value.height <= 0 ? 10 : B.value.height}`,
|
|
57754
57754
|
style: K({
|
|
57755
57755
|
maxWidth: "100%",
|
|
@@ -57812,7 +57812,7 @@ const EY = ["xmlns", "viewBox"], TY = { key: 0 }, OY = ["id"], PY = ["stop-color
|
|
|
57812
57812
|
width: "0.1",
|
|
57813
57813
|
style: { overflow: "visible" }
|
|
57814
57814
|
}, [
|
|
57815
|
-
Se(Z.$slots, "time", rt(
|
|
57815
|
+
Se(Z.$slots, "time", rt(At({ ...u.value })), void 0, !0)
|
|
57816
57816
|
], 8, VY)) : (c(), v("text", {
|
|
57817
57817
|
key: 4,
|
|
57818
57818
|
x: B.value.width / 2,
|
|
@@ -57906,7 +57906,7 @@ const EY = ["xmlns", "viewBox"], TY = { key: 0 }, OY = ["id"], PY = ["stop-color
|
|
|
57906
57906
|
}, null, 8, ["stroke"])
|
|
57907
57907
|
], 12, JY)) : I("", !0)
|
|
57908
57908
|
])),
|
|
57909
|
-
Se(Z.$slots, "controls", rt(
|
|
57909
|
+
Se(Z.$slots, "controls", rt(At({
|
|
57910
57910
|
start: _,
|
|
57911
57911
|
pause: Q,
|
|
57912
57912
|
reset: T,
|
|
@@ -57917,7 +57917,7 @@ const EY = ["xmlns", "viewBox"], TY = { key: 0 }, OY = ["id"], PY = ["stop-color
|
|
|
57917
57917
|
isPaused: y.value,
|
|
57918
57918
|
...u.value
|
|
57919
57919
|
})), void 0, !0),
|
|
57920
|
-
Se(Z.$slots, "laps", rt(
|
|
57920
|
+
Se(Z.$slots, "laps", rt(At({
|
|
57921
57921
|
laps: J.value,
|
|
57922
57922
|
lap: $,
|
|
57923
57923
|
isRunning: n.value,
|
|
@@ -57980,8 +57980,8 @@ export {
|
|
|
57980
57980
|
AM as k,
|
|
57981
57981
|
x1 as l,
|
|
57982
57982
|
jM as m,
|
|
57983
|
-
|
|
57984
|
-
|
|
57983
|
+
W7 as n,
|
|
57984
|
+
BU as o,
|
|
57985
57985
|
tQ as p,
|
|
57986
57986
|
F1 as q,
|
|
57987
57987
|
pQ as r,
|