vue-data-ui 1.5.2 → 1.5.3

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.
@@ -12820,7 +12820,7 @@ function(e) {
12820
12820
  */
12821
12821
  function(e) {
12822
12822
  function t() {
12823
- return (kt.canvg ? Promise.resolve(kt.canvg) : import("./index.es-3fda853c.js")).catch(function(r) {
12823
+ return (kt.canvg ? Promise.resolve(kt.canvg) : import("./index.es-47440a37.js")).catch(function(r) {
12824
12824
  return Promise.reject(new Error("Could not load canvg: " + r));
12825
12825
  }).then(function(r) {
12826
12826
  return r.default ? r.default : r;
@@ -32369,19 +32369,19 @@ const CA = (e, t) => {
32369
32369
  mounted() {
32370
32370
  const e = document.getElementById("yAxisLabel");
32371
32371
  if (e) {
32372
- const h = e.getBBox().height / 2 + this.chartConfig.chart.padding.left / 5, g = this.chartConfig.chart.height / 2;
32373
- e.setAttributeNS(null, "transform", `rotate(-90, ${h}, ${g})`), e.setAttributeNS(null, "x", h), e.setAttributeNS(null, "y", g), e.setAttributeNS(null, "font-size", this.chartConfig.chart.grid.labels.axis.fontSize);
32374
- }
32375
- this.chartConfig.showWarnings && this.dataset.forEach((l) => {
32376
- l.series.forEach((h, g) => {
32377
- this.isSafeValue(h) || console.warn(`SmartXY has detected an unsafe value in your dataset:
32378
- -----> The serie '${l.name}' contains the value '${h}' at index ${g}.
32379
- '${h}' was converted to null to allow the chart to display.`);
32372
+ const r = e.getBBox().height / 2 + this.chartConfig.chart.padding.left / 5, A = this.chartConfig.chart.height / 2;
32373
+ e.setAttributeNS(null, "transform", `rotate(-90, ${r}, ${A})`), e.setAttributeNS(null, "x", r), e.setAttributeNS(null, "y", A), e.setAttributeNS(null, "font-size", this.chartConfig.chart.grid.labels.axis.fontSize);
32374
+ }
32375
+ if (this.chartConfig.showWarnings && this.dataset.forEach((t) => {
32376
+ t.series.forEach((r, A) => {
32377
+ this.isSafeValue(r) || console.warn(`SmartXY has detected an unsafe value in your dataset:
32378
+ -----> The serie '${t.name}' contains the value '${r}' at index ${A}.
32379
+ '${r}' was converted to null to allow the chart to display.`);
32380
32380
  });
32381
- }), document.addEventListener("mousemove", (l) => {
32381
+ }), document.addEventListener("mousemove", (t) => {
32382
32382
  this.clientPosition = {
32383
- x: l.clientX,
32384
- y: l.clientY
32383
+ x: t.clientX,
32384
+ y: t.clientY
32385
32385
  };
32386
32386
  }), this.mutableConfig = {
32387
32387
  dataLabels: {
@@ -32390,23 +32390,22 @@ const CA = (e, t) => {
32390
32390
  titleInside: !this.chartConfig.chart.title.useDiv,
32391
32391
  legendInside: !this.chartConfig.chart.legend.useDiv,
32392
32392
  showTable: this.chartConfig.showTable === !0
32393
- };
32394
- const t = document.getElementById(`start_${this.uniqueId}`), r = document.getElementById(`end_${this.uniqueId}`);
32395
- let A = 0;
32396
- const a = document.getElementById(`vue-ui-slider-track_${this.uniqueId}`);
32397
- t.addEventListener("input", n), r.addEventListener("input", i);
32398
- function n() {
32399
- parseInt(r.value) - parseInt(t.value) <= A && (t.value = parseInt(r.value) - A), s();
32400
- }
32401
- function i() {
32402
- parseInt(r.value) - parseInt(t.value) <= A && (r.value = parseInt(t.value) + A), s();
32403
- }
32404
- const o = this.dataset;
32405
- function s() {
32406
- let l = t.value / Math.max(...o.map((g) => g.series.length)) * 100, h = r.value / Math.max(...o.map((g) => g.series.length)) * 100;
32407
- a.style.background = `linear-gradient(to right, #dadae5 ${l}% , #858585 ${l}% , #858585 ${h}%, #dadae5 ${h}%)`;
32393
+ }, this.chartConfig.chart.zoom.show) {
32394
+ let n = function() {
32395
+ parseInt(r.value) - parseInt(t.value) <= A && (t.value = parseInt(r.value) - A), s();
32396
+ }, i = function() {
32397
+ parseInt(r.value) - parseInt(t.value) <= A && (r.value = parseInt(t.value) + A), s();
32398
+ }, s = function() {
32399
+ let l = t.value / Math.max(...o.map((g) => g.series.length)) * 100, h = r.value / Math.max(...o.map((g) => g.series.length)) * 100;
32400
+ a.style.background = `linear-gradient(to right, #dadae5 ${l}% , #858585 ${l}% , #858585 ${h}%, #dadae5 ${h}%)`;
32401
+ };
32402
+ const t = document.getElementById(`start_${this.uniqueId}`), r = document.getElementById(`end_${this.uniqueId}`);
32403
+ let A = 0;
32404
+ const a = document.getElementById(`vue-ui-slider-track_${this.uniqueId}`);
32405
+ t.addEventListener("input", n), r.addEventListener("input", i);
32406
+ const o = this.dataset;
32407
+ n(), i();
32408
32408
  }
32409
- n(), i();
32410
32409
  },
32411
32410
  methods: {
32412
32411
  // lib
@@ -32504,7 +32503,7 @@ const CA = (e, t) => {
32504
32503
  this.makeXls(A, this.chartConfig.chart.title.text || "vue-ui-xy");
32505
32504
  }
32506
32505
  }
32507
- }, tS = (e) => (Ic("data-v-aa6b1fa4"), e = e(), Nc(), e), rS = ["id"], AS = { class: "vue-ui-xy-user-option-item" }, aS = ["id", "name"], nS = ["for"], iS = { class: "vue-ui-xy-user-option-item" }, oS = ["id", "name"], lS = ["for"], sS = { class: "vue-ui-xy-user-option-item" }, uS = ["id", "name"], cS = ["for"], hS = { class: "vue-ui-xy-user-option-item" }, fS = ["id", "name"], dS = ["for"], gS = ["disabled"], vS = ["stroke"], pS = /* @__PURE__ */ ea('<path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-aa6b1fa4></path><path d="M18 16v.01" data-v-aa6b1fa4></path><path d="M6 16v.01" data-v-aa6b1fa4></path><path d="M12 5v.01" data-v-aa6b1fa4></path><path d="M12 12v.01" data-v-aa6b1fa4></path><path d="M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" data-v-aa6b1fa4></path>', 6), yS = [
32506
+ }, tS = (e) => (Ic("data-v-d6f72d7d"), e = e(), Nc(), e), rS = ["id"], AS = { class: "vue-ui-xy-user-option-item" }, aS = ["id", "name"], nS = ["for"], iS = { class: "vue-ui-xy-user-option-item" }, oS = ["id", "name"], lS = ["for"], sS = { class: "vue-ui-xy-user-option-item" }, uS = ["id", "name"], cS = ["for"], hS = { class: "vue-ui-xy-user-option-item" }, fS = ["id", "name"], dS = ["for"], gS = ["disabled"], vS = ["stroke"], pS = /* @__PURE__ */ ea('<path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-d6f72d7d></path><path d="M18 16v.01" data-v-d6f72d7d></path><path d="M6 16v.01" data-v-d6f72d7d></path><path d="M12 5v.01" data-v-d6f72d7d></path><path d="M12 12v.01" data-v-d6f72d7d></path><path d="M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" data-v-d6f72d7d></path>', 6), yS = [
32508
32507
  pS
32509
32508
  ], wS = { key: 1 }, xS = ["viewBox"], mS = { key: 0 }, bS = { class: "vue-ui-xy-grid" }, BS = ["stroke", "x1", "x2", "y1", "y2"], CS = ["stroke", "x1", "x2", "y1", "y2"], _S = { key: 0 }, FS = ["x1", "x2", "y1", "y2", "stroke"], kS = ["id"], ES = ["stop-color"], SS = ["stop-color"], LS = ["stop-color"], US = ["id"], TS = ["stop-color"], QS = ["stop-color"], IS = ["stop-color"], NS = ["id"], DS = ["stop-color"], MS = ["stop-color"], OS = ["id"], PS = ["stop-color"], HS = ["stop-color"], RS = ["x", "y", "height", "width", "fill"], $S = { key: 0 }, KS = ["id"], zS = ["fill"], VS = ["x1", "x2", "y1", "y2", "stroke", "marker-end"], GS = ["x", "y", "font-size", "fill"], jS = ["cx", "cy", "r", "fill", "stroke"], WS = { key: 0 }, XS = ["id"], qS = ["fill"], YS = ["x1", "x2", "y1", "y2", "stroke", "marker-end"], JS = ["x", "y", "font-size", "fill"], ZS = ["x1", "x2", "y1", "y2", "stroke", "stroke-width", "stroke-dasharray"], e8 = ["cx", "cy", "r", "fill", "stroke"], t8 = { key: 0 }, r8 = ["id"], A8 = ["fill"], a8 = ["x1", "x2", "y1", "y2", "stroke", "marker-end"], n8 = ["x", "y", "font-size", "fill"], i8 = { key: 0 }, o8 = ["x", "y", "font-size", "fill"], l8 = { key: 1 }, s8 = ["x", "y", "font-size", "fill"], u8 = ["x", "y"], c8 = ["x", "y"], h8 = { key: 2 }, f8 = ["x", "y", "font-size", "fill"], d8 = ["x", "y"], g8 = ["x", "y"], v8 = { key: 3 }, p8 = ["x1", "x2", "y1", "y2", "stroke"], y8 = ["x", "y", "font-size", "fill"], w8 = ["font-size", "fill"], x8 = ["x", "y", "font-size", "fill"], m8 = { key: 4 }, b8 = {
32510
32509
  x: "0",
@@ -33319,7 +33318,7 @@ function Z8(e, t, r, A, a, n) {
33319
33318
  ], 2)) : ne("", !0)
33320
33319
  ], 12, rS);
33321
33320
  }
33322
- const bK = /* @__PURE__ */ CA(eS, [["render", Z8], ["__scopeId", "data-v-aa6b1fa4"]]);
33321
+ const bK = /* @__PURE__ */ CA(eS, [["render", Z8], ["__scopeId", "data-v-d6f72d7d"]]);
33323
33322
  const eL = {
33324
33323
  name: "vue-ui-table",
33325
33324
  props: {
@@ -36180,9 +36179,9 @@ const AI = ["id"], aI = { class: "vue-ui-radar-user-option-item" }, nI = ["id",
36180
36179
  ], 12, AI));
36181
36180
  }
36182
36181
  }, FK = /* @__PURE__ */ CA(GI, [["__scopeId", "data-v-666ccf55"]]);
36183
- const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id", "name"], qI = ["for"], YI = { class: "vue-ui-quadrant-user-option-item" }, JI = ["id", "name"], ZI = ["for"], eN = { class: "vue-ui-quadrant-user-option-item" }, tN = ["id", "name"], rN = ["for"], AN = ["disabled"], aN = ["stroke"], nN = /* @__PURE__ */ ea('<path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-38ab32ad></path><path d="M18 16v.01" data-v-38ab32ad></path><path d="M6 16v.01" data-v-38ab32ad></path><path d="M12 5v.01" data-v-38ab32ad></path><path d="M12 12v.01" data-v-38ab32ad></path><path d="M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" data-v-38ab32ad></path>', 6), iN = [
36184
- nN
36185
- ], oN = { key: 1 }, lN = ["viewBox"], sN = ["id"], uN = ["stop-color"], cN = ["stop-color"], hN = { key: 0 }, fN = ["font-size", "fill", "x", "y"], dN = ["font-size", "fill", "x", "y"], gN = { key: 1 }, vN = ["fill", "x", "y", "height", "width", "stroke-width", "stroke", "rx"], pN = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], yN = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], wN = { key: 2 }, xN = ["points", "fill"], mN = ["points", "fill"], bN = ["points", "fill"], BN = ["points", "fill"], CN = { key: 3 }, _N = ["y", "fill", "font-size"], FN = ["x", "y", "fill", "font-size"], kN = ["x", "y", "fill", "font-size"], EN = ["y", "fill", "font-size"], SN = { key: 4 }, LN = ["x", "y", "font-size", "fill"], UN = ["x", "y", "font-size", "fill"], TN = ["x", "y", "font-size", "fill"], QN = ["font-size", "fill"], IN = ["font-size", "fill"], NN = ["font-size", "fill"], DN = { key: 5 }, MN = ["fill", "points"], ON = { key: 0 }, PN = ["cx", "cy", "r", "fill", "stroke", "stroke-width", "onMouseover", "onClick"], HN = { key: 1 }, RN = ["d", "fill", "stroke", "stroke-width", "onMouseover", "onClick"], $N = { key: 2 }, KN = ["d", "fill", "stroke", "stroke-width", "onMouseover", "onClick"], zN = { key: 3 }, VN = ["d", "fill", "stroke", "stroke-width", "onMouseover", "onClick"], GN = { key: 4 }, jN = ["d", "fill", "stroke", "stroke-width", "onMouseover", "onClick"], WN = { key: 5 }, XN = ["d", "fill", "stroke", "stroke-width", "onMouseover", "onClick"], qN = { key: 6 }, YN = ["points", "fill", "stroke", "stroke-width", "onMouseover", "onClick"], JN = { key: 6 }, ZN = ["x", "y", "font-size", "fill"], e7 = ["y"], t7 = ["onClick"], r7 = ["innerHTML"], A7 = ["onClick"], a7 = ["innerHTML"], n7 = ["innerHTML"], i7 = { key: 0 }, o7 = { key: 0 }, l7 = { style: { width: "100%" } }, s7 = {
36182
+ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id", "name"], qI = ["for"], YI = { class: "vue-ui-quadrant-user-option-item" }, JI = ["id", "name"], ZI = ["for"], e7 = { class: "vue-ui-quadrant-user-option-item" }, t7 = ["id", "name"], r7 = ["for"], A7 = ["disabled"], a7 = ["stroke"], n7 = /* @__PURE__ */ ea('<path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-38ab32ad></path><path d="M18 16v.01" data-v-38ab32ad></path><path d="M6 16v.01" data-v-38ab32ad></path><path d="M12 5v.01" data-v-38ab32ad></path><path d="M12 12v.01" data-v-38ab32ad></path><path d="M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" data-v-38ab32ad></path>', 6), i7 = [
36183
+ n7
36184
+ ], o7 = { key: 1 }, l7 = ["viewBox"], s7 = ["id"], u7 = ["stop-color"], c7 = ["stop-color"], h7 = { key: 0 }, f7 = ["font-size", "fill", "x", "y"], d7 = ["font-size", "fill", "x", "y"], g7 = { key: 1 }, v7 = ["fill", "x", "y", "height", "width", "stroke-width", "stroke", "rx"], p7 = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], y7 = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], w7 = { key: 2 }, x7 = ["points", "fill"], m7 = ["points", "fill"], b7 = ["points", "fill"], B7 = ["points", "fill"], C7 = { key: 3 }, _7 = ["y", "fill", "font-size"], F7 = ["x", "y", "fill", "font-size"], k7 = ["x", "y", "fill", "font-size"], E7 = ["y", "fill", "font-size"], S7 = { key: 4 }, L7 = ["x", "y", "font-size", "fill"], U7 = ["x", "y", "font-size", "fill"], T7 = ["x", "y", "font-size", "fill"], Q7 = ["font-size", "fill"], I7 = ["font-size", "fill"], N7 = ["font-size", "fill"], D7 = { key: 5 }, M7 = ["fill", "points"], O7 = { key: 0 }, P7 = ["cx", "cy", "r", "fill", "stroke", "stroke-width", "onMouseover", "onClick"], H7 = { key: 1 }, R7 = ["d", "fill", "stroke", "stroke-width", "onMouseover", "onClick"], $7 = { key: 2 }, K7 = ["d", "fill", "stroke", "stroke-width", "onMouseover", "onClick"], z7 = { key: 3 }, V7 = ["d", "fill", "stroke", "stroke-width", "onMouseover", "onClick"], G7 = { key: 4 }, j7 = ["d", "fill", "stroke", "stroke-width", "onMouseover", "onClick"], W7 = { key: 5 }, X7 = ["d", "fill", "stroke", "stroke-width", "onMouseover", "onClick"], q7 = { key: 6 }, Y7 = ["points", "fill", "stroke", "stroke-width", "onMouseover", "onClick"], J7 = { key: 6 }, Z7 = ["x", "y", "font-size", "fill"], eN = ["y"], tN = ["onClick"], rN = ["innerHTML"], AN = ["onClick"], aN = ["innerHTML"], nN = ["innerHTML"], iN = { key: 0 }, oN = { key: 0 }, lN = { style: { width: "100%" } }, sN = {
36186
36185
  __name: "vue-ui-quadrant",
36187
36186
  props: {
36188
36187
  config: {
@@ -36505,18 +36504,18 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36505
36504
  for: `vue-ui-quadrant-option-title_${a.value}`
36506
36505
  }, I(v.value.userOptions.labels.useDiv), 9, ZI)
36507
36506
  ]),
36508
- B("div", eN, [
36507
+ B("div", e7, [
36509
36508
  Rt(B("input", {
36510
36509
  type: "checkbox",
36511
36510
  id: `vue-ui-quadrant-option-table_${a.value}`,
36512
36511
  name: `vue-ui-quadrant-option-table_${a.value}`,
36513
36512
  "onUpdate:modelValue": _[2] || (_[2] = (w) => f.value.showTable = w)
36514
- }, null, 8, tN), [
36513
+ }, null, 8, t7), [
36515
36514
  [or, f.value.showTable]
36516
36515
  ]),
36517
36516
  B("label", {
36518
36517
  for: `vue-ui-quadrant-option-table_${a.value}`
36519
- }, I(v.value.userOptions.labels.showTable), 9, rN)
36518
+ }, I(v.value.userOptions.labels.showTable), 9, r7)
36520
36519
  ]),
