vxe-pc-ui 1.7.2 → 1.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.
Files changed (48) hide show
  1. package/README.en.md +1 -1
  2. package/es/anchor/src/anchor.js +1 -1
  3. package/es/form-design/src/form-design.js +4 -1
  4. package/es/icon/style.css +1 -1
  5. package/es/pager/style.css +1 -1
  6. package/es/pager/style.min.css +1 -1
  7. package/es/style.css +1 -1
  8. package/es/style.min.css +1 -1
  9. package/es/ui/index.js +2 -1
  10. package/es/vxe-pager/style.css +1 -1
  11. package/es/vxe-pager/style.min.css +1 -1
  12. package/helper/vetur/attributes.json +1 -1066
  13. package/helper/vetur/tags.json +1 -391
  14. package/lib/anchor/src/anchor.js +1 -1
  15. package/lib/anchor/src/anchor.min.js +1 -1
  16. package/lib/form-design/src/form-design.js +4 -1
  17. package/lib/form-design/src/form-design.min.js +1 -1
  18. package/lib/icon/style/style.css +1 -1
  19. package/lib/icon/style/style.min.css +1 -1
  20. package/lib/index.umd.js +7 -3
  21. package/lib/index.umd.min.js +1 -1
  22. package/lib/pager/style/style.css +1 -1
  23. package/lib/pager/style/style.min.css +1 -1
  24. package/lib/style.css +1 -1
  25. package/lib/style.min.css +1 -1
  26. package/lib/ui/index.js +2 -1
  27. package/lib/ui/index.min.js +1 -1
  28. package/lib/vxe-pager/style/style.css +1 -1
  29. package/lib/vxe-pager/style/style.min.css +1 -1
  30. package/package.json +3 -3
  31. package/packages/anchor/src/anchor.ts +3 -3
  32. package/packages/form-design/src/form-design.ts +4 -1
  33. package/packages/ui/index.ts +1 -0
  34. package/styles/components/pager.scss +1 -1
  35. package/styles/theme/base.scss +0 -1
  36. package/types/components/tips.d.ts +1 -1
  37. /package/es/icon/style/{iconfont.1716540802393.ttf → iconfont.1716563576779.ttf} +0 -0
  38. /package/es/icon/style/{iconfont.1716540802393.woff → iconfont.1716563576779.woff} +0 -0
  39. /package/es/icon/style/{iconfont.1716540802393.woff2 → iconfont.1716563576779.woff2} +0 -0
  40. /package/es/{iconfont.1716540802393.ttf → iconfont.1716563576779.ttf} +0 -0
  41. /package/es/{iconfont.1716540802393.woff → iconfont.1716563576779.woff} +0 -0
  42. /package/es/{iconfont.1716540802393.woff2 → iconfont.1716563576779.woff2} +0 -0
  43. /package/lib/icon/style/{iconfont.1716540802393.ttf → iconfont.1716563576779.ttf} +0 -0
  44. /package/lib/icon/style/{iconfont.1716540802393.woff → iconfont.1716563576779.woff} +0 -0
  45. /package/lib/icon/style/{iconfont.1716540802393.woff2 → iconfont.1716563576779.woff2} +0 -0
  46. /package/lib/{iconfont.1716540802393.ttf → iconfont.1716563576779.ttf} +0 -0
  47. /package/lib/{iconfont.1716540802393.woff → iconfont.1716563576779.woff} +0 -0
  48. /package/lib/{iconfont.1716540802393.woff2 → iconfont.1716563576779.woff2} +0 -0
