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