vant 2.12.42 → 2.12.43

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
@@ -20,23 +20,6 @@
20
20
  "get-container"
21
21
  ]
22
22
  },
23
- "van-area": {
24
- "attributes": [
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"
38
- ]
39
- },
40
23
  "van-address-edit": {
41
24
  "attributes": [
42
25
  "area-list",
@@ -63,15 +46,12 @@
63
46
  "validator"
64
47
  ]
65
48
  },
66
- "van-address-list": {
49
+ "van-badge": {
67
50
  "attributes": [
68
- "v-model",
69
- "list",
70
- "disabled-list",
71
- "disabled-text",
72
- "switchable",
73
- "add-button-text",
74
- "default-tag-text"
51
+ "content",
52
+ "color",
53
+ "dot",
54
+ "max"
75
55
  ]
76
56
  },
77
57
  "van-button": {
@@ -100,6 +80,23 @@
100
80
  "replace"
101
81
  ]
102
82
  },
83
+ "van-area": {
84
+ "attributes": [
85
+ "value",
86
+ "title",
87
+ "confirm-button-text",
88
+ "cancel-button-text",
89
+ "area-list",
90
+ "columns-placeholder",
91
+ "loading",
92
+ "readonly",
93
+ "item-height",
94
+ "columns-num",
95
+ "visible-item-count",
96
+ "swipe-duration",
97
+ "is-oversea-code"
98
+ ]
99
+ },
103
100
  "van-calendar": {
104
101
  "attributes": [
105
102
  "type",
@@ -161,6 +158,18 @@
161
158
  "lazy-load"
162
159
  ]
163
160
  },
161
+ "van-cascader": {
162
+ "attributes": [
163
+ "title",
164
+ "value",
165
+ "options",
166
+ "placeholder",
167
+ "active-color",
168
+ "closeable",
169
+ "show-header",
170
+ "field-names"
171
+ ]
172
+ },
164
173
  "van-cell-group": {
165
174
  "attributes": [
166
175
  "title",
@@ -190,24 +199,15 @@
190
199
  "label-class"
191
200
  ]
192
201
  },
193
- "van-cascader": {
194
- "attributes": [
195
- "title",
196
- "value",
197
- "options",
198
- "placeholder",
199
- "active-color",
200
- "closeable",
201
- "show-header",
202
- "field-names"
203
- ]
204
- },
205
- "van-badge": {
202
+ "van-address-list": {
206
203
  "attributes": [
207
- "content",
208
- "color",
209
- "dot",
210
- "max"
204
+ "v-model",
205
+ "list",
206
+ "disabled-list",
207
+ "disabled-text",
208
+ "switchable",
209
+ "add-button-text",
210
+ "default-tag-text"
211
211
  ]
212
212
  },
213
213
  "van-checkbox": {
@@ -282,6 +282,7 @@
282
282
  "border",
283
283
  "is-link",
284
284
  "disabled",
285
+ "lazy-render",
285
286
  "title-class",
286
287
  "value-class",
287
288
  "label-class"
@@ -448,45 +449,6 @@
448
449
  "description"
449
450
  ]
450
451
  },
451
- "van-field": {
452
- "attributes": [
453
- "v-model (value)",
454
- "label",
455
- "name",
456
- "type",
457
- "size",
458
- "maxlength",
459
- "placeholder",
460
- "border",
461
- "disabled",
462
- "readonly",
463
- "colon",
464
- "required",
465
- "center",
466
- "clearable",
467
- "clear-trigger",
468
- "clickable",
469
- "is-link",
470
- "autofocus",
471
- "show-word-limit",
472
- "error",
473
- "error-message",
474
- "formatter",
475
- "format-trigger",
476
- "arrow-direction",
477
- "label-class",
478
- "label-width",
479
- "label-align",
480
- "input-align",
481
- "error-message-align",
482
- "autosize",
483
- "left-icon",
484
- "right-icon",
485
- "icon-prefix",
486
- "rules",
487
- "autocomplete"
488
- ]
489
- },
490
452
  "van-form": {
491
453
  "attributes": [
492
454
  "label-width",
@@ -536,6 +498,45 @@
536
498
  "replace"
537
499
  ]
538
500
  },
501
+ "van-field": {
502
+ "attributes": [
503
+ "v-model (value)",
504
+ "label",
505
+ "name",
506
+ "type",
507
+ "size",
508
+ "maxlength",
509
+ "placeholder",
510
+ "border",
511
+ "disabled",
512
+ "readonly",
513
+ "colon",
514
+ "required",
515
+ "center",
516
+ "clearable",
517
+ "clear-trigger",
518
+ "clickable",
519
+ "is-link",
520
+ "autofocus",
521
+ "show-word-limit",
522
+ "error",
523
+ "error-message",
524
+ "formatter",
525
+ "format-trigger",
526
+ "arrow-direction",
527
+ "label-class",
528
+ "label-width",
529
+ "label-align",
530
+ "input-align",
531
+ "error-message-align",
532
+ "autosize",
533
+ "left-icon",
534
+ "right-icon",
535
+ "icon-prefix",
536
+ "rules",
537
+ "autocomplete"
538
+ ]
539
+ },
539
540
  "van-grid": {
540
541
  "attributes": [
541
542
  "column-num",