@floegence/floe-webapp-core 0.36.2 → 0.36.3
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/Dialog.js +67 -62
- package/dist/components/ui/InfiniteCanvas.js +80 -77
- package/dist/components/ui/index.d.ts +1 -0
- package/dist/components/ui/localInteractionSurface.d.ts +11 -0
- package/dist/components/ui/localInteractionSurface.js +20 -0
- package/dist/full.js +497 -492
- package/dist/ui.js +90 -85
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -1,100 +1,105 @@
|
|
|
1
1
|
import { AffixInput as e, Input as t, NumberInput as a, Textarea as i } from "./components/ui/Input.js";
|
|
2
|
-
import { AnimatedBorderCard as
|
|
3
|
-
import { AreaChart as
|
|
4
|
-
import { Button as
|
|
5
|
-
import { Checkbox as
|
|
6
|
-
import { CircularProgress as
|
|
7
|
-
import { CommandPalette as
|
|
8
|
-
import { ConfirmDialog as
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
2
|
+
import { AnimatedBorderCard as n, Card as p, CardContent as f, CardDescription as x, CardFooter as c, CardHeader as C, CardTitle as d, Interactive3DCard as l, MorphCard as s, NeonCard as g } from "./components/ui/Card.js";
|
|
3
|
+
import { AreaChart as T, DataBarChart as u, DataPieChart as S, LineChart as I, MonitoringChart as k } from "./components/ui/Charts.js";
|
|
4
|
+
import { Button as A } from "./components/ui/Button.js";
|
|
5
|
+
import { Checkbox as L, CheckboxGroup as B, CheckboxList as P } from "./components/ui/Checkbox.js";
|
|
6
|
+
import { CircularProgress as b, LinearProgress as E, SegmentedProgress as N, StepsProgress as _ } from "./components/ui/Progress.js";
|
|
7
|
+
import { CommandPalette as v } from "./components/ui/CommandPalette.js";
|
|
8
|
+
import { ConfirmDialog as M, Dialog as W } from "./components/ui/Dialog.js";
|
|
9
|
+
import { DEFAULT_LOCAL_INTERACTION_SURFACE_SELECTOR as U, LOCAL_INTERACTION_SURFACE_ATTR as z, isLocalInteractionSurfaceTarget as G, resolveSurfaceInteractionTargetRole as H } from "./components/ui/localInteractionSurface.js";
|
|
10
|
+
import { DirectoryInput as Q } from "./components/ui/DirectoryInput.js";
|
|
11
|
+
import { DirectoryPicker as q } from "./components/ui/DirectoryPicker.js";
|
|
12
|
+
import { Dropdown as V, Select as X } from "./components/ui/Dropdown.js";
|
|
13
|
+
import { ErrorBlock as Z, HighlightBlock as $, InfoBlock as rr, NoteBlock as or, SuccessBlock as er, TipBlock as tr, WarningBlock as ar } from "./components/ui/HighlightBlock.js";
|
|
14
|
+
import { FileSavePicker as mr } from "./components/ui/FileSavePicker.js";
|
|
15
|
+
import { FloatingWindow as pr } from "./components/ui/FloatingWindow.js";
|
|
16
|
+
import { Form as xr, FormActions as cr, FormControl as Cr, FormDescription as dr, FormDivider as lr, FormField as sr, FormLabel as gr, FormMessage as Fr, FormRow as Tr, FormSection as ur, useFormSubmitting as Sr } from "./components/ui/Form.js";
|
|
17
|
+
import { InfiniteCanvas as kr } from "./components/ui/InfiniteCanvas.js";
|
|
18
|
+
import { MobileKeyboard as Ar } from "./components/ui/MobileKeyboard.js";
|
|
19
|
+
import { Pagination as Lr } from "./components/ui/Pagination.js";
|
|
19
20
|
import { ProcessingIndicator as Pr } from "./components/ui/ProcessingIndicator.js";
|
|
20
|
-
import { QuoteBlock as
|
|
21
|
-
import { RadioGroup as
|
|
22
|
-
import { SegmentedControl as
|
|
23
|
-
import { Stepper as
|
|
24
|
-
import { Switch as
|
|
25
|
-
import { TabPanel as
|
|
26
|
-
import { Tag as
|
|
27
|
-
import { Tooltip as
|
|
21
|
+
import { QuoteBlock as br } from "./components/ui/QuoteBlock.js";
|
|
22
|
+
import { RadioGroup as Nr, RadioList as _r, RadioOption as Or } from "./components/ui/Radio.js";
|
|
23
|
+
import { SegmentedControl as wr } from "./components/ui/SegmentedControl.js";
|
|
24
|
+
import { Stepper as Wr, Wizard as yr, useWizard as Ur } from "./components/ui/Stepper.js";
|
|
25
|
+
import { Switch as Gr } from "./components/ui/Switch.js";
|
|
26
|
+
import { TabPanel as Kr, Tabs as Qr } from "./components/ui/Tabs.js";
|
|
27
|
+
import { Tag as qr } from "./components/ui/Tag.js";
|
|
28
|
+
import { Tooltip as Vr } from "./components/ui/Tooltip.js";
|
|
28
29
|
export {
|
|
29
30
|
e as AffixInput,
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
n as AnimatedBorderCard,
|
|
32
|
+
T as AreaChart,
|
|
33
|
+
A as Button,
|
|
34
|
+
p as Card,
|
|
34
35
|
f as CardContent,
|
|
35
36
|
x as CardDescription,
|
|
36
37
|
c as CardFooter,
|
|
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
|
-
|
|
65
|
-
|
|
66
|
-
|
|
38
|
+
C as CardHeader,
|
|
39
|
+
d as CardTitle,
|
|
40
|
+
L as Checkbox,
|
|
41
|
+
B as CheckboxGroup,
|
|
42
|
+
P as CheckboxList,
|
|
43
|
+
b as CircularProgress,
|
|
44
|
+
v as CommandPalette,
|
|
45
|
+
M as ConfirmDialog,
|
|
46
|
+
U as DEFAULT_LOCAL_INTERACTION_SURFACE_SELECTOR,
|
|
47
|
+
u as DataBarChart,
|
|
48
|
+
S as DataPieChart,
|
|
49
|
+
W as Dialog,
|
|
50
|
+
Q as DirectoryInput,
|
|
51
|
+
q as DirectoryPicker,
|
|
52
|
+
V as Dropdown,
|
|
53
|
+
Z as ErrorBlock,
|
|
54
|
+
mr as FileSavePicker,
|
|
55
|
+
pr as FloatingWindow,
|
|
56
|
+
xr as Form,
|
|
57
|
+
cr as FormActions,
|
|
58
|
+
Cr as FormControl,
|
|
59
|
+
dr as FormDescription,
|
|
60
|
+
lr as FormDivider,
|
|
61
|
+
sr as FormField,
|
|
62
|
+
gr as FormLabel,
|
|
63
|
+
Fr as FormMessage,
|
|
64
|
+
Tr as FormRow,
|
|
65
|
+
ur as FormSection,
|
|
66
|
+
$ as HighlightBlock,
|
|
67
|
+
kr as InfiniteCanvas,
|
|
68
|
+
rr as InfoBlock,
|
|
67
69
|
t as Input,
|
|
68
70
|
l as Interactive3DCard,
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
71
|
+
z as LOCAL_INTERACTION_SURFACE_ATTR,
|
|
72
|
+
I as LineChart,
|
|
73
|
+
E as LinearProgress,
|
|
74
|
+
Ar as MobileKeyboard,
|
|
75
|
+
k as MonitoringChart,
|
|
73
76
|
s as MorphCard,
|
|
74
77
|
g as NeonCard,
|
|
75
|
-
|
|
78
|
+
or as NoteBlock,
|
|
76
79
|
a as NumberInput,
|
|
77
|
-
|
|
80
|
+
Lr as Pagination,
|
|
78
81
|
Pr as ProcessingIndicator,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
82
|
+
br as QuoteBlock,
|
|
83
|
+
Nr as RadioGroup,
|
|
84
|
+
_r as RadioList,
|
|
85
|
+
Or as RadioOption,
|
|
86
|
+
wr as SegmentedControl,
|
|
87
|
+
N as SegmentedProgress,
|
|
88
|
+
X as Select,
|
|
89
|
+
Wr as Stepper,
|
|
90
|
+
_ as StepsProgress,
|
|
91
|
+
er as SuccessBlock,
|
|
92
|
+
Gr as Switch,
|
|
93
|
+
Kr as TabPanel,
|
|
94
|
+
Qr as Tabs,
|
|
95
|
+
qr as Tag,
|
|
93
96
|
i as Textarea,
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
97
|
+
tr as TipBlock,
|
|
98
|
+
Vr as Tooltip,
|
|
99
|
+
ar as WarningBlock,
|
|
100
|
+
yr as Wizard,
|
|
101
|
+
G as isLocalInteractionSurfaceTarget,
|
|
102
|
+
H as resolveSurfaceInteractionTargetRole,
|
|
103
|
+
Sr as useFormSubmitting,
|
|
104
|
+
Ur as useWizard
|
|
100
105
|
};
|