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