vant 2.12.49 → 2.12.51
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/changelog.generated.md +4 -17
- package/es/calendar/index.js +5 -3
- package/es/index.js +1 -1
- package/es/uploader/index.js +1 -1
- package/lib/calendar/index.js +5 -3
- package/lib/index.js +1 -1
- package/lib/uploader/index.js +1 -1
- package/lib/vant.js +7 -5
- package/lib/vant.min.js +1 -1
- package/package.json +1 -1
- package/types/image-preview.d.ts +1 -0
- package/vetur/attributes.json +182 -182
- package/vetur/tags.json +69 -69
- package/vetur/web-types.json +670 -670
package/package.json
CHANGED
package/types/image-preview.d.ts
CHANGED
@@ -23,6 +23,7 @@ export type ImagePreviewOptions =
|
|
23
23
|
closeIconPosition?: string;
|
24
24
|
getContainer?: string | (() => Element);
|
25
25
|
onClose?(): void;
|
26
|
+
onScale?(data: { index: number; scale: number }): void;
|
26
27
|
onChange?(index: number): void;
|
27
28
|
swipeTo?(index: number, options?: SwipeToOptions): void;
|
28
29
|
};
|
package/vetur/attributes.json
CHANGED
@@ -67,33 +67,57 @@
|
|
67
67
|
"type": "string | () => Element",
|
68
68
|
"description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
|
69
69
|
},
|
70
|
-
"van-
|
70
|
+
"van-area/value": {
|
71
71
|
"type": "string",
|
72
|
-
"description": "
|
72
|
+
"description": "当前选中的省市区`code`, 默认值: -"
|
73
73
|
},
|
74
|
-
"van-
|
75
|
-
"type": "
|
76
|
-
"description": "
|
74
|
+
"van-area/title": {
|
75
|
+
"type": "string",
|
76
|
+
"description": "顶部栏标题, 默认值: -"
|
77
77
|
},
|
78
|
-
"van-
|
79
|
-
"type": "
|
80
|
-
"description": "
|
78
|
+
"van-area/confirm-button-text": {
|
79
|
+
"type": "string",
|
80
|
+
"description": "确认按钮文字, 默认值: `确认`"
|
81
81
|
},
|
82
|
-
"van-
|
82
|
+
"van-area/cancel-button-text": {
|
83
83
|
"type": "string",
|
84
|
-
"description": "
|
84
|
+
"description": "取消按钮文字, 默认值: `取消`"
|
85
85
|
},
|
86
|
-
"van-
|
86
|
+
"van-area/area-list": {
|
87
|
+
"type": "object",
|
88
|
+
"description": "省市区数据,格式见下方, 默认值: -"
|
89
|
+
},
|
90
|
+
"van-area/columns-placeholder": {
|
91
|
+
"type": "string[]",
|
92
|
+
"description": "列占位提示文字, 默认值: `[]`"
|
93
|
+
},
|
94
|
+
"van-area/loading": {
|
87
95
|
"type": "boolean",
|
88
|
-
"description": "
|
96
|
+
"description": "是否显示加载状态, 默认值: `false`"
|
89
97
|
},
|
90
|
-
"van-
|
91
|
-
"type": "
|
92
|
-
"description": "
|
98
|
+
"van-area/readonly": {
|
99
|
+
"type": "boolean",
|
100
|
+
"description": "是否为只读状态,只读状态下无法切换选项, 默认值: `false`"
|
93
101
|
},
|
94
|
-
"van-
|
95
|
-
"type": "string",
|
96
|
-
"description": "
|
102
|
+
"van-area/item-height": {
|
103
|
+
"type": "number | string",
|
104
|
+
"description": "选项高度,支持 `px` `vw` `vh` `rem` 单位,默认 `px`, 默认值: `44`"
|
105
|
+
},
|
106
|
+
"van-area/columns-num": {
|
107
|
+
"type": "number | string",
|
108
|
+
"description": "显示列数,3-省市区,2-省市,1-省, 默认值: `3`"
|
109
|
+
},
|
110
|
+
"van-area/visible-item-count": {
|
111
|
+
"type": "number | string",
|
112
|
+
"description": "可见的选项个数, 默认值: `6`"
|
113
|
+
},
|
114
|
+
"van-area/swipe-duration": {
|
115
|
+
"type": "number | string",
|
116
|
+
"description": "快速滑动时惯性滚动的时长,单位`ms`, 默认值: `1000`"
|
117
|
+
},
|
118
|
+
"van-area/is-oversea-code": {
|
119
|
+
"type": "() => boolean",
|
120
|
+
"description": "根据`code`校验海外地址,海外地址会划分至单独的分类, 默认值: -"
|
97
121
|
},
|
98
122
|
"van-address-edit/area-list": {
|
99
123
|
"type": "object",
|
@@ -183,58 +207,6 @@
|
|
183
207
|
"type": "(key, val) => string",
|
184
208
|
"description": "自定义校验函数, 默认值: -"
|
185
209
|
},
|
186
|
-
"van-area/value": {
|
187
|
-
"type": "string",
|
188
|
-
"description": "当前选中的省市区`code`, 默认值: -"
|
189
|
-
},
|
190
|
-
"van-area/title": {
|
191
|
-
"type": "string",
|
192
|
-
"description": "顶部栏标题, 默认值: -"
|
193
|
-
},
|
194
|
-
"van-area/confirm-button-text": {
|
195
|
-
"type": "string",
|
196
|
-
"description": "确认按钮文字, 默认值: `确认`"
|
197
|
-
},
|
198
|
-
"van-area/cancel-button-text": {
|
199
|
-
"type": "string",
|
200
|
-
"description": "取消按钮文字, 默认值: `取消`"
|
201
|
-
},
|
202
|
-
"van-area/area-list": {
|
203
|
-
"type": "object",
|
204
|
-
"description": "省市区数据,格式见下方, 默认值: -"
|
205
|
-
},
|
206
|
-
"van-area/columns-placeholder": {
|
207
|
-
"type": "string[]",
|
208
|
-
"description": "列占位提示文字, 默认值: `[]`"
|
209
|
-
},
|
210
|
-
"van-area/loading": {
|
211
|
-
"type": "boolean",
|
212
|
-
"description": "是否显示加载状态, 默认值: `false`"
|
213
|
-
},
|
214
|
-
"van-area/readonly": {
|
215
|
-
"type": "boolean",
|
216
|
-
"description": "是否为只读状态,只读状态下无法切换选项, 默认值: `false`"
|
217
|
-
},
|
218
|
-
"van-area/item-height": {
|
219
|
-
"type": "number | string",
|
220
|
-
"description": "选项高度,支持 `px` `vw` `vh` `rem` 单位,默认 `px`, 默认值: `44`"
|
221
|
-
},
|
222
|
-
"van-area/columns-num": {
|
223
|
-
"type": "number | string",
|
224
|
-
"description": "显示列数,3-省市区,2-省市,1-省, 默认值: `3`"
|
225
|
-
},
|
226
|
-
"van-area/visible-item-count": {
|
227
|
-
"type": "number | string",
|
228
|
-
"description": "可见的选项个数, 默认值: `6`"
|
229
|
-
},
|
230
|
-
"van-area/swipe-duration": {
|
231
|
-
"type": "number | string",
|
232
|
-
"description": "快速滑动时惯性滚动的时长,单位`ms`, 默认值: `1000`"
|
233
|
-
},
|
234
|
-
"van-area/is-oversea-code": {
|
235
|
-
"type": "() => boolean",
|
236
|
-
"description": "根据`code`校验海外地址,海外地址会划分至单独的分类, 默认值: -"
|
237
|
-
},
|
238
210
|
"van-badge/content": {
|
239
211
|
"type": "number | string",
|
240
212
|
"description": "徽标内容, 默认值: -"
|
@@ -339,6 +311,82 @@
|
|
339
311
|
"type": "boolean",
|
340
312
|
"description": "是否在跳转时替换当前页面历史, 默认值: `false`"
|
341
313
|
},
|
314
|
+
"van-cascader/title": {
|
315
|
+
"type": "string",
|
316
|
+
"description": "顶部标题, 默认值: -"
|
317
|
+
},
|
318
|
+
"van-cascader/value": {
|
319
|
+
"type": "string | number",
|
320
|
+
"description": "选中项的值, 默认值: -"
|
321
|
+
},
|
322
|
+
"van-cascader/options": {
|
323
|
+
"type": "Option[]",
|
324
|
+
"description": "可选项数据源, 默认值: `[]`"
|
325
|
+
},
|
326
|
+
"van-cascader/placeholder": {
|
327
|
+
"type": "string",
|
328
|
+
"description": "未选中时的提示文案, 默认值: `请选择`"
|
329
|
+
},
|
330
|
+
"van-cascader/active-color": {
|
331
|
+
"type": "string",
|
332
|
+
"description": "选中状态的高亮颜色, 默认值: `#ee0a24`"
|
333
|
+
},
|
334
|
+
"van-cascader/closeable": {
|
335
|
+
"type": "boolean",
|
336
|
+
"description": "是否显示关闭图标, 默认值: `true`"
|
337
|
+
},
|
338
|
+
"van-cascader/show-header": {
|
339
|
+
"type": "boolean",
|
340
|
+
"description": "是否展示标题栏, 默认值: `true`"
|
341
|
+
},
|
342
|
+
"van-cascader/field-names": {
|
343
|
+
"type": "object",
|
344
|
+
"description": "自定义 `options` 结构中的字段, 默认值: `{ text: 'text', value: 'value', children: 'children' }`"
|
345
|
+
},
|
346
|
+
"van-card/thumb": {
|
347
|
+
"type": "string",
|
348
|
+
"description": "左侧图片 URL, 默认值: -"
|
349
|
+
},
|
350
|
+
"van-card/title": {
|
351
|
+
"type": "string",
|
352
|
+
"description": "标题, 默认值: -"
|
353
|
+
},
|
354
|
+
"van-card/desc": {
|
355
|
+
"type": "string",
|
356
|
+
"description": "描述, 默认值: -"
|
357
|
+
},
|
358
|
+
"van-card/tag": {
|
359
|
+
"type": "string",
|
360
|
+
"description": "图片角标, 默认值: -"
|
361
|
+
},
|
362
|
+
"van-card/num": {
|
363
|
+
"type": "number | string",
|
364
|
+
"description": "商品数量, 默认值: -"
|
365
|
+
},
|
366
|
+
"van-card/price": {
|
367
|
+
"type": "number | string",
|
368
|
+
"description": "商品价格, 默认值: -"
|
369
|
+
},
|
370
|
+
"van-card/origin-price": {
|
371
|
+
"type": "number | string",
|
372
|
+
"description": "商品划线原价, 默认值: -"
|
373
|
+
},
|
374
|
+
"van-card/centered": {
|
375
|
+
"type": "boolean",
|
376
|
+
"description": "内容是否垂直居中, 默认值: `false`"
|
377
|
+
},
|
378
|
+
"van-card/currency": {
|
379
|
+
"type": "string",
|
380
|
+
"description": "货币符号, 默认值: `¥`"
|
381
|
+
},
|
382
|
+
"van-card/thumb-link": {
|
383
|
+
"type": "string",
|
384
|
+
"description": "点击左侧图片后跳转的链接地址, 默认值: -"
|
385
|
+
},
|
386
|
+
"van-card/lazy-load": {
|
387
|
+
"type": "boolean",
|
388
|
+
"description": "是否开启图片懒加载,须配合 [Lazyload](#/zh-CN/lazyload) 组件使用, 默认值: `false`"
|
389
|
+
},
|
342
390
|
"van-calendar/type": {
|
343
391
|
"type": "string",
|
344
392
|
"description": "选择类型:<br>`single`表示选择单个日期,<br>`multiple`表示选择多个日期,<br>`range`表示选择日期区间, 默认值: `single`"
|
@@ -451,81 +499,33 @@
|
|
451
499
|
"type": "boolean",
|
452
500
|
"description": "是否允许日期范围的起止时间为同一天, 默认值: `false`"
|
453
501
|
},
|
454
|
-
"van-
|
455
|
-
"type": "string",
|
456
|
-
"description": "左侧图片 URL, 默认值: -"
|
457
|
-
},
|
458
|
-
"van-card/title": {
|
459
|
-
"type": "string",
|
460
|
-
"description": "标题, 默认值: -"
|
461
|
-
},
|
462
|
-
"van-card/desc": {
|
463
|
-
"type": "string",
|
464
|
-
"description": "描述, 默认值: -"
|
465
|
-
},
|
466
|
-
"van-card/tag": {
|
502
|
+
"van-address-list/v-model": {
|
467
503
|
"type": "string",
|
468
|
-
"description": "
|
469
|
-
},
|
470
|
-
"van-card/num": {
|
471
|
-
"type": "number | string",
|
472
|
-
"description": "商品数量, 默认值: -"
|
473
|
-
},
|
474
|
-
"van-card/price": {
|
475
|
-
"type": "number | string",
|
476
|
-
"description": "商品价格, 默认值: -"
|
477
|
-
},
|
478
|
-
"van-card/origin-price": {
|
479
|
-
"type": "number | string",
|
480
|
-
"description": "商品划线原价, 默认值: -"
|
504
|
+
"description": "当前选中地址的 id, 默认值: -"
|
481
505
|
},
|
482
|
-
"van-
|
483
|
-
"type": "
|
484
|
-
"description": "
|
506
|
+
"van-address-list/list": {
|
507
|
+
"type": "Address[]",
|
508
|
+
"description": "地址列表, 默认值: `[]`"
|
485
509
|
},
|
486
|
-
"van-
|
487
|
-
"type": "
|
488
|
-
"description": "
|
510
|
+
"van-address-list/disabled-list": {
|
511
|
+
"type": "Address[]",
|
512
|
+
"description": "不可配送地址列表, 默认值: `[]`"
|
489
513
|
},
|
490
|
-
"van-
|
514
|
+
"van-address-list/disabled-text": {
|
491
515
|
"type": "string",
|
492
|
-
"description": "
|
516
|
+
"description": "不可配送提示文案, 默认值: -"
|
493
517
|
},
|
494
|
-
"van-
|
518
|
+
"van-address-list/switchable": {
|
495
519
|
"type": "boolean",
|
496
|
-
"description": "
|
497
|
-
},
|
498
|
-
"van-cascader/title": {
|
499
|
-
"type": "string",
|
500
|
-
"description": "顶部标题, 默认值: -"
|
501
|
-
},
|
502
|
-
"van-cascader/value": {
|
503
|
-
"type": "string | number",
|
504
|
-
"description": "选中项的值, 默认值: -"
|
505
|
-
},
|
506
|
-
"van-cascader/options": {
|
507
|
-
"type": "Option[]",
|
508
|
-
"description": "可选项数据源, 默认值: `[]`"
|
520
|
+
"description": "是否允许切换地址, 默认值: `true`"
|
509
521
|
},
|
510
|
-
"van-
|
522
|
+
"van-address-list/add-button-text": {
|
511
523
|
"type": "string",
|
512
|
-
"description": "
|
524
|
+
"description": "底部按钮文字, 默认值: `新增地址`"
|
513
525
|
},
|
514
|
-
"van-
|
526
|
+
"van-address-list/default-tag-text": {
|
515
527
|
"type": "string",
|
516
|
-
"description": "
|
517
|
-
},
|
518
|
-
"van-cascader/closeable": {
|
519
|
-
"type": "boolean",
|
520
|
-
"description": "是否显示关闭图标, 默认值: `true`"
|
521
|
-
},
|
522
|
-
"van-cascader/show-header": {
|
523
|
-
"type": "boolean",
|
524
|
-
"description": "是否展示标题栏, 默认值: `true`"
|
525
|
-
},
|
526
|
-
"van-cascader/field-names": {
|
527
|
-
"type": "object",
|
528
|
-
"description": "自定义 `options` 结构中的字段, 默认值: `{ text: 'text', value: 'value', children: 'children' }`"
|
528
|
+
"description": "默认地址标签文字, 默认值: -"
|
529
529
|
},
|
530
530
|
"van-cell/title": {
|
531
531
|
"type": "number | string",
|
@@ -795,22 +795,6 @@
|
|
795
795
|
"type": "string",
|
796
796
|
"description": "添加时的文案提示, 默认值: `添加联系人`"
|
797
797
|
},
|
798
|
-
"van-contact-list/v-model": {
|
799
|
-
"type": "number | string",
|
800
|
-
"description": "当前选中联系人的 id, 默认值: -"
|
801
|
-
},
|
802
|
-
"van-contact-list/list": {
|
803
|
-
"type": "Contact[]",
|
804
|
-
"description": "联系人列表, 默认值: `[]`"
|
805
|
-
},
|
806
|
-
"van-contact-list/add-text": {
|
807
|
-
"type": "string",
|
808
|
-
"description": "新建按钮文案, 默认值: `新建联系人`"
|
809
|
-
},
|
810
|
-
"van-contact-list/default-tag-text": {
|
811
|
-
"type": "string",
|
812
|
-
"description": "默认联系人标签文案, 默认值: -"
|
813
|
-
},
|
814
798
|
"van-contact-edit/contact-info": {
|
815
799
|
"type": "Contact",
|
816
800
|
"description": "联系人信息, 默认值: `{}`"
|
@@ -839,6 +823,22 @@
|
|
839
823
|
"type": "string",
|
840
824
|
"description": "默认联系人栏文案, 默认值: -"
|
841
825
|
},
|
826
|
+
"van-contact-list/v-model": {
|
827
|
+
"type": "number | string",
|
828
|
+
"description": "当前选中联系人的 id, 默认值: -"
|
829
|
+
},
|
830
|
+
"van-contact-list/list": {
|
831
|
+
"type": "Contact[]",
|
832
|
+
"description": "联系人列表, 默认值: `[]`"
|
833
|
+
},
|
834
|
+
"van-contact-list/add-text": {
|
835
|
+
"type": "string",
|
836
|
+
"description": "新建按钮文案, 默认值: `新建联系人`"
|
837
|
+
},
|
838
|
+
"van-contact-list/default-tag-text": {
|
839
|
+
"type": "string",
|
840
|
+
"description": "默认联系人标签文案, 默认值: -"
|
841
|
+
},
|
842
842
|
"van-count-down/time": {
|
843
843
|
"type": "number | string",
|
844
844
|
"description": "倒计时时长,单位毫秒, 默认值: `0`"
|
@@ -1503,6 +1503,38 @@
|
|
1503
1503
|
"type": "boolean",
|
1504
1504
|
"description": "是否在跳转时替换当前页面历史, 默认值: `false`"
|
1505
1505
|
},
|
1506
|
+
"van-icon/name": {
|
1507
|
+
"type": "string",
|
1508
|
+
"description": "图标名称或图片链接, 默认值: -"
|
1509
|
+
},
|
1510
|
+
"van-icon/dot": {
|
1511
|
+
"type": "boolean",
|
1512
|
+
"description": "是否显示图标右上角小红点, 默认值: `false`"
|
1513
|
+
},
|
1514
|
+
"van-icon/badge": {
|
1515
|
+
"type": "number | string",
|
1516
|
+
"description": "图标右上角徽标的内容, 默认值: -"
|
1517
|
+
},
|
1518
|
+
"van-icon/info": {
|
1519
|
+
"type": "number | string",
|
1520
|
+
"description": "图标右上角徽标的内容(已废弃,请使用 badge 属性), 默认值: -"
|
1521
|
+
},
|
1522
|
+
"van-icon/color": {
|
1523
|
+
"type": "string",
|
1524
|
+
"description": "图标颜色, 默认值: `inherit`"
|
1525
|
+
},
|
1526
|
+
"van-icon/size": {
|
1527
|
+
"type": "number | string",
|
1528
|
+
"description": "图标大小,如 `20px` `2em`,默认单位为`px`, 默认值: `inherit`"
|
1529
|
+
},
|
1530
|
+
"van-icon/class-prefix": {
|
1531
|
+
"type": "string",
|
1532
|
+
"description": "类名前缀,用于使用自定义图标, 默认值: `van-icon`"
|
1533
|
+
},
|
1534
|
+
"van-icon/tag": {
|
1535
|
+
"type": "string",
|
1536
|
+
"description": "HTML 标签, 默认值: `i`"
|
1537
|
+
},
|
1506
1538
|
"van-image/src": {
|
1507
1539
|
"type": "string",
|
1508
1540
|
"description": "图片链接, 默认值: -"
|
@@ -1555,38 +1587,6 @@
|
|
1555
1587
|
"type": "string",
|
1556
1588
|
"description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props), 默认值: `van-icon`"
|
1557
1589
|
},
|
1558
|
-
"van-icon/name": {
|
1559
|
-
"type": "string",
|
1560
|
-
"description": "图标名称或图片链接, 默认值: -"
|
1561
|
-
},
|
1562
|
-
"van-icon/dot": {
|
1563
|
-
"type": "boolean",
|
1564
|
-
"description": "是否显示图标右上角小红点, 默认值: `false`"
|
1565
|
-
},
|
1566
|
-
"van-icon/badge": {
|
1567
|
-
"type": "number | string",
|
1568
|
-
"description": "图标右上角徽标的内容, 默认值: -"
|
1569
|
-
},
|
1570
|
-
"van-icon/info": {
|
1571
|
-
"type": "number | string",
|
1572
|
-
"description": "图标右上角徽标的内容(已废弃,请使用 badge 属性), 默认值: -"
|
1573
|
-
},
|
1574
|
-
"van-icon/color": {
|
1575
|
-
"type": "string",
|
1576
|
-
"description": "图标颜色, 默认值: `inherit`"
|
1577
|
-
},
|
1578
|
-
"van-icon/size": {
|
1579
|
-
"type": "number | string",
|
1580
|
-
"description": "图标大小,如 `20px` `2em`,默认单位为`px`, 默认值: `inherit`"
|
1581
|
-
},
|
1582
|
-
"van-icon/class-prefix": {
|
1583
|
-
"type": "string",
|
1584
|
-
"description": "类名前缀,用于使用自定义图标, 默认值: `van-icon`"
|
1585
|
-
},
|
1586
|
-
"van-icon/tag": {
|
1587
|
-
"type": "string",
|
1588
|
-
"description": "HTML 标签, 默认值: `i`"
|
1589
|
-
},
|
1590
1590
|
"van-image-preview/images": {
|
1591
1591
|
"type": "string[]",
|
1592
1592
|
"description": "需要预览的图片 URL 数组, 默认值: `[]`"
|
package/vetur/tags.json
CHANGED
@@ -20,15 +20,21 @@
|
|
20
20
|
"get-container"
|
21
21
|
]
|
22
22
|
},
|
23
|
-
"van-
|
23
|
+
"van-area": {
|
24
24
|
"attributes": [
|
25
|
-
"
|
26
|
-
"
|
27
|
-
"
|
28
|
-
"
|
29
|
-
"
|
30
|
-
"
|
31
|
-
"
|
25
|
+
"value",
|
26
|
+
"title",
|
27
|
+
"confirm-button-text",
|
28
|
+
"cancel-button-text",
|
29
|
+
"area-list",
|
30
|
+
"columns-placeholder",
|
31
|
+
"loading",
|
32
|
+
"readonly",
|
33
|
+
"item-height",
|
34
|
+
"columns-num",
|
35
|
+
"visible-item-count",
|
36
|
+
"swipe-duration",
|
37
|
+
"is-oversea-code"
|
32
38
|
]
|
33
39
|
},
|
34
40
|
"van-address-edit": {
|
@@ -57,23 +63,6 @@
|
|
57
63
|
"validator"
|
58
64
|
]
|
59
65
|
},
|
60
|
-
"van-area": {
|
61
|
-
"attributes": [
|
62
|
-
"value",
|
63
|
-
"title",
|
64
|
-
"confirm-button-text",
|
65
|
-
"cancel-button-text",
|
66
|
-
"area-list",
|
67
|
-
"columns-placeholder",
|
68
|
-
"loading",
|
69
|
-
"readonly",
|
70
|
-
"item-height",
|
71
|
-
"columns-num",
|
72
|
-
"visible-item-count",
|
73
|
-
"swipe-duration",
|
74
|
-
"is-oversea-code"
|
75
|
-
]
|
76
|
-
},
|
77
66
|
"van-badge": {
|
78
67
|
"attributes": [
|
79
68
|
"content",
|
@@ -108,6 +97,33 @@
|
|
108
97
|
"replace"
|
109
98
|
]
|
110
99
|
},
|
100
|
+
"van-cascader": {
|
101
|
+
"attributes": [
|
102
|
+
"title",
|
103
|
+
"value",
|
104
|
+
"options",
|
105
|
+
"placeholder",
|
106
|
+
"active-color",
|
107
|
+
"closeable",
|
108
|
+
"show-header",
|
109
|
+
"field-names"
|
110
|
+
]
|
111
|
+
},
|
112
|
+
"van-card": {
|
113
|
+
"attributes": [
|
114
|
+
"thumb",
|
115
|
+
"title",
|
116
|
+
"desc",
|
117
|
+
"tag",
|
118
|
+
"num",
|
119
|
+
"price",
|
120
|
+
"origin-price",
|
121
|
+
"centered",
|
122
|
+
"currency",
|
123
|
+
"thumb-link",
|
124
|
+
"lazy-load"
|
125
|
+
]
|
126
|
+
},
|
111
127
|
"van-calendar": {
|
112
128
|
"attributes": [
|
113
129
|
"type",
|
@@ -142,31 +158,15 @@
|
|
142
158
|
"range-prompt"
|
143
159
|
]
|
144
160
|
},
|
145
|
-
"van-
|
146
|
-
"attributes": [
|
147
|
-
"thumb",
|
148
|
-
"title",
|
149
|
-
"desc",
|
150
|
-
"tag",
|
151
|
-
"num",
|
152
|
-
"price",
|
153
|
-
"origin-price",
|
154
|
-
"centered",
|
155
|
-
"currency",
|
156
|
-
"thumb-link",
|
157
|
-
"lazy-load"
|
158
|
-
]
|
159
|
-
},
|
160
|
-
"van-cascader": {
|
161
|
+
"van-address-list": {
|
161
162
|
"attributes": [
|
162
|
-
"
|
163
|
-
"
|
164
|
-
"
|
165
|
-
"
|
166
|
-
"
|
167
|
-
"
|
168
|
-
"
|
169
|
-
"field-names"
|
163
|
+
"v-model",
|
164
|
+
"list",
|
165
|
+
"disabled-list",
|
166
|
+
"disabled-text",
|
167
|
+
"switchable",
|
168
|
+
"add-button-text",
|
169
|
+
"default-tag-text"
|
170
170
|
]
|
171
171
|
},
|
172
172
|
"van-cell": {
|
@@ -268,14 +268,6 @@
|
|
268
268
|
"add-text"
|
269
269
|
]
|
270
270
|
},
|
271
|
-
"van-contact-list": {
|
272
|
-
"attributes": [
|
273
|
-
"v-model",
|
274
|
-
"list",
|
275
|
-
"add-text",
|
276
|
-
"default-tag-text"
|
277
|
-
]
|
278
|
-
},
|
279
271
|
"van-contact-edit": {
|
280
272
|
"attributes": [
|
281
273
|
"contact-info",
|
@@ -287,6 +279,14 @@
|
|
287
279
|
"set-default-label"
|
288
280
|
]
|
289
281
|
},
|
282
|
+
"van-contact-list": {
|
283
|
+
"attributes": [
|
284
|
+
"v-model",
|
285
|
+
"list",
|
286
|
+
"add-text",
|
287
|
+
"default-tag-text"
|
288
|
+
]
|
289
|
+
},
|
290
290
|
"van-count-down": {
|
291
291
|
"attributes": [
|
292
292
|
"time",
|
@@ -506,6 +506,18 @@
|
|
506
506
|
"replace"
|
507
507
|
]
|
508
508
|
},
|
509
|
+
"van-icon": {
|
510
|
+
"attributes": [
|
511
|
+
"name",
|
512
|
+
"dot",
|
513
|
+
"badge",
|
514
|
+
"info",
|
515
|
+
"color",
|
516
|
+
"size",
|
517
|
+
"class-prefix",
|
518
|
+
"tag"
|
519
|
+
]
|
520
|
+
},
|
509
521
|
"van-image": {
|
510
522
|
"attributes": [
|
511
523
|
"src",
|
@@ -523,18 +535,6 @@
|
|
523
535
|
"icon-prefix"
|
524
536
|
]
|
525
537
|
},
|
526
|
-
"van-icon": {
|
527
|
-
"attributes": [
|
528
|
-
"name",
|
529
|
-
"dot",
|
530
|
-
"badge",
|
531
|
-
"info",
|
532
|
-
"color",
|
533
|
-
"size",
|
534
|
-
"class-prefix",
|
535
|
-
"tag"
|
536
|
-
]
|
537
|
-
},
|
538
538
|
"van-image-preview": {
|
539
539
|
"attributes": [
|
540
540
|
"images",
|