@elevasis/ui 2.76.0 → 2.78.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/index.js +7 -7
- package/dist/auth/context.d.ts +1 -2
- package/dist/auth/index.d.ts +1 -2
- package/dist/auth/index.js +1 -1
- package/dist/charts/index.js +1 -1
- package/dist/{chunk-SPW6UA6B.js → chunk-2LLCOS4V.js} +1 -1
- package/dist/{chunk-QAILYRC2.js → chunk-4A6S4WAT.js} +1 -1
- package/dist/{chunk-NAPXMYFW.js → chunk-4TABB2PA.js} +3 -3
- package/dist/{chunk-6B4ZPBQJ.js → chunk-57QSONG5.js} +1 -1
- package/dist/{chunk-XODQUPFW.js → chunk-5OBIZIWW.js} +1 -1
- package/dist/{chunk-CTT4RDXE.js → chunk-AVGXLMSH.js} +1 -1
- package/dist/{chunk-UL6MPMKY.js → chunk-B74K5EC2.js} +1 -1
- package/dist/{chunk-BV2RNLPP.js → chunk-F3YFAATR.js} +1 -1
- package/dist/{chunk-BG6PWDJ3.js → chunk-FD3XRRKM.js} +2 -2
- package/dist/{chunk-EVNLJHDD.js → chunk-FFVZB25A.js} +1 -1
- package/dist/{chunk-KB5CAN5D.js → chunk-FI66TKYS.js} +1 -1
- package/dist/{chunk-5R4I2PAN.js → chunk-IWNVPPWF.js} +4 -4
- package/dist/{chunk-WJN2VVVJ.js → chunk-IYLJ4CBC.js} +1 -1
- package/dist/{chunk-KMA4FOSV.js → chunk-JKNIXSJT.js} +6 -6
- package/dist/{chunk-GDQQX5SL.js → chunk-L42Z3VZM.js} +1 -1
- package/dist/{chunk-2GIHWU5O.js → chunk-LMAYDNQL.js} +1 -1
- package/dist/{chunk-K55TU6CC.js → chunk-M3DWVFRT.js} +5 -6
- package/dist/{chunk-MGAELVTZ.js → chunk-MWWBHRFO.js} +3 -3
- package/dist/{chunk-E2LJ3FRA.js → chunk-NBG3V52P.js} +1 -1
- package/dist/{chunk-EFQLXRYT.js → chunk-S3ETKY5C.js} +1 -1
- package/dist/{chunk-BFLYDVEN.js → chunk-SU4T5DCZ.js} +5 -5
- package/dist/{chunk-UEY4AB3R.js → chunk-TRACEZWZ.js} +6 -6
- package/dist/{chunk-3QYRZSHP.js → chunk-VBGXFKZ2.js} +3 -3
- package/dist/{chunk-73G3I5HJ.js → chunk-WGSEITGL.js} +1 -1
- package/dist/{chunk-OGG3QJYW.js → chunk-WJWYTXGQ.js} +3 -3
- package/dist/{chunk-H5AEYSVX.js → chunk-Y2IHJRHM.js} +2 -2
- package/dist/{chunk-WELN7DDV.js → chunk-YUWR4UX7.js} +1 -1
- package/dist/components/index.js +31 -31
- package/dist/components/navigation/index.js +2 -2
- package/dist/features/auth/index.js +3 -3
- package/dist/features/clients/index.js +3 -3
- package/dist/features/content/index.d.ts +4 -17
- package/dist/features/content/index.js +4 -4
- package/dist/features/crm/index.d.ts +1 -2
- package/dist/features/crm/index.js +6 -6
- package/dist/features/dashboard/index.js +3 -3
- package/dist/features/delivery/index.js +11 -11
- package/dist/features/knowledge/index.js +1 -1
- package/dist/features/lead-gen/index.d.ts +20 -4
- package/dist/features/lead-gen/index.js +7 -7
- package/dist/features/monitoring/index.js +5 -5
- package/dist/features/monitoring/requests/index.js +3 -3
- package/dist/features/operations/index.js +7 -7
- package/dist/features/seo/index.d.ts +19 -2
- package/dist/features/seo/index.js +4 -4
- package/dist/features/settings/index.d.ts +19 -2
- package/dist/features/settings/index.js +4 -4
- package/dist/hooks/access/index.js +1 -1
- package/dist/hooks/delivery/index.d.ts +1 -2
- package/dist/hooks/published.d.ts +20 -4
- package/dist/hooks/published.js +9 -9
- package/dist/knowledge/index.js +6 -6
- package/dist/layout/index.js +5 -5
- package/dist/organization/index.d.ts +20 -4
- package/dist/profile/index.d.ts +19 -2
- package/dist/provider/ElevasisServiceContext.d.ts +1 -2
- package/dist/provider/index.d.ts +1 -2
- package/dist/provider/index.js +1 -1
- package/dist/provider/published.d.ts +1 -2
- package/dist/provider/published.js +1 -1
- package/dist/test-utils/index.d.ts +1 -2
- package/package.json +4 -4
package/dist/app/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { AppErrorBoundary } from '../chunk-
|
|
2
|
-
import { SidebarProvider, AppShellContainer, Sidebar, AppShellRightSideContainer, AppShellRightSideOuterContainer } from '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
5
|
-
import '../chunk-
|
|
6
|
-
import '../chunk-
|
|
1
|
+
import { AppErrorBoundary } from '../chunk-B74K5EC2.js';
|
|
2
|
+
import { SidebarProvider, AppShellContainer, Sidebar, AppShellRightSideContainer, AppShellRightSideOuterContainer } from '../chunk-LMAYDNQL.js';
|
|
3
|
+
import '../chunk-2LLCOS4V.js';
|
|
4
|
+
import '../chunk-S3ETKY5C.js';
|
|
5
|
+
import '../chunk-NBG3V52P.js';
|
|
6
|
+
import '../chunk-57QSONG5.js';
|
|
7
7
|
import '../chunk-BZZCNLT6.js';
|
|
8
|
-
import { useSessionCheck, ElevasisSystemsProvider, useElevasisSystems, SystemShell, ElevasisUIProvider } from '../chunk-
|
|
8
|
+
import { useSessionCheck, ElevasisSystemsProvider, useElevasisSystems, SystemShell, ElevasisUIProvider } from '../chunk-M3DWVFRT.js';
|
|
9
9
|
import '../chunk-4WLAVUPS.js';
|
|
10
10
|
import '../chunk-RXZ3XDBM.js';
|
|
11
11
|
import '../chunk-JZQNUQE4.js';
|
package/dist/auth/context.d.ts
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
3
|
|
|
4
|
-
declare const workOsOrgIdBrand: unique symbol;
|
|
5
4
|
/** A WorkOS organization id (`org_...`) -- the auth identity for API/SSE/query keys. */
|
|
6
5
|
type WorkOsOrgId = string & {
|
|
7
|
-
readonly
|
|
6
|
+
readonly __orgIdBrand: 'workos';
|
|
8
7
|
};
|
|
9
8
|
|
|
10
9
|
interface AuthContextValue {
|
package/dist/auth/index.d.ts
CHANGED
|
@@ -3,10 +3,9 @@ import { ReactNode } from 'react';
|
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import { z } from 'zod';
|
|
5
5
|
|
|
6
|
-
declare const workOsOrgIdBrand: unique symbol;
|
|
7
6
|
/** A WorkOS organization id (`org_...`) -- the auth identity for API/SSE/query keys. */
|
|
8
7
|
type WorkOsOrgId = string & {
|
|
9
|
-
readonly
|
|
8
|
+
readonly __orgIdBrand: 'workos';
|
|
10
9
|
};
|
|
11
10
|
|
|
12
11
|
declare const AccessKeyInputSchema: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
package/dist/auth/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AccessGuard, AccessKeys, ProtectedRoute, useSessionCheck as useRefocusSessionCheck, useSessionCheck, useStableAccessToken } from '../chunk-
|
|
1
|
+
export { AccessGuard, AccessKeys, ProtectedRoute, useSessionCheck as useRefocusSessionCheck, useSessionCheck, useStableAccessToken } from '../chunk-M3DWVFRT.js';
|
|
2
2
|
import '../chunk-4WLAVUPS.js';
|
|
3
3
|
import '../chunk-RXZ3XDBM.js';
|
|
4
4
|
import '../chunk-JZQNUQE4.js';
|
package/dist/charts/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, HeroStatsRow, getSeriesColor, useCyberColors } from '../chunk-
|
|
1
|
+
export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, HeroStatsRow, getSeriesColor, useCyberColors } from '../chunk-M3DWVFRT.js';
|
|
2
2
|
import '../chunk-4WLAVUPS.js';
|
|
3
3
|
import '../chunk-RXZ3XDBM.js';
|
|
4
4
|
import '../chunk-JZQNUQE4.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useCyberColors, useResourcesHealth, EmptyState, CyberLegendItem, CyberAreaChart } from './chunk-
|
|
1
|
+
import { useCyberColors, useResourcesHealth, EmptyState, CyberLegendItem, CyberAreaChart } from './chunk-M3DWVFRT.js';
|
|
2
2
|
import { CardHeader } from './chunk-62GVNH5U.js';
|
|
3
3
|
import { getTimeRangeDates, formatBucketTime } from './chunk-Y6I3IC45.js';
|
|
4
4
|
import { Paper, Center, Loader, Group } from '@mantine/core';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { useAvailablePresets } from './chunk-IIEZXXDD.js';
|
|
2
|
-
import { MEMBERSHIP_STATUS_COLORS, PROVISIONING_STATE_DISPLAY, transformMembershipToTableRow, useUserMemberships, useUpdateWebhookEndpoint, useDeleteWebhookEndpoint, useCreateWebhookEndpoint, useListWebhookEndpoints, useOrgRoles, useAssignRole, useRevokeRole, useOrganizationMembers, usePermissionCatalog } from './chunk-
|
|
3
|
-
import { AppShellLoader } from './chunk-
|
|
2
|
+
import { MEMBERSHIP_STATUS_COLORS, PROVISIONING_STATE_DISPLAY, transformMembershipToTableRow, useUserMemberships, useUpdateWebhookEndpoint, useDeleteWebhookEndpoint, useCreateWebhookEndpoint, useListWebhookEndpoints, useOrgRoles, useAssignRole, useRevokeRole, useOrganizationMembers, usePermissionCatalog } from './chunk-WGSEITGL.js';
|
|
3
|
+
import { AppShellLoader } from './chunk-S3ETKY5C.js';
|
|
4
4
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
5
|
-
import { CustomModal, APIErrorAlert, EmptyState, PageTitleCaption, useResources, ListSkeleton, StatCard, useAccess, AccessKeys, AccessGuard } from './chunk-
|
|
5
|
+
import { CustomModal, APIErrorAlert, EmptyState, PageTitleCaption, useResources, ListSkeleton, StatCard, useAccess, AccessKeys, AccessGuard } from './chunk-M3DWVFRT.js';
|
|
6
6
|
import { showApiErrorNotification, showErrorNotification, showSuccessNotification } from './chunk-KXNRTJAE.js';
|
|
7
7
|
import { CardHeader } from './chunk-62GVNH5U.js';
|
|
8
8
|
import { useInitialization } from './chunk-P45GQ3ZW.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PageContainer } from './chunk-BZZCNLT6.js';
|
|
2
|
-
import { SubshellContentContainer } from './chunk-
|
|
2
|
+
import { SubshellContentContainer } from './chunk-M3DWVFRT.js';
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
|
|
5
5
|
var SubshellPageLayout = ({ children, className }) => /* @__PURE__ */ jsx(SubshellContentContainer, { className, children: /* @__PURE__ */ jsx(PageContainer, { children }) });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GetNotificationsQuerySchema, MarkAsReadParamsSchema } from './chunk-VM2OWOXL.js';
|
|
2
|
-
import { useNotificationAdapter } from './chunk-
|
|
2
|
+
import { useNotificationAdapter } from './chunk-M3DWVFRT.js';
|
|
3
3
|
import { getTimeRangeDates } from './chunk-Y6I3IC45.js';
|
|
4
4
|
import { useElevasisServices } from './chunk-BI5VDO2K.js';
|
|
5
5
|
import { useQuery, useQueryClient, useMutation } from '@tanstack/react-query';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createLiveTempMessageIdentity } from './chunk-QFGNRKIE.js';
|
|
2
|
-
import { sessionsKeys, isExecutionInFlight } from './chunk-
|
|
2
|
+
import { sessionsKeys, isExecutionInFlight } from './chunk-M3DWVFRT.js';
|
|
3
3
|
import { SessionIdParamSchema, ExecutionIdParamsSchema, WebSocketSessionTurnSchema } from './chunk-2GIJBHZT.js';
|
|
4
4
|
import { useOrganization } from './chunk-DD3CCMCZ.js';
|
|
5
5
|
import { STALE_TIME_MONITORING, STALE_TIME_DEFAULT } from './chunk-5ZK7K7YP.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { useScheduledTasks } from './chunk-N6K2Q5BM.js';
|
|
2
2
|
import { ZodFormRenderer } from './chunk-3MEXPLWT.js';
|
|
3
3
|
import { ResourceHealthChart } from './chunk-LGKLC5MG.js';
|
|
4
|
-
import { AppShellCenteredContainer, AppShellLoader } from './chunk-
|
|
4
|
+
import { AppShellCenteredContainer, AppShellLoader } from './chunk-S3ETKY5C.js';
|
|
5
5
|
import { useTimeRangeDates } from './chunk-YQQ5GRUR.js';
|
|
6
6
|
import { Graph_module_css_default, useDirectedChainHighlighting, useNodeSelection, useFitViewTrigger } from './chunk-HENXLGVD.js';
|
|
7
|
-
import { useCyberColors, GlowDot, JsonViewer, useExecuteResource, EmptyState, useDashboardMetrics, useResources, useUnresolvedErrors, useRecentExecutionsByResource, PageTitleCaption, HeroStatsRow, useCommandQueue, TabCountBadge, useResourcesHealth, TERMINAL_EXECUTION_STATUSES } from './chunk-
|
|
7
|
+
import { useCyberColors, GlowDot, JsonViewer, useExecuteResource, EmptyState, useDashboardMetrics, useResources, useUnresolvedErrors, useRecentExecutionsByResource, PageTitleCaption, HeroStatsRow, useCommandQueue, TabCountBadge, useResourcesHealth, TERMINAL_EXECUTION_STATUSES } from './chunk-M3DWVFRT.js';
|
|
8
8
|
import { glassBase } from './chunk-4WLAVUPS.js';
|
|
9
9
|
import { CardHeader } from './chunk-62GVNH5U.js';
|
|
10
10
|
import { useInitialization } from './chunk-P45GQ3ZW.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { dealKeys } from './chunk-
|
|
1
|
+
import { dealKeys } from './chunk-M3DWVFRT.js';
|
|
2
2
|
import { showApiErrorNotification } from './chunk-KXNRTJAE.js';
|
|
3
3
|
import { APIClientError } from './chunk-5ZK7K7YP.js';
|
|
4
4
|
import { useElevasisServices } from './chunk-BI5VDO2K.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useSupabase } from './chunk-MKH2KOAO.js';
|
|
2
|
-
import { useNotificationAdapter } from './chunk-
|
|
2
|
+
import { useNotificationAdapter } from './chunk-M3DWVFRT.js';
|
|
3
3
|
import { useQueryClient, useMutation } from '@tanstack/react-query';
|
|
4
4
|
|
|
5
5
|
// ../core/src/supabase/helpers.ts
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { projectKeys, noteKeys, taskKeys, milestoneKeys } from './chunk-GFSOQH3N.js';
|
|
2
|
-
import { leadGenListMemberKeys } from './chunk-
|
|
2
|
+
import { leadGenListMemberKeys } from './chunk-Y2IHJRHM.js';
|
|
3
3
|
import { useSupabase } from './chunk-MKH2KOAO.js';
|
|
4
|
-
import { companyKeys, contactKeys } from './chunk-
|
|
5
|
-
import { useErrorNotification } from './chunk-
|
|
6
|
-
import { useNotificationAdapter, dealKeys, acquisitionListKeys, useListsTelemetry, useOptionalElevasisSystems, useSSEConnection } from './chunk-
|
|
4
|
+
import { companyKeys, contactKeys } from './chunk-L42Z3VZM.js';
|
|
5
|
+
import { useErrorNotification } from './chunk-5OBIZIWW.js';
|
|
6
|
+
import { useNotificationAdapter, dealKeys, acquisitionListKeys, useListsTelemetry, useOptionalElevasisSystems, useSSEConnection } from './chunk-M3DWVFRT.js';
|
|
7
7
|
import { HTTP_HEADERS } from './chunk-JZQNUQE4.js';
|
|
8
8
|
import { showApiErrorNotification, showSuccessNotification } from './chunk-KXNRTJAE.js';
|
|
9
9
|
import { OrganizationContext, useOrganization } from './chunk-DD3CCMCZ.js';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { SubshellLoader } from './chunk-
|
|
2
|
-
import { CollapsibleJsonSection, ExecutionStats, UnifiedWorkflowGraph, WorkflowExecutionTimeline, AgentExecutionVisualizer, AgentExecutionTimeline, AgentIterationDetailPanel } from './chunk-
|
|
3
|
-
import { useCommandViewData, useCommandViewStats, useCommandViewStore, useResourceExecutions, useCheckpointTasks, useSessionMessages, useSessionWebSocket, useSessionExecutions } from './chunk-
|
|
1
|
+
import { SubshellLoader } from './chunk-2LLCOS4V.js';
|
|
2
|
+
import { CollapsibleJsonSection, ExecutionStats, UnifiedWorkflowGraph, WorkflowExecutionTimeline, AgentExecutionVisualizer, AgentExecutionTimeline, AgentIterationDetailPanel } from './chunk-FD3XRRKM.js';
|
|
3
|
+
import { useCommandViewData, useCommandViewStats, useCommandViewStore, useResourceExecutions, useCheckpointTasks, useSessionMessages, useSessionWebSocket, useSessionExecutions } from './chunk-AVGXLMSH.js';
|
|
4
4
|
import { findNavigationSurfaceForSystem, getSystemApiInterfaceReadiness } from './chunk-3RK2NNJX.js';
|
|
5
5
|
import { FormFieldRenderer } from './chunk-3MEXPLWT.js';
|
|
6
6
|
import { ChatInterface, ChatHeader } from './chunk-SNZDFCOQ.js';
|
|
7
7
|
import { mergeSessionMessages } from './chunk-QFGNRKIE.js';
|
|
8
|
-
import { ResourceHealthPanel } from './chunk-
|
|
9
|
-
import { AppShellLoader } from './chunk-
|
|
8
|
+
import { ResourceHealthPanel } from './chunk-4A6S4WAT.js';
|
|
9
|
+
import { AppShellLoader } from './chunk-S3ETKY5C.js';
|
|
10
10
|
import { Graph_module_css_default } from './chunk-HENXLGVD.js';
|
|
11
11
|
import { PageContainer } from './chunk-BZZCNLT6.js';
|
|
12
|
-
import { DEFAULT_ORGANIZATION_GRAPH_FILTERS, resolveSemanticIconComponent, CustomModal, useAppearance, useErrorDetail, JsonViewer, useExecution, useArchivedLogs, useDeleteExecution, useRetryExecution, useCancelExecution, ConfirmationModal, PageTitleCaption, CollapsibleSection, useStatusFilter, useResourceSearch, useResourcesDomainFilters, usePaginationState, useResources, useRecentExecutionsByResource, filterByDomainFilters, TabCountBadge, ResourceCard, useResourceDefinition, isSessionCapable, useOptionalElevasisSystems, useDeleteTask, useCommandQueue, useSubmitAction, useCommandQueueTask, ContextViewer, useElevasisSystems, buildOrganizationGraph, EmptyState, useExecutionPanelState, useSessions, SessionListItem, useDeleteSession, useEndSession, useCreateSession, topbarHeight, useSession, getSessionView, SubshellContentContainer, ORGANIZATION_NODE_ID, collectResourceFilterFacets, SemanticIcon, useSystemsViewState, aggregateSystemMetrics, useSystemHealth, ORGANIZATION_GRAPH_NODE_KIND_ORDER, formatResourceAttribution, SYSTEM_RESOURCE_KINDS, ORGANIZATION_GRAPH_NODE_KIND_LABELS, ORGANIZATION_GRAPH_EDGE_KIND_LABELS, ORGANIZATION_GRAPH_NODE_KIND_DETAIL_LABELS, ORGANIZATION_GRAPH_NODE_KIND_MEANINGS, ORGANIZATION_GRAPH_EDGE_KIND_MEANINGS } from './chunk-
|
|
12
|
+
import { DEFAULT_ORGANIZATION_GRAPH_FILTERS, resolveSemanticIconComponent, CustomModal, useAppearance, useErrorDetail, JsonViewer, useExecution, useArchivedLogs, useDeleteExecution, useRetryExecution, useCancelExecution, ConfirmationModal, PageTitleCaption, CollapsibleSection, useStatusFilter, useResourceSearch, useResourcesDomainFilters, usePaginationState, useResources, useRecentExecutionsByResource, filterByDomainFilters, TabCountBadge, ResourceCard, useResourceDefinition, isSessionCapable, useOptionalElevasisSystems, useDeleteTask, useCommandQueue, useSubmitAction, useCommandQueueTask, ContextViewer, useElevasisSystems, buildOrganizationGraph, EmptyState, useExecutionPanelState, useSessions, SessionListItem, useDeleteSession, useEndSession, useCreateSession, topbarHeight, useSession, getSessionView, SubshellContentContainer, ORGANIZATION_NODE_ID, collectResourceFilterFacets, SemanticIcon, useSystemsViewState, aggregateSystemMetrics, useSystemHealth, ORGANIZATION_GRAPH_NODE_KIND_ORDER, formatResourceAttribution, SYSTEM_RESOURCE_KINDS, ORGANIZATION_GRAPH_NODE_KIND_LABELS, ORGANIZATION_GRAPH_EDGE_KIND_LABELS, ORGANIZATION_GRAPH_NODE_KIND_DETAIL_LABELS, ORGANIZATION_GRAPH_NODE_KIND_MEANINGS, ORGANIZATION_GRAPH_EDGE_KIND_MEANINGS } from './chunk-M3DWVFRT.js';
|
|
13
13
|
import { showApiErrorNotification, showSuccessNotification } from './chunk-KXNRTJAE.js';
|
|
14
14
|
import { CardHeader } from './chunk-62GVNH5U.js';
|
|
15
15
|
import { useInitialization } from './chunk-P45GQ3ZW.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { acquisitionListKeys } from './chunk-
|
|
1
|
+
import { acquisitionListKeys } from './chunk-M3DWVFRT.js';
|
|
2
2
|
import { showApiErrorNotification, showSuccessNotification } from './chunk-KXNRTJAE.js';
|
|
3
3
|
import { APIClientError } from './chunk-5ZK7K7YP.js';
|
|
4
4
|
import { useElevasisServices } from './chunk-BI5VDO2K.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PageContainer } from './chunk-BZZCNLT6.js';
|
|
2
|
-
import { sidebarItemGap, sidebarSubLinkPaddingY, sidebarSubLinkPaddingX, sidebarSubLinkIndent, sidebarHoverDelay, sidebarTransitionDuration, sidebarCollapsedWidth, sidebarWidth, topbarHeight, sidebarToggleIconSize, sidebarSectionPadding, NavigationButton, useAppearance, sidebarGroupChevronSize, sidebarIconInnerSize, SubshellNavItem, useElevasisSystems } from './chunk-
|
|
2
|
+
import { sidebarItemGap, sidebarSubLinkPaddingY, sidebarSubLinkPaddingX, sidebarSubLinkIndent, sidebarHoverDelay, sidebarTransitionDuration, sidebarCollapsedWidth, sidebarWidth, topbarHeight, sidebarToggleIconSize, sidebarSectionPadding, NavigationButton, useAppearance, sidebarGroupChevronSize, sidebarIconInnerSize, SubshellNavItem, useElevasisSystems } from './chunk-M3DWVFRT.js';
|
|
3
3
|
import { useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
4
4
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
5
5
|
import { createContext, memo, useEffect, useRef, createElement, useContext, useLayoutEffect, useState, Fragment as Fragment$1 } from 'react';
|
|
@@ -4141,7 +4141,7 @@ function buildContentItems(vocabulary) {
|
|
|
4141
4141
|
];
|
|
4142
4142
|
}
|
|
4143
4143
|
var CONTENT_ITEMS = buildContentItems(DEFAULT_CONTENT_VOCABULARY);
|
|
4144
|
-
var ContentSidebarMiddle = ({ workspaceItems,
|
|
4144
|
+
var ContentSidebarMiddle = ({ workspaceItems, items } = {}) => {
|
|
4145
4145
|
const { currentPath, navigate } = useRouterContext();
|
|
4146
4146
|
const { vocabulary } = useContentConfig();
|
|
4147
4147
|
const navItems = items ?? buildContentItems(vocabulary);
|
|
@@ -4160,17 +4160,16 @@ var ContentSidebarMiddle = ({ workspaceItems, createItems, items } = {}) => {
|
|
|
4160
4160
|
item.to
|
|
4161
4161
|
);
|
|
4162
4162
|
});
|
|
4163
|
-
const
|
|
4164
|
-
const hasWorkspaceItems = resolvedWorkspaceItems !== void 0 && resolvedWorkspaceItems.length > 0;
|
|
4163
|
+
const hasWorkspaceItems = workspaceItems !== void 0 && workspaceItems.length > 0;
|
|
4165
4164
|
return /* @__PURE__ */ jsxs(Stack, { gap: 0, style: { flex: 1, overflowY: "auto" }, children: [
|
|
4166
4165
|
/* @__PURE__ */ jsx(SubshellSidebarSection, { icon: IconPencil, label: "Workspace" }),
|
|
4167
|
-
hasWorkspaceItems ? /* @__PURE__ */ jsx(Stack, { gap: 0, p: "sm", children: renderItems2(
|
|
4166
|
+
hasWorkspaceItems ? /* @__PURE__ */ jsx(Stack, { gap: 0, p: "sm", children: renderItems2(workspaceItems) }) : /* @__PURE__ */ jsx(Box, { p: "sm", c: "var(--color-text-subtle)", style: { fontSize: "var(--mantine-font-size-xs)" }, children: "No workspace pages declared yet." }),
|
|
4168
4167
|
/* @__PURE__ */ jsx(SubshellSidebarSection, { icon: IconRoute, label: "Content Pipeline", withTopBorder: true }),
|
|
4169
4168
|
/* @__PURE__ */ jsx(Stack, { gap: 0, p: "sm", children: renderItems2(navItems) })
|
|
4170
4169
|
] });
|
|
4171
4170
|
};
|
|
4172
|
-
var ContentSidebar = ({ workspaceItems,
|
|
4173
|
-
return /* @__PURE__ */ jsx(Stack, { gap: 0, style: { height: "100%", display: "flex", flexDirection: "column" }, children: children ?? /* @__PURE__ */ jsx(ContentSidebarMiddle, { workspaceItems
|
|
4171
|
+
var ContentSidebar = ({ workspaceItems, children } = {}) => {
|
|
4172
|
+
return /* @__PURE__ */ jsx(Stack, { gap: 0, style: { height: "100%", display: "flex", flexDirection: "column" }, children: children ?? /* @__PURE__ */ jsx(ContentSidebarMiddle, { workspaceItems }) });
|
|
4174
4173
|
};
|
|
4175
4174
|
var MISSING_CONTEXT_ANSWER = {
|
|
4176
4175
|
allowed: false,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { useProjectRealtime, useProjectActivities } from './chunk-
|
|
1
|
+
import { useProjectRealtime, useProjectActivities } from './chunk-IWNVPPWF.js';
|
|
2
2
|
import { useCreateTask, useCreateMilestone, useProjectMilestones, useUpdateTask, useProjects, useDeleteProject, useProject, useProjectNotes, useUpdateMilestone, useCreateNote } from './chunk-GFSOQH3N.js';
|
|
3
3
|
import { useTableSort, sortData } from './chunk-2Y6AKWGU.js';
|
|
4
4
|
import { useTableSelection } from './chunk-WDBNW44Z.js';
|
|
5
5
|
import { milestoneStatusColors, formatStatusLabel, taskTypeColors, taskStatusColors, projectStatusColors, calculateProgress, noteTypeColors } from './chunk-DLR4SDZW.js';
|
|
6
|
-
import { SubshellPageLayout } from './chunk-
|
|
6
|
+
import { SubshellPageLayout } from './chunk-57QSONG5.js';
|
|
7
7
|
import { PageContainer } from './chunk-BZZCNLT6.js';
|
|
8
8
|
import { TableSelectionToolbar, SortableHeader } from './chunk-TUMSNGTX.js';
|
|
9
9
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
10
|
-
import { StatusBadge, EmptyState, SubshellSidebarSection, PageTitleCaption, usePaginationState, SubshellContentContainer, CenteredErrorState, CustomModal, StatCard, SubshellNavItem } from './chunk-
|
|
10
|
+
import { StatusBadge, EmptyState, SubshellSidebarSection, PageTitleCaption, usePaginationState, SubshellContentContainer, CenteredErrorState, CustomModal, StatCard, SubshellNavItem } from './chunk-M3DWVFRT.js';
|
|
11
11
|
import { CardHeader } from './chunk-62GVNH5U.js';
|
|
12
12
|
import { PAGE_SIZE_DEFAULT, formatTimeAgo, formatDate, formatRelativeTime } from './chunk-5ZK7K7YP.js';
|
|
13
13
|
import { useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AppearanceContext } from './chunk-
|
|
1
|
+
import { AppearanceContext } from './chunk-M3DWVFRT.js';
|
|
2
2
|
import { ElevasisServiceContext } from './chunk-BI5VDO2K.js';
|
|
3
3
|
import { useContext, useState, useRef, useCallback, useEffect } from 'react';
|
|
4
4
|
import { Paper, Stack, Title, Text, Group, Button, Anchor, Collapse, Badge, Code } from '@mantine/core';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { topbarHeight, useAppearance } from './chunk-
|
|
1
|
+
import { topbarHeight, useAppearance } from './chunk-M3DWVFRT.js';
|
|
2
2
|
import { Stack, Title, Button } from '@mantine/core';
|
|
3
3
|
import { IconAlertCircle } from '@tabler/icons-react';
|
|
4
4
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { useDealDetail, useExecuteAction } from './chunk-
|
|
2
|
-
import { CRM_API_INTERFACE } from './chunk-
|
|
3
|
-
import { useCompany, useContact, deriveActions } from './chunk-
|
|
1
|
+
import { useDealDetail, useExecuteAction } from './chunk-FFVZB25A.js';
|
|
2
|
+
import { CRM_API_INTERFACE } from './chunk-YUWR4UX7.js';
|
|
3
|
+
import { useCompany, useContact, deriveActions } from './chunk-L42Z3VZM.js';
|
|
4
4
|
import { useTableSort, sortData } from './chunk-2Y6AKWGU.js';
|
|
5
5
|
import { getSystemApiInterfaceReadiness } from './chunk-3RK2NNJX.js';
|
|
6
6
|
import { useTableSelection } from './chunk-WDBNW44Z.js';
|
|
7
|
-
import { SubshellPageLayout } from './chunk-
|
|
7
|
+
import { SubshellPageLayout } from './chunk-57QSONG5.js';
|
|
8
8
|
import { PageContainer } from './chunk-BZZCNLT6.js';
|
|
9
9
|
import { TableSelectionToolbar, SortableHeader } from './chunk-TUMSNGTX.js';
|
|
10
10
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
11
|
-
import { SubshellSidebarSection, CrmSidebarMiddle, useDealsSummary, useOptionalElevasisSystems, getCrmPipelineCatalog, CenteredErrorState, StatCard, PageTitleCaption, useDeleteDeal, usePaginationState, useDeals, SubshellContentContainer, EmptyState, CustomModal, useCrmActions, ActivityTimeline, ContextViewer, JsonViewer, dealKeys } from './chunk-
|
|
11
|
+
import { SubshellSidebarSection, CrmSidebarMiddle, useDealsSummary, useOptionalElevasisSystems, getCrmPipelineCatalog, CenteredErrorState, StatCard, PageTitleCaption, useDeleteDeal, usePaginationState, useDeals, SubshellContentContainer, EmptyState, CustomModal, useCrmActions, ActivityTimeline, ContextViewer, JsonViewer, dealKeys } from './chunk-M3DWVFRT.js';
|
|
12
12
|
import { showApiErrorNotification, showSuccessNotification } from './chunk-KXNRTJAE.js';
|
|
13
13
|
import { CardHeader } from './chunk-62GVNH5U.js';
|
|
14
14
|
import { PAGE_SIZE_DEFAULT, formatTimeAgo } from './chunk-5ZK7K7YP.js';
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { eqOrgId, useBatchDeleteRows } from './chunk-
|
|
2
|
-
import { LEAD_GEN_API_INTERFACE } from './chunk-
|
|
3
|
-
import { useCredentials, useVerifyCredential, useListMembers, useListMember, useTransitionListMember, useDeriveActions, useArtifacts } from './chunk-
|
|
1
|
+
import { eqOrgId, useBatchDeleteRows } from './chunk-FI66TKYS.js';
|
|
2
|
+
import { LEAD_GEN_API_INTERFACE } from './chunk-YUWR4UX7.js';
|
|
3
|
+
import { useCredentials, useVerifyCredential, useListMembers, useListMember, useTransitionListMember, useDeriveActions, useArtifacts } from './chunk-Y2IHJRHM.js';
|
|
4
4
|
import { useSupabase } from './chunk-MKH2KOAO.js';
|
|
5
|
-
import { useCompanyFacets, useCompanies, useDeleteCompanies, useContacts, useDeleteContacts } from './chunk-
|
|
5
|
+
import { useCompanyFacets, useCompanies, useDeleteCompanies, useContacts, useDeleteContacts } from './chunk-L42Z3VZM.js';
|
|
6
6
|
import { useTableSort, sortData } from './chunk-2Y6AKWGU.js';
|
|
7
7
|
import { getSystemApiInterfaceReadiness } from './chunk-3RK2NNJX.js';
|
|
8
8
|
import { sanitizeInput } from './chunk-3MEXPLWT.js';
|
|
9
9
|
import { useTableSelection } from './chunk-WDBNW44Z.js';
|
|
10
|
-
import { SubshellPageLayout } from './chunk-
|
|
10
|
+
import { SubshellPageLayout } from './chunk-57QSONG5.js';
|
|
11
11
|
import { PageContainer } from './chunk-BZZCNLT6.js';
|
|
12
12
|
import { TableSelectionToolbar, SortableHeader } from './chunk-TUMSNGTX.js';
|
|
13
13
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
14
|
-
import { SubshellSidebarSection, LeadGenSidebarMiddle, PageTitleCaption, acquisitionListKeys, useOptionalElevasisSystems, getAllBuildTemplates, getLeadGenStageCatalog, useListsTelemetry, useLists, useAccess, AccessKeys, SubshellContentContainer, CenteredErrorState, StatCard, usePaginationState, EmptyState, CustomModal, useListActions, useList, useListProgress, useListExecutions, useDeleteList, useExecuteAsync, SystemReadinessAlert, useCreateList, JsonViewer, useWorkflowExecution, useInFlightExecutions, useExecutionSSE, useListRecords } from './chunk-
|
|
14
|
+
import { SubshellSidebarSection, LeadGenSidebarMiddle, PageTitleCaption, acquisitionListKeys, useOptionalElevasisSystems, getAllBuildTemplates, getLeadGenStageCatalog, useListsTelemetry, useLists, useAccess, AccessKeys, SubshellContentContainer, CenteredErrorState, StatCard, usePaginationState, EmptyState, CustomModal, useListActions, useList, useListProgress, useListExecutions, useDeleteList, useExecuteAsync, SystemReadinessAlert, useCreateList, JsonViewer, useWorkflowExecution, useInFlightExecutions, useExecutionSSE, useListRecords } from './chunk-M3DWVFRT.js';
|
|
15
15
|
import { showApiErrorNotification, showSuccessNotification } from './chunk-KXNRTJAE.js';
|
|
16
16
|
import { CardHeader } from './chunk-62GVNH5U.js';
|
|
17
17
|
import { useOrganization } from './chunk-DD3CCMCZ.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { eqOrgId, sanitizePostgrestValue, useBatchDeleteRows } from './chunk-
|
|
1
|
+
import { eqOrgId, sanitizePostgrestValue, useBatchDeleteRows } from './chunk-FI66TKYS.js';
|
|
2
2
|
import { useSupabase } from './chunk-MKH2KOAO.js';
|
|
3
3
|
import { useTableSort, sortData } from './chunk-2Y6AKWGU.js';
|
|
4
4
|
import { useTableSelection } from './chunk-WDBNW44Z.js';
|
|
5
|
-
import { SubshellPageLayout } from './chunk-
|
|
5
|
+
import { SubshellPageLayout } from './chunk-57QSONG5.js';
|
|
6
6
|
import { TableSelectionToolbar, SortableHeader } from './chunk-TUMSNGTX.js';
|
|
7
7
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
8
|
-
import { usePaginationState, PageTitleCaption, StatCard, EmptyState, CustomModal, SubshellContentContainer } from './chunk-
|
|
8
|
+
import { usePaginationState, PageTitleCaption, StatCard, EmptyState, CustomModal, SubshellContentContainer } from './chunk-M3DWVFRT.js';
|
|
9
9
|
import { showApiErrorNotification } from './chunk-KXNRTJAE.js';
|
|
10
10
|
import { useOrganization } from './chunk-DD3CCMCZ.js';
|
|
11
11
|
import { PAGE_SIZE_DEFAULT } from './chunk-5ZK7K7YP.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useNotificationAdapter } from './chunk-
|
|
1
|
+
import { useNotificationAdapter } from './chunk-M3DWVFRT.js';
|
|
2
2
|
import { showApiErrorNotification } from './chunk-KXNRTJAE.js';
|
|
3
3
|
import { OrganizationContext } from './chunk-DD3CCMCZ.js';
|
|
4
4
|
import { GC_TIME_MEDIUM, STALE_TIME_DEFAULT, GC_TIME_SHORT, STALE_TIME_MONITORING } from './chunk-5ZK7K7YP.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { useMarkAsRead, useExecutionLogsFilters, useExecutionLogs, useExecutionHealth, useCostSummary, useActivityFilters, useActivityTrend, useActivities, useNotifications, useMarkAllAsRead } from './chunk-
|
|
2
|
-
import { AppShellLoader } from './chunk-
|
|
1
|
+
import { useMarkAsRead, useExecutionLogsFilters, useExecutionLogs, useExecutionHealth, useCostSummary, useActivityFilters, useActivityTrend, useActivities, useNotifications, useMarkAllAsRead } from './chunk-5OBIZIWW.js';
|
|
2
|
+
import { AppShellLoader } from './chunk-S3ETKY5C.js';
|
|
3
3
|
import { useTimeRangeDates } from './chunk-YQQ5GRUR.js';
|
|
4
4
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
5
|
-
import { CenteredErrorState, StatsCardSkeleton, CyberAreaChart, TrendIndicator, DetailCardSkeleton, useResolveError, useResolveAllErrors, usePaginationState, useErrorDetails, EmptyState, PageTitleCaption, useErrorAnalysis, useErrorDetail, useResolveErrorsByExecution, useResources, CustomModal, JsonViewer, useCostTrends, useCostByModel, useCostBreakdown, CostTrendChart, ActivityTrendChart } from './chunk-
|
|
5
|
+
import { CenteredErrorState, StatsCardSkeleton, CyberAreaChart, TrendIndicator, DetailCardSkeleton, useResolveError, useResolveAllErrors, usePaginationState, useErrorDetails, EmptyState, PageTitleCaption, useErrorAnalysis, useErrorDetail, useResolveErrorsByExecution, useResources, CustomModal, JsonViewer, useCostTrends, useCostByModel, useCostBreakdown, CostTrendChart, ActivityTrendChart } from './chunk-M3DWVFRT.js';
|
|
6
6
|
import { CardHeader } from './chunk-62GVNH5U.js';
|
|
7
7
|
import { formatDuration } from './chunk-BLXJEIQS.js';
|
|
8
8
|
import { PAGE_SIZE_DEFAULT } from './chunk-5ZK7K7YP.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { deriveActions } from './chunk-
|
|
2
|
-
import { acquisitionListKeys, useNotificationAdapter } from './chunk-
|
|
1
|
+
import { deriveActions } from './chunk-L42Z3VZM.js';
|
|
2
|
+
import { acquisitionListKeys, useNotificationAdapter } from './chunk-M3DWVFRT.js';
|
|
3
3
|
import { showApiErrorNotification, showSuccessNotification } from './chunk-KXNRTJAE.js';
|
|
4
4
|
import { useElevasisServices } from './chunk-BI5VDO2K.js';
|
|
5
5
|
import { CredentialNameSchema, UuidSchema } from './chunk-TVTSASST.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getLeadGenStageCatalog } from './chunk-
|
|
1
|
+
import { getLeadGenStageCatalog } from './chunk-M3DWVFRT.js';
|
|
2
2
|
import { SYSTEM_INTERFACE_PROFILES, formatOntologyId, registerBuiltInReadinessProfile, registerReadinessInterfaceMarker, requireContractReadiness, computeInterfaceReadiness, addReadinessIssue, formatInterfaceIdentity, resourceBindingIds, requireCatalogReadiness, requireScopedBinding } from './chunk-5ZK7K7YP.js';
|
|
3
3
|
|
|
4
4
|
// ../core/src/business/acquisition/ontology-validation.ts
|
package/dist/components/index.js
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
import { useBreadcrumbs } from '../chunk-
|
|
2
|
-
export { AppErrorBoundary, CrashErrorFallback, ErrorReportCard, buildErrorReport } from '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import { showAuthError, OAuthIntegrationsCard } from '../chunk-
|
|
5
|
-
export { MembershipStatusBadge, OAuthConnectModal, OAuthIntegrationsCard, OrganizationMembershipsList, ProvisioningStateBadge, WebhookUrlDisplayModal, showAuthError } from '../chunk-
|
|
1
|
+
import { useBreadcrumbs } from '../chunk-F3YFAATR.js';
|
|
2
|
+
export { AppErrorBoundary, CrashErrorFallback, ErrorReportCard, buildErrorReport } from '../chunk-B74K5EC2.js';
|
|
3
|
+
import '../chunk-VBGXFKZ2.js';
|
|
4
|
+
import { showAuthError, OAuthIntegrationsCard } from '../chunk-4TABB2PA.js';
|
|
5
|
+
export { MembershipStatusBadge, OAuthConnectModal, OAuthIntegrationsCard, OrganizationMembershipsList, ProvisioningStateBadge, WebhookUrlDisplayModal, showAuthError } from '../chunk-4TABB2PA.js';
|
|
6
6
|
import '../chunk-IIEZXXDD.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-
|
|
7
|
+
import '../chunk-LMAYDNQL.js';
|
|
8
|
+
import { setDealReferrer, compareDealsByPriority } from '../chunk-SU4T5DCZ.js';
|
|
9
|
+
export { ActivityFeedWidget, CompanyDetailPage, ContactDetailPage, CrmOverview, CrmSidebar, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../chunk-SU4T5DCZ.js';
|
|
10
|
+
export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage } from '../chunk-MWWBHRFO.js';
|
|
11
|
+
import { useCreateOrgRole, useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, useTransitionItem } from '../chunk-IWNVPPWF.js';
|
|
12
12
|
import '../chunk-GFSOQH3N.js';
|
|
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 { useDeleteCredential, useCreateCredential, useCredentials, CredentialSchemas } from '../chunk-
|
|
13
|
+
import { usePermissionCatalog } from '../chunk-WGSEITGL.js';
|
|
14
|
+
import '../chunk-FFVZB25A.js';
|
|
15
|
+
export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarTop, StepConfigForm, TabSection, getEnrichmentColor, getStatusColor, useDeleteLists } from '../chunk-TRACEZWZ.js';
|
|
16
|
+
import '../chunk-FI66TKYS.js';
|
|
17
|
+
import '../chunk-YUWR4UX7.js';
|
|
18
|
+
import { useDeleteCredential, useCreateCredential, useCredentials, CredentialSchemas } from '../chunk-Y2IHJRHM.js';
|
|
19
19
|
import '../chunk-MKH2KOAO.js';
|
|
20
|
-
import '../chunk-
|
|
20
|
+
import '../chunk-L42Z3VZM.js';
|
|
21
21
|
import '../chunk-2Y6AKWGU.js';
|
|
22
|
-
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-
|
|
23
|
-
import '../chunk-
|
|
24
|
-
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-
|
|
25
|
-
import '../chunk-
|
|
22
|
+
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-JKNIXSJT.js';
|
|
23
|
+
import '../chunk-2LLCOS4V.js';
|
|
24
|
+
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-FD3XRRKM.js';
|
|
25
|
+
import '../chunk-AVGXLMSH.js';
|
|
26
26
|
import { useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule } from '../chunk-N6K2Q5BM.js';
|
|
27
27
|
import '../chunk-3RK2NNJX.js';
|
|
28
28
|
export { ZodFormRenderer } from '../chunk-3MEXPLWT.js';
|
|
29
29
|
import '../chunk-SNZDFCOQ.js';
|
|
30
30
|
import '../chunk-QFGNRKIE.js';
|
|
31
|
-
import { NotificationList } from '../chunk-
|
|
32
|
-
export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList } from '../chunk-
|
|
33
|
-
import { useMarkAllAsRead, useNotifications } from '../chunk-
|
|
34
|
-
export { ResourceHealthPanel } from '../chunk-
|
|
31
|
+
import { NotificationList } from '../chunk-WJWYTXGQ.js';
|
|
32
|
+
export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList } from '../chunk-WJWYTXGQ.js';
|
|
33
|
+
import { useMarkAllAsRead, useNotifications } from '../chunk-5OBIZIWW.js';
|
|
34
|
+
export { ResourceHealthPanel } from '../chunk-4A6S4WAT.js';
|
|
35
35
|
export { ResourceHealthChart, getHealthColor } from '../chunk-LGKLC5MG.js';
|
|
36
|
-
import { AppShellLoader } from '../chunk-
|
|
36
|
+
import { AppShellLoader } from '../chunk-S3ETKY5C.js';
|
|
37
37
|
import '../chunk-YQQ5GRUR.js';
|
|
38
38
|
import '../chunk-VM2OWOXL.js';
|
|
39
|
-
import '../chunk-
|
|
39
|
+
import '../chunk-IYLJ4CBC.js';
|
|
40
40
|
import '../chunk-WDBNW44Z.js';
|
|
41
41
|
export { Graph_module_css_default as graphStyles } from '../chunk-HENXLGVD.js';
|
|
42
|
-
export { ServiceUnavailableScreen, classifyConnectionError } from '../chunk-
|
|
42
|
+
export { ServiceUnavailableScreen, classifyConnectionError } from '../chunk-NBG3V52P.js';
|
|
43
43
|
export { calculateProgress, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../chunk-DLR4SDZW.js';
|
|
44
44
|
import '../chunk-P6HHXMLJ.js';
|
|
45
45
|
import { useCloudStorageFolder, useCloudStorageThumbnails } from '../chunk-INCEZAM3.js';
|
|
46
|
-
import '../chunk-
|
|
46
|
+
import '../chunk-57QSONG5.js';
|
|
47
47
|
import '../chunk-BZZCNLT6.js';
|
|
48
48
|
export { SortableHeader, TableSelectionToolbar } from '../chunk-TUMSNGTX.js';
|
|
49
49
|
import { FilterBar } from '../chunk-PDHTXPSF.js';
|
|
50
50
|
export { FilterBar } from '../chunk-PDHTXPSF.js';
|
|
51
|
-
import { CustomModal, useResources, CenteredErrorState, PageTitleCaption, StatCard, EmptyState, ListSkeleton, usePaginationState, useDeals, dealKeys, SubshellContentContainer } from '../chunk-
|
|
52
|
-
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, OverviewList, OverviewListRow, PageNotFound, PageTitleCaption, QuickCreateActions, ResourceCard, SAVED_VIEW_PRESETS, SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, SavedViewsPanel, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, SystemReadinessAlert, SystemUnavailableState, TabCountBadge, TimeRangeSelector, TrendIndicator, crmManifest, deliveryManifest, leadGenManifest, monitoringManifest, operationsManifest, seoManifest, settingsManifest } from '../chunk-
|
|
51
|
+
import { CustomModal, useResources, CenteredErrorState, PageTitleCaption, StatCard, EmptyState, ListSkeleton, usePaginationState, useDeals, dealKeys, SubshellContentContainer } from '../chunk-M3DWVFRT.js';
|
|
52
|
+
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, OverviewList, OverviewListRow, PageNotFound, PageTitleCaption, QuickCreateActions, ResourceCard, SAVED_VIEW_PRESETS, SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, SavedViewsPanel, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, SystemReadinessAlert, SystemUnavailableState, TabCountBadge, TimeRangeSelector, TrendIndicator, crmManifest, deliveryManifest, leadGenManifest, monitoringManifest, operationsManifest, seoManifest, settingsManifest } from '../chunk-M3DWVFRT.js';
|
|
53
53
|
import '../chunk-4WLAVUPS.js';
|
|
54
54
|
import '../chunk-RXZ3XDBM.js';
|
|
55
55
|
import '../chunk-JZQNUQE4.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { useBreadcrumbs } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { useBreadcrumbs } from '../../chunk-F3YFAATR.js';
|
|
2
|
+
import '../../chunk-M3DWVFRT.js';
|
|
3
3
|
import '../../chunk-4WLAVUPS.js';
|
|
4
4
|
import '../../chunk-RXZ3XDBM.js';
|
|
5
5
|
import '../../chunk-JZQNUQE4.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ServiceUnavailableScreen } from '../../chunk-
|
|
2
|
-
import { computeProtectedRouteGate, DEFAULT_WAIT_FOR_ORGANIZATION, ProtectedRoute, AppearanceContext, AccessGuard, SystemUnavailableState, useAppearance } from '../../chunk-
|
|
3
|
-
export { AccessGuard } from '../../chunk-
|
|
1
|
+
import { ServiceUnavailableScreen } from '../../chunk-NBG3V52P.js';
|
|
2
|
+
import { computeProtectedRouteGate, DEFAULT_WAIT_FOR_ORGANIZATION, ProtectedRoute, AppearanceContext, AccessGuard, SystemUnavailableState, useAppearance } from '../../chunk-M3DWVFRT.js';
|
|
3
|
+
export { AccessGuard } from '../../chunk-M3DWVFRT.js';
|
|
4
4
|
import '../../chunk-4WLAVUPS.js';
|
|
5
5
|
import '../../chunk-RXZ3XDBM.js';
|
|
6
6
|
import '../../chunk-JZQNUQE4.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import '../../chunk-DLR4SDZW.js';
|
|
2
2
|
import { useClientStatus, useCreateClient, useUpdateClient, useDeleteClient, useClients, useClient } from '../../chunk-P6HHXMLJ.js';
|
|
3
|
-
import { SubshellPageLayout } from '../../chunk-
|
|
3
|
+
import { SubshellPageLayout } from '../../chunk-57QSONG5.js';
|
|
4
4
|
import { PageContainer } from '../../chunk-BZZCNLT6.js';
|
|
5
5
|
import '../../chunk-TUMSNGTX.js';
|
|
6
6
|
import { FilterBar } from '../../chunk-PDHTXPSF.js';
|
|
7
|
-
import { StatCard, EmptyState, CustomModal, usePaginationState, SubshellContentContainer, PageTitleCaption, CenteredErrorState } from '../../chunk-
|
|
8
|
-
export { clientsManifest } from '../../chunk-
|
|
7
|
+
import { StatCard, EmptyState, CustomModal, usePaginationState, SubshellContentContainer, PageTitleCaption, CenteredErrorState } from '../../chunk-M3DWVFRT.js';
|
|
8
|
+
export { clientsManifest } from '../../chunk-M3DWVFRT.js';
|
|
9
9
|
import '../../chunk-4WLAVUPS.js';
|
|
10
10
|
import '../../chunk-RXZ3XDBM.js';
|
|
11
11
|
import '../../chunk-JZQNUQE4.js';
|
|
@@ -2482,16 +2482,10 @@ interface ContentSidebarProps {
|
|
|
2482
2482
|
* ```
|
|
2483
2483
|
*/
|
|
2484
2484
|
workspaceItems?: NavItem[];
|
|
2485
|
-
/**
|
|
2486
|
-
* @deprecated Renamed to {@link ContentSidebarProps.workspaceItems}. Kept as an alias
|
|
2487
|
-
* for one minor so the rename is non-breaking for tenants; `workspaceItems` wins when
|
|
2488
|
-
* both are passed.
|
|
2489
|
-
*/
|
|
2490
|
-
createItems?: NavItem[];
|
|
2491
2485
|
/** Replace the default `ContentSidebarMiddle` with custom middle content. Leave unset for the default layout. */
|
|
2492
2486
|
children?: ReactNode;
|
|
2493
2487
|
}
|
|
2494
|
-
declare const ContentSidebar: ({ workspaceItems,
|
|
2488
|
+
declare const ContentSidebar: ({ workspaceItems, children }?: ContentSidebarProps) => react_jsx_runtime.JSX.Element;
|
|
2495
2489
|
|
|
2496
2490
|
/**
|
|
2497
2491
|
* Static three-entry default, built from {@link DEFAULT_CONTENT_VOCABULARY}. Exists for
|
|
@@ -2512,13 +2506,6 @@ interface ContentSidebarMiddleProps {
|
|
|
2512
2506
|
* which replaces the pipeline list wholesale and stops tracking the tenant's vocabulary.
|
|
2513
2507
|
*/
|
|
2514
2508
|
workspaceItems?: NavItem[];
|
|
2515
|
-
/**
|
|
2516
|
-
* @deprecated Renamed to {@link ContentSidebarMiddleProps.workspaceItems}. Kept as an
|
|
2517
|
-
* alias for one minor so the rename is non-breaking for tenants; `workspaceItems` wins
|
|
2518
|
-
* when both are passed. The prop was named for a section that only held authoring, and
|
|
2519
|
-
* that section now holds review too.
|
|
2520
|
-
*/
|
|
2521
|
-
createItems?: NavItem[];
|
|
2522
2509
|
/** Override the pipeline nav items. Defaults to the three-entry nav built from the tenant's declared vocabulary. */
|
|
2523
2510
|
items?: NavItem[];
|
|
2524
2511
|
}
|
|
@@ -2544,7 +2531,7 @@ interface ContentSidebarMiddleProps {
|
|
|
2544
2531
|
* reached through the `Content` nav entry, so a third `Content` header only repeated
|
|
2545
2532
|
* what the breadcrumb and the left rail both already say.
|
|
2546
2533
|
*/
|
|
2547
|
-
declare const ContentSidebarMiddle: ({ workspaceItems,
|
|
2534
|
+
declare const ContentSidebarMiddle: ({ workspaceItems, items }?: ContentSidebarMiddleProps) => react_jsx_runtime.JSX.Element;
|
|
2548
2535
|
|
|
2549
2536
|
interface MyReviewQueuePanelProps {
|
|
2550
2537
|
onItemClick: (itemId: string) => void;
|
|
@@ -2732,5 +2719,5 @@ declare function ContentWorkspaceShell<TDraft>({ pipelineId, panels, initialDraf
|
|
|
2732
2719
|
*/
|
|
2733
2720
|
declare function ContentAnalysisStepPanel<TDraft>(state: ContentWorkspaceState<TDraft>): react_jsx_runtime.JSX.Element;
|
|
2734
2721
|
|
|
2735
|
-
export { AlternatesPanel, AssetCropEditor, CAPTION_STEP_KEY, CAPTION_WORKFLOW_ID, CONTENT_DERIVATIVES_BUCKET, CONTENT_ITEMS, CROP_ASPECT_OPTIONS, CaptionPanel, ContentAnalysisStepPanel, ContentDistributionDetailPage, ContentDistributionsPage, ContentItemReviewPage, ContentItemsPage, ContentOverviewPage, ContentPipelineBoardPage,
|
|
2736
|
-
export type { AlternatesPanelProps, AssetCropEditorProps, CaptionPanelProps, ContentAlternateOption, ContentBoard, ContentBoardCard, ContentBoardColumn, ContentBoardGate, ContentConfig, ContentDistributionDetailPageSlots, ContentDistributionsPageSlots, ContentFidelityCheck, ContentItemReviewPageSlots, ContentItemsPageSlots, ContentNoun, ContentOverviewPageSlots, ContentPayloadField, ContentPipelineBoardPageSlots,
|
|
2722
|
+
export { AlternatesPanel, AssetCropEditor, CAPTION_STEP_KEY, CAPTION_WORKFLOW_ID, CONTENT_DERIVATIVES_BUCKET, CONTENT_ITEMS, CROP_ASPECT_OPTIONS, CaptionPanel, ContentAnalysisStepPanel, ContentDistributionDetailPage, ContentDistributionsPage, ContentItemReviewPage, ContentItemsPage, ContentOverviewPage, ContentPipelineBoardPage, ContentPipelinesPage, ContentReviewCard, ContentSidebar, ContentSidebarMiddle, ContentWorkspaceShell, DEFAULT_CONTENT_VOCABULARY, DERIVATIVE_JPEG_QUALITY, DERIVATIVE_MAX_WIDTH, IMAGE_ANALYSIS_WORKFLOW_ID, MyReviewQueuePanel, PayloadBody, PostPreview, ProcessingStateStrip, ReviewActionBar, SelectedAssetStrip, SlideAnalysisPanel, SourceAssetsPanel, contentManifest, cropStyle, derivativeObjectKey, deriveContentBoard, firstLine, formatElapsed, getContentItemIdentity, isDerivativeStale, lastLine, readStoredAnalysis, renderCropToJpeg, resolveContentStepResource, resolveContentVocabulary, swapFirstLine, swapLastLine, useContentConfig };
|
|
2723
|
+
export type { AlternatesPanelProps, AssetCropEditorProps, CaptionPanelProps, ContentAlternateOption, ContentBoard, ContentBoardCard, ContentBoardColumn, ContentBoardGate, ContentConfig, ContentDistributionDetailPageSlots, ContentDistributionsPageSlots, ContentFidelityCheck, ContentItemReviewPageSlots, ContentItemsPageSlots, ContentNoun, ContentOverviewPageSlots, ContentPayloadField, ContentPipelineBoardPageSlots, ContentPipelinesPageSlots, ContentProcessingStatus, ContentProcessingStep, ContentReviewAction, ContentReviewCardProps, ContentSidebarMiddleProps, ContentSidebarProps, ContentStepPanel, ContentStepPanelMap, ContentStepResourceBinding, ContentVocabulary, ContentWorkspaceShellProps, ContentWorkspaceStartControls, ContentWorkspaceState, CropAspectOption, MyReviewQueuePanelProps, PayloadBodyProps, PostPreviewProps, PostPreviewSlide, ProcessingStateStripProps, RenderCropOptions, ReviewActionBarProps, ReviewMode, SelectedAssetStripProps, SlideAnalysisPanelProps, SourceAssetsPanelProps, StoredSlideAnalysis };
|