@elevasis/ui 2.68.0 → 2.70.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 +3 -3
- package/dist/app/index.d.ts +577 -367
- package/dist/app/index.js +10 -19
- package/dist/auth/index.d.ts +5 -0
- package/dist/auth/index.js +5 -5
- package/dist/charts/index.js +5 -5
- package/dist/{chunk-JC5W55J3.js → chunk-26BTE3Z4.js} +1 -1
- package/dist/{chunk-ZNKZMK2E.js → chunk-5C62IRKS.js} +5 -5
- package/dist/{chunk-ZGCWTWBD.js → chunk-6TT3FQEZ.js} +16218 -15769
- package/dist/{chunk-QYI5BZKM.js → chunk-AGX2CY2O.js} +1 -1
- package/dist/{chunk-UFTM5SZZ.js → chunk-AKANHRQ5.js} +9 -3
- package/dist/{chunk-NDHMZT2G.js → chunk-C75XWBYZ.js} +1 -1
- package/dist/{chunk-2MTP3H3A.js → chunk-CCZJ4OWY.js} +1 -1
- package/dist/{chunk-75NOC536.js → chunk-DUEGHF7A.js} +4 -4
- package/dist/{chunk-SIVUCZXQ.js → chunk-GJQF3S2Q.js} +1 -1
- package/dist/{chunk-ZWS3TCQR.js → chunk-GZADST64.js} +21 -108
- package/dist/{chunk-TYKAKJGW.js → chunk-JA2XDMAE.js} +1 -1
- package/dist/{chunk-76IVMVI3.js → chunk-LWYLZUUV.js} +3 -3
- package/dist/{chunk-WPIASV3H.js → chunk-LY3IKYTZ.js} +2 -2
- package/dist/{chunk-HJVPVS57.js → chunk-MFCV4JMQ.js} +5 -5
- package/dist/{chunk-L3HFJFYF.js → chunk-NM4A63KJ.js} +30 -48
- package/dist/{chunk-OOACTYRA.js → chunk-QDMIFD6F.js} +1 -1
- package/dist/{chunk-GBXTRSAU.js → chunk-SMH6SQQE.js} +1 -1
- package/dist/{chunk-TGPJNKDU.js → chunk-TJMZUL6E.js} +4 -4
- package/dist/{chunk-5NRJ2BLQ.js → chunk-VDX6DL7Z.js} +1 -1
- package/dist/{chunk-FK3K2VK2.js → chunk-XKUEO4HG.js} +10 -7
- package/dist/components/index.d.ts +1614 -256
- package/dist/components/index.js +25 -25
- package/dist/components/navigation/index.js +6 -6
- package/dist/features/auth/index.d.ts +457 -163
- package/dist/features/auth/index.js +7 -7
- package/dist/features/clients/index.d.ts +39 -1
- package/dist/features/clients/index.js +6 -5
- package/dist/features/content/index.css +659 -0
- package/dist/features/content/index.d.ts +1978 -0
- package/dist/features/content/index.js +2312 -0
- package/dist/features/crm/index.d.ts +584 -369
- package/dist/features/crm/index.js +7 -7
- package/dist/features/dashboard/index.d.ts +0 -6
- package/dist/features/dashboard/index.js +7 -7
- package/dist/features/delivery/index.css +149 -149
- package/dist/features/delivery/index.d.ts +457 -163
- package/dist/features/delivery/index.js +6 -6
- package/dist/features/knowledge/index.js +5 -5
- package/dist/features/lead-gen/index.d.ts +20 -91
- package/dist/features/lead-gen/index.js +7 -7
- package/dist/features/monitoring/index.css +149 -149
- package/dist/features/monitoring/index.js +8 -8
- package/dist/features/monitoring/requests/index.js +7 -12
- package/dist/features/operations/index.d.ts +0 -84
- package/dist/features/operations/index.js +10 -10
- package/dist/features/settings/index.d.ts +457 -163
- package/dist/features/settings/index.js +7 -7
- package/dist/hooks/access/index.d.ts +5 -0
- package/dist/hooks/access/index.js +5 -5
- package/dist/hooks/delivery/index.d.ts +457 -163
- package/dist/hooks/delivery/index.js +2 -2
- package/dist/hooks/index.css +149 -149
- package/dist/hooks/index.d.ts +2128 -233
- package/dist/hooks/index.js +5 -5
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +0 -6
- package/dist/hooks/published.css +149 -149
- package/dist/hooks/published.d.ts +2128 -233
- package/dist/hooks/published.js +5 -5
- package/dist/initialization/index.d.ts +464 -164
- package/dist/knowledge/index.d.ts +4 -88
- package/dist/knowledge/index.js +3211 -3201
- package/dist/{knowledge-search-index-6EZNBNSR.js → knowledge-search-index-LP2WVSQX.js} +689 -695
- package/dist/layout/index.js +8 -8
- package/dist/organization/index.d.ts +7 -1
- package/dist/profile/index.d.ts +457 -163
- package/dist/provider/index.d.ts +577 -368
- package/dist/provider/index.js +5 -5
- package/dist/provider/published.d.ts +577 -368
- package/dist/provider/published.js +5 -5
- package/dist/supabase/index.d.ts +906 -339
- package/dist/test-utils/index.d.ts +10 -2
- package/dist/test-utils/index.js +39 -10
- package/dist/types/index.d.ts +464 -170
- package/dist/utils/index.d.ts +0 -6
- 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 +9 -5
- package/src/features/README.md +28 -28
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { AppShellError } from '../../chunk-
|
|
2
|
-
import { computeProtectedRouteGate, DEFAULT_WAIT_FOR_ORGANIZATION, ProtectedRoute, AppearanceContext, useAppearance } from '../../chunk-
|
|
3
|
-
export { AccessGuard } from '../../chunk-
|
|
1
|
+
import { AppShellError } from '../../chunk-SMH6SQQE.js';
|
|
2
|
+
import { computeProtectedRouteGate, DEFAULT_WAIT_FOR_ORGANIZATION, ProtectedRoute, AppearanceContext, useAppearance } from '../../chunk-6TT3FQEZ.js';
|
|
3
|
+
export { AccessGuard } from '../../chunk-6TT3FQEZ.js';
|
|
4
4
|
import '../../chunk-R6NMRXNO.js';
|
|
5
5
|
import '../../chunk-RBGVNPA6.js';
|
|
6
6
|
import '../../chunk-MKH2KOAO.js';
|
|
7
|
+
import '../../chunk-VDX6DL7Z.js';
|
|
7
8
|
import '../../chunk-L7BZZ4SI.js';
|
|
8
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-C75XWBYZ.js';
|
|
10
|
+
import '../../chunk-MISHPEJX.js';
|
|
9
11
|
import '../../chunk-62GVNH5U.js';
|
|
10
12
|
import { useInitialization } from '../../chunk-P45GQ3ZW.js';
|
|
11
|
-
import '../../chunk-5NRJ2BLQ.js';
|
|
12
13
|
import '../../chunk-M7WWRZ5Z.js';
|
|
13
14
|
import '../../chunk-3KMDHCAR.js';
|
|
14
|
-
import '../../chunk-MISHPEJX.js';
|
|
15
15
|
import '../../chunk-2IFYDILW.js';
|
|
16
16
|
import '../../chunk-BLXJEIQS.js';
|
|
17
17
|
import '../../chunk-UD657ICS.js';
|
|
18
18
|
import '../../chunk-DD3CCMCZ.js';
|
|
19
19
|
import '../../chunk-RNP5R5I3.js';
|
|
20
20
|
export { USER_PROFILE_QUERY_KEY, useUserProfile } from '../../chunk-RT4KRGZT.js';
|
|
21
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-NM4A63KJ.js';
|
|
22
22
|
import '../../chunk-Y6I3IC45.js';
|
|
23
23
|
import '../../chunk-6SSQGWK7.js';
|
|
24
24
|
import '../../chunk-BI5VDO2K.js';
|
|
@@ -72,6 +72,44 @@ interface DeleteClientConfirmProps {
|
|
|
72
72
|
}
|
|
73
73
|
declare function DeleteClientConfirm({ opened, onClose, clientId, clientName, onDeleted }: DeleteClientConfirmProps): react_jsx_runtime.JSX.Element;
|
|
74
74
|
|
|
75
|
+
type SystemSidebarComponent = ComponentType;
|
|
76
|
+
type SystemIconComponent = ComponentType<{
|
|
77
|
+
size?: number;
|
|
78
|
+
stroke?: number;
|
|
79
|
+
}>;
|
|
80
|
+
type SystemSidebarWidthResolver = number | ((context: {
|
|
81
|
+
currentPath: string;
|
|
82
|
+
}) => number);
|
|
83
|
+
interface SystemModule {
|
|
84
|
+
/** Unique stable identifier for this UI system module. */
|
|
85
|
+
key: string;
|
|
86
|
+
/** Organization Model system id this module presents. Omit for navigation-only app surfaces. */
|
|
87
|
+
systemId?: string;
|
|
88
|
+
/** Route prefixes owned by navigation-only app surfaces. */
|
|
89
|
+
routePrefixes?: string[];
|
|
90
|
+
/** Capability identifiers contributed by this system module. */
|
|
91
|
+
capabilityIds?: string[];
|
|
92
|
+
/** Icon used when this system node appears in shell navigation. */
|
|
93
|
+
icon?: SystemIconComponent;
|
|
94
|
+
/** Sidebar component rendered when this system's subtree route is active. */
|
|
95
|
+
sidebar?: SystemSidebarComponent;
|
|
96
|
+
/** Optional shell sidebar width override. Defaults to 250px. */
|
|
97
|
+
sidebarWidth?: SystemSidebarWidthResolver;
|
|
98
|
+
/** Operations-only bridge connecting this system to the organization graph node. */
|
|
99
|
+
organizationGraph?: OrganizationGraphSystemBridge;
|
|
100
|
+
}
|
|
101
|
+
interface OrganizationGraphSystemBridge {
|
|
102
|
+
systemId?: string;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* Client Management binds to the `client-management` OM System, which owns
|
|
107
|
+
* `/clients` and declares `ui.icon: 'clients'` — the icon registry resolves that
|
|
108
|
+
* token, so no manifest-level override is needed. There is no sidebar: the
|
|
109
|
+
* System has no subsections, so the shell renders it as a leaf nav node.
|
|
110
|
+
*/
|
|
111
|
+
declare const clientsManifest: SystemModule;
|
|
112
|
+
|
|
75
113
|
interface ClientsListPageProps {
|
|
76
114
|
onClientClick?: (clientId: string) => void;
|
|
77
115
|
}
|
|
@@ -85,5 +123,5 @@ declare function ClientDetailPage({ clientId }: ClientDetailPageProps): react_js
|
|
|
85
123
|
declare const CLIENT_STATUS_COLORS: Record<ClientStatus, string>;
|
|
86
124
|
declare function formatClientStatusLabel(status: string): string;
|
|
87
125
|
|
|
88
|
-
export { CLIENT_STATUS_COLORS, ClientDetailPage, ClientLineageSection, ClientStatusBadge, ClientsListPage, ClientsMetricsStrip, CreateClientModal, DeleteClientConfirm, EditClientNameModal, UpdateClientStatusModal, formatClientStatusLabel };
|
|
126
|
+
export { CLIENT_STATUS_COLORS, ClientDetailPage, ClientLineageSection, ClientStatusBadge, ClientsListPage, ClientsMetricsStrip, CreateClientModal, DeleteClientConfirm, EditClientNameModal, UpdateClientStatusModal, clientsManifest, formatClientStatusLabel };
|
|
89
127
|
export type { ClientDetailPageProps, ClientLineageColumn, ClientLineageSectionProps, ClientStatusBadgeProps, ClientsListPageProps, CreateClientModalProps, DeleteClientConfirmProps, EditClientNameModalProps, UpdateClientStatusModalProps };
|
|
@@ -2,25 +2,26 @@ import '../../chunk-DLR4SDZW.js';
|
|
|
2
2
|
import { PageContainer } from '../../chunk-BZZCNLT6.js';
|
|
3
3
|
import '../../chunk-TUMSNGTX.js';
|
|
4
4
|
import { FilterBar } from '../../chunk-PDHTXPSF.js';
|
|
5
|
-
import { useClientStatus, StatCard, EmptyState, useCreateClient, CustomModal, useUpdateClient, useDeleteClient, usePaginationState, useClients, SubshellContentContainer, PageTitleCaption, CenteredErrorState, useClient } from '../../chunk-
|
|
5
|
+
import { useClientStatus, StatCard, EmptyState, useCreateClient, CustomModal, useUpdateClient, useDeleteClient, usePaginationState, useClients, SubshellContentContainer, PageTitleCaption, CenteredErrorState, useClient } from '../../chunk-6TT3FQEZ.js';
|
|
6
|
+
export { clientsManifest } from '../../chunk-6TT3FQEZ.js';
|
|
6
7
|
import '../../chunk-R6NMRXNO.js';
|
|
7
8
|
import '../../chunk-RBGVNPA6.js';
|
|
8
9
|
import '../../chunk-MKH2KOAO.js';
|
|
10
|
+
import '../../chunk-VDX6DL7Z.js';
|
|
9
11
|
import '../../chunk-L7BZZ4SI.js';
|
|
10
|
-
import { showApiErrorNotification } from '../../chunk-
|
|
12
|
+
import { showApiErrorNotification } from '../../chunk-C75XWBYZ.js';
|
|
13
|
+
import '../../chunk-MISHPEJX.js';
|
|
11
14
|
import { CardHeader } from '../../chunk-62GVNH5U.js';
|
|
12
15
|
import '../../chunk-P45GQ3ZW.js';
|
|
13
|
-
import '../../chunk-5NRJ2BLQ.js';
|
|
14
16
|
import '../../chunk-M7WWRZ5Z.js';
|
|
15
17
|
import '../../chunk-3KMDHCAR.js';
|
|
16
|
-
import '../../chunk-MISHPEJX.js';
|
|
17
18
|
import '../../chunk-2IFYDILW.js';
|
|
18
19
|
import '../../chunk-BLXJEIQS.js';
|
|
19
20
|
import '../../chunk-UD657ICS.js';
|
|
20
21
|
import '../../chunk-DD3CCMCZ.js';
|
|
21
22
|
import '../../chunk-RNP5R5I3.js';
|
|
22
23
|
import '../../chunk-RT4KRGZT.js';
|
|
23
|
-
import { PAGE_SIZE_DEFAULT, formatTimeAgo } from '../../chunk-
|
|
24
|
+
import { PAGE_SIZE_DEFAULT, formatTimeAgo } from '../../chunk-NM4A63KJ.js';
|
|
24
25
|
import '../../chunk-Y6I3IC45.js';
|
|
25
26
|
import '../../chunk-6SSQGWK7.js';
|
|
26
27
|
import '../../chunk-BI5VDO2K.js';
|