vant 3.3.3 → 3.3.4
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.d.ts +1 -1
- package/es/index.js +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/ssr.js +7 -0
- package/lib/ssr.mjs +1 -0
- package/lib/vant.cjs.js +1 -1
- package/lib/vant.cjs.min.js +1 -1
- package/lib/vant.es.js +1 -1
- package/lib/vant.es.min.js +1 -1
- package/lib/vant.js +1 -1
- package/lib/vant.min.js +1 -1
- package/package.json +1 -1
- package/vetur/attributes.json +191 -191
- package/vetur/tags.json +78 -78
- package/vetur/web-types.json +701 -701
package/vetur/tags.json
CHANGED
@@ -55,6 +55,17 @@
|
|
55
55
|
"before-close"
|
56
56
|
]
|
57
57
|
},
|
58
|
+
"van-address-list": {
|
59
|
+
"attributes": [
|
60
|
+
"v-model",
|
61
|
+
"list",
|
62
|
+
"disabled-list",
|
63
|
+
"disabled-text",
|
64
|
+
"switchable",
|
65
|
+
"add-button-text",
|
66
|
+
"default-tag-text"
|
67
|
+
]
|
68
|
+
},
|
58
69
|
"van-address-edit": {
|
59
70
|
"attributes": [
|
60
71
|
"area-list",
|
@@ -81,15 +92,14 @@
|
|
81
92
|
"validator"
|
82
93
|
]
|
83
94
|
},
|
84
|
-
"van-
|
95
|
+
"van-badge": {
|
85
96
|
"attributes": [
|
86
|
-
"
|
87
|
-
"
|
88
|
-
"
|
89
|
-
"
|
90
|
-
"
|
91
|
-
"
|
92
|
-
"default-tag-text"
|
97
|
+
"content",
|
98
|
+
"color",
|
99
|
+
"dot",
|
100
|
+
"max",
|
101
|
+
"offset",
|
102
|
+
"show-zero"
|
93
103
|
]
|
94
104
|
},
|
95
105
|
"van-area": {
|
@@ -109,16 +119,6 @@
|
|
109
119
|
"is-oversea-code"
|
110
120
|
]
|
111
121
|
},
|
112
|
-
"van-badge": {
|
113
|
-
"attributes": [
|
114
|
-
"content",
|
115
|
-
"color",
|
116
|
-
"dot",
|
117
|
-
"max",
|
118
|
-
"offset",
|
119
|
-
"show-zero"
|
120
|
-
]
|
121
|
-
},
|
122
122
|
"van-button": {
|
123
123
|
"attributes": [
|
124
124
|
"type",
|
@@ -422,33 +422,6 @@
|
|
422
422
|
"max-minute"
|
423
423
|
]
|
424
424
|
},
|
425
|
-
"van-dialog": {
|
426
|
-
"attributes": [
|
427
|
-
"v-model:show",
|
428
|
-
"title",
|
429
|
-
"width",
|
430
|
-
"message",
|
431
|
-
"message-align",
|
432
|
-
"theme",
|
433
|
-
"show-confirm-button",
|
434
|
-
"show-cancel-button",
|
435
|
-
"confirm-button-text",
|
436
|
-
"confirm-button-color",
|
437
|
-
"cancel-button-text",
|
438
|
-
"cancel-button-color",
|
439
|
-
"overlay",
|
440
|
-
"overlay-class",
|
441
|
-
"overlay-style",
|
442
|
-
"close-on-popstate",
|
443
|
-
"close-on-click-overlay",
|
444
|
-
"lazy-render",
|
445
|
-
"lock-scroll",
|
446
|
-
"allow-html",
|
447
|
-
"before-close",
|
448
|
-
"transition",
|
449
|
-
"teleport"
|
450
|
-
]
|
451
|
-
},
|
452
425
|
"van-divider": {
|
453
426
|
"attributes": [
|
454
427
|
"dashed",
|
@@ -478,6 +451,33 @@
|
|
478
451
|
"teleport"
|
479
452
|
]
|
480
453
|
},
|
454
|
+
"van-dialog": {
|
455
|
+
"attributes": [
|
456
|
+
"v-model:show",
|
457
|
+
"title",
|
458
|
+
"width",
|
459
|
+
"message",
|
460
|
+
"message-align",
|
461
|
+
"theme",
|
462
|
+
"show-confirm-button",
|
463
|
+
"show-cancel-button",
|
464
|
+
"confirm-button-text",
|
465
|
+
"confirm-button-color",
|
466
|
+
"cancel-button-text",
|
467
|
+
"cancel-button-color",
|
468
|
+
"overlay",
|
469
|
+
"overlay-class",
|
470
|
+
"overlay-style",
|
471
|
+
"close-on-popstate",
|
472
|
+
"close-on-click-overlay",
|
473
|
+
"lazy-render",
|
474
|
+
"lock-scroll",
|
475
|
+
"allow-html",
|
476
|
+
"before-close",
|
477
|
+
"transition",
|
478
|
+
"teleport"
|
479
|
+
]
|
480
|
+
},
|
481
481
|
"van-empty": {
|
482
482
|
"attributes": [
|
483
483
|
"image",
|
@@ -543,6 +543,17 @@
|
|
543
543
|
"submit-on-enter"
|
544
544
|
]
|
545
545
|
},
|
546
|
+
"van-icon": {
|
547
|
+
"attributes": [
|
548
|
+
"name",
|
549
|
+
"dot",
|
550
|
+
"badge",
|
551
|
+
"color",
|
552
|
+
"size",
|
553
|
+
"class-prefix",
|
554
|
+
"tag"
|
555
|
+
]
|
556
|
+
},
|
546
557
|
"van-grid": {
|
547
558
|
"attributes": [
|
548
559
|
"column-num",
|
@@ -569,15 +580,19 @@
|
|
569
580
|
"replace"
|
570
581
|
]
|
571
582
|
},
|
572
|
-
"van-
|
583
|
+
"van-index-bar": {
|
573
584
|
"attributes": [
|
574
|
-
"
|
575
|
-
"
|
576
|
-
"
|
577
|
-
"
|
578
|
-
"
|
579
|
-
"
|
580
|
-
|
585
|
+
"index-list",
|
586
|
+
"z-index",
|
587
|
+
"sticky",
|
588
|
+
"sticky-offset-top",
|
589
|
+
"highlight-color",
|
590
|
+
"teleport"
|
591
|
+
]
|
592
|
+
},
|
593
|
+
"van-index-anchor": {
|
594
|
+
"attributes": [
|
595
|
+
"index"
|
581
596
|
]
|
582
597
|
},
|
583
598
|
"van-image": {
|
@@ -620,21 +635,6 @@
|
|
620
635
|
"teleport"
|
621
636
|
]
|
622
637
|
},
|
623
|
-
"van-index-bar": {
|
624
|
-
"attributes": [
|
625
|
-
"index-list",
|
626
|
-
"z-index",
|
627
|
-
"sticky",
|
628
|
-
"sticky-offset-top",
|
629
|
-
"highlight-color",
|
630
|
-
"teleport"
|
631
|
-
]
|
632
|
-
},
|
633
|
-
"van-index-anchor": {
|
634
|
-
"attributes": [
|
635
|
-
"index"
|
636
|
-
]
|
637
|
-
},
|
638
638
|
"van-list": {
|
639
639
|
"attributes": [
|
640
640
|
"v-model:loading",
|
@@ -1029,6 +1029,16 @@
|
|
1029
1029
|
"safe-area-inset-bottom"
|
1030
1030
|
]
|
1031
1031
|
},
|
1032
|
+
"van-swipe-cell": {
|
1033
|
+
"attributes": [
|
1034
|
+
"name",
|
1035
|
+
"left-width",
|
1036
|
+
"right-width",
|
1037
|
+
"before-close",
|
1038
|
+
"disabled",
|
1039
|
+
"stop-propagation"
|
1040
|
+
]
|
1041
|
+
},
|
1032
1042
|
"van-swipe": {
|
1033
1043
|
"attributes": [
|
1034
1044
|
"autoplay",
|
@@ -1048,16 +1058,6 @@
|
|
1048
1058
|
"van-swipe-item": {
|
1049
1059
|
"attributes": []
|
1050
1060
|
},
|
1051
|
-
"van-swipe-cell": {
|
1052
|
-
"attributes": [
|
1053
|
-
"name",
|
1054
|
-
"left-width",
|
1055
|
-
"right-width",
|
1056
|
-
"before-close",
|
1057
|
-
"disabled",
|
1058
|
-
"stop-propagation"
|
1059
|
-
]
|
1060
|
-
},
|
1061
1061
|
"van-switch": {
|
1062
1062
|
"attributes": [
|
1063
1063
|
"v-model",
|