vue-data-ui 2.0.62 → 2.0.63

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.
@@ -26,7 +26,7 @@ var pc = function(e, t) {
26
26
  Object.prototype.hasOwnProperty.call(r, l) && (a[l] = r[l]);
27
27
  }, pc(e, t);
28
28
  };
29
- function no(e, t) {
29
+ function so(e, t) {
30
30
  if (typeof t != "function" && t !== null)
31
31
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
32
32
  pc(e, t);
@@ -393,7 +393,7 @@ var e1 = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
393
393
  return { done: !0, value: null };
394
394
  }
395
395
  };
396
- }, y1 = 1, p1 = 2, Ws = 4, oh = 8, xA = 10, rh = 47, Ns = 92, b1 = 9, w1 = 32, Ki = 34, ks = 61, m1 = 35, x1 = 36, C1 = 37, ji = 39, Wi = 40, _s = 41, B1 = 95, xl = 45, k1 = 33, _1 = 60, F1 = 62, S1 = 64, L1 = 91, U1 = 93, Q1 = 61, M1 = 123, Gi = 63, $1 = 125, nh = 124, I1 = 126, E1 = 128, sh = 65533, ju = 42, zr = 43, N1 = 44, T1 = 58, D1 = 59, Rs = 46, H1 = 0, P1 = 8, z1 = 11, O1 = 14, R1 = 31, V1 = 127, mo = -1, _f = 48, Ff = 97, Sf = 101, K1 = 102, j1 = 117, W1 = 122, Lf = 65, Uf = 69, Qf = 70, G1 = 85, X1 = 90, il = function(e) {
396
+ }, y1 = 1, p1 = 2, Ws = 4, oh = 8, xA = 10, rh = 47, Ns = 92, b1 = 9, w1 = 32, Ki = 34, ks = 61, m1 = 35, x1 = 36, C1 = 37, ji = 39, Wi = 40, _s = 41, B1 = 95, xl = 45, k1 = 33, _1 = 60, F1 = 62, S1 = 64, L1 = 91, U1 = 93, Q1 = 61, M1 = 123, Gi = 63, $1 = 125, nh = 124, I1 = 126, E1 = 128, sh = 65533, ju = 42, zr = 43, N1 = 44, T1 = 58, D1 = 59, Rs = 46, H1 = 0, P1 = 8, z1 = 11, O1 = 14, R1 = 31, V1 = 127, xo = -1, _f = 48, Ff = 97, Sf = 101, K1 = 102, j1 = 117, W1 = 122, Lf = 65, Uf = 69, Qf = 70, G1 = 85, X1 = 90, il = function(e) {
397
397
  return e >= _f && e <= 57;
398
398
  }, q1 = function(e) {
399
399
  return e >= 55296 && e <= 57343;
@@ -564,7 +564,7 @@ var e1 = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
564
564
  var v = this.consumeCodePoint();
565
565
  if (v === ju && (v = this.consumeCodePoint(), v === rh))
566
566
  return this.consumeToken();
567
- if (v === mo)
567
+ if (v === xo)
568
568
  return this.consumeToken();
569
569
  }
570
570
  break;
@@ -613,7 +613,7 @@ var e1 = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
613
613
  if (this.peekCodePoint(0) === ks)
614
614
  return this.consumeCodePoint(), u0;
615
615
  break;
616
- case mo:
616
+ case xo:
617
617
  return Uc;
618
618
  }
619
619
  return Xi(t) ? (this.consumeWhiteSpace(), m0) : il(t) ? (this.reconsumeCodePoint(t), this.consumeNumericToken()) : CA(t) ? (this.reconsumeCodePoint(t), this.consumeIdentLikeToken()) : { type: 6, value: Ca(t) };
@@ -651,19 +651,19 @@ var e1 = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
651
651
  return t.toLowerCase() === "url" && this.peekCodePoint(0) === Wi ? (this.consumeCodePoint(), this.consumeUrlToken()) : this.peekCodePoint(0) === Wi ? (this.consumeCodePoint(), { type: 19, value: t }) : { type: 20, value: t };
