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