@elevasis/ui 2.40.0 → 2.41.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/app/index.d.ts +108 -0
- package/dist/app/index.js +8 -9
- package/dist/auth/index.js +3 -4
- package/dist/charts/index.js +3 -4
- package/dist/{chunk-7MTWRSUZ.js → chunk-56O7QQE7.js} +1 -2
- package/dist/{chunk-SHZT7ULK.js → chunk-66U7JOWV.js} +1 -1
- package/dist/{chunk-NKEXXL4O.js → chunk-A2XN6PR2.js} +3 -4
- package/dist/{chunk-K7GKKETO.js → chunk-FIMGOWOT.js} +1073 -586
- package/dist/{chunk-EEG6ALQR.js → chunk-JAN2ZXN5.js} +106 -24
- package/dist/{chunk-LJDYY3XB.js → chunk-JHVEA5NE.js} +1 -1
- package/dist/{chunk-A7IG36LB.js → chunk-L7GXUSCV.js} +1 -1
- package/dist/{chunk-DA6I5VEY.js → chunk-QVQMOQXB.js} +9 -3
- package/dist/{chunk-IUQAP4IO.js → chunk-S4R2ZQS7.js} +1 -1
- package/dist/{chunk-7PHY5ONQ.js → chunk-VAAU2Z3S.js} +1 -1
- package/dist/{chunk-LY3YTQC6.js → chunk-YPWN2WQ3.js} +2 -2
- package/dist/components/index.js +10 -11
- package/dist/components/navigation/index.js +2 -3
- package/dist/features/auth/index.js +32 -17
- package/dist/features/clients/index.js +10 -11
- package/dist/features/crm/index.js +10 -11
- package/dist/features/dashboard/index.js +10 -11
- package/dist/features/delivery/index.js +10 -11
- package/dist/features/knowledge/index.js +2 -3
- package/dist/features/lead-gen/index.d.ts +81 -0
- package/dist/features/lead-gen/index.js +10 -11
- package/dist/features/monitoring/index.js +10 -11
- package/dist/features/monitoring/requests/index.d.ts +69 -7
- package/dist/features/monitoring/requests/index.js +138 -17
- package/dist/features/operations/index.d.ts +79 -0
- package/dist/features/operations/index.js +10 -11
- package/dist/features/settings/index.js +10 -11
- package/dist/hooks/access/index.js +2 -3
- package/dist/hooks/delivery/index.js +10 -11
- package/dist/hooks/index.d.ts +18 -6
- package/dist/hooks/index.js +10 -11
- package/dist/hooks/published.d.ts +18 -6
- package/dist/hooks/published.js +10 -11
- package/dist/index.d.ts +151 -7
- package/dist/index.js +10 -11
- package/dist/knowledge/index.d.ts +81 -0
- package/dist/knowledge/index.js +6 -6
- package/dist/layout/index.d.ts +18 -2
- package/dist/layout/index.js +4 -2
- package/dist/organization/index.js +10 -11
- package/dist/provider/index.d.ts +120 -1
- package/dist/provider/index.js +6 -7
- package/dist/provider/published.d.ts +121 -2
- package/dist/provider/published.js +5 -6
- package/package.json +3 -3
- package/dist/chunk-J3FLIZY4.js +0 -423
|
@@ -1,30 +1,29 @@
|
|
|
1
1
|
import { useAvailablePresets } from './chunk-B2DZLPDL.js';
|
|
2
2
|
import { useSupabase } from './chunk-BRXELOHC.js';
|
|
3
|
-
import { useBreadcrumbs } from './chunk-
|
|
3
|
+
import { useBreadcrumbs } from './chunk-VAAU2Z3S.js';
|
|
4
4
|
import { ChatHeader, ChatSidebar } from './chunk-CXY7FMUM.js';
|
|
5
5
|
import { observabilityKeys, useCyberColors, CyberLegendItem, CyberAreaChart, CyberDonut, HeroStatsRow, CostTrendChart, ActivityTrendChart } from './chunk-4DRI3G36.js';
|
|
6
6
|
import { DEFAULT_ORGANIZATION_GRAPH_FILTERS, ORGANIZATION_GRAPH_NODE_KIND_ORDER, ORGANIZATION_GRAPH_NODE_KIND_LABELS, ORGANIZATION_GRAPH_EDGE_KIND_LABELS, ORGANIZATION_GRAPH_NODE_KIND_DETAIL_LABELS, ORGANIZATION_GRAPH_NODE_KIND_MEANINGS, ORGANIZATION_GRAPH_EDGE_KIND_MEANINGS } from './chunk-5EYJ2GIN.js';
|
|
7
|
-
import { AppShellLoader, SubshellSidebarLoader, PageContainer, SubshellLoader, AppShellCenteredContainer } from './chunk-
|
|
7
|
+
import { AppShellLoader, SubshellSidebarLoader, PageContainer, SubshellLoader, AppShellCenteredContainer } from './chunk-QVQMOQXB.js';
|
|
8
8
|
import { SubshellNavItem } from './chunk-X4WBGKJQ.js';
|
|
9
9
|
import { SubshellSidebarSection } from './chunk-IIMU5YAJ.js';
|
|
10
10
|
import { Graph_module_css_default, useDirectedChainHighlighting, useNodeSelection, useFitViewTrigger, useGraphHighlighting, calculateGraphHeight, GRAPH_CONSTANTS } from './chunk-HENXLGVD.js';
|
|
11
11
|
import { STATUS_COLORS, getStatusIcon, formatDuration, getStatusColors, AGENT_CONSTANTS, shouldAnimateEdge, TIMELINE_CONSTANTS, calculateBarPosition, CONTAINER_CONSTANTS, useExecutionPath, useUnifiedWorkflowLayout, WORKFLOW_CONSTANTS, useReactFlowAgent, getResourceStatusColor, useMergedExecution, useTimelineData, useAgentIterationData } from './chunk-7FPLLSHN.js';
|
|
12
12
|
import { glassBase } from './chunk-5JYKCULK.js';
|
|
13
|
-
import { useNotificationAdapter, useCrmActions, useListActions } from './chunk-
|
|
13
|
+
import { useNotificationAdapter, useCrmActions, useListActions } from './chunk-YPWN2WQ3.js';
|
|
14
14
|
import { EmptyState, CenteredErrorState, StatsCardSkeleton, TrendIndicator, DetailCardSkeleton, GlowDot, JsonViewer, ListSkeleton, PageTitleCaption, StatCard, APIErrorAlert, CollapsibleSection, ActivityTimeline, ContextViewer, StatusBadge, TabCountBadge, ResourceCard } from './chunk-CTJBPF3Z.js';
|
|
15
15
|
import { StyledMarkdown } from './chunk-3KMDHCAR.js';
|
|
16
16
|
import { CardHeader } from './chunk-S3XR4II4.js';
|
|
17
|
-
import { useAppearance, SubshellContentContainer } from './chunk-
|
|
17
|
+
import { useAppearance, SubshellContentContainer } from './chunk-L7GXUSCV.js';
|
|
18
18
|
import { HTTP_HEADERS } from './chunk-TE4P6OSJ.js';
|
|
19
19
|
import { topbarHeight } from './chunk-DT3QYZVU.js';
|
|
20
20
|
import { useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
21
21
|
import { getErrorInfo, formatErrorMessage, getErrorTitle, isAPIClientError, getTimeRangeDates, formatBucketTime, PAGE_SIZE_DEFAULT, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_RUNNING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, APIClientError, formatDateTime, getResourceIcon, formatTimeAgo, LEAD_GEN_API_INTERFACE, computeInterfaceReadiness, formatDate, formatRelativeTime, debounce, OAUTH_FLOW_TIMEOUT } from './chunk-RXH4D6TY.js';
|
|
22
22
|
import { ResourceStatusColors, toWorkflowLogMessages } from './chunk-KRWALB24.js';
|
|
23
|
-
import { useStableAccessToken, AccessGuard } from './chunk-
|
|
24
|
-
import { useAccess, AccessKeys } from './chunk-
|
|
25
|
-
import { useOptionalElevasisSystems, useElevasisSystems } from './chunk-J3FLIZY4.js';
|
|
23
|
+
import { useStableAccessToken, AccessGuard } from './chunk-JHVEA5NE.js';
|
|
24
|
+
import { useAccess, AccessKeys } from './chunk-56O7QQE7.js';
|
|
26
25
|
import { useInitialization } from './chunk-6DO4PE3O.js';
|
|
27
|
-
import { defineEntities, OrgKnowledgeNodeSchema, defineResources, defineActions, defineTopology, topologyRef, topologyRelationship, resolveOrganizationModel, projectOrganizationSurfaces, PROJECTS_VIEW_ACTION_ID, resolveSemanticIconComponent, buildOrganizationGraph, SemanticIcon } from './chunk-
|
|
26
|
+
import { defineEntities, OrgKnowledgeNodeSchema, defineResources, defineActions, defineTopology, topologyRef, topologyRelationship, resolveOrganizationModel, projectOrganizationSurfaces, PROJECTS_VIEW_ACTION_ID, useOptionalElevasisSystems, resolveSemanticIconComponent, useElevasisSystems, buildOrganizationGraph, SemanticIcon } from './chunk-FIMGOWOT.js';
|
|
28
27
|
import { useOrganization } from './chunk-DD3CCMCZ.js';
|
|
29
28
|
import { useUserProfile } from './chunk-W2SFTXMT.js';
|
|
30
29
|
import { STALE_TIME_MONITORING, STALE_TIME_DEFAULT, STALE_TIME_ADMIN, GC_TIME_MEDIUM, GC_TIME_SHORT } from './chunk-6ROXVZ3L.js';
|
|
@@ -4940,6 +4939,34 @@ function useDeleteRequest() {
|
|
|
4940
4939
|
}
|
|
4941
4940
|
});
|
|
4942
4941
|
}
|
|
4942
|
+
function categoryForType(type) {
|
|
4943
|
+
switch (type) {
|
|
4944
|
+
case "feature":
|
|
4945
|
+
return "feature_request";
|
|
4946
|
+
case "bug":
|
|
4947
|
+
return "ui_bug";
|
|
4948
|
+
default:
|
|
4949
|
+
return "other";
|
|
4950
|
+
}
|
|
4951
|
+
}
|
|
4952
|
+
function useSubmitRequest() {
|
|
4953
|
+
const { apiRequest } = useElevasisServices();
|
|
4954
|
+
const queryClient = useQueryClient();
|
|
4955
|
+
return useMutation({
|
|
4956
|
+
mutationFn: (input) => apiRequest("/requests", {
|
|
4957
|
+
method: "POST",
|
|
4958
|
+
body: JSON.stringify({
|
|
4959
|
+
title: input.title,
|
|
4960
|
+
description: input.description,
|
|
4961
|
+
type: input.type,
|
|
4962
|
+
severity: input.severity ?? "info",
|
|
4963
|
+
category: input.category ?? categoryForType(input.type),
|
|
4964
|
+
affected_page: input.affectedPage
|
|
4965
|
+
})
|
|
4966
|
+
}),
|
|
4967
|
+
onSuccess: () => queryClient.invalidateQueries({ queryKey: requestsKeys.lists() })
|
|
4968
|
+
});
|
|
4969
|
+
}
|
|
4943
4970
|
|
|
4944
4971
|
// src/hooks/clients/queryKeys.ts
|
|
4945
4972
|
var clientsKeys = {
|
|
@@ -15489,6 +15516,16 @@ var platformKnowledgeNodes = Object.fromEntries(
|
|
|
15489
15516
|
|
|
15490
15517
|
// ../elevasis-core/src/organization-model/navigation.ts
|
|
15491
15518
|
var platformNavigation = {
|
|
15519
|
+
topbar: {
|
|
15520
|
+
request: {
|
|
15521
|
+
id: "request",
|
|
15522
|
+
label: "Request a feature or report an issue",
|
|
15523
|
+
tooltip: "Request a feature or report an issue",
|
|
15524
|
+
icon: "message-plus",
|
|
15525
|
+
order: 10,
|
|
15526
|
+
enabled: true
|
|
15527
|
+
}
|
|
15528
|
+
},
|
|
15492
15529
|
sidebar: {
|
|
15493
15530
|
primary: {
|
|
15494
15531
|
dashboard: {
|
|
@@ -15631,7 +15668,8 @@ var platformNavigation = {
|
|
|
15631
15668
|
label: "Requests",
|
|
15632
15669
|
path: "/monitoring/requests",
|
|
15633
15670
|
surfaceType: "list",
|
|
15634
|
-
order: 70
|
|
15671
|
+
order: 70,
|
|
15672
|
+
targets: { systems: ["platform.submitted-requests"] }
|
|
15635
15673
|
}
|
|
15636
15674
|
}
|
|
15637
15675
|
},
|
|
@@ -17391,7 +17429,24 @@ var platformSystems = {
|
|
|
17391
17429
|
}
|
|
17392
17430
|
}
|
|
17393
17431
|
},
|
|
17394
|
-
ontology: {}
|
|
17432
|
+
ontology: {},
|
|
17433
|
+
systems: {
|
|
17434
|
+
"submitted-requests": {
|
|
17435
|
+
id: "platform.submitted-requests",
|
|
17436
|
+
order: 46,
|
|
17437
|
+
label: "Submitted Requests",
|
|
17438
|
+
description: "User-submitted feature requests and bug reports.",
|
|
17439
|
+
kind: "operational",
|
|
17440
|
+
parentSystemId: "platform",
|
|
17441
|
+
governedByKnowledge: [],
|
|
17442
|
+
drivesGoals: [],
|
|
17443
|
+
lifecycle: "active",
|
|
17444
|
+
ui: {
|
|
17445
|
+
path: "/monitoring/requests",
|
|
17446
|
+
surfaces: []
|
|
17447
|
+
}
|
|
17448
|
+
}
|
|
17449
|
+
}
|
|
17395
17450
|
},
|
|
17396
17451
|
clients: {
|
|
17397
17452
|
id: "clients",
|
|
@@ -22666,6 +22721,13 @@ function resolveBuildState(list, progress, actions, config = {}) {
|
|
|
22666
22721
|
recommendedAction: recommendedStep?.recommendedAction ?? null
|
|
22667
22722
|
};
|
|
22668
22723
|
}
|
|
22724
|
+
var LIST_DETAIL_TABS = ["overview", "members", "build", "runs"];
|
|
22725
|
+
function isListDetailTab(value) {
|
|
22726
|
+
return typeof value === "string" && LIST_DETAIL_TABS.includes(value);
|
|
22727
|
+
}
|
|
22728
|
+
function normalizeListDetailTab(value) {
|
|
22729
|
+
return isListDetailTab(value) ? value : "overview";
|
|
22730
|
+
}
|
|
22669
22731
|
var DATA_MODE_OPTIONS2 = [
|
|
22670
22732
|
{ value: "mock", label: "Mock data" },
|
|
22671
22733
|
{ value: "live", label: "Live data" }
|
|
@@ -24193,20 +24255,41 @@ function LeadGenListDetailPage({ listId }) {
|
|
|
24193
24255
|
const leadGenConfig = useLeadGenConfig();
|
|
24194
24256
|
const stageCatalog = leadGenConfig.stageCatalog ?? {};
|
|
24195
24257
|
const rawSearch = useSearch({ strict: false });
|
|
24258
|
+
const activeTab = normalizeListDetailTab(rawSearch.tab);
|
|
24196
24259
|
const memberId = rawSearch.member ?? null;
|
|
24197
24260
|
const memberKind = rawSearch.memberKind ?? null;
|
|
24261
|
+
const updateSearch = useCallback(
|
|
24262
|
+
(patch, options = {}) => {
|
|
24263
|
+
void navigate({
|
|
24264
|
+
to: ".",
|
|
24265
|
+
search: ((current) => {
|
|
24266
|
+
const next = { ...current, ...patch };
|
|
24267
|
+
for (const [key, value] of Object.entries(patch)) {
|
|
24268
|
+
if (value === void 0) {
|
|
24269
|
+
delete next[key];
|
|
24270
|
+
}
|
|
24271
|
+
}
|
|
24272
|
+
return next;
|
|
24273
|
+
}),
|
|
24274
|
+
replace: options.replace
|
|
24275
|
+
});
|
|
24276
|
+
},
|
|
24277
|
+
[navigate]
|
|
24278
|
+
);
|
|
24279
|
+
useEffect(() => {
|
|
24280
|
+
if (rawSearch.tab && !isListDetailTab(rawSearch.tab)) {
|
|
24281
|
+
updateSearch({ tab: "overview" }, { replace: true });
|
|
24282
|
+
}
|
|
24283
|
+
}, [rawSearch.tab, updateSearch]);
|
|
24284
|
+
const handleTabChange = (value) => {
|
|
24285
|
+
if (!isListDetailTab(value) || value === activeTab) return;
|
|
24286
|
+
updateSearch({ tab: value });
|
|
24287
|
+
};
|
|
24198
24288
|
const handleMemberClick = (id, kind) => {
|
|
24199
|
-
|
|
24200
|
-
params.set("member", id);
|
|
24201
|
-
params.set("memberKind", kind);
|
|
24202
|
-
window.history.pushState(null, "", `${window.location.pathname}?${params.toString()}`);
|
|
24289
|
+
updateSearch({ member: id, memberKind: kind });
|
|
24203
24290
|
};
|
|
24204
24291
|
const handleDrawerClose = () => {
|
|
24205
|
-
|
|
24206
|
-
params.delete("member");
|
|
24207
|
-
params.delete("memberKind");
|
|
24208
|
-
const qs = params.toString();
|
|
24209
|
-
window.history.pushState(null, "", qs ? `${window.location.pathname}?${qs}` : window.location.pathname);
|
|
24292
|
+
updateSearch({ member: void 0, memberKind: void 0 });
|
|
24210
24293
|
};
|
|
24211
24294
|
const listQuery = useList(listId);
|
|
24212
24295
|
const progressQuery = useListProgress(listId);
|
|
@@ -24217,7 +24300,6 @@ function LeadGenListDetailPage({ listId }) {
|
|
|
24217
24300
|
const queryClient = useQueryClient();
|
|
24218
24301
|
const { workOSOrganizationId } = useElevasisServices();
|
|
24219
24302
|
const [deleteModalOpen, setDeleteModalOpen] = useState(false);
|
|
24220
|
-
const [activeTab, setActiveTab] = useState("overview");
|
|
24221
24303
|
const [runsResourceFilter, setRunsResourceFilter] = useState(null);
|
|
24222
24304
|
const [optimisticRuns, setOptimisticRuns] = useState([]);
|
|
24223
24305
|
const isLoading = listQuery.isLoading || progressQuery.isLoading || executionsQuery.isLoading;
|
|
@@ -24371,7 +24453,7 @@ function LeadGenListDetailPage({ listId }) {
|
|
|
24371
24453
|
"Lead-gen API actions are disabled until System Interface readiness passes. Read-only list detail can still render when data is available.",
|
|
24372
24454
|
apiDisabledReason ? ` ${apiDisabledReason}` : ""
|
|
24373
24455
|
] }) : null,
|
|
24374
|
-
/* @__PURE__ */ jsx(Paper, { withBorder: true, children: /* @__PURE__ */ jsxs(Tabs, { value: activeTab, onChange:
|
|
24456
|
+
/* @__PURE__ */ jsx(Paper, { withBorder: true, children: /* @__PURE__ */ jsxs(Tabs, { value: activeTab, onChange: handleTabChange, keepMounted: false, children: [
|
|
24375
24457
|
/* @__PURE__ */ jsxs(Tabs.List, { children: [
|
|
24376
24458
|
/* @__PURE__ */ jsx(Tabs.Tab, { value: "overview", leftSection: /* @__PURE__ */ jsx(IconBuilding, { size: 14 }), children: "Overview" }),
|
|
24377
24459
|
/* @__PURE__ */ jsx(Tabs.Tab, { value: "members", leftSection: /* @__PURE__ */ jsx(IconUsers, { size: 14 }), children: "Members" }),
|
|
@@ -24478,7 +24560,7 @@ function ListBuilderIndexPage() {
|
|
|
24478
24560
|
return lists.filter((list) => list.name.toLowerCase().includes(normalized));
|
|
24479
24561
|
}, [lists, query]);
|
|
24480
24562
|
const openList = (listId) => {
|
|
24481
|
-
navigate({ to: "/lead-gen/
|
|
24563
|
+
navigate({ to: "/lead-gen/lists/$listId", params: { listId }, search: { tab: "build" } });
|
|
24482
24564
|
};
|
|
24483
24565
|
return /* @__PURE__ */ jsx(SubshellContentContainer, { children: /* @__PURE__ */ jsx(PageContainer, { children: /* @__PURE__ */ jsxs(Stack, { children: [
|
|
24484
24566
|
/* @__PURE__ */ jsx(PageTitleCaption, { title: "List Builder", caption: "Choose a list to run lead-gen workflows and monitor progress." }),
|
|
@@ -24939,7 +25021,7 @@ function ListBuilderPage({ listId }) {
|
|
|
24939
25021
|
const error = listQuery.error ?? progressQuery.error ?? executionsQuery.error;
|
|
24940
25022
|
const executions = useMemo(() => executionsQuery.data ?? [], [executionsQuery.data]);
|
|
24941
25023
|
const openListDetail = () => {
|
|
24942
|
-
void navigate({ to: "/lead-gen/lists/$listId", params: { listId } });
|
|
25024
|
+
void navigate({ to: "/lead-gen/lists/$listId", params: { listId }, search: { tab: "build" } });
|
|
24943
25025
|
};
|
|
24944
25026
|
const copyListCommand = (id) => {
|
|
24945
25027
|
void navigator.clipboard.writeText(`/acquisition --lead-gen list ${id}`);
|
|
@@ -39688,4 +39770,4 @@ function createUseOrgInitialization(useOrganizations, useApiClient) {
|
|
|
39688
39770
|
};
|
|
39689
39771
|
}
|
|
39690
39772
|
|
|
39691
|
-
export { AbsoluteScheduleForm, AccountSettings, ActionModal, ActivityCard, ActivityFeed, ActivityFeedWidget, ActivityFilters, ActivityLog, ActivityTable, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionPanel, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AgentSessionGroup, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeyService, ApiKeySettings, AppearanceSettings, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CRM_ITEMS, Checklist, CheckpointGroup, CollapsibleJsonSection, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewPage, CompanyDetailPage, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContactDetailPage, ContentSections, ContextUsageBadge, ContractDisplay, ConversationThread, CostAnalytics, CostBreakdownCard, CostByModelTable, CostMetricsCard, CreateApiKeyModal, CreateCredentialModal, CreateDeliveryEntityModal, CreateRoleModal, CreateScheduleModal, CreateWebhookEndpointModal, CredentialList, CredentialService, CredentialSettings, CrmOverview, CrmSettingsPage, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, DEAL_STAGES, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DEFAULT_KANBAN_CONFIG, DELIVERY_COMMUNICATION_ITEMS, DELIVERY_PROJECT_ITEMS, DELIVERY_WORK_ITEMS, Dashboard, DashboardOperationsOverview, DealDetailPage, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentService, DeploymentSettings, DeploymentStatusBadge, EditApiKeyModal, EditCredentialModal, EditWebhookEndpointModal, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorDetailsModal, ExecuteWorkflowModal, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealth, ExecutionHealthCard, ExecutionLogsFilters, ExecutionLogsPage, ExecutionLogsTable, ExecutionPanel, ExecutionStats, ExecutionStatusBadge, FilterBar, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, KanbanBoard, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListBuilderIndexPage, ListBuilderPage, LogEntry, LogGroup, MdxRenderer, MemberAccessModal, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyRolesPage, MyTasksPanel, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NoAccessState, NotificationBell, NotificationCenter, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OAuthIntegrationsCard, ORPHAN_STAGE_ORDER, OperationsOverview, OperationsService, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrgMembersList, OrganizationGraphPage, OrganizationMembershipService, OrganizationMembershipsList, OrganizationSettings, OrganizationSwitcher, OrganizationSwitcherConnected, PIPELINE_FUNNEL_ORDER, PermissionMatrix, PipelineFunnelWidget, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecentExecutionsByResource, RecurringScheduleForm, RelativeScheduleForm, ResourceDefinitionSection, ResourceDetailPage, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, ResourceOverview, ResourcesPage, ResourcesSidebar, RichTextEditor, RoleBadge, RunResourceButton, SAVED_VIEW_PRESETS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionMemory, SessionsPage, SessionsSidebar, SortableHeader, StepConfigForm, SystemOpsView, TabSection, TableSelectionToolbar, TaskCard, TaskScheduler, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UnresolvedErrorsTeaser, UpcomingMilestonesPage, VisualizerContainer, WebhookEndpointList, WebhookEndpointService, WebhookEndpointSettings, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionPanel, WorkflowExecutionTimeline, ZodFormRenderer, acquisitionListKeys, aggregateSystemMetrics, calculateProgress, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations, crmManifest, crmPrioritySettingsKeys, dealKeys, dealNoteKeys, dealTaskKeys, deliveryManifest, deriveBusinessProgress, executionsKeys, filterByDomainFilters, formatDate3 as formatDate, formatDealStageLabel, formatResourceAttribution, formatStatusLabel, getEnrichmentColor, getEnrichmentStatus, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLeadGenApiInterfaceReadiness, getLeadGenExportWorkflowId, getLogLevelConfig, getResourceFilterFacetIds, getStateKeyColor, getStatusColor4 as getStatusColor, getStepActionLabel, iconMap, isLeadGenExportAction, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, mdxComponents, milestoneKeys, milestoneStatusColors, monitoringManifest, noteKeys, noteTypeColors, operationsKeys, operationsManifest, projectActivityKeys, projectKeys, projectStatusColors, requestsKeys, resolveBuildPlanSteps, resolveBuildState, scheduleKeys, sessionsKeys, settingsManifest, showApiErrorNotification, showAuthError, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, sortData, sortStageKeys, taskKeys, taskStatusColors, taskTypeColors, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useClient, useClientStatus, useClients, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateList, useCreateMilestone, useCreateNote, useCreateOrgRole, useCreateProject, useCreateSchedule, useCreateSession, useCreateTask, useCreateWebhookEndpoint, useCredentials, useCrmPipelineSummary, useCrmPrioritySettings, useCrmQuickMetrics, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteClient, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteLists, useDeleteMilestone, useDeleteOrgRole, useDeleteProject, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteTask2, useDeleteWebhookEndpoint, useDeriveActions, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useGraphBackgroundStyles, useGraphTheme, useInFlightExecutions, useLeadGenConfig, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMilestones, useNewKnowledgeMapLayout, useNotificationCount, useNotifications, useOrgRoles, useOrganizationMembers, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, useRecentCrmActivity, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRequest, useRequestsList, useResetCrmPrioritySettings, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useSystemHealth, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateCrmPrioritySettings, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMilestone, useUpdateOrgRole, useUpdateProject, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution };
|
|
39773
|
+
export { AbsoluteScheduleForm, AccountSettings, ActionModal, ActivityCard, ActivityFeed, ActivityFeedWidget, ActivityFilters, ActivityLog, ActivityTable, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionPanel, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AgentSessionGroup, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeyService, ApiKeySettings, AppearanceSettings, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CRM_ITEMS, Checklist, CheckpointGroup, CollapsibleJsonSection, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewPage, CompanyDetailPage, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContactDetailPage, ContentSections, ContextUsageBadge, ContractDisplay, ConversationThread, CostAnalytics, CostBreakdownCard, CostByModelTable, CostMetricsCard, CreateApiKeyModal, CreateCredentialModal, CreateDeliveryEntityModal, CreateRoleModal, CreateScheduleModal, CreateWebhookEndpointModal, CredentialList, CredentialService, CredentialSettings, CrmOverview, CrmSettingsPage, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, DEAL_STAGES, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DEFAULT_KANBAN_CONFIG, DELIVERY_COMMUNICATION_ITEMS, DELIVERY_PROJECT_ITEMS, DELIVERY_WORK_ITEMS, Dashboard, DashboardOperationsOverview, DealDetailPage, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentService, DeploymentSettings, DeploymentStatusBadge, EditApiKeyModal, EditCredentialModal, EditWebhookEndpointModal, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorDetailsModal, ExecuteWorkflowModal, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealth, ExecutionHealthCard, ExecutionLogsFilters, ExecutionLogsPage, ExecutionLogsTable, ExecutionPanel, ExecutionStats, ExecutionStatusBadge, FilterBar, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, KanbanBoard, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListBuilderIndexPage, ListBuilderPage, LogEntry, LogGroup, MdxRenderer, MemberAccessModal, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyRolesPage, MyTasksPanel, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NoAccessState, NotificationBell, NotificationCenter, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OAuthIntegrationsCard, ORPHAN_STAGE_ORDER, OperationsOverview, OperationsService, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrgMembersList, OrganizationGraphPage, OrganizationMembershipService, OrganizationMembershipsList, OrganizationSettings, OrganizationSwitcher, OrganizationSwitcherConnected, PIPELINE_FUNNEL_ORDER, PermissionMatrix, PipelineFunnelWidget, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecentExecutionsByResource, RecurringScheduleForm, RelativeScheduleForm, ResourceDefinitionSection, ResourceDetailPage, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, ResourceOverview, ResourcesPage, ResourcesSidebar, RichTextEditor, RoleBadge, RunResourceButton, SAVED_VIEW_PRESETS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionMemory, SessionsPage, SessionsSidebar, SortableHeader, StepConfigForm, SystemOpsView, TabSection, TableSelectionToolbar, TaskCard, TaskScheduler, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UnresolvedErrorsTeaser, UpcomingMilestonesPage, VisualizerContainer, WebhookEndpointList, WebhookEndpointService, WebhookEndpointSettings, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionPanel, WorkflowExecutionTimeline, ZodFormRenderer, acquisitionListKeys, aggregateSystemMetrics, calculateProgress, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations, crmManifest, crmPrioritySettingsKeys, dealKeys, dealNoteKeys, dealTaskKeys, deliveryManifest, deriveBusinessProgress, executionsKeys, filterByDomainFilters, formatDate3 as formatDate, formatDealStageLabel, formatResourceAttribution, formatStatusLabel, getEnrichmentColor, getEnrichmentStatus, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLeadGenApiInterfaceReadiness, getLeadGenExportWorkflowId, getLogLevelConfig, getResourceFilterFacetIds, getStateKeyColor, getStatusColor4 as getStatusColor, getStepActionLabel, iconMap, isLeadGenExportAction, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, mdxComponents, milestoneKeys, milestoneStatusColors, monitoringManifest, noteKeys, noteTypeColors, operationsKeys, operationsManifest, projectActivityKeys, projectKeys, projectStatusColors, requestsKeys, resolveBuildPlanSteps, resolveBuildState, scheduleKeys, sessionsKeys, settingsManifest, showApiErrorNotification, showAuthError, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, sortData, sortStageKeys, taskKeys, taskStatusColors, taskTypeColors, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useClient, useClientStatus, useClients, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateList, useCreateMilestone, useCreateNote, useCreateOrgRole, useCreateProject, useCreateSchedule, useCreateSession, useCreateTask, useCreateWebhookEndpoint, useCredentials, useCrmPipelineSummary, useCrmPrioritySettings, useCrmQuickMetrics, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteClient, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteLists, useDeleteMilestone, useDeleteOrgRole, useDeleteProject, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteTask2, useDeleteWebhookEndpoint, useDeriveActions, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useGraphBackgroundStyles, useGraphTheme, useInFlightExecutions, useLeadGenConfig, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMilestones, useNewKnowledgeMapLayout, useNotificationCount, useNotifications, useOrgRoles, useOrganizationMembers, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, useRecentCrmActivity, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRequest, useRequestsList, useResetCrmPrioritySettings, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSubmitRequest, useSuccessNotification, useSystemHealth, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateCrmPrioritySettings, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMilestone, useUpdateOrgRole, useUpdateProject, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useAccess } from './chunk-
|
|
1
|
+
import { useAccess } from './chunk-56O7QQE7.js';
|
|
2
2
|
import { useInitialization } from './chunk-6DO4PE3O.js';
|
|
3
3
|
import { useAuthContext } from './chunk-BRJ3QZ4E.js';
|
|
4
4
|
import { useRef, useCallback, useEffect } from 'react';
|
|
@@ -212,4 +212,4 @@ function useAppearance() {
|
|
|
212
212
|
return ctx;
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
export { AppearanceProvider, SubshellContainer, SubshellContentContainer, SubshellRightSideContainer, SubshellSidebar, useAppearance };
|
|
215
|
+
export { AppearanceContext, AppearanceProvider, SubshellContainer, SubshellContentContainer, SubshellRightSideContainer, SubshellSidebar, useAppearance };
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { SubshellNavItem } from './chunk-X4WBGKJQ.js';
|
|
2
|
-
import { useAppearance } from './chunk-
|
|
2
|
+
import { useAppearance } from './chunk-L7GXUSCV.js';
|
|
3
3
|
import { NavigationButton } from './chunk-NYBEU5TE.js';
|
|
4
4
|
import { sidebarItemGap, sidebarSubLinkPaddingY, sidebarSubLinkPaddingX, sidebarSubLinkIndent, sidebarHoverDelay, sidebarTransitionDuration, sidebarCollapsedWidth, sidebarWidth, topbarHeight, sidebarToggleIconSize, sidebarSectionPadding, sidebarGroupChevronSize, sidebarIconInnerSize } from './chunk-DT3QYZVU.js';
|
|
5
5
|
import { useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
6
|
+
import { useElevasisSystems } from './chunk-FIMGOWOT.js';
|
|
6
7
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
7
8
|
import { Collapse, HoverCard, Stack, Group, Text, UnstyledButton, Tooltip, ScrollArea, Menu, Avatar, Container, Title, Button, Box, Center, useMantineColorScheme, Switch, Code } from '@mantine/core';
|
|
8
9
|
import { IconLayoutSidebarLeftExpand, IconLayoutSidebarLeftCollapse, IconUser, IconLogout, IconAlertCircle, IconChevronDown, IconChevronRight, IconMoonStars, IconSun } from '@tabler/icons-react';
|
|
9
|
-
import { createContext, memo, useEffect, useRef, createElement, useContext, useLayoutEffect, useState } from 'react';
|
|
10
|
+
import { createContext, memo, useEffect, useRef, createElement, useContext, useLayoutEffect, useState, Fragment as Fragment$1 } from 'react';
|
|
10
11
|
|
|
11
12
|
var randRange = (min, max) => min + Math.random() * (max - min);
|
|
12
13
|
var FLUX_SPARKS = Array.from({ length: 30 }, () => {
|
|
@@ -1230,5 +1231,10 @@ var Topbar = ({ version, leftContent, children }) => {
|
|
|
1230
1231
|
] })
|
|
1231
1232
|
] });
|
|
1232
1233
|
};
|
|
1234
|
+
function TopbarActions({ isPlatformAdmin, isDev }) {
|
|
1235
|
+
const { getTopbarActions } = useElevasisSystems();
|
|
1236
|
+
const actions = getTopbarActions({ isPlatformAdmin, isDev });
|
|
1237
|
+
return /* @__PURE__ */ jsx(Fragment, { children: actions.map(({ node, render }) => /* @__PURE__ */ jsx(Fragment$1, { children: render({ node }) }, node.id)) });
|
|
1238
|
+
}
|
|
1233
1239
|
|
|
1234
|
-
export { AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, CyberParticles, LinksGroup, PageContainer, Sidebar, SidebarContext, SidebarProvider, SubshellLoader, SubshellNavList, SubshellSidebarLoader, Topbar, TopbarContainer, Vignette, subsidebarWidth, useSidebar, useSidebarCollapse };
|
|
1240
|
+
export { AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, CyberParticles, LinksGroup, PageContainer, Sidebar, SidebarContext, SidebarProvider, SubshellLoader, SubshellNavList, SubshellSidebarLoader, Topbar, TopbarActions, TopbarContainer, Vignette, subsidebarWidth, useSidebar, useSidebarCollapse };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { buildOrganizationGraph, projectOrganizationSurfaces, SemanticIcon, getSortedSidebarEntries } from './chunk-
|
|
1
|
+
import { buildOrganizationGraph, projectOrganizationSurfaces, SemanticIcon, getSortedSidebarEntries } from './chunk-FIMGOWOT.js';
|
|
2
2
|
import { compileOrganizationOntology, parseOntologyId, getSystem, resolveSystemConfig } from './chunk-RH5VWWSC.js';
|
|
3
3
|
import { useMemo, useState, useRef, useEffect } from 'react';
|
|
4
4
|
import { useTree, Text, Tree, UnstyledButton, Group, TextInput } from '@mantine/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
2
|
-
import { useOptionalElevasisSystems } from './chunk-
|
|
2
|
+
import { useOptionalElevasisSystems } from './chunk-FIMGOWOT.js';
|
|
3
3
|
import { useMemo } from 'react';
|
|
4
4
|
|
|
5
5
|
var useBreadcrumbs = (options = {}) => {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { FeatureUnavailableState } from './chunk-CTJBPF3Z.js';
|
|
2
|
-
import { SubshellContainer, SubshellSidebar, SubshellRightSideContainer } from './chunk-
|
|
2
|
+
import { SubshellContainer, SubshellSidebar, SubshellRightSideContainer } from './chunk-L7GXUSCV.js';
|
|
3
3
|
import { ApiClientProvider, useApiClient } from './chunk-TE4P6OSJ.js';
|
|
4
4
|
import { useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
5
5
|
import { getErrorInfo, getErrorTitle, formatErrorMessage } from './chunk-RXH4D6TY.js';
|
|
6
|
-
import { useElevasisSystems } from './chunk-J3FLIZY4.js';
|
|
7
6
|
import { InitializationProvider } from './chunk-6DO4PE3O.js';
|
|
7
|
+
import { useElevasisSystems } from './chunk-FIMGOWOT.js';
|
|
8
8
|
import { OrganizationContext, useOrganization } from './chunk-DD3CCMCZ.js';
|
|
9
9
|
import { useProfile, ProfileProvider } from './chunk-W2SFTXMT.js';
|
|
10
10
|
import { ElevasisServiceProvider } from './chunk-2FTX4WO2.js';
|
package/dist/components/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export { AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CompanyDetailPage, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContactDetailPage, ContentSections, ContextUsageBadge, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CreateApiKeyModal, CreateCredentialModal, CreateRoleModal, CreateScheduleModal, CredentialList, CredentialSettings, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDetailPage, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, EditApiKeyModal, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FilterBar, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, KanbanBoard, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, LogEntry, LogGroup, MdxRenderer, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NoAccessState, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipsList, PIPELINE_FUNNEL_ORDER, PermissionMatrix, PipelineFunnelWidget, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, RoleBadge, RunResourceButton, SAVED_VIEW_PRESETS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StepConfigForm, TabSection, TableSelectionToolbar, TaskCard, TaskScheduler, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UpcomingMilestonesPage, VisualizerContainer, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, ZodFormRenderer, calculateProgress, crmManifest, deliveryManifest, formatStatusLabel, getEnrichmentColor, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, getStatusColor, iconMap, leadGenManifest, mdxComponents, milestoneStatusColors, monitoringManifest, noteTypeColors, operationsManifest, projectStatusColors, settingsManifest, showApiErrorNotification, showAuthError, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, taskStatusColors, taskTypeColors, useCrmPipelineSummary, useCrmQuickMetrics, useDeleteLists, useGraphBackgroundStyles, useGraphTheme, useNewKnowledgeMapLayout, useRecentCrmActivity } from '../chunk-
|
|
1
|
+
export { AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CompanyDetailPage, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContactDetailPage, ContentSections, ContextUsageBadge, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CreateApiKeyModal, CreateCredentialModal, CreateRoleModal, CreateScheduleModal, CredentialList, CredentialSettings, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDetailPage, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, EditApiKeyModal, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FilterBar, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, KanbanBoard, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, LogEntry, LogGroup, MdxRenderer, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NoAccessState, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipsList, PIPELINE_FUNNEL_ORDER, PermissionMatrix, PipelineFunnelWidget, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, RoleBadge, RunResourceButton, SAVED_VIEW_PRESETS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StepConfigForm, TabSection, TableSelectionToolbar, TaskCard, TaskScheduler, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UpcomingMilestonesPage, VisualizerContainer, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, ZodFormRenderer, calculateProgress, crmManifest, deliveryManifest, formatStatusLabel, getEnrichmentColor, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, getStatusColor, iconMap, leadGenManifest, mdxComponents, milestoneStatusColors, monitoringManifest, noteTypeColors, operationsManifest, projectStatusColors, settingsManifest, showApiErrorNotification, showAuthError, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, taskStatusColors, taskTypeColors, useCrmPipelineSummary, useCrmQuickMetrics, useDeleteLists, useGraphBackgroundStyles, useGraphTheme, useNewKnowledgeMapLayout, useRecentCrmActivity } from '../chunk-JAN2ZXN5.js';
|
|
2
2
|
import '../chunk-B2DZLPDL.js';
|
|
3
|
-
export { AppErrorBoundary, CrashErrorFallback, ErrorReportCard, buildErrorReport } from '../chunk-
|
|
3
|
+
export { AppErrorBoundary, CrashErrorFallback, ErrorReportCard, buildErrorReport } from '../chunk-66U7JOWV.js';
|
|
4
4
|
import '../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../chunk-6M6OLGQY.js';
|
|
6
6
|
import '../chunk-BRXELOHC.js';
|
|
7
|
-
import '../chunk-
|
|
7
|
+
import '../chunk-VAAU2Z3S.js';
|
|
8
8
|
import '../chunk-CXY7FMUM.js';
|
|
9
9
|
import '../chunk-4DRI3G36.js';
|
|
10
10
|
import '../chunk-SJHM4WDG.js';
|
|
11
11
|
import '../chunk-ZTWA5H77.js';
|
|
12
12
|
import '../chunk-5EYJ2GIN.js';
|
|
13
|
-
import '../chunk-
|
|
13
|
+
import '../chunk-QVQMOQXB.js';
|
|
14
14
|
import '../chunk-CLDCYJQT.js';
|
|
15
15
|
export { SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, seoManifest } from '../chunk-TYRUKGGD.js';
|
|
16
16
|
import '../chunk-X4WBGKJQ.js';
|
|
@@ -18,16 +18,16 @@ import '../chunk-IIMU5YAJ.js';
|
|
|
18
18
|
export { Graph_module_css_default as graphStyles } from '../chunk-HENXLGVD.js';
|
|
19
19
|
export { CONTAINER_CONSTANTS, SHARED_VIZ_CONSTANTS } from '../chunk-7FPLLSHN.js';
|
|
20
20
|
import '../chunk-RNP5R5I3.js';
|
|
21
|
-
import '../chunk-
|
|
21
|
+
import '../chunk-A2XN6PR2.js';
|
|
22
22
|
import '../chunk-5JYKCULK.js';
|
|
23
23
|
import '../chunk-6D4LCJ52.js';
|
|
24
24
|
import '../chunk-WF7CONXF.js';
|
|
25
25
|
import '../chunk-WLOQ4IBG.js';
|
|
26
|
-
import '../chunk-
|
|
26
|
+
import '../chunk-YPWN2WQ3.js';
|
|
27
27
|
export { APIErrorAlert, ActivityTimeline, CenteredErrorState, CollapsibleSection, ContextViewer, CustomSelector, DetailCardSkeleton, ElevasisLoader, EmptyState, FeatureUnavailableState, GlowDot, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, TabCountBadge, TimeRangeSelector, TrendIndicator } from '../chunk-CTJBPF3Z.js';
|
|
28
28
|
export { StyledMarkdown } from '../chunk-3KMDHCAR.js';
|
|
29
29
|
export { CardHeader } from '../chunk-S3XR4II4.js';
|
|
30
|
-
import '../chunk-
|
|
30
|
+
import '../chunk-L7GXUSCV.js';
|
|
31
31
|
export { NavigationButton } from '../chunk-NYBEU5TE.js';
|
|
32
32
|
import '../chunk-TE4P6OSJ.js';
|
|
33
33
|
import '../chunk-DT3QYZVU.js';
|
|
@@ -35,11 +35,10 @@ import '../chunk-2IFYDILW.js';
|
|
|
35
35
|
import '../chunk-Q7DJKLEN.js';
|
|
36
36
|
import '../chunk-RXH4D6TY.js';
|
|
37
37
|
import '../chunk-KRWALB24.js';
|
|
38
|
-
import '../chunk-
|
|
39
|
-
import '../chunk-
|
|
40
|
-
import '../chunk-J3FLIZY4.js';
|
|
38
|
+
import '../chunk-JHVEA5NE.js';
|
|
39
|
+
import '../chunk-56O7QQE7.js';
|
|
41
40
|
import '../chunk-6DO4PE3O.js';
|
|
42
|
-
import '../chunk-
|
|
41
|
+
import '../chunk-FIMGOWOT.js';
|
|
43
42
|
import '../chunk-DD3CCMCZ.js';
|
|
44
43
|
import '../chunk-W2SFTXMT.js';
|
|
45
44
|
import '../chunk-6ROXVZ3L.js';
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
export { useBreadcrumbs } from '../../chunk-
|
|
1
|
+
export { useBreadcrumbs } from '../../chunk-VAAU2Z3S.js';
|
|
2
2
|
import '../../chunk-Q7DJKLEN.js';
|
|
3
|
-
import '../../chunk-
|
|
4
|
-
import '../../chunk-K7GKKETO.js';
|
|
3
|
+
import '../../chunk-FIMGOWOT.js';
|
|
5
4
|
import '../../chunk-RH5VWWSC.js';
|
|
6
5
|
import '../../chunk-I2KLQ2HA.js';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import '../../chunk-
|
|
1
|
+
import '../../chunk-JAN2ZXN5.js';
|
|
2
2
|
import '../../chunk-B2DZLPDL.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-66U7JOWV.js';
|
|
4
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../../chunk-6M6OLGQY.js';
|
|
6
6
|
import '../../chunk-BRXELOHC.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-VAAU2Z3S.js';
|
|
8
8
|
import '../../chunk-CXY7FMUM.js';
|
|
9
9
|
import '../../chunk-4DRI3G36.js';
|
|
10
10
|
import '../../chunk-SJHM4WDG.js';
|
|
11
11
|
import '../../chunk-ZTWA5H77.js';
|
|
12
12
|
import '../../chunk-5EYJ2GIN.js';
|
|
13
|
-
import { AppShellError } from '../../chunk-
|
|
13
|
+
import { AppShellError } from '../../chunk-QVQMOQXB.js';
|
|
14
14
|
import '../../chunk-CLDCYJQT.js';
|
|
15
15
|
import '../../chunk-TYRUKGGD.js';
|
|
16
16
|
import '../../chunk-X4WBGKJQ.js';
|
|
@@ -18,16 +18,16 @@ import '../../chunk-IIMU5YAJ.js';
|
|
|
18
18
|
import '../../chunk-HENXLGVD.js';
|
|
19
19
|
import '../../chunk-7FPLLSHN.js';
|
|
20
20
|
import '../../chunk-RNP5R5I3.js';
|
|
21
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-A2XN6PR2.js';
|
|
22
22
|
import '../../chunk-5JYKCULK.js';
|
|
23
23
|
import '../../chunk-6D4LCJ52.js';
|
|
24
24
|
import '../../chunk-WF7CONXF.js';
|
|
25
25
|
import '../../chunk-WLOQ4IBG.js';
|
|
26
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-YPWN2WQ3.js';
|
|
27
27
|
import '../../chunk-CTJBPF3Z.js';
|
|
28
28
|
import '../../chunk-3KMDHCAR.js';
|
|
29
29
|
import '../../chunk-S3XR4II4.js';
|
|
30
|
-
import { useAppearance } from '../../chunk-
|
|
30
|
+
import { AppearanceContext, useAppearance } from '../../chunk-L7GXUSCV.js';
|
|
31
31
|
import '../../chunk-NYBEU5TE.js';
|
|
32
32
|
import '../../chunk-TE4P6OSJ.js';
|
|
33
33
|
import '../../chunk-DT3QYZVU.js';
|
|
@@ -35,12 +35,11 @@ import '../../chunk-2IFYDILW.js';
|
|
|
35
35
|
import '../../chunk-Q7DJKLEN.js';
|
|
36
36
|
import '../../chunk-RXH4D6TY.js';
|
|
37
37
|
import '../../chunk-KRWALB24.js';
|
|
38
|
-
import { ProtectedRoute } from '../../chunk-
|
|
39
|
-
export { AccessGuard } from '../../chunk-
|
|
40
|
-
import '../../chunk-
|
|
41
|
-
import '../../chunk-J3FLIZY4.js';
|
|
38
|
+
import { ProtectedRoute } from '../../chunk-JHVEA5NE.js';
|
|
39
|
+
export { AccessGuard } from '../../chunk-JHVEA5NE.js';
|
|
40
|
+
import '../../chunk-56O7QQE7.js';
|
|
42
41
|
import { useInitialization } from '../../chunk-6DO4PE3O.js';
|
|
43
|
-
import '../../chunk-
|
|
42
|
+
import '../../chunk-FIMGOWOT.js';
|
|
44
43
|
import '../../chunk-DD3CCMCZ.js';
|
|
45
44
|
export { useUserProfile } from '../../chunk-W2SFTXMT.js';
|
|
46
45
|
import '../../chunk-6ROXVZ3L.js';
|
|
@@ -50,9 +49,8 @@ import '../../chunk-MQZE7SUI.js';
|
|
|
50
49
|
import '../../chunk-TVTSASST.js';
|
|
51
50
|
import '../../chunk-BRJ3QZ4E.js';
|
|
52
51
|
import '../../chunk-I2KLQ2HA.js';
|
|
53
|
-
import { useState, useRef, useEffect, useCallback } from 'react';
|
|
52
|
+
import { useContext, useState, useRef, useEffect, useCallback } from 'react';
|
|
54
53
|
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
55
|
-
import { Loader } from '@mantine/core';
|
|
56
54
|
|
|
57
55
|
function FullScreenLoader({ hiding, onHidden }) {
|
|
58
56
|
const { background, loader } = useAppearance();
|
|
@@ -129,8 +127,8 @@ function AuthRedirectLoadingScreen({
|
|
|
129
127
|
loader: loaderOverride,
|
|
130
128
|
testId = "auth-redirect-loading"
|
|
131
129
|
}) {
|
|
132
|
-
const
|
|
133
|
-
return /* @__PURE__ */
|
|
130
|
+
const appearance = useContext(AppearanceContext);
|
|
131
|
+
return /* @__PURE__ */ jsxs(
|
|
134
132
|
"div",
|
|
135
133
|
{
|
|
136
134
|
"data-testid": testId,
|
|
@@ -141,7 +139,24 @@ function AuthRedirectLoadingScreen({
|
|
|
141
139
|
justifyContent: "center",
|
|
142
140
|
backgroundColor
|
|
143
141
|
},
|
|
144
|
-
children:
|
|
142
|
+
children: [
|
|
143
|
+
loaderOverride ?? appearance?.loader ?? /* @__PURE__ */ jsx(
|
|
144
|
+
"div",
|
|
145
|
+
{
|
|
146
|
+
"aria-label": "Loading",
|
|
147
|
+
role: "status",
|
|
148
|
+
style: {
|
|
149
|
+
width: 32,
|
|
150
|
+
height: 32,
|
|
151
|
+
border: "3px solid #d1d5db",
|
|
152
|
+
borderTopColor: "#6b7280",
|
|
153
|
+
borderRadius: "50%",
|
|
154
|
+
animation: "elevasis-auth-redirect-spin 0.8s linear infinite"
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
),
|
|
158
|
+
/* @__PURE__ */ jsx("style", { children: "@keyframes elevasis-auth-redirect-spin { to { transform: rotate(360deg); } }" })
|
|
159
|
+
]
|
|
145
160
|
}
|
|
146
161
|
);
|
|
147
162
|
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { useClientStatus, useCreateClient, CustomModal, useUpdateClient, useDeleteClient, usePaginationState, useClients, FilterBar, useClient, showApiErrorNotification } from '../../chunk-
|
|
1
|
+
import { useClientStatus, useCreateClient, CustomModal, useUpdateClient, useDeleteClient, usePaginationState, useClients, FilterBar, useClient, showApiErrorNotification } from '../../chunk-JAN2ZXN5.js';
|
|
2
2
|
import '../../chunk-B2DZLPDL.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-66U7JOWV.js';
|
|
4
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../../chunk-6M6OLGQY.js';
|
|
6
6
|
import '../../chunk-BRXELOHC.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-VAAU2Z3S.js';
|
|
8
8
|
import '../../chunk-CXY7FMUM.js';
|
|
9
9
|
import '../../chunk-4DRI3G36.js';
|
|
10
10
|
import '../../chunk-SJHM4WDG.js';
|
|
11
11
|
import '../../chunk-ZTWA5H77.js';
|
|
12
12
|
import '../../chunk-5EYJ2GIN.js';
|
|
13
|
-
import { PageContainer } from '../../chunk-
|
|
13
|
+
import { PageContainer } from '../../chunk-QVQMOQXB.js';
|
|
14
14
|
import '../../chunk-CLDCYJQT.js';
|
|
15
15
|
import '../../chunk-TYRUKGGD.js';
|
|
16
16
|
import '../../chunk-X4WBGKJQ.js';
|
|
@@ -18,16 +18,16 @@ import '../../chunk-IIMU5YAJ.js';
|
|
|
18
18
|
import '../../chunk-HENXLGVD.js';
|
|
19
19
|
import '../../chunk-7FPLLSHN.js';
|
|
20
20
|
import '../../chunk-RNP5R5I3.js';
|
|
21
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-A2XN6PR2.js';
|
|
22
22
|
import '../../chunk-5JYKCULK.js';
|
|
23
23
|
import '../../chunk-6D4LCJ52.js';
|
|
24
24
|
import '../../chunk-WF7CONXF.js';
|
|
25
25
|
import '../../chunk-WLOQ4IBG.js';
|
|
26
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-YPWN2WQ3.js';
|
|
27
27
|
import { StatCard, EmptyState, PageTitleCaption, CenteredErrorState } from '../../chunk-CTJBPF3Z.js';
|
|
28
28
|
import '../../chunk-3KMDHCAR.js';
|
|
29
29
|
import { CardHeader } from '../../chunk-S3XR4II4.js';
|
|
30
|
-
import { SubshellContentContainer } from '../../chunk-
|
|
30
|
+
import { SubshellContentContainer } from '../../chunk-L7GXUSCV.js';
|
|
31
31
|
import '../../chunk-NYBEU5TE.js';
|
|
32
32
|
import '../../chunk-TE4P6OSJ.js';
|
|
33
33
|
import '../../chunk-DT3QYZVU.js';
|
|
@@ -35,11 +35,10 @@ import '../../chunk-2IFYDILW.js';
|
|
|
35
35
|
import '../../chunk-Q7DJKLEN.js';
|
|
36
36
|
import { PAGE_SIZE_DEFAULT, formatTimeAgo } from '../../chunk-RXH4D6TY.js';
|
|
37
37
|
import '../../chunk-KRWALB24.js';
|
|
38
|
-
import '../../chunk-
|
|
39
|
-
import '../../chunk-
|
|
40
|
-
import '../../chunk-J3FLIZY4.js';
|
|
38
|
+
import '../../chunk-JHVEA5NE.js';
|
|
39
|
+
import '../../chunk-56O7QQE7.js';
|
|
41
40
|
import '../../chunk-6DO4PE3O.js';
|
|
42
|
-
import '../../chunk-
|
|
41
|
+
import '../../chunk-FIMGOWOT.js';
|
|
43
42
|
import '../../chunk-DD3CCMCZ.js';
|
|
44
43
|
import '../../chunk-W2SFTXMT.js';
|
|
45
44
|
import '../../chunk-6ROXVZ3L.js';
|