vant 2.12.45 → 2.12.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vant",
3
- "version": "2.12.45",
3
+ "version": "2.12.46",
4
4
  "description": "Mobile UI Components built on Vue",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -67,94 +67,6 @@
67
67
  "type": "string | () => Element",
68
68
  "description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
69
69
  },
70
- "van-address-edit/area-list": {
71
- "type": "object",
72
- "description": "地区列表, 默认值: -"
73
- },
74
- "van-address-edit/area-columns-placeholder": {
75
- "type": "string[]",
76
- "description": "地区选择列占位提示文字, 默认值: `[]`"
77
- },
78
- "van-address-edit/area-placeholder": {
79
- "type": "string",
80
- "description": "地区输入框占位提示文字, 默认值: `选择省 / 市 / 区`"
81
- },
82
- "van-address-edit/address-info": {
83
- "type": "AddressInfo",
84
- "description": "收货人信息初始值, 默认值: `{}`"
85
- },
86
- "van-address-edit/search-result": {
87
- "type": "SearchResult[]",
88
- "description": "详细地址搜索结果, 默认值: `[]`"
89
- },
90
- "van-address-edit/show-postal": {
91
- "type": "boolean",
92
- "description": "是否显示邮政编码, 默认值: `false`"
93
- },
94
- "van-address-edit/show-delete": {
95
- "type": "boolean",
96
- "description": "是否显示删除按钮, 默认值: `false`"
97
- },
98
- "van-address-edit/show-set-default": {
99
- "type": "boolean",
100
- "description": "是否显示默认地址栏, 默认值: `false`"
101
- },
102
- "van-address-edit/show-search-result": {
103
- "type": "boolean",
104
- "description": "是否显示搜索结果, 默认值: `false`"
105
- },
106
- "van-address-edit/show-area": {
107
- "type": "boolean",
108
- "description": "是否显示地区, 默认值: `true`"
109
- },
110
- "van-address-edit/show-detail": {
111
- "type": "boolean",
112
- "description": "是否显示详细地址, 默认值: `true`"
113
- },
114
- "van-address-edit/disable-area": {
115
- "type": "boolean",
116
- "description": "是否禁用地区选择, 默认值: `false`"
117
- },
118
- "van-address-edit/save-button-text": {
119
- "type": "string",
120
- "description": "保存按钮文字, 默认值: `保存`"
121
- },
122
- "van-address-edit/delete-button-text": {
123
- "type": "string",
124
- "description": "删除按钮文字, 默认值: `删除`"
125
- },
126
- "van-address-edit/detail-rows": {
127
- "type": "number | string",
128
- "description": "详细地址输入框行数, 默认值: `1`"
129
- },
130
- "van-address-edit/detail-maxlength": {
131
- "type": "number | string",
132
- "description": "详细地址最大长度, 默认值: `200`"
133
- },
134
- "van-address-edit/is-saving": {
135
- "type": "boolean",
136
- "description": "是否显示保存按钮加载动画, 默认值: `false`"
137
- },
138
- "van-address-edit/is-deleting": {
139
- "type": "boolean",
140
- "description": "是否显示删除按钮加载动画, 默认值: `false`"
141
- },
142
- "van-address-edit/tel-validator": {
143
- "type": "string => boolean",
144
- "description": "手机号格式校验函数, 默认值: -"
145
- },
146
- "van-address-edit/tel-maxlength": {
147
- "type": "number | string",
148
- "description": "手机号最大长度, 默认值: -"
149
- },
150
- "van-address-edit/postal-validator": {
151
- "type": "string => boolean",
152
- "description": "邮政编码格式校验函数, 默认值: -"
153
- },
154
- "van-address-edit/validator": {
155
- "type": "(key, val) => string",
156
- "description": "自定义校验函数, 默认值: -"
157
- },
158
70
  "van-area/value": {
159
71
  "type": "string",
160
72
  "description": "当前选中的省市区`code`, 默认值: -"
@@ -415,50 +327,6 @@
415
327
  "type": "string",
416
328
  "description": "选择超过最多可选天数时的提示文案, 默认值: `选择天数不能超过 xx 天`"
417
329
  },
