@appkit/dek-lib 0.52.0 → 0.53.0

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.es.js CHANGED
@@ -436,7 +436,7 @@ function qh() {
436
436
  k[K] || (C('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', B(f10.current.type), w3.ref), k[K] = true);
437
437
  }
438
438
  }
439
- function E1(w3, U) {
439
+ function j1(w3, U) {
440
440
  {
441
441
  var K = function() {
442
442
  u2 || (u2 = true, C("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", U));
@@ -458,7 +458,7 @@ function qh() {
458
458
  });
459
459
  }
460
460
  }
461
- var j1 = function(w3, U, K, c1, C1, _1, H1) {
461
+ var N1 = function(w3, U, K, c1, C1, _1, H1) {
462
462
  var z1 = {
463
463
  // This tag allows us to uniquely identify this as a React Element
464
464
  $$typeof: e9,
@@ -500,9 +500,9 @@ function qh() {
500
500
  }
501
501
  if (z1 || o23) {
502
502
  var X1 = typeof w3 == "function" ? w3.displayName || w3.name || "Unknown" : w3;
503
- z1 && E1(H1, X1), o23 && P1(H1, X1);
503
+ z1 && j1(H1, X1), o23 && P1(H1, X1);
504
504
  }
505
- return j1(w3, z1, o23, C1, c1, f10.current, H1);
505
+ return N1(w3, z1, o23, C1, c1, f10.current, H1);
506
506
  }
507
507
  }
508
508
  var la = L.ReactCurrentOwner, X8 = L.ReactDebugCurrentFrame;
@@ -27640,7 +27640,17 @@ const mK1 = ({
27640
27640
  height: o2.current.offsetHeight
27641
27641
  });
27642
27642
  }, [r10, n10]);
27643
- const z = HK1(MK1), M = c10.length;
27643
+ const z = c10.length;
27644
+ useEffect$1(() => {
27645
+ if (!e9 || z <= 1)
27646
+ return;
27647
+ const p10 = setInterval(() => {
27648
+ var m;
27649
+ (m = v.current) == null || m.next();
27650
+ }, e9 * 1e3);
27651
+ return () => clearInterval(p10);
27652
+ }, [e9, z]);
27653
+ const M = HK1(MK1);
27644
27654
  h10 = Math.max(0, h10);
