@krosoft/react 0.0.170 → 0.0.172

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.
Files changed (49) hide show
  1. package/README.md +27 -1
  2. package/dist/{AppActions-DCYt9I0e.js → AppActions-CwPaiNx1.js} +5 -5
  3. package/dist/{AppSubTitle-DhioA5bv.js → AppSubTitle-6JLlE8Vf.js} +1 -1
  4. package/dist/{AppVerticalTabs-DujFNh9f.js → AppVerticalTabs-BkZkxL_K.js} +4 -4
  5. package/dist/{ConfirmationDialog-CCZPbD4x.js → ConfirmationDialog-t5QtNOQO.js} +10 -10
  6. package/dist/{DataTable-28eGRJvy.js → DataTable-C1l3CLr1.js} +92 -86
  7. package/dist/{ErrorAlert-DH1onuyt.js → ErrorAlert-SrIcU1mM.js} +1 -1
  8. package/dist/{ErrorState-vU8d4CwD.js → ErrorState-CmaxuJyW.js} +2 -2
  9. package/dist/{GenericForm-EohJXOt8.js → GenericForm-DXclmweK.js} +8 -8
  10. package/dist/{ImageInput-Bbxr8vpu.js → ImageInput-BqoCekqh.js} +18 -18
  11. package/dist/KpiCardsLayout-BhEoJhJ9.js +49 -0
  12. package/dist/{MetricCard-rL1mIA58.js → MetricCard-C7kgpgRl.js} +8 -8
  13. package/dist/{MultiSelect-B72dsN-1.js → MultiSelect-BFdaRnIO.js} +8 -8
  14. package/dist/{SearchInput-rRYNQ8fq.js → SearchInput-Dg5Aw2lv.js} +29 -29
  15. package/dist/{SkeletonCards-BgsWWMun.js → SkeletonCards-DemfjUfD.js} +6 -6
  16. package/dist/{TableFilter-BfWYeTv_.js → TableFilter-WWNz4Nua.js} +9 -9
  17. package/dist/{ThemeSelector-CQ3fSDJ2.js → ThemeSelector-BwrbKW-4.js} +2 -2
  18. package/dist/{Topbar-DMyjbOTI.js → Topbar-D55ou5Uk.js} +7 -7
  19. package/dist/{alert-B78CiTYe.js → alert-B9F1N9Qk.js} +6 -6
  20. package/dist/components/core/cards/index.js +2 -2
  21. package/dist/components/core/dialogs/index.js +2 -2
  22. package/dist/components/core/filters/index.js +1 -1
  23. package/dist/components/core/forms/index.js +1 -1
  24. package/dist/components/core/index.js +18 -18
  25. package/dist/components/core/inputs/index.js +3 -3
  26. package/dist/components/core/layouts/index.js +3 -3
  27. package/dist/components/core/navbar/index.js +1 -1
  28. package/dist/components/core/states/index.js +2 -2
  29. package/dist/components/core/table/DataTable.d.ts.map +1 -1
  30. package/dist/components/core/table/index.js +1 -1
  31. package/dist/components/core/tabs/index.js +1 -1
  32. package/dist/components/core/theme/index.js +1 -1
  33. package/dist/components/index.js +24 -24
  34. package/dist/components/ui/index.js +7 -7
  35. package/dist/hooks/behavior/index.js +1 -1
  36. package/dist/hooks/index.js +1 -1
  37. package/dist/{select-MWzbMBAS.js → select-BwcXfUqZ.js} +2 -2
  38. package/dist/{sheet-Gop1cIaU.js → sheet-DOncI9p6.js} +5 -5
  39. package/dist/skeleton-BX4RcsiK.js +8 -0
  40. package/dist/tailwind/index.d.ts +2 -0
  41. package/dist/tailwind/index.d.ts.map +1 -1
  42. package/dist/tailwind/index.js +10 -2
  43. package/dist/{toaster-DTcdwmkK.js → toaster-S0xacBVZ.js} +1 -1
  44. package/dist/{toggle-group-DY9wl0HW.js → toggle-group-DC5hqQ4H.js} +33 -33
  45. package/dist/{tooltip-BWyFpIxo.js → tooltip-OY3E8Lo0.js} +14 -14
  46. package/dist/{usePage-CWu-cjzK.js → usePage-u2gRhvQ0.js} +1 -1
  47. package/package.json +3 -3
  48. package/dist/KpiCardsLayout-DBqGhp0I.js +0 -49
  49. package/dist/skeleton-8o8eJd3P.js +0 -8
@@ -1,13 +1,13 @@
1
1
  import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
- import { J as l, N as h, O as m, K as g } from "./toggle-group-DY9wl0HW.js";
2
+ import { J as l, N as h, O as m, K as g } from "./toggle-group-DC5hqQ4H.js";
3
3
  import { c as b } from "./tailwind.helper-B6yFEsav.js";
4
4
  import { useTranslation as p } from "react-i18next";