36521
36520
  B("button", {
36522
36521
  class: "vue-ui-quadrant-button",
@@ -36536,8 +36535,8 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36536
36535
  fill: "none",
36537
36536
  "stroke-linecap": "round",
36538
36537
  "stroke-linejoin": "round"
36539
- }, iN, 8, aN)) : (m(), b("span", oN, "PDF"))
36540
- ], 12, AN),
36538
+ }, i7, 8, a7)) : (m(), b("span", o7, "PDF"))
36539
+ ], 12, A7),
36541
36540
  B("button", {
36542
36541
  class: "vue-ui-quadrant-button",
36543
36542
  onClick: ce,
@@ -36562,14 +36561,14 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36562
36561
  B("stop", {
36563
36562
  offset: "0%",
36564
36563
  "stop-color": `${Ze(mA)(w.color, 0.05)}${Ze(yt)[v.value.style.chart.layout.areas.opacity]}`
36565
- }, null, 8, uN),
36564
+ }, null, 8, u7),
36566
36565
  B("stop", {
36567
36566
  offset: "100%",
36568
36567
  "stop-color": w.color + Ze(yt)[v.value.style.chart.layout.areas.opacity]
36569
- }, null, 8, cN)
36570
- ], 8, sN))), 256))
36568
+ }, null, 8, c7)
36569
+ ], 8, s7))), 256))
36571
36570
  ]),
36572
- v.value.style.chart.title.text && f.value.inside && !i.value ? (m(), b("g", hN, [
36571
+ v.value.style.chart.title.text && f.value.inside && !i.value ? (m(), b("g", h7, [
36573
36572
  B("text", {
36574
36573
  "font-size": v.value.style.chart.title.fontSize,
36575
36574
  fill: v.value.style.chart.title.color,
@@ -36577,7 +36576,7 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36577
36576
  y: v.value.style.chart.title.fontSize + 6,
36578
36577
  "text-anchor": "middle",
36579
36578
  style: P(`font-weight:${v.value.style.chart.title.bold ? "bold" : ""}`)
36580
- }, I(v.value.style.chart.title.text), 13, fN),
36579
+ }, I(v.value.style.chart.title.text), 13, f7),
36581
36580
  v.value.style.chart.title.subtitle.text ? (m(), b("text", {
36582
36581
  key: 0,
36583
36582
  "font-size": v.value.style.chart.title.subtitle.fontSize,
@@ -36586,9 +36585,9 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36586
36585
  y: v.value.style.chart.title.fontSize * 2 + 6,
36587
36586
  "text-anchor": "middle",
36588
36587
  style: P(`font-weight:${v.value.style.chart.title.subtitle.bold ? "bold" : ""}`)
36589
- }, I(v.value.style.chart.title.subtitle.text), 13, dN)) : ne("", !0)
36588
+ }, I(v.value.style.chart.title.subtitle.text), 13, d7)) : ne("", !0)
36590
36589
  ])) : ne("", !0),
36591
- v.value.style.chart.layout.grid.graduations.show ? (m(), b("g", gN, [
36590
+ v.value.style.chart.layout.grid.graduations.show ? (m(), b("g", g7, [
36592
36591
  (m(!0), b(Be, null, Fe(k.value, (w) => (m(), b("rect", {
36593
36592
  fill: v.value.style.chart.layout.grid.graduations.fill ? `${v.value.style.chart.layout.grid.graduations.color}${w.opacity}` : "none",
36594
36593
  x: w.x,
@@ -36598,7 +36597,7 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36598
36597
  "stroke-width": v.value.style.chart.layout.grid.graduations.strokeWidth,
36599
36598
  stroke: v.value.style.chart.layout.grid.graduations.stroke,
36600
36599
  rx: v.value.style.chart.layout.grid.graduations.roundingForce
36601
- }, null, 8, vN))), 256))
36600
+ }, null, 8, v7))), 256))
36602
36601
  ])) : ne("", !0),
36603
36602
  B("line", {
36604
36603
  x1: p.value.left,
@@ -36607,7 +36606,7 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36607
36606
  y2: p.value.centerY,
36608
36607
  stroke: v.value.style.chart.layout.grid.stroke,
36609
36608
  "stroke-width": v.value.style.chart.layout.grid.strokeWidth
36610
- }, null, 8, pN),
36609
+ }, null, 8, p7),
36611
36610
  B("line", {
36612
36611
  x1: p.value.centerX,
36613
36612
  y1: p.value.top,
@@ -36615,30 +36614,30 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36615
36614
  y2: p.value.bottom,
36616
36615
  stroke: v.value.style.chart.layout.grid.stroke,
36617
36616
  "stroke-width": v.value.style.chart.layout.grid.strokeWidth
36618
- }, null, 8, yN),
36619
- v.value.style.chart.layout.grid.showArrows ? (m(), b("g", wN, [
36617
+ }, null, 8, y7),
36618
+ v.value.style.chart.layout.grid.showArrows ? (m(), b("g", w7, [
36620
36619
  B("polygon", {
36621
36620
  points: `${p.value.right - p.value.width * 0.02},${p.value.centerY - p.value.height * 9e-3} ${p.value.right},${p.value.centerY} ${p.value.right - p.value.width * 0.02},${p.value.centerY + p.value.height * 9e-3}`,
36622
36621
  fill: v.value.style.chart.layout.grid.stroke,
36623
36622
  stroke: "none"
36624
- }, null, 8, xN),
36623
+ }, null, 8, x7),
36625
36624
  B("polygon", {
36626
36625
  points: `${p.value.left + p.value.width * 0.02},${p.value.centerY - p.value.height * 9e-3} ${p.value.left},${p.value.centerY} ${p.value.left + p.value.width * 0.02},${p.value.centerY + p.value.height * 9e-3}`,
36627
36626
  fill: v.value.style.chart.layout.grid.stroke,
36628
36627
  stroke: "none"
36629
- }, null, 8, mN),
36628
+ }, null, 8, m7),
36630
36629
  B("polygon", {
36631
36630
  points: `${p.value.centerX - p.value.width * 0.013},${p.value.top + p.value.height * 0.015} ${p.value.centerX},${p.value.top} ${p.value.centerX + p.value.width * 0.013},${p.value.top + p.value.height * 0.015}`,
36632
36631
  fill: v.value.style.chart.layout.grid.stroke,
36633
36632
  stroke: "none"
36634
- }, null, 8, bN),
36633
+ }, null, 8, b7),
36635
36634
  B("polygon", {
36636
36635
  points: `${p.value.centerX - p.value.width * 0.013},${p.value.bottom - p.value.height * 0.015} ${p.value.centerX},${p.value.bottom} ${p.value.centerX + p.value.width * 0.013},${p.value.bottom - p.value.height * 0.015}`,
36637
36636
  fill: v.value.style.chart.layout.grid.stroke,
36638
36637
  stroke: "none"
36639
- }, null, 8, BN)
36638
+ }, null, 8, B7)
36640
36639
  ])) : ne("", !0),
36641
- v.value.style.chart.layout.labels.quadrantLabels.show ? (m(), b("g", CN, [
36640
+ v.value.style.chart.layout.labels.quadrantLabels.show ? (m(), b("g", C7, [
36642
36641
  v.value.style.chart.layout.labels.quadrantLabels.tl.text ? (m(), b("text", {
36643
36642
  key: 0,
36644
36643
  x: 0,
@@ -36648,7 +36647,7 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36648
36647
  "font-size": v.value.style.chart.layout.labels.quadrantLabels.tl.fontSize,
36649
36648
  style: P(`font-weight:${v.value.style.chart.layout.labels.quadrantLabels.tl.bold ? "bold" : ""}`),
36650
36649
  onClick: _[3] || (_[3] = (w) => ye("tl"))
36651
- }, I(v.value.style.chart.layout.labels.quadrantLabels.tl.text), 13, _N)) : ne("", !0),
36650
+ }, I(v.value.style.chart.layout.labels.quadrantLabels.tl.text), 13, _7)) : ne("", !0),
36652
36651
  v.value.style.chart.layout.labels.quadrantLabels.tr.text ? (m(), b("text", {
36653
36652
  key: 1,
36654
36653
  x: p.value.width,
@@ -36658,7 +36657,7 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36658
36657
  "font-size": v.value.style.chart.layout.labels.quadrantLabels.tr.fontSize,
36659
36658
  style: P(`font-weight:${v.value.style.chart.layout.labels.quadrantLabels.tr.bold ? "bold" : ""}`),
36660
36659
  onClick: _[4] || (_[4] = (w) => ye("tr"))
36661
- }, I(v.value.style.chart.layout.labels.quadrantLabels.tr.text), 13, FN)) : ne("", !0),
36660
+ }, I(v.value.style.chart.layout.labels.quadrantLabels.tr.text), 13, F7)) : ne("", !0),
36662
36661
  v.value.style.chart.layout.labels.quadrantLabels.br.text ? (m(), b("text", {
36663
36662
  key: 2,
36664
36663
  x: p.value.width,
@@ -36668,7 +36667,7 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36668
36667
  "font-size": v.value.style.chart.layout.labels.quadrantLabels.br.fontSize,
36669
36668
  style: P(`font-weight:${v.value.style.chart.layout.labels.quadrantLabels.br.bold ? "bold" : ""}`),
36670
36669
  onClick: _[5] || (_[5] = (w) => ye("br"))
36671
- }, I(v.value.style.chart.layout.labels.quadrantLabels.br.text), 13, kN)) : ne("", !0),
36670
+ }, I(v.value.style.chart.layout.labels.quadrantLabels.br.text), 13, k7)) : ne("", !0),
36672
36671
  v.value.style.chart.layout.labels.quadrantLabels.bl.text ? (m(), b("text", {
36673
36672
  key: 3,
36674
36673
  x: 0,
@@ -36678,60 +36677,60 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36678
36677
  "font-size": v.value.style.chart.layout.labels.quadrantLabels.bl.fontSize,
36679
36678
  style: P(`font-weight:${v.value.style.chart.layout.labels.quadrantLabels.bl.bold ? "bold" : ""}`),
36680
36679
  onClick: _[6] || (_[6] = (w) => ye("bl"))
36681
- }, I(v.value.style.chart.layout.labels.quadrantLabels.bl.text), 13, EN)) : ne("", !0)
36680
+ }, I(v.value.style.chart.layout.labels.quadrantLabels.bl.text), 13, E7)) : ne("", !0)
36682
36681
  ])) : ne("", !0),
36683
- v.value.style.chart.layout.labels.axisLabels.show ? (m(), b("g", SN, [
36682
+ v.value.style.chart.layout.labels.axisLabels.show ? (m(), b("g", S7, [
36684
36683
  B("text", {
36685
36684
  x: p.value.centerX,
36686
36685
  y: p.value.top - p.value.padding / 6,
36687
36686
  "text-anchor": "middle",
36688
36687
  "font-size": v.value.style.chart.layout.labels.axisLabels.fontSize,
36689
36688
  fill: v.value.style.chart.layout.labels.axisLabels.color.positive
36690
- }, I(S.value.y.max), 9, LN),
36689
+ }, I(S.value.y.max), 9, L7),
36691
36690
  B("text", {
36692
36691
  x: p.value.centerX,
36693
36692
  y: p.value.top - p.value.padding / 2,
36694
36693
  "text-anchor": "middle",
36695
36694
  "font-size": v.value.style.chart.layout.labels.axisLabels.fontSize,
36696
36695
  fill: v.value.style.chart.layout.labels.axisLabels.color.positive
36697
- }, I(v.value.style.chart.layout.grid.yAxis.name), 9, UN),
36696
+ }, I(v.value.style.chart.layout.grid.yAxis.name), 9, U7),
36698
36697
  B("text", {
36699
36698
  x: p.value.centerX,
36700
36699
  y: p.value.bottom + p.value.padding * 0.35,
36701
36700
  "text-anchor": "middle",
36702
36701
  "font-size": v.value.style.chart.layout.labels.axisLabels.fontSize,
36703
36702
  fill: v.value.style.chart.layout.labels.axisLabels.color.negative
36704
- }, I(S.value.y.min), 9, TN),
36703
+ }, I(S.value.y.min), 9, T7),
36705
36704
  B("text", {
36706
36705
  id: "xLabelMin",
36707
36706
  "text-anchor": "middle",
36708
36707
  "font-size": v.value.style.chart.layout.labels.axisLabels.fontSize,
36709
36708
  fill: v.value.style.chart.layout.labels.axisLabels.color.negative
36710
- }, I(S.value.x.min), 9, QN),
36709
+ }, I(S.value.x.min), 9, Q7),
36711
36710
  B("text", {
36712
36711
  id: "xLabelMax",
36713
36712
  "text-anchor": "middle",
36714
36713
  "font-size": v.value.style.chart.layout.labels.axisLabels.fontSize,
36715
36714
  fill: v.value.style.chart.layout.labels.axisLabels.color.positive
36716
- }, I(S.value.x.max), 9, IN),
36715
+ }, I(S.value.x.max), 9, I7),
36717
36716
  B("text", {
36718
36717
  id: "xLabelMaxName",
36719
36718
  "text-anchor": "middle",
36720
36719
  "font-size": v.value.style.chart.layout.labels.axisLabels.fontSize,
36721
36720
  fill: v.value.style.chart.layout.labels.axisLabels.color.positive
36722
- }, I(v.value.style.chart.layout.grid.xAxis.name), 9, NN)
36721
+ }, I(v.value.style.chart.layout.grid.xAxis.name), 9, N7)
36723
36722
  ])) : ne("", !0),
36724
- v.value.style.chart.layout.areas.show ? (m(), b("g", DN, [
36723
+ v.value.style.chart.layout.areas.show ? (m(), b("g", D7, [
36725
36724
  (m(!0), b(Be, null, Fe(O.value, (w, E) => (m(), b("g", null, [
36726
36725
  w.series.length > 2 ? (m(), b("polygon", {
36727
36726
  key: 0,
36728
36727
  fill: v.value.style.chart.layout.areas.useGradient ? `url(#quadrant_gradient_${a.value}_${E})` : `${w.color}${Ze(yt)[v.value.style.chart.layout.areas.opacity]}`,
36729
36728
  points: Ze(IE)(w)
36730
- }, null, 8, MN)) : ne("", !0)
36729
+ }, null, 8, M7)) : ne("", !0)
36731
36730
  ]))), 256))
36732
36731
  ])) : ne("", !0),
36733
36732
  (m(!0), b(Be, null, Fe(O.value, (w) => (m(), b("g", null, [
36734
- w.shape === "circle" ? (m(), b("g", ON, [
36733
+ w.shape === "circle" ? (m(), b("g", O7, [
36735
36734
  (m(!0), b(Be, null, Fe(w.series, (E) => (m(), b("circle", {
36736
36735
  cx: E.x,
36737
36736
  cy: E.y,
@@ -36742,9 +36741,9 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36742
36741
  onMouseover: (Q) => J(w, E),
36743
36742
  onMouseout: _[7] || (_[7] = (Q) => g.value = !1),
36744
36743
  onClick: (Q) => ge(w, E)
36745
- }, null, 40, PN))), 256))
36744
+ }, null, 40, P7))), 256))
36746
36745
  ])) : ne("", !0),
36747
- w.shape === "triangle" ? (m(), b("g", HN, [
36746
+ w.shape === "triangle" ? (m(), b("g", H7, [
36748
36747
  (m(!0), b(Be, null, Fe(w.series, (E) => (m(), b("path", {
36749
36748
  d: Ze(qa)({
36750
36749
  plot: { x: E.x, y: E.y },
@@ -36758,9 +36757,9 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36758
36757
  onMouseover: (Q) => J(w, E),
36759
36758
  onMouseout: _[8] || (_[8] = (Q) => g.value = !1),
36760
36759
  onClick: (Q) => ge(w, E)
36761
- }, null, 40, RN))), 256))
36760
+ }, null, 40, R7))), 256))
36762
36761
  ])) : ne("", !0),
36763
- w.shape === "square" ? (m(), b("g", $N, [
36762
+ w.shape === "square" ? (m(), b("g", $7, [
36764
36763
  (m(!0), b(Be, null, Fe(w.series, (E) => (m(), b("path", {
36765
36764
  d: Ze(qa)({
36766
36765
  plot: { x: E.x, y: E.y },
@@ -36774,9 +36773,9 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36774
36773
  onMouseover: (Q) => J(w, E),
36775
36774
  onMouseout: _[9] || (_[9] = (Q) => g.value = !1),
36776
36775
  onClick: (Q) => ge(w, E)
36777
- }, null, 40, KN))), 256))
36776
+ }, null, 40, K7))), 256))
36778
36777
  ])) : ne("", !0),
36779
- w.shape === "diamond" ? (m(), b("g", zN, [
36778
+ w.shape === "diamond" ? (m(), b("g", z7, [
36780
36779
  (m(!0), b(Be, null, Fe(w.series, (E) => (m(), b("path", {
36781
36780
  d: Ze(qa)({
36782
36781
  plot: { x: E.x, y: E.y },
@@ -36790,9 +36789,9 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36790
36789
  onMouseover: (Q) => J(w, E),
36791
36790
  onMouseout: _[10] || (_[10] = (Q) => g.value = !1),
36792
36791
  onClick: (Q) => ge(w, E)
36793
- }, null, 40, VN))), 256))
36792
+ }, null, 40, V7))), 256))
36794
36793
  ])) : ne("", !0),
36795
- w.shape === "pentagon" ? (m(), b("g", GN, [
36794
+ w.shape === "pentagon" ? (m(), b("g", G7, [
36796
36795
  (m(!0), b(Be, null, Fe(w.series, (E) => (m(), b("path", {
36797
36796
  d: Ze(qa)({
36798
36797
  plot: { x: E.x, y: E.y },
@@ -36806,9 +36805,9 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36806
36805
  onMouseover: (Q) => J(w, E),
36807
36806
  onMouseout: _[11] || (_[11] = (Q) => g.value = !1),
36808
36807
  onClick: (Q) => ge(w, E)
36809
- }, null, 40, jN))), 256))
36808
+ }, null, 40, j7))), 256))
36810
36809
  ])) : ne("", !0),
