@carbon/charts-vue 1.14.6 → 1.14.7

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.
package/dist/index.mjs CHANGED
@@ -87,7 +87,7 @@ function* H0(e, t) {
87
87
  const V0 = Tc(qn), F0 = V0.right;
88
88
  Tc(B0).center;
89
89
  const Mc = F0;
90
- function z0(e, t) {
90
+ function G0(e, t) {
91
91
  let n = 0;
92
92
  if (t === void 0)
93
93
  for (let r of e)
@@ -148,7 +148,7 @@ class Xu extends Map {
148
148
  return super.has(Zu(this, t));
149
149
  }
150
150
  set(t, n) {
151
- return super.set(G0(this, t), n);
151
+ return super.set(z0(this, t), n);
152
152
  }
153
153
  delete(t) {
154
154
  return super.delete(j0(this, t));
@@ -158,7 +158,7 @@ function Zu({ _intern: e, _key: t }, n) {
158
158
  const r = t(n);
159
159
  return e.has(r) ? e.get(r) : n;
160
160
  }
161
- function G0({ _intern: e, _key: t }, n) {
161
+ function z0({ _intern: e, _key: t }, n) {
162
162
  const r = t(n);
163
163
  return e.has(r) ? e.get(r) : (e.set(r, n), n);
164
164
  }
@@ -237,7 +237,7 @@ function ty(e, t, n) {
237
237
  }
238
238
  }
239
239
  function ey(e) {
240
- return Math.max(1, Math.ceil(Math.log(z0(e)) / Math.LN2) + 1);
240
+ return Math.max(1, Math.ceil(Math.log(G0(e)) / Math.LN2) + 1);
241
241
  }
242
242
  function ny() {
243
243
  var e = q0, t = Re, n = ey;
@@ -511,7 +511,7 @@ const Ju = {
511
511
  xml: "http://www.w3.org/XML/1998/namespace",
512
512
  xmlns: "http://www.w3.org/2000/xmlns/"
513
513
  };
514
- function za(e) {
514
+ function Ga(e) {
515
515
  var t = e += "", n = t.indexOf(":");
516
516
  return n >= 0 && (t = e.slice(0, n)) !== "xmlns" && (e = e.slice(n + 1)), Ju.hasOwnProperty(t) ? { space: Ju[t], local: e } : e;
517
517
  }
@@ -527,7 +527,7 @@ function vy(e) {
527
527
  };
528
528
  }
529
529
  function kp(e) {
530
- var t = za(e);
530
+ var t = Ga(e);
531
531
  return (t.local ? vy : gy)(t);
532
532
  }
533
533
  function yy() {
@@ -690,13 +690,13 @@ function Fy(e) {
690
690
  o[l] = n[l];
691
691
  return new ye(o, this._parents);
692
692
  }
693
- function zy() {
693
+ function Gy() {
694
694
  for (var e = this._groups, t = -1, n = e.length; ++t < n; )
695
695
  for (var r = e[t], i = r.length - 1, s = r[i], a; --i >= 0; )
696
696
  (a = r[i]) && (s && a.compareDocumentPosition(s) ^ 4 && s.parentNode.insertBefore(a, s), s = a);
697
697
  return this;
698
698
  }
699
- function Gy(e) {
699
+ function zy(e) {
700
700
  e || (e = jy);
701
701
  function t(d, h) {
702
702
  return d && h ? e(d.__data__, h.__data__) : !d - !h;
@@ -775,7 +775,7 @@ function r1(e, t) {
775
775
  };
776
776
  }
777
777
  function i1(e, t) {
778
- var n = za(e);
778
+ var n = Ga(e);
779
779
  if (arguments.length < 2) {
780
780
  var r = this.node();
781
781
  return n.local ? r.getAttributeNS(n.space, n.local) : r.getAttribute(n);
@@ -1013,34 +1013,34 @@ function F1(e, t, n) {
1013
1013
  this.each(o(r[i], t, n));
1014
1014
  return this;
1015
1015
  }
1016
- function zp(e, t, n) {
1016
+ function Gp(e, t, n) {
1017
1017
  var r = Up(e), i = r.CustomEvent;
1018
1018
  typeof i == "function" ? i = new i(t, n) : (i = r.document.createEvent("Event"), n ? (i.initEvent(t, n.bubbles, n.cancelable), i.detail = n.detail) : i.initEvent(t, !1, !1)), e.dispatchEvent(i);
1019
1019
  }
1020
- function z1(e, t) {
1020
+ function G1(e, t) {
1021
1021
  return function() {
1022
- return zp(this, e, t);
1022
+ return Gp(this, e, t);
1023
1023
  };
1024
1024
  }
1025
- function G1(e, t) {
1025
+ function z1(e, t) {
1026
1026
  return function() {
1027
- return zp(this, e, t.apply(this, arguments));
1027
+ return Gp(this, e, t.apply(this, arguments));
1028
1028
  };
1029
1029
  }
1030
1030
  function j1(e, t) {
1031
- return this.each((typeof t == "function" ? G1 : z1)(e, t));
1031
+ return this.each((typeof t == "function" ? z1 : G1)(e, t));
1032
1032
  }
1033
1033
  function* W1() {
1034
1034
  for (var e = this._groups, t = 0, n = e.length; t < n; ++t)
1035
1035
  for (var r = e[t], i = 0, s = r.length, a; i < s; ++i)
1036
1036
  (a = r[i]) && (yield a);
1037
1037
  }
1038
- var Gp = [null];
1038
+ var zp = [null];
1039
1039
  function ye(e, t) {
1040
1040
  this._groups = e, this._parents = t;
1041
1041
  }
1042
1042
  function Qi() {
1043
- return new ye([[document.documentElement]], Gp);
1043
+ return new ye([[document.documentElement]], zp);
1044
1044
  }
1045
1045
  function q1() {
1046
1046
  return this;
@@ -1058,8 +1058,8 @@ ye.prototype = Qi.prototype = {
1058
1058
  join: Vy,
1059
1059
  merge: Fy,
1060
1060
  selection: q1,
1061
- order: zy,
1062
- sort: Gy,
1061
+ order: Gy,
1062
+ sort: zy,
1063
1063
  call: Wy,
1064
1064
  nodes: qy,
1065
1065
  node: Yy,
@@ -1084,7 +1084,7 @@ ye.prototype = Qi.prototype = {
1084
1084
  [Symbol.iterator]: W1
1085
1085
  };
1086
1086
  function k(e) {
1087
- return typeof e == "string" ? new ye([[document.querySelector(e)]], [document.documentElement]) : new ye([[e]], Gp);
1087
+ return typeof e == "string" ? new ye([[document.querySelector(e)]], [document.documentElement]) : new ye([[e]], zp);
1088
1088
  }
1089
1089
  function Y1(e) {
1090
1090
  let t;
@@ -1597,11 +1597,11 @@ function _x(e, t) {
1597
1597
  n[r] = e(r / (t - 1));
1598
1598
  return n;
1599
1599
  }
1600
- var Hr = 0, mi = 0, ri = 0, Qp = 1e3, ia, gi, sa = 0, Qn = 0, Ga = 0, Hi = typeof performance == "object" && performance.now ? performance : Date, Jp = typeof window == "object" && window.requestAnimationFrame ? window.requestAnimationFrame.bind(window) : function(e) {
1600
+ var Hr = 0, mi = 0, ri = 0, Qp = 1e3, ia, gi, sa = 0, Qn = 0, za = 0, Hi = typeof performance == "object" && performance.now ? performance : Date, Jp = typeof window == "object" && window.requestAnimationFrame ? window.requestAnimationFrame.bind(window) : function(e) {
1601
1601
  setTimeout(e, 17);
1602
1602
  };
1603
1603
  function Ic() {
1604
- return Qn || (Jp(wx), Qn = Hi.now() + Ga);
1604
+ return Qn || (Jp(wx), Qn = Hi.now() + za);
1605
1605
  }
1606
1606
  function wx() {
1607
1607
  Qn = 0;
@@ -1631,7 +1631,7 @@ function Sx() {
1631
1631
  --Hr;
1632
1632
  }
1633
1633
  function ch() {
1634
- Qn = (sa = Hi.now()) + Ga, Hr = mi = 0;
1634
+ Qn = (sa = Hi.now()) + za, Hr = mi = 0;
1635
1635
  try {
1636
1636
  Sx();
1637
1637
  } finally {
@@ -1640,7 +1640,7 @@ function ch() {
1640
1640
  }
1641
1641
  function Ox() {
1642
1642
  var e = Hi.now(), t = e - sa;
1643
- t > Qp && (Ga -= t, sa = e);
1643
+ t > Qp && (za -= t, sa = e);
1644
1644
  }
1645
1645
  function Tx() {
1646
1646
  for (var e, t = ia, n, r = 1 / 0; t; )
@@ -1651,7 +1651,7 @@ function bl(e) {
1651
1651
  if (!Hr) {
1652
1652
  mi && (mi = clearTimeout(mi));
1653
1653
  var t = e - Qn;
1654
- t > 24 ? (e < 1 / 0 && (mi = setTimeout(ch, e - Hi.now() - Ga)), ri && (ri = clearInterval(ri))) : (ri || (sa = Hi.now(), ri = setInterval(Ox, Qp)), Hr = 1, Jp(ch));
1654
+ t > 24 ? (e < 1 / 0 && (mi = setTimeout(ch, e - Hi.now() - za)), ri && (ri = clearInterval(ri))) : (ri || (sa = Hi.now(), ri = setInterval(Ox, Qp)), Hr = 1, Jp(ch));
1655
1655
  }
1656
1656
  }
1657
1657
  function uh(e, t, n) {
@@ -1851,7 +1851,7 @@ function Bx(e, t, n) {
1851
1851
  };
1852
1852
  }
1853
1853
  function Hx(e, t) {
1854
- var n = za(e), r = n === "transform" ? Ex : nm;
1854
+ var n = Ga(e), r = n === "transform" ? Ex : nm;
1855
1855
  return this.attrTween(e, typeof t == "function" ? (n.local ? Bx : Ux)(n, r, Pc(this, "attr." + e, t)) : t == null ? (n.local ? Ix : Rx)(n) : (n.local ? Px : Nx)(n, r, t));
1856
1856
  }
1857
1857
  function Vx(e, t) {
@@ -1864,7 +1864,7 @@ function Fx(e, t) {
1864
1864
  this.setAttributeNS(e.space, e.local, t.call(this, n));
1865
1865
  };
1866
1866
  }
1867
- function zx(e, t) {
1867
+ function Gx(e, t) {
1868
1868
  var n, r;
1869
1869
  function i() {
1870
1870
  var s = t.apply(this, arguments);
@@ -1872,7 +1872,7 @@ function zx(e, t) {
1872
1872
  }
1873
1873
  return i._value = t, i;
1874
1874
  }
1875
- function Gx(e, t) {
1875
+ function zx(e, t) {
1876
1876
  var n, r;
1877
1877
  function i() {
1878
1878
  var s = t.apply(this, arguments);
@@ -1888,8 +1888,8 @@ function jx(e, t) {
1888
1888
  return this.tween(n, null);
1889
1889
  if (typeof t != "function")
1890
1890
  throw new Error();
1891
- var r = za(e);
1892
- return this.tween(n, (r.local ? zx : Gx)(r, t));
1891
+ var r = Ga(e);
1892
+ return this.tween(n, (r.local ? Gx : zx)(r, t));
1893
1893
  }
1894
1894
  function Wx(e, t) {
1895
1895
  return function() {
@@ -2411,7 +2411,7 @@ function Fb(e) {
2411
2411
  function h(m) {
2412
2412
  if (o && !m.touches || !n.apply(this, arguments))
2413
2413
  return;
2414
- var y = this, v = m.target.__data__.type, x = (i && m.metaKey ? v = "overlay" : v) === "selection" ? fh : i && m.altKey ? vr : gr, w = e === Ao ? null : Nb[v], _ = e === Fs ? null : Pb[v], S = $o(y), C = S.extent, R = S.selection, D = C[0][0], L, T, H = C[0][1], U, B, E = C[1][0], M, A, N = C[1][1], P, j, G = 0, nt = 0, J, lt = w && _ && i && m.shiftKey, ft, q, K = Array.from(m.touches || [m], (tt) => {
2414
+ var y = this, v = m.target.__data__.type, x = (i && m.metaKey ? v = "overlay" : v) === "selection" ? fh : i && m.altKey ? vr : gr, w = e === Ao ? null : Nb[v], _ = e === Fs ? null : Pb[v], S = $o(y), C = S.extent, R = S.selection, D = C[0][0], L, T, H = C[0][1], U, B, E = C[1][0], M, A, N = C[1][1], P, j, z = 0, nt = 0, J, lt = w && _ && i && m.shiftKey, ft, q, K = Array.from(m.touches || [m], (tt) => {
2415
2415
  const $t = tt.identifier;
2416
2416
  return tt = Kn(tt, y), tt.point0 = tt.slice(), tt.identifier = $t, tt;
2417
2417
  });
@@ -2430,7 +2430,7 @@ function Fb(e) {
2430
2430
  } else
2431
2431
  L = R[0][0], U = R[0][1], M = R[1][0], P = R[1][1];
2432
2432
  T = L, B = U, A = M, j = P;
2433
- var z = k(y).attr("pointer-events", "none"), X = z.selectAll(".overlay").attr("cursor", an[v]);
2433
+ var G = k(y).attr("pointer-events", "none"), X = G.selectAll(".overlay").attr("cursor", an[v]);
2434
2434
  if (m.touches)
2435
2435
  pt.moved = F, pt.ended = dt;
2436
2436
  else {
@@ -2453,18 +2453,18 @@ function Fb(e) {
2453
2453
  function Tt(tt) {
2454
2454
  const $t = K[0], Pn = $t.point0;
2455
2455
  var Ee;
2456
- switch (G = $t[0] - Pn[0], nt = $t[1] - Pn[1], x) {
2456
+ switch (z = $t[0] - Pn[0], nt = $t[1] - Pn[1], x) {
2457
2457
  case Co:
2458
2458
  case fh: {
2459
- w && (G = Kt(D - L, Qt(E - M, G)), T = L + G, A = M + G), _ && (nt = Kt(H - U, Qt(N - P, nt)), B = U + nt, j = P + nt);
2459
+ w && (z = Kt(D - L, Qt(E - M, z)), T = L + z, A = M + z), _ && (nt = Kt(H - U, Qt(N - P, nt)), B = U + nt, j = P + nt);
2460
2460
  break;
2461
2461
  }
2462
2462
  case gr: {
2463
- K[1] ? (w && (T = Kt(D, Qt(E, K[0][0])), A = Kt(D, Qt(E, K[1][0])), w = 1), _ && (B = Kt(H, Qt(N, K[0][1])), j = Kt(H, Qt(N, K[1][1])), _ = 1)) : (w < 0 ? (G = Kt(D - L, Qt(E - L, G)), T = L + G, A = M) : w > 0 && (G = Kt(D - M, Qt(E - M, G)), T = L, A = M + G), _ < 0 ? (nt = Kt(H - U, Qt(N - U, nt)), B = U + nt, j = P) : _ > 0 && (nt = Kt(H - P, Qt(N - P, nt)), B = U, j = P + nt));
2463
+ K[1] ? (w && (T = Kt(D, Qt(E, K[0][0])), A = Kt(D, Qt(E, K[1][0])), w = 1), _ && (B = Kt(H, Qt(N, K[0][1])), j = Kt(H, Qt(N, K[1][1])), _ = 1)) : (w < 0 ? (z = Kt(D - L, Qt(E - L, z)), T = L + z, A = M) : w > 0 && (z = Kt(D - M, Qt(E - M, z)), T = L, A = M + z), _ < 0 ? (nt = Kt(H - U, Qt(N - U, nt)), B = U + nt, j = P) : _ > 0 && (nt = Kt(H - P, Qt(N - P, nt)), B = U, j = P + nt));
2464
2464
  break;
2465
2465
  }
2466
2466
  case vr: {
2467
- w && (T = Kt(D, Qt(E, L - G * w)), A = Kt(D, Qt(E, M + G * w))), _ && (B = Kt(H, Qt(N, U - nt * _)), j = Kt(H, Qt(N, P + nt * _)));
2467
+ w && (T = Kt(D, Qt(E, L - z * w)), A = Kt(D, Qt(E, M + z * w))), _ && (B = Kt(H, Qt(N, U - nt * _)), j = Kt(H, Qt(N, P + nt * _)));
2468
2468
  break;
2469
2469
  }
2470
2470
  }
@@ -2479,7 +2479,7 @@ function Fb(e) {
2479
2479
  }, 500);
2480
2480
  } else
2481
2481
  Z1(tt.view, J), it.on("keydown.brush keyup.brush mousemove.brush mouseup.brush", null);
2482
- z.attr("pointer-events", "all"), X.attr("cursor", an.overlay), S.selection && (R = S.selection), Vb(R) && (S.selection = null, c.call(y)), pt.end(tt, x.name);
2482
+ G.attr("pointer-events", "all"), X.attr("cursor", an.overlay), S.selection && (R = S.selection), Vb(R) && (S.selection = null, c.call(y)), pt.end(tt, x.name);
2483
2483
  }
2484
2484
  function Pt(tt) {
2485
2485
  switch (tt.keyCode) {
@@ -2488,11 +2488,11 @@ function Fb(e) {
2488
2488
  break;
2489
2489
  }
2490
2490
  case 18: {
2491
- x === gr && (w && (M = A - G * w, L = T + G * w), _ && (P = j - nt * _, U = B + nt * _), x = vr, Tt(tt));
2491
+ x === gr && (w && (M = A - z * w, L = T + z * w), _ && (P = j - nt * _, U = B + nt * _), x = vr, Tt(tt));
2492
2492
  break;
2493
2493
  }
2494
2494
  case 32: {
2495
- (x === gr || x === vr) && (w < 0 ? M = A - G : w > 0 && (L = T - G), _ < 0 ? P = j - nt : _ > 0 && (U = B - nt), x = Co, X.attr("cursor", an.selection), Tt(tt));
2495
+ (x === gr || x === vr) && (w < 0 ? M = A - z : w > 0 && (L = T - z), _ < 0 ? P = j - nt : _ > 0 && (U = B - nt), x = Co, X.attr("cursor", an.selection), Tt(tt));
2496
2496
  break;
2497
2497
  }
2498
2498
  default:
@@ -2511,7 +2511,7 @@ function Fb(e) {
2511
2511
  break;
2512
2512
  }
2513
2513
  case 32: {
2514
- x === Co && (tt.altKey ? (w && (M = A - G * w, L = T + G * w), _ && (P = j - nt * _, U = B + nt * _), x = vr) : (w < 0 ? M = A : w > 0 && (L = T), _ < 0 ? P = j : _ > 0 && (U = B), x = gr), X.attr("cursor", an[v]), Tt(tt));
2514
+ x === Co && (tt.altKey ? (w && (M = A - z * w, L = T + z * w), _ && (P = j - nt * _, U = B + nt * _), x = vr) : (w < 0 ? M = A : w > 0 && (L = T), _ < 0 ? P = j : _ > 0 && (U = B), x = gr), X.attr("cursor", an[v]), Tt(tt));
2515
2515
  break;
2516
2516
  }
2517
2517
  default:
@@ -2545,13 +2545,13 @@ function Fb(e) {
2545
2545
  return m === s ? l : m;
2546
2546
  }, l;
2547
2547
  }
2548
- const Sl = Math.PI, Ol = 2 * Sl, Hn = 1e-6, zb = Ol - Hn;
2548
+ const Sl = Math.PI, Ol = 2 * Sl, Hn = 1e-6, Gb = Ol - Hn;
2549
2549
  function om(e) {
2550
2550
  this._ += e[0];
2551
2551
  for (let t = 1, n = e.length; t < n; ++t)
2552
2552
  this._ += arguments[t] + e[t];
2553
2553
  }
2554
- function Gb(e) {
2554
+ function zb(e) {
2555
2555
  let t = Math.floor(e);
2556
2556
  if (!(t >= 0))
2557
2557
  throw new Error(`invalid digits: ${e}`);
@@ -2567,7 +2567,7 @@ function Gb(e) {
2567
2567
  let jb = class {
2568
2568
  constructor(t) {
2569
2569
  this._x0 = this._y0 = // start of current subpath
2570
- this._x1 = this._y1 = null, this._ = "", this._append = t == null ? om : Gb(t);
2570
+ this._x1 = this._y1 = null, this._ = "", this._append = t == null ? om : zb(t);
2571
2571
  }
2572
2572
  moveTo(t, n) {
2573
2573
  this._append`M${this._x0 = this._x1 = +t},${this._y0 = this._y1 = +n}`;
@@ -2602,7 +2602,7 @@ let jb = class {
2602
2602
  if (t = +t, n = +n, r = +r, a = !!a, r < 0)
2603
2603
  throw new Error(`negative radius: ${r}`);
2604
2604
  let o = r * Math.cos(i), l = r * Math.sin(i), c = t + o, u = n + l, d = 1 ^ a, h = a ? i - s : s - i;
2605
- this._x1 === null ? this._append`M${c},${u}` : (Math.abs(this._x1 - c) > Hn || Math.abs(this._y1 - u) > Hn) && this._append`L${c},${u}`, r && (h < 0 && (h = h % Ol + Ol), h > zb ? this._append`A${r},${r},0,1,${d},${t - o},${n - l}A${r},${r},0,1,${d},${this._x1 = c},${this._y1 = u}` : h > Hn && this._append`A${r},${r},0,${+(h >= Sl)},${d},${this._x1 = t + r * Math.cos(s)},${this._y1 = n + r * Math.sin(s)}`);
2605
+ this._x1 === null ? this._append`M${c},${u}` : (Math.abs(this._x1 - c) > Hn || Math.abs(this._y1 - u) > Hn) && this._append`L${c},${u}`, r && (h < 0 && (h = h % Ol + Ol), h > Gb ? this._append`A${r},${r},0,1,${d},${t - o},${n - l}A${r},${r},0,1,${d},${this._x1 = c},${this._y1 = u}` : h > Hn && this._append`A${r},${r},0,${+(h >= Sl)},${d},${this._x1 = t + r * Math.cos(s)},${this._y1 = n + r * Math.sin(s)}`);
2606
2606
  }
2607
2607
  rect(t, n, r, i) {
2608
2608
  this._append`M${this._x0 = this._x1 = +t},${this._y0 = this._y1 = +n}h${r = +r}v${+i}h${-r}Z`;
@@ -2963,7 +2963,7 @@ function fm() {
2963
2963
  }
2964
2964
  };
2965
2965
  }
2966
- function zs(e, t) {
2966
+ function Gs(e, t) {
2967
2967
  return wt(e[0] - t[0]) < _t && wt(e[1] - t[1]) < _t;
2968
2968
  }
2969
2969
  function bs(e, t, n, r) {
@@ -2974,7 +2974,7 @@ function pm(e, t, n, r, i) {
2974
2974
  if (e.forEach(function(p) {
2975
2975
  if (!((g = p.length - 1) <= 0)) {
2976
2976
  var g, m = p[0], y = p[g], v;
2977
- if (zs(m, y)) {
2977
+ if (Gs(m, y)) {
2978
2978
  if (!m[2] && !y[2]) {
2979
2979
  for (i.lineStart(), o = 0; o < g; ++o)
2980
2980
  i.point((m = p[o])[0], m[1]);
@@ -3159,13 +3159,13 @@ function mE(e) {
3159
3159
  },
3160
3160
  point: function(m, y) {
3161
3161
  var v = [m, y], x, w = a(m, y), _ = r ? w ? 0 : c(m, y) : w ? c(m + (m < 0 ? ut : -ut), y) : 0;
3162
- if (!d && (p = f = w) && u.lineStart(), w !== f && (x = l(d, v), (!x || zs(d, x) || zs(v, x)) && (v[2] = 1)), w !== f)
3162
+ if (!d && (p = f = w) && u.lineStart(), w !== f && (x = l(d, v), (!x || Gs(d, x) || Gs(v, x)) && (v[2] = 1)), w !== f)
3163
3163
  g = 0, w ? (u.lineStart(), x = l(v, d), u.point(x[0], x[1])) : (x = l(d, v), u.point(x[0], x[1], 2), u.lineEnd()), d = x;
3164
3164
  else if (i && d && r ^ w) {
3165
3165
  var S;
3166
3166
  !(_ & h) && (S = l(v, d, !0)) && (g = 0, r ? (u.lineStart(), u.point(S[0][0], S[0][1]), u.point(S[1][0], S[1][1]), u.lineEnd()) : (u.point(S[1][0], S[1][1]), u.lineEnd(), u.lineStart(), u.point(S[0][0], S[0][1], 3)));
3167
3167
  }
3168
- w && (!d || !zs(d, v)) && u.point(v[0], v[1]), d = v, f = w, h = _;
3168
+ w && (!d || !Gs(d, v)) && u.point(v[0], v[1]), d = v, f = w, h = _;
3169
3169
  },
3170
3170
  lineEnd: function() {
3171
3171
  f && u.lineEnd(), d = null;
@@ -3190,8 +3190,8 @@ function mE(e) {
3190
3190
  return B;
3191
3191
  var E = u[0], M = d[0], A = u[1], N = d[1], P;
3192
3192
  M < E && (P = E, E = M, M = P);
3193
- var j = M - E, G = wt(j - ut) < _t, nt = G || j < _t;
3194
- if (!G && N < A && (P = A, A = N, N = P), nt ? G ? A + N > 0 ^ B[1] < (wt(B[0] - E) < _t ? A : N) : A <= B[1] && B[1] <= N : j > ut ^ (E <= B[0] && B[0] <= M)) {
3193
+ var j = M - E, z = wt(j - ut) < _t, nt = z || j < _t;
3194
+ if (!z && N < A && (P = A, A = N, N = P), nt ? z ? A + N > 0 ^ B[1] < (wt(B[0] - E) < _t ? A : N) : A <= B[1] && B[1] <= N : j > ut ^ (E <= B[0] && B[0] <= M)) {
3195
3195
  var J = xs(D, (-L + U) / T);
3196
3196
  return Lo(J, C), [B, Ml(J)];
3197
3197
  }
@@ -3288,8 +3288,8 @@ function vE(e, t, n, r) {
3288
3288
  }
3289
3289
  function D() {
3290
3290
  for (var E = 0, M = 0, A = f.length; M < A; ++M)
3291
- for (var N = f[M], P = 1, j = N.length, G = N[0], nt, J, lt = G[0], ft = G[1]; P < j; ++P)
3292
- nt = lt, J = ft, G = N[P], lt = G[0], ft = G[1], J <= r ? ft > r && (lt - nt) * (r - J) > (ft - J) * (e - nt) && ++E : ft <= r && (lt - nt) * (r - J) < (ft - J) * (e - nt) && --E;
3291
+ for (var N = f[M], P = 1, j = N.length, z = N[0], nt, J, lt = z[0], ft = z[1]; P < j; ++P)
3292
+ nt = lt, J = ft, z = N[P], lt = z[0], ft = z[1], J <= r ? ft > r && (lt - nt) * (r - J) > (ft - J) * (e - nt) && ++E : ft <= r && (lt - nt) * (r - J) < (ft - J) * (e - nt) && --E;
3293
3293
  return E;
3294
3294
  }
3295
3295
  function L() {
@@ -3349,19 +3349,19 @@ function bE() {
3349
3349
  ym(gm, vm);
3350
3350
  }
3351
3351
  const Rh = Ln;
3352
- var zr = 1 / 0, ha = zr, Fi = -zr, da = Fi, EE = {
3352
+ var Gr = 1 / 0, ha = Gr, Fi = -Gr, da = Fi, EE = {
3353
3353
  point: _E,
3354
3354
  lineStart: Se,
3355
3355
  lineEnd: Se,
3356
3356
  polygonStart: Se,
3357
3357
  polygonEnd: Se,
3358
3358
  result: function() {
3359
- var e = [[zr, ha], [Fi, da]];
3360
- return Fi = da = -(ha = zr = 1 / 0), e;
3359
+ var e = [[Gr, ha], [Fi, da]];
3360
+ return Fi = da = -(ha = Gr = 1 / 0), e;
3361
3361
  }
3362
3362
  };
3363
3363
  function _E(e, t) {
3364
- e < zr && (zr = e), e > Fi && (Fi = e), t < ha && (ha = t), t > da && (da = t);
3364
+ e < Gr && (Gr = e), e > Fi && (Fi = e), t < ha && (ha = t), t > da && (da = t);
3365
3365
  }
3366
3366
  const fa = EE;
3367
3367
  var Il = 0, Nl = 0, yi = 0, pa = 0, ma = 0, Ar = 0, Pl = 0, Ul = 0, xi = 0, xm, bm, We, qe, Le = {
@@ -3630,8 +3630,8 @@ function kE(e, t, n) {
3630
3630
  e.scale(150 * s).translate([a, o]);
3631
3631
  }, n);
3632
3632
  }
3633
- var zh = 16, RE = St(30 * Nt);
3634
- function Gh(e, t) {
3633
+ var Gh = 16, RE = St(30 * Nt);
3634
+ function zh(e, t) {
3635
3635
  return +t ? NE(e, t) : IE(e);
3636
3636
  }
3637
3637
  function IE(e) {
@@ -3669,7 +3669,7 @@ function NE(e, t) {
3669
3669
  }
3670
3670
  function x(R, D) {
3671
3671
  var L = Fr([R, D]), T = e(R, D);
3672
- n(d, h, u, f, p, g, d = T[0], h = T[1], u = R, f = L[0], p = L[1], g = L[2], zh, r), r.point(d, h);
3672
+ n(d, h, u, f, p, g, d = T[0], h = T[1], u = R, f = L[0], p = L[1], g = L[2], Gh, r), r.point(d, h);
3673
3673
  }
3674
3674
  function w() {
3675
3675
  m.point = y, r.lineEnd();
@@ -3681,7 +3681,7 @@ function NE(e, t) {
3681
3681
  x(i = R, D), s = d, a = h, o = f, l = p, c = g, m.point = x;
3682
3682
  }
3683
3683
  function C() {
3684
- n(d, h, u, f, p, g, s, a, i, o, l, c, zh, r), m.lineEnd = w, w();
3684
+ n(d, h, u, f, p, g, s, a, i, o, l, c, Gh, r), m.lineEnd = w, w();
3685
3685
  }
3686
3686
  return m;
3687
3687
  };
@@ -3756,7 +3756,7 @@ function Cm(e) {
3756
3756
  }, T.reflectY = function(E) {
3757
3757
  return arguments.length ? (f = E ? -1 : 1, U()) : f < 0;
3758
3758
  }, T.precision = function(E) {
3759
- return arguments.length ? (S = Gh(C, _ = E * E), B()) : Ne(_);
3759
+ return arguments.length ? (S = zh(C, _ = E * E), B()) : Ne(_);
3760
3760
  }, T.fitExtent = function(E, M) {
3761
3761
  return Mm(T, E, M);
3762
3762
  }, T.fitSize = function(E, M) {
@@ -3768,7 +3768,7 @@ function Cm(e) {
3768
3768
  };
3769
3769
  function U() {
3770
3770
  var E = jh(n, 0, 0, h, f, d).apply(null, t(s, a)), M = jh(n, r - E[0], i - E[1], h, f, d);
3771
- return u = dm(o, l, c), C = Al(t, M), R = Al(u, C), S = Gh(C, _), B();
3771
+ return u = dm(o, l, c), C = Al(t, M), R = Al(u, C), S = zh(C, _), B();
3772
3772
  }
3773
3773
  function B() {
3774
3774
  return D = L = null, T;
@@ -3818,10 +3818,10 @@ function Fc(e, t) {
3818
3818
  Fc.invert = function(e, t) {
3819
3819
  return [e, 2 * hm(rE(t)) - ce];
3820
3820
  };
3821
- function zE() {
3822
- return GE(Fc).scale(961 / xe);
3821
+ function GE() {
3822
+ return zE(Fc).scale(961 / xe);
3823
3823
  }
3824
- function GE(e) {
3824
+ function zE(e) {
3825
3825
  var t = Wa(e), n = t.center, r = t.scale, i = t.translate, s = t.clipExtent, a = null, o, l, c;
3826
3826
  t.scale = function(d) {
3827
3827
  return arguments.length ? (r(d), u()) : r();
@@ -4047,10 +4047,10 @@ function* x_() {
4047
4047
  }
4048
4048
  function es(e, t) {
4049
4049
  e instanceof Map ? (e = [void 0, e], t === void 0 && (t = __)) : t === void 0 && (t = E_);
4050
- for (var n = new zi(e), r, i = [n], s, a, o, l; r = i.pop(); )
4050
+ for (var n = new Gi(e), r, i = [n], s, a, o, l; r = i.pop(); )
4051
4051
  if ((a = t(r.data)) && (l = (a = Array.from(a)).length))
4052
4052
  for (r.children = a, o = l - 1; o >= 0; --o)
4053
- i.push(s = a[o] = new zi(a[o])), s.parent = r, s.depth = r.depth + 1;
4053
+ i.push(s = a[o] = new Gi(a[o])), s.parent = r, s.depth = r.depth + 1;
4054
4054
  return n.eachBefore(S_);
4055
4055
  }
4056
4056
  function b_() {
@@ -4071,11 +4071,11 @@ function S_(e) {
4071
4071
  e.height = t;
4072
4072
  while ((e = e.parent) && e.height < ++t);
4073
4073
  }
4074
- function zi(e) {
4074
+ function Gi(e) {
4075
4075
  this.data = e, this.depth = this.height = 0, this.parent = null;
4076
4076
  }
4077
- zi.prototype = es.prototype = {
4078
- constructor: zi,
4077
+ Gi.prototype = es.prototype = {
4078
+ constructor: Gi,
4079
4079
  count: a_,
4080
4080
  each: o_,
4081
4081
  eachAfter: c_,
@@ -4306,24 +4306,24 @@ function F_(e) {
4306
4306
  for (var t = 0, n = 0, r = e.children, i = r.length, s; --i >= 0; )
4307
4307
  s = r[i], s.z += t, s.m += t, t += s.s + (n += s.c);
4308
4308
  }
4309
- function z_(e, t, n) {
4309
+ function G_(e, t, n) {
4310
4310
  return e.a.parent === t.parent ? e.a : n;
4311
4311
  }
4312
- function Gs(e, t) {
4312
+ function zs(e, t) {
4313
4313
  this._ = e, this.parent = null, this.children = null, this.A = null, this.a = this, this.z = 0, this.m = 0, this.c = 0, this.s = 0, this.t = null, this.i = t;
4314
4314
  }
4315
- Gs.prototype = Object.create(zi.prototype);
4316
- function G_(e) {
4317
- for (var t = new Gs(e, 0), n, r = [t], i, s, a, o; n = r.pop(); )
4315
+ zs.prototype = Object.create(Gi.prototype);
4316
+ function z_(e) {
4317
+ for (var t = new zs(e, 0), n, r = [t], i, s, a, o; n = r.pop(); )
4318
4318
  if (s = n._.children)
4319
4319
  for (n.children = new Array(o = s.length), a = o - 1; a >= 0; --a)
4320
- r.push(i = n.children[a] = new Gs(s[a], a)), i.parent = n;
4321
- return (t.parent = new Gs(null, 0)).children = [t], t;
4320
+ r.push(i = n.children[a] = new zs(s[a], a)), i.parent = n;
4321
+ return (t.parent = new zs(null, 0)).children = [t], t;
4322
4322
  }
4323
4323
  function j_() {
4324
4324
  var e = H_, t = 1, n = 1, r = null;
4325
4325
  function i(c) {
4326
- var u = G_(c);
4326
+ var u = z_(c);
4327
4327
  if (u.eachAfter(s), u.parent.m = -u.z, u.eachBefore(a), r)
4328
4328
  c.eachBefore(l);
4329
4329
  else {
@@ -4354,7 +4354,7 @@ function j_() {
4354
4354
  function o(c, u, d) {
4355
4355
  if (u) {
4356
4356
  for (var h = c, f = c, p = u, g = h.parent.children[0], m = h.m, y = f.m, v = p.m, x = g.m, w; p = Uo(p), h = Po(h), p && h; )
4357
- g = Po(g), f = Uo(f), f.a = c, w = p.z + v - h.z - m + e(p._, h._), w > 0 && (V_(z_(p, c, d), c, w), m += w, y += w), v += p.m, m += h.m, x += g.m, y += f.m;
4357
+ g = Po(g), f = Uo(f), f.a = c, w = p.z + v - h.z - m + e(p._, h._), w > 0 && (V_(G_(p, c, d), c, w), m += w, y += w), v += p.m, m += h.m, x += g.m, y += f.m;
4358
4358
  p && !Uo(f) && (f.t = p, f.m += v - y), h && !Po(g) && (g.t = h, g.m += m - x, d = c);
4359
4359
  }
4360
4360
  return d;
@@ -4544,7 +4544,7 @@ function ew(e, t, n) {
4544
4544
  return s[l](i[l](o));
4545
4545
  };
4546
4546
  }
4547
- function zc(e, t) {
4547
+ function Gc(e, t) {
4548
4548
  return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown());
4549
4549
  }
4550
4550
  function Nm() {
@@ -4628,7 +4628,7 @@ function Um(e) {
4628
4628
  function Pe() {
4629
4629
  var e = Pm();
4630
4630
  return e.copy = function() {
4631
- return zc(e, Pe());
4631
+ return Gc(e, Pe());
4632
4632
  }, Qr.apply(e, arguments), Um(e);
4633
4633
  }
4634
4634
  function Bm(e, t) {
@@ -4714,9 +4714,9 @@ function lw(e) {
4714
4714
  }
4715
4715
  function Hm() {
4716
4716
  const e = lw(Nm()).domain([1, 10]);
4717
- return e.copy = () => zc(e, Hm()).base(e.base()), Qr.apply(e, arguments), e;
4717
+ return e.copy = () => Gc(e, Hm()).base(e.base()), Qr.apply(e, arguments), e;
4718
4718
  }
4719
- function Gc() {
4719
+ function zc() {
4720
4720
  var e = 0, t = 1, n = 1, r = [0.5], i = [0, 1], s;
4721
4721
  function a(l) {
4722
4722
  return l != null && l <= l ? i[Mc(r, l, 0, n)] : s;
@@ -4739,11 +4739,11 @@ function Gc() {
4739
4739
  }, a.thresholds = function() {
4740
4740
  return r.slice();
4741
4741
  }, a.copy = function() {
4742
- return Gc().domain([e, t]).range(i).unknown(s);
4742
+ return zc().domain([e, t]).range(i).unknown(s);
4743
4743
  }, Qr.apply(Um(a), arguments);
4744
4744
  }
4745
4745
  const Bo = /* @__PURE__ */ new Date(), Ho = /* @__PURE__ */ new Date();
4746
- function zt(e, t, n, r) {
4746
+ function Gt(e, t, n, r) {
4747
4747
  function i(s) {
4748
4748
  return e(s = arguments.length === 0 ? /* @__PURE__ */ new Date() : /* @__PURE__ */ new Date(+s)), s;
4749
4749
  }
@@ -4759,7 +4759,7 @@ function zt(e, t, n, r) {
4759
4759
  l.push(c = /* @__PURE__ */ new Date(+s)), t(s, o), e(s);
4760
4760
  while (c < s && s < a);
4761
4761
  return l;
4762
- }, i.filter = (s) => zt((a) => {
4762
+ }, i.filter = (s) => Gt((a) => {
4763
4763
  if (a >= a)
4764
4764
  for (; e(a), !s(a); )
4765
4765
  a.setTime(a - 1);
@@ -4775,82 +4775,82 @@ function zt(e, t, n, r) {
4775
4775
  ;
4776
4776
  }), n && (i.count = (s, a) => (Bo.setTime(+s), Ho.setTime(+a), e(Bo), e(Ho), Math.floor(n(Bo, Ho))), i.every = (s) => (s = Math.floor(s), !isFinite(s) || !(s > 0) ? null : s > 1 ? i.filter(r ? (a) => r(a) % s === 0 : (a) => i.count(0, a) % s === 0) : i)), i;
4777
4777
  }
4778
- const ba = zt(() => {
4778
+ const ba = Gt(() => {
4779
4779
  }, (e, t) => {
4780
4780
  e.setTime(+e + t);
4781
4781
  }, (e, t) => t - e);
4782
- ba.every = (e) => (e = Math.floor(e), !isFinite(e) || !(e > 0) ? null : e > 1 ? zt((t) => {
4782
+ ba.every = (e) => (e = Math.floor(e), !isFinite(e) || !(e > 0) ? null : e > 1 ? Gt((t) => {
4783
4783
  t.setTime(Math.floor(t / e) * e);
4784
4784
  }, (t, n) => {
4785
4785
  t.setTime(+t + n * e);
4786
4786
  }, (t, n) => (n - t) / e) : ba);
4787
4787
  ba.range;
4788
- const fn = 1e3, Oe = fn * 60, pn = Oe * 60, bn = pn * 24, jc = bn * 7, rd = bn * 30, Vo = bn * 365, Lr = zt((e) => {
4788
+ const fn = 1e3, Oe = fn * 60, pn = Oe * 60, bn = pn * 24, jc = bn * 7, rd = bn * 30, Vo = bn * 365, Lr = Gt((e) => {
4789
4789
  e.setTime(e - e.getMilliseconds());
4790
4790
  }, (e, t) => {
4791
4791
  e.setTime(+e + t * fn);
4792
4792
  }, (e, t) => (t - e) / fn, (e) => e.getUTCSeconds());
4793
4793
  Lr.range;
4794
- const Wc = zt((e) => {
4794
+ const Wc = Gt((e) => {
4795
4795
  e.setTime(e - e.getMilliseconds() - e.getSeconds() * fn);
4796
4796
  }, (e, t) => {
4797
4797
  e.setTime(+e + t * Oe);
4798
4798
  }, (e, t) => (t - e) / Oe, (e) => e.getMinutes());
4799
4799
  Wc.range;
4800
- const cw = zt((e) => {
4800
+ const cw = Gt((e) => {
4801
4801
  e.setUTCSeconds(0, 0);
4802
4802
  }, (e, t) => {
4803
4803
  e.setTime(+e + t * Oe);
4804
4804
  }, (e, t) => (t - e) / Oe, (e) => e.getUTCMinutes());
4805
4805
  cw.range;
4806
- const qc = zt((e) => {
4806
+ const qc = Gt((e) => {
4807
4807
  e.setTime(e - e.getMilliseconds() - e.getSeconds() * fn - e.getMinutes() * Oe);
4808
4808
  }, (e, t) => {
4809
4809
  e.setTime(+e + t * pn);
4810
4810
  }, (e, t) => (t - e) / pn, (e) => e.getHours());
4811
4811
  qc.range;
4812
- const uw = zt((e) => {
4812
+ const uw = Gt((e) => {
4813
4813
  e.setUTCMinutes(0, 0, 0);
4814
4814
  }, (e, t) => {
4815
4815
  e.setTime(+e + t * pn);
4816
4816
  }, (e, t) => (t - e) / pn, (e) => e.getUTCHours());
4817
4817
  uw.range;
4818
- const rs = zt(
4818
+ const rs = Gt(
4819
4819
  (e) => e.setHours(0, 0, 0, 0),
4820
4820
  (e, t) => e.setDate(e.getDate() + t),
4821
4821
  (e, t) => (t - e - (t.getTimezoneOffset() - e.getTimezoneOffset()) * Oe) / bn,
4822
4822
  (e) => e.getDate() - 1
4823
4823
  );
4824
4824
  rs.range;
4825
- const Yc = zt((e) => {
4825
+ const Yc = Gt((e) => {
4826
4826
  e.setUTCHours(0, 0, 0, 0);
4827
4827
  }, (e, t) => {
4828
4828
  e.setUTCDate(e.getUTCDate() + t);
4829
4829
  }, (e, t) => (t - e) / bn, (e) => e.getUTCDate() - 1);
4830
4830
  Yc.range;
4831
- const hw = zt((e) => {
4831
+ const hw = Gt((e) => {
4832
4832
  e.setUTCHours(0, 0, 0, 0);
4833
4833
  }, (e, t) => {
4834
4834
  e.setUTCDate(e.getUTCDate() + t);
4835
4835
  }, (e, t) => (t - e) / bn, (e) => Math.floor(e / bn));
4836
4836
  hw.range;
4837
4837
  function ir(e) {
4838
- return zt((t) => {
4838
+ return Gt((t) => {
4839
4839
  t.setDate(t.getDate() - (t.getDay() + 7 - e) % 7), t.setHours(0, 0, 0, 0);
4840
4840
  }, (t, n) => {
4841
4841
  t.setDate(t.getDate() + n * 7);
4842
4842
  }, (t, n) => (n - t - (n.getTimezoneOffset() - t.getTimezoneOffset()) * Oe) / jc);
4843
4843
  }
4844
- const Ya = ir(0), Ea = ir(1), dw = ir(2), fw = ir(3), Gr = ir(4), pw = ir(5), mw = ir(6);
4844
+ const Ya = ir(0), Ea = ir(1), dw = ir(2), fw = ir(3), zr = ir(4), pw = ir(5), mw = ir(6);
4845
4845
  Ya.range;
4846
4846
  Ea.range;
4847
4847
  dw.range;
4848
4848
  fw.range;
4849
- Gr.range;
4849
+ zr.range;
4850
4850
  pw.range;
4851
4851
  mw.range;
4852
4852
  function sr(e) {
4853
- return zt((t) => {
4853
+ return Gt((t) => {
4854
4854
  t.setUTCDate(t.getUTCDate() - (t.getUTCDay() + 7 - e) % 7), t.setUTCHours(0, 0, 0, 0);
4855
4855
  }, (t, n) => {
4856
4856
  t.setUTCDate(t.getUTCDate() + n * 7);
@@ -4864,35 +4864,35 @@ vw.range;
4864
4864
  jr.range;
4865
4865
  yw.range;
4866
4866
  xw.range;
4867
- const Xc = zt((e) => {
4867
+ const Xc = Gt((e) => {
4868
4868
  e.setDate(1), e.setHours(0, 0, 0, 0);
4869
4869
  }, (e, t) => {
4870
4870
  e.setMonth(e.getMonth() + t);
4871
4871
  }, (e, t) => t.getMonth() - e.getMonth() + (t.getFullYear() - e.getFullYear()) * 12, (e) => e.getMonth());
4872
4872
  Xc.range;
4873
- const bw = zt((e) => {
4873
+ const bw = Gt((e) => {
4874
4874
  e.setUTCDate(1), e.setUTCHours(0, 0, 0, 0);
4875
4875
  }, (e, t) => {
4876
4876
  e.setUTCMonth(e.getUTCMonth() + t);
4877
4877
  }, (e, t) => t.getUTCMonth() - e.getUTCMonth() + (t.getUTCFullYear() - e.getUTCFullYear()) * 12, (e) => e.getUTCMonth());
4878
4878
  bw.range;
4879
- const En = zt((e) => {
4879
+ const En = Gt((e) => {
4880
4880
  e.setMonth(0, 1), e.setHours(0, 0, 0, 0);
4881
4881
  }, (e, t) => {
4882
4882
  e.setFullYear(e.getFullYear() + t);
4883
4883
  }, (e, t) => t.getFullYear() - e.getFullYear(), (e) => e.getFullYear());
4884
- En.every = (e) => !isFinite(e = Math.floor(e)) || !(e > 0) ? null : zt((t) => {
4884
+ En.every = (e) => !isFinite(e = Math.floor(e)) || !(e > 0) ? null : Gt((t) => {
4885
4885
  t.setFullYear(Math.floor(t.getFullYear() / e) * e), t.setMonth(0, 1), t.setHours(0, 0, 0, 0);
4886
4886
  }, (t, n) => {
4887
4887
  t.setFullYear(t.getFullYear() + n * e);
4888
4888
  });
4889
4889
  En.range;
4890
- const er = zt((e) => {
4890
+ const er = Gt((e) => {
4891
4891
  e.setUTCMonth(0, 1), e.setUTCHours(0, 0, 0, 0);
4892
4892
  }, (e, t) => {
4893
4893
  e.setUTCFullYear(e.getUTCFullYear() + t);
4894
4894
  }, (e, t) => t.getUTCFullYear() - e.getUTCFullYear(), (e) => e.getUTCFullYear());
4895
- er.every = (e) => !isFinite(e = Math.floor(e)) || !(e > 0) ? null : zt((t) => {
4895
+ er.every = (e) => !isFinite(e = Math.floor(e)) || !(e > 0) ? null : Gt((t) => {
4896
4896
  t.setUTCFullYear(Math.floor(t.getUTCFullYear() / e) * e), t.setUTCMonth(0, 1), t.setUTCHours(0, 0, 0, 0);
4897
4897
  }, (t, n) => {
4898
4898
  t.setUTCFullYear(t.getUTCFullYear() + n * e);
@@ -4944,7 +4944,7 @@ function Fo(e) {
4944
4944
  }
4945
4945
  return new Date(e.y, e.m, e.d, e.H, e.M, e.S, e.L);
4946
4946
  }
4947
- function zo(e) {
4947
+ function Go(e) {
4948
4948
  if (0 <= e.y && e.y < 100) {
4949
4949
  var t = new Date(Date.UTC(-1, e.m, e.d, e.H, e.M, e.S, e.L));
4950
4950
  return t.setUTCFullYear(e.y), t;
@@ -4966,13 +4966,13 @@ function Sw(e) {
4966
4966
  f: qw,
4967
4967
  g: rS,
4968
4968
  G: sS,
4969
- H: Gw,
4969
+ H: zw,
4970
4970
  I: jw,
4971
4971
  j: Ww,
4972
4972
  L: Fm,
4973
4973
  m: Yw,
4974
4974
  M: Xw,
4975
- p: G,
4975
+ p: z,
4976
4976
  q: nt,
4977
4977
  Q: dd,
4978
4978
  s: fd,
@@ -5002,7 +5002,7 @@ function Sw(e) {
5002
5002
  H: oS,
5003
5003
  I: lS,
5004
5004
  j: cS,
5005
- L: Gm,
5005
+ L: zm,
5006
5006
  m: hS,
5007
5007
  M: dS,
5008
5008
  p: K,
@@ -5041,7 +5041,7 @@ function Sw(e) {
5041
5041
  p: D,
5042
5042
  q: Rw,
5043
5043
  Q: Fw,
5044
- s: zw,
5044
+ s: Gw,
5045
5045
  S: Uw,
5046
5046
  u: Aw,
5047
5047
  U: $w,
@@ -5056,17 +5056,17 @@ function Sw(e) {
5056
5056
  "%": Vw
5057
5057
  };
5058
5058
  x.x = S(n, x), x.X = S(r, x), x.c = S(t, x), w.x = S(n, w), w.X = S(r, w), w.c = S(t, w);
5059
- function S(z, X) {
5059
+ function S(G, X) {
5060
5060
  return function(it) {
5061
- var F = [], Tt = -1, dt = 0, Pt = z.length, Ut, tt, $t;
5061
+ var F = [], Tt = -1, dt = 0, Pt = G.length, Ut, tt, $t;
5062
5062
  for (it instanceof Date || (it = /* @__PURE__ */ new Date(+it)); ++Tt < Pt; )
5063
- z.charCodeAt(Tt) === 37 && (F.push(z.slice(dt, Tt)), (tt = id[Ut = z.charAt(++Tt)]) != null ? Ut = z.charAt(++Tt) : tt = Ut === "e" ? " " : "0", ($t = X[Ut]) && (Ut = $t(it, tt)), F.push(Ut), dt = Tt + 1);
5064
- return F.push(z.slice(dt, Tt)), F.join("");
5063
+ G.charCodeAt(Tt) === 37 && (F.push(G.slice(dt, Tt)), (tt = id[Ut = G.charAt(++Tt)]) != null ? Ut = G.charAt(++Tt) : tt = Ut === "e" ? " " : "0", ($t = X[Ut]) && (Ut = $t(it, tt)), F.push(Ut), dt = Tt + 1);
5064
+ return F.push(G.slice(dt, Tt)), F.join("");
5065
5065
  };
5066
5066
  }
5067
- function C(z, X) {
5067
+ function C(G, X) {
5068
5068
  return function(it) {
5069
- var F = ii(1900, void 0, 1), Tt = R(F, z, it += "", 0), dt, Pt;
5069
+ var F = ii(1900, void 0, 1), Tt = R(F, G, it += "", 0), dt, Pt;
5070
5070
  if (Tt != it.length)
5071
5071
  return null;
5072
5072
  if ("Q" in F)
@@ -5076,112 +5076,112 @@ function Sw(e) {
5076
5076
  if (X && !("Z" in F) && (F.Z = 0), "p" in F && (F.H = F.H % 12 + F.p * 12), F.m === void 0 && (F.m = "q" in F ? F.q : 0), "V" in F) {
5077
5077
  if (F.V < 1 || F.V > 53)
5078
5078
  return null;
5079
- "w" in F || (F.w = 1), "Z" in F ? (dt = zo(ii(F.y, 0, 1)), Pt = dt.getUTCDay(), dt = Pt > 4 || Pt === 0 ? _a.ceil(dt) : _a(dt), dt = Yc.offset(dt, (F.V - 1) * 7), F.y = dt.getUTCFullYear(), F.m = dt.getUTCMonth(), F.d = dt.getUTCDate() + (F.w + 6) % 7) : (dt = Fo(ii(F.y, 0, 1)), Pt = dt.getDay(), dt = Pt > 4 || Pt === 0 ? Ea.ceil(dt) : Ea(dt), dt = rs.offset(dt, (F.V - 1) * 7), F.y = dt.getFullYear(), F.m = dt.getMonth(), F.d = dt.getDate() + (F.w + 6) % 7);
5079
+ "w" in F || (F.w = 1), "Z" in F ? (dt = Go(ii(F.y, 0, 1)), Pt = dt.getUTCDay(), dt = Pt > 4 || Pt === 0 ? _a.ceil(dt) : _a(dt), dt = Yc.offset(dt, (F.V - 1) * 7), F.y = dt.getUTCFullYear(), F.m = dt.getUTCMonth(), F.d = dt.getUTCDate() + (F.w + 6) % 7) : (dt = Fo(ii(F.y, 0, 1)), Pt = dt.getDay(), dt = Pt > 4 || Pt === 0 ? Ea.ceil(dt) : Ea(dt), dt = rs.offset(dt, (F.V - 1) * 7), F.y = dt.getFullYear(), F.m = dt.getMonth(), F.d = dt.getDate() + (F.w + 6) % 7);
5080
5080
  } else
5081
- ("W" in F || "U" in F) && ("w" in F || (F.w = "u" in F ? F.u % 7 : "W" in F ? 1 : 0), Pt = "Z" in F ? zo(ii(F.y, 0, 1)).getUTCDay() : Fo(ii(F.y, 0, 1)).getDay(), F.m = 0, F.d = "W" in F ? (F.w + 6) % 7 + F.W * 7 - (Pt + 5) % 7 : F.w + F.U * 7 - (Pt + 6) % 7);
5082
- return "Z" in F ? (F.H += F.Z / 100 | 0, F.M += F.Z % 100, zo(F)) : Fo(F);
5081
+ ("W" in F || "U" in F) && ("w" in F || (F.w = "u" in F ? F.u % 7 : "W" in F ? 1 : 0), Pt = "Z" in F ? Go(ii(F.y, 0, 1)).getUTCDay() : Fo(ii(F.y, 0, 1)).getDay(), F.m = 0, F.d = "W" in F ? (F.w + 6) % 7 + F.W * 7 - (Pt + 5) % 7 : F.w + F.U * 7 - (Pt + 6) % 7);
5082
+ return "Z" in F ? (F.H += F.Z / 100 | 0, F.M += F.Z % 100, Go(F)) : Fo(F);
5083
5083
  };
5084
5084
  }
5085
- function R(z, X, it, F) {
5085
+ function R(G, X, it, F) {
5086
5086
  for (var Tt = 0, dt = X.length, Pt = it.length, Ut, tt; Tt < dt; ) {
5087
5087
  if (F >= Pt)
5088
5088
  return -1;
5089
5089
  if (Ut = X.charCodeAt(Tt++), Ut === 37) {
5090
- if (Ut = X.charAt(Tt++), tt = _[Ut in id ? X.charAt(Tt++) : Ut], !tt || (F = tt(z, it, F)) < 0)
5090
+ if (Ut = X.charAt(Tt++), tt = _[Ut in id ? X.charAt(Tt++) : Ut], !tt || (F = tt(G, it, F)) < 0)
5091
5091
  return -1;
5092
5092
  } else if (Ut != it.charCodeAt(F++))
5093
5093
  return -1;
5094
5094
  }
5095
5095
  return F;
5096
5096
  }
5097
- function D(z, X, it) {
5097
+ function D(G, X, it) {
5098
5098
  var F = c.exec(X.slice(it));
5099
- return F ? (z.p = u.get(F[0].toLowerCase()), it + F[0].length) : -1;
5099
+ return F ? (G.p = u.get(F[0].toLowerCase()), it + F[0].length) : -1;
5100
5100
  }
5101
- function L(z, X, it) {
5101
+ function L(G, X, it) {
5102
5102
  var F = f.exec(X.slice(it));
5103
- return F ? (z.w = p.get(F[0].toLowerCase()), it + F[0].length) : -1;
5103
+ return F ? (G.w = p.get(F[0].toLowerCase()), it + F[0].length) : -1;
5104
5104
  }
5105
- function T(z, X, it) {
5105
+ function T(G, X, it) {
5106
5106
  var F = d.exec(X.slice(it));
5107
- return F ? (z.w = h.get(F[0].toLowerCase()), it + F[0].length) : -1;
5107
+ return F ? (G.w = h.get(F[0].toLowerCase()), it + F[0].length) : -1;
5108
5108
  }
5109
- function H(z, X, it) {
5109
+ function H(G, X, it) {
5110
5110
  var F = y.exec(X.slice(it));
5111
- return F ? (z.m = v.get(F[0].toLowerCase()), it + F[0].length) : -1;
5111
+ return F ? (G.m = v.get(F[0].toLowerCase()), it + F[0].length) : -1;
5112
5112
  }
5113
- function U(z, X, it) {
5113
+ function U(G, X, it) {
5114
5114
  var F = g.exec(X.slice(it));
5115
- return F ? (z.m = m.get(F[0].toLowerCase()), it + F[0].length) : -1;
5115
+ return F ? (G.m = m.get(F[0].toLowerCase()), it + F[0].length) : -1;
5116
5116
  }
5117
- function B(z, X, it) {
5118
- return R(z, t, X, it);
5117
+ function B(G, X, it) {
5118
+ return R(G, t, X, it);
5119
5119
  }
5120
- function E(z, X, it) {
5121
- return R(z, n, X, it);
5120
+ function E(G, X, it) {
5121
+ return R(G, n, X, it);
5122
5122
  }
5123
- function M(z, X, it) {
5124
- return R(z, r, X, it);
5123
+ function M(G, X, it) {
5124
+ return R(G, r, X, it);
5125
5125
  }
5126
- function A(z) {
5127
- return a[z.getDay()];
5126
+ function A(G) {
5127
+ return a[G.getDay()];
5128
5128
  }
5129
- function N(z) {
5130
- return s[z.getDay()];
5129
+ function N(G) {
5130
+ return s[G.getDay()];
5131
5131
  }
5132
- function P(z) {
5133
- return l[z.getMonth()];
5132
+ function P(G) {
5133
+ return l[G.getMonth()];
5134
5134
  }
5135
- function j(z) {
5136
- return o[z.getMonth()];
5135
+ function j(G) {
5136
+ return o[G.getMonth()];
5137
5137
  }
5138
- function G(z) {
5139
- return i[+(z.getHours() >= 12)];
5138
+ function z(G) {
5139
+ return i[+(G.getHours() >= 12)];
5140
5140
  }
5141
- function nt(z) {
5142
- return 1 + ~~(z.getMonth() / 3);
5141
+ function nt(G) {
5142
+ return 1 + ~~(G.getMonth() / 3);
5143
5143
  }
5144
- function J(z) {
5145
- return a[z.getUTCDay()];
5144
+ function J(G) {
5145
+ return a[G.getUTCDay()];
5146
5146
  }
5147
- function lt(z) {
5148
- return s[z.getUTCDay()];
5147
+ function lt(G) {
5148
+ return s[G.getUTCDay()];
5149
5149
  }
5150
- function ft(z) {
5151
- return l[z.getUTCMonth()];
5150
+ function ft(G) {
5151
+ return l[G.getUTCMonth()];
5152
5152
  }
5153
- function q(z) {
5154
- return o[z.getUTCMonth()];
5153
+ function q(G) {
5154
+ return o[G.getUTCMonth()];
5155
5155
  }
5156
- function K(z) {
5157
- return i[+(z.getUTCHours() >= 12)];
5156
+ function K(G) {
5157
+ return i[+(G.getUTCHours() >= 12)];
5158
5158
  }
5159
- function pt(z) {
5160
- return 1 + ~~(z.getUTCMonth() / 3);
5159
+ function pt(G) {
5160
+ return 1 + ~~(G.getUTCMonth() / 3);
5161
5161
  }
5162
5162
  return {
5163
- format: function(z) {
5164
- var X = S(z += "", x);
5163
+ format: function(G) {
5164
+ var X = S(G += "", x);
5165
5165
  return X.toString = function() {
5166
- return z;
5166
+ return G;
5167
5167
  }, X;
5168
5168
  },
5169
- parse: function(z) {
5170
- var X = C(z += "", !1);
5169
+ parse: function(G) {
5170
+ var X = C(G += "", !1);
5171
5171
  return X.toString = function() {
5172
- return z;
5172
+ return G;
5173
5173
  }, X;
5174
5174
  },
5175
- utcFormat: function(z) {
5176
- var X = S(z += "", w);
5175
+ utcFormat: function(G) {
5176
+ var X = S(G += "", w);
5177
5177
  return X.toString = function() {
5178
- return z;
5178
+ return G;
5179
5179
  }, X;
5180
5180
  },
5181
- utcParse: function(z) {
5182
- var X = C(z += "", !0);
5181
+ utcParse: function(G) {
5182
+ var X = C(G += "", !0);
5183
5183
  return X.toString = function() {
5184
- return z;
5184
+ return G;
5185
5185
  }, X;
5186
5186
  }
5187
5187
  };
@@ -5276,14 +5276,14 @@ function Fw(e, t, n) {
5276
5276
  var r = Wt.exec(t.slice(n));
5277
5277
  return r ? (e.Q = +r[0], n + r[0].length) : -1;
5278
5278
  }
5279
- function zw(e, t, n) {
5279
+ function Gw(e, t, n) {
5280
5280
  var r = Wt.exec(t.slice(n));
5281
5281
  return r ? (e.s = +r[0], n + r[0].length) : -1;
5282
5282
  }
5283
5283
  function cd(e, t) {
5284
5284
  return vt(e.getDate(), t, 2);
5285
5285
  }
5286
- function Gw(e, t) {
5286
+ function zw(e, t) {
5287
5287
  return vt(e.getHours(), t, 2);
5288
5288
  }
5289
5289
  function jw(e, t) {
@@ -5314,12 +5314,12 @@ function Kw(e) {
5314
5314
  function Qw(e, t) {
5315
5315
  return vt(Ya.count(En(e) - 1, e), t, 2);
5316
5316
  }
5317
- function zm(e) {
5317
+ function Gm(e) {
5318
5318
  var t = e.getDay();
5319
- return t >= 4 || t === 0 ? Gr(e) : Gr.ceil(e);
5319
+ return t >= 4 || t === 0 ? zr(e) : zr.ceil(e);
5320
5320
  }
5321
5321
  function Jw(e, t) {
5322
- return e = zm(e), vt(Gr.count(En(e), e) + (En(e).getDay() === 4), t, 2);
5322
+ return e = Gm(e), vt(zr.count(En(e), e) + (En(e).getDay() === 4), t, 2);
5323
5323
  }
5324
5324
  function tS(e) {
5325
5325
  return e.getDay();
@@ -5331,14 +5331,14 @@ function nS(e, t) {
5331
5331
  return vt(e.getFullYear() % 100, t, 2);
5332
5332
  }
5333
5333
  function rS(e, t) {
5334
- return e = zm(e), vt(e.getFullYear() % 100, t, 2);
5334
+ return e = Gm(e), vt(e.getFullYear() % 100, t, 2);
5335
5335
  }
5336
5336
  function iS(e, t) {
5337
5337
  return vt(e.getFullYear() % 1e4, t, 4);
5338
5338
  }
5339
5339
  function sS(e, t) {
5340
5340
  var n = e.getDay();
5341
- return e = n >= 4 || n === 0 ? Gr(e) : Gr.ceil(e), vt(e.getFullYear() % 1e4, t, 4);
5341
+ return e = n >= 4 || n === 0 ? zr(e) : zr.ceil(e), vt(e.getFullYear() % 1e4, t, 4);
5342
5342
  }
5343
5343
  function aS(e) {
5344
5344
  var t = e.getTimezoneOffset();
@@ -5356,11 +5356,11 @@ function lS(e, t) {
5356
5356
  function cS(e, t) {
5357
5357
  return vt(1 + Yc.count(er(e), e), t, 3);
5358
5358
  }
5359
- function Gm(e, t) {
5359
+ function zm(e, t) {
5360
5360
  return vt(e.getUTCMilliseconds(), t, 3);
5361
5361
  }
5362
5362
  function uS(e, t) {
5363
- return Gm(e, t) + "000";
5363
+ return zm(e, t) + "000";
5364
5364
  }
5365
5365
  function hS(e, t) {
5366
5366
  return vt(e.getUTCMonth() + 1, t, 2);
@@ -5454,7 +5454,7 @@ function qm(e, t, n, r, i, s, a, o, l, c) {
5454
5454
  var C = h();
5455
5455
  return (!S || typeof S.range != "function") && (S = t(C[0], C[C.length - 1], S ?? 10)), S ? h(Bm(C, S)) : u;
5456
5456
  }, u.copy = function() {
5457
- return zc(u, qm(e, t, n, r, i, s, a, o, l, c));
5457
+ return Gc(u, qm(e, t, n, r, i, s, a, o, l, c));
5458
5458
  }, u;
5459
5459
  }
5460
5460
  function Ym() {
@@ -5465,9 +5465,9 @@ function ot(e) {
5465
5465
  return e;
5466
5466
  };
5467
5467
  }
5468
- const pd = Math.abs, Jt = Math.atan2, Un = Math.cos, MS = Math.max, Go = Math.min, Ge = Math.sin, Dr = Math.sqrt, te = 1e-12, Gi = Math.PI, wa = Gi / 2, js = 2 * Gi;
5468
+ const pd = Math.abs, Jt = Math.atan2, Un = Math.cos, MS = Math.max, zo = Math.min, ze = Math.sin, Dr = Math.sqrt, te = 1e-12, zi = Math.PI, wa = zi / 2, js = 2 * zi;
5469
5469
  function CS(e) {
5470
- return e > 1 ? 0 : e < -1 ? Gi : Math.acos(e);
5470
+ return e > 1 ? 0 : e < -1 ? zi : Math.acos(e);
5471
5471
  }
5472
5472
  function md(e) {
5473
5473
  return e >= 1 ? wa : e <= -1 ? -wa : Math.asin(e);
@@ -5526,31 +5526,31 @@ function ji() {
5526
5526
  if (o || (o = u = l()), f < h && (d = f, f = h, h = d), !(f > te))
5527
5527
  o.moveTo(0, 0);
5528
5528
  else if (m > js - te)
5529
- o.moveTo(f * Un(p), f * Ge(p)), o.arc(0, 0, f, p, g, !y), h > te && (o.moveTo(h * Un(g), h * Ge(g)), o.arc(0, 0, h, g, p, y));
5529
+ o.moveTo(f * Un(p), f * ze(p)), o.arc(0, 0, f, p, g, !y), h > te && (o.moveTo(h * Un(g), h * ze(g)), o.arc(0, 0, h, g, p, y));
5530
5530
  else {
5531
- var v = p, x = g, w = p, _ = g, S = m, C = m, R = a.apply(this, arguments) / 2, D = R > te && (r ? +r.apply(this, arguments) : Dr(h * h + f * f)), L = Go(pd(f - h) / 2, +n.apply(this, arguments)), T = L, H = L, U, B;
5531
+ var v = p, x = g, w = p, _ = g, S = m, C = m, R = a.apply(this, arguments) / 2, D = R > te && (r ? +r.apply(this, arguments) : Dr(h * h + f * f)), L = zo(pd(f - h) / 2, +n.apply(this, arguments)), T = L, H = L, U, B;
5532
5532
  if (D > te) {
5533
- var E = md(D / h * Ge(R)), M = md(D / f * Ge(R));
5533
+ var E = md(D / h * ze(R)), M = md(D / f * ze(R));
5534
5534
  (S -= E * 2) > te ? (E *= y ? 1 : -1, w += E, _ -= E) : (S = 0, w = _ = (p + g) / 2), (C -= M * 2) > te ? (M *= y ? 1 : -1, v += M, x -= M) : (C = 0, v = x = (p + g) / 2);
5535
5535
  }
5536
- var A = f * Un(v), N = f * Ge(v), P = h * Un(_), j = h * Ge(_);
5536
+ var A = f * Un(v), N = f * ze(v), P = h * Un(_), j = h * ze(_);
5537
5537
  if (L > te) {
5538
- var G = f * Un(x), nt = f * Ge(x), J = h * Un(w), lt = h * Ge(w), ft;
5539
- if (m < Gi)
5540
- if (ft = RS(A, N, J, lt, G, nt, P, j)) {
5541
- var q = A - ft[0], K = N - ft[1], pt = G - ft[0], z = nt - ft[1], X = 1 / Ge(CS((q * pt + K * z) / (Dr(q * q + K * K) * Dr(pt * pt + z * z))) / 2), it = Dr(ft[0] * ft[0] + ft[1] * ft[1]);
5542
- T = Go(L, (h - it) / (X - 1)), H = Go(L, (f - it) / (X + 1));
5538
+ var z = f * Un(x), nt = f * ze(x), J = h * Un(w), lt = h * ze(w), ft;
5539
+ if (m < zi)
5540
+ if (ft = RS(A, N, J, lt, z, nt, P, j)) {
5541
+ var q = A - ft[0], K = N - ft[1], pt = z - ft[0], G = nt - ft[1], X = 1 / ze(CS((q * pt + K * G) / (Dr(q * q + K * K) * Dr(pt * pt + G * G))) / 2), it = Dr(ft[0] * ft[0] + ft[1] * ft[1]);
5542
+ T = zo(L, (h - it) / (X - 1)), H = zo(L, (f - it) / (X + 1));
5543
5543
  } else
5544
5544
  T = H = 0;
5545
5545
  }
5546
- C > te ? H > te ? (U = Ss(J, lt, A, N, f, H, y), B = Ss(G, nt, P, j, f, H, y), o.moveTo(U.cx + U.x01, U.cy + U.y01), H < L ? o.arc(U.cx, U.cy, H, Jt(U.y01, U.x01), Jt(B.y01, B.x01), !y) : (o.arc(U.cx, U.cy, H, Jt(U.y01, U.x01), Jt(U.y11, U.x11), !y), o.arc(0, 0, f, Jt(U.cy + U.y11, U.cx + U.x11), Jt(B.cy + B.y11, B.cx + B.x11), !y), o.arc(B.cx, B.cy, H, Jt(B.y11, B.x11), Jt(B.y01, B.x01), !y))) : (o.moveTo(A, N), o.arc(0, 0, f, v, x, !y)) : o.moveTo(A, N), !(h > te) || !(S > te) ? o.lineTo(P, j) : T > te ? (U = Ss(P, j, G, nt, h, -T, y), B = Ss(A, N, J, lt, h, -T, y), o.lineTo(U.cx + U.x01, U.cy + U.y01), T < L ? o.arc(U.cx, U.cy, T, Jt(U.y01, U.x01), Jt(B.y01, B.x01), !y) : (o.arc(U.cx, U.cy, T, Jt(U.y01, U.x01), Jt(U.y11, U.x11), !y), o.arc(0, 0, h, Jt(U.cy + U.y11, U.cx + U.x11), Jt(B.cy + B.y11, B.cx + B.x11), y), o.arc(B.cx, B.cy, T, Jt(B.y11, B.x11), Jt(B.y01, B.x01), !y))) : o.arc(0, 0, h, _, w, y);
5546
+ C > te ? H > te ? (U = Ss(J, lt, A, N, f, H, y), B = Ss(z, nt, P, j, f, H, y), o.moveTo(U.cx + U.x01, U.cy + U.y01), H < L ? o.arc(U.cx, U.cy, H, Jt(U.y01, U.x01), Jt(B.y01, B.x01), !y) : (o.arc(U.cx, U.cy, H, Jt(U.y01, U.x01), Jt(U.y11, U.x11), !y), o.arc(0, 0, f, Jt(U.cy + U.y11, U.cx + U.x11), Jt(B.cy + B.y11, B.cx + B.x11), !y), o.arc(B.cx, B.cy, H, Jt(B.y11, B.x11), Jt(B.y01, B.x01), !y))) : (o.moveTo(A, N), o.arc(0, 0, f, v, x, !y)) : o.moveTo(A, N), !(h > te) || !(S > te) ? o.lineTo(P, j) : T > te ? (U = Ss(P, j, z, nt, h, -T, y), B = Ss(A, N, J, lt, h, -T, y), o.lineTo(U.cx + U.x01, U.cy + U.y01), T < L ? o.arc(U.cx, U.cy, T, Jt(U.y01, U.x01), Jt(B.y01, B.x01), !y) : (o.arc(U.cx, U.cy, T, Jt(U.y01, U.x01), Jt(U.y11, U.x11), !y), o.arc(0, 0, h, Jt(U.cy + U.y11, U.cx + U.x11), Jt(B.cy + B.y11, B.cx + B.x11), y), o.arc(B.cx, B.cy, T, Jt(B.y11, B.x11), Jt(B.y01, B.x01), !y))) : o.arc(0, 0, h, _, w, y);
5547
5547
  }
5548
5548
  if (o.closePath(), u)
5549
5549
  return o = null, u + "" || null;
5550
5550
  }
5551
5551
  return c.centroid = function() {
5552
- var u = (+e.apply(this, arguments) + +t.apply(this, arguments)) / 2, d = (+i.apply(this, arguments) + +s.apply(this, arguments)) / 2 - Gi / 2;
5553
- return [Un(d) * u, Ge(d) * u];
5552
+ var u = (+e.apply(this, arguments) + +t.apply(this, arguments)) / 2, d = (+i.apply(this, arguments) + +s.apply(this, arguments)) / 2 - zi / 2;
5553
+ return [Un(d) * u, ze(d) * u];
5554
5554
  }, c.innerRadius = function(u) {
5555
5555
  return arguments.length ? (e = typeof u == "function" ? u : ot(+u), c) : e;
5556
5556
  }, c.outerRadius = function(u) {
@@ -5790,17 +5790,17 @@ class FS {
5790
5790
  this._x0 = t, this._y0 = n;
5791
5791
  }
5792
5792
  }
5793
- function zS(e) {
5793
+ function GS(e) {
5794
5794
  return new FS(e, !0);
5795
5795
  }
5796
- function GS(e) {
5796
+ function zS(e) {
5797
5797
  return e.source;
5798
5798
  }
5799
5799
  function jS(e) {
5800
5800
  return e.target;
5801
5801
  }
5802
5802
  function WS(e) {
5803
- let t = GS, n = jS, r = Zc, i = Kc, s = null, a = null, o = Xa(l);
5803
+ let t = zS, n = jS, r = Zc, i = Kc, s = null, a = null, o = Xa(l);
5804
5804
  function l() {
5805
5805
  let c;
5806
5806
  const u = IS.call(arguments), d = t.apply(this, u), h = n.apply(this, u);
@@ -5820,7 +5820,7 @@ function WS(e) {
5820
5820
  }, l;
5821
5821
  }
5822
5822
  function qS() {
5823
- return WS(zS);
5823
+ return WS(GS);
5824
5824
  }
5825
5825
  function In() {
5826
5826
  }
@@ -7003,12 +7003,12 @@ const vO = {
7003
7003
  long: "MMMM do, y",
7004
7004
  medium: "MMM d, y",
7005
7005
  short: "MM/dd/yyyy"
7006
- }, zO = {
7006
+ }, GO = {
7007
7007
  full: "h:mm:ss a zzzz",
7008
7008
  long: "h:mm:ss a z",
7009
7009
  medium: "h:mm:ss a",
7010
7010
  short: "h:mm a"
7011
- }, GO = {
7011
+ }, zO = {
7012
7012
  full: "{{date}} 'at' {{time}}",
7013
7013
  long: "{{date}} 'at' {{time}}",
7014
7014
  medium: "{{date}}, {{time}}",
@@ -7019,11 +7019,11 @@ const vO = {
7019
7019
  defaultWidth: "full"
7020
7020
  }),
7021
7021
  time: qo({
7022
- formats: zO,
7022
+ formats: GO,
7023
7023
  defaultWidth: "full"
7024
7024
  }),
7025
7025
  dateTime: qo({
7026
- formats: GO,
7026
+ formats: zO,
7027
7027
  defaultWidth: "full"
7028
7028
  })
7029
7029
  }, cg = {
@@ -7235,12 +7235,12 @@ function FT(e, t, n) {
7235
7235
  return r;
7236
7236
  return -1;
7237
7237
  }
7238
- function zT(e, t, n) {
7238
+ function GT(e, t, n) {
7239
7239
  return t === t ? FT(e, t, n) : HT(e, VT, n);
7240
7240
  }
7241
- function GT(e, t) {
7241
+ function zT(e, t) {
7242
7242
  var n = e == null ? 0 : e.length;
7243
- return !!n && zT(e, t, 0) > -1;
7243
+ return !!n && GT(e, t, 0) > -1;
7244
7244
  }
7245
7245
  var jT = 9007199254740991, WT = /^(?:0|[1-9]\d*)$/;
7246
7246
  function su(e, t) {
@@ -7392,13 +7392,13 @@ function FM(e) {
7392
7392
  t.push(n);
7393
7393
  return t;
7394
7394
  }
7395
- var zM = Object.prototype, GM = zM.hasOwnProperty;
7395
+ var GM = Object.prototype, zM = GM.hasOwnProperty;
7396
7396
  function jM(e) {
7397
7397
  if (!Me(e))
7398
7398
  return FM(e);
7399
7399
  var t = ro(e), n = [];
7400
7400
  for (var r in e)
7401
- r == "constructor" && (t || !GM.call(e, r)) || n.push(r);
7401
+ r == "constructor" && (t || !zM.call(e, r)) || n.push(r);
7402
7402
  return n;
7403
7403
  }
7404
7404
  function ls(e) {
@@ -7650,10 +7650,10 @@ Ie.prototype.set = VC;
7650
7650
  function FC(e, t) {
7651
7651
  return e && as(t, os(t), e);
7652
7652
  }
7653
- function zC(e, t) {
7653
+ function GC(e, t) {
7654
7654
  return e && as(t, ls(t), e);
7655
7655
  }
7656
- var Mg = typeof exports == "object" && exports && !exports.nodeType && exports, kd = Mg && typeof module == "object" && module && !module.nodeType && module, GC = kd && kd.exports === Mg, Rd = GC ? Ve.Buffer : void 0, Id = Rd ? Rd.allocUnsafe : void 0;
7656
+ var Mg = typeof exports == "object" && exports && !exports.nodeType && exports, kd = Mg && typeof module == "object" && module && !module.nodeType && module, zC = kd && kd.exports === Mg, Rd = zC ? Ve.Buffer : void 0, Id = Rd ? Rd.allocUnsafe : void 0;
7657
7657
  function Cg(e, t) {
7658
7658
  if (t)
7659
7659
  return e.slice();
@@ -7692,20 +7692,20 @@ function Lg(e, t, n) {
7692
7692
  var r = t(e);
7693
7693
  return Zt(e) ? r : uu(r, n(e));
7694
7694
  }
7695
- function zl(e) {
7695
+ function Gl(e) {
7696
7696
  return Lg(e, os, du);
7697
7697
  }
7698
7698
  function JC(e) {
7699
7699
  return Lg(e, ls, $g);
7700
7700
  }
7701
7701
  var tA = lr(Ve, "DataView");
7702
- const Gl = tA;
7702
+ const zl = tA;
7703
7703
  var eA = lr(Ve, "Promise");
7704
7704
  const jl = eA;
7705
7705
  var nA = lr(Ve, "Set");
7706
7706
  const Nr = nA;
7707
- var Pd = "[object Map]", rA = "[object Object]", Ud = "[object Promise]", Bd = "[object Set]", Hd = "[object WeakMap]", Vd = "[object DataView]", iA = or(Gl), sA = or(Yi), aA = or(jl), oA = or(Nr), lA = or(Fl), Vn = ar;
7708
- (Gl && Vn(new Gl(new ArrayBuffer(1))) != Vd || Yi && Vn(new Yi()) != Pd || jl && Vn(jl.resolve()) != Ud || Nr && Vn(new Nr()) != Bd || Fl && Vn(new Fl()) != Hd) && (Vn = function(e) {
7707
+ var Pd = "[object Map]", rA = "[object Object]", Ud = "[object Promise]", Bd = "[object Set]", Hd = "[object WeakMap]", Vd = "[object DataView]", iA = or(zl), sA = or(Yi), aA = or(jl), oA = or(Nr), lA = or(Fl), Vn = ar;
7708
+ (zl && Vn(new zl(new ArrayBuffer(1))) != Vd || Yi && Vn(new Yi()) != Pd || jl && Vn(jl.resolve()) != Ud || Nr && Vn(new Nr()) != Bd || Fl && Vn(new Fl()) != Hd) && (Vn = function(e) {
7709
7709
  var t = ar(e), n = t == rA ? e.constructor : void 0, r = n ? or(n) : "";
7710
7710
  if (r)
7711
7711
  switch (r) {
@@ -7743,9 +7743,9 @@ function mA(e) {
7743
7743
  var t = new e.constructor(e.source, pA.exec(e));
7744
7744
  return t.lastIndex = e.lastIndex, t;
7745
7745
  }
7746
- var Fd = Te ? Te.prototype : void 0, zd = Fd ? Fd.valueOf : void 0;
7746
+ var Fd = Te ? Te.prototype : void 0, Gd = Fd ? Fd.valueOf : void 0;
7747
7747
  function gA(e) {
7748
- return zd ? Object(zd.call(e)) : {};
7748
+ return Gd ? Object(Gd.call(e)) : {};
7749
7749
  }
7750
7750
  function Dg(e, t) {
7751
7751
  var n = t ? fu(e.buffer) : e.buffer;
@@ -7792,14 +7792,14 @@ var PA = "[object Map]";
7792
7792
  function UA(e) {
7793
7793
  return Ke(e) && Xr(e) == PA;
7794
7794
  }
7795
- var Gd = Yr && Yr.isMap, BA = Gd ? ou(Gd) : UA;
7795
+ var zd = Yr && Yr.isMap, BA = zd ? ou(zd) : UA;
7796
7796
  const HA = BA;
7797
7797
  var VA = "[object Set]";
7798
7798
  function FA(e) {
7799
7799
  return Ke(e) && Xr(e) == VA;
7800
7800
  }
7801
- var jd = Yr && Yr.isSet, zA = jd ? ou(jd) : FA;
7802
- const GA = zA;
7801
+ var jd = Yr && Yr.isSet, GA = jd ? ou(jd) : FA;
7802
+ const zA = GA;
7803
7803
  var jA = 1, WA = 2, qA = 4, Rg = "[object Arguments]", YA = "[object Array]", XA = "[object Boolean]", ZA = "[object Date]", KA = "[object Error]", Ig = "[object Function]", QA = "[object GeneratorFunction]", JA = "[object Map]", t2 = "[object Number]", Ng = "[object Object]", e2 = "[object RegExp]", n2 = "[object Set]", r2 = "[object String]", i2 = "[object Symbol]", s2 = "[object WeakMap]", a2 = "[object ArrayBuffer]", o2 = "[object DataView]", l2 = "[object Float32Array]", c2 = "[object Float64Array]", u2 = "[object Int8Array]", h2 = "[object Int16Array]", d2 = "[object Int32Array]", f2 = "[object Uint8Array]", p2 = "[object Uint8ClampedArray]", m2 = "[object Uint16Array]", g2 = "[object Uint32Array]", Mt = {};
7804
7804
  Mt[Rg] = Mt[YA] = Mt[a2] = Mt[o2] = Mt[XA] = Mt[ZA] = Mt[l2] = Mt[c2] = Mt[u2] = Mt[h2] = Mt[d2] = Mt[JA] = Mt[t2] = Mt[Ng] = Mt[e2] = Mt[n2] = Mt[r2] = Mt[i2] = Mt[f2] = Mt[p2] = Mt[m2] = Mt[g2] = !0;
7805
7805
  Mt[KA] = Mt[Ig] = Mt[s2] = !1;
@@ -7819,7 +7819,7 @@ function Ws(e, t, n, r, i, s) {
7819
7819
  return Cg(e, o);
7820
7820
  if (d == Ng || d == Rg || h && !i) {
7821
7821
  if (a = l || h ? {} : kg(e), !o)
7822
- return l ? QC(e, zC(a, e)) : XC(e, FC(a, e));
7822
+ return l ? QC(e, GC(a, e)) : XC(e, FC(a, e));
7823
7823
  } else {
7824
7824
  if (!Mt[d])
7825
7825
  return i ? e : {};
@@ -7830,12 +7830,12 @@ function Ws(e, t, n, r, i, s) {
7830
7830
  var f = s.get(e);
7831
7831
  if (f)
7832
7832
  return f;
7833
- s.set(e, a), GA(e) ? e.forEach(function(m) {
7833
+ s.set(e, a), zA(e) ? e.forEach(function(m) {
7834
7834
  a.add(Ws(m, t, n, m, e, s));
7835
7835
  }) : HA(e) && e.forEach(function(m, y) {
7836
7836
  a.set(y, Ws(m, t, n, y, e, s));
7837
7837
  });
7838
- var p = c ? l ? JC : zl : l ? ls : os, g = u ? void 0 : p(e);
7838
+ var p = c ? l ? JC : Gl : l ? ls : os, g = u ? void 0 : p(e);
7839
7839
  return BT(g || e, function(m, y) {
7840
7840
  g && (y = m, m = e[y]), mg(a, y, Ws(m, t, n, y, e, s));
7841
7841
  }), a;
@@ -7951,7 +7951,7 @@ function U2(e, t, n, r, i, s, a) {
7951
7951
  }
7952
7952
  var B2 = 1, H2 = Object.prototype, V2 = H2.hasOwnProperty;
7953
7953
  function F2(e, t, n, r, i, s) {
7954
- var a = n & B2, o = zl(e), l = o.length, c = zl(t), u = c.length;
7954
+ var a = n & B2, o = Gl(e), l = o.length, c = Gl(t), u = c.length;
7955
7955
  if (l != u && !a)
7956
7956
  return !1;
7957
7957
  for (var d = l; d--; ) {
@@ -7981,7 +7981,7 @@ function F2(e, t, n, r, i, s) {
7981
7981
  }
7982
7982
  return s.delete(e), s.delete(t), g;
7983
7983
  }
7984
- var z2 = 1, qd = "[object Arguments]", Yd = "[object Array]", Os = "[object Object]", G2 = Object.prototype, Xd = G2.hasOwnProperty;
7984
+ var G2 = 1, qd = "[object Arguments]", Yd = "[object Array]", Os = "[object Object]", z2 = Object.prototype, Xd = z2.hasOwnProperty;
7985
7985
  function j2(e, t, n, r, i, s) {
7986
7986
  var a = Zt(e), o = Zt(t), l = a ? Yd : Xr(e), c = o ? Yd : Xr(t);
7987
7987
  l = l == qd ? Os : l, c = c == qd ? Os : c;
@@ -7993,7 +7993,7 @@ function j2(e, t, n, r, i, s) {
7993
7993
  }
7994
7994
  if (h && !u)
7995
7995
  return s || (s = new Ie()), a || io(e) ? Bg(e, t, n, r, i, s) : U2(e, t, l, n, r, i, s);
7996
- if (!(n & z2)) {
7996
+ if (!(n & G2)) {
7997
7997
  var f = u && Xd.call(e, "__wrapped__"), p = d && Xd.call(t, "__wrapped__");
7998
7998
  if (f || p) {
7999
7999
  var g = f ? e.value() : e, m = p ? t.value() : t;
@@ -8129,10 +8129,10 @@ function c$(e, t, n, r, i, s, a) {
8129
8129
  }
8130
8130
  d && (a.set(l, u), i(u, l, r, s, a), a.delete(l)), Wl(e, n, u);
8131
8131
  }
8132
- function zg(e, t, n, r, i) {
8132
+ function Gg(e, t, n, r, i) {
8133
8133
  e !== t && Fg(t, function(s, a) {
8134
8134
  if (i || (i = new Ie()), Me(s))
8135
- c$(e, t, a, n, zg, r, i);
8135
+ c$(e, t, a, n, Gg, r, i);
8136
8136
  else {
8137
8137
  var o = r ? r(Yl(e, a), s, a + "", e, t, i) : void 0;
8138
8138
  o === void 0 && (o = s), Wl(e, a, o);
@@ -8166,7 +8166,7 @@ function De(e) {
8166
8166
  return !0;
8167
8167
  }
8168
8168
  var g$ = KT(function(e, t, n) {
8169
- zg(e, t, n);
8169
+ Gg(e, t, n);
8170
8170
  });
8171
8171
  const rt = g$;
8172
8172
  var v$ = 1 / 0, y$ = Nr && 1 / pu(new Nr([, -0]))[1] == v$ ? function(e) {
@@ -8174,8 +8174,8 @@ var v$ = 1 / 0, y$ = Nr && 1 / pu(new Nr([, -0]))[1] == v$ ? function(e) {
8174
8174
  } : CT;
8175
8175
  const x$ = y$;
8176
8176
  var b$ = 200;
8177
- function Gg(e, t, n) {
8178
- var r = -1, i = GT, s = e.length, a = !0, o = [], l = o;
8177
+ function zg(e, t, n) {
8178
+ var r = -1, i = zT, s = e.length, a = !0, o = [], l = o;
8179
8179
  if (n)
8180
8180
  a = !1, i = u$;
8181
8181
  else if (s >= b$) {
@@ -8200,11 +8200,11 @@ function Gg(e, t, n) {
8200
8200
  }
8201
8201
  var E$ = gg(function(e) {
8202
8202
  var t = h$(e);
8203
- return ql(t) && (t = void 0), Gg(lo(e, 1, ql, !0), uo(t));
8203
+ return ql(t) && (t = void 0), zg(lo(e, 1, ql, !0), uo(t));
8204
8204
  });
8205
8205
  const _$ = E$;
8206
8206
  function Zi(e) {
8207
- return e && e.length ? Gg(e) : [];
8207
+ return e && e.length ? zg(e) : [];
8208
8208
  }
8209
8209
  const oe = "cds", dn = {
8210
8210
  opacity: {
@@ -8900,7 +8900,6 @@ const ee = {
8900
8900
  numberSpacing: 10,
8901
8901
  deltaFontSize: (e) => e / 8,
8902
8902
  valueFontSize: (e) => e / 2.5,
8903
- numberFormatter: (e) => Number(e.toFixed(2)) % 1 !== 0 ? e.toFixed(2).toLocaleString() : e.toFixed().toLocaleString(),
8904
8903
  alignment: Ft.LEFT
8905
8904
  }
8906
8905
  }), V$ = rt({}, Qg, {
@@ -8930,7 +8929,7 @@ const ee = {
8930
8929
  legend: {
8931
8930
  enabled: !0
8932
8931
  }
8933
- }), z$ = rt({}, ee, {
8932
+ }), G$ = rt({}, ee, {
8934
8933
  radar: {
8935
8934
  axes: {
8936
8935
  angle: "key",
@@ -8943,7 +8942,7 @@ const ee = {
8943
8942
  enabled: !0
8944
8943
  }
8945
8944
  }
8946
- }), G$ = rt({}, rr, {
8945
+ }), z$ = rt({}, rr, {
8947
8946
  comboChartTypes: []
8948
8947
  }), j$ = rt(
8949
8948
  {
@@ -8997,7 +8996,7 @@ const ee = {
8997
8996
  chart: ee,
8998
8997
  circlePackChart: q$,
8999
8998
  choroplethChart: Z$,
9000
- comboChart: G$,
8999
+ comboChart: z$,
9001
9000
  donutChart: V$,
9002
9001
  gaugeChart: H$,
9003
9002
  groupedBarChart: L$,
@@ -9008,7 +9007,7 @@ const ee = {
9008
9007
  meterChart: Jg,
9009
9008
  pieChart: Qg,
9010
9009
  proportionalMeterChart: F$,
9011
- radarChart: z$,
9010
+ radarChart: G$,
9012
9011
  scatterChart: mu,
9013
9012
  simpleBarChart: $$,
9014
9013
  stackedAreaChart: I$,
@@ -9995,7 +9994,7 @@ function hv(e, t) {
9995
9994
  for (let c = 1; c < l + 1; c++)
9996
9995
  o.push(`fill-${a}-${i}-${c}`);
9997
9996
  }
9998
- return Gc().domain(s).range(o);
9997
+ return zc().domain(s).range(o);
9999
9998
  }
10000
9999
  var at = /* @__PURE__ */ ((e) => (e.GRAPHICS_DOCUMENT = "graphics-document", e.GRAPHICS_OBJECT = "graphics-object", e.GRAPHICS_SYMBOL = "graphics-symbol", e.GROUP = "group", e.DOCUMENT = "document", e.CHECKBOX = "checkbox", e.BUTTON = "button", e.MENU = "menu", e.MENU_ITEM = "menuitem", e.IMG = "img", e))(at || {});
10001
10000
  function SL(e, t) {
@@ -10825,7 +10824,7 @@ let Je = class {
10825
10824
  ];
10826
10825
  return super.formatTable({ headers: a, cells: o });
10827
10826
  }
10828
- }, zL = class extends ur {
10827
+ }, GL = class extends ur {
10829
10828
  constructor(t) {
10830
10829
  super(t), this.axisFlavor = Va.HOVERABLE, this._colorScale = void 0, this._domains = [], this._ranges = [], this._matrix = {};
10831
10830
  const n = b(this.getOptions(), "axes");
@@ -10966,11 +10965,11 @@ let Je = class {
10966
10965
  for (let u = 1; u < c + 1; u++)
10967
10966
  o.push(`fill-${a}-${i}-${u}`);
10968
10967
  }
10969
- this._colorScale = Gc().domain(s).range(o);
10968
+ this._colorScale = zc().domain(s).range(o);
10970
10969
  const l = b(this.getOptions(), "color");
10971
10970
  this._colorScale = hv(this.getDisplayData(), l);
10972
10971
  }
10973
- }, GL = class extends ur {
10972
+ }, zL = class extends ur {
10974
10973
  getTabularDataArray() {
10975
10974
  const t = this.getOptions(), { groupMapsTo: n } = t.data, { number: r, code: i } = b(this.getOptions(), "locale"), s = this.getBinnedStackedData(), a = [
10976
10975
  mt(t, "bins.rangeLabel") || "Range",
@@ -11502,14 +11501,14 @@ async function FD(e, t) {
11502
11501
  o.decode && (o.decode = s), o.loading === "lazy" && (o.loading = "eager"), n ? (e.srcset = "", e.src = i) : e.href.baseVal = i;
11503
11502
  });
11504
11503
  }
11505
- async function zD(e, t) {
11504
+ async function GD(e, t) {
11506
11505
  const n = gn(e.childNodes).map((r) => yv(r, t));
11507
11506
  await Promise.all(n).then(() => e);
11508
11507
  }
11509
11508
  async function yv(e, t) {
11510
- ue(e, Element) && (await VD(e, t), await FD(e, t), await zD(e, t));
11509
+ ue(e, Element) && (await VD(e, t), await FD(e, t), await GD(e, t));
11511
11510
  }
11512
- function GD(e, t) {
11511
+ function zD(e, t) {
11513
11512
  const { style: n } = e;
11514
11513
  t.backgroundColor && (n.backgroundColor = t.backgroundColor), t.width && (n.width = `${t.width}px`), t.height && (n.height = `${t.height}px`);
11515
11514
  const r = t.style;
@@ -11627,7 +11626,7 @@ async function XD(e, t) {
11627
11626
  }
11628
11627
  async function ZD(e, t = {}) {
11629
11628
  const { width: n, height: r } = dv(e, t), i = await fo(e, t, !0);
11630
- return await XD(i, t), await yv(i, t), GD(i, t), await mD(i, n, r);
11629
+ return await XD(i, t), await yv(i, t), zD(i, t), await mD(i, n, r);
11631
11630
  }
11632
11631
  async function xv(e, t = {}) {
11633
11632
  const { width: n, height: r } = dv(e, t), i = await ZD(e, t), s = await ka(i), a = document.createElement("canvas"), o = a.getContext("2d"), l = t.pixelRatio || dD(), c = t.canvasWidth || n, u = t.canvasHeight || r;
@@ -12056,8 +12055,8 @@ function lk() {
12056
12055
  const A = new Map(E.map((N, P) => [o(N, P, E), N]));
12057
12056
  for (const [N, P] of M.entries()) {
12058
12057
  P.index = N;
12059
- let { source: j, target: G } = P;
12060
- typeof j != "object" && (j = P.source = xf(A, j)), typeof G != "object" && (G = P.target = xf(A, G)), j.sourceLinks.push(P), G.targetLinks.push(P);
12058
+ let { source: j, target: z } = P;
12059
+ typeof j != "object" && (j = P.source = xf(A, j)), typeof z != "object" && (z = P.target = xf(A, z)), j.sourceLinks.push(P), z.targetLinks.push(P);
12061
12060
  }
12062
12061
  if (u != null)
12063
12062
  for (const { sourceLinks: N, targetLinks: P } of E)
@@ -12073,8 +12072,8 @@ function lk() {
12073
12072
  for (; A.size; ) {
12074
12073
  for (const j of A) {
12075
12074
  j.depth = P;
12076
- for (const { target: G } of j.sourceLinks)
12077
- N.add(G);
12075
+ for (const { target: z } of j.sourceLinks)
12076
+ N.add(z);
12078
12077
  }
12079
12078
  if (++P > M)
12080
12079
  throw new Error("circular link");
@@ -12087,8 +12086,8 @@ function lk() {
12087
12086
  for (; A.size; ) {
12088
12087
  for (const j of A) {
12089
12088
  j.height = P;
12090
- for (const { source: G } of j.targetLinks)
12091
- N.add(G);
12089
+ for (const { source: z } of j.targetLinks)
12090
+ N.add(z);
12092
12091
  }
12093
12092
  if (++P > M)
12094
12093
  throw new Error("circular link");
@@ -12134,16 +12133,16 @@ function lk() {
12134
12133
  function S(E, M, A) {
12135
12134
  for (let N = 1, P = E.length; N < P; ++N) {
12136
12135
  const j = E[N];
12137
- for (const G of j) {
12136
+ for (const z of j) {
12138
12137
  let nt = 0, J = 0;
12139
- for (const { source: ft, value: q } of G.targetLinks) {
12140
- let K = q * (G.layer - ft.layer);
12141
- nt += U(ft, G) * K, J += K;
12138
+ for (const { source: ft, value: q } of z.targetLinks) {
12139
+ let K = q * (z.layer - ft.layer);
12140
+ nt += U(ft, z) * K, J += K;
12142
12141
  }
12143
12142
  if (!(J > 0))
12144
12143
  continue;
12145
- let lt = (nt / J - G.y0) * M;
12146
- G.y0 += lt, G.y1 += lt, T(G);
12144
+ let lt = (nt / J - z.y0) * M;
12145
+ z.y0 += lt, z.y1 += lt, T(z);
12147
12146
  }
12148
12147
  c === void 0 && j.sort(Ra), R(j, A);
12149
12148
  }
@@ -12151,16 +12150,16 @@ function lk() {
12151
12150
  function C(E, M, A) {
12152
12151
  for (let N = E.length, P = N - 2; P >= 0; --P) {
12153
12152
  const j = E[P];
12154
- for (const G of j) {
12153
+ for (const z of j) {
12155
12154
  let nt = 0, J = 0;
12156
- for (const { target: ft, value: q } of G.sourceLinks) {
12157
- let K = q * (ft.layer - G.layer);
12158
- nt += B(G, ft) * K, J += K;
12155
+ for (const { target: ft, value: q } of z.sourceLinks) {
12156
+ let K = q * (ft.layer - z.layer);
12157
+ nt += B(z, ft) * K, J += K;
12159
12158
  }
12160
12159
  if (!(J > 0))
12161
12160
  continue;
12162
- let lt = (nt / J - G.y0) * M;
12163
- G.y0 += lt, G.y1 += lt, T(G);
12161
+ let lt = (nt / J - z.y0) * M;
12162
+ z.y0 += lt, z.y1 += lt, T(z);
12164
12163
  }
12165
12164
  c === void 0 && j.sort(Ra), R(j, A);
12166
12165
  }
@@ -12224,7 +12223,7 @@ function lk() {
12224
12223
  }
12225
12224
  return p;
12226
12225
  }
12227
- var ec = Math.PI, nc = 2 * ec, zn = 1e-6, ck = nc - zn;
12226
+ var ec = Math.PI, nc = 2 * ec, Gn = 1e-6, ck = nc - Gn;
12228
12227
  function rc() {
12229
12228
  this._x0 = this._y0 = // start of current subpath
12230
12229
  this._x1 = this._y1 = null, this._ = "";
@@ -12256,12 +12255,12 @@ rc.prototype = wv.prototype = {
12256
12255
  throw new Error("negative radius: " + i);
12257
12256
  if (this._x1 === null)
12258
12257
  this._ += "M" + (this._x1 = e) + "," + (this._y1 = t);
12259
- else if (d > zn)
12260
- if (!(Math.abs(u * o - l * c) > zn) || !i)
12258
+ else if (d > Gn)
12259
+ if (!(Math.abs(u * o - l * c) > Gn) || !i)
12261
12260
  this._ += "L" + (this._x1 = e) + "," + (this._y1 = t);
12262
12261
  else {
12263
12262
  var h = n - s, f = r - a, p = o * o + l * l, g = h * h + f * f, m = Math.sqrt(p), y = Math.sqrt(d), v = i * Math.tan((ec - Math.acos((p + d - g) / (2 * m * y))) / 2), x = v / y, w = v / m;
12264
- Math.abs(x - 1) > zn && (this._ += "L" + (e + x * c) + "," + (t + x * u)), this._ += "A" + i + "," + i + ",0,0," + +(u * h > c * f) + "," + (this._x1 = e + w * o) + "," + (this._y1 = t + w * l);
12263
+ Math.abs(x - 1) > Gn && (this._ += "L" + (e + x * c) + "," + (t + x * u)), this._ += "A" + i + "," + i + ",0,0," + +(u * h > c * f) + "," + (this._x1 = e + w * o) + "," + (this._y1 = t + w * l);
12265
12264
  }
12266
12265
  },
12267
12266
  arc: function(e, t, n, r, i, s) {
@@ -12269,7 +12268,7 @@ rc.prototype = wv.prototype = {
12269
12268
  var a = n * Math.cos(r), o = n * Math.sin(r), l = e + a, c = t + o, u = 1 ^ s, d = s ? r - i : i - r;
12270
12269
  if (n < 0)
12271
12270
  throw new Error("negative radius: " + n);
12272
- this._x1 === null ? this._ += "M" + l + "," + c : (Math.abs(this._x1 - l) > zn || Math.abs(this._y1 - c) > zn) && (this._ += "L" + l + "," + c), n && (d < 0 && (d = d % nc + nc), d > ck ? this._ += "A" + n + "," + n + ",0,1," + u + "," + (e - a) + "," + (t - o) + "A" + n + "," + n + ",0,1," + u + "," + (this._x1 = l) + "," + (this._y1 = c) : d > zn && (this._ += "A" + n + "," + n + ",0," + +(d >= ec) + "," + u + "," + (this._x1 = e + n * Math.cos(i)) + "," + (this._y1 = t + n * Math.sin(i))));
12271
+ this._x1 === null ? this._ += "M" + l + "," + c : (Math.abs(this._x1 - l) > Gn || Math.abs(this._y1 - c) > Gn) && (this._ += "L" + l + "," + c), n && (d < 0 && (d = d % nc + nc), d > ck ? this._ += "A" + n + "," + n + ",0,1," + u + "," + (e - a) + "," + (t - o) + "A" + n + "," + n + ",0,1," + u + "," + (this._x1 = l) + "," + (this._y1 = c) : d > Gn && (this._ += "A" + n + "," + n + ",0," + +(d >= ec) + "," + u + "," + (this._x1 = e + n * Math.cos(i)) + "," + (this._y1 = t + n * Math.sin(i))));
12273
12272
  },
12274
12273
  rect: function(e, t, n, r) {
12275
12274
  this._ += "M" + (this._x0 = this._x1 = +e) + "," + (this._y0 = this._y1 = +t) + "h" + +n + "v" + +r + "h" + -n + "Z";
@@ -12471,11 +12470,11 @@ var $k = function() {
12471
12470
  e[0], e[1];
12472
12471
  for (var _ = x.x, S = x.y, C = Math.sqrt(e[0] * e[0] + e[1] * e[1]), R = l(e), D = f() < 0.5 ? 1 : -1, L = -D, T, H, U; (T = R(L += D)) && (H = ~~T[0], U = ~~T[1], !(Math.min(Math.abs(H), Math.abs(U)) >= C)); )
12473
12472
  if (x.x = _ + H, x.y = S + U, !(x.x + x.x0 < 0 || x.y + x.y0 < 0 || x.x + x.x1 > e[0] || x.y + x.y1 > e[1]) && (!w || Bk(x, w)) && !Pk(x, v, e[0])) {
12474
- for (var B = x.sprite, E = x.width >> 5, M = e[0] >> 5, A = x.x - (E << 4), N = A & 127, P = 32 - N, j = x.y1 - x.y0, G = (x.y + x.y0) * M + (A >> 5), nt, J = 0; J < j; J++) {
12473
+ for (var B = x.sprite, E = x.width >> 5, M = e[0] >> 5, A = x.x - (E << 4), N = A & 127, P = 32 - N, j = x.y1 - x.y0, z = (x.y + x.y0) * M + (A >> 5), nt, J = 0; J < j; J++) {
12475
12474
  nt = 0;
12476
12475
  for (var lt = 0; lt <= E; lt++)
12477
- v[G + lt] |= nt << P | (lt < E ? (nt = B[J * E + lt]) >>> N : 0);
12478
- G += M;
12476
+ v[z + lt] |= nt << P | (lt < E ? (nt = B[J * E + lt]) >>> N : 0);
12477
+ z += M;
12479
12478
  }
12480
12479
  return !0;
12481
12480
  }
@@ -12622,8 +12621,8 @@ function $n(e) {
12622
12621
  return e;
12623
12622
  };
12624
12623
  }
12625
- const zk = /* @__PURE__ */ Ek($k);
12626
- function Gk(e, t, n, r) {
12624
+ const Gk = /* @__PURE__ */ Ek($k);
12625
+ function zk(e, t, n, r) {
12627
12626
  var i = -1, s = e == null ? 0 : e.length;
12628
12627
  for (r && s && (n = e[++i]); ++i < s; )
12629
12628
  n = t(n, e[i], i, e);
@@ -12860,7 +12859,7 @@ function $R(e, t, n) {
12860
12859
  var LR = "['’]", DR = RegExp(LR, "g");
12861
12860
  function Bv(e) {
12862
12861
  return function(t) {
12863
- return Gk($R(nR(t).replace(DR, "")), e, "");
12862
+ return zk($R(nR(t).replace(DR, "")), e, "");
12864
12863
  };
12865
12864
  }
12866
12865
  function kR(e, t, n) {
@@ -12978,7 +12977,7 @@ const {
12978
12977
  let {
12979
12978
  freeze: ie,
12980
12979
  seal: Be,
12981
- create: zv
12980
+ create: Gv
12982
12981
  } = Object, {
12983
12982
  apply: ic,
12984
12983
  construct: sc
@@ -12995,7 +12994,7 @@ ic || (ic = function(e, t, n) {
12995
12994
  sc || (sc = function(e, t) {
12996
12995
  return new e(...t);
12997
12996
  });
12998
- const As = Ce(Array.prototype.forEach), Af = Ce(Array.prototype.pop), hi = Ce(Array.prototype.push), Xs = Ce(String.prototype.toLowerCase), il = Ce(String.prototype.toString), zR = Ce(String.prototype.match), di = Ce(String.prototype.replace), GR = Ce(String.prototype.indexOf), jR = Ce(String.prototype.trim), pe = Ce(RegExp.prototype.test), fi = WR(TypeError);
12997
+ const As = Ce(Array.prototype.forEach), Af = Ce(Array.prototype.pop), hi = Ce(Array.prototype.push), Xs = Ce(String.prototype.toLowerCase), il = Ce(String.prototype.toString), GR = Ce(String.prototype.match), di = Ce(String.prototype.replace), zR = Ce(String.prototype.indexOf), jR = Ce(String.prototype.trim), pe = Ce(RegExp.prototype.test), fi = WR(TypeError);
12999
12998
  function Ce(e) {
13000
12999
  return function(t) {
13001
13000
  for (var n = arguments.length, r = new Array(n > 1 ? n - 1 : 0), i = 1; i < n; i++)
@@ -13029,10 +13028,10 @@ function qR(e) {
13029
13028
  bu(e, t) === void 0 && (e[t] = null);
13030
13029
  return e;
13031
13030
  }
13032
- function Gn(e) {
13033
- const t = zv(null);
13031
+ function zn(e) {
13032
+ const t = Gv(null);
13034
13033
  for (const [n, r] of Fv(e))
13035
- bu(e, n) !== void 0 && (Array.isArray(r) ? t[n] = qR(r) : r && typeof r == "object" && r.constructor === Object ? t[n] = Gn(r) : t[n] = r);
13034
+ bu(e, n) !== void 0 && (Array.isArray(r) ? t[n] = qR(r) : r && typeof r == "object" && r.constructor === Object ? t[n] = zn(r) : t[n] = r);
13036
13035
  return t;
13037
13036
  }
13038
13037
  function $s(e, t) {
@@ -13051,7 +13050,7 @@ function $s(e, t) {
13051
13050
  }
13052
13051
  return n;
13053
13052
  }
13054
- const $f = ie(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "section", "select", "shadow", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]), sl = ie(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]), al = ie(["feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence"]), YR = ie(["animate", "color-profile", "cursor", "discard", "font-face", "font-face-format", "font-face-name", "font-face-src", "font-face-uri", "foreignobject", "hatch", "hatchpath", "mesh", "meshgradient", "meshpatch", "meshrow", "missing-glyph", "script", "set", "solidcolor", "unknown", "use"]), ol = ie(["math", "menclose", "merror", "mfenced", "mfrac", "mglyph", "mi", "mlabeledtr", "mmultiscripts", "mn", "mo", "mover", "mpadded", "mphantom", "mroot", "mrow", "ms", "mspace", "msqrt", "mstyle", "msub", "msup", "msubsup", "mtable", "mtd", "mtext", "mtr", "munder", "munderover", "mprescripts"]), XR = ie(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), Lf = ie(["#text"]), Df = ie(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inputmode", "integrity", "ismap", "kind", "label", "lang", "list", "loading", "loop", "low", "max", "maxlength", "media", "method", "min", "minlength", "multiple", "muted", "name", "nonce", "noshade", "novalidate", "nowrap", "open", "optimum", "pattern", "placeholder", "playsinline", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "xmlns", "slot"]), ll = ie(["accent-height", "accumulate", "additive", "alignment-baseline", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"]), kf = ie(["accent", "accentunder", "align", "bevelled", "close", "columnsalign", "columnlines", "columnspan", "denomalign", "depth", "dir", "display", "displaystyle", "encoding", "fence", "frame", "height", "href", "id", "largeop", "length", "linethickness", "lspace", "lquote", "mathbackground", "mathcolor", "mathsize", "mathvariant", "maxsize", "minsize", "movablelimits", "notation", "numalign", "open", "rowalign", "rowlines", "rowspacing", "rowspan", "rspace", "rquote", "scriptlevel", "scriptminsize", "scriptsizemultiplier", "selection", "separator", "separators", "stretchy", "subscriptshift", "supscriptshift", "symmetric", "voffset", "width", "xmlns"]), Ls = ie(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), ZR = Be(/\{\{[\w\W]*|[\w\W]*\}\}/gm), KR = Be(/<%[\w\W]*|[\w\W]*%>/gm), QR = Be(/\${[\w\W]*}/gm), JR = Be(/^data-[\-\w.\u00B7-\uFFFF]/), tI = Be(/^aria-[\-\w]+$/), Gv = Be(
13053
+ const $f = ie(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "section", "select", "shadow", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]), sl = ie(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]), al = ie(["feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence"]), YR = ie(["animate", "color-profile", "cursor", "discard", "font-face", "font-face-format", "font-face-name", "font-face-src", "font-face-uri", "foreignobject", "hatch", "hatchpath", "mesh", "meshgradient", "meshpatch", "meshrow", "missing-glyph", "script", "set", "solidcolor", "unknown", "use"]), ol = ie(["math", "menclose", "merror", "mfenced", "mfrac", "mglyph", "mi", "mlabeledtr", "mmultiscripts", "mn", "mo", "mover", "mpadded", "mphantom", "mroot", "mrow", "ms", "mspace", "msqrt", "mstyle", "msub", "msup", "msubsup", "mtable", "mtd", "mtext", "mtr", "munder", "munderover", "mprescripts"]), XR = ie(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), Lf = ie(["#text"]), Df = ie(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inputmode", "integrity", "ismap", "kind", "label", "lang", "list", "loading", "loop", "low", "max", "maxlength", "media", "method", "min", "minlength", "multiple", "muted", "name", "nonce", "noshade", "novalidate", "nowrap", "open", "optimum", "pattern", "placeholder", "playsinline", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "xmlns", "slot"]), ll = ie(["accent-height", "accumulate", "additive", "alignment-baseline", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"]), kf = ie(["accent", "accentunder", "align", "bevelled", "close", "columnsalign", "columnlines", "columnspan", "denomalign", "depth", "dir", "display", "displaystyle", "encoding", "fence", "frame", "height", "href", "id", "largeop", "length", "linethickness", "lspace", "lquote", "mathbackground", "mathcolor", "mathsize", "mathvariant", "maxsize", "minsize", "movablelimits", "notation", "numalign", "open", "rowalign", "rowlines", "rowspacing", "rowspan", "rspace", "rquote", "scriptlevel", "scriptminsize", "scriptsizemultiplier", "selection", "separator", "separators", "stretchy", "subscriptshift", "supscriptshift", "symmetric", "voffset", "width", "xmlns"]), Ls = ie(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), ZR = Be(/\{\{[\w\W]*|[\w\W]*\}\}/gm), KR = Be(/<%[\w\W]*|[\w\W]*%>/gm), QR = Be(/\${[\w\W]*}/gm), JR = Be(/^data-[\-\w.\u00B7-\uFFFF]/), tI = Be(/^aria-[\-\w]+$/), zv = Be(
13055
13054
  /^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i
13056
13055
  // eslint-disable-line no-useless-escape
13057
13056
  ), eI = Be(/^(?:\w+script|data):/i), nI = Be(
@@ -13065,7 +13064,7 @@ var Rf = /* @__PURE__ */ Object.freeze({
13065
13064
  TMPLIT_EXPR: QR,
13066
13065
  DATA_ATTR: JR,
13067
13066
  ARIA_ATTR: tI,
13068
- IS_ALLOWED_URI: Gv,
13067
+ IS_ALLOWED_URI: zv,
13069
13068
  IS_SCRIPT_OR_DATA: eI,
13070
13069
  ATTR_WHITESPACE: nI,
13071
13070
  DOCTYPE_NAME: jv
@@ -13139,9 +13138,9 @@ function Wv() {
13139
13138
  IS_ALLOWED_URI: N
13140
13139
  } = Rf, P = null;
13141
13140
  const j = ct({}, [...$f, ...sl, ...al, ...ol, ...Lf]);
13142
- let G = null;
13141
+ let z = null;
13143
13142
  const nt = ct({}, [...Df, ...ll, ...kf, ...Ls]);
13144
- let J = Object.seal(zv(null, {
13143
+ let J = Object.seal(Gv(null, {
13145
13144
  tagNameCheck: {
13146
13145
  writable: !0,
13147
13146
  configurable: !1,
@@ -13160,7 +13159,7 @@ function Wv() {
13160
13159
  enumerable: !0,
13161
13160
  value: !1
13162
13161
  }
13163
- })), lt = null, ft = null, q = !0, K = !0, pt = !1, z = !0, X = !1, it = !1, F = !1, Tt = !1, dt = !1, Pt = !1, Ut = !1, tt = !0, $t = !1;
13162
+ })), lt = null, ft = null, q = !0, K = !0, pt = !1, G = !0, X = !1, it = !1, F = !1, Tt = !1, dt = !1, Pt = !1, Ut = !1, tt = !0, $t = !1;
13164
13163
  const Pn = "user-content-";
13165
13164
  let Ee = !0, ti = !1, hr = {}, dr = null;
13166
13165
  const $u = ct({}, ["annotation-xml", "audio", "colgroup", "desc", "foreignobject", "head", "iframe", "math", "mi", "mn", "mo", "ms", "mtext", "noembed", "noframes", "noscript", "plaintext", "script", "style", "svg", "template", "thead", "title", "video", "xmp"]);
@@ -13172,28 +13171,28 @@ function Wv() {
13172
13171
  const S0 = ct({}, [ds, fs, tn], il);
13173
13172
  let ei = null;
13174
13173
  const O0 = ["application/xhtml+xml", "text/html"], T0 = "text/html";
13175
- let Gt = null, pr = null;
13174
+ let zt = null, pr = null;
13176
13175
  const M0 = n.createElement("form"), Ru = function($) {
13177
13176
  return $ instanceof RegExp || $ instanceof Function;
13178
13177
  }, bo = function() {
13179
13178
  let $ = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
13180
13179
  if (!(pr && pr === $)) {
13181
- if ((!$ || typeof $ != "object") && ($ = {}), $ = Gn($), ei = // eslint-disable-next-line unicorn/prefer-includes
13182
- O0.indexOf($.PARSER_MEDIA_TYPE) === -1 ? T0 : $.PARSER_MEDIA_TYPE, Gt = ei === "application/xhtml+xml" ? il : Xs, P = "ALLOWED_TAGS" in $ ? ct({}, $.ALLOWED_TAGS, Gt) : j, G = "ALLOWED_ATTR" in $ ? ct({}, $.ALLOWED_ATTR, Gt) : nt, xo = "ALLOWED_NAMESPACES" in $ ? ct({}, $.ALLOWED_NAMESPACES, il) : S0, vo = "ADD_URI_SAFE_ATTR" in $ ? ct(
13183
- Gn(ku),
13180
+ if ((!$ || typeof $ != "object") && ($ = {}), $ = zn($), ei = // eslint-disable-next-line unicorn/prefer-includes
13181
+ O0.indexOf($.PARSER_MEDIA_TYPE) === -1 ? T0 : $.PARSER_MEDIA_TYPE, zt = ei === "application/xhtml+xml" ? il : Xs, P = "ALLOWED_TAGS" in $ ? ct({}, $.ALLOWED_TAGS, zt) : j, z = "ALLOWED_ATTR" in $ ? ct({}, $.ALLOWED_ATTR, zt) : nt, xo = "ALLOWED_NAMESPACES" in $ ? ct({}, $.ALLOWED_NAMESPACES, il) : S0, vo = "ADD_URI_SAFE_ATTR" in $ ? ct(
13182
+ zn(ku),
13184
13183
  // eslint-disable-line indent
13185
13184
  $.ADD_URI_SAFE_ATTR,
13186
13185
  // eslint-disable-line indent
13187
- Gt
13186
+ zt
13188
13187
  // eslint-disable-line indent
13189
13188
  ) : ku, Lu = "ADD_DATA_URI_TAGS" in $ ? ct(
13190
- Gn(Du),
13189
+ zn(Du),
13191
13190
  // eslint-disable-line indent
13192
13191
  $.ADD_DATA_URI_TAGS,
13193
13192
  // eslint-disable-line indent
13194
- Gt
13193
+ zt
13195
13194
  // eslint-disable-line indent
13196
- ) : Du, dr = "FORBID_CONTENTS" in $ ? ct({}, $.FORBID_CONTENTS, Gt) : $u, lt = "FORBID_TAGS" in $ ? ct({}, $.FORBID_TAGS, Gt) : {}, ft = "FORBID_ATTR" in $ ? ct({}, $.FORBID_ATTR, Gt) : {}, hr = "USE_PROFILES" in $ ? $.USE_PROFILES : !1, q = $.ALLOW_ARIA_ATTR !== !1, K = $.ALLOW_DATA_ATTR !== !1, pt = $.ALLOW_UNKNOWN_PROTOCOLS || !1, z = $.ALLOW_SELF_CLOSE_IN_ATTR !== !1, X = $.SAFE_FOR_TEMPLATES || !1, it = $.WHOLE_DOCUMENT || !1, dt = $.RETURN_DOM || !1, Pt = $.RETURN_DOM_FRAGMENT || !1, Ut = $.RETURN_TRUSTED_TYPE || !1, Tt = $.FORCE_BODY || !1, tt = $.SANITIZE_DOM !== !1, $t = $.SANITIZE_NAMED_PROPS || !1, Ee = $.KEEP_CONTENT !== !1, ti = $.IN_PLACE || !1, N = $.ALLOWED_URI_REGEXP || Gv, fr = $.NAMESPACE || tn, J = $.CUSTOM_ELEMENT_HANDLING || {}, $.CUSTOM_ELEMENT_HANDLING && Ru($.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (J.tagNameCheck = $.CUSTOM_ELEMENT_HANDLING.tagNameCheck), $.CUSTOM_ELEMENT_HANDLING && Ru($.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (J.attributeNameCheck = $.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), $.CUSTOM_ELEMENT_HANDLING && typeof $.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (J.allowCustomizedBuiltInElements = $.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), X && (K = !1), Pt && (dt = !0), hr && (P = ct({}, Lf), G = [], hr.html === !0 && (ct(P, $f), ct(G, Df)), hr.svg === !0 && (ct(P, sl), ct(G, ll), ct(G, Ls)), hr.svgFilters === !0 && (ct(P, al), ct(G, ll), ct(G, Ls)), hr.mathMl === !0 && (ct(P, ol), ct(G, kf), ct(G, Ls))), $.ADD_TAGS && (P === j && (P = Gn(P)), ct(P, $.ADD_TAGS, Gt)), $.ADD_ATTR && (G === nt && (G = Gn(G)), ct(G, $.ADD_ATTR, Gt)), $.ADD_URI_SAFE_ATTR && ct(vo, $.ADD_URI_SAFE_ATTR, Gt), $.FORBID_CONTENTS && (dr === $u && (dr = Gn(dr)), ct(dr, $.FORBID_CONTENTS, Gt)), Ee && (P["#text"] = !0), it && ct(P, ["html", "head", "body"]), P.table && (ct(P, ["tbody"]), delete lt.tbody), $.TRUSTED_TYPES_POLICY) {
13195
+ ) : Du, dr = "FORBID_CONTENTS" in $ ? ct({}, $.FORBID_CONTENTS, zt) : $u, lt = "FORBID_TAGS" in $ ? ct({}, $.FORBID_TAGS, zt) : {}, ft = "FORBID_ATTR" in $ ? ct({}, $.FORBID_ATTR, zt) : {}, hr = "USE_PROFILES" in $ ? $.USE_PROFILES : !1, q = $.ALLOW_ARIA_ATTR !== !1, K = $.ALLOW_DATA_ATTR !== !1, pt = $.ALLOW_UNKNOWN_PROTOCOLS || !1, G = $.ALLOW_SELF_CLOSE_IN_ATTR !== !1, X = $.SAFE_FOR_TEMPLATES || !1, it = $.WHOLE_DOCUMENT || !1, dt = $.RETURN_DOM || !1, Pt = $.RETURN_DOM_FRAGMENT || !1, Ut = $.RETURN_TRUSTED_TYPE || !1, Tt = $.FORCE_BODY || !1, tt = $.SANITIZE_DOM !== !1, $t = $.SANITIZE_NAMED_PROPS || !1, Ee = $.KEEP_CONTENT !== !1, ti = $.IN_PLACE || !1, N = $.ALLOWED_URI_REGEXP || zv, fr = $.NAMESPACE || tn, J = $.CUSTOM_ELEMENT_HANDLING || {}, $.CUSTOM_ELEMENT_HANDLING && Ru($.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (J.tagNameCheck = $.CUSTOM_ELEMENT_HANDLING.tagNameCheck), $.CUSTOM_ELEMENT_HANDLING && Ru($.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (J.attributeNameCheck = $.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), $.CUSTOM_ELEMENT_HANDLING && typeof $.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (J.allowCustomizedBuiltInElements = $.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), X && (K = !1), Pt && (dt = !0), hr && (P = ct({}, Lf), z = [], hr.html === !0 && (ct(P, $f), ct(z, Df)), hr.svg === !0 && (ct(P, sl), ct(z, ll), ct(z, Ls)), hr.svgFilters === !0 && (ct(P, al), ct(z, ll), ct(z, Ls)), hr.mathMl === !0 && (ct(P, ol), ct(z, kf), ct(z, Ls))), $.ADD_TAGS && (P === j && (P = zn(P)), ct(P, $.ADD_TAGS, zt)), $.ADD_ATTR && (z === nt && (z = zn(z)), ct(z, $.ADD_ATTR, zt)), $.ADD_URI_SAFE_ATTR && ct(vo, $.ADD_URI_SAFE_ATTR, zt), $.FORBID_CONTENTS && (dr === $u && (dr = zn(dr)), ct(dr, $.FORBID_CONTENTS, zt)), Ee && (P["#text"] = !0), it && ct(P, ["html", "head", "body"]), P.table && (ct(P, ["tbody"]), delete lt.tbody), $.TRUSTED_TYPES_POLICY) {
13197
13196
  if (typeof $.TRUSTED_TYPES_POLICY.createHTML != "function")
13198
13197
  throw fi('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
13199
13198
  if (typeof $.TRUSTED_TYPES_POLICY.createScriptURL != "function")
@@ -13232,7 +13231,7 @@ function Wv() {
13232
13231
  from: Y
13233
13232
  });
13234
13233
  }
13235
- if (Y.removeAttribute($), $ === "is" && !G[$])
13234
+ if (Y.removeAttribute($), $ === "is" && !z[$])
13236
13235
  if (dt || Pt)
13237
13236
  try {
13238
13237
  mr(Y);
@@ -13248,7 +13247,7 @@ function Wv() {
13248
13247
  if (Tt)
13249
13248
  $ = "<remove></remove>" + $;
13250
13249
  else {
13251
- const Bt = zR($, /^[\r\n\t ]+/);
13250
+ const Bt = GR($, /^[\r\n\t ]+/);
13252
13251
  W = Bt && Bt[0];
13253
13252
  }
13254
13253
  ei === "application/xhtml+xml" && fr === tn && ($ = '<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>' + $ + "</body></html>");
@@ -13287,14 +13286,14 @@ function Wv() {
13287
13286
  let Y = null;
13288
13287
  if (en("beforeSanitizeElements", $, null), $0($))
13289
13288
  return mr($), !0;
13290
- const W = Gt($.nodeName);
13289
+ const W = zt($.nodeName);
13291
13290
  if (en("uponSanitizeElement", $, {
13292
13291
  tagName: W,
13293
13292
  allowedTags: P
13294
13293
  }), $.hasChildNodes() && !Vu($.firstElementChild) && pe(/<[/\w]/g, $.innerHTML) && pe(/<[/\w]/g, $.textContent))
13295
13294
  return mr($), !0;
13296
13295
  if (!P[W] || lt[W]) {
13297
- if (!lt[W] && Gu(W) && (J.tagNameCheck instanceof RegExp && pe(J.tagNameCheck, W) || J.tagNameCheck instanceof Function && J.tagNameCheck(W)))
13296
+ if (!lt[W] && zu(W) && (J.tagNameCheck instanceof RegExp && pe(J.tagNameCheck, W) || J.tagNameCheck instanceof Function && J.tagNameCheck(W)))
13298
13297
  return !1;
13299
13298
  if (Ee && !dr[W]) {
13300
13299
  const xt = v($) || $.parentNode, qt = y($) || $.childNodes;
@@ -13311,25 +13310,25 @@ function Wv() {
13311
13310
  }), $.textContent !== Y && (hi(t.removed, {
13312
13311
  element: $.cloneNode()
13313
13312
  }), $.textContent = Y)), en("afterSanitizeElements", $, null), !1);
13314
- }, zu = function($, Y, W) {
13313
+ }, Gu = function($, Y, W) {
13315
13314
  if (tt && (Y === "id" || Y === "name") && (W in n || W in M0))
13316
13315
  return !1;
13317
13316
  if (!(K && !ft[Y] && pe(B, Y)) && !(q && pe(E, Y))) {
13318
- if (!G[Y] || ft[Y]) {
13317
+ if (!z[Y] || ft[Y]) {
13319
13318
  if (
13320
13319
  // First condition does a very basic check if a) it's basically a valid custom element tagname AND
13321
13320
  // b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
13322
13321
  // and c) if the attribute name passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.attributeNameCheck
13323
- !(Gu($) && (J.tagNameCheck instanceof RegExp && pe(J.tagNameCheck, $) || J.tagNameCheck instanceof Function && J.tagNameCheck($)) && (J.attributeNameCheck instanceof RegExp && pe(J.attributeNameCheck, Y) || J.attributeNameCheck instanceof Function && J.attributeNameCheck(Y)) || // Alternative, second condition checks if it's an `is`-attribute, AND
13322
+ !(zu($) && (J.tagNameCheck instanceof RegExp && pe(J.tagNameCheck, $) || J.tagNameCheck instanceof Function && J.tagNameCheck($)) && (J.attributeNameCheck instanceof RegExp && pe(J.attributeNameCheck, Y) || J.attributeNameCheck instanceof Function && J.attributeNameCheck(Y)) || // Alternative, second condition checks if it's an `is`-attribute, AND
13324
13323
  // the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
13325
13324
  Y === "is" && J.allowCustomizedBuiltInElements && (J.tagNameCheck instanceof RegExp && pe(J.tagNameCheck, W) || J.tagNameCheck instanceof Function && J.tagNameCheck(W)))
13326
13325
  )
13327
13326
  return !1;
13328
- } else if (!vo[Y] && !pe(N, di(W, A, "")) && !((Y === "src" || Y === "xlink:href" || Y === "href") && $ !== "script" && GR(W, "data:") === 0 && Lu[$]) && !(pt && !pe(M, di(W, A, ""))) && W)
13327
+ } else if (!vo[Y] && !pe(N, di(W, A, "")) && !((Y === "src" || Y === "xlink:href" || Y === "href") && $ !== "script" && zR(W, "data:") === 0 && Lu[$]) && !(pt && !pe(M, di(W, A, ""))) && W)
13329
13328
  return !1;
13330
13329
  }
13331
13330
  return !0;
13332
- }, Gu = function($) {
13331
+ }, zu = function($) {
13333
13332
  return $.indexOf("-") > 0;
13334
13333
  }, ju = function($) {
13335
13334
  en("beforeSanitizeAttributes", $, null);
@@ -13342,7 +13341,7 @@ function Wv() {
13342
13341
  attrName: "",
13343
13342
  attrValue: "",
13344
13343
  keepAttr: !0,
13345
- allowedAttributes: G
13344
+ allowedAttributes: z
13346
13345
  };
13347
13346
  let xt = Y.length;
13348
13347
  for (; xt--; ) {
@@ -13350,21 +13349,21 @@ function Wv() {
13350
13349
  name: Bt,
13351
13350
  namespaceURI: nn,
13352
13351
  value: rn
13353
- } = qt, ze = Gt(Bt);
13352
+ } = qt, Ge = zt(Bt);
13354
13353
  let ae = Bt === "value" ? rn : jR(rn);
13355
- if (W.attrName = ze, W.attrValue = ae, W.keepAttr = !0, W.forceKeepAttr = void 0, en("uponSanitizeAttribute", $, W), ae = W.attrValue, W.forceKeepAttr || (Eo(Bt, $), !W.keepAttr))
13354
+ if (W.attrName = Ge, W.attrValue = ae, W.keepAttr = !0, W.forceKeepAttr = void 0, en("uponSanitizeAttribute", $, W), ae = W.attrValue, W.forceKeepAttr || (Eo(Bt, $), !W.keepAttr))
13356
13355
  continue;
13357
- if (!z && pe(/\/>/i, ae)) {
13356
+ if (!G && pe(/\/>/i, ae)) {
13358
13357
  Eo(Bt, $);
13359
13358
  continue;
13360
13359
  }
13361
13360
  X && As([T, H, U], (D0) => {
13362
13361
  ae = di(ae, D0, " ");
13363
13362
  });
13364
- const Wu = Gt($.nodeName);
13365
- if (zu(Wu, ze, ae)) {
13366
- if ($t && (ze === "id" || ze === "name") && (Eo(Bt, $), ae = Pn + ae), x && typeof f == "object" && typeof f.getAttributeType == "function" && !nn)
13367
- switch (f.getAttributeType(Wu, ze)) {
13363
+ const Wu = zt($.nodeName);
13364
+ if (Gu(Wu, Ge, ae)) {
13365
+ if ($t && (Ge === "id" || Ge === "name") && (Eo(Bt, $), ae = Pn + ae), x && typeof f == "object" && typeof f.getAttributeType == "function" && !nn)
13366
+ switch (f.getAttributeType(Wu, Ge)) {
13368
13367
  case "TrustedHTML": {
13369
13368
  ae = x.createHTML(ae);
13370
13369
  break;
@@ -13400,8 +13399,8 @@ function Wv() {
13400
13399
  return $;
13401
13400
  if (F || bo(Y), t.removed = [], typeof $ == "string" && (ti = !1), ti) {
13402
13401
  if ($.nodeName) {
13403
- const ze = Gt($.nodeName);
13404
- if (!P[ze] || lt[ze])
13402
+ const Ge = zt($.nodeName);
13403
+ if (!P[Ge] || lt[Ge])
13405
13404
  throw fi("root node is forbidden and cannot be sanitized in-place");
13406
13405
  }
13407
13406
  } else if ($ instanceof o)
@@ -13425,12 +13424,12 @@ function Wv() {
13425
13424
  Bt.appendChild(W.firstChild);
13426
13425
  else
13427
13426
  Bt = W;
13428
- return (G.shadowroot || G.shadowrootmode) && (Bt = D.call(r, Bt, !0)), Bt;
13427
+ return (z.shadowroot || z.shadowrootmode) && (Bt = D.call(r, Bt, !0)), Bt;
13429
13428
  }
13430
13429
  let rn = it ? W.outerHTML : W.innerHTML;
13431
13430
  return it && P["!doctype"] && W.ownerDocument && W.ownerDocument.doctype && W.ownerDocument.doctype.name && pe(jv, W.ownerDocument.doctype.name) && (rn = "<!DOCTYPE " + W.ownerDocument.doctype.name + `>
13432
- ` + rn), X && As([T, H, U], (ze) => {
13433
- rn = di(rn, ze, " ");
13431
+ ` + rn), X && As([T, H, U], (Ge) => {
13432
+ rn = di(rn, Ge, " ");
13434
13433
  }), x && Ut ? x.createHTML(rn) : rn;
13435
13434
  }, t.setConfig = function() {
13436
13435
  let $ = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
@@ -13439,8 +13438,8 @@ function Wv() {
13439
13438
  pr = null, F = !1;
13440
13439
  }, t.isValidAttribute = function($, Y, W) {
13441
13440
  pr || bo({});
13442
- const xt = Gt($), qt = Gt(Y);
13443
- return zu(xt, qt, W);
13441
+ const xt = zt($), qt = zt(Y);
13442
+ return Gu(xt, qt, W);
13444
13443
  }, t.addHook = function($, Y) {
13445
13444
  typeof Y == "function" && (L[$] = L[$] || [], hi(L[$], Y));
13446
13445
  }, t.removeHook = function($) {
@@ -14371,7 +14370,7 @@ function Na(e) {
14371
14370
  return t.__proto__ || Object.getPrototypeOf(t);
14372
14371
  }, Na(e);
14373
14372
  }
14374
- function zI(e) {
14373
+ function GI(e) {
14375
14374
  var t = /* @__PURE__ */ function(n) {
14376
14375
  UI(i, n);
14377
14376
  var r = BI(i);
@@ -14491,7 +14490,7 @@ function mc(e) {
14491
14490
  return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
14492
14491
  }, mc(e);
14493
14492
  }
14494
- function GI(e, t) {
14493
+ function zI(e, t) {
14495
14494
  if (!(e instanceof t))
14496
14495
  throw new TypeError("Cannot call a class as a function");
14497
14496
  }
@@ -14570,7 +14569,7 @@ function KI(e) {
14570
14569
  WI(i, n);
14571
14570
  var r = qI(i);
14572
14571
  function i() {
14573
- return GI(this, i), r.apply(this, arguments);
14572
+ return zI(this, i), r.apply(this, arguments);
14574
14573
  }
14575
14574
  return jI(i, [{
14576
14575
  key: "show",
@@ -14600,7 +14599,7 @@ function KI(e) {
14600
14599
  }(e);
14601
14600
  return t;
14602
14601
  }
14603
- var QI = [zI, KI];
14602
+ var QI = [GI, KI];
14604
14603
  const JI = QI;
14605
14604
  function tN(e) {
14606
14605
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
@@ -15339,7 +15338,7 @@ var Er, Xt;
15339
15338
  (function(e) {
15340
15339
  e.LEFT = "left", e.RIGHT = "right", e.TOP = "top", e.BOTTOM = "bottom";
15341
15340
  })(Xt || (Xt = {}));
15342
- var zf = (Er = {}, Er[Xt.LEFT] = function(e, t, n) {
15341
+ var Gf = (Er = {}, Er[Xt.LEFT] = function(e, t, n) {
15343
15342
  return {
15344
15343
  top: e.top - Math.round(t.offsetHeight / 2) + Math.round(n.height / 2),
15345
15344
  left: Math.round(e.left - t.offsetWidth)
@@ -15359,7 +15358,7 @@ var zf = (Er = {}, Er[Xt.LEFT] = function(e, t, n) {
15359
15358
  top: Math.round(e.top + n.height),
15360
15359
  left: e.left - Math.round(t.offsetWidth / 2) + Math.round(n.width / 2)
15361
15360
  };
15362
- }, Er), Gf = typeof window < "u" ? window : {
15361
+ }, Er), zf = typeof window < "u" ? window : {
15363
15362
  innerHeight: 0,
15364
15363
  scrollY: 0,
15365
15364
  innerWidth: 0,
@@ -15368,7 +15367,7 @@ var zf = (Er = {}, Er[Xt.LEFT] = function(e, t, n) {
15368
15367
  /** @class */
15369
15368
  function() {
15370
15369
  function e(t) {
15371
- t === void 0 && (t = {}), this.positions = zf, this.positions = Object.assign({}, zf, t);
15370
+ t === void 0 && (t = {}), this.positions = Gf, this.positions = Object.assign({}, Gf, t);
15372
15371
  }
15373
15372
  return e.prototype.getRelativeOffset = function(t) {
15374
15373
  for (var n = {
@@ -15444,8 +15443,8 @@ var zf = (Er = {}, Er[Xt.LEFT] = function(e, t, n) {
15444
15443
  // we go with window here, because that's going to be the simple/common case
15445
15444
  top: 0,
15446
15445
  left: 0,
15447
- height: Gf.innerHeight,
15448
- width: Gf.innerWidth
15446
+ height: zf.innerHeight,
15447
+ width: zf.innerWidth
15449
15448
  };
15450
15449
  }, e.prototype.calculatePosition = function(t, n, r, i) {
15451
15450
  return this.positions[i] ? this.positions[i](t, r, n) : (console.error("No function found for placement, defaulting to 0,0"), { left: 0, top: 0 });
@@ -17074,21 +17073,21 @@ class i0 extends ht {
17074
17073
  if (!d.ticks(q).length)
17075
17074
  A.tickValues([]);
17076
17075
  else {
17077
- const K = b(r, "timeScale", "addSpaceOnEdges"), pt = b(r, "axes", n, "domain"), z = d.copy();
17078
- K && !pt && z.nice(q);
17079
- const X = z.ticks(q);
17076
+ const K = b(r, "timeScale", "addSpaceOnEdges"), pt = b(r, "axes", n, "domain"), G = d.copy();
17077
+ K && !pt && G.nice(q);
17078
+ const X = G.ticks(q);
17080
17079
  K && X.length > 2 && !pt && (X.splice(X.length - 1, 1), X.splice(0, 1)), A.tickValues(X);
17081
17080
  }
17082
17081
  }
17083
17082
  let N;
17084
- const P = b(m, "ticks", "formatter"), { code: j, number: G } = b(r, "locale");
17083
+ const P = b(m, "ticks", "formatter"), { code: j, number: z } = b(r, "locale");
17085
17084
  if (y) {
17086
17085
  const q = Kl(
17087
17086
  A.tickValues(),
17088
17087
  b(r, "timeScale", "timeInterval")
17089
17088
  );
17090
17089
  P === null ? N = (K, pt) => Zl(K, pt, A.tickValues(), q, H, r.locale) : N = (K, pt) => {
17091
- const z = Zl(
17090
+ const G = Zl(
17092
17091
  K,
17093
17092
  pt,
17094
17093
  A.tickValues(),
@@ -17096,10 +17095,10 @@ class i0 extends ht {
17096
17095
  H,
17097
17096
  r.locale
17098
17097
  );
17099
- return P(K, pt, z);
17098
+ return P(K, pt, G);
17100
17099
  };
17101
17100
  } else
17102
- P === null ? M === Z.LINEAR && (N = (q) => G(q, j)) : N = P;
17101
+ P === null ? M === Z.LINEAR && (N = (q) => z(q, j)) : N = P;
17103
17102
  A.tickFormat(N);
17104
17103
  const [nt, J] = this.services.cartesianScales.getScaleByPosition(n).domain();
17105
17104
  let lt;
@@ -17169,12 +17168,12 @@ class i0 extends ht {
17169
17168
  b(r, "timeScale", "timeInterval")
17170
17169
  ), K = H.showDayName, pt = p;
17171
17170
  t && (p = p.transition().call(
17172
- (z) => this.services.transitions.setupTransition({
17173
- transition: z,
17171
+ (G) => this.services.transitions.setupTransition({
17172
+ transition: G,
17174
17173
  name: "axis-update",
17175
17174
  animate: t
17176
17175
  })
17177
- )), p = p.call(A), pt.selectAll(".tick").data(A.tickValues(), d).order().select("text").style("font-weight", (z, X) => cv(z, X, A.tickValues(), q, K) ? "bold" : "normal");
17176
+ )), p = p.call(A), pt.selectAll(".tick").data(A.tickValues(), d).order().select("text").style("font-weight", (G, X) => cv(G, X, A.tickValues(), q, K) ? "bold" : "normal");
17178
17177
  } else
17179
17178
  !t || !f ? p = p.call(A) : p = p.transition().call(
17180
17179
  (q) => this.services.transitions.setupTransition({
@@ -17199,13 +17198,13 @@ class i0 extends ht {
17199
17198
  );
17200
17199
  else {
17201
17200
  q = !1;
17202
- const pt = g.append("text").text("A"), z = I.getSVGElementSize(pt.node(), {
17201
+ const pt = g.append("text").text("A"), G = I.getSVGElementSize(pt.node(), {
17203
17202
  useBBox: !0
17204
17203
  }).width;
17205
17204
  let X;
17206
17205
  g.selectAll("g.tick").each(function() {
17207
17206
  const it = k(this), F = parseFloat(b(cn(this), "tx"));
17208
- F !== null && X + it.text().length * z * 0.8 >= F && (q = !0), X = F;
17207
+ F !== null && X + it.text().length * G * 0.8 >= F && (q = !0), X = F;
17209
17208
  }), pt.remove();
17210
17209
  }
17211
17210
  q ? (T || (A.ticks(
@@ -17218,10 +17217,10 @@ class i0 extends ht {
17218
17217
  const K = s.select(`g.axis.${n} g.ticks g.tick`).html();
17219
17218
  l.selectAll("g.ticks g.tick").html(K);
17220
17219
  const pt = this;
17221
- l.selectAll("g.tick text").data(q).text(function(z) {
17222
- return z.length > D ? (pt.truncation[n] = !0, Ki(z, R, L)) : z;
17223
- }), this.getInvisibleAxisRef().selectAll("g.tick text").data(q).text(function(z) {
17224
- return z.length > D ? Ki(z, R, L) : z;
17220
+ l.selectAll("g.tick text").data(q).text(function(G) {
17221
+ return G.length > D ? (pt.truncation[n] = !0, Ki(G, R, L)) : G;
17222
+ }), this.getInvisibleAxisRef().selectAll("g.tick text").data(q).text(function(G) {
17223
+ return G.length > D ? Ki(G, R, L) : G;
17225
17224
  }), l.selectAll("g.ticks").html(this.getInvisibleAxisRef().html()), l.selectAll("g.tick text").data(q);
17226
17225
  }
17227
17226
  }
@@ -18908,7 +18907,7 @@ class a0 extends ht {
18908
18907
  return r.pie.labels.enabled ? i + Ct.radiusOffset : i;
18909
18908
  }
18910
18909
  }
18911
- class zN extends a0 {
18910
+ class GN extends a0 {
18912
18911
  constructor() {
18913
18912
  super(...arguments), this.type = "donut", this.renderType = Q.SVG;
18914
18913
  }
@@ -18953,7 +18952,7 @@ class zN extends a0 {
18953
18952
  }
18954
18953
  }
18955
18954
  const qf = "4,10 8,6 12,10", Yf = "12,6 8,10 4,6";
18956
- class GN extends ht {
18955
+ class zN extends ht {
18957
18956
  constructor() {
18958
18957
  super(...arguments), this.type = "gauge", this.renderType = Q.SVG;
18959
18958
  }
@@ -19023,7 +19022,10 @@ class GN extends ht {
19023
19022
  "transform",
19024
19023
  `translate(0, ${d})`
19025
19024
  ), f = o(a), p = I.appendOrSelect(h, "g.gauge-value-number"), { code: g, number: m } = b(n, "locale"), y = b(n, "gauge", "numberFormatter"), v = p.selectAll("text.gauge-value-number").data([i]);
19026
- v.enter().append("text").attr("class", "gauge-value-number").merge(v).style("font-size", `${f}px`).attr("text-anchor", "middle").text((D) => m(Number(y(D)), g));
19025
+ v.enter().append("text").attr("class", "gauge-value-number").merge(v).style("font-size", `${f}px`).attr("text-anchor", "middle").text((D) => {
19026
+ let L;
19027
+ return D != null ? L = Number(D.toFixed(2)) % 1 !== 0 ? D.toFixed(2) : D.toFixed() : L = 0, y ? y(L) : m(Number(L), g);
19028
+ });
19027
19029
  const { width: x } = I.getSVGElementSize(
19028
19030
  I.appendOrSelect(t, "text.gauge-value-number"),
19029
19031
  { useBBox: !0 }
@@ -19042,9 +19044,10 @@ class GN extends ht {
19042
19044
  "transform",
19043
19045
  `translate(0, ${l(o) + d})`
19044
19046
  ), g = I.appendOrSelect(p, "text.gauge-delta-number"), m = h ? "%" : "";
19045
- g.data(i === null ? [] : [i]), g.enter().append("text").classed("gauge-delta-number", !0).merge(g).attr("text-anchor", "middle").style("font-size", `${l(o)}px`).text(
19046
- (w) => `${a(Number(c(w)), s)}${m}`
19047
- );
19047
+ g.data(i === null ? [] : [i]), g.enter().append("text").classed("gauge-delta-number", !0).merge(g).attr("text-anchor", "middle").style("font-size", `${l(o)}px`).text((w) => {
19048
+ let _;
19049
+ return w != null ? _ = Number(w.toFixed(2)) % 1 !== 0 ? w.toFixed(2) : w.toFixed() : _ = 0, c ? `${c(_)}${m}` : `${a(Number(_), s)}${m}`;
19050
+ });
19048
19051
  const { width: y } = I.getSVGElementSize(
19049
19052
  I.appendOrSelect(n, ".gauge-delta-number"),
19050
19053
  { useBBox: !0 }
@@ -20539,7 +20542,7 @@ var QN = "#000000", JN = "#ffffff", tP = "#fcf4d6", eP = "#fddc69", nP = "#f1c21
20539
20542
  80: AP,
20540
20543
  90: $P,
20541
20544
  100: LP
20542
- }, kP = "#fff0f7", RP = "#ffd6e8", IP = "#ffafd2", NP = "#ff7eb6", PP = "#ee5396", UP = "#d02670", BP = "#9f1853", HP = "#740937", VP = "#510224", FP = "#2a0a18", zP = {
20545
+ }, kP = "#fff0f7", RP = "#ffd6e8", IP = "#ffafd2", NP = "#ff7eb6", PP = "#ee5396", UP = "#d02670", BP = "#9f1853", HP = "#740937", VP = "#510224", FP = "#2a0a18", GP = {
20543
20546
  10: kP,
20544
20547
  20: RP,
20545
20548
  30: IP,
@@ -20550,8 +20553,8 @@ var QN = "#000000", JN = "#ffffff", tP = "#fcf4d6", eP = "#fddc69", nP = "#f1c21
20550
20553
  80: HP,
20551
20554
  90: VP,
20552
20555
  100: FP
20553
- }, GP = "#f6f2ff", jP = "#e8daff", WP = "#d4bbff", qP = "#be95ff", YP = "#a56eff", XP = "#8a3ffc", ZP = "#6929c4", KP = "#491d8b", QP = "#31135e", JP = "#1c0f30", tU = {
20554
- 10: GP,
20556
+ }, zP = "#f6f2ff", jP = "#e8daff", WP = "#d4bbff", qP = "#be95ff", YP = "#a56eff", XP = "#8a3ffc", ZP = "#6929c4", KP = "#491d8b", QP = "#31135e", JP = "#1c0f30", tU = {
20557
+ 10: zP,
20555
20558
  20: jP,
20556
20559
  30: WP,
20557
20560
  40: qP,
@@ -20594,7 +20597,7 @@ var QN = "#000000", JN = "#ffffff", tP = "#fcf4d6", eP = "#fddc69", nP = "#f1c21
20594
20597
  80: $U,
20595
20598
  90: LU,
20596
20599
  100: DU
20597
- }, RU = "#defbe6", IU = "#a7f0ba", NU = "#6fdc8c", PU = "#42be65", UU = "#24a148", BU = "#198038", HU = "#0e6027", VU = "#044317", FU = "#022d0d", zU = "#071908", GU = {
20600
+ }, RU = "#defbe6", IU = "#a7f0ba", NU = "#6fdc8c", PU = "#42be65", UU = "#24a148", BU = "#198038", HU = "#0e6027", VU = "#044317", FU = "#022d0d", GU = "#071908", zU = {
20598
20601
  10: RU,
20599
20602
  20: IU,
20600
20603
  30: NU,
@@ -20604,7 +20607,7 @@ var QN = "#000000", JN = "#ffffff", tP = "#fcf4d6", eP = "#fddc69", nP = "#f1c21
20604
20607
  70: HU,
20605
20608
  80: VU,
20606
20609
  90: FU,
20607
- 100: zU
20610
+ 100: GU
20608
20611
  }, jU = "#f2f4f8", WU = "#dde1e6", qU = "#c1c7cd", YU = "#a2a9b0", XU = "#878d96", ZU = "#697077", KU = "#4d5358", QU = "#343a3f", JU = "#21272a", tB = "#121619", eB = {
20609
20612
  10: jU,
20610
20613
  20: WU,
@@ -20646,8 +20649,8 @@ var QN = "#000000", JN = "#ffffff", tP = "#fcf4d6", eP = "#fddc69", nP = "#f1c21
20646
20649
  coolGray: eB,
20647
20650
  cyan: _U,
20648
20651
  gray: dB,
20649
- green: GU,
20650
- magenta: zP,
20652
+ green: zU,
20653
+ magenta: GP,
20651
20654
  orange: EP,
20652
20655
  purple: tU,
20653
20656
  red: DP,
@@ -20891,7 +20894,7 @@ class MB extends ht {
20891
20894
  });
20892
20895
  if (u === 0 || d === 0)
20893
20896
  return;
20894
- const h = zk().size([u, d]).words(
20897
+ const h = Gk().size([u, d]).words(
20895
20898
  i.map(function(p) {
20896
20899
  const g = p[o];
20897
20900
  if (typeof p[o] != "number")
@@ -21058,7 +21061,7 @@ class CB extends ht {
21058
21061
  t = jE();
21059
21062
  break;
21060
21063
  case un.geoMercator:
21061
- t = zE();
21064
+ t = GE();
21062
21065
  break;
21063
21066
  case un.geoNaturalEarth1:
21064
21067
  t = ZE();
@@ -21292,7 +21295,7 @@ function VB(e, t) {
21292
21295
  function FB(e, t) {
21293
21296
  return Tu(e, -t);
21294
21297
  }
21295
- function zB(e, t) {
21298
+ function GB(e, t) {
21296
21299
  const n = gt(e), r = gt(t), i = Kf(n, r), s = Math.abs(iv(n, r));
21297
21300
  n.setDate(n.getDate() - i * s);
21298
21301
  const a = +(Kf(n, r) === -i), o = i * (s - a);
@@ -21306,7 +21309,7 @@ function p0(e, t) {
21306
21309
  const n = gt(e);
21307
21310
  return isNaN(t) ? Ue(e, NaN) : (t && n.setDate(n.getDate() + t), n);
21308
21311
  }
21309
- function GB(e, t) {
21312
+ function zB(e, t) {
21310
21313
  return p0(e, -t);
21311
21314
  }
21312
21315
  function Mu(e) {
@@ -21655,7 +21658,7 @@ class qB extends Tn {
21655
21658
  }
21656
21659
  function YB(e, t) {
21657
21660
  const n = new Date(e[0]), r = new Date(e[1]);
21658
- return IB(r, n) > 1 ? [NB(n, t), f0(r, t)] : VB(r, n) > 1 ? [FB(n, t), Tu(r, t)] : zB(r, n) > 1 ? [GB(n, t), p0(r, t)] : jB(r, n) > 1 ? [WB(n, t), m0(r, t)] : Qf(r, n) > 30 ? [
21661
+ return IB(r, n) > 1 ? [NB(n, t), f0(r, t)] : VB(r, n) > 1 ? [FB(n, t), Tu(r, t)] : GB(r, n) > 1 ? [zB(n, t), p0(r, t)] : jB(r, n) > 1 ? [WB(n, t), m0(r, t)] : Qf(r, n) > 30 ? [
21659
21662
  Jf(n, t * 30),
21660
21663
  Ec(r, t * 30)
21661
21664
  ] : Qf(r, n) > 1 ? [Jf(n, t), Ec(r, t)] : tp(r, n) > 15 ? [
@@ -22369,7 +22372,7 @@ class P3 extends w0 {
22369
22372
  }
22370
22373
  getComponents() {
22371
22374
  const t = [
22372
- new zN(this.model, this.services),
22375
+ new GN(this.model, this.services),
22373
22376
  new se(this.model, this.services, {
22374
22377
  skeleton: Vt.DONUT
22375
22378
  })
@@ -22382,7 +22385,7 @@ class U3 extends Fe {
22382
22385
  super(t, n), this.model = new FL(this.services), this.model.setOptions(kt(Ot.gaugeChart, n.options)), this.init(t, n);
22383
22386
  }
22384
22387
  getComponents() {
22385
- const t = [new GN(this.model, this.services)];
22388
+ const t = [new zN(this.model, this.services)];
22386
22389
  return this.getChartComponents(t);
22387
22390
  }
22388
22391
  }
@@ -22405,7 +22408,7 @@ class B3 extends de {
22405
22408
  }
22406
22409
  class H3 extends de {
22407
22410
  constructor(t, n) {
22408
- super(t, n), this.model = new zL(this.services), this.model.setOptions(
22411
+ super(t, n), this.model = new GL(this.services), this.model.setOptions(
22409
22412
  kt(Ot.heatmapChart, n.options)
22410
22413
  ), this.init(t, n);
22411
22414
  }
@@ -22505,7 +22508,7 @@ class H3 extends de {
22505
22508
  }
22506
22509
  class V3 extends de {
22507
22510
  constructor(t, n) {
22508
- super(t, n), this.model = new GL(this.services), this.model.setOptions(kt(Ot.histogramChart, n.options)), this.init(t, n), this.update();
22511
+ super(t, n), this.model = new zL(this.services), this.model.setOptions(kt(Ot.histogramChart, n.options)), this.init(t, n), this.update();
22509
22512
  }
22510
22513
  getComponents() {
22511
22514
  const t = [
@@ -22534,7 +22537,7 @@ class F3 extends de {
22534
22537
  return this.getAxisChartComponents(t);
22535
22538
  }
22536
22539
  }
22537
- class z3 extends de {
22540
+ class G3 extends de {
22538
22541
  constructor(t, n) {
22539
22542
  super(t, n), this.model.setOptions(kt(Ot.lollipopChart, n.options)), this.init(t, n);
22540
22543
  }
@@ -22552,7 +22555,7 @@ class z3 extends de {
22552
22555
  return this.getAxisChartComponents(t);
22553
22556
  }
22554
22557
  }
22555
- class G3 extends Fe {
22558
+ class z3 extends Fe {
22556
22559
  constructor(t, n) {
22557
22560
  var r;
22558
22561
  super(t, n), this.model = new jL(this.services);
@@ -22753,7 +22756,7 @@ function Dt(e, t) {
22753
22756
  const J3 = Dt(A3, "CcvAlluvialChart"), tH = Dt($3, "CcvAreaChart"), eH = Dt(L3, "CcvBoxplotChart"), nH = Dt(D3, "CcvBubbleChart"), rH = Dt(k3, "CcvBulletChart"), iH = Dt(
22754
22757
  R3,
22755
22758
  "ExperimentalCcvChoroplethChart"
22756
- ), sH = Dt(I3, "CcvCirclePackChart"), aH = Dt(N3, "CcvComboChart"), oH = Dt(P3, "CcvDonutChart"), lH = Dt(U3, "CcvGaugeChart"), cH = Dt(B3, "CcvGroupedBarChart"), uH = Dt(H3, "CcvHeatmapChart"), hH = Dt(V3, "CcvHistogramChart"), dH = Dt(F3, "CcvLineChart"), fH = Dt(z3, "CcvLollipopChart"), pH = Dt(G3, "CcvMeterChart"), mH = Dt(w0, "CcvPieChart"), gH = Dt(j3, "CcvRadarChart"), vH = Dt(W3, "CcvScatterChart"), yH = Dt(X3, "CcvSimpleBarChart"), xH = Dt(Z3, "CcvStackedAreaChart"), bH = Dt(K3, "CcvStackedBarChart"), EH = Dt(q3, "CcvTreeChart"), _H = Dt(Y3, "CcvTreemapChart"), wH = Dt(Q3, "CcvWordCloudChart"), SH = [
22759
+ ), sH = Dt(I3, "CcvCirclePackChart"), aH = Dt(N3, "CcvComboChart"), oH = Dt(P3, "CcvDonutChart"), lH = Dt(U3, "CcvGaugeChart"), cH = Dt(B3, "CcvGroupedBarChart"), uH = Dt(H3, "CcvHeatmapChart"), hH = Dt(V3, "CcvHistogramChart"), dH = Dt(F3, "CcvLineChart"), fH = Dt(G3, "CcvLollipopChart"), pH = Dt(z3, "CcvMeterChart"), mH = Dt(w0, "CcvPieChart"), gH = Dt(j3, "CcvRadarChart"), vH = Dt(W3, "CcvScatterChart"), yH = Dt(X3, "CcvSimpleBarChart"), xH = Dt(Z3, "CcvStackedAreaChart"), bH = Dt(K3, "CcvStackedBarChart"), EH = Dt(q3, "CcvTreeChart"), _H = Dt(Y3, "CcvTreemapChart"), wH = Dt(Q3, "CcvWordCloudChart"), SH = [
22757
22760
  J3,
22758
22761
  tH,
22759
22762
  eH,