@floegence/floe-webapp-core 0.46.5 → 0.46.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/icons/index.d.ts +1 -0
- package/dist/components/icons/index.js +410 -399
- package/dist/components/ui/Dropdown.d.ts +2 -0
- package/dist/components/ui/Dropdown.js +162 -155
- package/dist/components/ui/FileOpenPicker.d.ts +21 -0
- package/dist/components/ui/FileOpenPicker.js +244 -0
- package/dist/components/ui/index.d.ts +1 -0
- package/dist/components/ui/picker/PickerBase.d.ts +2 -2
- package/dist/components/ui/picker/PickerBase.js +176 -169
- package/dist/full.js +769 -764
- package/dist/icons.js +177 -176
- package/dist/styles.css +1 -1
- package/dist/ui.js +95 -91
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -1,54 +1,55 @@
|
|
|
1
1
|
import { AffixInput as e, Input as t, NumberInput as a, Textarea as i } from "./components/ui/Input.js";
|
|
2
|
-
import { AnimatedBorderCard as T, Card as c, CardContent as l, CardDescription as
|
|
3
|
-
import { AreaChart as
|
|
4
|
-
import { Button as
|
|
5
|
-
import { CANVAS_WHEEL_INTERACTIVE_ATTR as I, DEFAULT_CANVAS_WHEEL_INTERACTIVE_SELECTOR as O, DEFAULT_LOCAL_INTERACTION_SURFACE_SELECTOR as P, 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
|
|
6
|
-
import { Checkbox as y, CheckboxGroup as
|
|
2
|
+
import { AnimatedBorderCard as T, Card as c, CardContent as l, CardDescription as p, CardFooter as m, CardHeader as C, CardTitle as E, Interactive3DCard as s, MorphCard as f, NeonCard as _ } from "./components/ui/Card.js";
|
|
3
|
+
import { AreaChart as A, DataBarChart as R, DataPieChart as x, LineChart as d, MonitoringChart as u } from "./components/ui/Charts.js";
|
|
4
|
+
import { Button as L } from "./components/ui/Button.js";
|
|
5
|
+
import { CANVAS_WHEEL_INTERACTIVE_ATTR as I, DEFAULT_CANVAS_WHEEL_INTERACTIVE_SELECTOR as O, DEFAULT_LOCAL_INTERACTION_SURFACE_SELECTOR as P, 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 G, shouldActivateWorkbenchWidgetLocalTarget as K } from "./components/ui/localInteractionSurface.js";
|
|
6
|
+
import { Checkbox as y, 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 ro, Dialog as eo } from "./components/ui/Dialog.js";
|
|
10
|
-
import { DIALOG_SURFACE_BOUNDARY_ATTR as ao, DIALOG_SURFACE_HOST_ATTR as io, SURFACE_PORTAL_HOST_ATTR as no, SURFACE_PORTAL_LAYER_ATTR as To, __resetSurfacePortalScopeForTests as co, ensureSurfacePortalInteractionTracking as lo, isSurfacePortalMode as
|
|
11
|
-
import { DialogPlacementProvider as
|
|
10
|
+
import { DIALOG_SURFACE_BOUNDARY_ATTR as ao, DIALOG_SURFACE_HOST_ATTR as io, SURFACE_PORTAL_HOST_ATTR as no, SURFACE_PORTAL_LAYER_ATTR as To, __resetSurfacePortalScopeForTests as co, ensureSurfacePortalInteractionTracking as lo, isSurfacePortalMode as po, projectSurfacePortalPosition as mo, projectSurfacePortalRect as Co, resolveSurfacePortalBoundaryRect as Eo, resolveSurfacePortalHost as so, resolveSurfacePortalMount as fo, resolveSurfacePortalMountRect as _o } from "./components/ui/dialogSurfaceScope.js";
|
|
11
|
+
import { DialogPlacementProvider as Ao } from "./components/ui/DialogPlacementContext.js";
|
|
12
12
|
import { DirectoryInput as xo } from "./components/ui/DirectoryInput.js";
|
|
13
|
-
import { DirectoryPicker as
|
|
14
|
-
import { Dropdown as
|
|
15
|
-
import { ErrorBlock as Po, HighlightBlock as Wo, InfoBlock as Do, NoteBlock as No, SuccessBlock as vo, TipBlock as ho, WarningBlock as
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
13
|
+
import { DirectoryPicker as Fo } from "./components/ui/DirectoryPicker.js";
|
|
14
|
+
import { Dropdown as go, Select as Io } from "./components/ui/Dropdown.js";
|
|
15
|
+
import { ErrorBlock as Po, HighlightBlock as Wo, InfoBlock as Do, NoteBlock as No, SuccessBlock as vo, TipBlock as ho, WarningBlock as ko } from "./components/ui/HighlightBlock.js";
|
|
16
|
+
import { FileOpenPicker as Uo, normalizeFileOpenSelection as bo, updateFileOpenSelection as Ho } from "./components/ui/FileOpenPicker.js";
|
|
17
|
+
import { FileSavePicker as wo } from "./components/ui/FileSavePicker.js";
|
|
18
|
+
import { FloatingWindow as Ko } from "./components/ui/FloatingWindow.js";
|
|
19
|
+
import { Form as yo, FormActions as zo, FormControl as jo, FormDescription as Xo, FormDivider as Yo, FormField as Qo, FormLabel as Zo, FormMessage as qo, FormRow as Jo, FormSection as $o, useFormSubmitting as or } from "./components/ui/Form.js";
|
|
20
|
+
import { InfiniteCanvas as er } from "./components/ui/InfiniteCanvas.js";
|
|
21
|
+
import { MENU_ITEM_SELECTOR as ar, focusMenuItem as ir, getMenuItems as nr, handleMenuKeyboardNavigation as Tr, moveMenuFocus as cr } from "./components/ui/menuUtils.js";
|
|
22
|
+
import { MobileKeyboard as pr } from "./components/ui/MobileKeyboard.js";
|
|
23
|
+
import { Pagination as Cr } from "./components/ui/Pagination.js";
|
|
24
|
+
import { ProcessingIndicator as sr } from "./components/ui/ProcessingIndicator.js";
|
|
25
|
+
import { QuoteBlock as _r } from "./components/ui/QuoteBlock.js";
|
|
26
|
+
import { RadioGroup as Ar, RadioList as Rr, RadioOption as xr } from "./components/ui/Radio.js";
|
|
27
|
+
import { SegmentedControl as ur } from "./components/ui/SegmentedControl.js";
|
|
28
|
+
import { Stepper as Lr, Wizard as gr, useWizard as Ir } from "./components/ui/Stepper.js";
|
|
29
|
+
import { SurfaceFloatingLayer as Pr } from "./components/ui/SurfaceFloatingLayer.js";
|
|
30
|
+
import { Switch as Dr } from "./components/ui/Switch.js";
|
|
31
|
+
import { TabPanel as vr, Tabs as hr } from "./components/ui/Tabs.js";
|
|
32
|
+
import { Tag as Br } from "./components/ui/Tag.js";
|
|
33
|
+
import { Tooltip as br } from "./components/ui/Tooltip.js";
|
|
34
|
+
import { clientToCanvasLocal as Mr, clientToCanvasWorld as wr, createViewportFromZoomAnchor as Gr, isPointInsideCanvasRect as Kr, localToCanvasWorld as Vr } from "./components/ui/canvasGeometry.js";
|
|
35
|
+
import { createFloatingPresence as zr } from "./components/ui/floatingPresence.js";
|
|
36
|
+
import { resolveFloatingWindowViewport as Xr } from "./components/ui/floatingWindowGeometry.js";
|
|
37
|
+
import { startPointerSession as Qr } from "./components/ui/pointerSession.js";
|
|
37
38
|
export {
|
|
38
39
|
e as AffixInput,
|
|
39
40
|
T as AnimatedBorderCard,
|
|
40
|
-
|
|
41
|
-
|
|
41
|
+
A as AreaChart,
|
|
42
|
+
L as Button,
|
|
42
43
|
I as CANVAS_WHEEL_INTERACTIVE_ATTR,
|
|
43
44
|
c as Card,
|
|
44
45
|
l as CardContent,
|
|
45
|
-
|
|
46
|
+
p as CardDescription,
|
|
46
47
|
m as CardFooter,
|
|
47
|
-
|
|
48
|
-
|
|
48
|
+
C as CardHeader,
|
|
49
|
+
E as CardTitle,
|
|
49
50
|
y as Checkbox,
|
|
50
|
-
|
|
51
|
-
|
|
51
|
+
z as CheckboxGroup,
|
|
52
|
+
j as CheckboxList,
|
|
52
53
|
Y as CircularProgress,
|
|
53
54
|
$ as CommandPalette,
|
|
54
55
|
ro as ConfirmDialog,
|
|
@@ -62,84 +63,86 @@ export {
|
|
|
62
63
|
R as DataBarChart,
|
|
63
64
|
x as DataPieChart,
|
|
64
65
|
eo as Dialog,
|
|
65
|
-
|
|
66
|
+
Ao as DialogPlacementProvider,
|
|
66
67
|
xo as DirectoryInput,
|
|
67
|
-
|
|
68
|
-
|
|
68
|
+
Fo as DirectoryPicker,
|
|
69
|
+
go as Dropdown,
|
|
69
70
|
Po as ErrorBlock,
|
|
70
|
-
Uo as
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
71
|
+
Uo as FileOpenPicker,
|
|
72
|
+
wo as FileSavePicker,
|
|
73
|
+
Ko as FloatingWindow,
|
|
74
|
+
yo as Form,
|
|
75
|
+
zo as FormActions,
|
|
76
|
+
jo as FormControl,
|
|
77
|
+
Xo as FormDescription,
|
|
78
|
+
Yo as FormDivider,
|
|
79
|
+
Qo as FormField,
|
|
80
|
+
Zo as FormLabel,
|
|
81
|
+
qo as FormMessage,
|
|
82
|
+
Jo as FormRow,
|
|
83
|
+
$o as FormSection,
|
|
82
84
|
Wo as HighlightBlock,
|
|
83
|
-
|
|
85
|
+
er as InfiniteCanvas,
|
|
84
86
|
Do as InfoBlock,
|
|
85
87
|
t as Input,
|
|
86
88
|
s as Interactive3DCard,
|
|
87
89
|
v as LOCAL_INTERACTION_SURFACE_ATTR,
|
|
88
90
|
d as LineChart,
|
|
89
91
|
Q as LinearProgress,
|
|
90
|
-
|
|
91
|
-
|
|
92
|
+
ar as MENU_ITEM_SELECTOR,
|
|
93
|
+
pr as MobileKeyboard,
|
|
92
94
|
u as MonitoringChart,
|
|
93
95
|
f as MorphCard,
|
|
94
96
|
_ as NeonCard,
|
|
95
97
|
No as NoteBlock,
|
|
96
98
|
a as NumberInput,
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
99
|
+
Cr as Pagination,
|
|
100
|
+
sr as ProcessingIndicator,
|
|
101
|
+
_r as QuoteBlock,
|
|
102
|
+
Ar as RadioGroup,
|
|
103
|
+
Rr as RadioList,
|
|
104
|
+
xr as RadioOption,
|
|
103
105
|
no as SURFACE_PORTAL_HOST_ATTR,
|
|
104
106
|
To as SURFACE_PORTAL_LAYER_ATTR,
|
|
105
|
-
|
|
107
|
+
ur as SegmentedControl,
|
|
106
108
|
Z as SegmentedProgress,
|
|
107
109
|
Io as Select,
|
|
108
|
-
|
|
110
|
+
Lr as Stepper,
|
|
109
111
|
q as StepsProgress,
|
|
110
112
|
vo as SuccessBlock,
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
113
|
+
Pr as SurfaceFloatingLayer,
|
|
114
|
+
Dr as Switch,
|
|
115
|
+
vr as TabPanel,
|
|
116
|
+
hr as Tabs,
|
|
117
|
+
Br as Tag,
|
|
116
118
|
i as Textarea,
|
|
117
119
|
ho as TipBlock,
|
|
118
|
-
|
|
120
|
+
br as Tooltip,
|
|
119
121
|
h as WORKBENCH_TEXT_SELECTION_SURFACE_ATTR,
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
122
|
+
k as WORKBENCH_WIDGET_ACTIVATION_SURFACE_ATTR,
|
|
123
|
+
B as WORKBENCH_WIDGET_SHELL_ATTR,
|
|
124
|
+
ko as WarningBlock,
|
|
125
|
+
gr as Wizard,
|
|
124
126
|
co as __resetSurfacePortalScopeForTests,
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
127
|
+
Mr as clientToCanvasLocal,
|
|
128
|
+
wr as clientToCanvasWorld,
|
|
129
|
+
zr as createFloatingPresence,
|
|
130
|
+
Gr as createViewportFromZoomAnchor,
|
|
129
131
|
lo as ensureSurfacePortalInteractionTracking,
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
132
|
+
ir as focusMenuItem,
|
|
133
|
+
nr as getMenuItems,
|
|
134
|
+
Tr as handleMenuKeyboardNavigation,
|
|
133
135
|
U as isLocalInteractionSurfaceTarget,
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
136
|
+
Kr as isPointInsideCanvasRect,
|
|
137
|
+
po as isSurfacePortalMode,
|
|
138
|
+
Vr as localToCanvasWorld,
|
|
139
|
+
cr as moveMenuFocus,
|
|
140
|
+
bo as normalizeFileOpenSelection,
|
|
138
141
|
mo as projectSurfacePortalPosition,
|
|
139
|
-
|
|
140
|
-
|
|
142
|
+
Co as projectSurfacePortalRect,
|
|
143
|
+
Xr as resolveFloatingWindowViewport,
|
|
141
144
|
b as resolveSurfaceInteractionTargetRole,
|
|
142
|
-
|
|
145
|
+
Eo as resolveSurfacePortalBoundaryRect,
|
|
143
146
|
so as resolveSurfacePortalHost,
|
|
144
147
|
fo as resolveSurfacePortalMount,
|
|
145
148
|
_o as resolveSurfacePortalMountRect,
|
|
@@ -148,7 +151,8 @@ export {
|
|
|
148
151
|
w as resolveWorkbenchWidgetLocalTypingTarget,
|
|
149
152
|
G as resolveWorkbenchWidgetTextSelectionTarget,
|
|
150
153
|
K as shouldActivateWorkbenchWidgetLocalTarget,
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
+
Qr as startPointerSession,
|
|
155
|
+
Ho as updateFileOpenSelection,
|
|
156
|
+
or as useFormSubmitting,
|
|
157
|
+
Ir as useWizard
|
|
154
158
|
};
|