5
5
  const k = ({ titleKey: t, icon: s, className: n, children: a }) => {
6
- const { t: i } = p();
6
+ const { t: o } = p();
7
7
  return /* @__PURE__ */ r(l, { className: b("bg-gray-50 dark:bg-gray-950", n), children: [
8
8
  /* @__PURE__ */ e(h, { children: /* @__PURE__ */ r(m, { className: "flex items-center gap-2", children: [
9
9
  s && /* @__PURE__ */ e(s, { className: "mr-2 size-4" }),
10
- /* @__PURE__ */ e("span", { children: i(t) })
10
+ /* @__PURE__ */ e("span", { children: o(t) })
11
11
  ] }) }),
12
12
  /* @__PURE__ */ e(g, { children: a })
13
13
  ] });
@@ -26,8 +26,8 @@ const k = ({ titleKey: t, icon: s, className: n, children: a }) => {
26
26
  sm: "size-4",
27
27
  md: "size-5",
28
28
  lg: "size-6"
29
- }, v = (t) => t === "up" ? "↑" : t === "down" ? "↓" : "", C = (t) => t === "up" ? "text-green-600" : t === "down" ? "text-red-600" : "text-muted-foreground", D = ({ title: t, value: s, unit: n, subtitle: a, icon: i, iconSize: x = "md", trend: o, trendValue: d, color: u = "blue", children: c }) => {
30
- const f = i;
29
+ }, v = (t) => t === "up" ? "↑" : t === "down" ? "↓" : "", C = (t) => t === "up" ? "text-green-600" : t === "down" ? "text-red-600" : "text-muted-foreground", D = ({ title: t, value: s, unit: n, subtitle: a, icon: o, iconSize: x = "md", trend: i, trendValue: d, color: u = "blue", children: c }) => {
30
+ const f = o;
31
31
  return /* @__PURE__ */ e(l, { className: "relative overflow-hidden bg-card border shadow-lg hover:shadow-xl transition-all duration-300", children: /* @__PURE__ */ r(g, { className: "pt-6", children: [
32
32
  /* @__PURE__ */ r("div", { className: "flex items-start justify-between", children: [
33
33
  /* @__PURE__ */ r("div", { children: [
@@ -37,12 +37,12 @@ const k = ({ titleKey: t, icon: s, className: n, children: a }) => {
37
37
  n && /* @__PURE__ */ e("div", { className: "text-sm text-muted-foreground font-medium", children: n })
38
38
  ] }),
39
39
  a && /* @__PURE__ */ e("div", { className: "mt-1 text-xs text-muted-foreground", children: a }),
40
- o && d && /* @__PURE__ */ r("div", { className: `flex items-center space-x-1 mt-2 text-xs ${C(o)}`, children: [
41
- /* @__PURE__ */ e("span", { children: v(o) }),
40
+ i && d && /* @__PURE__ */ r("div", { className: `flex items-center space-x-1 mt-2 text-xs ${C(i)}`, children: [
41
+ /* @__PURE__ */ e("span", { children: v(i) }),
42
42
  /* @__PURE__ */ e("span", { children: d })
43
43
  ] })
44
44
  ] }),
45
- /* @__PURE__ */ e("div", { className: `p-2 rounded-lg ${w[u]} shadow-lg`, children: /* @__PURE__ */ e(f, { className: N[x] }) })
45
+ /* @__PURE__ */ e("div", { className: `p-2 rounded-control ${w[u]} shadow-lg`, children: /* @__PURE__ */ e(f, { className: N[x] }) })
46
46
  ] }),
47
47
  c && /* @__PURE__ */ e("div", { className: "mt-4", children: c })
48
48
  ] }) });
@@ -1,15 +1,15 @@
1
1
  import { jsxs as l, jsx as r } from "react/jsx-runtime";
2
2
  import { useState as k, useRef as w, useMemo as N, useEffect as y } from "react";
3
- import { $ as C } from "./toggle-group-DY9wl0HW.js";
4
- import "./alert-B78CiTYe.js";
3
+ import { $ as C } from "./toggle-group-DC5hqQ4H.js";
4
+ import "./alert-B9F1N9Qk.js";
5
5
  import "@radix-ui/react-aspect-ratio";
6
- import "./tooltip-BWyFpIxo.js";
6
+ import "./tooltip-OY3E8Lo0.js";
7
7
  import "@radix-ui/react-collapsible";
8
- import "./sheet-Gop1cIaU.js";
8
+ import "./sheet-DOncI9p6.js";
9
9
  import { XIcon as L, ChevronDownIcon as R, SearchIcon as T } from "lucide-react";
10
10
  import "react-resizable-panels";
11
11
  import { c as z } from "./tailwind.helper-B6yFEsav.js";
12
- import "./select-MWzbMBAS.js";
12
+ import "./select-BwcXfUqZ.js";
13
13
  import "next-themes";
14
14
  import "sonner";
15
15
  const J = ({
@@ -61,7 +61,7 @@ const J = ({
61
61
  f || b((e) => (e && p(""), !e));
62
62
  },
63
63
  className: z(
64
- "flex h-10 w-full items-center justify-between rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1",
64
+ "flex h-10 w-full items-center justify-between rounded-control border border-input bg-background px-3 py-2 text-sm ring-offset-background focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1",
65
65
  a && "ring-2 ring-ring ring-offset-2",
66
66
  n.length === 0 && "text-muted-foreground"
67
67
  ),
@@ -91,14 +91,14 @@ const J = ({
91
91
  ]
92
92
  }
93
93
  ),
94
- a ? /* @__PURE__ */ l("div", { className: "absolute left-0 right-0 top-[calc(100%+4px)] z-[100] rounded-md border bg-popover text-popover-foreground shadow-md animate-in fade-in-0 zoom-in-95 slide-in-from-top-2", children: [
94
+ a ? /* @__PURE__ */ l("div", { className: "absolute left-0 right-0 top-[calc(100%+4px)] z-[100] rounded-surface border bg-popover text-popover-foreground shadow-md animate-in fade-in-0 zoom-in-95 slide-in-from-top-2", children: [
95
95
  m ? /* @__PURE__ */ r("div", { className: "border-b border-border p-2", children: /* @__PURE__ */ l("div", { className: "relative", children: [
96
96
  /* @__PURE__ */ r(T, { className: "absolute left-2 top-1/2 h-3.5 w-3.5 -translate-y-1/2 text-muted-foreground" }),
97
97
  /* @__PURE__ */ r(
98
98
  "input",
99
99
  {
100
100
  ref: x,
101
- className: "w-full rounded-md bg-muted/50 py-1.5 pl-7 pr-2 text-sm text-foreground placeholder:text-muted-foreground outline-none focus:ring-1 focus:ring-ring",
101
+ className: "w-full rounded-control bg-muted/50 py-1.5 pl-7 pr-2 text-sm text-foreground placeholder:text-muted-foreground outline-none focus:ring-1 focus:ring-ring",
102
102
  placeholder: j,
103
103
  value: c,
104
104
  onChange: (e) => {
@@ -1,35 +1,35 @@
1
1
  import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
2
  import * as w from "react";
3
3
  import { useState as k, useRef as C, useEffect as z, useMemo as S } from "react";
4
- import { I, bv as O, bx as T, bw as j } from "./toggle-group-DY9wl0HW.js";
5
- import "./alert-B78CiTYe.js";
4
+ import { I, bv as O, bx as T, bw as j } from "./toggle-group-DC5hqQ4H.js";
5
+ import "./alert-B9F1N9Qk.js";
6
6
  import "@radix-ui/react-aspect-ratio";
7
- import { B as g } from "./tooltip-BWyFpIxo.js";
7
+ import { B as g } from "./tooltip-OY3E8Lo0.js";
8
8
  import "@radix-ui/react-collapsible";
9
- import { I as A } from "./sheet-Gop1cIaU.js";
9
+ import { I as A } from "./sheet-DOncI9p6.js";
10
10
  import { CalendarIcon as D, XIcon as M, ChevronDownIcon as q, SearchIcon as E, CheckIcon as B } from "lucide-react";
11
11
  import "react-resizable-panels";
12
- import { c as f } from "./tailwind.helper-B6yFEsav.js";
13
- import "./select-MWzbMBAS.js";
12
+ import { c as m } from "./tailwind.helper-B6yFEsav.js";
13
+ import "./select-BwcXfUqZ.js";
14
14
  import "next-themes";
15
15
  import "sonner";
16
16
  import { format as v } from "date-fns";
17
17
  import { fr as N } from "date-fns/locale";
18
18
  const oe = ({ date: r, onDateChange: o, placeholder: p }) => {
19
- const [u, m] = k(!1), c = C(null);
19
+ const [u, f] = k(!1), c = C(null);
20
20
  z(() => {
21
21
  if (!u) return;
22
22
  const l = (n) => {
23
- c.current !== null && !c.current.contains(n.target) && m(!1);
23
+ c.current !== null && !c.current.contains(n.target) && f(!1);
24
24
  };
25
25
  return document.addEventListener("mousedown", l), () => {
26
26
  document.removeEventListener("mousedown", l);
27
27
  };
28
28
  }, [u]);
29
29
  const d = () => {
30
- m((l) => !l);
30
+ f((l) => !l);
31
31
  }, a = (l) => {
32
- o(l), m(!1);
32
+ o(l), f(!1);
33
33
  };
34
34
  return /* @__PURE__ */ s("div", { ref: c, className: "relative w-full", children: [
35
35
  /* @__PURE__ */ s(
@@ -38,7 +38,7 @@ const oe = ({ date: r, onDateChange: o, placeholder: p }) => {
38
38
  variant: "outline",
39
39
  type: "button",
40
40
  onClick: d,
41
- className: f(
41
+ className: m(
42
42
  "w-full justify-start text-left font-normal focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",
43
43
  u && "ring-2 ring-ring ring-offset-2",
44
44
  r === void 0 && "text-muted-foreground"
@@ -49,13 +49,13 @@ const oe = ({ date: r, onDateChange: o, placeholder: p }) => {
49
49
  ]
50
50
  }
51
51
  ),
52
- u ? /* @__PURE__ */ t("div", { className: "absolute left-0 top-[calc(100%+4px)] z-[100] rounded-md border bg-popover text-popover-foreground shadow-md animate-in fade-in-0 zoom-in-95 slide-in-from-top-2", children: /* @__PURE__ */ t(I, { mode: "single", selected: r, onSelect: a }) }) : null
52
+ u ? /* @__PURE__ */ t("div", { className: "absolute left-0 top-[calc(100%+4px)] z-[100] rounded-surface border bg-popover text-popover-foreground shadow-md animate-in fade-in-0 zoom-in-95 slide-in-from-top-2", children: /* @__PURE__ */ t(I, { mode: "single", selected: r, onSelect: a }) }) : null
53
53
  ] });
54
54
  }, ne = ({ value: r, onChange: o, placeholder: p = "Selectionner une periode", className: u }) => {
55
- const [m, c] = w.useState(!1), [d, a] = w.useState(r);
55
+ const [f, c] = w.useState(!1), [d, a] = w.useState(r);
56
56
  w.useEffect(() => {
57
- m && a(r);
58
- }, [m, r]);
57
+ f && a(r);
58
+ }, [f, r]);
59
59
  const l = (i) => {
60
60
  i.stopPropagation(), o(void 0), c(!1);
61
61
  }, n = () => {
@@ -65,8 +65,8 @@ const oe = ({ date: r, onDateChange: o, placeholder: p }) => {
65
65
  }, y = () => {
66
66
  a(void 0);
67
67
  }, x = (i) => i != null && i.from ? !i.to || i.from.getTime() === i.to.getTime() ? v(i.from, "dd MMM yyyy", { locale: N }) : `${v(i.from, "dd MMM yyyy", { locale: N })} - ${v(i.to, "dd MMM yyyy", { locale: N })}` : p;
68
- return /* @__PURE__ */ t("div", { className: f("grid gap-2", u), children: /* @__PURE__ */ s(O, { open: m, onOpenChange: c, children: [
69
- /* @__PURE__ */ t(T, { asChild: !0, children: /* @__PURE__ */ s(g, { id: "date", variant: "outline", className: f("w-[300px] justify-start text-left font-normal", !(r != null && r.from) && "text-muted-foreground"), children: [
68
+ return /* @__PURE__ */ t("div", { className: m("grid gap-2", u), children: /* @__PURE__ */ s(O, { open: f, onOpenChange: c, children: [
69
+ /* @__PURE__ */ t(T, { asChild: !0, children: /* @__PURE__ */ s(g, { id: "date", variant: "outline", className: m("w-[300px] justify-start text-left font-normal", !(r != null && r.from) && "text-muted-foreground"), children: [
70
70
  /* @__PURE__ */ t(D, { className: "mr-2 size-4" }),
71
71
  x(r),
72
72
  (r == null ? void 0 : r.from) && /* @__PURE__ */ t(
@@ -109,7 +109,7 @@ const oe = ({ date: r, onDateChange: o, placeholder: p }) => {
109
109
  value: o,
110
110
  onChange: p,
111
111
  onClear: u,
112
- placeholder: m = "Sélectionner...",
112
+ placeholder: f = "Sélectionner...",
113
113
  searchPlaceholder: c = "Rechercher...",
114
114
  disabled: d = !1
115
115
  }) => {
@@ -143,15 +143,15 @@ const oe = ({ date: r, onDateChange: o, placeholder: p }) => {
143
143
  d || b((e) => (e && l(""), !e));
144
144
  },
145
145
  disabled: d,
146
- className: f(
147
- "flex h-10 w-full items-center justify-between rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1",
146
+ className: m(
147
+ "flex h-10 w-full items-center justify-between rounded-control border border-input bg-background px-3 py-2 text-sm ring-offset-background focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1",
148
148
  n && "ring-2 ring-ring ring-offset-2",
149
149
  (o === void 0 || o === "") && "text-muted-foreground"
150
150
  ),
151
151
  children: [
152
152
  /* @__PURE__ */ s("span", { className: "flex items-center gap-2 truncate", children: [
153
153
  (h == null ? void 0 : h.color) && /* @__PURE__ */ t("span", { className: "size-2.5 shrink-0 rounded-full", style: { backgroundColor: h.color } }),
154
- /* @__PURE__ */ t("span", { className: "truncate", children: P ?? m })
154
+ /* @__PURE__ */ t("span", { className: "truncate", children: P ?? f })
155
155
  ] }),
156
156
  /* @__PURE__ */ s("div", { className: "flex items-center gap-1", children: [
157
157
  u && o !== void 0 && o !== "" && !d && /* @__PURE__ */ t(
@@ -169,19 +169,19 @@ const oe = ({ date: r, onDateChange: o, placeholder: p }) => {
169
169
  children: /* @__PURE__ */ t(M, { className: "size-4" })
170
170
  }
171
171
  ),
172
- /* @__PURE__ */ t(q, { className: f("size-4 opacity-50 shrink-0 transition-transform", n && "rotate-180") })
172
+ /* @__PURE__ */ t(q, { className: m("size-4 opacity-50 shrink-0 transition-transform", n && "rotate-180") })
173
173
  ] })
174
174
  ]
175
175
  }
176
176
  ),
177
- n ? /* @__PURE__ */ s("div", { className: "absolute left-0 right-0 top-[calc(100%+4px)] z-[100] rounded-md border bg-popover text-popover-foreground shadow-md animate-in fade-in-0 zoom-in-95 slide-in-from-top-2", children: [
177
+ n ? /* @__PURE__ */ s("div", { className: "absolute left-0 right-0 top-[calc(100%+4px)] z-[100] rounded-surface border bg-popover text-popover-foreground shadow-md animate-in fade-in-0 zoom-in-95 slide-in-from-top-2", children: [
178
178
  /* @__PURE__ */ t("div", { className: "border-b border-border p-2", children: /* @__PURE__ */ s("div", { className: "relative", children: [
179
179
  /* @__PURE__ */ t(E, { className: "absolute left-2 top-1/2 h-3.5 w-3.5 -translate-y-1/2 text-muted-foreground" }),
180
180
  /* @__PURE__ */ t(
181
181
  "input",
182
182
  {
183
183
  ref: x,
184
- className: "w-full rounded-md bg-muted/50 py-1.5 pl-7 pr-2 text-sm text-foreground placeholder:text-muted-foreground outline-none focus:ring-1 focus:ring-ring",
184
+ className: "w-full rounded-control bg-muted/50 py-1.5 pl-7 pr-2 text-sm text-foreground placeholder:text-muted-foreground outline-none focus:ring-1 focus:ring-ring",
185
185
  placeholder: c,
186
186
  value: a,
187
187
  onChange: (e) => {
@@ -199,12 +199,12 @@ const oe = ({ date: r, onDateChange: o, placeholder: p }) => {
199
199
  onClick: () => {
200
200
  R(e.value);
201
201
  },
202
- className: f(
202
+ className: m(
203
203
  "flex items-center gap-2.5 rounded-md px-2 py-2 text-sm hover:bg-muted cursor-pointer transition-colors text-left w-full",
204
204
  o === e.value && "bg-muted font-medium"
205
205
  ),
206
206
  children: [
207
- /* @__PURE__ */ t(B, { className: f("size-3.5 shrink-0", o === e.value ? "opacity-100" : "opacity-0") }),
207
+ /* @__PURE__ */ t(B, { className: m("size-3.5 shrink-0", o === e.value ? "opacity-100" : "opacity-0") }),
208
208
  e.color && /* @__PURE__ */ t("span", { className: "size-2.5 shrink-0 rounded-full", style: { backgroundColor: e.color } }),
209
209
  e.label
210
210
  ]
@@ -219,14 +219,14 @@ const oe = ({ date: r, onDateChange: o, placeholder: p }) => {
219
219
  search: o,
220
220
  placeholder: p = "Rechercher...",
221
221
  onSearch: u,
222
- onSubmit: m,
222
+ onSubmit: f,
223
223
  onClear: c,
224
224
  className: d
225
225
  }) => {
226
226
  const a = r ?? o ?? "", l = () => {
227
227
  u(""), c !== void 0 && c();
228
228
  };
229
- return /* @__PURE__ */ s("div", { className: f("relative h-fit w-full md:w-64", d), children: [
229
+ return /* @__PURE__ */ s("div", { className: m("relative h-fit w-full md:w-64", d), children: [
230
230
  /* @__PURE__ */ t(E, { className: "absolute left-3 top-1/2 transform -translate-y-1/2 text-muted-foreground w-4 h-4" }),
231
231
  /* @__PURE__ */ t(
232
232
  A,
@@ -238,7 +238,7 @@ const oe = ({ date: r, onDateChange: o, placeholder: p }) => {
238
238
  },
239
239
  className: "pl-8",
240
240
  onKeyDown: (n) => {
241
- n.key === "Enter" && m !== void 0 && (n.preventDefault(), m());
241
+ n.key === "Enter" && f !== void 0 && (n.preventDefault(), f());
242
242
  }
243
243
  }
244
244
  ),
@@ -2,16 +2,16 @@ import { jsxs as s, jsx as e, Fragment as o } from "react/jsx-runtime";
2
2
  import { formatNumber as g } from "@krosoft/core/helpers";
3
3
  import { useTranslation as b } from "react-i18next";
4
4
  import { c as m } from "./tailwind.helper-B6yFEsav.js";
5
- import { J as c, N as p, O as v, K as N } from "./toggle-group-DY9wl0HW.js";
6
- import "./alert-B78CiTYe.js";
5
+ import { J as c, N as p, O as v, K as N } from "./toggle-group-DC5hqQ4H.js";
6
+ import "./alert-B9F1N9Qk.js";
7
7
  import "@radix-ui/react-aspect-ratio";
8
- import "./tooltip-BWyFpIxo.js";
8
+ import "./tooltip-OY3E8Lo0.js";
9
9
  import "@radix-ui/react-collapsible";
10
- import "./sheet-Gop1cIaU.js";
10
+ import "./sheet-DOncI9p6.js";
11
11
  import "lucide-react";
12
12
  import "react-resizable-panels";
13
- import "./select-MWzbMBAS.js";
14
- import { S as n } from "./skeleton-8o8eJd3P.js";
13
+ import "./select-BwcXfUqZ.js";
14
+ import { S as n } from "./skeleton-BX4RcsiK.js";
15
15
  import "next-themes";
16
16
  import "sonner";
17
17
  import "react";
@@ -1,21 +1,21 @@
1
1
  import { jsxs as u, jsx as r } from "react/jsx-runtime";
2
2
  import { useState as F, useEffect as $, useMemo as A } from "react";
3
- import { a as D, D as O, b as j, S as M } from "./SearchInput-rRYNQ8fq.js";
4
- import { B as k, a$ as I, bv as z, bx as R, bw as B, $ as C } from "./toggle-group-DY9wl0HW.js";
5
- import "./alert-B78CiTYe.js";
3
+ import { a as D, D as O, b as j, S as M } from "./SearchInput-Dg5Aw2lv.js";
4
+ import { B as k, a$ as I, bv as z, bx as R, bw as B, $ as C } from "./toggle-group-DC5hqQ4H.js";
5
+ import "./alert-B9F1N9Qk.js";
6
6
  import "@radix-ui/react-aspect-ratio";
7
- import { B as w } from "./tooltip-BWyFpIxo.js";
7
+ import { B as w } from "./tooltip-OY3E8Lo0.js";
8
8
  import "@radix-ui/react-collapsible";
9
- import { I as P, S as Q, i as V, b as _, e as H, h as X, d as G } from "./sheet-Gop1cIaU.js";
9
+ import { I as P, S as Q, i as V, b as _, e as H, h as X, d as G } from "./sheet-DOncI9p6.js";
10
10
  import { XIcon as E, Filter as J, ChevronDown as K, Search as U } from "lucide-react";
11
11
  import "react-resizable-panels";
12
12
  import "clsx";
13
13
  import "tailwind-merge";
14
- import { S as W, h as Y, i as Z, a as q, c as ee } from "./select-MWzbMBAS.js";
14
+ import { S as W, h as Y, i as Z, a as q, c as ee } from "./select-BwcXfUqZ.js";
15
15
  import "next-themes";
16
16
  import "sonner";
17
17
  import { c as re } from "./tailwind.helper-B6yFEsav.js";
18
- import { M as te } from "./MultiSelect-B72dsN-1.js";
18
+ import { M as te } from "./MultiSelect-BFdaRnIO.js";
19
19
  const L = (a, n, c = {}) => {
20
20
  if (n instanceof Date)
21
21
  return n.toLocaleDateString("fr-FR");
@@ -242,7 +242,7 @@ function ce({
242
242
  /* @__PURE__ */ r(R, { asChild: !0, children: /* @__PURE__ */ u(
243
243
  "button",
244
244
  {
245
- className: `inline-flex items-center gap-1.5 rounded-full border px-3 py-1.5 text-sm transition-colors whitespace-nowrap ${x ? "border-primary bg-primary/10 text-primary font-medium" : "border-border bg-card text-card-foreground hover:bg-muted"}`,
245
+ className: `inline-flex items-center gap-1.5 rounded-control border px-3 py-1.5 text-sm transition-colors whitespace-nowrap ${x ? "border-primary bg-primary/10 text-primary font-medium" : "border-border bg-card text-card-foreground hover:bg-muted"}`,
246
246
  children: [
247
247
  a,
248
248
  c.length > 0 && /* @__PURE__ */ r("span", { className: "flex h-4 min-w-[16px] items-center justify-center rounded-full bg-primary px-1 text-[10px] font-bold text-primary-foreground", children: c.length }),
@@ -256,7 +256,7 @@ function ce({
256
256
  /* @__PURE__ */ r(
257
257
  "input",
258
258
  {
259
- className: "w-full rounded-md bg-muted/50 py-1.5 pl-7 pr-2 text-sm text-foreground placeholder:text-muted-foreground outline-none focus:ring-1 focus:ring-ring",
259
+ className: "w-full rounded-control bg-muted/50 py-1.5 pl-7 pr-2 text-sm text-foreground placeholder:text-muted-foreground outline-none focus:ring-1 focus:ring-ring",
260
260
  placeholder: m,
261
261
  value: b,
262
262
  onChange: (l) => {
@@ -1,6 +1,6 @@
1
1
  import { jsx as a, jsxs as s } from "react/jsx-runtime";
2
- import { b as m, T as h, c as u, B as g, a as f } from "./tooltip-BWyFpIxo.js";
3
- import { S as v, h as b, i as N, a as S, c as x } from "./select-MWzbMBAS.js";
2
+ import { b as m, T as h, c as u, B as g, a as f } from "./tooltip-OY3E8Lo0.js";
3
+ import { S as v, h as b, i as N, a as S, c as x } from "./select-BwcXfUqZ.js";
4
4
  import { u as C } from "./useTheme-CSr_h5xJ.js";
5
5
  function I({ themeOptions: r, variant: i = "select" }) {
6
6
  const { theme: n, handleThemeChange: t, currentThemeOption: e, nextThemeOption: c, cycleTheme: o } = C(r);
@@ -1,14 +1,14 @@
1
1
  import { jsxs as n, jsx as e, Fragment as D } from "react/jsx-runtime";
2
2
  import * as K from "react";
3
3
  import { ChevronDownIcon as $, SearchIcon as L, MenuIcon as M } from "lucide-react";
4
- import { T as B, c as Q, a as R, b as q, B as F } from "./tooltip-BWyFpIxo.js";
4
+ import { T as B, c as Q, a as R, b as q, B as F } from "./tooltip-OY3E8Lo0.js";
5
5
  import { c as l } from "./tailwind.helper-B6yFEsav.js";
6
6
  import "./sidebar.context-D5nywlmP.js";
7
7
  import { u as W } from "./useSidebar-BJuALHqQ.js";
8
8
  import "react-i18next";
9
9
  import "next-themes";
10
- import { I as G, S as H, b as _, h as E, c as J } from "./sheet-Gop1cIaU.js";
11
- import { S as O } from "./skeleton-8o8eJd3P.js";
10
+ import { I as G, S as H, b as _, h as E, c as J } from "./sheet-DOncI9p6.js";
11
+ import { S as O } from "./skeleton-BX4RcsiK.js";
12
12
  const z = (a, d, m) => d === a ? !0 : a === "/" || !d.startsWith(`${a}/`) ? !1 : !m.some(
13
13
  (i) => i !== a && i.startsWith(`${a}/`) && (d === i || d.startsWith(`${i}/`))
14
14
  ), U = ({
@@ -31,7 +31,7 @@ const z = (a, d, m) => d === a ? !0 : a === "/" || !d.startsWith(`${a}/`) ? !1 :
31
31
  t.ctrlKey || t.metaKey || t.button === 1 || (t.preventDefault(), r && r.length > 0 ? c || N(!x) : a && v(a));
32
32
  },
33
33
  className: l(
34
- "flex items-center cursor-pointer transition-all duration-200 group rounded-xl",
34
+ "flex items-center cursor-pointer transition-all duration-200 group rounded-control",
35
35
  p ? "gap-2.5 mb-0.5" : "gap-3 mb-1",
36
36
  c ? p ? "justify-center p-2 h-9 w-9 mx-auto" : "justify-center p-3 h-12 w-12 mx-auto" : p ? "px-3 py-1.5 h-9" : "px-4 py-3 h-12",
37
37
  u || !c && y ? p ? "bg-sidebar-primary text-sidebar-primary-foreground" : "bg-sidebar-primary text-sidebar-primary-foreground shadow-lg" : "hover:bg-sidebar-accent text-sidebar-foreground hover:text-sidebar-accent-foreground"
@@ -54,7 +54,7 @@ const z = (a, d, m) => d === a ? !0 : a === "/" || !d.startsWith(`${a}/`) ? !1 :
54
54
  {
55
55
  side: "right",
56
56
  sideOffset: 6,
57
- className: "rounded-xl z-[99999] flex gap-2 bg-sidebar text-sidebar-foreground border border-sidebar-border py-2 text-sm shadow-lg",
57
+ className: "rounded-surface z-[99999] flex gap-2 bg-sidebar text-sidebar-foreground border border-sidebar-border py-2 text-sm shadow-lg",
58
58
  children: /* @__PURE__ */ e("div", { className: "flex flex-col gap-2", children: /* @__PURE__ */ n("div", { className: "flex items-center gap-2", children: [
59
59
  /* @__PURE__ */ e("p", { className: "font-semibold", children: m }),
60
60
  i !== void 0 && /* @__PURE__ */ n("span", { className: "ml-1 text-xs", children: [
@@ -83,7 +83,7 @@ const z = (a, d, m) => d === a ? !0 : a === "/" || !d.startsWith(`${a}/`) ? !1 :
83
83
  f.ctrlKey || f.metaKey || f.button === 1 || (f.preventDefault(), v(t.path));
84
84
  },
85
85
  className: l(
86
- "flex items-center justify-between rounded-xl text-sm transition-all duration-200",
86
+ "flex items-center justify-between rounded-control text-sm transition-all duration-200",
87
87
  p ? "px-3 py-1" : "px-4 py-2",
88
88
  s ? "bg-sidebar-accent/50 text-sidebar-primary font-semibold" : "text-sidebar-muted hover:bg-sidebar-accent hover:text-sidebar-foreground"
89
89
  ),
@@ -130,7 +130,7 @@ const z = (a, d, m) => d === a ? !0 : a === "/" || !d.startsWith(`${a}/`) ? !1 :
130
130
  )
131
131
  ] }) }),
132
132
  /* @__PURE__ */ e("div", { className: l("flex-1 overflow-y-auto scrollbar-modern", h ? "px-0" : "px-2", o ? "py-2" : "py-4"), children: c ? Array.from({ length: 5 }).map((s, f) => /* @__PURE__ */ n("div", { className: l("flex items-center gap-3", o ? "mb-1 h-9" : "mb-2 h-12", h ? "justify-center px-3" : "px-4"), children: [
133
- /* @__PURE__ */ e(O, { className: "size-5 flex-shrink-0 rounded-md" }),
133
+ /* @__PURE__ */ e(O, { className: "size-5 flex-shrink-0 rounded-control" }),
134
134
  !h && /* @__PURE__ */ e(O, { className: "h-4 flex-1" })
135
135
  ] }, f)) : t.map((s, f) => /* @__PURE__ */ n("div", { className: o ? "mb-3" : "mb-6", children: [
136
136
  !h && s.title !== void 0 && s.title !== "" && /* @__PURE__ */ e("h3", { className: l("px-4 text-xs uppercase tracking-wider font-semibold text-sidebar-muted", o ? "mb-1" : "mb-2"), children: s.title }),
@@ -1,9 +1,9 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import * as s from "react";
3
- import { cva as l } from "class-variance-authority";
3
+ import { cva as d } from "class-variance-authority";
4
4
  import { c as i } from "./tailwind.helper-B6yFEsav.js";
5
- const d = l(
6
- "relative w-full rounded-lg border p-4 [&>svg~*]:pl-7 [&>svg+div]:translate-y-[-3px] [&>svg]:absolute [&>svg]:left-4 [&>svg]:top-4 [&>svg]:text-foreground",
5
+ const l = d(
6
+ "relative w-full rounded-surface border p-4 [&>svg~*]:pl-7 [&>svg+div]:translate-y-[-3px] [&>svg]:absolute [&>svg]:left-4 [&>svg]:top-4 [&>svg]:text-foreground",
7
7
  {
8
8
  variants: {
9
9
  variant: {
@@ -16,12 +16,12 @@ const d = l(
16
16
  }
17
17
  }
18
18
  ), n = s.forwardRef(
19
- ({ className: t, variant: e, ...r }, o) => /* @__PURE__ */ a("div", { ref: o, role: "alert", className: i(d({ variant: e }), t), ...r })
19
+ ({ className: e, variant: t, ...r }, o) => /* @__PURE__ */ a("div", { ref: o, role: "alert", className: i(l({ variant: t }), e), ...r })
20
20
  );
21
21
  n.displayName = "Alert";
22
- const c = s.forwardRef(({ className: t, ...e }, r) => /* @__PURE__ */ a("h5", { ref: r, className: i("mb-1 font-medium leading-none tracking-tight", t), ...e }));
22
+ const c = s.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ a("h5", { ref: r, className: i("mb-1 font-medium leading-none tracking-tight", e), ...t }));
23
23
  c.displayName = "AlertTitle";
24
- const v = s.forwardRef(({ className: t, ...e }, r) => /* @__PURE__ */ a("div", { ref: r, className: i("text-sm [&_p]:leading-relaxed", t), ...e }));
24
+ const v = s.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ a("div", { ref: r, className: i("text-sm [&_p]:leading-relaxed", e), ...t }));
25
25
  v.displayName = "AlertDescription";
26
26
  export {
27
27
  n as A,
@@ -1,5 +1,5 @@
1
- import { D as s, M as d } from "../../../MetricCard-rL1mIA58.js";
2
- import { K as o, a as C, S as t, b as p } from "../../../SkeletonCards-BgsWWMun.js";
1
+ import { D as s, M as d } from "../../../MetricCard-C7kgpgRl.js";
2
+ import { K as o, a as C, S as t, b as p } from "../../../SkeletonCards-DemfjUfD.js";
3
3
  export {
4
4
  s as DashboardCard,
5
5
  o as KpiCard,
@@ -1,5 +1,5 @@
1
- import { A as i, C as s, F as g } from "../../../ConfirmationDialog-CCZPbD4x.js";
2
- import { D as r, a as D, b as e, c as t, d as n, e as p, f, g as m, h as C, i as F, P } from "../../../toggle-group-DY9wl0HW.js";
1
+ import { A as i, C as s, F as g } from "../../../ConfirmationDialog-t5QtNOQO.js";
2
+ import { D as r, a as D, b as e, c as t, d as n, e as p, f, g as m, h as C, i as F, P } from "../../../toggle-group-DC5hqQ4H.js";
3
3
  export {
4
4
  i as AppDialog,
5
5
  s as ConfirmationDialog,
@@ -1,4 +1,4 @@
1
- import { A as l, a as i, F as r, S as s, T as t } from "../../../TableFilter-BfWYeTv_.js";
1
+ import { A as l, a as i, F as r, S as s, T as t } from "../../../TableFilter-WWNz4Nua.js";
2
2
  export {
3
3
  l as ActiveFilters,
4
4
  i as AdvancedFilters,
@@ -1,4 +1,4 @@
1
- import { G as o } from "../../../GenericForm-EohJXOt8.js";
1
+ import { G as o } from "../../../GenericForm-DXclmweK.js";
2
2
  export {
3
3
  o as GenericForm
4
4
  };
@@ -1,23 +1,23 @@
1
- import { D as r, M as o } from "../../MetricCard-rL1mIA58.js";
2
- import { K as t, a as i, S as l, b as p } from "../../SkeletonCards-BgsWWMun.js";
3
- import { A as m, C as d, F as g } from "../../ConfirmationDialog-CCZPbD4x.js";
4
- import { D as A, a as D, b as T, c as n, d as c, e as x, f as S, g as C, h as F, i as P, P as h } from "../../toggle-group-DY9wl0HW.js";
5
- import { A as k, a as H, F as I, S as K, T as v } from "../../TableFilter-BfWYeTv_.js";
6
- import { G as M } from "../../GenericForm-EohJXOt8.js";
7
- import { I as L } from "../../ImageInput-Bbxr8vpu.js";
8
- import { D as G, a as N, S as O, b as R } from "../../SearchInput-rRYNQ8fq.js";
9
- import { M as j } from "../../MultiSelect-B72dsN-1.js";
10
- import { A as w } from "../../AppActions-DCYt9I0e.js";
11
- import { A as J, K as Q } from "../../KpiCardsLayout-DBqGhp0I.js";
12
- import { A as W } from "../../AppSubTitle-DhioA5bv.js";
1
+ import { D as r, M as o } from "../../MetricCard-C7kgpgRl.js";
2
+ import { K as t, a as i, S as l, b as p } from "../../SkeletonCards-DemfjUfD.js";
3
+ import { A as m, C as d, F as g } from "../../ConfirmationDialog-t5QtNOQO.js";
4
+ import { D as A, a as D, b as T, c as n, d as c, e as x, f as S, g as C, h as F, i as P, P as h } from "../../toggle-group-DC5hqQ4H.js";
5
+ import { A as k, a as H, F as I, S as K, T as v } from "../../TableFilter-WWNz4Nua.js";
6
+ import { G as M } from "../../GenericForm-DXclmweK.js";
7
+ import { I as L } from "../../ImageInput-BqoCekqh.js";
8
+ import { D as G, a as N, S as O, b as R } from "../../SearchInput-Dg5Aw2lv.js";
9
+ import { M as j } from "../../MultiSelect-BFdaRnIO.js";
10
+ import { A as w } from "../../AppActions-CwPaiNx1.js";
11
+ import { A as J, K as Q } from "../../KpiCardsLayout-BhEoJhJ9.js";
12
+ import { A as W } from "../../AppSubTitle-6JLlE8Vf.js";
13
13
  import { A as Y } from "../../AppTitle-uboDuil4.js";
14
- import { S as _, a as $, b as aa, T as ea } from "../../Topbar-DMyjbOTI.js";
15
- import { E as oa } from "../../ErrorAlert-DH1onuyt.js";
16
- import { E as ta } from "../../ErrorState-vU8d4CwD.js";
14
+ import { S as _, a as $, b as aa, T as ea } from "../../Topbar-D55ou5Uk.js";
15
+ import { E as oa } from "../../ErrorAlert-SrIcU1mM.js";
16
+ import { E as ta } from "../../ErrorState-CmaxuJyW.js";
17
17
  import { L as la } from "../../LoadingState-BN0YaPSs.js";
18
- import { D as ba, T as ma, a as da, b as ga, c as fa, d as Aa, e as Da } from "../../DataTable-28eGRJvy.js";
19
- import { A as na, a as ca, b as xa, c as Sa } from "../../AppVerticalTabs-DujFNh9f.js";
20
- import { T as Fa } from "../../ThemeSelector-CQ3fSDJ2.js";
18
+ import { D as ba, T as ma, a as da, b as ga, c as fa, d as Aa, e as Da } from "../../DataTable-C1l3CLr1.js";
19
+ import { A as na, a as ca, b as xa, c as Sa } from "../../AppVerticalTabs-BkZkxL_K.js";
20
+ import { T as Fa } from "../../ThemeSelector-BwrbKW-4.js";
21
21
  export {
22
22
  k as ActiveFilters,
23
23
  H as AdvancedFilters,
@@ -1,6 +1,6 @@
1
- import { I as r } from "../../../ImageInput-Bbxr8vpu.js";
2
- import { D as c, a as o, S as s, b as p } from "../../../SearchInput-rRYNQ8fq.js";
3
- import { M as l } from "../../../MultiSelect-B72dsN-1.js";
1
+ import { I as r } from "../../../ImageInput-BqoCekqh.js";
2
+ import { D as c, a as o, S as s, b as p } from "../../../SearchInput-Dg5Aw2lv.js";
3
+ import { M as l } from "../../../MultiSelect-BFdaRnIO.js";
4
4
  export {
5
5
  c as DatePicker,
6
6
  o as DateRangePicker,
@@ -1,6 +1,6 @@
1
- import { A as r } from "../../../AppActions-DCYt9I0e.js";
2
- import { A as e, K as A } from "../../../KpiCardsLayout-DBqGhp0I.js";
3
- import { A as s } from "../../../AppSubTitle-DhioA5bv.js";
1
+ import { A as r } from "../../../AppActions-CwPaiNx1.js";
2
+ import { A as e, K as A } from "../../../KpiCardsLayout-BhEoJhJ9.js";
3
+ import { A as s } from "../../../AppSubTitle-6JLlE8Vf.js";
4
4
  import { A as i } from "../../../AppTitle-uboDuil4.js";
5
5
  export {
6
6
  r as AppActions,
@@ -1,4 +1,4 @@
1
- import { S as r, a as b, b as d, T as s } from "../../../Topbar-DMyjbOTI.js";
1
+ import { S as r, a as b, b as d, T as s } from "../../../Topbar-D55ou5Uk.js";
2
2
  export {
3
3
  r as Sidebar,
4
4
  b as SidebarHeader,
@@ -1,5 +1,5 @@
1
- import { E as t } from "../../../ErrorAlert-DH1onuyt.js";
2
- import { E as e } from "../../../ErrorState-vU8d4CwD.js";
1
+ import { E as t } from "../../../ErrorAlert-SrIcU1mM.js";
2
+ import { E as e } from "../../../ErrorState-CmaxuJyW.js";
3
3
  import { L as f } from "../../../LoadingState-BN0YaPSs.js";
4
4
  export {
5
5
  t as ErrorAlert,
@@ -1 +1 @@
1
- {"version":3,"file":"DataTable.d.ts","sourceRoot":"","sources":["../../../../src/components/core/table/DataTable.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAMvE,YAAY,EAAE,UAAU,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEvE,MAAM,WAAW,cAAc,CAAC,CAAC;IAC/B,IAAI,EAAE,CAAC,EAAE,CAAC;IACV,OAAO,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;IACxB,QAAQ,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,MAAM,CAAC;IAC7B,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAC5E,OAAO,CAAC,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;IACzB,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;IAC3B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAG3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAG9C,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,aAAa,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IAC/B,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,EAAE,SAAS,EAAE,KAAK,GAAG,MAAM,KAAK,IAAI,CAAC;CAC3E;AAED,wBAAgB,SAAS,CAAC,CAAC,EAAE,EAC3B,IAAI,EACJ,OAAO,EACP,QAAQ,EACR,UAAU,EACV,OAAO,EACP,WAAW,EACX,gBAAwB,EACxB,gBAAwB,EACxB,gBAAwB,EACxB,SAAiB,EACjB,KAAY,EACZ,QAAgB,EAChB,aAAgC,EAChC,eAAmC,EACnC,eAA2C,EAC3C,SAAS,EACT,WAAW,EACX,QAAQ,EAAE,kBAAkB,EAC5B,YAAY,EACZ,gBAAgB,EAChB,UAAU,EAAE,oBAAoB,EAChC,aAAa,EAAE,uBAAuB,EACtC,YAAY,GACb,EAAE,cAAc,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAoHvC"}
1
+ {"version":3,"file":"DataTable.d.ts","sourceRoot":"","sources":["../../../../src/components/core/table/DataTable.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAMvE,YAAY,EAAE,UAAU,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEvE,MAAM,WAAW,cAAc,CAAC,CAAC;IAC/B,IAAI,EAAE,CAAC,EAAE,CAAC;IACV,OAAO,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;IACxB,QAAQ,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,MAAM,CAAC;IAC7B,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;IAC5E,OAAO,CAAC,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;IACzB,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;IAC3B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAG3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAG9C,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,aAAa,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IAC/B,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,EAAE,SAAS,EAAE,KAAK,GAAG,MAAM,KAAK,IAAI,CAAC;CAC3E;AAED,wBAAgB,SAAS,CAAC,CAAC,EAAE,EAC3B,IAAI,EACJ,OAAO,EACP,QAAQ,EACR,UAAU,EACV,OAAO,EACP,WAAW,EACX,gBAAwB,EACxB,gBAAwB,EACxB,gBAAwB,EACxB,SAAiB,EACjB,KAAY,EACZ,QAAgB,EAChB,aAAgC,EAChC,eAAmC,EACnC,eAA2C,EAC3C,SAAS,EACT,WAAW,EACX,QAAQ,EAAE,kBAAkB,EAC5B,YAAY,EACZ,gBAAgB,EAChB,UAAU,EAAE,oBAAoB,EAChC,aAAa,EAAE,uBAAuB,EACtC,YAAY,GACb,EAAE,cAAc,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAwHvC"}
@@ -1,4 +1,4 @@
1
- import { D as s, T as b, a as l, b as T, c as t, d as o, e as i } from "../../../DataTable-28eGRJvy.js";
1
+ import { D as s, T as b, a as l, b as T, c as t, d as o, e as i } from "../../../DataTable-C1l3CLr1.js";
2
2
  export {
3
3
  s as DataTable,
4
4
  b as TableActions,
@@ -1,4 +1,4 @@
1
- import { A as s, a as b, b as e, c as r } from "../../../AppVerticalTabs-DujFNh9f.js";
1
+ import { A as s, a as b, b as e, c as r } from "../../../AppVerticalTabs-BkZkxL_K.js";
2
2
  export {
3
3
  s as AppTabContainer,
4
4
  b as AppTabHeader,
@@ -1,4 +1,4 @@
1
- import { T as r } from "../../../ThemeSelector-CQ3fSDJ2.js";
1
+ import { T as r } from "../../../ThemeSelector-BwrbKW-4.js";
2
2
  export {
3
3
  r as ThemeSelector
4
4
  };