@orbit-work/ui 0.1.1 → 0.1.2-preview.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/index.cjs +13 -13
- package/dist/index.d.cts +19 -2
- package/dist/index.d.ts +19 -2
- package/dist/index.js +13 -13
- package/dist/orbitwork.css +82 -18
- package/package.json +1 -1
- package/src/components/composite/ContextUsageIndicatorView/index.tsx +1 -1
- package/src/components/composite/Icons/index.tsx +10 -4
- package/src/components/composite/Markdown/MarkdownStyleSource.test.mjs +16 -1
- package/src/components/domain/desktop/DesktopLibraryAuthorizationDialog/DesktopLibraryAuthorizationDialogSource.test.mjs +22 -0
- package/src/components/domain/desktop/DesktopLibraryAuthorizationDialog/index.tsx +72 -57
- package/src/components/domain/desktop/DesktopLibraryPageView/DesktopLibraryPageView.stories.tsx +7 -0
- package/src/components/domain/desktop/DesktopLibraryPageView/index.tsx +14 -0
- package/src/components/domain/desktop/DesktopLoginView/DesktopLoginViewSource.test.mjs +8 -1
- package/src/components/domain/desktop/DesktopLoginView/index.tsx +28 -14
- package/src/components/domain/desktop/DesktopSidebarView/DesktopSidebarViewSource.test.mjs +4 -2
- package/src/components/domain/desktop/DesktopSidebarView/index.tsx +43 -7
- package/src/components/domain/desktop/DesktopSitesListView/index.tsx +2 -2
- package/src/components/primitives/Button/index.tsx +4 -1
- package/src/components/primitives/Menu/index.tsx +2 -1
- package/src/components/primitives/Select/index.tsx +103 -61
package/dist/index.d.cts
CHANGED
|
@@ -459,6 +459,12 @@ type MenuProps = Omit<MenuSurfaceProps, "portal" | "autoFocus" | "onClose" | "su
|
|
|
459
459
|
* R3 中性件:不带信标、不带荧黄;空态母题走 `EmptyState` 原语的 `size="sm"` 紧凑档。
|
|
460
460
|
*/
|
|
461
461
|
declare function Menu({ trigger, open: openProp, onOpenChange, closeOnSelect, triggerClassName, onSelect, ...surfaceProps }: MenuProps): react.JSX.Element;
|
|
462
|
+
/**
|
|
463
|
+
* 向上找最近的带 transform/perspective/filter/will-change 的祖先 —— 它会给
|
|
464
|
+
* fixed 元素造出新的包含块,让坐标不再相对视口。没有就返回 null。
|
|
465
|
+
* (Select 的 portal 菜单量位也复用这个。)
|
|
466
|
+
*/
|
|
467
|
+
declare function findFixedOffsetAncestor(el: HTMLElement): HTMLElement | null;
|
|
462
468
|
|
|
463
469
|
/**
|
|
464
470
|
* Dropdown — 兼容导出(@deprecated · DS 2.0 蓝图批次② 合并件)。
|
|
@@ -2273,6 +2279,8 @@ declare const AlertCircle: (p: IconProps) => react.JSX.Element;
|
|
|
2273
2279
|
/** 目录/面板折叠图标:圆角矩形 + 左侧栏分隔线 */
|
|
2274
2280
|
declare const PanelFold: (p: IconProps) => react.JSX.Element;
|
|
2275
2281
|
declare const DingTalk: (p: IconProps) => react.JSX.Element;
|
|
2282
|
+
/** 钉钉 AI 伙伴:同 DingTalk 几何,fill 换 #1677FF 作同族第二色区分(登录页双钉钉入口用)。 */
|
|
2283
|
+
declare const DingTalkAi: (p: IconProps) => react.JSX.Element;
|
|
2276
2284
|
declare const Feishu: (p: IconProps) => react.JSX.Element;
|
|
2277
2285
|
declare const WeCom: (p: IconProps) => react.JSX.Element;
|
|
2278
2286
|
declare const CommentPlus: (p: IconProps) => react.JSX.Element;
|
|
@@ -2366,6 +2374,7 @@ declare const Icons: {
|
|
|
2366
2374
|
readonly Skills: (p: IconProps) => react.JSX.Element;
|
|
2367
2375
|
readonly AlertCircle: (p: IconProps) => react.JSX.Element;
|
|
2368
2376
|
readonly DingTalk: (p: IconProps) => react.JSX.Element;
|
|
2377
|
+
readonly DingTalkAi: (p: IconProps) => react.JSX.Element;
|
|
2369
2378
|
readonly Feishu: (p: IconProps) => react.JSX.Element;
|
|
2370
2379
|
readonly WeCom: (p: IconProps) => react.JSX.Element;
|
|
2371
2380
|
readonly CommentPlus: (p: IconProps) => react.JSX.Element;
|
|
@@ -7458,10 +7467,12 @@ declare function DesktopLibraryAuthorizationDialog({ open, appName, appIcon, app
|
|
|
7458
7467
|
interface DesktopLibraryPageViewProps {
|
|
7459
7468
|
loading?: boolean;
|
|
7460
7469
|
error?: string | null;
|
|
7470
|
+
authorizationRequired?: boolean;
|
|
7471
|
+
onRequestAuthorization?: () => void;
|
|
7461
7472
|
webviewHostRef?: Ref<HTMLDivElement>;
|
|
7462
7473
|
}
|
|
7463
7474
|
/** Full-bleed surface for the installed library plugin's isolated webview. */
|
|
7464
|
-
declare function DesktopLibraryPageView({ loading, error, webviewHostRef, }: DesktopLibraryPageViewProps): React.ReactElement;
|
|
7475
|
+
declare function DesktopLibraryPageView({ loading, error, authorizationRequired, onRequestAuthorization, webviewHostRef, }: DesktopLibraryPageViewProps): React.ReactElement;
|
|
7465
7476
|
|
|
7466
7477
|
/** 一步引导:标题 + 一句正文 + 锚点键(宿主按 `[data-tour-anchor]` 量 rect)。 */
|
|
7467
7478
|
type DesktopOnboardingTourStep = {
|
|
@@ -8021,6 +8032,12 @@ interface DesktopSidebarViewProps {
|
|
|
8021
8032
|
* 宿主 `features/sidebar/Sidebar.tsx` 补 `view === 'home' → 'new'` 即可,见交接单。
|
|
8022
8033
|
*/
|
|
8023
8034
|
activeNav?: DesktopSidebarNavId;
|
|
8035
|
+
/**
|
|
8036
|
+
* 首次会话列表加载中(宿主 `loadSessions` 首轮)。为 true 且还没有任何会话行时,
|
|
8037
|
+
* 列表区出品牌 mark + spinner 的启动态,而不是一块空白——首屏读得出「在加载」
|
|
8038
|
+
* 而不是「没有会话」。分页/刷新加载不改变此值(那是 `loadingMore` 的语义)。
|
|
8039
|
+
*/
|
|
8040
|
+
sessionsLoading?: boolean;
|
|
8024
8041
|
/**
|
|
8025
8042
|
* 是否在导航里出「我的空间」(A11-B1 · 裁决 16)。
|
|
8026
8043
|
*
|
|
@@ -10345,4 +10362,4 @@ declare function cleanFileLabel(label: string, path: string): string;
|
|
|
10345
10362
|
declare function basenameFromLocalPath(path: string): string;
|
|
10346
10363
|
declare function collectMarkdownFileRefs(text: string, seen: Set<string>, refs: AttachmentItem[], options?: LocalLinkTargetOptions): void;
|
|
10347
10364
|
|
|
10348
|
-
export { ACCOUNT_CREDITS_WARN_RATIO, ActionBar, type ActionBarAction, type ActionBarProps, ActionStatus, type ActionStatusProps, AgentLoopSegment, type AgentLoopSegmentProps, AgentTurn, type AgentTurnProps, AlertCircle, AppLayout, type AppLayoutProps, Archive, Arrow, ArrowDown, ArrowUp, ArtifactCard, type ArtifactCardProps, type ArtifactOpenWithApp, type ArtifactPreviewPanelMode, ArtifactPreviewSidebarView, type ArtifactPreviewSidebarViewProps, type ArtifactPreviewView, ArtifactTrail, AskQuestionCardView, type AskQuestionCardViewProps, type AskQuestionRecapItem, AssistantChannelCard, type AssistantChannelCardProps, type AssistantChannelPlatform, AssistantToggleRow, type AssistantToggleRowProps, Atom, Attachment, AttachmentCard, type AttachmentCardProps, type AttachmentItem, AttachmentList, type AttachmentListProps, type AttachmentMenuOption, type AttachmentOpenOption, type AttachmentProps, type AttachmentStatus, type AttachmentTone, type AttachmentVariant, Attachments, AuthorizationCard, type AuthorizationCardProps, Avatar, type AvatarProps, type AvatarVariant, BEACON_ICON_NAMES, BackButton, type BackButtonProps, BackTop, type BackTopProps, Badge, type BadgeVariant, Banner, type BannerProps, type BannerVariant, BarChart, type BarChartDatum, type BarChartProps, BeaconIcon, type BeaconIconName, type BeaconIconProps, BeaconSpinner, type BeaconSpinnerProps, Bell, Bolt, Brain, Branch, BranchDivider, type BranchDividerProps, type BrandingContextValue, BrandingProvider, BrowserAnnotationPopupView, type BrowserAnnotationPopupViewProps, type BrowserClearDataOptions, type BrowserDevicePreset, BrowserDeviceToolbarView, type BrowserDeviceToolbarViewProps, BrowserFindBarView, type BrowserFindBarViewProps, BrowserImportDialogView, type BrowserImportDialogViewProps, type BrowserImportOptions, type BrowserImportProfile, BrowserLoadErrorView, type BrowserLoadErrorViewProps, BrowserMoreMenuView, type BrowserMoreMenuViewProps, BrowserNavBarView, type BrowserNavBarViewProps, WebPreviewNav as BrowserTabBarView, type WebPreviewNavProps as BrowserTabBarViewProps, type WebPreviewTab as BrowserTabView, Button, type ButtonProps, type ButtonSize, type ButtonVariant, type CSSSafetyReport, Card, CardGridSkeleton, type CardProps, type CardVariant, CatalogEmptyState, type CatalogEmptyStateProps, type ChartSeries, ChatBubble, type ChatBubbleProps, ChatMessage, type ChatMessageProps, ChatThinking, type ChatThinkingProps, Chatbot, type ChatbotProps, Check, CheckCircle, Checkbox, type CheckboxProps, ChevDown, ChevLeft, ChevRight, ChevUp, Chip, type ChipDotTone, type ChipProps, type ChipShape, type ChipTone, Circle, ClipboardList, Clock, Close, CodeBlock, type CodeBlockProps, CodeDiff, type CodeDiffProps, CodePreview, type CodePreviewProps, CommandPalette, type CommandPaletteGroup, type CommandPaletteItem, type CommandPaletteProps, CommentPlus, Compass, Composer, ComposerAudioSpectrum, type ComposerAudioSpectrumProps, ComposerAuthorization, type ComposerAuthorizationOption, type ComposerAuthorizationProps, type ComposerMention, ComposerMentions, type ComposerMentionsProps, ComposerMenu, type ComposerMenuAction, type ComposerMenuGroup, type ComposerMenuItem, ComposerMenuPopover, type ComposerMenuPopoverProps, type ComposerMenuProps, type ComposerMode, ComposerPopover, type ComposerPopoverProps, type ComposerProjectOption, ComposerProjectPicker, type ComposerProjectPickerProps, type ComposerProps, ComposerQueue, type ComposerQueueItem, type ComposerQueueItemKind, type ComposerQueueItemStatus, type ComposerQueueNotice, type ComposerQueueProps, type ComposerQueueTone, type ComposerSubmitState, ComposerVoiceInput, type ComposerVoiceInputProps, CompressionDivider, type CompressionDividerProps, ContentRecommendation, type ContentRecommendationItem, type ContentRecommendationProps, ContextChip, type ContextChipProps, ContextUsage, ContextUsageIndicatorView, type ContextUsageIndicatorViewProps, type ContextUsageProps, Copy, Cpu, CreateProjectDialog, type CreateProjectDialogProps, CsvPreview, type CsvPreviewProps, Cut, DESKTOP_ACCOUNT_MENU_WIDTH, DESKTOP_LOGIN_CLAIM, DESKTOP_LOGIN_CLAIM_NOTE, DROPDOWN_DIVIDER, DS2_SHIKI_THEME_NAME, DataManagementSectionView, type DataManagementSectionViewProps, DataTable, type DataTableAlign, type DataTableColumn, type DataTableDensity, type DataTableProps, type DataTableSort, type DataTableSortDirection, DataTableToolbar, type DataTableToolbarProps, DateDivider, type DateDividerProps, type DesktopAccountMenuCredits, type DesktopAccountMenuPlan, type DesktopAccountMenuUpdate, type DesktopAccountMenuUpdateState, type DesktopAccountMenuUser, DesktopAccountMenuView, type DesktopAccountMenuViewProps, DesktopAgentCardView, type DesktopAgentCardViewProps, DesktopAgentDetailActions, type DesktopAgentDetailActionsProps, type DesktopAgentDetailItemView, DesktopAgentDetailView, type DesktopAgentDetailViewProps, type DesktopAgentMemberView, type DesktopAgentOverviewItemView, type DesktopAgentOverviewLinkView, DesktopAgentOverviewView, DesktopAgentRosterView, type DesktopAgentRosterViewProps, DesktopAppearanceSettings, type DesktopAppearanceSettingsProps, type DesktopAssistantConfigValue, DesktopAssistantConfigView, type DesktopAssistantConfigViewProps, type DesktopAssistantPlatform, type DesktopCatalogActionView, type DesktopCatalogCardMetaItem, DesktopCatalogCardView, type DesktopCatalogCardViewProps, DesktopCatalogDetailActions, type DesktopCatalogDetailActionsProps, DesktopCatalogDetailShell, type DesktopCatalogDetailShellProps, DesktopCatalogGridView, type DesktopCatalogGridViewProps, DesktopCatalogToolbarView, type DesktopCatalogToolbarViewProps, type DesktopChatAgentMessageView, DesktopChatAgentTurnView, type DesktopChatAgentTurnViewProps, type DesktopChatAttachmentView, DesktopChatBranchDivider, type DesktopChatBranchDividerProps, DesktopChatCompressionDivider, type DesktopChatCompressionDividerProps, type DesktopChatContextView, DesktopChatEmptyStateView, type DesktopChatEmptyStateViewProps, DesktopChatHeaderView, type DesktopChatHeaderViewProps, type DesktopChatMessageFeedback, DesktopChatMessageView, type DesktopChatMessageViewProps, DesktopChatReconnectDivider, type DesktopChatReconnectDividerProps, type DesktopChatRunState, DesktopChatUserTurnView, type DesktopChatUserTurnViewProps, DesktopComposer, type DesktopComposerAddAction, type DesktopComposerContext, DesktopComposerModelButton, type DesktopComposerModelButtonProps, type DesktopComposerProps, type DesktopConnectorActionView, DesktopConnectorCardView, type DesktopConnectorCardViewProps, DesktopConnectorDetailView, type DesktopConnectorDetailViewProps, type DesktopConnectorMetaView, type DesktopConnectorToolView, type DesktopConversationGroupView, DesktopConversationView, type DesktopConversationViewProps, type DesktopDetailChipView, DesktopDetailChips, DesktopDetailList, type DesktopDetailListItemView, type DesktopDetailRowView, DesktopDetailRows, DesktopDetailSection, DesktopDetailText, type DesktopFontScale, DesktopHomeView, type DesktopHomeViewProps, DesktopLibraryAuthorizationDialog, type DesktopLibraryAuthorizationDialogProps, type DesktopLibraryAuthorizationScope, DesktopLibraryPageView, type DesktopLibraryPageViewProps, type DesktopLoginQr, type DesktopLoginStage, DesktopLoginView, type DesktopLoginViewProps, type DesktopOnboardingTourRect, type DesktopOnboardingTourStep, DesktopOnboardingTourView, type DesktopOnboardingTourViewProps, DesktopPet, type DesktopPetAnchor, type DesktopPetContentSize, type DesktopPetHandle, type DesktopPetNativeDragEvent, type DesktopPetProps, type DesktopPetSessionBubble, DesktopPetSettings, type DesktopPetSettingsPet, type DesktopPetSettingsProps, type DesktopRunStatusTone, DesktopRunStatusView, type DesktopRunStatusViewProps, DesktopSelectionCard, type DesktopSelectionCardProps, DesktopSettingRow, DesktopSettingSelect, type DesktopSettingsMemoryItem, DesktopSettingsMemorySection, type DesktopSettingsMemorySectionGroup, type DesktopSettingsMemorySectionProps, type DesktopSettingsNavItem, DesktopSettingsView, type DesktopSettingsViewProps, DesktopShareSelectionBarView, type DesktopShareSelectionBarViewProps, type DesktopSidebarNavId, type DesktopSidebarProject, type DesktopSidebarSourceIcon, type DesktopSidebarThread, type DesktopSidebarUpdate, type DesktopSidebarUpdateState, type DesktopSidebarUser, DesktopSidebarView, type DesktopSidebarViewProps, type DesktopSiteItem, type DesktopSiteReleaseItem, DesktopSiteReleasesView, type DesktopSiteReleasesViewProps, DesktopSitesListView, type DesktopSitesListViewProps, type DesktopSkillsCategory, DesktopSkillsPageView, type DesktopSkillsPageViewProps, type DesktopSkillsSection, type DesktopTaskDetailAgent, type DesktopTaskDetailAttachment, type DesktopTaskDetailFileKind, type DesktopTaskDetailStatus, type DesktopTaskDetailStreamItem, type DesktopTaskDetailTodoItem, DesktopTaskDetailView, type DesktopTaskDetailViewProps, type DesktopToolCallInlineStatusMode, type DesktopToolCallListItem, type DesktopToolCallListKind, DesktopToolCallListView, type DesktopToolCallListViewProps, type DesktopToolCallPresentation, type DesktopToolCallStatus, DesktopToolCallView, type DesktopToolCallViewProps, type DesktopUnsupportedToggle, DesktopWorkbenchShell, type DesktopWorkbenchShellProps, type DesktopWorkbenchView, type DesktopWorkspaceConnectorActionView, DesktopWorkspaceConnectorDetailView, type DesktopWorkspaceConnectorDetailViewProps, type DesktopWorkspaceConnectorMetaView, type DesktopWorkspaceConnectorToolView, DesktopWorkspaceEmptyState, type DesktopWorkspaceEmptyStateProps, DesktopWorkspaceEntryRowView, type DesktopWorkspaceEntryRowViewProps, type DesktopWorkspaceEntryView, DesktopWorkspaceMemoryDetailDialog, type DesktopWorkspaceMemoryDetailDialogProps, type DesktopWorkspaceMemoryItem, type DesktopWorkspaceMemorySection, DesktopWorkspaceMemoryView, type DesktopWorkspaceMemoryViewProps, DesktopWorkspacePageView, type DesktopWorkspacePageViewProps, DesktopWorkspaceProjectDetailView, type DesktopWorkspaceProjectDetailViewProps, DesktopWorkspaceProjectRowView, type DesktopWorkspaceProjectRowViewProps, type DesktopWorkspaceTab, type DetailMenuItem, DetailOverflowMenu, DetailPanel, type DetailPanelProps, DetailScaffold, type DetailScaffoldProps, Device, Dialog, type DialogIconTone, type DialogProps, type DialogVariant, DingTalk, Dislike, Divider, type DividerProps, Doc, Download, DropZone, type DropZoneProps, Dropdown, type DropdownItem, type DropdownProps, Edit, ElementDispatcher, EmptyState, type EmptyStateProps, type EmptyStateSize, type EmptyStateVariant, ErrorCard, type ErrorCardProps, ErrorCircle, type ExcelTransferOptions, ExecutionDetail, type ExecutionDetailProps, ExecutionSummary, ExecutionSummaryBodyContext, type ExecutionSummaryProps, ExecutionSummaryRow, type ExecutionSummaryTool, FSelect, type FSelectOption, type FSelectProps, type FeedbackCategoryValue, type FeedbackContextMenuAction, FeedbackContextMenuView, type FeedbackContextMenuViewProps, FeedbackDialogView, type FeedbackDialogViewProps, Feishu, Field, type FieldProps, type FieldShellVariants, FileBrowser, type FileBrowserBreadcrumb, type FileBrowserLayout, type FileBrowserProps, FileIcon, type FileIconProps, FilePreviewContentView, type FilePreviewContentViewProps, FilePreviewDialog, type FilePreviewDialogProps, FileReferenceCard, type FileReferenceCardProps, FileReferenceCards, type FileReferenceCardsProps, type FileReferenceItem, type FileReferenceMenuOption, type FileReferenceOpenWithOption, type FileReferenceTone, FileTree, type FileTreeNode, type FileTreeProps, Filter, FilterBar, type FilterBarFilter, type FilterBarProps, Folder, FormField, type FormFieldProps, GLYPH_COLORS, Gauge, Globe, type GlyphColor, GlyphToneProvider, Grid, HOME_STARTER_CAPSULES, Hand, Help, HomeBackdrop, type HomeBackdropProps, IME_COMMIT_GUARD_MS, Icon, type IconName, type IconProps, Icons, Image, ImageCard, type ImageCardProps, ImagePreview, type ImagePreviewItem, type ImagePreviewProps, Info, InfoCircle, InlineMessage, type InlineMessageProps, type InlineMessageTone, type InlineMessageVariant, Input, type InputProps, JumpToLatest, type JumpToLatestProps, Key, KeyValueField, type KeyValueFieldProps, type KeyValuePair, Keyboard, Keycap, KeycapCombo, type KeycapComboProps, type KeycapProps, Layers, Like, LikeFill, ListRow, type ListRowControl, type ListRowDensity, ListRowGroup, type ListRowGroupProps, type ListRowProps, type ListRowSurface, Loader, type LocalImagePreviewResolver, type LocalLinkTargetOptions, type LocalMarkdownPreview, Lock, type LoginProviderKind, type LoginProviderOption, Logout, MENU_DIVIDER, MENU_SEPARATOR, MOUNT_CHIP_CLASS, Mail, Markdown, MarkdownPreview, MarkdownPreviewModalView, type MarkdownPreviewModalViewProps, type MarkdownPreviewProps, type MarkdownProps, Maximize, McpServerListView, type McpServerListViewProps, type McpServerViewModel, type McpServerViewStatus, Memo, Menu, type MenuDividerType, type MenuEntry, type MenuGroupEntry, type MenuItem, type MenuItemType, type MenuItemVariants, type MenuProps, type MenuSeparatorEntry, MenuSurface, type MenuSurfaceProps, type MenuTriggerState, Message, type MessageActionItem, type MessageActionKind, MessageActions, type MessageActionsProps, MessageFeedbackDialog, type MessageFeedbackDialogProps, type MessageFeedbackReasonCode, type MessageFeedbackSubmission, type MessageProps, type MessageType, Mic, ModalityAudio, ModalityImage, ModalityText, ModalityVideo, ModelCatalogErrorState, type ModelCatalogErrorStateProps, type ModelModality, ModelModalityFlow, type ModelModalityFlowProps, ModelPickerList, type ModelPickerListDensity, type ModelPickerListProps, type ModelPickerOption, ModelSelect, type ModelSelectOption, type ModelSelectProps, type ModelThinkingEffort, ModelsSettingsSectionView, type ModelsSettingsSectionViewProps, Moon, More, NAV_MENU_DIVIDER, NativeCheckbox, type NativeCheckboxProps, NativeRadio, type NativeRadioProps, NativeSelect, type NativeSelectProps, NavMenu, type NavMenuDividerType, type NavMenuEntry, type NavMenuItemType, type NavMenuProps, NewTask, NoPlanPanelView, type NoPlanPanelViewProps, Note, NoteCard, type OfficeFileType, OfficePreview, OfficePreviewDialog, type OfficePreviewDialogProps, type OfficePreviewProps, OpenWithButton, type OpenWithButtonProps, OpenWithMenu, type OpenWithMenuProps, OrbitworkDesktopTaskDetailData, OrbitworkDesktopTaskDetailDocument, type OrbitworkIconProps, OrbitworkLockup, type OrbitworkLockupProps, type OrbitworkLockupTheme, OrbitworkLogo, type OrbitworkLogoProps, OrbitworkMark, type OrbitworkMarkProps, type OrbitworkMarkVariant, OrbitworkModal, type OrbitworkModalProps, OrbitworkSkin, PT_TO_PX, Package, PageHead, type PageHeadProps, Pagination, type PaginationProps, PanelFold, PanelSidebar, PanelSidebarCollapse, Paperclip, Pause, PdfPageNav, PdfPreview, PdfPreviewDialog, type PdfPreviewDialogProps, type PdfPreviewProps, type PetAnimation, type PetManifest, type PetPosition, type PetToolbarItem, PlanCard, type PlanCardProps, type PlanCardStep, type PlanChoiceView, PlanFeatureIcon, type PlanFeatureIconKind, type PlanFeatureIconProps, type PlanSettingsChoiceView, PlanSettingsSectionView, type PlanSettingsSectionViewProps, type PlanSettingsStats, Play, Plus, Popover, type PopoverCoords, type PopoverPlacement, type PopoverProps, type PptxElement, type PptxParseResult, PptxSlide, PreviewDialog, type PreviewDialogProps, type PreviewSurface, PreviewSurfaceArea, ProductList, type ProductListItem, ProgressBar, type ProgressBarProps, ProjectSelect, type ProjectSelectProps, Quote, Radio, RadioCardGroup, type RadioCardGroupProps, type RadioCardOption, RadioGroup, type RadioGroupProps, type RadioProps, Refresh, ResolvedTheme, ResourceConfirmation, ResourceDetailView, type ResourceListFailure, type ResourceListFilters, ResourceListView, ResourceNotice, ResourceOverviewView, ResourceReleasesView, type ResourceRow, type ResourceRowAction, ResourceRowActionDialog, type ResourceTab, ResourceWorkbenchView, RichCard, type RichCardProps, type RichCardVariant, RichDetail, RichLink, type RichLinkProps, RichList, type RichListProps, type RichResourceItem, type RichResourceListProps, type RichTextListProps, Rotate, RowOverflowMenu, type RowOverflowMenuItem, SIDE_PANEL_EMPTY_ACTIONS, STATUS_TAG_PRESETS, SandboxPermissionPrompt, type SandboxPermissionPromptData, type SandboxPermissionPromptProps, type ScheduledTaskCardStatus, ScheduledTaskCardView, type ScheduledTaskCardViewModel, type ScheduledTaskCardViewProps, ScheduledTaskDeleteDialog, type ScheduledTaskDeleteDialogProps, type ScheduledTaskDetailModel, type ScheduledTaskDetailStatusKey, ScheduledTaskDetailView, type ScheduledTaskDetailViewProps, type ScheduledTaskRunStatusKey, type ScheduledTaskRunViewModel, ScheduledTasksSpaceView, type ScheduledTasksSpaceViewProps, Search, SearchInput, type SearchInputProps, SearchResult, type SearchResultItem, type SearchResultProps, Section, type SectionProps, SegmentedControl, type SegmentedControlOption, type SegmentedControlProps, type SegmentedControlSize, type SegmentedControlVariant, Select, type SelectOption, type SelectProps, SelectTrigger, type SelectTriggerProps, type SelectedOptionLocatorOptions, SelectionBulkBar, type SelectionBulkBarProps, SeriesChart, type SeriesChartProps, Server, Settings, Share, type ShareAccessScope, type ShareMemberSearch, ShareSettingsDialogView, ShareSettingsEditorView, type ShareSettingsEditorViewProps, type ShareSettingsMember, ShareStrip, type ShareStripProps, type SharedResourceItem, Shield, type ShortcutGroup, ShortcutGroupTable, type ShortcutGroupTableProps, type ShortcutItem, type ShortcutKey, type ShortcutPlatform, ShortcutSheet, type ShortcutSheetProps, SidePanelEmpty, type SidePanelEmptyAction, type SidePanelEmptyProps, Sidebar, SidebarIcon, type SidebarProps, SidebarShell, type SidebarShellProps, SidebarToggle, type SidebarToggleProps, SitesArtifactCardView, type SitesArtifactCardViewProps, Skeleton, type SkeletonProps, Skill, type SkillAvatarGlyph, type SkillAvatarTone, SkillAvatarView, type SkillAvatarViewProps, SkillCardView, type SkillCardViewProps, SkillDetailPanelView, type SkillDetailPanelViewProps, SkillDetailView, type SkillDetailViewProps, SkillImportDialogView, type SkillImportDialogViewProps, type SkillImportItemStatus, SkillImportResultDialogView, type SkillImportResultDialogViewProps, type SkillImportResultItemView, Skills, SkinManager, type Slide, SnapshotContentView, SnapshotImageExportView, type SnapshotMessageView, Sort, Sparkle, Sparkles, Spinner, type SpinnerProps, type SpinnerSize, Splash, type SplashProps, type SpreadsheetInstance, type StarterCapsuleOption, StarterCapsules, type StarterCapsulesProps, StatusTag, type StatusTagPreset, type StatusTagProps, type StatusTagTone, type StepItem, StepList, type StepListProps, type StepStatus, Stop, SubAgentPane, type SubAgentPaneProps, type SubAgentPaneTurn, type SubAgentProcess, type SubAgentProcessStatus, SubAgentThread, type SubAgentThreadProps, SuccessCircle, Sun, Switch, type SwitchProps, type TabItem, Tabs, type TabsProps, type TabsSize, type TabsVariant, Tag, type TagProps, type TagShape, type TagSize, type TagVariant, TaskRef, type TenantBranding, type TenantTheme, type TenantThemeValidationResult, Terminal, TerminalPane, type TerminalPaneProps, TextField, type TextFieldProps, Textarea, type TextareaProps, Theme, type ThemeContextValue, ThemeDemo, ThemeProvider, Thinking, type ThinkingProps, ThreadDot, ThumbsDown, ThumbsUp, TimePicker, type TimePickerProps, TitleBar, type TitleBarPlatform, type TitleBarProps, Toast, type ToastProps, ToastRegion, type ToastRegionProps, type ToastVariant, type TokenizedCode, type ToolArtifactView, ToolCallRow, type ToolCallRowProps, type ToolCallRowState, ToolDetailModalView, type ToolDetailModalViewProps, type ToolDetailStatus, Tooltip, type TooltipAlign, type TooltipProps, type TooltipSide, TraceDot, Transcript, type TranscriptMode, type TranscriptProps, TranscriptSpine, type TranscriptSpineProps, type TranscriptSurface, type TranscriptToolCall, type TranscriptTurn, Trash, type UnifiedTheme, UninstallConfirmDialog, UnreadDivider, type UnreadDividerProps, Usage, type UseSidebarResizeOptions, type UseSidebarResizeReturn, UserTurn, type UserTurnProps, Volume, type WCardAction, WCardShell, type WCardShellProps, WORKBENCH_SIDE_PANEL_WIDTH, WarningTriangle, WeCom, WebPreview, WebPreviewBody, type WebPreviewBodyProps, WebPreviewConsole, type WebPreviewConsoleEntry, type WebPreviewConsoleLevel, type WebPreviewConsoleEntry as WebPreviewConsoleLog, type WebPreviewConsoleProps, type WebPreviewContextValue, WebPreviewDialog, type WebPreviewDialogProps, WebPreviewNav, type WebPreviewNavProps, type WebPreviewProps, WebPreviewShell, type WebPreviewShellProps, type WebPreviewTab, WindowBand, type WindowBandPlatform, type WindowBandProps, WindowChrome, type WindowChromeProps, WorkbenchSidePanel, type WorkbenchSidePanelProps, type WorkbenchSidePanelWidth, WorkspaceMigrateConfirm, type WorkspaceMigrateConfirmProps, Zap, ZoomIn, ZoomOut, analyzeSkinCSS, applyTenantTheme, basenameFromLocalPath, catalogInstallStatus, cleanFileLabel, cn, collectMarkdownFileRefs, createRawTokens, createSemanticAdapter, createSpreadsheet, dataSeriesColor, desktopToolStatusLabel, exportSkin, formatExecutionFailure, formatExecutionMeta, formatShortcut, formatShortcutKeys, formatToolMetrics, getCurrentThemeName, getHighlighter, getSemanticAttributes, getTokensCacheKey, glyphColor, glyphStyle, hasSemanticAttributes, hashToDataColor, highlightCode, importSkin, importSkinFromShareUrl, importSkinFromUrl, inferAttachmentMeta, inferFileReferenceMeta, isImeCommitEnter, isMacShortcutPlatform, loadCustomSkins, localMarkdownLinkTarget, normalizePreviewUrl, owFloatingActionClass, parseTenantTheme, ptToPx, readOnlyInput, removeTenantTheme, resolveFileIcon, safeHref, sanitizeSkinCSSBasic, saveCustomSkins, shareSkin, skillAvatarTone, skillGlyph, stripInlineMarkdown, transferExcelToSpreadSheet, updateRowText, useBranding, useClickOutside, useDragReorder, useImeAwareEnter, useInExecutionSummaryBody, useKeyboard, usePopover, useSelectedOptionLocator, useSidebarResize, useTenantTheme, useTheme, useUnifiedTheme };
|
|
10365
|
+
export { ACCOUNT_CREDITS_WARN_RATIO, ActionBar, type ActionBarAction, type ActionBarProps, ActionStatus, type ActionStatusProps, AgentLoopSegment, type AgentLoopSegmentProps, AgentTurn, type AgentTurnProps, AlertCircle, AppLayout, type AppLayoutProps, Archive, Arrow, ArrowDown, ArrowUp, ArtifactCard, type ArtifactCardProps, type ArtifactOpenWithApp, type ArtifactPreviewPanelMode, ArtifactPreviewSidebarView, type ArtifactPreviewSidebarViewProps, type ArtifactPreviewView, ArtifactTrail, AskQuestionCardView, type AskQuestionCardViewProps, type AskQuestionRecapItem, AssistantChannelCard, type AssistantChannelCardProps, type AssistantChannelPlatform, AssistantToggleRow, type AssistantToggleRowProps, Atom, Attachment, AttachmentCard, type AttachmentCardProps, type AttachmentItem, AttachmentList, type AttachmentListProps, type AttachmentMenuOption, type AttachmentOpenOption, type AttachmentProps, type AttachmentStatus, type AttachmentTone, type AttachmentVariant, Attachments, AuthorizationCard, type AuthorizationCardProps, Avatar, type AvatarProps, type AvatarVariant, BEACON_ICON_NAMES, BackButton, type BackButtonProps, BackTop, type BackTopProps, Badge, type BadgeVariant, Banner, type BannerProps, type BannerVariant, BarChart, type BarChartDatum, type BarChartProps, BeaconIcon, type BeaconIconName, type BeaconIconProps, BeaconSpinner, type BeaconSpinnerProps, Bell, Bolt, Brain, Branch, BranchDivider, type BranchDividerProps, type BrandingContextValue, BrandingProvider, BrowserAnnotationPopupView, type BrowserAnnotationPopupViewProps, type BrowserClearDataOptions, type BrowserDevicePreset, BrowserDeviceToolbarView, type BrowserDeviceToolbarViewProps, BrowserFindBarView, type BrowserFindBarViewProps, BrowserImportDialogView, type BrowserImportDialogViewProps, type BrowserImportOptions, type BrowserImportProfile, BrowserLoadErrorView, type BrowserLoadErrorViewProps, BrowserMoreMenuView, type BrowserMoreMenuViewProps, BrowserNavBarView, type BrowserNavBarViewProps, WebPreviewNav as BrowserTabBarView, type WebPreviewNavProps as BrowserTabBarViewProps, type WebPreviewTab as BrowserTabView, Button, type ButtonProps, type ButtonSize, type ButtonVariant, type CSSSafetyReport, Card, CardGridSkeleton, type CardProps, type CardVariant, CatalogEmptyState, type CatalogEmptyStateProps, type ChartSeries, ChatBubble, type ChatBubbleProps, ChatMessage, type ChatMessageProps, ChatThinking, type ChatThinkingProps, Chatbot, type ChatbotProps, Check, CheckCircle, Checkbox, type CheckboxProps, ChevDown, ChevLeft, ChevRight, ChevUp, Chip, type ChipDotTone, type ChipProps, type ChipShape, type ChipTone, Circle, ClipboardList, Clock, Close, CodeBlock, type CodeBlockProps, CodeDiff, type CodeDiffProps, CodePreview, type CodePreviewProps, CommandPalette, type CommandPaletteGroup, type CommandPaletteItem, type CommandPaletteProps, CommentPlus, Compass, Composer, ComposerAudioSpectrum, type ComposerAudioSpectrumProps, ComposerAuthorization, type ComposerAuthorizationOption, type ComposerAuthorizationProps, type ComposerMention, ComposerMentions, type ComposerMentionsProps, ComposerMenu, type ComposerMenuAction, type ComposerMenuGroup, type ComposerMenuItem, ComposerMenuPopover, type ComposerMenuPopoverProps, type ComposerMenuProps, type ComposerMode, ComposerPopover, type ComposerPopoverProps, type ComposerProjectOption, ComposerProjectPicker, type ComposerProjectPickerProps, type ComposerProps, ComposerQueue, type ComposerQueueItem, type ComposerQueueItemKind, type ComposerQueueItemStatus, type ComposerQueueNotice, type ComposerQueueProps, type ComposerQueueTone, type ComposerSubmitState, ComposerVoiceInput, type ComposerVoiceInputProps, CompressionDivider, type CompressionDividerProps, ContentRecommendation, type ContentRecommendationItem, type ContentRecommendationProps, ContextChip, type ContextChipProps, ContextUsage, ContextUsageIndicatorView, type ContextUsageIndicatorViewProps, type ContextUsageProps, Copy, Cpu, CreateProjectDialog, type CreateProjectDialogProps, CsvPreview, type CsvPreviewProps, Cut, DESKTOP_ACCOUNT_MENU_WIDTH, DESKTOP_LOGIN_CLAIM, DESKTOP_LOGIN_CLAIM_NOTE, DROPDOWN_DIVIDER, DS2_SHIKI_THEME_NAME, DataManagementSectionView, type DataManagementSectionViewProps, DataTable, type DataTableAlign, type DataTableColumn, type DataTableDensity, type DataTableProps, type DataTableSort, type DataTableSortDirection, DataTableToolbar, type DataTableToolbarProps, DateDivider, type DateDividerProps, type DesktopAccountMenuCredits, type DesktopAccountMenuPlan, type DesktopAccountMenuUpdate, type DesktopAccountMenuUpdateState, type DesktopAccountMenuUser, DesktopAccountMenuView, type DesktopAccountMenuViewProps, DesktopAgentCardView, type DesktopAgentCardViewProps, DesktopAgentDetailActions, type DesktopAgentDetailActionsProps, type DesktopAgentDetailItemView, DesktopAgentDetailView, type DesktopAgentDetailViewProps, type DesktopAgentMemberView, type DesktopAgentOverviewItemView, type DesktopAgentOverviewLinkView, DesktopAgentOverviewView, DesktopAgentRosterView, type DesktopAgentRosterViewProps, DesktopAppearanceSettings, type DesktopAppearanceSettingsProps, type DesktopAssistantConfigValue, DesktopAssistantConfigView, type DesktopAssistantConfigViewProps, type DesktopAssistantPlatform, type DesktopCatalogActionView, type DesktopCatalogCardMetaItem, DesktopCatalogCardView, type DesktopCatalogCardViewProps, DesktopCatalogDetailActions, type DesktopCatalogDetailActionsProps, DesktopCatalogDetailShell, type DesktopCatalogDetailShellProps, DesktopCatalogGridView, type DesktopCatalogGridViewProps, DesktopCatalogToolbarView, type DesktopCatalogToolbarViewProps, type DesktopChatAgentMessageView, DesktopChatAgentTurnView, type DesktopChatAgentTurnViewProps, type DesktopChatAttachmentView, DesktopChatBranchDivider, type DesktopChatBranchDividerProps, DesktopChatCompressionDivider, type DesktopChatCompressionDividerProps, type DesktopChatContextView, DesktopChatEmptyStateView, type DesktopChatEmptyStateViewProps, DesktopChatHeaderView, type DesktopChatHeaderViewProps, type DesktopChatMessageFeedback, DesktopChatMessageView, type DesktopChatMessageViewProps, DesktopChatReconnectDivider, type DesktopChatReconnectDividerProps, type DesktopChatRunState, DesktopChatUserTurnView, type DesktopChatUserTurnViewProps, DesktopComposer, type DesktopComposerAddAction, type DesktopComposerContext, DesktopComposerModelButton, type DesktopComposerModelButtonProps, type DesktopComposerProps, type DesktopConnectorActionView, DesktopConnectorCardView, type DesktopConnectorCardViewProps, DesktopConnectorDetailView, type DesktopConnectorDetailViewProps, type DesktopConnectorMetaView, type DesktopConnectorToolView, type DesktopConversationGroupView, DesktopConversationView, type DesktopConversationViewProps, type DesktopDetailChipView, DesktopDetailChips, DesktopDetailList, type DesktopDetailListItemView, type DesktopDetailRowView, DesktopDetailRows, DesktopDetailSection, DesktopDetailText, type DesktopFontScale, DesktopHomeView, type DesktopHomeViewProps, DesktopLibraryAuthorizationDialog, type DesktopLibraryAuthorizationDialogProps, type DesktopLibraryAuthorizationScope, DesktopLibraryPageView, type DesktopLibraryPageViewProps, type DesktopLoginQr, type DesktopLoginStage, DesktopLoginView, type DesktopLoginViewProps, type DesktopOnboardingTourRect, type DesktopOnboardingTourStep, DesktopOnboardingTourView, type DesktopOnboardingTourViewProps, DesktopPet, type DesktopPetAnchor, type DesktopPetContentSize, type DesktopPetHandle, type DesktopPetNativeDragEvent, type DesktopPetProps, type DesktopPetSessionBubble, DesktopPetSettings, type DesktopPetSettingsPet, type DesktopPetSettingsProps, type DesktopRunStatusTone, DesktopRunStatusView, type DesktopRunStatusViewProps, DesktopSelectionCard, type DesktopSelectionCardProps, DesktopSettingRow, DesktopSettingSelect, type DesktopSettingsMemoryItem, DesktopSettingsMemorySection, type DesktopSettingsMemorySectionGroup, type DesktopSettingsMemorySectionProps, type DesktopSettingsNavItem, DesktopSettingsView, type DesktopSettingsViewProps, DesktopShareSelectionBarView, type DesktopShareSelectionBarViewProps, type DesktopSidebarNavId, type DesktopSidebarProject, type DesktopSidebarSourceIcon, type DesktopSidebarThread, type DesktopSidebarUpdate, type DesktopSidebarUpdateState, type DesktopSidebarUser, DesktopSidebarView, type DesktopSidebarViewProps, type DesktopSiteItem, type DesktopSiteReleaseItem, DesktopSiteReleasesView, type DesktopSiteReleasesViewProps, DesktopSitesListView, type DesktopSitesListViewProps, type DesktopSkillsCategory, DesktopSkillsPageView, type DesktopSkillsPageViewProps, type DesktopSkillsSection, type DesktopTaskDetailAgent, type DesktopTaskDetailAttachment, type DesktopTaskDetailFileKind, type DesktopTaskDetailStatus, type DesktopTaskDetailStreamItem, type DesktopTaskDetailTodoItem, DesktopTaskDetailView, type DesktopTaskDetailViewProps, type DesktopToolCallInlineStatusMode, type DesktopToolCallListItem, type DesktopToolCallListKind, DesktopToolCallListView, type DesktopToolCallListViewProps, type DesktopToolCallPresentation, type DesktopToolCallStatus, DesktopToolCallView, type DesktopToolCallViewProps, type DesktopUnsupportedToggle, DesktopWorkbenchShell, type DesktopWorkbenchShellProps, type DesktopWorkbenchView, type DesktopWorkspaceConnectorActionView, DesktopWorkspaceConnectorDetailView, type DesktopWorkspaceConnectorDetailViewProps, type DesktopWorkspaceConnectorMetaView, type DesktopWorkspaceConnectorToolView, DesktopWorkspaceEmptyState, type DesktopWorkspaceEmptyStateProps, DesktopWorkspaceEntryRowView, type DesktopWorkspaceEntryRowViewProps, type DesktopWorkspaceEntryView, DesktopWorkspaceMemoryDetailDialog, type DesktopWorkspaceMemoryDetailDialogProps, type DesktopWorkspaceMemoryItem, type DesktopWorkspaceMemorySection, DesktopWorkspaceMemoryView, type DesktopWorkspaceMemoryViewProps, DesktopWorkspacePageView, type DesktopWorkspacePageViewProps, DesktopWorkspaceProjectDetailView, type DesktopWorkspaceProjectDetailViewProps, DesktopWorkspaceProjectRowView, type DesktopWorkspaceProjectRowViewProps, type DesktopWorkspaceTab, type DetailMenuItem, DetailOverflowMenu, DetailPanel, type DetailPanelProps, DetailScaffold, type DetailScaffoldProps, Device, Dialog, type DialogIconTone, type DialogProps, type DialogVariant, DingTalk, DingTalkAi, Dislike, Divider, type DividerProps, Doc, Download, DropZone, type DropZoneProps, Dropdown, type DropdownItem, type DropdownProps, Edit, ElementDispatcher, EmptyState, type EmptyStateProps, type EmptyStateSize, type EmptyStateVariant, ErrorCard, type ErrorCardProps, ErrorCircle, type ExcelTransferOptions, ExecutionDetail, type ExecutionDetailProps, ExecutionSummary, ExecutionSummaryBodyContext, type ExecutionSummaryProps, ExecutionSummaryRow, type ExecutionSummaryTool, FSelect, type FSelectOption, type FSelectProps, type FeedbackCategoryValue, type FeedbackContextMenuAction, FeedbackContextMenuView, type FeedbackContextMenuViewProps, FeedbackDialogView, type FeedbackDialogViewProps, Feishu, Field, type FieldProps, type FieldShellVariants, FileBrowser, type FileBrowserBreadcrumb, type FileBrowserLayout, type FileBrowserProps, FileIcon, type FileIconProps, FilePreviewContentView, type FilePreviewContentViewProps, FilePreviewDialog, type FilePreviewDialogProps, FileReferenceCard, type FileReferenceCardProps, FileReferenceCards, type FileReferenceCardsProps, type FileReferenceItem, type FileReferenceMenuOption, type FileReferenceOpenWithOption, type FileReferenceTone, FileTree, type FileTreeNode, type FileTreeProps, Filter, FilterBar, type FilterBarFilter, type FilterBarProps, Folder, FormField, type FormFieldProps, GLYPH_COLORS, Gauge, Globe, type GlyphColor, GlyphToneProvider, Grid, HOME_STARTER_CAPSULES, Hand, Help, HomeBackdrop, type HomeBackdropProps, IME_COMMIT_GUARD_MS, Icon, type IconName, type IconProps, Icons, Image, ImageCard, type ImageCardProps, ImagePreview, type ImagePreviewItem, type ImagePreviewProps, Info, InfoCircle, InlineMessage, type InlineMessageProps, type InlineMessageTone, type InlineMessageVariant, Input, type InputProps, JumpToLatest, type JumpToLatestProps, Key, KeyValueField, type KeyValueFieldProps, type KeyValuePair, Keyboard, Keycap, KeycapCombo, type KeycapComboProps, type KeycapProps, Layers, Like, LikeFill, ListRow, type ListRowControl, type ListRowDensity, ListRowGroup, type ListRowGroupProps, type ListRowProps, type ListRowSurface, Loader, type LocalImagePreviewResolver, type LocalLinkTargetOptions, type LocalMarkdownPreview, Lock, type LoginProviderKind, type LoginProviderOption, Logout, MENU_DIVIDER, MENU_SEPARATOR, MOUNT_CHIP_CLASS, Mail, Markdown, MarkdownPreview, MarkdownPreviewModalView, type MarkdownPreviewModalViewProps, type MarkdownPreviewProps, type MarkdownProps, Maximize, McpServerListView, type McpServerListViewProps, type McpServerViewModel, type McpServerViewStatus, Memo, Menu, type MenuDividerType, type MenuEntry, type MenuGroupEntry, type MenuItem, type MenuItemType, type MenuItemVariants, type MenuProps, type MenuSeparatorEntry, MenuSurface, type MenuSurfaceProps, type MenuTriggerState, Message, type MessageActionItem, type MessageActionKind, MessageActions, type MessageActionsProps, MessageFeedbackDialog, type MessageFeedbackDialogProps, type MessageFeedbackReasonCode, type MessageFeedbackSubmission, type MessageProps, type MessageType, Mic, ModalityAudio, ModalityImage, ModalityText, ModalityVideo, ModelCatalogErrorState, type ModelCatalogErrorStateProps, type ModelModality, ModelModalityFlow, type ModelModalityFlowProps, ModelPickerList, type ModelPickerListDensity, type ModelPickerListProps, type ModelPickerOption, ModelSelect, type ModelSelectOption, type ModelSelectProps, type ModelThinkingEffort, ModelsSettingsSectionView, type ModelsSettingsSectionViewProps, Moon, More, NAV_MENU_DIVIDER, NativeCheckbox, type NativeCheckboxProps, NativeRadio, type NativeRadioProps, NativeSelect, type NativeSelectProps, NavMenu, type NavMenuDividerType, type NavMenuEntry, type NavMenuItemType, type NavMenuProps, NewTask, NoPlanPanelView, type NoPlanPanelViewProps, Note, NoteCard, type OfficeFileType, OfficePreview, OfficePreviewDialog, type OfficePreviewDialogProps, type OfficePreviewProps, OpenWithButton, type OpenWithButtonProps, OpenWithMenu, type OpenWithMenuProps, OrbitworkDesktopTaskDetailData, OrbitworkDesktopTaskDetailDocument, type OrbitworkIconProps, OrbitworkLockup, type OrbitworkLockupProps, type OrbitworkLockupTheme, OrbitworkLogo, type OrbitworkLogoProps, OrbitworkMark, type OrbitworkMarkProps, type OrbitworkMarkVariant, OrbitworkModal, type OrbitworkModalProps, OrbitworkSkin, PT_TO_PX, Package, PageHead, type PageHeadProps, Pagination, type PaginationProps, PanelFold, PanelSidebar, PanelSidebarCollapse, Paperclip, Pause, PdfPageNav, PdfPreview, PdfPreviewDialog, type PdfPreviewDialogProps, type PdfPreviewProps, type PetAnimation, type PetManifest, type PetPosition, type PetToolbarItem, PlanCard, type PlanCardProps, type PlanCardStep, type PlanChoiceView, PlanFeatureIcon, type PlanFeatureIconKind, type PlanFeatureIconProps, type PlanSettingsChoiceView, PlanSettingsSectionView, type PlanSettingsSectionViewProps, type PlanSettingsStats, Play, Plus, Popover, type PopoverCoords, type PopoverPlacement, type PopoverProps, type PptxElement, type PptxParseResult, PptxSlide, PreviewDialog, type PreviewDialogProps, type PreviewSurface, PreviewSurfaceArea, ProductList, type ProductListItem, ProgressBar, type ProgressBarProps, ProjectSelect, type ProjectSelectProps, Quote, Radio, RadioCardGroup, type RadioCardGroupProps, type RadioCardOption, RadioGroup, type RadioGroupProps, type RadioProps, Refresh, ResolvedTheme, ResourceConfirmation, ResourceDetailView, type ResourceListFailure, type ResourceListFilters, ResourceListView, ResourceNotice, ResourceOverviewView, ResourceReleasesView, type ResourceRow, type ResourceRowAction, ResourceRowActionDialog, type ResourceTab, ResourceWorkbenchView, RichCard, type RichCardProps, type RichCardVariant, RichDetail, RichLink, type RichLinkProps, RichList, type RichListProps, type RichResourceItem, type RichResourceListProps, type RichTextListProps, Rotate, RowOverflowMenu, type RowOverflowMenuItem, SIDE_PANEL_EMPTY_ACTIONS, STATUS_TAG_PRESETS, SandboxPermissionPrompt, type SandboxPermissionPromptData, type SandboxPermissionPromptProps, type ScheduledTaskCardStatus, ScheduledTaskCardView, type ScheduledTaskCardViewModel, type ScheduledTaskCardViewProps, ScheduledTaskDeleteDialog, type ScheduledTaskDeleteDialogProps, type ScheduledTaskDetailModel, type ScheduledTaskDetailStatusKey, ScheduledTaskDetailView, type ScheduledTaskDetailViewProps, type ScheduledTaskRunStatusKey, type ScheduledTaskRunViewModel, ScheduledTasksSpaceView, type ScheduledTasksSpaceViewProps, Search, SearchInput, type SearchInputProps, SearchResult, type SearchResultItem, type SearchResultProps, Section, type SectionProps, SegmentedControl, type SegmentedControlOption, type SegmentedControlProps, type SegmentedControlSize, type SegmentedControlVariant, Select, type SelectOption, type SelectProps, SelectTrigger, type SelectTriggerProps, type SelectedOptionLocatorOptions, SelectionBulkBar, type SelectionBulkBarProps, SeriesChart, type SeriesChartProps, Server, Settings, Share, type ShareAccessScope, type ShareMemberSearch, ShareSettingsDialogView, ShareSettingsEditorView, type ShareSettingsEditorViewProps, type ShareSettingsMember, ShareStrip, type ShareStripProps, type SharedResourceItem, Shield, type ShortcutGroup, ShortcutGroupTable, type ShortcutGroupTableProps, type ShortcutItem, type ShortcutKey, type ShortcutPlatform, ShortcutSheet, type ShortcutSheetProps, SidePanelEmpty, type SidePanelEmptyAction, type SidePanelEmptyProps, Sidebar, SidebarIcon, type SidebarProps, SidebarShell, type SidebarShellProps, SidebarToggle, type SidebarToggleProps, SitesArtifactCardView, type SitesArtifactCardViewProps, Skeleton, type SkeletonProps, Skill, type SkillAvatarGlyph, type SkillAvatarTone, SkillAvatarView, type SkillAvatarViewProps, SkillCardView, type SkillCardViewProps, SkillDetailPanelView, type SkillDetailPanelViewProps, SkillDetailView, type SkillDetailViewProps, SkillImportDialogView, type SkillImportDialogViewProps, type SkillImportItemStatus, SkillImportResultDialogView, type SkillImportResultDialogViewProps, type SkillImportResultItemView, Skills, SkinManager, type Slide, SnapshotContentView, SnapshotImageExportView, type SnapshotMessageView, Sort, Sparkle, Sparkles, Spinner, type SpinnerProps, type SpinnerSize, Splash, type SplashProps, type SpreadsheetInstance, type StarterCapsuleOption, StarterCapsules, type StarterCapsulesProps, StatusTag, type StatusTagPreset, type StatusTagProps, type StatusTagTone, type StepItem, StepList, type StepListProps, type StepStatus, Stop, SubAgentPane, type SubAgentPaneProps, type SubAgentPaneTurn, type SubAgentProcess, type SubAgentProcessStatus, SubAgentThread, type SubAgentThreadProps, SuccessCircle, Sun, Switch, type SwitchProps, type TabItem, Tabs, type TabsProps, type TabsSize, type TabsVariant, Tag, type TagProps, type TagShape, type TagSize, type TagVariant, TaskRef, type TenantBranding, type TenantTheme, type TenantThemeValidationResult, Terminal, TerminalPane, type TerminalPaneProps, TextField, type TextFieldProps, Textarea, type TextareaProps, Theme, type ThemeContextValue, ThemeDemo, ThemeProvider, Thinking, type ThinkingProps, ThreadDot, ThumbsDown, ThumbsUp, TimePicker, type TimePickerProps, TitleBar, type TitleBarPlatform, type TitleBarProps, Toast, type ToastProps, ToastRegion, type ToastRegionProps, type ToastVariant, type TokenizedCode, type ToolArtifactView, ToolCallRow, type ToolCallRowProps, type ToolCallRowState, ToolDetailModalView, type ToolDetailModalViewProps, type ToolDetailStatus, Tooltip, type TooltipAlign, type TooltipProps, type TooltipSide, TraceDot, Transcript, type TranscriptMode, type TranscriptProps, TranscriptSpine, type TranscriptSpineProps, type TranscriptSurface, type TranscriptToolCall, type TranscriptTurn, Trash, type UnifiedTheme, UninstallConfirmDialog, UnreadDivider, type UnreadDividerProps, Usage, type UseSidebarResizeOptions, type UseSidebarResizeReturn, UserTurn, type UserTurnProps, Volume, type WCardAction, WCardShell, type WCardShellProps, WORKBENCH_SIDE_PANEL_WIDTH, WarningTriangle, WeCom, WebPreview, WebPreviewBody, type WebPreviewBodyProps, WebPreviewConsole, type WebPreviewConsoleEntry, type WebPreviewConsoleLevel, type WebPreviewConsoleEntry as WebPreviewConsoleLog, type WebPreviewConsoleProps, type WebPreviewContextValue, WebPreviewDialog, type WebPreviewDialogProps, WebPreviewNav, type WebPreviewNavProps, type WebPreviewProps, WebPreviewShell, type WebPreviewShellProps, type WebPreviewTab, WindowBand, type WindowBandPlatform, type WindowBandProps, WindowChrome, type WindowChromeProps, WorkbenchSidePanel, type WorkbenchSidePanelProps, type WorkbenchSidePanelWidth, WorkspaceMigrateConfirm, type WorkspaceMigrateConfirmProps, Zap, ZoomIn, ZoomOut, analyzeSkinCSS, applyTenantTheme, basenameFromLocalPath, catalogInstallStatus, cleanFileLabel, cn, collectMarkdownFileRefs, createRawTokens, createSemanticAdapter, createSpreadsheet, dataSeriesColor, desktopToolStatusLabel, exportSkin, findFixedOffsetAncestor, formatExecutionFailure, formatExecutionMeta, formatShortcut, formatShortcutKeys, formatToolMetrics, getCurrentThemeName, getHighlighter, getSemanticAttributes, getTokensCacheKey, glyphColor, glyphStyle, hasSemanticAttributes, hashToDataColor, highlightCode, importSkin, importSkinFromShareUrl, importSkinFromUrl, inferAttachmentMeta, inferFileReferenceMeta, isImeCommitEnter, isMacShortcutPlatform, loadCustomSkins, localMarkdownLinkTarget, normalizePreviewUrl, owFloatingActionClass, parseTenantTheme, ptToPx, readOnlyInput, removeTenantTheme, resolveFileIcon, safeHref, sanitizeSkinCSSBasic, saveCustomSkins, shareSkin, skillAvatarTone, skillGlyph, stripInlineMarkdown, transferExcelToSpreadSheet, updateRowText, useBranding, useClickOutside, useDragReorder, useImeAwareEnter, useInExecutionSummaryBody, useKeyboard, usePopover, useSelectedOptionLocator, useSidebarResize, useTenantTheme, useTheme, useUnifiedTheme };
|
package/dist/index.d.ts
CHANGED
|
@@ -459,6 +459,12 @@ type MenuProps = Omit<MenuSurfaceProps, "portal" | "autoFocus" | "onClose" | "su
|
|
|
459
459
|
* R3 中性件:不带信标、不带荧黄;空态母题走 `EmptyState` 原语的 `size="sm"` 紧凑档。
|
|
460
460
|
*/
|
|
461
461
|
declare function Menu({ trigger, open: openProp, onOpenChange, closeOnSelect, triggerClassName, onSelect, ...surfaceProps }: MenuProps): react.JSX.Element;
|
|
462
|
+
/**
|
|
463
|
+
* 向上找最近的带 transform/perspective/filter/will-change 的祖先 —— 它会给
|
|
464
|
+
* fixed 元素造出新的包含块,让坐标不再相对视口。没有就返回 null。
|
|
465
|
+
* (Select 的 portal 菜单量位也复用这个。)
|
|
466
|
+
*/
|
|
467
|
+
declare function findFixedOffsetAncestor(el: HTMLElement): HTMLElement | null;
|
|
462
468
|
|
|
463
469
|
/**
|
|
464
470
|
* Dropdown — 兼容导出(@deprecated · DS 2.0 蓝图批次② 合并件)。
|
|
@@ -2273,6 +2279,8 @@ declare const AlertCircle: (p: IconProps) => react.JSX.Element;
|
|
|
2273
2279
|
/** 目录/面板折叠图标:圆角矩形 + 左侧栏分隔线 */
|
|
2274
2280
|
declare const PanelFold: (p: IconProps) => react.JSX.Element;
|
|
2275
2281
|
declare const DingTalk: (p: IconProps) => react.JSX.Element;
|
|
2282
|
+
/** 钉钉 AI 伙伴:同 DingTalk 几何,fill 换 #1677FF 作同族第二色区分(登录页双钉钉入口用)。 */
|
|
2283
|
+
declare const DingTalkAi: (p: IconProps) => react.JSX.Element;
|
|
2276
2284
|
declare const Feishu: (p: IconProps) => react.JSX.Element;
|
|
2277
2285
|
declare const WeCom: (p: IconProps) => react.JSX.Element;
|
|
2278
2286
|
declare const CommentPlus: (p: IconProps) => react.JSX.Element;
|
|
@@ -2366,6 +2374,7 @@ declare const Icons: {
|
|
|
2366
2374
|
readonly Skills: (p: IconProps) => react.JSX.Element;
|
|
2367
2375
|
readonly AlertCircle: (p: IconProps) => react.JSX.Element;
|
|
2368
2376
|
readonly DingTalk: (p: IconProps) => react.JSX.Element;
|
|
2377
|
+
readonly DingTalkAi: (p: IconProps) => react.JSX.Element;
|
|
2369
2378
|
readonly Feishu: (p: IconProps) => react.JSX.Element;
|
|
2370
2379
|
readonly WeCom: (p: IconProps) => react.JSX.Element;
|
|
2371
2380
|
readonly CommentPlus: (p: IconProps) => react.JSX.Element;
|
|
@@ -7458,10 +7467,12 @@ declare function DesktopLibraryAuthorizationDialog({ open, appName, appIcon, app
|
|
|
7458
7467
|
interface DesktopLibraryPageViewProps {
|
|
7459
7468
|
loading?: boolean;
|
|
7460
7469
|
error?: string | null;
|
|
7470
|
+
authorizationRequired?: boolean;
|
|
7471
|
+
onRequestAuthorization?: () => void;
|
|
7461
7472
|
webviewHostRef?: Ref<HTMLDivElement>;
|
|
7462
7473
|
}
|
|
7463
7474
|
/** Full-bleed surface for the installed library plugin's isolated webview. */
|
|
7464
|
-
declare function DesktopLibraryPageView({ loading, error, webviewHostRef, }: DesktopLibraryPageViewProps): React.ReactElement;
|
|
7475
|
+
declare function DesktopLibraryPageView({ loading, error, authorizationRequired, onRequestAuthorization, webviewHostRef, }: DesktopLibraryPageViewProps): React.ReactElement;
|
|
7465
7476
|
|
|
7466
7477
|
/** 一步引导:标题 + 一句正文 + 锚点键(宿主按 `[data-tour-anchor]` 量 rect)。 */
|
|
7467
7478
|
type DesktopOnboardingTourStep = {
|
|
@@ -8021,6 +8032,12 @@ interface DesktopSidebarViewProps {
|
|
|
8021
8032
|
* 宿主 `features/sidebar/Sidebar.tsx` 补 `view === 'home' → 'new'` 即可,见交接单。
|
|
8022
8033
|
*/
|
|
8023
8034
|
activeNav?: DesktopSidebarNavId;
|
|
8035
|
+
/**
|
|
8036
|
+
* 首次会话列表加载中(宿主 `loadSessions` 首轮)。为 true 且还没有任何会话行时,
|
|
8037
|
+
* 列表区出品牌 mark + spinner 的启动态,而不是一块空白——首屏读得出「在加载」
|
|
8038
|
+
* 而不是「没有会话」。分页/刷新加载不改变此值(那是 `loadingMore` 的语义)。
|
|
8039
|
+
*/
|
|
8040
|
+
sessionsLoading?: boolean;
|
|
8024
8041
|
/**
|
|
8025
8042
|
* 是否在导航里出「我的空间」(A11-B1 · 裁决 16)。
|
|
8026
8043
|
*
|
|
@@ -10345,4 +10362,4 @@ declare function cleanFileLabel(label: string, path: string): string;
|
|
|
10345
10362
|
declare function basenameFromLocalPath(path: string): string;
|
|
10346
10363
|
declare function collectMarkdownFileRefs(text: string, seen: Set<string>, refs: AttachmentItem[], options?: LocalLinkTargetOptions): void;
|
|
10347
10364
|
|
|
10348
|
-
export { ACCOUNT_CREDITS_WARN_RATIO, ActionBar, type ActionBarAction, type ActionBarProps, ActionStatus, type ActionStatusProps, AgentLoopSegment, type AgentLoopSegmentProps, AgentTurn, type AgentTurnProps, AlertCircle, AppLayout, type AppLayoutProps, Archive, Arrow, ArrowDown, ArrowUp, ArtifactCard, type ArtifactCardProps, type ArtifactOpenWithApp, type ArtifactPreviewPanelMode, ArtifactPreviewSidebarView, type ArtifactPreviewSidebarViewProps, type ArtifactPreviewView, ArtifactTrail, AskQuestionCardView, type AskQuestionCardViewProps, type AskQuestionRecapItem, AssistantChannelCard, type AssistantChannelCardProps, type AssistantChannelPlatform, AssistantToggleRow, type AssistantToggleRowProps, Atom, Attachment, AttachmentCard, type AttachmentCardProps, type AttachmentItem, AttachmentList, type AttachmentListProps, type AttachmentMenuOption, type AttachmentOpenOption, type AttachmentProps, type AttachmentStatus, type AttachmentTone, type AttachmentVariant, Attachments, AuthorizationCard, type AuthorizationCardProps, Avatar, type AvatarProps, type AvatarVariant, BEACON_ICON_NAMES, BackButton, type BackButtonProps, BackTop, type BackTopProps, Badge, type BadgeVariant, Banner, type BannerProps, type BannerVariant, BarChart, type BarChartDatum, type BarChartProps, BeaconIcon, type BeaconIconName, type BeaconIconProps, BeaconSpinner, type BeaconSpinnerProps, Bell, Bolt, Brain, Branch, BranchDivider, type BranchDividerProps, type BrandingContextValue, BrandingProvider, BrowserAnnotationPopupView, type BrowserAnnotationPopupViewProps, type BrowserClearDataOptions, type BrowserDevicePreset, BrowserDeviceToolbarView, type BrowserDeviceToolbarViewProps, BrowserFindBarView, type BrowserFindBarViewProps, BrowserImportDialogView, type BrowserImportDialogViewProps, type BrowserImportOptions, type BrowserImportProfile, BrowserLoadErrorView, type BrowserLoadErrorViewProps, BrowserMoreMenuView, type BrowserMoreMenuViewProps, BrowserNavBarView, type BrowserNavBarViewProps, WebPreviewNav as BrowserTabBarView, type WebPreviewNavProps as BrowserTabBarViewProps, type WebPreviewTab as BrowserTabView, Button, type ButtonProps, type ButtonSize, type ButtonVariant, type CSSSafetyReport, Card, CardGridSkeleton, type CardProps, type CardVariant, CatalogEmptyState, type CatalogEmptyStateProps, type ChartSeries, ChatBubble, type ChatBubbleProps, ChatMessage, type ChatMessageProps, ChatThinking, type ChatThinkingProps, Chatbot, type ChatbotProps, Check, CheckCircle, Checkbox, type CheckboxProps, ChevDown, ChevLeft, ChevRight, ChevUp, Chip, type ChipDotTone, type ChipProps, type ChipShape, type ChipTone, Circle, ClipboardList, Clock, Close, CodeBlock, type CodeBlockProps, CodeDiff, type CodeDiffProps, CodePreview, type CodePreviewProps, CommandPalette, type CommandPaletteGroup, type CommandPaletteItem, type CommandPaletteProps, CommentPlus, Compass, Composer, ComposerAudioSpectrum, type ComposerAudioSpectrumProps, ComposerAuthorization, type ComposerAuthorizationOption, type ComposerAuthorizationProps, type ComposerMention, ComposerMentions, type ComposerMentionsProps, ComposerMenu, type ComposerMenuAction, type ComposerMenuGroup, type ComposerMenuItem, ComposerMenuPopover, type ComposerMenuPopoverProps, type ComposerMenuProps, type ComposerMode, ComposerPopover, type ComposerPopoverProps, type ComposerProjectOption, ComposerProjectPicker, type ComposerProjectPickerProps, type ComposerProps, ComposerQueue, type ComposerQueueItem, type ComposerQueueItemKind, type ComposerQueueItemStatus, type ComposerQueueNotice, type ComposerQueueProps, type ComposerQueueTone, type ComposerSubmitState, ComposerVoiceInput, type ComposerVoiceInputProps, CompressionDivider, type CompressionDividerProps, ContentRecommendation, type ContentRecommendationItem, type ContentRecommendationProps, ContextChip, type ContextChipProps, ContextUsage, ContextUsageIndicatorView, type ContextUsageIndicatorViewProps, type ContextUsageProps, Copy, Cpu, CreateProjectDialog, type CreateProjectDialogProps, CsvPreview, type CsvPreviewProps, Cut, DESKTOP_ACCOUNT_MENU_WIDTH, DESKTOP_LOGIN_CLAIM, DESKTOP_LOGIN_CLAIM_NOTE, DROPDOWN_DIVIDER, DS2_SHIKI_THEME_NAME, DataManagementSectionView, type DataManagementSectionViewProps, DataTable, type DataTableAlign, type DataTableColumn, type DataTableDensity, type DataTableProps, type DataTableSort, type DataTableSortDirection, DataTableToolbar, type DataTableToolbarProps, DateDivider, type DateDividerProps, type DesktopAccountMenuCredits, type DesktopAccountMenuPlan, type DesktopAccountMenuUpdate, type DesktopAccountMenuUpdateState, type DesktopAccountMenuUser, DesktopAccountMenuView, type DesktopAccountMenuViewProps, DesktopAgentCardView, type DesktopAgentCardViewProps, DesktopAgentDetailActions, type DesktopAgentDetailActionsProps, type DesktopAgentDetailItemView, DesktopAgentDetailView, type DesktopAgentDetailViewProps, type DesktopAgentMemberView, type DesktopAgentOverviewItemView, type DesktopAgentOverviewLinkView, DesktopAgentOverviewView, DesktopAgentRosterView, type DesktopAgentRosterViewProps, DesktopAppearanceSettings, type DesktopAppearanceSettingsProps, type DesktopAssistantConfigValue, DesktopAssistantConfigView, type DesktopAssistantConfigViewProps, type DesktopAssistantPlatform, type DesktopCatalogActionView, type DesktopCatalogCardMetaItem, DesktopCatalogCardView, type DesktopCatalogCardViewProps, DesktopCatalogDetailActions, type DesktopCatalogDetailActionsProps, DesktopCatalogDetailShell, type DesktopCatalogDetailShellProps, DesktopCatalogGridView, type DesktopCatalogGridViewProps, DesktopCatalogToolbarView, type DesktopCatalogToolbarViewProps, type DesktopChatAgentMessageView, DesktopChatAgentTurnView, type DesktopChatAgentTurnViewProps, type DesktopChatAttachmentView, DesktopChatBranchDivider, type DesktopChatBranchDividerProps, DesktopChatCompressionDivider, type DesktopChatCompressionDividerProps, type DesktopChatContextView, DesktopChatEmptyStateView, type DesktopChatEmptyStateViewProps, DesktopChatHeaderView, type DesktopChatHeaderViewProps, type DesktopChatMessageFeedback, DesktopChatMessageView, type DesktopChatMessageViewProps, DesktopChatReconnectDivider, type DesktopChatReconnectDividerProps, type DesktopChatRunState, DesktopChatUserTurnView, type DesktopChatUserTurnViewProps, DesktopComposer, type DesktopComposerAddAction, type DesktopComposerContext, DesktopComposerModelButton, type DesktopComposerModelButtonProps, type DesktopComposerProps, type DesktopConnectorActionView, DesktopConnectorCardView, type DesktopConnectorCardViewProps, DesktopConnectorDetailView, type DesktopConnectorDetailViewProps, type DesktopConnectorMetaView, type DesktopConnectorToolView, type DesktopConversationGroupView, DesktopConversationView, type DesktopConversationViewProps, type DesktopDetailChipView, DesktopDetailChips, DesktopDetailList, type DesktopDetailListItemView, type DesktopDetailRowView, DesktopDetailRows, DesktopDetailSection, DesktopDetailText, type DesktopFontScale, DesktopHomeView, type DesktopHomeViewProps, DesktopLibraryAuthorizationDialog, type DesktopLibraryAuthorizationDialogProps, type DesktopLibraryAuthorizationScope, DesktopLibraryPageView, type DesktopLibraryPageViewProps, type DesktopLoginQr, type DesktopLoginStage, DesktopLoginView, type DesktopLoginViewProps, type DesktopOnboardingTourRect, type DesktopOnboardingTourStep, DesktopOnboardingTourView, type DesktopOnboardingTourViewProps, DesktopPet, type DesktopPetAnchor, type DesktopPetContentSize, type DesktopPetHandle, type DesktopPetNativeDragEvent, type DesktopPetProps, type DesktopPetSessionBubble, DesktopPetSettings, type DesktopPetSettingsPet, type DesktopPetSettingsProps, type DesktopRunStatusTone, DesktopRunStatusView, type DesktopRunStatusViewProps, DesktopSelectionCard, type DesktopSelectionCardProps, DesktopSettingRow, DesktopSettingSelect, type DesktopSettingsMemoryItem, DesktopSettingsMemorySection, type DesktopSettingsMemorySectionGroup, type DesktopSettingsMemorySectionProps, type DesktopSettingsNavItem, DesktopSettingsView, type DesktopSettingsViewProps, DesktopShareSelectionBarView, type DesktopShareSelectionBarViewProps, type DesktopSidebarNavId, type DesktopSidebarProject, type DesktopSidebarSourceIcon, type DesktopSidebarThread, type DesktopSidebarUpdate, type DesktopSidebarUpdateState, type DesktopSidebarUser, DesktopSidebarView, type DesktopSidebarViewProps, type DesktopSiteItem, type DesktopSiteReleaseItem, DesktopSiteReleasesView, type DesktopSiteReleasesViewProps, DesktopSitesListView, type DesktopSitesListViewProps, type DesktopSkillsCategory, DesktopSkillsPageView, type DesktopSkillsPageViewProps, type DesktopSkillsSection, type DesktopTaskDetailAgent, type DesktopTaskDetailAttachment, type DesktopTaskDetailFileKind, type DesktopTaskDetailStatus, type DesktopTaskDetailStreamItem, type DesktopTaskDetailTodoItem, DesktopTaskDetailView, type DesktopTaskDetailViewProps, type DesktopToolCallInlineStatusMode, type DesktopToolCallListItem, type DesktopToolCallListKind, DesktopToolCallListView, type DesktopToolCallListViewProps, type DesktopToolCallPresentation, type DesktopToolCallStatus, DesktopToolCallView, type DesktopToolCallViewProps, type DesktopUnsupportedToggle, DesktopWorkbenchShell, type DesktopWorkbenchShellProps, type DesktopWorkbenchView, type DesktopWorkspaceConnectorActionView, DesktopWorkspaceConnectorDetailView, type DesktopWorkspaceConnectorDetailViewProps, type DesktopWorkspaceConnectorMetaView, type DesktopWorkspaceConnectorToolView, DesktopWorkspaceEmptyState, type DesktopWorkspaceEmptyStateProps, DesktopWorkspaceEntryRowView, type DesktopWorkspaceEntryRowViewProps, type DesktopWorkspaceEntryView, DesktopWorkspaceMemoryDetailDialog, type DesktopWorkspaceMemoryDetailDialogProps, type DesktopWorkspaceMemoryItem, type DesktopWorkspaceMemorySection, DesktopWorkspaceMemoryView, type DesktopWorkspaceMemoryViewProps, DesktopWorkspacePageView, type DesktopWorkspacePageViewProps, DesktopWorkspaceProjectDetailView, type DesktopWorkspaceProjectDetailViewProps, DesktopWorkspaceProjectRowView, type DesktopWorkspaceProjectRowViewProps, type DesktopWorkspaceTab, type DetailMenuItem, DetailOverflowMenu, DetailPanel, type DetailPanelProps, DetailScaffold, type DetailScaffoldProps, Device, Dialog, type DialogIconTone, type DialogProps, type DialogVariant, DingTalk, Dislike, Divider, type DividerProps, Doc, Download, DropZone, type DropZoneProps, Dropdown, type DropdownItem, type DropdownProps, Edit, ElementDispatcher, EmptyState, type EmptyStateProps, type EmptyStateSize, type EmptyStateVariant, ErrorCard, type ErrorCardProps, ErrorCircle, type ExcelTransferOptions, ExecutionDetail, type ExecutionDetailProps, ExecutionSummary, ExecutionSummaryBodyContext, type ExecutionSummaryProps, ExecutionSummaryRow, type ExecutionSummaryTool, FSelect, type FSelectOption, type FSelectProps, type FeedbackCategoryValue, type FeedbackContextMenuAction, FeedbackContextMenuView, type FeedbackContextMenuViewProps, FeedbackDialogView, type FeedbackDialogViewProps, Feishu, Field, type FieldProps, type FieldShellVariants, FileBrowser, type FileBrowserBreadcrumb, type FileBrowserLayout, type FileBrowserProps, FileIcon, type FileIconProps, FilePreviewContentView, type FilePreviewContentViewProps, FilePreviewDialog, type FilePreviewDialogProps, FileReferenceCard, type FileReferenceCardProps, FileReferenceCards, type FileReferenceCardsProps, type FileReferenceItem, type FileReferenceMenuOption, type FileReferenceOpenWithOption, type FileReferenceTone, FileTree, type FileTreeNode, type FileTreeProps, Filter, FilterBar, type FilterBarFilter, type FilterBarProps, Folder, FormField, type FormFieldProps, GLYPH_COLORS, Gauge, Globe, type GlyphColor, GlyphToneProvider, Grid, HOME_STARTER_CAPSULES, Hand, Help, HomeBackdrop, type HomeBackdropProps, IME_COMMIT_GUARD_MS, Icon, type IconName, type IconProps, Icons, Image, ImageCard, type ImageCardProps, ImagePreview, type ImagePreviewItem, type ImagePreviewProps, Info, InfoCircle, InlineMessage, type InlineMessageProps, type InlineMessageTone, type InlineMessageVariant, Input, type InputProps, JumpToLatest, type JumpToLatestProps, Key, KeyValueField, type KeyValueFieldProps, type KeyValuePair, Keyboard, Keycap, KeycapCombo, type KeycapComboProps, type KeycapProps, Layers, Like, LikeFill, ListRow, type ListRowControl, type ListRowDensity, ListRowGroup, type ListRowGroupProps, type ListRowProps, type ListRowSurface, Loader, type LocalImagePreviewResolver, type LocalLinkTargetOptions, type LocalMarkdownPreview, Lock, type LoginProviderKind, type LoginProviderOption, Logout, MENU_DIVIDER, MENU_SEPARATOR, MOUNT_CHIP_CLASS, Mail, Markdown, MarkdownPreview, MarkdownPreviewModalView, type MarkdownPreviewModalViewProps, type MarkdownPreviewProps, type MarkdownProps, Maximize, McpServerListView, type McpServerListViewProps, type McpServerViewModel, type McpServerViewStatus, Memo, Menu, type MenuDividerType, type MenuEntry, type MenuGroupEntry, type MenuItem, type MenuItemType, type MenuItemVariants, type MenuProps, type MenuSeparatorEntry, MenuSurface, type MenuSurfaceProps, type MenuTriggerState, Message, type MessageActionItem, type MessageActionKind, MessageActions, type MessageActionsProps, MessageFeedbackDialog, type MessageFeedbackDialogProps, type MessageFeedbackReasonCode, type MessageFeedbackSubmission, type MessageProps, type MessageType, Mic, ModalityAudio, ModalityImage, ModalityText, ModalityVideo, ModelCatalogErrorState, type ModelCatalogErrorStateProps, type ModelModality, ModelModalityFlow, type ModelModalityFlowProps, ModelPickerList, type ModelPickerListDensity, type ModelPickerListProps, type ModelPickerOption, ModelSelect, type ModelSelectOption, type ModelSelectProps, type ModelThinkingEffort, ModelsSettingsSectionView, type ModelsSettingsSectionViewProps, Moon, More, NAV_MENU_DIVIDER, NativeCheckbox, type NativeCheckboxProps, NativeRadio, type NativeRadioProps, NativeSelect, type NativeSelectProps, NavMenu, type NavMenuDividerType, type NavMenuEntry, type NavMenuItemType, type NavMenuProps, NewTask, NoPlanPanelView, type NoPlanPanelViewProps, Note, NoteCard, type OfficeFileType, OfficePreview, OfficePreviewDialog, type OfficePreviewDialogProps, type OfficePreviewProps, OpenWithButton, type OpenWithButtonProps, OpenWithMenu, type OpenWithMenuProps, OrbitworkDesktopTaskDetailData, OrbitworkDesktopTaskDetailDocument, type OrbitworkIconProps, OrbitworkLockup, type OrbitworkLockupProps, type OrbitworkLockupTheme, OrbitworkLogo, type OrbitworkLogoProps, OrbitworkMark, type OrbitworkMarkProps, type OrbitworkMarkVariant, OrbitworkModal, type OrbitworkModalProps, OrbitworkSkin, PT_TO_PX, Package, PageHead, type PageHeadProps, Pagination, type PaginationProps, PanelFold, PanelSidebar, PanelSidebarCollapse, Paperclip, Pause, PdfPageNav, PdfPreview, PdfPreviewDialog, type PdfPreviewDialogProps, type PdfPreviewProps, type PetAnimation, type PetManifest, type PetPosition, type PetToolbarItem, PlanCard, type PlanCardProps, type PlanCardStep, type PlanChoiceView, PlanFeatureIcon, type PlanFeatureIconKind, type PlanFeatureIconProps, type PlanSettingsChoiceView, PlanSettingsSectionView, type PlanSettingsSectionViewProps, type PlanSettingsStats, Play, Plus, Popover, type PopoverCoords, type PopoverPlacement, type PopoverProps, type PptxElement, type PptxParseResult, PptxSlide, PreviewDialog, type PreviewDialogProps, type PreviewSurface, PreviewSurfaceArea, ProductList, type ProductListItem, ProgressBar, type ProgressBarProps, ProjectSelect, type ProjectSelectProps, Quote, Radio, RadioCardGroup, type RadioCardGroupProps, type RadioCardOption, RadioGroup, type RadioGroupProps, type RadioProps, Refresh, ResolvedTheme, ResourceConfirmation, ResourceDetailView, type ResourceListFailure, type ResourceListFilters, ResourceListView, ResourceNotice, ResourceOverviewView, ResourceReleasesView, type ResourceRow, type ResourceRowAction, ResourceRowActionDialog, type ResourceTab, ResourceWorkbenchView, RichCard, type RichCardProps, type RichCardVariant, RichDetail, RichLink, type RichLinkProps, RichList, type RichListProps, type RichResourceItem, type RichResourceListProps, type RichTextListProps, Rotate, RowOverflowMenu, type RowOverflowMenuItem, SIDE_PANEL_EMPTY_ACTIONS, STATUS_TAG_PRESETS, SandboxPermissionPrompt, type SandboxPermissionPromptData, type SandboxPermissionPromptProps, type ScheduledTaskCardStatus, ScheduledTaskCardView, type ScheduledTaskCardViewModel, type ScheduledTaskCardViewProps, ScheduledTaskDeleteDialog, type ScheduledTaskDeleteDialogProps, type ScheduledTaskDetailModel, type ScheduledTaskDetailStatusKey, ScheduledTaskDetailView, type ScheduledTaskDetailViewProps, type ScheduledTaskRunStatusKey, type ScheduledTaskRunViewModel, ScheduledTasksSpaceView, type ScheduledTasksSpaceViewProps, Search, SearchInput, type SearchInputProps, SearchResult, type SearchResultItem, type SearchResultProps, Section, type SectionProps, SegmentedControl, type SegmentedControlOption, type SegmentedControlProps, type SegmentedControlSize, type SegmentedControlVariant, Select, type SelectOption, type SelectProps, SelectTrigger, type SelectTriggerProps, type SelectedOptionLocatorOptions, SelectionBulkBar, type SelectionBulkBarProps, SeriesChart, type SeriesChartProps, Server, Settings, Share, type ShareAccessScope, type ShareMemberSearch, ShareSettingsDialogView, ShareSettingsEditorView, type ShareSettingsEditorViewProps, type ShareSettingsMember, ShareStrip, type ShareStripProps, type SharedResourceItem, Shield, type ShortcutGroup, ShortcutGroupTable, type ShortcutGroupTableProps, type ShortcutItem, type ShortcutKey, type ShortcutPlatform, ShortcutSheet, type ShortcutSheetProps, SidePanelEmpty, type SidePanelEmptyAction, type SidePanelEmptyProps, Sidebar, SidebarIcon, type SidebarProps, SidebarShell, type SidebarShellProps, SidebarToggle, type SidebarToggleProps, SitesArtifactCardView, type SitesArtifactCardViewProps, Skeleton, type SkeletonProps, Skill, type SkillAvatarGlyph, type SkillAvatarTone, SkillAvatarView, type SkillAvatarViewProps, SkillCardView, type SkillCardViewProps, SkillDetailPanelView, type SkillDetailPanelViewProps, SkillDetailView, type SkillDetailViewProps, SkillImportDialogView, type SkillImportDialogViewProps, type SkillImportItemStatus, SkillImportResultDialogView, type SkillImportResultDialogViewProps, type SkillImportResultItemView, Skills, SkinManager, type Slide, SnapshotContentView, SnapshotImageExportView, type SnapshotMessageView, Sort, Sparkle, Sparkles, Spinner, type SpinnerProps, type SpinnerSize, Splash, type SplashProps, type SpreadsheetInstance, type StarterCapsuleOption, StarterCapsules, type StarterCapsulesProps, StatusTag, type StatusTagPreset, type StatusTagProps, type StatusTagTone, type StepItem, StepList, type StepListProps, type StepStatus, Stop, SubAgentPane, type SubAgentPaneProps, type SubAgentPaneTurn, type SubAgentProcess, type SubAgentProcessStatus, SubAgentThread, type SubAgentThreadProps, SuccessCircle, Sun, Switch, type SwitchProps, type TabItem, Tabs, type TabsProps, type TabsSize, type TabsVariant, Tag, type TagProps, type TagShape, type TagSize, type TagVariant, TaskRef, type TenantBranding, type TenantTheme, type TenantThemeValidationResult, Terminal, TerminalPane, type TerminalPaneProps, TextField, type TextFieldProps, Textarea, type TextareaProps, Theme, type ThemeContextValue, ThemeDemo, ThemeProvider, Thinking, type ThinkingProps, ThreadDot, ThumbsDown, ThumbsUp, TimePicker, type TimePickerProps, TitleBar, type TitleBarPlatform, type TitleBarProps, Toast, type ToastProps, ToastRegion, type ToastRegionProps, type ToastVariant, type TokenizedCode, type ToolArtifactView, ToolCallRow, type ToolCallRowProps, type ToolCallRowState, ToolDetailModalView, type ToolDetailModalViewProps, type ToolDetailStatus, Tooltip, type TooltipAlign, type TooltipProps, type TooltipSide, TraceDot, Transcript, type TranscriptMode, type TranscriptProps, TranscriptSpine, type TranscriptSpineProps, type TranscriptSurface, type TranscriptToolCall, type TranscriptTurn, Trash, type UnifiedTheme, UninstallConfirmDialog, UnreadDivider, type UnreadDividerProps, Usage, type UseSidebarResizeOptions, type UseSidebarResizeReturn, UserTurn, type UserTurnProps, Volume, type WCardAction, WCardShell, type WCardShellProps, WORKBENCH_SIDE_PANEL_WIDTH, WarningTriangle, WeCom, WebPreview, WebPreviewBody, type WebPreviewBodyProps, WebPreviewConsole, type WebPreviewConsoleEntry, type WebPreviewConsoleLevel, type WebPreviewConsoleEntry as WebPreviewConsoleLog, type WebPreviewConsoleProps, type WebPreviewContextValue, WebPreviewDialog, type WebPreviewDialogProps, WebPreviewNav, type WebPreviewNavProps, type WebPreviewProps, WebPreviewShell, type WebPreviewShellProps, type WebPreviewTab, WindowBand, type WindowBandPlatform, type WindowBandProps, WindowChrome, type WindowChromeProps, WorkbenchSidePanel, type WorkbenchSidePanelProps, type WorkbenchSidePanelWidth, WorkspaceMigrateConfirm, type WorkspaceMigrateConfirmProps, Zap, ZoomIn, ZoomOut, analyzeSkinCSS, applyTenantTheme, basenameFromLocalPath, catalogInstallStatus, cleanFileLabel, cn, collectMarkdownFileRefs, createRawTokens, createSemanticAdapter, createSpreadsheet, dataSeriesColor, desktopToolStatusLabel, exportSkin, formatExecutionFailure, formatExecutionMeta, formatShortcut, formatShortcutKeys, formatToolMetrics, getCurrentThemeName, getHighlighter, getSemanticAttributes, getTokensCacheKey, glyphColor, glyphStyle, hasSemanticAttributes, hashToDataColor, highlightCode, importSkin, importSkinFromShareUrl, importSkinFromUrl, inferAttachmentMeta, inferFileReferenceMeta, isImeCommitEnter, isMacShortcutPlatform, loadCustomSkins, localMarkdownLinkTarget, normalizePreviewUrl, owFloatingActionClass, parseTenantTheme, ptToPx, readOnlyInput, removeTenantTheme, resolveFileIcon, safeHref, sanitizeSkinCSSBasic, saveCustomSkins, shareSkin, skillAvatarTone, skillGlyph, stripInlineMarkdown, transferExcelToSpreadSheet, updateRowText, useBranding, useClickOutside, useDragReorder, useImeAwareEnter, useInExecutionSummaryBody, useKeyboard, usePopover, useSelectedOptionLocator, useSidebarResize, useTenantTheme, useTheme, useUnifiedTheme };
|
|
10365
|
+
export { ACCOUNT_CREDITS_WARN_RATIO, ActionBar, type ActionBarAction, type ActionBarProps, ActionStatus, type ActionStatusProps, AgentLoopSegment, type AgentLoopSegmentProps, AgentTurn, type AgentTurnProps, AlertCircle, AppLayout, type AppLayoutProps, Archive, Arrow, ArrowDown, ArrowUp, ArtifactCard, type ArtifactCardProps, type ArtifactOpenWithApp, type ArtifactPreviewPanelMode, ArtifactPreviewSidebarView, type ArtifactPreviewSidebarViewProps, type ArtifactPreviewView, ArtifactTrail, AskQuestionCardView, type AskQuestionCardViewProps, type AskQuestionRecapItem, AssistantChannelCard, type AssistantChannelCardProps, type AssistantChannelPlatform, AssistantToggleRow, type AssistantToggleRowProps, Atom, Attachment, AttachmentCard, type AttachmentCardProps, type AttachmentItem, AttachmentList, type AttachmentListProps, type AttachmentMenuOption, type AttachmentOpenOption, type AttachmentProps, type AttachmentStatus, type AttachmentTone, type AttachmentVariant, Attachments, AuthorizationCard, type AuthorizationCardProps, Avatar, type AvatarProps, type AvatarVariant, BEACON_ICON_NAMES, BackButton, type BackButtonProps, BackTop, type BackTopProps, Badge, type BadgeVariant, Banner, type BannerProps, type BannerVariant, BarChart, type BarChartDatum, type BarChartProps, BeaconIcon, type BeaconIconName, type BeaconIconProps, BeaconSpinner, type BeaconSpinnerProps, Bell, Bolt, Brain, Branch, BranchDivider, type BranchDividerProps, type BrandingContextValue, BrandingProvider, BrowserAnnotationPopupView, type BrowserAnnotationPopupViewProps, type BrowserClearDataOptions, type BrowserDevicePreset, BrowserDeviceToolbarView, type BrowserDeviceToolbarViewProps, BrowserFindBarView, type BrowserFindBarViewProps, BrowserImportDialogView, type BrowserImportDialogViewProps, type BrowserImportOptions, type BrowserImportProfile, BrowserLoadErrorView, type BrowserLoadErrorViewProps, BrowserMoreMenuView, type BrowserMoreMenuViewProps, BrowserNavBarView, type BrowserNavBarViewProps, WebPreviewNav as BrowserTabBarView, type WebPreviewNavProps as BrowserTabBarViewProps, type WebPreviewTab as BrowserTabView, Button, type ButtonProps, type ButtonSize, type ButtonVariant, type CSSSafetyReport, Card, CardGridSkeleton, type CardProps, type CardVariant, CatalogEmptyState, type CatalogEmptyStateProps, type ChartSeries, ChatBubble, type ChatBubbleProps, ChatMessage, type ChatMessageProps, ChatThinking, type ChatThinkingProps, Chatbot, type ChatbotProps, Check, CheckCircle, Checkbox, type CheckboxProps, ChevDown, ChevLeft, ChevRight, ChevUp, Chip, type ChipDotTone, type ChipProps, type ChipShape, type ChipTone, Circle, ClipboardList, Clock, Close, CodeBlock, type CodeBlockProps, CodeDiff, type CodeDiffProps, CodePreview, type CodePreviewProps, CommandPalette, type CommandPaletteGroup, type CommandPaletteItem, type CommandPaletteProps, CommentPlus, Compass, Composer, ComposerAudioSpectrum, type ComposerAudioSpectrumProps, ComposerAuthorization, type ComposerAuthorizationOption, type ComposerAuthorizationProps, type ComposerMention, ComposerMentions, type ComposerMentionsProps, ComposerMenu, type ComposerMenuAction, type ComposerMenuGroup, type ComposerMenuItem, ComposerMenuPopover, type ComposerMenuPopoverProps, type ComposerMenuProps, type ComposerMode, ComposerPopover, type ComposerPopoverProps, type ComposerProjectOption, ComposerProjectPicker, type ComposerProjectPickerProps, type ComposerProps, ComposerQueue, type ComposerQueueItem, type ComposerQueueItemKind, type ComposerQueueItemStatus, type ComposerQueueNotice, type ComposerQueueProps, type ComposerQueueTone, type ComposerSubmitState, ComposerVoiceInput, type ComposerVoiceInputProps, CompressionDivider, type CompressionDividerProps, ContentRecommendation, type ContentRecommendationItem, type ContentRecommendationProps, ContextChip, type ContextChipProps, ContextUsage, ContextUsageIndicatorView, type ContextUsageIndicatorViewProps, type ContextUsageProps, Copy, Cpu, CreateProjectDialog, type CreateProjectDialogProps, CsvPreview, type CsvPreviewProps, Cut, DESKTOP_ACCOUNT_MENU_WIDTH, DESKTOP_LOGIN_CLAIM, DESKTOP_LOGIN_CLAIM_NOTE, DROPDOWN_DIVIDER, DS2_SHIKI_THEME_NAME, DataManagementSectionView, type DataManagementSectionViewProps, DataTable, type DataTableAlign, type DataTableColumn, type DataTableDensity, type DataTableProps, type DataTableSort, type DataTableSortDirection, DataTableToolbar, type DataTableToolbarProps, DateDivider, type DateDividerProps, type DesktopAccountMenuCredits, type DesktopAccountMenuPlan, type DesktopAccountMenuUpdate, type DesktopAccountMenuUpdateState, type DesktopAccountMenuUser, DesktopAccountMenuView, type DesktopAccountMenuViewProps, DesktopAgentCardView, type DesktopAgentCardViewProps, DesktopAgentDetailActions, type DesktopAgentDetailActionsProps, type DesktopAgentDetailItemView, DesktopAgentDetailView, type DesktopAgentDetailViewProps, type DesktopAgentMemberView, type DesktopAgentOverviewItemView, type DesktopAgentOverviewLinkView, DesktopAgentOverviewView, DesktopAgentRosterView, type DesktopAgentRosterViewProps, DesktopAppearanceSettings, type DesktopAppearanceSettingsProps, type DesktopAssistantConfigValue, DesktopAssistantConfigView, type DesktopAssistantConfigViewProps, type DesktopAssistantPlatform, type DesktopCatalogActionView, type DesktopCatalogCardMetaItem, DesktopCatalogCardView, type DesktopCatalogCardViewProps, DesktopCatalogDetailActions, type DesktopCatalogDetailActionsProps, DesktopCatalogDetailShell, type DesktopCatalogDetailShellProps, DesktopCatalogGridView, type DesktopCatalogGridViewProps, DesktopCatalogToolbarView, type DesktopCatalogToolbarViewProps, type DesktopChatAgentMessageView, DesktopChatAgentTurnView, type DesktopChatAgentTurnViewProps, type DesktopChatAttachmentView, DesktopChatBranchDivider, type DesktopChatBranchDividerProps, DesktopChatCompressionDivider, type DesktopChatCompressionDividerProps, type DesktopChatContextView, DesktopChatEmptyStateView, type DesktopChatEmptyStateViewProps, DesktopChatHeaderView, type DesktopChatHeaderViewProps, type DesktopChatMessageFeedback, DesktopChatMessageView, type DesktopChatMessageViewProps, DesktopChatReconnectDivider, type DesktopChatReconnectDividerProps, type DesktopChatRunState, DesktopChatUserTurnView, type DesktopChatUserTurnViewProps, DesktopComposer, type DesktopComposerAddAction, type DesktopComposerContext, DesktopComposerModelButton, type DesktopComposerModelButtonProps, type DesktopComposerProps, type DesktopConnectorActionView, DesktopConnectorCardView, type DesktopConnectorCardViewProps, DesktopConnectorDetailView, type DesktopConnectorDetailViewProps, type DesktopConnectorMetaView, type DesktopConnectorToolView, type DesktopConversationGroupView, DesktopConversationView, type DesktopConversationViewProps, type DesktopDetailChipView, DesktopDetailChips, DesktopDetailList, type DesktopDetailListItemView, type DesktopDetailRowView, DesktopDetailRows, DesktopDetailSection, DesktopDetailText, type DesktopFontScale, DesktopHomeView, type DesktopHomeViewProps, DesktopLibraryAuthorizationDialog, type DesktopLibraryAuthorizationDialogProps, type DesktopLibraryAuthorizationScope, DesktopLibraryPageView, type DesktopLibraryPageViewProps, type DesktopLoginQr, type DesktopLoginStage, DesktopLoginView, type DesktopLoginViewProps, type DesktopOnboardingTourRect, type DesktopOnboardingTourStep, DesktopOnboardingTourView, type DesktopOnboardingTourViewProps, DesktopPet, type DesktopPetAnchor, type DesktopPetContentSize, type DesktopPetHandle, type DesktopPetNativeDragEvent, type DesktopPetProps, type DesktopPetSessionBubble, DesktopPetSettings, type DesktopPetSettingsPet, type DesktopPetSettingsProps, type DesktopRunStatusTone, DesktopRunStatusView, type DesktopRunStatusViewProps, DesktopSelectionCard, type DesktopSelectionCardProps, DesktopSettingRow, DesktopSettingSelect, type DesktopSettingsMemoryItem, DesktopSettingsMemorySection, type DesktopSettingsMemorySectionGroup, type DesktopSettingsMemorySectionProps, type DesktopSettingsNavItem, DesktopSettingsView, type DesktopSettingsViewProps, DesktopShareSelectionBarView, type DesktopShareSelectionBarViewProps, type DesktopSidebarNavId, type DesktopSidebarProject, type DesktopSidebarSourceIcon, type DesktopSidebarThread, type DesktopSidebarUpdate, type DesktopSidebarUpdateState, type DesktopSidebarUser, DesktopSidebarView, type DesktopSidebarViewProps, type DesktopSiteItem, type DesktopSiteReleaseItem, DesktopSiteReleasesView, type DesktopSiteReleasesViewProps, DesktopSitesListView, type DesktopSitesListViewProps, type DesktopSkillsCategory, DesktopSkillsPageView, type DesktopSkillsPageViewProps, type DesktopSkillsSection, type DesktopTaskDetailAgent, type DesktopTaskDetailAttachment, type DesktopTaskDetailFileKind, type DesktopTaskDetailStatus, type DesktopTaskDetailStreamItem, type DesktopTaskDetailTodoItem, DesktopTaskDetailView, type DesktopTaskDetailViewProps, type DesktopToolCallInlineStatusMode, type DesktopToolCallListItem, type DesktopToolCallListKind, DesktopToolCallListView, type DesktopToolCallListViewProps, type DesktopToolCallPresentation, type DesktopToolCallStatus, DesktopToolCallView, type DesktopToolCallViewProps, type DesktopUnsupportedToggle, DesktopWorkbenchShell, type DesktopWorkbenchShellProps, type DesktopWorkbenchView, type DesktopWorkspaceConnectorActionView, DesktopWorkspaceConnectorDetailView, type DesktopWorkspaceConnectorDetailViewProps, type DesktopWorkspaceConnectorMetaView, type DesktopWorkspaceConnectorToolView, DesktopWorkspaceEmptyState, type DesktopWorkspaceEmptyStateProps, DesktopWorkspaceEntryRowView, type DesktopWorkspaceEntryRowViewProps, type DesktopWorkspaceEntryView, DesktopWorkspaceMemoryDetailDialog, type DesktopWorkspaceMemoryDetailDialogProps, type DesktopWorkspaceMemoryItem, type DesktopWorkspaceMemorySection, DesktopWorkspaceMemoryView, type DesktopWorkspaceMemoryViewProps, DesktopWorkspacePageView, type DesktopWorkspacePageViewProps, DesktopWorkspaceProjectDetailView, type DesktopWorkspaceProjectDetailViewProps, DesktopWorkspaceProjectRowView, type DesktopWorkspaceProjectRowViewProps, type DesktopWorkspaceTab, type DetailMenuItem, DetailOverflowMenu, DetailPanel, type DetailPanelProps, DetailScaffold, type DetailScaffoldProps, Device, Dialog, type DialogIconTone, type DialogProps, type DialogVariant, DingTalk, DingTalkAi, Dislike, Divider, type DividerProps, Doc, Download, DropZone, type DropZoneProps, Dropdown, type DropdownItem, type DropdownProps, Edit, ElementDispatcher, EmptyState, type EmptyStateProps, type EmptyStateSize, type EmptyStateVariant, ErrorCard, type ErrorCardProps, ErrorCircle, type ExcelTransferOptions, ExecutionDetail, type ExecutionDetailProps, ExecutionSummary, ExecutionSummaryBodyContext, type ExecutionSummaryProps, ExecutionSummaryRow, type ExecutionSummaryTool, FSelect, type FSelectOption, type FSelectProps, type FeedbackCategoryValue, type FeedbackContextMenuAction, FeedbackContextMenuView, type FeedbackContextMenuViewProps, FeedbackDialogView, type FeedbackDialogViewProps, Feishu, Field, type FieldProps, type FieldShellVariants, FileBrowser, type FileBrowserBreadcrumb, type FileBrowserLayout, type FileBrowserProps, FileIcon, type FileIconProps, FilePreviewContentView, type FilePreviewContentViewProps, FilePreviewDialog, type FilePreviewDialogProps, FileReferenceCard, type FileReferenceCardProps, FileReferenceCards, type FileReferenceCardsProps, type FileReferenceItem, type FileReferenceMenuOption, type FileReferenceOpenWithOption, type FileReferenceTone, FileTree, type FileTreeNode, type FileTreeProps, Filter, FilterBar, type FilterBarFilter, type FilterBarProps, Folder, FormField, type FormFieldProps, GLYPH_COLORS, Gauge, Globe, type GlyphColor, GlyphToneProvider, Grid, HOME_STARTER_CAPSULES, Hand, Help, HomeBackdrop, type HomeBackdropProps, IME_COMMIT_GUARD_MS, Icon, type IconName, type IconProps, Icons, Image, ImageCard, type ImageCardProps, ImagePreview, type ImagePreviewItem, type ImagePreviewProps, Info, InfoCircle, InlineMessage, type InlineMessageProps, type InlineMessageTone, type InlineMessageVariant, Input, type InputProps, JumpToLatest, type JumpToLatestProps, Key, KeyValueField, type KeyValueFieldProps, type KeyValuePair, Keyboard, Keycap, KeycapCombo, type KeycapComboProps, type KeycapProps, Layers, Like, LikeFill, ListRow, type ListRowControl, type ListRowDensity, ListRowGroup, type ListRowGroupProps, type ListRowProps, type ListRowSurface, Loader, type LocalImagePreviewResolver, type LocalLinkTargetOptions, type LocalMarkdownPreview, Lock, type LoginProviderKind, type LoginProviderOption, Logout, MENU_DIVIDER, MENU_SEPARATOR, MOUNT_CHIP_CLASS, Mail, Markdown, MarkdownPreview, MarkdownPreviewModalView, type MarkdownPreviewModalViewProps, type MarkdownPreviewProps, type MarkdownProps, Maximize, McpServerListView, type McpServerListViewProps, type McpServerViewModel, type McpServerViewStatus, Memo, Menu, type MenuDividerType, type MenuEntry, type MenuGroupEntry, type MenuItem, type MenuItemType, type MenuItemVariants, type MenuProps, type MenuSeparatorEntry, MenuSurface, type MenuSurfaceProps, type MenuTriggerState, Message, type MessageActionItem, type MessageActionKind, MessageActions, type MessageActionsProps, MessageFeedbackDialog, type MessageFeedbackDialogProps, type MessageFeedbackReasonCode, type MessageFeedbackSubmission, type MessageProps, type MessageType, Mic, ModalityAudio, ModalityImage, ModalityText, ModalityVideo, ModelCatalogErrorState, type ModelCatalogErrorStateProps, type ModelModality, ModelModalityFlow, type ModelModalityFlowProps, ModelPickerList, type ModelPickerListDensity, type ModelPickerListProps, type ModelPickerOption, ModelSelect, type ModelSelectOption, type ModelSelectProps, type ModelThinkingEffort, ModelsSettingsSectionView, type ModelsSettingsSectionViewProps, Moon, More, NAV_MENU_DIVIDER, NativeCheckbox, type NativeCheckboxProps, NativeRadio, type NativeRadioProps, NativeSelect, type NativeSelectProps, NavMenu, type NavMenuDividerType, type NavMenuEntry, type NavMenuItemType, type NavMenuProps, NewTask, NoPlanPanelView, type NoPlanPanelViewProps, Note, NoteCard, type OfficeFileType, OfficePreview, OfficePreviewDialog, type OfficePreviewDialogProps, type OfficePreviewProps, OpenWithButton, type OpenWithButtonProps, OpenWithMenu, type OpenWithMenuProps, OrbitworkDesktopTaskDetailData, OrbitworkDesktopTaskDetailDocument, type OrbitworkIconProps, OrbitworkLockup, type OrbitworkLockupProps, type OrbitworkLockupTheme, OrbitworkLogo, type OrbitworkLogoProps, OrbitworkMark, type OrbitworkMarkProps, type OrbitworkMarkVariant, OrbitworkModal, type OrbitworkModalProps, OrbitworkSkin, PT_TO_PX, Package, PageHead, type PageHeadProps, Pagination, type PaginationProps, PanelFold, PanelSidebar, PanelSidebarCollapse, Paperclip, Pause, PdfPageNav, PdfPreview, PdfPreviewDialog, type PdfPreviewDialogProps, type PdfPreviewProps, type PetAnimation, type PetManifest, type PetPosition, type PetToolbarItem, PlanCard, type PlanCardProps, type PlanCardStep, type PlanChoiceView, PlanFeatureIcon, type PlanFeatureIconKind, type PlanFeatureIconProps, type PlanSettingsChoiceView, PlanSettingsSectionView, type PlanSettingsSectionViewProps, type PlanSettingsStats, Play, Plus, Popover, type PopoverCoords, type PopoverPlacement, type PopoverProps, type PptxElement, type PptxParseResult, PptxSlide, PreviewDialog, type PreviewDialogProps, type PreviewSurface, PreviewSurfaceArea, ProductList, type ProductListItem, ProgressBar, type ProgressBarProps, ProjectSelect, type ProjectSelectProps, Quote, Radio, RadioCardGroup, type RadioCardGroupProps, type RadioCardOption, RadioGroup, type RadioGroupProps, type RadioProps, Refresh, ResolvedTheme, ResourceConfirmation, ResourceDetailView, type ResourceListFailure, type ResourceListFilters, ResourceListView, ResourceNotice, ResourceOverviewView, ResourceReleasesView, type ResourceRow, type ResourceRowAction, ResourceRowActionDialog, type ResourceTab, ResourceWorkbenchView, RichCard, type RichCardProps, type RichCardVariant, RichDetail, RichLink, type RichLinkProps, RichList, type RichListProps, type RichResourceItem, type RichResourceListProps, type RichTextListProps, Rotate, RowOverflowMenu, type RowOverflowMenuItem, SIDE_PANEL_EMPTY_ACTIONS, STATUS_TAG_PRESETS, SandboxPermissionPrompt, type SandboxPermissionPromptData, type SandboxPermissionPromptProps, type ScheduledTaskCardStatus, ScheduledTaskCardView, type ScheduledTaskCardViewModel, type ScheduledTaskCardViewProps, ScheduledTaskDeleteDialog, type ScheduledTaskDeleteDialogProps, type ScheduledTaskDetailModel, type ScheduledTaskDetailStatusKey, ScheduledTaskDetailView, type ScheduledTaskDetailViewProps, type ScheduledTaskRunStatusKey, type ScheduledTaskRunViewModel, ScheduledTasksSpaceView, type ScheduledTasksSpaceViewProps, Search, SearchInput, type SearchInputProps, SearchResult, type SearchResultItem, type SearchResultProps, Section, type SectionProps, SegmentedControl, type SegmentedControlOption, type SegmentedControlProps, type SegmentedControlSize, type SegmentedControlVariant, Select, type SelectOption, type SelectProps, SelectTrigger, type SelectTriggerProps, type SelectedOptionLocatorOptions, SelectionBulkBar, type SelectionBulkBarProps, SeriesChart, type SeriesChartProps, Server, Settings, Share, type ShareAccessScope, type ShareMemberSearch, ShareSettingsDialogView, ShareSettingsEditorView, type ShareSettingsEditorViewProps, type ShareSettingsMember, ShareStrip, type ShareStripProps, type SharedResourceItem, Shield, type ShortcutGroup, ShortcutGroupTable, type ShortcutGroupTableProps, type ShortcutItem, type ShortcutKey, type ShortcutPlatform, ShortcutSheet, type ShortcutSheetProps, SidePanelEmpty, type SidePanelEmptyAction, type SidePanelEmptyProps, Sidebar, SidebarIcon, type SidebarProps, SidebarShell, type SidebarShellProps, SidebarToggle, type SidebarToggleProps, SitesArtifactCardView, type SitesArtifactCardViewProps, Skeleton, type SkeletonProps, Skill, type SkillAvatarGlyph, type SkillAvatarTone, SkillAvatarView, type SkillAvatarViewProps, SkillCardView, type SkillCardViewProps, SkillDetailPanelView, type SkillDetailPanelViewProps, SkillDetailView, type SkillDetailViewProps, SkillImportDialogView, type SkillImportDialogViewProps, type SkillImportItemStatus, SkillImportResultDialogView, type SkillImportResultDialogViewProps, type SkillImportResultItemView, Skills, SkinManager, type Slide, SnapshotContentView, SnapshotImageExportView, type SnapshotMessageView, Sort, Sparkle, Sparkles, Spinner, type SpinnerProps, type SpinnerSize, Splash, type SplashProps, type SpreadsheetInstance, type StarterCapsuleOption, StarterCapsules, type StarterCapsulesProps, StatusTag, type StatusTagPreset, type StatusTagProps, type StatusTagTone, type StepItem, StepList, type StepListProps, type StepStatus, Stop, SubAgentPane, type SubAgentPaneProps, type SubAgentPaneTurn, type SubAgentProcess, type SubAgentProcessStatus, SubAgentThread, type SubAgentThreadProps, SuccessCircle, Sun, Switch, type SwitchProps, type TabItem, Tabs, type TabsProps, type TabsSize, type TabsVariant, Tag, type TagProps, type TagShape, type TagSize, type TagVariant, TaskRef, type TenantBranding, type TenantTheme, type TenantThemeValidationResult, Terminal, TerminalPane, type TerminalPaneProps, TextField, type TextFieldProps, Textarea, type TextareaProps, Theme, type ThemeContextValue, ThemeDemo, ThemeProvider, Thinking, type ThinkingProps, ThreadDot, ThumbsDown, ThumbsUp, TimePicker, type TimePickerProps, TitleBar, type TitleBarPlatform, type TitleBarProps, Toast, type ToastProps, ToastRegion, type ToastRegionProps, type ToastVariant, type TokenizedCode, type ToolArtifactView, ToolCallRow, type ToolCallRowProps, type ToolCallRowState, ToolDetailModalView, type ToolDetailModalViewProps, type ToolDetailStatus, Tooltip, type TooltipAlign, type TooltipProps, type TooltipSide, TraceDot, Transcript, type TranscriptMode, type TranscriptProps, TranscriptSpine, type TranscriptSpineProps, type TranscriptSurface, type TranscriptToolCall, type TranscriptTurn, Trash, type UnifiedTheme, UninstallConfirmDialog, UnreadDivider, type UnreadDividerProps, Usage, type UseSidebarResizeOptions, type UseSidebarResizeReturn, UserTurn, type UserTurnProps, Volume, type WCardAction, WCardShell, type WCardShellProps, WORKBENCH_SIDE_PANEL_WIDTH, WarningTriangle, WeCom, WebPreview, WebPreviewBody, type WebPreviewBodyProps, WebPreviewConsole, type WebPreviewConsoleEntry, type WebPreviewConsoleLevel, type WebPreviewConsoleEntry as WebPreviewConsoleLog, type WebPreviewConsoleProps, type WebPreviewContextValue, WebPreviewDialog, type WebPreviewDialogProps, WebPreviewNav, type WebPreviewNavProps, type WebPreviewProps, WebPreviewShell, type WebPreviewShellProps, type WebPreviewTab, WindowBand, type WindowBandPlatform, type WindowBandProps, WindowChrome, type WindowChromeProps, WorkbenchSidePanel, type WorkbenchSidePanelProps, type WorkbenchSidePanelWidth, WorkspaceMigrateConfirm, type WorkspaceMigrateConfirmProps, Zap, ZoomIn, ZoomOut, analyzeSkinCSS, applyTenantTheme, basenameFromLocalPath, catalogInstallStatus, cleanFileLabel, cn, collectMarkdownFileRefs, createRawTokens, createSemanticAdapter, createSpreadsheet, dataSeriesColor, desktopToolStatusLabel, exportSkin, findFixedOffsetAncestor, formatExecutionFailure, formatExecutionMeta, formatShortcut, formatShortcutKeys, formatToolMetrics, getCurrentThemeName, getHighlighter, getSemanticAttributes, getTokensCacheKey, glyphColor, glyphStyle, hasSemanticAttributes, hashToDataColor, highlightCode, importSkin, importSkinFromShareUrl, importSkinFromUrl, inferAttachmentMeta, inferFileReferenceMeta, isImeCommitEnter, isMacShortcutPlatform, loadCustomSkins, localMarkdownLinkTarget, normalizePreviewUrl, owFloatingActionClass, parseTenantTheme, ptToPx, readOnlyInput, removeTenantTheme, resolveFileIcon, safeHref, sanitizeSkinCSSBasic, saveCustomSkins, shareSkin, skillAvatarTone, skillGlyph, stripInlineMarkdown, transferExcelToSpreadSheet, updateRowText, useBranding, useClickOutside, useDragReorder, useImeAwareEnter, useInExecutionSummaryBody, useKeyboard, usePopover, useSelectedOptionLocator, useSidebarResize, useTenantTheme, useTheme, useUnifiedTheme };
|