36811
- w.shape === "hexagon" ? (m(), b("g", WN, [
36810
+ w.shape === "hexagon" ? (m(), b("g", W7, [
36812
36811
  (m(!0), b(Be, null, Fe(w.series, (E) => (m(), b("path", {
36813
36812
  d: Ze(qa)({
36814
36813
  plot: { x: E.x, y: E.y },
@@ -36822,9 +36821,9 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36822
36821
  onMouseover: (Q) => J(w, E),
36823
36822
  onMouseout: _[12] || (_[12] = (Q) => g.value = !1),
36824
36823
  onClick: (Q) => ge(w, E)
36825
- }, null, 40, XN))), 256))
36824
+ }, null, 40, X7))), 256))
36826
36825
  ])) : ne("", !0),
36827
- w.shape === "star" ? (m(), b("g", qN, [
36826
+ w.shape === "star" ? (m(), b("g", q7, [
36828
36827
  (m(!0), b(Be, null, Fe(w.series, (E) => (m(), b("polygon", {
36829
36828
  points: Ze(Qc)({
36830
36829
  plot: { x: E.x, y: E.y },
@@ -36836,10 +36835,10 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36836
36835
  onMouseover: (Q) => J(w, E),
36837
36836
  onMouseout: _[13] || (_[13] = (Q) => g.value = !1),
36838
36837
  onClick: (Q) => ge(w, E)
36839
- }, null, 40, YN))), 256))
36838
+ }, null, 40, Y7))), 256))
36840
36839
  ])) : ne("", !0)
36841
36840
  ]))), 256)),
36842
- f.value.plotLabels.show ? (m(), b("g", JN, [
36841
+ f.value.plotLabels.show ? (m(), b("g", J7, [
36843
36842
  (m(!0), b(Be, null, Fe(O.value, (w) => (m(), b("g", null, [
36844
36843
  (m(!0), b(Be, null, Fe(w.series, (E) => (m(), b("text", {
36845
36844
  x: E.x,
@@ -36847,7 +36846,7 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36847
36846
  "text-anchor": "middle",
36848
36847
  "font-size": v.value.style.chart.layout.labels.plotLabels.fontSize,
36849
36848
  fill: v.value.style.chart.layout.labels.plotLabels.color
36850
- }, I(E.name), 9, ZN))), 256))
36849
+ }, I(E.name), 9, Z7))), 256))
36851
36850
  ]))), 256))
36852
36851
  ])) : ne("", !0),
36853
36852
  v.value.style.chart.legend.show && f.value.inside && !i.value ? (m(), b("foreignObject", {
@@ -36871,12 +36870,12 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36871
36870
  B("div", {
36872
36871
  innerHTML: w.shapePath,
36873
36872
  style: { display: "flex", "align-items": "center", "justify-content": "center" }
36874
- }, null, 8, r7),
36873
+ }, null, 8, rN),
36875
36874
  B("span", null, I(w.name), 1)
36876
- ], 12, t7))), 256))
36875
+ ], 12, tN))), 256))
36877
36876
  ], 4)
36878
- ], 8, e7)) : ne("", !0)
36879
- ], 12, lN)),
36877
+ ], 8, eN)) : ne("", !0)
36878
+ ], 12, l7)),
36880
36879
  v.value.style.chart.legend.show && (!f.value.inside || i.value) ? (m(), b("div", {
36881
36880
  key: 2,
36882
36881
  class: "vue-ui-quadrant-legend",
@@ -36891,9 +36890,9 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36891
36890
  B("div", {
36892
36891
  innerHTML: w.shapePath,
36893
36892
  style: { display: "flex", "align-items": "center", "justify-content": "center" }
36894
- }, null, 8, a7),
36893
+ }, null, 8, aN),
36895
36894
  B("span", null, I(w.name), 1)
36896
- ], 12, A7))), 256))
36895
+ ], 12, AN))), 256))
36897
36896
  ], 4)) : ne("", !0),
36898
36897
  v.value.style.chart.tooltip.show && g.value ? (m(), b("div", {
36899
36898
  key: 3,
@@ -36902,7 +36901,7 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36902
36901
  ref: s,
36903
36902
  style: P(`top:${u.value.top}px;left:${u.value.left}px;background:${v.value.style.chart.tooltip.backgroundColor};color:${v.value.style.chart.tooltip.color}`),
36904
36903
  innerHTML: d.value
36905
- }, null, 12, n7)) : ne("", !0),
36904
+ }, null, 12, nN)) : ne("", !0),
36906
36905
  f.value.showTable ? (m(), b("div", {
36907
36906
  key: 4,
36908
36907
  onClick: se,
@@ -36911,20 +36910,20 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36911
36910
  }, [
36912
36911
  B("table", null, [
36913
36912
  B("thead", null, [
36914
- v.value.style.chart.title.text ? (m(), b("tr", i7, [
36913
+ v.value.style.chart.title.text ? (m(), b("tr", iN, [
36915
36914
  B("th", {
36916
36915
  colspan: 5,
36917
36916
  style: P(`background:${v.value.table.th.backgroundColor};color:${v.value.table.th.color};outline:${v.value.table.th.outline}`)
36918
36917
  }, [
36919
36918
  B("span", null, I(v.value.style.chart.title.text), 1),
36920
- v.value.style.chart.title.subtitle.text ? (m(), b("span", o7, " : " + I(v.value.style.chart.title.subtitle.text), 1)) : ne("", !0)
36919
+ v.value.style.chart.title.subtitle.text ? (m(), b("span", oN, " : " + I(v.value.style.chart.title.subtitle.text), 1)) : ne("", !0)
36921
36920
  ], 4)
36922
36921
  ])) : ne("", !0),
36923
36922
  B("tr", null, [
36924
36923
  (m(!0), b(Be, null, Fe(ae.value.head, (w) => (m(), b("th", {
36925
36924
  style: P(`background:${v.value.table.th.backgroundColor};color:${v.value.table.th.color};outline:${v.value.table.th.outline}`)
36926
36925
  }, [
36927
- B("div", l7, I(w), 1)
36926
+ B("div", lN, I(w), 1)
36928
36927
  ], 4))), 256))
36929
36928
  ])
36930
36929
  ]),
@@ -36939,10 +36938,10 @@ const jI = ["id"], WI = { class: "vue-ui-quadrant-user-option-item" }, XI = ["id
36939
36938
  ], 4)) : ne("", !0)
36940
36939
  ], 12, jI));
36941
36940
  }
36942
- }, kK = /* @__PURE__ */ CA(s7, [["__scopeId", "data-v-38ab32ad"]]);
36943
- const u7 = ["id"], c7 = { class: "vue-ui-gauge-user-option-item" }, h7 = ["id", "name"], f7 = ["for"], d7 = ["disabled"], g7 = ["stroke"], v7 = /* @__PURE__ */ ea('<path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-77e98d1e></path><path d="M18 16v.01" data-v-77e98d1e></path><path d="M6 16v.01" data-v-77e98d1e></path><path d="M12 5v.01" data-v-77e98d1e></path><path d="M12 12v.01" data-v-77e98d1e></path><path d="M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" data-v-77e98d1e></path>', 6), p7 = [
36944
- v7
36945
- ], y7 = { key: 1 }, w7 = ["viewBox"], x7 = ["id"], m7 = ["stop-color"], b7 = ["stop-color"], B7 = ["stop-color"], C7 = { key: 0 }, _7 = ["font-size", "fill", "x", "y"], F7 = ["font-size", "fill", "x", "y"], k7 = ["font-size", "fill", "x", "y"], E7 = ["d", "stroke", "stroke-width"], S7 = { key: 1 }, L7 = ["cx", "cy", "fill"], U7 = ["cx", "cy", "r", "fill"], T7 = ["y", "width", "height", "fill"], Q7 = ["cx", "cy", "r", "fill", "stroke", "stroke-width"], I7 = ["cx", "cy", "r", "fill", "stroke", "stroke-width"], N7 = ["x", "y", "font-size", "font-weight", "fill"], D7 = ["x", "y", "font-size", "font-weight", "fill"], M7 = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], O7 = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], P7 = ["cx", "cy", "fill", "r", "stroke-width", "stroke"], H7 = ["x", "y", "font-size", "fill"], R7 = {
36941
+ }, kK = /* @__PURE__ */ CA(sN, [["__scopeId", "data-v-38ab32ad"]]);
36942
+ const uN = ["id"], cN = { class: "vue-ui-gauge-user-option-item" }, hN = ["id", "name"], fN = ["for"], dN = ["disabled"], gN = ["stroke"], vN = /* @__PURE__ */ ea('<path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-77e98d1e></path><path d="M18 16v.01" data-v-77e98d1e></path><path d="M6 16v.01" data-v-77e98d1e></path><path d="M12 5v.01" data-v-77e98d1e></path><path d="M12 12v.01" data-v-77e98d1e></path><path d="M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" data-v-77e98d1e></path>', 6), pN = [
36943
+ vN
36944
+ ], yN = { key: 1 }, wN = ["viewBox"], xN = ["id"], mN = ["stop-color"], bN = ["stop-color"], BN = ["stop-color"], CN = { key: 0 }, _N = ["font-size", "fill", "x", "y"], FN = ["font-size", "fill", "x", "y"], kN = ["font-size", "fill", "x", "y"], EN = ["d", "stroke", "stroke-width"], SN = { key: 1 }, LN = ["cx", "cy", "fill"], UN = ["cx", "cy", "r", "fill"], TN = ["y", "width", "height", "fill"], QN = ["cx", "cy", "r", "fill", "stroke", "stroke-width"], IN = ["cx", "cy", "r", "fill", "stroke", "stroke-width"], NN = ["x", "y", "font-size", "font-weight", "fill"], DN = ["x", "y", "font-size", "font-weight", "fill"], MN = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], ON = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], PN = ["cx", "cy", "fill", "r", "stroke-width", "stroke"], HN = ["x", "y", "font-size", "fill"], RN = {
36946
36945
  __name: "vue-ui-gauge",
36947
36946
  props: {
36948
36947
  config: {
@@ -37147,18 +37146,18 @@ const u7 = ["id"], c7 = { class: "vue-ui-gauge-user-option-item" }, h7 = ["id",
37147
37146
  class: "vue-ui-gauge-user-options-items",
37148
37147
  style: P(`background:${o.value.style.chart.backgroundColor};color:${o.value.style.chart.color}`)
37149
37148
  }, [
37150
- B("div", c7, [
37149
+ B("div", cN, [
37151
37150
  Rt(B("input", {
37152
37151
  type: "checkbox",
37153
37152
  id: `vue-ui-gauge-option-title_${r.value}`,
37154
37153
  name: `vue-ui-gauge-option-title_${r.value}`,
37155
37154
  "onUpdate:modelValue": O[0] || (O[0] = (N) => s.value.inside = N)
37156
- }, null, 8, h7), [
37155
+ }, null, 8, hN), [
37157
37156
  [or, s.value.inside]
37158
37157
  ]),
37159
37158
  B("label", {
37160
37159
  for: `vue-ui-gauge-option-title_${r.value}`
37161
- }, I(o.value.userOptions.labels.useDiv), 9, f7)
37160
+ }, I(o.value.userOptions.labels.useDiv), 9, fN)
37162
37161
  ]),
37163
37162
  B("button", {
37164
37163
  class: "vue-ui-gauge-button",
@@ -37178,8 +37177,8 @@ const u7 = ["id"], c7 = { class: "vue-ui-gauge-user-option-item" }, h7 = ["id",
37178
37177
  fill: "none",
37179
37178
  "stroke-linecap": "round",
37180
37179
  "stroke-linejoin": "round"
37181
- }, p7, 8, g7)) : (m(), b("span", y7, "PDF"))
37182
- ], 12, d7)
37180
+ }, pN, 8, gN)) : (m(), b("span", yN, "PDF"))
37181
+ ], 12, dN)
37183
37182
  ], 4)
37184
37183
  ], 4)) : ne("", !0),
37185
37184
  (m(), b("svg", {
@@ -37199,18 +37198,18 @@ const u7 = ["id"], c7 = { class: "vue-ui-gauge-user-option-item" }, h7 = ["id",
37199
37198
  B("stop", {
37200
37199
  offset: "0%",
37201
37200
  "stop-color": `#FFFFFF${Ze(yt)[1]}`
37202
- }, null, 8, m7),
37201
+ }, null, 8, mN),
37203
37202
  B("stop", {
37204
37203
  offset: "80%",
37205
37204
  "stop-color": `#FFFFFF${Ze(yt)[o.value.style.chart.layout.track.gradientIntensity]}`
37206
- }, null, 8, b7),
37205
+ }, null, 8, bN),
37207
37206
  B("stop", {
37208
37207
  offset: "100%",
37209
37208
  "stop-color": `#FFFFFF${Ze(yt)[1]}`
37210
- }, null, 8, B7)
37211
- ], 8, x7)
37209
+ }, null, 8, BN)
37210
+ ], 8, xN)
37212
37211
  ]),
37213
- o.value.style.chart.title.text && s.value.inside && !a.value ? (m(), b("g", C7, [
37212
+ o.value.style.chart.title.text && s.value.inside && !a.value ? (m(), b("g", CN, [
37214
37213
  B("text", {
37215
37214
  "font-size": o.value.style.chart.title.fontSize * 1.5,
37216
37215
  fill: o.value.style.chart.title.color,
@@ -37218,7 +37217,7 @@ const u7 = ["id"], c7 = { class: "vue-ui-gauge-user-option-item" }, h7 = ["id",
37218
37217
  y: o.value.style.chart.title.fontSize * 1.5 + 20,
37219
37218
  "text-anchor": "middle",
37220
37219
  style: P(`font-weight:${o.value.style.chart.title.bold ? "bold" : ""}`)
37221
- }, I(o.value.style.chart.title.text), 13, _7),
37220
+ }, I(o.value.style.chart.title.text), 13, _N),
37222
37221
  o.value.style.chart.title.subtitle.text ? (m(), b("text", {
37223
37222
  key: 0,
37224
37223
  "font-size": o.value.style.chart.title.subtitle.fontSize * 1.5,
@@ -37227,7 +37226,7 @@ const u7 = ["id"], c7 = { class: "vue-ui-gauge-user-option-item" }, h7 = ["id",
37227
37226
  y: o.value.style.chart.title.fontSize * 1.5 * 2 + 20,
37228
37227
  "text-anchor": "middle",
37229
37228
  style: P(`font-weight:${o.value.style.chart.title.subtitle.bold ? "bold" : ""}`)
37230
- }, I(o.value.style.chart.title.subtitle.text), 13, F7)) : ne("", !0),
37229
+ }, I(o.value.style.chart.title.subtitle.text), 13, FN)) : ne("", !0),
37231
37230
  isNaN(e.dataset.base) ? ne("", !0) : (m(), b("text", {
37232
37231
  key: 1,
37233
37232
  "font-size": o.value.style.chart.title.subtitle.fontSize * 1.5,
@@ -37236,7 +37235,7 @@ const u7 = ["id"], c7 = { class: "vue-ui-gauge-user-option-item" }, h7 = ["id",
37236
37235
  y: o.value.style.chart.title.subtitle.text ? o.value.style.chart.title.fontSize * 2.3 * 2 + 20 : o.value.style.chart.title.fontSize * 1.5 * 2 + 20,
37237
37236
  "text-anchor": "middle",
37238
37237
  style: P(`font-weight:${o.value.style.chart.title.subtitle.bold ? "bold" : ""}`)
37239
- }, I(o.value.translations.base) + " : " + I(e.dataset.base), 13, k7))
37238
+ }, I(o.value.translations.base) + " : " + I(e.dataset.base), 13, kN))
37240
37239
  ])) : ne("", !0),
37241
37240
  (m(!0), b(Be, null, Fe(k(l.value, h.value.width / 2, h.value.height * 0.7, h.value.width / 2.5, h.value.width / 2.5), (N, H) => (m(), b("path", {
37242
37241
  key: `arc_${H}`,
@@ -37245,22 +37244,22 @@ const u7 = ["id"], c7 = { class: "vue-ui-gauge-user-option-item" }, h7 = ["id",
37245
37244
  stroke: N.color,
37246
37245
  "stroke-linecap": "round",
37247
37246
  "stroke-width": h.value.width / 16 * o.value.style.chart.layout.track.size
37248
- }, null, 8, E7))), 128)),
37249
- o.value.style.chart.layout.track.useGradient ? (m(), b("g", S7, [
37247
+ }, null, 8, EN))), 128)),
37248
+ o.value.style.chart.layout.track.useGradient ? (m(), b("g", SN, [
37250
37249
  B("circle", {
37251
37250
  cx: h.value.width / 2,
37252
37251
  cy: h.value.height * 0.69,
37253
37252
  r: "225",
37254
37253
  fill: `url(#gradient_${r.value})`,
37255
37254
  stroke: "none"
37256
- }, null, 8, L7),
37255
+ }, null, 8, LN),
37257
37256
  B("circle", {
37258
37257
  cx: h.value.width / 2,
37259
37258
  cy: h.value.height * 0.69 + 4,
37260
37259
  r: 188 * 1 / o.value.style.chart.layout.track.size,
37261
37260
  fill: o.value.style.chart.backgroundColor,
37262
37261
  stroke: "none"
37263
- }, null, 8, U7),
37262
+ }, null, 8, UN),
37264
37263
  B("rect", {
37265
37264
  x: 0,
37266
37265
  y: h.value.height * 0.69,
@@ -37268,7 +37267,7 @@ const u7 = ["id"], c7 = { class: "vue-ui-gauge-user-option-item" }, h7 = ["id",
37268
37267
  height: h.value.height - h.value.height * 0.69,
37269
37268
  fill: o.value.style.chart.backgroundColor,
37270
37269
  stroke: "none"
37271
- }, null, 8, T7)
37270
+ }, null, 8, TN)
37272
37271
  ])) : ne("", !0),
