@elevasis/ui 2.19.0 → 2.20.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/{CoreAuthKitInner-I32JCNE7.js → CoreAuthKitInner-QC62UHTZ.js} +1 -0
- package/dist/api/index.js +1 -0
- package/dist/app/index.js +3 -2
- package/dist/auth/context.js +1 -0
- package/dist/auth/index.js +1 -0
- package/dist/charts/index.js +1 -0
- package/dist/{chunk-IBOX2M24.js → chunk-2CFOFSSG.js} +1 -1
- package/dist/chunk-7XKCG5CT.js +125 -0
- package/dist/chunk-DRQPEMJI.js +42 -0
- package/dist/{chunk-UU6PJ4EJ.js → chunk-FMFX4K6E.js} +1 -1
- package/dist/{chunk-Y7TDUZEH.js → chunk-GP3AFJYG.js} +1 -1
- package/dist/{chunk-46Z2VHY3.js → chunk-GTYUP7MB.js} +1 -1
- package/dist/chunk-HJ4CJIWN.js +38 -0
- package/dist/chunk-I2KLQ2HA.js +19 -0
- package/dist/{chunk-5SCVXZPM.js → chunk-JR5WNTLA.js} +1 -1
- package/dist/{chunk-YVAXWM3W.js → chunk-MZFJWCPH.js} +1 -1
- package/dist/{chunk-EUWBY43Z.js → chunk-OUYH2SBS.js} +1 -1
- package/dist/{chunk-TKEKYPZA.js → chunk-PJVG3ISO.js} +1 -1
- package/dist/{chunk-MJAKU2WA.js → chunk-TO7QXDBX.js} +1 -1
- package/dist/{chunk-JEQM67SO.js → chunk-YP6T426C.js} +3 -3
- package/dist/{chunk-LVCJ2H2T.js → chunk-ZE2KQSHL.js} +1 -1
- package/dist/components/chat/index.js +1 -0
- package/dist/components/index.js +14 -13
- package/dist/components/navigation/index.js +1 -0
- package/dist/execution/index.js +1 -0
- package/dist/features/auth/index.js +1 -0
- package/dist/features/crm/index.js +5 -4
- package/dist/features/dashboard/index.js +5 -4
- package/dist/features/delivery/index.js +5 -4
- package/dist/features/lead-gen/index.js +5 -4
- package/dist/features/monitoring/index.js +6 -5
- package/dist/features/monitoring/requests/index.js +4 -3
- package/dist/features/operations/index.js +7 -6
- package/dist/features/seo/index.js +1 -0
- package/dist/features/settings/index.js +5 -4
- package/dist/graph/index.js +1 -0
- package/dist/hooks/delivery/index.js +1 -0
- package/dist/hooks/index.js +4 -3
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.js +1 -0
- package/dist/hooks/published.js +4 -3
- package/dist/index.js +4 -3
- package/dist/initialization/index.js +1 -0
- package/dist/layout/index.js +1 -0
- package/dist/organization/index.js +1 -0
- package/dist/profile/index.js +1 -0
- package/dist/provider/ElevasisServiceContext.js +1 -0
- package/dist/provider/index.js +3 -2
- package/dist/provider/published.js +2 -1
- package/dist/router/context.js +1 -0
- package/dist/router/index.js +1 -0
- package/dist/sse/index.js +1 -1
- package/dist/supabase/index.js +1 -0
- package/dist/test-utils/index.d.ts +117 -0
- package/dist/test-utils/index.js +136 -0
- package/dist/test-utils/setup-integration.d.ts +2 -0
- package/dist/test-utils/setup-integration.js +26 -0
- package/dist/test-utils/setup.d.ts +2 -0
- package/dist/test-utils/setup.js +47 -0
- package/dist/theme/index.js +1 -0
- package/dist/typeform/index.js +1 -0
- package/dist/typeform/schemas.js +1 -0
- package/dist/utils/index.js +1 -0
- package/dist/zustand/index.js +2 -0
- package/package.json +33 -5
- package/src/test-utils/README.md +5 -0
package/dist/api/index.js
CHANGED
package/dist/app/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ElevasisUIProvider } from '../chunk-
|
|
1
|
+
import { ElevasisUIProvider } from '../chunk-TO7QXDBX.js';
|
|
2
2
|
import '../chunk-Q5HC6ENG.js';
|
|
3
3
|
import '../chunk-WLOQ4IBG.js';
|
|
4
|
-
import '../chunk-
|
|
4
|
+
import '../chunk-OUYH2SBS.js';
|
|
5
5
|
import '../chunk-SZHARWKU.js';
|
|
6
6
|
import '../chunk-R7OJCNL3.js';
|
|
7
7
|
import '../chunk-6IA2OMAE.js';
|
|
@@ -13,6 +13,7 @@ import '../chunk-DD3CCMCZ.js';
|
|
|
13
13
|
import '../chunk-QHSW4WHM.js';
|
|
14
14
|
import '../chunk-IRW7JMQ4.js';
|
|
15
15
|
import '../chunk-BRJ3QZ4E.js';
|
|
16
|
+
import '../chunk-I2KLQ2HA.js';
|
|
16
17
|
import { useCallback, useEffect } from 'react';
|
|
17
18
|
import { RouterProvider } from '@tanstack/react-router';
|
|
18
19
|
import { Notifications } from '@mantine/notifications';
|
package/dist/auth/context.js
CHANGED
package/dist/auth/index.js
CHANGED
package/dist/charts/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { SubshellNavItem } from './chunk-CEWTOKE7.js';
|
|
|
4
4
|
import { SubshellSidebarSection } from './chunk-IIMU5YAJ.js';
|
|
5
5
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
6
6
|
import { CustomModal } from './chunk-GBMNCNHX.js';
|
|
7
|
-
import { useDealTasksDue, useDealsLookup, useCreateDealTask, useDealsSummary, useDeleteDeal, usePaginationState, useDeals, useTableSort, sortData, useTableSelection, useDealDetail, useCompany } from './chunk-
|
|
7
|
+
import { useDealTasksDue, useDealsLookup, useCreateDealTask, useDealsSummary, useDeleteDeal, usePaginationState, useDeals, useTableSort, sortData, useTableSelection, useDealDetail, useCompany } from './chunk-FMFX4K6E.js';
|
|
8
8
|
import { SubshellContentContainer } from './chunk-RX4UWZZR.js';
|
|
9
9
|
import { CenteredErrorState, CardHeader, PageTitleCaption, EmptyState, ActivityTimeline } from './chunk-BHR7IV72.js';
|
|
10
10
|
import { useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import { http, HttpResponse } from 'msw';
|
|
2
|
+
import { setupServer } from 'msw/node';
|
|
3
|
+
|
|
4
|
+
// src/test-utils/mocks/handlers.ts
|
|
5
|
+
var API_BASE = "http://localhost:5170/api";
|
|
6
|
+
var SUPABASE_BASE = "https://eoavcmtocongsqzwxgdp.supabase.co/rest/v1";
|
|
7
|
+
var handlers = [
|
|
8
|
+
http.post(`${API_BASE}/organizations`, async ({ request }) => {
|
|
9
|
+
const body = await request.json();
|
|
10
|
+
return HttpResponse.json({
|
|
11
|
+
id: "550e8400-e29b-41d4-a716-446655440000",
|
|
12
|
+
name: body.name,
|
|
13
|
+
status: "active",
|
|
14
|
+
is_test: false,
|
|
15
|
+
created_at: (/* @__PURE__ */ new Date()).toISOString(),
|
|
16
|
+
updated_at: (/* @__PURE__ */ new Date()).toISOString(),
|
|
17
|
+
metadata: null
|
|
18
|
+
});
|
|
19
|
+
}),
|
|
20
|
+
http.put(`${API_BASE}/organizations/:id`, async ({ request, params }) => {
|
|
21
|
+
const body = await request.json();
|
|
22
|
+
return HttpResponse.json({
|
|
23
|
+
id: params.id,
|
|
24
|
+
name: body.name,
|
|
25
|
+
workos_org_id: "wos_123",
|
|
26
|
+
status: "active",
|
|
27
|
+
is_test: false,
|
|
28
|
+
created_at: (/* @__PURE__ */ new Date()).toISOString(),
|
|
29
|
+
updated_at: (/* @__PURE__ */ new Date()).toISOString()
|
|
30
|
+
});
|
|
31
|
+
}),
|
|
32
|
+
http.post(`${API_BASE}/users`, async ({ request }) => {
|
|
33
|
+
const body = await request.json();
|
|
34
|
+
return HttpResponse.json({
|
|
35
|
+
id: "user-123",
|
|
36
|
+
email: body.email,
|
|
37
|
+
first_name: body.first_name ?? null,
|
|
38
|
+
last_name: body.last_name ?? null,
|
|
39
|
+
is_platform_admin: body.is_platform_admin ?? false,
|
|
40
|
+
is_active: true,
|
|
41
|
+
workos_user_id: "wos_user_123",
|
|
42
|
+
created_at: (/* @__PURE__ */ new Date()).toISOString(),
|
|
43
|
+
updated_at: (/* @__PURE__ */ new Date()).toISOString()
|
|
44
|
+
});
|
|
45
|
+
}),
|
|
46
|
+
http.put(`${API_BASE}/users/:workosUserId`, async ({ request, params }) => {
|
|
47
|
+
const body = await request.json();
|
|
48
|
+
return HttpResponse.json({
|
|
49
|
+
id: "user-123",
|
|
50
|
+
email: "test@example.com",
|
|
51
|
+
first_name: body.firstName ?? null,
|
|
52
|
+
last_name: body.lastName ?? null,
|
|
53
|
+
is_platform_admin: false,
|
|
54
|
+
is_active: true,
|
|
55
|
+
workos_user_id: params.workosUserId,
|
|
56
|
+
created_at: (/* @__PURE__ */ new Date()).toISOString(),
|
|
57
|
+
updated_at: (/* @__PURE__ */ new Date()).toISOString()
|
|
58
|
+
});
|
|
59
|
+
}),
|
|
60
|
+
http.delete(`${API_BASE}/users/:workosUserId`, () => HttpResponse.json({ success: true })),
|
|
61
|
+
http.get(
|
|
62
|
+
`${SUPABASE_BASE}/users`,
|
|
63
|
+
() => HttpResponse.json([
|
|
64
|
+
{
|
|
65
|
+
id: "user-123",
|
|
66
|
+
email: "test@example.com",
|
|
67
|
+
first_name: "Updated",
|
|
68
|
+
last_name: "User",
|
|
69
|
+
is_platform_admin: false,
|
|
70
|
+
is_active: true,
|
|
71
|
+
workos_user_id: "wos_user_123",
|
|
72
|
+
created_at: (/* @__PURE__ */ new Date()).toISOString(),
|
|
73
|
+
updated_at: (/* @__PURE__ */ new Date()).toISOString(),
|
|
74
|
+
last_login_at: null,
|
|
75
|
+
org_memberships: []
|
|
76
|
+
}
|
|
77
|
+
])
|
|
78
|
+
),
|
|
79
|
+
http.patch(`${SUPABASE_BASE}/users`, () => HttpResponse.json([])),
|
|
80
|
+
http.post(`${API_BASE}/api-keys`, async ({ request }) => {
|
|
81
|
+
const body = await request.json();
|
|
82
|
+
return HttpResponse.json({
|
|
83
|
+
id: "key-123",
|
|
84
|
+
name: body.name,
|
|
85
|
+
key: "sk_test_1234567890abcdef",
|
|
86
|
+
message: "API key created successfully"
|
|
87
|
+
});
|
|
88
|
+
}),
|
|
89
|
+
http.get(`${API_BASE}/api-keys`, () => HttpResponse.json({ keys: [] })),
|
|
90
|
+
http.delete(`${API_BASE}/api-keys/:id`, () => HttpResponse.json({ success: true })),
|
|
91
|
+
http.post(`${API_BASE}/credentials`, async ({ request }) => {
|
|
92
|
+
const body = await request.json();
|
|
93
|
+
return HttpResponse.json({ id: "cred-123", name: body.name });
|
|
94
|
+
}),
|
|
95
|
+
http.get(`${API_BASE}/credentials`, () => HttpResponse.json({ credentials: [] })),
|
|
96
|
+
http.delete(`${API_BASE}/credentials/:id`, () => HttpResponse.json({ success: true })),
|
|
97
|
+
http.post(`${API_BASE}/invitations`, async ({ request }) => {
|
|
98
|
+
const body = await request.json();
|
|
99
|
+
return HttpResponse.json({
|
|
100
|
+
id: "inv-123",
|
|
101
|
+
email: body.email,
|
|
102
|
+
role_slug: body.roleSlug,
|
|
103
|
+
organization_id: body.organizationId,
|
|
104
|
+
invitation_state: "pending",
|
|
105
|
+
created_at: (/* @__PURE__ */ new Date()).toISOString(),
|
|
106
|
+
expires_at: new Date(Date.now() + 7 * 24 * 60 * 60 * 1e3).toISOString()
|
|
107
|
+
});
|
|
108
|
+
}),
|
|
109
|
+
http.delete(`${API_BASE}/invitations/:invId`, () => HttpResponse.json({ success: true })),
|
|
110
|
+
http.post(`${API_BASE}/invitations/:invId/resend`, () => HttpResponse.json({ success: true })),
|
|
111
|
+
http.get(`${SUPABASE_BASE}/org_invitations`, () => HttpResponse.json([])),
|
|
112
|
+
http.get(
|
|
113
|
+
`${API_BASE}/user`,
|
|
114
|
+
() => HttpResponse.json({
|
|
115
|
+
id: "test-user",
|
|
116
|
+
email: "test@example.com",
|
|
117
|
+
first_name: "Test",
|
|
118
|
+
last_name: "User",
|
|
119
|
+
is_platform_admin: false
|
|
120
|
+
})
|
|
121
|
+
)
|
|
122
|
+
];
|
|
123
|
+
var server = setupServer(...handlers);
|
|
124
|
+
|
|
125
|
+
export { handlers, server };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { vi } from 'vitest';
|
|
2
|
+
|
|
3
|
+
// src/test-utils/mocks/workos.ts
|
|
4
|
+
var mockWorkOSUser = {
|
|
5
|
+
id: "user_123",
|
|
6
|
+
email: "test@example.com",
|
|
7
|
+
firstName: "Test",
|
|
8
|
+
lastName: "User",
|
|
9
|
+
emailVerified: true,
|
|
10
|
+
profilePictureUrl: null,
|
|
11
|
+
createdAt: (/* @__PURE__ */ new Date()).toISOString(),
|
|
12
|
+
updatedAt: (/* @__PURE__ */ new Date()).toISOString()
|
|
13
|
+
};
|
|
14
|
+
var mockUseAuth = {
|
|
15
|
+
user: null,
|
|
16
|
+
isLoading: false,
|
|
17
|
+
signIn: vi.fn(),
|
|
18
|
+
signOut: vi.fn(),
|
|
19
|
+
getAccessToken: vi.fn().mockResolvedValue("mock-access-token"),
|
|
20
|
+
organizationId: "test-org-id",
|
|
21
|
+
canRecover: vi.fn(() => false)
|
|
22
|
+
};
|
|
23
|
+
function createMockUseAuth(overrides = {}) {
|
|
24
|
+
return {
|
|
25
|
+
...mockUseAuth,
|
|
26
|
+
...overrides
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
var mockAuthenticatedUser = () => createMockUseAuth({
|
|
30
|
+
user: mockWorkOSUser,
|
|
31
|
+
isLoading: false
|
|
32
|
+
});
|
|
33
|
+
var mockUnauthenticatedUser = () => createMockUseAuth({
|
|
34
|
+
user: null,
|
|
35
|
+
isLoading: false
|
|
36
|
+
});
|
|
37
|
+
var mockAuthLoading = () => createMockUseAuth({
|
|
38
|
+
user: null,
|
|
39
|
+
isLoading: true
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
export { createMockUseAuth, mockAuthLoading, mockAuthenticatedUser, mockUnauthenticatedUser, mockUseAuth, mockWorkOSUser };
|
|
@@ -3,7 +3,7 @@ import { observabilityKeys } from './chunk-QSTH6T77.js';
|
|
|
3
3
|
import { showApiErrorNotification, showSuccessNotification, projectKeys, noteKeys, taskKeys, milestoneKeys } from './chunk-M7W7CGPL.js';
|
|
4
4
|
import { GRAPH_CONSTANTS } from './chunk-22UVE3RA.js';
|
|
5
5
|
import { useOptionalElevasisFeatures } from './chunk-LR5CRY5A.js';
|
|
6
|
-
import { useNotificationAdapter } from './chunk-
|
|
6
|
+
import { useNotificationAdapter } from './chunk-OUYH2SBS.js';
|
|
7
7
|
import { HTTP_HEADERS } from './chunk-R7OJCNL3.js';
|
|
8
8
|
import { UuidSchema, ResourceTypeSchema, NonEmptyStringSchema, OriginResourceTypeSchema, CredentialNameSchema, REFETCH_INTERVAL_DASHBOARD, getTimeRangeDates, STALE_TIME_MONITORING, REFETCH_INTERVAL_RUNNING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, STALE_TIME_DEFAULT, STALE_TIME_ADMIN, APIClientError, GC_TIME_MEDIUM, GC_TIME_SHORT } from './chunk-OD7GWIZS.js';
|
|
9
9
|
import { useStableAccessToken } from './chunk-SLH2QLKV.js';
|
|
@@ -4,7 +4,7 @@ import { SubshellNavItem } from './chunk-CEWTOKE7.js';
|
|
|
4
4
|
import { SubshellSidebarSection } from './chunk-IIMU5YAJ.js';
|
|
5
5
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
6
6
|
import { CustomModal } from './chunk-GBMNCNHX.js';
|
|
7
|
-
import { acquisitionListKeys, useListsTelemetry, useLists, useCreateList, useTableSort, sortData, usePaginationState, useTableSelection, useList, useListProgress, useListExecutions, useContacts, useCompanies, useCompanyFacets, useDeleteCompanies, useDeleteContacts } from './chunk-
|
|
7
|
+
import { acquisitionListKeys, useListsTelemetry, useLists, useCreateList, useTableSort, sortData, usePaginationState, useTableSelection, useList, useListProgress, useListExecutions, useContacts, useCompanies, useCompanyFacets, useDeleteCompanies, useDeleteContacts } from './chunk-FMFX4K6E.js';
|
|
8
8
|
import { showApiErrorNotification, showSuccessNotification } from './chunk-M7W7CGPL.js';
|
|
9
9
|
import { SubshellContentContainer } from './chunk-RX4UWZZR.js';
|
|
10
10
|
import { PageTitleCaption, CenteredErrorState, StatCard, CardHeader, EmptyState } from './chunk-BHR7IV72.js';
|
|
@@ -3,7 +3,7 @@ import { AppShellLoader } from './chunk-M25JL54Z.js';
|
|
|
3
3
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
4
4
|
import { CustomModal } from './chunk-GBMNCNHX.js';
|
|
5
5
|
import { formatDuration } from './chunk-E4WQGJNS.js';
|
|
6
|
-
import { useResolveError, useResolveAllErrors, usePaginationState, useErrorDetails, useMarkAsRead, useExecutionLogsFilters, useExecutionLogs, useExecutionHealth, useErrorAnalysis, useTimeRangeDates, useErrorDetail, useResolveErrorsByExecution, useResources, useCostTrends, useCostSummary, useCostByModel, useCostBreakdown, useActivityFilters, useActivityTrend, useActivities, useNotifications, useMarkAllAsRead, useTestNotification } from './chunk-
|
|
6
|
+
import { useResolveError, useResolveAllErrors, usePaginationState, useErrorDetails, useMarkAsRead, useExecutionLogsFilters, useExecutionLogs, useExecutionHealth, useErrorAnalysis, useTimeRangeDates, useErrorDetail, useResolveErrorsByExecution, useResources, useCostTrends, useCostSummary, useCostByModel, useCostBreakdown, useActivityFilters, useActivityTrend, useActivities, useNotifications, useMarkAllAsRead, useTestNotification } from './chunk-FMFX4K6E.js';
|
|
7
7
|
import { CenteredErrorState, CardHeader, StatsCardSkeleton, TrendIndicator, DetailCardSkeleton, EmptyState, PageTitleCaption, JsonViewer } from './chunk-BHR7IV72.js';
|
|
8
8
|
import { useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
9
9
|
import { formatBucketTime, PAGE_SIZE_DEFAULT, getTimeRangeDates } from './chunk-OD7GWIZS.js';
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// ../core/src/test-utils/browser-mocks.ts
|
|
2
|
+
function setupMatchMedia() {
|
|
3
|
+
const win = globalThis.window;
|
|
4
|
+
if (typeof win === "undefined") return;
|
|
5
|
+
Object.defineProperty(win, "matchMedia", {
|
|
6
|
+
writable: true,
|
|
7
|
+
value: (query) => ({
|
|
8
|
+
matches: false,
|
|
9
|
+
media: query,
|
|
10
|
+
onchange: null,
|
|
11
|
+
addListener: () => {
|
|
12
|
+
},
|
|
13
|
+
removeListener: () => {
|
|
14
|
+
},
|
|
15
|
+
addEventListener: () => {
|
|
16
|
+
},
|
|
17
|
+
removeEventListener: () => {
|
|
18
|
+
},
|
|
19
|
+
dispatchEvent: () => true
|
|
20
|
+
})
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
function setupResizeObserver() {
|
|
24
|
+
globalThis.ResizeObserver = class ResizeObserver {
|
|
25
|
+
observe() {
|
|
26
|
+
}
|
|
27
|
+
unobserve() {
|
|
28
|
+
}
|
|
29
|
+
disconnect() {
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
function setupBrowserMocks() {
|
|
34
|
+
setupMatchMedia();
|
|
35
|
+
setupResizeObserver();
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export { setupBrowserMocks };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
18
|
+
|
|
19
|
+
export { __export, __reExport };
|
|
@@ -5,7 +5,7 @@ import { SubshellNavItem } from './chunk-CEWTOKE7.js';
|
|
|
5
5
|
import { SubshellSidebarSection } from './chunk-IIMU5YAJ.js';
|
|
6
6
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
7
7
|
import { CustomModal } from './chunk-GBMNCNHX.js';
|
|
8
|
-
import { useProjectRealtime, useTableSort, sortData, usePaginationState, useTableSelection, useProjectActivities } from './chunk-
|
|
8
|
+
import { useProjectRealtime, useTableSort, sortData, usePaginationState, useTableSelection, useProjectActivities } from './chunk-FMFX4K6E.js';
|
|
9
9
|
import { useCreateTask, useCreateMilestone, useProjectMilestones, useUpdateTask, useProjects, useDeleteProject, useProject, useProjectNotes, useUpdateMilestone, useCreateNote, showApiErrorNotification, projectKeys } from './chunk-M7W7CGPL.js';
|
|
10
10
|
import { SubshellContentContainer } from './chunk-RX4UWZZR.js';
|
|
11
11
|
import { StatusBadge, EmptyState, PageTitleCaption, CenteredErrorState, StatCard, CardHeader } from './chunk-BHR7IV72.js';
|
|
@@ -2,7 +2,7 @@ import { AppShellLoader } from './chunk-M25JL54Z.js';
|
|
|
2
2
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
3
3
|
import { CustomModal } from './chunk-GBMNCNHX.js';
|
|
4
4
|
import { useAvailablePresets } from './chunk-TIIPYB2Z.js';
|
|
5
|
-
import { useDeleteCredential, useCreateCredential, useCredentials, MEMBERSHIP_STATUS_COLORS, transformMembershipToTableRow, useUserMemberships, useUpdateWebhookEndpoint, useResources, useDeleteWebhookEndpoint, useCreateWebhookEndpoint, useListWebhookEndpoints, useUpdateMemberConfig, useOrganizationMembers, useUpdateCredential, CredentialSchemas } from './chunk-
|
|
5
|
+
import { useDeleteCredential, useCreateCredential, useCredentials, MEMBERSHIP_STATUS_COLORS, transformMembershipToTableRow, useUserMemberships, useUpdateWebhookEndpoint, useResources, useDeleteWebhookEndpoint, useCreateWebhookEndpoint, useListWebhookEndpoints, useUpdateMemberConfig, useOrganizationMembers, useUpdateCredential, CredentialSchemas } from './chunk-FMFX4K6E.js';
|
|
6
6
|
import { showErrorNotification } from './chunk-M7W7CGPL.js';
|
|
7
7
|
import { ListSkeleton, EmptyState, PageTitleCaption, CardHeader, APIErrorAlert, StatCard } from './chunk-BHR7IV72.js';
|
|
8
8
|
import { formatDateTime, OAUTH_POPUP_CHECK_INTERVAL, OAUTH_FLOW_TIMEOUT } from './chunk-OD7GWIZS.js';
|
|
@@ -37,7 +37,7 @@ function NotificationProvider({ adapter, children }) {
|
|
|
37
37
|
function useNotificationAdapter() {
|
|
38
38
|
return useContext(NotificationContext);
|
|
39
39
|
}
|
|
40
|
-
var LazyCoreAuthKitInner = lazy(() => import('./CoreAuthKitInner-
|
|
40
|
+
var LazyCoreAuthKitInner = lazy(() => import('./CoreAuthKitInner-QC62UHTZ.js').then((m) => ({ default: m.CoreAuthKitInner })));
|
|
41
41
|
var defaultQueryClient = null;
|
|
42
42
|
function getDefaultQueryClient() {
|
|
43
43
|
if (!defaultQueryClient) {
|
|
@@ -2,7 +2,7 @@ import { ResourceHealthChart } from './chunk-LGKLC5MG.js';
|
|
|
2
2
|
import { useCyberColors, HeroStatsRow } from './chunk-CTTY6FUT.js';
|
|
3
3
|
import { AppShellCenteredContainer, AppShellLoader } from './chunk-M25JL54Z.js';
|
|
4
4
|
import { STATUS_COLORS, getStatusIcon, formatDuration, getStatusColors, AGENT_CONSTANTS, shouldAnimateEdge, TIMELINE_CONSTANTS, calculateBarPosition, CONTAINER_CONSTANTS, useExecutionPath, useUnifiedWorkflowLayout, WORKFLOW_CONSTANTS, useReactFlowAgent } from './chunk-E4WQGJNS.js';
|
|
5
|
-
import { useExecuteResource, useDashboardMetrics, useResources, useTimeRangeDates, useUnresolvedErrors, useRecentExecutionsByResource, useCommandQueue, useScheduledTasks, useResourcesHealth } from './chunk-
|
|
5
|
+
import { useExecuteResource, useDashboardMetrics, useResources, useTimeRangeDates, useUnresolvedErrors, useRecentExecutionsByResource, useCommandQueue, useScheduledTasks, useResourcesHealth } from './chunk-FMFX4K6E.js';
|
|
6
6
|
import { Graph_module_css_default, useDirectedChainHighlighting, useNodeSelection, useFitViewTrigger } from './chunk-22UVE3RA.js';
|
|
7
7
|
import { glassBase } from './chunk-Q5HC6ENG.js';
|
|
8
8
|
import { GlowDot, CardHeader, EmptyState, PageTitleCaption, TabCountBadge } from './chunk-BHR7IV72.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PRESETS, getPreset, generateShades, mantineThemeOverride, createCssVariablesResolver, PresetsProvider } from './chunk-Q5HC6ENG.js';
|
|
2
2
|
import { AppBackground } from './chunk-WLOQ4IBG.js';
|
|
3
|
-
import { ElevasisCoreProvider } from './chunk-
|
|
3
|
+
import { ElevasisCoreProvider } from './chunk-OUYH2SBS.js';
|
|
4
4
|
import { ElevasisLoader } from './chunk-SZHARWKU.js';
|
|
5
5
|
import { AppearanceProvider } from './chunk-QJ2KCHKX.js';
|
|
6
6
|
import { getErrorInfo, formatErrorMessage, getErrorTitle } from './chunk-OD7GWIZS.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { ChatHeader, ChatSidebar } from './chunk-ROSMICXG.js';
|
|
2
2
|
import { SubshellSidebarLoader, SubshellLoader } from './chunk-3JCMO7SD.js';
|
|
3
|
-
import { BaseNode, useGraphTheme, BaseEdge, FormFieldRenderer, ExecutionStats, UnifiedWorkflowGraph, WorkflowExecutionTimeline, AgentExecutionVisualizer, AgentExecutionTimeline, GraphBackground, GraphFitViewButton, GraphFitViewHandler } from './chunk-
|
|
4
|
-
import { ResourceHealthPanel } from './chunk-
|
|
3
|
+
import { BaseNode, useGraphTheme, BaseEdge, FormFieldRenderer, ExecutionStats, UnifiedWorkflowGraph, WorkflowExecutionTimeline, AgentExecutionVisualizer, AgentExecutionTimeline, GraphBackground, GraphFitViewButton, GraphFitViewHandler } from './chunk-PJVG3ISO.js';
|
|
4
|
+
import { ResourceHealthPanel } from './chunk-ZE2KQSHL.js';
|
|
5
5
|
import { useCyberColors, CyberDonut } from './chunk-CTTY6FUT.js';
|
|
6
6
|
import { AppShellLoader } from './chunk-M25JL54Z.js';
|
|
7
7
|
import { PageContainer } from './chunk-BZZCNLT6.js';
|
|
8
8
|
import { SubshellSidebarSection } from './chunk-IIMU5YAJ.js';
|
|
9
9
|
import { CustomModal, ConfirmationModal } from './chunk-GBMNCNHX.js';
|
|
10
10
|
import { getResourceStatusColor, useTimelineData, useAgentIterationData, getStatusIcon } from './chunk-E4WQGJNS.js';
|
|
11
|
-
import { useErrorDetail, useExecution, useArchivedLogs, useDeleteExecution, useRetryExecution, useCancelExecution, useCommandQueueTotals, useStatusFilter, useResourceSearch, useResourcesDomainFilters, usePaginationState, useResources, useRecentExecutionsByResource, filterByDomainFilters, useExecuteAsync, useResourceDefinition, isSessionCapable, useDeleteTask, useCommandQueue, useSubmitAction, useCommandViewData, useCommandViewStats, useCommandViewStore, useResourceExecutions, useCheckpointTasks, useExecutionPanelState, useDeleteSession, useCreateSession, useSessions, useSessionExecutions, useSession, useBulkDeleteExecutions } from './chunk-
|
|
11
|
+
import { useErrorDetail, useExecution, useArchivedLogs, useDeleteExecution, useRetryExecution, useCancelExecution, useCommandQueueTotals, useStatusFilter, useResourceSearch, useResourcesDomainFilters, usePaginationState, useResources, useRecentExecutionsByResource, filterByDomainFilters, useExecuteAsync, useResourceDefinition, isSessionCapable, useDeleteTask, useCommandQueue, useSubmitAction, useCommandViewData, useCommandViewStats, useCommandViewStore, useResourceExecutions, useCheckpointTasks, useExecutionPanelState, useDeleteSession, useCreateSession, useSessions, useSessionExecutions, useSession, useBulkDeleteExecutions } from './chunk-FMFX4K6E.js';
|
|
12
12
|
import { showApiErrorNotification, showSuccessNotification } from './chunk-M7W7CGPL.js';
|
|
13
13
|
import { useGraphHighlighting, calculateGraphHeight, Graph_module_css_default, GRAPH_CONSTANTS } from './chunk-22UVE3RA.js';
|
|
14
14
|
import { useMergedExecution } from './chunk-3ZMAGTWF.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useCyberColors, CyberLegendItem, CyberAreaChart } from './chunk-CTTY6FUT.js';
|
|
2
|
-
import { useResourcesHealth } from './chunk-
|
|
2
|
+
import { useResourcesHealth } from './chunk-FMFX4K6E.js';
|
|
3
3
|
import { CardHeader, EmptyState } from './chunk-BHR7IV72.js';
|
|
4
4
|
import { getTimeRangeDates, formatBucketTime } from './chunk-OD7GWIZS.js';
|
|
5
5
|
import { Paper, Center, Loader, Group } from '@mantine/core';
|
package/dist/components/index.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { useBreadcrumbs } from '../chunk-MG3NF7QL.js';
|
|
2
2
|
import '../chunk-6GUW5GGF.js';
|
|
3
|
-
export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../chunk-
|
|
4
|
-
export { LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, buildListConfig, getEnrichmentColor, getStatusColor, leadGenManifest, useDeleteLists } from '../chunk-
|
|
5
|
-
export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, LogEntry, LogGroup, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceNotFoundState, SessionMemory, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap, operationsManifest, useNewKnowledgeMapLayout } from '../chunk-
|
|
3
|
+
export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../chunk-JR5WNTLA.js';
|
|
4
|
+
export { LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, buildListConfig, getEnrichmentColor, getStatusColor, leadGenManifest, useDeleteLists } from '../chunk-GP3AFJYG.js';
|
|
5
|
+
export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, LogEntry, LogGroup, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceNotFoundState, SessionMemory, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap, operationsManifest, useNewKnowledgeMapLayout } from '../chunk-YP6T426C.js';
|
|
6
6
|
import '../chunk-ROSMICXG.js';
|
|
7
7
|
import '../chunk-3JCMO7SD.js';
|
|
8
8
|
import '../chunk-ZTWA5H77.js';
|
|
9
|
-
import { BaseNode, useGraphTheme, BaseEdge, GraphBackground, GraphLegend, GraphFitViewButton } from '../chunk-
|
|
10
|
-
export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, FormFieldRenderer, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, RunResourceButton, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, ZodFormRenderer, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-
|
|
9
|
+
import { BaseNode, useGraphTheme, BaseEdge, GraphBackground, GraphLegend, GraphFitViewButton } from '../chunk-PJVG3ISO.js';
|
|
10
|
+
export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, FormFieldRenderer, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, RunResourceButton, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, ZodFormRenderer, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-PJVG3ISO.js';
|
|
11
11
|
import '../chunk-442LZPIR.js';
|
|
12
|
-
import { NotificationList } from '../chunk-
|
|
13
|
-
export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-
|
|
14
|
-
export { ResourceHealthPanel } from '../chunk-
|
|
12
|
+
import { NotificationList } from '../chunk-GTYUP7MB.js';
|
|
13
|
+
export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-GTYUP7MB.js';
|
|
14
|
+
export { ResourceHealthPanel } from '../chunk-ZE2KQSHL.js';
|
|
15
15
|
export { ResourceHealthChart, getHealthColor } from '../chunk-LGKLC5MG.js';
|
|
16
16
|
import '../chunk-CTTY6FUT.js';
|
|
17
17
|
export { SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, seoManifest } from '../chunk-AL23U6C3.js';
|
|
18
|
-
export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest } from '../chunk-
|
|
18
|
+
export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest } from '../chunk-MZFJWCPH.js';
|
|
19
19
|
import { AppShellLoader } from '../chunk-M25JL54Z.js';
|
|
20
|
-
export { ActivityFeedWidget, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, TasksDueWidget, crmManifest, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../chunk-
|
|
20
|
+
export { ActivityFeedWidget, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, TasksDueWidget, crmManifest, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../chunk-2CFOFSSG.js';
|
|
21
21
|
import '../chunk-BZZCNLT6.js';
|
|
22
22
|
export { SortableHeader, TableSelectionToolbar } from '../chunk-TUMSNGTX.js';
|
|
23
23
|
import '../chunk-CEWTOKE7.js';
|
|
@@ -29,7 +29,7 @@ export { ConfirmationInputModal, ConfirmationModal, CustomModal } from '../chunk
|
|
|
29
29
|
import '../chunk-TIIPYB2Z.js';
|
|
30
30
|
export { CONTAINER_CONSTANTS, SHARED_VIZ_CONSTANTS } from '../chunk-E4WQGJNS.js';
|
|
31
31
|
import '../chunk-7M2VOCYN.js';
|
|
32
|
-
import { useCommandViewLayout, useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, usePaginationState, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useDealNotes, useCreateDealNote, useDeals, useSyncDealStage, dealKeys, useMarkAllAsRead, useNotifications } from '../chunk-
|
|
32
|
+
import { useCommandViewLayout, useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, usePaginationState, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useDealNotes, useCreateDealNote, useDeals, useSyncDealStage, dealKeys, useMarkAllAsRead, useNotifications } from '../chunk-FMFX4K6E.js';
|
|
33
33
|
import '../chunk-BRXELOHC.js';
|
|
34
34
|
import '../chunk-QSTH6T77.js';
|
|
35
35
|
import { showErrorNotification, showSuccessNotification, showApiErrorNotification } from '../chunk-M7W7CGPL.js';
|
|
@@ -38,11 +38,11 @@ import { Graph_module_css_default, useDirectedChainHighlighting, useNodeSelectio
|
|
|
38
38
|
export { Graph_module_css_default as graphStyles } from '../chunk-22UVE3RA.js';
|
|
39
39
|
import '../chunk-3ZMAGTWF.js';
|
|
40
40
|
import '../chunk-Q4QJOSVS.js';
|
|
41
|
-
import '../chunk-
|
|
41
|
+
import '../chunk-TO7QXDBX.js';
|
|
42
42
|
import '../chunk-Q5HC6ENG.js';
|
|
43
43
|
import '../chunk-WLOQ4IBG.js';
|
|
44
44
|
import '../chunk-LR5CRY5A.js';
|
|
45
|
-
import '../chunk-
|
|
45
|
+
import '../chunk-OUYH2SBS.js';
|
|
46
46
|
import { SubshellContentContainer } from '../chunk-RX4UWZZR.js';
|
|
47
47
|
import { ListSkeleton, EmptyState, PageTitleCaption, StatCard, CenteredErrorState, CardHeader, ActivityTimeline } from '../chunk-BHR7IV72.js';
|
|
48
48
|
export { APIErrorAlert, ActivityTimeline, CardHeader, CenteredErrorState, CollapsibleSection, ContextViewer, CustomSelector, DetailCardSkeleton, EmptyState, FeatureUnavailableState, GlowDot, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, TabCountBadge, TimeRangeSelector, TrendIndicator, catalogItemToResourceDefinition } from '../chunk-BHR7IV72.js';
|
|
@@ -66,6 +66,7 @@ import '../chunk-DD3CCMCZ.js';
|
|
|
66
66
|
import '../chunk-QHSW4WHM.js';
|
|
67
67
|
import { useElevasisServices } from '../chunk-IRW7JMQ4.js';
|
|
68
68
|
import '../chunk-BRJ3QZ4E.js';
|
|
69
|
+
import '../chunk-I2KLQ2HA.js';
|
|
69
70
|
import { Stack, Group, ThemeIcon, Text, Badge, Box, Title, TextInput, Alert, Button, Table, Tooltip, ActionIcon, Paper, Code, CopyButton, SimpleGrid, Loader, Pagination, SegmentedControl, Switch, Select, Textarea, Divider, Card, Menu, Timeline, Tabs, ScrollArea, Breadcrumbs as Breadcrumbs$1, Drawer, Center, Popover, Indicator } from '@mantine/core';
|
|
70
71
|
import { useDisclosure } from '@mantine/hooks';
|
|
71
72
|
import { IconBrain, IconDatabase, IconMessage, IconAlertCircle, IconCircleX, IconCircleCheck, IconBolt, IconHandClick, IconClock, IconWebhook, IconExternalLink, IconPencil, IconKey, IconCalendar, IconTrash, IconAlertTriangle, IconExclamationMark, IconShieldLock, IconCheck, IconCopy, IconPlus, IconRocket, IconRefresh, IconPower, IconPlayerPlay, IconTag, IconCalendarRepeat, IconCalendarEvent, IconCalendarTime, IconRobot, IconGitBranch, IconSettings, IconDotsVertical, IconPlayerPause, IconPlayerStop, IconCalendarDue, IconCalendarStats, IconCalendarOff, IconListCheck, IconBell } from '@tabler/icons-react';
|
package/dist/execution/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { AGENT_CONSTANTS, CONTAINER_CONSTANTS, SHARED_VIZ_CONSTANTS, STATUS_COLORS, TIMELINE_CONSTANTS, WORKFLOW_CONSTANTS, calculateBarPosition, formatDuration, getEdgeColor, getEdgeOpacity, getResourceStatusColor, getStatusColors, getStatusIcon, shouldAnimateEdge, useAgentIterationData, useExecutionPath, useReactFlowAgent, useTimelineData, useUnifiedWorkflowLayout, useWorkflowStepsLayout } from '../chunk-E4WQGJNS.js';
|
|
2
2
|
export { useMergedExecution } from '../chunk-3ZMAGTWF.js';
|
|
3
3
|
import '../chunk-KRWALB24.js';
|
|
4
|
+
import '../chunk-I2KLQ2HA.js';
|
|
@@ -9,6 +9,7 @@ import '../../chunk-DD3CCMCZ.js';
|
|
|
9
9
|
export { useUserProfile } from '../../chunk-QHSW4WHM.js';
|
|
10
10
|
import '../../chunk-IRW7JMQ4.js';
|
|
11
11
|
import '../../chunk-BRJ3QZ4E.js';
|
|
12
|
+
import '../../chunk-I2KLQ2HA.js';
|
|
12
13
|
import { useRef, useEffect, useState, useCallback } from 'react';
|
|
13
14
|
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
14
15
|
import { useNavigate } from '@tanstack/react-router';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { ActivityFeedWidget, CRM_ITEMS, CompanyDetailPage, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, TasksDueWidget, crmManifest, formatDealStageLabel, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../../chunk-
|
|
1
|
+
export { ActivityFeedWidget, CRM_ITEMS, CompanyDetailPage, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, TasksDueWidget, crmManifest, formatDealStageLabel, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../../chunk-2CFOFSSG.js';
|
|
2
2
|
import '../../chunk-BZZCNLT6.js';
|
|
3
3
|
import '../../chunk-TUMSNGTX.js';
|
|
4
4
|
import '../../chunk-CEWTOKE7.js';
|
|
@@ -6,18 +6,18 @@ import '../../chunk-IIMU5YAJ.js';
|
|
|
6
6
|
import '../../chunk-PDHTXPSF.js';
|
|
7
7
|
import '../../chunk-GBMNCNHX.js';
|
|
8
8
|
import '../../chunk-7M2VOCYN.js';
|
|
9
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-FMFX4K6E.js';
|
|
10
10
|
import '../../chunk-BRXELOHC.js';
|
|
11
11
|
import '../../chunk-QSTH6T77.js';
|
|
12
12
|
import '../../chunk-M7W7CGPL.js';
|
|
13
13
|
import '../../chunk-22UVE3RA.js';
|
|
14
14
|
import '../../chunk-3ZMAGTWF.js';
|
|
15
15
|
import '../../chunk-Q4QJOSVS.js';
|
|
16
|
-
import '../../chunk-
|
|
16
|
+
import '../../chunk-TO7QXDBX.js';
|
|
17
17
|
import '../../chunk-Q5HC6ENG.js';
|
|
18
18
|
import '../../chunk-WLOQ4IBG.js';
|
|
19
19
|
import '../../chunk-LR5CRY5A.js';
|
|
20
|
-
import '../../chunk-
|
|
20
|
+
import '../../chunk-OUYH2SBS.js';
|
|
21
21
|
import '../../chunk-RX4UWZZR.js';
|
|
22
22
|
import '../../chunk-BHR7IV72.js';
|
|
23
23
|
import '../../chunk-SZHARWKU.js';
|
|
@@ -40,3 +40,4 @@ import '../../chunk-DD3CCMCZ.js';
|
|
|
40
40
|
import '../../chunk-QHSW4WHM.js';
|
|
41
41
|
import '../../chunk-IRW7JMQ4.js';
|
|
42
42
|
import '../../chunk-BRJ3QZ4E.js';
|
|
43
|
+
import '../../chunk-I2KLQ2HA.js';
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export { Dashboard, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-
|
|
1
|
+
export { Dashboard, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-PJVG3ISO.js';
|
|
2
2
|
import '../../chunk-LGKLC5MG.js';
|
|
3
3
|
import '../../chunk-CTTY6FUT.js';
|
|
4
4
|
import '../../chunk-M25JL54Z.js';
|
|
5
5
|
import '../../chunk-E4WQGJNS.js';
|
|
6
6
|
import '../../chunk-7M2VOCYN.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-FMFX4K6E.js';
|
|
8
8
|
import '../../chunk-BRXELOHC.js';
|
|
9
9
|
import '../../chunk-QSTH6T77.js';
|
|
10
10
|
import '../../chunk-M7W7CGPL.js';
|
|
11
11
|
import '../../chunk-22UVE3RA.js';
|
|
12
12
|
import '../../chunk-3ZMAGTWF.js';
|
|
13
13
|
import '../../chunk-Q4QJOSVS.js';
|
|
14
|
-
import '../../chunk-
|
|
14
|
+
import '../../chunk-TO7QXDBX.js';
|
|
15
15
|
import '../../chunk-Q5HC6ENG.js';
|
|
16
16
|
import '../../chunk-WLOQ4IBG.js';
|
|
17
17
|
import '../../chunk-LR5CRY5A.js';
|
|
18
|
-
import '../../chunk-
|
|
18
|
+
import '../../chunk-OUYH2SBS.js';
|
|
19
19
|
import '../../chunk-RX4UWZZR.js';
|
|
20
20
|
import '../../chunk-BHR7IV72.js';
|
|
21
21
|
import '../../chunk-SZHARWKU.js';
|
|
@@ -38,3 +38,4 @@ import '../../chunk-DD3CCMCZ.js';
|
|
|
38
38
|
import '../../chunk-QHSW4WHM.js';
|
|
39
39
|
import '../../chunk-IRW7JMQ4.js';
|
|
40
40
|
import '../../chunk-BRJ3QZ4E.js';
|
|
41
|
+
import '../../chunk-I2KLQ2HA.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AllTasksPage, Checklist, CreateDeliveryEntityModal, DELIVERY_COMMUNICATION_ITEMS, DELIVERY_PROJECT_ITEMS, DELIVERY_WORK_ITEMS, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../../chunk-
|
|
1
|
+
export { AllTasksPage, Checklist, CreateDeliveryEntityModal, DELIVERY_COMMUNICATION_ITEMS, DELIVERY_PROJECT_ITEMS, DELIVERY_WORK_ITEMS, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../../chunk-JR5WNTLA.js';
|
|
2
2
|
import '../../chunk-442LZPIR.js';
|
|
3
3
|
import '../../chunk-BZZCNLT6.js';
|
|
4
4
|
import '../../chunk-TUMSNGTX.js';
|
|
@@ -7,18 +7,18 @@ import '../../chunk-IIMU5YAJ.js';
|
|
|
7
7
|
import '../../chunk-PDHTXPSF.js';
|
|
8
8
|
import '../../chunk-GBMNCNHX.js';
|
|
9
9
|
import '../../chunk-7M2VOCYN.js';
|
|
10
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-FMFX4K6E.js';
|
|
11
11
|
import '../../chunk-BRXELOHC.js';
|
|
12
12
|
import '../../chunk-QSTH6T77.js';
|
|
13
13
|
import '../../chunk-M7W7CGPL.js';
|
|
14
14
|
import '../../chunk-22UVE3RA.js';
|
|
15
15
|
import '../../chunk-3ZMAGTWF.js';
|
|
16
16
|
import '../../chunk-Q4QJOSVS.js';
|
|
17
|
-
import '../../chunk-
|
|
17
|
+
import '../../chunk-TO7QXDBX.js';
|
|
18
18
|
import '../../chunk-Q5HC6ENG.js';
|
|
19
19
|
import '../../chunk-WLOQ4IBG.js';
|
|
20
20
|
import '../../chunk-LR5CRY5A.js';
|
|
21
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-OUYH2SBS.js';
|
|
22
22
|
import '../../chunk-RX4UWZZR.js';
|
|
23
23
|
import '../../chunk-BHR7IV72.js';
|
|
24
24
|
import '../../chunk-SZHARWKU.js';
|
|
@@ -41,3 +41,4 @@ import '../../chunk-DD3CCMCZ.js';
|
|
|
41
41
|
import '../../chunk-QHSW4WHM.js';
|
|
42
42
|
import '../../chunk-IRW7JMQ4.js';
|
|
43
43
|
import '../../chunk-BRJ3QZ4E.js';
|
|
44
|
+
import '../../chunk-I2KLQ2HA.js';
|