418
- "van-address-list/v-model": {
419
- "type": "string",
420
- "description": "当前选中地址的 id, 默认值: -"
421
- },
422
- "van-address-list/list": {
423
- "type": "Address[]",
424
- "description": "地址列表, 默认值: `[]`"
425
- },
426
- "van-address-list/disabled-list": {
427
- "type": "Address[]",
428
- "description": "不可配送地址列表, 默认值: `[]`"
429
- },
430
- "van-address-list/disabled-text": {
431
- "type": "string",
432
- "description": "不可配送提示文案, 默认值: -"
433
- },
434
- "van-address-list/switchable": {
435
- "type": "boolean",
436
- "description": "是否允许切换地址, 默认值: `true`"
437
- },
438
- "van-address-list/add-button-text": {
439
- "type": "string",
440
- "description": "底部按钮文字, 默认值: `新增地址`"
441
- },
442
- "van-address-list/default-tag-text": {
443
- "type": "string",
444
- "description": "默认地址标签文字, 默认值: -"
445
- },
446
- "van-badge/content": {
447
- "type": "number | string",
448
- "description": "徽标内容, 默认值: -"
449
- },
450
- "van-badge/color": {
451
- "type": "string",
452
- "description": "徽标背景颜色, 默认值: `#ee0a24`"
453
- },
454
- "van-badge/dot": {
455
- "type": "boolean",
456
- "description": "是否展示为小红点, 默认值: `false`"
457
- },
458
- "van-badge/max": {
459
- "type": "number | string",
460
- "description": "最大值,超过最大值会显示 `{max}+`,仅当 content 为数字时有效, 默认值: -"
461
- },
462
330
  "van-card/thumb": {
463
331
  "type": "string",
464
332
  "description": "左侧图片 URL, 默认值: -"
@@ -503,6 +371,110 @@
503
371
  "type": "boolean",
504
372
  "description": "是否开启图片懒加载,须配合 [Lazyload](#/zh-CN/lazyload) 组件使用, 默认值: `false`"
505
373
  },
