@floegence/floe-webapp-core 0.35.58 → 0.36.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/components/deck/DeckCell.js +47 -50
- package/dist/components/deck/DeckContextMenu.d.ts +22 -0
- package/dist/components/deck/DeckContextMenu.js +73 -0
- package/dist/components/deck/DeckGrid.js +147 -104
- package/dist/components/deck/DeckTopBar.js +74 -96
- package/dist/components/deck/WidgetFrame.d.ts +7 -1
- package/dist/components/deck/WidgetFrame.js +60 -52
- package/dist/components/deck/index.d.ts +1 -0
- package/dist/components/ui/InfiniteCanvas.d.ts +2 -0
- package/dist/components/ui/InfiniteCanvas.js +43 -37
- package/dist/components/workbench/WorkbenchCanvas.d.ts +28 -0
- package/dist/components/workbench/WorkbenchCanvas.js +79 -0
- package/dist/components/workbench/WorkbenchContextMenu.d.ts +24 -0
- package/dist/components/workbench/WorkbenchContextMenu.js +44 -0
- package/dist/components/workbench/WorkbenchFilterBar.d.ts +16 -0
- package/dist/components/workbench/WorkbenchFilterBar.js +266 -0
- package/dist/components/workbench/WorkbenchHud.d.ts +6 -0
- package/dist/components/workbench/WorkbenchHud.js +17 -0
- package/dist/components/workbench/WorkbenchLockButton.d.ts +6 -0
- package/dist/components/workbench/WorkbenchLockButton.js +49 -0
- package/dist/components/workbench/WorkbenchOverlay.d.ts +18 -0
- package/dist/components/workbench/WorkbenchOverlay.js +107 -0
- package/dist/components/workbench/WorkbenchSurface.d.ts +21 -0
- package/dist/components/workbench/WorkbenchSurface.js +183 -0
- package/dist/components/workbench/WorkbenchWidget.d.ts +25 -0
- package/dist/components/workbench/WorkbenchWidget.js +183 -0
- package/dist/components/workbench/index.d.ts +7 -0
- package/dist/components/workbench/types.d.ts +39 -0
- package/dist/components/workbench/types.js +25 -0
- package/dist/components/workbench/useWorkbenchModel.d.ts +70 -0
- package/dist/components/workbench/useWorkbenchModel.js +259 -0
- package/dist/components/workbench/widgets/CodeEditorWidget.d.ts +1 -0
- package/dist/components/workbench/widgets/CodeEditorWidget.js +144 -0
- package/dist/components/workbench/widgets/FileBrowserWidget.d.ts +1 -0
- package/dist/components/workbench/widgets/FileBrowserWidget.js +142 -0
- package/dist/components/workbench/widgets/LogViewerWidget.d.ts +1 -0
- package/dist/components/workbench/widgets/LogViewerWidget.js +86 -0
- package/dist/components/workbench/widgets/SystemMonitorWidget.d.ts +1 -0
- package/dist/components/workbench/widgets/SystemMonitorWidget.js +122 -0
- package/dist/components/workbench/widgets/TerminalWidget.d.ts +1 -0
- package/dist/components/workbench/widgets/TerminalWidget.js +70 -0
- package/dist/components/workbench/widgets/widgetRegistry.d.ts +13 -0
- package/dist/components/workbench/widgets/widgetRegistry.js +50 -0
- package/dist/components/workbench/workbenchHelpers.d.ts +22 -0
- package/dist/components/workbench/workbenchHelpers.js +176 -0
- package/dist/deck.js +14 -12
- package/dist/full.js +381 -379
- package/dist/hooks/useDeckDrag.js +15 -15
- package/dist/styles.css +1 -1
- package/dist/tailwind.css +1 -0
- package/dist/ui.css +4 -0
- package/dist/workbench.css +1220 -0
- package/dist/workbench.d.ts +1 -0
- package/dist/workbench.js +22 -0
- package/package.json +5 -1
package/dist/full.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { FloeProvider as r } from "./app/FloeProvider.js";
|
|
2
2
|
import { applyTheme as n, builtInThemes as i, getSystemTheme as a, mergeThemeTokenMaps as m, resolveThemeTokenOverrides as c, resolveThemeTokens as l, syncThemeTokenOverrides as s } from "./styles/themes/index.js";
|
|
3
|
-
import { floeColorTokenCategories as f, floeDesignTokens as d, floeFontFamilyTokens as x, floeMotionTokens as I, floeRadiusTokens as g, floeSharedCssVariables as C, floeSpacingTokens as u, floeThemeColorVariables as S, floeTypographyTokens as T, getFloeColorTokenValue as
|
|
4
|
-
import { Activity as F, ActivityIcon as P, AlertCircle as y, AlertTriangle as B, ArchiveIcon as v, ArrowDown as M, ArrowLeft as D, ArrowRight as L, ArrowRightLeft as w, ArrowUp as A, AtSign as E, AwardIcon as b, BarChart as W, BatteryIcon as R, Bell as O, BellIcon as N, Bookmark as _, BookmarkIcon as G, Bot as H, BotIcon as V, BugIcon as U, Calendar as K, CalendarIcon as z, Camera as X, CameraIcon as Z, ChartIcon as Q, Check as Y, CheckCircle as q, CheckIcon as J, ChevronDown as j, ChevronLeft as $, ChevronRight as ee, ChevronUp as oe, ChevronsUpDown as re, Clock as te, ClockIcon as ne, CloseIcon as ie, Cloud as ae, CloudIcon as me, Code as ce, CodeIcon as le, CompassIcon as se, Copy as pe, CopyCheck as fe, CopyCheckIcon as de, CopyIcon as xe, Cpu as Ie, CreditCardIcon as ge, Database as Ce, DatabaseIcon as ue, DollarIcon as Se, Download as Te, DownloadIcon as
|
|
3
|
+
import { floeColorTokenCategories as f, floeDesignTokens as d, floeFontFamilyTokens as x, floeMotionTokens as I, floeRadiusTokens as g, floeSharedCssVariables as C, floeSpacingTokens as u, floeThemeColorVariables as S, floeTypographyTokens as T, getFloeColorTokenValue as k } from "./styles/tokens.js";
|
|
4
|
+
import { Activity as F, ActivityIcon as P, AlertCircle as y, AlertTriangle as B, ArchiveIcon as v, ArrowDown as M, ArrowLeft as D, ArrowRight as L, ArrowRightLeft as w, ArrowUp as A, AtSign as E, AwardIcon as b, BarChart as W, BatteryIcon as R, Bell as O, BellIcon as N, Bookmark as _, BookmarkIcon as G, Bot as H, BotIcon as V, BugIcon as U, Calendar as K, CalendarIcon as z, Camera as X, CameraIcon as Z, ChartIcon as Q, Check as Y, CheckCircle as q, CheckIcon as J, ChevronDown as j, ChevronLeft as $, ChevronRight as ee, ChevronUp as oe, ChevronsUpDown as re, Clock as te, ClockIcon as ne, CloseIcon as ie, Cloud as ae, CloudIcon as me, Code as ce, CodeIcon as le, CompassIcon as se, Copy as pe, CopyCheck as fe, CopyCheckIcon as de, CopyIcon as xe, Cpu as Ie, CreditCardIcon as ge, Database as Ce, DatabaseIcon as ue, DollarIcon as Se, Download as Te, DownloadIcon as ke, EditIcon as he, ErrorIcon as Fe, ExternalLink as Pe, Eye as ye, EyeIcon as Be, EyeOff as ve, FileCode as Me, FilePlus as De, FilePlusIcon as Le, FileText as we, Files as Ae, Filter as Ee, FilterIcon as be, FireIcon as We, Folder as Re, FolderOpen as Oe, FolderPlus as Ne, FolderPlusIcon as _e, GiftIcon as Ge, GitBranch as He, GitBranchIcon as Ve, Globe as Ue, GlobeIcon as Ke, Grid as ze, Grid3x3 as Xe, GripVertical as Ze, Hash as Qe, HeadphonesIcon as Ye, Heart as qe, HeartIcon as Je, HelpIcon as je, Highlighter as $e, History as eo, Home as oo, HomeIcon as ro, Image as to, ImageIcon as no, Info as io, InfoIcon as ao, Key as mo, KeyIcon as co, Layers as lo, LayersIcon as so, LayoutDashboard as po, Link as fo, LinkIcon as xo, Loader2 as Io, LoadingIcon as go, Lock as Co, LockIcon as uo, MagicIcon as So, Mail as To, MailIcon as ko, MapPinIcon as ho, Maximize as Fo, Menu as Po, MessageIcon as yo, MessageSquare as Bo, Mic as vo, MicIcon as Mo, MicOff as Do, Minus as Lo, MinusIcon as wo, Moon as Ao, MoonIcon as Eo, MoreHorizontal as bo, MoreVertical as Wo, MuteIcon as Ro, Package as Oo, PackageIcon as No, Paperclip as _o, Paste as Go, PasteIcon as Ho, Pause as Vo, PauseIcon as Uo, Pencil as Ko, Phone as zo, PieChart as Xo, Pin as Zo, PinIcon as Qo, Play as Yo, PlayIcon as qo, Plus as Jo, PlusIcon as jo, PowerIcon as $o, PrinterIcon as er, Quote as or, Refresh as rr, RefreshIcon as tr, Restore as nr, RocketIcon as ir, Save as ar, SaveIcon as mr, Search as cr, SearchIcon as lr, Send as sr, SendIcon as pr, Settings as fr, SettingsIcon as dr, ShareIcon as xr, Shield as Ir, ShieldCheck as gr, ShieldIcon as Cr, SparkleIcon as ur, Sparkles as Sr, Star as Tr, StarIcon as kr, Stop as hr, SuccessIcon as Fr, Sun as Pr, SunIcon as yr, TagIcon as Br, TargetIcon as vr, Terminal as Mr, TerminalIcon as Dr, ThumbsDownIcon as Lr, ThumbsUpIcon as wr, Timer as Ar, Trash as Er, TrashIcon as br, TrendingDown as Wr, TrendingUp as Rr, Unlock as Or, Upload as Nr, UploadIcon as _r, User as Gr, UserIcon as Hr, Video as Vr, VideoIcon as Ur, Volume as Kr, VolumeIcon as zr, VolumeOff as Xr, Wand as Zr, WarningIcon as Qr, WifiIcon as Yr, WifiOffIcon as qr, Workflow as Jr, X as jr, XCircle as $r, Zap as et, ZapIcon as ot } from "./components/icons/index.js";
|
|
5
5
|
import { DEFAULT_TERMINAL_WORKSPACE_PROFILE as tt, normalizeTerminalWorkspaceProfile as nt } from "./terminal/workspaceProfile.js";
|
|
6
6
|
import { clampTerminalCursor as at, createTerminalEditorState as mt, deleteTerminalTextBackward as ct, insertTerminalText as lt, moveTerminalCursor as st, navigateTerminalHistory as pt } from "./terminal/editorModel.js";
|
|
7
7
|
import { applyTerminalSessionSuggestion as dt, createTerminalSessionState as xt, dispatchTerminalSessionKey as It, getTerminalPromptPreview as gt, getTerminalSessionSuggestions as Ct, setTerminalSessionInputValue as ut, submitTerminalSession as St } from "./terminal/sessionModel.js";
|
|
8
|
-
import { runTerminalMockCommand as
|
|
8
|
+
import { runTerminalMockCommand as kt } from "./terminal/mockRuntime.js";
|
|
9
9
|
import { DEFAULT_TERMINAL_SUGGESTION_PROVIDERS as Ft, applyTerminalSuggestion as Pt, autocompleteTerminalInput as yt, createTerminalFullLineSuggestion as Bt, createTerminalTokenSuggestion as vt, getTerminalSuggestions as Mt, matchesTerminalSuggestionPrefix as Dt, parseTerminalSuggestionContext as Lt, terminalCommandTokenSuggestionProvider as wt, terminalHistorySuggestionProvider as At, terminalPathSuggestionProvider as Et, terminalRootSuggestionProvider as bt, terminalSnippetSuggestionProvider as Wt } from "./terminal/suggestionEngine.js";
|
|
10
10
|
import { ActivityAppsMain as Ot } from "./app/ActivityAppsMain.js";
|
|
11
11
|
import { ActivityBar as _t } from "./components/layout/ActivityBar.js";
|
|
@@ -16,7 +16,7 @@ import { AttachmentPreview as sn } from "./components/chat/input/AttachmentPrevi
|
|
|
16
16
|
import { BlockRenderer as fn } from "./components/chat/blocks/BlockRenderer.js";
|
|
17
17
|
import { BottomBar as xn, BottomBarItem as In, StatusIndicator as gn } from "./components/layout/BottomBar.js";
|
|
18
18
|
import { Breadcrumb as un } from "./components/file-browser/Breadcrumb.js";
|
|
19
|
-
import { BrokenSymlinkIcon as Tn, CodeFileIcon as
|
|
19
|
+
import { BrokenSymlinkIcon as Tn, CodeFileIcon as kn, ConfigFileIcon as hn, DocumentFileIcon as Fn, FileIcon as Pn, FileItemIcon as yn, FolderIcon as Bn, FolderOpenIcon as vn, ImageFileIcon as Mn, JavaScriptFileIcon as Dn, ShellScriptFileIcon as Ln, StyleFileIcon as wn, SymlinkFileIcon as An, SymlinkFolderIcon as En, SymlinkFolderOpenIcon as bn, TypeScriptFileIcon as Wn, getFileIcon as Rn, resolveFileItemIcon as On } from "./components/file-browser/FileIcons.js";
|
|
20
20
|
import { Button as _n } from "./components/ui/Button.js";
|
|
21
21
|
import { ChatContainer as Hn } from "./components/chat/ChatContainer.js";
|
|
22
22
|
import { ChatInput as Un } from "./components/chat/input/ChatInput.js";
|
|
@@ -29,124 +29,125 @@ import { CodeDiffBlock as mi } from "./components/chat/blocks/CodeDiffBlock.js";
|
|
|
29
29
|
import { CommandPalette as li } from "./components/ui/CommandPalette.js";
|
|
30
30
|
import { CommandProvider as pi, createCommandService as fi, useCommand as di } from "./context/CommandContext.js";
|
|
31
31
|
import { ComponentRegistryProvider as Ii, createComponentRegistry as gi, hasComponentRegistryContext as Ci, useComponentContextFactory as ui, useComponentRegistry as Si, useOptionalComponentRegistry as Ti } from "./context/ComponentRegistry.js";
|
|
32
|
-
import { ConfirmDialog as
|
|
32
|
+
import { ConfirmDialog as hi, Dialog as Fi } from "./components/ui/Dialog.js";
|
|
33
33
|
import { ConnectionStatus as yi } from "./components/chat/status/ConnectionStatus.js";
|
|
34
34
|
import { DECK_GRID_CONFIG as vi, DeckGrid as Mi, getGridConfigFromElement as Di } from "./components/deck/DeckGrid.js";
|
|
35
35
|
import { DEFAULT_FLOE_CONFIG as wi, FloeConfigProvider as Ai, useFloeConfig as Ei, useResolvedFloeConfig as bi } from "./context/FloeConfigContext.js";
|
|
36
36
|
import { DEFAULT_VIRTUAL_LIST_CONFIG as Ri } from "./components/chat/types.js";
|
|
37
37
|
import { DeckCell as Ni } from "./components/deck/DeckCell.js";
|
|
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 {
|
|
38
|
+
import { DeckContextMenu as Gi } from "./components/deck/DeckContextMenu.js";
|
|
39
|
+
import { DeckProvider as Vi, createDeckService as Ui, useDeck as Ki } from "./context/DeckContext.js";
|
|
40
|
+
import { DeckTopBar as Xi } from "./components/deck/DeckTopBar.js";
|
|
41
|
+
import { DirectoryInput as Qi } from "./components/ui/DirectoryInput.js";
|
|
42
|
+
import { DirectoryPicker as qi } from "./components/ui/DirectoryPicker.js";
|
|
43
|
+
import { DirectoryTree as ji } from "./components/file-browser/DirectoryTree.js";
|
|
44
|
+
import { DropZonePreview as ea } from "./components/deck/DropZonePreview.js";
|
|
45
|
+
import { Dropdown as ra, Select as ta } from "./components/ui/Dropdown.js";
|
|
46
|
+
import { ErrorBlock as ia, HighlightBlock as aa, InfoBlock as ma, NoteBlock as ca, SuccessBlock as la, TipBlock as sa, WarningBlock as pa } from "./components/ui/HighlightBlock.js";
|
|
47
|
+
import { FLOE_GEOMETRY_SURFACE_ATTR as da, FLOE_HOT_INTERACTION_ATTR as xa, startHotInteraction as Ia } from "./utils/hotInteraction.js";
|
|
48
|
+
import { FileBlock as Ca } from "./components/chat/blocks/FileBlock.js";
|
|
49
|
+
import { FileBrowser as Sa } from "./components/file-browser/FileBrowser.js";
|
|
50
|
+
import { FileBrowserDragPreview as ka } from "./components/file-browser/DragPreview.js";
|
|
51
|
+
import { FileBrowserDragProvider as Fa, hasFileBrowserDragContext as Pa, useFileBrowserDrag as ya } from "./context/FileBrowserDragContext.js";
|
|
52
|
+
import { FileBrowserProvider as va, useFileBrowser as Ma } from "./components/file-browser/FileBrowserContext.js";
|
|
53
|
+
import { FileBrowserToolbar as La } from "./components/file-browser/FileBrowserToolbar.js";
|
|
54
|
+
import { FileContextMenu as Aa } from "./components/file-browser/FileContextMenu.js";
|
|
55
|
+
import { FileGridView as ba } from "./components/file-browser/FileGridView.js";
|
|
56
|
+
import { FileListView as Ra } from "./components/file-browser/FileListView.js";
|
|
57
|
+
import { FileSavePicker as Na } from "./components/ui/FileSavePicker.js";
|
|
58
|
+
import { FilesSidebarWidget as Ga, SearchSidebarWidget as Ha, SettingsSidebarWidget as Va, ShowcaseSidebarWidget as Ua, SidebarWidget as Ka } from "./widgets/SidebarWidget.js";
|
|
59
|
+
import { FloatingWindow as Xa } from "./components/ui/FloatingWindow.js";
|
|
60
|
+
import { FloeApp as Qa } from "./app/FloeApp.js";
|
|
61
|
+
import { FloeRegistryRuntime as qa } from "./app/FloeRegistryRuntime.js";
|
|
62
|
+
import { Form as ja, FormActions as $a, FormControl as em, FormDescription as om, FormDivider as rm, FormField as tm, FormLabel as nm, FormMessage as im, FormRow as am, FormSection as mm, useFormSubmitting as cm } from "./components/ui/Form.js";
|
|
63
|
+
import { ImageBlock as sm } from "./components/chat/blocks/ImageBlock.js";
|
|
64
|
+
import { InfiniteCanvas as fm } from "./components/ui/InfiniteCanvas.js";
|
|
65
|
+
import { KeepAliveStack as xm } from "./components/layout/KeepAliveStack.js";
|
|
66
|
+
import { Launchpad as gm } from "./components/launchpad/Launchpad.js";
|
|
67
|
+
import { LaunchpadGrid as um } from "./components/launchpad/LaunchpadGrid.js";
|
|
68
|
+
import { LaunchpadItem as Tm } from "./components/launchpad/LaunchpadItem.js";
|
|
69
|
+
import { LaunchpadModal as hm } from "./components/launchpad/LaunchpadModal.js";
|
|
70
|
+
import { LaunchpadPagination as Pm } from "./components/launchpad/LaunchpadPagination.js";
|
|
71
|
+
import { LaunchpadSearch as Bm } from "./components/launchpad/LaunchpadSearch.js";
|
|
72
|
+
import { LayoutProvider as Mm, createLayoutService as Dm, useLayout as Lm } from "./context/LayoutContext.js";
|
|
73
|
+
import { LayoutSelector as Am } from "./components/deck/LayoutSelector.js";
|
|
74
|
+
import { LoadingOverlay as bm } from "./components/loading/LoadingOverlay.js";
|
|
75
|
+
import { MarkdownBlock as Rm } from "./components/chat/blocks/MarkdownBlock.js";
|
|
76
|
+
import { MermaidBlock as Nm } from "./components/chat/blocks/MermaidBlock.js";
|
|
77
|
+
import { MessageActions as Gm } from "./components/chat/message/MessageActions.js";
|
|
78
|
+
import { MessageAvatar as Vm } from "./components/chat/message/MessageAvatar.js";
|
|
79
|
+
import { MessageBubble as Km } from "./components/chat/message/MessageBubble.js";
|
|
80
|
+
import { MessageItem as Xm } from "./components/chat/message/MessageItem.js";
|
|
81
|
+
import { MessageMeta as Qm } from "./components/chat/message/MessageMeta.js";
|
|
82
|
+
import { MetricsWidget as qm } from "./widgets/MetricsWidget.js";
|
|
83
|
+
import { MobileKeyboard as jm } from "./components/ui/MobileKeyboard.js";
|
|
84
|
+
import { MobileTabBar as ec } from "./components/layout/MobileTabBar.js";
|
|
85
|
+
import { NOTES_CONTEXT_MENU_WIDTH_PX as rc, NotesContextMenu as tc, estimateNotesContextMenuHeight as nc } from "./components/notes/NotesContextMenu.js";
|
|
86
|
+
import { NOTES_SCALE_MAX as ac, NOTES_SCALE_MIN as mc, NOTE_BUCKET_METRICS as cc, NOTE_COLOR_TOKENS as lc, TOPIC_ACCENT_TOKENS as sc, TOPIC_ICON_KEYS as pc, applyNotesEvent as fc, centerViewportOnWorldPoint as dc, clampScale as xc, computeBoardBounds as Ic, createDefaultNotesSnapshot as gc, groupTrashItems as Cc, mergeBoardBounds as uc, nextLocalZIndex as Sc, normalizeNotesSnapshot as Tc, noteBucketMetrics as kc, promoteLocalItem as hc, removeSnapshotItem as Fc, removeSnapshotTopic as Pc, removeSnapshotTrashItem as yc, replaceSnapshotItem as Bc, replaceSnapshotTopic as vc, replaceSnapshotTrashItem as Mc, screenToWorld as Dc, visibleWorldRect as Lc, worldToScreen as wc, zoomViewportAtPoint as Ac } from "./components/notes/types.js";
|
|
87
|
+
import { NOTE_COLOR_LABELS as bc, NotesAnimalIcon as Wc, NotesOverlayIcon as Rc, NotesTrashCanIcon as Oc, TOPIC_ACCENT_LABELS as Nc } from "./components/notes/notesAppearance.js";
|
|
88
|
+
import { NotesOverlay as Gc } from "./components/notes/NotesOverlay.js";
|
|
89
|
+
import { NotificationContainer as Vc, NotificationProvider as Uc, createNotificationService as Kc, useNotification as zc } from "./context/NotificationContext.js";
|
|
90
|
+
import { Pagination as Zc } from "./components/ui/Pagination.js";
|
|
91
|
+
import { Panel as Yc, PanelContent as qc, PanelHeader as Jc } from "./components/layout/Panel.js";
|
|
92
|
+
import { ProcessingIndicator as $c } from "./components/ui/ProcessingIndicator.js";
|
|
93
|
+
import { QuoteBlock as ol } from "./components/ui/QuoteBlock.js";
|
|
94
|
+
import { RadioGroup as tl, RadioList as nl, RadioOption as il } from "./components/ui/Radio.js";
|
|
95
|
+
import { ResizeHandle as ml } from "./components/layout/ResizeHandle.js";
|
|
96
|
+
import { SegmentedControl as ll } from "./components/ui/SegmentedControl.js";
|
|
97
|
+
import { Shell as pl } from "./components/layout/Shell.js";
|
|
98
|
+
import { ShellBlock as dl } from "./components/chat/blocks/ShellBlock.js";
|
|
99
|
+
import { Sidebar as Il, SidebarContent as gl, SidebarItem as Cl, SidebarItemList as ul, SidebarSection as Sl } from "./components/layout/Sidebar.js";
|
|
100
|
+
import { SidebarPane as kl } from "./components/layout/SidebarPane.js";
|
|
101
|
+
import { Skeleton as Fl, SkeletonCard as Pl, SkeletonList as yl, SkeletonText as Bl } from "./components/loading/Skeleton.js";
|
|
102
|
+
import { SnakeLoader as Ml } from "./components/loading/SnakeLoader.js";
|
|
103
|
+
import { Stepper as Ll, Wizard as wl, useWizard as Al } from "./components/ui/Stepper.js";
|
|
104
|
+
import { StreamingCursor as bl } from "./components/chat/status/StreamingCursor.js";
|
|
105
|
+
import { SvgBlock as Rl } from "./components/chat/blocks/SvgBlock.js";
|
|
106
|
+
import { Switch as Nl } from "./components/ui/Switch.js";
|
|
107
|
+
import { TabPanel as Gl, Tabs as Hl } from "./components/ui/Tabs.js";
|
|
108
|
+
import { Tag as Ul } from "./components/ui/Tag.js";
|
|
109
|
+
import { TerminalWidget as zl, createTerminalWidget as Xl } from "./widgets/TerminalWidget.js";
|
|
110
|
+
import { TextBlock as Ql } from "./components/chat/blocks/TextBlock.js";
|
|
111
|
+
import { ThemeProvider as ql, createThemeService as Jl, useTheme as jl } from "./context/ThemeContext.js";
|
|
112
|
+
import { ThinkingBlock as es } from "./components/chat/blocks/ThinkingBlock.js";
|
|
113
|
+
import { ToolCallBlock as rs } from "./components/chat/blocks/ToolCallBlock.js";
|
|
114
|
+
import { Tooltip as ns } from "./components/ui/Tooltip.js";
|
|
115
|
+
import { TopBar as as } from "./components/layout/TopBar.js";
|
|
116
|
+
import { TopBarIconButton as cs } from "./components/layout/TopBarIconButton.js";
|
|
117
|
+
import { ViewActivationProvider as ss, useViewActivation as ps } from "./context/ViewActivationContext.js";
|
|
118
|
+
import { VirtualMessageList as ds } from "./components/chat/message-list/VirtualMessageList.js";
|
|
119
|
+
import { WidgetFrame as Is } from "./components/deck/WidgetFrame.js";
|
|
120
|
+
import { WidgetPalette as Cs } from "./components/deck/WidgetPalette.js";
|
|
121
|
+
import { WidgetRegistryProvider as Ss, createWidgetRegistry as Ts, useWidgetRegistry as ks } from "./context/WidgetRegistry.js";
|
|
122
|
+
import { WidgetResizeHandle as Fs } from "./components/deck/WidgetResizeHandle.js";
|
|
123
|
+
import { WidgetStateProvider as ys, useCurrentWidgetId as Bs, useWidgetState as vs, useWidgetStateContext as Ms } from "./context/WidgetStateContext.js";
|
|
124
|
+
import { WidgetTypeSwitcher as Ls } from "./components/deck/WidgetTypeSwitcher.js";
|
|
125
|
+
import { WorkingIndicator as As } from "./components/chat/status/WorkingIndicator.js";
|
|
126
|
+
import { applyDragDelta as bs, applyResizeDelta as Ws, getGridCellSize as Rs, pixelDeltaToGridDelta as Os, positionToGridArea as Ns, snapToGrid as _s } from "./utils/gridLayout.js";
|
|
127
|
+
import { buildAssistantNoticeEvents as Hs, createStreamEventBuilder as Vs, isStreamEvent as Us } from "./components/chat/streamEvents.js";
|
|
128
|
+
import { checkCollision as zs, constrainPosition as Xs, findFreePosition as Zs, hasCollision as Qs } from "./utils/gridCollision.js";
|
|
129
|
+
import { cn as qs } from "./utils/cn.js";
|
|
130
|
+
import { computeCodeDiff as js, computeCodeDiffSync as $s, configureDiffWorker as ep, createDiffWorker as op, hasDiffWorker as rp, terminateDiffWorker as tp, waitForDiffWorker as np } from "./components/chat/hooks/useCodeDiff.js";
|
|
131
|
+
import { configureMarkdownWorker as ap, createMarkdownWorker as mp, hasMarkdownWorker as cp, renderMarkdown as lp, renderMarkdownSync as sp, terminateMarkdownWorker as pp, waitForMarkdownWorker as fp } from "./components/chat/hooks/useMarkdown.js";
|
|
132
|
+
import { configureMermaidWorker as xp, configureSyncMermaid as Ip, renderMermaid as gp, terminateMermaidWorker as Cp, useMermaid as up } from "./components/chat/hooks/useMermaid.js";
|
|
133
|
+
import { configureShikiWorker as Tp, configureSyncHighlighter as kp, highlightCode as hp, terminateShikiWorker as Fp, useCodeHighlight as Pp } from "./components/chat/hooks/useCodeHighlight.js";
|
|
134
|
+
import { createSimpleContext as Bp } from "./context/createSimpleContext.js";
|
|
135
|
+
import { deferAfterPaint as Mp, deferNonBlocking as Dp } from "./utils/defer.js";
|
|
136
|
+
import { duration as wp, easing as Ap, fadeIn as Ep, listContainer as bp, listItem as Wp, panelResize as Rp, popIn as Op, scaleIn as Np, sidebarVariants as _p, slideInFromBottom as Gp, slideInFromLeft as Hp, slideInFromRight as Vp, slideInFromTop as Up, springConfig as Kp } from "./utils/animations.js";
|
|
137
|
+
import { formatKeybind as Xp, isMacLikePlatform as Zp, isPrimaryModKeyPressed as Qp, matchKeybind as Yp, parseKeybind as qp } from "./utils/keybind.js";
|
|
138
|
+
import { isTypingElement as jp, shouldIgnoreHotkeys as $p } from "./utils/dom.js";
|
|
139
|
+
import { lockBodyStyle as of } from "./utils/bodyStyleLock.js";
|
|
140
|
+
import { registerCommandContributions as tf, useCommandContributions as nf } from "./hooks/useCommandContributions.js";
|
|
141
|
+
import { useAttachments as mf } from "./components/chat/hooks/useAttachments.js";
|
|
142
|
+
import { useAutoScroll as lf } from "./components/chat/hooks/useAutoScroll.js";
|
|
143
|
+
import { useDebounce as pf } from "./hooks/useDebounce.js";
|
|
144
|
+
import { useDeckDrag as df } from "./hooks/useDeckDrag.js";
|
|
145
|
+
import { useFileBrowserDropTarget as If, useFileBrowserItemDrag as gf } from "./hooks/useFileBrowserDrag.js";
|
|
146
|
+
import { useKeybind as uf } from "./hooks/useKeybind.js";
|
|
147
|
+
import { useMediaQuery as Tf } from "./hooks/useMediaQuery.js";
|
|
148
|
+
import { usePersisted as hf } from "./hooks/usePersisted.js";
|
|
149
|
+
import { useResizeObserver as Pf } from "./hooks/useResizeObserver.js";
|
|
150
|
+
import { useVirtualList as Bf } from "./components/chat/hooks/useVirtualList.js";
|
|
150
151
|
export {
|
|
151
152
|
F as Activity,
|
|
152
153
|
Ot as ActivityAppsMain,
|
|
@@ -216,14 +217,14 @@ export {
|
|
|
216
217
|
ce as Code,
|
|
217
218
|
ii as CodeBlock,
|
|
218
219
|
mi as CodeDiffBlock,
|
|
219
|
-
|
|
220
|
+
kn as CodeFileIcon,
|
|
220
221
|
le as CodeIcon,
|
|
221
222
|
li as CommandPalette,
|
|
222
223
|
pi as CommandProvider,
|
|
223
224
|
se as CompassIcon,
|
|
224
225
|
Ii as ComponentRegistryProvider,
|
|
225
|
-
|
|
226
|
-
|
|
226
|
+
hn as ConfigFileIcon,
|
|
227
|
+
hi as ConfirmDialog,
|
|
227
228
|
yi as ConnectionStatus,
|
|
228
229
|
pe as Copy,
|
|
229
230
|
fe as CopyCheck,
|
|
@@ -241,70 +242,71 @@ export {
|
|
|
241
242
|
Ce as Database,
|
|
242
243
|
ue as DatabaseIcon,
|
|
243
244
|
Ni as DeckCell,
|
|
245
|
+
Gi as DeckContextMenu,
|
|
244
246
|
Mi as DeckGrid,
|
|
245
|
-
|
|
246
|
-
|
|
247
|
+
Vi as DeckProvider,
|
|
248
|
+
Xi as DeckTopBar,
|
|
247
249
|
Fi as Dialog,
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
250
|
+
Qi as DirectoryInput,
|
|
251
|
+
qi as DirectoryPicker,
|
|
252
|
+
ji as DirectoryTree,
|
|
251
253
|
Fn as DocumentFileIcon,
|
|
252
254
|
Se as DollarIcon,
|
|
253
255
|
Te as Download,
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
256
|
+
ke as DownloadIcon,
|
|
257
|
+
ea as DropZonePreview,
|
|
258
|
+
ra as Dropdown,
|
|
259
|
+
he as EditIcon,
|
|
260
|
+
ia as ErrorBlock,
|
|
259
261
|
Fe as ErrorIcon,
|
|
260
262
|
Pe as ExternalLink,
|
|
261
263
|
ye as Eye,
|
|
262
264
|
Be as EyeIcon,
|
|
263
265
|
ve as EyeOff,
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
266
|
+
da as FLOE_GEOMETRY_SURFACE_ATTR,
|
|
267
|
+
xa as FLOE_HOT_INTERACTION_ATTR,
|
|
268
|
+
Ca as FileBlock,
|
|
269
|
+
Sa as FileBrowser,
|
|
270
|
+
ka as FileBrowserDragPreview,
|
|
271
|
+
Fa as FileBrowserDragProvider,
|
|
272
|
+
va as FileBrowserProvider,
|
|
273
|
+
La as FileBrowserToolbar,
|
|
272
274
|
Me as FileCode,
|
|
273
|
-
|
|
274
|
-
|
|
275
|
+
Aa as FileContextMenu,
|
|
276
|
+
ba as FileGridView,
|
|
275
277
|
Pn as FileIcon,
|
|
276
278
|
yn as FileItemIcon,
|
|
277
|
-
|
|
279
|
+
Ra as FileListView,
|
|
278
280
|
De as FilePlus,
|
|
279
281
|
Le as FilePlusIcon,
|
|
280
|
-
|
|
282
|
+
Na as FileSavePicker,
|
|
281
283
|
we as FileText,
|
|
282
284
|
Ae as Files,
|
|
283
|
-
|
|
285
|
+
Ga as FilesSidebarWidget,
|
|
284
286
|
Ee as Filter,
|
|
285
287
|
be as FilterIcon,
|
|
286
288
|
We as FireIcon,
|
|
287
|
-
|
|
288
|
-
|
|
289
|
+
Xa as FloatingWindow,
|
|
290
|
+
Qa as FloeApp,
|
|
289
291
|
Ai as FloeConfigProvider,
|
|
290
292
|
r as FloeProvider,
|
|
291
|
-
|
|
293
|
+
qa as FloeRegistryRuntime,
|
|
292
294
|
Re as Folder,
|
|
293
295
|
Bn as FolderIcon,
|
|
294
296
|
Oe as FolderOpen,
|
|
295
297
|
vn as FolderOpenIcon,
|
|
296
298
|
Ne as FolderPlus,
|
|
297
299
|
_e as FolderPlusIcon,
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
300
|
+
ja as Form,
|
|
301
|
+
$a as FormActions,
|
|
302
|
+
em as FormControl,
|
|
303
|
+
om as FormDescription,
|
|
304
|
+
rm as FormDivider,
|
|
305
|
+
tm as FormField,
|
|
306
|
+
nm as FormLabel,
|
|
307
|
+
im as FormMessage,
|
|
308
|
+
am as FormRow,
|
|
309
|
+
mm as FormSection,
|
|
308
310
|
Ge as GiftIcon,
|
|
309
311
|
He as GitBranch,
|
|
310
312
|
Ve as GitBranchIcon,
|
|
@@ -318,68 +320,68 @@ export {
|
|
|
318
320
|
qe as Heart,
|
|
319
321
|
Je as HeartIcon,
|
|
320
322
|
je as HelpIcon,
|
|
321
|
-
|
|
323
|
+
aa as HighlightBlock,
|
|
322
324
|
$e as Highlighter,
|
|
323
325
|
eo as History,
|
|
324
326
|
oo as Home,
|
|
325
327
|
ro as HomeIcon,
|
|
326
328
|
to as Image,
|
|
327
|
-
|
|
329
|
+
sm as ImageBlock,
|
|
328
330
|
Mn as ImageFileIcon,
|
|
329
331
|
no as ImageIcon,
|
|
330
|
-
|
|
332
|
+
fm as InfiniteCanvas,
|
|
331
333
|
io as Info,
|
|
332
|
-
|
|
334
|
+
ma as InfoBlock,
|
|
333
335
|
ao as InfoIcon,
|
|
334
336
|
Vt as Input,
|
|
335
337
|
$t as Interactive3DCard,
|
|
336
338
|
Dn as JavaScriptFileIcon,
|
|
337
|
-
|
|
339
|
+
xm as KeepAliveStack,
|
|
338
340
|
mo as Key,
|
|
339
341
|
co as KeyIcon,
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
342
|
+
gm as Launchpad,
|
|
343
|
+
um as LaunchpadGrid,
|
|
344
|
+
Tm as LaunchpadItem,
|
|
345
|
+
hm as LaunchpadModal,
|
|
346
|
+
Pm as LaunchpadPagination,
|
|
347
|
+
Bm as LaunchpadSearch,
|
|
346
348
|
lo as Layers,
|
|
347
349
|
so as LayersIcon,
|
|
348
350
|
po as LayoutDashboard,
|
|
349
|
-
|
|
350
|
-
|
|
351
|
+
Mm as LayoutProvider,
|
|
352
|
+
Am as LayoutSelector,
|
|
351
353
|
mn as LineChart,
|
|
352
354
|
oi as LinearProgress,
|
|
353
355
|
fo as Link,
|
|
354
356
|
xo as LinkIcon,
|
|
355
357
|
Io as Loader2,
|
|
356
358
|
go as LoadingIcon,
|
|
357
|
-
|
|
359
|
+
bm as LoadingOverlay,
|
|
358
360
|
Co as Lock,
|
|
359
361
|
uo as LockIcon,
|
|
360
362
|
So as MagicIcon,
|
|
361
363
|
To as Mail,
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
364
|
+
ko as MailIcon,
|
|
365
|
+
ho as MapPinIcon,
|
|
366
|
+
Rm as MarkdownBlock,
|
|
365
367
|
Fo as Maximize,
|
|
366
368
|
Po as Menu,
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
369
|
+
Nm as MermaidBlock,
|
|
370
|
+
Gm as MessageActions,
|
|
371
|
+
Vm as MessageAvatar,
|
|
372
|
+
Km as MessageBubble,
|
|
371
373
|
yo as MessageIcon,
|
|
372
|
-
|
|
373
|
-
|
|
374
|
+
Xm as MessageItem,
|
|
375
|
+
Qm as MessageMeta,
|
|
374
376
|
Bo as MessageSquare,
|
|
375
|
-
|
|
377
|
+
qm as MetricsWidget,
|
|
376
378
|
vo as Mic,
|
|
377
379
|
Mo as MicIcon,
|
|
378
380
|
Do as MicOff,
|
|
379
381
|
Lo as Minus,
|
|
380
382
|
wo as MinusIcon,
|
|
381
|
-
|
|
382
|
-
|
|
383
|
+
jm as MobileKeyboard,
|
|
384
|
+
ec as MobileTabBar,
|
|
383
385
|
cn as MonitoringChart,
|
|
384
386
|
Ao as Moon,
|
|
385
387
|
Eo as MoonIcon,
|
|
@@ -387,28 +389,28 @@ export {
|
|
|
387
389
|
Wo as MoreVertical,
|
|
388
390
|
en as MorphCard,
|
|
389
391
|
Ro as MuteIcon,
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
392
|
+
rc as NOTES_CONTEXT_MENU_WIDTH_PX,
|
|
393
|
+
ac as NOTES_SCALE_MAX,
|
|
394
|
+
mc as NOTES_SCALE_MIN,
|
|
395
|
+
cc as NOTE_BUCKET_METRICS,
|
|
396
|
+
bc as NOTE_COLOR_LABELS,
|
|
397
|
+
lc as NOTE_COLOR_TOKENS,
|
|
396
398
|
on as NeonCard,
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
399
|
+
ca as NoteBlock,
|
|
400
|
+
Wc as NotesAnimalIcon,
|
|
401
|
+
tc as NotesContextMenu,
|
|
402
|
+
Gc as NotesOverlay,
|
|
403
|
+
Rc as NotesOverlayIcon,
|
|
404
|
+
Oc as NotesTrashCanIcon,
|
|
405
|
+
Vc as NotificationContainer,
|
|
406
|
+
Uc as NotificationProvider,
|
|
405
407
|
Ut as NumberInput,
|
|
406
408
|
Oo as Package,
|
|
407
409
|
No as PackageIcon,
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
410
|
+
Zc as Pagination,
|
|
411
|
+
Yc as Panel,
|
|
412
|
+
qc as PanelContent,
|
|
413
|
+
Jc as PanelHeader,
|
|
412
414
|
_o as Paperclip,
|
|
413
415
|
Go as Paste,
|
|
414
416
|
Ho as PasteIcon,
|
|
@@ -425,92 +427,92 @@ export {
|
|
|
425
427
|
jo as PlusIcon,
|
|
426
428
|
$o as PowerIcon,
|
|
427
429
|
er as PrinterIcon,
|
|
428
|
-
|
|
430
|
+
$c as ProcessingIndicator,
|
|
429
431
|
or as Quote,
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
432
|
+
ol as QuoteBlock,
|
|
433
|
+
tl as RadioGroup,
|
|
434
|
+
nl as RadioList,
|
|
435
|
+
il as RadioOption,
|
|
434
436
|
rr as Refresh,
|
|
435
437
|
tr as RefreshIcon,
|
|
436
|
-
|
|
438
|
+
ml as ResizeHandle,
|
|
437
439
|
nr as Restore,
|
|
438
440
|
ir as RocketIcon,
|
|
439
441
|
ar as Save,
|
|
440
442
|
mr as SaveIcon,
|
|
441
443
|
cr as Search,
|
|
442
444
|
lr as SearchIcon,
|
|
443
|
-
|
|
444
|
-
|
|
445
|
+
Ha as SearchSidebarWidget,
|
|
446
|
+
ll as SegmentedControl,
|
|
445
447
|
ri as SegmentedProgress,
|
|
446
|
-
|
|
448
|
+
ta as Select,
|
|
447
449
|
sr as Send,
|
|
448
450
|
pr as SendIcon,
|
|
449
451
|
fr as Settings,
|
|
450
452
|
dr as SettingsIcon,
|
|
451
|
-
|
|
453
|
+
Va as SettingsSidebarWidget,
|
|
452
454
|
xr as ShareIcon,
|
|
453
|
-
|
|
454
|
-
|
|
455
|
+
pl as Shell,
|
|
456
|
+
dl as ShellBlock,
|
|
455
457
|
Ln as ShellScriptFileIcon,
|
|
456
458
|
Ir as Shield,
|
|
457
459
|
gr as ShieldCheck,
|
|
458
460
|
Cr as ShieldIcon,
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
461
|
+
Ua as ShowcaseSidebarWidget,
|
|
462
|
+
Il as Sidebar,
|
|
463
|
+
gl as SidebarContent,
|
|
464
|
+
Cl as SidebarItem,
|
|
465
|
+
ul as SidebarItemList,
|
|
466
|
+
kl as SidebarPane,
|
|
467
|
+
Sl as SidebarSection,
|
|
468
|
+
Ka as SidebarWidget,
|
|
469
|
+
Fl as Skeleton,
|
|
470
|
+
Pl as SkeletonCard,
|
|
471
|
+
yl as SkeletonList,
|
|
472
|
+
Bl as SkeletonText,
|
|
473
|
+
Ml as SnakeLoader,
|
|
472
474
|
ur as SparkleIcon,
|
|
473
475
|
Sr as Sparkles,
|
|
474
476
|
Tr as Star,
|
|
475
|
-
|
|
477
|
+
kr as StarIcon,
|
|
476
478
|
gn as StatusIndicator,
|
|
477
|
-
|
|
479
|
+
Ll as Stepper,
|
|
478
480
|
ti as StepsProgress,
|
|
479
|
-
|
|
480
|
-
|
|
481
|
+
hr as Stop,
|
|
482
|
+
bl as StreamingCursor,
|
|
481
483
|
wn as StyleFileIcon,
|
|
482
|
-
|
|
484
|
+
la as SuccessBlock,
|
|
483
485
|
Fr as SuccessIcon,
|
|
484
486
|
Pr as Sun,
|
|
485
487
|
yr as SunIcon,
|
|
486
|
-
|
|
487
|
-
|
|
488
|
+
Rl as SvgBlock,
|
|
489
|
+
Nl as Switch,
|
|
488
490
|
An as SymlinkFileIcon,
|
|
489
491
|
En as SymlinkFolderIcon,
|
|
490
492
|
bn as SymlinkFolderOpenIcon,
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
493
|
+
Nc as TOPIC_ACCENT_LABELS,
|
|
494
|
+
sc as TOPIC_ACCENT_TOKENS,
|
|
495
|
+
pc as TOPIC_ICON_KEYS,
|
|
496
|
+
Gl as TabPanel,
|
|
497
|
+
Hl as Tabs,
|
|
498
|
+
Ul as Tag,
|
|
497
499
|
Br as TagIcon,
|
|
498
500
|
vr as TargetIcon,
|
|
499
501
|
Mr as Terminal,
|
|
500
502
|
Dr as TerminalIcon,
|
|
501
|
-
|
|
502
|
-
|
|
503
|
+
zl as TerminalWidget,
|
|
504
|
+
Ql as TextBlock,
|
|
503
505
|
Kt as Textarea,
|
|
504
|
-
|
|
505
|
-
|
|
506
|
+
ql as ThemeProvider,
|
|
507
|
+
es as ThinkingBlock,
|
|
506
508
|
Lr as ThumbsDownIcon,
|
|
507
509
|
wr as ThumbsUpIcon,
|
|
508
510
|
Ar as Timer,
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
511
|
+
sa as TipBlock,
|
|
512
|
+
rs as ToolCallBlock,
|
|
513
|
+
ns as Tooltip,
|
|
514
|
+
as as TopBar,
|
|
515
|
+
cs as TopBarIconButton,
|
|
514
516
|
Er as Trash,
|
|
515
517
|
br as TrashIcon,
|
|
516
518
|
Wr as TrendingDown,
|
|
@@ -523,79 +525,79 @@ export {
|
|
|
523
525
|
Hr as UserIcon,
|
|
524
526
|
Vr as Video,
|
|
525
527
|
Ur as VideoIcon,
|
|
526
|
-
|
|
527
|
-
|
|
528
|
+
ss as ViewActivationProvider,
|
|
529
|
+
ds as VirtualMessageList,
|
|
528
530
|
Kr as Volume,
|
|
529
531
|
zr as VolumeIcon,
|
|
530
532
|
Xr as VolumeOff,
|
|
531
533
|
Zr as Wand,
|
|
532
|
-
|
|
534
|
+
pa as WarningBlock,
|
|
533
535
|
Qr as WarningIcon,
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
536
|
+
Is as WidgetFrame,
|
|
537
|
+
Cs as WidgetPalette,
|
|
538
|
+
Ss as WidgetRegistryProvider,
|
|
539
|
+
Fs as WidgetResizeHandle,
|
|
540
|
+
ys as WidgetStateProvider,
|
|
541
|
+
Ls as WidgetTypeSwitcher,
|
|
540
542
|
Yr as WifiIcon,
|
|
541
543
|
qr as WifiOffIcon,
|
|
542
|
-
|
|
544
|
+
wl as Wizard,
|
|
543
545
|
Jr as Workflow,
|
|
544
|
-
|
|
546
|
+
As as WorkingIndicator,
|
|
545
547
|
jr as X,
|
|
546
548
|
$r as XCircle,
|
|
547
549
|
et as Zap,
|
|
548
550
|
ot as ZapIcon,
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
551
|
+
bs as applyDragDelta,
|
|
552
|
+
fc as applyNotesEvent,
|
|
553
|
+
Ws as applyResizeDelta,
|
|
552
554
|
dt as applyTerminalSessionSuggestion,
|
|
553
555
|
Pt as applyTerminalSuggestion,
|
|
554
556
|
n as applyTheme,
|
|
555
557
|
yt as autocompleteTerminalInput,
|
|
556
|
-
|
|
558
|
+
Hs as buildAssistantNoticeEvents,
|
|
557
559
|
i as builtInThemes,
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
560
|
+
dc as centerViewportOnWorldPoint,
|
|
561
|
+
zs as checkCollision,
|
|
562
|
+
xc as clampScale,
|
|
561
563
|
at as clampTerminalCursor,
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
564
|
+
qs as cn,
|
|
565
|
+
Ic as computeBoardBounds,
|
|
566
|
+
js as computeCodeDiff,
|
|
567
|
+
$s as computeCodeDiffSync,
|
|
568
|
+
ep as configureDiffWorker,
|
|
569
|
+
ap as configureMarkdownWorker,
|
|
570
|
+
xp as configureMermaidWorker,
|
|
571
|
+
Tp as configureShikiWorker,
|
|
572
|
+
kp as configureSyncHighlighter,
|
|
573
|
+
Ip as configureSyncMermaid,
|
|
574
|
+
Xs as constrainPosition,
|
|
573
575
|
fi as createCommandService,
|
|
574
576
|
gi as createComponentRegistry,
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
577
|
+
Ui as createDeckService,
|
|
578
|
+
gc as createDefaultNotesSnapshot,
|
|
579
|
+
op as createDiffWorker,
|
|
580
|
+
Dm as createLayoutService,
|
|
581
|
+
mp as createMarkdownWorker,
|
|
582
|
+
Kc as createNotificationService,
|
|
583
|
+
Bp as createSimpleContext,
|
|
584
|
+
Vs as createStreamEventBuilder,
|
|
583
585
|
mt as createTerminalEditorState,
|
|
584
586
|
Bt as createTerminalFullLineSuggestion,
|
|
585
587
|
xt as createTerminalSessionState,
|
|
586
588
|
vt as createTerminalTokenSuggestion,
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
589
|
+
Xl as createTerminalWidget,
|
|
590
|
+
Jl as createThemeService,
|
|
591
|
+
Ts as createWidgetRegistry,
|
|
592
|
+
Mp as deferAfterPaint,
|
|
593
|
+
Dp as deferNonBlocking,
|
|
592
594
|
ct as deleteTerminalTextBackward,
|
|
593
595
|
It as dispatchTerminalSessionKey,
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
596
|
+
wp as duration,
|
|
597
|
+
Ap as easing,
|
|
598
|
+
nc as estimateNotesContextMenuHeight,
|
|
599
|
+
Ep as fadeIn,
|
|
600
|
+
Zs as findFreePosition,
|
|
599
601
|
f as floeColorTokenCategories,
|
|
600
602
|
d as floeDesignTokens,
|
|
601
603
|
x as floeFontFamilyTokens,
|
|
@@ -605,73 +607,73 @@ export {
|
|
|
605
607
|
u as floeSpacingTokens,
|
|
606
608
|
S as floeThemeColorVariables,
|
|
607
609
|
T as floeTypographyTokens,
|
|
608
|
-
|
|
610
|
+
Xp as formatKeybind,
|
|
609
611
|
Rn as getFileIcon,
|
|
610
|
-
|
|
611
|
-
|
|
612
|
+
k as getFloeColorTokenValue,
|
|
613
|
+
Rs as getGridCellSize,
|
|
612
614
|
Di as getGridConfigFromElement,
|
|
613
615
|
a as getSystemTheme,
|
|
614
616
|
gt as getTerminalPromptPreview,
|
|
615
617
|
Ct as getTerminalSessionSuggestions,
|
|
616
618
|
Mt as getTerminalSuggestions,
|
|
617
|
-
|
|
618
|
-
|
|
619
|
+
Cc as groupTrashItems,
|
|
620
|
+
Qs as hasCollision,
|
|
619
621
|
Ci as hasComponentRegistryContext,
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
622
|
+
rp as hasDiffWorker,
|
|
623
|
+
Pa as hasFileBrowserDragContext,
|
|
624
|
+
cp as hasMarkdownWorker,
|
|
625
|
+
hp as highlightCode,
|
|
624
626
|
lt as insertTerminalText,
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
627
|
+
Zp as isMacLikePlatform,
|
|
628
|
+
Qp as isPrimaryModKeyPressed,
|
|
629
|
+
Us as isStreamEvent,
|
|
630
|
+
jp as isTypingElement,
|
|
631
|
+
bp as listContainer,
|
|
632
|
+
Wp as listItem,
|
|
633
|
+
of as lockBodyStyle,
|
|
634
|
+
Yp as matchKeybind,
|
|
633
635
|
Dt as matchesTerminalSuggestionPrefix,
|
|
634
|
-
|
|
636
|
+
uc as mergeBoardBounds,
|
|
635
637
|
m as mergeThemeTokenMaps,
|
|
636
638
|
st as moveTerminalCursor,
|
|
637
639
|
pt as navigateTerminalHistory,
|
|
638
|
-
|
|
639
|
-
|
|
640
|
+
Sc as nextLocalZIndex,
|
|
641
|
+
Tc as normalizeNotesSnapshot,
|
|
640
642
|
nt as normalizeTerminalWorkspaceProfile,
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
643
|
+
kc as noteBucketMetrics,
|
|
644
|
+
Rp as panelResize,
|
|
645
|
+
qp as parseKeybind,
|
|
644
646
|
Lt as parseTerminalSuggestionContext,
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
647
|
+
Os as pixelDeltaToGridDelta,
|
|
648
|
+
Op as popIn,
|
|
649
|
+
Ns as positionToGridArea,
|
|
650
|
+
hc as promoteLocalItem,
|
|
651
|
+
tf as registerCommandContributions,
|
|
652
|
+
Fc as removeSnapshotItem,
|
|
653
|
+
Pc as removeSnapshotTopic,
|
|
654
|
+
yc as removeSnapshotTrashItem,
|
|
655
|
+
lp as renderMarkdown,
|
|
656
|
+
sp as renderMarkdownSync,
|
|
657
|
+
gp as renderMermaid,
|
|
658
|
+
Bc as replaceSnapshotItem,
|
|
659
|
+
vc as replaceSnapshotTopic,
|
|
660
|
+
Mc as replaceSnapshotTrashItem,
|
|
659
661
|
On as resolveFileItemIcon,
|
|
660
662
|
c as resolveThemeTokenOverrides,
|
|
661
663
|
l as resolveThemeTokens,
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
664
|
+
kt as runTerminalMockCommand,
|
|
665
|
+
Np as scaleIn,
|
|
666
|
+
Dc as screenToWorld,
|
|
665
667
|
ut as setTerminalSessionInputValue,
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
668
|
+
$p as shouldIgnoreHotkeys,
|
|
669
|
+
_p as sidebarVariants,
|
|
670
|
+
Gp as slideInFromBottom,
|
|
671
|
+
Hp as slideInFromLeft,
|
|
672
|
+
Vp as slideInFromRight,
|
|
673
|
+
Up as slideInFromTop,
|
|
674
|
+
_s as snapToGrid,
|
|
675
|
+
Kp as springConfig,
|
|
676
|
+
Ia as startHotInteraction,
|
|
675
677
|
St as submitTerminalSession,
|
|
676
678
|
s as syncThemeTokenOverrides,
|
|
677
679
|
wt as terminalCommandTokenSuggestionProvider,
|
|
@@ -679,47 +681,47 @@ export {
|
|
|
679
681
|
Et as terminalPathSuggestionProvider,
|
|
680
682
|
bt as terminalRootSuggestionProvider,
|
|
681
683
|
Wt as terminalSnippetSuggestionProvider,
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
684
|
+
tp as terminateDiffWorker,
|
|
685
|
+
pp as terminateMarkdownWorker,
|
|
686
|
+
Cp as terminateMermaidWorker,
|
|
687
|
+
Fp as terminateShikiWorker,
|
|
688
|
+
mf as useAttachments,
|
|
689
|
+
lf as useAutoScroll,
|
|
688
690
|
Xn as useChatContext,
|
|
689
|
-
|
|
691
|
+
Pp as useCodeHighlight,
|
|
690
692
|
di as useCommand,
|
|
691
|
-
|
|
693
|
+
nf as useCommandContributions,
|
|
692
694
|
ui as useComponentContextFactory,
|
|
693
695
|
Si as useComponentRegistry,
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
696
|
+
Bs as useCurrentWidgetId,
|
|
697
|
+
pf as useDebounce,
|
|
698
|
+
Ki as useDeck,
|
|
699
|
+
df as useDeckDrag,
|
|
700
|
+
Ma as useFileBrowser,
|
|
701
|
+
ya as useFileBrowserDrag,
|
|
702
|
+
If as useFileBrowserDropTarget,
|
|
703
|
+
gf as useFileBrowserItemDrag,
|
|
702
704
|
Ei as useFloeConfig,
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
705
|
+
cm as useFormSubmitting,
|
|
706
|
+
uf as useKeybind,
|
|
707
|
+
Lm as useLayout,
|
|
708
|
+
Tf as useMediaQuery,
|
|
709
|
+
up as useMermaid,
|
|
710
|
+
zc as useNotification,
|
|
709
711
|
Ti as useOptionalComponentRegistry,
|
|
710
|
-
|
|
711
|
-
|
|
712
|
+
hf as usePersisted,
|
|
713
|
+
Pf as useResizeObserver,
|
|
712
714
|
bi as useResolvedFloeConfig,
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
715
|
+
jl as useTheme,
|
|
716
|
+
ps as useViewActivation,
|
|
717
|
+
Bf as useVirtualList,
|
|
718
|
+
ks as useWidgetRegistry,
|
|
719
|
+
vs as useWidgetState,
|
|
720
|
+
Ms as useWidgetStateContext,
|
|
721
|
+
Al as useWizard,
|
|
722
|
+
Lc as visibleWorldRect,
|
|
723
|
+
np as waitForDiffWorker,
|
|
724
|
+
fp as waitForMarkdownWorker,
|
|
725
|
+
wc as worldToScreen,
|
|
726
|
+
Ac as zoomViewportAtPoint
|
|
725
727
|
};
|