orbcafe-ui 1.1.3 → 1.1.4
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/index.css +1 -0
- package/dist/index.d.mts +5 -2
- package/dist/index.d.ts +5 -2
- package/dist/index.js +12 -12
- package/dist/index.mjs +11 -11
- package/package.json +1 -1
package/dist/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.agentPanel{isolation:isolate;overflow:visible;--halo-a: rgba(34, 211, 238, .42);--halo-b: rgba(168, 85, 247, .34);--halo-c: rgba(96, 165, 250, .26);--halo-opacity: .92;--halo-spin: 4.2s;--halo-pulse: 2.4s;--rail-thickness: 3px;--rail-opacity: .92}.agentPanel[data-status=idle]{--halo-a: rgba(96, 165, 250, .22);--halo-b: rgba(196, 181, 253, .18);--halo-c: rgba(147, 197, 253, .14);--halo-opacity: .56;--halo-spin: 8s;--halo-pulse: 3.8s;--rail-opacity: .52}.agentPanel[data-status=running]{--halo-a: rgba(34, 211, 238, .52);--halo-b: rgba(168, 85, 247, .42);--halo-c: rgba(59, 130, 246, .34);--halo-opacity: 1;--halo-spin: 3.2s;--halo-pulse: 1.8s;--rail-opacity: 1}.agentPanel[data-status=success]{--halo-a: rgba(52, 211, 153, .46);--halo-b: rgba(34, 211, 238, .34);--halo-c: rgba(16, 185, 129, .3);--halo-opacity: .95;--halo-spin: 4.2s;--halo-pulse: 2.2s;--rail-opacity: .96}.agentPanel[data-status=error]{--halo-a: rgba(251, 113, 133, .5);--halo-b: rgba(245, 158, 11, .38);--halo-c: rgba(239, 68, 68, .3);--halo-opacity: 1;--halo-spin: 2.8s;--halo-pulse: 1.6s;--rail-opacity: 1}.agentPanel[data-status=pending]{--halo-a: rgba(251, 191, 36, .38);--halo-b: rgba(56, 189, 248, .3);--halo-c: rgba(250, 204, 21, .24);--halo-opacity: .82;--halo-spin: 5.6s;--halo-pulse: 2.8s;--rail-opacity: .84}.colorHalo{position:absolute;inset:-24px;border-radius:inherit;pointer-events:none;z-index:1}.colorHalo:before,.colorHalo:after{content:"";position:absolute;border-radius:inherit}.colorHalo:before{inset:-16%;background:conic-gradient(from 0deg,transparent 0deg 24deg,var(--halo-a) 74deg,transparent 124deg 194deg,var(--halo-b) 244deg,transparent 298deg 360deg);opacity:var(--halo-opacity);filter:blur(38px);animation:haloSpin var(--halo-spin) linear infinite}.colorHalo:after{inset:12px;box-shadow:0 0 18px var(--halo-a),0 0 36px var(--halo-b),0 0 60px var(--halo-c);opacity:.88;animation:haloPulse var(--halo-pulse) ease-in-out infinite}.marqueeBorder{position:absolute;inset:-10px;border-radius:inherit;pointer-events:none;z-index:3;--glow-a: #22d3ee;--glow-b: #a855f7;--speed: 1.6s;--alpha: var(--rail-opacity)}.marqueeBorder[data-status=idle]{--glow-a: #60a5fa;--glow-b: #c4b5fd;--speed: 4s;--alpha: .45}.marqueeBorder[data-status=running]{--glow-a: #22d3ee;--glow-b: #a855f7;--speed: 1.6s;--alpha: 1}.marqueeBorder[data-status=success]{--glow-a: #34d399;--glow-b: #22d3ee;--speed: 2s;--alpha: .95}.marqueeBorder[data-status=error]{--glow-a: #fb7185;--glow-b: #f59e0b;--speed: 1.2s;--alpha: 1}.marqueeBorder[data-status=pending]{--glow-a: #fbbf24;--glow-b: #38bdf8;--speed: 2.4s;--alpha: .8}.edge{position:absolute;opacity:var(--alpha);filter:drop-shadow(0 0 8px var(--glow-a)) drop-shadow(0 0 18px var(--glow-a)) drop-shadow(0 0 32px var(--glow-b))}.top,.bottom{left:0;width:40%;height:var(--rail-thickness);background:linear-gradient(90deg,transparent 0%,var(--glow-a) 28%,#ffffff 50%,var(--glow-b) 74%,transparent 100%)}.top{top:0;animation:marqueeX var(--speed) linear infinite}.bottom{bottom:0;animation:marqueeXReverse var(--speed) linear infinite;animation-delay:calc(var(--speed) * -.45)}.left,.right{top:0;width:var(--rail-thickness);height:40%;background:linear-gradient(180deg,transparent 0%,var(--glow-a) 28%,#ffffff 50%,var(--glow-b) 74%,transparent 100%)}.left{left:0;animation:marqueeYReverse var(--speed) linear infinite}.right{right:0;animation:marqueeY var(--speed) linear infinite;animation-delay:calc(var(--speed) * -.45)}.statusDot{display:inline-block;width:8px;height:8px;border-radius:9999px;background:#94a3b8;color:#94a3b8}.statusDot[data-status=idle]{background:#94a3b8}.statusDot[data-status=running]{background:#06b6d4;color:#06b6d4;box-shadow:0 0 #06b6d48c;animation:statusPulse 1.2s ease-in-out infinite}.statusDot[data-status=success]{background:#10b981;color:#10b981}.statusDot[data-status=error]{background:#ef4444;color:#ef4444}.statusDot[data-status=pending]{background:#f59e0b;color:#f59e0b;box-shadow:0 0 #f59e0b73;animation:statusPulse 1.8s ease-in-out infinite}@keyframes marqueeX{0%{transform:translate(-120%)}to{transform:translate(320%)}}@keyframes marqueeXReverse{0%{transform:translate(320%)}to{transform:translate(-120%)}}@keyframes marqueeY{0%{transform:translateY(-120%)}to{transform:translateY(320%)}}@keyframes marqueeYReverse{0%{transform:translateY(320%)}to{transform:translateY(-120%)}}@keyframes statusPulse{0%{box-shadow:0 0 0 0 currentColor}70%{box-shadow:0 0 0 6px transparent}to{box-shadow:0 0 0 0 transparent}}@keyframes haloSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes haloPulse{0%,to{opacity:.55}50%{opacity:.98}}
|
package/dist/index.d.mts
CHANGED
|
@@ -1594,7 +1594,7 @@ declare const ChatMessage: React__default.FC<ChatMessageProps>;
|
|
|
1594
1594
|
|
|
1595
1595
|
interface StdChatProps {
|
|
1596
1596
|
messages: ChatMessage[];
|
|
1597
|
-
onSend
|
|
1597
|
+
onSend?: (content: string, files?: File[]) => Promise<void>;
|
|
1598
1598
|
onStop?: () => void;
|
|
1599
1599
|
onRegenerate?: (messageId: string) => Promise<void>;
|
|
1600
1600
|
isResponding?: boolean;
|
|
@@ -1604,13 +1604,16 @@ interface StdChatProps {
|
|
|
1604
1604
|
streamChunkSize?: number;
|
|
1605
1605
|
onMessageStreamingComplete?: (messageId: string) => void;
|
|
1606
1606
|
cardHooks?: AgentUICardHooks;
|
|
1607
|
+
showInput?: boolean;
|
|
1607
1608
|
}
|
|
1608
1609
|
declare const StdChat: React__default.FC<StdChatProps>;
|
|
1609
1610
|
|
|
1611
|
+
type AgentPanelStatus = 'idle' | 'running' | 'success' | 'error' | 'pending';
|
|
1610
1612
|
interface AgentPanelProps extends StdChatProps {
|
|
1611
1613
|
title?: string;
|
|
1612
1614
|
description?: string;
|
|
1613
1615
|
headerActions?: React__default.ReactNode;
|
|
1616
|
+
agentStatus?: AgentPanelStatus;
|
|
1614
1617
|
}
|
|
1615
1618
|
declare const AgentPanel: React__default.FC<AgentPanelProps>;
|
|
1616
1619
|
|
|
@@ -1730,4 +1733,4 @@ declare const PAGE_TRANSITION_PRESETS: {
|
|
|
1730
1733
|
};
|
|
1731
1734
|
};
|
|
1732
1735
|
|
|
1733
|
-
export { type AINavContextValue, AgentPanel, type AgentPanelProps, type AgentUICardAction, type AgentUICardHookEvent, type AgentUICardHooks, type AgentUICardType, type AmapEmbedOptions, Button, type ButtonProps, CAINavProvider, type CAINavProviderProps, CAmapChart, type CAmapChartProps, CAppHeader, type CAppHeaderProps, type CAppHeaderUser, type CAppHeaderUserMenuItem, CAppPageLayout, type CAppPageLayoutProps, CBarChart, type CBarChartProps, CChartCard, type CChartCardProps, CComboChart, type CComboChartProps, CCustomizeAgent, type CCustomizeAgentProps, CDetailInfoPage, type CDetailInfoPageProps, CDetailSearchAiBar, type CDetailSearchAiBarProps, CDetailSectionCard, type CDetailSectionCardProps, CFishboneChart, type CFishboneChartProps, CGoogleMapChart, type CGoogleMapChartProps, CGraphCharts, CGraphKpiCards, CGraphReport, type CGraphReportProps, CHeatmapChart, type CHeatmapChartProps, CLayoutManagement, type CLayoutManagementProps, CLayoutManager, type CLayoutManagerProps, CLineChart, type CLineChartProps, CMessageBox, type CMessageBoxProps, type CMessageBoxType, COrbCanvas, type COrbCanvasProps, CPageLayout, type CPageLayoutProps, CPageTransition, type CPageTransitionProps, CPieChart, type CPieChartProps, CPivotTable, type CPivotTableProps, CSmartFilter, type CSmartFilterProps, CSmartTable, CStandardPage, type CStandardPageProps, CTable, CTableBody, type CTableBodyProps, CTableCell, type CTableCellProps, CTableContainer, type CTableContainerProps, CTableHead, type CTableHeadProps, type CTableProps, type CTableQuickCreateConfig, type CTableQuickDeleteConfig, type CTableQuickEditConfig, CTableRow, type CTableRowProps, CVariantManagement, type CVariantManagementProps, CVariantManager, CVoiceWaveOverlay, type CVoiceWaveOverlayProps, CWaterfallChart, type CWaterfallChartProps, ChatMessage, CodeBlock, type CodeBlockProps, CopilotChat, type CopilotChatProps, type CustomizeAgentSavePayload, type CustomizeAgentSettings, type CustomizeAgentTemplateOption, type DateOperator, type DetailInfoAiConfig, type DetailInfoField, type DetailInfoSearchHit, type DetailInfoSearchMode, type DetailInfoSection, type DetailInfoTab, type DetailInfoTableConfig, type FilterField, type FilterOperator, type FilterType, type FilterValue, GlobalMessage, type GoogleMapEmbedOptions, type GraphBarDatum, type GraphComboDatum, type GraphFishboneBranch, type GraphHeatmapDatum, type GraphLineDatum, type GraphMapLocation, type GraphPieDatum, type GraphReportConfig, type GraphReportFieldMapping, type GraphReportInteractionState, type GraphReportKpis, type GraphReportModel, type GraphRow, type GraphTableColumn, type GraphWaterfallDatum, type IVariantService, type LayoutMetadata, MarkdownRenderer, type MarkdownRendererProps, MathBlock, type MathBlockProps, MermaidBlock, type MermaidBlockProps, type MessageContent, type MessageEvent, type MessageOptions, NavigationIsland, type NavigationIslandProps, type NumberOperator, ORBCAFE_I18N_MESSAGES, type OrbcafeI18nContextValue, OrbcafeI18nProvider, type OrbcafeI18nProviderProps, type OrbcafeLocale, type OrbcafeLocaleMessages, type OrbcafeMessageKey, type OrbcafeMessageParams, PAGE_TRANSITION_PRESETS, type PageTransitionVariant, type ParsedMarkdownTable, type PivotAggregation, type PivotFieldDefinition, type PivotFieldType, type PivotFilterSelections, type PivotLayoutConfig, type PivotTableModel, type PivotTablePreset, type PivotValueFieldConfig, type PivotValueFieldState, type ReportColumn, type ReportFilter, type ReportMetadata, type SelectOperator, StdChat, type StdChatProps, type TableAlign, TableBlock, type TableBlockProps, type TextOperator, ThinkBlock, type ThinkBlockProps, TreeMenu, type TreeMenuItem, type UseAmapEmbedUrlOptions, type UseDetailInfoOptions, type UseDetailInfoResult, type UseGoogleMapEmbedUrlOptions, type UseGraphChartDataOptions, type UseGraphChartDataResult, type UseGraphInteractionResult, type UseGraphReportOptions, type UseGraphReportResult, type UseNavigationIslandOptions, type UseNavigationIslandResult, type UsePageLayoutOptions, type UsePivotTableOptions, type UsePivotTableResult, type UseStandardReportOptions, type UseVoiceInputOptions, type UseVoiceInputResult, type VariantMetadata, type VoiceNavigatorContextValue, VoiceNavigatorProvider, type VoiceNavigatorProviderProps, VoiceWaveOverlay, type VoiceWaveOverlayProps, buildAmapEmbedUrl, buildGoogleMapEmbedUrl, buildGoogleMapIframe, buttonVariants, message, messageManager, parseMarkdownTable, renderMarkdown, resolveVariantFilters, resolveVariantLayout, useAINav, useAmapEmbedUrl, useDetailInfo, useGoogleMapEmbedUrl, useGraphChartData, useGraphInteraction, useGraphReport, useNavigationIsland, useOrbcafeI18n, usePageLayout, usePivotTable, useStandardReport, useVoiceInput, useVoiceNavigator };
|
|
1736
|
+
export { type AINavContextValue, AgentPanel, type AgentPanelProps, type AgentPanelStatus, type AgentUICardAction, type AgentUICardHookEvent, type AgentUICardHooks, type AgentUICardType, type AmapEmbedOptions, Button, type ButtonProps, CAINavProvider, type CAINavProviderProps, CAmapChart, type CAmapChartProps, CAppHeader, type CAppHeaderProps, type CAppHeaderUser, type CAppHeaderUserMenuItem, CAppPageLayout, type CAppPageLayoutProps, CBarChart, type CBarChartProps, CChartCard, type CChartCardProps, CComboChart, type CComboChartProps, CCustomizeAgent, type CCustomizeAgentProps, CDetailInfoPage, type CDetailInfoPageProps, CDetailSearchAiBar, type CDetailSearchAiBarProps, CDetailSectionCard, type CDetailSectionCardProps, CFishboneChart, type CFishboneChartProps, CGoogleMapChart, type CGoogleMapChartProps, CGraphCharts, CGraphKpiCards, CGraphReport, type CGraphReportProps, CHeatmapChart, type CHeatmapChartProps, CLayoutManagement, type CLayoutManagementProps, CLayoutManager, type CLayoutManagerProps, CLineChart, type CLineChartProps, CMessageBox, type CMessageBoxProps, type CMessageBoxType, COrbCanvas, type COrbCanvasProps, CPageLayout, type CPageLayoutProps, CPageTransition, type CPageTransitionProps, CPieChart, type CPieChartProps, CPivotTable, type CPivotTableProps, CSmartFilter, type CSmartFilterProps, CSmartTable, CStandardPage, type CStandardPageProps, CTable, CTableBody, type CTableBodyProps, CTableCell, type CTableCellProps, CTableContainer, type CTableContainerProps, CTableHead, type CTableHeadProps, type CTableProps, type CTableQuickCreateConfig, type CTableQuickDeleteConfig, type CTableQuickEditConfig, CTableRow, type CTableRowProps, CVariantManagement, type CVariantManagementProps, CVariantManager, CVoiceWaveOverlay, type CVoiceWaveOverlayProps, CWaterfallChart, type CWaterfallChartProps, ChatMessage, CodeBlock, type CodeBlockProps, CopilotChat, type CopilotChatProps, type CustomizeAgentSavePayload, type CustomizeAgentSettings, type CustomizeAgentTemplateOption, type DateOperator, type DetailInfoAiConfig, type DetailInfoField, type DetailInfoSearchHit, type DetailInfoSearchMode, type DetailInfoSection, type DetailInfoTab, type DetailInfoTableConfig, type FilterField, type FilterOperator, type FilterType, type FilterValue, GlobalMessage, type GoogleMapEmbedOptions, type GraphBarDatum, type GraphComboDatum, type GraphFishboneBranch, type GraphHeatmapDatum, type GraphLineDatum, type GraphMapLocation, type GraphPieDatum, type GraphReportConfig, type GraphReportFieldMapping, type GraphReportInteractionState, type GraphReportKpis, type GraphReportModel, type GraphRow, type GraphTableColumn, type GraphWaterfallDatum, type IVariantService, type LayoutMetadata, MarkdownRenderer, type MarkdownRendererProps, MathBlock, type MathBlockProps, MermaidBlock, type MermaidBlockProps, type MessageContent, type MessageEvent, type MessageOptions, NavigationIsland, type NavigationIslandProps, type NumberOperator, ORBCAFE_I18N_MESSAGES, type OrbcafeI18nContextValue, OrbcafeI18nProvider, type OrbcafeI18nProviderProps, type OrbcafeLocale, type OrbcafeLocaleMessages, type OrbcafeMessageKey, type OrbcafeMessageParams, PAGE_TRANSITION_PRESETS, type PageTransitionVariant, type ParsedMarkdownTable, type PivotAggregation, type PivotFieldDefinition, type PivotFieldType, type PivotFilterSelections, type PivotLayoutConfig, type PivotTableModel, type PivotTablePreset, type PivotValueFieldConfig, type PivotValueFieldState, type ReportColumn, type ReportFilter, type ReportMetadata, type SelectOperator, StdChat, type StdChatProps, type TableAlign, TableBlock, type TableBlockProps, type TextOperator, ThinkBlock, type ThinkBlockProps, TreeMenu, type TreeMenuItem, type UseAmapEmbedUrlOptions, type UseDetailInfoOptions, type UseDetailInfoResult, type UseGoogleMapEmbedUrlOptions, type UseGraphChartDataOptions, type UseGraphChartDataResult, type UseGraphInteractionResult, type UseGraphReportOptions, type UseGraphReportResult, type UseNavigationIslandOptions, type UseNavigationIslandResult, type UsePageLayoutOptions, type UsePivotTableOptions, type UsePivotTableResult, type UseStandardReportOptions, type UseVoiceInputOptions, type UseVoiceInputResult, type VariantMetadata, type VoiceNavigatorContextValue, VoiceNavigatorProvider, type VoiceNavigatorProviderProps, VoiceWaveOverlay, type VoiceWaveOverlayProps, buildAmapEmbedUrl, buildGoogleMapEmbedUrl, buildGoogleMapIframe, buttonVariants, message, messageManager, parseMarkdownTable, renderMarkdown, resolveVariantFilters, resolveVariantLayout, useAINav, useAmapEmbedUrl, useDetailInfo, useGoogleMapEmbedUrl, useGraphChartData, useGraphInteraction, useGraphReport, useNavigationIsland, useOrbcafeI18n, usePageLayout, usePivotTable, useStandardReport, useVoiceInput, useVoiceNavigator };
|
package/dist/index.d.ts
CHANGED
|
@@ -1594,7 +1594,7 @@ declare const ChatMessage: React__default.FC<ChatMessageProps>;
|
|
|
1594
1594
|
|
|
1595
1595
|
interface StdChatProps {
|
|
1596
1596
|
messages: ChatMessage[];
|
|
1597
|
-
onSend
|
|
1597
|
+
onSend?: (content: string, files?: File[]) => Promise<void>;
|
|
1598
1598
|
onStop?: () => void;
|
|
1599
1599
|
onRegenerate?: (messageId: string) => Promise<void>;
|
|
1600
1600
|
isResponding?: boolean;
|
|
@@ -1604,13 +1604,16 @@ interface StdChatProps {
|
|
|
1604
1604
|
streamChunkSize?: number;
|
|
1605
1605
|
onMessageStreamingComplete?: (messageId: string) => void;
|
|
1606
1606
|
cardHooks?: AgentUICardHooks;
|
|
1607
|
+
showInput?: boolean;
|
|
1607
1608
|
}
|
|
1608
1609
|
declare const StdChat: React__default.FC<StdChatProps>;
|
|
1609
1610
|
|
|
1611
|
+
type AgentPanelStatus = 'idle' | 'running' | 'success' | 'error' | 'pending';
|
|
1610
1612
|
interface AgentPanelProps extends StdChatProps {
|
|
1611
1613
|
title?: string;
|
|
1612
1614
|
description?: string;
|
|
1613
1615
|
headerActions?: React__default.ReactNode;
|
|
1616
|
+
agentStatus?: AgentPanelStatus;
|
|
1614
1617
|
}
|
|
1615
1618
|
declare const AgentPanel: React__default.FC<AgentPanelProps>;
|
|
1616
1619
|
|
|
@@ -1730,4 +1733,4 @@ declare const PAGE_TRANSITION_PRESETS: {
|
|
|
1730
1733
|
};
|
|
1731
1734
|
};
|
|
1732
1735
|
|
|
1733
|
-
export { type AINavContextValue, AgentPanel, type AgentPanelProps, type AgentUICardAction, type AgentUICardHookEvent, type AgentUICardHooks, type AgentUICardType, type AmapEmbedOptions, Button, type ButtonProps, CAINavProvider, type CAINavProviderProps, CAmapChart, type CAmapChartProps, CAppHeader, type CAppHeaderProps, type CAppHeaderUser, type CAppHeaderUserMenuItem, CAppPageLayout, type CAppPageLayoutProps, CBarChart, type CBarChartProps, CChartCard, type CChartCardProps, CComboChart, type CComboChartProps, CCustomizeAgent, type CCustomizeAgentProps, CDetailInfoPage, type CDetailInfoPageProps, CDetailSearchAiBar, type CDetailSearchAiBarProps, CDetailSectionCard, type CDetailSectionCardProps, CFishboneChart, type CFishboneChartProps, CGoogleMapChart, type CGoogleMapChartProps, CGraphCharts, CGraphKpiCards, CGraphReport, type CGraphReportProps, CHeatmapChart, type CHeatmapChartProps, CLayoutManagement, type CLayoutManagementProps, CLayoutManager, type CLayoutManagerProps, CLineChart, type CLineChartProps, CMessageBox, type CMessageBoxProps, type CMessageBoxType, COrbCanvas, type COrbCanvasProps, CPageLayout, type CPageLayoutProps, CPageTransition, type CPageTransitionProps, CPieChart, type CPieChartProps, CPivotTable, type CPivotTableProps, CSmartFilter, type CSmartFilterProps, CSmartTable, CStandardPage, type CStandardPageProps, CTable, CTableBody, type CTableBodyProps, CTableCell, type CTableCellProps, CTableContainer, type CTableContainerProps, CTableHead, type CTableHeadProps, type CTableProps, type CTableQuickCreateConfig, type CTableQuickDeleteConfig, type CTableQuickEditConfig, CTableRow, type CTableRowProps, CVariantManagement, type CVariantManagementProps, CVariantManager, CVoiceWaveOverlay, type CVoiceWaveOverlayProps, CWaterfallChart, type CWaterfallChartProps, ChatMessage, CodeBlock, type CodeBlockProps, CopilotChat, type CopilotChatProps, type CustomizeAgentSavePayload, type CustomizeAgentSettings, type CustomizeAgentTemplateOption, type DateOperator, type DetailInfoAiConfig, type DetailInfoField, type DetailInfoSearchHit, type DetailInfoSearchMode, type DetailInfoSection, type DetailInfoTab, type DetailInfoTableConfig, type FilterField, type FilterOperator, type FilterType, type FilterValue, GlobalMessage, type GoogleMapEmbedOptions, type GraphBarDatum, type GraphComboDatum, type GraphFishboneBranch, type GraphHeatmapDatum, type GraphLineDatum, type GraphMapLocation, type GraphPieDatum, type GraphReportConfig, type GraphReportFieldMapping, type GraphReportInteractionState, type GraphReportKpis, type GraphReportModel, type GraphRow, type GraphTableColumn, type GraphWaterfallDatum, type IVariantService, type LayoutMetadata, MarkdownRenderer, type MarkdownRendererProps, MathBlock, type MathBlockProps, MermaidBlock, type MermaidBlockProps, type MessageContent, type MessageEvent, type MessageOptions, NavigationIsland, type NavigationIslandProps, type NumberOperator, ORBCAFE_I18N_MESSAGES, type OrbcafeI18nContextValue, OrbcafeI18nProvider, type OrbcafeI18nProviderProps, type OrbcafeLocale, type OrbcafeLocaleMessages, type OrbcafeMessageKey, type OrbcafeMessageParams, PAGE_TRANSITION_PRESETS, type PageTransitionVariant, type ParsedMarkdownTable, type PivotAggregation, type PivotFieldDefinition, type PivotFieldType, type PivotFilterSelections, type PivotLayoutConfig, type PivotTableModel, type PivotTablePreset, type PivotValueFieldConfig, type PivotValueFieldState, type ReportColumn, type ReportFilter, type ReportMetadata, type SelectOperator, StdChat, type StdChatProps, type TableAlign, TableBlock, type TableBlockProps, type TextOperator, ThinkBlock, type ThinkBlockProps, TreeMenu, type TreeMenuItem, type UseAmapEmbedUrlOptions, type UseDetailInfoOptions, type UseDetailInfoResult, type UseGoogleMapEmbedUrlOptions, type UseGraphChartDataOptions, type UseGraphChartDataResult, type UseGraphInteractionResult, type UseGraphReportOptions, type UseGraphReportResult, type UseNavigationIslandOptions, type UseNavigationIslandResult, type UsePageLayoutOptions, type UsePivotTableOptions, type UsePivotTableResult, type UseStandardReportOptions, type UseVoiceInputOptions, type UseVoiceInputResult, type VariantMetadata, type VoiceNavigatorContextValue, VoiceNavigatorProvider, type VoiceNavigatorProviderProps, VoiceWaveOverlay, type VoiceWaveOverlayProps, buildAmapEmbedUrl, buildGoogleMapEmbedUrl, buildGoogleMapIframe, buttonVariants, message, messageManager, parseMarkdownTable, renderMarkdown, resolveVariantFilters, resolveVariantLayout, useAINav, useAmapEmbedUrl, useDetailInfo, useGoogleMapEmbedUrl, useGraphChartData, useGraphInteraction, useGraphReport, useNavigationIsland, useOrbcafeI18n, usePageLayout, usePivotTable, useStandardReport, useVoiceInput, useVoiceNavigator };
|
|
1736
|
+
export { type AINavContextValue, AgentPanel, type AgentPanelProps, type AgentPanelStatus, type AgentUICardAction, type AgentUICardHookEvent, type AgentUICardHooks, type AgentUICardType, type AmapEmbedOptions, Button, type ButtonProps, CAINavProvider, type CAINavProviderProps, CAmapChart, type CAmapChartProps, CAppHeader, type CAppHeaderProps, type CAppHeaderUser, type CAppHeaderUserMenuItem, CAppPageLayout, type CAppPageLayoutProps, CBarChart, type CBarChartProps, CChartCard, type CChartCardProps, CComboChart, type CComboChartProps, CCustomizeAgent, type CCustomizeAgentProps, CDetailInfoPage, type CDetailInfoPageProps, CDetailSearchAiBar, type CDetailSearchAiBarProps, CDetailSectionCard, type CDetailSectionCardProps, CFishboneChart, type CFishboneChartProps, CGoogleMapChart, type CGoogleMapChartProps, CGraphCharts, CGraphKpiCards, CGraphReport, type CGraphReportProps, CHeatmapChart, type CHeatmapChartProps, CLayoutManagement, type CLayoutManagementProps, CLayoutManager, type CLayoutManagerProps, CLineChart, type CLineChartProps, CMessageBox, type CMessageBoxProps, type CMessageBoxType, COrbCanvas, type COrbCanvasProps, CPageLayout, type CPageLayoutProps, CPageTransition, type CPageTransitionProps, CPieChart, type CPieChartProps, CPivotTable, type CPivotTableProps, CSmartFilter, type CSmartFilterProps, CSmartTable, CStandardPage, type CStandardPageProps, CTable, CTableBody, type CTableBodyProps, CTableCell, type CTableCellProps, CTableContainer, type CTableContainerProps, CTableHead, type CTableHeadProps, type CTableProps, type CTableQuickCreateConfig, type CTableQuickDeleteConfig, type CTableQuickEditConfig, CTableRow, type CTableRowProps, CVariantManagement, type CVariantManagementProps, CVariantManager, CVoiceWaveOverlay, type CVoiceWaveOverlayProps, CWaterfallChart, type CWaterfallChartProps, ChatMessage, CodeBlock, type CodeBlockProps, CopilotChat, type CopilotChatProps, type CustomizeAgentSavePayload, type CustomizeAgentSettings, type CustomizeAgentTemplateOption, type DateOperator, type DetailInfoAiConfig, type DetailInfoField, type DetailInfoSearchHit, type DetailInfoSearchMode, type DetailInfoSection, type DetailInfoTab, type DetailInfoTableConfig, type FilterField, type FilterOperator, type FilterType, type FilterValue, GlobalMessage, type GoogleMapEmbedOptions, type GraphBarDatum, type GraphComboDatum, type GraphFishboneBranch, type GraphHeatmapDatum, type GraphLineDatum, type GraphMapLocation, type GraphPieDatum, type GraphReportConfig, type GraphReportFieldMapping, type GraphReportInteractionState, type GraphReportKpis, type GraphReportModel, type GraphRow, type GraphTableColumn, type GraphWaterfallDatum, type IVariantService, type LayoutMetadata, MarkdownRenderer, type MarkdownRendererProps, MathBlock, type MathBlockProps, MermaidBlock, type MermaidBlockProps, type MessageContent, type MessageEvent, type MessageOptions, NavigationIsland, type NavigationIslandProps, type NumberOperator, ORBCAFE_I18N_MESSAGES, type OrbcafeI18nContextValue, OrbcafeI18nProvider, type OrbcafeI18nProviderProps, type OrbcafeLocale, type OrbcafeLocaleMessages, type OrbcafeMessageKey, type OrbcafeMessageParams, PAGE_TRANSITION_PRESETS, type PageTransitionVariant, type ParsedMarkdownTable, type PivotAggregation, type PivotFieldDefinition, type PivotFieldType, type PivotFilterSelections, type PivotLayoutConfig, type PivotTableModel, type PivotTablePreset, type PivotValueFieldConfig, type PivotValueFieldState, type ReportColumn, type ReportFilter, type ReportMetadata, type SelectOperator, StdChat, type StdChatProps, type TableAlign, TableBlock, type TableBlockProps, type TextOperator, ThinkBlock, type ThinkBlockProps, TreeMenu, type TreeMenuItem, type UseAmapEmbedUrlOptions, type UseDetailInfoOptions, type UseDetailInfoResult, type UseGoogleMapEmbedUrlOptions, type UseGraphChartDataOptions, type UseGraphChartDataResult, type UseGraphInteractionResult, type UseGraphReportOptions, type UseGraphReportResult, type UseNavigationIslandOptions, type UseNavigationIslandResult, type UsePageLayoutOptions, type UsePivotTableOptions, type UsePivotTableResult, type UseStandardReportOptions, type UseVoiceInputOptions, type UseVoiceInputResult, type VariantMetadata, type VoiceNavigatorContextValue, VoiceNavigatorProvider, type VoiceNavigatorProviderProps, VoiceWaveOverlay, type VoiceWaveOverlayProps, buildAmapEmbedUrl, buildGoogleMapEmbedUrl, buildGoogleMapIframe, buttonVariants, message, messageManager, parseMarkdownTable, renderMarkdown, resolveVariantFilters, resolveVariantLayout, useAINav, useAmapEmbedUrl, useDetailInfo, useGoogleMapEmbedUrl, useGraphChartData, useGraphInteraction, useGraphReport, useNavigationIsland, useOrbcafeI18n, usePageLayout, usePivotTable, useStandardReport, useVoiceInput, useVoiceNavigator };
|