vant 2.12.46 → 2.12.47
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 +6 -7
- package/es/index.js +1 -1
- package/es/locale/lang/vi-VN.js +91 -0
- package/lib/index.js +1 -1
- package/lib/locale/lang/vi-VN.js +96 -0
- package/lib/vant.js +1 -1
- package/lib/vant.min.js +1 -1
- package/package.json +1 -1
- package/vetur/attributes.json +224 -224
- package/vetur/tags.json +79 -79
- package/vetur/web-types.json +739 -739
package/package.json
CHANGED
package/vetur/attributes.json
CHANGED
@@ -119,6 +119,138 @@
|
|
119
119
|
"type": "() => boolean",
|
120
120
|
"description": "根据`code`校验海外地址,海外地址会划分至单独的分类, 默认值: -"
|
121
121
|
},
|
122
|
+
"van-address-list/v-model": {
|
123
|
+
"type": "string",
|
124
|
+
"description": "当前选中地址的 id, 默认值: -"
|
125
|
+
},
|
126
|
+
"van-address-list/list": {
|
127
|
+
"type": "Address[]",
|
128
|
+
"description": "地址列表, 默认值: `[]`"
|
129
|
+
},
|
130
|
+
"van-address-list/disabled-list": {
|
131
|
+
"type": "Address[]",
|
132
|
+
"description": "不可配送地址列表, 默认值: `[]`"
|
133
|
+
},
|
134
|
+
"van-address-list/disabled-text": {
|
135
|
+
"type": "string",
|
136
|
+
"description": "不可配送提示文案, 默认值: -"
|
137
|
+
},
|
138
|
+
"van-address-list/switchable": {
|
139
|
+
"type": "boolean",
|
140
|
+
"description": "是否允许切换地址, 默认值: `true`"
|
141
|
+
},
|
142
|
+
"van-address-list/add-button-text": {
|
143
|
+
"type": "string",
|
144
|
+
"description": "底部按钮文字, 默认值: `新增地址`"
|
145
|
+
},
|
146
|
+
"van-address-list/default-tag-text": {
|
147
|
+
"type": "string",
|
148
|
+
"description": "默认地址标签文字, 默认值: -"
|
149
|
+
},
|
150
|
+
"van-badge/content": {
|
151
|
+
"type": "number | string",
|
152
|
+
"description": "徽标内容, 默认值: -"
|
153
|
+
},
|
154
|
+
"van-badge/color": {
|
155
|
+
"type": "string",
|
156
|
+
"description": "徽标背景颜色, 默认值: `#ee0a24`"
|
157
|
+
},
|
158
|
+
"van-badge/dot": {
|
159
|
+
"type": "boolean",
|
160
|
+
"description": "是否展示为小红点, 默认值: `false`"
|
161
|
+
},
|
162
|
+
"van-badge/max": {
|
163
|
+
"type": "number | string",
|
164
|
+
"description": "最大值,超过最大值会显示 `{max}+`,仅当 content 为数字时有效, 默认值: -"
|
165
|
+
},
|
166
|
+
"van-address-edit/area-list": {
|
167
|
+
"type": "object",
|
168
|
+
"description": "地区列表, 默认值: -"
|
169
|
+
},
|
170
|
+
"van-address-edit/area-columns-placeholder": {
|
171
|
+
"type": "string[]",
|
172
|
+
"description": "地区选择列占位提示文字, 默认值: `[]`"
|
173
|
+
},
|
174
|
+
"van-address-edit/area-placeholder": {
|
175
|
+
"type": "string",
|
176
|
+
"description": "地区输入框占位提示文字, 默认值: `选择省 / 市 / 区`"
|
177
|
+
},
|
178
|
+
"van-address-edit/address-info": {
|
179
|
+
"type": "AddressInfo",
|
180
|
+
"description": "收货人信息初始值, 默认值: `{}`"
|
181
|
+
},
|
182
|
+
"van-address-edit/search-result": {
|
183
|
+
"type": "SearchResult[]",
|
184
|
+
"description": "详细地址搜索结果, 默认值: `[]`"
|
185
|
+
},
|
186
|
+
"van-address-edit/show-postal": {
|
187
|
+
"type": "boolean",
|
188
|
+
"description": "是否显示邮政编码, 默认值: `false`"
|
189
|
+
},
|
190
|
+
"van-address-edit/show-delete": {
|
191
|
+
"type": "boolean",
|
192
|
+
"description": "是否显示删除按钮, 默认值: `false`"
|
193
|
+
},
|
194
|
+
"van-address-edit/show-set-default": {
|
195
|
+
"type": "boolean",
|
196
|
+
"description": "是否显示默认地址栏, 默认值: `false`"
|
197
|
+
},
|
198
|
+
"van-address-edit/show-search-result": {
|
199
|
+
"type": "boolean",
|
200
|
+
"description": "是否显示搜索结果, 默认值: `false`"
|
201
|
+
},
|
202
|
+
"van-address-edit/show-area": {
|
203
|
+
"type": "boolean",
|
204
|
+
"description": "是否显示地区, 默认值: `true`"
|
205
|
+
},
|
206
|
+
"van-address-edit/show-detail": {
|
207
|
+
"type": "boolean",
|
208
|
+
"description": "是否显示详细地址, 默认值: `true`"
|
209
|
+
},
|
210
|
+
"van-address-edit/disable-area": {
|
211
|
+
"type": "boolean",
|
212
|
+
"description": "是否禁用地区选择, 默认值: `false`"
|
213
|
+
},
|
214
|
+
"van-address-edit/save-button-text": {
|
215
|
+
"type": "string",
|
216
|
+
"description": "保存按钮文字, 默认值: `保存`"
|
217
|
+
},
|
218
|
+
"van-address-edit/delete-button-text": {
|
219
|
+
"type": "string",
|
220
|
+
"description": "删除按钮文字, 默认值: `删除`"
|
221
|
+
},
|
222
|
+
"van-address-edit/detail-rows": {
|
223
|
+
"type": "number | string",
|
224
|
+
"description": "详细地址输入框行数, 默认值: `1`"
|
225
|
+
},
|
226
|
+
"van-address-edit/detail-maxlength": {
|
227
|
+
"type": "number | string",
|
228
|
+
"description": "详细地址最大长度, 默认值: `200`"
|
229
|
+
},
|
230
|
+
"van-address-edit/is-saving": {
|
231
|
+
"type": "boolean",
|
232
|
+
"description": "是否显示保存按钮加载动画, 默认值: `false`"
|
233
|
+
},
|
234
|
+
"van-address-edit/is-deleting": {
|
235
|
+
"type": "boolean",
|
236
|
+
"description": "是否显示删除按钮加载动画, 默认值: `false`"
|
237
|
+
},
|
238
|
+
"van-address-edit/tel-validator": {
|
239
|
+
"type": "string => boolean",
|
240
|
+
"description": "手机号格式校验函数, 默认值: -"
|
241
|
+
},
|
242
|
+
"van-address-edit/tel-maxlength": {
|
243
|
+
"type": "number | string",
|
244
|
+
"description": "手机号最大长度, 默认值: -"
|
245
|
+
},
|
246
|
+
"van-address-edit/postal-validator": {
|
247
|
+
"type": "string => boolean",
|
248
|
+
"description": "邮政编码格式校验函数, 默认值: -"
|
249
|
+
},
|
250
|
+
"van-address-edit/validator": {
|
251
|
+
"type": "(key, val) => string",
|
252
|
+
"description": "自定义校验函数, 默认值: -"
|
253
|
+
},
|
122
254
|
"van-button/type": {
|
123
255
|
"type": "string",
|
124
256
|
"description": "类型,可选值为 `primary` `info` `warning` `danger`, 默认值: `default`"
|
@@ -207,6 +339,50 @@
|
|
207
339
|
"type": "boolean",
|
208
340
|
"description": "是否在跳转时替换当前页面历史, 默认值: `false`"
|
209
341
|
},
|
342
|
+
"van-card/thumb": {
|
343
|
+
"type": "string",
|
344
|
+
"description": "左侧图片 URL, 默认值: -"
|
345
|
+
},
|
346
|
+
"van-card/title": {
|
347
|
+
"type": "string",
|
348
|
+
"description": "标题, 默认值: -"
|
349
|
+
},
|
350
|
+
"van-card/desc": {
|
351
|
+
"type": "string",
|
352
|
+
"description": "描述, 默认值: -"
|
353
|
+
},
|
354
|
+
"van-card/tag": {
|
355
|
+
"type": "string",
|
356
|
+
"description": "图片角标, 默认值: -"
|
357
|
+
},
|
358
|
+
"van-card/num": {
|
359
|
+
"type": "number | string",
|
360
|
+
"description": "商品数量, 默认值: -"
|
361
|
+
},
|
362
|
+
"van-card/price": {
|
363
|
+
"type": "number | string",
|
364
|
+
"description": "商品价格, 默认值: -"
|
365
|
+
},
|
366
|
+
"van-card/origin-price": {
|
367
|
+
"type": "number | string",
|
368
|
+
"description": "商品划线原价, 默认值: -"
|
369
|
+
},
|
370
|
+
"van-card/centered": {
|
371
|
+
"type": "boolean",
|
372
|
+
"description": "内容是否垂直居中, 默认值: `false`"
|
373
|
+
},
|
374
|
+
"van-card/currency": {
|
375
|
+
"type": "string",
|
376
|
+
"description": "货币符号, 默认值: `¥`"
|
377
|
+
},
|
378
|
+
"van-card/thumb-link": {
|
379
|
+
"type": "string",
|
380
|
+
"description": "点击左侧图片后跳转的链接地址, 默认值: -"
|
381
|
+
},
|
382
|
+
"van-card/lazy-load": {
|
383
|
+
"type": "boolean",
|
384
|
+
"description": "是否开启图片懒加载,须配合 [Lazyload](#/zh-CN/lazyload) 组件使用, 默认值: `false`"
|
385
|
+
},
|
210
386
|
"van-calendar/type": {
|
211
387
|
"type": "string",
|
212
388
|
"description": "选择类型:<br>`single`表示选择单个日期,<br>`multiple`表示选择多个日期,<br>`range`表示选择日期区间, 默认值: `single`"
|
@@ -327,154 +503,6 @@
|
|
327
503
|
"type": "string",
|
328
504
|
"description": "选择超过最多可选天数时的提示文案, 默认值: `选择天数不能超过 xx 天`"
|
329
505
|
},
|
330
|
-
"van-card/thumb": {
|
331
|
-
"type": "string",
|
332
|
-
"description": "左侧图片 URL, 默认值: -"
|
333
|
-
},
|
334
|
-
"van-card/title": {
|
335
|
-
"type": "string",
|
336
|
-
"description": "标题, 默认值: -"
|
337
|
-
},
|
338
|
-
"van-card/desc": {
|
339
|
-
"type": "string",
|
340
|
-
"description": "描述, 默认值: -"
|
341
|
-
},
|
342
|
-
"van-card/tag": {
|
343
|
-
"type": "string",
|
344
|
-
"description": "图片角标, 默认值: -"
|
345
|
-
},
|
346
|
-
"van-card/num": {
|
347
|
-
"type": "number | string",
|
348
|
-
"description": "商品数量, 默认值: -"
|
349
|
-
},
|
350
|
-
"van-card/price": {
|
351
|
-
"type": "number | string",
|
352
|
-
"description": "商品价格, 默认值: -"
|
353
|
-
},
|
354
|
-
"van-card/origin-price": {
|
355
|
-
"type": "number | string",
|
356
|
-
"description": "商品划线原价, 默认值: -"
|
357
|
-
},
|
358
|
-
"van-card/centered": {
|
359
|
-
"type": "boolean",
|
360
|
-
"description": "内容是否垂直居中, 默认值: `false`"
|
361
|
-
},
|
362
|
-
"van-card/currency": {
|
363
|
-
"type": "string",
|
364
|
-
"description": "货币符号, 默认值: `¥`"
|
365
|
-
},
|
366
|
-
"van-card/thumb-link": {
|
367
|
-
"type": "string",
|
368
|
-
"description": "点击左侧图片后跳转的链接地址, 默认值: -"
|
369
|
-
},
|
370
|
-
"van-card/lazy-load": {
|
371
|
-
"type": "boolean",
|
372
|
-
"description": "是否开启图片懒加载,须配合 [Lazyload](#/zh-CN/lazyload) 组件使用, 默认值: `false`"
|
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
|
-
},
|
478
506
|
"van-cascader/title": {
|
479
507
|
"type": "string",
|
480
508
|
"description": "顶部标题, 默认值: -"
|
@@ -507,34 +535,6 @@
|
|
507
535
|
"type": "object",
|
508
536
|
"description": "自定义 `options` 结构中的字段, 默认值: `{ text: 'text', value: 'value', children: 'children' }`"
|
509
537
|
},
|
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": "分组标题, 默认值: `-`"
|
@@ -2947,54 +2947,6 @@
|
|
2947
2947
|
"type": "boolean",
|
2948
2948
|
"description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `true`"
|
2949
2949
|
},
|
2950
|
-
"van-swipe/autoplay": {
|
2951
|
-
"type": "number | string",
|
2952
|
-
"description": "自动轮播间隔,单位为 ms, 默认值: -"
|
2953
|
-
},
|
2954
|
-
"van-swipe/duration": {
|
2955
|
-
"type": "number | string",
|
2956
|
-
"description": "动画时长,单位为 ms, 默认值: `500`"
|
2957
|
-
},
|
2958
|
-
"van-swipe/initial-swipe": {
|
2959
|
-
"type": "number | string",
|
2960
|
-
"description": "初始位置索引值, 默认值: `0`"
|
2961
|
-
},
|
2962
|
-
"van-swipe/width": {
|
2963
|
-
"type": "number | string",
|
2964
|
-
"description": "滑块宽度,单位为`px`, 默认值: `auto`"
|
2965
|
-
},
|
2966
|
-
"van-swipe/height": {
|
2967
|
-
"type": "number | string",
|
2968
|
-
"description": "滑块高度,单位为`px`, 默认值: `auto`"
|
2969
|
-
},
|
2970
|
-
"van-swipe/loop": {
|
2971
|
-
"type": "boolean",
|
2972
|
-
"description": "是否开启循环播放, 默认值: `true`"
|
2973
|
-
},
|
2974
|
-
"van-swipe/show-indicators": {
|
2975
|
-
"type": "boolean",
|
2976
|
-
"description": "是否显示指示器, 默认值: `true`"
|
2977
|
-
},
|
2978
|
-
"van-swipe/vertical": {
|
2979
|
-
"type": "boolean",
|
2980
|
-
"description": "是否为纵向滚动, 默认值: `false`"
|
2981
|
-
},
|
2982
|
-
"van-swipe/touchable": {
|
2983
|
-
"type": "boolean",
|
2984
|
-
"description": "是否可以通过手势滑动, 默认值: `true`"
|
2985
|
-
},
|
2986
|
-
"van-swipe/stop-propagation": {
|
2987
|
-
"type": "boolean",
|
2988
|
-
"description": "是否阻止滑动事件冒泡, 默认值: `true`"
|
2989
|
-
},
|
2990
|
-
"van-swipe/lazy-render": {
|
2991
|
-
"type": "boolean",
|
2992
|
-
"description": "是否延迟渲染未展示的轮播, 默认值: `false`"
|
2993
|
-
},
|
2994
|
-
"van-swipe/indicator-color": {
|
2995
|
-
"type": "string",
|
2996
|
-
"description": "指示器颜色, 默认值: `#1989fa`"
|
2997
|
-
},
|
2998
2950
|
"van-swipe-cell/name": {
|
2999
2951
|
"type": "number | string",
|
3000
2952
|
"description": "标识符,可以在事件参数中获取到, 默认值: -"
|
@@ -3095,6 +3047,54 @@
|
|
3095
3047
|
"type": "any",
|
3096
3048
|
"description": "关闭时的值, 默认值: `false`"
|
3097
3049
|
},
|
3050
|
+
"van-swipe/autoplay": {
|
3051
|
+
"type": "number | string",
|
3052
|
+
"description": "自动轮播间隔,单位为 ms, 默认值: -"
|
3053
|
+
},
|
3054
|
+
"van-swipe/duration": {
|
3055
|
+
"type": "number | string",
|
3056
|
+
"description": "动画时长,单位为 ms, 默认值: `500`"
|
3057
|
+
},
|
3058
|
+
"van-swipe/initial-swipe": {
|
3059
|
+
"type": "number | string",
|
3060
|
+
"description": "初始位置索引值, 默认值: `0`"
|
3061
|
+
},
|
3062
|
+
"van-swipe/width": {
|
3063
|
+
"type": "number | string",
|
3064
|
+
"description": "滑块宽度,单位为`px`, 默认值: `auto`"
|
3065
|
+
},
|
3066
|
+
"van-swipe/height": {
|
3067
|
+
"type": "number | string",
|
3068
|
+
"description": "滑块高度,单位为`px`, 默认值: `auto`"
|
3069
|
+
},
|
3070
|
+
"van-swipe/loop": {
|
3071
|
+
"type": "boolean",
|
3072
|
+
"description": "是否开启循环播放, 默认值: `true`"
|
3073
|
+
},
|
3074
|
+
"van-swipe/show-indicators": {
|
3075
|
+
"type": "boolean",
|
3076
|
+
"description": "是否显示指示器, 默认值: `true`"
|
3077
|
+
},
|
3078
|
+
"van-swipe/vertical": {
|
3079
|
+
"type": "boolean",
|
3080
|
+
"description": "是否为纵向滚动, 默认值: `false`"
|
3081
|
+
},
|
3082
|
+
"van-swipe/touchable": {
|
3083
|
+
"type": "boolean",
|
3084
|
+
"description": "是否可以通过手势滑动, 默认值: `true`"
|
3085
|
+
},
|
3086
|
+
"van-swipe/stop-propagation": {
|
3087
|
+
"type": "boolean",
|
3088
|
+
"description": "是否阻止滑动事件冒泡, 默认值: `true`"
|
3089
|
+
},
|
3090
|
+
"van-swipe/lazy-render": {
|
3091
|
+
"type": "boolean",
|
3092
|
+
"description": "是否延迟渲染未展示的轮播, 默认值: `false`"
|
3093
|
+
},
|
3094
|
+
"van-swipe/indicator-color": {
|
3095
|
+
"type": "string",
|
3096
|
+
"description": "指示器颜色, 默认值: `#1989fa`"
|
3097
|
+
},
|
3098
3098
|
"van-tabs/v-model": {
|
3099
3099
|
"type": "number | string",
|
3100
3100
|
"description": "绑定当前选中标签的标识符, 默认值: `0`"
|
package/vetur/tags.json
CHANGED
@@ -37,6 +37,51 @@
|
|
37
37
|
"is-oversea-code"
|
38
38
|
]
|
39
39
|
},
|
40
|
+
"van-address-list": {
|
41
|
+
"attributes": [
|
42
|
+
"v-model",
|
43
|
+
"list",
|
44
|
+
"disabled-list",
|
45
|
+
"disabled-text",
|
46
|
+
"switchable",
|
47
|
+
"add-button-text",
|
48
|
+
"default-tag-text"
|
49
|
+
]
|
50
|
+
},
|
51
|
+
"van-badge": {
|
52
|
+
"attributes": [
|
53
|
+
"content",
|
54
|
+
"color",
|
55
|
+
"dot",
|
56
|
+
"max"
|
57
|
+
]
|
58
|
+
},
|
59
|
+
"van-address-edit": {
|
60
|
+
"attributes": [
|
61
|
+
"area-list",
|
62
|
+
"area-columns-placeholder",
|
63
|
+
"area-placeholder",
|
64
|
+
"address-info",
|
65
|
+
"search-result",
|
66
|
+
"show-postal",
|
67
|
+
"show-delete",
|
68
|
+
"show-set-default",
|
69
|
+
"show-search-result",
|
70
|
+
"show-area",
|
71
|
+
"show-detail",
|
72
|
+
"disable-area",
|
73
|
+
"save-button-text",
|
74
|
+
"delete-button-text",
|
75
|
+
"detail-rows",
|
76
|
+
"detail-maxlength",
|
77
|
+
"is-saving",
|
78
|
+
"is-deleting",
|
79
|
+
"tel-validator",
|
80
|
+
"tel-maxlength",
|
81
|
+
"postal-validator",
|
82
|
+
"validator"
|
83
|
+
]
|
84
|
+
},
|
40
85
|
"van-button": {
|
41
86
|
"attributes": [
|
42
87
|
"type",
|
@@ -63,6 +108,21 @@
|
|
63
108
|
"replace"
|
64
109
|
]
|
65
110
|
},
|
111
|
+
"van-card": {
|
112
|
+
"attributes": [
|
113
|
+
"thumb",
|
114
|
+
"title",
|
115
|
+
"desc",
|
116
|
+
"tag",
|
117
|
+
"num",
|
118
|
+
"price",
|
119
|
+
"origin-price",
|
120
|
+
"centered",
|
121
|
+
"currency",
|
122
|
+
"thumb-link",
|
123
|
+
"lazy-load"
|
124
|
+
]
|
125
|
+
},
|
66
126
|
"van-calendar": {
|
67
127
|
"attributes": [
|
68
128
|
"type",
|
@@ -109,55 +169,6 @@
|
|
109
169
|
"range-prompt"
|
110
170
|
]
|
111
171
|
},
|
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
|
-
},
|
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
|
-
},
|
161
172
|
"van-cascader": {
|
162
173
|
"attributes": [
|
163
174
|
"title",
|
@@ -170,17 +181,6 @@
|
|
170
181
|
"field-names"
|
171
182
|
]
|
172
183
|
},
|
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",
|
@@ -1039,25 +1039,6 @@
|
|
1039
1039
|
"safe-area-inset-bottom"
|
1040
1040
|
]
|
1041
1041
|
},
|
1042
|
-
"van-swipe": {
|
1043
|
-
"attributes": [
|
1044
|
-
"autoplay",
|
1045
|
-
"duration",
|
1046
|
-
"initial-swipe",
|
1047
|
-
"width",
|
1048
|
-
"height",
|
1049
|
-
"loop",
|
1050
|
-
"show-indicators",
|
1051
|
-
"vertical",
|
1052
|
-
"touchable",
|
1053
|
-
"stop-propagation",
|
1054
|
-
"lazy-render",
|
1055
|
-
"indicator-color"
|
1056
|
-
]
|
1057
|
-
},
|
1058
|
-
"van-swipe-item": {
|
1059
|
-
"attributes": []
|
1060
|
-
},
|
1061
1042
|
"van-swipe-cell": {
|
1062
1043
|
"attributes": [
|
1063
1044
|
"name",
|
@@ -1095,6 +1076,25 @@
|
|
1095
1076
|
"inactive-value"
|
1096
1077
|
]
|
1097
1078
|
},
|
1079
|
+
"van-swipe": {
|
1080
|
+
"attributes": [
|
1081
|
+
"autoplay",
|
1082
|
+
"duration",
|
1083
|
+
"initial-swipe",
|
1084
|
+
"width",
|
1085
|
+
"height",
|
1086
|
+
"loop",
|
1087
|
+
"show-indicators",
|
1088
|
+
"vertical",
|
1089
|
+
"touchable",
|
1090
|
+
"stop-propagation",
|
1091
|
+
"lazy-render",
|
1092
|
+
"indicator-color"
|
1093
|
+
]
|
1094
|
+
},
|
1095
|
+
"van-swipe-item": {
|
1096
|
+
"attributes": []
|
1097
|
+
},
|
1098
1098
|
"van-tabs": {
|
1099
1099
|
"attributes": [
|
1100
1100
|
"v-model",
|