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