@floegence/floe-webapp-core 0.26.0 → 0.26.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/ActivityAppsMain.d.ts +1 -1
- package/dist/app/ActivityAppsMain.js +4 -4
- package/dist/components/launchpad/LaunchpadModal.d.ts +28 -0
- package/dist/components/launchpad/LaunchpadModal.js +113 -0
- package/dist/components/launchpad/index.d.ts +2 -0
- package/dist/components/layout/Shell.js +129 -119
- package/dist/components/layout/mobileTabs.d.ts +6 -0
- package/dist/components/layout/mobileTabs.js +1 -1
- package/dist/context/ComponentRegistry.d.ts +9 -0
- package/dist/full.js +250 -248
- package/dist/launchpad.js +12 -10
- package/package.json +1 -1
package/dist/full.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { FloeProvider as r } from "./app/FloeProvider.js";
|
|
2
2
|
import { applyTheme as i, builtInThemes as n, getSystemTheme as a } from "./styles/themes/index.js";
|
|
3
|
-
import { Activity as m, ActivityIcon as p, AlertCircle as l, AlertTriangle as f, ArchiveIcon as
|
|
3
|
+
import { Activity as m, ActivityIcon as p, AlertCircle as l, AlertTriangle as f, ArchiveIcon as d, ArrowDown as s, ArrowLeft as x, ArrowRight as I, ArrowRightLeft as g, ArrowUp as C, AtSign as u, AwardIcon as k, BarChart as h, BatteryIcon as S, Bell as F, BellIcon as B, Bookmark as P, BookmarkIcon as D, Bot as y, BotIcon as M, BugIcon as T, Calendar as w, CalendarIcon as v, Camera as W, CameraIcon as L, ChartIcon as b, Check as A, CheckCircle as R, CheckIcon as G, ChevronDown as H, ChevronLeft as V, ChevronRight as E, ChevronUp as O, ChevronsUpDown as U, Clock as N, ClockIcon as z, CloseIcon as K, Cloud as _, CloudIcon as Q, Code as Z, CodeIcon as X, CompassIcon as q, Copy as j, CopyCheck as J, CopyCheckIcon as Y, CopyIcon as $, Cpu as ee, CreditCardIcon as oe, Database as re, DatabaseIcon as te, DollarIcon as ie, Download as ne, DownloadIcon as ae, EditIcon as ce, ErrorIcon as me, ExternalLink as pe, Eye as le, EyeIcon as fe, EyeOff as de, FileCode as se, FilePlus as xe, FilePlusIcon as Ie, FileText as ge, Files as Ce, Filter as ue, FilterIcon as ke, FireIcon as he, Folder as Se, FolderOpen as Fe, FolderPlus as Be, FolderPlusIcon as Pe, GiftIcon as De, GitBranch as ye, GitBranchIcon as Me, Globe as Te, GlobeIcon as we, Grid as ve, Grid3x3 as We, GripVertical as Le, Hash as be, HeadphonesIcon as Ae, Heart as Re, HeartIcon as Ge, HelpIcon as He, Highlighter as Ve, History as Ee, Home as Oe, HomeIcon as Ue, Image as Ne, ImageIcon as ze, Info as Ke, InfoIcon as _e, Key as Qe, KeyIcon as Ze, Layers as Xe, LayersIcon as qe, LayoutDashboard as je, Link as Je, LinkIcon as Ye, Loader2 as $e, LoadingIcon as eo, Lock as oo, LockIcon as ro, MagicIcon as to, Mail as io, MailIcon as no, MapPinIcon as ao, Maximize as co, Menu as mo, MessageIcon as po, MessageSquare as lo, Mic as fo, MicIcon as so, MicOff as xo, Minus as Io, MinusIcon as go, Moon as Co, MoonIcon as uo, MoreHorizontal as ko, MoreVertical as ho, MuteIcon as So, Package as Fo, PackageIcon as Bo, Paperclip as Po, Paste as Do, PasteIcon as yo, Pause as Mo, PauseIcon as To, Pencil as wo, Phone as vo, PieChart as Wo, Pin as Lo, PinIcon as bo, Play as Ao, PlayIcon as Ro, Plus as Go, PlusIcon as Ho, PowerIcon as Vo, PrinterIcon as Eo, Quote as Oo, Refresh as Uo, RefreshIcon as No, Restore as zo, RocketIcon as Ko, Save as _o, SaveIcon as Qo, Search as Zo, SearchIcon as Xo, Send as qo, SendIcon as jo, Settings as Jo, SettingsIcon as Yo, ShareIcon as $o, Shield as er, ShieldCheck as or, ShieldIcon as rr, SparkleIcon as tr, Sparkles as ir, Star as nr, StarIcon as ar, Stop as cr, SuccessIcon as mr, Sun as pr, SunIcon as lr, Tag as fr, TagIcon as dr, TargetIcon as sr, Terminal as xr, TerminalIcon as Ir, ThumbsDownIcon as gr, ThumbsUpIcon as Cr, Timer as ur, Trash as kr, TrashIcon as hr, TrendingDown as Sr, TrendingUp as Fr, Unlock as Br, Upload as Pr, UploadIcon as Dr, User as yr, UserIcon as Mr, Video as Tr, VideoIcon as wr, Volume as vr, VolumeIcon as Wr, VolumeOff as Lr, Wand as br, WarningIcon as Ar, WifiIcon as Rr, WifiOffIcon as Gr, Workflow as Hr, X as Vr, XCircle as Er, Zap as Or, ZapIcon as Ur } from "./components/icons/index.js";
|
|
4
4
|
import { ActivityAppsMain as zr } from "./app/ActivityAppsMain.js";
|
|
5
5
|
import { ActivityBar as _r } from "./components/layout/ActivityBar.js";
|
|
6
6
|
import { AffixInput as Zr, Input as Xr, NumberInput as qr, Textarea as jr } from "./components/ui/Input.js";
|
|
7
7
|
import { AnimatedBorderCard as Yr, Card as $r, CardContent as et, CardDescription as ot, CardFooter as rt, CardHeader as tt, CardTitle as it, Interactive3DCard as nt, MorphCard as at, NeonCard as ct } from "./components/ui/Card.js";
|
|
8
|
-
import { AreaChart as pt, DataBarChart as lt, DataPieChart as ft, LineChart as
|
|
8
|
+
import { AreaChart as pt, DataBarChart as lt, DataPieChart as ft, LineChart as dt, MonitoringChart as st } from "./components/ui/Charts.js";
|
|
9
9
|
import { AttachmentPreview as It } from "./components/chat/input/AttachmentPreview.js";
|
|
10
10
|
import { BlockRenderer as Ct } from "./components/chat/blocks/BlockRenderer.js";
|
|
11
11
|
import { BottomBar as kt, BottomBarItem as ht, StatusIndicator as St } from "./components/layout/BottomBar.js";
|
|
12
12
|
import { Breadcrumb as Bt } from "./components/file-browser/Breadcrumb.js";
|
|
13
13
|
import { Button as Dt } from "./components/ui/Button.js";
|
|
14
|
-
import { ChatContainer as
|
|
14
|
+
import { ChatContainer as Mt } from "./components/chat/ChatContainer.js";
|
|
15
15
|
import { ChatInput as wt } from "./components/chat/input/ChatInput.js";
|
|
16
16
|
import { ChatProvider as Wt, useChatContext as Lt } from "./components/chat/ChatProvider.js";
|
|
17
17
|
import { Checkbox as At, CheckboxGroup as Rt, CheckboxList as Gt } from "./components/ui/Checkbox.js";
|
|
@@ -22,11 +22,11 @@ import { CodeDiffBlock as Zt } from "./components/chat/blocks/CodeDiffBlock.js";
|
|
|
22
22
|
import { CodeFileIcon as qt, ConfigFileIcon as jt, DocumentFileIcon as Jt, FileIcon as Yt, FolderIcon as $t, FolderOpenIcon as ei, ImageFileIcon as oi, StyleFileIcon as ri, getFileIcon as ti } from "./components/file-browser/FileIcons.js";
|
|
23
23
|
import { CommandPalette as ni } from "./components/ui/CommandPalette.js";
|
|
24
24
|
import { CommandProvider as ci, createCommandService as mi, useCommand as pi } from "./context/CommandContext.js";
|
|
25
|
-
import { ComponentRegistryProvider as fi, createComponentRegistry as
|
|
25
|
+
import { ComponentRegistryProvider as fi, createComponentRegistry as di, useComponentContextFactory as si, useComponentRegistry as xi } from "./context/ComponentRegistry.js";
|
|
26
26
|
import { ConfirmDialog as gi, Dialog as Ci } from "./components/ui/Dialog.js";
|
|
27
27
|
import { ConnectionStatus as ki } from "./components/chat/status/ConnectionStatus.js";
|
|
28
28
|
import { DECK_GRID_CONFIG as Si, DeckGrid as Fi, getGridConfigFromElement as Bi } from "./components/deck/DeckGrid.js";
|
|
29
|
-
import { DEFAULT_FLOE_CONFIG as Di, FloeConfigProvider as yi, useFloeConfig as
|
|
29
|
+
import { DEFAULT_FLOE_CONFIG as Di, FloeConfigProvider as yi, useFloeConfig as Mi, useResolvedFloeConfig as Ti } from "./context/FloeConfigContext.js";
|
|
30
30
|
import { DEFAULT_VIRTUAL_LIST_CONFIG as vi } from "./components/chat/types.js";
|
|
31
31
|
import { DeckCell as Li } from "./components/deck/DeckCell.js";
|
|
32
32
|
import { DeckProvider as Ai, createDeckService as Ri, useDeck as Gi } from "./context/DeckContext.js";
|
|
@@ -39,14 +39,14 @@ import { Dropdown as Xi, Select as qi } from "./components/ui/Dropdown.js";
|
|
|
39
39
|
import { ErrorBlock as Ji, HighlightBlock as Yi, InfoBlock as $i, NoteBlock as en, SuccessBlock as on, TipBlock as rn, WarningBlock as tn } from "./components/ui/HighlightBlock.js";
|
|
40
40
|
import { FileBlock as an } from "./components/chat/blocks/FileBlock.js";
|
|
41
41
|
import { FileBrowser as mn } from "./components/file-browser/FileBrowser.js";
|
|
42
|
-
import { FileBrowserDragProvider as ln, hasFileBrowserDragContext as fn, useFileBrowserDrag as
|
|
42
|
+
import { FileBrowserDragProvider as ln, hasFileBrowserDragContext as fn, useFileBrowserDrag as dn } from "./context/FileBrowserDragContext.js";
|
|
43
43
|
import { FileBrowserProvider as xn, useFileBrowser as In } from "./components/file-browser/FileBrowserContext.js";
|
|
44
44
|
import { FileBrowserToolbar as Cn } from "./components/file-browser/FileBrowserToolbar.js";
|
|
45
45
|
import { FileContextMenu as kn } from "./components/file-browser/FileContextMenu.js";
|
|
46
46
|
import { FileGridView as Sn } from "./components/file-browser/FileGridView.js";
|
|
47
47
|
import { FileListView as Bn } from "./components/file-browser/FileListView.js";
|
|
48
48
|
import { FileSavePicker as Dn } from "./components/ui/FileSavePicker.js";
|
|
49
|
-
import { FilesSidebarWidget as
|
|
49
|
+
import { FilesSidebarWidget as Mn, SearchSidebarWidget as Tn, SettingsSidebarWidget as wn, ShowcaseSidebarWidget as vn, SidebarWidget as Wn } from "./widgets/SidebarWidget.js";
|
|
50
50
|
import { FloatingWindow as bn } from "./components/ui/FloatingWindow.js";
|
|
51
51
|
import { FloeApp as Rn } from "./app/FloeApp.js";
|
|
52
52
|
import { FloeRegistryRuntime as Hn } from "./app/FloeRegistryRuntime.js";
|
|
@@ -56,78 +56,79 @@ import { KeepAliveStack as $n } from "./components/layout/KeepAliveStack.js";
|
|
|
56
56
|
import { Launchpad as oa } from "./components/launchpad/Launchpad.js";
|
|
57
57
|
import { LaunchpadGrid as ta } from "./components/launchpad/LaunchpadGrid.js";
|
|
58
58
|
import { LaunchpadItem as na } from "./components/launchpad/LaunchpadItem.js";
|
|
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 {
|
|
59
|
+
import { LaunchpadModal as ca } from "./components/launchpad/LaunchpadModal.js";
|
|
60
|
+
import { LaunchpadPagination as pa } from "./components/launchpad/LaunchpadPagination.js";
|
|
61
|
+
import { LaunchpadSearch as fa } from "./components/launchpad/LaunchpadSearch.js";
|
|
62
|
+
import { LayoutProvider as sa, createLayoutService as xa, useLayout as Ia } from "./context/LayoutContext.js";
|
|
63
|
+
import { LayoutSelector as Ca } from "./components/deck/LayoutSelector.js";
|
|
64
|
+
import { LoadingOverlay as ka } from "./components/loading/LoadingOverlay.js";
|
|
65
|
+
import { MarkdownBlock as Sa } from "./components/chat/blocks/MarkdownBlock.js";
|
|
66
|
+
import { MermaidBlock as Ba } from "./components/chat/blocks/MermaidBlock.js";
|
|
67
|
+
import { MessageActions as Da } from "./components/chat/message/MessageActions.js";
|
|
68
|
+
import { MessageAvatar as Ma } from "./components/chat/message/MessageAvatar.js";
|
|
69
|
+
import { MessageBubble as wa } from "./components/chat/message/MessageBubble.js";
|
|
70
|
+
import { MessageItem as Wa } from "./components/chat/message/MessageItem.js";
|
|
71
|
+
import { MessageMeta as ba } from "./components/chat/message/MessageMeta.js";
|
|
72
|
+
import { MetricsWidget as Ra } from "./widgets/MetricsWidget.js";
|
|
73
|
+
import { MobileTabBar as Ha } from "./components/layout/MobileTabBar.js";
|
|
74
|
+
import { NotificationContainer as Ea, NotificationProvider as Oa, createNotificationService as Ua, useNotification as Na } from "./context/NotificationContext.js";
|
|
75
|
+
import { Pagination as Ka } from "./components/ui/Pagination.js";
|
|
76
|
+
import { Panel as Qa, PanelContent as Za, PanelHeader as Xa } from "./components/layout/Panel.js";
|
|
77
|
+
import { ProcessingIndicator as ja } from "./components/ui/ProcessingIndicator.js";
|
|
78
|
+
import { QuoteBlock as Ya } from "./components/ui/QuoteBlock.js";
|
|
79
|
+
import { RadioGroup as ec, RadioList as oc, RadioOption as rc } from "./components/ui/Radio.js";
|
|
80
|
+
import { ResizeHandle as ic } from "./components/layout/ResizeHandle.js";
|
|
81
|
+
import { SegmentedControl as ac } from "./components/ui/SegmentedControl.js";
|
|
82
|
+
import { Shell as mc } from "./components/layout/Shell.js";
|
|
83
|
+
import { ShellBlock as lc } from "./components/chat/blocks/ShellBlock.js";
|
|
84
|
+
import { Sidebar as dc, SidebarContent as sc, SidebarItem as xc, SidebarItemList as Ic, SidebarSection as gc } from "./components/layout/Sidebar.js";
|
|
85
|
+
import { Skeleton as uc, SkeletonCard as kc, SkeletonList as hc, SkeletonText as Sc } from "./components/loading/Skeleton.js";
|
|
86
|
+
import { SnakeLoader as Bc } from "./components/loading/SnakeLoader.js";
|
|
87
|
+
import { Stepper as Dc, Wizard as yc, useWizard as Mc } from "./components/ui/Stepper.js";
|
|
88
|
+
import { StreamingCursor as wc } from "./components/chat/status/StreamingCursor.js";
|
|
89
|
+
import { SvgBlock as Wc } from "./components/chat/blocks/SvgBlock.js";
|
|
90
|
+
import { Switch as bc } from "./components/ui/Switch.js";
|
|
91
|
+
import { TabPanel as Rc, Tabs as Gc } from "./components/ui/Tabs.js";
|
|
92
|
+
import { TerminalWidget as Vc } from "./widgets/TerminalWidget.js";
|
|
93
|
+
import { TextBlock as Oc } from "./components/chat/blocks/TextBlock.js";
|
|
94
|
+
import { ThemeProvider as Nc, createThemeService as zc, useTheme as Kc } from "./context/ThemeContext.js";
|
|
95
|
+
import { ThinkingBlock as Qc } from "./components/chat/blocks/ThinkingBlock.js";
|
|
96
|
+
import { ToolCallBlock as Xc } from "./components/chat/blocks/ToolCallBlock.js";
|
|
97
|
+
import { Tooltip as jc } from "./components/ui/Tooltip.js";
|
|
98
|
+
import { TopBar as Yc } from "./components/layout/TopBar.js";
|
|
99
|
+
import { TopBarIconButton as em } from "./components/layout/TopBarIconButton.js";
|
|
100
|
+
import { ViewActivationProvider as rm, useViewActivation as tm } from "./context/ViewActivationContext.js";
|
|
101
|
+
import { VirtualMessageList as nm } from "./components/chat/message-list/VirtualMessageList.js";
|
|
102
|
+
import { WidgetFrame as cm } from "./components/deck/WidgetFrame.js";
|
|
103
|
+
import { WidgetPalette as pm } from "./components/deck/WidgetPalette.js";
|
|
104
|
+
import { WidgetRegistryProvider as fm, createWidgetRegistry as dm, useWidgetRegistry as sm } from "./context/WidgetRegistry.js";
|
|
105
|
+
import { WidgetResizeHandle as Im } from "./components/deck/WidgetResizeHandle.js";
|
|
106
|
+
import { WidgetStateProvider as Cm, useCurrentWidgetId as um, useWidgetState as km, useWidgetStateContext as hm } from "./context/WidgetStateContext.js";
|
|
107
|
+
import { WidgetTypeSwitcher as Fm } from "./components/deck/WidgetTypeSwitcher.js";
|
|
108
|
+
import { WorkingIndicator as Pm } from "./components/chat/status/WorkingIndicator.js";
|
|
109
|
+
import { applyDragDelta as ym, applyResizeDelta as Mm, getGridCellSize as Tm, pixelDeltaToGridDelta as wm, positionToGridArea as vm, snapToGrid as Wm } from "./utils/gridLayout.js";
|
|
110
|
+
import { checkCollision as bm, constrainPosition as Am, findFreePosition as Rm, hasCollision as Gm } from "./utils/gridCollision.js";
|
|
111
|
+
import { cn as Vm } from "./utils/cn.js";
|
|
112
|
+
import { computeCodeDiff as Om, computeCodeDiffSync as Um, configureDiffWorker as Nm, createDiffWorker as zm, hasDiffWorker as Km, terminateDiffWorker as _m, waitForDiffWorker as Qm } from "./components/chat/hooks/useCodeDiff.js";
|
|
113
|
+
import { configureMarkdownWorker as Xm, createMarkdownWorker as qm, hasMarkdownWorker as jm, renderMarkdown as Jm, renderMarkdownSync as Ym, terminateMarkdownWorker as $m, waitForMarkdownWorker as ep } from "./components/chat/hooks/useMarkdown.js";
|
|
114
|
+
import { configureMermaidWorker as rp, configureSyncMermaid as tp, renderMermaid as ip, terminateMermaidWorker as np, useMermaid as ap } from "./components/chat/hooks/useMermaid.js";
|
|
115
|
+
import { configureShikiWorker as mp, configureSyncHighlighter as pp, highlightCode as lp, terminateShikiWorker as fp, useCodeHighlight as dp } from "./components/chat/hooks/useCodeHighlight.js";
|
|
116
|
+
import { createSimpleContext as xp } from "./context/createSimpleContext.js";
|
|
117
|
+
import { deferAfterPaint as gp, deferNonBlocking as Cp } from "./utils/defer.js";
|
|
118
|
+
import { duration as kp, easing as hp, fadeIn as Sp, listContainer as Fp, listItem as Bp, panelResize as Pp, popIn as Dp, scaleIn as yp, sidebarVariants as Mp, slideInFromBottom as Tp, slideInFromLeft as wp, slideInFromRight as vp, slideInFromTop as Wp, springConfig as Lp } from "./utils/animations.js";
|
|
119
|
+
import { formatKeybind as Ap, matchKeybind as Rp, parseKeybind as Gp } from "./utils/keybind.js";
|
|
120
|
+
import { isTypingElement as Vp, shouldIgnoreHotkeys as Ep } from "./utils/dom.js";
|
|
121
|
+
import { lockBodyStyle as Up } from "./utils/bodyStyleLock.js";
|
|
122
|
+
import { useAttachments as zp } from "./components/chat/hooks/useAttachments.js";
|
|
123
|
+
import { useAutoScroll as _p } from "./components/chat/hooks/useAutoScroll.js";
|
|
124
|
+
import { useDebounce as Zp } from "./hooks/useDebounce.js";
|
|
125
|
+
import { useDeckDrag as qp } from "./hooks/useDeckDrag.js";
|
|
126
|
+
import { useFileBrowserDropTarget as Jp, useFileBrowserItemDrag as Yp } from "./hooks/useFileBrowserDrag.js";
|
|
127
|
+
import { useKeybind as el } from "./hooks/useKeybind.js";
|
|
128
|
+
import { useMediaQuery as rl } from "./hooks/useMediaQuery.js";
|
|
129
|
+
import { usePersisted as il } from "./hooks/usePersisted.js";
|
|
130
|
+
import { useResizeObserver as al } from "./hooks/useResizeObserver.js";
|
|
131
|
+
import { useVirtualList as ml } from "./components/chat/hooks/useVirtualList.js";
|
|
131
132
|
export {
|
|
132
133
|
m as Activity,
|
|
133
134
|
zr as ActivityAppsMain,
|
|
@@ -137,9 +138,9 @@ export {
|
|
|
137
138
|
l as AlertCircle,
|
|
138
139
|
f as AlertTriangle,
|
|
139
140
|
Yr as AnimatedBorderCard,
|
|
140
|
-
|
|
141
|
+
d as ArchiveIcon,
|
|
141
142
|
pt as AreaChart,
|
|
142
|
-
|
|
143
|
+
s as ArrowDown,
|
|
143
144
|
x as ArrowLeft,
|
|
144
145
|
I as ArrowRight,
|
|
145
146
|
g as ArrowRightLeft,
|
|
@@ -155,11 +156,11 @@ export {
|
|
|
155
156
|
P as Bookmark,
|
|
156
157
|
D as BookmarkIcon,
|
|
157
158
|
y as Bot,
|
|
158
|
-
|
|
159
|
+
M as BotIcon,
|
|
159
160
|
kt as BottomBar,
|
|
160
161
|
ht as BottomBarItem,
|
|
161
162
|
Bt as Breadcrumb,
|
|
162
|
-
|
|
163
|
+
T as BugIcon,
|
|
163
164
|
Dt as Button,
|
|
164
165
|
w as Calendar,
|
|
165
166
|
v as CalendarIcon,
|
|
@@ -172,7 +173,7 @@ export {
|
|
|
172
173
|
tt as CardHeader,
|
|
173
174
|
it as CardTitle,
|
|
174
175
|
b as ChartIcon,
|
|
175
|
-
|
|
176
|
+
Mt as ChatContainer,
|
|
176
177
|
wt as ChatInput,
|
|
177
178
|
Wt as ChatProvider,
|
|
178
179
|
A as Check,
|
|
@@ -238,13 +239,13 @@ export {
|
|
|
238
239
|
pe as ExternalLink,
|
|
239
240
|
le as Eye,
|
|
240
241
|
fe as EyeIcon,
|
|
241
|
-
|
|
242
|
+
de as EyeOff,
|
|
242
243
|
an as FileBlock,
|
|
243
244
|
mn as FileBrowser,
|
|
244
245
|
ln as FileBrowserDragProvider,
|
|
245
246
|
xn as FileBrowserProvider,
|
|
246
247
|
Cn as FileBrowserToolbar,
|
|
247
|
-
|
|
248
|
+
se as FileCode,
|
|
248
249
|
kn as FileContextMenu,
|
|
249
250
|
Sn as FileGridView,
|
|
250
251
|
Yt as FileIcon,
|
|
@@ -254,7 +255,7 @@ export {
|
|
|
254
255
|
Dn as FileSavePicker,
|
|
255
256
|
ge as FileText,
|
|
256
257
|
Ce as Files,
|
|
257
|
-
|
|
258
|
+
Mn as FilesSidebarWidget,
|
|
258
259
|
ue as Filter,
|
|
259
260
|
ke as FilterIcon,
|
|
260
261
|
he as FireIcon,
|
|
@@ -281,8 +282,8 @@ export {
|
|
|
281
282
|
Xn as FormSection,
|
|
282
283
|
De as GiftIcon,
|
|
283
284
|
ye as GitBranch,
|
|
284
|
-
|
|
285
|
-
|
|
285
|
+
Me as GitBranchIcon,
|
|
286
|
+
Te as Globe,
|
|
286
287
|
we as GlobeIcon,
|
|
287
288
|
ve as Grid,
|
|
288
289
|
We as Grid3x3,
|
|
@@ -312,45 +313,46 @@ export {
|
|
|
312
313
|
oa as Launchpad,
|
|
313
314
|
ta as LaunchpadGrid,
|
|
314
315
|
na as LaunchpadItem,
|
|
315
|
-
ca as
|
|
316
|
-
pa as
|
|
316
|
+
ca as LaunchpadModal,
|
|
317
|
+
pa as LaunchpadPagination,
|
|
318
|
+
fa as LaunchpadSearch,
|
|
317
319
|
Xe as Layers,
|
|
318
320
|
qe as LayersIcon,
|
|
319
321
|
je as LayoutDashboard,
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
322
|
+
sa as LayoutProvider,
|
|
323
|
+
Ca as LayoutSelector,
|
|
324
|
+
dt as LineChart,
|
|
323
325
|
Ut as LinearProgress,
|
|
324
326
|
Je as Link,
|
|
325
327
|
Ye as LinkIcon,
|
|
326
328
|
$e as Loader2,
|
|
327
329
|
eo as LoadingIcon,
|
|
328
|
-
|
|
330
|
+
ka as LoadingOverlay,
|
|
329
331
|
oo as Lock,
|
|
330
332
|
ro as LockIcon,
|
|
331
333
|
to as MagicIcon,
|
|
332
334
|
io as Mail,
|
|
333
335
|
no as MailIcon,
|
|
334
336
|
ao as MapPinIcon,
|
|
335
|
-
|
|
337
|
+
Sa as MarkdownBlock,
|
|
336
338
|
co as Maximize,
|
|
337
339
|
mo as Menu,
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
340
|
+
Ba as MermaidBlock,
|
|
341
|
+
Da as MessageActions,
|
|
342
|
+
Ma as MessageAvatar,
|
|
343
|
+
wa as MessageBubble,
|
|
342
344
|
po as MessageIcon,
|
|
343
|
-
|
|
344
|
-
|
|
345
|
+
Wa as MessageItem,
|
|
346
|
+
ba as MessageMeta,
|
|
345
347
|
lo as MessageSquare,
|
|
346
|
-
|
|
348
|
+
Ra as MetricsWidget,
|
|
347
349
|
fo as Mic,
|
|
348
350
|
so as MicIcon,
|
|
349
351
|
xo as MicOff,
|
|
350
352
|
Io as Minus,
|
|
351
353
|
go as MinusIcon,
|
|
352
|
-
|
|
353
|
-
|
|
354
|
+
Ha as MobileTabBar,
|
|
355
|
+
st as MonitoringChart,
|
|
354
356
|
Co as Moon,
|
|
355
357
|
uo as MoonIcon,
|
|
356
358
|
ko as MoreHorizontal,
|
|
@@ -359,20 +361,20 @@ export {
|
|
|
359
361
|
So as MuteIcon,
|
|
360
362
|
ct as NeonCard,
|
|
361
363
|
en as NoteBlock,
|
|
362
|
-
|
|
363
|
-
|
|
364
|
+
Ea as NotificationContainer,
|
|
365
|
+
Oa as NotificationProvider,
|
|
364
366
|
qr as NumberInput,
|
|
365
367
|
Fo as Package,
|
|
366
368
|
Bo as PackageIcon,
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
369
|
+
Ka as Pagination,
|
|
370
|
+
Qa as Panel,
|
|
371
|
+
Za as PanelContent,
|
|
372
|
+
Xa as PanelHeader,
|
|
371
373
|
Po as Paperclip,
|
|
372
374
|
Do as Paste,
|
|
373
375
|
yo as PasteIcon,
|
|
374
|
-
|
|
375
|
-
|
|
376
|
+
Mo as Pause,
|
|
377
|
+
To as PauseIcon,
|
|
376
378
|
wo as Pencil,
|
|
377
379
|
vo as Phone,
|
|
378
380
|
Wo as PieChart,
|
|
@@ -384,23 +386,23 @@ export {
|
|
|
384
386
|
Ho as PlusIcon,
|
|
385
387
|
Vo as PowerIcon,
|
|
386
388
|
Eo as PrinterIcon,
|
|
387
|
-
|
|
389
|
+
ja as ProcessingIndicator,
|
|
388
390
|
Oo as Quote,
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
391
|
+
Ya as QuoteBlock,
|
|
392
|
+
ec as RadioGroup,
|
|
393
|
+
oc as RadioList,
|
|
394
|
+
rc as RadioOption,
|
|
393
395
|
Uo as Refresh,
|
|
394
396
|
No as RefreshIcon,
|
|
395
|
-
|
|
397
|
+
ic as ResizeHandle,
|
|
396
398
|
zo as Restore,
|
|
397
399
|
Ko as RocketIcon,
|
|
398
400
|
_o as Save,
|
|
399
401
|
Qo as SaveIcon,
|
|
400
402
|
Zo as Search,
|
|
401
403
|
Xo as SearchIcon,
|
|
402
|
-
|
|
403
|
-
|
|
404
|
+
Tn as SearchSidebarWidget,
|
|
405
|
+
ac as SegmentedControl,
|
|
404
406
|
Nt as SegmentedProgress,
|
|
405
407
|
qi as Select,
|
|
406
408
|
qo as Send,
|
|
@@ -409,59 +411,59 @@ export {
|
|
|
409
411
|
Yo as SettingsIcon,
|
|
410
412
|
wn as SettingsSidebarWidget,
|
|
411
413
|
$o as ShareIcon,
|
|
412
|
-
|
|
413
|
-
|
|
414
|
+
mc as Shell,
|
|
415
|
+
lc as ShellBlock,
|
|
414
416
|
er as Shield,
|
|
415
417
|
or as ShieldCheck,
|
|
416
418
|
rr as ShieldIcon,
|
|
417
419
|
vn as ShowcaseSidebarWidget,
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
420
|
+
dc as Sidebar,
|
|
421
|
+
sc as SidebarContent,
|
|
422
|
+
xc as SidebarItem,
|
|
423
|
+
Ic as SidebarItemList,
|
|
424
|
+
gc as SidebarSection,
|
|
423
425
|
Wn as SidebarWidget,
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
426
|
+
uc as Skeleton,
|
|
427
|
+
kc as SkeletonCard,
|
|
428
|
+
hc as SkeletonList,
|
|
429
|
+
Sc as SkeletonText,
|
|
430
|
+
Bc as SnakeLoader,
|
|
429
431
|
tr as SparkleIcon,
|
|
430
432
|
ir as Sparkles,
|
|
431
433
|
nr as Star,
|
|
432
434
|
ar as StarIcon,
|
|
433
435
|
St as StatusIndicator,
|
|
434
|
-
|
|
436
|
+
Dc as Stepper,
|
|
435
437
|
zt as StepsProgress,
|
|
436
438
|
cr as Stop,
|
|
437
|
-
|
|
439
|
+
wc as StreamingCursor,
|
|
438
440
|
ri as StyleFileIcon,
|
|
439
441
|
on as SuccessBlock,
|
|
440
442
|
mr as SuccessIcon,
|
|
441
443
|
pr as Sun,
|
|
442
444
|
lr as SunIcon,
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
445
|
+
Wc as SvgBlock,
|
|
446
|
+
bc as Switch,
|
|
447
|
+
Rc as TabPanel,
|
|
448
|
+
Gc as Tabs,
|
|
447
449
|
fr as Tag,
|
|
448
|
-
|
|
449
|
-
|
|
450
|
+
dr as TagIcon,
|
|
451
|
+
sr as TargetIcon,
|
|
450
452
|
xr as Terminal,
|
|
451
453
|
Ir as TerminalIcon,
|
|
452
|
-
|
|
453
|
-
|
|
454
|
+
Vc as TerminalWidget,
|
|
455
|
+
Oc as TextBlock,
|
|
454
456
|
jr as Textarea,
|
|
455
|
-
|
|
456
|
-
|
|
457
|
+
Nc as ThemeProvider,
|
|
458
|
+
Qc as ThinkingBlock,
|
|
457
459
|
gr as ThumbsDownIcon,
|
|
458
460
|
Cr as ThumbsUpIcon,
|
|
459
461
|
ur as Timer,
|
|
460
462
|
rn as TipBlock,
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
463
|
+
Xc as ToolCallBlock,
|
|
464
|
+
jc as Tooltip,
|
|
465
|
+
Yc as TopBar,
|
|
466
|
+
em as TopBarIconButton,
|
|
465
467
|
kr as Trash,
|
|
466
468
|
hr as TrashIcon,
|
|
467
469
|
Sr as TrendingDown,
|
|
@@ -470,131 +472,131 @@ export {
|
|
|
470
472
|
Pr as Upload,
|
|
471
473
|
Dr as UploadIcon,
|
|
472
474
|
yr as User,
|
|
473
|
-
|
|
474
|
-
|
|
475
|
+
Mr as UserIcon,
|
|
476
|
+
Tr as Video,
|
|
475
477
|
wr as VideoIcon,
|
|
476
|
-
|
|
477
|
-
|
|
478
|
+
rm as ViewActivationProvider,
|
|
479
|
+
nm as VirtualMessageList,
|
|
478
480
|
vr as Volume,
|
|
479
481
|
Wr as VolumeIcon,
|
|
480
482
|
Lr as VolumeOff,
|
|
481
483
|
br as Wand,
|
|
482
484
|
tn as WarningBlock,
|
|
483
485
|
Ar as WarningIcon,
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
486
|
+
cm as WidgetFrame,
|
|
487
|
+
pm as WidgetPalette,
|
|
488
|
+
fm as WidgetRegistryProvider,
|
|
489
|
+
Im as WidgetResizeHandle,
|
|
490
|
+
Cm as WidgetStateProvider,
|
|
491
|
+
Fm as WidgetTypeSwitcher,
|
|
490
492
|
Rr as WifiIcon,
|
|
491
493
|
Gr as WifiOffIcon,
|
|
492
|
-
|
|
494
|
+
yc as Wizard,
|
|
493
495
|
Hr as Workflow,
|
|
494
|
-
|
|
496
|
+
Pm as WorkingIndicator,
|
|
495
497
|
Vr as X,
|
|
496
498
|
Er as XCircle,
|
|
497
499
|
Or as Zap,
|
|
498
500
|
Ur as ZapIcon,
|
|
499
|
-
|
|
500
|
-
|
|
501
|
+
ym as applyDragDelta,
|
|
502
|
+
Mm as applyResizeDelta,
|
|
501
503
|
i as applyTheme,
|
|
502
504
|
n as builtInThemes,
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
505
|
+
bm as checkCollision,
|
|
506
|
+
Vm as cn,
|
|
507
|
+
Om as computeCodeDiff,
|
|
508
|
+
Um as computeCodeDiffSync,
|
|
509
|
+
Nm as configureDiffWorker,
|
|
510
|
+
Xm as configureMarkdownWorker,
|
|
511
|
+
rp as configureMermaidWorker,
|
|
512
|
+
mp as configureShikiWorker,
|
|
513
|
+
pp as configureSyncHighlighter,
|
|
514
|
+
tp as configureSyncMermaid,
|
|
515
|
+
Am as constrainPosition,
|
|
514
516
|
mi as createCommandService,
|
|
515
|
-
|
|
517
|
+
di as createComponentRegistry,
|
|
516
518
|
Ri as createDeckService,
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
519
|
+
zm as createDiffWorker,
|
|
520
|
+
xa as createLayoutService,
|
|
521
|
+
qm as createMarkdownWorker,
|
|
522
|
+
Ua as createNotificationService,
|
|
523
|
+
xp as createSimpleContext,
|
|
524
|
+
zc as createThemeService,
|
|
525
|
+
dm as createWidgetRegistry,
|
|
526
|
+
gp as deferAfterPaint,
|
|
527
|
+
Cp as deferNonBlocking,
|
|
528
|
+
kp as duration,
|
|
529
|
+
hp as easing,
|
|
530
|
+
Sp as fadeIn,
|
|
531
|
+
Rm as findFreePosition,
|
|
532
|
+
Ap as formatKeybind,
|
|
531
533
|
ti as getFileIcon,
|
|
532
|
-
|
|
534
|
+
Tm as getGridCellSize,
|
|
533
535
|
Bi as getGridConfigFromElement,
|
|
534
536
|
a as getSystemTheme,
|
|
535
|
-
|
|
536
|
-
|
|
537
|
+
Gm as hasCollision,
|
|
538
|
+
Km as hasDiffWorker,
|
|
537
539
|
fn as hasFileBrowserDragContext,
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
540
|
+
jm as hasMarkdownWorker,
|
|
541
|
+
lp as highlightCode,
|
|
542
|
+
Vp as isTypingElement,
|
|
543
|
+
Fp as listContainer,
|
|
544
|
+
Bp as listItem,
|
|
545
|
+
Up as lockBodyStyle,
|
|
546
|
+
Rp as matchKeybind,
|
|
547
|
+
Pp as panelResize,
|
|
548
|
+
Gp as parseKeybind,
|
|
549
|
+
wm as pixelDeltaToGridDelta,
|
|
550
|
+
Dp as popIn,
|
|
551
|
+
vm as positionToGridArea,
|
|
552
|
+
Jm as renderMarkdown,
|
|
553
|
+
Ym as renderMarkdownSync,
|
|
554
|
+
ip as renderMermaid,
|
|
555
|
+
yp as scaleIn,
|
|
556
|
+
Ep as shouldIgnoreHotkeys,
|
|
557
|
+
Mp as sidebarVariants,
|
|
558
|
+
Tp as slideInFromBottom,
|
|
559
|
+
wp as slideInFromLeft,
|
|
560
|
+
vp as slideInFromRight,
|
|
561
|
+
Wp as slideInFromTop,
|
|
562
|
+
Wm as snapToGrid,
|
|
563
|
+
Lp as springConfig,
|
|
564
|
+
_m as terminateDiffWorker,
|
|
565
|
+
$m as terminateMarkdownWorker,
|
|
566
|
+
np as terminateMermaidWorker,
|
|
567
|
+
fp as terminateShikiWorker,
|
|
568
|
+
zp as useAttachments,
|
|
569
|
+
_p as useAutoScroll,
|
|
568
570
|
Lt as useChatContext,
|
|
569
|
-
|
|
571
|
+
dp as useCodeHighlight,
|
|
570
572
|
pi as useCommand,
|
|
571
|
-
|
|
573
|
+
si as useComponentContextFactory,
|
|
572
574
|
xi as useComponentRegistry,
|
|
573
|
-
|
|
574
|
-
|
|
575
|
+
um as useCurrentWidgetId,
|
|
576
|
+
Zp as useDebounce,
|
|
575
577
|
Gi as useDeck,
|
|
576
|
-
|
|
578
|
+
qp as useDeckDrag,
|
|
577
579
|
In as useFileBrowser,
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
580
|
+
dn as useFileBrowserDrag,
|
|
581
|
+
Jp as useFileBrowserDropTarget,
|
|
582
|
+
Yp as useFileBrowserItemDrag,
|
|
583
|
+
Mi as useFloeConfig,
|
|
582
584
|
qn as useFormSubmitting,
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
585
|
+
el as useKeybind,
|
|
586
|
+
Ia as useLayout,
|
|
587
|
+
rl as useMediaQuery,
|
|
588
|
+
ap as useMermaid,
|
|
589
|
+
Na as useNotification,
|
|
590
|
+
il as usePersisted,
|
|
591
|
+
al as useResizeObserver,
|
|
592
|
+
Ti as useResolvedFloeConfig,
|
|
593
|
+
Kc as useTheme,
|
|
594
|
+
tm as useViewActivation,
|
|
595
|
+
ml as useVirtualList,
|
|
596
|
+
sm as useWidgetRegistry,
|
|
597
|
+
km as useWidgetState,
|
|
598
|
+
hm as useWidgetStateContext,
|
|
599
|
+
Mc as useWizard,
|
|
600
|
+
Qm as waitForDiffWorker,
|
|
601
|
+
ep as waitForMarkdownWorker
|
|
600
602
|
};
|