@krosoft/react 0.0.89 → 0.0.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{AppSubTitle-RKbtrPJr.js → AppSubTitle-CvJlatS9.js} +1 -1
- package/dist/{AppTitle-DCQpP2qE.js → AppTitle-LIQCjpo5.js} +26 -25
- package/dist/{AppVerticalTabs-pK3i9ZTD.js → AppVerticalTabs-BHrad7wu.js} +23 -23
- package/dist/ConfirmationDialog-BlRXnFH5.js +321 -0
- package/dist/ErrorAlert-BITMD2I5.js +33 -0
- package/dist/{LoadingState-DQjGcT2l.js → LoadingState-COf3KhOP.js} +6 -6
- package/dist/{MetricCard-DB1ME6tD.js → MetricCard-BGT2QRn0.js} +14 -13
- package/dist/{SearchInput-D_SLIZ2y.js → SearchInput-DpOuKSIf.js} +115 -126
- package/dist/{TableFilter-DXTOY-oa.js → TableFilter-DFtN_-Bg.js} +51 -51
- package/dist/{TableSettings-CBtuAPgM.js → TableSettings-m2q3s0wU.js} +68 -80
- package/dist/{ThemeSelector-CU8JmN2b.js → ThemeSelector-D9KTJAWz.js} +3 -3
- package/dist/{Topbar-BzZxu1Zi.js → Topbar-QKCJiWdO.js} +2 -2
- package/dist/{badge-DyRSpnOb.js → badge-C09fRxvd.js} +1 -1
- package/dist/card-Bn3Y7DHQ.js +48 -0
- package/dist/components/core/cards/index.js +1 -1
- package/dist/components/core/dialogs/ConfirmDeleteDialog.d.ts +10 -0
- package/dist/components/core/dialogs/ConfirmDeleteDialog.d.ts.map +1 -0
- package/dist/components/core/dialogs/ConfirmationDialog.d.ts +13 -0
- package/dist/components/core/dialogs/ConfirmationDialog.d.ts.map +1 -0
- package/dist/components/core/dialogs/index.d.ts +3 -0
- package/dist/components/core/dialogs/index.d.ts.map +1 -1
- package/dist/components/core/dialogs/index.js +15 -13
- package/dist/components/core/filters/index.js +1 -1
- package/dist/components/core/index.js +60 -56
- package/dist/components/core/inputs/index.js +1 -1
- package/dist/components/core/layouts/index.js +2 -2
- package/dist/components/core/navbar/index.js +1 -1
- package/dist/components/core/states/ErrorAlert.d.ts +7 -0
- package/dist/components/core/states/ErrorAlert.d.ts.map +1 -0
- package/dist/components/core/states/index.d.ts +1 -0
- package/dist/components/core/states/index.d.ts.map +1 -1
- package/dist/components/core/states/index.js +6 -4
- package/dist/components/core/table/index.js +1 -1
- package/dist/components/core/tabs/index.js +1 -1
- package/dist/components/core/theme/index.js +1 -1
- package/dist/components/index.js +280 -136
- package/dist/components/ui/accordion.d.ts +8 -0
- package/dist/components/ui/accordion.d.ts.map +1 -0
- package/dist/components/ui/alert-dialog.d.ts +21 -0
- package/dist/components/ui/alert-dialog.d.ts.map +1 -0
- package/dist/components/ui/aspect-ratio.d.ts +4 -0
- package/dist/components/ui/aspect-ratio.d.ts.map +1 -0
- package/dist/components/ui/avatar.d.ts +7 -0
- package/dist/components/ui/avatar.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb.d.ts +20 -0
- package/dist/components/ui/breadcrumb.d.ts.map +1 -0
- package/dist/components/ui/button.d.ts +1 -1
- package/dist/components/ui/carousel.d.ts +19 -0
- package/dist/components/ui/carousel.d.ts.map +1 -0
- package/dist/components/ui/chart.d.ts +50 -0
- package/dist/components/ui/chart.d.ts.map +1 -0
- package/dist/components/ui/collapsible.d.ts +6 -0
- package/dist/components/ui/collapsible.d.ts.map +1 -0
- package/dist/components/ui/command.d.ts +83 -0
- package/dist/components/ui/command.d.ts.map +1 -0
- package/dist/components/ui/context-menu.d.ts +28 -0
- package/dist/components/ui/context-menu.d.ts.map +1 -0
- package/dist/components/ui/drawer.d.ts +23 -0
- package/dist/components/ui/drawer.d.ts.map +1 -0
- package/dist/components/ui/form.d.ts +24 -0
- package/dist/components/ui/form.d.ts.map +1 -0
- package/dist/components/ui/hover-card.d.ts +7 -0
- package/dist/components/ui/hover-card.d.ts.map +1 -0
- package/dist/components/ui/index.d.ts +42 -16
- package/dist/components/ui/index.d.ts.map +1 -1
- package/dist/components/ui/index.js +231 -91
- package/dist/components/ui/input-otp.d.ts +35 -0
- package/dist/components/ui/input-otp.d.ts.map +1 -0
- package/dist/components/ui/menubar.d.ts +34 -0
- package/dist/components/ui/menubar.d.ts.map +1 -0
- package/dist/components/ui/navigation-menu.d.ts +13 -0
- package/dist/components/ui/navigation-menu.d.ts.map +1 -0
- package/dist/components/ui/pagination.d.ts +33 -0
- package/dist/components/ui/pagination.d.ts.map +1 -0
- package/dist/components/ui/radio-group.d.ts +6 -0
- package/dist/components/ui/radio-group.d.ts.map +1 -0
- package/dist/components/ui/resizable.d.ts +8 -0
- package/dist/components/ui/resizable.d.ts.map +1 -0
- package/dist/components/ui/sheet.d.ts +1 -1
- package/dist/components/ui/sidebar.d.ts +67 -0
- package/dist/components/ui/sidebar.d.ts.map +1 -0
- package/dist/components/ui/simple-table.d.ts +11 -0
- package/dist/components/ui/simple-table.d.ts.map +1 -0
- package/dist/components/ui/slider.d.ts +5 -0
- package/dist/components/ui/slider.d.ts.map +1 -0
- package/dist/components/ui/sonner.d.ts +5 -0
- package/dist/components/ui/sonner.d.ts.map +1 -0
- package/dist/components/ui/switch.d.ts +5 -0
- package/dist/components/ui/switch.d.ts.map +1 -0
- package/dist/components/ui/textarea.d.ts +6 -0
- package/dist/components/ui/textarea.d.ts.map +1 -0
- package/dist/components/ui/toaster.d.ts +2 -0
- package/dist/components/ui/toaster.d.ts.map +1 -0
- package/dist/components/ui/toggle-group.d.ts +13 -0
- package/dist/components/ui/toggle-group.d.ts.map +1 -0
- package/dist/components/ui/toggle.d.ts +13 -0
- package/dist/components/ui/toggle.d.ts.map +1 -0
- package/dist/{ellipsis-vertical-CqrunffH.js → ellipsis-vertical-BVxSFNOa.js} +1 -1
- package/dist/grip-vertical-CJ07_87Y.js +18 -0
- package/dist/hooks/index.js +6 -5
- package/dist/index-DSyPHOLE.js +147 -0
- package/dist/{loader-circle-BhJXKs31.js → loader-circle-GAYBtm3z.js} +1 -1
- package/dist/{select-B5wF6jxC.js → select-D6_XPD6x.js} +309 -308
- package/dist/toaster-D6ND7OTk.js +113 -0
- package/dist/toggle-group-VJoGbVQm.js +19987 -0
- package/dist/{tooltip-BzTGwm2E.js → tooltip-CAu4DEhc.js} +767 -796
- package/dist/types/ConfirmDialogConfig.d.ts +11 -0
- package/dist/types/ConfirmDialogConfig.d.ts.map +1 -0
- package/dist/useTheme-Bn8z_uxy.js +31 -0
- package/dist/useToast-BFTk4lWz.js +100 -0
- package/package.json +29 -7
- package/dist/FormDialog-CXLQG83d.js +0 -250
- package/dist/card-7XPLAra3.js +0 -23
- package/dist/createLucideIcon-CRdjzt2A.js +0 -116
- package/dist/skeleton-CJ1F2tD3.js +0 -8
- package/dist/tabs-BYqvMsA6.js +0 -6628
- package/dist/useTheme-CvNYmhjo.js +0 -128
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import * as s from "react";
|
|
3
|
+
import { a as i } from "./index-DSyPHOLE.js";
|
|
4
|
+
import { c as d } from "./index-gWiv5-6R.js";
|
|
5
|
+
const l = i(
|
|
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",
|
|
7
|
+
{
|
|
8
|
+
variants: {
|
|
9
|
+
variant: {
|
|
10
|
+
default: "bg-background text-foreground",
|
|
11
|
+
destructive: "border-destructive/50 text-destructive dark:border-destructive [&>svg]:text-destructive"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
defaultVariants: {
|
|
15
|
+
variant: "default"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
), n = s.forwardRef(
|
|
19
|
+
({ className: e, variant: a, ...r }, o) => /* @__PURE__ */ t("div", { ref: o, role: "alert", className: d(l({ variant: a }), e), ...r })
|
|
20
|
+
);
|
|
21
|
+
n.displayName = "Alert";
|
|
22
|
+
const c = s.forwardRef(({ className: e, ...a }, r) => /* @__PURE__ */ t("h5", { ref: r, className: d("mb-1 font-medium leading-none tracking-tight", e), ...a }));
|
|
23
|
+
c.displayName = "AlertTitle";
|
|
24
|
+
const f = s.forwardRef(({ className: e, ...a }, r) => /* @__PURE__ */ t("div", { ref: r, className: d("text-sm [&_p]:leading-relaxed", e), ...a }));
|
|
25
|
+
f.displayName = "AlertDescription";
|
|
26
|
+
const m = s.forwardRef(({ className: e, ...a }, r) => /* @__PURE__ */ t("div", { ref: r, className: d("rounded-lg border bg-card text-card-foreground shadow-sm", e), ...a }));
|
|
27
|
+
m.displayName = "Card";
|
|
28
|
+
const p = s.forwardRef(({ className: e, ...a }, r) => /* @__PURE__ */ t("div", { ref: r, className: d("flex flex-col space-y-1.5 p-6", e), ...a }));
|
|
29
|
+
p.displayName = "CardHeader";
|
|
30
|
+
const g = s.forwardRef(({ className: e, ...a }, r) => /* @__PURE__ */ t("h3", { ref: r, className: d("text-2xl font-semibold leading-none tracking-tight", e), ...a }));
|
|
31
|
+
g.displayName = "CardTitle";
|
|
32
|
+
const v = s.forwardRef(({ className: e, ...a }, r) => /* @__PURE__ */ t("p", { ref: r, className: d("text-sm text-muted-foreground", e), ...a }));
|
|
33
|
+
v.displayName = "CardDescription";
|
|
34
|
+
const u = s.forwardRef(({ className: e, ...a }, r) => /* @__PURE__ */ t("div", { ref: r, className: d("p-6 pt-0", e), ...a }));
|
|
35
|
+
u.displayName = "CardContent";
|
|
36
|
+
const N = s.forwardRef(({ className: e, ...a }, r) => /* @__PURE__ */ t("div", { ref: r, className: d("flex items-center p-6 pt-0", e), ...a }));
|
|
37
|
+
N.displayName = "CardFooter";
|
|
38
|
+
export {
|
|
39
|
+
n as A,
|
|
40
|
+
m as C,
|
|
41
|
+
f as a,
|
|
42
|
+
c as b,
|
|
43
|
+
u as c,
|
|
44
|
+
v as d,
|
|
45
|
+
N as e,
|
|
46
|
+
p as f,
|
|
47
|
+
g
|
|
48
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ConfirmDialogConfig } from "@/types/ConfirmDialogConfig";
|
|
2
|
+
import { ErrorHttp } from "@krosoft/core/types";
|
|
3
|
+
interface ConfirmDeleteDialogProps {
|
|
4
|
+
isLoading: boolean;
|
|
5
|
+
error: ErrorHttp | Error | null;
|
|
6
|
+
config: ConfirmDialogConfig;
|
|
7
|
+
}
|
|
8
|
+
export declare const ConfirmDeleteDialog: ({ isLoading, error, config }: ConfirmDeleteDialogProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=ConfirmDeleteDialog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmDeleteDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/core/dialogs/ConfirmDeleteDialog.tsx"],"names":[],"mappings":"AAWA,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAIhD,UAAU,wBAAwB;IAChC,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,SAAS,GAAG,KAAK,GAAG,IAAI,CAAC;IAChC,MAAM,EAAE,mBAAmB,CAAC;CAC7B;AAED,eAAO,MAAM,mBAAmB,GAAI,8BAA8B,wBAAwB,4CAuCzF,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ReactNode } from "react";
|
|
2
|
+
interface ConfirmationDialogProps {
|
|
3
|
+
children: ReactNode;
|
|
4
|
+
title: string;
|
|
5
|
+
description: string;
|
|
6
|
+
confirmText?: string;
|
|
7
|
+
cancelText?: string;
|
|
8
|
+
onConfirm: () => void;
|
|
9
|
+
destructive?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare function ConfirmationDialog({ children, title, description, confirmText, cancelText, onConfirm, destructive, }: ConfirmationDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=ConfirmationDialog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmationDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/core/dialogs/ConfirmationDialog.tsx"],"names":[],"mappings":"AAWA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,UAAU,uBAAuB;IAC/B,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,wBAAgB,kBAAkB,CAAC,EACjC,QAAQ,EACR,KAAK,EACL,WAAW,EACX,WAAyB,EACzB,UAAsB,EACtB,SAAS,EACT,WAAmB,GACpB,EAAE,uBAAuB,2CAkBzB"}
|
|
@@ -4,4 +4,7 @@ export { Dialog, DialogPortal, DialogOverlay, DialogClose, DialogTrigger, Dialog
|
|
|
4
4
|
export { Progress } from "../../ui/progress";
|
|
5
5
|
export { default as FormDialog } from "./FormDialog";
|
|
6
6
|
export type { FieldDef, SectionDef } from "./FormDialog";
|
|
7
|
+
export { ConfirmDeleteDialog } from "./ConfirmDeleteDialog";
|
|
8
|
+
export type { ConfirmDialogConfig } from "@/types/ConfirmDialogConfig";
|
|
9
|
+
export { ConfirmationDialog } from "./ConfirmationDialog";
|
|
7
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -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"}
|
|
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,17 +1,19 @@
|
|
|
1
|
-
import { A as i,
|
|
2
|
-
import { D as
|
|
1
|
+
import { A as i, C as l, a as s, F as g } from "../../../ConfirmationDialog-BlRXnFH5.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-VJoGbVQm.js";
|
|
3
3
|
export {
|
|
4
4
|
i as AppDialog,
|
|
5
|
-
l as
|
|
5
|
+
l as ConfirmDeleteDialog,
|
|
6
|
+
s as ConfirmationDialog,
|
|
7
|
+
e as Dialog,
|
|
6
8
|
r as DialogClose,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
9
|
+
t as DialogContent,
|
|
10
|
+
n as DialogDescription,
|
|
11
|
+
f as DialogFooter,
|
|
12
|
+
m as DialogHeader,
|
|
13
|
+
p as DialogOverlay,
|
|
14
|
+
C as DialogPortal,
|
|
15
|
+
F as DialogTitle,
|
|
16
|
+
P as DialogTrigger,
|
|
17
|
+
g as FormDialog,
|
|
18
|
+
c as Progress
|
|
17
19
|
};
|
|
@@ -1,63 +1,67 @@
|
|
|
1
|
-
import { K as
|
|
2
|
-
import { A as p,
|
|
3
|
-
import { D as
|
|
4
|
-
import { A as
|
|
5
|
-
import { D as
|
|
6
|
-
import { A as
|
|
7
|
-
import { A as
|
|
8
|
-
import { S as
|
|
9
|
-
import { C as
|
|
1
|
+
import { K as s, a as t, M as i } from "../../MetricCard-BGT2QRn0.js";
|
|
2
|
+
import { A as p, C as g, a as b, F as T } from "../../ConfirmationDialog-BlRXnFH5.js";
|
|
3
|
+
import { D as n, a as D, b as c, c as A, d, e as S, f, g as x, h as C, i as F, P } from "../../toggle-group-VJoGbVQm.js";
|
|
4
|
+
import { A as k, a as u, F as v, S as E, T as M } from "../../TableFilter-DFtN_-Bg.js";
|
|
5
|
+
import { D as K, a as y, M as B, S as I, b as L } from "../../SearchInput-DpOuKSIf.js";
|
|
6
|
+
import { A as O, a as R } from "../../AppTitle-LIQCjpo5.js";
|
|
7
|
+
import { A as j } from "../../AppSubTitle-CvJlatS9.js";
|
|
8
|
+
import { S as w, a as z, T as G } from "../../Topbar-QKCJiWdO.js";
|
|
9
|
+
import { C as Q, a as U, E as W, L as X } from "../../LoadingState-COf3KhOP.js";
|
|
10
|
+
import { E as Z } from "../../ErrorAlert-BITMD2I5.js";
|
|
10
11
|
import "react/jsx-runtime";
|
|
11
12
|
import "react";
|
|
12
|
-
import { T as
|
|
13
|
-
import { A as
|
|
14
|
-
import { T as
|
|
13
|
+
import { T as $, a as aa, b as ea, c as ra, d as oa, e as sa } from "../../TableSettings-m2q3s0wU.js";
|
|
14
|
+
import { A as ia, a as la, b as pa, c as ga } from "../../AppVerticalTabs-BHrad7wu.js";
|
|
15
|
+
import { T as Ta } from "../../ThemeSelector-D9KTJAWz.js";
|
|
15
16
|
export {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
k as ActiveFilters,
|
|
18
|
+
u as AdvancedFilters,
|
|
19
|
+
O as AppActions,
|
|
19
20
|
p as AppDialog,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
S as
|
|
38
|
-
f as
|
|
39
|
-
x as
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
21
|
+
j as AppSubTitle,
|
|
22
|
+
ia as AppTabContainer,
|
|
23
|
+
la as AppTabHeader,
|
|
24
|
+
pa as AppTabs,
|
|
25
|
+
R as AppTitle,
|
|
26
|
+
ga as AppVerticalTabs,
|
|
27
|
+
Q as CardSkeleton,
|
|
28
|
+
U as CardsSkeleton,
|
|
29
|
+
g as ConfirmDeleteDialog,
|
|
30
|
+
b as ConfirmationDialog,
|
|
31
|
+
K as DatePicker,
|
|
32
|
+
y as DateRangePicker,
|
|
33
|
+
n as Dialog,
|
|
34
|
+
D as DialogClose,
|
|
35
|
+
c as DialogContent,
|
|
36
|
+
A as DialogDescription,
|
|
37
|
+
d as DialogFooter,
|
|
38
|
+
S as DialogHeader,
|
|
39
|
+
f as DialogOverlay,
|
|
40
|
+
x as DialogPortal,
|
|
41
|
+
C as DialogTitle,
|
|
42
|
+
F as DialogTrigger,
|
|
43
|
+
Z as ErrorAlert,
|
|
44
|
+
W as ErrorState,
|
|
45
|
+
v as FilterField,
|
|
46
|
+
T as FormDialog,
|
|
47
|
+
s as KpiCard,
|
|
44
48
|
t as KpiCards,
|
|
45
|
-
|
|
49
|
+
X as LoadingState,
|
|
46
50
|
i as MetricCard,
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
51
|
+
B as MultiSelect,
|
|
52
|
+
P as Progress,
|
|
53
|
+
I as SearchInput,
|
|
54
|
+
E as SearchableFilterPill,
|
|
55
|
+
L as SearchableSelect,
|
|
56
|
+
w as Sidebar,
|
|
57
|
+
z as SidebarNavItem,
|
|
58
|
+
$ as TableActions,
|
|
59
|
+
aa as TableBody,
|
|
60
|
+
ea as TableBulkActions,
|
|
61
|
+
M as TableFilter,
|
|
62
|
+
ra as TableHeader,
|
|
63
|
+
oa as TablePagination,
|
|
64
|
+
sa as TableSettings,
|
|
65
|
+
Ta as ThemeSelector,
|
|
66
|
+
G as Topbar
|
|
63
67
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as o, a as t } from "../../../AppTitle-
|
|
2
|
-
import { A as e } from "../../../AppSubTitle-
|
|
1
|
+
import { A as o, a as t } from "../../../AppTitle-LIQCjpo5.js";
|
|
2
|
+
import { A as e } from "../../../AppSubTitle-CvJlatS9.js";
|
|
3
3
|
export {
|
|
4
4
|
o as AppActions,
|
|
5
5
|
e as AppSubTitle,
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ErrorHttp } from "@krosoft/core/types";
|
|
2
|
+
interface ErrorAlertProps {
|
|
3
|
+
error: ErrorHttp | null;
|
|
4
|
+
}
|
|
5
|
+
export declare const ErrorAlert: ({ error }: ErrorAlertProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=ErrorAlert.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ErrorAlert.d.ts","sourceRoot":"","sources":["../../../../src/components/core/states/ErrorAlert.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAGhD,UAAU,eAAe;IACvB,KAAK,EAAE,SAAS,GAAG,IAAI,CAAC;CACzB;AAED,eAAO,MAAM,UAAU,GAAI,WAAW,eAAe,mDAsBpD,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { CardSkeleton } from "./CardSkeleton";
|
|
2
2
|
export { CardsSkeleton } from "./CardsSkeleton";
|
|
3
|
+
export { ErrorAlert } from "./ErrorAlert";
|
|
3
4
|
export { ErrorState } from "./ErrorState";
|
|
4
5
|
export { LoadingState } from "./LoadingState";
|
|
5
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/core/states/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/core/states/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import { C as
|
|
1
|
+
import { C as e, a as o, E as t, L as s } from "../../../LoadingState-COf3KhOP.js";
|
|
2
|
+
import { E as S } from "../../../ErrorAlert-BITMD2I5.js";
|
|
2
3
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
e as CardSkeleton,
|
|
5
|
+
o as CardsSkeleton,
|
|
6
|
+
S as ErrorAlert,
|
|
7
|
+
t as ErrorState,
|
|
6
8
|
s as LoadingState
|
|
7
9
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { T as t, a as b, b as i, c as l, d as T, e as n } from "../../../TableSettings-
|
|
3
|
+
import { T as t, a as b, b as i, c as l, d as T, e as n } from "../../../TableSettings-m2q3s0wU.js";
|
|
4
4
|
export {
|
|
5
5
|
t as TableActions,
|
|
6
6
|
b as TableBody,
|