374
+ "van-address-edit/area-list": {
375
+ "type": "object",
376
+ "description": "地区列表, 默认值: -"
377
+ },
378
+ "van-address-edit/area-columns-placeholder": {
379
+ "type": "string[]",
380
+ "description": "地区选择列占位提示文字, 默认值: `[]`"
381
+ },
382
+ "van-address-edit/area-placeholder": {
383
+ "type": "string",
384
+ "description": "地区输入框占位提示文字, 默认值: `选择省 / 市 / 区`"
385
+ },
386
+ "van-address-edit/address-info": {
387
+ "type": "AddressInfo",
388
+ "description": "收货人信息初始值, 默认值: `{}`"
389
+ },
390
+ "van-address-edit/search-result": {
391
+ "type": "SearchResult[]",
392
+ "description": "详细地址搜索结果, 默认值: `[]`"
393
+ },
394
+ "van-address-edit/show-postal": {
395
+ "type": "boolean",
396
+ "description": "是否显示邮政编码, 默认值: `false`"
397
+ },
398
+ "van-address-edit/show-delete": {
399
+ "type": "boolean",
400
+ "description": "是否显示删除按钮, 默认值: `false`"
401
+ },
402
+ "van-address-edit/show-set-default": {
403
+ "type": "boolean",
404
+ "description": "是否显示默认地址栏, 默认值: `false`"
405
+ },
406
+ "van-address-edit/show-search-result": {
407
+ "type": "boolean",
408
+ "description": "是否显示搜索结果, 默认值: `false`"
409
+ },
410
+ "van-address-edit/show-area": {
411
+ "type": "boolean",
412
+ "description": "是否显示地区, 默认值: `true`"
413
+ },
414
+ "van-address-edit/show-detail": {
415
+ "type": "boolean",
416
+ "description": "是否显示详细地址, 默认值: `true`"
417
+ },
418
+ "van-address-edit/disable-area": {
419
+ "type": "boolean",
420
+ "description": "是否禁用地区选择, 默认值: `false`"
421
+ },
422
+ "van-address-edit/save-button-text": {
423
+ "type": "string",
424
+ "description": "保存按钮文字, 默认值: `保存`"
425
+ },
426
+ "van-address-edit/delete-button-text": {
427
+ "type": "string",
428
+ "description": "删除按钮文字, 默认值: `删除`"
429
+ },
430
+ "van-address-edit/detail-rows": {
431
+ "type": "number | string",
432
+ "description": "详细地址输入框行数, 默认值: `1`"
433
+ },
434
+ "van-address-edit/detail-maxlength": {
435
+ "type": "number | string",
436
+ "description": "详细地址最大长度, 默认值: `200`"
437
+ },
438
+ "van-address-edit/is-saving": {
439
+ "type": "boolean",
440
+ "description": "是否显示保存按钮加载动画, 默认值: `false`"
441
+ },
442
+ "van-address-edit/is-deleting": {
443
+ "type": "boolean",
444
+ "description": "是否显示删除按钮加载动画, 默认值: `false`"
445
+ },
446
+ "van-address-edit/tel-validator": {
447
+ "type": "string => boolean",
448
+ "description": "手机号格式校验函数, 默认值: -"
449
+ },
450
+ "van-address-edit/tel-maxlength": {
451
+ "type": "number | string",
452
+ "description": "手机号最大长度, 默认值: -"
453
+ },
454
+ "van-address-edit/postal-validator": {
455
+ "type": "string => boolean",
456
+ "description": "邮政编码格式校验函数, 默认值: -"
457
+ },
458
+ "van-address-edit/validator": {
459
+ "type": "(key, val) => string",
460
+ "description": "自定义校验函数, 默认值: -"
461
+ },
462
+ "van-badge/content": {
463
+ "type": "number | string",
464
+ "description": "徽标内容, 默认值: -"
465
+ },
466
+ "van-badge/color": {
467
+ "type": "string",
468
+ "description": "徽标背景颜色, 默认值: `#ee0a24`"
469
+ },
470
+ "van-badge/dot": {
471
+ "type": "boolean",
472
+ "description": "是否展示为小红点, 默认值: `false`"
473
+ },
474
+ "van-badge/max": {
475
+ "type": "number | string",
476
+ "description": "最大值,超过最大值会显示 `{max}+`,仅当 content 为数字时有效, 默认值: -"
477
+ },
506
478
  "van-cascader/title": {
507
479
  "type": "string",
508
480
  "description": "顶部标题, 默认值: -"
@@ -535,6 +507,34 @@
535
507
  "type": "object",
536
508
  "description": "自定义 `options` 结构中的字段, 默认值: `{ text: 'text', value: 'value', children: 'children' }`"
537
509
  },
510
+ "van-address-list/v-model": {
511
+ "type": "string",
512
+ "description": "当前选中地址的 id, 默认值: -"
513
+ },
514
+ "van-address-list/list": {
515
+ "type": "Address[]",
516
+ "description": "地址列表, 默认值: `[]`"
517
+ },
518
+ "van-address-list/disabled-list": {
519
+ "type": "Address[]",
520
+ "description": "不可配送地址列表, 默认值: `[]`"
521
+ },
522
+ "van-address-list/disabled-text": {
523
+ "type": "string",
524
+ "description": "不可配送提示文案, 默认值: -"
525
+ },
526
+ "van-address-list/switchable": {
527
+ "type": "boolean",
528
+ "description": "是否允许切换地址, 默认值: `true`"
529
+ },
530
+ "van-address-list/add-button-text": {
531
+ "type": "string",
532
+ "description": "底部按钮文字, 默认值: `新增地址`"
533
+ },
534
+ "van-address-list/default-tag-text": {
535
+ "type": "string",
536
+ "description": "默认地址标签文字, 默认值: -"
537
+ },
538
538
  "van-cell-group/title": {
539
539
  "type": "string",
540
540
  "description": "分组标题, 默认值: `-`"
@@ -1159,6 +1159,18 @@
1159
1159
  "type": "string | () => Element",
1160
1160
  "description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
1161
1161
  },
1162
+ "van-divider/dashed": {
1163
+ "type": "boolean",
1164
+ "description": "是否使用虚线, 默认值: `false`"
1165
+ },
1166
+ "van-divider/hairline": {
1167
+ "type": "boolean",
1168
+ "description": "是否使用 0.5px 线, 默认值: `true`"
1169
+ },
1170
+ "van-divider/content-position": {
1171
+ "type": "string",
1172
+ "description": "内容位置,可选值为`left` `right`, 默认值: `center`"
1173
+ },
1162
1174
  "van-dropdown-menu/active-color": {
1163
1175
  "type": "string",
1164
1176
  "description": "菜单标题和选项的选中态颜色, 默认值: `#ee0a24`"
@@ -1215,17 +1227,17 @@
1215
1227
  "type": "string | () => Element",
1216
1228
  "description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
1217
1229
  },