37273
37272
  (m(!0), b(Be, null, Fe(k(l.value, h.value.width / 2, h.value.height * 0.7, h.value.width / 2.5, h.value.width / 2.5), (N, H) => (m(), b("circle", {
37274
37273
  cx: N.center.startX,
@@ -37277,7 +37276,7 @@ const u7 = ["id"], c7 = { class: "vue-ui-gauge-user-option-item" }, h7 = ["id",
37277
37276
  fill: o.value.style.chart.layout.markers.backgroundColor,
37278
37277
  stroke: o.value.style.chart.layout.markers.stroke,
37279
37278
  "stroke-width": o.value.style.chart.layout.markers.strokeWidth
37280
- }, null, 8, Q7))), 256)),
37279
+ }, null, 8, QN))), 256)),
37281
37280
  B("circle", {
37282
37281
  cx: h.value.width * 0.9,
37283
37282
  cy: h.value.height * 0.69,
@@ -37285,7 +37284,7 @@ const u7 = ["id"], c7 = { class: "vue-ui-gauge-user-option-item" }, h7 = ["id",
37285
37284
  fill: o.value.style.chart.layout.markers.backgroundColor,
37286
37285
  stroke: o.value.style.chart.layout.markers.stroke,
37287
37286
  "stroke-width": o.value.style.chart.layout.markers.strokeWidth
37288
- }, null, 8, I7),
37287
+ }, null, 8, IN),
37289
37288
  (m(!0), b(Be, null, Fe(k(l.value, h.value.width / 2, h.value.height * 0.7, h.value.width / 2.5, h.value.width / 2.5), (N, H) => (m(), b("text", {
37290
37289
  x: N.center.startX,
37291
37290
  y: S(H, N.center.startY, N.from) + o.value.style.chart.layout.markers.offsetY,
@@ -37293,7 +37292,7 @@ const u7 = ["id"], c7 = { class: "vue-ui-gauge-user-option-item" }, h7 = ["id",
37293
37292
  "font-size": K(N.from) * o.value.style.chart.layout.markers.fontSizeRatio,
37294
37293
  "font-weight": `${o.value.style.chart.layout.markers.bold ? "bold" : "normal"}`,
37295
37294
  fill: o.value.style.chart.layout.markers.color
37296
- }, I(N.from.toFixed(o.value.style.chart.layout.markers.roundingValue)), 9, N7))), 256)),
37295
+ }, I(N.from.toFixed(o.value.style.chart.layout.markers.roundingValue)), 9, NN))), 256)),
37297
37296
  B("text", {
37298
37297
  x: h.value.width * 0.9,
37299
37298
  y: S(1, h.value.height * 0.69, g.value) + o.value.style.chart.layout.markers.offsetY,
@@ -37301,7 +37300,7 @@ const u7 = ["id"], c7 = { class: "vue-ui-gauge-user-option-item" }, h7 = ["id",
37301
37300
  "font-size": K(g.value) * o.value.style.chart.layout.markers.fontSizeRatio,
37302
37301
  "font-weight": `${o.value.style.chart.layout.markers.bold ? "bold" : "normal"}`,
37303
37302
  fill: o.value.style.chart.layout.markers.color
37304
- }, I(g.value.toFixed(o.value.style.chart.layout.markers.roundingValue)), 9, D7),
37303
+ }, I(g.value.toFixed(o.value.style.chart.layout.markers.roundingValue)), 9, DN),
37305
37304
  isNaN(v.value.x2) ? ne("", !0) : (m(), b("line", {
37306
37305
  key: 2,
37307
37306
  x1: v.value.x1,
@@ -37311,7 +37310,7 @@ const u7 = ["id"], c7 = { class: "vue-ui-gauge-user-option-item" }, h7 = ["id",
37311
37310
  stroke: o.value.style.chart.layout.pointer.stroke,
37312
37311
  "stroke-width": o.value.style.chart.layout.pointer.strokeWidth,
37313
37312
  "stroke-linecap": "round"
37314
- }, null, 8, M7)),
37313
+ }, null, 8, MN)),
37315
37314
  isNaN(v.value.x2) ? ne("", !0) : (m(), b("line", {
37316
37315
  key: 3,
37317
37316
  x1: v.value.x1,
@@ -37321,7 +37320,7 @@ const u7 = ["id"], c7 = { class: "vue-ui-gauge-user-option-item" }, h7 = ["id",
37321
37320
  stroke: o.value.style.chart.layout.pointer.useRatingColor ? f.value : o.value.style.chart.layout.pointer.color,
37322
37321
  "stroke-linecap": "round",
37323
37322
  "stroke-width": o.value.style.chart.layout.pointer.strokeWidth * 0.7
37324
- }, null, 8, O7)),
37323
+ }, null, 8, ON)),
37325
37324
  B("circle", {
37326
37325
  cx: h.value.width / 2,
37327
37326
  cy: h.value.height * 0.69,
@@ -37329,7 +37328,7 @@ const u7 = ["id"], c7 = { class: "vue-ui-gauge-user-option-item" }, h7 = ["id",
37329
37328
  r: o.value.style.chart.layout.pointer.circle.radius,
37330
37329
  "stroke-width": o.value.style.chart.layout.pointer.circle.strokeWidth,
37331
37330
  stroke: o.value.style.chart.layout.pointer.circle.stroke
37332
- }, null, 8, P7),
37331
+ }, null, 8, PN),
37333
37332
  B("text", {
37334
37333
  x: h.value.width / 2,
37335
37334
  y: h.value.height * 0.9,
@@ -37337,14 +37336,14 @@ const u7 = ["id"], c7 = { class: "vue-ui-gauge-user-option-item" }, h7 = ["id",
37337
37336
  "font-size": o.value.style.chart.legend.fontSize,
37338
37337
  "font-weight": "bold",
37339
37338
  fill: o.value.style.chart.legend.useRatingColor ? f.value : o.value.style.chart.legend.color
37340
- }, I(o.value.style.chart.legend.prefix) + " " + I(o.value.style.chart.legend.showPlusSymbol && u.value > 0 ? "+" : "") + I(u.value.toFixed(o.value.style.chart.legend.roundingValue)) + " " + I(o.value.style.chart.legend.suffix), 9, H7)
37341
- ], 12, w7))
37342
- ], 12, u7));
37343
- }
37344
- }, EK = /* @__PURE__ */ CA(R7, [["__scopeId", "data-v-77e98d1e"]]);
37345
- const $7 = ["id"], K7 = { class: "vue-ui-chestnut-user-option-item" }, z7 = ["id", "name"], V7 = ["for"], G7 = ["disabled"], j7 = ["stroke"], W7 = /* @__PURE__ */ ea('<path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-3b3ce464></path><path d="M18 16v.01" data-v-3b3ce464></path><path d="M6 16v.01" data-v-3b3ce464></path><path d="M12 5v.01" data-v-3b3ce464></path><path d="M12 12v.01" data-v-3b3ce464></path><path d="M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" data-v-3b3ce464></path>', 6), X7 = [
37346
- W7
37347
- ], q7 = { key: 1 }, Y7 = ["viewBox"], J7 = { key: 0 }, Z7 = ["fill", "font-weight", "font-size", "x", "y"], eD = ["fill", "font-weight", "font-size", "x", "y"], tD = ["id"], rD = ["stop-color"], AD = ["stop-color"], aD = ["id"], nD = ["stop-color"], iD = ["stop-color"], oD = ["id"], lD = ["stop-color"], sD = ["stop-color"], uD = ["stop-color"], cD = ["id"], hD = ["stop-color"], fD = ["stop-color"], dD = ["stop-color"], gD = ["id"], vD = ["stop-color"], pD = ["stop-color"], yD = ["stop-color"], wD = { key: 1 }, xD = ["x", "y", "font-size", "font-weight", "fill"], mD = ["x", "y", "font-size", "font-weight", "fill"], bD = ["d", "stroke"], BD = ["cx", "cy", "r", "fill"], CD = ["cx", "cy", "r", "fill", "stroke", "stroke-width", "onClick"], _D = { key: 2 }, FD = ["x", "y", "font-size", "fill", "onClick"], kD = { key: 0 }, ED = ["x", "y", "fill", "font-size", "font-weight"], SD = ["x", "y", "height", "width", "fill", "rx", "onClick"], LD = ["x", "y", "height", "width", "fill", "rx", "stroke", "stroke-width", "onClick"], UD = { key: 3 }, TD = ["x", "y", "fill", "font-size", "onClick"], QD = ["d", "stroke"], ID = ["cx", "cy", "fill", "onClick"], ND = ["fill", "cx", "cy", "r", "onClick"], DD = { key: 4 }, MD = ["x", "y", "font-size", "font-weight", "fill"], OD = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], PD = ["y", "height", "width"], HD = { style: { width: "100%", height: "100%", display: "flex", "align-items": "center", "justify-content": "center", "flex-direction": "column" } }, RD = { style: { display: "flex", "align-items": "center", "justify-content": "center", gap: "12px", "flex-wrap": "wrap", "flex-direction": "row" } }, $D = {
37339
+ }, I(o.value.style.chart.legend.prefix) + " " + I(o.value.style.chart.legend.showPlusSymbol && u.value > 0 ? "+" : "") + I(u.value.toFixed(o.value.style.chart.legend.roundingValue)) + " " + I(o.value.style.chart.legend.suffix), 9, HN)
37340
+ ], 12, wN))
37341
+ ], 12, uN));
37342
+ }
37343
+ }, EK = /* @__PURE__ */ CA(RN, [["__scopeId", "data-v-77e98d1e"]]);
37344
+ const $N = ["id"], KN = { class: "vue-ui-chestnut-user-option-item" }, zN = ["id", "name"], VN = ["for"], GN = ["disabled"], jN = ["stroke"], WN = /* @__PURE__ */ ea('<path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-3b3ce464></path><path d="M18 16v.01" data-v-3b3ce464></path><path d="M6 16v.01" data-v-3b3ce464></path><path d="M12 5v.01" data-v-3b3ce464></path><path d="M12 12v.01" data-v-3b3ce464></path><path d="M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" data-v-3b3ce464></path>', 6), XN = [
37345
+ WN
37346
+ ], qN = { key: 1 }, YN = ["viewBox"], JN = { key: 0 }, ZN = ["fill", "font-weight", "font-size", "x", "y"], eD = ["fill", "font-weight", "font-size", "x", "y"], tD = ["id"], rD = ["stop-color"], AD = ["stop-color"], aD = ["id"], nD = ["stop-color"], iD = ["stop-color"], oD = ["id"], lD = ["stop-color"], sD = ["stop-color"], uD = ["stop-color"], cD = ["id"], hD = ["stop-color"], fD = ["stop-color"], dD = ["stop-color"], gD = ["id"], vD = ["stop-color"], pD = ["stop-color"], yD = ["stop-color"], wD = { key: 1 }, xD = ["x", "y", "font-size", "font-weight", "fill"], mD = ["x", "y", "font-size", "font-weight", "fill"], bD = ["d", "stroke"], BD = ["cx", "cy", "r", "fill"], CD = ["cx", "cy", "r", "fill", "stroke", "stroke-width", "onClick"], _D = { key: 2 }, FD = ["x", "y", "font-size", "fill", "onClick"], kD = { key: 0 }, ED = ["x", "y", "fill", "font-size", "font-weight"], SD = ["x", "y", "height", "width", "fill", "rx", "onClick"], LD = ["x", "y", "height", "width", "fill", "rx", "stroke", "stroke-width", "onClick"], UD = { key: 3 }, TD = ["x", "y", "fill", "font-size", "onClick"], QD = ["d", "stroke"], ID = ["cx", "cy", "fill", "onClick"], ND = ["fill", "cx", "cy", "r", "onClick"], DD = { key: 4 }, MD = ["x", "y", "font-size", "font-weight", "fill"], OD = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], PD = ["y", "height", "width"], HD = { style: { width: "100%", height: "100%", display: "flex", "align-items": "center", "justify-content": "center", "flex-direction": "column" } }, RD = { style: { display: "flex", "align-items": "center", "justify-content": "center", gap: "12px", "flex-wrap": "wrap", "flex-direction": "row" } }, $D = {
37348
37347
  viewBox: "0 0 20 20",
37349
37348
  height: "16",
37350
37349
  width: "16"
@@ -37589,18 +37588,18 @@ const $7 = ["id"], K7 = { class: "vue-ui-chestnut-user-option-item" }, z7 = ["id
37589
37588
  B("summary", {
37590
37589
  style: P(`background:${l.value.style.chart.backgroundColor};color:${l.value.style.chart.color}`)
37591
37590
  }, I(l.value.userOptions.title), 5),
37592
- B("div", K7, [
37591
+ B("div", KN, [
37593
37592
  Rt(B("input", {
37594
37593
  type: "checkbox",
37595
37594
  id: `vue-ui-chestnut-option-table_${a.value}`,
37596
37595
  name: `vue-ui-chestnut-option-table_${a.value}`,
37597
37596
  "onUpdate:modelValue": ve[0] || (ve[0] = (ee) => h.value.showTable = ee)
37598
- }, null, 8, z7), [
37597
+ }, null, 8, zN), [
37599
37598
  [or, h.value.showTable]
37600
37599
  ]),
37601
37600
  B("label", {
37602
37601
  for: `vue-ui-chestnut-option-table_${a.value}`
37603
- }, I(l.value.userOptions.labels.showTable), 9, V7)
37602
+ }, I(l.value.userOptions.labels.showTable), 9, VN)
37604
37603
  ]),
37605
37604
  B("div", {
37606
37605
  class: "vue-ui-chestnut-user-options-items",
@@ -37624,8 +37623,8 @@ const $7 = ["id"], K7 = { class: "vue-ui-chestnut-user-option-item" }, z7 = ["id
37624
37623
  fill: "none",
37625
37624
  "stroke-linecap": "round",
37626
37625
  "stroke-linejoin": "round"
37627
- }, X7, 8, j7)) : (m(), b("span", q7, "PDF"))
37628
- ], 12, G7),
37626
+ }, XN, 8, jN)) : (m(), b("span", qN, "PDF"))
37627
+ ], 12, GN),
37629
37628
  B("button", {
37630
37629
  class: "vue-ui-chestnut-button",
37631
37630
  onClick: Q,
@@ -37639,7 +37638,7 @@ const $7 = ["id"], K7 = { class: "vue-ui-chestnut-user-option-item" }, z7 = ["id
37639
37638
  style: P(`max-width:100%;overflow:visible;background:${l.value.style.chart.backgroundColor};color:${l.value.style.chart.color}`),
37640
37639
  onClick: Ae
37641
37640
  }, [
37642
- H.value ? ne("", !0) : (m(), b("g", J7, [
37641
+ H.value ? ne("", !0) : (m(), b("g", JN, [
37643
37642
  l.value.style.chart.layout.title.text ? (m(), b("text", {
37644
37643
  key: 0,
37645
37644
  "text-anchor": "middle",
@@ -37649,7 +37648,7 @@ const $7 = ["id"], K7 = { class: "vue-ui-chestnut-user-option-item" }, z7 = ["id
37649
37648
  x: g.value.width / 2,
37650
37649
  y: 12 + l.value.style.chart.layout.title.fontSize + l.value.style.chart.layout.title.offsetY,
37651
37650
  onClick: D
37652
- }, I(l.value.style.chart.layout.title.text), 9, Z7)) : ne("", !0),
37651
+ }, I(l.value.style.chart.layout.title.text), 9, ZN)) : ne("", !0),
37653
37652
  l.value.style.chart.layout.title.subtitle.text ? (m(), b("text", {
37654
37653
  key: 1,
37655
37654
  "text-anchor": "middle",
@@ -38147,7 +38146,7 @@ const $7 = ["id"], K7 = { class: "vue-ui-chestnut-user-option-item" }, z7 = ["id
38147
38146
  onClick: D
38148
38147
  }, I((ee.value / u.value * 100).toFixed(l.value.style.chart.layout.branches.labels.dataLabels.roundingPercentage)) + "% " + I(l.value.translations.proportionToTree), 9, cM)) : ne("", !0)
38149
38148
  ]))), 256))
38150
- ], 12, Y7)) : ne("", !0),
38149
+ ], 12, YN)) : ne("", !0),
38151
38150
  h.value.showTable ? (m(), b("div", {
38152
38151
  key: 2,
38153
38152
  onClick: Ae,
@@ -38227,7 +38226,7 @@ const $7 = ["id"], K7 = { class: "vue-ui-chestnut-user-option-item" }, z7 = ["id
38227
38226
  ])
38228
38227
  ])
38229
38228
  ])) : ne("", !0)
38230
- ], 12, $7));
38229
+ ], 12, $N));
38231
38230
  }
38232
38231
  }, SK = /* @__PURE__ */ CA(EM, [["__scopeId", "data-v-3b3ce464"]]);