652
652
  }, e.prototype.consumeUrlToken = function() {
653
653
  var t = [];
654
- if (this.consumeWhiteSpace(), this.peekCodePoint(0) === mo)
654
+ if (this.consumeWhiteSpace(), this.peekCodePoint(0) === xo)
655
655
  return { type: 22, value: "" };
656
656
  var a = this.peekCodePoint(0);
657
657
  if (a === ji || a === Ki) {
658
658
  var r = this.consumeStringToken(this.consumeCodePoint());
659
- return r.type === 0 && (this.consumeWhiteSpace(), this.peekCodePoint(0) === mo || this.peekCodePoint(0) === _s) ? (this.consumeCodePoint(), { type: 22, value: r.value }) : (this.consumeBadUrlRemnants(), Yi);
659
+ return r.type === 0 && (this.consumeWhiteSpace(), this.peekCodePoint(0) === xo || this.peekCodePoint(0) === _s) ? (this.consumeCodePoint(), { type: 22, value: r.value }) : (this.consumeBadUrlRemnants(), Yi);
660
660
  }
661
661
  for (; ; ) {
662
662
  var l = this.consumeCodePoint();
663
- if (l === mo || l === _s)
663
+ if (l === xo || l === _s)
664
664
  return { type: 22, value: Ca.apply(void 0, t) };
665
665
  if (Xi(l))
666
- return this.consumeWhiteSpace(), this.peekCodePoint(0) === mo || this.peekCodePoint(0) === _s ? (this.consumeCodePoint(), { type: 22, value: Ca.apply(void 0, t) }) : (this.consumeBadUrlRemnants(), Yi);
666
+ return this.consumeWhiteSpace(), this.peekCodePoint(0) === xo || this.peekCodePoint(0) === _s ? (this.consumeCodePoint(), { type: 22, value: Ca.apply(void 0, t) }) : (this.consumeBadUrlRemnants(), Yi);
667
667
  if (l === Ki || l === ji || l === Wi || t0(l))
668
668
  return this.consumeBadUrlRemnants(), Yi;
669
669
  if (l === Ns)
@@ -680,7 +680,7 @@ var e1 = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
680
680
  }, e.prototype.consumeBadUrlRemnants = function() {
681
681
  for (; ; ) {
682
682
  var t = this.consumeCodePoint();
683
- if (t === _s || t === mo)
683
+ if (t === _s || t === xo)
684
684
  return;
685
685
  gr(t, this.peekCodePoint(0)) && this.consumeEscapedCodePoint();
686
686
  }
@@ -694,13 +694,13 @@ var e1 = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
694
694
  var a = "", r = 0;
695
695
  do {
696
696
  var l = this._value[r];
697
- if (l === mo || l === void 0 || l === t)
697
+ if (l === xo || l === void 0 || l === t)
698
698
  return a += this.consumeStringSlice(r), { type: 0, value: a };
699
699
  if (l === xA)
700
700
  return this._value.splice(0, r), f0;
701
701
  if (l === Ns) {
702
702
  var o = this._value[r + 1];
703
- o !== mo && o !== void 0 && (o === xA ? (a += this.consumeStringSlice(r), r = -1, this._value.shift()) : gr(l, o) && (a += this.consumeStringSlice(r), a += Ca(this.consumeEscapedCodePoint()), r = -1));
703
+ o !== xo && o !== void 0 && (o === xA ? (a += this.consumeStringSlice(r), r = -1, this._value.shift()) : gr(l, o) && (a += this.consumeStringSlice(r), a += Ca(this.consumeEscapedCodePoint()), r = -1));
704
704
  }
705
705
  r++;
706
706
  } while (!0);
@@ -735,7 +735,7 @@ var e1 = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
735
735
  var r = parseInt(a, 16);
736
736
  return r === 0 || q1(r) || r > 1114111 ? sh : r;
737
737
  }
738
- return t === mo ? sh : t;
738
+ return t === xo ? sh : t;
739
739
  }, e.prototype.consumeName = function() {
740
740
  for (var t = ""; ; ) {
741
741
  var a = this.consumeCodePoint();
@@ -2879,7 +2879,7 @@ var Cp = 1, Yu = 2, Ju = 3, mh = 4, xh = 5, Bp = 7, Ch = 8, Zu = 9, ec = 10, Bh
2879
2879
  }, Zf = (
2880
2880
  /** @class */
2881
2881
  function(e) {
2882
- no(t, e);
2882
+ so(t, e);
2883
2883
  function t(a, r) {
2884
2884
  var l = e.call(this, a, r) || this;
2885
2885
  return l.src = r.currentSrc || r.src, l.intrinsicWidth = r.naturalWidth, l.intrinsicHeight = r.naturalHeight, l.context.cache.addImage(l.src), l;
@@ -2889,7 +2889,7 @@ var Cp = 1, Yu = 2, Ju = 3, mh = 4, xh = 5, Bp = 7, Ch = 8, Zu = 9, ec = 10, Bh
2889
2889
  ), ev = (
2890
2890
  /** @class */
2891
2891
  function(e) {
2892
- no(t, e);
2892
+ so(t, e);
2893
2893
  function t(a, r) {
2894
2894
  var l = e.call(this, a, r) || this;
2895
2895
  return l.canvas = r, l.intrinsicWidth = r.width, l.intrinsicHeight = r.height, l;
@@ -2899,7 +2899,7 @@ var Cp = 1, Yu = 2, Ju = 3, mh = 4, xh = 5, Bp = 7, Ch = 8, Zu = 9, ec = 10, Bh
2899
2899
  ), tv = (
2900
2900
  /** @class */
2901
2901
  function(e) {
2902
- no(t, e);
2902
+ so(t, e);
2903
2903
  function t(a, r) {
2904
2904
  var l = e.call(this, a, r) || this, o = new XMLSerializer(), n = DA(a, r);
2905
2905
  return r.setAttribute("width", n.width + "px"), r.setAttribute("height", n.height + "px"), l.svg = "data:image/svg+xml," + encodeURIComponent(o.serializeToString(r)), l.intrinsicWidth = r.width.baseVal.value, l.intrinsicHeight = r.height.baseVal.value, l.context.cache.addImage(l.svg), l;
@@ -2909,7 +2909,7 @@ var Cp = 1, Yu = 2, Ju = 3, mh = 4, xh = 5, Bp = 7, Ch = 8, Zu = 9, ec = 10, Bh
2909
2909
  ), av = (
2910
2910
  /** @class */
2911
2911
  function(e) {
2912
- no(t, e);
2912
+ so(t, e);
2913
2913
  function t(a, r) {
2914
2914
  var l = e.call(this, a, r) || this;
2915
2915
  return l.value = r.value, l;
@@ -2919,7 +2919,7 @@ var Cp = 1, Yu = 2, Ju = 3, mh = 4, xh = 5, Bp = 7, Ch = 8, Zu = 9, ec = 10, Bh
2919
2919
  ), Ec = (
2920
2920
  /** @class */
2921
2921
  function(e) {
2922
- no(t, e);
2922
+ so(t, e);
2923
2923
  function t(a, r) {
2924
2924
  var l = e.call(this, a, r) || this;
2925
2925
  return l.start = r.start, l.reversed = typeof r.reversed == "boolean" && r.reversed === !0, l;
@@ -2947,7 +2947,7 @@ var Cp = 1, Yu = 2, Ju = 3, mh = 4, xh = 5, Bp = 7, Ch = 8, Zu = 9, ec = 10, Bh
2947
2947
  }, kA = "checkbox", _A = "radio", Jp = "password", Qh = 707406591, nd = (
2948
2948
  /** @class */
2949
2949
  function(e) {
2950
- no(t, e);
2950
+ so(t, e);
2951
2951
  function t(a, r) {
2952
2952
  var l = e.call(this, a, r) || this;
2953
2953
  switch (l.type = r.type.toLowerCase(), l.checked = r.checked, l.value = Yp(r), (l.type === kA || l.type === _A) && (l.styles.backgroundColor = 3739148031, l.styles.borderTopColor = l.styles.borderRightColor = l.styles.borderBottomColor = l.styles.borderLeftColor = 2779096575, l.styles.borderTopWidth = l.styles.borderRightWidth = l.styles.borderBottomWidth = l.styles.borderLeftWidth = 1, l.styles.borderTopStyle = l.styles.borderRightStyle = l.styles.borderBottomStyle = l.styles.borderLeftStyle = 1, l.styles.backgroundClip = [
@@ -2971,7 +2971,7 @@ var Cp = 1, Yu = 2, Ju = 3, mh = 4, xh = 5, Bp = 7, Ch = 8, Zu = 9, ec = 10, Bh
2971
2971
  ), lv = (
2972
2972
  /** @class */
2973
2973
  function(e) {
2974
- no(t, e);
2974
+ so(t, e);
2975
2975
  function t(a, r) {
2976
2976
  var l = e.call(this, a, r) || this, o = r.options[r.selectedIndex || 0];
2977
2977
  return l.value = o && o.text || "", l;
@@ -2981,7 +2981,7 @@ var Cp = 1, Yu = 2, Ju = 3, mh = 4, xh = 5, Bp = 7, Ch = 8, Zu = 9, ec = 10, Bh
2981
2981
  ), ov = (
2982
2982
  /** @class */
2983
2983
  function(e) {
2984
- no(t, e);
2984
+ so(t, e);
2985
2985
  function t(a, r) {
2986
2986
  var l = e.call(this, a, r) || this;
2987
2987
  return l.value = r.value, l;
@@ -2991,7 +2991,7 @@ var Cp = 1, Yu = 2, Ju = 3, mh = 4, xh = 5, Bp = 7, Ch = 8, Zu = 9, ec = 10, Bh
2991
2991
  ), rv = (
2992
2992
  /** @class */
2993
2993
  function(e) {
2994
- no(t, e);
2994
+ so(t, e);
2995
2995
  function t(a, r) {
2996
2996
  var l = e.call(this, a, r) || this;
2997
2997
  l.src = r.src, l.width = parseInt(r.width, 10) || 0, l.height = parseInt(r.height, 10) || 0, l.backgroundColor = l.styles.backgroundColor;
@@ -4240,7 +4240,7 @@ var ua = function(e, t, a, r, l) {
4240
4240
  ), j2 = 1e4, W2 = (
4241
4241
  /** @class */
4242
4242
  function(e) {
4243
- no(t, e);
4243
+ so(t, e);
4244
4244
  function t(a, r) {
4245
4245
  var l = e.call(this, a, r) || this;
4246
4246
  return l._activeEffects = [], l.canvas = r.canvas ? r.canvas : document.createElement("canvas"), l.ctx = l.canvas.getContext("2d"), r.canvas || (l.canvas.width = Math.floor(r.width * r.scale), l.canvas.height = Math.floor(r.height * r.scale), l.canvas.style.width = r.width + "px", l.canvas.style.height = r.height + "px"), l.fontMetrics = new K2(document), l.ctx.scale(l.options.scale, l.options.scale), l.ctx.translate(-r.x, -r.y), l.ctx.textBaseline = "bottom", l._activeEffects = [], l.context.logger.debug("Canvas renderer initialized (" + r.width + "x" + r.height + ") with scale " + r.scale), l;
@@ -4762,7 +4762,7 @@ var ua = function(e, t, a, r, l) {
4762
4762
  }, Z2 = (
4763
4763
  /** @class */
4764
4764
  function(e) {
4765
- no(t, e);
4765
+ so(t, e);
4766
4766
  function t(a, r) {
4767
4767
  var l = e.call(this, a, r) || this;
4768
4768
  return l.canvas = r.canvas ? r.canvas : document.createElement("canvas"), l.ctx = l.canvas.getContext("2d"), l.options = r, l.canvas.width = Math.floor(r.width * r.scale), l.canvas.height = Math.floor(r.height * r.scale), l.canvas.style.width = r.width + "px", l.canvas.style.height = r.height + "px", l.ctx.scale(l.options.scale, l.options.scale), l.ctx.translate(-r.x, -r.y), l.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized (" + r.width + "x" + r.height + " at " + r.x + "," + r.y + ") with scale " + r.scale), l;
@@ -5864,7 +5864,7 @@ function gt(e) {
5864
5864
  throw new Error("Invalid arguments passed to jsPDF.setDocumentProperty");
5865
5865
  return ht[C] = ae;
5866
5866
  };
5867
- var Ut, lt, Oa, Ht, Ra, Vt = {}, Aa = {}, co = [], Kt = {}, Fr = {}, va = {}, Ol = {}, Qo = null, ga = 0, mt = [], jt = new Yh(p), Sr = e.hotfixes || [], qa = {}, ho = {}, fo = [], vt = function C(ae, Be, Se, Te, Re, Ye) {
5867
+ var Ut, lt, Oa, Ht, Ra, Vt = {}, Aa = {}, ho = [], Kt = {}, Fr = {}, va = {}, Ol = {}, Qo = null, ga = 0, mt = [], jt = new Yh(p), Sr = e.hotfixes || [], qa = {}, fo = {}, vo = [], vt = function C(ae, Be, Se, Te, Re, Ye) {
5868
5868
  if (!(this instanceof C))
5869
5869
  return new C(ae, Be, Se, Te, Re, Ye);
5870
5870
  isNaN(ae) && (ae = 1), isNaN(Be) && (Be = 0), isNaN(Se) && (Se = 0), isNaN(Te) && (Te = 1), isNaN(Re) && (Re = 0), isNaN(Ye) && (Ye = 0), this._matrix = [ae, Be, Se, Te, Re, Ye];
@@ -5952,8 +5952,8 @@ function gt(e) {
5952
5952
  }, p.Matrix = vt;
5953
5953
  var Rl = p.matrixMult = function(C, ae) {
5954
5954
  return ae.multiply(C);
5955
- }, vo = new vt(1, 0, 0, 1, 0, 0);
5956
- p.unitMatrix = p.identityMatrix = vo;
5955
+ }, go = new vt(1, 0, 0, 1, 0, 0);
5956
+ p.unitMatrix = p.identityMatrix = go;
5957
5957
  var gl = function(C, ae) {
5958
5958
  if (!Fr[C]) {
5959
5959
  var Be = (ae instanceof Pr ? "Sh" : "P") + (Object.keys(Kt).length + 1).toString(10);
@@ -5966,7 +5966,7 @@ function gt(e) {
5966
5966
  q("beginTilingPattern()"), fi(C.boundingBox[0], C.boundingBox[1], C.boundingBox[2] - C.boundingBox[0], C.boundingBox[3] - C.boundingBox[1], C.matrix);
5967
5967
  }, p.endTilingPattern = function(C, ae) {
5968
5968
  q("endTilingPattern()"), ae.stream = de[Y].join(`
5969
- `), gl(C, ae), jt.publish("endTilingPattern", ae), fo.pop().restore();
5969
+ `), gl(C, ae), jt.publish("endTilingPattern", ae), vo.pop().restore();
5970
5970
  };
5971
5971
  var Da = p.__private__.newObject = function() {
5972
5972
  var C = Ma();
@@ -6044,10 +6044,10 @@ function gt(e) {
6044
6044
  ae = [O(Be), O(Se), O(Te), O(Re), Ye[2]].join(" ");
6045
6045
  }
6046
6046
  return ae;
6047
- }, go = p.__private__.getFilters = function() {
6047
+ }, yo = p.__private__.getFilters = function() {
6048
6048
  return n;
6049
6049
  }, Ml = p.__private__.putStream = function(C) {
6050
- var ae = (C = C || {}).data || "", Be = C.filters || go(), Se = C.alreadyAppliedFilters || [], Te = C.addLength1 || !1, Re = ae.length, Ye = C.objectId, rt = function(al) {
6050
+ var ae = (C = C || {}).data || "", Be = C.filters || yo(), Se = C.alreadyAppliedFilters || [], Te = C.addLength1 || !1, Re = ae.length, Ye = C.objectId, rt = function(al) {
6051
6051
  return al;
6052
6052
  };
6053
6053
  if (v !== null && Ye === void 0)
@@ -6072,19 +6072,19 @@ function gt(e) {
6072
6072
  for (var $a = 0; $a < Ct.length; $a++)
6073
6073
  T("/" + Ct[$a].key + " " + Ct[$a].value);
6074
6074
  T(">>"), dt.data.length !== 0 && (T("stream"), T(rt(dt.data)), T("endstream"));
6075
- }, yo = p.__private__.putPage = function(C) {
6075
+ }, po = p.__private__.putPage = function(C) {
6076
6076
  var ae = C.number, Be = C.data, Se = C.objId, Te = C.contentsObjId;
6077
6077
  Bl(Se, !0), T("<</Type /Page"), T("/Parent " + C.rootDictionaryObjId + " 0 R"), T("/Resources " + C.resourceDictionaryObjId + " 0 R"), T("/MediaBox [" + parseFloat(le(C.mediaBox.bottomLeftX)) + " " + parseFloat(le(C.mediaBox.bottomLeftY)) + " " + le(C.mediaBox.topRightX) + " " + le(C.mediaBox.topRightY) + "]"), C.cropBox !== null && T("/CropBox [" + le(C.cropBox.bottomLeftX) + " " + le(C.cropBox.bottomLeftY) + " " + le(C.cropBox.topRightX) + " " + le(C.cropBox.topRightY) + "]"), C.bleedBox !== null && T("/BleedBox [" + le(C.bleedBox.bottomLeftX) + " " + le(C.bleedBox.bottomLeftY) + " " + le(C.bleedBox.topRightX) + " " + le(C.bleedBox.topRightY) + "]"), C.trimBox !== null && T("/TrimBox [" + le(C.trimBox.bottomLeftX) + " " + le(C.trimBox.bottomLeftY) + " " + le(C.trimBox.topRightX) + " " + le(C.trimBox.topRightY) + "]"), C.artBox !== null && T("/ArtBox [" + le(C.artBox.bottomLeftX) + " " + le(C.artBox.bottomLeftY) + " " + le(C.artBox.topRightX) + " " + le(C.artBox.topRightY) + "]"), typeof C.userUnit == "number" && C.userUnit !== 1 && T("/UserUnit " + C.userUnit), jt.publish("putPage", { objId: Se, pageContext: mt[ae], pageNumber: ae, page: Be }), T("/Contents " + Te + " 0 R"), T(">>"), T("endobj");
6078
6078
  var Re = Be.join(`
6079
6079
  `);
6080
6080
  return H === B.ADVANCED && (Re += `
6081
- Q`), Bl(Te, !0), Ml({ data: Re, filters: go(), objectId: Te }), T("endobj"), Se;
6081
+ Q`), Bl(Te, !0), Ml({ data: Re, filters: yo(), objectId: Te }), T("endobj"), Se;
6082
6082
  }, Lr = p.__private__.putPages = function() {
6083
6083
  var C, ae, Be = [];
6084
6084
  for (C = 1; C <= ga; C++)
6085
6085
  mt[C].objId = Ma(), mt[C].contentsObjId = Ma();
6086
6086
  for (C = 1; C <= ga; C++)
6087
- Be.push(yo({ number: C, data: de[C], objId: mt[C].objId, contentsObjId: mt[C].contentsObjId, mediaBox: mt[C].mediaBox, cropBox: mt[C].cropBox, bleedBox: mt[C].bleedBox, trimBox: mt[C].trimBox, artBox: mt[C].artBox, userUnit: mt[C].userUnit, rootDictionaryObjId: Mo, resourceDictionaryObjId: Vl }));
6087
+ Be.push(po({ number: C, data: de[C], objId: mt[C].objId, contentsObjId: mt[C].contentsObjId, mediaBox: mt[C].mediaBox, cropBox: mt[C].cropBox, bleedBox: mt[C].bleedBox, trimBox: mt[C].trimBox, artBox: mt[C].artBox, userUnit: mt[C].userUnit, rootDictionaryObjId: Mo, resourceDictionaryObjId: Vl }));
6088
6088
  Bl(Mo, !0), T("<</Type /Pages");
6089
6089
  var Se = "/Kids [";
6090
6090
  for (ae = 0; ae < ga; ae++)
@@ -6516,7 +6516,7 @@ Q`), Bl(Te, !0), Ml({ data: Re, filters: go(), objectId: Te }), T("endobj"), Se;
6516
6516
  ya = new vt(vn, ds, -ds, vn, 0, 0);
6517
6517
  } else
6518
6518
  rt && rt instanceof vt && (ya = rt);
6519
- H !== B.ADVANCED || ya || (ya = vo), (Ct = Se.charSpace || sn) !== void 0 && (Va += le(R(Ct)) + ` Tc
6519
+ H !== B.ADVANCED || ya || (ya = go), (Ct = Se.charSpace || sn) !== void 0 && (Va += le(R(Ct)) + ` Tc
6520
6520
  `, this.setCharSpace(this.getCharSpace() || 0)), (da = Se.horizontalScale) !== void 0 && (Va += le(100 * da) + ` Tz
6521
6521
  `), Se.lang;
6522
6522
  var bl = -1, mu = Se.renderingMode !== void 0 ? Se.renderingMode : Se.stroke, hs = $a.internal.getCurrentPageInfo().pageContext;
@@ -6570,8 +6570,8 @@ Q`), Bl(Te, !0), Ml({ data: Re, filters: go(), objectId: Te }), T("endobj"), Se;
6570
6570
  var Yl, tr = 0;
6571
6571
  if (dt === "right") {
6572
6572
  ae -= ql[0], C = [], pl = Ye.length;
6573
- for (var bo = 0; bo < pl; bo++)
6574
- bo === 0 ? (Yl = Io(ae), $l = Yo(Be)) : (Yl = R(tr - ql[bo]), $l = -fs), C.push([Ye[bo], Yl, $l]), tr = ql[bo];
6573
+ for (var wo = 0; wo < pl; wo++)
6574
+ wo === 0 ? (Yl = Io(ae), $l = Yo(Be)) : (Yl = R(tr - ql[wo]), $l = -fs), C.push([Ye[wo], Yl, $l]), tr = ql[wo];
6575
6575
  } else if (dt === "center") {
6576
6576
  ae -= ql[0] / 2, C = [], pl = Ye.length;
6577
6577
  for (var No = 0; No < pl; No++)
@@ -6631,12 +6631,12 @@ T* `) : C.join(` Tj
6631
6631
  }, p.__private__.discardPath = p.discardPath = function() {
6632
6632
  return T("n"), this;
6633
6633
  };
6634
- var po = p.__private__.isValidStyle = function(C) {
6634
+ var bo = p.__private__.isValidStyle = function(C) {
6635
6635
  var ae = !1;
6636
6636
  return [void 0, null, "S", "D", "F", "DF", "FD", "f", "f*", "B", "B*", "n"].indexOf(C) !== -1 && (ae = !0), ae;
6637
6637
  };
6638
6638
  p.__private__.setDefaultPathOperation = p.setDefaultPathOperation = function(C) {
6639
- return po(C) && (g = C), this;
6639
+ return bo(C) && (g = C), this;
6640
6640
  };
6641
6641
  var si = p.__private__.getStyle = p.getStyle = function(C) {
6642
6642
  var ae = g;
@@ -6690,7 +6690,7 @@ T* `) : C.join(` Tj
6690
6690
  T("q"), T(vu(ae)), Se.gState && p.setGState(Se.gState), T(C.matrix.toString() + " cm"), T("/" + Be + " sh"), T("Q");
6691
6691
  else if (Se instanceof Dn) {
6692
6692
  var Te = new vt(1, 0, 0, -1, 0, Zo());
6693
- C.matrix && (Te = Te.multiply(C.matrix || vo), Be = hu.call(Se, C.key, C.boundingBox, C.xStep, C.yStep, Te).id), T("q"), T("/Pattern cs"), T("/" + Be + " scn"), Se.gState && p.setGState(Se.gState), T(ae), T("Q");
6693
+ C.matrix && (Te = Te.multiply(C.matrix || go), Be = hu.call(Se, C.key, C.boundingBox, C.xStep, C.yStep, Te).id), T("q"), T("/Pattern cs"), T("/" + Be + " scn"), Se.gState && p.setGState(Se.gState), T(ae), T("Q");
6694
6694
  }
6695
6695
  }, vu = function(C) {
6696
6696
  switch (C) {
@@ -6716,12 +6716,12 @@ T* `) : C.join(` Tj
6716
6716
  return T([le(R(C)), le(ye(ae)), le(R(Be)), le(ye(Se)), le(R(Te)), le(ye(Re)), "c"].join(" ")), this;
6717
6717
  };
6718
6718
  p.__private__.line = p.line = function(C, ae, Be, Se, Te) {
6719
- if (isNaN(C) || isNaN(ae) || isNaN(Be) || isNaN(Se) || !po(Te))
6719
+ if (isNaN(C) || isNaN(ae) || isNaN(Be) || isNaN(Se) || !bo(Te))
6720
6720
  throw new Error("Invalid arguments passed to jsPDF.line");
6721
6721
  return H === B.COMPAT ? this.lines([[Be - C, Se - ae]], C, ae, [1, 1], Te || "S") : this.lines([[Be - C, Se - ae]], C, ae, [1, 1]).stroke();
6722
6722
  }, p.__private__.lines = p.lines = function(C, ae, Be, Se, Te, Re) {
6723
6723
  var Ye, rt, dt, Ct, St, Pt, da, ya, $a, al, Va, Xl;
6724
- if (typeof C == "number" && (Xl = Be, Be = ae, ae = C, C = Xl), Se = Se || [1, 1], Re = Re || !1, isNaN(ae) || isNaN(Be) || !Array.isArray(C) || !Array.isArray(Se) || !po(Te) || typeof Re != "boolean")
6724
+ if (typeof C == "number" && (Xl = Be, Be = ae, ae = C, C = Xl), Se = Se || [1, 1], Re = Re || !1, isNaN(ae) || isNaN(Be) || !Array.isArray(C) || !Array.isArray(Se) || !bo(Te) || typeof Re != "boolean")
6725
6725
  throw new Error("Invalid arguments passed to jsPDF.lines");
6726
6726
  for (Zn(ae, Be), Ye = Se[0], rt = Se[1], Ct = C.length, al = ae, Va = Be, dt = 0; dt < Ct; dt++)
6727
6727
  (St = C[dt]).length === 2 ? (al = St[0] * Ye + al, Va = St[1] * rt + Va, Ur(al, Va)) : (Pt = St[0] * Ye + al, da = St[1] * rt + Va, ya = St[2] * Ye + al, $a = St[3] * rt + Va, al = St[4] * Ye + al, Va = St[5] * rt + Va, qo(Pt, da, ya, $a, al, Va));
@@ -6745,25 +6745,25 @@ T* `) : C.join(` Tj
6745
6745
  }
6746
6746
  return this;
6747
6747
  }, p.__private__.rect = p.rect = function(C, ae, Be, Se, Te) {
6748
- if (isNaN(C) || isNaN(ae) || isNaN(Be) || isNaN(Se) || !po(Te))
6748
+ if (isNaN(C) || isNaN(ae) || isNaN(Be) || isNaN(Se) || !bo(Te))
6749
6749
  throw new Error("Invalid arguments passed to jsPDF.rect");
6750
6750
  return H === B.COMPAT && (Se = -Se), T([le(R(C)), le(ye(ae)), le(R(Be)), le(R(Se)), "re"].join(" ")), Jn(Te), this;
6751
6751
  }, p.__private__.triangle = p.triangle = function(C, ae, Be, Se, Te, Re, Ye) {
6752
- if (isNaN(C) || isNaN(ae) || isNaN(Be) || isNaN(Se) || isNaN(Te) || isNaN(Re) || !po(Ye))
6752
+ if (isNaN(C) || isNaN(ae) || isNaN(Be) || isNaN(Se) || isNaN(Te) || isNaN(Re) || !bo(Ye))
6753
6753
  throw new Error("Invalid arguments passed to jsPDF.triangle");
6754
6754
  return this.lines([[Be - C, Se - ae], [Te - Be, Re - Se], [C - Te, ae - Re]], C, ae, [1, 1], Ye, !0), this;
6755
6755
  }, p.__private__.roundedRect = p.roundedRect = function(C, ae, Be, Se, Te, Re, Ye) {
6756
- if (isNaN(C) || isNaN(ae) || isNaN(Be) || isNaN(Se) || isNaN(Te) || isNaN(Re) || !po(Ye))
6756
+ if (isNaN(C) || isNaN(ae) || isNaN(Be) || isNaN(Se) || isNaN(Te) || isNaN(Re) || !bo(Ye))
6757
6757
  throw new Error("Invalid arguments passed to jsPDF.roundedRect");
6758
6758
  var rt = 4 / 3 * (Math.SQRT2 - 1);
6759
6759
  return Te = Math.min(Te, 0.5 * Be), Re = Math.min(Re, 0.5 * Se), this.lines([[Be - 2 * Te, 0], [Te * rt, 0, Te, Re - Re * rt, Te, Re], [0, Se - 2 * Re], [0, Re * rt, -Te * rt, Re, -Te, Re], [2 * Te - Be, 0], [-Te * rt, 0, -Te, -Re * rt, -Te, -Re], [0, 2 * Re - Se], [0, -Re * rt, Te * rt, -Re, Te, -Re]], C + Te, ae, [1, 1], Ye, !0), this;
6760
6760
  }, p.__private__.ellipse = p.ellipse = function(C, ae, Be, Se, Te) {
6761
- if (isNaN(C) || isNaN(ae) || isNaN(Be) || isNaN(Se) || !po(Te))
6761
+ if (isNaN(C) || isNaN(ae) || isNaN(Be) || isNaN(Se) || !bo(Te))
6762
6762
  throw new Error("Invalid arguments passed to jsPDF.ellipse");
6763
6763
  var Re = 4 / 3 * (Math.SQRT2 - 1) * Be, Ye = 4 / 3 * (Math.SQRT2 - 1) * Se;
6764
6764
  return Zn(C + Be, ae), qo(C + Be, ae - Ye, C + Re, ae - Se, C, ae - Se), qo(C - Re, ae - Se, C - Be, ae - Ye, C - Be, ae), qo(C - Be, ae + Ye, C - Re, ae + Se, C, ae + Se), qo(C + Re, ae + Se, C + Be, ae + Ye, C + Be, ae), Jn(Te), this;
6765
6765
  }, p.__private__.circle = p.circle = function(C, ae, Be, Se) {
6766
- if (isNaN(C) || isNaN(ae) || isNaN(Be) || !po(Se))
6766
+ if (isNaN(C) || isNaN(ae) || isNaN(Be) || !bo(Se))
6767
6767
  throw new Error("Invalid arguments passed to jsPDF.circle");
6768
6768
  return this.ellipse(C, ae, Be, Be, Se);
6769
6769
  }, p.setFont = function(C, ae, Be) {
@@ -6881,10 +6881,10 @@ T* `) : C.join(` Tj
6881
6881
  p.addGState = function(C, ae) {
6882
6882
  return hi(C, ae), this;
6883
6883
  }, p.saveGraphicsState = function() {
6884
- return T("q"), co.push({ key: Ut, size: me, color: Mr }), this;
6884
+ return T("q"), ho.push({ key: Ut, size: me, color: Mr }), this;
6885
6885
  }, p.restoreGraphicsState = function() {
6886
6886
  T("Q");
6887
- var C = co.pop();
6887
+ var C = ho.pop();
6888
6888
  return Ut = C.key, me = C.size, Mr = C.color, Qo = null, this;
6889
6889
  }, p.setCurrentTransformationMatrix = function(C) {
6890
6890
  return T(C.toString() + " cm"), this;
@@ -6931,13 +6931,13 @@ T* `) : C.join(` Tj
6931
6931
  ga = this.page, Y = this.currentPage, mt = this.pagesContext, de = this.pages, Oa = this.x, Ht = this.y, Ra = this.matrix, ns(Y, this.width), ss(Y, this.height), Q = this.outputDestination;
6932
6932
  };
6933
6933
  var fi = function(C, ae, Be, Se, Te) {
6934
- fo.push(new rs()), ga = Y = 0, de = [], Oa = C, Ht = ae, Ra = Te, qn([Be, Se]);
6934
+ vo.push(new rs()), ga = Y = 0, de = [], Oa = C, Ht = ae, Ra = Te, qn([Be, Se]);
6935
6935
  }, wu = function(C) {
6936
- if (ho[C])
6937
- fo.pop().restore();
6936
+ if (fo[C])
6937
+ vo.pop().restore();
6938
6938
  else {
6939
6939
  var ae = new rs(), Be = "Xo" + (Object.keys(qa).length + 1).toString(10);
6940
- ae.id = Be, ho[C] = Be, qa[Be] = ae, jt.publish("addFormObject", ae), fo.pop().restore();
6940
+ ae.id = Be, fo[C] = Be, qa[Be] = ae, jt.publish("addFormObject", ae), vo.pop().restore();
6941
6941
  }
6942
6942
  };
6943
6943
  for (var un in p.beginFormObject = function(C, ae, Be, Se, Te) {
@@ -6945,10 +6945,10 @@ T* `) : C.join(` Tj
6945
6945
  }, p.endFormObject = function(C) {
6946
6946
  return wu(C), this;
6947
6947
  }, p.doFormObject = function(C, ae) {
6948
- var Be = qa[ho[C]];
6948
+ var Be = qa[fo[C]];
6949
6949
  return T("q"), T(ae.toString() + " cm"), T("/" + Be.id + " Do"), T("Q"), this;
6950
6950
  }, p.getFormObject = function(C) {
6951
- var ae = qa[ho[C]];
6951
+ var ae = qa[fo[C]];
6952
6952
  return { x: ae.x, y: ae.y, width: ae.width, height: ae.height, matrix: ae.matrix };
6953
6953
  }, p.save = function(C, ae) {
6954
6954
  return C = C || "generated.pdf", (ae = ae || {}).returnPromise = ae.returnPromise || !1, ae.returnPromise === !1 ? (Dr(ln($o()), C), typeof Dr.unload == "function" && yt.setTimeout && setTimeout(Dr.unload, 911), this) : new Promise(function(Be, Se) {
@@ -6974,7 +6974,7 @@ T* `) : C.join(` Tj
6974
6974
  }, ss = p.setPageHeight = function(C, ae) {
6975
6975
  mt[C].mediaBox.topRightY = ae * lt + mt[C].mediaBox.bottomLeftY;
6976
6976
  };
6977
- return p.internal = { pdfEscape: yl, getStyle: si, getFont: gu, getFontSize: se, getCharSpace: bu, getTextColor: pu, getLineHeight: ui, getLineHeightFactor: di, getLineWidth: nn, write: re, getHorizontalCoordinate: Io, getVerticalCoordinate: Yo, getCoordinateString: yu, getVerticalCoordinateString: Jo, collections: {}, newObject: Da, newAdditionalObject: Xr, newObjectDeferred: Ma, newObjectDeferredBegin: Bl, getFilters: go, putStream: Ml, events: jt, scaleFactor: lt, pageSize: { getWidth: function() {
6977
+ return p.internal = { pdfEscape: yl, getStyle: si, getFont: gu, getFontSize: se, getCharSpace: bu, getTextColor: pu, getLineHeight: ui, getLineHeightFactor: di, getLineWidth: nn, write: re, getHorizontalCoordinate: Io, getVerticalCoordinate: Yo, getCoordinateString: yu, getVerticalCoordinateString: Jo, collections: {}, newObject: Da, newAdditionalObject: Xr, newObjectDeferred: Ma, newObjectDeferredBegin: Bl, getFilters: yo, putStream: Ml, events: jt, scaleFactor: lt, pageSize: { getWidth: function() {
6978
6978
  return $r(Y);
6979
6979
  }, setWidth: function(C) {
6980
6980
  ns(Y, C);
@@ -7038,7 +7038,7 @@ var Cl = function(e, t) {
7038
7038
  e.prototype = Object.create(t.prototype), e.prototype.constructor = e;
7039
7039
  }, Jh = function(e) {
7040
7040
  return e * Ad;
7041
- }, xo = function(e) {
7041
+ }, Co = function(e) {
7042
7042
  var t = new Qv(), a = ut.internal.getHeight(e) || 0, r = ut.internal.getWidth(e) || 0;
7043
7043
  return t.BBox = [0, 0, Number(xt(r)), Number(xt(a))], t;
7044
7044
  }, kb = ba.__acroform__.setBit = function(e, t) {
@@ -7074,7 +7074,7 @@ var Cl = function(e, t) {
7074
7074
  if (e.V || e.DV) {
7075
7075
  var t = [], a = e._V || e.DV, r = Xc(e, a), l = e.scope.internal.getFont(e.fontName, e.fontStyle).id;
7076
7076
  t.push("/Tx BMC"), t.push("q"), t.push("BT"), t.push(e.scope.__private__.encodeColorString(e.color)), t.push("/" + l + " " + xt(r.fontSize) + " Tf"), t.push("1 0 0 1 0 0 Tm"), t.push(r.text), t.push("ET"), t.push("Q"), t.push("EMC");
7077
- var o = xo(e);
7077
+ var o = Co(e);
7078
7078
  return o.scope = e.scope, o.stream = t.join(`
7079
7079
  `), o;
7080
7080
  }
@@ -7182,7 +7182,7 @@ var Cl = function(e, t) {
7182
7182
  }
7183
7183
  }, $b = function(e, t) {
7184
7184
  if (t.scope = e, e.internal !== void 0 && (e.internal.acroformPlugin === void 0 || e.internal.acroformPlugin.isInitialized === !1)) {
7185
- if (so.FieldNum = 0, e.internal.acroformPlugin = JSON.parse(JSON.stringify(Ub)), e.internal.acroformPlugin.acroFormDictionaryRoot)
7185
+ if (io.FieldNum = 0, e.internal.acroformPlugin = JSON.parse(JSON.stringify(Ub)), e.internal.acroformPlugin.acroFormDictionaryRoot)
7186
7186
  throw new Error("Exception while creating AcroformDictionary");
7187
7187
  Ad = e.internal.scaleFactor, e.internal.acroformPlugin.acroFormDictionaryRoot = new Mv(), e.internal.acroformPlugin.acroFormDictionaryRoot.scope = e, e.internal.acroformPlugin.acroFormDictionaryRoot._eventID = e.internal.events.subscribe("postPutResources", function() {
7188
7188
  (function(a) {
@@ -7261,7 +7261,7 @@ var Cl = function(e, t) {
7261
7261
  return l;
7262
7262
  };
7263
7263
  return t !== void 0 && a && (r = a.internal.getEncryptor(t)), (e = e || "").toString(), e = "(" + Gr(r(e)) + ")";
7264
- }, Co = function() {
7264
+ }, Bo = function() {
7265
7265
  this._objId = void 0, this._scope = void 0, Object.defineProperty(this, "objId", { get: function() {
7266
7266
  if (this._objId === void 0) {
7267
7267
  if (this.scope === void 0)
@@ -7273,24 +7273,24 @@ var Cl = function(e, t) {
7273
7273
  this._objId = e;
7274
7274
  } }), Object.defineProperty(this, "scope", { value: this._scope, writable: !0 });
7275
7275
  };
7276
- Co.prototype.toString = function() {
7276
+ Bo.prototype.toString = function() {
7277
7277
  return this.objId + " 0 R";
7278
- }, Co.prototype.putStream = function() {
7278
+ }, Bo.prototype.putStream = function() {
7279
7279
  var e = this.getKeyValueListForStream();
7280
7280
  this.scope.internal.putStream({ data: this.stream, additionalKeyValues: e, objectId: this.objId }), this.scope.internal.out("endobj");
7281
- }, Co.prototype.getKeyValueListForStream = function() {
7281
+ }, Bo.prototype.getKeyValueListForStream = function() {
7282
7282
  var e = [], t = Object.getOwnPropertyNames(this).filter(function(o) {
7283
7283
  return o != "content" && o != "appearanceStreamContent" && o != "scope" && o != "objId" && o.substring(0, 1) != "_";
7284
7284
  });
7285
7285
  for (var a in t)
7286
7286
  if (Object.getOwnPropertyDescriptor(this, t[a]).configurable === !1) {
7287
7287
  var r = t[a], l = this[r];
7288
- l && (Array.isArray(l) ? e.push({ key: r, value: Uv(l, this.objId, this.scope) }) : l instanceof Co ? (l.scope = this.scope, e.push({ key: r, value: l.objId + " 0 R" })) : typeof l != "function" && e.push({ key: r, value: l }));
7288
+ l && (Array.isArray(l) ? e.push({ key: r, value: Uv(l, this.objId, this.scope) }) : l instanceof Bo ? (l.scope = this.scope, e.push({ key: r, value: l.objId + " 0 R" })) : typeof l != "function" && e.push({ key: r, value: l }));
7289
7289
  }
7290
7290
  return e;
7291
7291
  };
7292
7292
  var Qv = function() {
7293
- Co.call(this), Object.defineProperty(this, "Type", { value: "/XObject", configurable: !1, writable: !0 }), Object.defineProperty(this, "Subtype", { value: "/Form", configurable: !1, writable: !0 }), Object.defineProperty(this, "FormType", { value: 1, configurable: !1, writable: !0 });
7293
+ Bo.call(this), Object.defineProperty(this, "Type", { value: "/XObject", configurable: !1, writable: !0 }), Object.defineProperty(this, "Subtype", { value: "/Form", configurable: !1, writable: !0 }), Object.defineProperty(this, "FormType", { value: 1, configurable: !1, writable: !0 });
7294
7294
  var e, t = [];
7295
7295
  Object.defineProperty(this, "BBox", { configurable: !1, get: function() {
7296
7296
  return t;
@@ -7302,9 +7302,9 @@ var Qv = function() {
7302
7302
  return e || null;
7303
7303
  } });
7304
7304
  };
7305
- Cl(Qv, Co);
7305
+ Cl(Qv, Bo);
7306
7306
  var Mv = function() {
7307
- Co.call(this);
7307
+ Bo.call(this);
7308
7308
  var e, t = [];
7309
7309
  Object.defineProperty(this, "Kids", { enumerable: !1, configurable: !0, get: function() {
7310
7310
  return t.length > 0 ? t : void 0;
@@ -7321,9 +7321,9 @@ var Mv = function() {
7321
7321
  e = a;
7322
7322
  } });
7323
7323
  };
7324
- Cl(Mv, Co);
7325
- var so = function e() {
7326
- Co.call(this);
7324
+ Cl(Mv, Bo);
7325
+ var io = function e() {
7326
+ Bo.call(this);
7327
7327
  var t = 4;
7328
7328
  Object.defineProperty(this, "F", { enumerable: !1, configurable: !1, get: function() {
7329
7329
  return t;
@@ -7532,9 +7532,9 @@ var so = function e() {
7532
7532
  }
7533
7533
  } });
7534
7534
  };
7535
- Cl(so, Co);
7535
+ Cl(io, Bo);
7536
7536
  var Pn = function() {
7537
- so.call(this), this.FT = "/Ch", this.V = "()", this.fontName = "zapfdingbats";
7537
+ io.call(this), this.FT = "/Ch", this.V = "()", this.fontName = "zapfdingbats";
7538
7538
  var e = 0;
7539
7539
  Object.defineProperty(this, "TI", { enumerable: !0, configurable: !1, get: function() {
7540
7540
  return e;
@@ -7591,7 +7591,7 @@ var Pn = function() {
7591
7591
  a ? this.Ff = ka(this.Ff, 27) : this.Ff = _a(this.Ff, 27);
7592
7592
  } }), this.hasAppearanceStream = !1;
7593
7593
  };
7594
- Cl(Pn, so);
7594
+ Cl(Pn, io);
7595
7595
  var zn = function() {
7596
7596
  Pn.call(this), this.fontName = "helvetica", this.combo = !1;
7597
7597
  };
@@ -7605,7 +7605,7 @@ var yA = function() {
7605
7605
  };
7606
7606
  Cl(yA, On);
7607
7607
  var Ga = function() {
7608
- so.call(this), this.FT = "/Btn", Object.defineProperty(this, "noToggleToOff", { enumerable: !0, configurable: !0, get: function() {
7608
+ io.call(this), this.FT = "/Btn", Object.defineProperty(this, "noToggleToOff", { enumerable: !0, configurable: !0, get: function() {
7609
7609
  return !!Ba(this.Ff, 15);
7610
7610
  }, set: function(a) {
7611
7611
  a ? this.Ff = ka(this.Ff, 15) : this.Ff = _a(this.Ff, 15);
@@ -7650,7 +7650,7 @@ var Ga = function() {
7650
7650
  e = "/" + a;
7651
7651
  } });
7652
7652
  };
7653
- Cl(Ga, so);
7653
+ Cl(Ga, io);
7654
7654
  var pA = function() {
7655
7655
  Ga.call(this), this.pushButton = !0;
7656
7656
  };
@@ -7667,7 +7667,7 @@ var Rn = function() {
7667
7667
  Cl(Rn, Ga);
7668
7668
  var $A = function() {
7669
7669
  var e, t;
7670
- so.call(this), Object.defineProperty(this, "Parent", { enumerable: !1, configurable: !1, get: function() {
7670
+ io.call(this), Object.defineProperty(this, "Parent", { enumerable: !1, configurable: !1, get: function() {
7671
7671
  return e;
7672
7672
  }, set: function(l) {
7673
7673
  e = l;
@@ -7703,7 +7703,7 @@ var $A = function() {
7703
7703
  a = "/" + l;
7704
7704
  } }), this.caption = "l", this.appearanceState = "Off", this._AppearanceType = ut.RadioButton.Circle, this.appearanceStreamContent = this._AppearanceType.createAppearanceStream(this.optionName);
7705
7705
  };
7706
- Cl($A, so), Rn.prototype.setAppearance = function(e) {
7706
+ Cl($A, io), Rn.prototype.setAppearance = function(e) {
7707
7707
  if (!("createAppearanceStream" in e) || !("getCA" in e))
7708
7708
  throw new Error("Couldn't assign Appearance to RadioButton. Appearance was Invalid!");
7709
7709
  for (var t in this.Kids)
@@ -7720,7 +7720,7 @@ var bA = function() {
7720
7720
  };
7721
7721
  Cl(bA, Ga);
7722
7722
  var Vr = function() {
7723
- so.call(this), this.FT = "/Tx", Object.defineProperty(this, "multiline", { enumerable: !0, configurable: !0, get: function() {
7723
+ io.call(this), this.FT = "/Tx", Object.defineProperty(this, "multiline", { enumerable: !0, configurable: !0, get: function() {
7724
7724
  return !!Ba(this.Ff, 13);
7725
7725
  }, set: function(t) {
7726
7726
  t ? this.Ff = ka(this.Ff, 13) : this.Ff = _a(this.Ff, 13);
@@ -7758,7 +7758,7 @@ var Vr = function() {
7758
7758
  return this.V || this.DV;
7759
7759
  } });
7760
7760
  };
7761
- Cl(Vr, so);
7761
+ Cl(Vr, io);
7762
7762
  var wA = function() {
7763
7763
  Vr.call(this), Object.defineProperty(this, "password", { enumerable: !0, configurable: !0, get: function() {
7764
7764
  return !!Ba(this.Ff, 14);
@@ -7770,19 +7770,19 @@ Cl(wA, Vr);
7770
7770
  var ut = { CheckBox: { createAppearanceStream: function() {
7771
7771
  return { N: { On: ut.CheckBox.YesNormal }, D: { On: ut.CheckBox.YesPushDown, Off: ut.CheckBox.OffPushDown } };
7772
7772
  }, YesPushDown: function(e) {
7773
- var t = xo(e);
7773
+ var t = Co(e);
7774
7774
  t.scope = e.scope;
7775
7775
  var a = [], r = e.scope.internal.getFont(e.fontName, e.fontStyle).id, l = e.scope.__private__.encodeColorString(e.color), o = Xc(e, e.caption);
7776
7776
  return a.push("0.749023 g"), a.push("0 0 " + xt(ut.internal.getWidth(e)) + " " + xt(ut.internal.getHeight(e)) + " re"), a.push("f"), a.push("BMC"), a.push("q"), a.push("0 0 1 rg"), a.push("/" + r + " " + xt(o.fontSize) + " Tf " + l), a.push("BT"), a.push(o.text), a.push("ET"), a.push("Q"), a.push("EMC"), t.stream = a.join(`
7777
7777
  `), t;
7778
7778
  }, YesNormal: function(e) {
7779
- var t = xo(e);
7779
+ var t = Co(e);
7780
7780
  t.scope = e.scope;
7781
7781
  var a = e.scope.internal.getFont(e.fontName, e.fontStyle).id, r = e.scope.__private__.encodeColorString(e.color), l = [], o = ut.internal.getHeight(e), n = ut.internal.getWidth(e), s = Xc(e, e.caption);
7782
7782
  return l.push("1 g"), l.push("0 0 " + xt(n) + " " + xt(o) + " re"), l.push("f"), l.push("q"), l.push("0 0 1 rg"), l.push("0 0 " + xt(n - 1) + " " + xt(o - 1) + " re"), l.push("W"), l.push("n"), l.push("0 g"), l.push("BT"), l.push("/" + a + " " + xt(s.fontSize) + " Tf " + r), l.push(s.text), l.push("ET"), l.push("Q"), t.stream = l.join(`
7783
7783
  `), t;
7784
7784
  }, OffPushDown: function(e) {
7785
- var t = xo(e);
7785
+ var t = Co(e);
7786
7786
  t.scope = e.scope;
7787
7787
  var a = [];
7788
7788
  return a.push("0.749023 g"), a.push("0 0 " + xt(ut.internal.getWidth(e)) + " " + xt(ut.internal.getHeight(e)) + " re"), a.push("f"), t.stream = a.join(`
@@ -7793,7 +7793,7 @@ var ut = { CheckBox: { createAppearanceStream: function() {
7793
7793
  }, getCA: function() {
7794
7794
  return "l";
7795
7795
  }, YesNormal: function(e) {
7796
- var t = xo(e);
7796
+ var t = Co(e);
7797
7797
  t.scope = e.scope;
7798
7798
  var a = [], r = ut.internal.getWidth(e) <= ut.internal.getHeight(e) ? ut.internal.getWidth(e) / 4 : ut.internal.getHeight(e) / 4;
7799
7799
  r = Number((0.9 * r).toFixed(5));
@@ -7801,7 +7801,7 @@ var ut = { CheckBox: { createAppearanceStream: function() {
7801
7801
  return a.push("q"), a.push("1 0 0 1 " + hr(ut.internal.getWidth(e) / 2) + " " + hr(ut.internal.getHeight(e) / 2) + " cm"), a.push(r + " 0 m"), a.push(r + " " + o + " " + o + " " + r + " 0 " + r + " c"), a.push("-" + o + " " + r + " -" + r + " " + o + " -" + r + " 0 c"), a.push("-" + r + " -" + o + " -" + o + " -" + r + " 0 -" + r + " c"), a.push(o + " -" + r + " " + r + " -" + o + " " + r + " 0 c"), a.push("f"), a.push("Q"), t.stream = a.join(`
7802
7802
  `), t;
7803
7803
  }, YesPushDown: function(e) {
7804
- var t = xo(e);
7804
+ var t = Co(e);
7805
7805
  t.scope = e.scope;
7806
7806
  var a = [], r = ut.internal.getWidth(e) <= ut.internal.getHeight(e) ? ut.internal.getWidth(e) / 4 : ut.internal.getHeight(e) / 4;
7807
7807
  r = Number((0.9 * r).toFixed(5));
@@ -7809,7 +7809,7 @@ var ut = { CheckBox: { createAppearanceStream: function() {
7809
7809
  return a.push("0.749023 g"), a.push("q"), a.push("1 0 0 1 " + hr(ut.internal.getWidth(e) / 2) + " " + hr(ut.internal.getHeight(e) / 2) + " cm"), a.push(l + " 0 m"), a.push(l + " " + o + " " + o + " " + l + " 0 " + l + " c"), a.push("-" + o + " " + l + " -" + l + " " + o + " -" + l + " 0 c"), a.push("-" + l + " -" + o + " -" + o + " -" + l + " 0 -" + l + " c"), a.push(o + " -" + l + " " + l + " -" + o + " " + l + " 0 c"), a.push("f"), a.push("Q"), a.push("0 g"), a.push("q"), a.push("1 0 0 1 " + hr(ut.internal.getWidth(e) / 2) + " " + hr(ut.internal.getHeight(e) / 2) + " cm"), a.push(r + " 0 m"), a.push(r + " " + n + " " + n + " " + r + " 0 " + r + " c"), a.push("-" + n + " " + r + " -" + r + " " + n + " -" + r + " 0 c"), a.push("-" + r + " -" + n + " -" + n + " -" + r + " 0 -" + r + " c"), a.push(n + " -" + r + " " + r + " -" + n + " " + r + " 0 c"), a.push("f"), a.push("Q"), t.stream = a.join(`
7810
7810
  `), t;
7811
7811
  }, OffPushDown: function(e) {
7812
- var t = xo(e);
7812
+ var t = Co(e);
7813
7813
  t.scope = e.scope;
7814
7814
  var a = [], r = ut.internal.getWidth(e) <= ut.internal.getHeight(e) ? ut.internal.getWidth(e) / 4 : ut.internal.getHeight(e) / 4;
7815
7815
  r = Number((0.9 * r).toFixed(5));
@@ -7822,19 +7822,19 @@ var ut = { CheckBox: { createAppearanceStream: function() {
7822
7822
  }, getCA: function() {
7823
7823
  return "8";
7824
7824
  }, YesNormal: function(e) {
7825
- var t = xo(e);
7825
+ var t = Co(e);
7826
7826
  t.scope = e.scope;
7827
7827
  var a = [], r = ut.internal.calculateCross(e);
7828
7828
  return a.push("q"), a.push("1 1 " + xt(ut.internal.getWidth(e) - 2) + " " + xt(ut.internal.getHeight(e) - 2) + " re"), a.push("W"), a.push("n"), a.push(xt(r.x1.x) + " " + xt(r.x1.y) + " m"), a.push(xt(r.x2.x) + " " + xt(r.x2.y) + " l"), a.push(xt(r.x4.x) + " " + xt(r.x4.y) + " m"), a.push(xt(r.x3.x) + " " + xt(r.x3.y) + " l"), a.push("s"), a.push("Q"), t.stream = a.join(`
7829
7829
  `), t;
7830
7830
  }, YesPushDown: function(e) {
7831
- var t = xo(e);
7831
+ var t = Co(e);
7832
7832
  t.scope = e.scope;
7833
7833
  var a = ut.internal.calculateCross(e), r = [];
7834
7834
  return r.push("0.749023 g"), r.push("0 0 " + xt(ut.internal.getWidth(e)) + " " + xt(ut.internal.getHeight(e)) + " re"), r.push("f"), r.push("q"), r.push("1 1 " + xt(ut.internal.getWidth(e) - 2) + " " + xt(ut.internal.getHeight(e) - 2) + " re"), r.push("W"), r.push("n"), r.push(xt(a.x1.x) + " " + xt(a.x1.y) + " m"), r.push(xt(a.x2.x) + " " + xt(a.x2.y) + " l"), r.push(xt(a.x4.x) + " " + xt(a.x4.y) + " m"), r.push(xt(a.x3.x) + " " + xt(a.x3.y) + " l"), r.push("s"), r.push("Q"), t.stream = r.join(`
7835
7835
  `), t;
7836
7836
  }, OffPushDown: function(e) {
7837
- var t = xo(e);
7837
+ var t = Co(e);
7838
7838
  t.scope = e.scope;
7839
7839
  var a = [];
7840
7840
  return a.push("0.749023 g"), a.push("0 0 " + xt(ut.internal.getWidth(e)) + " " + xt(ut.internal.getHeight(e)) + " re"), a.push("f"), t.stream = a.join(`
@@ -7854,7 +7854,7 @@ ut.internal = { Bezier_C: 0.551915024494, calculateCross: function(e) {
7854
7854
  return Yt(e) === "object" && (t = Jh(e.Rect[3])), t;
7855
7855
  };
7856
7856
  var Ib = ba.addField = function(e) {
7857
- if ($b(this, e), !(e instanceof so))
7857
+ if ($b(this, e), !(e instanceof io))
7858
7858
  throw new Error("Invalid argument passed to jsPDF.addField.");
7859
7859
  var t;
7860
7860
  return (t = e).scope.internal.acroformPlugin.printedOut && (t.scope.internal.acroformPlugin.printedOut = !1, t.scope.internal.acroformPlugin.acroFormDictionaryRoot = null), t.scope.internal.acroformPlugin.acroFormDictionaryRoot.Fields.push(t), e.page = e.scope.internal.getCurrentPageInfo().pageNumber, this;
@@ -10177,20 +10177,20 @@ function gc(e) {
10177
10177
  var Ie, se, Me, Ve, Ke, bt, Lt, Dt, ht, Ut, lt = 0;
10178
10178
  for (ht = 0; ht < 8; ++ht) {
10179
10179
  Ie = Ae[lt], se = Ae[lt + 1], Me = Ae[lt + 2], Ve = Ae[lt + 3], Ke = Ae[lt + 4], bt = Ae[lt + 5], Lt = Ae[lt + 6];
10180
- var Oa = Ie + (Dt = Ae[lt + 7]), Ht = Ie - Dt, Ra = se + Lt, Vt = se - Lt, Aa = Me + bt, co = Me - bt, Kt = Ve + Ke, Fr = Ve - Ke, va = Oa + Kt, Ol = Oa - Kt, Qo = Ra + Aa, ga = Ra - Aa;
10180
+ var Oa = Ie + (Dt = Ae[lt + 7]), Ht = Ie - Dt, Ra = se + Lt, Vt = se - Lt, Aa = Me + bt, ho = Me - bt, Kt = Ve + Ke, Fr = Ve - Ke, va = Oa + Kt, Ol = Oa - Kt, Qo = Ra + Aa, ga = Ra - Aa;
10181
10181
  Ae[lt] = va + Qo, Ae[lt + 4] = va - Qo;
10182
10182
  var mt = 0.707106781 * (ga + Ol);
10183
10183
  Ae[lt + 2] = Ol + mt, Ae[lt + 6] = Ol - mt;
10184
- var jt = 0.382683433 * ((va = Fr + co) - (ga = Vt + Ht)), Sr = 0.5411961 * va + jt, qa = 1.306562965 * ga + jt, ho = 0.707106781 * (Qo = co + Vt), fo = Ht + ho, vt = Ht - ho;
10185
- Ae[lt + 5] = vt + Sr, Ae[lt + 3] = vt - Sr, Ae[lt + 1] = fo + qa, Ae[lt + 7] = fo - qa, lt += 8;
10184
+ var jt = 0.382683433 * ((va = Fr + ho) - (ga = Vt + Ht)), Sr = 0.5411961 * va + jt, qa = 1.306562965 * ga + jt, fo = 0.707106781 * (Qo = ho + Vt), vo = Ht + fo, vt = Ht - fo;
10185
+ Ae[lt + 5] = vt + Sr, Ae[lt + 3] = vt - Sr, Ae[lt + 1] = vo + qa, Ae[lt + 7] = vo - qa, lt += 8;
10186
10186
  }
10187
10187
  for (lt = 0, ht = 0; ht < 8; ++ht) {
10188
10188
  Ie = Ae[lt], se = Ae[lt + 8], Me = Ae[lt + 16], Ve = Ae[lt + 24], Ke = Ae[lt + 32], bt = Ae[lt + 40], Lt = Ae[lt + 48];
10189
- var Rl = Ie + (Dt = Ae[lt + 56]), vo = Ie - Dt, gl = se + Lt, Da = se - Lt, Ma = Me + bt, Bl = Me - bt, Xr = Ve + Ke, Mo = Ve - Ke, Vl = Rl + Xr, Kl = Rl - Xr, jl = gl + Ma, go = gl - Ma;
10189
+ var Rl = Ie + (Dt = Ae[lt + 56]), go = Ie - Dt, gl = se + Lt, Da = se - Lt, Ma = Me + bt, Bl = Me - bt, Xr = Ve + Ke, Mo = Ve - Ke, Vl = Rl + Xr, Kl = Rl - Xr, jl = gl + Ma, yo = gl - Ma;
10190
10190
  Ae[lt] = Vl + jl, Ae[lt + 32] = Vl - jl;
10191
- var Ml = 0.707106781 * (go + Kl);
10191
+ var Ml = 0.707106781 * (yo + Kl);
10192
10192
  Ae[lt + 16] = Kl + Ml, Ae[lt + 48] = Kl - Ml;
10193
- var yo = 0.382683433 * ((Vl = Mo + Bl) - (go = Da + vo)), Lr = 0.5411961 * Vl + yo, qr = 1.306562965 * go + yo, Yr = 0.707106781 * (jl = Bl + Da), Jr = vo + Yr, Zr = vo - Yr;
10193
+ var po = 0.382683433 * ((Vl = Mo + Bl) - (yo = Da + go)), Lr = 0.5411961 * Vl + po, qr = 1.306562965 * yo + po, Yr = 0.707106781 * (jl = Bl + Da), Jr = go + Yr, Zr = go - Yr;
10194
10194
  Ae[lt + 40] = Zr + Lr, Ae[lt + 24] = Zr - Lr, Ae[lt + 8] = Jr + qr, Ae[lt + 56] = Jr - qr, lt++;
10195
10195
  }
10196
10196
  for (ht = 0; ht < 64; ++ht)
@@ -10603,7 +10603,7 @@ function uf(e) {
10603
10603
  else
10604
10604
  r(M, Z, d, w, k);
10605
10605
  }
10606
- function co(d, w) {
10606
+ function ho(d, w) {
10607
10607
  q[w][0] = q[d + "0"], q[w][1] = q[d + "1"], q[w][2] = q[d + "2"], q[w][3] = q[d + "3"], q[w][4] = q[d + "4"], q[w][5] = q[d + "5"], q[w][6] = q[d + "6"], q[w][7] = q[d + "7"], q[w][8] = q[d + "8"], q[w][9] = q[d + "9"], q[w][10] = q[d + "10"], q[w][11] = q[d + "11"], q[w][12] = q[d + "12"], q[w][13] = q[d + "13"], q[w][14] = q[d + "0"], q[w][15] = q[d + "0"];
10608
10608
  }
10609
10609
  function Kt(d) {
@@ -10671,11 +10671,11 @@ function uf(e) {
10671
10671
  }
10672
10672
  return 1;
10673
10673
  }
10674
- function ho(d) {
10674
+ function fo(d) {
10675
10675
  var w = d.ma, k = d.U, M = d.T;
10676
10676
  return t(!(1 & d.ka)), 0 >= k || 0 >= M ? 0 : (k = w.Ib(d, w), w.Jb != null && w.Jb(d, w, k), w.Dc += k, 1);
10677
10677
  }
10678
- function fo(d) {
10678
+ function vo(d) {
10679
10679
  d.ma.memory = null;
10680
10680
  }
10681
10681
  function vt(d, w, k, M) {
@@ -10687,7 +10687,7 @@ function uf(e) {
10687
10687
  var k = d - 2 >> 1;
10688
10688
  return (2 + (1 & d) << k) + X(w, k) + 1;
10689
10689
  }
10690
- function vo(d, w) {
10690
+ function go(d, w) {
10691
10691
  return 120 < w ? w - 120 : 1 <= (k = ((k = eg[w - 1]) >> 4) * d + (8 - (15 & k))) ? k : 1;
10692
10692
  var k;
10693
10693
  }
@@ -10785,10 +10785,10 @@ function uf(e) {
10785
10785
  Aa($e, Ge, Oe, Ue, Qe, 0), or(Ue, Qe, 1, Oe, 1, 0);
10786
10786
  break;
10787
10787
  case ku:
10788
- bo($e, Ge, Oe, Ue, Qe);
10788
+ wo($e, Ge, Oe, Ue, Qe);
10789
10789
  break;
10790
10790
  case Su:
10791
- bo($e, Ge, Oe, Ue, Qe), bn(Ue, Qe, Oe, 1, 0);
10791
+ wo($e, Ge, Oe, Ue, Qe), bn(Ue, Qe, Oe, 1, 0);
10792
10792
  break;
10793
10793
  case bd:
10794
10794
  No($e, Ge, Oe, Ue, Qe);
@@ -10869,7 +10869,7 @@ function uf(e) {
10869
10869
  for (; Pe < He; )
10870
10870
  We = w[Pe++], Ue.X[(506832829 * We & 4294967295) >>> Ue.Mb] = We;
10871
10871
  } else if (280 > We) {
10872
- if (We = Rl(We - 256, we), nt = gl(je.G[4], je.H[4], we), $(we), nt = vo(M, nt = Rl(nt, we)), we.h)
10872
+ if (We = Rl(We - 256, we), nt = gl(je.G[4], je.H[4], we), $(we), nt = go(M, nt = Rl(nt, we)), we.h)
10873
10873
  break;
10874
10874
  if (He - k < nt || Z - He < We)
10875
10875
  break e;
@@ -10900,16 +10900,16 @@ function uf(e) {
10900
10900
  }
10901
10901
  return d.a = 3, 0;
10902
10902
  }
10903
- function go(d) {
10903
+ function yo(d) {
10904
10904
  t(d != null), d.vc = null, d.yc = null, d.Ya = null;
10905
10905
  var w = d.Wa;
10906
10906
  w != null && (w.X = null), d.vb = null, t(d != null);
10907
10907
  }
10908
10908
  function Ml() {
10909
10909
  var d = new wu();
10910
- return d == null ? null : (d.a = 0, d.xb = xd, co("Predictor", "VP8LPredictors"), co("Predictor", "VP8LPredictors_C"), co("PredictorAdd", "VP8LPredictorsAdd"), co("PredictorAdd", "VP8LPredictorsAdd_C"), gi = Lt, $l = ht, Yl = lt, tr = Oa, bo = Ht, No = Ra, gn = Vt, q.VP8LMapColor32b = fs, q.VP8LMapColor8b = Cu, d);
10910
+ return d == null ? null : (d.a = 0, d.xb = xd, ho("Predictor", "VP8LPredictors"), ho("Predictor", "VP8LPredictors_C"), ho("PredictorAdd", "VP8LPredictorsAdd"), ho("PredictorAdd", "VP8LPredictorsAdd_C"), gi = Lt, $l = ht, Yl = lt, tr = Oa, wo = Ht, No = Ra, gn = Vt, q.VP8LMapColor32b = fs, q.VP8LMapColor8b = Cu, d);
10911
10911
  }
10912
- function yo(d, w, k, M, Z) {
10912
+ function po(d, w, k, M, Z) {
10913
10913
  var ie = 1, ue = [d], he = [w], pe = M.m, we = M.s, Le = null, He = 0;
10914
10914
  e:
10915
10915
  for (; ; ) {
@@ -10922,11 +10922,11 @@ function uf(e) {
10922
10922
  switch (Ge.Oc |= 1 << je, Qe.hc = je, Qe.Ea = Pe[0], Qe.nc = $e[0], Qe.K = [null], ++Ge.ab, t(4 >= Ge.ab), je) {
10923
10923
  case 0:
10924
10924
  case 1:
10925
- Qe.b = X(Ue, 3) + 2, Oe = yo(_e(Qe.Ea, Qe.b), _e(Qe.nc, Qe.b), 0, Ge, Qe.K), Qe.K = Qe.K[0];
10925
+ Qe.b = X(Ue, 3) + 2, Oe = po(_e(Qe.Ea, Qe.b), _e(Qe.nc, Qe.b), 0, Ge, Qe.K), Qe.K = Qe.K[0];
10926
10926
  break;
10927
10927
  case 3:
10928
10928
  var Xe, We = X(Ue, 8) + 1, nt = 16 < We ? 0 : 4 < We ? 1 : 2 < We ? 2 : 3;
10929
- if (Pe[0] = _e(Qe.Ea, nt), Qe.b = nt, Xe = Oe = yo(We, 1, 0, Ge, Qe.K)) {
10929
+ if (Pe[0] = _e(Qe.Ea, nt), Qe.b = nt, Xe = Oe = po(We, 1, 0, Ge, Qe.K)) {
10930
10930
  var et, ft = We, at = Qe, Ot = 1 << (8 >> at.b), Xt = o(Ot);
10931
10931
  if (Xt == null)
10932
10932
  Xe = 0;
@@ -10956,12 +10956,12 @@ function uf(e) {
10956
10956
  var ea;
10957
10957
  if (ea = ie)
10958
10958
  t: {
10959
- var Jt, _t, Ia, wl = M, Ea = ue, ml = he, qt = He, Fl = k, Sl = wl.m, Ka = wl.s, Ya = [null], dl = 1, Tl = 0, wo = tg[qt];
10959
+ var Jt, _t, Ia, wl = M, Ea = ue, ml = he, qt = He, Fl = k, Sl = wl.m, Ka = wl.s, Ya = [null], dl = 1, Tl = 0, mo = tg[qt];
10960
10960
  a:
10961
10961
  for (; ; ) {
10962
10962
  if (Fl && X(Sl, 1)) {
10963
10963
  var ja = X(Sl, 3) + 2, zo = _e(Ea, ja), Nr = _e(ml, ja), wn = zo * Nr;
10964
- if (!yo(zo, Nr, 0, wl, Ya))
10964
+ if (!po(zo, Nr, 0, wl, Ya))
10965
10965
  break a;
10966
10966
  for (Ya = Ya[0], Ka.xc = ja, Jt = 0; Jt < wn; ++Jt) {
10967
10967
  var sr = Ya[Jt] >> 8 & 65535;
@@ -10974,7 +10974,7 @@ function uf(e) {
10974
10974
  var pa = wd[_t];
10975
10975
  !_t && 0 < qt && (pa += 1 << qt), Tl < pa && (Tl = pa);
10976
10976
  }
10977
- var Mu = n(dl * wo, R), Qd = dl, Md = n(Qd, ye);
10977
+ var Mu = n(dl * mo, R), Qd = dl, Md = n(Qd, ye);
10978
10978
  if (Md == null)
10979
10979
  var Fi = null;
10980
10980
  else
@@ -11080,7 +11080,7 @@ function uf(e) {
11080
11080
  ie = (ie = jl(M, Le, 0, ue, he, he, null)) && !pe.h;
11081
11081
  break e;
11082
11082
  }
11083
- return ie ? (Z != null ? Z[0] = Le : (t(Le == null), t(k)), M.$ = 0, k || go(we)) : go(we), ie;
11083
+ return ie ? (Z != null ? Z[0] = Le : (t(Le == null), t(k)), M.$ = 0, k || yo(we)) : yo(we), ie;
11084
11084
  }
11085
11085
  function Lr(d, w) {
11086
11086
  var k = d.c * d.i, M = k + w + 16 * w;
@@ -11335,7 +11335,7 @@ function uf(e) {
11335
11335
  gd[255 + k] = 0 > k ? 0 : 255 < k ? 255 : k;
11336
11336
  yd = 1;
11337
11337
  }
11338
- Jl = nu, yn = ou, ar = li, Zl = ru, To = oi, vs = ai, Ir = ts, pn = Mr, Er = bu, lr = as, gs = pu, Il = sn, Do = ls, la = hi, oa = di, ma = Io, Ha = Yo, Ho = yu, eo[0] = po, eo[1] = su, eo[2] = cu, eo[3] = du, eo[4] = si, eo[5] = rn, eo[6] = ii, eo[7] = Jn, eo[8] = fu, eo[9] = hu, rr[0] = ri, rr[1] = Au, rr[2] = $o, rr[3] = ln, rr[4] = tl, rr[5] = uu, rr[6] = ni, Po[0] = qo, Po[1] = iu, Po[2] = vu, Po[3] = Zn, Po[4] = Qr, Po[5] = gu, Po[6] = es, k = 1;
11338
+ Jl = nu, yn = ou, ar = li, Zl = ru, To = oi, vs = ai, Ir = ts, pn = Mr, Er = bu, lr = as, gs = pu, Il = sn, Do = ls, la = hi, oa = di, ma = Io, Ha = Yo, Ho = yu, eo[0] = bo, eo[1] = su, eo[2] = cu, eo[3] = du, eo[4] = si, eo[5] = rn, eo[6] = ii, eo[7] = Jn, eo[8] = fu, eo[9] = hu, rr[0] = ri, rr[1] = Au, rr[2] = $o, rr[3] = ln, rr[4] = tl, rr[5] = uu, rr[6] = ni, Po[0] = qo, Po[1] = iu, Po[2] = vu, Po[3] = Zn, Po[4] = Qr, Po[5] = gu, Po[6] = es, k = 1;
11339
11339
  } else
11340
11340
  k = 0;
11341
11341
  }
@@ -11408,13 +11408,13 @@ function uf(e) {
11408
11408
  Ia = _t, wl = Sl;
11409
11409
  var Ka = (Ya = (pa = Ea).D).Nb;
11410
11410
  Jt = pa.R;
11411
- var Ya = Ya.wa[Ya.Y + Ia], dl = pa.sa, Tl = pa.ta + 16 * Ka * Jt + 16 * Ia, wo = Ya.dd, ja = Ya.tc;
11411
+ var Ya = Ya.wa[Ya.Y + Ia], dl = pa.sa, Tl = pa.ta + 16 * Ka * Jt + 16 * Ia, mo = Ya.dd, ja = Ya.tc;
11412
11412
  if (ja != 0)
11413
11413
  if (t(3 <= ja), pa.L == 1)
11414
11414
  0 < Ia && ma(dl, Tl, Jt, ja + 4), Ya.La && Ho(dl, Tl, Jt, ja), 0 < wl && oa(dl, Tl, Jt, ja + 4), Ya.La && Ha(dl, Tl, Jt, ja);
11415
11415
  else {
11416
11416
  var zo = pa.B, Nr = pa.qa, wn = pa.ra + 8 * Ka * zo + 8 * Ia, sr = pa.Ha, pa = pa.Ia + 8 * Ka * zo + 8 * Ia;
11417
- Ka = Ya.ld, 0 < Ia && (pn(dl, Tl, Jt, ja + 4, wo, Ka), lr(Nr, wn, sr, pa, zo, ja + 4, wo, Ka)), Ya.La && (Il(dl, Tl, Jt, ja, wo, Ka), la(Nr, wn, sr, pa, zo, ja, wo, Ka)), 0 < wl && (Ir(dl, Tl, Jt, ja + 4, wo, Ka), Er(Nr, wn, sr, pa, zo, ja + 4, wo, Ka)), Ya.La && (gs(dl, Tl, Jt, ja, wo, Ka), Do(Nr, wn, sr, pa, zo, ja, wo, Ka));
11417
+ Ka = Ya.ld, 0 < Ia && (pn(dl, Tl, Jt, ja + 4, mo, Ka), lr(Nr, wn, sr, pa, zo, ja + 4, mo, Ka)), Ya.La && (Il(dl, Tl, Jt, ja, mo, Ka), la(Nr, wn, sr, pa, zo, ja, mo, Ka)), 0 < wl && (Ir(dl, Tl, Jt, ja + 4, mo, Ka), Er(Nr, wn, sr, pa, zo, ja + 4, mo, Ka)), Ya.La && (gs(dl, Tl, Jt, ja, mo, Ka), Do(Nr, wn, sr, pa, zo, ja, mo, Ka));
11418
11418
  }
11419
11419
  }
11420
11420
  if (Ue.ia && alert("todo:DitherRow"), Qe.put != null) {
@@ -11546,7 +11546,7 @@ function uf(e) {
11546
11546
  var k = d[w - 1], M = d[w - 1 + 32], Z = d[w - 1 + 64], ie = d[w - 1 + 96];
11547
11547
  j(d, w + 0, 16843009 * wt(d[w - 1 - 32], k, M)), j(d, w + 32, 16843009 * wt(k, M, Z)), j(d, w + 64, 16843009 * wt(M, Z, ie)), j(d, w + 96, 16843009 * wt(Z, ie, ie));
11548
11548
  }
11549
- function po(d, w) {
11549
+ function bo(d, w) {
11550
11550
  var k, M = 4;
11551
11551
  for (k = 0; 4 > k; ++k)
11552
11552
  M += d[w + k - 32] + d[w - 1 + 32 * k];
@@ -11753,7 +11753,7 @@ function uf(e) {
11753
11753
  w = 0;
11754
11754
  else if (ue.$a = he[pe + 0] >> 0 & 3, ue.Z = he[pe + 0] >> 2 & 3, ue.Lc = he[pe + 0] >> 4 & 3, pe = he[pe + 0] >> 6 & 3, 0 > ue.$a || 1 < ue.$a || 4 <= ue.Z || 1 < ue.Lc || pe)
11755
11755
  w = 0;
11756
- else if (Ge.put = ho, Ge.ac = qa, Ge.bc = fo, Ge.ma = ue, Ge.width = w.width, Ge.height = w.height, Ge.Da = w.Da, Ge.v = w.v, Ge.va = w.va, Ge.j = w.j, Ge.o = w.o, ue.$a)
11756
+ else if (Ge.put = fo, Ge.ac = qa, Ge.bc = vo, Ge.ma = ue, Ge.width = w.width, Ge.height = w.height, Ge.Da = w.Da, Ge.v = w.v, Ge.va = w.va, Ge.j = w.j, Ge.o = w.o, ue.$a)
11757
11757
  e: {
11758
11758
  t(ue.$a == 1), w = Ml();
11759
11759
  t:
@@ -11762,7 +11762,7 @@ function uf(e) {
11762
11762
  w = 0;
11763
11763
  break e;
11764
11764
  }
11765
- if (t(ue != null), ue.mc = w, w.c = ue.c, w.i = ue.i, w.l = ue.l, w.l.ma = ue, w.l.width = ue.c, w.l.height = ue.i, w.a = 0, G(w.m, he, Pe, $e), !yo(ue.c, ue.i, 1, w, null) || (w.ab == 1 && w.gc[0].hc == 3 && Mo(w.s) ? (ue.ic = 1, he = w.c * w.i, w.Ta = null, w.Ua = 0, w.V = o(he), w.Ba = 0, w.V == null ? (w.a = 1, w = 0) : w = 1) : (ue.ic = 0, w = Lr(w, ue.c)), !w))
11765
+ if (t(ue != null), ue.mc = w, w.c = ue.c, w.i = ue.i, w.l = ue.l, w.l.ma = ue, w.l.width = ue.c, w.l.height = ue.i, w.a = 0, G(w.m, he, Pe, $e), !po(ue.c, ue.i, 1, w, null) || (w.ab == 1 && w.gc[0].hc == 3 && Mo(w.s) ? (ue.ic = 1, he = w.c * w.i, w.Ta = null, w.Ua = 0, w.V = o(he), w.Ba = 0, w.V == null ? (w.a = 1, w = 0) : w = 1) : (ue.ic = 0, w = Lr(w, ue.c)), !w))
11766
11766
  break t;
11767
11767
  w = 1;
11768
11768
  break e;
@@ -11806,7 +11806,7 @@ function uf(e) {
11806
11806
  }
11807
11807
  Oe = Rl(Oe - 256, Le);
11808
11808
  var nt, et = gl(We.G[4], We.H[4], Le);
11809
- if ($(Le), !(Ue >= (et = vo($e, et = Rl(et, Le))) && Qe - Ue >= Oe)) {
11809
+ if ($(Le), !(Ue >= (et = go($e, et = Rl(et, Le))) && Qe - Ue >= Oe)) {
11810
11810
  Ge = 0;
11811
11811
  break t;
11812
11812
  }
@@ -12241,7 +12241,7 @@ function uf(e) {
12241
12241
  });
12242
12242
  var gi, ql = q.ColorIndexInverseTransform, fs = q.MapARGB, xu = q.VP8LColorIndexInverseTransformAlpha, Cu = q.MapAlpha, er = q.VP8LPredictorsAdd = [];
12243
12243
  er.length = 16, (q.VP8LPredictors = []).length = 16, (q.VP8LPredictorsAdd_C = []).length = 16, (q.VP8LPredictors_C = []).length = 16;
12244
- var $l, Yl, tr, bo, No, gn, Jl, yn, vs, ar, Zl, To, Ir, pn, Er, lr, gs, Il, Do, la, oa, ma, Ha, Ho, or, bn, yi, dd, hd = o(511), fd = o(2041), vd = o(225), gd = o(767), yd = 0, Bu = fd, pi = vd, _l = gd, El = hd, bi = 0, wi = 1, pd = 2, mi = 3, xi = 4, ku = 5, bd = 6, _u = 7, Fu = 8, Ci = 9, Su = 10, qv = [2, 3, 7], Yv = [3, 3, 11], wd = [280, 256, 256, 256, 40], Jv = [0, 1, 1, 1, 0], Zv = [17, 18, 0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], eg = [24, 7, 23, 25, 40, 6, 39, 41, 22, 26, 38, 42, 56, 5, 55, 57, 21, 27, 54, 58, 37, 43, 72, 4, 71, 73, 20, 28, 53, 59, 70, 74, 36, 44, 88, 69, 75, 52, 60, 3, 87, 89, 19, 29, 86, 90, 35, 45, 68, 76, 85, 91, 51, 61, 104, 2, 103, 105, 18, 30, 102, 106, 34, 46, 84, 92, 67, 77, 101, 107, 50, 62, 120, 1, 119, 121, 83, 93, 17, 31, 100, 108, 66, 78, 118, 122, 33, 47, 117, 123, 49, 63, 99, 109, 82, 94, 0, 116, 124, 65, 79, 16, 32, 98, 110, 48, 115, 125, 81, 95, 64, 114, 126, 97, 111, 80, 113, 127, 96, 112], tg = [2954, 2956, 2958, 2962, 2970, 2986, 3018, 3082, 3212, 3468, 3980, 5004], ag = 8, Lu = [4, 5, 6, 7, 8, 9, 10, 10, 11, 12, 13, 14, 15, 16, 17, 17, 18, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 25, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 93, 95, 96, 98, 100, 101, 102, 104, 106, 108, 110, 112, 114, 116, 118, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 143, 145, 148, 151, 154, 157], Uu = [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 119, 122, 125, 128, 131, 134, 137, 140, 143, 146, 149, 152, 155, 158, 161, 164, 167, 170, 173, 177, 181, 185, 189, 193, 197, 201, 205, 209, 213, 217, 221, 225, 229, 234, 239, 245, 249, 254, 259, 264, 269, 274, 279, 284], ys = null, lg = [[173, 148, 140, 0], [176, 155, 140, 135, 0], [180, 157, 141, 134, 130, 0], [254, 254, 243, 230, 196, 177, 153, 140, 133, 130, 129, 0]], og = [0, 1, 4, 8, 5, 2, 3, 6, 9, 12, 13, 10, 7, 11, 14, 15], md = [-0, 1, -1, 2, -2, 3, 4, 6, -3, 5, -4, -5, -6, 7, -7, 8, -8, -9], rg = [[[[128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128]], [[253, 136, 254, 255, 228, 219, 128, 128, 128, 128, 128], [189, 129, 242, 255, 227, 213, 255, 219, 128, 128, 128], [106, 126, 227, 252, 214, 209, 255, 255, 128, 128, 128]], [[1, 98, 248, 255, 236, 226, 255, 255, 128, 128, 128], [181, 133, 238, 254, 221, 234, 255, 154, 128, 128, 128], [78, 134, 202, 247, 198, 180, 255, 219, 128, 128, 128]], [[1, 185, 249, 255, 243, 255, 128, 128, 128, 128, 128], [184, 150, 247, 255, 236, 224, 128, 128, 128, 128, 128], [77, 110, 216, 255, 236, 230, 128, 128, 128, 128, 128]], [[1, 101, 251, 255, 241, 255, 128, 128, 128, 128, 128], [170, 139, 241, 252, 236, 209, 255, 255, 128, 128, 128], [37, 116, 196, 243, 228, 255, 255, 255, 128, 128, 128]], [[1, 204, 254, 255, 245, 255, 128, 128, 128, 128, 128], [207, 160, 250, 255, 238, 128, 128, 128, 128, 128, 128], [102, 103, 231, 255, 211, 171, 128, 128, 128, 128, 128]], [[1, 152, 252, 255, 240, 255, 128, 128, 128, 128, 128], [177, 135, 243, 255, 234, 225, 128, 128, 128, 128, 128], [80, 129, 211, 255, 194, 224, 128, 128, 128, 128, 128]], [[1, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [246, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [255, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128]]], [[[198, 35, 237, 223, 193, 187, 162, 160, 145, 155, 62], [131, 45, 198, 221, 172, 176, 220, 157, 252, 221, 1], [68, 47, 146, 208, 149, 167, 221, 162, 255, 223, 128]], [[1, 149, 241, 255, 221, 224, 255, 255, 128, 128, 128], [184, 141, 234, 253, 222, 220, 255, 199, 128, 128, 128], [81, 99, 181, 242, 176, 190, 249, 202, 255, 255, 128]], [[1, 129, 232, 253, 214, 197, 242, 196, 255, 255, 128], [99, 121, 210, 250, 201, 198, 255, 202, 128, 128, 128], [23, 91, 163, 242, 170, 187, 247, 210, 255, 255, 128]], [[1, 200, 246, 255, 234, 255, 128, 128, 128, 128, 128], [109, 178, 241, 255, 231, 245, 255, 255, 128, 128, 128], [44, 130, 201, 253, 205, 192, 255, 255, 128, 128, 128]], [[1, 132, 239, 251, 219, 209, 255, 165, 128, 128, 128], [94, 136, 225, 251, 218, 190, 255, 255, 128, 128, 128], [22, 100, 174, 245, 186, 161, 255, 199, 128, 128, 128]], [[1, 182, 249, 255, 232, 235, 128, 128, 128, 128, 128], [124, 143, 241, 255, 227, 234, 128, 128, 128, 128, 128], [35, 77, 181, 251, 193, 211, 255, 205, 128, 128, 128]], [[1, 157, 247, 255, 236, 231, 255, 255, 128, 128, 128], [121, 141, 235, 255, 225, 227, 255, 255, 128, 128, 128], [45, 99, 188, 251, 195, 217, 255, 224, 128, 128, 128]], [[1, 1, 251, 255, 213, 255, 128, 128, 128, 128, 128], [203, 1, 248, 255, 255, 128, 128, 128, 128, 128, 128], [137, 1, 177, 255, 224, 255, 128, 128, 128, 128, 128]]], [[[253, 9, 248, 251, 207, 208, 255, 192, 128, 128, 128], [175, 13, 224, 243, 193, 185, 249, 198, 255, 255, 128], [73, 17, 171, 221, 161, 179, 236, 167, 255, 234, 128]], [[1, 95, 247, 253, 212, 183, 255, 255, 128, 128, 128], [239, 90, 244, 250, 211, 209, 255, 255, 128, 128, 128], [155, 77, 195, 248, 188, 195, 255, 255, 128, 128, 128]], [[1, 24, 239, 251, 218, 219, 255, 205, 128, 128, 128], [201, 51, 219, 255, 196, 186, 128, 128, 128, 128, 128], [69, 46, 190, 239, 201, 218, 255, 228, 128, 128, 128]], [[1, 191, 251, 255, 255, 128, 128, 128, 128, 128, 128], [223, 165, 249, 255, 213, 255, 128, 128, 128, 128, 128], [141, 124, 248, 255, 255, 128, 128, 128, 128, 128, 128]], [[1, 16, 248, 255, 255, 128, 128, 128, 128, 128, 128], [190, 36, 230, 255, 236, 255, 128, 128, 128, 128, 128], [149, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128]], [[1, 226, 255, 128, 128, 128, 128, 128, 128, 128, 128], [247, 192, 255, 128, 128, 128, 128, 128, 128, 128, 128], [240, 128, 255, 128, 128, 128, 128, 128, 128, 128, 128]], [[1, 134, 252, 255, 255, 128, 128, 128, 128, 128, 128], [213, 62, 250, 255, 255, 128, 128, 128, 128, 128, 128], [55, 93, 255, 128, 128, 128, 128, 128, 128, 128, 128]], [[128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128]]], [[[202, 24, 213, 235, 186, 191, 220, 160, 240, 175, 255], [126, 38, 182, 232, 169, 184, 228, 174, 255, 187, 128], [61, 46, 138, 219, 151, 178, 240, 170, 255, 216, 128]], [[1, 112, 230, 250, 199, 191, 247, 159, 255, 255, 128], [166, 109, 228, 252, 211, 215, 255, 174, 128, 128, 128], [39, 77, 162, 232, 172, 180, 245, 178, 255, 255, 128]], [[1, 52, 220, 246, 198, 199, 249, 220, 255, 255, 128], [124, 74, 191, 243, 183, 193, 250, 221, 255, 255, 128], [24, 71, 130, 219, 154, 170, 243, 182, 255, 255, 128]], [[1, 182, 225, 249, 219, 240, 255, 224, 128, 128, 128], [149, 150, 226, 252, 216, 205, 255, 171, 128, 128, 128], [28, 108, 170, 242, 183, 194, 254, 223, 255, 255, 128]], [[1, 81, 230, 252, 204, 203, 255, 192, 128, 128, 128], [123, 102, 209, 247, 188, 196, 255, 233, 128, 128, 128], [20, 95, 153, 243, 164, 173, 255, 203, 128, 128, 128]], [[1, 222, 248, 255, 216, 213, 128, 128, 128, 128, 128], [168, 175, 246, 252, 235, 205, 255, 255, 128, 128, 128], [47, 116, 215, 255, 211, 212, 255, 255, 128, 128, 128]], [[1, 121, 236, 253, 212, 214, 255, 255, 128, 128, 128], [141, 84, 213, 252, 201, 202, 255, 219, 128, 128, 128], [42, 80, 160, 240, 162, 185, 255, 205, 128, 128, 128]], [[1, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [244, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [238, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128]]]], ng = [[[231, 120, 48, 89, 115, 113, 120, 152, 112], [152, 179, 64, 126, 170, 118, 46, 70, 95], [175, 69, 143, 80, 85, 82, 72, 155, 103], [56, 58, 10, 171, 218, 189, 17, 13, 152], [114, 26, 17, 163, 44, 195, 21, 10, 173], [121, 24, 80, 195, 26, 62, 44, 64, 85], [144, 71, 10, 38, 171, 213, 144, 34, 26], [170, 46, 55, 19, 136, 160, 33, 206, 71], [63, 20, 8, 114, 114, 208, 12, 9, 226], [81, 40, 11, 96, 182, 84, 29, 16, 36]], [[134, 183, 89, 137, 98, 101, 106, 165, 148], [72, 187, 100, 130, 157, 111, 32, 75, 80], [66, 102, 167, 99, 74, 62, 40, 234, 128], [41, 53, 9, 178, 241, 141, 26, 8, 107], [74, 43, 26, 146, 73, 166, 49, 23, 157], [65, 38, 105, 160, 51, 52, 31, 115, 128], [104, 79, 12, 27, 217, 255, 87, 17, 7], [87, 68, 71, 44, 114, 51, 15, 186, 23], [47, 41, 14, 110, 182, 183, 21, 17, 194], [66, 45, 25, 102, 197, 189, 23, 18, 22]], [[88, 88, 147, 150, 42, 46, 45, 196, 205], [43, 97, 183, 117, 85, 38, 35, 179, 61], [39, 53, 200, 87, 26, 21, 43, 232, 171], [56, 34, 51, 104, 114, 102, 29, 93, 77], [39, 28, 85, 171, 58, 165, 90, 98, 64], [34, 22, 116, 206, 23, 34, 43, 166, 73], [107, 54, 32, 26, 51, 1, 81, 43, 31], [68, 25, 106, 22, 64, 171, 36, 225, 114], [34, 19, 21, 102, 132, 188, 16, 76, 124], [62, 18, 78, 95, 85, 57, 50, 48, 51]], [[193, 101, 35, 159, 215, 111, 89, 46, 111], [60, 148, 31, 172, 219, 228, 21, 18, 111], [112, 113, 77, 85, 179, 255, 38, 120, 114], [40, 42, 1, 196, 245, 209, 10, 25, 109], [88, 43, 29, 140, 166, 213, 37, 43, 154], [61, 63, 30, 155, 67, 45, 68, 1, 209], [100, 80, 8, 43, 154, 1, 51, 26, 71], [142, 78, 78, 16, 255, 128, 34, 197, 171], [41, 40, 5, 102, 211, 183, 4, 1, 221], [51, 50, 17, 168, 209, 192, 23, 25, 82]], [[138, 31, 36, 171, 27, 166, 38, 44, 229], [67, 87, 58, 169, 82, 115, 26, 59, 179], [63, 59, 90, 180, 59, 166, 93, 73, 154], [40, 40, 21, 116, 143, 209, 34, 39, 175], [47, 15, 16, 183, 34, 223, 49, 45, 183], [46, 17, 33, 183, 6, 98, 15, 32, 183], [57, 46, 22, 24, 128, 1, 54, 17, 37], [65, 32, 73, 115, 28, 128, 23, 128, 205], [40, 3, 9, 115, 51, 192, 18, 6, 223], [87, 37, 9, 115, 59, 77, 64, 21, 47]], [[104, 55, 44, 218, 9, 54, 53, 130, 226], [64, 90, 70, 205, 40, 41, 23, 26, 57], [54, 57, 112, 184, 5, 41, 38, 166, 213], [30, 34, 26, 133, 152, 116, 10, 32, 134], [39, 19, 53, 221, 26, 114, 32, 73, 255], [31, 9, 65, 234, 2, 15, 1, 118, 73], [75, 32, 12, 51, 192, 255, 160, 43, 51], [88, 31, 35, 67, 102, 85, 55, 186, 85], [56, 21, 23, 111, 59, 205, 45, 37, 192], [55, 38, 70, 124, 73, 102, 1, 34, 98]], [[125, 98, 42, 88, 104, 85, 117, 175, 82], [95, 84, 53, 89, 128, 100, 113, 101, 45], [75, 79, 123, 47, 51, 128, 81, 171, 1], [57, 17, 5, 71, 102, 57, 53, 41, 49], [38, 33, 13, 121, 57, 73, 26, 1, 85], [41, 10, 67, 138, 77, 110, 90, 47, 114], [115, 21, 2, 10, 102, 255, 166, 23, 6], [101, 29, 16, 10, 85, 128, 101, 196, 26], [57, 18, 10, 102, 102, 213, 34, 20, 43], [117, 20, 15, 36, 163, 128, 68, 1, 26]], [[102, 61, 71, 37, 34, 53, 31, 243, 192], [69, 60, 71, 38, 73, 119, 28, 222, 37], [68, 45, 128, 34, 1, 47, 11, 245, 171], [62, 17, 19, 70, 146, 85, 55, 62, 70], [37, 43, 37, 154, 100, 163, 85, 160, 1], [63, 9, 92, 136, 28, 64, 32, 201, 85], [75, 15, 9, 9, 64, 255, 184, 119, 16], [86, 6, 28, 5, 64, 255, 25, 248, 1], [56, 8, 17, 132, 137, 255, 55, 116, 128], [58, 15, 20, 82, 135, 57, 26, 121, 40]], [[164, 50, 31, 137, 154, 133, 25, 35, 218], [51, 103, 44, 131, 131, 123, 31, 6, 158], [86, 40, 64, 135, 148, 224, 45, 183, 128], [22, 26, 17, 131, 240, 154, 14, 1, 209], [45, 16, 21, 91, 64, 222, 7, 1, 197], [56, 21, 39, 155, 60, 138, 23, 102, 213], [83, 12, 13, 54, 192, 255, 68, 47, 28], [85, 26, 85, 85, 128, 128, 32, 146, 171], [18, 11, 7, 63, 144, 171, 4, 4, 246], [35, 27, 10, 146, 174, 171, 12, 26, 128]], [[190, 80, 35, 99, 180, 80, 126, 54, 45], [85, 126, 47, 87, 176, 51, 41, 20, 32], [101, 75, 128, 139, 118, 146, 116, 128, 85], [56, 41, 15, 176, 236, 85, 37, 9, 62], [71, 30, 17, 119, 118, 255, 17, 18, 138], [101, 38, 60, 138, 55, 70, 43, 26, 142], [146, 36, 19, 30, 171, 255, 97, 27, 20], [138, 45, 61, 62, 219, 1, 81, 188, 64], [32, 41, 20, 117, 151, 142, 20, 21, 163], [112, 19, 12, 61, 195, 128, 48, 4, 24]]], sg = [[[[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[176, 246, 255, 255, 255, 255, 255, 255, 255, 255, 255], [223, 241, 252, 255, 255, 255, 255, 255, 255, 255, 255], [249, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 244, 252, 255, 255, 255, 255, 255, 255, 255, 255], [234, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 246, 254, 255, 255, 255, 255, 255, 255, 255, 255], [239, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 248, 254, 255, 255, 255, 255, 255, 255, 255, 255], [251, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [251, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 253, 255, 254, 255, 255, 255, 255, 255, 255], [250, 255, 254, 255, 254, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]], [[[217, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [225, 252, 241, 253, 255, 255, 254, 255, 255, 255, 255], [234, 250, 241, 250, 253, 255, 253, 254, 255, 255, 255]], [[255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [223, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [238, 253, 254, 254, 255, 255, 255, 255, 255, 255, 255]], [[255, 248, 254, 255, 255, 255, 255, 255, 255, 255, 255], [249, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255], [247, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 253, 255, 255, 255, 255, 255, 255, 255, 255], [250, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]], [[[186, 251, 250, 255, 255, 255, 255, 255, 255, 255, 255], [234, 251, 244, 254, 255, 255, 255, 255, 255, 255, 255], [251, 251, 243, 253, 254, 255, 254, 255, 255, 255, 255]], [[255, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [236, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [251, 253, 253, 254, 254, 255, 255, 255, 255, 255, 255]], [[255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]], [[[248, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [250, 254, 252, 254, 255, 255, 255, 255, 255, 255, 255], [248, 254, 249, 253, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255], [246, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255], [252, 254, 251, 254, 254, 255, 255, 255, 255, 255, 255]], [[255, 254, 252, 255, 255, 255, 255, 255, 255, 255, 255], [248, 254, 253, 255, 255, 255, 255, 255, 255, 255, 255], [253, 255, 254, 254, 255, 255, 255, 255, 255, 255, 255]], [[255, 251, 254, 255, 255, 255, 255, 255, 255, 255, 255], [245, 251, 254, 255, 255, 255, 255, 255, 255, 255, 255], [253, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 251, 253, 255, 255, 255, 255, 255, 255, 255, 255], [252, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255], [249, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 255], [250, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]]], ig = [0, 1, 2, 3, 6, 4, 5, 6, 6, 6, 6, 6, 6, 6, 6, 7, 0], rr = [], eo = [], Po = [], Ag = 1, xd = 2, nr = [], Nl = [];
12244
+ var $l, Yl, tr, wo, No, gn, Jl, yn, vs, ar, Zl, To, Ir, pn, Er, lr, gs, Il, Do, la, oa, ma, Ha, Ho, or, bn, yi, dd, hd = o(511), fd = o(2041), vd = o(225), gd = o(767), yd = 0, Bu = fd, pi = vd, _l = gd, El = hd, bi = 0, wi = 1, pd = 2, mi = 3, xi = 4, ku = 5, bd = 6, _u = 7, Fu = 8, Ci = 9, Su = 10, qv = [2, 3, 7], Yv = [3, 3, 11], wd = [280, 256, 256, 256, 40], Jv = [0, 1, 1, 1, 0], Zv = [17, 18, 0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], eg = [24, 7, 23, 25, 40, 6, 39, 41, 22, 26, 38, 42, 56, 5, 55, 57, 21, 27, 54, 58, 37, 43, 72, 4, 71, 73, 20, 28, 53, 59, 70, 74, 36, 44, 88, 69, 75, 52, 60, 3, 87, 89, 19, 29, 86, 90, 35, 45, 68, 76, 85, 91, 51, 61, 104, 2, 103, 105, 18, 30, 102, 106, 34, 46, 84, 92, 67, 77, 101, 107, 50, 62, 120, 1, 119, 121, 83, 93, 17, 31, 100, 108, 66, 78, 118, 122, 33, 47, 117, 123, 49, 63, 99, 109, 82, 94, 0, 116, 124, 65, 79, 16, 32, 98, 110, 48, 115, 125, 81, 95, 64, 114, 126, 97, 111, 80, 113, 127, 96, 112], tg = [2954, 2956, 2958, 2962, 2970, 2986, 3018, 3082, 3212, 3468, 3980, 5004], ag = 8, Lu = [4, 5, 6, 7, 8, 9, 10, 10, 11, 12, 13, 14, 15, 16, 17, 17, 18, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 25, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 93, 95, 96, 98, 100, 101, 102, 104, 106, 108, 110, 112, 114, 116, 118, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 143, 145, 148, 151, 154, 157], Uu = [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 119, 122, 125, 128, 131, 134, 137, 140, 143, 146, 149, 152, 155, 158, 161, 164, 167, 170, 173, 177, 181, 185, 189, 193, 197, 201, 205, 209, 213, 217, 221, 225, 229, 234, 239, 245, 249, 254, 259, 264, 269, 274, 279, 284], ys = null, lg = [[173, 148, 140, 0], [176, 155, 140, 135, 0], [180, 157, 141, 134, 130, 0], [254, 254, 243, 230, 196, 177, 153, 140, 133, 130, 129, 0]], og = [0, 1, 4, 8, 5, 2, 3, 6, 9, 12, 13, 10, 7, 11, 14, 15], md = [-0, 1, -1, 2, -2, 3, 4, 6, -3, 5, -4, -5, -6, 7, -7, 8, -8, -9], rg = [[[[128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128]], [[253, 136, 254, 255, 228, 219, 128, 128, 128, 128, 128], [189, 129, 242, 255, 227, 213, 255, 219, 128, 128, 128], [106, 126, 227, 252, 214, 209, 255, 255, 128, 128, 128]], [[1, 98, 248, 255, 236, 226, 255, 255, 128, 128, 128], [181, 133, 238, 254, 221, 234, 255, 154, 128, 128, 128], [78, 134, 202, 247, 198, 180, 255, 219, 128, 128, 128]], [[1, 185, 249, 255, 243, 255, 128, 128, 128, 128, 128], [184, 150, 247, 255, 236, 224, 128, 128, 128, 128, 128], [77, 110, 216, 255, 236, 230, 128, 128, 128, 128, 128]], [[1, 101, 251, 255, 241, 255, 128, 128, 128, 128, 128], [170, 139, 241, 252, 236, 209, 255, 255, 128, 128, 128], [37, 116, 196, 243, 228, 255, 255, 255, 128, 128, 128]], [[1, 204, 254, 255, 245, 255, 128, 128, 128, 128, 128], [207, 160, 250, 255, 238, 128, 128, 128, 128, 128, 128], [102, 103, 231, 255, 211, 171, 128, 128, 128, 128, 128]], [[1, 152, 252, 255, 240, 255, 128, 128, 128, 128, 128], [177, 135, 243, 255, 234, 225, 128, 128, 128, 128, 128], [80, 129, 211, 255, 194, 224, 128, 128, 128, 128, 128]], [[1, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [246, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [255, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128]]], [[[198, 35, 237, 223, 193, 187, 162, 160, 145, 155, 62], [131, 45, 198, 221, 172, 176, 220, 157, 252, 221, 1], [68, 47, 146, 208, 149, 167, 221, 162, 255, 223, 128]], [[1, 149, 241, 255, 221, 224, 255, 255, 128, 128, 128], [184, 141, 234, 253, 222, 220, 255, 199, 128, 128, 128], [81, 99, 181, 242, 176, 190, 249, 202, 255, 255, 128]], [[1, 129, 232, 253, 214, 197, 242, 196, 255, 255, 128], [99, 121, 210, 250, 201, 198, 255, 202, 128, 128, 128], [23, 91, 163, 242, 170, 187, 247, 210, 255, 255, 128]], [[1, 200, 246, 255, 234, 255, 128, 128, 128, 128, 128], [109, 178, 241, 255, 231, 245, 255, 255, 128, 128, 128], [44, 130, 201, 253, 205, 192, 255, 255, 128, 128, 128]], [[1, 132, 239, 251, 219, 209, 255, 165, 128, 128, 128], [94, 136, 225, 251, 218, 190, 255, 255, 128, 128, 128], [22, 100, 174, 245, 186, 161, 255, 199, 128, 128, 128]], [[1, 182, 249, 255, 232, 235, 128, 128, 128, 128, 128], [124, 143, 241, 255, 227, 234, 128, 128, 128, 128, 128], [35, 77, 181, 251, 193, 211, 255, 205, 128, 128, 128]], [[1, 157, 247, 255, 236, 231, 255, 255, 128, 128, 128], [121, 141, 235, 255, 225, 227, 255, 255, 128, 128, 128], [45, 99, 188, 251, 195, 217, 255, 224, 128, 128, 128]], [[1, 1, 251, 255, 213, 255, 128, 128, 128, 128, 128], [203, 1, 248, 255, 255, 128, 128, 128, 128, 128, 128], [137, 1, 177, 255, 224, 255, 128, 128, 128, 128, 128]]], [[[253, 9, 248, 251, 207, 208, 255, 192, 128, 128, 128], [175, 13, 224, 243, 193, 185, 249, 198, 255, 255, 128], [73, 17, 171, 221, 161, 179, 236, 167, 255, 234, 128]], [[1, 95, 247, 253, 212, 183, 255, 255, 128, 128, 128], [239, 90, 244, 250, 211, 209, 255, 255, 128, 128, 128], [155, 77, 195, 248, 188, 195, 255, 255, 128, 128, 128]], [[1, 24, 239, 251, 218, 219, 255, 205, 128, 128, 128], [201, 51, 219, 255, 196, 186, 128, 128, 128, 128, 128], [69, 46, 190, 239, 201, 218, 255, 228, 128, 128, 128]], [[1, 191, 251, 255, 255, 128, 128, 128, 128, 128, 128], [223, 165, 249, 255, 213, 255, 128, 128, 128, 128, 128], [141, 124, 248, 255, 255, 128, 128, 128, 128, 128, 128]], [[1, 16, 248, 255, 255, 128, 128, 128, 128, 128, 128], [190, 36, 230, 255, 236, 255, 128, 128, 128, 128, 128], [149, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128]], [[1, 226, 255, 128, 128, 128, 128, 128, 128, 128, 128], [247, 192, 255, 128, 128, 128, 128, 128, 128, 128, 128], [240, 128, 255, 128, 128, 128, 128, 128, 128, 128, 128]], [[1, 134, 252, 255, 255, 128, 128, 128, 128, 128, 128], [213, 62, 250, 255, 255, 128, 128, 128, 128, 128, 128], [55, 93, 255, 128, 128, 128, 128, 128, 128, 128, 128]], [[128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128]]], [[[202, 24, 213, 235, 186, 191, 220, 160, 240, 175, 255], [126, 38, 182, 232, 169, 184, 228, 174, 255, 187, 128], [61, 46, 138, 219, 151, 178, 240, 170, 255, 216, 128]], [[1, 112, 230, 250, 199, 191, 247, 159, 255, 255, 128], [166, 109, 228, 252, 211, 215, 255, 174, 128, 128, 128], [39, 77, 162, 232, 172, 180, 245, 178, 255, 255, 128]], [[1, 52, 220, 246, 198, 199, 249, 220, 255, 255, 128], [124, 74, 191, 243, 183, 193, 250, 221, 255, 255, 128], [24, 71, 130, 219, 154, 170, 243, 182, 255, 255, 128]], [[1, 182, 225, 249, 219, 240, 255, 224, 128, 128, 128], [149, 150, 226, 252, 216, 205, 255, 171, 128, 128, 128], [28, 108, 170, 242, 183, 194, 254, 223, 255, 255, 128]], [[1, 81, 230, 252, 204, 203, 255, 192, 128, 128, 128], [123, 102, 209, 247, 188, 196, 255, 233, 128, 128, 128], [20, 95, 153, 243, 164, 173, 255, 203, 128, 128, 128]], [[1, 222, 248, 255, 216, 213, 128, 128, 128, 128, 128], [168, 175, 246, 252, 235, 205, 255, 255, 128, 128, 128], [47, 116, 215, 255, 211, 212, 255, 255, 128, 128, 128]], [[1, 121, 236, 253, 212, 214, 255, 255, 128, 128, 128], [141, 84, 213, 252, 201, 202, 255, 219, 128, 128, 128], [42, 80, 160, 240, 162, 185, 255, 205, 128, 128, 128]], [[1, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [244, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [238, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128]]]], ng = [[[231, 120, 48, 89, 115, 113, 120, 152, 112], [152, 179, 64, 126, 170, 118, 46, 70, 95], [175, 69, 143, 80, 85, 82, 72, 155, 103], [56, 58, 10, 171, 218, 189, 17, 13, 152], [114, 26, 17, 163, 44, 195, 21, 10, 173], [121, 24, 80, 195, 26, 62, 44, 64, 85], [144, 71, 10, 38, 171, 213, 144, 34, 26], [170, 46, 55, 19, 136, 160, 33, 206, 71], [63, 20, 8, 114, 114, 208, 12, 9, 226], [81, 40, 11, 96, 182, 84, 29, 16, 36]], [[134, 183, 89, 137, 98, 101, 106, 165, 148], [72, 187, 100, 130, 157, 111, 32, 75, 80], [66, 102, 167, 99, 74, 62, 40, 234, 128], [41, 53, 9, 178, 241, 141, 26, 8, 107], [74, 43, 26, 146, 73, 166, 49, 23, 157], [65, 38, 105, 160, 51, 52, 31, 115, 128], [104, 79, 12, 27, 217, 255, 87, 17, 7], [87, 68, 71, 44, 114, 51, 15, 186, 23], [47, 41, 14, 110, 182, 183, 21, 17, 194], [66, 45, 25, 102, 197, 189, 23, 18, 22]], [[88, 88, 147, 150, 42, 46, 45, 196, 205], [43, 97, 183, 117, 85, 38, 35, 179, 61], [39, 53, 200, 87, 26, 21, 43, 232, 171], [56, 34, 51, 104, 114, 102, 29, 93, 77], [39, 28, 85, 171, 58, 165, 90, 98, 64], [34, 22, 116, 206, 23, 34, 43, 166, 73], [107, 54, 32, 26, 51, 1, 81, 43, 31], [68, 25, 106, 22, 64, 171, 36, 225, 114], [34, 19, 21, 102, 132, 188, 16, 76, 124], [62, 18, 78, 95, 85, 57, 50, 48, 51]], [[193, 101, 35, 159, 215, 111, 89, 46, 111], [60, 148, 31, 172, 219, 228, 21, 18, 111], [112, 113, 77, 85, 179, 255, 38, 120, 114], [40, 42, 1, 196, 245, 209, 10, 25, 109], [88, 43, 29, 140, 166, 213, 37, 43, 154], [61, 63, 30, 155, 67, 45, 68, 1, 209], [100, 80, 8, 43, 154, 1, 51, 26, 71], [142, 78, 78, 16, 255, 128, 34, 197, 171], [41, 40, 5, 102, 211, 183, 4, 1, 221], [51, 50, 17, 168, 209, 192, 23, 25, 82]], [[138, 31, 36, 171, 27, 166, 38, 44, 229], [67, 87, 58, 169, 82, 115, 26, 59, 179], [63, 59, 90, 180, 59, 166, 93, 73, 154], [40, 40, 21, 116, 143, 209, 34, 39, 175], [47, 15, 16, 183, 34, 223, 49, 45, 183], [46, 17, 33, 183, 6, 98, 15, 32, 183], [57, 46, 22, 24, 128, 1, 54, 17, 37], [65, 32, 73, 115, 28, 128, 23, 128, 205], [40, 3, 9, 115, 51, 192, 18, 6, 223], [87, 37, 9, 115, 59, 77, 64, 21, 47]], [[104, 55, 44, 218, 9, 54, 53, 130, 226], [64, 90, 70, 205, 40, 41, 23, 26, 57], [54, 57, 112, 184, 5, 41, 38, 166, 213], [30, 34, 26, 133, 152, 116, 10, 32, 134], [39, 19, 53, 221, 26, 114, 32, 73, 255], [31, 9, 65, 234, 2, 15, 1, 118, 73], [75, 32, 12, 51, 192, 255, 160, 43, 51], [88, 31, 35, 67, 102, 85, 55, 186, 85], [56, 21, 23, 111, 59, 205, 45, 37, 192], [55, 38, 70, 124, 73, 102, 1, 34, 98]], [[125, 98, 42, 88, 104, 85, 117, 175, 82], [95, 84, 53, 89, 128, 100, 113, 101, 45], [75, 79, 123, 47, 51, 128, 81, 171, 1], [57, 17, 5, 71, 102, 57, 53, 41, 49], [38, 33, 13, 121, 57, 73, 26, 1, 85], [41, 10, 67, 138, 77, 110, 90, 47, 114], [115, 21, 2, 10, 102, 255, 166, 23, 6], [101, 29, 16, 10, 85, 128, 101, 196, 26], [57, 18, 10, 102, 102, 213, 34, 20, 43], [117, 20, 15, 36, 163, 128, 68, 1, 26]], [[102, 61, 71, 37, 34, 53, 31, 243, 192], [69, 60, 71, 38, 73, 119, 28, 222, 37], [68, 45, 128, 34, 1, 47, 11, 245, 171], [62, 17, 19, 70, 146, 85, 55, 62, 70], [37, 43, 37, 154, 100, 163, 85, 160, 1], [63, 9, 92, 136, 28, 64, 32, 201, 85], [75, 15, 9, 9, 64, 255, 184, 119, 16], [86, 6, 28, 5, 64, 255, 25, 248, 1], [56, 8, 17, 132, 137, 255, 55, 116, 128], [58, 15, 20, 82, 135, 57, 26, 121, 40]], [[164, 50, 31, 137, 154, 133, 25, 35, 218], [51, 103, 44, 131, 131, 123, 31, 6, 158], [86, 40, 64, 135, 148, 224, 45, 183, 128], [22, 26, 17, 131, 240, 154, 14, 1, 209], [45, 16, 21, 91, 64, 222, 7, 1, 197], [56, 21, 39, 155, 60, 138, 23, 102, 213], [83, 12, 13, 54, 192, 255, 68, 47, 28], [85, 26, 85, 85, 128, 128, 32, 146, 171], [18, 11, 7, 63, 144, 171, 4, 4, 246], [35, 27, 10, 146, 174, 171, 12, 26, 128]], [[190, 80, 35, 99, 180, 80, 126, 54, 45], [85, 126, 47, 87, 176, 51, 41, 20, 32], [101, 75, 128, 139, 118, 146, 116, 128, 85], [56, 41, 15, 176, 236, 85, 37, 9, 62], [71, 30, 17, 119, 118, 255, 17, 18, 138], [101, 38, 60, 138, 55, 70, 43, 26, 142], [146, 36, 19, 30, 171, 255, 97, 27, 20], [138, 45, 61, 62, 219, 1, 81, 188, 64], [32, 41, 20, 117, 151, 142, 20, 21, 163], [112, 19, 12, 61, 195, 128, 48, 4, 24]]], sg = [[[[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[176, 246, 255, 255, 255, 255, 255, 255, 255, 255, 255], [223, 241, 252, 255, 255, 255, 255, 255, 255, 255, 255], [249, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 244, 252, 255, 255, 255, 255, 255, 255, 255, 255], [234, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 246, 254, 255, 255, 255, 255, 255, 255, 255, 255], [239, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 248, 254, 255, 255, 255, 255, 255, 255, 255, 255], [251, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [251, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 253, 255, 254, 255, 255, 255, 255, 255, 255], [250, 255, 254, 255, 254, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]], [[[217, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [225, 252, 241, 253, 255, 255, 254, 255, 255, 255, 255], [234, 250, 241, 250, 253, 255, 253, 254, 255, 255, 255]], [[255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [223, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [238, 253, 254, 254, 255, 255, 255, 255, 255, 255, 255]], [[255, 248, 254, 255, 255, 255, 255, 255, 255, 255, 255], [249, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255], [247, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 253, 255, 255, 255, 255, 255, 255, 255, 255], [250, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]], [[[186, 251, 250, 255, 255, 255, 255, 255, 255, 255, 255], [234, 251, 244, 254, 255, 255, 255, 255, 255, 255, 255], [251, 251, 243, 253, 254, 255, 254, 255, 255, 255, 255]], [[255, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [236, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [251, 253, 253, 254, 254, 255, 255, 255, 255, 255, 255]], [[255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]], [[[248, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [250, 254, 252, 254, 255, 255, 255, 255, 255, 255, 255], [248, 254, 249, 253, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255], [246, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255], [252, 254, 251, 254, 254, 255, 255, 255, 255, 255, 255]], [[255, 254, 252, 255, 255, 255, 255, 255, 255, 255, 255], [248, 254, 253, 255, 255, 255, 255, 255, 255, 255, 255], [253, 255, 254, 254, 255, 255, 255, 255, 255, 255, 255]], [[255, 251, 254, 255, 255, 255, 255, 255, 255, 255, 255], [245, 251, 254, 255, 255, 255, 255, 255, 255, 255, 255], [253, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 251, 253, 255, 255, 255, 255, 255, 255, 255, 255], [252, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255], [249, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 255], [250, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]]], ig = [0, 1, 2, 3, 6, 4, 5, 6, 6, 6, 6, 6, 6, 6, 6, 7, 0], rr = [], eo = [], Po = [], Ag = 1, xd = 2, nr = [], Nl = [];
12245
12245
  Re("UpsampleRgbLinePair", Pt, 3), Re("UpsampleBgrLinePair", da, 3), Re("UpsampleRgbaLinePair", Xl, 4), Re("UpsampleBgraLinePair", Va, 4), Re("UpsampleArgbLinePair", al, 4), Re("UpsampleRgba4444LinePair", $a, 2), Re("UpsampleRgb565LinePair", ya, 2);
12246
12246
  var ug = q.UpsampleRgbLinePair, cg = q.UpsampleBgrLinePair, Cd = q.UpsampleRgbaLinePair, Bd = q.UpsampleBgraLinePair, kd = q.UpsampleArgbLinePair, _d = q.UpsampleRgba4444LinePair, dg = q.UpsampleRgb565LinePair, Bi = 16, ki = 1 << Bi - 1, ps = -227, Qu = 482, Fd = 6, hg = (256 << Fd) - 1, Sd = 0, fg = o(256), vg = o(256), gg = o(256), yg = o(256), pg = o(Qu - ps), bg = o(Qu - ps);
12247
12247
  Eo("YuvToRgbRow", Pt, 3), Eo("YuvToBgrRow", da, 3), Eo("YuvToRgbaRow", Xl, 4), Eo("YuvToBgraRow", Va, 4), Eo("YuvToArgbRow", al, 4), Eo("YuvToRgba4444Row", $a, 2), Eo("YuvToRgb565Row", ya, 2);
@@ -12258,7 +12258,7 @@ function uf(e) {
12258
12258
  he.width = he.width[0], he.height = he.height[0], M != null && (M[0] = he.width), Z != null && (Z[0] = he.height);
12259
12259
  e: {
12260
12260
  if (M = new tn(), (Z = new os()).data = d, Z.w = w, Z.ha = k, Z.kd = 1, w = [0], t(Z != null), ((d = cn(Z.data, Z.w, Z.ha, null, null, null, w, null, Z)) == 0 || d == 7) && w[0] && (d = 4), (w = d) == 0) {
12261
- if (t(ue != null), M.data = Z.data, M.w = Z.w + Z.offset, M.ha = Z.ha - Z.offset, M.put = ho, M.ac = qa, M.bc = fo, M.ma = ue, Z.xa) {
12261
+ if (t(ue != null), M.data = Z.data, M.w = Z.w + Z.offset, M.ha = Z.ha - Z.offset, M.put = fo, M.ac = qa, M.bc = vo, M.ma = ue, Z.xa) {
12262
12262
  if ((d = Ml()) == null) {
12263
12263
  ue = 1;
12264
12264
  break e;
@@ -12275,7 +12275,7 @@ function uf(e) {
12275
12275
  Pe.a = 3;
12276
12276
  break t;
12277
12277
  }
12278
- if (Pe.xb = xd, $e.width = Ge[0], $e.height = Oe[0], !yo(Ge[0], Oe[0], 1, Pe, null))
12278
+ if (Pe.xb = xd, $e.width = Ge[0], $e.height = Oe[0], !po(Ge[0], Oe[0], 1, Pe, null))
12279
12279
  break t;
12280
12280
  return 1;
12281
12281
  }
@@ -12820,7 +12820,7 @@ function(e) {
12820
12820
  */
12821
12821
  function(e) {
12822
12822
  function t() {
12823
- return (yt.canvg ? Promise.resolve(yt.canvg) : import("./index.es-ffe56c26.js")).catch(function(a) {
12823
+ return (yt.canvg ? Promise.resolve(yt.canvg) : import("./index.es-79114407.js")).catch(function(a) {
12824
12824
  return Promise.reject(new Error("Could not load canvg: " + a));
12825
12825
  }).then(function(a) {
12826
12826
  return a.default ? a.default : a;
@@ -13271,7 +13271,7 @@ function(e) {
13271
13271
  return a == null && (a = !1), r = a ? this.lineGap : 0, (this.ascender + r - this.decender) / 1e3 * t;
13272
13272
  }, e;
13273
13273
  }();
13274
- var io, kr = function() {
13274
+ var Ao, kr = function() {
13275
13275
  function e(t) {
13276
13276
  this.data = t ?? [], this.pos = 0, this.length = this.data.length;
13277
13277
  }
@@ -13361,7 +13361,7 @@ var io, kr = function() {
13361
13361
  }
13362
13362
  return r.prototype = t.prototype, e.prototype = new r(), e.__super__ = t.prototype, e;
13363
13363
  };
13364
- io = function() {
13364
+ Ao = function() {
13365
13365
  function e(t) {
13366
13366
  var a;
13367
13367
  this.file = t, a = this.file.directory.tables[this.tag], this.exists = !!a, a && (this.offset = a.offset, this.length = a.length, this.parse(this.file.contents));
@@ -13376,7 +13376,7 @@ var Vb = function(e) {
13376
13376
  function t() {
13377
13377
  return t.__super__.constructor.apply(this, arguments);
13378
13378
  }
13379
- return Uo(t, io), t.prototype.tag = "head", t.prototype.parse = function(a) {
13379
+ return Uo(t, Ao), t.prototype.tag = "head", t.prototype.parse = function(a) {
13380
13380
  return a.pos = this.offset, this.version = a.readInt(), this.revision = a.readInt(), this.checkSumAdjustment = a.readInt(), this.magicNumber = a.readInt(), this.flags = a.readShort(), this.unitsPerEm = a.readShort(), this.created = a.readLongLong(), this.modified = a.readLongLong(), this.xMin = a.readShort(), this.yMin = a.readShort(), this.xMax = a.readShort(), this.yMax = a.readShort(), this.macStyle = a.readShort(), this.lowestRecPPEM = a.readShort(), this.fontDirectionHint = a.readShort(), this.indexToLocFormat = a.readShort(), this.glyphDataFormat = a.readShort();
13381
13381
  }, t.prototype.encode = function(a) {
13382
13382
  var r;
@@ -13467,7 +13467,7 @@ var Vb = function(e) {
13467
13467
  function t() {
13468
13468
  return t.__super__.constructor.apply(this, arguments);
13469
13469
  }
13470
- return Uo(t, io), t.prototype.tag = "cmap", t.prototype.parse = function(a) {
13470
+ return Uo(t, Ao), t.prototype.tag = "cmap", t.prototype.parse = function(a) {
13471
13471
  var r, l, o;
13472
13472
  for (a.pos = this.offset, this.version = a.readUInt16(), o = a.readUInt16(), this.tables = [], this.unicode = null, l = 0; 0 <= o ? l < o : l > o; l = 0 <= o ? ++l : --l)
13473
13473
  r = new cf(a, this.offset), this.tables.push(r), r.isUnicode && this.unicode == null && (this.unicode = r);
@@ -13480,14 +13480,14 @@ var Vb = function(e) {
13480
13480
  function t() {
13481
13481
  return t.__super__.constructor.apply(this, arguments);
13482
13482
  }
13483
- return Uo(t, io), t.prototype.tag = "hhea", t.prototype.parse = function(a) {
13483
+ return Uo(t, Ao), t.prototype.tag = "hhea", t.prototype.parse = function(a) {
13484
13484
  return a.pos = this.offset, this.version = a.readInt(), this.ascender = a.readShort(), this.decender = a.readShort(), this.lineGap = a.readShort(), this.advanceWidthMax = a.readShort(), this.minLeftSideBearing = a.readShort(), this.minRightSideBearing = a.readShort(), this.xMaxExtent = a.readShort(), this.caretSlopeRise = a.readShort(), this.caretSlopeRun = a.readShort(), this.caretOffset = a.readShort(), a.pos += 8, this.metricDataFormat = a.readShort(), this.numberOfMetrics = a.readUInt16();
13485
13485
  }, t;
13486
13486
  }(), jb = function(e) {
13487
13487
  function t() {
13488
13488
  return t.__super__.constructor.apply(this, arguments);
13489
13489
  }
13490
- return Uo(t, io), t.prototype.tag = "OS/2", t.prototype.parse = function(a) {
13490
+ return Uo(t, Ao), t.prototype.tag = "OS/2", t.prototype.parse = function(a) {
13491
13491
  if (a.pos = this.offset, this.version = a.readUInt16(), this.averageCharWidth = a.readShort(), this.weightClass = a.readUInt16(), this.widthClass = a.readUInt16(), this.type = a.readShort(), this.ySubscriptXSize = a.readShort(), this.ySubscriptYSize = a.readShort(), this.ySubscriptXOffset = a.readShort(), this.ySubscriptYOffset = a.readShort(), this.ySuperscriptXSize = a.readShort(), this.ySuperscriptYSize = a.readShort(), this.ySuperscriptXOffset = a.readShort(), this.ySuperscriptYOffset = a.readShort(), this.yStrikeoutSize = a.readShort(), this.yStrikeoutPosition = a.readShort(), this.familyClass = a.readShort(), this.panose = function() {
13492
13492
  var r, l;
13493
13493
  for (l = [], r = 0; r < 10; ++r)
@@ -13510,7 +13510,7 @@ var Vb = function(e) {
13510
13510
  function t() {
13511
13511
  return t.__super__.constructor.apply(this, arguments);
13512
13512
  }
13513
- return Uo(t, io), t.prototype.tag = "post", t.prototype.parse = function(a) {
13513
+ return Uo(t, Ao), t.prototype.tag = "post", t.prototype.parse = function(a) {
13514
13514
  var r, l, o;
13515
13515
  switch (a.pos = this.offset, this.format = a.readInt(), this.italicAngle = a.readInt(), this.underlinePosition = a.readShort(), this.underlineThickness = a.readShort(), this.isFixedPitch = a.readInt(), this.minMemType42 = a.readInt(), this.maxMemType42 = a.readInt(), this.minMemType1 = a.readInt(), this.maxMemType1 = a.readInt(), this.format) {
13516
13516
  case 65536:
@@ -13541,7 +13541,7 @@ var Vb = function(e) {
13541
13541
  function t() {
13542
13542
  return t.__super__.constructor.apply(this, arguments);
13543
13543
  }
13544
- return Uo(t, io), t.prototype.tag = "name", t.prototype.parse = function(a) {
13544
+ return Uo(t, Ao), t.prototype.tag = "name", t.prototype.parse = function(a) {
13545
13545
  var r, l, o, n, s, A, g, v, f, m, p;
13546
13546
  for (a.pos = this.offset, a.readShort(), r = a.readShort(), A = a.readShort(), l = [], n = 0; 0 <= r ? n < r : n > r; n = 0 <= r ? ++n : --n)
13547
13547
  l.push({ platformID: a.readShort(), encodingID: a.readShort(), languageID: a.readShort(), nameID: a.readShort(), length: a.readShort(), offset: this.offset + A + a.readShort() });
@@ -13559,14 +13559,14 @@ var Vb = function(e) {
13559
13559
  function t() {
13560
13560
  return t.__super__.constructor.apply(this, arguments);
13561
13561
  }
13562
- return Uo(t, io), t.prototype.tag = "maxp", t.prototype.parse = function(a) {
13562
+ return Uo(t, Ao), t.prototype.tag = "maxp", t.prototype.parse = function(a) {
13563
13563
  return a.pos = this.offset, this.version = a.readInt(), this.numGlyphs = a.readUInt16(), this.maxPoints = a.readUInt16(), this.maxContours = a.readUInt16(), this.maxCompositePoints = a.readUInt16(), this.maxComponentContours = a.readUInt16(), this.maxZones = a.readUInt16(), this.maxTwilightPoints = a.readUInt16(), this.maxStorage = a.readUInt16(), this.maxFunctionDefs = a.readUInt16(), this.maxInstructionDefs = a.readUInt16(), this.maxStackElements = a.readUInt16(), this.maxSizeOfInstructions = a.readUInt16(), this.maxComponentElements = a.readUInt16(), this.maxComponentDepth = a.readUInt16();
13564
13564
  }, t;
13565
13565
  }(), Yb = function(e) {
13566
13566
  function t() {
13567
13567
  return t.__super__.constructor.apply(this, arguments);
13568
13568
  }
13569
- return Uo(t, io), t.prototype.tag = "hmtx", t.prototype.parse = function(a) {
13569
+ return Uo(t, Ao), t.prototype.tag = "hmtx", t.prototype.parse = function(a) {
13570
13570
  var r, l, o, n, s, A, g;
13571
13571
  for (a.pos = this.offset, this.metrics = [], r = 0, A = this.file.hhea.numberOfMetrics; 0 <= A ? r < A : r > A; r = 0 <= A ? ++r : --r)
13572
13572
  this.metrics.push({ advance: a.readUInt16(), lsb: a.readInt16() });
@@ -13590,7 +13590,7 @@ var Vb = function(e) {
13590
13590
  function t() {
13591
13591
  return t.__super__.constructor.apply(this, arguments);
13592
13592
  }
13593
- return Uo(t, io), t.prototype.tag = "glyf", t.prototype.parse = function() {
13593
+ return Uo(t, Ao), t.prototype.tag = "glyf", t.prototype.parse = function() {
13594
13594
  return this.cache = {};
13595
13595
  }, t.prototype.glyphFor = function(a) {
13596
13596
  var r, l, o, n, s, A, g, v, f, m;
@@ -13624,7 +13624,7 @@ var Vb = function(e) {
13624
13624
  function t() {
13625
13625
  return t.__super__.constructor.apply(this, arguments);
13626
13626
  }
13627
- return Uo(t, io), t.prototype.tag = "loca", t.prototype.parse = function(a) {
13627
+ return Uo(t, Ao), t.prototype.tag = "loca", t.prototype.parse = function(a) {
13628
13628
  var r, l;
13629
13629
  return a.pos = this.offset, r = this.file.head.indexToLocFormat, this.offsets = r === 0 ? (function() {
13630
13630
  var o, n;
@@ -13787,7 +13787,7 @@ const ow = "#COMP# dataset prop is either missing, undefined or empty.", rw = "#
13787
13787
  datasetAttributeEmpty: nw,
13788
13788
  datasetSerieAttribute: sw
13789
13789
  };
13790
- function Bo(e, t, a, r, l, o = 1.99999, n = 2, s = 1.45, A = 360, g = 105.25, v = 0) {
13790
+ function ko(e, t, a, r, l, o = 1.99999, n = 2, s = 1.45, A = 360, g = 105.25, v = 0) {
13791
13791
  let { series: f } = e;
13792
13792
  if (!f || e.base === 0)
13793
13793
  return {
@@ -14119,7 +14119,7 @@ function yw({ series: e }) {
14119
14119
  g && g.x && g.y && (A += `${Math.round(g.x)},${Math.round(g.y)} `);
14120
14120
  }), A = A.replaceAll("undefined", ""), A;
14121
14121
  }
14122
- function ko(e) {
14122
+ function no(e) {
14123
14123
  if (e) {
14124
14124
  let t = e;
14125
14125
  t.charAt(0) !== "#" && (t = this.rgbToHex(e)), t = t.substring(1, 7);
@@ -21433,7 +21433,7 @@ const hB = kt(), fB = {
21433
21433
  convertConfigColors: Wn,
21434
21434
  downloadCsv: Ua,
21435
21435
  createCsvContent: Qa,
21436
- adaptColorToBackground: ko,
21436
+ adaptColorToBackground: no,
21437
21437
  calcLinearProgression: zv,
21438
21438
  useMouse: Hv,
21439
21439
  closestDecimal: xw,
@@ -22945,7 +22945,7 @@ Provide an array of objects of type:
22945
22945
  methods: {
22946
22946
  // lib
22947
22947
  treeShake: jn,
22948
- makeDonut: Bo,
22948
+ makeDonut: ko,
22949
22949
  convertColorToHex: Bt,
22950
22950
  convertConfigColors: Wn,
22951
22951
  createCsvContent: Qa,
@@ -23282,19 +23282,19 @@ Provide an array of objects of type:
23282
23282
  this.clientX = e.clientX - a.width / 2, this.clientY = e.clientY - a.height / 2, this.rafId = null;
23283
23283
  }
23284
23284
  }
23285
- }, Ao = (e) => (jr("data-v-eca448e3"), e = e(), Wr(), e), i4 = { class: "vue-ui-table-export-hub" }, A4 = ["innerHTML"], u4 = ["data-is-open"], c4 = /* @__PURE__ */ Ao(() => /* @__PURE__ */ b("b", { class: "vue-ui-table-export-hub-title" }, " Export ", -1)), d4 = { class: "vue-ui-table-export-hub-options" }, h4 = { class: "vue-ui-table-export-hub-option-wrapper" }, f4 = { class: "label" }, v4 = ["innerHTML"], g4 = { class: "vue-ui-table-export-hub-option-wrapper" }, y4 = { class: "label" }, p4 = ["innerHTML"], b4 = { class: "vue-ui-table" }, w4 = { id: "tableHead" }, m4 = /* @__PURE__ */ Ao(() => /* @__PURE__ */ b("th", { class: "invisible-cell" }, null, -1)), x4 = { key: 0 }, C4 = { key: 0 }, B4 = { key: 1 }, k4 = /* @__PURE__ */ Ao(() => /* @__PURE__ */ b("th", { class: "invisible-cell" }, null, -1)), _4 = {
23285
+ }, uo = (e) => (jr("data-v-eca448e3"), e = e(), Wr(), e), i4 = { class: "vue-ui-table-export-hub" }, A4 = ["innerHTML"], u4 = ["data-is-open"], c4 = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("b", { class: "vue-ui-table-export-hub-title" }, " Export ", -1)), d4 = { class: "vue-ui-table-export-hub-options" }, h4 = { class: "vue-ui-table-export-hub-option-wrapper" }, f4 = { class: "label" }, v4 = ["innerHTML"], g4 = { class: "vue-ui-table-export-hub-option-wrapper" }, y4 = { class: "label" }, p4 = ["innerHTML"], b4 = { class: "vue-ui-table" }, w4 = { id: "tableHead" }, m4 = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("th", { class: "invisible-cell" }, null, -1)), x4 = { key: 0 }, C4 = { key: 0 }, B4 = { key: 1 }, k4 = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("th", { class: "invisible-cell" }, null, -1)), _4 = {
23286
23286
  key: 0,
23287
23287
  style: { display: "flex", "align-items": "center", "justify-content": "flex-end" }
23288
23288
  }, F4 = ["innerHTML"], S4 = {
23289
23289
  key: 0,
23290
23290
  style: { "margin-left": "3px" }
23291
- }, L4 = /* @__PURE__ */ Ao(() => /* @__PURE__ */ b("th", { class: "invisible-cell" }, null, -1)), U4 = { key: 0 }, Q4 = /* @__PURE__ */ Ao(() => /* @__PURE__ */ b("th", { class: "invisible-cell" }, null, -1)), M4 = { class: "th-filter" }, $4 = {
23291
+ }, L4 = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("th", { class: "invisible-cell" }, null, -1)), U4 = { key: 0 }, Q4 = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("th", { class: "invisible-cell" }, null, -1)), M4 = { class: "th-filter" }, $4 = {
23292
23292
  key: 0,
23293
23293
  class: "th-date"
23294
23294
  }, I4 = { class: "date-wrapper--inputs" }, E4 = { class: "date-fieldset" }, N4 = ["for"], T4 = ["id", "onUpdate:modelValue", "onInput"], D4 = { class: "date-fieldset" }, H4 = ["for"], P4 = ["id", "onUpdate:modelValue", "onInput"], z4 = { class: "date-wrapper--button" }, O4 = ["onClick"], R4 = ["innerHTML"], V4 = ["innerHTML"], K4 = ["innerHTML"], j4 = ["onClick", "disabled"], W4 = ["placeholder", "onUpdate:modelValue", "name"], G4 = ["onClick"], X4 = ["innerHTML"], q4 = ["innerHTML"], Y4 = ["innerHTML"], J4 = ["onClick", "innerHTML"], Z4 = ["innerHTML"], e3 = {
23295
23295
  key: 5,
23296
23296
  class: "th-range-filter"
23297
- }, t3 = ["for"], a3 = /* @__PURE__ */ Ao(() => /* @__PURE__ */ b("span", { style: { color: "grey" } }, "ᒥ", -1)), l3 = /* @__PURE__ */ Ao(() => /* @__PURE__ */ b("span", { style: { color: "grey" } }, "ᒣ", -1)), o3 = ["id", "max", "min", "onUpdate:modelValue"], r3 = ["id", "max", "min", "onUpdate:modelValue"], n3 = ["for"], s3 = /* @__PURE__ */ Ao(() => /* @__PURE__ */ b("span", { style: { color: "grey" } }, "ᒪ", -1)), i3 = /* @__PURE__ */ Ao(() => /* @__PURE__ */ b("span", { style: { color: "grey" } }, "ᒧ", -1)), A3 = ["onClick", "disabled"], u3 = ["id"], c3 = ["onClick"], d3 = ["onClick", "onKeyup"], h3 = /* @__PURE__ */ Ao(() => /* @__PURE__ */ b("th", { class: "invisible-cell" }, null, -1)), f3 = ["innerHTML", "onClick", "onKeyup"], v3 = ["data-row"], g3 = ["data-row"], y3 = ["data-row", "onClick", "onKeyup", "id"], p3 = ["innerHTML"], b3 = { key: 1 }, w3 = { key: 2 }, m3 = { key: 5 }, x3 = ["innerHTML"], C3 = { key: 0 }, B3 = { style: { "margin-left": "12px" } }, k3 = { class: "format-num" }, _3 = { style: { "margin-left": "12px" } }, F3 = {
23297
+ }, t3 = ["for"], a3 = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("span", { style: { color: "grey" } }, "ᒥ", -1)), l3 = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("span", { style: { color: "grey" } }, "ᒣ", -1)), o3 = ["id", "max", "min", "onUpdate:modelValue"], r3 = ["id", "max", "min", "onUpdate:modelValue"], n3 = ["for"], s3 = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("span", { style: { color: "grey" } }, "ᒪ", -1)), i3 = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("span", { style: { color: "grey" } }, "ᒧ", -1)), A3 = ["onClick", "disabled"], u3 = ["id"], c3 = ["onClick"], d3 = ["onClick", "onKeyup"], h3 = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("th", { class: "invisible-cell" }, null, -1)), f3 = ["innerHTML", "onClick", "onKeyup"], v3 = ["data-row"], g3 = ["data-row"], y3 = ["data-row", "onClick", "onKeyup", "id"], p3 = ["innerHTML"], b3 = { key: 1 }, w3 = { key: 2 }, m3 = { key: 5 }, x3 = ["innerHTML"], C3 = { key: 0 }, B3 = { style: { "margin-left": "12px" } }, k3 = { class: "format-num" }, _3 = { style: { "margin-left": "12px" } }, F3 = {
23298
23298
  key: 0,
23299
23299
  class: "format-num"
23300
23300
  }, S3 = {
@@ -23324,7 +23324,7 @@ Provide an array of objects of type:
23324
23324
  }, O3 = ["max", "value"], R3 = { key: 1 }, V3 = ["disabled"], K3 = ["innerHTML", "disabled"], j3 = { class: "chart-modal-options" }, W3 = ["innerHTML"], G3 = ["innerHTML"], X3 = ["innerHTML"], q3 = { style: { "margin-bottom": "12px" } }, Y3 = { key: 0 }, J3 = { key: 1 }, Z3 = {
23325
23325
  style: { width: "100%", height: "fit-content", cursor: "move" },
23326
23326
  ref: "chartModal"
23327
- }, e_ = { class: "vue-ui-table-fieldset" }, t_ = { class: "vue-ui-table-fieldset-wrapper" }, a_ = ["name", "id", "checked", "onInput"], l_ = ["for"], o_ = ["disabled"], r_ = ["innerHTML"], n_ = ["viewBox"], s_ = ["markerWidth", "markerHeight", "refY"], i_ = ["points", "fill"], A_ = ["x2", "y1", "y2", "stroke", "stroke-width"], u_ = ["y2", "stroke", "stroke-width"], c_ = ["x", "width", "height", "fill"], d_ = /* @__PURE__ */ ha('<linearGradient id="barGradientSelected" x2="0%" y2="100%" data-v-eca448e3><stop offset="0.2" stop-color="#6376DD" data-v-eca448e3></stop><stop offset="1" stop-color="#6376DD80" data-v-eca448e3></stop></linearGradient><linearGradient id="barGradientSelectedNeg" x2="0%" y2="100%" data-v-eca448e3><stop offset="0.2" stop-color="#6376DD80" data-v-eca448e3></stop><stop offset="1" stop-color="#6376DD" data-v-eca448e3></stop></linearGradient><linearGradient id="barGradient" x2="0%" y2="100%" data-v-eca448e3><stop offset="0.2" stop-color="#6376DDB3" data-v-eca448e3></stop><stop offset="1" stop-color="#6376DD66" data-v-eca448e3></stop></linearGradient><linearGradient id="barGradientNeg" x2="0%" y2="100%" data-v-eca448e3><stop offset="0.2" stop-color="#6376DD66" data-v-eca448e3></stop><stop offset="1" stop-color="#6376DDB3" data-v-eca448e3></stop></linearGradient>', 4), h_ = ["x", "y", "height", "width", "fill", "stroke"], f_ = ["x", "y", "width"], v_ = ["x1", "y1", "x2", "y2", "stroke-width", "stroke"], g_ = ["x1", "y1", "x2", "y2", "stroke", "stroke-width", "stroke-dasharray"], y_ = ["cx", "cy", "r", "fill", "stroke", "stroke-width"], p_ = ["x", "y", "width"], b_ = ["x", "width", "height", "onMouseenter"], w_ = ["x1", "y1", "x2", "y2", "stroke", "stroke-width", "stroke-dasharray"], m_ = /* @__PURE__ */ Ao(() => /* @__PURE__ */ b("span", null, "---", -1)), x_ = ["d", "stroke"], C_ = ["x", "y"], B_ = { class: "vue-ui-table-donut-label-name" }, k_ = ["fill"], __ = ["fill"], F_ = ["fill"], S_ = ["fill"], L_ = { class: "vue-ui-table-donut-legend" };
23327
+ }, e_ = { class: "vue-ui-table-fieldset" }, t_ = { class: "vue-ui-table-fieldset-wrapper" }, a_ = ["name", "id", "checked", "onInput"], l_ = ["for"], o_ = ["disabled"], r_ = ["innerHTML"], n_ = ["viewBox"], s_ = ["markerWidth", "markerHeight", "refY"], i_ = ["points", "fill"], A_ = ["x2", "y1", "y2", "stroke", "stroke-width"], u_ = ["y2", "stroke", "stroke-width"], c_ = ["x", "width", "height", "fill"], d_ = /* @__PURE__ */ ha('<linearGradient id="barGradientSelected" x2="0%" y2="100%" data-v-eca448e3><stop offset="0.2" stop-color="#6376DD" data-v-eca448e3></stop><stop offset="1" stop-color="#6376DD80" data-v-eca448e3></stop></linearGradient><linearGradient id="barGradientSelectedNeg" x2="0%" y2="100%" data-v-eca448e3><stop offset="0.2" stop-color="#6376DD80" data-v-eca448e3></stop><stop offset="1" stop-color="#6376DD" data-v-eca448e3></stop></linearGradient><linearGradient id="barGradient" x2="0%" y2="100%" data-v-eca448e3><stop offset="0.2" stop-color="#6376DDB3" data-v-eca448e3></stop><stop offset="1" stop-color="#6376DD66" data-v-eca448e3></stop></linearGradient><linearGradient id="barGradientNeg" x2="0%" y2="100%" data-v-eca448e3><stop offset="0.2" stop-color="#6376DD66" data-v-eca448e3></stop><stop offset="1" stop-color="#6376DDB3" data-v-eca448e3></stop></linearGradient>', 4), h_ = ["x", "y", "height", "width", "fill", "stroke"], f_ = ["x", "y", "width"], v_ = ["x1", "y1", "x2", "y2", "stroke-width", "stroke"], g_ = ["x1", "y1", "x2", "y2", "stroke", "stroke-width", "stroke-dasharray"], y_ = ["cx", "cy", "r", "fill", "stroke", "stroke-width"], p_ = ["x", "y", "width"], b_ = ["x", "width", "height", "onMouseenter"], w_ = ["x1", "y1", "x2", "y2", "stroke", "stroke-width", "stroke-dasharray"], m_ = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("span", null, "---", -1)), x_ = ["d", "stroke"], C_ = ["x", "y"], B_ = { class: "vue-ui-table-donut-label-name" }, k_ = ["fill"], __ = ["fill"], F_ = ["fill"], S_ = ["fill"], L_ = { class: "vue-ui-table-donut-legend" };
23328
23328
  function U_(e, t, a, r, l, o) {
23329
23329
  return h(), y("div", {
23330
23330
  class: "vue-ui-table-main",
@@ -24289,7 +24289,7 @@ const E_ = ["id"], N_ = ["viewBox"], T_ = ["id"], D_ = ["stop-color"], H_ = ["st
24289
24289
  fontSize: i.value.style.chart.legend.fontSize,
24290
24290
  paddingBottom: 12,
24291
24291
  fontWeight: i.value.style.chart.legend.bold ? "bold" : ""
24292
- })), ge = ce(() => Bo({ series: oe.value }, x.value.width / 2, x.value.height / 2, 130, 130, 1.99999, 2, 1, 360, 105.25, n.value.style.chart.layout.donut.strokeWidth));
24292
+ })), ge = ce(() => ko({ series: oe.value }, x.value.width / 2, x.value.height / 2, 130, 130, 1.99999, 2, 1, 360, 105.25, n.value.style.chart.layout.donut.strokeWidth));
24293
24293
  function fe(U) {
24294
24294
  return U.proportion * 100 > i.value.style.chart.layout.labels.dataLabels.hideUnderValue;
24295
24295
  }
@@ -25130,7 +25130,7 @@ const hF = ["id"], fF = ["viewBox"], vF = ["id"], gF = ["stop-color"], yF = ["st
25130
25130
  }, [
25131
25131
  b("div", {
25132
25132
  class: "vue-ui-waffle-caption",
25133
- style: D(`height: 100%; width: 100%; font-size:${i.value.style.chart.layout.labels.captions.fontSize}px;display:flex;align-items:center;justify-content:flex-start;padding: 0 ${P.value / 12}px;color:${ke(ko)(ee.value[S].color)};gap:2px`)
25133
+ style: D(`height: 100%; width: 100%; font-size:${i.value.style.chart.layout.labels.captions.fontSize}px;display:flex;align-items:center;justify-content:flex-start;padding: 0 ${P.value / 12}px;color:${ke(no)(ee.value[S].color)};gap:2px`)
25134
25134
  }, [
25135
25135
  i.value.style.chart.layout.labels.captions.showSerieName ? (h(), y("span", BF, E(i.value.style.chart.layout.labels.captions.serieNameAbbreviation ? ke(ud)({ source: ee.value[S].name, length: i.value.style.chart.layout.labels.captions.serieNameMaxAbbreviationSize }) : ee.value[S].name) + " : ", 1)) : _("", !0),
25136
25136
  i.value.style.chart.layout.labels.captions.showPercentage ? (h(), y("span", kF, E(ke(pt)({ v: ee.value[S].proportion, s: "%", r: i.value.style.chart.layout.labels.captions.roundingPercentage })), 1)) : _("", !0),
@@ -25393,14 +25393,14 @@ const hF = ["id"], fF = ["viewBox"], vF = ["id"], gF = ["stop-color"], yF = ["st
25393
25393
  ], 4));
25394
25394
  }
25395
25395
  };
25396
- const WF = ["id"], GF = ["viewBox"], XF = ["id"], qF = ["stop-color"], YF = ["stop-color"], JF = { key: 0 }, ZF = ["font-size", "fill", "x", "y"], e8 = ["font-size", "fill", "x", "y"], t8 = { key: 1 }, a8 = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], l8 = { key: 0 }, o8 = ["d", "stroke", "stroke-width"], r8 = ["d", "stroke", "stroke-width"], n8 = { key: 2 }, s8 = ["x", "y", "text-anchor", "font-size", "fill", "onMouseenter"], i8 = { key: 0 }, A8 = ["d", "stroke", "stroke-width", "fill"], u8 = { key: 3 }, c8 = ["cx", "cy", "fill", "r"], d8 = {
25396
+ const WF = ["id"], GF = ["viewBox"], XF = ["id"], qF = ["stop-color"], YF = ["stop-color"], JF = { key: 0 }, ZF = ["font-size", "fill", "x", "y"], e6 = ["font-size", "fill", "x", "y"], t6 = { key: 1 }, a6 = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], l6 = { key: 0 }, o6 = ["d", "stroke", "stroke-width"], r6 = ["d", "stroke", "stroke-width"], n6 = { key: 2 }, s6 = ["x", "y", "text-anchor", "font-size", "fill", "onMouseenter"], i6 = { key: 0 }, A6 = ["d", "stroke", "stroke-width", "fill"], u6 = { key: 3 }, c6 = ["cx", "cy", "fill", "r"], d6 = {
25397
25397
  key: 4,
25398
25398
  x: 0,
25399
25399
  y: 340,
25400
25400
  width: "100%",
25401
25401
  height: "60",
25402
25402
  style: { overflow: "visible" }
25403
- }, h8 = ["onClick"], f8 = ["onClick"], v8 = { style: { "max-width": "200px", margin: "0 auto" } }, g8 = {
25403
+ }, h6 = ["onClick"], f6 = ["onClick"], v6 = { style: { "max-width": "200px", margin: "0 auto" } }, g6 = {
25404
25404
  __name: "vue-ui-radar",
25405
25405
  props: {
25406
25406
  config: {
@@ -25776,9 +25776,9 @@ const WF = ["id"], GF = ["viewBox"], XF = ["id"], qF = ["stop-color"], YF = ["st
25776
25776
  y: u.value.style.chart.title.fontSize * 2,
25777
25777
  "text-anchor": "middle",
25778
25778
  style: D(`font-weight:${u.value.style.chart.title.subtitle.bold ? "bold" : ""}`)
25779
- }, E(u.value.style.chart.title.subtitle.text), 13, e8)) : _("", !0)
25779
+ }, E(u.value.style.chart.title.subtitle.text), 13, e6)) : _("", !0)
25780
25780
  ])) : _("", !0),
25781
- u.value.style.chart.layout.grid.show ? (h(), y("g", t8, [
25781
+ u.value.style.chart.layout.grid.show ? (h(), y("g", t6, [
25782
25782
  (h(!0), y(xe, null, Fe(O.value, (de) => (h(), y("line", {
25783
25783
  x1: x.value.width / 2,
25784
25784
  y1: x.value.height / 2,
@@ -25786,8 +25786,8 @@ const WF = ["id"], GF = ["viewBox"], XF = ["id"], qF = ["stop-color"], YF = ["st
25786
25786
  y2: de.y,
25787
25787
  stroke: u.value.style.chart.layout.grid.stroke,
25788
25788
  "stroke-width": u.value.style.chart.layout.grid.strokeWidth
25789
- }, null, 8, a8))), 256)),
25790
- u.value.style.chart.layout.grid.graduations > 0 ? (h(), y("g", l8, [
25789
+ }, null, 8, a6))), 256)),
25790
+ u.value.style.chart.layout.grid.graduations > 0 ? (h(), y("g", l6, [
25791
25791
  (h(!0), y(xe, null, Fe(fe.value, (de) => (h(), y("path", {
25792
25792
  d: ke(Na)({
25793
25793
  plot: { x: 256, y: x.value.height / 2 },
@@ -25798,7 +25798,7 @@ const WF = ["id"], GF = ["viewBox"], XF = ["id"], qF = ["stop-color"], YF = ["st
25798
25798
  fill: "none",
25799
25799
  stroke: u.value.style.chart.layout.grid.stroke,
25800
25800
  "stroke-width": u.value.style.chart.layout.grid.strokeWidth
25801
- }, null, 8, o8))), 256))
25801
+ }, null, 8, o6))), 256))
25802
25802
  ])) : _("", !0)
25803
25803
  ])) : _("", !0),
25804
25804
  b("path", {
@@ -25808,8 +25808,8 @@ const WF = ["id"], GF = ["viewBox"], XF = ["id"], qF = ["stop-color"], YF = ["st
25808
25808
  "stroke-width": u.value.style.chart.layout.outerPolygon.strokeWidth,
25809
25809
  "stroke-linejoin": "round",
25810
25810
  "stroke-linecap": "round"
25811
- }, null, 8, r8),
25812
- u.value.style.chart.layout.labels.dataLabels.show ? (h(), y("g", n8, [
25811
+ }, null, 8, r6),
25812
+ u.value.style.chart.layout.labels.dataLabels.show ? (h(), y("g", n6, [
25813
25813
  (h(!0), y(xe, null, Fe(O.value, (de, K) => (h(), y("text", {
25814
25814
  x: R(de).x,
25815
25815
  y: R(de).y,
@@ -25820,30 +25820,30 @@ const WF = ["id"], GF = ["viewBox"], XF = ["id"], qF = ["stop-color"], YF = ["st
25820
25820
  onMouseleave: j[1] || (j[1] = (Q) => {
25821
25821
  f.value = !1, ne.value = null;
25822
25822
  })
25823
- }, E(de.name), 41, s8))), 256))
25823
+ }, E(de.name), 41, s6))), 256))
25824
25824
  ])) : _("", !0),
25825
25825
  (h(!0), y(xe, null, Fe(J.value, (de, K) => (h(), y("g", null, [
25826
- B.value.includes(K) ? _("", !0) : (h(), y("g", i8, [
25826
+ B.value.includes(K) ? _("", !0) : (h(), y("g", i6, [
25827
25827
  b("path", {
25828
25828
  "data-cy-radar-path": "",
25829
25829
  d: ke(Rv)(O.value.map((Q) => Q.plots[K])),
25830
25830
  stroke: de.color,
25831
25831
  "stroke-width": u.value.style.chart.layout.dataPolygon.strokeWidth,
25832
25832
  fill: u.value.style.chart.layout.dataPolygon.transparent ? "transparent" : u.value.style.chart.layout.dataPolygon.useGradient ? `url(#radar_gradient_${o.value}_${K})` : de.color + ke(Je)[u.value.style.chart.layout.dataPolygon.opacity]
25833
- }, null, 8, A8)
25833
+ }, null, 8, A6)
25834
25834
  ]))
25835
25835
  ]))), 256)),
25836
- u.value.style.chart.layout.plots.show ? (h(), y("g", u8, [
25836
+ u.value.style.chart.layout.plots.show ? (h(), y("g", u6, [
25837
25837
  (h(!0), y(xe, null, Fe(O.value, (de, K) => (h(), y("g", null, [
25838
25838
  (h(!0), y(xe, null, Fe(de.plots, (Q, W) => (h(), y("circle", {
25839
25839
  cx: Q.x,
25840
25840
  cy: Q.y,
25841
25841
  fill: B.value.includes(W) ? "transparent" : J.value[W].color,
25842
25842
  r: ne.value !== null && ne.value === K ? u.value.style.chart.layout.plots.radius * 1.6 : u.value.style.chart.layout.plots.radius
25843
- }, null, 8, c8))), 256))
25843
+ }, null, 8, c6))), 256))
25844
25844
  ]))), 256))
25845
25845
  ])) : _("", !0),
25846
- u.value.style.chart.legend.show && i.value.inside && !A.value ? (h(), y("foreignObject", d8, [
25846
+ u.value.style.chart.legend.show && i.value.inside && !A.value ? (h(), y("foreignObject", d6, [
25847
25847
  tt(Fa, {
25848
25848
  legendSet: ye.value,
25849
25849
  config: be.value,
@@ -25853,7 +25853,7 @@ const WF = ["id"], GF = ["viewBox"], XF = ["id"], qF = ["stop-color"], YF = ["st
25853
25853
  b("div", {
25854
25854
  onClick: (Q) => H(K),
25855
25855
  style: D(`opacity:${B.value.includes(K) ? 0.5 : 1}`)
25856
- }, E(de.name) + " : " + E((de.totalProportion * 100).toFixed(u.value.style.chart.legend.roundingPercentage)) + "% ", 13, h8)
25856
+ }, E(de.name) + " : " + E((de.totalProportion * 100).toFixed(u.value.style.chart.legend.roundingPercentage)) + "% ", 13, h6)
25857
25857
  ]),
25858
25858
  _: 1
25859
25859
  }, 8, ["legendSet", "config"])
@@ -25888,7 +25888,7 @@ const WF = ["id"], GF = ["viewBox"], XF = ["id"], qF = ["stop-color"], YF = ["st
25888
25888
  "data-cy-legend-item": "",
25889
25889
  onClick: (Q) => H(K),
25890
25890
  style: D(`opacity:${B.value.includes(K) ? 0.5 : 1}`)
25891
- }, E(de.name) + " : " + E((de.totalProportion * 100).toFixed(u.value.style.chart.legend.roundingPercentage)) + "% ", 13, f8)
25891
+ }, E(de.name) + " : " + E((de.totalProportion * 100).toFixed(u.value.style.chart.legend.roundingPercentage)) + "% ", 13, f6)
25892
25892
  ]),
25893
25893
  _: 1
25894
25894
  }, 8, ["legendSet", "config"])) : _("", !0),
@@ -25905,7 +25905,7 @@ const WF = ["id"], GF = ["viewBox"], XF = ["id"], qF = ["stop-color"], YF = ["st
25905
25905
  Ee(z.$slots, "tooltip-before", it(At({ ...V.value })), void 0, !0)
25906
25906
  ]),
25907
25907
  "tooltip-after": Ne(() => [
25908
- b("div", v8, [
25908
+ b("div", v6, [
25909
25909
  tt(jv, {
25910
25910
  dataset: G.value,
25911
25911
  config: c.value
@@ -25938,13 +25938,13 @@ const WF = ["id"], GF = ["viewBox"], XF = ["id"], qF = ["stop-color"], YF = ["st
25938
25938
  ], 4)) : _("", !0)
25939
25939
  ], 14, WF));
25940
25940
  }
25941
- }, y8 = /* @__PURE__ */ Mt(g8, [["__scopeId", "data-v-893cbf6a"]]);
25942
- const p8 = ["id"], b8 = ["viewBox", "id"], w8 = ["id"], m8 = ["stop-color"], x8 = ["stop-color"], C8 = { key: 0 }, B8 = ["font-size", "fill", "x", "y"], k8 = ["font-size", "fill", "x", "y"], _8 = { key: 1 }, F8 = ["fill", "x", "y", "height", "width", "stroke-width", "stroke", "rx"], S8 = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], L8 = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], U8 = { key: 2 }, Q8 = ["points", "fill"], M8 = ["points", "fill"], $8 = ["points", "fill"], I8 = ["points", "fill"], E8 = { key: 3 }, N8 = ["y", "fill", "font-size"], T8 = ["x", "y", "fill", "font-size"], D8 = ["x", "y", "fill", "font-size"], H8 = ["y", "fill", "font-size"], P8 = { key: 4 }, z8 = ["x", "y", "font-size", "fill"], O8 = ["x", "y", "font-size", "fill"], R8 = ["x", "y", "font-size", "fill"], V8 = ["id", "font-size"], K8 = ["id", "font-size"], j8 = ["id", "font-size"], W8 = { key: 5 }, G8 = ["fill", "points"], X8 = { key: 0 }, q8 = ["x", "y", "font-size", "fill"], Y8 = { key: 0 }, J8 = ["x", "y", "onMouseover", "onClick"], Z8 = ["y"], e6 = ["onClick"], t6 = ["onClick"], a6 = {
25941
+ }, y6 = /* @__PURE__ */ Mt(g6, [["__scopeId", "data-v-893cbf6a"]]);
25942
+ const p6 = ["id"], b6 = ["viewBox", "id"], w6 = ["id"], m6 = ["stop-color"], x6 = ["stop-color"], C6 = { key: 0 }, B6 = ["font-size", "fill", "x", "y"], k6 = ["font-size", "fill", "x", "y"], _6 = { key: 1 }, F6 = ["fill", "x", "y", "height", "width", "stroke-width", "stroke", "rx"], S6 = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], L6 = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], U6 = { key: 2 }, Q6 = ["points", "fill"], M6 = ["points", "fill"], $6 = ["points", "fill"], I6 = ["points", "fill"], E6 = { key: 3 }, N6 = ["y", "fill", "font-size"], T6 = ["x", "y", "fill", "font-size"], D6 = ["x", "y", "fill", "font-size"], H6 = ["y", "fill", "font-size"], P6 = { key: 4 }, z6 = ["x", "y", "font-size", "fill"], O6 = ["x", "y", "font-size", "fill"], R6 = ["x", "y", "font-size", "fill"], V6 = ["id", "font-size"], K6 = ["id", "font-size"], j6 = ["id", "font-size"], W6 = { key: 5 }, G6 = ["fill", "points"], X6 = { key: 0 }, q6 = ["x", "y", "font-size", "fill"], Y6 = { key: 0 }, J6 = ["x", "y", "onMouseover", "onClick"], Z6 = ["y"], e8 = ["onClick"], t8 = ["onClick"], a8 = {
25943
25943
  key: 0,
25944
25944
  height: "14",
25945
25945
  width: "14",
25946
25946
  viewBox: "0 0 20 20"
25947
- }, l6 = ["innerHTML"], o6 = {
25947
+ }, l8 = ["innerHTML"], o8 = {
25948
25948
  __name: "vue-ui-quadrant",
25949
25949
  props: {
25950
25950
  config: {
@@ -26398,14 +26398,14 @@ const p8 = ["id"], b8 = ["viewBox", "id"], w8 = ["id"], m8 = ["stop-color"], x8
26398
26398
  b("stop", {
26399
26399
  offset: "0%",
26400
26400
  "stop-color": `${ke(Qt)(S.color, 0.05)}${ke(Je)[i.value.style.chart.layout.areas.opacity]}`
26401
- }, null, 8, m8),
26401
+ }, null, 8, m6),
26402
26402
  b("stop", {
26403
26403
  offset: "100%",
26404
26404
  "stop-color": S.color + ke(Je)[i.value.style.chart.layout.areas.opacity]
26405
- }, null, 8, x8)
26406
- ], 8, w8))), 256))
26405
+ }, null, 8, x6)
26406
+ ], 8, w6))), 256))
26407
26407
  ]),
26408
- i.value.style.chart.title.text && c.value.inside && !A.value ? (h(), y("g", C8, [
26408
+ i.value.style.chart.title.text && c.value.inside && !A.value ? (h(), y("g", C6, [
26409
26409
  b("text", {
26410
26410
  "font-size": i.value.style.chart.title.fontSize,
26411
26411
  fill: i.value.style.chart.title.color,
@@ -26413,7 +26413,7 @@ const p8 = ["id"], b8 = ["viewBox", "id"], w8 = ["id"], m8 = ["stop-color"], x8
26413
26413
  y: i.value.style.chart.title.fontSize + 6,
26414
26414
  "text-anchor": "middle",
26415
26415
  style: D(`font-weight:${i.value.style.chart.title.bold ? "bold" : ""}`)
26416
- }, E(i.value.style.chart.title.text), 13, B8),
26416
+ }, E(i.value.style.chart.title.text), 13, B6),
26417
26417
  i.value.style.chart.title.subtitle.text ? (h(), y("text", {
26418
26418
  key: 0,
26419
26419
  "font-size": i.value.style.chart.title.subtitle.fontSize,
@@ -26422,9 +26422,9 @@ const p8 = ["id"], b8 = ["viewBox", "id"], w8 = ["id"], m8 = ["stop-color"], x8
26422
26422
  y: i.value.style.chart.title.fontSize * 2 + 6,
26423
26423
  "text-anchor": "middle",
26424
26424
  style: D(`font-weight:${i.value.style.chart.title.subtitle.bold ? "bold" : ""}`)
26425
- }, E(i.value.style.chart.title.subtitle.text), 13, k8)) : _("", !0)
26425
+ }, E(i.value.style.chart.title.subtitle.text), 13, k6)) : _("", !0)
26426
26426
  ])) : _("", !0),
26427
- i.value.style.chart.layout.grid.graduations.show ? (h(), y("g", _8, [
26427
+ i.value.style.chart.layout.grid.graduations.show ? (h(), y("g", _6, [
26428
26428
  (h(!0), y(xe, null, Fe(H.value, (S) => (h(), y("rect", {
26429
26429
  fill: i.value.style.chart.layout.grid.graduations.fill ? `${i.value.style.chart.layout.grid.graduations.color}${S.opacity}` : "none",
26430
26430
  x: S.x,
@@ -26434,7 +26434,7 @@ const p8 = ["id"], b8 = ["viewBox", "id"], w8 = ["id"], m8 = ["stop-color"], x8
26434
26434
  "stroke-width": i.value.style.chart.layout.grid.graduations.strokeWidth,
26435
26435
  stroke: i.value.style.chart.layout.grid.graduations.stroke,
26436
26436
  rx: i.value.style.chart.layout.grid.graduations.roundingForce
26437
- }, null, 8, F8))), 256))
26437
+ }, null, 8, F6))), 256))
26438
26438
  ])) : _("", !0),
26439
26439
  b("line", {
26440
26440
  x1: B.value.left,
@@ -26443,7 +26443,7 @@ const p8 = ["id"], b8 = ["viewBox", "id"], w8 = ["id"], m8 = ["stop-color"], x8
26443
26443
  y2: B.value.centerY,
26444
26444
  stroke: i.value.style.chart.layout.grid.stroke,
26445
26445
  "stroke-width": i.value.style.chart.layout.grid.strokeWidth
26446
- }, null, 8, S8),
26446
+ }, null, 8, S6),
26447
26447
  b("line", {
26448
26448
  x1: B.value.centerX,
26449
26449
  y1: B.value.top,
@@ -26451,30 +26451,30 @@ const p8 = ["id"], b8 = ["viewBox", "id"], w8 = ["id"], m8 = ["stop-color"], x8
26451
26451
  y2: B.value.bottom,
26452
26452
  stroke: i.value.style.chart.layout.grid.stroke,
26453
26453
  "stroke-width": i.value.style.chart.layout.grid.strokeWidth
26454
- }, null, 8, L8),
26455
- i.value.style.chart.layout.grid.showArrows ? (h(), y("g", U8, [
26454
+ }, null, 8, L6),
26455
+ i.value.style.chart.layout.grid.showArrows ? (h(), y("g", U6, [
26456
26456
  b("polygon", {
26457
26457
  points: `${B.value.right - B.value.width * 0.02},${B.value.centerY - B.value.height * 9e-3} ${B.value.right},${B.value.centerY} ${B.value.right - B.value.width * 0.02},${B.value.centerY + B.value.height * 9e-3}`,
26458
26458
  fill: i.value.style.chart.layout.grid.stroke,
26459
26459
  stroke: "none"
26460
- }, null, 8, Q8),
26460
+ }, null, 8, Q6),
26461
26461
  b("polygon", {
26462
26462
  points: `${B.value.left + B.value.width * 0.02},${B.value.centerY - B.value.height * 9e-3} ${B.value.left},${B.value.centerY} ${B.value.left + B.value.width * 0.02},${B.value.centerY + B.value.height * 9e-3}`,
26463
26463
  fill: i.value.style.chart.layout.grid.stroke,
26464
26464
  stroke: "none"
26465
- }, null, 8, M8),
26465
+ }, null, 8, M6),
26466
26466
  b("polygon", {
26467
26467
  points: `${B.value.centerX - B.value.width * 0.013},${B.value.top + B.value.height * 0.015} ${B.value.centerX},${B.value.top} ${B.value.centerX + B.value.width * 0.013},${B.value.top + B.value.height * 0.015}`,
26468
26468
  fill: i.value.style.chart.layout.grid.stroke,
26469
26469
  stroke: "none"
26470
- }, null, 8, $8),
26470
+ }, null, 8, $6),
26471
26471
  b("polygon", {
26472
26472
  points: `${B.value.centerX - B.value.width * 0.013},${B.value.bottom - B.value.height * 0.015} ${B.value.centerX},${B.value.bottom} ${B.value.centerX + B.value.width * 0.013},${B.value.bottom - B.value.height * 0.015}`,
26473
26473
  fill: i.value.style.chart.layout.grid.stroke,
26474
26474
  stroke: "none"
26475
- }, null, 8, I8)
26475
+ }, null, 8, I6)
26476
26476
  ])) : _("", !0),
