@krosoft/react 0.0.101 → 0.0.103

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 (66) hide show
  1. package/dist/{AppSubTitle-DBxJVB46.js → AppSubTitle-Cr3zbmee.js} +1 -1
  2. package/dist/{AppTitle-DDQoaHBb.js → AppTitle-eazxzYGa.js} +1 -1
  3. package/dist/{AppVerticalTabs-CYx0jMXp.js → AppVerticalTabs-ujb4jtNi.js} +2 -2
  4. package/dist/ConfirmationDialog-B41OAAmc.js +257 -0
  5. package/dist/{DataTable-locK3Z44.js → DataTable-jrFyuw67.js} +222 -224
  6. package/dist/GenericForm-D3Gxh9kf.js +11365 -0
  7. package/dist/ImageInput-BcGHoduc.js +82 -0
  8. package/dist/{MetricCard-CFwSSiQY.js → MetricCard-CXDB0msa.js} +1 -1
  9. package/dist/MultiSelect-Bc0Re1XN.js +137 -0
  10. package/dist/SearchInput-DFrIqONH.js +586 -0
  11. package/dist/{TableFilter-DGFQNbZ_.js → TableFilter-CK8NyawM.js} +27 -26
  12. package/dist/{ThemeSelector-Cl2EWB-n.js → ThemeSelector-BMvfc21-.js} +1 -1
  13. package/dist/components/core/cards/index.js +1 -1
  14. package/dist/components/core/dialogs/FormDialog.d.ts +6 -18
  15. package/dist/components/core/dialogs/FormDialog.d.ts.map +1 -1
  16. package/dist/components/core/dialogs/index.d.ts +1 -1
  17. package/dist/components/core/dialogs/index.d.ts.map +1 -1
  18. package/dist/components/core/dialogs/index.js +2 -2
  19. package/dist/components/core/filters/index.js +1 -1
  20. package/dist/components/core/forms/GenericForm.d.ts +57 -0
  21. package/dist/components/core/forms/GenericForm.d.ts.map +1 -0
  22. package/dist/components/core/forms/index.d.ts +2 -0
  23. package/dist/components/core/forms/index.d.ts.map +1 -0
  24. package/dist/components/core/forms/index.js +4 -0
  25. package/dist/components/core/index.d.ts +1 -0
  26. package/dist/components/core/index.d.ts.map +1 -1
  27. package/dist/components/core/index.js +57 -52
  28. package/dist/components/core/inputs/ImageInput.d.ts +12 -0
  29. package/dist/components/core/inputs/ImageInput.d.ts.map +1 -0
  30. package/dist/components/core/inputs/MultiSelect.d.ts +2 -1
  31. package/dist/components/core/inputs/MultiSelect.d.ts.map +1 -1
  32. package/dist/components/core/inputs/index.d.ts +1 -0
  33. package/dist/components/core/inputs/index.d.ts.map +1 -1
  34. package/dist/components/core/inputs/index.js +8 -5
  35. package/dist/components/core/layouts/index.js +2 -2
  36. package/dist/components/core/table/TableBody.d.ts.map +1 -1
  37. package/dist/components/core/table/TableHeader.d.ts.map +1 -1
  38. package/dist/components/core/table/index.js +1 -1
  39. package/dist/components/core/tabs/index.js +1 -1
  40. package/dist/components/core/theme/index.js +1 -1
  41. package/dist/components/index.js +116 -111
  42. package/dist/components/ui/index.js +2 -2
  43. package/dist/hooks/index.js +17 -16
  44. package/dist/{toaster-BTQcWjuV.js → toaster-CtADevTu.js} +1 -1
  45. package/dist/{toggle-group-6CH5BRLO.js → toggle-group-Cnfwf4uy.js} +8376 -7317
  46. package/dist/types/AppAction.d.ts +1 -1
  47. package/dist/types/AppAction.d.ts.map +1 -1
  48. package/dist/types/forms/FieldType.d.ts +2 -0
  49. package/dist/types/forms/FieldType.d.ts.map +1 -0
  50. package/dist/types/forms/FormField.d.ts +40 -0
  51. package/dist/types/forms/FormField.d.ts.map +1 -0
  52. package/dist/types/forms/FormSchema.d.ts +6 -0
  53. package/dist/types/forms/FormSchema.d.ts.map +1 -0
  54. package/dist/types/forms/FormSection.d.ts +12 -0
  55. package/dist/types/forms/FormSection.d.ts.map +1 -0
  56. package/dist/types/forms/index.d.ts +5 -0
  57. package/dist/types/forms/index.d.ts.map +1 -0
  58. package/dist/types/forms/index.js +1 -0
  59. package/dist/types/index.d.ts +1 -0
  60. package/dist/types/index.d.ts.map +1 -1
  61. package/dist/useNotifications-zbUhCvF_.js +12 -0
  62. package/dist/useTheme-B0Bxda3I.js +22 -0
  63. package/package.json +7 -5
  64. package/dist/ConfirmationDialog-bBFPpP2z.js +0 -322
  65. package/dist/SearchInput-CsZcpaxL.js +0 -710
  66. package/dist/useTheme-BtR4Ahrp.js +0 -31
@@ -1,13 +1,14 @@
1
1
  import { jsxs as m, jsx as r } from "react/jsx-runtime";
