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