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