@layers-app/shared 0.0.50 → 0.0.51
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/{KanbanLayout-oWz6EhPt.js → KanbanLayout-CqLSzjCH.js} +1 -1
- package/dist/components/FormViewer/helpers/conditions.d.ts +1 -1
- package/dist/components/FormViewer/helpers/helpers.d.ts +1 -1
- package/dist/components/FormViewer/helpers/steps.d.ts +1 -1
- package/dist/components/FormViewer/hooks/useActiveStep.d.ts +1 -1
- package/dist/components/FormViewer/store/formStore.d.ts +6 -6
- package/dist/components/FormViewer/store/formStoreApi.d.ts +3 -3
- package/dist/components/FormViewer/store/selectors.d.ts +342 -342
- package/dist/components/FormViewer/types/schemes.d.ts +22 -22
- package/dist/components/UserAvatar/index.d.ts +3 -2
- package/dist/components/modals/RemoveConfirmModal.d.ts +2 -0
- package/dist/{index-tn5CWDGz.js → index-By3Za6p9.js} +172 -158
- package/dist/index.js +2 -2
- package/dist/index.umd.cjs +4 -4
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ import "@mantine/form";
|
|
|
9
9
|
import "@mantine/dropzone";
|
|
10
10
|
import "@mantine/notifications";
|
|
11
11
|
import "lodash-es";
|
|
12
|
-
import { u as useOnboardingState, S as StatusBadge } from "./index-
|
|
12
|
+
import { u as useOnboardingState, S as StatusBadge } from "./index-By3Za6p9.js";
|
|
13
13
|
import "react-dom";
|
|
14
14
|
import "draggable-ui";
|
|
15
15
|
import "@mantine/modals";
|
|
@@ -244,7 +244,6 @@ export declare const getNextStep: (step: StepData, steps: StepData[], form: UseF
|
|
|
244
244
|
} | undefined;
|
|
245
245
|
align?: "center" | "end" | "start" | undefined;
|
|
246
246
|
primaryColor?: string | undefined;
|
|
247
|
-
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
248
247
|
background?: {
|
|
249
248
|
image?: string | undefined;
|
|
250
249
|
color?: string | undefined;
|
|
@@ -254,6 +253,7 @@ export declare const getNextStep: (step: StepData, steps: StepData[], form: UseF
|
|
|
254
253
|
fit?: string | undefined;
|
|
255
254
|
blendMode?: string | undefined;
|
|
256
255
|
} | undefined;
|
|
256
|
+
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
257
257
|
container?: {
|
|
258
258
|
color?: string | undefined;
|
|
259
259
|
opacity?: number | undefined;
|
|
@@ -243,7 +243,6 @@ export declare const sortSteps: (steps: StepData[]) => {
|
|
|
243
243
|
} | undefined;
|
|
244
244
|
align?: "center" | "end" | "start" | undefined;
|
|
245
245
|
primaryColor?: string | undefined;
|
|
246
|
-
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
247
246
|
background?: {
|
|
248
247
|
image?: string | undefined;
|
|
249
248
|
color?: string | undefined;
|
|
@@ -253,6 +252,7 @@ export declare const sortSteps: (steps: StepData[]) => {
|
|
|
253
252
|
fit?: string | undefined;
|
|
254
253
|
blendMode?: string | undefined;
|
|
255
254
|
} | undefined;
|
|
255
|
+
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
256
256
|
container?: {
|
|
257
257
|
color?: string | undefined;
|
|
258
258
|
opacity?: number | undefined;
|
|
@@ -243,7 +243,6 @@ export declare const getFirstStep: (steps: StepData[]) => {
|
|
|
243
243
|
} | undefined;
|
|
244
244
|
align?: "center" | "end" | "start" | undefined;
|
|
245
245
|
primaryColor?: string | undefined;
|
|
246
|
-
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
247
246
|
background?: {
|
|
248
247
|
image?: string | undefined;
|
|
249
248
|
color?: string | undefined;
|
|
@@ -253,6 +252,7 @@ export declare const getFirstStep: (steps: StepData[]) => {
|
|
|
253
252
|
fit?: string | undefined;
|
|
254
253
|
blendMode?: string | undefined;
|
|
255
254
|
} | undefined;
|
|
255
|
+
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
256
256
|
container?: {
|
|
257
257
|
color?: string | undefined;
|
|
258
258
|
opacity?: number | undefined;
|
|
@@ -241,7 +241,6 @@ export declare const useActiveStep: () => {
|
|
|
241
241
|
} | undefined;
|
|
242
242
|
align?: "center" | "end" | "start" | undefined;
|
|
243
243
|
primaryColor?: string | undefined;
|
|
244
|
-
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
245
244
|
background?: {
|
|
246
245
|
image?: string | undefined;
|
|
247
246
|
color?: string | undefined;
|
|
@@ -251,6 +250,7 @@ export declare const useActiveStep: () => {
|
|
|
251
250
|
fit?: string | undefined;
|
|
252
251
|
blendMode?: string | undefined;
|
|
253
252
|
} | undefined;
|
|
253
|
+
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
254
254
|
container?: {
|
|
255
255
|
color?: string | undefined;
|
|
256
256
|
opacity?: number | undefined;
|
|
@@ -69,7 +69,6 @@ export declare const createFormStore: () => {
|
|
|
69
69
|
} | undefined;
|
|
70
70
|
align?: "center" | "end" | "start" | undefined;
|
|
71
71
|
primaryColor?: string | undefined;
|
|
72
|
-
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
73
72
|
background?: {
|
|
74
73
|
image?: string | undefined;
|
|
75
74
|
color?: string | undefined;
|
|
@@ -79,6 +78,7 @@ export declare const createFormStore: () => {
|
|
|
79
78
|
fit?: string | undefined;
|
|
80
79
|
blendMode?: string | undefined;
|
|
81
80
|
} | undefined;
|
|
81
|
+
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
82
82
|
container?: {
|
|
83
83
|
color?: string | undefined;
|
|
84
84
|
opacity?: number | undefined;
|
|
@@ -351,7 +351,6 @@ export declare const createFormStore: () => {
|
|
|
351
351
|
} | undefined;
|
|
352
352
|
align?: "center" | "end" | "start" | undefined;
|
|
353
353
|
primaryColor?: string | undefined;
|
|
354
|
-
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
355
354
|
background?: {
|
|
356
355
|
image?: string | undefined;
|
|
357
356
|
color?: string | undefined;
|
|
@@ -361,6 +360,7 @@ export declare const createFormStore: () => {
|
|
|
361
360
|
fit?: string | undefined;
|
|
362
361
|
blendMode?: string | undefined;
|
|
363
362
|
} | undefined;
|
|
363
|
+
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
364
364
|
container?: {
|
|
365
365
|
color?: string | undefined;
|
|
366
366
|
opacity?: number | undefined;
|
|
@@ -632,7 +632,6 @@ export declare const createFormStore: () => {
|
|
|
632
632
|
} | undefined;
|
|
633
633
|
align?: "center" | "end" | "start" | undefined;
|
|
634
634
|
primaryColor?: string | undefined;
|
|
635
|
-
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
636
635
|
background?: {
|
|
637
636
|
image?: string | undefined;
|
|
638
637
|
color?: string | undefined;
|
|
@@ -642,6 +641,7 @@ export declare const createFormStore: () => {
|
|
|
642
641
|
fit?: string | undefined;
|
|
643
642
|
blendMode?: string | undefined;
|
|
644
643
|
} | undefined;
|
|
644
|
+
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
645
645
|
container?: {
|
|
646
646
|
color?: string | undefined;
|
|
647
647
|
opacity?: number | undefined;
|
|
@@ -747,7 +747,6 @@ export declare const useFormViewerStore: () => {
|
|
|
747
747
|
} | undefined;
|
|
748
748
|
align?: "center" | "end" | "start" | undefined;
|
|
749
749
|
primaryColor?: string | undefined;
|
|
750
|
-
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
751
750
|
background?: {
|
|
752
751
|
image?: string | undefined;
|
|
753
752
|
color?: string | undefined;
|
|
@@ -757,6 +756,7 @@ export declare const useFormViewerStore: () => {
|
|
|
757
756
|
fit?: string | undefined;
|
|
758
757
|
blendMode?: string | undefined;
|
|
759
758
|
} | undefined;
|
|
759
|
+
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
760
760
|
container?: {
|
|
761
761
|
color?: string | undefined;
|
|
762
762
|
opacity?: number | undefined;
|
|
@@ -1029,7 +1029,6 @@ export declare const useFormViewerStore: () => {
|
|
|
1029
1029
|
} | undefined;
|
|
1030
1030
|
align?: "center" | "end" | "start" | undefined;
|
|
1031
1031
|
primaryColor?: string | undefined;
|
|
1032
|
-
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
1033
1032
|
background?: {
|
|
1034
1033
|
image?: string | undefined;
|
|
1035
1034
|
color?: string | undefined;
|
|
@@ -1039,6 +1038,7 @@ export declare const useFormViewerStore: () => {
|
|
|
1039
1038
|
fit?: string | undefined;
|
|
1040
1039
|
blendMode?: string | undefined;
|
|
1041
1040
|
} | undefined;
|
|
1041
|
+
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
1042
1042
|
container?: {
|
|
1043
1043
|
color?: string | undefined;
|
|
1044
1044
|
opacity?: number | undefined;
|
|
@@ -1310,7 +1310,6 @@ export declare const useFormViewerStore: () => {
|
|
|
1310
1310
|
} | undefined;
|
|
1311
1311
|
align?: "center" | "end" | "start" | undefined;
|
|
1312
1312
|
primaryColor?: string | undefined;
|
|
1313
|
-
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
1314
1313
|
background?: {
|
|
1315
1314
|
image?: string | undefined;
|
|
1316
1315
|
color?: string | undefined;
|
|
@@ -1320,6 +1319,7 @@ export declare const useFormViewerStore: () => {
|
|
|
1320
1319
|
fit?: string | undefined;
|
|
1321
1320
|
blendMode?: string | undefined;
|
|
1322
1321
|
} | undefined;
|
|
1322
|
+
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
1323
1323
|
container?: {
|
|
1324
1324
|
color?: string | undefined;
|
|
1325
1325
|
opacity?: number | undefined;
|
|
@@ -50,7 +50,6 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
|
|
|
50
50
|
} | undefined;
|
|
51
51
|
align?: "center" | "end" | "start" | undefined;
|
|
52
52
|
primaryColor?: string | undefined;
|
|
53
|
-
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
54
53
|
background?: {
|
|
55
54
|
image?: string | undefined;
|
|
56
55
|
color?: string | undefined;
|
|
@@ -60,6 +59,7 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
|
|
|
60
59
|
fit?: string | undefined;
|
|
61
60
|
blendMode?: string | undefined;
|
|
62
61
|
} | undefined;
|
|
62
|
+
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
63
63
|
container?: {
|
|
64
64
|
color?: string | undefined;
|
|
65
65
|
opacity?: number | undefined;
|
|
@@ -332,7 +332,6 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
|
|
|
332
332
|
} | undefined;
|
|
333
333
|
align?: "center" | "end" | "start" | undefined;
|
|
334
334
|
primaryColor?: string | undefined;
|
|
335
|
-
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
336
335
|
background?: {
|
|
337
336
|
image?: string | undefined;
|
|
338
337
|
color?: string | undefined;
|
|
@@ -342,6 +341,7 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
|
|
|
342
341
|
fit?: string | undefined;
|
|
343
342
|
blendMode?: string | undefined;
|
|
344
343
|
} | undefined;
|
|
344
|
+
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
345
345
|
container?: {
|
|
346
346
|
color?: string | undefined;
|
|
347
347
|
opacity?: number | undefined;
|
|
@@ -613,7 +613,6 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
|
|
|
613
613
|
} | undefined;
|
|
614
614
|
align?: "center" | "end" | "start" | undefined;
|
|
615
615
|
primaryColor?: string | undefined;
|
|
616
|
-
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
617
616
|
background?: {
|
|
618
617
|
image?: string | undefined;
|
|
619
618
|
color?: string | undefined;
|
|
@@ -623,6 +622,7 @@ export declare const createFormStoreApi: (store: UseBoundStore<StoreApi<FormStor
|
|
|
623
622
|
fit?: string | undefined;
|
|
624
623
|
blendMode?: string | undefined;
|
|
625
624
|
} | undefined;
|
|
625
|
+
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
626
626
|
container?: {
|
|
627
627
|
color?: string | undefined;
|
|
628
628
|
opacity?: number | undefined;
|