vant 2.12.53 → 2.13.0

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/vetur/tags.json CHANGED
@@ -1,15 +1,4 @@
1
1
  {
2
- "van-address-list": {
3
- "attributes": [
4
- "v-model",
5
- "list",
6
- "disabled-list",
7
- "disabled-text",
8
- "switchable",
9
- "add-button-text",
10
- "default-tag-text"
11
- ]
12
- },
13
2
  "van-action-sheet": {
14
3
  "attributes": [
15
4
  "v-model (value)",
@@ -57,21 +46,23 @@
57
46
  "validator"
58
47
  ]
59
48
  },
60
- "van-area": {
49
+ "van-badge": {
61
50
  "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"
51
+ "content",
52
+ "color",
53
+ "dot",
54
+ "max"
55
+ ]
56
+ },
57
+ "van-address-list": {
58
+ "attributes": [
59
+ "v-model",
60
+ "list",
61
+ "disabled-list",
62
+ "disabled-text",
63
+ "switchable",
64
+ "add-button-text",
65
+ "default-tag-text"
75
66
  ]
76
67
  },
77
68
  "van-button": {
@@ -100,12 +91,21 @@
100
91
  "replace"
101
92
  ]
102
93
  },
103
- "van-badge": {
94
+ "van-area": {
104
95
  "attributes": [
105
- "content",
106
- "color",
107
- "dot",
108
- "max"
96
+ "value",
97
+ "title",
98
+ "confirm-button-text",
99
+ "cancel-button-text",
100
+ "area-list",
101
+ "columns-placeholder",
102
+ "loading",
103
+ "readonly",
104
+ "item-height",
105
+ "columns-num",
106
+ "visible-item-count",
107
+ "swipe-duration",
108
+ "is-oversea-code"
109
109
  ]
110
110
  },
111
111
  "van-calendar": {
@@ -194,21 +194,6 @@
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
- },
212
197
  "van-checkbox": {
213
198
  "attributes": [
214
199
  "v-model (value)",
@@ -228,6 +213,21 @@
228
213
  "checked-color"
229
214
  ]
230
215
  },
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",
@@ -346,13 +346,6 @@
346
346
  "max-minute"
347
347
  ]
348
348
  },
349
- "van-divider": {
350
- "attributes": [
351
- "dashed",
352
- "hairline",
353
- "content-position"
354
- ]
355
- },
356
349
  "van-dialog": {
357
350
  "attributes": [
358
351
  "v-model",
@@ -380,6 +373,13 @@
380
373
  "get-container"
381
374
  ]
382
375
  },
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,6 +405,45 @@
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
+ },
408
447
  "van-form": {
409
448
  "attributes": [
410
449
  "label-width",
@@ -446,45 +485,6 @@
446
485
  "replace"
447
486
  ]
448
487
  },
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",
@@ -506,18 +506,6 @@
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
- },
521
509
  "van-image": {
522
510
  "attributes": [
523
511
  "src",
@@ -535,6 +523,18 @@
535
523
  "icon-prefix"
536
524
  ]
537
525
  },
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",
@@ -667,6 +667,14 @@
667
667
  "force-ellipses"
668
668
  ]
669
669
  },
670
+ "van-panel": {
671
+ "attributes": [
672
+ "title",
673
+ "desc",
674
+ "status",
675
+ "icon"
676
+ ]
677
+ },
670
678
  "van-password-input": {
671
679
  "attributes": [
672
680
  "value",
@@ -696,14 +704,6 @@
696
704
  "swipe-duration"
697
705
  ]
698
706
  },
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,6 +1091,18 @@
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
+ },
1094
1106
  "van-toast": {
1095
1107
  "attributes": []
1096
1108
  },
@@ -1130,17 +1142,5 @@
1130
1142
  "image-fit",
1131
1143
  "upload-icon"
1132
1144
  ]
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
  }