@elevasis/ui 2.74.0 → 2.75.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.js +3 -3
- package/dist/app/index.js +8 -8
- package/dist/auth/index.js +4 -4
- package/dist/charts/index.js +4 -4
- package/dist/{chunk-BA3AZJUR.js → chunk-2ZRY3ARL.js} +1 -1
- package/dist/{chunk-RFNJ2PTO.js → chunk-3H5DIJN7.js} +1 -1
- package/dist/{chunk-5A6KCFS5.js → chunk-47YJVIZE.js} +8 -8
- package/dist/{chunk-E6YGA5WH.js → chunk-5RH6NYZH.js} +1 -1
- package/dist/{chunk-3QHX4ZKV.js → chunk-5SLRGUC4.js} +1 -1
- package/dist/{chunk-7ARBBELS.js → chunk-5VF5LPYS.js} +1 -1
- package/dist/{chunk-4MXNHJTA.js → chunk-6BJ5HMMC.js} +242 -546
- package/dist/{chunk-ZWI62BQ6.js → chunk-7OOFMEX6.js} +10 -7
- package/dist/{chunk-R5UGIFYU.js → chunk-A2SB32YV.js} +25 -1
- package/dist/{chunk-GO4XJ5D4.js → chunk-CRPH5AAB.js} +1 -1
- package/dist/{chunk-43LC6XAX.js → chunk-D3XXPCCK.js} +1 -1
- package/dist/{chunk-BRTGCFBH.js → chunk-DMSTDZCJ.js} +1 -1
- package/dist/{chunk-GPQQGQGT.js → chunk-DTEGVSJ6.js} +8 -8
- package/dist/{chunk-GDOR57D7.js → chunk-DVAOCHIF.js} +3 -3
- package/dist/{chunk-3LOKYZJC.js → chunk-G7O4CBMC.js} +1 -1
- package/dist/{chunk-CQPULKKL.js → chunk-GDTK33QT.js} +4 -4
- package/dist/{chunk-HYQOGRWG.js → chunk-ICHDIVQO.js} +1 -1
- package/dist/{chunk-DCQKTDIG.js → chunk-IYATYH5I.js} +1 -1
- package/dist/{chunk-CRA7WQZH.js → chunk-L3NBMLRN.js} +1 -1
- package/dist/{chunk-LN4UW6S4.js → chunk-LFLM723H.js} +1 -1
- package/dist/{chunk-FZSG6M6W.js → chunk-M6VAZAQW.js} +3 -3
- package/dist/{chunk-7RJ7P6S6.js → chunk-MLHZUN2X.js} +5 -5
- package/dist/{chunk-FA7LMNQO.js → chunk-NMHQAYZU.js} +2 -2
- package/dist/{chunk-ZYNVCWDZ.js → chunk-NYIIRZSA.js} +3 -3
- package/dist/{chunk-2MRRDF32.js → chunk-OGHTJKBV.js} +9 -9
- package/dist/{chunk-ARAFQBNI.js → chunk-QFS2GZMV.js} +3 -3
- package/dist/{chunk-6JN2TLV2.js → chunk-SB3IHM5Y.js} +6 -6
- package/dist/{chunk-WZU3MCKI.js → chunk-SEYOVNS5.js} +1 -1
- package/dist/{chunk-4M2BSHVT.js → chunk-SN7X5N2A.js} +1 -1
- package/dist/{chunk-ZFA56VSR.js → chunk-TX3UHDL5.js} +2 -2
- package/dist/{chunk-W2QRBQQA.js → chunk-VWGCURZF.js} +3 -3
- package/dist/{chunk-O32UQ26A.js → chunk-ZG6YJUT4.js} +1 -1
- package/dist/components/index.d.ts +48 -11
- package/dist/components/index.js +315 -39
- package/dist/components/navigation/index.js +5 -5
- package/dist/features/auth/index.js +6 -6
- package/dist/features/clients/index.js +6 -6
- package/dist/features/content/index.js +13 -10
- package/dist/features/crm/index.js +8 -8
- package/dist/features/dashboard/index.js +6 -6
- package/dist/features/delivery/index.js +17 -17
- package/dist/features/knowledge/index.js +4 -4
- package/dist/features/lead-gen/index.js +10 -10
- package/dist/features/monitoring/index.js +8 -8
- package/dist/features/monitoring/requests/index.js +6 -6
- package/dist/features/operations/index.js +11 -11
- package/dist/features/settings/index.d.ts +8 -3
- package/dist/features/settings/index.js +8 -8
- package/dist/hooks/access/index.js +4 -4
- package/dist/hooks/delivery/index.js +3 -3
- package/dist/hooks/published.d.ts +6 -2
- package/dist/hooks/published.js +16 -16
- package/dist/knowledge/index.js +8 -8
- package/dist/layout/index.js +7 -7
- package/dist/provider/index.js +4 -4
- package/dist/provider/published.js +4 -4
- package/dist/test-utils/index.js +3 -3
- package/dist/types/index.d.ts +14 -0
- package/dist/utils/index.js +1 -1
- package/package.json +7 -3
package/dist/components/index.js
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
export { AppErrorBoundary, CrashErrorFallback, ErrorReportCard, buildErrorReport } from '../chunk-
|
|
2
|
-
import { useBreadcrumbs } from '../chunk-
|
|
1
|
+
export { AppErrorBoundary, CrashErrorFallback, ErrorReportCard, buildErrorReport } from '../chunk-LFLM723H.js';
|
|
2
|
+
import { useBreadcrumbs } from '../chunk-5VF5LPYS.js';
|
|
3
3
|
import '../chunk-AH52XQB7.js';
|
|
4
|
-
import { showAuthError } from '../chunk-
|
|
5
|
-
export {
|
|
4
|
+
import { showAuthError, getCredentialSchema, CREDENTIAL_SCHEMAS, OAuthIntegrationsCard, buildCredentialValue } from '../chunk-6BJ5HMMC.js';
|
|
5
|
+
export { MembershipStatusBadge, OAuthConnectModal, OAuthIntegrationsCard, OrganizationMembershipsList, ProvisioningStateBadge, WebhookUrlDisplayModal, showAuthError } from '../chunk-6BJ5HMMC.js';
|
|
6
6
|
import '../chunk-ZFISGKYW.js';
|
|
7
|
-
import '../chunk-
|
|
8
|
-
import { setDealReferrer, compareDealsByPriority } from '../chunk-
|
|
9
|
-
export { ActivityFeedWidget, CompanyDetailPage, ContactDetailPage, CrmOverview, CrmSidebar, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../chunk-
|
|
10
|
-
export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage } from '../chunk-
|
|
11
|
-
import { useCreateOrgRole, useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, useTransitionItem } from '../chunk-
|
|
12
|
-
import '../chunk-
|
|
13
|
-
import { usePermissionCatalog } from '../chunk-
|
|
14
|
-
import '../chunk-
|
|
15
|
-
export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarTop, StepConfigForm, TabSection, getEnrichmentColor, getStatusColor, useDeleteLists } from '../chunk-
|
|
16
|
-
import '../chunk-
|
|
17
|
-
import '../chunk-
|
|
18
|
-
import '../chunk-
|
|
19
|
-
import '../chunk-
|
|
20
|
-
export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CommandQueueTaskRow, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, LogEntry, LogGroup, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceNotFoundState, SessionMemory, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap } from '../chunk-
|
|
7
|
+
import '../chunk-CRPH5AAB.js';
|
|
8
|
+
import { setDealReferrer, compareDealsByPriority } from '../chunk-7OOFMEX6.js';
|
|
9
|
+
export { ActivityFeedWidget, CompanyDetailPage, ContactDetailPage, CrmOverview, CrmSidebar, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../chunk-7OOFMEX6.js';
|
|
10
|
+
export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage } from '../chunk-MLHZUN2X.js';
|
|
11
|
+
import { useCreateOrgRole, useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, useTransitionItem } from '../chunk-DTEGVSJ6.js';
|
|
12
|
+
import '../chunk-IYATYH5I.js';
|
|
13
|
+
import { usePermissionCatalog } from '../chunk-QFS2GZMV.js';
|
|
14
|
+
import '../chunk-M6VAZAQW.js';
|
|
15
|
+
export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarTop, StepConfigForm, TabSection, getEnrichmentColor, getStatusColor, useDeleteLists } from '../chunk-47YJVIZE.js';
|
|
16
|
+
import '../chunk-TX3UHDL5.js';
|
|
17
|
+
import '../chunk-DVAOCHIF.js';
|
|
18
|
+
import { useDeleteCredential, useCreateCredential, useCredentials, CredentialSchemas } from '../chunk-G7O4CBMC.js';
|
|
19
|
+
import '../chunk-NYIIRZSA.js';
|
|
20
|
+
export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CommandQueueTaskRow, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, LogEntry, LogGroup, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceNotFoundState, SessionMemory, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap } from '../chunk-OGHTJKBV.js';
|
|
21
21
|
import '../chunk-6ZAP3FOA.js';
|
|
22
|
-
import '../chunk-
|
|
23
|
-
export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationDetailPanel, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, CollapsibleJsonSection, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, RunResourceButton, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-
|
|
24
|
-
import '../chunk-
|
|
22
|
+
import '../chunk-2ZRY3ARL.js';
|
|
23
|
+
export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationDetailPanel, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, CollapsibleJsonSection, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, RunResourceButton, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-VWGCURZF.js';
|
|
24
|
+
import '../chunk-NMHQAYZU.js';
|
|
25
25
|
import { useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule } from '../chunk-N6K2Q5BM.js';
|
|
26
|
-
import '../chunk-
|
|
26
|
+
import '../chunk-L3NBMLRN.js';
|
|
27
27
|
export { ZodFormRenderer } from '../chunk-3MEXPLWT.js';
|
|
28
28
|
import '../chunk-SNZDFCOQ.js';
|
|
29
29
|
import '../chunk-QFGNRKIE.js';
|
|
30
|
-
import { NotificationList } from '../chunk-
|
|
31
|
-
export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList } from '../chunk-
|
|
32
|
-
import { useMarkAllAsRead, useNotifications } from '../chunk-
|
|
33
|
-
export { ResourceHealthPanel } from '../chunk-
|
|
30
|
+
import { NotificationList } from '../chunk-GDTK33QT.js';
|
|
31
|
+
export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList } from '../chunk-GDTK33QT.js';
|
|
32
|
+
import { useMarkAllAsRead, useNotifications } from '../chunk-DMSTDZCJ.js';
|
|
33
|
+
export { ResourceHealthPanel } from '../chunk-SEYOVNS5.js';
|
|
34
34
|
export { ResourceHealthChart, getHealthColor } from '../chunk-LGKLC5MG.js';
|
|
35
35
|
import '../chunk-YQQ5GRUR.js';
|
|
36
36
|
import '../chunk-VM2OWOXL.js';
|
|
37
|
-
import '../chunk-
|
|
37
|
+
import '../chunk-D3XXPCCK.js';
|
|
38
38
|
import '../chunk-WDBNW44Z.js';
|
|
39
39
|
export { Graph_module_css_default as graphStyles } from '../chunk-HENXLGVD.js';
|
|
40
|
-
import { AppShellLoader } from '../chunk-
|
|
40
|
+
import { AppShellLoader } from '../chunk-5RH6NYZH.js';
|
|
41
41
|
export { calculateProgress, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../chunk-DLR4SDZW.js';
|
|
42
|
-
import '../chunk-
|
|
43
|
-
import { useCloudStorageFolder, useCloudStorageThumbnails } from '../chunk-
|
|
42
|
+
import '../chunk-SN7X5N2A.js';
|
|
43
|
+
import { useCloudStorageFolder, useCloudStorageThumbnails } from '../chunk-5SLRGUC4.js';
|
|
44
44
|
import '../chunk-BZZCNLT6.js';
|
|
45
45
|
export { SortableHeader, TableSelectionToolbar } from '../chunk-TUMSNGTX.js';
|
|
46
46
|
import { FilterBar } from '../chunk-PDHTXPSF.js';
|
|
47
47
|
export { FilterBar } from '../chunk-PDHTXPSF.js';
|
|
48
|
-
import { CustomModal, ListSkeleton, EmptyState, PageTitleCaption, StatCard, usePaginationState, useResources, CenteredErrorState, useDeals, dealKeys, SubshellContentContainer } from '../chunk-
|
|
49
|
-
export { APIErrorAlert, ActivityTimeline, CenteredErrorState, CheckpointGroup, CollapsibleSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, ConfirmationInputModal, ConfirmationModal, ContextViewer, CrmSidebarMiddle, CustomModal, CustomSelector, DetailCardSkeleton, ElevasisLoader, EmptyState, FeatureUnavailableState, GlowDot, JsonViewer, LeadGenSidebarMiddle, ListSkeleton, MyTasksPanel, NavigationButton, NoAccessState, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationModelDriftActionIcon, PageNotFound, PageTitleCaption, QuickCreateActions, ResourceCard, SAVED_VIEW_PRESETS, SavedViewsPanel, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, SystemReadinessAlert, SystemUnavailableState, TabCountBadge, TimeRangeSelector, TrendIndicator, crmManifest, deliveryManifest, leadGenManifest, monitoringManifest, operationsManifest, settingsManifest } from '../chunk-
|
|
48
|
+
import { CustomModal, ListSkeleton, EmptyState, PageTitleCaption, StatCard, usePaginationState, useResources, CenteredErrorState, useDeals, dealKeys, SubshellContentContainer } from '../chunk-SB3IHM5Y.js';
|
|
49
|
+
export { APIErrorAlert, ActivityTimeline, CenteredErrorState, CheckpointGroup, CollapsibleSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, ConfirmationInputModal, ConfirmationModal, ContextViewer, CrmSidebarMiddle, CustomModal, CustomSelector, DetailCardSkeleton, ElevasisLoader, EmptyState, FeatureUnavailableState, GlowDot, JsonViewer, LeadGenSidebarMiddle, ListSkeleton, MyTasksPanel, NavigationButton, NoAccessState, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationModelDriftActionIcon, PageNotFound, PageTitleCaption, QuickCreateActions, ResourceCard, SAVED_VIEW_PRESETS, SavedViewsPanel, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, SystemReadinessAlert, SystemUnavailableState, TabCountBadge, TimeRangeSelector, TrendIndicator, crmManifest, deliveryManifest, leadGenManifest, monitoringManifest, operationsManifest, settingsManifest } from '../chunk-SB3IHM5Y.js';
|
|
50
50
|
import '../chunk-R6NMRXNO.js';
|
|
51
51
|
import '../chunk-RBGVNPA6.js';
|
|
52
|
-
import '../chunk-
|
|
52
|
+
import '../chunk-ZG6YJUT4.js';
|
|
53
53
|
import '../chunk-L7BZZ4SI.js';
|
|
54
|
-
import { showSuccessNotification, showErrorNotification, showApiErrorNotification } from '../chunk-
|
|
55
|
-
export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-
|
|
54
|
+
import { showSuccessNotification, showErrorNotification, showApiErrorNotification } from '../chunk-ICHDIVQO.js';
|
|
55
|
+
export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-ICHDIVQO.js';
|
|
56
56
|
export { SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, seoManifest } from '../chunk-MISHPEJX.js';
|
|
57
57
|
import { CardHeader } from '../chunk-62GVNH5U.js';
|
|
58
58
|
export { CardHeader } from '../chunk-62GVNH5U.js';
|
|
@@ -65,7 +65,7 @@ export { RoleBadge } from '../chunk-UD657ICS.js';
|
|
|
65
65
|
import '../chunk-DD3CCMCZ.js';
|
|
66
66
|
import '../chunk-RNP5R5I3.js';
|
|
67
67
|
import '../chunk-RT4KRGZT.js';
|
|
68
|
-
import { formatDateTime, PAGE_SIZE_DEFAULT, formatTimeAgo } from '../chunk-
|
|
68
|
+
import { formatDateTime, PAGE_SIZE_DEFAULT, formatTimeAgo } from '../chunk-A2SB32YV.js';
|
|
69
69
|
import '../chunk-Y6I3IC45.js';
|
|
70
70
|
import '../chunk-6SSQGWK7.js';
|
|
71
71
|
import { useElevasisServices } from '../chunk-BI5VDO2K.js';
|
|
@@ -74,8 +74,8 @@ import '../chunk-TVTSASST.js';
|
|
|
74
74
|
import '../chunk-BRJ3QZ4E.js';
|
|
75
75
|
import { useRouterContext } from '../chunk-Q7DJKLEN.js';
|
|
76
76
|
import '../chunk-I2KLQ2HA.js';
|
|
77
|
-
import { Stack, Card, Title, Checkbox, Group, Text, Tooltip, TextInput, Textarea, Loader, Alert, Button, Box, Divider, ScrollArea, Popover, Indicator, ActionIcon, Table, Paper, Code, CopyButton, SimpleGrid, Badge, Pagination, SegmentedControl, Switch,
|
|
78
|
-
import { IconLock, IconBell, 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, IconFolder, IconPhoto, IconCloudOff } from '@tabler/icons-react';
|
|
77
|
+
import { Stack, Card, Title, Checkbox, Group, Text, Tooltip, TextInput, Textarea, Loader, Alert, Button, Box, Divider, ScrollArea, Popover, Indicator, ActionIcon, Table, Paper, Code, CopyButton, SimpleGrid, Select, PasswordInput, Anchor, Badge, Pagination, SegmentedControl, Switch, Menu, Timeline, ThemeIcon, Tabs, Breadcrumbs as Breadcrumbs$1, Center, UnstyledButton, Image, Flex } from '@mantine/core';
|
|
78
|
+
import { IconLock, IconBell, IconPencil, IconAlertCircle, IconKey, IconCalendar, IconClock, IconTrash, IconAlertTriangle, IconExclamationMark, IconShieldLock, IconCheck, IconCopy, IconPlus, IconInfoCircle, IconRocket, IconRefresh, IconPower, IconPlayerPlay, IconCircleCheck, IconTag, IconCalendarRepeat, IconCalendarEvent, IconCalendarTime, IconRobot, IconGitBranch, IconSettings, IconExternalLink, IconDotsVertical, IconPlayerPause, IconPlayerStop, IconCalendarDue, IconCalendarStats, IconCalendarOff, IconListCheck, IconFolder, IconPhoto, IconCloudOff } from '@tabler/icons-react';
|
|
79
79
|
import * as runtime from 'react/jsx-runtime';
|
|
80
80
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
81
81
|
import { useForm } from '@mantine/form';
|
|
@@ -651,6 +651,282 @@ function ApiKeySettings() {
|
|
|
651
651
|
newApiKey && /* @__PURE__ */ jsx(ApiKeyDisplayModal, { opened: true, apiKey: newApiKey, onClose: () => setNewApiKey(null) })
|
|
652
652
|
] });
|
|
653
653
|
}
|
|
654
|
+
function CredentialList({ credentials, isLoading, onEdit }) {
|
|
655
|
+
const [deleteCredential, setDeleteCredential] = useState(null);
|
|
656
|
+
const deleteMutation = useDeleteCredential();
|
|
657
|
+
const handleDelete = () => {
|
|
658
|
+
if (deleteCredential) {
|
|
659
|
+
deleteMutation.mutate(deleteCredential.id);
|
|
660
|
+
setDeleteCredential(null);
|
|
661
|
+
}
|
|
662
|
+
};
|
|
663
|
+
const handleCloseDelete = () => {
|
|
664
|
+
if (!deleteMutation.isPending) {
|
|
665
|
+
setDeleteCredential(null);
|
|
666
|
+
}
|
|
667
|
+
};
|
|
668
|
+
if (isLoading) {
|
|
669
|
+
return /* @__PURE__ */ jsx(ListSkeleton, { rows: 3, rowHeight: 60 });
|
|
670
|
+
}
|
|
671
|
+
if (credentials.length === 0) {
|
|
672
|
+
return /* @__PURE__ */ jsx(
|
|
673
|
+
EmptyState,
|
|
674
|
+
{
|
|
675
|
+
icon: IconKey,
|
|
676
|
+
title: "No credentials yet",
|
|
677
|
+
description: "Create your first credential to enable external service integrations"
|
|
678
|
+
}
|
|
679
|
+
);
|
|
680
|
+
}
|
|
681
|
+
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
682
|
+
/* @__PURE__ */ jsxs(Table, { children: [
|
|
683
|
+
/* @__PURE__ */ jsx(Table.Thead, { children: /* @__PURE__ */ jsxs(Table.Tr, { children: [
|
|
684
|
+
/* @__PURE__ */ jsx(Table.Th, { children: "Name" }),
|
|
685
|
+
/* @__PURE__ */ jsx(Table.Th, { children: "Created" }),
|
|
686
|
+
/* @__PURE__ */ jsx(Table.Th, { w: 100 })
|
|
687
|
+
] }) }),
|
|
688
|
+
/* @__PURE__ */ jsx(Table.Tbody, { children: credentials.map((credential) => /* @__PURE__ */ jsxs(Table.Tr, { children: [
|
|
689
|
+
/* @__PURE__ */ jsx(Table.Td, { children: /* @__PURE__ */ jsxs(Group, { gap: "xs", children: [
|
|
690
|
+
/* @__PURE__ */ jsx(IconKey, { size: 16, style: { opacity: 0.6 } }),
|
|
691
|
+
/* @__PURE__ */ jsx(Text, { fw: 500, children: credential.name })
|
|
692
|
+
] }) }),
|
|
693
|
+
/* @__PURE__ */ jsx(Table.Td, { children: /* @__PURE__ */ jsxs(Group, { gap: 4, children: [
|
|
694
|
+
/* @__PURE__ */ jsx(IconCalendar, { size: 14, style: { opacity: 0.5 } }),
|
|
695
|
+
/* @__PURE__ */ jsx(Text, { size: "sm", c: "dimmed", children: formatDateTime(credential.createdAt) })
|
|
696
|
+
] }) }),
|
|
697
|
+
/* @__PURE__ */ jsx(Table.Td, { children: /* @__PURE__ */ jsxs(Group, { gap: "xs", justify: "flex-end", children: [
|
|
698
|
+
onEdit && /* @__PURE__ */ jsx(Tooltip, { label: "Edit credential", children: /* @__PURE__ */ jsx(
|
|
699
|
+
ActionIcon,
|
|
700
|
+
{
|
|
701
|
+
variant: "subtle",
|
|
702
|
+
color: "gray",
|
|
703
|
+
onClick: () => onEdit(credential),
|
|
704
|
+
disabled: deleteMutation.isPending,
|
|
705
|
+
children: /* @__PURE__ */ jsx(IconPencil, { size: 16 })
|
|
706
|
+
}
|
|
707
|
+
) }),
|
|
708
|
+
/* @__PURE__ */ jsx(Tooltip, { label: "Delete credential", position: "left", children: /* @__PURE__ */ jsx(
|
|
709
|
+
ActionIcon,
|
|
710
|
+
{
|
|
711
|
+
variant: "subtle",
|
|
712
|
+
color: "red",
|
|
713
|
+
onClick: () => setDeleteCredential(credential),
|
|
714
|
+
disabled: deleteMutation.isPending,
|
|
715
|
+
children: /* @__PURE__ */ jsx(IconTrash, { size: 16 })
|
|
716
|
+
}
|
|
717
|
+
) })
|
|
718
|
+
] }) })
|
|
719
|
+
] }, credential.id)) })
|
|
720
|
+
] }),
|
|
721
|
+
/* @__PURE__ */ jsx(CustomModal, { opened: !!deleteCredential, onClose: handleCloseDelete, size: "md", loading: deleteMutation.isPending, children: /* @__PURE__ */ jsxs(Stack, { children: [
|
|
722
|
+
/* @__PURE__ */ jsxs(Group, { gap: "xs", children: [
|
|
723
|
+
/* @__PURE__ */ jsx(IconAlertTriangle, { size: 24, color: "var(--color-error)" }),
|
|
724
|
+
/* @__PURE__ */ jsx(Title, { order: 3, children: "Delete Credential" })
|
|
725
|
+
] }),
|
|
726
|
+
/* @__PURE__ */ jsxs(Text, { size: "sm", children: [
|
|
727
|
+
"Are you sure you want to delete",
|
|
728
|
+
" ",
|
|
729
|
+
/* @__PURE__ */ jsxs(Text, { span: true, fw: 600, children: [
|
|
730
|
+
'"',
|
|
731
|
+
deleteCredential?.name,
|
|
732
|
+
'"'
|
|
733
|
+
] }),
|
|
734
|
+
"?"
|
|
735
|
+
] }),
|
|
736
|
+
/* @__PURE__ */ jsx(Text, { size: "sm", c: "dimmed", children: "This action cannot be undone. Any agents or tools using this credential will stop working immediately." }),
|
|
737
|
+
/* @__PURE__ */ jsxs(Group, { justify: "space-between", gap: "sm", children: [
|
|
738
|
+
/* @__PURE__ */ jsx(Button, { variant: "light", onClick: handleCloseDelete, disabled: deleteMutation.isPending, children: "Cancel" }),
|
|
739
|
+
/* @__PURE__ */ jsx(
|
|
740
|
+
Button,
|
|
741
|
+
{
|
|
742
|
+
color: "red",
|
|
743
|
+
onClick: handleDelete,
|
|
744
|
+
loading: deleteMutation.isPending,
|
|
745
|
+
leftSection: /* @__PURE__ */ jsx(IconTrash, { size: 16 }),
|
|
746
|
+
children: "Delete Credential"
|
|
747
|
+
}
|
|
748
|
+
)
|
|
749
|
+
] })
|
|
750
|
+
] }) })
|
|
751
|
+
] });
|
|
752
|
+
}
|
|
753
|
+
function CreateCredentialModal({ opened, onClose, onSuccess }) {
|
|
754
|
+
const createCredential = useCreateCredential();
|
|
755
|
+
const [selectedType, setSelectedType] = useState("api-key");
|
|
756
|
+
const [schema, setSchema] = useState(getCredentialSchema("api-key"));
|
|
757
|
+
useEffect(() => {
|
|
758
|
+
setSchema(getCredentialSchema(selectedType));
|
|
759
|
+
}, [selectedType]);
|
|
760
|
+
const getInitialValues = (currentSchema) => {
|
|
761
|
+
const values = { name: "" };
|
|
762
|
+
if (currentSchema.fields) {
|
|
763
|
+
currentSchema.fields.forEach((field) => {
|
|
764
|
+
values[field.key] = "";
|
|
765
|
+
});
|
|
766
|
+
}
|
|
767
|
+
return values;
|
|
768
|
+
};
|
|
769
|
+
const getValidation = (currentSchema) => {
|
|
770
|
+
const validation = {
|
|
771
|
+
name: (value) => {
|
|
772
|
+
const result = CredentialSchemas.CreateRequest.shape.name.safeParse(value);
|
|
773
|
+
return result.success ? null : result.error.issues[0]?.message || "Invalid credential name";
|
|
774
|
+
}
|
|
775
|
+
};
|
|
776
|
+
if (currentSchema.fields) {
|
|
777
|
+
currentSchema.fields.forEach((field) => {
|
|
778
|
+
if (field.required) {
|
|
779
|
+
validation[field.key] = (value) => !value.trim() ? `${field.label} is required` : null;
|
|
780
|
+
}
|
|
781
|
+
});
|
|
782
|
+
}
|
|
783
|
+
return validation;
|
|
784
|
+
};
|
|
785
|
+
const form = useForm({
|
|
786
|
+
initialValues: getInitialValues(schema),
|
|
787
|
+
validate: getValidation(schema)
|
|
788
|
+
});
|
|
789
|
+
useEffect(() => {
|
|
790
|
+
const newValues = getInitialValues(schema);
|
|
791
|
+
form.setValues(newValues);
|
|
792
|
+
form.setFieldValue("name", form.values.name || "");
|
|
793
|
+
form.resetDirty();
|
|
794
|
+
}, [selectedType]);
|
|
795
|
+
const handleSubmit = async (values) => {
|
|
796
|
+
if (schema.type === "oauth") {
|
|
797
|
+
console.error("OAuth credentials cannot be created via this modal");
|
|
798
|
+
return;
|
|
799
|
+
}
|
|
800
|
+
const data = {
|
|
801
|
+
name: values.name.trim(),
|
|
802
|
+
type: selectedType,
|
|
803
|
+
value: buildCredentialValue(selectedType, values)
|
|
804
|
+
};
|
|
805
|
+
const validationResult = CredentialSchemas.CreateRequest.safeParse(data);
|
|
806
|
+
if (!validationResult.success) {
|
|
807
|
+
console.error("Validation failed:", validationResult.error);
|
|
808
|
+
return;
|
|
809
|
+
}
|
|
810
|
+
try {
|
|
811
|
+
const result = await createCredential.mutateAsync(data);
|
|
812
|
+
form.reset();
|
|
813
|
+
setSelectedType("api-key");
|
|
814
|
+
onSuccess(result);
|
|
815
|
+
} catch (error) {
|
|
816
|
+
console.error("Failed to create credential:", error);
|
|
817
|
+
}
|
|
818
|
+
};
|
|
819
|
+
const handleClose = () => {
|
|
820
|
+
if (!createCredential.isPending) {
|
|
821
|
+
form.reset();
|
|
822
|
+
setSelectedType("api-key");
|
|
823
|
+
onClose();
|
|
824
|
+
}
|
|
825
|
+
};
|
|
826
|
+
return /* @__PURE__ */ jsx(CustomModal, { opened, onClose: handleClose, size: "lg", loading: createCredential.isPending, children: /* @__PURE__ */ jsx("form", { onSubmit: form.onSubmit(handleSubmit), children: /* @__PURE__ */ jsxs(Stack, { children: [
|
|
827
|
+
/* @__PURE__ */ jsx(Title, { order: 3, children: "Create New Credential" }),
|
|
828
|
+
/* @__PURE__ */ jsx(
|
|
829
|
+
Select,
|
|
830
|
+
{
|
|
831
|
+
label: "Credential Type",
|
|
832
|
+
description: "Select the integration type",
|
|
833
|
+
placeholder: "Select credential type",
|
|
834
|
+
data: Object.entries(CREDENTIAL_SCHEMAS).filter(([_, s]) => s.type !== "oauth").map(([key, s]) => ({ value: key, label: s.label })),
|
|
835
|
+
value: selectedType,
|
|
836
|
+
onChange: (value) => setSelectedType(value || "api-key"),
|
|
837
|
+
required: true,
|
|
838
|
+
disabled: createCredential.isPending
|
|
839
|
+
}
|
|
840
|
+
),
|
|
841
|
+
/* @__PURE__ */ jsx(
|
|
842
|
+
TextInput,
|
|
843
|
+
{
|
|
844
|
+
label: "Credential Name",
|
|
845
|
+
description: schema.nameSuggestions.length > 0 ? `Suggested: ${schema.nameSuggestions.join(", ")}` : "Lowercase letters, numbers, and hyphens only (e.g., service-dev, service-prod)",
|
|
846
|
+
placeholder: schema.nameSuggestions[0] || "e.g., service-prod",
|
|
847
|
+
leftSection: /* @__PURE__ */ jsx(IconKey, { size: 16 }),
|
|
848
|
+
maxLength: 100,
|
|
849
|
+
required: true,
|
|
850
|
+
...form.getInputProps("name"),
|
|
851
|
+
disabled: createCredential.isPending
|
|
852
|
+
}
|
|
853
|
+
),
|
|
854
|
+
schema.type === "oauth" ? /* @__PURE__ */ jsxs(Alert, { icon: /* @__PURE__ */ jsx(IconInfoCircle, { size: 16 }), color: "blue", children: [
|
|
855
|
+
schema.label,
|
|
856
|
+
" uses OAuth authentication. Please go to the OAuth Integrations page to connect your",
|
|
857
|
+
" ",
|
|
858
|
+
schema.label,
|
|
859
|
+
" account."
|
|
860
|
+
] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
861
|
+
schema.fields?.map((field) => {
|
|
862
|
+
const Input = field.type === "text" ? TextInput : PasswordInput;
|
|
863
|
+
return /* @__PURE__ */ jsx(
|
|
864
|
+
Input,
|
|
865
|
+
{
|
|
866
|
+
label: field.label,
|
|
867
|
+
description: field.description,
|
|
868
|
+
placeholder: field.placeholder,
|
|
869
|
+
required: field.required,
|
|
870
|
+
value: form.values[field.key] || "",
|
|
871
|
+
onChange: (e) => form.setFieldValue(field.key, e.target.value),
|
|
872
|
+
error: form.errors[field.key],
|
|
873
|
+
disabled: createCredential.isPending
|
|
874
|
+
},
|
|
875
|
+
field.key
|
|
876
|
+
);
|
|
877
|
+
}),
|
|
878
|
+
schema.docsUrl && /* @__PURE__ */ jsxs(Text, { size: "sm", c: "dimmed", children: [
|
|
879
|
+
"Get credentials from",
|
|
880
|
+
" ",
|
|
881
|
+
/* @__PURE__ */ jsx(Anchor, { href: schema.docsUrl, target: "_blank", rel: "noopener noreferrer", children: schema.docsUrl })
|
|
882
|
+
] })
|
|
883
|
+
] }),
|
|
884
|
+
createCredential.error && /* @__PURE__ */ jsx(Alert, { icon: /* @__PURE__ */ jsx(IconExclamationMark, { size: 16 }), color: "red", children: createCredential.error instanceof Error ? createCredential.error.message : "An error occurred while creating the credential" }),
|
|
885
|
+
/* @__PURE__ */ jsxs(Group, { justify: "flex-end", gap: "sm", children: [
|
|
886
|
+
/* @__PURE__ */ jsx(Button, { variant: "subtle", onClick: handleClose, disabled: createCredential.isPending, children: "Cancel" }),
|
|
887
|
+
/* @__PURE__ */ jsx(Button, { type: "submit", loading: createCredential.isPending, leftSection: /* @__PURE__ */ jsx(IconKey, { size: 16 }), children: "Create Credential" })
|
|
888
|
+
] })
|
|
889
|
+
] }) }) });
|
|
890
|
+
}
|
|
891
|
+
function CredentialSettings({ oauthSection } = {}) {
|
|
892
|
+
const { organizationReady } = useInitialization();
|
|
893
|
+
const [showCreateModal, setShowCreateModal] = useState(false);
|
|
894
|
+
const { data: credentials = [], isLoading } = useCredentials();
|
|
895
|
+
if (!organizationReady) return /* @__PURE__ */ jsx(AppShellLoader, {});
|
|
896
|
+
const handleCredentialCreated = () => {
|
|
897
|
+
setShowCreateModal(false);
|
|
898
|
+
};
|
|
899
|
+
return /* @__PURE__ */ jsxs(Stack, { children: [
|
|
900
|
+
/* @__PURE__ */ jsx(
|
|
901
|
+
PageTitleCaption,
|
|
902
|
+
{
|
|
903
|
+
title: "Organization Credentials",
|
|
904
|
+
caption: "Manage encrypted credentials for third-party service integrations"
|
|
905
|
+
}
|
|
906
|
+
),
|
|
907
|
+
oauthSection === void 0 ? /* @__PURE__ */ jsx(OAuthIntegrationsCard, {}) : oauthSection,
|
|
908
|
+
/* @__PURE__ */ jsxs(Paper, { withBorder: true, children: [
|
|
909
|
+
/* @__PURE__ */ jsx(
|
|
910
|
+
CardHeader,
|
|
911
|
+
{
|
|
912
|
+
icon: /* @__PURE__ */ jsx(IconKey, { size: 18 }),
|
|
913
|
+
title: "Credentials",
|
|
914
|
+
subtitle: "Configured API keys and credentials",
|
|
915
|
+
rightSection: /* @__PURE__ */ jsx(Button, { leftSection: /* @__PURE__ */ jsx(IconPlus, { size: 16 }), onClick: () => setShowCreateModal(true), variant: "light", children: "Create Credential" })
|
|
916
|
+
}
|
|
917
|
+
),
|
|
918
|
+
/* @__PURE__ */ jsx(CredentialList, { credentials, isLoading })
|
|
919
|
+
] }),
|
|
920
|
+
/* @__PURE__ */ jsx(
|
|
921
|
+
CreateCredentialModal,
|
|
922
|
+
{
|
|
923
|
+
opened: showCreateModal,
|
|
924
|
+
onClose: () => setShowCreateModal(false),
|
|
925
|
+
onSuccess: handleCredentialCreated
|
|
926
|
+
}
|
|
927
|
+
)
|
|
928
|
+
] });
|
|
929
|
+
}
|
|
654
930
|
var statusConfig = {
|
|
655
931
|
active: { color: "green", label: "Active" },
|
|
656
932
|
deploying: { color: "blue", label: "Deploying" },
|
|
@@ -3085,4 +3361,4 @@ function CloudStorageBrowser({
|
|
|
3085
3361
|
] }) });
|
|
3086
3362
|
}
|
|
3087
3363
|
|
|
3088
|
-
export { AbsoluteScheduleForm, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, Breadcrumbs, CloudStorageBrowser, CloudStorageFileCard, CloudStorageFileGrid, CloudStorageFolderTree, CreateApiKeyModal, CreateRoleModal, CreateScheduleModal, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealKanbanCard, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, EditApiKeyModal, KanbanBoard, MdxRenderer, NotificationBell, NotificationPanel, PermissionMatrix, RecurringScheduleForm, RelativeScheduleForm, RichTextEditor, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, TaskScheduler, mdxComponents };
|
|
3364
|
+
export { AbsoluteScheduleForm, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, Breadcrumbs, CloudStorageBrowser, CloudStorageFileCard, CloudStorageFileGrid, CloudStorageFolderTree, CreateApiKeyModal, CreateCredentialModal, CreateRoleModal, CreateScheduleModal, CredentialList, CredentialSettings, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealKanbanCard, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, EditApiKeyModal, KanbanBoard, MdxRenderer, NotificationBell, NotificationPanel, PermissionMatrix, RecurringScheduleForm, RelativeScheduleForm, RichTextEditor, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, TaskScheduler, mdxComponents };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { useBreadcrumbs } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { useBreadcrumbs } from '../../chunk-5VF5LPYS.js';
|
|
2
|
+
import '../../chunk-SB3IHM5Y.js';
|
|
3
3
|
import '../../chunk-R6NMRXNO.js';
|
|
4
4
|
import '../../chunk-RBGVNPA6.js';
|
|
5
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-ZG6YJUT4.js';
|
|
6
6
|
import '../../chunk-L7BZZ4SI.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-ICHDIVQO.js';
|
|
8
8
|
import '../../chunk-MISHPEJX.js';
|
|
9
9
|
import '../../chunk-62GVNH5U.js';
|
|
10
10
|
import '../../chunk-P45GQ3ZW.js';
|
|
@@ -16,7 +16,7 @@ import '../../chunk-UD657ICS.js';
|
|
|
16
16
|
import '../../chunk-DD3CCMCZ.js';
|
|
17
17
|
import '../../chunk-RNP5R5I3.js';
|
|
18
18
|
import '../../chunk-RT4KRGZT.js';
|
|
19
|
-
import '../../chunk-
|
|
19
|
+
import '../../chunk-A2SB32YV.js';
|
|
20
20
|
import '../../chunk-Y6I3IC45.js';
|
|
21
21
|
import '../../chunk-6SSQGWK7.js';
|
|
22
22
|
import '../../chunk-BI5VDO2K.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { AppShellError } from '../../chunk-
|
|
2
|
-
import { computeProtectedRouteGate, DEFAULT_WAIT_FOR_ORGANIZATION, ProtectedRoute, AppearanceContext, AccessGuard, SystemUnavailableState, useAppearance } from '../../chunk-
|
|
3
|
-
export { AccessGuard } from '../../chunk-
|
|
1
|
+
import { AppShellError } from '../../chunk-5RH6NYZH.js';
|
|
2
|
+
import { computeProtectedRouteGate, DEFAULT_WAIT_FOR_ORGANIZATION, ProtectedRoute, AppearanceContext, AccessGuard, SystemUnavailableState, useAppearance } from '../../chunk-SB3IHM5Y.js';
|
|
3
|
+
export { AccessGuard } from '../../chunk-SB3IHM5Y.js';
|
|
4
4
|
import '../../chunk-R6NMRXNO.js';
|
|
5
5
|
import '../../chunk-RBGVNPA6.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-ZG6YJUT4.js';
|
|
7
7
|
import '../../chunk-L7BZZ4SI.js';
|
|
8
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-ICHDIVQO.js';
|
|
9
9
|
import '../../chunk-MISHPEJX.js';
|
|
10
10
|
import '../../chunk-62GVNH5U.js';
|
|
11
11
|
import { useInitialization } from '../../chunk-P45GQ3ZW.js';
|
|
@@ -17,7 +17,7 @@ import '../../chunk-UD657ICS.js';
|
|
|
17
17
|
import '../../chunk-DD3CCMCZ.js';
|
|
18
18
|
import '../../chunk-RNP5R5I3.js';
|
|
19
19
|
export { USER_PROFILE_QUERY_KEY, useUserProfile } from '../../chunk-RT4KRGZT.js';
|
|
20
|
-
import '../../chunk-
|
|
20
|
+
import '../../chunk-A2SB32YV.js';
|
|
21
21
|
import '../../chunk-Y6I3IC45.js';
|
|
22
22
|
import '../../chunk-6SSQGWK7.js';
|
|
23
23
|
import '../../chunk-BI5VDO2K.js';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import '../../chunk-DLR4SDZW.js';
|
|
2
|
-
import { useClientStatus, useCreateClient, useUpdateClient, useDeleteClient, useClients, useClient } from '../../chunk-
|
|
2
|
+
import { useClientStatus, useCreateClient, useUpdateClient, useDeleteClient, useClients, useClient } from '../../chunk-SN7X5N2A.js';
|
|
3
3
|
import { PageContainer } from '../../chunk-BZZCNLT6.js';
|
|
4
4
|
import '../../chunk-TUMSNGTX.js';
|
|
5
5
|
import { FilterBar } from '../../chunk-PDHTXPSF.js';
|
|
6
|
-
import { StatCard, EmptyState, CustomModal, usePaginationState, SubshellContentContainer, PageTitleCaption, CenteredErrorState } from '../../chunk-
|
|
7
|
-
export { clientsManifest } from '../../chunk-
|
|
6
|
+
import { StatCard, EmptyState, CustomModal, usePaginationState, SubshellContentContainer, PageTitleCaption, CenteredErrorState } from '../../chunk-SB3IHM5Y.js';
|
|
7
|
+
export { clientsManifest } from '../../chunk-SB3IHM5Y.js';
|
|
8
8
|
import '../../chunk-R6NMRXNO.js';
|
|
9
9
|
import '../../chunk-RBGVNPA6.js';
|
|
10
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-ZG6YJUT4.js';
|
|
11
11
|
import '../../chunk-L7BZZ4SI.js';
|
|
12
|
-
import { showApiErrorNotification } from '../../chunk-
|
|
12
|
+
import { showApiErrorNotification } from '../../chunk-ICHDIVQO.js';
|
|
13
13
|
import '../../chunk-MISHPEJX.js';
|
|
14
14
|
import { CardHeader } from '../../chunk-62GVNH5U.js';
|
|
15
15
|
import '../../chunk-P45GQ3ZW.js';
|
|
@@ -21,7 +21,7 @@ import '../../chunk-UD657ICS.js';
|
|
|
21
21
|
import '../../chunk-DD3CCMCZ.js';
|
|
22
22
|
import '../../chunk-RNP5R5I3.js';
|
|
23
23
|
import '../../chunk-RT4KRGZT.js';
|
|
24
|
-
import { PAGE_SIZE_DEFAULT, formatTimeAgo } from '../../chunk-
|
|
24
|
+
import { PAGE_SIZE_DEFAULT, formatTimeAgo } from '../../chunk-A2SB32YV.js';
|
|
25
25
|
import '../../chunk-Y6I3IC45.js';
|
|
26
26
|
import '../../chunk-6SSQGWK7.js';
|
|
27
27
|
import '../../chunk-BI5VDO2K.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { useCloudStorageTemporaryLinks, useStorageSignedUrls, storageObjectRefKey } from '../../chunk-
|
|
1
|
+
import { useCloudStorageTemporaryLinks, useStorageSignedUrls, storageObjectRefKey } from '../../chunk-5SLRGUC4.js';
|
|
2
2
|
import { PageContainer } from '../../chunk-BZZCNLT6.js';
|
|
3
3
|
import '../../chunk-TUMSNGTX.js';
|
|
4
4
|
import { FilterBar } from '../../chunk-PDHTXPSF.js';
|
|
5
|
-
import { CustomModal, useContentItemSourceAssetDetails, useContentSourceAssets, useAddContentItemSourceAsset, useRemoveContentItemSourceAsset, useReorderContentItemSourceAssets, useUpdateContentItemSourceAsset, useContentItemAttempts, useExecuteAsync, useUpdateContentItem, useExecution, contentKeys, useContentItems, useContentDistributions, useContentConfig, isAwaitingReview, SubshellContentContainer, PageTitleCaption, CenteredErrorState, EmptyState, StatCard, getContentItemIdentity, usePaginationState, resolveCurrentContentStep, useContentItem, useReviewContentItem, resolveReviewTarget, useContentDistribution, useContentDistributionMetrics, useContentPipelineSummary, deriveContentBoard, resolveContentWorkspaceRoute, useExecutions } from '../../chunk-
|
|
6
|
-
export { CONTENT_ITEMS, ContentSidebar, ContentSidebarMiddle, DEFAULT_CONTENT_VOCABULARY, MyReviewQueuePanel, contentManifest, deriveContentBoard, getContentItemIdentity, resolveContentStepResource, resolveContentVocabulary, useContentConfig } from '../../chunk-
|
|
5
|
+
import { CustomModal, useContentItemSourceAssetDetails, useContentSourceAssets, useAddContentItemSourceAsset, useRemoveContentItemSourceAsset, useReorderContentItemSourceAssets, useUpdateContentItemSourceAsset, useContentItemAttempts, useExecuteAsync, useUpdateContentItem, useExecution, contentKeys, useContentItems, useContentDistributions, useContentConfig, isAwaitingReview, SubshellContentContainer, PageTitleCaption, CenteredErrorState, EmptyState, StatCard, getContentItemIdentity, usePaginationState, resolveCurrentContentStep, useContentItem, useReviewContentItem, resolveReviewTarget, useContentDistribution, useContentDistributionMetrics, useContentPipelineSummary, deriveContentBoard, resolveContentWorkspaceRoute, useExecutions } from '../../chunk-SB3IHM5Y.js';
|
|
6
|
+
export { CONTENT_ITEMS, ContentSidebar, ContentSidebarMiddle, DEFAULT_CONTENT_VOCABULARY, MyReviewQueuePanel, contentManifest, deriveContentBoard, getContentItemIdentity, resolveContentStepResource, resolveContentVocabulary, useContentConfig } from '../../chunk-SB3IHM5Y.js';
|
|
7
7
|
import '../../chunk-R6NMRXNO.js';
|
|
8
8
|
import '../../chunk-RBGVNPA6.js';
|
|
9
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-ZG6YJUT4.js';
|
|
10
10
|
import '../../chunk-L7BZZ4SI.js';
|
|
11
|
-
import { showSuccessNotification } from '../../chunk-
|
|
11
|
+
import { showSuccessNotification } from '../../chunk-ICHDIVQO.js';
|
|
12
12
|
import '../../chunk-MISHPEJX.js';
|
|
13
13
|
import { CardHeader } from '../../chunk-62GVNH5U.js';
|
|
14
14
|
import '../../chunk-P45GQ3ZW.js';
|
|
@@ -20,7 +20,7 @@ import '../../chunk-UD657ICS.js';
|
|
|
20
20
|
import '../../chunk-DD3CCMCZ.js';
|
|
21
21
|
import '../../chunk-RNP5R5I3.js';
|
|
22
22
|
import '../../chunk-RT4KRGZT.js';
|
|
23
|
-
import { formatTimeAgo, formatRelativeTime } from '../../chunk-
|
|
23
|
+
import { formatTimeAgo, formatRelativeTime } from '../../chunk-A2SB32YV.js';
|
|
24
24
|
import '../../chunk-Y6I3IC45.js';
|
|
25
25
|
import '../../chunk-6SSQGWK7.js';
|
|
26
26
|
import '../../chunk-BI5VDO2K.js';
|
|
@@ -961,10 +961,13 @@ function SourceAssetsPanel({ itemId }) {
|
|
|
961
961
|
size: "xs",
|
|
962
962
|
placeholder: "Describe this slide",
|
|
963
963
|
value: draft ?? storedAltText,
|
|
964
|
-
onChange: (event) =>
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
964
|
+
onChange: (event) => {
|
|
965
|
+
const value = event.currentTarget.value;
|
|
966
|
+
setAltDrafts((drafts) => ({
|
|
967
|
+
...drafts,
|
|
968
|
+
[membership.sourceAssetId]: value
|
|
969
|
+
}));
|
|
970
|
+
}
|
|
968
971
|
}
|
|
969
972
|
),
|
|
970
973
|
draft !== void 0 && draft !== storedAltText && /* @__PURE__ */ jsx(
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export { ActivityFeedWidget, CompanyDetailPage, ContactDetailPage, ConversationThread, CrmOverview, CrmSettingsPage, CrmSidebar, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, crmPrioritySettingsKeys, getCrmApiInterfaceReadiness, useCrmPipelineConfig, useCrmPipelineSummary, useCrmPrioritySettings, useCrmQuickMetrics, useRecentCrmActivity, useResetCrmPrioritySettings, useUpdateCrmPrioritySettings } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
4
|
-
import '../../chunk-
|
|
1
|
+
export { ActivityFeedWidget, CompanyDetailPage, ContactDetailPage, ConversationThread, CrmOverview, CrmSettingsPage, CrmSidebar, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, crmPrioritySettingsKeys, getCrmApiInterfaceReadiness, useCrmPipelineConfig, useCrmPipelineSummary, useCrmPrioritySettings, useCrmQuickMetrics, useRecentCrmActivity, useResetCrmPrioritySettings, useUpdateCrmPrioritySettings } from '../../chunk-7OOFMEX6.js';
|
|
2
|
+
import '../../chunk-M6VAZAQW.js';
|
|
3
|
+
import '../../chunk-TX3UHDL5.js';
|
|
4
|
+
import '../../chunk-NYIIRZSA.js';
|
|
5
5
|
import '../../chunk-WDBNW44Z.js';
|
|
6
6
|
import '../../chunk-BZZCNLT6.js';
|
|
7
7
|
import '../../chunk-TUMSNGTX.js';
|
|
8
8
|
import '../../chunk-PDHTXPSF.js';
|
|
9
|
-
export { CRM_ITEMS, CrmSidebarMiddle, MyTasksPanel, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, crmManifest } from '../../chunk-
|
|
9
|
+
export { CRM_ITEMS, CrmSidebarMiddle, MyTasksPanel, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, crmManifest } from '../../chunk-SB3IHM5Y.js';
|
|
10
10
|
import '../../chunk-R6NMRXNO.js';
|
|
11
11
|
import '../../chunk-RBGVNPA6.js';
|
|
12
|
-
import '../../chunk-
|
|
12
|
+
import '../../chunk-ZG6YJUT4.js';
|
|
13
13
|
import '../../chunk-L7BZZ4SI.js';
|
|
14
|
-
import '../../chunk-
|
|
14
|
+
import '../../chunk-ICHDIVQO.js';
|
|
15
15
|
import '../../chunk-MISHPEJX.js';
|
|
16
16
|
import '../../chunk-62GVNH5U.js';
|
|
17
17
|
import '../../chunk-P45GQ3ZW.js';
|
|
@@ -23,7 +23,7 @@ import '../../chunk-UD657ICS.js';
|
|
|
23
23
|
import '../../chunk-DD3CCMCZ.js';
|
|
24
24
|
import '../../chunk-RNP5R5I3.js';
|
|
25
25
|
import '../../chunk-RT4KRGZT.js';
|
|
26
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-A2SB32YV.js';
|
|
27
27
|
import '../../chunk-Y6I3IC45.js';
|
|
28
28
|
import '../../chunk-6SSQGWK7.js';
|
|
29
29
|
import '../../chunk-BI5VDO2K.js';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export { Dashboard, DashboardOperationsOverview, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-
|
|
1
|
+
export { Dashboard, DashboardOperationsOverview, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-VWGCURZF.js';
|
|
2
2
|
import '../../chunk-N6K2Q5BM.js';
|
|
3
3
|
import '../../chunk-3MEXPLWT.js';
|
|
4
4
|
import '../../chunk-LGKLC5MG.js';
|
|
5
5
|
import '../../chunk-YQQ5GRUR.js';
|
|
6
6
|
import '../../chunk-HENXLGVD.js';
|
|
7
|
-
import '../../chunk-
|
|
8
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-5RH6NYZH.js';
|
|
8
|
+
import '../../chunk-SB3IHM5Y.js';
|
|
9
9
|
import '../../chunk-R6NMRXNO.js';
|
|
10
10
|
import '../../chunk-RBGVNPA6.js';
|
|
11
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-ZG6YJUT4.js';
|
|
12
12
|
import '../../chunk-L7BZZ4SI.js';
|
|
13
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-ICHDIVQO.js';
|
|
14
14
|
import '../../chunk-MISHPEJX.js';
|
|
15
15
|
import '../../chunk-62GVNH5U.js';
|
|
16
16
|
import '../../chunk-P45GQ3ZW.js';
|
|
@@ -22,7 +22,7 @@ import '../../chunk-UD657ICS.js';
|
|
|
22
22
|
import '../../chunk-DD3CCMCZ.js';
|
|
23
23
|
import '../../chunk-RNP5R5I3.js';
|
|
24
24
|
import '../../chunk-RT4KRGZT.js';
|
|
25
|
-
import '../../chunk-
|
|
25
|
+
import '../../chunk-A2SB32YV.js';
|
|
26
26
|
import '../../chunk-Y6I3IC45.js';
|
|
27
27
|
import '../../chunk-6SSQGWK7.js';
|
|
28
28
|
import '../../chunk-BI5VDO2K.js';
|