@floegence/floe-webapp-core 0.34.0 → 0.35.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/components/layout/ActivityBar.js +32 -32
- package/dist/components/layout/BottomBar.js +19 -19
- package/dist/components/layout/MobileTabBar.js +29 -29
- package/dist/components/layout/Shell.d.ts +14 -0
- package/dist/components/layout/Shell.js +173 -144
- package/dist/components/layout/Sidebar.js +7 -7
- package/dist/components/layout/TopBar.js +18 -18
- package/dist/components/layout/index.d.ts +1 -1
- package/dist/context/FloeConfigContext.d.ts +8 -1
- package/dist/context/ThemeContext.js +32 -27
- package/dist/full.js +601 -599
- package/dist/index.js +113 -111
- package/dist/styles/themes/index.d.ts +20 -1
- package/dist/styles/themes/index.js +34 -7
- package/dist/styles.css +1 -1
- package/dist/themes/dark.css +5 -0
- package/dist/themes/light.css +5 -0
- package/package.json +1 -1
package/dist/full.js
CHANGED
|
@@ -1,614 +1,616 @@
|
|
|
1
1
|
import { FloeProvider as r } from "./app/FloeProvider.js";
|
|
2
|
-
import { applyTheme as i, builtInThemes as n, getSystemTheme as a } from "./styles/themes/index.js";
|
|
3
|
-
import { Activity as
|
|
4
|
-
import { ActivityAppsMain as
|
|
5
|
-
import { ActivityBar as
|
|
6
|
-
import { AffixInput as
|
|
7
|
-
import { AnimatedBorderCard as
|
|
8
|
-
import { AreaChart as
|
|
9
|
-
import { AttachmentPreview as
|
|
10
|
-
import { BlockRenderer as
|
|
11
|
-
import { BottomBar as
|
|
12
|
-
import { Breadcrumb as
|
|
13
|
-
import { Button as
|
|
2
|
+
import { applyTheme as i, builtInThemes as n, getSystemTheme as a, resolveThemeTokenOverrides as c, syncThemeTokenOverrides as m } from "./styles/themes/index.js";
|
|
3
|
+
import { Activity as l, ActivityIcon as f, AlertCircle as s, AlertTriangle as d, ArchiveIcon as x, ArrowDown as I, ArrowLeft as g, ArrowRight as C, ArrowRightLeft as u, ArrowUp as h, AtSign as k, AwardIcon as S, BarChart as F, BatteryIcon as B, Bell as P, BellIcon as y, Bookmark as D, BookmarkIcon as T, Bot as v, BotIcon as M, BugIcon as w, Calendar as b, CalendarIcon as W, Camera as L, CameraIcon as A, ChartIcon as R, Check as G, CheckCircle as H, CheckIcon as E, ChevronDown as O, ChevronLeft as V, ChevronRight as U, ChevronUp as N, ChevronsUpDown as z, Clock as K, ClockIcon as _, CloseIcon as Q, Cloud as Z, CloudIcon as X, Code as q, CodeIcon as j, CompassIcon as J, Copy as Y, CopyCheck as $, CopyCheckIcon as ee, CopyIcon as oe, Cpu as re, CreditCardIcon as te, Database as ie, DatabaseIcon as ne, DollarIcon as ae, Download as ce, DownloadIcon as me, EditIcon as pe, ErrorIcon as le, ExternalLink as fe, Eye as se, EyeIcon as de, EyeOff as xe, FileCode as Ie, FilePlus as ge, FilePlusIcon as Ce, FileText as ue, Files as he, Filter as ke, FilterIcon as Se, FireIcon as Fe, Folder as Be, FolderOpen as Pe, FolderPlus as ye, FolderPlusIcon as De, GiftIcon as Te, GitBranch as ve, GitBranchIcon as Me, Globe as we, GlobeIcon as be, Grid as We, Grid3x3 as Le, GripVertical as Ae, Hash as Re, HeadphonesIcon as Ge, Heart as He, HeartIcon as Ee, HelpIcon as Oe, Highlighter as Ve, History as Ue, Home as Ne, HomeIcon as ze, Image as Ke, ImageIcon as _e, Info as Qe, InfoIcon as Ze, Key as Xe, KeyIcon as qe, Layers as je, LayersIcon as Je, LayoutDashboard as Ye, Link as $e, LinkIcon as eo, Loader2 as oo, LoadingIcon as ro, Lock as to, LockIcon as io, MagicIcon as no, Mail as ao, MailIcon as co, MapPinIcon as mo, Maximize as po, Menu as lo, MessageIcon as fo, MessageSquare as so, Mic as xo, MicIcon as Io, MicOff as go, Minus as Co, MinusIcon as uo, Moon as ho, MoonIcon as ko, MoreHorizontal as So, MoreVertical as Fo, MuteIcon as Bo, Package as Po, PackageIcon as yo, Paperclip as Do, Paste as To, PasteIcon as vo, Pause as Mo, PauseIcon as wo, Pencil as bo, Phone as Wo, PieChart as Lo, Pin as Ao, PinIcon as Ro, Play as Go, PlayIcon as Ho, Plus as Eo, PlusIcon as Oo, PowerIcon as Vo, PrinterIcon as Uo, Quote as No, Refresh as zo, RefreshIcon as Ko, Restore as _o, RocketIcon as Qo, Save as Zo, SaveIcon as Xo, Search as qo, SearchIcon as jo, Send as Jo, SendIcon as Yo, Settings as $o, SettingsIcon as er, ShareIcon as or, Shield as rr, ShieldCheck as tr, ShieldIcon as ir, SparkleIcon as nr, Sparkles as ar, Star as cr, StarIcon as mr, Stop as pr, SuccessIcon as lr, Sun as fr, SunIcon as sr, Tag as dr, TagIcon as xr, TargetIcon as Ir, Terminal as gr, TerminalIcon as Cr, ThumbsDownIcon as ur, ThumbsUpIcon as hr, Timer as kr, Trash as Sr, TrashIcon as Fr, TrendingDown as Br, TrendingUp as Pr, Unlock as yr, Upload as Dr, UploadIcon as Tr, User as vr, UserIcon as Mr, Video as wr, VideoIcon as br, Volume as Wr, VolumeIcon as Lr, VolumeOff as Ar, Wand as Rr, WarningIcon as Gr, WifiIcon as Hr, WifiOffIcon as Er, Workflow as Or, X as Vr, XCircle as Ur, Zap as Nr, ZapIcon as zr } from "./components/icons/index.js";
|
|
4
|
+
import { ActivityAppsMain as _r } from "./app/ActivityAppsMain.js";
|
|
5
|
+
import { ActivityBar as Zr } from "./components/layout/ActivityBar.js";
|
|
6
|
+
import { AffixInput as qr, Input as jr, NumberInput as Jr, Textarea as Yr } from "./components/ui/Input.js";
|
|
7
|
+
import { AnimatedBorderCard as et, Card as ot, CardContent as rt, CardDescription as tt, CardFooter as it, CardHeader as nt, CardTitle as at, Interactive3DCard as ct, MorphCard as mt, NeonCard as pt } from "./components/ui/Card.js";
|
|
8
|
+
import { AreaChart as ft, DataBarChart as st, DataPieChart as dt, LineChart as xt, MonitoringChart as It } from "./components/ui/Charts.js";
|
|
9
|
+
import { AttachmentPreview as Ct } from "./components/chat/input/AttachmentPreview.js";
|
|
10
|
+
import { BlockRenderer as ht } from "./components/chat/blocks/BlockRenderer.js";
|
|
11
|
+
import { BottomBar as St, BottomBarItem as Ft, StatusIndicator as Bt } from "./components/layout/BottomBar.js";
|
|
12
|
+
import { Breadcrumb as yt } from "./components/file-browser/Breadcrumb.js";
|
|
13
|
+
import { Button as Tt } from "./components/ui/Button.js";
|
|
14
14
|
import { ChatContainer as Mt } from "./components/chat/ChatContainer.js";
|
|
15
|
-
import { ChatInput as
|
|
16
|
-
import { ChatProvider as
|
|
17
|
-
import { Checkbox as
|
|
18
|
-
import { ChecklistBlock as
|
|
19
|
-
import { CircularProgress as
|
|
20
|
-
import { CodeBlock as
|
|
21
|
-
import { CodeDiffBlock as
|
|
22
|
-
import { CodeFileIcon as
|
|
23
|
-
import { CommandPalette as
|
|
24
|
-
import { CommandProvider as
|
|
25
|
-
import { ComponentRegistryProvider as
|
|
26
|
-
import { ConfirmDialog as
|
|
27
|
-
import { ConnectionStatus as
|
|
28
|
-
import { DECK_GRID_CONFIG as
|
|
29
|
-
import { DEFAULT_FLOE_CONFIG as
|
|
30
|
-
import { DEFAULT_VIRTUAL_LIST_CONFIG as
|
|
31
|
-
import { DeckCell as
|
|
32
|
-
import { DeckProvider as
|
|
33
|
-
import { DeckTopBar as
|
|
34
|
-
import { DirectoryInput as
|
|
35
|
-
import { DirectoryPicker as
|
|
36
|
-
import { DirectoryTree as
|
|
37
|
-
import { DropZonePreview as
|
|
38
|
-
import { Dropdown as
|
|
39
|
-
import { ErrorBlock as
|
|
40
|
-
import { FileBlock as
|
|
41
|
-
import { FileBrowser as
|
|
42
|
-
import { FileBrowserDragProvider as
|
|
43
|
-
import { FileBrowserProvider as
|
|
44
|
-
import { FileBrowserToolbar as
|
|
45
|
-
import { FileContextMenu as
|
|
46
|
-
import { FileGridView as
|
|
47
|
-
import { FileListView as
|
|
48
|
-
import { FileSavePicker as
|
|
49
|
-
import { FilesSidebarWidget as
|
|
50
|
-
import { FloatingWindow as
|
|
51
|
-
import { FloeApp as
|
|
52
|
-
import { FloeRegistryRuntime as
|
|
53
|
-
import { Form as
|
|
54
|
-
import { ImageBlock as
|
|
55
|
-
import { KeepAliveStack as
|
|
56
|
-
import { Launchpad as
|
|
57
|
-
import { LaunchpadGrid as
|
|
58
|
-
import { LaunchpadItem as
|
|
59
|
-
import { LaunchpadModal as
|
|
60
|
-
import { LaunchpadPagination as
|
|
61
|
-
import { LaunchpadSearch as
|
|
62
|
-
import { LayoutProvider as
|
|
63
|
-
import { LayoutSelector as
|
|
64
|
-
import { LoadingOverlay as
|
|
65
|
-
import { MarkdownBlock as
|
|
66
|
-
import { MermaidBlock as
|
|
67
|
-
import { MessageActions as
|
|
68
|
-
import { MessageAvatar as
|
|
69
|
-
import { MessageBubble as
|
|
70
|
-
import { MessageItem as
|
|
71
|
-
import { MessageMeta as
|
|
72
|
-
import { MetricsWidget as
|
|
73
|
-
import { MobileTabBar as
|
|
74
|
-
import { NotificationContainer as
|
|
75
|
-
import { Pagination as
|
|
76
|
-
import { Panel as
|
|
77
|
-
import { ProcessingIndicator as
|
|
78
|
-
import { QuoteBlock as
|
|
79
|
-
import { RadioGroup as
|
|
80
|
-
import { ResizeHandle as
|
|
81
|
-
import { SegmentedControl as
|
|
82
|
-
import { Shell as
|
|
83
|
-
import { ShellBlock as
|
|
84
|
-
import { Sidebar as
|
|
85
|
-
import { SidebarPane as
|
|
86
|
-
import { Skeleton as
|
|
87
|
-
import { SnakeLoader as
|
|
88
|
-
import { Stepper as
|
|
89
|
-
import { StreamingCursor as
|
|
90
|
-
import { SvgBlock as
|
|
91
|
-
import { Switch as
|
|
92
|
-
import { TabPanel as
|
|
93
|
-
import { TerminalWidget as
|
|
94
|
-
import { TextBlock as
|
|
95
|
-
import { ThemeProvider as
|
|
96
|
-
import { ThinkingBlock as
|
|
97
|
-
import { ToolCallBlock as
|
|
98
|
-
import { Tooltip as
|
|
99
|
-
import { TopBar as
|
|
100
|
-
import { TopBarIconButton as
|
|
101
|
-
import { ViewActivationProvider as
|
|
102
|
-
import { VirtualMessageList as
|
|
103
|
-
import { WidgetFrame as
|
|
104
|
-
import { WidgetPalette as
|
|
105
|
-
import { WidgetRegistryProvider as
|
|
106
|
-
import { WidgetResizeHandle as
|
|
107
|
-
import { WidgetStateProvider as
|
|
15
|
+
import { ChatInput as bt } from "./components/chat/input/ChatInput.js";
|
|
16
|
+
import { ChatProvider as Lt, useChatContext as At } from "./components/chat/ChatProvider.js";
|
|
17
|
+
import { Checkbox as Gt, CheckboxGroup as Ht, CheckboxList as Et } from "./components/ui/Checkbox.js";
|
|
18
|
+
import { ChecklistBlock as Vt } from "./components/chat/blocks/ChecklistBlock.js";
|
|
19
|
+
import { CircularProgress as Nt, LinearProgress as zt, SegmentedProgress as Kt, StepsProgress as _t } from "./components/ui/Progress.js";
|
|
20
|
+
import { CodeBlock as Zt } from "./components/chat/blocks/CodeBlock.js";
|
|
21
|
+
import { CodeDiffBlock as qt } from "./components/chat/blocks/CodeDiffBlock.js";
|
|
22
|
+
import { CodeFileIcon as Jt, ConfigFileIcon as Yt, DocumentFileIcon as $t, FileIcon as ei, FolderIcon as oi, FolderOpenIcon as ri, ImageFileIcon as ti, ShellScriptFileIcon as ii, StyleFileIcon as ni, getFileIcon as ai } from "./components/file-browser/FileIcons.js";
|
|
23
|
+
import { CommandPalette as mi } from "./components/ui/CommandPalette.js";
|
|
24
|
+
import { CommandProvider as li, createCommandService as fi, useCommand as si } from "./context/CommandContext.js";
|
|
25
|
+
import { ComponentRegistryProvider as xi, createComponentRegistry as Ii, hasComponentRegistryContext as gi, useComponentContextFactory as Ci, useComponentRegistry as ui, useOptionalComponentRegistry as hi } from "./context/ComponentRegistry.js";
|
|
26
|
+
import { ConfirmDialog as Si, Dialog as Fi } from "./components/ui/Dialog.js";
|
|
27
|
+
import { ConnectionStatus as Pi } from "./components/chat/status/ConnectionStatus.js";
|
|
28
|
+
import { DECK_GRID_CONFIG as Di, DeckGrid as Ti, getGridConfigFromElement as vi } from "./components/deck/DeckGrid.js";
|
|
29
|
+
import { DEFAULT_FLOE_CONFIG as wi, FloeConfigProvider as bi, useFloeConfig as Wi, useResolvedFloeConfig as Li } from "./context/FloeConfigContext.js";
|
|
30
|
+
import { DEFAULT_VIRTUAL_LIST_CONFIG as Ri } from "./components/chat/types.js";
|
|
31
|
+
import { DeckCell as Hi } from "./components/deck/DeckCell.js";
|
|
32
|
+
import { DeckProvider as Oi, createDeckService as Vi, useDeck as Ui } from "./context/DeckContext.js";
|
|
33
|
+
import { DeckTopBar as zi } from "./components/deck/DeckTopBar.js";
|
|
34
|
+
import { DirectoryInput as _i } from "./components/ui/DirectoryInput.js";
|
|
35
|
+
import { DirectoryPicker as Zi } from "./components/ui/DirectoryPicker.js";
|
|
36
|
+
import { DirectoryTree as qi } from "./components/file-browser/DirectoryTree.js";
|
|
37
|
+
import { DropZonePreview as Ji } from "./components/deck/DropZonePreview.js";
|
|
38
|
+
import { Dropdown as $i, Select as en } from "./components/ui/Dropdown.js";
|
|
39
|
+
import { ErrorBlock as rn, HighlightBlock as tn, InfoBlock as nn, NoteBlock as an, SuccessBlock as cn, TipBlock as mn, WarningBlock as pn } from "./components/ui/HighlightBlock.js";
|
|
40
|
+
import { FileBlock as fn } from "./components/chat/blocks/FileBlock.js";
|
|
41
|
+
import { FileBrowser as dn } from "./components/file-browser/FileBrowser.js";
|
|
42
|
+
import { FileBrowserDragProvider as In, hasFileBrowserDragContext as gn, useFileBrowserDrag as Cn } from "./context/FileBrowserDragContext.js";
|
|
43
|
+
import { FileBrowserProvider as hn, useFileBrowser as kn } from "./components/file-browser/FileBrowserContext.js";
|
|
44
|
+
import { FileBrowserToolbar as Fn } from "./components/file-browser/FileBrowserToolbar.js";
|
|
45
|
+
import { FileContextMenu as Pn } from "./components/file-browser/FileContextMenu.js";
|
|
46
|
+
import { FileGridView as Dn } from "./components/file-browser/FileGridView.js";
|
|
47
|
+
import { FileListView as vn } from "./components/file-browser/FileListView.js";
|
|
48
|
+
import { FileSavePicker as wn } from "./components/ui/FileSavePicker.js";
|
|
49
|
+
import { FilesSidebarWidget as Wn, SearchSidebarWidget as Ln, SettingsSidebarWidget as An, ShowcaseSidebarWidget as Rn, SidebarWidget as Gn } from "./widgets/SidebarWidget.js";
|
|
50
|
+
import { FloatingWindow as En } from "./components/ui/FloatingWindow.js";
|
|
51
|
+
import { FloeApp as Vn } from "./app/FloeApp.js";
|
|
52
|
+
import { FloeRegistryRuntime as Nn } from "./app/FloeRegistryRuntime.js";
|
|
53
|
+
import { Form as Kn, FormActions as _n, FormControl as Qn, FormDescription as Zn, FormDivider as Xn, FormField as qn, FormLabel as jn, FormMessage as Jn, FormRow as Yn, FormSection as $n, useFormSubmitting as ea } from "./components/ui/Form.js";
|
|
54
|
+
import { ImageBlock as ra } from "./components/chat/blocks/ImageBlock.js";
|
|
55
|
+
import { KeepAliveStack as ia } from "./components/layout/KeepAliveStack.js";
|
|
56
|
+
import { Launchpad as aa } from "./components/launchpad/Launchpad.js";
|
|
57
|
+
import { LaunchpadGrid as ma } from "./components/launchpad/LaunchpadGrid.js";
|
|
58
|
+
import { LaunchpadItem as la } from "./components/launchpad/LaunchpadItem.js";
|
|
59
|
+
import { LaunchpadModal as sa } from "./components/launchpad/LaunchpadModal.js";
|
|
60
|
+
import { LaunchpadPagination as xa } from "./components/launchpad/LaunchpadPagination.js";
|
|
61
|
+
import { LaunchpadSearch as ga } from "./components/launchpad/LaunchpadSearch.js";
|
|
62
|
+
import { LayoutProvider as ua, createLayoutService as ha, useLayout as ka } from "./context/LayoutContext.js";
|
|
63
|
+
import { LayoutSelector as Fa } from "./components/deck/LayoutSelector.js";
|
|
64
|
+
import { LoadingOverlay as Pa } from "./components/loading/LoadingOverlay.js";
|
|
65
|
+
import { MarkdownBlock as Da } from "./components/chat/blocks/MarkdownBlock.js";
|
|
66
|
+
import { MermaidBlock as va } from "./components/chat/blocks/MermaidBlock.js";
|
|
67
|
+
import { MessageActions as wa } from "./components/chat/message/MessageActions.js";
|
|
68
|
+
import { MessageAvatar as Wa } from "./components/chat/message/MessageAvatar.js";
|
|
69
|
+
import { MessageBubble as Aa } from "./components/chat/message/MessageBubble.js";
|
|
70
|
+
import { MessageItem as Ga } from "./components/chat/message/MessageItem.js";
|
|
71
|
+
import { MessageMeta as Ea } from "./components/chat/message/MessageMeta.js";
|
|
72
|
+
import { MetricsWidget as Va } from "./widgets/MetricsWidget.js";
|
|
73
|
+
import { MobileTabBar as Na } from "./components/layout/MobileTabBar.js";
|
|
74
|
+
import { NotificationContainer as Ka, NotificationProvider as _a, createNotificationService as Qa, useNotification as Za } from "./context/NotificationContext.js";
|
|
75
|
+
import { Pagination as qa } from "./components/ui/Pagination.js";
|
|
76
|
+
import { Panel as Ja, PanelContent as Ya, PanelHeader as $a } from "./components/layout/Panel.js";
|
|
77
|
+
import { ProcessingIndicator as oc } from "./components/ui/ProcessingIndicator.js";
|
|
78
|
+
import { QuoteBlock as tc } from "./components/ui/QuoteBlock.js";
|
|
79
|
+
import { RadioGroup as nc, RadioList as ac, RadioOption as cc } from "./components/ui/Radio.js";
|
|
80
|
+
import { ResizeHandle as pc } from "./components/layout/ResizeHandle.js";
|
|
81
|
+
import { SegmentedControl as fc } from "./components/ui/SegmentedControl.js";
|
|
82
|
+
import { Shell as dc } from "./components/layout/Shell.js";
|
|
83
|
+
import { ShellBlock as Ic } from "./components/chat/blocks/ShellBlock.js";
|
|
84
|
+
import { Sidebar as Cc, SidebarContent as uc, SidebarItem as hc, SidebarItemList as kc, SidebarSection as Sc } from "./components/layout/Sidebar.js";
|
|
85
|
+
import { SidebarPane as Bc } from "./components/layout/SidebarPane.js";
|
|
86
|
+
import { Skeleton as yc, SkeletonCard as Dc, SkeletonList as Tc, SkeletonText as vc } from "./components/loading/Skeleton.js";
|
|
87
|
+
import { SnakeLoader as wc } from "./components/loading/SnakeLoader.js";
|
|
88
|
+
import { Stepper as Wc, Wizard as Lc, useWizard as Ac } from "./components/ui/Stepper.js";
|
|
89
|
+
import { StreamingCursor as Gc } from "./components/chat/status/StreamingCursor.js";
|
|
90
|
+
import { SvgBlock as Ec } from "./components/chat/blocks/SvgBlock.js";
|
|
91
|
+
import { Switch as Vc } from "./components/ui/Switch.js";
|
|
92
|
+
import { TabPanel as Nc, Tabs as zc } from "./components/ui/Tabs.js";
|
|
93
|
+
import { TerminalWidget as _c } from "./widgets/TerminalWidget.js";
|
|
94
|
+
import { TextBlock as Zc } from "./components/chat/blocks/TextBlock.js";
|
|
95
|
+
import { ThemeProvider as qc, createThemeService as jc, useTheme as Jc } from "./context/ThemeContext.js";
|
|
96
|
+
import { ThinkingBlock as $c } from "./components/chat/blocks/ThinkingBlock.js";
|
|
97
|
+
import { ToolCallBlock as om } from "./components/chat/blocks/ToolCallBlock.js";
|
|
98
|
+
import { Tooltip as tm } from "./components/ui/Tooltip.js";
|
|
99
|
+
import { TopBar as nm } from "./components/layout/TopBar.js";
|
|
100
|
+
import { TopBarIconButton as cm } from "./components/layout/TopBarIconButton.js";
|
|
101
|
+
import { ViewActivationProvider as pm, useViewActivation as lm } from "./context/ViewActivationContext.js";
|
|
102
|
+
import { VirtualMessageList as sm } from "./components/chat/message-list/VirtualMessageList.js";
|
|
103
|
+
import { WidgetFrame as xm } from "./components/deck/WidgetFrame.js";
|
|
104
|
+
import { WidgetPalette as gm } from "./components/deck/WidgetPalette.js";
|
|
105
|
+
import { WidgetRegistryProvider as um, createWidgetRegistry as hm, useWidgetRegistry as km } from "./context/WidgetRegistry.js";
|
|
106
|
+
import { WidgetResizeHandle as Fm } from "./components/deck/WidgetResizeHandle.js";
|
|
107
|
+
import { WidgetStateProvider as Pm, useCurrentWidgetId as ym, useWidgetState as Dm, useWidgetStateContext as Tm } from "./context/WidgetStateContext.js";
|
|
108
108
|
import { WidgetTypeSwitcher as Mm } from "./components/deck/WidgetTypeSwitcher.js";
|
|
109
|
-
import { WorkingIndicator as
|
|
110
|
-
import { applyDragDelta as
|
|
111
|
-
import { buildAssistantNoticeEvents as
|
|
112
|
-
import { checkCollision as
|
|
113
|
-
import { cn as
|
|
114
|
-
import { computeCodeDiff as
|
|
115
|
-
import { configureMarkdownWorker as
|
|
116
|
-
import { configureMermaidWorker as
|
|
117
|
-
import { configureShikiWorker as
|
|
118
|
-
import { createSimpleContext as
|
|
119
|
-
import { deferAfterPaint as
|
|
120
|
-
import { duration as
|
|
121
|
-
import { formatKeybind as
|
|
122
|
-
import { isTypingElement as
|
|
123
|
-
import { lockBodyStyle as
|
|
124
|
-
import { registerCommandContributions as
|
|
125
|
-
import { useAttachments as
|
|
126
|
-
import { useAutoScroll as
|
|
127
|
-
import { useDebounce as
|
|
128
|
-
import { useDeckDrag as
|
|
129
|
-
import { useFileBrowserDropTarget as
|
|
130
|
-
import { useKeybind as
|
|
131
|
-
import { useMediaQuery as
|
|
132
|
-
import { usePersisted as
|
|
133
|
-
import { useResizeObserver as
|
|
134
|
-
import { useVirtualList as
|
|
109
|
+
import { WorkingIndicator as bm } from "./components/chat/status/WorkingIndicator.js";
|
|
110
|
+
import { applyDragDelta as Lm, applyResizeDelta as Am, getGridCellSize as Rm, pixelDeltaToGridDelta as Gm, positionToGridArea as Hm, snapToGrid as Em } from "./utils/gridLayout.js";
|
|
111
|
+
import { buildAssistantNoticeEvents as Vm, createStreamEventBuilder as Um, isStreamEvent as Nm } from "./components/chat/streamEvents.js";
|
|
112
|
+
import { checkCollision as Km, constrainPosition as _m, findFreePosition as Qm, hasCollision as Zm } from "./utils/gridCollision.js";
|
|
113
|
+
import { cn as qm } from "./utils/cn.js";
|
|
114
|
+
import { computeCodeDiff as Jm, computeCodeDiffSync as Ym, configureDiffWorker as $m, createDiffWorker as ep, hasDiffWorker as op, terminateDiffWorker as rp, waitForDiffWorker as tp } from "./components/chat/hooks/useCodeDiff.js";
|
|
115
|
+
import { configureMarkdownWorker as np, createMarkdownWorker as ap, hasMarkdownWorker as cp, renderMarkdown as mp, renderMarkdownSync as pp, terminateMarkdownWorker as lp, waitForMarkdownWorker as fp } from "./components/chat/hooks/useMarkdown.js";
|
|
116
|
+
import { configureMermaidWorker as dp, configureSyncMermaid as xp, renderMermaid as Ip, terminateMermaidWorker as gp, useMermaid as Cp } from "./components/chat/hooks/useMermaid.js";
|
|
117
|
+
import { configureShikiWorker as hp, configureSyncHighlighter as kp, highlightCode as Sp, terminateShikiWorker as Fp, useCodeHighlight as Bp } from "./components/chat/hooks/useCodeHighlight.js";
|
|
118
|
+
import { createSimpleContext as yp } from "./context/createSimpleContext.js";
|
|
119
|
+
import { deferAfterPaint as Tp, deferNonBlocking as vp } from "./utils/defer.js";
|
|
120
|
+
import { duration as wp, easing as bp, fadeIn as Wp, listContainer as Lp, listItem as Ap, panelResize as Rp, popIn as Gp, scaleIn as Hp, sidebarVariants as Ep, slideInFromBottom as Op, slideInFromLeft as Vp, slideInFromRight as Up, slideInFromTop as Np, springConfig as zp } from "./utils/animations.js";
|
|
121
|
+
import { formatKeybind as _p, matchKeybind as Qp, parseKeybind as Zp } from "./utils/keybind.js";
|
|
122
|
+
import { isTypingElement as qp, shouldIgnoreHotkeys as jp } from "./utils/dom.js";
|
|
123
|
+
import { lockBodyStyle as Yp } from "./utils/bodyStyleLock.js";
|
|
124
|
+
import { registerCommandContributions as el, useCommandContributions as ol } from "./hooks/useCommandContributions.js";
|
|
125
|
+
import { useAttachments as tl } from "./components/chat/hooks/useAttachments.js";
|
|
126
|
+
import { useAutoScroll as nl } from "./components/chat/hooks/useAutoScroll.js";
|
|
127
|
+
import { useDebounce as cl } from "./hooks/useDebounce.js";
|
|
128
|
+
import { useDeckDrag as pl } from "./hooks/useDeckDrag.js";
|
|
129
|
+
import { useFileBrowserDropTarget as fl, useFileBrowserItemDrag as sl } from "./hooks/useFileBrowserDrag.js";
|
|
130
|
+
import { useKeybind as xl } from "./hooks/useKeybind.js";
|
|
131
|
+
import { useMediaQuery as gl } from "./hooks/useMediaQuery.js";
|
|
132
|
+
import { usePersisted as ul } from "./hooks/usePersisted.js";
|
|
133
|
+
import { useResizeObserver as kl } from "./hooks/useResizeObserver.js";
|
|
134
|
+
import { useVirtualList as Fl } from "./components/chat/hooks/useVirtualList.js";
|
|
135
135
|
export {
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
136
|
+
l as Activity,
|
|
137
|
+
_r as ActivityAppsMain,
|
|
138
|
+
Zr as ActivityBar,
|
|
139
|
+
f as ActivityIcon,
|
|
140
|
+
qr as AffixInput,
|
|
141
|
+
s as AlertCircle,
|
|
142
|
+
d as AlertTriangle,
|
|
143
|
+
et as AnimatedBorderCard,
|
|
144
|
+
x as ArchiveIcon,
|
|
145
|
+
ft as AreaChart,
|
|
146
|
+
I as ArrowDown,
|
|
147
|
+
g as ArrowLeft,
|
|
148
|
+
C as ArrowRight,
|
|
149
|
+
u as ArrowRightLeft,
|
|
150
|
+
h as ArrowUp,
|
|
151
|
+
k as AtSign,
|
|
152
|
+
Ct as AttachmentPreview,
|
|
153
|
+
S as AwardIcon,
|
|
154
|
+
F as BarChart,
|
|
155
|
+
B as BatteryIcon,
|
|
156
|
+
P as Bell,
|
|
157
|
+
y as BellIcon,
|
|
158
|
+
ht as BlockRenderer,
|
|
159
|
+
D as Bookmark,
|
|
160
|
+
T as BookmarkIcon,
|
|
161
|
+
v as Bot,
|
|
162
162
|
M as BotIcon,
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
163
|
+
St as BottomBar,
|
|
164
|
+
Ft as BottomBarItem,
|
|
165
|
+
yt as Breadcrumb,
|
|
166
|
+
w as BugIcon,
|
|
167
|
+
Tt as Button,
|
|
168
|
+
b as Calendar,
|
|
169
|
+
W as CalendarIcon,
|
|
170
|
+
L as Camera,
|
|
171
|
+
A as CameraIcon,
|
|
172
|
+
ot as Card,
|
|
173
|
+
rt as CardContent,
|
|
174
|
+
tt as CardDescription,
|
|
175
|
+
it as CardFooter,
|
|
176
|
+
nt as CardHeader,
|
|
177
|
+
at as CardTitle,
|
|
178
|
+
R as ChartIcon,
|
|
179
179
|
Mt as ChatContainer,
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
180
|
+
bt as ChatInput,
|
|
181
|
+
Lt as ChatProvider,
|
|
182
|
+
G as Check,
|
|
183
|
+
H as CheckCircle,
|
|
184
|
+
E as CheckIcon,
|
|
185
|
+
Gt as Checkbox,
|
|
186
|
+
Ht as CheckboxGroup,
|
|
187
|
+
Et as CheckboxList,
|
|
188
|
+
Vt as ChecklistBlock,
|
|
189
|
+
O as ChevronDown,
|
|
190
|
+
V as ChevronLeft,
|
|
191
|
+
U as ChevronRight,
|
|
192
|
+
N as ChevronUp,
|
|
193
|
+
z as ChevronsUpDown,
|
|
194
|
+
Nt as CircularProgress,
|
|
195
|
+
K as Clock,
|
|
196
|
+
_ as ClockIcon,
|
|
197
|
+
Q as CloseIcon,
|
|
198
|
+
Z as Cloud,
|
|
199
|
+
X as CloudIcon,
|
|
200
|
+
q as Code,
|
|
201
|
+
Zt as CodeBlock,
|
|
202
|
+
qt as CodeDiffBlock,
|
|
203
|
+
Jt as CodeFileIcon,
|
|
204
|
+
j as CodeIcon,
|
|
205
|
+
mi as CommandPalette,
|
|
206
|
+
li as CommandProvider,
|
|
207
|
+
J as CompassIcon,
|
|
208
|
+
xi as ComponentRegistryProvider,
|
|
209
|
+
Yt as ConfigFileIcon,
|
|
210
|
+
Si as ConfirmDialog,
|
|
211
|
+
Pi as ConnectionStatus,
|
|
212
|
+
Y as Copy,
|
|
213
|
+
$ as CopyCheck,
|
|
214
|
+
ee as CopyCheckIcon,
|
|
215
|
+
oe as CopyIcon,
|
|
216
|
+
re as Cpu,
|
|
217
|
+
te as CreditCardIcon,
|
|
218
|
+
Di as DECK_GRID_CONFIG,
|
|
219
|
+
wi as DEFAULT_FLOE_CONFIG,
|
|
220
|
+
Ri as DEFAULT_VIRTUAL_LIST_CONFIG,
|
|
221
|
+
st as DataBarChart,
|
|
222
|
+
dt as DataPieChart,
|
|
223
|
+
ie as Database,
|
|
224
|
+
ne as DatabaseIcon,
|
|
225
|
+
Hi as DeckCell,
|
|
226
|
+
Ti as DeckGrid,
|
|
227
|
+
Oi as DeckProvider,
|
|
228
|
+
zi as DeckTopBar,
|
|
229
|
+
Fi as Dialog,
|
|
230
|
+
_i as DirectoryInput,
|
|
231
|
+
Zi as DirectoryPicker,
|
|
232
|
+
qi as DirectoryTree,
|
|
233
|
+
$t as DocumentFileIcon,
|
|
234
|
+
ae as DollarIcon,
|
|
235
|
+
ce as Download,
|
|
236
|
+
me as DownloadIcon,
|
|
237
|
+
Ji as DropZonePreview,
|
|
238
|
+
$i as Dropdown,
|
|
239
|
+
pe as EditIcon,
|
|
240
|
+
rn as ErrorBlock,
|
|
241
|
+
le as ErrorIcon,
|
|
242
|
+
fe as ExternalLink,
|
|
243
|
+
se as Eye,
|
|
244
|
+
de as EyeIcon,
|
|
245
|
+
xe as EyeOff,
|
|
246
|
+
fn as FileBlock,
|
|
247
|
+
dn as FileBrowser,
|
|
248
|
+
In as FileBrowserDragProvider,
|
|
249
|
+
hn as FileBrowserProvider,
|
|
250
|
+
Fn as FileBrowserToolbar,
|
|
251
|
+
Ie as FileCode,
|
|
252
|
+
Pn as FileContextMenu,
|
|
253
|
+
Dn as FileGridView,
|
|
254
|
+
ei as FileIcon,
|
|
255
|
+
vn as FileListView,
|
|
256
|
+
ge as FilePlus,
|
|
257
|
+
Ce as FilePlusIcon,
|
|
258
|
+
wn as FileSavePicker,
|
|
259
|
+
ue as FileText,
|
|
260
|
+
he as Files,
|
|
261
|
+
Wn as FilesSidebarWidget,
|
|
262
|
+
ke as Filter,
|
|
263
|
+
Se as FilterIcon,
|
|
264
|
+
Fe as FireIcon,
|
|
265
|
+
En as FloatingWindow,
|
|
266
|
+
Vn as FloeApp,
|
|
267
|
+
bi as FloeConfigProvider,
|
|
268
268
|
r as FloeProvider,
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
269
|
+
Nn as FloeRegistryRuntime,
|
|
270
|
+
Be as Folder,
|
|
271
|
+
oi as FolderIcon,
|
|
272
|
+
Pe as FolderOpen,
|
|
273
|
+
ri as FolderOpenIcon,
|
|
274
|
+
ye as FolderPlus,
|
|
275
|
+
De as FolderPlusIcon,
|
|
276
|
+
Kn as Form,
|
|
277
|
+
_n as FormActions,
|
|
278
|
+
Qn as FormControl,
|
|
279
|
+
Zn as FormDescription,
|
|
280
|
+
Xn as FormDivider,
|
|
281
|
+
qn as FormField,
|
|
282
|
+
jn as FormLabel,
|
|
283
|
+
Jn as FormMessage,
|
|
284
|
+
Yn as FormRow,
|
|
285
|
+
$n as FormSection,
|
|
286
|
+
Te as GiftIcon,
|
|
287
|
+
ve as GitBranch,
|
|
288
288
|
Me as GitBranchIcon,
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
289
|
+
we as Globe,
|
|
290
|
+
be as GlobeIcon,
|
|
291
|
+
We as Grid,
|
|
292
|
+
Le as Grid3x3,
|
|
293
|
+
Ae as GripVertical,
|
|
294
|
+
Re as Hash,
|
|
295
|
+
Ge as HeadphonesIcon,
|
|
296
|
+
He as Heart,
|
|
297
|
+
Ee as HeartIcon,
|
|
298
|
+
Oe as HelpIcon,
|
|
299
|
+
tn as HighlightBlock,
|
|
300
|
+
Ve as Highlighter,
|
|
301
|
+
Ue as History,
|
|
302
|
+
Ne as Home,
|
|
303
|
+
ze as HomeIcon,
|
|
304
|
+
Ke as Image,
|
|
305
|
+
ra as ImageBlock,
|
|
306
|
+
ti as ImageFileIcon,
|
|
307
|
+
_e as ImageIcon,
|
|
308
|
+
Qe as Info,
|
|
309
|
+
nn as InfoBlock,
|
|
310
|
+
Ze as InfoIcon,
|
|
311
|
+
jr as Input,
|
|
312
|
+
ct as Interactive3DCard,
|
|
313
|
+
ia as KeepAliveStack,
|
|
314
|
+
Xe as Key,
|
|
315
|
+
qe as KeyIcon,
|
|
316
|
+
aa as Launchpad,
|
|
317
|
+
ma as LaunchpadGrid,
|
|
318
|
+
la as LaunchpadItem,
|
|
319
|
+
sa as LaunchpadModal,
|
|
320
|
+
xa as LaunchpadPagination,
|
|
321
|
+
ga as LaunchpadSearch,
|
|
322
|
+
je as Layers,
|
|
323
|
+
Je as LayersIcon,
|
|
324
|
+
Ye as LayoutDashboard,
|
|
325
|
+
ua as LayoutProvider,
|
|
326
|
+
Fa as LayoutSelector,
|
|
327
|
+
xt as LineChart,
|
|
328
|
+
zt as LinearProgress,
|
|
329
|
+
$e as Link,
|
|
330
|
+
eo as LinkIcon,
|
|
331
|
+
oo as Loader2,
|
|
332
|
+
ro as LoadingIcon,
|
|
333
|
+
Pa as LoadingOverlay,
|
|
334
|
+
to as Lock,
|
|
335
|
+
io as LockIcon,
|
|
336
|
+
no as MagicIcon,
|
|
337
|
+
ao as Mail,
|
|
338
|
+
co as MailIcon,
|
|
339
|
+
mo as MapPinIcon,
|
|
340
|
+
Da as MarkdownBlock,
|
|
341
|
+
po as Maximize,
|
|
342
|
+
lo as Menu,
|
|
343
|
+
va as MermaidBlock,
|
|
344
|
+
wa as MessageActions,
|
|
345
|
+
Wa as MessageAvatar,
|
|
346
|
+
Aa as MessageBubble,
|
|
347
|
+
fo as MessageIcon,
|
|
348
|
+
Ga as MessageItem,
|
|
349
|
+
Ea as MessageMeta,
|
|
350
|
+
so as MessageSquare,
|
|
351
|
+
Va as MetricsWidget,
|
|
352
|
+
xo as Mic,
|
|
353
|
+
Io as MicIcon,
|
|
354
|
+
go as MicOff,
|
|
355
|
+
Co as Minus,
|
|
356
|
+
uo as MinusIcon,
|
|
357
|
+
Na as MobileTabBar,
|
|
358
|
+
It as MonitoringChart,
|
|
359
|
+
ho as Moon,
|
|
360
|
+
ko as MoonIcon,
|
|
361
|
+
So as MoreHorizontal,
|
|
362
|
+
Fo as MoreVertical,
|
|
363
|
+
mt as MorphCard,
|
|
364
|
+
Bo as MuteIcon,
|
|
365
|
+
pt as NeonCard,
|
|
366
|
+
an as NoteBlock,
|
|
367
|
+
Ka as NotificationContainer,
|
|
368
|
+
_a as NotificationProvider,
|
|
369
|
+
Jr as NumberInput,
|
|
370
|
+
Po as Package,
|
|
371
|
+
yo as PackageIcon,
|
|
372
|
+
qa as Pagination,
|
|
373
|
+
Ja as Panel,
|
|
374
|
+
Ya as PanelContent,
|
|
375
|
+
$a as PanelHeader,
|
|
376
|
+
Do as Paperclip,
|
|
377
|
+
To as Paste,
|
|
378
|
+
vo as PasteIcon,
|
|
379
379
|
Mo as Pause,
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
380
|
+
wo as PauseIcon,
|
|
381
|
+
bo as Pencil,
|
|
382
|
+
Wo as Phone,
|
|
383
|
+
Lo as PieChart,
|
|
384
|
+
Ao as Pin,
|
|
385
|
+
Ro as PinIcon,
|
|
386
|
+
Go as Play,
|
|
387
|
+
Ho as PlayIcon,
|
|
388
|
+
Eo as Plus,
|
|
389
|
+
Oo as PlusIcon,
|
|
390
|
+
Vo as PowerIcon,
|
|
391
|
+
Uo as PrinterIcon,
|
|
392
|
+
oc as ProcessingIndicator,
|
|
393
|
+
No as Quote,
|
|
394
|
+
tc as QuoteBlock,
|
|
395
|
+
nc as RadioGroup,
|
|
396
|
+
ac as RadioList,
|
|
397
|
+
cc as RadioOption,
|
|
398
|
+
zo as Refresh,
|
|
399
|
+
Ko as RefreshIcon,
|
|
400
|
+
pc as ResizeHandle,
|
|
401
|
+
_o as Restore,
|
|
402
|
+
Qo as RocketIcon,
|
|
403
|
+
Zo as Save,
|
|
404
|
+
Xo as SaveIcon,
|
|
405
|
+
qo as Search,
|
|
406
|
+
jo as SearchIcon,
|
|
407
|
+
Ln as SearchSidebarWidget,
|
|
408
|
+
fc as SegmentedControl,
|
|
409
|
+
Kt as SegmentedProgress,
|
|
410
|
+
en as Select,
|
|
411
|
+
Jo as Send,
|
|
412
|
+
Yo as SendIcon,
|
|
413
|
+
$o as Settings,
|
|
414
|
+
er as SettingsIcon,
|
|
415
|
+
An as SettingsSidebarWidget,
|
|
416
|
+
or as ShareIcon,
|
|
417
|
+
dc as Shell,
|
|
418
|
+
Ic as ShellBlock,
|
|
419
|
+
ii as ShellScriptFileIcon,
|
|
420
|
+
rr as Shield,
|
|
421
|
+
tr as ShieldCheck,
|
|
422
|
+
ir as ShieldIcon,
|
|
423
|
+
Rn as ShowcaseSidebarWidget,
|
|
424
|
+
Cc as Sidebar,
|
|
425
|
+
uc as SidebarContent,
|
|
426
|
+
hc as SidebarItem,
|
|
427
|
+
kc as SidebarItemList,
|
|
428
|
+
Bc as SidebarPane,
|
|
429
|
+
Sc as SidebarSection,
|
|
430
|
+
Gn as SidebarWidget,
|
|
431
|
+
yc as Skeleton,
|
|
432
|
+
Dc as SkeletonCard,
|
|
433
|
+
Tc as SkeletonList,
|
|
434
|
+
vc as SkeletonText,
|
|
435
|
+
wc as SnakeLoader,
|
|
436
|
+
nr as SparkleIcon,
|
|
437
|
+
ar as Sparkles,
|
|
438
|
+
cr as Star,
|
|
439
|
+
mr as StarIcon,
|
|
440
|
+
Bt as StatusIndicator,
|
|
441
|
+
Wc as Stepper,
|
|
442
|
+
_t as StepsProgress,
|
|
443
|
+
pr as Stop,
|
|
444
|
+
Gc as StreamingCursor,
|
|
445
|
+
ni as StyleFileIcon,
|
|
446
|
+
cn as SuccessBlock,
|
|
447
|
+
lr as SuccessIcon,
|
|
448
|
+
fr as Sun,
|
|
449
|
+
sr as SunIcon,
|
|
450
|
+
Ec as SvgBlock,
|
|
451
|
+
Vc as Switch,
|
|
452
|
+
Nc as TabPanel,
|
|
453
|
+
zc as Tabs,
|
|
454
|
+
dr as Tag,
|
|
455
|
+
xr as TagIcon,
|
|
456
|
+
Ir as TargetIcon,
|
|
457
|
+
gr as Terminal,
|
|
458
|
+
Cr as TerminalIcon,
|
|
459
|
+
_c as TerminalWidget,
|
|
460
|
+
Zc as TextBlock,
|
|
461
|
+
Yr as Textarea,
|
|
462
|
+
qc as ThemeProvider,
|
|
463
|
+
$c as ThinkingBlock,
|
|
464
|
+
ur as ThumbsDownIcon,
|
|
465
|
+
hr as ThumbsUpIcon,
|
|
466
|
+
kr as Timer,
|
|
467
|
+
mn as TipBlock,
|
|
468
|
+
om as ToolCallBlock,
|
|
469
|
+
tm as Tooltip,
|
|
470
|
+
nm as TopBar,
|
|
471
|
+
cm as TopBarIconButton,
|
|
472
|
+
Sr as Trash,
|
|
473
|
+
Fr as TrashIcon,
|
|
474
|
+
Br as TrendingDown,
|
|
475
|
+
Pr as TrendingUp,
|
|
476
|
+
yr as Unlock,
|
|
477
|
+
Dr as Upload,
|
|
478
|
+
Tr as UploadIcon,
|
|
479
|
+
vr as User,
|
|
480
480
|
Mr as UserIcon,
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
481
|
+
wr as Video,
|
|
482
|
+
br as VideoIcon,
|
|
483
|
+
pm as ViewActivationProvider,
|
|
484
|
+
sm as VirtualMessageList,
|
|
485
|
+
Wr as Volume,
|
|
486
|
+
Lr as VolumeIcon,
|
|
487
|
+
Ar as VolumeOff,
|
|
488
|
+
Rr as Wand,
|
|
489
|
+
pn as WarningBlock,
|
|
490
|
+
Gr as WarningIcon,
|
|
491
|
+
xm as WidgetFrame,
|
|
492
|
+
gm as WidgetPalette,
|
|
493
|
+
um as WidgetRegistryProvider,
|
|
494
|
+
Fm as WidgetResizeHandle,
|
|
495
|
+
Pm as WidgetStateProvider,
|
|
496
496
|
Mm as WidgetTypeSwitcher,
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
497
|
+
Hr as WifiIcon,
|
|
498
|
+
Er as WifiOffIcon,
|
|
499
|
+
Lc as Wizard,
|
|
500
|
+
Or as Workflow,
|
|
501
|
+
bm as WorkingIndicator,
|
|
502
|
+
Vr as X,
|
|
503
|
+
Ur as XCircle,
|
|
504
|
+
Nr as Zap,
|
|
505
|
+
zr as ZapIcon,
|
|
506
|
+
Lm as applyDragDelta,
|
|
507
|
+
Am as applyResizeDelta,
|
|
508
508
|
i as applyTheme,
|
|
509
|
-
|
|
509
|
+
Vm as buildAssistantNoticeEvents,
|
|
510
510
|
n as builtInThemes,
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
511
|
+
Km as checkCollision,
|
|
512
|
+
qm as cn,
|
|
513
|
+
Jm as computeCodeDiff,
|
|
514
|
+
Ym as computeCodeDiffSync,
|
|
515
|
+
$m as configureDiffWorker,
|
|
516
|
+
np as configureMarkdownWorker,
|
|
517
|
+
dp as configureMermaidWorker,
|
|
518
|
+
hp as configureShikiWorker,
|
|
519
|
+
kp as configureSyncHighlighter,
|
|
520
|
+
xp as configureSyncMermaid,
|
|
521
|
+
_m as constrainPosition,
|
|
522
|
+
fi as createCommandService,
|
|
523
|
+
Ii as createComponentRegistry,
|
|
524
|
+
Vi as createDeckService,
|
|
525
|
+
ep as createDiffWorker,
|
|
526
|
+
ha as createLayoutService,
|
|
527
|
+
ap as createMarkdownWorker,
|
|
528
|
+
Qa as createNotificationService,
|
|
529
|
+
yp as createSimpleContext,
|
|
530
|
+
Um as createStreamEventBuilder,
|
|
531
|
+
jc as createThemeService,
|
|
532
|
+
hm as createWidgetRegistry,
|
|
533
|
+
Tp as deferAfterPaint,
|
|
534
|
+
vp as deferNonBlocking,
|
|
535
|
+
wp as duration,
|
|
536
|
+
bp as easing,
|
|
537
|
+
Wp as fadeIn,
|
|
538
|
+
Qm as findFreePosition,
|
|
539
|
+
_p as formatKeybind,
|
|
540
|
+
ai as getFileIcon,
|
|
541
|
+
Rm as getGridCellSize,
|
|
542
|
+
vi as getGridConfigFromElement,
|
|
543
543
|
a as getSystemTheme,
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
Vp as
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
cl as
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
xl as
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
544
|
+
Zm as hasCollision,
|
|
545
|
+
gi as hasComponentRegistryContext,
|
|
546
|
+
op as hasDiffWorker,
|
|
547
|
+
gn as hasFileBrowserDragContext,
|
|
548
|
+
cp as hasMarkdownWorker,
|
|
549
|
+
Sp as highlightCode,
|
|
550
|
+
Nm as isStreamEvent,
|
|
551
|
+
qp as isTypingElement,
|
|
552
|
+
Lp as listContainer,
|
|
553
|
+
Ap as listItem,
|
|
554
|
+
Yp as lockBodyStyle,
|
|
555
|
+
Qp as matchKeybind,
|
|
556
|
+
Rp as panelResize,
|
|
557
|
+
Zp as parseKeybind,
|
|
558
|
+
Gm as pixelDeltaToGridDelta,
|
|
559
|
+
Gp as popIn,
|
|
560
|
+
Hm as positionToGridArea,
|
|
561
|
+
el as registerCommandContributions,
|
|
562
|
+
mp as renderMarkdown,
|
|
563
|
+
pp as renderMarkdownSync,
|
|
564
|
+
Ip as renderMermaid,
|
|
565
|
+
c as resolveThemeTokenOverrides,
|
|
566
|
+
Hp as scaleIn,
|
|
567
|
+
jp as shouldIgnoreHotkeys,
|
|
568
|
+
Ep as sidebarVariants,
|
|
569
|
+
Op as slideInFromBottom,
|
|
570
|
+
Vp as slideInFromLeft,
|
|
571
|
+
Up as slideInFromRight,
|
|
572
|
+
Np as slideInFromTop,
|
|
573
|
+
Em as snapToGrid,
|
|
574
|
+
zp as springConfig,
|
|
575
|
+
m as syncThemeTokenOverrides,
|
|
576
|
+
rp as terminateDiffWorker,
|
|
577
|
+
lp as terminateMarkdownWorker,
|
|
578
|
+
gp as terminateMermaidWorker,
|
|
579
|
+
Fp as terminateShikiWorker,
|
|
580
|
+
tl as useAttachments,
|
|
581
|
+
nl as useAutoScroll,
|
|
582
|
+
At as useChatContext,
|
|
583
|
+
Bp as useCodeHighlight,
|
|
584
|
+
si as useCommand,
|
|
585
|
+
ol as useCommandContributions,
|
|
586
|
+
Ci as useComponentContextFactory,
|
|
587
|
+
ui as useComponentRegistry,
|
|
588
|
+
ym as useCurrentWidgetId,
|
|
589
|
+
cl as useDebounce,
|
|
590
|
+
Ui as useDeck,
|
|
591
|
+
pl as useDeckDrag,
|
|
592
|
+
kn as useFileBrowser,
|
|
593
|
+
Cn as useFileBrowserDrag,
|
|
594
|
+
fl as useFileBrowserDropTarget,
|
|
595
|
+
sl as useFileBrowserItemDrag,
|
|
596
|
+
Wi as useFloeConfig,
|
|
597
|
+
ea as useFormSubmitting,
|
|
598
|
+
xl as useKeybind,
|
|
599
|
+
ka as useLayout,
|
|
600
|
+
gl as useMediaQuery,
|
|
601
|
+
Cp as useMermaid,
|
|
602
|
+
Za as useNotification,
|
|
603
|
+
hi as useOptionalComponentRegistry,
|
|
604
|
+
ul as usePersisted,
|
|
605
|
+
kl as useResizeObserver,
|
|
606
|
+
Li as useResolvedFloeConfig,
|
|
607
|
+
Jc as useTheme,
|
|
608
|
+
lm as useViewActivation,
|
|
609
|
+
Fl as useVirtualList,
|
|
610
|
+
km as useWidgetRegistry,
|
|
611
|
+
Dm as useWidgetState,
|
|
612
|
+
Tm as useWidgetStateContext,
|
|
613
|
+
Ac as useWizard,
|
|
614
|
+
tp as waitForDiffWorker,
|
|
615
|
+
fp as waitForMarkdownWorker
|
|
614
616
|
};
|