@varlet/ui 2.7.4-alpha.1675694992985 → 2.7.4
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/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/loading-bar/index.mjs +22 -3
- package/es/snackbar/index.mjs +25 -10
- package/es/varlet.esm.js +2296 -2278
- package/highlight/web-types.en-US.json +5931 -0
- package/highlight/{web-types.json → web-types.zh-CN.json} +1 -1
- package/lib/varlet.cjs.js +62 -34
- package/package.json +6 -10
- package/types/loadingBar.d.ts +5 -0
- package/types/snackbar.d.ts +5 -1
- package/umd/varlet.js +6 -6
- package/highlight/attributes.json +0 -2078
- package/highlight/tags.json +0 -801
|
@@ -1,2078 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"var-action-sheet/v-model:show": {
|
|
3
|
-
"type": "boolean",
|
|
4
|
-
"description": "是否显示动作面板 默认值:false"
|
|
5
|
-
},
|
|
6
|
-
"var-action-sheet/actions": {
|
|
7
|
-
"type": "Actions",
|
|
8
|
-
"description": "选项列表 默认值:[]"
|
|
9
|
-
},
|
|
10
|
-
"var-action-sheet/title": {
|
|
11
|
-
"type": "string",
|
|
12
|
-
"description": "动作面板标题 默认值:请选择"
|
|
13
|
-
},
|
|
14
|
-
"var-action-sheet/overlay": {
|
|
15
|
-
"type": "boolean",
|
|
16
|
-
"description": "是否显示遮罩层 默认值:true"
|
|
17
|
-
},
|
|
18
|
-
"var-action-sheet/overlay-class": {
|
|
19
|
-
"type": "string",
|
|
20
|
-
"description": "自定义遮罩层的 class 默认值:-"
|
|
21
|
-
},
|
|
22
|
-
"var-action-sheet/overlay-style": {
|
|
23
|
-
"type": "object",
|
|
24
|
-
"description": "自定义遮罩层的 style 默认值:-"
|
|
25
|
-
},
|
|
26
|
-
"var-action-sheet/lock-scroll": {
|
|
27
|
-
"type": "boolean",
|
|
28
|
-
"description": "是否禁止滚动穿透,禁止时滚动弹出层不会引发 body 的滚动 默认值:true"
|
|
29
|
-
},
|
|
30
|
-
"var-action-sheet/close-on-click-action": {
|
|
31
|
-
"type": "boolean",
|
|
32
|
-
"description": "是否点击选项时关闭动作面板 默认值:true"
|
|
33
|
-
},
|
|
34
|
-
"var-action-sheet/close-on-click-overlay": {
|
|
35
|
-
"type": "boolean",
|
|
36
|
-
"description": "是否点击遮罩层关闭动作面板 默认值:true"
|
|
37
|
-
},
|
|
38
|
-
"var-action-sheet/teleport": {
|
|
39
|
-
"type": "TeleportProps['to']",
|
|
40
|
-
"description": "动作面板挂载的位置 默认值:-"
|
|
41
|
-
},
|
|
42
|
-
"var-app-bar/color": {
|
|
43
|
-
"type": "string",
|
|
44
|
-
"description": "背景颜色 默认值:-"
|
|
45
|
-
},
|
|
46
|
-
"var-app-bar/text-color": {
|
|
47
|
-
"type": "string",
|
|
48
|
-
"description": "文字颜色 默认值:-"
|
|
49
|
-
},
|
|
50
|
-
"var-app-bar/title": {
|
|
51
|
-
"type": "string",
|
|
52
|
-
"description": "标题 默认值:-"
|
|
53
|
-
},
|
|
54
|
-
"var-app-bar/title-position": {
|
|
55
|
-
"type": "string",
|
|
56
|
-
"description": "标题位置,可选值为 `left` `center` `right` 默认值:left"
|
|
57
|
-
},
|
|
58
|
-
"var-app-bar/elevation": {
|
|
59
|
-
"type": "boolean",
|
|
60
|
-
"description": "是否使用海拔 默认值:true"
|
|
61
|
-
},
|
|
62
|
-
"var-app-bar/round": {
|
|
63
|
-
"type": "boolean",
|
|
64
|
-
"description": "是否使用圆角 默认值:false"
|
|
65
|
-
},
|
|
66
|
-
"var-back-top/target": {
|
|
67
|
-
"type": "string | HTMLElement",
|
|
68
|
-
"description": "触发滚动的对象,如果为 undefined 会监听距离最近的一个可滚动的祖先节点 默认值:-"
|
|
69
|
-
},
|
|
70
|
-
"var-back-top/visibility-height": {
|
|
71
|
-
"type": "string | number",
|
|
72
|
-
"description": "滚动高度达到此参数值才出现 默认值:200"
|
|
73
|
-
},
|
|
74
|
-
"var-back-top/bottom": {
|
|
75
|
-
"type": "string | number",
|
|
76
|
-
"description": "`BackTop` 距离页面底部的距离 默认值:40"
|
|
77
|
-
},
|
|
78
|
-
"var-back-top/right": {
|
|
79
|
-
"type": "string | number",
|
|
80
|
-
"description": "`BackTop` 距离页面右侧的距离 默认值:40"
|
|
81
|
-
},
|
|
82
|
-
"var-back-top/duration": {
|
|
83
|
-
"type": "number",
|
|
84
|
-
"description": "回到顶部所需时间(ms) 默认值:300"
|
|
85
|
-
},
|
|
86
|
-
"var-badge/type": {
|
|
87
|
-
"type": "string",
|
|
88
|
-
"description": "类型,可选值为 `default` `primary` `info` `success` `warning` `danger` 默认值:default"
|
|
89
|
-
},
|
|
90
|
-
"var-badge/hidden": {
|
|
91
|
-
"type": "boolean",
|
|
92
|
-
"description": "是否隐藏徽标 默认值:false"
|
|
93
|
-
},
|
|
94
|
-
"var-badge/dot": {
|
|
95
|
-
"type": "boolean",
|
|
96
|
-
"description": "徽标是否为小圆点 默认值:false"
|
|
97
|
-
},
|
|
98
|
-
"var-badge/value": {
|
|
99
|
-
"type": "string | number",
|
|
100
|
-
"description": "徽标中显示的值(当 `dot` 为 `false` 时生效) 默认值:0"
|
|
101
|
-
},
|
|
102
|
-
"var-badge/max-value": {
|
|
103
|
-
"type": "number",
|
|
104
|
-
"description": "徽标中显示的最大值,当 `value` 大于 `max-value` 时会显示 `max-value+` (当 `value` 与 `max-value` 都存在时生效) 默认值:-"
|
|
105
|
-
},
|
|
106
|
-
"var-badge/position": {
|
|
107
|
-
"type": "string",
|
|
108
|
-
"description": "徽标标签中有其他标签时定义徽标在其他标签上的位置,可选值 `right-top` `right-bottom` `left-top` `left-bottom` 默认值:right-top"
|
|
109
|
-
},
|
|
110
|
-
"var-badge/color": {
|
|
111
|
-
"type": "string",
|
|
112
|
-
"description": "自定义徽标颜色 默认值:-"
|
|
113
|
-
},
|
|
114
|
-
"var-badge/icon": {
|
|
115
|
-
"type": "string",
|
|
116
|
-
"description": "自定义徽标中图标的内容(优先级高于 `value`) 默认值:-"
|
|
117
|
-
},
|
|
118
|
-
"var-bottom-navigation/v-model:active": {
|
|
119
|
-
"type": "number | string",
|
|
120
|
-
"description": "选中标签的名称或者索引值 默认值:0"
|
|
121
|
-
},
|
|
122
|
-
"var-bottom-navigation/fixed": {
|
|
123
|
-
"type": "boolean",
|
|
124
|
-
"description": "是否固定在底部 默认值:false"
|
|
125
|
-
},
|
|
126
|
-
"var-bottom-navigation/border": {
|
|
127
|
-
"type": "boolean",
|
|
128
|
-
"description": "是否显示外边框 默认值:false"
|
|
129
|
-
},
|
|
130
|
-
"var-bottom-navigation/safe-area": {
|
|
131
|
-
"type": "boolean",
|
|
132
|
-
"description": "是否开启底部安全区适配 默认值:false"
|
|
133
|
-
},
|
|
134
|
-
"var-bottom-navigation/z-index": {
|
|
135
|
-
"type": "number | string",
|
|
136
|
-
"description": "元素 z-index 默认值:1"
|
|
137
|
-
},
|
|
138
|
-
"var-bottom-navigation/active-color": {
|
|
139
|
-
"type": "string",
|
|
140
|
-
"description": "选中标签的颜色 默认值:-"
|
|
141
|
-
},
|
|
142
|
-
"var-bottom-navigation/inactive-color": {
|
|
143
|
-
"type": "string",
|
|
144
|
-
"description": "未选中标签的颜色 默认值:-"
|
|
145
|
-
},
|
|
146
|
-
"var-bottom-navigation/fab-props": {
|
|
147
|
-
"type": "ButtonProps",
|
|
148
|
-
"description": "悬浮按钮属性 默认值:{type: \"primary\"}"
|
|
149
|
-
},
|
|
150
|
-
"var-bottom-navigation-item/name": {
|
|
151
|
-
"type": "string",
|
|
152
|
-
"description": "标签名称,作为匹配的标识符 默认值:-"
|
|
153
|
-
},
|
|
154
|
-
"var-bottom-navigation-item/icon": {
|
|
155
|
-
"type": "string",
|
|
156
|
-
"description": "图标名称,等同于 Icon 组件的 [name 属性](/#/zh-CN/icon) 默认值:-"
|
|
157
|
-
},
|
|
158
|
-
"var-bottom-navigation-item/label": {
|
|
159
|
-
"type": "string",
|
|
160
|
-
"description": "标签文字内容 默认值:-"
|
|
161
|
-
},
|
|
162
|
-
"var-bottom-navigation-item/namespace": {
|
|
163
|
-
"type": "string",
|
|
164
|
-
"description": "图标的命名空间, 可扩展自定义图标库,等同于 Icon 组件的 [namespace 属性](/#/zh-CN/icon) 默认值:var-icon"
|
|
165
|
-
},
|
|
166
|
-
"var-bottom-navigation-item/badge": {
|
|
167
|
-
"type": "boolean | BadgeProps",
|
|
168
|
-
"description": "图标右上角徽标 默认值:false"
|
|
169
|
-
},
|
|
170
|
-
"var-breadcrumb/separator": {
|
|
171
|
-
"type": "string",
|
|
172
|
-
"description": "分隔符 默认值:-"
|
|
173
|
-
},
|
|
174
|
-
"var-breadcrumbs/separator": {
|
|
175
|
-
"type": "string",
|
|
176
|
-
"description": "分隔符 默认值:/"
|
|
177
|
-
},
|
|
178
|
-
"var-button/type": {
|
|
179
|
-
"type": "string",
|
|
180
|
-
"description": "类型,可选值为 `default` `primary` `info` `success` `warning` `danger` 默认值:default"
|
|
181
|
-
},
|
|
182
|
-
"var-button/native-type": {
|
|
183
|
-
"type": "string",
|
|
184
|
-
"description": "原生类型,可选值为 `button` `submit` `reset` 默认值:button"
|
|
185
|
-
},
|
|
186
|
-
"var-button/size": {
|
|
187
|
-
"type": "string",
|
|
188
|
-
"description": "尺寸,可选值为 `normal` `mini` `small` `large` 默认值:normal"
|
|
189
|
-
},
|
|
190
|
-
"var-button/loading": {
|
|
191
|
-
"type": "boolean",
|
|
192
|
-
"description": "加载状态 默认值:false"
|
|
193
|
-
},
|
|
194
|
-
"var-button/loading-radius": {
|
|
195
|
-
"type": "string | number",
|
|
196
|
-
"description": "loading 的半径,只作用于 `loading-type=\"circle\"` 时 默认值:-"
|
|
197
|
-
},
|
|
198
|
-
"var-button/loading-type": {
|
|
199
|
-
"type": "string",
|
|
200
|
-
"description": "loading 的类型,可选值为 `circle` `wave` `cube` `rect` `disappear` 默认值:circle"
|
|
201
|
-
},
|
|
202
|
-
"var-button/loading-size": {
|
|
203
|
-
"type": "string",
|
|
204
|
-
"description": "loading 的尺寸,可选值为 `large` `normal` `small` `mini` 默认值:normal"
|
|
205
|
-
},
|
|
206
|
-
"var-button/loading-color": {
|
|
207
|
-
"type": "string",
|
|
208
|
-
"description": "loading 的颜色 默认值:currentColor"
|
|
209
|
-
},
|
|
210
|
-
"var-button/auto-loading": {
|
|
211
|
-
"type": "boolean",
|
|
212
|
-
"description": "自动 loading 模式,方便处理异步任务 默认值:false"
|
|
213
|
-
},
|
|
214
|
-
"var-button/round": {
|
|
215
|
-
"type": "boolean",
|
|
216
|
-
"description": "是否是圆形按钮 默认值:false"
|
|
217
|
-
},
|
|
218
|
-
"var-button/block": {
|
|
219
|
-
"type": "boolean",
|
|
220
|
-
"description": "是否是块级元素 默认值:false"
|
|
221
|
-
},
|
|
222
|
-
"var-button/text": {
|
|
223
|
-
"type": "boolean",
|
|
224
|
-
"description": "是否是文字按钮 默认值:false"
|
|
225
|
-
},
|
|
226
|
-
"var-button/outline": {
|
|
227
|
-
"type": "boolean",
|
|
228
|
-
"description": "是否使用外边框 默认值:false"
|
|
229
|
-
},
|
|
230
|
-
"var-button/disabled": {
|
|
231
|
-
"type": "boolean",
|
|
232
|
-
"description": "禁用状态 默认值:false"
|
|
233
|
-
},
|
|
234
|
-
"var-button/ripple": {
|
|
235
|
-
"type": "boolean",
|
|
236
|
-
"description": "是否使用水波纹 默认值:true"
|
|
237
|
-
},
|
|
238
|
-
"var-button/text-color": {
|
|
239
|
-
"type": "string",
|
|
240
|
-
"description": "文字颜色 默认值:-"
|
|
241
|
-
},
|
|
242
|
-
"var-button/color": {
|
|
243
|
-
"type": "string",
|
|
244
|
-
"description": "背景颜色 默认值:-"
|
|
245
|
-
},
|
|
246
|
-
"var-card/title": {
|
|
247
|
-
"type": "string",
|
|
248
|
-
"description": "卡片标题 默认值:-"
|
|
249
|
-
},
|
|
250
|
-
"var-card/subtitle": {
|
|
251
|
-
"type": "string",
|
|
252
|
-
"description": "卡片副标题 默认值:-"
|
|
253
|
-
},
|
|
254
|
-
"var-card/description": {
|
|
255
|
-
"type": "string",
|
|
256
|
-
"description": "卡片描述 默认值:-"
|
|
257
|
-
},
|
|
258
|
-
"var-card/elevation": {
|
|
259
|
-
"type": "string \\",
|
|
260
|
-
"description": "卡片阴影程度等级 默认值:number_"
|
|
261
|
-
},
|
|
262
|
-
"var-card/src": {
|
|
263
|
-
"type": "string",
|
|
264
|
-
"description": "图片地址 默认值:-"
|
|
265
|
-
},
|
|
266
|
-
"var-card/layout": {
|
|
267
|
-
"type": "string",
|
|
268
|
-
"description": "排列方式,可选值为 `row` `column` 默认值:column"
|
|
269
|
-
},
|
|
270
|
-
"var-card/fit": {
|
|
271
|
-
"type": "string",
|
|
272
|
-
"description": "填充模式,可选值为 `fill` `contain` `cover` `none` `scale-down` 默认值:cover"
|
|
273
|
-
},
|
|
274
|
-
"var-card/outline": {
|
|
275
|
-
"type": "boolean",
|
|
276
|
-
"description": "是否使用外边框 默认值:false"
|
|
277
|
-
},
|
|
278
|
-
"var-card/alt": {
|
|
279
|
-
"type": "string",
|
|
280
|
-
"description": "替代文本 默认值:-"
|
|
281
|
-
},
|
|
282
|
-
"var-card/image-height": {
|
|
283
|
-
"type": "string \\",
|
|
284
|
-
"description": "图片高度 默认值:number_"
|
|
285
|
-
},
|
|
286
|
-
"var-card/image-width": {
|
|
287
|
-
"type": "string \\",
|
|
288
|
-
"description": "图片宽度 默认值:number_"
|
|
289
|
-
},
|
|
290
|
-
"var-card/ripple": {
|
|
291
|
-
"type": "boolean",
|
|
292
|
-
"description": "是否开启水波 默认值:false"
|
|
293
|
-
},
|
|
294
|
-
"var-card/floating": {
|
|
295
|
-
"type": "boolean",
|
|
296
|
-
"description": "是否开启全屏 默认值:false"
|
|
297
|
-
},
|
|
298
|
-
"var-card/floating-duration": {
|
|
299
|
-
"type": "number",
|
|
300
|
-
"description": "开关全屏所需时间(ms) 默认值:250"
|
|
301
|
-
},
|
|
302
|
-
"var-cell/title": {
|
|
303
|
-
"type": "string | number",
|
|
304
|
-
"description": "单元格标题 默认值:-"
|
|
305
|
-
},
|
|
306
|
-
"var-cell/icon": {
|
|
307
|
-
"type": "string",
|
|
308
|
-
"description": "左侧图标名称 默认值:-"
|
|
309
|
-
},
|
|
310
|
-
"var-cell/description": {
|
|
311
|
-
"type": "string",
|
|
312
|
-
"description": "单元格描述 默认值:-"
|
|
313
|
-
},
|
|
314
|
-
"var-cell/border": {
|
|
315
|
-
"type": "boolean",
|
|
316
|
-
"description": "是否显示边框 默认值:false"
|
|
317
|
-
},
|
|
318
|
-
"var-cell/icon-class": {
|
|
319
|
-
"type": "string",
|
|
320
|
-
"description": "图标额外类名 默认值:-"
|
|
321
|
-
},
|
|
322
|
-
"var-cell/title-class": {
|
|
323
|
-
"type": "string",
|
|
324
|
-
"description": "标题额外类名 默认值:-"
|
|
325
|
-
},
|
|
326
|
-
"var-cell/description-class": {
|
|
327
|
-
"type": "string",
|
|
328
|
-
"description": "描述额外类名 默认值:-"
|
|
329
|
-
},
|
|
330
|
-
"var-cell/extra-class": {
|
|
331
|
-
"type": "string",
|
|
332
|
-
"description": "右侧内容额外类名 默认值:-"
|
|
333
|
-
},
|
|
334
|
-
"var-checkbox/v-model": {
|
|
335
|
-
"type": "any",
|
|
336
|
-
"description": "绑定的值 默认值:false"
|
|
337
|
-
},
|
|
338
|
-
"var-checkbox/checked-value": {
|
|
339
|
-
"type": "any",
|
|
340
|
-
"description": "选中状态的值 默认值:true"
|
|
341
|
-
},
|
|
342
|
-
"var-checkbox/unchecked-value": {
|
|
343
|
-
"type": "any",
|
|
344
|
-
"description": "未选中状态的值 默认值:false"
|
|
345
|
-
},
|
|
346
|
-
"var-checkbox/checked-color": {
|
|
347
|
-
"type": "any",
|
|
348
|
-
"description": "选中状态的颜色 默认值:-"
|
|
349
|
-
},
|
|
350
|
-
"var-checkbox/unchecked-color": {
|
|
351
|
-
"type": "any",
|
|
352
|
-
"description": "未选中状态的颜色 默认值:-"
|
|
353
|
-
},
|
|
354
|
-
"var-checkbox/icon-size": {
|
|
355
|
-
"type": "string | number",
|
|
356
|
-
"description": "图标尺寸 默认值:-"
|
|
357
|
-
},
|
|
358
|
-
"var-checkbox/disabled": {
|
|
359
|
-
"type": "boolean",
|
|
360
|
-
"description": "是否禁用 默认值:false"
|
|
361
|
-
},
|
|
362
|
-
"var-checkbox/readonly": {
|
|
363
|
-
"type": "boolean",
|
|
364
|
-
"description": "是否只读 默认值:false"
|
|
365
|
-
},
|
|
366
|
-
"var-checkbox/ripple": {
|
|
367
|
-
"type": "boolean",
|
|
368
|
-
"description": "是否开启水波纹 默认值:true"
|
|
369
|
-
},
|
|
370
|
-
"var-checkbox/rules": {
|
|
371
|
-
"type": "Array<(value: any) => any>",
|
|
372
|
-
"description": "验证规则,返回 `true` 表示验证通过,其余的值则转换为文本作为用户提示 默认值:-"
|
|
373
|
-
},
|
|
374
|
-
"var-checkbox-group/v-model": {
|
|
375
|
-
"type": "any[]",
|
|
376
|
-
"description": "绑定的值 默认值:[]"
|
|
377
|
-
},
|
|
378
|
-
"var-checkbox-group/max": {
|
|
379
|
-
"type": "string | number",
|
|
380
|
-
"description": "最大选择的数量 默认值:-"
|
|
381
|
-
},
|
|
382
|
-
"var-checkbox-group/direction": {
|
|
383
|
-
"type": "string | number",
|
|
384
|
-
"description": "布局方向,可选值为 `horizontal` `vertical` 默认值:horizontal"
|
|
385
|
-
},
|
|
386
|
-
"var-checkbox-group/rules": {
|
|
387
|
-
"type": "Array<(value: any[]) => any>",
|
|
388
|
-
"description": "验证规则,返回 `true` 表示验证通过,其余的值则转换为文本作为用户提示 默认值:horizontal"
|
|
389
|
-
},
|
|
390
|
-
"var-chip/type": {
|
|
391
|
-
"type": "string",
|
|
392
|
-
"description": "类型,可选值为 `default` `primary` `info` `success` `warning` `danger` 默认值:default"
|
|
393
|
-
},
|
|
394
|
-
"var-chip/size": {
|
|
395
|
-
"type": "string",
|
|
396
|
-
"description": "尺寸,可选值为 `normal` `mini` `small` `large` 默认值:normal"
|
|
397
|
-
},
|
|
398
|
-
"var-chip/plain": {
|
|
399
|
-
"type": "boolean",
|
|
400
|
-
"description": "是否为空心样式 默认值:false"
|
|
401
|
-
},
|
|
402
|
-
"var-chip/round": {
|
|
403
|
-
"type": "boolean",
|
|
404
|
-
"description": "是否为圆角样式 默认值:true"
|
|
405
|
-
},
|
|
406
|
-
"var-chip/block": {
|
|
407
|
-
"type": "boolean",
|
|
408
|
-
"description": "是否为块级样式 默认值:false"
|
|
409
|
-
},
|
|
410
|
-
"var-chip/closeable": {
|
|
411
|
-
"type": "boolean",
|
|
412
|
-
"description": "是否为可关闭纸片 默认值:false"
|
|
413
|
-
},
|
|
414
|
-
"var-chip/close-name": {
|
|
415
|
-
"type": "string",
|
|
416
|
-
"description": "自定义可关闭纸片的图标,必须在 `closeable` 为 `true` 的条件下才能用 默认值:-"
|
|
417
|
-
},
|
|
418
|
-
"var-chip/color": {
|
|
419
|
-
"type": "string",
|
|
420
|
-
"description": "纸片颜色 默认值:_"
|
|
421
|
-
},
|
|
422
|
-
"var-chip/text-color": {
|
|
423
|
-
"type": "string",
|
|
424
|
-
"description": "文本颜色,优先级高于 `color` 属性 默认值:-"
|
|
425
|
-
},
|
|
426
|
-
"var-col/span": {
|
|
427
|
-
"type": "number | string",
|
|
428
|
-
"description": "列占据的栅格数 默认值:24"
|
|
429
|
-
},
|
|
430
|
-
"var-col/offset": {
|
|
431
|
-
"type": "number | string",
|
|
432
|
-
"description": "列偏移的栅格数 默认值:0"
|
|
433
|
-
},
|
|
434
|
-
"var-col/direction": {
|
|
435
|
-
"type": "string",
|
|
436
|
-
"description": "布局方向 可选值为 row column 默认值:row"
|
|
437
|
-
},
|
|
438
|
-
"var-col/xs": {
|
|
439
|
-
"type": "string | number | { span?: number | string, offset?: number | string }",
|
|
440
|
-
"description": "`<768px` 响应式栅格数或者栅格属性对象 默认值:-"
|
|
441
|
-
},
|
|
442
|
-
"var-col/sm": {
|
|
443
|
-
"type": "string | number | { span?: number | string, offset?: number | string }",
|
|
444
|
-
"description": "`≥768px` 响应式栅格数或者栅格属性对象 默认值:-"
|
|
445
|
-
},
|
|
446
|
-
"var-col/md": {
|
|
447
|
-
"type": "string | number | { span?: number | string, offset?: number | string }",
|
|
448
|
-
"description": "`≥992px` 响应式栅格数或者栅格属性对象 默认值:-"
|
|
449
|
-
},
|
|
450
|
-
"var-col/lg": {
|
|
451
|
-
"type": "string | number | { span?: number | string, offset?: number | string }",
|
|
452
|
-
"description": "`≥1200px` 响应式栅格数或者栅格属性对象 默认值:-"
|
|
453
|
-
},
|
|
454
|
-
"var-col/xl": {
|
|
455
|
-
"type": "string | number | { span?: number | string, offset?: number | string }",
|
|
456
|
-
"description": "`≥1920px` 响应式栅格数或者栅格属性对象 默认值:-"
|
|
457
|
-
},
|
|
458
|
-
"var-collapse/v-model": {
|
|
459
|
-
"type": "手风琴模式: string | number<br> 非手风琴模式:string[] | number[]",
|
|
460
|
-
"description": "当前展开面板的 name 默认值:-"
|
|
461
|
-
},
|
|
462
|
-
"var-collapse/accordion": {
|
|
463
|
-
"type": "boolean",
|
|
464
|
-
"description": "是否开启手风琴模式 默认值:false"
|
|
465
|
-
},
|
|
466
|
-
"var-collapse/offset": {
|
|
467
|
-
"type": "boolean",
|
|
468
|
-
"description": "是否显示边距 默认值:true"
|
|
469
|
-
},
|
|
470
|
-
"var-collapse-item/name": {
|
|
471
|
-
"type": "number | string",
|
|
472
|
-
"description": "唯一标识符,默认为索引值 默认值:index"
|
|
473
|
-
},
|
|
474
|
-
"var-collapse-item/title": {
|
|
475
|
-
"type": "number | string",
|
|
476
|
-
"description": "面板标题 默认值:-"
|
|
477
|
-
},
|
|
478
|
-
"var-collapse-item/icon": {
|
|
479
|
-
"type": "string",
|
|
480
|
-
"description": "icon的名称 默认值:chevron-down"
|
|
481
|
-
},
|
|
482
|
-
"var-collapse-item/disabled": {
|
|
483
|
-
"type": "boolean",
|
|
484
|
-
"description": "是否禁用面板 默认值:false"
|
|
485
|
-
},
|
|
486
|
-
"var-countdown/time": {
|
|
487
|
-
"type": "string | number",
|
|
488
|
-
"description": "倒计时时长(ms) 默认值:0"
|
|
489
|
-
},
|
|
490
|
-
"var-countdown/format": {
|
|
491
|
-
"type": "string",
|
|
492
|
-
"description": "时间格式 默认值:HH : mm : ss"
|
|
493
|
-
},
|
|
494
|
-
"var-countdown/auto-start": {
|
|
495
|
-
"type": "boolean",
|
|
496
|
-
"description": "是否自动开始倒计时 默认值:true"
|
|
497
|
-
},
|
|
498
|
-
"var-counter/v-model": {
|
|
499
|
-
"type": "string | number",
|
|
500
|
-
"description": "绑定的值 默认值:0"
|
|
501
|
-
},
|
|
502
|
-
"var-counter/min": {
|
|
503
|
-
"type": "string | number",
|
|
504
|
-
"description": "最小值 默认值:-"
|
|
505
|
-
},
|
|
506
|
-
"var-counter/max": {
|
|
507
|
-
"type": "string | number",
|
|
508
|
-
"description": "最大值 默认值:-"
|
|
509
|
-
},
|
|
510
|
-
"var-counter/step": {
|
|
511
|
-
"type": "string | number",
|
|
512
|
-
"description": "步长 默认值:-"
|
|
513
|
-
},
|
|
514
|
-
"var-counter/decimal-length": {
|
|
515
|
-
"type": "string | number",
|
|
516
|
-
"description": "保留小数位数 默认值:-"
|
|
517
|
-
},
|
|
518
|
-
"var-counter/color": {
|
|
519
|
-
"type": "string",
|
|
520
|
-
"description": "背景颜色 默认值:-"
|
|
521
|
-
},
|
|
522
|
-
"var-counter/input-width": {
|
|
523
|
-
"type": "string | number",
|
|
524
|
-
"description": "输入框的宽度 默认值:-"
|
|
525
|
-
},
|
|
526
|
-
"var-counter/input-text-size": {
|
|
527
|
-
"type": "string | number",
|
|
528
|
-
"description": "输入框的文字大小 默认值:-"
|
|
529
|
-
},
|
|
530
|
-
"var-counter/button-size": {
|
|
531
|
-
"type": "string",
|
|
532
|
-
"description": "按钮大小 默认值:true"
|
|
533
|
-
},
|
|
534
|
-
"var-counter/readonly": {
|
|
535
|
-
"type": "boolean",
|
|
536
|
-
"description": "是否只读 默认值:false"
|
|
537
|
-
},
|
|
538
|
-
"var-counter/disabled": {
|
|
539
|
-
"type": "boolean",
|
|
540
|
-
"description": "是否禁用 默认值:false"
|
|
541
|
-
},
|
|
542
|
-
"var-counter/disable-increment": {
|
|
543
|
-
"type": "boolean",
|
|
544
|
-
"description": "是否禁用增加 默认值:false"
|
|
545
|
-
},
|
|
546
|
-
"var-counter/disable-decrement": {
|
|
547
|
-
"type": "boolean",
|
|
548
|
-
"description": "是否禁用减少 默认值:false"
|
|
549
|
-
},
|
|
550
|
-
"var-counter/disable-input": {
|
|
551
|
-
"type": "boolean",
|
|
552
|
-
"description": "是否禁用输入 默认值:false"
|
|
553
|
-
},
|
|
554
|
-
"var-counter/increment-button": {
|
|
555
|
-
"type": "boolean",
|
|
556
|
-
"description": "是否显示增加按钮 默认值:true"
|
|
557
|
-
},
|
|
558
|
-
"var-counter/decrement-button": {
|
|
559
|
-
"type": "boolean",
|
|
560
|
-
"description": "是否显示减少按钮 默认值:true"
|
|
561
|
-
},
|
|
562
|
-
"var-counter/press": {
|
|
563
|
-
"type": "boolean",
|
|
564
|
-
"description": "是否开启按钮长按 默认值:true"
|
|
565
|
-
},
|
|
566
|
-
"var-counter/ripple": {
|
|
567
|
-
"type": "boolean",
|
|
568
|
-
"description": "是否开启水波纹 默认值:true"
|
|
569
|
-
},
|
|
570
|
-
"var-counter/validate-trigger": {
|
|
571
|
-
"type": "ValidateTriggers[]",
|
|
572
|
-
"description": "触发验证的时机,可选值为 `onInputChange` `onLazyChange` `onIncrement` `onDecrement` 默认值:['onIncrement', 'onDecrement', 'onInputChange', 'onLazyChange']"
|
|
573
|
-
},
|
|
574
|
-
"var-counter/rules": {
|
|
575
|
-
"type": "Array<(value: number) => any>",
|
|
576
|
-
"description": "验证规则,返回 `true` 表示验证通过,其余的值则转换为文本作为用户提示 默认值:-"
|
|
577
|
-
},
|
|
578
|
-
"var-date-picker/v-model": {
|
|
579
|
-
"type": "string[] | string",
|
|
580
|
-
"description": "被选择的日期(ISO 8601 格式,`YYYY-MM-DD` 或 `YYYY-MM`) 默认值:undefined"
|
|
581
|
-
},
|
|
582
|
-
"var-date-picker/type": {
|
|
583
|
-
"type": "string",
|
|
584
|
-
"description": "选择器类型,可选值为 `date month` 默认值:date"
|
|
585
|
-
},
|
|
586
|
-
"var-date-picker/allowed-dates": {
|
|
587
|
-
"type": "function",
|
|
588
|
-
"description": "限制可以选择的日期 默认值:-"
|
|
589
|
-
},
|
|
590
|
-
"var-date-picker/color": {
|
|
591
|
-
"type": "string",
|
|
592
|
-
"description": "选择器的颜色 默认值:#2979ff"
|
|
593
|
-
},
|
|
594
|
-
"var-date-picker/header-color": {
|
|
595
|
-
"type": "string",
|
|
596
|
-
"description": "标题背景色。如果未指定,将使用由 color 属性或默认颜色。 默认值:#2979ff"
|
|
597
|
-
},
|
|
598
|
-
"var-date-picker/elevation": {
|
|
599
|
-
"type": "boolean",
|
|
600
|
-
"description": "是否添加阴影 默认值:false"
|
|
601
|
-
},
|
|
602
|
-
"var-date-picker/first-day-of-week": {
|
|
603
|
-
"type": "string | number",
|
|
604
|
-
"description": "设置一周的第一天,从周日的 0 开始。 默认值:0"
|
|
605
|
-
},
|
|
606
|
-
"var-date-picker/min": {
|
|
607
|
-
"type": "string",
|
|
608
|
-
"description": "允许的最小日期/月份(ISO 8601格式) 默认值:-"
|
|
609
|
-
},
|
|
610
|
-
"var-date-picker/max": {
|
|
611
|
-
"type": "string",
|
|
612
|
-
"description": "允许的最大日期/月份(ISO 8601格式) 默认值:-"
|
|
613
|
-
},
|
|
614
|
-
"var-date-picker/show-current": {
|
|
615
|
-
"type": "boolean",
|
|
616
|
-
"description": "是否显示当前日期 默认值:true"
|
|
617
|
-
},
|
|
618
|
-
"var-date-picker/readonly": {
|
|
619
|
-
"type": "boolean",
|
|
620
|
-
"description": "是否只读 默认值:false"
|
|
621
|
-
},
|
|
622
|
-
"var-date-picker/multiple": {
|
|
623
|
-
"type": "boolean",
|
|
624
|
-
"description": "是否支持选择多个日期 默认值:false"
|
|
625
|
-
},
|
|
626
|
-
"var-date-picker/range": {
|
|
627
|
-
"type": "boolean",
|
|
628
|
-
"description": "是否支持选择一个范围 默认值:false"
|
|
629
|
-
},
|
|
630
|
-
"var-date-picker/touchable": {
|
|
631
|
-
"type": "boolean",
|
|
632
|
-
"description": "是否支持拖动切换面板 默认值:true"
|
|
633
|
-
},
|
|
634
|
-
"var-dialog/v-model:show": {
|
|
635
|
-
"type": "boolean",
|
|
636
|
-
"description": "是否显示对话框 默认值:false"
|
|
637
|
-
},
|
|
638
|
-
"var-dialog/title": {
|
|
639
|
-
"type": "string",
|
|
640
|
-
"description": "对话框标题 默认值:提示"
|
|
641
|
-
},
|
|
642
|
-
"var-dialog/width": {
|
|
643
|
-
"type": "string | number",
|
|
644
|
-
"description": "对话框宽度 默认值:-"
|
|
645
|
-
},
|
|
646
|
-
"var-dialog/message": {
|
|
647
|
-
"type": "string",
|
|
648
|
-
"description": "对话框内容 默认值:-"
|
|
649
|
-
},
|
|
650
|
-
"var-dialog/message-align": {
|
|
651
|
-
"type": "string",
|
|
652
|
-
"description": "对话框内容文字对齐方式,可选值 `center` `left` `right` 默认值:left"
|
|
653
|
-
},
|
|
654
|
-
"var-dialog/confirm-button": {
|
|
655
|
-
"type": "boolean",
|
|
656
|
-
"description": "是否显示确认按钮 默认值:true"
|
|
657
|
-
},
|
|
658
|
-
"var-dialog/cancel-button": {
|
|
659
|
-
"type": "boolean",
|
|
660
|
-
"description": "是否显示取消按钮 默认值:true"
|
|
661
|
-
},
|
|
662
|
-
"var-dialog/confirm-button-text": {
|
|
663
|
-
"type": "string",
|
|
664
|
-
"description": "确认按钮文字 默认值:确认"
|
|
665
|
-
},
|
|
666
|
-
"var-dialog/cancel-button-text": {
|
|
667
|
-
"type": "string",
|
|
668
|
-
"description": "取消按钮文字 默认值:取消"
|
|
669
|
-
},
|
|
670
|
-
"var-dialog/confirm-button-text-color": {
|
|
671
|
-
"type": "string",
|
|
672
|
-
"description": "确认按钮文字颜色 默认值:-"
|
|
673
|
-
},
|
|
674
|
-
"var-dialog/cancel-button-text-color": {
|
|
675
|
-
"type": "string",
|
|
676
|
-
"description": "取消按钮文字颜色 默认值:-"
|
|
677
|
-
},
|
|
678
|
-
"var-dialog/confirm-button-color": {
|
|
679
|
-
"type": "string",
|
|
680
|
-
"description": "确认按钮背景颜色 默认值:-"
|
|
681
|
-
},
|
|
682
|
-
"var-dialog/cancel-button-color": {
|
|
683
|
-
"type": "string",
|
|
684
|
-
"description": "取消按钮背景颜色 默认值:-"
|
|
685
|
-
},
|
|
686
|
-
"var-dialog/dialog-class": {
|
|
687
|
-
"type": "string",
|
|
688
|
-
"description": "对话框主体区域的 class 默认值:-"
|
|
689
|
-
},
|
|
690
|
-
"var-dialog/dialog-style": {
|
|
691
|
-
"type": "object",
|
|
692
|
-
"description": "对话框主体区域的 style 默认值:-"
|
|
693
|
-
},
|
|
694
|
-
"var-dialog/overlay": {
|
|
695
|
-
"type": "boolean",
|
|
696
|
-
"description": "是否显示遮罩层 默认值:true"
|
|
697
|
-
},
|
|
698
|
-
"var-dialog/overlay-class": {
|
|
699
|
-
"type": "string",
|
|
700
|
-
"description": "自定义遮罩层的 class 默认值:-"
|
|
701
|
-
},
|
|
702
|
-
"var-dialog/overlay-style": {
|
|
703
|
-
"type": "object",
|
|
704
|
-
"description": "自定义遮罩层的 style 默认值:-"
|
|
705
|
-
},
|
|
706
|
-
"var-dialog/lock-scroll": {
|
|
707
|
-
"type": "boolean",
|
|
708
|
-
"description": "是否禁止滚动穿透,禁止时滚动弹出层不会引发 body 的滚动 默认值:true"
|
|
709
|
-
},
|
|
710
|
-
"var-dialog/close-on-click-overlay": {
|
|
711
|
-
"type": "boolean",
|
|
712
|
-
"description": "是否点击遮罩层关闭弹出层 默认值:true"
|
|
713
|
-
},
|
|
714
|
-
"var-dialog/teleport": {
|
|
715
|
-
"type": "TeleportProps['to']",
|
|
716
|
-
"description": "弹出层挂载的位置 默认值:-"
|
|
717
|
-
},
|
|
718
|
-
"var-divider/inset": {
|
|
719
|
-
"type": "boolean | number | string",
|
|
720
|
-
"description": "设置缩进距离,正负号可控制缩进方向。当传递 `true` 时默认缩进为 `72px` 默认值:false"
|
|
721
|
-
},
|
|
722
|
-
"var-divider/vertical": {
|
|
723
|
-
"type": "boolean",
|
|
724
|
-
"description": "是否垂直 默认值:false"
|
|
725
|
-
},
|
|
726
|
-
"var-divider/dashed": {
|
|
727
|
-
"type": "boolean",
|
|
728
|
-
"description": "虚线 默认值:false"
|
|
729
|
-
},
|
|
730
|
-
"var-divider/hairline": {
|
|
731
|
-
"type": "boolean",
|
|
732
|
-
"description": "0.5px 的分割线 默认值:false"
|
|
733
|
-
},
|
|
734
|
-
"var-divider/description": {
|
|
735
|
-
"type": "string",
|
|
736
|
-
"description": "分割线的文字描述 默认值:-"
|
|
737
|
-
},
|
|
738
|
-
"var-divider/margin": {
|
|
739
|
-
"type": "string",
|
|
740
|
-
"description": "设置分割线样式的 `margin` 属性 默认值:-"
|
|
741
|
-
},
|
|
742
|
-
"var-form/validate": {
|
|
743
|
-
"type": "`-`",
|
|
744
|
-
"description": "触发所有表单组件的校验 默认值:valid: Promise<boolean>"
|
|
745
|
-
},
|
|
746
|
-
"var-form/resetValidation": {
|
|
747
|
-
"type": "`-`",
|
|
748
|
-
"description": "清空所有表单组件的校验信息 默认值:-"
|
|
749
|
-
},
|
|
750
|
-
"var-form/reset": {
|
|
751
|
-
"type": "`-`",
|
|
752
|
-
"description": "清空所有表单组件绑定的值和校验信息 默认值:-"
|
|
753
|
-
},
|
|
754
|
-
"var-icon/name": {
|
|
755
|
-
"type": "string",
|
|
756
|
-
"description": "图标名称 默认值:-"
|
|
757
|
-
},
|
|
758
|
-
"var-icon/size": {
|
|
759
|
-
"type": "string | number",
|
|
760
|
-
"description": "尺寸 默认值:-"
|
|
761
|
-
},
|
|
762
|
-
"var-icon/color": {
|
|
763
|
-
"type": "string",
|
|
764
|
-
"description": "图标颜色, 只适用于字体图标 默认值:-"
|
|
765
|
-
},
|
|
766
|
-
"var-icon/namespace": {
|
|
767
|
-
"type": "string",
|
|
768
|
-
"description": "图标的命名空间, 可扩展自定义图标库 默认值:var-icon"
|
|
769
|
-
},
|
|
770
|
-
"var-icon/transition": {
|
|
771
|
-
"type": "string | number",
|
|
772
|
-
"description": "过渡动画时间(ms) 默认值:0"
|
|
773
|
-
},
|
|
774
|
-
"var-image/src": {
|
|
775
|
-
"type": "string",
|
|
776
|
-
"description": "图片地址 默认值:-"
|
|
777
|
-
},
|
|
778
|
-
"var-image/fit": {
|
|
779
|
-
"type": "string",
|
|
780
|
-
"description": "填充模式, 可选值为 `fill contain cover none scale-down` 默认值:fill"
|
|
781
|
-
},
|
|
782
|
-
"var-image/alt": {
|
|
783
|
-
"type": "string",
|
|
784
|
-
"description": "替代文本,和 `img` 标签原生属性一致 默认值:-"
|
|
785
|
-
},
|
|
786
|
-
"var-image/title": {
|
|
787
|
-
"type": "string",
|
|
788
|
-
"description": "图片描述性文字,和 `img` 标签原生属性一致 默认值:-"
|
|
789
|
-
},
|
|
790
|
-
"var-image/width": {
|
|
791
|
-
"type": "string | number",
|
|
792
|
-
"description": "图片宽度 默认值:-"
|
|
793
|
-
},
|
|
794
|
-
"var-image/height": {
|
|
795
|
-
"type": "string | number",
|
|
796
|
-
"description": "图片高度 默认值:-"
|
|
797
|
-
},
|
|
798
|
-
"var-image/radius": {
|
|
799
|
-
"type": "string | number",
|
|
800
|
-
"description": "图片圆角 默认值:-"
|
|
801
|
-
},
|
|
802
|
-
"var-image/lazy": {
|
|
803
|
-
"type": "boolean",
|
|
804
|
-
"description": "是否开启懒加载 默认值:false"
|
|
805
|
-
},
|
|
806
|
-
"var-image/loading": {
|
|
807
|
-
"type": "string",
|
|
808
|
-
"description": "当开启懒加载时, 加载中显示的图片 默认值:-"
|
|
809
|
-
},
|
|
810
|
-
"var-image/error": {
|
|
811
|
-
"type": "string",
|
|
812
|
-
"description": "当开启懒加载时, 加载失败显示的图片 默认值:-"
|
|
813
|
-
},
|
|
814
|
-
"var-image/ripple": {
|
|
815
|
-
"type": "boolean",
|
|
816
|
-
"description": "是否开启水波 默认值:false"
|
|
817
|
-
},
|
|
818
|
-
"var-image/block": {
|
|
819
|
-
"type": "boolean",
|
|
820
|
-
"description": "是否是块级元素 默认值:true"
|
|
821
|
-
},
|
|
822
|
-
"var-image-preview/show": {
|
|
823
|
-
"type": "boolean",
|
|
824
|
-
"description": "是否显示 默认值:false"
|
|
825
|
-
},
|
|
826
|
-
"var-image-preview/images": {
|
|
827
|
-
"type": "string[]",
|
|
828
|
-
"description": "需要预览的图片 URL 数组 默认值:[]"
|
|
829
|
-
},
|
|
830
|
-
"var-image-preview/current": {
|
|
831
|
-
"type": "string",
|
|
832
|
-
"description": "图片预览起始的 URL 默认值:-"
|
|
833
|
-
},
|
|
834
|
-
"var-image-preview/zoom": {
|
|
835
|
-
"type": "string | number",
|
|
836
|
-
"description": "双击放大倍数 默认值:2"
|
|
837
|
-
},
|
|
838
|
-
"var-image-preview/closeable": {
|
|
839
|
-
"type": "boolean",
|
|
840
|
-
"description": "是否显示关闭按钮 默认值:false"
|
|
841
|
-
},
|
|
842
|
-
"var-image-preview/loop": {
|
|
843
|
-
"type": "boolean",
|
|
844
|
-
"description": "是否开启循环播放 默认值:true"
|
|
845
|
-
},
|
|
846
|
-
"var-image-preview/indicator": {
|
|
847
|
-
"type": "boolean",
|
|
848
|
-
"description": "是否显示分页 默认值:true"
|
|
849
|
-
},
|
|
850
|
-
"var-image-preview/lock-scroll": {
|
|
851
|
-
"type": "boolean",
|
|
852
|
-
"description": "锁定滚动 默认值:true"
|
|
853
|
-
},
|
|
854
|
-
"var-image-preview/teleport": {
|
|
855
|
-
"type": "TeleportProps['to']",
|
|
856
|
-
"description": "弹出层挂载的位置 默认值:-"
|
|
857
|
-
},
|
|
858
|
-
"var-index-anchor/index": {
|
|
859
|
-
"type": "number | string",
|
|
860
|
-
"description": "索引字符 默认值:-"
|
|
861
|
-
},
|
|
862
|
-
"var-index-bar/sticky": {
|
|
863
|
-
"type": "boolean",
|
|
864
|
-
"description": "是否开启锚点吸顶 默认值:true"
|
|
865
|
-
},
|
|
866
|
-
"var-index-bar/sticky-offset-top": {
|
|
867
|
-
"type": "number | string",
|
|
868
|
-
"description": "锚点吸顶时与顶部的距离 默认值:0"
|
|
869
|
-
},
|
|
870
|
-
"var-index-bar/hide-list": {
|
|
871
|
-
"type": "boolean",
|
|
872
|
-
"description": "是否隐藏锚点列表 默认值:false"
|
|
873
|
-
},
|
|
874
|
-
"var-index-bar/css-mode": {
|
|
875
|
-
"type": "boolean",
|
|
876
|
-
"description": "开启原生 `css sticky` 模式 默认值:false"
|
|
877
|
-
},
|
|
878
|
-
"var-index-bar/z-index": {
|
|
879
|
-
"type": "number | string",
|
|
880
|
-
"description": "z-index 层级 默认值:1"
|
|
881
|
-
},
|
|
882
|
-
"var-index-bar/highlight-color": {
|
|
883
|
-
"type": "string",
|
|
884
|
-
"description": "索引字符高亮颜色 默认值:#ee0a24"
|
|
885
|
-
},
|
|
886
|
-
"var-index-bar/duration": {
|
|
887
|
-
"type": "string | number",
|
|
888
|
-
"description": "动画持续时间 默认值:0"
|
|
889
|
-
},
|
|
890
|
-
"var-input/v-model": {
|
|
891
|
-
"type": "string",
|
|
892
|
-
"description": "绑定的值 默认值:-"
|
|
893
|
-
},
|
|
894
|
-
"var-input/placeholder": {
|
|
895
|
-
"type": "string",
|
|
896
|
-
"description": "占位符 默认值:-"
|
|
897
|
-
},
|
|
898
|
-
"var-input/type": {
|
|
899
|
-
"type": "string",
|
|
900
|
-
"description": "输入框类型, 可选值为 `text` `password` `number` `tel` 默认值:text"
|
|
901
|
-
},
|
|
902
|
-
"var-input/maxlength": {
|
|
903
|
-
"type": "string | number",
|
|
904
|
-
"description": "最大长度 默认值:-"
|
|
905
|
-
},
|
|
906
|
-
"var-input/textarea": {
|
|
907
|
-
"type": "boolean",
|
|
908
|
-
"description": "是否是文本域 默认值:false"
|
|
909
|
-
},
|
|
910
|
-
"var-input/rows": {
|
|
911
|
-
"type": "string | number",
|
|
912
|
-
"description": "文本域的显示行数 默认值:8"
|
|
913
|
-
},
|
|
914
|
-
"var-input/line": {
|
|
915
|
-
"type": "boolean",
|
|
916
|
-
"description": "是否显示分割线 默认值:true"
|
|
917
|
-
},
|
|
918
|
-
"var-input/hint": {
|
|
919
|
-
"type": "boolean",
|
|
920
|
-
"description": "是否使用占位符作为提示 默认值:true"
|
|
921
|
-
},
|
|
922
|
-
"var-input/text-color": {
|
|
923
|
-
"type": "string",
|
|
924
|
-
"description": "文字颜色 默认值:-"
|
|
925
|
-
},
|
|
926
|
-
"var-input/focus-color": {
|
|
927
|
-
"type": "string",
|
|
928
|
-
"description": "聚焦时的主要颜色 默认值:-"
|
|
929
|
-
},
|
|
930
|
-
"var-input/blur-color": {
|
|
931
|
-
"type": "string",
|
|
932
|
-
"description": "失焦时的主要颜色 默认值:-"
|
|
933
|
-
},
|
|
934
|
-
"var-input/readonly": {
|
|
935
|
-
"type": "boolean",
|
|
936
|
-
"description": "是否只读 默认值:false"
|
|
937
|
-
},
|
|
938
|
-
"var-input/disabled": {
|
|
939
|
-
"type": "boolean",
|
|
940
|
-
"description": "是否禁用 默认值:false"
|
|
941
|
-
},
|
|
942
|
-
"var-input/clearable": {
|
|
943
|
-
"type": "boolean",
|
|
944
|
-
"description": "是否可清除 默认值:false"
|
|
945
|
-
},
|
|
946
|
-
"var-input/resize": {
|
|
947
|
-
"type": "boolean",
|
|
948
|
-
"description": "文本域是否可以拖动调整尺寸 默认值:false"
|
|
949
|
-
},
|
|
950
|
-
"var-input/autofocus": {
|
|
951
|
-
"type": "boolean",
|
|
952
|
-
"description": "是否自动聚焦 默认值:false"
|
|
953
|
-
},
|
|
954
|
-
"var-input/validate-trigger": {
|
|
955
|
-
"type": "ValidateTriggers[]",
|
|
956
|
-
"description": "触发验证的时机,可选值为 `onFocus` `onBlur` `onChange` `onClick` `onClear` `onInput` 默认值:['onInput', 'onClear']"
|
|
957
|
-
},
|
|
958
|
-
"var-input/rules": {
|
|
959
|
-
"type": "Array<(v: string) => any>",
|
|
960
|
-
"description": "验证规则,返回 `true` 表示验证通过,其余的值则转换为文本作为用户提示 默认值:-"
|
|
961
|
-
},
|
|
962
|
-
"var-link/type": {
|
|
963
|
-
"type": "string",
|
|
964
|
-
"description": "类型,可选值为 `default` `primary` `info` `success` `warning` `danger` 默认值:default"
|
|
965
|
-
},
|
|
966
|
-
"var-link/underline": {
|
|
967
|
-
"type": "string",
|
|
968
|
-
"description": "下划线状态,可选值为 `always` `hover` `none` 默认值:always"
|
|
969
|
-
},
|
|
970
|
-
"var-link/disabled": {
|
|
971
|
-
"type": "boolean",
|
|
972
|
-
"description": "禁用状态 默认值:false"
|
|
973
|
-
},
|
|
974
|
-
"var-link/text-color": {
|
|
975
|
-
"type": "string",
|
|
976
|
-
"description": "文字颜色 默认值:-"
|
|
977
|
-
},
|
|
978
|
-
"var-link/text-size": {
|
|
979
|
-
"type": "string | number",
|
|
980
|
-
"description": "文字尺寸 默认值:-"
|
|
981
|
-
},
|
|
982
|
-
"var-link/href": {
|
|
983
|
-
"type": "string",
|
|
984
|
-
"description": "原生 `href` 属性,优先级高于 `to` 默认值:-"
|
|
985
|
-
},
|
|
986
|
-
"var-link/target": {
|
|
987
|
-
"type": "string",
|
|
988
|
-
"description": "原生 `target` 属性 默认值:-"
|
|
989
|
-
},
|
|
990
|
-
"var-link/to": {
|
|
991
|
-
"type": "string | object",
|
|
992
|
-
"description": "`router-link` `to` 属性,将会渲染为 `<router-link />` 默认值:-"
|
|
993
|
-
},
|
|
994
|
-
"var-link/replace": {
|
|
995
|
-
"type": "boolean",
|
|
996
|
-
"description": "`router-link` `replace` 属性 默认值:false"
|
|
997
|
-
},
|
|
998
|
-
"var-list/v-model:loading": {
|
|
999
|
-
"type": "boolean",
|
|
1000
|
-
"description": "加载状态 默认值:false"
|
|
1001
|
-
},
|
|
1002
|
-
"var-list/v-model:error": {
|
|
1003
|
-
"type": "boolean",
|
|
1004
|
-
"description": "错误状态 默认值:false"
|
|
1005
|
-
},
|
|
1006
|
-
"var-list/immediate-check": {
|
|
1007
|
-
"type": "boolean",
|
|
1008
|
-
"description": "是否在组件初始化时立刻检测位置 默认值:true"
|
|
1009
|
-
},
|
|
1010
|
-
"var-list/finished": {
|
|
1011
|
-
"type": "boolean",
|
|
1012
|
-
"description": "是否加载完毕 默认值:false"
|
|
1013
|
-
},
|
|
1014
|
-
"var-list/offset": {
|
|
1015
|
-
"type": "string | number",
|
|
1016
|
-
"description": "距离底部的触发距离 默认值:0"
|
|
1017
|
-
},
|
|
1018
|
-
"var-list/loading-text": {
|
|
1019
|
-
"type": "string",
|
|
1020
|
-
"description": "加载状态文字 默认值:加载中"
|
|
1021
|
-
},
|
|
1022
|
-
"var-list/finished-text": {
|
|
1023
|
-
"type": "string",
|
|
1024
|
-
"description": "加载完毕文字 默认值:没有更多了"
|
|
1025
|
-
},
|
|
1026
|
-
"var-list/error-text": {
|
|
1027
|
-
"type": "string",
|
|
1028
|
-
"description": "加载失败文字 默认值:加载失败"
|
|
1029
|
-
},
|
|
1030
|
-
"var-loading/color": {
|
|
1031
|
-
"type": "string",
|
|
1032
|
-
"description": "loading 的颜色 默认值:-"
|
|
1033
|
-
},
|
|
1034
|
-
"var-loading/type": {
|
|
1035
|
-
"type": "string",
|
|
1036
|
-
"description": "loading 的类型,可选值为 `circle` `wave` `cube` `rect` `disappear` 默认值:circle"
|
|
1037
|
-
},
|
|
1038
|
-
"var-loading/size": {
|
|
1039
|
-
"type": "string",
|
|
1040
|
-
"description": "loading 的大小,可选值为 `large` `normal` `small` `mini` 默认值:normal"
|
|
1041
|
-
},
|
|
1042
|
-
"var-loading/description": {
|
|
1043
|
-
"type": "string",
|
|
1044
|
-
"description": "loading 的描述文字 默认值:-"
|
|
1045
|
-
},
|
|
1046
|
-
"var-loading/loading": {
|
|
1047
|
-
"type": "boolean",
|
|
1048
|
-
"description": "存在内容时 loading 是否显示 默认值:false"
|
|
1049
|
-
},
|
|
1050
|
-
"var-loading/radius": {
|
|
1051
|
-
"type": "string | number",
|
|
1052
|
-
"description": "loading 的类型为 `circle` 时,可设置其半径大小 默认值:-"
|
|
1053
|
-
},
|
|
1054
|
-
"var-menu/v-model:show": {
|
|
1055
|
-
"type": "string",
|
|
1056
|
-
"description": "是否显示菜单 默认值:default"
|
|
1057
|
-
},
|
|
1058
|
-
"var-menu/placement": {
|
|
1059
|
-
"type": "Placement",
|
|
1060
|
-
"description": "菜单弹出位置 默认值:cover-top-start"
|
|
1061
|
-
},
|
|
1062
|
-
"var-menu/offset-x": {
|
|
1063
|
-
"type": "number | string",
|
|
1064
|
-
"description": "x 轴偏移量, 相对于菜单对齐后的位置 默认值:0"
|
|
1065
|
-
},
|
|
1066
|
-
"var-menu/offset-y": {
|
|
1067
|
-
"type": "number | string",
|
|
1068
|
-
"description": "y 轴偏移量, 相对于菜单对齐后的位置 默认值:0"
|
|
1069
|
-
},
|
|
1070
|
-
"var-menu/teleport": {
|
|
1071
|
-
"type": "TeleportProps['to']",
|
|
1072
|
-
"description": "菜单挂载的位置 默认值:body"
|
|
1073
|
-
},
|
|
1074
|
-
"var-menu/disabled": {
|
|
1075
|
-
"type": "boolean",
|
|
1076
|
-
"description": "是否禁用菜单 默认值:false"
|
|
1077
|
-
},
|
|
1078
|
-
"var-menu/trigger": {
|
|
1079
|
-
"type": "string",
|
|
1080
|
-
"description": "菜单触发方式,可选值为 `click` `hover`, `click` 为点击时触发, `hover` 为悬停时触发 默认值:click"
|
|
1081
|
-
},
|
|
1082
|
-
"var-menu/same-width": {
|
|
1083
|
-
"type": "boolean",
|
|
1084
|
-
"description": "是否与触发元素同宽 默认值:false"
|
|
1085
|
-
},
|
|
1086
|
-
"var-menu/default-style": {
|
|
1087
|
-
"type": "boolean",
|
|
1088
|
-
"description": "是否启用默认样式 默认值:true"
|
|
1089
|
-
},
|
|
1090
|
-
"var-option/label": {
|
|
1091
|
-
"type": "any",
|
|
1092
|
-
"description": "选项显示的文本 默认值:-"
|
|
1093
|
-
},
|
|
1094
|
-
"var-option/value": {
|
|
1095
|
-
"type": "any",
|
|
1096
|
-
"description": "选项绑定的值 默认值:-"
|
|
1097
|
-
},
|
|
1098
|
-
"var-overlay/v-model:show": {
|
|
1099
|
-
"type": "boolean",
|
|
1100
|
-
"description": "是否显示遮罩层 默认值:false"
|
|
1101
|
-
},
|
|
1102
|
-
"var-overlay/lock-scroll": {
|
|
1103
|
-
"type": "boolean",
|
|
1104
|
-
"description": "是否禁止滚动穿透,禁止时滚动遮罩层不会引发 body 的滚动 默认值:true"
|
|
1105
|
-
},
|
|
1106
|
-
"var-overlay/teleport": {
|
|
1107
|
-
"type": "TeleportProps['to']",
|
|
1108
|
-
"description": "遮罩层挂载的位置 默认值:-"
|
|
1109
|
-
},
|
|
1110
|
-
"var-pagination/v-model: current": {
|
|
1111
|
-
"type": "string | number",
|
|
1112
|
-
"description": "当前页数 默认值:1"
|
|
1113
|
-
},
|
|
1114
|
-
"var-pagination/v-model: size": {
|
|
1115
|
-
"type": "string | number",
|
|
1116
|
-
"description": "每页条数 默认值:10"
|
|
1117
|
-
},
|
|
1118
|
-
"var-pagination/total": {
|
|
1119
|
-
"type": "string | number",
|
|
1120
|
-
"description": "总条数 默认值:0"
|
|
1121
|
-
},
|
|
1122
|
-
"var-pagination/simple": {
|
|
1123
|
-
"type": "boolean",
|
|
1124
|
-
"description": "是否为简单模式 默认值:true"
|
|
1125
|
-
},
|
|
1126
|
-
"var-pagination/disabled": {
|
|
1127
|
-
"type": "boolean",
|
|
1128
|
-
"description": "禁用分页 默认值:false"
|
|
1129
|
-
},
|
|
1130
|
-
"var-pagination/show-size-changer": {
|
|
1131
|
-
"type": "boolean",
|
|
1132
|
-
"description": "是否显示 `size` 切换器 默认值:true"
|
|
1133
|
-
},
|
|
1134
|
-
"var-pagination/show-quick-jumper": {
|
|
1135
|
-
"type": "boolean",
|
|
1136
|
-
"description": "是否可以快速跳转至某页 默认值:false"
|
|
1137
|
-
},
|
|
1138
|
-
"var-pagination/max-pager-count": {
|
|
1139
|
-
"type": "number",
|
|
1140
|
-
"description": "省略号间显示的按钮数量 默认值:3"
|
|
1141
|
-
},
|
|
1142
|
-
"var-pagination/size-option": {
|
|
1143
|
-
"type": "number[]",
|
|
1144
|
-
"description": "指定每页可以显示多少条 默认值:[10, 20, 50, 100]"
|
|
1145
|
-
},
|
|
1146
|
-
"var-pagination/show-total": {
|
|
1147
|
-
"type": "function(total, range)",
|
|
1148
|
-
"description": "用于显示数据总量和当前数据顺序 默认值:-"
|
|
1149
|
-
},
|
|
1150
|
-
"var-picker/columns": {
|
|
1151
|
-
"type": "NormalColumn[] | CascadeColumn[] | Texts",
|
|
1152
|
-
"description": "列内容 默认值:[]"
|
|
1153
|
-
},
|
|
1154
|
-
"var-picker/title": {
|
|
1155
|
-
"type": "string",
|
|
1156
|
-
"description": "标题 默认值:提示"
|
|
1157
|
-
},
|
|
1158
|
-
"var-picker/text-key": {
|
|
1159
|
-
"type": "string",
|
|
1160
|
-
"description": "文本的属性 key 默认值:text"
|
|
1161
|
-
},
|
|
1162
|
-
"var-picker/toolbar": {
|
|
1163
|
-
"type": "string",
|
|
1164
|
-
"description": "是否显示上方工具栏 默认值:true"
|
|
1165
|
-
},
|
|
1166
|
-
"var-picker/cascade": {
|
|
1167
|
-
"type": "boolean",
|
|
1168
|
-
"description": "是否开启级联模式 默认值:true"
|
|
1169
|
-
},
|
|
1170
|
-
"var-picker/cascade-initial-indexes": {
|
|
1171
|
-
"type": "number[]",
|
|
1172
|
-
"description": "级联模式的初始化索引列表 默认值:-"
|
|
1173
|
-
},
|
|
1174
|
-
"var-picker/text-formatter": {
|
|
1175
|
-
"type": "(text: any, columnIndex: number) => any",
|
|
1176
|
-
"description": "文本格式化 默认值:text => text"
|
|
1177
|
-
},
|
|
1178
|
-
"var-picker/option-height": {
|
|
1179
|
-
"type": "string | number",
|
|
1180
|
-
"description": "选项的高度(px rem) 默认值:44"
|
|
1181
|
-
},
|
|
1182
|
-
"var-picker/option-count": {
|
|
1183
|
-
"type": "string | number",
|
|
1184
|
-
"description": "可见的选项个数 默认值:6"
|
|
1185
|
-
},
|
|
1186
|
-
"var-picker/confirm-button-text": {
|
|
1187
|
-
"type": "string",
|
|
1188
|
-
"description": "确认按钮文字 默认值:确认"
|
|
1189
|
-
},
|
|
1190
|
-
"var-picker/cancel-button-text": {
|
|
1191
|
-
"type": "string",
|
|
1192
|
-
"description": "取消按钮文字 默认值:取消"
|
|
1193
|
-
},
|
|
1194
|
-
"var-picker/confirm-button-text-color": {
|
|
1195
|
-
"type": "string",
|
|
1196
|
-
"description": "确认按钮文字颜色 默认值:-"
|
|
1197
|
-
},
|
|
1198
|
-
"var-picker/cancel-button-text-color": {
|
|
1199
|
-
"type": "string",
|
|
1200
|
-
"description": "取消按钮文字颜色 默认值:-"
|
|
1201
|
-
},
|
|
1202
|
-
"var-popup/v-model:show": {
|
|
1203
|
-
"type": "boolean",
|
|
1204
|
-
"description": "是否显示弹出层 默认值:false"
|
|
1205
|
-
},
|
|
1206
|
-
"var-popup/position": {
|
|
1207
|
-
"type": "string",
|
|
1208
|
-
"description": "弹出位置,可选值为 `top` `bottom` `right` `left` `center` 默认值:center"
|
|
1209
|
-
},
|
|
1210
|
-
"var-popup/overlay": {
|
|
1211
|
-
"type": "boolean",
|
|
1212
|
-
"description": "是否显示遮罩层 默认值:true"
|
|
1213
|
-
},
|
|
1214
|
-
"var-popup/overlay-class": {
|
|
1215
|
-
"type": "string",
|
|
1216
|
-
"description": "自定义遮罩层的 class 默认值:-"
|
|
1217
|
-
},
|
|
1218
|
-
"var-popup/overlay-style": {
|
|
1219
|
-
"type": "object",
|
|
1220
|
-
"description": "自定义遮罩层的 style 默认值:-"
|
|
1221
|
-
},
|
|
1222
|
-
"var-popup/default-style": {
|
|
1223
|
-
"type": "boolean",
|
|
1224
|
-
"description": "是否启用默认样式 默认值:true"
|
|
1225
|
-
},
|
|
1226
|
-
"var-popup/transition": {
|
|
1227
|
-
"type": "string",
|
|
1228
|
-
"description": "过度动画的名称 默认值:-"
|
|
1229
|
-
},
|
|
1230
|
-
"var-popup/lock-scroll": {
|
|
1231
|
-
"type": "boolean",
|
|
1232
|
-
"description": "是否禁止滚动穿透,禁止时滚动弹出层不会引发 body 的滚动 默认值:true"
|
|
1233
|
-
},
|
|
1234
|
-
"var-popup/close-on-click-overlay": {
|
|
1235
|
-
"type": "boolean",
|
|
1236
|
-
"description": "是否点击遮罩层关闭弹出层 默认值:true"
|
|
1237
|
-
},
|
|
1238
|
-
"var-popup/teleport": {
|
|
1239
|
-
"type": "TeleportProps['to']",
|
|
1240
|
-
"description": "弹出层挂载的位置 默认值:-"
|
|
1241
|
-
},
|
|
1242
|
-
"var-progress/mode": {
|
|
1243
|
-
"type": "string",
|
|
1244
|
-
"description": "`progress` 的模式,可选值为 `linear, circle` 默认值:linear"
|
|
1245
|
-
},
|
|
1246
|
-
"var-progress/value": {
|
|
1247
|
-
"type": "string | number",
|
|
1248
|
-
"description": "`progress` 的进度 默认值:0"
|
|
1249
|
-
},
|
|
1250
|
-
"var-progress/line-width": {
|
|
1251
|
-
"type": "string | number",
|
|
1252
|
-
"description": "`progress` 的线宽 默认值:4"
|
|
1253
|
-
},
|
|
1254
|
-
"var-progress/color": {
|
|
1255
|
-
"type": "string",
|
|
1256
|
-
"description": "`progress` 的颜色 默认值:#005CAF"
|
|
1257
|
-
},
|
|
1258
|
-
"var-progress/track-color": {
|
|
1259
|
-
"type": "string",
|
|
1260
|
-
"description": "`progress` 轨道的颜色 默认值:#d8d8d8"
|
|
1261
|
-
},
|
|
1262
|
-
"var-progress/label": {
|
|
1263
|
-
"type": "boolean",
|
|
1264
|
-
"description": "是否显示 `label` 默认值:false"
|
|
1265
|
-
},
|
|
1266
|
-
"var-progress/label-class": {
|
|
1267
|
-
"type": "string",
|
|
1268
|
-
"description": "自定义 `label` 的类名 默认值:-"
|
|
1269
|
-
},
|
|
1270
|
-
"var-progress/track": {
|
|
1271
|
-
"type": "boolean",
|
|
1272
|
-
"description": "是否显示 `progress` 的轨道 默认值:true"
|
|
1273
|
-
},
|
|
1274
|
-
"var-progress/ripple": {
|
|
1275
|
-
"type": "boolean",
|
|
1276
|
-
"description": "水波纹加载效果(仅支持线性进度条) 默认值:false"
|
|
1277
|
-
},
|
|
1278
|
-
"var-progress/size": {
|
|
1279
|
-
"type": "string | number",
|
|
1280
|
-
"description": "`progress` 的尺寸(仅支持环形进度条) 默认值:40"
|
|
1281
|
-
},
|
|
1282
|
-
"var-progress/rotate": {
|
|
1283
|
-
"type": "number",
|
|
1284
|
-
"description": "`progress` 的原点(仅支持环形进度条) 默认值:0"
|
|
1285
|
-
},
|
|
1286
|
-
"var-pull-refresh/v-model": {
|
|
1287
|
-
"type": "boolean",
|
|
1288
|
-
"description": "是否处于加载中状态 默认值:-"
|
|
1289
|
-
},
|
|
1290
|
-
"var-pull-refresh/disabled": {
|
|
1291
|
-
"type": "boolean",
|
|
1292
|
-
"description": "是否禁用下拉刷新 默认值:false"
|
|
1293
|
-
},
|
|
1294
|
-
"var-pull-refresh/target": {
|
|
1295
|
-
"type": "string | HTMLElement",
|
|
1296
|
-
"description": "触发滚动的对象,如果为 undefined 会监听距离最近的一个可滚动的祖先节点 默认值:-"
|
|
1297
|
-
},
|
|
1298
|
-
"var-pull-refresh/animation-duration": {
|
|
1299
|
-
"type": "string | number",
|
|
1300
|
-
"description": "加载结束后回到初始位置的动画时长(ms) 默认值:300"
|
|
1301
|
-
},
|
|
1302
|
-
"var-pull-refresh/success-duration": {
|
|
1303
|
-
"type": "string | number",
|
|
1304
|
-
"description": "成功提示展示时长(ms) 默认值:2000"
|
|
1305
|
-
},
|
|
1306
|
-
"var-pull-refresh/bg-color": {
|
|
1307
|
-
"type": "string",
|
|
1308
|
-
"description": "control 的背景颜色 默认值:#005CAF"
|
|
1309
|
-
},
|
|
1310
|
-
"var-pull-refresh/color": {
|
|
1311
|
-
"type": "string",
|
|
1312
|
-
"description": "control 的颜色 默认值:#ffffff"
|
|
1313
|
-
},
|
|
1314
|
-
"var-pull-refresh/success-bg-color": {
|
|
1315
|
-
"type": "string",
|
|
1316
|
-
"description": "成功状态下 control 的背景颜色 默认值:#4CAF50"
|
|
1317
|
-
},
|
|
1318
|
-
"var-pull-refresh/success-color": {
|
|
1319
|
-
"type": "string",
|
|
1320
|
-
"description": "成功状态下 control 的颜色 默认值:ffffff"
|
|
1321
|
-
},
|
|
1322
|
-
"var-radio/v-model": {
|
|
1323
|
-
"type": "any",
|
|
1324
|
-
"description": "绑定的值 默认值:false"
|
|
1325
|
-
},
|
|
1326
|
-
"var-radio/checked-value": {
|
|
1327
|
-
"type": "any",
|
|
1328
|
-
"description": "选中状态的值 默认值:true"
|
|
1329
|
-
},
|
|
1330
|
-
"var-radio/unchecked-value": {
|
|
1331
|
-
"type": "any",
|
|
1332
|
-
"description": "未选中状态的值 默认值:false"
|
|
1333
|
-
},
|
|
1334
|
-
"var-radio/checked-color": {
|
|
1335
|
-
"type": "any",
|
|
1336
|
-
"description": "选中状态的颜色 默认值:-"
|
|
1337
|
-
},
|
|
1338
|
-
"var-radio/unchecked-color": {
|
|
1339
|
-
"type": "any",
|
|
1340
|
-
"description": "未选中状态的颜色 默认值:-"
|
|
1341
|
-
},
|
|
1342
|
-
"var-radio/icon-size": {
|
|
1343
|
-
"type": "string",
|
|
1344
|
-
"description": "图标尺寸 默认值:\\ number_"
|
|
1345
|
-
},
|
|
1346
|
-
"var-radio/disabled": {
|
|
1347
|
-
"type": "boolean",
|
|
1348
|
-
"description": "是否禁用 默认值:false"
|
|
1349
|
-
},
|
|
1350
|
-
"var-radio/readonly": {
|
|
1351
|
-
"type": "boolean",
|
|
1352
|
-
"description": "是否只读 默认值:false"
|
|
1353
|
-
},
|
|
1354
|
-
"var-radio/ripple": {
|
|
1355
|
-
"type": "boolean",
|
|
1356
|
-
"description": "是否开启水波纹 默认值:true"
|
|
1357
|
-
},
|
|
1358
|
-
"var-radio/rules": {
|
|
1359
|
-
"type": "Array<(value: any) => any>",
|
|
1360
|
-
"description": "验证规则,返回 `true` 表示验证通过,其余的值则转换为文本作为用户提示 默认值:-"
|
|
1361
|
-
},
|
|
1362
|
-
"var-radio-group/v-model": {
|
|
1363
|
-
"type": "any",
|
|
1364
|
-
"description": "绑定的值 默认值:-"
|
|
1365
|
-
},
|
|
1366
|
-
"var-radio-group/direction": {
|
|
1367
|
-
"type": "string",
|
|
1368
|
-
"description": "布局方向,可选值为 `horizontal` `vertical` 默认值:horizontal"
|
|
1369
|
-
},
|
|
1370
|
-
"var-radio-group/rules": {
|
|
1371
|
-
"type": "Array<(value: any) => any>",
|
|
1372
|
-
"description": "验证规则,返回 `true` 表示验证通过,其余的值则转换为文本作为用户提示 默认值:-"
|
|
1373
|
-
},
|
|
1374
|
-
"var-rate/v-model": {
|
|
1375
|
-
"type": "number | string",
|
|
1376
|
-
"description": "当前分数 默认值:0"
|
|
1377
|
-
},
|
|
1378
|
-
"var-rate/count": {
|
|
1379
|
-
"type": "number | string",
|
|
1380
|
-
"description": "评分总数 默认值:5"
|
|
1381
|
-
},
|
|
1382
|
-
"var-rate/color": {
|
|
1383
|
-
"type": "string",
|
|
1384
|
-
"description": "选中时图标的颜色 默认值:-"
|
|
1385
|
-
},
|
|
1386
|
-
"var-rate/icon": {
|
|
1387
|
-
"type": "string",
|
|
1388
|
-
"description": "选中整个图标时的图标样式 默认值:star"
|
|
1389
|
-
},
|
|
1390
|
-
"var-rate/empty-color": {
|
|
1391
|
-
"type": "string",
|
|
1392
|
-
"description": "未选中时图标的颜色 默认值:-"
|
|
1393
|
-
},
|
|
1394
|
-
"var-rate/empty-icon": {
|
|
1395
|
-
"type": "string",
|
|
1396
|
-
"description": "未选中时图标的样式 默认值:star-outline"
|
|
1397
|
-
},
|
|
1398
|
-
"var-rate/size": {
|
|
1399
|
-
"type": "number | string",
|
|
1400
|
-
"description": "图标大小,默认单位为 `px` 默认值:-"
|
|
1401
|
-
},
|
|
1402
|
-
"var-rate/gap": {
|
|
1403
|
-
"type": "number | string",
|
|
1404
|
-
"description": "图标间隔,默认单位为 `px` 默认值:-"
|
|
1405
|
-
},
|
|
1406
|
-
"var-rate/half": {
|
|
1407
|
-
"type": "boolean",
|
|
1408
|
-
"description": "是否允许半选 默认值:false"
|
|
1409
|
-
},
|
|
1410
|
-
"var-rate/half-icon": {
|
|
1411
|
-
"type": "string",
|
|
1412
|
-
"description": "半选时图标的样式,只有在 `half` 为 `true` 时才有效 默认值:star-half-full"
|
|
1413
|
-
},
|
|
1414
|
-
"var-rate/namespace": {
|
|
1415
|
-
"type": "string",
|
|
1416
|
-
"description": "图标的命名空间, 可扩展自定义图标库 默认值:var-icon"
|
|
1417
|
-
},
|
|
1418
|
-
"var-rate/disabled": {
|
|
1419
|
-
"type": "boolean",
|
|
1420
|
-
"description": "是否禁止评分 默认值:false"
|
|
1421
|
-
},
|
|
1422
|
-
"var-rate/disabled-color": {
|
|
1423
|
-
"type": "string",
|
|
1424
|
-
"description": "禁止评分时图标的颜色,只有在 `disabled` 为 `true` 时才有效,优先级高于 `color`、`empty-color` 默认值:#aaa"
|
|
1425
|
-
},
|
|
1426
|
-
"var-rate/readonly": {
|
|
1427
|
-
"type": "boolean",
|
|
1428
|
-
"description": "是否使用评分只读 默认值:false"
|
|
1429
|
-
},
|
|
1430
|
-
"var-rate/ripple": {
|
|
1431
|
-
"type": "boolean",
|
|
1432
|
-
"description": "是否使用水波纹 默认值:true"
|
|
1433
|
-
},
|
|
1434
|
-
"var-rate/rules": {
|
|
1435
|
-
"type": "Array<(v: string | number) => any>",
|
|
1436
|
-
"description": "验证规则,返回 `true` 表示验证通过,其余的值则转换为文本作为用户提示 默认值:-"
|
|
1437
|
-
},
|
|
1438
|
-
"var-result/type": {
|
|
1439
|
-
"type": "string",
|
|
1440
|
-
"description": "结果状态,可选值为 `info` `success` `warning` `error` `question` `empty` 默认值:success"
|
|
1441
|
-
},
|
|
1442
|
-
"var-result/title": {
|
|
1443
|
-
"type": "string",
|
|
1444
|
-
"description": "标题 默认值:-"
|
|
1445
|
-
},
|
|
1446
|
-
"var-result/description": {
|
|
1447
|
-
"type": "string",
|
|
1448
|
-
"description": "描述 默认值:-"
|
|
1449
|
-
},
|
|
1450
|
-
"var-result/image-size": {
|
|
1451
|
-
"type": "string | number",
|
|
1452
|
-
"description": "图片尺寸 默认值:-"
|
|
1453
|
-
},
|
|
1454
|
-
"var-result/animation": {
|
|
1455
|
-
"type": "boolean",
|
|
1456
|
-
"description": "是否开启动画,仅对 `success` 状态有效 默认值:true"
|
|
1457
|
-
},
|
|
1458
|
-
"var-row/gutter": {
|
|
1459
|
-
"type": "string | number",
|
|
1460
|
-
"description": "列间距 默认值:0"
|
|
1461
|
-
},
|
|
1462
|
-
"var-row/justify": {
|
|
1463
|
-
"type": "string",
|
|
1464
|
-
"description": "主轴对齐方式, 可选值为 `flex-start` `flex-end` `center` `space-between` `space-around` 默认值:flex-start"
|
|
1465
|
-
},
|
|
1466
|
-
"var-row/align": {
|
|
1467
|
-
"type": "string",
|
|
1468
|
-
"description": "交叉轴对齐方式, 可选值为 `flex-start` `flex-end` `center` 默认值:flex-start"
|
|
1469
|
-
},
|
|
1470
|
-
"var-select/v-model": {
|
|
1471
|
-
"type": "any | any[]",
|
|
1472
|
-
"description": "绑定的值 默认值:-"
|
|
1473
|
-
},
|
|
1474
|
-
"var-select/placeholder": {
|
|
1475
|
-
"type": "string",
|
|
1476
|
-
"description": "占位符 默认值:-"
|
|
1477
|
-
},
|
|
1478
|
-
"var-select/multiple": {
|
|
1479
|
-
"type": "boolean",
|
|
1480
|
-
"description": "是否开启多选 默认值:false"
|
|
1481
|
-
},
|
|
1482
|
-
"var-select/offset-y": {
|
|
1483
|
-
"type": "string | number",
|
|
1484
|
-
"description": "下拉菜单的垂直偏移量 默认值:0"
|
|
1485
|
-
},
|
|
1486
|
-
"var-select/chip": {
|
|
1487
|
-
"type": "boolean",
|
|
1488
|
-
"description": "是否使用纸片风格(仅限多选) 默认值:false"
|
|
1489
|
-
},
|
|
1490
|
-
"var-select/line": {
|
|
1491
|
-
"type": "boolean",
|
|
1492
|
-
"description": "是否显示分割线 默认值:true"
|
|
1493
|
-
},
|
|
1494
|
-
"var-select/hint": {
|
|
1495
|
-
"type": "boolean",
|
|
1496
|
-
"description": "是否使用占位符作为提示 默认值:true"
|
|
1497
|
-
},
|
|
1498
|
-
"var-select/text-color": {
|
|
1499
|
-
"type": "string",
|
|
1500
|
-
"description": "文字颜色 默认值:-"
|
|
1501
|
-
},
|
|
1502
|
-
"var-select/focus-color": {
|
|
1503
|
-
"type": "string",
|
|
1504
|
-
"description": "聚焦时的主要颜色 默认值:-"
|
|
1505
|
-
},
|
|
1506
|
-
"var-select/blur-color": {
|
|
1507
|
-
"type": "string",
|
|
1508
|
-
"description": "失焦时的主要颜色 默认值:-"
|
|
1509
|
-
},
|
|
1510
|
-
"var-select/readonly": {
|
|
1511
|
-
"type": "boolean",
|
|
1512
|
-
"description": "是否只读 默认值:false"
|
|
1513
|
-
},
|
|
1514
|
-
"var-select/disabled": {
|
|
1515
|
-
"type": "boolean",
|
|
1516
|
-
"description": "是否禁用 默认值:false"
|
|
1517
|
-
},
|
|
1518
|
-
"var-select/clearable": {
|
|
1519
|
-
"type": "boolean",
|
|
1520
|
-
"description": "是否可清除 默认值:false"
|
|
1521
|
-
},
|
|
1522
|
-
"var-select/validate-trigger": {
|
|
1523
|
-
"type": "ValidateTriggers[]",
|
|
1524
|
-
"description": "触发验证的时机,可选值为 `onFocus` `onBlur` `onChange` `onClick` `onClear` `onClose` 默认值:['onChange', 'onClear', 'onClose']"
|
|
1525
|
-
},
|
|
1526
|
-
"var-select/rules": {
|
|
1527
|
-
"type": "Array<(v: any | any[]) => any>",
|
|
1528
|
-
"description": "验证规则,返回 `true` 表示验证通过,其余的值则转换为文本作为用户提示 默认值:-"
|
|
1529
|
-
},
|
|
1530
|
-
"var-skeleton/loading": {
|
|
1531
|
-
"type": "boolean",
|
|
1532
|
-
"description": "加载状态,设置为 `true` 开启骨架屏 默认值:true"
|
|
1533
|
-
},
|
|
1534
|
-
"var-skeleton/title": {
|
|
1535
|
-
"type": "boolean",
|
|
1536
|
-
"description": "是否显示标题 默认值:false"
|
|
1537
|
-
},
|
|
1538
|
-
"var-skeleton/card": {
|
|
1539
|
-
"type": "boolean",
|
|
1540
|
-
"description": "是否显示卡片 默认值:false"
|
|
1541
|
-
},
|
|
1542
|
-
"var-skeleton/avatar": {
|
|
1543
|
-
"type": "boolean",
|
|
1544
|
-
"description": "是否显示头像 默认值:false"
|
|
1545
|
-
},
|
|
1546
|
-
"var-skeleton/fullscreen": {
|
|
1547
|
-
"type": "boolean",
|
|
1548
|
-
"description": "是否开启全屏模式 默认值:false"
|
|
1549
|
-
},
|
|
1550
|
-
"var-skeleton/fullscreen-z-index": {
|
|
1551
|
-
"type": "string | number",
|
|
1552
|
-
"description": "全屏模式的层级 默认值:100"
|
|
1553
|
-
},
|
|
1554
|
-
"var-skeleton/title-width": {
|
|
1555
|
-
"type": "string | number",
|
|
1556
|
-
"description": "标题宽度 默认值:50%"
|
|
1557
|
-
},
|
|
1558
|
-
"var-skeleton/card-height": {
|
|
1559
|
-
"type": "string | number",
|
|
1560
|
-
"description": "卡片高度 默认值:160px"
|
|
1561
|
-
},
|
|
1562
|
-
"var-skeleton/avatar-size": {
|
|
1563
|
-
"type": "string | number",
|
|
1564
|
-
"description": "头像尺寸 默认值:34px"
|
|
1565
|
-
},
|
|
1566
|
-
"var-skeleton/rows": {
|
|
1567
|
-
"type": "string | number",
|
|
1568
|
-
"description": "段落行数 默认值:3"
|
|
1569
|
-
},
|
|
1570
|
-
"var-skeleton/rows-width": {
|
|
1571
|
-
"type": "number[] | string[]",
|
|
1572
|
-
"description": "段落每一行的宽度 默认值:['12px', '12px', '12px']"
|
|
1573
|
-
},
|
|
1574
|
-
"var-slider/v-model": {
|
|
1575
|
-
"type": "number | [number, number]",
|
|
1576
|
-
"description": "当前进度值 默认值:0"
|
|
1577
|
-
},
|
|
1578
|
-
"var-slider/step": {
|
|
1579
|
-
"type": "string | number",
|
|
1580
|
-
"description": "步长,取值必须大于 0 默认值:1"
|
|
1581
|
-
},
|
|
1582
|
-
"var-slider/range": {
|
|
1583
|
-
"type": "boolean",
|
|
1584
|
-
"description": "是否启用双滑块 默认值:false"
|
|
1585
|
-
},
|
|
1586
|
-
"var-slider/max": {
|
|
1587
|
-
"type": "string | number",
|
|
1588
|
-
"description": "最大值 默认值:100"
|
|
1589
|
-
},
|
|
1590
|
-
"var-slider/min": {
|
|
1591
|
-
"type": "string | number",
|
|
1592
|
-
"description": "最小值 默认值:0"
|
|
1593
|
-
},
|
|
1594
|
-
"var-slider/label-visible": {
|
|
1595
|
-
"type": "string",
|
|
1596
|
-
"description": "是否显示标签,可选值为 `always normal never` 默认值:normal"
|
|
1597
|
-
},
|
|
1598
|
-
"var-slider/label-text-color": {
|
|
1599
|
-
"type": "string",
|
|
1600
|
-
"description": "标签文字颜色 默认值:#fff"
|
|
1601
|
-
},
|
|
1602
|
-
"var-slider/label-color": {
|
|
1603
|
-
"type": "string",
|
|
1604
|
-
"description": "标签颜色 默认值:-"
|
|
1605
|
-
},
|
|
1606
|
-
"var-slider/active-color": {
|
|
1607
|
-
"type": "string",
|
|
1608
|
-
"description": "已激活的轨道背景颜色 默认值:-"
|
|
1609
|
-
},
|
|
1610
|
-
"var-slider/track-color": {
|
|
1611
|
-
"type": "string",
|
|
1612
|
-
"description": "轨道背景颜色 默认值:-"
|
|
1613
|
-
},
|
|
1614
|
-
"var-slider/track-height": {
|
|
1615
|
-
"type": "string | number",
|
|
1616
|
-
"description": "轨道的高度 默认值:2"
|
|
1617
|
-
},
|
|
1618
|
-
"var-slider/thumb-size": {
|
|
1619
|
-
"type": "string | number",
|
|
1620
|
-
"description": "滑块的大小 默认值:12"
|
|
1621
|
-
},
|
|
1622
|
-
"var-slider/thumb-color": {
|
|
1623
|
-
"type": "string",
|
|
1624
|
-
"description": "滑块的背景颜色 默认值:-"
|
|
1625
|
-
},
|
|
1626
|
-
"var-slider/disabled": {
|
|
1627
|
-
"type": "boolean",
|
|
1628
|
-
"description": "是否禁用 默认值:false"
|
|
1629
|
-
},
|
|
1630
|
-
"var-slider/readonly": {
|
|
1631
|
-
"type": "boolean",
|
|
1632
|
-
"description": "是否只读 默认值:false"
|
|
1633
|
-
},
|
|
1634
|
-
"var-slider/rules": {
|
|
1635
|
-
"type": "array",
|
|
1636
|
-
"description": "校验规则 默认值:-"
|
|
1637
|
-
},
|
|
1638
|
-
"var-snackbar/v-model:show": {
|
|
1639
|
-
"type": "boolean",
|
|
1640
|
-
"description": "是否显示 `Snackbar` 默认值:false"
|
|
1641
|
-
},
|
|
1642
|
-
"var-snackbar/type": {
|
|
1643
|
-
"type": "string",
|
|
1644
|
-
"description": "`Snackbar` 类型,可选值为 `success warning info error loading` 默认值:-"
|
|
1645
|
-
},
|
|
1646
|
-
"var-snackbar/position": {
|
|
1647
|
-
"type": "string",
|
|
1648
|
-
"description": "`Snackbar` 位置,可选值为 `top center bottom` 默认值:top"
|
|
1649
|
-
},
|
|
1650
|
-
"var-snackbar/duration": {
|
|
1651
|
-
"type": "number",
|
|
1652
|
-
"description": "显示时长 默认值:3000"
|
|
1653
|
-
},
|
|
1654
|
-
"var-snackbar/content": {
|
|
1655
|
-
"type": "string",
|
|
1656
|
-
"description": "自定义内容 默认值:-"
|
|
1657
|
-
},
|
|
1658
|
-
"var-snackbar/content-class": {
|
|
1659
|
-
"type": "string",
|
|
1660
|
-
"description": "自定义内容的类名 默认值:-"
|
|
1661
|
-
},
|
|
1662
|
-
"var-snackbar/vertical": {
|
|
1663
|
-
"type": "boolean",
|
|
1664
|
-
"description": "是否启用竖直排列方式 默认值:false"
|
|
1665
|
-
},
|
|
1666
|
-
"var-snackbar/loading-type": {
|
|
1667
|
-
"type": "string",
|
|
1668
|
-
"description": "Loading类型(见 `Loading` 组件) 默认值:circle"
|
|
1669
|
-
},
|
|
1670
|
-
"var-snackbar/loading-size": {
|
|
1671
|
-
"type": "string",
|
|
1672
|
-
"description": "Loading大小(见 `Loading` 组件) 默认值:normal"
|
|
1673
|
-
},
|
|
1674
|
-
"var-snackbar/loading-color": {
|
|
1675
|
-
"type": "string",
|
|
1676
|
-
"description": "loading颜色(见`_loading`组件) 默认值:current_color"
|
|
1677
|
-
},
|
|
1678
|
-
"var-snackbar/loading-radius": {
|
|
1679
|
-
"type": "string | number",
|
|
1680
|
-
"description": "Loading半径大小(见 `Loading` 组件) 默认值:-"
|
|
1681
|
-
},
|
|
1682
|
-
"var-snackbar/lock-scroll": {
|
|
1683
|
-
"type": "boolean",
|
|
1684
|
-
"description": "是否禁止滚动穿透 默认值:false"
|
|
1685
|
-
},
|
|
1686
|
-
"var-snackbar/forbid-click": {
|
|
1687
|
-
"type": "boolean",
|
|
1688
|
-
"description": "是否禁止穿透点击 默认值:false"
|
|
1689
|
-
},
|
|
1690
|
-
"var-snackbar/teleport": {
|
|
1691
|
-
"type": "TeleportProps['to']",
|
|
1692
|
-
"description": "弹出层挂载的位置 默认值:body"
|
|
1693
|
-
},
|
|
1694
|
-
"var-space/align": {
|
|
1695
|
-
"type": "string",
|
|
1696
|
-
"description": "垂直排列方式 可选值为 `stretch` `center` `start` `end` `baseline` 默认值:-"
|
|
1697
|
-
},
|
|
1698
|
-
"var-space/justify": {
|
|
1699
|
-
"type": "string",
|
|
1700
|
-
"description": "水平排列方式 可选值为 `start` `end` `center` `space-around` `space-between` 默认值:start"
|
|
1701
|
-
},
|
|
1702
|
-
"var-space/size": {
|
|
1703
|
-
"type": "string | number | [string | number, string | number]",
|
|
1704
|
-
"description": "间距,可选值为 `mini` `small` `normal` `large` 或 `[垂直间距, 水平间距]` (支持长度单位) 默认值:normal"
|
|
1705
|
-
},
|
|
1706
|
-
"var-space/wrap": {
|
|
1707
|
-
"type": "boolean",
|
|
1708
|
-
"description": "是否超出换行 默认值:true"
|
|
1709
|
-
},
|
|
1710
|
-
"var-space/direction": {
|
|
1711
|
-
"type": "string",
|
|
1712
|
-
"description": "布局方向 可选值为 `row` `column` 默认值:row"
|
|
1713
|
-
},
|
|
1714
|
-
"var-space/inline": {
|
|
1715
|
-
"type": "boolean",
|
|
1716
|
-
"description": "是否为行内元素 默认值:false"
|
|
1717
|
-
},
|
|
1718
|
-
"var-step/active-icon": {
|
|
1719
|
-
"type": "string",
|
|
1720
|
-
"description": "激活状态图标 默认值:check"
|
|
1721
|
-
},
|
|
1722
|
-
"var-step/current-icon": {
|
|
1723
|
-
"type": "string",
|
|
1724
|
-
"description": "当前步骤时的图标 默认值:-"
|
|
1725
|
-
},
|
|
1726
|
-
"var-step/inactive-icon": {
|
|
1727
|
-
"type": "string",
|
|
1728
|
-
"description": "未激活状态图标 默认值:-"
|
|
1729
|
-
},
|
|
1730
|
-
"var-steps/active": {
|
|
1731
|
-
"type": "string | number",
|
|
1732
|
-
"description": "当前步骤 默认值:0"
|
|
1733
|
-
},
|
|
1734
|
-
"var-steps/direction": {
|
|
1735
|
-
"type": "string",
|
|
1736
|
-
"description": "显示方向,可选值为 `vertical` 默认值:horizontal"
|
|
1737
|
-
},
|
|
1738
|
-
"var-steps/active-color": {
|
|
1739
|
-
"type": "string",
|
|
1740
|
-
"description": "激活状态颜色 默认值:#2979ff"
|
|
1741
|
-
},
|
|
1742
|
-
"var-steps/inactive-color": {
|
|
1743
|
-
"type": "string",
|
|
1744
|
-
"description": "未激活状态颜色 默认值:#9e9e9e"
|
|
1745
|
-
},
|
|
1746
|
-
"var-sticky/offset-top": {
|
|
1747
|
-
"type": "string | number",
|
|
1748
|
-
"description": "吸顶距离 默认值:0"
|
|
1749
|
-
},
|
|
1750
|
-
"var-sticky/z-index": {
|
|
1751
|
-
"type": "string | number",
|
|
1752
|
-
"description": "吸顶时的层级 默认值:0"
|
|
1753
|
-
},
|
|
1754
|
-
"var-sticky/css-mode": {
|
|
1755
|
-
"type": "boolean",
|
|
1756
|
-
"description": "开启原生 `css sticky` 模式 默认值:false"
|
|
1757
|
-
},
|
|
1758
|
-
"var-sticky/disabled": {
|
|
1759
|
-
"type": "boolean",
|
|
1760
|
-
"description": "禁用吸顶, 设置为 `true` 时, 元素会回到文档流中 默认值:false"
|
|
1761
|
-
},
|
|
1762
|
-
"var-style-provider/style-vars": {
|
|
1763
|
-
"type": "Record<string, string>",
|
|
1764
|
-
"description": "CSS 变量 默认值:{}"
|
|
1765
|
-
},
|
|
1766
|
-
"var-style-provider/tag": {
|
|
1767
|
-
"type": "string",
|
|
1768
|
-
"description": "自定义标签名 默认值:div"
|
|
1769
|
-
},
|
|
1770
|
-
"var-swipe/loop": {
|
|
1771
|
-
"type": "boolean",
|
|
1772
|
-
"description": "是否开启循环轮播 默认值:true"
|
|
1773
|
-
},
|
|
1774
|
-
"var-swipe/autoplay": {
|
|
1775
|
-
"type": "string | number",
|
|
1776
|
-
"description": "自动播放间隔时间 (ms) 默认值:-"
|
|
1777
|
-
},
|
|
1778
|
-
"var-swipe/duration": {
|
|
1779
|
-
"type": "string | number",
|
|
1780
|
-
"description": "切换过度时间 默认值:300"
|
|
1781
|
-
},
|
|
1782
|
-
"var-swipe/initial-index": {
|
|
1783
|
-
"type": "string | number",
|
|
1784
|
-
"description": "初始化显示的索引 默认值:0"
|
|
1785
|
-
},
|
|
1786
|
-
"var-swipe/indicator": {
|
|
1787
|
-
"type": "boolean",
|
|
1788
|
-
"description": "是否显示指示器 默认值:true"
|
|
1789
|
-
},
|
|
1790
|
-
"var-swipe/indicator-color": {
|
|
1791
|
-
"type": "string",
|
|
1792
|
-
"description": "指示器颜色 默认值:-"
|
|
1793
|
-
},
|
|
1794
|
-
"var-swipe/vertical": {
|
|
1795
|
-
"type": "boolean",
|
|
1796
|
-
"description": "是否开启垂直轮播 默认值:false"
|
|
1797
|
-
},
|
|
1798
|
-
"var-swipe/touchable": {
|
|
1799
|
-
"type": "boolean",
|
|
1800
|
-
"description": "是否可以拖动 默认值:true"
|
|
1801
|
-
},
|
|
1802
|
-
"var-switch/v-model": {
|
|
1803
|
-
"type": "any",
|
|
1804
|
-
"description": "开关选中状态 默认值:false"
|
|
1805
|
-
},
|
|
1806
|
-
"var-switch/active-value": {
|
|
1807
|
-
"type": "any",
|
|
1808
|
-
"description": "开关打开时的值 默认值:true"
|
|
1809
|
-
},
|
|
1810
|
-
"var-switch/inactive-value": {
|
|
1811
|
-
"type": "any",
|
|
1812
|
-
"description": "开关关闭时的值 默认值:false"
|
|
1813
|
-
},
|
|
1814
|
-
"var-switch/disabled": {
|
|
1815
|
-
"type": "boolean",
|
|
1816
|
-
"description": "是否禁用 默认值:false"
|
|
1817
|
-
},
|
|
1818
|
-
"var-switch/readonly": {
|
|
1819
|
-
"type": "boolean",
|
|
1820
|
-
"description": "是否只读 默认值:false"
|
|
1821
|
-
},
|
|
1822
|
-
"var-switch/loading": {
|
|
1823
|
-
"type": "boolean",
|
|
1824
|
-
"description": "是否为加载状态 默认值:false"
|
|
1825
|
-
},
|
|
1826
|
-
"var-switch/ripple": {
|
|
1827
|
-
"type": "boolean",
|
|
1828
|
-
"description": "是否启用水波纹 默认值:true"
|
|
1829
|
-
},
|
|
1830
|
-
"var-switch/color": {
|
|
1831
|
-
"type": "string",
|
|
1832
|
-
"description": "打开状态下的颜色 默认值:#2979ff"
|
|
1833
|
-
},
|
|
1834
|
-
"var-switch/loading-color": {
|
|
1835
|
-
"type": "string",
|
|
1836
|
-
"description": "加载图标的颜色 默认值:#fff"
|
|
1837
|
-
},
|
|
1838
|
-
"var-switch/close-color": {
|
|
1839
|
-
"type": "string",
|
|
1840
|
-
"description": "关闭状态下的颜色 默认值:#fff"
|
|
1841
|
-
},
|
|
1842
|
-
"var-switch/size": {
|
|
1843
|
-
"type": "string | number",
|
|
1844
|
-
"description": "switch 的大小 默认值:-"
|
|
1845
|
-
},
|
|
1846
|
-
"var-switch/rules": {
|
|
1847
|
-
"type": "array",
|
|
1848
|
-
"description": "校验规则 默认值:-"
|
|
1849
|
-
},
|
|
1850
|
-
"var-tab/name": {
|
|
1851
|
-
"type": "string | number",
|
|
1852
|
-
"description": "选项卡的名字 默认值:index"
|
|
1853
|
-
},
|
|
1854
|
-
"var-tab/disabled": {
|
|
1855
|
-
"type": "boolean",
|
|
1856
|
-
"description": "是否禁用选项卡 默认值:false"
|
|
1857
|
-
},
|
|
1858
|
-
"var-tab-item/name": {
|
|
1859
|
-
"type": "string \\",
|
|
1860
|
-
"description": "视图的名字 默认值:number_"
|
|
1861
|
-
},
|
|
1862
|
-
"var-table/full-width": {
|
|
1863
|
-
"type": "string | number",
|
|
1864
|
-
"description": "`table` 的宽度(包含可滚动部分) 默认值:100%"
|
|
1865
|
-
},
|
|
1866
|
-
"var-tabs/v-model:active": {
|
|
1867
|
-
"type": "string",
|
|
1868
|
-
"description": "激活的选项卡标识, 优先匹配 name,其次是 index 默认值:default"
|
|
1869
|
-
},
|
|
1870
|
-
"var-tabs/layout-direction": {
|
|
1871
|
-
"type": "string",
|
|
1872
|
-
"description": "选项卡组的布局方向,可选值为 `horizontal` `vertical` 默认值:horizontal"
|
|
1873
|
-
},
|
|
1874
|
-
"var-tabs/item-direction": {
|
|
1875
|
-
"type": "string",
|
|
1876
|
-
"description": "选项卡的布局方向,可选值为 `horizontal` `vertical` 默认值:horizontal"
|
|
1877
|
-
},
|
|
1878
|
-
"var-tabs/fixed-bottom": {
|
|
1879
|
-
"type": "boolean",
|
|
1880
|
-
"description": "是否固定在窗口底部, 可用做底部导航 默认值:false"
|
|
1881
|
-
},
|
|
1882
|
-
"var-tabs/color": {
|
|
1883
|
-
"type": "string",
|
|
1884
|
-
"description": "选项卡的背景颜色 默认值:#fff"
|
|
1885
|
-
},
|
|
1886
|
-
"var-tabs/active-color": {
|
|
1887
|
-
"type": "string",
|
|
1888
|
-
"description": "选项卡激活的主要颜色 默认值:#2979ff"
|
|
1889
|
-
},
|
|
1890
|
-
"var-tabs/inactive-color": {
|
|
1891
|
-
"type": "string",
|
|
1892
|
-
"description": "选项卡未激活的主要颜色 默认值:#646566"
|
|
1893
|
-
},
|
|
1894
|
-
"var-tabs/disabled-color": {
|
|
1895
|
-
"type": "string",
|
|
1896
|
-
"description": "选项卡禁用时的主要颜色 默认值:#e0e0e0"
|
|
1897
|
-
},
|
|
1898
|
-
"var-tabs/indicator-color": {
|
|
1899
|
-
"type": "string",
|
|
1900
|
-
"description": "选项卡激活指示器的颜色 默认值:#2979ff"
|
|
1901
|
-
},
|
|
1902
|
-
"var-tabs/indicator-size": {
|
|
1903
|
-
"type": "string \\",
|
|
1904
|
-
"description": "选项卡激活指示器的尺寸 默认值:number_"
|
|
1905
|
-
},
|
|
1906
|
-
"var-tabs/elevation": {
|
|
1907
|
-
"type": "boolean",
|
|
1908
|
-
"description": "是否启用阴影 默认值:false"
|
|
1909
|
-
},
|
|
1910
|
-
"var-tabs/sticky": {
|
|
1911
|
-
"type": "boolean",
|
|
1912
|
-
"description": "是否启用粘性布局 默认值:false"
|
|
1913
|
-
},
|
|
1914
|
-
"var-tabs/sticky-css-mode": {
|
|
1915
|
-
"type": "boolean",
|
|
1916
|
-
"description": "是否启用粘性布局的原生 css sticky 模式 默认值:false"
|
|
1917
|
-
},
|
|
1918
|
-
"var-tabs/sticky-z-index": {
|
|
1919
|
-
"type": "number",
|
|
1920
|
-
"description": "粘性布局的层级 默认值:10"
|
|
1921
|
-
},
|
|
1922
|
-
"var-tabs/safe-area": {
|
|
1923
|
-
"type": "boolean",
|
|
1924
|
-
"description": "是否开启底部安全区适配 默认值:false"
|
|
1925
|
-
},
|
|
1926
|
-
"var-tabs/offset-top": {
|
|
1927
|
-
"type": "string \\",
|
|
1928
|
-
"description": "吸顶距离 默认值:number_"
|
|
1929
|
-
},
|
|
1930
|
-
"var-tabs-items/v-model:active": {
|
|
1931
|
-
"type": "string | number",
|
|
1932
|
-
"description": "激活的选项卡的名字 默认值:-"
|
|
1933
|
-
},
|
|
1934
|
-
"var-tabs-items/can-swipe": {
|
|
1935
|
-
"type": "boolean",
|
|
1936
|
-
"description": "是否允许滑动切换 默认值:true"
|
|
1937
|
-
},
|
|
1938
|
-
"var-tabs-items/loop": {
|
|
1939
|
-
"type": "boolean",
|
|
1940
|
-
"description": "是否允许循环切换 默认值:false"
|
|
1941
|
-
},
|
|
1942
|
-
"var-time-picker/v-model": {
|
|
1943
|
-
"type": "string",
|
|
1944
|
-
"description": "被选择的时间(ISO 8601 格式,`HH:mm` 或 `HH:mm:ss`) 默认值:-"
|
|
1945
|
-
},
|
|
1946
|
-
"var-time-picker/format": {
|
|
1947
|
-
"type": "string",
|
|
1948
|
-
"description": "选择器时间格式,可选值为 `ampm 24hr` 默认值:ampm"
|
|
1949
|
-
},
|
|
1950
|
-
"var-time-picker/color": {
|
|
1951
|
-
"type": "string",
|
|
1952
|
-
"description": "选择器的颜色 默认值:#2979ff"
|
|
1953
|
-
},
|
|
1954
|
-
"var-time-picker/header-color": {
|
|
1955
|
-
"type": "string",
|
|
1956
|
-
"description": "标题背景色。如果未指定,将使用由 color 属性或默认颜色。 默认值:#2979ff"
|
|
1957
|
-
},
|
|
1958
|
-
"var-time-picker/elevation": {
|
|
1959
|
-
"type": "boolean",
|
|
1960
|
-
"description": "是否添加阴影 默认值:false"
|
|
1961
|
-
},
|
|
1962
|
-
"var-time-picker/min": {
|
|
1963
|
-
"type": "string",
|
|
1964
|
-
"description": "允许的最小时间(ISO 8601格式) 默认值:-"
|
|
1965
|
-
},
|
|
1966
|
-
"var-time-picker/max": {
|
|
1967
|
-
"type": "string",
|
|
1968
|
-
"description": "允许的最大时间(ISO 8601格式) 默认值:-"
|
|
1969
|
-
},
|
|
1970
|
-
"var-time-picker/allowed-time": {
|
|
1971
|
-
"type": "AllowedTime",
|
|
1972
|
-
"description": "限制可以选择的时间 默认值:-"
|
|
1973
|
-
},
|
|
1974
|
-
"var-time-picker/readonly": {
|
|
1975
|
-
"type": "boolean",
|
|
1976
|
-
"description": "是否只读 默认值:false"
|
|
1977
|
-
},
|
|
1978
|
-
"var-time-picker/use-seconds": {
|
|
1979
|
-
"type": "boolean",
|
|
1980
|
-
"description": "是否显示秒 默认值:false"
|
|
1981
|
-
},
|
|
1982
|
-
"var-tooltip/v-model:show": {
|
|
1983
|
-
"type": "string",
|
|
1984
|
-
"description": "是否显示 默认值:false"
|
|
1985
|
-
},
|
|
1986
|
-
"var-tooltip/content": {
|
|
1987
|
-
"type": "string",
|
|
1988
|
-
"description": "显示的内容 默认值:-"
|
|
1989
|
-
},
|
|
1990
|
-
"var-tooltip/color": {
|
|
1991
|
-
"type": "string",
|
|
1992
|
-
"description": "背景颜色 默认值:-"
|
|
1993
|
-
},
|
|
1994
|
-
"var-tooltip/type": {
|
|
1995
|
-
"type": "string",
|
|
1996
|
-
"description": "类型,可选值为 `default` `primary` `info` `success` `warning` `danger` 默认值:default"
|
|
1997
|
-
},
|
|
1998
|
-
"var-tooltip/placement": {
|
|
1999
|
-
"type": "Placement",
|
|
2000
|
-
"description": "弹出位置 默认值:top"
|
|
2001
|
-
},
|
|
2002
|
-
"var-tooltip/offset-x": {
|
|
2003
|
-
"type": "number | string",
|
|
2004
|
-
"description": "x 轴偏移量, 相对于 `Tooltip` 对齐后的位置 默认值:0"
|
|
2005
|
-
},
|
|
2006
|
-
"var-tooltip/offset-y": {
|
|
2007
|
-
"type": "number | string",
|
|
2008
|
-
"description": "y 轴偏移量, 相对于 `Tooltip` 对齐后的位置 默认值:0"
|
|
2009
|
-
},
|
|
2010
|
-
"var-tooltip/teleport": {
|
|
2011
|
-
"type": "TeleportProps['to']",
|
|
2012
|
-
"description": "挂载的位置 默认值:body"
|
|
2013
|
-
},
|
|
2014
|
-
"var-tooltip/disabled": {
|
|
2015
|
-
"type": "boolean",
|
|
2016
|
-
"description": "是否禁用 Tooltip 默认值:false"
|
|
2017
|
-
},
|
|
2018
|
-
"var-tooltip/trigger": {
|
|
2019
|
-
"type": "string",
|
|
2020
|
-
"description": "触发方式,可选值为 `click` `hover`, `click` 为点击时触发, `hover` 为悬停时触发 默认值:hover"
|
|
2021
|
-
},
|
|
2022
|
-
"var-uploader/v-model": {
|
|
2023
|
-
"type": "VarFile[]",
|
|
2024
|
-
"description": "文件列表 默认值:[]"
|
|
2025
|
-
},
|
|
2026
|
-
"var-uploader/accept": {
|
|
2027
|
-
"type": "string",
|
|
2028
|
-
"description": "接受的文件类型,与原生属性一致 默认值:image/*"
|
|
2029
|
-
},
|
|
2030
|
-
"var-uploader/capture": {
|
|
2031
|
-
"type": "string",
|
|
2032
|
-
"description": "获取文件方式,与原生属性一致 默认值:-"
|
|
2033
|
-
},
|
|
2034
|
-
"var-uploader/multiple": {
|
|
2035
|
-
"type": "boolean",
|
|
2036
|
-
"description": "是否多选文件 默认值:false"
|
|
2037
|
-
},
|
|
2038
|
-
"var-uploader/readonly": {
|
|
2039
|
-
"type": "boolean",
|
|
2040
|
-
"description": "是否只读 默认值:false"
|
|
2041
|
-
},
|
|
2042
|
-
"var-uploader/disabled": {
|
|
2043
|
-
"type": "boolean",
|
|
2044
|
-
"description": "是否禁用 默认值:false"
|
|
2045
|
-
},
|
|
2046
|
-
"var-uploader/removable": {
|
|
2047
|
-
"type": "boolean",
|
|
2048
|
-
"description": "是否可以删除 默认值:true"
|
|
2049
|
-
},
|
|
2050
|
-
"var-uploader/maxlength": {
|
|
2051
|
-
"type": "string | number",
|
|
2052
|
-
"description": "最大文件个数 默认值:-"
|
|
2053
|
-
},
|
|
2054
|
-
"var-uploader/maxsize": {
|
|
2055
|
-
"type": "string | number",
|
|
2056
|
-
"description": "最大文件大小 默认值:-"
|
|
2057
|
-
},
|
|
2058
|
-
"var-uploader/previewed": {
|
|
2059
|
-
"type": "boolean",
|
|
2060
|
-
"description": "是否允许预览 默认值:true"
|
|
2061
|
-
},
|
|
2062
|
-
"var-uploader/ripple": {
|
|
2063
|
-
"type": "boolean",
|
|
2064
|
-
"description": "是否开启水波纹 默认值:true"
|
|
2065
|
-
},
|
|
2066
|
-
"var-uploader/hide-list": {
|
|
2067
|
-
"type": "boolean",
|
|
2068
|
-
"description": "是否隐藏文件列表 默认值:false"
|
|
2069
|
-
},
|
|
2070
|
-
"var-uploader/validate-trigger": {
|
|
2071
|
-
"type": "ValidateTriggers[]",
|
|
2072
|
-
"description": "触发验证的时机, 可选值为 `onChange` `onRemove` 默认值:['onChange', 'onRemove']"
|
|
2073
|
-
},
|
|
2074
|
-
"var-uploader/rules": {
|
|
2075
|
-
"type": "Array<(v: VarFile, u: VarFileUtils) => any>",
|
|
2076
|
-
"description": "验证规则,返回 `true` 表示验证通过,其余的值则转换为文本作为用户提示 默认值:-"
|
|
2077
|
-
}
|
|
2078
|
-
}
|