vant 3.4.5 → 3.4.6

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.
Files changed (44) hide show
  1. package/changelog.generated.md +92 -0
  2. package/es/calendar/Calendar.d.ts +4 -0
  3. package/es/calendar/Calendar.js +2 -0
  4. package/es/calendar/index.d.ts +3 -0
  5. package/es/index.d.ts +1 -1
  6. package/es/index.js +1 -1
  7. package/es/nav-bar/NavBar.d.ts +1 -1
  8. package/es/nav-bar/NavBar.js +3 -3
  9. package/es/nav-bar/index.d.ts +1 -1
  10. package/es/popup/Popup.d.ts +4 -0
  11. package/es/popup/Popup.js +3 -0
  12. package/es/popup/index.d.ts +3 -0
  13. package/es/skeleton/Skeleton.js +6 -4
  14. package/es/style/base.css +1 -1
  15. package/es/style/base.less +5 -0
  16. package/es/swipe-cell/SwipeCell.js +1 -1
  17. package/es/toast/Toast.js +1 -0
  18. package/lib/calendar/Calendar.d.ts +4 -0
  19. package/lib/calendar/Calendar.js +2 -0
  20. package/lib/calendar/index.d.ts +3 -0
  21. package/lib/index.css +1 -1
  22. package/lib/index.d.ts +1 -1
  23. package/lib/index.js +1 -1
  24. package/lib/nav-bar/NavBar.d.ts +1 -1
  25. package/lib/nav-bar/NavBar.js +3 -3
  26. package/lib/nav-bar/index.d.ts +1 -1
  27. package/lib/popup/Popup.d.ts +4 -0
  28. package/lib/popup/Popup.js +3 -0
  29. package/lib/popup/index.d.ts +3 -0
  30. package/lib/skeleton/Skeleton.js +5 -3
  31. package/lib/style/base.css +1 -1
  32. package/lib/style/base.less +5 -0
  33. package/lib/swipe-cell/SwipeCell.js +1 -1
  34. package/lib/toast/Toast.js +1 -0
  35. package/lib/vant.cjs.js +16 -8
  36. package/lib/vant.cjs.min.js +1 -1
  37. package/lib/vant.es.js +16 -8
  38. package/lib/vant.es.min.js +16 -8
  39. package/lib/vant.js +16 -8
  40. package/lib/vant.min.js +1 -1
  41. package/package.json +2 -2
  42. package/vetur/attributes.json +287 -279
  43. package/vetur/tags.json +90 -88
  44. package/vetur/web-types.json +937 -917
