vant 2.12.35 → 2.12.36

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
@@ -1,25 +1,4 @@
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
2
  "van-address-edit": {
24
3
  "attributes": [
25
4
  "area-list",
@@ -46,6 +25,23 @@
46
25
  "validator"
47
26
  ]
48
27
  },
28
+ "van-area": {
29
+ "attributes": [
30
+ "value",
31
+ "title",
32
+ "confirm-button-text",
33
+ "cancel-button-text",
34
+ "area-list",
35
+ "columns-placeholder",
36
+ "loading",
37
+ "readonly",
38
+ "item-height",
39
+ "columns-num",
40
+ "visible-item-count",
41
+ "swipe-duration",
42
+ "is-oversea-code"
43
+ ]
44
+ },
49
45
  "van-address-list": {
50
46
  "attributes": [
51
47
  "v-model",
@@ -57,12 +53,51 @@
57
53
  "default-tag-text"
58
54
  ]
59
55
  },
60
- "van-badge": {
56
+ "van-action-sheet": {
61
57
  "attributes": [
62
- "content",
58
+ "v-model (value)",
59
+ "actions",
60
+ "title",
61
+ "cancel-text",
62
+ "description",
63
+ "closeable",
64
+ "close-icon",
65
+ "duration",
66
+ "round",
67
+ "overlay",
68
+ "lock-scroll",
69
+ "lazy-render",
70
+ "close-on-popstate",
71
+ "close-on-click-action",
72
+ "close-on-click-overlay",
73
+ "safe-area-inset-bottom",
74
+ "get-container"
75
+ ]
76
+ },
77
+ "van-button": {
78
+ "attributes": [
79
+ "type",
80
+ "size",
81
+ "text",
63
82
  "color",
64
- "dot",
65
- "max"
83
+ "icon",
84
+ "icon-prefix",
85
+ "icon-position",
86
+ "tag",
87
+ "native-type",
88
+ "block",
89
+ "plain",
90
+ "square",
91
+ "round",
92
+ "disabled",
93
+ "hairline",
94
+ "loading",
95
+ "loading-text",
96
+ "loading-type",
97
+ "loading-size",
98
+ "url",
99
+ "to",
100
+ "replace"
66
101
  ]
67
102
  },
68
103
  "van-calendar": {
@@ -111,58 +146,12 @@
111
146
  "range-prompt"
112
147
  ]
113
148
  },
114
- "van-button": {
149
+ "van-badge": {
115
150
  "attributes": [
116
- "type",
117
- "size",
118
- "text",
151
+ "content",
119
152
  "color",
120
- "icon",
121
- "icon-prefix",
122
- "icon-position",
123
- "tag",
124
- "native-type",
125
- "block",
126
- "plain",
127
- "square",
128
- "round",
129
- "disabled",
130
- "hairline",
131
- "loading",
132
- "loading-text",
133
- "loading-type",
134
- "loading-size",
135
- "url",
136
- "to",
137
- "replace"
138
- ]
139
- },
140
- "van-area": {
141
- "attributes": [
142
- "value",
143
- "title",
144
- "confirm-button-text",
145
- "cancel-button-text",
146
- "area-list",
147
- "columns-placeholder",
148
- "loading",
149
- "readonly",
150
- "item-height",
151
- "columns-num",
152
- "visible-item-count",
153
- "swipe-duration",
154
- "is-oversea-code"
155
- ]
156
- },
157
- "van-cascader": {
158
- "attributes": [
159
- "title",
160
- "value",
161
- "options",
162
- "placeholder",
163
- "active-color",
164
- "closeable",
165
- "field-names"
153
+ "dot",
154
+ "max"
166
155
  ]
167
156
  },
168
157
  "van-card": {
@@ -180,6 +169,17 @@
180
169
  "lazy-load"
181
170
  ]
182
171
  },
172
+ "van-cascader": {
173
+ "attributes": [
174
+ "title",
175
+ "value",
176
+ "options",
177
+ "placeholder",
178
+ "active-color",
179
+ "closeable",
180
+ "field-names"
181
+ ]
182
+ },
183
183
  "van-cell-group": {
184
184
  "attributes": [
185
185
  "title",
@@ -1092,6 +1092,33 @@
1092
1092
  "inactive-value"
1093
1093
  ]
1094
1094
  },
1095
+ "van-tabbar": {
1096
+ "attributes": [
1097
+ "v-model",
1098
+ "fixed",
1099
+ "border",
1100
+ "z-index",
1101
+ "active-color",
1102
+ "inactive-color",
1103
+ "route",
1104
+ "placeholder",
1105
+ "safe-area-inset-bottom",
1106
+ "before-change"
1107
+ ]
1108
+ },
1109
+ "van-tabbar-item": {
1110
+ "attributes": [
1111
+ "name",
1112
+ "icon",
1113
+ "icon-prefix",
1114
+ "dot",
1115
+ "badge",
1116
+ "info",
1117
+ "url",
1118
+ "to",
1119
+ "replace"
1120
+ ]
1121
+ },
1095
1122
  "van-tabs": {
1096
1123
  "attributes": [
1097
1124
  "v-model",
@@ -1130,33 +1157,6 @@
1130
1157
  "title-class"
1131
1158
  ]
1132
1159
  },
1133
- "van-tabbar": {
1134
- "attributes": [
1135
- "v-model",
1136
- "fixed",
1137
- "border",
1138
- "z-index",
1139
- "active-color",
1140
- "inactive-color",
1141
- "route",
1142
- "placeholder",
1143
- "safe-area-inset-bottom",
1144
- "before-change"
1145
- ]
1146
- },
1147
- "van-tabbar-item": {
1148
- "attributes": [
1149
- "name",
1150
- "icon",
1151
- "icon-prefix",
1152
- "dot",
1153
- "badge",
1154
- "info",
1155
- "url",
1156
- "to",
1157
- "replace"
1158
- ]
1159
- },
1160
1160
  "van-tag": {
1161
1161
  "attributes": [
1162
1162
  "type",