26477
- i.value.style.chart.layout.labels.quadrantLabels.show ? (h(), y("g", E8, [
26477
+ i.value.style.chart.layout.labels.quadrantLabels.show ? (h(), y("g", E6, [
26478
26478
  i.value.style.chart.layout.labels.quadrantLabels.tl.text ? (h(), y("text", {
26479
26479
  key: 0,
26480
26480
  x: 0,
@@ -26484,7 +26484,7 @@ const p8 = ["id"], b8 = ["viewBox", "id"], w8 = ["id"], m8 = ["stop-color"], x8
26484
26484
  "font-size": i.value.style.chart.layout.labels.quadrantLabels.tl.fontSize,
26485
26485
  style: D(`font-weight:${i.value.style.chart.layout.labels.quadrantLabels.tl.bold ? "bold" : ""}`),
26486
26486
  onClick: W[2] || (W[2] = (S) => Y("tl"))
26487
- }, E(i.value.style.chart.layout.labels.quadrantLabels.tl.text), 13, N8)) : _("", !0),
26487
+ }, E(i.value.style.chart.layout.labels.quadrantLabels.tl.text), 13, N6)) : _("", !0),
26488
26488
  i.value.style.chart.layout.labels.quadrantLabels.tr.text ? (h(), y("text", {
26489
26489
  key: 1,
26490
26490
  x: B.value.width,
@@ -26494,7 +26494,7 @@ const p8 = ["id"], b8 = ["viewBox", "id"], w8 = ["id"], m8 = ["stop-color"], x8
26494
26494
  "font-size": i.value.style.chart.layout.labels.quadrantLabels.tr.fontSize,
26495
26495
  style: D(`font-weight:${i.value.style.chart.layout.labels.quadrantLabels.tr.bold ? "bold" : ""}`),
26496
26496
  onClick: W[3] || (W[3] = (S) => Y("tr"))
26497
- }, E(i.value.style.chart.layout.labels.quadrantLabels.tr.text), 13, T8)) : _("", !0),
26497
+ }, E(i.value.style.chart.layout.labels.quadrantLabels.tr.text), 13, T6)) : _("", !0),
26498
26498
  i.value.style.chart.layout.labels.quadrantLabels.br.text ? (h(), y("text", {
26499
26499
  key: 2,
26500
26500
  x: B.value.width,
@@ -26504,7 +26504,7 @@ const p8 = ["id"], b8 = ["viewBox", "id"], w8 = ["id"], m8 = ["stop-color"], x8
26504
26504
  "font-size": i.value.style.chart.layout.labels.quadrantLabels.br.fontSize,
26505
26505
  style: D(`font-weight:${i.value.style.chart.layout.labels.quadrantLabels.br.bold ? "bold" : ""}`),
26506
26506
  onClick: W[4] || (W[4] = (S) => Y("br"))
26507
- }, E(i.value.style.chart.layout.labels.quadrantLabels.br.text), 13, D8)) : _("", !0),
26507
+ }, E(i.value.style.chart.layout.labels.quadrantLabels.br.text), 13, D6)) : _("", !0),
26508
26508
  i.value.style.chart.layout.labels.quadrantLabels.bl.text ? (h(), y("text", {
26509
26509
  key: 3,
26510
26510
  x: 0,
@@ -26514,61 +26514,61 @@ const p8 = ["id"], b8 = ["viewBox", "id"], w8 = ["id"], m8 = ["stop-color"], x8
26514
26514
  "font-size": i.value.style.chart.layout.labels.quadrantLabels.bl.fontSize,
26515
26515
  style: D(`font-weight:${i.value.style.chart.layout.labels.quadrantLabels.bl.bold ? "bold" : ""}`),
26516
26516
  onClick: W[5] || (W[5] = (S) => Y("bl"))
26517
- }, E(i.value.style.chart.layout.labels.quadrantLabels.bl.text), 13, H8)) : _("", !0)
26517
+ }, E(i.value.style.chart.layout.labels.quadrantLabels.bl.text), 13, H6)) : _("", !0)
26518
26518
  ])) : _("", !0),
