@floegence/floe-webapp-core 0.1.2 → 0.1.7
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/file-browser/Breadcrumb.d.ts +7 -0
- package/dist/components/file-browser/DirectoryTree.d.ts +7 -0
- package/dist/components/file-browser/FileBrowser.d.ts +35 -0
- package/dist/components/file-browser/FileBrowserContext.d.ts +18 -0
- package/dist/components/file-browser/FileBrowserToolbar.d.ts +8 -0
- package/dist/components/file-browser/FileContextMenu.d.ts +15 -0
- package/dist/components/file-browser/FileGridView.d.ts +7 -0
- package/dist/components/file-browser/FileIcons.d.ts +14 -0
- package/dist/components/file-browser/FileListView.d.ts +7 -0
- package/dist/components/file-browser/index.d.ts +10 -0
- package/dist/components/file-browser/types.d.ts +104 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/layout/Sidebar.d.ts +18 -0
- package/dist/components/layout/index.d.ts +1 -1
- package/dist/components/layout/mobileTabs.d.ts +30 -0
- package/dist/context/ComponentRegistry.d.ts +3 -2
- package/dist/index.js +249 -220
- package/dist/index10.js +2 -2
- package/dist/index11.js +4 -4
- package/dist/index12.js +2 -2
- package/dist/index13.js +4 -4
- package/dist/index14.js +4 -4
- package/dist/index15.js +4 -4
- package/dist/index16.js +3 -3
- package/dist/index17.js +5 -5
- package/dist/index18.js +2 -2
- package/dist/index19.js +1 -1
- package/dist/index2.js +89 -70
- package/dist/index20.js +1 -1
- package/dist/index21.js +3 -3
- package/dist/index22.js +2 -2
- package/dist/index23.js +2 -2
- package/dist/index24.js +1 -1
- package/dist/index25.js +4 -4
- package/dist/index26.js +1 -1
- package/dist/index27.js +1 -1
- package/dist/index28.js +1 -1
- package/dist/index29.js +1 -1
- package/dist/index3.js +1 -1
- package/dist/index36.js +138 -42
- package/dist/index37.js +102 -32
- package/dist/index38.js +90 -23
- package/dist/index39.js +107 -170
- package/dist/index4.js +48 -34
- package/dist/index40.js +86 -40
- package/dist/index41.js +176 -64
- package/dist/index42.js +64 -94
- package/dist/index43.js +64 -110
- package/dist/index44.js +39 -138
- package/dist/index45.js +44 -35
- package/dist/index46.js +34 -379
- package/dist/index47.js +25 -13
- package/dist/index48.js +173 -10
- package/dist/index49.js +40 -16
- package/dist/index5.js +3 -3
- package/dist/index50.js +65 -9
- package/dist/index51.js +96 -8
- package/dist/index52.js +113 -52
- package/dist/index53.js +138 -5
- package/dist/index54.js +39 -3
- package/dist/index55.js +382 -44
- package/dist/index56.js +13 -26
- package/dist/index57.js +10 -32
- package/dist/index58.js +17 -92
- package/dist/index59.js +10 -22
- package/dist/index6.js +2 -2
- package/dist/index60.js +8 -46
- package/dist/index61.js +56 -14
- package/dist/index62.js +5 -35
- package/dist/index63.js +3 -64
- package/dist/index64.js +45 -84
- package/dist/index65.js +25 -13
- package/dist/index66.js +27 -2258
- package/dist/index67.js +94 -0
- package/dist/index68.js +25 -0
- package/dist/index69.js +49 -0
- package/dist/index7.js +1 -1
- package/dist/index70.js +17 -0
- package/dist/index71.js +38 -0
- package/dist/index72.js +67 -0
- package/dist/index73.js +87 -0
- package/dist/index74.js +17 -0
- package/dist/index75.js +2266 -0
- package/dist/index76.js +10 -0
- package/dist/index8.js +2 -2
- package/dist/index9.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,226 +1,255 @@
|
|
|
1
|
-
import { Shell as
|
|
1
|
+
import { Shell as r } from "./index2.js";
|
|
2
2
|
import { ActivityBar as i } from "./index3.js";
|
|
3
|
-
import { Sidebar as n,
|
|
4
|
-
import { TopBar as
|
|
5
|
-
import { BottomBar as
|
|
6
|
-
import { MobileTabBar as
|
|
7
|
-
import { ResizeHandle as
|
|
8
|
-
import { Panel as
|
|
9
|
-
import { DECK_GRID_CONFIG as
|
|
10
|
-
import { DeckCell as
|
|
11
|
-
import { WidgetFrame as
|
|
12
|
-
import { WidgetResizeHandle as
|
|
13
|
-
import { WidgetPalette as
|
|
14
|
-
import { WidgetTypeSwitcher as
|
|
15
|
-
import { LayoutSelector as
|
|
16
|
-
import { DeckTopBar as
|
|
17
|
-
import { DropZonePreview as
|
|
18
|
-
import { Button as
|
|
19
|
-
import { Input as
|
|
20
|
-
import { ConfirmDialog as
|
|
21
|
-
import { FloatingWindow as
|
|
22
|
-
import { Dropdown as
|
|
23
|
-
import { Tooltip as
|
|
24
|
-
import { CommandPalette as
|
|
25
|
-
import { AnimatedBorderCard as
|
|
26
|
-
import { SnakeLoader as
|
|
27
|
-
import { LoadingOverlay as
|
|
28
|
-
import { Skeleton as
|
|
29
|
-
import { ArrowRightLeft as
|
|
30
|
-
import { Launchpad as
|
|
31
|
-
import { LaunchpadItem as
|
|
32
|
-
import { LaunchpadGrid as
|
|
33
|
-
import { LaunchpadSearch as
|
|
34
|
-
import { LaunchpadPagination as
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
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 {
|
|
3
|
+
import { Sidebar as n, SidebarContent as m, SidebarItem as p, SidebarItemList as d, SidebarSection as f } from "./index4.js";
|
|
4
|
+
import { TopBar as x } from "./index5.js";
|
|
5
|
+
import { BottomBar as c, BottomBarItem as C, StatusIndicator as g } from "./index6.js";
|
|
6
|
+
import { MobileTabBar as S } from "./index7.js";
|
|
7
|
+
import { ResizeHandle as h } from "./index8.js";
|
|
8
|
+
import { Panel as I, PanelContent as D, PanelHeader as v } from "./index9.js";
|
|
9
|
+
import { DECK_GRID_CONFIG as T, DeckGrid as P } from "./index10.js";
|
|
10
|
+
import { DeckCell as L } from "./index11.js";
|
|
11
|
+
import { WidgetFrame as k } from "./index12.js";
|
|
12
|
+
import { WidgetResizeHandle as G } from "./index13.js";
|
|
13
|
+
import { WidgetPalette as M } from "./index14.js";
|
|
14
|
+
import { WidgetTypeSwitcher as z } from "./index15.js";
|
|
15
|
+
import { LayoutSelector as O } from "./index16.js";
|
|
16
|
+
import { DeckTopBar as H } from "./index17.js";
|
|
17
|
+
import { DropZonePreview as _ } from "./index18.js";
|
|
18
|
+
import { Button as Q } from "./index19.js";
|
|
19
|
+
import { Input as X, Textarea as Z } from "./index20.js";
|
|
20
|
+
import { ConfirmDialog as q, Dialog as J } from "./index21.js";
|
|
21
|
+
import { FloatingWindow as $ } from "./index22.js";
|
|
22
|
+
import { Dropdown as oe, Select as re } from "./index23.js";
|
|
23
|
+
import { Tooltip as ie } from "./index24.js";
|
|
24
|
+
import { CommandPalette as ne } from "./index25.js";
|
|
25
|
+
import { AnimatedBorderCard as pe, Card as de, CardContent as fe, CardDescription as le, CardFooter as xe, CardHeader as se, CardTitle as ce, Interactive3DCard as Ce, MorphCard as ge, NeonCard as ue } from "./index26.js";
|
|
26
|
+
import { SnakeLoader as Fe } from "./index27.js";
|
|
27
|
+
import { LoadingOverlay as ye } from "./index28.js";
|
|
28
|
+
import { Skeleton as De, SkeletonCard as ve, SkeletonList as be, SkeletonText as Te } from "./index29.js";
|
|
29
|
+
import { ArrowRightLeft as Be, Bell as Le, Check as Re, ChevronDown as ke, ChevronRight as We, Copy as Ge, Files as we, GitBranch as Me, Grid as Ne, Grid3x3 as ze, GripVertical as Ae, LayoutDashboard as Oe, Loader2 as Ke, Maximize as He, Minus as Ve, Moon as _e, Pencil as Ee, Plus as Qe, Restore as Ue, Search as Xe, Settings as Ze, Sun as je, Terminal as qe, Trash as Je, X as Ye } from "./index30.js";
|
|
30
|
+
import { Launchpad as eo } from "./index31.js";
|
|
31
|
+
import { LaunchpadItem as ro } from "./index32.js";
|
|
32
|
+
import { LaunchpadGrid as io } from "./index33.js";
|
|
33
|
+
import { LaunchpadSearch as no } from "./index34.js";
|
|
34
|
+
import { LaunchpadPagination as po } from "./index35.js";
|
|
35
|
+
import { FileBrowser as lo } from "./index36.js";
|
|
36
|
+
import { FileBrowserProvider as so, useFileBrowser as co } from "./index37.js";
|
|
37
|
+
import { DirectoryTree as go } from "./index38.js";
|
|
38
|
+
import { FileListView as So } from "./index39.js";
|
|
39
|
+
import { FileGridView as ho } from "./index40.js";
|
|
40
|
+
import { FileContextMenu as Io } from "./index41.js";
|
|
41
|
+
import { Breadcrumb as vo } from "./index42.js";
|
|
42
|
+
import { FileBrowserToolbar as To } from "./index43.js";
|
|
43
|
+
import { CodeFileIcon as Bo, ConfigFileIcon as Lo, DocumentFileIcon as Ro, FileIcon as ko, FolderIcon as Wo, FolderOpenIcon as Go, ImageFileIcon as wo, StyleFileIcon as Mo, getFileIcon as No } from "./index44.js";
|
|
44
|
+
import { FloeProvider as Ao } from "./index45.js";
|
|
45
|
+
import { FloeApp as Ko } from "./index46.js";
|
|
46
|
+
import { createSimpleContext as Vo } from "./index47.js";
|
|
47
|
+
import { DEFAULT_FLOE_CONFIG as Eo, FloeConfigProvider as Qo, useFloeConfig as Uo, useResolvedFloeConfig as Xo } from "./index48.js";
|
|
48
|
+
import { ThemeProvider as jo, createThemeService as qo, useTheme as Jo } from "./index49.js";
|
|
49
|
+
import { LayoutProvider as $o, createLayoutService as er, useLayout as or } from "./index50.js";
|
|
50
|
+
import { CommandProvider as tr, createCommandService as ir, useCommand as ar } from "./index51.js";
|
|
51
|
+
import { NotificationContainer as mr, NotificationProvider as pr, createNotificationService as dr, useNotification as fr } from "./index52.js";
|
|
52
|
+
import { ComponentRegistryProvider as xr, createComponentRegistry as sr, useComponentContextFactory as cr, useComponentRegistry as Cr } from "./index53.js";
|
|
53
|
+
import { WidgetRegistryProvider as ur, createWidgetRegistry as Sr, useWidgetRegistry as Fr } from "./index54.js";
|
|
54
|
+
import { DeckProvider as yr, createDeckService as Ir, useDeck as Dr } from "./index55.js";
|
|
55
|
+
import { useMediaQuery as br } from "./index56.js";
|
|
56
|
+
import { useDebounce as Pr } from "./index57.js";
|
|
57
|
+
import { useResizeObserver as Lr } from "./index58.js";
|
|
58
|
+
import { useKeybind as kr } from "./index59.js";
|
|
59
|
+
import { usePersisted as Gr } from "./index60.js";
|
|
60
|
+
import { useDeckDrag as Mr } from "./index61.js";
|
|
61
|
+
import { cn as zr } from "./index62.js";
|
|
62
|
+
import { deferNonBlocking as Or } from "./index63.js";
|
|
63
|
+
import { clearAll as Hr, debouncedSave as Vr, load as _r, remove as Er, save as Qr } from "./index64.js";
|
|
64
|
+
import { formatKeybind as Xr, matchKeybind as Zr, parseKeybind as jr } from "./index65.js";
|
|
65
|
+
import { lockBodyStyle as Jr } from "./index66.js";
|
|
66
|
+
import { duration as $r, easing as et, fadeIn as ot, listContainer as rt, listItem as tt, panelResize as it, popIn as at, scaleIn as nt, sidebarVariants as mt, slideInFromBottom as pt, slideInFromLeft as dt, slideInFromRight as ft, slideInFromTop as lt, springConfig as xt } from "./index67.js";
|
|
67
|
+
import { checkCollision as ct, constrainPosition as Ct, findFreePosition as gt, hasCollision as ut } from "./index68.js";
|
|
68
|
+
import { applyDragDelta as Ft, applyResizeDelta as ht, getGridCellSize as yt, pixelDeltaToGridDelta as It, positionToGridArea as Dt, snapToGrid as vt } from "./index69.js";
|
|
69
|
+
import { applyTheme as Tt, builtInThemes as Pt, getSystemTheme as Bt } from "./index70.js";
|
|
70
|
+
import { FilesSidebarWidget as Rt, SearchSidebarWidget as kt, SettingsSidebarWidget as Wt, ShowcaseSidebarWidget as Gt, SidebarWidget as wt } from "./index71.js";
|
|
71
|
+
import { MetricsWidget as Nt } from "./index72.js";
|
|
72
|
+
import { TerminalWidget as At } from "./index73.js";
|
|
64
73
|
export {
|
|
65
74
|
i as ActivityBar,
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
Re as
|
|
80
|
-
ke as
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
75
|
+
pe as AnimatedBorderCard,
|
|
76
|
+
Be as ArrowRightLeft,
|
|
77
|
+
Le as Bell,
|
|
78
|
+
c as BottomBar,
|
|
79
|
+
C as BottomBarItem,
|
|
80
|
+
vo as Breadcrumb,
|
|
81
|
+
Q as Button,
|
|
82
|
+
de as Card,
|
|
83
|
+
fe as CardContent,
|
|
84
|
+
le as CardDescription,
|
|
85
|
+
xe as CardFooter,
|
|
86
|
+
se as CardHeader,
|
|
87
|
+
ce as CardTitle,
|
|
88
|
+
Re as Check,
|
|
89
|
+
ke as ChevronDown,
|
|
90
|
+
We as ChevronRight,
|
|
91
|
+
Bo as CodeFileIcon,
|
|
92
|
+
ne as CommandPalette,
|
|
93
|
+
tr as CommandProvider,
|
|
94
|
+
xr as ComponentRegistryProvider,
|
|
95
|
+
Lo as ConfigFileIcon,
|
|
96
|
+
q as ConfirmDialog,
|
|
97
|
+
Ge as Copy,
|
|
98
|
+
T as DECK_GRID_CONFIG,
|
|
99
|
+
Eo as DEFAULT_FLOE_CONFIG,
|
|
100
|
+
L as DeckCell,
|
|
101
|
+
P as DeckGrid,
|
|
102
|
+
yr as DeckProvider,
|
|
103
|
+
H as DeckTopBar,
|
|
104
|
+
J as Dialog,
|
|
105
|
+
go as DirectoryTree,
|
|
106
|
+
Ro as DocumentFileIcon,
|
|
107
|
+
_ as DropZonePreview,
|
|
108
|
+
oe as Dropdown,
|
|
109
|
+
lo as FileBrowser,
|
|
110
|
+
so as FileBrowserProvider,
|
|
111
|
+
To as FileBrowserToolbar,
|
|
112
|
+
Io as FileContextMenu,
|
|
113
|
+
ho as FileGridView,
|
|
114
|
+
ko as FileIcon,
|
|
115
|
+
So as FileListView,
|
|
116
|
+
we as Files,
|
|
117
|
+
Rt as FilesSidebarWidget,
|
|
118
|
+
$ as FloatingWindow,
|
|
119
|
+
Ko as FloeApp,
|
|
120
|
+
Qo as FloeConfigProvider,
|
|
121
|
+
Ao as FloeProvider,
|
|
122
|
+
Wo as FolderIcon,
|
|
123
|
+
Go as FolderOpenIcon,
|
|
124
|
+
Me as GitBranch,
|
|
102
125
|
Ne as Grid,
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
ge as
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
D as
|
|
129
|
-
|
|
130
|
-
Ee as
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
126
|
+
ze as Grid3x3,
|
|
127
|
+
Ae as GripVertical,
|
|
128
|
+
wo as ImageFileIcon,
|
|
129
|
+
X as Input,
|
|
130
|
+
Ce as Interactive3DCard,
|
|
131
|
+
eo as Launchpad,
|
|
132
|
+
io as LaunchpadGrid,
|
|
133
|
+
ro as LaunchpadItem,
|
|
134
|
+
po as LaunchpadPagination,
|
|
135
|
+
no as LaunchpadSearch,
|
|
136
|
+
Oe as LayoutDashboard,
|
|
137
|
+
$o as LayoutProvider,
|
|
138
|
+
O as LayoutSelector,
|
|
139
|
+
Ke as Loader2,
|
|
140
|
+
ye as LoadingOverlay,
|
|
141
|
+
He as Maximize,
|
|
142
|
+
Nt as MetricsWidget,
|
|
143
|
+
Ve as Minus,
|
|
144
|
+
S as MobileTabBar,
|
|
145
|
+
_e as Moon,
|
|
146
|
+
ge as MorphCard,
|
|
147
|
+
ue as NeonCard,
|
|
148
|
+
mr as NotificationContainer,
|
|
149
|
+
pr as NotificationProvider,
|
|
150
|
+
I as Panel,
|
|
151
|
+
D as PanelContent,
|
|
152
|
+
v as PanelHeader,
|
|
153
|
+
Ee as Pencil,
|
|
154
|
+
Qe as Plus,
|
|
155
|
+
h as ResizeHandle,
|
|
156
|
+
Ue as Restore,
|
|
157
|
+
Xe as Search,
|
|
158
|
+
kt as SearchSidebarWidget,
|
|
159
|
+
re as Select,
|
|
160
|
+
Ze as Settings,
|
|
161
|
+
Wt as SettingsSidebarWidget,
|
|
162
|
+
r as Shell,
|
|
163
|
+
Gt as ShowcaseSidebarWidget,
|
|
140
164
|
n as Sidebar,
|
|
141
|
-
m as
|
|
142
|
-
p as
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
Cr as
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
165
|
+
m as SidebarContent,
|
|
166
|
+
p as SidebarItem,
|
|
167
|
+
d as SidebarItemList,
|
|
168
|
+
f as SidebarSection,
|
|
169
|
+
wt as SidebarWidget,
|
|
170
|
+
De as Skeleton,
|
|
171
|
+
ve as SkeletonCard,
|
|
172
|
+
be as SkeletonList,
|
|
173
|
+
Te as SkeletonText,
|
|
174
|
+
Fe as SnakeLoader,
|
|
175
|
+
g as StatusIndicator,
|
|
176
|
+
Mo as StyleFileIcon,
|
|
177
|
+
je as Sun,
|
|
178
|
+
qe as Terminal,
|
|
179
|
+
At as TerminalWidget,
|
|
180
|
+
Z as Textarea,
|
|
181
|
+
jo as ThemeProvider,
|
|
182
|
+
ie as Tooltip,
|
|
183
|
+
x as TopBar,
|
|
184
|
+
Je as Trash,
|
|
185
|
+
k as WidgetFrame,
|
|
186
|
+
M as WidgetPalette,
|
|
187
|
+
ur as WidgetRegistryProvider,
|
|
188
|
+
G as WidgetResizeHandle,
|
|
189
|
+
z as WidgetTypeSwitcher,
|
|
190
|
+
Ye as X,
|
|
191
|
+
Ft as applyDragDelta,
|
|
192
|
+
ht as applyResizeDelta,
|
|
193
|
+
Tt as applyTheme,
|
|
194
|
+
Pt as builtInThemes,
|
|
195
|
+
ct as checkCollision,
|
|
196
|
+
Hr as clearAll,
|
|
197
|
+
zr as cn,
|
|
198
|
+
Ct as constrainPosition,
|
|
199
|
+
ir as createCommandService,
|
|
200
|
+
sr as createComponentRegistry,
|
|
201
|
+
Ir as createDeckService,
|
|
202
|
+
er as createLayoutService,
|
|
203
|
+
dr as createNotificationService,
|
|
204
|
+
Vo as createSimpleContext,
|
|
205
|
+
qo as createThemeService,
|
|
206
|
+
Sr as createWidgetRegistry,
|
|
207
|
+
Vr as debouncedSave,
|
|
208
|
+
Or as deferNonBlocking,
|
|
209
|
+
$r as duration,
|
|
210
|
+
et as easing,
|
|
211
|
+
ot as fadeIn,
|
|
212
|
+
gt as findFreePosition,
|
|
213
|
+
Xr as formatKeybind,
|
|
214
|
+
No as getFileIcon,
|
|
215
|
+
yt as getGridCellSize,
|
|
216
|
+
Bt as getSystemTheme,
|
|
217
|
+
ut as hasCollision,
|
|
218
|
+
rt as listContainer,
|
|
219
|
+
tt as listItem,
|
|
220
|
+
_r as load,
|
|
221
|
+
Jr as lockBodyStyle,
|
|
222
|
+
Zr as matchKeybind,
|
|
223
|
+
it as panelResize,
|
|
224
|
+
jr as parseKeybind,
|
|
225
|
+
It as pixelDeltaToGridDelta,
|
|
226
|
+
at as popIn,
|
|
227
|
+
Dt as positionToGridArea,
|
|
228
|
+
Er as remove,
|
|
229
|
+
Qr as save,
|
|
230
|
+
nt as scaleIn,
|
|
231
|
+
mt as sidebarVariants,
|
|
232
|
+
pt as slideInFromBottom,
|
|
233
|
+
dt as slideInFromLeft,
|
|
234
|
+
ft as slideInFromRight,
|
|
235
|
+
lt as slideInFromTop,
|
|
236
|
+
vt as snapToGrid,
|
|
237
|
+
xt as springConfig,
|
|
238
|
+
ar as useCommand,
|
|
239
|
+
cr as useComponentContextFactory,
|
|
240
|
+
Cr as useComponentRegistry,
|
|
241
|
+
Pr as useDebounce,
|
|
242
|
+
Dr as useDeck,
|
|
243
|
+
Mr as useDeckDrag,
|
|
244
|
+
co as useFileBrowser,
|
|
245
|
+
Uo as useFloeConfig,
|
|
246
|
+
kr as useKeybind,
|
|
247
|
+
or as useLayout,
|
|
248
|
+
br as useMediaQuery,
|
|
249
|
+
fr as useNotification,
|
|
250
|
+
Gr as usePersisted,
|
|
251
|
+
Lr as useResizeObserver,
|
|
252
|
+
Xo as useResolvedFloeConfig,
|
|
253
|
+
Jo as useTheme,
|
|
254
|
+
Fr as useWidgetRegistry
|
|
226
255
|
};
|
package/dist/index10.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { template as f, insert as d, createComponent as o, effect as D, className as I, setStyleProperty as k } from "solid-js/web";
|
|
2
2
|
import { createMemo as i, Show as m, For as S } from "solid-js";
|
|
3
|
-
import { cn as y } from "./
|
|
4
|
-
import { useDeck as z } from "./
|
|
3
|
+
import { cn as y } from "./index62.js";
|
|
4
|
+
import { useDeck as z } from "./index55.js";
|
|
5
5
|
import { DeckCell as G } from "./index11.js";
|
|
6
6
|
import { DropZonePreview as O } from "./index18.js";
|
|
7
7
|
var R = /* @__PURE__ */ f('<div class="absolute inset-1 pointer-events-none z-0 rounded"style="background-image:linear-gradient(to right, color-mix(in srgb, var(--border) 15%, transparent) 1px, transparent 1px), linear-gradient(to bottom, color-mix(in srgb, var(--border) 15%, transparent) 1px, transparent 1px) ;background-size:calc((100% - 4px) / 24) 44px;background-position:0 0">'), C = /* @__PURE__ */ f('<div data-grid-cols=24 data-row-height=40 data-gap=4 style="grid-template-columns:repeat(24, 1fr);grid-auto-rows:40px;gap:4px">');
|
package/dist/index11.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { template as y, insert as a, createComponent as d, Dynamic as z, effect as f, className as v, style as R, setAttribute as W } from "solid-js/web";
|
|
2
2
|
import { createMemo as o, Show as k } from "solid-js";
|
|
3
|
-
import { cn as w } from "./
|
|
4
|
-
import { useDeck as C } from "./
|
|
5
|
-
import { useWidgetRegistry as $ } from "./
|
|
6
|
-
import { positionToGridArea as M } from "./
|
|
3
|
+
import { cn as w } from "./index62.js";
|
|
4
|
+
import { useDeck as C } from "./index55.js";
|
|
5
|
+
import { useWidgetRegistry as $ } from "./index54.js";
|
|
6
|
+
import { positionToGridArea as M } from "./index69.js";
|
|
7
7
|
import { WidgetFrame as A } from "./index12.js";
|
|
8
8
|
var h = /* @__PURE__ */ y("<div>"), _ = /* @__PURE__ */ y('<div class="h-full flex items-center justify-center text-muted-foreground text-xs"><span>Widget: ');
|
|
9
9
|
function N(e) {
|
package/dist/index12.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { delegateEvents as h, template as c, insert as i, createComponent as e, effect as v, className as x } from "solid-js/web";
|
|
2
2
|
import { Show as l } from "solid-js";
|
|
3
|
-
import { cn as $ } from "./
|
|
4
|
-
import { useDeck as _ } from "./
|
|
3
|
+
import { cn as $ } from "./index62.js";
|
|
4
|
+
import { useDeck as _ } from "./index55.js";
|
|
5
5
|
import { GripVertical as b, X as k } from "./index30.js";
|
|
6
6
|
import { WidgetResizeHandle as d } from "./index13.js";
|
|
7
7
|
import { WidgetTypeSwitcher as C } from "./index15.js";
|
package/dist/index13.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { delegateEvents as G, template as Y, effect as F, className as X, use as M } from "solid-js/web";
|
|
2
2
|
import { createSignal as W, onCleanup as q } from "solid-js";
|
|
3
|
-
import { cn as H } from "./
|
|
4
|
-
import { useDeck as O } from "./
|
|
5
|
-
import { applyResizeDelta as L } from "./
|
|
3
|
+
import { cn as H } from "./index62.js";
|
|
4
|
+
import { useDeck as O } from "./index55.js";
|
|
5
|
+
import { applyResizeDelta as L } from "./index69.js";
|
|
6
6
|
import { DECK_GRID_CONFIG as N } from "./index10.js";
|
|
7
|
-
import { lockBodyStyle as T } from "./
|
|
7
|
+
import { lockBodyStyle as T } from "./index66.js";
|
|
8
8
|
var U = /* @__PURE__ */ Y("<div style=touch-action:none>");
|
|
9
9
|
const k = {
|
|
10
10
|
n: "top-0 left-2 right-2 h-2 cursor-ns-resize",
|
package/dist/index14.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { delegateEvents as O, createComponent as e, template as l, insert as r, effect as P, className as j } from "solid-js/web";
|
|
2
2
|
import { createSignal as k, Show as n, For as y } from "solid-js";
|
|
3
|
-
import { cn as f } from "./
|
|
4
|
-
import { useDeck as D } from "./
|
|
5
|
-
import { useWidgetRegistry as F } from "./
|
|
3
|
+
import { cn as f } from "./index62.js";
|
|
4
|
+
import { useDeck as D } from "./index55.js";
|
|
5
|
+
import { useWidgetRegistry as F } from "./index54.js";
|
|
6
6
|
import { Plus as T, X, ChevronRight as q } from "./index30.js";
|
|
7
7
|
import { Button as G } from "./index19.js";
|
|
8
|
-
import { deferNonBlocking as H } from "./
|
|
8
|
+
import { deferNonBlocking as H } from "./index63.js";
|
|
9
9
|
var J = /* @__PURE__ */ l('<div class="text-center text-muted-foreground text-sm py-8">No widgets registered'), K = /* @__PURE__ */ l('<div><div class="flex items-center justify-between p-3 border-b border-border"><h2 class="text-sm font-semibold">Add Widget</h2><button class="p-1 rounded hover:bg-muted transition-colors cursor-pointer"></button></div><div class="p-2 overflow-y-auto h-[calc(100%-48px)]">'), L = /* @__PURE__ */ l('<div class="fixed inset-0 bg-black/20 z-40">'), Q = /* @__PURE__ */ l('<div class="ml-4 mt-1 space-y-1">'), U = /* @__PURE__ */ l('<div class=mb-2><button class="w-full flex items-center gap-2 p-2 rounded hover:bg-muted transition-colors text-left cursor-pointer"><span class="text-sm font-medium"></span><span class="ml-auto text-xs text-muted-foreground">'), V = /* @__PURE__ */ l('<button class="w-full flex items-center gap-2 p-2 rounded hover:bg-muted transition-colors text-left cursor-pointer"><span class=text-sm>'), Y = /* @__PURE__ */ l('<div class="w-4 h-4">');
|
|
10
10
|
function ie(C) {
|
|
11
11
|
const p = D(), b = F(), [d, s] = k(!1), [W, z] = k(null), S = [{
|
package/dist/index15.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { delegateEvents as E, createComponent as o, template as s, insert as l, effect as v, className as x, Portal as R, setStyleProperty as w, use as T } from "solid-js/web";
|
|
2
2
|
import { createSignal as y, createEffect as W, onCleanup as I, Show as p, For as L } from "solid-js";
|
|
3
|
-
import { cn as m } from "./
|
|
4
|
-
import { useDeck as N } from "./
|
|
5
|
-
import { useWidgetRegistry as z } from "./
|
|
6
|
-
import { deferNonBlocking as A } from "./
|
|
3
|
+
import { cn as m } from "./index62.js";
|
|
4
|
+
import { useDeck as N } from "./index55.js";
|
|
5
|
+
import { useWidgetRegistry as z } from "./index54.js";
|
|
6
|
+
import { deferNonBlocking as A } from "./index63.js";
|
|
7
7
|
import { ArrowRightLeft as B, ChevronDown as M } from "./index30.js";
|
|
8
8
|
var O = /* @__PURE__ */ s('<button title="Switch widget type">'), F = /* @__PURE__ */ s('<div class="fixed inset-0 z-[9998]">'), K = /* @__PURE__ */ s('<div class="px-2 py-3 text-xs text-muted-foreground text-center">No other widget types available'), j = /* @__PURE__ */ s('<div><div class=p-1><div class="px-2 py-1.5 text-xs text-muted-foreground font-medium">Switch to'), q = /* @__PURE__ */ s('<button class="w-full flex items-center gap-2 px-2 py-1.5 rounded hover:bg-muted transition-colors text-left cursor-pointer"><span class=text-xs>'), G = /* @__PURE__ */ s('<div class="w-4 h-4">');
|
|
9
9
|
function Z(f) {
|
package/dist/index16.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { delegateEvents as j, template as s, insert as o, createComponent as a, memo as q, effect as w, className as C } from "solid-js/web";
|
|
2
2
|
import { createSignal as R, Show as v, For as G } from "solid-js";
|
|
3
|
-
import { cn as b } from "./
|
|
4
|
-
import { useDeck as H } from "./
|
|
5
|
-
import { deferNonBlocking as g } from "./
|
|
3
|
+
import { cn as b } from "./index62.js";
|
|
4
|
+
import { useDeck as H } from "./index55.js";
|
|
5
|
+
import { deferNonBlocking as g } from "./index63.js";
|
|
6
6
|
import { ChevronDown as J, Check as K, Copy as M, Pencil as Q, Trash as U } from "./index30.js";
|
|
7
7
|
var W = /* @__PURE__ */ s('<div class="absolute top-full left-0 mt-1 w-64 bg-popover border border-border rounded-md shadow-lg z-50 overflow-hidden"><div class="max-h-64 overflow-y-auto py-1"></div><div class="border-t border-border px-2 py-1.5"><button class="w-full text-left text-xs text-primary hover:underline cursor-pointer">+ New Layout'), X = /* @__PURE__ */ s('<div class="fixed inset-0 z-40">'), Y = /* @__PURE__ */ s('<div><button><span class="truncate max-w-[120px]">'), Z = /* @__PURE__ */ s('<span class="flex-1 text-xs truncate">'), ee = /* @__PURE__ */ s('<button class="p-1 rounded hover:bg-background transition-colors cursor-pointer"title=Rename>'), te = /* @__PURE__ */ s('<button class="p-1 rounded hover:bg-destructive/10 transition-colors cursor-pointer"title=Delete>'), re = /* @__PURE__ */ s('<div class="flex items-center gap-0.5 opacity-0 group-hover:opacity-100 transition-opacity"><button class="p-1 rounded hover:bg-background transition-colors cursor-pointer"title=Duplicate>'), ne = /* @__PURE__ */ s('<div><div class="w-4 h-4 flex-shrink-0">'), oe = /* @__PURE__ */ s('<input type=text class="flex-1 text-xs bg-background border border-border rounded px-1.5 py-0.5"autofocus>'), le = /* @__PURE__ */ s('<span class="ml-1 text-[10px] text-muted-foreground">(preset)');
|
|
8
8
|
function pe(N) {
|
package/dist/index17.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { delegateEvents as S, template as d, insert as i, createComponent as t, Portal as B, effect as b, className as y, setStyleProperty as k } from "solid-js/web";
|
|
2
2
|
import { createSignal as $, createEffect as L, onCleanup as R, Show as a, For as A } from "solid-js";
|
|
3
|
-
import { cn as h } from "./
|
|
4
|
-
import { useDeck as N } from "./
|
|
5
|
-
import { useLayout as T } from "./
|
|
6
|
-
import { useWidgetRegistry as F } from "./
|
|
7
|
-
import { deferNonBlocking as I } from "./
|
|
3
|
+
import { cn as h } from "./index62.js";
|
|
4
|
+
import { useDeck as N } from "./index55.js";
|
|
5
|
+
import { useLayout as T } from "./index50.js";
|
|
6
|
+
import { useWidgetRegistry as F } from "./index54.js";
|
|
7
|
+
import { deferNonBlocking as I } from "./index63.js";
|
|
8
8
|
import { LayoutSelector as K } from "./index16.js";
|
|
9
9
|
import { Plus as j, ChevronDown as q, Check as G, Pencil as H } from "./index30.js";
|
|
10
10
|
import { Button as C } from "./index19.js";
|
package/dist/index18.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { template as v, effect as b, className as i, setStyleProperty as m } from "solid-js/web";
|
|
2
|
-
import { cn as n } from "./
|
|
3
|
-
import { positionToGridArea as f } from "./
|
|
2
|
+
import { cn as n } from "./index62.js";
|
|
3
|
+
import { positionToGridArea as f } from "./index69.js";
|
|
4
4
|
var g = /* @__PURE__ */ v("<div><div>");
|
|
5
5
|
function _(a) {
|
|
6
6
|
const s = () => f(a.position);
|
package/dist/index19.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { template as c, spread as d, mergeProps as l, insert as n, createComponent as t, memo as u, Dynamic as m } from "solid-js/web";
|
|
2
2
|
import { splitProps as g, Show as p } from "solid-js";
|
|
3
|
-
import { cn as s } from "./
|
|
3
|
+
import { cn as s } from "./index62.js";
|
|
4
4
|
import { Loader2 as h } from "./index30.js";
|
|
5
5
|
var b = /* @__PURE__ */ c("<button type=button>");
|
|
6
6
|
const f = {
|