unika-components 1.0.422 → 1.0.423
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 +21 -7
- package/dist/src/components/UniCall/UniCall.vue.d.ts +21 -7
- package/dist/src/locales/en.d.ts +27 -0
- package/dist/src/locales/th.d.ts +27 -0
- package/dist/src/locales/zh.d.ts +27 -0
- package/dist/unika-components.css +664 -664
- package/dist/unika-components.esm.js +164 -139
- package/dist/unika-components.umd.js +163 -138
- package/package.json +1 -1
|
@@ -5,9 +5,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5
5
|
type: () => ElementData;
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
|
-
|
|
9
|
-
type:
|
|
10
|
-
default:
|
|
8
|
+
isPlatform: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
default: boolean;
|
|
11
11
|
};
|
|
12
12
|
}, {
|
|
13
13
|
css: import("vue").ComputedRef<import("../../defaultProps").CssData>;
|
|
@@ -20,19 +20,33 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
height: string;
|
|
21
21
|
transform: string;
|
|
22
22
|
}>;
|
|
23
|
+
aniWrapStyle: import("vue").ComputedRef<{
|
|
24
|
+
backgroundColor: string | undefined;
|
|
25
|
+
borderRadius: string;
|
|
26
|
+
borderWidth: string;
|
|
27
|
+
borderStyle: string | undefined;
|
|
28
|
+
borderColor: string | undefined;
|
|
29
|
+
opacity: number;
|
|
30
|
+
boxShadow: import("vue").ComputedRef<string>;
|
|
31
|
+
animation: string | undefined;
|
|
32
|
+
}>;
|
|
33
|
+
bntStyle: import("vue").ComputedRef<{
|
|
34
|
+
fontSize: string;
|
|
35
|
+
color: string | undefined;
|
|
36
|
+
}>;
|
|
23
37
|
handleClick: () => void;
|
|
24
38
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "trigger"[], "trigger", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
39
|
element: {
|
|
26
40
|
type: () => ElementData;
|
|
27
41
|
required: true;
|
|
28
42
|
};
|
|
29
|
-
|
|
30
|
-
type:
|
|
31
|
-
default:
|
|
43
|
+
isPlatform: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
32
46
|
};
|
|
33
47
|
}>> & {
|
|
34
48
|
onTrigger?: ((...args: any[]) => any) | undefined;
|
|
35
49
|
}, {
|
|
36
|
-
|
|
50
|
+
isPlatform: boolean;
|
|
37
51
|
}, {}>;
|
|
38
52
|
export default _default;
|
|
@@ -5,9 +5,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5
5
|
type: () => ElementData;
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
|
-
|
|
9
|
-
type:
|
|
10
|
-
default:
|
|
8
|
+
isPlatform: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
default: boolean;
|
|
11
11
|
};
|
|
12
12
|
}, {
|
|
13
13
|
css: import("vue").ComputedRef<import("../../defaultProps").CssData>;
|
|
@@ -20,17 +20,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
height: string;
|
|
21
21
|
transform: string;
|
|
22
22
|
}>;
|
|
23
|
+
aniWrapStyle: import("vue").ComputedRef<{
|
|
24
|
+
backgroundColor: string | undefined;
|
|
25
|
+
borderRadius: string;
|
|
26
|
+
borderWidth: string;
|
|
27
|
+
borderStyle: string | undefined;
|
|
28
|
+
borderColor: string | undefined;
|
|
29
|
+
opacity: number;
|
|
30
|
+
boxShadow: import("vue").ComputedRef<string>;
|
|
31
|
+
animation: string | undefined;
|
|
32
|
+
}>;
|
|
33
|
+
bntStyle: import("vue").ComputedRef<{
|
|
34
|
+
fontSize: string;
|
|
35
|
+
color: string | undefined;
|
|
36
|
+
}>;
|
|
23
37
|
handleDial: () => void;
|
|
24
38
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
39
|
element: {
|
|
26
40
|
type: () => ElementData;
|
|
27
41
|
required: true;
|
|
28
42
|
};
|
|
29
|
-
|
|
30
|
-
type:
|
|
31
|
-
default:
|
|
43
|
+
isPlatform: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
32
46
|
};
|
|
33
47
|
}>>, {
|
|
34
|
-
|
|
48
|
+
isPlatform: boolean;
|
|
35
49
|
}, {}>;
|
|
36
50
|
export default _default;
|
package/dist/src/locales/en.d.ts
CHANGED
|
@@ -2,5 +2,32 @@ declare const _default: {
|
|
|
2
2
|
calendar: {
|
|
3
3
|
month: string;
|
|
4
4
|
};
|
|
5
|
+
barrage: {
|
|
6
|
+
blessing: string;
|
|
7
|
+
name: string;
|
|
8
|
+
content: string;
|
|
9
|
+
sendBlessing: string;
|
|
10
|
+
sendGift: string;
|
|
11
|
+
sendBlessingSuccess: string;
|
|
12
|
+
sendBlessingFailed: string;
|
|
13
|
+
hint: string;
|
|
14
|
+
confirm: string;
|
|
15
|
+
sendGiftSuccess: string;
|
|
16
|
+
sendGiftFailed: string;
|
|
17
|
+
blessing1: string;
|
|
18
|
+
blessing2: string;
|
|
19
|
+
blessing3: string;
|
|
20
|
+
blessing4: string;
|
|
21
|
+
blessing5: string;
|
|
22
|
+
blessing6: string;
|
|
23
|
+
blessing7: string;
|
|
24
|
+
blessing8: string;
|
|
25
|
+
blessing9: string;
|
|
26
|
+
blessing10: string;
|
|
27
|
+
};
|
|
28
|
+
call: {
|
|
29
|
+
callBtn: string;
|
|
30
|
+
callConfirm: string;
|
|
31
|
+
};
|
|
5
32
|
};
|
|
6
33
|
export default _default;
|
package/dist/src/locales/th.d.ts
CHANGED
|
@@ -2,5 +2,32 @@ declare const _default: {
|
|
|
2
2
|
calendar: {
|
|
3
3
|
month: string;
|
|
4
4
|
};
|
|
5
|
+
barrage: {
|
|
6
|
+
blessing: string;
|
|
7
|
+
name: string;
|
|
8
|
+
content: string;
|
|
9
|
+
sendBlessing: string;
|
|
10
|
+
sendGift: string;
|
|
11
|
+
sendBlessingSuccess: string;
|
|
12
|
+
sendBlessingFailed: string;
|
|
13
|
+
hint: string;
|
|
14
|
+
confirm: string;
|
|
15
|
+
sendGiftSuccess: string;
|
|
16
|
+
sendGiftFailed: string;
|
|
17
|
+
blessing1: string;
|
|
18
|
+
blessing2: string;
|
|
19
|
+
blessing3: string;
|
|
20
|
+
blessing4: string;
|
|
21
|
+
blessing5: string;
|
|
22
|
+
blessing6: string;
|
|
23
|
+
blessing7: string;
|
|
24
|
+
blessing8: string;
|
|
25
|
+
blessing9: string;
|
|
26
|
+
blessing10: string;
|
|
27
|
+
};
|
|
28
|
+
call: {
|
|
29
|
+
callBtn: string;
|
|
30
|
+
callConfirm: string;
|
|
31
|
+
};
|
|
5
32
|
};
|
|
6
33
|
export default _default;
|
package/dist/src/locales/zh.d.ts
CHANGED
|
@@ -2,5 +2,32 @@ declare const _default: {
|
|
|
2
2
|
calendar: {
|
|
3
3
|
month: string;
|
|
4
4
|
};
|
|
5
|
+
barrage: {
|
|
6
|
+
blessing: string;
|
|
7
|
+
name: string;
|
|
8
|
+
content: string;
|
|
9
|
+
sendBlessing: string;
|
|
10
|
+
sendGift: string;
|
|
11
|
+
sendBlessingSuccess: string;
|
|
12
|
+
sendBlessingFailed: string;
|
|
13
|
+
hint: string;
|
|
14
|
+
confirm: string;
|
|
15
|
+
sendGiftSuccess: string;
|
|
16
|
+
sendGiftFailed: string;
|
|
17
|
+
blessing1: string;
|
|
18
|
+
blessing2: string;
|
|
19
|
+
blessing3: string;
|
|
20
|
+
blessing4: string;
|
|
21
|
+
blessing5: string;
|
|
22
|
+
blessing6: string;
|
|
23
|
+
blessing7: string;
|
|
24
|
+
blessing8: string;
|
|
25
|
+
blessing9: string;
|
|
26
|
+
blessing10: string;
|
|
27
|
+
};
|
|
28
|
+
call: {
|
|
29
|
+
callBtn: string;
|
|
30
|
+
callConfirm: string;
|
|
31
|
+
};
|
|
5
32
|
};
|
|
6
33
|
export default _default;
|