react-semaphor 0.0.239 → 0.0.240

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.
@@ -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, Y, 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, Y = 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, {
190
+ info: Z({}, T, {
191
191
  value: Y
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
  });
@@ -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], X = () => ["", 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"], Y = () => ["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: ":",
@@ -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
@@ -3315,9 +3315,9 @@ function Kz() {
3315
3315
  C = !0, P = j;
3316
3316
  var X = 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, X))
3320
+ return $ = Z, Z;
3321
3321
  }
3322
3322
  return $ = X, X;
3323
3323
  }
@@ -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, X = 16, Z = 1, H = 2, Q = 3, Y = 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],
@@ -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
  }
@@ -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);
@@ -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))
@@ -7806,7 +7806,7 @@ Wg.exports;
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) {
@@ -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({
@@ -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;
@@ -11851,7 +11851,7 @@ var LD = { exports: {} }, th = {}, wx = { exports: {} };
11851
11851
  function X(te, oe) {
11852
11852
  return te.source === oe.source && te.flags === oe.flags;
11853
11853
  }
11854
- function J(te, oe, se, xe) {
11854
+ function Z(te, oe, se, xe) {
11855
11855
  var K = te.size === oe.size;
11856
11856
  if (!K)
11857
11857
  return !1;
@@ -11867,13 +11867,13 @@ var LD = { exports: {} }, th = {}, wx = { exports: {} };
11867
11867
  }
11868
11868
  }), K;
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
11875
  areRegExpsEqual: X,
11876
- areSetsEqual: J,
11876
+ areSetsEqual: Z,
11877
11877
  createIsNestedEqual: r
11878
11878
  }), Y = Object.freeze({
11879
11879
  areArraysEqual: C,
@@ -11883,9 +11883,9 @@ var LD = { exports: {} }, th = {}, wx = { exports: {} };
11883
11883
  areRegExpsEqual: X,
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;
@@ -12461,9 +12461,9 @@ 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;
12464
+ var C = l, P = c, $ = a, M = s, k = t, D = u, L = r, j = v, X = h, Z = n, H = i, Q = o, Y = f, J = !1;
12465
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;
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(K) || S(K) === l;
12467
12467
  }
12468
12468
  function O(K) {
12469
12469
  return S(K) === c;
@@ -12501,7 +12501,7 @@ function mH() {
12501
12501
  function xe(K) {
12502
12502
  return S(K) === 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 = X, Zt.Portal = Z, 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;
12505
12505
  }()), Zt;
12506
12506
  }
12507
12507
  var en = {};
@@ -12874,7 +12874,7 @@ 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) {
@@ -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
  }
@@ -12940,7 +12940,7 @@ Valid keys: ` + JSON.stringify(Object.keys(O), 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
@@ -12992,7 +12992,7 @@ Valid keys: ` + JSON.stringify(Object.keys(O), null, " ")
12992
12992
  }
12993
12993
  return B;
12994
12994
  }
12995
- function Z(O) {
12995
+ function J(O) {
12996
12996
  var B = Y(O);
12997
12997
  switch (B) {
12998
12998
  case "array":
@@ -13868,14 +13868,14 @@ $r(Hm, "defaultProps", {
13868
13868
  scale: j,
13869
13869
  ...X
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 Y = !!!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) && Y ? 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) && Y ? 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
@@ -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
  }));
