vuv-ui 1.0.1 → 1.0.3
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/package.json
CHANGED
|
@@ -1,58 +1,12 @@
|
|
|
1
1
|
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
data: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
|
-
default:
|
|
5
|
-
data: {};
|
|
6
|
-
options: {
|
|
7
|
-
width: string;
|
|
8
|
-
height: string;
|
|
9
|
-
hairline: boolean;
|
|
10
|
-
type: string;
|
|
11
|
-
size: string;
|
|
12
|
-
shape: string;
|
|
13
|
-
position: string;
|
|
14
|
-
plain: boolean;
|
|
15
|
-
disabled: boolean;
|
|
16
|
-
loading: boolean;
|
|
17
|
-
loadingText: string;
|
|
18
|
-
openType: string;
|
|
19
|
-
pagePath: string;
|
|
20
|
-
isTabBar: boolean;
|
|
21
|
-
text: string;
|
|
22
|
-
textColor: string;
|
|
23
|
-
icon: string;
|
|
24
|
-
color: string;
|
|
25
|
-
customStyle: string;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
4
|
+
default: () => void;
|
|
28
5
|
};
|
|
29
6
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
30
7
|
data: {
|
|
31
8
|
type: ObjectConstructor;
|
|
32
|
-
default:
|
|
33
|
-
data: {};
|
|
34
|
-
options: {
|
|
35
|
-
width: string;
|
|
36
|
-
height: string;
|
|
37
|
-
hairline: boolean;
|
|
38
|
-
type: string;
|
|
39
|
-
size: string;
|
|
40
|
-
shape: string;
|
|
41
|
-
position: string;
|
|
42
|
-
plain: boolean;
|
|
43
|
-
disabled: boolean;
|
|
44
|
-
loading: boolean;
|
|
45
|
-
loadingText: string;
|
|
46
|
-
openType: string;
|
|
47
|
-
pagePath: string;
|
|
48
|
-
isTabBar: boolean;
|
|
49
|
-
text: string;
|
|
50
|
-
textColor: string;
|
|
51
|
-
icon: string;
|
|
52
|
-
color: string;
|
|
53
|
-
customStyle: string;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
9
|
+
default: () => void;
|
|
56
10
|
};
|
|
57
11
|
}>> & Readonly<{}>, {
|
|
58
12
|
data: Record<string, any>;
|
|
@@ -7,58 +7,12 @@ declare const buttonTypeList: {
|
|
|
7
7
|
viewCom: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
8
8
|
data: {
|
|
9
9
|
type: ObjectConstructor;
|
|
10
|
-
default:
|
|
11
|
-
data: {};
|
|
12
|
-
options: {
|
|
13
|
-
width: string;
|
|
14
|
-
height: string;
|
|
15
|
-
hairline: boolean;
|
|
16
|
-
type: string;
|
|
17
|
-
size: string;
|
|
18
|
-
shape: string;
|
|
19
|
-
position: string;
|
|
20
|
-
plain: boolean;
|
|
21
|
-
disabled: boolean;
|
|
22
|
-
loading: boolean;
|
|
23
|
-
loadingText: string;
|
|
24
|
-
openType: string;
|
|
25
|
-
pagePath: string;
|
|
26
|
-
isTabBar: boolean;
|
|
27
|
-
text: string;
|
|
28
|
-
textColor: string;
|
|
29
|
-
icon: string;
|
|
30
|
-
color: string;
|
|
31
|
-
customStyle: string;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
10
|
+
default: () => void;
|
|
34
11
|
};
|
|
35
12
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
36
13
|
data: {
|
|
37
14
|
type: ObjectConstructor;
|
|
38
|
-
default:
|
|
39
|
-
data: {};
|
|
40
|
-
options: {
|
|
41
|
-
width: string;
|
|
42
|
-
height: string;
|
|
43
|
-
hairline: boolean;
|
|
44
|
-
type: string;
|
|
45
|
-
size: string;
|
|
46
|
-
shape: string;
|
|
47
|
-
position: string;
|
|
48
|
-
plain: boolean;
|
|
49
|
-
disabled: boolean;
|
|
50
|
-
loading: boolean;
|
|
51
|
-
loadingText: string;
|
|
52
|
-
openType: string;
|
|
53
|
-
pagePath: string;
|
|
54
|
-
isTabBar: boolean;
|
|
55
|
-
text: string;
|
|
56
|
-
textColor: string;
|
|
57
|
-
icon: string;
|
|
58
|
-
color: string;
|
|
59
|
-
customStyle: string;
|
|
60
|
-
};
|
|
61
|
-
};
|
|
15
|
+
default: () => void;
|
|
62
16
|
};
|
|
63
17
|
}>> & Readonly<{}>, {
|
|
64
18
|
data: Record<string, any>;
|