vant 2.12.43 → 2.12.46
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/README.md +1 -0
- package/README.zh-CN.md +3 -2
- package/changelog.generated.md +12 -0
- package/es/dialog/Dialog.js +41 -8
- package/es/index.js +1 -1
- package/es/sku/utils/sku-helper.js +2 -2
- package/es/tabbar/index.js +1 -1
- package/es/tabbar-item/index.js +10 -8
- package/es/utils/validate/email.js +2 -2
- package/lib/dialog/Dialog.js +40 -7
- package/lib/index.js +1 -1
- package/lib/sku/utils/sku-helper.js +2 -2
- package/lib/tabbar/index.js +1 -1
- package/lib/tabbar-item/index.js +10 -8
- package/lib/utils/validate/email.js +2 -2
- package/lib/vant.js +56 -21
- package/lib/vant.min.js +1 -1
- package/package.json +1 -1
- package/vetur/attributes.json +341 -341
- package/vetur/tags.json +97 -97
- package/vetur/web-types.json +1093 -1093
package/vetur/tags.json
CHANGED
@@ -20,38 +20,21 @@
|
|
20
20
|
"get-container"
|
21
21
|
]
|
22
22
|
},
|
23
|
-
"van-
|
23
|
+
"van-area": {
|
24
24
|
"attributes": [
|
25
|
+
"value",
|
26
|
+
"title",
|
27
|
+
"confirm-button-text",
|
28
|
+
"cancel-button-text",
|
25
29
|
"area-list",
|
26
|
-
"
|
27
|
-
"
|
28
|
-
"
|
29
|
-
"
|
30
|
-
"
|
31
|
-
"
|
32
|
-
"
|
33
|
-
"
|
34
|
-
"show-area",
|
35
|
-
"show-detail",
|
36
|
-
"disable-area",
|
37
|
-
"save-button-text",
|
38
|
-
"delete-button-text",
|
39
|
-
"detail-rows",
|
40
|
-
"detail-maxlength",
|
41
|
-
"is-saving",
|
42
|
-
"is-deleting",
|
43
|
-
"tel-validator",
|
44
|
-
"tel-maxlength",
|
45
|
-
"postal-validator",
|
46
|
-
"validator"
|
47
|
-
]
|
48
|
-
},
|
49
|
-
"van-badge": {
|
50
|
-
"attributes": [
|
51
|
-
"content",
|
52
|
-
"color",
|
53
|
-
"dot",
|
54
|
-
"max"
|
30
|
+
"columns-placeholder",
|
31
|
+
"loading",
|
32
|
+
"readonly",
|
33
|
+
"item-height",
|
34
|
+
"columns-num",
|
35
|
+
"visible-item-count",
|
36
|
+
"swipe-duration",
|
37
|
+
"is-oversea-code"
|
55
38
|
]
|
56
39
|
},
|
57
40
|
"van-button": {
|
@@ -80,23 +63,6 @@
|
|
80
63
|
"replace"
|
81
64
|
]
|
82
65
|
},
|
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
|
-
},
|
100
66
|
"van-calendar": {
|
101
67
|
"attributes": [
|
102
68
|
"type",
|
@@ -158,6 +124,40 @@
|
|
158
124
|
"lazy-load"
|
159
125
|
]
|
160
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
161
|
"van-cascader": {
|
162
162
|
"attributes": [
|
163
163
|
"title",
|
@@ -170,6 +170,17 @@
|
|
170
170
|
"field-names"
|
171
171
|
]
|
172
172
|
},
|
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
|
+
},
|
173
184
|
"van-cell-group": {
|
174
185
|
"attributes": [
|
175
186
|
"title",
|
@@ -199,17 +210,6 @@
|
|
199
210
|
"label-class"
|
200
211
|
]
|
201
212
|
},
|
202
|
-
"van-address-list": {
|
203
|
-
"attributes": [
|
204
|
-
"v-model",
|
205
|
-
"list",
|
206
|
-
"disabled-list",
|
207
|
-
"disabled-text",
|
208
|
-
"switchable",
|
209
|
-
"add-button-text",
|
210
|
-
"default-tag-text"
|
211
|
-
]
|
212
|
-
},
|
213
213
|
"van-checkbox": {
|
214
214
|
"attributes": [
|
215
215
|
"v-model (value)",
|
@@ -449,6 +449,45 @@
|
|
449
449
|
"description"
|
450
450
|
]
|
451
451
|
},
|
452
|
+
"van-field": {
|
453
|
+
"attributes": [
|
454
|
+
"v-model (value)",
|
455
|
+
"label",
|
456
|
+
"name",
|
457
|
+
"type",
|
458
|
+
"size",
|
459
|
+
"maxlength",
|
460
|
+
"placeholder",
|
461
|
+
"border",
|
462
|
+
"disabled",
|
463
|
+
"readonly",
|
464
|
+
"colon",
|
465
|
+
"required",
|
466
|
+
"center",
|
467
|
+
"clearable",
|
468
|
+
"clear-trigger",
|
469
|
+
"clickable",
|
470
|
+
"is-link",
|
471
|
+
"autofocus",
|
472
|
+
"show-word-limit",
|
473
|
+
"error",
|
474
|
+
"error-message",
|
475
|
+
"formatter",
|
476
|
+
"format-trigger",
|
477
|
+
"arrow-direction",
|
478
|
+
"label-class",
|
479
|
+
"label-width",
|
480
|
+
"label-align",
|
481
|
+
"input-align",
|
482
|
+
"error-message-align",
|
483
|
+
"autosize",
|
484
|
+
"left-icon",
|
485
|
+
"right-icon",
|
486
|
+
"icon-prefix",
|
487
|
+
"rules",
|
488
|
+
"autocomplete"
|
489
|
+
]
|
490
|
+
},
|
452
491
|
"van-form": {
|
453
492
|
"attributes": [
|
454
493
|
"label-width",
|
@@ -498,45 +537,6 @@
|
|
498
537
|
"replace"
|
499
538
|
]
|
500
539
|
},
|
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
|
-
},
|
540
540
|
"van-grid": {
|
541
541
|
"attributes": [
|
542
542
|
"column-num",
|