38233
38232
  const SM = ["id"], LM = { class: "vue-ui-onion-user-option-item" }, UM = ["id", "name"], TM = ["for"], QM = { class: "vue-ui-onion-user-option-item" }, IM = ["id", "name"], NM = ["for"], DM = ["disabled"], MM = ["stroke"], OM = /* @__PURE__ */ ea('<path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-6ac88e26></path><path d="M18 16v.01" data-v-6ac88e26></path><path d="M6 16v.01" data-v-6ac88e26></path><path d="M12 5v.01" data-v-6ac88e26></path><path d="M12 12v.01" data-v-6ac88e26></path><path d="M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" data-v-6ac88e26></path>', 6), PM = [
@@ -1,4 +1,4 @@
1
- import { _ as Ha } from "./index-8eb1eda2.js";
1
+ import { _ as Ha } from "./index-df049e6d.js";
2
2
  import "vue";
3
3
  var Tt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
4
4
  function Vo(a) {
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .vue-ui-xy *[data-v-aa6b1fa4]{transition:unset}.vue-ui-xy[data-v-aa6b1fa4]{position:relative;padding-top:36px}.vue-ui-xy-user-options[data-v-aa6b1fa4]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;-webkit-user-select:none;user-select:none;max-width:300px}.vue-ui-xy-user-options[open][data-v-aa6b1fa4]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-xy-user-options summary[data-v-aa6b1fa4]{text-align:right;direction:rtl}.vue-ui-xy-user-options-items[data-v-aa6b1fa4]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-xy-user-options-item[data-v-aa6b1fa4]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-xy-legend[data-v-aa6b1fa4]{align-items:center;column-gap:24px;display:flex;flex-wrap:wrap;justify-content:center;-webkit-user-select:none;user-select:none;width:100%}.vue-ui-xy-legend-item[data-v-aa6b1fa4]{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;cursor:pointer}.vue-ui-xy-legend-item-segregated[data-v-aa6b1fa4]{opacity:.5}.vue-ui-xy-title[data-v-aa6b1fa4]{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.vue-ui-xy svg rect[data-v-aa6b1fa4]{transition:all .11s ease-in-out}.vue-ui-xy-tooltip[data-v-aa6b1fa4]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;z-index:1}.vue-ui-xy-table-wrapper[data-v-aa6b1fa4]{width:100%;max-height:300px;overflow:auto;margin-top:24px;position:relative}.vue-ui-xy-table-wrapper-printing[data-v-aa6b1fa4]{max-height:unset;height:fit-content}.vue-ui-xy-table[data-v-aa6b1fa4]{width:100%;border-collapse:collapse}.vue-ui-xy-table td[data-v-aa6b1fa4]{border:1px solid #e1e5e8;text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-xy-table thead[data-v-aa6b1fa4]{border:1px solid #e1e5e8;background:#fafafa;position:sticky;top:0;font-weight:400;outline:1px solid #e1e5e8;-webkit-user-select:none;user-select:none}.vue-ui-xy-table-tr-selected[data-v-aa6b1fa4]{background:#e1e5e8}.vue-ui-xy-button[data-v-aa6b1fa4]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-xy-button[data-v-aa6b1fa4]:hover{background:rgba(0,0,0,.05)}.vue-ui-xy-print-icon[data-v-aa6b1fa4]{animation:smartspin-aa6b1fa4 .5s infinite linear}@keyframes smartspin-aa6b1fa4{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-xy-range-slider-wrapper[data-v-aa6b1fa4]{width:100%;display:flex;flex-direction:row;gap:6px;align-items:center}.vue-ui-xy-range-slider[data-v-aa6b1fa4]{position:relative;width:100%;height:12px}.vue-ui-xy-range-slider-label-right[data-v-aa6b1fa4],.vue-ui-xy-range-slider-label-left[data-v-aa6b1fa4]{width:100px}.vue-ui-xy-range-slider-label-right[data-v-aa6b1fa4]{text-align:left}.vue-ui-xy-range-slider-label-left[data-v-aa6b1fa4]{text-align:right}input[type=range][data-v-aa6b1fa4]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;outline:none;position:absolute;margin:auto;top:0;bottom:0;background-color:transparent;pointer-events:none}.vue-ui-xy-slider-track[data-v-aa6b1fa4]{width:100%;height:5px;position:absolute;margin:auto;top:0;bottom:0;border-radius:5px}input[type=range][data-v-aa6b1fa4]::-webkit-slider-runnable-track{-webkit-appearance:none;height:5px}input[type=range][data-v-aa6b1fa4]::-moz-range-track{-moz-appearance:none;height:5px}input[type=range][data-v-aa6b1fa4]::-ms-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:5px}input[type=range][data-v-aa6b1fa4]::-webkit-slider-thumb{-webkit-appearance:none;height:1.3em;width:1.3em;background-color:#858585;cursor:pointer;margin-top:-6px;pointer-events:auto;border-radius:50%}input[type=range][data-v-aa6b1fa4]::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1.3em;width:1.3em;cursor:pointer;border-radius:50%;background-color:#858585;pointer-events:auto}input[type=range][data-v-aa6b1fa4]::-ms-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1.3em;width:1.3em;cursor:pointer;border-radius:50%;background-color:#858585;pointer-events:auto}input[type=range][data-v-aa6b1fa4]:active::-webkit-slider-thumb{background-color:#ccc;border:3px solid #858585}.vue-ui-table-main[data-v-dd01e377]{height:fit-content;padding:0 0 98px;position:relative}.vue-ui-table__wrapper[data-v-dd01e377]{overflow-x:auto;padding:0 12px 48px;position:relative;width:calc(100% - 24px)}.vue-ui-table-main thead[data-v-dd01e377]{position:sticky;top:0}.vue-ui-table[data-v-dd01e377]{width:100%;position:relative}.vue-ui-table-main table[data-v-dd01e377]{border-collapse:collapse}.vue-ui-table-main th[data-v-dd01e377],.vue-ui-table-main td[data-v-dd01e377]{padding:3px 8px}.vue-ui-table-main tr td[data-v-dd01e377]{outline:1px solid white}.vue-ui-table-main .th-numeric[data-v-dd01e377]{text-align:right;font-variant-numeric:tabular-nums}.vue-ui-table-main .th-filter[data-v-dd01e377]{align-items:center;display:flex;flex-direction:row;gap:6px;justify-content:center;position:relative}.vue-ui-table-main button[data-v-dd01e377]{align-items:center;cursor:pointer;display:flex;justify-content:center;width:32px}.vue-ui-table-main input[data-v-dd01e377]{padding:0 6px;font-family:Satoshi}.vue-ui-table-main button[data-v-dd01e377],.vue-ui-table-main input[data-v-dd01e377]{border-radius:6px;height:32px}.vue-ui-table-main button[data-v-dd01e377]{border:1px solid grey}.vue-ui-table-main button[data-v-dd01e377]:hover,.vue-ui-table-main button[data-v-dd01e377]:focus,.vue-ui-table-main input[data-v-dd01e377]:hover,.vue-ui-table-main input[data-v-dd01e377]:focus{outline:3px solid rgba(128,128,128,.432)}.vue-ui-table-main button.clicked[data-v-dd01e377]{animation:clicked-dd01e377 .15s ease-in-out}.vue-ui-table-main button[disabled][data-v-dd01e377]{cursor:not-allowed}.vue-ui-table-main button[disabled][data-v-dd01e377]:focus,.vue-ui-table-main button[disabled][data-v-dd01e377]:hover{outline:none}button.th-reset[data-v-dd01e377]:not(:disabled){background:radial-gradient(at top,#f19a71,#F17171);border:1px solid #F17171;color:#fff}.vue-ui-table-main button.th-reset[data-v-dd01e377]:not(:disabled):hover,.vue-ui-table-main button.th-reset[data-v-dd01e377]:not(:disabled):focus{outline:3px solid #f171717e}.vue-ui-table-main [data-is-open=false][data-v-dd01e377]{transform:scale(0)}.vue-ui-table-main .th-dropdown[data-is-open=true][data-v-dd01e377]{animation:open-dropdown-dd01e377 .2s ease-in}.vue-ui-table-main .th-dropdown[data-is-open=false][data-v-dd01e377]{animation:close-dropdown-dd01e377 .2s ease-in}.vue-ui-table-main .th-dropdown[data-v-dd01e377]{align-items:center;border-radius:8px;border:1px solid white;box-shadow:0 6px 12px -6px #00000080;display:flex;flex-direction:column;justify-content:flex-start;left:0;max-width:300px;min-width:150px;padding:24px 12px 12px;position:absolute;top:calc(100% + 12px)}.vue-ui-table-main .th-option[data-v-dd01e377]{border-radius:6px;cursor:pointer;padding:2px 6px;text-align:left;-webkit-user-select:none;user-select:none;width:100%;font-weight:400}.vue-ui-table-main .th-option[data-v-dd01e377]:hover{background-color:#ffffff1a;box-shadow:0 3px 6px -3px #00000080;z-index:1}.vue-ui-table-main button.close-dropdown[data-v-dd01e377],.vue-ui-table-main button.close-chart-modal[data-v-dd01e377]{align-items:center;border-radius:50%;border:none;display:flex;height:20px;padding:2px;position:absolute;right:6px;top:6px;width:20px}.vue-ui-table-main button.close-dropdown[data-v-dd01e377]:hover,.vue-ui-table-main button.close-dropdown[data-v-dd01e377]:focus,.vue-ui-table-main button.close-chart-modal[data-v-dd01e377]:hover,.vue-ui-table-main button.close-char-modal[data-v-dd01e377]:focus{outline:3px solid #2d353c71}.vue-ui-table-main .th-button-active[data-v-dd01e377]{background:radial-gradient(at top,#968bf1,#6376DD);color:#fff}.vue-ui-table-main .th-button-active[data-v-dd01e377]:hover,.vue-ui-table-main .th-button-active[data-v-dd01e377]:focus{outline:3px solid #6375dd7a}.vue-ui-table-main .th-date[data-v-dd01e377]{align-items:center;display:flex;flex-direction:row;gap:6px;justify-content:center;width:100%}.vue-ui-table-main .date-wrapper--inputs[data-v-dd01e377]{align-items:center;display:flex;flex-direction:column;gap:6px;justify-content:center;width:100%}.vue-ui-table-main .date-wrapper--button[data-v-dd01e377]{display:flex;gap:3px}.vue-ui-table-main input[type=date][data-v-dd01e377]{border-radius:4px;font-size:12px;font-variant-numeric:tabular-nums;height:20px!important;width:100px}.vue-ui-table-main .date-fieldset[data-v-dd01e377]{align-items:center;display:flex;flex-direction:row;gap:6px;justify-content:center;width:100%}.vue-ui-table-main .date-fieldset label[data-v-dd01e377]{font-size:12px;font-weight:400}@keyframes clicked-dd01e377{0%{transform:scale(.9)}90%{transform:scale(1.03)}to{transform:scale(1)}}.vue-ui-table-main td.td-numeric[data-v-dd01e377]{cursor:pointer}.vue-ui-table-main .td-selector-info[data-v-dd01e377]{align-items:center;border-radius:0 0 6px 6px;bottom:76px;display:flex;font-size:14px;justify-content:flex-end;min-height:20px;padding:2px 4px 2px 2px;position:absolute;right:0;text-align:right;width:100%;z-index:1}.vue-ui-table-main button.td-selector-info-reset[data-v-dd01e377]{background:transparent;border:none;color:#f17171;height:14px;margin-left:24px;padding:0;width:14px}.vue-ui-table-main button.td-selector-info-reset[data-v-dd01e377]:hover,.vue-ui-table-main button.td-selector-info-reset[data-v-dd01e377]:focus{outline:3px solid #f171717e}.vue-ui-table-main .format-num[data-v-dd01e377]{font-variant-numeric:tabular-nums}.vue-ui-table-main .td-selector-icon[data-v-dd01e377]{margin-bottom:-5px;margin-right:6px}.vue-ui-table-main .vue-ui-table-pagination[data-v-dd01e377]{align-items:center;bottom:24px;display:flex;flex-direction:row;gap:12px;height:40px;justify-content:center;position:absolute;width:100%;z-index:1}.vue-ui-table-main button.vue-ui-table-navigation[data-v-dd01e377]{height:36px;padding:1px;width:36px}.vue-ui-table-main .vue-ui-table-navigation-indicator[data-v-dd01e377]{border-radius:6px;bottom:70px;height:6px;position:absolute;transition:all .1s ease-in-out}.vue-ui-table-main .vue-ui-table-page-scroller-wrapper[data-v-dd01e377]{align-items:center;display:flex;flex-direction:column;justify-content:center}.vue-ui-table-main input.vue-ui-table-page-scroller[data-v-dd01e377]{cursor:pointer;height:24px;padding:0}.vue-ui-table-main .vue-ui-table-paginator[data-v-dd01e377]{position:absolute;bottom:0;z-index:2;left:12px;display:flex;flex-direction:row;gap:6px;font-size:14px;justify-content:center;align-items:center;width:calc(100% - 24px)}.vue-ui-table-main .vue-ui-table-paginator select[data-v-dd01e377]{border-radius:3px}.vue-ui-table-main .vue-ui-table-size-warning[data-v-dd01e377]{align-items:center;bottom:-24px;color:#f17171;display:flex;flex-direction:row;flex-wrap:wrap;font-size:12px;gap:6px;justify-content:center;position:absolute;text-align:center;width:100%}.vue-ui-table-main th.vue-ui-table-col-selector[data-v-dd01e377]{height:12px}.vue-ui-table-main .col-selector[data-v-dd01e377]{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;width:100%}.vue-ui-table-main th.col-selector--selected[data-v-dd01e377]{background:radial-gradient(at top left,#9586eb,#6376DD);color:#fff}.vue-ui-table-main th.col-selector--selected div[data-v-dd01e377]{background:transparent;color:#fff}.vue-ui-table-main .vue-ui-table-chart-modal[data-v-dd01e377]{align-items:center;border-radius:8px;border:1px solid white;box-shadow:0 6px 12px -6px #0000004d;display:flex;flex-direction:column;justify-content:center;min-height:200px;min-width:300px;max-width:800px;overflow:hidden;padding:12px;position:fixed;resize:horizontal;-webkit-user-select:none;user-select:none;z-index:10000}.vue-ui-table-main .vue-ui-table-chart-svg[data-v-dd01e377]{border-radius:6px;margin-bottom:12px;overflow:visible;padding:12px;width:calc(100% - 24px)}.vue-ui-table-main .vue-ui-table-donut-chart[data-v-dd01e377]{border-radius:6px}.vue-ui-table-main td.vue-ui-table-td-iteration[data-v-dd01e377]{font-size:12px;font-variant-numeric:tabular-nums;text-align:right;-webkit-user-select:none;user-select:none}.vue-ui-table-main .chart-trend[data-v-dd01e377]{font-size:12px;padding-left:12px}.vue-ui-table-main .chart-modal-options[data-v-dd01e377]{bottom:12px;display:flex;flex-direction:row;gap:8px;position:absolute;right:24px}.vue-ui-table-main .chart-modal-options button[data-v-dd01e377]{height:24px;padding:3px;width:24px}.vue-ui-table-main .th-range-filter[data-v-dd01e377]{display:flex;align-items:center;justify-content:center;gap:2px;flex-direction:column}.vue-ui-table-main .th-range-filter input[data-v-dd01e377]{height:20px;width:60px;font-variant-numeric:tabular-nums;font-size:12px}.vue-ui-table-main .th-range-filter label[data-v-dd01e377]{font-size:12px;font-weight:400;margin-bottom:-3px}.vue-ui-table-main .vue-ui-table-fieldset-wrapper[data-v-dd01e377]{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;margin-bottom:12px}.vue-ui-table-main .vue-ui-table-fieldset[data-v-dd01e377]{border-radius:6px;margin-bottom:24px;border:1px solid white}.vue-ui-table-main .vue-ui-table-fieldset legend[data-v-dd01e377]{color:gray}.vue-ui-table-main .vue-ui-table-fieldset-option[data-v-dd01e377]{display:flex;align-items:center}.vue-ui-table-main .vue-ui-table-fieldset-option input[data-v-dd01e377]{height:14px;width:14px;border-radius:50%}.vue-ui-table-main button.vue-ui-table-generate-donut[data-v-dd01e377]{align-items:center;display:flex;gap:3px;justify-content:center;margin:24px auto 12px;padding-left:12px;padding-right:12px;width:fit-content}.vue-ui-table-main button.vue-ui-table-generate-donut[disabled][data-v-dd01e377]{opacity:.5}.vue-ui-table-main .vue-ui-table-donut-legend[data-v-dd01e377]{align-items:center;column-gap:12px;display:flex;flex-wrap:wrap;font-size:12px;justify-content:center;margin:0 auto;max-width:400px;padding-bottom:36px}.vue-ui-table-main .vue-ui-table-donut-legend-item[data-v-dd01e377]{align-items:center;display:flex;flex-direction:row;gap:3px;justify-content:center}.vue-ui-table-main .vue-ui-table-donut-label[data-v-dd01e377]{align-items:center;display:flex;flex-direction:column;font-size:4px;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-table-main .vue-ui-table-donut-label-name[data-v-dd01e377]{font-size:3px;line-height:3px}.vue-ui-table-main td[data-v-dd01e377]:focus{outline:3px solid #202d7470}.vue-ui-table-main .vue-ui-table-export-hub[data-v-dd01e377]{left:5px;position:absolute;top:0;z-index:1001}.vue-ui-table-main .vue-ui-table-export-hub-dropdown[data-v-dd01e377]{position:absolute;top:40px;left:0;padding:24px;border-radius:8px;border:1px solid white;box-shadow:0 6px 12px -6px #00000080;transform:scale(0);opacity:0}.vue-ui-table-main .vue-ui-table-export-hub-dropdown[data-is-open=true][data-v-dd01e377]{animation:open-dropdown-dd01e377 .2s ease-in forwards}.vue-ui-table-main .vue-ui-table-export-hub-dropdown[data-is-open=false][data-v-dd01e377]{animation:close-dropdown-dd01e377 .2s ease-in}.vue-ui-table-main .vue-ui-table-export-hub-options[data-v-dd01e377]{margin-top:12px;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center}.vue-ui-table-main .vue-ui-table-export-hub-options button[data-v-dd01e377]{width:fit-content;display:flex;align-items:center;justify-content:center;gap:3px;min-width:130px}.vue-ui-table-main .vue-ui-table-export-hub-option-wrapper[data-v-dd01e377]{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:flex-start}.vue-ui-table-main .vue-ui-table-export-hub-option-wrapper .label[data-v-dd01e377]{font-size:12px;line-height:12px;margin-bottom:6px;width:100px}.vue-ui-table-main .td-nan[data-v-dd01e377]{background:#F17171}.vue-ui-table-main .td-has-nan[data-v-dd01e377],.vue-ui-table-main .th-has-nan[data-v-dd01e377]{background:#F17171;min-width:100px;color:#fff}@keyframes open-dropdown-dd01e377{0%{transform:scaleY(.9);opacity:0}50%{transform:scaleY(1.05);opacity:1}to{transform:scale(1);opacity:1}}@keyframes close-dropdown-dd01e377{0%{transform:scale(1.05);opacity:1}to{transform:scale(0);opacity:0}}.vue-ui-donut *[data-v-0f3ee460]{transition:unset}.vue-ui-donut[data-v-0f3ee460]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-donut .vue-ui-donut-label[data-v-0f3ee460]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-donut-legend[data-v-0f3ee460]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-donut-legend-item[data-v-0f3ee460]{display:flex;align-items:center;gap:6px;cursor:pointer;height:24px}.vue-ui-donut-tooltip[data-v-0f3ee460]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-donut-user-options[data-v-0f3ee460]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-donut-user-options[open][data-v-0f3ee460]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-donut summary[data-v-0f3ee460]{text-align:right;direction:rtl}.vue-ui-donut-user-options-items[data-v-0f3ee460]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-donut-user-options-item[data-v-0f3ee460]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-donut-button[data-v-0f3ee460]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-donut-button[data-v-0f3ee460]:hover{background:rgba(0,0,0,.05)}.vue-ui-donut-print-icon[data-v-0f3ee460]{animation:smartspin-0f3ee460 .5s infinite linear}@keyframes smartspin-0f3ee460{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-donut table[data-v-0f3ee460]{width:100%;border-collapse:collapse}.vue-ui-donut table td[data-v-0f3ee460]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-donut table th[data-v-0f3ee460]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-waffle *[data-v-5a6a0a06]{transition:unset}.vue-ui-waffle[data-v-5a6a0a06]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-waffle .vue-ui-waffle-label[data-v-5a6a0a06]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-waffle-legend[data-v-5a6a0a06]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-waffle-legend-item[data-v-5a6a0a06]{display:flex;align-items:center;gap:6px;cursor:pointer;height:24px}.vue-ui-waffle-tooltip[data-v-5a6a0a06]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-waffle-user-options[data-v-5a6a0a06]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-waffle-user-options[open][data-v-5a6a0a06]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-waffle summary[data-v-5a6a0a06]{text-align:right;direction:rtl}.vue-ui-waffle-user-options-items[data-v-5a6a0a06]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-waffle-user-options-item[data-v-5a6a0a06]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-waffle-button[data-v-5a6a0a06]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-waffle-button[data-v-5a6a0a06]:hover{background:rgba(0,0,0,.05)}.vue-ui-waffle-print-icon[data-v-5a6a0a06]{animation:smartspin-5a6a0a06 .5s infinite linear}@keyframes smartspin-5a6a0a06{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-waffle table[data-v-5a6a0a06]{width:100%;border-collapse:collapse}.vue-ui-waffle table td[data-v-5a6a0a06]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-waffle table th[data-v-5a6a0a06]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-radar *[data-v-666ccf55]{transition:unset}.vue-ui-radar[data-v-666ccf55]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-radar .vue-ui-radar-label[data-v-666ccf55]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-radar-legend[data-v-666ccf55]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-radar-legend-item[data-v-666ccf55]{display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;height:24px}.vue-ui-radar-tooltip[data-v-666ccf55]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-radar-user-options[data-v-666ccf55]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-radar-user-options[open][data-v-666ccf55]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-radar summary[data-v-666ccf55]{text-align:right;direction:rtl}.vue-ui-radar-user-options-items[data-v-666ccf55]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-radar-user-options-item[data-v-666ccf55]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-radar-button[data-v-666ccf55]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-radar-button[data-v-666ccf55]:hover{background:rgba(0,0,0,.05)}.vue-ui-radar-print-icon[data-v-666ccf55]{animation:smartspin-666ccf55 .5s infinite linear}@keyframes smartspin-666ccf55{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-radar table[data-v-666ccf55]{width:100%;border-collapse:collapse}.vue-ui-radar table td[data-v-666ccf55]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-radar table th[data-v-666ccf55]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-quadrant *[data-v-38ab32ad]{transition:unset}.vue-ui-quadrant[data-v-38ab32ad]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-quadrant .vue-ui-quadrant-label[data-v-38ab32ad]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-quadrant-legend[data-v-38ab32ad]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-quadrant-legend-item[data-v-38ab32ad]{display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;height:24px}.vue-ui-quadrant-tooltip[data-v-38ab32ad]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-quadrant-user-options[data-v-38ab32ad]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-quadrant-user-options[open][data-v-38ab32ad]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-quadrant summary[data-v-38ab32ad]{text-align:right;direction:rtl}.vue-ui-quadrant-user-options-items[data-v-38ab32ad]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-quadrant-user-options-item[data-v-38ab32ad]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-quadrant-button[data-v-38ab32ad]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-quadrant-button[data-v-38ab32ad]:hover{background:rgba(0,0,0,.05)}.vue-ui-quadrant-print-icon[data-v-38ab32ad]{animation:smartspin-38ab32ad .5s infinite linear}@keyframes smartspin-38ab32ad{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-quadrant table[data-v-38ab32ad]{width:100%;border-collapse:collapse}.vue-ui-quadrant table td[data-v-38ab32ad]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-quadrant table th[data-v-38ab32ad]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-gauge *[data-v-77e98d1e]{transition:unset}.vue-ui-gauge[data-v-77e98d1e]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-gauge .vue-ui-gauge-label[data-v-77e98d1e]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-gauge-legend[data-v-77e98d1e]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-gauge-legend-item[data-v-77e98d1e]{display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;height:24px}.vue-ui-gauge-tooltip[data-v-77e98d1e]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-gauge-user-options[data-v-77e98d1e]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-gauge-user-options[open][data-v-77e98d1e]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-gauge summary[data-v-77e98d1e]{text-align:right;direction:rtl}.vue-ui-gauge-user-options-items[data-v-77e98d1e]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-gauge-user-options-item[data-v-77e98d1e]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-gauge-button[data-v-77e98d1e]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-gauge-button[data-v-77e98d1e]:hover{background:rgba(0,0,0,.05)}.vue-ui-gauge-print-icon[data-v-77e98d1e]{animation:smartspin-77e98d1e .5s infinite linear}@keyframes smartspin-77e98d1e{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-chestnut *[data-v-3b3ce464]{transition:unset}.vue-ui-chestnut[data-v-3b3ce464]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-chestnut .vue-ui-chestnut-label[data-v-3b3ce464]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-chestnut-legend[data-v-3b3ce464]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-chestnut-legend-item[data-v-3b3ce464]{display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;height:24px}.vue-ui-chestnut-tooltip[data-v-3b3ce464]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-chestnut-user-options[data-v-3b3ce464]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-chestnut-user-options[open][data-v-3b3ce464]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-chestnut summary[data-v-3b3ce464]{text-align:right;direction:rtl}.vue-ui-chestnut-user-options-items[data-v-3b3ce464]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-chestnut-user-options-item[data-v-3b3ce464]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-chestnut-button[data-v-3b3ce464]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-chestnut-button[data-v-3b3ce464]:hover{background:rgba(0,0,0,.05)}.vue-ui-chestnut-print-icon[data-v-3b3ce464]{animation:smartspin-3b3ce464 .5s infinite linear}@keyframes smartspin-3b3ce464{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-chestnut table[data-v-3b3ce464]{width:100%;border-collapse:collapse}.vue-ui-chestnut table td[data-v-3b3ce464]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-chestnut table th[data-v-3b3ce464]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-chestnut-animated[data-v-3b3ce464]{opacity:0;animation:chestnut-opacity-3b3ce464 .2s ease-in-out forwards}@keyframes chestnut-opacity-3b3ce464{0%{transform:scaleX(.98);opacity:0}to{transform:scale(1);opacity:1}}.vue-ui-onion *[data-v-6ac88e26]{transition:unset}.vue-ui-onion[data-v-6ac88e26]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-onion .vue-ui-onion-label[data-v-6ac88e26]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-onion-legend[data-v-6ac88e26]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-onion-legend-item[data-v-6ac88e26]{display:flex;align-items:center;gap:6px;cursor:pointer;height:24px}.vue-ui-onion-tooltip[data-v-6ac88e26]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-onion-user-options[data-v-6ac88e26]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-onion-user-options[open][data-v-6ac88e26]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-onion summary[data-v-6ac88e26]{text-align:right;direction:rtl}.vue-ui-onion-user-options-items[data-v-6ac88e26]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-onion-user-options-item[data-v-6ac88e26]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-onion-button[data-v-6ac88e26]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-onion-button[data-v-6ac88e26]:hover{background:rgba(0,0,0,.05)}.vue-ui-onion-print-icon[data-v-6ac88e26]{animation:smartspin-6ac88e26 .5s infinite linear}@keyframes smartspin-6ac88e26{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-onion table[data-v-6ac88e26]{width:100%;border-collapse:collapse}.vue-ui-onion table td[data-v-6ac88e26]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-onion table th[data-v-6ac88e26]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-vertical-bar *[data-v-40667dd2]{transition:unset}.vue-ui-vertical-bar[data-v-40667dd2]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-vertical-bar .vue-ui-vertical-bar-label[data-v-40667dd2]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-vertical-bar-legend[data-v-40667dd2]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-vertical-bar-legend-item[data-v-40667dd2]{display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;height:24px}.vue-ui-vertical-bar-tooltip[data-v-40667dd2]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-vertical-bar-user-options[data-v-40667dd2]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-vertical-bar-user-options[open][data-v-40667dd2]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-vertical-bar summary[data-v-40667dd2]{text-align:right;direction:rtl}.vue-ui-vertical-bar-user-options-items[data-v-40667dd2]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-vertical-bar-user-options-item[data-v-40667dd2]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-vertical-bar-button[data-v-40667dd2]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-vertical-bar-button[data-v-40667dd2]:hover{background:rgba(0,0,0,.05)}.vue-ui-vertical-bar-print-icon[data-v-40667dd2]{animation:smartspin-40667dd2 .5s infinite linear}@keyframes smartspin-40667dd2{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-vertical-bar table[data-v-40667dd2]{width:100%;border-collapse:collapse}.vue-ui-vertical-bar table td[data-v-40667dd2]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-vertical-bar table th[data-v-40667dd2]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-rating-wrapper[data-v-163406e4]{display:flex;align-items:center;gap:1px;width:100%}.vue-ui-mouse-trap[data-v-163406e4]{cursor:pointer}.vue-ui-mouse-trap[data-v-163406e4]:focus:not(:focus-visible){outline:none}.vue-ui-skeleton-animated[data-v-6985b846]{animation:skeleton-animate-6985b846 1.62s infinite linear}@keyframes skeleton-animate-6985b846{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.vue-ui-sparkline *[data-v-c6d34c76],.vue-ui-heatmap *[data-v-bc062c1f]{transition:unset}.vue-ui-heatmap[data-v-bc062c1f]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-heatmap .vue-ui-heatmap-label[data-v-bc062c1f]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-heatmap-legend[data-v-bc062c1f]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-heatmap-legend-item[data-v-bc062c1f]{display:flex;align-items:center;gap:6px;cursor:pointer;height:24px}.vue-ui-heatmap-tooltip[data-v-bc062c1f]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-heatmap-user-options[data-v-bc062c1f]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-heatmap-user-options[open][data-v-bc062c1f]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-heatmap summary[data-v-bc062c1f]{text-align:right;direction:rtl}.vue-ui-heatmap-user-options-items[data-v-bc062c1f]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-heatmap-user-options-item[data-v-bc062c1f]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-heatmap-button[data-v-bc062c1f]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-heatmap-button[data-v-bc062c1f]:hover{background:rgba(0,0,0,.05)}.vue-ui-heatmap-print-icon[data-v-bc062c1f]{animation:smartspin-bc062c1f .5s infinite linear}@keyframes smartspin-bc062c1f{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-heatmap table[data-v-bc062c1f]{width:100%;border-collapse:collapse;overflow:auto;max-height:400px}.vue-ui-heatmap table td[data-v-bc062c1f]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-heatmap table th[data-v-bc062c1f]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-scatter *[data-v-80de7677]{transition:unset}.vue-ui-scatter[data-v-80de7677]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-scatter .vue-ui-scatter-label[data-v-80de7677]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-scatter-legend[data-v-80de7677]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-scatter-legend-item[data-v-80de7677]{display:flex;align-items:center;gap:6px;cursor:pointer;height:24px}.vue-ui-scatter-tooltip[data-v-80de7677]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-scatter-user-options[data-v-80de7677]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-scatter-user-options[open][data-v-80de7677]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-scatter summary[data-v-80de7677]{text-align:right;direction:rtl}.vue-ui-scatter-user-options-items[data-v-80de7677]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-scatter-user-options-item[data-v-80de7677]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-scatter-button[data-v-80de7677]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-scatter-button[data-v-80de7677]:hover{background:rgba(0,0,0,.05)}.vue-ui-scatter-print-icon[data-v-80de7677]{animation:smartspin-80de7677 .5s infinite linear}@keyframes smartspin-80de7677{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-scatter table[data-v-80de7677]{width:100%;border-collapse:collapse}.vue-ui-scatter table td[data-v-80de7677]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-scatter table th[data-v-80de7677]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-candlestick *[data-v-72c41921]{transition:unset}.vue-ui-candlestick[data-v-72c41921]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-candlestick .vue-ui-candlestick-label[data-v-72c41921]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-candlestick-tooltip[data-v-72c41921]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-candlestick-user-options[data-v-72c41921]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-candlestick-user-options[open][data-v-72c41921]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-candlestick summary[data-v-72c41921]{text-align:right;direction:rtl}.vue-ui-candlestick-user-options-items[data-v-72c41921]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-candlestick-user-options-item[data-v-72c41921]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-candlestick-button[data-v-72c41921]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-candlestick-button[data-v-72c41921]:hover{background:rgba(0,0,0,.05)}.vue-ui-candlestick-print-icon[data-v-72c41921]{animation:smartspin-72c41921 .5s infinite linear}@keyframes smartspin-72c41921{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-candlestick table[data-v-72c41921]{width:100%;border-collapse:collapse}.vue-ui-candlestick table td[data-v-72c41921]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-candlestick table th[data-v-72c41921]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-candlestick-range-slider-wrapper[data-v-72c41921]{width:100%;display:flex;flex-direction:row;gap:6px;align-items:center}.vue-ui-candlestick-range-slider[data-v-72c41921]{position:relative;width:100%;height:12px}.vue-ui-candlestick-range-slider-label-right[data-v-72c41921],.vue-ui-candlestick-range-slider-label-left[data-v-72c41921]{width:130px}.vue-ui-candlestick-range-slider-label-right[data-v-72c41921]{text-align:left}.vue-ui-candlestick-range-slider-label-left[data-v-72c41921]{text-align:right}input[type=range][data-v-72c41921]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;outline:none;position:absolute;margin:auto;top:0;bottom:0;left:0;background-color:transparent;pointer-events:none}.vue-ui-candlestick-slider-track[data-v-72c41921]{width:100%;height:5px;position:absolute;margin:auto;top:0;bottom:0;border-radius:5px}input[type=range][data-v-72c41921]::-webkit-slider-runnable-track{-webkit-appearance:none;height:5px}input[type=range][data-v-72c41921]::-moz-range-track{-moz-appearance:none;height:5px}input[type=range][data-v-72c41921]::-ms-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:5px}input[type=range][data-v-72c41921]::-webkit-slider-thumb{-webkit-appearance:none;height:1.3em;width:1.3em;background-color:#858585;cursor:pointer;margin-top:-6px;pointer-events:auto;border-radius:50%}input[type=range][data-v-72c41921]::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1.3em;width:1.3em;cursor:pointer;border-radius:50%;background-color:#858585;pointer-events:auto}input[type=range][data-v-72c41921]::-ms-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1.3em;width:1.3em;cursor:pointer;border-radius:50%;background-color:#858585;pointer-events:auto}input[type=range][data-v-72c41921]:active::-webkit-slider-thumb{background-color:#ccc;border:3px solid #858585}.vue-ui-age-pyramid *[data-v-7227bed0]{transition:unset}.vue-ui-age-pyramid[data-v-7227bed0]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-age-pyramid .vue-ui-age-pyramid-label[data-v-7227bed0]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-age-pyramid-legend[data-v-7227bed0]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-age-pyramid-legend-item[data-v-7227bed0]{display:flex;align-items:center;gap:6px;cursor:pointer;height:24px}.vue-ui-age-pyramid-tooltip[data-v-7227bed0]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1;font-variant-numeric:tabular-nums}.vue-ui-age-pyramid-user-options[data-v-7227bed0]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-age-pyramid-user-options[open][data-v-7227bed0]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-age-pyramid summary[data-v-7227bed0]{text-align:right;direction:rtl}.vue-ui-age-pyramid-user-options-items[data-v-7227bed0]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-age-pyramid-user-options-item[data-v-7227bed0]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-age-pyramid-button[data-v-7227bed0]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-age-pyramid-button[data-v-7227bed0]:hover{background:rgba(0,0,0,.05)}.vue-ui-age-pyramid-print-icon[data-v-7227bed0]{animation:smartspin-7227bed0 .5s infinite linear}@keyframes smartspin-7227bed0{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-age-pyramid table[data-v-7227bed0]{width:100%;border-collapse:collapse}.vue-ui-age-pyramid table td[data-v-7227bed0]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-age-pyramid table th[data-v-7227bed0]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}
1
+ .vue-ui-xy *[data-v-d6f72d7d]{transition:unset}.vue-ui-xy[data-v-d6f72d7d]{position:relative;padding-top:36px}.vue-ui-xy-user-options[data-v-d6f72d7d]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;-webkit-user-select:none;user-select:none;max-width:300px}.vue-ui-xy-user-options[open][data-v-d6f72d7d]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-xy-user-options summary[data-v-d6f72d7d]{text-align:right;direction:rtl}.vue-ui-xy-user-options-items[data-v-d6f72d7d]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-xy-user-options-item[data-v-d6f72d7d]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-xy-legend[data-v-d6f72d7d]{align-items:center;column-gap:24px;display:flex;flex-wrap:wrap;justify-content:center;-webkit-user-select:none;user-select:none;width:100%}.vue-ui-xy-legend-item[data-v-d6f72d7d]{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;cursor:pointer}.vue-ui-xy-legend-item-segregated[data-v-d6f72d7d]{opacity:.5}.vue-ui-xy-title[data-v-d6f72d7d]{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.vue-ui-xy svg rect[data-v-d6f72d7d]{transition:all .11s ease-in-out}.vue-ui-xy-tooltip[data-v-d6f72d7d]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;z-index:1}.vue-ui-xy-table-wrapper[data-v-d6f72d7d]{width:100%;max-height:300px;overflow:auto;margin-top:24px;position:relative}.vue-ui-xy-table-wrapper-printing[data-v-d6f72d7d]{max-height:unset;height:fit-content}.vue-ui-xy-table[data-v-d6f72d7d]{width:100%;border-collapse:collapse}.vue-ui-xy-table td[data-v-d6f72d7d]{border:1px solid #e1e5e8;text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-xy-table thead[data-v-d6f72d7d]{border:1px solid #e1e5e8;background:#fafafa;position:sticky;top:0;font-weight:400;outline:1px solid #e1e5e8;-webkit-user-select:none;user-select:none}.vue-ui-xy-table-tr-selected[data-v-d6f72d7d]{background:#e1e5e8}.vue-ui-xy-button[data-v-d6f72d7d]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-xy-button[data-v-d6f72d7d]:hover{background:rgba(0,0,0,.05)}.vue-ui-xy-print-icon[data-v-d6f72d7d]{animation:smartspin-d6f72d7d .5s infinite linear}@keyframes smartspin-d6f72d7d{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-xy-range-slider-wrapper[data-v-d6f72d7d]{width:100%;display:flex;flex-direction:row;gap:6px;align-items:center}.vue-ui-xy-range-slider[data-v-d6f72d7d]{position:relative;width:100%;height:12px}.vue-ui-xy-range-slider-label-right[data-v-d6f72d7d],.vue-ui-xy-range-slider-label-left[data-v-d6f72d7d]{width:100px}.vue-ui-xy-range-slider-label-right[data-v-d6f72d7d]{text-align:left}.vue-ui-xy-range-slider-label-left[data-v-d6f72d7d]{text-align:right}input[type=range][data-v-d6f72d7d]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;outline:none;position:absolute;margin:auto;top:0;bottom:0;background-color:transparent;pointer-events:none}.vue-ui-xy-slider-track[data-v-d6f72d7d]{width:100%;height:5px;position:absolute;margin:auto;top:0;bottom:0;border-radius:5px}input[type=range][data-v-d6f72d7d]::-webkit-slider-runnable-track{-webkit-appearance:none;height:5px}input[type=range][data-v-d6f72d7d]::-moz-range-track{-moz-appearance:none;height:5px}input[type=range][data-v-d6f72d7d]::-ms-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:5px}input[type=range][data-v-d6f72d7d]::-webkit-slider-thumb{-webkit-appearance:none;height:1.3em;width:1.3em;background-color:#858585;cursor:pointer;margin-top:-6px;pointer-events:auto;border-radius:50%}input[type=range][data-v-d6f72d7d]::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1.3em;width:1.3em;cursor:pointer;border-radius:50%;background-color:#858585;pointer-events:auto}input[type=range][data-v-d6f72d7d]::-ms-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1.3em;width:1.3em;cursor:pointer;border-radius:50%;background-color:#858585;pointer-events:auto}input[type=range][data-v-d6f72d7d]:active::-webkit-slider-thumb{background-color:#ccc;border:3px solid #858585}.vue-ui-table-main[data-v-dd01e377]{height:fit-content;padding:0 0 98px;position:relative}.vue-ui-table__wrapper[data-v-dd01e377]{overflow-x:auto;padding:0 12px 48px;position:relative;width:calc(100% - 24px)}.vue-ui-table-main thead[data-v-dd01e377]{position:sticky;top:0}.vue-ui-table[data-v-dd01e377]{width:100%;position:relative}.vue-ui-table-main table[data-v-dd01e377]{border-collapse:collapse}.vue-ui-table-main th[data-v-dd01e377],.vue-ui-table-main td[data-v-dd01e377]{padding:3px 8px}.vue-ui-table-main tr td[data-v-dd01e377]{outline:1px solid white}.vue-ui-table-main .th-numeric[data-v-dd01e377]{text-align:right;font-variant-numeric:tabular-nums}.vue-ui-table-main .th-filter[data-v-dd01e377]{align-items:center;display:flex;flex-direction:row;gap:6px;justify-content:center;position:relative}.vue-ui-table-main button[data-v-dd01e377]{align-items:center;cursor:pointer;display:flex;justify-content:center;width:32px}.vue-ui-table-main input[data-v-dd01e377]{padding:0 6px;font-family:Satoshi}.vue-ui-table-main button[data-v-dd01e377],.vue-ui-table-main input[data-v-dd01e377]{border-radius:6px;height:32px}.vue-ui-table-main button[data-v-dd01e377]{border:1px solid grey}.vue-ui-table-main button[data-v-dd01e377]:hover,.vue-ui-table-main button[data-v-dd01e377]:focus,.vue-ui-table-main input[data-v-dd01e377]:hover,.vue-ui-table-main input[data-v-dd01e377]:focus{outline:3px solid rgba(128,128,128,.432)}.vue-ui-table-main button.clicked[data-v-dd01e377]{animation:clicked-dd01e377 .15s ease-in-out}.vue-ui-table-main button[disabled][data-v-dd01e377]{cursor:not-allowed}.vue-ui-table-main button[disabled][data-v-dd01e377]:focus,.vue-ui-table-main button[disabled][data-v-dd01e377]:hover{outline:none}button.th-reset[data-v-dd01e377]:not(:disabled){background:radial-gradient(at top,#f19a71,#F17171);border:1px solid #F17171;color:#fff}.vue-ui-table-main button.th-reset[data-v-dd01e377]:not(:disabled):hover,.vue-ui-table-main button.th-reset[data-v-dd01e377]:not(:disabled):focus{outline:3px solid #f171717e}.vue-ui-table-main [data-is-open=false][data-v-dd01e377]{transform:scale(0)}.vue-ui-table-main .th-dropdown[data-is-open=true][data-v-dd01e377]{animation:open-dropdown-dd01e377 .2s ease-in}.vue-ui-table-main .th-dropdown[data-is-open=false][data-v-dd01e377]{animation:close-dropdown-dd01e377 .2s ease-in}.vue-ui-table-main .th-dropdown[data-v-dd01e377]{align-items:center;border-radius:8px;border:1px solid white;box-shadow:0 6px 12px -6px #00000080;display:flex;flex-direction:column;justify-content:flex-start;left:0;max-width:300px;min-width:150px;padding:24px 12px 12px;position:absolute;top:calc(100% + 12px)}.vue-ui-table-main .th-option[data-v-dd01e377]{border-radius:6px;cursor:pointer;padding:2px 6px;text-align:left;-webkit-user-select:none;user-select:none;width:100%;font-weight:400}.vue-ui-table-main .th-option[data-v-dd01e377]:hover{background-color:#ffffff1a;box-shadow:0 3px 6px -3px #00000080;z-index:1}.vue-ui-table-main button.close-dropdown[data-v-dd01e377],.vue-ui-table-main button.close-chart-modal[data-v-dd01e377]{align-items:center;border-radius:50%;border:none;display:flex;height:20px;padding:2px;position:absolute;right:6px;top:6px;width:20px}.vue-ui-table-main button.close-dropdown[data-v-dd01e377]:hover,.vue-ui-table-main button.close-dropdown[data-v-dd01e377]:focus,.vue-ui-table-main button.close-chart-modal[data-v-dd01e377]:hover,.vue-ui-table-main button.close-char-modal[data-v-dd01e377]:focus{outline:3px solid #2d353c71}.vue-ui-table-main .th-button-active[data-v-dd01e377]{background:radial-gradient(at top,#968bf1,#6376DD);color:#fff}.vue-ui-table-main .th-button-active[data-v-dd01e377]:hover,.vue-ui-table-main .th-button-active[data-v-dd01e377]:focus{outline:3px solid #6375dd7a}.vue-ui-table-main .th-date[data-v-dd01e377]{align-items:center;display:flex;flex-direction:row;gap:6px;justify-content:center;width:100%}.vue-ui-table-main .date-wrapper--inputs[data-v-dd01e377]{align-items:center;display:flex;flex-direction:column;gap:6px;justify-content:center;width:100%}.vue-ui-table-main .date-wrapper--button[data-v-dd01e377]{display:flex;gap:3px}.vue-ui-table-main input[type=date][data-v-dd01e377]{border-radius:4px;font-size:12px;font-variant-numeric:tabular-nums;height:20px!important;width:100px}.vue-ui-table-main .date-fieldset[data-v-dd01e377]{align-items:center;display:flex;flex-direction:row;gap:6px;justify-content:center;width:100%}.vue-ui-table-main .date-fieldset label[data-v-dd01e377]{font-size:12px;font-weight:400}@keyframes clicked-dd01e377{0%{transform:scale(.9)}90%{transform:scale(1.03)}to{transform:scale(1)}}.vue-ui-table-main td.td-numeric[data-v-dd01e377]{cursor:pointer}.vue-ui-table-main .td-selector-info[data-v-dd01e377]{align-items:center;border-radius:0 0 6px 6px;bottom:76px;display:flex;font-size:14px;justify-content:flex-end;min-height:20px;padding:2px 4px 2px 2px;position:absolute;right:0;text-align:right;width:100%;z-index:1}.vue-ui-table-main button.td-selector-info-reset[data-v-dd01e377]{background:transparent;border:none;color:#f17171;height:14px;margin-left:24px;padding:0;width:14px}.vue-ui-table-main button.td-selector-info-reset[data-v-dd01e377]:hover,.vue-ui-table-main button.td-selector-info-reset[data-v-dd01e377]:focus{outline:3px solid #f171717e}.vue-ui-table-main .format-num[data-v-dd01e377]{font-variant-numeric:tabular-nums}.vue-ui-table-main .td-selector-icon[data-v-dd01e377]{margin-bottom:-5px;margin-right:6px}.vue-ui-table-main .vue-ui-table-pagination[data-v-dd01e377]{align-items:center;bottom:24px;display:flex;flex-direction:row;gap:12px;height:40px;justify-content:center;position:absolute;width:100%;z-index:1}.vue-ui-table-main button.vue-ui-table-navigation[data-v-dd01e377]{height:36px;padding:1px;width:36px}.vue-ui-table-main .vue-ui-table-navigation-indicator[data-v-dd01e377]{border-radius:6px;bottom:70px;height:6px;position:absolute;transition:all .1s ease-in-out}.vue-ui-table-main .vue-ui-table-page-scroller-wrapper[data-v-dd01e377]{align-items:center;display:flex;flex-direction:column;justify-content:center}.vue-ui-table-main input.vue-ui-table-page-scroller[data-v-dd01e377]{cursor:pointer;height:24px;padding:0}.vue-ui-table-main .vue-ui-table-paginator[data-v-dd01e377]{position:absolute;bottom:0;z-index:2;left:12px;display:flex;flex-direction:row;gap:6px;font-size:14px;justify-content:center;align-items:center;width:calc(100% - 24px)}.vue-ui-table-main .vue-ui-table-paginator select[data-v-dd01e377]{border-radius:3px}.vue-ui-table-main .vue-ui-table-size-warning[data-v-dd01e377]{align-items:center;bottom:-24px;color:#f17171;display:flex;flex-direction:row;flex-wrap:wrap;font-size:12px;gap:6px;justify-content:center;position:absolute;text-align:center;width:100%}.vue-ui-table-main th.vue-ui-table-col-selector[data-v-dd01e377]{height:12px}.vue-ui-table-main .col-selector[data-v-dd01e377]{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;width:100%}.vue-ui-table-main th.col-selector--selected[data-v-dd01e377]{background:radial-gradient(at top left,#9586eb,#6376DD);color:#fff}.vue-ui-table-main th.col-selector--selected div[data-v-dd01e377]{background:transparent;color:#fff}.vue-ui-table-main .vue-ui-table-chart-modal[data-v-dd01e377]{align-items:center;border-radius:8px;border:1px solid white;box-shadow:0 6px 12px -6px #0000004d;display:flex;flex-direction:column;justify-content:center;min-height:200px;min-width:300px;max-width:800px;overflow:hidden;padding:12px;position:fixed;resize:horizontal;-webkit-user-select:none;user-select:none;z-index:10000}.vue-ui-table-main .vue-ui-table-chart-svg[data-v-dd01e377]{border-radius:6px;margin-bottom:12px;overflow:visible;padding:12px;width:calc(100% - 24px)}.vue-ui-table-main .vue-ui-table-donut-chart[data-v-dd01e377]{border-radius:6px}.vue-ui-table-main td.vue-ui-table-td-iteration[data-v-dd01e377]{font-size:12px;font-variant-numeric:tabular-nums;text-align:right;-webkit-user-select:none;user-select:none}.vue-ui-table-main .chart-trend[data-v-dd01e377]{font-size:12px;padding-left:12px}.vue-ui-table-main .chart-modal-options[data-v-dd01e377]{bottom:12px;display:flex;flex-direction:row;gap:8px;position:absolute;right:24px}.vue-ui-table-main .chart-modal-options button[data-v-dd01e377]{height:24px;padding:3px;width:24px}.vue-ui-table-main .th-range-filter[data-v-dd01e377]{display:flex;align-items:center;justify-content:center;gap:2px;flex-direction:column}.vue-ui-table-main .th-range-filter input[data-v-dd01e377]{height:20px;width:60px;font-variant-numeric:tabular-nums;font-size:12px}.vue-ui-table-main .th-range-filter label[data-v-dd01e377]{font-size:12px;font-weight:400;margin-bottom:-3px}.vue-ui-table-main .vue-ui-table-fieldset-wrapper[data-v-dd01e377]{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;margin-bottom:12px}.vue-ui-table-main .vue-ui-table-fieldset[data-v-dd01e377]{border-radius:6px;margin-bottom:24px;border:1px solid white}.vue-ui-table-main .vue-ui-table-fieldset legend[data-v-dd01e377]{color:gray}.vue-ui-table-main .vue-ui-table-fieldset-option[data-v-dd01e377]{display:flex;align-items:center}.vue-ui-table-main .vue-ui-table-fieldset-option input[data-v-dd01e377]{height:14px;width:14px;border-radius:50%}.vue-ui-table-main button.vue-ui-table-generate-donut[data-v-dd01e377]{align-items:center;display:flex;gap:3px;justify-content:center;margin:24px auto 12px;padding-left:12px;padding-right:12px;width:fit-content}.vue-ui-table-main button.vue-ui-table-generate-donut[disabled][data-v-dd01e377]{opacity:.5}.vue-ui-table-main .vue-ui-table-donut-legend[data-v-dd01e377]{align-items:center;column-gap:12px;display:flex;flex-wrap:wrap;font-size:12px;justify-content:center;margin:0 auto;max-width:400px;padding-bottom:36px}.vue-ui-table-main .vue-ui-table-donut-legend-item[data-v-dd01e377]{align-items:center;display:flex;flex-direction:row;gap:3px;justify-content:center}.vue-ui-table-main .vue-ui-table-donut-label[data-v-dd01e377]{align-items:center;display:flex;flex-direction:column;font-size:4px;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-table-main .vue-ui-table-donut-label-name[data-v-dd01e377]{font-size:3px;line-height:3px}.vue-ui-table-main td[data-v-dd01e377]:focus{outline:3px solid #202d7470}.vue-ui-table-main .vue-ui-table-export-hub[data-v-dd01e377]{left:5px;position:absolute;top:0;z-index:1001}.vue-ui-table-main .vue-ui-table-export-hub-dropdown[data-v-dd01e377]{position:absolute;top:40px;left:0;padding:24px;border-radius:8px;border:1px solid white;box-shadow:0 6px 12px -6px #00000080;transform:scale(0);opacity:0}.vue-ui-table-main .vue-ui-table-export-hub-dropdown[data-is-open=true][data-v-dd01e377]{animation:open-dropdown-dd01e377 .2s ease-in forwards}.vue-ui-table-main .vue-ui-table-export-hub-dropdown[data-is-open=false][data-v-dd01e377]{animation:close-dropdown-dd01e377 .2s ease-in}.vue-ui-table-main .vue-ui-table-export-hub-options[data-v-dd01e377]{margin-top:12px;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center}.vue-ui-table-main .vue-ui-table-export-hub-options button[data-v-dd01e377]{width:fit-content;display:flex;align-items:center;justify-content:center;gap:3px;min-width:130px}.vue-ui-table-main .vue-ui-table-export-hub-option-wrapper[data-v-dd01e377]{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:flex-start}.vue-ui-table-main .vue-ui-table-export-hub-option-wrapper .label[data-v-dd01e377]{font-size:12px;line-height:12px;margin-bottom:6px;width:100px}.vue-ui-table-main .td-nan[data-v-dd01e377]{background:#F17171}.vue-ui-table-main .td-has-nan[data-v-dd01e377],.vue-ui-table-main .th-has-nan[data-v-dd01e377]{background:#F17171;min-width:100px;color:#fff}@keyframes open-dropdown-dd01e377{0%{transform:scaleY(.9);opacity:0}50%{transform:scaleY(1.05);opacity:1}to{transform:scale(1);opacity:1}}@keyframes close-dropdown-dd01e377{0%{transform:scale(1.05);opacity:1}to{transform:scale(0);opacity:0}}.vue-ui-donut *[data-v-0f3ee460]{transition:unset}.vue-ui-donut[data-v-0f3ee460]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-donut .vue-ui-donut-label[data-v-0f3ee460]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-donut-legend[data-v-0f3ee460]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-donut-legend-item[data-v-0f3ee460]{display:flex;align-items:center;gap:6px;cursor:pointer;height:24px}.vue-ui-donut-tooltip[data-v-0f3ee460]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-donut-user-options[data-v-0f3ee460]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-donut-user-options[open][data-v-0f3ee460]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-donut summary[data-v-0f3ee460]{text-align:right;direction:rtl}.vue-ui-donut-user-options-items[data-v-0f3ee460]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-donut-user-options-item[data-v-0f3ee460]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-donut-button[data-v-0f3ee460]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-donut-button[data-v-0f3ee460]:hover{background:rgba(0,0,0,.05)}.vue-ui-donut-print-icon[data-v-0f3ee460]{animation:smartspin-0f3ee460 .5s infinite linear}@keyframes smartspin-0f3ee460{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-donut table[data-v-0f3ee460]{width:100%;border-collapse:collapse}.vue-ui-donut table td[data-v-0f3ee460]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-donut table th[data-v-0f3ee460]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-waffle *[data-v-5a6a0a06]{transition:unset}.vue-ui-waffle[data-v-5a6a0a06]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-waffle .vue-ui-waffle-label[data-v-5a6a0a06]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-waffle-legend[data-v-5a6a0a06]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-waffle-legend-item[data-v-5a6a0a06]{display:flex;align-items:center;gap:6px;cursor:pointer;height:24px}.vue-ui-waffle-tooltip[data-v-5a6a0a06]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-waffle-user-options[data-v-5a6a0a06]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-waffle-user-options[open][data-v-5a6a0a06]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-waffle summary[data-v-5a6a0a06]{text-align:right;direction:rtl}.vue-ui-waffle-user-options-items[data-v-5a6a0a06]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-waffle-user-options-item[data-v-5a6a0a06]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-waffle-button[data-v-5a6a0a06]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-waffle-button[data-v-5a6a0a06]:hover{background:rgba(0,0,0,.05)}.vue-ui-waffle-print-icon[data-v-5a6a0a06]{animation:smartspin-5a6a0a06 .5s infinite linear}@keyframes smartspin-5a6a0a06{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-waffle table[data-v-5a6a0a06]{width:100%;border-collapse:collapse}.vue-ui-waffle table td[data-v-5a6a0a06]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-waffle table th[data-v-5a6a0a06]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-radar *[data-v-666ccf55]{transition:unset}.vue-ui-radar[data-v-666ccf55]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-radar .vue-ui-radar-label[data-v-666ccf55]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-radar-legend[data-v-666ccf55]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-radar-legend-item[data-v-666ccf55]{display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;height:24px}.vue-ui-radar-tooltip[data-v-666ccf55]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-radar-user-options[data-v-666ccf55]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-radar-user-options[open][data-v-666ccf55]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-radar summary[data-v-666ccf55]{text-align:right;direction:rtl}.vue-ui-radar-user-options-items[data-v-666ccf55]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-radar-user-options-item[data-v-666ccf55]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-radar-button[data-v-666ccf55]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-radar-button[data-v-666ccf55]:hover{background:rgba(0,0,0,.05)}.vue-ui-radar-print-icon[data-v-666ccf55]{animation:smartspin-666ccf55 .5s infinite linear}@keyframes smartspin-666ccf55{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-radar table[data-v-666ccf55]{width:100%;border-collapse:collapse}.vue-ui-radar table td[data-v-666ccf55]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-radar table th[data-v-666ccf55]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-quadrant *[data-v-38ab32ad]{transition:unset}.vue-ui-quadrant[data-v-38ab32ad]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-quadrant .vue-ui-quadrant-label[data-v-38ab32ad]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-quadrant-legend[data-v-38ab32ad]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-quadrant-legend-item[data-v-38ab32ad]{display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;height:24px}.vue-ui-quadrant-tooltip[data-v-38ab32ad]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-quadrant-user-options[data-v-38ab32ad]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-quadrant-user-options[open][data-v-38ab32ad]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-quadrant summary[data-v-38ab32ad]{text-align:right;direction:rtl}.vue-ui-quadrant-user-options-items[data-v-38ab32ad]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-quadrant-user-options-item[data-v-38ab32ad]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-quadrant-button[data-v-38ab32ad]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-quadrant-button[data-v-38ab32ad]:hover{background:rgba(0,0,0,.05)}.vue-ui-quadrant-print-icon[data-v-38ab32ad]{animation:smartspin-38ab32ad .5s infinite linear}@keyframes smartspin-38ab32ad{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-quadrant table[data-v-38ab32ad]{width:100%;border-collapse:collapse}.vue-ui-quadrant table td[data-v-38ab32ad]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-quadrant table th[data-v-38ab32ad]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-gauge *[data-v-77e98d1e]{transition:unset}.vue-ui-gauge[data-v-77e98d1e]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-gauge .vue-ui-gauge-label[data-v-77e98d1e]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-gauge-legend[data-v-77e98d1e]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-gauge-legend-item[data-v-77e98d1e]{display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;height:24px}.vue-ui-gauge-tooltip[data-v-77e98d1e]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-gauge-user-options[data-v-77e98d1e]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-gauge-user-options[open][data-v-77e98d1e]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-gauge summary[data-v-77e98d1e]{text-align:right;direction:rtl}.vue-ui-gauge-user-options-items[data-v-77e98d1e]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-gauge-user-options-item[data-v-77e98d1e]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-gauge-button[data-v-77e98d1e]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-gauge-button[data-v-77e98d1e]:hover{background:rgba(0,0,0,.05)}.vue-ui-gauge-print-icon[data-v-77e98d1e]{animation:smartspin-77e98d1e .5s infinite linear}@keyframes smartspin-77e98d1e{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-chestnut *[data-v-3b3ce464]{transition:unset}.vue-ui-chestnut[data-v-3b3ce464]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-chestnut .vue-ui-chestnut-label[data-v-3b3ce464]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-chestnut-legend[data-v-3b3ce464]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-chestnut-legend-item[data-v-3b3ce464]{display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;height:24px}.vue-ui-chestnut-tooltip[data-v-3b3ce464]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-chestnut-user-options[data-v-3b3ce464]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-chestnut-user-options[open][data-v-3b3ce464]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-chestnut summary[data-v-3b3ce464]{text-align:right;direction:rtl}.vue-ui-chestnut-user-options-items[data-v-3b3ce464]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-chestnut-user-options-item[data-v-3b3ce464]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-chestnut-button[data-v-3b3ce464]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-chestnut-button[data-v-3b3ce464]:hover{background:rgba(0,0,0,.05)}.vue-ui-chestnut-print-icon[data-v-3b3ce464]{animation:smartspin-3b3ce464 .5s infinite linear}@keyframes smartspin-3b3ce464{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-chestnut table[data-v-3b3ce464]{width:100%;border-collapse:collapse}.vue-ui-chestnut table td[data-v-3b3ce464]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-chestnut table th[data-v-3b3ce464]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-chestnut-animated[data-v-3b3ce464]{opacity:0;animation:chestnut-opacity-3b3ce464 .2s ease-in-out forwards}@keyframes chestnut-opacity-3b3ce464{0%{transform:scaleX(.98);opacity:0}to{transform:scale(1);opacity:1}}.vue-ui-onion *[data-v-6ac88e26]{transition:unset}.vue-ui-onion[data-v-6ac88e26]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-onion .vue-ui-onion-label[data-v-6ac88e26]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-onion-legend[data-v-6ac88e26]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-onion-legend-item[data-v-6ac88e26]{display:flex;align-items:center;gap:6px;cursor:pointer;height:24px}.vue-ui-onion-tooltip[data-v-6ac88e26]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-onion-user-options[data-v-6ac88e26]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-onion-user-options[open][data-v-6ac88e26]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-onion summary[data-v-6ac88e26]{text-align:right;direction:rtl}.vue-ui-onion-user-options-items[data-v-6ac88e26]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-onion-user-options-item[data-v-6ac88e26]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-onion-button[data-v-6ac88e26]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-onion-button[data-v-6ac88e26]:hover{background:rgba(0,0,0,.05)}.vue-ui-onion-print-icon[data-v-6ac88e26]{animation:smartspin-6ac88e26 .5s infinite linear}@keyframes smartspin-6ac88e26{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-onion table[data-v-6ac88e26]{width:100%;border-collapse:collapse}.vue-ui-onion table td[data-v-6ac88e26]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-onion table th[data-v-6ac88e26]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-vertical-bar *[data-v-40667dd2]{transition:unset}.vue-ui-vertical-bar[data-v-40667dd2]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-vertical-bar .vue-ui-vertical-bar-label[data-v-40667dd2]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-vertical-bar-legend[data-v-40667dd2]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-vertical-bar-legend-item[data-v-40667dd2]{display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;height:24px}.vue-ui-vertical-bar-tooltip[data-v-40667dd2]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-vertical-bar-user-options[data-v-40667dd2]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-vertical-bar-user-options[open][data-v-40667dd2]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-vertical-bar summary[data-v-40667dd2]{text-align:right;direction:rtl}.vue-ui-vertical-bar-user-options-items[data-v-40667dd2]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-vertical-bar-user-options-item[data-v-40667dd2]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-vertical-bar-button[data-v-40667dd2]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-vertical-bar-button[data-v-40667dd2]:hover{background:rgba(0,0,0,.05)}.vue-ui-vertical-bar-print-icon[data-v-40667dd2]{animation:smartspin-40667dd2 .5s infinite linear}@keyframes smartspin-40667dd2{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-vertical-bar table[data-v-40667dd2]{width:100%;border-collapse:collapse}.vue-ui-vertical-bar table td[data-v-40667dd2]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-vertical-bar table th[data-v-40667dd2]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-rating-wrapper[data-v-163406e4]{display:flex;align-items:center;gap:1px;width:100%}.vue-ui-mouse-trap[data-v-163406e4]{cursor:pointer}.vue-ui-mouse-trap[data-v-163406e4]:focus:not(:focus-visible){outline:none}.vue-ui-skeleton-animated[data-v-6985b846]{animation:skeleton-animate-6985b846 1.62s infinite linear}@keyframes skeleton-animate-6985b846{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.vue-ui-sparkline *[data-v-c6d34c76],.vue-ui-heatmap *[data-v-bc062c1f]{transition:unset}.vue-ui-heatmap[data-v-bc062c1f]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-heatmap .vue-ui-heatmap-label[data-v-bc062c1f]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-heatmap-legend[data-v-bc062c1f]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-heatmap-legend-item[data-v-bc062c1f]{display:flex;align-items:center;gap:6px;cursor:pointer;height:24px}.vue-ui-heatmap-tooltip[data-v-bc062c1f]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-heatmap-user-options[data-v-bc062c1f]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-heatmap-user-options[open][data-v-bc062c1f]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-heatmap summary[data-v-bc062c1f]{text-align:right;direction:rtl}.vue-ui-heatmap-user-options-items[data-v-bc062c1f]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-heatmap-user-options-item[data-v-bc062c1f]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-heatmap-button[data-v-bc062c1f]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-heatmap-button[data-v-bc062c1f]:hover{background:rgba(0,0,0,.05)}.vue-ui-heatmap-print-icon[data-v-bc062c1f]{animation:smartspin-bc062c1f .5s infinite linear}@keyframes smartspin-bc062c1f{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-heatmap table[data-v-bc062c1f]{width:100%;border-collapse:collapse;overflow:auto;max-height:400px}.vue-ui-heatmap table td[data-v-bc062c1f]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-heatmap table th[data-v-bc062c1f]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-scatter *[data-v-80de7677]{transition:unset}.vue-ui-scatter[data-v-80de7677]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-scatter .vue-ui-scatter-label[data-v-80de7677]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-scatter-legend[data-v-80de7677]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-scatter-legend-item[data-v-80de7677]{display:flex;align-items:center;gap:6px;cursor:pointer;height:24px}.vue-ui-scatter-tooltip[data-v-80de7677]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-scatter-user-options[data-v-80de7677]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-scatter-user-options[open][data-v-80de7677]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-scatter summary[data-v-80de7677]{text-align:right;direction:rtl}.vue-ui-scatter-user-options-items[data-v-80de7677]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-scatter-user-options-item[data-v-80de7677]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-scatter-button[data-v-80de7677]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-scatter-button[data-v-80de7677]:hover{background:rgba(0,0,0,.05)}.vue-ui-scatter-print-icon[data-v-80de7677]{animation:smartspin-80de7677 .5s infinite linear}@keyframes smartspin-80de7677{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-scatter table[data-v-80de7677]{width:100%;border-collapse:collapse}.vue-ui-scatter table td[data-v-80de7677]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-scatter table th[data-v-80de7677]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-candlestick *[data-v-72c41921]{transition:unset}.vue-ui-candlestick[data-v-72c41921]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-candlestick .vue-ui-candlestick-label[data-v-72c41921]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-candlestick-tooltip[data-v-72c41921]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-candlestick-user-options[data-v-72c41921]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-candlestick-user-options[open][data-v-72c41921]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-candlestick summary[data-v-72c41921]{text-align:right;direction:rtl}.vue-ui-candlestick-user-options-items[data-v-72c41921]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-candlestick-user-options-item[data-v-72c41921]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-candlestick-button[data-v-72c41921]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-candlestick-button[data-v-72c41921]:hover{background:rgba(0,0,0,.05)}.vue-ui-candlestick-print-icon[data-v-72c41921]{animation:smartspin-72c41921 .5s infinite linear}@keyframes smartspin-72c41921{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-candlestick table[data-v-72c41921]{width:100%;border-collapse:collapse}.vue-ui-candlestick table td[data-v-72c41921]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-candlestick table th[data-v-72c41921]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}.vue-ui-candlestick-range-slider-wrapper[data-v-72c41921]{width:100%;display:flex;flex-direction:row;gap:6px;align-items:center}.vue-ui-candlestick-range-slider[data-v-72c41921]{position:relative;width:100%;height:12px}.vue-ui-candlestick-range-slider-label-right[data-v-72c41921],.vue-ui-candlestick-range-slider-label-left[data-v-72c41921]{width:130px}.vue-ui-candlestick-range-slider-label-right[data-v-72c41921]{text-align:left}.vue-ui-candlestick-range-slider-label-left[data-v-72c41921]{text-align:right}input[type=range][data-v-72c41921]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;outline:none;position:absolute;margin:auto;top:0;bottom:0;left:0;background-color:transparent;pointer-events:none}.vue-ui-candlestick-slider-track[data-v-72c41921]{width:100%;height:5px;position:absolute;margin:auto;top:0;bottom:0;border-radius:5px}input[type=range][data-v-72c41921]::-webkit-slider-runnable-track{-webkit-appearance:none;height:5px}input[type=range][data-v-72c41921]::-moz-range-track{-moz-appearance:none;height:5px}input[type=range][data-v-72c41921]::-ms-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:5px}input[type=range][data-v-72c41921]::-webkit-slider-thumb{-webkit-appearance:none;height:1.3em;width:1.3em;background-color:#858585;cursor:pointer;margin-top:-6px;pointer-events:auto;border-radius:50%}input[type=range][data-v-72c41921]::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1.3em;width:1.3em;cursor:pointer;border-radius:50%;background-color:#858585;pointer-events:auto}input[type=range][data-v-72c41921]::-ms-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1.3em;width:1.3em;cursor:pointer;border-radius:50%;background-color:#858585;pointer-events:auto}input[type=range][data-v-72c41921]:active::-webkit-slider-thumb{background-color:#ccc;border:3px solid #858585}.vue-ui-age-pyramid *[data-v-7227bed0]{transition:unset}.vue-ui-age-pyramid[data-v-7227bed0]{-webkit-user-select:none;user-select:none;position:relative;padding-top:36px}.vue-ui-age-pyramid .vue-ui-age-pyramid-label[data-v-7227bed0]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-age-pyramid-legend[data-v-7227bed0]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-age-pyramid-legend-item[data-v-7227bed0]{display:flex;align-items:center;gap:6px;cursor:pointer;height:24px}.vue-ui-age-pyramid-tooltip[data-v-7227bed0]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1;font-variant-numeric:tabular-nums}.vue-ui-age-pyramid-user-options[data-v-7227bed0]{border-radius:4px;padding:6px 12px;position:absolute;right:0;top:0;max-width:300px;text-align:left}.vue-ui-age-pyramid-user-options[open][data-v-7227bed0]{border:1px solid #e1e5e8;box-shadow:0 6px 12px -6px #0003}.vue-ui-age-pyramid summary[data-v-7227bed0]{text-align:right;direction:rtl}.vue-ui-age-pyramid-user-options-items[data-v-7227bed0]{width:100%;display:flex;flex-direction:column;margin-top:6px}.vue-ui-age-pyramid-user-options-item[data-v-7227bed0]{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.vue-ui-age-pyramid-button[data-v-7227bed0]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center}.vue-ui-age-pyramid-button[data-v-7227bed0]:hover{background:rgba(0,0,0,.05)}.vue-ui-age-pyramid-print-icon[data-v-7227bed0]{animation:smartspin-7227bed0 .5s infinite linear}@keyframes smartspin-7227bed0{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-age-pyramid table[data-v-7227bed0]{width:100%;border-collapse:collapse}.vue-ui-age-pyramid table td[data-v-7227bed0]{text-align:right;padding-right:6px;font-variant-numeric:tabular-nums}.vue-ui-age-pyramid table th[data-v-7227bed0]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}
@@ -1,4 +1,4 @@
1
- import { q as u, p as s, g as V, b as U, f as t, n, h as r, e as o, d as l, k as c, o as d, j as m, l as p, m as f, a as g, i as k, c as S, v as h } from "./index-8eb1eda2.js";
1
+ import { q as u, p as s, g as V, b as U, f as t, n, h as r, e as o, d as l, k as c, o as d, j as m, l as p, m as f, a as g, i as k, c as S, v as h } from "./index-df049e6d.js";
2
2
  import "vue";
3
3
  export {
4
4
  u as VueUiAgePyramid,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vue-data-ui",
3
3
  "private": false,
4
- "version": "1.5.2",
4
+ "version": "1.5.3",
5
5
  "type": "module",
6
6
  "description": "A user-empowering data visualization Vue components library",
7
7
  "keywords": [