1218
- "van-divider/dashed": {
1219
- "type": "boolean",
1220
- "description": "是否使用虚线, 默认值: `false`"
1230
+ "van-empty/image": {
1231
+ "type": "string",
1232
+ "description": "图片类型,可选值为 `error` `network` `search`,支持传入图片 URL, 默认值: `default`"
1221
1233
  },
1222
- "van-divider/hairline": {
1223
- "type": "boolean",
1224
- "description": "是否使用 0.5px 线, 默认值: `true`"
1234
+ "van-empty/image-size": {
1235
+ "type": "number | string",
1236
+ "description": "图片大小,默认单位为 `px`, 默认值: -"
1225
1237
  },
1226
- "van-divider/content-position": {
1238
+ "van-empty/description": {
1227
1239
  "type": "string",
1228
- "description": "内容位置,可选值为`left` `right`, 默认值: `center`"
1240
+ "description": "图片下方的描述文字, 默认值: -"
1229
1241
  },
1230
1242
  "van-field/v-model (value)": {
1231
1243
  "type": "number | string",
@@ -1367,17 +1379,57 @@
1367
1379
  "type": "string",
1368
1380
  "description": "input 标签原生的[自动完成属性](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete), 默认值: -"
1369
1381
  },
1370
- "van-empty/image": {
1382
+ "van-form/label-width": {
1383
+ "type": "number | string",
1384
+ "description": "表单项 label 宽度,默认单位为`px`, 默认值: `6.2em`"
1385
+ },
1386
+ "van-form/label-align": {
1371
1387
  "type": "string",
1372
- "description": "图片类型,可选值为 `error` `network` `search`,支持传入图片 URL, 默认值: `default`"
1388
+ "description": "\b 表单项 label 对齐方式,可选值为 `center` `right`, 默认值: `left`"
1373
1389
  },
1374
- "van-empty/image-size": {
1375
- "type": "number | string",
1376
- "description": "图片大小,默认单位为 `px`, 默认值: -"
1390
+ "van-form/input-align": {
1391
+ "type": "string",
1392
+ "description": "输入框对齐方式,可选值为 `center` `right`, 默认值: `left`"
1377
1393
  },
1378
- "van-empty/description": {
1394
+ "van-form/error-message-align": {
1379
1395
  "type": "string",
1380
- "description": "图片下方的描述文字, 默认值: -"
1396
+ "description": "错误提示文案对齐方式,可选值为 `center` `right`, 默认值: `left`"
1397
+ },
1398
+ "van-form/validate-trigger": {
1399
+ "type": "string",
1400
+ "description": "表单校验触发时机,可选值为 `onChange`、`onSubmit`,详见下表, 默认值: `onBlur`"
1401
+ },
1402
+ "van-form/colon": {
1403
+ "type": "boolean",
1404
+ "description": "是否在 label 后面添加冒号, 默认值: `false`"
1405
+ },
1406
+ "van-form/disabled": {
1407
+ "type": "boolean",
1408
+ "description": "是否禁用表单中的所有输入框, 默认值: `false`"
1409
+ },
1410
+ "van-form/readonly": {
1411
+ "type": "boolean",
1412
+ "description": "是否将表单中的所有输入框设置为只读, 默认值: `false`"
1413
+ },
1414
+ "van-form/validate-first": {
1415
+ "type": "boolean",
1416
+ "description": "是否在某一项校验不通过时停止校验, 默认值: `false`"
1417
+ },
1418
+ "van-form/scroll-to-error": {
1419
+ "type": "boolean",
1420
+ "description": "是否在提交表单且校验不通过时滚动至错误的表单项, 默认值: `false`"
1421
+ },
1422
+ "van-form/show-error": {
1423
+ "type": "boolean",
1424
+ "description": "是否在校验不通过时标红输入框, 默认值: `true`"
1425
+ },
1426
+ "van-form/show-error-message": {
1427
+ "type": "boolean",
1428
+ "description": "是否在校验不通过时在输入框下方展示错误提示, 默认值: `true`"
1429
+ },
1430
+ "van-form/submit-on-enter": {
1431
+ "type": "boolean",
1432
+ "description": "是否在按下回车键时提交表单, 默认值: `true`"
1381
1433
  },
1382
1434
  "van-goods-action/safe-area-inset-bottom": {
1383
1435
  "type": "boolean",
@@ -1459,58 +1511,6 @@
1459
1511
  "type": "boolean",
1460
1512
  "description": "是否在跳转时替换当前页面历史, 默认值: `false`"
1461
1513
  },
1462
- "van-form/label-width": {
1463
- "type": "number | string",
1464
- "description": "表单项 label 宽度,默认单位为`px`, 默认值: `6.2em`"
1465
- },
1466
- "van-form/label-align": {
1467
- "type": "string",
1468
- "description": "\b 表单项 label 对齐方式,可选值为 `center` `right`, 默认值: `left`"
1469
- },
1470
- "van-form/input-align": {
1471
- "type": "string",
1472
- "description": "输入框对齐方式,可选值为 `center` `right`, 默认值: `left`"
1473
- },
1474
- "van-form/error-message-align": {
1475
- "type": "string",
1476
- "description": "错误提示文案对齐方式,可选值为 `center` `right`, 默认值: `left`"
1477
- },
1478
- "van-form/validate-trigger": {
1479
- "type": "string",
1480
- "description": "表单校验触发时机,可选值为 `onChange`、`onSubmit`,详见下表, 默认值: `onBlur`"
1481
- },
1482
- "van-form/colon": {
1483
- "type": "boolean",
1484
- "description": "是否在 label 后面添加冒号, 默认值: `false`"
1485
- },
1486
- "van-form/disabled": {
1487
- "type": "boolean",
1488
- "description": "是否禁用表单中的所有输入框, 默认值: `false`"
1489
- },
1490
- "van-form/readonly": {
1491
- "type": "boolean",
1492
- "description": "是否将表单中的所有输入框设置为只读, 默认值: `false`"
1493
- },
1494
- "van-form/validate-first": {
1495
- "type": "boolean",
1496
- "description": "是否在某一项校验不通过时停止校验, 默认值: `false`"
1497
- },
1498
- "van-form/scroll-to-error": {
1499
- "type": "boolean",
1500
- "description": "是否在提交表单且校验不通过时滚动至错误的表单项, 默认值: `false`"
1501
- },
1502
- "van-form/show-error": {
1503
- "type": "boolean",
1504
- "description": "是否在校验不通过时标红输入框, 默认值: `true`"
1505
- },
1506
- "van-form/show-error-message": {
1507
- "type": "boolean",
1508
- "description": "是否在校验不通过时在输入框下方展示错误提示, 默认值: `true`"
1509
- },
1510
- "van-form/submit-on-enter": {
1511
- "type": "boolean",
1512
- "description": "是否在按下回车键时提交表单, 默认值: `true`"
1513
- },
1514
1514
  "van-grid/column-num": {
1515
1515
  "type": "number | string",
1516
1516
  "description": "列数, 默认值: `4`"
package/vetur/tags.json CHANGED
@@ -20,32 +20,6 @@
20
20
  "get-container"
21
21
  ]
22
22
  },
23
- "van-address-edit": {
24
- "attributes": [
25
- "area-list",
26
- "area-columns-placeholder",
27
- "area-placeholder",
28
- "address-info",
29
- "search-result",
30
- "show-postal",
31
- "show-delete",
32
- "show-set-default",
33
- "show-search-result",
34
- "show-area",
35
- "show-detail",
36
- "disable-area",
37
- "save-button-text",
38
- "delete-button-text",
39
- "detail-rows",
40
- "detail-maxlength",
41
- "is-saving",
42
- "is-deleting",
43
- "tel-validator",
44
- "tel-maxlength",
45
- "postal-validator",
46
- "validator"
47
- ]
48
- },
49
23
  "van-area": {
50
24
  "attributes": [
51
25
  "value",
@@ -135,25 +109,6 @@
135
109
  "range-prompt"
136
110
  ]
137
111
  },
138
- "van-address-list": {
139
- "attributes": [
140
- "v-model",
141
- "list",
142
- "disabled-list",
143
- "disabled-text",
144
- "switchable",
145
- "add-button-text",
146
- "default-tag-text"
147
- ]
148
- },
149
- "van-badge": {
150
- "attributes": [
151
- "content",
152
- "color",
153
- "dot",
154
- "max"
155
- ]
156
- },
157
112
  "van-card": {
158
113
  "attributes": [
159
114
  "thumb",
@@ -169,6 +124,40 @@
169
124
  "lazy-load"
170
125
  ]
171
126
  },
127
+ "van-address-edit": {
128
+ "attributes": [
129
+ "area-list",
130
+ "area-columns-placeholder",
131
+ "area-placeholder",
132
+ "address-info",
133
+ "search-result",
134
+ "show-postal",
135
+ "show-delete",
136
+ "show-set-default",
137
+ "show-search-result",
138
+ "show-area",
139
+ "show-detail",
140
+ "disable-area",
141
+ "save-button-text",
142
+ "delete-button-text",
143
+ "detail-rows",
144
+ "detail-maxlength",
145
+ "is-saving",
146
+ "is-deleting",
147
+ "tel-validator",
148
+ "tel-maxlength",
149
+ "postal-validator",
150
+ "validator"
151
+ ]
152
+ },
153
+ "van-badge": {
154
+ "attributes": [
155
+ "content",
156
+ "color",
157
+ "dot",
158
+ "max"
159
+ ]
160
+ },
172
161
  "van-cascader": {
173
162
  "attributes": [
174
163
  "title",
@@ -181,6 +170,17 @@
181
170
  "field-names"
182
171
  ]
183
172
  },
173
+ "van-address-list": {
174
+ "attributes": [
175
+ "v-model",
176
+ "list",
177
+ "disabled-list",
178
+ "disabled-text",
179
+ "switchable",
180
+ "add-button-text",
181
+ "default-tag-text"
182
+ ]
183
+ },
184
184
  "van-cell-group": {
185
185
  "attributes": [
186
186
  "title",
@@ -413,6 +413,13 @@
413
413
  "get-container"
414
414
  ]
415
415
  },
416
+ "van-divider": {
417
+ "attributes": [
418
+ "dashed",
419
+ "hairline",
420
+ "content-position"
421
+ ]
422
+ },
416
423
  "van-dropdown-menu": {
417
424
  "attributes": [
418
425
  "active-color",
@@ -435,11 +442,11 @@
435
442
  "get-container"
436
443
  ]
437
444
  },
438
- "van-divider": {
445
+ "van-empty": {
439
446
  "attributes": [
440
- "dashed",
441
- "hairline",
442
- "content-position"
447
+ "image",
448
+ "image-size",
449
+ "description"
443
450
  ]
444
451
  },
445
452
  "van-field": {
@@ -481,11 +488,21 @@
481
488
  "autocomplete"
482
489
  ]
483
490
  },
484
- "van-empty": {
491
+ "van-form": {
485
492
  "attributes": [
486
- "image",
487
- "image-size",
488
- "description"
493
+ "label-width",
494
+ "label-align",
495
+ "input-align",
496
+ "error-message-align",
497
+ "validate-trigger",
498
+ "colon",
499
+ "disabled",
500
+ "readonly",
501
+ "validate-first",
502
+ "scroll-to-error",
503
+ "show-error",
504
+ "show-error-message",
505
+ "submit-on-enter"
489
506
  ]
490
507
  },
491
508
  "van-goods-action": {
@@ -520,23 +537,6 @@
520
537
  "replace"
521
538
  ]
522
539
  },
523
- "van-form": {
524
- "attributes": [
525
- "label-width",
526
- "label-align",
527
- "input-align",
528
- "error-message-align",
529
- "validate-trigger",
530
- "colon",
531
- "disabled",
532
- "readonly",
533
- "validate-first",
534
- "scroll-to-error",
535
- "show-error",
536
- "show-error-message",
537
- "submit-on-enter"
538
- ]
539
- },
540
540
  "van-grid": {
541
541
  "attributes": [
542
542
  "column-num",