@floegence/floe-webapp-core 0.36.25 → 0.36.27
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/SurfaceFloatingLayer.d.ts +22 -0
- package/dist/components/ui/SurfaceFloatingLayer.js +48 -0
- package/dist/components/ui/dialogSurfaceScope.js +40 -37
- package/dist/components/ui/index.d.ts +1 -0
- package/dist/components/workbench/WorkbenchWidget.js +159 -161
- package/dist/full.js +191 -189
- package/dist/ui.js +41 -39
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
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
|
|
3
|
-
import { AreaChart as
|
|
4
|
-
import { Button as
|
|
2
|
+
import { AnimatedBorderCard as c, Card as T, CardContent as l, CardDescription as C, CardFooter as p, CardHeader as m, CardTitle as s, Interactive3DCard as f, MorphCard as A, NeonCard as _ } from "./components/ui/Card.js";
|
|
3
|
+
import { AreaChart as S, DataBarChart as R, DataPieChart as x, LineChart as d, MonitoringChart as u } from "./components/ui/Charts.js";
|
|
4
|
+
import { Button as F } from "./components/ui/Button.js";
|
|
5
5
|
import { CANVAS_WHEEL_INTERACTIVE_ATTR as g, DEFAULT_CANVAS_WHEEL_INTERACTIVE_SELECTOR as P, DEFAULT_LOCAL_INTERACTION_SURFACE_SELECTOR as O, DEFAULT_WORKBENCH_WIDGET_ACTIVATION_SURFACE_SELECTOR as W, DEFAULT_WORKBENCH_WIDGET_SHELL_SELECTOR as D, LOCAL_INTERACTION_SURFACE_ATTR as h, WORKBENCH_WIDGET_ACTIVATION_SURFACE_ATTR as v, WORKBENCH_WIDGET_SHELL_ATTR as N, isLocalInteractionSurfaceTarget as k, resolveSurfaceInteractionTargetRole as B, resolveSurfaceWheelRouting as b, resolveWorkbenchWidgetEventOwnership as H, resolveWorkbenchWidgetLocalTypingTarget as U, shouldActivateWorkbenchWidgetLocalTarget as G } from "./components/ui/localInteractionSurface.js";
|
|
6
6
|
import { Checkbox as V, CheckboxGroup as w, CheckboxList as y } from "./components/ui/Checkbox.js";
|
|
7
7
|
import { CircularProgress as j, LinearProgress as z, SegmentedProgress as Y, StepsProgress as Q } from "./components/ui/Progress.js";
|
|
8
8
|
import { CommandPalette as q } from "./components/ui/CommandPalette.js";
|
|
9
9
|
import { ConfirmDialog as X, Dialog as $ } from "./components/ui/Dialog.js";
|
|
10
|
-
import { DIALOG_SURFACE_BOUNDARY_ATTR as or, DIALOG_SURFACE_HOST_ATTR as er, SURFACE_PORTAL_HOST_ATTR as tr, SURFACE_PORTAL_LAYER_ATTR as ar, __resetSurfacePortalScopeForTests as ir, ensureSurfacePortalInteractionTracking as nr, isSurfacePortalMode as cr, projectSurfacePortalPosition as Tr, projectSurfacePortalRect as
|
|
10
|
+
import { DIALOG_SURFACE_BOUNDARY_ATTR as or, DIALOG_SURFACE_HOST_ATTR as er, SURFACE_PORTAL_HOST_ATTR as tr, SURFACE_PORTAL_LAYER_ATTR as ar, __resetSurfacePortalScopeForTests as ir, ensureSurfacePortalInteractionTracking as nr, isSurfacePortalMode as cr, projectSurfacePortalPosition as Tr, projectSurfacePortalRect as lr, resolveSurfacePortalBoundaryRect as Cr, resolveSurfacePortalHost as pr, resolveSurfacePortalMount as mr, resolveSurfacePortalMountRect as sr } from "./components/ui/dialogSurfaceScope.js";
|
|
11
11
|
import { DirectoryInput as Ar } from "./components/ui/DirectoryInput.js";
|
|
12
12
|
import { DirectoryPicker as Er } from "./components/ui/DirectoryPicker.js";
|
|
13
|
-
import { Dropdown as
|
|
14
|
-
import { ErrorBlock as ur, HighlightBlock as Lr, InfoBlock as
|
|
13
|
+
import { Dropdown as Rr, Select as xr } from "./components/ui/Dropdown.js";
|
|
14
|
+
import { ErrorBlock as ur, HighlightBlock as Lr, InfoBlock as Fr, NoteBlock as Ir, SuccessBlock as gr, TipBlock as Pr, WarningBlock as Or } from "./components/ui/HighlightBlock.js";
|
|
15
15
|
import { FileSavePicker as Dr } from "./components/ui/FileSavePicker.js";
|
|
16
16
|
import { FloatingWindow as vr } from "./components/ui/FloatingWindow.js";
|
|
17
17
|
import { Form as kr, FormActions as Br, FormControl as br, FormDescription as Hr, FormDivider as Ur, FormField as Gr, FormLabel as Mr, FormMessage as Vr, FormRow as wr, FormSection as yr, useFormSubmitting as Kr } from "./components/ui/Form.js";
|
|
@@ -22,22 +22,23 @@ import { ProcessingIndicator as Xr } from "./components/ui/ProcessingIndicator.j
|
|
|
22
22
|
import { QuoteBlock as ro } from "./components/ui/QuoteBlock.js";
|
|
23
23
|
import { RadioGroup as eo, RadioList as to, RadioOption as ao } from "./components/ui/Radio.js";
|
|
24
24
|
import { SegmentedControl as no } from "./components/ui/SegmentedControl.js";
|
|
25
|
-
import { Stepper as To, Wizard as
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
25
|
+
import { Stepper as To, Wizard as lo, useWizard as Co } from "./components/ui/Stepper.js";
|
|
26
|
+
import { SurfaceFloatingLayer as mo } from "./components/ui/SurfaceFloatingLayer.js";
|
|
27
|
+
import { Switch as fo } from "./components/ui/Switch.js";
|
|
28
|
+
import { TabPanel as _o, Tabs as Eo } from "./components/ui/Tabs.js";
|
|
29
|
+
import { Tag as Ro } from "./components/ui/Tag.js";
|
|
30
|
+
import { Tooltip as uo } from "./components/ui/Tooltip.js";
|
|
31
|
+
import { clientToCanvasLocal as Fo, clientToCanvasWorld as Io, createViewportFromZoomAnchor as go, isPointInsideCanvasRect as Po, localToCanvasWorld as Oo } from "./components/ui/canvasGeometry.js";
|
|
32
|
+
import { startPointerSession as Do } from "./components/ui/pointerSession.js";
|
|
32
33
|
export {
|
|
33
34
|
e as AffixInput,
|
|
34
35
|
c as AnimatedBorderCard,
|
|
35
|
-
|
|
36
|
-
|
|
36
|
+
S as AreaChart,
|
|
37
|
+
F as Button,
|
|
37
38
|
g as CANVAS_WHEEL_INTERACTIVE_ATTR,
|
|
38
39
|
T as Card,
|
|
39
|
-
|
|
40
|
-
|
|
40
|
+
l as CardContent,
|
|
41
|
+
C as CardDescription,
|
|
41
42
|
p as CardFooter,
|
|
42
43
|
m as CardHeader,
|
|
43
44
|
s as CardTitle,
|
|
@@ -53,12 +54,12 @@ export {
|
|
|
53
54
|
D as DEFAULT_WORKBENCH_WIDGET_SHELL_SELECTOR,
|
|
54
55
|
or as DIALOG_SURFACE_BOUNDARY_ATTR,
|
|
55
56
|
er as DIALOG_SURFACE_HOST_ATTR,
|
|
56
|
-
|
|
57
|
-
|
|
57
|
+
R as DataBarChart,
|
|
58
|
+
x as DataPieChart,
|
|
58
59
|
$ as Dialog,
|
|
59
60
|
Ar as DirectoryInput,
|
|
60
61
|
Er as DirectoryPicker,
|
|
61
|
-
|
|
62
|
+
Rr as Dropdown,
|
|
62
63
|
ur as ErrorBlock,
|
|
63
64
|
Dr as FileSavePicker,
|
|
64
65
|
vr as FloatingWindow,
|
|
@@ -74,17 +75,17 @@ export {
|
|
|
74
75
|
yr as FormSection,
|
|
75
76
|
Lr as HighlightBlock,
|
|
76
77
|
zr as InfiniteCanvas,
|
|
77
|
-
|
|
78
|
+
Fr as InfoBlock,
|
|
78
79
|
t as Input,
|
|
79
80
|
f as Interactive3DCard,
|
|
80
81
|
h as LOCAL_INTERACTION_SURFACE_ATTR,
|
|
81
|
-
|
|
82
|
+
d as LineChart,
|
|
82
83
|
z as LinearProgress,
|
|
83
84
|
Qr as MobileKeyboard,
|
|
84
85
|
u as MonitoringChart,
|
|
85
86
|
A as MorphCard,
|
|
86
87
|
_ as NeonCard,
|
|
87
|
-
|
|
88
|
+
Ir as NoteBlock,
|
|
88
89
|
a as NumberInput,
|
|
89
90
|
qr as Pagination,
|
|
90
91
|
Xr as ProcessingIndicator,
|
|
@@ -96,34 +97,35 @@ export {
|
|
|
96
97
|
ar as SURFACE_PORTAL_LAYER_ATTR,
|
|
97
98
|
no as SegmentedControl,
|
|
98
99
|
Y as SegmentedProgress,
|
|
99
|
-
|
|
100
|
+
xr as Select,
|
|
100
101
|
To as Stepper,
|
|
101
102
|
Q as StepsProgress,
|
|
102
103
|
gr as SuccessBlock,
|
|
103
|
-
mo as
|
|
104
|
-
fo as
|
|
105
|
-
|
|
106
|
-
Eo as
|
|
104
|
+
mo as SurfaceFloatingLayer,
|
|
105
|
+
fo as Switch,
|
|
106
|
+
_o as TabPanel,
|
|
107
|
+
Eo as Tabs,
|
|
108
|
+
Ro as Tag,
|
|
107
109
|
i as Textarea,
|
|
108
110
|
Pr as TipBlock,
|
|
109
|
-
|
|
111
|
+
uo as Tooltip,
|
|
110
112
|
v as WORKBENCH_WIDGET_ACTIVATION_SURFACE_ATTR,
|
|
111
113
|
N as WORKBENCH_WIDGET_SHELL_ATTR,
|
|
112
114
|
Or as WarningBlock,
|
|
113
|
-
|
|
115
|
+
lo as Wizard,
|
|
114
116
|
ir as __resetSurfacePortalScopeForTests,
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
117
|
+
Fo as clientToCanvasLocal,
|
|
118
|
+
Io as clientToCanvasWorld,
|
|
119
|
+
go as createViewportFromZoomAnchor,
|
|
118
120
|
nr as ensureSurfacePortalInteractionTracking,
|
|
119
121
|
k as isLocalInteractionSurfaceTarget,
|
|
120
|
-
|
|
122
|
+
Po as isPointInsideCanvasRect,
|
|
121
123
|
cr as isSurfacePortalMode,
|
|
122
|
-
|
|
124
|
+
Oo as localToCanvasWorld,
|
|
123
125
|
Tr as projectSurfacePortalPosition,
|
|
124
|
-
|
|
126
|
+
lr as projectSurfacePortalRect,
|
|
125
127
|
B as resolveSurfaceInteractionTargetRole,
|
|
126
|
-
|
|
128
|
+
Cr as resolveSurfacePortalBoundaryRect,
|
|
127
129
|
pr as resolveSurfacePortalHost,
|
|
128
130
|
mr as resolveSurfacePortalMount,
|
|
129
131
|
sr as resolveSurfacePortalMountRect,
|
|
@@ -131,7 +133,7 @@ export {
|
|
|
131
133
|
H as resolveWorkbenchWidgetEventOwnership,
|
|
132
134
|
U as resolveWorkbenchWidgetLocalTypingTarget,
|
|
133
135
|
G as shouldActivateWorkbenchWidgetLocalTarget,
|
|
134
|
-
|
|
136
|
+
Do as startPointerSession,
|
|
135
137
|
Kr as useFormSubmitting,
|
|
136
|
-
|
|
138
|
+
Co as useWizard
|
|
137
139
|
};
|