26519
- i.value.style.chart.layout.labels.axisLabels.show ? (h(), y("g", P8, [
26519
+ i.value.style.chart.layout.labels.axisLabels.show ? (h(), y("g", P6, [
26520
26520
  b("text", {
26521
26521
  x: B.value.centerX,
26522
26522
  y: B.value.top - B.value.padding / 6,
26523
26523
  "text-anchor": "middle",
26524
26524
  "font-size": i.value.style.chart.layout.labels.axisLabels.fontSize,
26525
26525
  fill: i.value.style.chart.layout.labels.axisLabels.color.positive
26526
- }, E(P.value.y.max), 9, z8),
26526
+ }, E(P.value.y.max), 9, z6),
26527
26527
  b("text", {
26528
26528
  x: B.value.centerX,
26529
26529
  y: B.value.top - B.value.padding / 2,
26530
26530
  "text-anchor": "middle",
26531
26531
  "font-size": i.value.style.chart.layout.labels.axisLabels.fontSize,
26532
26532
  fill: i.value.style.chart.layout.labels.axisLabels.color.positive
26533
- }, E(i.value.style.chart.layout.grid.yAxis.name), 9, O8),
26533
+ }, E(i.value.style.chart.layout.grid.yAxis.name), 9, O6),
26534
26534
  b("text", {
26535
26535
  x: B.value.centerX,
26536
26536
  y: B.value.bottom + B.value.padding * 0.35,
26537
26537
  "text-anchor": "middle",
26538
26538
  "font-size": i.value.style.chart.layout.labels.axisLabels.fontSize,
26539
26539
  fill: i.value.style.chart.layout.labels.axisLabels.color.negative
26540
- }, E(P.value.y.min), 9, R8),
26540
+ }, E(P.value.y.min), 9, R6),
26541
26541
  b("text", {
26542
26542
  id: `xLabelMin_${o.value}`,
26543
26543
  "text-anchor": "middle",
26544
26544
  "font-size": i.value.style.chart.layout.labels.axisLabels.fontSize,
26545
26545
  fill: "transparent"
26546
- }, E(P.value.x.min), 9, V8),
26546
+ }, E(P.value.x.min), 9, V6),
26547
26547
  b("text", {
26548
26548
  id: `xLabelMax_${o.value}`,
26549
26549
  "text-anchor": "middle",
26550
26550
  "font-size": i.value.style.chart.layout.labels.axisLabels.fontSize,
26551
26551
  fill: "transparent"
26552
- }, E(P.value.x.max), 9, K8),
26552
+ }, E(P.value.x.max), 9, K6),
26553
26553
  b("text", {
26554
26554
  id: `xLabelMaxName_${o.value}`,
26555
26555
  "text-anchor": "middle",
26556
26556
  "font-size": i.value.style.chart.layout.labels.axisLabels.fontSize,
26557
26557
  fill: "transparent"
26558
- }, E(i.value.style.chart.layout.grid.xAxis.name), 9, j8)
26558
+ }, E(i.value.style.chart.layout.grid.xAxis.name), 9, j6)
26559
26559
  ])) : _("", !0),
