@floegence/floe-webapp-core 0.36.57 → 0.36.59
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/icons/DockIcons.d.ts +19 -0
- package/dist/components/icons/DockIcons.js +266 -0
- package/dist/components/icons/index.d.ts +1 -0
- package/dist/components/workbench/WorkbenchFilterBar.d.ts +9 -2
- package/dist/components/workbench/WorkbenchFilterBar.js +175 -162
- package/dist/components/workbench/WorkbenchPlacementPreview.js +23 -22
- package/dist/components/workbench/WorkbenchSurface.js +88 -81
- package/dist/components/workbench/widgets/widgetRegistry.js +22 -22
- package/dist/components/workbench/workbenchPlacement.d.ts +3 -0
- package/dist/components/workbench/workbenchPlacement.js +35 -30
- package/dist/full.js +579 -563
- package/dist/icons.js +169 -153
- package/dist/styles.css +1 -1
- package/dist/workbench.css +55 -38
- package/package.json +1 -1
package/dist/icons.js
CHANGED
|
@@ -1,103 +1,119 @@
|
|
|
1
|
-
import { Activity as
|
|
1
|
+
import { Activity as n, ActivityIcon as c, AlertCircle as r, AlertTriangle as a, ArchiveIcon as I, ArrowDown as i, ArrowLeft as l, ArrowRight as t, ArrowRightLeft as s, ArrowUp as h, AtSign as k, AwardIcon as C, BarChart as d, BatteryIcon as u, Bell as p, BellIcon as g, Bookmark as D, BookmarkIcon as S, Bot as P, BotIcon as f, BugIcon as m, Calendar as y, CalendarIcon as M, Camera as T, CameraIcon as w, ChartIcon as L, Check as F, CheckCircle as A, CheckIcon as B, ChevronDown as v, ChevronLeft as H, ChevronRight as U, ChevronUp as b, ChevronsUpDown as G, Clock as R, ClockIcon as x, CloseIcon as V, Cloud as E, CloudIcon as O, Code as W, CodeIcon as q, CompassIcon as z, Copy as K, CopyCheck as X, CopyCheckIcon as Z, CopyIcon as Q, Cpu as j, CreditCardIcon as J, Database as N, DatabaseIcon as Y, DollarIcon as _, Download as $, DownloadIcon as oo, EditIcon as eo, ErrorIcon as no, ExternalLink as co, Eye as ro, EyeIcon as ao, EyeOff as Io, FileCode as io, FilePlus as lo, FilePlusIcon as to, FileText as so, Files as ho, Filter as ko, FilterIcon as Co, FireIcon as uo, Folder as po, FolderOpen as go, FolderPlus as Do, FolderPlusIcon as So, GiftIcon as Po, GitBranch as fo, GitBranchIcon as mo, Globe as yo, GlobeIcon as Mo, Grid as To, Grid3x3 as wo, GripVertical as Lo, Hash as Fo, HeadphonesIcon as Ao, Heart as Bo, HeartIcon as vo, HelpIcon as Ho, Highlighter as Uo, History as bo, Home as Go, HomeIcon as Ro, Image as xo, ImageIcon as Vo, Info as Eo, InfoIcon as Oo, Key as Wo, KeyIcon as qo, Layers as zo, LayersIcon as Ko, LayoutDashboard as Xo, Link as Zo, LinkIcon as Qo, Loader2 as jo, LoadingIcon as Jo, Lock as No, LockIcon as Yo, MagicIcon as _o, Mail as $o, MailIcon as oe, MapPinIcon as ee, Maximize as ne, Menu as ce, MessageIcon as re, MessageSquare as ae, Mic as Ie, MicIcon as ie, MicOff as le, Minus as te, MinusIcon as se, Moon as he, MoonIcon as ke, MoreHorizontal as Ce, MoreVertical as de, MuteIcon as ue, Package as pe, PackageIcon as ge, Paperclip as De, Paste as Se, PasteIcon as Pe, Pause as fe, PauseIcon as me, Pencil as ye, Phone as Me, PieChart as Te, Pin as we, PinIcon as Le, Play as Fe, PlayIcon as Ae, Plus as Be, PlusIcon as ve, PowerIcon as He, PrinterIcon as Ue, Quote as be, Refresh as Ge, RefreshIcon as Re, Region as xe, Restore as Ve, RocketIcon as Ee, Save as Oe, SaveIcon as We, Search as qe, SearchIcon as ze, Send as Ke, SendIcon as Xe, Settings as Ze, SettingsIcon as Qe, ShareIcon as je, Shield as Je, ShieldCheck as Ne, ShieldIcon as Ye, SparkleIcon as _e, Sparkles as $e, Star as on, StarIcon as en, Stop as nn, SuccessIcon as cn, Sun as rn, SunIcon as an, Tag as In, TagIcon as ln, TargetIcon as tn, Terminal as sn, TerminalIcon as hn, TextTool as kn, ThumbsDownIcon as Cn, ThumbsUpIcon as dn, Timer as un, Trash as pn, TrashIcon as gn, TrendingDown as Dn, TrendingUp as Sn, Unlock as Pn, Upload as fn, UploadIcon as mn, User as yn, UserIcon as Mn, Video as Tn, VideoIcon as wn, Volume as Ln, VolumeIcon as Fn, VolumeOff as An, Wand as Bn, WarningIcon as vn, WifiIcon as Hn, WifiOffIcon as Un, Workflow as bn, X as Gn, XCircle as Rn, Zap as xn, ZapIcon as Vn } from "./components/icons/index.js";
|
|
2
|
+
import { DockActivity as On, DockBot as Wn, DockCode as qn, DockCpu as zn, DockFileCode as Kn, DockFolder as Xn, DockGlobe as Zn, DockLayers as Qn, DockLayoutDashboard as jn, DockMessageSquare as Jn, DockRegion as Nn, DockSearch as Yn, DockSparkles as _n, DockTerminal as $n, DockText as oc } from "./components/icons/DockIcons.js";
|
|
2
3
|
export {
|
|
3
|
-
|
|
4
|
+
n as Activity,
|
|
4
5
|
c as ActivityIcon,
|
|
5
6
|
r as AlertCircle,
|
|
6
|
-
|
|
7
|
-
|
|
7
|
+
a as AlertTriangle,
|
|
8
|
+
I as ArchiveIcon,
|
|
8
9
|
i as ArrowDown,
|
|
9
10
|
l as ArrowLeft,
|
|
10
11
|
t as ArrowRight,
|
|
11
12
|
s as ArrowRightLeft,
|
|
12
13
|
h as ArrowUp,
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
14
|
+
k as AtSign,
|
|
15
|
+
C as AwardIcon,
|
|
16
|
+
d as BarChart,
|
|
17
|
+
u as BatteryIcon,
|
|
18
|
+
p as Bell,
|
|
19
|
+
g as BellIcon,
|
|
20
|
+
D as Bookmark,
|
|
20
21
|
S as BookmarkIcon,
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
22
|
+
P as Bot,
|
|
23
|
+
f as BotIcon,
|
|
24
|
+
m as BugIcon,
|
|
25
|
+
y as Calendar,
|
|
26
|
+
M as CalendarIcon,
|
|
27
|
+
T as Camera,
|
|
28
|
+
w as CameraIcon,
|
|
29
|
+
L as ChartIcon,
|
|
29
30
|
F as Check,
|
|
30
|
-
|
|
31
|
-
|
|
31
|
+
A as CheckCircle,
|
|
32
|
+
B as CheckIcon,
|
|
32
33
|
v as ChevronDown,
|
|
33
34
|
H as ChevronLeft,
|
|
34
35
|
U as ChevronRight,
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
36
|
+
b as ChevronUp,
|
|
37
|
+
G as ChevronsUpDown,
|
|
38
|
+
R as Clock,
|
|
39
|
+
x as ClockIcon,
|
|
40
|
+
V as CloseIcon,
|
|
40
41
|
E as Cloud,
|
|
41
42
|
O as CloudIcon,
|
|
42
43
|
W as Code,
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
44
|
+
q as CodeIcon,
|
|
45
|
+
z as CompassIcon,
|
|
46
|
+
K as Copy,
|
|
47
|
+
X as CopyCheck,
|
|
48
|
+
Z as CopyCheckIcon,
|
|
48
49
|
Q as CopyIcon,
|
|
49
50
|
j as Cpu,
|
|
50
51
|
J as CreditCardIcon,
|
|
51
52
|
N as Database,
|
|
52
53
|
Y as DatabaseIcon,
|
|
54
|
+
On as DockActivity,
|
|
55
|
+
Wn as DockBot,
|
|
56
|
+
qn as DockCode,
|
|
57
|
+
zn as DockCpu,
|
|
58
|
+
Kn as DockFileCode,
|
|
59
|
+
Xn as DockFolder,
|
|
60
|
+
Zn as DockGlobe,
|
|
61
|
+
Qn as DockLayers,
|
|
62
|
+
jn as DockLayoutDashboard,
|
|
63
|
+
Jn as DockMessageSquare,
|
|
64
|
+
Nn as DockRegion,
|
|
65
|
+
Yn as DockSearch,
|
|
66
|
+
_n as DockSparkles,
|
|
67
|
+
$n as DockTerminal,
|
|
68
|
+
oc as DockText,
|
|
53
69
|
_ as DollarIcon,
|
|
54
70
|
$ as Download,
|
|
55
71
|
oo as DownloadIcon,
|
|
56
|
-
|
|
57
|
-
|
|
72
|
+
eo as EditIcon,
|
|
73
|
+
no as ErrorIcon,
|
|
58
74
|
co as ExternalLink,
|
|
59
75
|
ro as Eye,
|
|
60
|
-
|
|
61
|
-
|
|
76
|
+
ao as EyeIcon,
|
|
77
|
+
Io as EyeOff,
|
|
62
78
|
io as FileCode,
|
|
63
79
|
lo as FilePlus,
|
|
64
80
|
to as FilePlusIcon,
|
|
65
81
|
so as FileText,
|
|
66
82
|
ho as Files,
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
83
|
+
ko as Filter,
|
|
84
|
+
Co as FilterIcon,
|
|
85
|
+
uo as FireIcon,
|
|
86
|
+
po as Folder,
|
|
87
|
+
go as FolderOpen,
|
|
88
|
+
Do as FolderPlus,
|
|
73
89
|
So as FolderPlusIcon,
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
90
|
+
Po as GiftIcon,
|
|
91
|
+
fo as GitBranch,
|
|
92
|
+
mo as GitBranchIcon,
|
|
93
|
+
yo as Globe,
|
|
94
|
+
Mo as GlobeIcon,
|
|
95
|
+
To as Grid,
|
|
96
|
+
wo as Grid3x3,
|
|
97
|
+
Lo as GripVertical,
|
|
82
98
|
Fo as Hash,
|
|
83
|
-
|
|
84
|
-
|
|
99
|
+
Ao as HeadphonesIcon,
|
|
100
|
+
Bo as Heart,
|
|
85
101
|
vo as HeartIcon,
|
|
86
102
|
Ho as HelpIcon,
|
|
87
103
|
Uo as Highlighter,
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
104
|
+
bo as History,
|
|
105
|
+
Go as Home,
|
|
106
|
+
Ro as HomeIcon,
|
|
107
|
+
xo as Image,
|
|
108
|
+
Vo as ImageIcon,
|
|
93
109
|
Eo as Info,
|
|
94
110
|
Oo as InfoIcon,
|
|
95
111
|
Wo as Key,
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
112
|
+
qo as KeyIcon,
|
|
113
|
+
zo as Layers,
|
|
114
|
+
Ko as LayersIcon,
|
|
115
|
+
Xo as LayoutDashboard,
|
|
116
|
+
Zo as Link,
|
|
101
117
|
Qo as LinkIcon,
|
|
102
118
|
jo as Loader2,
|
|
103
119
|
Jo as LoadingIcon,
|
|
@@ -105,96 +121,96 @@ export {
|
|
|
105
121
|
Yo as LockIcon,
|
|
106
122
|
_o as MagicIcon,
|
|
107
123
|
$o as Mail,
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
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
|
-
|
|
124
|
+
oe as MailIcon,
|
|
125
|
+
ee as MapPinIcon,
|
|
126
|
+
ne as Maximize,
|
|
127
|
+
ce as Menu,
|
|
128
|
+
re as MessageIcon,
|
|
129
|
+
ae as MessageSquare,
|
|
130
|
+
Ie as Mic,
|
|
131
|
+
ie as MicIcon,
|
|
132
|
+
le as MicOff,
|
|
133
|
+
te as Minus,
|
|
134
|
+
se as MinusIcon,
|
|
135
|
+
he as Moon,
|
|
136
|
+
ke as MoonIcon,
|
|
137
|
+
Ce as MoreHorizontal,
|
|
138
|
+
de as MoreVertical,
|
|
139
|
+
ue as MuteIcon,
|
|
140
|
+
pe as Package,
|
|
141
|
+
ge as PackageIcon,
|
|
142
|
+
De as Paperclip,
|
|
143
|
+
Se as Paste,
|
|
144
|
+
Pe as PasteIcon,
|
|
145
|
+
fe as Pause,
|
|
146
|
+
me as PauseIcon,
|
|
147
|
+
ye as Pencil,
|
|
148
|
+
Me as Phone,
|
|
149
|
+
Te as PieChart,
|
|
150
|
+
we as Pin,
|
|
151
|
+
Le as PinIcon,
|
|
152
|
+
Fe as Play,
|
|
153
|
+
Ae as PlayIcon,
|
|
154
|
+
Be as Plus,
|
|
155
|
+
ve as PlusIcon,
|
|
156
|
+
He as PowerIcon,
|
|
157
|
+
Ue as PrinterIcon,
|
|
158
|
+
be as Quote,
|
|
159
|
+
Ge as Refresh,
|
|
160
|
+
Re as RefreshIcon,
|
|
161
|
+
xe as Region,
|
|
162
|
+
Ve as Restore,
|
|
163
|
+
Ee as RocketIcon,
|
|
164
|
+
Oe as Save,
|
|
165
|
+
We as SaveIcon,
|
|
166
|
+
qe as Search,
|
|
167
|
+
ze as SearchIcon,
|
|
168
|
+
Ke as Send,
|
|
169
|
+
Xe as SendIcon,
|
|
170
|
+
Ze as Settings,
|
|
171
|
+
Qe as SettingsIcon,
|
|
172
|
+
je as ShareIcon,
|
|
173
|
+
Je as Shield,
|
|
174
|
+
Ne as ShieldCheck,
|
|
175
|
+
Ye as ShieldIcon,
|
|
176
|
+
_e as SparkleIcon,
|
|
177
|
+
$e as Sparkles,
|
|
178
|
+
on as Star,
|
|
179
|
+
en as StarIcon,
|
|
180
|
+
nn as Stop,
|
|
181
|
+
cn as SuccessIcon,
|
|
182
|
+
rn as Sun,
|
|
183
|
+
an as SunIcon,
|
|
184
|
+
In as Tag,
|
|
185
|
+
ln as TagIcon,
|
|
186
|
+
tn as TargetIcon,
|
|
187
|
+
sn as Terminal,
|
|
188
|
+
hn as TerminalIcon,
|
|
189
|
+
kn as TextTool,
|
|
190
|
+
Cn as ThumbsDownIcon,
|
|
191
|
+
dn as ThumbsUpIcon,
|
|
192
|
+
un as Timer,
|
|
193
|
+
pn as Trash,
|
|
194
|
+
gn as TrashIcon,
|
|
195
|
+
Dn as TrendingDown,
|
|
196
|
+
Sn as TrendingUp,
|
|
197
|
+
Pn as Unlock,
|
|
198
|
+
fn as Upload,
|
|
199
|
+
mn as UploadIcon,
|
|
200
|
+
yn as User,
|
|
201
|
+
Mn as UserIcon,
|
|
202
|
+
Tn as Video,
|
|
203
|
+
wn as VideoIcon,
|
|
204
|
+
Ln as Volume,
|
|
205
|
+
Fn as VolumeIcon,
|
|
206
|
+
An as VolumeOff,
|
|
207
|
+
Bn as Wand,
|
|
208
|
+
vn as WarningIcon,
|
|
209
|
+
Hn as WifiIcon,
|
|
210
|
+
Un as WifiOffIcon,
|
|
211
|
+
bn as Workflow,
|
|
212
|
+
Gn as X,
|
|
213
|
+
Rn as XCircle,
|
|
214
|
+
xn as Zap,
|
|
215
|
+
Vn as ZapIcon
|
|
200
216
|
};
|