@@ -21149,9 +21149,9 @@ class zl extends _s {
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;
21154
+ const Q = this.getContext(_), Y = i.setContext(Q), J = a.setContext(Q), W = Y.lineWidth, O = Y.color, B = J.dash || [], U = J.dashOffset, I = Y.tickWidth, ne = Y.tickColor, he = Y.tickBorderDash || [], pe = Y.tickBorderDashOffset;
21155
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({
21156
21156
  tx1: P,
21157
21157
  ty1: $,
@@ -21204,17 +21204,17 @@ class zl extends _s {
21204
21204
  $ = this._getYAxisLabelAlignment(p).textAlign;
21205
21205
  }
21206
21206
  n === "y" && (l === "start" ? X = "top" : l === "end" && (X = "bottom"));
21207
- const J = this._getLabelSizes();
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, Y = 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
21219
  switch (X) {
21220
21220
  case "middle":
@@ -21250,7 +21250,7 @@ class zl extends _s {
21250
21250
  options: {
21251
21251
  rotation: m,
21252
21252
  color: Y,
21253
- strokeColor: Z,
21253
+ strokeColor: J,
21254
21254
  strokeWidth: W,
21255
21255
  textAlign: O,
21256
21256
  textBaseline: X,
@@ -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, Y = (H + Q) / 2, J = Y !== 0 ? v * Y / (Y + 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, X = 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
22481
  const Y = (w - P / p + (b + C / p)) / 2;
22482
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
22483
  const W = gc(L, X, s, a);
22484
22484
  e.arc(W.x, W.y, C, X + 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 Y = Math.cos(D) * f + s, J = Math.sin(D) * f + a;
22496
+ e.lineTo(Y, J);
22497
22497
  }
22498
22498
  e.closePath();
22499
22499
  }
@@ -23649,8 +23649,8 @@ class EO extends _s {
23649
23649
  if (b(X, 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,12 +27670,12 @@ 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, X = $ - m[v] - L, Z = $ / 2 - m[v] / 2 + M, H = Jx(j, Z, X), Q = !l.arrow && Pu(o) != null && Z != H && i.reference[v] / 2 - (Z < j ? D : L) - m[v] / 2 < 0, Y = Q ? Z < j ? Z - j : Z - X : 0;
27674
27674
  return {
27675
27675
  [h]: p[h] + Y,
27676
27676
  data: {
27677
27677
  [h]: H,
27678
- centerOffset: J - H - Y,
27678
+ centerOffset: Z - H - Y,
27679
27679
  ...Q && {
27680
27680
  alignmentOffset: Y
27681
27681
  }
@@ -27731,23 +27731,23 @@ const KO = (e) => ({
27731
27731
  placement: X
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((Y) => Y > 0).reduce((Y, J) => Y + J, 0)]).sort((Q, Y) => Q[1] - Y[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
  }
@@ -28527,12 +28527,12 @@ function qJ(e) {
28527
28527
  middleware: p
28528
28528
  };
28529
28529
  D.current && (Q.platform = D.current), WJ(P.current, $.current, Q).then((Y) => {
28530
- const Z = {
28530
+ const J = {
28531
28531
  ...Y,
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]);
@@ -28557,7 +28557,7 @@ function qJ(e) {
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 Y = 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(" + Y + "px, " + J + "px)",
28575
+ ...qk(Z.floating) >= 1.5 && {
28576
28576
  willChange: "transform"
28577
28577
  }
28578
28578
  } : {
28579
28579
  position: n,
28580
28580
  left: Y,
28581
- top: Z
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
28587
  refs: X,
28588
- elements: J,
28588
+ elements: Z,
28589
28589
  floatingStyles: H
28590
- }), [u, L, X, J, H]);
28590
+ }), [u, L, X, 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, X] = 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, Y = f + (h !== "center" ? "-" + h : ""), J = typeof w == "number" ? w : {
28644
28644
  top: 0,
28645
28645
  right: 0,
28646
28646
  bottom: 0,
@@ -28649,7 +28649,7 @@ 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
@@ -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, X, Z, H, Q, Y, 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);
@@ -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,
29297
+ decimalPlaces: ((H = (Z = e.preferences) == null ? void 0 : Z.formatNumber) == null ? void 0 : H.decimalPlaces) || 0,
29298
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) || "",
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
  })
@@ -29884,10 +29884,10 @@ function lM({
29884
29884
  // anchor: 'end', // Position the label inside the bar
29885
29885
  // align: 'end', // Aligns the label inside the bar
29886
29886
  formatter: (D, L) => D.map((X) => {
29887
- var J, H, Q, Y;
29887
+ var Z, H, Q, Y;
29888
29888
  return vs({
29889
29889
  number: Number(X),
29890
- decimalPlaces: ((J = s == null ? void 0 : s.numberAxisFormat) == null ? void 0 : J.decimalPlaces) || 0,
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) || "",
@@ -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, Y, J, W;
30004
30004
  const { ctx: k, data: D } = P;
30005
30005
  k.save();
30006
30006
  const L = P.getDatasetMeta(0).data[0].x, j = P.getDatasetMeta(0).data[0].y, X = Qd(Vg());
30007
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(
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
30014
  useSuffix: !!((Y = s == null ? void 0 : s.numberAxisFormat) != null && Y.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;
30285
+ var Q, Y, J;
30286
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);
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,
@@ -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;
@@ -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: X, position: Z, gap: H, loadingIcon: Q, expandByDefault: Y, 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, 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(() => {
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 || X || vee, [p.duration, X]), 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(() => {
@@ -30534,7 +30534,7 @@ 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) => {
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 || 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
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 }));
30539
30539
  }, onPointerUp: () => {
30540
30540
  var lt, yt, jt, rn;
@@ -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, X] = 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), Y = 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,15 +30608,15 @@ 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
30613
  }, [Q.current]), C.length ? ue.createElement("section", { "aria-label": `${w} ${Y}`, 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) => {
@@ -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, X] = 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, {
@@ -33723,7 +33723,7 @@ const L_ = kM, pne = [
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), [X, Z] = Pe(!1), H = de(!1);
33840
33840
  _e(() => {
33841
33841
  if (_)
33842
33842
  return fh(_);
@@ -33872,7 +33872,7 @@ const L_ = kM, pne = [
33872
33872
  X,
33873
33873
  Y
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 = {
@@ -33886,7 +33886,7 @@ const L_ = kM, pne = [
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(
@@ -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
@@ -34047,7 +34047,7 @@ const L_ = kM, pne = [
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, X = m.scrollHeight, Z = window.getComputedStyle(c), H = parseInt(Z.borderTopWidth, 10), Q = parseInt(Z.paddingTop, 10), Y = parseInt(Z.borderBottomWidth, 10), J = parseInt(Z.paddingBottom, 10), W = H + Q + X + J + 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;
34051
34051
  if (te <= ne) {
34052
34052
  const xe = x === L[L.length - 1].ref.current;
34053
34053
  a.style.bottom = "0px";
@@ -35303,7 +35303,7 @@ 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
35308
  X
35309
35309
  ]
@@ -35338,7 +35338,7 @@ 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
35343
  X
35344
35344
  ]
@@ -35482,11 +35482,11 @@ function Lre({ data: e, card: t }) {
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
35484
  (Y) => Y.columnIdx === k
35485
- ), X = m(L, j), J = w_(
35485
+ ), X = 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: X });
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, X, Z, H, Q, Y;
35556
35556
  return /* @__PURE__ */ E.jsx(
35557
35557
  gM,
35558
35558
  {
35559
35559
  style: {
35560
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],
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(
@@ -35597,8 +35597,8 @@ function Lre({ data: e, card: t }) {
35597
35597
  {
35598
35598
  onClick: (X) => {
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 && X.stopPropagation();
35602
35602
  },
35603
35603
  className: Re("p-0", {
35604
35604
  "border-x": L > 0 && L < x.length - 1 || L === 1 && x.length == 2,
@@ -35802,11 +35802,11 @@ function dI() {
35802
35802
  const {
35803
35803
  MUSTACHE_EXPR: j,
35804
35804
  ERB_EXPR: X,
35805
- TMPLIT_EXPR: J,
35805
+ TMPLIT_EXPR: Z,
35806
35806
  DATA_ATTR: H,
35807
35807
  ARIA_ATTR: Q,
35808
35808
  IS_SCRIPT_OR_DATA: Y,
35809
- ATTR_WHITESPACE: Z,
35809
+ ATTR_WHITESPACE: J,
35810
35810
  CUSTOM_ELEMENT: W
35811
35811
  } = D$;
35812
35812
  let {
@@ -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) : (K && G.nodeType === vd.text && (ye = G.textContent, Zp([j, X, 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(Y, 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
+ K && Zp([j, X, Z], (Lu) => {
36052
36052
  er = pd(er, Lu, " ");
36053
36053
  });
36054
36054
  const Nu = Ct(G.nodeName);
@@ -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), K && Zp([j, X, 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, X, Z, H, Q, Y, 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 = (X = e.preferences) == null ? void 0 : X.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 = (Y = e.preferences) == null ? void 0 : Y.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
  }
@@ -36413,7 +36421,7 @@ function loe({
36413
36421
  function X(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) {
@@ -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,
@@ -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
  {
@@ -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
  );
@@ -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, Y, 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, Y = 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, {
38131
+ info: Z({}, T, {
38124
38132
  value: Y
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
  });
@@ -39291,43 +39299,43 @@ function kI() {
39291
39299
  }
39292
39300
  function Dse(e, t) {
39293
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(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);
39302
+ var J, W, O, B;
39303
+ bv(n) ? (J = r.onDayClick) === null || J === void 0 || J.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
39304
  }, S = function(Y) {
39297
- var Z;
39298
- p(e), (Z = n.onDayFocus) === null || Z === void 0 || Z.call(n, e, t, Y);
39305
+ var J;
39306
+ p(e), (J = n.onDayFocus) === null || J === void 0 || J.call(n, e, t, Y);
39299
39307
  }, C = function(Y) {
39300
- var Z;
39301
- f(), (Z = n.onDayBlur) === null || Z === void 0 || Z.call(n, e, t, Y);
39308
+ var J;
39309
+ f(), (J = n.onDayBlur) === null || J === void 0 || J.call(n, e, t, Y);
39302
39310
  }, P = function(Y) {
39303
- var Z;
39304
- (Z = n.onDayMouseEnter) === null || Z === void 0 || Z.call(n, e, t, Y);
39311
+ var J;
39312
+ (J = n.onDayMouseEnter) === null || J === void 0 || J.call(n, e, t, Y);
39305
39313
  }, $ = function(Y) {
39306
- var Z;
39307
- (Z = n.onDayMouseLeave) === null || Z === void 0 || Z.call(n, e, t, Y);
39314
+ var J;
39315
+ (J = n.onDayMouseLeave) === null || J === void 0 || J.call(n, e, t, Y);
39308
39316
  }, M = function(Y) {
39309
- var Z;
39310
- (Z = n.onDayPointerEnter) === null || Z === void 0 || Z.call(n, e, t, Y);
39317
+ var J;
39318
+ (J = n.onDayPointerEnter) === null || J === void 0 || J.call(n, e, t, Y);
39311
39319
  }, k = function(Y) {
39312
- var Z;
39313
- (Z = n.onDayPointerLeave) === null || Z === void 0 || Z.call(n, e, t, Y);
39320
+ var J;
39321
+ (J = n.onDayPointerLeave) === null || J === void 0 || J.call(n, e, t, Y);
39314
39322
  }, D = function(Y) {
39315
- var Z;
39316
- (Z = n.onDayTouchCancel) === null || Z === void 0 || Z.call(n, e, t, Y);
39323
+ var J;
39324
+ (J = n.onDayTouchCancel) === null || J === void 0 || J.call(n, e, t, Y);
39317
39325
  }, L = function(Y) {
39318
- var Z;
39319
- (Z = n.onDayTouchEnd) === null || Z === void 0 || Z.call(n, e, t, Y);
39326
+ var J;
39327
+ (J = n.onDayTouchEnd) === null || J === void 0 || J.call(n, e, t, Y);
39320
39328
  }, j = function(Y) {
39321
- var Z;
39322
- (Z = n.onDayTouchMove) === null || Z === void 0 || Z.call(n, e, t, Y);
39329
+ var J;
39330
+ (J = n.onDayTouchMove) === null || J === void 0 || J.call(n, e, t, Y);
39323
39331
  }, 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);
39332
+ var J;
39333
+ (J = n.onDayTouchStart) === null || J === void 0 || J.call(n, e, t, Y);
39334
+ }, Z = function(Y) {
39335
+ var J;
39336
+ (J = n.onDayKeyUp) === null || J === void 0 || J.call(n, e, t, Y);
39329
39337
  }, H = function(Y) {
39330
- var Z;
39338
+ var J;
39331
39339
  switch (Y.key) {
39332
39340
  case "ArrowLeft":
39333
39341
  Y.preventDefault(), Y.stopPropagation(), n.dir === "rtl" ? a() : l();
@@ -39354,13 +39362,13 @@ function Dse(e, t) {
39354
39362
  Y.preventDefault(), Y.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, Y);
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,
@@ -40798,14 +40806,14 @@ function Gae(e, t) {
40798
40806
  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
40807
  let xe = a;
40800
40808
  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() {
40809
+ } : 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]), 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
40810
  if (C.current && _.activeOptionIndex === null && _.options.length > 0) {
40803
40811
  let oe = _.options.findIndex((se) => !se.dataRef.current.disabled);
40804
40812
  if (oe !== -1)
40805
40813
  return oe;
40806
40814
  }
40807
40815
  return _.activeOptionIndex;
40808
- }, calculateIndex: j, compare: L, isSelected: X, isActive: J, nullable: u, __demoMode: c }), [b, r, l, f, u, c, _, x]);
40816
+ }, calculateIndex: j, compare: L, isSelected: X, isActive: Z, nullable: u, __demoMode: c }), [b, r, l, f, u, c, _, x]);
40809
40817
  Jn(() => {
40810
40818
  }, [x, void 0]), Jn(() => {
40811
40819
  _.dataRef.current = H;
@@ -40823,7 +40831,7 @@ function Gae(e, t) {
40823
40831
  }
40824
40832
  he.goToOption(Kn.Specific, H.activeOptionIndex);
40825
40833
  }
40826
- }), Z = Dt(() => {
40834
+ }), J = Dt(() => {
40827
40835
  S({ type: 0 }), C.current = !0;
40828
40836
  }), W = Dt(() => {
40829
40837
  S({ type: 1 }), C.current = !1;
@@ -40836,7 +40844,7 @@ function Gae(e, t) {
40836
40844
  return xe === -1 ? se.push(oe) : se.splice(xe, 1), w == null ? void 0 : w(se);
40837
40845
  } })), ne = Dt((oe) => {
40838
40846
  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();
40847
+ }), he = Cn(() => ({ onChange: I, registerOption: B, registerLabel: U, goToOption: O, closeCombobox: W, openCombobox: J, setActivationTrigger: ne, selectActiveOption: Y }), []), pe = t === null ? {} : { ref: t }, ie = de(null), te = vh();
40840
40848
  return _e(() => {
40841
40849
  ie.current && r !== void 0 && te.addEventListener(ie.current, "reset", () => {
40842
40850
  w == null || w(r);
@@ -40855,11 +40863,11 @@ function Kae(e, t) {
40855
40863
  var H;
40856
40864
  return typeof u == "function" && h.value !== void 0 ? (H = u(h.value)) != null ? H : "" : typeof h.value == "string" ? h.value : "";
40857
40865
  }();
40858
- Y$(([H, Q], [Y, Z]) => {
40866
+ Y$(([H, Q], [Y, J]) => {
40859
40867
  if (b.current)
40860
40868
  return;
40861
40869
  let W = h.inputRef.current;
40862
- W && ((Z === 0 && Q === 1 || H !== Y) && (W.value = H), requestAnimationFrame(() => {
40870
+ W && ((J === 0 && Q === 1 || H !== Y) && (W.value = H), requestAnimationFrame(() => {
40863
40871
  if (b.current || !W || (x == null ? void 0 : x.activeElement) !== W)
40864
40872
  return;
40865
40873
  let { selectionStart: O, selectionEnd: B } = W;
@@ -40872,8 +40880,8 @@ function Kae(e, t) {
40872
40880
  let Y = h.inputRef.current;
40873
40881
  if (!Y)
40874
40882
  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);
40883
+ let J = Y.value, { selectionStart: W, selectionEnd: O, selectionDirection: B } = Y;
40884
+ Y.value = "", Y.value = J, B !== null ? Y.setSelectionRange(W, O, B) : Y.setSelectionRange(W, O);
40877
40885
  }
40878
40886
  }, [h.comboboxState]);
40879
40887
  let C = de(!1), P = Dt(() => {
@@ -40924,24 +40932,24 @@ function Kae(e, t) {
40924
40932
  }), k = Dt((H) => {
40925
40933
  c == null || c(H), h.nullable && h.mode === 0 && H.target.value === "" && _(), v.openCombobox();
40926
40934
  }), D = Dt((H) => {
40927
- var Q, Y, Z;
40935
+ var Q, Y, J;
40928
40936
  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)
40937
+ if (b.current = !1, !((Y = h.optionsRef.current) != null && Y.contains(W)) && !((J = h.buttonRef.current) != null && J.contains(W)) && h.comboboxState === 0)
40930
40938
  return H.preventDefault(), h.mode === 0 && (h.nullable && h.value === null ? _() : h.activationTrigger !== 1 && v.selectActiveOption()), v.closeCombobox();
40931
40939
  }), L = Dt((H) => {
40932
- var Q, Y, Z;
40940
+ var Q, Y, J;
40933
40941
  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(() => {
40942
+ (Y = h.buttonRef.current) != null && Y.contains(W) || (J = h.optionsRef.current) != null && J.contains(W) || h.disabled || h.immediate && h.comboboxState !== 0 && (v.openCombobox(), w.nextFrame(() => {
40935
40943
  v.setActivationTrigger(1);
40936
40944
  }));
40937
40945
  }), j = nS(() => {
40938
40946
  if (h.labelId)
40939
40947
  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) => {
40948
+ }, [h.labelId]), X = 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
40949
  var Q;
40942
40950
  return !((Q = h.virtual) != null && Q.disabled(H.dataRef.current.value)) && h.compare(H.dataRef.current.value, h.virtual.options[h.activeOptionIndex]);
40943
40951
  })) == 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" });
40952
+ return Cs({ ourProps: Z, theirProps: p, slot: X, defaultTag: Yae, name: "Combobox.Input" });
40945
40953
  }
40946
40954
  let Xae = "button";
40947
40955
  function Qae(e, t) {
@@ -41219,7 +41227,7 @@ function Sle(e, t) {
41219
41227
  if (X && P === "visible" && x.current === null)
41220
41228
  throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?");
41221
41229
  }, [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: () => {
41230
+ let Z = C && !S, H = S && _ && C, Q = !X || Z ? "idle" : _ ? "enter" : "leave", Y = dle(0), J = Dt((ne) => ur(ne, { enter: () => {
41223
41231
  Y.addFlag(yo.Opening), j.current.beforeEnter();
41224
41232
  }, leave: () => {
41225
41233
  Y.addFlag(yo.Closing), j.current.beforeLeave();
@@ -41233,7 +41241,7 @@ function Sle(e, t) {
41233
41241
  $("hidden"), D(x);
41234
41242
  }, M), B = de(!1);
41235
41243
  gle({ immediate: H, container: x, classes: L, direction: Q, onStart: Mi((ne) => {
41236
- B.current = !0, O.onStart(x, ne, Z);
41244
+ B.current = !0, O.onStart(x, ne, J);
41237
41245
  }), onStop: Mi((ne) => {
41238
41246
  B.current = !1, O.onStop(x, ne, W), ne === "leave" && !wv(O) && ($("hidden"), D(x));
41239
41247
  }) });
@@ -43219,8 +43227,8 @@ const r2 = ue.use || ((e) => {
43219
43227
  }), py = {
43220
43228
  dedupe: !0
43221
43229
  }, 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) {
43230
+ 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), Z = de({}).current, H = Ut(s) ? n.fallback[b] : s, Q = (K, Se) => {
43231
+ for (const Oe in Z) {
43224
43232
  const Me = Oe;
43225
43233
  if (Me === "data") {
43226
43234
  if (!o(K[Me], Se[Me]) && (!Ut(K[Me]) || !o(he, Se[Me])))
@@ -43249,7 +43257,7 @@ const r2 = ue.use || ((e) => {
43249
43257
  }, [
43250
43258
  r,
43251
43259
  b
43252
- ]), Z = pce.useSyncExternalStore(Ge(
43260
+ ]), J = pce.useSyncExternalStore(Ge(
43253
43261
  (K) => j(b, (Se, Oe) => {
43254
43262
  Q(Oe, Se) || K();
43255
43263
  }),
@@ -43258,7 +43266,7 @@ const r2 = ue.use || ((e) => {
43258
43266
  r,
43259
43267
  b
43260
43268
  ]
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(
43269
+ ), Y[0], Y[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(
43262
43270
  async (K) => {
43263
43271
  const Se = P.current;
43264
43272
  if (!b || !Se || S.current || M().isPaused())
@@ -43389,16 +43397,16 @@ const r2 = ue.use || ((e) => {
43389
43397
  return {
43390
43398
  mutate: xe,
43391
43399
  get data() {
43392
- return J.data = !0, he;
43400
+ return Z.data = !0, he;
43393
43401
  },
43394
43402
  get error() {
43395
- return J.error = !0, I;
43403
+ return Z.error = !0, I;
43396
43404
  },
43397
43405
  get isValidating() {
43398
- return J.isValidating = !0, te;
43406
+ return Z.isValidating = !0, te;
43399
43407
  },
43400
43408
  get isLoading() {
43401
- return J.isLoading = !0, oe;
43409
+ return Z.isLoading = !0, oe;
43402
43410
  }
43403
43411
  };
43404
43412
  }, sg = Bce(Hce);
@@ -43508,10 +43516,10 @@ function Uce({
43508
43516
  [k, "messages"],
43509
43517
  null,
43510
43518
  { fallbackData: n ?? D }
43511
- ), { data: X = !1, mutate: J } = sg(
43519
+ ), { data: X = !1, mutate: Z } = sg(
43512
43520
  [k, "loading"],
43513
43521
  null
43514
- ), { data: H, mutate: Q } = sg([k, "streamData"], null), { data: Y = void 0, mutate: Z } = sg([k, "error"], null), W = de(L || []);
43522
+ ), { data: H, mutate: Q } = sg([k, "streamData"], null), { data: Y = void 0, mutate: J } = sg([k, "error"], null), W = de(L || []);
43515
43523
  _e(() => {
43516
43524
  W.current = L || [];
43517
43525
  }, [L]);
@@ -43531,7 +43539,7 @@ function Uce({
43531
43539
  async (K) => {
43532
43540
  const Se = W.current.length;
43533
43541
  try {
43534
- J(!0), Z(void 0);
43542
+ Z(!0), J(void 0);
43535
43543
  const Ie = new AbortController();
43536
43544
  O.current = Ie, await hce({
43537
43545
  getStreamedResponse: () => Wce(
@@ -43563,9 +43571,9 @@ function Uce({
43563
43571
  } catch (Ie) {
43564
43572
  if (Ie.name === "AbortError")
43565
43573
  return O.current = null, null;
43566
- x && Ie instanceof Error && x(Ie), Z(Ie);
43574
+ x && Ie instanceof Error && x(Ie), J(Ie);
43567
43575
  } finally {
43568
- J(!1);
43576
+ Z(!1);
43569
43577
  }
43570
43578
  const Oe = W.current, Me = Oe[Oe.length - 1];
43571
43579
  // ensure we actually have new messages (to prevent infinite loops in case of errors):
@@ -43577,13 +43585,13 @@ function Uce({
43577
43585
  },
43578
43586
  [
43579
43587
  j,
43580
- J,
43588
+ Z,
43581
43589
  e,
43582
43590
  B,
43583
43591
  v,
43584
43592
  m,
43585
43593
  x,
43586
- Z,
43594
+ J,
43587
43595
  Q,
43588
43596
  H,
43589
43597
  h,
@@ -46835,9 +46843,9 @@ function Yde(e, t, n) {
46835
46843
  return H === a ? (P.enter("codeFencedFenceSequence"), X(H)) : M(H);
46836
46844
  }
46837
46845
  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);
46846
+ return H === a ? (k++, P.consume(H), X) : k >= s ? (P.exit("codeFencedFenceSequence"), Kt(H) ? pn(P, Z, "whitespace")(H) : Z(H)) : M(H);
46839
46847
  }
46840
- function J(H) {
46848
+ function Z(H) {
46841
46849
  return H === null || ut(H) ? (P.exit("codeFencedFence"), $(H)) : M(H);
46842
46850
  }
46843
46851
  }
@@ -47397,11 +47405,11 @@ function Sfe(e, t, n) {
47397
47405
  function X(I) {
47398
47406
  return e.check(
47399
47407
  wfe,
47400
- J,
47408
+ Z,
47401
47409
  U
47402
47410
  )(I);
47403
47411
  }
47404
- function J(I) {
47412
+ function Z(I) {
47405
47413
  return e.enter("lineEnding"), e.consume(I), e.exit("lineEnding"), H;
47406
47414
  }
47407
47415
  function H(I) {
@@ -47411,14 +47419,14 @@ function Sfe(e, t, n) {
47411
47419
  return I === 45 ? (e.consume(I), O) : j(I);
47412
47420
  }
47413
47421
  function Y(I) {
47414
- return I === 47 ? (e.consume(I), s = "", Z) : j(I);
47422
+ return I === 47 ? (e.consume(I), s = "", J) : j(I);
47415
47423
  }
47416
- function Z(I) {
47424
+ function J(I) {
47417
47425
  if (I === 62) {
47418
47426
  const ne = s.toLowerCase();
47419
47427
  return E2.includes(ne) ? (e.consume(I), B) : j(I);
47420
47428
  }
47421
- return Ti(I) && s.length < 8 ? (e.consume(I), s += String.fromCharCode(I), Z) : j(I);
47429
+ return Ti(I) && s.length < 8 ? (e.consume(I), s += String.fromCharCode(I), J) : j(I);
47422
47430
  }
47423
47431
  function W(I) {
47424
47432
  return I === 93 ? (e.consume(I), O) : j(I);
@@ -47522,13 +47530,13 @@ function Pfe(e, t, n) {
47522
47530
  return O === 61 ? (e.consume(O), j) : ut(O) ? (s = L, Y(O)) : Kt(O) ? (e.consume(O), L) : k(O);
47523
47531
  }
47524
47532
  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);
47533
+ 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), Z);
47526
47534
  }
47527
47535
  function X(O) {
47528
47536
  return O === o ? (e.consume(O), o = void 0, H) : O === null ? n(O) : ut(O) ? (s = X, Y(O)) : (e.consume(O), X);
47529
47537
  }
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);
47538
+ function Z(O) {
47539
+ 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
47540
  }
47533
47541
  function H(O) {
47534
47542
  return O === 47 || O === 62 || Jr(O) ? k(O) : n(O);
@@ -47537,9 +47545,9 @@ function Pfe(e, t, n) {
47537
47545
  return O === 62 ? (e.consume(O), e.exit("htmlTextData"), e.exit("htmlText"), t) : n(O);
47538
47546
  }
47539
47547
  function Y(O) {
47540
- return e.exit("htmlTextData"), e.enter("lineEnding"), e.consume(O), e.exit("lineEnding"), Z;
47548
+ return e.exit("htmlTextData"), e.enter("lineEnding"), e.consume(O), e.exit("lineEnding"), J;
47541
47549
  }
47542
- function Z(O) {
47550
+ function J(O) {
47543
47551
  return Kt(O) ? pn(
47544
47552
  e,
47545
47553
  W,
@@ -48133,12 +48141,12 @@ function ohe(e, t, n) {
48133
48141
  return ihe(s, L);
48134
48142
  }
48135
48143
  function v() {
48136
- const { line: L, column: j, offset: X, _index: J, _bufferIndex: H } = r;
48144
+ const { line: L, column: j, offset: X, _index: Z, _bufferIndex: H } = r;
48137
48145
  return {
48138
48146
  line: L,
48139
48147
  column: j,
48140
48148
  offset: X,
48141
- _index: J,
48149
+ _index: Z,
48142
48150
  _bufferIndex: H
48143
48151
  };
48144
48152
  }
@@ -48178,12 +48186,12 @@ function ohe(e, t, n) {
48178
48186
  }
48179
48187
  function $(L, j) {
48180
48188
  return X;
48181
- function X(J, H, Q) {
48182
- let Y, Z, W, O;
48183
- return Array.isArray(J) ? U(J) : "tokenize" in J ? (
48189
+ function X(Z, H, Q) {
48190
+ let Y, J, W, O;
48191
+ return Array.isArray(Z) ? U(Z) : "tokenize" in Z ? (
48184
48192
  // @ts-expect-error Looks like a construct.
48185
- U([J])
48186
- ) : B(J);
48193
+ U([Z])
48194
+ ) : B(Z);
48187
48195
  function B(pe) {
48188
48196
  return ie;
48189
48197
  function ie(te) {
@@ -48197,7 +48205,7 @@ function ohe(e, t, n) {
48197
48205
  }
48198
48206
  }
48199
48207
  function U(pe) {
48200
- return Y = pe, Z = 0, pe.length === 0 ? Q : I(pe[Z]);
48208
+ return Y = pe, J = 0, pe.length === 0 ? Q : I(pe[J]);
48201
48209
  }
48202
48210
  function I(pe) {
48203
48211
  return ie;
@@ -48217,7 +48225,7 @@ function ohe(e, t, n) {
48217
48225
  return L(W, O), H;
48218
48226
  }
48219
48227
  function he(pe) {
48220
- return O.restore(), ++Z < Y.length ? I(Y[Z]) : Q;
48228
+ return O.restore(), ++J < Y.length ? I(Y[J]) : Q;
48221
48229
  }
48222
48230
  }
48223
48231
  }
@@ -48230,13 +48238,13 @@ function ohe(e, t, n) {
48230
48238
  ), L.resolveTo && (c.events = L.resolveTo(c.events, c));
48231
48239
  }
48232
48240
  function k() {
48233
- const L = v(), j = c.previous, X = c.currentConstruct, J = c.events.length, H = Array.from(a);
48241
+ const L = v(), j = c.previous, X = c.currentConstruct, Z = c.events.length, H = Array.from(a);
48234
48242
  return {
48235
48243
  restore: Q,
48236
- from: J
48244
+ from: Z
48237
48245
  };
48238
48246
  function Q() {
48239
- r = L, c.previous = j, c.currentConstruct = X, c.events.length = J, a = H, D();
48247
+ r = L, c.previous = j, c.currentConstruct = X, c.events.length = Z, a = H, D();
48240
48248
  }
48241
48249
  }
48242
48250
  function D() {
@@ -48524,11 +48532,11 @@ function Che(e) {
48524
48532
  hardBreakTrailing: l(j),
48525
48533
  htmlFlow: l(X),
48526
48534
  htmlFlowData: D,
48527
- htmlText: l(J),
48535
+ htmlText: l(Z),
48528
48536
  htmlTextData: D,
48529
48537
  image: l(Y),
48530
48538
  label: W,
48531
- labelText: Z,
48539
+ labelText: J,
48532
48540
  lineEnding: L,
48533
48541
  link: l(Q),
48534
48542
  listItem: l(),
@@ -48792,7 +48800,7 @@ function Che(e) {
48792
48800
  const me = this.resume(), Te = this.stack[this.stack.length - 1];
48793
48801
  Te.value = me;
48794
48802
  }
48795
- function J() {
48803
+ function Z() {
48796
48804
  const me = this.resume(), Te = this.stack[this.stack.length - 1];
48797
48805
  Te.value = me;
48798
48806
  }
@@ -48818,7 +48826,7 @@ function Che(e) {
48818
48826
  delete me.identifier, delete me.label;
48819
48827
  this.data.referenceType = void 0;
48820
48828
  }
48821
- function Z(me) {
48829
+ function J(me) {
48822
48830
  const Te = this.sliceSerialize(me), Ve = this.stack[this.stack.length - 2];
48823
48831
  Ve.label = whe(Te), Ve.identifier = Wc(Te).toLowerCase();
48824
48832
  }
@@ -51271,12 +51279,12 @@ function Gpe() {
51271
51279
  /* @__PURE__ */ E.jsx("div", { children: /* @__PURE__ */ E.jsx(Upe, { components: Ype, children: D.content }) })
51272
51280
  ] }) }),
51273
51281
  (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: [
51282
+ const Z = X.toolCallId;
51283
+ return "result" in X ? /* @__PURE__ */ E.jsx("div", { children: $(X) }, Z) : /* @__PURE__ */ E.jsxs("div", { children: [
51276
51284
  "Calling ",
51277
51285
  X.toolName,
51278
51286
  "..."
51279
- ] }, J);
51287
+ ] }, Z);
51280
51288
  })
51281
51289
  ]
51282
51290
  },
@@ -51306,14 +51314,14 @@ function Gpe() {
51306
51314
  Xr,
51307
51315
  {
51308
51316
  onClick: () => {
51309
- const X = k.args.chartTitle, J = k.args.connectionId;
51317
+ const X = k.args.chartTitle, Z = k.args.connectionId;
51310
51318
  M({
51311
51319
  sql: k.args.sql,
51312
51320
  data: L.records,
51313
51321
  cardType: k.args.chartType,
51314
51322
  cardCfg: j,
51315
51323
  cardTitle: X,
51316
- connectionId: J
51324
+ connectionId: Z
51317
51325
  });
51318
51326
  },
51319
51327
  variant: "secondary",
@@ -51344,7 +51352,7 @@ function Gpe() {
51344
51352
  cardCfg: L,
51345
51353
  cardTitle: j,
51346
51354
  connectionId: X,
51347
- cardType: J
51355
+ cardType: Z
51348
51356
  }) {
51349
51357
  if (!s)
51350
51358
  return;
@@ -51360,7 +51368,7 @@ function Gpe() {
51360
51368
  }
51361
51369
  ],
51362
51370
  chartOptions: {
51363
- indexAxis: J === "horizontalBar" ? "y" : "x"
51371
+ indexAxis: Z === "horizontalBar" ? "y" : "x"
51364
51372
  }
51365
51373
  },
51366
51374
  type: L.type,
@@ -51531,9 +51539,9 @@ function x5({
51531
51539
  }), Af(() => {
51532
51540
  const {
51533
51541
  callbacks: X,
51534
- constraints: J
51542
+ constraints: Z
51535
51543
  } = 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;
51544
+ L.current.id = D, L.current.idIsFromProps = s !== void 0, L.current.order = p, X.onCollapse = c, X.onExpand = u, X.onResize = f, Z.collapsedSize = n, Z.collapsible = r, Z.defaultSize = o, Z.maxSize = a, Z.minSize = l;
51537
51545
  }), Af(() => {
51538
51546
  const X = L.current;
51539
51547
  return $(X), () => {
@@ -52378,7 +52386,7 @@ function M5({
52378
52386
  trigger: R5(U) ? "keyboard" : "mouse-or-touch"
52379
52387
  }), Ie = !ug(te, Me);
52380
52388
  (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) => {
52389
+ }, []), Z = co((O, B) => {
52382
52390
  const {
52383
52391
  onLayout: U
52384
52392
  } = S.current, {
@@ -52418,7 +52426,7 @@ function M5({
52418
52426
  panelDataArray: B
52419
52427
  } = C.current, U = Dc(B, O);
52420
52428
  U >= 0 && (B.splice(U, 1), delete b.current[O.id], C.current.panelDataArrayChanged = !0);
52421
- }, []), Z = Qpe(() => ({
52429
+ }, []), J = Qpe(() => ({
52422
52430
  collapsePanel: P,
52423
52431
  direction: r,
52424
52432
  dragState: h,
@@ -52430,11 +52438,11 @@ function M5({
52430
52438
  isPanelExpanded: L,
52431
52439
  registerPanel: j,
52432
52440
  registerResizeHandle: X,
52433
- resizePanel: J,
52441
+ resizePanel: Z,
52434
52442
  startDragging: H,
52435
52443
  stopDragging: Q,
52436
52444
  unregisterPanel: Y
52437
- }), [P, h, r, $, M, k, p, D, L, j, X, J, H, Q, Y]), W = {
52445
+ }), [P, h, r, $, M, k, p, D, L, j, X, Z, H, Q, Y]), W = {
52438
52446
  display: "flex",
52439
52447
  flexDirection: r === "horizontal" ? "row" : "column",
52440
52448
  height: "100%",
@@ -52442,7 +52450,7 @@ function M5({
52442
52450
  width: "100%"
52443
52451
  };
52444
52452
  return _u($v.Provider, {
52445
- value: Z
52453
+ value: J
52446
52454
  }, _u(u, {
52447
52455
  ...f,
52448
52456
  children: t,
@@ -52559,10 +52567,10 @@ function TS({
52559
52567
  }, [n, w, m]), wl(() => {
52560
52568
  if (n || P == null || !_)
52561
52569
  return;
52562
- const D = (J) => {
52563
- P(J);
52564
- }, L = (J) => {
52565
- P(J);
52570
+ const D = (Z) => {
52571
+ P(Z);
52572
+ }, L = (Z) => {
52573
+ P(Z);
52566
52574
  }, j = c.current;
52567
52575
  St(j);
52568
52576
  const X = j.ownerDocument;
@@ -54215,7 +54223,7 @@ const U1 = [
54215
54223
  onDismiss: () => n.onOpenChange(!1)
54216
54224
  }));
54217
54225
  }), 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 ? {
54226
+ 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"), Z = de(0), H = v ? L_ : Hn, Q = v ? {
54219
54227
  as: zL,
54220
54228
  allowPinchZoom: !0
54221
54229
  } : void 0, Y = (W) => {
@@ -54239,7 +54247,7 @@ const U1 = [
54239
54247
  );
54240
54248
  };
54241
54249
  _e(() => () => window.clearTimeout(k.current), []), T_();
54242
- const Z = Ge((W) => {
54250
+ const J = Ge((W) => {
54243
54251
  var O, B;
54244
54252
  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);
54245
54253
  }, []);
@@ -54247,20 +54255,20 @@ const U1 = [
54247
54255
  scope: n,
54248
54256
  searchRef: D,
54249
54257
  onItemEnter: Ge((W) => {
54250
- Z(W) && W.preventDefault();
54258
+ J(W) && W.preventDefault();
54251
54259
  }, [
54252
- Z
54260
+ J
54253
54261
  ]),
54254
54262
  onItemLeave: Ge((W) => {
54255
54263
  var O;
54256
- Z(W) || ((O = $.current) === null || O === void 0 || O.focus(), P(null));
54264
+ J(W) || ((O = $.current) === null || O === void 0 || O.focus(), P(null));
54257
54265
  }, [
54258
- Z
54266
+ J
54259
54267
  ]),
54260
54268
  onTriggerLeave: Ge((W) => {
54261
- Z(W) && W.preventDefault();
54269
+ J(W) && W.preventDefault();
54262
54270
  }, [
54263
- Z
54271
+ J
54264
54272
  ]),
54265
54273
  pointerGraceTimerRef: L,
54266
54274
  onPointerGraceIntentChange: Ge((W) => {
@@ -54323,10 +54331,10 @@ const U1 = [
54323
54331
  W.currentTarget.contains(W.target) || (window.clearTimeout(k.current), D.current = "");
54324
54332
  }),
54325
54333
  onPointerMove: je(e.onPointerMove, Nf((W) => {
54326
- const O = W.target, B = J.current !== W.clientX;
54334
+ const O = W.target, B = Z.current !== W.clientX;
54327
54335
  if (W.currentTarget.contains(O) && B) {
54328
- const U = W.clientX > J.current ? "right" : "left";
54329
- X.current = U, J.current = W.clientX;
54336
+ const U = W.clientX > Z.current ? "right" : "left";
54337
+ X.current = U, Z.current = W.clientX;
54330
54338
  }
54331
54339
  }))
54332
54340
  })))))));
@@ -55622,7 +55630,7 @@ function $0e({ original: e, modified: t, language: n, originalLanguage: r, modif
55622
55630
  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
55631
  y3(() => {
55624
55632
  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();
55633
+ 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
55634
  }), vo(() => {
55627
55635
  if (P.current && $.current) {
55628
55636
  let H = P.current.getOriginalEditor(), Q = Nc($.current, e || "", r || n || "text", i || "");
@@ -55665,10 +55673,10 @@ function $0e({ original: e, modified: t, language: n, originalLanguage: r, modif
55665
55673
  }, [w]), _e(() => {
55666
55674
  !S && !w && X();
55667
55675
  }, [S, w, X]);
55668
- function J() {
55669
- var Q, Y, Z, W;
55676
+ function Z() {
55677
+ var Q, Y, J, W;
55670
55678
  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();
55679
+ a || ((Y = H == null ? void 0 : H.original) == null || Y.dispose()), l || ((J = H == null ? void 0 : H.modified) == null || J.dispose()), (W = P.current) == null || W.dispose();
55672
55680
  }
55673
55681
  return ue.createElement(b3, { width: h, height: p, isEditorReady: w, loading: u, _ref: M, className: v, wrapperProps: m });
55674
55682
  }
@@ -55682,7 +55690,7 @@ function D0e(e) {
55682
55690
  }
55683
55691
  var A0e = D0e, mg = /* @__PURE__ */ new Map();
55684
55692
  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);
55693
+ let [C, P] = Pe(!1), [$, M] = Pe(!0), k = de(null), D = de(null), L = de(null), j = de(w), X = de(b), Z = de(), H = de(r), Q = A0e(i), Y = de(!1), J = de(!1);
55686
55694
  y3(() => {
55687
55695
  let B = v3.init();
55688
55696
  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 +55702,7 @@ function k0e({ defaultValue: e, defaultLanguage: t, defaultPath: n, value: r, la
55694
55702
  var B;
55695
55703
  (B = D.current) == null || B.updateOptions(c);
55696
55704
  }, [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));
55705
+ !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
55706
  }, [r], C), vo(() => {
55699
55707
  var U, I;
55700
55708
  let B = (U = D.current) == null ? void 0 : U.getModel();
@@ -55720,8 +55728,8 @@ function k0e({ defaultValue: e, defaultLanguage: t, defaultPath: n, value: r, la
55720
55728
  !$ && !C && W();
55721
55729
  }, [$, C, W]), H.current = r, _e(() => {
55722
55730
  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);
55731
+ C && _ && ((B = Z.current) == null || B.dispose(), Z.current = (U = D.current) == null ? void 0 : U.onDidChangeModelContent((I) => {
55732
+ J.current || _(D.current.getValue(), I);
55725
55733
  }));
55726
55734
  }, [C, _]), _e(() => {
55727
55735
  if (C) {
@@ -55742,7 +55750,7 @@ function k0e({ defaultValue: e, defaultLanguage: t, defaultPath: n, value: r, la
55742
55750
  }, [C, S]);
55743
55751
  function O() {
55744
55752
  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();
55753
+ (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
55754
  }
55747
55755
  return ue.createElement(b3, { width: h, height: v, isEditorReady: C, loading: l, _ref: L, className: m, wrapperProps: x });
55748
55756
  }
@@ -57159,7 +57167,7 @@ var Sxe = '[cmdk-list-sizer=""]', Cd = '[cmdk-group=""]', Vy = '[cmdk-group-item
57159
57167
  let O = j()[W];
57160
57168
  O && S.setState("value", O.getAttribute(Js));
57161
57169
  }
57162
- function J(W) {
57170
+ function Z(W) {
57163
57171
  var O;
57164
57172
  let B = L(), U = j(), I = U.findIndex((he) => he === B), ne = U[I + W];
57165
57173
  (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 +57176,12 @@ var Sxe = '[cmdk-list-sizer=""]', Cd = '[cmdk-group=""]', Vy = '[cmdk-group-item
57168
57176
  let O = L(), B = O == null ? void 0 : O.closest(Cd), U;
57169
57177
  for (; B && !U; )
57170
57178
  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);
57179
+ U ? S.setState("value", U.getAttribute(Js)) : Z(W);
57172
57180
  }
57173
57181
  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);
57182
+ W.preventDefault(), W.metaKey ? Q() : W.altKey ? H(1) : Z(1);
57183
+ }, J = (W) => {
57184
+ W.preventDefault(), W.metaKey ? X(0) : W.altKey ? H(-1) : Z(-1);
57177
57185
  };
57178
57186
  return N.createElement("div", { ref: Rh([n, t]), ...m, "cmdk-root": "", onKeyDown: (W) => {
57179
57187
  var O;
@@ -57190,11 +57198,11 @@ var Sxe = '[cmdk-list-sizer=""]', Cd = '[cmdk-group=""]', Vy = '[cmdk-group-item
57190
57198
  }
57191
57199
  case "p":
57192
57200
  case "k": {
57193
- W.ctrlKey && Z(W);
57201
+ W.ctrlKey && J(W);
57194
57202
  break;
57195
57203
  }
57196
57204
  case "ArrowUp": {
57197
- Z(W);
57205
+ J(W);
57198
57206
  break;
57199
57207
  }
57200
57208
  case "Home": {