vant 2.12.52 → 2.12.53
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/index.js +1 -1
- package/es/sku/Sku.js +12 -3
- package/es/sku/components/SkuRowPropItem.js +5 -1
- package/lib/index.js +1 -1
- package/lib/sku/Sku.js +12 -3
- package/lib/sku/components/SkuRowPropItem.js +5 -1
- package/lib/vant.js +18 -5
- package/lib/vant.min.js +2 -2
- package/package.json +1 -1
- package/vetur/attributes.json +448 -448
- package/vetur/tags.json +134 -134
- package/vetur/web-types.json +1347 -1347
package/vetur/tags.json
CHANGED
|
@@ -10,23 +10,6 @@
|
|
|
10
10
|
"default-tag-text"
|
|
11
11
|
]
|
|
12
12
|
},
|
|
13
|
-
"van-area": {
|
|
14
|
-
"attributes": [
|
|
15
|
-
"value",
|
|
16
|
-
"title",
|
|
17
|
-
"confirm-button-text",
|
|
18
|
-
"cancel-button-text",
|
|
19
|
-
"area-list",
|
|
20
|
-
"columns-placeholder",
|
|
21
|
-
"loading",
|
|
22
|
-
"readonly",
|
|
23
|
-
"item-height",
|
|
24
|
-
"columns-num",
|
|
25
|
-
"visible-item-count",
|
|
26
|
-
"swipe-duration",
|
|
27
|
-
"is-oversea-code"
|
|
28
|
-
]
|
|
29
|
-
},
|
|
30
13
|
"van-action-sheet": {
|
|
31
14
|
"attributes": [
|
|
32
15
|
"v-model (value)",
|
|
@@ -74,6 +57,23 @@
|
|
|
74
57
|
"validator"
|
|
75
58
|
]
|
|
76
59
|
},
|
|
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
77
|
"van-button": {
|
|
78
78
|
"attributes": [
|
|
79
79
|
"type",
|
|
@@ -194,6 +194,21 @@
|
|
|
194
194
|
"label-class"
|
|
195
195
|
]
|
|
196
196
|
},
|
|
197
|
+
"van-circle": {
|
|
198
|
+
"attributes": [
|
|
199
|
+
"v-model",
|
|
200
|
+
"rate",
|
|
201
|
+
"size",
|
|
202
|
+
"color",
|
|
203
|
+
"layer-color",
|
|
204
|
+
"fill",
|
|
205
|
+
"speed",
|
|
206
|
+
"text",
|
|
207
|
+
"stroke-width",
|
|
208
|
+
"stroke-linecap",
|
|
209
|
+
"clockwise"
|
|
210
|
+
]
|
|
211
|
+
},
|
|
197
212
|
"van-checkbox": {
|
|
198
213
|
"attributes": [
|
|
199
214
|
"v-model (value)",
|
|
@@ -213,21 +228,6 @@
|
|
|
213
228
|
"checked-color"
|
|
214
229
|
]
|
|
215
230
|
},
|
|
216
|
-
"van-circle": {
|
|
217
|
-
"attributes": [
|
|
218
|
-
"v-model",
|
|
219
|
-
"rate",
|
|
220
|
-
"size",
|
|
221
|
-
"color",
|
|
222
|
-
"layer-color",
|
|
223
|
-
"fill",
|
|
224
|
-
"speed",
|
|
225
|
-
"text",
|
|
226
|
-
"stroke-width",
|
|
227
|
-
"stroke-linecap",
|
|
228
|
-
"clockwise"
|
|
229
|
-
]
|
|
230
|
-
},
|
|
231
231
|
"van-layout": {
|
|
232
232
|
"attributes": [
|
|
233
233
|
"type",
|
|
@@ -295,29 +295,6 @@
|
|
|
295
295
|
"millisecond"
|
|
296
296
|
]
|
|
297
297
|
},
|
|
298
|
-
"van-datetime-picker": {
|
|
299
|
-
"attributes": [
|
|
300
|
-
"type",
|
|
301
|
-
"title",
|
|
302
|
-
"confirm-button-text",
|
|
303
|
-
"cancel-button-text",
|
|
304
|
-
"show-toolbar",
|
|
305
|
-
"loading",
|
|
306
|
-
"readonly",
|
|
307
|
-
"filter",
|
|
308
|
-
"formatter",
|
|
309
|
-
"columns-order",
|
|
310
|
-
"item-height",
|
|
311
|
-
"visible-item-count",
|
|
312
|
-
"swipe-duration",
|
|
313
|
-
"min-date",
|
|
314
|
-
"max-date",
|
|
315
|
-
"min-hour",
|
|
316
|
-
"max-hour",
|
|
317
|
-
"min-minute",
|
|
318
|
-
"max-minute"
|
|
319
|
-
]
|
|
320
|
-
},
|
|
321
298
|
"van-coupon": {
|
|
322
299
|
"attributes": [
|
|
323
300
|
"title",
|
|
@@ -346,6 +323,36 @@
|
|
|
346
323
|
"show-count"
|
|
347
324
|
]
|
|
348
325
|
},
|
|
326
|
+
"van-datetime-picker": {
|
|
327
|
+
"attributes": [
|
|
328
|
+
"type",
|
|
329
|
+
"title",
|
|
330
|
+
"confirm-button-text",
|
|
331
|
+
"cancel-button-text",
|
|
332
|
+
"show-toolbar",
|
|
333
|
+
"loading",
|
|
334
|
+
"readonly",
|
|
335
|
+
"filter",
|
|
336
|
+
"formatter",
|
|
337
|
+
"columns-order",
|
|
338
|
+
"item-height",
|
|
339
|
+
"visible-item-count",
|
|
340
|
+
"swipe-duration",
|
|
341
|
+
"min-date",
|
|
342
|
+
"max-date",
|
|
343
|
+
"min-hour",
|
|
344
|
+
"max-hour",
|
|
345
|
+
"min-minute",
|
|
346
|
+
"max-minute"
|
|
347
|
+
]
|
|
348
|
+
},
|
|
349
|
+
"van-divider": {
|
|
350
|
+
"attributes": [
|
|
351
|
+
"dashed",
|
|
352
|
+
"hairline",
|
|
353
|
+
"content-position"
|
|
354
|
+
]
|
|
355
|
+
},
|
|
349
356
|
"van-dialog": {
|
|
350
357
|
"attributes": [
|
|
351
358
|
"v-model",
|
|
@@ -373,13 +380,6 @@
|
|
|
373
380
|
"get-container"
|
|
374
381
|
]
|
|
375
382
|
},
|
|
376
|
-
"van-divider": {
|
|
377
|
-
"attributes": [
|
|
378
|
-
"dashed",
|
|
379
|
-
"hairline",
|
|
380
|
-
"content-position"
|
|
381
|
-
]
|
|
382
|
-
},
|
|
383
383
|
"van-dropdown-menu": {
|
|
384
384
|
"attributes": [
|
|
385
385
|
"active-color",
|
|
@@ -405,45 +405,6 @@
|
|
|
405
405
|
"description"
|
|
406
406
|
]
|
|
407
407
|
},
|
|
408
|
-
"van-field": {
|
|
409
|
-
"attributes": [
|
|
410
|
-
"v-model (value)",
|
|
411
|
-
"label",
|
|
412
|
-
"name",
|
|
413
|
-
"type",
|
|
414
|
-
"size",
|
|
415
|
-
"maxlength",
|
|
416
|
-
"placeholder",
|
|
417
|
-
"border",
|
|
418
|
-
"disabled",
|
|
419
|
-
"readonly",
|
|
420
|
-
"colon",
|
|
421
|
-
"required",
|
|
422
|
-
"center",
|
|
423
|
-
"clearable",
|
|
424
|
-
"clear-trigger",
|
|
425
|
-
"clickable",
|
|
426
|
-
"is-link",
|
|
427
|
-
"autofocus",
|
|
428
|
-
"show-word-limit",
|
|
429
|
-
"error",
|
|
430
|
-
"error-message",
|
|
431
|
-
"formatter",
|
|
432
|
-
"format-trigger",
|
|
433
|
-
"arrow-direction",
|
|
434
|
-
"label-class",
|
|
435
|
-
"label-width",
|
|
436
|
-
"label-align",
|
|
437
|
-
"input-align",
|
|
438
|
-
"error-message-align",
|
|
439
|
-
"autosize",
|
|
440
|
-
"left-icon",
|
|
441
|
-
"right-icon",
|
|
442
|
-
"icon-prefix",
|
|
443
|
-
"rules",
|
|
444
|
-
"autocomplete"
|
|
445
|
-
]
|
|
446
|
-
},
|
|
447
408
|
"van-form": {
|
|
448
409
|
"attributes": [
|
|
449
410
|
"label-width",
|
|
@@ -485,6 +446,45 @@
|
|
|
485
446
|
"replace"
|
|
486
447
|
]
|
|
487
448
|
},
|
|
449
|
+
"van-field": {
|
|
450
|
+
"attributes": [
|
|
451
|
+
"v-model (value)",
|
|
452
|
+
"label",
|
|
453
|
+
"name",
|
|
454
|
+
"type",
|
|
455
|
+
"size",
|
|
456
|
+
"maxlength",
|
|
457
|
+
"placeholder",
|
|
458
|
+
"border",
|
|
459
|
+
"disabled",
|
|
460
|
+
"readonly",
|
|
461
|
+
"colon",
|
|
462
|
+
"required",
|
|
463
|
+
"center",
|
|
464
|
+
"clearable",
|
|
465
|
+
"clear-trigger",
|
|
466
|
+
"clickable",
|
|
467
|
+
"is-link",
|
|
468
|
+
"autofocus",
|
|
469
|
+
"show-word-limit",
|
|
470
|
+
"error",
|
|
471
|
+
"error-message",
|
|
472
|
+
"formatter",
|
|
473
|
+
"format-trigger",
|
|
474
|
+
"arrow-direction",
|
|
475
|
+
"label-class",
|
|
476
|
+
"label-width",
|
|
477
|
+
"label-align",
|
|
478
|
+
"input-align",
|
|
479
|
+
"error-message-align",
|
|
480
|
+
"autosize",
|
|
481
|
+
"left-icon",
|
|
482
|
+
"right-icon",
|
|
483
|
+
"icon-prefix",
|
|
484
|
+
"rules",
|
|
485
|
+
"autocomplete"
|
|
486
|
+
]
|
|
487
|
+
},
|
|
488
488
|
"van-grid": {
|
|
489
489
|
"attributes": [
|
|
490
490
|
"column-num",
|
|
@@ -595,19 +595,6 @@
|
|
|
595
595
|
"van-国际化": {
|
|
596
596
|
"attributes": []
|
|
597
597
|
},
|
|
598
|
-
"van-notice-bar": {
|
|
599
|
-
"attributes": [
|
|
600
|
-
"mode",
|
|
601
|
-
"text",
|
|
602
|
-
"color",
|
|
603
|
-
"background",
|
|
604
|
-
"left-icon",
|
|
605
|
-
"delay",
|
|
606
|
-
"speed",
|
|
607
|
-
"scrollable",
|
|
608
|
-
"wrapable"
|
|
609
|
-
]
|
|
610
|
-
},
|
|
611
598
|
"van-nav-bar": {
|
|
612
599
|
"attributes": [
|
|
613
600
|
"title",
|
|
@@ -621,6 +608,19 @@
|
|
|
621
608
|
"safe-area-inset-top"
|
|
622
609
|
]
|
|
623
610
|
},
|
|
611
|
+
"van-notice-bar": {
|
|
612
|
+
"attributes": [
|
|
613
|
+
"mode",
|
|
614
|
+
"text",
|
|
615
|
+
"color",
|
|
616
|
+
"background",
|
|
617
|
+
"left-icon",
|
|
618
|
+
"delay",
|
|
619
|
+
"speed",
|
|
620
|
+
"scrollable",
|
|
621
|
+
"wrapable"
|
|
622
|
+
]
|
|
623
|
+
},
|
|
624
624
|
"van-notify": {
|
|
625
625
|
"attributes": []
|
|
626
626
|
},
|
|
@@ -667,14 +667,6 @@
|
|
|
667
667
|
"force-ellipses"
|
|
668
668
|
]
|
|
669
669
|
},
|
|
670
|
-
"van-panel": {
|
|
671
|
-
"attributes": [
|
|
672
|
-
"title",
|
|
673
|
-
"desc",
|
|
674
|
-
"status",
|
|
675
|
-
"icon"
|
|
676
|
-
]
|
|
677
|
-
},
|
|
678
670
|
"van-password-input": {
|
|
679
671
|
"attributes": [
|
|
680
672
|
"value",
|
|
@@ -704,6 +696,14 @@
|
|
|
704
696
|
"swipe-duration"
|
|
705
697
|
]
|
|
706
698
|
},
|
|
699
|
+
"van-panel": {
|
|
700
|
+
"attributes": [
|
|
701
|
+
"title",
|
|
702
|
+
"desc",
|
|
703
|
+
"status",
|
|
704
|
+
"icon"
|
|
705
|
+
]
|
|
706
|
+
},
|
|
707
707
|
"van-popover": {
|
|
708
708
|
"attributes": [
|
|
709
709
|
"v-model",
|
|
@@ -1091,18 +1091,6 @@
|
|
|
1091
1091
|
"replace"
|
|
1092
1092
|
]
|
|
1093
1093
|
},
|
|
1094
|
-
"van-tag": {
|
|
1095
|
-
"attributes": [
|
|
1096
|
-
"type",
|
|
1097
|
-
"size",
|
|
1098
|
-
"color",
|
|
1099
|
-
"plain",
|
|
1100
|
-
"round",
|
|
1101
|
-
"mark",
|
|
1102
|
-
"text-color",
|
|
1103
|
-
"closeable"
|
|
1104
|
-
]
|
|
1105
|
-
},
|
|
1106
1094
|
"van-toast": {
|
|
1107
1095
|
"attributes": []
|
|
1108
1096
|
},
|
|
@@ -1142,5 +1130,17 @@
|
|
|
1142
1130
|
"image-fit",
|
|
1143
1131
|
"upload-icon"
|
|
1144
1132
|
]
|
|
1133
|
+
},
|
|
1134
|
+
"van-tag": {
|
|
1135
|
+
"attributes": [
|
|
1136
|
+
"type",
|
|
1137
|
+
"size",
|
|
1138
|
+
"color",
|
|
1139
|
+
"plain",
|
|
1140
|
+
"round",
|
|
1141
|
+
"mark",
|
|
1142
|
+
"text-color",
|
|
1143
|
+
"closeable"
|
|
1144
|
+
]
|
|
1145
1145
|
}
|
|
1146
1146
|
}
|