@floegence/floe-webapp-core 0.52.5 → 0.52.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/ui/FloatingWindow.d.ts +2 -0
- package/dist/components/ui/FloatingWindow.js +148 -140
- package/dist/components/ui/SurfaceFloatingPanel.d.ts +14 -0
- package/dist/components/ui/SurfaceFloatingPanel.js +136 -0
- package/dist/components/ui/index.d.ts +1 -0
- package/dist/full.js +176 -174
- package/dist/ui.js +60 -58
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { AffixInput as e, Input as t, NumberInput as a, Textarea as i } from "./components/ui/Input.js";
|
|
2
|
-
import { AnimatedBorderCard as c, Card as T, CardContent as l, CardDescription as m, CardFooter as p, CardHeader as C, CardTitle as
|
|
3
|
-
import { AreaChart as A, DataBarChart as R, DataPieChart as x, LineChart as
|
|
4
|
-
import { Button as
|
|
5
|
-
import { CANVAS_WHEEL_INTERACTIVE_ATTR as
|
|
2
|
+
import { AnimatedBorderCard as c, Card as T, CardContent as l, CardDescription as m, CardFooter as p, CardHeader as C, CardTitle as f, Interactive3DCard as s, MorphCard as E, NeonCard as S } from "./components/ui/Card.js";
|
|
3
|
+
import { AreaChart as A, DataBarChart as R, DataPieChart as x, LineChart as u, MonitoringChart as d } from "./components/ui/Charts.js";
|
|
4
|
+
import { Button as g } from "./components/ui/Button.js";
|
|
5
|
+
import { CANVAS_WHEEL_INTERACTIVE_ATTR as P, DEFAULT_CANVAS_WHEEL_INTERACTIVE_SELECTOR as I, DEFAULT_LOCAL_INTERACTION_SURFACE_SELECTOR as O, DEFAULT_WORKBENCH_TEXT_SELECTION_SURFACE_SELECTOR as W, DEFAULT_WORKBENCH_WIDGET_ACTIVATION_SURFACE_SELECTOR as D, DEFAULT_WORKBENCH_WIDGET_SHELL_SELECTOR as N, LOCAL_INTERACTION_SURFACE_ATTR as v, WORKBENCH_TEXT_SELECTION_SURFACE_ATTR as h, WORKBENCH_WIDGET_ACTIVATION_SURFACE_ATTR as k, WORKBENCH_WIDGET_SHELL_ATTR as B, isLocalInteractionSurfaceTarget as U, resolveSurfaceInteractionTargetRole as b, resolveSurfaceWheelRouting as H, resolveWorkbenchWidgetEventOwnership as M, resolveWorkbenchWidgetLocalTypingTarget as w, resolveWorkbenchWidgetTextSelectionTarget as y, shouldActivateWorkbenchWidgetLocalTarget as G } from "./components/ui/localInteractionSurface.js";
|
|
6
6
|
import { Checkbox as V, CheckboxGroup as z, CheckboxList as j } from "./components/ui/Checkbox.js";
|
|
7
7
|
import { CircularProgress as Y, LinearProgress as Q, SegmentedProgress as Z, StepsProgress as q } from "./components/ui/Progress.js";
|
|
8
8
|
import { CommandPalette as $ } from "./components/ui/CommandPalette.js";
|
|
9
9
|
import { ConfirmDialog as or, Dialog as er } from "./components/ui/Dialog.js";
|
|
10
|
-
import { DIALOG_SURFACE_BOUNDARY_ATTR as ar, DIALOG_SURFACE_HOST_ATTR as ir, SURFACE_PORTAL_HOST_ATTR as nr, SURFACE_PORTAL_LAYER_ATTR as cr, __resetSurfacePortalScopeForTests as Tr, ensureSurfacePortalInteractionTracking as lr, isSurfacePortalMode as mr, projectSurfacePortalPosition as pr, projectSurfacePortalRect as Cr, resolveSurfacePortalBoundaryRect as
|
|
10
|
+
import { DIALOG_SURFACE_BOUNDARY_ATTR as ar, DIALOG_SURFACE_HOST_ATTR as ir, SURFACE_PORTAL_HOST_ATTR as nr, SURFACE_PORTAL_LAYER_ATTR as cr, __resetSurfacePortalScopeForTests as Tr, ensureSurfacePortalInteractionTracking as lr, isSurfacePortalMode as mr, projectSurfacePortalPosition as pr, projectSurfacePortalRect as Cr, resolveSurfacePortalBoundaryRect as fr, resolveSurfacePortalHost as sr, resolveSurfacePortalMount as Er, resolveSurfacePortalMountRect as Sr } from "./components/ui/dialogSurfaceScope.js";
|
|
11
11
|
import { DialogPlacementProvider as Ar } from "./components/ui/DialogPlacementContext.js";
|
|
12
12
|
import { DirectoryInput as xr } from "./components/ui/DirectoryInput.js";
|
|
13
|
-
import { DirectoryPicker as
|
|
14
|
-
import { Dropdown as
|
|
15
|
-
import { ErrorBlock as
|
|
13
|
+
import { DirectoryPicker as dr } from "./components/ui/DirectoryPicker.js";
|
|
14
|
+
import { Dropdown as gr, Select as Lr } from "./components/ui/Dropdown.js";
|
|
15
|
+
import { ErrorBlock as Ir, HighlightBlock as Or, InfoBlock as Wr, NoteBlock as Dr, SuccessBlock as Nr, TipBlock as vr, WarningBlock as hr } from "./components/ui/HighlightBlock.js";
|
|
16
16
|
import { FileOpenPicker as Br, normalizeFileOpenSelection as Ur, updateFileOpenSelection as br } from "./components/ui/FileOpenPicker.js";
|
|
17
17
|
import { FileSavePicker as Mr } from "./components/ui/FileSavePicker.js";
|
|
18
18
|
import { FloatingWindow as yr } from "./components/ui/FloatingWindow.js";
|
|
@@ -21,41 +21,42 @@ import { InfiniteCanvas as oo } from "./components/ui/InfiniteCanvas.js";
|
|
|
21
21
|
import { MENU_ITEM_SELECTOR as to, focusMenuItem as ao, getMenuItems as io, handleMenuKeyboardNavigation as no, moveMenuFocus as co } from "./components/ui/menuUtils.js";
|
|
22
22
|
import { MobileKeyboard as lo } from "./components/ui/MobileKeyboard.js";
|
|
23
23
|
import { Pagination as po } from "./components/ui/Pagination.js";
|
|
24
|
-
import { PickerNavigationError as
|
|
24
|
+
import { PickerNavigationError as fo, createFilesystemPickerDataSource as so, formatPickerPath as Eo, parsePickerPath as So } from "./components/ui/picker/PickerNavigation.js";
|
|
25
25
|
import { ProcessingIndicator as Ao } from "./components/ui/ProcessingIndicator.js";
|
|
26
26
|
import { QuoteBlock as xo } from "./components/ui/QuoteBlock.js";
|
|
27
|
-
import { RadioGroup as Fo, RadioList as
|
|
28
|
-
import { SegmentedControl as
|
|
27
|
+
import { RadioGroup as Fo, RadioList as go, RadioOption as Lo } from "./components/ui/Radio.js";
|
|
28
|
+
import { SegmentedControl as Io } from "./components/ui/SegmentedControl.js";
|
|
29
29
|
import { Stepper as Wo, Wizard as Do, useWizard as No } from "./components/ui/Stepper.js";
|
|
30
30
|
import { SurfaceFloatingLayer as ho } from "./components/ui/SurfaceFloatingLayer.js";
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
31
|
+
import { SurfaceFloatingPanel as Bo } from "./components/ui/SurfaceFloatingPanel.js";
|
|
32
|
+
import { Switch as bo } from "./components/ui/Switch.js";
|
|
33
|
+
import { TabPanel as Mo, Tabs as wo } from "./components/ui/Tabs.js";
|
|
34
|
+
import { Tag as Go } from "./components/ui/Tag.js";
|
|
35
|
+
import { Tooltip as Vo } from "./components/ui/Tooltip.js";
|
|
36
|
+
import { clientToCanvasLocal as jo, clientToCanvasWorld as Xo, createViewportFromZoomAnchor as Yo, isPointInsideCanvasRect as Qo, localToCanvasWorld as Zo } from "./components/ui/canvasGeometry.js";
|
|
37
|
+
import { createFloatingPresence as Jo } from "./components/ui/floatingPresence.js";
|
|
38
|
+
import { intersectSurfaceRects as re } from "./components/ui/surfaceFloatingBoundary.js";
|
|
39
|
+
import { resolveFloatingWindowViewport as ee } from "./components/ui/floatingWindowGeometry.js";
|
|
40
|
+
import { startPointerSession as ae } from "./components/ui/pointerSession.js";
|
|
40
41
|
export {
|
|
41
42
|
e as AffixInput,
|
|
42
43
|
c as AnimatedBorderCard,
|
|
43
44
|
A as AreaChart,
|
|
44
|
-
|
|
45
|
-
|
|
45
|
+
g as Button,
|
|
46
|
+
P as CANVAS_WHEEL_INTERACTIVE_ATTR,
|
|
46
47
|
T as Card,
|
|
47
48
|
l as CardContent,
|
|
48
49
|
m as CardDescription,
|
|
49
50
|
p as CardFooter,
|
|
50
51
|
C as CardHeader,
|
|
51
|
-
|
|
52
|
+
f as CardTitle,
|
|
52
53
|
V as Checkbox,
|
|
53
54
|
z as CheckboxGroup,
|
|
54
55
|
j as CheckboxList,
|
|
55
56
|
Y as CircularProgress,
|
|
56
57
|
$ as CommandPalette,
|
|
57
58
|
or as ConfirmDialog,
|
|
58
|
-
|
|
59
|
+
I as DEFAULT_CANVAS_WHEEL_INTERACTIVE_SELECTOR,
|
|
59
60
|
O as DEFAULT_LOCAL_INTERACTION_SURFACE_SELECTOR,
|
|
60
61
|
W as DEFAULT_WORKBENCH_TEXT_SELECTION_SURFACE_SELECTOR,
|
|
61
62
|
D as DEFAULT_WORKBENCH_WIDGET_ACTIVATION_SURFACE_SELECTOR,
|
|
@@ -67,9 +68,9 @@ export {
|
|
|
67
68
|
er as Dialog,
|
|
68
69
|
Ar as DialogPlacementProvider,
|
|
69
70
|
xr as DirectoryInput,
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
71
|
+
dr as DirectoryPicker,
|
|
72
|
+
gr as Dropdown,
|
|
73
|
+
Ir as ErrorBlock,
|
|
73
74
|
Br as FileOpenPicker,
|
|
74
75
|
Mr as FileSavePicker,
|
|
75
76
|
yr as FloatingWindow,
|
|
@@ -87,78 +88,79 @@ export {
|
|
|
87
88
|
oo as InfiniteCanvas,
|
|
88
89
|
Wr as InfoBlock,
|
|
89
90
|
t as Input,
|
|
90
|
-
|
|
91
|
+
s as Interactive3DCard,
|
|
91
92
|
v as LOCAL_INTERACTION_SURFACE_ATTR,
|
|
92
|
-
|
|
93
|
+
u as LineChart,
|
|
93
94
|
Q as LinearProgress,
|
|
94
95
|
to as MENU_ITEM_SELECTOR,
|
|
95
96
|
lo as MobileKeyboard,
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
97
|
+
d as MonitoringChart,
|
|
98
|
+
E as MorphCard,
|
|
99
|
+
S as NeonCard,
|
|
99
100
|
Dr as NoteBlock,
|
|
100
101
|
a as NumberInput,
|
|
101
102
|
po as Pagination,
|
|
102
|
-
|
|
103
|
+
fo as PickerNavigationError,
|
|
103
104
|
Ao as ProcessingIndicator,
|
|
104
105
|
xo as QuoteBlock,
|
|
105
106
|
Fo as RadioGroup,
|
|
106
|
-
|
|
107
|
-
|
|
107
|
+
go as RadioList,
|
|
108
|
+
Lo as RadioOption,
|
|
108
109
|
nr as SURFACE_PORTAL_HOST_ATTR,
|
|
109
110
|
cr as SURFACE_PORTAL_LAYER_ATTR,
|
|
110
|
-
|
|
111
|
+
Io as SegmentedControl,
|
|
111
112
|
Z as SegmentedProgress,
|
|
112
|
-
|
|
113
|
+
Lr as Select,
|
|
113
114
|
Wo as Stepper,
|
|
114
115
|
q as StepsProgress,
|
|
115
116
|
Nr as SuccessBlock,
|
|
116
117
|
ho as SurfaceFloatingLayer,
|
|
117
|
-
Bo as
|
|
118
|
-
bo as
|
|
119
|
-
|
|
120
|
-
wo as
|
|
118
|
+
Bo as SurfaceFloatingPanel,
|
|
119
|
+
bo as Switch,
|
|
120
|
+
Mo as TabPanel,
|
|
121
|
+
wo as Tabs,
|
|
122
|
+
Go as Tag,
|
|
121
123
|
i as Textarea,
|
|
122
124
|
vr as TipBlock,
|
|
123
|
-
|
|
125
|
+
Vo as Tooltip,
|
|
124
126
|
h as WORKBENCH_TEXT_SELECTION_SURFACE_ATTR,
|
|
125
127
|
k as WORKBENCH_WIDGET_ACTIVATION_SURFACE_ATTR,
|
|
126
128
|
B as WORKBENCH_WIDGET_SHELL_ATTR,
|
|
127
129
|
hr as WarningBlock,
|
|
128
130
|
Do as Wizard,
|
|
129
131
|
Tr as __resetSurfacePortalScopeForTests,
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
132
|
+
jo as clientToCanvasLocal,
|
|
133
|
+
Xo as clientToCanvasWorld,
|
|
134
|
+
so as createFilesystemPickerDataSource,
|
|
135
|
+
Jo as createFloatingPresence,
|
|
136
|
+
Yo as createViewportFromZoomAnchor,
|
|
135
137
|
lr as ensureSurfacePortalInteractionTracking,
|
|
136
138
|
ao as focusMenuItem,
|
|
137
|
-
|
|
139
|
+
Eo as formatPickerPath,
|
|
138
140
|
io as getMenuItems,
|
|
139
141
|
no as handleMenuKeyboardNavigation,
|
|
140
|
-
|
|
142
|
+
re as intersectSurfaceRects,
|
|
141
143
|
U as isLocalInteractionSurfaceTarget,
|
|
142
|
-
|
|
144
|
+
Qo as isPointInsideCanvasRect,
|
|
143
145
|
mr as isSurfacePortalMode,
|
|
144
|
-
|
|
146
|
+
Zo as localToCanvasWorld,
|
|
145
147
|
co as moveMenuFocus,
|
|
146
148
|
Ur as normalizeFileOpenSelection,
|
|
147
|
-
|
|
149
|
+
So as parsePickerPath,
|
|
148
150
|
pr as projectSurfacePortalPosition,
|
|
149
151
|
Cr as projectSurfacePortalRect,
|
|
150
|
-
|
|
152
|
+
ee as resolveFloatingWindowViewport,
|
|
151
153
|
b as resolveSurfaceInteractionTargetRole,
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
154
|
+
fr as resolveSurfacePortalBoundaryRect,
|
|
155
|
+
sr as resolveSurfacePortalHost,
|
|
156
|
+
Er as resolveSurfacePortalMount,
|
|
157
|
+
Sr as resolveSurfacePortalMountRect,
|
|
156
158
|
H as resolveSurfaceWheelRouting,
|
|
157
159
|
M as resolveWorkbenchWidgetEventOwnership,
|
|
158
160
|
w as resolveWorkbenchWidgetLocalTypingTarget,
|
|
159
161
|
y as resolveWorkbenchWidgetTextSelectionTarget,
|
|
160
162
|
G as shouldActivateWorkbenchWidgetLocalTarget,
|
|
161
|
-
|
|
163
|
+
ae as startPointerSession,
|
|
162
164
|
br as updateFileOpenSelection,
|
|
163
165
|
$r as useFormSubmitting,
|
|
164
166
|
No as useWizard
|