@mdspl/mds-shared-ui 0.3.8 → 0.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import ne, { useLayoutEffect as po, useEffect as V, useRef as U, useMemo as B, useCallback as le, useState as oe, createContext as vt, memo as go, useReducer as vo, useContext as Ve, forwardRef as wn, createElement as hn } from "react";
2
- import { Menu as Oe, Checkbox as De, IconButton as _e, Portal as Qe, Table as Ee, HStack as fe, createListCollection as Dr, Select as K, Pagination as Nt, Box as je, Text as q, ButtonGroup as mo, Popover as Wt, InputGroup as Cr, InputElement as Fn, PopoverArrow as bo, VStack as ke, Kbd as Hn, Input as Sn, Field as We, Slider as mt, Drawer as Me, Tabs as Bt, Button as Ke, CloseButton as Rr, Dialog as Ae, Stack as pn } from "@chakra-ui/react";
1
+ import ne, { useLayoutEffect as go, useEffect as V, useRef as U, useMemo as B, useCallback as le, useState as oe, createContext as vt, memo as po, useReducer as vo, useContext as Ve, forwardRef as wn, createElement as hn } from "react";
2
+ import { Menu as Oe, Checkbox as De, IconButton as _e, Portal as Qe, Table as Ee, HStack as fe, createListCollection as Dr, Select as K, Pagination as Nt, Box as je, Text as q, ButtonGroup as mo, Popover as Wt, InputGroup as Cr, InputElement as Fn, PopoverArrow as bo, VStack as ke, Kbd as Hn, Input as Sn, Field as We, Slider as mt, Drawer as Me, Tabs as Bt, Button as Ke, CloseButton as Rr, Dialog as Ae, Stack as gn } from "@chakra-ui/react";
3
3
  import { unstable_batchedUpdates as Ct, createPortal as xo } from "react-dom";
