unika-components 1.0.143 → 1.0.146
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/UniCall/UniCall.vue.d.ts +4 -54
- package/dist/src/components/UniLotties/UniLotties.vue.d.ts +7 -75
- package/dist/src/defaultProps.d.ts +8 -2
- package/dist/unika-components.css +85 -85
- package/dist/unika-components.esm.js +113 -112
- package/dist/unika-components.umd.js +113 -112
- package/package.json +1 -1
|
@@ -1,63 +1,13 @@
|
|
|
1
|
+
export declare const defaultStyles: string[];
|
|
1
2
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
fontColor: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
backgroundColor: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
callText: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
transform: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
isEditing: {
|
|
23
|
-
type: BooleanConstructor;
|
|
24
|
-
default: boolean;
|
|
25
|
-
};
|
|
3
|
+
[x: string]: any;
|
|
26
4
|
}, {
|
|
27
5
|
styleProps: import("vue").ComputedRef<Pick<any, string>>;
|
|
28
6
|
handleClick: () => void;
|
|
29
7
|
callNumber: () => void;
|
|
30
8
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
|
-
|
|
32
|
-
type: StringConstructor;
|
|
33
|
-
default: string;
|
|
34
|
-
};
|
|
35
|
-
fontColor: {
|
|
36
|
-
type: StringConstructor;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
backgroundColor: {
|
|
40
|
-
type: StringConstructor;
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
callText: {
|
|
44
|
-
type: StringConstructor;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
transform: {
|
|
48
|
-
type: StringConstructor;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
isEditing: {
|
|
52
|
-
type: BooleanConstructor;
|
|
53
|
-
default: boolean;
|
|
54
|
-
};
|
|
9
|
+
[x: string]: any;
|
|
55
10
|
}>>, {
|
|
56
|
-
|
|
57
|
-
phoneNumber: string;
|
|
58
|
-
fontColor: string;
|
|
59
|
-
backgroundColor: string;
|
|
60
|
-
callText: string;
|
|
61
|
-
isEditing: boolean;
|
|
11
|
+
[x: string]: any;
|
|
62
12
|
}, {}>;
|
|
63
13
|
export default _default;
|
|
@@ -1,36 +1,6 @@
|
|
|
1
|
+
export declare const defaultStyles: string[];
|
|
1
2
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
top: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
width: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
height: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
transform: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
animationLink: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
loop: {
|
|
27
|
-
type: BooleanConstructor;
|
|
28
|
-
default: boolean;
|
|
29
|
-
};
|
|
30
|
-
delay: {
|
|
31
|
-
type: NumberConstructor;
|
|
32
|
-
default: number;
|
|
33
|
-
};
|
|
3
|
+
[x: string]: any;
|
|
34
4
|
}, {
|
|
35
5
|
styleProps: import("vue").ComputedRef<Pick<any, string>>;
|
|
36
6
|
handleClick: () => void;
|
|
@@ -357,51 +327,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
357
327
|
rendererSettings: any;
|
|
358
328
|
assetsPath: string;
|
|
359
329
|
}> | null>;
|
|
360
|
-
loopC: import("vue").Ref<
|
|
361
|
-
delayC: import("vue").Ref<
|
|
362
|
-
animationLinkC: import("vue").Ref<
|
|
330
|
+
loopC: import("vue").Ref<any>;
|
|
331
|
+
delayC: import("vue").Ref<any>;
|
|
332
|
+
animationLinkC: import("vue").Ref<any>;
|
|
363
333
|
play: () => void;
|
|
364
334
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
365
|
-
|
|
366
|
-
type: StringConstructor;
|
|
367
|
-
default: string;
|
|
368
|
-
};
|
|
369
|
-
top: {
|
|
370
|
-
type: StringConstructor;
|
|
371
|
-
default: string;
|
|
372
|
-
};
|
|
373
|
-
width: {
|
|
374
|
-
type: StringConstructor;
|
|
375
|
-
default: string;
|
|
376
|
-
};
|
|
377
|
-
height: {
|
|
378
|
-
type: StringConstructor;
|
|
379
|
-
default: string;
|
|
380
|
-
};
|
|
381
|
-
transform: {
|
|
382
|
-
type: StringConstructor;
|
|
383
|
-
default: string;
|
|
384
|
-
};
|
|
385
|
-
animationLink: {
|
|
386
|
-
type: StringConstructor;
|
|
387
|
-
default: string;
|
|
388
|
-
};
|
|
389
|
-
loop: {
|
|
390
|
-
type: BooleanConstructor;
|
|
391
|
-
default: boolean;
|
|
392
|
-
};
|
|
393
|
-
delay: {
|
|
394
|
-
type: NumberConstructor;
|
|
395
|
-
default: number;
|
|
396
|
-
};
|
|
335
|
+
[x: string]: any;
|
|
397
336
|
}>>, {
|
|
398
|
-
|
|
399
|
-
animationLink: string;
|
|
400
|
-
loop: boolean;
|
|
401
|
-
width: string;
|
|
402
|
-
height: string;
|
|
403
|
-
delay: number;
|
|
404
|
-
top: string;
|
|
405
|
-
transform: string;
|
|
337
|
+
[x: string]: any;
|
|
406
338
|
}, {}>;
|
|
407
339
|
export default _default;
|
|
@@ -288,18 +288,20 @@ export declare const callDefaultProps: {
|
|
|
288
288
|
top: string;
|
|
289
289
|
width: string;
|
|
290
290
|
height: string;
|
|
291
|
+
position: string;
|
|
291
292
|
size: string;
|
|
293
|
+
boxShadow: string;
|
|
292
294
|
borderRadius: string;
|
|
293
295
|
borderStyle: string;
|
|
294
296
|
borderWidth: string;
|
|
295
297
|
borderColor: string;
|
|
296
298
|
fontColor: string;
|
|
297
299
|
backgroundColor: string;
|
|
300
|
+
color: string;
|
|
298
301
|
phoneNumber: string;
|
|
299
302
|
callText: string;
|
|
300
303
|
fontSize: string;
|
|
301
304
|
opacity: number;
|
|
302
|
-
isEditing: boolean;
|
|
303
305
|
};
|
|
304
306
|
export declare const buttonDefaultProps: {
|
|
305
307
|
position: string;
|
|
@@ -370,6 +372,7 @@ export declare const registerFormDefaultProps: {
|
|
|
370
372
|
};
|
|
371
373
|
export declare const lottiesDefaultProps: {
|
|
372
374
|
animationLink: string;
|
|
375
|
+
position: string;
|
|
373
376
|
left: string;
|
|
374
377
|
top: string;
|
|
375
378
|
width: string;
|
|
@@ -604,18 +607,20 @@ export declare const componentsDefaultProps: {
|
|
|
604
607
|
top: string;
|
|
605
608
|
width: string;
|
|
606
609
|
height: string;
|
|
610
|
+
position: string;
|
|
607
611
|
size: string;
|
|
612
|
+
boxShadow: string;
|
|
608
613
|
borderRadius: string;
|
|
609
614
|
borderStyle: string;
|
|
610
615
|
borderWidth: string;
|
|
611
616
|
borderColor: string;
|
|
612
617
|
fontColor: string;
|
|
613
618
|
backgroundColor: string;
|
|
619
|
+
color: string;
|
|
614
620
|
phoneNumber: string;
|
|
615
621
|
callText: string;
|
|
616
622
|
fontSize: string;
|
|
617
623
|
opacity: number;
|
|
618
|
-
isEditing: boolean;
|
|
619
624
|
};
|
|
620
625
|
};
|
|
621
626
|
'uni-like': {
|
|
@@ -674,6 +679,7 @@ export declare const componentsDefaultProps: {
|
|
|
674
679
|
'uni-lotties': {
|
|
675
680
|
props: {
|
|
676
681
|
animationLink: string;
|
|
682
|
+
position: string;
|
|
677
683
|
left: string;
|
|
678
684
|
top: string;
|
|
679
685
|
width: string;
|
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
.uni-image-component {
|
|
3
3
|
max-width: 100%;
|
|
4
4
|
}
|
|
5
|
+
|
|
6
|
+
.uni-video-component {
|
|
7
|
+
position: relative;
|
|
8
|
+
text-align: center;
|
|
9
|
+
}
|
|
10
|
+
.play-pause-button {
|
|
11
|
+
position: absolute;
|
|
12
|
+
top: 50%;
|
|
13
|
+
left: 50%;
|
|
14
|
+
transform: translate(-50%, -50%);
|
|
15
|
+
cursor: pointer;
|
|
16
|
+
font-size: 2rem;
|
|
17
|
+
color: #fff;
|
|
18
|
+
background: rgba(0, 0, 0, 0.6);
|
|
19
|
+
border-radius: 50%;
|
|
20
|
+
padding: 10px;
|
|
21
|
+
transition: background 0.3s;
|
|
22
|
+
}
|
|
23
|
+
.play-pause-button:hover {
|
|
24
|
+
background: rgba(0, 0, 0, 0.8);
|
|
25
|
+
}
|
|
5
26
|
|
|
6
27
|
h2.uni-text-component, p.uni-text-component {
|
|
7
28
|
margin-bottom: 0;
|
|
@@ -15,16 +36,9 @@ button.uni-text-component {
|
|
|
15
36
|
white-space: pre-wrap;
|
|
16
37
|
}
|
|
17
38
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
.slot-number {
|
|
23
|
-
position: absolute;
|
|
24
|
-
bottom: 2px;
|
|
25
|
-
left: 7px;
|
|
26
|
-
font-size: 12px;
|
|
27
|
-
color: #666
|
|
39
|
+
.effect {
|
|
40
|
+
width: 100%;
|
|
41
|
+
height: 100%;
|
|
28
42
|
}
|
|
29
43
|
|
|
30
44
|
.like-button {
|
|
@@ -48,6 +62,67 @@ button.uni-text-component {
|
|
|
48
62
|
font-size: 16px;
|
|
49
63
|
color: #333;
|
|
50
64
|
}
|
|
65
|
+
|
|
66
|
+
.swiper-warp {
|
|
67
|
+
width: 100%;
|
|
68
|
+
height: 100%;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.swiper-slide-component {
|
|
72
|
+
text-align: center;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.swiper-slide img {
|
|
76
|
+
max-width: 100%;
|
|
77
|
+
max-height: 100%;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.ant-input-number {
|
|
81
|
+
box-sizing: border-box;
|
|
82
|
+
margin: 0;
|
|
83
|
+
padding: 0;
|
|
84
|
+
color: rgba(0, 0, 0, 0.88);
|
|
85
|
+
font-size: 14px;
|
|
86
|
+
line-height: 1.5714285714285714;
|
|
87
|
+
list-style: none;
|
|
88
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
89
|
+
position: relative;
|
|
90
|
+
display: inline-block;
|
|
91
|
+
width: 100%;
|
|
92
|
+
min-width: 0;
|
|
93
|
+
background-color: #ffffff;
|
|
94
|
+
background-image: none;
|
|
95
|
+
border-width: 1px;
|
|
96
|
+
border-style: solid;
|
|
97
|
+
border-color: #d9d9d9;
|
|
98
|
+
border-radius: 6px;
|
|
99
|
+
transition: all 0.2s;
|
|
100
|
+
border: 1px solid #d9d9d9;
|
|
101
|
+
}
|
|
102
|
+
.ant-form-item {
|
|
103
|
+
box-sizing: border-box;
|
|
104
|
+
margin: 0;
|
|
105
|
+
padding: 0;
|
|
106
|
+
color: rgba(0, 0, 0, 0.88);
|
|
107
|
+
font-size: 14px;
|
|
108
|
+
line-height: 1.5714285714285714;
|
|
109
|
+
list-style: none;
|
|
110
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
111
|
+
margin-bottom: 0px;
|
|
112
|
+
vertical-align: top;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
.uni-calendar-component {
|
|
117
|
+
|
|
118
|
+
}
|
|
119
|
+
.slot-number {
|
|
120
|
+
position: absolute;
|
|
121
|
+
bottom: 2px;
|
|
122
|
+
left: 7px;
|
|
123
|
+
font-size: 12px;
|
|
124
|
+
color: #666
|
|
125
|
+
}
|
|
51
126
|
|
|
52
127
|
.slide-guide {
|
|
53
128
|
position: absolute;
|
|
@@ -121,81 +196,6 @@ body, html {
|
|
|
121
196
|
transform: translate3d(-50%, -50%, 0);
|
|
122
197
|
}
|
|
123
198
|
}
|
|
124
|
-
|
|
125
|
-
.uni-video-component {
|
|
126
|
-
position: relative;
|
|
127
|
-
text-align: center;
|
|
128
|
-
}
|
|
129
|
-
.play-pause-button {
|
|
130
|
-
position: absolute;
|
|
131
|
-
top: 50%;
|
|
132
|
-
left: 50%;
|
|
133
|
-
transform: translate(-50%, -50%);
|
|
134
|
-
cursor: pointer;
|
|
135
|
-
font-size: 2rem;
|
|
136
|
-
color: #fff;
|
|
137
|
-
background: rgba(0, 0, 0, 0.6);
|
|
138
|
-
border-radius: 50%;
|
|
139
|
-
padding: 10px;
|
|
140
|
-
transition: background 0.3s;
|
|
141
|
-
}
|
|
142
|
-
.play-pause-button:hover {
|
|
143
|
-
background: rgba(0, 0, 0, 0.8);
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.effect {
|
|
147
|
-
width: 100%;
|
|
148
|
-
height: 100%;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.ant-input-number {
|
|
152
|
-
box-sizing: border-box;
|
|
153
|
-
margin: 0;
|
|
154
|
-
padding: 0;
|
|
155
|
-
color: rgba(0, 0, 0, 0.88);
|
|
156
|
-
font-size: 14px;
|
|
157
|
-
line-height: 1.5714285714285714;
|
|
158
|
-
list-style: none;
|
|
159
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
160
|
-
position: relative;
|
|
161
|
-
display: inline-block;
|
|
162
|
-
width: 100%;
|
|
163
|
-
min-width: 0;
|
|
164
|
-
background-color: #ffffff;
|
|
165
|
-
background-image: none;
|
|
166
|
-
border-width: 1px;
|
|
167
|
-
border-style: solid;
|
|
168
|
-
border-color: #d9d9d9;
|
|
169
|
-
border-radius: 6px;
|
|
170
|
-
transition: all 0.2s;
|
|
171
|
-
border: 1px solid #d9d9d9;
|
|
172
|
-
}
|
|
173
|
-
.ant-form-item {
|
|
174
|
-
box-sizing: border-box;
|
|
175
|
-
margin: 0;
|
|
176
|
-
padding: 0;
|
|
177
|
-
color: rgba(0, 0, 0, 0.88);
|
|
178
|
-
font-size: 14px;
|
|
179
|
-
line-height: 1.5714285714285714;
|
|
180
|
-
list-style: none;
|
|
181
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
182
|
-
margin-bottom: 0px;
|
|
183
|
-
vertical-align: top;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.swiper-warp {
|
|
187
|
-
width: 100%;
|
|
188
|
-
height: 100%;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.swiper-slide-component {
|
|
192
|
-
text-align: center;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.swiper-slide img {
|
|
196
|
-
max-width: 100%;
|
|
197
|
-
max-height: 100%;
|
|
198
|
-
}
|
|
199
199
|
/**
|
|
200
200
|
* Swiper 6.8.4
|
|
201
201
|
* Most modern mobile touch slider and framework with hardware accelerated transitions
|