vant 2.12.34 → 2.12.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/datetime-picker/DatePicker.js +3 -0
- package/es/index.js +1 -1
- package/es/swipe/index.css +1 -1
- package/es/swipe/index.less +2 -0
- package/lib/datetime-picker/DatePicker.js +3 -0
- package/lib/index.css +1 -1
- package/lib/index.js +1 -1
- package/lib/swipe/index.css +1 -1
- package/lib/swipe/index.less +2 -0
- package/lib/vant.js +4 -1
- package/lib/vant.min.js +1 -1
- package/package.json +1 -1
- package/vetur/attributes.json +181 -181
- package/vetur/tags.json +62 -62
- package/vetur/web-types.json +621 -621
package/package.json
CHANGED
package/vetur/attributes.json
CHANGED
@@ -155,58 +155,6 @@
|
|
155
155
|
"type": "(key, val) => string",
|
156
156
|
"description": "自定义校验函数, 默认值: -"
|
157
157
|
},
|
158
|
-
"van-area/value": {
|
159
|
-
"type": "string",
|
160
|
-
"description": "当前选中的省市区`code`, 默认值: -"
|
161
|
-
},
|
162
|
-
"van-area/title": {
|
163
|
-
"type": "string",
|
164
|
-
"description": "顶部栏标题, 默认值: -"
|
165
|
-
},
|
166
|
-
"van-area/confirm-button-text": {
|
167
|
-
"type": "string",
|
168
|
-
"description": "确认按钮文字, 默认值: `确认`"
|
169
|
-
},
|
170
|
-
"van-area/cancel-button-text": {
|
171
|
-
"type": "string",
|
172
|
-
"description": "取消按钮文字, 默认值: `取消`"
|
173
|
-
},
|
174
|
-
"van-area/area-list": {
|
175
|
-
"type": "object",
|
176
|
-
"description": "省市区数据,格式见下方, 默认值: -"
|
177
|
-
},
|
178
|
-
"van-area/columns-placeholder": {
|
179
|
-
"type": "string[]",
|
180
|
-
"description": "列占位提示文字, 默认值: `[]`"
|
181
|
-
},
|
182
|
-
"van-area/loading": {
|
183
|
-
"type": "boolean",
|
184
|
-
"description": "是否显示加载状态, 默认值: `false`"
|
185
|
-
},
|
186
|
-
"van-area/readonly": {
|
187
|
-
"type": "boolean",
|
188
|
-
"description": "是否为只读状态,只读状态下无法切换选项, 默认值: `false`"
|
189
|
-
},
|
190
|
-
"van-area/item-height": {
|
191
|
-
"type": "number | string",
|
192
|
-
"description": "选项高度,支持 `px` `vw` `vh` `rem` 单位,默认 `px`, 默认值: `44`"
|
193
|
-
},
|
194
|
-
"van-area/columns-num": {
|
195
|
-
"type": "number | string",
|
196
|
-
"description": "显示列数,3-省市区,2-省市,1-省, 默认值: `3`"
|
197
|
-
},
|
198
|
-
"van-area/visible-item-count": {
|
199
|
-
"type": "number | string",
|
200
|
-
"description": "可见的选项个数, 默认值: `6`"
|
201
|
-
},
|
202
|
-
"van-area/swipe-duration": {
|
203
|
-
"type": "number | string",
|
204
|
-
"description": "快速滑动时惯性滚动的时长,单位`ms`, 默认值: `1000`"
|
205
|
-
},
|
206
|
-
"van-area/is-oversea-code": {
|
207
|
-
"type": "() => boolean",
|
208
|
-
"description": "根据`code`校验海外地址,海外地址会划分至单独的分类, 默认值: -"
|
209
|
-
},
|
210
158
|
"van-address-list/v-model": {
|
211
159
|
"type": "string",
|
212
160
|
"description": "当前选中地址的 id, 默认值: -"
|
@@ -251,94 +199,6 @@
|
|
251
199
|
"type": "number | string",
|
252
200
|
"description": "最大值,超过最大值会显示 `{max}+`,仅当 content 为数字时有效, 默认值: -"
|
253
201
|
},
|
254
|
-
"van-button/type": {
|
255
|
-
"type": "string",
|
256
|
-
"description": "类型,可选值为 `primary` `info` `warning` `danger`, 默认值: `default`"
|
257
|
-
},
|
258
|
-
"van-button/size": {
|
259
|
-
"type": "string",
|
260
|
-
"description": "尺寸,可选值为 `large` `small` `mini`, 默认值: `normal`"
|
261
|
-
},
|
262
|
-
"van-button/text": {
|
263
|
-
"type": "string",
|
264
|
-
"description": "按钮文字, 默认值: -"
|
265
|
-
},
|
266
|
-
"van-button/color": {
|
267
|
-
"type": "string",
|
268
|
-
"description": "按钮颜色,支持传入 `linear-gradient` 渐变色, 默认值: -"
|
269
|
-
},
|
270
|
-
"van-button/icon": {
|
271
|
-
"type": "string",
|
272
|
-
"description": "左侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
|
273
|
-
},
|
274
|
-
"van-button/icon-prefix": {
|
275
|
-
"type": "string",
|
276
|
-
"description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props), 默认值: `van-icon`"
|
277
|
-
},
|
278
|
-
"van-button/icon-position": {
|
279
|
-
"type": "string",
|
280
|
-
"description": "图标展示位置,可选值为 `right`, 默认值: `left`"
|
281
|
-
},
|
282
|
-
"van-button/tag": {
|
283
|
-
"type": "string",
|
284
|
-
"description": "按钮根节点的 HTML 标签, 默认值: `button`"
|
285
|
-
},
|
286
|
-
"van-button/native-type": {
|
287
|
-
"type": "string",
|
288
|
-
"description": "原生 button 标签的 type 属性, 默认值: -"
|
289
|
-
},
|
290
|
-
"van-button/block": {
|
291
|
-
"type": "boolean",
|
292
|
-
"description": "是否为块级元素, 默认值: `false`"
|
293
|
-
},
|
294
|
-
"van-button/plain": {
|
295
|
-
"type": "boolean",
|
296
|
-
"description": "是否为朴素按钮, 默认值: `false`"
|
297
|
-
},
|
298
|
-
"van-button/square": {
|
299
|
-
"type": "boolean",
|
300
|
-
"description": "是否为方形按钮, 默认值: `false`"
|
301
|
-
},
|
302
|
-
"van-button/round": {
|
303
|
-
"type": "boolean",
|
304
|
-
"description": "是否为圆形按钮, 默认值: `false`"
|
305
|
-
},
|
306
|
-
"van-button/disabled": {
|
307
|
-
"type": "boolean",
|
308
|
-
"description": "是否禁用按钮, 默认值: `false`"
|
309
|
-
},
|
310
|
-
"van-button/hairline": {
|
311
|
-
"type": "boolean",
|
312
|
-
"description": "是否使用 0.5px 边框, 默认值: `false`"
|
313
|
-
},
|
314
|
-
"van-button/loading": {
|
315
|
-
"type": "boolean",
|
316
|
-
"description": "是否显示为加载状态, 默认值: `false`"
|
317
|
-
},
|
318
|
-
"van-button/loading-text": {
|
319
|
-
"type": "string",
|
320
|
-
"description": "加载状态提示文字, 默认值: -"
|
321
|
-
},
|
322
|
-
"van-button/loading-type": {
|
323
|
-
"type": "string",
|
324
|
-
"description": "[加载图标类型](#/zh-CN/loading),可选值为 `spinner`, 默认值: `circular`"
|
325
|
-
},
|
326
|
-
"van-button/loading-size": {
|
327
|
-
"type": "string",
|
328
|
-
"description": "加载图标大小, 默认值: `20px`"
|
329
|
-
},
|
330
|
-
"van-button/url": {
|
331
|
-
"type": "string",
|
332
|
-
"description": "点击后跳转的链接地址, 默认值: -"
|
333
|
-
},
|
334
|
-
"van-button/to": {
|
335
|
-
"type": "string | object",
|
336
|
-
"description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
|
337
|
-
},
|
338
|
-
"van-button/replace": {
|
339
|
-
"type": "boolean",
|
340
|
-
"description": "是否在跳转时替换当前页面历史, 默认值: `false`"
|
341
|
-
},
|
342
202
|
"van-calendar/type": {
|
343
203
|
"type": "string",
|
344
204
|
"description": "选择类型:<br>`single`表示选择单个日期,<br>`multiple`表示选择多个日期,<br>`range`表示选择日期区间, 默认值: `single`"
|
@@ -459,49 +319,145 @@
|
|
459
319
|
"type": "string",
|
460
320
|
"description": "选择超过最多可选天数时的提示文案, 默认值: `选择天数不能超过 xx 天`"
|
461
321
|
},
|
462
|
-
"van-
|
322
|
+
"van-button/type": {
|
463
323
|
"type": "string",
|
464
|
-
"description": "
|
324
|
+
"description": "类型,可选值为 `primary` `info` `warning` `danger`, 默认值: `default`"
|
465
325
|
},
|
466
|
-
"van-
|
326
|
+
"van-button/size": {
|
467
327
|
"type": "string",
|
468
|
-
"description": "
|
328
|
+
"description": "尺寸,可选值为 `large` `small` `mini`, 默认值: `normal`"
|
469
329
|
},
|
470
|
-
"van-
|
330
|
+
"van-button/text": {
|
471
331
|
"type": "string",
|
472
|
-
"description": "
|
332
|
+
"description": "按钮文字, 默认值: -"
|
473
333
|
},
|
474
|
-
"van-
|
334
|
+
"van-button/color": {
|
475
335
|
"type": "string",
|
476
|
-
"description": "
|
336
|
+
"description": "按钮颜色,支持传入 `linear-gradient` 渐变色, 默认值: -"
|
477
337
|
},
|
478
|
-
"van-
|
479
|
-
"type": "
|
480
|
-
"description": "
|
338
|
+
"van-button/icon": {
|
339
|
+
"type": "string",
|
340
|
+
"description": "左侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
|
481
341
|
},
|
482
|
-
"van-
|
483
|
-
"type": "
|
484
|
-
"description": "
|
342
|
+
"van-button/icon-prefix": {
|
343
|
+
"type": "string",
|
344
|
+
"description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props), 默认值: `van-icon`"
|
485
345
|
},
|
486
|
-
"van-
|
487
|
-
"type": "
|
488
|
-
"description": "
|
346
|
+
"van-button/icon-position": {
|
347
|
+
"type": "string",
|
348
|
+
"description": "图标展示位置,可选值为 `right`, 默认值: `left`"
|
489
349
|
},
|
490
|
-
"van-
|
350
|
+
"van-button/tag": {
|
351
|
+
"type": "string",
|
352
|
+
"description": "按钮根节点的 HTML 标签, 默认值: `button`"
|
353
|
+
},
|
354
|
+
"van-button/native-type": {
|
355
|
+
"type": "string",
|
356
|
+
"description": "原生 button 标签的 type 属性, 默认值: -"
|
357
|
+
},
|
358
|
+
"van-button/block": {
|
491
359
|
"type": "boolean",
|
492
|
-
"description": "
|
360
|
+
"description": "是否为块级元素, 默认值: `false`"
|
493
361
|
},
|
494
|
-
"van-
|
362
|
+
"van-button/plain": {
|
363
|
+
"type": "boolean",
|
364
|
+
"description": "是否为朴素按钮, 默认值: `false`"
|
365
|
+
},
|
366
|
+
"van-button/square": {
|
367
|
+
"type": "boolean",
|
368
|
+
"description": "是否为方形按钮, 默认值: `false`"
|
369
|
+
},
|
370
|
+
"van-button/round": {
|
371
|
+
"type": "boolean",
|
372
|
+
"description": "是否为圆形按钮, 默认值: `false`"
|
373
|
+
},
|
374
|
+
"van-button/disabled": {
|
375
|
+
"type": "boolean",
|
376
|
+
"description": "是否禁用按钮, 默认值: `false`"
|
377
|
+
},
|
378
|
+
"van-button/hairline": {
|
379
|
+
"type": "boolean",
|
380
|
+
"description": "是否使用 0.5px 边框, 默认值: `false`"
|
381
|
+
},
|
382
|
+
"van-button/loading": {
|
383
|
+
"type": "boolean",
|
384
|
+
"description": "是否显示为加载状态, 默认值: `false`"
|
385
|
+
},
|
386
|
+
"van-button/loading-text": {
|
495
387
|
"type": "string",
|
496
|
-
"description": "
|
388
|
+
"description": "加载状态提示文字, 默认值: -"
|
497
389
|
},
|
498
|
-
"van-
|
390
|
+
"van-button/loading-type": {
|
499
391
|
"type": "string",
|
500
|
-
"description": "
|
392
|
+
"description": "[加载图标类型](#/zh-CN/loading),可选值为 `spinner`, 默认值: `circular`"
|
501
393
|
},
|
502
|
-
"van-
|
394
|
+
"van-button/loading-size": {
|
395
|
+
"type": "string",
|
396
|
+
"description": "加载图标大小, 默认值: `20px`"
|
397
|
+
},
|
398
|
+
"van-button/url": {
|
399
|
+
"type": "string",
|
400
|
+
"description": "点击后跳转的链接地址, 默认值: -"
|
401
|
+
},
|
402
|
+
"van-button/to": {
|
403
|
+
"type": "string | object",
|
404
|
+
"description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
|
405
|
+
},
|
406
|
+
"van-button/replace": {
|
503
407
|
"type": "boolean",
|
504
|
-
"description": "
|
408
|
+
"description": "是否在跳转时替换当前页面历史, 默认值: `false`"
|
409
|
+
},
|
410
|
+
"van-area/value": {
|
411
|
+
"type": "string",
|
412
|
+
"description": "当前选中的省市区`code`, 默认值: -"
|
413
|
+
},
|
414
|
+
"van-area/title": {
|
415
|
+
"type": "string",
|
416
|
+
"description": "顶部栏标题, 默认值: -"
|
417
|
+
},
|
418
|
+
"van-area/confirm-button-text": {
|
419
|
+
"type": "string",
|
420
|
+
"description": "确认按钮文字, 默认值: `确认`"
|
421
|
+
},
|
422
|
+
"van-area/cancel-button-text": {
|
423
|
+
"type": "string",
|
424
|
+
"description": "取消按钮文字, 默认值: `取消`"
|
425
|
+
},
|
426
|
+
"van-area/area-list": {
|
427
|
+
"type": "object",
|
428
|
+
"description": "省市区数据,格式见下方, 默认值: -"
|
429
|
+
},
|
430
|
+
"van-area/columns-placeholder": {
|
431
|
+
"type": "string[]",
|
432
|
+
"description": "列占位提示文字, 默认值: `[]`"
|
433
|
+
},
|
434
|
+
"van-area/loading": {
|
435
|
+
"type": "boolean",
|
436
|
+
"description": "是否显示加载状态, 默认值: `false`"
|
437
|
+
},
|
438
|
+
"van-area/readonly": {
|
439
|
+
"type": "boolean",
|
440
|
+
"description": "是否为只读状态,只读状态下无法切换选项, 默认值: `false`"
|
441
|
+
},
|
442
|
+
"van-area/item-height": {
|
443
|
+
"type": "number | string",
|
444
|
+
"description": "选项高度,支持 `px` `vw` `vh` `rem` 单位,默认 `px`, 默认值: `44`"
|
445
|
+
},
|
446
|
+
"van-area/columns-num": {
|
447
|
+
"type": "number | string",
|
448
|
+
"description": "显示列数,3-省市区,2-省市,1-省, 默认值: `3`"
|
449
|
+
},
|
450
|
+
"van-area/visible-item-count": {
|
451
|
+
"type": "number | string",
|
452
|
+
"description": "可见的选项个数, 默认值: `6`"
|
453
|
+
},
|
454
|
+
"van-area/swipe-duration": {
|
455
|
+
"type": "number | string",
|
456
|
+
"description": "快速滑动时惯性滚动的时长,单位`ms`, 默认值: `1000`"
|
457
|
+
},
|
458
|
+
"van-area/is-oversea-code": {
|
459
|
+
"type": "() => boolean",
|
460
|
+
"description": "根据`code`校验海外地址,海外地址会划分至单独的分类, 默认值: -"
|
505
461
|
},
|
506
462
|
"van-cascader/title": {
|
507
463
|
"type": "string",
|
@@ -531,6 +487,50 @@
|
|
531
487
|
"type": "object",
|
532
488
|
"description": "自定义 `options` 结构中的字段, 默认值: `{ text: 'text', value: 'value', children: 'children' }`"
|
533
489
|
},
|
490
|
+
"van-card/thumb": {
|
491
|
+
"type": "string",
|
492
|
+
"description": "左侧图片 URL, 默认值: -"
|
493
|
+
},
|
494
|
+
"van-card/title": {
|
495
|
+
"type": "string",
|
496
|
+
"description": "标题, 默认值: -"
|
497
|
+
},
|
498
|
+
"van-card/desc": {
|
499
|
+
"type": "string",
|
500
|
+
"description": "描述, 默认值: -"
|
501
|
+
},
|
502
|
+
"van-card/tag": {
|
503
|
+
"type": "string",
|
504
|
+
"description": "图片角标, 默认值: -"
|
505
|
+
},
|
506
|
+
"van-card/num": {
|
507
|
+
"type": "number | string",
|
508
|
+
"description": "商品数量, 默认值: -"
|
509
|
+
},
|
510
|
+
"van-card/price": {
|
511
|
+
"type": "number | string",
|
512
|
+
"description": "商品价格, 默认值: -"
|
513
|
+
},
|
514
|
+
"van-card/origin-price": {
|
515
|
+
"type": "number | string",
|
516
|
+
"description": "商品划线原价, 默认值: -"
|
517
|
+
},
|
518
|
+
"van-card/centered": {
|
519
|
+
"type": "boolean",
|
520
|
+
"description": "内容是否垂直居中, 默认值: `false`"
|
521
|
+
},
|
522
|
+
"van-card/currency": {
|
523
|
+
"type": "string",
|
524
|
+
"description": "货币符号, 默认值: `¥`"
|
525
|
+
},
|
526
|
+
"van-card/thumb-link": {
|
527
|
+
"type": "string",
|
528
|
+
"description": "点击左侧图片后跳转的链接地址, 默认值: -"
|
529
|
+
},
|
530
|
+
"van-card/lazy-load": {
|
531
|
+
"type": "boolean",
|
532
|
+
"description": "是否开启图片懒加载,须配合 [Lazyload](#/zh-CN/lazyload) 组件使用, 默认值: `false`"
|
533
|
+
},
|
534
534
|
"van-cell-group/title": {
|
535
535
|
"type": "string",
|
536
536
|
"description": "分组标题, 默认值: `-`"
|
@@ -871,6 +871,22 @@
|
|
871
871
|
"type": "string",
|
872
872
|
"description": "默认联系人标签文案, 默认值: -"
|
873
873
|
},
|
874
|
+
"van-count-down/time": {
|
875
|
+
"type": "number | string",
|
876
|
+
"description": "倒计时时长,单位毫秒, 默认值: `0`"
|
877
|
+
},
|
878
|
+
"van-count-down/format": {
|
879
|
+
"type": "string",
|
880
|
+
"description": "时间格式, 默认值: `HH:mm:ss`"
|
881
|
+
},
|
882
|
+
"van-count-down/auto-start": {
|
883
|
+
"type": "boolean",
|
884
|
+
"description": "是否自动开始倒计时, 默认值: `true`"
|
885
|
+
},
|
886
|
+
"van-count-down/millisecond": {
|
887
|
+
"type": "boolean",
|
888
|
+
"description": "是否开启毫秒级渲染, 默认值: `false`"
|
889
|
+
},
|
874
890
|
"van-coupon-cell/title": {
|
875
891
|
"type": "string",
|
876
892
|
"description": "单元格标题, 默认值: `优惠券`"
|
@@ -967,22 +983,6 @@
|
|
967
983
|
"type": "boolean",
|
968
984
|
"description": "是否展示可用 / 不可用数量, 默认值: `true`"
|
969
985
|
},
|
970
|
-
"van-count-down/time": {
|
971
|
-
"type": "number | string",
|
972
|
-
"description": "倒计时时长,单位毫秒, 默认值: `0`"
|
973
|
-
},
|
974
|
-
"van-count-down/format": {
|
975
|
-
"type": "string",
|
976
|
-
"description": "时间格式, 默认值: `HH:mm:ss`"
|
977
|
-
},
|
978
|
-
"van-count-down/auto-start": {
|
979
|
-
"type": "boolean",
|
980
|
-
"description": "是否自动开始倒计时, 默认值: `true`"
|
981
|
-
},
|
982
|
-
"van-count-down/millisecond": {
|
983
|
-
"type": "boolean",
|
984
|
-
"description": "是否开启毫秒级渲染, 默认值: `false`"
|
985
|
-
},
|
986
986
|
"van-datetime-picker/type": {
|
987
987
|
"type": "string",
|
988
988
|
"description": "时间类型,可选值为 `date` `time` <br> `year-month` `month-day` `datehour`, 默认值: `datetime`"
|
package/vetur/tags.json
CHANGED
@@ -46,23 +46,6 @@
|
|
46
46
|
"validator"
|
47
47
|
]
|
48
48
|
},
|
49
|
-
"van-area": {
|
50
|
-
"attributes": [
|
51
|
-
"value",
|
52
|
-
"title",
|
53
|
-
"confirm-button-text",
|
54
|
-
"cancel-button-text",
|
55
|
-
"area-list",
|
56
|
-
"columns-placeholder",
|
57
|
-
"loading",
|
58
|
-
"readonly",
|
59
|
-
"item-height",
|
60
|
-
"columns-num",
|
61
|
-
"visible-item-count",
|
62
|
-
"swipe-duration",
|
63
|
-
"is-oversea-code"
|
64
|
-
]
|
65
|
-
},
|
66
49
|
"van-address-list": {
|
67
50
|
"attributes": [
|
68
51
|
"v-model",
|
@@ -82,32 +65,6 @@
|
|
82
65
|
"max"
|
83
66
|
]
|
84
67
|
},
|
85
|
-
"van-button": {
|
86
|
-
"attributes": [
|
87
|
-
"type",
|
88
|
-
"size",
|
89
|
-
"text",
|
90
|
-
"color",
|
91
|
-
"icon",
|
92
|
-
"icon-prefix",
|
93
|
-
"icon-position",
|
94
|
-
"tag",
|
95
|
-
"native-type",
|
96
|
-
"block",
|
97
|
-
"plain",
|
98
|
-
"square",
|
99
|
-
"round",
|
100
|
-
"disabled",
|
101
|
-
"hairline",
|
102
|
-
"loading",
|
103
|
-
"loading-text",
|
104
|
-
"loading-type",
|
105
|
-
"loading-size",
|
106
|
-
"url",
|
107
|
-
"to",
|
108
|
-
"replace"
|
109
|
-
]
|
110
|
-
},
|
111
68
|
"van-calendar": {
|
112
69
|
"attributes": [
|
113
70
|
"type",
|
@@ -154,19 +111,47 @@
|
|
154
111
|
"range-prompt"
|
155
112
|
]
|
156
113
|
},
|
157
|
-
"van-
|
114
|
+
"van-button": {
|
158
115
|
"attributes": [
|
159
|
-
"
|
160
|
-
"
|
161
|
-
"
|
116
|
+
"type",
|
117
|
+
"size",
|
118
|
+
"text",
|
119
|
+
"color",
|
120
|
+
"icon",
|
121
|
+
"icon-prefix",
|
122
|
+
"icon-position",
|
162
123
|
"tag",
|
163
|
-
"
|
164
|
-
"
|
165
|
-
"
|
166
|
-
"
|
167
|
-
"
|
168
|
-
"
|
169
|
-
"
|
124
|
+
"native-type",
|
125
|
+
"block",
|
126
|
+
"plain",
|
127
|
+
"square",
|
128
|
+
"round",
|
129
|
+
"disabled",
|
130
|
+
"hairline",
|
131
|
+
"loading",
|
132
|
+
"loading-text",
|
133
|
+
"loading-type",
|
134
|
+
"loading-size",
|
135
|
+
"url",
|
136
|
+
"to",
|
137
|
+
"replace"
|
138
|
+
]
|
139
|
+
},
|
140
|
+
"van-area": {
|
141
|
+
"attributes": [
|
142
|
+
"value",
|
143
|
+
"title",
|
144
|
+
"confirm-button-text",
|
145
|
+
"cancel-button-text",
|
146
|
+
"area-list",
|
147
|
+
"columns-placeholder",
|
148
|
+
"loading",
|
149
|
+
"readonly",
|
150
|
+
"item-height",
|
151
|
+
"columns-num",
|
152
|
+
"visible-item-count",
|
153
|
+
"swipe-duration",
|
154
|
+
"is-oversea-code"
|
170
155
|
]
|
171
156
|
},
|
172
157
|
"van-cascader": {
|
@@ -180,6 +165,21 @@
|
|
180
165
|
"field-names"
|
181
166
|
]
|
182
167
|
},
|
168
|
+
"van-card": {
|
169
|
+
"attributes": [
|
170
|
+
"thumb",
|
171
|
+
"title",
|
172
|
+
"desc",
|
173
|
+
"tag",
|
174
|
+
"num",
|
175
|
+
"price",
|
176
|
+
"origin-price",
|
177
|
+
"centered",
|
178
|
+
"currency",
|
179
|
+
"thumb-link",
|
180
|
+
"lazy-load"
|
181
|
+
]
|
182
|
+
},
|
183
183
|
"van-cell-group": {
|
184
184
|
"attributes": [
|
185
185
|
"title",
|
@@ -313,6 +313,14 @@
|
|
313
313
|
"default-tag-text"
|
314
314
|
]
|
315
315
|
},
|
316
|
+
"van-count-down": {
|
317
|
+
"attributes": [
|
318
|
+
"time",
|
319
|
+
"format",
|
320
|
+
"auto-start",
|
321
|
+
"millisecond"
|
322
|
+
]
|
323
|
+
},
|
316
324
|
"van-coupon-cell": {
|
317
325
|
"attributes": [
|
318
326
|
"title",
|
@@ -345,14 +353,6 @@
|
|
345
353
|
"show-count"
|
346
354
|
]
|
347
355
|
},
|
348
|
-
"van-count-down": {
|
349
|
-
"attributes": [
|
350
|
-
"time",
|
351
|
-
"format",
|
352
|
-
"auto-start",
|
353
|
-
"millisecond"
|
354
|
-
]
|
355
|
-
},
|
356
356
|
"van-datetime-picker": {
|
357
357
|
"attributes": [
|
358
358
|
"type",
|