@elevasis/ui 2.0.0 → 2.0.2
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/auth/index.js +1 -2
- package/dist/charts/index.js +7 -9
- package/dist/{chunk-FW4S3Z5I.js → chunk-2DSYC52I.js} +3 -3
- package/dist/{chunk-ZWY3A6ZU.js → chunk-CTU2JO57.js} +31 -31
- package/dist/{chunk-QJ2S46NI.js → chunk-DT3QYZVU.js} +2 -2
- package/dist/{chunk-QTD5HPKD.js → chunk-EIHG5JZN.js} +1 -1
- package/dist/{chunk-JHVKGZ2P.js → chunk-KFICYU6S.js} +3 -4
- package/dist/{chunk-R2BQITMQ.js → chunk-MELNDAZY.js} +20 -110
- package/dist/{chunk-RWQIFKMJ.js → chunk-MTJ43R2E.js} +10 -2
- package/dist/{chunk-45MS3IAW.js → chunk-MZPVNRPL.js} +136 -28
- package/dist/{chunk-NNKKBSJN.js → chunk-NYBEU5TE.js} +1 -1
- package/dist/{chunk-2IJCM3VQ.js → chunk-OCP2MBTY.js} +134 -118
- package/dist/{chunk-KP6LNTMH.js → chunk-OKKGD3S6.js} +3 -3
- package/dist/{chunk-BYZ7VTSH.js → chunk-PRLXFMNP.js} +2 -2
- package/dist/{chunk-T2X3WHQS.js → chunk-QRHLV74B.js} +23 -18
- package/dist/{chunk-5COLSYBE.js → chunk-RX4UWZZR.js} +1 -1
- package/dist/{chunk-C27LLJM6.js → chunk-SMJLS23U.js} +2 -2
- package/dist/{chunk-F2J7675J.js → chunk-TQ3HK7ZR.js} +633 -7
- package/dist/{chunk-EINVPEHK.js → chunk-TZOGB3X4.js} +2 -2
- package/dist/{chunk-TXPUIHX2.js → chunk-X7CHQ3RE.js} +1 -1
- package/dist/{chunk-MCA6LOGM.js → chunk-Y3D3WFJG.js} +54 -5
- package/dist/{chunk-YYBM5LNJ.js → chunk-YEX4MQSY.js} +1 -1
- package/dist/components/index.d.ts +24 -16
- package/dist/components/index.js +102 -271
- package/dist/features/auth/index.js +3 -4
- package/dist/features/dashboard/index.d.ts +15 -4
- package/dist/features/dashboard/index.js +15 -18
- package/dist/features/monitoring/index.css +127 -127
- package/dist/features/monitoring/index.d.ts +1 -0
- package/dist/features/monitoring/index.js +17 -19
- package/dist/features/operations/index.d.ts +173 -56
- package/dist/features/operations/index.js +19 -20
- package/dist/features/settings/index.d.ts +1 -0
- package/dist/features/settings/index.js +15 -17
- package/dist/hooks/index.css +127 -127
- package/dist/hooks/index.js +12 -9
- package/dist/hooks/published.css +127 -127
- package/dist/hooks/published.js +11 -8
- package/dist/index.css +118 -118
- package/dist/index.d.ts +14 -2
- package/dist/index.js +13 -12
- package/dist/layout/index.d.ts +20 -44
- package/dist/layout/index.js +6 -6
- package/dist/provider/index.css +127 -59
- package/dist/provider/index.d.ts +14 -2
- package/dist/provider/index.js +10 -6
- package/dist/provider/published.css +126 -0
- package/dist/provider/published.d.ts +14 -2
- package/dist/provider/published.js +8 -3
- package/dist/theme/index.js +2 -2
- package/package.json +3 -3
- package/dist/chunk-ALA56RGZ.js +0 -13
- package/dist/chunk-JQ4AKYUD.js +0 -635
- package/dist/chunk-SZHARWKU.js +0 -15
|
@@ -5,8 +5,8 @@ import { useAuthContext } from './chunk-BRJ3QZ4E.js';
|
|
|
5
5
|
import { useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
6
6
|
import { Center, Stack, Title, Text, Button, Box, Loader, Badge, Group, Collapse, ScrollArea, Card, Select, Alert, Code, ThemeIcon, Paper, Grid, Timeline, Space } from '@mantine/core';
|
|
7
7
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
8
|
-
import { IconMinus, IconTrendingUp, IconTrendingDown, IconChevronUp, IconChevronDown, IconAlertCircle, IconClock, IconInfoCircle, IconChevronRight, IconInbox, IconHeartHandshake, IconUserOff, IconMailForward, IconBell, IconCalendarEvent, IconCalendarCancel, IconMessageReply, IconCircleCheck, IconCreditCard, IconX, IconEye, IconSend, IconFileText, IconArrowRight, IconPlus, IconActivity } from '@tabler/icons-react';
|
|
9
|
-
import { useState } from 'react';
|
|
8
|
+
import { IconMinus, IconTrendingUp, IconTrendingDown, IconChevronUp, IconChevronDown, IconAlertCircle, IconClock, IconInfoCircle, IconBan, IconChevronRight, IconInbox, IconHeartHandshake, IconUserOff, IconMailForward, IconBell, IconCalendarEvent, IconCalendarCancel, IconMessageReply, IconCircleCheck, IconCreditCard, IconX, IconEye, IconSend, IconFileText, IconArrowRight, IconPlus, IconActivity } from '@tabler/icons-react';
|
|
9
|
+
import { forwardRef, useState } from 'react';
|
|
10
10
|
import { Prism } from 'react-syntax-highlighter';
|
|
11
11
|
import { oneDark } from 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
12
12
|
|
|
@@ -92,7 +92,7 @@ function CollapsibleSection({
|
|
|
92
92
|
var PageTitleCaption = ({ title, caption, rightSection }) => {
|
|
93
93
|
const renderCaption = () => {
|
|
94
94
|
if (!caption) return null;
|
|
95
|
-
return /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(Text, {
|
|
95
|
+
return /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(Text, { style: { fontFamily: "var(--elevasis-font-family-subtitle)", color: "var(--color-text-dimmed)" }, children: caption }) });
|
|
96
96
|
};
|
|
97
97
|
const titleContent = /* @__PURE__ */ jsxs("div", { style: { display: "flex", flexDirection: "column" }, children: [
|
|
98
98
|
/* @__PURE__ */ jsx(Title, { order: 1, children: title }),
|
|
@@ -425,6 +425,46 @@ function PageNotFound() {
|
|
|
425
425
|
/* @__PURE__ */ jsx(Group, { justify: "center", children: /* @__PURE__ */ jsx(Button, { size: "md", onClick: () => navigate("/"), children: "Go Home" }) })
|
|
426
426
|
] }) });
|
|
427
427
|
}
|
|
428
|
+
function FeatureUnavailableState({ path }) {
|
|
429
|
+
const { navigate } = useRouterContext();
|
|
430
|
+
return /* @__PURE__ */ jsx(
|
|
431
|
+
Center,
|
|
432
|
+
{
|
|
433
|
+
style: {
|
|
434
|
+
flex: 1,
|
|
435
|
+
minHeight: "100%",
|
|
436
|
+
width: "100%",
|
|
437
|
+
padding: 24,
|
|
438
|
+
background: "linear-gradient(180deg, color-mix(in srgb, var(--color-surface) 72%, transparent), transparent)"
|
|
439
|
+
},
|
|
440
|
+
children: /* @__PURE__ */ jsxs(
|
|
441
|
+
Stack,
|
|
442
|
+
{
|
|
443
|
+
align: "center",
|
|
444
|
+
gap: "md",
|
|
445
|
+
style: {
|
|
446
|
+
maxWidth: 560,
|
|
447
|
+
padding: "32px 28px",
|
|
448
|
+
borderRadius: 24,
|
|
449
|
+
border: "1px solid var(--color-border)",
|
|
450
|
+
background: "color-mix(in srgb, var(--glass-background) 86%, transparent)",
|
|
451
|
+
boxShadow: "var(--card-shadow)",
|
|
452
|
+
backdropFilter: "var(--glass-blur)",
|
|
453
|
+
textAlign: "center"
|
|
454
|
+
},
|
|
455
|
+
children: [
|
|
456
|
+
/* @__PURE__ */ jsx(IconBan, { size: 44, stroke: 1.8, color: "var(--color-text-subtle)" }),
|
|
457
|
+
/* @__PURE__ */ jsxs(Stack, { gap: 6, align: "center", children: [
|
|
458
|
+
/* @__PURE__ */ jsx(Title, { order: 2, children: "This section is unavailable" }),
|
|
459
|
+
/* @__PURE__ */ jsx(Text, { c: "dimmed", size: "sm", maw: 420, children: path ? `The requested route ${path} is currently disabled in this workspace.` : "The requested subsection is currently disabled in this workspace." })
|
|
460
|
+
] }),
|
|
461
|
+
/* @__PURE__ */ jsx(Group, { gap: "sm", justify: "center", children: /* @__PURE__ */ jsx(Button, { onClick: () => navigate("/"), children: "Go home" }) })
|
|
462
|
+
]
|
|
463
|
+
}
|
|
464
|
+
)
|
|
465
|
+
}
|
|
466
|
+
);
|
|
467
|
+
}
|
|
428
468
|
function ResourceCard({
|
|
429
469
|
resource,
|
|
430
470
|
onClick,
|
|
@@ -612,7 +652,7 @@ function CardHeader({ icon, title, subtitle, rightSection }) {
|
|
|
612
652
|
wrappedIcon,
|
|
613
653
|
/* @__PURE__ */ jsx(Title, { order: 3, children: title })
|
|
614
654
|
] }),
|
|
615
|
-
/* @__PURE__ */ jsx(Text, { size: "sm",
|
|
655
|
+
/* @__PURE__ */ jsx(Text, { size: "sm", mt: 2, style: { color: "var(--color-text-dimmed)" }, children: subtitle })
|
|
616
656
|
] }) : /* @__PURE__ */ jsxs(Group, { gap: "xs", children: [
|
|
617
657
|
wrappedIcon,
|
|
618
658
|
/* @__PURE__ */ jsx(Title, { order: 3, children: title })
|
|
@@ -620,6 +660,15 @@ function CardHeader({ icon, title, subtitle, rightSection }) {
|
|
|
620
660
|
rightSection
|
|
621
661
|
] });
|
|
622
662
|
}
|
|
663
|
+
|
|
664
|
+
// src/components/display/ElevasisLoader.module.css.js
|
|
665
|
+
var ElevasisLoader_module_css_default = { "wrapper": "wrapper", "loader": "loader", "chevron": "chevron", "c1": "c1", "c2": "c2", "c3": "c3" };
|
|
666
|
+
var ElevasisLoader = forwardRef(({ style, className, ...others }, ref) => /* @__PURE__ */ jsx("div", { ref, style, className: `${ElevasisLoader_module_css_default.wrapper} ${className ?? ""}`, ...others, children: /* @__PURE__ */ jsxs("svg", { className: ElevasisLoader_module_css_default.loader, viewBox: "-10 -5 60 50", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
667
|
+
/* @__PURE__ */ jsx("polyline", { className: `${ElevasisLoader_module_css_default.chevron} ${ElevasisLoader_module_css_default.c1}`, points: "5,36 20,25 35,36" }),
|
|
668
|
+
/* @__PURE__ */ jsx("polyline", { className: `${ElevasisLoader_module_css_default.chevron} ${ElevasisLoader_module_css_default.c2}`, points: "9,23 20,14 31,23" }),
|
|
669
|
+
/* @__PURE__ */ jsx("polyline", { className: `${ElevasisLoader_module_css_default.chevron} ${ElevasisLoader_module_css_default.c3}`, points: "13,11 20,5 27,11" })
|
|
670
|
+
] }) }));
|
|
671
|
+
ElevasisLoader.displayName = "ElevasisLoader";
|
|
623
672
|
var SIZE_MAP = {
|
|
624
673
|
sm: { dot: 7, inner: 6, outer: 12 },
|
|
625
674
|
md: { dot: 10, inner: 8, outer: 16 },
|
|
@@ -715,4 +764,4 @@ function ActivityTimeline({ activities }) {
|
|
|
715
764
|
}) }) });
|
|
716
765
|
}
|
|
717
766
|
|
|
718
|
-
export { APIErrorAlert, ActivityTimeline, CardHeader, CenteredErrorState, CollapsibleSection, ContextViewer, CustomSelector, DetailCardSkeleton, EmptyState, GlowDot, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, TabCountBadge, TimeRangeSelector, TrendIndicator, catalogItemToResourceDefinition };
|
|
767
|
+
export { APIErrorAlert, ActivityTimeline, CardHeader, CenteredErrorState, CollapsibleSection, ContextViewer, CustomSelector, DetailCardSkeleton, ElevasisLoader, EmptyState, FeatureUnavailableState, GlowDot, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, TabCountBadge, TimeRangeSelector, TrendIndicator, catalogItemToResourceDefinition };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useAppearance } from './chunk-QJ2KCHKX.js';
|
|
2
|
-
import { topbarHeight } from './chunk-
|
|
2
|
+
import { topbarHeight } from './chunk-DT3QYZVU.js';
|
|
3
3
|
import { Title, Button } from '@mantine/core';
|
|
4
4
|
import { IconAlertCircle } from '@tabler/icons-react';
|
|
5
5
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
@@ -4219,6 +4219,11 @@ declare function TimeRangeSelector({ value, onChange, width }: TimeRangeSelector
|
|
|
4219
4219
|
|
|
4220
4220
|
declare function PageNotFound(): react_jsx_runtime.JSX.Element;
|
|
4221
4221
|
|
|
4222
|
+
interface FeatureUnavailableStateProps {
|
|
4223
|
+
path?: string;
|
|
4224
|
+
}
|
|
4225
|
+
declare function FeatureUnavailableState({ path }: FeatureUnavailableStateProps): react_jsx_runtime.JSX.Element;
|
|
4226
|
+
|
|
4222
4227
|
interface ResourceCardProps {
|
|
4223
4228
|
resource: ResourceDefinition;
|
|
4224
4229
|
onClick: (resource: ResourceDefinition) => void;
|
|
@@ -8483,10 +8488,8 @@ interface OrganizationMembershipsListProps {
|
|
|
8483
8488
|
memberships: MembershipWithDetails[];
|
|
8484
8489
|
loading: boolean;
|
|
8485
8490
|
error?: Error | null;
|
|
8486
|
-
onEditRole?: (membershipId: string) => void;
|
|
8487
|
-
onLeaveOrganization?: (membershipId: string) => void;
|
|
8488
8491
|
}
|
|
8489
|
-
declare function OrganizationMembershipsList({ memberships, loading, error
|
|
8492
|
+
declare function OrganizationMembershipsList({ memberships, loading, error }: OrganizationMembershipsListProps): react_jsx_runtime.JSX.Element;
|
|
8490
8493
|
|
|
8491
8494
|
interface WebhookUrlDisplayModalProps {
|
|
8492
8495
|
opened: boolean;
|
|
@@ -8660,31 +8663,36 @@ interface SavedViewPreset {
|
|
|
8660
8663
|
iconName: 'IconUser' | 'IconClockExclamation' | 'IconTrophy';
|
|
8661
8664
|
target: '/crm/pipeline' | '/crm/deals';
|
|
8662
8665
|
urlFilters?: DealFilters;
|
|
8663
|
-
predicate?: (deal: DealListItem) => boolean;
|
|
8664
8666
|
}
|
|
8665
8667
|
declare const SAVED_VIEW_PRESETS: SavedViewPreset[];
|
|
8666
8668
|
|
|
8667
8669
|
interface MyTasksPanelProps {
|
|
8668
8670
|
onTaskClick: (dealId: string) => void;
|
|
8669
8671
|
onSeeAll?: () => void;
|
|
8672
|
+
footer?: ReactNode;
|
|
8673
|
+
showSectionLabel?: boolean;
|
|
8670
8674
|
}
|
|
8671
|
-
declare function MyTasksPanel({ onTaskClick, onSeeAll }: MyTasksPanelProps): react_jsx_runtime.JSX.Element;
|
|
8675
|
+
declare function MyTasksPanel({ onTaskClick, onSeeAll, footer, showSectionLabel }: MyTasksPanelProps): react_jsx_runtime.JSX.Element;
|
|
8672
8676
|
|
|
8673
8677
|
interface SavedViewsPanelProps {
|
|
8674
8678
|
onViewClick: (preset: SavedViewPreset) => void;
|
|
8679
|
+
showSectionLabel?: boolean;
|
|
8675
8680
|
}
|
|
8676
|
-
declare function SavedViewsPanel({ onViewClick }: SavedViewsPanelProps): react_jsx_runtime.JSX.Element;
|
|
8681
|
+
declare function SavedViewsPanel({ onViewClick, showSectionLabel }: SavedViewsPanelProps): react_jsx_runtime.JSX.Element;
|
|
8677
8682
|
|
|
8678
8683
|
interface QuickCreateActionsProps {
|
|
8679
|
-
|
|
8684
|
+
/** Retained for compatibility; the shared sidebar no longer exposes a New Deal action. */
|
|
8685
|
+
onNewDeal?: () => void;
|
|
8686
|
+
showSectionLabel?: boolean;
|
|
8680
8687
|
}
|
|
8681
|
-
declare function QuickCreateActions({
|
|
8688
|
+
declare function QuickCreateActions({ showSectionLabel }: QuickCreateActionsProps): react_jsx_runtime.JSX.Element;
|
|
8682
8689
|
|
|
8683
8690
|
interface FeatureNavLink {
|
|
8684
8691
|
label: string;
|
|
8685
8692
|
link: string;
|
|
8686
8693
|
featureKey?: string;
|
|
8687
8694
|
onClick?: () => void;
|
|
8695
|
+
links?: FeatureNavLink[];
|
|
8688
8696
|
}
|
|
8689
8697
|
interface FeatureNavEntry {
|
|
8690
8698
|
label: string;
|
|
@@ -8754,10 +8762,6 @@ interface ProjectsSidebarMiddleProps {
|
|
|
8754
8762
|
}
|
|
8755
8763
|
declare const ProjectsSidebarMiddle: ({ currentPath, onNavigate }?: ProjectsSidebarMiddleProps) => react_jsx_runtime.JSX.Element;
|
|
8756
8764
|
|
|
8757
|
-
declare function AllTasksPage(): react_jsx_runtime.JSX.Element;
|
|
8758
|
-
|
|
8759
|
-
declare function UpcomingMilestonesPage(): react_jsx_runtime.JSX.Element;
|
|
8760
|
-
|
|
8761
8765
|
declare const deliveryManifest: FeatureModule;
|
|
8762
8766
|
|
|
8763
8767
|
declare const projectStatusColors: Record<string, string>;
|
|
@@ -8768,10 +8772,14 @@ declare const noteTypeColors: Record<string, string>;
|
|
|
8768
8772
|
declare function formatStatusLabel(status: string): string;
|
|
8769
8773
|
declare function calculateProgress(completed: number, total: number): number;
|
|
8770
8774
|
|
|
8771
|
-
|
|
8772
|
-
|
|
8775
|
+
/**
|
|
8776
|
+
* Compatibility manifest for existing consumers that still register a
|
|
8777
|
+
* top-level dashboard nav entry. Host apps should eventually own this nav item.
|
|
8778
|
+
*/
|
|
8773
8779
|
declare const dashboardManifest: FeatureModule;
|
|
8774
8780
|
|
|
8781
|
+
declare const monitoringManifest: FeatureModule;
|
|
8782
|
+
|
|
8775
8783
|
declare const settingsManifest: FeatureModule;
|
|
8776
8784
|
|
|
8777
8785
|
declare const OperationsSidebar: () => react_jsx_runtime.JSX.Element;
|
|
@@ -8782,5 +8790,5 @@ declare const OperationsSidebarMiddle: () => react_jsx_runtime.JSX.Element;
|
|
|
8782
8790
|
|
|
8783
8791
|
declare const operationsManifest: FeatureModule;
|
|
8784
8792
|
|
|
8785
|
-
export { APIErrorAlert, AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode,
|
|
8786
|
-
export type { ActivityEntry, ActivityFiltersProps, ActivityTableProps, BaseEdgeProps, BaseExecutionLogsProps, BreadcrumbsProps, CommandViewGraphRef, ContextViewerProps, CostByModelTableProps, CrashErrorFallbackProps, CrmOverviewProps, DealDrawerProps, DealKanbanCardProps, ErrorAnalysisCardProps, ErrorReportCardProps, ExecutionBreakdownTableProps, ExecutionHealthCardProps, ExecutionLogEntry, ExecutionLogsFiltersProps, ExecutionLogsTableProps, FitViewButtonVariant, FormFieldRendererProps, GraphFitViewHandlerProps, JsonViewerProps, KanbanBoardProps, KnowledgeMapEdgeData, KnowledgeMapNodeData, LogLevel, MdxRendererProps, NavigationButtonProps, ProjectsSidebarMiddleProps, ResourceHealthPanelProps, RichTextEditorProps, SavedViewPreset, ScheduleType, SerializedKnowledgeMap, SerializedKnowledgeNode, StatCardProps, StyledMarkdownProps, TaskFilterStatus, TrendIndicatorProps };
|
|
8793
|
+
export { APIErrorAlert, AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CONTAINER_CONSTANTS, CardHeader, CenteredErrorState, CheckpointGroup, CollapsibleJsonSection, CollapsibleSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewEdge, CommandViewGraph, CommandViewNode, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContentSections, ContextUsageBadge, ContextViewer, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CrashErrorFallback, CreateApiKeyModal, CreateCredentialModal, CreateScheduleModal, CredentialList, CredentialSettings, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, CustomSelector, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDrawer, DealKanbanCard, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, DocTreeNav, EditApiKeyModal, ElevasisLoader, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FeatureUnavailableState, FilterBar, FormFieldRenderer, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, JsonViewer, KanbanBoard, KnowledgeBasePage, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipFeaturePanel, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipsList, PIPELINE_FUNNEL_ORDER, PageNotFound, PageTitleCaption, PipelineFunnelWidget, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, SAVED_VIEW_PRESETS, SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, SHARED_VIZ_CONSTANTS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StyledMarkdown, TabCountBadge, TableSelectionToolbar, TaskCard, TaskScheduler, TasksDueWidget, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, TrendIndicator, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, buildErrorReport, calculateProgress, catalogItemToResourceDefinition, crmManifest, dashboardManifest, deliveryManifest, formatStatusLabel, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, iconMap, leadGenManifest, mdxComponents, milestoneStatusColors, monitoringManifest, noteTypeColors, operationsManifest, projectStatusColors, seoManifest, settingsManifest, showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, taskStatusColors, taskTypeColors, useCrmPipelineSummary, useCrmQuickMetrics, useGraphBackgroundStyles, useGraphTheme, useNewKnowledgeMapLayout, useRecentCrmActivity };
|
|
8794
|
+
export type { ActivityEntry, ActivityFiltersProps, ActivityTableProps, BaseEdgeProps, BaseExecutionLogsProps, BreadcrumbsProps, CommandViewGraphRef, ContextViewerProps, CostByModelTableProps, CrashErrorFallbackProps, CrmOverviewProps, DealDrawerProps, DealKanbanCardProps, ErrorAnalysisCardProps, ErrorReportCardProps, ExecutionBreakdownTableProps, ExecutionHealthCardProps, ExecutionLogEntry, ExecutionLogsFiltersProps, ExecutionLogsTableProps, FeatureUnavailableStateProps, FitViewButtonVariant, FormFieldRendererProps, GraphFitViewHandlerProps, JsonViewerProps, KanbanBoardProps, KnowledgeMapEdgeData, KnowledgeMapNodeData, LogLevel, MdxRendererProps, NavigationButtonProps, ProjectsSidebarMiddleProps, ResourceHealthPanelProps, RichTextEditorProps, SavedViewPreset, ScheduleType, SerializedKnowledgeMap, SerializedKnowledgeNode, StatCardProps, StyledMarkdownProps, TaskFilterStatus, TrendIndicatorProps };
|