@floegence/floe-webapp-core 0.42.3 → 0.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/FloeRegistryContributions.d.ts +20 -0
- package/dist/app/FloeRegistryContributions.js +97 -0
- package/dist/app/index.d.ts +1 -0
- package/dist/app.js +6 -4
- package/dist/components/layout/ActivityBar.d.ts +5 -2
- package/dist/components/layout/ActivityBar.js +63 -51
- package/dist/components/layout/barItemContextMenu.d.ts +12 -0
- package/dist/components/layout/barItemContextMenu.js +16 -0
- package/dist/components/layout/index.d.ts +3 -2
- package/dist/components/workbench/WorkbenchFilterBar.d.ts +3 -0
- package/dist/components/workbench/WorkbenchFilterBar.js +278 -264
- package/dist/components/workbench/index.d.ts +1 -0
- package/dist/full.js +348 -346
- package/dist/styles.css +1 -1
- package/dist/workbench.css +1 -1
- package/package.json +1 -1
package/dist/full.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
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
|
|
4
|
+
import { Activity as P, ActivityIcon as A, AlertCircle as L, AlertTriangle as _, ArchiveIcon as R, ArrowDown as D, 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 Re, FileCode as De, 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 Ro, MicIcon as Do, 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 Rr, TargetIcon as Dr, 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
|
|
9
|
+
import { DEFAULT_TERMINAL_SUGGESTION_PROVIDERS as Lt, applyTerminalSuggestion as _t, autocompleteTerminalInput as Rt, createTerminalFullLineSuggestion as Dt, 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
|
|
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 Ri, SymlinkFolderOpenIcon as Di, 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";
|
|
@@ -24,7 +24,7 @@ import { CANVAS_WHEEL_INTERACTIVE_ATTR as nn, DEFAULT_CANVAS_WHEEL_INTERACTIVE_S
|
|
|
24
24
|
import { ChatContainer as En } from "./components/chat/ChatContainer.js";
|
|
25
25
|
import { ChatInput as Pn } from "./components/chat/input/ChatInput.js";
|
|
26
26
|
import { ChatProvider as Ln, useChatContext as _n } from "./components/chat/ChatProvider.js";
|
|
27
|
-
import { Checkbox as
|
|
27
|
+
import { Checkbox as Dn, CheckboxGroup as vn, CheckboxList as yn } from "./components/ui/Checkbox.js";
|
|
28
28
|
import { ChecklistBlock as Mn } from "./components/chat/blocks/ChecklistBlock.js";
|
|
29
29
|
import { CircularProgress as Wn, LinearProgress as Nn, SegmentedProgress as bn, StepsProgress as wn } from "./components/ui/Progress.js";
|
|
30
30
|
import { CodeBlock as Un } from "./components/chat/blocks/CodeBlock.js";
|
|
@@ -37,7 +37,7 @@ import { ConnectionStatus as ca } from "./components/chat/status/ConnectionStatu
|
|
|
37
37
|
import { DECK_GRID_CONFIG as ma, getGridConfigFromElement as sa } from "./components/deck/deckGridMetrics.js";
|
|
38
38
|
import { DEFAULT_FLOE_CONFIG as fa, FloeConfigProvider as da, useFloeConfig as Ta, useResolvedFloeConfig as Ia } from "./context/FloeConfigContext.js";
|
|
39
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
|
|
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 Ra, resolveSurfacePortalMount as Da, resolveSurfacePortalMountRect as va } from "./components/ui/dialogSurfaceScope.js";
|
|
41
41
|
import { DeckCell as Ba } from "./components/deck/DeckCell.js";
|
|
42
42
|
import { DeckContextMenu as Oa } from "./components/deck/DeckContextMenu.js";
|
|
43
43
|
import { DeckGrid as Na } from "./components/deck/DeckGrid.js";
|
|
@@ -51,7 +51,7 @@ import { DisplayModeSwitcher as $a, sanitizeDisplayMode as ec } from "./componen
|
|
|
51
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
52
|
import { DropZonePreview as Cc } from "./components/deck/DropZonePreview.js";
|
|
53
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
|
|
54
|
+
import { ErrorBlock as Ec, HighlightBlock as Fc, InfoBlock as Pc, NoteBlock as Ac, SuccessBlock as Lc, TipBlock as _c, WarningBlock as Rc } from "./components/ui/HighlightBlock.js";
|
|
55
55
|
import { FLOE_GEOMETRY_SURFACE_ATTR as vc, FLOE_HOT_INTERACTION_ATTR as yc, startHotInteraction as Bc } from "./utils/hotInteraction.js";
|
|
56
56
|
import { FileBlock as Oc } from "./components/chat/blocks/FileBlock.js";
|
|
57
57
|
import { FileBrowser as Nc } from "./components/file-browser/FileBrowser.js";
|
|
@@ -66,103 +66,104 @@ import { FileSavePicker as rl } from "./components/ui/FileSavePicker.js";
|
|
|
66
66
|
import { FilesSidebarWidget as il, SearchSidebarWidget as nl, SettingsSidebarWidget as al, ShowcaseSidebarWidget as cl, SidebarWidget as ll } from "./widgets/SidebarWidget.js";
|
|
67
67
|
import { FloatingWindow as sl } from "./components/ui/FloatingWindow.js";
|
|
68
68
|
import { FloeApp as fl } from "./app/FloeApp.js";
|
|
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 {
|
|
165
|
-
import {
|
|
69
|
+
import { FloeRegistryContributions as Tl } from "./app/FloeRegistryContributions.js";
|
|
70
|
+
import { FloeRegistryRuntime as Sl } from "./app/FloeRegistryRuntime.js";
|
|
71
|
+
import { Form as Cl, FormActions as gl, FormControl as ul, FormDescription as hl, FormDivider as kl, FormField as El, FormLabel as Fl, FormMessage as Pl, FormRow as Al, FormSection as Ll, useFormSubmitting as _l } from "./components/ui/Form.js";
|
|
72
|
+
import { ImageBlock as Dl } from "./components/chat/blocks/ImageBlock.js";
|
|
73
|
+
import { InfiniteCanvas as yl } from "./components/ui/InfiniteCanvas.js";
|
|
74
|
+
import { KeepAliveStack as Ml } from "./components/layout/KeepAliveStack.js";
|
|
75
|
+
import { Launchpad as Wl } from "./components/launchpad/Launchpad.js";
|
|
76
|
+
import { LaunchpadGrid as bl } from "./components/launchpad/LaunchpadGrid.js";
|
|
77
|
+
import { LaunchpadItem as Hl } from "./components/launchpad/LaunchpadItem.js";
|
|
78
|
+
import { LaunchpadModal as Gl } from "./components/launchpad/LaunchpadModal.js";
|
|
79
|
+
import { LaunchpadPagination as Kl } from "./components/launchpad/LaunchpadPagination.js";
|
|
80
|
+
import { LaunchpadSearch as Xl } from "./components/launchpad/LaunchpadSearch.js";
|
|
81
|
+
import { LayoutProvider as Ql, createLayoutService as Yl, useLayout as ql } from "./context/LayoutContext.js";
|
|
82
|
+
import { LayoutSelector as Jl } from "./components/deck/LayoutSelector.js";
|
|
83
|
+
import { LoadingOverlay as em } from "./components/loading/LoadingOverlay.js";
|
|
84
|
+
import { MENU_ITEM_SELECTOR as rm, focusMenuItem as tm, getMenuItems as im, handleMenuKeyboardNavigation as nm, moveMenuFocus as am } from "./components/ui/menuUtils.js";
|
|
85
|
+
import { MarkdownBlock as lm } from "./components/chat/blocks/MarkdownBlock.js";
|
|
86
|
+
import { MermaidBlock as sm } from "./components/chat/blocks/MermaidBlock.js";
|
|
87
|
+
import { MessageActions as fm } from "./components/chat/message/MessageActions.js";
|
|
88
|
+
import { MessageAvatar as Tm } from "./components/chat/message/MessageAvatar.js";
|
|
89
|
+
import { MessageBubble as Sm } from "./components/chat/message/MessageBubble.js";
|
|
90
|
+
import { MessageItem as Cm } from "./components/chat/message/MessageItem.js";
|
|
91
|
+
import { MessageMeta as um } from "./components/chat/message/MessageMeta.js";
|
|
92
|
+
import { MetricsWidget as km } from "./widgets/MetricsWidget.js";
|
|
93
|
+
import { MobileKeyboard as Fm } from "./components/ui/MobileKeyboard.js";
|
|
94
|
+
import { MobileTabBar as Am } from "./components/layout/MobileTabBar.js";
|
|
95
|
+
import { NOTES_CONTEXT_MENU_WIDTH_PX as _m, NotesContextMenu as Rm, estimateNotesContextMenuHeight as Dm } from "./components/notes/NotesContextMenu.js";
|
|
96
|
+
import { NOTES_SCALE_MAX as ym, NOTES_SCALE_MIN as Bm, NOTE_BUCKET_METRICS as Mm, NOTE_COLOR_TOKENS as Om, TOPIC_ACCENT_TOKENS as Wm, TOPIC_ICON_KEYS as Nm, applyNotesEvent as bm, centerViewportOnWorldPoint as wm, clampScale as Hm, computeBoardBounds as Um, createDefaultNotesSnapshot as Gm, groupTrashItems as Vm, mergeBoardBounds as Km, nextLocalZIndex as zm, normalizeNotesSnapshot as Xm, noteBucketMetrics as Zm, promoteLocalItem as Qm, removeSnapshotItem as Ym, removeSnapshotTopic as qm, removeSnapshotTrashItem as jm, replaceSnapshotItem as Jm, replaceSnapshotTopic as $m, replaceSnapshotTrashItem as es, screenToWorld as os, visibleWorldRect as rs, worldToScreen as ts, zoomViewportAtPoint as is } from "./components/notes/types.js";
|
|
97
|
+
import { NOTE_COLOR_LABELS as as, NotesAnimalIcon as cs, NotesOverlayIcon as ls, NotesTrashCanIcon as ms, TOPIC_ACCENT_LABELS as ss } from "./components/notes/notesAppearance.js";
|
|
98
|
+
import { NotesOverlay as fs } from "./components/notes/NotesOverlay.js";
|
|
99
|
+
import { NotificationContainer as Ts, NotificationProvider as Is, createNotificationService as Ss, useNotification as xs } from "./context/NotificationContext.js";
|
|
100
|
+
import { Pagination as gs } from "./components/ui/Pagination.js";
|
|
101
|
+
import { Panel as hs, PanelContent as ks, PanelHeader as Es } from "./components/layout/Panel.js";
|
|
102
|
+
import { ProcessingIndicator as Ps } from "./components/ui/ProcessingIndicator.js";
|
|
103
|
+
import { QuoteBlock as Ls } from "./components/ui/QuoteBlock.js";
|
|
104
|
+
import { RadioGroup as Rs, RadioList as Ds, RadioOption as vs } from "./components/ui/Radio.js";
|
|
105
|
+
import { ResizeHandle as Bs } from "./components/layout/ResizeHandle.js";
|
|
106
|
+
import { SegmentedControl as Os } from "./components/ui/SegmentedControl.js";
|
|
107
|
+
import { Shell as Ns } from "./components/layout/Shell.js";
|
|
108
|
+
import { ShellBlock as ws } from "./components/chat/blocks/ShellBlock.js";
|
|
109
|
+
import { Sidebar as Us, SidebarContent as Gs, SidebarItem as Vs, SidebarItemList as Ks, SidebarSection as zs } from "./components/layout/Sidebar.js";
|
|
110
|
+
import { SidebarPane as Zs } from "./components/layout/SidebarPane.js";
|
|
111
|
+
import { Skeleton as Ys, SkeletonCard as qs, SkeletonList as js, SkeletonText as Js } from "./components/loading/Skeleton.js";
|
|
112
|
+
import { SnakeLoader as ep } from "./components/loading/SnakeLoader.js";
|
|
113
|
+
import { Stepper as rp, Wizard as tp, useWizard as ip } from "./components/ui/Stepper.js";
|
|
114
|
+
import { StreamingCursor as ap } from "./components/chat/status/StreamingCursor.js";
|
|
115
|
+
import { SurfaceFloatingLayer as lp } from "./components/ui/SurfaceFloatingLayer.js";
|
|
116
|
+
import { SvgBlock as sp } from "./components/chat/blocks/SvgBlock.js";
|
|
117
|
+
import { Switch as fp } from "./components/ui/Switch.js";
|
|
118
|
+
import { TabPanel as Tp, Tabs as Ip } from "./components/ui/Tabs.js";
|
|
119
|
+
import { Tag as xp } from "./components/ui/Tag.js";
|
|
120
|
+
import { TerminalWidget as gp, createTerminalWidget as up } from "./widgets/TerminalWidget.js";
|
|
121
|
+
import { TextBlock as kp } from "./components/chat/blocks/TextBlock.js";
|
|
122
|
+
import { ThemeProvider as Fp, createThemeService as Pp, useTheme as Ap } from "./context/ThemeContext.js";
|
|
123
|
+
import { ThinkingBlock as _p } from "./components/chat/blocks/ThinkingBlock.js";
|
|
124
|
+
import { ToolCallBlock as Dp } from "./components/chat/blocks/ToolCallBlock.js";
|
|
125
|
+
import { Tooltip as yp } from "./components/ui/Tooltip.js";
|
|
126
|
+
import { TopBar as Mp } from "./components/layout/TopBar.js";
|
|
127
|
+
import { TopBarIconButton as Wp } from "./components/layout/TopBarIconButton.js";
|
|
128
|
+
import { ViewActivationProvider as bp, useViewActivation as wp } from "./context/ViewActivationContext.js";
|
|
129
|
+
import { VirtualMessageList as Up } from "./components/chat/message-list/VirtualMessageList.js";
|
|
130
|
+
import { WidgetFrame as Vp } from "./components/deck/WidgetFrame.js";
|
|
131
|
+
import { WidgetPalette as zp } from "./components/deck/WidgetPalette.js";
|
|
132
|
+
import { WidgetRegistryProvider as Zp, createWidgetRegistry as Qp, useWidgetRegistry as Yp } from "./context/WidgetRegistry.js";
|
|
133
|
+
import { WidgetResizeHandle as jp } from "./components/deck/WidgetResizeHandle.js";
|
|
134
|
+
import { WidgetStateProvider as $p, useCurrentWidgetId as ef, useWidgetState as of, useWidgetStateContext as rf } from "./context/WidgetStateContext.js";
|
|
135
|
+
import { WidgetTypeSwitcher as nf } from "./components/deck/WidgetTypeSwitcher.js";
|
|
136
|
+
import { WorkingIndicator as cf } from "./components/chat/status/WorkingIndicator.js";
|
|
137
|
+
import { applyDragDelta as mf, applyResizeDelta as sf, getGridCellSize as pf, pixelDeltaToGridDelta as ff, positionToGridArea as df, snapToGrid as Tf } from "./utils/gridLayout.js";
|
|
138
|
+
import { buildAssistantNoticeEvents as Sf, createStreamEventBuilder as xf, isStreamEvent as Cf } from "./components/chat/streamEvents.js";
|
|
139
|
+
import { checkCollision as uf, constrainPosition as hf, findFreePosition as kf, hasCollision as Ef, sameGridPosition as Ff } from "./utils/gridCollision.js";
|
|
140
|
+
import { clientToCanvasLocal as Af, clientToCanvasWorld as Lf, createViewportFromZoomAnchor as _f, isPointInsideCanvasRect as Rf, localToCanvasWorld as Df } from "./components/ui/canvasGeometry.js";
|
|
141
|
+
import { cn as yf } from "./utils/cn.js";
|
|
142
|
+
import { computeCodeDiff as Mf, computeCodeDiffSync as Of, configureDiffWorker as Wf, createDiffWorker as Nf, hasDiffWorker as bf, terminateDiffWorker as wf, waitForDiffWorker as Hf } from "./components/chat/hooks/useCodeDiff.js";
|
|
143
|
+
import { configureMarkdownWorker as Gf, createMarkdownWorker as Vf, hasMarkdownWorker as Kf, renderMarkdown as zf, renderMarkdownSync as Xf, terminateMarkdownWorker as Zf, waitForMarkdownWorker as Qf } from "./components/chat/hooks/useMarkdown.js";
|
|
144
|
+
import { configureMermaidWorker as qf, configureSyncMermaid as jf, renderMermaid as Jf, terminateMermaidWorker as $f, useMermaid as ed } from "./components/chat/hooks/useMermaid.js";
|
|
145
|
+
import { configureShikiWorker as rd, configureSyncHighlighter as td, highlightCode as id, terminateShikiWorker as nd, useCodeHighlight as ad } from "./components/chat/hooks/useCodeHighlight.js";
|
|
146
|
+
import { createFloatingPresence as ld } from "./components/ui/floatingPresence.js";
|
|
147
|
+
import { createSimpleContext as sd } from "./context/createSimpleContext.js";
|
|
148
|
+
import { createUIFirstSelection as fd } from "./utils/uiFirstSelection.js";
|
|
149
|
+
import { deferAfterPaint as Td, deferNonBlocking as Id } from "./utils/defer.js";
|
|
150
|
+
import { duration as xd, easing as Cd, fadeIn as gd, listContainer as ud, listItem as hd, panelResize as kd, popIn as Ed, scaleIn as Fd, sidebarVariants as Pd, slideInFromBottom as Ad, slideInFromLeft as Ld, slideInFromRight as _d, slideInFromTop as Rd, springConfig as Dd } from "./utils/animations.js";
|
|
151
|
+
import { formatKeybind as yd, isMacLikePlatform as Bd, isPrimaryModKeyPressed as Md, matchKeybind as Od, parseKeybind as Wd } from "./utils/keybind.js";
|
|
152
|
+
import { isTypingElement as bd, shouldIgnoreHotkeys as wd } from "./utils/dom.js";
|
|
153
|
+
import { lockBodyStyle as Ud } from "./utils/bodyStyleLock.js";
|
|
154
|
+
import { registerCommandContributions as Vd, useCommandContributions as Kd } from "./hooks/useCommandContributions.js";
|
|
155
|
+
import { resolveFloatingWindowViewport as Xd } from "./components/ui/floatingWindowGeometry.js";
|
|
156
|
+
import { startPointerSession as Qd } from "./components/ui/pointerSession.js";
|
|
157
|
+
import { useAttachments as qd } from "./components/chat/hooks/useAttachments.js";
|
|
158
|
+
import { useAutoScroll as Jd } from "./components/chat/hooks/useAutoScroll.js";
|
|
159
|
+
import { useDebounce as eT } from "./hooks/useDebounce.js";
|
|
160
|
+
import { useDeckDrag as rT } from "./hooks/useDeckDrag.js";
|
|
161
|
+
import { useFileBrowserDropTarget as iT, useFileBrowserItemDrag as nT } from "./hooks/useFileBrowserDrag.js";
|
|
162
|
+
import { useKeybind as cT } from "./hooks/useKeybind.js";
|
|
163
|
+
import { useMediaQuery as mT } from "./hooks/useMediaQuery.js";
|
|
164
|
+
import { usePersisted as pT } from "./hooks/usePersisted.js";
|
|
165
|
+
import { useResizeObserver as dT } from "./hooks/useResizeObserver.js";
|
|
166
|
+
import { useVirtualList as IT } from "./components/chat/hooks/useVirtualList.js";
|
|
166
167
|
export {
|
|
167
168
|
P as Activity,
|
|
168
169
|
Ut as ActivityAppsMain,
|
|
@@ -172,9 +173,9 @@ export {
|
|
|
172
173
|
L as AlertCircle,
|
|
173
174
|
_ as AlertTriangle,
|
|
174
175
|
qt as AnimatedBorderCard,
|
|
175
|
-
|
|
176
|
+
R as ArchiveIcon,
|
|
176
177
|
ci as AreaChart,
|
|
177
|
-
|
|
178
|
+
D as ArrowDown,
|
|
178
179
|
v as ArrowLeft,
|
|
179
180
|
y as ArrowRight,
|
|
180
181
|
B as ArrowRightLeft,
|
|
@@ -218,7 +219,7 @@ export {
|
|
|
218
219
|
j as Check,
|
|
219
220
|
J as CheckCircle,
|
|
220
221
|
$ as CheckIcon,
|
|
221
|
-
|
|
222
|
+
Dn as Checkbox,
|
|
222
223
|
vn as CheckboxGroup,
|
|
223
224
|
yn as CheckboxList,
|
|
224
225
|
Mn as ChecklistBlock,
|
|
@@ -305,7 +306,7 @@ export {
|
|
|
305
306
|
Ae as ExternalLink,
|
|
306
307
|
Le as Eye,
|
|
307
308
|
_e as EyeIcon,
|
|
308
|
-
|
|
309
|
+
Re as EyeOff,
|
|
309
310
|
vc as FLOE_GEOMETRY_SURFACE_ATTR,
|
|
310
311
|
yc as FLOE_HOT_INTERACTION_ATTR,
|
|
311
312
|
Oc as FileBlock,
|
|
@@ -314,7 +315,7 @@ export {
|
|
|
314
315
|
Uc as FileBrowserDragProvider,
|
|
315
316
|
zc as FileBrowserProvider,
|
|
316
317
|
Qc as FileBrowserToolbar,
|
|
317
|
-
|
|
318
|
+
De as FileCode,
|
|
318
319
|
qc as FileContextMenu,
|
|
319
320
|
Jc as FileGridView,
|
|
320
321
|
ui as FileIcon,
|
|
@@ -333,23 +334,24 @@ export {
|
|
|
333
334
|
fl as FloeApp,
|
|
334
335
|
da as FloeConfigProvider,
|
|
335
336
|
r as FloeProvider,
|
|
336
|
-
Tl as
|
|
337
|
+
Tl as FloeRegistryContributions,
|
|
338
|
+
Sl as FloeRegistryRuntime,
|
|
337
339
|
be as Folder,
|
|
338
340
|
ki as FolderIcon,
|
|
339
341
|
we as FolderOpen,
|
|
340
342
|
Ei as FolderOpenIcon,
|
|
341
343
|
He as FolderPlus,
|
|
342
344
|
Ue as FolderPlusIcon,
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
345
|
+
Cl as Form,
|
|
346
|
+
gl as FormActions,
|
|
347
|
+
ul as FormControl,
|
|
348
|
+
hl as FormDescription,
|
|
349
|
+
kl as FormDivider,
|
|
350
|
+
El as FormField,
|
|
351
|
+
Fl as FormLabel,
|
|
352
|
+
Pl as FormMessage,
|
|
353
|
+
Al as FormRow,
|
|
354
|
+
Ll as FormSection,
|
|
353
355
|
Ge as GiftIcon,
|
|
354
356
|
Ve as GitBranch,
|
|
355
357
|
Ke as GitBranchIcon,
|
|
@@ -369,64 +371,64 @@ export {
|
|
|
369
371
|
to as Home,
|
|
370
372
|
io as HomeIcon,
|
|
371
373
|
no as Image,
|
|
372
|
-
|
|
374
|
+
Dl as ImageBlock,
|
|
373
375
|
Fi as ImageFileIcon,
|
|
374
376
|
ao as ImageIcon,
|
|
375
|
-
|
|
377
|
+
yl as InfiniteCanvas,
|
|
376
378
|
co as Info,
|
|
377
379
|
Pc as InfoBlock,
|
|
378
380
|
lo as InfoIcon,
|
|
379
381
|
Xt as Input,
|
|
380
382
|
ti as Interactive3DCard,
|
|
381
383
|
Pi as JavaScriptFileIcon,
|
|
382
|
-
|
|
384
|
+
Ml as KeepAliveStack,
|
|
383
385
|
mo as Key,
|
|
384
386
|
so as KeyIcon,
|
|
385
387
|
pn as LOCAL_INTERACTION_SURFACE_ATTR,
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
388
|
+
Wl as Launchpad,
|
|
389
|
+
bl as LaunchpadGrid,
|
|
390
|
+
Hl as LaunchpadItem,
|
|
391
|
+
Gl as LaunchpadModal,
|
|
392
|
+
Kl as LaunchpadPagination,
|
|
393
|
+
Xl as LaunchpadSearch,
|
|
392
394
|
po as Layers,
|
|
393
395
|
fo as LayersIcon,
|
|
394
396
|
To as LayoutDashboard,
|
|
395
|
-
|
|
396
|
-
|
|
397
|
+
Ql as LayoutProvider,
|
|
398
|
+
Jl as LayoutSelector,
|
|
397
399
|
si as LineChart,
|
|
398
400
|
Nn as LinearProgress,
|
|
399
401
|
Io as Link,
|
|
400
402
|
So as LinkIcon,
|
|
401
403
|
xo as Loader2,
|
|
402
404
|
Co as LoadingIcon,
|
|
403
|
-
|
|
405
|
+
em as LoadingOverlay,
|
|
404
406
|
go as Lock,
|
|
405
407
|
uo as LockIcon,
|
|
406
|
-
|
|
408
|
+
rm as MENU_ITEM_SELECTOR,
|
|
407
409
|
ho as MagicIcon,
|
|
408
410
|
ko as Mail,
|
|
409
411
|
Eo as MailIcon,
|
|
410
412
|
Fo as MapPinIcon,
|
|
411
|
-
|
|
413
|
+
lm as MarkdownBlock,
|
|
412
414
|
Po as Maximize,
|
|
413
415
|
Ao as Menu,
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
416
|
+
sm as MermaidBlock,
|
|
417
|
+
fm as MessageActions,
|
|
418
|
+
Tm as MessageAvatar,
|
|
419
|
+
Sm as MessageBubble,
|
|
418
420
|
Lo as MessageIcon,
|
|
419
|
-
|
|
420
|
-
|
|
421
|
+
Cm as MessageItem,
|
|
422
|
+
um as MessageMeta,
|
|
421
423
|
_o as MessageSquare,
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
424
|
+
km as MetricsWidget,
|
|
425
|
+
Ro as Mic,
|
|
426
|
+
Do as MicIcon,
|
|
425
427
|
vo as MicOff,
|
|
426
428
|
yo as Minus,
|
|
427
429
|
Bo as MinusIcon,
|
|
428
|
-
|
|
429
|
-
|
|
430
|
+
Fm as MobileKeyboard,
|
|
431
|
+
Am as MobileTabBar,
|
|
430
432
|
pi as MonitoringChart,
|
|
431
433
|
Mo as Moon,
|
|
432
434
|
Oo as MoonIcon,
|
|
@@ -434,28 +436,28 @@ export {
|
|
|
434
436
|
No as MoreVertical,
|
|
435
437
|
ii as MorphCard,
|
|
436
438
|
bo as MuteIcon,
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
439
|
+
_m as NOTES_CONTEXT_MENU_WIDTH_PX,
|
|
440
|
+
ym as NOTES_SCALE_MAX,
|
|
441
|
+
Bm as NOTES_SCALE_MIN,
|
|
442
|
+
Mm as NOTE_BUCKET_METRICS,
|
|
443
|
+
as as NOTE_COLOR_LABELS,
|
|
444
|
+
Om as NOTE_COLOR_TOKENS,
|
|
443
445
|
ni as NeonCard,
|
|
444
446
|
Ac as NoteBlock,
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
447
|
+
cs as NotesAnimalIcon,
|
|
448
|
+
Rm as NotesContextMenu,
|
|
449
|
+
fs as NotesOverlay,
|
|
450
|
+
ls as NotesOverlayIcon,
|
|
451
|
+
ms as NotesTrashCanIcon,
|
|
452
|
+
Ts as NotificationContainer,
|
|
453
|
+
Is as NotificationProvider,
|
|
452
454
|
Zt as NumberInput,
|
|
453
455
|
wo as Package,
|
|
454
456
|
Ho as PackageIcon,
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
457
|
+
gs as Pagination,
|
|
458
|
+
hs as Panel,
|
|
459
|
+
ks as PanelContent,
|
|
460
|
+
Es as PanelHeader,
|
|
459
461
|
Uo as Paperclip,
|
|
460
462
|
Go as Paste,
|
|
461
463
|
Vo as PasteIcon,
|
|
@@ -472,17 +474,17 @@ export {
|
|
|
472
474
|
er as PlusIcon,
|
|
473
475
|
or as PowerIcon,
|
|
474
476
|
rr as PrinterIcon,
|
|
475
|
-
|
|
477
|
+
Ps as ProcessingIndicator,
|
|
476
478
|
tr as Quote,
|
|
477
|
-
|
|
479
|
+
Ls as QuoteBlock,
|
|
478
480
|
Ni as REQUIRED_SHELL_THEME_TOKENS,
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
481
|
+
Rs as RadioGroup,
|
|
482
|
+
Ds as RadioList,
|
|
483
|
+
vs as RadioOption,
|
|
482
484
|
ir as Refresh,
|
|
483
485
|
nr as RefreshIcon,
|
|
484
486
|
ar as Region,
|
|
485
|
-
|
|
487
|
+
Bs as ResizeHandle,
|
|
486
488
|
cr as Restore,
|
|
487
489
|
lr as RocketIcon,
|
|
488
490
|
ha as SURFACE_PORTAL_HOST_ATTR,
|
|
@@ -492,7 +494,7 @@ export {
|
|
|
492
494
|
pr as Search,
|
|
493
495
|
fr as SearchIcon,
|
|
494
496
|
nl as SearchSidebarWidget,
|
|
495
|
-
|
|
497
|
+
Os as SegmentedControl,
|
|
496
498
|
bn as SegmentedProgress,
|
|
497
499
|
hc as Select,
|
|
498
500
|
dr as Send,
|
|
@@ -501,69 +503,69 @@ export {
|
|
|
501
503
|
Sr as SettingsIcon,
|
|
502
504
|
al as SettingsSidebarWidget,
|
|
503
505
|
xr as ShareIcon,
|
|
504
|
-
|
|
505
|
-
|
|
506
|
+
Ns as Shell,
|
|
507
|
+
ws as ShellBlock,
|
|
506
508
|
Ai as ShellScriptFileIcon,
|
|
507
509
|
Cr as Shield,
|
|
508
510
|
gr as ShieldCheck,
|
|
509
511
|
ur as ShieldIcon,
|
|
510
512
|
cl as ShowcaseSidebarWidget,
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
513
|
+
Us as Sidebar,
|
|
514
|
+
Gs as SidebarContent,
|
|
515
|
+
Vs as SidebarItem,
|
|
516
|
+
Ks as SidebarItemList,
|
|
517
|
+
Zs as SidebarPane,
|
|
518
|
+
zs as SidebarSection,
|
|
517
519
|
ll as SidebarWidget,
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
520
|
+
Ys as Skeleton,
|
|
521
|
+
qs as SkeletonCard,
|
|
522
|
+
js as SkeletonList,
|
|
523
|
+
Js as SkeletonText,
|
|
524
|
+
ep as SnakeLoader,
|
|
523
525
|
hr as SparkleIcon,
|
|
524
526
|
kr as Sparkles,
|
|
525
527
|
Er as Star,
|
|
526
528
|
Fr as StarIcon,
|
|
527
529
|
qi as StatusIndicator,
|
|
528
|
-
|
|
530
|
+
rp as Stepper,
|
|
529
531
|
wn as StepsProgress,
|
|
530
532
|
Pr as Stop,
|
|
531
|
-
|
|
533
|
+
ap as StreamingCursor,
|
|
532
534
|
Li as StyleFileIcon,
|
|
533
535
|
Lc as SuccessBlock,
|
|
534
536
|
Ar as SuccessIcon,
|
|
535
537
|
Lr as Sun,
|
|
536
538
|
_r as SunIcon,
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
539
|
+
lp as SurfaceFloatingLayer,
|
|
540
|
+
sp as SvgBlock,
|
|
541
|
+
fp as Switch,
|
|
540
542
|
_i as SymlinkFileIcon,
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
543
|
+
Ri as SymlinkFolderIcon,
|
|
544
|
+
Di as SymlinkFolderOpenIcon,
|
|
545
|
+
ss as TOPIC_ACCENT_LABELS,
|
|
546
|
+
Wm as TOPIC_ACCENT_TOKENS,
|
|
547
|
+
Nm as TOPIC_ICON_KEYS,
|
|
548
|
+
Tp as TabPanel,
|
|
549
|
+
Ip as Tabs,
|
|
550
|
+
xp as Tag,
|
|
551
|
+
Rr as TagIcon,
|
|
552
|
+
Dr as TargetIcon,
|
|
551
553
|
vr as Terminal,
|
|
552
554
|
yr as TerminalIcon,
|
|
553
|
-
|
|
554
|
-
|
|
555
|
+
gp as TerminalWidget,
|
|
556
|
+
kp as TextBlock,
|
|
555
557
|
Br as TextTool,
|
|
556
558
|
Qt as Textarea,
|
|
557
|
-
|
|
558
|
-
|
|
559
|
+
Fp as ThemeProvider,
|
|
560
|
+
_p as ThinkingBlock,
|
|
559
561
|
Mr as ThumbsDownIcon,
|
|
560
562
|
Or as ThumbsUpIcon,
|
|
561
563
|
Wr as Timer,
|
|
562
564
|
_c as TipBlock,
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
565
|
+
Dp as ToolCallBlock,
|
|
566
|
+
yp as Tooltip,
|
|
567
|
+
Mp as TopBar,
|
|
568
|
+
Wp as TopBarIconButton,
|
|
567
569
|
Nr as Trash,
|
|
568
570
|
br as TrashIcon,
|
|
569
571
|
wr as TrendingDown,
|
|
@@ -577,8 +579,8 @@ export {
|
|
|
577
579
|
Xr as Video,
|
|
578
580
|
yi as VideoFileIcon,
|
|
579
581
|
Zr as VideoIcon,
|
|
580
|
-
|
|
581
|
-
|
|
582
|
+
bp as ViewActivationProvider,
|
|
583
|
+
Up as VirtualMessageList,
|
|
582
584
|
Qr as Volume,
|
|
583
585
|
Yr as VolumeIcon,
|
|
584
586
|
qr as VolumeOff,
|
|
@@ -586,84 +588,84 @@ export {
|
|
|
586
588
|
dn as WORKBENCH_WIDGET_ACTIVATION_SURFACE_ATTR,
|
|
587
589
|
Tn as WORKBENCH_WIDGET_SHELL_ATTR,
|
|
588
590
|
jr as Wand,
|
|
589
|
-
|
|
591
|
+
Rc as WarningBlock,
|
|
590
592
|
Jr as WarningIcon,
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
593
|
+
Vp as WidgetFrame,
|
|
594
|
+
zp as WidgetPalette,
|
|
595
|
+
Zp as WidgetRegistryProvider,
|
|
596
|
+
jp as WidgetResizeHandle,
|
|
597
|
+
$p as WidgetStateProvider,
|
|
598
|
+
nf as WidgetTypeSwitcher,
|
|
597
599
|
$r as WifiIcon,
|
|
598
600
|
et as WifiOffIcon,
|
|
599
|
-
|
|
601
|
+
tp as Wizard,
|
|
600
602
|
ot as Workflow,
|
|
601
|
-
|
|
603
|
+
cf as WorkingIndicator,
|
|
602
604
|
rt as X,
|
|
603
605
|
tt as XCircle,
|
|
604
606
|
it as Zap,
|
|
605
607
|
nt as ZapIcon,
|
|
606
608
|
Ea as __resetSurfacePortalScopeForTests,
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
609
|
+
mf as applyDragDelta,
|
|
610
|
+
bm as applyNotesEvent,
|
|
611
|
+
sf as applyResizeDelta,
|
|
610
612
|
i as applyShellThemeAttribute,
|
|
611
613
|
xt as applyTerminalSessionSuggestion,
|
|
612
614
|
_t as applyTerminalSuggestion,
|
|
613
615
|
n as applyTheme,
|
|
614
616
|
bi as assertUniqueThemePresetNames,
|
|
615
|
-
|
|
616
|
-
|
|
617
|
+
Rt as autocompleteTerminalInput,
|
|
618
|
+
Sf as buildAssistantNoticeEvents,
|
|
617
619
|
wi as builtInShellThemePresets,
|
|
618
620
|
a as builtInThemes,
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
621
|
+
wm as centerViewportOnWorldPoint,
|
|
622
|
+
uf as checkCollision,
|
|
623
|
+
Hm as clampScale,
|
|
622
624
|
st as clampTerminalCursor,
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
625
|
+
Af as clientToCanvasLocal,
|
|
626
|
+
Lf as clientToCanvasWorld,
|
|
627
|
+
yf as cn,
|
|
628
|
+
Um as computeBoardBounds,
|
|
629
|
+
Mf as computeCodeDiff,
|
|
630
|
+
Of as computeCodeDiffSync,
|
|
631
|
+
Wf as configureDiffWorker,
|
|
632
|
+
Gf as configureMarkdownWorker,
|
|
633
|
+
qf as configureMermaidWorker,
|
|
634
|
+
rd as configureShikiWorker,
|
|
635
|
+
td as configureSyncHighlighter,
|
|
636
|
+
jf as configureSyncMermaid,
|
|
637
|
+
hf as constrainPosition,
|
|
636
638
|
Qn as createCommandService,
|
|
637
639
|
Jn as createComponentRegistry,
|
|
638
640
|
Ha as createDeckService,
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
641
|
+
Gm as createDefaultNotesSnapshot,
|
|
642
|
+
Nf as createDiffWorker,
|
|
643
|
+
ld as createFloatingPresence,
|
|
644
|
+
Yl as createLayoutService,
|
|
645
|
+
Vf as createMarkdownWorker,
|
|
646
|
+
Ss as createNotificationService,
|
|
645
647
|
Hi as createShellThemePreset,
|
|
646
|
-
|
|
647
|
-
|
|
648
|
+
sd as createSimpleContext,
|
|
649
|
+
xf as createStreamEventBuilder,
|
|
648
650
|
pt as createTerminalEditorState,
|
|
649
|
-
|
|
651
|
+
Dt as createTerminalFullLineSuggestion,
|
|
650
652
|
Ct as createTerminalSessionState,
|
|
651
653
|
vt as createTerminalTokenSuggestion,
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
654
|
+
up as createTerminalWidget,
|
|
655
|
+
Pp as createThemeService,
|
|
656
|
+
fd as createUIFirstSelection,
|
|
657
|
+
_f as createViewportFromZoomAnchor,
|
|
658
|
+
Qp as createWidgetRegistry,
|
|
659
|
+
Td as deferAfterPaint,
|
|
660
|
+
Id as deferNonBlocking,
|
|
659
661
|
ft as deleteTerminalTextBackward,
|
|
660
662
|
gt as dispatchTerminalSessionKey,
|
|
661
|
-
|
|
662
|
-
|
|
663
|
+
xd as duration,
|
|
664
|
+
Cd as easing,
|
|
663
665
|
Fa as ensureSurfacePortalInteractionTracking,
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
666
|
+
Dm as estimateNotesContextMenuHeight,
|
|
667
|
+
gd as fadeIn,
|
|
668
|
+
kf as findFreePosition,
|
|
667
669
|
T as floeColorTokenCategories,
|
|
668
670
|
I as floeDesignTokens,
|
|
669
671
|
S as floeFontFamilyTokens,
|
|
@@ -673,78 +675,78 @@ export {
|
|
|
673
675
|
u as floeSpacingTokens,
|
|
674
676
|
h as floeThemeColorVariables,
|
|
675
677
|
k as floeTypographyTokens,
|
|
676
|
-
|
|
677
|
-
|
|
678
|
+
tm as focusMenuItem,
|
|
679
|
+
yd as formatKeybind,
|
|
678
680
|
Bi as getFileIcon,
|
|
679
681
|
E as getFloeColorTokenValue,
|
|
680
|
-
|
|
682
|
+
pf as getGridCellSize,
|
|
681
683
|
sa as getGridConfigFromElement,
|
|
682
|
-
|
|
684
|
+
im as getMenuItems,
|
|
683
685
|
Ui as getShellThemePresetsForMode,
|
|
684
686
|
c as getSystemTheme,
|
|
685
687
|
ut as getTerminalPromptPreview,
|
|
686
688
|
ht as getTerminalSessionSuggestions,
|
|
687
689
|
yt as getTerminalSuggestions,
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
690
|
+
Vm as groupTrashItems,
|
|
691
|
+
nm as handleMenuKeyboardNavigation,
|
|
692
|
+
Ef as hasCollision,
|
|
691
693
|
$n as hasComponentRegistryContext,
|
|
692
|
-
|
|
694
|
+
bf as hasDiffWorker,
|
|
693
695
|
Gc as hasFileBrowserDragContext,
|
|
694
|
-
|
|
695
|
-
|
|
696
|
+
Kf as hasMarkdownWorker,
|
|
697
|
+
id as highlightCode,
|
|
696
698
|
dt as insertTerminalText,
|
|
697
699
|
In as isLocalInteractionSurfaceTarget,
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
700
|
+
Bd as isMacLikePlatform,
|
|
701
|
+
Rf as isPointInsideCanvasRect,
|
|
702
|
+
Md as isPrimaryModKeyPressed,
|
|
703
|
+
Cf as isStreamEvent,
|
|
702
704
|
Pa as isSurfacePortalMode,
|
|
703
705
|
l as isThemeType,
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
706
|
+
bd as isTypingElement,
|
|
707
|
+
ud as listContainer,
|
|
708
|
+
hd as listItem,
|
|
709
|
+
Df as localToCanvasWorld,
|
|
710
|
+
Ud as lockBodyStyle,
|
|
711
|
+
Od as matchKeybind,
|
|
710
712
|
Bt as matchesTerminalSuggestionPrefix,
|
|
711
|
-
|
|
713
|
+
Km as mergeBoardBounds,
|
|
712
714
|
m as mergeThemeTokenMaps,
|
|
713
|
-
|
|
715
|
+
am as moveMenuFocus,
|
|
714
716
|
Tt as moveTerminalCursor,
|
|
715
717
|
It as navigateTerminalHistory,
|
|
716
|
-
|
|
717
|
-
|
|
718
|
+
zm as nextLocalZIndex,
|
|
719
|
+
Xm as normalizeNotesSnapshot,
|
|
718
720
|
Gi as normalizeShellThemeSelection,
|
|
719
721
|
lt as normalizeTerminalWorkspaceProfile,
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
722
|
+
Zm as noteBucketMetrics,
|
|
723
|
+
kd as panelResize,
|
|
724
|
+
Wd as parseKeybind,
|
|
723
725
|
Mt as parseTerminalSuggestionContext,
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
726
|
+
ff as pixelDeltaToGridDelta,
|
|
727
|
+
Ed as popIn,
|
|
728
|
+
df as positionToGridArea,
|
|
727
729
|
Vi as presetSupportsMode,
|
|
728
730
|
Aa as projectSurfacePortalPosition,
|
|
729
731
|
La as projectSurfacePortalRect,
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
732
|
+
Qm as promoteLocalItem,
|
|
733
|
+
Vd as registerCommandContributions,
|
|
734
|
+
Ym as removeSnapshotItem,
|
|
735
|
+
qm as removeSnapshotTopic,
|
|
736
|
+
jm as removeSnapshotTrashItem,
|
|
737
|
+
zf as renderMarkdown,
|
|
738
|
+
Xf as renderMarkdownSync,
|
|
739
|
+
Jf as renderMermaid,
|
|
740
|
+
Jm as replaceSnapshotItem,
|
|
741
|
+
$m as replaceSnapshotTopic,
|
|
742
|
+
es as replaceSnapshotTrashItem,
|
|
741
743
|
Mi as resolveFileItemIcon,
|
|
742
|
-
|
|
744
|
+
Xd as resolveFloatingWindowViewport,
|
|
743
745
|
Ki as resolveShellThemePresetName,
|
|
744
746
|
Sn as resolveSurfaceInteractionTargetRole,
|
|
745
747
|
_a as resolveSurfacePortalBoundaryRect,
|
|
746
|
-
|
|
747
|
-
|
|
748
|
+
Ra as resolveSurfacePortalHost,
|
|
749
|
+
Da as resolveSurfacePortalMount,
|
|
748
750
|
va as resolveSurfacePortalMountRect,
|
|
749
751
|
xn as resolveSurfaceWheelRouting,
|
|
750
752
|
s as resolveThemeTokenOverrides,
|
|
@@ -753,22 +755,22 @@ export {
|
|
|
753
755
|
gn as resolveWorkbenchWidgetLocalTypingTarget,
|
|
754
756
|
un as resolveWorkbenchWidgetTextSelectionTarget,
|
|
755
757
|
Pt as runTerminalMockCommand,
|
|
756
|
-
|
|
758
|
+
Ff as sameGridPosition,
|
|
757
759
|
ec as sanitizeDisplayMode,
|
|
758
|
-
|
|
759
|
-
|
|
760
|
+
Fd as scaleIn,
|
|
761
|
+
os as screenToWorld,
|
|
760
762
|
kt as setTerminalSessionInputValue,
|
|
761
763
|
hn as shouldActivateWorkbenchWidgetLocalTarget,
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
764
|
+
wd as shouldIgnoreHotkeys,
|
|
765
|
+
Pd as sidebarVariants,
|
|
766
|
+
Ad as slideInFromBottom,
|
|
767
|
+
Ld as slideInFromLeft,
|
|
768
|
+
_d as slideInFromRight,
|
|
769
|
+
Rd as slideInFromTop,
|
|
770
|
+
Tf as snapToGrid,
|
|
771
|
+
Dd as springConfig,
|
|
770
772
|
Bc as startHotInteraction,
|
|
771
|
-
|
|
773
|
+
Qd as startPointerSession,
|
|
772
774
|
Et as submitTerminalSession,
|
|
773
775
|
f as syncThemeTokenOverrides,
|
|
774
776
|
Ot as terminalCommandTokenSuggestionProvider,
|
|
@@ -776,47 +778,47 @@ export {
|
|
|
776
778
|
Nt as terminalPathSuggestionProvider,
|
|
777
779
|
bt as terminalRootSuggestionProvider,
|
|
778
780
|
wt as terminalSnippetSuggestionProvider,
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
781
|
+
wf as terminateDiffWorker,
|
|
782
|
+
Zf as terminateMarkdownWorker,
|
|
783
|
+
$f as terminateMermaidWorker,
|
|
784
|
+
nd as terminateShikiWorker,
|
|
785
|
+
qd as useAttachments,
|
|
786
|
+
Jd as useAutoScroll,
|
|
785
787
|
_n as useChatContext,
|
|
786
|
-
|
|
788
|
+
ad as useCodeHighlight,
|
|
787
789
|
Yn as useCommand,
|
|
788
|
-
|
|
790
|
+
Kd as useCommandContributions,
|
|
789
791
|
ea as useComponentContextFactory,
|
|
790
792
|
oa as useComponentRegistry,
|
|
791
|
-
|
|
792
|
-
|
|
793
|
+
ef as useCurrentWidgetId,
|
|
794
|
+
eT as useDebounce,
|
|
793
795
|
Ua as useDeck,
|
|
794
|
-
|
|
796
|
+
rT as useDeckDrag,
|
|
795
797
|
Xc as useFileBrowser,
|
|
796
798
|
Vc as useFileBrowserDrag,
|
|
797
|
-
|
|
798
|
-
|
|
799
|
+
iT as useFileBrowserDropTarget,
|
|
800
|
+
nT as useFileBrowserItemDrag,
|
|
799
801
|
Ta as useFloeConfig,
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
802
|
+
_l as useFormSubmitting,
|
|
803
|
+
cT as useKeybind,
|
|
804
|
+
ql as useLayout,
|
|
805
|
+
mT as useMediaQuery,
|
|
806
|
+
ed as useMermaid,
|
|
807
|
+
xs as useNotification,
|
|
806
808
|
ra as useOptionalComponentRegistry,
|
|
807
|
-
|
|
808
|
-
|
|
809
|
+
pT as usePersisted,
|
|
810
|
+
dT as useResizeObserver,
|
|
809
811
|
Ia as useResolvedFloeConfig,
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
812
|
+
Ap as useTheme,
|
|
813
|
+
wp as useViewActivation,
|
|
814
|
+
IT as useVirtualList,
|
|
815
|
+
Yp as useWidgetRegistry,
|
|
816
|
+
of as useWidgetState,
|
|
817
|
+
rf as useWidgetStateContext,
|
|
818
|
+
ip as useWizard,
|
|
819
|
+
rs as visibleWorldRect,
|
|
820
|
+
Hf as waitForDiffWorker,
|
|
821
|
+
Qf as waitForMarkdownWorker,
|
|
822
|
+
ts as worldToScreen,
|
|
823
|
+
is as zoomViewportAtPoint
|
|
822
824
|
};
|