lew-ui 2.4.13 → 2.4.14
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/LICENSE +21 -21
- package/README.md +46 -46
- package/README.zh-CN.md +48 -48
- package/dist/confetti.browser.min.js +456 -456
- package/dist/docs/views/form-engine/schema/compoments-menus.d.ts +31 -21
- package/dist/docs/views/form-engine/schema/components/slider-range.d.ts +0 -16
- package/dist/docs/views/form-engine/schema/components/slider.d.ts +0 -16
- package/dist/index.mjs +134 -95
- package/dist/index.umd.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -835,25 +835,9 @@ export declare const componentsMenusSchema: ({
|
|
|
835
835
|
componentWidth: number;
|
|
836
836
|
props: {
|
|
837
837
|
align: string;
|
|
838
|
-
itemWidth?: undefined;
|
|
839
|
-
options?: undefined;
|
|
840
838
|
};
|
|
841
839
|
field: string;
|
|
842
840
|
direction?: undefined;
|
|
843
|
-
} | {
|
|
844
|
-
label: string;
|
|
845
|
-
as: string;
|
|
846
|
-
field: string;
|
|
847
|
-
props: {
|
|
848
|
-
itemWidth: string;
|
|
849
|
-
options: {
|
|
850
|
-
label: string;
|
|
851
|
-
value: string;
|
|
852
|
-
}[];
|
|
853
|
-
align?: undefined;
|
|
854
|
-
};
|
|
855
|
-
direction?: undefined;
|
|
856
|
-
componentWidth?: undefined;
|
|
857
841
|
})[];
|
|
858
842
|
props: {
|
|
859
843
|
step: number;
|
|
@@ -883,18 +867,45 @@ export declare const componentsMenusSchema: ({
|
|
|
883
867
|
label: string;
|
|
884
868
|
fieldType: never[];
|
|
885
869
|
as: string;
|
|
870
|
+
schema: ({
|
|
871
|
+
label: string;
|
|
872
|
+
as: string;
|
|
873
|
+
field: string;
|
|
874
|
+
direction: string;
|
|
875
|
+
componentWidth?: undefined;
|
|
876
|
+
props?: undefined;
|
|
877
|
+
} | {
|
|
878
|
+
label: string;
|
|
879
|
+
as: string;
|
|
880
|
+
componentWidth: number;
|
|
881
|
+
field: string;
|
|
882
|
+
direction?: undefined;
|
|
883
|
+
props?: undefined;
|
|
884
|
+
} | {
|
|
885
|
+
label: string;
|
|
886
|
+
as: string;
|
|
887
|
+
componentWidth: number;
|
|
888
|
+
props: {
|
|
889
|
+
align: string;
|
|
890
|
+
};
|
|
891
|
+
field: string;
|
|
892
|
+
direction?: undefined;
|
|
893
|
+
})[];
|
|
886
894
|
props: {
|
|
887
|
-
|
|
888
|
-
|
|
895
|
+
step: number;
|
|
896
|
+
options: {
|
|
897
|
+
label: string;
|
|
898
|
+
value: number;
|
|
899
|
+
}[];
|
|
889
900
|
clearable?: undefined;
|
|
890
901
|
type?: undefined;
|
|
891
902
|
align?: undefined;
|
|
892
|
-
|
|
903
|
+
showCount?: undefined;
|
|
904
|
+
maxLength?: undefined;
|
|
893
905
|
width?: undefined;
|
|
894
906
|
round?: undefined;
|
|
895
907
|
direction?: undefined;
|
|
896
908
|
iconable?: undefined;
|
|
897
|
-
options?: undefined;
|
|
898
909
|
label?: undefined;
|
|
899
910
|
trigger?: undefined;
|
|
900
911
|
showCheckIcon?: undefined;
|
|
@@ -903,7 +914,6 @@ export declare const componentsMenusSchema: ({
|
|
|
903
914
|
free?: undefined;
|
|
904
915
|
viewMode?: undefined;
|
|
905
916
|
};
|
|
906
|
-
schema?: undefined;
|
|
907
917
|
field?: undefined;
|
|
908
918
|
} | {
|
|
909
919
|
label: string;
|
|
@@ -18,24 +18,8 @@ declare const _default: ({
|
|
|
18
18
|
componentWidth: number;
|
|
19
19
|
props: {
|
|
20
20
|
align: string;
|
|
21
|
-
itemWidth?: undefined;
|
|
22
|
-
options?: undefined;
|
|
23
21
|
};
|
|
24
22
|
field: string;
|
|
25
23
|
direction?: undefined;
|
|
26
|
-
} | {
|
|
27
|
-
label: string;
|
|
28
|
-
as: string;
|
|
29
|
-
field: string;
|
|
30
|
-
props: {
|
|
31
|
-
itemWidth: string;
|
|
32
|
-
options: {
|
|
33
|
-
label: string;
|
|
34
|
-
value: string;
|
|
35
|
-
}[];
|
|
36
|
-
align?: undefined;
|
|
37
|
-
};
|
|
38
|
-
direction?: undefined;
|
|
39
|
-
componentWidth?: undefined;
|
|
40
24
|
})[];
|
|
41
25
|
export default _default;
|
|
@@ -18,24 +18,8 @@ declare const _default: ({
|
|
|
18
18
|
componentWidth: number;
|
|
19
19
|
props: {
|
|
20
20
|
align: string;
|
|
21
|
-
itemWidth?: undefined;
|
|
22
|
-
options?: undefined;
|
|
23
21
|
};
|
|
24
22
|
field: string;
|
|
25
23
|
direction?: undefined;
|
|
26
|
-
} | {
|
|
27
|
-
label: string;
|
|
28
|
-
as: string;
|
|
29
|
-
field: string;
|
|
30
|
-
props: {
|
|
31
|
-
itemWidth: string;
|
|
32
|
-
options: {
|
|
33
|
-
label: string;
|
|
34
|
-
value: string;
|
|
35
|
-
}[];
|
|
36
|
-
align?: undefined;
|
|
37
|
-
};
|
|
38
|
-
direction?: undefined;
|
|
39
|
-
componentWidth?: undefined;
|
|
40
24
|
})[];
|
|
41
25
|
export default _default;
|