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