@floegence/floe-webapp-core 0.35.59 → 0.36.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/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/layout/DisplayModePageShell.d.ts +8 -0
- package/dist/components/layout/DisplayModePageShell.js +22 -0
- package/dist/components/layout/DisplayModeSwitcher.d.ts +7 -0
- package/dist/components/layout/DisplayModeSwitcher.js +52 -0
- package/dist/components/layout/index.d.ts +2 -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 +29 -0
- package/dist/components/workbench/WorkbenchCanvas.js +83 -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 +17 -0
- package/dist/components/workbench/WorkbenchFilterBar.js +267 -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 +34 -0
- package/dist/components/workbench/WorkbenchSurface.js +200 -0
- package/dist/components/workbench/WorkbenchWidget.d.ts +26 -0
- package/dist/components/workbench/WorkbenchWidget.js +192 -0
- package/dist/components/workbench/index.d.ts +7 -0
- package/dist/components/workbench/types.d.ts +56 -0
- package/dist/components/workbench/types.js +11 -0
- package/dist/components/workbench/useWorkbenchModel.d.ts +83 -0
- package/dist/components/workbench/useWorkbenchModel.js +284 -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 +14 -0
- package/dist/components/workbench/widgets/widgetRegistry.js +71 -0
- package/dist/components/workbench/workbenchHelpers.d.ts +26 -0
- package/dist/components/workbench/workbenchHelpers.js +139 -0
- package/dist/deck.js +14 -12
- package/dist/display-mode.css +70 -0
- package/dist/full.js +475 -468
- package/dist/hooks/useDeckDrag.js +15 -15
- package/dist/layout.js +32 -27
- package/dist/styles.css +1 -1
- package/dist/tailwind.css +2 -0
- package/dist/ui.css +4 -0
- package/dist/workbench.css +1220 -0
- package/dist/workbench.d.ts +1 -0
- package/dist/workbench.js +23 -0
- package/package.json +5 -1
package/dist/full.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { FloeProvider as r } from "./app/FloeProvider.js";
|
|
2
|
-
import { applyTheme as
|
|
2
|
+
import { applyTheme as i, builtInThemes as n, getSystemTheme as a, mergeThemeTokenMaps as m, resolveThemeTokenOverrides as c, resolveThemeTokens as l, syncThemeTokenOverrides as s } from "./styles/themes/index.js";
|
|
3
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 h } 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
|
|
5
|
-
import { DEFAULT_TERMINAL_WORKSPACE_PROFILE as tt, normalizeTerminalWorkspaceProfile 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 ie, CloseIcon as ne, 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 he, EditIcon as ke, 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 io, Info as no, 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 ho, MapPinIcon as ko, 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 ir, RocketIcon as nr, 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 hr, Stop as kr, 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
|
+
import { DEFAULT_TERMINAL_WORKSPACE_PROFILE as tt, normalizeTerminalWorkspaceProfile as it } 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
8
|
import { runTerminalMockCommand as ht } from "./terminal/mockRuntime.js";
|
|
@@ -10,143 +10,146 @@ import { DEFAULT_TERMINAL_SUGGESTION_PROVIDERS as Ft, applyTerminalSuggestion as
|
|
|
10
10
|
import { ActivityAppsMain as Ot } from "./app/ActivityAppsMain.js";
|
|
11
11
|
import { ActivityBar as _t } from "./components/layout/ActivityBar.js";
|
|
12
12
|
import { AffixInput as Ht, Input as Vt, NumberInput as Ut, Textarea as Kt } from "./components/ui/Input.js";
|
|
13
|
-
import { AnimatedBorderCard as Xt, Card as Zt, CardContent as Qt, CardDescription as Yt, CardFooter as qt, CardHeader as Jt, CardTitle as jt, Interactive3DCard as $t, MorphCard as
|
|
14
|
-
import { AreaChart as
|
|
15
|
-
import { AttachmentPreview as
|
|
16
|
-
import { BlockRenderer as
|
|
17
|
-
import { BottomBar as
|
|
18
|
-
import { Breadcrumb as
|
|
19
|
-
import { BrokenSymlinkIcon as
|
|
20
|
-
import { Button as
|
|
21
|
-
import { ChatContainer as
|
|
22
|
-
import { ChatInput as
|
|
23
|
-
import { ChatProvider as
|
|
24
|
-
import { Checkbox as
|
|
25
|
-
import { ChecklistBlock as
|
|
26
|
-
import { CircularProgress as
|
|
27
|
-
import { CodeBlock as
|
|
28
|
-
import { CodeDiffBlock as
|
|
29
|
-
import { CommandPalette as
|
|
30
|
-
import { CommandProvider as
|
|
31
|
-
import { ComponentRegistryProvider as
|
|
32
|
-
import { ConfirmDialog as
|
|
33
|
-
import { ConnectionStatus as
|
|
34
|
-
import { DECK_GRID_CONFIG as
|
|
35
|
-
import { DEFAULT_FLOE_CONFIG as
|
|
36
|
-
import { DEFAULT_VIRTUAL_LIST_CONFIG as
|
|
37
|
-
import { DeckCell as
|
|
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 {
|
|
13
|
+
import { AnimatedBorderCard as Xt, Card as Zt, CardContent as Qt, CardDescription as Yt, CardFooter as qt, CardHeader as Jt, CardTitle as jt, Interactive3DCard as $t, MorphCard as ei, NeonCard as oi } from "./components/ui/Card.js";
|
|
14
|
+
import { AreaChart as ti, DataBarChart as ii, DataPieChart as ni, LineChart as ai, MonitoringChart as mi } from "./components/ui/Charts.js";
|
|
15
|
+
import { AttachmentPreview as li } from "./components/chat/input/AttachmentPreview.js";
|
|
16
|
+
import { BlockRenderer as pi } from "./components/chat/blocks/BlockRenderer.js";
|
|
17
|
+
import { BottomBar as di, BottomBarItem as xi, StatusIndicator as Ii } from "./components/layout/BottomBar.js";
|
|
18
|
+
import { Breadcrumb as Ci } from "./components/file-browser/Breadcrumb.js";
|
|
19
|
+
import { BrokenSymlinkIcon as Si, CodeFileIcon as Ti, ConfigFileIcon as hi, DocumentFileIcon as ki, FileIcon as Fi, FileItemIcon as Pi, FolderIcon as yi, FolderOpenIcon as Bi, ImageFileIcon as vi, JavaScriptFileIcon as Mi, ShellScriptFileIcon as Di, StyleFileIcon as Li, SymlinkFileIcon as wi, SymlinkFolderIcon as Ai, SymlinkFolderOpenIcon as Ei, TypeScriptFileIcon as bi, getFileIcon as Wi, resolveFileItemIcon as Ri } from "./components/file-browser/FileIcons.js";
|
|
20
|
+
import { Button as Ni } from "./components/ui/Button.js";
|
|
21
|
+
import { ChatContainer as Gi } from "./components/chat/ChatContainer.js";
|
|
22
|
+
import { ChatInput as Vi } from "./components/chat/input/ChatInput.js";
|
|
23
|
+
import { ChatProvider as Ki, useChatContext as zi } from "./components/chat/ChatProvider.js";
|
|
24
|
+
import { Checkbox as Zi, CheckboxGroup as Qi, CheckboxList as Yi } from "./components/ui/Checkbox.js";
|
|
25
|
+
import { ChecklistBlock as Ji } from "./components/chat/blocks/ChecklistBlock.js";
|
|
26
|
+
import { CircularProgress as $i, LinearProgress as en, SegmentedProgress as on, StepsProgress as rn } from "./components/ui/Progress.js";
|
|
27
|
+
import { CodeBlock as nn } from "./components/chat/blocks/CodeBlock.js";
|
|
28
|
+
import { CodeDiffBlock as mn } from "./components/chat/blocks/CodeDiffBlock.js";
|
|
29
|
+
import { CommandPalette as ln } from "./components/ui/CommandPalette.js";
|
|
30
|
+
import { CommandProvider as pn, createCommandService as fn, useCommand as dn } from "./context/CommandContext.js";
|
|
31
|
+
import { ComponentRegistryProvider as In, createComponentRegistry as gn, hasComponentRegistryContext as Cn, useComponentContextFactory as un, useComponentRegistry as Sn, useOptionalComponentRegistry as Tn } from "./context/ComponentRegistry.js";
|
|
32
|
+
import { ConfirmDialog as kn, Dialog as Fn } from "./components/ui/Dialog.js";
|
|
33
|
+
import { ConnectionStatus as yn } from "./components/chat/status/ConnectionStatus.js";
|
|
34
|
+
import { DECK_GRID_CONFIG as vn, DeckGrid as Mn, getGridConfigFromElement as Dn } from "./components/deck/DeckGrid.js";
|
|
35
|
+
import { DEFAULT_FLOE_CONFIG as wn, FloeConfigProvider as An, useFloeConfig as En, useResolvedFloeConfig as bn } from "./context/FloeConfigContext.js";
|
|
36
|
+
import { DEFAULT_VIRTUAL_LIST_CONFIG as Rn } from "./components/chat/types.js";
|
|
37
|
+
import { DeckCell as Nn } from "./components/deck/DeckCell.js";
|
|
38
|
+
import { DeckContextMenu as Gn } from "./components/deck/DeckContextMenu.js";
|
|
39
|
+
import { DeckProvider as Vn, createDeckService as Un, useDeck as Kn } from "./context/DeckContext.js";
|
|
40
|
+
import { DeckTopBar as Xn } from "./components/deck/DeckTopBar.js";
|
|
41
|
+
import { DirectoryInput as Qn } from "./components/ui/DirectoryInput.js";
|
|
42
|
+
import { DirectoryPicker as qn } from "./components/ui/DirectoryPicker.js";
|
|
43
|
+
import { DirectoryTree as jn } from "./components/file-browser/DirectoryTree.js";
|
|
44
|
+
import { DisplayModePageShell as ea } from "./components/layout/DisplayModePageShell.js";
|
|
45
|
+
import { DisplayModeSwitcher as ra, sanitizeDisplayMode as ta } from "./components/layout/DisplayModeSwitcher.js";
|
|
46
|
+
import { DropZonePreview as na } from "./components/deck/DropZonePreview.js";
|
|
47
|
+
import { Dropdown as ma, Select as ca } from "./components/ui/Dropdown.js";
|
|
48
|
+
import { ErrorBlock as sa, HighlightBlock as pa, InfoBlock as fa, NoteBlock as da, SuccessBlock as xa, TipBlock as Ia, WarningBlock as ga } from "./components/ui/HighlightBlock.js";
|
|
49
|
+
import { FLOE_GEOMETRY_SURFACE_ATTR as ua, FLOE_HOT_INTERACTION_ATTR as Sa, startHotInteraction as Ta } from "./utils/hotInteraction.js";
|
|
50
|
+
import { FileBlock as ka } from "./components/chat/blocks/FileBlock.js";
|
|
51
|
+
import { FileBrowser as Pa } from "./components/file-browser/FileBrowser.js";
|
|
52
|
+
import { FileBrowserDragPreview as Ba } from "./components/file-browser/DragPreview.js";
|
|
53
|
+
import { FileBrowserDragProvider as Ma, hasFileBrowserDragContext as Da, useFileBrowserDrag as La } from "./context/FileBrowserDragContext.js";
|
|
54
|
+
import { FileBrowserProvider as Aa, useFileBrowser as Ea } from "./components/file-browser/FileBrowserContext.js";
|
|
55
|
+
import { FileBrowserToolbar as Wa } from "./components/file-browser/FileBrowserToolbar.js";
|
|
56
|
+
import { FileContextMenu as Oa } from "./components/file-browser/FileContextMenu.js";
|
|
57
|
+
import { FileGridView as _a } from "./components/file-browser/FileGridView.js";
|
|
58
|
+
import { FileListView as Ha } from "./components/file-browser/FileListView.js";
|
|
59
|
+
import { FileSavePicker as Ua } from "./components/ui/FileSavePicker.js";
|
|
60
|
+
import { FilesSidebarWidget as za, SearchSidebarWidget as Xa, SettingsSidebarWidget as Za, ShowcaseSidebarWidget as Qa, SidebarWidget as Ya } from "./widgets/SidebarWidget.js";
|
|
61
|
+
import { FloatingWindow as Ja } from "./components/ui/FloatingWindow.js";
|
|
62
|
+
import { FloeApp as $a } from "./app/FloeApp.js";
|
|
63
|
+
import { FloeRegistryRuntime as om } from "./app/FloeRegistryRuntime.js";
|
|
64
|
+
import { Form as tm, FormActions as im, FormControl as nm, FormDescription as am, FormDivider as mm, FormField as cm, FormLabel as lm, FormMessage as sm, FormRow as pm, FormSection as fm, useFormSubmitting as dm } from "./components/ui/Form.js";
|
|
65
|
+
import { ImageBlock as Im } from "./components/chat/blocks/ImageBlock.js";
|
|
66
|
+
import { InfiniteCanvas as Cm } from "./components/ui/InfiniteCanvas.js";
|
|
67
|
+
import { KeepAliveStack as Sm } from "./components/layout/KeepAliveStack.js";
|
|
68
|
+
import { Launchpad as hm } from "./components/launchpad/Launchpad.js";
|
|
69
|
+
import { LaunchpadGrid as Fm } from "./components/launchpad/LaunchpadGrid.js";
|
|
70
|
+
import { LaunchpadItem as ym } from "./components/launchpad/LaunchpadItem.js";
|
|
71
|
+
import { LaunchpadModal as vm } from "./components/launchpad/LaunchpadModal.js";
|
|
72
|
+
import { LaunchpadPagination as Dm } from "./components/launchpad/LaunchpadPagination.js";
|
|
73
|
+
import { LaunchpadSearch as wm } from "./components/launchpad/LaunchpadSearch.js";
|
|
74
|
+
import { LayoutProvider as Em, createLayoutService as bm, useLayout as Wm } from "./context/LayoutContext.js";
|
|
75
|
+
import { LayoutSelector as Om } from "./components/deck/LayoutSelector.js";
|
|
76
|
+
import { LoadingOverlay as _m } from "./components/loading/LoadingOverlay.js";
|
|
77
|
+
import { MarkdownBlock as Hm } from "./components/chat/blocks/MarkdownBlock.js";
|
|
78
|
+
import { MermaidBlock as Um } from "./components/chat/blocks/MermaidBlock.js";
|
|
79
|
+
import { MessageActions as zm } from "./components/chat/message/MessageActions.js";
|
|
80
|
+
import { MessageAvatar as Zm } from "./components/chat/message/MessageAvatar.js";
|
|
81
|
+
import { MessageBubble as Ym } from "./components/chat/message/MessageBubble.js";
|
|
82
|
+
import { MessageItem as Jm } from "./components/chat/message/MessageItem.js";
|
|
83
|
+
import { MessageMeta as $m } from "./components/chat/message/MessageMeta.js";
|
|
84
|
+
import { MetricsWidget as oc } from "./widgets/MetricsWidget.js";
|
|
85
|
+
import { MobileKeyboard as tc } from "./components/ui/MobileKeyboard.js";
|
|
86
|
+
import { MobileTabBar as nc } from "./components/layout/MobileTabBar.js";
|
|
87
|
+
import { NOTES_CONTEXT_MENU_WIDTH_PX as mc, NotesContextMenu as cc, estimateNotesContextMenuHeight as lc } from "./components/notes/NotesContextMenu.js";
|
|
88
|
+
import { NOTES_SCALE_MAX as pc, NOTES_SCALE_MIN as fc, NOTE_BUCKET_METRICS as dc, NOTE_COLOR_TOKENS as xc, TOPIC_ACCENT_TOKENS as Ic, TOPIC_ICON_KEYS as gc, applyNotesEvent as Cc, centerViewportOnWorldPoint as uc, clampScale as Sc, computeBoardBounds as Tc, createDefaultNotesSnapshot as hc, groupTrashItems as kc, mergeBoardBounds as Fc, nextLocalZIndex as Pc, normalizeNotesSnapshot as yc, noteBucketMetrics as Bc, promoteLocalItem as vc, removeSnapshotItem as Mc, removeSnapshotTopic as Dc, removeSnapshotTrashItem as Lc, replaceSnapshotItem as wc, replaceSnapshotTopic as Ac, replaceSnapshotTrashItem as Ec, screenToWorld as bc, visibleWorldRect as Wc, worldToScreen as Rc, zoomViewportAtPoint as Oc } from "./components/notes/types.js";
|
|
89
|
+
import { NOTE_COLOR_LABELS as _c, NotesAnimalIcon as Gc, NotesOverlayIcon as Hc, NotesTrashCanIcon as Vc, TOPIC_ACCENT_LABELS as Uc } from "./components/notes/notesAppearance.js";
|
|
90
|
+
import { NotesOverlay as zc } from "./components/notes/NotesOverlay.js";
|
|
91
|
+
import { NotificationContainer as Zc, NotificationProvider as Qc, createNotificationService as Yc, useNotification as qc } from "./context/NotificationContext.js";
|
|
92
|
+
import { Pagination as jc } from "./components/ui/Pagination.js";
|
|
93
|
+
import { Panel as el, PanelContent as ol, PanelHeader as rl } from "./components/layout/Panel.js";
|
|
94
|
+
import { ProcessingIndicator as il } from "./components/ui/ProcessingIndicator.js";
|
|
95
|
+
import { QuoteBlock as al } from "./components/ui/QuoteBlock.js";
|
|
96
|
+
import { RadioGroup as cl, RadioList as ll, RadioOption as sl } from "./components/ui/Radio.js";
|
|
97
|
+
import { ResizeHandle as fl } from "./components/layout/ResizeHandle.js";
|
|
98
|
+
import { SegmentedControl as xl } from "./components/ui/SegmentedControl.js";
|
|
99
|
+
import { Shell as gl } from "./components/layout/Shell.js";
|
|
100
|
+
import { ShellBlock as ul } from "./components/chat/blocks/ShellBlock.js";
|
|
101
|
+
import { Sidebar as Tl, SidebarContent as hl, SidebarItem as kl, SidebarItemList as Fl, SidebarSection as Pl } from "./components/layout/Sidebar.js";
|
|
102
|
+
import { SidebarPane as Bl } from "./components/layout/SidebarPane.js";
|
|
103
|
+
import { Skeleton as Ml, SkeletonCard as Dl, SkeletonList as Ll, SkeletonText as wl } from "./components/loading/Skeleton.js";
|
|
104
|
+
import { SnakeLoader as El } from "./components/loading/SnakeLoader.js";
|
|
105
|
+
import { Stepper as Wl, Wizard as Rl, useWizard as Ol } from "./components/ui/Stepper.js";
|
|
106
|
+
import { StreamingCursor as _l } from "./components/chat/status/StreamingCursor.js";
|
|
107
|
+
import { SvgBlock as Hl } from "./components/chat/blocks/SvgBlock.js";
|
|
108
|
+
import { Switch as Ul } from "./components/ui/Switch.js";
|
|
109
|
+
import { TabPanel as zl, Tabs as Xl } from "./components/ui/Tabs.js";
|
|
110
|
+
import { Tag as Ql } from "./components/ui/Tag.js";
|
|
111
|
+
import { TerminalWidget as ql, createTerminalWidget as Jl } from "./widgets/TerminalWidget.js";
|
|
112
|
+
import { TextBlock as $l } from "./components/chat/blocks/TextBlock.js";
|
|
113
|
+
import { ThemeProvider as os, createThemeService as rs, useTheme as ts } from "./context/ThemeContext.js";
|
|
114
|
+
import { ThinkingBlock as ns } from "./components/chat/blocks/ThinkingBlock.js";
|
|
115
|
+
import { ToolCallBlock as ms } from "./components/chat/blocks/ToolCallBlock.js";
|
|
116
|
+
import { Tooltip as ls } from "./components/ui/Tooltip.js";
|
|
117
|
+
import { TopBar as ps } from "./components/layout/TopBar.js";
|
|
118
|
+
import { TopBarIconButton as ds } from "./components/layout/TopBarIconButton.js";
|
|
119
|
+
import { ViewActivationProvider as Is, useViewActivation as gs } from "./context/ViewActivationContext.js";
|
|
120
|
+
import { VirtualMessageList as us } from "./components/chat/message-list/VirtualMessageList.js";
|
|
121
|
+
import { WidgetFrame as Ts } from "./components/deck/WidgetFrame.js";
|
|
122
|
+
import { WidgetPalette as ks } from "./components/deck/WidgetPalette.js";
|
|
123
|
+
import { WidgetRegistryProvider as Ps, createWidgetRegistry as ys, useWidgetRegistry as Bs } from "./context/WidgetRegistry.js";
|
|
124
|
+
import { WidgetResizeHandle as Ms } from "./components/deck/WidgetResizeHandle.js";
|
|
125
|
+
import { WidgetStateProvider as Ls, useCurrentWidgetId as ws, useWidgetState as As, useWidgetStateContext as Es } from "./context/WidgetStateContext.js";
|
|
126
|
+
import { WidgetTypeSwitcher as Ws } from "./components/deck/WidgetTypeSwitcher.js";
|
|
127
|
+
import { WorkingIndicator as Os } from "./components/chat/status/WorkingIndicator.js";
|
|
128
|
+
import { applyDragDelta as _s, applyResizeDelta as Gs, getGridCellSize as Hs, pixelDeltaToGridDelta as Vs, positionToGridArea as Us, snapToGrid as Ks } from "./utils/gridLayout.js";
|
|
129
|
+
import { buildAssistantNoticeEvents as Xs, createStreamEventBuilder as Zs, isStreamEvent as Qs } from "./components/chat/streamEvents.js";
|
|
130
|
+
import { checkCollision as qs, constrainPosition as Js, findFreePosition as js, hasCollision as $s } from "./utils/gridCollision.js";
|
|
131
|
+
import { cn as op } from "./utils/cn.js";
|
|
132
|
+
import { computeCodeDiff as tp, computeCodeDiffSync as ip, configureDiffWorker as np, createDiffWorker as ap, hasDiffWorker as mp, terminateDiffWorker as cp, waitForDiffWorker as lp } from "./components/chat/hooks/useCodeDiff.js";
|
|
133
|
+
import { configureMarkdownWorker as pp, createMarkdownWorker as fp, hasMarkdownWorker as dp, renderMarkdown as xp, renderMarkdownSync as Ip, terminateMarkdownWorker as gp, waitForMarkdownWorker as Cp } from "./components/chat/hooks/useMarkdown.js";
|
|
134
|
+
import { configureMermaidWorker as Sp, configureSyncMermaid as Tp, renderMermaid as hp, terminateMermaidWorker as kp, useMermaid as Fp } from "./components/chat/hooks/useMermaid.js";
|
|
135
|
+
import { configureShikiWorker as yp, configureSyncHighlighter as Bp, highlightCode as vp, terminateShikiWorker as Mp, useCodeHighlight as Dp } from "./components/chat/hooks/useCodeHighlight.js";
|
|
136
|
+
import { createSimpleContext as wp } from "./context/createSimpleContext.js";
|
|
137
|
+
import { deferAfterPaint as Ep, deferNonBlocking as bp } from "./utils/defer.js";
|
|
138
|
+
import { duration as Rp, easing as Op, fadeIn as Np, listContainer as _p, listItem as Gp, panelResize as Hp, popIn as Vp, scaleIn as Up, sidebarVariants as Kp, slideInFromBottom as zp, slideInFromLeft as Xp, slideInFromRight as Zp, slideInFromTop as Qp, springConfig as Yp } from "./utils/animations.js";
|
|
139
|
+
import { formatKeybind as Jp, isMacLikePlatform as jp, isPrimaryModKeyPressed as $p, matchKeybind as ef, parseKeybind as of } from "./utils/keybind.js";
|
|
140
|
+
import { isTypingElement as tf, shouldIgnoreHotkeys as nf } from "./utils/dom.js";
|
|
141
|
+
import { lockBodyStyle as mf } from "./utils/bodyStyleLock.js";
|
|
142
|
+
import { registerCommandContributions as lf, useCommandContributions as sf } from "./hooks/useCommandContributions.js";
|
|
143
|
+
import { useAttachments as ff } from "./components/chat/hooks/useAttachments.js";
|
|
144
|
+
import { useAutoScroll as xf } from "./components/chat/hooks/useAutoScroll.js";
|
|
145
|
+
import { useDebounce as gf } from "./hooks/useDebounce.js";
|
|
146
|
+
import { useDeckDrag as uf } from "./hooks/useDeckDrag.js";
|
|
147
|
+
import { useFileBrowserDropTarget as Tf, useFileBrowserItemDrag as hf } from "./hooks/useFileBrowserDrag.js";
|
|
148
|
+
import { useKeybind as Ff } from "./hooks/useKeybind.js";
|
|
149
|
+
import { useMediaQuery as yf } from "./hooks/useMediaQuery.js";
|
|
150
|
+
import { usePersisted as vf } from "./hooks/usePersisted.js";
|
|
151
|
+
import { useResizeObserver as Df } from "./hooks/useResizeObserver.js";
|
|
152
|
+
import { useVirtualList as wf } from "./components/chat/hooks/useVirtualList.js";
|
|
150
153
|
export {
|
|
151
154
|
F as Activity,
|
|
152
155
|
Ot as ActivityAppsMain,
|
|
@@ -157,30 +160,30 @@ export {
|
|
|
157
160
|
B as AlertTriangle,
|
|
158
161
|
Xt as AnimatedBorderCard,
|
|
159
162
|
v as ArchiveIcon,
|
|
160
|
-
|
|
163
|
+
ti as AreaChart,
|
|
161
164
|
M as ArrowDown,
|
|
162
165
|
D as ArrowLeft,
|
|
163
166
|
L as ArrowRight,
|
|
164
167
|
w as ArrowRightLeft,
|
|
165
168
|
A as ArrowUp,
|
|
166
169
|
E as AtSign,
|
|
167
|
-
|
|
170
|
+
li as AttachmentPreview,
|
|
168
171
|
b as AwardIcon,
|
|
169
172
|
W as BarChart,
|
|
170
173
|
R as BatteryIcon,
|
|
171
174
|
O as Bell,
|
|
172
175
|
N as BellIcon,
|
|
173
|
-
|
|
176
|
+
pi as BlockRenderer,
|
|
174
177
|
_ as Bookmark,
|
|
175
178
|
G as BookmarkIcon,
|
|
176
179
|
H as Bot,
|
|
177
180
|
V as BotIcon,
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
181
|
+
di as BottomBar,
|
|
182
|
+
xi as BottomBarItem,
|
|
183
|
+
Ci as Breadcrumb,
|
|
184
|
+
Si as BrokenSymlinkIcon,
|
|
182
185
|
U as BugIcon,
|
|
183
|
-
|
|
186
|
+
Ni as Button,
|
|
184
187
|
K as Calendar,
|
|
185
188
|
z as CalendarIcon,
|
|
186
189
|
X as Camera,
|
|
@@ -192,119 +195,122 @@ export {
|
|
|
192
195
|
Jt as CardHeader,
|
|
193
196
|
jt as CardTitle,
|
|
194
197
|
Q as ChartIcon,
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
+
Gi as ChatContainer,
|
|
199
|
+
Vi as ChatInput,
|
|
200
|
+
Ki as ChatProvider,
|
|
198
201
|
Y as Check,
|
|
199
202
|
q as CheckCircle,
|
|
200
203
|
J as CheckIcon,
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
204
|
+
Zi as Checkbox,
|
|
205
|
+
Qi as CheckboxGroup,
|
|
206
|
+
Yi as CheckboxList,
|
|
207
|
+
Ji as ChecklistBlock,
|
|
205
208
|
j as ChevronDown,
|
|
206
209
|
$ as ChevronLeft,
|
|
207
210
|
ee as ChevronRight,
|
|
208
211
|
oe as ChevronUp,
|
|
209
212
|
re as ChevronsUpDown,
|
|
210
|
-
|
|
213
|
+
$i as CircularProgress,
|
|
211
214
|
te as Clock,
|
|
212
|
-
|
|
213
|
-
|
|
215
|
+
ie as ClockIcon,
|
|
216
|
+
ne as CloseIcon,
|
|
214
217
|
ae as Cloud,
|
|
215
218
|
me as CloudIcon,
|
|
216
219
|
ce as Code,
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
+
nn as CodeBlock,
|
|
221
|
+
mn as CodeDiffBlock,
|
|
222
|
+
Ti as CodeFileIcon,
|
|
220
223
|
le as CodeIcon,
|
|
221
|
-
|
|
222
|
-
|
|
224
|
+
ln as CommandPalette,
|
|
225
|
+
pn as CommandProvider,
|
|
223
226
|
se as CompassIcon,
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
227
|
+
In as ComponentRegistryProvider,
|
|
228
|
+
hi as ConfigFileIcon,
|
|
229
|
+
kn as ConfirmDialog,
|
|
230
|
+
yn as ConnectionStatus,
|
|
228
231
|
pe as Copy,
|
|
229
232
|
fe as CopyCheck,
|
|
230
233
|
de as CopyCheckIcon,
|
|
231
234
|
xe as CopyIcon,
|
|
232
235
|
Ie as Cpu,
|
|
233
236
|
ge as CreditCardIcon,
|
|
234
|
-
|
|
235
|
-
|
|
237
|
+
vn as DECK_GRID_CONFIG,
|
|
238
|
+
wn as DEFAULT_FLOE_CONFIG,
|
|
236
239
|
Ft as DEFAULT_TERMINAL_SUGGESTION_PROVIDERS,
|
|
237
240
|
tt as DEFAULT_TERMINAL_WORKSPACE_PROFILE,
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
+
Rn as DEFAULT_VIRTUAL_LIST_CONFIG,
|
|
242
|
+
ii as DataBarChart,
|
|
243
|
+
ni as DataPieChart,
|
|
241
244
|
Ce as Database,
|
|
242
245
|
ue as DatabaseIcon,
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
246
|
+
Nn as DeckCell,
|
|
247
|
+
Gn as DeckContextMenu,
|
|
248
|
+
Mn as DeckGrid,
|
|
249
|
+
Vn as DeckProvider,
|
|
250
|
+
Xn as DeckTopBar,
|
|
251
|
+
Fn as Dialog,
|
|
252
|
+
Qn as DirectoryInput,
|
|
253
|
+
qn as DirectoryPicker,
|
|
254
|
+
jn as DirectoryTree,
|
|
255
|
+
ea as DisplayModePageShell,
|
|
256
|
+
ra as DisplayModeSwitcher,
|
|
257
|
+
ki as DocumentFileIcon,
|
|
252
258
|
Se as DollarIcon,
|
|
253
259
|
Te as Download,
|
|
254
260
|
he as DownloadIcon,
|
|
255
|
-
|
|
256
|
-
|
|
261
|
+
na as DropZonePreview,
|
|
262
|
+
ma as Dropdown,
|
|
257
263
|
ke as EditIcon,
|
|
258
|
-
|
|
264
|
+
sa as ErrorBlock,
|
|
259
265
|
Fe as ErrorIcon,
|
|
260
266
|
Pe as ExternalLink,
|
|
261
267
|
ye as Eye,
|
|
262
268
|
Be as EyeIcon,
|
|
263
269
|
ve as EyeOff,
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
270
|
+
ua as FLOE_GEOMETRY_SURFACE_ATTR,
|
|
271
|
+
Sa as FLOE_HOT_INTERACTION_ATTR,
|
|
272
|
+
ka as FileBlock,
|
|
273
|
+
Pa as FileBrowser,
|
|
274
|
+
Ba as FileBrowserDragPreview,
|
|
275
|
+
Ma as FileBrowserDragProvider,
|
|
276
|
+
Aa as FileBrowserProvider,
|
|
277
|
+
Wa as FileBrowserToolbar,
|
|
272
278
|
Me as FileCode,
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
279
|
+
Oa as FileContextMenu,
|
|
280
|
+
_a as FileGridView,
|
|
281
|
+
Fi as FileIcon,
|
|
282
|
+
Pi as FileItemIcon,
|
|
283
|
+
Ha as FileListView,
|
|
278
284
|
De as FilePlus,
|
|
279
285
|
Le as FilePlusIcon,
|
|
280
|
-
|
|
286
|
+
Ua as FileSavePicker,
|
|
281
287
|
we as FileText,
|
|
282
288
|
Ae as Files,
|
|
283
|
-
|
|
289
|
+
za as FilesSidebarWidget,
|
|
284
290
|
Ee as Filter,
|
|
285
291
|
be as FilterIcon,
|
|
286
292
|
We as FireIcon,
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
293
|
+
Ja as FloatingWindow,
|
|
294
|
+
$a as FloeApp,
|
|
295
|
+
An as FloeConfigProvider,
|
|
290
296
|
r as FloeProvider,
|
|
291
|
-
|
|
297
|
+
om as FloeRegistryRuntime,
|
|
292
298
|
Re as Folder,
|
|
293
|
-
|
|
299
|
+
yi as FolderIcon,
|
|
294
300
|
Oe as FolderOpen,
|
|
295
|
-
|
|
301
|
+
Bi as FolderOpenIcon,
|
|
296
302
|
Ne as FolderPlus,
|
|
297
303
|
_e as FolderPlusIcon,
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
304
|
+
tm as Form,
|
|
305
|
+
im as FormActions,
|
|
306
|
+
nm as FormControl,
|
|
307
|
+
am as FormDescription,
|
|
308
|
+
mm as FormDivider,
|
|
309
|
+
cm as FormField,
|
|
310
|
+
lm as FormLabel,
|
|
311
|
+
sm as FormMessage,
|
|
312
|
+
pm as FormRow,
|
|
313
|
+
fm as FormSection,
|
|
308
314
|
Ge as GiftIcon,
|
|
309
315
|
He as GitBranch,
|
|
310
316
|
Ve as GitBranchIcon,
|
|
@@ -318,97 +324,97 @@ export {
|
|
|
318
324
|
qe as Heart,
|
|
319
325
|
Je as HeartIcon,
|
|
320
326
|
je as HelpIcon,
|
|
321
|
-
|
|
327
|
+
pa as HighlightBlock,
|
|
322
328
|
$e as Highlighter,
|
|
323
329
|
eo as History,
|
|
324
330
|
oo as Home,
|
|
325
331
|
ro as HomeIcon,
|
|
326
332
|
to as Image,
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
+
Im as ImageBlock,
|
|
334
|
+
vi as ImageFileIcon,
|
|
335
|
+
io as ImageIcon,
|
|
336
|
+
Cm as InfiniteCanvas,
|
|
337
|
+
no as Info,
|
|
338
|
+
fa as InfoBlock,
|
|
333
339
|
ao as InfoIcon,
|
|
334
340
|
Vt as Input,
|
|
335
341
|
$t as Interactive3DCard,
|
|
336
|
-
|
|
337
|
-
|
|
342
|
+
Mi as JavaScriptFileIcon,
|
|
343
|
+
Sm as KeepAliveStack,
|
|
338
344
|
mo as Key,
|
|
339
345
|
co as KeyIcon,
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
+
hm as Launchpad,
|
|
347
|
+
Fm as LaunchpadGrid,
|
|
348
|
+
ym as LaunchpadItem,
|
|
349
|
+
vm as LaunchpadModal,
|
|
350
|
+
Dm as LaunchpadPagination,
|
|
351
|
+
wm as LaunchpadSearch,
|
|
346
352
|
lo as Layers,
|
|
347
353
|
so as LayersIcon,
|
|
348
354
|
po as LayoutDashboard,
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
355
|
+
Em as LayoutProvider,
|
|
356
|
+
Om as LayoutSelector,
|
|
357
|
+
ai as LineChart,
|
|
358
|
+
en as LinearProgress,
|
|
353
359
|
fo as Link,
|
|
354
360
|
xo as LinkIcon,
|
|
355
361
|
Io as Loader2,
|
|
356
362
|
go as LoadingIcon,
|
|
357
|
-
|
|
363
|
+
_m as LoadingOverlay,
|
|
358
364
|
Co as Lock,
|
|
359
365
|
uo as LockIcon,
|
|
360
366
|
So as MagicIcon,
|
|
361
367
|
To as Mail,
|
|
362
368
|
ho as MailIcon,
|
|
363
369
|
ko as MapPinIcon,
|
|
364
|
-
|
|
370
|
+
Hm as MarkdownBlock,
|
|
365
371
|
Fo as Maximize,
|
|
366
372
|
Po as Menu,
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
373
|
+
Um as MermaidBlock,
|
|
374
|
+
zm as MessageActions,
|
|
375
|
+
Zm as MessageAvatar,
|
|
376
|
+
Ym as MessageBubble,
|
|
371
377
|
yo as MessageIcon,
|
|
372
|
-
|
|
373
|
-
|
|
378
|
+
Jm as MessageItem,
|
|
379
|
+
$m as MessageMeta,
|
|
374
380
|
Bo as MessageSquare,
|
|
375
|
-
|
|
381
|
+
oc as MetricsWidget,
|
|
376
382
|
vo as Mic,
|
|
377
383
|
Mo as MicIcon,
|
|
378
384
|
Do as MicOff,
|
|
379
385
|
Lo as Minus,
|
|
380
386
|
wo as MinusIcon,
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
387
|
+
tc as MobileKeyboard,
|
|
388
|
+
nc as MobileTabBar,
|
|
389
|
+
mi as MonitoringChart,
|
|
384
390
|
Ao as Moon,
|
|
385
391
|
Eo as MoonIcon,
|
|
386
392
|
bo as MoreHorizontal,
|
|
387
393
|
Wo as MoreVertical,
|
|
388
|
-
|
|
394
|
+
ei as MorphCard,
|
|
389
395
|
Ro as MuteIcon,
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
396
|
+
mc as NOTES_CONTEXT_MENU_WIDTH_PX,
|
|
397
|
+
pc as NOTES_SCALE_MAX,
|
|
398
|
+
fc as NOTES_SCALE_MIN,
|
|
399
|
+
dc as NOTE_BUCKET_METRICS,
|
|
400
|
+
_c as NOTE_COLOR_LABELS,
|
|
401
|
+
xc as NOTE_COLOR_TOKENS,
|
|
402
|
+
oi as NeonCard,
|
|
403
|
+
da as NoteBlock,
|
|
404
|
+
Gc as NotesAnimalIcon,
|
|
405
|
+
cc as NotesContextMenu,
|
|
406
|
+
zc as NotesOverlay,
|
|
407
|
+
Hc as NotesOverlayIcon,
|
|
408
|
+
Vc as NotesTrashCanIcon,
|
|
409
|
+
Zc as NotificationContainer,
|
|
410
|
+
Qc as NotificationProvider,
|
|
405
411
|
Ut as NumberInput,
|
|
406
412
|
Oo as Package,
|
|
407
413
|
No as PackageIcon,
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
414
|
+
jc as Pagination,
|
|
415
|
+
el as Panel,
|
|
416
|
+
ol as PanelContent,
|
|
417
|
+
rl as PanelHeader,
|
|
412
418
|
_o as Paperclip,
|
|
413
419
|
Go as Paste,
|
|
414
420
|
Ho as PasteIcon,
|
|
@@ -425,97 +431,97 @@ export {
|
|
|
425
431
|
jo as PlusIcon,
|
|
426
432
|
$o as PowerIcon,
|
|
427
433
|
er as PrinterIcon,
|
|
428
|
-
|
|
434
|
+
il as ProcessingIndicator,
|
|
429
435
|
or as Quote,
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
436
|
+
al as QuoteBlock,
|
|
437
|
+
cl as RadioGroup,
|
|
438
|
+
ll as RadioList,
|
|
439
|
+
sl as RadioOption,
|
|
434
440
|
rr as Refresh,
|
|
435
441
|
tr as RefreshIcon,
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
442
|
+
fl as ResizeHandle,
|
|
443
|
+
ir as Restore,
|
|
444
|
+
nr as RocketIcon,
|
|
439
445
|
ar as Save,
|
|
440
446
|
mr as SaveIcon,
|
|
441
447
|
cr as Search,
|
|
442
448
|
lr as SearchIcon,
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
449
|
+
Xa as SearchSidebarWidget,
|
|
450
|
+
xl as SegmentedControl,
|
|
451
|
+
on as SegmentedProgress,
|
|
452
|
+
ca as Select,
|
|
447
453
|
sr as Send,
|
|
448
454
|
pr as SendIcon,
|
|
449
455
|
fr as Settings,
|
|
450
456
|
dr as SettingsIcon,
|
|
451
|
-
|
|
457
|
+
Za as SettingsSidebarWidget,
|
|
452
458
|
xr as ShareIcon,
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
459
|
+
gl as Shell,
|
|
460
|
+
ul as ShellBlock,
|
|
461
|
+
Di as ShellScriptFileIcon,
|
|
456
462
|
Ir as Shield,
|
|
457
463
|
gr as ShieldCheck,
|
|
458
464
|
Cr as ShieldIcon,
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
465
|
+
Qa as ShowcaseSidebarWidget,
|
|
466
|
+
Tl as Sidebar,
|
|
467
|
+
hl as SidebarContent,
|
|
468
|
+
kl as SidebarItem,
|
|
469
|
+
Fl as SidebarItemList,
|
|
470
|
+
Bl as SidebarPane,
|
|
471
|
+
Pl as SidebarSection,
|
|
472
|
+
Ya as SidebarWidget,
|
|
473
|
+
Ml as Skeleton,
|
|
474
|
+
Dl as SkeletonCard,
|
|
475
|
+
Ll as SkeletonList,
|
|
476
|
+
wl as SkeletonText,
|
|
477
|
+
El as SnakeLoader,
|
|
472
478
|
ur as SparkleIcon,
|
|
473
479
|
Sr as Sparkles,
|
|
474
480
|
Tr as Star,
|
|
475
481
|
hr as StarIcon,
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
482
|
+
Ii as StatusIndicator,
|
|
483
|
+
Wl as Stepper,
|
|
484
|
+
rn as StepsProgress,
|
|
479
485
|
kr as Stop,
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
486
|
+
_l as StreamingCursor,
|
|
487
|
+
Li as StyleFileIcon,
|
|
488
|
+
xa as SuccessBlock,
|
|
483
489
|
Fr as SuccessIcon,
|
|
484
490
|
Pr as Sun,
|
|
485
491
|
yr as SunIcon,
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
492
|
+
Hl as SvgBlock,
|
|
493
|
+
Ul as Switch,
|
|
494
|
+
wi as SymlinkFileIcon,
|
|
495
|
+
Ai as SymlinkFolderIcon,
|
|
496
|
+
Ei as SymlinkFolderOpenIcon,
|
|
497
|
+
Uc as TOPIC_ACCENT_LABELS,
|
|
498
|
+
Ic as TOPIC_ACCENT_TOKENS,
|
|
499
|
+
gc as TOPIC_ICON_KEYS,
|
|
500
|
+
zl as TabPanel,
|
|
501
|
+
Xl as Tabs,
|
|
502
|
+
Ql as Tag,
|
|
497
503
|
Br as TagIcon,
|
|
498
504
|
vr as TargetIcon,
|
|
499
505
|
Mr as Terminal,
|
|
500
506
|
Dr as TerminalIcon,
|
|
501
|
-
|
|
502
|
-
|
|
507
|
+
ql as TerminalWidget,
|
|
508
|
+
$l as TextBlock,
|
|
503
509
|
Kt as Textarea,
|
|
504
|
-
|
|
505
|
-
|
|
510
|
+
os as ThemeProvider,
|
|
511
|
+
ns as ThinkingBlock,
|
|
506
512
|
Lr as ThumbsDownIcon,
|
|
507
513
|
wr as ThumbsUpIcon,
|
|
508
514
|
Ar as Timer,
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
515
|
+
Ia as TipBlock,
|
|
516
|
+
ms as ToolCallBlock,
|
|
517
|
+
ls as Tooltip,
|
|
518
|
+
ps as TopBar,
|
|
519
|
+
ds as TopBarIconButton,
|
|
514
520
|
Er as Trash,
|
|
515
521
|
br as TrashIcon,
|
|
516
522
|
Wr as TrendingDown,
|
|
517
523
|
Rr as TrendingUp,
|
|
518
|
-
|
|
524
|
+
bi as TypeScriptFileIcon,
|
|
519
525
|
Or as Unlock,
|
|
520
526
|
Nr as Upload,
|
|
521
527
|
_r as UploadIcon,
|
|
@@ -523,79 +529,79 @@ export {
|
|
|
523
529
|
Hr as UserIcon,
|
|
524
530
|
Vr as Video,
|
|
525
531
|
Ur as VideoIcon,
|
|
526
|
-
|
|
527
|
-
|
|
532
|
+
Is as ViewActivationProvider,
|
|
533
|
+
us as VirtualMessageList,
|
|
528
534
|
Kr as Volume,
|
|
529
535
|
zr as VolumeIcon,
|
|
530
536
|
Xr as VolumeOff,
|
|
531
537
|
Zr as Wand,
|
|
532
|
-
|
|
538
|
+
ga as WarningBlock,
|
|
533
539
|
Qr as WarningIcon,
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
+
Ts as WidgetFrame,
|
|
541
|
+
ks as WidgetPalette,
|
|
542
|
+
Ps as WidgetRegistryProvider,
|
|
543
|
+
Ms as WidgetResizeHandle,
|
|
544
|
+
Ls as WidgetStateProvider,
|
|
545
|
+
Ws as WidgetTypeSwitcher,
|
|
540
546
|
Yr as WifiIcon,
|
|
541
547
|
qr as WifiOffIcon,
|
|
542
|
-
|
|
548
|
+
Rl as Wizard,
|
|
543
549
|
Jr as Workflow,
|
|
544
|
-
|
|
550
|
+
Os as WorkingIndicator,
|
|
545
551
|
jr as X,
|
|
546
552
|
$r as XCircle,
|
|
547
553
|
et as Zap,
|
|
548
554
|
ot as ZapIcon,
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
555
|
+
_s as applyDragDelta,
|
|
556
|
+
Cc as applyNotesEvent,
|
|
557
|
+
Gs as applyResizeDelta,
|
|
552
558
|
dt as applyTerminalSessionSuggestion,
|
|
553
559
|
Pt as applyTerminalSuggestion,
|
|
554
|
-
|
|
560
|
+
i as applyTheme,
|
|
555
561
|
yt as autocompleteTerminalInput,
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
562
|
+
Xs as buildAssistantNoticeEvents,
|
|
563
|
+
n as builtInThemes,
|
|
564
|
+
uc as centerViewportOnWorldPoint,
|
|
565
|
+
qs as checkCollision,
|
|
566
|
+
Sc as clampScale,
|
|
561
567
|
at as clampTerminalCursor,
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
568
|
+
op as cn,
|
|
569
|
+
Tc as computeBoardBounds,
|
|
570
|
+
tp as computeCodeDiff,
|
|
571
|
+
ip as computeCodeDiffSync,
|
|
572
|
+
np as configureDiffWorker,
|
|
573
|
+
pp as configureMarkdownWorker,
|
|
574
|
+
Sp as configureMermaidWorker,
|
|
575
|
+
yp as configureShikiWorker,
|
|
576
|
+
Bp as configureSyncHighlighter,
|
|
577
|
+
Tp as configureSyncMermaid,
|
|
578
|
+
Js as constrainPosition,
|
|
579
|
+
fn as createCommandService,
|
|
580
|
+
gn as createComponentRegistry,
|
|
581
|
+
Un as createDeckService,
|
|
582
|
+
hc as createDefaultNotesSnapshot,
|
|
583
|
+
ap as createDiffWorker,
|
|
584
|
+
bm as createLayoutService,
|
|
585
|
+
fp as createMarkdownWorker,
|
|
586
|
+
Yc as createNotificationService,
|
|
587
|
+
wp as createSimpleContext,
|
|
588
|
+
Zs as createStreamEventBuilder,
|
|
583
589
|
mt as createTerminalEditorState,
|
|
584
590
|
Bt as createTerminalFullLineSuggestion,
|
|
585
591
|
xt as createTerminalSessionState,
|
|
586
592
|
vt as createTerminalTokenSuggestion,
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
593
|
+
Jl as createTerminalWidget,
|
|
594
|
+
rs as createThemeService,
|
|
595
|
+
ys as createWidgetRegistry,
|
|
596
|
+
Ep as deferAfterPaint,
|
|
597
|
+
bp as deferNonBlocking,
|
|
592
598
|
ct as deleteTerminalTextBackward,
|
|
593
599
|
It as dispatchTerminalSessionKey,
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
600
|
+
Rp as duration,
|
|
601
|
+
Op as easing,
|
|
602
|
+
lc as estimateNotesContextMenuHeight,
|
|
603
|
+
Np as fadeIn,
|
|
604
|
+
js as findFreePosition,
|
|
599
605
|
f as floeColorTokenCategories,
|
|
600
606
|
d as floeDesignTokens,
|
|
601
607
|
x as floeFontFamilyTokens,
|
|
@@ -605,73 +611,74 @@ export {
|
|
|
605
611
|
u as floeSpacingTokens,
|
|
606
612
|
S as floeThemeColorVariables,
|
|
607
613
|
T as floeTypographyTokens,
|
|
608
|
-
|
|
609
|
-
|
|
614
|
+
Jp as formatKeybind,
|
|
615
|
+
Wi as getFileIcon,
|
|
610
616
|
h as getFloeColorTokenValue,
|
|
611
|
-
|
|
612
|
-
|
|
617
|
+
Hs as getGridCellSize,
|
|
618
|
+
Dn as getGridConfigFromElement,
|
|
613
619
|
a as getSystemTheme,
|
|
614
620
|
gt as getTerminalPromptPreview,
|
|
615
621
|
Ct as getTerminalSessionSuggestions,
|
|
616
622
|
Mt as getTerminalSuggestions,
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
623
|
+
kc as groupTrashItems,
|
|
624
|
+
$s as hasCollision,
|
|
625
|
+
Cn as hasComponentRegistryContext,
|
|
626
|
+
mp as hasDiffWorker,
|
|
627
|
+
Da as hasFileBrowserDragContext,
|
|
628
|
+
dp as hasMarkdownWorker,
|
|
629
|
+
vp as highlightCode,
|
|
624
630
|
lt as insertTerminalText,
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
631
|
+
jp as isMacLikePlatform,
|
|
632
|
+
$p as isPrimaryModKeyPressed,
|
|
633
|
+
Qs as isStreamEvent,
|
|
634
|
+
tf as isTypingElement,
|
|
635
|
+
_p as listContainer,
|
|
636
|
+
Gp as listItem,
|
|
637
|
+
mf as lockBodyStyle,
|
|
638
|
+
ef as matchKeybind,
|
|
633
639
|
Dt as matchesTerminalSuggestionPrefix,
|
|
634
|
-
|
|
640
|
+
Fc as mergeBoardBounds,
|
|
635
641
|
m as mergeThemeTokenMaps,
|
|
636
642
|
st as moveTerminalCursor,
|
|
637
643
|
pt as navigateTerminalHistory,
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
+
Pc as nextLocalZIndex,
|
|
645
|
+
yc as normalizeNotesSnapshot,
|
|
646
|
+
it as normalizeTerminalWorkspaceProfile,
|
|
647
|
+
Bc as noteBucketMetrics,
|
|
648
|
+
Hp as panelResize,
|
|
649
|
+
of as parseKeybind,
|
|
644
650
|
Lt as parseTerminalSuggestionContext,
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
651
|
+
Vs as pixelDeltaToGridDelta,
|
|
652
|
+
Vp as popIn,
|
|
653
|
+
Us as positionToGridArea,
|
|
654
|
+
vc as promoteLocalItem,
|
|
655
|
+
lf as registerCommandContributions,
|
|
656
|
+
Mc as removeSnapshotItem,
|
|
657
|
+
Dc as removeSnapshotTopic,
|
|
658
|
+
Lc as removeSnapshotTrashItem,
|
|
659
|
+
xp as renderMarkdown,
|
|
660
|
+
Ip as renderMarkdownSync,
|
|
661
|
+
hp as renderMermaid,
|
|
662
|
+
wc as replaceSnapshotItem,
|
|
663
|
+
Ac as replaceSnapshotTopic,
|
|
664
|
+
Ec as replaceSnapshotTrashItem,
|
|
665
|
+
Ri as resolveFileItemIcon,
|
|
660
666
|
c as resolveThemeTokenOverrides,
|
|
661
667
|
l as resolveThemeTokens,
|
|
662
668
|
ht as runTerminalMockCommand,
|
|
663
|
-
|
|
664
|
-
|
|
669
|
+
ta as sanitizeDisplayMode,
|
|
670
|
+
Up as scaleIn,
|
|
671
|
+
bc as screenToWorld,
|
|
665
672
|
ut as setTerminalSessionInputValue,
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
673
|
+
nf as shouldIgnoreHotkeys,
|
|
674
|
+
Kp as sidebarVariants,
|
|
675
|
+
zp as slideInFromBottom,
|
|
676
|
+
Xp as slideInFromLeft,
|
|
677
|
+
Zp as slideInFromRight,
|
|
678
|
+
Qp as slideInFromTop,
|
|
679
|
+
Ks as snapToGrid,
|
|
680
|
+
Yp as springConfig,
|
|
681
|
+
Ta as startHotInteraction,
|
|
675
682
|
St as submitTerminalSession,
|
|
676
683
|
s as syncThemeTokenOverrides,
|
|
677
684
|
wt as terminalCommandTokenSuggestionProvider,
|
|
@@ -679,47 +686,47 @@ export {
|
|
|
679
686
|
Et as terminalPathSuggestionProvider,
|
|
680
687
|
bt as terminalRootSuggestionProvider,
|
|
681
688
|
Wt as terminalSnippetSuggestionProvider,
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
689
|
+
cp as terminateDiffWorker,
|
|
690
|
+
gp as terminateMarkdownWorker,
|
|
691
|
+
kp as terminateMermaidWorker,
|
|
692
|
+
Mp as terminateShikiWorker,
|
|
693
|
+
ff as useAttachments,
|
|
694
|
+
xf as useAutoScroll,
|
|
695
|
+
zi as useChatContext,
|
|
696
|
+
Dp as useCodeHighlight,
|
|
697
|
+
dn as useCommand,
|
|
698
|
+
sf as useCommandContributions,
|
|
699
|
+
un as useComponentContextFactory,
|
|
700
|
+
Sn as useComponentRegistry,
|
|
701
|
+
ws as useCurrentWidgetId,
|
|
702
|
+
gf as useDebounce,
|
|
703
|
+
Kn as useDeck,
|
|
704
|
+
uf as useDeckDrag,
|
|
705
|
+
Ea as useFileBrowser,
|
|
706
|
+
La as useFileBrowserDrag,
|
|
707
|
+
Tf as useFileBrowserDropTarget,
|
|
708
|
+
hf as useFileBrowserItemDrag,
|
|
709
|
+
En as useFloeConfig,
|
|
710
|
+
dm as useFormSubmitting,
|
|
711
|
+
Ff as useKeybind,
|
|
712
|
+
Wm as useLayout,
|
|
713
|
+
yf as useMediaQuery,
|
|
714
|
+
Fp as useMermaid,
|
|
715
|
+
qc as useNotification,
|
|
716
|
+
Tn as useOptionalComponentRegistry,
|
|
717
|
+
vf as usePersisted,
|
|
718
|
+
Df as useResizeObserver,
|
|
719
|
+
bn as useResolvedFloeConfig,
|
|
720
|
+
ts as useTheme,
|
|
721
|
+
gs as useViewActivation,
|
|
722
|
+
wf as useVirtualList,
|
|
723
|
+
Bs as useWidgetRegistry,
|
|
724
|
+
As as useWidgetState,
|
|
725
|
+
Es as useWidgetStateContext,
|
|
726
|
+
Ol as useWizard,
|
|
727
|
+
Wc as visibleWorldRect,
|
|
728
|
+
lp as waitForDiffWorker,
|
|
729
|
+
Cp as waitForMarkdownWorker,
|
|
730
|
+
Rc as worldToScreen,
|
|
731
|
+
Oc as zoomViewportAtPoint
|
|
725
732
|
};
|