2
2
  import { useState as k, useEffect as M, useMemo as A } from "react";
3
- import { M as $, a as O, D as _, b as I, S as j } from "./SearchInput-CsZcpaxL.js";
4
- import { aW as C, bD as z, bM as R, bF as B, bI as Q, bL as V, a$ as H, bH as W, bv as X, bx as G, bw as J, ce as K, _ as P } from "./toggle-group-6CH5BRLO.js";
3
+ import { a as $, D as O, b as _, S as I } from "./SearchInput-DFrIqONH.js";
4
+ import { aW as C, bD as j, bM as z, bF as R, bI as B, bL as Q, a$ as V, bH as H, bv as W, bx as X, bw as G, ce as J, _ as P } from "./toggle-group-Cnfwf4uy.js";
5
5
  import "./alert-srKINZRG.js";
6
- import { B as w, C as U } from "./tooltip-mWS3Mix6.js";
7
- import { X as E, S as Y, h as Z, i as q, a as ee, c as re } from "./select-CDIMkakd.js";
6
+ import { B as w, C as K } from "./tooltip-mWS3Mix6.js";
7
+ import { X as E, S as U, h as Y, i as Z, a as q, c as ee } from "./select-CDIMkakd.js";
8
8
  import "next-themes";
9
9
  import { B as L } from "./badge-BmjaQmQ3.js";
10
- import { c as te } from "./tailwind.helper-gWiv5-6R.js";
10
+ import { c as re } from "./tailwind.helper-gWiv5-6R.js";
11
+ import { M as te } from "./MultiSelect-Bc0Re1XN.js";
11
12
  import { c as le } from "./index-BSI9LuBZ.js";