@@ -1,1066 +1 @@
1
- {
2
- "vxe-icon/name": {
3
- "type": "string",
4
- "description": "图标名称"
5
- },
6
- "vxe-icon/status": {
7
- "type": "string",
8
- "description": "状态颜色"
9
- },
10
- "vxe-icon/roll": {
11
- "type": "boolean",
12
- "description": "旋转动画"
13
- },
14
- "vxe-pager/size": {
15
- "type": "string",
16
- "description": "尺寸"
17
- },
18
- "vxe-pager/loading": {
19
- "type": "boolean",
20
- "description": "是否加载中"
21
- },
22
- "vxe-pager/layouts": {
23
- "type": "string[]",
24
- "description": "自定义布局"
25
- },
26
- "vxe-pager/current-page": {
27
- "type": "number",
28
- "description": "当前页"
29
- },
30
- "vxe-pager/page-size": {
31
- "type": "number",
32
- "description": "每页大小"
33
- },
34
- "vxe-pager/total": {
35
- "type": "number",
36
- "description": "总条数"
37
- },
38
- "vxe-pager/pager-count": {
39
- "type": "number",
40
- "description": "显示页码按钮的数量"
41
- },
42
- "vxe-pager/page-sizes": {
43
- "type": "number[] | array<{label: string, value: number}>",
44
- "description": "每页大小选项列表"
45
- },
46
- "vxe-pager/align": {
47
- "type": "string",
48
- "description": "对齐方式"
49
- },
50
- "vxe-pager/border": {
51
- "type": "boolean",
52
- "description": "带边框"
53
- },
54
- "vxe-pager/background": {
55
- "type": "boolean",
56
- "description": "带背景颜色"
57
- },
58
- "vxe-pager/perfect": {
59
- "type": "boolean",
60
- "description": "配套的样式"
61
- },
62
- "vxe-pager/class-name": {
63
- "type": "string, ({}) => string",
64
- "description": "给分页附加 className"
65
- },
66
- "vxe-pager/auto-hidden": {
67
- "type": "boolean",
68
- "description": "当只有一页时自动隐藏"
69
- },
70
- "vxe-pager/icon-prev-page": {
71
- "type": "string",
72
- "description": "自定义上一页图标"
73
- },
74
- "vxe-pager/icon-jump-prev": {
75
- "type": "string",
76
- "description": "自定义向上跳页图标"
77
- },
78
- "vxe-pager/icon-jump-next": {
79
- "type": "string",
80
- "description": "自定义向下跳页图标"
81
- },
82
- "vxe-pager/iconnext-page": {
83
- "type": "string",
84
- "description": "自定义下一页图标"
85
- },
86
- "vxe-pager/icon-jump-more": {
87
- "type": "string",
88
- "description": "自定义跳页显示图标"
89
- },
90
- "vxe-radio/model-value": {
91
- "type": "any",
92
- "description": "v-model 绑定值"
93
- },
94
- "vxe-radio/label": {
95
- "type": "string",
96
- "description": "值"
97
- },
98
- "vxe-radio/content": {
99
- "type": "string",
100
- "description": "内容(支持开启国际化)"
101
- },
102
- "vxe-radio/size": {
103
- "type": "string",
104
- "description": "尺寸"
105
- },
106
- "vxe-radio/disabled": {
107
- "type": "boolean",
108
- "description": "是否禁用"
109
- },
110
- "vxe-radio/strict": {
111
- "type": "boolean",
112
- "description": "严格模式,选中后不能取消"
113
- },
114
- "vxe-radio/name": {
115
- "type": "string",
116
- "description": "原生 name 属性"
117
- },
118
- "vxe-radio-group/model-value": {
119
- "type": "any[]",
120
- "description": "v-model 绑定值"
121
- },
122
- "vxe-radio-group/type": {
123
- "type": "string",
124
- "description": "按钮类型"
125
- },
126
- "vxe-radio-group/size": {
127
- "type": "string",
128
- "description": "尺寸"
129
- },
130
- "vxe-radio-group/disabled": {
131
- "type": "boolean",
132
- "description": "是否禁用"
133
- },
134
- "vxe-radio-group/strict": {
135
- "type": "boolean",
136
- "description": "严格模式,选中后不能取消"
137
- },
138
- "vxe-radio-group/options": {
139
- "type": "{ value, label, disabled }[]",
140
- "description": "选项列表"
141
- },
142
- "vxe-radio-group/option-props": {
143
- "type": "any",
144
- "description": "选项属性参数配置"
145
- },
146
- "vxe-radio-button/model-value": {
147
- "type": "any",
148
- "description": "v-model 绑定值"
149
- },
150
- "vxe-radio-button/label": {
151
- "type": "string | number",
152
- "description": "绑定值"
153
- },
154
- "vxe-radio-button/content": {
155
- "type": "string | number",
156
- "description": "显示内容"
157
- },
158
- "vxe-radio-button/disabled": {
159
- "type": "boolean",
160
- "description": "是否禁用"
161
- },
162
- "vxe-radio-button/strict": {
163
- "type": "boolean",
164
- "description": "严格模式,选中后不能取消"
165
- },
166
- "vxe-checkbox/model-value": {
167
- "type": "string | number | boolean",
168
- "description": "v-model 绑定值"
169
- },
170
- "vxe-checkbox/label": {
171
- "type": "string",
172
- "description": "只对 checkbox-group 有效,值"
173
- },
174
- "vxe-checkbox/content": {
175
- "type": "string",
176
- "description": "内容(支持开启国际化)"
177
- },
178
- "vxe-checkbox/size": {
179
- "type": "string",
180
- "description": "尺寸"
181
- },
182
- "vxe-checkbox/disabled": {
183
- "type": "boolean",
184
- "description": "是否禁用"
185
- },
186
- "vxe-checkbox/title": {
187
- "type": "string",
188
- "description": "标题"
189
- },
190
- "vxe-checkbox/indeterminate": {
191
- "type": "boolean",
192
- "description": "是否不确定状态"
193
- },
194
- "vxe-checkbox/checked-value": {
195
- "type": "string | number | boolean",
196
- "description": "选中时的值"
197
- },
198
- "vxe-checkbox/unchecked-value": {
199
- "type": "string | number | boolean",
200
- "description": "未选中时的值"
201
- },
202
- "vxe-checkbox-group/model-value": {
203
- "type": "any[]",
204
- "description": "v-model 绑定值"
205
- },
206
- "vxe-checkbox-group/max": {
207
- "type": "string, number",
208
- "description": "限制最大可选数量,默认无限制"
209
- },
210
- "vxe-checkbox-group/size": {
211
- "type": "string",
212
- "description": "尺寸"
213
- },
214
- "vxe-checkbox-group/disabled": {
215
- "type": "boolean",
216
- "description": "是否禁用"
217
- },
218
- "vxe-checkbox-group/options": {
219
- "type": "{ value, label, disabled }[]",
220
- "description": "选项列表"
221
- },
222
- "vxe-checkbox-group/option-props": {
223
- "type": "any",
224
- "description": "选项属性参数配置"
225
- },
226
- "vxe-switch/model-value": {
227
- "type": "string | number | boolean",
228
- "description": "v-model 绑定值"
229
- },
230
- "vxe-switch/disabled": {
231
- "type": "boolean",
232
- "description": "是否禁用"
233
- },
234
- "vxe-switch/size": {
235
- "type": "string",
236
- "description": "尺寸"
237
- },
238
- "vxe-switch/open-label": {
239
- "type": "string",
240
- "description": "打开时显示的文字"
241
- },
242
- "vxe-switch/close-label": {
243
- "type": "string",
244
- "description": "关闭时显示的文字"
245
- },
246
- "vxe-switch/open-value": {
247
- "type": "string | number | boolean",
248
- "description": "打开时的值"
249
- },
250
- "vxe-switch/close-value": {
251
- "type": "string | number | boolean",
252
- "description": "关闭时的值"
253
- },
254
- "vxe-switch/open-icon": {
255
- "type": "string",
256
- "description": "打开时的图标"
257
- },
258
- "vxe-switch/close-icon": {
259
- "type": "string",
260
- "description": "关闭时的图标"
261
- },
262
- "vxe-input/model-value": {
263
- "type": "any",
264
- "description": "v-model 绑定值"
265
- },
266
- "vxe-input/size": {
267
- "type": "string",
268
- "description": "尺寸"
269
- },
270
- "vxe-input/type": {
271
- "type": "string",
272
- "description": "渲染类型"
273
- },
274
- "vxe-input/name": {
275
- "type": "string",
276
- "description": "原生 name 属性"
277
- },
278
- "vxe-input/form": {
279
- "type": "string",
280
- "description": "原生 form 属性"
281
- },
282
- "vxe-input/clearable": {
283
- "type": "boolean",
284
- "description": "当有值时,是否在右侧显示清除按钮"
285
- },
286
- "vxe-input/placeholder": {
287
- "type": "string",
288
- "description": "当值为空时,显示的占位符"
289
- },
290
- "vxe-input/autocomplete": {
291
- "type": "string",
292
- "description": "原生 autocomplete 属性"
293
- },
294
- "vxe-input/maxlength": {
295
- "type": "string | number",
296
- "description": "原生 maxlength 属性"
297
- },
298
- "vxe-input/multiple": {
299
- "type": "boolean",
300
- "description": "只对 type=date|week|month|quarter|year 有效,是否启用多选"
301
- },
302
- "vxe-input/readonly": {
303
- "type": "boolean",
304
- "description": "是否只读"
305
- },
306
- "vxe-input/disabled": {
307
- "type": "boolean",
308
- "description": "是否禁用"
309
- },
310
- "vxe-input/class-name": {
311
- "type": "string",
312
- "description": "附加 className"
313
- },
314
- "vxe-input/prefix-icon": {
315
- "type": "string",
316
- "description": "头部图标"
317
- },
318
- "vxe-input/suffix-icon": {
319
- "type": "string",
320
- "description": "尾部图标"
321
- },
322
- "vxe-input/min": {
323
- "type": "string | number",
324
- "description": "只对 type=number|integer|float 有效,最小值"
325
- },
326
- "vxe-input/max": {
327
- "type": "string | number",
328
- "description": "只对 type=number|integer|float 有效,最大值"
329
- },
330
- "vxe-input/step": {
331
- "type": "number | string",
332
- "description": "只对 type=number|integer|float 有效,数字间隔"
333
- },
334
- "vxe-input/digits": {
335
- "type": "number | string",
336
- "description": "只对 type=float 有效,小数位数"
337
- },
338
- "vxe-input/align": {
339
- "type": "string",
340
- "description": "内容对齐方式"
341
- },
342
- "vxe-input/exponential": {
343
- "type": "boolean",
344
- "description": "只对 type=number|integer|float 有效,数值是否允许输入科学计数"
345
- },
346
- "vxe-input/controls": {
347
- "type": "boolean",
348
- "description": "只对 type=number|integer|float 有效,是否显示控制按钮"
349
- },
350
- "vxe-input/show-word-count": {
351
- "type": "boolean",
352
- "description": "只对 type=text|search 有效,是否显示字数统计"
353
- },
354
- "vxe-input/count-method": {
355
- "type": "boolean",
356
- "description": "只对 showWordCount 有效,自定义字数计算方法"
357
- },
358
- "vxe-input/start-date": {
359
- "type": "number | string | date",
360
- "description": "只对 type=date|datetime|week|month|quarter|year 有效,设置面板起始日期"
361
- },
362
- "vxe-input/end-date": {
363
- "type": "number | string | date",
364
- "description": "只对 type=date|datetime|week|month|quarter|year 有效,设置面板结束日期"
365
- },
366
- "vxe-input/start-week": {
367
- "type": "number | string",
368
- "description": "即将废弃,请使用 start-day"
369
- },
370
- "vxe-input/start-day": {
371
- "type": "number | string",
372
- "description": "设置每周的起始日期是星期几"
373
- },
374
- "vxe-input/select-day": {
375
- "type": "number | string",
376
- "description": "只对 type=week 有效,设置周视图选中后返回星期几"
377
- },
378
- "vxe-input/label-format": {
379
- "type": "string",
380
- "description": "只对 type=date|datetime|week|month|quarter|year 有效,输入框中显示的日期格式"
381
- },
382
- "vxe-input/value-format": {
383
- "type": "string",
384
- "description": "只对 type=date|datetime|week|month|quarter|year 有效,绑定值的返回格式,默认返回 Date 类型,如果指定格式则返回字符串"
385
- },
386
- "vxe-input/editable": {
387
- "type": "boolean",
388
- "description": "只对 type=date|time|datetime|week|month|quarter|year 有效,文本框是否允许输入"
389
- },
390
- "vxe-input/disabled-method": {
391
- "type": "({ date, viewtype }) => boolean",
392
- "description": "只对 type=date|datetime|week|month|quarter|year 有效,该方法的返回值用来决定该日期是否允许选中"
393
- },
394
- "vxe-input/festival-method": {
395
- "type": "({ date, viewtype }) => any",
396
- "description": "只对 type=date|datetime|week|month|quarter|year 有效,该方法用于返回对应日期显示的节日"
397
- },
398
- "vxe-input/transfer": {
399
- "type": "boolean",
400
- "description": "只对 type=date|time|datetime|week|month|quarter|year 有效,是否将弹框容器插入于 body 内(对于嵌入到表格或者弹窗中被遮挡时需要设置为 true)"
401
- },
402
- "vxe-select/model-value": {
403
- "type": "any",
404
- "description": "v-model 绑定值"
405
- },
406
- "vxe-select/max": {
407
- "type": "string, number",
408
- "description": "限制最大可选数量,默认无限制"
409
- },
410
- "vxe-select/size": {
411
- "type": "string",
412
- "description": "尺寸"
413
- },
414
- "vxe-select/multiple": {
415
- "type": "boolean",
416
- "description": "是否多选"
417
- },
418
- "vxe-select/multi-char-overflow": {
419
- "type": "number, string",
420
- "description": "只对 multiple 有效,设置多选中每个选项显示值的最大字符数,如果超出显示省略号;如果为 -1 则关闭"
421
- },
422
- "vxe-select/clearable": {
423
- "type": "boolean",
424
- "description": "当有值时,是否在右侧显示清除按钮"
425
- },
426
- "vxe-select/placeholder": {
427
- "type": "string",
428
- "description": "空值显示的占位符"
429
- },
430
- "vxe-select/class-name": {
431
- "type": "string | (({}) => string)",
432
- "description": "给选择器附加 className"
433
- },
434
- "vxe-select/popup-class-name": {
435
- "type": "string | (({}) => string)",
436
- "description": "给下拉容器附加 className"
437
- },
438
- "vxe-select/visible": {
439
- "type": "boolean",
440
- "description": "是否显示"
441
- },
442
- "vxe-select/disabled": {
443
- "type": "boolean",
444
- "description": "是否禁用"
445
- },
446
- "vxe-select/prefix-icon": {
447
- "type": "string",
448
- "description": "头部图标"
449
- },
450
- "vxe-select/placement": {
451
- "type": "string",
452
- "description": "固定显示下拉面板的方向"
453
- },
454
- "vxe-select/options": {
455
- "type": "any[]",
456
- "description": "下拉选项列表"
457
- },
458
- "vxe-select/option-props": {
459
- "type": "any",
460
- "description": "下拉选项属性参数配置"
461
- },
462
- "vxe-select/option-groups": {
463
- "type": "any[]",
464
- "description": "下拉分组选项列表"
465
- },
466
- "vxe-select/option-group-props": {
467
- "type": "any",
468
- "description": "下拉分组选项属性参数配置"
469
- },
470
- "vxe-select/option-config": {
471
- "type": "any",
472
- "description": "选项配置信息"
473
- },
474
- "vxe-select/option-id": {
475
- "type": "string",
476
- "description": "已废弃,被 option-config.keyField 替换"
477
- },
478
- "vxe-select/option-key": {
479
- "type": "boolean",
480
- "description": "已废弃,被 option-config.useKey 替换"
481
- },
482
- "vxe-select/filterable": {
483
- "type": "boolean",
484
- "description": "是否启用下拉过滤功能"
485
- },
486
- "vxe-select/filter-method": {
487
- "type": "({ searchvalue, option, group }) => boolean",
488
- "description": "只对 filterable 有效,自定义过滤方法"
489
- },
490
- "vxe-select/transfer": {
491
- "type": "boolean",
492
- "description": "是否将弹框容器插入于 body 内(对于嵌入到表格或者弹窗中被遮挡时需要设置为 true)"
493
- },
494
- "vxe-optgroup/label": {
495
- "type": "string | number | boolean",
496
- "description": "显示内容"
497
- },
498
- "vxe-optgroup/visible": {
499
- "type": "boolean",
500
- "description": "是否显示"
501
- },
502
- "vxe-optgroup/class-name": {
503
- "type": "string | ((params: { option }) => string)",
504
- "description": "附加 className"
505
- },
506
- "vxe-optgroup/disabled": {
507
- "type": "boolean",
508
- "description": "是否禁用"
509
- },
510
- "vxe-option/value": {
511
- "type": "any",
512
- "description": "v-model 绑定值"
513
- },
514
- "vxe-option/label": {
515
- "type": "string | number | boolean",
516
- "description": "显示内容"
517
- },
518
- "vxe-option/visible": {
519
- "type": "boolean",
520
- "description": "是否显示"
521
- },
522
- "vxe-option/class-name": {
523
- "type": "string | ((params: { option }) => string)",
524
- "description": "附加 className"
525
- },
526
- "vxe-option/disabled": {
527
- "type": "boolean",
528
- "description": "是否禁用"
529
- },
530
- "vxe-button/content": {
531
- "type": "string",
532
- "description": "内容(支持开启国际化)"
533
- },
534
- "vxe-button/mode": {
535
- "type": "string",
536
- "description": "按钮模式,支持文本和按钮"
537
- },
538
- "vxe-button/title": {
539
- "type": "string",
540
- "description": "标题"
541
- },
542
- "vxe-button/type": {
543
- "type": "string",
544
- "description": "原生按钮类型"
545
- },
546
- "vxe-button/size": {
547
- "type": "string",
548
- "description": "尺寸"
549
- },
550
- "vxe-button/name": {
551
- "type": "string | number",
552
- "description": "用来标识这一项"
553
- },
554
- "vxe-button/icon": {
555
- "type": "string",
556
- "description": "前缀图标"
557
- },
558
- "vxe-button/round": {
559
- "type": "boolean",
560
- "description": "圆角边框"
561
- },
562
- "vxe-button/circle": {
563
- "type": "boolean",
564
- "description": "圆角按钮"
565
- },
566
- "vxe-button/status": {
567
- "type": "string",
568
- "description": "按钮的图标"
569
- },
570
- "vxe-button/disabled": {
571
- "type": "boolean",
572
- "description": "是否禁用"
573
- },
574
- "vxe-button/class-name": {
575
- "type": "string | (({}) => string)",
576
- "description": "给展示容器附加 className"
577
- },
578
- "vxe-button/popup-class-name": {
579
- "type": "string | (({}) => string)",
580
- "description": "给下拉容器附加 className"
581
- },
582
- "vxe-button/loading": {
583
- "type": "boolean",
584
- "description": "是否加载中"
585
- },
586
- "vxe-button/placement": {
587
- "type": "string",
588
- "description": "固定显示下拉面板的方向"
589
- },
590
- "vxe-button/destroy-on-close": {
591
- "type": "boolean",
592
- "description": "在下拉容器关闭时销毁内容"
593
- },
594
- "vxe-button/transfer": {
595
- "type": "boolean",
596
- "description": "是否将弹框容器插入于 body 内(对于嵌入到表格或者弹窗中被遮挡时需要设置为 true)"
597
- },
598
- "vxe-button-group/mode": {
599
- "type": "string",
600
- "description": "按钮模式,支持文本和按钮"
601
- },
602
- "vxe-button-group/size": {
603
- "type": "string",
604
- "description": "尺寸"
605
- },
606
- "vxe-button-group/status": {
607
- "type": "string",
608
- "description": "按钮的图标"
609
- },
610
- "vxe-button-group/round": {
611
- "type": "boolean",
612
- "description": "圆角边框"
613
- },
614
- "vxe-button-group/circle": {
615
- "type": "boolean",
616
- "description": "圆角按钮"
617
- },
618
- "vxe-button-group/disabled": {
619
- "type": "boolean",
620
- "description": "是否禁用"
621
- },
622
- "vxe-button-group/class-name": {
623
- "type": "string | (({}) => string)",
624
- "description": "给展示容器附加 className"
625
- },
626
- "vxe-button-group/options": {
627
- "type": "array",
628
- "description": "按钮列表"
629
- },
630
- "vxe-tooltip/model-value": {
631
- "type": "boolean",
632
- "description": "是否显示"
633
- },
634
- "vxe-tooltip/content": {
635
- "type": "string | number",
636
- "description": "显示内容"
637
- },
638
- "vxe-tooltip/trigger": {
639
- "type": "string",
640
- "description": "触发方式"
641
- },
642
- "vxe-tooltip/theme": {
643
- "type": "string",
644
- "description": "主题样式"
645
- },
646
- "vxe-tooltip/popup-class-name": {
647
- "type": "string | (({}) => string)",
648
- "description": "给下拉容器附加 className"
649
- },
650
- "vxe-tooltip/z-index": {
651
- "type": "number",
652
- "description": "自定义堆叠顺序(对于某些特殊场景,比如被遮挡时可能会用到)"
653
- },
654
- "vxe-tooltip/is-arrow": {
655
- "type": "boolean",
656
- "description": "是否显示箭头"
657
- },
658
- "vxe-tooltip/enterable": {
659
- "type": "boolean",
660
- "description": "鼠标是否可进入到 tooltip 中"
661
- },
662
- "vxe-tooltip/enter-delay": {
663
- "type": "number",
664
- "description": "鼠标移入后延时多少才显示 tooltip"
665
- },
666
- "vxe-tooltip/leavedelay": {
667
- "type": "number",
668
- "description": "鼠标移出后延时多少才隐藏 tooltip"
669
- },
670
- "vxe-modal/model-value": {
671
- "type": "any",
672
- "description": "v-model 绑定值"
673
- },
674
- "vxe-modal/size": {
675
- "type": "string",
676
- "description": "尺寸"
677
- },
678
- "vxe-modal/loading": {
679
- "type": "boolean",
680
- "description": "是否加载中"
681
- },
682
- "vxe-modal/id": {
683
- "type": "string",
684
- "description": "设置唯一的 id(对于 Message 防止重复弹出 或 Storage 拖动状态保存等场景可能会用到)"
685
- },
686
- "vxe-modal/title": {
687
- "type": "string",
688
- "description": "窗口的标题(支持开启国际化)"
689
- },
690
- "vxe-modal/type": {
691
- "type": "string",
692
- "description": "窗口类型"
693
- },
694
- "vxe-modal/status": {
695
- "type": "string",
696
- "description": "confirm"
697
- },
698
- "vxe-modal/class-name": {
699
- "type": "string",
700
- "description": "给窗口附加 className"
701
- },
702
- "vxe-modal/icon-status": {
703
- "type": "string",
704
- "description": "自定义状态图标"
705
- },
706
- "vxe-modal/content": {
707
- "type": "string",
708
- "description": "显示的文本(支持开启国际化)"
709
- },
710
- "vxe-modal/message": {
711
- "type": "string",
712
- "description": "请使用 content"
713
- },
714
- "vxe-modal/cancel-button-text": {
715
- "type": "string",
716
- "description": "只对 type=confirm 有效,取消按钮的文本内容"
717
- },
718
- "vxe-modal/confirm-button-text": {
719
- "type": "string",
720
- "description": "只对 type=alert|confirm 有效,确定按钮的文本内容"
721
- },
722
- "vxe-modal/show-header": {
723
- "type": "boolean",
724
- "description": "是否显示头部"
725
- },
726
- "vxe-modal/show-footer": {
727
- "type": "boolean",
728
- "description": "是否显示底部"
729
- },
730
- "vxe-modal/lock-view": {
731
- "type": "boolean",
732
- "description": "是否锁住页面,不允许窗口之外的任何操作"
733
- },
734
- "vxe-modal/lock-scroll": {
735
- "type": "boolean",
736
- "description": "是否锁住滚动条,不允许页面滚动"
737
- },
738
- "vxe-modal/mask": {
739
- "type": "boolean",
740
- "description": "是否显示遮罩层"
741
- },
742
- "vxe-modal/mask-closable": {
743
- "type": "boolean",
744
- "description": "是否允许点击遮罩层关闭窗口"
745
- },
746
- "vxe-modal/esc-closable": {
747
- "type": "boolean",
748
- "description": "是否允许按 Esc 键关闭窗口"
749
- },
750
- "vxe-modal/show-zoom": {
751
- "type": "boolean",
752
- "description": "标题是否标显示最大化与还原按钮"
753
- },
754
- "vxe-modal/show-close": {
755
- "type": "boolean",
756
- "description": "是否显示关闭按钮"
757
- },
758
- "vxe-modal/resize": {
759
- "type": "boolean",
760
- "description": "是否允许窗口边缘拖动调整窗口大小"
761
- },
762
- "vxe-modal/margin-size": {
763
- "type": "number",
764
- "description": "只对 resize 启用后有效,用于设置可拖动界限范围,如果为负数则允许拖动超出屏幕边界"
765
- },
766
- "vxe-modal/duration": {
767
- "type": "number | string",
768
- "description": "只对 type=message 有效,自动关闭的延时,如果为 -1 禁用自动关闭"
769
- },
770
- "vxe-modal/width": {
771
- "type": "number | string",
772
- "description": "窗口的宽度"
773
- },
774
- "vxe-modal/height": {
775
- "type": "number | string",
776
- "description": "窗口的高度"
777
- },
778
- "vxe-modal/min-width": {
779
- "type": "number | string",
780
- "description": "窗口的最小宽度"
781
- },
782
- "vxe-modal/min-height": {
783
- "type": "number | string",
784
- "description": "窗口的最小高度"
785
- },
786
- "vxe-modal/top": {
787
- "type": "number | string",
788
- "description": "只对 type=message 有效,消息距离顶部的位置"
789
- },
790
- "vxe-modal/position": {
791
- "type": "any",
792
- "description": "只对 type=modal 有效,窗口的默认位置,可以设置为 center 居中显示"
793
- },
794
- "vxe-modal/z-index": {
795
- "type": "number",
796
- "description": "自定义堆叠顺序(对于某些特殊场景,比如被遮挡时可能会用到)"
797
- },
798
- "vxe-modal/show-title-overflow": {
799
- "type": "boolean",
800
- "description": "设置标题内容过长时显示为省略号"
801
- },
802
- "vxe-modal/transfer": {
803
- "type": "boolean",
804
- "description": "是否将弹框容器插入于 body 内"
805
- },
806
- "vxe-modal/fullscreen": {
807
- "type": "boolean",
808
- "description": "窗口打开时自动最大化显示"
809
- },
810
- "vxe-modal/draggable": {
811
- "type": "boolean",
812
- "description": "是否启用窗口拖动"
813
- },
814
- "vxe-modal/dblclick-zoom": {
815
- "type": "boolean",
816
- "description": "只对 type=modal 有效,是否允许通过双击头部放大或还原窗口"
817
- },
818
- "vxe-modal/remember": {
819
- "type": "boolean",
820
- "description": "记忆功能,会记住最后操作状态,再次打开窗口时还原窗口状态"
821
- },
822
- "vxe-modal/destroy-on-close": {
823
- "type": "boolean",
824
- "description": "在窗口关闭时销毁内容"
825
- },
826
- "vxe-modal/storage": {
827
- "type": "boolean",
828
- "description": "是否启用 localStorage 本地保存,会将窗口拖动的状态保存到本地(需要有 id)"
829
- },
830
- "vxe-modal/before-hide-method": {
831
- "type": "({ type }) => error | promise<any>",
832
- "description": "在窗口隐藏之前执行,可以返回 Error 阻止关闭,支持异步"
833
- },
834
- "vxe-form/data": {
835
- "type": "any",
836
- "description": "表单数据"
837
- },
838
- "vxe-form/loading": {
839
- "type": "boolean",
840
- "description": "是否加载中"
841
- },
842
- "vxe-form/span": {
843
- "type": "string | number",
844
- "description": "所有项的栅格占据的列数(共 24 分栏)"
845
- },
846
- "vxe-form/align": {
847
- "type": "string",
848
- "description": "所有项的内容对齐方式"
849
- },
850
- "vxe-form/size": {
851
- "type": "string",
852
- "description": "尺寸"
853
- },
854
- "vxe-form/title-align": {
855
- "type": "string",
856
- "description": "所有项的标题对齐方式"
857
- },
858
- "vxe-form/title-width": {
859
- "type": "string | number",
860
- "description": "所有项的标题宽度"
861
- },
862
- "vxe-form/title-colon": {
863
- "type": "boolean",
864
- "description": "是否显示标题冒号"
865
- },
866
- "vxe-form/title-asterisk": {
867
- "type": "boolean",
868
- "description": "是否显示必填字段的红色星号"
869
- },
870
- "vxe-form/title-overflow": {
871
- "type": "string | boolean",
872
- "description": "所有设置标题内容过长时显示为省略号"
873
- },
874
- "vxe-form/vertical": {
875
- "type": "boolean",
876
- "description": "所有项使用垂直布局"
877
- },
878
- "vxe-form/class-name": {
879
- "type": "string, ({ data }) => string",
880
- "description": "给表单附加 className"
881
- },
882
- "vxe-form/collapse-status": {
883
- "type": "boolean",
884
- "description": "v-model 绑定值,折叠状态"
885
- },
886
- "vxe-form/custom-layout": {
887
- "type": "boolean",
888
- "description": "是否使用自定义布局"
889
- },
890
- "vxe-form/items": {
891
- "type": "any[]",
892
- "description": "项列表"
893
- },
894
- "vxe-form/rules": {
895
- "type": "{ [field: string]: vxeformdefines.formrule[] }",
896
- "description": "校验规则配置项"
897
- },
898
- "vxe-form/prevent-submit": {
899
- "type": "boolean",
900
- "description": "是否禁用默认的回车提交方式,禁用后配合 validate() 方法可以更加自由的控制提交逻辑"
901
- },
902
- "vxe-form/valid-config": {
903
- "type": "any",
904
- "description": "检验配置项"
905
- },
906
- "vxe-form-item/field": {
907
- "type": "string",
908
- "description": "字段名"
909
- },
910
- "vxe-form-item/title": {
911
- "type": "string",
912
- "description": "标题(支持开启国际化)"
913
- },
914
- "vxe-form-item/span": {
915
- "type": "string | number",
916
- "description": "栅格占据的列数(共 24 分栏)"
917
- },
918
- "vxe-form-item/align": {
919
- "type": "string",
920
- "description": "内容对齐方式"
921
- },
922
- "vxe-form-item/title-align": {
923
- "type": "string",
924
- "description": "标题对齐方式"
925
- },
926
- "vxe-form-item/title-width": {
927
- "type": "string | number",
928
- "description": "标题宽度"
929
- },
930
- "vxe-form-item/title-colon": {
931
- "type": "boolean",
932
- "description": "是否显示标题冒号"
933
- },
934
- "vxe-form-item/title-asterisk": {
935
- "type": "boolean",
936
- "description": "是否显示必填字段的红色星号"
937
- },
938
- "vxe-form-item/title-overflow": {
939
- "type": "string | boolean",
940
- "description": "标题内容过长时显示为省略号"
941
- },
942
- "vxe-form-item/show-title": {
943
- "type": "boolean",
944
- "description": "是否显示标题"
945
- },
946
- "vxe-form-item/vertical": {
947
- "type": "boolean",
948
- "description": "使用垂直布局"
949
- },
950
- "vxe-form-item/class-name": {
951
- "type": "string, ({ field, data }) => string",
952
- "description": "给表单项附加 className"
953
- },
954
- "vxe-form-item/content-class-name": {
955
- "type": "string, ({ field, data }) => string",
956
- "description": "给表单项内容附加 className"
957
- },
958
- "vxe-form-item/content-style": {
959
- "type": "{ [name: string]: string }, ({ field, data }) => string",
960
- "description": "给表单项内容附加样式"
961
- },
962
- "vxe-form-item/visible": {
963
- "type": "boolean",
964
- "description": "默认是否显示"
965
- },
966
- "vxe-form-item/visible-method": {
967
- "type": "({ data }) => boolean",
968
- "description": "该方法的返回值用来决定该项是否显示"
969
- },
970
- "vxe-form-item/folding": {
971
- "type": "boolean",
972
- "description": "默认收起"
973
- },
974
- "vxe-form-item/collapse-node": {
975
- "type": "boolean",
976
- "description": "折叠节点"
977
- },
978
- "vxe-form-item/title-prefix": {
979
- "type": "any",
980
- "description": "前缀配置项"
981
- },
982
- "vxe-form-item/title-suffix": {
983
- "type": "any",
984
- "description": "后缀配置项"
985
- },
986
- "vxe-form-item/reset-value": {
987
- "type": "any",
988
- "description": "重置时的默认值"
989
- },
990
- "vxe-form-item/item-render": {
991
- "type": "any",
992
- "description": "项渲染器配置项"
993
- },
994
- "vxe-form-gather/span": {
995
- "type": "string | number",
996
- "description": "栅格占据的列数(共 24 分栏)"
997
- },
998
- "vxe-form-gather/class-name": {
999
- "type": "string, ({ field, data }) => string",
1000
- "description": "给表单项附加 className"
1001
- },
1002
- "vxe-list/data": {
1003
- "type": "any[]",
1004
- "description": "列表数据"
1005
- },
1006
- "vxe-list/size": {
1007
- "type": "string",
1008
- "description": "尺寸"
1009
- },
1010
- "vxe-list/loading": {
1011
- "type": "boolean",
1012
- "description": "是否加载中"
1013
- },
1014
- "vxe-list/height": {
1015
- "type": "number | string",
1016
- "description": "列表高度"
1017
- },
1018
- "vxe-list/class-name": {
1019
- "type": "string",
1020
- "description": "附加 className"
1021
- },
1022
- "vxe-list/auto-resize": {
1023
- "type": "boolean",
1024
- "description": "自动监听父元素的变化去重新计算列表(对于父元素可能存在动态变化的场景可能会用到)"
1025
- },
1026
- "vxe-list/sync-resize": {
1027
- "type": "boolean | string | number",
1028
- "description": "自动跟随某个属性的变化去重新计算列表,和手动调用 recalculate 方法是一样的效果(对于通过某个属性来控制显示/隐藏切换的场景可能会用到)"
1029
- },
1030
- "vxe-list/scroll-y": {
1031
- "type": "any",
1032
- "description": "纵向虚拟滚动配置"
1033
- },
1034
- "vxe-pulldown/model-value": {
1035
- "type": "boolean",
1036
- "description": "v-model 绑定值"
1037
- },
1038
- "vxe-pulldown/size": {
1039
- "type": "string",
1040
- "description": "尺寸"
1041
- },
1042
- "vxe-pulldown/class-name": {
1043
- "type": "string | (({}) => string)",
1044
- "description": "给展示容器附加 className"
1045
- },
1046
- "vxe-pulldown/popup-class-name": {
1047
- "type": "string | (({}) => string)",
1048
- "description": "给下拉容器附加 className"
1049
- },
1050
- "vxe-pulldown/disabled": {
1051
- "type": "boolean",
1052
- "description": "是否禁用"
1053
- },
1054
- "vxe-pulldown/placement": {
1055
- "type": "string",
1056
- "description": "固定显示下拉面板的方向"
1057
- },
1058
- "vxe-pulldown/destroy-on-close": {
1059
- "type": "boolean",
1060
- "description": "在下拉容器关闭时销毁内容"
1061
- },
1062
- "vxe-pulldown/transfer": {
1063
- "type": "boolean",
1064
- "description": "是否将弹框容器插入于 body 内(对于嵌入到表格或者弹窗中被遮挡时需要设置为 true)"
1065
- }
1066
- }
1
+ {"vxe-anchor/model-value":{"type":"string"},"vxe-anchor/options":{"type":"any[]"},"vxe-anchor/container":{"type":"string | element | ((params) => element)"},"vxe-anchor/show-marker":{"type":"boolean"},"vxe-anchor-link/content":{"type":"string"},"vxe-anchor-link/title":{"type":"string"},"vxe-anchor-link/href":{"type":"string"},"vxe-button/content":{"type":"string","description":"内容(支持开启国际化)"},"vxe-button/mode":{"type":"string","description":"按钮模式,支持文本和按钮"},"vxe-button/title":{"type":"string"},"vxe-button/type":{"type":"string","description":"原生按钮类型"},"vxe-button/size":{"type":"string","description":"尺寸"},"vxe-button/name":{"type":"string | number","description":"用来标识这一项"},"vxe-button/icon":{"type":"string","description":"前缀图标"},"vxe-button/round":{"type":"boolean","description":"圆角边框"},"vxe-button/circle":{"type":"boolean","description":"圆角按钮"},"vxe-button/status":{"type":"string","description":"按钮的图标"},"vxe-button/disabled":{"type":"boolean","description":"是否禁用"},"vxe-button/class-name":{"type":"string | (({}) => string)","description":"给展示容器附加 className"},"vxe-button/popup-class-name":{"type":"string | (({}) => string)","description":"给下拉容器附加 className"},"vxe-button/loading":{"type":"boolean","description":"是否加载中"},"vxe-button/placement":{"type":"string","description":"固定显示下拉面板的方向"},"vxe-button/destroy-on-close":{"type":"boolean","description":"在下拉容器关闭时销毁内容"},"vxe-button/transfer":{"type":"boolean","description":"是否将弹框容器插入于 body 内(对于嵌入到表格或者弹窗中被遮挡时需要设置为 true)"},"vxe-button-group/mode":{"type":"string","description":"按钮模式,支持文本和按钮"},"vxe-button-group/size":{"type":"string","description":"尺寸"},"vxe-button-group/status":{"type":"string","description":"按钮的图标"},"vxe-button-group/round":{"type":"boolean","description":"圆角边框"},"vxe-button-group/circle":{"type":"boolean","description":"圆角按钮"},"vxe-button-group/disabled":{"type":"boolean","description":"是否禁用"},"vxe-button-group/class-name":{"type":"string | (({}) => string)","description":"给展示容器附加 className"},"vxe-button-group/options":{"type":"array","description":"按钮列表"},"vxe-checkbox/model-value":{"type":"string | number | boolean","description":"v-model 绑定值"},"vxe-checkbox/label":{"type":"string","description":"只对 checkbox-group 有效,值"},"vxe-checkbox/content":{"type":"string","description":"内容(支持开启国际化)"},"vxe-checkbox/size":{"type":"string","description":"尺寸"},"vxe-checkbox/disabled":{"type":"boolean","description":"是否禁用"},"vxe-checkbox/title":{"type":"string","description":"标题"},"vxe-checkbox/indeterminate":{"type":"boolean","description":"是否不确定状态"},"vxe-checkbox/checked-value":{"type":"string | number | boolean","description":"选中时的值"},"vxe-checkbox/unchecked-value":{"type":"string | number | boolean","description":"未选中时的值"},"vxe-checkbox-group/model-value":{"type":"any[]","description":"v-model 绑定值"},"vxe-checkbox-group/max":{"type":"string, number","description":"限制最大可选数量,默认无限制"},"vxe-checkbox-group/size":{"type":"string","description":"尺寸"},"vxe-checkbox-group/disabled":{"type":"boolean","description":"是否禁用"},"vxe-checkbox-group/options":{"type":"{ value, label, disabled }[]","description":"选项列表"},"vxe-checkbox-group/option-props":{"type":"any","description":"选项属性参数配置"},"vxe-drawer/model-value":{"type":"any","description":"v-model 绑定值"},"vxe-drawer/size":{"type":"string","description":"尺寸"},"vxe-drawer/loading":{"type":"boolean","description":"是否加载中"},"vxe-drawer/title":{"type":"string","description":"窗口的标题(支持开启国际化)"},"vxe-drawer/class-name":{"type":"string","description":"给窗口附加 className"},"vxe-drawer/content":{"type":"string","description":"显示的文本(支持开启国际化)"},"vxe-drawer/show-cancel-button":{"type":"boolean","description":"是否显示取消按钮"},"vxe-drawer/cancel-button-text":{"type":"string","description":"只对 type=confirm 有效,取消按钮的文本内容"},"vxe-drawer/show-confirm-button":{"type":"boolean","description":"是否显示取消按钮"},"vxe-drawer/confirm-button-text":{"type":"string","description":"只对 type=alert|confirm 有效,确定按钮的文本内容"},"vxe-drawer/show-header":{"type":"boolean","description":"是否显示头部"},"vxe-drawer/show-footer":{"type":"boolean","description":"是否显示底部"},"vxe-drawer/lock-view":{"type":"boolean","description":"是否锁住页面,不允许窗口之外的任何操作"},"vxe-drawer/lock-scroll":{"type":"boolean","description":"是否锁住滚动条,不允许页面滚动"},"vxe-drawer/mask":{"type":"boolean","description":"是否显示遮罩层"},"vxe-drawer/mask-closable":{"type":"boolean","description":"是否允许点击遮罩层关闭窗口"},"vxe-drawer/esc-closable":{"type":"boolean","description":"是否允许按 Esc 键关闭窗口"},"vxe-drawer/show-close":{"type":"boolean","description":"是否显示关闭按钮"},"vxe-drawer/width":{"type":"number | string","description":"窗口的宽度"},"vxe-drawer/height":{"type":"number | string","description":"窗口的高度"},"vxe-drawer/position":{"type":"any","description":"只对 type=modal 有效,窗口的默认位置,可以设置为 center 居中显示"},"vxe-drawer/z-index":{"type":"number","description":"自定义堆叠顺序(对于某些特殊场景,比如被遮挡时可能会用到)"},"vxe-drawer/show-title-overflow":{"type":"boolean","description":"设置标题内容过长时显示为省略号"},"vxe-drawer/transfer":{"type":"boolean","description":"是否将弹框容器插入于 body 内"},"vxe-drawer/destroy-on-close":{"type":"boolean","description":"在窗口关闭时销毁内容"},"vxe-drawer/before-hide-method":{"type":"({ type }) => error | promise<any>","description":"在窗口隐藏之前执行,可以返回 Error 阻止关闭,支持异步"},"vxe-form/data":{"type":"any","description":"表单数据"},"vxe-form/loading":{"type":"boolean","description":"是否加载中"},"vxe-form/span":{"type":"string | number","description":"所有项的栅格占据的列数(共 24 分栏)"},"vxe-form/align":{"type":"string","description":"所有项的内容对齐方式"},"vxe-form/size":{"type":"string","description":"尺寸"},"vxe-form/title-align":{"type":"string","description":"所有项的标题对齐方式"},"vxe-form/title-width":{"type":"string | number","description":"所有项的标题宽度"},"vxe-form/title-colon":{"type":"boolean","description":"是否显示标题冒号"},"vxe-form/title-asterisk":{"type":"boolean","description":"是否显示必填字段的红色星号"},"vxe-form/title-overflow":{"type":"string | boolean","description":"所有设置标题内容过长时显示为省略号"},"vxe-form/vertical":{"type":"boolean","description":"所有项使用垂直布局"},"vxe-form/class-name":{"type":"string, ({ data }) => string","description":"给表单附加 className"},"vxe-form/collapse-status":{"type":"boolean","description":"v-model 绑定值,折叠状态"},"vxe-form/custom-layout":{"type":"boolean","description":"是否使用自定义布局"},"vxe-form/items":{"type":"any[]","description":"项列表"},"vxe-form/rules":{"type":"{ [field: string]: vxeformdefines.formrule[] }","description":"校验规则配置项"},"vxe-form/prevent-submit":{"type":"boolean","description":"是否禁用默认的回车提交方式,禁用后配合 validate() 方法可以更加自由的控制提交逻辑"},"vxe-form/valid-config":{"type":"any","description":"检验配置项"},"vxe-form-design/size":{"type":"string"},"vxe-form-design/height":{"type":"number | string"},"vxe-form-design/widgets":{"type":"any[]"},"vxe-form-design/form-config":{"type":"any"},"vxe-form-design/form-render":{"type":"any"},"vxe-form-gather/span":{"type":"string | number","description":"栅格占据的列数(共 24 分栏)"},"vxe-form-gather/class-name":{"type":"string, ({ field, data }) => string","description":"给表单项附加 className"},"vxe-form-item/field":{"type":"string","description":"字段名"},"vxe-form-item/title":{"type":"string","description":"标题(支持开启国际化)"},"vxe-form-item/span":{"type":"string | number","description":"栅格占据的列数(共 24 分栏)"},"vxe-form-item/align":{"type":"string","description":"内容对齐方式"},"vxe-form-item/title-align":{"type":"string","description":"标题对齐方式"},"vxe-form-item/title-width":{"type":"string | number","description":"标题宽度"},"vxe-form-item/title-colon":{"type":"boolean","description":"是否显示标题冒号"},"vxe-form-item/title-asterisk":{"type":"boolean","description":"是否显示必填字段的红色星号"},"vxe-form-item/title-overflow":{"type":"string | boolean","description":"标题内容过长时显示为省略号"},"vxe-form-item/show-title":{"type":"boolean","description":"是否显示标题"},"vxe-form-item/vertical":{"type":"boolean","description":"使用垂直布局"},"vxe-form-item/class-name":{"type":"string, ({ field, data }) => string","description":"给表单项附加 className"},"vxe-form-item/content-class-name":{"type":"string, ({ field, data }) => string","description":"给表单项内容附加 className"},"vxe-form-item/content-style":{"type":"{ [name: string]: string }, ({ field, data }) => string","description":"给表单项内容附加样式"},"vxe-form-item/visible":{"type":"boolean","description":"默认是否显示"},"vxe-form-item/visible-method":{"type":"({ data }) => boolean","description":"该方法的返回值用来决定该项是否显示"},"vxe-form-item/folding":{"type":"boolean","description":"默认收起"},"vxe-form-item/collapse-node":{"type":"boolean","description":"折叠节点"},"vxe-form-item/title-prefix":{"type":"any","description":"前缀配置项"},"vxe-form-item/title-suffix":{"type":"any","description":"后缀配置项"},"vxe-form-item/reset-value":{"type":"any","description":"重置时的默认值"},"vxe-form-item/item-render":{"type":"any","description":"项渲染器配置项"},"vxe-form-view/model-value":{"type":"any"},"vxe-form-view/config":{"type":"any"},"vxe-icon/name":{"type":"string","description":"图标名称"},"vxe-icon/status":{"type":"string","description":"状态颜色"},"vxe-icon/roll":{"type":"boolean","description":"旋转动画"},"vxe-input/model-value":{"type":"any","description":"v-model 绑定值"},"vxe-input/size":{"type":"string","description":"尺寸"},"vxe-input/type":{"type":"string","description":"渲染类型"},"vxe-input/name":{"type":"string","description":"原生 name 属性"},"vxe-input/form":{"type":"string","description":"原生 form 属性"},"vxe-input/clearable":{"type":"boolean","description":"当有值时,是否在右侧显示清除按钮"},"vxe-input/placeholder":{"type":"string","description":"当值为空时,显示的占位符"},"vxe-input/autocomplete":{"type":"string","description":"原生 autocomplete 属性"},"vxe-input/maxlength":{"type":"string | number","description":"原生 maxlength 属性"},"vxe-input/multiple":{"type":"boolean","description":"只对 type=date|week|month|quarter|year 有效,是否启用多选"},"vxe-input/readonly":{"type":"boolean","description":"是否只读"},"vxe-input/disabled":{"type":"boolean","description":"是否禁用"},"vxe-input/class-name":{"type":"string","description":"附加 className"},"vxe-input/prefix-icon":{"type":"string","description":"头部图标"},"vxe-input/suffix-icon":{"type":"string","description":"尾部图标"},"vxe-input/min":{"type":"string | number","description":"只对 type=number|integer|float 有效,最小值"},"vxe-input/max":{"type":"string | number","description":"只对 type=number|integer|float 有效,最大值"},"vxe-input/step":{"type":"number | string","description":"只对 type=number|integer|float 有效,数字间隔"},"vxe-input/digits":{"type":"number | string","description":"只对 type=float 有效,小数位数"},"vxe-input/align":{"type":"string","description":"内容对齐方式"},"vxe-input/exponential":{"type":"boolean","description":"只对 type=number|integer|float 有效,数值是否允许输入科学计数"},"vxe-input/controls":{"type":"boolean","description":"只对 type=number|integer|float 有效,是否显示控制按钮"},"vxe-input/show-word-count":{"type":"boolean","description":"只对 type=text|search 有效,是否显示字数统计"},"vxe-input/count-method":{"type":"boolean","description":"只对 showWordCount 有效,自定义字数计算方法"},"vxe-input/start-date":{"type":"number | string | date","description":"只对 type=date|datetime|week|month|quarter|year 有效,设置面板起始日期"},"vxe-input/end-date":{"type":"number | string | date","description":"只对 type=date|datetime|week|month|quarter|year 有效,设置面板结束日期"},"vxe-input/start-week":{"type":"number | string","description":"即将废弃,请使用 start-day"},"vxe-input/start-day":{"type":"number | string","description":"设置每周的起始日期是星期几"},"vxe-input/select-day":{"type":"number | string","description":"只对 type=week 有效,设置周视图选中后返回星期几"},"vxe-input/label-format":{"type":"string","description":"只对 type=date|datetime|week|month|quarter|year 有效,输入框中显示的日期格式"},"vxe-input/value-format":{"type":"string","description":"只对 type=date|datetime|week|month|quarter|year 有效,绑定值的返回格式,默认返回 Date 类型,如果指定格式则返回字符串"},"vxe-input/editable":{"type":"boolean","description":"只对 type=date|time|datetime|week|month|quarter|year 有效,文本框是否允许输入"},"vxe-input/disabled-method":{"type":"({ date, viewtype }) => boolean","description":"只对 type=date|datetime|week|month|quarter|year 有效,该方法的返回值用来决定该日期是否允许选中"},"vxe-input/festival-method":{"type":"({ date, viewtype }) => any","description":"只对 type=date|datetime|week|month|quarter|year 有效,该方法用于返回对应日期显示的节日"},"vxe-input/transfer":{"type":"boolean","description":"只对 type=date|time|datetime|week|month|quarter|year 有效,是否将弹框容器插入于 body 内(对于嵌入到表格或者弹窗中被遮挡时需要设置为 true)"},"vxe-list/data":{"type":"any[]","description":"列表数据"},"vxe-list/size":{"type":"string","description":"尺寸"},"vxe-list/loading":{"type":"boolean","description":"是否加载中"},"vxe-list/height":{"type":"number | string","description":"列表高度"},"vxe-list/class-name":{"type":"string","description":"附加 className"},"vxe-list/auto-resize":{"type":"boolean","description":"自动监听父元素的变化去重新计算列表(对于父元素可能存在动态变化的场景可能会用到)"},"vxe-list/sync-resize":{"type":"boolean | string | number","description":"自动跟随某个属性的变化去重新计算列表,和手动调用 recalculate 方法是一样的效果(对于通过某个属性来控制显示/隐藏切换的场景可能会用到)"},"vxe-list/scroll-y":{"type":"any","description":"纵向虚拟滚动配置"},"vxe-modal/model-value":{"type":"any","description":"v-model 绑定值"},"vxe-modal/size":{"type":"string","description":"尺寸"},"vxe-modal/loading":{"type":"boolean","description":"是否加载中"},"vxe-modal/id":{"type":"string","description":"设置唯一的 id(对于 Message 防止重复弹出 或 Storage 拖动状态保存等场景可能会用到)"},"vxe-modal/title":{"type":"string","description":"窗口的标题(支持开启国际化)"},"vxe-modal/type":{"type":"string","description":"窗口类型"},"vxe-modal/status":{"type":"string","description":"只对 type=alert | confirm | message 有效,消息状态"},"vxe-modal/class-name":{"type":"string","description":"给窗口附加 className"},"vxe-modal/icon-status":{"type":"string","description":"自定义状态图标"},"vxe-modal/content":{"type":"string","description":"显示的文本(支持开启国际化)"},"vxe-modal/message":{"type":"string","description":"请使用 content"},"vxe-modal/show-cancel-button":{"type":"boolean","description":"是否显示取消按钮"},"vxe-modal/cancel-button-text":{"type":"string","description":"只对 type=confirm 有效,取消按钮的文本内容"},"vxe-modal/show-confirm-button":{"type":"boolean","description":"是否显示取消按钮"},"vxe-modal/confirm-button-text":{"type":"string","description":"只对 type=alert|confirm 有效,确定按钮的文本内容"},"vxe-modal/show-header":{"type":"boolean","description":"是否显示头部"},"vxe-modal/show-footer":{"type":"boolean","description":"是否显示底部"},"vxe-modal/lock-view":{"type":"boolean","description":"是否锁住页面,不允许窗口之外的任何操作"},"vxe-modal/lock-scroll":{"type":"boolean","description":"是否锁住滚动条,不允许页面滚动"},"vxe-modal/mask":{"type":"boolean","description":"是否显示遮罩层"},"vxe-modal/mask-closable":{"type":"boolean","description":"是否允许点击遮罩层关闭窗口"},"vxe-modal/esc-closable":{"type":"boolean","description":"是否允许按 Esc 键关闭窗口"},"vxe-modal/show-zoom":{"type":"boolean","description":"标题是否标显示最大化与还原按钮"},"vxe-modal/show-close":{"type":"boolean","description":"是否显示关闭按钮"},"vxe-modal/resize":{"type":"boolean","description":"是否允许窗口边缘拖动调整窗口大小"},"vxe-modal/margin-size":{"type":"number","description":"只对 resize 启用后有效,用于设置可拖动界限范围,如果为负数则允许拖动超出屏幕边界"},"vxe-modal/duration":{"type":"number | string","description":"只对 type=message 有效,自动关闭的延时,如果为 -1 禁用自动关闭"},"vxe-modal/width":{"type":"number | string","description":"窗口的宽度"},"vxe-modal/height":{"type":"number | string","description":"窗口的高度"},"vxe-modal/min-width":{"type":"number | string","description":"窗口的最小宽度"},"vxe-modal/min-height":{"type":"number | string","description":"窗口的最小高度"},"vxe-modal/top":{"type":"number | string","description":"只对 type=message 有效,消息距离顶部的位置"},"vxe-modal/position":{"type":"any","description":"只对 type=modal 有效,窗口的默认位置,可以设置为 center 居中显示"},"vxe-modal/z-index":{"type":"number","description":"自定义堆叠顺序(对于某些特殊场景,比如被遮挡时可能会用到)"},"vxe-modal/show-title-overflow":{"type":"boolean","description":"设置标题内容过长时显示为省略号"},"vxe-modal/transfer":{"type":"boolean","description":"是否将弹框容器插入于 body 内"},"vxe-modal/fullscreen":{"type":"boolean","description":"窗口打开时自动最大化显示"},"vxe-modal/draggable":{"type":"boolean","description":"是否启用窗口拖动"},"vxe-modal/dblclick-zoom":{"type":"boolean","description":"只对 type=modal 有效,是否允许通过双击头部放大或还原窗口"},"vxe-modal/remember":{"type":"boolean","description":"记忆功能,会记住最后操作状态,再次打开窗口时还原窗口状态"},"vxe-modal/destroy-on-close":{"type":"boolean","description":"在窗口关闭时销毁内容"},"vxe-modal/storage":{"type":"boolean","description":"是否启用 localStorage 本地保存,会将窗口拖动的状态保存到本地(需要有 id)"},"vxe-modal/before-hide-method":{"type":"({ type }) => error | promise<any>","description":"在窗口隐藏之前执行,可以返回 Error 阻止关闭,支持异步"},"vxe-optgroup/label":{"type":"string | number | boolean","description":"显示内容"},"vxe-optgroup/visible":{"type":"boolean","description":"是否显示"},"vxe-optgroup/class-name":{"type":"string | ((params: { option }) => string)","description":"附加 className"},"vxe-optgroup/disabled":{"type":"boolean","description":"是否禁用"},"vxe-option/value":{"type":"any","description":"v-model 绑定值"},"vxe-option/label":{"type":"string | number | boolean","description":"显示内容"},"vxe-option/visible":{"type":"boolean","description":"是否显示"},"vxe-option/class-name":{"type":"string | ((params: { option }) => string)","description":"附加 className"},"vxe-option/disabled":{"type":"boolean","description":"是否禁用"},"vxe-pager/size":{"type":"string","description":"尺寸"},"vxe-pager/loading":{"type":"boolean","description":"是否加载中"},"vxe-pager/layouts":{"type":"string[]","description":"自定义布局"},"vxe-pager/current-page":{"type":"number","description":"当前页"},"vxe-pager/page-size":{"type":"number","description":"每页大小"},"vxe-pager/total":{"type":"number","description":"总条数"},"vxe-pager/pager-count":{"type":"number","description":"显示页码按钮的数量"},"vxe-pager/page-sizes":{"type":"number[] | array<{label: string, value: number}>","description":"每页大小选项列表"},"vxe-pager/align":{"type":"string","description":"对齐方式"},"vxe-pager/border":{"type":"boolean","description":"带边框"},"vxe-pager/background":{"type":"boolean","description":"带背景颜色"},"vxe-pager/class-name":{"type":"string, ({}) => string","description":"给分页附加 className"},"vxe-pager/auto-hidden":{"type":"boolean","description":"当只有一页时自动隐藏"},"vxe-pager/icon-prev-page":{"type":"string","description":"自定义上一页图标"},"vxe-pager/icon-jump-prev":{"type":"string","description":"自定义向上跳页图标"},"vxe-pager/icon-jump-next":{"type":"string","description":"自定义向下跳页图标"},"vxe-pager/iconnext-page":{"type":"string","description":"自定义下一页图标"},"vxe-pager/icon-jump-more":{"type":"string","description":"自定义跳页显示图标"},"vxe-pulldown/model-value":{"type":"boolean","description":"v-model 绑定值"},"vxe-pulldown/size":{"type":"string","description":"尺寸"},"vxe-pulldown/class-name":{"type":"string | (({}) => string)","description":"给展示容器附加 className"},"vxe-pulldown/popup-class-name":{"type":"string | (({}) => string)","description":"给下拉容器附加 className"},"vxe-pulldown/disabled":{"type":"boolean","description":"是否禁用"},"vxe-pulldown/placement":{"type":"string","description":"固定显示下拉面板的方向"},"vxe-pulldown/destroy-on-close":{"type":"boolean","description":"在下拉容器关闭时销毁内容"},"vxe-pulldown/transfer":{"type":"boolean","description":"是否将弹框容器插入于 body 内(对于嵌入到表格或者弹窗中被遮挡时需要设置为 true)"},"vxe-radio/model-value":{"type":"any","description":"v-model 绑定值"},"vxe-radio/label":{"type":"string","description":"值"},"vxe-radio/content":{"type":"string","description":"内容(支持开启国际化)"},"vxe-radio/size":{"type":"string","description":"尺寸"},"vxe-radio/disabled":{"type":"boolean","description":"是否禁用"},"vxe-radio/strict":{"type":"boolean","description":"严格模式,选中后不能取消"},"vxe-radio/name":{"type":"string","description":"原生 name 属性"},"vxe-radio-button/model-value":{"type":"any","description":"v-model 绑定值"},"vxe-radio-button/label":{"type":"string | number","description":"绑定值"},"vxe-radio-button/content":{"type":"string | number","description":"显示内容"},"vxe-radio-button/disabled":{"type":"boolean","description":"是否禁用"},"vxe-radio-button/strict":{"type":"boolean","description":"严格模式,选中后不能取消"},"vxe-radio-group/model-value":{"type":"any[]","description":"v-model 绑定值"},"vxe-radio-group/type":{"type":"string","description":"按钮类型"},"vxe-radio-group/size":{"type":"string","description":"尺寸"},"vxe-radio-group/disabled":{"type":"boolean","description":"是否禁用"},"vxe-radio-group/strict":{"type":"boolean","description":"严格模式,选中后不能取消"},"vxe-radio-group/options":{"type":"{ value, label, disabled }[]","description":"选项列表"},"vxe-radio-group/option-props":{"type":"any","description":"选项属性参数配置"},"vxe-select/model-value":{"type":"any","description":"v-model 绑定值"},"vxe-select/max":{"type":"string, number","description":"限制最大可选数量,默认无限制"},"vxe-select/size":{"type":"string","description":"尺寸"},"vxe-select/multiple":{"type":"boolean","description":"是否多选"},"vxe-select/multi-char-overflow":{"type":"number, string","description":"只对 multiple 有效,设置多选中每个选项显示值的最大字符数,如果超出显示省略号;如果为 -1 则关闭"},"vxe-select/clearable":{"type":"boolean","description":"当有值时,是否在右侧显示清除按钮"},"vxe-select/placeholder":{"type":"string","description":"空值显示的占位符"},"vxe-select/class-name":{"type":"string | (({}) => string)","description":"给选择器附加 className"},"vxe-select/popup-class-name":{"type":"string | (({}) => string)","description":"给下拉容器附加 className"},"vxe-select/visible":{"type":"boolean","description":"是否显示"},"vxe-select/disabled":{"type":"boolean","description":"是否禁用"},"vxe-select/prefix-icon":{"type":"string","description":"头部图标"},"vxe-select/placement":{"type":"string","description":"固定显示下拉面板的方向"},"vxe-select/options":{"type":"any[]","description":"下拉选项列表"},"vxe-select/option-props":{"type":"any","description":"下拉选项属性参数配置"},"vxe-select/option-groups":{"type":"any[]","description":"下拉分组选项列表"},"vxe-select/option-group-props":{"type":"any","description":"下拉分组选项属性参数配置"},"vxe-select/option-config":{"type":"any","description":"选项配置信息"},"vxe-select/option-id":{"type":"string","description":"已废弃,被 option-config.keyField 替换"},"vxe-select/option-key":{"type":"boolean","description":"已废弃,被 option-config.useKey 替换"},"vxe-select/filterable":{"type":"boolean","description":"是否启用下拉过滤功能"},"vxe-select/filter-method":{"type":"({ searchvalue, option, group }) => boolean","description":"只对 filterable 有效,自定义过滤方法"},"vxe-select/transfer":{"type":"boolean","description":"是否将弹框容器插入于 body 内(对于嵌入到表格或者弹窗中被遮挡时需要设置为 true)"},"vxe-switch/model-value":{"type":"string | number | boolean","description":"v-model 绑定值"},"vxe-switch/disabled":{"type":"boolean","description":"是否禁用"},"vxe-switch/size":{"type":"string","description":"尺寸"},"vxe-switch/open-label":{"type":"string","description":"打开时显示的文字"},"vxe-switch/close-label":{"type":"string","description":"关闭时显示的文字"},"vxe-switch/open-value":{"type":"string | number | boolean","description":"打开时的值"},"vxe-switch/close-value":{"type":"string | number | boolean","description":"关闭时的值"},"vxe-switch/open-icon":{"type":"string","description":"打开时的图标"},"vxe-switch/close-icon":{"type":"string","description":"关闭时的图标"},"vxe-switch/open-active-icon":{"type":"string","description":"自定义打开时动作图标"},"vxe-switch/close-active-icon":{"type":"string","description":"自定义关闭时动作图标"},"vxe-textarea/model-value":{"type":"any","description":"v-model 绑定值"},"vxe-textarea/size":{"type":"string","description":"尺寸"},"vxe-textarea/name":{"type":"string","description":"原生 name 属性"},"vxe-textarea/form":{"type":"string","description":"原生 form 属性"},"vxe-textarea/placeholder":{"type":"string","description":"当值为空时,显示的占位符"},"vxe-textarea/class-name":{"type":"string","description":"附加 className"},"vxe-textarea/rows":{"type":"string | number","description":"原生 rows 属性"},"vxe-textarea/maxlength":{"type":"string | number","description":"最大长度"},"vxe-textarea/readonly":{"type":"boolean","description":"是否只读"},"vxe-textarea/disabled":{"type":"boolean","description":"是否禁用"},"vxe-textarea/resize":{"type":"string","description":"调整文本域大小的方式"},"vxe-textarea/autosize":{"type":"boolean | object","description":"自适应文本高度"},"vxe-textarea/show-word-count":{"type":"boolean","description":"是否显示字数统计"},"vxe-textarea/count-method":{"type":"({ value }) => number","description":"只对 showWordCount 有效,自定义字数计算方法"},"vxe-tips/title":{"type":"string"},"vxe-tips/content":{"type":"string"},"vxe-tips/status":{"type":"'primary' | 'success' | 'info' | 'warning' | 'danger' | 'error'"},"vxe-tips/icon":{"type":"string"},"vxe-tooltip/model-value":{"type":"boolean","description":"是否显示"},"vxe-tooltip/content":{"type":"string | number","description":"显示内容"},"vxe-tooltip/trigger":{"type":"string","description":"触发方式"},"vxe-tooltip/theme":{"type":"string","description":"主题样式"},"vxe-tooltip/popup-class-name":{"type":"string | (({}) => string)","description":"给下拉容器附加 className"},"vxe-tooltip/z-index":{"type":"number","description":"自定义堆叠顺序(对于某些特殊场景,比如被遮挡时可能会用到)"},"vxe-tooltip/is-arrow":{"type":"boolean","description":"是否显示箭头"},"vxe-tooltip/enterable":{"type":"boolean","description":"鼠标是否可进入到 tooltip 中"},"vxe-tooltip/enter-delay":{"type":"number","description":"鼠标移入后延时多少才显示 tooltip"},"vxe-tooltip/leavedelay":{"type":"number","description":"鼠标移出后延时多少才隐藏 tooltip"}}