react-semaphor 0.0.239 → 0.0.241

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.
@@ -103,7 +103,7 @@ function sz() {
103
103
  function j(T) {
104
104
  return T.displayName || "Context";
105
105
  }
106
- function X(T) {
106
+ function Y(T) {
107
107
  if (T == null)
108
108
  return null;
109
109
  if (typeof T.tag == "number" && w("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof T == "function")
@@ -136,11 +136,11 @@ function sz() {
136
136
  return L(T, T.render, "ForwardRef");
137
137
  case f:
138
138
  var Ae = T.displayName || null;
139
- return Ae !== null ? Ae : X(T.type) || "Memo";
139
+ return Ae !== null ? Ae : Y(T.type) || "Memo";
140
140
  case p: {
141
141
  var Ke = T, Je = Ke._payload, Ue = Ke._init;
142
142
  try {
143
- return X(Ue(Je));
143
+ return Y(Ue(Je));
144
144
  } catch {
145
145
  return null;
146
146
  }
@@ -148,14 +148,14 @@ function sz() {
148
148
  }
149
149
  return null;
150
150
  }
151
- var J = Object.assign, H = 0, Q, Y, Z, W, O, B, U;
151
+ var Z = Object.assign, H = 0, Q, K, J, W, O, B, U;
152
152
  function I() {
153
153
  }
154
154
  I.__reactDisabledLog = !0;
155
155
  function ne() {
156
156
  {
157
157
  if (H === 0) {
158
- Q = console.log, Y = console.info, Z = console.warn, W = console.error, O = console.group, B = console.groupCollapsed, U = console.groupEnd;
158
+ Q = console.log, K = console.info, J = console.warn, W = console.error, O = console.group, B = console.groupCollapsed, U = console.groupEnd;
159
159
  var T = {
160
160
  configurable: !0,
161
161
  enumerable: !0,
@@ -184,25 +184,25 @@ function sz() {
184
184
  writable: !0
185
185
  };
186
186
  Object.defineProperties(console, {
187
- log: J({}, T, {
187
+ log: Z({}, T, {
188
188
  value: Q
189
189
  }),
190
- info: J({}, T, {
191
- value: Y
190
+ info: Z({}, T, {
191
+ value: K
192
192
  }),
193
- warn: J({}, T, {
194
- value: Z
193
+ warn: Z({}, T, {
194
+ value: J
195
195
  }),
196
- error: J({}, T, {
196
+ error: Z({}, T, {
197
197
  value: W
198
198
  }),
199
- group: J({}, T, {
199
+ group: Z({}, T, {
200
200
  value: O
201
201
  }),
202
- groupCollapsed: J({}, T, {
202
+ groupCollapsed: Z({}, T, {
203
203
  value: B
204
204
  }),
205
- groupEnd: J({}, T, {
205
+ groupEnd: Z({}, T, {
206
206
  value: U
207
207
  })
208
208
  });
@@ -229,7 +229,7 @@ function sz() {
229
229
  var xe = typeof WeakMap == "function" ? WeakMap : Map;
230
230
  se = new xe();
231
231
  }
232
- function K(T, re) {
232
+ function X(T, re) {
233
233
  if (!T || oe)
234
234
  return "";
235
235
  {
@@ -301,7 +301,7 @@ function sz() {
301
301
  return typeof T == "function" && se.set(T, Pn), Pn;
302
302
  }
303
303
  function Se(T, re, ge) {
304
- return K(T, !1);
304
+ return X(T, !1);
305
305
  }
306
306
  function Oe(T) {
307
307
  var re = T.prototype;
@@ -311,7 +311,7 @@ function sz() {
311
311
  if (T == null)
312
312
  return "";
313
313
  if (typeof T == "function")
314
- return K(T, Oe(T));
314
+ return X(T, Oe(T));
315
315
  if (typeof T == "string")
316
316
  return te(T);
317
317
  switch (T) {
@@ -412,8 +412,8 @@ function sz() {
412
412
  }
413
413
  function mn(T, re) {
414
414
  if (typeof T.ref == "string" && Ve.current && re && Ve.current.stateNode !== re) {
415
- var ge = X(Ve.current.type);
416
- ln[ge] || (w('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', X(Ve.current.type), T.ref), ln[ge] = !0);
415
+ var ge = Y(Ve.current.type);
416
+ ln[ge] || (w('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', Y(Ve.current.type), T.ref), ln[ge] = !0);
417
417
  }
418
418
  }
419
419
  function Wt(T, re) {
@@ -501,7 +501,7 @@ function sz() {
501
501
  function Xo() {
502
502
  {
503
503
  if (yt.current) {
504
- var T = X(yt.current.type);
504
+ var T = Y(yt.current.type);
505
505
  if (T)
506
506
  return `
507
507
 
@@ -544,7 +544,7 @@ Check the top-level render call using <` + ge + ">.");
544
544
  return;
545
545
  Qo[ge] = !0;
546
546
  var Ae = "";
547
- T && T._owner && T._owner !== yt.current && (Ae = " It was passed a child from " + X(T._owner.type) + "."), rn(T), w('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', ge, Ae), rn(null);
547
+ T && T._owner && T._owner !== yt.current && (Ae = " It was passed a child from " + Y(T._owner.type) + "."), rn(T), w('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', ge, Ae), rn(null);
548
548
  }
549
549
  }
550
550
  function Ui(T, re) {
@@ -581,11 +581,11 @@ Check the top-level render call using <` + ge + ">.");
581
581
  else
582
582
  return;
583
583
  if (ge) {
584
- var Ae = X(re);
584
+ var Ae = Y(re);
585
585
  tt(ge, T.props, "prop", Ae, T);
586
586
  } else if (re.PropTypes !== void 0 && !Ct) {
587
587
  Ct = !0;
588
- var Ke = X(re);
588
+ var Ke = Y(re);
589
589
  w("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", Ke || "Unknown");
590
590
  }
591
591
  typeof re.getDefaultProps == "function" && !re.getDefaultProps.isReactClassApproved && w("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
@@ -612,7 +612,7 @@ Check the top-level render call using <` + ge + ">.");
612
612
  var Le = Os(Ke);
613
613
  Le ? He += Le : He += Xo();
614
614
  var G;
615
- T === null ? G = "null" : Vt(T) ? G = "array" : T !== void 0 && T.$$typeof === t ? (G = "<" + (X(T.type) || "Unknown") + " />", He = " Did you accidentally export a JSX literal instead of a component?") : G = typeof T, w("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", G, He);
615
+ T === null ? G = "null" : Vt(T) ? G = "array" : T !== void 0 && T.$$typeof === t ? (G = "<" + (Y(T.type) || "Unknown") + " />", He = " Did you accidentally export a JSX literal instead of a component?") : G = typeof T, w("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", G, He);
616
616
  }
617
617
  var ye = lt(T, re, ge, Ke, Je);
618
618
  if (ye == null)
@@ -1000,7 +1000,7 @@ function Lz(e) {
1000
1000
  return Pz.test(e);
1001
1001
  }
1002
1002
  function Fz() {
1003
- const e = bn("colors"), t = bn("spacing"), n = bn("blur"), r = bn("brightness"), o = bn("borderColor"), i = bn("borderRadius"), s = bn("borderSpacing"), a = bn("borderWidth"), l = bn("contrast"), c = bn("grayscale"), u = bn("hueRotate"), f = bn("invert"), p = bn("gap"), h = bn("gradientColorStops"), v = bn("gradientColorStopPositions"), m = bn("inset"), x = bn("margin"), b = bn("opacity"), w = bn("padding"), _ = bn("saturate"), S = bn("scale"), C = bn("sepia"), P = bn("skew"), $ = bn("space"), M = bn("translate"), k = () => ["auto", "contain", "none"], D = () => ["auto", "hidden", "clip", "visible", "scroll"], L = () => ["auto", Rt, t], j = () => [Rt, t], X = () => ["", ni, Bs], J = () => ["auto", ol, Rt], H = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], Q = () => ["solid", "dashed", "dotted", "double", "none"], Y = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity", "plus-lighter"], Z = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], W = () => ["", "0", Rt], O = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], B = () => [ol, pp], U = () => [ol, Rt];
1003
+ const e = bn("colors"), t = bn("spacing"), n = bn("blur"), r = bn("brightness"), o = bn("borderColor"), i = bn("borderRadius"), s = bn("borderSpacing"), a = bn("borderWidth"), l = bn("contrast"), c = bn("grayscale"), u = bn("hueRotate"), f = bn("invert"), p = bn("gap"), h = bn("gradientColorStops"), v = bn("gradientColorStopPositions"), m = bn("inset"), x = bn("margin"), b = bn("opacity"), w = bn("padding"), _ = bn("saturate"), S = bn("scale"), C = bn("sepia"), P = bn("skew"), $ = bn("space"), M = bn("translate"), k = () => ["auto", "contain", "none"], D = () => ["auto", "hidden", "clip", "visible", "scroll"], L = () => ["auto", Rt, t], j = () => [Rt, t], Y = () => ["", ni, Bs], Z = () => ["auto", ol, Rt], H = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], Q = () => ["solid", "dashed", "dotted", "double", "none"], K = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity", "plus-lighter"], J = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], W = () => ["", "0", Rt], O = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], B = () => [ol, pp], U = () => [ol, Rt];
1004
1004
  return {
1005
1005
  cacheSize: 500,
1006
1006
  separator: ":",
@@ -1012,7 +1012,7 @@ function Fz() {
1012
1012
  borderColor: [e],
1013
1013
  borderRadius: ["none", "", "full", Vs, Rt],
1014
1014
  borderSpacing: j(),
1015
- borderWidth: X(),
1015
+ borderWidth: Y(),
1016
1016
  contrast: B(),
1017
1017
  grayscale: W(),
1018
1018
  hueRotate: U(),
@@ -1318,14 +1318,14 @@ function Fz() {
1318
1318
  * @see https://tailwindcss.com/docs/grid-column
1319
1319
  */
1320
1320
  "col-start": [{
1321
- "col-start": J()
1321
+ "col-start": Z()
1322
1322
  }],
1323
1323
  /**
1324
1324
  * Grid Column End
1325
1325
  * @see https://tailwindcss.com/docs/grid-column
1326
1326
  */
1327
1327
  "col-end": [{
1328
- "col-end": J()
1328
+ "col-end": Z()
1329
1329
  }],
1330
1330
  /**
1331
1331
  * Grid Template Rows
@@ -1348,14 +1348,14 @@ function Fz() {
1348
1348
  * @see https://tailwindcss.com/docs/grid-row
1349
1349
  */
1350
1350
  "row-start": [{
1351
- "row-start": J()
1351
+ "row-start": Z()
1352
1352
  }],
1353
1353
  /**
1354
1354
  * Grid Row End
1355
1355
  * @see https://tailwindcss.com/docs/grid-row
1356
1356
  */
1357
1357
  "row-end": [{
1358
- "row-end": J()
1358
+ "row-end": Z()
1359
1359
  }],
1360
1360
  /**
1361
1361
  * Grid Auto Flow
@@ -1404,7 +1404,7 @@ function Fz() {
1404
1404
  * @see https://tailwindcss.com/docs/justify-content
1405
1405
  */
1406
1406
  "justify-content": [{
1407
- justify: ["normal", ...Z()]
1407
+ justify: ["normal", ...J()]
1408
1408
  }],
1409
1409
  /**
1410
1410
  * Justify Items
@@ -1425,7 +1425,7 @@ function Fz() {
1425
1425
  * @see https://tailwindcss.com/docs/align-content
1426
1426
  */
1427
1427
  "align-content": [{
1428
- content: ["normal", ...Z(), "baseline"]
1428
+ content: ["normal", ...J(), "baseline"]
1429
1429
  }],
1430
1430
  /**
1431
1431
  * Align Items
@@ -1446,7 +1446,7 @@ function Fz() {
1446
1446
  * @see https://tailwindcss.com/docs/place-content
1447
1447
  */
1448
1448
  "place-content": [{
1449
- "place-content": [...Z(), "baseline"]
1449
+ "place-content": [...J(), "baseline"]
1450
1450
  }],
1451
1451
  /**
1452
1452
  * Place Items
@@ -2304,7 +2304,7 @@ function Fz() {
2304
2304
  * @see https://tailwindcss.com/docs/ring-width
2305
2305
  */
2306
2306
  "ring-w": [{
2307
- ring: X()
2307
+ ring: Y()
2308
2308
  }],
2309
2309
  /**
2310
2310
  * Ring Width Inset
@@ -2366,14 +2366,14 @@ function Fz() {
2366
2366
  * @see https://tailwindcss.com/docs/mix-blend-mode
2367
2367
  */
2368
2368
  "mix-blend": [{
2369
- "mix-blend": Y()
2369
+ "mix-blend": K()
2370
2370
  }],
2371
2371
  /**
2372
2372
  * Background Blend Mode
2373
2373
  * @see https://tailwindcss.com/docs/background-blend-mode
2374
2374
  */
2375
2375
  "bg-blend": [{
2376
- "bg-blend": Y()
2376
+ "bg-blend": K()
2377
2377
  }],
2378
2378
  // Filters
2379
2379
  /**
@@ -3313,19 +3313,19 @@ function Kz() {
3313
3313
  var C = !1, P, $, M = function(j) {
3314
3314
  if (!C) {
3315
3315
  C = !0, P = j;
3316
- var X = h(j);
3316
+ var Y = h(j);
3317
3317
  if (v !== void 0 && x.hasValue) {
3318
- var J = x.value;
3319
- if (v(J, X))
3320
- return $ = J, J;
3318
+ var Z = x.value;
3319
+ if (v(Z, Y))
3320
+ return $ = Z, Z;
3321
3321
  }
3322
- return $ = X, X;
3322
+ return $ = Y, Y;
3323
3323
  }
3324
3324
  var H = P, Q = $;
3325
3325
  if (r(H, j))
3326
3326
  return Q;
3327
- var Y = h(j);
3328
- return v !== void 0 && v(Q, Y) ? Q : (P = j, $ = Y, Y);
3327
+ var K = h(j);
3328
+ return v !== void 0 && v(Q, K) ? Q : (P = j, $ = K, K);
3329
3329
  }, k = p === void 0 ? null : p, D = function() {
3330
3330
  return M(f());
3331
3331
  }, L = k === null ? void 0 : function() {
@@ -4873,7 +4873,7 @@ var Wg = { exports: {} };
4873
4873
  Wg.exports;
4874
4874
  (function(e, t) {
4875
4875
  (function() {
4876
- var n, r = "4.17.21", o = 200, i = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", s = "Expected a function", a = "Invalid `variable` option passed into `_.template`", l = "__lodash_hash_undefined__", c = 500, u = "__lodash_placeholder__", f = 1, p = 2, h = 4, v = 1, m = 2, x = 1, b = 2, w = 4, _ = 8, S = 16, C = 32, P = 64, $ = 128, M = 256, k = 512, D = 30, L = "...", j = 800, X = 16, J = 1, H = 2, Q = 3, Y = 1 / 0, Z = 9007199254740991, W = 17976931348623157e292, O = NaN, B = 4294967295, U = B - 1, I = B >>> 1, ne = [
4876
+ var n, r = "4.17.21", o = 200, i = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", s = "Expected a function", a = "Invalid `variable` option passed into `_.template`", l = "__lodash_hash_undefined__", c = 500, u = "__lodash_placeholder__", f = 1, p = 2, h = 4, v = 1, m = 2, x = 1, b = 2, w = 4, _ = 8, S = 16, C = 32, P = 64, $ = 128, M = 256, k = 512, D = 30, L = "...", j = 800, Y = 16, Z = 1, H = 2, Q = 3, K = 1 / 0, J = 9007199254740991, W = 17976931348623157e292, O = NaN, B = 4294967295, U = B - 1, I = B >>> 1, ne = [
4877
4877
  ["ary", $],
4878
4878
  ["bind", x],
4879
4879
  ["bindKey", b],
@@ -4883,7 +4883,7 @@ Wg.exports;
4883
4883
  ["partial", C],
4884
4884
  ["partialRight", P],
4885
4885
  ["rearg", M]
4886
- ], he = "[object Arguments]", pe = "[object Array]", ie = "[object AsyncFunction]", te = "[object Boolean]", oe = "[object Date]", se = "[object DOMException]", xe = "[object Error]", K = "[object Function]", Se = "[object GeneratorFunction]", Oe = "[object Map]", Me = "[object Number]", Ie = "[object Null]", Qe = "[object Object]", qe = "[object Promise]", ze = "[object Proxy]", tt = "[object RegExp]", pt = "[object Set]", Vt = "[object String]", Ft = "[object Symbol]", Xt = "[object Undefined]", me = "[object WeakMap]", Te = "[object WeakSet]", Ve = "[object ArrayBuffer]", Ze = "[object DataView]", it = "[object Float32Array]", Qt = "[object Float64Array]", ln = "[object Int8Array]", nn = "[object Int16Array]", Rn = "[object Int32Array]", mn = "[object Uint8Array]", Wt = "[object Uint8ClampedArray]", un = "[object Uint16Array]", $n = "[object Uint32Array]", lt = /\b__p \+= '';/g, yt = /\b(__p \+=) '' \+/g, jt = /(__e\(.*?\)|\b__t\)) \+\n'';/g, rn = /&(?:amp|lt|gt|quot|#39);/g, Ct = /[&<>"']/g, jn = RegExp(rn.source), Xo = RegExp(Ct.source), Os = /<%-([\s\S]+?)%>/g, Qo = /<%([\s\S]+?)%>/g, Wi = /<%=([\s\S]+?)%>/g, gi = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, Ui = /^\w*$/, $s = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, mi = /[\\^$.*+?()[\]{}|]/g, qi = RegExp(mi.source), Zn = /^\s+/, vi = /\s/, Ts = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, Ds = /\{\n\/\* \[wrapped with (.+)\] \*/, T = /,? & /, re = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g, ge = /[()=,{}\[\]\/\s]/, Ae = /\\(\\)?/g, Ke = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g, Je = /\w*$/, Ue = /^[-+]0x[0-9a-f]+$/i, He = /^0b[01]+$/i, Le = /^\[object .+?Constructor\]$/, G = /^0o[0-7]+$/i, ye = /^(?:0|[1-9]\d*)$/, Fe = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, ft = /($^)/, Pn = /['\n\r\u2028\u2029\\]/g, bt = "\\ud800-\\udfff", gr = "\\u0300-\\u036f", $o = "\\ufe20-\\ufe2f", Ta = "\\u20d0-\\u20ff", er = gr + $o + Ta, Nu = "\\u2700-\\u27bf", Lu = "a-z\\xdf-\\xf6\\xf8-\\xff", Q3 = "\\xac\\xb1\\xd7\\xf7", J3 = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", Z3 = "\\u2000-\\u206f", eF = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", JS = "A-Z\\xc0-\\xd6\\xd8-\\xde", ZS = "\\ufe0e\\ufe0f", eC = Q3 + J3 + Z3 + eF, zv = "['’]", tF = "[" + bt + "]", tC = "[" + eC + "]", Ph = "[" + er + "]", nC = "\\d+", nF = "[" + Nu + "]", rC = "[" + Lu + "]", oC = "[^" + bt + eC + nC + Nu + Lu + JS + "]", Bv = "\\ud83c[\\udffb-\\udfff]", rF = "(?:" + Ph + "|" + Bv + ")", iC = "[^" + bt + "]", Vv = "(?:\\ud83c[\\udde6-\\uddff]){2}", Hv = "[\\ud800-\\udbff][\\udc00-\\udfff]", Ql = "[" + JS + "]", sC = "\\u200d", aC = "(?:" + rC + "|" + oC + ")", oF = "(?:" + Ql + "|" + oC + ")", lC = "(?:" + zv + "(?:d|ll|m|re|s|t|ve))?", cC = "(?:" + zv + "(?:D|LL|M|RE|S|T|VE))?", uC = rF + "?", dC = "[" + ZS + "]?", iF = "(?:" + sC + "(?:" + [iC, Vv, Hv].join("|") + ")" + dC + uC + ")*", sF = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", aF = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", fC = dC + uC + iF, lF = "(?:" + [nF, Vv, Hv].join("|") + ")" + fC, cF = "(?:" + [iC + Ph + "?", Ph, Vv, Hv, tF].join("|") + ")", uF = RegExp(zv, "g"), dF = RegExp(Ph, "g"), Wv = RegExp(Bv + "(?=" + Bv + ")|" + cF + fC, "g"), fF = RegExp([
4886
+ ], he = "[object Arguments]", pe = "[object Array]", ie = "[object AsyncFunction]", te = "[object Boolean]", oe = "[object Date]", se = "[object DOMException]", xe = "[object Error]", X = "[object Function]", Se = "[object GeneratorFunction]", Oe = "[object Map]", Me = "[object Number]", Ie = "[object Null]", Qe = "[object Object]", qe = "[object Promise]", ze = "[object Proxy]", tt = "[object RegExp]", pt = "[object Set]", Vt = "[object String]", Ft = "[object Symbol]", Xt = "[object Undefined]", me = "[object WeakMap]", Te = "[object WeakSet]", Ve = "[object ArrayBuffer]", Ze = "[object DataView]", it = "[object Float32Array]", Qt = "[object Float64Array]", ln = "[object Int8Array]", nn = "[object Int16Array]", Rn = "[object Int32Array]", mn = "[object Uint8Array]", Wt = "[object Uint8ClampedArray]", un = "[object Uint16Array]", $n = "[object Uint32Array]", lt = /\b__p \+= '';/g, yt = /\b(__p \+=) '' \+/g, jt = /(__e\(.*?\)|\b__t\)) \+\n'';/g, rn = /&(?:amp|lt|gt|quot|#39);/g, Ct = /[&<>"']/g, jn = RegExp(rn.source), Xo = RegExp(Ct.source), Os = /<%-([\s\S]+?)%>/g, Qo = /<%([\s\S]+?)%>/g, Wi = /<%=([\s\S]+?)%>/g, gi = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, Ui = /^\w*$/, $s = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, mi = /[\\^$.*+?()[\]{}|]/g, qi = RegExp(mi.source), Zn = /^\s+/, vi = /\s/, Ts = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, Ds = /\{\n\/\* \[wrapped with (.+)\] \*/, T = /,? & /, re = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g, ge = /[()=,{}\[\]\/\s]/, Ae = /\\(\\)?/g, Ke = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g, Je = /\w*$/, Ue = /^[-+]0x[0-9a-f]+$/i, He = /^0b[01]+$/i, Le = /^\[object .+?Constructor\]$/, G = /^0o[0-7]+$/i, ye = /^(?:0|[1-9]\d*)$/, Fe = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, ft = /($^)/, Pn = /['\n\r\u2028\u2029\\]/g, bt = "\\ud800-\\udfff", gr = "\\u0300-\\u036f", $o = "\\ufe20-\\ufe2f", Ta = "\\u20d0-\\u20ff", er = gr + $o + Ta, Nu = "\\u2700-\\u27bf", Lu = "a-z\\xdf-\\xf6\\xf8-\\xff", Q3 = "\\xac\\xb1\\xd7\\xf7", J3 = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", Z3 = "\\u2000-\\u206f", eF = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", JS = "A-Z\\xc0-\\xd6\\xd8-\\xde", ZS = "\\ufe0e\\ufe0f", eC = Q3 + J3 + Z3 + eF, zv = "['’]", tF = "[" + bt + "]", tC = "[" + eC + "]", Ph = "[" + er + "]", nC = "\\d+", nF = "[" + Nu + "]", rC = "[" + Lu + "]", oC = "[^" + bt + eC + nC + Nu + Lu + JS + "]", Bv = "\\ud83c[\\udffb-\\udfff]", rF = "(?:" + Ph + "|" + Bv + ")", iC = "[^" + bt + "]", Vv = "(?:\\ud83c[\\udde6-\\uddff]){2}", Hv = "[\\ud800-\\udbff][\\udc00-\\udfff]", Ql = "[" + JS + "]", sC = "\\u200d", aC = "(?:" + rC + "|" + oC + ")", oF = "(?:" + Ql + "|" + oC + ")", lC = "(?:" + zv + "(?:d|ll|m|re|s|t|ve))?", cC = "(?:" + zv + "(?:D|LL|M|RE|S|T|VE))?", uC = rF + "?", dC = "[" + ZS + "]?", iF = "(?:" + sC + "(?:" + [iC, Vv, Hv].join("|") + ")" + dC + uC + ")*", sF = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", aF = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", fC = dC + uC + iF, lF = "(?:" + [nF, Vv, Hv].join("|") + ")" + fC, cF = "(?:" + [iC + Ph + "?", Ph, Vv, Hv, tF].join("|") + ")", uF = RegExp(zv, "g"), dF = RegExp(Ph, "g"), Wv = RegExp(Bv + "(?=" + Bv + ")|" + cF + fC, "g"), fF = RegExp([
4887
4887
  Ql + "?" + rC + "+" + lC + "(?=" + [tC, Ql, "$"].join("|") + ")",
4888
4888
  oF + "+" + cC + "(?=" + [tC, Ql + aC, "$"].join("|") + ")",
4889
4889
  Ql + "?" + aC + "+" + lC,
@@ -4924,9 +4924,9 @@ Wg.exports;
4924
4924
  "parseInt",
4925
4925
  "setTimeout"
4926
4926
  ], mF = -1, vn = {};
4927
- vn[it] = vn[Qt] = vn[ln] = vn[nn] = vn[Rn] = vn[mn] = vn[Wt] = vn[un] = vn[$n] = !0, vn[he] = vn[pe] = vn[Ve] = vn[te] = vn[Ze] = vn[oe] = vn[xe] = vn[K] = vn[Oe] = vn[Me] = vn[Qe] = vn[tt] = vn[pt] = vn[Vt] = vn[me] = !1;
4927
+ vn[it] = vn[Qt] = vn[ln] = vn[nn] = vn[Rn] = vn[mn] = vn[Wt] = vn[un] = vn[$n] = !0, vn[he] = vn[pe] = vn[Ve] = vn[te] = vn[Ze] = vn[oe] = vn[xe] = vn[X] = vn[Oe] = vn[Me] = vn[Qe] = vn[tt] = vn[pt] = vn[Vt] = vn[me] = !1;
4928
4928
  var fn = {};
4929
- fn[he] = fn[pe] = fn[Ve] = fn[Ze] = fn[te] = fn[oe] = fn[it] = fn[Qt] = fn[ln] = fn[nn] = fn[Rn] = fn[Oe] = fn[Me] = fn[Qe] = fn[tt] = fn[pt] = fn[Vt] = fn[Ft] = fn[mn] = fn[Wt] = fn[un] = fn[$n] = !0, fn[xe] = fn[K] = fn[me] = !1;
4929
+ fn[he] = fn[pe] = fn[Ve] = fn[Ze] = fn[te] = fn[oe] = fn[it] = fn[Qt] = fn[ln] = fn[nn] = fn[Rn] = fn[Oe] = fn[Me] = fn[Qe] = fn[tt] = fn[pt] = fn[Vt] = fn[Ft] = fn[mn] = fn[Wt] = fn[un] = fn[$n] = !0, fn[xe] = fn[X] = fn[me] = !1;
4930
4930
  var vF = {
4931
4931
  // Latin-1 Supplement block.
4932
4932
  À: "A",
@@ -5529,7 +5529,7 @@ Wg.exports;
5529
5529
  if (io == H)
5530
5530
  at = Pr;
5531
5531
  else if (!Pr) {
5532
- if (io == J)
5532
+ if (io == Z)
5533
5533
  continue e;
5534
5534
  break e;
5535
5535
  }
@@ -5739,7 +5739,7 @@ Wg.exports;
5739
5739
  if (q = T6(d), !ee)
5740
5740
  return Ir(d, q);
5741
5741
  } else {
5742
- var De = vr(d), We = De == K || De == Se;
5742
+ var De = vr(d), We = De == X || De == Se;
5743
5743
  if (zs(d))
5744
5744
  return dE(d, ee);
5745
5745
  if (De == Qe || De == he || We && !A) {
@@ -6115,7 +6115,7 @@ Wg.exports;
6115
6115
  }
6116
6116
  function vb(d, g) {
6117
6117
  var y = "";
6118
- if (!d || g < 1 || g > Z)
6118
+ if (!d || g < 1 || g > J)
6119
6119
  return y;
6120
6120
  do
6121
6121
  g % 2 && (y += d), g = Bh(g / 2), g && (d += d);
@@ -6221,7 +6221,7 @@ Wg.exports;
6221
6221
  if (oo(d))
6222
6222
  return FC ? FC.call(d) : "";
6223
6223
  var g = d + "";
6224
- return g == "0" && 1 / d == -Y ? "-0" : g;
6224
+ return g == "0" && 1 / d == -K ? "-0" : g;
6225
6225
  }
6226
6226
  function Ls(d, g, y) {
6227
6227
  var R = -1, A = Oh, z = d.length, q = !0, ee = [], ce = ee;
@@ -6638,7 +6638,7 @@ Wg.exports;
6638
6638
  return g(y);
6639
6639
  };
6640
6640
  }
6641
- var S6 = rc && 1 / Th(new rc([, -0]))[1] == Y ? function(d) {
6641
+ var S6 = rc && 1 / Th(new rc([, -0]))[1] == K ? function(d) {
6642
6642
  return new rc(d);
6643
6643
  } : Gb;
6644
6644
  function CE(d) {
@@ -6950,7 +6950,7 @@ Wg.exports;
6950
6950
  }
6951
6951
  function Ji(d, g) {
6952
6952
  var y = typeof d;
6953
- return g = g ?? Z, !!g && (y == "number" || y != "symbol" && ye.test(d)) && d > -1 && d % 1 == 0 && d < g;
6953
+ return g = g ?? J, !!g && (y == "number" || y != "symbol" && ye.test(d)) && d > -1 && d % 1 == 0 && d < g;
6954
6954
  }
6955
6955
  function Rr(d, g, y) {
6956
6956
  if (!Tn(y))
@@ -7055,7 +7055,7 @@ Wg.exports;
7055
7055
  function LE(d) {
7056
7056
  var g = 0, y = 0;
7057
7057
  return function() {
7058
- var R = s7(), A = X - (R - y);
7058
+ var R = s7(), A = Y - (R - y);
7059
7059
  if (y = R, A > 0) {
7060
7060
  if (++g >= j)
7061
7061
  return arguments[0];
@@ -7082,7 +7082,7 @@ Wg.exports;
7082
7082
  if (typeof d == "string" || oo(d))
7083
7083
  return d;
7084
7084
  var g = d + "";
7085
- return g == "0" && 1 / d == -Y ? "-0" : g;
7085
+ return g == "0" && 1 / d == -K ? "-0" : g;
7086
7086
  }
7087
7087
  function Fa(d) {
7088
7088
  if (d != null) {
@@ -7180,7 +7180,7 @@ Wg.exports;
7180
7180
  }
7181
7181
  function e9(d) {
7182
7182
  var g = d == null ? 0 : d.length;
7183
- return g ? ir(d, Y) : [];
7183
+ return g ? ir(d, K) : [];
7184
7184
  }
7185
7185
  function t9(d, g) {
7186
7186
  var y = d == null ? 0 : d.length;
@@ -7455,7 +7455,7 @@ Wg.exports;
7455
7455
  return ir(sp(d, g), 1);
7456
7456
  }
7457
7457
  function i4(d, g) {
7458
- return ir(sp(d, g), Y);
7458
+ return ir(sp(d, g), K);
7459
7459
  }
7460
7460
  function s4(d, g, y) {
7461
7461
  return y = y === n ? 1 : xt(y), ir(sp(d, g), y);
@@ -7800,13 +7800,13 @@ Wg.exports;
7800
7800
  if (!Tn(d))
7801
7801
  return !1;
7802
7802
  var g = Er(d);
7803
- return g == K || g == Se || g == ie || g == ze;
7803
+ return g == X || g == Se || g == ie || g == ze;
7804
7804
  }
7805
7805
  function nR(d) {
7806
7806
  return typeof d == "number" && d == xt(d);
7807
7807
  }
7808
7808
  function up(d) {
7809
- return typeof d == "number" && d > -1 && d % 1 == 0 && d <= Z;
7809
+ return typeof d == "number" && d > -1 && d % 1 == 0 && d <= J;
7810
7810
  }
7811
7811
  function Tn(d) {
7812
7812
  var g = typeof d;
@@ -7850,7 +7850,7 @@ Wg.exports;
7850
7850
  }
7851
7851
  var zb = bC ? no(bC) : e6;
7852
7852
  function n8(d) {
7853
- return nR(d) && d >= -Z && d <= Z;
7853
+ return nR(d) && d >= -J && d <= J;
7854
7854
  }
7855
7855
  var iR = yC ? no(yC) : t6;
7856
7856
  function dp(d) {
@@ -7885,7 +7885,7 @@ Wg.exports;
7885
7885
  function es(d) {
7886
7886
  if (!d)
7887
7887
  return d === 0 ? d : 0;
7888
- if (d = Lo(d), d === Y || d === -Y) {
7888
+ if (d = Lo(d), d === K || d === -K) {
7889
7889
  var g = d < 0 ? -1 : 1;
7890
7890
  return g * W;
7891
7891
  }
@@ -7917,7 +7917,7 @@ Wg.exports;
7917
7917
  return yi(d, Lr(d));
7918
7918
  }
7919
7919
  function l8(d) {
7920
- return d ? Ia(xt(d), -Z, Z) : d === 0 ? d : 0;
7920
+ return d ? Ia(xt(d), -J, J) : d === 0 ? d : 0;
7921
7921
  }
7922
7922
  function Jt(d) {
7923
7923
  return d == null ? "" : ro(d);
@@ -8388,7 +8388,7 @@ function print() { __p += __j.call(arguments, '') }
8388
8388
  return !0;
8389
8389
  }
8390
8390
  function Lj(d, g) {
8391
- if (d = xt(d), d < 1 || d > Z)
8391
+ if (d = xt(d), d < 1 || d > J)
8392
8392
  return [];
8393
8393
  var y = B, R = mr(d, B);
8394
8394
  g = ot(g), d -= B;
@@ -8456,7 +8456,7 @@ function print() { __p += __j.call(arguments, '') }
8456
8456
  return this.reverse()[d](y).reverse();
8457
8457
  };
8458
8458
  }), Do(["filter", "map", "takeWhile"], function(d, g) {
8459
- var y = g + 1, R = y == J || y == Q;
8459
+ var y = g + 1, R = y == Z || y == Q;
8460
8460
  zt.prototype[d] = function(A) {
8461
8461
  var z = this.clone();
8462
8462
  return z.__iteratees__.push({
@@ -10868,7 +10868,7 @@ function sV({
10868
10868
  else {
10869
10869
  p($), P();
10870
10870
  const j = k.find(
10871
- (X) => (X == null ? void 0 : X.name) === "Original"
10871
+ (Y) => (Y == null ? void 0 : Y.name) === "Original"
10872
10872
  );
10873
10873
  j ? j.template = $ : k.push({
10874
10874
  name: "Original",
@@ -11425,14 +11425,14 @@ const i0 = "rovingFocusGroup.onEntryFocus", wV = {
11425
11425
  (H) => H.active
11426
11426
  ), j = D.find(
11427
11427
  (H) => H.id === v
11428
- ), J = [
11428
+ ), Z = [
11429
11429
  L,
11430
11430
  j,
11431
11431
  ...D
11432
11432
  ].filter(Boolean).map(
11433
11433
  (H) => H.ref.current
11434
11434
  );
11435
- PD(J);
11435
+ PD(Z);
11436
11436
  }
11437
11437
  }
11438
11438
  S.current = !1;
@@ -11751,19 +11751,19 @@ var LD = { exports: {} }, th = {}, wx = { exports: {} };
11751
11751
  r(t);
11752
11752
  })(ta, function(n) {
11753
11753
  function r(te) {
11754
- return function(se, xe, K, Se, Oe, Me, Ie) {
11754
+ return function(se, xe, X, Se, Oe, Me, Ie) {
11755
11755
  return te(se, xe, Ie);
11756
11756
  };
11757
11757
  }
11758
11758
  function o(te) {
11759
- return function(se, xe, K, Se) {
11759
+ return function(se, xe, X, Se) {
11760
11760
  if (!se || !xe || typeof se != "object" || typeof xe != "object")
11761
- return te(se, xe, K, Se);
11761
+ return te(se, xe, X, Se);
11762
11762
  var Oe = Se.get(se), Me = Se.get(xe);
11763
11763
  if (Oe && Me)
11764
11764
  return Oe === xe && Me === se;
11765
11765
  Se.set(se, xe), Se.set(xe, se);
11766
- var Ie = te(se, xe, K, Se);
11766
+ var Ie = te(se, xe, X, Se);
11767
11767
  return Se.delete(se), Se.delete(xe), Ie;
11768
11768
  };
11769
11769
  }
@@ -11786,28 +11786,28 @@ var LD = { exports: {} }, th = {}, wx = { exports: {} };
11786
11786
  }
11787
11787
  var c = "[object Arguments]", u = "[object Boolean]", f = "[object Date]", p = "[object RegExp]", h = "[object Map]", v = "[object Number]", m = "[object Object]", x = "[object Set]", b = "[object String]", w = Object.prototype.toString;
11788
11788
  function _(te) {
11789
- var oe = te.areArraysEqual, se = te.areDatesEqual, xe = te.areMapsEqual, K = te.areObjectsEqual, Se = te.areRegExpsEqual, Oe = te.areSetsEqual, Me = te.createIsNestedEqual, Ie = Me(Qe);
11789
+ var oe = te.areArraysEqual, se = te.areDatesEqual, xe = te.areMapsEqual, X = te.areObjectsEqual, Se = te.areRegExpsEqual, Oe = te.areSetsEqual, Me = te.createIsNestedEqual, Ie = Me(Qe);
11790
11790
  function Qe(qe, ze, tt) {
11791
11791
  if (qe === ze)
11792
11792
  return !0;
11793
11793
  if (!qe || !ze || typeof qe != "object" || typeof ze != "object")
11794
11794
  return qe !== qe && ze !== ze;
11795
11795
  if (s(qe) && s(ze))
11796
- return K(qe, ze, Ie, tt);
11796
+ return X(qe, ze, Ie, tt);
11797
11797
  var pt = Array.isArray(qe), Vt = Array.isArray(ze);
11798
11798
  if (pt || Vt)
11799
11799
  return pt === Vt && oe(qe, ze, Ie, tt);
11800
11800
  var Ft = w.call(qe);
11801
- return Ft !== w.call(ze) ? !1 : Ft === f ? se(qe, ze, Ie, tt) : Ft === p ? Se(qe, ze, Ie, tt) : Ft === h ? xe(qe, ze, Ie, tt) : Ft === x ? Oe(qe, ze, Ie, tt) : Ft === m || Ft === c ? a(qe) || a(ze) ? !1 : K(qe, ze, Ie, tt) : Ft === u || Ft === v || Ft === b ? l(qe.valueOf(), ze.valueOf()) : !1;
11801
+ return Ft !== w.call(ze) ? !1 : Ft === f ? se(qe, ze, Ie, tt) : Ft === p ? Se(qe, ze, Ie, tt) : Ft === h ? xe(qe, ze, Ie, tt) : Ft === x ? Oe(qe, ze, Ie, tt) : Ft === m || Ft === c ? a(qe) || a(ze) ? !1 : X(qe, ze, Ie, tt) : Ft === u || Ft === v || Ft === b ? l(qe.valueOf(), ze.valueOf()) : !1;
11802
11802
  }
11803
11803
  return Qe;
11804
11804
  }
11805
11805
  function S(te, oe, se, xe) {
11806
- var K = te.length;
11807
- if (oe.length !== K)
11806
+ var X = te.length;
11807
+ if (oe.length !== X)
11808
11808
  return !1;
11809
- for (; K-- > 0; )
11810
- if (!se(te[K], oe[K], K, K, te, oe, xe))
11809
+ for (; X-- > 0; )
11810
+ if (!se(te[X], oe[X], X, X, te, oe, xe))
11811
11811
  return !1;
11812
11812
  return !0;
11813
11813
  }
@@ -11816,28 +11816,28 @@ var LD = { exports: {} }, th = {}, wx = { exports: {} };
11816
11816
  return l(te.valueOf(), oe.valueOf());
11817
11817
  }
11818
11818
  function $(te, oe, se, xe) {
11819
- var K = te.size === oe.size;
11820
- if (!K)
11819
+ var X = te.size === oe.size;
11820
+ if (!X)
11821
11821
  return !1;
11822
11822
  if (!te.size)
11823
11823
  return !0;
11824
11824
  var Se = {}, Oe = 0;
11825
11825
  return te.forEach(function(Me, Ie) {
11826
- if (K) {
11826
+ if (X) {
11827
11827
  var Qe = !1, qe = 0;
11828
11828
  oe.forEach(function(ze, tt) {
11829
11829
  !Qe && !Se[qe] && (Qe = se(Ie, tt, Oe, qe, te, oe, xe) && se(Me, ze, Ie, tt, te, oe, xe)) && (Se[qe] = !0), qe++;
11830
- }), Oe++, K = Qe;
11830
+ }), Oe++, X = Qe;
11831
11831
  }
11832
- }), K;
11832
+ }), X;
11833
11833
  }
11834
11834
  var M = o($), k = "_owner", D = Object.prototype.hasOwnProperty;
11835
11835
  function L(te, oe, se, xe) {
11836
- var K = Object.keys(te), Se = K.length;
11836
+ var X = Object.keys(te), Se = X.length;
11837
11837
  if (Object.keys(oe).length !== Se)
11838
11838
  return !1;
11839
11839
  for (var Oe; Se-- > 0; ) {
11840
- if (Oe = K[Se], Oe === k) {
11840
+ if (Oe = X[Se], Oe === k) {
11841
11841
  var Me = !!te.$$typeof, Ie = !!oe.$$typeof;
11842
11842
  if ((Me || Ie) && Me !== Ie)
11843
11843
  return !1;
@@ -11848,44 +11848,44 @@ var LD = { exports: {} }, th = {}, wx = { exports: {} };
11848
11848
  return !0;
11849
11849
  }
11850
11850
  var j = o(L);
11851
- function X(te, oe) {
11851
+ function Y(te, oe) {
11852
11852
  return te.source === oe.source && te.flags === oe.flags;
11853
11853
  }
11854
- function J(te, oe, se, xe) {
11855
- var K = te.size === oe.size;
11856
- if (!K)
11854
+ function Z(te, oe, se, xe) {
11855
+ var X = te.size === oe.size;
11856
+ if (!X)
11857
11857
  return !1;
11858
11858
  if (!te.size)
11859
11859
  return !0;
11860
11860
  var Se = {};
11861
11861
  return te.forEach(function(Oe, Me) {
11862
- if (K) {
11862
+ if (X) {
11863
11863
  var Ie = !1, Qe = 0;
11864
11864
  oe.forEach(function(qe, ze) {
11865
11865
  !Ie && !Se[Qe] && (Ie = se(Oe, qe, Me, ze, te, oe, xe)) && (Se[Qe] = !0), Qe++;
11866
- }), K = Ie;
11866
+ }), X = Ie;
11867
11867
  }
11868
- }), K;
11868
+ }), X;
11869
11869
  }
11870
- var H = o(J), Q = Object.freeze({
11870
+ var H = o(Z), Q = Object.freeze({
11871
11871
  areArraysEqual: S,
11872
11872
  areDatesEqual: P,
11873
11873
  areMapsEqual: $,
11874
11874
  areObjectsEqual: L,
11875
- areRegExpsEqual: X,
11876
- areSetsEqual: J,
11875
+ areRegExpsEqual: Y,
11876
+ areSetsEqual: Z,
11877
11877
  createIsNestedEqual: r
11878
- }), Y = Object.freeze({
11878
+ }), K = Object.freeze({
11879
11879
  areArraysEqual: C,
11880
11880
  areDatesEqual: P,
11881
11881
  areMapsEqual: M,
11882
11882
  areObjectsEqual: j,
11883
- areRegExpsEqual: X,
11883
+ areRegExpsEqual: Y,
11884
11884
  areSetsEqual: H,
11885
11885
  createIsNestedEqual: r
11886
- }), Z = _(Q);
11886
+ }), J = _(Q);
11887
11887
  function W(te, oe) {
11888
- return Z(te, oe, void 0);
11888
+ return J(te, oe, void 0);
11889
11889
  }
11890
11890
  var O = _(i(Q, { createIsNestedEqual: function() {
11891
11891
  return l;
@@ -11893,11 +11893,11 @@ var LD = { exports: {} }, th = {}, wx = { exports: {} };
11893
11893
  function B(te, oe) {
11894
11894
  return O(te, oe, void 0);
11895
11895
  }
11896
- var U = _(Y);
11896
+ var U = _(K);
11897
11897
  function I(te, oe) {
11898
11898
  return U(te, oe, /* @__PURE__ */ new WeakMap());
11899
11899
  }
11900
- var ne = _(i(Y, {
11900
+ var ne = _(i(K, {
11901
11901
  createIsNestedEqual: function() {
11902
11902
  return l;
11903
11903
  }
@@ -11909,9 +11909,9 @@ var LD = { exports: {} }, th = {}, wx = { exports: {} };
11909
11909
  return _(i(Q, te(Q)));
11910
11910
  }
11911
11911
  function ie(te) {
11912
- var oe = _(i(Y, te(Y)));
11913
- return function(se, xe, K) {
11914
- return K === void 0 && (K = /* @__PURE__ */ new WeakMap()), oe(se, xe, K);
11912
+ var oe = _(i(K, te(K)));
11913
+ return function(se, xe, X) {
11914
+ return X === void 0 && (X = /* @__PURE__ */ new WeakMap()), oe(se, xe, X);
11915
11915
  };
11916
11916
  }
11917
11917
  n.circularDeepEqual = I, n.circularShallowEqual = he, n.createCustomCircularEqual = ie, n.createCustomEqual = pe, n.deepEqual = W, n.sameValueZeroEqual = l, n.shallowEqual = B, Object.defineProperty(n, "__esModule", { value: !0 });
@@ -12425,16 +12425,16 @@ var JR;
12425
12425
  function mH() {
12426
12426
  return JR || (JR = 1, process.env.NODE_ENV !== "production" && function() {
12427
12427
  var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, a = e ? Symbol.for("react.context") : 60110, l = e ? Symbol.for("react.async_mode") : 60111, c = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, f = e ? Symbol.for("react.suspense") : 60113, p = e ? Symbol.for("react.suspense_list") : 60120, h = e ? Symbol.for("react.memo") : 60115, v = e ? Symbol.for("react.lazy") : 60116, m = e ? Symbol.for("react.block") : 60121, x = e ? Symbol.for("react.fundamental") : 60117, b = e ? Symbol.for("react.responder") : 60118, w = e ? Symbol.for("react.scope") : 60119;
12428
- function _(K) {
12429
- return typeof K == "string" || typeof K == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
12430
- K === r || K === c || K === i || K === o || K === f || K === p || typeof K == "object" && K !== null && (K.$$typeof === v || K.$$typeof === h || K.$$typeof === s || K.$$typeof === a || K.$$typeof === u || K.$$typeof === x || K.$$typeof === b || K.$$typeof === w || K.$$typeof === m);
12428
+ function _(X) {
12429
+ return typeof X == "string" || typeof X == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
12430
+ X === r || X === c || X === i || X === o || X === f || X === p || typeof X == "object" && X !== null && (X.$$typeof === v || X.$$typeof === h || X.$$typeof === s || X.$$typeof === a || X.$$typeof === u || X.$$typeof === x || X.$$typeof === b || X.$$typeof === w || X.$$typeof === m);
12431
12431
  }
12432
- function S(K) {
12433
- if (typeof K == "object" && K !== null) {
12434
- var Se = K.$$typeof;
12432
+ function S(X) {
12433
+ if (typeof X == "object" && X !== null) {
12434
+ var Se = X.$$typeof;
12435
12435
  switch (Se) {
12436
12436
  case t:
12437
- var Oe = K.type;
12437
+ var Oe = X.type;
12438
12438
  switch (Oe) {
12439
12439
  case l:
12440
12440
  case c:
@@ -12461,47 +12461,47 @@ function mH() {
12461
12461
  }
12462
12462
  }
12463
12463
  }
12464
- var C = l, P = c, $ = a, M = s, k = t, D = u, L = r, j = v, X = h, J = n, H = i, Q = o, Y = f, Z = !1;
12465
- function W(K) {
12466
- return Z || (Z = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), O(K) || S(K) === l;
12464
+ var C = l, P = c, $ = a, M = s, k = t, D = u, L = r, j = v, Y = h, Z = n, H = i, Q = o, K = f, J = !1;
12465
+ function W(X) {
12466
+ return J || (J = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), O(X) || S(X) === l;
12467
12467
  }
12468
- function O(K) {
12469
- return S(K) === c;
12468
+ function O(X) {
12469
+ return S(X) === c;
12470
12470
  }
12471
- function B(K) {
12472
- return S(K) === a;
12471
+ function B(X) {
12472
+ return S(X) === a;
12473
12473
  }
12474
- function U(K) {
12475
- return S(K) === s;
12474
+ function U(X) {
12475
+ return S(X) === s;
12476
12476
  }
12477
- function I(K) {
12478
- return typeof K == "object" && K !== null && K.$$typeof === t;
12477
+ function I(X) {
12478
+ return typeof X == "object" && X !== null && X.$$typeof === t;
12479
12479
  }
12480
- function ne(K) {
12481
- return S(K) === u;
12480
+ function ne(X) {
12481
+ return S(X) === u;
12482
12482
  }
12483
- function he(K) {
12484
- return S(K) === r;
12483
+ function he(X) {
12484
+ return S(X) === r;
12485
12485
  }
12486
- function pe(K) {
12487
- return S(K) === v;
12486
+ function pe(X) {
12487
+ return S(X) === v;
12488
12488
  }
12489
- function ie(K) {
12490
- return S(K) === h;
12489
+ function ie(X) {
12490
+ return S(X) === h;
12491
12491
  }
12492
- function te(K) {
12493
- return S(K) === n;
12492
+ function te(X) {
12493
+ return S(X) === n;
12494
12494
  }
12495
- function oe(K) {
12496
- return S(K) === i;
12495
+ function oe(X) {
12496
+ return S(X) === i;
12497
12497
  }
12498
- function se(K) {
12499
- return S(K) === o;
12498
+ function se(X) {
12499
+ return S(X) === o;
12500
12500
  }
12501
- function xe(K) {
12502
- return S(K) === f;
12501
+ function xe(X) {
12502
+ return S(X) === f;
12503
12503
  }
12504
- Zt.AsyncMode = C, Zt.ConcurrentMode = P, Zt.ContextConsumer = $, Zt.ContextProvider = M, Zt.Element = k, Zt.ForwardRef = D, Zt.Fragment = L, Zt.Lazy = j, Zt.Memo = X, Zt.Portal = J, Zt.Profiler = H, Zt.StrictMode = Q, Zt.Suspense = Y, Zt.isAsyncMode = W, Zt.isConcurrentMode = O, Zt.isContextConsumer = B, Zt.isContextProvider = U, Zt.isElement = I, Zt.isForwardRef = ne, Zt.isFragment = he, Zt.isLazy = pe, Zt.isMemo = ie, Zt.isPortal = te, Zt.isProfiler = oe, Zt.isStrictMode = se, Zt.isSuspense = xe, Zt.isValidElementType = _, Zt.typeOf = S;
12504
+ Zt.AsyncMode = C, Zt.ConcurrentMode = P, Zt.ContextConsumer = $, Zt.ContextProvider = M, Zt.Element = k, Zt.ForwardRef = D, Zt.Fragment = L, Zt.Lazy = j, Zt.Memo = Y, Zt.Portal = Z, Zt.Profiler = H, Zt.StrictMode = Q, Zt.Suspense = K, Zt.isAsyncMode = W, Zt.isConcurrentMode = O, Zt.isContextConsumer = B, Zt.isContextProvider = U, Zt.isElement = I, Zt.isForwardRef = ne, Zt.isFragment = he, Zt.isLazy = pe, Zt.isMemo = ie, Zt.isPortal = te, Zt.isProfiler = oe, Zt.isStrictMode = se, Zt.isSuspense = xe, Zt.isValidElementType = _, Zt.typeOf = S;
12505
12505
  }()), Zt;
12506
12506
  }
12507
12507
  var en = {};
@@ -12734,7 +12734,7 @@ function xH() {
12734
12734
  oneOf: $,
12735
12735
  oneOfType: k,
12736
12736
  shape: j,
12737
- exact: X
12737
+ exact: Y
12738
12738
  };
12739
12739
  function v(O, B) {
12740
12740
  return O === B ? O !== 0 || 1 / O === 1 / B : O !== O && B !== B;
@@ -12749,10 +12749,10 @@ function xH() {
12749
12749
  function I(he, pe, ie, te, oe, se, xe) {
12750
12750
  if (te = te || p, se = se || ie, xe !== n) {
12751
12751
  if (l) {
12752
- var K = new Error(
12752
+ var X = new Error(
12753
12753
  "Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
12754
12754
  );
12755
- throw K.name = "Invariant Violation", K;
12755
+ throw X.name = "Invariant Violation", X;
12756
12756
  } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
12757
12757
  var Se = te + ":" + ie;
12758
12758
  !B[Se] && // Avoid spamming the console because they are often not actionable except for lib authors
@@ -12770,7 +12770,7 @@ function xH() {
12770
12770
  function B(U, I, ne, he, pe, ie) {
12771
12771
  var te = U[I], oe = Q(te);
12772
12772
  if (oe !== O) {
12773
- var se = Y(te);
12773
+ var se = K(te);
12774
12774
  return new m(
12775
12775
  "Invalid " + he + " `" + pe + "` of type " + ("`" + se + "` supplied to `" + ne + "`, expected ") + ("`" + O + "`."),
12776
12776
  { expectedType: O }
@@ -12842,9 +12842,9 @@ function xH() {
12842
12842
  for (var ie = U[I], te = 0; te < O.length; te++)
12843
12843
  if (v(ie, O[te]))
12844
12844
  return null;
12845
- var oe = JSON.stringify(O, function(xe, K) {
12846
- var Se = Y(K);
12847
- return Se === "symbol" ? String(K) : K;
12845
+ var oe = JSON.stringify(O, function(xe, X) {
12846
+ var Se = K(X);
12847
+ return Se === "symbol" ? String(X) : X;
12848
12848
  });
12849
12849
  return new m("Invalid " + he + " `" + pe + "` of value `" + String(ie) + "` " + ("supplied to `" + ne + "`, expected one of " + oe + "."));
12850
12850
  }
@@ -12874,15 +12874,15 @@ function xH() {
12874
12874
  var U = O[B];
12875
12875
  if (typeof U != "function")
12876
12876
  return i(
12877
- "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + Z(U) + " at index " + B + "."
12877
+ "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + J(U) + " at index " + B + "."
12878
12878
  ), s;
12879
12879
  }
12880
12880
  function I(ne, he, pe, ie, te) {
12881
12881
  for (var oe = [], se = 0; se < O.length; se++) {
12882
- var xe = O[se], K = xe(ne, he, pe, ie, te, n);
12883
- if (K == null)
12882
+ var xe = O[se], X = xe(ne, he, pe, ie, te, n);
12883
+ if (X == null)
12884
12884
  return null;
12885
- K.data && r(K.data, "expectedType") && oe.push(K.data.expectedType);
12885
+ X.data && r(X.data, "expectedType") && oe.push(X.data.expectedType);
12886
12886
  }
12887
12887
  var Se = oe.length > 0 ? ", expected one of type [" + oe.join(", ") + "]" : "";
12888
12888
  return new m("Invalid " + ie + " `" + te + "` supplied to " + ("`" + pe + "`" + Se + "."));
@@ -12891,7 +12891,7 @@ function xH() {
12891
12891
  }
12892
12892
  function D() {
12893
12893
  function O(B, U, I, ne, he) {
12894
- return J(B[U]) ? null : new m("Invalid " + ne + " `" + he + "` supplied to " + ("`" + I + "`, expected a ReactNode."));
12894
+ return Z(B[U]) ? null : new m("Invalid " + ne + " `" + he + "` supplied to " + ("`" + I + "`, expected a ReactNode."));
12895
12895
  }
12896
12896
  return x(O);
12897
12897
  }
@@ -12908,7 +12908,7 @@ function xH() {
12908
12908
  for (var oe in O) {
12909
12909
  var se = O[oe];
12910
12910
  if (typeof se != "function")
12911
- return L(ne, he, pe, oe, Y(se));
12911
+ return L(ne, he, pe, oe, K(se));
12912
12912
  var xe = se(ie, oe, ne, he, pe + "." + oe, n);
12913
12913
  if (xe)
12914
12914
  return xe;
@@ -12917,7 +12917,7 @@ function xH() {
12917
12917
  }
12918
12918
  return x(B);
12919
12919
  }
12920
- function X(O) {
12920
+ function Y(O) {
12921
12921
  function B(U, I, ne, he, pe) {
12922
12922
  var ie = U[I], te = Q(ie);
12923
12923
  if (te !== "object")
@@ -12926,21 +12926,21 @@ function xH() {
12926
12926
  for (var se in oe) {
12927
12927
  var xe = O[se];
12928
12928
  if (r(O, se) && typeof xe != "function")
12929
- return L(ne, he, pe, se, Y(xe));
12929
+ return L(ne, he, pe, se, K(xe));
12930
12930
  if (!xe)
12931
12931
  return new m(
12932
12932
  "Invalid " + he + " `" + pe + "` key `" + se + "` supplied to `" + ne + "`.\nBad object: " + JSON.stringify(U[I], null, " ") + `
12933
12933
  Valid keys: ` + JSON.stringify(Object.keys(O), null, " ")
12934
12934
  );
12935
- var K = xe(ie, se, ne, he, pe + "." + se, n);
12936
- if (K)
12937
- return K;
12935
+ var X = xe(ie, se, ne, he, pe + "." + se, n);
12936
+ if (X)
12937
+ return X;
12938
12938
  }
12939
12939
  return null;
12940
12940
  }
12941
12941
  return x(B);
12942
12942
  }
12943
- function J(O) {
12943
+ function Z(O) {
12944
12944
  switch (typeof O) {
12945
12945
  case "number":
12946
12946
  case "string":
@@ -12950,7 +12950,7 @@ Valid keys: ` + JSON.stringify(Object.keys(O), null, " ")
12950
12950
  return !O;
12951
12951
  case "object":
12952
12952
  if (Array.isArray(O))
12953
- return O.every(J);
12953
+ return O.every(Z);
12954
12954
  if (O === null || a(O))
12955
12955
  return !0;
12956
12956
  var B = f(O);
@@ -12958,12 +12958,12 @@ Valid keys: ` + JSON.stringify(Object.keys(O), null, " ")
12958
12958
  var U = B.call(O), I;
12959
12959
  if (B !== O.entries) {
12960
12960
  for (; !(I = U.next()).done; )
12961
- if (!J(I.value))
12961
+ if (!Z(I.value))
12962
12962
  return !1;
12963
12963
  } else
12964
12964
  for (; !(I = U.next()).done; ) {
12965
12965
  var ne = I.value;
12966
- if (ne && !J(ne[1]))
12966
+ if (ne && !Z(ne[1]))
12967
12967
  return !1;
12968
12968
  }
12969
12969
  } else
@@ -12980,7 +12980,7 @@ Valid keys: ` + JSON.stringify(Object.keys(O), null, " ")
12980
12980
  var B = typeof O;
12981
12981
  return Array.isArray(O) ? "array" : O instanceof RegExp ? "object" : H(B, O) ? "symbol" : B;
12982
12982
  }
12983
- function Y(O) {
12983
+ function K(O) {
12984
12984
  if (typeof O > "u" || O === null)
12985
12985
  return "" + O;
12986
12986
  var B = Q(O);
@@ -12992,8 +12992,8 @@ Valid keys: ` + JSON.stringify(Object.keys(O), null, " ")
12992
12992
  }
12993
12993
  return B;
12994
12994
  }
12995
- function Z(O) {
12996
- var B = Y(O);
12995
+ function J(O) {
12996
+ var B = K(O);
12997
12997
  switch (B) {
12998
12998
  case "array":
12999
12999
  case "object":
@@ -13866,21 +13866,21 @@ $r(Hm, "defaultProps", {
13866
13866
  position: D,
13867
13867
  positionOffset: L,
13868
13868
  scale: j,
13869
- ...X
13869
+ ...Y
13870
13870
  } = this.props;
13871
- let J = {}, H = null;
13872
- const Y = !!!D || this.state.dragging, Z = D || P, W = {
13871
+ let Z = {}, H = null;
13872
+ const K = !!!D || this.state.dragging, J = D || P, W = {
13873
13873
  // Set left if horizontal drag is enabled
13874
- x: (0, s.canDragX)(this) && Y ? this.state.x : Z.x,
13874
+ x: (0, s.canDragX)(this) && K ? this.state.x : J.x,
13875
13875
  // Set top if vertical drag is enabled
13876
- y: (0, s.canDragY)(this) && Y ? this.state.y : Z.y
13876
+ y: (0, s.canDragY)(this) && K ? this.state.y : J.y
13877
13877
  };
13878
- this.state.isElementSVG ? H = (0, i.createSVGTransform)(W, L) : J = (0, i.createCSSTransform)(W, L);
13878
+ this.state.isElementSVG ? H = (0, i.createSVGTransform)(W, L) : Z = (0, i.createCSSTransform)(W, L);
13879
13879
  const O = (0, o.default)(C.props.className || "", $, {
13880
13880
  [M]: this.state.dragging,
13881
13881
  [k]: this.state.dragged
13882
13882
  });
13883
- return /* @__PURE__ */ t.createElement(l.default, h({}, X, {
13883
+ return /* @__PURE__ */ t.createElement(l.default, h({}, Y, {
13884
13884
  onStart: this.onDragStart,
13885
13885
  onDrag: this.onDrag,
13886
13886
  onStop: this.onDragStop
@@ -13888,7 +13888,7 @@ $r(Hm, "defaultProps", {
13888
13888
  className: O,
13889
13889
  style: {
13890
13890
  ...C.props.style,
13891
- ...J
13891
+ ...Z
13892
13892
  },
13893
13893
  transform: H
13894
13894
  }));
@@ -21123,11 +21123,11 @@ class zl extends _s {
21123
21123
  const n = this.axis, r = this.chart, o = this.options, { grid: i, position: s, border: a } = o, l = i.offset, c = this.isHorizontal(), f = this.ticks.length + (l ? 1 : 0), p = ld(i), h = [], v = a.setContext(this.getContext()), m = v.display ? v.width : 0, x = m / 2, b = function(Q) {
21124
21124
  return Ha(r, Q, m);
21125
21125
  };
21126
- let w, _, S, C, P, $, M, k, D, L, j, X;
21126
+ let w, _, S, C, P, $, M, k, D, L, j, Y;
21127
21127
  if (s === "top")
21128
- w = b(this.bottom), $ = this.bottom - p, k = w - x, L = b(t.top) + x, X = t.bottom;
21128
+ w = b(this.bottom), $ = this.bottom - p, k = w - x, L = b(t.top) + x, Y = t.bottom;
21129
21129
  else if (s === "bottom")
21130
- w = b(this.top), L = t.top, X = b(t.bottom) - x, $ = w + x, k = this.top + p;
21130
+ w = b(this.top), L = t.top, Y = b(t.bottom) - x, $ = w + x, k = this.top + p;
21131
21131
  else if (s === "left")
21132
21132
  w = b(this.right), P = this.right - p, M = w - x, D = b(t.left) + x, j = t.right;
21133
21133
  else if (s === "right")
@@ -21136,23 +21136,23 @@ class zl extends _s {
21136
21136
  if (s === "center")
21137
21137
  w = b((t.top + t.bottom) / 2 + 0.5);
21138
21138
  else if (Lt(s)) {
21139
- const Q = Object.keys(s)[0], Y = s[Q];
21140
- w = b(this.chart.scales[Q].getPixelForValue(Y));
21139
+ const Q = Object.keys(s)[0], K = s[Q];
21140
+ w = b(this.chart.scales[Q].getPixelForValue(K));
21141
21141
  }
21142
- L = t.top, X = t.bottom, $ = w + x, k = $ + p;
21142
+ L = t.top, Y = t.bottom, $ = w + x, k = $ + p;
21143
21143
  } else if (n === "y") {
21144
21144
  if (s === "center")
21145
21145
  w = b((t.left + t.right) / 2);
21146
21146
  else if (Lt(s)) {
21147
- const Q = Object.keys(s)[0], Y = s[Q];
21148
- w = b(this.chart.scales[Q].getPixelForValue(Y));
21147
+ const Q = Object.keys(s)[0], K = s[Q];
21148
+ w = b(this.chart.scales[Q].getPixelForValue(K));
21149
21149
  }
21150
21150
  P = w - x, M = P - p, D = t.left, j = t.right;
21151
21151
  }
21152
- const J = vt(o.ticks.maxTicksLimit, f), H = Math.max(1, Math.ceil(f / J));
21152
+ const Z = vt(o.ticks.maxTicksLimit, f), H = Math.max(1, Math.ceil(f / Z));
21153
21153
  for (_ = 0; _ < f; _ += H) {
21154
- const Q = this.getContext(_), Y = i.setContext(Q), Z = a.setContext(Q), W = Y.lineWidth, O = Y.color, B = Z.dash || [], U = Z.dashOffset, I = Y.tickWidth, ne = Y.tickColor, he = Y.tickBorderDash || [], pe = Y.tickBorderDashOffset;
21155
- S = wY(this, _, l), S !== void 0 && (C = Ha(r, S, W), c ? P = M = D = j = C : $ = k = L = X = C, h.push({
21154
+ const Q = this.getContext(_), K = i.setContext(Q), J = a.setContext(Q), W = K.lineWidth, O = K.color, B = J.dash || [], U = J.dashOffset, I = K.tickWidth, ne = K.tickColor, he = K.tickBorderDash || [], pe = K.tickBorderDashOffset;
21155
+ S = wY(this, _, l), S !== void 0 && (C = Ha(r, S, W), c ? P = M = D = j = C : $ = k = L = Y = C, h.push({
21156
21156
  tx1: P,
21157
21157
  ty1: $,
21158
21158
  tx2: M,
@@ -21160,7 +21160,7 @@ class zl extends _s {
21160
21160
  x1: D,
21161
21161
  y1: L,
21162
21162
  x2: j,
21163
- y2: X,
21163
+ y2: Y,
21164
21164
  width: W,
21165
21165
  color: O,
21166
21166
  borderDash: B,
@@ -21175,7 +21175,7 @@ class zl extends _s {
21175
21175
  }
21176
21176
  _computeLabelItems(t) {
21177
21177
  const n = this.axis, r = this.options, { position: o, ticks: i } = r, s = this.isHorizontal(), a = this.ticks, { align: l, crossAlign: c, padding: u, mirror: f } = i, p = ld(r.grid), h = p + u, v = f ? -u : h, m = -ai(this.labelRotation), x = [];
21178
- let b, w, _, S, C, P, $, M, k, D, L, j, X = "middle";
21178
+ let b, w, _, S, C, P, $, M, k, D, L, j, Y = "middle";
21179
21179
  if (o === "top")
21180
21180
  P = this.bottom - v, $ = this._getXAxisLabelAlignment();
21181
21181
  else if (o === "bottom")
@@ -21203,20 +21203,20 @@ class zl extends _s {
21203
21203
  }
21204
21204
  $ = this._getYAxisLabelAlignment(p).textAlign;
21205
21205
  }
21206
- n === "y" && (l === "start" ? X = "top" : l === "end" && (X = "bottom"));
21207
- const J = this._getLabelSizes();
21206
+ n === "y" && (l === "start" ? Y = "top" : l === "end" && (Y = "bottom"));
21207
+ const Z = this._getLabelSizes();
21208
21208
  for (b = 0, w = a.length; b < w; ++b) {
21209
21209
  _ = a[b], S = _.label;
21210
21210
  const H = i.setContext(this.getContext(b));
21211
21211
  M = this.getPixelForTick(b) + i.labelOffset, k = this._resolveTickFontOptions(b), D = k.lineHeight, L = _n(S) ? S.length : 1;
21212
- const Q = L / 2, Y = H.color, Z = H.textStrokeColor, W = H.textStrokeWidth;
21212
+ const Q = L / 2, K = H.color, J = H.textStrokeColor, W = H.textStrokeWidth;
21213
21213
  let O = $;
21214
- s ? (C = M, $ === "inner" && (b === w - 1 ? O = this.options.reverse ? "left" : "right" : b === 0 ? O = this.options.reverse ? "right" : "left" : O = "center"), o === "top" ? c === "near" || m !== 0 ? j = -L * D + D / 2 : c === "center" ? j = -J.highest.height / 2 - Q * D + D : j = -J.highest.height + D / 2 : c === "near" || m !== 0 ? j = D / 2 : c === "center" ? j = J.highest.height / 2 - Q * D : j = J.highest.height - L * D, f && (j *= -1), m !== 0 && !H.showLabelBackdrop && (C += D / 2 * Math.sin(m))) : (P = M, j = (1 - L) * D / 2);
21214
+ s ? (C = M, $ === "inner" && (b === w - 1 ? O = this.options.reverse ? "left" : "right" : b === 0 ? O = this.options.reverse ? "right" : "left" : O = "center"), o === "top" ? c === "near" || m !== 0 ? j = -L * D + D / 2 : c === "center" ? j = -Z.highest.height / 2 - Q * D + D : j = -Z.highest.height + D / 2 : c === "near" || m !== 0 ? j = D / 2 : c === "center" ? j = Z.highest.height / 2 - Q * D : j = Z.highest.height - L * D, f && (j *= -1), m !== 0 && !H.showLabelBackdrop && (C += D / 2 * Math.sin(m))) : (P = M, j = (1 - L) * D / 2);
21215
21215
  let B;
21216
21216
  if (H.showLabelBackdrop) {
21217
- const U = dr(H.backdropPadding), I = J.heights[b], ne = J.widths[b];
21217
+ const U = dr(H.backdropPadding), I = Z.heights[b], ne = Z.widths[b];
21218
21218
  let he = j - U.top, pe = 0 - U.left;
21219
- switch (X) {
21219
+ switch (Y) {
21220
21220
  case "middle":
21221
21221
  he -= I / 2;
21222
21222
  break;
@@ -21249,11 +21249,11 @@ class zl extends _s {
21249
21249
  textOffset: j,
21250
21250
  options: {
21251
21251
  rotation: m,
21252
- color: Y,
21253
- strokeColor: Z,
21252
+ color: K,
21253
+ strokeColor: J,
21254
21254
  strokeWidth: W,
21255
21255
  textAlign: O,
21256
- textBaseline: X,
21256
+ textBaseline: Y,
21257
21257
  translation: [
21258
21258
  C,
21259
21259
  P
@@ -22463,10 +22463,10 @@ function rm(e, t, n, r, o, i) {
22463
22463
  let h = 0;
22464
22464
  const v = o - l;
22465
22465
  if (r) {
22466
- const H = u > 0 ? u - r : 0, Q = f > 0 ? f - r : 0, Y = (H + Q) / 2, Z = Y !== 0 ? v * Y / (Y + r) : v;
22467
- h = (v - Z) / 2;
22466
+ const H = u > 0 ? u - r : 0, Q = f > 0 ? f - r : 0, K = (H + Q) / 2, J = K !== 0 ? v * K / (K + r) : v;
22467
+ h = (v - J) / 2;
22468
22468
  }
22469
- const m = Math.max(1e-3, v * f - n / En) / f, x = (v - m) / 2, b = l + x + h, w = o - x - h, { outerStart: _, outerEnd: S, innerStart: C, innerEnd: P } = ZY(t, p, f, w - b), $ = f - _, M = f - S, k = b + _ / $, D = w - S / M, L = p + C, j = p + P, X = b + C / L, J = w - P / j;
22469
+ const m = Math.max(1e-3, v * f - n / En) / f, x = (v - m) / 2, b = l + x + h, w = o - x - h, { outerStart: _, outerEnd: S, innerStart: C, innerEnd: P } = ZY(t, p, f, w - b), $ = f - _, M = f - S, k = b + _ / $, D = w - S / M, L = p + C, j = p + P, Y = b + C / L, Z = w - P / j;
22470
22470
  if (e.beginPath(), i) {
22471
22471
  const H = (k + D) / 2;
22472
22472
  if (e.arc(s, a, f, k, H), e.arc(s, a, f, H, D), S > 0) {
@@ -22475,16 +22475,16 @@ function rm(e, t, n, r, o, i) {
22475
22475
  }
22476
22476
  const Q = gc(j, w, s, a);
22477
22477
  if (e.lineTo(Q.x, Q.y), P > 0) {
22478
- const W = gc(j, J, s, a);
22479
- e.arc(W.x, W.y, P, w + Vn, J + Math.PI);
22478
+ const W = gc(j, Z, s, a);
22479
+ e.arc(W.x, W.y, P, w + Vn, Z + Math.PI);
22480
22480
  }
22481
- const Y = (w - P / p + (b + C / p)) / 2;
22482
- if (e.arc(s, a, p, w - P / p, Y, !0), e.arc(s, a, p, Y, b + C / p, !0), C > 0) {
22483
- const W = gc(L, X, s, a);
22484
- e.arc(W.x, W.y, C, X + Math.PI, b - Vn);
22481
+ const K = (w - P / p + (b + C / p)) / 2;
22482
+ if (e.arc(s, a, p, w - P / p, K, !0), e.arc(s, a, p, K, b + C / p, !0), C > 0) {
22483
+ const W = gc(L, Y, s, a);
22484
+ e.arc(W.x, W.y, C, Y + Math.PI, b - Vn);
22485
22485
  }
22486
- const Z = gc($, b, s, a);
22487
- if (e.lineTo(Z.x, Z.y), _ > 0) {
22486
+ const J = gc($, b, s, a);
22487
+ if (e.lineTo(J.x, J.y), _ > 0) {
22488
22488
  const W = gc($, k, s, a);
22489
22489
  e.arc(W.x, W.y, _, b - Vn, k);
22490
22490
  }
@@ -22492,8 +22492,8 @@ function rm(e, t, n, r, o, i) {
22492
22492
  e.moveTo(s, a);
22493
22493
  const H = Math.cos(k) * f + s, Q = Math.sin(k) * f + a;
22494
22494
  e.lineTo(H, Q);
22495
- const Y = Math.cos(D) * f + s, Z = Math.sin(D) * f + a;
22496
- e.lineTo(Y, Z);
22495
+ const K = Math.cos(D) * f + s, J = Math.sin(D) * f + a;
22496
+ e.lineTo(K, J);
22497
22497
  }
22498
22498
  e.closePath();
22499
22499
  }
@@ -23615,7 +23615,7 @@ class EO extends _s {
23615
23615
  zA(o, D, L, j, s.pointStyleWidth && v);
23616
23616
  } else {
23617
23617
  const D = $ + Math.max((f - m) / 2, 0), L = l.leftForLtr(P, v), j = bl(M.borderRadius);
23618
- o.beginPath(), Object.values(j).some((X) => X !== 0) ? of(o, {
23618
+ o.beginPath(), Object.values(j).some((Y) => Y !== 0) ? of(o, {
23619
23619
  x: L,
23620
23620
  y: D,
23621
23621
  w: v,
@@ -23645,12 +23645,12 @@ class EO extends _s {
23645
23645
  const M = o.measureText(P.text).width, k = l.textAlign(P.textAlign || (P.textAlign = s.textAlign)), D = v + p + M;
23646
23646
  let L = h.x, j = h.y;
23647
23647
  l.setWidth(this.width), _ ? $ > 0 && L + D + u > this.right && (j = h.y += C, h.line++, L = h.x = xr(i, this.left + u, this.right - r[h.line])) : $ > 0 && j + C > this.bottom && (L = h.x = L + n[h.line].width + u, h.line++, j = h.y = xr(i, this.top + S + u, this.bottom - n[h.line].height));
23648
- const X = l.x(L);
23649
- if (b(X, j, P), L = gq(k, L + v + p, _ ? L + D : this.right, t.rtl), w(l.x(L), j, P), _)
23648
+ const Y = l.x(L);
23649
+ if (b(Y, j, P), L = gq(k, L + v + p, _ ? L + D : this.right, t.rtl), w(l.x(L), j, P), _)
23650
23650
  h.x += D + u;
23651
23651
  else if (typeof P.text != "string") {
23652
- const J = c.lineHeight;
23653
- h.y += yk(P, J) + u;
23652
+ const Z = c.lineHeight;
23653
+ h.y += yk(P, Z) + u;
23654
23654
  } else
23655
23655
  h.y += C;
23656
23656
  }), KA(this.ctx, t.textDirection);
@@ -27670,14 +27670,14 @@ const KO = (e) => ({
27670
27670
  }, h = h_(o), v = f_(h), m = await s.getDimensions(c), x = h === "y", b = x ? "top" : "left", w = x ? "bottom" : "right", _ = x ? "clientHeight" : "clientWidth", S = i.reference[v] + i.reference[h] - p[h] - i.floating[v], C = p[h] - i.reference[h], P = await (s.getOffsetParent == null ? void 0 : s.getOffsetParent(c));
27671
27671
  let $ = P ? P[_] : 0;
27672
27672
  (!$ || !await (s.isElement == null ? void 0 : s.isElement(P))) && ($ = a.floating[_] || i.floating[v]);
27673
- const M = S / 2 - C / 2, k = $ / 2 - m[v] / 2 - 1, D = wa(f[b], k), L = wa(f[w], k), j = D, X = $ - m[v] - L, J = $ / 2 - m[v] / 2 + M, H = Jx(j, J, X), Q = !l.arrow && Pu(o) != null && J != H && i.reference[v] / 2 - (J < j ? D : L) - m[v] / 2 < 0, Y = Q ? J < j ? J - j : J - X : 0;
27673
+ const M = S / 2 - C / 2, k = $ / 2 - m[v] / 2 - 1, D = wa(f[b], k), L = wa(f[w], k), j = D, Y = $ - m[v] - L, Z = $ / 2 - m[v] / 2 + M, H = Jx(j, Z, Y), Q = !l.arrow && Pu(o) != null && Z != H && i.reference[v] / 2 - (Z < j ? D : L) - m[v] / 2 < 0, K = Q ? Z < j ? Z - j : Z - Y : 0;
27674
27674
  return {
27675
- [h]: p[h] + Y,
27675
+ [h]: p[h] + K,
27676
27676
  data: {
27677
27677
  [h]: H,
27678
- centerOffset: J - H - Y,
27678
+ centerOffset: Z - H - K,
27679
27679
  ...Q && {
27680
- alignmentOffset: Y
27680
+ alignmentOffset: K
27681
27681
  }
27682
27682
  },
27683
27683
  reset: Q
@@ -27720,34 +27720,34 @@ const KO = (e) => ({
27720
27720
  overflows: $
27721
27721
  }], !$.every((j) => j <= 0)) {
27722
27722
  var k, D;
27723
- const j = (((k = i.flip) == null ? void 0 : k.index) || 0) + 1, X = C[j];
27724
- if (X)
27723
+ const j = (((k = i.flip) == null ? void 0 : k.index) || 0) + 1, Y = C[j];
27724
+ if (Y)
27725
27725
  return {
27726
27726
  data: {
27727
27727
  index: j,
27728
27728
  overflows: M
27729
27729
  },
27730
27730
  reset: {
27731
- placement: X
27731
+ placement: Y
27732
27732
  }
27733
27733
  };
27734
- let J = (D = M.filter((H) => H.overflows[0] <= 0).sort((H, Q) => H.overflows[1] - Q.overflows[1])[0]) == null ? void 0 : D.placement;
27735
- if (!J)
27734
+ let Z = (D = M.filter((H) => H.overflows[0] <= 0).sort((H, Q) => H.overflows[1] - Q.overflows[1])[0]) == null ? void 0 : D.placement;
27735
+ if (!Z)
27736
27736
  switch (h) {
27737
27737
  case "bestFit": {
27738
27738
  var L;
27739
- const H = (L = M.map((Q) => [Q.placement, Q.overflows.filter((Y) => Y > 0).reduce((Y, Z) => Y + Z, 0)]).sort((Q, Y) => Q[1] - Y[1])[0]) == null ? void 0 : L[0];
27740
- H && (J = H);
27739
+ const H = (L = M.map((Q) => [Q.placement, Q.overflows.filter((K) => K > 0).reduce((K, J) => K + J, 0)]).sort((Q, K) => Q[1] - K[1])[0]) == null ? void 0 : L[0];
27740
+ H && (Z = H);
27741
27741
  break;
27742
27742
  }
27743
27743
  case "initialPlacement":
27744
- J = a;
27744
+ Z = a;
27745
27745
  break;
27746
27746
  }
27747
- if (o !== J)
27747
+ if (o !== Z)
27748
27748
  return {
27749
27749
  reset: {
27750
- placement: J
27750
+ placement: Z
27751
27751
  }
27752
27752
  };
27753
27753
  }
@@ -28526,13 +28526,13 @@ function qJ(e) {
28526
28526
  strategy: n,
28527
28527
  middleware: p
28528
28528
  };
28529
- D.current && (Q.platform = D.current), WJ(P.current, $.current, Q).then((Y) => {
28530
- const Z = {
28531
- ...Y,
28529
+ D.current && (Q.platform = D.current), WJ(P.current, $.current, Q).then((K) => {
28530
+ const J = {
28531
+ ...K,
28532
28532
  isPositioned: !0
28533
28533
  };
28534
- j.current && !lm(M.current, Z) && (M.current = Z, nw.flushSync(() => {
28535
- f(Z);
28534
+ j.current && !lm(M.current, J) && (M.current = J, nw.flushSync(() => {
28535
+ f(J);
28536
28536
  }));
28537
28537
  });
28538
28538
  }, [p, t, n, D]);
@@ -28552,12 +28552,12 @@ function qJ(e) {
28552
28552
  L();
28553
28553
  }
28554
28554
  }, [S, C, L, k]);
28555
- const X = N.useMemo(() => ({
28555
+ const Y = N.useMemo(() => ({
28556
28556
  reference: P,
28557
28557
  floating: $,
28558
28558
  setReference: w,
28559
28559
  setFloating: _
28560
- }), [w, _]), J = N.useMemo(() => ({
28560
+ }), [w, _]), Z = N.useMemo(() => ({
28561
28561
  reference: S,
28562
28562
  floating: C
28563
28563
  }), [S, C]), H = N.useMemo(() => {
@@ -28566,28 +28566,28 @@ function qJ(e) {
28566
28566
  left: 0,
28567
28567
  top: 0
28568
28568
  };
28569
- if (!J.floating)
28569
+ if (!Z.floating)
28570
28570
  return Q;
28571
- const Y = t$(J.floating, u.x), Z = t$(J.floating, u.y);
28571
+ const K = t$(Z.floating, u.x), J = t$(Z.floating, u.y);
28572
28572
  return a ? {
28573
28573
  ...Q,
28574
- transform: "translate(" + Y + "px, " + Z + "px)",
28575
- ...qk(J.floating) >= 1.5 && {
28574
+ transform: "translate(" + K + "px, " + J + "px)",
28575
+ ...qk(Z.floating) >= 1.5 && {
28576
28576
  willChange: "transform"
28577
28577
  }
28578
28578
  } : {
28579
28579
  position: n,
28580
- left: Y,
28581
- top: Z
28580
+ left: K,
28581
+ top: J
28582
28582
  };
28583
- }, [n, a, J.floating, u.x, u.y]);
28583
+ }, [n, a, Z.floating, u.x, u.y]);
28584
28584
  return N.useMemo(() => ({
28585
28585
  ...u,
28586
28586
  update: L,
28587
- refs: X,
28588
- elements: J,
28587
+ refs: Y,
28588
+ elements: Z,
28589
28589
  floatingStyles: H
28590
- }), [u, L, X, J, H]);
28590
+ }), [u, L, Y, Z, H]);
28591
28591
  }
28592
28592
  function ov(e) {
28593
28593
  const [t, n] = Pe(void 0);
@@ -28640,7 +28640,7 @@ const Gk = "Popper", [Yk, Vi] = hr(Gk), [GJ, Kk] = Yk(Gk), YJ = (e) => {
28640
28640
  const { __scopePopper: u, side: f = "bottom", sideOffset: p = 0, align: h = "center", alignOffset: v = 0, arrowPadding: m = 0, avoidCollisions: x = !0, collisionBoundary: b = [], collisionPadding: w = 0, sticky: _ = "partial", hideWhenDetached: S = !1, updatePositionStrategy: C = "optimized", onPlaced: P, ...$ } = e, M = Kk(Xk, u), [k, D] = Pe(null), L = Ot(
28641
28641
  t,
28642
28642
  (Me) => D(Me)
28643
- ), [j, X] = Pe(null), J = ov(j), H = (n = J == null ? void 0 : J.width) !== null && n !== void 0 ? n : 0, Q = (r = J == null ? void 0 : J.height) !== null && r !== void 0 ? r : 0, Y = f + (h !== "center" ? "-" + h : ""), Z = typeof w == "number" ? w : {
28643
+ ), [j, Y] = Pe(null), Z = ov(j), H = (n = Z == null ? void 0 : Z.width) !== null && n !== void 0 ? n : 0, Q = (r = Z == null ? void 0 : Z.height) !== null && r !== void 0 ? r : 0, K = f + (h !== "center" ? "-" + h : ""), J = typeof w == "number" ? w : {
28644
28644
  top: 0,
28645
28645
  right: 0,
28646
28646
  bottom: 0,
@@ -28649,14 +28649,14 @@ const Gk = "Popper", [Yk, Vi] = hr(Gk), [GJ, Kk] = Yk(Gk), YJ = (e) => {
28649
28649
  }, W = Array.isArray(b) ? b : [
28650
28650
  b
28651
28651
  ], O = W.length > 0, B = {
28652
- padding: Z,
28652
+ padding: J,
28653
28653
  boundary: W.filter(ZJ),
28654
28654
  // with `strategy: 'fixed'`, this is the only way to get it to respect boundaries
28655
28655
  altBoundary: O
28656
28656
  }, { refs: U, floatingStyles: I, placement: ne, isPositioned: he, middlewareData: pe } = qJ({
28657
28657
  // default to `fixed` strategy so users don't have to pick and we also avoid focus scroll issues
28658
28658
  strategy: "fixed",
28659
- placement: Y,
28659
+ placement: K,
28660
28660
  whileElementsMounted: (...Me) => HJ(...Me, {
28661
28661
  animationFrame: C === "always"
28662
28662
  }),
@@ -28704,7 +28704,7 @@ const Gk = "Popper", [Yk, Vi] = hr(Gk), [GJ, Kk] = Yk(Gk), YJ = (e) => {
28704
28704
  he,
28705
28705
  oe
28706
28706
  ]);
28707
- const se = (o = pe.arrow) === null || o === void 0 ? void 0 : o.x, xe = (i = pe.arrow) === null || i === void 0 ? void 0 : i.y, K = ((s = pe.arrow) === null || s === void 0 ? void 0 : s.centerOffset) !== 0, [Se, Oe] = Pe();
28707
+ const se = (o = pe.arrow) === null || o === void 0 ? void 0 : o.x, xe = (i = pe.arrow) === null || i === void 0 ? void 0 : i.y, X = ((s = pe.arrow) === null || s === void 0 ? void 0 : s.centerOffset) !== 0, [Se, Oe] = Pe();
28708
28708
  return Sr(() => {
28709
28709
  k && Oe(window.getComputedStyle(k).zIndex);
28710
28710
  }, [
@@ -28727,10 +28727,10 @@ const Gk = "Popper", [Yk, Vi] = hr(Gk), [GJ, Kk] = Yk(Gk), YJ = (e) => {
28727
28727
  }, /* @__PURE__ */ V(QJ, {
28728
28728
  scope: u,
28729
28729
  placedSide: ie,
28730
- onArrowChange: X,
28730
+ onArrowChange: Y,
28731
28731
  arrowX: se,
28732
28732
  arrowY: xe,
28733
- shouldHideArrow: K
28733
+ shouldHideArrow: X
28734
28734
  }, /* @__PURE__ */ V(rt.div, fe({
28735
28735
  "data-side": ie,
28736
28736
  "data-align": te
@@ -29239,7 +29239,7 @@ function w_(e, t) {
29239
29239
  return (n == null ? void 0 : n.color) || "";
29240
29240
  }
29241
29241
  function $Z({ card: e }) {
29242
- var x, b, w, _, S, C, P, $, M, k, D, L, j, X, J, H, Q, Y, Z, W, O, B, U, I;
29242
+ var x, b, w, _, S, C, P, $, M, k, D, L, j, Y, Z, H, Q, K, J, W, O, B, U, I;
29243
29243
  const t = ke((ne) => ne.actions.setCardTitle), n = ke(
29244
29244
  (ne) => ne.actions.setCardDescription
29245
29245
  ), r = ke((ne) => ne.isVisualEditing), o = Ur((ne) => ne.card), i = Ur((ne) => ne.actions.setCard);
@@ -29286,7 +29286,7 @@ function $Z({ card: e }) {
29286
29286
  useSuffix: !!(($ = (P = e.preferences) == null ? void 0 : P.formatNumber) != null && $.suffix),
29287
29287
  customSuffix: ((k = (M = e.preferences) == null ? void 0 : M.formatNumber) == null ? void 0 : k.suffix) || "",
29288
29288
  locale: ((L = (D = e.preferences) == null ? void 0 : D.formatNumber) == null ? void 0 : L.locale) || "",
29289
- currency: ((X = (j = e.preferences) == null ? void 0 : j.formatNumber) == null ? void 0 : X.currency) || ""
29289
+ currency: ((Y = (j = e.preferences) == null ? void 0 : j.formatNumber) == null ? void 0 : Y.currency) || ""
29290
29290
  })
29291
29291
  }
29292
29292
  ),
@@ -29294,9 +29294,9 @@ function $Z({ card: e }) {
29294
29294
  "from  ",
29295
29295
  vs({
29296
29296
  number: f,
29297
- decimalPlaces: ((H = (J = e.preferences) == null ? void 0 : J.formatNumber) == null ? void 0 : H.decimalPlaces) || 0,
29298
- useSuffix: !!((Y = (Q = e.preferences) == null ? void 0 : Q.formatNumber) != null && Y.suffix),
29299
- customSuffix: ((W = (Z = e.preferences) == null ? void 0 : Z.formatNumber) == null ? void 0 : W.suffix) || "",
29297
+ decimalPlaces: ((H = (Z = e.preferences) == null ? void 0 : Z.formatNumber) == null ? void 0 : H.decimalPlaces) || 0,
29298
+ useSuffix: !!((K = (Q = e.preferences) == null ? void 0 : Q.formatNumber) != null && K.suffix),
29299
+ customSuffix: ((W = (J = e.preferences) == null ? void 0 : J.formatNumber) == null ? void 0 : W.suffix) || "",
29300
29300
  locale: ((B = (O = e.preferences) == null ? void 0 : O.formatNumber) == null ? void 0 : B.locale) || "",
29301
29301
  currency: ((I = (U = e.preferences) == null ? void 0 : U.formatNumber) == null ? void 0 : I.currency) || ""
29302
29302
  })
@@ -29883,15 +29883,15 @@ function lM({
29883
29883
  ...(l = S == null ? void 0 : S.plugins) == null ? void 0 : l.datalabels,
29884
29884
  // anchor: 'end', // Position the label inside the bar
29885
29885
  // align: 'end', // Aligns the label inside the bar
29886
- formatter: (D, L) => D.map((X) => {
29887
- var J, H, Q, Y;
29886
+ formatter: (D, L) => D.map((Y) => {
29887
+ var Z, H, Q, K;
29888
29888
  return vs({
29889
- number: Number(X),
29890
- decimalPlaces: ((J = s == null ? void 0 : s.numberAxisFormat) == null ? void 0 : J.decimalPlaces) || 0,
29889
+ number: Number(Y),
29890
+ decimalPlaces: ((Z = s == null ? void 0 : s.numberAxisFormat) == null ? void 0 : Z.decimalPlaces) || 0,
29891
29891
  useSuffix: !!((H = s == null ? void 0 : s.numberAxisFormat) != null && H.suffix),
29892
29892
  customSuffix: "",
29893
29893
  locale: ((Q = s == null ? void 0 : s.numberAxisFormat) == null ? void 0 : Q.locale) || "",
29894
- currency: ((Y = s == null ? void 0 : s.numberAxisFormat) == null ? void 0 : Y.currency) || ""
29894
+ currency: ((K = s == null ? void 0 : s.numberAxisFormat) == null ? void 0 : K.currency) || ""
29895
29895
  });
29896
29896
  }).slice(0, 2).join(" - ")
29897
29897
  }
@@ -30000,20 +30000,20 @@ function lM({
30000
30000
  plugins: [t === "doughnut" ? {
30001
30001
  id: "doughnutLabel",
30002
30002
  beforeDatasetsDraw: function(P, $, M) {
30003
- var Q, Y, Z, W;
30003
+ var Q, K, J, W;
30004
30004
  const { ctx: k, data: D } = P;
30005
30005
  k.save();
30006
- const L = P.getDatasetMeta(0).data[0].x, j = P.getDatasetMeta(0).data[0].y, X = Qd(Vg());
30007
- k.font = "1.2em Arial", k.fontWeight = "bolder", k.fillStyle = X, k.textAlign = "center", k.textBaseline = "middle";
30008
- const J = D.datasets[0].data.reduce(
30006
+ const L = P.getDatasetMeta(0).data[0].x, j = P.getDatasetMeta(0).data[0].y, Y = Qd(Vg());
30007
+ k.font = "1.2em Arial", k.fontWeight = "bolder", k.fillStyle = Y, k.textAlign = "center", k.textBaseline = "middle";
30008
+ const Z = D.datasets[0].data.reduce(
30009
30009
  (O, B) => O + B,
30010
30010
  0
30011
30011
  ), H = vs({
30012
- number: Number(J),
30012
+ number: Number(Z),
30013
30013
  decimalPlaces: ((Q = s == null ? void 0 : s.numberAxisFormat) == null ? void 0 : Q.decimalPlaces) || 0,
30014
- useSuffix: !!((Y = s == null ? void 0 : s.numberAxisFormat) != null && Y.suffix),
30014
+ useSuffix: !!((K = s == null ? void 0 : s.numberAxisFormat) != null && K.suffix),
30015
30015
  customSuffix: "",
30016
- locale: ((Z = s == null ? void 0 : s.numberAxisFormat) == null ? void 0 : Z.locale) || "",
30016
+ locale: ((J = s == null ? void 0 : s.numberAxisFormat) == null ? void 0 : J.locale) || "",
30017
30017
  currency: ((W = s == null ? void 0 : s.numberAxisFormat) == null ? void 0 : W.currency) || ""
30018
30018
  });
30019
30019
  k.fillText(H, L, j);
@@ -30282,14 +30282,14 @@ function T1e(e) {
30282
30282
  return { ...o, data: ((a = o == null ? void 0 : o.data) == null ? void 0 : a.records) || [], card: i };
30283
30283
  }
30284
30284
  function __(e) {
30285
- var Q, Y, Z;
30286
- const { onChartElementClicked: t } = Bl(), [n, r] = Pe(0), o = ((Q = e == null ? void 0 : e.preferences) == null ? void 0 : Q.filterOnClickColumnIndex) === void 0 ? 0 : (Y = e.preferences) == null ? void 0 : Y.filterOnClickColumnIndex, i = ke((W) => W.bookmarkKey);
30285
+ var Q, K, J;
30286
+ const { onChartElementClicked: t } = Bl(), [n, r] = Pe(0), o = ((Q = e == null ? void 0 : e.preferences) == null ? void 0 : Q.filterOnClickColumnIndex) === void 0 ? 0 : (K = e.preferences) == null ? void 0 : K.filterOnClickColumnIndex, i = ke((W) => W.bookmarkKey);
30287
30287
  ke((W) => W.isVisualEditing);
30288
30288
  const s = ke((W) => W.filteringCards), a = ke((W) => W.selectedSheetId);
30289
30289
  ke((W) => W.selectedCardId), ke(
30290
30290
  (W) => W.isDashboardEditing
30291
30291
  );
30292
- const l = ke((W) => W.themeStyle), c = ke((W) => W.filterValues), u = de(c), f = (Z = e == null ? void 0 : e.preferences) == null ? void 0 : Z.onClickFilter, {
30292
+ const l = ke((W) => W.themeStyle), c = ke((W) => W.filterValues), u = de(c), f = (J = e == null ? void 0 : e.preferences) == null ? void 0 : J.onClickFilter, {
30293
30293
  addFrame: p,
30294
30294
  addFilteringCard: h,
30295
30295
  setFrameCardData: v,
@@ -30302,8 +30302,8 @@ function __(e) {
30302
30302
  } = Zr(), { data: S, isLoading: C, isFetching: P, isError: $, refetch: M } = zZ(e), k = s == null ? void 0 : s.find(
30303
30303
  (W) => W.id === e.id
30304
30304
  ), D = m(e.id), L = (D == null ? void 0 : D.cards) || [], j = (L == null ? void 0 : L.length) == 1;
30305
- let X;
30306
- e.data && e.data.length > 0 && (X = lM({
30305
+ let Y;
30306
+ e.data && e.data.length > 0 && (Y = lM({
30307
30307
  data: e.data,
30308
30308
  cardType: e.type,
30309
30309
  cfg: e.cfg,
@@ -30319,7 +30319,7 @@ function __(e) {
30319
30319
  c
30320
30320
  //bookMarkKey
30321
30321
  ]);
30322
- const J = de({
30322
+ const Z = de({
30323
30323
  filteringCards: s
30324
30324
  });
30325
30325
  _e(() => {
@@ -30337,7 +30337,7 @@ function __(e) {
30337
30337
  e.connectionId && !k && (u.current = c);
30338
30338
  }, [c, i]), _e(() => {
30339
30339
  var O;
30340
- k && (J.current.filteringCards = [...s || []]), !k && ((O = J.current.filteringCards) == null ? void 0 : O.find((B) => B.id === e.id)) && j && r(n + 1);
30340
+ k && (Z.current.filteringCards = [...s || []]), !k && ((O = Z.current.filteringCards) == null ? void 0 : O.find((B) => B.id === e.id)) && j && r(n + 1);
30341
30341
  }, [k]);
30342
30342
  function H(W, O, B, U) {
30343
30343
  var he, pe;
@@ -30359,7 +30359,7 @@ function __(e) {
30359
30359
  return;
30360
30360
  const ie = [];
30361
30361
  ne.forEach((te, oe) => {
30362
- const se = f == null ? void 0 : f.find((K) => K.columnIndex === oe);
30362
+ const se = f == null ? void 0 : f.find((X) => X.columnIndex === oe);
30363
30363
  if (!se)
30364
30364
  return;
30365
30365
  const xe = {
@@ -30386,7 +30386,7 @@ function __(e) {
30386
30386
  elementIndex: B,
30387
30387
  datasetIndex: O,
30388
30388
  cardType: e.type,
30389
- cfg: X,
30389
+ cfg: Y,
30390
30390
  apply: I
30391
30391
  });
30392
30392
  }
@@ -30398,7 +30398,7 @@ function __(e) {
30398
30398
  data: S,
30399
30399
  visualKey: n,
30400
30400
  handleDatapointClick: H,
30401
- cfg: X
30401
+ cfg: Y
30402
30402
  };
30403
30403
  }
30404
30404
  var eee = (e) => {
@@ -30489,10 +30489,10 @@ function _ee(...e) {
30489
30489
  }
30490
30490
  var See = (e) => {
30491
30491
  var t, n, r, o, i, s, a, l, c, u;
30492
- let { invert: f, toast: p, unstyled: h, interacting: v, setHeights: m, visibleToasts: x, heights: b, index: w, toasts: _, expanded: S, removeToast: C, defaultRichColors: P, closeButton: $, style: M, cancelButtonStyle: k, actionButtonStyle: D, className: L = "", descriptionClassName: j = "", duration: X, position: J, gap: H, loadingIcon: Q, expandByDefault: Y, classNames: Z, icons: W, closeButtonAriaLabel: O = "Close toast", pauseWhenPageIsHidden: B, cn: U } = e, [I, ne] = ue.useState(!1), [he, pe] = ue.useState(!1), [ie, te] = ue.useState(!1), [oe, se] = ue.useState(!1), [xe, K] = ue.useState(0), [Se, Oe] = ue.useState(0), Me = ue.useRef(null), Ie = ue.useRef(null), Qe = w === 0, qe = w + 1 <= x, ze = p.type, tt = p.dismissible !== !1, pt = p.className || "", Vt = p.descriptionClassName || "", Ft = ue.useMemo(() => b.findIndex((lt) => lt.toastId === p.id) || 0, [b, p.id]), Xt = ue.useMemo(() => {
30492
+ let { invert: f, toast: p, unstyled: h, interacting: v, setHeights: m, visibleToasts: x, heights: b, index: w, toasts: _, expanded: S, removeToast: C, defaultRichColors: P, closeButton: $, style: M, cancelButtonStyle: k, actionButtonStyle: D, className: L = "", descriptionClassName: j = "", duration: Y, position: Z, gap: H, loadingIcon: Q, expandByDefault: K, classNames: J, icons: W, closeButtonAriaLabel: O = "Close toast", pauseWhenPageIsHidden: B, cn: U } = e, [I, ne] = ue.useState(!1), [he, pe] = ue.useState(!1), [ie, te] = ue.useState(!1), [oe, se] = ue.useState(!1), [xe, X] = ue.useState(0), [Se, Oe] = ue.useState(0), Me = ue.useRef(null), Ie = ue.useRef(null), Qe = w === 0, qe = w + 1 <= x, ze = p.type, tt = p.dismissible !== !1, pt = p.className || "", Vt = p.descriptionClassName || "", Ft = ue.useMemo(() => b.findIndex((lt) => lt.toastId === p.id) || 0, [b, p.id]), Xt = ue.useMemo(() => {
30493
30493
  var lt;
30494
30494
  return (lt = p.closeButton) != null ? lt : $;
30495
- }, [p.closeButton, $]), me = ue.useMemo(() => p.duration || X || vee, [p.duration, X]), Te = ue.useRef(0), Ve = ue.useRef(0), Ze = ue.useRef(0), it = ue.useRef(null), [Qt, ln] = J.split("-"), nn = ue.useMemo(() => b.reduce((lt, yt, jt) => jt >= Ft ? lt : lt + yt.height, 0), [b, Ft]), Rn = aee(), mn = p.invert || f, Wt = ze === "loading";
30495
+ }, [p.closeButton, $]), me = ue.useMemo(() => p.duration || Y || vee, [p.duration, Y]), Te = ue.useRef(0), Ve = ue.useRef(0), Ze = ue.useRef(0), it = ue.useRef(null), [Qt, ln] = Z.split("-"), nn = ue.useMemo(() => b.reduce((lt, yt, jt) => jt >= Ft ? lt : lt + yt.height, 0), [b, Ft]), Rn = aee(), mn = p.invert || f, Wt = ze === "loading";
30496
30496
  Ve.current = ue.useMemo(() => Ft * H + nn, [Ft, nn]), ue.useEffect(() => {
30497
30497
  ne(!0);
30498
30498
  }, []), ue.useLayoutEffect(() => {
@@ -30504,7 +30504,7 @@ var See = (e) => {
30504
30504
  lt.style.height = yt, Oe(jt), m((rn) => rn.find((Ct) => Ct.toastId === p.id) ? rn.map((Ct) => Ct.toastId === p.id ? { ...Ct, height: jt } : Ct) : [{ toastId: p.id, height: jt, position: p.position }, ...rn]);
30505
30505
  }, [I, p.title, p.description, m, p.id]);
30506
30506
  let un = ue.useCallback(() => {
30507
- pe(!0), K(Ve.current), m((lt) => lt.filter((yt) => yt.toastId !== p.id)), setTimeout(() => {
30507
+ pe(!0), X(Ve.current), m((lt) => lt.filter((yt) => yt.toastId !== p.id)), setTimeout(() => {
30508
30508
  C(p);
30509
30509
  }, wee);
30510
30510
  }, [p, C, m, Ve]);
@@ -30522,7 +30522,7 @@ var See = (e) => {
30522
30522
  var jt;
30523
30523
  (jt = p.onAutoClose) == null || jt.call(p, p), un();
30524
30524
  }, yt)), () => clearTimeout(lt);
30525
- }, [S, v, Y, p, me, un, p.promise, ze, B, Rn]), ue.useEffect(() => {
30525
+ }, [S, v, K, p, me, un, p.promise, ze, B, Rn]), ue.useEffect(() => {
30526
30526
  let lt = Ie.current;
30527
30527
  if (lt) {
30528
30528
  let yt = lt.getBoundingClientRect().height;
@@ -30534,8 +30534,8 @@ var See = (e) => {
30534
30534
  function $n() {
30535
30535
  return W != null && W.loading ? ue.createElement("div", { className: "sonner-loader", "data-visible": ze === "loading" }, W.loading) : Q ? ue.createElement("div", { className: "sonner-loader", "data-visible": ze === "loading" }, Q) : ue.createElement(nee, { visible: ze === "loading" });
30536
30536
  }
30537
- return ue.createElement("li", { "aria-live": p.important ? "assertive" : "polite", "aria-atomic": "true", role: "status", tabIndex: 0, ref: Ie, className: U(L, pt, Z == null ? void 0 : Z.toast, (t = p == null ? void 0 : p.classNames) == null ? void 0 : t.toast, Z == null ? void 0 : Z.default, Z == null ? void 0 : Z[ze], (n = p == null ? void 0 : p.classNames) == null ? void 0 : n[ze]), "data-sonner-toast": "", "data-rich-colors": (r = p.richColors) != null ? r : P, "data-styled": !(p.jsx || p.unstyled || h), "data-mounted": I, "data-promise": !!p.promise, "data-removed": he, "data-visible": qe, "data-y-position": Qt, "data-x-position": ln, "data-index": w, "data-front": Qe, "data-swiping": ie, "data-dismissible": tt, "data-type": ze, "data-invert": mn, "data-swipe-out": oe, "data-expanded": !!(S || Y && I), style: { "--index": w, "--toasts-before": w, "--z-index": _.length - w, "--offset": `${he ? xe : Ve.current}px`, "--initial-height": Y ? "auto" : `${Se}px`, ...M, ...p.style }, onPointerDown: (lt) => {
30538
- Wt || !tt || (Me.current = /* @__PURE__ */ new Date(), K(Ve.current), lt.target.setPointerCapture(lt.pointerId), lt.target.tagName !== "BUTTON" && (te(!0), it.current = { x: lt.clientX, y: lt.clientY }));
30537
+ return ue.createElement("li", { "aria-live": p.important ? "assertive" : "polite", "aria-atomic": "true", role: "status", tabIndex: 0, ref: Ie, className: U(L, pt, J == null ? void 0 : J.toast, (t = p == null ? void 0 : p.classNames) == null ? void 0 : t.toast, J == null ? void 0 : J.default, J == null ? void 0 : J[ze], (n = p == null ? void 0 : p.classNames) == null ? void 0 : n[ze]), "data-sonner-toast": "", "data-rich-colors": (r = p.richColors) != null ? r : P, "data-styled": !(p.jsx || p.unstyled || h), "data-mounted": I, "data-promise": !!p.promise, "data-removed": he, "data-visible": qe, "data-y-position": Qt, "data-x-position": ln, "data-index": w, "data-front": Qe, "data-swiping": ie, "data-dismissible": tt, "data-type": ze, "data-invert": mn, "data-swipe-out": oe, "data-expanded": !!(S || K && I), style: { "--index": w, "--toasts-before": w, "--z-index": _.length - w, "--offset": `${he ? xe : Ve.current}px`, "--initial-height": K ? "auto" : `${Se}px`, ...M, ...p.style }, onPointerDown: (lt) => {
30538
+ Wt || !tt || (Me.current = /* @__PURE__ */ new Date(), X(Ve.current), lt.target.setPointerCapture(lt.pointerId), lt.target.tagName !== "BUTTON" && (te(!0), it.current = { x: lt.clientX, y: lt.clientY }));
30539
30539
  }, onPointerUp: () => {
30540
30540
  var lt, yt, jt, rn;
30541
30541
  if (oe || !tt)
@@ -30543,7 +30543,7 @@ var See = (e) => {
30543
30543
  it.current = null;
30544
30544
  let Ct = Number(((lt = Ie.current) == null ? void 0 : lt.style.getPropertyValue("--swipe-amount").replace("px", "")) || 0), jn = (/* @__PURE__ */ new Date()).getTime() - ((yt = Me.current) == null ? void 0 : yt.getTime()), Xo = Math.abs(Ct) / jn;
30545
30545
  if (Math.abs(Ct) >= xee || Xo > 0.11) {
30546
- K(Ve.current), (jt = p.onDismiss) == null || jt.call(p, p), un(), se(!0);
30546
+ X(Ve.current), (jt = p.onDismiss) == null || jt.call(p, p), un(), se(!0);
30547
30547
  return;
30548
30548
  }
30549
30549
  (rn = Ie.current) == null || rn.style.setProperty("--swipe-amount", "0px"), te(!1);
@@ -30557,13 +30557,13 @@ var See = (e) => {
30557
30557
  } : () => {
30558
30558
  var lt;
30559
30559
  un(), (lt = p.onDismiss) == null || lt.call(p, p);
30560
- }, className: U(Z == null ? void 0 : Z.closeButton, (o = p == null ? void 0 : p.classNames) == null ? void 0 : o.closeButton) }, ue.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "12", height: "12", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, ue.createElement("line", { x1: "18", y1: "6", x2: "6", y2: "18" }), ue.createElement("line", { x1: "6", y1: "6", x2: "18", y2: "18" }))) : null, p.jsx || ue.isValidElement(p.title) ? p.jsx || p.title : ue.createElement(ue.Fragment, null, ze || p.icon || p.promise ? ue.createElement("div", { "data-icon": "", className: U(Z == null ? void 0 : Z.icon, (i = p == null ? void 0 : p.classNames) == null ? void 0 : i.icon) }, p.promise || p.type === "loading" && !p.icon ? p.icon || $n() : null, p.type !== "loading" ? p.icon || (W == null ? void 0 : W[ze]) || eee(ze) : null) : null, ue.createElement("div", { "data-content": "", className: U(Z == null ? void 0 : Z.content, (s = p == null ? void 0 : p.classNames) == null ? void 0 : s.content) }, ue.createElement("div", { "data-title": "", className: U(Z == null ? void 0 : Z.title, (a = p == null ? void 0 : p.classNames) == null ? void 0 : a.title) }, p.title), p.description ? ue.createElement("div", { "data-description": "", className: U(j, Vt, Z == null ? void 0 : Z.description, (l = p == null ? void 0 : p.classNames) == null ? void 0 : l.description) }, p.description) : null), ue.isValidElement(p.cancel) ? p.cancel : p.cancel && Wp(p.cancel) ? ue.createElement("button", { "data-button": !0, "data-cancel": !0, style: p.cancelButtonStyle || k, onClick: (lt) => {
30560
+ }, className: U(J == null ? void 0 : J.closeButton, (o = p == null ? void 0 : p.classNames) == null ? void 0 : o.closeButton) }, ue.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "12", height: "12", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, ue.createElement("line", { x1: "18", y1: "6", x2: "6", y2: "18" }), ue.createElement("line", { x1: "6", y1: "6", x2: "18", y2: "18" }))) : null, p.jsx || ue.isValidElement(p.title) ? p.jsx || p.title : ue.createElement(ue.Fragment, null, ze || p.icon || p.promise ? ue.createElement("div", { "data-icon": "", className: U(J == null ? void 0 : J.icon, (i = p == null ? void 0 : p.classNames) == null ? void 0 : i.icon) }, p.promise || p.type === "loading" && !p.icon ? p.icon || $n() : null, p.type !== "loading" ? p.icon || (W == null ? void 0 : W[ze]) || eee(ze) : null) : null, ue.createElement("div", { "data-content": "", className: U(J == null ? void 0 : J.content, (s = p == null ? void 0 : p.classNames) == null ? void 0 : s.content) }, ue.createElement("div", { "data-title": "", className: U(J == null ? void 0 : J.title, (a = p == null ? void 0 : p.classNames) == null ? void 0 : a.title) }, p.title), p.description ? ue.createElement("div", { "data-description": "", className: U(j, Vt, J == null ? void 0 : J.description, (l = p == null ? void 0 : p.classNames) == null ? void 0 : l.description) }, p.description) : null), ue.isValidElement(p.cancel) ? p.cancel : p.cancel && Wp(p.cancel) ? ue.createElement("button", { "data-button": !0, "data-cancel": !0, style: p.cancelButtonStyle || k, onClick: (lt) => {
30561
30561
  var yt, jt;
30562
30562
  Wp(p.cancel) && tt && ((jt = (yt = p.cancel).onClick) == null || jt.call(yt, lt), un());
30563
- }, className: U(Z == null ? void 0 : Z.cancelButton, (c = p == null ? void 0 : p.classNames) == null ? void 0 : c.cancelButton) }, p.cancel.label) : null, ue.isValidElement(p.action) ? p.action : p.action && Wp(p.action) ? ue.createElement("button", { "data-button": !0, "data-action": !0, style: p.actionButtonStyle || D, onClick: (lt) => {
30563
+ }, className: U(J == null ? void 0 : J.cancelButton, (c = p == null ? void 0 : p.classNames) == null ? void 0 : c.cancelButton) }, p.cancel.label) : null, ue.isValidElement(p.action) ? p.action : p.action && Wp(p.action) ? ue.createElement("button", { "data-button": !0, "data-action": !0, style: p.actionButtonStyle || D, onClick: (lt) => {
30564
30564
  var yt, jt;
30565
30565
  Wp(p.action) && (lt.defaultPrevented || ((jt = (yt = p.action).onClick) == null || jt.call(yt, lt), un()));
30566
- }, className: U(Z == null ? void 0 : Z.actionButton, (u = p == null ? void 0 : p.classNames) == null ? void 0 : u.actionButton) }, p.action.label) : null));
30566
+ }, className: U(J == null ? void 0 : J.actionButton, (u = p == null ? void 0 : p.classNames) == null ? void 0 : u.actionButton) }, p.action.label) : null));
30567
30567
  };
30568
30568
  function o$() {
30569
30569
  if (typeof window > "u" || typeof document > "u")
@@ -30572,7 +30572,7 @@ function o$() {
30572
30572
  return e === "auto" || !e ? window.getComputedStyle(document.documentElement).direction : e;
30573
30573
  }
30574
30574
  var A1e = (e) => {
30575
- let { invert: t, position: n = "bottom-right", hotkey: r = ["altKey", "KeyT"], expand: o, closeButton: i, className: s, offset: a, theme: l = "light", richColors: c, duration: u, style: f, visibleToasts: p = gee, toastOptions: h, dir: v = o$(), gap: m = yee, loadingIcon: x, icons: b, containerAriaLabel: w = "Notifications", pauseWhenPageIsHidden: _, cn: S = _ee } = e, [C, P] = ue.useState([]), $ = ue.useMemo(() => Array.from(new Set([n].concat(C.filter((B) => B.position).map((B) => B.position)))), [C, n]), [M, k] = ue.useState([]), [D, L] = ue.useState(!1), [j, X] = ue.useState(!1), [J, H] = ue.useState(l !== "system" ? l : typeof window < "u" && window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"), Q = ue.useRef(null), Y = r.join("+").replace(/Key/g, "").replace(/Digit/g, ""), Z = ue.useRef(null), W = ue.useRef(!1), O = ue.useCallback((B) => {
30575
+ let { invert: t, position: n = "bottom-right", hotkey: r = ["altKey", "KeyT"], expand: o, closeButton: i, className: s, offset: a, theme: l = "light", richColors: c, duration: u, style: f, visibleToasts: p = gee, toastOptions: h, dir: v = o$(), gap: m = yee, loadingIcon: x, icons: b, containerAriaLabel: w = "Notifications", pauseWhenPageIsHidden: _, cn: S = _ee } = e, [C, P] = ue.useState([]), $ = ue.useMemo(() => Array.from(new Set([n].concat(C.filter((B) => B.position).map((B) => B.position)))), [C, n]), [M, k] = ue.useState([]), [D, L] = ue.useState(!1), [j, Y] = ue.useState(!1), [Z, H] = ue.useState(l !== "system" ? l : typeof window < "u" && window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"), Q = ue.useRef(null), K = r.join("+").replace(/Key/g, "").replace(/Digit/g, ""), J = ue.useRef(null), W = ue.useRef(!1), O = ue.useCallback((B) => {
30576
30576
  var U;
30577
30577
  (U = C.find((I) => I.id === B.id)) != null && U.delete || ho.dismiss(B.id), P((I) => I.filter(({ id: ne }) => ne !== B.id));
30578
30578
  }, [C]);
@@ -30608,20 +30608,20 @@ var A1e = (e) => {
30608
30608
  }, [r]), ue.useEffect(() => {
30609
30609
  if (Q.current)
30610
30610
  return () => {
30611
- Z.current && (Z.current.focus({ preventScroll: !0 }), Z.current = null, W.current = !1);
30611
+ J.current && (J.current.focus({ preventScroll: !0 }), J.current = null, W.current = !1);
30612
30612
  };
30613
- }, [Q.current]), C.length ? ue.createElement("section", { "aria-label": `${w} ${Y}`, tabIndex: -1 }, $.map((B, U) => {
30613
+ }, [Q.current]), C.length ? ue.createElement("section", { "aria-label": `${w} ${K}`, tabIndex: -1 }, $.map((B, U) => {
30614
30614
  var I;
30615
30615
  let [ne, he] = B.split("-");
30616
- return ue.createElement("ol", { key: B, dir: v === "auto" ? o$() : v, tabIndex: -1, ref: Q, className: s, "data-sonner-toaster": !0, "data-theme": J, "data-y-position": ne, "data-x-position": he, style: { "--front-toast-height": `${((I = M[0]) == null ? void 0 : I.height) || 0}px`, "--offset": typeof a == "number" ? `${a}px` : a || mee, "--width": `${bee}px`, "--gap": `${m}px`, ...f }, onBlur: (pe) => {
30617
- W.current && !pe.currentTarget.contains(pe.relatedTarget) && (W.current = !1, Z.current && (Z.current.focus({ preventScroll: !0 }), Z.current = null));
30616
+ return ue.createElement("ol", { key: B, dir: v === "auto" ? o$() : v, tabIndex: -1, ref: Q, className: s, "data-sonner-toaster": !0, "data-theme": Z, "data-y-position": ne, "data-x-position": he, style: { "--front-toast-height": `${((I = M[0]) == null ? void 0 : I.height) || 0}px`, "--offset": typeof a == "number" ? `${a}px` : a || mee, "--width": `${bee}px`, "--gap": `${m}px`, ...f }, onBlur: (pe) => {
30617
+ W.current && !pe.currentTarget.contains(pe.relatedTarget) && (W.current = !1, J.current && (J.current.focus({ preventScroll: !0 }), J.current = null));
30618
30618
  }, onFocus: (pe) => {
30619
- pe.target instanceof HTMLElement && pe.target.dataset.dismissible === "false" || W.current || (W.current = !0, Z.current = pe.relatedTarget);
30619
+ pe.target instanceof HTMLElement && pe.target.dataset.dismissible === "false" || W.current || (W.current = !0, J.current = pe.relatedTarget);
30620
30620
  }, onMouseEnter: () => L(!0), onMouseMove: () => L(!0), onMouseLeave: () => {
30621
30621
  j || L(!1);
30622
30622
  }, onPointerDown: (pe) => {
30623
- pe.target instanceof HTMLElement && pe.target.dataset.dismissible === "false" || X(!0);
30624
- }, onPointerUp: () => X(!1) }, C.filter((pe) => !pe.position && U === 0 || pe.position === B).map((pe, ie) => {
30623
+ pe.target instanceof HTMLElement && pe.target.dataset.dismissible === "false" || Y(!0);
30624
+ }, onPointerUp: () => Y(!1) }, C.filter((pe) => !pe.position && U === 0 || pe.position === B).map((pe, ie) => {
30625
30625
  var te, oe;
30626
30626
  return ue.createElement(See, { key: pe.id, icons: b, index: ie, toast: pe, defaultRichColors: c, duration: (te = h == null ? void 0 : h.duration) != null ? te : u, className: h == null ? void 0 : h.className, descriptionClassName: h == null ? void 0 : h.descriptionClassName, invert: t, visibleToasts: p, closeButton: (oe = h == null ? void 0 : h.closeButton) != null ? oe : i, interacting: j, position: B, style: h == null ? void 0 : h.style, unstyled: h == null ? void 0 : h.unstyled, classNames: h == null ? void 0 : h.classNames, cancelButtonStyle: h == null ? void 0 : h.cancelButtonStyle, actionButtonStyle: h == null ? void 0 : h.actionButtonStyle, removeToast: O, toasts: C.filter((se) => se.position == pe.position), heights: M.filter((se) => se.position == pe.position), setHeights: k, expandByDefault: o, gap: m, loadingIcon: x, expanded: D, pauseWhenPageIsHidden: _, cn: S });
30627
30627
  }));
@@ -33687,7 +33687,7 @@ const L_ = kM, pne = [
33687
33687
  prop: s,
33688
33688
  defaultProp: a,
33689
33689
  onChange: l
33690
- }), D = de(null), L = m ? !!m.closest("form") : !0, [j, X] = Pe(/* @__PURE__ */ new Set()), J = Array.from(j).map(
33690
+ }), D = de(null), L = m ? !!m.closest("form") : !0, [j, Y] = Pe(/* @__PURE__ */ new Set()), Z = Array.from(j).map(
33691
33691
  (H) => H.props.value
33692
33692
  ).join(";");
33693
33693
  return /* @__PURE__ */ V(ch, v, /* @__PURE__ */ V(vne, {
@@ -33712,18 +33712,18 @@ const L_ = kM, pne = [
33712
33712
  }, /* @__PURE__ */ V(bne, {
33713
33713
  scope: e.__scopeSelect,
33714
33714
  onNativeOptionAdd: Ge((H) => {
33715
- X(
33715
+ Y(
33716
33716
  (Q) => new Set(Q).add(H)
33717
33717
  );
33718
33718
  }, []),
33719
33719
  onNativeOptionRemove: Ge((H) => {
33720
- X((Q) => {
33721
- const Y = new Set(Q);
33722
- return Y.delete(H), Y;
33720
+ Y((Q) => {
33721
+ const K = new Set(Q);
33722
+ return K.delete(H), K;
33723
33723
  });
33724
33724
  }, [])
33725
33725
  }, n)), L ? /* @__PURE__ */ V(FM, {
33726
- key: J,
33726
+ key: Z,
33727
33727
  "aria-hidden": !0,
33728
33728
  required: h,
33729
33729
  tabIndex: -1,
@@ -33836,7 +33836,7 @@ const L_ = kM, pne = [
33836
33836
  } = e, w = Vl(yu, n), [_, S] = Pe(null), [C, P] = Pe(null), $ = Ot(
33837
33837
  t,
33838
33838
  (ie) => S(ie)
33839
- ), [M, k] = Pe(null), [D, L] = Pe(null), j = pv(n), [X, J] = Pe(!1), H = de(!1);
33839
+ ), [M, k] = Pe(null), [D, L] = Pe(null), j = pv(n), [Y, Z] = Pe(!1), H = de(!1);
33840
33840
  _e(() => {
33841
33841
  if (_)
33842
33842
  return fh(_);
@@ -33845,17 +33845,17 @@ const L_ = kM, pne = [
33845
33845
  ]), T_();
33846
33846
  const Q = Ge((ie) => {
33847
33847
  const [te, ...oe] = j().map(
33848
- (K) => K.ref.current
33848
+ (X) => X.ref.current
33849
33849
  ), [se] = oe.slice(-1), xe = document.activeElement;
33850
- for (const K of ie)
33851
- if (K === xe || (K == null || K.scrollIntoView({
33850
+ for (const X of ie)
33851
+ if (X === xe || (X == null || X.scrollIntoView({
33852
33852
  block: "nearest"
33853
- }), K === te && C && (C.scrollTop = 0), K === se && C && (C.scrollTop = C.scrollHeight), K == null || K.focus(), document.activeElement !== xe))
33853
+ }), X === te && C && (C.scrollTop = 0), X === se && C && (C.scrollTop = C.scrollHeight), X == null || X.focus(), document.activeElement !== xe))
33854
33854
  return;
33855
33855
  }, [
33856
33856
  j,
33857
33857
  C
33858
- ]), Y = Ge(
33858
+ ]), K = Ge(
33859
33859
  () => Q([
33860
33860
  M,
33861
33861
  _
@@ -33867,12 +33867,12 @@ const L_ = kM, pne = [
33867
33867
  ]
33868
33868
  );
33869
33869
  _e(() => {
33870
- X && Y();
33870
+ Y && K();
33871
33871
  }, [
33872
- X,
33873
- Y
33872
+ Y,
33873
+ K
33874
33874
  ]);
33875
- const { onOpenChange: Z, triggerPointerDownPosRef: W } = w;
33875
+ const { onOpenChange: J, triggerPointerDownPosRef: W } = w;
33876
33876
  _e(() => {
33877
33877
  if (_) {
33878
33878
  let ie = {
@@ -33880,13 +33880,13 @@ const L_ = kM, pne = [
33880
33880
  y: 0
33881
33881
  };
33882
33882
  const te = (se) => {
33883
- var xe, K, Se, Oe;
33883
+ var xe, X, Se, Oe;
33884
33884
  ie = {
33885
- x: Math.abs(Math.round(se.pageX) - ((xe = (K = W.current) === null || K === void 0 ? void 0 : K.x) !== null && xe !== void 0 ? xe : 0)),
33885
+ x: Math.abs(Math.round(se.pageX) - ((xe = (X = W.current) === null || X === void 0 ? void 0 : X.x) !== null && xe !== void 0 ? xe : 0)),
33886
33886
  y: Math.abs(Math.round(se.pageY) - ((Se = (Oe = W.current) === null || Oe === void 0 ? void 0 : Oe.y) !== null && Se !== void 0 ? Se : 0))
33887
33887
  };
33888
33888
  }, oe = (se) => {
33889
- ie.x <= 10 && ie.y <= 10 ? se.preventDefault() : _.contains(se.target) || Z(!1), document.removeEventListener("pointermove", te), W.current = null;
33889
+ ie.x <= 10 && ie.y <= 10 ? se.preventDefault() : _.contains(se.target) || J(!1), document.removeEventListener("pointermove", te), W.current = null;
33890
33890
  };
33891
33891
  return W.current !== null && (document.addEventListener("pointermove", te), document.addEventListener("pointerup", oe, {
33892
33892
  capture: !0,
@@ -33899,15 +33899,15 @@ const L_ = kM, pne = [
33899
33899
  }
33900
33900
  }, [
33901
33901
  _,
33902
- Z,
33902
+ J,
33903
33903
  W
33904
33904
  ]), _e(() => {
33905
- const ie = () => Z(!1);
33905
+ const ie = () => J(!1);
33906
33906
  return window.addEventListener("blur", ie), window.addEventListener("resize", ie), () => {
33907
33907
  window.removeEventListener("blur", ie), window.removeEventListener("resize", ie);
33908
33908
  };
33909
33909
  }, [
33910
- Z
33910
+ J
33911
33911
  ]);
33912
33912
  const [O, B] = jM((ie) => {
33913
33913
  const te = j().filter(
@@ -33954,10 +33954,10 @@ const L_ = kM, pne = [
33954
33954
  selectedItem: M,
33955
33955
  onItemLeave: I,
33956
33956
  itemTextRefCallback: ne,
33957
- focusSelectedItem: Y,
33957
+ focusSelectedItem: K,
33958
33958
  selectedItemText: D,
33959
33959
  position: r,
33960
- isPositioned: X,
33960
+ isPositioned: Y,
33961
33961
  searchRef: O
33962
33962
  }, /* @__PURE__ */ V(L_, {
33963
33963
  as: RM,
@@ -33988,7 +33988,7 @@ const L_ = kM, pne = [
33988
33988
  dir: w.dir,
33989
33989
  onContextMenu: (ie) => ie.preventDefault()
33990
33990
  }, b, pe, {
33991
- onPlaced: () => J(!0),
33991
+ onPlaced: () => Z(!0),
33992
33992
  ref: $,
33993
33993
  style: {
33994
33994
  // flex layout so we can place the scroll buttons properly
@@ -34018,8 +34018,8 @@ const L_ = kM, pne = [
34018
34018
  "ArrowUp",
34019
34019
  "ArrowDown"
34020
34020
  ].includes(ie.key)) {
34021
- const xe = ie.target, K = se.indexOf(xe);
34022
- se = se.slice(K + 1);
34021
+ const xe = ie.target, X = se.indexOf(xe);
34022
+ se = se.slice(X + 1);
34023
34023
  }
34024
34024
  setTimeout(
34025
34025
  () => Q(se)
@@ -34035,23 +34035,23 @@ const L_ = kM, pne = [
34035
34035
  if (i.trigger && i.valueNode && a && c && m && x && b) {
34036
34036
  const $ = i.trigger.getBoundingClientRect(), M = c.getBoundingClientRect(), k = i.valueNode.getBoundingClientRect(), D = b.getBoundingClientRect();
34037
34037
  if (i.dir !== "rtl") {
34038
- const xe = D.left - M.left, K = k.left - xe, Se = $.left - K, Oe = $.width + Se, Me = Math.max(Oe, M.width), Ie = window.innerWidth - ls, Qe = u1(K, [
34038
+ const xe = D.left - M.left, X = k.left - xe, Se = $.left - X, Oe = $.width + Se, Me = Math.max(Oe, M.width), Ie = window.innerWidth - ls, Qe = u1(X, [
34039
34039
  ls,
34040
34040
  Ie - Me
34041
34041
  ]);
34042
34042
  a.style.minWidth = Oe + "px", a.style.left = Qe + "px";
34043
34043
  } else {
34044
- const xe = M.right - D.right, K = window.innerWidth - k.right - xe, Se = window.innerWidth - $.right - K, Oe = $.width + Se, Me = Math.max(Oe, M.width), Ie = window.innerWidth - ls, Qe = u1(K, [
34044
+ const xe = M.right - D.right, X = window.innerWidth - k.right - xe, Se = window.innerWidth - $.right - X, Oe = $.width + Se, Me = Math.max(Oe, M.width), Ie = window.innerWidth - ls, Qe = u1(X, [
34045
34045
  ls,
34046
34046
  Ie - Me
34047
34047
  ]);
34048
34048
  a.style.minWidth = Oe + "px", a.style.right = Qe + "px";
34049
34049
  }
34050
- const L = p(), j = window.innerHeight - ls * 2, X = m.scrollHeight, J = window.getComputedStyle(c), H = parseInt(J.borderTopWidth, 10), Q = parseInt(J.paddingTop, 10), Y = parseInt(J.borderBottomWidth, 10), Z = parseInt(J.paddingBottom, 10), W = H + Q + X + Z + Y, O = Math.min(x.offsetHeight * 5, W), B = window.getComputedStyle(m), U = parseInt(B.paddingTop, 10), I = parseInt(B.paddingBottom, 10), ne = $.top + $.height / 2 - ls, he = j - ne, pe = x.offsetHeight / 2, ie = x.offsetTop + pe, te = H + Q + ie, oe = W - te;
34050
+ const L = p(), j = window.innerHeight - ls * 2, Y = m.scrollHeight, Z = window.getComputedStyle(c), H = parseInt(Z.borderTopWidth, 10), Q = parseInt(Z.paddingTop, 10), K = parseInt(Z.borderBottomWidth, 10), J = parseInt(Z.paddingBottom, 10), W = H + Q + Y + J + K, O = Math.min(x.offsetHeight * 5, W), B = window.getComputedStyle(m), U = parseInt(B.paddingTop, 10), I = parseInt(B.paddingBottom, 10), ne = $.top + $.height / 2 - ls, he = j - ne, pe = x.offsetHeight / 2, ie = x.offsetTop + pe, te = H + Q + ie, oe = W - te;
34051
34051
  if (te <= ne) {
34052
34052
  const xe = x === L[L.length - 1].ref.current;
34053
34053
  a.style.bottom = "0px";
34054
- const K = c.clientHeight - m.offsetTop - m.offsetHeight, Se = Math.max(he, pe + (xe ? I : 0) + K + Y), Oe = te + Se;
34054
+ const X = c.clientHeight - m.offsetTop - m.offsetHeight, Se = Math.max(he, pe + (xe ? I : 0) + X + K), Oe = te + Se;
34055
34055
  a.style.height = Oe + "px";
34056
34056
  } else {
34057
34057
  const xe = x === L[0].ref.current;
@@ -35293,7 +35293,7 @@ function Ire({
35293
35293
  function M() {
35294
35294
  var k, D, L;
35295
35295
  if (i === "date") {
35296
- const j = Cre(c, f), X = {
35296
+ const j = Cre(c, f), Y = {
35297
35297
  columnIdx: e,
35298
35298
  type: i,
35299
35299
  options: j
@@ -35303,9 +35303,9 @@ function Ire({
35303
35303
  columnSettings: [
35304
35304
  // Remove the existing column setting
35305
35305
  ...((k = o == null ? void 0 : o.columnSettings) == null ? void 0 : k.filter(
35306
- (J) => J.columnIdx !== e
35306
+ (Z) => Z.columnIdx !== e
35307
35307
  )) || [],
35308
- X
35308
+ Y
35309
35309
  ]
35310
35310
  });
35311
35311
  } else if (i === "number") {
@@ -35328,7 +35328,7 @@ function Ire({
35328
35328
  },
35329
35329
  colorRanges: a.length > 0 ? a : void 0
35330
35330
  };
35331
- const X = {
35331
+ const Y = {
35332
35332
  columnIdx: e,
35333
35333
  type: i,
35334
35334
  options: j
@@ -35338,9 +35338,9 @@ function Ire({
35338
35338
  columnSettings: [
35339
35339
  // Remove the existing column setting
35340
35340
  ...((D = o == null ? void 0 : o.columnSettings) == null ? void 0 : D.filter(
35341
- (J) => J.columnIdx !== e
35341
+ (Z) => Z.columnIdx !== e
35342
35342
  )) || [],
35343
- X
35343
+ Y
35344
35344
  ]
35345
35345
  });
35346
35346
  } else
@@ -35481,12 +35481,12 @@ function Lre({ data: e, card: t }) {
35481
35481
  cell: ({ cell: D }) => {
35482
35482
  var H, Q;
35483
35483
  const L = D.getValue(), j = (H = v == null ? void 0 : v.columnSettings) == null ? void 0 : H.find(
35484
- (Y) => Y.columnIdx === k
35485
- ), X = m(L, j), J = w_(
35484
+ (K) => K.columnIdx === k
35485
+ ), Y = m(L, j), Z = w_(
35486
35486
  L,
35487
35487
  (Q = j == null ? void 0 : j.options) == null ? void 0 : Q.colorRanges
35488
35488
  );
35489
- return /* @__PURE__ */ E.jsx("div", { className: "px-2 py-1", style: { backgroundColor: J }, children: X });
35489
+ return /* @__PURE__ */ E.jsx("div", { className: "px-2 py-1", style: { backgroundColor: Z }, children: Y });
35490
35490
  }
35491
35491
  })), b = Rte({
35492
35492
  data: e,
@@ -35510,7 +35510,7 @@ function Lre({ data: e, card: t }) {
35510
35510
  }
35511
35511
  if (c) {
35512
35512
  const { dimensionKeys: M } = wr(e), k = c.map((D) => {
35513
- const L = M == null ? void 0 : M[D.columnIndex], j = w.map((J) => J.getValue(L));
35513
+ const L = M == null ? void 0 : M[D.columnIndex], j = w.map((Z) => Z.getValue(L));
35514
35514
  return {
35515
35515
  // filterId: fieldValue.columnName,
35516
35516
  filterId: t.id + "-" + L,
@@ -35552,14 +35552,14 @@ function Lre({ data: e, card: t }) {
35552
35552
  onMouseDown: (M) => M.stopPropagation(),
35553
35553
  children: [
35554
35554
  /* @__PURE__ */ E.jsx(hM, { children: b.getHeaderGroups().map((M) => /* @__PURE__ */ E.jsx(Mg, { children: M.headers.map((k, D) => {
35555
- var L, j, X, J, H, Q, Y;
35555
+ var L, j, Y, Z, H, Q, K;
35556
35556
  return /* @__PURE__ */ E.jsx(
35557
35557
  gM,
35558
35558
  {
35559
35559
  style: {
35560
- backgroundColor: (X = (j = (L = s == null ? void 0 : s.chart) == null ? void 0 : L.dataset) == null ? void 0 : j.backgroundColor) == null ? void 0 : X[0],
35560
+ backgroundColor: (Y = (j = (L = s == null ? void 0 : s.chart) == null ? void 0 : L.dataset) == null ? void 0 : j.backgroundColor) == null ? void 0 : Y[0],
35561
35561
  color: Qd(
35562
- (Q = (H = (J = s == null ? void 0 : s.chart) == null ? void 0 : J.dataset) == null ? void 0 : H.backgroundColor) == null ? void 0 : Q[0]
35562
+ (Q = (H = (Z = s == null ? void 0 : s.chart) == null ? void 0 : Z.dataset) == null ? void 0 : H.backgroundColor) == null ? void 0 : Q[0]
35563
35563
  )
35564
35564
  },
35565
35565
  className: Re(
@@ -35572,7 +35572,7 @@ function Lre({ data: e, card: t }) {
35572
35572
  "border-l": D === 1 && M.headers.length == 2
35573
35573
  // if the table has only 2 columns
35574
35574
  },
35575
- (Y = s == null ? void 0 : s.table) == null ? void 0 : Y.tableHeaderColor
35575
+ (K = s == null ? void 0 : s.table) == null ? void 0 : K.tableHeaderColor
35576
35576
  ),
35577
35577
  children: k.isPlaceholder ? null : l$(
35578
35578
  k.column.columnDef.header,
@@ -35595,10 +35595,10 @@ function Lre({ data: e, card: t }) {
35595
35595
  return /* @__PURE__ */ E.jsx(
35596
35596
  o1,
35597
35597
  {
35598
- onClick: (X) => {
35598
+ onClick: (Y) => {
35599
35599
  var H;
35600
- const J = ((H = window == null ? void 0 : window.getSelection()) == null ? void 0 : H.toString()) || "";
35601
- (J == null ? void 0 : J.length) > 0 && X.stopPropagation();
35600
+ const Z = ((H = window == null ? void 0 : window.getSelection()) == null ? void 0 : H.toString()) || "";
35601
+ (Z == null ? void 0 : Z.length) > 0 && Y.stopPropagation();
35602
35602
  },
35603
35603
  className: Re("p-0", {
35604
35604
  "border-x": L > 0 && L < x.length - 1 || L === 1 && x.length == 2,
@@ -35801,12 +35801,12 @@ function dI() {
35801
35801
  t.isSupported = typeof aI == "function" && typeof _ == "function" && P && P.createHTMLDocument !== void 0;
35802
35802
  const {
35803
35803
  MUSTACHE_EXPR: j,
35804
- ERB_EXPR: X,
35805
- TMPLIT_EXPR: J,
35804
+ ERB_EXPR: Y,
35805
+ TMPLIT_EXPR: Z,
35806
35806
  DATA_ATTR: H,
35807
35807
  ARIA_ATTR: Q,
35808
- IS_SCRIPT_OR_DATA: Y,
35809
- ATTR_WHITESPACE: Z,
35808
+ IS_SCRIPT_OR_DATA: K,
35809
+ ATTR_WHITESPACE: J,
35810
35810
  CUSTOM_ELEMENT: W
35811
35811
  } = D$;
35812
35812
  let {
@@ -35834,7 +35834,7 @@ function dI() {
35834
35834
  enumerable: !0,
35835
35835
  value: !1
35836
35836
  }
35837
- })), pe = null, ie = null, te = !0, oe = !0, se = !1, xe = !0, K = !1, Se = !0, Oe = !1, Me = !1, Ie = !1, Qe = !1, qe = !1, ze = !1, tt = !0, pt = !1;
35837
+ })), pe = null, ie = null, te = !0, oe = !0, se = !1, xe = !0, X = !1, Se = !0, Oe = !1, Me = !1, Ie = !1, Qe = !1, qe = !1, ze = !1, tt = !0, pt = !1;
35838
35838
  const Vt = "user-content-";
35839
35839
  let Ft = !0, Xt = !1, me = {}, Te = null;
35840
35840
  const Ve = Nt({}, ["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"]);
@@ -35867,7 +35867,7 @@ function dI() {
35867
35867
  // eslint-disable-line indent
35868
35868
  Ct
35869
35869
  // eslint-disable-line indent
35870
- ) : it, Te = oi(G, "FORBID_CONTENTS") ? Nt({}, G.FORBID_CONTENTS, Ct) : Ve, pe = oi(G, "FORBID_TAGS") ? Nt({}, G.FORBID_TAGS, Ct) : {}, ie = oi(G, "FORBID_ATTR") ? Nt({}, G.FORBID_ATTR, Ct) : {}, me = oi(G, "USE_PROFILES") ? G.USE_PROFILES : !1, te = G.ALLOW_ARIA_ATTR !== !1, oe = G.ALLOW_DATA_ATTR !== !1, se = G.ALLOW_UNKNOWN_PROTOCOLS || !1, xe = G.ALLOW_SELF_CLOSE_IN_ATTR !== !1, K = G.SAFE_FOR_TEMPLATES || !1, Se = G.SAFE_FOR_XML !== !1, Oe = G.WHOLE_DOCUMENT || !1, Qe = G.RETURN_DOM || !1, qe = G.RETURN_DOM_FRAGMENT || !1, ze = G.RETURN_TRUSTED_TYPE || !1, Ie = G.FORCE_BODY || !1, tt = G.SANITIZE_DOM !== !1, pt = G.SANITIZE_NAMED_PROPS || !1, Ft = G.KEEP_CONTENT !== !1, Xt = G.IN_PLACE || !1, O = G.ALLOWED_URI_REGEXP || cI, Wt = G.NAMESPACE || mn, he = G.CUSTOM_ELEMENT_HANDLING || {}, G.CUSTOM_ELEMENT_HANDLING && Os(G.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (he.tagNameCheck = G.CUSTOM_ELEMENT_HANDLING.tagNameCheck), G.CUSTOM_ELEMENT_HANDLING && Os(G.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (he.attributeNameCheck = G.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), G.CUSTOM_ELEMENT_HANDLING && typeof G.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (he.allowCustomizedBuiltInElements = G.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), K && (oe = !1), qe && (Qe = !0), me && (B = Nt({}, O$), I = [], me.html === !0 && (Nt(B, P$), Nt(I, $$)), me.svg === !0 && (Nt(B, G0), Nt(I, X0), Nt(I, eg)), me.svgFilters === !0 && (Nt(B, Y0), Nt(I, X0), Nt(I, eg)), me.mathMl === !0 && (Nt(B, K0), Nt(I, T$), Nt(I, eg))), G.ADD_TAGS && (B === U && (B = Za(B)), Nt(B, G.ADD_TAGS, Ct)), G.ADD_ATTR && (I === ne && (I = Za(I)), Nt(I, G.ADD_ATTR, Ct)), G.ADD_URI_SAFE_ATTR && Nt(Qt, G.ADD_URI_SAFE_ATTR, Ct), G.FORBID_CONTENTS && (Te === Ve && (Te = Za(Te)), Nt(Te, G.FORBID_CONTENTS, Ct)), Ft && (B["#text"] = !0), Oe && Nt(B, ["html", "head", "body"]), B.table && (Nt(B, ["tbody"]), delete pe.tbody), G.TRUSTED_TYPES_POLICY) {
35870
+ ) : it, Te = oi(G, "FORBID_CONTENTS") ? Nt({}, G.FORBID_CONTENTS, Ct) : Ve, pe = oi(G, "FORBID_TAGS") ? Nt({}, G.FORBID_TAGS, Ct) : {}, ie = oi(G, "FORBID_ATTR") ? Nt({}, G.FORBID_ATTR, Ct) : {}, me = oi(G, "USE_PROFILES") ? G.USE_PROFILES : !1, te = G.ALLOW_ARIA_ATTR !== !1, oe = G.ALLOW_DATA_ATTR !== !1, se = G.ALLOW_UNKNOWN_PROTOCOLS || !1, xe = G.ALLOW_SELF_CLOSE_IN_ATTR !== !1, X = G.SAFE_FOR_TEMPLATES || !1, Se = G.SAFE_FOR_XML !== !1, Oe = G.WHOLE_DOCUMENT || !1, Qe = G.RETURN_DOM || !1, qe = G.RETURN_DOM_FRAGMENT || !1, ze = G.RETURN_TRUSTED_TYPE || !1, Ie = G.FORCE_BODY || !1, tt = G.SANITIZE_DOM !== !1, pt = G.SANITIZE_NAMED_PROPS || !1, Ft = G.KEEP_CONTENT !== !1, Xt = G.IN_PLACE || !1, O = G.ALLOWED_URI_REGEXP || cI, Wt = G.NAMESPACE || mn, he = G.CUSTOM_ELEMENT_HANDLING || {}, G.CUSTOM_ELEMENT_HANDLING && Os(G.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (he.tagNameCheck = G.CUSTOM_ELEMENT_HANDLING.tagNameCheck), G.CUSTOM_ELEMENT_HANDLING && Os(G.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (he.attributeNameCheck = G.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), G.CUSTOM_ELEMENT_HANDLING && typeof G.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (he.allowCustomizedBuiltInElements = G.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), X && (oe = !1), qe && (Qe = !0), me && (B = Nt({}, O$), I = [], me.html === !0 && (Nt(B, P$), Nt(I, $$)), me.svg === !0 && (Nt(B, G0), Nt(I, X0), Nt(I, eg)), me.svgFilters === !0 && (Nt(B, Y0), Nt(I, X0), Nt(I, eg)), me.mathMl === !0 && (Nt(B, K0), Nt(I, T$), Nt(I, eg))), G.ADD_TAGS && (B === U && (B = Za(B)), Nt(B, G.ADD_TAGS, Ct)), G.ADD_ATTR && (I === ne && (I = Za(I)), Nt(I, G.ADD_ATTR, Ct)), G.ADD_URI_SAFE_ATTR && Nt(Qt, G.ADD_URI_SAFE_ATTR, Ct), G.FORBID_CONTENTS && (Te === Ve && (Te = Za(Te)), Nt(Te, G.FORBID_CONTENTS, Ct)), Ft && (B["#text"] = !0), Oe && Nt(B, ["html", "head", "body"]), B.table && (Nt(B, ["tbody"]), delete pe.tbody), G.TRUSTED_TYPES_POLICY) {
35871
35871
  if (typeof G.TRUSTED_TYPES_POLICY.createHTML != "function")
35872
35872
  throw gd('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
35873
35873
  if (typeof G.TRUSTED_TYPES_POLICY.createScriptURL != "function")
@@ -35982,7 +35982,7 @@ function dI() {
35982
35982
  }
35983
35983
  return Zn(G), !0;
35984
35984
  }
35985
- return G instanceof l && !qi(G) || (Fe === "noscript" || Fe === "noembed" || Fe === "noframes") && Or(/<\/no(script|embed|frames)/i, G.innerHTML) ? (Zn(G), !0) : (K && G.nodeType === vd.text && (ye = G.textContent, Zp([j, X, J], (ft) => {
35985
+ return G instanceof l && !qi(G) || (Fe === "noscript" || Fe === "noembed" || Fe === "noframes") && Or(/<\/no(script|embed|frames)/i, G.innerHTML) ? (Zn(G), !0) : (X && G.nodeType === vd.text && (ye = G.textContent, Zp([j, Y, Z], (ft) => {
35986
35986
  ye = pd(ye, ft, " ");
35987
35987
  }), G.textContent !== ye && (hd(t.removed, {
35988
35988
  element: G.cloneNode()
@@ -36003,9 +36003,9 @@ function dI() {
36003
36003
  )
36004
36004
  return !1;
36005
36005
  } else if (!Qt[ye]) {
36006
- if (!Or(O, pd(Fe, Z, ""))) {
36006
+ if (!Or(O, pd(Fe, J, ""))) {
36007
36007
  if (!((ye === "src" || ye === "xlink:href" || ye === "href") && G !== "script" && Bre(Fe, "data:") === 0 && Ze[G])) {
36008
- if (!(se && !Or(Y, pd(Fe, Z, "")))) {
36008
+ if (!(se && !Or(K, pd(Fe, J, "")))) {
36009
36009
  if (Fe)
36010
36010
  return !1;
36011
36011
  }
@@ -36048,7 +36048,7 @@ function dI() {
36048
36048
  vi(bt, G);
36049
36049
  continue;
36050
36050
  }
36051
- K && Zp([j, X, J], (Lu) => {
36051
+ X && Zp([j, Y, Z], (Lu) => {
36052
36052
  er = pd(er, Lu, " ");
36053
36053
  });
36054
36054
  const Nu = Ct(G.nodeName);
@@ -36097,7 +36097,7 @@ function dI() {
36097
36097
  } else if (Le instanceof a)
36098
36098
  ye = Ts("<!---->"), Fe = ye.ownerDocument.importNode(Le, !0), Fe.nodeType === vd.element && Fe.nodeName === "BODY" || Fe.nodeName === "HTML" ? ye = Fe : ye.appendChild(Fe);
36099
36099
  else {
36100
- if (!Qe && !K && !Oe && // eslint-disable-next-line unicorn/prefer-includes
36100
+ if (!Qe && !X && !Oe && // eslint-disable-next-line unicorn/prefer-includes
36101
36101
  Le.indexOf("<") === -1)
36102
36102
  return S && ze ? S.createHTML(Le) : Le;
36103
36103
  if (ye = Ts(Le), !ye)
@@ -36119,7 +36119,7 @@ function dI() {
36119
36119
  }
36120
36120
  let gr = Oe ? ye.outerHTML : ye.innerHTML;
36121
36121
  return Oe && B["!doctype"] && ye.ownerDocument && ye.ownerDocument.doctype && ye.ownerDocument.doctype.name && Or(uI, ye.ownerDocument.doctype.name) && (gr = "<!DOCTYPE " + ye.ownerDocument.doctype.name + `>
36122
- ` + gr), K && Zp([j, X, J], ($o) => {
36122
+ ` + gr), X && Zp([j, Y, Z], ($o) => {
36123
36123
  gr = pd(gr, $o, " ");
36124
36124
  }), S && ze ? S.createHTML(gr) : gr;
36125
36125
  }, t.setConfig = function() {
@@ -36281,7 +36281,7 @@ function soe() {
36281
36281
  tv,
36282
36282
  {
36283
36283
  onClick: () => u(v),
36284
- className: "size-3.5 text-muted hover:cursor-pointer hover:text-background"
36284
+ className: "size-3 text-muted hover:cursor-pointer hover:text-background"
36285
36285
  }
36286
36286
  )
36287
36287
  ]
@@ -36332,47 +36332,55 @@ function soe() {
36332
36332
  )
36333
36333
  ] });
36334
36334
  }
36335
- function aoe({ card: e }) {
36336
- var c, u, f, p, h, v, m, x, b, w, _, S, C, P, $, M, k, D, L, j, X, J, H, Q;
36337
- ke((Y) => Y.themeStyle);
36338
- const { data: t } = __(e), n = (t == null ? void 0 : t.records) || e.data, r = (u = (c = e.preferences) == null ? void 0 : c.formatNumber) == null ? void 0 : u.colorRanges, { metricKeys: o } = wr(n || []), i = (f = n == null ? void 0 : n[0]) == null ? void 0 : f[o == null ? void 0 : o[0]], s = (p = n == null ? void 0 : n[0]) == null ? void 0 : p[o == null ? void 0 : o[1]], a = !!e.data && e.data.length > 0, l = s && s - i !== 0 ? (i - s) / s : null;
36335
+ function aoe({ card: e, renderFilterInfo: t }) {
36336
+ var f, p, h, v, m, x, b, w, _, S, C, P, $, M, k, D, L, j, Y, Z, H, Q, K, J;
36337
+ ke((W) => W.themeStyle);
36338
+ const { data: n, isLoading: r } = __(e), o = (n == null ? void 0 : n.records) || e.data, i = (p = (f = e.preferences) == null ? void 0 : f.formatNumber) == null ? void 0 : p.colorRanges, { metricKeys: s } = wr(o || []), a = (h = o == null ? void 0 : o[0]) == null ? void 0 : h[s == null ? void 0 : s[0]], l = (v = o == null ? void 0 : o[0]) == null ? void 0 : v[s == null ? void 0 : s[1]], c = !!e.data && e.data.length > 0, u = l && l - a !== 0 ? (a - l) / l : null;
36339
36339
  return (
36340
36340
  // <div className="@container min-w-[320px]">
36341
36341
  /* @__PURE__ */ E.jsx("div", { className: "flex min-w-fit grow flex-col overflow-auto", children: /* @__PURE__ */ E.jsxs("div", { className: "grow", children: [
36342
- a ? /* @__PURE__ */ E.jsx("div", { className: "", children: /* @__PURE__ */ E.jsxs("div", { className: "flex items-end gap-1.5", children: [
36343
- /* @__PURE__ */ E.jsx(
36344
- "p",
36345
- {
36346
- style: {
36347
- color: w_(i, r)
36348
- },
36349
- className: "text-3xl font-semibold",
36350
- children: vs({
36351
- number: i,
36352
- decimalPlaces: ((v = (h = e.preferences) == null ? void 0 : h.formatNumber) == null ? void 0 : v.decimalPlaces) || 0,
36353
- useSuffix: !!((x = (m = e.preferences) == null ? void 0 : m.formatNumber) != null && x.suffix),
36354
- customSuffix: ((w = (b = e.preferences) == null ? void 0 : b.formatNumber) == null ? void 0 : w.suffix) || "",
36355
- locale: ((S = (_ = e.preferences) == null ? void 0 : _.formatNumber) == null ? void 0 : S.locale) || "",
36356
- currency: ((P = (C = e.preferences) == null ? void 0 : C.formatNumber) == null ? void 0 : P.currency) || ""
36357
- })
36358
- }
36359
- ),
36360
- l && /* @__PURE__ */ E.jsxs("div", { className: "flex items-center gap-1", children: [
36361
- /* @__PURE__ */ E.jsx(rM, { className: "", children: l }),
36362
- s && /* @__PURE__ */ E.jsxs("span", { className: "min-w-fit text-sm font-normal text-muted-foreground", children: [
36363
- "from ",
36364
- vs({
36365
- number: s,
36366
- decimalPlaces: ((M = ($ = e.preferences) == null ? void 0 : $.formatNumber) == null ? void 0 : M.decimalPlaces) || 0,
36367
- useSuffix: !!((D = (k = e.preferences) == null ? void 0 : k.formatNumber) != null && D.suffix),
36368
- customSuffix: ((j = (L = e.preferences) == null ? void 0 : L.formatNumber) == null ? void 0 : j.suffix) || "",
36369
- locale: ((J = (X = e.preferences) == null ? void 0 : X.formatNumber) == null ? void 0 : J.locale) || "",
36370
- currency: ((Q = (H = e.preferences) == null ? void 0 : H.formatNumber) == null ? void 0 : Q.currency) || ""
36371
- })
36372
- ] })
36373
- ] })
36374
- ] }) }) : /* @__PURE__ */ E.jsx("div", { className: "flex h-9 items-center justify-center" }),
36375
- /* @__PURE__ */ E.jsx(eh, { className: "text-base font-medium text-muted-foreground", children: e.title })
36342
+ c ? /* @__PURE__ */ E.jsx("div", { className: "", children: /* @__PURE__ */ E.jsxs(
36343
+ "div",
36344
+ {
36345
+ className: Re("flex items-end gap-1.5", {
36346
+ "animate-pulse": r
36347
+ }),
36348
+ children: [
36349
+ /* @__PURE__ */ E.jsx(
36350
+ "p",
36351
+ {
36352
+ style: {
36353
+ color: w_(a, i)
36354
+ },
36355
+ className: "text-3xl font-semibold",
36356
+ children: vs({
36357
+ number: a,
36358
+ decimalPlaces: ((x = (m = e.preferences) == null ? void 0 : m.formatNumber) == null ? void 0 : x.decimalPlaces) || 0,
36359
+ useSuffix: !!((w = (b = e.preferences) == null ? void 0 : b.formatNumber) != null && w.suffix),
36360
+ customSuffix: ((S = (_ = e.preferences) == null ? void 0 : _.formatNumber) == null ? void 0 : S.suffix) || "",
36361
+ locale: ((P = (C = e.preferences) == null ? void 0 : C.formatNumber) == null ? void 0 : P.locale) || "",
36362
+ currency: ((M = ($ = e.preferences) == null ? void 0 : $.formatNumber) == null ? void 0 : M.currency) || ""
36363
+ })
36364
+ }
36365
+ ),
36366
+ u && /* @__PURE__ */ E.jsxs("div", { className: "flex items-end gap-1", children: [
36367
+ /* @__PURE__ */ E.jsx(rM, { className: "", children: u }),
36368
+ l && /* @__PURE__ */ E.jsx("div", { className: "ml-0.5 mr-1 min-w-fit text-sm font-normal text-muted-foreground", children: `from ${vs({
36369
+ number: l,
36370
+ decimalPlaces: ((D = (k = e.preferences) == null ? void 0 : k.formatNumber) == null ? void 0 : D.decimalPlaces) || 0,
36371
+ useSuffix: !!((j = (L = e.preferences) == null ? void 0 : L.formatNumber) != null && j.suffix),
36372
+ customSuffix: ((Z = (Y = e.preferences) == null ? void 0 : Y.formatNumber) == null ? void 0 : Z.suffix) || "",
36373
+ locale: ((Q = (H = e.preferences) == null ? void 0 : H.formatNumber) == null ? void 0 : Q.locale) || "",
36374
+ currency: ((J = (K = e.preferences) == null ? void 0 : K.formatNumber) == null ? void 0 : J.currency) || ""
36375
+ })}` })
36376
+ ] })
36377
+ ]
36378
+ }
36379
+ ) }) : /* @__PURE__ */ E.jsx("div", { className: "flex h-9 items-center justify-center" }),
36380
+ /* @__PURE__ */ E.jsxs("div", { className: "flex items-center gap-3", children: [
36381
+ /* @__PURE__ */ E.jsx(eh, { className: "text-base font-medium text-muted-foreground", children: e.title }),
36382
+ t == null ? void 0 : t()
36383
+ ] })
36376
36384
  ] }) })
36377
36385
  );
36378
36386
  }
@@ -36410,10 +36418,10 @@ function loe({
36410
36418
  setSelectedSchemaName: L,
36411
36419
  setSelectedTableName: j
36412
36420
  } = l_();
36413
- function X(ie) {
36421
+ function Y(ie) {
36414
36422
  ie.stopPropagation(), P(e.id), h != null && h.connectionId && k(h == null ? void 0 : h.connectionId), h != null && h.lastSelectedDatabase && D(h == null ? void 0 : h.lastSelectedDatabase), h != null && h.lastSelectedSchema && L(h == null ? void 0 : h.lastSelectedSchema), h != null && h.lastSelectedTable && j(h == null ? void 0 : h.lastSelectedTable);
36415
36423
  }
36416
- function J() {
36424
+ function Z() {
36417
36425
  if (o && o.length > 0) {
36418
36426
  const ie = o.find((te) => te.cardId === h.id);
36419
36427
  if (ie && ie.replaceDefault) {
@@ -36457,7 +36465,7 @@ function loe({
36457
36465
  w
36458
36466
  );
36459
36467
  }
36460
- function Y() {
36468
+ function K() {
36461
36469
  if (o && o.length > 0) {
36462
36470
  const ie = o.find((te) => te.cardId === h.id);
36463
36471
  if (ie && ie.footer) {
@@ -36470,7 +36478,7 @@ function loe({
36470
36478
  }
36471
36479
  if (!h.id)
36472
36480
  return null;
36473
- function Z() {
36481
+ function J() {
36474
36482
  var ie, te, oe;
36475
36483
  return /* @__PURE__ */ E.jsx(
36476
36484
  ID,
@@ -36495,12 +36503,12 @@ function loe({
36495
36503
  var xe;
36496
36504
  return !((xe = se.tabTitle) != null && xe.endsWith("__Header"));
36497
36505
  })) == null ? void 0 : oe.map((se) => {
36498
- var xe, K;
36506
+ var xe, X;
36499
36507
  return /* @__PURE__ */ E.jsx(
36500
36508
  xw,
36501
36509
  {
36502
36510
  style: {
36503
- borderRadius: (K = (xe = s == null ? void 0 : s.chart) == null ? void 0 : xe.options) == null ? void 0 : K.borderRadius
36511
+ borderRadius: (X = (xe = s == null ? void 0 : s.chart) == null ? void 0 : xe.options) == null ? void 0 : X.borderRadius
36504
36512
  },
36505
36513
  value: se.id,
36506
36514
  children: se.tabTitle || se.title
@@ -36519,7 +36527,7 @@ function loe({
36519
36527
  );
36520
36528
  return ie || (ie = e.cards.find(
36521
36529
  (te) => te.type === "kpi" && te.tabTitle === "All__Header"
36522
- )), ie ? /* @__PURE__ */ E.jsx(aoe, { card: ie }) : /* @__PURE__ */ E.jsxs(E.Fragment, { children: [
36530
+ )), ie ? /* @__PURE__ */ E.jsx("div", { className: "flex items-end gap-2", children: /* @__PURE__ */ E.jsx(aoe, { renderFilterInfo: H, card: ie }) }) : /* @__PURE__ */ E.jsxs(E.Fragment, { children: [
36523
36531
  /* @__PURE__ */ E.jsxs("div", { role: "card-title-container", className: "flex items-center gap-3", children: [
36524
36532
  /* @__PURE__ */ E.jsx(
36525
36533
  ms,
@@ -36578,8 +36586,8 @@ function loe({
36578
36586
  const O = /* @__PURE__ */ E.jsxs(E.Fragment, { children: [
36579
36587
  /* @__PURE__ */ E.jsx(hw, { children: /* @__PURE__ */ E.jsxs("div", { className: "flex flex-wrap items-start justify-between gap-2", children: [
36580
36588
  /* @__PURE__ */ E.jsx("div", { className: "grow", role: "header-container", children: W() }),
36581
- /* @__PURE__ */ E.jsxs("div", { className: "mr-1 flex flex-wrap items-center gap-2", children: [
36582
- e.cards.length > 1 && Z(),
36589
+ /* @__PURE__ */ E.jsxs("div", { className: "flex flex-wrap items-center gap-2", children: [
36590
+ e.cards.length > 1 && J(),
36583
36591
  /* @__PURE__ */ E.jsx("div", { children: f && /* @__PURE__ */ E.jsxs(
36584
36592
  "div",
36585
36593
  {
@@ -36605,7 +36613,7 @@ function loe({
36605
36613
  ] })
36606
36614
  ] }) }),
36607
36615
  /* @__PURE__ */ E.jsx(pw, { className: "relative flex grow flex-col", children: Q() }),
36608
- /* @__PURE__ */ E.jsx(SD, { children: Y() })
36616
+ /* @__PURE__ */ E.jsx(SD, { children: K() })
36609
36617
  ] });
36610
36618
  return /* @__PURE__ */ E.jsxs(
36611
36619
  wD,
@@ -36613,7 +36621,7 @@ function loe({
36613
36621
  tabIndex: -1,
36614
36622
  ref: i,
36615
36623
  role: "card-frame",
36616
- onClick: X,
36624
+ onClick: Y,
36617
36625
  style: {
36618
36626
  borderRadius: (ne = (I = s == null ? void 0 : s.chart) == null ? void 0 : I.options) == null ? void 0 : ne.borderRadius,
36619
36627
  fontFamily: (pe = (he = s == null ? void 0 : s.chart) == null ? void 0 : he.font) == null ? void 0 : pe.family
@@ -36632,7 +36640,7 @@ function loe({
36632
36640
  ...r,
36633
36641
  children: [
36634
36642
  /* @__PURE__ */ E.jsx(rJ, { frame: e }),
36635
- J()
36643
+ Z()
36636
36644
  ]
36637
36645
  }
36638
36646
  );
@@ -38036,7 +38044,7 @@ function bie() {
38036
38044
  function j(T) {
38037
38045
  return T.displayName || "Context";
38038
38046
  }
38039
- function X(T) {
38047
+ function Y(T) {
38040
38048
  if (T == null)
38041
38049
  return null;
38042
38050
  if (typeof T.tag == "number" && w("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof T == "function")
@@ -38069,11 +38077,11 @@ function bie() {
38069
38077
  return L(T, T.render, "ForwardRef");
38070
38078
  case f:
38071
38079
  var Ae = T.displayName || null;
38072
- return Ae !== null ? Ae : X(T.type) || "Memo";
38080
+ return Ae !== null ? Ae : Y(T.type) || "Memo";
38073
38081
  case p: {
38074
38082
  var Ke = T, Je = Ke._payload, Ue = Ke._init;
38075
38083
  try {
38076
- return X(Ue(Je));
38084
+ return Y(Ue(Je));
38077
38085
  } catch {
38078
38086
  return null;
38079
38087
  }
@@ -38081,14 +38089,14 @@ function bie() {
38081
38089
  }
38082
38090
  return null;
38083
38091
  }
38084
- var J = Object.assign, H = 0, Q, Y, Z, W, O, B, U;
38092
+ var Z = Object.assign, H = 0, Q, K, J, W, O, B, U;
38085
38093
  function I() {
38086
38094
  }
38087
38095
  I.__reactDisabledLog = !0;
38088
38096
  function ne() {
38089
38097
  {
38090
38098
  if (H === 0) {
38091
- Q = console.log, Y = console.info, Z = console.warn, W = console.error, O = console.group, B = console.groupCollapsed, U = console.groupEnd;
38099
+ Q = console.log, K = console.info, J = console.warn, W = console.error, O = console.group, B = console.groupCollapsed, U = console.groupEnd;
38092
38100
  var T = {
38093
38101
  configurable: !0,
38094
38102
  enumerable: !0,
@@ -38117,25 +38125,25 @@ function bie() {
38117
38125
  writable: !0
38118
38126
  };
38119
38127
  Object.defineProperties(console, {
38120
- log: J({}, T, {
38128
+ log: Z({}, T, {
38121
38129
  value: Q
38122
38130
  }),
38123
- info: J({}, T, {
38124
- value: Y
38131
+ info: Z({}, T, {
38132
+ value: K
38125
38133
  }),
38126
- warn: J({}, T, {
38127
- value: Z
38134
+ warn: Z({}, T, {
38135
+ value: J
38128
38136
  }),
38129
- error: J({}, T, {
38137
+ error: Z({}, T, {
38130
38138
  value: W
38131
38139
  }),
38132
- group: J({}, T, {
38140
+ group: Z({}, T, {
38133
38141
  value: O
38134
38142
  }),
38135
- groupCollapsed: J({}, T, {
38143
+ groupCollapsed: Z({}, T, {
38136
38144
  value: B
38137
38145
  }),
38138
- groupEnd: J({}, T, {
38146
+ groupEnd: Z({}, T, {
38139
38147
  value: U
38140
38148
  })
38141
38149
  });
@@ -38162,7 +38170,7 @@ function bie() {
38162
38170
  var xe = typeof WeakMap == "function" ? WeakMap : Map;
38163
38171
  se = new xe();
38164
38172
  }
38165
- function K(T, re) {
38173
+ function X(T, re) {
38166
38174
  if (!T || oe)
38167
38175
  return "";
38168
38176
  {
@@ -38234,7 +38242,7 @@ function bie() {
38234
38242
  return typeof T == "function" && se.set(T, Pn), Pn;
38235
38243
  }
38236
38244
  function Se(T, re, ge) {
38237
- return K(T, !1);
38245
+ return X(T, !1);
38238
38246
  }
38239
38247
  function Oe(T) {
38240
38248
  var re = T.prototype;
@@ -38244,7 +38252,7 @@ function bie() {
38244
38252
  if (T == null)
38245
38253
  return "";
38246
38254
  if (typeof T == "function")
38247
- return K(T, Oe(T));
38255
+ return X(T, Oe(T));
38248
38256
  if (typeof T == "string")
38249
38257
  return te(T);
38250
38258
  switch (T) {
@@ -38345,8 +38353,8 @@ function bie() {
38345
38353
  }
38346
38354
  function mn(T, re) {
38347
38355
  if (typeof T.ref == "string" && Ve.current && re && Ve.current.stateNode !== re) {
38348
- var ge = X(Ve.current.type);
38349
- ln[ge] || (w('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', X(Ve.current.type), T.ref), ln[ge] = !0);
38356
+ var ge = Y(Ve.current.type);
38357
+ ln[ge] || (w('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', Y(Ve.current.type), T.ref), ln[ge] = !0);
38350
38358
  }
38351
38359
  }
38352
38360
  function Wt(T, re) {
@@ -38434,7 +38442,7 @@ function bie() {
38434
38442
  function Xo() {
38435
38443
  {
38436
38444
  if (yt.current) {
38437
- var T = X(yt.current.type);
38445
+ var T = Y(yt.current.type);
38438
38446
  if (T)
38439
38447
  return `
38440
38448
 
@@ -38477,7 +38485,7 @@ Check the top-level render call using <` + ge + ">.");
38477
38485
  return;
38478
38486
  Qo[ge] = !0;
38479
38487
  var Ae = "";
38480
- T && T._owner && T._owner !== yt.current && (Ae = " It was passed a child from " + X(T._owner.type) + "."), rn(T), w('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', ge, Ae), rn(null);
38488
+ T && T._owner && T._owner !== yt.current && (Ae = " It was passed a child from " + Y(T._owner.type) + "."), rn(T), w('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', ge, Ae), rn(null);
38481
38489
  }
38482
38490
  }
38483
38491
  function Ui(T, re) {
@@ -38514,11 +38522,11 @@ Check the top-level render call using <` + ge + ">.");
38514
38522
  else
38515
38523
  return;
38516
38524
  if (ge) {
38517
- var Ae = X(re);
38525
+ var Ae = Y(re);
38518
38526
  tt(ge, T.props, "prop", Ae, T);
38519
38527
  } else if (re.PropTypes !== void 0 && !Ct) {
38520
38528
  Ct = !0;
38521
- var Ke = X(re);
38529
+ var Ke = Y(re);
38522
38530
  w("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", Ke || "Unknown");
38523
38531
  }
38524
38532
  typeof re.getDefaultProps == "function" && !re.getDefaultProps.isReactClassApproved && w("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
@@ -38545,7 +38553,7 @@ Check the top-level render call using <` + ge + ">.");
38545
38553
  var Le = Os(Ke);
38546
38554
  Le ? He += Le : He += Xo();
38547
38555
  var G;
38548
- T === null ? G = "null" : Vt(T) ? G = "array" : T !== void 0 && T.$$typeof === t ? (G = "<" + (X(T.type) || "Unknown") + " />", He = " Did you accidentally export a JSX literal instead of a component?") : G = typeof T, w("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", G, He);
38556
+ T === null ? G = "null" : Vt(T) ? G = "array" : T !== void 0 && T.$$typeof === t ? (G = "<" + (Y(T.type) || "Unknown") + " />", He = " Did you accidentally export a JSX literal instead of a component?") : G = typeof T, w("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", G, He);
38549
38557
  }
38550
38558
  var ye = lt(T, re, ge, Ke, Je);
38551
38559
  if (ye == null)
@@ -39290,77 +39298,77 @@ function kI() {
39290
39298
  return e;
39291
39299
  }
39292
39300
  function Dse(e, t) {
39293
- var n = gn(), r = kI(), o = X_(), i = J_(), s = eS(), a = s.focusDayAfter, l = s.focusDayBefore, c = s.focusWeekAfter, u = s.focusWeekBefore, f = s.blur, p = s.focus, h = s.focusMonthBefore, v = s.focusMonthAfter, m = s.focusYearBefore, x = s.focusYearAfter, b = s.focusStartOfWeek, w = s.focusEndOfWeek, _ = function(Y) {
39294
- var Z, W, O, B;
39295
- bv(n) ? (Z = r.onDayClick) === null || Z === void 0 || Z.call(r, e, t, Y) : ph(n) ? (W = o.onDayClick) === null || W === void 0 || W.call(o, e, t, Y) : gh(n) ? (O = i.onDayClick) === null || O === void 0 || O.call(i, e, t, Y) : (B = n.onDayClick) === null || B === void 0 || B.call(n, e, t, Y);
39296
- }, S = function(Y) {
39297
- var Z;
39298
- p(e), (Z = n.onDayFocus) === null || Z === void 0 || Z.call(n, e, t, Y);
39299
- }, C = function(Y) {
39300
- var Z;
39301
- f(), (Z = n.onDayBlur) === null || Z === void 0 || Z.call(n, e, t, Y);
39302
- }, P = function(Y) {
39303
- var Z;
39304
- (Z = n.onDayMouseEnter) === null || Z === void 0 || Z.call(n, e, t, Y);
39305
- }, $ = function(Y) {
39306
- var Z;
39307
- (Z = n.onDayMouseLeave) === null || Z === void 0 || Z.call(n, e, t, Y);
39308
- }, M = function(Y) {
39309
- var Z;
39310
- (Z = n.onDayPointerEnter) === null || Z === void 0 || Z.call(n, e, t, Y);
39311
- }, k = function(Y) {
39312
- var Z;
39313
- (Z = n.onDayPointerLeave) === null || Z === void 0 || Z.call(n, e, t, Y);
39314
- }, D = function(Y) {
39315
- var Z;
39316
- (Z = n.onDayTouchCancel) === null || Z === void 0 || Z.call(n, e, t, Y);
39317
- }, L = function(Y) {
39318
- var Z;
39319
- (Z = n.onDayTouchEnd) === null || Z === void 0 || Z.call(n, e, t, Y);
39320
- }, j = function(Y) {
39321
- var Z;
39322
- (Z = n.onDayTouchMove) === null || Z === void 0 || Z.call(n, e, t, Y);
39323
- }, X = function(Y) {
39324
- var Z;
39325
- (Z = n.onDayTouchStart) === null || Z === void 0 || Z.call(n, e, t, Y);
39326
- }, J = function(Y) {
39327
- var Z;
39328
- (Z = n.onDayKeyUp) === null || Z === void 0 || Z.call(n, e, t, Y);
39329
- }, H = function(Y) {
39330
- var Z;
39331
- switch (Y.key) {
39301
+ var n = gn(), r = kI(), o = X_(), i = J_(), s = eS(), a = s.focusDayAfter, l = s.focusDayBefore, c = s.focusWeekAfter, u = s.focusWeekBefore, f = s.blur, p = s.focus, h = s.focusMonthBefore, v = s.focusMonthAfter, m = s.focusYearBefore, x = s.focusYearAfter, b = s.focusStartOfWeek, w = s.focusEndOfWeek, _ = function(K) {
39302
+ var J, W, O, B;
39303
+ bv(n) ? (J = r.onDayClick) === null || J === void 0 || J.call(r, e, t, K) : ph(n) ? (W = o.onDayClick) === null || W === void 0 || W.call(o, e, t, K) : gh(n) ? (O = i.onDayClick) === null || O === void 0 || O.call(i, e, t, K) : (B = n.onDayClick) === null || B === void 0 || B.call(n, e, t, K);
39304
+ }, S = function(K) {
39305
+ var J;
39306
+ p(e), (J = n.onDayFocus) === null || J === void 0 || J.call(n, e, t, K);
39307
+ }, C = function(K) {
39308
+ var J;
39309
+ f(), (J = n.onDayBlur) === null || J === void 0 || J.call(n, e, t, K);
39310
+ }, P = function(K) {
39311
+ var J;
39312
+ (J = n.onDayMouseEnter) === null || J === void 0 || J.call(n, e, t, K);
39313
+ }, $ = function(K) {
39314
+ var J;
39315
+ (J = n.onDayMouseLeave) === null || J === void 0 || J.call(n, e, t, K);
39316
+ }, M = function(K) {
39317
+ var J;
39318
+ (J = n.onDayPointerEnter) === null || J === void 0 || J.call(n, e, t, K);
39319
+ }, k = function(K) {
39320
+ var J;
39321
+ (J = n.onDayPointerLeave) === null || J === void 0 || J.call(n, e, t, K);
39322
+ }, D = function(K) {
39323
+ var J;
39324
+ (J = n.onDayTouchCancel) === null || J === void 0 || J.call(n, e, t, K);
39325
+ }, L = function(K) {
39326
+ var J;
39327
+ (J = n.onDayTouchEnd) === null || J === void 0 || J.call(n, e, t, K);
39328
+ }, j = function(K) {
39329
+ var J;
39330
+ (J = n.onDayTouchMove) === null || J === void 0 || J.call(n, e, t, K);
39331
+ }, Y = function(K) {
39332
+ var J;
39333
+ (J = n.onDayTouchStart) === null || J === void 0 || J.call(n, e, t, K);
39334
+ }, Z = function(K) {
39335
+ var J;
39336
+ (J = n.onDayKeyUp) === null || J === void 0 || J.call(n, e, t, K);
39337
+ }, H = function(K) {
39338
+ var J;
39339
+ switch (K.key) {
39332
39340
  case "ArrowLeft":
39333
- Y.preventDefault(), Y.stopPropagation(), n.dir === "rtl" ? a() : l();
39341
+ K.preventDefault(), K.stopPropagation(), n.dir === "rtl" ? a() : l();
39334
39342
  break;
39335
39343
  case "ArrowRight":
39336
- Y.preventDefault(), Y.stopPropagation(), n.dir === "rtl" ? l() : a();
39344
+ K.preventDefault(), K.stopPropagation(), n.dir === "rtl" ? l() : a();
39337
39345
  break;
39338
39346
  case "ArrowDown":
39339
- Y.preventDefault(), Y.stopPropagation(), c();
39347
+ K.preventDefault(), K.stopPropagation(), c();
39340
39348
  break;
39341
39349
  case "ArrowUp":
39342
- Y.preventDefault(), Y.stopPropagation(), u();
39350
+ K.preventDefault(), K.stopPropagation(), u();
39343
39351
  break;
39344
39352
  case "PageUp":
39345
- Y.preventDefault(), Y.stopPropagation(), Y.shiftKey ? m() : h();
39353
+ K.preventDefault(), K.stopPropagation(), K.shiftKey ? m() : h();
39346
39354
  break;
39347
39355
  case "PageDown":
39348
- Y.preventDefault(), Y.stopPropagation(), Y.shiftKey ? x() : v();
39356
+ K.preventDefault(), K.stopPropagation(), K.shiftKey ? x() : v();
39349
39357
  break;
39350
39358
  case "Home":
39351
- Y.preventDefault(), Y.stopPropagation(), b();
39359
+ K.preventDefault(), K.stopPropagation(), b();
39352
39360
  break;
39353
39361
  case "End":
39354
- Y.preventDefault(), Y.stopPropagation(), w();
39362
+ K.preventDefault(), K.stopPropagation(), w();
39355
39363
  break;
39356
39364
  }
39357
- (Z = n.onDayKeyDown) === null || Z === void 0 || Z.call(n, e, t, Y);
39365
+ (J = n.onDayKeyDown) === null || J === void 0 || J.call(n, e, t, K);
39358
39366
  }, Q = {
39359
39367
  onClick: _,
39360
39368
  onFocus: S,
39361
39369
  onBlur: C,
39362
39370
  onKeyDown: H,
39363
- onKeyUp: J,
39371
+ onKeyUp: Z,
39364
39372
  onMouseEnter: P,
39365
39373
  onMouseLeave: $,
39366
39374
  onPointerEnter: M,
@@ -39368,7 +39376,7 @@ function Dse(e, t) {
39368
39376
  onTouchCancel: D,
39369
39377
  onTouchEnd: L,
39370
39378
  onTouchMove: j,
39371
- onTouchStart: X
39379
+ onTouchStart: Y
39372
39380
  };
39373
39381
  return Q;
39374
39382
  }
@@ -39590,15 +39598,16 @@ function Qse({
39590
39598
  filter: e,
39591
39599
  className: t
39592
39600
  }) {
39593
- const [n, r] = Pe(!1), [o, i] = Pe(), [s, a] = Pe(), l = ke((_) => _.filterValues), { authToken: c } = Bl(), u = ke(
39594
- (_) => _.actions.addOrUpdateFilterValue
39595
- ), f = ke(
39596
- (_) => _.actions.removeFilterValue
39597
- ), { data: p, isLoading: h, isFetching: v, isError: m, refetch: x } = Mm({
39601
+ var S, C, P, $, M, k, D, L;
39602
+ const n = ke((j) => j.themeStyle), [r, o] = Pe(!1), [i, s] = Pe(), [a, l] = Pe(), c = ke((j) => j.filterValues), { authToken: u } = Bl(), f = ke(
39603
+ (j) => j.actions.addOrUpdateFilterValue
39604
+ ), p = ke(
39605
+ (j) => j.actions.removeFilterValue
39606
+ ), { data: h, isLoading: v, isFetching: m, isError: x, refetch: b } = Mm({
39598
39607
  queryKey: [e.sql],
39599
39608
  queryFn: () => Om(
39600
39609
  "https://semaphor.cloud/api/v1/query",
39601
- (c == null ? void 0 : c.accessToken) || "",
39610
+ (u == null ? void 0 : u.accessToken) || "",
39602
39611
  {
39603
39612
  connection_id: e.connectionId,
39604
39613
  sql: e.sql
@@ -39609,102 +39618,127 @@ function Qse({
39609
39618
  //&& !!filter.database, // Only fetch if connectionId is present
39610
39619
  });
39611
39620
  _e(() => {
39612
- var _;
39613
- if (((_ = p == null ? void 0 : p.records) == null ? void 0 : _.length) > 0) {
39614
- const S = p.records[0];
39615
- if (!S.min || !S.max)
39621
+ var j;
39622
+ if (((j = h == null ? void 0 : h.records) == null ? void 0 : j.length) > 0) {
39623
+ const Y = h.records[0];
39624
+ if (!Y.min || !Y.max)
39616
39625
  return;
39617
- i({
39618
- from: new Date(S.min),
39619
- to: new Date(S.max)
39620
- }), a({
39621
- from: new Date(S.min),
39622
- to: new Date(S.max)
39626
+ s({
39627
+ from: new Date(Y.min),
39628
+ to: new Date(Y.max)
39629
+ }), l({
39630
+ from: new Date(Y.min),
39631
+ to: new Date(Y.max)
39623
39632
  });
39624
39633
  }
39625
- }, [p]), _e(() => {
39626
- if (l && !l.find(
39627
- (S) => S.filterId === e.id
39634
+ }, [h]), _e(() => {
39635
+ if (c && !c.find(
39636
+ (Y) => Y.filterId === e.id
39628
39637
  )) {
39629
- i(s);
39638
+ s(a);
39630
39639
  return;
39631
39640
  }
39632
- }, [l, e.id, s]);
39633
- function b() {
39634
- f(e.id), i(s), r(!1);
39635
- }
39641
+ }, [c, e.id, a]);
39636
39642
  function w() {
39637
- if (!o)
39643
+ p(e.id), s(a), o(!1);
39644
+ }
39645
+ function _() {
39646
+ if (!i)
39638
39647
  return;
39639
- console.log(o);
39640
- const _ = [o == null ? void 0 : o.from, o == null ? void 0 : o.to];
39641
- console.log(_);
39642
- const S = {
39648
+ console.log(i);
39649
+ const j = [i == null ? void 0 : i.from, i == null ? void 0 : i.to];
39650
+ console.log(j);
39651
+ const Y = {
39643
39652
  filterId: e.id,
39644
39653
  connectionType: e.database === "NA" ? "api" : "database",
39645
39654
  valueType: ox(e),
39646
39655
  name: e.column,
39647
39656
  operation: "between",
39648
- values: _
39657
+ values: j
39649
39658
  };
39650
- u(S), r(!1);
39659
+ f(Y), o(!1);
39651
39660
  }
39652
- return h ? /* @__PURE__ */ E.jsx("div", { children: /* @__PURE__ */ E.jsx(Im, { className: "h-8 w-full bg-foreground/10" }) }) : m ? /* @__PURE__ */ E.jsx("div", { className: "h-8 w-full bg-muted px-2", children: "Error" }) : p ? /* @__PURE__ */ E.jsx("div", { className: Re("grid gap-2", t), children: /* @__PURE__ */ E.jsxs(V_, { open: n, onOpenChange: r, children: [
39653
- /* @__PURE__ */ E.jsx(H_, { asChild: !0, children: /* @__PURE__ */ E.jsxs(
39654
- Xr,
39661
+ return v ? /* @__PURE__ */ E.jsx("div", { children: /* @__PURE__ */ E.jsx(Im, { className: "h-8 w-full bg-foreground/10" }) }) : x ? /* @__PURE__ */ E.jsx("div", { className: "h-8 w-full bg-muted px-2", children: "Error" }) : h ? /* @__PURE__ */ E.jsx("div", { className: Re("grid gap-2", t), children: /* @__PURE__ */ E.jsxs(V_, { open: r, onOpenChange: o, children: [
39662
+ /* @__PURE__ */ E.jsx(
39663
+ H_,
39655
39664
  {
39656
- size: "sm",
39657
- id: "date",
39658
- variant: "outline",
39659
- className: Re(
39660
- "h-[34px] w-full justify-start rounded-sm text-left font-normal",
39661
- !o && "text-muted-foreground"
39662
- ),
39663
- children: [
39664
- /* @__PURE__ */ E.jsx(WQ, { className: "mr-2 h-4 w-4" }),
39665
- o != null && o.from ? o.to ? /* @__PURE__ */ E.jsxs(E.Fragment, { children: [
39666
- ki(o.from, "LLL dd, y"),
39667
- " -",
39668
- " ",
39669
- ki(o.to, "LLL dd, y")
39670
- ] }) : ki(o.from, "LLL dd, y") : /* @__PURE__ */ E.jsx("span", { children: "Pick a date" })
39671
- ]
39672
- }
39673
- ) }),
39674
- /* @__PURE__ */ E.jsxs(mv, { className: "w-auto p-0", align: "start", children: [
39675
- /* @__PURE__ */ E.jsx("div", { className: "px-4 pt-3", children: /* @__PURE__ */ E.jsx(Xn, { children: e.title }) }),
39676
- /* @__PURE__ */ E.jsx(
39677
- MI,
39678
- {
39679
- initialFocus: !0,
39680
- mode: "range",
39681
- defaultMonth: o == null ? void 0 : o.from,
39682
- selected: o,
39683
- onSelect: i,
39684
- numberOfMonths: 2
39685
- }
39686
- ),
39687
- /* @__PURE__ */ E.jsxs("div", { className: "flex justify-end gap-2 px-4 py-3", children: [
39688
- /* @__PURE__ */ E.jsx(
39689
- Xr,
39690
- {
39691
- size: "sm",
39692
- variant: "outline",
39693
- onClick: w,
39694
- children: "Apply"
39695
- }
39696
- ),
39697
- /* @__PURE__ */ E.jsx(
39665
+ style: {
39666
+ borderRadius: (C = (S = n == null ? void 0 : n.chart) == null ? void 0 : S.options) == null ? void 0 : C.borderRadius
39667
+ },
39668
+ asChild: !0,
39669
+ children: /* @__PURE__ */ E.jsxs(
39698
39670
  Xr,
39699
39671
  {
39700
39672
  size: "sm",
39673
+ id: "date",
39701
39674
  variant: "outline",
39702
- onClick: b,
39703
- children: "Clear"
39675
+ className: Re(
39676
+ "h-[34px] w-full justify-start rounded-sm text-left font-normal",
39677
+ !i && "text-muted-foreground"
39678
+ ),
39679
+ children: [
39680
+ /* @__PURE__ */ E.jsx(WQ, { className: "mr-2 h-4 w-4" }),
39681
+ i != null && i.from ? i.to ? /* @__PURE__ */ E.jsxs(E.Fragment, { children: [
39682
+ ki(i.from, "LLL dd, y"),
39683
+ " -",
39684
+ " ",
39685
+ ki(i.to, "LLL dd, y")
39686
+ ] }) : ki(i.from, "LLL dd, y") : /* @__PURE__ */ E.jsx("span", { children: "Pick a date" })
39687
+ ]
39704
39688
  }
39705
39689
  )
39706
- ] })
39707
- ] })
39690
+ }
39691
+ ),
39692
+ /* @__PURE__ */ E.jsxs(
39693
+ mv,
39694
+ {
39695
+ style: {
39696
+ borderRadius: ($ = (P = n == null ? void 0 : n.chart) == null ? void 0 : P.options) == null ? void 0 : $.borderRadius
39697
+ },
39698
+ className: "w-auto p-0",
39699
+ align: "start",
39700
+ children: [
39701
+ /* @__PURE__ */ E.jsx("div", { className: "px-4 pt-3", children: /* @__PURE__ */ E.jsx(Xn, { children: e.title }) }),
39702
+ /* @__PURE__ */ E.jsx(
39703
+ MI,
39704
+ {
39705
+ initialFocus: !0,
39706
+ mode: "range",
39707
+ defaultMonth: i == null ? void 0 : i.from,
39708
+ selected: i,
39709
+ onSelect: s,
39710
+ numberOfMonths: 2
39711
+ }
39712
+ ),
39713
+ /* @__PURE__ */ E.jsxs("div", { className: "flex justify-end gap-2 px-4 py-3", children: [
39714
+ /* @__PURE__ */ E.jsx(
39715
+ Xr,
39716
+ {
39717
+ style: {
39718
+ borderRadius: (k = (M = n == null ? void 0 : n.chart) == null ? void 0 : M.options) == null ? void 0 : k.borderRadius
39719
+ },
39720
+ size: "sm",
39721
+ variant: "outline",
39722
+ onClick: _,
39723
+ children: "Apply"
39724
+ }
39725
+ ),
39726
+ /* @__PURE__ */ E.jsx(
39727
+ Xr,
39728
+ {
39729
+ style: {
39730
+ borderRadius: (L = (D = n == null ? void 0 : n.chart) == null ? void 0 : D.options) == null ? void 0 : L.borderRadius
39731
+ },
39732
+ size: "sm",
39733
+ variant: "outline",
39734
+ onClick: w,
39735
+ children: "Clear"
39736
+ }
39737
+ )
39738
+ ] })
39739
+ ]
39740
+ }
39741
+ )
39708
39742
  ] }) }) : /* @__PURE__ */ E.jsxs(Xn, { className: "w-fulll flex h-8 items-center bg-muted px-2", children: [
39709
39743
  " ",
39710
39744
  "No Data"
@@ -40798,14 +40832,14 @@ function Gae(e, t) {
40798
40832
  let { value: n, defaultValue: r, onChange: o, form: i, name: s, by: a = null, disabled: l = !1, __demoMode: c = !1, nullable: u = !1, multiple: f = !1, immediate: p = !1, virtual: h = null, ...v } = e, m = !1, x = null, [b = f ? [] : void 0, w] = hae(n, o, r), [_, S] = Pm(Uae, { dataRef: rz(), comboboxState: c ? 0 : 1, options: [], virtual: null, activeOptionIndex: null, activationTrigger: 2, labelId: null }), C = de(!1), P = de({ static: !1, hold: !1 }), $ = de(null), M = de(null), k = de(null), D = de(null), L = Dt(typeof a == "string" ? (oe, se) => {
40799
40833
  let xe = a;
40800
40834
  return (oe == null ? void 0 : oe[xe]) === (se == null ? void 0 : se[xe]);
40801
- } : a ?? ((oe, se) => oe === se)), j = Dt((oe) => _.options.findIndex((se) => L(se.dataRef.current.value, oe))), X = Ge((oe) => ur(H.mode, { 1: () => b.some((se) => L(se, oe)), 0: () => L(b, oe) }), [b]), J = Dt((oe) => _.activeOptionIndex === j(oe)), H = Cn(() => ({ ..._, immediate: m, optionsPropsRef: P, labelRef: $, inputRef: M, buttonRef: k, optionsRef: D, value: b, defaultValue: r, disabled: l, mode: f ? 1 : 0, virtual: _.virtual, get activeOptionIndex() {
40835
+ } : a ?? ((oe, se) => oe === se)), j = Dt((oe) => _.options.findIndex((se) => L(se.dataRef.current.value, oe))), Y = Ge((oe) => ur(H.mode, { 1: () => b.some((se) => L(se, oe)), 0: () => L(b, oe) }), [b]), Z = Dt((oe) => _.activeOptionIndex === j(oe)), H = Cn(() => ({ ..._, immediate: m, optionsPropsRef: P, labelRef: $, inputRef: M, buttonRef: k, optionsRef: D, value: b, defaultValue: r, disabled: l, mode: f ? 1 : 0, virtual: _.virtual, get activeOptionIndex() {
40802
40836
  if (C.current && _.activeOptionIndex === null && _.options.length > 0) {
40803
40837
  let oe = _.options.findIndex((se) => !se.dataRef.current.disabled);
40804
40838
  if (oe !== -1)
40805
40839
  return oe;
40806
40840
  }
40807
40841
  return _.activeOptionIndex;
40808
- }, calculateIndex: j, compare: L, isSelected: X, isActive: J, nullable: u, __demoMode: c }), [b, r, l, f, u, c, _, x]);
40842
+ }, calculateIndex: j, compare: L, isSelected: Y, isActive: Z, nullable: u, __demoMode: c }), [b, r, l, f, u, c, _, x]);
40809
40843
  Jn(() => {
40810
40844
  }, [x, void 0]), Jn(() => {
40811
40845
  _.dataRef.current = H;
@@ -40813,7 +40847,7 @@ function Gae(e, t) {
40813
40847
  let Q = Cn(() => {
40814
40848
  var oe, se, xe;
40815
40849
  return { open: H.comboboxState === 0, disabled: l, activeIndex: H.activeOptionIndex, activeOption: H.activeOptionIndex === null ? null : H.virtual ? H.virtual.options[(oe = H.activeOptionIndex) != null ? oe : 0] : (xe = (se = H.options[H.activeOptionIndex]) == null ? void 0 : se.dataRef.current.value) != null ? xe : null, value: b };
40816
- }, [H, l, b]), Y = Dt(() => {
40850
+ }, [H, l, b]), K = Dt(() => {
40817
40851
  if (H.activeOptionIndex !== null) {
40818
40852
  if (H.virtual)
40819
40853
  I(H.virtual.options[H.activeOptionIndex]);
@@ -40823,7 +40857,7 @@ function Gae(e, t) {
40823
40857
  }
40824
40858
  he.goToOption(Kn.Specific, H.activeOptionIndex);
40825
40859
  }
40826
- }), Z = Dt(() => {
40860
+ }), J = Dt(() => {
40827
40861
  S({ type: 0 }), C.current = !0;
40828
40862
  }), W = Dt(() => {
40829
40863
  S({ type: 1 }), C.current = !1;
@@ -40832,18 +40866,18 @@ function Gae(e, t) {
40832
40866
  })), U = Dt((oe) => (S({ type: 5, id: oe }), () => S({ type: 5, id: null }))), I = Dt((oe) => ur(H.mode, { 0() {
40833
40867
  return w == null ? void 0 : w(oe);
40834
40868
  }, 1() {
40835
- let se = H.value.slice(), xe = se.findIndex((K) => L(K, oe));
40869
+ let se = H.value.slice(), xe = se.findIndex((X) => L(X, oe));
40836
40870
  return xe === -1 ? se.push(oe) : se.splice(xe, 1), w == null ? void 0 : w(se);
40837
40871
  } })), ne = Dt((oe) => {
40838
40872
  S({ type: 6, trigger: oe });
40839
- }), he = Cn(() => ({ onChange: I, registerOption: B, registerLabel: U, goToOption: O, closeCombobox: W, openCombobox: Z, setActivationTrigger: ne, selectActiveOption: Y }), []), pe = t === null ? {} : { ref: t }, ie = de(null), te = vh();
40873
+ }), he = Cn(() => ({ onChange: I, registerOption: B, registerLabel: U, goToOption: O, closeCombobox: W, openCombobox: J, setActivationTrigger: ne, selectActiveOption: K }), []), pe = t === null ? {} : { ref: t }, ie = de(null), te = vh();
40840
40874
  return _e(() => {
40841
40875
  ie.current && r !== void 0 && te.addEventListener(ie.current, "reset", () => {
40842
40876
  w == null || w(r);
40843
40877
  });
40844
- }, [ie, w]), ue.createElement(aS.Provider, { value: he }, ue.createElement(lS.Provider, { value: H }, ue.createElement(zI, { value: ur(H.comboboxState, { 0: yo.Open, 1: yo.Closed }) }, s != null && b != null && BI({ [s]: b }).map(([oe, se], xe) => ue.createElement(Mae, { features: jI.Hidden, ref: xe === 0 ? (K) => {
40878
+ }, [ie, w]), ue.createElement(aS.Provider, { value: he }, ue.createElement(lS.Provider, { value: H }, ue.createElement(zI, { value: ur(H.comboboxState, { 0: yo.Open, 1: yo.Closed }) }, s != null && b != null && BI({ [s]: b }).map(([oe, se], xe) => ue.createElement(Mae, { features: jI.Hidden, ref: xe === 0 ? (X) => {
40845
40879
  var Se;
40846
- ie.current = (Se = K == null ? void 0 : K.closest("form")) != null ? Se : null;
40880
+ ie.current = (Se = X == null ? void 0 : X.closest("form")) != null ? Se : null;
40847
40881
  } : void 0, ...S1({ key: oe, as: "input", type: "hidden", hidden: !0, readOnly: !0, form: i, name: oe, value: se }) })), Cs({ ourProps: pe, theirProps: v, slot: Q, defaultTag: qae, name: "Combobox" }))));
40848
40882
  }
40849
40883
  let Yae = "input";
@@ -40855,11 +40889,11 @@ function Kae(e, t) {
40855
40889
  var H;
40856
40890
  return typeof u == "function" && h.value !== void 0 ? (H = u(h.value)) != null ? H : "" : typeof h.value == "string" ? h.value : "";
40857
40891
  }();
40858
- Y$(([H, Q], [Y, Z]) => {
40892
+ Y$(([H, Q], [K, J]) => {
40859
40893
  if (b.current)
40860
40894
  return;
40861
40895
  let W = h.inputRef.current;
40862
- W && ((Z === 0 && Q === 1 || H !== Y) && (W.value = H), requestAnimationFrame(() => {
40896
+ W && ((J === 0 && Q === 1 || H !== K) && (W.value = H), requestAnimationFrame(() => {
40863
40897
  if (b.current || !W || (x == null ? void 0 : x.activeElement) !== W)
40864
40898
  return;
40865
40899
  let { selectionStart: O, selectionEnd: B } = W;
@@ -40869,11 +40903,11 @@ function Kae(e, t) {
40869
40903
  if (H === 0 && Q === 1) {
40870
40904
  if (b.current)
40871
40905
  return;
40872
- let Y = h.inputRef.current;
40873
- if (!Y)
40906
+ let K = h.inputRef.current;
40907
+ if (!K)
40874
40908
  return;
40875
- let Z = Y.value, { selectionStart: W, selectionEnd: O, selectionDirection: B } = Y;
40876
- Y.value = "", Y.value = Z, B !== null ? Y.setSelectionRange(W, O, B) : Y.setSelectionRange(W, O);
40909
+ let J = K.value, { selectionStart: W, selectionEnd: O, selectionDirection: B } = K;
40910
+ K.value = "", K.value = J, B !== null ? K.setSelectionRange(W, O, B) : K.setSelectionRange(W, O);
40877
40911
  }
40878
40912
  }, [h.comboboxState]);
40879
40913
  let C = de(!1), P = Dt(() => {
@@ -40924,24 +40958,24 @@ function Kae(e, t) {
40924
40958
  }), k = Dt((H) => {
40925
40959
  c == null || c(H), h.nullable && h.mode === 0 && H.target.value === "" && _(), v.openCombobox();
40926
40960
  }), D = Dt((H) => {
40927
- var Q, Y, Z;
40961
+ var Q, K, J;
40928
40962
  let W = (Q = H.relatedTarget) != null ? Q : nl.find((O) => O !== H.currentTarget);
40929
- if (b.current = !1, !((Y = h.optionsRef.current) != null && Y.contains(W)) && !((Z = h.buttonRef.current) != null && Z.contains(W)) && h.comboboxState === 0)
40963
+ if (b.current = !1, !((K = h.optionsRef.current) != null && K.contains(W)) && !((J = h.buttonRef.current) != null && J.contains(W)) && h.comboboxState === 0)
40930
40964
  return H.preventDefault(), h.mode === 0 && (h.nullable && h.value === null ? _() : h.activationTrigger !== 1 && v.selectActiveOption()), v.closeCombobox();
40931
40965
  }), L = Dt((H) => {
40932
- var Q, Y, Z;
40966
+ var Q, K, J;
40933
40967
  let W = (Q = H.relatedTarget) != null ? Q : nl.find((O) => O !== H.currentTarget);
40934
- (Y = h.buttonRef.current) != null && Y.contains(W) || (Z = h.optionsRef.current) != null && Z.contains(W) || h.disabled || h.immediate && h.comboboxState !== 0 && (v.openCombobox(), w.nextFrame(() => {
40968
+ (K = h.buttonRef.current) != null && K.contains(W) || (J = h.optionsRef.current) != null && J.contains(W) || h.disabled || h.immediate && h.comboboxState !== 0 && (v.openCombobox(), w.nextFrame(() => {
40935
40969
  v.setActivationTrigger(1);
40936
40970
  }));
40937
40971
  }), j = nS(() => {
40938
40972
  if (h.labelId)
40939
40973
  return [h.labelId].join(" ");
40940
- }, [h.labelId]), X = Cn(() => ({ open: h.comboboxState === 0, disabled: h.disabled }), [h]), J = { ref: m, id: l, role: "combobox", type: f, "aria-controls": (n = h.optionsRef.current) == null ? void 0 : n.id, "aria-expanded": h.comboboxState === 0, "aria-activedescendant": h.activeOptionIndex === null ? void 0 : h.virtual ? (r = h.options.find((H) => {
40974
+ }, [h.labelId]), Y = Cn(() => ({ open: h.comboboxState === 0, disabled: h.disabled }), [h]), Z = { ref: m, id: l, role: "combobox", type: f, "aria-controls": (n = h.optionsRef.current) == null ? void 0 : n.id, "aria-expanded": h.comboboxState === 0, "aria-activedescendant": h.activeOptionIndex === null ? void 0 : h.virtual ? (r = h.options.find((H) => {
40941
40975
  var Q;
40942
40976
  return !((Q = h.virtual) != null && Q.disabled(H.dataRef.current.value)) && h.compare(H.dataRef.current.value, h.virtual.options[h.activeOptionIndex]);
40943
40977
  })) == null ? void 0 : r.id : (o = h.options[h.activeOptionIndex]) == null ? void 0 : o.id, "aria-labelledby": j, "aria-autocomplete": "list", defaultValue: (s = (i = e.defaultValue) != null ? i : h.defaultValue !== void 0 ? u == null ? void 0 : u(h.defaultValue) : null) != null ? s : h.defaultValue, disabled: h.disabled, onCompositionStart: P, onCompositionEnd: $, onKeyDown: M, onChange: k, onFocus: L, onBlur: D };
40944
- return Cs({ ourProps: J, theirProps: p, slot: X, defaultTag: Yae, name: "Combobox.Input" });
40978
+ return Cs({ ourProps: Z, theirProps: p, slot: Y, defaultTag: Yae, name: "Combobox.Input" });
40945
40979
  }
40946
40980
  let Xae = "button";
40947
40981
  function Qae(e, t) {
@@ -41214,31 +41248,31 @@ function Sle(e, t) {
41214
41248
  return ur(P, { hidden: () => D(x), visible: () => k(x) });
41215
41249
  }
41216
41250
  }, [P, x, k, D, _, w]);
41217
- let L = Mi({ base: qs(m.className), enter: qs(l), enterFrom: qs(c), enterTo: qs(u), entered: qs(f), leave: qs(p), leaveFrom: qs(h), leaveTo: qs(v) }), j = wle({ beforeEnter: o, afterEnter: i, beforeLeave: s, afterLeave: a }), X = rS();
41251
+ let L = Mi({ base: qs(m.className), enter: qs(l), enterFrom: qs(c), enterTo: qs(u), entered: qs(f), leave: qs(p), leaveFrom: qs(h), leaveTo: qs(v) }), j = wle({ beforeEnter: o, afterEnter: i, beforeLeave: s, afterLeave: a }), Y = rS();
41218
41252
  _e(() => {
41219
- if (X && P === "visible" && x.current === null)
41253
+ if (Y && P === "visible" && x.current === null)
41220
41254
  throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?");
41221
- }, [x, P, X]);
41222
- let J = C && !S, H = S && _ && C, Q = !X || J ? "idle" : _ ? "enter" : "leave", Y = dle(0), Z = Dt((ne) => ur(ne, { enter: () => {
41223
- Y.addFlag(yo.Opening), j.current.beforeEnter();
41255
+ }, [x, P, Y]);
41256
+ let Z = C && !S, H = S && _ && C, Q = !Y || Z ? "idle" : _ ? "enter" : "leave", K = dle(0), J = Dt((ne) => ur(ne, { enter: () => {
41257
+ K.addFlag(yo.Opening), j.current.beforeEnter();
41224
41258
  }, leave: () => {
41225
- Y.addFlag(yo.Closing), j.current.beforeLeave();
41259
+ K.addFlag(yo.Closing), j.current.beforeLeave();
41226
41260
  }, idle: () => {
41227
41261
  } })), W = Dt((ne) => ur(ne, { enter: () => {
41228
- Y.removeFlag(yo.Opening), j.current.afterEnter();
41262
+ K.removeFlag(yo.Opening), j.current.afterEnter();
41229
41263
  }, leave: () => {
41230
- Y.removeFlag(yo.Closing), j.current.afterLeave();
41264
+ K.removeFlag(yo.Closing), j.current.afterLeave();
41231
41265
  }, idle: () => {
41232
41266
  } })), O = UI(() => {
41233
41267
  $("hidden"), D(x);
41234
41268
  }, M), B = de(!1);
41235
41269
  gle({ immediate: H, container: x, classes: L, direction: Q, onStart: Mi((ne) => {
41236
- B.current = !0, O.onStart(x, ne, Z);
41270
+ B.current = !0, O.onStart(x, ne, J);
41237
41271
  }), onStop: Mi((ne) => {
41238
41272
  B.current = !1, O.onStop(x, ne, W), ne === "leave" && !wv(O) && ($("hidden"), D(x));
41239
41273
  }) });
41240
41274
  let U = m, I = { ref: b };
41241
- return H ? U = { ...U, className: gm(m.className, ...L.current.enter, ...L.current.enterFrom) } : B.current && (U.className = gm(m.className, (r = x.current) == null ? void 0 : r.className), U.className === "" && delete U.className), ue.createElement(xv.Provider, { value: O }, ue.createElement(zI, { value: ur(P, { visible: yo.Open, hidden: yo.Closed }) | Y.flags }, Cs({ ourProps: I, theirProps: U, defaultTag: _le, features: qI, visible: P === "visible", name: "Transition.Child" })));
41275
+ return H ? U = { ...U, className: gm(m.className, ...L.current.enter, ...L.current.enterFrom) } : B.current && (U.className = gm(m.className, (r = x.current) == null ? void 0 : r.className), U.className === "" && delete U.className), ue.createElement(xv.Provider, { value: O }, ue.createElement(zI, { value: ur(P, { visible: yo.Open, hidden: yo.Closed }) | K.flags }, Cs({ ourProps: I, theirProps: U, defaultTag: _le, features: qI, visible: P === "visible", name: "Transition.Child" })));
41242
41276
  }
41243
41277
  function Cle(e, t) {
41244
41278
  let { show: n, appear: r = !1, unmount: o = !0, ...i } = e, s = de(null), a = Wl(s, t);
@@ -41361,8 +41395,8 @@ function $le({ filter: e }) {
41361
41395
  }, [c, e.id]);
41362
41396
  function S(D) {
41363
41397
  return D ? D.filter((L) => {
41364
- const X = L.name.split(".");
41365
- if (X.slice(0, X.length - 1).join(".") === e.table && L.name !== e.column)
41398
+ const Y = L.name.split(".");
41399
+ if (Y.slice(0, Y.length - 1).join(".") === e.table && L.name !== e.column)
41366
41400
  return !0;
41367
41401
  }) : [];
41368
41402
  }
@@ -43036,8 +43070,8 @@ async function pN(...e) {
43036
43070
  if (!h)
43037
43071
  return;
43038
43072
  const [v, m] = uN(t, h), [x, b, w, _] = us.get(t), S = () => {
43039
- const X = x[h];
43040
- return ($i(i.revalidate) ? i.revalidate(v().data, p) : i.revalidate !== !1) && (delete w[h], delete _[h], X && X[0]) ? X[0](hN).then(() => v().data) : v().data;
43073
+ const Y = x[h];
43074
+ return ($i(i.revalidate) ? i.revalidate(v().data, p) : i.revalidate !== !1) && (delete w[h], delete _[h], Y && Y[0]) ? Y[0](hN).then(() => v().data) : v().data;
43041
43075
  };
43042
43076
  if (e.length < 3)
43043
43077
  return S();
@@ -43054,12 +43088,12 @@ async function pN(...e) {
43054
43088
  })), $i(C))
43055
43089
  try {
43056
43090
  C = C(j);
43057
- } catch (X) {
43058
- P = X;
43091
+ } catch (Y) {
43092
+ P = Y;
43059
43093
  }
43060
43094
  if (C && gce(C))
43061
- if (C = await C.catch((X) => {
43062
- P = X;
43095
+ if (C = await C.catch((Y) => {
43096
+ P = Y;
43063
43097
  }), $ !== b[h][0]) {
43064
43098
  if (P)
43065
43099
  throw P;
@@ -43071,9 +43105,9 @@ async function pN(...e) {
43071
43105
  }));
43072
43106
  if (s && !P)
43073
43107
  if ($i(s)) {
43074
- const X = s(C, j);
43108
+ const Y = s(C, j);
43075
43109
  m({
43076
- data: X,
43110
+ data: Y,
43077
43111
  error: qr,
43078
43112
  _c: qr
43079
43113
  });
@@ -43219,25 +43253,25 @@ const r2 = ue.use || ((e) => {
43219
43253
  }), py = {
43220
43254
  dedupe: !0
43221
43255
  }, Hce = (e, t, n) => {
43222
- const { cache: r, compare: o, suspense: i, fallbackData: s, revalidateOnMount: a, revalidateIfStale: l, refreshInterval: c, refreshWhenHidden: u, refreshWhenOffline: f, keepPreviousData: p } = n, [h, v, m, x] = us.get(r), [b, w] = fS(e), _ = de(!1), S = de(!1), C = de(b), P = de(t), $ = de(n), M = () => $.current, k = () => M().isVisible() && M().isOnline(), [D, L, j, X] = uN(r, b), J = de({}).current, H = Ut(s) ? n.fallback[b] : s, Q = (K, Se) => {
43223
- for (const Oe in J) {
43256
+ const { cache: r, compare: o, suspense: i, fallbackData: s, revalidateOnMount: a, revalidateIfStale: l, refreshInterval: c, refreshWhenHidden: u, refreshWhenOffline: f, keepPreviousData: p } = n, [h, v, m, x] = us.get(r), [b, w] = fS(e), _ = de(!1), S = de(!1), C = de(b), P = de(t), $ = de(n), M = () => $.current, k = () => M().isVisible() && M().isOnline(), [D, L, j, Y] = uN(r, b), Z = de({}).current, H = Ut(s) ? n.fallback[b] : s, Q = (X, Se) => {
43257
+ for (const Oe in Z) {
43224
43258
  const Me = Oe;
43225
43259
  if (Me === "data") {
43226
- if (!o(K[Me], Se[Me]) && (!Ut(K[Me]) || !o(he, Se[Me])))
43260
+ if (!o(X[Me], Se[Me]) && (!Ut(X[Me]) || !o(he, Se[Me])))
43227
43261
  return !1;
43228
- } else if (Se[Me] !== K[Me])
43262
+ } else if (Se[Me] !== X[Me])
43229
43263
  return !1;
43230
43264
  }
43231
43265
  return !0;
43232
- }, Y = Cn(() => {
43233
- const K = !b || !t ? !1 : Ut(a) ? M().isPaused() || i ? !1 : Ut(l) ? !0 : l : a, Se = (ze) => {
43266
+ }, K = Cn(() => {
43267
+ const X = !b || !t ? !1 : Ut(a) ? M().isPaused() || i ? !1 : Ut(l) ? !0 : l : a, Se = (ze) => {
43234
43268
  const tt = Ea(ze);
43235
- return delete tt._k, K ? {
43269
+ return delete tt._k, X ? {
43236
43270
  isValidating: !0,
43237
43271
  isLoading: !0,
43238
43272
  ...tt
43239
43273
  } : tt;
43240
- }, Oe = D(), Me = X(), Ie = Se(Oe), Qe = Oe === Me ? Ie : Se(Me);
43274
+ }, Oe = D(), Me = Y(), Ie = Se(Oe), Qe = Oe === Me ? Ie : Se(Me);
43241
43275
  let qe = Ie;
43242
43276
  return [
43243
43277
  () => {
@@ -43249,22 +43283,22 @@ const r2 = ue.use || ((e) => {
43249
43283
  }, [
43250
43284
  r,
43251
43285
  b
43252
- ]), Z = pce.useSyncExternalStore(Ge(
43253
- (K) => j(b, (Se, Oe) => {
43254
- Q(Oe, Se) || K();
43286
+ ]), J = pce.useSyncExternalStore(Ge(
43287
+ (X) => j(b, (Se, Oe) => {
43288
+ Q(Oe, Se) || X();
43255
43289
  }),
43256
43290
  // eslint-disable-next-line react-hooks/exhaustive-deps
43257
43291
  [
43258
43292
  r,
43259
43293
  b
43260
43294
  ]
43261
- ), Y[0], Y[1]), W = !_.current, O = h[b] && h[b].length > 0, B = Z.data, U = Ut(B) ? H : B, I = Z.error, ne = de(U), he = p ? Ut(B) ? ne.current : B : U, pe = O && !Ut(I) ? !1 : W && !Ut(a) ? a : M().isPaused() ? !1 : i ? Ut(U) ? !1 : l : Ut(U) || l, ie = !!(b && t && W && pe), te = Ut(Z.isValidating) ? ie : Z.isValidating, oe = Ut(Z.isLoading) ? ie : Z.isLoading, se = Ge(
43262
- async (K) => {
43295
+ ), K[0], K[1]), W = !_.current, O = h[b] && h[b].length > 0, B = J.data, U = Ut(B) ? H : B, I = J.error, ne = de(U), he = p ? Ut(B) ? ne.current : B : U, pe = O && !Ut(I) ? !1 : W && !Ut(a) ? a : M().isPaused() ? !1 : i ? Ut(U) ? !1 : l : Ut(U) || l, ie = !!(b && t && W && pe), te = Ut(J.isValidating) ? ie : J.isValidating, oe = Ut(J.isLoading) ? ie : J.isLoading, se = Ge(
43296
+ async (X) => {
43263
43297
  const Se = P.current;
43264
43298
  if (!b || !Se || S.current || M().isPaused())
43265
43299
  return !1;
43266
43300
  let Oe, Me, Ie = !0;
43267
- const Qe = K || {}, qe = !m[b] || !Qe.dedupe, ze = () => e2 ? !S.current && b === C.current && _.current : b === C.current, tt = {
43301
+ const Qe = X || {}, qe = !m[b] || !Qe.dedupe, ze = () => e2 ? !S.current && b === C.current && _.current : b === C.current, tt = {
43268
43302
  isValidating: !1,
43269
43303
  isLoading: !1
43270
43304
  }, pt = () => {
@@ -43323,7 +43357,7 @@ const r2 = ue.use || ((e) => {
43323
43357
  ]
43324
43358
  ), xe = Ge(
43325
43359
  // Use callback to make sure `keyRef.current` returns latest result every time
43326
- (...K) => pN(r, C.current, ...K),
43360
+ (...X) => pN(r, C.current, ...X),
43327
43361
  // eslint-disable-next-line react-hooks/exhaustive-deps
43328
43362
  []
43329
43363
  );
@@ -43332,14 +43366,14 @@ const r2 = ue.use || ((e) => {
43332
43366
  }), fy(() => {
43333
43367
  if (!b)
43334
43368
  return;
43335
- const K = se.bind(qr, py);
43369
+ const X = se.bind(qr, py);
43336
43370
  let Se = 0;
43337
43371
  const Me = Vce(b, h, (Ie, Qe = {}) => {
43338
43372
  if (Ie == _d.FOCUS_EVENT) {
43339
43373
  const qe = Date.now();
43340
- M().revalidateOnFocus && qe > Se && k() && (Se = qe + M().focusThrottleInterval, K());
43374
+ M().revalidateOnFocus && qe > Se && k() && (Se = qe + M().focusThrottleInterval, X());
43341
43375
  } else if (Ie == _d.RECONNECT_EVENT)
43342
- M().revalidateOnReconnect && k() && K();
43376
+ M().revalidateOnReconnect && k() && X();
43343
43377
  else {
43344
43378
  if (Ie == _d.MUTATE_EVENT)
43345
43379
  return se();
@@ -43349,22 +43383,22 @@ const r2 = ue.use || ((e) => {
43349
43383
  });
43350
43384
  return S.current = !1, C.current = b, _.current = !0, L({
43351
43385
  _k: w
43352
- }), pe && (Ut(U) || Tf ? K() : Cce(K)), () => {
43386
+ }), pe && (Ut(U) || Tf ? X() : Cce(X)), () => {
43353
43387
  S.current = !0, Me();
43354
43388
  };
43355
43389
  }, [
43356
43390
  b
43357
43391
  ]), fy(() => {
43358
- let K;
43392
+ let X;
43359
43393
  function Se() {
43360
43394
  const Me = $i(c) ? c(D().data) : c;
43361
- Me && K !== -1 && (K = setTimeout(Oe, Me));
43395
+ Me && X !== -1 && (X = setTimeout(Oe, Me));
43362
43396
  }
43363
43397
  function Oe() {
43364
43398
  !D().error && (u || M().isVisible()) && (f || M().isOnline()) ? se(py).then(Se) : Se();
43365
43399
  }
43366
43400
  return Se(), () => {
43367
- K && (clearTimeout(K), K = -1);
43401
+ X && (clearTimeout(X), X = -1);
43368
43402
  };
43369
43403
  }, [
43370
43404
  c,
@@ -43375,9 +43409,9 @@ const r2 = ue.use || ((e) => {
43375
43409
  if (!e2 && Tf)
43376
43410
  throw new Error("Fallback data is required when using suspense in SSR.");
43377
43411
  P.current = t, $.current = n, S.current = !1;
43378
- const K = x[b];
43379
- if (!Ut(K)) {
43380
- const Se = xe(K);
43412
+ const X = x[b];
43413
+ if (!Ut(X)) {
43414
+ const Se = xe(X);
43381
43415
  r2(Se);
43382
43416
  }
43383
43417
  if (Ut(I)) {
@@ -43389,16 +43423,16 @@ const r2 = ue.use || ((e) => {
43389
43423
  return {
43390
43424
  mutate: xe,
43391
43425
  get data() {
43392
- return J.data = !0, he;
43426
+ return Z.data = !0, he;
43393
43427
  },
43394
43428
  get error() {
43395
- return J.error = !0, I;
43429
+ return Z.error = !0, I;
43396
43430
  },
43397
43431
  get isValidating() {
43398
- return J.isValidating = !0, te;
43432
+ return Z.isValidating = !0, te;
43399
43433
  },
43400
43434
  get isLoading() {
43401
- return J.isLoading = !0, oe;
43435
+ return Z.isLoading = !0, oe;
43402
43436
  }
43403
43437
  };
43404
43438
  }, sg = Bce(Hce);
@@ -43417,7 +43451,7 @@ var Wce = async (e, t, n, r, o, i, s, a, l, c, u, f, p, h, v, m, x) => {
43417
43451
  toolInvocations: D,
43418
43452
  function_call: L,
43419
43453
  tool_calls: j,
43420
- tool_call_id: X
43454
+ tool_call_id: Y
43421
43455
  }) => ({
43422
43456
  role: S,
43423
43457
  content: C,
@@ -43429,7 +43463,7 @@ var Wce = async (e, t, n, r, o, i, s, a, l, c, u, f, p, h, v, m, x) => {
43429
43463
  ...k !== void 0 && { annotations: k },
43430
43464
  ...D !== void 0 && { toolInvocations: D },
43431
43465
  // outdated function/tool call handling (TODO deprecate):
43432
- tool_call_id: X,
43466
+ tool_call_id: Y,
43433
43467
  ...L !== void 0 && { function_call: L },
43434
43468
  ...j !== void 0 && { tool_calls: j }
43435
43469
  })
@@ -43508,10 +43542,10 @@ function Uce({
43508
43542
  [k, "messages"],
43509
43543
  null,
43510
43544
  { fallbackData: n ?? D }
43511
- ), { data: X = !1, mutate: J } = sg(
43545
+ ), { data: Y = !1, mutate: Z } = sg(
43512
43546
  [k, "loading"],
43513
43547
  null
43514
- ), { data: H, mutate: Q } = sg([k, "streamData"], null), { data: Y = void 0, mutate: Z } = sg([k, "error"], null), W = de(L || []);
43548
+ ), { data: H, mutate: Q } = sg([k, "streamData"], null), { data: K = void 0, mutate: J } = sg([k, "error"], null), W = de(L || []);
43515
43549
  _e(() => {
43516
43550
  W.current = L || [];
43517
43551
  }, [L]);
@@ -43528,15 +43562,15 @@ function Uce({
43528
43562
  };
43529
43563
  }, [b, w, _]);
43530
43564
  const U = Ge(
43531
- async (K) => {
43565
+ async (X) => {
43532
43566
  const Se = W.current.length;
43533
43567
  try {
43534
- J(!0), Z(void 0);
43568
+ Z(!0), J(void 0);
43535
43569
  const Ie = new AbortController();
43536
43570
  O.current = Ie, await hce({
43537
43571
  getStreamedResponse: () => Wce(
43538
43572
  e,
43539
- K,
43573
+ X,
43540
43574
  j,
43541
43575
  Q,
43542
43576
  H,
@@ -43556,16 +43590,16 @@ function Uce({
43556
43590
  experimental_onFunctionCall: i,
43557
43591
  experimental_onToolCall: s,
43558
43592
  updateChatRequest: (Qe) => {
43559
- K = Qe;
43593
+ X = Qe;
43560
43594
  },
43561
43595
  getCurrentMessages: () => W.current
43562
43596
  }), O.current = null;
43563
43597
  } catch (Ie) {
43564
43598
  if (Ie.name === "AbortError")
43565
43599
  return O.current = null, null;
43566
- x && Ie instanceof Error && x(Ie), Z(Ie);
43600
+ x && Ie instanceof Error && x(Ie), J(Ie);
43567
43601
  } finally {
43568
- J(!1);
43602
+ Z(!1);
43569
43603
  }
43570
43604
  const Oe = W.current, Me = Oe[Oe.length - 1];
43571
43605
  // ensure we actually have new messages (to prevent infinite loops in case of errors):
@@ -43577,13 +43611,13 @@ function Uce({
43577
43611
  },
43578
43612
  [
43579
43613
  j,
43580
- J,
43614
+ Z,
43581
43615
  e,
43582
43616
  B,
43583
43617
  v,
43584
43618
  m,
43585
43619
  x,
43586
- Z,
43620
+ J,
43587
43621
  Q,
43588
43622
  H,
43589
43623
  h,
@@ -43600,7 +43634,7 @@ function Uce({
43600
43634
  P
43601
43635
  ]
43602
43636
  ), I = Ge(
43603
- async (K, {
43637
+ async (X, {
43604
43638
  options: Se,
43605
43639
  functions: Oe,
43606
43640
  function_call: Me,
@@ -43610,12 +43644,12 @@ function Uce({
43610
43644
  headers: ze,
43611
43645
  body: tt
43612
43646
  } = {}) => {
43613
- K.id || (K.id = S());
43647
+ X.id || (X.id = S());
43614
43648
  const pt = {
43615
43649
  headers: ze ?? (Se == null ? void 0 : Se.headers),
43616
43650
  body: tt ?? (Se == null ? void 0 : Se.body)
43617
43651
  }, Vt = {
43618
- messages: W.current.concat(K),
43652
+ messages: W.current.concat(X),
43619
43653
  options: pt,
43620
43654
  headers: pt.headers,
43621
43655
  body: pt.body,
@@ -43630,7 +43664,7 @@ function Uce({
43630
43664
  [U, S]
43631
43665
  ), ne = Ge(
43632
43666
  async ({
43633
- options: K,
43667
+ options: X,
43634
43668
  functions: Se,
43635
43669
  function_call: Oe,
43636
43670
  tools: Me,
@@ -43642,8 +43676,8 @@ function Uce({
43642
43676
  if (W.current.length === 0)
43643
43677
  return null;
43644
43678
  const tt = {
43645
- headers: qe ?? (K == null ? void 0 : K.headers),
43646
- body: ze ?? (K == null ? void 0 : K.body)
43679
+ headers: qe ?? (X == null ? void 0 : X.headers),
43680
+ body: ze ?? (X == null ? void 0 : X.body)
43647
43681
  };
43648
43682
  if (W.current[W.current.length - 1].role === "assistant") {
43649
43683
  const Ft = {
@@ -43676,14 +43710,14 @@ function Uce({
43676
43710
  ), he = Ge(() => {
43677
43711
  O.current && (O.current.abort(), O.current = null);
43678
43712
  }, []), pe = Ge(
43679
- (K) => {
43680
- typeof K == "function" && (K = K(W.current)), j(K, !1), W.current = K;
43713
+ (X) => {
43714
+ typeof X == "function" && (X = X(W.current)), j(X, !1), W.current = X;
43681
43715
  },
43682
43716
  [j]
43683
43717
  ), [ie, te] = Pe(r), oe = Ge(
43684
- async (K, Se = {}, Oe) => {
43718
+ async (X, Se = {}, Oe) => {
43685
43719
  var Me, Ie, Qe, qe, ze;
43686
- if ((Me = K == null ? void 0 : K.preventDefault) == null || Me.call(K), !ie && !Se.allowEmptySubmit)
43720
+ if ((Me = X == null ? void 0 : X.preventDefault) == null || Me.call(X), !ie && !Se.allowEmptySubmit)
43687
43721
  return;
43688
43722
  Oe && (B.current = {
43689
43723
  ...B.current,
@@ -43736,10 +43770,10 @@ function Uce({
43736
43770
  U(Xt), te("");
43737
43771
  },
43738
43772
  [ie, S, U]
43739
- ), se = (K) => {
43740
- te(K.target.value);
43773
+ ), se = (X) => {
43774
+ te(X.target.value);
43741
43775
  }, xe = ({
43742
- toolCallId: K,
43776
+ toolCallId: X,
43743
43777
  result: Se
43744
43778
  }) => {
43745
43779
  const Oe = W.current.map(
@@ -43748,7 +43782,7 @@ function Uce({
43748
43782
  Qe === qe.length - 1 && Ie.role === "assistant" && Ie.toolInvocations ? {
43749
43783
  ...Ie,
43750
43784
  toolInvocations: Ie.toolInvocations.map(
43751
- (ze) => ze.toolCallId === K ? { ...ze, result: Se } : ze
43785
+ (ze) => ze.toolCallId === X ? { ...ze, result: Se } : ze
43752
43786
  )
43753
43787
  } : Ie
43754
43788
  )
@@ -43759,7 +43793,7 @@ function Uce({
43759
43793
  };
43760
43794
  return {
43761
43795
  messages: L || [],
43762
- error: Y,
43796
+ error: K,
43763
43797
  append: I,
43764
43798
  reload: ne,
43765
43799
  stop: he,
@@ -43768,7 +43802,7 @@ function Uce({
43768
43802
  setInput: te,
43769
43803
  handleInputChange: se,
43770
43804
  handleSubmit: oe,
43771
- isLoading: X,
43805
+ isLoading: Y,
43772
43806
  data: H,
43773
43807
  addToolResult: xe,
43774
43808
  experimental_addToolResult: xe
@@ -46832,12 +46866,12 @@ function Yde(e, t, n) {
46832
46866
  )(H) : j(H);
46833
46867
  }
46834
46868
  function j(H) {
46835
- return H === a ? (P.enter("codeFencedFenceSequence"), X(H)) : M(H);
46869
+ return H === a ? (P.enter("codeFencedFenceSequence"), Y(H)) : M(H);
46836
46870
  }
46837
- function X(H) {
46838
- return H === a ? (k++, P.consume(H), X) : k >= s ? (P.exit("codeFencedFenceSequence"), Kt(H) ? pn(P, J, "whitespace")(H) : J(H)) : M(H);
46871
+ function Y(H) {
46872
+ return H === a ? (k++, P.consume(H), Y) : k >= s ? (P.exit("codeFencedFenceSequence"), Kt(H) ? pn(P, Z, "whitespace")(H) : Z(H)) : M(H);
46839
46873
  }
46840
- function J(H) {
46874
+ function Z(H) {
46841
46875
  return H === null || ut(H) ? (P.exit("codeFencedFence"), $(H)) : M(H);
46842
46876
  }
46843
46877
  }
@@ -47388,37 +47422,37 @@ function Sfe(e, t, n) {
47388
47422
  return I === null || ut(I) ? j(I) : Kt(I) ? (e.consume(I), L) : n(I);
47389
47423
  }
47390
47424
  function j(I) {
47391
- return I === 45 && o === 2 ? (e.consume(I), Q) : I === 60 && o === 1 ? (e.consume(I), Y) : I === 62 && o === 4 ? (e.consume(I), B) : I === 63 && o === 3 ? (e.consume(I), O) : I === 93 && o === 5 ? (e.consume(I), W) : ut(I) && (o === 6 || o === 7) ? (e.exit("htmlFlowData"), e.check(
47425
+ return I === 45 && o === 2 ? (e.consume(I), Q) : I === 60 && o === 1 ? (e.consume(I), K) : I === 62 && o === 4 ? (e.consume(I), B) : I === 63 && o === 3 ? (e.consume(I), O) : I === 93 && o === 5 ? (e.consume(I), W) : ut(I) && (o === 6 || o === 7) ? (e.exit("htmlFlowData"), e.check(
47392
47426
  xfe,
47393
47427
  U,
47394
- X
47395
- )(I)) : I === null || ut(I) ? (e.exit("htmlFlowData"), X(I)) : (e.consume(I), j);
47428
+ Y
47429
+ )(I)) : I === null || ut(I) ? (e.exit("htmlFlowData"), Y(I)) : (e.consume(I), j);
47396
47430
  }
47397
- function X(I) {
47431
+ function Y(I) {
47398
47432
  return e.check(
47399
47433
  wfe,
47400
- J,
47434
+ Z,
47401
47435
  U
47402
47436
  )(I);
47403
47437
  }
47404
- function J(I) {
47438
+ function Z(I) {
47405
47439
  return e.enter("lineEnding"), e.consume(I), e.exit("lineEnding"), H;
47406
47440
  }
47407
47441
  function H(I) {
47408
- return I === null || ut(I) ? X(I) : (e.enter("htmlFlowData"), j(I));
47442
+ return I === null || ut(I) ? Y(I) : (e.enter("htmlFlowData"), j(I));
47409
47443
  }
47410
47444
  function Q(I) {
47411
47445
  return I === 45 ? (e.consume(I), O) : j(I);
47412
47446
  }
47413
- function Y(I) {
47414
- return I === 47 ? (e.consume(I), s = "", Z) : j(I);
47447
+ function K(I) {
47448
+ return I === 47 ? (e.consume(I), s = "", J) : j(I);
47415
47449
  }
47416
- function Z(I) {
47450
+ function J(I) {
47417
47451
  if (I === 62) {
47418
47452
  const ne = s.toLowerCase();
47419
47453
  return E2.includes(ne) ? (e.consume(I), B) : j(I);
47420
47454
  }
47421
- return Ti(I) && s.length < 8 ? (e.consume(I), s += String.fromCharCode(I), Z) : j(I);
47455
+ return Ti(I) && s.length < 8 ? (e.consume(I), s += String.fromCharCode(I), J) : j(I);
47422
47456
  }
47423
47457
  function W(I) {
47424
47458
  return I === 93 ? (e.consume(I), O) : j(I);
@@ -47470,7 +47504,7 @@ function Pfe(e, t, n) {
47470
47504
  return O === 45 ? (e.consume(O), h) : n(O);
47471
47505
  }
47472
47506
  function f(O) {
47473
- return O === null ? n(O) : O === 45 ? (e.consume(O), p) : ut(O) ? (s = f, Y(O)) : (e.consume(O), f);
47507
+ return O === null ? n(O) : O === 45 ? (e.consume(O), p) : ut(O) ? (s = f, K(O)) : (e.consume(O), f);
47474
47508
  }
47475
47509
  function p(O) {
47476
47510
  return O === 45 ? (e.consume(O), h) : f(O);
@@ -47483,7 +47517,7 @@ function Pfe(e, t, n) {
47483
47517
  return O === B.charCodeAt(i++) ? (e.consume(O), i === B.length ? m : v) : n(O);
47484
47518
  }
47485
47519
  function m(O) {
47486
- return O === null ? n(O) : O === 93 ? (e.consume(O), x) : ut(O) ? (s = m, Y(O)) : (e.consume(O), m);
47520
+ return O === null ? n(O) : O === 93 ? (e.consume(O), x) : ut(O) ? (s = m, K(O)) : (e.consume(O), m);
47487
47521
  }
47488
47522
  function x(O) {
47489
47523
  return O === 93 ? (e.consume(O), b) : m(O);
@@ -47492,10 +47526,10 @@ function Pfe(e, t, n) {
47492
47526
  return O === 62 ? Q(O) : O === 93 ? (e.consume(O), b) : m(O);
47493
47527
  }
47494
47528
  function w(O) {
47495
- return O === null || O === 62 ? Q(O) : ut(O) ? (s = w, Y(O)) : (e.consume(O), w);
47529
+ return O === null || O === 62 ? Q(O) : ut(O) ? (s = w, K(O)) : (e.consume(O), w);
47496
47530
  }
47497
47531
  function _(O) {
47498
- return O === null ? n(O) : O === 63 ? (e.consume(O), S) : ut(O) ? (s = _, Y(O)) : (e.consume(O), _);
47532
+ return O === null ? n(O) : O === 63 ? (e.consume(O), S) : ut(O) ? (s = _, K(O)) : (e.consume(O), _);
47499
47533
  }
47500
47534
  function S(O) {
47501
47535
  return O === 62 ? Q(O) : _(O);
@@ -47507,28 +47541,28 @@ function Pfe(e, t, n) {
47507
47541
  return O === 45 || xo(O) ? (e.consume(O), P) : $(O);
47508
47542
  }
47509
47543
  function $(O) {
47510
- return ut(O) ? (s = $, Y(O)) : Kt(O) ? (e.consume(O), $) : Q(O);
47544
+ return ut(O) ? (s = $, K(O)) : Kt(O) ? (e.consume(O), $) : Q(O);
47511
47545
  }
47512
47546
  function M(O) {
47513
47547
  return O === 45 || xo(O) ? (e.consume(O), M) : O === 47 || O === 62 || Jr(O) ? k(O) : n(O);
47514
47548
  }
47515
47549
  function k(O) {
47516
- return O === 47 ? (e.consume(O), Q) : O === 58 || O === 95 || Ti(O) ? (e.consume(O), D) : ut(O) ? (s = k, Y(O)) : Kt(O) ? (e.consume(O), k) : Q(O);
47550
+ return O === 47 ? (e.consume(O), Q) : O === 58 || O === 95 || Ti(O) ? (e.consume(O), D) : ut(O) ? (s = k, K(O)) : Kt(O) ? (e.consume(O), k) : Q(O);
47517
47551
  }
47518
47552
  function D(O) {
47519
47553
  return O === 45 || O === 46 || O === 58 || O === 95 || xo(O) ? (e.consume(O), D) : L(O);
47520
47554
  }
47521
47555
  function L(O) {
47522
- return O === 61 ? (e.consume(O), j) : ut(O) ? (s = L, Y(O)) : Kt(O) ? (e.consume(O), L) : k(O);
47556
+ return O === 61 ? (e.consume(O), j) : ut(O) ? (s = L, K(O)) : Kt(O) ? (e.consume(O), L) : k(O);
47523
47557
  }
47524
47558
  function j(O) {
47525
- return O === null || O === 60 || O === 61 || O === 62 || O === 96 ? n(O) : O === 34 || O === 39 ? (e.consume(O), o = O, X) : ut(O) ? (s = j, Y(O)) : Kt(O) ? (e.consume(O), j) : (e.consume(O), J);
47559
+ return O === null || O === 60 || O === 61 || O === 62 || O === 96 ? n(O) : O === 34 || O === 39 ? (e.consume(O), o = O, Y) : ut(O) ? (s = j, K(O)) : Kt(O) ? (e.consume(O), j) : (e.consume(O), Z);
47526
47560
  }
47527
- function X(O) {
47528
- return O === o ? (e.consume(O), o = void 0, H) : O === null ? n(O) : ut(O) ? (s = X, Y(O)) : (e.consume(O), X);
47561
+ function Y(O) {
47562
+ return O === o ? (e.consume(O), o = void 0, H) : O === null ? n(O) : ut(O) ? (s = Y, K(O)) : (e.consume(O), Y);
47529
47563
  }
47530
- function J(O) {
47531
- return O === null || O === 34 || O === 39 || O === 60 || O === 61 || O === 96 ? n(O) : O === 47 || O === 62 || Jr(O) ? k(O) : (e.consume(O), J);
47564
+ function Z(O) {
47565
+ return O === null || O === 34 || O === 39 || O === 60 || O === 61 || O === 96 ? n(O) : O === 47 || O === 62 || Jr(O) ? k(O) : (e.consume(O), Z);
47532
47566
  }
47533
47567
  function H(O) {
47534
47568
  return O === 47 || O === 62 || Jr(O) ? k(O) : n(O);
@@ -47536,10 +47570,10 @@ function Pfe(e, t, n) {
47536
47570
  function Q(O) {
47537
47571
  return O === 62 ? (e.consume(O), e.exit("htmlTextData"), e.exit("htmlText"), t) : n(O);
47538
47572
  }
47539
- function Y(O) {
47540
- return e.exit("htmlTextData"), e.enter("lineEnding"), e.consume(O), e.exit("lineEnding"), Z;
47573
+ function K(O) {
47574
+ return e.exit("htmlTextData"), e.enter("lineEnding"), e.consume(O), e.exit("lineEnding"), J;
47541
47575
  }
47542
- function Z(O) {
47576
+ function J(O) {
47543
47577
  return Kt(O) ? pn(
47544
47578
  e,
47545
47579
  W,
@@ -48133,12 +48167,12 @@ function ohe(e, t, n) {
48133
48167
  return ihe(s, L);
48134
48168
  }
48135
48169
  function v() {
48136
- const { line: L, column: j, offset: X, _index: J, _bufferIndex: H } = r;
48170
+ const { line: L, column: j, offset: Y, _index: Z, _bufferIndex: H } = r;
48137
48171
  return {
48138
48172
  line: L,
48139
48173
  column: j,
48140
- offset: X,
48141
- _index: J,
48174
+ offset: Y,
48175
+ _index: Z,
48142
48176
  _bufferIndex: H
48143
48177
  };
48144
48178
  }
@@ -48163,8 +48197,8 @@ function ohe(e, t, n) {
48163
48197
  ut(L) ? (r.line++, r.column = 1, r.offset += L === -3 ? 2 : 1, D()) : L !== -1 && (r.column++, r.offset++), r._bufferIndex < 0 ? r._index++ : (r._bufferIndex++, r._bufferIndex === s[r._index].length && (r._bufferIndex = -1, r._index++)), c.previous = L;
48164
48198
  }
48165
48199
  function _(L, j) {
48166
- const X = j || {};
48167
- return X.type = L, X.start = v(), c.events.push(["enter", X, c]), a.push(X), X;
48200
+ const Y = j || {};
48201
+ return Y.type = L, Y.start = v(), c.events.push(["enter", Y, c]), a.push(Y), Y;
48168
48202
  }
48169
48203
  function S(L) {
48170
48204
  const j = a.pop();
@@ -48177,13 +48211,13 @@ function ohe(e, t, n) {
48177
48211
  j.restore();
48178
48212
  }
48179
48213
  function $(L, j) {
48180
- return X;
48181
- function X(J, H, Q) {
48182
- let Y, Z, W, O;
48183
- return Array.isArray(J) ? U(J) : "tokenize" in J ? (
48214
+ return Y;
48215
+ function Y(Z, H, Q) {
48216
+ let K, J, W, O;
48217
+ return Array.isArray(Z) ? U(Z) : "tokenize" in Z ? (
48184
48218
  // @ts-expect-error Looks like a construct.
48185
- U([J])
48186
- ) : B(J);
48219
+ U([Z])
48220
+ ) : B(Z);
48187
48221
  function B(pe) {
48188
48222
  return ie;
48189
48223
  function ie(te) {
@@ -48197,7 +48231,7 @@ function ohe(e, t, n) {
48197
48231
  }
48198
48232
  }
48199
48233
  function U(pe) {
48200
- return Y = pe, Z = 0, pe.length === 0 ? Q : I(pe[Z]);
48234
+ return K = pe, J = 0, pe.length === 0 ? Q : I(pe[J]);
48201
48235
  }
48202
48236
  function I(pe) {
48203
48237
  return ie;
@@ -48217,7 +48251,7 @@ function ohe(e, t, n) {
48217
48251
  return L(W, O), H;
48218
48252
  }
48219
48253
  function he(pe) {
48220
- return O.restore(), ++Z < Y.length ? I(Y[Z]) : Q;
48254
+ return O.restore(), ++J < K.length ? I(K[J]) : Q;
48221
48255
  }
48222
48256
  }
48223
48257
  }
@@ -48230,13 +48264,13 @@ function ohe(e, t, n) {
48230
48264
  ), L.resolveTo && (c.events = L.resolveTo(c.events, c));
48231
48265
  }
48232
48266
  function k() {
48233
- const L = v(), j = c.previous, X = c.currentConstruct, J = c.events.length, H = Array.from(a);
48267
+ const L = v(), j = c.previous, Y = c.currentConstruct, Z = c.events.length, H = Array.from(a);
48234
48268
  return {
48235
48269
  restore: Q,
48236
- from: J
48270
+ from: Z
48237
48271
  };
48238
48272
  function Q() {
48239
- r = L, c.previous = j, c.currentConstruct = X, c.events.length = J, a = H, D();
48273
+ r = L, c.previous = j, c.currentConstruct = Y, c.events.length = Z, a = H, D();
48240
48274
  }
48241
48275
  }
48242
48276
  function D() {
@@ -48468,7 +48502,7 @@ function Che(e) {
48468
48502
  codeTextData: k,
48469
48503
  data: k,
48470
48504
  codeFlowValue: k,
48471
- definition: i(K),
48505
+ definition: i(X),
48472
48506
  definitionDestinationString: s,
48473
48507
  definitionLabelString: s,
48474
48508
  definitionTitleString: s,
@@ -48522,13 +48556,13 @@ function Che(e) {
48522
48556
  emphasis: l(),
48523
48557
  hardBreakEscape: l(j),
48524
48558
  hardBreakTrailing: l(j),
48525
- htmlFlow: l(X),
48559
+ htmlFlow: l(Y),
48526
48560
  htmlFlowData: D,
48527
- htmlText: l(J),
48561
+ htmlText: l(Z),
48528
48562
  htmlTextData: D,
48529
- image: l(Y),
48563
+ image: l(K),
48530
48564
  label: W,
48531
- labelText: Z,
48565
+ labelText: J,
48532
48566
  lineEnding: L,
48533
48567
  link: l(Q),
48534
48568
  listItem: l(),
@@ -48788,11 +48822,11 @@ function Che(e) {
48788
48822
  function j() {
48789
48823
  this.data.atHardBreak = !0;
48790
48824
  }
48791
- function X() {
48825
+ function Y() {
48792
48826
  const me = this.resume(), Te = this.stack[this.stack.length - 1];
48793
48827
  Te.value = me;
48794
48828
  }
48795
- function J() {
48829
+ function Z() {
48796
48830
  const me = this.resume(), Te = this.stack[this.stack.length - 1];
48797
48831
  Te.value = me;
48798
48832
  }
@@ -48809,7 +48843,7 @@ function Che(e) {
48809
48843
  delete me.identifier, delete me.label;
48810
48844
  this.data.referenceType = void 0;
48811
48845
  }
48812
- function Y() {
48846
+ function K() {
48813
48847
  const me = this.stack[this.stack.length - 1];
48814
48848
  if (this.data.inReference) {
48815
48849
  const Te = this.data.referenceType || "shortcut";
@@ -48818,7 +48852,7 @@ function Che(e) {
48818
48852
  delete me.identifier, delete me.label;
48819
48853
  this.data.referenceType = void 0;
48820
48854
  }
48821
- function Z(me) {
48855
+ function J(me) {
48822
48856
  const Te = this.sliceSerialize(me), Ve = this.stack[this.stack.length - 2];
48823
48857
  Ve.label = whe(Te), Ve.identifier = Wc(Te).toLowerCase();
48824
48858
  }
@@ -48893,7 +48927,7 @@ function Che(e) {
48893
48927
  value: ""
48894
48928
  };
48895
48929
  }
48896
- function K() {
48930
+ function X() {
48897
48931
  return {
48898
48932
  type: "definition",
48899
48933
  identifier: "",
@@ -51270,13 +51304,13 @@ function Gpe() {
51270
51304
  /* @__PURE__ */ E.jsx("div", { className: "text-muted-foreground", children: L ? /* @__PURE__ */ E.jsx(tJ, { className: "size-5 shrink-0" }) : /* @__PURE__ */ E.jsx(UO, { className: "size-5 shrink-0" }) }),
51271
51305
  /* @__PURE__ */ E.jsx("div", { children: /* @__PURE__ */ E.jsx(Upe, { components: Ype, children: D.content }) })
51272
51306
  ] }) }),
51273
- (j = D.toolInvocations) == null ? void 0 : j.map((X) => {
51274
- const J = X.toolCallId;
51275
- return "result" in X ? /* @__PURE__ */ E.jsx("div", { children: $(X) }, J) : /* @__PURE__ */ E.jsxs("div", { children: [
51307
+ (j = D.toolInvocations) == null ? void 0 : j.map((Y) => {
51308
+ const Z = Y.toolCallId;
51309
+ return "result" in Y ? /* @__PURE__ */ E.jsx("div", { children: $(Y) }, Z) : /* @__PURE__ */ E.jsxs("div", { children: [
51276
51310
  "Calling ",
51277
- X.toolName,
51311
+ Y.toolName,
51278
51312
  "..."
51279
- ] }, J);
51313
+ ] }, Z);
51280
51314
  })
51281
51315
  ]
51282
51316
  },
@@ -51306,14 +51340,14 @@ function Gpe() {
51306
51340
  Xr,
51307
51341
  {
51308
51342
  onClick: () => {
51309
- const X = k.args.chartTitle, J = k.args.connectionId;
51343
+ const Y = k.args.chartTitle, Z = k.args.connectionId;
51310
51344
  M({
51311
51345
  sql: k.args.sql,
51312
51346
  data: L.records,
51313
51347
  cardType: k.args.chartType,
51314
51348
  cardCfg: j,
51315
- cardTitle: X,
51316
- connectionId: J
51349
+ cardTitle: Y,
51350
+ connectionId: Z
51317
51351
  });
51318
51352
  },
51319
51353
  variant: "secondary",
@@ -51343,8 +51377,8 @@ function Gpe() {
51343
51377
  data: D,
51344
51378
  cardCfg: L,
51345
51379
  cardTitle: j,
51346
- connectionId: X,
51347
- cardType: J
51380
+ connectionId: Y,
51381
+ cardType: Z
51348
51382
  }) {
51349
51383
  if (!s)
51350
51384
  return;
@@ -51360,14 +51394,14 @@ function Gpe() {
51360
51394
  }
51361
51395
  ],
51362
51396
  chartOptions: {
51363
- indexAxis: J === "horizontalBar" ? "y" : "x"
51397
+ indexAxis: Z === "horizontalBar" ? "y" : "x"
51364
51398
  }
51365
51399
  },
51366
51400
  type: L.type,
51367
51401
  cfg: L,
51368
51402
  sql: k,
51369
51403
  data: D,
51370
- connectionId: X
51404
+ connectionId: Y
51371
51405
  }, Q = {
51372
51406
  id: Pl(),
51373
51407
  cards: [H],
@@ -51530,14 +51564,14 @@ function x5({
51530
51564
  didLogMissingDefaultSizeWarning: !1
51531
51565
  }), Af(() => {
51532
51566
  const {
51533
- callbacks: X,
51534
- constraints: J
51567
+ callbacks: Y,
51568
+ constraints: Z
51535
51569
  } = L.current;
51536
- L.current.id = D, L.current.idIsFromProps = s !== void 0, L.current.order = p, X.onCollapse = c, X.onExpand = u, X.onResize = f, J.collapsedSize = n, J.collapsible = r, J.defaultSize = o, J.maxSize = a, J.minSize = l;
51570
+ L.current.id = D, L.current.idIsFromProps = s !== void 0, L.current.order = p, Y.onCollapse = c, Y.onExpand = u, Y.onResize = f, Z.collapsedSize = n, Z.collapsible = r, Z.defaultSize = o, Z.maxSize = a, Z.minSize = l;
51537
51571
  }), Af(() => {
51538
- const X = L.current;
51539
- return $(X), () => {
51540
- k(X);
51572
+ const Y = L.current;
51573
+ return $(Y), () => {
51574
+ k(Y);
51541
51575
  };
51542
51576
  }, [p, D, $, k]), y5(i, () => ({
51543
51577
  collapse: () => {
@@ -51558,8 +51592,8 @@ function x5({
51558
51592
  isExpanded() {
51559
51593
  return !P(L.current);
51560
51594
  },
51561
- resize: (X) => {
51562
- M(L.current, X);
51595
+ resize: (Y) => {
51596
+ M(L.current, Y);
51563
51597
  }
51564
51598
  }), [b, w, _, P, D, M]);
51565
51599
  const j = S(L.current, o);
@@ -52267,8 +52301,8 @@ function M5({
52267
52301
  pivotIndices: te
52268
52302
  } = Cc(I, O, U);
52269
52303
  if (pe === he) {
52270
- const oe = w.current.get(O.id), se = oe != null && oe >= ie ? oe : ie, K = Dc(I, O) === I.length - 1 ? pe - se : se - pe, Se = Ad({
52271
- delta: K,
52304
+ const oe = w.current.get(O.id), se = oe != null && oe >= ie ? oe : ie, X = Dc(I, O) === I.length - 1 ? pe - se : se - pe, Se = Ad({
52305
+ delta: X,
52272
52306
  layout: U,
52273
52307
  panelConstraints: ne,
52274
52308
  pivotIndices: te,
@@ -52351,7 +52385,7 @@ function M5({
52351
52385
  Q2(I, pe) || (x(pe), C.current.layout = pe, B && B(pe), Sc(ne, pe, b.current));
52352
52386
  }
52353
52387
  });
52354
- const X = co((O) => function(U) {
52388
+ const Y = co((O) => function(U) {
52355
52389
  U.preventDefault();
52356
52390
  const {
52357
52391
  direction: I,
@@ -52365,20 +52399,20 @@ function M5({
52365
52399
  } = C.current, {
52366
52400
  initialLayout: se
52367
52401
  } = ne ?? {}, xe = C5(he, O);
52368
- let K = oge(U, O, I, ne, pe);
52369
- if (K === 0)
52402
+ let X = oge(U, O, I, ne, pe);
52403
+ if (X === 0)
52370
52404
  return;
52371
52405
  const Se = I === "horizontal";
52372
- document.dir === "rtl" && Se && (K = -K);
52406
+ document.dir === "rtl" && Se && (X = -X);
52373
52407
  const Oe = oe.map((Qe) => Qe.constraints), Me = Ad({
52374
- delta: K,
52408
+ delta: X,
52375
52409
  layout: se ?? te,
52376
52410
  panelConstraints: Oe,
52377
52411
  pivotIndices: xe,
52378
52412
  trigger: R5(U) ? "keyboard" : "mouse-or-touch"
52379
52413
  }), Ie = !ug(te, Me);
52380
- (P5(U) || O5(U)) && _.current != K && (_.current = K, Ry(Ie ? Se ? "horizontal" : "vertical" : Se ? K < 0 ? "horizontal-min" : "horizontal-max" : K < 0 ? "vertical-min" : "vertical-max")), Ie && (x(Me), C.current.layout = Me, ie && ie(Me), Sc(oe, Me, b.current));
52381
- }, []), J = co((O, B) => {
52414
+ (P5(U) || O5(U)) && _.current != X && (_.current = X, Ry(Ie ? Se ? "horizontal" : "vertical" : Se ? X < 0 ? "horizontal-min" : "horizontal-max" : X < 0 ? "vertical-min" : "vertical-max")), Ie && (x(Me), C.current.layout = Me, ie && ie(Me), Sc(oe, Me, b.current));
52415
+ }, []), Z = co((O, B) => {
52382
52416
  const {
52383
52417
  onLayout: U
52384
52418
  } = S.current, {
@@ -52413,12 +52447,12 @@ function M5({
52413
52447
  });
52414
52448
  }, []), Q = co(() => {
52415
52449
  age(), v(null);
52416
- }, []), Y = co((O) => {
52450
+ }, []), K = co((O) => {
52417
52451
  const {
52418
52452
  panelDataArray: B
52419
52453
  } = C.current, U = Dc(B, O);
52420
52454
  U >= 0 && (B.splice(U, 1), delete b.current[O.id], C.current.panelDataArrayChanged = !0);
52421
- }, []), Z = Qpe(() => ({
52455
+ }, []), J = Qpe(() => ({
52422
52456
  collapsePanel: P,
52423
52457
  direction: r,
52424
52458
  dragState: h,
@@ -52429,12 +52463,12 @@ function M5({
52429
52463
  isPanelCollapsed: D,
52430
52464
  isPanelExpanded: L,
52431
52465
  registerPanel: j,
52432
- registerResizeHandle: X,
52433
- resizePanel: J,
52466
+ registerResizeHandle: Y,
52467
+ resizePanel: Z,
52434
52468
  startDragging: H,
52435
52469
  stopDragging: Q,
52436
- unregisterPanel: Y
52437
- }), [P, h, r, $, M, k, p, D, L, j, X, J, H, Q, Y]), W = {
52470
+ unregisterPanel: K
52471
+ }), [P, h, r, $, M, k, p, D, L, j, Y, Z, H, Q, K]), W = {
52438
52472
  display: "flex",
52439
52473
  flexDirection: r === "horizontal" ? "row" : "column",
52440
52474
  height: "100%",
@@ -52442,7 +52476,7 @@ function M5({
52442
52476
  width: "100%"
52443
52477
  };
52444
52478
  return _u($v.Provider, {
52445
- value: Z
52479
+ value: J
52446
52480
  }, _u(u, {
52447
52481
  ...f,
52448
52482
  children: t,
@@ -52559,15 +52593,15 @@ function TS({
52559
52593
  }, [n, w, m]), wl(() => {
52560
52594
  if (n || P == null || !_)
52561
52595
  return;
52562
- const D = (J) => {
52563
- P(J);
52564
- }, L = (J) => {
52565
- P(J);
52596
+ const D = (Z) => {
52597
+ P(Z);
52598
+ }, L = (Z) => {
52599
+ P(Z);
52566
52600
  }, j = c.current;
52567
52601
  St(j);
52568
- const X = j.ownerDocument;
52569
- return X.body.addEventListener("contextmenu", M), X.body.addEventListener("mousemove", D), X.body.addEventListener("touchmove", D), X.body.addEventListener("mouseleave", L), window.addEventListener("mouseup", M), window.addEventListener("touchend", M), () => {
52570
- X.body.removeEventListener("contextmenu", M), X.body.removeEventListener("mousemove", D), X.body.removeEventListener("touchmove", D), X.body.removeEventListener("mouseleave", L), window.removeEventListener("mouseup", M), window.removeEventListener("touchend", M);
52602
+ const Y = j.ownerDocument;
52603
+ return Y.body.addEventListener("contextmenu", M), Y.body.addEventListener("mousemove", D), Y.body.addEventListener("touchmove", D), Y.body.addEventListener("mouseleave", L), window.addEventListener("mouseup", M), window.addEventListener("touchend", M), () => {
52604
+ Y.body.removeEventListener("contextmenu", M), Y.body.removeEventListener("mousemove", D), Y.body.removeEventListener("touchmove", D), Y.body.removeEventListener("mouseleave", L), window.removeEventListener("mouseup", M), window.removeEventListener("touchend", M);
52571
52605
  };
52572
52606
  }, [p, n, _, P, M]), fge({
52573
52607
  disabled: n,
@@ -54215,10 +54249,10 @@ const U1 = [
54215
54249
  onDismiss: () => n.onOpenChange(!1)
54216
54250
  }));
54217
54251
  }), VS = /* @__PURE__ */ ve((e, t) => {
54218
- const { __scopeMenu: n, loop: r = !1, trapFocus: o, onOpenAutoFocus: i, onCloseAutoFocus: s, disableOutsidePointerEvents: a, onEntryFocus: l, onEscapeKeyDown: c, onPointerDownOutside: u, onFocusOutside: f, onInteractOutside: p, onDismiss: h, disableOutsideScroll: v, ...m } = e, x = Kl(ui, n), b = _h(ui, n), w = zS(n), _ = HL(n), S = Wme(n), [C, P] = Pe(null), $ = de(null), M = Ot(t, $, x.onContentChange), k = de(0), D = de(""), L = de(0), j = de(null), X = de("right"), J = de(0), H = v ? L_ : Hn, Q = v ? {
54252
+ const { __scopeMenu: n, loop: r = !1, trapFocus: o, onOpenAutoFocus: i, onCloseAutoFocus: s, disableOutsidePointerEvents: a, onEntryFocus: l, onEscapeKeyDown: c, onPointerDownOutside: u, onFocusOutside: f, onInteractOutside: p, onDismiss: h, disableOutsideScroll: v, ...m } = e, x = Kl(ui, n), b = _h(ui, n), w = zS(n), _ = HL(n), S = Wme(n), [C, P] = Pe(null), $ = de(null), M = Ot(t, $, x.onContentChange), k = de(0), D = de(""), L = de(0), j = de(null), Y = de("right"), Z = de(0), H = v ? L_ : Hn, Q = v ? {
54219
54253
  as: zL,
54220
54254
  allowPinchZoom: !0
54221
- } : void 0, Y = (W) => {
54255
+ } : void 0, K = (W) => {
54222
54256
  var O, B;
54223
54257
  const U = D.current + W, I = S().filter(
54224
54258
  (oe) => !oe.disabled
@@ -54239,28 +54273,28 @@ const U1 = [
54239
54273
  );
54240
54274
  };
54241
54275
  _e(() => () => window.clearTimeout(k.current), []), T_();
54242
- const Z = Ge((W) => {
54276
+ const J = Ge((W) => {
54243
54277
  var O, B;
54244
- return X.current === ((O = j.current) === null || O === void 0 ? void 0 : O.side) && wve(W, (B = j.current) === null || B === void 0 ? void 0 : B.area);
54278
+ return Y.current === ((O = j.current) === null || O === void 0 ? void 0 : O.side) && wve(W, (B = j.current) === null || B === void 0 ? void 0 : B.area);
54245
54279
  }, []);
54246
54280
  return /* @__PURE__ */ V(Qme, {
54247
54281
  scope: n,
54248
54282
  searchRef: D,
54249
54283
  onItemEnter: Ge((W) => {
54250
- Z(W) && W.preventDefault();
54284
+ J(W) && W.preventDefault();
54251
54285
  }, [
54252
- Z
54286
+ J
54253
54287
  ]),
54254
54288
  onItemLeave: Ge((W) => {
54255
54289
  var O;
54256
- Z(W) || ((O = $.current) === null || O === void 0 || O.focus(), P(null));
54290
+ J(W) || ((O = $.current) === null || O === void 0 || O.focus(), P(null));
54257
54291
  }, [
54258
- Z
54292
+ J
54259
54293
  ]),
54260
54294
  onTriggerLeave: Ge((W) => {
54261
- Z(W) && W.preventDefault();
54295
+ J(W) && W.preventDefault();
54262
54296
  }, [
54263
- Z
54297
+ J
54264
54298
  ]),
54265
54299
  pointerGraceTimerRef: L,
54266
54300
  onPointerGraceIntentChange: Ge((W) => {
@@ -54307,7 +54341,7 @@ const U1 = [
54307
54341
  },
54308
54342
  onKeyDown: je(m.onKeyDown, (W) => {
54309
54343
  const B = W.target.closest("[data-radix-menu-content]") === W.currentTarget, U = W.ctrlKey || W.altKey || W.metaKey, I = W.key.length === 1;
54310
- B && (W.key === "Tab" && W.preventDefault(), !U && I && Y(W.key));
54344
+ B && (W.key === "Tab" && W.preventDefault(), !U && I && K(W.key));
54311
54345
  const ne = $.current;
54312
54346
  if (W.target !== ne || !Bme.includes(W.key))
54313
54347
  return;
@@ -54323,10 +54357,10 @@ const U1 = [
54323
54357
  W.currentTarget.contains(W.target) || (window.clearTimeout(k.current), D.current = "");
54324
54358
  }),
54325
54359
  onPointerMove: je(e.onPointerMove, Nf((W) => {
54326
- const O = W.target, B = J.current !== W.clientX;
54360
+ const O = W.target, B = Z.current !== W.clientX;
54327
54361
  if (W.currentTarget.contains(O) && B) {
54328
- const U = W.clientX > J.current ? "right" : "left";
54329
- X.current = U, J.current = W.clientX;
54362
+ const U = W.clientX > Z.current ? "right" : "left";
54363
+ Y.current = U, Z.current = W.clientX;
54330
54364
  }
54331
54365
  }))
54332
54366
  })))))));
@@ -55622,7 +55656,7 @@ function $0e({ original: e, modified: t, language: n, originalLanguage: r, modif
55622
55656
  let [w, _] = Pe(!1), [S, C] = Pe(!0), P = de(null), $ = de(null), M = de(null), k = de(b), D = de(x), L = de(!1);
55623
55657
  y3(() => {
55624
55658
  let H = v3.init();
55625
- return H.then((Q) => ($.current = Q) && C(!1)).catch((Q) => (Q == null ? void 0 : Q.type) !== "cancelation" && console.error("Monaco initialization: error:", Q)), () => P.current ? J() : H.cancel();
55659
+ return H.then((Q) => ($.current = Q) && C(!1)).catch((Q) => (Q == null ? void 0 : Q.type) !== "cancelation" && console.error("Monaco initialization: error:", Q)), () => P.current ? Z() : H.cancel();
55626
55660
  }), vo(() => {
55627
55661
  if (P.current && $.current) {
55628
55662
  let H = P.current.getOriginalEditor(), Q = Nc($.current, e || "", r || n || "text", i || "");
@@ -55650,25 +55684,25 @@ function $0e({ original: e, modified: t, language: n, originalLanguage: r, modif
55650
55684
  (H = P.current) == null || H.updateOptions(f);
55651
55685
  }, [f], w);
55652
55686
  let j = Ge(() => {
55653
- var Y;
55687
+ var K;
55654
55688
  if (!$.current)
55655
55689
  return;
55656
55690
  D.current($.current);
55657
55691
  let H = Nc($.current, e || "", r || n || "text", i || ""), Q = Nc($.current, t || "", o || n || "text", s || "");
55658
- (Y = P.current) == null || Y.setModel({ original: H, modified: Q });
55659
- }, [n, t, o, e, r, i, s]), X = Ge(() => {
55692
+ (K = P.current) == null || K.setModel({ original: H, modified: Q });
55693
+ }, [n, t, o, e, r, i, s]), Y = Ge(() => {
55660
55694
  var H;
55661
55695
  !L.current && M.current && (P.current = $.current.editor.createDiffEditor(M.current, { automaticLayout: !0, ...f }), j(), (H = $.current) == null || H.editor.setTheme(c), _(!0), L.current = !0);
55662
55696
  }, [f, c, j]);
55663
55697
  _e(() => {
55664
55698
  w && k.current(P.current, $.current);
55665
55699
  }, [w]), _e(() => {
55666
- !S && !w && X();
55667
- }, [S, w, X]);
55668
- function J() {
55669
- var Q, Y, Z, W;
55700
+ !S && !w && Y();
55701
+ }, [S, w, Y]);
55702
+ function Z() {
55703
+ var Q, K, J, W;
55670
55704
  let H = (Q = P.current) == null ? void 0 : Q.getModel();
55671
- a || ((Y = H == null ? void 0 : H.original) == null || Y.dispose()), l || ((Z = H == null ? void 0 : H.modified) == null || Z.dispose()), (W = P.current) == null || W.dispose();
55705
+ a || ((K = H == null ? void 0 : H.original) == null || K.dispose()), l || ((J = H == null ? void 0 : H.modified) == null || J.dispose()), (W = P.current) == null || W.dispose();
55672
55706
  }
55673
55707
  return ue.createElement(b3, { width: h, height: p, isEditorReady: w, loading: u, _ref: M, className: v, wrapperProps: m });
55674
55708
  }
@@ -55682,7 +55716,7 @@ function D0e(e) {
55682
55716
  }
55683
55717
  var A0e = D0e, mg = /* @__PURE__ */ new Map();
55684
55718
  function k0e({ defaultValue: e, defaultLanguage: t, defaultPath: n, value: r, language: o, path: i, theme: s = "light", line: a, loading: l = "Loading...", options: c = {}, overrideServices: u = {}, saveViewState: f = !0, keepCurrentModel: p = !1, width: h = "100%", height: v = "100%", className: m, wrapperProps: x = {}, beforeMount: b = Gd, onMount: w = Gd, onChange: _, onValidate: S = Gd }) {
55685
- let [C, P] = Pe(!1), [$, M] = Pe(!0), k = de(null), D = de(null), L = de(null), j = de(w), X = de(b), J = de(), H = de(r), Q = A0e(i), Y = de(!1), Z = de(!1);
55719
+ let [C, P] = Pe(!1), [$, M] = Pe(!0), k = de(null), D = de(null), L = de(null), j = de(w), Y = de(b), Z = de(), H = de(r), Q = A0e(i), K = de(!1), J = de(!1);
55686
55720
  y3(() => {
55687
55721
  let B = v3.init();
55688
55722
  return B.then((U) => (k.current = U) && M(!1)).catch((U) => (U == null ? void 0 : U.type) !== "cancelation" && console.error("Monaco initialization: error:", U)), () => D.current ? O() : B.cancel();
@@ -55694,7 +55728,7 @@ function k0e({ defaultValue: e, defaultLanguage: t, defaultPath: n, value: r, la
55694
55728
  var B;
55695
55729
  (B = D.current) == null || B.updateOptions(c);
55696
55730
  }, [c], C), vo(() => {
55697
- !D.current || r === void 0 || (D.current.getOption(k.current.editor.EditorOption.readOnly) ? D.current.setValue(r) : r !== D.current.getValue() && (Z.current = !0, D.current.executeEdits("", [{ range: D.current.getModel().getFullModelRange(), text: r, forceMoveMarkers: !0 }]), D.current.pushUndoStop(), Z.current = !1));
55731
+ !D.current || r === void 0 || (D.current.getOption(k.current.editor.EditorOption.readOnly) ? D.current.setValue(r) : r !== D.current.getValue() && (J.current = !0, D.current.executeEdits("", [{ range: D.current.getModel().getFullModelRange(), text: r, forceMoveMarkers: !0 }]), D.current.pushUndoStop(), J.current = !1));
55698
55732
  }, [r], C), vo(() => {
55699
55733
  var U, I;
55700
55734
  let B = (U = D.current) == null ? void 0 : U.getModel();
@@ -55708,10 +55742,10 @@ function k0e({ defaultValue: e, defaultLanguage: t, defaultPath: n, value: r, la
55708
55742
  }, [s], C);
55709
55743
  let W = Ge(() => {
55710
55744
  var B;
55711
- if (!(!L.current || !k.current) && !Y.current) {
55712
- X.current(k.current);
55745
+ if (!(!L.current || !k.current) && !K.current) {
55746
+ Y.current(k.current);
55713
55747
  let U = i || n, I = Nc(k.current, r || e || "", t || o || "", U || "");
55714
- D.current = (B = k.current) == null ? void 0 : B.editor.create(L.current, { model: I, automaticLayout: !0, ...c }, u), f && D.current.restoreViewState(mg.get(U)), k.current.editor.setTheme(s), a !== void 0 && D.current.revealLine(a), P(!0), Y.current = !0;
55748
+ D.current = (B = k.current) == null ? void 0 : B.editor.create(L.current, { model: I, automaticLayout: !0, ...c }, u), f && D.current.restoreViewState(mg.get(U)), k.current.editor.setTheme(s), a !== void 0 && D.current.revealLine(a), P(!0), K.current = !0;
55715
55749
  }
55716
55750
  }, [e, t, n, r, o, i, c, u, f, s, a]);
55717
55751
  _e(() => {
@@ -55720,8 +55754,8 @@ function k0e({ defaultValue: e, defaultLanguage: t, defaultPath: n, value: r, la
55720
55754
  !$ && !C && W();
55721
55755
  }, [$, C, W]), H.current = r, _e(() => {
55722
55756
  var B, U;
55723
- C && _ && ((B = J.current) == null || B.dispose(), J.current = (U = D.current) == null ? void 0 : U.onDidChangeModelContent((I) => {
55724
- Z.current || _(D.current.getValue(), I);
55757
+ C && _ && ((B = Z.current) == null || B.dispose(), Z.current = (U = D.current) == null ? void 0 : U.onDidChangeModelContent((I) => {
55758
+ J.current || _(D.current.getValue(), I);
55725
55759
  }));
55726
55760
  }, [C, _]), _e(() => {
55727
55761
  if (C) {
@@ -55742,7 +55776,7 @@ function k0e({ defaultValue: e, defaultLanguage: t, defaultPath: n, value: r, la
55742
55776
  }, [C, S]);
55743
55777
  function O() {
55744
55778
  var B, U;
55745
- (B = J.current) == null || B.dispose(), p ? f && mg.set(i, D.current.saveViewState()) : (U = D.current.getModel()) == null || U.dispose(), D.current.dispose();
55779
+ (B = Z.current) == null || B.dispose(), p ? f && mg.set(i, D.current.saveViewState()) : (U = D.current.getModel()) == null || U.dispose(), D.current.dispose();
55746
55780
  }
55747
55781
  return ue.createElement(b3, { width: h, height: v, isEditorReady: C, loading: l, _ref: L, className: m, wrapperProps: x });
55748
55782
  }
@@ -57155,11 +57189,11 @@ var Sxe = '[cmdk-list-sizer=""]', Cd = '[cmdk-group=""]', Vy = '[cmdk-group-item
57155
57189
  function j() {
57156
57190
  return Array.from(n.current.querySelectorAll(AT));
57157
57191
  }
57158
- function X(W) {
57192
+ function Y(W) {
57159
57193
  let O = j()[W];
57160
57194
  O && S.setState("value", O.getAttribute(Js));
57161
57195
  }
57162
- function J(W) {
57196
+ function Z(W) {
57163
57197
  var O;
57164
57198
  let B = L(), U = j(), I = U.findIndex((he) => he === B), ne = U[I + W];
57165
57199
  (O = l.current) != null && O.loop && (ne = I + W < 0 ? U[U.length - 1] : I + W === U.length ? U[0] : U[I + W]), ne && S.setState("value", ne.getAttribute(Js));
@@ -57168,12 +57202,12 @@ var Sxe = '[cmdk-list-sizer=""]', Cd = '[cmdk-group=""]', Vy = '[cmdk-group-item
57168
57202
  let O = L(), B = O == null ? void 0 : O.closest(Cd), U;
57169
57203
  for (; B && !U; )
57170
57204
  B = W > 0 ? Mxe(B, Cd) : Ixe(B, Cd), U = B == null ? void 0 : B.querySelector(AT);
57171
- U ? S.setState("value", U.getAttribute(Js)) : J(W);
57205
+ U ? S.setState("value", U.getAttribute(Js)) : Z(W);
57172
57206
  }
57173
- let Q = () => X(j().length - 1), Y = (W) => {
57174
- W.preventDefault(), W.metaKey ? Q() : W.altKey ? H(1) : J(1);
57175
- }, Z = (W) => {
57176
- W.preventDefault(), W.metaKey ? X(0) : W.altKey ? H(-1) : J(-1);
57207
+ let Q = () => Y(j().length - 1), K = (W) => {
57208
+ W.preventDefault(), W.metaKey ? Q() : W.altKey ? H(1) : Z(1);
57209
+ }, J = (W) => {
57210
+ W.preventDefault(), W.metaKey ? Y(0) : W.altKey ? H(-1) : Z(-1);
57177
57211
  };
57178
57212
  return N.createElement("div", { ref: Rh([n, t]), ...m, "cmdk-root": "", onKeyDown: (W) => {
57179
57213
  var O;
@@ -57181,24 +57215,24 @@ var Sxe = '[cmdk-list-sizer=""]', Cd = '[cmdk-group=""]', Vy = '[cmdk-group-item
57181
57215
  switch (W.key) {
57182
57216
  case "n":
57183
57217
  case "j": {
57184
- W.ctrlKey && Y(W);
57218
+ W.ctrlKey && K(W);
57185
57219
  break;
57186
57220
  }
57187
57221
  case "ArrowDown": {
57188
- Y(W);
57222
+ K(W);
57189
57223
  break;
57190
57224
  }
57191
57225
  case "p":
57192
57226
  case "k": {
57193
- W.ctrlKey && Z(W);
57227
+ W.ctrlKey && J(W);
57194
57228
  break;
57195
57229
  }
57196
57230
  case "ArrowUp": {
57197
- Z(W);
57231
+ J(W);
57198
57232
  break;
57199
57233
  }
57200
57234
  case "Home": {
57201
- W.preventDefault(), X(0);
57235
+ W.preventDefault(), Y(0);
57202
57236
  break;
57203
57237
  }
57204
57238
  case "End": {