@elevasis/ui 2.18.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 +3 -2
- package/dist/app/index.js +6 -5
- package/dist/auth/context.js +1 -0
- package/dist/auth/index.js +1 -0
- package/dist/charts/index.js +4 -3
- package/dist/{chunk-LT33DSMO.js → chunk-2CFOFSSG.js} +4 -4
- package/dist/chunk-3JCMO7SD.js +14 -0
- package/dist/chunk-7XKCG5CT.js +125 -0
- package/dist/{chunk-SQPM2QDH.js → chunk-BHR7IV72.js} +3 -2
- package/dist/{chunk-DDZMBNTY.js → chunk-CTTY6FUT.js} +2 -2
- package/dist/chunk-DRQPEMJI.js +42 -0
- package/dist/{chunk-EY322HXF.js → chunk-FMFX4K6E.js} +19 -6
- package/dist/{chunk-UA36WILN.js → chunk-GP3AFJYG.js} +145 -211
- package/dist/{chunk-P6TC4K7I.js → chunk-GTYUP7MB.js} +4 -4
- package/dist/chunk-HJ4CJIWN.js +38 -0
- package/dist/chunk-I2KLQ2HA.js +19 -0
- package/dist/{chunk-B6FIIEFO.js → chunk-JR5WNTLA.js} +128 -117
- package/dist/{chunk-A2AZY5SF.js → chunk-LR5CRY5A.js} +1 -1
- package/dist/{chunk-GRGRBWIO.js → chunk-M7W7CGPL.js} +1 -1
- package/dist/{chunk-SS2UVUSG.js → chunk-MZFJWCPH.js} +73 -121
- package/dist/{chunk-P3TFNFZS.js → chunk-OUYH2SBS.js} +3 -3
- package/dist/{chunk-66VY5EMV.js → chunk-PJVG3ISO.js} +5 -5
- package/dist/{chunk-I3LQGLUC.js → chunk-Q4QJOSVS.js} +1 -1
- package/dist/{chunk-R73EHHPN.js → chunk-Q5HC6ENG.js} +18 -2
- package/dist/{chunk-VDM6DQES.js → chunk-R7OJCNL3.js} +1 -1
- package/dist/{chunk-6RWMRQN5.js → chunk-TIIPYB2Z.js} +1 -1
- package/dist/{chunk-34NQLV2W.js → chunk-TO7QXDBX.js} +3 -3
- package/dist/{chunk-WP3IYOVJ.js → chunk-YP6T426C.js} +107 -56
- package/dist/{chunk-FM6LSZ45.js → chunk-ZE2KQSHL.js} +4 -4
- package/dist/components/chat/index.js +1 -0
- package/dist/components/index.d.ts +218 -2808
- package/dist/components/index.js +26 -25
- 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.d.ts +54 -53
- package/dist/features/crm/index.js +12 -11
- package/dist/features/dashboard/index.js +13 -12
- package/dist/features/delivery/index.d.ts +2642 -2605
- package/dist/features/delivery/index.js +12 -11
- package/dist/features/lead-gen/index.js +12 -22
- package/dist/features/monitoring/index.js +14 -13
- package/dist/features/monitoring/requests/index.d.ts +38 -27
- package/dist/features/monitoring/requests/index.js +213 -106
- package/dist/features/operations/index.d.ts +8 -26
- package/dist/features/operations/index.js +16 -15
- package/dist/features/seo/index.js +1 -0
- package/dist/features/settings/index.d.ts +36 -37
- package/dist/features/settings/index.js +13 -12
- package/dist/graph/index.js +1 -0
- package/dist/hooks/delivery/index.d.ts +2712 -2699
- package/dist/hooks/delivery/index.js +3 -2
- package/dist/hooks/index.d.ts +1674 -4617
- package/dist/hooks/index.js +11 -10
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.js +1 -0
- package/dist/hooks/published.d.ts +1674 -4617
- package/dist/hooks/published.js +11 -10
- package/dist/index.d.ts +773 -3635
- package/dist/index.js +12 -11
- package/dist/initialization/index.js +1 -0
- package/dist/layout/index.d.ts +14 -2
- package/dist/layout/index.js +2 -1
- 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.d.ts +320 -249
- package/dist/provider/index.js +9 -8
- package/dist/provider/published.d.ts +320 -249
- package/dist/provider/published.js +6 -5
- package/dist/router/context.js +1 -0
- package/dist/router/index.js +1 -0
- package/dist/sse/index.d.ts +1 -6
- 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 +3 -2
- package/dist/typeform/index.js +1 -0
- package/dist/typeform/schemas.js +1 -0
- package/dist/types/index.d.ts +1604 -2489
- package/dist/utils/index.d.ts +32 -1
- package/dist/utils/index.js +2 -1
- package/dist/zustand/index.d.ts +4 -8
- package/dist/zustand/index.js +2 -0
- package/package.json +33 -5
- package/src/test-utils/README.md +5 -0
- package/dist/chunk-ADSSLKKP.js +0 -10
- /package/dist/{chunk-GCBWGGI6.js → chunk-OD7GWIZS.js} +0 -0
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
|
-
import '../chunk-
|
|
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
|
-
import '../chunk-
|
|
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';
|
|
@@ -26,30 +26,30 @@ import { FilterBar } from '../chunk-PDHTXPSF.js';
|
|
|
26
26
|
export { FilterBar } from '../chunk-PDHTXPSF.js';
|
|
27
27
|
import { CustomModal } from '../chunk-GBMNCNHX.js';
|
|
28
28
|
export { ConfirmationInputModal, ConfirmationModal, CustomModal } from '../chunk-GBMNCNHX.js';
|
|
29
|
-
import '../chunk-
|
|
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
|
-
import { showErrorNotification, showSuccessNotification, showApiErrorNotification } from '../chunk-
|
|
36
|
-
export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-
|
|
35
|
+
import { showErrorNotification, showSuccessNotification, showApiErrorNotification } from '../chunk-M7W7CGPL.js';
|
|
36
|
+
export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-M7W7CGPL.js';
|
|
37
37
|
import { Graph_module_css_default, useDirectedChainHighlighting, useNodeSelection, GRAPH_CONSTANTS } from '../chunk-22UVE3RA.js';
|
|
38
38
|
export { Graph_module_css_default as graphStyles } from '../chunk-22UVE3RA.js';
|
|
39
39
|
import '../chunk-3ZMAGTWF.js';
|
|
40
|
-
import '../chunk-
|
|
41
|
-
import '../chunk-
|
|
42
|
-
import '../chunk-
|
|
40
|
+
import '../chunk-Q4QJOSVS.js';
|
|
41
|
+
import '../chunk-TO7QXDBX.js';
|
|
42
|
+
import '../chunk-Q5HC6ENG.js';
|
|
43
43
|
import '../chunk-WLOQ4IBG.js';
|
|
44
|
-
import '../chunk-
|
|
45
|
-
import '../chunk-
|
|
44
|
+
import '../chunk-LR5CRY5A.js';
|
|
45
|
+
import '../chunk-OUYH2SBS.js';
|
|
46
46
|
import { SubshellContentContainer } from '../chunk-RX4UWZZR.js';
|
|
47
|
-
import { ListSkeleton, EmptyState, PageTitleCaption, StatCard, CenteredErrorState, CardHeader, ActivityTimeline } from '../chunk-
|
|
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-
|
|
47
|
+
import { ListSkeleton, EmptyState, PageTitleCaption, StatCard, CenteredErrorState, CardHeader, ActivityTimeline } from '../chunk-BHR7IV72.js';
|
|
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';
|
|
49
49
|
export { ElevasisLoader } from '../chunk-SZHARWKU.js';
|
|
50
50
|
export { StyledMarkdown } from '../chunk-3KMDHCAR.js';
|
|
51
51
|
export { NavigationButton } from '../chunk-NYBEU5TE.js';
|
|
52
|
-
import '../chunk-
|
|
52
|
+
import '../chunk-R7OJCNL3.js';
|
|
53
53
|
import '../chunk-2IFYDILW.js';
|
|
54
54
|
import { useRouterContext } from '../chunk-Q7DJKLEN.js';
|
|
55
55
|
import '../chunk-7YQKVWSD.js';
|
|
@@ -58,7 +58,7 @@ import { useAppearance } from '../chunk-QJ2KCHKX.js';
|
|
|
58
58
|
import '../chunk-HQ7M6PBW.js';
|
|
59
59
|
import '../chunk-DT3QYZVU.js';
|
|
60
60
|
import '../chunk-RNP5R5I3.js';
|
|
61
|
-
import { getResourceIcon, getResourceColor, formatDateTime, PAGE_SIZE_DEFAULT, formatTimeAgo } from '../chunk-
|
|
61
|
+
import { getResourceIcon, getResourceColor, formatDateTime, PAGE_SIZE_DEFAULT, formatTimeAgo } from '../chunk-OD7GWIZS.js';
|
|
62
62
|
import '../chunk-KRWALB24.js';
|
|
63
63
|
import '../chunk-SLH2QLKV.js';
|
|
64
64
|
import { useInitialization } from '../chunk-DK2HVHCY.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';
|
|
@@ -2722,6 +2722,60 @@ interface DealListItem extends AcqDealRow {
|
|
|
2722
2722
|
}
|
|
2723
2723
|
type DealDetail = DealListItem;
|
|
2724
2724
|
|
|
2725
|
+
/**
|
|
2726
|
+
* CRM Overview API Schemas
|
|
2727
|
+
*
|
|
2728
|
+
* Request/response validation for /api/crm surface.
|
|
2729
|
+
* Covers recent activity feeds sourced from acq_deal_notes and deal
|
|
2730
|
+
* activity_log entries.
|
|
2731
|
+
*
|
|
2732
|
+
* The CrmActivityEntry discriminated union mirrors the CrmActivityEntry
|
|
2733
|
+
* interface defined in:
|
|
2734
|
+
* packages/ui/src/features/acquisition/overview/hooks/useRecentCrmActivity.ts
|
|
2735
|
+
*/
|
|
2736
|
+
declare const CrmActivityKindSchema: z.ZodEnum<{
|
|
2737
|
+
note: "note";
|
|
2738
|
+
stage_change: "stage_change";
|
|
2739
|
+
deal_created: "deal_created";
|
|
2740
|
+
}>;
|
|
2741
|
+
/**
|
|
2742
|
+
* A single CRM activity entry (note, stage change, or deal creation).
|
|
2743
|
+
* Matches the CrmActivityEntry interface from useRecentCrmActivity.ts.
|
|
2744
|
+
*/
|
|
2745
|
+
declare const RecentActivityEntrySchema: z.ZodObject<{
|
|
2746
|
+
id: z.ZodString;
|
|
2747
|
+
kind: z.ZodEnum<{
|
|
2748
|
+
note: "note";
|
|
2749
|
+
stage_change: "stage_change";
|
|
2750
|
+
deal_created: "deal_created";
|
|
2751
|
+
}>;
|
|
2752
|
+
dealId: z.ZodString;
|
|
2753
|
+
occurredAt: z.ZodString;
|
|
2754
|
+
description: z.ZodString;
|
|
2755
|
+
contactName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2756
|
+
companyName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2757
|
+
stage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2758
|
+
}, z.core.$strip>;
|
|
2759
|
+
declare const GetRecentActivityResponseSchema: z.ZodObject<{
|
|
2760
|
+
entries: z.ZodArray<z.ZodObject<{
|
|
2761
|
+
id: z.ZodString;
|
|
2762
|
+
kind: z.ZodEnum<{
|
|
2763
|
+
note: "note";
|
|
2764
|
+
stage_change: "stage_change";
|
|
2765
|
+
deal_created: "deal_created";
|
|
2766
|
+
}>;
|
|
2767
|
+
dealId: z.ZodString;
|
|
2768
|
+
occurredAt: z.ZodString;
|
|
2769
|
+
description: z.ZodString;
|
|
2770
|
+
contactName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2771
|
+
companyName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2772
|
+
stage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2773
|
+
}, z.core.$strip>>;
|
|
2774
|
+
}, z.core.$strip>;
|
|
2775
|
+
type CrmActivityKind = z.infer<typeof CrmActivityKindSchema>;
|
|
2776
|
+
type RecentActivityEntry = z.infer<typeof RecentActivityEntrySchema>;
|
|
2777
|
+
type GetRecentActivityResponse = z.infer<typeof GetRecentActivityResponseSchema>;
|
|
2778
|
+
|
|
2725
2779
|
interface PipelineStageSummary {
|
|
2726
2780
|
stage: DealStage;
|
|
2727
2781
|
count: number;
|
|
@@ -2750,59 +2804,6 @@ declare function useCrmQuickMetrics(): {
|
|
|
2750
2804
|
error: unknown;
|
|
2751
2805
|
};
|
|
2752
2806
|
|
|
2753
|
-
/**
|
|
2754
|
-
* CRM Overview API Schemas
|
|
2755
|
-
*
|
|
2756
|
-
* Request/response validation for /api/crm surface.
|
|
2757
|
-
* Covers recent activity feeds sourced from acq_deal_notes and deal
|
|
2758
|
-
* activity_log entries.
|
|
2759
|
-
*
|
|
2760
|
-
* The CrmActivityEntry discriminated union mirrors the CrmActivityEntry
|
|
2761
|
-
* interface defined in:
|
|
2762
|
-
* packages/ui/src/features/acquisition/overview/hooks/useRecentCrmActivity.ts
|
|
2763
|
-
*/
|
|
2764
|
-
|
|
2765
|
-
// ---------------------------------------------------------------------------
|
|
2766
|
-
// Enum literals
|
|
2767
|
-
// ---------------------------------------------------------------------------
|
|
2768
|
-
|
|
2769
|
-
declare const CrmActivityKindSchema = z.enum(['note', 'stage_change', 'deal_created'])
|
|
2770
|
-
|
|
2771
|
-
// ---------------------------------------------------------------------------
|
|
2772
|
-
// Activity entry shapes
|
|
2773
|
-
// ---------------------------------------------------------------------------
|
|
2774
|
-
|
|
2775
|
-
/**
|
|
2776
|
-
* A single CRM activity entry (note, stage change, or deal creation).
|
|
2777
|
-
* Matches the CrmActivityEntry interface from useRecentCrmActivity.ts.
|
|
2778
|
-
*/
|
|
2779
|
-
declare const RecentActivityEntrySchema = z.object({
|
|
2780
|
-
id: z.string(),
|
|
2781
|
-
kind: CrmActivityKindSchema,
|
|
2782
|
-
dealId: z.string(),
|
|
2783
|
-
occurredAt: z.string(),
|
|
2784
|
-
description: z.string(),
|
|
2785
|
-
contactName: z.string().nullable().optional(),
|
|
2786
|
-
companyName: z.string().nullable().optional(),
|
|
2787
|
-
stage: z.string().nullable().optional()
|
|
2788
|
-
})
|
|
2789
|
-
|
|
2790
|
-
// ---------------------------------------------------------------------------
|
|
2791
|
-
// Response schemas (no .strict() — forward-compatible)
|
|
2792
|
-
// ---------------------------------------------------------------------------
|
|
2793
|
-
|
|
2794
|
-
declare const GetRecentActivityResponseSchema = z.object({
|
|
2795
|
-
entries: z.array(RecentActivityEntrySchema)
|
|
2796
|
-
})
|
|
2797
|
-
|
|
2798
|
-
// ---------------------------------------------------------------------------
|
|
2799
|
-
// Inferred types
|
|
2800
|
-
// ---------------------------------------------------------------------------
|
|
2801
|
-
|
|
2802
|
-
type CrmActivityKind = z.infer<typeof CrmActivityKindSchema>
|
|
2803
|
-
type RecentActivityEntry = z.infer<typeof RecentActivityEntrySchema>
|
|
2804
|
-
type GetRecentActivityResponse = z.infer<typeof GetRecentActivityResponseSchema>
|
|
2805
|
-
|
|
2806
2807
|
declare function useRecentCrmActivity(opts?: {
|
|
2807
2808
|
limit?: number;
|
|
2808
2809
|
}): {
|
|
@@ -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,24 +6,24 @@ 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
|
-
import '../../chunk-
|
|
12
|
+
import '../../chunk-M7W7CGPL.js';
|
|
13
13
|
import '../../chunk-22UVE3RA.js';
|
|
14
14
|
import '../../chunk-3ZMAGTWF.js';
|
|
15
|
-
import '../../chunk-
|
|
16
|
-
import '../../chunk-
|
|
17
|
-
import '../../chunk-
|
|
15
|
+
import '../../chunk-Q4QJOSVS.js';
|
|
16
|
+
import '../../chunk-TO7QXDBX.js';
|
|
17
|
+
import '../../chunk-Q5HC6ENG.js';
|
|
18
18
|
import '../../chunk-WLOQ4IBG.js';
|
|
19
|
-
import '../../chunk-
|
|
20
|
-
import '../../chunk-
|
|
19
|
+
import '../../chunk-LR5CRY5A.js';
|
|
20
|
+
import '../../chunk-OUYH2SBS.js';
|
|
21
21
|
import '../../chunk-RX4UWZZR.js';
|
|
22
|
-
import '../../chunk-
|
|
22
|
+
import '../../chunk-BHR7IV72.js';
|
|
23
23
|
import '../../chunk-SZHARWKU.js';
|
|
24
24
|
import '../../chunk-3KMDHCAR.js';
|
|
25
25
|
import '../../chunk-NYBEU5TE.js';
|
|
26
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-R7OJCNL3.js';
|
|
27
27
|
import '../../chunk-2IFYDILW.js';
|
|
28
28
|
import '../../chunk-Q7DJKLEN.js';
|
|
29
29
|
import '../../chunk-7YQKVWSD.js';
|
|
@@ -32,7 +32,7 @@ import '../../chunk-QJ2KCHKX.js';
|
|
|
32
32
|
import '../../chunk-HQ7M6PBW.js';
|
|
33
33
|
import '../../chunk-DT3QYZVU.js';
|
|
34
34
|
import '../../chunk-RNP5R5I3.js';
|
|
35
|
-
import '../../chunk-
|
|
35
|
+
import '../../chunk-OD7GWIZS.js';
|
|
36
36
|
import '../../chunk-KRWALB24.js';
|
|
37
37
|
import '../../chunk-SLH2QLKV.js';
|
|
38
38
|
import '../../chunk-DK2HVHCY.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,27 +1,27 @@
|
|
|
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
|
-
import '../../chunk-
|
|
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
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-M7W7CGPL.js';
|
|
11
11
|
import '../../chunk-22UVE3RA.js';
|
|
12
12
|
import '../../chunk-3ZMAGTWF.js';
|
|
13
|
-
import '../../chunk-
|
|
14
|
-
import '../../chunk-
|
|
15
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-Q4QJOSVS.js';
|
|
14
|
+
import '../../chunk-TO7QXDBX.js';
|
|
15
|
+
import '../../chunk-Q5HC6ENG.js';
|
|
16
16
|
import '../../chunk-WLOQ4IBG.js';
|
|
17
|
-
import '../../chunk-
|
|
18
|
-
import '../../chunk-
|
|
17
|
+
import '../../chunk-LR5CRY5A.js';
|
|
18
|
+
import '../../chunk-OUYH2SBS.js';
|
|
19
19
|
import '../../chunk-RX4UWZZR.js';
|
|
20
|
-
import '../../chunk-
|
|
20
|
+
import '../../chunk-BHR7IV72.js';
|
|
21
21
|
import '../../chunk-SZHARWKU.js';
|
|
22
22
|
import '../../chunk-3KMDHCAR.js';
|
|
23
23
|
import '../../chunk-NYBEU5TE.js';
|
|
24
|
-
import '../../chunk-
|
|
24
|
+
import '../../chunk-R7OJCNL3.js';
|
|
25
25
|
import '../../chunk-2IFYDILW.js';
|
|
26
26
|
import '../../chunk-Q7DJKLEN.js';
|
|
27
27
|
import '../../chunk-7YQKVWSD.js';
|
|
@@ -30,7 +30,7 @@ import '../../chunk-QJ2KCHKX.js';
|
|
|
30
30
|
import '../../chunk-HQ7M6PBW.js';
|
|
31
31
|
import '../../chunk-DT3QYZVU.js';
|
|
32
32
|
import '../../chunk-RNP5R5I3.js';
|
|
33
|
-
import '../../chunk-
|
|
33
|
+
import '../../chunk-OD7GWIZS.js';
|
|
34
34
|
import '../../chunk-KRWALB24.js';
|
|
35
35
|
import '../../chunk-SLH2QLKV.js';
|
|
36
36
|
import '../../chunk-DK2HVHCY.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';
|