@floegence/floe-webapp-core 0.50.6 → 0.52.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/chat/input/ChatInput.js +8 -8
- package/dist/components/ui/Button.js +16 -13
- package/dist/components/ui/Card.js +125 -119
- package/dist/components/ui/Checkbox.js +178 -132
- package/dist/components/ui/CommandPalette.js +10 -10
- package/dist/components/ui/Dialog.d.ts +7 -0
- package/dist/components/ui/Dialog.js +160 -114
- package/dist/components/ui/DirectoryInput.js +5 -5
- package/dist/components/ui/Dropdown.d.ts +2 -0
- package/dist/components/ui/Dropdown.js +183 -160
- package/dist/components/ui/FloatingWindow.js +211 -199
- package/dist/components/ui/HighlightBlock.js +8 -8
- package/dist/components/ui/Input.js +40 -40
- package/dist/components/ui/Pagination.js +90 -88
- package/dist/components/ui/ProcessingIndicator.js +1 -1
- package/dist/components/ui/Progress.js +99 -88
- package/dist/components/ui/QuoteBlock.js +9 -9
- package/dist/components/ui/Radio.js +151 -127
- package/dist/components/ui/SegmentedControl.js +26 -25
- package/dist/components/ui/Stepper.js +114 -112
- package/dist/components/ui/Switch.js +34 -33
- package/dist/components/ui/Tabs.js +153 -150
- package/dist/components/ui/Tag.js +24 -21
- package/dist/components/ui/Tooltip.js +10 -10
- package/dist/components/ui/floatingPresence.js +40 -30
- package/dist/components/workbench/WorkbenchHud.js +9 -9
- package/dist/components/workbench/WorkbenchLockButton.js +4 -4
- package/dist/components/workbench/WorkbenchWidget.js +46 -43
- package/dist/context/FloeConfigContext.d.ts +5 -1
- package/dist/context/FloeConfigContext.js +10 -9
- package/dist/context/ThemeContext.d.ts +3 -1
- package/dist/context/ThemeContext.js +78 -71
- package/dist/floe.css +32 -0
- package/dist/full.js +839 -836
- package/dist/hooks/useOverlayMask.js +95 -83
- package/dist/index.js +150 -147
- package/dist/input-focus.css +0 -1
- package/dist/styles/themes/index.d.ts +3 -0
- package/dist/styles/themes/index.js +40 -31
- package/dist/styles/tokens.d.ts +36 -0
- package/dist/styles/tokens.js +12 -5
- package/dist/styles.css +1 -1
- package/dist/surface.css +467 -0
- package/dist/themes.d.ts +1 -1
- package/dist/ui.css +9 -0
- package/package.json +1 -1
package/dist/full.js
CHANGED
|
@@ -1,842 +1,845 @@
|
|
|
1
1
|
import { FloeProvider as r } from "./app/FloeProvider.js";
|
|
2
|
-
import { applyShellThemeAttribute as i,
|
|
3
|
-
import { floeColorTokenCategories as
|
|
4
|
-
import { Activity as
|
|
5
|
-
import { DEFAULT_TERMINAL_WORKSPACE_PROFILE as
|
|
6
|
-
import { clampTerminalCursor as
|
|
7
|
-
import { applyTerminalSessionSuggestion as
|
|
8
|
-
import { runTerminalMockCommand as
|
|
9
|
-
import { DEFAULT_TERMINAL_SUGGESTION_PROVIDERS as
|
|
10
|
-
import { ActivityAppsMain as
|
|
11
|
-
import { ActivityBar as
|
|
12
|
-
import { AffixInput as
|
|
13
|
-
import { AnimatedBorderCard as
|
|
14
|
-
import { ArchiveFileIcon as
|
|
15
|
-
import { AreaChart as
|
|
16
|
-
import { AttachmentPreview as
|
|
17
|
-
import { BUILT_IN_SHELL_THEME_DEFAULTS as
|
|
18
|
-
import { BlockRenderer as
|
|
19
|
-
import { BottomBar as
|
|
20
|
-
import { BottomBarCompanion as
|
|
21
|
-
import { Breadcrumb as
|
|
22
|
-
import { Button as
|
|
23
|
-
import { CANVAS_WHEEL_INTERACTIVE_ATTR as
|
|
24
|
-
import { ChatContainer as
|
|
25
|
-
import { ChatInput as
|
|
26
|
-
import { ChatProvider as
|
|
27
|
-
import { Checkbox as
|
|
28
|
-
import { ChecklistBlock as
|
|
29
|
-
import { CircularProgress as
|
|
30
|
-
import { CodeBlock as
|
|
31
|
-
import { CodeDiffBlock as
|
|
32
|
-
import { CommandPalette as
|
|
33
|
-
import { CommandProvider as
|
|
34
|
-
import { ComponentRegistryProvider as
|
|
35
|
-
import { ConfirmDialog as
|
|
36
|
-
import { ConnectionStatus as
|
|
37
|
-
import { DECK_GRID_CONFIG as
|
|
38
|
-
import { DEFAULT_FLOE_CONFIG as
|
|
39
|
-
import { DEFAULT_VIRTUAL_LIST_CONFIG as
|
|
40
|
-
import { DIALOG_SURFACE_BOUNDARY_ATTR as
|
|
41
|
-
import { DeckCell as
|
|
42
|
-
import { DeckContextMenu as
|
|
43
|
-
import { DeckGrid as
|
|
44
|
-
import { DeckProvider as
|
|
45
|
-
import { DeckTopBar as
|
|
46
|
-
import { DialogPlacementProvider as
|
|
47
|
-
import { DirectoryInput as
|
|
48
|
-
import { DirectoryPicker as
|
|
49
|
-
import { DirectoryTree as
|
|
50
|
-
import { DisplayModePageShell as
|
|
51
|
-
import { DisplayModeSwitcher as
|
|
52
|
-
import { DockActivity as
|
|
53
|
-
import { DropZonePreview as
|
|
54
|
-
import { Dropdown as
|
|
55
|
-
import { ErrorBlock as
|
|
56
|
-
import { FLOE_GEOMETRY_SURFACE_ATTR as
|
|
57
|
-
import { FileBlock as
|
|
58
|
-
import { FileBrowser as
|
|
59
|
-
import { FileBrowserDragPreview as
|
|
60
|
-
import { FileBrowserDragProvider as
|
|
61
|
-
import { FileBrowserProvider as
|
|
62
|
-
import { FileBrowserStatusBar as
|
|
63
|
-
import { FileBrowserToolbar as
|
|
64
|
-
import { FileContextMenu as
|
|
65
|
-
import { FileGridView as
|
|
66
|
-
import { FileListView as
|
|
67
|
-
import { FileOpenPicker as
|
|
68
|
-
import { FileSavePicker as
|
|
69
|
-
import { FilesSidebarWidget as
|
|
70
|
-
import { FloatingWindow as
|
|
71
|
-
import { FloeApp as
|
|
72
|
-
import { FloeRegistryContributions as
|
|
73
|
-
import { FloeRegistryRuntime as
|
|
74
|
-
import { Form as
|
|
75
|
-
import { ImageBlock as
|
|
76
|
-
import { InfiniteCanvas as
|
|
77
|
-
import { KeepAliveStack as
|
|
78
|
-
import { Launchpad as
|
|
79
|
-
import { LaunchpadGrid as
|
|
80
|
-
import { LaunchpadItem as
|
|
81
|
-
import { LaunchpadModal as
|
|
82
|
-
import { LaunchpadPagination as
|
|
83
|
-
import { LaunchpadSearch as
|
|
84
|
-
import { LayoutProvider as
|
|
85
|
-
import { LayoutSelector as
|
|
86
|
-
import { LoadingOverlay as
|
|
87
|
-
import { MENU_ITEM_SELECTOR as
|
|
88
|
-
import { MarkdownBlock as
|
|
89
|
-
import { MermaidBlock as
|
|
90
|
-
import { MessageActions as
|
|
91
|
-
import { MessageAvatar as
|
|
92
|
-
import { MessageBubble as
|
|
93
|
-
import { MessageItem as
|
|
94
|
-
import { MessageMeta as
|
|
95
|
-
import { MetricsWidget as
|
|
96
|
-
import { MobileKeyboard as
|
|
97
|
-
import { MobileTabBar as
|
|
98
|
-
import { NOTES_CONTEXT_MENU_WIDTH_PX as
|
|
99
|
-
import { NOTES_SCALE_MAX as
|
|
100
|
-
import { NOTE_COLOR_LABELS as
|
|
101
|
-
import { NotesOverlay as
|
|
102
|
-
import { NotificationContainer as
|
|
103
|
-
import { Pagination as
|
|
104
|
-
import { Panel as
|
|
105
|
-
import { PickerNavigationError as
|
|
106
|
-
import { ProcessingIndicator as
|
|
107
|
-
import { QuoteBlock as
|
|
108
|
-
import { RadioGroup as
|
|
109
|
-
import { ResizeHandle as
|
|
110
|
-
import { SegmentedControl as
|
|
111
|
-
import { Shell as
|
|
112
|
-
import { ShellBlock as
|
|
113
|
-
import { Sidebar as
|
|
114
|
-
import { SidebarPane as
|
|
115
|
-
import { Skeleton as
|
|
116
|
-
import { SnakeLoader as
|
|
117
|
-
import { Stepper as
|
|
118
|
-
import { StreamingCursor as
|
|
119
|
-
import { SurfaceFloatingLayer as
|
|
120
|
-
import { SvgBlock as
|
|
121
|
-
import { Switch as
|
|
122
|
-
import { TabPanel as
|
|
123
|
-
import { Tag as
|
|
124
|
-
import { TerminalWidget as
|
|
125
|
-
import { TextBlock as
|
|
126
|
-
import { ThemeProvider as
|
|
127
|
-
import { ThinkingBlock as
|
|
128
|
-
import { ToolCallBlock as
|
|
129
|
-
import { Tooltip as
|
|
130
|
-
import { TopBar as
|
|
131
|
-
import { TopBarIconButton as
|
|
132
|
-
import { ViewActivationProvider as
|
|
133
|
-
import { VirtualMessageList as
|
|
134
|
-
import { WidgetFrame as
|
|
135
|
-
import { WidgetPalette as
|
|
136
|
-
import { WidgetRegistryProvider as
|
|
137
|
-
import { WidgetResizeHandle as
|
|
138
|
-
import { WidgetStateProvider as
|
|
139
|
-
import { WidgetTypeSwitcher as
|
|
140
|
-
import { WorkingIndicator as
|
|
141
|
-
import { applyDragDelta as
|
|
142
|
-
import { buildAssistantNoticeEvents as
|
|
143
|
-
import { checkCollision as
|
|
144
|
-
import { classifyArchiveFileName as
|
|
145
|
-
import { clientToCanvasLocal as
|
|
146
|
-
import { cn as
|
|
147
|
-
import { computeCodeDiff as
|
|
148
|
-
import { configureMarkdownWorker as
|
|
149
|
-
import { configureMermaidWorker as
|
|
150
|
-
import { configureShikiWorker as
|
|
151
|
-
import { createFloatingPresence as
|
|
152
|
-
import { createSimpleContext as
|
|
153
|
-
import { createUIFirstSelection as
|
|
154
|
-
import { deferAfterPaint as
|
|
155
|
-
import { duration as
|
|
156
|
-
import { formatKeybind as
|
|
157
|
-
import { isTypingElement as
|
|
158
|
-
import { lockBodyStyle as
|
|
159
|
-
import { registerCommandContributions as
|
|
160
|
-
import { resolveFloatingWindowViewport as
|
|
161
|
-
import { startPointerSession as
|
|
162
|
-
import { useAttachments as
|
|
163
|
-
import { useAutoScroll as
|
|
164
|
-
import { useDebounce as
|
|
165
|
-
import { useDeckDrag as
|
|
166
|
-
import { useFileBrowserDropTarget as
|
|
167
|
-
import { useKeybind as
|
|
168
|
-
import { useMediaQuery as
|
|
169
|
-
import { usePersisted as
|
|
170
|
-
import { useResizeObserver as
|
|
171
|
-
import { useVirtualList as
|
|
2
|
+
import { applyShellThemeAttribute as i, applySurfaceStyleAttribute as n, applyTheme as a, builtInThemes as l, getSystemTheme as c, isFloeSurfaceStyle as m, isThemeType as s, mergeThemeTokenMaps as p, resolveThemeTokenOverrides as f, resolveThemeTokens as d, syncThemeTokenOverrides as T } from "./styles/themes/index.js";
|
|
3
|
+
import { floeColorTokenCategories as I, floeDesignTokens as x, floeFontFamilyTokens as C, floeMotionTokens as u, floeRadiusTokens as g, floeSharedCssVariables as h, floeSpacingTokens as k, floeSurfaceTokens as F, floeThemeColorVariables as E, floeTypographyTokens as P, getFloeColorTokenValue as A } from "./styles/tokens.js";
|
|
4
|
+
import { Activity as _, ActivityIcon as D, AlertCircle as R, AlertTriangle as y, ArchiveIcon as v, ArrowDown as B, ArrowLeft as M, ArrowRight as O, ArrowRightLeft as W, ArrowUp as N, AtSign as b, AwardIcon as w, BarChart as H, BatteryIcon as U, Bell as G, BellIcon as V, Bookmark as K, BookmarkIcon as z, Bot as X, BotIcon as Z, BugIcon as Q, Calendar as Y, CalendarIcon as q, Camera as j, CameraIcon as J, ChartIcon as $, Check as ee, CheckCircle as oe, CheckIcon as re, ChevronDown as te, ChevronLeft as ie, ChevronRight as ne, ChevronUp as ae, ChevronsUpDown as le, CircleStop as ce, Clock as me, ClockIcon as se, CloseIcon as pe, Cloud as fe, CloudIcon as de, Code as Te, CodeIcon as Se, CompassIcon as Ie, Copy as xe, CopyCheck as Ce, CopyCheckIcon as ue, CopyIcon as ge, Cpu as he, CreditCardIcon as ke, Database as Fe, DatabaseIcon as Ee, DollarIcon as Pe, Download as Ae, DownloadIcon as Le, EditIcon as _e, ErrorIcon as De, ExternalLink as Re, Eye as ye, EyeIcon as ve, EyeOff as Be, FileCode as Me, FilePlus as Oe, FilePlusIcon as We, FileText as Ne, Files as be, Filter as we, FilterIcon as He, FireIcon as Ue, Folder as Ge, FolderOpen as Ve, FolderPlus as Ke, FolderPlusIcon as ze, GiftIcon as Xe, GitBranch as Ze, GitBranchIcon as Qe, Globe as Ye, GlobeIcon as qe, Grid as je, Grid3x3 as Je, GripVertical as $e, Hash as eo, HeadphonesIcon as oo, Heart as ro, HeartIcon as to, HelpIcon as io, Highlighter as no, History as ao, Home as lo, HomeIcon as co, Image as mo, ImageIcon as so, Info as po, InfoIcon as fo, Key as To, KeyIcon as So, Layers as Io, LayersIcon as xo, LayoutDashboard as Co, Link as uo, LinkIcon as go, Loader2 as ho, LoadingIcon as ko, Lock as Fo, LockIcon as Eo, MagicIcon as Po, Mail as Ao, MailIcon as Lo, MapPinIcon as _o, Maximize as Do, Menu as Ro, MessageIcon as yo, MessageSquare as vo, Mic as Bo, MicIcon as Mo, MicOff as Oo, Minus as Wo, MinusIcon as No, Moon as bo, MoonIcon as wo, MoreHorizontal as Ho, MoreVertical as Uo, MuteIcon as Go, Package as Vo, PackageIcon as Ko, Paperclip as zo, Paste as Xo, PasteIcon as Zo, Pause as Qo, PauseIcon as Yo, Pencil as qo, Phone as jo, PieChart as Jo, Pin as $o, PinIcon as er, Play as or, PlayIcon as rr, Plus as tr, PlusIcon as ir, PowerIcon as nr, PrinterIcon as ar, Quote as lr, Refresh as cr, RefreshIcon as mr, Region as sr, Restore as pr, RocketIcon as fr, Save as dr, SaveIcon as Tr, Search as Sr, SearchIcon as Ir, Send as xr, SendIcon as Cr, Settings as ur, SettingsIcon as gr, ShareIcon as hr, Shield as kr, ShieldCheck as Fr, ShieldIcon as Er, SparkleIcon as Pr, Sparkles as Ar, Star as Lr, StarIcon as _r, Stop as Dr, StopFilled as Rr, SuccessIcon as yr, Sun as vr, SunIcon as Br, TagIcon as Mr, TargetIcon as Or, Terminal as Wr, TerminalIcon as Nr, TextTool as br, ThumbsDownIcon as wr, ThumbsUpIcon as Hr, Timer as Ur, Trash as Gr, TrashIcon as Vr, TrendingDown as Kr, TrendingUp as zr, Unlock as Xr, Upload as Zr, UploadIcon as Qr, User as Yr, UserIcon as qr, Video as jr, VideoIcon as Jr, Volume as $r, VolumeIcon as et, VolumeOff as ot, Wand as rt, WarningIcon as tt, WifiIcon as it, WifiOffIcon as nt, Workflow as at, X as lt, XCircle as ct, Zap as mt, ZapIcon as st } from "./components/icons/index.js";
|
|
5
|
+
import { DEFAULT_TERMINAL_WORKSPACE_PROFILE as ft, normalizeTerminalWorkspaceProfile as dt } from "./terminal/workspaceProfile.js";
|
|
6
|
+
import { clampTerminalCursor as St, createTerminalEditorState as It, deleteTerminalTextBackward as xt, insertTerminalText as Ct, moveTerminalCursor as ut, navigateTerminalHistory as gt } from "./terminal/editorModel.js";
|
|
7
|
+
import { applyTerminalSessionSuggestion as kt, createTerminalSessionState as Ft, dispatchTerminalSessionKey as Et, getTerminalPromptPreview as Pt, getTerminalSessionSuggestions as At, setTerminalSessionInputValue as Lt, submitTerminalSession as _t } from "./terminal/sessionModel.js";
|
|
8
|
+
import { runTerminalMockCommand as Rt } from "./terminal/mockRuntime.js";
|
|
9
|
+
import { DEFAULT_TERMINAL_SUGGESTION_PROVIDERS as vt, applyTerminalSuggestion as Bt, autocompleteTerminalInput as Mt, createTerminalFullLineSuggestion as Ot, createTerminalTokenSuggestion as Wt, getTerminalSuggestions as Nt, matchesTerminalSuggestionPrefix as bt, parseTerminalSuggestionContext as wt, terminalCommandTokenSuggestionProvider as Ht, terminalHistorySuggestionProvider as Ut, terminalPathSuggestionProvider as Gt, terminalRootSuggestionProvider as Vt, terminalSnippetSuggestionProvider as Kt } from "./terminal/suggestionEngine.js";
|
|
10
|
+
import { ActivityAppsMain as Xt } from "./app/ActivityAppsMain.js";
|
|
11
|
+
import { ActivityBar as Qt } from "./components/layout/ActivityBar.js";
|
|
12
|
+
import { AffixInput as qt, Input as jt, NumberInput as Jt, Textarea as $t } from "./components/ui/Input.js";
|
|
13
|
+
import { AnimatedBorderCard as oi, Card as ri, CardContent as ti, CardDescription as ii, CardFooter as ni, CardHeader as ai, CardTitle as li, Interactive3DCard as ci, MorphCard as mi, NeonCard as si } from "./components/ui/Card.js";
|
|
14
|
+
import { ArchiveFileIcon as fi, AudioFileIcon as di, BrokenSymlinkIcon as Ti, CodeFileIcon as Si, ConfigFileIcon as Ii, DocumentFileIcon as xi, FileIcon as Ci, FileItemIcon as ui, FolderIcon as gi, FolderOpenIcon as hi, ImageFileIcon as ki, JavaScriptFileIcon as Fi, ShellScriptFileIcon as Ei, StyleFileIcon as Pi, SymlinkFileIcon as Ai, SymlinkFolderIcon as Li, SymlinkFolderOpenIcon as _i, TypeScriptFileIcon as Di, VideoFileIcon as Ri, getFileIcon as yi, resolveFileItemIcon as vi } from "./components/file-browser/FileIcons.js";
|
|
15
|
+
import { AreaChart as Mi, DataBarChart as Oi, DataPieChart as Wi, LineChart as Ni, MonitoringChart as bi } from "./components/ui/Charts.js";
|
|
16
|
+
import { AttachmentPreview as Hi } from "./components/chat/input/AttachmentPreview.js";
|
|
17
|
+
import { BUILT_IN_SHELL_THEME_DEFAULTS as Gi, REQUIRED_SHELL_THEME_TOKENS as Vi, assertUniqueThemePresetNames as Ki, builtInShellThemePresets as zi, createShellThemePreset as Xi, getShellThemePresetsForMode as Zi, normalizeShellThemeSelection as Qi, presetSupportsMode as Yi, resolveShellThemePresetName as qi } from "./styles/themes/presets.js";
|
|
18
|
+
import { BlockRenderer as Ji } from "./components/chat/blocks/BlockRenderer.js";
|
|
19
|
+
import { BottomBar as en, BottomBarItem as on, StatusIndicator as rn } from "./components/layout/BottomBar.js";
|
|
20
|
+
import { BottomBarCompanion as nn } from "./components/layout/BottomBarCompanion.js";
|
|
21
|
+
import { Breadcrumb as ln } from "./components/file-browser/Breadcrumb.js";
|
|
22
|
+
import { Button as mn } from "./components/ui/Button.js";
|
|
23
|
+
import { CANVAS_WHEEL_INTERACTIVE_ATTR as pn, DEFAULT_CANVAS_WHEEL_INTERACTIVE_SELECTOR as fn, DEFAULT_LOCAL_INTERACTION_SURFACE_SELECTOR as dn, DEFAULT_WORKBENCH_TEXT_SELECTION_SURFACE_SELECTOR as Tn, DEFAULT_WORKBENCH_WIDGET_ACTIVATION_SURFACE_SELECTOR as Sn, DEFAULT_WORKBENCH_WIDGET_SHELL_SELECTOR as In, LOCAL_INTERACTION_SURFACE_ATTR as xn, WORKBENCH_TEXT_SELECTION_SURFACE_ATTR as Cn, WORKBENCH_WIDGET_ACTIVATION_SURFACE_ATTR as un, WORKBENCH_WIDGET_SHELL_ATTR as gn, isLocalInteractionSurfaceTarget as hn, resolveSurfaceInteractionTargetRole as kn, resolveSurfaceWheelRouting as Fn, resolveWorkbenchWidgetEventOwnership as En, resolveWorkbenchWidgetLocalTypingTarget as Pn, resolveWorkbenchWidgetTextSelectionTarget as An, shouldActivateWorkbenchWidgetLocalTarget as Ln } from "./components/ui/localInteractionSurface.js";
|
|
24
|
+
import { ChatContainer as Dn } from "./components/chat/ChatContainer.js";
|
|
25
|
+
import { ChatInput as yn } from "./components/chat/input/ChatInput.js";
|
|
26
|
+
import { ChatProvider as Bn, useChatContext as Mn } from "./components/chat/ChatProvider.js";
|
|
27
|
+
import { Checkbox as Wn, CheckboxGroup as Nn, CheckboxList as bn } from "./components/ui/Checkbox.js";
|
|
28
|
+
import { ChecklistBlock as Hn } from "./components/chat/blocks/ChecklistBlock.js";
|
|
29
|
+
import { CircularProgress as Gn, LinearProgress as Vn, SegmentedProgress as Kn, StepsProgress as zn } from "./components/ui/Progress.js";
|
|
30
|
+
import { CodeBlock as Zn } from "./components/chat/blocks/CodeBlock.js";
|
|
31
|
+
import { CodeDiffBlock as Yn } from "./components/chat/blocks/CodeDiffBlock.js";
|
|
32
|
+
import { CommandPalette as jn } from "./components/ui/CommandPalette.js";
|
|
33
|
+
import { CommandProvider as $n, createCommandService as ea, useCommand as oa } from "./context/CommandContext.js";
|
|
34
|
+
import { ComponentRegistryProvider as ta, createComponentRegistry as ia, hasComponentRegistryContext as na, useComponentContextFactory as aa, useComponentRegistry as la, useOptionalComponentRegistry as ca } from "./context/ComponentRegistry.js";
|
|
35
|
+
import { ConfirmDialog as sa, Dialog as pa } from "./components/ui/Dialog.js";
|
|
36
|
+
import { ConnectionStatus as da } from "./components/chat/status/ConnectionStatus.js";
|
|
37
|
+
import { DECK_GRID_CONFIG as Sa, getGridConfigFromElement as Ia } from "./components/deck/deckGridMetrics.js";
|
|
38
|
+
import { DEFAULT_FLOE_CONFIG as Ca, FloeConfigProvider as ua, useFloeConfig as ga, useResolvedFloeConfig as ha } from "./context/FloeConfigContext.js";
|
|
39
|
+
import { DEFAULT_VIRTUAL_LIST_CONFIG as Fa } from "./components/chat/types.js";
|
|
40
|
+
import { DIALOG_SURFACE_BOUNDARY_ATTR as Pa, DIALOG_SURFACE_HOST_ATTR as Aa, SURFACE_PORTAL_HOST_ATTR as La, SURFACE_PORTAL_LAYER_ATTR as _a, __resetSurfacePortalScopeForTests as Da, ensureSurfacePortalInteractionTracking as Ra, isSurfacePortalMode as ya, projectSurfacePortalPosition as va, projectSurfacePortalRect as Ba, resolveSurfacePortalBoundaryRect as Ma, resolveSurfacePortalHost as Oa, resolveSurfacePortalMount as Wa, resolveSurfacePortalMountRect as Na } from "./components/ui/dialogSurfaceScope.js";
|
|
41
|
+
import { DeckCell as wa } from "./components/deck/DeckCell.js";
|
|
42
|
+
import { DeckContextMenu as Ua } from "./components/deck/DeckContextMenu.js";
|
|
43
|
+
import { DeckGrid as Va } from "./components/deck/DeckGrid.js";
|
|
44
|
+
import { DeckProvider as za, createDeckService as Xa, useDeck as Za } from "./context/DeckContext.js";
|
|
45
|
+
import { DeckTopBar as Ya } from "./components/deck/DeckTopBar.js";
|
|
46
|
+
import { DialogPlacementProvider as ja } from "./components/ui/DialogPlacementContext.js";
|
|
47
|
+
import { DirectoryInput as $a } from "./components/ui/DirectoryInput.js";
|
|
48
|
+
import { DirectoryPicker as ol } from "./components/ui/DirectoryPicker.js";
|
|
49
|
+
import { DirectoryTree as tl } from "./components/file-browser/DirectoryTree.js";
|
|
50
|
+
import { DisplayModePageShell as nl } from "./components/layout/DisplayModePageShell.js";
|
|
51
|
+
import { DisplayModeSwitcher as ll, sanitizeDisplayMode as cl } from "./components/layout/DisplayModeSwitcher.js";
|
|
52
|
+
import { DockActivity as sl, DockBot as pl, DockCode as fl, DockCpu as dl, DockFileCode as Tl, DockFolder as Sl, DockGlobe as Il, DockLayers as xl, DockLayoutDashboard as Cl, DockMessageSquare as ul, DockRegion as gl, DockSearch as hl, DockSparkles as kl, DockTerminal as Fl, DockText as El } from "./components/icons/DockIcons.js";
|
|
53
|
+
import { DropZonePreview as Al } from "./components/deck/DropZonePreview.js";
|
|
54
|
+
import { Dropdown as _l, Select as Dl } from "./components/ui/Dropdown.js";
|
|
55
|
+
import { ErrorBlock as yl, HighlightBlock as vl, InfoBlock as Bl, NoteBlock as Ml, SuccessBlock as Ol, TipBlock as Wl, WarningBlock as Nl } from "./components/ui/HighlightBlock.js";
|
|
56
|
+
import { FLOE_GEOMETRY_SURFACE_ATTR as wl, FLOE_HOT_INTERACTION_ATTR as Hl, startHotInteraction as Ul } from "./utils/hotInteraction.js";
|
|
57
|
+
import { FileBlock as Vl } from "./components/chat/blocks/FileBlock.js";
|
|
58
|
+
import { FileBrowser as zl } from "./components/file-browser/FileBrowser.js";
|
|
59
|
+
import { FileBrowserDragPreview as Zl } from "./components/file-browser/DragPreview.js";
|
|
60
|
+
import { FileBrowserDragProvider as Yl, hasFileBrowserDragContext as ql, useFileBrowserDrag as jl } from "./context/FileBrowserDragContext.js";
|
|
61
|
+
import { FileBrowserProvider as $l, useFileBrowser as ec } from "./components/file-browser/FileBrowserContext.js";
|
|
62
|
+
import { FileBrowserStatusBar as rc } from "./components/file-browser/FileBrowserStatusBar.js";
|
|
63
|
+
import { FileBrowserToolbar as ic } from "./components/file-browser/FileBrowserToolbar.js";
|
|
64
|
+
import { FileContextMenu as ac } from "./components/file-browser/FileContextMenu.js";
|
|
65
|
+
import { FileGridView as cc } from "./components/file-browser/FileGridView.js";
|
|
66
|
+
import { FileListView as sc } from "./components/file-browser/FileListView.js";
|
|
67
|
+
import { FileOpenPicker as fc, normalizeFileOpenSelection as dc, updateFileOpenSelection as Tc } from "./components/ui/FileOpenPicker.js";
|
|
68
|
+
import { FileSavePicker as Ic } from "./components/ui/FileSavePicker.js";
|
|
69
|
+
import { FilesSidebarWidget as Cc, SearchSidebarWidget as uc, SettingsSidebarWidget as gc, ShowcaseSidebarWidget as hc, SidebarWidget as kc } from "./widgets/SidebarWidget.js";
|
|
70
|
+
import { FloatingWindow as Ec } from "./components/ui/FloatingWindow.js";
|
|
71
|
+
import { FloeApp as Ac } from "./app/FloeApp.js";
|
|
72
|
+
import { FloeRegistryContributions as _c } from "./app/FloeRegistryContributions.js";
|
|
73
|
+
import { FloeRegistryRuntime as Rc } from "./app/FloeRegistryRuntime.js";
|
|
74
|
+
import { Form as vc, FormActions as Bc, FormControl as Mc, FormDescription as Oc, FormDivider as Wc, FormField as Nc, FormLabel as bc, FormMessage as wc, FormRow as Hc, FormSection as Uc, useFormSubmitting as Gc } from "./components/ui/Form.js";
|
|
75
|
+
import { ImageBlock as Kc } from "./components/chat/blocks/ImageBlock.js";
|
|
76
|
+
import { InfiniteCanvas as Xc } from "./components/ui/InfiniteCanvas.js";
|
|
77
|
+
import { KeepAliveStack as Qc } from "./components/layout/KeepAliveStack.js";
|
|
78
|
+
import { Launchpad as qc } from "./components/launchpad/Launchpad.js";
|
|
79
|
+
import { LaunchpadGrid as Jc } from "./components/launchpad/LaunchpadGrid.js";
|
|
80
|
+
import { LaunchpadItem as em } from "./components/launchpad/LaunchpadItem.js";
|
|
81
|
+
import { LaunchpadModal as rm } from "./components/launchpad/LaunchpadModal.js";
|
|
82
|
+
import { LaunchpadPagination as im } from "./components/launchpad/LaunchpadPagination.js";
|
|
83
|
+
import { LaunchpadSearch as am } from "./components/launchpad/LaunchpadSearch.js";
|
|
84
|
+
import { LayoutProvider as cm, createLayoutService as mm, useLayout as sm } from "./context/LayoutContext.js";
|
|
85
|
+
import { LayoutSelector as fm } from "./components/deck/LayoutSelector.js";
|
|
86
|
+
import { LoadingOverlay as Tm } from "./components/loading/LoadingOverlay.js";
|
|
87
|
+
import { MENU_ITEM_SELECTOR as Im, focusMenuItem as xm, getMenuItems as Cm, handleMenuKeyboardNavigation as um, moveMenuFocus as gm } from "./components/ui/menuUtils.js";
|
|
88
|
+
import { MarkdownBlock as km } from "./components/chat/blocks/MarkdownBlock.js";
|
|
89
|
+
import { MermaidBlock as Em } from "./components/chat/blocks/MermaidBlock.js";
|
|
90
|
+
import { MessageActions as Am } from "./components/chat/message/MessageActions.js";
|
|
91
|
+
import { MessageAvatar as _m } from "./components/chat/message/MessageAvatar.js";
|
|
92
|
+
import { MessageBubble as Rm } from "./components/chat/message/MessageBubble.js";
|
|
93
|
+
import { MessageItem as vm } from "./components/chat/message/MessageItem.js";
|
|
94
|
+
import { MessageMeta as Mm } from "./components/chat/message/MessageMeta.js";
|
|
95
|
+
import { MetricsWidget as Wm } from "./widgets/MetricsWidget.js";
|
|
96
|
+
import { MobileKeyboard as bm } from "./components/ui/MobileKeyboard.js";
|
|
97
|
+
import { MobileTabBar as Hm } from "./components/layout/MobileTabBar.js";
|
|
98
|
+
import { NOTES_CONTEXT_MENU_WIDTH_PX as Gm, NotesContextMenu as Vm, estimateNotesContextMenuHeight as Km } from "./components/notes/NotesContextMenu.js";
|
|
99
|
+
import { NOTES_SCALE_MAX as Xm, NOTES_SCALE_MIN as Zm, NOTE_BUCKET_METRICS as Qm, NOTE_COLOR_TOKENS as Ym, TOPIC_ACCENT_TOKENS as qm, TOPIC_ICON_KEYS as jm, applyNotesEvent as Jm, centerViewportOnWorldPoint as $m, clampScale as es, computeBoardBounds as os, createDefaultNotesSnapshot as rs, groupTrashItems as ts, mergeBoardBounds as is, nextLocalZIndex as ns, normalizeNotesSnapshot as as, noteBucketMetrics as ls, promoteLocalItem as cs, removeSnapshotItem as ms, removeSnapshotTopic as ss, removeSnapshotTrashItem as ps, replaceSnapshotItem as fs, replaceSnapshotTopic as ds, replaceSnapshotTrashItem as Ts, screenToWorld as Ss, visibleWorldRect as Is, worldToScreen as xs, zoomViewportAtPoint as Cs } from "./components/notes/types.js";
|
|
100
|
+
import { NOTE_COLOR_LABELS as gs, NotesAnimalIcon as hs, NotesOverlayIcon as ks, NotesTrashCanIcon as Fs, TOPIC_ACCENT_LABELS as Es } from "./components/notes/notesAppearance.js";
|
|
101
|
+
import { NotesOverlay as As } from "./components/notes/NotesOverlay.js";
|
|
102
|
+
import { NotificationContainer as _s, NotificationProvider as Ds, createNotificationService as Rs, useNotification as ys } from "./context/NotificationContext.js";
|
|
103
|
+
import { Pagination as Bs } from "./components/ui/Pagination.js";
|
|
104
|
+
import { Panel as Os, PanelContent as Ws, PanelHeader as Ns } from "./components/layout/Panel.js";
|
|
105
|
+
import { PickerNavigationError as ws, createFilesystemPickerDataSource as Hs, formatPickerPath as Us, parsePickerPath as Gs } from "./components/ui/picker/PickerNavigation.js";
|
|
106
|
+
import { ProcessingIndicator as Ks } from "./components/ui/ProcessingIndicator.js";
|
|
107
|
+
import { QuoteBlock as Xs } from "./components/ui/QuoteBlock.js";
|
|
108
|
+
import { RadioGroup as Qs, RadioList as Ys, RadioOption as qs } from "./components/ui/Radio.js";
|
|
109
|
+
import { ResizeHandle as Js } from "./components/layout/ResizeHandle.js";
|
|
110
|
+
import { SegmentedControl as ep } from "./components/ui/SegmentedControl.js";
|
|
111
|
+
import { Shell as rp } from "./components/layout/Shell.js";
|
|
112
|
+
import { ShellBlock as ip } from "./components/chat/blocks/ShellBlock.js";
|
|
113
|
+
import { Sidebar as ap, SidebarContent as lp, SidebarItem as cp, SidebarItemList as mp, SidebarSection as sp } from "./components/layout/Sidebar.js";
|
|
114
|
+
import { SidebarPane as fp } from "./components/layout/SidebarPane.js";
|
|
115
|
+
import { Skeleton as Tp, SkeletonCard as Sp, SkeletonList as Ip, SkeletonText as xp } from "./components/loading/Skeleton.js";
|
|
116
|
+
import { SnakeLoader as up } from "./components/loading/SnakeLoader.js";
|
|
117
|
+
import { Stepper as hp, Wizard as kp, useWizard as Fp } from "./components/ui/Stepper.js";
|
|
118
|
+
import { StreamingCursor as Pp } from "./components/chat/status/StreamingCursor.js";
|
|
119
|
+
import { SurfaceFloatingLayer as Lp } from "./components/ui/SurfaceFloatingLayer.js";
|
|
120
|
+
import { SvgBlock as Dp } from "./components/chat/blocks/SvgBlock.js";
|
|
121
|
+
import { Switch as yp } from "./components/ui/Switch.js";
|
|
122
|
+
import { TabPanel as Bp, Tabs as Mp } from "./components/ui/Tabs.js";
|
|
123
|
+
import { Tag as Wp } from "./components/ui/Tag.js";
|
|
124
|
+
import { TerminalWidget as bp, createTerminalWidget as wp } from "./widgets/TerminalWidget.js";
|
|
125
|
+
import { TextBlock as Up } from "./components/chat/blocks/TextBlock.js";
|
|
126
|
+
import { ThemeProvider as Vp, createThemeService as Kp, useTheme as zp } from "./context/ThemeContext.js";
|
|
127
|
+
import { ThinkingBlock as Zp } from "./components/chat/blocks/ThinkingBlock.js";
|
|
128
|
+
import { ToolCallBlock as Yp } from "./components/chat/blocks/ToolCallBlock.js";
|
|
129
|
+
import { Tooltip as jp } from "./components/ui/Tooltip.js";
|
|
130
|
+
import { TopBar as $p } from "./components/layout/TopBar.js";
|
|
131
|
+
import { TopBarIconButton as of } from "./components/layout/TopBarIconButton.js";
|
|
132
|
+
import { ViewActivationProvider as tf, useViewActivation as nf } from "./context/ViewActivationContext.js";
|
|
133
|
+
import { VirtualMessageList as lf } from "./components/chat/message-list/VirtualMessageList.js";
|
|
134
|
+
import { WidgetFrame as mf } from "./components/deck/WidgetFrame.js";
|
|
135
|
+
import { WidgetPalette as pf } from "./components/deck/WidgetPalette.js";
|
|
136
|
+
import { WidgetRegistryProvider as df, createWidgetRegistry as Tf, useWidgetRegistry as Sf } from "./context/WidgetRegistry.js";
|
|
137
|
+
import { WidgetResizeHandle as xf } from "./components/deck/WidgetResizeHandle.js";
|
|
138
|
+
import { WidgetStateProvider as uf, useCurrentWidgetId as gf, useWidgetState as hf, useWidgetStateContext as kf } from "./context/WidgetStateContext.js";
|
|
139
|
+
import { WidgetTypeSwitcher as Ef } from "./components/deck/WidgetTypeSwitcher.js";
|
|
140
|
+
import { WorkingIndicator as Af } from "./components/chat/status/WorkingIndicator.js";
|
|
141
|
+
import { applyDragDelta as _f, applyResizeDelta as Df, getGridCellSize as Rf, pixelDeltaToGridDelta as yf, positionToGridArea as vf, snapToGrid as Bf } from "./utils/gridLayout.js";
|
|
142
|
+
import { buildAssistantNoticeEvents as Of, createStreamEventBuilder as Wf, isStreamEvent as Nf } from "./components/chat/streamEvents.js";
|
|
143
|
+
import { checkCollision as wf, constrainPosition as Hf, findFreePosition as Uf, hasCollision as Gf, sameGridPosition as Vf } from "./utils/gridCollision.js";
|
|
144
|
+
import { classifyArchiveFileName as zf } from "./components/file-browser/archiveFiles.js";
|
|
145
|
+
import { clientToCanvasLocal as Zf, clientToCanvasWorld as Qf, createViewportFromZoomAnchor as Yf, isPointInsideCanvasRect as qf, localToCanvasWorld as jf } from "./components/ui/canvasGeometry.js";
|
|
146
|
+
import { cn as $f } from "./utils/cn.js";
|
|
147
|
+
import { computeCodeDiff as od, computeCodeDiffSync as rd, configureDiffWorker as td, createDiffWorker as id, hasDiffWorker as nd, terminateDiffWorker as ad, waitForDiffWorker as ld } from "./components/chat/hooks/useCodeDiff.js";
|
|
148
|
+
import { configureMarkdownWorker as md, createMarkdownWorker as sd, hasMarkdownWorker as pd, renderMarkdown as fd, renderMarkdownSync as dd, terminateMarkdownWorker as Td, waitForMarkdownWorker as Sd } from "./components/chat/hooks/useMarkdown.js";
|
|
149
|
+
import { configureMermaidWorker as xd, configureSyncMermaid as Cd, renderMermaid as ud, terminateMermaidWorker as gd, useMermaid as hd } from "./components/chat/hooks/useMermaid.js";
|
|
150
|
+
import { configureShikiWorker as Fd, configureSyncHighlighter as Ed, highlightCode as Pd, terminateShikiWorker as Ad, useCodeHighlight as Ld } from "./components/chat/hooks/useCodeHighlight.js";
|
|
151
|
+
import { createFloatingPresence as Dd } from "./components/ui/floatingPresence.js";
|
|
152
|
+
import { createSimpleContext as yd } from "./context/createSimpleContext.js";
|
|
153
|
+
import { createUIFirstSelection as Bd } from "./utils/uiFirstSelection.js";
|
|
154
|
+
import { deferAfterPaint as Od, deferNonBlocking as Wd } from "./utils/defer.js";
|
|
155
|
+
import { duration as bd, easing as wd, fadeIn as Hd, listContainer as Ud, listItem as Gd, panelResize as Vd, popIn as Kd, scaleIn as zd, sidebarVariants as Xd, slideInFromBottom as Zd, slideInFromLeft as Qd, slideInFromRight as Yd, slideInFromTop as qd, springConfig as jd } from "./utils/animations.js";
|
|
156
|
+
import { formatKeybind as $d, isMacLikePlatform as eT, isPrimaryModKeyPressed as oT, matchKeybind as rT, parseKeybind as tT } from "./utils/keybind.js";
|
|
157
|
+
import { isTypingElement as nT, shouldIgnoreHotkeys as aT } from "./utils/dom.js";
|
|
158
|
+
import { lockBodyStyle as cT } from "./utils/bodyStyleLock.js";
|
|
159
|
+
import { registerCommandContributions as sT, useCommandContributions as pT } from "./hooks/useCommandContributions.js";
|
|
160
|
+
import { resolveFloatingWindowViewport as dT } from "./components/ui/floatingWindowGeometry.js";
|
|
161
|
+
import { startPointerSession as ST } from "./components/ui/pointerSession.js";
|
|
162
|
+
import { useAttachments as xT } from "./components/chat/hooks/useAttachments.js";
|
|
163
|
+
import { useAutoScroll as uT } from "./components/chat/hooks/useAutoScroll.js";
|
|
164
|
+
import { useDebounce as hT } from "./hooks/useDebounce.js";
|
|
165
|
+
import { useDeckDrag as FT } from "./hooks/useDeckDrag.js";
|
|
166
|
+
import { useFileBrowserDropTarget as PT, useFileBrowserItemDrag as AT } from "./hooks/useFileBrowserDrag.js";
|
|
167
|
+
import { useKeybind as _T } from "./hooks/useKeybind.js";
|
|
168
|
+
import { useMediaQuery as RT } from "./hooks/useMediaQuery.js";
|
|
169
|
+
import { usePersisted as vT } from "./hooks/usePersisted.js";
|
|
170
|
+
import { useResizeObserver as MT } from "./hooks/useResizeObserver.js";
|
|
171
|
+
import { useVirtualList as WT } from "./components/chat/hooks/useVirtualList.js";
|
|
172
172
|
export {
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
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
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
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
|
-
|
|
173
|
+
_ as Activity,
|
|
174
|
+
Xt as ActivityAppsMain,
|
|
175
|
+
Qt as ActivityBar,
|
|
176
|
+
D as ActivityIcon,
|
|
177
|
+
qt as AffixInput,
|
|
178
|
+
R as AlertCircle,
|
|
179
|
+
y as AlertTriangle,
|
|
180
|
+
oi as AnimatedBorderCard,
|
|
181
|
+
fi as ArchiveFileIcon,
|
|
182
|
+
v as ArchiveIcon,
|
|
183
|
+
Mi as AreaChart,
|
|
184
|
+
B as ArrowDown,
|
|
185
|
+
M as ArrowLeft,
|
|
186
|
+
O as ArrowRight,
|
|
187
|
+
W as ArrowRightLeft,
|
|
188
|
+
N as ArrowUp,
|
|
189
|
+
b as AtSign,
|
|
190
|
+
Hi as AttachmentPreview,
|
|
191
|
+
di as AudioFileIcon,
|
|
192
|
+
w as AwardIcon,
|
|
193
|
+
Gi as BUILT_IN_SHELL_THEME_DEFAULTS,
|
|
194
|
+
H as BarChart,
|
|
195
|
+
U as BatteryIcon,
|
|
196
|
+
G as Bell,
|
|
197
|
+
V as BellIcon,
|
|
198
|
+
Ji as BlockRenderer,
|
|
199
|
+
K as Bookmark,
|
|
200
|
+
z as BookmarkIcon,
|
|
201
|
+
X as Bot,
|
|
202
|
+
Z as BotIcon,
|
|
203
|
+
en as BottomBar,
|
|
204
|
+
nn as BottomBarCompanion,
|
|
205
|
+
on as BottomBarItem,
|
|
206
|
+
ln as Breadcrumb,
|
|
207
|
+
Ti as BrokenSymlinkIcon,
|
|
208
|
+
Q as BugIcon,
|
|
209
|
+
mn as Button,
|
|
210
|
+
pn as CANVAS_WHEEL_INTERACTIVE_ATTR,
|
|
211
|
+
Y as Calendar,
|
|
212
|
+
q as CalendarIcon,
|
|
213
|
+
j as Camera,
|
|
214
|
+
J as CameraIcon,
|
|
215
|
+
ri as Card,
|
|
216
|
+
ti as CardContent,
|
|
217
|
+
ii as CardDescription,
|
|
218
|
+
ni as CardFooter,
|
|
219
|
+
ai as CardHeader,
|
|
220
|
+
li as CardTitle,
|
|
221
|
+
$ as ChartIcon,
|
|
222
|
+
Dn as ChatContainer,
|
|
223
|
+
yn as ChatInput,
|
|
224
|
+
Bn as ChatProvider,
|
|
225
|
+
ee as Check,
|
|
226
|
+
oe as CheckCircle,
|
|
227
|
+
re as CheckIcon,
|
|
228
|
+
Wn as Checkbox,
|
|
229
|
+
Nn as CheckboxGroup,
|
|
230
|
+
bn as CheckboxList,
|
|
231
|
+
Hn as ChecklistBlock,
|
|
232
|
+
te as ChevronDown,
|
|
233
|
+
ie as ChevronLeft,
|
|
234
|
+
ne as ChevronRight,
|
|
235
|
+
ae as ChevronUp,
|
|
236
|
+
le as ChevronsUpDown,
|
|
237
|
+
ce as CircleStop,
|
|
238
|
+
Gn as CircularProgress,
|
|
239
|
+
me as Clock,
|
|
240
|
+
se as ClockIcon,
|
|
241
|
+
pe as CloseIcon,
|
|
242
|
+
fe as Cloud,
|
|
243
|
+
de as CloudIcon,
|
|
244
|
+
Te as Code,
|
|
245
|
+
Zn as CodeBlock,
|
|
246
|
+
Yn as CodeDiffBlock,
|
|
247
|
+
Si as CodeFileIcon,
|
|
248
|
+
Se as CodeIcon,
|
|
249
|
+
jn as CommandPalette,
|
|
250
|
+
$n as CommandProvider,
|
|
251
|
+
Ie as CompassIcon,
|
|
252
|
+
ta as ComponentRegistryProvider,
|
|
253
|
+
Ii as ConfigFileIcon,
|
|
254
|
+
sa as ConfirmDialog,
|
|
255
|
+
da as ConnectionStatus,
|
|
256
|
+
xe as Copy,
|
|
257
|
+
Ce as CopyCheck,
|
|
258
|
+
ue as CopyCheckIcon,
|
|
259
|
+
ge as CopyIcon,
|
|
260
|
+
he as Cpu,
|
|
261
|
+
ke as CreditCardIcon,
|
|
262
|
+
Sa as DECK_GRID_CONFIG,
|
|
263
|
+
fn as DEFAULT_CANVAS_WHEEL_INTERACTIVE_SELECTOR,
|
|
264
|
+
Ca as DEFAULT_FLOE_CONFIG,
|
|
265
|
+
dn as DEFAULT_LOCAL_INTERACTION_SURFACE_SELECTOR,
|
|
266
|
+
vt as DEFAULT_TERMINAL_SUGGESTION_PROVIDERS,
|
|
267
|
+
ft as DEFAULT_TERMINAL_WORKSPACE_PROFILE,
|
|
268
|
+
Fa as DEFAULT_VIRTUAL_LIST_CONFIG,
|
|
269
|
+
Tn as DEFAULT_WORKBENCH_TEXT_SELECTION_SURFACE_SELECTOR,
|
|
270
|
+
Sn as DEFAULT_WORKBENCH_WIDGET_ACTIVATION_SURFACE_SELECTOR,
|
|
271
|
+
In as DEFAULT_WORKBENCH_WIDGET_SHELL_SELECTOR,
|
|
272
|
+
Pa as DIALOG_SURFACE_BOUNDARY_ATTR,
|
|
273
|
+
Aa as DIALOG_SURFACE_HOST_ATTR,
|
|
274
|
+
Oi as DataBarChart,
|
|
275
|
+
Wi as DataPieChart,
|
|
276
|
+
Fe as Database,
|
|
277
|
+
Ee as DatabaseIcon,
|
|
278
|
+
wa as DeckCell,
|
|
279
|
+
Ua as DeckContextMenu,
|
|
280
|
+
Va as DeckGrid,
|
|
281
|
+
za as DeckProvider,
|
|
282
|
+
Ya as DeckTopBar,
|
|
283
|
+
pa as Dialog,
|
|
284
|
+
ja as DialogPlacementProvider,
|
|
285
|
+
$a as DirectoryInput,
|
|
286
|
+
ol as DirectoryPicker,
|
|
287
|
+
tl as DirectoryTree,
|
|
288
|
+
nl as DisplayModePageShell,
|
|
289
|
+
ll as DisplayModeSwitcher,
|
|
290
|
+
sl as DockActivity,
|
|
291
|
+
pl as DockBot,
|
|
292
|
+
fl as DockCode,
|
|
293
|
+
dl as DockCpu,
|
|
294
|
+
Tl as DockFileCode,
|
|
295
|
+
Sl as DockFolder,
|
|
296
|
+
Il as DockGlobe,
|
|
297
|
+
xl as DockLayers,
|
|
298
|
+
Cl as DockLayoutDashboard,
|
|
299
|
+
ul as DockMessageSquare,
|
|
300
|
+
gl as DockRegion,
|
|
301
|
+
hl as DockSearch,
|
|
302
|
+
kl as DockSparkles,
|
|
303
|
+
Fl as DockTerminal,
|
|
304
|
+
El as DockText,
|
|
305
|
+
xi as DocumentFileIcon,
|
|
306
|
+
Pe as DollarIcon,
|
|
307
|
+
Ae as Download,
|
|
308
|
+
Le as DownloadIcon,
|
|
309
|
+
Al as DropZonePreview,
|
|
310
|
+
_l as Dropdown,
|
|
311
|
+
_e as EditIcon,
|
|
312
|
+
yl as ErrorBlock,
|
|
313
|
+
De as ErrorIcon,
|
|
314
|
+
Re as ExternalLink,
|
|
315
|
+
ye as Eye,
|
|
316
|
+
ve as EyeIcon,
|
|
317
|
+
Be as EyeOff,
|
|
318
|
+
wl as FLOE_GEOMETRY_SURFACE_ATTR,
|
|
319
|
+
Hl as FLOE_HOT_INTERACTION_ATTR,
|
|
320
|
+
Vl as FileBlock,
|
|
321
|
+
zl as FileBrowser,
|
|
322
|
+
Zl as FileBrowserDragPreview,
|
|
323
|
+
Yl as FileBrowserDragProvider,
|
|
324
|
+
$l as FileBrowserProvider,
|
|
325
|
+
rc as FileBrowserStatusBar,
|
|
326
|
+
ic as FileBrowserToolbar,
|
|
327
|
+
Me as FileCode,
|
|
328
|
+
ac as FileContextMenu,
|
|
329
|
+
cc as FileGridView,
|
|
330
|
+
Ci as FileIcon,
|
|
331
|
+
ui as FileItemIcon,
|
|
332
|
+
sc as FileListView,
|
|
333
|
+
fc as FileOpenPicker,
|
|
334
|
+
Oe as FilePlus,
|
|
335
|
+
We as FilePlusIcon,
|
|
336
|
+
Ic as FileSavePicker,
|
|
337
|
+
Ne as FileText,
|
|
338
|
+
be as Files,
|
|
339
|
+
Cc as FilesSidebarWidget,
|
|
340
|
+
we as Filter,
|
|
341
|
+
He as FilterIcon,
|
|
342
|
+
Ue as FireIcon,
|
|
343
|
+
Ec as FloatingWindow,
|
|
344
|
+
Ac as FloeApp,
|
|
345
|
+
ua as FloeConfigProvider,
|
|
346
346
|
r as FloeProvider,
|
|
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
|
-
|
|
379
|
-
|
|
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
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
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
|
-
|
|
543
|
-
|
|
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
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
347
|
+
_c as FloeRegistryContributions,
|
|
348
|
+
Rc as FloeRegistryRuntime,
|
|
349
|
+
Ge as Folder,
|
|
350
|
+
gi as FolderIcon,
|
|
351
|
+
Ve as FolderOpen,
|
|
352
|
+
hi as FolderOpenIcon,
|
|
353
|
+
Ke as FolderPlus,
|
|
354
|
+
ze as FolderPlusIcon,
|
|
355
|
+
vc as Form,
|
|
356
|
+
Bc as FormActions,
|
|
357
|
+
Mc as FormControl,
|
|
358
|
+
Oc as FormDescription,
|
|
359
|
+
Wc as FormDivider,
|
|
360
|
+
Nc as FormField,
|
|
361
|
+
bc as FormLabel,
|
|
362
|
+
wc as FormMessage,
|
|
363
|
+
Hc as FormRow,
|
|
364
|
+
Uc as FormSection,
|
|
365
|
+
Xe as GiftIcon,
|
|
366
|
+
Ze as GitBranch,
|
|
367
|
+
Qe as GitBranchIcon,
|
|
368
|
+
Ye as Globe,
|
|
369
|
+
qe as GlobeIcon,
|
|
370
|
+
je as Grid,
|
|
371
|
+
Je as Grid3x3,
|
|
372
|
+
$e as GripVertical,
|
|
373
|
+
eo as Hash,
|
|
374
|
+
oo as HeadphonesIcon,
|
|
375
|
+
ro as Heart,
|
|
376
|
+
to as HeartIcon,
|
|
377
|
+
io as HelpIcon,
|
|
378
|
+
vl as HighlightBlock,
|
|
379
|
+
no as Highlighter,
|
|
380
|
+
ao as History,
|
|
381
|
+
lo as Home,
|
|
382
|
+
co as HomeIcon,
|
|
383
|
+
mo as Image,
|
|
384
|
+
Kc as ImageBlock,
|
|
385
|
+
ki as ImageFileIcon,
|
|
386
|
+
so as ImageIcon,
|
|
387
|
+
Xc as InfiniteCanvas,
|
|
388
|
+
po as Info,
|
|
389
|
+
Bl as InfoBlock,
|
|
390
|
+
fo as InfoIcon,
|
|
391
|
+
jt as Input,
|
|
392
|
+
ci as Interactive3DCard,
|
|
393
|
+
Fi as JavaScriptFileIcon,
|
|
394
|
+
Qc as KeepAliveStack,
|
|
395
|
+
To as Key,
|
|
396
|
+
So as KeyIcon,
|
|
397
|
+
xn as LOCAL_INTERACTION_SURFACE_ATTR,
|
|
398
|
+
qc as Launchpad,
|
|
399
|
+
Jc as LaunchpadGrid,
|
|
400
|
+
em as LaunchpadItem,
|
|
401
|
+
rm as LaunchpadModal,
|
|
402
|
+
im as LaunchpadPagination,
|
|
403
|
+
am as LaunchpadSearch,
|
|
404
|
+
Io as Layers,
|
|
405
|
+
xo as LayersIcon,
|
|
406
|
+
Co as LayoutDashboard,
|
|
407
|
+
cm as LayoutProvider,
|
|
408
|
+
fm as LayoutSelector,
|
|
409
|
+
Ni as LineChart,
|
|
410
|
+
Vn as LinearProgress,
|
|
411
|
+
uo as Link,
|
|
412
|
+
go as LinkIcon,
|
|
413
|
+
ho as Loader2,
|
|
414
|
+
ko as LoadingIcon,
|
|
415
|
+
Tm as LoadingOverlay,
|
|
416
|
+
Fo as Lock,
|
|
417
|
+
Eo as LockIcon,
|
|
418
|
+
Im as MENU_ITEM_SELECTOR,
|
|
419
|
+
Po as MagicIcon,
|
|
420
|
+
Ao as Mail,
|
|
421
|
+
Lo as MailIcon,
|
|
422
|
+
_o as MapPinIcon,
|
|
423
|
+
km as MarkdownBlock,
|
|
424
|
+
Do as Maximize,
|
|
425
|
+
Ro as Menu,
|
|
426
|
+
Em as MermaidBlock,
|
|
427
|
+
Am as MessageActions,
|
|
428
|
+
_m as MessageAvatar,
|
|
429
|
+
Rm as MessageBubble,
|
|
430
|
+
yo as MessageIcon,
|
|
431
|
+
vm as MessageItem,
|
|
432
|
+
Mm as MessageMeta,
|
|
433
|
+
vo as MessageSquare,
|
|
434
|
+
Wm as MetricsWidget,
|
|
435
|
+
Bo as Mic,
|
|
436
|
+
Mo as MicIcon,
|
|
437
|
+
Oo as MicOff,
|
|
438
|
+
Wo as Minus,
|
|
439
|
+
No as MinusIcon,
|
|
440
|
+
bm as MobileKeyboard,
|
|
441
|
+
Hm as MobileTabBar,
|
|
442
|
+
bi as MonitoringChart,
|
|
443
|
+
bo as Moon,
|
|
444
|
+
wo as MoonIcon,
|
|
445
|
+
Ho as MoreHorizontal,
|
|
446
|
+
Uo as MoreVertical,
|
|
447
|
+
mi as MorphCard,
|
|
448
|
+
Go as MuteIcon,
|
|
449
|
+
Gm as NOTES_CONTEXT_MENU_WIDTH_PX,
|
|
450
|
+
Xm as NOTES_SCALE_MAX,
|
|
451
|
+
Zm as NOTES_SCALE_MIN,
|
|
452
|
+
Qm as NOTE_BUCKET_METRICS,
|
|
453
|
+
gs as NOTE_COLOR_LABELS,
|
|
454
|
+
Ym as NOTE_COLOR_TOKENS,
|
|
455
|
+
si as NeonCard,
|
|
456
|
+
Ml as NoteBlock,
|
|
457
|
+
hs as NotesAnimalIcon,
|
|
458
|
+
Vm as NotesContextMenu,
|
|
459
|
+
As as NotesOverlay,
|
|
460
|
+
ks as NotesOverlayIcon,
|
|
461
|
+
Fs as NotesTrashCanIcon,
|
|
462
|
+
_s as NotificationContainer,
|
|
463
|
+
Ds as NotificationProvider,
|
|
464
|
+
Jt as NumberInput,
|
|
465
|
+
Vo as Package,
|
|
466
|
+
Ko as PackageIcon,
|
|
467
|
+
Bs as Pagination,
|
|
468
|
+
Os as Panel,
|
|
469
|
+
Ws as PanelContent,
|
|
470
|
+
Ns as PanelHeader,
|
|
471
|
+
zo as Paperclip,
|
|
472
|
+
Xo as Paste,
|
|
473
|
+
Zo as PasteIcon,
|
|
474
|
+
Qo as Pause,
|
|
475
|
+
Yo as PauseIcon,
|
|
476
|
+
qo as Pencil,
|
|
477
|
+
jo as Phone,
|
|
478
|
+
ws as PickerNavigationError,
|
|
479
|
+
Jo as PieChart,
|
|
480
|
+
$o as Pin,
|
|
481
|
+
er as PinIcon,
|
|
482
|
+
or as Play,
|
|
483
|
+
rr as PlayIcon,
|
|
484
|
+
tr as Plus,
|
|
485
|
+
ir as PlusIcon,
|
|
486
|
+
nr as PowerIcon,
|
|
487
|
+
ar as PrinterIcon,
|
|
488
|
+
Ks as ProcessingIndicator,
|
|
489
|
+
lr as Quote,
|
|
490
|
+
Xs as QuoteBlock,
|
|
491
|
+
Vi as REQUIRED_SHELL_THEME_TOKENS,
|
|
492
|
+
Qs as RadioGroup,
|
|
493
|
+
Ys as RadioList,
|
|
494
|
+
qs as RadioOption,
|
|
495
|
+
cr as Refresh,
|
|
496
|
+
mr as RefreshIcon,
|
|
497
|
+
sr as Region,
|
|
498
|
+
Js as ResizeHandle,
|
|
499
|
+
pr as Restore,
|
|
500
|
+
fr as RocketIcon,
|
|
501
|
+
La as SURFACE_PORTAL_HOST_ATTR,
|
|
502
|
+
_a as SURFACE_PORTAL_LAYER_ATTR,
|
|
503
|
+
dr as Save,
|
|
504
|
+
Tr as SaveIcon,
|
|
505
|
+
Sr as Search,
|
|
506
|
+
Ir as SearchIcon,
|
|
507
|
+
uc as SearchSidebarWidget,
|
|
508
|
+
ep as SegmentedControl,
|
|
509
|
+
Kn as SegmentedProgress,
|
|
510
|
+
Dl as Select,
|
|
511
|
+
xr as Send,
|
|
512
|
+
Cr as SendIcon,
|
|
513
|
+
ur as Settings,
|
|
514
|
+
gr as SettingsIcon,
|
|
515
|
+
gc as SettingsSidebarWidget,
|
|
516
|
+
hr as ShareIcon,
|
|
517
|
+
rp as Shell,
|
|
518
|
+
ip as ShellBlock,
|
|
519
|
+
Ei as ShellScriptFileIcon,
|
|
520
|
+
kr as Shield,
|
|
521
|
+
Fr as ShieldCheck,
|
|
522
|
+
Er as ShieldIcon,
|
|
523
|
+
hc as ShowcaseSidebarWidget,
|
|
524
|
+
ap as Sidebar,
|
|
525
|
+
lp as SidebarContent,
|
|
526
|
+
cp as SidebarItem,
|
|
527
|
+
mp as SidebarItemList,
|
|
528
|
+
fp as SidebarPane,
|
|
529
|
+
sp as SidebarSection,
|
|
530
|
+
kc as SidebarWidget,
|
|
531
|
+
Tp as Skeleton,
|
|
532
|
+
Sp as SkeletonCard,
|
|
533
|
+
Ip as SkeletonList,
|
|
534
|
+
xp as SkeletonText,
|
|
535
|
+
up as SnakeLoader,
|
|
536
|
+
Pr as SparkleIcon,
|
|
537
|
+
Ar as Sparkles,
|
|
538
|
+
Lr as Star,
|
|
539
|
+
_r as StarIcon,
|
|
540
|
+
rn as StatusIndicator,
|
|
541
|
+
hp as Stepper,
|
|
542
|
+
zn as StepsProgress,
|
|
543
|
+
Dr as Stop,
|
|
544
|
+
Rr as StopFilled,
|
|
545
|
+
Pp as StreamingCursor,
|
|
546
|
+
Pi as StyleFileIcon,
|
|
547
|
+
Ol as SuccessBlock,
|
|
548
|
+
yr as SuccessIcon,
|
|
549
|
+
vr as Sun,
|
|
550
|
+
Br as SunIcon,
|
|
551
|
+
Lp as SurfaceFloatingLayer,
|
|
552
|
+
Dp as SvgBlock,
|
|
553
|
+
yp as Switch,
|
|
554
|
+
Ai as SymlinkFileIcon,
|
|
555
|
+
Li as SymlinkFolderIcon,
|
|
556
|
+
_i as SymlinkFolderOpenIcon,
|
|
557
|
+
Es as TOPIC_ACCENT_LABELS,
|
|
558
|
+
qm as TOPIC_ACCENT_TOKENS,
|
|
559
|
+
jm as TOPIC_ICON_KEYS,
|
|
560
|
+
Bp as TabPanel,
|
|
561
|
+
Mp as Tabs,
|
|
562
|
+
Wp as Tag,
|
|
563
|
+
Mr as TagIcon,
|
|
564
|
+
Or as TargetIcon,
|
|
565
|
+
Wr as Terminal,
|
|
566
|
+
Nr as TerminalIcon,
|
|
567
|
+
bp as TerminalWidget,
|
|
568
|
+
Up as TextBlock,
|
|
569
|
+
br as TextTool,
|
|
570
|
+
$t as Textarea,
|
|
571
|
+
Vp as ThemeProvider,
|
|
572
|
+
Zp as ThinkingBlock,
|
|
573
|
+
wr as ThumbsDownIcon,
|
|
574
|
+
Hr as ThumbsUpIcon,
|
|
575
|
+
Ur as Timer,
|
|
576
|
+
Wl as TipBlock,
|
|
577
|
+
Yp as ToolCallBlock,
|
|
578
|
+
jp as Tooltip,
|
|
579
|
+
$p as TopBar,
|
|
580
|
+
of as TopBarIconButton,
|
|
581
|
+
Gr as Trash,
|
|
582
|
+
Vr as TrashIcon,
|
|
583
|
+
Kr as TrendingDown,
|
|
584
|
+
zr as TrendingUp,
|
|
585
|
+
Di as TypeScriptFileIcon,
|
|
586
|
+
Xr as Unlock,
|
|
587
|
+
Zr as Upload,
|
|
588
|
+
Qr as UploadIcon,
|
|
589
|
+
Yr as User,
|
|
590
|
+
qr as UserIcon,
|
|
591
|
+
jr as Video,
|
|
592
|
+
Ri as VideoFileIcon,
|
|
593
|
+
Jr as VideoIcon,
|
|
594
|
+
tf as ViewActivationProvider,
|
|
595
|
+
lf as VirtualMessageList,
|
|
596
|
+
$r as Volume,
|
|
597
|
+
et as VolumeIcon,
|
|
598
|
+
ot as VolumeOff,
|
|
599
|
+
Cn as WORKBENCH_TEXT_SELECTION_SURFACE_ATTR,
|
|
600
|
+
un as WORKBENCH_WIDGET_ACTIVATION_SURFACE_ATTR,
|
|
601
|
+
gn as WORKBENCH_WIDGET_SHELL_ATTR,
|
|
602
|
+
rt as Wand,
|
|
603
|
+
Nl as WarningBlock,
|
|
604
|
+
tt as WarningIcon,
|
|
605
|
+
mf as WidgetFrame,
|
|
606
|
+
pf as WidgetPalette,
|
|
607
|
+
df as WidgetRegistryProvider,
|
|
608
|
+
xf as WidgetResizeHandle,
|
|
609
|
+
uf as WidgetStateProvider,
|
|
610
|
+
Ef as WidgetTypeSwitcher,
|
|
611
|
+
it as WifiIcon,
|
|
612
|
+
nt as WifiOffIcon,
|
|
613
|
+
kp as Wizard,
|
|
614
|
+
at as Workflow,
|
|
615
|
+
Af as WorkingIndicator,
|
|
616
|
+
lt as X,
|
|
617
|
+
ct as XCircle,
|
|
618
|
+
mt as Zap,
|
|
619
|
+
st as ZapIcon,
|
|
620
|
+
Da as __resetSurfacePortalScopeForTests,
|
|
621
|
+
_f as applyDragDelta,
|
|
622
|
+
Jm as applyNotesEvent,
|
|
623
|
+
Df as applyResizeDelta,
|
|
624
624
|
i as applyShellThemeAttribute,
|
|
625
|
-
|
|
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
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
I as
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
g as
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
625
|
+
n as applySurfaceStyleAttribute,
|
|
626
|
+
kt as applyTerminalSessionSuggestion,
|
|
627
|
+
Bt as applyTerminalSuggestion,
|
|
628
|
+
a as applyTheme,
|
|
629
|
+
Ki as assertUniqueThemePresetNames,
|
|
630
|
+
Mt as autocompleteTerminalInput,
|
|
631
|
+
Of as buildAssistantNoticeEvents,
|
|
632
|
+
zi as builtInShellThemePresets,
|
|
633
|
+
l as builtInThemes,
|
|
634
|
+
$m as centerViewportOnWorldPoint,
|
|
635
|
+
wf as checkCollision,
|
|
636
|
+
es as clampScale,
|
|
637
|
+
St as clampTerminalCursor,
|
|
638
|
+
zf as classifyArchiveFileName,
|
|
639
|
+
Zf as clientToCanvasLocal,
|
|
640
|
+
Qf as clientToCanvasWorld,
|
|
641
|
+
$f as cn,
|
|
642
|
+
os as computeBoardBounds,
|
|
643
|
+
od as computeCodeDiff,
|
|
644
|
+
rd as computeCodeDiffSync,
|
|
645
|
+
td as configureDiffWorker,
|
|
646
|
+
md as configureMarkdownWorker,
|
|
647
|
+
xd as configureMermaidWorker,
|
|
648
|
+
Fd as configureShikiWorker,
|
|
649
|
+
Ed as configureSyncHighlighter,
|
|
650
|
+
Cd as configureSyncMermaid,
|
|
651
|
+
Hf as constrainPosition,
|
|
652
|
+
ea as createCommandService,
|
|
653
|
+
ia as createComponentRegistry,
|
|
654
|
+
Xa as createDeckService,
|
|
655
|
+
rs as createDefaultNotesSnapshot,
|
|
656
|
+
id as createDiffWorker,
|
|
657
|
+
Hs as createFilesystemPickerDataSource,
|
|
658
|
+
Dd as createFloatingPresence,
|
|
659
|
+
mm as createLayoutService,
|
|
660
|
+
sd as createMarkdownWorker,
|
|
661
|
+
Rs as createNotificationService,
|
|
662
|
+
Xi as createShellThemePreset,
|
|
663
|
+
yd as createSimpleContext,
|
|
664
|
+
Wf as createStreamEventBuilder,
|
|
665
|
+
It as createTerminalEditorState,
|
|
666
|
+
Ot as createTerminalFullLineSuggestion,
|
|
667
|
+
Ft as createTerminalSessionState,
|
|
668
|
+
Wt as createTerminalTokenSuggestion,
|
|
669
|
+
wp as createTerminalWidget,
|
|
670
|
+
Kp as createThemeService,
|
|
671
|
+
Bd as createUIFirstSelection,
|
|
672
|
+
Yf as createViewportFromZoomAnchor,
|
|
673
|
+
Tf as createWidgetRegistry,
|
|
674
|
+
Od as deferAfterPaint,
|
|
675
|
+
Wd as deferNonBlocking,
|
|
676
|
+
xt as deleteTerminalTextBackward,
|
|
677
|
+
Et as dispatchTerminalSessionKey,
|
|
678
|
+
bd as duration,
|
|
679
|
+
wd as easing,
|
|
680
|
+
Ra as ensureSurfacePortalInteractionTracking,
|
|
681
|
+
Km as estimateNotesContextMenuHeight,
|
|
682
|
+
Hd as fadeIn,
|
|
683
|
+
Uf as findFreePosition,
|
|
684
|
+
I as floeColorTokenCategories,
|
|
685
|
+
x as floeDesignTokens,
|
|
686
|
+
C as floeFontFamilyTokens,
|
|
687
|
+
u as floeMotionTokens,
|
|
688
|
+
g as floeRadiusTokens,
|
|
689
|
+
h as floeSharedCssVariables,
|
|
690
|
+
k as floeSpacingTokens,
|
|
691
|
+
F as floeSurfaceTokens,
|
|
692
|
+
E as floeThemeColorVariables,
|
|
693
|
+
P as floeTypographyTokens,
|
|
694
|
+
xm as focusMenuItem,
|
|
695
|
+
$d as formatKeybind,
|
|
696
|
+
Us as formatPickerPath,
|
|
697
|
+
yi as getFileIcon,
|
|
698
|
+
A as getFloeColorTokenValue,
|
|
699
|
+
Rf as getGridCellSize,
|
|
700
|
+
Ia as getGridConfigFromElement,
|
|
701
|
+
Cm as getMenuItems,
|
|
702
|
+
Zi as getShellThemePresetsForMode,
|
|
701
703
|
c as getSystemTheme,
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
vT as
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
704
|
+
Pt as getTerminalPromptPreview,
|
|
705
|
+
At as getTerminalSessionSuggestions,
|
|
706
|
+
Nt as getTerminalSuggestions,
|
|
707
|
+
ts as groupTrashItems,
|
|
708
|
+
um as handleMenuKeyboardNavigation,
|
|
709
|
+
Gf as hasCollision,
|
|
710
|
+
na as hasComponentRegistryContext,
|
|
711
|
+
nd as hasDiffWorker,
|
|
712
|
+
ql as hasFileBrowserDragContext,
|
|
713
|
+
pd as hasMarkdownWorker,
|
|
714
|
+
Pd as highlightCode,
|
|
715
|
+
Ct as insertTerminalText,
|
|
716
|
+
m as isFloeSurfaceStyle,
|
|
717
|
+
hn as isLocalInteractionSurfaceTarget,
|
|
718
|
+
eT as isMacLikePlatform,
|
|
719
|
+
qf as isPointInsideCanvasRect,
|
|
720
|
+
oT as isPrimaryModKeyPressed,
|
|
721
|
+
Nf as isStreamEvent,
|
|
722
|
+
ya as isSurfacePortalMode,
|
|
723
|
+
s as isThemeType,
|
|
724
|
+
nT as isTypingElement,
|
|
725
|
+
Ud as listContainer,
|
|
726
|
+
Gd as listItem,
|
|
727
|
+
jf as localToCanvasWorld,
|
|
728
|
+
cT as lockBodyStyle,
|
|
729
|
+
rT as matchKeybind,
|
|
730
|
+
bt as matchesTerminalSuggestionPrefix,
|
|
731
|
+
is as mergeBoardBounds,
|
|
732
|
+
p as mergeThemeTokenMaps,
|
|
733
|
+
gm as moveMenuFocus,
|
|
734
|
+
ut as moveTerminalCursor,
|
|
735
|
+
gt as navigateTerminalHistory,
|
|
736
|
+
ns as nextLocalZIndex,
|
|
737
|
+
dc as normalizeFileOpenSelection,
|
|
738
|
+
as as normalizeNotesSnapshot,
|
|
739
|
+
Qi as normalizeShellThemeSelection,
|
|
740
|
+
dt as normalizeTerminalWorkspaceProfile,
|
|
741
|
+
ls as noteBucketMetrics,
|
|
742
|
+
Vd as panelResize,
|
|
743
|
+
tT as parseKeybind,
|
|
744
|
+
Gs as parsePickerPath,
|
|
745
|
+
wt as parseTerminalSuggestionContext,
|
|
746
|
+
yf as pixelDeltaToGridDelta,
|
|
747
|
+
Kd as popIn,
|
|
748
|
+
vf as positionToGridArea,
|
|
749
|
+
Yi as presetSupportsMode,
|
|
750
|
+
va as projectSurfacePortalPosition,
|
|
751
|
+
Ba as projectSurfacePortalRect,
|
|
752
|
+
cs as promoteLocalItem,
|
|
753
|
+
sT as registerCommandContributions,
|
|
754
|
+
ms as removeSnapshotItem,
|
|
755
|
+
ss as removeSnapshotTopic,
|
|
756
|
+
ps as removeSnapshotTrashItem,
|
|
757
|
+
fd as renderMarkdown,
|
|
758
|
+
dd as renderMarkdownSync,
|
|
759
|
+
ud as renderMermaid,
|
|
760
|
+
fs as replaceSnapshotItem,
|
|
761
|
+
ds as replaceSnapshotTopic,
|
|
762
|
+
Ts as replaceSnapshotTrashItem,
|
|
763
|
+
vi as resolveFileItemIcon,
|
|
764
|
+
dT as resolveFloatingWindowViewport,
|
|
765
|
+
qi as resolveShellThemePresetName,
|
|
766
|
+
kn as resolveSurfaceInteractionTargetRole,
|
|
767
|
+
Ma as resolveSurfacePortalBoundaryRect,
|
|
768
|
+
Oa as resolveSurfacePortalHost,
|
|
769
|
+
Wa as resolveSurfacePortalMount,
|
|
770
|
+
Na as resolveSurfacePortalMountRect,
|
|
771
|
+
Fn as resolveSurfaceWheelRouting,
|
|
772
|
+
f as resolveThemeTokenOverrides,
|
|
773
|
+
d as resolveThemeTokens,
|
|
774
|
+
En as resolveWorkbenchWidgetEventOwnership,
|
|
775
|
+
Pn as resolveWorkbenchWidgetLocalTypingTarget,
|
|
776
|
+
An as resolveWorkbenchWidgetTextSelectionTarget,
|
|
777
|
+
Rt as runTerminalMockCommand,
|
|
778
|
+
Vf as sameGridPosition,
|
|
779
|
+
cl as sanitizeDisplayMode,
|
|
780
|
+
zd as scaleIn,
|
|
781
|
+
Ss as screenToWorld,
|
|
782
|
+
Lt as setTerminalSessionInputValue,
|
|
783
|
+
Ln as shouldActivateWorkbenchWidgetLocalTarget,
|
|
784
|
+
aT as shouldIgnoreHotkeys,
|
|
785
|
+
Xd as sidebarVariants,
|
|
786
|
+
Zd as slideInFromBottom,
|
|
787
|
+
Qd as slideInFromLeft,
|
|
788
|
+
Yd as slideInFromRight,
|
|
789
|
+
qd as slideInFromTop,
|
|
790
|
+
Bf as snapToGrid,
|
|
791
|
+
jd as springConfig,
|
|
792
|
+
Ul as startHotInteraction,
|
|
793
|
+
ST as startPointerSession,
|
|
794
|
+
_t as submitTerminalSession,
|
|
795
|
+
T as syncThemeTokenOverrides,
|
|
796
|
+
Ht as terminalCommandTokenSuggestionProvider,
|
|
797
|
+
Ut as terminalHistorySuggestionProvider,
|
|
798
|
+
Gt as terminalPathSuggestionProvider,
|
|
799
|
+
Vt as terminalRootSuggestionProvider,
|
|
800
|
+
Kt as terminalSnippetSuggestionProvider,
|
|
801
|
+
ad as terminateDiffWorker,
|
|
802
|
+
Td as terminateMarkdownWorker,
|
|
803
|
+
gd as terminateMermaidWorker,
|
|
804
|
+
Ad as terminateShikiWorker,
|
|
805
|
+
Tc as updateFileOpenSelection,
|
|
806
|
+
xT as useAttachments,
|
|
807
|
+
uT as useAutoScroll,
|
|
808
|
+
Mn as useChatContext,
|
|
809
|
+
Ld as useCodeHighlight,
|
|
810
|
+
oa as useCommand,
|
|
811
|
+
pT as useCommandContributions,
|
|
812
|
+
aa as useComponentContextFactory,
|
|
813
|
+
la as useComponentRegistry,
|
|
814
|
+
gf as useCurrentWidgetId,
|
|
815
|
+
hT as useDebounce,
|
|
816
|
+
Za as useDeck,
|
|
817
|
+
FT as useDeckDrag,
|
|
818
|
+
ec as useFileBrowser,
|
|
819
|
+
jl as useFileBrowserDrag,
|
|
820
|
+
PT as useFileBrowserDropTarget,
|
|
821
|
+
AT as useFileBrowserItemDrag,
|
|
822
|
+
ga as useFloeConfig,
|
|
823
|
+
Gc as useFormSubmitting,
|
|
824
|
+
_T as useKeybind,
|
|
825
|
+
sm as useLayout,
|
|
826
|
+
RT as useMediaQuery,
|
|
827
|
+
hd as useMermaid,
|
|
828
|
+
ys as useNotification,
|
|
829
|
+
ca as useOptionalComponentRegistry,
|
|
830
|
+
vT as usePersisted,
|
|
831
|
+
MT as useResizeObserver,
|
|
832
|
+
ha as useResolvedFloeConfig,
|
|
833
|
+
zp as useTheme,
|
|
834
|
+
nf as useViewActivation,
|
|
835
|
+
WT as useVirtualList,
|
|
836
|
+
Sf as useWidgetRegistry,
|
|
837
|
+
hf as useWidgetState,
|
|
838
|
+
kf as useWidgetStateContext,
|
|
839
|
+
Fp as useWizard,
|
|
840
|
+
Is as visibleWorldRect,
|
|
841
|
+
ld as waitForDiffWorker,
|
|
842
|
+
Sd as waitForMarkdownWorker,
|
|
843
|
+
xs as worldToScreen,
|
|
844
|
+
Cs as zoomViewportAtPoint
|
|
842
845
|
};
|