@krosoft/react 0.0.159 → 0.0.160

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.
@@ -1,6 +1,6 @@
1
1
  import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
2
  import { u as ae } from "./useDataTable-CxcA5S-s.js";
3
- import { ay as A, aM as P, aA as B, aC as ne, $, az as se } from "./toggle-group-BASGy2mQ.js";
3
+ import { ay as A, aM as P, aA as B, aC as se, $, az as ne } from "./toggle-group-BASGy2mQ.js";
4
4
  import "./alert-B78CiTYe.js";
5
5
  import "@radix-ui/react-aspect-ratio";
6
6
  import { B as C } from "./tooltip-BWyFpIxo.js";
@@ -15,7 +15,7 @@ import "next-themes";
15
15
  import "sonner";
16
16
  import "react";
17
17
  const L = [5, 10, 30, 50, 100], pe = L[1];
18
- function xe({ actions: l, row: n }) {
18
+ function xe({ actions: l, row: s }) {
19
19
  return /* @__PURE__ */ r(A, { children: [
20
20
  /* @__PURE__ */ e(P, { asChild: !0, children: /* @__PURE__ */ e(C, { variant: "ghost", size: "icon", className: "h-7 w-7 text-muted-foreground hover:text-foreground", children: /* @__PURE__ */ e(ie, { className: "size-3.5" }) }) }),
21
21
  /* @__PURE__ */ e(
@@ -28,10 +28,10 @@ function xe({ actions: l, row: n }) {
28
28
  children: l.map((t, a) => {
29
29
  const c = t.icon;
30
30
  return /* @__PURE__ */ r(
31
- ne,
31
+ se,
32
32
  {
33
33
  onClick: () => {
34
- t.onClick(n);
34
+ t.onClick(s);
35
35
  },
36
36
  className: t.className,
37
37
  children: [
@@ -48,11 +48,11 @@ function xe({ actions: l, row: n }) {
48
48
  }
49
49
  function fe({
50
50
  isLoading: l,
51
- colSpanCount: n,
51
+ colSpanCount: s,
52
52
  noDataMessage: t,
53
53
  paginatedData: a,
54
54
  getRowId: c,
55
- onRowClick: s,
55
+ onRowClick: n,
56
56
  hasBulkActions: p,
57
57
  selectedRows: f,
58
58
  toggleRowSelection: h,
@@ -70,16 +70,16 @@ function fe({
70
70
  const x = m[g];
71
71
  return /* @__PURE__ */ e("span", { className: "text-sm truncate", children: x != null ? String(x) : "-" });
72
72
  };
73
- return l ? /* @__PURE__ */ e("tbody", { className: "divide-y divide-gray-200 dark:divide-gray-800", children: /* @__PURE__ */ e("tr", { children: /* @__PURE__ */ e("td", { colSpan: n, className: "py-8 text-center", children: /* @__PURE__ */ r("div", { className: "flex flex-col items-center justify-center gap-2 text-muted-foreground", children: [
73
+ return l ? /* @__PURE__ */ e("tbody", { className: "divide-y divide-gray-200 dark:divide-gray-800", children: /* @__PURE__ */ e("tr", { children: /* @__PURE__ */ e("td", { colSpan: s, className: "py-8 text-center", children: /* @__PURE__ */ r("div", { className: "flex flex-col items-center justify-center gap-2 text-muted-foreground", children: [
74
74
  /* @__PURE__ */ e(le, { className: "h-6 w-6 animate-spin text-primary" }),
75
75
  /* @__PURE__ */ e("span", { className: "text-sm", children: "Chargement..." })
76
- ] }) }) }) }) : a.length === 0 ? /* @__PURE__ */ e("tbody", { className: "divide-y divide-gray-200 dark:divide-gray-800", children: /* @__PURE__ */ e("tr", { children: /* @__PURE__ */ e("td", { colSpan: n, className: "py-8 text-center text-sm text-muted-foreground", children: t }) }) }) : /* @__PURE__ */ e("tbody", { className: "divide-y divide-gray-200 dark:divide-gray-800", children: a.map((m) => {
76
+ ] }) }) }) }) : a.length === 0 ? /* @__PURE__ */ e("tbody", { className: "divide-y divide-gray-200 dark:divide-gray-800", children: /* @__PURE__ */ e("tr", { children: /* @__PURE__ */ e("td", { colSpan: s, className: "py-8 text-center text-sm text-muted-foreground", children: t }) }) }) : /* @__PURE__ */ e("tbody", { className: "divide-y divide-gray-200 dark:divide-gray-800", children: a.map((m) => {
77
77
  const g = c(m);
78
78
  return /* @__PURE__ */ r(
79
79
  "tr",
80
80
  {
81
- className: `group hover:bg-muted/50 dark:hover:bg-gray-900/50 transition-colors ${s !== void 0 ? "cursor-pointer" : ""}`,
82
- onClick: () => s == null ? void 0 : s(m),
81
+ className: `group hover:bg-muted/50 dark:hover:bg-gray-900/50 transition-colors ${n !== void 0 ? "cursor-pointer" : ""}`,
82
+ onClick: () => n == null ? void 0 : n(m),
83
83
  children: [
84
84
  p ? /* @__PURE__ */ e(
85
85
  "td",
@@ -129,7 +129,7 @@ function fe({
129
129
  );
130
130
  }) });
131
131
  }
132
- function ye({ selectedRows: l, setSelectedRows: n, bulkActions: t }) {
132
+ function ye({ selectedRows: l, setSelectedRows: s, bulkActions: t }) {
133
133
  return /* @__PURE__ */ r("div", { className: "bg-muted/60 dark:bg-gray-900/60 border border-border px-3 py-1.5 flex items-center justify-between rounded-lg", children: [
134
134
  /* @__PURE__ */ r("div", { className: "flex items-center gap-4", children: [
135
135
  /* @__PURE__ */ r("span", { className: "text-sm font-medium text-primary ml-1", children: [
@@ -137,7 +137,7 @@ function ye({ selectedRows: l, setSelectedRows: n, bulkActions: t }) {
137
137
  " sélectionné(s)"
138
138
  ] }),
139
139
  /* @__PURE__ */ e("div", { className: "flex items-center gap-2", children: t.map((a, c) => {
140
- const s = a.icon;
140
+ const n = a.icon;
141
141
  return /* @__PURE__ */ r(
142
142
  C,
143
143
  {
@@ -145,12 +145,12 @@ function ye({ selectedRows: l, setSelectedRows: n, bulkActions: t }) {
145
145
  size: "sm",
146
146
  onClick: () => {
147
147
  a.onClick(l, () => {
148
- n([]);
148
+ s([]);
149
149
  });
150
150
  },
151
151
  className: `h-7 bg-background shadow-sm text-xs px-2.5 ${a.variant === "destructive" ? "text-destructive border-destructive/30 hover:bg-destructive/10 hover:text-destructive" : "text-foreground"}`,
152
152
  children: [
153
- s !== void 0 && /* @__PURE__ */ e("span", { className: "mr-1.5 flex items-center justify-center", children: /* @__PURE__ */ e(s, { className: "h-3.5 w-3.5" }) }),
153
+ n !== void 0 && /* @__PURE__ */ e("span", { className: "mr-1.5 flex items-center justify-center", children: /* @__PURE__ */ e(n, { className: "h-3.5 w-3.5" }) }),
154
154
  a.label
155
155
  ]
156
156
  },
@@ -164,7 +164,7 @@ function ye({ selectedRows: l, setSelectedRows: n, bulkActions: t }) {
164
164
  variant: "ghost",
165
165
  size: "sm",
166
166
  onClick: () => {
167
- n([]);
167
+ s([]);
168
168
  },
169
169
  className: "text-xs text-muted-foreground hover:text-foreground h-7 px-2",
170
170
  children: "Désélectionner"
@@ -174,11 +174,11 @@ function ye({ selectedRows: l, setSelectedRows: n, bulkActions: t }) {
174
174
  }
175
175
  function be({
176
176
  hasBulkActions: l,
177
- selectedRows: n,
177
+ selectedRows: s,
178
178
  totalItems: t,
179
179
  toggleSelectAll: a,
180
180
  visibleColumnsArray: c,
181
- draggableColumns: s,
181
+ draggableColumns: n,
182
182
  resizableColumns: p,
183
183
  columnWidths: f,
184
184
  sortColumn: h,
@@ -193,7 +193,7 @@ function be({
193
193
  bordered: g = !1
194
194
  }) {
195
195
  let i = !1;
196
- n.length === t && t > 0 ? i = !0 : n.length > 0 && (i = "indeterminate");
196
+ s.length === t && t > 0 ? i = !0 : s.length > 0 && (i = "indeterminate");
197
197
  const x = (d) => d.sortable !== !0 ? null : h === d.key ? o === "asc" ? /* @__PURE__ */ e(oe, { className: "size-3.5 text-foreground" }) : /* @__PURE__ */ e(ce, { className: "size-3.5 text-foreground" }) : /* @__PURE__ */ e(me, { className: "size-3.5 text-muted-foreground/50 group-hover:text-muted-foreground transition-colors" }), b = (d, I) => {
198
198
  const S = I !== !1, k = d.sortable === !0;
199
199
  return /* @__PURE__ */ r(
@@ -242,24 +242,24 @@ function be({
242
242
  };
243
243
  return /* @__PURE__ */ e("thead", { className: "bg-muted/50 dark:bg-gray-900/50 border-b border-gray-200 dark:border-gray-800", children: /* @__PURE__ */ r("tr", { children: [
244
244
  l ? /* @__PURE__ */ e("th", { className: "p-1 flex-shrink-0 text-center align-middle", style: { width: "32px", minWidth: "32px", maxWidth: "32px" }, children: /* @__PURE__ */ e("div", { className: "flex items-center justify-center", children: /* @__PURE__ */ e($, { checked: i, onCheckedChange: a }) }) }) : null,
245
- c.map((d) => b(d, s)),
245
+ c.map((d) => b(d, n)),
246
246
  D || m !== void 0 ? /* @__PURE__ */ e("th", { className: "p-1 text-center align-middle", style: { width: "32px", minWidth: "32px", maxWidth: "32px" }, children: m }) : null
247
247
  ] }) });
248
248
  }
249
249
  function ve({
250
250
  totalItems: l,
251
- startIndex: n,
251
+ startIndex: s,
252
252
  endIndex: t,
253
253
  pageSize: a,
254
254
  setPageSize: c,
255
- currentPage: s,
255
+ currentPage: n,
256
256
  setCurrentPage: p,
257
257
  pageSizeOptions: f,
258
258
  totalPages: h
259
259
  }) {
260
260
  return /* @__PURE__ */ r("div", { className: "px-4 py-2 border-t border-gray-200 dark:border-gray-800 flex items-center justify-between bg-muted/50 dark:bg-gray-900/50 flex-wrap gap-2", children: [
261
261
  /* @__PURE__ */ r("div", { className: "text-sm text-muted-foreground", children: [
262
- l === 0 ? "0" : `${String(n + 1)} - ${String(t)}`,
262
+ l === 0 ? "0" : `${String(s + 1)} - ${String(t)}`,
263
263
  " sur ",
264
264
  l
265
265
  ] }),
@@ -288,13 +288,13 @@ function ve({
288
288
  onClick: () => {
289
289
  p((o) => Math.max(1, o - 1));
290
290
  },
291
- disabled: s === 1,
291
+ disabled: n === 1,
292
292
  children: /* @__PURE__ */ e(he, { className: "size-4" })
293
293
  }
294
294
  ),
295
295
  /* @__PURE__ */ r("span", { className: "text-sm text-muted-foreground", children: [
296
296
  "Page ",
297
- s,
297
+ n,
298
298
  " sur ",
299
299
  h
300
300
  ] }),
@@ -307,7 +307,7 @@ function ve({
307
307
  onClick: () => {
308
308
  p((o) => Math.min(h, o + 1));
309
309
  },
310
- disabled: s === h,
310
+ disabled: n === h,
311
311
  children: /* @__PURE__ */ e(ge, { className: "size-4" })
312
312
  }
313
313
  )
@@ -315,13 +315,13 @@ function ve({
315
315
  ] })
316
316
  ] });
317
317
  }
318
- function Ne({ columns: l, visibleColumns: n, toggleColumnVisibility: t }) {
318
+ function Ne({ columns: l, visibleColumns: s, toggleColumnVisibility: t }) {
319
319
  return /* @__PURE__ */ r(A, { children: [
320
320
  /* @__PURE__ */ e(P, { asChild: !0, children: /* @__PURE__ */ e(C, { variant: "outline", size: "sm", className: "size-7 p-0 bg-white hover:bg-gray-100 dark:bg-gray-900 shadow-sm border-gray-200 dark:border-gray-800", children: /* @__PURE__ */ e(ue, { className: "size-3.5 text-gray-600 dark:text-gray-300" }) }) }),
321
321
  /* @__PURE__ */ e(B, { align: "end", className: "w-56", children: l.map((a) => /* @__PURE__ */ e(
322
- se,
322
+ ne,
323
323
  {
324
- checked: n.has(a.key),
324
+ checked: s.has(a.key),
325
325
  onCheckedChange: () => {
326
326
  t(a.key);
327
327
  },
@@ -333,14 +333,14 @@ function Ne({ columns: l, visibleColumns: n, toggleColumnVisibility: t }) {
333
333
  }
334
334
  function He({
335
335
  data: l,
336
- columns: n,
336
+ columns: s,
337
337
  getRowId: t,
338
338
  onRowClick: a,
339
339
  actions: c,
340
- bulkActions: s,
341
- draggableColumns: p = !0,
342
- resizableColumns: f = !0,
343
- columnVisibility: h = !0,
340
+ bulkActions: n,
341
+ draggableColumns: p = !1,
342
+ resizableColumns: f = !1,
343
+ columnVisibility: h = !1,
344
344
  isLoading: o = !1,
345
345
  bordered: v = !1,
346
346
  noDataMessage: w = "Aucun résultat",
@@ -385,11 +385,11 @@ function He({
385
385
  setCurrentPage: te
386
386
  } = ae({
387
387
  data: l,
388
- columns: n,
388
+ columns: s,
389
389
  getRowId: t,
390
390
  defaultPageSize: y,
391
391
  actions: c,
392
- bulkActions: s,
392
+ bulkActions: n,
393
393
  columnVisibility: h,
394
394
  totalRows: N,
395
395
  currentPage: D,
@@ -401,7 +401,7 @@ function He({
401
401
  onSortChange: d
402
402
  });
403
403
  return /* @__PURE__ */ r("div", { className: "space-y-4", children: [
404
- k.length > 0 && s !== void 0 && s.length > 0 && /* @__PURE__ */ e(ye, { selectedRows: k, setSelectedRows: u, bulkActions: s }),
404
+ k.length > 0 && n !== void 0 && n.length > 0 && /* @__PURE__ */ e(ye, { selectedRows: k, setSelectedRows: u, bulkActions: n }),
405
405
  /* @__PURE__ */ r("div", { className: "w-full bg-card dark:bg-gray-950 rounded-md border border-gray-200 dark:border-gray-800 overflow-hidden", children: [
406
406
  /* @__PURE__ */ e("div", { className: "overflow-x-auto", children: /* @__PURE__ */ r("table", { ref: q, className: "w-full", children: [
407
407
  /* @__PURE__ */ e(
@@ -424,7 +424,7 @@ function He({
424
424
  handleMouseDown: Q,
425
425
  hasActions: M,
426
426
  bordered: v,
427
- settingsNode: h ? /* @__PURE__ */ e(Ne, { columns: n, visibleColumns: H, toggleColumnVisibility: _ }) : void 0
427
+ settingsNode: h ? /* @__PURE__ */ e(Ne, { columns: s, visibleColumns: H, toggleColumnVisibility: _ }) : void 0
428
428
  }
429
429
  ),
430
430
  /* @__PURE__ */ e(
@@ -444,7 +444,7 @@ function He({
444
444
  columnWidths: j,
445
445
  hasActions: M || h,
446
446
  actions: c,
447
- columns: n
447
+ columns: s
448
448
  }
449
449
  )
450
450
  ] }) }),
@@ -15,7 +15,7 @@ import { S as _, a as $, b as aa, T as ea } from "../../Topbar-DMyjbOTI.js";
15
15
  import { E as oa } from "../../ErrorAlert-DH1onuyt.js";
16
16
  import { E as ta } from "../../ErrorState-vU8d4CwD.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-BVgo8YWR.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-DJM7KWWK.js";
19
19
  import { A as na, a as ca, b as xa, c as Sa } from "../../AppVerticalTabs-NZ02HPGP.js";
20
20
  import { T as Fa } from "../../ThemeSelector-CQ3fSDJ2.js";
21
21
  export {
@@ -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,KAAK,IAAI,CAAC;IAC9B,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,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,gBAAuB,EACvB,gBAAuB,EACvB,gBAAuB,EACvB,SAAiB,EACjB,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,CAkHvC"}
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;AAOvE,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,KAAK,IAAI,CAAC;IAC9B,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,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,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,CAkHvC"}
@@ -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-BVgo8YWR.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-DJM7KWWK.js";
2
2
  export {
3
3
  s as DataTable,
4
4
  b as TableActions,
@@ -15,7 +15,7 @@ import { S as gr, a as dr, b as mr, T as Cr } from "../Topbar-DMyjbOTI.js";
15
15
  import { E as Tr } from "../ErrorAlert-DH1onuyt.js";
16
16
  import { E as Dr } from "../ErrorState-vU8d4CwD.js";
17
17
  import { L as xr } from "../LoadingState-BN0YaPSs.js";
18
- import { D as Ir, T as Pr, a as hr, b as fr, c as wr, d as vr, e as Fr } from "../DataTable-BVgo8YWR.js";
18
+ import { D as Ir, T as Pr, a as hr, b as fr, c as wr, d as vr, e as Fr } from "../DataTable-DJM7KWWK.js";
19
19
  import { A as Br, a as Gr, b as Hr, c as Rr } from "../AppVerticalTabs-NZ02HPGP.js";
20
20
  import { T as Nr } from "../ThemeSelector-CQ3fSDJ2.js";
21
21
  import { A as Er, a as Or, b as Vr } from "../alert-B78CiTYe.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@krosoft/react",
3
- "version": "0.0.159",
3
+ "version": "0.0.160",
4
4
  "description": "Krosoft shared React package",
5
5
  "type": "module",
6
6
  "scripts": {