unika-components 1.0.434 → 1.0.436
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/src/components/UniButton/UniButton.vue.d.ts +1 -1
- package/dist/src/components/UniCalendar/UniCalendar.vue.d.ts +1 -1
- package/dist/src/components/UniCall/UniCall.vue.d.ts +1 -1
- package/dist/src/components/UniCountdown/UniCountdown.vue.d.ts +3 -3
- package/dist/src/components/UniEffect/UniEffect.vue.d.ts +1 -1
- package/dist/src/components/UniFormMultiple/UniFormMultiple.vue.d.ts +2 -2
- package/dist/src/components/UniFormSelect/UniFormSelect.vue.d.ts +1 -1
- package/dist/src/components/UniFormSingle/UniFormSingle.vue.d.ts +2 -2
- package/dist/src/components/UniFormSubmit/UniFormSubmit.vue.d.ts +1 -1
- package/dist/src/components/UniImage/UniImage.vue.d.ts +14 -4
- package/dist/src/components/UniLottie/UniLottie.vue.d.ts +1 -1
- package/dist/src/components/UniMap/UniMap.vue.d.ts +3 -2
- package/dist/src/components/UniMenu/UniMenu.vue.d.ts +1 -0
- package/dist/src/components/UniMenuMap/UniMenuMap.vue.d.ts +1 -0
- package/dist/src/components/UniMenuReceipt/UniMenuReceipt.vue.d.ts +1 -0
- package/dist/src/components/UniMenuTel/UniMenuTel.vue.d.ts +1 -0
- package/dist/src/components/UniMenuVideo/UniMenuVideo.vue.d.ts +1 -0
- package/dist/src/components/UniShape/UniShape.vue.d.ts +13 -2
- package/dist/src/components/UniText/UniText.vue.d.ts +11 -7
- package/dist/src/components/UniVideo/UniVideo.vue.d.ts +3 -2
- package/dist/src/composables/useStyle.d.ts +1 -1
- package/dist/src/constants/menuMapProps.d.ts +13 -0
- package/dist/src/constants/menuReceiptProps.d.ts +11 -0
- package/dist/src/constants/menuTelProps.d.ts +11 -0
- package/dist/src/constants/menuVideoProps.d.ts +8 -0
- package/dist/src/constants/testProps.d.ts +3 -0
- package/dist/src/constants/textProps.d.ts +4 -5
- package/dist/src/defaultProps.d.ts +55 -25
- package/dist/unika-components.css +1465 -1471
- package/dist/unika-components.esm.js +86 -62
- package/dist/unika-components.umd.js +85 -61
- package/package.json +1 -1
|
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
26
|
borderWidth: string;
|
|
27
27
|
borderStyle: string | undefined;
|
|
28
28
|
borderColor: string | undefined;
|
|
29
|
-
opacity: number;
|
|
29
|
+
opacity: number | undefined;
|
|
30
30
|
boxShadow: import("vue").ComputedRef<string>;
|
|
31
31
|
animation: string | undefined;
|
|
32
32
|
}>;
|
|
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
26
|
borderWidth: string;
|
|
27
27
|
borderStyle: string | undefined;
|
|
28
28
|
borderColor: string | undefined;
|
|
29
|
-
opacity: number;
|
|
29
|
+
opacity: number | undefined;
|
|
30
30
|
boxShadow: import("vue").ComputedRef<string>;
|
|
31
31
|
animation: string | undefined;
|
|
32
32
|
}>;
|
|
@@ -42,7 +42,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
42
42
|
width: string;
|
|
43
43
|
height: string;
|
|
44
44
|
transform: string;
|
|
45
|
-
opacity: number;
|
|
45
|
+
opacity: number | undefined;
|
|
46
46
|
}>;
|
|
47
47
|
textContainerStyle: import("vue").ComputedRef<{
|
|
48
48
|
transform: string;
|
|
@@ -52,14 +52,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
52
|
borderWidth: string;
|
|
53
53
|
}>;
|
|
54
54
|
textContentStyle: import("vue").ComputedRef<{
|
|
55
|
-
opacity: number;
|
|
55
|
+
opacity: number | undefined;
|
|
56
56
|
fontSize: string;
|
|
57
57
|
color: string | undefined;
|
|
58
58
|
textAlign: string | undefined;
|
|
59
59
|
}>;
|
|
60
60
|
flipStyle: import("vue").ComputedRef<{
|
|
61
61
|
transform: string;
|
|
62
|
-
opacity: number;
|
|
62
|
+
opacity: number | undefined;
|
|
63
63
|
flexDirection: string;
|
|
64
64
|
alignItems: string;
|
|
65
65
|
}>;
|
|
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
22
|
fontFamily: string | undefined;
|
|
23
23
|
fontSize: string;
|
|
24
24
|
color: string | undefined;
|
|
25
|
-
opacity: number;
|
|
25
|
+
opacity: number | undefined;
|
|
26
26
|
left: string;
|
|
27
27
|
top: string;
|
|
28
28
|
width: string;
|
|
@@ -48,7 +48,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
48
48
|
fontSize: string;
|
|
49
49
|
fontFamily: string | undefined;
|
|
50
50
|
color: string | undefined;
|
|
51
|
-
opacity: number;
|
|
51
|
+
opacity: number | undefined;
|
|
52
52
|
}>;
|
|
53
53
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
54
54
|
global: {
|
|
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
22
|
fontFamily: string | undefined;
|
|
23
23
|
fontSize: string;
|
|
24
24
|
color: string | undefined;
|
|
25
|
-
opacity: number;
|
|
25
|
+
opacity: number | undefined;
|
|
26
26
|
left: string;
|
|
27
27
|
top: string;
|
|
28
28
|
width: string;
|
|
@@ -46,7 +46,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
46
46
|
fontSize: string;
|
|
47
47
|
fontFamily: string | undefined;
|
|
48
48
|
color: string | undefined;
|
|
49
|
-
opacity: number;
|
|
49
|
+
opacity: number | undefined;
|
|
50
50
|
}>;
|
|
51
51
|
selectItem: (value: string) => void;
|
|
52
52
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -39,6 +39,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
speed?: string | undefined;
|
|
40
40
|
cover?: string | undefined;
|
|
41
41
|
type?: string | undefined;
|
|
42
|
+
maskId?: string | undefined;
|
|
43
|
+
multUpload?: boolean | undefined;
|
|
42
44
|
animations: {
|
|
43
45
|
animate: string;
|
|
44
46
|
count: number;
|
|
@@ -53,7 +55,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
53
55
|
allDelay: string;
|
|
54
56
|
id: number;
|
|
55
57
|
}[];
|
|
56
|
-
textAni
|
|
58
|
+
textAni?: {
|
|
57
59
|
animate: string;
|
|
58
60
|
count: number;
|
|
59
61
|
loop: boolean;
|
|
@@ -66,7 +68,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
66
68
|
aniType: string;
|
|
67
69
|
allDelay: string;
|
|
68
70
|
id: number;
|
|
69
|
-
}[];
|
|
71
|
+
}[] | undefined;
|
|
72
|
+
lng?: number | undefined;
|
|
73
|
+
lat?: number | undefined;
|
|
74
|
+
zoom?: number | undefined;
|
|
75
|
+
isMapEdit?: number | undefined;
|
|
76
|
+
location?: string | undefined;
|
|
77
|
+
mapImg?: string | undefined;
|
|
78
|
+
mapChange?: string | undefined;
|
|
70
79
|
}>;
|
|
71
80
|
containerStyle: import("vue").ComputedRef<{
|
|
72
81
|
left: string;
|
|
@@ -79,7 +88,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
79
88
|
fontFamily: string | undefined;
|
|
80
89
|
fontSize: string;
|
|
81
90
|
color: string | undefined;
|
|
82
|
-
opacity: number;
|
|
91
|
+
opacity: number | undefined;
|
|
83
92
|
borderRadius: string;
|
|
84
93
|
borderWidth: string;
|
|
85
94
|
borderStyle: string | undefined;
|
|
@@ -115,10 +124,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
115
124
|
borderWidth: string;
|
|
116
125
|
borderStyle: string | undefined;
|
|
117
126
|
borderColor: string | undefined;
|
|
118
|
-
opacity: number;
|
|
127
|
+
opacity: number | undefined;
|
|
119
128
|
boxShadow: import("vue").ComputedRef<string>;
|
|
120
129
|
animation: string | undefined;
|
|
121
130
|
}>;
|
|
131
|
+
shadowStyle: import("vue").ComputedRef<string>;
|
|
122
132
|
handleClick: () => void;
|
|
123
133
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "trigger"[], "trigger", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
124
134
|
element: {
|
|
@@ -12,6 +12,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
12
|
};
|
|
13
13
|
}, {
|
|
14
14
|
handleNavigation: () => void;
|
|
15
|
+
shadowStyle: import("vue").ComputedRef<string>;
|
|
15
16
|
iframeUrl: import("vue").ComputedRef<string>;
|
|
16
17
|
containerStyle: import("vue").ComputedRef<{
|
|
17
18
|
left: string;
|
|
@@ -29,10 +30,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
30
|
animation: string | undefined;
|
|
30
31
|
}>;
|
|
31
32
|
mapStyle: import("vue").ComputedRef<{
|
|
32
|
-
opacity: number;
|
|
33
|
+
opacity: number | undefined;
|
|
33
34
|
}>;
|
|
34
35
|
navButtonStyle: import("vue").ComputedRef<{
|
|
35
|
-
opacity: number;
|
|
36
|
+
opacity: number | undefined;
|
|
36
37
|
fontSize: string;
|
|
37
38
|
color: string | undefined;
|
|
38
39
|
backgroundColor: string | undefined;
|
|
@@ -44,6 +44,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
44
|
speed?: string | undefined;
|
|
45
45
|
cover?: string | undefined;
|
|
46
46
|
type?: string | undefined;
|
|
47
|
+
maskId?: string | undefined;
|
|
48
|
+
multUpload?: boolean | undefined;
|
|
47
49
|
animations: {
|
|
48
50
|
animate: string;
|
|
49
51
|
count: number;
|
|
@@ -58,7 +60,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
58
60
|
allDelay: string;
|
|
59
61
|
id: number;
|
|
60
62
|
}[];
|
|
61
|
-
textAni
|
|
63
|
+
textAni?: {
|
|
62
64
|
animate: string;
|
|
63
65
|
count: number;
|
|
64
66
|
loop: boolean;
|
|
@@ -71,7 +73,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
71
73
|
aniType: string;
|
|
72
74
|
allDelay: string;
|
|
73
75
|
id: number;
|
|
74
|
-
}[];
|
|
76
|
+
}[] | undefined;
|
|
77
|
+
lng?: number | undefined;
|
|
78
|
+
lat?: number | undefined;
|
|
79
|
+
zoom?: number | undefined;
|
|
80
|
+
isMapEdit?: number | undefined;
|
|
81
|
+
location?: string | undefined;
|
|
82
|
+
mapImg?: string | undefined;
|
|
83
|
+
mapChange?: string | undefined;
|
|
75
84
|
}>;
|
|
76
85
|
css: import("vue").ComputedRef<import("../../defaultProps").CssData>;
|
|
77
86
|
svgContent: import("vue").Ref<string | null>;
|
|
@@ -87,12 +96,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
87
96
|
}>;
|
|
88
97
|
wrapStyle: import("vue").ComputedRef<{
|
|
89
98
|
borderRadius: string;
|
|
99
|
+
animation: string;
|
|
90
100
|
border: string;
|
|
91
101
|
boxShadow: string;
|
|
92
102
|
}>;
|
|
93
103
|
shapeStyle: import("vue").ComputedRef<{
|
|
94
104
|
color: string;
|
|
95
105
|
}>;
|
|
106
|
+
shadowStyle: import("vue").ComputedRef<string>;
|
|
96
107
|
handleClick: () => void;
|
|
97
108
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "trigger"[], "trigger", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
98
109
|
element: {
|
|
@@ -39,6 +39,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
speed?: string | undefined;
|
|
40
40
|
cover?: string | undefined;
|
|
41
41
|
type?: string | undefined;
|
|
42
|
+
maskId?: string | undefined;
|
|
43
|
+
multUpload?: boolean | undefined;
|
|
42
44
|
animations: {
|
|
43
45
|
animate: string;
|
|
44
46
|
count: number;
|
|
@@ -53,7 +55,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
53
55
|
allDelay: string;
|
|
54
56
|
id: number;
|
|
55
57
|
}[];
|
|
56
|
-
textAni
|
|
58
|
+
textAni?: {
|
|
57
59
|
animate: string;
|
|
58
60
|
count: number;
|
|
59
61
|
loop: boolean;
|
|
@@ -66,14 +68,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
66
68
|
aniType: string;
|
|
67
69
|
allDelay: string;
|
|
68
70
|
id: number;
|
|
69
|
-
}[];
|
|
71
|
+
}[] | undefined;
|
|
72
|
+
lng?: number | undefined;
|
|
73
|
+
lat?: number | undefined;
|
|
74
|
+
zoom?: number | undefined;
|
|
75
|
+
isMapEdit?: number | undefined;
|
|
76
|
+
location?: string | undefined;
|
|
77
|
+
mapImg?: string | undefined;
|
|
78
|
+
mapChange?: string | undefined;
|
|
70
79
|
};
|
|
71
80
|
boxShadowStyle: import("vue").ComputedRef<string>;
|
|
72
|
-
animationStyle: import("vue").ComputedRef<{
|
|
73
|
-
animation?: undefined;
|
|
74
|
-
} | {
|
|
75
|
-
animation: string;
|
|
76
|
-
}>;
|
|
77
81
|
computedStyle: import("vue").ComputedRef<{
|
|
78
82
|
position: string;
|
|
79
83
|
left: string;
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
width: string;
|
|
21
21
|
height: string;
|
|
22
22
|
transform: string;
|
|
23
|
-
opacity: number;
|
|
23
|
+
opacity: number | undefined;
|
|
24
24
|
}>;
|
|
25
25
|
aniWrapStyle: import("vue").ComputedRef<{
|
|
26
26
|
backgroundColor: string | undefined;
|
|
@@ -28,10 +28,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
borderWidth: string;
|
|
29
29
|
borderStyle: string | undefined;
|
|
30
30
|
borderColor: string | undefined;
|
|
31
|
-
opacity: number;
|
|
31
|
+
opacity: number | undefined;
|
|
32
32
|
boxShadow: import("vue").ComputedRef<string>;
|
|
33
33
|
animation: string | undefined;
|
|
34
34
|
}>;
|
|
35
|
+
shadowStyle: import("vue").ComputedRef<string>;
|
|
35
36
|
playVideo: () => void;
|
|
36
37
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
38
|
element: {
|
|
@@ -5,6 +5,6 @@ export declare function commonStyle(element: ElementData, unit: string, size?: b
|
|
|
5
5
|
width: string;
|
|
6
6
|
height: string;
|
|
7
7
|
transform: string | number;
|
|
8
|
-
opacity: number;
|
|
8
|
+
opacity: number | undefined;
|
|
9
9
|
}>;
|
|
10
10
|
export declare function aniWrapStyle(element: ElementData, unit: string): void;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const menuMapDefaultProps: {
|
|
2
|
+
open: boolean;
|
|
3
|
+
color: string;
|
|
4
|
+
lng: string;
|
|
5
|
+
lat: string;
|
|
6
|
+
location: string;
|
|
7
|
+
zoom: number;
|
|
8
|
+
type: string;
|
|
9
|
+
isShow: boolean;
|
|
10
|
+
url: string;
|
|
11
|
+
userOpen: boolean;
|
|
12
|
+
};
|
|
13
|
+
export default menuMapDefaultProps;
|
|
@@ -6,7 +6,8 @@ export declare const textDefaultProps: {
|
|
|
6
6
|
layerName: string;
|
|
7
7
|
sign: boolean;
|
|
8
8
|
signSort: number;
|
|
9
|
-
|
|
9
|
+
signType: string;
|
|
10
|
+
nameSign: string;
|
|
10
11
|
css: {
|
|
11
12
|
fontFamily: string;
|
|
12
13
|
fontSize: number;
|
|
@@ -24,7 +25,7 @@ export declare const textDefaultProps: {
|
|
|
24
25
|
color: string;
|
|
25
26
|
opacity: number;
|
|
26
27
|
width: number;
|
|
27
|
-
height:
|
|
28
|
+
height: string;
|
|
28
29
|
left: number;
|
|
29
30
|
top: number;
|
|
30
31
|
transform: number;
|
|
@@ -32,13 +33,11 @@ export declare const textDefaultProps: {
|
|
|
32
33
|
backgroundColor: string;
|
|
33
34
|
textIndent: number;
|
|
34
35
|
borderRadius: number;
|
|
35
|
-
animation2: string;
|
|
36
|
-
animation: string;
|
|
37
36
|
};
|
|
38
37
|
triggers: {
|
|
39
38
|
event: string;
|
|
40
39
|
link: string;
|
|
41
|
-
go:
|
|
40
|
+
go: string;
|
|
42
41
|
phone: string;
|
|
43
42
|
musicName: string;
|
|
44
43
|
musicLink: string;
|
|
@@ -5,15 +5,15 @@ export interface ReceiptConfig {
|
|
|
5
5
|
label: string;
|
|
6
6
|
}>;
|
|
7
7
|
color: string;
|
|
8
|
-
isShow
|
|
9
|
-
userOpen
|
|
8
|
+
isShow?: boolean;
|
|
9
|
+
userOpen?: boolean;
|
|
10
10
|
}
|
|
11
11
|
export interface VideoConfig {
|
|
12
12
|
open: boolean;
|
|
13
13
|
color: string;
|
|
14
14
|
url: string;
|
|
15
|
-
isShow
|
|
16
|
-
userOpen
|
|
15
|
+
isShow?: boolean;
|
|
16
|
+
userOpen?: boolean;
|
|
17
17
|
}
|
|
18
18
|
export interface TelConfig {
|
|
19
19
|
open: boolean;
|
|
@@ -22,9 +22,9 @@ export interface TelConfig {
|
|
|
22
22
|
label: string;
|
|
23
23
|
value?: string;
|
|
24
24
|
}>;
|
|
25
|
-
end_up
|
|
26
|
-
isShow
|
|
27
|
-
userOpen
|
|
25
|
+
end_up?: number;
|
|
26
|
+
isShow?: boolean;
|
|
27
|
+
userOpen?: boolean;
|
|
28
28
|
}
|
|
29
29
|
export interface ReceiptForm {
|
|
30
30
|
guestName: string;
|
|
@@ -40,8 +40,8 @@ export interface MapConfig {
|
|
|
40
40
|
location: string;
|
|
41
41
|
zoom: number;
|
|
42
42
|
type: string;
|
|
43
|
-
isShow
|
|
44
|
-
userOpen
|
|
43
|
+
isShow?: boolean;
|
|
44
|
+
userOpen?: boolean;
|
|
45
45
|
url: string;
|
|
46
46
|
}
|
|
47
47
|
export interface Animation {
|
|
@@ -69,6 +69,9 @@ export interface MusicData {
|
|
|
69
69
|
playIconUrl?: string;
|
|
70
70
|
pauseIconUrl?: string;
|
|
71
71
|
isGlobal?: boolean;
|
|
72
|
+
cat?: string;
|
|
73
|
+
originalUrl?: string;
|
|
74
|
+
crop?: string | null;
|
|
72
75
|
}
|
|
73
76
|
export interface GlobalData {
|
|
74
77
|
type?: string;
|
|
@@ -115,7 +118,7 @@ export interface GlobalData {
|
|
|
115
118
|
praise: boolean;
|
|
116
119
|
hideFirst: boolean;
|
|
117
120
|
hideLast: boolean;
|
|
118
|
-
giftQRCode:
|
|
121
|
+
giftQRCode: string;
|
|
119
122
|
g: boolean;
|
|
120
123
|
};
|
|
121
124
|
music: MusicData;
|
|
@@ -127,10 +130,7 @@ export interface GlobalData {
|
|
|
127
130
|
f_id: number;
|
|
128
131
|
uid: string;
|
|
129
132
|
scenecode: string;
|
|
130
|
-
createFont?:
|
|
131
|
-
name: string;
|
|
132
|
-
url: string;
|
|
133
|
-
}>>;
|
|
133
|
+
createFont?: string;
|
|
134
134
|
domain: string;
|
|
135
135
|
pay_cat: number;
|
|
136
136
|
footer_ad: number;
|
|
@@ -167,7 +167,7 @@ export interface CssData {
|
|
|
167
167
|
borderStyle?: string;
|
|
168
168
|
borderColor?: string;
|
|
169
169
|
color?: string;
|
|
170
|
-
opacity
|
|
170
|
+
opacity?: number;
|
|
171
171
|
width: number;
|
|
172
172
|
height: number;
|
|
173
173
|
left: number;
|
|
@@ -179,16 +179,20 @@ export interface CssData {
|
|
|
179
179
|
borderRadius?: number;
|
|
180
180
|
animation?: string;
|
|
181
181
|
animation2?: string;
|
|
182
|
-
svgPathColor?: string;
|
|
182
|
+
svgPathColor?: string[];
|
|
183
|
+
fontColorOri?: string;
|
|
184
|
+
fontFamilyOri?: string;
|
|
185
|
+
opacityOri?: number;
|
|
186
|
+
fontSizeOri?: number;
|
|
183
187
|
}
|
|
184
188
|
export interface ElementData {
|
|
185
|
-
id: string;
|
|
186
|
-
pid
|
|
189
|
+
id: string | number;
|
|
190
|
+
pid?: string | number;
|
|
187
191
|
type: string;
|
|
188
|
-
textContent
|
|
192
|
+
textContent?: string;
|
|
189
193
|
layerName: string;
|
|
190
|
-
sign
|
|
191
|
-
signSort
|
|
194
|
+
sign?: boolean;
|
|
195
|
+
signSort?: number | string;
|
|
192
196
|
overturnType?: number;
|
|
193
197
|
dateColor?: string;
|
|
194
198
|
endTime?: string;
|
|
@@ -229,7 +233,16 @@ export interface ElementData {
|
|
|
229
233
|
delay?: number;
|
|
230
234
|
loop?: boolean;
|
|
231
235
|
aniPath?: string;
|
|
236
|
+
groupId?: number | string;
|
|
237
|
+
eleId?: string[];
|
|
232
238
|
css: CssData;
|
|
239
|
+
nameSign?: string;
|
|
240
|
+
nameSignSort?: number;
|
|
241
|
+
nameSignType?: string;
|
|
242
|
+
nameSignColor?: string;
|
|
243
|
+
nameSignFontSize?: number;
|
|
244
|
+
nameSignFontFamily?: string;
|
|
245
|
+
nameSignFontWeight?: string;
|
|
233
246
|
triggers: {
|
|
234
247
|
cat?: string;
|
|
235
248
|
crop?: string;
|
|
@@ -269,6 +282,8 @@ export interface ElementData {
|
|
|
269
282
|
speed?: string;
|
|
270
283
|
cover?: string;
|
|
271
284
|
type?: string;
|
|
285
|
+
maskId?: string;
|
|
286
|
+
multUpload?: boolean;
|
|
272
287
|
animations: Array<{
|
|
273
288
|
animate: string;
|
|
274
289
|
count: number;
|
|
@@ -283,7 +298,7 @@ export interface ElementData {
|
|
|
283
298
|
allDelay: string;
|
|
284
299
|
id: number;
|
|
285
300
|
}>;
|
|
286
|
-
textAni
|
|
301
|
+
textAni?: Array<{
|
|
287
302
|
animate: string;
|
|
288
303
|
count: number;
|
|
289
304
|
loop: boolean;
|
|
@@ -297,9 +312,20 @@ export interface ElementData {
|
|
|
297
312
|
allDelay: string;
|
|
298
313
|
id: number;
|
|
299
314
|
}>;
|
|
315
|
+
lng?: number;
|
|
316
|
+
lat?: number;
|
|
317
|
+
zoom?: number;
|
|
318
|
+
isMapEdit?: number;
|
|
319
|
+
location?: string;
|
|
320
|
+
mapImg?: string;
|
|
321
|
+
mapChange?: string;
|
|
300
322
|
};
|
|
301
323
|
imgMattingInfo?: any | null;
|
|
302
|
-
items
|
|
324
|
+
items?: FormItem[];
|
|
325
|
+
canMatt?: boolean;
|
|
326
|
+
canMattType?: string;
|
|
327
|
+
copyIndex?: number;
|
|
328
|
+
overturnTypeNew?: number;
|
|
303
329
|
}
|
|
304
330
|
export interface PageData {
|
|
305
331
|
pageId: string;
|
|
@@ -308,8 +334,8 @@ export interface PageData {
|
|
|
308
334
|
bgImage: string;
|
|
309
335
|
pageType: string;
|
|
310
336
|
ani: string;
|
|
311
|
-
banPage: boolean;
|
|
312
|
-
autoPage: boolean;
|
|
337
|
+
banPage: boolean | number;
|
|
338
|
+
autoPage: boolean | number;
|
|
313
339
|
delay: number;
|
|
314
340
|
bgOpacity: string;
|
|
315
341
|
height: number;
|
|
@@ -342,6 +368,10 @@ export interface PersonalData {
|
|
|
342
368
|
endTime: number;
|
|
343
369
|
location: string;
|
|
344
370
|
address: string;
|
|
371
|
+
lng?: number;
|
|
372
|
+
lat?: number;
|
|
373
|
+
zoom?: number;
|
|
374
|
+
exchange?: number;
|
|
345
375
|
}
|
|
346
376
|
export interface WorkData {
|
|
347
377
|
personalData?: PersonalData | null;
|