26560
- i.value.style.chart.layout.areas.show ? (h(), y("g", W8, [
26560
+ i.value.style.chart.layout.areas.show ? (h(), y("g", W6, [
26561
26561
  (h(!0), y(xe, null, Fe(ge.value, (S, T) => (h(), y("g", null, [
26562
26562
  S.series.length > 2 ? (h(), y("polygon", {
26563
26563
  key: 0,
26564
26564
  "data-cy-quadrant-area": "",
26565
26565
  fill: i.value.style.chart.layout.areas.useGradient ? `url(#quadrant_gradient_${o.value}_${T})` : `${S.color}${ke(Je)[i.value.style.chart.layout.areas.opacity]}`,
26566
26566
  points: ke(yw)(S)
26567
- }, null, 8, G8)) : _("", !0)
26567
+ }, null, 8, G6)) : _("", !0)
26568
26568
  ]))), 256))
26569
26569
  ])) : _("", !0),
26570
26570
  i.value.style.chart.layout.labels.plotLabels.showAsTag ? (h(), y(xe, { key: 7 }, [
26571
- c.value.plotLabels.show ? (h(), y("g", Y8, [
26571
+ c.value.plotLabels.show ? (h(), y("g", Y6, [
26572
26572
  (h(!0), y(xe, null, Fe(ge.value, (S, T) => (h(), y(xe, null, [
26573
26573
  (h(!0), y(xe, null, Fe(S.series, (re) => (h(), y("foreignObject", {
26574
26574
  style: { overflow: "visible" },
@@ -26583,9 +26583,9 @@ const p8 = ["id"], b8 = ["viewBox", "id"], w8 = ["id"], m8 = ["stop-color"], x8
26583
26583
  onClick: (_e) => F(S, re)
26584
26584
  }, [
26585
26585
  b("div", {
26586
- style: D(`color:${ke(ko)(S.color)};margin: 0 auto; font-size:${i.value.style.chart.layout.labels.plotLabels.fontSize}px; text-align:center;background:${S.color}; padding: 2px 4px; border-radius: 12px; height: ${i.value.style.chart.layout.labels.plotLabels.fontSize * 1.5}px`)
26586
+ style: D(`color:${ke(no)(S.color)};margin: 0 auto; font-size:${i.value.style.chart.layout.labels.plotLabels.fontSize}px; text-align:center;background:${S.color}; padding: 2px 4px; border-radius: 12px; height: ${i.value.style.chart.layout.labels.plotLabels.fontSize * 1.5}px`)
26587
26587
  }, E(re.name), 5)
26588
- ], 40, J8))), 256))
26588
+ ], 40, J6))), 256))
26589
26589
  ], 64))), 256))
26590
26590
  ])) : _("", !0)
