@elevasis/ui 2.33.2 → 2.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/index.d.ts +9 -2
- package/dist/api/index.js +1 -1
- package/dist/app/index.css +452 -0
- package/dist/app/index.d.ts +1250 -3
- package/dist/app/index.js +144 -8
- package/dist/charts/index.js +2 -3
- package/dist/{chunk-VGU4ZFYZ.js → chunk-3AJVNMY5.js} +45 -28
- package/dist/chunk-3QXJK5IY.js +25 -0
- package/dist/chunk-4O4MII5S.js +4716 -0
- package/dist/{chunk-KW7ZNQD7.js → chunk-5EYJ2GIN.js} +4 -8
- package/dist/{chunk-OIBHQH5Q.js → chunk-BPQVTIUP.js} +12 -3
- package/dist/{chunk-52K5RFDH.js → chunk-DTFKWZ7A.js} +1098 -2280
- package/dist/{chunk-EPTHX4VZ.js → chunk-HRWLKKWM.js} +11 -2
- package/dist/{chunk-ZMK5Z6KE.js → chunk-IGDYWFNE.js} +2 -2
- package/dist/{chunk-44I4LOH6.js → chunk-IVGI4GDL.js} +3 -3
- package/dist/{chunk-4DYOXEH6.js → chunk-LAWLB6CT.js} +1 -1
- package/dist/{chunk-TGVAIWIL.js → chunk-LRWTWOGP.js} +3 -3
- package/dist/{chunk-O56ESZCQ.js → chunk-MP3GPBPX.js} +3 -3
- package/dist/{chunk-T3J6U77J.js → chunk-NLBQTDOW.js} +12 -17
- package/dist/{chunk-IBWMR4TI.js → chunk-O6JXQ6UQ.js} +1 -2
- package/dist/{chunk-TBVLQRXT.js → chunk-OBBQ2JCM.js} +3 -3
- package/dist/{chunk-GWGQI6V4.js → chunk-PLP3NYPL.js} +80 -171
- package/dist/{chunk-Z2K2EAPL.js → chunk-RIAXZ6AH.js} +5 -6
- package/dist/chunk-SDXSB3HN.js +425 -0
- package/dist/{chunk-JA5ECJJB.js → chunk-VTXTZXAU.js} +156 -4
- package/dist/{chunk-32I2RCGC.js → chunk-W73ZABT6.js} +1 -1
- package/dist/{chunk-2ZZ72TAB.js → chunk-WU4FNWCW.js} +3 -3
- package/dist/{chunk-A4VDJJCV.js → chunk-YNWZIWJL.js} +4 -5
- package/dist/components/index.d.ts +0 -23
- package/dist/components/index.js +27 -448
- package/dist/components/navigation/index.js +4 -6
- package/dist/features/clients/index.js +7 -12
- package/dist/features/crm/index.js +9 -14
- package/dist/features/dashboard/index.d.ts +0 -23
- package/dist/features/dashboard/index.js +9 -14
- package/dist/features/delivery/index.js +8 -13
- package/dist/features/knowledge/index.js +5 -7
- package/dist/features/lead-gen/index.js +9 -14
- package/dist/features/monitoring/index.js +10 -15
- package/dist/features/monitoring/requests/index.js +7 -12
- package/dist/features/operations/index.d.ts +44 -35
- package/dist/features/operations/index.js +12 -17
- package/dist/features/settings/index.js +8 -13
- package/dist/hooks/index.d.ts +20 -27
- package/dist/hooks/index.js +7 -12
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +20 -27
- package/dist/hooks/published.d.ts +20 -27
- package/dist/hooks/published.js +7 -12
- package/dist/index.d.ts +53 -38
- package/dist/index.js +8 -13
- package/dist/knowledge/index.d.ts +30 -38
- package/dist/knowledge/index.js +36 -200
- package/dist/{knowledge-search-index-VMAW7FLR.js → knowledge-search-index-ORIJCEZX.js} +3 -3
- package/dist/organization/index.js +1 -2
- package/dist/provider/index.d.ts +24 -31
- package/dist/provider/index.js +6 -11
- package/dist/provider/published.d.ts +24 -31
- package/dist/provider/published.js +5 -9
- package/dist/test-utils/index.d.ts +2 -0
- package/dist/test-utils/index.js +14 -2
- package/dist/test-utils/setup.js +38 -0
- package/dist/types/index.d.ts +20 -27
- package/dist/utils/index.d.ts +0 -23
- package/dist/zustand/index.d.ts +15 -2
- package/dist/zustand/index.js +35 -1
- package/package.json +4 -4
- package/dist/chunk-HUJCU55S.js +0 -159
- package/dist/chunk-IOXOPMYS.js +0 -145
- package/dist/chunk-J2UD7BOH.js +0 -347
- package/dist/chunk-QDFJSUG3.js +0 -13
- package/dist/chunk-SZHARWKU.js +0 -15
- package/dist/chunk-WKW6B5ID.js +0 -29
- package/dist/chunk-XCYKC6OZ.js +0 -1
package/dist/components/index.js
CHANGED
|
@@ -1,25 +1,26 @@
|
|
|
1
|
-
import { useBreadcrumbs } from '../chunk-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { useBreadcrumbs } from '../chunk-W73ZABT6.js';
|
|
2
|
+
export { AppErrorBoundary, CrashErrorFallback, ErrorReportCard, buildErrorReport } from '../chunk-SDXSB3HN.js';
|
|
3
|
+
import { showAuthError } from '../chunk-WU4FNWCW.js';
|
|
4
|
+
export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest, showAuthError } from '../chunk-WU4FNWCW.js';
|
|
4
5
|
import '../chunk-V6SZ4ECN.js';
|
|
5
|
-
import { setDealReferrer, compareDealsByPriority } from '../chunk-
|
|
6
|
-
export { ActivityFeedWidget, CompanyDetailPage, ContactDetailPage, CrmOverview, CrmSidebar, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, crmManifest, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../chunk-
|
|
7
|
-
export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, deliveryManifest } from '../chunk-
|
|
8
|
-
export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarTop, StepConfigForm, TabSection, getEnrichmentColor, getStatusColor, leadGenManifest, useDeleteLists } from '../chunk-
|
|
9
|
-
export { CrmSidebarMiddle, LeadGenSidebarMiddle, MyTasksPanel, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel } from '../chunk-
|
|
10
|
-
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-
|
|
6
|
+
import { setDealReferrer, compareDealsByPriority } from '../chunk-YNWZIWJL.js';
|
|
7
|
+
export { ActivityFeedWidget, CompanyDetailPage, ContactDetailPage, CrmOverview, CrmSidebar, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, crmManifest, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../chunk-YNWZIWJL.js';
|
|
8
|
+
export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, deliveryManifest } from '../chunk-IVGI4GDL.js';
|
|
9
|
+
export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarTop, StepConfigForm, TabSection, getEnrichmentColor, getStatusColor, leadGenManifest, useDeleteLists } from '../chunk-3AJVNMY5.js';
|
|
10
|
+
export { CrmSidebarMiddle, LeadGenSidebarMiddle, MyTasksPanel, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel } from '../chunk-4O4MII5S.js';
|
|
11
|
+
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-NLBQTDOW.js';
|
|
11
12
|
import '../chunk-CXY7FMUM.js';
|
|
12
13
|
import '../chunk-ZTWA5H77.js';
|
|
13
|
-
import '../chunk-
|
|
14
|
+
import '../chunk-5EYJ2GIN.js';
|
|
14
15
|
import '../chunk-N55DVMAG.js';
|
|
15
16
|
import '../chunk-CLDCYJQT.js';
|
|
16
|
-
export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, RunResourceButton, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-
|
|
17
|
+
export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, RunResourceButton, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-MP3GPBPX.js';
|
|
17
18
|
export { ZodFormRenderer } from '../chunk-3MEXPLWT.js';
|
|
18
|
-
import { NotificationList } from '../chunk-
|
|
19
|
-
export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-
|
|
20
|
-
export { ResourceHealthPanel } from '../chunk-
|
|
19
|
+
import { NotificationList } from '../chunk-LRWTWOGP.js';
|
|
20
|
+
export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-LRWTWOGP.js';
|
|
21
|
+
export { ResourceHealthPanel } from '../chunk-OBBQ2JCM.js';
|
|
21
22
|
export { ResourceHealthChart, getHealthColor } from '../chunk-LGKLC5MG.js';
|
|
22
|
-
import '../chunk-
|
|
23
|
+
import '../chunk-LAWLB6CT.js';
|
|
23
24
|
export { ConfirmationInputModal, ConfirmationModal } from '../chunk-VNFR57DF.js';
|
|
24
25
|
export { SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, seoManifest } from '../chunk-TYRUKGGD.js';
|
|
25
26
|
import '../chunk-X4WBGKJQ.js';
|
|
@@ -36,34 +37,29 @@ import '../chunk-JFL3GRD4.js';
|
|
|
36
37
|
export { Graph_module_css_default as graphStyles } from '../chunk-22UVE3RA.js';
|
|
37
38
|
export { CONTAINER_CONSTANTS, SHARED_VIZ_CONSTANTS } from '../chunk-E4WQGJNS.js';
|
|
38
39
|
import '../chunk-7M2VOCYN.js';
|
|
39
|
-
import { useOrganizationPermissions, useCreateOrgRole, usePermissionCatalog, useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, usePaginationState, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useDeals, useTransitionItem, dealKeys, useMarkAllAsRead, useNotifications } from '../chunk-
|
|
40
|
+
import { useOrganizationPermissions, useCreateOrgRole, usePermissionCatalog, useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, usePaginationState, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useDeals, useTransitionItem, dealKeys, useMarkAllAsRead, useNotifications } from '../chunk-IGDYWFNE.js';
|
|
40
41
|
import '../chunk-VNAZTCHA.js';
|
|
41
42
|
import { showSuccessNotification, showErrorNotification, showApiErrorNotification } from '../chunk-XZGSCABI.js';
|
|
42
43
|
export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-XZGSCABI.js';
|
|
43
44
|
import '../chunk-BRXELOHC.js';
|
|
44
45
|
import '../chunk-3ZMAGTWF.js';
|
|
45
|
-
import '../chunk-
|
|
46
|
-
import '../chunk-OIBHQH5Q.js';
|
|
46
|
+
import '../chunk-BPQVTIUP.js';
|
|
47
47
|
import '../chunk-RQA2EVN3.js';
|
|
48
48
|
import '../chunk-3FV6HBXS.js';
|
|
49
49
|
import '../chunk-WLOQ4IBG.js';
|
|
50
|
-
import '../chunk-
|
|
51
|
-
import { ListSkeleton, EmptyState, PageTitleCaption, StatCard, CenteredErrorState, CardHeader } from '../chunk-
|
|
52
|
-
export { APIErrorAlert, ActivityTimeline, CardHeader, CenteredErrorState, CollapsibleSection, ContextViewer, CustomSelector, DetailCardSkeleton, EmptyState, FeatureUnavailableState, GlowDot, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, TabCountBadge, TimeRangeSelector, TrendIndicator } from '../chunk-
|
|
50
|
+
import '../chunk-PLP3NYPL.js';
|
|
51
|
+
import { ListSkeleton, EmptyState, PageTitleCaption, StatCard, CenteredErrorState, CardHeader } from '../chunk-HRWLKKWM.js';
|
|
52
|
+
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 } from '../chunk-HRWLKKWM.js';
|
|
53
53
|
export { StyledMarkdown } from '../chunk-3KMDHCAR.js';
|
|
54
|
-
import '../chunk-
|
|
55
|
-
export { ElevasisLoader } from '../chunk-SZHARWKU.js';
|
|
56
|
-
import '../chunk-IBWMR4TI.js';
|
|
54
|
+
import '../chunk-O6JXQ6UQ.js';
|
|
57
55
|
import { SubshellContentContainer } from '../chunk-TKAYX2SP.js';
|
|
58
56
|
export { NavigationButton } from '../chunk-NYBEU5TE.js';
|
|
59
|
-
import '../chunk-
|
|
60
|
-
import '../chunk-52K5RFDH.js';
|
|
57
|
+
import '../chunk-DTFKWZ7A.js';
|
|
61
58
|
import '../chunk-ND5TDV2J.js';
|
|
62
59
|
import '../chunk-2IFYDILW.js';
|
|
63
60
|
import { useRouterContext } from '../chunk-Q7DJKLEN.js';
|
|
64
|
-
export { RoleBadge } from '../chunk-
|
|
65
|
-
import '../chunk-
|
|
66
|
-
import { useAppearance } from '../chunk-E565XMTQ.js';
|
|
61
|
+
export { RoleBadge } from '../chunk-VTXTZXAU.js';
|
|
62
|
+
import '../chunk-E565XMTQ.js';
|
|
67
63
|
import '../chunk-JBWJ6WHZ.js';
|
|
68
64
|
import '../chunk-DT3QYZVU.js';
|
|
69
65
|
import '../chunk-RNP5R5I3.js';
|
|
@@ -81,7 +77,7 @@ import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
|
81
77
|
import { Stack, Card, Title, Checkbox, Group, Text, Tooltip, Center, TextInput, Textarea, Loader, Alert, Button, Table, ActionIcon, Paper, Code, CopyButton, SimpleGrid, Badge, Pagination, SegmentedControl, Switch, Select, Divider, Menu, Timeline, ThemeIcon, Tabs, ScrollArea, Breadcrumbs as Breadcrumbs$1, Box, Popover, Indicator } from '@mantine/core';
|
|
82
78
|
import { IconLock, IconPencil, IconAlertCircle, IconKey, IconCalendar, IconClock, IconTrash, IconAlertTriangle, IconExclamationMark, IconShieldLock, IconCheck, IconCopy, IconPlus, IconRocket, IconRefresh, IconPower, IconPlayerPlay, IconCircleCheck, IconTag, IconCalendarRepeat, IconCalendarEvent, IconCalendarTime, IconRobot, IconGitBranch, IconSettings, IconExternalLink, IconDotsVertical, IconPlayerPause, IconPlayerStop, IconCalendarDue, IconCalendarStats, IconCalendarOff, IconListCheck, IconBell } from '@tabler/icons-react';
|
|
83
79
|
import { useForm } from '@mantine/form';
|
|
84
|
-
import { useRef, useEffect, useState, useMemo, useCallback
|
|
80
|
+
import { useRef, useEffect, useState, useMemo, useCallback } from 'react';
|
|
85
81
|
import { z } from 'zod';
|
|
86
82
|
import { useDisclosure } from '@mantine/hooks';
|
|
87
83
|
import { useQueryClient, useQuery } from '@tanstack/react-query';
|
|
@@ -2264,423 +2260,6 @@ var TaskScheduler = () => {
|
|
|
2264
2260
|
)
|
|
2265
2261
|
] });
|
|
2266
2262
|
};
|
|
2267
|
-
var tokens = {
|
|
2268
|
-
cardBg: "rgba(16, 16, 20, 0.92)",
|
|
2269
|
-
cardBorder: "rgba(255, 255, 255, 0.06)",
|
|
2270
|
-
accentRed: "#ff5555",
|
|
2271
|
-
accentRedDim: "rgba(255, 85, 85, 0.15)",
|
|
2272
|
-
textPrimary: "#e8e8e8",
|
|
2273
|
-
textSecondary: "rgba(255, 255, 255, 0.5)",
|
|
2274
|
-
textTertiary: "rgba(255, 255, 255, 0.3)",
|
|
2275
|
-
codeBg: "rgba(0, 0, 0, 0.35)",
|
|
2276
|
-
codeBorder: "rgba(255, 255, 255, 0.05)",
|
|
2277
|
-
fileHighlight: "#7dd3fc",
|
|
2278
|
-
separator: "rgba(255, 255, 255, 0.06)",
|
|
2279
|
-
mono: "'JetBrains Mono', 'Fira Code', 'Cascadia Code', ui-monospace, monospace",
|
|
2280
|
-
sans: "'Inter', -apple-system, system-ui, sans-serif"
|
|
2281
|
-
};
|
|
2282
|
-
function parseStackFrames(stack) {
|
|
2283
|
-
return stack.split("\n").filter((line) => line.trim().startsWith("at ")).map((line) => {
|
|
2284
|
-
const trimmed = line.trim();
|
|
2285
|
-
const parenMatch = trimmed.match(/^at\s+(.+?)\s+\((.+)\)$/);
|
|
2286
|
-
if (parenMatch) {
|
|
2287
|
-
return { fn: parenMatch[1], file: parenMatch[2], raw: trimmed };
|
|
2288
|
-
}
|
|
2289
|
-
const simpleMatch = trimmed.match(/^at\s+(.+)$/);
|
|
2290
|
-
if (simpleMatch) {
|
|
2291
|
-
return { fn: "", file: simpleMatch[1], raw: trimmed };
|
|
2292
|
-
}
|
|
2293
|
-
return { fn: "", file: "", raw: trimmed };
|
|
2294
|
-
});
|
|
2295
|
-
}
|
|
2296
|
-
var COMPONENT_NOISE = /* @__PURE__ */ new Set([
|
|
2297
|
-
"div",
|
|
2298
|
-
"main",
|
|
2299
|
-
"span",
|
|
2300
|
-
"section",
|
|
2301
|
-
"Lazy",
|
|
2302
|
-
"Suspense",
|
|
2303
|
-
"SafeFragment",
|
|
2304
|
-
"MatchImpl",
|
|
2305
|
-
"MatchInnerImpl",
|
|
2306
|
-
"OutletImpl",
|
|
2307
|
-
"CatchBoundaryImpl",
|
|
2308
|
-
"CatchBoundary",
|
|
2309
|
-
"MatchesInner",
|
|
2310
|
-
"Matches",
|
|
2311
|
-
"SplitComponent"
|
|
2312
|
-
]);
|
|
2313
|
-
function isNoiseComponent(name) {
|
|
2314
|
-
if (COMPONENT_NOISE.has(name)) return true;
|
|
2315
|
-
if (name.startsWith("@mantine/") || name.startsWith("@tanstack/")) return true;
|
|
2316
|
-
return false;
|
|
2317
|
-
}
|
|
2318
|
-
function parseComponentStack(stack) {
|
|
2319
|
-
return stack.trim().split("\n").map((line) => line.trim()).filter((line) => line.startsWith("at ")).map((line) => {
|
|
2320
|
-
const match = line.match(/^at\s+(\S+)/);
|
|
2321
|
-
return match ? match[1] : line.replace(/^at\s+/, "");
|
|
2322
|
-
}).filter((name) => !isNoiseComponent(name));
|
|
2323
|
-
}
|
|
2324
|
-
function SectionLabel({ children }) {
|
|
2325
|
-
return /* @__PURE__ */ jsx(
|
|
2326
|
-
"div",
|
|
2327
|
-
{
|
|
2328
|
-
style: {
|
|
2329
|
-
fontSize: 10,
|
|
2330
|
-
fontFamily: tokens.sans,
|
|
2331
|
-
fontWeight: 600,
|
|
2332
|
-
textTransform: "uppercase",
|
|
2333
|
-
letterSpacing: "0.08em",
|
|
2334
|
-
color: tokens.textTertiary,
|
|
2335
|
-
marginBottom: 6
|
|
2336
|
-
},
|
|
2337
|
-
children
|
|
2338
|
-
}
|
|
2339
|
-
);
|
|
2340
|
-
}
|
|
2341
|
-
function CodeBlock({ children, style }) {
|
|
2342
|
-
return /* @__PURE__ */ jsx(
|
|
2343
|
-
"div",
|
|
2344
|
-
{
|
|
2345
|
-
style: {
|
|
2346
|
-
background: tokens.codeBg,
|
|
2347
|
-
border: `1px solid ${tokens.codeBorder}`,
|
|
2348
|
-
borderRadius: 6,
|
|
2349
|
-
padding: "10px 14px",
|
|
2350
|
-
fontFamily: tokens.mono,
|
|
2351
|
-
fontSize: 12,
|
|
2352
|
-
lineHeight: 1.6,
|
|
2353
|
-
color: tokens.textPrimary,
|
|
2354
|
-
overflowX: "auto",
|
|
2355
|
-
...style
|
|
2356
|
-
},
|
|
2357
|
-
children
|
|
2358
|
-
}
|
|
2359
|
-
);
|
|
2360
|
-
}
|
|
2361
|
-
function StackFrameRow({ frame }) {
|
|
2362
|
-
return /* @__PURE__ */ jsxs("div", { style: { display: "flex", gap: 8, alignItems: "baseline" }, children: [
|
|
2363
|
-
frame.fn && /* @__PURE__ */ jsx("span", { style: { color: tokens.textPrimary, flexShrink: 0 }, children: frame.fn }),
|
|
2364
|
-
/* @__PURE__ */ jsx("span", { style: { color: tokens.fileHighlight, opacity: 0.7, fontSize: 11 }, children: frame.file })
|
|
2365
|
-
] });
|
|
2366
|
-
}
|
|
2367
|
-
function Separator() {
|
|
2368
|
-
return /* @__PURE__ */ jsx("div", { style: { height: 1, background: tokens.separator, margin: "4px 0" } });
|
|
2369
|
-
}
|
|
2370
|
-
function ErrorReportCard({
|
|
2371
|
-
errorName,
|
|
2372
|
-
errorMessage,
|
|
2373
|
-
errorStack,
|
|
2374
|
-
componentStack,
|
|
2375
|
-
eventId,
|
|
2376
|
-
url,
|
|
2377
|
-
timestamp,
|
|
2378
|
-
reportText,
|
|
2379
|
-
appVersion
|
|
2380
|
-
}) {
|
|
2381
|
-
const [expanded, setExpanded] = useState(true);
|
|
2382
|
-
const frames = errorStack ? parseStackFrames(errorStack) : [];
|
|
2383
|
-
const components = componentStack ? parseComponentStack(componentStack) : [];
|
|
2384
|
-
return /* @__PURE__ */ jsxs(
|
|
2385
|
-
"div",
|
|
2386
|
-
{
|
|
2387
|
-
style: {
|
|
2388
|
-
background: tokens.cardBg,
|
|
2389
|
-
border: `1px solid ${tokens.cardBorder}`,
|
|
2390
|
-
borderTop: `3px solid ${tokens.accentRed}`,
|
|
2391
|
-
borderRadius: 10,
|
|
2392
|
-
maxWidth: 720,
|
|
2393
|
-
width: "100%",
|
|
2394
|
-
fontFamily: tokens.sans,
|
|
2395
|
-
backdropFilter: "blur(20px)",
|
|
2396
|
-
boxShadow: "0 25px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 85, 85, 0.05)"
|
|
2397
|
-
},
|
|
2398
|
-
children: [
|
|
2399
|
-
/* @__PURE__ */ jsxs("div", { style: { padding: "20px 24px 0" }, children: [
|
|
2400
|
-
/* @__PURE__ */ jsxs("div", { style: { display: "flex", alignItems: "center", justifyContent: "space-between", marginBottom: 12 }, children: [
|
|
2401
|
-
/* @__PURE__ */ jsx("div", { style: { display: "flex", alignItems: "center", gap: 10 }, children: /* @__PURE__ */ jsx(
|
|
2402
|
-
"span",
|
|
2403
|
-
{
|
|
2404
|
-
style: {
|
|
2405
|
-
background: tokens.accentRedDim,
|
|
2406
|
-
color: tokens.accentRed,
|
|
2407
|
-
fontSize: 12,
|
|
2408
|
-
fontWeight: 600,
|
|
2409
|
-
fontFamily: tokens.mono,
|
|
2410
|
-
padding: "3px 10px",
|
|
2411
|
-
borderRadius: 4,
|
|
2412
|
-
letterSpacing: "0.02em"
|
|
2413
|
-
},
|
|
2414
|
-
children: errorName
|
|
2415
|
-
}
|
|
2416
|
-
) }),
|
|
2417
|
-
/* @__PURE__ */ jsx(CopyButton, { value: reportText, timeout: 2e3, children: ({ copied, copy }) => /* @__PURE__ */ jsx(Tooltip, { label: copied ? "Copied!" : "Copy error report", position: "left", children: /* @__PURE__ */ jsxs(
|
|
2418
|
-
"button",
|
|
2419
|
-
{
|
|
2420
|
-
onClick: copy,
|
|
2421
|
-
style: {
|
|
2422
|
-
background: copied ? "rgba(45, 212, 191, 0.15)" : "rgba(255, 255, 255, 0.06)",
|
|
2423
|
-
border: `1px solid ${copied ? "rgba(45, 212, 191, 0.3)" : "rgba(255, 255, 255, 0.08)"}`,
|
|
2424
|
-
borderRadius: 6,
|
|
2425
|
-
padding: "5px 12px",
|
|
2426
|
-
color: copied ? "#2dd4bf" : tokens.textSecondary,
|
|
2427
|
-
cursor: "pointer",
|
|
2428
|
-
display: "flex",
|
|
2429
|
-
alignItems: "center",
|
|
2430
|
-
gap: 6,
|
|
2431
|
-
fontSize: 12,
|
|
2432
|
-
fontFamily: tokens.sans,
|
|
2433
|
-
transition: "all 0.15s ease"
|
|
2434
|
-
},
|
|
2435
|
-
children: [
|
|
2436
|
-
copied ? /* @__PURE__ */ jsx(IconCheck, { size: 13 }) : /* @__PURE__ */ jsx(IconCopy, { size: 13 }),
|
|
2437
|
-
copied ? "Copied" : "Copy"
|
|
2438
|
-
]
|
|
2439
|
-
}
|
|
2440
|
-
) }) })
|
|
2441
|
-
] }),
|
|
2442
|
-
/* @__PURE__ */ jsx(
|
|
2443
|
-
"div",
|
|
2444
|
-
{
|
|
2445
|
-
style: {
|
|
2446
|
-
fontSize: 16,
|
|
2447
|
-
fontWeight: 500,
|
|
2448
|
-
color: tokens.textPrimary,
|
|
2449
|
-
lineHeight: 1.5,
|
|
2450
|
-
marginBottom: 16
|
|
2451
|
-
},
|
|
2452
|
-
children: errorMessage
|
|
2453
|
-
}
|
|
2454
|
-
),
|
|
2455
|
-
/* @__PURE__ */ jsxs(
|
|
2456
|
-
"div",
|
|
2457
|
-
{
|
|
2458
|
-
style: {
|
|
2459
|
-
background: tokens.codeBg,
|
|
2460
|
-
border: `1px solid ${tokens.codeBorder}`,
|
|
2461
|
-
borderRadius: 6,
|
|
2462
|
-
padding: "8px 12px",
|
|
2463
|
-
fontFamily: tokens.mono,
|
|
2464
|
-
fontSize: 12,
|
|
2465
|
-
color: tokens.fileHighlight,
|
|
2466
|
-
marginBottom: 16,
|
|
2467
|
-
display: "flex",
|
|
2468
|
-
alignItems: "center",
|
|
2469
|
-
gap: 8
|
|
2470
|
-
},
|
|
2471
|
-
children: [
|
|
2472
|
-
/* @__PURE__ */ jsx("span", { style: { color: tokens.textTertiary, fontSize: 10, flexShrink: 0 }, children: "URL" }),
|
|
2473
|
-
/* @__PURE__ */ jsx("span", { style: { opacity: 0.8 }, children: url })
|
|
2474
|
-
]
|
|
2475
|
-
}
|
|
2476
|
-
)
|
|
2477
|
-
] }),
|
|
2478
|
-
/* @__PURE__ */ jsx("div", { style: { padding: "0 24px" }, children: /* @__PURE__ */ jsxs(
|
|
2479
|
-
"button",
|
|
2480
|
-
{
|
|
2481
|
-
onClick: () => setExpanded((v) => !v),
|
|
2482
|
-
style: {
|
|
2483
|
-
background: "none",
|
|
2484
|
-
border: "none",
|
|
2485
|
-
color: tokens.textTertiary,
|
|
2486
|
-
fontSize: 11,
|
|
2487
|
-
fontFamily: tokens.sans,
|
|
2488
|
-
cursor: "pointer",
|
|
2489
|
-
padding: "4px 0",
|
|
2490
|
-
display: "flex",
|
|
2491
|
-
alignItems: "center",
|
|
2492
|
-
gap: 4,
|
|
2493
|
-
letterSpacing: "0.05em",
|
|
2494
|
-
textTransform: "uppercase",
|
|
2495
|
-
fontWeight: 600
|
|
2496
|
-
},
|
|
2497
|
-
children: [
|
|
2498
|
-
expanded ? "- Hide" : "+ Show",
|
|
2499
|
-
" details"
|
|
2500
|
-
]
|
|
2501
|
-
}
|
|
2502
|
-
) }),
|
|
2503
|
-
expanded && /* @__PURE__ */ jsxs("div", { style: { padding: "8px 24px 20px" }, children: [
|
|
2504
|
-
frames.length > 0 && /* @__PURE__ */ jsxs("div", { style: { marginBottom: 16 }, children: [
|
|
2505
|
-
/* @__PURE__ */ jsx(SectionLabel, { children: "Stack Trace" }),
|
|
2506
|
-
/* @__PURE__ */ jsx(CodeBlock, { style: { maxHeight: 220, overflowY: "auto" }, children: frames.map((frame, i) => /* @__PURE__ */ jsx(StackFrameRow, { frame }, i)) })
|
|
2507
|
-
] }),
|
|
2508
|
-
components.length > 0 && /* @__PURE__ */ jsxs("div", { style: { marginBottom: 16 }, children: [
|
|
2509
|
-
/* @__PURE__ */ jsx(SectionLabel, { children: "Component Tree" }),
|
|
2510
|
-
/* @__PURE__ */ jsx(CodeBlock, { style: { maxHeight: 120, overflowY: "auto" }, children: /* @__PURE__ */ jsx("div", { style: { display: "flex", flexWrap: "wrap", gap: "2px 0", alignItems: "center" }, children: components.map((name, i) => /* @__PURE__ */ jsxs("span", { style: { display: "inline-flex", alignItems: "center" }, children: [
|
|
2511
|
-
/* @__PURE__ */ jsx(
|
|
2512
|
-
"span",
|
|
2513
|
-
{
|
|
2514
|
-
style: {
|
|
2515
|
-
color: i === 0 ? tokens.accentRed : tokens.textPrimary,
|
|
2516
|
-
fontWeight: i === 0 ? 600 : 400
|
|
2517
|
-
},
|
|
2518
|
-
children: name
|
|
2519
|
-
}
|
|
2520
|
-
),
|
|
2521
|
-
i < components.length - 1 && /* @__PURE__ */ jsx("span", { style: { color: tokens.textTertiary, margin: "0 6px", fontSize: 10 }, children: "\u203A" })
|
|
2522
|
-
] }, i)) }) })
|
|
2523
|
-
] }),
|
|
2524
|
-
/* @__PURE__ */ jsx(Separator, {}),
|
|
2525
|
-
/* @__PURE__ */ jsxs(
|
|
2526
|
-
"div",
|
|
2527
|
-
{
|
|
2528
|
-
style: {
|
|
2529
|
-
display: "grid",
|
|
2530
|
-
gridTemplateColumns: "auto 1fr",
|
|
2531
|
-
gap: "4px 16px",
|
|
2532
|
-
fontSize: 11,
|
|
2533
|
-
fontFamily: tokens.mono,
|
|
2534
|
-
paddingTop: 12
|
|
2535
|
-
},
|
|
2536
|
-
children: [
|
|
2537
|
-
appVersion && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2538
|
-
/* @__PURE__ */ jsx("span", { style: { color: tokens.textTertiary }, children: "version" }),
|
|
2539
|
-
/* @__PURE__ */ jsx("span", { style: { color: tokens.textSecondary }, children: appVersion })
|
|
2540
|
-
] }),
|
|
2541
|
-
/* @__PURE__ */ jsx("span", { style: { color: tokens.textTertiary }, children: "timestamp" }),
|
|
2542
|
-
/* @__PURE__ */ jsx("span", { style: { color: tokens.textSecondary }, children: timestamp }),
|
|
2543
|
-
/* @__PURE__ */ jsx("span", { style: { color: tokens.textTertiary }, children: "viewport" }),
|
|
2544
|
-
/* @__PURE__ */ jsxs("span", { style: { color: tokens.textSecondary }, children: [
|
|
2545
|
-
window.innerWidth,
|
|
2546
|
-
"x",
|
|
2547
|
-
window.innerHeight
|
|
2548
|
-
] }),
|
|
2549
|
-
eventId && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2550
|
-
/* @__PURE__ */ jsx("span", { style: { color: tokens.textTertiary }, children: "sentry" }),
|
|
2551
|
-
/* @__PURE__ */ jsx("span", { style: { color: tokens.textSecondary }, children: eventId })
|
|
2552
|
-
] })
|
|
2553
|
-
]
|
|
2554
|
-
}
|
|
2555
|
-
)
|
|
2556
|
-
] }),
|
|
2557
|
-
/* @__PURE__ */ jsx(
|
|
2558
|
-
"div",
|
|
2559
|
-
{
|
|
2560
|
-
style: {
|
|
2561
|
-
borderTop: `1px solid ${tokens.separator}`,
|
|
2562
|
-
padding: "12px 24px",
|
|
2563
|
-
display: "flex",
|
|
2564
|
-
justifyContent: "center"
|
|
2565
|
-
},
|
|
2566
|
-
children: /* @__PURE__ */ jsx(
|
|
2567
|
-
"button",
|
|
2568
|
-
{
|
|
2569
|
-
onClick: () => window.location.reload(),
|
|
2570
|
-
style: {
|
|
2571
|
-
background: "none",
|
|
2572
|
-
border: "none",
|
|
2573
|
-
color: tokens.textTertiary,
|
|
2574
|
-
fontSize: 12,
|
|
2575
|
-
fontFamily: tokens.sans,
|
|
2576
|
-
cursor: "pointer",
|
|
2577
|
-
padding: "2px 8px",
|
|
2578
|
-
textDecoration: "underline",
|
|
2579
|
-
textUnderlineOffset: 3
|
|
2580
|
-
},
|
|
2581
|
-
children: "Reload page"
|
|
2582
|
-
}
|
|
2583
|
-
)
|
|
2584
|
-
}
|
|
2585
|
-
)
|
|
2586
|
-
]
|
|
2587
|
-
}
|
|
2588
|
-
);
|
|
2589
|
-
}
|
|
2590
|
-
function getErrorName(error) {
|
|
2591
|
-
if (error instanceof Error) {
|
|
2592
|
-
return error.constructor.name === "Error" ? "Error" : error.constructor.name;
|
|
2593
|
-
}
|
|
2594
|
-
return "Error";
|
|
2595
|
-
}
|
|
2596
|
-
function buildErrorReport(opts) {
|
|
2597
|
-
const { error, componentStack, eventId } = opts;
|
|
2598
|
-
const errorMessage = error instanceof Error ? error.message : String(error);
|
|
2599
|
-
const errorStack = error instanceof Error ? error.stack : void 0;
|
|
2600
|
-
const url = opts.url ?? window.location.href;
|
|
2601
|
-
const sections = [
|
|
2602
|
-
`## Error Report`,
|
|
2603
|
-
`**Timestamp:** ${(/* @__PURE__ */ new Date()).toISOString()}`,
|
|
2604
|
-
`**URL:** ${url}`,
|
|
2605
|
-
opts.appVersion && `**App Version:** ${opts.appVersion}`,
|
|
2606
|
-
eventId && `**Sentry Event ID:** ${eventId}`,
|
|
2607
|
-
`**User Agent:** ${navigator.userAgent}`,
|
|
2608
|
-
`**Viewport:** ${window.innerWidth}x${window.innerHeight}`,
|
|
2609
|
-
"",
|
|
2610
|
-
`### Error`,
|
|
2611
|
-
"```",
|
|
2612
|
-
`${getErrorName(error)}: ${errorMessage}`,
|
|
2613
|
-
"```",
|
|
2614
|
-
"",
|
|
2615
|
-
errorStack && `### Stack Trace`,
|
|
2616
|
-
errorStack && "```",
|
|
2617
|
-
errorStack,
|
|
2618
|
-
errorStack && "```",
|
|
2619
|
-
errorStack && "",
|
|
2620
|
-
componentStack && `### Component Stack`,
|
|
2621
|
-
componentStack && "```",
|
|
2622
|
-
componentStack?.trim(),
|
|
2623
|
-
componentStack && "```"
|
|
2624
|
-
];
|
|
2625
|
-
return sections.filter(Boolean).join("\n");
|
|
2626
|
-
}
|
|
2627
|
-
function CrashErrorFallback({ error, componentStack, eventId, appVersion }) {
|
|
2628
|
-
const { background } = useAppearance();
|
|
2629
|
-
const errorMessage = error instanceof Error ? error.message : String(error);
|
|
2630
|
-
const errorStack = error instanceof Error ? error.stack : void 0;
|
|
2631
|
-
const errorName = getErrorName(error);
|
|
2632
|
-
const reportText = buildErrorReport({ error, componentStack, eventId, appVersion });
|
|
2633
|
-
const timestamp = (/* @__PURE__ */ new Date()).toISOString();
|
|
2634
|
-
return /* @__PURE__ */ jsxs(
|
|
2635
|
-
"div",
|
|
2636
|
-
{
|
|
2637
|
-
style: {
|
|
2638
|
-
position: "fixed",
|
|
2639
|
-
inset: 0,
|
|
2640
|
-
overflow: "auto",
|
|
2641
|
-
background: "var(--color-background)",
|
|
2642
|
-
display: "flex",
|
|
2643
|
-
alignItems: "center",
|
|
2644
|
-
justifyContent: "center",
|
|
2645
|
-
padding: 24
|
|
2646
|
-
},
|
|
2647
|
-
children: [
|
|
2648
|
-
background,
|
|
2649
|
-
/* @__PURE__ */ jsx("div", { style: { position: "relative", zIndex: 1, width: "100%", display: "flex", justifyContent: "center" }, children: /* @__PURE__ */ jsx(
|
|
2650
|
-
ErrorReportCard,
|
|
2651
|
-
{
|
|
2652
|
-
errorName,
|
|
2653
|
-
errorMessage,
|
|
2654
|
-
errorStack,
|
|
2655
|
-
componentStack,
|
|
2656
|
-
eventId,
|
|
2657
|
-
url: window.location.href,
|
|
2658
|
-
timestamp,
|
|
2659
|
-
reportText,
|
|
2660
|
-
appVersion
|
|
2661
|
-
}
|
|
2662
|
-
) })
|
|
2663
|
-
]
|
|
2664
|
-
}
|
|
2665
|
-
);
|
|
2666
|
-
}
|
|
2667
|
-
var AppErrorBoundary = class extends Component {
|
|
2668
|
-
state = { error: null, componentStack: "" };
|
|
2669
|
-
static getDerivedStateFromError(error) {
|
|
2670
|
-
return { error };
|
|
2671
|
-
}
|
|
2672
|
-
componentDidCatch(error, errorInfo) {
|
|
2673
|
-
this.setState({ componentStack: errorInfo.componentStack ?? "" });
|
|
2674
|
-
this.props.onError?.(error, errorInfo);
|
|
2675
|
-
}
|
|
2676
|
-
render() {
|
|
2677
|
-
if (this.state.error !== null) {
|
|
2678
|
-
const props = { error: this.state.error, componentStack: this.state.componentStack };
|
|
2679
|
-
return this.props.fallback ? this.props.fallback(props) : /* @__PURE__ */ jsx(CrashErrorFallback, { ...props, appVersion: this.props.appVersion });
|
|
2680
|
-
}
|
|
2681
|
-
return this.props.children;
|
|
2682
|
-
}
|
|
2683
|
-
};
|
|
2684
2263
|
function RichTextEditor({ content, onChange, placeholder }) {
|
|
2685
2264
|
const editor = useEditor({
|
|
2686
2265
|
extensions: [
|
|
@@ -3226,4 +2805,4 @@ function NotificationBell({ unreadCount, onNavigate }) {
|
|
|
3226
2805
|
] });
|
|
3227
2806
|
}
|
|
3228
2807
|
|
|
3229
|
-
export { AbsoluteScheduleForm, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings,
|
|
2808
|
+
export { AbsoluteScheduleForm, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, Breadcrumbs, Can, CreateApiKeyModal, CreateRoleModal, CreateScheduleModal, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealKanbanCard, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, EditApiKeyModal, KanbanBoard, MdxRenderer, NoAccessState, NotificationBell, NotificationPanel, PermissionMatrix, RecurringScheduleForm, RelativeScheduleForm, RichTextEditor, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, TaskScheduler, mdxComponents };
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
export { useBreadcrumbs } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
4
|
-
import '../../chunk-52K5RFDH.js';
|
|
1
|
+
export { useBreadcrumbs } from '../../chunk-W73ZABT6.js';
|
|
2
|
+
import '../../chunk-O6JXQ6UQ.js';
|
|
3
|
+
import '../../chunk-DTFKWZ7A.js';
|
|
5
4
|
import '../../chunk-Q7DJKLEN.js';
|
|
6
|
-
import '../../chunk-
|
|
7
|
-
import '../../chunk-HUJCU55S.js';
|
|
5
|
+
import '../../chunk-VTXTZXAU.js';
|
|
8
6
|
import '../../chunk-JBWJ6WHZ.js';
|
|
9
7
|
import '../../chunk-RNP5R5I3.js';
|
|
10
8
|
import '../../chunk-533DUEQY.js';
|
|
@@ -4,31 +4,26 @@ import '../../chunk-TUMSNGTX.js';
|
|
|
4
4
|
import { FilterBar } from '../../chunk-PDHTXPSF.js';
|
|
5
5
|
import { CustomModal } from '../../chunk-R66W5UDG.js';
|
|
6
6
|
import '../../chunk-7M2VOCYN.js';
|
|
7
|
-
import { useClientStatus, useCreateClient, useUpdateClient, useDeleteClient, usePaginationState, useClients, useClient } from '../../chunk-
|
|
7
|
+
import { useClientStatus, useCreateClient, useUpdateClient, useDeleteClient, usePaginationState, useClients, useClient } from '../../chunk-IGDYWFNE.js';
|
|
8
8
|
import '../../chunk-VNAZTCHA.js';
|
|
9
9
|
import { showApiErrorNotification } from '../../chunk-XZGSCABI.js';
|
|
10
10
|
import '../../chunk-BRXELOHC.js';
|
|
11
11
|
import '../../chunk-3ZMAGTWF.js';
|
|
12
|
-
import '../../chunk-
|
|
13
|
-
import '../../chunk-OIBHQH5Q.js';
|
|
12
|
+
import '../../chunk-BPQVTIUP.js';
|
|
14
13
|
import '../../chunk-RQA2EVN3.js';
|
|
15
14
|
import '../../chunk-3FV6HBXS.js';
|
|
16
15
|
import '../../chunk-WLOQ4IBG.js';
|
|
17
|
-
import '../../chunk-
|
|
18
|
-
import { StatCard, CardHeader, EmptyState, PageTitleCaption, CenteredErrorState } from '../../chunk-
|
|
16
|
+
import '../../chunk-PLP3NYPL.js';
|
|
17
|
+
import { StatCard, CardHeader, EmptyState, PageTitleCaption, CenteredErrorState } from '../../chunk-HRWLKKWM.js';
|
|
19
18
|
import '../../chunk-3KMDHCAR.js';
|
|
20
|
-
import '../../chunk-
|
|
21
|
-
import '../../chunk-SZHARWKU.js';
|
|
22
|
-
import '../../chunk-IBWMR4TI.js';
|
|
19
|
+
import '../../chunk-O6JXQ6UQ.js';
|
|
23
20
|
import { SubshellContentContainer } from '../../chunk-TKAYX2SP.js';
|
|
24
21
|
import '../../chunk-NYBEU5TE.js';
|
|
25
|
-
import '../../chunk-
|
|
26
|
-
import '../../chunk-52K5RFDH.js';
|
|
22
|
+
import '../../chunk-DTFKWZ7A.js';
|
|
27
23
|
import '../../chunk-ND5TDV2J.js';
|
|
28
24
|
import '../../chunk-2IFYDILW.js';
|
|
29
25
|
import '../../chunk-Q7DJKLEN.js';
|
|
30
|
-
import '../../chunk-
|
|
31
|
-
import '../../chunk-HUJCU55S.js';
|
|
26
|
+
import '../../chunk-VTXTZXAU.js';
|
|
32
27
|
import '../../chunk-E565XMTQ.js';
|
|
33
28
|
import '../../chunk-JBWJ6WHZ.js';
|
|
34
29
|
import '../../chunk-DT3QYZVU.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { ActivityFeedWidget, CompanyDetailPage, ContactDetailPage, ConversationThread, CrmOverview, CrmSettingsPage, CrmSidebar, CrmSidebarTop, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DealDetailPage, DealsListPage, MetricsStrip, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, crmManifest, crmPrioritySettingsKeys, formatDealStageLabel, useCrmPipelineSummary, useCrmPrioritySettings, useCrmQuickMetrics, useRecentCrmActivity, useResetCrmPrioritySettings, useUpdateCrmPrioritySettings } from '../../chunk-
|
|
2
|
-
export { CRM_ITEMS, CrmSidebarMiddle, MyTasksPanel, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel } from '../../chunk-
|
|
1
|
+
export { ActivityFeedWidget, CompanyDetailPage, ContactDetailPage, ConversationThread, CrmOverview, CrmSettingsPage, CrmSidebar, CrmSidebarTop, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DealDetailPage, DealsListPage, MetricsStrip, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, crmManifest, crmPrioritySettingsKeys, formatDealStageLabel, useCrmPipelineSummary, useCrmPrioritySettings, useCrmQuickMetrics, useRecentCrmActivity, useResetCrmPrioritySettings, useUpdateCrmPrioritySettings } from '../../chunk-YNWZIWJL.js';
|
|
2
|
+
export { CRM_ITEMS, CrmSidebarMiddle, MyTasksPanel, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel } from '../../chunk-4O4MII5S.js';
|
|
3
3
|
import '../../chunk-VNFR57DF.js';
|
|
4
4
|
import '../../chunk-X4WBGKJQ.js';
|
|
5
5
|
import '../../chunk-IIMU5YAJ.js';
|
|
@@ -8,31 +8,26 @@ import '../../chunk-TUMSNGTX.js';
|
|
|
8
8
|
import '../../chunk-PDHTXPSF.js';
|
|
9
9
|
import '../../chunk-R66W5UDG.js';
|
|
10
10
|
import '../../chunk-7M2VOCYN.js';
|
|
11
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-IGDYWFNE.js';
|
|
12
12
|
import '../../chunk-VNAZTCHA.js';
|
|
13
13
|
import '../../chunk-XZGSCABI.js';
|
|
14
14
|
import '../../chunk-BRXELOHC.js';
|
|
15
15
|
import '../../chunk-3ZMAGTWF.js';
|
|
16
|
-
import '../../chunk-
|
|
17
|
-
import '../../chunk-OIBHQH5Q.js';
|
|
16
|
+
import '../../chunk-BPQVTIUP.js';
|
|
18
17
|
import '../../chunk-RQA2EVN3.js';
|
|
19
18
|
import '../../chunk-3FV6HBXS.js';
|
|
20
19
|
import '../../chunk-WLOQ4IBG.js';
|
|
21
|
-
import '../../chunk-
|
|
22
|
-
import '../../chunk-
|
|
20
|
+
import '../../chunk-PLP3NYPL.js';
|
|
21
|
+
import '../../chunk-HRWLKKWM.js';
|
|
23
22
|
import '../../chunk-3KMDHCAR.js';
|
|
24
|
-
import '../../chunk-
|
|
25
|
-
import '../../chunk-SZHARWKU.js';
|
|
26
|
-
import '../../chunk-IBWMR4TI.js';
|
|
23
|
+
import '../../chunk-O6JXQ6UQ.js';
|
|
27
24
|
import '../../chunk-TKAYX2SP.js';
|
|
28
25
|
import '../../chunk-NYBEU5TE.js';
|
|
29
|
-
import '../../chunk-
|
|
30
|
-
import '../../chunk-52K5RFDH.js';
|
|
26
|
+
import '../../chunk-DTFKWZ7A.js';
|
|
31
27
|
import '../../chunk-ND5TDV2J.js';
|
|
32
28
|
import '../../chunk-2IFYDILW.js';
|
|
33
29
|
import '../../chunk-Q7DJKLEN.js';
|
|
34
|
-
import '../../chunk-
|
|
35
|
-
import '../../chunk-HUJCU55S.js';
|
|
30
|
+
import '../../chunk-VTXTZXAU.js';
|
|
36
31
|
import '../../chunk-E565XMTQ.js';
|
|
37
32
|
import '../../chunk-JBWJ6WHZ.js';
|
|
38
33
|
import '../../chunk-DT3QYZVU.js';
|