vant 2.12.44 → 2.12.45
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 +1 -0
- package/changelog.generated.md +17 -0
- package/es/dialog/Dialog.js +41 -8
- package/es/index.js +1 -1
- package/es/sku/utils/sku-helper.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/vant.js +43 -10
- package/lib/vant.min.js +1 -1
- package/package.json +1 -1
- package/vetur/attributes.json +304 -304
- package/vetur/tags.json +92 -92
- package/vetur/web-types.json +853 -853
package/vetur/tags.json
CHANGED
|
@@ -1,4 +1,51 @@
|
|
|
1
1
|
{
|
|
2
|
+
"van-action-sheet": {
|
|
3
|
+
"attributes": [
|
|
4
|
+
"v-model (value)",
|
|
5
|
+
"actions",
|
|
6
|
+
"title",
|
|
7
|
+
"cancel-text",
|
|
8
|
+
"description",
|
|
9
|
+
"closeable",
|
|
10
|
+
"close-icon",
|
|
11
|
+
"duration",
|
|
12
|
+
"round",
|
|
13
|
+
"overlay",
|
|
14
|
+
"lock-scroll",
|
|
15
|
+
"lazy-render",
|
|
16
|
+
"close-on-popstate",
|
|
17
|
+
"close-on-click-action",
|
|
18
|
+
"close-on-click-overlay",
|
|
19
|
+
"safe-area-inset-bottom",
|
|
20
|
+
"get-container"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"van-address-edit": {
|
|
24
|
+
"attributes": [
|
|
25
|
+
"area-list",
|
|
26
|
+
"area-columns-placeholder",
|
|
27
|
+
"area-placeholder",
|
|
28
|
+
"address-info",
|
|
29
|
+
"search-result",
|
|
30
|
+
"show-postal",
|
|
31
|
+
"show-delete",
|
|
32
|
+
"show-set-default",
|
|
33
|
+
"show-search-result",
|
|
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
|
+
},
|
|
2
49
|
"van-area": {
|
|
3
50
|
"attributes": [
|
|
4
51
|
"value",
|
|
@@ -16,14 +63,6 @@
|
|
|
16
63
|
"is-oversea-code"
|
|
17
64
|
]
|
|
18
65
|
},
|
|
19
|
-
"van-badge": {
|
|
20
|
-
"attributes": [
|
|
21
|
-
"content",
|
|
22
|
-
"color",
|
|
23
|
-
"dot",
|
|
24
|
-
"max"
|
|
25
|
-
]
|
|
26
|
-
},
|
|
27
66
|
"van-button": {
|
|
28
67
|
"attributes": [
|
|
29
68
|
"type",
|
|
@@ -50,32 +89,6 @@
|
|
|
50
89
|
"replace"
|
|
51
90
|
]
|
|
52
91
|
},
|
|
53
|
-
"van-address-edit": {
|
|
54
|
-
"attributes": [
|
|
55
|
-
"area-list",
|
|
56
|
-
"area-columns-placeholder",
|
|
57
|
-
"area-placeholder",
|
|
58
|
-
"address-info",
|
|
59
|
-
"search-result",
|
|
60
|
-
"show-postal",
|
|
61
|
-
"show-delete",
|
|
62
|
-
"show-set-default",
|
|
63
|
-
"show-search-result",
|
|
64
|
-
"show-area",
|
|
65
|
-
"show-detail",
|
|
66
|
-
"disable-area",
|
|
67
|
-
"save-button-text",
|
|
68
|
-
"delete-button-text",
|
|
69
|
-
"detail-rows",
|
|
70
|
-
"detail-maxlength",
|
|
71
|
-
"is-saving",
|
|
72
|
-
"is-deleting",
|
|
73
|
-
"tel-validator",
|
|
74
|
-
"tel-maxlength",
|
|
75
|
-
"postal-validator",
|
|
76
|
-
"validator"
|
|
77
|
-
]
|
|
78
|
-
},
|
|
79
92
|
"van-calendar": {
|
|
80
93
|
"attributes": [
|
|
81
94
|
"type",
|
|
@@ -122,27 +135,6 @@
|
|
|
122
135
|
"range-prompt"
|
|
123
136
|
]
|
|
124
137
|
},
|
|
125
|
-
"van-action-sheet": {
|
|
126
|
-
"attributes": [
|
|
127
|
-
"v-model (value)",
|
|
128
|
-
"actions",
|
|
129
|
-
"title",
|
|
130
|
-
"cancel-text",
|
|
131
|
-
"description",
|
|
132
|
-
"closeable",
|
|
133
|
-
"close-icon",
|
|
134
|
-
"duration",
|
|
135
|
-
"round",
|
|
136
|
-
"overlay",
|
|
137
|
-
"lock-scroll",
|
|
138
|
-
"lazy-render",
|
|
139
|
-
"close-on-popstate",
|
|
140
|
-
"close-on-click-action",
|
|
141
|
-
"close-on-click-overlay",
|
|
142
|
-
"safe-area-inset-bottom",
|
|
143
|
-
"get-container"
|
|
144
|
-
]
|
|
145
|
-
},
|
|
146
138
|
"van-address-list": {
|
|
147
139
|
"attributes": [
|
|
148
140
|
"v-model",
|
|
@@ -154,6 +146,14 @@
|
|
|
154
146
|
"default-tag-text"
|
|
155
147
|
]
|
|
156
148
|
},
|
|
149
|
+
"van-badge": {
|
|
150
|
+
"attributes": [
|
|
151
|
+
"content",
|
|
152
|
+
"color",
|
|
153
|
+
"dot",
|
|
154
|
+
"max"
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
157
|
"van-card": {
|
|
158
158
|
"attributes": [
|
|
159
159
|
"thumb",
|
|
@@ -169,6 +169,18 @@
|
|
|
169
169
|
"lazy-load"
|
|
170
170
|
]
|
|
171
171
|
},
|
|
172
|
+
"van-cascader": {
|
|
173
|
+
"attributes": [
|
|
174
|
+
"title",
|
|
175
|
+
"value",
|
|
176
|
+
"options",
|
|
177
|
+
"placeholder",
|
|
178
|
+
"active-color",
|
|
179
|
+
"closeable",
|
|
180
|
+
"show-header",
|
|
181
|
+
"field-names"
|
|
182
|
+
]
|
|
183
|
+
},
|
|
172
184
|
"van-cell-group": {
|
|
173
185
|
"attributes": [
|
|
174
186
|
"title",
|
|
@@ -198,18 +210,6 @@
|
|
|
198
210
|
"label-class"
|
|
199
211
|
]
|
|
200
212
|
},
|
|
201
|
-
"van-cascader": {
|
|
202
|
-
"attributes": [
|
|
203
|
-
"title",
|
|
204
|
-
"value",
|
|
205
|
-
"options",
|
|
206
|
-
"placeholder",
|
|
207
|
-
"active-color",
|
|
208
|
-
"closeable",
|
|
209
|
-
"show-header",
|
|
210
|
-
"field-names"
|
|
211
|
-
]
|
|
212
|
-
},
|
|
213
213
|
"van-checkbox": {
|
|
214
214
|
"attributes": [
|
|
215
215
|
"v-model (value)",
|
|
@@ -413,13 +413,6 @@
|
|
|
413
413
|
"get-container"
|
|
414
414
|
]
|
|
415
415
|
},
|
|
416
|
-
"van-divider": {
|
|
417
|
-
"attributes": [
|
|
418
|
-
"dashed",
|
|
419
|
-
"hairline",
|
|
420
|
-
"content-position"
|
|
421
|
-
]
|
|
422
|
-
},
|
|
423
416
|
"van-dropdown-menu": {
|
|
424
417
|
"attributes": [
|
|
425
418
|
"active-color",
|
|
@@ -442,11 +435,11 @@
|
|
|
442
435
|
"get-container"
|
|
443
436
|
]
|
|
444
437
|
},
|
|
445
|
-
"van-
|
|
438
|
+
"van-divider": {
|
|
446
439
|
"attributes": [
|
|
447
|
-
"
|
|
448
|
-
"
|
|
449
|
-
"
|
|
440
|
+
"dashed",
|
|
441
|
+
"hairline",
|
|
442
|
+
"content-position"
|
|
450
443
|
]
|
|
451
444
|
},
|
|
452
445
|
"van-field": {
|
|
@@ -488,21 +481,11 @@
|
|
|
488
481
|
"autocomplete"
|
|
489
482
|
]
|
|
490
483
|
},
|
|
491
|
-
"van-
|
|
484
|
+
"van-empty": {
|
|
492
485
|
"attributes": [
|
|
493
|
-
"
|
|
494
|
-
"
|
|
495
|
-
"
|
|
496
|
-
"error-message-align",
|
|
497
|
-
"validate-trigger",
|
|
498
|
-
"colon",
|
|
499
|
-
"disabled",
|
|
500
|
-
"readonly",
|
|
501
|
-
"validate-first",
|
|
502
|
-
"scroll-to-error",
|
|
503
|
-
"show-error",
|
|
504
|
-
"show-error-message",
|
|
505
|
-
"submit-on-enter"
|
|
486
|
+
"image",
|
|
487
|
+
"image-size",
|
|
488
|
+
"description"
|
|
506
489
|
]
|
|
507
490
|
},
|
|
508
491
|
"van-goods-action": {
|
|
@@ -537,6 +520,23 @@
|
|
|
537
520
|
"replace"
|
|
538
521
|
]
|
|
539
522
|
},
|
|
523
|
+
"van-form": {
|
|
524
|
+
"attributes": [
|
|
525
|
+
"label-width",
|
|
526
|
+
"label-align",
|
|
527
|
+
"input-align",
|
|
528
|
+
"error-message-align",
|
|
529
|
+
"validate-trigger",
|
|
530
|
+
"colon",
|
|
531
|
+
"disabled",
|
|
532
|
+
"readonly",
|
|
533
|
+
"validate-first",
|
|
534
|
+
"scroll-to-error",
|
|
535
|
+
"show-error",
|
|
536
|
+
"show-error-message",
|
|
537
|
+
"submit-on-enter"
|
|
538
|
+
]
|
|
539
|
+
},
|
|
540
540
|
"van-grid": {
|
|
541
541
|
"attributes": [
|
|
542
542
|
"column-num",
|