26591
26591
  ], 64)) : (h(), y(xe, { key: 6 }, [
@@ -26605,7 +26605,7 @@ const p8 = ["id"], b8 = ["viewBox", "id"], w8 = ["id"], m8 = ["stop-color"], x8
26605
26605
  onClick: (_e) => F(S, re)
26606
26606
  }, null, 8, ["color", "isSelected", "plot", "radius", "shape", "stroke", "strokeWidth", "onMouseover", "onClick"]))), 256))
26607
26607
  ]))), 256)),
26608
- c.value.plotLabels.show ? (h(), y("g", X8, [
26608
+ c.value.plotLabels.show ? (h(), y("g", X6, [
26609
26609
  (h(!0), y(xe, null, Fe(ge.value, (S) => (h(), y("g", null, [
26610
26610
  (h(!0), y(xe, null, Fe(S.series, (T) => (h(), y("text", {
26611
26611
  x: T.x,
@@ -26613,7 +26613,7 @@ const p8 = ["id"], b8 = ["viewBox", "id"], w8 = ["id"], m8 = ["stop-color"], x8
26613
26613
  "text-anchor": "middle",
26614
26614
  "font-size": i.value.style.chart.layout.labels.plotLabels.fontSize,
26615
26615
  fill: i.value.style.chart.layout.labels.plotLabels.color
26616
- }, E(T.name), 9, q8))), 256))
26616
+ }, E(T.name), 9, q6))), 256))
26617
26617
  ]))), 256))
26618
26618
  ])) : _("", !0)
26619
26619
  ], 64)),
@@ -26634,13 +26634,13 @@ const p8 = ["id"], b8 = ["viewBox", "id"], w8 = ["id"], m8 = ["stop-color"], x8
26634
26634
  b("div", {
26635
26635
  onClick: (T) => Ce(S.id),
26636
26636
  style: D(`opacity:${J.value.includes(S.id) ? 0.5 : 1}`)
26637
- }, E(S.name), 13, e6)
26637
+ }, E(S.name), 13, e8)
26638
26638
  ]),
26639
26639
  _: 1
26640
26640
  }, 8, ["legendSet", "config"])
26641
- ], 8, Z8)) : _("", !0),
26641
+ ], 8, Z6)) : _("", !0),
26642
26642
  Ee(Q.$slots, "svg", { svg: B.value }, void 0, !0)
26643
- ], 14, b8)) : _("", !0),
26643
+ ], 14, b6)) : _("", !0),
26644
26644
  l.value ? _("", !0) : (h(), ze(Rt, {
26645
26645
  key: 3,
26646
26646
  config: {
@@ -26670,7 +26670,7 @@ const p8 = ["id"], b8 = ["viewBox", "id"], w8 = ["id"], m8 = ["stop-color"], x8
26670
26670
  "data-cy-legend-item": "",
26671
26671
  onClick: (T) => Ce(S.id),
26672
26672
  style: D(`opacity:${J.value.includes(S.id) ? 0.5 : 1}`)
26673
- }, E(S.name), 13, t6)
26673
+ }, E(S.name), 13, t8)
26674
26674
  ]),
26675
26675
  _: 1
26676
26676
  }, 8, ["legendSet", "config"])) : _("", !0),
@@ -26690,7 +26690,7 @@ const p8 = ["id"], b8 = ["viewBox", "id"], w8 = ["id"], m8 = ["stop-color"], x8
26690
26690
  Ee(Q.$slots, "tooltip-after", it(At({ ...X.value })), void 0, !0)
26691
26691
  ]),
26692
26692
  default: Ne(() => [
26693
- i.value.style.chart.tooltip.showShape ? (h(), y("svg", a6, [
26693
+ i.value.style.chart.tooltip.showShape ? (h(), y("svg", a8, [
26694
26694
  tt(_r, {
26695
26695
  plot: { x: 10, y: 10 },
26696
26696
  shape: V.value.shape,
@@ -26721,15 +26721,15 @@ const p8 = ["id"], b8 = ["viewBox", "id"], w8 = ["id"], m8 = ["stop-color"], x8
26721
26721
  td: Ne(({ td: S }) => [
26722
26722
  b("div", {
26723
26723
  innerHTML: S.name || S
26724
- }, null, 8, l6)
26724
+ }, null, 8, l8)
26725
26725
  ]),
26726
26726
  _: 1
26727
26727
  }, 8, ["colNames", "head", "body", "config", "title"])
26728
26728
  ], 4)) : _("", !0)
26729
- ], 14, p8));
26729
+ ], 14, p6));
26730
26730
  }