12
13
  /**
13
14
  * @license lucide-react v1.16.0 - ISC
@@ -112,7 +113,7 @@ const ne = ({ field: s, value: l, onChange: a, onToggleMultiSelect: o }) => {
112
113
  );
113
114
  case "select":
114
115
  return s.searchable === !0 ? /* @__PURE__ */ r(
115
- I,
116
+ _,
116
117
  {
117
118
  options: s.options ?? [],
118
119
  value: l,
@@ -120,17 +121,17 @@ const ne = ({ field: s, value: l, onChange: a, onToggleMultiSelect: o }) => {
120
121
  placeholder: s.placeholder,
121
122
  searchPlaceholder: s.searchPlaceholder
122
123
  }
123
- ) : /* @__PURE__ */ m(Y, { value: l ?? "", onValueChange: a, children: [
124
- /* @__PURE__ */ r(Z, { className: te((l === void 0 || l === "") && "text-muted-foreground"), children: /* @__PURE__ */ r(q, { placeholder: s.placeholder }) }),
125
- /* @__PURE__ */ r(ee, { children: (i = s.options) == null ? void 0 : i.map((d) => /* @__PURE__ */ r(re, { value: d.value, children: d.label }, d.value)) })
124
+ ) : /* @__PURE__ */ m(U, { value: l ?? "", onValueChange: a, children: [
125
+ /* @__PURE__ */ r(Y, { className: re((l === void 0 || l === "") && "text-muted-foreground"), children: /* @__PURE__ */ r(Z, { placeholder: s.placeholder }) }),
126
+ /* @__PURE__ */ r(q, { children: (i = s.options) == null ? void 0 : i.map((d) => /* @__PURE__ */ r(ee, { value: d.value, children: d.label }, d.value)) })
126
127
  ] });
127
128
  case "date":
128
- return /* @__PURE__ */ r(_, { date: l, onDateChange: a, placeholder: s.placeholder ?? "Sélectionner une date" });
129
+ return /* @__PURE__ */ r(O, { date: l, onDateChange: a, placeholder: s.placeholder ?? "Sélectionner une date" });
129
130
  case "date-range":
130
- return /* @__PURE__ */ r(O, { value: l, onChange: a, placeholder: s.placeholder });
131
+ return /* @__PURE__ */ r($, { value: l, onChange: a, placeholder: s.placeholder });
131
132
  case "multi-select":
132
133
  return /* @__PURE__ */ r(
133
- $,
134
+ te,
134
135
  {
135
136
  options: s.options ?? [],
136
137
  selected: l ?? [],
@@ -169,17 +170,17 @@ function oe({
169
170
  }, N = () => {
170
171
  f({}), a({}), n(!1);
171
172
  };
172
- return /* @__PURE__ */ m(z, { open: d, onOpenChange: n, children: [
173
- /* @__PURE__ */ r(R, { asChild: !0, children: /* @__PURE__ */ m(w, { variant: "outline", className: "gap-2", children: [
173
+ return /* @__PURE__ */ m(j, { open: d, onOpenChange: n, children: [
174
+ /* @__PURE__ */ r(z, { asChild: !0, children: /* @__PURE__ */ m(w, { variant: "outline", className: "gap-2", children: [
174
175
  /* @__PURE__ */ r(se, { className: "size-4 shrink-0" }),
175
176
  o
176
177
  ] }) }),
177
- /* @__PURE__ */ m(B, { side: "right", className: "w-[400px] sm:w-[500px] flex flex-col p-0", children: [
178
- /* @__PURE__ */ r(Q, { className: "p-6 pb-0", children: /* @__PURE__ */ r(V, { children: i }) }),
178
+ /* @__PURE__ */ m(R, { side: "right", className: "w-[400px] sm:w-[500px] flex flex-col p-0", children: [
179
+ /* @__PURE__ */ r(B, { className: "p-6 pb-0", children: /* @__PURE__ */ r(Q, { children: i }) }),
179
180
  /* @__PURE__ */ r("div", { className: "flex-1 overflow-y-auto p-6 pt-6", children: /* @__PURE__ */ r("div", { className: "space-y-6", children: s.map((g, t) => /* @__PURE__ */ m("div", { className: "space-y-4", children: [
180
181
  /* @__PURE__ */ r("h3", { className: "font-semibold text-sm text-gray-900 dark:text-gray-100 border-b pb-2", children: g.title }),
181
182
  g.filters.map((h) => /* @__PURE__ */ m("div", { className: "space-y-2", children: [
182
- /* @__PURE__ */ r(H, { htmlFor: h.key, children: h.label }),
183
+ /* @__PURE__ */ r(V, { htmlFor: h.key, children: h.label }),
183
184
  /* @__PURE__ */ r(
184
185
  ne,
185
186
  {
@@ -195,7 +196,7 @@ function oe({
195
196
  )
196
197
  ] }, h.key))
197
198
  ] }, t)) }) }),
198
- /* @__PURE__ */ m(W, { className: "gap-2 p-6 border-t bg-white dark:bg-gray-950", children: [
199
+ /* @__PURE__ */ m(H, { className: "gap-2 p-6 border-t bg-white dark:bg-gray-950", children: [
199
200
  /* @__PURE__ */ r(w, { variant: "outline", className: "flex-1", onClick: N, children: "Effacer les filtres" }),
200
201
  /* @__PURE__ */ r(w, { className: "flex-1 bg-orange-500 hover:bg-orange-600 text-white", onClick: b, children: "Rechercher" })
201
202
  ] })
@@ -231,26 +232,26 @@ function ie({
231
232
  });
232
233
  };
233
234
  return /* @__PURE__ */ m(
234
- X,
235
+ W,
235
236
  {
236
237
  onOpenChange: () => {
237
238
  x("");
238
239
  },
239
240
  children: [
240
- /* @__PURE__ */ r(G, { asChild: !0, children: /* @__PURE__ */ m(
241
+ /* @__PURE__ */ r(X, { asChild: !0, children: /* @__PURE__ */ m(
241
242
  "button",
242
243
  {
243
244
  className: `inline-flex items-center gap-1.5 rounded-full border px-3 py-1.5 text-sm transition-colors whitespace-nowrap ${v ? "border-primary bg-primary/10 text-primary font-medium" : "border-border bg-card text-card-foreground hover:bg-muted"}`,
244
245
  children: [
245
246
  s,
246
247
  a.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: a.length }),
247
- /* @__PURE__ */ r(U, { className: "size-3.5 opacity-60" })
248
+ /* @__PURE__ */ r(K, { className: "size-3.5 opacity-60" })
248
249
  ]
249
250
  }
250
251
  ) }),
251
- /* @__PURE__ */ m(J, { className: "w-56 p-0", align: "start", children: [
252
+ /* @__PURE__ */ m(G, { className: "w-56 p-0", align: "start", children: [
252
253
  n ? /* @__PURE__ */ r("div", { className: "border-b border-border p-2", children: /* @__PURE__ */ m("div", { className: "relative", children: [
253
- /* @__PURE__ */ r(K, { className: "absolute left-2 top-1/2 h-3.5 w-3.5 -translate-y-1/2 text-muted-foreground" }),
254
+ /* @__PURE__ */ r(J, { className: "absolute left-2 top-1/2 h-3.5 w-3.5 -translate-y-1/2 text-muted-foreground" }),
254
255
  /* @__PURE__ */ r(
255
256
  "input",
256
257
  {
@@ -300,7 +301,7 @@ function ie({
300
301
  }
301
302
  );
302
303
  }
303
- function Ne({
304
+ function Ae({
304
305
  searchQuery: s,
305
306
  onSearchChange: l,
306
307
  searchPlaceholder: a = "Rechercher...",
@@ -355,7 +356,7 @@ function Ne({
355
356
  return /* @__PURE__ */ m("div", { className: "space-y-4 w-full", children: [
356
357
  /* @__PURE__ */ r("div", { className: "flex flex-wrap items-center gap-3 justify-between", children: /* @__PURE__ */ m("div", { className: "flex flex-wrap items-center gap-3", children: [
357
358
  l !== void 0 ? /* @__PURE__ */ r(
358
- j,
359
+ I,
359
360
  {
360
361
  searchQuery: s,
361
362
  onSearch: l,
@@ -403,6 +404,6 @@ export {
403
404
  ce as A,
404
405
  ne as F,
405
406
  ie as S,
406
- Ne as T,
407
+ Ae as T,
407
408
  oe as a
408
409
  };
@@ -1,7 +1,7 @@
1
1
  import { jsx as a, jsxs as s } from "react/jsx-runtime";
2
2
  import { b as m, T as h, c as u, B as g, a as f } from "./tooltip-mWS3Mix6.js";
3
3
  import { S as v, h as b, i as N, a as S, c as x } from "./select-CDIMkakd.js";
4
- import { u as C } from "./useTheme-BtR4Ahrp.js";
4
+ import { u as C } from "./useTheme-B0Bxda3I.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);
7
7
  if (i === "mini") {
@@ -1,4 +1,4 @@
1
- import { C as s, a as d, D as C, K as e, b as o, M as t } from "../../../MetricCard-CFwSSiQY.js";
1
+ import { C as s, a as d, D as C, K as e, b as o, M as t } from "../../../MetricCard-CXDB0msa.js";
2
2
  export {
3
3
  s as CardSkeleton,
4
4
  d as CardsSkeleton,
@@ -1,24 +1,12 @@
1
- export interface FieldDef<T> {
2
- key: string;
3
- label: string;
4
- fullWidth?: boolean;
5
- renderView?: (data: T) => React.ReactNode;
6
- renderEdit?: (data: T, editedData: Partial<T>, onChange: (val: unknown) => void) => React.ReactNode;
7
- getEditValue?: (data: T) => unknown;
8
- }
9
- export interface SectionDef<T> {
10
- title: string;
11
- icon?: React.ReactNode;
12
- fields: FieldDef<T>[];
13
- }
14
- interface FormDialogProps<T> {
1
+ import type { FormSchema } from "@/types";
2
+ export interface FormDialogProps<T> {
15
3
  open: boolean;
16
4
  onOpenChange: (open: boolean) => void;
17
5
  data: T | null;
18
6
  title: (data: T) => string;
19
7
  headerBadge?: (data: T) => React.ReactNode;
20
- sections: SectionDef<T>[];
21
- onSave?: (editedData: Partial<T>) => Promise<void>;
8
+ schema: FormSchema<T>;
9
+ onSave?: (data: T) => Promise<void>;
22
10
  customFooter?: (data: T) => React.ReactNode;
23
11
  defaultEditing?: boolean;
24
12
  footerActions?: boolean;
@@ -26,7 +14,7 @@ interface FormDialogProps<T> {
26
14
  cancelLabel?: string;
27
15
  hideSaveIcon?: boolean;
28
16
  maxWidth?: string;
17
+ isLoading?: boolean;
29
18
  }
30
- export default function FormDialog<T>({ open, onOpenChange, data, title, headerBadge, sections, onSave, customFooter, defaultEditing, footerActions, saveLabel, cancelLabel, hideSaveIcon, maxWidth, }: FormDialogProps<T>): React.ReactElement | null;
31
- export {};
19
+ export default function FormDialog<T>({ open, onOpenChange, data, title, headerBadge, schema, onSave, customFooter, defaultEditing, footerActions, saveLabel, cancelLabel, hideSaveIcon, maxWidth, isLoading, }: FormDialogProps<T>): React.ReactElement | null;
32
20
  //# sourceMappingURL=FormDialog.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/core/dialogs/FormDialog.tsx"],"names":[],"mappings":"AAMA,MAAM,WAAW,QAAQ,CAAC,CAAC;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IAC1C,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,CAAC,GAAG,EAAE,OAAO,KAAK,IAAI,KAAK,KAAK,CAAC,SAAS,CAAC;IACpG,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,OAAO,CAAC;CACrC;AAED,MAAM,WAAW,UAAU,CAAC,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC;CACvB;AAED,UAAU,eAAe,CAAC,CAAC;IACzB,IAAI,EAAE,OAAO,CAAC;IACd,YAAY,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACtC,IAAI,EAAE,CAAC,GAAG,IAAI,CAAC;IACf,KAAK,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IAC3C,QAAQ,EAAE,UAAU,CAAC,CAAC,CAAC,EAAE,CAAC;IAC1B,MAAM,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACnD,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IAC5C,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,CAAC,EAAE,EACpC,IAAI,EACJ,YAAY,EACZ,IAAI,EACJ,KAAK,EACL,WAAW,EACX,QAAQ,EACR,MAAM,EACN,YAAY,EACZ,cAAsB,EACtB,aAAoB,EACpB,SAAyB,EACzB,WAAuB,EACvB,YAAoB,EACpB,QAAyB,GAC1B,EAAE,eAAe,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,YAAY,GAAG,IAAI,CAoOhD"}
1
+ {"version":3,"file":"FormDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/core/dialogs/FormDialog.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAE1C,MAAM,WAAW,eAAe,CAAC,CAAC;IAChC,IAAI,EAAE,OAAO,CAAC;IACd,YAAY,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACtC,IAAI,EAAE,CAAC,GAAG,IAAI,CAAC;IACf,KAAK,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IAC3C,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC;IACtB,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACpC,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IAC5C,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,CAAC,EAAE,EACpC,IAAI,EACJ,YAAY,EACZ,IAAI,EACJ,KAAK,EACL,WAAW,EACX,MAAM,EACN,MAAM,EACN,YAAY,EACZ,cAAsB,EACtB,aAAoB,EACpB,SAAyB,EACzB,WAAuB,EACvB,YAAoB,EACpB,QAAyB,EACzB,SAAiB,GAClB,EAAE,eAAe,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,YAAY,GAAG,IAAI,CAwIhD"}
@@ -3,7 +3,7 @@ export type { ButtonVariantType, DialogAction, AppDialogConfig } from "./AppDial
3
3
  export { Dialog, DialogPortal, DialogOverlay, DialogClose, DialogTrigger, DialogContent, DialogHeader, DialogFooter, DialogTitle, DialogDescription, } from "../../ui/dialog";
4
4
  export { Progress } from "../../ui/progress";
5
5
  export { default as FormDialog } from "./FormDialog";
6
- export type { FieldDef, SectionDef } from "./FormDialog";
6
+ export type { FormDialogProps } from "./FormDialog";
7
7
  export { ConfirmDeleteDialog } from "./ConfirmDeleteDialog";
8
8
  export type { ConfirmDialogConfig } from "@/types/ConfirmDialogConfig";
9
9
  export { ConfirmationDialog } from "./ConfirmationDialog";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/core/dialogs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,iBAAiB,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AACpF,OAAO,EACL,MAAM,EACN,YAAY,EACZ,aAAa,EACb,WAAW,EACX,aAAa,EACb,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,iBAAiB,GAClB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,YAAY,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,YAAY,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/core/dialogs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,iBAAiB,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AACpF,OAAO,EACL,MAAM,EACN,YAAY,EACZ,aAAa,EACb,WAAW,EACX,aAAa,EACb,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,iBAAiB,GAClB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,YAAY,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC"}
@@ -1,5 +1,5 @@
1
- import { A as i, C as l, a as s, F as g } from "../../../ConfirmationDialog-bBFPpP2z.js";
2
- import { D as e, a as r, b as t, c as n, d as f, e as m, f as p, g as C, h as F, i as P, P as c } from "../../../toggle-group-6CH5BRLO.js";
1
+ import { A as i, C as l, a as s, F as g } from "../../../ConfirmationDialog-B41OAAmc.js";
2
+ import { D as e, a as r, b as t, c as n, d as f, e as m, f as p, g as C, h as F, i as P, P as c } from "../../../toggle-group-Cnfwf4uy.js";
3
3
  export {
4
4
  i as AppDialog,
5
5
  l as ConfirmDeleteDialog,
@@ -1,4 +1,4 @@
1
- import { A as l, a as i, F as r, S as s, T as t } from "../../../TableFilter-DGFQNbZ_.js";
1
+ import { A as l, a as i, F as r, S as s, T as t } from "../../../TableFilter-CK8NyawM.js";
2
2
  export {
3
3
  l as ActiveFilters,
4
4
  i as AdvancedFilters,
@@ -0,0 +1,57 @@
1
+ import { FormSchema } from "@/types";
2
+ import React from "react";
3
+ /**
4
+ * Props mapping for the GenericForm component.
5
+ */
6
+ interface GenericFormProps<T> {
7
+ /**
8
+ * The structural schema definition containing sections and form fields.
9
+ * If null or undefined, the form renders nothing.
10
+ */
11
+ schema: FormSchema<T> | null | undefined;
12
+ /**
13
+ * Indicates if the form submission or data fetching is loading.
14
+ */
15
+ isLoading?: boolean;
16
+ /**
17
+ * An optional external error object (e.g. from an API request) to display.
18
+ */
19
+ error?: Error | null;
20
+ /**
21
+ * Callback triggered when form values pass validation and are submitted.
22
+ */
23
+ onSubmit: (data: T) => void | Promise<void>;
24
+ /**
25
+ * Callback triggered when the cancel button is clicked.
26
+ */
27
+ onCancel?: () => void;
28
+ /**
29
+ * Default initial values for the form fields.
30
+ */
31
+ initialData?: T;
32
+ /**
33
+ * Disables all interactive fields within the form.
34
+ */
35
+ disabled?: boolean;
36
+ /**
37
+ * If true, renders the default form footer actions (Cancel and Submit).
38
+ * Set this to false when embedding in modals or external layouts.
39
+ */
40
+ renderActions?: boolean;
41
+ /**
42
+ * Callback that exposes the internal submit function to a parent component (like a modal dialog).
43
+ */
44
+ onRegisterSubmit?: (submit: () => void) => void;
45
+ /**
46
+ * The default column span (1 to 4) for fields that do not explicitly declare a layout.cols property.
47
+ * Defaults to 4 (full width).
48
+ */
49
+ defaultCols?: 1 | 2 | 3 | 4;
50
+ }
51
+ /**
52
+ * A highly dynamic, Zod-validated generic form generator.
53
+ * Builds responsive input layouts automatically based on a structured FormSchema definition.
54
+ */
55
+ export declare const GenericForm: <T>({ schema, isLoading, error, onSubmit, onCancel, initialData, disabled, renderActions, onRegisterSubmit, defaultCols, }: GenericFormProps<T>) => React.ReactElement | null;
56
+ export {};
57
+ //# sourceMappingURL=GenericForm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GenericForm.d.ts","sourceRoot":"","sources":["../../../../src/components/core/forms/GenericForm.tsx"],"names":[],"mappings":"AAwBA,OAAO,EAAa,UAAU,EAAgF,MAAM,SAAS,CAAC;AAE9H,OAAO,KAAmB,MAAM,OAAO,CAAC;AAKxC;;GAEG;AACH,UAAU,gBAAgB,CAAC,CAAC;IAC1B;;;OAGG;IACH,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IACzC;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IACrB;;OAEG;IACH,QAAQ,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAC5C;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,gBAAgB,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,IAAI,KAAK,IAAI,CAAC;IAChD;;;OAGG;IACH,WAAW,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CAC7B;AAED;;;GAGG;AACH,eAAO,MAAM,WAAW,GAAI,CAAC,EAAG,wHAW7B,gBAAgB,CAAC,CAAC,CAAC,KAAG,KAAK,CAAC,YAAY,GAAG,IAuV7C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./GenericForm";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/core/forms/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { G as o } from "../../../GenericForm-D3Gxh9kf.js";
2
+ export {
3
+ o as GenericForm
4
+ };
@@ -1,6 +1,7 @@
1
1
  export * from "./cards";
2
2
  export * from "./dialogs";
3
3
  export * from "./filters";
4
+ export * from "./forms";
4
5
  export * from "./inputs";
5
6
  export * from "./layouts";
6
7
  export * from "./navbar";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/core/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/core/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
@@ -1,67 +1,72 @@
1
- import { C as r, a as s, D as o, K as t, b as i, M as l } from "../../MetricCard-CFwSSiQY.js";
2
- import { A as b, C as D, a as g, F as T } from "../../ConfirmationDialog-bBFPpP2z.js";
3
- import { D as c, a as d, b as A, c as m, d as S, e as f, f as x, g as C, h as F, i as P, P as h } from "../../toggle-group-6CH5BRLO.js";
4
- import { A as u, a as v, F as E, S as M, T as H } from "../../TableFilter-DGFQNbZ_.js";
5
- import { D as y, a as B, M as I, S as L, b as N } from "../../SearchInput-CsZcpaxL.js";
6
- import { A as R, a as V } from "../../AppTitle-DDQoaHBb.js";
7
- import { A as q } from "../../AppSubTitle-DBxJVB46.js";
8
- import { S as z, a as G, T as J } from "../../Topbar-6UWKhkXJ.js";
9
- import { E as U } from "../../ErrorAlert-B2LV1J2R.js";
10
- import { E as X, L as Y } from "../../LoadingState-DiBl13bH.js";
11
- import { D as _, T as $, a as aa, b as ea, c as ra, d as sa, e as oa } from "../../DataTable-locK3Z44.js";
12
- import { A as ia, a as la, b as pa, c as ba } from "../../AppVerticalTabs-CYx0jMXp.js";
13
- import { T as ga } from "../../ThemeSelector-Cl2EWB-n.js";
1
+ import { C as r, a as o, D as s, K as t, b as i, M as l } from "../../MetricCard-CXDB0msa.js";
2
+ import { A as b, C as D, a as g, F as m } from "../../ConfirmationDialog-B41OAAmc.js";
3
+ import { D as T, a as c, b as d, c as f, d as A, e as S, f as x, g as C, h as F, i as P, P as h } from "../../toggle-group-Cnfwf4uy.js";
4
+ import { A as u, a as I, F as v, S as E, T as M } from "../../TableFilter-CK8NyawM.js";
5
+ import { G as K } from "../../GenericForm-D3Gxh9kf.js";
6
+ import { I as B } from "../../ImageInput-BcGHoduc.js";
7
+ import { D as L, a as N, S as O, b as R } from "../../SearchInput-DFrIqONH.js";
8
+ import { M as j } from "../../MultiSelect-Bc0Re1XN.js";
9
+ import { A as w, a as z } from "../../AppTitle-eazxzYGa.js";
10
+ import { A as Q } from "../../AppSubTitle-Cr3zbmee.js";
11
+ import { S as W, a as X, T as Y } from "../../Topbar-6UWKhkXJ.js";
12
+ import { E as _ } from "../../ErrorAlert-B2LV1J2R.js";
13
+ import { E as aa, L as ea } from "../../LoadingState-DiBl13bH.js";
14
+ import { D as oa, T as sa, a as ta, b as ia, c as la, d as pa, e as ba } from "../../DataTable-jrFyuw67.js";
15
+ import { A as ga, a as ma, b as na, c as Ta } from "../../AppVerticalTabs-ujb4jtNi.js";
16
+ import { T as da } from "../../ThemeSelector-BMvfc21-.js";
14
17
  export {
15
18
  u as ActiveFilters,
16
- v as AdvancedFilters,
17
- R as AppActions,
19
+ I as AdvancedFilters,
20
+ w as AppActions,
18
21
  b as AppDialog,
19
- q as AppSubTitle,
20
- ia as AppTabContainer,
21
- la as AppTabHeader,
22
- pa as AppTabs,
23
- V as AppTitle,
24
- ba as AppVerticalTabs,
22
+ Q as AppSubTitle,
23
+ ga as AppTabContainer,
24
+ ma as AppTabHeader,
25
+ na as AppTabs,
26
+ z as AppTitle,
27
+ Ta as AppVerticalTabs,
25
28
  r as CardSkeleton,
26
- s as CardsSkeleton,
29
+ o as CardsSkeleton,
27
30
  D as ConfirmDeleteDialog,
28
31
  g as ConfirmationDialog,
29
- o as DashboardCard,
30
- _ as DataTable,
31
- y as DatePicker,
32
- B as DateRangePicker,
33
- c as Dialog,
34
- d as DialogClose,
35
- A as DialogContent,
36
- m as DialogDescription,
37
- S as DialogFooter,
38
- f as DialogHeader,
32
+ s as DashboardCard,
33
+ oa as DataTable,
34
+ L as DatePicker,
35
+ N as DateRangePicker,
36
+ T as Dialog,
37
+ c as DialogClose,
38
+ d as DialogContent,
39
+ f as DialogDescription,
40
+ A as DialogFooter,
41
+ S as DialogHeader,
39
42
  x as DialogOverlay,
40
43
  C as DialogPortal,
41
44
  F as DialogTitle,
42
45
  P as DialogTrigger,
43
- U as ErrorAlert,
44
- X as ErrorState,
45
- E as FilterField,
46
- T as FormDialog,
46
+ _ as ErrorAlert,
47
+ aa as ErrorState,
48
+ v as FilterField,
49
+ m as FormDialog,
50
+ K as GenericForm,
51
+ B as ImageInput,
47
52
  t as KpiCard,
48
53
  i as KpiCards,
49
- Y as LoadingState,
54
+ ea as LoadingState,
50
55
  l as MetricCard,
51
- I as MultiSelect,
56
+ j as MultiSelect,
52
57
  h as Progress,
53
- L as SearchInput,
54
- M as SearchableFilterPill,
55
- N as SearchableSelect,
56
- z as Sidebar,
57
- G as SidebarNavItem,
58
- $ as TableActions,
59
- aa as TableBody,
60
- ea as TableBulkActions,
61
- H as TableFilter,
62
- ra as TableHeader,
63
- sa as TablePagination,
64
- oa as TableSettings,
65
- ga as ThemeSelector,
66
- J as Topbar
58
+ O as SearchInput,
59
+ E as SearchableFilterPill,
60
+ R as SearchableSelect,
61
+ W as Sidebar,
62
+ X as SidebarNavItem,
63
+ sa as TableActions,
64
+ ta as TableBody,
65
+ ia as TableBulkActions,
66
+ M as TableFilter,
67
+ la as TableHeader,
68
+ pa as TablePagination,
69
+ ba as TableSettings,
70
+ da as ThemeSelector,
71
+ Y as Topbar
67
72
  };
@@ -0,0 +1,12 @@
1
+ interface ImageInputProps {
2
+ value?: string;
3
+ onChange: (file: File | null) => void;
4
+ accept?: string;
5
+ maxSizeMB?: number;
6
+ disabled?: boolean;
7
+ className?: string;
8
+ hint?: string;
9
+ }
10
+ export declare const ImageInput: import("react").ForwardRefExoticComponent<ImageInputProps & import("react").RefAttributes<HTMLDivElement>>;
11
+ export {};
12
+ //# sourceMappingURL=ImageInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageInput.d.ts","sourceRoot":"","sources":["../../../../src/components/core/inputs/ImageInput.tsx"],"names":[],"mappings":"AAMA,UAAU,eAAe;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,KAAK,IAAI,CAAC;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,UAAU,4GAmEtB,CAAC"}
@@ -9,7 +9,8 @@ interface MultiSelectProps {
9
9
  placeholder?: string;
10
10
  searchable?: boolean;
11
11
  searchPlaceholder?: string;
12
+ disabled?: boolean;
12
13
  }
13
- export declare const MultiSelect: ({ options, selected, onToggle, onClear, onSelectAll, placeholder, searchable, searchPlaceholder, }: MultiSelectProps) => React.ReactElement;
14
+ export declare const MultiSelect: ({ options, selected, onToggle, onClear, onSelectAll, placeholder, searchable, searchPlaceholder, disabled, }: MultiSelectProps) => React.ReactElement;
14
15
  export {};
15
16
  //# sourceMappingURL=MultiSelect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MultiSelect.d.ts","sourceRoot":"","sources":["../../../../src/components/core/inputs/MultiSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAIpE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAExD,UAAU,gBAAgB;IACxB,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IACzC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,eAAO,MAAM,WAAW,GAAI,oGASzB,gBAAgB,KAAG,KAAK,CAAC,YAkK3B,CAAC"}
1
+ {"version":3,"file":"MultiSelect.d.ts","sourceRoot":"","sources":["../../../../src/components/core/inputs/MultiSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAIpE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAExD,UAAU,gBAAgB;IACxB,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IACzC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,WAAW,GAAI,8GAUzB,gBAAgB,KAAG,KAAK,CAAC,YAoK3B,CAAC"}
@@ -1,3 +1,4 @@
1
+ export { ImageInput } from "./ImageInput";
1
2
  export { SearchInput } from "./SearchInput";
2
3
  export { DatePicker } from "./DatePicker";
3
4
  export { DateRangePicker } from "./DateRangePicker";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/core/inputs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/core/inputs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
@@ -1,8 +1,11 @@
1
- import { D as t, a as c, M as r, S as s, b as S } from "../../../SearchInput-CsZcpaxL.js";
1
+ import { I as r } from "../../../ImageInput-BcGHoduc.js";
2
+ import { D as c, a as o, S as s, b as p } from "../../../SearchInput-DFrIqONH.js";
3
+ import { M as l } from "../../../MultiSelect-Bc0Re1XN.js";
2
4
  export {
3
- t as DatePicker,
4
- c as DateRangePicker,
5
- r as MultiSelect,
5
+ c as DatePicker,
6
+ o as DateRangePicker,
7
+ r as ImageInput,
8
+ l as MultiSelect,
6
9
  s as SearchInput,
7
- S as SearchableSelect
10
+ p as SearchableSelect
8
11
  };
@@ -1,5 +1,5 @@
1
- import { A as o, a as t } from "../../../AppTitle-DDQoaHBb.js";
2
- import { A as e } from "../../../AppSubTitle-DBxJVB46.js";
1
+ import { A as o, a as t } from "../../../AppTitle-eazxzYGa.js";
2
+ import { A as e } from "../../../AppSubTitle-Cr3zbmee.js";
3
3
  export {
4
4
  o as AppActions,
5
5
  e as AppSubTitle,
@@ -1 +1 @@
1
- {"version":3,"file":"TableBody.d.ts","sourceRoot":"","sources":["../../../../src/components/core/table/TableBody.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAC/C,YAAY,EAAE,UAAU,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEvE,MAAM,WAAW,cAAc,CAAC,CAAC;IAC/B,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,CAAC,EAAE,CAAC;IACnB,QAAQ,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,MAAM,CAAC;IAC7B,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,IAAI,CAAC;IAC9B,cAAc,EAAE,OAAO,CAAC;IACxB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,kBAAkB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,mBAAmB,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;IACpC,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;IACzB,OAAO,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;CACzB;AAED,wBAAgB,SAAS,CAAC,CAAC,EAAE,EAC3B,SAAS,EACT,YAAY,EACZ,aAAa,EACb,aAAa,EACb,QAAQ,EACR,UAAU,EACV,cAAc,EACd,YAAY,EACZ,kBAAkB,EAClB,mBAAmB,EACnB,YAAY,EACZ,UAAU,EACV,OAAO,EACP,OAAO,GACR,EAAE,cAAc,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAyFvC"}
1
+ {"version":3,"file":"TableBody.d.ts","sourceRoot":"","sources":["../../../../src/components/core/table/TableBody.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAC/C,YAAY,EAAE,UAAU,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEvE,MAAM,WAAW,cAAc,CAAC,CAAC;IAC/B,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,CAAC,EAAE,CAAC;IACnB,QAAQ,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,MAAM,CAAC;IAC7B,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,IAAI,CAAC;IAC9B,cAAc,EAAE,OAAO,CAAC;IACxB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,kBAAkB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,mBAAmB,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;IACpC,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;IACzB,OAAO,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;CACzB;AAED,wBAAgB,SAAS,CAAC,CAAC,EAAE,EAC3B,SAAS,EACT,YAAY,EACZ,aAAa,EACb,aAAa,EACb,QAAQ,EACR,UAAU,EACV,cAAc,EACd,YAAY,EACZ,kBAAkB,EAClB,mBAAmB,EACnB,YAAY,EACZ,UAAU,EACV,OAAO,EACP,OAAO,GACR,EAAE,cAAc,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAiGvC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TableHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/core/table/TableHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,gBAAgB,CAAC,CAAC;IACjC,cAAc,EAAE,OAAO,CAAC;IACxB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,mBAAmB,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;IACpC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,aAAa,EAAE,KAAK,GAAG,MAAM,CAAC;IAC9B,UAAU,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,eAAe,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACjE,cAAc,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAChE,UAAU,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,eAAe,EAAE,MAAM,KAAK,IAAI,CAAC;IAClE,eAAe,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAClE,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAChC;AAED,wBAAgB,WAAW,CAAC,CAAC,EAAE,EAC7B,cAAc,EACd,YAAY,EACZ,UAAU,EACV,eAAe,EACf,mBAAmB,EACnB,gBAAgB,EAChB,gBAAgB,EAChB,YAAY,EACZ,UAAU,EACV,aAAa,EACb,UAAU,EACV,eAAe,EACf,cAAc,EACd,UAAU,EACV,eAAe,EACf,UAAU,EACV,YAAY,GACb,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CA8EzC"}
1
+ {"version":3,"file":"TableHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/core/table/TableHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,gBAAgB,CAAC,CAAC;IACjC,cAAc,EAAE,OAAO,CAAC;IACxB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,mBAAmB,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;IACpC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,aAAa,EAAE,KAAK,GAAG,MAAM,CAAC;IAC9B,UAAU,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,eAAe,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACjE,cAAc,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAChE,UAAU,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,eAAe,EAAE,MAAM,KAAK,IAAI,CAAC;IAClE,eAAe,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAClE,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAChC;AAED,wBAAgB,WAAW,CAAC,CAAC,EAAE,EAC7B,cAAc,EACd,YAAY,EACZ,UAAU,EACV,eAAe,EACf,mBAAmB,EACnB,gBAAgB,EAChB,gBAAgB,EAChB,YAAY,EACZ,UAAU,EACV,aAAa,EACb,UAAU,EACV,eAAe,EACf,cAAc,EACd,UAAU,EACV,eAAe,EACf,UAAU,EACV,YAAY,GACb,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAwFzC"}
@@ -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-locK3Z44.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-jrFyuw67.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-CYx0jMXp.js";
1
+ import { A as s, a as b, b as e, c as r } from "../../../AppVerticalTabs-ujb4jtNi.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-Cl2EWB-n.js";
1
+ import { T as r } from "../../../ThemeSelector-BMvfc21-.js";
2
2
  export {
3
3
  r as ThemeSelector
4
4
  };