vuv-ui 1.0.4 → 1.0.6
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 +3 -3
- package/vuv-ui/src/components/button/Data.vue.d.ts +2 -2
- package/vuv-ui/src/components/button/View.vue.d.ts +2 -2
- package/vuv-ui/src/components/collapse/Data.vue.d.ts +2 -2
- package/vuv-ui/src/components/collapse/View.vue.d.ts +2 -2
- package/vuv-ui/src/components/index.d.ts +1 -445
- package/vuv-ui/src/components/numberBxo/Data.vue.d.ts +2 -2
- package/vuv-ui/src/components/numberBxo/View.vue.d.ts +2 -2
- package/vuv-ui/src/components/textarea/Data.vue.d.ts +2 -2
- package/vuv-ui/src/components/textarea/View.vue.d.ts +2 -2
- package/vuv-ui/vuv-ui.css +1 -1
- package/vuv-ui/vuv-ui.es.js +17 -27
- package/vuv-ui/vuv-ui.umd.js +1 -1
- package/vuv-ui/vuv-ui.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vuv-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.6",
|
|
5
5
|
"description": "基于UVUI 组件再次封装",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": "lsq",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
".": {
|
|
22
22
|
"import": "./vuv-ui/vuv-ui.es.js",
|
|
23
23
|
"require": "./vuv-ui/vuv-ui.umd.js",
|
|
24
|
-
"types": "./vuv-ui/
|
|
24
|
+
"types": "./vuv-ui/src/components/index.d.ts"
|
|
25
25
|
},
|
|
26
26
|
"./style.css": "./vuv-ui/style.css"
|
|
27
27
|
},
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"main": "./vuv-ui/vuv-ui.umd.js",
|
|
48
48
|
"module": "./vuv-ui/vuv-ui.es.js",
|
|
49
|
-
"types": "./vuv-ui/
|
|
49
|
+
"types": "./vuv-ui/src/components/index.d.ts",
|
|
50
50
|
"engines": {
|
|
51
51
|
"node": "^20.19.0 || >=22.12.0"
|
|
52
52
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
1
3
|
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
4
|
data: {
|
|
3
5
|
type: ObjectConstructor;
|
|
@@ -11,5 +13,3 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
11
13
|
}>> & Readonly<{}>, {
|
|
12
14
|
data: Record<string, any>;
|
|
13
15
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
-
export default _default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
1
3
|
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
4
|
data: {
|
|
3
5
|
type: ObjectConstructor;
|
|
@@ -11,5 +13,3 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
11
13
|
}>> & Readonly<{}>, {
|
|
12
14
|
data: Record<string, any>;
|
|
13
15
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
-
export default _default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
1
3
|
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
4
|
data: {
|
|
3
5
|
type: ObjectConstructor;
|
|
@@ -11,5 +13,3 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
11
13
|
}>> & Readonly<{}>, {
|
|
12
14
|
data: Record<string, any>;
|
|
13
15
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
-
export default _default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
1
3
|
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
4
|
data: {
|
|
3
5
|
type: ObjectConstructor;
|
|
@@ -11,5 +13,3 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
11
13
|
}>> & Readonly<{}>, {
|
|
12
14
|
data: Record<string, any>;
|
|
13
15
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
-
export default _default;
|
|
@@ -1,445 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
buttonTypeList: {
|
|
3
|
-
type: string;
|
|
4
|
-
name: string;
|
|
5
|
-
icon: string;
|
|
6
|
-
fontIcon: string;
|
|
7
|
-
page: string;
|
|
8
|
-
viewCom: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
9
|
-
data: {
|
|
10
|
-
type: ObjectConstructor;
|
|
11
|
-
default: () => void;
|
|
12
|
-
};
|
|
13
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14
|
-
data: {
|
|
15
|
-
type: ObjectConstructor;
|
|
16
|
-
default: () => void;
|
|
17
|
-
};
|
|
18
|
-
}>> & Readonly<{}>, {
|
|
19
|
-
data: Record<string, any>;
|
|
20
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
21
|
-
editCom: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
22
|
-
data: {
|
|
23
|
-
type: ObjectConstructor;
|
|
24
|
-
default: () => void;
|
|
25
|
-
};
|
|
26
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
27
|
-
data: {
|
|
28
|
-
type: ObjectConstructor;
|
|
29
|
-
default: () => void;
|
|
30
|
-
};
|
|
31
|
-
}>> & Readonly<{}>, {
|
|
32
|
-
data: Record<string, any>;
|
|
33
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
34
|
-
limit: number;
|
|
35
|
-
};
|
|
36
|
-
textareaTypeList: {
|
|
37
|
-
type: string;
|
|
38
|
-
name: string;
|
|
39
|
-
icon: string;
|
|
40
|
-
fontIcon: string;
|
|
41
|
-
page: string;
|
|
42
|
-
viewCom: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
43
|
-
data: {
|
|
44
|
-
type: ObjectConstructor;
|
|
45
|
-
default: () => void;
|
|
46
|
-
};
|
|
47
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
48
|
-
data: {
|
|
49
|
-
type: ObjectConstructor;
|
|
50
|
-
default: () => void;
|
|
51
|
-
};
|
|
52
|
-
}>> & Readonly<{}>, {
|
|
53
|
-
data: Record<string, any>;
|
|
54
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
55
|
-
editCom: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
56
|
-
data: {
|
|
57
|
-
type: ObjectConstructor;
|
|
58
|
-
default: () => void;
|
|
59
|
-
};
|
|
60
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
61
|
-
data: {
|
|
62
|
-
type: ObjectConstructor;
|
|
63
|
-
default: () => void;
|
|
64
|
-
};
|
|
65
|
-
}>> & Readonly<{}>, {
|
|
66
|
-
data: Record<string, any>;
|
|
67
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
68
|
-
limit: number;
|
|
69
|
-
};
|
|
70
|
-
numberBoxTypeList: {
|
|
71
|
-
type: string;
|
|
72
|
-
name: string;
|
|
73
|
-
icon: string;
|
|
74
|
-
fontIcon: string;
|
|
75
|
-
page: string;
|
|
76
|
-
viewCom: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
77
|
-
data: {
|
|
78
|
-
type: ObjectConstructor;
|
|
79
|
-
default: () => void;
|
|
80
|
-
};
|
|
81
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
82
|
-
data: {
|
|
83
|
-
type: ObjectConstructor;
|
|
84
|
-
default: () => void;
|
|
85
|
-
};
|
|
86
|
-
}>> & Readonly<{}>, {
|
|
87
|
-
data: Record<string, any>;
|
|
88
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
89
|
-
editCom: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
90
|
-
data: {
|
|
91
|
-
type: ObjectConstructor;
|
|
92
|
-
default: () => void;
|
|
93
|
-
};
|
|
94
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
95
|
-
data: {
|
|
96
|
-
type: ObjectConstructor;
|
|
97
|
-
default: () => void;
|
|
98
|
-
};
|
|
99
|
-
}>> & Readonly<{}>, {
|
|
100
|
-
data: Record<string, any>;
|
|
101
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
102
|
-
limit: number;
|
|
103
|
-
};
|
|
104
|
-
collapseTypeList: {
|
|
105
|
-
type: string;
|
|
106
|
-
name: string;
|
|
107
|
-
icon: string;
|
|
108
|
-
fontIcon: string;
|
|
109
|
-
page: string;
|
|
110
|
-
viewCom: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
111
|
-
data: {
|
|
112
|
-
type: ObjectConstructor;
|
|
113
|
-
default: () => void;
|
|
114
|
-
};
|
|
115
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
116
|
-
data: {
|
|
117
|
-
type: ObjectConstructor;
|
|
118
|
-
default: () => void;
|
|
119
|
-
};
|
|
120
|
-
}>> & Readonly<{}>, {
|
|
121
|
-
data: Record<string, any>;
|
|
122
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
123
|
-
editCom: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
124
|
-
data: {
|
|
125
|
-
type: ObjectConstructor;
|
|
126
|
-
default: () => void;
|
|
127
|
-
};
|
|
128
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
129
|
-
data: {
|
|
130
|
-
type: ObjectConstructor;
|
|
131
|
-
default: () => void;
|
|
132
|
-
};
|
|
133
|
-
}>> & Readonly<{}>, {
|
|
134
|
-
data: Record<string, any>;
|
|
135
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
136
|
-
limit: number;
|
|
137
|
-
};
|
|
138
|
-
};
|
|
139
|
-
export declare const uvUIOptions: {
|
|
140
|
-
buttonOptions: {
|
|
141
|
-
data: {};
|
|
142
|
-
options: {
|
|
143
|
-
width: string;
|
|
144
|
-
height: string;
|
|
145
|
-
hairline: boolean;
|
|
146
|
-
type: string;
|
|
147
|
-
size: string;
|
|
148
|
-
shape: string;
|
|
149
|
-
position: string;
|
|
150
|
-
plain: boolean;
|
|
151
|
-
disabled: boolean;
|
|
152
|
-
loading: boolean;
|
|
153
|
-
loadingText: string;
|
|
154
|
-
openType: string;
|
|
155
|
-
pagePath: string;
|
|
156
|
-
isTabBar: boolean;
|
|
157
|
-
text: string;
|
|
158
|
-
textColor: string;
|
|
159
|
-
icon: string;
|
|
160
|
-
color: string;
|
|
161
|
-
customStyle: string;
|
|
162
|
-
fill: boolean;
|
|
163
|
-
};
|
|
164
|
-
};
|
|
165
|
-
textareaOptions: {
|
|
166
|
-
type: string;
|
|
167
|
-
data: {};
|
|
168
|
-
options: {
|
|
169
|
-
placeholder: string;
|
|
170
|
-
height: string;
|
|
171
|
-
confirmType: string;
|
|
172
|
-
count: boolean;
|
|
173
|
-
autoHeight: boolean;
|
|
174
|
-
showConfirmBar: boolean;
|
|
175
|
-
maxlength: number;
|
|
176
|
-
border: string;
|
|
177
|
-
customStyle: string;
|
|
178
|
-
fill: boolean;
|
|
179
|
-
};
|
|
180
|
-
};
|
|
181
|
-
numberBoxOptions: {
|
|
182
|
-
data: {};
|
|
183
|
-
options: {
|
|
184
|
-
value: number;
|
|
185
|
-
min: number;
|
|
186
|
-
max: number;
|
|
187
|
-
step: number;
|
|
188
|
-
integer: boolean;
|
|
189
|
-
disabled: boolean;
|
|
190
|
-
disabledInput: boolean;
|
|
191
|
-
inputWidth: number;
|
|
192
|
-
showMinus: boolean;
|
|
193
|
-
showPlus: boolean;
|
|
194
|
-
decimalLength: number;
|
|
195
|
-
longPress: boolean;
|
|
196
|
-
color: string;
|
|
197
|
-
buttonSize: number;
|
|
198
|
-
bgColor: string;
|
|
199
|
-
disablePlus: boolean;
|
|
200
|
-
disableMinus: boolean;
|
|
201
|
-
align: string;
|
|
202
|
-
fill: boolean;
|
|
203
|
-
};
|
|
204
|
-
};
|
|
205
|
-
collapseOptions: {
|
|
206
|
-
data: {
|
|
207
|
-
list: {
|
|
208
|
-
title: string;
|
|
209
|
-
value: string;
|
|
210
|
-
label: string;
|
|
211
|
-
disabled: boolean;
|
|
212
|
-
isLink: boolean;
|
|
213
|
-
clickable: boolean;
|
|
214
|
-
border: boolean;
|
|
215
|
-
}[];
|
|
216
|
-
};
|
|
217
|
-
options: {
|
|
218
|
-
fill: boolean;
|
|
219
|
-
};
|
|
220
|
-
};
|
|
221
|
-
};
|
|
222
|
-
declare const hsryvvuUI: {
|
|
223
|
-
uvUiList: {
|
|
224
|
-
buttonTypeList: {
|
|
225
|
-
type: string;
|
|
226
|
-
name: string;
|
|
227
|
-
icon: string;
|
|
228
|
-
fontIcon: string;
|
|
229
|
-
page: string;
|
|
230
|
-
viewCom: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
231
|
-
data: {
|
|
232
|
-
type: ObjectConstructor;
|
|
233
|
-
default: () => void;
|
|
234
|
-
};
|
|
235
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
236
|
-
data: {
|
|
237
|
-
type: ObjectConstructor;
|
|
238
|
-
default: () => void;
|
|
239
|
-
};
|
|
240
|
-
}>> & Readonly<{}>, {
|
|
241
|
-
data: Record<string, any>;
|
|
242
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
243
|
-
editCom: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
244
|
-
data: {
|
|
245
|
-
type: ObjectConstructor;
|
|
246
|
-
default: () => void;
|
|
247
|
-
};
|
|
248
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
249
|
-
data: {
|
|
250
|
-
type: ObjectConstructor;
|
|
251
|
-
default: () => void;
|
|
252
|
-
};
|
|
253
|
-
}>> & Readonly<{}>, {
|
|
254
|
-
data: Record<string, any>;
|
|
255
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
256
|
-
limit: number;
|
|
257
|
-
};
|
|
258
|
-
textareaTypeList: {
|
|
259
|
-
type: string;
|
|
260
|
-
name: string;
|
|
261
|
-
icon: string;
|
|
262
|
-
fontIcon: string;
|
|
263
|
-
page: string;
|
|
264
|
-
viewCom: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
265
|
-
data: {
|
|
266
|
-
type: ObjectConstructor;
|
|
267
|
-
default: () => void;
|
|
268
|
-
};
|
|
269
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
270
|
-
data: {
|
|
271
|
-
type: ObjectConstructor;
|
|
272
|
-
default: () => void;
|
|
273
|
-
};
|
|
274
|
-
}>> & Readonly<{}>, {
|
|
275
|
-
data: Record<string, any>;
|
|
276
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
277
|
-
editCom: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
278
|
-
data: {
|
|
279
|
-
type: ObjectConstructor;
|
|
280
|
-
default: () => void;
|
|
281
|
-
};
|
|
282
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
283
|
-
data: {
|
|
284
|
-
type: ObjectConstructor;
|
|
285
|
-
default: () => void;
|
|
286
|
-
};
|
|
287
|
-
}>> & Readonly<{}>, {
|
|
288
|
-
data: Record<string, any>;
|
|
289
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
290
|
-
limit: number;
|
|
291
|
-
};
|
|
292
|
-
numberBoxTypeList: {
|
|
293
|
-
type: string;
|
|
294
|
-
name: string;
|
|
295
|
-
icon: string;
|
|
296
|
-
fontIcon: string;
|
|
297
|
-
page: string;
|
|
298
|
-
viewCom: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
299
|
-
data: {
|
|
300
|
-
type: ObjectConstructor;
|
|
301
|
-
default: () => void;
|
|
302
|
-
};
|
|
303
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
304
|
-
data: {
|
|
305
|
-
type: ObjectConstructor;
|
|
306
|
-
default: () => void;
|
|
307
|
-
};
|
|
308
|
-
}>> & Readonly<{}>, {
|
|
309
|
-
data: Record<string, any>;
|
|
310
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
311
|
-
editCom: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
312
|
-
data: {
|
|
313
|
-
type: ObjectConstructor;
|
|
314
|
-
default: () => void;
|
|
315
|
-
};
|
|
316
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
317
|
-
data: {
|
|
318
|
-
type: ObjectConstructor;
|
|
319
|
-
default: () => void;
|
|
320
|
-
};
|
|
321
|
-
}>> & Readonly<{}>, {
|
|
322
|
-
data: Record<string, any>;
|
|
323
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
324
|
-
limit: number;
|
|
325
|
-
};
|
|
326
|
-
collapseTypeList: {
|
|
327
|
-
type: string;
|
|
328
|
-
name: string;
|
|
329
|
-
icon: string;
|
|
330
|
-
fontIcon: string;
|
|
331
|
-
page: string;
|
|
332
|
-
viewCom: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
333
|
-
data: {
|
|
334
|
-
type: ObjectConstructor;
|
|
335
|
-
default: () => void;
|
|
336
|
-
};
|
|
337
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
338
|
-
data: {
|
|
339
|
-
type: ObjectConstructor;
|
|
340
|
-
default: () => void;
|
|
341
|
-
};
|
|
342
|
-
}>> & Readonly<{}>, {
|
|
343
|
-
data: Record<string, any>;
|
|
344
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
345
|
-
editCom: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
346
|
-
data: {
|
|
347
|
-
type: ObjectConstructor;
|
|
348
|
-
default: () => void;
|
|
349
|
-
};
|
|
350
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
351
|
-
data: {
|
|
352
|
-
type: ObjectConstructor;
|
|
353
|
-
default: () => void;
|
|
354
|
-
};
|
|
355
|
-
}>> & Readonly<{}>, {
|
|
356
|
-
data: Record<string, any>;
|
|
357
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
358
|
-
limit: number;
|
|
359
|
-
};
|
|
360
|
-
};
|
|
361
|
-
uvUIOptions: {
|
|
362
|
-
buttonOptions: {
|
|
363
|
-
data: {};
|
|
364
|
-
options: {
|
|
365
|
-
width: string;
|
|
366
|
-
height: string;
|
|
367
|
-
hairline: boolean;
|
|
368
|
-
type: string;
|
|
369
|
-
size: string;
|
|
370
|
-
shape: string;
|
|
371
|
-
position: string;
|
|
372
|
-
plain: boolean;
|
|
373
|
-
disabled: boolean;
|
|
374
|
-
loading: boolean;
|
|
375
|
-
loadingText: string;
|
|
376
|
-
openType: string;
|
|
377
|
-
pagePath: string;
|
|
378
|
-
isTabBar: boolean;
|
|
379
|
-
text: string;
|
|
380
|
-
textColor: string;
|
|
381
|
-
icon: string;
|
|
382
|
-
color: string;
|
|
383
|
-
customStyle: string;
|
|
384
|
-
fill: boolean;
|
|
385
|
-
};
|
|
386
|
-
};
|
|
387
|
-
textareaOptions: {
|
|
388
|
-
type: string;
|
|
389
|
-
data: {};
|
|
390
|
-
options: {
|
|
391
|
-
placeholder: string;
|
|
392
|
-
height: string;
|
|
393
|
-
confirmType: string;
|
|
394
|
-
count: boolean;
|
|
395
|
-
autoHeight: boolean;
|
|
396
|
-
showConfirmBar: boolean;
|
|
397
|
-
maxlength: number;
|
|
398
|
-
border: string;
|
|
399
|
-
customStyle: string;
|
|
400
|
-
fill: boolean;
|
|
401
|
-
};
|
|
402
|
-
};
|
|
403
|
-
numberBoxOptions: {
|
|
404
|
-
data: {};
|
|
405
|
-
options: {
|
|
406
|
-
value: number;
|
|
407
|
-
min: number;
|
|
408
|
-
max: number;
|
|
409
|
-
step: number;
|
|
410
|
-
integer: boolean;
|
|
411
|
-
disabled: boolean;
|
|
412
|
-
disabledInput: boolean;
|
|
413
|
-
inputWidth: number;
|
|
414
|
-
showMinus: boolean;
|
|
415
|
-
showPlus: boolean;
|
|
416
|
-
decimalLength: number;
|
|
417
|
-
longPress: boolean;
|
|
418
|
-
color: string;
|
|
419
|
-
buttonSize: number;
|
|
420
|
-
bgColor: string;
|
|
421
|
-
disablePlus: boolean;
|
|
422
|
-
disableMinus: boolean;
|
|
423
|
-
align: string;
|
|
424
|
-
fill: boolean;
|
|
425
|
-
};
|
|
426
|
-
};
|
|
427
|
-
collapseOptions: {
|
|
428
|
-
data: {
|
|
429
|
-
list: {
|
|
430
|
-
title: string;
|
|
431
|
-
value: string;
|
|
432
|
-
label: string;
|
|
433
|
-
disabled: boolean;
|
|
434
|
-
isLink: boolean;
|
|
435
|
-
clickable: boolean;
|
|
436
|
-
border: boolean;
|
|
437
|
-
}[];
|
|
438
|
-
};
|
|
439
|
-
options: {
|
|
440
|
-
fill: boolean;
|
|
441
|
-
};
|
|
442
|
-
};
|
|
443
|
-
};
|
|
444
|
-
};
|
|
445
|
-
export default hsryvvuUI;
|
|
1
|
+
export {}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
1
3
|
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
4
|
data: {
|
|
3
5
|
type: ObjectConstructor;
|
|
@@ -11,5 +13,3 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
11
13
|
}>> & Readonly<{}>, {
|
|
12
14
|
data: Record<string, any>;
|
|
13
15
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
-
export default _default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
1
3
|
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
4
|
data: {
|
|
3
5
|
type: ObjectConstructor;
|
|
@@ -11,5 +13,3 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
11
13
|
}>> & Readonly<{}>, {
|
|
12
14
|
data: Record<string, any>;
|
|
13
15
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
-
export default _default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
1
3
|
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
4
|
data: {
|
|
3
5
|
type: ObjectConstructor;
|
|
@@ -11,5 +13,3 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
11
13
|
}>> & Readonly<{}>, {
|
|
12
14
|
data: Record<string, any>;
|
|
13
15
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
-
export default _default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
1
3
|
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
4
|
data: {
|
|
3
5
|
type: ObjectConstructor;
|
|
@@ -11,5 +13,3 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
11
13
|
}>> & Readonly<{}>, {
|
|
12
14
|
data: Record<string, any>;
|
|
13
15
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
-
export default _default;
|
package/vuv-ui/vuv-ui.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.button_box[data-v-
|
|
1
|
+
.button_box[data-v-e8ff75c8]{align-items:center;margin-top:10px;display:flex}.button_box[data-v-e8ff75c8] .uv-button{width:100%;height:100%}.plain[data-v-e8ff75c8] .uv-button{background-color:transparent!important}.banner-content[data-v-a8e9caf7]{overflow-x:auto}.item-list[data-v-a8e9caf7]{border:1px solid #c8c8c8;border-radius:4px;justify-content:space-between;margin:10px;padding:5px;display:flex}.item-list .l-info[data-v-a8e9caf7]{width:calc(100% - 100px);padding-top:4px;font-size:12px}.item-list .l-info p[data-v-a8e9caf7]{white-space:nowrap;margin:5px 0 0;display:flex;overflow:hidden}.item-list .l-info p .link[data-v-a8e9caf7]{color:#1b8bff;cursor:pointer}.item-list .l-info p .text[data-v-a8e9caf7]{white-space:nowrap;text-align:-webkit-auto;text-overflow:ellipsis;overflow:hidden}.item-list .r-image[data-v-a8e9caf7]{text-align:right}.item-list .r-image .el-icon-close[data-v-a8e9caf7]{color:#999;cursor:pointer;margin-bottom:6px;font-size:12px;font-weight:600}.item-list .r-image .el-icon-close[data-v-a8e9caf7]:hover{color:red}.item-list .r-image .image-box[data-v-a8e9caf7]{background:#fff;border-radius:5px;justify-content:center;align-items:center;width:100px;height:70px;display:flex;position:relative;overflow:hidden}.item-list .r-image .image-box img[data-v-a8e9caf7]{max-width:100%}.item-list .r-image .image-box .placeholder-text[data-v-a8e9caf7]{color:#999;font-size:12px}.mt-5px[data-v-a8e9caf7]{margin-top:5px}.mt-10px[data-v-a8e9caf7]{margin-top:10px}.textarea_box[data-v-9a05b815]{align-items:center;margin-top:10px;display:flex}.banner-content[data-v-865fd7df]{overflow-x:auto}.item-list[data-v-865fd7df]{border:1px solid #c8c8c8;border-radius:4px;justify-content:space-between;margin:10px;padding:5px;display:flex}.item-list .l-info[data-v-865fd7df]{width:calc(100% - 100px);padding-top:4px;font-size:12px}.item-list .l-info p[data-v-865fd7df]{white-space:nowrap;margin:5px 0 0;display:flex;overflow:hidden}.item-list .l-info p .link[data-v-865fd7df]{color:#1b8bff;cursor:pointer}.item-list .l-info p .text[data-v-865fd7df]{white-space:nowrap;text-align:-webkit-auto;text-overflow:ellipsis;overflow:hidden}.item-list .r-image[data-v-865fd7df]{text-align:right}.item-list .r-image .el-icon-close[data-v-865fd7df]{color:#999;cursor:pointer;margin-bottom:6px;font-size:12px;font-weight:600}.item-list .r-image .el-icon-close[data-v-865fd7df]:hover{color:red}.item-list .r-image .image-box[data-v-865fd7df]{background:#fff;border-radius:5px;justify-content:center;align-items:center;width:100px;height:70px;display:flex;position:relative;overflow:hidden}.item-list .r-image .image-box img[data-v-865fd7df]{max-width:100%}.item-list .r-image .image-box .placeholder-text[data-v-865fd7df]{color:#999;font-size:12px}.mt-5px[data-v-865fd7df]{margin-top:5px}.mt-10px[data-v-865fd7df]{margin-top:10px}.number-box-wrapper[data-v-3aa0e1d5]{background-color:#fff;align-items:center;padding:10px;display:flex}.banner-content[data-v-31324af4],.banner-content[data-v-0f68eeee]{overflow-x:auto}.item-list[data-v-0f68eeee]{border:1px solid #c8c8c8;border-radius:4px;justify-content:space-between;margin:10px;padding:5px;display:flex}.item-list .l-info[data-v-0f68eeee]{width:calc(100% - 100px);padding-top:4px;font-size:12px}.item-list .l-info p[data-v-0f68eeee]{white-space:nowrap;margin:5px 0 0;display:flex;overflow:hidden}.item-list .l-info p .link[data-v-0f68eeee]{color:#1b8bff;cursor:pointer}.item-list .l-info p .text[data-v-0f68eeee]{white-space:nowrap;text-align:-webkit-auto;text-overflow:ellipsis;overflow:hidden}.item-list .r-image[data-v-0f68eeee]{text-align:right}.item-list .r-image .el-icon-close[data-v-0f68eeee]{color:#999;cursor:pointer;margin-bottom:6px;font-size:12px;font-weight:600}.item-list .r-image .el-icon-close[data-v-0f68eeee]:hover{color:red}.item-list .r-image .image-box[data-v-0f68eeee]{background:#fff;border-radius:5px;justify-content:center;align-items:center;width:100px;height:70px;display:flex;position:relative;overflow:hidden}.item-list .r-image .image-box img[data-v-0f68eeee]{max-width:100%}.item-list .r-image .image-box .placeholder-text[data-v-0f68eeee]{color:#999;font-size:12px}.mt-5px[data-v-0f68eeee]{margin-top:5px}.mt-10px[data-v-0f68eeee]{margin-top:10px}
|
|
2
2
|
/*$vite$:1*/
|