26731
- }, r6 = /* @__PURE__ */ Mt(o6, [["__scopeId", "data-v-92b502d6"]]);
26732
- const n6 = ["id"], s6 = ["viewBox"], i6 = ["id"], A6 = ["stop-color"], u6 = ["stop-color"], c6 = ["stop-color"], d6 = { key: 0 }, h6 = ["font-size", "fill", "x", "y"], f6 = ["font-size", "fill", "x", "y"], v6 = ["font-size", "fill", "x", "y"], g6 = ["d", "stroke", "stroke-width"], y6 = { key: 1 }, p6 = ["cx", "cy", "fill"], b6 = ["cx", "cy", "r", "fill"], w6 = ["y", "width", "height", "fill"], m6 = ["cx", "cy", "r", "fill", "stroke", "stroke-width"], x6 = ["cx", "cy", "r", "fill", "stroke", "stroke-width"], C6 = ["x", "y", "font-size", "font-weight", "fill"], B6 = ["x", "y", "font-size", "font-weight", "fill"], k6 = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], _6 = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], F6 = ["cx", "cy", "fill", "r", "stroke-width", "stroke"], S6 = ["x", "y", "font-size", "fill"], L6 = {
26731
+ }, r8 = /* @__PURE__ */ Mt(o8, [["__scopeId", "data-v-92b502d6"]]);
26732
+ const n8 = ["id"], s8 = ["viewBox"], i8 = ["id"], A8 = ["stop-color"], u8 = ["stop-color"], c8 = ["stop-color"], d8 = { key: 0 }, h8 = ["font-size", "fill", "x", "y"], f8 = ["font-size", "fill", "x", "y"], v8 = ["font-size", "fill", "x", "y"], g8 = ["d", "stroke", "stroke-width"], y8 = { key: 1 }, p8 = ["cx", "cy", "fill"], b8 = ["cx", "cy", "r", "fill"], w8 = ["y", "width", "height", "fill"], m8 = ["cx", "cy", "r", "fill", "stroke", "stroke-width"], x8 = ["cx", "cy", "r", "fill", "stroke", "stroke-width"], C8 = ["x", "y", "font-size", "font-weight", "fill"], B8 = ["x", "y", "font-size", "font-weight", "fill"], k8 = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], _8 = ["x1", "y1", "x2", "y2", "stroke", "stroke-width"], F8 = ["cx", "cy", "fill", "r", "stroke-width", "stroke"], S8 = ["x", "y", "font-size", "fill"], L8 = {
26733
26733
  __name: "vue-ui-gauge",
26734
26734
  props: {
26735
26735
  config: {
@@ -27008,18 +27008,18 @@ const n6 = ["id"], s6 = ["viewBox"], i6 = ["id"], A6 = ["stop-color"], u6 = ["st
27008
27008
  b("stop", {
27009
27009
  offset: "0%",
27010
27010
  "stop-color": `#FFFFFF${ke(Je)[1]}`
27011
- }, null, 8, A6),
27011
+ }, null, 8, A8),
27012
27012
  b("stop", {
27013
27013
  offset: "80%",
27014
27014
  "stop-color": `#FFFFFF${ke(Je)[f.value.style.chart.layout.track.gradientIntensity]}`
27015
- }, null, 8, u6),
27015
+ }, null, 8, u8),
27016
27016
  b("stop", {
27017
27017
  offset: "100%",
27018
27018
  "stop-color": `#FFFFFF${ke(Je)[1]}`
27019
- }, null, 8, c6)
27020
- ], 8, i6)
27019
+ }, null, 8, c8)
27020
+ ], 8, i8)
27021
27021
  ]),
27022
- f.value.style.chart.title.text && m.value.inside && !s.value ? (h(), y("g", d6, [
27022
+ f.value.style.chart.title.text && m.value.inside && !s.value ? (h(), y("g", d8, [
27023
27023
  b("text", {
27024
27024
  "font-size": f.value.style.chart.title.fontSize * 1.5,
27025
27025
  fill: f.value.style.chart.title.color,
@@ -27027,7 +27027,7 @@ const n6 = ["id"], s6 = ["viewBox"], i6 = ["id"], A6 = ["stop-color"], u6 = ["st
27027
27027
  y: f.value.style.chart.title.fontSize * 1.5 + 20,
27028
27028
  "text-anchor": "middle",
27029
27029
  style: D(`font-weight:${f.value.style.chart.title.bold ? "bold" : ""}`)
27030
- }, E(f.value.style.chart.title.text), 13, h6),
27030
+ }, E(f.value.style.chart.title.text), 13, h8),
27031
27031
  f.value.style.chart.title.subtitle.text ? (h(), y("text", {
27032
27032
  key: 0,
27033
27033
  "font-size": f.value.style.chart.title.subtitle.fontSize * 1.5,
@@ -27036,7 +27036,7 @@ const n6 = ["id"], s6 = ["viewBox"], i6 = ["id"], A6 = ["stop-color"], u6 = ["st
27036
27036
  y: f.value.style.chart.title.fontSize * 1.5 * 2 + 20,
27037
27037
  "text-anchor": "middle",
27038
27038
  style: D(`font-weight:${f.value.style.chart.title.subtitle.bold ? "bold" : ""}`)
27039
- }, E(f.value.style.chart.title.subtitle.text), 13, f6)) : _("", !0),
27039
+ }, E(f.value.style.chart.title.subtitle.text), 13, f8)) : _("", !0),
27040
27040
  isNaN(e.dataset.base) ? _("", !0) : (h(), y("text", {
27041
27041
  key: 1,
27042
27042
  "font-size": f.value.style.chart.title.subtitle.fontSize * 1.5,
@@ -27045,7 +27045,7 @@ const n6 = ["id"], s6 = ["viewBox"], i6 = ["id"], A6 = ["stop-color"], u6 = ["st
27045
27045
  y: f.value.style.chart.title.subtitle.text ? f.value.style.chart.title.fontSize * 2.3 * 2 + 20 : f.value.style.chart.title.fontSize * 1.5 * 2 + 20,
27046
27046
  "text-anchor": "middle",
27047
27047
  style: D(`font-weight:${f.value.style.chart.title.subtitle.bold ? "bold" : ""}`)
27048
- }, E(f.value.translations.base) + " : " + E(e.dataset.base), 13, v6))
27048
+ }, E(f.value.translations.base) + " : " + E(e.dataset.base), 13, v8))
27049
27049
  ])) : _("", !0),
27050
27050
  (h(!0), y(xe, null, Fe(J(p.value, u.value.width / 2, u.value.height * 0.7, u.value.width / 2.5, u.value.width / 2.5), (ne, G) => (h(), y("path", {
27051
27051
  key: `arc_${G}`,
@@ -27054,22 +27054,22 @@ const n6 = ["id"], s6 = ["viewBox"], i6 = ["id"], A6 = ["stop-color"], u6 = ["st
27054
27054
  stroke: ne.color,
27055
27055
  "stroke-linecap": "round",
27056
27056
  "stroke-width": u.value.width / 16 * f.value.style.chart.layout.track.size
27057
- }, null, 8, g6))), 128)),
27058
- f.value.style.chart.layout.track.useGradient ? (h(), y("g", y6, [
27057
+ }, null, 8, g8))), 128)),
27058
+ f.value.style.chart.layout.track.useGradient ? (h(), y("g", y8, [
27059
27059
  b("circle", {
27060
27060
  cx: u.value.width / 2,
27061
27061
  cy: u.value.height * 0.69,
27062
27062
  r: "225",
27063
27063
  fill: `url(#gradient_${l.value})`,
27064
27064
  stroke: "none"
27065
- }, null, 8, p6),
27065
+ }, null, 8, p8),
27066
27066
  b("circle", {
27067
27067
  cx: u.value.width / 2,
27068
27068
  cy: u.value.height * 0.69 + 4,
27069
27069
  r: 188 * 1 / f.value.style.chart.layout.track.size,
27070
27070
  fill: f.value.style.chart.backgroundColor,
27071
27071
  stroke: "none"
27072
- }, null, 8, b6),
27072
+ }, null, 8, b8),
27073
27073
  b("rect", {
27074
27074
  x: 0,
27075
27075
  y: u.value.height * 0.69,
@@ -27077,7 +27077,7 @@ const n6 = ["id"], s6 = ["viewBox"], i6 = ["id"], A6 = ["stop-color"], u6 = ["st
27077
27077
  height: u.value.height - u.value.height * 0.69,
27078
27078
  fill: f.value.style.chart.backgroundColor,
27079
27079
  stroke: "none"
27080
- }, null, 8, w6)
27080
+ }, null, 8, w8)
27081
27081
  ])) : _("", !0),
27082
27082
  (h(!0), y(xe, null, Fe(J(p.value, u.value.width / 2, u.value.height * 0.7, u.value.width / 2.5, u.value.width / 2.5), (ne, G) => (h(), y("circle", {
27083
27083
  cx: ne.center.startX,
@@ -27086,7 +27086,7 @@ const n6 = ["id"], s6 = ["viewBox"], i6 = ["id"], A6 = ["stop-color"], u6 = ["st
27086
27086
  fill: f.value.style.chart.layout.markers.backgroundColor,
27087
27087
  stroke: f.value.style.chart.layout.markers.stroke,
27088
27088
  "stroke-width": f.value.style.chart.layout.markers.strokeWidth
27089
- }, null, 8, m6))), 256)),
27089
+ }, null, 8, m8))), 256)),
27090
27090
  b("circle", {
27091
27091
  cx: u.value.width * 0.9,
27092
27092
  cy: u.value.height * 0.69,
@@ -27094,7 +27094,7 @@ const n6 = ["id"], s6 = ["viewBox"], i6 = ["id"], A6 = ["stop-color"], u6 = ["st
27094
27094
  fill: f.value.style.chart.layout.markers.backgroundColor,
27095
27095
  stroke: f.value.style.chart.layout.markers.stroke,
27096
27096
  "stroke-width": f.value.style.chart.layout.markers.strokeWidth
27097
- }, null, 8, x6),
27097
+ }, null, 8, x8),
27098
27098
  (h(!0), y(xe, null, Fe(J(p.value, u.value.width / 2, u.value.height * 0.7, u.value.width / 2.5, u.value.width / 2.5), (ne, G) => (h(), y("text", {
27099
27099
  x: ne.center.startX,
27100
27100
  y: oe(G, ne.center.startY, ne.from) + f.value.style.chart.layout.markers.offsetY,
@@ -27102,7 +27102,7 @@ const n6 = ["id"], s6 = ["viewBox"], i6 = ["id"], A6 = ["stop-color"], u6 = ["st
27102
27102
  "font-size": le(ne.from) * f.value.style.chart.layout.markers.fontSizeRatio,
27103
27103
  "font-weight": `${f.value.style.chart.layout.markers.bold ? "bold" : "normal"}`,
27104
27104
  fill: f.value.style.chart.layout.markers.color
27105
- }, E(ne.from.toFixed(f.value.style.chart.layout.markers.roundingValue)), 9, C6))), 256)),
27105
+ }, E(ne.from.toFixed(f.value.style.chart.layout.markers.roundingValue)), 9, C8))), 256)),
27106
27106
  b("text", {
27107
27107
  x: u.value.width * 0.9,
27108
27108
  y: oe(1, u.value.height * 0.69, i.value) + f.value.style.chart.layout.markers.offsetY,
@@ -27110,7 +27110,7 @@ const n6 = ["id"], s6 = ["viewBox"], i6 = ["id"], A6 = ["stop-color"], u6 = ["st
27110
27110
  "font-size": le(i.value) * f.value.style.chart.layout.markers.fontSizeRatio,
27111
27111
  "font-weight": `${f.value.style.chart.layout.markers.bold ? "bold" : "normal"}`,
27112
27112
  fill: f.value.style.chart.layout.markers.color
27113
- }, E(i.value.toFixed(f.value.style.chart.layout.markers.roundingValue)), 9, B6),
27113
+ }, E(i.value.toFixed(f.value.style.chart.layout.markers.roundingValue)), 9, B8),
27114
27114
  isNaN(B.value.x2) ? _("", !0) : (h(), y("line", {
27115
27115
  key: 2,
27116
27116
  x1: B.value.x1,
@@ -27120,7 +27120,7 @@ const n6 = ["id"], s6 = ["viewBox"], i6 = ["id"], A6 = ["stop-color"], u6 = ["st
27120
27120
  stroke: f.value.style.chart.layout.pointer.stroke,
27121
27121
  "stroke-width": f.value.style.chart.layout.pointer.strokeWidth,
27122
27122
  "stroke-linecap": "round"
27123
- }, null, 8, k6)),
27123
+ }, null, 8, k8)),
27124
27124
  isNaN(B.value.x2) ? _("", !0) : (h(), y("line", {
27125
27125
  key: 3,
27126
27126
  x1: B.value.x1,
@@ -27130,7 +27130,7 @@ const n6 = ["id"], s6 = ["viewBox"], i6 = ["id"], A6 = ["stop-color"], u6 = ["st
27130
27130
  stroke: f.value.style.chart.layout.pointer.useRatingColor ? H.value : f.value.style.chart.layout.pointer.color,
27131
27131
  "stroke-linecap": "round",
27132
27132
  "stroke-width": f.value.style.chart.layout.pointer.strokeWidth * 0.7
27133
- }, null, 8, _6)),
27133
+ }, null, 8, _8)),
27134
27134
  b("circle", {
27135
27135
  cx: u.value.width / 2,
27136
27136
  cy: u.value.height * 0.69,
@@ -27138,7 +27138,7 @@ const n6 = ["id"], s6 = ["viewBox"], i6 = ["id"], A6 = ["stop-color"], u6 = ["st
27138
27138
  r: f.value.style.chart.layout.pointer.circle.radius,
27139
27139
  "stroke-width": f.value.style.chart.layout.pointer.circle.strokeWidth,
27140
27140
  stroke: f.value.style.chart.layout.pointer.circle.stroke
27141
- }, null, 8, F6),
27141
+ }, null, 8, F8),
27142
27142
  b("text", {
27143
27143
  x: u.value.width / 2,
27144
27144
  y: u.value.height * 0.9,
@@ -27146,9 +27146,9 @@ const n6 = ["id"], s6 = ["viewBox"], i6 = ["id"], A6 = ["stop-color"], u6 = ["st
27146
27146
  "font-size": f.value.style.chart.legend.fontSize,
27147
27147
  "font-weight": "bold",
27148
27148
  fill: f.value.style.chart.legend.useRatingColor ? H.value : f.value.style.chart.legend.color
27149
- }, E(f.value.style.chart.legend.prefix) + " " + E(f.value.style.chart.legend.showPlusSymbol && x.value > 0 ? "+" : "") + E(x.value.toFixed(f.value.style.chart.legend.roundingValue)) + " " + E(f.value.style.chart.legend.suffix), 9, S6),
27149
+ }, E(f.value.style.chart.legend.prefix) + " " + E(f.value.style.chart.legend.showPlusSymbol && x.value > 0 ? "+" : "") + E(x.value.toFixed(f.value.style.chart.legend.roundingValue)) + " " + E(f.value.style.chart.legend.suffix), 9, S8),
27150
27150
  Ee(be.$slots, "svg", { svg: u.value }, void 0, !0)
27151
- ], 14, s6)) : _("", !0),
27151
+ ], 14, s8)) : _("", !0),
27152
27152
  r.value ? _("", !0) : (h(), ze(Rt, {
27153
27153
  key: 3,
27154
27154
  config: {
@@ -27162,10 +27162,10 @@ const n6 = ["id"], s6 = ["viewBox"], i6 = ["id"], A6 = ["stop-color"], u6 = ["st
27162
27162
  }
27163
27163
  }, null, 8, ["config"])),
27164
27164
  Ee(be.$slots, "legend", { legend: p.value }, void 0, !0)
27165
- ], 14, n6));
27165
+ ], 14, n8));
27166
27166
  }
27167
- }, U6 = /* @__PURE__ */ Mt(L6, [["__scopeId", "data-v-d3dd93a1"]]);
27168
- const Q6 = ["id"], M6 = ["viewBox"], $6 = { key: 0 }, I6 = ["fill", "font-weight", "font-size", "x", "y"], E6 = ["fill", "font-weight", "font-size", "x", "y"], N6 = ["id"], T6 = ["stop-color"], D6 = ["stop-color"], H6 = ["id"], P6 = ["stop-color"], z6 = ["stop-color"], O6 = ["id"], R6 = ["stop-color"], V6 = ["stop-color"], K6 = ["stop-color"], j6 = ["id"], W6 = ["stop-color"], G6 = ["stop-color"], X6 = ["stop-color"], q6 = ["id"], Y6 = ["stop-color"], J6 = ["stop-color"], Z6 = ["stop-color"], eS = { key: 1 }, tS = ["x", "y", "font-size", "font-weight", "fill"], aS = ["x", "y", "font-size", "font-weight", "fill"], lS = ["d", "stroke"], oS = ["cx", "cy", "r", "fill"], rS = ["cx", "cy", "r", "fill", "stroke", "stroke-width", "onClick"], nS = { key: 2 }, sS = ["x", "y", "font-size", "fill", "onClick"], iS = { key: 0 }, AS = ["x", "y", "fill", "font-size", "font-weight"], uS = ["x", "y", "height", "width", "fill", "rx", "onClick"], cS = ["x", "y", "height", "width", "fill", "rx", "stroke", "stroke-width", "onClick"], dS = { key: 3 }, hS = ["x", "y", "fill", "font-size", "onClick"], fS = ["d", "stroke"], vS = ["cx", "cy", "fill", "onClick"], gS = ["fill", "cx", "cy", "r", "onClick"], yS = { key: 4 }, pS = ["x", "y", "font-size", "font-weight", "fill"], bS = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], wS = ["y", "height", "width"], mS = { style: { width: "100%", height: "100%", display: "flex", "align-items": "center", "justify-content": "center", "flex-direction": "column" } }, xS = { style: { display: "flex", "align-items": "center", "justify-content": "center", gap: "12px", "flex-wrap": "wrap", "flex-direction": "row" } }, CS = {
27167
+ }, U8 = /* @__PURE__ */ Mt(L8, [["__scopeId", "data-v-d3dd93a1"]]);
27168
+ const Q8 = ["id"], M8 = ["viewBox"], $8 = { key: 0 }, I8 = ["fill", "font-weight", "font-size", "x", "y"], E8 = ["fill", "font-weight", "font-size", "x", "y"], N8 = ["id"], T8 = ["stop-color"], D8 = ["stop-color"], H8 = ["id"], P8 = ["stop-color"], z8 = ["stop-color"], O8 = ["id"], R8 = ["stop-color"], V8 = ["stop-color"], K8 = ["stop-color"], j8 = ["id"], W8 = ["stop-color"], G8 = ["stop-color"], X8 = ["stop-color"], q8 = ["id"], Y8 = ["stop-color"], J8 = ["stop-color"], Z8 = ["stop-color"], eS = { key: 1 }, tS = ["x", "y", "font-size", "font-weight", "fill"], aS = ["x", "y", "font-size", "font-weight", "fill"], lS = ["d", "stroke"], oS = ["cx", "cy", "r", "fill"], rS = ["cx", "cy", "r", "fill", "stroke", "stroke-width", "onClick"], nS = { key: 2 }, sS = ["x", "y", "font-size", "fill", "onClick"], iS = { key: 0 }, AS = ["x", "y", "fill", "font-size", "font-weight"], uS = ["x", "y", "height", "width", "fill", "rx", "onClick"], cS = ["x", "y", "height", "width", "fill", "rx", "stroke", "stroke-width", "onClick"], dS = { key: 3 }, hS = ["x", "y", "fill", "font-size", "onClick"], fS = ["d", "stroke"], vS = ["cx", "cy", "fill", "onClick"], gS = ["fill", "cx", "cy", "r", "onClick"], yS = { key: 4 }, pS = ["x", "y", "font-size", "font-weight", "fill"], bS = ["x1", "x2", "y1", "y2", "stroke", "stroke-width"], wS = ["y", "height", "width"], mS = { style: { width: "100%", height: "100%", display: "flex", "align-items": "center", "justify-content": "center", "flex-direction": "column" } }, xS = { style: { display: "flex", "align-items": "center", "justify-content": "center", gap: "12px", "flex-wrap": "wrap", "flex-direction": "row" } }, CS = {
27169
27169
  viewBox: "0 0 20 20",
27170
27170
  height: "16",
27171
27171
  width: "16"
@@ -27320,7 +27320,7 @@ const Q6 = ["id"], M6 = ["viewBox"], $6 = { key: 0 }, I6 = ["fill", "font-weight
27320
27320
  }
27321
27321
  function ve(re) {
27322
27322
  V(), Sa(() => {
27323
- be.value = re, ne.value = re, Ce.value = Bo(
27323
+ be.value = re, ne.value = re, Ce.value = ko(
27324
27324
  { series: re.breakdown, base: 1 },
27325
27325
  re.x2 + 24 + m.value.style.chart.layout.nuts.offsetX,
27326
27326
  re.y1 + x.value.branchSize / 2,
@@ -27466,7 +27466,7 @@ const Q6 = ["id"], M6 = ["viewBox"], $6 = { key: 0 }, I6 = ["fill", "font-weight
27466
27466
  viewBox: `0 0 ${x.value.width} ${x.value.height}`,
27467
27467
  style: D(`max-width:100%;overflow:visible;background:${m.value.style.chart.backgroundColor};color:${m.value.style.chart.color}`)
27468
27468
  }, [
27469
- be.value ? _("", !0) : (h(), y("g", $6, [
27469
+ be.value ? _("", !0) : (h(), y("g", $8, [
27470
27470
  m.value.style.chart.layout.title.text ? (h(), y("text", {
27471
27471
  key: 0,
27472
27472
  "text-anchor": "middle",
@@ -27476,7 +27476,7 @@ const Q6 = ["id"], M6 = ["viewBox"], $6 = { key: 0 }, I6 = ["fill", "font-weight
27476
27476
  x: x.value.width / 2,
27477
27477
  y: 12 + m.value.style.chart.layout.title.fontSize + m.value.style.chart.layout.title.offsetY,
27478
27478
  onClick: V
27479
- }, E(m.value.style.chart.layout.title.text), 9, I6)) : _("", !0),
27479
+ }, E(m.value.style.chart.layout.title.text), 9, I8)) : _("", !0),
27480
27480
  m.value.style.chart.layout.title.subtitle.text ? (h(), y("text", {
27481
27481
  key: 1,
27482
27482
  "text-anchor": "middle",
@@ -27486,7 +27486,7 @@ const Q6 = ["id"], M6 = ["viewBox"], $6 = { key: 0 }, I6 = ["fill", "font-weight
27486
27486
  x: x.value.width / 2,
27487
27487
  y: 48 + m.value.style.chart.layout.title.subtitle.fontSize + m.value.style.chart.layout.title.subtitle.offsetY,
27488
27488
  onClick: V
27489
- }, E(m.value.style.chart.layout.title.subtitle.text), 9, E6)) : _("", !0)
27489
+ }, E(m.value.style.chart.layout.title.subtitle.text), 9, E8)) : _("", !0)
27490
27490
  ])),
27491
27491
  b("defs", null, [
27492
27492
  (h(!0), y(xe, null, Fe(P.value, (Ae, me) => (h(), y("radialGradient", {
@@ -27500,12 +27500,12 @@ const Q6 = ["id"], M6 = ["viewBox"], $6 = { key: 0 }, I6 = ["fill", "font-weight
27500
27500
  b("stop", {
27501
27501
  offset: "0%",
27502
27502
  "stop-color": `${ke(Qt)(Ae.color, 0.05)}${ke(Je)[100 - m.value.style.chart.layout.roots.gradientIntensity]}`
27503
- }, null, 8, T6),
27503
+ }, null, 8, T8),
27504
27504
  b("stop", {
27505
27505
  offset: "100%",
27506
27506
  "stop-color": Ae.color
27507
- }, null, 8, D6)
27508
- ], 8, N6))), 256)),
27507
+ }, null, 8, D8)
27508
+ ], 8, N8))), 256)),
27509
27509
  (h(!0), y(xe, null, Fe(P.value, (Ae) => (h(), y("linearGradient", {
27510
27510
  x1: "0%",
27511
27511
  y1: "0%",
@@ -27516,12 +27516,12 @@ const Q6 = ["id"], M6 = ["viewBox"], $6 = { key: 0 }, I6 = ["fill", "font-weight
27516
27516
  b("stop", {
27517
27517
  offset: "0%",
27518
27518
  "stop-color": Ae.color
27519
- }, null, 8, P6),
27519
+ }, null, 8, P8),
27520
27520
  b("stop", {
27521
27521
  offset: "100%",
27522
27522
  "stop-color": `${ke(Qt)(Ae.color, 0.02)}${ke(Je)[100 - m.value.style.chart.layout.branches.gradientIntensity]}`
27523
- }, null, 8, z6)
27524
- ], 8, H6))), 256)),
27523
+ }, null, 8, z8)
27524
+ ], 8, H8))), 256)),
27525
27525
  b("radialGradient", {
27526
27526
  cx: "50%",
27527
27527
  cy: "50%",
@@ -27533,16 +27533,16 @@ const Q6 = ["id"], M6 = ["viewBox"], $6 = { key: 0 }, I6 = ["fill", "font-weight
27533
27533
  b("stop", {
27534
27534
  offset: "0%",
27535
27535
  "stop-color": `#FFFFFF${ke(Je)[0]}`
27536
- }, null, 8, R6),
27536
+ }, null, 8, R8),
27537
27537
  b("stop", {
27538
27538
  offset: "80%",
27539
27539
  "stop-color": `#FFFFFF${ke(Je)[m.value.style.chart.layout.nuts.selected.gradientIntensity]}`
27540
- }, null, 8, V6),
27540
+ }, null, 8, V8),
27541
27541
  b("stop", {
27542
27542
  offset: "100%",
27543
27543
  "stop-color": `#FFFFFF${ke(Je)[0]}`
27544
- }, null, 8, K6)
27545
- ], 8, O6),
27544
+ }, null, 8, K8)
27545
+ ], 8, O8),
27546
27546
  b("radialGradient", {
27547
27547
  cx: "50%",
27548
27548
  cy: "50%",
@@ -27554,16 +27554,16 @@ const Q6 = ["id"], M6 = ["viewBox"], $6 = { key: 0 }, I6 = ["fill", "font-weight
27554
27554
  b("stop", {
27555
27555
  offset: "0%",
27556
27556
  "stop-color": `#FFFFFF${ke(Je)[0]}`
27557
- }, null, 8, W6),
27557
+ }, null, 8, W8),
27558
27558
  b("stop", {
27559
27559
  offset: "80%",
27560
27560
  "stop-color": `#FFFFFF${ke(Je)[m.value.style.chart.layout.nuts.gradientIntensity]}`
27561
- }, null, 8, G6),
27561
+ }, null, 8, G8),
27562
27562
  b("stop", {
27563
27563
  offset: "100%",
27564
27564
  "stop-color": `#FFFFFF${ke(Je)[0]}`
27565
- }, null, 8, X6)
27566
- ], 8, j6),
27565
+ }, null, 8, X8)
27566
+ ], 8, j8),
27567
27567
  b("radialGradient", {
27568
27568
  cx: "50%",
27569
27569
  cy: "50%",
@@ -27575,16 +27575,16 @@ const Q6 = ["id"], M6 = ["viewBox"], $6 = { key: 0 }, I6 = ["fill", "font-weight
27575
27575
  b("stop", {
27576
27576
  offset: "0%",
27577
27577
  "stop-color": `${m.value.style.chart.backgroundColor}${ke(Je)[100]}`
27578
- }, null, 8, Y6),
27578
+ }, null, 8, Y8),
27579
27579
  b("stop", {
27580
27580
  offset: "80%",
27581
27581
  "stop-color": `${m.value.style.chart.backgroundColor}${ke(Je)[60]}`
27582
- }, null, 8, J6),
27582
+ }, null, 8, J8),
27583
27583
  b("stop", {
27584
27584
  offset: "100%",
27585
27585
  "stop-color": `${m.value.style.chart.backgroundColor}${ke(Je)[0]}`
27586
- }, null, 8, Z6)
27587
- ], 8, q6)
27586
+ }, null, 8, Z8)
27587
+ ], 8, q8)
27588
27588
  ]),
27589
27589
  m.value.style.chart.layout.grandTotal.show ? (h(), y("g", eS, [
27590
27590
  b("text", {
@@ -27646,7 +27646,7 @@ const Q6 = ["id"], M6 = ["viewBox"], $6 = { key: 0 }, I6 = ["fill", "font-weight
27646
27646
  y: Ae.y + m.value.style.chart.layout.roots.labels.fontSize / 2.6,
27647
27647
  "text-anchor": "middle",
27648
27648
  "font-size": m.value.style.chart.layout.roots.labels.fontSize,
27649
- fill: m.value.style.chart.layout.roots.labels.adaptColorToBackground ? ke(ko)(Ae.color) : m.value.style.chart.layout.roots.labels.color,
27649
+ fill: m.value.style.chart.layout.roots.labels.adaptColorToBackground ? ke(no)(Ae.color) : m.value.style.chart.layout.roots.labels.color,
27650
27650
  "font-weight": "bold",
27651
27651
  style: D(`cursor:pointer; opacity:${X(Ae) ? 1 : 0.05}`),
27652
27652
  onClick: (Ie) => L(Ae)
@@ -27695,7 +27695,7 @@ const Q6 = ["id"], M6 = ["viewBox"], $6 = { key: 0 }, I6 = ["fill", "font-weight
27695
27695
  x: Ae.x1 + 6,
27696
27696
  y: Ae.y1 + x.value.branchSize / 1.5,
27697
27697
  "text-anchor": "start",
27698
- fill: ke(ko)(Ae.color),
27698
+ fill: ke(no)(Ae.color),
27699
27699
  "font-size": m.value.style.chart.layout.branches.labels.dataLabels.fontSize,
27700
27700
  "font-weight": "bold",
27701
27701
  style: D(`cursor:pointer; opacity:${X(Ae) ? 1 : 0.05}`),
@@ -27704,7 +27704,7 @@ const Q6 = ["id"], M6 = ["viewBox"], $6 = { key: 0 }, I6 = ["fill", "font-weight
27704
27704
  ]))), 256))
27705
27705
  ])) : _("", !0),
27706
27706
  (h(!0), y(xe, null, Fe(ee.value, (Ae, me) => (h(), y("g", null, [
27707
- (h(!0), y(xe, null, Fe(ke(Bo)(
27707
+ (h(!0), y(xe, null, Fe(ke(ko)(
27708
27708
  { series: Ae.breakdown, base: 1 },
27709
27709
  Ae.x2 + 24 + m.value.style.chart.layout.nuts.offsetX,
27710
27710
  Ae.y1 + x.value.branchSize / 2,
@@ -27975,7 +27975,7 @@ const Q6 = ["id"], M6 = ["viewBox"], $6 = { key: 0 }, I6 = ["fill", "font-weight
27975
27975
  }, E((Ae.value / H.value * 100).toFixed(m.value.style.chart.layout.branches.labels.dataLabels.roundingPercentage)) + "% " + E(m.value.translations.proportionToTree), 9, jS)) : _("", !0)
27976
27976
  ]))), 256)),
27977
27977
  Ee(re.$slots, "svg", { svg: x.value }, void 0, !0)
27978
- ], 14, M6)) : _("", !0),
27978
+ ], 14, M8)) : _("", !0),
27979
27979
  l.value ? _("", !0) : (h(), ze(Rt, {
27980
27980
  key: 2,
27981
27981
  config: {
@@ -28126,7 +28126,7 @@ const Q6 = ["id"], M6 = ["viewBox"], $6 = { key: 0 }, I6 = ["fill", "font-weight
28126
28126
  ], 2)
28127
28127
  ])) : _("", !0)
28128
28128
  ], 512)
28129
- ], 14, Q6));
28129
+ ], 14, Q8));
28130
28130
  }
28131
28131
  }, EL = /* @__PURE__ */ Mt(IL, [["__scopeId", "data-v-a3593f4f"]]);