27645
27655
  function H(p10, m) {
27646
27656
  const L = c10[m];
@@ -27670,18 +27680,18 @@ const mK1 = ({
27670
27680
  iK1,
27671
27681
  {
27672
27682
  ref: v,
27673
- component: z,
27683
+ component: M,
27674
27684
  cardSize: s10.width,
27675
- cardCount: M,
27676
- cardPadCount: h10,
27677
- autoplay: M > 1 ? e9 * 1e3 : 0,
27678
- loop: false,
27685
+ cardCount: z,
27686
+ cardPadCount: z,
27687
+ autoplay: 0,
27688
+ loop: true,
27679
27689
  vertical: t9,
27680
27690
  renderCard: H,
27681
27691
  width: s10.width,
27682
27692
  height: s10.height,
27683
27693
  v: t9,
27684
- c: M,
27694
+ c: z,
27685
27695
  p: h10,
27686
27696
  o: i10
27687
27697
  }
@@ -30368,10 +30378,10 @@ d8.write = function(t9, e9, r10, n10, h10, i10) {
30368
30378
  if (u2 >>>= 0, V >>>= 0, k >>>= 0, P >>>= 0, this === g)
30369
30379
  return 0;
30370
30380
  let R = P - k, s1 = V - u2;
30371
- const E1 = Math.min(R, s1), P1 = this.slice(k, P), j1 = g.slice(u2, V);
30372
- for (let O1 = 0; O1 < E1; ++O1)
30373
- if (P1[O1] !== j1[O1]) {
30374
- R = P1[O1], s1 = j1[O1];
30381
+ const j1 = Math.min(R, s1), P1 = this.slice(k, P), N1 = g.slice(u2, V);
30382
+ for (let O1 = 0; O1 < j1; ++O1)
30383
+ if (P1[O1] !== N1[O1]) {
30384
+ R = P1[O1], s1 = N1[O1];
30375
30385
  break;
30376
30386
  }
30377
30387
  return R < s1 ? -1 : s1 < R ? 1 : 0;
@@ -30401,27 +30411,27 @@ d8.write = function(t9, e9, r10, n10, h10, i10) {
30401
30411
  return -1;
30402
30412
  P = 2, R /= 2, s1 /= 2, u2 /= 2;
30403
30413
  }
30404
- function E1(j1, O1) {
30405
- return P === 1 ? j1[O1] : j1.readUInt16BE(O1 * P);
30414
+ function j1(N1, O1) {
30415
+ return P === 1 ? N1[O1] : N1.readUInt16BE(O1 * P);
30406
30416
  }
30407
30417
  let P1;
30408
30418
  if (k) {
30409
- let j1 = -1;
30419
+ let N1 = -1;
30410
30420
  for (P1 = u2; P1 < R; P1++)
30411
- if (E1(f10, P1) === E1(g, j1 === -1 ? 0 : P1 - j1)) {
30412
- if (j1 === -1 && (j1 = P1), P1 - j1 + 1 === s1)
30413
- return j1 * P;
30421
+ if (j1(f10, P1) === j1(g, N1 === -1 ? 0 : P1 - N1)) {
30422
+ if (N1 === -1 && (N1 = P1), P1 - N1 + 1 === s1)
30423
+ return N1 * P;
30414
30424
  } else
30415
- j1 !== -1 && (P1 -= P1 - j1), j1 = -1;
30425
+ N1 !== -1 && (P1 -= P1 - N1), N1 = -1;
30416
30426
  } else
30417
30427
  for (u2 + s1 > R && (u2 = R - s1), P1 = u2; P1 >= 0; P1--) {
30418
- let j1 = true;
30428
+ let N1 = true;
30419
30429
  for (let O1 = 0; O1 < s1; O1++)
30420
- if (E1(f10, P1 + O1) !== E1(g, O1)) {
30421
- j1 = false;
30430
+ if (j1(f10, P1 + O1) !== j1(g, O1)) {
30431
+ N1 = false;
30422
30432
  break;
30423
30433
  }
30424
- if (j1)
30434
+ if (N1)
30425
30435
  return P1;
30426
30436
  }
30427
30437
  return -1;
@@ -30516,19 +30526,19 @@ d8.write = function(t9, e9, r10, n10, h10, i10) {
30516
30526
  const P = f10[k];
30517
30527
  let R = null, s1 = P > 239 ? 4 : P > 223 ? 3 : P > 191 ? 2 : 1;
30518
30528
  if (k + s1 <= u2) {
30519
- let E1, P1, j1, O1;
30529
+ let j1, P1, N1, O1;
30520
30530
  switch (s1) {
30521
30531
  case 1:
30522
30532
  P < 128 && (R = P);
30523
30533
  break;
30524
30534
  case 2:
30525
- E1 = f10[k + 1], (E1 & 192) === 128 && (O1 = (P & 31) << 6 | E1 & 63, O1 > 127 && (R = O1));
30535
+ j1 = f10[k + 1], (j1 & 192) === 128 && (O1 = (P & 31) << 6 | j1 & 63, O1 > 127 && (R = O1));
30526
30536
  break;
30527
30537
  case 3:
30528
- E1 = f10[k + 1], P1 = f10[k + 2], (E1 & 192) === 128 && (P1 & 192) === 128 && (O1 = (P & 15) << 12 | (E1 & 63) << 6 | P1 & 63, O1 > 2047 && (O1 < 55296 || O1 > 57343) && (R = O1));
30538
+ j1 = f10[k + 1], P1 = f10[k + 2], (j1 & 192) === 128 && (P1 & 192) === 128 && (O1 = (P & 15) << 12 | (j1 & 63) << 6 | P1 & 63, O1 > 2047 && (O1 < 55296 || O1 > 57343) && (R = O1));
30529
30539
  break;
30530
30540
  case 4:
30531
- E1 = f10[k + 1], P1 = f10[k + 2], j1 = f10[k + 3], (E1 & 192) === 128 && (P1 & 192) === 128 && (j1 & 192) === 128 && (O1 = (P & 15) << 18 | (E1 & 63) << 12 | (P1 & 63) << 6 | j1 & 63, O1 > 65535 && O1 < 1114112 && (R = O1));
30541
+ j1 = f10[k + 1], P1 = f10[k + 2], N1 = f10[k + 3], (j1 & 192) === 128 && (P1 & 192) === 128 && (N1 & 192) === 128 && (O1 = (P & 15) << 18 | (j1 & 63) << 12 | (P1 & 63) << 6 | N1 & 63, O1 > 65535 && O1 < 1114112 && (R = O1));
30532
30542
  }
30533
30543
  }
30534
30544
  R === null ? (R = 65533, s1 = 1) : R > 65535 && (R -= 65536, V.push(R >>> 10 & 1023 | 55296), R = 56320 | R & 1023), V.push(R), k += s1;
@@ -30728,8 +30738,8 @@ d8.write = function(t9, e9, r10, n10, h10, i10) {
30728
30738
  return k1(this, g, u2, BigInt(0), BigInt("0xffffffffffffffff"));
30729
30739
  }), l5.prototype.writeIntLE = function(g, u2, V, k) {
30730
30740
  if (g = +g, u2 = u2 >>> 0, !k) {
30731
- const E1 = Math.pow(2, 8 * V - 1);
30732
- e1(this, g, u2, V, E1 - 1, -E1);
30741
+ const j1 = Math.pow(2, 8 * V - 1);
30742
+ e1(this, g, u2, V, j1 - 1, -j1);
30733
30743
  }
30734
30744
  let P = 0, R = 1, s1 = 0;
30735
30745
  for (this[u2] = g & 255; ++P < V && (R *= 256); )
@@ -30737,8 +30747,8 @@ d8.write = function(t9, e9, r10, n10, h10, i10) {
30737
30747
  return u2 + V;
30738
30748
  }, l5.prototype.writeIntBE = function(g, u2, V, k) {
30739
30749
  if (g = +g, u2 = u2 >>> 0, !k) {
30740
- const E1 = Math.pow(2, 8 * V - 1);
30741
- e1(this, g, u2, V, E1 - 1, -E1);
30750
+ const j1 = Math.pow(2, 8 * V - 1);
30751
+ e1(this, g, u2, V, j1 - 1, -j1);
30742
30752
  }
30743
30753
  let P = V - 1, R = 1, s1 = 0;
30744
30754
  for (this[u2 + P] = g & 255; --P >= 0 && (R *= 256); )
@@ -32855,7 +32865,7 @@ const MJ1 = (() => {
32855
32865
  let t9 = 0;
32856
32866
  return () => t9++;
32857
32867
  })();
32858
- function T1(t9) {
32868
+ function R1(t9) {
32859
32869
  return t9 === null || typeof t9 > "u";
32860
32870
  }
32861
32871
  function U1(t9) {
@@ -33535,7 +33545,7 @@ var q1 = /* @__PURE__ */ new UJ1({
33535
33545
  $J1
33536
33546
  ]);
33537
33547
  function YJ1(t9) {
33538
- return !t9 || T1(t9.size) || T1(t9.family) ? null : (t9.style ? t9.style + " " : "") + (t9.weight ? t9.weight + " " : "") + t9.size + "px " + t9.family;
33548
+ return !t9 || R1(t9.size) || R1(t9.family) ? null : (t9.style ? t9.style + " " : "") + (t9.weight ? t9.weight + " " : "") + t9.size + "px " + t9.family;
33539
33549
  }
33540
33550
  function d3(t9, e9, r10, n10, h10) {
33541
33551
  let i10 = e9[h10];
@@ -33647,7 +33657,7 @@ function KJ1(t9, e9, r10, n10) {
33647
33657
  t9.bezierCurveTo(n10 ? e9.cp1x : e9.cp2x, n10 ? e9.cp1y : e9.cp2y, n10 ? r10.cp2x : r10.cp1x, n10 ? r10.cp2y : r10.cp1y, r10.x, r10.y);
33648
33658
  }
33649
33659
  function XJ1(t9, e9) {
33650
- e9.translation && t9.translate(e9.translation[0], e9.translation[1]), T1(e9.rotation) || t9.rotate(e9.rotation), e9.color && (t9.fillStyle = e9.color), e9.textAlign && (t9.textAlign = e9.textAlign), e9.textBaseline && (t9.textBaseline = e9.textBaseline);
33660
+ e9.translation && t9.translate(e9.translation[0], e9.translation[1]), R1(e9.rotation) || t9.rotate(e9.rotation), e9.color && (t9.fillStyle = e9.color), e9.textAlign && (t9.textAlign = e9.textAlign), e9.textBaseline && (t9.textBaseline = e9.textBaseline);
33651
33661
  }
33652
33662
  function QJ1(t9, e9, r10, n10, h10) {
33653
33663
  if (h10.strikethrough || h10.underline) {
@@ -33665,7 +33675,7 @@ function lt(t9, e9, r10, n10, h10, i10 = {}) {
33665
33675
  ], l5 = i10.strokeWidth > 0 && i10.strokeColor !== "";
33666
33676
  let o2, v;
33667
33677
  for (t9.save(), t9.font = h10.string, XJ1(t9, i10), o2 = 0; o2 < c10.length; ++o2)
33668
- v = c10[o2], i10.backdrop && JJ1(t9, i10.backdrop), l5 && (i10.strokeColor && (t9.strokeStyle = i10.strokeColor), T1(i10.strokeWidth) || (t9.lineWidth = i10.strokeWidth), t9.strokeText(v, r10, n10, i10.maxWidth)), t9.fillText(v, r10, n10, i10.maxWidth), QJ1(t9, r10, n10, v, i10), n10 += Number(h10.lineHeight);
33678
+ v = c10[o2], i10.backdrop && JJ1(t9, i10.backdrop), l5 && (i10.strokeColor && (t9.strokeStyle = i10.strokeColor), R1(i10.strokeWidth) || (t9.lineWidth = i10.strokeWidth), t9.strokeText(v, r10, n10, i10.maxWidth)), t9.fillText(v, r10, n10, i10.maxWidth), QJ1(t9, r10, n10, v, i10), n10 += Number(h10.lineHeight);
33669
33679
  t9.restore();
33670
33680
  }
33671
33681
  function N4(t9, e9) {
@@ -35173,7 +35183,7 @@ class $5 extends k4 {
35173
35183
  A.skip = true;
35174
35184
  continue;
35175
35185
  }
35176
- const O = this.getParsed(b), x = T1(O[M]), _10 = A[z] = c10.getPixelForValue(O[z], b), I = A[M] = i10 || x ? l5.getBasePixel() : l5.getPixelForValue(o2 ? this.applyStack(l5, O, o2) : O[M], b);
35186
+ const O = this.getParsed(b), x = R1(O[M]), _10 = A[z] = c10.getPixelForValue(O[z], b), I = A[M] = i10 || x ? l5.getBasePixel() : l5.getPixelForValue(o2 ? this.applyStack(l5, O, o2) : O[M], b);
35177
35187
  A.skip = isNaN(_10) || isNaN(I) || x, A.stop = b > 0 && Math.abs(O[z] - T[z]) > m, p10 && (A.parsed = O, A.raw = v.data[b]), d && (A.options = s10 || this.resolveDataElementOptions(b, S.active ? "active" : h10)), L || this.updateElement(S, b, A, h10), T = O;
35178
35188
  }
35179
35189
  }
@@ -35795,7 +35805,7 @@ class L12 extends V7 {
35795
35805
  "width"
35796
35806
  ].forEach((i10) => {
35797
35807
  const c10 = n10[i10];
35798
- T1(c10) ? r10.removeAttribute(i10) : r10.setAttribute(i10, c10);
35808
+ R1(c10) ? r10.removeAttribute(i10) : r10.setAttribute(i10, c10);
35799
35809
  });
35800
35810
  const h10 = n10.style || {};
35801
35811
  return Object.keys(h10).forEach((i10) => {
@@ -35875,9 +35885,9 @@ function w12(t9, e9) {
35875
35885
  if (c10 > 0) {
35876
35886
  let d, z;
35877
35887
  const M = c10 > 1 ? Math.round((o2 - l5) / (c10 - 1)) : null;
35878
- for (k5(e9, v, s10, T1(M) ? 0 : l5 - M, l5), d = 0, z = c10 - 1; d < z; d++)
35888
+ for (k5(e9, v, s10, R1(M) ? 0 : l5 - M, l5), d = 0, z = c10 - 1; d < z; d++)
35879
35889
  k5(e9, v, s10, i10[d], i10[d + 1]);
35880
- return k5(e9, v, s10, o2, T1(M) ? e9.length : o2 + M), v;
35890
+ return k5(e9, v, s10, o2, R1(M) ? e9.length : o2 + M), v;
35881
35891
  }
35882
35892
  return k5(e9, v, s10), v;
35883
35893
  }
@@ -36222,7 +36232,7 @@ class ot extends e0 {
36222
36232
  this.beforeTickToLabelConversion(), this.generateTickLabels(e9);
36223
36233
  let r10, n10;
36224
36234
  for (r10 = 0, n10 = e9.length; r10 < n10; r10++)
36225
- T1(e9[r10].label) && (e9.splice(r10, 1), n10--, r10--);
36235
+ R1(e9[r10].label) && (e9.splice(r10, 1), n10--, r10--);
36226
36236
  this.afterTickToLabelConversion();
36227
36237
  }
36228
36238
  _getLabelSizes() {
@@ -36241,11 +36251,11 @@ class ot extends e0 {
36241
36251
  if (H = e9[d].label, p10 = this._resolveTickFontOptions(d), h10.font = m = p10.string, L = i10[m] = i10[m] || {
36242
36252
  data: {},
36243
36253
  gc: []
36244
- }, C = p10.lineHeight, y10 = T = 0, !T1(H) && !U1(H))
36254
+ }, C = p10.lineHeight, y10 = T = 0, !R1(H) && !U1(H))
36245
36255
  y10 = d3(h10, L.data, L.gc, y10, H), T = C;
36246
36256
  else if (U1(H))
36247
36257
  for (z = 0, M = H.length; z < M; ++z)
36248
- b = H[z], !T1(b) && !U1(b) && (y10 = d3(h10, L.data, L.gc, y10, b), T += C);
36258
+ b = H[z], !R1(b) && !U1(b) && (y10 = d3(h10, L.data, L.gc, y10, b), T += C);
36249
36259
  c10.push(y10), l5.push(T), v = Math.max(y10, v), s10 = Math.max(T, s10);
36250
36260
  }
36251
36261
  b12(i10, r10);
@@ -36763,7 +36773,7 @@ class E12 {
36763
36773
  return true;
36764
36774
  }
36765
36775
  invalidate() {
36766
- T1(this._cache) || (this._oldCache = this._cache, this._cache = void 0);
36776
+ R1(this._cache) || (this._oldCache = this._cache, this._cache = void 0);
36767
36777
  }
36768
36778
  _descriptors(e9) {
36769
36779
  if (this._cache)
@@ -37153,7 +37163,7 @@ let q3 = (B0 = class {
37153
37163
  }
37154
37164
  get aspectRatio() {
37155
37165
  const { options: { aspectRatio: e9, maintainAspectRatio: r10 }, width: n10, height: h10, _aspectRatio: i10 } = this;
37156
- return T1(e9) ? r10 && i10 ? i10 : h10 ? n10 / h10 : null : e9;
37166
+ return R1(e9) ? r10 && i10 ? i10 : h10 ? n10 / h10 : null : e9;
37157
37167
  }
37158
37168
  get data() {
37159
37169
  return this.config.data;
@@ -38887,7 +38897,7 @@ const P7 = {
38887
38897
  let e9 = t9.dataset.label || "";
38888
38898
  e9 && (e9 += ": ");
38889
38899
  const r10 = t9.formattedValue;
38890
- return T1(r10) || (e9 += r10), e9;
38900
+ return R1(r10) || (e9 += r10), e9;
38891
38901
  },
38892
38902
  labelColor(t9) {
38893
38903
  const r10 = t9.chart.getDatasetMeta(t9.datasetIndex).controller.getStyle(t9.dataIndex);
@@ -39300,7 +39310,7 @@ class k6 extends ot {
39300
39310
  super.init(e9);
39301
39311
  }
39302
39312
  parse(e9, r10) {
39303
- if (T1(e9))
39313
+ if (R1(e9))
39304
39314
  return null;
39305
39315
  const n10 = this.getLabels();
39306
39316
  return r10 = isFinite(r10) && n10[r10] === e9 ? r10 : n02(n10, e9, M1(r10, e9), this._addedLabels), h02(r10, n10.length - 1);
@@ -39346,7 +39356,7 @@ Z(k6, "id", "category"), Z(k6, "defaults", {
39346
39356
  }
39347
39357
  });
39348
39358
  function i02(t9, e9) {
39349
- const r10 = [], { bounds: h10, step: i10, min: c10, max: l5, precision: o2, count: v, maxTicks: s10, maxDigits: d, includeBounds: z } = t9, M = i10 || 1, H = s10 - 1, { min: p10, max: m } = e9, L = !T1(c10), C = !T1(l5), y10 = !T1(v), T = (m - p10) / (d + 1);
39359
+ const r10 = [], { bounds: h10, step: i10, min: c10, max: l5, precision: o2, count: v, maxTicks: s10, maxDigits: d, includeBounds: z } = t9, M = i10 || 1, H = s10 - 1, { min: p10, max: m } = e9, L = !R1(c10), C = !R1(l5), y10 = !R1(v), T = (m - p10) / (d + 1);
39350
39360
  let b = te((m - p10) / H / M) * M, S, A, O, x;
39351
39361
  if (b < 1e-14 && !L && !C)
39352
39362
  return [
@@ -39357,9 +39367,9 @@ function i02(t9, e9) {
39357
39367
  value: m
39358
39368
  }
39359
39369
  ];
39360
- x = Math.ceil(m / b) - Math.floor(p10 / b), x > H && (b = te(x * b / H / M) * M), T1(o2) || (S = Math.pow(10, o2), b = Math.ceil(b * S) / S), h10 === "ticks" ? (A = Math.floor(p10 / b) * b, O = Math.ceil(m / b) * b) : (A = p10, O = m), L && C && i10 && CJ1((l5 - c10) / i10, b / 1e3) ? (x = Math.round(Math.min((l5 - c10) / b, s10)), b = (l5 - c10) / x, A = c10, O = l5) : y10 ? (A = L ? c10 : A, O = C ? l5 : O, x = v - 1, b = (O - A) / x) : (x = (O - A) / b, w4(x, Math.round(x), b / 1e3) ? x = Math.round(x) : x = Math.ceil(x));
39370
+ x = Math.ceil(m / b) - Math.floor(p10 / b), x > H && (b = te(x * b / H / M) * M), R1(o2) || (S = Math.pow(10, o2), b = Math.ceil(b * S) / S), h10 === "ticks" ? (A = Math.floor(p10 / b) * b, O = Math.ceil(m / b) * b) : (A = p10, O = m), L && C && i10 && CJ1((l5 - c10) / i10, b / 1e3) ? (x = Math.round(Math.min((l5 - c10) / b, s10)), b = (l5 - c10) / x, A = c10, O = l5) : y10 ? (A = L ? c10 : A, O = C ? l5 : O, x = v - 1, b = (O - A) / x) : (x = (O - A) / b, w4(x, Math.round(x), b / 1e3) ? x = Math.round(x) : x = Math.ceil(x));
39361
39371
  const _10 = Math.max(ae(b), ae(A));
39362
- S = Math.pow(10, T1(o2) ? _10 : o2), A = Math.round(A * S) / S, O = Math.round(O * S) / S;
39372
+ S = Math.pow(10, R1(o2) ? _10 : o2), A = Math.round(A * S) / S, O = Math.round(O * S) / S;
39363
39373
  let I = 0;
39364
39374
  for (L && (z && A !== c10 ? (r10.push({
39365
39375
  value: c10
@@ -39386,7 +39396,7 @@ class z3 extends ot {
39386
39396
  super(e9), this.start = void 0, this.end = void 0, this._startValue = void 0, this._endValue = void 0, this._valueRange = 0;
39387
39397
  }
39388
39398
  parse(e9, r10) {
39389
- return T1(e9) || (typeof e9 == "number" || e9 instanceof Number) && !isFinite(+e9) ? null : +e9;
39399
+ return R1(e9) || (typeof e9 == "number" || e9 instanceof Number) && !isFinite(+e9) ? null : +e9;
39390
39400
  }
39391
39401
  handleTickRangeOptions() {
39392
39402
  const { beginAtZero: e9 } = this.options, { minDefined: r10, maxDefined: n10 } = this.getUserBounds();
@@ -39659,7 +39669,7 @@ function f02(t9, e9, r10) {
39659
39669
  }
39660
39670
  function p02(t9, e9, r10) {
39661
39671
  const { left: n10, top: h10, right: i10, bottom: c10 } = r10, { backdropColor: l5 } = e9;
39662
- if (!T1(l5)) {
39672
+ if (!R1(l5)) {
39663
39673
  const o2 = rt(e9.borderRadius), v = i2(e9.backdropPadding);
39664
39674
  t9.fillStyle = l5;
39665
39675
  const s10 = n10 - v.left, d = h10 - v.top, z = i10 - n10 + v.width, M = c10 - h10 + v.height;
@@ -39746,13 +39756,13 @@ class b5 extends z3 {
39746
39756
  return x2(e9 * r10 + S0(n10));
39747
39757
  }
39748
39758
  getDistanceFromCenterForValue(e9) {
39749
- if (T1(e9))
39759
+ if (R1(e9))
39750
39760
  return NaN;
39751
39761
  const r10 = this.drawingArea / (this.max - this.min);
39752
39762
  return this.options.reverse ? (this.max - e9) * r10 : (e9 - this.min) * r10;
39753
39763
  }
39754
39764
  getValueForDistanceFromCenter(e9) {
39755
- if (T1(e9))
39765
+ if (R1(e9))
39756
39766
  return NaN;
39757
39767
  const r10 = e9 / (this.drawingArea / (this.max - this.min));
39758
39768
  return this.options.reverse ? this.max - r10 : this.min + r10;
@@ -39928,7 +39938,7 @@ function ir(t9, e9) {
39928
39938
  return t9 - e9;
39929
39939
  }
39930
39940
  function cr(t9, e9) {
39931
- if (T1(e9))
39941
+ if (R1(e9))
39932
39942
  return null;
39933
39943
  const r10 = t9._adapter, { parser: n10, round: h10, isoWeekday: i10 } = t9._parseOpts;
39934
39944
  let c10 = e9;
@@ -40843,7 +40853,7 @@ function J02(t9, e9) {
40843
40853
  return this[t9](e9);
40844
40854
  return this;
40845
40855
  }
40846
- var q7 = /\d/, y2 = /\d\d/, G7 = /\d{3}/, W8 = /\d{4}/, Q3 = /[+-]?\d{6}/, F1 = /\d\d?/, K7 = /\d\d\d\d?/, X7 = /\d\d\d\d\d\d?/, J3 = /\d{1,3}/, D8 = /\d{1,4}/, Z3 = /[+-]?\d{1,6}/, Gt = /\d+/, ta = /[+-]?\d+/, Z02 = /Z|[+-]\d\d:?\d\d/gi, aa = /Z|[+-]\d\d(?::?\d\d)?/gi, tt2 = /[+-]?\d+(\.\d{1,3})?/, i5 = /[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i, p3;
40856
+ var q7 = /\d/, y2 = /\d\d/, G7 = /\d{3}/, W8 = /\d{4}/, Q3 = /[+-]?\d{6}/, E1 = /\d\d?/, K7 = /\d\d\d\d?/, X7 = /\d\d\d\d\d\d?/, J3 = /\d{1,3}/, D8 = /\d{1,4}/, Z3 = /[+-]?\d{1,6}/, Gt = /\d+/, ta = /[+-]?\d+/, Z02 = /Z|[+-]\d\d:?\d\d/gi, aa = /Z|[+-]\d\d(?::?\d\d)?/gi, tt2 = /[+-]?\d+(\.\d{1,3})?/, i5 = /[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i, p3;
40847
40857
  p3 = {};
40848
40858
  function J(t9, e9, r10) {
40849
40859
  p3[t9] = i0(e9) ? e9 : function(n10, h10) {
@@ -40911,8 +40921,8 @@ r1("MMMM", 0, 0, function(t9) {
40911
40921
  });
40912
40922
  c2("month", "M");
40913
40923
  l2("month", 8);
40914
- J("M", F1);
40915
- J("MM", F1, y2);
40924
+ J("M", E1);
40925
+ J("MM", E1, y2);
40916
40926
  J("MMM", function(t9, e9) {
40917
40927
  return e9.monthsShortRegex(t9);
40918
40928
  });
@@ -41020,7 +41030,7 @@ r1(0, ["YYYYYY", 6, true], 0, "year");
41020
41030
  c2("year", "y");
41021
41031
  l2("year", 1);
41022
41032
  J("Y", ta);
41023
- J("YY", F1, y2);
41033
+ J("YY", E1, y2);
41024
41034
  J("YYYY", D8, W8);
41025
41035
  J("YYYYY", Z3, Q3);
41026
41036
  J("YYYYYY", Z3, Q3);
@@ -41080,10 +41090,10 @@ c2("week", "w");
41080
41090
  c2("isoWeek", "W");
41081
41091
  l2("week", 5);
41082
41092
  l2("isoWeek", 5);
41083
- J("w", F1);
41084
- J("ww", F1, y2);
41085
- J("W", F1);
41086
- J("WW", F1, y2);
41093
+ J("w", E1);
41094
+ J("ww", E1, y2);
41095
+ J("W", E1);
41096
+ J("WW", E1, y2);
41087
41097
  c5(
41088
41098
  ["w", "ww", "W", "WW"],
41089
41099
  function(t9, e9, r10, n10) {
@@ -41131,9 +41141,9 @@ c2("isoWeekday", "E");
41131
41141
  l2("day", 11);
41132
41142
  l2("weekday", 11);
41133
41143
  l2("isoWeekday", 11);
41134
- J("d", F1);
41135
- J("e", F1);
41136
- J("E", F1);
41144
+ J("d", E1);
41145
+ J("e", E1);
41146
+ J("E", E1);
41137
41147
  J("dd", function(t9, e9) {
41138
41148
  return e9.weekdaysMinRegex(t9);
41139
41149
  });
@@ -41294,12 +41304,12 @@ function ih(t9, e9) {
41294
41304
  }
41295
41305
  J("a", ih);
41296
41306
  J("A", ih);
41297
- J("H", F1);
41298
- J("h", F1);
41299
- J("k", F1);
41300
- J("HH", F1, y2);
41301
- J("hh", F1, y2);
41302
- J("kk", F1, y2);
41307
+ J("H", E1);
41308
+ J("h", E1);
41309
+ J("k", E1);
41310
+ J("HH", E1, y2);
41311
+ J("hh", E1, y2);
41312
+ J("kk", E1, y2);
41303
41313
  J("hmm", K7);
41304
41314
  J("hmmss", X7);
41305
41315
  J("Hmm", K7);
@@ -41352,7 +41362,7 @@ var ch = {
41352
41362
  weekdaysMin: yt2,
41353
41363
  weekdaysShort: nh,
41354
41364
  meridiemParse: Ut2
41355
- }, N1 = {}, v4 = {}, G4;
41365
+ }, $1 = {}, v4 = {}, G4;
41356
41366
  function Gt2(t9, e9) {
41357
41367
  var r10, n10 = Math.min(t9.length, e9.length);
41358
41368
  for (r10 = 0; r10 < n10; r10 += 1)
@@ -41381,13 +41391,13 @@ function Xt2(t9) {
41381
41391
  }
41382
41392
  function ra(t9) {
41383
41393
  var e9 = null, r10;
41384
- if (N1[t9] === void 0 && typeof module < "u" && module && module.exports && Xt2(t9))
41394
+ if ($1[t9] === void 0 && typeof module < "u" && module && module.exports && Xt2(t9))
41385
41395
  try {
41386
41396
  e9 = G4._abbr, r10 = require, r10("./locale/" + t9), R0(e9);
41387
41397
  } catch {
41388
- N1[t9] = null;
41398
+ $1[t9] = null;
41389
41399
  }
41390
- return N1[t9];
41400
+ return $1[t9];
41391
41401
  }
41392
41402
  function R0(t9, e9) {
41393
41403
  var r10;
@@ -41398,14 +41408,14 @@ function R0(t9, e9) {
41398
41408
  function E8(t9, e9) {
41399
41409
  if (e9 !== null) {
41400
41410
  var r10, n10 = ch;
41401
- if (e9.abbr = t9, N1[t9] != null)
41411
+ if (e9.abbr = t9, $1[t9] != null)
41402
41412
  N7(
41403
41413
  "defineLocaleOverride",
41404
41414
  "use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."
41405
- ), n10 = N1[t9]._config;
41415
+ ), n10 = $1[t9]._config;
41406
41416
  else if (e9.parentLocale != null)
41407
- if (N1[e9.parentLocale] != null)
41408
- n10 = N1[e9.parentLocale]._config;
41417
+ if ($1[e9.parentLocale] != null)
41418
+ n10 = $1[e9.parentLocale]._config;
41409
41419
  else if (r10 = ra(e9.parentLocale), r10 != null)
41410
41420
  n10 = r10._config;
41411
41421
  else
@@ -41413,19 +41423,19 @@ function E8(t9, e9) {
41413
41423
  name: t9,
41414
41424
  config: e9
41415
41425
  }), null;
41416
- return N1[t9] = new I8(A6(n10, e9)), v4[t9] && v4[t9].forEach(function(h10) {
41426
+ return $1[t9] = new I8(A6(n10, e9)), v4[t9] && v4[t9].forEach(function(h10) {
41417
41427
  E8(h10.name, h10.config);
41418
- }), R0(t9), N1[t9];
41428
+ }), R0(t9), $1[t9];
41419
41429
  } else
41420
- return delete N1[t9], null;
41430
+ return delete $1[t9], null;
41421
41431
  }
41422
41432
  function Qt2(t9, e9) {
41423
41433
  if (e9 != null) {
41424
41434
  var r10, n10, h10 = ch;
41425
- N1[t9] != null && N1[t9].parentLocale != null ? N1[t9].set(A6(N1[t9]._config, e9)) : (n10 = ra(t9), n10 != null && (h10 = n10._config), e9 = A6(h10, e9), n10 == null && (e9.abbr = t9), r10 = new I8(e9), r10.parentLocale = N1[t9], N1[t9] = r10), R0(t9);
41435
+ $1[t9] != null && $1[t9].parentLocale != null ? $1[t9].set(A6($1[t9]._config, e9)) : (n10 = ra(t9), n10 != null && (h10 = n10._config), e9 = A6(h10, e9), n10 == null && (e9.abbr = t9), r10 = new I8(e9), r10.parentLocale = $1[t9], $1[t9] = r10), R0(t9);
41426
41436
  } else
41427
- N1[t9] != null && (N1[t9].parentLocale != null ? (N1[t9] = N1[t9].parentLocale, t9 === R0() && R0(t9)) : N1[t9] != null && delete N1[t9]);
41428
- return N1[t9];
41437
+ $1[t9] != null && ($1[t9].parentLocale != null ? ($1[t9] = $1[t9].parentLocale, t9 === R0() && R0(t9)) : $1[t9] != null && delete $1[t9]);
41438
+ return $1[t9];
41429
41439
  }
41430
41440
  function V0(t9) {
41431
41441
  var e9;
@@ -41439,7 +41449,7 @@ function V0(t9) {
41439
41449
  return Kt2(t9);
41440
41450
  }
41441
41451
  function Jt2() {
41442
- return b6(N1);
41452
+ return b6($1);
41443
41453
  }
41444
41454
  function j8(t9) {
41445
41455
  var e9, r10 = t9._a;
@@ -41623,8 +41633,8 @@ function d42(t9) {
41623
41633
  e9 = t9._w, e9.GG != null || e9.W != null || e9.E != null ? (i10 = 1, c10 = 4, r10 = Lt(
41624
41634
  e9.GG,
41625
41635
  t9._a[h2],
41626
- q4(R1(), 1, 4).year
41627
- ), n10 = Lt(e9.W, 1), h10 = Lt(e9.E, 1), (h10 < 1 || h10 > 7) && (o2 = true)) : (i10 = t9._locale._week.dow, c10 = t9._locale._week.doy, v = q4(R1(), i10, c10), r10 = Lt(e9.gg, t9._a[h2], v.year), n10 = Lt(e9.w, v.week), e9.d != null ? (h10 = e9.d, (h10 < 0 || h10 > 6) && (o2 = true)) : e9.e != null ? (h10 = e9.e + i10, (e9.e < 0 || e9.e > 6) && (o2 = true)) : h10 = i10), n10 < 1 || n10 > p0(r10, i10, c10) ? v1(t9)._overflowWeeks = true : o2 != null ? v1(t9)._overflowWeekday = true : (l5 = rh(r10, n10, h10, i10, c10), t9._a[h2] = l5.year, t9._dayOfYear = l5.dayOfYear);
41636
+ q4(F1(), 1, 4).year
41637
+ ), n10 = Lt(e9.W, 1), h10 = Lt(e9.E, 1), (h10 < 1 || h10 > 7) && (o2 = true)) : (i10 = t9._locale._week.dow, c10 = t9._locale._week.doy, v = q4(F1(), i10, c10), r10 = Lt(e9.gg, t9._a[h2], v.year), n10 = Lt(e9.w, v.week), e9.d != null ? (h10 = e9.d, (h10 < 0 || h10 > 6) && (o2 = true)) : e9.e != null ? (h10 = e9.e + i10, (e9.e < 0 || e9.e > 6) && (o2 = true)) : h10 = i10), n10 < 1 || n10 > p0(r10, i10, c10) ? v1(t9)._overflowWeeks = true : o2 != null ? v1(t9)._overflowWeekday = true : (l5 = rh(r10, n10, h10, i10, c10), t9._a[h2] = l5.year, t9._dayOfYear = l5.dayOfYear);
41628
41638
  }
41629
41639
  X.ISO_8601 = function() {
41630
41640
  };
@@ -41694,26 +41704,26 @@ function sh(t9, e9, r10, n10, h10) {
41694
41704
  var i10 = {};
41695
41705
  return (e9 === true || e9 === false) && (n10 = e9, e9 = void 0), (r10 === true || r10 === false) && (n10 = r10, r10 = void 0), (ht(t9) && S8(t9) || U2(t9) && t9.length === 0) && (t9 = void 0), i10._isAMomentObject = true, i10._useUTC = i10._isUTC = h10, i10._l = r10, i10._i = t9, i10._f = e9, i10._strict = n10, M42(i10);
41696
41706
  }
41697
- function R1(t9, e9, r10, n10) {
41707
+ function F1(t9, e9, r10, n10) {
41698
41708
  return sh(t9, e9, r10, n10, false);
41699
41709
  }
41700
41710
  var p42 = R2(
41701
41711
  "moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",
41702
41712
  function() {
41703
- var t9 = R1.apply(null, arguments);
41713
+ var t9 = F1.apply(null, arguments);
41704
41714
  return this.isValid() && t9.isValid() ? t9 < this ? this : t9 : K3();
41705
41715
  }
41706
41716
  ), H42 = R2(
41707
41717
  "moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",
41708
41718
  function() {
41709
- var t9 = R1.apply(null, arguments);
41719
+ var t9 = F1.apply(null, arguments);
41710
41720
  return this.isValid() && t9.isValid() ? t9 > this ? this : t9 : K3();
41711
41721
  }
41712
41722
  );
41713
41723
  function dh(t9, e9) {
41714
41724
  var r10, n10;
41715
41725
  if (e9.length === 1 && U2(e9[0]) && (e9 = e9[0]), !e9.length)
41716
- return R1();
41726
+ return F1();
41717
41727
  for (r10 = e9[0], n10 = 1; n10 < e9.length; ++n10)
41718
41728
  (!e9[n10].isValid() || e9[n10][t9](r10)) && (r10 = e9[n10]);
41719
41729
  return r10;
@@ -41796,7 +41806,7 @@ function U8(t9, e9) {
41796
41806
  }
41797
41807
  function Y8(t9, e9) {
41798
41808
  var r10, n10;
41799
- return e9._isUTC ? (r10 = e9.clone(), n10 = (Y2(t9) || n5(t9) ? t9.valueOf() : R1(t9).valueOf()) - r10.valueOf(), r10._d.setTime(r10._d.valueOf() + n10), X.updateOffset(r10, false), r10) : R1(t9).local();
41809
+ return e9._isUTC ? (r10 = e9.clone(), n10 = (Y2(t9) || n5(t9) ? t9.valueOf() : F1(t9).valueOf()) - r10.valueOf(), r10._d.setTime(r10._d.valueOf() + n10), X.updateOffset(r10, false), r10) : F1(t9).local();
41800
41810
  }
41801
41811
  function P6(t9) {
41802
41812
  return -Math.round(t9._d.getTimezoneOffset());
@@ -41841,7 +41851,7 @@ function b42() {
41841
41851
  return this;
41842
41852
  }
41843
41853
  function I42(t9) {
41844
- return this.isValid() ? (t9 = t9 ? R1(t9).utcOffset() : 0, (this.utcOffset() - t9) % 60 === 0) : false;
41854
+ return this.isValid() ? (t9 = t9 ? F1(t9).utcOffset() : 0, (this.utcOffset() - t9) % 60 === 0) : false;
41845
41855
  }
41846
41856
  function _42() {
41847
41857
  return this.utcOffset() > this.clone().month(0).utcOffset() || this.utcOffset() > this.clone().month(5).utcOffset();
@@ -41850,7 +41860,7 @@ function P42() {
41850
41860
  if (!f2(this._isDSTShifted))
41851
41861
  return this._isDSTShifted;
41852
41862
  var t9 = {}, e9;
41853
- return b8(t9, this), t9 = vh(t9), t9._a ? (e9 = t9._isUTC ? h0(t9._a) : R1(t9._a), this._isDSTShifted = this.isValid() && C42(t9._a, e9.toArray()) > 0) : this._isDSTShifted = false, this._isDSTShifted;
41863
+ return b8(t9, this), t9 = vh(t9), t9._a ? (e9 = t9._isUTC ? h0(t9._a) : F1(t9._a), this._isDSTShifted = this.isValid() && C42(t9._a, e9.toArray()) > 0) : this._isDSTShifted = false, this._isDSTShifted;
41854
41864
  }
41855
41865
  function W42() {
41856
41866
  return this.isValid() ? !this._isUTC : false;
@@ -41885,8 +41895,8 @@ function q2(t9, e9) {
41885
41895
  m: J0(n10[7], h10),
41886
41896
  s: J0(n10[8], h10)
41887
41897
  }) : r10 == null ? r10 = {} : typeof r10 == "object" && ("from" in r10 || "to" in r10) && (c10 = F42(
41888
- R1(r10.from),
41889
- R1(r10.to)
41898
+ F1(r10.from),
41899
+ F1(r10.to)
41890
41900
  ), r10 = {}, r10.ms = c10.milliseconds, r10.M = c10.months), i10 = new na(r10), X5(t9) && x1(t9, "_locale") && (i10._locale = t9._locale), X5(t9) && x1(t9, "_isValid") && (i10._isValid = t9._isValid), i10;
41891
41901
  }
41892
41902
  q2.fn = na.prototype;
@@ -41979,28 +41989,28 @@ function q42(t9, e9) {
41979
41989
  }
41980
41990
  function G42(t9, e9) {
41981
41991
  arguments.length === 1 && (arguments[0] ? N42(arguments[0]) ? (t9 = arguments[0], e9 = void 0) : Y42(arguments[0]) && (e9 = arguments[0], t9 = void 0) : (t9 = void 0, e9 = void 0));
41982
- var r10 = t9 || R1(), n10 = Y8(r10, this).startOf("day"), h10 = X.calendarFormat(this, n10) || "sameElse", i10 = e9 && (i0(e9[h10]) ? e9[h10].call(this, r10) : e9[h10]);
41992
+ var r10 = t9 || F1(), n10 = Y8(r10, this).startOf("day"), h10 = X.calendarFormat(this, n10) || "sameElse", i10 = e9 && (i0(e9[h10]) ? e9[h10].call(this, r10) : e9[h10]);
41983
41993
  return this.format(
41984
- i10 || this.localeData().calendar(h10, this, R1(r10))
41994
+ i10 || this.localeData().calendar(h10, this, F1(r10))
41985
41995
  );
41986
41996
  }
41987
41997
  function K42() {
41988
41998
  return new h5(this);
41989
41999
  }
41990
42000
  function X42(t9, e9) {
41991
- var r10 = Y2(t9) ? t9 : R1(t9);
42001
+ var r10 = Y2(t9) ? t9 : F1(t9);
41992
42002
  return this.isValid() && r10.isValid() ? (e9 = F2(e9) || "millisecond", e9 === "millisecond" ? this.valueOf() > r10.valueOf() : r10.valueOf() < this.clone().startOf(e9).valueOf()) : false;
41993
42003
  }
41994
42004
  function Q42(t9, e9) {
41995
- var r10 = Y2(t9) ? t9 : R1(t9);
42005
+ var r10 = Y2(t9) ? t9 : F1(t9);
41996
42006
  return this.isValid() && r10.isValid() ? (e9 = F2(e9) || "millisecond", e9 === "millisecond" ? this.valueOf() < r10.valueOf() : this.clone().endOf(e9).valueOf() < r10.valueOf()) : false;
41997
42007
  }
41998
42008
  function J42(t9, e9, r10, n10) {
41999
- var h10 = Y2(t9) ? t9 : R1(t9), i10 = Y2(e9) ? e9 : R1(e9);
42009
+ var h10 = Y2(t9) ? t9 : F1(t9), i10 = Y2(e9) ? e9 : F1(e9);
42000
42010
  return this.isValid() && h10.isValid() && i10.isValid() ? (n10 = n10 || "()", (n10[0] === "(" ? this.isAfter(h10, r10) : !this.isBefore(h10, r10)) && (n10[1] === ")" ? this.isBefore(i10, r10) : !this.isAfter(i10, r10))) : false;
42001
42011
  }
42002
42012
  function Z42(t9, e9) {
42003
- var r10 = Y2(t9) ? t9 : R1(t9), n10;
42013
+ var r10 = Y2(t9) ? t9 : F1(t9), n10;
42004
42014
  return this.isValid() && r10.isValid() ? (e9 = F2(e9) || "millisecond", e9 === "millisecond" ? this.valueOf() === r10.valueOf() : (n10 = r10.valueOf(), this.clone().startOf(e9).valueOf() <= n10 && n10 <= this.clone().endOf(e9).valueOf())) : false;
42005
42015
  }
42006
42016
  function t52(t9, e9) {
@@ -42080,16 +42090,16 @@ function i52(t9) {
42080
42090
  return this.localeData().postformat(e9);
42081
42091
  }
42082
42092
  function c52(t9, e9) {
42083
- return this.isValid() && (Y2(t9) && t9.isValid() || R1(t9).isValid()) ? q2({ to: this, from: t9 }).locale(this.locale()).humanize(!e9) : this.localeData().invalidDate();
42093
+ return this.isValid() && (Y2(t9) && t9.isValid() || F1(t9).isValid()) ? q2({ to: this, from: t9 }).locale(this.locale()).humanize(!e9) : this.localeData().invalidDate();
42084
42094
  }
42085
42095
  function l52(t9) {
42086
- return this.from(R1(), t9);
42096
+ return this.from(F1(), t9);
42087
42097
  }
42088
42098
  function o52(t9, e9) {
42089
- return this.isValid() && (Y2(t9) && t9.isValid() || R1(t9).isValid()) ? q2({ from: this, to: t9 }).locale(this.locale()).humanize(!e9) : this.localeData().invalidDate();
42099
+ return this.isValid() && (Y2(t9) && t9.isValid() || F1(t9).isValid()) ? q2({ from: this, to: t9 }).locale(this.locale()).humanize(!e9) : this.localeData().invalidDate();
42090
42100
  }
42091
42101
  function v52(t9) {
42092
- return this.to(R1(), t9);
42102
+ return this.to(F1(), t9);
42093
42103
  }
42094
42104
  function ph(t9) {
42095
42105
  var e9;
@@ -42424,8 +42434,8 @@ l2("weekYear", 1);
42424
42434
  l2("isoWeekYear", 1);
42425
42435
  J("G", ta);
42426
42436
  J("g", ta);
42427
- J("GG", F1, y2);
42428
- J("gg", F1, y2);
42437
+ J("GG", E1, y2);
42438
+ J("gg", E1, y2);
42429
42439
  J("GGGG", D8, W8);
42430
42440
  J("gggg", D8, W8);
42431
42441
  J("GGGGG", Z3, Q3);
@@ -42494,14 +42504,14 @@ function N52(t9) {
42494
42504
  r1("D", ["DD", 2], "Do", "date");
42495
42505
  c2("date", "D");
42496
42506
  l2("date", 9);
42497
- J("D", F1);
42498
- J("DD", F1, y2);
42507
+ J("D", E1);
42508
+ J("DD", E1, y2);
42499
42509
  J("Do", function(t9, e9) {
42500
42510
  return t9 ? e9._dayOfMonthOrdinalParse || e9._ordinalParse : e9._dayOfMonthOrdinalParseLenient;
42501
42511
  });
42502
42512
  b1(["D", "DD"], Z2);
42503
42513
  b1("Do", function(t9, e9) {
42504
- e9[Z2] = g1(t9.match(F1)[0]);
42514
+ e9[Z2] = g1(t9.match(E1)[0]);
42505
42515
  });
42506
42516
  var Bh = qt("Date", true);
42507
42517
  r1("DDD", ["DDDD", 3], "DDDo", "dayOfYear");
@@ -42521,15 +42531,15 @@ function $52(t9) {
42521
42531
  r1("m", ["mm", 2], 0, "minute");
42522
42532
  c2("minute", "m");
42523
42533
  l2("minute", 14);
42524
- J("m", F1);
42525
- J("mm", F1, y2);
42534
+ J("m", E1);
42535
+ J("mm", E1, y2);
42526
42536
  b1(["m", "mm"], $2);
42527
42537
  var U52 = qt("Minutes", false);
42528
42538
  r1("s", ["ss", 2], 0, "second");
42529
42539
  c2("second", "s");
42530
42540
  l2("second", 15);
42531
- J("s", F1);
42532
- J("ss", F1, y2);
42541
+ J("s", E1);
42542
+ J("ss", E1, y2);
42533
42543
  b1(["s", "ss"], M0);
42534
42544
  var Y52 = qt("Seconds", false);
42535
42545
  r1("S", 0, 0, function() {
@@ -42680,10 +42690,10 @@ Y.isDSTShifted = R2(
42680
42690
  P42
42681
42691
  );
42682
42692
  function X52(t9) {
42683
- return R1(t9 * 1e3);
42693
+ return F1(t9 * 1e3);
42684
42694
  }
42685
42695
  function Q52() {
42686
- return R1.apply(null, arguments).parseZone();
42696
+ return F1.apply(null, arguments).parseZone();
42687
42697
  }
42688
42698
  function kh(t9) {
42689
42699
  return t9;
@@ -42968,7 +42978,7 @@ b1("x", function(t9, e9, r10) {
42968
42978
  });
42969
42979
  //! moment.js
42970
42980
  X.version = "2.29.4";
42971
- I02(R1);
42981
+ I02(F1);
42972
42982
  X.fn = Y;
42973
42983
  X.min = m42;
42974
42984
  X.max = V42;
@@ -62487,7 +62497,7 @@ async function fetchUserPlugins(authToken) {
62487
62497
  result.integrations.unshift({
62488
62498
  key: "base",
62489
62499
  pluginName: "base",
62490
- pluginVersion: "0.52.0",
62500
+ pluginVersion: "0.53.0",
62491
62501
  pluginConfig: []
62492
62502
  });
62493
62503
  return result;
@@ -62556,7 +62566,7 @@ const ClockComponent = () => {
62556
62566
  };
62557
62567
  const About = () => {
62558
62568
  return /* @__PURE__ */ jsxs(r2, { padding: 20, direction: "vert", children: [
62559
- /* @__PURE__ */ jsx(dq1, { children: `Dek ${"0.52.0"}` }),
62569
+ /* @__PURE__ */ jsx(dq1, { children: `Dek ${"0.53.0"}` }),
62560
62570
  /* @__PURE__ */ jsx(F0, { children: "From Appkit" })
62561
62571
  ] });
62562
62572
  };
@@ -102391,7 +102401,7 @@ async function updatePlugins(authToken) {
102391
102401
  {
102392
102402
  key: "base",
102393
102403
  pluginName: "base",
102394
- pluginVersion: "0.52.0",
102404
+ pluginVersion: "0.53.0",
102395
102405
  pluginConfig: []
102396
102406
  }
102397
102407
  ],