@elevasis/ui 2.30.0 → 2.32.0
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/api/index.js +2 -2
- package/dist/app/index.css +38 -0
- package/dist/app/index.d.ts +190 -9
- package/dist/app/index.js +7 -6
- package/dist/charts/index.js +4 -5
- package/dist/{chunk-HXZQWMKE.js → chunk-2RJMVWFJ.js} +1 -6
- package/dist/{chunk-4VQ2PXMI.js → chunk-3FV6HBXS.js} +4 -4
- package/dist/{chunk-CW3UNAF2.js → chunk-4DYOXEH6.js} +410 -5
- package/dist/{chunk-JKTPRYGV.js → chunk-4MFNGNHF.js} +123 -192
- package/dist/{chunk-HYLERWRO.js → chunk-4QK76KIF.js} +7 -7
- package/dist/chunk-5FJJ72HU.js +13 -0
- package/dist/chunk-5J4PDX26.js +112 -0
- package/dist/{chunk-4SY6BTVZ.js → chunk-6DWD423K.js} +12 -9
- package/dist/{chunk-3GV5NHSS.js → chunk-7KZINJLP.js} +78 -232
- package/dist/{chunk-6WXDE5LZ.js → chunk-EPTHX4VZ.js} +1 -1
- package/dist/{chunk-6EFVZV6X.js → chunk-GCOQ3TBG.js} +243 -254
- package/dist/{chunk-LRZFLK2F.js → chunk-IQHU7O5Y.js} +4 -4
- package/dist/{chunk-X2SUMO3P.js → chunk-IZWTVFJ2.js} +16 -3
- package/dist/{chunk-IKQ42WHU.js → chunk-JFL3GRD4.js} +1 -1
- package/dist/{chunk-4FZYEEPK.js → chunk-LLRXA7D7.js} +5 -6
- package/dist/chunk-MOY4VOHF.js +347 -0
- package/dist/{chunk-XQQEKWTL.js → chunk-N55DVMAG.js} +6 -2
- package/dist/{chunk-7E3FUTND.js → chunk-ND5TDV2J.js} +1 -1
- package/dist/{chunk-WF227UBV.js → chunk-QQHOKTJA.js} +4 -4
- package/dist/{chunk-A7B7HLDF.js → chunk-QTI3KC7D.js} +5884 -515
- package/dist/chunk-QXCDKE2O.js +486 -0
- package/dist/chunk-R2XR4FCV.js +48 -0
- package/dist/chunk-R66W5UDG.js +26 -0
- package/dist/{chunk-T5Z7G2J2.js → chunk-RQA2EVN3.js} +6 -16
- package/dist/{chunk-SKXXT3E2.js → chunk-RQTWIXJ5.js} +4 -4
- package/dist/chunk-T35FWDAB.js +4342 -0
- package/dist/{chunk-DWK2QIAK.js → chunk-TYRUKGGD.js} +1 -1
- package/dist/{chunk-CN2HC4D4.js → chunk-UFTM5SZZ.js} +2 -2
- package/dist/{chunk-JCGD4GM6.js → chunk-UROTM5OR.js} +14 -1
- package/dist/{chunk-6YT4IKJ7.js → chunk-VNAZTCHA.js} +15 -0
- package/dist/{chunk-KVJ3LFH2.js → chunk-VNFR57DF.js} +4 -24
- package/dist/{chunk-SBCIB5TZ.js → chunk-VRNMNB3O.js} +6 -7
- package/dist/chunk-WQPX44YM.js +1626 -0
- package/dist/{chunk-T2PAD63Y.js → chunk-XZGSCABI.js} +1 -1
- package/dist/chunk-YLQEVSOR.js +299 -0
- package/dist/{chunk-P5WYW2GI.js → chunk-ZQOKIGZP.js} +152 -306
- package/dist/components/index.css +38 -0
- package/dist/components/index.d.ts +334 -38
- package/dist/components/index.js +42 -42
- package/dist/components/navigation/index.css +38 -0
- package/dist/components/navigation/index.js +3 -2
- package/dist/execution/index.d.ts +9 -3
- package/dist/features/auth/index.css +38 -0
- package/dist/features/auth/index.d.ts +212 -14
- package/dist/features/auth/index.js +41 -9
- package/dist/features/clients/index.css +649 -0
- package/dist/features/clients/index.d.ts +86 -0
- package/dist/features/clients/index.js +720 -0
- package/dist/features/crm/index.css +38 -0
- package/dist/features/crm/index.d.ts +228 -20
- package/dist/features/crm/index.js +20 -17
- package/dist/features/dashboard/index.css +38 -0
- package/dist/features/dashboard/index.d.ts +78 -3
- package/dist/features/dashboard/index.js +16 -16
- package/dist/features/delivery/index.css +38 -0
- package/dist/features/delivery/index.d.ts +201 -18
- package/dist/features/delivery/index.js +20 -18
- package/dist/features/knowledge/index.css +38 -0
- package/dist/features/knowledge/index.d.ts +20 -18
- package/dist/features/knowledge/index.js +116 -578
- package/dist/features/lead-gen/index.css +38 -0
- package/dist/features/lead-gen/index.d.ts +59 -51
- package/dist/features/lead-gen/index.js +20 -18
- package/dist/features/monitoring/index.css +38 -0
- package/dist/features/monitoring/index.d.ts +20 -18
- package/dist/features/monitoring/index.js +19 -18
- package/dist/features/monitoring/requests/index.css +38 -0
- package/dist/features/monitoring/requests/index.d.ts +21 -19
- package/dist/features/monitoring/requests/index.js +17 -15
- package/dist/features/operations/index.css +38 -0
- package/dist/features/operations/index.d.ts +945 -45
- package/dist/features/operations/index.js +24 -26
- package/dist/features/seo/index.d.ts +20 -18
- package/dist/features/seo/index.js +1 -1
- package/dist/features/settings/index.css +38 -0
- package/dist/features/settings/index.d.ts +201 -18
- package/dist/features/settings/index.js +18 -16
- package/dist/hooks/delivery/index.css +38 -0
- package/dist/hooks/delivery/index.d.ts +200 -0
- package/dist/hooks/delivery/index.js +2 -2
- package/dist/hooks/index.css +38 -0
- package/dist/hooks/index.d.ts +825 -47
- package/dist/hooks/index.js +14 -13
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +194 -3
- package/dist/hooks/published.css +38 -0
- package/dist/hooks/published.d.ts +825 -47
- package/dist/hooks/published.js +14 -13
- package/dist/index.css +38 -0
- package/dist/index.d.ts +1506 -1212
- package/dist/index.js +15 -14
- package/dist/initialization/index.d.ts +181 -0
- package/dist/knowledge/index.d.ts +813 -1068
- package/dist/knowledge/index.js +7370 -2869
- package/dist/{chunk-CLUP5H3C.js → knowledge-search-index-5KYPO746.js} +441 -963
- package/dist/layout/index.d.ts +6 -0
- package/dist/layout/index.js +4 -5
- package/dist/organization/index.css +38 -0
- package/dist/profile/index.d.ts +181 -0
- package/dist/provider/index.css +38 -0
- package/dist/provider/index.d.ts +909 -1156
- package/dist/provider/index.js +11 -10
- package/dist/provider/published.css +38 -0
- package/dist/provider/published.d.ts +906 -1153
- package/dist/provider/published.js +7 -6
- package/dist/supabase/index.d.ts +349 -0
- package/dist/test-utils/index.d.ts +16 -9
- package/dist/test-utils/index.js +39 -32
- package/dist/test-utils/setup.js +1 -1
- package/dist/theme/index.js +3 -3
- package/dist/theme/presets/index.js +1 -1
- package/dist/types/index.d.ts +378 -5
- package/dist/utils/index.d.ts +78 -3
- package/dist/utils/index.js +1 -1
- package/dist/vite/index.js +2 -2
- package/dist/vite-plugin-knowledge/index.js +1 -1
- package/package.json +47 -37
- package/src/provider/README.md +5 -5
- package/dist/chunk-2DIYILF7.js +0 -413
- package/dist/chunk-3MDNBHVB.js +0 -3868
- package/dist/chunk-6IXOKUBC.js +0 -347
- package/dist/chunk-AKOD52HS.js +0 -739
- package/dist/chunk-ECNNI3NT.js +0 -6
- package/dist/chunk-JDNEWB5F.js +0 -10
- package/dist/chunk-NITGGYH2.js +0 -476
- package/dist/chunk-OAVTMITG.js +0 -13
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { z } from 'zod';
|
|
3
|
+
import { ReactNode, ComponentType } from 'react';
|
|
4
|
+
|
|
5
|
+
declare const ClientStatusSchema: z.ZodEnum<{
|
|
6
|
+
active: "active";
|
|
7
|
+
completed: "completed";
|
|
8
|
+
paused: "paused";
|
|
9
|
+
onboarding: "onboarding";
|
|
10
|
+
churned: "churned";
|
|
11
|
+
}>;
|
|
12
|
+
type ClientStatus = z.infer<typeof ClientStatusSchema>;
|
|
13
|
+
|
|
14
|
+
interface ClientStatusBadgeProps {
|
|
15
|
+
status: ClientStatus;
|
|
16
|
+
}
|
|
17
|
+
declare function ClientStatusBadge({ status }: ClientStatusBadgeProps): react_jsx_runtime.JSX.Element;
|
|
18
|
+
|
|
19
|
+
declare function ClientsMetricsStrip(): react_jsx_runtime.JSX.Element;
|
|
20
|
+
|
|
21
|
+
interface ClientLineageColumn<T> {
|
|
22
|
+
header: string;
|
|
23
|
+
render: (row: T) => ReactNode;
|
|
24
|
+
}
|
|
25
|
+
interface ClientLineageSectionProps<T> {
|
|
26
|
+
title: string;
|
|
27
|
+
icon: ReactNode;
|
|
28
|
+
rows: T[];
|
|
29
|
+
columns: ClientLineageColumn<T>[];
|
|
30
|
+
emptyText: string;
|
|
31
|
+
emptyIcon: ComponentType<{
|
|
32
|
+
size: number;
|
|
33
|
+
style?: React.CSSProperties;
|
|
34
|
+
}>;
|
|
35
|
+
rowKey: (row: T) => string;
|
|
36
|
+
onRowClick?: (row: T) => void;
|
|
37
|
+
}
|
|
38
|
+
declare function ClientLineageSection<T>({ title, icon, rows, columns, emptyText, emptyIcon, rowKey, onRowClick }: ClientLineageSectionProps<T>): react_jsx_runtime.JSX.Element;
|
|
39
|
+
|
|
40
|
+
interface CreateClientModalProps {
|
|
41
|
+
opened: boolean;
|
|
42
|
+
onClose: () => void;
|
|
43
|
+
}
|
|
44
|
+
declare function CreateClientModal({ opened, onClose }: CreateClientModalProps): react_jsx_runtime.JSX.Element;
|
|
45
|
+
|
|
46
|
+
interface EditClientNameModalProps {
|
|
47
|
+
opened: boolean;
|
|
48
|
+
onClose: () => void;
|
|
49
|
+
clientId: string;
|
|
50
|
+
currentName: string;
|
|
51
|
+
}
|
|
52
|
+
declare function EditClientNameModal({ opened, onClose, clientId, currentName }: EditClientNameModalProps): react_jsx_runtime.JSX.Element;
|
|
53
|
+
|
|
54
|
+
interface UpdateClientStatusModalProps {
|
|
55
|
+
opened: boolean;
|
|
56
|
+
onClose: () => void;
|
|
57
|
+
clientId: string;
|
|
58
|
+
currentStatus: ClientStatus;
|
|
59
|
+
}
|
|
60
|
+
declare function UpdateClientStatusModal({ opened, onClose, clientId, currentStatus }: UpdateClientStatusModalProps): react_jsx_runtime.JSX.Element;
|
|
61
|
+
|
|
62
|
+
interface DeleteClientConfirmProps {
|
|
63
|
+
opened: boolean;
|
|
64
|
+
onClose: () => void;
|
|
65
|
+
clientId: string;
|
|
66
|
+
clientName: string;
|
|
67
|
+
/** Called after successful deletion so the caller can navigate away */
|
|
68
|
+
onDeleted?: () => void;
|
|
69
|
+
}
|
|
70
|
+
declare function DeleteClientConfirm({ opened, onClose, clientId, clientName, onDeleted }: DeleteClientConfirmProps): react_jsx_runtime.JSX.Element;
|
|
71
|
+
|
|
72
|
+
interface ClientsListPageProps {
|
|
73
|
+
onClientClick?: (clientId: string) => void;
|
|
74
|
+
}
|
|
75
|
+
declare function ClientsListPage({ onClientClick }?: ClientsListPageProps): react_jsx_runtime.JSX.Element;
|
|
76
|
+
|
|
77
|
+
interface ClientDetailPageProps {
|
|
78
|
+
clientId: string;
|
|
79
|
+
}
|
|
80
|
+
declare function ClientDetailPage({ clientId }: ClientDetailPageProps): react_jsx_runtime.JSX.Element;
|
|
81
|
+
|
|
82
|
+
declare const CLIENT_STATUS_COLORS: Record<ClientStatus, string>;
|
|
83
|
+
declare function formatClientStatusLabel(status: string): string;
|
|
84
|
+
|
|
85
|
+
export { CLIENT_STATUS_COLORS, ClientDetailPage, ClientLineageSection, ClientStatusBadge, ClientsListPage, ClientsMetricsStrip, CreateClientModal, DeleteClientConfirm, EditClientNameModal, UpdateClientStatusModal, formatClientStatusLabel };
|
|
86
|
+
export type { ClientDetailPageProps, ClientLineageColumn, ClientLineageSectionProps, ClientStatusBadgeProps, ClientsListPageProps, CreateClientModalProps, DeleteClientConfirmProps, EditClientNameModalProps, UpdateClientStatusModalProps };
|