28132
28132
  const NL = ["id"], TL = ["viewBox"], DL = ["id"], HL = ["stop-color"], PL = ["stop-color"], zL = ["stop-color"], OL = { key: 0 }, RL = ["font-size", "fill", "x", "y"], VL = ["font-size", "fill", "x", "y"], KL = ["cx", "cy", "r", "stroke", "stroke-width", "stroke-dasharray", "stroke-dashoffset"], jL = ["cx", "cy", "r", "stroke", "stroke-width", "stroke-dasharray", "stroke-dashoffset"], WL = { key: 1 }, GL = ["cx", "cy", "r", "fill"], XL = ["cx", "cy", "r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "onMouseenter"], qL = { key: 2 }, YL = ["x", "y", "font-size", "fill", "font-weight"], JL = ["y", "height"], ZL = ["onClick"], eU = ["onClick"], tU = ["innerHTML"], aU = {
@@ -29930,7 +29930,7 @@ const iQ = ["id"], AQ = ["viewBox"], uQ = { key: 0 }, cQ = ["font-size", "fill",
29930
29930
  "text-anchor": "middle",
29931
29931
  "font-size": c.value.style.layout.cells.value.fontSize,
29932
29932
  "font-weight": c.value.style.layout.cells.value.bold ? "bold" : "normal",
29933
- fill: ke(ko)(K.color),
29933
+ fill: ke(no)(K.color),
29934
29934
  x: le.value.left + R.value.width * Q + R.value.width / 2,
29935
29935
  y: le.value.top + R.value.height * de + R.value.height / 2 + c.value.style.layout.cells.value.fontSize / 3
29936
29936
  }, E(c.value.style.layout.dataLabels.prefix) + E(Number(K.value.toFixed(c.value.style.layout.cells.value.roundingValue)).toLocaleString()) + E(c.value.style.layout.dataLabels.suffix), 9, vQ)) : _("", !0)
@@ -33219,10 +33219,10 @@ const i$ = {
33219
33219
  });
33220
33220
  }
33221
33221
  }
33222
- }, uo = (e) => (jr("data-v-72a863ed"), e = e(), Wr(), e), A$ = { class: "vue-ui-annotator" }, u$ = { "data-html2canvas-ignore": "" }, c$ = {
33222
+ }, co = (e) => (jr("data-v-72a863ed"), e = e(), Wr(), e), A$ = { class: "vue-ui-annotator" }, u$ = { "data-html2canvas-ignore": "" }, c$ = {
33223
33223
  class: "tool-selection",
33224
33224
  style: { "margin-top": "24px" }
33225
- }, d$ = ["disabled"], h$ = /* @__PURE__ */ ha('<svg xmlns="http://www.w3.org/2000/svg" width="80%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-72a863ed><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-72a863ed></path><path d="M18 9l3 3l-3 3" data-v-72a863ed></path><path d="M15 12h6" data-v-72a863ed></path><path d="M6 9l-3 3l3 3" data-v-72a863ed></path><path d="M3 12h6" data-v-72a863ed></path><path d="M9 18l3 3l3 -3" data-v-72a863ed></path><path d="M12 15v6" data-v-72a863ed></path><path d="M15 6l-3 -3l-3 3" data-v-72a863ed></path><path d="M12 3v6" data-v-72a863ed></path></svg>', 1), f$ = ["disabled"], v$ = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("svg", {
33225
+ }, d$ = ["disabled"], h$ = /* @__PURE__ */ ha('<svg xmlns="http://www.w3.org/2000/svg" width="80%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-72a863ed><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-72a863ed></path><path d="M18 9l3 3l-3 3" data-v-72a863ed></path><path d="M15 12h6" data-v-72a863ed></path><path d="M6 9l-3 3l3 3" data-v-72a863ed></path><path d="M3 12h6" data-v-72a863ed></path><path d="M9 18l3 3l3 -3" data-v-72a863ed></path><path d="M12 15v6" data-v-72a863ed></path><path d="M15 6l-3 -3l-3 3" data-v-72a863ed></path><path d="M12 3v6" data-v-72a863ed></path></svg>', 1), f$ = ["disabled"], v$ = /* @__PURE__ */ co(() => /* @__PURE__ */ b("svg", {
33226
33226
  xmlns: "http://www.w3.org/2000/svg",
33227
33227
  width: "80%",
33228
33228
  viewBox: "0 0 24 24",
@@ -33242,7 +33242,7 @@ const i$ = {
33242
33242
  ], -1)), g$ = ["disabled"], y$ = /* @__PURE__ */ ha('<svg width="80%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-72a863ed><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-72a863ed></path><path d="M4 7l16 0" data-v-72a863ed></path><path d="M10 11l0 6" data-v-72a863ed></path><path d="M14 11l0 6" data-v-72a863ed></path><path d="M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12" data-v-72a863ed></path><path d="M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3" data-v-72a863ed></path></svg>', 1), p$ = ["disabled"], b$ = {
33243
33243
  style: { width: "80%" },
33244
33244
  viewBox: "0 0 24 24"
33245
- }, w$ = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("path", {
33245
+ }, w$ = /* @__PURE__ */ co(() => /* @__PURE__ */ b("path", {
33246
33246
  fill: "currentColor",
33247
33247
  d: "M1,1V5H2V19H1V23H5V22H19V23H23V19H22V5H23V1H19V2H5V1M5,4H19V5H20V19H19V20H5V19H4V5H5M6,6V14H9V18H18V9H14V6M8,8H12V12H8M14,11H16V16H11V14H14"
33248
33248
  }, null, -1)), m$ = [
@@ -33250,7 +33250,7 @@ const i$ = {
33250
33250
  ], x$ = ["disabled"], C$ = {
33251
33251
  style: { width: "80%" },
33252
33252
  viewBox: "0 0 24 24"
33253
- }, B$ = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("path", {
33253
+ }, B$ = /* @__PURE__ */ co(() => /* @__PURE__ */ b("path", {
33254
33254
  fill: "currentColor",
33255
33255
  d: "M2,2H11V6H9V4H4V9H6V11H2V2M22,13V22H13V18H15V20H20V15H18V13H22M8,8H16V16H8V8Z"
33256
33256
  }, null, -1)), k$ = [
@@ -33258,12 +33258,12 @@ const i$ = {
33258
33258
  ], _$ = ["disabled"], F$ = {
33259
33259
  style: { width: "80%" },
33260
33260
  viewBox: "0 0 24 24"
33261
- }, S$ = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("path", {
33261
+ }, S$ = /* @__PURE__ */ co(() => /* @__PURE__ */ b("path", {
33262
33262
  fill: "currentColor",
33263
33263
  d: "M2,2H11V11H2V2M9,4H4V9H9V4M22,13V22H13V13H22M15,20H20V15H15V20M16,8V11H13V8H16M11,16H8V13H11V16Z"
33264
33264
  }, null, -1)), L$ = [
33265
33265
  S$
33266
- ], U$ = ["disabled"], Q$ = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("svg", {
33266
+ ], U$ = ["disabled"], Q$ = /* @__PURE__ */ co(() => /* @__PURE__ */ b("svg", {
33267
33267
  width: "80%",
33268
33268
  viewBox: "0 0 24 24",
33269
33269
  "stroke-width": "2",
@@ -33279,7 +33279,7 @@ const i$ = {
33279
33279
  }),
33280
33280
  /* @__PURE__ */ b("path", { d: "M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" }),
33281
33281
  /* @__PURE__ */ b("path", { d: "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" })
33282
- ], -1)), M$ = ["disabled"], $$ = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("svg", {
33282
+ ], -1)), M$ = ["disabled"], $$ = /* @__PURE__ */ co(() => /* @__PURE__ */ b("svg", {
33283
33283
  width: "80%",
33284
33284
  viewBox: "0 0 24 24",
33285
33285
  "stroke-width": "2",
@@ -33313,7 +33313,7 @@ const i$ = {
33313
33313
  }, K$ = { for: "rectFill" }, j$ = ["checked"], W$ = {
33314
33314
  viewBox: "0 0 24 24",
33315
33315
  style: { width: "100%" }
33316
- }, G$ = ["stroke"], X$ = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("svg", {
33316
+ }, G$ = ["stroke"], X$ = /* @__PURE__ */ co(() => /* @__PURE__ */ b("svg", {
33317
33317
  width: "80%",
33318
33318
  viewBox: "0 0 24 24",
33319
33319
  "stroke-width": "2",
@@ -33339,7 +33339,7 @@ const i$ = {
33339
33339
  height: "24",
33340
33340
  width: "24",
33341
33341
  style: { "margin-bottom": "-5px", "margin-top": "-10px" }
33342
- }, lI = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("line", {
33342
+ }, lI = /* @__PURE__ */ co(() => /* @__PURE__ */ b("line", {
33343
33343
  x1: "0",
33344
33344
  x2: "24",
33345
33345
  y1: "12",
@@ -33353,12 +33353,12 @@ const i$ = {
33353
33353
  style: { width: "80%" },
33354
33354
  viewBox: "0 0 24 24",
33355
33355
  fill: "currentColor"
33356
- }, sI = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("path", { d: "M18.5,4L19.66,8.35L18.7,8.61C18.25,7.74 17.79,6.87 17.26,6.43C16.73,6 16.11,6 15.5,6H13V16.5C13,17 13,17.5 13.33,17.75C13.67,18 14.33,18 15,18V19H9V18C9.67,18 10.33,18 10.67,17.75C11,17.5 11,17 11,16.5V6H8.5C7.89,6 7.27,6 6.74,6.43C6.21,6.87 5.75,7.74 5.3,8.61L4.34,8.35L5.5,4H18.5Z" }, null, -1)), iI = [
33356
+ }, sI = /* @__PURE__ */ co(() => /* @__PURE__ */ b("path", { d: "M18.5,4L19.66,8.35L18.7,8.61C18.25,7.74 17.79,6.87 17.26,6.43C16.73,6 16.11,6 15.5,6H13V16.5C13,17 13,17.5 13.33,17.75C13.67,18 14.33,18 15,18V19H9V18C9.67,18 10.33,18 10.67,17.75C11,17.5 11,17 11,16.5V6H8.5C7.89,6 7.27,6 6.74,6.43C6.21,6.87 5.75,7.74 5.3,8.61L4.34,8.35L5.5,4H18.5Z" }, null, -1)), iI = [
33357
33357
  sI
33358
33358
  ], AI = { key: 4 }, uI = { style: { display: "flex", "flex-direction": "column", "align-items": "center", "justify-content": "center" } }, cI = {
33359
33359
  for: "textFont",
33360
33360
  style: { "font-size": "0.7em" }
33361
- }, dI = { key: 5 }, hI = /* @__PURE__ */ ha('<svg width="80%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-72a863ed><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-72a863ed></path><path d="M4 6l16 0" data-v-72a863ed></path><path d="M4 12l10 0" data-v-72a863ed></path><path d="M4 18l14 0" data-v-72a863ed></path></svg>', 1), fI = { key: 6 }, vI = ["disabled"], gI = /* @__PURE__ */ ha('<svg width="80%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-72a863ed><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-72a863ed></path><path d="M4 6l16 0" data-v-72a863ed></path><path d="M8 12l8 0" data-v-72a863ed></path><path d="M6 18l12 0" data-v-72a863ed></path></svg>', 1), yI = { key: 7 }, pI = ["disabled"], bI = /* @__PURE__ */ ha('<svg width="80%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-72a863ed><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-72a863ed></path><path d="M4 6l16 0" data-v-72a863ed></path><path d="M10 12l10 0" data-v-72a863ed></path><path d="M6 18l14 0" data-v-72a863ed></path></svg>', 1), wI = { key: 8 }, mI = /* @__PURE__ */ ha('<svg width="100%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-72a863ed><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-72a863ed></path><path d="M9 6l11 0" data-v-72a863ed></path><path d="M9 12l11 0" data-v-72a863ed></path><path d="M9 18l11 0" data-v-72a863ed></path><path d="M5 6l0 .01" data-v-72a863ed></path><path d="M5 12l0 .01" data-v-72a863ed></path><path d="M5 18l0 .01" data-v-72a863ed></path></svg>', 1), xI = { key: 9 }, CI = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("svg", {
33361
+ }, dI = { key: 5 }, hI = /* @__PURE__ */ ha('<svg width="80%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-72a863ed><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-72a863ed></path><path d="M4 6l16 0" data-v-72a863ed></path><path d="M4 12l10 0" data-v-72a863ed></path><path d="M4 18l14 0" data-v-72a863ed></path></svg>', 1), fI = { key: 6 }, vI = ["disabled"], gI = /* @__PURE__ */ ha('<svg width="80%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-72a863ed><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-72a863ed></path><path d="M4 6l16 0" data-v-72a863ed></path><path d="M8 12l8 0" data-v-72a863ed></path><path d="M6 18l12 0" data-v-72a863ed></path></svg>', 1), yI = { key: 7 }, pI = ["disabled"], bI = /* @__PURE__ */ ha('<svg width="80%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-72a863ed><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-72a863ed></path><path d="M4 6l16 0" data-v-72a863ed></path><path d="M10 12l10 0" data-v-72a863ed></path><path d="M6 18l14 0" data-v-72a863ed></path></svg>', 1), wI = { key: 8 }, mI = /* @__PURE__ */ ha('<svg width="100%" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-72a863ed><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-72a863ed></path><path d="M9 6l11 0" data-v-72a863ed></path><path d="M9 12l11 0" data-v-72a863ed></path><path d="M9 18l11 0" data-v-72a863ed></path><path d="M5 6l0 .01" data-v-72a863ed></path><path d="M5 12l0 .01" data-v-72a863ed></path><path d="M5 18l0 .01" data-v-72a863ed></path></svg>', 1), xI = { key: 9 }, CI = /* @__PURE__ */ co(() => /* @__PURE__ */ b("svg", {
33362
33362
  width: "100%",
33363
33363
  viewBox: "0 0 24 24",
33364
33364
  "stroke-width": "3",
@@ -33374,7 +33374,7 @@ const i$ = {
33374
33374
  }),
33375
33375
  /* @__PURE__ */ b("path", { d: "M7 5h6a3.5 3.5 0 0 1 0 7h-6z" }),
33376
33376
  /* @__PURE__ */ b("path", { d: "M13 12h1a3.5 3.5 0 0 1 0 7h-7v-7" })
33377
- ], -1)), BI = { key: 10 }, kI = /* @__PURE__ */ ha('<svg width="100%" height="44" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-72a863ed><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-72a863ed></path><path d="M11 5l6 0" data-v-72a863ed></path><path d="M7 19l6 0" data-v-72a863ed></path><path d="M14 5l-4 14" data-v-72a863ed></path></svg>', 1), _I = { key: 11 }, FI = /* @__PURE__ */ uo(() => /* @__PURE__ */ b("svg", {
33377
+ ], -1)), BI = { key: 10 }, kI = /* @__PURE__ */ ha('<svg width="100%" height="44" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" data-v-72a863ed><path stroke="none" d="M0 0h24v24H0z" fill="none" data-v-72a863ed></path><path d="M11 5l6 0" data-v-72a863ed></path><path d="M7 19l6 0" data-v-72a863ed></path><path d="M14 5l-4 14" data-v-72a863ed></path></svg>', 1), _I = { key: 11 }, FI = /* @__PURE__ */ co(() => /* @__PURE__ */ b("svg", {
33378
33378
  width: "100%",
33379
33379
  viewBox: "0 0 24 24",
33380
33380
  "stroke-width": "2",
@@ -37025,21 +37025,21 @@ const BT = ["id"], kT = ["viewBox"], _T = ["id"], FT = ["stop-color"], ST = ["st
37025
37025
  ...T,
37026
37026
  y: Ie,
37027
37027
  radius: Ae,
37028
- donut: Bo({
37028
+ donut: ko({
37029
37029
  series: J.value.map((se, Me) => ({
37030
37030
  color: se.color,
37031
37031
  name: se.name,
37032
37032
  value: se.values[re] ?? 0
37033
37033
  }))
37034
37034
  }, T.x, Ie, me, me, 1.99999, 2, 1, 360, 105.25, le.value / 5 > 16 ? 16 : le.value / 5),
37035
- donutHover: Bo({
37035
+ donutHover: ko({
37036
37036
  series: J.value.map((se, Me) => ({
37037
37037
  color: se.color,
37038
37038
  name: se.name,
37039
37039
  value: se.values[re] ?? 0
37040
37040
  }))
37041
37041
  }, T.x, Ie, me, me, 1.99999, 2, 1, 360, 105.25, 12),
37042
- donutFocus: Bo({
37042
+ donutFocus: ko({
37043
37043
  series: J.value.map((se, Me) => ({
37044
37044
  color: se.color,
37045
37045
  name: se.name,
@@ -37109,7 +37109,7 @@ const BT = ["id"], kT = ["viewBox"], _T = ["id"], FT = ["stop-color"], ST = ["st
37109
37109
  }
37110
37110
  a("selectLegend", q.value), p.value && (p.value = {
37111
37111
  ...p.value,
37112
- donutFocus: Bo({
37112
+ donutFocus: ko({
37113
37113
  series: J.value.map((W, S) => ({
37114
37114
  color: W.color,
37115
37115
  name: W.name,
@@ -39301,7 +39301,7 @@ const tP = ["id"], aP = ["viewBox"], lP = ["id"], oP = ["stop-color"], rP = ["st
39301
39301
  ], 4)) : _("", !0)
39302
39302
  ], 46, tP));
39303
39303
  }
39304
- }, iP = /* @__PURE__ */ Mt(sP, [["__scopeId", "data-v-28e5ac73"]]), AP = { class: "vue-ui-element-arrow" }, uP = ["id", "viewBox", "refX", "refY", "markerWidth", "markerHeight"], cP = ["d", "fill"], dP = ["id", "viewBox", "refX", "refY", "markerWidth", "markerHeight"], hP = ["d", "fill"], fP = ["x1", "y1", "x2", "y2", "stroke", "stroke-width", "stroke-linecap", "stroke-dasharray", "marker-end", "marker-start"], Kz = {
39304
+ }, iP = /* @__PURE__ */ Mt(sP, [["__scopeId", "data-v-28e5ac73"]]), AP = { class: "vue-ui-element-arrow" }, uP = ["id", "viewBox", "refX", "refY", "markerWidth", "markerHeight"], cP = ["d", "fill"], dP = ["id", "viewBox", "refX", "refY", "markerWidth", "markerHeight"], hP = ["d", "fill"], fP = ["x1", "y1", "x2", "y2", "stroke", "stroke-width", "stroke-linecap", "stroke-dasharray", "marker-end", "marker-start"], Vz = {
39305
39305
  __name: "Arrow",
39306
39306
  props: {
39307
39307
  markerEnd: {
@@ -39520,7 +39520,7 @@ const vP = ["viewBox"], gP = { key: 0 }, yP = ["stroke"], pP = ["stroke"], bP =
39520
39520
  ], 8, vP));
39521
39521
  }
39522
39522
  }, kP = /* @__PURE__ */ Mt(BP, [["__scopeId", "data-v-668859ed"]]);
39523
- function jz(e) {
39523
+ function Kz(e) {
39524
39524
  return Ft[e];
39525
39525
  }
39526
39526
  const Wv = (e) => (jr("data-v-8cf18023"), e = e(), Wr(), e), _P = ["id"], FP = ["viewBox"], SP = ["d", "fill", "stroke", "stroke-width"], LP = ["id", "fr"], UP = /* @__PURE__ */ Wv(() => /* @__PURE__ */ b("stop", {
@@ -39632,7 +39632,7 @@ const Wv = (e) => (jr("data-v-8cf18023"), e = e(), Wr(), e), _P = ["id"], FP = [
39632
39632
  ...K,
39633
39633
  proportion: K.value / de
39634
39634
  })),
39635
- donut: Bo(
39635
+ donut: ko(
39636
39636
  { series: U.series.filter((K) => !J.value.includes(K.id)) },
39637
39637
  B.value.width / 2,
39638
39638
  B.value.height / 2,
@@ -39650,7 +39650,7 @@ const Wv = (e) => (jr("data-v-8cf18023"), e = e(), Wr(), e), _P = ["id"], FP = [
39650
39650
  const j = z * le.value / oe.value.length;
39651
39651
  return {
39652
39652
  sizeRatio: j,
39653
- donut: Bo(
39653
+ donut: ko(
39654
39654
  { series: [{ value: 1 }] },
39655
39655
  B.value.width / 2,
39656
39656
  B.value.height / 2,
@@ -40807,13 +40807,13 @@ function mz(e, t) {
40807
40807
  return vf(A);
40808
40808
  }
40809
40809
  }
40810
- const Xv = (e) => (jr("data-v-e2ac885e"), e = e(), Wr(), e), xz = ["id"], Cz = ["viewBox"], Bz = { key: 0 }, kz = ["id"], _z = ["stop-color"], Fz = ["stop-color"], Sz = ["x", "y", "height", "width", "fill", "rx", "stroke", "stroke-width", "onClick", "onMouseenter"], Lz = ["x", "y", "height", "width"], Uz = {
40810
+ const Xv = (e) => (jr("data-v-b005cb4f"), e = e(), Wr(), e), xz = ["id"], Cz = ["viewBox"], Bz = { key: 0 }, kz = ["id"], _z = ["stop-color"], Fz = ["stop-color"], Sz = ["x", "y", "height", "width", "fill", "rx", "stroke", "stroke-width", "onClick", "onMouseenter"], Lz = ["x", "y", "height", "width"], Uz = {
40811
40811
  style: { width: "100%", height: "100%" },
40812
40812
  class: "vue-ui-treemap-cell"
40813
40813
  }, Qz = /* @__PURE__ */ Xv(() => /* @__PURE__ */ b("br", null, null, -1)), Mz = {
40814
40814
  key: 3,
40815
40815
  class: "vue-ui-treemap-zoom-info"
40816
- }, $z = { key: 0 }, Iz = { style: "width:100%;" }, Ez = /* @__PURE__ */ Xv(() => /* @__PURE__ */ b("br", null, null, -1)), Nz = ["onClick"], Tz = { key: 0 }, Dz = { key: 1 }, Hz = ["innerHTML"], Pz = {
40816
+ }, $z = { key: 0 }, Iz = /* @__PURE__ */ Xv(() => /* @__PURE__ */ b("br", null, null, -1)), Ez = ["onClick"], Nz = { key: 0 }, Tz = { key: 1 }, Dz = ["innerHTML"], Hz = {
40817
40817
  __name: "vue-ui-treemap",
40818
40818
  props: {
40819
40819
  config: {
@@ -41157,7 +41157,7 @@ const Xv = (e) => (jr("data-v-e2ac885e"), e = e(), Wr(), e), xz = ["id"], Cz = [
41157
41157
  i.value.style.chart.layout.labels.showDefaultLabels && (W.proportion > i.value.style.chart.layout.labels.hideUnderProportion || X.value) ? (h(), y("div", {
41158
41158
  key: 0,
41159
41159
  class: "vue-ui-treemap-cell-default",
41160
- style: D(`width:calc(100% - ${R(W) / 1.5}px);text-align:left;line-height:${R(W)}px;padding:${R(W) / 3}px; color:${ke(ko)(W.color)}`)
41160
+ style: D(`width:calc(100% - ${R(W) / 1.5}px);text-align:left;line-height:${R(W)}px;padding:${R(W) / 3}px; color:${ke(no)(W.color)}`)
41161
41161
  }, [
41162
41162
  b("span", {
41163
41163
  style: D(`width:100%;font-size:${R(W)}px;`)
@@ -41177,7 +41177,7 @@ const Xv = (e) => (jr("data-v-e2ac885e"), e = e(), Wr(), e), xz = ["id"], Cz = [
41177
41177
  shouldShow: W.proportion > i.value.style.chart.layout.labels.hideUnderProportion || X.value,
41178
41178
  fontSize: R(W),
41179
41179
  isZoom: X.value,
41180
- textColor: ke(ko)(W.color)
41180
+ textColor: ke(no)(W.color)
41181
41181
  })), void 0, !0)
41182
41182
  ])
41183
41183
  ], 8, Lz))
@@ -41186,10 +41186,12 @@ const Xv = (e) => (jr("data-v-e2ac885e"), e = e(), Wr(), e), xz = ["id"], Cz = [
41186
41186
  ], 14, Cz)) : _("", !0),
41187
41187
  X.value ? (h(), y("div", Mz, [
41188
41188
  i.value.style.chart.layout.labels.showDefaultLabels ? (h(), y("div", $z, [
41189
- b("span", Iz, E(F.value.name), 1),
41190
- Ez,
41191
41189
  b("span", {
41192
- style: D(`width:100%; color: ${ke(ko)(F.value.color)}`)
41190
+ style: D(`width:100%; color: ${ke(no)(F.value.color)}`)
41191
+ }, E(F.value.name), 5),
41192
+ Iz,
41193
+ b("span", {
41194
+ style: D(`width:100%; color: ${ke(no)(F.value.color)}`)
41193
41195
  }, E(ke(pt)({
41194
41196
  p: i.value.style.chart.layout.labels.prefix,
41195
41197
  v: F.value.value,
@@ -41202,7 +41204,7 @@ const Xv = (e) => (jr("data-v-e2ac885e"), e = e(), Wr(), e), xz = ["id"], Cz = [
41202
41204
  shouldShow: F.value.proportion > i.value.style.chart.layout.labels.hideUnderProportion || X.value,
41203
41205
  fontSize: R(F.value),
41204
41206
  isZoom: X.value,
41205
- textColor: ke(ko)(F.value.color)
41207
+ textColor: ke(no)(F.value.color)
41206
41208
  })), void 0, !0)
41207
41209
  ])) : _("", !0),
41208
41210
  l.value ? _("", !0) : (h(), ze(Rt, {
@@ -41229,8 +41231,8 @@ const Xv = (e) => (jr("data-v-e2ac885e"), e = e(), Wr(), e), xz = ["id"], Cz = [
41229
41231
  style: D(`opacity:${u.value.includes(W.id) ? 0.5 : 1}`)
41230
41232
  }, [
41231
41233
  ct(E(W.name) + " : " + E(ke(pt)({ p: i.value.style.chart.layout.labels.prefix, v: W.value, s: i.value.style.chart.layout.labels.suffix, r: i.value.style.chart.legend.roundingValue })) + " ", 1),
41232
- u.value.includes(W.id) ? (h(), y("span", Dz, " ( - % ) ")) : (h(), y("span", Tz, " (" + E(isNaN(W.value / P.value) ? "-" : (W.value / P.value * 100).toFixed(i.value.style.chart.legend.roundingPercentage)) + "%) ", 1))
41233
- ], 12, Nz)
41234
+ u.value.includes(W.id) ? (h(), y("span", Tz, " ( - % ) ")) : (h(), y("span", Nz, " (" + E(isNaN(W.value / P.value) ? "-" : (W.value / P.value * 100).toFixed(i.value.style.chart.legend.roundingPercentage)) + "%) ", 1))
41235
+ ], 12, Ez)
41234
41236
  ]),
41235
41237
  _: 1
41236
41238
  }, 8, ["legendSet", "config"])) : _("", !0),
@@ -41263,7 +41265,7 @@ const Xv = (e) => (jr("data-v-e2ac885e"), e = e(), Wr(), e), xz = ["id"], Cz = [
41263
41265
  b("div", {
41264
41266
  innerHTML: W,
41265
41267
  style: { display: "flex", "align-items": "center" }
41266
- }, null, 8, Hz)
41268
+ }, null, 8, Dz)
41267
41269
  ]),
41268
41270
  td: Ne(({ td: W }) => [
41269
41271
  ct(E(W.name || W), 1)
@@ -41272,10 +41274,10 @@ const Xv = (e) => (jr("data-v-e2ac885e"), e = e(), Wr(), e), xz = ["id"], Cz = [
41272
41274
  }, 8, ["colNames", "head", "body", "config", "title"])) : _("", !0)
41273
41275
  ], 14, xz));
41274
41276
  }
41275
- }, zz = /* @__PURE__ */ Mt(Pz, [["__scopeId", "data-v-e2ac885e"]]), Oz = {
41277
+ }, Pz = /* @__PURE__ */ Mt(Hz, [["__scopeId", "data-v-b005cb4f"]]), zz = {
41276
41278
  key: 0,
41277
41279
  style: { width: "100%", display: "flex", gap: "6px", "align-items": "center", color: "#FF0000" }
41278
- }, Rz = { style: { width: "36px" } }, Wz = {
41280
+ }, Oz = { style: { width: "36px" } }, jz = {
41279
41281
  __name: "vue-data-ui",
41280
41282
  props: {
41281
41283
  component: { type: String },
@@ -41363,8 +41365,8 @@ Available components:
41363
41365
  restoreOrder: _e,
41364
41366
  recalculateHeight: Ae
41365
41367
  }), (me, Ie) => (h(), y(xe, null, [
41366
- l.value ? (h(), y("div", Oz, [
41367
- b("div", Rz, [
41368
+ l.value ? (h(), y("div", zz, [
41369
+ b("div", Oz, [
41368
41370
  tt(ca, {
41369
41371
  name: "moodFlat",
41370
41372
  stroke: "#FF0000"
@@ -41547,7 +41549,7 @@ Available components:
41547
41549
  ]),
41548
41550
  _: 3
41549
41551
  }, 8, ["config", "dataset"])) : _("", !0),
41550
- e.component === "VueUiGauge" ? (h(), ze(U6, {
41552
+ e.component === "VueUiGauge" ? (h(), ze(U8, {
41551
41553
  key: 11,
41552
41554
  config: e.config,
41553
41555
  dataset: e.dataset,
@@ -41686,7 +41688,7 @@ Available components:
41686
41688
  ]),
41687
41689
  _: 3
41688
41690
  }, 8, ["config", "dataset"])) : _("", !0),
41689
- e.component === "VueUiQuadrant" ? (h(), ze(r6, {
41691
+ e.component === "VueUiQuadrant" ? (h(), ze(r8, {
41690
41692
  key: 19,
41691
41693
  config: e.config,
41692
41694
  dataset: e.dataset,
@@ -41710,7 +41712,7 @@ Available components:
41710
41712
  ]),
41711
41713
  _: 3
41712
41714
  }, 8, ["config", "dataset"])) : _("", !0),
41713
- e.component === "VueUiRadar" ? (h(), ze(y8, {
41715
+ e.component === "VueUiRadar" ? (h(), ze(y6, {
41714
41716
  key: 20,
41715
41717
  config: e.config,
41716
41718
  dataset: e.dataset,
@@ -41898,7 +41900,7 @@ Available components:
41898
41900
  ]),
41899
41901
  _: 3
41900
41902
  }, 8, ["config", "dataset"])) : _("", !0),
41901
- e.component === "VueUiTreemap" ? (h(), ze(zz, {
41903
+ e.component === "VueUiTreemap" ? (h(), ze(Pz, {
41902
41904
  key: 37,
41903
41905
  config: e.config,
41904
41906
  dataset: e.dataset,
@@ -42014,23 +42016,23 @@ export {
42014
42016
  KH as G,
42015
42017
  iP as H,
42016
42018
  Kv as I,
42017
- Kz as J,
42019
+ Vz as J,
42018
42020
  kP as K,
42019
- jz as L,
42021
+ Kz as L,
42020
42022
  jP as M,
42021
42023
  ez as N,
42022
- Wz as O,
42024
+ jz as O,
42023
42025
  dz as P,
42024
42026
  hz as Q,
42025
- zz as R,
42027
+ Pz as R,
42026
42028
  n4 as V,
42027
42029
  Yt as _,
42028
42030
  Q_ as a,
42029
42031
  dF as b,
42030
42032
  DF as c,
42031
- y8 as d,
42032
- r6 as e,
42033
- U6 as f,
42033
+ y6 as d,
42034
+ r8 as e,
42035
+ U8 as f,
42034
42036
  EL as g,
42035
42037
  lU as h,
42036
42038
  OU as i,