@floegence/floe-webapp-core 0.14.3 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/FloeRegistryRuntime.d.ts +18 -0
- package/dist/app/index.d.ts +1 -0
- package/dist/components/layout/Shell.d.ts +7 -0
- package/dist/context/ComponentRegistry.d.ts +2 -1
- package/dist/context/LayoutContext.d.ts +3 -1
- package/dist/index.js +137 -135
- package/dist/index10.js +2 -2
- package/dist/index100.js +519 -36
- package/dist/index101.js +31 -12
- package/dist/index102.js +15 -123
- package/dist/index103.js +127 -13
- package/dist/index104.js +13 -10
- package/dist/index105.js +10 -22
- package/dist/index106.js +22 -10
- package/dist/index107.js +10 -8
- package/dist/index108.js +8 -74
- package/dist/index109.js +61 -132
- package/dist/index11.js +4 -4
- package/dist/index110.js +145 -5
- package/dist/index111.js +5 -11
- package/dist/index112.js +10 -25
- package/dist/index113.js +24 -30
- package/dist/index114.js +31 -90
- package/dist/index115.js +90 -26
- package/dist/index116.js +24 -43
- package/dist/index117.js +45 -13
- package/dist/index118.js +14 -35
- package/dist/index119.js +33 -62
- package/dist/index12.js +5 -5
- package/dist/index120.js +61 -81
- package/dist/index121.js +84 -13
- package/dist/index122.js +14 -2763
- package/dist/index123.js +2763 -8
- package/dist/index124.js +7 -17
- package/dist/index125.js +17 -123
- package/dist/index126.js +122 -38
- package/dist/index127.js +37 -29
- package/dist/index128.js +31 -1111
- package/dist/index129.js +1111 -30
- package/dist/index13.js +2 -2
- package/dist/index130.js +29 -130
- package/dist/index131.js +134 -0
- package/dist/index14.js +4 -4
- package/dist/index15.js +4 -4
- package/dist/index16.js +4 -4
- package/dist/index17.js +3 -3
- package/dist/index18.js +6 -6
- package/dist/index19.js +2 -2
- package/dist/index2.js +111 -101
- package/dist/index20.js +1 -1
- package/dist/index21.js +1 -1
- package/dist/index22.js +3 -3
- package/dist/index23.js +3 -3
- package/dist/index24.js +2 -2
- package/dist/index25.js +1 -1
- package/dist/index26.js +4 -4
- package/dist/index27.js +1 -1
- package/dist/index28.js +2 -2
- package/dist/index29.js +2 -2
- package/dist/index3.js +2 -2
- package/dist/index30.js +2 -2
- package/dist/index31.js +2 -2
- package/dist/index32.js +1 -1
- package/dist/index33.js +1 -1
- package/dist/index34.js +1 -1
- package/dist/index35.js +1 -1
- package/dist/index36.js +423 -408
- package/dist/index37.js +1 -1
- package/dist/index38.js +1 -1
- package/dist/index39.js +1 -1
- package/dist/index4.js +1 -1
- package/dist/index41.js +1 -1
- package/dist/index46.js +4 -4
- package/dist/index47.js +2 -2
- package/dist/index48.js +3 -3
- package/dist/index49.js +6 -6
- package/dist/index5.js +3 -3
- package/dist/index50.js +5 -5
- package/dist/index51.js +2 -2
- package/dist/index52.js +1 -1
- package/dist/index53.js +1 -1
- package/dist/index55.js +1 -1
- package/dist/index56.js +1 -1
- package/dist/index58.js +2 -2
- package/dist/index59.js +2 -2
- package/dist/index6.js +2 -2
- package/dist/index60.js +1 -1
- package/dist/index61.js +1 -1
- package/dist/index62.js +1 -1
- package/dist/index63.js +1 -1
- package/dist/index64.js +1 -1
- package/dist/index66.js +1 -1
- package/dist/index67.js +2 -2
- package/dist/index68.js +2 -2
- package/dist/index69.js +2 -2
- package/dist/index7.js +2 -2
- package/dist/index70.js +2 -2
- package/dist/index71.js +1 -1
- package/dist/index72.js +3 -3
- package/dist/index73.js +1 -1
- package/dist/index74.js +1 -1
- package/dist/index75.js +1 -1
- package/dist/index76.js +1 -1
- package/dist/index77.js +2 -2
- package/dist/index78.js +1 -1
- package/dist/index79.js +1 -1
- package/dist/index8.js +2 -2
- package/dist/index80.js +1 -1
- package/dist/index81.js +1 -1
- package/dist/index82.js +1 -1
- package/dist/index88.js +8 -8
- package/dist/index89.js +2 -2
- package/dist/index9.js +1 -1
- package/dist/index90.js +2 -2
- package/dist/index91.js +16 -24
- package/dist/index92.js +21 -168
- package/dist/index93.js +168 -36
- package/dist/index94.js +38 -63
- package/dist/index95.js +62 -103
- package/dist/index96.js +98 -110
- package/dist/index97.js +111 -129
- package/dist/index98.js +134 -32
- package/dist/index99.js +29 -511
- package/package.json +1 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { type JSX } from 'solid-js';
|
|
2
|
+
import { type ComponentContext, type FloeComponent } from '../context/ComponentRegistry';
|
|
3
|
+
export interface FloeRegistryRuntimeProps<TProtocol = unknown> {
|
|
4
|
+
children: JSX.Element;
|
|
5
|
+
/** Components to register into the ComponentRegistry (sidebar/commands/status). */
|
|
6
|
+
components?: FloeComponent<TProtocol>[];
|
|
7
|
+
/** Optional protocol resolver to inject into ComponentContext.protocol. */
|
|
8
|
+
getProtocol?: () => TProtocol;
|
|
9
|
+
/** Optional hook to customize the per-component context (e.g. inject protocol). */
|
|
10
|
+
createComponentContext?: (id: string, base: ComponentContext<TProtocol>) => ComponentContext<TProtocol>;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Registry lifecycle wrapper (register + mount + cleanup) without forcing a Shell.
|
|
14
|
+
*
|
|
15
|
+
* Use this when you want full control over layout (Portal/EnvApp shells),
|
|
16
|
+
* while still using Floe's ComponentRegistry features (commands, status items, etc).
|
|
17
|
+
*/
|
|
18
|
+
export declare function FloeRegistryRuntime<TProtocol = unknown>(props: FloeRegistryRuntimeProps<TProtocol>): JSX.Element;
|
package/dist/app/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { FloeProvider, type FloeProviderProps } from './FloeProvider';
|
|
2
2
|
export { FloeApp, type FloeAppProps } from './FloeApp';
|
|
3
3
|
export { ActivityAppsMain, type ActivityAppsMainProps } from './ActivityAppsMain';
|
|
4
|
+
export { FloeRegistryRuntime, type FloeRegistryRuntimeProps } from './FloeRegistryRuntime';
|
|
@@ -8,6 +8,13 @@ export interface ShellProps {
|
|
|
8
8
|
topBarActions?: JSX.Element;
|
|
9
9
|
bottomBarItems?: JSX.Element;
|
|
10
10
|
sidebarContent?: (activeTab: string) => JSX.Element;
|
|
11
|
+
/**
|
|
12
|
+
* Sidebar rendering mode.
|
|
13
|
+
*
|
|
14
|
+
* - `auto` (default): render Sidebar unless collapsed/fullScreen.
|
|
15
|
+
* - `hidden`: never render Sidebar (useful for Portal-style shells).
|
|
16
|
+
*/
|
|
17
|
+
sidebarMode?: 'auto' | 'hidden';
|
|
11
18
|
terminalPanel?: JSX.Element;
|
|
12
19
|
class?: string;
|
|
13
20
|
}
|
|
@@ -68,7 +68,8 @@ export interface FloeComponent<TProtocol = unknown> {
|
|
|
68
68
|
}
|
|
69
69
|
export interface ComponentRegistryValue<TProtocol = unknown> {
|
|
70
70
|
register: (component: FloeComponent<TProtocol>) => void;
|
|
71
|
-
|
|
71
|
+
/** Register multiple components and return a disposer to unregister them. */
|
|
72
|
+
registerAll: (componentList: FloeComponent<TProtocol>[]) => () => void;
|
|
72
73
|
unregister: (componentId: string) => Promise<void>;
|
|
73
74
|
mount: (componentId: string, context: ComponentContext<TProtocol>) => Promise<void>;
|
|
74
75
|
unmount: (componentId: string) => Promise<void>;
|
|
@@ -4,7 +4,9 @@ export interface LayoutContextValue {
|
|
|
4
4
|
sidebarActiveTab: Accessor<string>;
|
|
5
5
|
sidebarCollapsed: Accessor<boolean>;
|
|
6
6
|
setSidebarWidth: (width: number) => void;
|
|
7
|
-
setSidebarActiveTab: (tab: string
|
|
7
|
+
setSidebarActiveTab: (tab: string, opts?: {
|
|
8
|
+
openSidebar?: boolean;
|
|
9
|
+
}) => void;
|
|
8
10
|
setSidebarCollapsed: (collapsed: boolean) => void;
|
|
9
11
|
toggleSidebarCollapse: () => void;
|
|
10
12
|
terminalOpened: Accessor<boolean>;
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import { TopBar as x } from "./index5.js";
|
|
|
5
5
|
import { BottomBar as g, BottomBarItem as C, StatusIndicator as u } from "./index6.js";
|
|
6
6
|
import { MobileTabBar as S } from "./index7.js";
|
|
7
7
|
import { ResizeHandle as F } from "./index8.js";
|
|
8
|
-
import { Panel as P, PanelContent as
|
|
8
|
+
import { Panel as P, PanelContent as y, PanelHeader as D } from "./index9.js";
|
|
9
9
|
import { KeepAliveStack as v } from "./index10.js";
|
|
10
10
|
import { DECK_GRID_CONFIG as L, DeckGrid as b, getGridConfigFromElement as w } from "./index11.js";
|
|
11
11
|
import { DeckCell as W } from "./index12.js";
|
|
@@ -24,7 +24,7 @@ import { Dropdown as me, Select as le } from "./index24.js";
|
|
|
24
24
|
import { Tooltip as fe } from "./index25.js";
|
|
25
25
|
import { CommandPalette as de } from "./index26.js";
|
|
26
26
|
import { AnimatedBorderCard as Ie, Card as ge, CardContent as Ce, CardDescription as ue, CardFooter as he, CardHeader as Se, CardTitle as ke, Interactive3DCard as Fe, MorphCard as Be, NeonCard as Pe } from "./index27.js";
|
|
27
|
-
import { TabPanel as
|
|
27
|
+
import { TabPanel as De, Tabs as Te } from "./index28.js";
|
|
28
28
|
import { DirectoryPicker as Me } from "./index29.js";
|
|
29
29
|
import { FileSavePicker as be } from "./index30.js";
|
|
30
30
|
import "./index31.js";
|
|
@@ -36,7 +36,7 @@ import { AreaChart as to, DataBarChart as io, DataPieChart as no, LineChart as a
|
|
|
36
36
|
import { SnakeLoader as lo } from "./index37.js";
|
|
37
37
|
import { LoadingOverlay as fo } from "./index38.js";
|
|
38
38
|
import { Skeleton as xo, SkeletonCard as Io, SkeletonList as go, SkeletonText as Co } from "./index39.js";
|
|
39
|
-
import { Activity as ho, ActivityIcon as So, AlertCircle as ko, AlertTriangle as Fo, ArchiveIcon as Bo, ArrowDown as Po, ArrowLeft as
|
|
39
|
+
import { Activity as ho, ActivityIcon as So, AlertCircle as ko, AlertTriangle as Fo, ArchiveIcon as Bo, ArrowDown as Po, ArrowLeft as yo, ArrowRight as Do, ArrowRightLeft as To, ArrowUp as vo, AtSign as Mo, AwardIcon as Lo, BarChart as bo, BatteryIcon as wo, Bell as Ao, BellIcon as Wo, Bookmark as Ro, BookmarkIcon as Go, Bot as Ho, BotIcon as Vo, BugIcon as Uo, Calendar as Eo, CalendarIcon as Oo, Camera as No, CameraIcon as zo, ChartIcon as Ko, Check as _o, CheckCircle as Qo, CheckIcon as Zo, ChevronDown as Xo, ChevronLeft as qo, ChevronRight as jo, ChevronUp as Jo, ChevronsUpDown as Yo, Clock as $o, ClockIcon as er, CloseIcon as or, Cloud as rr, CloudIcon as tr, Code as ir, CodeIcon as nr, CompassIcon as ar, Copy as cr, CopyIcon as mr, Cpu as lr, CreditCardIcon as pr, Database as fr, DatabaseIcon as sr, DollarIcon as dr, Download as xr, DownloadIcon as Ir, EditIcon as gr, ErrorIcon as Cr, ExternalLink as ur, Eye as hr, EyeIcon as Sr, EyeOff as kr, FileCode as Fr, FilePlus as Br, FilePlusIcon as Pr, FileText as yr, Files as Dr, Filter as Tr, FilterIcon as vr, FireIcon as Mr, Folder as Lr, FolderOpen as br, FolderPlus as wr, FolderPlusIcon as Ar, GiftIcon as Wr, GitBranch as Rr, GitBranchIcon as Gr, Globe as Hr, GlobeIcon as Vr, Grid as Ur, Grid3x3 as Er, GripVertical as Or, Hash as Nr, HeadphonesIcon as zr, Heart as Kr, HeartIcon as _r, HelpIcon as Qr, Highlighter as Zr, History as Xr, Home as qr, HomeIcon as jr, Image as Jr, ImageIcon as Yr, Info as $r, InfoIcon as et, Key as ot, KeyIcon as rt, Layers as tt, LayersIcon as it, LayoutDashboard as nt, Link as at, LinkIcon as ct, Loader2 as mt, LoadingIcon as lt, Lock as pt, LockIcon as ft, MagicIcon as st, Mail as dt, MailIcon as xt, MapPinIcon as It, Maximize as gt, Menu as Ct, MessageIcon as ut, MessageSquare as ht, Mic as St, MicIcon as kt, MicOff as Ft, Minus as Bt, MinusIcon as Pt, Moon as yt, MoonIcon as Dt, MoreHorizontal as Tt, MoreVertical as vt, MuteIcon as Mt, Package as Lt, PackageIcon as bt, Paperclip as wt, Pause as At, PauseIcon as Wt, Pencil as Rt, Phone as Gt, PieChart as Ht, Pin as Vt, PinIcon as Ut, Play as Et, PlayIcon as Ot, Plus as Nt, PlusIcon as zt, PowerIcon as Kt, PrinterIcon as _t, Quote as Qt, Refresh as Zt, RefreshIcon as Xt, Restore as qt, RocketIcon as jt, Save as Jt, SaveIcon as Yt, Search as $t, SearchIcon as ei, Send as oi, SendIcon as ri, Settings as ti, SettingsIcon as ii, ShareIcon as ni, Shield as ai, ShieldCheck as ci, ShieldIcon as mi, SparkleIcon as li, Sparkles as pi, Star as fi, StarIcon as si, Stop as di, SuccessIcon as xi, Sun as Ii, SunIcon as gi, Tag as Ci, TagIcon as ui, TargetIcon as hi, Terminal as Si, TerminalIcon as ki, ThumbsDownIcon as Fi, ThumbsUpIcon as Bi, Timer as Pi, Trash as yi, TrashIcon as Di, TrendingDown as Ti, TrendingUp as vi, Unlock as Mi, Upload as Li, UploadIcon as bi, User as wi, UserIcon as Ai, Video as Wi, VideoIcon as Ri, Volume as Gi, VolumeIcon as Hi, VolumeOff as Vi, Wand as Ui, WarningIcon as Ei, WifiIcon as Oi, WifiOffIcon as Ni, Workflow as zi, X as Ki, XCircle as _i, Zap as Qi, ZapIcon as Zi } from "./index40.js";
|
|
40
40
|
import { Launchpad as qi } from "./index41.js";
|
|
41
41
|
import { LaunchpadItem as Ji } from "./index42.js";
|
|
42
42
|
import { LaunchpadGrid as $i } from "./index43.js";
|
|
@@ -50,7 +50,7 @@ import { FileGridView as In } from "./index50.js";
|
|
|
50
50
|
import { FileContextMenu as Cn } from "./index51.js";
|
|
51
51
|
import { Breadcrumb as hn } from "./index52.js";
|
|
52
52
|
import { FileBrowserToolbar as kn } from "./index53.js";
|
|
53
|
-
import { CodeFileIcon as Bn, ConfigFileIcon as Pn, DocumentFileIcon as
|
|
53
|
+
import { CodeFileIcon as Bn, ConfigFileIcon as Pn, DocumentFileIcon as yn, FileIcon as Dn, FolderIcon as Tn, FolderOpenIcon as vn, ImageFileIcon as Mn, StyleFileIcon as Ln, getFileIcon as bn } from "./index54.js";
|
|
54
54
|
import { ChatContainer as An } from "./index55.js";
|
|
55
55
|
import { ChatProvider as Rn, useChatContext as Gn } from "./index56.js";
|
|
56
56
|
import { DEFAULT_VIRTUAL_LIST_CONFIG as Vn } from "./index57.js";
|
|
@@ -75,7 +75,7 @@ import { FileBlock as ua } from "./index75.js";
|
|
|
75
75
|
import { ThinkingBlock as Sa } from "./index76.js";
|
|
76
76
|
import { ToolCallBlock as Fa } from "./index77.js";
|
|
77
77
|
import { ChatInput as Pa } from "./index78.js";
|
|
78
|
-
import { AttachmentPreview as
|
|
78
|
+
import { AttachmentPreview as Da } from "./index79.js";
|
|
79
79
|
import { WorkingIndicator as va } from "./index80.js";
|
|
80
80
|
import { StreamingCursor as La } from "./index81.js";
|
|
81
81
|
import { ConnectionStatus as wa } from "./index82.js";
|
|
@@ -87,36 +87,37 @@ import { useAttachments as ja } from "./index87.js";
|
|
|
87
87
|
import { FloeProvider as Ya } from "./index88.js";
|
|
88
88
|
import { FloeApp as ec } from "./index89.js";
|
|
89
89
|
import { ActivityAppsMain as rc } from "./index90.js";
|
|
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 {
|
|
90
|
+
import { FloeRegistryRuntime as ic } from "./index91.js";
|
|
91
|
+
import { createSimpleContext as ac } from "./index92.js";
|
|
92
|
+
import { DEFAULT_FLOE_CONFIG as mc, FloeConfigProvider as lc, useFloeConfig as pc, useResolvedFloeConfig as fc } from "./index93.js";
|
|
93
|
+
import { ThemeProvider as dc, createThemeService as xc, useTheme as Ic } from "./index94.js";
|
|
94
|
+
import { LayoutProvider as Cc, createLayoutService as uc, useLayout as hc } from "./index95.js";
|
|
95
|
+
import { CommandProvider as kc, createCommandService as Fc, useCommand as Bc } from "./index96.js";
|
|
96
|
+
import { NotificationContainer as yc, NotificationProvider as Dc, createNotificationService as Tc, useNotification as vc } from "./index97.js";
|
|
97
|
+
import { ComponentRegistryProvider as Lc, createComponentRegistry as bc, useComponentContextFactory as wc, useComponentRegistry as Ac } from "./index98.js";
|
|
98
|
+
import { WidgetRegistryProvider as Rc, createWidgetRegistry as Gc, useWidgetRegistry as Hc } from "./index99.js";
|
|
99
|
+
import { DeckProvider as Uc, createDeckService as Ec, useDeck as Oc } from "./index100.js";
|
|
100
|
+
import { WidgetStateProvider as zc, useCurrentWidgetId as Kc, useWidgetState as _c, useWidgetStateContext as Qc } from "./index101.js";
|
|
101
|
+
import { ViewActivationProvider as Xc, useViewActivation as qc } from "./index102.js";
|
|
102
|
+
import { FileBrowserDragProvider as Jc, hasFileBrowserDragContext as Yc, useFileBrowserDrag as $c } from "./index103.js";
|
|
103
|
+
import { useMediaQuery as om } from "./index104.js";
|
|
104
|
+
import { useDebounce as tm } from "./index105.js";
|
|
105
|
+
import { useResizeObserver as nm } from "./index106.js";
|
|
106
|
+
import { useKeybind as cm } from "./index107.js";
|
|
107
|
+
import { usePersisted as lm } from "./index108.js";
|
|
108
|
+
import { useDeckDrag as fm } from "./index109.js";
|
|
109
|
+
import { useFileBrowserDropTarget as dm, useFileBrowserItemDrag as xm } from "./index110.js";
|
|
110
|
+
import { cn as gm } from "./index111.js";
|
|
111
|
+
import { deferAfterPaint as um, deferNonBlocking as hm } from "./index112.js";
|
|
112
|
+
import { formatKeybind as km, matchKeybind as Fm, parseKeybind as Bm } from "./index113.js";
|
|
113
|
+
import { lockBodyStyle as ym } from "./index114.js";
|
|
114
|
+
import { duration as Tm, easing as vm, fadeIn as Mm, listContainer as Lm, listItem as bm, panelResize as wm, popIn as Am, scaleIn as Wm, sidebarVariants as Rm, slideInFromBottom as Gm, slideInFromLeft as Hm, slideInFromRight as Vm, slideInFromTop as Um, springConfig as Em } from "./index115.js";
|
|
115
|
+
import { checkCollision as Nm, constrainPosition as zm, findFreePosition as Km, hasCollision as _m } from "./index116.js";
|
|
116
|
+
import { applyDragDelta as Zm, applyResizeDelta as Xm, getGridCellSize as qm, pixelDeltaToGridDelta as jm, positionToGridArea as Jm, snapToGrid as Ym } from "./index117.js";
|
|
117
|
+
import { applyTheme as el, builtInThemes as ol, getSystemTheme as rl } from "./index118.js";
|
|
118
|
+
import { FilesSidebarWidget as il, SearchSidebarWidget as nl, SettingsSidebarWidget as al, ShowcaseSidebarWidget as cl, SidebarWidget as ml } from "./index119.js";
|
|
119
|
+
import { MetricsWidget as pl } from "./index120.js";
|
|
120
|
+
import { TerminalWidget as sl } from "./index121.js";
|
|
120
121
|
export {
|
|
121
122
|
ho as Activity,
|
|
122
123
|
rc as ActivityAppsMain,
|
|
@@ -129,12 +130,12 @@ export {
|
|
|
129
130
|
Bo as ArchiveIcon,
|
|
130
131
|
to as AreaChart,
|
|
131
132
|
Po as ArrowDown,
|
|
132
|
-
|
|
133
|
-
|
|
133
|
+
yo as ArrowLeft,
|
|
134
|
+
Do as ArrowRight,
|
|
134
135
|
To as ArrowRightLeft,
|
|
135
136
|
vo as ArrowUp,
|
|
136
137
|
Mo as AtSign,
|
|
137
|
-
|
|
138
|
+
Da as AttachmentPreview,
|
|
138
139
|
Lo as AwardIcon,
|
|
139
140
|
bo as BarChart,
|
|
140
141
|
wo as BatteryIcon,
|
|
@@ -184,9 +185,9 @@ export {
|
|
|
184
185
|
Bn as CodeFileIcon,
|
|
185
186
|
nr as CodeIcon,
|
|
186
187
|
de as CommandPalette,
|
|
187
|
-
|
|
188
|
+
kc as CommandProvider,
|
|
188
189
|
ar as CompassIcon,
|
|
189
|
-
|
|
190
|
+
Lc as ComponentRegistryProvider,
|
|
190
191
|
Pn as ConfigFileIcon,
|
|
191
192
|
te as ConfirmDialog,
|
|
192
193
|
wa as ConnectionStatus,
|
|
@@ -195,7 +196,7 @@ export {
|
|
|
195
196
|
lr as Cpu,
|
|
196
197
|
pr as CreditCardIcon,
|
|
197
198
|
L as DECK_GRID_CONFIG,
|
|
198
|
-
|
|
199
|
+
mc as DEFAULT_FLOE_CONFIG,
|
|
199
200
|
Vn as DEFAULT_VIRTUAL_LIST_CONFIG,
|
|
200
201
|
io as DataBarChart,
|
|
201
202
|
no as DataPieChart,
|
|
@@ -203,12 +204,12 @@ export {
|
|
|
203
204
|
sr as DatabaseIcon,
|
|
204
205
|
W as DeckCell,
|
|
205
206
|
b as DeckGrid,
|
|
206
|
-
|
|
207
|
+
Uc as DeckProvider,
|
|
207
208
|
Q as DeckTopBar,
|
|
208
209
|
ie as Dialog,
|
|
209
210
|
Me as DirectoryPicker,
|
|
210
211
|
fn as DirectoryTree,
|
|
211
|
-
|
|
212
|
+
yn as DocumentFileIcon,
|
|
212
213
|
dr as DollarIcon,
|
|
213
214
|
xr as Download,
|
|
214
215
|
Ir as DownloadIcon,
|
|
@@ -223,27 +224,28 @@ export {
|
|
|
223
224
|
kr as EyeOff,
|
|
224
225
|
ua as FileBlock,
|
|
225
226
|
an as FileBrowser,
|
|
226
|
-
|
|
227
|
+
Jc as FileBrowserDragProvider,
|
|
227
228
|
mn as FileBrowserProvider,
|
|
228
229
|
kn as FileBrowserToolbar,
|
|
229
230
|
Fr as FileCode,
|
|
230
231
|
Cn as FileContextMenu,
|
|
231
232
|
In as FileGridView,
|
|
232
|
-
|
|
233
|
+
Dn as FileIcon,
|
|
233
234
|
dn as FileListView,
|
|
234
235
|
Br as FilePlus,
|
|
235
236
|
Pr as FilePlusIcon,
|
|
236
237
|
be as FileSavePicker,
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
238
|
+
yr as FileText,
|
|
239
|
+
Dr as Files,
|
|
240
|
+
il as FilesSidebarWidget,
|
|
240
241
|
Tr as Filter,
|
|
241
242
|
vr as FilterIcon,
|
|
242
243
|
Mr as FireIcon,
|
|
243
244
|
ae as FloatingWindow,
|
|
244
245
|
ec as FloeApp,
|
|
245
|
-
|
|
246
|
+
lc as FloeConfigProvider,
|
|
246
247
|
Ya as FloeProvider,
|
|
248
|
+
ic as FloeRegistryRuntime,
|
|
247
249
|
Lr as Folder,
|
|
248
250
|
Tn as FolderIcon,
|
|
249
251
|
br as FolderOpen,
|
|
@@ -298,7 +300,7 @@ export {
|
|
|
298
300
|
tt as Layers,
|
|
299
301
|
it as LayersIcon,
|
|
300
302
|
nt as LayoutDashboard,
|
|
301
|
-
|
|
303
|
+
Cc as LayoutProvider,
|
|
302
304
|
K as LayoutSelector,
|
|
303
305
|
ao as LineChart,
|
|
304
306
|
at as Link,
|
|
@@ -323,7 +325,7 @@ export {
|
|
|
323
325
|
Nn as MessageItem,
|
|
324
326
|
Xn as MessageMeta,
|
|
325
327
|
ht as MessageSquare,
|
|
326
|
-
|
|
328
|
+
pl as MetricsWidget,
|
|
327
329
|
St as Mic,
|
|
328
330
|
kt as MicIcon,
|
|
329
331
|
Ft as MicOff,
|
|
@@ -331,22 +333,22 @@ export {
|
|
|
331
333
|
Pt as MinusIcon,
|
|
332
334
|
S as MobileTabBar,
|
|
333
335
|
co as MonitoringChart,
|
|
334
|
-
|
|
335
|
-
|
|
336
|
+
yt as Moon,
|
|
337
|
+
Dt as MoonIcon,
|
|
336
338
|
Tt as MoreHorizontal,
|
|
337
339
|
vt as MoreVertical,
|
|
338
340
|
Be as MorphCard,
|
|
339
341
|
Mt as MuteIcon,
|
|
340
342
|
Pe as NeonCard,
|
|
341
343
|
Ve as NoteBlock,
|
|
342
|
-
|
|
343
|
-
|
|
344
|
+
yc as NotificationContainer,
|
|
345
|
+
Dc as NotificationProvider,
|
|
344
346
|
ee as NumberInput,
|
|
345
347
|
Lt as Package,
|
|
346
348
|
bt as PackageIcon,
|
|
347
349
|
P as Panel,
|
|
348
|
-
|
|
349
|
-
|
|
350
|
+
y as PanelContent,
|
|
351
|
+
D as PanelHeader,
|
|
350
352
|
wt as Paperclip,
|
|
351
353
|
At as Pause,
|
|
352
354
|
Wt as PauseIcon,
|
|
@@ -373,26 +375,26 @@ export {
|
|
|
373
375
|
Yt as SaveIcon,
|
|
374
376
|
$t as Search,
|
|
375
377
|
ei as SearchIcon,
|
|
376
|
-
|
|
378
|
+
nl as SearchSidebarWidget,
|
|
377
379
|
le as Select,
|
|
378
380
|
oi as Send,
|
|
379
381
|
ri as SendIcon,
|
|
380
382
|
ti as Settings,
|
|
381
383
|
ii as SettingsIcon,
|
|
382
|
-
|
|
384
|
+
al as SettingsSidebarWidget,
|
|
383
385
|
ni as ShareIcon,
|
|
384
386
|
i as Shell,
|
|
385
387
|
ga as ShellBlock,
|
|
386
388
|
ai as Shield,
|
|
387
389
|
ci as ShieldCheck,
|
|
388
390
|
mi as ShieldIcon,
|
|
389
|
-
|
|
391
|
+
cl as ShowcaseSidebarWidget,
|
|
390
392
|
m as Sidebar,
|
|
391
393
|
l as SidebarContent,
|
|
392
394
|
p as SidebarItem,
|
|
393
395
|
f as SidebarItemList,
|
|
394
396
|
s as SidebarSection,
|
|
395
|
-
|
|
397
|
+
ml as SidebarWidget,
|
|
396
398
|
xo as Skeleton,
|
|
397
399
|
Io as SkeletonCard,
|
|
398
400
|
go as SkeletonList,
|
|
@@ -411,17 +413,17 @@ export {
|
|
|
411
413
|
Ii as Sun,
|
|
412
414
|
gi as SunIcon,
|
|
413
415
|
pa as SvgBlock,
|
|
414
|
-
|
|
416
|
+
De as TabPanel,
|
|
415
417
|
Te as Tabs,
|
|
416
418
|
Ci as Tag,
|
|
417
419
|
ui as TagIcon,
|
|
418
420
|
hi as TargetIcon,
|
|
419
421
|
Si as Terminal,
|
|
420
422
|
ki as TerminalIcon,
|
|
421
|
-
|
|
423
|
+
sl as TerminalWidget,
|
|
422
424
|
ea as TextBlock,
|
|
423
425
|
oe as Textarea,
|
|
424
|
-
|
|
426
|
+
dc as ThemeProvider,
|
|
425
427
|
Sa as ThinkingBlock,
|
|
426
428
|
Fi as ThumbsDownIcon,
|
|
427
429
|
Bi as ThumbsUpIcon,
|
|
@@ -430,8 +432,8 @@ export {
|
|
|
430
432
|
Fa as ToolCallBlock,
|
|
431
433
|
fe as Tooltip,
|
|
432
434
|
x as TopBar,
|
|
433
|
-
|
|
434
|
-
|
|
435
|
+
yi as Trash,
|
|
436
|
+
Di as TrashIcon,
|
|
435
437
|
Ti as TrendingDown,
|
|
436
438
|
vi as TrendingUp,
|
|
437
439
|
Mi as Unlock,
|
|
@@ -441,7 +443,7 @@ export {
|
|
|
441
443
|
Ai as UserIcon,
|
|
442
444
|
Wi as Video,
|
|
443
445
|
Ri as VideoIcon,
|
|
444
|
-
|
|
446
|
+
Xc as ViewActivationProvider,
|
|
445
447
|
En as VirtualMessageList,
|
|
446
448
|
Gi as Volume,
|
|
447
449
|
Hi as VolumeIcon,
|
|
@@ -451,9 +453,9 @@ export {
|
|
|
451
453
|
Ei as WarningIcon,
|
|
452
454
|
G as WidgetFrame,
|
|
453
455
|
E as WidgetPalette,
|
|
454
|
-
|
|
456
|
+
Rc as WidgetRegistryProvider,
|
|
455
457
|
V as WidgetResizeHandle,
|
|
456
|
-
|
|
458
|
+
zc as WidgetStateProvider,
|
|
457
459
|
N as WidgetTypeSwitcher,
|
|
458
460
|
Oi as WifiIcon,
|
|
459
461
|
Ni as WifiOffIcon,
|
|
@@ -463,88 +465,88 @@ export {
|
|
|
463
465
|
_i as XCircle,
|
|
464
466
|
Qi as Zap,
|
|
465
467
|
Zi as ZapIcon,
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
468
|
+
Zm as applyDragDelta,
|
|
469
|
+
Xm as applyResizeDelta,
|
|
470
|
+
el as applyTheme,
|
|
471
|
+
ol as builtInThemes,
|
|
472
|
+
Nm as checkCollision,
|
|
473
|
+
gm as cn,
|
|
472
474
|
Na as configureMermaidWorker,
|
|
473
475
|
Ga as configureShikiWorker,
|
|
474
476
|
Ha as configureSyncHighlighter,
|
|
475
477
|
za as configureSyncMermaid,
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
478
|
+
zm as constrainPosition,
|
|
479
|
+
Fc as createCommandService,
|
|
480
|
+
bc as createComponentRegistry,
|
|
481
|
+
Ec as createDeckService,
|
|
482
|
+
uc as createLayoutService,
|
|
483
|
+
Tc as createNotificationService,
|
|
484
|
+
ac as createSimpleContext,
|
|
485
|
+
xc as createThemeService,
|
|
486
|
+
Gc as createWidgetRegistry,
|
|
487
|
+
um as deferAfterPaint,
|
|
488
|
+
hm as deferNonBlocking,
|
|
489
|
+
Tm as duration,
|
|
490
|
+
vm as easing,
|
|
491
|
+
Mm as fadeIn,
|
|
492
|
+
Km as findFreePosition,
|
|
493
|
+
km as formatKeybind,
|
|
492
494
|
bn as getFileIcon,
|
|
493
|
-
|
|
495
|
+
qm as getGridCellSize,
|
|
494
496
|
w as getGridConfigFromElement,
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
497
|
+
rl as getSystemTheme,
|
|
498
|
+
_m as hasCollision,
|
|
499
|
+
Yc as hasFileBrowserDragContext,
|
|
498
500
|
Va as highlightCode,
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
501
|
+
Lm as listContainer,
|
|
502
|
+
bm as listItem,
|
|
503
|
+
ym as lockBodyStyle,
|
|
504
|
+
Fm as matchKeybind,
|
|
505
|
+
wm as panelResize,
|
|
506
|
+
Bm as parseKeybind,
|
|
507
|
+
jm as pixelDeltaToGridDelta,
|
|
508
|
+
Am as popIn,
|
|
509
|
+
Jm as positionToGridArea,
|
|
508
510
|
Ka as renderMermaid,
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
511
|
+
Wm as scaleIn,
|
|
512
|
+
Rm as sidebarVariants,
|
|
513
|
+
Gm as slideInFromBottom,
|
|
514
|
+
Hm as slideInFromLeft,
|
|
515
|
+
Vm as slideInFromRight,
|
|
516
|
+
Um as slideInFromTop,
|
|
517
|
+
Ym as snapToGrid,
|
|
518
|
+
Em as springConfig,
|
|
517
519
|
_a as terminateMermaidWorker,
|
|
518
520
|
Ua as terminateShikiWorker,
|
|
519
521
|
ja as useAttachments,
|
|
520
522
|
Xa as useAutoScroll,
|
|
521
523
|
Gn as useChatContext,
|
|
522
524
|
Ea as useCodeHighlight,
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
525
|
+
Bc as useCommand,
|
|
526
|
+
wc as useComponentContextFactory,
|
|
527
|
+
Ac as useComponentRegistry,
|
|
528
|
+
Kc as useCurrentWidgetId,
|
|
529
|
+
tm as useDebounce,
|
|
530
|
+
Oc as useDeck,
|
|
531
|
+
fm as useDeckDrag,
|
|
530
532
|
ln as useFileBrowser,
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
533
|
+
$c as useFileBrowserDrag,
|
|
534
|
+
dm as useFileBrowserDropTarget,
|
|
535
|
+
xm as useFileBrowserItemDrag,
|
|
536
|
+
pc as useFloeConfig,
|
|
535
537
|
oo as useFormSubmitting,
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
538
|
+
cm as useKeybind,
|
|
539
|
+
hc as useLayout,
|
|
540
|
+
om as useMediaQuery,
|
|
539
541
|
Qa as useMermaid,
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
542
|
+
vc as useNotification,
|
|
543
|
+
lm as usePersisted,
|
|
544
|
+
nm as useResizeObserver,
|
|
545
|
+
fc as useResolvedFloeConfig,
|
|
546
|
+
Ic as useTheme,
|
|
547
|
+
qc as useViewActivation,
|
|
546
548
|
Wa as useVirtualList,
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
549
|
+
Hc as useWidgetRegistry,
|
|
550
|
+
_c as useWidgetState,
|
|
551
|
+
Qc as useWidgetStateContext
|
|
550
552
|
};
|
package/dist/index10.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { insert as x, createComponent as I, effect as z, className as V, setStyleProperty as q, template as E } from "solid-js/web";
|
|
2
2
|
import { createMemo as w, createSignal as b, untrack as B, createEffect as S, For as F } from "solid-js";
|
|
3
|
-
import { ViewActivationProvider as N } from "./
|
|
4
|
-
import { cn as A } from "./
|
|
3
|
+
import { ViewActivationProvider as N } from "./index102.js";
|
|
4
|
+
import { cn as A } from "./index111.js";
|
|
5
5
|
var C = /* @__PURE__ */ E("<div>");
|
|
6
6
|
function y(n) {
|
|
7
7
|
return String(n ?? "").trim();
|