@elevasis/ui 2.5.0 → 2.7.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/{chunk-CKBJVNSA.js → chunk-6FDGVZFL.js} +2 -2
- package/dist/{chunk-3VTACYBT.js → chunk-HRIJZKFL.js} +2 -3
- package/dist/{chunk-S5EXLTGK.js → chunk-IFH4L6CR.js} +181 -7
- package/dist/{chunk-GEJZ6WLM.js → chunk-N6GYYWY3.js} +1 -1
- package/dist/{chunk-ZGV3X3UQ.js → chunk-SBND6P3L.js} +2 -3
- package/dist/{chunk-TNYUWKSJ.js → chunk-SPMKW4VO.js} +56 -91
- package/dist/{chunk-XGUMNEIR.js → chunk-T6R3V4GW.js} +3 -4
- package/dist/{chunk-DRBMVLJE.js → chunk-TENLM2GN.js} +2 -2
- package/dist/{chunk-5RYRL7DP.js → chunk-V6Z2U6ZV.js} +1 -1
- package/dist/{chunk-URFYQRJO.js → chunk-VGBMSGYC.js} +1 -1
- package/dist/{chunk-RBRSRRG4.js → chunk-X4HUZINF.js} +3 -4
- package/dist/{chunk-UXYE5ZBY.js → chunk-Z5RHDI7T.js} +4 -13
- package/dist/components/index.d.ts +4 -9
- package/dist/components/index.js +32 -23
- package/dist/features/auth/index.js +9 -2
- package/dist/features/crm/index.d.ts +1 -1
- package/dist/features/crm/index.js +5 -5
- package/dist/features/dashboard/index.d.ts +2 -62
- package/dist/features/dashboard/index.js +5 -5
- package/dist/features/delivery/index.d.ts +1 -1
- package/dist/features/delivery/index.js +5 -5
- package/dist/features/lead-gen/index.d.ts +1 -1
- package/dist/features/lead-gen/index.js +8 -8
- package/dist/features/monitoring/index.d.ts +1 -1
- package/dist/features/monitoring/index.js +6 -6
- package/dist/features/operations/index.d.ts +79 -79
- package/dist/features/operations/index.js +7 -7
- package/dist/features/seo/index.d.ts +1 -1
- package/dist/features/settings/index.d.ts +3 -2
- package/dist/features/settings/index.js +5 -5
- package/dist/hooks/index.d.ts +2 -1
- package/dist/hooks/index.js +4 -4
- package/dist/hooks/published.d.ts +2 -1
- package/dist/hooks/published.js +3 -3
- package/dist/index.d.ts +187 -43
- package/dist/index.js +4 -4
- package/dist/initialization/index.d.ts +2 -1
- package/dist/organization/index.d.ts +2 -1
- package/dist/provider/index.d.ts +185 -42
- package/dist/provider/index.js +2 -2
- package/dist/provider/published.d.ts +185 -42
- package/dist/provider/published.js +1 -1
- package/dist/types/index.d.ts +2 -1
- package/package.json +58 -86
|
@@ -2,8 +2,8 @@ import { ResourceHealthChart } from './chunk-LGKLC5MG.js';
|
|
|
2
2
|
import { useCyberColors, HeroStatsRow } from './chunk-KFICYU6S.js';
|
|
3
3
|
import { AppShellCenteredContainer, AppShellLoader } from './chunk-YEX4MQSY.js';
|
|
4
4
|
import { STATUS_COLORS, getStatusIcon, formatDuration, getStatusColors, AGENT_CONSTANTS, shouldAnimateEdge, TIMELINE_CONSTANTS, calculateBarPosition, CONTAINER_CONSTANTS, useExecutionPath, useUnifiedWorkflowLayout, WORKFLOW_CONSTANTS, useReactFlowAgent } from './chunk-XA34RETF.js';
|
|
5
|
-
import { useTimeRangeDates } from './chunk-
|
|
6
|
-
import { useDashboardMetrics, useResources, useUnresolvedErrors, useRecentExecutionsByResource, useCommandQueue, useScheduledTasks, useResourcesHealth } from './chunk-
|
|
5
|
+
import { useTimeRangeDates } from './chunk-TENLM2GN.js';
|
|
6
|
+
import { useDashboardMetrics, useResources, useUnresolvedErrors, useRecentExecutionsByResource, useCommandQueue, useScheduledTasks, useResourcesHealth } from './chunk-V6Z2U6ZV.js';
|
|
7
7
|
import { getTimeRangeDates } from './chunk-LXHZYSMQ.js';
|
|
8
8
|
import { Graph_module_css_default, useDirectedChainHighlighting, useNodeSelection, useFitViewTrigger } from './chunk-22UVE3RA.js';
|
|
9
9
|
import { glassBase } from './chunk-47YILFON.js';
|
|
@@ -15,7 +15,7 @@ import { memo, useMemo, useEffect, useState, useCallback, Fragment } from 'react
|
|
|
15
15
|
import { Paper, Stack, Text, Group, Badge, Box, useComputedColorScheme, Card, ActionIcon, Loader, SegmentedControl, Center, SimpleGrid, Title, Tabs, Grid, ThemeIcon } from '@mantine/core';
|
|
16
16
|
import { jsxs, jsx, Fragment as Fragment$1 } from 'react/jsx-runtime';
|
|
17
17
|
import { Position, Handle, getSmoothStepPath, BaseEdge as BaseEdge$1, EdgeLabelRenderer, Panel, useReactFlow, Controls, ReactFlowProvider, ReactFlow } from '@xyflow/react';
|
|
18
|
-
import { IconPlayerPlay, IconPlayerStop, IconArrowsSplit, IconSquare,
|
|
18
|
+
import { IconPlayerPlay, IconPlayerStop, IconArrowsSplit, IconSquare, IconFocus2, IconArrowUpRight, IconLayoutDashboard, IconActivity, IconAlertTriangle, IconHandStop, IconCalendarEvent, IconCircleCheck, IconBrain, IconGitBranch } from '@tabler/icons-react';
|
|
19
19
|
import '@xyflow/react/dist/style.css';
|
|
20
20
|
import '@mantine/charts/styles.css';
|
|
21
21
|
|
|
@@ -1811,14 +1811,5 @@ function UnresolvedErrorsTeaser({ timeRange, onNavigateToAllErrors }) {
|
|
|
1811
1811
|
}
|
|
1812
1812
|
);
|
|
1813
1813
|
}
|
|
1814
|
-
var dashboardManifest = {
|
|
1815
|
-
key: "dashboard",
|
|
1816
|
-
label: "Dashboard",
|
|
1817
|
-
navEntry: {
|
|
1818
|
-
label: "Dashboard",
|
|
1819
|
-
icon: IconDashboard,
|
|
1820
|
-
link: "/"
|
|
1821
|
-
}
|
|
1822
|
-
};
|
|
1823
1814
|
|
|
1824
|
-
export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, Dashboard, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, OperationsOverview, RecentExecutionsByResource, ResourceOverview, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UnresolvedErrorsTeaser, VisualizerContainer, WorkflowExecutionTimeline,
|
|
1815
|
+
export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, Dashboard, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, OperationsOverview, RecentExecutionsByResource, ResourceOverview, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UnresolvedErrorsTeaser, VisualizerContainer, WorkflowExecutionTimeline, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme };
|
|
@@ -3831,13 +3831,14 @@ type ListConfigInput = z.infer<typeof ListConfigSchema>;
|
|
|
3831
3831
|
/**
|
|
3832
3832
|
* Per-user-per-org config (stored in org_memberships.config)
|
|
3833
3833
|
* Controls which features a specific member can access within their org
|
|
3834
|
-
* Valid feature keys: operations, monitoring, acquisition, calibration, seo
|
|
3834
|
+
* Valid feature keys: operations, monitoring, acquisition, delivery, calibration, seo
|
|
3835
3835
|
*/
|
|
3836
3836
|
interface MembershipFeatureConfig {
|
|
3837
3837
|
features?: {
|
|
3838
3838
|
operations?: boolean;
|
|
3839
3839
|
monitoring?: boolean;
|
|
3840
3840
|
acquisition?: boolean;
|
|
3841
|
+
delivery?: boolean;
|
|
3841
3842
|
calibration?: boolean;
|
|
3842
3843
|
seo?: boolean;
|
|
3843
3844
|
};
|
|
@@ -8778,7 +8779,7 @@ type FeatureSidebarComponent = ComponentType;
|
|
|
8778
8779
|
interface FeatureModule {
|
|
8779
8780
|
key: string;
|
|
8780
8781
|
label?: string;
|
|
8781
|
-
accessFeatureKey
|
|
8782
|
+
accessFeatureKey: OrganizationModelFeatureKey;
|
|
8782
8783
|
domainIds?: OrganizationModelSemanticDomain['id'][];
|
|
8783
8784
|
capabilityIds?: string[];
|
|
8784
8785
|
navEntry?: FeatureNavEntry;
|
|
@@ -8923,12 +8924,6 @@ declare const noteTypeColors: Record<string, string>;
|
|
|
8923
8924
|
declare function formatStatusLabel(status: string): string;
|
|
8924
8925
|
declare function calculateProgress(completed: number, total: number): number;
|
|
8925
8926
|
|
|
8926
|
-
/**
|
|
8927
|
-
* Compatibility manifest for existing consumers that still register a
|
|
8928
|
-
* top-level dashboard nav entry. Host apps should eventually own this nav item.
|
|
8929
|
-
*/
|
|
8930
|
-
declare const dashboardManifest: FeatureModule;
|
|
8931
|
-
|
|
8932
8927
|
declare const monitoringManifest: FeatureModule;
|
|
8933
8928
|
|
|
8934
8929
|
declare const settingsManifest: FeatureModule;
|
|
@@ -8941,5 +8936,5 @@ declare const OperationsSidebarMiddle: () => react_jsx_runtime.JSX.Element;
|
|
|
8941
8936
|
|
|
8942
8937
|
declare const operationsManifest: FeatureModule;
|
|
8943
8938
|
|
|
8944
|
-
export { APIErrorAlert, AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CONTAINER_CONSTANTS, CardHeader, CenteredErrorState, CheckpointGroup, CollapsibleJsonSection, CollapsibleSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewEdge, CommandViewGraph, CommandViewNode, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContentSections, ContextUsageBadge, ContextViewer, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CrashErrorFallback, CreateApiKeyModal, CreateCredentialModal, CreateScheduleModal, CredentialList, CredentialSettings, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, CustomSelector, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDetailPage, DealDrawer, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, DocTreeNav, EditApiKeyModal, ElevasisLoader, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FeatureUnavailableState, FilterBar, FormFieldRenderer, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, JsonViewer, KanbanBoard, KnowledgeBasePage, LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipFeaturePanel, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipsList, PIPELINE_FUNNEL_ORDER, PageNotFound, PageTitleCaption, PipelineFunnelWidget, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, SAVED_VIEW_PRESETS, SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, SHARED_VIZ_CONSTANTS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StyledMarkdown, TabCountBadge, TableSelectionToolbar, TaskCard, TaskScheduler, TasksDueWidget, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, TrendIndicator, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UpcomingMilestonesPage, VisualizerContainer, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, buildErrorReport, buildListConfig, calculateProgress, catalogItemToResourceDefinition, crmManifest,
|
|
8939
|
+
export { APIErrorAlert, AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CONTAINER_CONSTANTS, CardHeader, CenteredErrorState, CheckpointGroup, CollapsibleJsonSection, CollapsibleSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewEdge, CommandViewGraph, CommandViewNode, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContentSections, ContextUsageBadge, ContextViewer, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CrashErrorFallback, CreateApiKeyModal, CreateCredentialModal, CreateScheduleModal, CredentialList, CredentialSettings, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, CustomSelector, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDetailPage, DealDrawer, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, DocTreeNav, EditApiKeyModal, ElevasisLoader, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FeatureUnavailableState, FilterBar, FormFieldRenderer, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, JsonViewer, KanbanBoard, KnowledgeBasePage, LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipFeaturePanel, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipsList, PIPELINE_FUNNEL_ORDER, PageNotFound, PageTitleCaption, PipelineFunnelWidget, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, SAVED_VIEW_PRESETS, SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, SHARED_VIZ_CONSTANTS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StyledMarkdown, TabCountBadge, TableSelectionToolbar, TaskCard, TaskScheduler, TasksDueWidget, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, TrendIndicator, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UpcomingMilestonesPage, VisualizerContainer, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, buildErrorReport, buildListConfig, calculateProgress, catalogItemToResourceDefinition, crmManifest, deliveryManifest, formatStatusLabel, getEnrichmentColor, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, getStatusColor, iconMap, leadGenManifest, mdxComponents, milestoneStatusColors, monitoringManifest, noteTypeColors, operationsManifest, projectStatusColors, seoManifest, settingsManifest, showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, taskStatusColors, taskTypeColors, useCrmPipelineSummary, useCrmQuickMetrics, useDeleteLists, useGraphBackgroundStyles, useGraphTheme, useNewKnowledgeMapLayout, useRecentCrmActivity };
|
|
8945
8940
|
export type { ActivityEntry, ActivityFiltersProps, ActivityTableProps, BaseEdgeProps, BaseExecutionLogsProps, BreadcrumbsProps, CommandViewGraphRef, ContextViewerProps, CostByModelTableProps, CrashErrorFallbackProps, CrmOverviewProps, DealDrawerProps, DealKanbanCardProps, ErrorAnalysisCardProps, ErrorReportCardProps, ExecutionBreakdownTableProps, ExecutionHealthCardProps, ExecutionLogEntry, ExecutionLogsFiltersProps, ExecutionLogsTableProps, FeatureUnavailableStateProps, FitViewButtonVariant, FormFieldRendererProps, GraphFitViewHandlerProps, JsonViewerProps, KanbanBoardProps, KnowledgeMapEdgeData, KnowledgeMapNodeData, LogLevel, MdxRendererProps, NavigationButtonProps, ProjectsSidebarMiddleProps, ResourceHealthPanelProps, RichTextEditorProps, SavedViewPreset, ScheduleType, SerializedKnowledgeMap, SerializedKnowledgeNode, StatCardProps, StyledMarkdownProps, TaskFilterStatus, TrendIndicatorProps };
|
package/dist/components/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import '../chunk-SMJLS23U.js';
|
|
2
2
|
import { useBreadcrumbs } from '../chunk-MG3NF7QL.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, LeadGenDeliverabilityPage, 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, FormFieldRenderer, 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-X4HUZINF.js';
|
|
4
|
+
export { LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, buildListConfig, getEnrichmentColor, getStatusColor, leadGenManifest, useDeleteLists } from '../chunk-T6R3V4GW.js';
|
|
5
|
+
export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, FormFieldRenderer, 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-IFH4L6CR.js';
|
|
6
6
|
import '../chunk-ROSMICXG.js';
|
|
7
7
|
import { SubshellLoader, CollapsibleSidebarGroup } from '../chunk-IDACMRGQ.js';
|
|
8
|
-
import { NotificationList } from '../chunk-
|
|
9
|
-
export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-
|
|
10
|
-
export { ResourceHealthPanel } from '../chunk-
|
|
8
|
+
import { NotificationList } from '../chunk-SBND6P3L.js';
|
|
9
|
+
export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-SBND6P3L.js';
|
|
10
|
+
export { ResourceHealthPanel } from '../chunk-VGBMSGYC.js';
|
|
11
11
|
export { SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, seoManifest } from '../chunk-YIWLA2B6.js';
|
|
12
|
-
export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest } from '../chunk-
|
|
13
|
-
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-
|
|
12
|
+
export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest } from '../chunk-6FDGVZFL.js';
|
|
13
|
+
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-HRIJZKFL.js';
|
|
14
14
|
export { SortableHeader, TableSelectionToolbar } from '../chunk-TUMSNGTX.js';
|
|
15
15
|
import { PageContainer } from '../chunk-BZZCNLT6.js';
|
|
16
16
|
import { SubshellNavItem } from '../chunk-27COZ5AH.js';
|
|
@@ -18,23 +18,23 @@ import { FilterBar } from '../chunk-PDHTXPSF.js';
|
|
|
18
18
|
export { FilterBar } from '../chunk-PDHTXPSF.js';
|
|
19
19
|
import { CustomModal } from '../chunk-GBMNCNHX.js';
|
|
20
20
|
export { ConfirmationInputModal, ConfirmationModal, CustomModal } from '../chunk-GBMNCNHX.js';
|
|
21
|
-
import { BaseNode, useGraphTheme, BaseEdge, GraphBackground, GraphLegend, GraphFitViewButton } from '../chunk-
|
|
22
|
-
export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline,
|
|
21
|
+
import { BaseNode, useGraphTheme, BaseEdge, GraphBackground, GraphLegend, GraphFitViewButton } from '../chunk-Z5RHDI7T.js';
|
|
22
|
+
export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-Z5RHDI7T.js';
|
|
23
23
|
export { ResourceHealthChart, getHealthColor } from '../chunk-LGKLC5MG.js';
|
|
24
24
|
import '../chunk-KFICYU6S.js';
|
|
25
25
|
import { AppShellLoader } from '../chunk-YEX4MQSY.js';
|
|
26
26
|
import '../chunk-VNUOQQNY.js';
|
|
27
27
|
export { CONTAINER_CONSTANTS, SHARED_VIZ_CONSTANTS } from '../chunk-XA34RETF.js';
|
|
28
|
-
import { useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments } from '../chunk-
|
|
29
|
-
import { useCommandViewLayout, usePaginationState, useDeploymentDocs, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useDealNotes, useCreateDealNote, useDeals, useSyncDealStage, dealKeys, useMarkAllAsRead, useNotifications, showErrorNotification, showSuccessNotification, showApiErrorNotification } from '../chunk-
|
|
30
|
-
export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-
|
|
28
|
+
import { useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments } from '../chunk-TENLM2GN.js';
|
|
29
|
+
import { useCommandViewLayout, usePaginationState, useDeploymentDocs, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useDealNotes, useCreateDealNote, useDeals, useSyncDealStage, dealKeys, useMarkAllAsRead, useNotifications, showErrorNotification, showSuccessNotification, showApiErrorNotification } from '../chunk-V6Z2U6ZV.js';
|
|
30
|
+
export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-V6Z2U6ZV.js';
|
|
31
31
|
import '../chunk-LXHZYSMQ.js';
|
|
32
32
|
import { Graph_module_css_default, useDirectedChainHighlighting, useNodeSelection, GRAPH_CONSTANTS } from '../chunk-22UVE3RA.js';
|
|
33
33
|
export { Graph_module_css_default as graphStyles } from '../chunk-22UVE3RA.js';
|
|
34
|
-
import '../chunk-
|
|
34
|
+
import '../chunk-N6GYYWY3.js';
|
|
35
35
|
import '../chunk-47YILFON.js';
|
|
36
36
|
import '../chunk-CYXZHBP4.js';
|
|
37
|
-
import '../chunk-
|
|
37
|
+
import '../chunk-SPMKW4VO.js';
|
|
38
38
|
import { SubshellContainer, SubshellSidebar, SubshellRightSideContainer, SubshellContentContainer } from '../chunk-RX4UWZZR.js';
|
|
39
39
|
import { ListSkeleton, EmptyState, PageTitleCaption, StatCard, CenteredErrorState, CardHeader, ActivityTimeline } from '../chunk-Y3D3WFJG.js';
|
|
40
40
|
export { APIErrorAlert, ActivityTimeline, CardHeader, CenteredErrorState, CollapsibleSection, ContextViewer, CustomSelector, DetailCardSkeleton, ElevasisLoader, EmptyState, FeatureUnavailableState, GlowDot, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, TabCountBadge, TimeRangeSelector, TrendIndicator, catalogItemToResourceDefinition } from '../chunk-Y3D3WFJG.js';
|
|
@@ -893,19 +893,28 @@ function DocTreeNav({ files, selectedPath, onSelect }) {
|
|
|
893
893
|
}
|
|
894
894
|
);
|
|
895
895
|
}
|
|
896
|
+
|
|
897
|
+
// src/components/operations/knowledge-base/preferredDocPath.ts
|
|
898
|
+
var PREFERRED_INDEX_PATHS = ["index.mdx", "index.md", "docs/index.mdx", "docs/index.md"];
|
|
899
|
+
function getPreferredDocPath(files, selectedPath) {
|
|
900
|
+
if (selectedPath && files.some((file) => file.path === selectedPath)) {
|
|
901
|
+
return selectedPath;
|
|
902
|
+
}
|
|
903
|
+
if (files.length === 0) {
|
|
904
|
+
return null;
|
|
905
|
+
}
|
|
906
|
+
const preferredIndexFile = files.find(
|
|
907
|
+
(file) => PREFERRED_INDEX_PATHS.includes(file.path)
|
|
908
|
+
);
|
|
909
|
+
return preferredIndexFile?.path ?? files[0].path;
|
|
910
|
+
}
|
|
896
911
|
function KnowledgeBasePage({ mdxRenderer: MdxRenderer2 }) {
|
|
897
912
|
const { organizationReady } = useInitialization();
|
|
898
913
|
const [selectedDeploymentId, setSelectedDeploymentId] = useState(void 0);
|
|
899
914
|
const [selectedPath, setSelectedPath] = useState(null);
|
|
900
915
|
const { files, isLoading, error, activeDeployment, activeDeployments } = useDeploymentDocs(selectedDeploymentId);
|
|
901
916
|
const effectivePath = useMemo(() => {
|
|
902
|
-
|
|
903
|
-
return selectedPath;
|
|
904
|
-
}
|
|
905
|
-
if (files.length === 0) return null;
|
|
906
|
-
const indexFile = files.find((f) => f.path === "index.mdx" || f.path === "docs/index.mdx");
|
|
907
|
-
if (indexFile) return indexFile.path;
|
|
908
|
-
return files[0].path;
|
|
917
|
+
return getPreferredDocPath(files, selectedPath);
|
|
909
918
|
}, [selectedPath, files]);
|
|
910
919
|
const selectedFile = useMemo(() => {
|
|
911
920
|
if (!effectivePath) return null;
|
|
@@ -1017,7 +1026,7 @@ function KnowledgeBasePage({ mdxRenderer: MdxRenderer2 }) {
|
|
|
1017
1026
|
showNoDocs && /* @__PURE__ */ jsx(Center, { style: { flex: 1 }, children: /* @__PURE__ */ jsxs(Stack, { align: "center", gap: "sm", children: [
|
|
1018
1027
|
/* @__PURE__ */ jsx(IconFileOff, { size: 48, color: "var(--color-text-subtle)" }),
|
|
1019
1028
|
/* @__PURE__ */ jsx(Text, { c: "dimmed", size: "lg", children: "No documentation found" }),
|
|
1020
|
-
/* @__PURE__ */ jsx(Text, { c: "dimmed", size: "sm", children: "Add
|
|
1029
|
+
/* @__PURE__ */ jsx(Text, { c: "dimmed", size: "sm", children: "Add Markdown files (`.md` or `.mdx`) to your project's docs directory and redeploy." })
|
|
1021
1030
|
] }) }),
|
|
1022
1031
|
showContent && selectedFile && /* @__PURE__ */ jsxs(Box, { style: { display: "flex", gap: "1rem", alignItems: "flex-start" }, children: [
|
|
1023
1032
|
/* @__PURE__ */ jsx(Box, { style: { flex: 1, minWidth: 0 }, children: /* @__PURE__ */ jsx(Card, { withBorder: true, children: /* @__PURE__ */ jsx("div", { ref: contentRef, children: MdxRenderer2 ? /* @__PURE__ */ jsx(MdxRenderer2, { compiledSource: selectedFile.compiledSource }) : /* @__PURE__ */ jsx(Text, { c: "dimmed", children: "No MDX renderer provided" }) }) }) }),
|
|
@@ -87,11 +87,18 @@ function AdminGuard2({ children, redirectTo, fallback = /* @__PURE__ */ jsx(AppS
|
|
|
87
87
|
return /* @__PURE__ */ jsx(AdminGuard, { redirectTo, fallback, children });
|
|
88
88
|
}
|
|
89
89
|
var FEATURE_LABELS = {
|
|
90
|
+
crm: "CRM",
|
|
91
|
+
"lead-gen": "Lead Gen",
|
|
92
|
+
projects: "Projects",
|
|
90
93
|
operations: "Operations",
|
|
91
94
|
monitoring: "Monitoring",
|
|
92
|
-
|
|
95
|
+
settings: "Settings",
|
|
96
|
+
calibration: "Calibration",
|
|
93
97
|
seo: "SEO"
|
|
94
98
|
};
|
|
99
|
+
function getFeatureLabel(featureKey) {
|
|
100
|
+
return FEATURE_LABELS[featureKey] ?? featureKey;
|
|
101
|
+
}
|
|
95
102
|
function FeatureGuard({ featureKey, children, deniedMessage, useFeatureAccess }) {
|
|
96
103
|
const { checkFeature, isReady } = useFeatureAccess();
|
|
97
104
|
const navigate = useNavigate();
|
|
@@ -100,7 +107,7 @@ function FeatureGuard({ featureKey, children, deniedMessage, useFeatureAccess })
|
|
|
100
107
|
useEffect(() => {
|
|
101
108
|
if (isReady && !allowed && !hasRedirected.current) {
|
|
102
109
|
hasRedirected.current = true;
|
|
103
|
-
const featureLabel =
|
|
110
|
+
const featureLabel = getFeatureLabel(featureKey);
|
|
104
111
|
const message = deniedMessage ?? (restrictedBy === "membership" ? `You do not have access to ${featureLabel}.` : `${featureLabel} is not available for your organization.`);
|
|
105
112
|
notifications.show({
|
|
106
113
|
title: "Access Restricted",
|
|
@@ -2823,7 +2823,7 @@ type FeatureSidebarComponent = ComponentType;
|
|
|
2823
2823
|
interface FeatureModule {
|
|
2824
2824
|
key: string;
|
|
2825
2825
|
label?: string;
|
|
2826
|
-
accessFeatureKey
|
|
2826
|
+
accessFeatureKey: OrganizationModelFeatureKey;
|
|
2827
2827
|
domainIds?: OrganizationModelSemanticDomain['id'][];
|
|
2828
2828
|
capabilityIds?: string[];
|
|
2829
2829
|
navEntry?: FeatureNavEntry;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export { ActivityFeedWidget, 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, 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-HRIJZKFL.js';
|
|
2
2
|
import '../../chunk-TUMSNGTX.js';
|
|
3
3
|
import '../../chunk-BZZCNLT6.js';
|
|
4
4
|
import '../../chunk-27COZ5AH.js';
|
|
5
5
|
import '../../chunk-PDHTXPSF.js';
|
|
6
6
|
import '../../chunk-GBMNCNHX.js';
|
|
7
|
-
import '../../chunk-
|
|
8
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-TENLM2GN.js';
|
|
8
|
+
import '../../chunk-V6Z2U6ZV.js';
|
|
9
9
|
import '../../chunk-LXHZYSMQ.js';
|
|
10
10
|
import '../../chunk-22UVE3RA.js';
|
|
11
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-N6GYYWY3.js';
|
|
12
12
|
import '../../chunk-47YILFON.js';
|
|
13
13
|
import '../../chunk-CYXZHBP4.js';
|
|
14
|
-
import '../../chunk-
|
|
14
|
+
import '../../chunk-SPMKW4VO.js';
|
|
15
15
|
import '../../chunk-RX4UWZZR.js';
|
|
16
16
|
import '../../chunk-Y3D3WFJG.js';
|
|
17
17
|
import '../../chunk-3KMDHCAR.js';
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { ReactNode
|
|
3
|
-
import { z } from 'zod';
|
|
2
|
+
import { ReactNode } from 'react';
|
|
4
3
|
|
|
5
4
|
/**
|
|
6
5
|
* Time range selector for dashboard metrics
|
|
@@ -247,64 +246,5 @@ interface UnresolvedErrorsTeaserProps {
|
|
|
247
246
|
}
|
|
248
247
|
declare function UnresolvedErrorsTeaser({ timeRange, onNavigateToAllErrors }: UnresolvedErrorsTeaserProps): react_jsx_runtime.JSX.Element;
|
|
249
248
|
|
|
250
|
-
|
|
251
|
-
id: ModelIdSchema,
|
|
252
|
-
entityIds: ReferenceIdsSchema,
|
|
253
|
-
surfaceIds: ReferenceIdsSchema,
|
|
254
|
-
resourceIds: ReferenceIdsSchema,
|
|
255
|
-
capabilityIds: ReferenceIdsSchema
|
|
256
|
-
})
|
|
257
|
-
|
|
258
|
-
declare const FeatureKeySchema = z.enum([
|
|
259
|
-
'acquisition',
|
|
260
|
-
'delivery',
|
|
261
|
-
'operations',
|
|
262
|
-
'monitoring',
|
|
263
|
-
'settings',
|
|
264
|
-
'seo',
|
|
265
|
-
'calibration'
|
|
266
|
-
])
|
|
267
|
-
|
|
268
|
-
type OrganizationModelFeatureKey = z.infer<typeof FeatureKeySchema>
|
|
269
|
-
type OrganizationModelSemanticDomain = z.infer<typeof SemanticDomainSchema>
|
|
270
|
-
|
|
271
|
-
interface FeatureNavLink {
|
|
272
|
-
label: string;
|
|
273
|
-
link: string;
|
|
274
|
-
featureKey?: string;
|
|
275
|
-
onClick?: () => void;
|
|
276
|
-
links?: FeatureNavLink[];
|
|
277
|
-
}
|
|
278
|
-
interface FeatureNavEntry {
|
|
279
|
-
label: string;
|
|
280
|
-
icon: ComponentType;
|
|
281
|
-
link?: string;
|
|
282
|
-
featureKey?: string;
|
|
283
|
-
requiresAdmin?: boolean;
|
|
284
|
-
dataOnboardingTourId?: string;
|
|
285
|
-
links?: FeatureNavLink[];
|
|
286
|
-
}
|
|
287
|
-
type FeatureSidebarComponent = ComponentType;
|
|
288
|
-
interface FeatureModule {
|
|
289
|
-
key: string;
|
|
290
|
-
label?: string;
|
|
291
|
-
accessFeatureKey?: OrganizationModelFeatureKey;
|
|
292
|
-
domainIds?: OrganizationModelSemanticDomain['id'][];
|
|
293
|
-
capabilityIds?: string[];
|
|
294
|
-
navEntry?: FeatureNavEntry;
|
|
295
|
-
sidebar?: FeatureSidebarComponent;
|
|
296
|
-
subshellRoutes?: string[];
|
|
297
|
-
organizationGraph?: OrganizationGraphFeatureBridge;
|
|
298
|
-
}
|
|
299
|
-
interface OrganizationGraphFeatureBridge {
|
|
300
|
-
surfaceId: string;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
/**
|
|
304
|
-
* Compatibility manifest for existing consumers that still register a
|
|
305
|
-
* top-level dashboard nav entry. Host apps should eventually own this nav item.
|
|
306
|
-
*/
|
|
307
|
-
declare const dashboardManifest: FeatureModule;
|
|
308
|
-
|
|
309
|
-
export { Dashboard, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser, dashboardManifest };
|
|
249
|
+
export { Dashboard, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser };
|
|
310
250
|
export type { DashboardProps, DisplayResource, OperationsOverviewProps, RecentExecutionsByResourceProps, ResourceOverviewProps, UnresolvedErrorsTeaserProps };
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export { Dashboard, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser
|
|
1
|
+
export { Dashboard, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-Z5RHDI7T.js';
|
|
2
2
|
import '../../chunk-LGKLC5MG.js';
|
|
3
3
|
import '../../chunk-KFICYU6S.js';
|
|
4
4
|
import '../../chunk-YEX4MQSY.js';
|
|
5
5
|
import '../../chunk-XA34RETF.js';
|
|
6
|
-
import '../../chunk-
|
|
7
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-TENLM2GN.js';
|
|
7
|
+
import '../../chunk-V6Z2U6ZV.js';
|
|
8
8
|
import '../../chunk-LXHZYSMQ.js';
|
|
9
9
|
import '../../chunk-22UVE3RA.js';
|
|
10
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-N6GYYWY3.js';
|
|
11
11
|
import '../../chunk-47YILFON.js';
|
|
12
12
|
import '../../chunk-CYXZHBP4.js';
|
|
13
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-SPMKW4VO.js';
|
|
14
14
|
import '../../chunk-RX4UWZZR.js';
|
|
15
15
|
import '../../chunk-Y3D3WFJG.js';
|
|
16
16
|
import '../../chunk-3KMDHCAR.js';
|
|
@@ -2631,7 +2631,7 @@ type FeatureSidebarComponent = ComponentType;
|
|
|
2631
2631
|
interface FeatureModule {
|
|
2632
2632
|
key: string;
|
|
2633
2633
|
label?: string;
|
|
2634
|
-
accessFeatureKey
|
|
2634
|
+
accessFeatureKey: OrganizationModelFeatureKey;
|
|
2635
2635
|
domainIds?: OrganizationModelSemanticDomain['id'][];
|
|
2636
2636
|
capabilityIds?: string[];
|
|
2637
2637
|
navEntry?: FeatureNavEntry;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../../chunk-
|
|
1
|
+
export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../../chunk-X4HUZINF.js';
|
|
2
2
|
import '../../chunk-TUMSNGTX.js';
|
|
3
3
|
import '../../chunk-BZZCNLT6.js';
|
|
4
4
|
import '../../chunk-27COZ5AH.js';
|
|
5
5
|
import '../../chunk-PDHTXPSF.js';
|
|
6
6
|
import '../../chunk-GBMNCNHX.js';
|
|
7
|
-
import '../../chunk-
|
|
8
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-TENLM2GN.js';
|
|
8
|
+
import '../../chunk-V6Z2U6ZV.js';
|
|
9
9
|
import '../../chunk-LXHZYSMQ.js';
|
|
10
10
|
import '../../chunk-22UVE3RA.js';
|
|
11
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-N6GYYWY3.js';
|
|
12
12
|
import '../../chunk-47YILFON.js';
|
|
13
13
|
import '../../chunk-CYXZHBP4.js';
|
|
14
|
-
import '../../chunk-
|
|
14
|
+
import '../../chunk-SPMKW4VO.js';
|
|
15
15
|
import '../../chunk-RX4UWZZR.js';
|
|
16
16
|
import '../../chunk-Y3D3WFJG.js';
|
|
17
17
|
import '../../chunk-3KMDHCAR.js';
|
|
@@ -184,7 +184,7 @@ type FeatureSidebarComponent = ComponentType;
|
|
|
184
184
|
interface FeatureModule {
|
|
185
185
|
key: string;
|
|
186
186
|
label?: string;
|
|
187
|
-
accessFeatureKey
|
|
187
|
+
accessFeatureKey: OrganizationModelFeatureKey;
|
|
188
188
|
domainIds?: OrganizationModelSemanticDomain['id'][];
|
|
189
189
|
capabilityIds?: string[];
|
|
190
190
|
navEntry?: FeatureNavEntry;
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
export { CompanyDetailModal, ContactDetailModal, LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, buildListConfig, formatDate, getEnrichmentColor, getEnrichmentStatus, getStatusColor, leadGenManifest, useDeleteLists } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { CompanyDetailModal, ContactDetailModal, LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, buildListConfig, formatDate, getEnrichmentColor, getEnrichmentStatus, getStatusColor, leadGenManifest, useDeleteLists } from '../../chunk-T6R3V4GW.js';
|
|
2
|
+
import '../../chunk-IFH4L6CR.js';
|
|
3
3
|
import '../../chunk-ROSMICXG.js';
|
|
4
4
|
import '../../chunk-IDACMRGQ.js';
|
|
5
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-VGBMSGYC.js';
|
|
6
6
|
import '../../chunk-TUMSNGTX.js';
|
|
7
7
|
import '../../chunk-BZZCNLT6.js';
|
|
8
8
|
import '../../chunk-27COZ5AH.js';
|
|
9
9
|
import '../../chunk-PDHTXPSF.js';
|
|
10
10
|
import '../../chunk-GBMNCNHX.js';
|
|
11
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-Z5RHDI7T.js';
|
|
12
12
|
import '../../chunk-LGKLC5MG.js';
|
|
13
13
|
import '../../chunk-KFICYU6S.js';
|
|
14
14
|
import '../../chunk-YEX4MQSY.js';
|
|
15
15
|
import '../../chunk-XA34RETF.js';
|
|
16
|
-
import '../../chunk-
|
|
17
|
-
export { companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, useCompanies, useCompany, useContact, useContacts, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useUpdateCompany, useUpdateContact } from '../../chunk-
|
|
16
|
+
import '../../chunk-TENLM2GN.js';
|
|
17
|
+
export { companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, useCompanies, useCompany, useContact, useContacts, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useUpdateCompany, useUpdateContact } from '../../chunk-V6Z2U6ZV.js';
|
|
18
18
|
import '../../chunk-LXHZYSMQ.js';
|
|
19
19
|
import '../../chunk-22UVE3RA.js';
|
|
20
|
-
import '../../chunk-
|
|
20
|
+
import '../../chunk-N6GYYWY3.js';
|
|
21
21
|
import '../../chunk-47YILFON.js';
|
|
22
22
|
import '../../chunk-CYXZHBP4.js';
|
|
23
|
-
import '../../chunk-
|
|
23
|
+
import '../../chunk-SPMKW4VO.js';
|
|
24
24
|
import '../../chunk-RX4UWZZR.js';
|
|
25
25
|
import '../../chunk-Y3D3WFJG.js';
|
|
26
26
|
import '../../chunk-3KMDHCAR.js';
|
|
@@ -160,7 +160,7 @@ type FeatureSidebarComponent = ComponentType;
|
|
|
160
160
|
interface FeatureModule {
|
|
161
161
|
key: string;
|
|
162
162
|
label?: string;
|
|
163
|
-
accessFeatureKey
|
|
163
|
+
accessFeatureKey: OrganizationModelFeatureKey;
|
|
164
164
|
domainIds?: OrganizationModelSemanticDomain['id'][];
|
|
165
165
|
capabilityIds?: string[];
|
|
166
166
|
navEntry?: FeatureNavEntry;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter, monitoringManifest } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter, monitoringManifest } from '../../chunk-SBND6P3L.js';
|
|
2
|
+
import '../../chunk-VGBMSGYC.js';
|
|
3
3
|
import '../../chunk-PDHTXPSF.js';
|
|
4
4
|
import '../../chunk-GBMNCNHX.js';
|
|
5
5
|
import '../../chunk-LGKLC5MG.js';
|
|
6
6
|
import '../../chunk-KFICYU6S.js';
|
|
7
7
|
import '../../chunk-YEX4MQSY.js';
|
|
8
8
|
import '../../chunk-XA34RETF.js';
|
|
9
|
-
import '../../chunk-
|
|
10
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-TENLM2GN.js';
|
|
10
|
+
import '../../chunk-V6Z2U6ZV.js';
|
|
11
11
|
import '../../chunk-LXHZYSMQ.js';
|
|
12
12
|
import '../../chunk-22UVE3RA.js';
|
|
13
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-N6GYYWY3.js';
|
|
14
14
|
import '../../chunk-47YILFON.js';
|
|
15
15
|
import '../../chunk-CYXZHBP4.js';
|
|
16
|
-
import '../../chunk-
|
|
16
|
+
import '../../chunk-SPMKW4VO.js';
|
|
17
17
|
import '../../chunk-RX4UWZZR.js';
|
|
18
18
|
import '../../chunk-Y3D3WFJG.js';
|
|
19
19
|
import '../../chunk-3KMDHCAR.js';
|