vuv-ui 1.0.2 → 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 +1 -1
- package/vuv-ui/src/components/button/Data.vue.d.ts +2 -50
- package/vuv-ui/src/components/button/View.vue.d.ts +2 -48
- package/vuv-ui/src/components/button/index.d.ts +4 -100
- package/vuv-ui/src/components/collapse/index.d.ts +0 -2
- package/vuv-ui/src/components/index.d.ts +4 -728
- package/vuv-ui/src/components/numberBxo/index.d.ts +0 -2
- package/vuv-ui/src/components/textarea/index.d.ts +0 -2
- package/vuv-ui/vuv-ui.css +1 -1
- package/vuv-ui/vuv-ui.es.js +915 -962
- package/vuv-ui/vuv-ui.umd.js +1 -1
package/package.json
CHANGED
|
@@ -1,60 +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
|
-
fill: boolean;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
4
|
+
default: () => void;
|
|
29
5
|
};
|
|
30
6
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
31
7
|
data: {
|
|
32
8
|
type: ObjectConstructor;
|
|
33
|
-
default:
|
|
34
|
-
data: {};
|
|
35
|
-
options: {
|
|
36
|
-
width: string;
|
|
37
|
-
height: string;
|
|
38
|
-
hairline: boolean;
|
|
39
|
-
type: string;
|
|
40
|
-
size: string;
|
|
41
|
-
shape: string;
|
|
42
|
-
position: string;
|
|
43
|
-
plain: boolean;
|
|
44
|
-
disabled: boolean;
|
|
45
|
-
loading: boolean;
|
|
46
|
-
loadingText: string;
|
|
47
|
-
openType: string;
|
|
48
|
-
pagePath: string;
|
|
49
|
-
isTabBar: boolean;
|
|
50
|
-
text: string;
|
|
51
|
-
textColor: string;
|
|
52
|
-
icon: string;
|
|
53
|
-
color: string;
|
|
54
|
-
customStyle: string;
|
|
55
|
-
fill: boolean;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
9
|
+
default: () => void;
|
|
58
10
|
};
|
|
59
11
|
}>> & Readonly<{}>, {
|
|
60
12
|
data: Record<string, any>;
|
|
@@ -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>;
|
|
@@ -66,60 +20,12 @@ declare const buttonTypeList: {
|
|
|
66
20
|
editCom: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
67
21
|
data: {
|
|
68
22
|
type: ObjectConstructor;
|
|
69
|
-
default:
|
|
70
|
-
data: {};
|
|
71
|
-
options: {
|
|
72
|
-
width: string;
|
|
73
|
-
height: string;
|
|
74
|
-
hairline: boolean;
|
|
75
|
-
type: string;
|
|
76
|
-
size: string;
|
|
77
|
-
shape: string;
|
|
78
|
-
position: string;
|
|
79
|
-
plain: boolean;
|
|
80
|
-
disabled: boolean;
|
|
81
|
-
loading: boolean;
|
|
82
|
-
loadingText: string;
|
|
83
|
-
openType: string;
|
|
84
|
-
pagePath: string;
|
|
85
|
-
isTabBar: boolean;
|
|
86
|
-
text: string;
|
|
87
|
-
textColor: string;
|
|
88
|
-
icon: string;
|
|
89
|
-
color: string;
|
|
90
|
-
customStyle: string;
|
|
91
|
-
fill: boolean;
|
|
92
|
-
};
|
|
93
|
-
};
|
|
23
|
+
default: () => void;
|
|
94
24
|
};
|
|
95
25
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
96
26
|
data: {
|
|
97
27
|
type: ObjectConstructor;
|
|
98
|
-
default:
|
|
99
|
-
data: {};
|
|
100
|
-
options: {
|
|
101
|
-
width: string;
|
|
102
|
-
height: string;
|
|
103
|
-
hairline: boolean;
|
|
104
|
-
type: string;
|
|
105
|
-
size: string;
|
|
106
|
-
shape: string;
|
|
107
|
-
position: string;
|
|
108
|
-
plain: boolean;
|
|
109
|
-
disabled: boolean;
|
|
110
|
-
loading: boolean;
|
|
111
|
-
loadingText: string;
|
|
112
|
-
openType: string;
|
|
113
|
-
pagePath: string;
|
|
114
|
-
isTabBar: boolean;
|
|
115
|
-
text: string;
|
|
116
|
-
textColor: string;
|
|
117
|
-
icon: string;
|
|
118
|
-
color: string;
|
|
119
|
-
customStyle: string;
|
|
120
|
-
fill: boolean;
|
|
121
|
-
};
|
|
122
|
-
};
|
|
28
|
+
default: () => void;
|
|
123
29
|
};
|
|
124
30
|
}>> & Readonly<{}>, {
|
|
125
31
|
data: Record<string, any>;
|
|
@@ -152,5 +58,3 @@ declare const buttonOptions: {
|
|
|
152
58
|
};
|
|
153
59
|
};
|
|
154
60
|
export { buttonTypeList, buttonOptions };
|
|
155
|
-
export { default as ButtonView } from './View.vue';
|
|
156
|
-
export { default as ButtonData } from './Data.vue';
|