package/vetur/tags.json CHANGED
@@ -1,4 +1,30 @@
1
1
  {
2
+ "van-address-edit": {
3
+ "attributes": [
4
+ "area-list",
5
+ "area-columns-placeholder",
6
+ "area-placeholder",
7
+ "address-info",
8
+ "search-result",
9
+ "show-postal",
10
+ "show-delete",
11
+ "show-set-default",
12
+ "show-search-result",
13
+ "show-area",
14
+ "show-detail",
15
+ "disable-area",
16
+ "save-button-text",
17
+ "delete-button-text",
18
+ "detail-rows",
19
+ "detail-maxlength",
20
+ "is-saving",
21
+ "is-deleting",
22
+ "tel-validator",
23
+ "tel-maxlength",
24
+ "postal-validator",
25
+ "validator"
26
+ ]
27
+ },
2
28
  "van-action-bar": {
3
29
  "attributes": [
4
30
  "safe-area-inset-bottom"
@@ -32,6 +58,23 @@
32
58
  "replace"
33
59
  ]
34
60
  },
61
+ "van-area": {
62
+ "attributes": [
63
+ "value",
64
+ "title",
65
+ "confirm-button-text",
66
+ "cancel-button-text",
67
+ "area-list",
68
+ "columns-placeholder",
69
+ "loading",
70
+ "readonly",
71
+ "item-height",
72
+ "columns-num",
73
+ "visible-item-count",
74
+ "swipe-duration",
75
+ "is-oversea-code"
76
+ ]
77
+ },
35
78
  "van-action-sheet": {
36
79
  "attributes": [
37
80
  "v-model:show",
@@ -56,60 +99,6 @@
56
99
  "before-close"
57
100
  ]
58
101
  },
59
- "van-address-edit": {
60
- "attributes": [
61
- "area-list",
62
- "area-columns-placeholder",
63
- "area-placeholder",
64
- "address-info",
65
- "search-result",
66
- "show-postal",
67
- "show-delete",
68
- "show-set-default",
69
- "show-search-result",
70
- "show-area",
71
- "show-detail",
72
- "disable-area",
73
- "save-button-text",
74
- "delete-button-text",
75
- "detail-rows",
76
- "detail-maxlength",
77
- "is-saving",
78
- "is-deleting",
79
- "tel-validator",
80
- "tel-maxlength",
81
- "postal-validator",
82
- "validator"
83
- ]
84
- },
85
- "van-area": {
86
- "attributes": [
87
- "value",
88
- "title",
89
- "confirm-button-text",
90
- "cancel-button-text",
91
- "area-list",
92
- "columns-placeholder",
93
- "loading",
94
- "readonly",
95
- "item-height",
96
- "columns-num",
97
- "visible-item-count",
98
- "swipe-duration",
99
- "is-oversea-code"
100
- ]
101
- },
102
- "van-address-list": {
103
- "attributes": [
104
- "v-model",
105
- "list",
106
- "disabled-list",
107
- "disabled-text",
108
- "switchable",
109
- "add-button-text",
110
- "default-tag-text"
111
- ]
112
- },
113
102
  "van-badge": {
114
103
  "attributes": [
115
104
  "content",
@@ -146,6 +135,17 @@
146
135
  "replace"
147
136
  ]
148
137
  },
138
+ "van-address-list": {
139
+ "attributes": [
140
+ "v-model",
141
+ "list",
142
+ "disabled-list",
143
+ "disabled-text",
144
+ "switchable",
145
+ "add-button-text",
146
+ "default-tag-text"
147
+ ]
148
+ },
149
149
  "van-calendar": {
150
150
  "attributes": [
151
151
  "type",
@@ -171,6 +171,7 @@
171
171
  "round",
172
172
  "close-on-popstate",
173
173
  "close-on-click-overlay",
174
+ "safe-area-inset-top",
174
175
  "safe-area-inset-bottom",
175
176
  "teleport",
176
177
  "max-range",
@@ -295,13 +296,6 @@
295
296
  "tag"
296
297
  ]
297
298
  },
298
- "van-config-provider": {
299
- "attributes": [
300
- "theme-vars",
301
- "tag",
302
- "icon-prefix"
303
- ]
304
- },
305
299
  "van-collapse": {
306
300
  "attributes": [
307
301
  "v-model",
@@ -327,6 +321,13 @@
327
321
  "label-class"
328
322
  ]
329
323
  },
324
+ "van-config-provider": {
325
+ "attributes": [
326
+ "theme-vars",
327
+ "tag",
328
+ "icon-prefix"
329
+ ]
330
+ },
330
331
  "van-contact-card": {
331
332
  "attributes": [
332
333
  "type",
@@ -527,6 +528,23 @@
527
528
  "autocomplete"
528
529
  ]
529
530
  },
531
+ "van-form": {
532
+ "attributes": [
533
+ "label-width",
534
+ "label-align",
535
+ "input-align",
536
+ "error-message-align",
537
+ "validate-trigger",
538
+ "colon",
539
+ "disabled",
540
+ "readonly",
541
+ "validate-first",
542
+ "scroll-to-error",
543
+ "show-error",
544
+ "show-error-message",
545
+ "submit-on-enter"
546
+ ]
547
+ },
530
548
  "van-grid": {
531
549
  "attributes": [
532
550
  "column-num",
@@ -608,23 +626,6 @@
608
626
  "teleport"
609
627
  ]
610
628
  },
611
- "van-form": {
612
- "attributes": [
613
- "label-width",
614
- "label-align",
615
- "input-align",
616
- "error-message-align",
617
- "validate-trigger",
618
- "colon",
619
- "disabled",
620
- "readonly",
621
- "validate-first",
622
- "scroll-to-error",
623
- "show-error",
624
- "show-error-message",
625
- "submit-on-enter"
626
- ]
627
- },
628
629
  "van-index-bar": {
629
630
  "attributes": [
630
631
  "index-list",
@@ -803,6 +804,7 @@
803
804
  "transition",
804
805
  "transition-appear",
805
806
  "teleport",
807
+ "safe-area-inset-top",
806
808
  "safe-area-inset-bottom"
807
809
  ]
808
810
  },
@@ -1156,6 +1158,16 @@
1156
1158
  "closeable"
1157
1159
  ]
1158
1160
  },
1161
+ "van-tree-select": {
1162
+ "attributes": [
1163
+ "items",
1164
+ "height",
1165
+ "main-active-index",
1166
+ "active-id",
1167
+ "max",
1168
+ "selected-icon"
1169
+ ]
1170
+ },
1159
1171
  "van-uploader": {
1160
1172
  "attributes": [
1161
1173
  "v-model",
@@ -1182,15 +1194,5 @@
1182
1194
  "image-fit",
1183
1195
  "upload-icon"
1184
1196
  ]
1185
- },
1186
- "van-tree-select": {
1187
- "attributes": [
1188
- "items",
1189
- "height",
1190
- "main-active-index",
1191
- "active-id",
1192
- "max",
1193
- "selected-icon"
1194
- ]
1195
1197
  }
1196
1198
  }