4
4
  function Ut(e) {
5
5
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
@@ -31,12 +31,12 @@ var ct = {};
31
31
  var Wn;
32
32
  function wo() {
33
33
  return Wn || (Wn = 1, process.env.NODE_ENV !== "production" && (function() {
34
- function e(g) {
35
- if (g == null) return null;
36
- if (typeof g == "function")
37
- return g.$$typeof === I ? null : g.displayName || g.name || null;
38
- if (typeof g == "string") return g;
39
- switch (g) {
34
+ function e(p) {
35
+ if (p == null) return null;
36
+ if (typeof p == "function")
37
+ return p.$$typeof === I ? null : p.displayName || p.name || null;
38
+ if (typeof p == "string") return p;
39
+ switch (p) {
40
40
  case b:
41
41
  return "Fragment";
42
42
  case E:
@@ -50,127 +50,127 @@ function wo() {
50
50
  case Y:
51
51
  return "Activity";
52
52
  }
53
- if (typeof g == "object")
54
- switch (typeof g.tag == "number" && console.error(
53
+ if (typeof p == "object")
54
+ switch (typeof p.tag == "number" && console.error(
55
55
  "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
56
- ), g.$$typeof) {
56
+ ), p.$$typeof) {
57
57
  case f:
58
58
  return "Portal";
59
59
  case T:
60
- return g.displayName || "Context";
60
+ return p.displayName || "Context";
61
61
  case R:
62
- return (g._context.displayName || "Context") + ".Consumer";
62
+ return (p._context.displayName || "Context") + ".Consumer";
63
63
  case O:
64
- var S = g.render;
65
- return g = g.displayName, g || (g = S.displayName || S.name || "", g = g !== "" ? "ForwardRef(" + g + ")" : "ForwardRef"), g;
64
+ var S = p.render;
65
+ return p = p.displayName, p || (p = S.displayName || S.name || "", p = p !== "" ? "ForwardRef(" + p + ")" : "ForwardRef"), p;
66
66
  case N:
67
- return S = g.displayName || null, S !== null ? S : e(g.type) || "Memo";
67
+ return S = p.displayName || null, S !== null ? S : e(p.type) || "Memo";
68
68
  case W:
69
- S = g._payload, g = g._init;
69
+ S = p._payload, p = p._init;
70
70
  try {
71
- return e(g(S));
71
+ return e(p(S));
72
72
  } catch {
73
73
  }
74
74
  }
75
75
  return null;
76
76
  }
77
- function t(g) {
78
- return "" + g;
77
+ function t(p) {
78
+ return "" + p;
79
79
  }
80
- function n(g) {
80
+ function n(p) {
81
81
  try {
82
- t(g);
82
+ t(p);
83
83
  var S = !1;
84
84
  } catch {
85
85
  S = !0;
86
86
  }
87
87
  if (S) {
88
88
  S = console;
89
- var A = S.error, P = typeof Symbol == "function" && Symbol.toStringTag && g[Symbol.toStringTag] || g.constructor.name || "Object";
89
+ var A = S.error, P = typeof Symbol == "function" && Symbol.toStringTag && p[Symbol.toStringTag] || p.constructor.name || "Object";
90
90
  return A.call(
91
91
  S,
92
92
  "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
93
93
  P
94
- ), t(g);
94
+ ), t(p);
95
95
  }
96
96
  }
97
- function r(g) {
98
- if (g === b) return "<>";
99
- if (typeof g == "object" && g !== null && g.$$typeof === W)
97
+ function r(p) {
98
+ if (p === b) return "<>";
99
+ if (typeof p == "object" && p !== null && p.$$typeof === W)
100
100
  return "<...>";
101
101
  try {
102
- var S = e(g);
102
+ var S = e(p);
103
103
  return S ? "<" + S + ">" : "<...>";
104
104
  } catch {
105
105
  return "<...>";
106
106
  }
107
107
  }
108
108
  function o() {
109
- var g = Q.A;
110
- return g === null ? null : g.getOwner();
109
+ var p = Q.A;
110
+ return p === null ? null : p.getOwner();
111
111
  }
112
112
  function s() {
113
113
  return Error("react-stack-top-frame");
114
114
  }
115
- function a(g) {
116
- if (se.call(g, "key")) {
117
- var S = Object.getOwnPropertyDescriptor(g, "key").get;
115
+ function a(p) {
116
+ if (se.call(p, "key")) {
117
+ var S = Object.getOwnPropertyDescriptor(p, "key").get;
118
118
  if (S && S.isReactWarning) return !1;
119
119
  }
120
- return g.key !== void 0;
120
+ return p.key !== void 0;
121
121
  }
122
- function c(g, S) {
122
+ function c(p, S) {
123
123
  function A() {
124
124
  w || (w = !0, console.error(
125
125
  "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
126
126
  S
127
127
  ));
128
128
  }
129
- A.isReactWarning = !0, Object.defineProperty(g, "key", {
129
+ A.isReactWarning = !0, Object.defineProperty(p, "key", {
130
130
  get: A,
131
131
  configurable: !0
132
132
  });
133
133
  }
134
134
  function u() {
135
- var g = e(this.type);
136
- return j[g] || (j[g] = !0, console.error(
135
+ var p = e(this.type);
136
+ return j[p] || (j[p] = !0, console.error(
137
137
  "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
138
- )), g = this.props.ref, g !== void 0 ? g : null;
138
+ )), p = this.props.ref, p !== void 0 ? p : null;
139
139
  }
140
- function l(g, S, A, P, G, X) {
140
+ function l(p, S, A, P, G, X) {
141
141
  var F = A.ref;
142
- return g = {
142
+ return p = {
143
143
  $$typeof: v,
144
- type: g,
144
+ type: p,
145
145
  key: S,
146
146
  props: A,
147
147
  _owner: P
148
- }, (F !== void 0 ? F : null) !== null ? Object.defineProperty(g, "ref", {
148
+ }, (F !== void 0 ? F : null) !== null ? Object.defineProperty(p, "ref", {
149
149
  enumerable: !1,
150
150
  get: u
151
- }) : Object.defineProperty(g, "ref", { enumerable: !1, value: null }), g._store = {}, Object.defineProperty(g._store, "validated", {
151
+ }) : Object.defineProperty(p, "ref", { enumerable: !1, value: null }), p._store = {}, Object.defineProperty(p._store, "validated", {
152
152
  configurable: !1,
153
153
  enumerable: !1,
154
154
  writable: !0,
155
155
  value: 0
156
- }), Object.defineProperty(g, "_debugInfo", {
156
+ }), Object.defineProperty(p, "_debugInfo", {
157
157
  configurable: !1,
158
158
  enumerable: !1,
159
159
  writable: !0,
160
160
  value: null
161
- }), Object.defineProperty(g, "_debugStack", {
161
+ }), Object.defineProperty(p, "_debugStack", {
162
162
  configurable: !1,
163
163
  enumerable: !1,
164
164
  writable: !0,
165
165
  value: G
166
- }), Object.defineProperty(g, "_debugTask", {
166
+ }), Object.defineProperty(p, "_debugTask", {
167
167
  configurable: !1,
168
168
  enumerable: !1,
169
169
  writable: !0,
170
170
  value: X
171
- }), Object.freeze && (Object.freeze(g.props), Object.freeze(g)), g;
171
+ }), Object.freeze && (Object.freeze(p.props), Object.freeze(p)), p;
172
172
  }
173
- function h(g, S, A, P, G, X) {
173
+ function h(p, S, A, P, G, X) {
174
174
  var F = S.children;
175
175
  if (F !== void 0)
176
176
  if (P)
@@ -184,7 +184,7 @@ function wo() {
184
184
  );
185
185
  else d(F);
186
186
  if (se.call(S, "key")) {
187
- F = e(g);
187
+ F = e(p);
188
188
  var J = Object.keys(S).filter(function(z) {
189
189
  return z !== "key";
190
190
  });
@@ -208,9 +208,9 @@ React keys must be passed directly to JSX without using spread:
208
208
  } else A = S;
209
209
  return F && c(
210
210
  A,
211
- typeof g == "function" ? g.displayName || g.name || "Unknown" : g
211
+ typeof p == "function" ? p.displayName || p.name || "Unknown" : p
212
212
  ), l(
213
- g,
213
+ p,
214
214
  F,
215
215
  A,
216
216
  o(),
@@ -218,43 +218,43 @@ React keys must be passed directly to JSX without using spread:
218
218
  X
219
219
  );
220
220
  }
221
- function d(g) {
222
- m(g) ? g._store && (g._store.validated = 1) : typeof g == "object" && g !== null && g.$$typeof === W && (g._payload.status === "fulfilled" ? m(g._payload.value) && g._payload.value._store && (g._payload.value._store.validated = 1) : g._store && (g._store.validated = 1));
221
+ function d(p) {
222
+ m(p) ? p._store && (p._store.validated = 1) : typeof p == "object" && p !== null && p.$$typeof === W && (p._payload.status === "fulfilled" ? m(p._payload.value) && p._payload.value._store && (p._payload.value._store.validated = 1) : p._store && (p._store.validated = 1));
223
223
  }
224
- function m(g) {
225
- return typeof g == "object" && g !== null && g.$$typeof === v;
224
+ function m(p) {
225
+ return typeof p == "object" && p !== null && p.$$typeof === v;
226
226
  }
227
- var p = ne, v = /* @__PURE__ */ Symbol.for("react.transitional.element"), f = /* @__PURE__ */ Symbol.for("react.portal"), b = /* @__PURE__ */ Symbol.for("react.fragment"), x = /* @__PURE__ */ Symbol.for("react.strict_mode"), E = /* @__PURE__ */ Symbol.for("react.profiler"), R = /* @__PURE__ */ Symbol.for("react.consumer"), T = /* @__PURE__ */ Symbol.for("react.context"), O = /* @__PURE__ */ Symbol.for("react.forward_ref"), _ = /* @__PURE__ */ Symbol.for("react.suspense"), $ = /* @__PURE__ */ Symbol.for("react.suspense_list"), N = /* @__PURE__ */ Symbol.for("react.memo"), W = /* @__PURE__ */ Symbol.for("react.lazy"), Y = /* @__PURE__ */ Symbol.for("react.activity"), I = /* @__PURE__ */ Symbol.for("react.client.reference"), Q = p.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, se = Object.prototype.hasOwnProperty, M = Array.isArray, D = console.createTask ? console.createTask : function() {
227
+ var g = ne, v = /* @__PURE__ */ Symbol.for("react.transitional.element"), f = /* @__PURE__ */ Symbol.for("react.portal"), b = /* @__PURE__ */ Symbol.for("react.fragment"), x = /* @__PURE__ */ Symbol.for("react.strict_mode"), E = /* @__PURE__ */ Symbol.for("react.profiler"), R = /* @__PURE__ */ Symbol.for("react.consumer"), T = /* @__PURE__ */ Symbol.for("react.context"), O = /* @__PURE__ */ Symbol.for("react.forward_ref"), _ = /* @__PURE__ */ Symbol.for("react.suspense"), $ = /* @__PURE__ */ Symbol.for("react.suspense_list"), N = /* @__PURE__ */ Symbol.for("react.memo"), W = /* @__PURE__ */ Symbol.for("react.lazy"), Y = /* @__PURE__ */ Symbol.for("react.activity"), I = /* @__PURE__ */ Symbol.for("react.client.reference"), Q = g.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, se = Object.prototype.hasOwnProperty, M = Array.isArray, D = console.createTask ? console.createTask : function() {
228
228
  return null;
229
229
  };
230
- p = {
231
- react_stack_bottom_frame: function(g) {
232
- return g();
230
+ g = {
231
+ react_stack_bottom_frame: function(p) {
232
+ return p();
233
233
  }
234
234
  };
235
- var w, j = {}, C = p.react_stack_bottom_frame.bind(
236
- p,
235
+ var w, j = {}, C = g.react_stack_bottom_frame.bind(
236
+ g,
237
237
  s
238
238
  )(), k = D(r(s)), L = {};
239
- ct.Fragment = b, ct.jsx = function(g, S, A) {
239
+ ct.Fragment = b, ct.jsx = function(p, S, A) {
240
240
  var P = 1e4 > Q.recentlyCreatedOwnerStacks++;
241
241
  return h(
242
- g,
242
+ p,
243
243
  S,
244
244
  A,
245
245
  !1,
246
246
  P ? Error("react-stack-top-frame") : C,
247
- P ? D(r(g)) : k
247
+ P ? D(r(p)) : k
248
248
  );
249
- }, ct.jsxs = function(g, S, A) {
249
+ }, ct.jsxs = function(p, S, A) {
250
250
  var P = 1e4 > Q.recentlyCreatedOwnerStacks++;
251
251
  return h(
252
- g,
252
+ p,
253
253
  S,
254
254
  A,
255
255
  !0,
256
256
  P ? Error("react-stack-top-frame") : C,
257
- P ? D(r(g)) : k
257
+ P ? D(r(p)) : k
258
258
  );
259
259
  };
260
260
  })()), ct;
@@ -274,12 +274,12 @@ function Do() {
274
274
  }
275
275
  var n = typeof Object.is == "function" ? Object.is : t, r = e.useState, o = e.useEffect, s = e.useLayoutEffect, a = e.useDebugValue;
276
276
  function c(d, m) {
277
- var p = m(), v = r({ inst: { value: p, getSnapshot: m } }), f = v[0].inst, b = v[1];
277
+ var g = m(), v = r({ inst: { value: g, getSnapshot: m } }), f = v[0].inst, b = v[1];
278
278
  return s(
279
279
  function() {
280
- f.value = p, f.getSnapshot = m, u(f) && b({ inst: f });
280
+ f.value = g, f.getSnapshot = m, u(f) && b({ inst: f });
281
281
  },
282
- [d, p, m]
282
+ [d, g, m]
283
283
  ), o(
284
284
  function() {
285
285
  return u(f) && b({ inst: f }), d(function() {
@@ -287,14 +287,14 @@ function Do() {
287
287
  });
288
288
  },
289
289
  [d]
290
- ), a(p), p;
290
+ ), a(g), g;
291
291
  }
292
292
  function u(d) {
293
293
  var m = d.getSnapshot;
294
294
  d = d.value;
295
295
  try {
296
- var p = m();
297
- return !n(d, p);
296
+ var g = m();
297
+ return !n(d, g);
298
298
  } catch {
299
299
  return !0;
300
300
  }
@@ -309,10 +309,10 @@ var rn = {};
309
309
  var Gn;
310
310
  function Co() {
311
311
  return Gn || (Gn = 1, process.env.NODE_ENV !== "production" && (function() {
312
- function e(p, v) {
313
- return p === v && (p !== 0 || 1 / p === 1 / v) || p !== p && v !== v;
312
+ function e(g, v) {
313
+ return g === v && (g !== 0 || 1 / g === 1 / v) || g !== g && v !== v;
314
314
  }
315
- function t(p, v) {
315
+ function t(g, v) {
316
316
  h || o.startTransition === void 0 || (h = !0, console.error(
317
317
  "You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."
318
318
  ));
@@ -331,27 +331,27 @@ function Co() {
331
331
  function() {
332
332
  x.value = f, x.getSnapshot = v, n(x) && E({ inst: x });
333
333
  },
334
- [p, f, v]
334
+ [g, f, v]
335
335
  ), c(
336
336
  function() {
337
- return n(x) && E({ inst: x }), p(function() {
337
+ return n(x) && E({ inst: x }), g(function() {
338
338
  n(x) && E({ inst: x });
339
339
  });
340
340
  },
341
- [p]
341
+ [g]
342
342
  ), l(f), f;
343
343
  }
344
- function n(p) {
345
- var v = p.getSnapshot;
346
- p = p.value;
344
+ function n(g) {
345
+ var v = g.getSnapshot;
346
+ g = g.value;
347
347
  try {
348
348
  var f = v();
349
- return !s(p, f);
349
+ return !s(g, f);
350
350
  } catch {
351
351
  return !0;
352
352
  }
353
353
  }
354
- function r(p, v) {
354
+ function r(g, v) {
355
355
  return v();
356
356
  }
357
357
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
@@ -372,7 +372,7 @@ function Ro() {
372
372
  return l === h && (l !== 0 || 1 / l === 1 / h) || l !== l && h !== h;
373
373
  }
374
374
  var r = typeof Object.is == "function" ? Object.is : n, o = t.useSyncExternalStore, s = e.useRef, a = e.useEffect, c = e.useMemo, u = e.useDebugValue;
375
- return tn.useSyncExternalStoreWithSelector = function(l, h, d, m, p) {
375
+ return tn.useSyncExternalStoreWithSelector = function(l, h, d, m, g) {
376
376
  var v = s(null);
377
377
  if (v.current === null) {
378
378
  var f = { hasValue: !1, value: null };
@@ -382,16 +382,16 @@ function Ro() {
382
382
  function() {
383
383
  function x(_) {
384
384
  if (!E) {
385
- if (E = !0, R = _, _ = m(_), p !== void 0 && f.hasValue) {
385
+ if (E = !0, R = _, _ = m(_), g !== void 0 && f.hasValue) {
386
386
  var $ = f.value;
387
- if (p($, _))
387
+ if (g($, _))
388
388
  return T = $;
389
389
  }
390
390
  return T = _;
391
391
  }
392
392
  if ($ = T, r(R, _)) return $;
393
393
  var N = m(_);
394
- return p !== void 0 && p($, N) ? (R = _, $) : (R = _, T = N);
394
+ return g !== void 0 && g($, N) ? (R = _, $) : (R = _, T = N);
395
395
  }
396
396
  var E = !1, R, T, O = d === void 0 ? null : d;
397
397
  return [
@@ -403,7 +403,7 @@ function Ro() {
403
403
  }
404
404
  ];
405
405
  },
406
- [h, d, m, p]
406
+ [h, d, m, g]
407
407
  );
408
408
  var b = o(l, v[0], v[1]);
409
409
  return a(
@@ -423,7 +423,7 @@ function jo() {
423
423
  }
424
424
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
425
425
  var t = ne, n = jr(), r = typeof Object.is == "function" ? Object.is : e, o = n.useSyncExternalStore, s = t.useRef, a = t.useEffect, c = t.useMemo, u = t.useDebugValue;
426
- on.useSyncExternalStoreWithSelector = function(l, h, d, m, p) {
426
+ on.useSyncExternalStoreWithSelector = function(l, h, d, m, g) {
427
427
  var v = s(null);
428
428
  if (v.current === null) {
429
429
  var f = { hasValue: !1, value: null };
@@ -433,9 +433,9 @@ function jo() {
433
433
  function() {
434
434
  function x(_) {
435
435
  if (!E) {
436
- if (E = !0, R = _, _ = m(_), p !== void 0 && f.hasValue) {
436
+ if (E = !0, R = _, _ = m(_), g !== void 0 && f.hasValue) {
437
437
  var $ = f.value;
438
- if (p($, _))
438
+ if (g($, _))
439
439
  return T = $;
440
440
  }
441
441
  return T = _;
@@ -443,7 +443,7 @@ function jo() {
443
443
  if ($ = T, r(R, _))
444
444
  return $;
445
445
  var N = m(_);
446
- return p !== void 0 && p($, N) ? (R = _, $) : (R = _, T = N);
446
+ return g !== void 0 && g($, N) ? (R = _, $) : (R = _, T = N);
447
447
  }
448
448
  var E = !1, R, T, O = d === void 0 ? null : d;
449
449
  return [
@@ -455,7 +455,7 @@ function jo() {
455
455
  }
456
456
  ];
457
457
  },
458
- [h, d, m, p]
458
+ [h, d, m, g]
459
459
  );
460
460
  var b = o(l, v[0], v[1]);
461
461
  return a(
@@ -472,7 +472,7 @@ function Eo() {
472
472
  return Jn || (Jn = 1, process.env.NODE_ENV === "production" ? jt.exports = Ro() : jt.exports = jo()), jt.exports;
473
473
  }
474
474
  var _o = Eo();
475
- const gn = /* @__PURE__ */ new WeakMap(), To = /* @__PURE__ */ new WeakMap(), zt = {
475
+ const pn = /* @__PURE__ */ new WeakMap(), To = /* @__PURE__ */ new WeakMap(), zt = {
476
476
  current: []
477
477
  };
478
478
  let sn = !1;
@@ -485,7 +485,7 @@ function Er(e) {
485
485
  const n = To.get(t);
486
486
  if (n)
487
487
  for (const r of n) {
488
- const o = gn.get(r);
488
+ const o = pn.get(r);
489
489
  o?.length && Er(o);
490
490
  }
491
491
  }
@@ -517,11 +517,11 @@ function $o(e) {
517
517
  n.prevState = r, Oo(n);
518
518
  }
519
519
  for (const n of t) {
520
- const r = gn.get(n);
520
+ const r = pn.get(n);
521
521
  r && (zt.current.push(n), Er(r));
522
522
  }
523
523
  for (const n of t) {
524
- const r = gn.get(n);
524
+ const r = pn.get(n);
525
525
  if (r)
526
526
  for (const o of r)
527
527
  Mo(o);
@@ -631,7 +631,7 @@ function Tr(e) {
631
631
  function tt(e) {
632
632
  return e ? et(e) ? e.document : Dn(e) ? Cn(e) ? e : xt(e) || Tr(e) ? e.ownerDocument : document : document : document;
633
633
  }
634
- const Te = Gt ? po : V;
634
+ const Te = Gt ? go : V;
635
635
  function Rn(e) {
636
636
  const t = U(e);
637
637
  return Te(() => {
@@ -650,7 +650,7 @@ function Lo() {
650
650
  }, []);
651
651
  return [t, n];
652
652
  }
653
- function pt(e, t) {
653
+ function gt(e, t) {
654
654
  t === void 0 && (t = [e]);
655
655
  const n = U(e);
656
656
  return Te(() => {
@@ -930,41 +930,41 @@ function Xo(e) {
930
930
  onDragMove(d) {
931
931
  let {
932
932
  active: m,
933
- over: p
933
+ over: g
934
934
  } = d;
935
935
  t.onDragMove && s(t.onDragMove({
936
936
  active: m,
937
- over: p
937
+ over: g
938
938
  }));
939
939
  },
940
940
  onDragOver(d) {
941
941
  let {
942
942
  active: m,
943
- over: p
943
+ over: g
944
944
  } = d;
945
945
  s(t.onDragOver({
946
946
  active: m,
947
- over: p
947
+ over: g
948
948
  }));
949
949
  },
950
950
  onDragEnd(d) {
951
951
  let {
952
952
  active: m,
953
- over: p
953
+ over: g
954
954
  } = d;
955
955
  s(t.onDragEnd({
956
956
  active: m,
957
- over: p
957
+ over: g
958
958
  }));
959
959
  },
960
960
  onDragCancel(d) {
961
961
  let {
962
962
  active: m,
963
- over: p
963
+ over: g
964
964
  } = d;
965
965
  s(t.onDragCancel({
966
966
  active: m,
967
- over: p
967
+ over: g
968
968
  }));
969
969
  }
970
970
  }), [s, t])), !u)
@@ -1307,7 +1307,7 @@ function hs(e, t, n, r, o) {
1307
1307
  isBottom: h,
1308
1308
  isLeft: d,
1309
1309
  isRight: m
1310
- } = zr(e), p = {
1310
+ } = zr(e), g = {
1311
1311
  x: 0,
1312
1312
  y: 0
1313
1313
  }, v = {
@@ -1317,12 +1317,12 @@ function hs(e, t, n, r, o) {
1317
1317
  height: t.height * o.y,
1318
1318
  width: t.width * o.x
1319
1319
  };
1320
- return !l && s <= t.top + f.height ? (p.y = re.Backward, v.y = r * Math.abs((t.top + f.height - s) / f.height)) : !h && u >= t.bottom - f.height && (p.y = re.Forward, v.y = r * Math.abs((t.bottom - f.height - u) / f.height)), !m && c >= t.right - f.width ? (p.x = re.Forward, v.x = r * Math.abs((t.right - f.width - c) / f.width)) : !d && a <= t.left + f.width && (p.x = re.Backward, v.x = r * Math.abs((t.left + f.width - a) / f.width)), {
1321
- direction: p,
1320
+ return !l && s <= t.top + f.height ? (g.y = re.Backward, v.y = r * Math.abs((t.top + f.height - s) / f.height)) : !h && u >= t.bottom - f.height && (g.y = re.Forward, v.y = r * Math.abs((t.bottom - f.height - u) / f.height)), !m && c >= t.right - f.width ? (g.x = re.Forward, v.x = r * Math.abs((t.right - f.width - c) / f.width)) : !d && a <= t.left + f.width && (g.x = re.Backward, v.x = r * Math.abs((t.left + f.width - a) / f.width)), {
1321
+ direction: g,
1322
1322
  speed: v
1323
1323
  };
1324
1324
  }
1325
- function ps(e) {
1325
+ function gs(e) {
1326
1326
  if (e === document.scrollingElement) {
1327
1327
  const {
1328
1328
  innerWidth: s,
@@ -1355,7 +1355,7 @@ function ps(e) {
1355
1355
  function Pr(e) {
1356
1356
  return e.reduce((t, n) => Je(t, bn(n)), Se);
1357
1357
  }
1358
- function gs(e) {
1358
+ function ps(e) {
1359
1359
  return e.reduce((t, n) => t + Ar(n), 0);
1360
1360
  }
1361
1361
  function vs(e) {
@@ -1375,7 +1375,7 @@ function ms(e, t) {
1375
1375
  inline: "center"
1376
1376
  });
1377
1377
  }
1378
- const bs = [["x", ["left", "right"], gs], ["y", ["top", "bottom"], vs]];
1378
+ const bs = [["x", ["left", "right"], ps], ["y", ["top", "bottom"], vs]];
1379
1379
  class _n {
1380
1380
  constructor(t, n) {
1381
1381
  this.rect = void 0, this.width = void 0, this.height = void 0, this.top = void 0, this.bottom = void 0, this.right = void 0, this.left = void 0;
@@ -1520,7 +1520,7 @@ class Fr {
1520
1520
  currentCoordinates: h
1521
1521
  });
1522
1522
  if (d) {
1523
- const m = Yt(d, h), p = {
1523
+ const m = Yt(d, h), g = {
1524
1524
  x: 0,
1525
1525
  y: 0
1526
1526
  }, {
@@ -1534,7 +1534,7 @@ class Fr {
1534
1534
  isBottom: T,
1535
1535
  maxScroll: O,
1536
1536
  minScroll: _
1537
- } = zr(f), $ = ps(f), N = {
1537
+ } = zr(f), $ = gs(f), N = {
1538
1538
  x: Math.min(b === H.Right ? $.right - $.width / 2 : $.right, Math.max(b === H.Right ? $.left : $.left + $.width / 2, d.x)),
1539
1539
  y: Math.min(b === H.Down ? $.bottom - $.height / 2 : $.bottom, Math.max(b === H.Down ? $.top : $.top + $.height / 2, d.y))
1540
1540
  }, W = b === H.Right && !E || b === H.Left && !R, Y = b === H.Down && !T || b === H.Up && !x;
@@ -1547,8 +1547,8 @@ class Fr {
1547
1547
  });
1548
1548
  return;
1549
1549
  }
1550
- Q ? p.x = f.scrollLeft - I : p.x = b === H.Right ? f.scrollLeft - O.x : f.scrollLeft - _.x, p.x && f.scrollBy({
1551
- left: -p.x,
1550
+ Q ? g.x = f.scrollLeft - I : g.x = b === H.Right ? f.scrollLeft - O.x : f.scrollLeft - _.x, g.x && f.scrollBy({
1551
+ left: -g.x,
1552
1552
  behavior: c
1553
1553
  });
1554
1554
  break;
@@ -1561,14 +1561,14 @@ class Fr {
1561
1561
  });
1562
1562
  return;
1563
1563
  }
1564
- Q ? p.y = f.scrollTop - I : p.y = b === H.Down ? f.scrollTop - O.y : f.scrollTop - _.y, p.y && f.scrollBy({
1565
- top: -p.y,
1564
+ Q ? g.y = f.scrollTop - I : g.y = b === H.Down ? f.scrollTop - O.y : f.scrollTop - _.y, g.y && f.scrollBy({
1565
+ top: -g.y,
1566
1566
  behavior: c
1567
1567
  });
1568
1568
  break;
1569
1569
  }
1570
1570
  }
1571
- this.handleMove(t, Je(Yt(d, this.referenceCoordinates), p));
1571
+ this.handleMove(t, Je(Yt(d, this.referenceCoordinates), g));
1572
1572
  }
1573
1573
  }
1574
1574
  }
@@ -1860,7 +1860,7 @@ function js(e) {
1860
1860
  delta: d,
1861
1861
  threshold: m
1862
1862
  } = e;
1863
- const p = _s({
1863
+ const g = _s({
1864
1864
  delta: d,
1865
1865
  disabled: !s
1866
1866
  }), [v, f] = Lo(), b = U({
@@ -1905,7 +1905,7 @@ function js(e) {
1905
1905
  speed: Y
1906
1906
  } = hs(_, N, E, t, m);
1907
1907
  for (const I of ["x", "y"])
1908
- p[I][W[I]] || (Y[I] = 0, W[I] = 0);
1908
+ g[I][W[I]] || (Y[I] = 0, W[I] = 0);
1909
1909
  if (Y.x > 0 || Y.y > 0) {
1910
1910
  f(), R.current = _, v(T, a), b.current = Y, x.current = W;
1911
1911
  return;
@@ -1930,7 +1930,7 @@ function js(e) {
1930
1930
  // eslint-disable-next-line react-hooks/exhaustive-deps
1931
1931
  JSON.stringify(E),
1932
1932
  // eslint-disable-next-line react-hooks/exhaustive-deps
1933
- JSON.stringify(p),
1933
+ JSON.stringify(g),
1934
1934
  v,
1935
1935
  l,
1936
1936
  O,
@@ -1993,10 +1993,10 @@ function Os(e, t) {
1993
1993
  return [...n, ...s];
1994
1994
  }, []), [e, t]);
1995
1995
  }
1996
- var gt;
1996
+ var pt;
1997
1997
  (function(e) {
1998
1998
  e[e.Always = 0] = "Always", e[e.BeforeDragging = 1] = "BeforeDragging", e[e.WhileDragging = 2] = "WhileDragging";
1999
- })(gt || (gt = {}));
1999
+ })(pt || (pt = {}));
2000
2000
  var yn;
2001
2001
  (function(e) {
2002
2002
  e.Optimized = "optimized";
@@ -2012,7 +2012,7 @@ function Ms(e, t) {
2012
2012
  frequency: c,
2013
2013
  measure: u,
2014
2014
  strategy: l
2015
- } = o, h = U(e), d = b(), m = pt(d), p = le(function(x) {
2015
+ } = o, h = U(e), d = b(), m = gt(d), g = le(function(x) {
2016
2016
  x === void 0 && (x = []), !m.current && a((E) => E === null ? x : E.concat(x.filter((R) => !E.includes(R))));
2017
2017
  }, [m]), v = U(null), f = yt((x) => {
2018
2018
  if (d && !n)
@@ -2037,7 +2037,7 @@ function Ms(e, t) {
2037
2037
  h.current = e;
2038
2038
  }, [e]), V(
2039
2039
  () => {
2040
- d || p();
2040
+ d || g();
2041
2041
  },
2042
2042
  // eslint-disable-next-line react-hooks/exhaustive-deps
2043
2043
  [n, d]
@@ -2050,21 +2050,21 @@ function Ms(e, t) {
2050
2050
  ), V(
2051
2051
  () => {
2052
2052
  d || typeof c != "number" || v.current !== null || (v.current = setTimeout(() => {
2053
- p(), v.current = null;
2053
+ g(), v.current = null;
2054
2054
  }, c));
2055
2055
  },
2056
2056
  // eslint-disable-next-line react-hooks/exhaustive-deps
2057
- [c, d, p, ...r]
2057
+ [c, d, g, ...r]
2058
2058
  ), {
2059
2059
  droppableRects: f,
2060
- measureDroppableContainers: p,
2060
+ measureDroppableContainers: g,
2061
2061
  measuringScheduled: s != null
2062
2062
  };
2063
2063
  function b() {
2064
2064
  switch (l) {
2065
- case gt.Always:
2065
+ case pt.Always:
2066
2066
  return !1;
2067
- case gt.BeforeDragging:
2067
+ case pt.BeforeDragging:
2068
2068
  return n;
2069
2069
  default:
2070
2070
  return !n;
@@ -2313,7 +2313,7 @@ const Vs = [{
2313
2313
  },
2314
2314
  droppable: {
2315
2315
  measure: nr,
2316
- strategy: gt.WhileDragging,
2316
+ strategy: pt.WhileDragging,
2317
2317
  frequency: yn.Optimized
2318
2318
  },
2319
2319
  dragOverlay: {
@@ -2599,7 +2599,7 @@ var Fe;
2599
2599
  (function(e) {
2600
2600
  e[e.Uninitialized = 0] = "Uninitialized", e[e.Initializing = 1] = "Initializing", e[e.Initialized = 2] = "Initialized";
2601
2601
  })(Fe || (Fe = {}));
2602
- const Ur = /* @__PURE__ */ go(function(t) {
2602
+ const Ur = /* @__PURE__ */ po(function(t) {
2603
2603
  var n, r, o, s;
2604
2604
  let {
2605
2605
  id: a,
@@ -2609,7 +2609,7 @@ const Ur = /* @__PURE__ */ go(function(t) {
2609
2609
  sensors: h = Vs,
2610
2610
  collisionDetection: d = ns,
2611
2611
  measuring: m,
2612
- modifiers: p,
2612
+ modifiers: g,
2613
2613
  ...v
2614
2614
  } = t;
2615
2615
  const f = vo(Xs, void 0, Gs), [b, x] = f, [E, R] = Bo(), [T, O] = oe(Fe.Uninitialized), _ = T === Fe.Initialized, {
@@ -2632,11 +2632,11 @@ const Ur = /* @__PURE__ */ go(function(t) {
2632
2632
  data: (ce = I?.data) != null ? ce : Ws,
2633
2633
  rect: Q
2634
2634
  } : null;
2635
- }, [$, I]), M = U(null), [D, w] = oe(null), [j, C] = oe(null), k = pt(v, Object.values(v)), L = wt("DndDescribedBy", a), g = B(() => Y.getEnabled(), [Y]), S = Js(m), {
2635
+ }, [$, I]), M = U(null), [D, w] = oe(null), [j, C] = oe(null), k = gt(v, Object.values(v)), L = wt("DndDescribedBy", a), p = B(() => Y.getEnabled(), [Y]), S = Js(m), {
2636
2636
  droppableRects: A,
2637
2637
  measureDroppableContainers: P,
2638
2638
  measuringScheduled: G
2639
- } = Ms(g, {
2639
+ } = Ms(p, {
2640
2640
  dragging: _,
2641
2641
  dependencies: [W.x, W.y],
2642
2642
  config: S.droppable
@@ -2663,7 +2663,7 @@ const Ur = /* @__PURE__ */ go(function(t) {
2663
2663
  scrollAdjustedTranslate: null
2664
2664
  }), ye = Y.getNodeFor((n = ae.current.over) == null ? void 0 : n.id), $e = Hs({
2665
2665
  measure: S.dragOverlay.measure
2666
- }), Be = (r = $e.nodeRef.current) != null ? r : X, Ue = _ ? (o = $e.rect) != null ? o : z : null, In = !!($e.nodeRef.current && $e.rect), kn = As(In ? null : z), Zt = Vr(Be ? he(Be) : null), Le = Ls(_ ? ye ?? X : null), St = Ys(Le), Dt = Ks(p, {
2666
+ }), Be = (r = $e.nodeRef.current) != null ? r : X, Ue = _ ? (o = $e.rect) != null ? o : z : null, In = !!($e.nodeRef.current && $e.rect), kn = As(In ? null : z), Zt = Vr(Be ? he(Be) : null), Le = Ls(_ ? ye ?? X : null), St = Ys(Le), Dt = Ks(g, {
2667
2667
  transform: {
2668
2668
  x: W.x - kn.x,
2669
2669
  y: W.y - kn.y,
@@ -2684,20 +2684,20 @@ const Ur = /* @__PURE__ */ go(function(t) {
2684
2684
  active: se,
2685
2685
  collisionRect: Xe,
2686
2686
  droppableRects: A,
2687
- droppableContainers: g,
2687
+ droppableContainers: p,
2688
2688
  pointerCoordinates: An
2689
2689
  }) : null, Nn = es(rt, "id"), [Ne, zn] = oe(null), ao = In ? Dt : Je(Dt, io), co = rs(ao, (s = Ne?.rect) != null ? s : null, z), Qt = U(null), Pn = le(
2690
- (ce, pe) => {
2690
+ (ce, ge) => {
2691
2691
  let {
2692
- sensor: ge,
2692
+ sensor: pe,
2693
2693
  options: ze
2694
- } = pe;
2694
+ } = ge;
2695
2695
  if (M.current == null)
2696
2696
  return;
2697
2697
  const me = N.get(M.current);
2698
2698
  if (!me)
2699
2699
  return;
2700
- const ve = ce.nativeEvent, Ce = new ge({
2700
+ const ve = ce.nativeEvent, Ce = new pe({
2701
2701
  active: M.current,
2702
2702
  activeNode: me,
2703
2703
  event: ve,
@@ -2811,8 +2811,8 @@ const Ur = /* @__PURE__ */ go(function(t) {
2811
2811
  },
2812
2812
  // eslint-disable-next-line react-hooks/exhaustive-deps
2813
2813
  [N]
2814
- ), lo = le((ce, pe) => (ge, ze) => {
2815
- const me = ge.nativeEvent, ve = N.get(ze);
2814
+ ), lo = le((ce, ge) => (pe, ze) => {
2815
+ const me = pe.nativeEvent, ve = N.get(ze);
2816
2816
  if (
2817
2817
  // Another sensor is already instantiating
2818
2818
  M.current !== null || // No active draggable
@@ -2823,9 +2823,9 @@ const Ur = /* @__PURE__ */ go(function(t) {
2823
2823
  const Ce = {
2824
2824
  active: ve
2825
2825
  };
2826
- ce(ge, pe.options, Ce) === !0 && (me.dndKit = {
2827
- capturedBy: pe.sensor
2828
- }, M.current = ze, Pn(ge, pe));
2826
+ ce(pe, ge.options, Ce) === !0 && (me.dndKit = {
2827
+ capturedBy: ge.sensor
2828
+ }, M.current = ze, Pn(pe, ge));
2829
2829
  }, [N, Pn]), Yn = Os(h, lo);
2830
2830
  zs(h), Te(() => {
2831
2831
  z && T === Fe.Initializing && O(Fe.Initialized);
@@ -2834,16 +2834,16 @@ const Ur = /* @__PURE__ */ go(function(t) {
2834
2834
  const {
2835
2835
  onDragMove: ce
2836
2836
  } = k.current, {
2837
- active: pe,
2838
- activatorEvent: ge,
2837
+ active: ge,
2838
+ activatorEvent: pe,
2839
2839
  collisions: ze,
2840
2840
  over: me
2841
2841
  } = ae.current;
2842
- if (!pe || !ge)
2842
+ if (!ge || !pe)
2843
2843
  return;
2844
2844
  const ve = {
2845
- active: pe,
2846
- activatorEvent: ge,
2845
+ active: ge,
2846
+ activatorEvent: pe,
2847
2847
  collisions: ze,
2848
2848
  delta: {
2849
2849
  x: Ge.x,
@@ -2864,12 +2864,12 @@ const Ur = /* @__PURE__ */ go(function(t) {
2864
2864
  () => {
2865
2865
  const {
2866
2866
  active: ce,
2867
- activatorEvent: pe,
2868
- collisions: ge,
2867
+ activatorEvent: ge,
2868
+ collisions: pe,
2869
2869
  droppableContainers: ze,
2870
2870
  scrollAdjustedTranslate: me
2871
2871
  } = ae.current;
2872
- if (!ce || M.current == null || !pe || !me)
2872
+ if (!ce || M.current == null || !ge || !me)
2873
2873
  return;
2874
2874
  const {
2875
2875
  onDragOver: ve
@@ -2880,8 +2880,8 @@ const Ur = /* @__PURE__ */ go(function(t) {
2880
2880
  disabled: Ce.disabled
2881
2881
  } : null, ie = {
2882
2882
  active: ce,
2883
- activatorEvent: pe,
2884
- collisions: ge,
2883
+ activatorEvent: ge,
2884
+ collisions: pe,
2885
2885
  delta: {
2886
2886
  x: me.x,
2887
2887
  y: me.y
@@ -2970,12 +2970,12 @@ const Ur = /* @__PURE__ */ go(function(t) {
2970
2970
  hiddenTextDescribedById: L
2971
2971
  }));
2972
2972
  function ho() {
2973
- const ce = D?.autoScrollEnabled === !1, pe = typeof u == "object" ? u.enabled === !1 : u === !1, ge = _ && !ce && !pe;
2973
+ const ce = D?.autoScrollEnabled === !1, ge = typeof u == "object" ? u.enabled === !1 : u === !1, pe = _ && !ce && !ge;
2974
2974
  return typeof u == "object" ? {
2975
2975
  ...u,
2976
- enabled: ge
2976
+ enabled: pe
2977
2977
  } : {
2978
- enabled: ge
2978
+ enabled: pe
2979
2979
  };
2980
2980
  }
2981
2981
  }), Qs = /* @__PURE__ */ vt(null), dr = "button", ei = "Draggable";
@@ -2995,10 +2995,10 @@ function ti(e) {
2995
2995
  draggableNodes: d,
2996
2996
  over: m
2997
2997
  } = Ve(qt), {
2998
- role: p = dr,
2998
+ role: g = dr,
2999
2999
  roleDescription: v = "draggable",
3000
3000
  tabIndex: f = 0
3001
- } = o ?? {}, b = u?.id === t, x = Ve(b ? Br : Qs), [E, R] = Pt(), [T, O] = Pt(), _ = Ps(a, t), $ = pt(n);
3001
+ } = o ?? {}, b = u?.id === t, x = Ve(b ? Br : Qs), [E, R] = Pt(), [T, O] = Pt(), _ = Ps(a, t), $ = gt(n);
3002
3002
  Te(
3003
3003
  () => (d.set(t, {
3004
3004
  id: t,
@@ -3014,13 +3014,13 @@ function ti(e) {
3014
3014
  [d, t]
3015
3015
  );
3016
3016
  const N = B(() => ({
3017
- role: p,
3017
+ role: g,
3018
3018
  tabIndex: f,
3019
3019
  "aria-disabled": r,
3020
- "aria-pressed": b && p === dr ? !0 : void 0,
3020
+ "aria-pressed": b && g === dr ? !0 : void 0,
3021
3021
  "aria-roledescription": v,
3022
3022
  "aria-describedby": h.draggable
3023
- }), [r, p, f, b, v, h.draggable]);
3023
+ }), [r, g, f, b, v, h.draggable]);
3024
3024
  return {
3025
3025
  active: u,
3026
3026
  activatorEvent: c,
@@ -3055,21 +3055,21 @@ function si(e) {
3055
3055
  measureDroppableContainers: l
3056
3056
  } = Ve(qt), h = U({
3057
3057
  disabled: n
3058
- }), d = U(!1), m = U(null), p = U(null), {
3058
+ }), d = U(!1), m = U(null), g = U(null), {
3059
3059
  disabled: v,
3060
3060
  updateMeasurementsFor: f,
3061
3061
  timeout: b
3062
3062
  } = {
3063
3063
  ...oi,
3064
3064
  ...o
3065
- }, x = pt(f ?? r), E = le(
3065
+ }, x = gt(f ?? r), E = le(
3066
3066
  () => {
3067
3067
  if (!d.current) {
3068
3068
  d.current = !0;
3069
3069
  return;
3070
3070
  }
3071
- p.current != null && clearTimeout(p.current), p.current = setTimeout(() => {
3072
- l(Array.isArray(x.current) ? x.current : [x.current]), p.current = null;
3071
+ g.current != null && clearTimeout(g.current), g.current = setTimeout(() => {
3072
+ l(Array.isArray(x.current) ? x.current : [x.current]), g.current = null;
3073
3073
  }, b);
3074
3074
  },
3075
3075
  //eslint-disable-next-line react-hooks/exhaustive-deps
@@ -3079,7 +3079,7 @@ function si(e) {
3079
3079
  disabled: v || !a
3080
3080
  }), T = le((N, W) => {
3081
3081
  R && (W && (R.unobserve(W), d.current = !1), N && R.observe(N));
3082
- }, [R]), [O, _] = Pt(T), $ = pt(t);
3082
+ }, [R]), [O, _] = Pt(T), $ = gt(t);
3083
3083
  return V(() => {
3084
3084
  !R || !O.current || (R.disconnect(), d.current = !1, R.observe(O.current));
3085
3085
  }, [O, R]), V(
@@ -3271,26 +3271,26 @@ function Kr(e) {
3271
3271
  droppableRects: u,
3272
3272
  over: l,
3273
3273
  measureDroppableContainers: h
3274
- } = ni(), d = wt(Xr, n), m = c.rect !== null, p = B(() => r.map((_) => typeof _ == "object" && "id" in _ ? _.id : _), [r]), v = a != null, f = a ? p.indexOf(a.id) : -1, b = l ? p.indexOf(l.id) : -1, x = U(p), E = !ai(p, x.current), R = b !== -1 && f === -1 || E, T = ci(s);
3274
+ } = ni(), d = wt(Xr, n), m = c.rect !== null, g = B(() => r.map((_) => typeof _ == "object" && "id" in _ ? _.id : _), [r]), v = a != null, f = a ? g.indexOf(a.id) : -1, b = l ? g.indexOf(l.id) : -1, x = U(g), E = !ai(g, x.current), R = b !== -1 && f === -1 || E, T = ci(s);
3275
3275
  Te(() => {
3276
- E && v && h(p);
3277
- }, [E, p, v, h]), V(() => {
3278
- x.current = p;
3279
- }, [p]);
3276
+ E && v && h(g);
3277
+ }, [E, g, v, h]), V(() => {
3278
+ x.current = g;
3279
+ }, [g]);
3280
3280
  const O = B(
3281
3281
  () => ({
3282
3282
  activeIndex: f,
3283
3283
  containerId: d,
3284
3284
  disabled: T,
3285
3285
  disableTransforms: R,
3286
- items: p,
3286
+ items: g,
3287
3287
  overIndex: b,
3288
3288
  useDragOverlay: m,
3289
- sortedRects: ii(p, u),
3289
+ sortedRects: ii(g, u),
3290
3290
  strategy: o
3291
3291
  }),
3292
3292
  // eslint-disable-next-line react-hooks/exhaustive-deps
3293
- [f, d, T.draggable, T.droppable, R, p, b, u, m, o]
3293
+ [f, d, T.draggable, T.droppable, R, g, b, u, m, o]
3294
3294
  );
3295
3295
  return ne.createElement(qr.Provider, {
3296
3296
  value: O
@@ -3304,7 +3304,7 @@ const hi = (e) => {
3304
3304
  overIndex: o
3305
3305
  } = e;
3306
3306
  return Kt(n, r, o).indexOf(t);
3307
- }, pi = (e) => {
3307
+ }, gi = (e) => {
3308
3308
  let {
3309
3309
  containerId: t,
3310
3310
  isSorting: n,
@@ -3317,7 +3317,7 @@ const hi = (e) => {
3317
3317
  transition: l
3318
3318
  } = e;
3319
3319
  return !l || !r || c !== s && o === a ? !1 : n ? !0 : a !== o && t === u;
3320
- }, gi = {
3320
+ }, pi = {
3321
3321
  duration: 200,
3322
3322
  easing: "ease"
3323
3323
  }, Jr = "transform", vi = /* @__PURE__ */ Ze.Transition.toString({
@@ -3357,7 +3357,7 @@ function bi(e) {
3357
3357
  }
3358
3358
  function Zr(e) {
3359
3359
  let {
3360
- animateLayoutChanges: t = pi,
3360
+ animateLayoutChanges: t = gi,
3361
3361
  attributes: n,
3362
3362
  disabled: r,
3363
3363
  data: o,
@@ -3365,19 +3365,19 @@ function Zr(e) {
3365
3365
  id: a,
3366
3366
  strategy: c,
3367
3367
  resizeObserverConfig: u,
3368
- transition: l = gi
3368
+ transition: l = pi
3369
3369
  } = e;
3370
3370
  const {
3371
3371
  items: h,
3372
3372
  containerId: d,
3373
3373
  activeIndex: m,
3374
- disabled: p,
3374
+ disabled: g,
3375
3375
  disableTransforms: v,
3376
3376
  sortedRects: f,
3377
3377
  overIndex: b,
3378
3378
  useDragOverlay: x,
3379
3379
  strategy: E
3380
- } = Ve(qr), R = xi(r, p), T = h.indexOf(a), O = B(() => ({
3380
+ } = Ve(qr), R = xi(r, g), T = h.indexOf(a), O = B(() => ({
3381
3381
  sortable: {
3382
3382
  containerId: d,
3383
3383
  index: T,
@@ -3416,7 +3416,7 @@ function Zr(e) {
3416
3416
  ...n
3417
3417
  },
3418
3418
  disabled: R.draggable
3419
- }), g = Ao(Y, D), S = !!I, A = S && !v && Tt(m) && Tt(b), P = !x && j, G = P && A ? L : null, F = A ? G ?? (c ?? E)({
3419
+ }), p = Ao(Y, D), S = !!I, A = S && !v && Tt(m) && Tt(b), P = !x && j, G = P && A ? L : null, F = A ? G ?? (c ?? E)({
3420
3420
  rects: f,
3421
3421
  activeNodeRect: se,
3422
3422
  activeIndex: m,
@@ -3480,7 +3480,7 @@ function Zr(e) {
3480
3480
  node: N,
3481
3481
  overIndex: b,
3482
3482
  over: C,
3483
- setNodeRef: g,
3483
+ setNodeRef: p,
3484
3484
  setActivatorNodeRef: k,
3485
3485
  setDroppableNodeRef: Y,
3486
3486
  setDraggableNodeRef: D,
@@ -3735,7 +3735,8 @@ function oa(e, t) {
3735
3735
  sortableColumns: c.map((l) => ({
3736
3736
  id: l.id,
3737
3737
  label: l.label,
3738
- sortable: !0
3738
+ sortable: !0,
3739
+ backgroundColor: l.backgroundColor
3739
3740
  }))
3740
3741
  }));
3741
3742
  }
@@ -3760,7 +3761,7 @@ function ha({ visibility: e, onToggle: t }) {
3760
3761
  }) }) }) })
3761
3762
  ] });
3762
3763
  }
3763
- function pa({
3764
+ function ga({
3764
3765
  id: e,
3765
3766
  children: t,
3766
3767
  onClick: n,
@@ -3792,11 +3793,11 @@ function pa({
3792
3793
  }
3793
3794
  );
3794
3795
  }
3795
- function ga() {
3796
+ function pa() {
3796
3797
  const { columnOrder: e, visibility: t, sortColumn: n, sortDirection: r, sortableColumns: o } = bt(xe), s = e.map((c) => o.find((u) => u.id === c.id)).filter((c) => c !== void 0).filter((c) => t[c.id]), a = (c) => {
3797
3798
  const { active: u, over: l } = c;
3798
3799
  if (!l || u.id === l.id) return;
3799
- const h = e.findIndex((p) => p.id === u.id), d = e.findIndex((p) => p.id === l.id), m = Kt(e, h, d);
3800
+ const h = e.findIndex((g) => g.id === u.id), d = e.findIndex((g) => g.id === l.id), m = Kt(e, h, d);
3800
3801
  ta(m);
3801
3802
  };
3802
3803
  return /* @__PURE__ */ i.jsx(Ee.Header, { background: "blue.200", position: "sticky", top: 0, p: "0", children: /* @__PURE__ */ i.jsx(Ur, { collisionDetection: $r, onDragEnd: a, children: /* @__PURE__ */ i.jsx(
@@ -3808,12 +3809,13 @@ function ga() {
3808
3809
  s.map((c) => {
3809
3810
  const u = n === c?.id;
3810
3811
  return /* @__PURE__ */ i.jsx(
3811
- pa,
3812
+ ga,
3812
3813
  {
3813
3814
  id: c?.id,
3814
3815
  onClick: () => c?.sortable && ra(c?.id),
3815
3816
  cursor: c?.sortable ? "pointer" : "default",
3816
3817
  borderRight: "2px solid #dcdcdc",
3818
+ backgroundColor: c?.backgroundColor,
3817
3819
  children: /* @__PURE__ */ i.jsxs(
3818
3820
  "span",
3819
3821
  {
@@ -3839,7 +3841,7 @@ function ga() {
3839
3841
  }
3840
3842
  ) }) });
3841
3843
  }
3842
- const pr = Dr({
3844
+ const gr = Dr({
3843
3845
  items: [
3844
3846
  { label: "10", value: "10" },
3845
3847
  { label: "20", value: "20" },
@@ -3861,7 +3863,7 @@ function Ea({
3861
3863
  /* @__PURE__ */ i.jsxs(
3862
3864
  K.Root,
3863
3865
  {
3864
- collection: pr,
3866
+ collection: gr,
3865
3867
  size: "sm",
3866
3868
  width: "60px",
3867
3869
  onValueChange: (a) => o && o(Number(a.items[0].value)),
@@ -3872,7 +3874,7 @@ function Ea({
3872
3874
  /* @__PURE__ */ i.jsx(Da, { children: /* @__PURE__ */ i.jsx(Ca, { placeholder: "" }) }),
3873
3875
  /* @__PURE__ */ i.jsx(Ra, { children: /* @__PURE__ */ i.jsx(ja, {}) })
3874
3876
  ] }),
3875
- /* @__PURE__ */ i.jsx(Qe, { children: /* @__PURE__ */ i.jsx(va, { children: /* @__PURE__ */ i.jsx(ma, { children: pr.items.map((a) => /* @__PURE__ */ i.jsxs(ba, { item: a.value, children: [
3877
+ /* @__PURE__ */ i.jsx(Qe, { children: /* @__PURE__ */ i.jsx(va, { children: /* @__PURE__ */ i.jsx(ma, { children: gr.items.map((a) => /* @__PURE__ */ i.jsxs(ba, { item: a.value, children: [
3876
3878
  a.label,
3877
3879
  /* @__PURE__ */ i.jsx(K.ItemIndicator, {})
3878
3880
  ] }, a.value)) }) }) })
@@ -3956,21 +3958,21 @@ function dl({
3956
3958
  }, [e]), V(() => {
3957
3959
  oa(t, n);
3958
3960
  }, [t, n]);
3959
- const { sortColumn: p, sortDirection: v, data: f } = bt(xe), b = B(() => {
3961
+ const { sortColumn: g, sortDirection: v, data: f } = bt(xe), b = B(() => {
3960
3962
  const x = [...f], E = Math.max(1, a || 1);
3961
- if (p && x.sort(
3962
- (R, T) => v === "asc" ? String(R[p]).localeCompare(String(T[p])) : String(T[p]).localeCompare(String(R[p]))
3963
+ if (g && x.sort(
3964
+ (R, T) => v === "asc" ? String(R[g]).localeCompare(String(T[g])) : String(T[g]).localeCompare(String(R[g]))
3963
3965
  ), m === "client") {
3964
3966
  const R = (E - 1) * c;
3965
3967
  return x.slice(R, R + c);
3966
3968
  }
3967
3969
  return x;
3968
- }, [f, p, v, a, c, m]);
3970
+ }, [f, g, v, a, c, m]);
3969
3971
  return V(() => {
3970
3972
  a < 1 && u && u(1);
3971
3973
  }, [a, u]), /* @__PURE__ */ i.jsxs(je, { h: "100%", display: "flex", flexDirection: "column", p: 2, pt: 2, minHeight: 0, children: [
3972
3974
  /* @__PURE__ */ i.jsx(je, { flex: "1", minHeight: 0, overflow: "auto", children: r ? /* @__PURE__ */ i.jsx(je, { display: "flex", alignItems: "center", justifyContent: "center", h: "100%", color: "gray.500", children: "Loading..." }) : b.length === 0 ? /* @__PURE__ */ i.jsx(je, { display: "flex", alignItems: "center", justifyContent: "center", h: "100%", color: "gray.500", children: o }) : /* @__PURE__ */ i.jsxs(Ee.Root, { variant: "outline", w: "100%", size: h, children: [
3973
- /* @__PURE__ */ i.jsx(ga, {}),
3975
+ /* @__PURE__ */ i.jsx(pa, {}),
3974
3976
  /* @__PURE__ */ i.jsx($a, { data: b, actions: s })
3975
3977
  ] }) }),
3976
3978
  /* @__PURE__ */ i.jsx(je, { mt: 0.5, children: /* @__PURE__ */ i.jsx(
@@ -4008,7 +4010,7 @@ const Ia = y(De.Root), ka = y(De.HiddenInput), Aa = y(De.Control), La = y(De.Lab
4008
4010
  }
4009
4011
  ),
4010
4012
  r && /* @__PURE__ */ i.jsx(La, { children: r })
4011
- ] }), ee = " to ", gr = 10, He = {
4013
+ ] }), ee = " to ", pr = 10, He = {
4012
4014
  DAY_MAX: 31,
4013
4015
  MONTH_MAX: 12,
4014
4016
  YEAR_MIN: 1900,
@@ -4065,13 +4067,13 @@ const Ia = y(De.Root), ka = y(De.HiddenInput), Aa = y(De.Control), La = y(De.Lab
4065
4067
  }
4066
4068
  return null;
4067
4069
  }, ut = (e) => {
4068
- let t = e.replace(/[^\d-]/g, "").substring(0, gr);
4070
+ let t = e.replace(/[^\d-]/g, "").substring(0, pr);
4069
4071
  if (t.length >= 3 && t[2] !== "-" && (t = t.substring(0, 2) + "-" + t.substring(2).replace(/-/g, "")), t.length >= 6 && t[5] !== "-") {
4070
4072
  const o = t.split("-");
4071
4073
  o.length >= 2 && (t = `${o[0]}-${o[1].substring(0, 2)}-${o[1].substring(2)}${o[2] || ""}`);
4072
4074
  }
4073
4075
  const n = t.split("-");
4074
- return n[0] = n[0]?.substring(0, 2) || "", n[1] = n[1]?.substring(0, 2) || "", n[2] = n[2]?.substring(0, 4) || "", t = n.filter((o) => o !== "").join("-"), t = t.substring(0, gr), Ya(n, e) || t;
4076
+ return n[0] = n[0]?.substring(0, 2) || "", n[1] = n[1]?.substring(0, 2) || "", n[2] = n[2]?.substring(0, 4) || "", t = n.filter((o) => o !== "").join("-"), t = t.substring(0, pr), Ya(n, e) || t;
4075
4077
  }, Fa = y(Wt.Root), Ha = y(Wt.Trigger), Va = y(Wt.Content), Wa = y(Wt.Positioner);
4076
4078
  function Ba({
4077
4079
  value: e,
@@ -4150,7 +4152,7 @@ function Ba({
4150
4152
  d(), l.current?.blur();
4151
4153
  }, 0);
4152
4154
  }
4153
- }, p = () => {
4155
+ }, g = () => {
4154
4156
  a(""), t(void 0);
4155
4157
  };
4156
4158
  return /* @__PURE__ */ i.jsx(Cr, { children: /* @__PURE__ */ i.jsx(i.Fragment, { children: /* @__PURE__ */ i.jsxs(Fn, { position: "revert", children: [
@@ -4228,7 +4230,7 @@ function Ba({
4228
4230
  size: "sm",
4229
4231
  variant: "ghost",
4230
4232
  "aria-label": "Clear date range",
4231
- onClick: p,
4233
+ onClick: g,
4232
4234
  w: "100%"
4233
4235
  }
4234
4236
  ) })
@@ -4254,7 +4256,7 @@ const Ua = y(We.Root), Ga = y(We.Label), Xa = y(We.HelperText), qa = y(We.ErrorT
4254
4256
  Sn,
4255
4257
  {
4256
4258
  value: t,
4257
- onChange: (p) => n?.(p.target.value),
4259
+ onChange: (g) => n?.(g.target.value),
4258
4260
  placeholder: r,
4259
4261
  size: o,
4260
4262
  variant: s,
@@ -4279,14 +4281,14 @@ const Ua = y(We.Root), Ga = y(We.Label), Xa = y(We.HelperText), qa = y(We.ErrorT
4279
4281
  errorText: d,
4280
4282
  visible: m
4281
4283
  }) => {
4282
- const p = Dr({
4284
+ const g = Dr({
4283
4285
  items: e
4284
4286
  });
4285
4287
  return /* @__PURE__ */ i.jsxs(Ka, { disabled: l, required: h, children: [
4286
4288
  /* @__PURE__ */ i.jsxs(
4287
4289
  Qa,
4288
4290
  {
4289
- collection: p,
4291
+ collection: g,
4290
4292
  variant: c,
4291
4293
  size: s,
4292
4294
  width: a,
@@ -4299,7 +4301,7 @@ const Ua = y(We.Root), Ga = y(We.Label), Xa = y(We.HelperText), qa = y(We.ErrorT
4299
4301
  /* @__PURE__ */ i.jsx(nc, { children: /* @__PURE__ */ i.jsx(rc, { placeholder: o }) }),
4300
4302
  /* @__PURE__ */ i.jsx(oc, { children: /* @__PURE__ */ i.jsx(sc, {}) })
4301
4303
  ] }),
4302
- /* @__PURE__ */ i.jsx(uc, { children: /* @__PURE__ */ i.jsx(ic, { children: p.items.map((v) => /* @__PURE__ */ i.jsxs(ac, { item: v, children: [
4304
+ /* @__PURE__ */ i.jsx(uc, { children: /* @__PURE__ */ i.jsx(ic, { children: g.items.map((v) => /* @__PURE__ */ i.jsxs(ac, { item: v, children: [
4303
4305
  v.label,
4304
4306
  /* @__PURE__ */ i.jsx(cc, {})
4305
4307
  ] }, v.value)) }) })
@@ -4333,10 +4335,10 @@ const Vt = new _r({}), $n = (e) => {
4333
4335
  }, hc = (e, t) => {
4334
4336
  const n = $n(e).filter((r) => r.id !== t);
4335
4337
  ro(e, n);
4336
- }, pc = (e, t) => {
4338
+ }, gc = (e, t) => {
4337
4339
  const n = [t, ...$n(e)];
4338
4340
  ro(e, n);
4339
- }, gc = y(De.Root), vc = y(De.HiddenInput), mc = y(De.Control), bc = y(mt.Root), xc = y(mt.Track), yc = y(mt.Range), wc = y(mt.Thumbs), Sc = y(mt.Control), Dc = ({ filter: e, onVisibilityChange: t, onSizeChange: n }) => {
4341
+ }, pc = y(De.Root), vc = y(De.HiddenInput), mc = y(De.Control), bc = y(mt.Root), xc = y(mt.Track), yc = y(mt.Range), wc = y(mt.Thumbs), Sc = y(mt.Control), Dc = ({ filter: e, onVisibilityChange: t, onSizeChange: n }) => {
4340
4342
  const { attributes: r, listeners: o, setNodeRef: s, transform: a, transition: c } = Zr({
4341
4343
  id: e.id
4342
4344
  }), u = {
@@ -4363,7 +4365,7 @@ const Vt = new _r({}), $n = (e) => {
4363
4365
  /* @__PURE__ */ i.jsxs(fe, { justify: "space-between", children: [
4364
4366
  /* @__PURE__ */ i.jsx(q, { fontSize: "sm", children: "Visible" }),
4365
4367
  /* @__PURE__ */ i.jsxs(
4366
- gc,
4368
+ pc,
4367
4369
  {
4368
4370
  checked: e.visible,
4369
4371
  size: "sm",
@@ -4457,9 +4459,9 @@ const Vt = new _r({}), $n = (e) => {
4457
4459
  open: h,
4458
4460
  onOpenChange: d
4459
4461
  }) => {
4460
- const p = bt(Vt)[s] ?? $n(s), v = () => {
4462
+ const g = bt(Vt)[s] ?? $n(s), v = () => {
4461
4463
  const f = prompt("Preset name?");
4462
- f && pc(s, {
4464
+ f && gc(s, {
4463
4465
  id: crypto.randomUUID(),
4464
4466
  name: f,
4465
4467
  date: (/* @__PURE__ */ new Date()).toISOString(),
@@ -4535,8 +4537,8 @@ const Vt = new _r({}), $n = (e) => {
4535
4537
  ) }),
4536
4538
  /* @__PURE__ */ i.jsx(fn, { value: "presets", children: /* @__PURE__ */ i.jsxs(ke, { align: "stretch", mb: 3, children: [
4537
4539
  /* @__PURE__ */ i.jsx(Ke, { size: "sm", colorScheme: "blue", onClick: v, children: "Save Current Filters" }),
4538
- p.length === 0 && /* @__PURE__ */ i.jsx(q, { fontSize: "xs", color: "gray.500", children: "No presets saved yet." }),
4539
- p.map((f) => /* @__PURE__ */ i.jsxs(
4540
+ g.length === 0 && /* @__PURE__ */ i.jsx(q, { fontSize: "xs", color: "gray.500", children: "No presets saved yet." }),
4541
+ g.map((f) => /* @__PURE__ */ i.jsxs(
4540
4542
  fe,
4541
4543
  {
4542
4544
  justify: "space-between",
@@ -4606,7 +4608,7 @@ const Vt = new _r({}), $n = (e) => {
4606
4608
  activePresetName: h,
4607
4609
  filterDrawerSize: d = "sm"
4608
4610
  }) => {
4609
- const [m, p] = oe(!1);
4611
+ const [m, g] = oe(!1);
4610
4612
  return /* @__PURE__ */ i.jsxs(fe, { wrap: "wrap", pl: 2, pr: 2, width: "100%", justify: "space-between", children: [
4611
4613
  e,
4612
4614
  /* @__PURE__ */ i.jsxs(fe, { gapX: 1, children: [
@@ -4636,7 +4638,7 @@ const Vt = new _r({}), $n = (e) => {
4636
4638
  activePresetName: h,
4637
4639
  open: m,
4638
4640
  onOpenChange: (v) => {
4639
- p(v.open);
4641
+ g(v.open);
4640
4642
  }
4641
4643
  }
4642
4644
  )
@@ -4644,13 +4646,13 @@ const Vt = new _r({}), $n = (e) => {
4644
4646
  ] });
4645
4647
  }, hl = (e, t) => {
4646
4648
  localStorage.setItem(`FILTER_ORDER_${e}`, JSON.stringify(t));
4647
- }, pl = (e) => {
4649
+ }, gl = (e) => {
4648
4650
  try {
4649
4651
  return JSON.parse(localStorage.getItem(`FILTER_ORDER_${e}`) || "[]");
4650
4652
  } catch {
4651
4653
  return [];
4652
4654
  }
4653
- }, gl = ({
4655
+ }, pl = ({
4654
4656
  onClick: e,
4655
4657
  size: t = "xs",
4656
4658
  variant: n = "solid",
@@ -4697,8 +4699,8 @@ function vl({
4697
4699
  /* @__PURE__ */ i.jsx(zc, {}),
4698
4700
  /* @__PURE__ */ i.jsx(Pc, { children: /* @__PURE__ */ i.jsxs(Yc, { maxW: "520px", children: [
4699
4701
  /* @__PURE__ */ i.jsx(Fc, { borderBottom: "1px solid", borderColor: "red.200", boxShadow: "sm", children: /* @__PURE__ */ i.jsx(Wc, { color: "red.600", children: r }) }),
4700
- /* @__PURE__ */ i.jsx(Hc, { children: /* @__PURE__ */ i.jsxs(pn, { gap: 4, boxShadow: "lg", border: "1px solid gray.200", borderRadius: "md", p: 4, children: [
4701
- /* @__PURE__ */ i.jsx(je, { border: "1px solid", borderColor: "red.200", bg: "red.50", borderRadius: "md", p: 4, children: /* @__PURE__ */ i.jsxs(pn, { direction: "row", gap: 3, align: "flex-start", children: [
4702
+ /* @__PURE__ */ i.jsx(Hc, { children: /* @__PURE__ */ i.jsxs(gn, { gap: 4, boxShadow: "lg", border: "1px solid gray.200", borderRadius: "md", p: 4, children: [
4703
+ /* @__PURE__ */ i.jsx(je, { border: "1px solid", borderColor: "red.200", bg: "red.50", borderRadius: "md", p: 4, children: /* @__PURE__ */ i.jsxs(gn, { direction: "row", gap: 3, align: "flex-start", children: [
4702
4704
  /* @__PURE__ */ i.jsx(je, { color: "red.600", mt: "2px", children: /* @__PURE__ */ i.jsx(ea, { size: 20 }) }),
4703
4705
  /* @__PURE__ */ i.jsxs(je, { children: [
4704
4706
  /* @__PURE__ */ i.jsx(q, { fontWeight: "semibold", color: "red.700", children: "Are you sure?" }),
@@ -4796,7 +4798,7 @@ function Gc() {
4796
4798
  (function(n, r) {
4797
4799
  e.exports = r();
4798
4800
  })(Uc, (function() {
4799
- var n = 1e3, r = 6e4, o = 36e5, s = "millisecond", a = "second", c = "minute", u = "hour", l = "day", h = "week", d = "month", m = "quarter", p = "year", v = "date", f = "Invalid Date", b = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, x = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, E = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(M) {
4801
+ var n = 1e3, r = 6e4, o = 36e5, s = "millisecond", a = "second", c = "minute", u = "hour", l = "day", h = "week", d = "month", m = "quarter", g = "year", v = "date", f = "Invalid Date", b = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, x = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, E = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(M) {
4800
4802
  var D = ["th", "st", "nd", "rd"], w = M % 100;
4801
4803
  return "[" + M + (D[(w - 20) % 10] || D[w] || D[0]) + "]";
4802
4804
  } }, R = function(M, D, w) {
@@ -4812,7 +4814,7 @@ function Gc() {
4812
4814
  }, a: function(M) {
4813
4815
  return M < 0 ? Math.ceil(M) || 0 : Math.floor(M);
4814
4816
  }, p: function(M) {
4815
- return { M: d, y: p, w: h, d: l, D: v, h: u, m: c, s: a, ms: s, Q: m }[M] || String(M || "").toLowerCase().replace(/s$/, "");
4817
+ return { M: d, y: g, w: h, d: l, D: v, h: u, m: c, s: a, ms: s, Q: m }[M] || String(M || "").toLowerCase().replace(/s$/, "");
4816
4818
  }, u: function(M) {
4817
4819
  return M === void 0;
4818
4820
  } }, O = "en", _ = {};
@@ -4828,8 +4830,8 @@ function Gc() {
4828
4830
  var L = D.split("-");
4829
4831
  if (!C && L.length > 1) return M(L[0]);
4830
4832
  } else {
4831
- var g = D.name;
4832
- _[g] = D, C = g;
4833
+ var p = D.name;
4834
+ _[p] = D, C = p;
4833
4835
  }
4834
4836
  return !j && C && (O = C), C || !j && O;
4835
4837
  }, Y = function(M, D) {
@@ -4854,8 +4856,8 @@ function Gc() {
4854
4856
  if (typeof C == "string" && !/Z$/i.test(C)) {
4855
4857
  var L = C.match(b);
4856
4858
  if (L) {
4857
- var g = L[2] - 1 || 0, S = (L[7] || "0").substring(0, 3);
4858
- return k ? new Date(Date.UTC(L[1], g, L[3] || 1, L[4] || 0, L[5] || 0, L[6] || 0, S)) : new Date(L[1], g, L[3] || 1, L[4] || 0, L[5] || 0, L[6] || 0, S);
4859
+ var p = L[2] - 1 || 0, S = (L[7] || "0").substring(0, 3);
4860
+ return k ? new Date(Date.UTC(L[1], p, L[3] || 1, L[4] || 0, L[5] || 0, L[6] || 0, S)) : new Date(L[1], p, L[3] || 1, L[4] || 0, L[5] || 0, L[6] || 0, S);
4859
4861
  }
4860
4862
  }
4861
4863
  return new Date(C);
@@ -4881,20 +4883,20 @@ function Gc() {
4881
4883
  }, D.valueOf = function() {
4882
4884
  return this.$d.getTime();
4883
4885
  }, D.startOf = function(w, j) {
4884
- var C = this, k = !!I.u(j) || j, L = I.p(w), g = function(Z, z) {
4886
+ var C = this, k = !!I.u(j) || j, L = I.p(w), p = function(Z, z) {
4885
4887
  var de = I.w(C.$u ? Date.UTC(C.$y, z, Z) : new Date(C.$y, z, Z), C);
4886
4888
  return k ? de : de.endOf(l);
4887
4889
  }, S = function(Z, z) {
4888
4890
  return I.w(C.toDate()[Z].apply(C.toDate("s"), (k ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(z)), C);
4889
4891
  }, A = this.$W, P = this.$M, G = this.$D, X = "set" + (this.$u ? "UTC" : "");
4890
4892
  switch (L) {
4891
- case p:
4892
- return k ? g(1, 0) : g(31, 11);
4893
+ case g:
4894
+ return k ? p(1, 0) : p(31, 11);
4893
4895
  case d:
4894
- return k ? g(1, P) : g(0, P + 1);
4896
+ return k ? p(1, P) : p(0, P + 1);
4895
4897
  case h:
4896
4898
  var F = this.$locale().weekStart || 0, J = (A < F ? A + 7 : A) - F;
4897
- return g(k ? G - J : G + (6 - J), P);
4899
+ return p(k ? G - J : G + (6 - J), P);
4898
4900
  case l:
4899
4901
  case v:
4900
4902
  return S(X + "Hours", 0);
@@ -4910,11 +4912,11 @@ function Gc() {
4910
4912
  }, D.endOf = function(w) {
4911
4913
  return this.startOf(w, !1);
4912
4914
  }, D.$set = function(w, j) {
4913
- var C, k = I.p(w), L = "set" + (this.$u ? "UTC" : ""), g = (C = {}, C[l] = L + "Date", C[v] = L + "Date", C[d] = L + "Month", C[p] = L + "FullYear", C[u] = L + "Hours", C[c] = L + "Minutes", C[a] = L + "Seconds", C[s] = L + "Milliseconds", C)[k], S = k === l ? this.$D + (j - this.$W) : j;
4914
- if (k === d || k === p) {
4915
+ var C, k = I.p(w), L = "set" + (this.$u ? "UTC" : ""), p = (C = {}, C[l] = L + "Date", C[v] = L + "Date", C[d] = L + "Month", C[g] = L + "FullYear", C[u] = L + "Hours", C[c] = L + "Minutes", C[a] = L + "Seconds", C[s] = L + "Milliseconds", C)[k], S = k === l ? this.$D + (j - this.$W) : j;
4916
+ if (k === d || k === g) {
4915
4917
  var A = this.clone().set(v, 1);
4916
- A.$d[g](S), A.init(), this.$d = A.set(v, Math.min(this.$D, A.daysInMonth())).$d;
4917
- } else g && this.$d[g](S);
4918
+ A.$d[p](S), A.init(), this.$d = A.set(v, Math.min(this.$D, A.daysInMonth())).$d;
4919
+ } else p && this.$d[p](S);
4918
4920
  return this.init(), this;
4919
4921
  }, D.set = function(w, j) {
4920
4922
  return this.clone().$set(w, j);
@@ -4923,14 +4925,14 @@ function Gc() {
4923
4925
  }, D.add = function(w, j) {
4924
4926
  var C, k = this;
4925
4927
  w = Number(w);
4926
- var L = I.p(j), g = function(P) {
4928
+ var L = I.p(j), p = function(P) {
4927
4929
  var G = Y(k);
4928
4930
  return I.w(G.date(G.date() + Math.round(P * w)), k);
4929
4931
  };
4930
4932
  if (L === d) return this.set(d, this.$M + w);
4931
- if (L === p) return this.set(p, this.$y + w);
4932
- if (L === l) return g(1);
4933
- if (L === h) return g(7);
4933
+ if (L === g) return this.set(g, this.$y + w);
4934
+ if (L === l) return p(1);
4935
+ if (L === h) return p(7);
4934
4936
  var S = (C = {}, C[c] = r, C[u] = o, C[a] = n, C)[L] || 1, A = this.$d.getTime() + w * S;
4935
4937
  return I.w(A, this);
4936
4938
  }, D.subtract = function(w, j) {
@@ -4938,10 +4940,10 @@ function Gc() {
4938
4940
  }, D.format = function(w) {
4939
4941
  var j = this, C = this.$locale();
4940
4942
  if (!this.isValid()) return C.invalidDate || f;
4941
- var k = w || "YYYY-MM-DDTHH:mm:ssZ", L = I.z(this), g = this.$H, S = this.$m, A = this.$M, P = C.weekdays, G = C.months, X = C.meridiem, F = function(z, de, ae, ye) {
4943
+ var k = w || "YYYY-MM-DDTHH:mm:ssZ", L = I.z(this), p = this.$H, S = this.$m, A = this.$M, P = C.weekdays, G = C.months, X = C.meridiem, F = function(z, de, ae, ye) {
4942
4944
  return z && (z[de] || z(j, k)) || ae[de].slice(0, ye);
4943
4945
  }, J = function(z) {
4944
- return I.s(g % 12 || 12, z, "0");
4946
+ return I.s(p % 12 || 12, z, "0");
4945
4947
  }, Z = X || function(z, de, ae) {
4946
4948
  var ye = z < 12 ? "AM" : "PM";
4947
4949
  return ae ? ye.toLowerCase() : ye;
@@ -4974,17 +4976,17 @@ function Gc() {
4974
4976
  case "dddd":
4975
4977
  return P[j.$W];
4976
4978
  case "H":
4977
- return String(g);
4979
+ return String(p);
4978
4980
  case "HH":
4979
- return I.s(g, 2, "0");
4981
+ return I.s(p, 2, "0");
4980
4982
  case "h":
4981
4983
  return J(1);
4982
4984
  case "hh":
4983
4985
  return J(2);
4984
4986
  case "a":
4985
- return Z(g, S, !0);
4987
+ return Z(p, S, !0);
4986
4988
  case "A":
4987
- return Z(g, S, !1);
4989
+ return Z(p, S, !1);
4988
4990
  case "m":
4989
4991
  return String(S);
4990
4992
  case "mm":
@@ -5004,11 +5006,11 @@ function Gc() {
5004
5006
  }, D.utcOffset = function() {
5005
5007
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
5006
5008
  }, D.diff = function(w, j, C) {
5007
- var k, L = this, g = I.p(j), S = Y(w), A = (S.utcOffset() - this.utcOffset()) * r, P = this - S, G = function() {
5009
+ var k, L = this, p = I.p(j), S = Y(w), A = (S.utcOffset() - this.utcOffset()) * r, P = this - S, G = function() {
5008
5010
  return I.m(L, S);
5009
5011
  };
5010
- switch (g) {
5011
- case p:
5012
+ switch (p) {
5013
+ case g:
5012
5014
  k = G() / 12;
5013
5015
  break;
5014
5016
  case d:
@@ -5056,7 +5058,7 @@ function Gc() {
5056
5058
  return this.$d.toUTCString();
5057
5059
  }, M;
5058
5060
  })(), se = Q.prototype;
5059
- return Y.prototype = se, [["$ms", s], ["$s", a], ["$m", c], ["$H", u], ["$W", l], ["$M", d], ["$y", p], ["$D", v]].forEach((function(M) {
5061
+ return Y.prototype = se, [["$ms", s], ["$s", a], ["$m", c], ["$H", u], ["$W", l], ["$M", d], ["$y", g], ["$D", v]].forEach((function(M) {
5060
5062
  se[M[1]] = function(D) {
5061
5063
  return this.$g(D, M[0], M[1]);
5062
5064
  };
@@ -5082,7 +5084,7 @@ function Kc() {
5082
5084
  function c(l, h, d, m) {
5083
5085
  return s.fromToBase(l, h, d, m);
5084
5086
  }
5085
- o.en.relativeTime = a, s.fromToBase = function(l, h, d, m, p) {
5087
+ o.en.relativeTime = a, s.fromToBase = function(l, h, d, m, g) {
5086
5088
  for (var v, f, b, x = d.$locale().relativeTime || a, E = n.thresholds || [{ l: "s", r: 44, d: "second" }, { l: "m", r: 89 }, { l: "mm", r: 44, d: "minute" }, { l: "h", r: 89 }, { l: "hh", r: 21, d: "hour" }, { l: "d", r: 35 }, { l: "dd", r: 25, d: "day" }, { l: "M", r: 45 }, { l: "MM", r: 10, d: "month" }, { l: "y", r: 17 }, { l: "yy", d: "year" }], R = E.length, T = 0; T < R; T += 1) {
5087
5089
  var O = E[T];
5088
5090
  O.d && (v = m ? o(l).diff(d, O.d, !0) : d.diff(l, O.d, !0));
@@ -5090,7 +5092,7 @@ function Kc() {
5090
5092
  if (b = v > 0, _ <= O.r || !O.r) {
5091
5093
  _ <= 1 && T > 0 && (O = E[T - 1]);
5092
5094
  var $ = x[O.l];
5093
- p && (_ = p("" + _)), f = typeof $ == "string" ? $.replace("%d", _) : $(_, h, O.l, b);
5095
+ g && (_ = g("" + _)), f = typeof $ == "string" ? $.replace("%d", _) : $(_, h, O.l, b);
5094
5096
  break;
5095
5097
  }
5096
5098
  }
@@ -5128,7 +5130,7 @@ function el() {
5128
5130
  s.en.formats = n, a.format = function(u) {
5129
5131
  u === void 0 && (u = "YYYY-MM-DDTHH:mm:ssZ");
5130
5132
  var l = this.$locale().formats, h = (function(d, m) {
5131
- return d.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(p, v, f) {
5133
+ return d.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(g, v, f) {
5132
5134
  var b = f && f.toUpperCase();
5133
5135
  return v || m[f] || n[f] || m[b].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(x, E, R) {
5134
5136
  return E || R.slice(1);
@@ -5224,7 +5226,7 @@ function bl({
5224
5226
  timeFormat: o,
5225
5227
  align: s = "start"
5226
5228
  }) {
5227
- return /* @__PURE__ */ i.jsxs(pn, { gap: 0.5, align: s, children: [
5229
+ return /* @__PURE__ */ i.jsxs(gn, { gap: 0.5, align: s, children: [
5228
5230
  /* @__PURE__ */ i.jsx(q, { fontSize: "sm", fontWeight: "500", children: Sr({
5229
5231
  value: e,
5230
5232
  variant: t,
@@ -5240,7 +5242,7 @@ function bl({
5240
5242
  export {
5241
5243
  dl as DataTable,
5242
5244
  fl as Filters,
5243
- gl as MDSButton,
5245
+ pl as MDSButton,
5244
5246
  Na as MDSCheckbox,
5245
5247
  vl as MDSConfirmDeleteDialog,
5246
5248
  mr as MDSInput,
@@ -5248,11 +5250,11 @@ export {
5248
5250
  dc as MDSSelectBox,
5249
5251
  ml as RefreshButton,
5250
5252
  bl as StackedDateTime,
5251
- pc as addPreset,
5253
+ gc as addPreset,
5252
5254
  hc as deletePreset,
5253
5255
  Sr as formatDateTime,
5254
5256
  $n as getPresets,
5255
- pl as loadOrder,
5257
+ gl as loadOrder,
5256
5258
  Vt as presetStore,
5257
5259
  hl as saveOrder,
5258
5260
  ro as savePresets,