vant 3.5.0-beta.0 → 3.5.1

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 (255) hide show
  1. package/es/action-bar/ActionBar.mjs +1 -1
  2. package/es/action-bar/index.mjs +2 -2
  3. package/es/action-bar-button/ActionBarButton.mjs +5 -5
  4. package/es/action-bar-button/index.mjs +2 -2
  5. package/es/action-bar-icon/ActionBarIcon.mjs +5 -5
  6. package/es/action-bar-icon/index.mjs +2 -2
  7. package/es/action-sheet/ActionSheet.mjs +5 -5
  8. package/es/action-sheet/index.mjs +2 -2
  9. package/es/address-edit/AddressEdit.mjs +11 -11
  10. package/es/address-edit/AddressEditDetail.mjs +3 -3
  11. package/es/address-edit/index.mjs +2 -2
  12. package/es/address-list/AddressList.mjs +4 -4
  13. package/es/address-list/AddressListItem.mjs +5 -5
  14. package/es/address-list/index.mjs +2 -2
  15. package/es/area/Area.mjs +5 -5
  16. package/es/area/index.mjs +2 -2
  17. package/es/badge/Badge.mjs +1 -1
  18. package/es/badge/index.mjs +2 -2
  19. package/es/button/Button.mjs +4 -4
  20. package/es/button/index.mjs +2 -2
  21. package/es/calendar/Calendar.mjs +12 -9
  22. package/es/calendar/CalendarDay.mjs +2 -2
  23. package/es/calendar/CalendarHeader.mjs +2 -2
  24. package/es/calendar/CalendarMonth.mjs +6 -6
  25. package/es/calendar/index.mjs +2 -2
  26. package/es/calendar/utils.mjs +1 -1
  27. package/es/card/Card.mjs +3 -3
  28. package/es/card/index.mjs +2 -2
  29. package/es/cascader/Cascader.mjs +4 -4
  30. package/es/cascader/index.mjs +2 -2
  31. package/es/cell/Cell.mjs +3 -3
  32. package/es/cell/index.mjs +2 -2
  33. package/es/cell-group/CellGroup.mjs +1 -1
  34. package/es/cell-group/index.mjs +2 -2
  35. package/es/checkbox/Checkbox.mjs +4 -4
  36. package/es/checkbox/Checker.mjs +2 -2
  37. package/es/checkbox/index.mjs +2 -2
  38. package/es/checkbox-group/CheckboxGroup.mjs +2 -2
  39. package/es/checkbox-group/index.mjs +2 -2
  40. package/es/circle/Circle.mjs +1 -1
  41. package/es/circle/index.mjs +2 -2
  42. package/es/col/Col.mjs +2 -2
  43. package/es/col/index.mjs +2 -2
  44. package/es/collapse/Collapse.mjs +1 -1
  45. package/es/collapse/index.mjs +2 -2
  46. package/es/collapse-item/CollapseItem.mjs +6 -6
  47. package/es/collapse-item/index.mjs +2 -2
  48. package/es/composables/use-expose.mjs +1 -1
  49. package/es/composables/use-lock-scroll.mjs +2 -2
  50. package/es/composables/use-placeholder.mjs +1 -1
  51. package/es/composables/use-visibility-change.mjs +1 -1
  52. package/es/config-provider/ConfigProvider.mjs +1 -1
  53. package/es/config-provider/index.mjs +2 -2
  54. package/es/contact-card/ContactCard.mjs +2 -2
  55. package/es/contact-card/index.mjs +2 -2
  56. package/es/contact-edit/ContactEdit.mjs +6 -6
  57. package/es/contact-edit/index.mjs +2 -2
  58. package/es/contact-list/ContactList.mjs +7 -7
  59. package/es/contact-list/index.mjs +2 -2
  60. package/es/count-down/CountDown.mjs +3 -3
  61. package/es/count-down/index.mjs +2 -2
  62. package/es/count-down/utils.mjs +1 -1
  63. package/es/coupon/Coupon.mjs +3 -3
  64. package/es/coupon/index.mjs +2 -2
  65. package/es/coupon/utils.mjs +1 -1
  66. package/es/coupon-cell/CouponCell.mjs +2 -2
  67. package/es/coupon-cell/index.mjs +2 -2
  68. package/es/coupon-list/CouponList.mjs +8 -8
  69. package/es/coupon-list/index.mjs +2 -2
  70. package/es/datetime-picker/DatePicker.mjs +4 -4
  71. package/es/datetime-picker/DatetimePicker.mjs +4 -4
  72. package/es/datetime-picker/TimePicker.mjs +4 -4
  73. package/es/datetime-picker/index.mjs +2 -2
  74. package/es/datetime-picker/utils.mjs +2 -2
  75. package/es/dialog/Dialog.d.ts +8 -0
  76. package/es/dialog/Dialog.mjs +12 -6
  77. package/es/dialog/function-call.d.ts +10 -0
  78. package/es/dialog/function-call.mjs +5 -3
  79. package/es/dialog/index.mjs +1 -1
  80. package/es/dialog/types.d.ts +3 -1
  81. package/es/divider/Divider.mjs +1 -1
  82. package/es/divider/index.mjs +2 -2
  83. package/es/dropdown-item/DropdownItem.mjs +6 -6
  84. package/es/dropdown-item/index.mjs +2 -2
  85. package/es/dropdown-menu/DropdownMenu.mjs +2 -2
  86. package/es/dropdown-menu/index.mjs +2 -2
  87. package/es/empty/Empty.mjs +2 -2
  88. package/es/empty/index.mjs +2 -2
  89. package/es/field/Field.mjs +7 -7
  90. package/es/field/index.mjs +2 -2
  91. package/es/field/utils.mjs +1 -1
  92. package/es/form/Form.mjs +2 -2
  93. package/es/form/index.mjs +2 -2
  94. package/es/grid/Grid.mjs +2 -2
  95. package/es/grid/index.mjs +2 -2
  96. package/es/grid-item/GridItem.mjs +5 -5
  97. package/es/grid-item/index.mjs +2 -2
  98. package/es/icon/Icon.mjs +3 -3
  99. package/es/icon/index.mjs +2 -2
  100. package/es/image/Image.mjs +2 -2
  101. package/es/image/index.mjs +2 -2
  102. package/es/image-preview/ImagePreview.mjs +6 -6
  103. package/es/image-preview/ImagePreviewItem.mjs +5 -5
  104. package/es/image-preview/function-call.mjs +3 -3
  105. package/es/image-preview/index.mjs +1 -1
  106. package/es/index-anchor/IndexAnchor.mjs +4 -4
  107. package/es/index-anchor/index.mjs +2 -2
  108. package/es/index-bar/IndexBar.mjs +3 -3
  109. package/es/index-bar/index.mjs +2 -2
  110. package/es/index.d.ts +1 -1
  111. package/es/index.mjs +172 -172
  112. package/es/lazyload/index.mjs +1 -1
  113. package/es/lazyload/vue-lazyload/index.mjs +4 -4
  114. package/es/lazyload/vue-lazyload/lazy-container.mjs +1 -1
  115. package/es/lazyload/vue-lazyload/lazy-image.mjs +2 -2
  116. package/es/lazyload/vue-lazyload/lazy.mjs +3 -3
  117. package/es/lazyload/vue-lazyload/listener.mjs +2 -2
  118. package/es/list/List.mjs +4 -4
  119. package/es/list/index.mjs +2 -2
  120. package/es/loading/Loading.mjs +1 -1
  121. package/es/loading/index.mjs +2 -2
  122. package/es/locale/index.mjs +2 -2
  123. package/es/nav-bar/NavBar.mjs +3 -3
  124. package/es/nav-bar/index.mjs +2 -2
  125. package/es/notice-bar/NoticeBar.mjs +4 -4
  126. package/es/notice-bar/index.mjs +2 -2
  127. package/es/notify/Notify.mjs +3 -3
  128. package/es/notify/function-call.mjs +3 -3
  129. package/es/notify/index.mjs +1 -1
  130. package/es/number-keyboard/NumberKeyboard.mjs +2 -2
  131. package/es/number-keyboard/NumberKeyboardKey.mjs +3 -3
  132. package/es/number-keyboard/index.mjs +2 -2
  133. package/es/overlay/Overlay.mjs +2 -2
  134. package/es/overlay/index.mjs +2 -2
  135. package/es/pagination/Pagination.mjs +1 -1
  136. package/es/pagination/index.mjs +2 -2
  137. package/es/password-input/PasswordInput.mjs +1 -1
  138. package/es/password-input/index.mjs +2 -2
  139. package/es/picker/Picker.mjs +5 -5
  140. package/es/picker/PickerColumn.mjs +6 -4
  141. package/es/picker/index.mjs +2 -2
  142. package/es/popover/Popover.mjs +3 -3
  143. package/es/popover/index.mjs +2 -2
  144. package/es/popup/Popup.mjs +9 -9
  145. package/es/popup/index.mjs +2 -2
  146. package/es/popup/shared.mjs +1 -1
  147. package/es/progress/Progress.mjs +1 -1
  148. package/es/progress/index.mjs +2 -2
  149. package/es/pull-refresh/PullRefresh.d.ts +2 -1
  150. package/es/pull-refresh/PullRefresh.mjs +8 -4
  151. package/es/pull-refresh/index.d.ts +2 -1
  152. package/es/pull-refresh/index.mjs +2 -2
  153. package/es/radio/Radio.mjs +3 -3
  154. package/es/radio/index.mjs +2 -2
  155. package/es/radio-group/RadioGroup.mjs +1 -1
  156. package/es/radio-group/index.mjs +2 -2
  157. package/es/rate/Rate.mjs +4 -4
  158. package/es/rate/index.mjs +2 -2
  159. package/es/row/Row.mjs +1 -1
  160. package/es/row/index.mjs +2 -2
  161. package/es/search/Search.mjs +5 -5
  162. package/es/search/index.mjs +2 -2
  163. package/es/share-sheet/ShareSheet.mjs +4 -4
  164. package/es/share-sheet/index.mjs +2 -2
  165. package/es/sidebar/Sidebar.mjs +1 -1
  166. package/es/sidebar/index.mjs +2 -2
  167. package/es/sidebar-item/SidebarItem.mjs +4 -4
  168. package/es/sidebar-item/index.mjs +2 -2
  169. package/es/skeleton/Skeleton.mjs +1 -1
  170. package/es/skeleton/index.mjs +2 -2
  171. package/es/slider/Slider.mjs +2 -2
  172. package/es/slider/index.mjs +2 -2
  173. package/es/step/Step.mjs +3 -3
  174. package/es/step/index.mjs +2 -2
  175. package/es/stepper/Stepper.mjs +1 -1
  176. package/es/stepper/index.mjs +2 -2
  177. package/es/steps/Steps.mjs +1 -1
  178. package/es/steps/index.mjs +2 -2
  179. package/es/sticky/Sticky.mjs +2 -2
  180. package/es/sticky/index.mjs +2 -2
  181. package/es/submit-bar/SubmitBar.mjs +3 -3
  182. package/es/submit-bar/index.mjs +2 -2
  183. package/es/swipe/Swipe.mjs +4 -4
  184. package/es/swipe/index.mjs +2 -2
  185. package/es/swipe-cell/SwipeCell.mjs +3 -3
  186. package/es/swipe-cell/index.mjs +2 -2
  187. package/es/swipe-item/SwipeItem.mjs +3 -3
  188. package/es/swipe-item/index.mjs +2 -2
  189. package/es/switch/Switch.mjs +4 -3
  190. package/es/switch/index.mjs +2 -2
  191. package/es/tab/Tab.mjs +7 -7
  192. package/es/tab/index.mjs +2 -2
  193. package/es/tabbar/Tabbar.mjs +2 -2
  194. package/es/tabbar/index.mjs +2 -2
  195. package/es/tabbar-item/TabbarItem.mjs +5 -5
  196. package/es/tabbar-item/index.mjs +2 -2
  197. package/es/tabs/Tabs.mjs +10 -10
  198. package/es/tabs/TabsContent.mjs +2 -2
  199. package/es/tabs/TabsTitle.mjs +2 -2
  200. package/es/tabs/index.mjs +2 -2
  201. package/es/tabs/utils.mjs +1 -1
  202. package/es/tag/Tag.mjs +2 -2
  203. package/es/tag/index.mjs +2 -2
  204. package/es/toast/Toast.mjs +5 -5
  205. package/es/toast/function-call.d.ts +5 -6
  206. package/es/toast/function-call.mjs +3 -3
  207. package/es/toast/index.mjs +1 -1
  208. package/es/toast/types.d.ts +10 -1
  209. package/es/tree-select/TreeSelect.mjs +4 -4
  210. package/es/tree-select/index.mjs +2 -2
  211. package/es/uploader/Uploader.d.ts +3 -3
  212. package/es/uploader/Uploader.mjs +6 -6
  213. package/es/uploader/UploaderPreviewItem.mjs +5 -5
  214. package/es/uploader/index.d.ts +2 -2
  215. package/es/uploader/index.mjs +2 -2
  216. package/es/uploader/utils.mjs +1 -1
  217. package/es/utils/create.mjs +4 -4
  218. package/es/utils/deep-assign.mjs +1 -1
  219. package/es/utils/deep-clone.mjs +1 -1
  220. package/es/utils/dom.mjs +1 -1
  221. package/es/utils/format.mjs +3 -3
  222. package/es/utils/index.mjs +9 -9
  223. package/es/utils/interceptor.mjs +2 -2
  224. package/es/utils/mount-component.mjs +2 -2
  225. package/es/utils/validate.mjs +1 -1
  226. package/es/utils/with-install.mjs +1 -1
  227. package/lib/calendar/Calendar.js +3 -0
  228. package/lib/dialog/Dialog.d.ts +8 -0
  229. package/lib/dialog/Dialog.js +6 -0
  230. package/lib/dialog/function-call.d.ts +10 -0
  231. package/lib/dialog/function-call.js +2 -0
  232. package/lib/dialog/types.d.ts +3 -1
  233. package/lib/index.d.ts +1 -1
  234. package/lib/index.js +1 -1
  235. package/lib/picker/Picker.js +1 -1
  236. package/lib/picker/PickerColumn.js +2 -0
  237. package/lib/popup/Popup.js +1 -1
  238. package/lib/pull-refresh/PullRefresh.d.ts +2 -1
  239. package/lib/pull-refresh/PullRefresh.js +5 -1
  240. package/lib/pull-refresh/index.d.ts +2 -1
  241. package/lib/switch/Switch.js +2 -1
  242. package/lib/toast/function-call.d.ts +5 -6
  243. package/lib/toast/types.d.ts +10 -1
  244. package/lib/uploader/Uploader.d.ts +3 -3
  245. package/lib/uploader/index.d.ts +2 -2
  246. package/lib/vant.cjs.js +23 -5
  247. package/lib/vant.cjs.min.js +1 -1
  248. package/lib/vant.es.js +23 -5
  249. package/lib/vant.es.min.js +23 -5
  250. package/lib/vant.js +23 -5
  251. package/lib/vant.min.js +1 -1
  252. package/package.json +3 -3
  253. package/vetur/attributes.json +398 -390
  254. package/vetur/tags.json +140 -138
  255. package/vetur/web-types.json +1526 -1493
@@ -251,58 +251,6 @@
251
251
  "type": "(key, val) => string",
252
252
  "description": "Custom validator, Default: -"
253
253
  },
254
- "van-area/value": {
255
- "type": "string",
256
- "description": "the `code` of selected area, Default: -"
257
- },
258
- "van-area/title": {
259
- "type": "string",
260
- "description": "Toolbar title, Default: -"
261
- },
262
- "van-area/confirm-button-text": {
263
- "type": "string",
264
- "description": "Text of confirm button, Default: `Confirm`"
265
- },
266
- "van-area/cancel-button-text": {
267
- "type": "string",
268
- "description": "Text of cancel button, Default: `Cancel`"
269
- },
270
- "van-area/area-list": {
271
- "type": "object",
272
- "description": "Area list data, Default: -"
273
- },
274
- "van-area/columns-placeholder": {
275
- "type": "string[]",
276
- "description": "Placeholder of columns, Default: `[]`"
277
- },
278
- "van-area/loading": {
279
- "type": "boolean",
280
- "description": "Whether to show loading prompt, Default: `false`"
281
- },
282
- "van-area/readonly": {
283
- "type": "boolean",
284
- "description": "Whether to be readonly, Default: `false`"
285
- },
286
- "van-area/item-height": {
287
- "type": "number | string",
288
- "description": "Option height, supports `px` `vw` `vh` `rem` unit, default `px`, Default: `44`"
289
- },
290
- "van-area/columns-num": {
291
- "type": "number | string",
292
- "description": "Level of picker, Default: `3`"
293
- },
294
- "van-area/visible-item-count": {
295
- "type": "number | string",
296
- "description": "Count of visible columns, Default: `6`"
297
- },
298
- "van-area/swipe-duration": {
299
- "type": "number | string",
300
- "description": "Duration of the momentum animation, unit `ms`, Default: `1000`"
301
- },
302
- "van-area/is-oversea-code": {
303
- "type": "() => boolean",
304
- "description": "The method to validate oversea code, Default: -"
305
- },
306
254
  "van-badge/content": {
307
255
  "type": "number | string",
308
256
  "description": "Badge content, Default: -"
@@ -359,6 +307,58 @@
359
307
  "type": "string",
360
308
  "description": "Default tag text, Default: -"
361
309
  },
310
+ "van-area/value": {
311
+ "type": "string",
312
+ "description": "the `code` of selected area, Default: -"
313
+ },
314
+ "van-area/title": {
315
+ "type": "string",
316
+ "description": "Toolbar title, Default: -"
317
+ },
318
+ "van-area/confirm-button-text": {
319
+ "type": "string",
320
+ "description": "Text of confirm button, Default: `Confirm`"
321
+ },
322
+ "van-area/cancel-button-text": {
323
+ "type": "string",
324
+ "description": "Text of cancel button, Default: `Cancel`"
325
+ },
326
+ "van-area/area-list": {
327
+ "type": "object",
328
+ "description": "Area list data, Default: -"
329
+ },
330
+ "van-area/columns-placeholder": {
331
+ "type": "string[]",
332
+ "description": "Placeholder of columns, Default: `[]`"
333
+ },
334
+ "van-area/loading": {
335
+ "type": "boolean",
336
+ "description": "Whether to show loading prompt, Default: `false`"
337
+ },
338
+ "van-area/readonly": {
339
+ "type": "boolean",
340
+ "description": "Whether to be readonly, Default: `false`"
341
+ },
342
+ "van-area/item-height": {
343
+ "type": "number | string",
344
+ "description": "Option height, supports `px` `vw` `vh` `rem` unit, default `px`, Default: `44`"
345
+ },
346
+ "van-area/columns-num": {
347
+ "type": "number | string",
348
+ "description": "Level of picker, Default: `3`"
349
+ },
350
+ "van-area/visible-item-count": {
351
+ "type": "number | string",
352
+ "description": "Count of visible columns, Default: `6`"
353
+ },
354
+ "van-area/swipe-duration": {
355
+ "type": "number | string",
356
+ "description": "Duration of the momentum animation, unit `ms`, Default: `1000`"
357
+ },
358
+ "van-area/is-oversea-code": {
359
+ "type": "() => boolean",
360
+ "description": "The method to validate oversea code, Default: -"
361
+ },
362
362
  "van-button/type": {
363
363
  "type": "string",
364
364
  "description": "Can be set to `primary` `success` `warning` `danger`, Default: `default`"
@@ -843,38 +843,6 @@
843
843
  "type": "CircleStartPosition",
844
844
  "description": "Progress start position, can be set to `left`、`right`、`bottom`, Default: `top`"
845
845
  },
846
- "van-row/gutter": {
847
- "type": "number | string",
848
- "description": "Grid spacing(px), Default: -"
849
- },
850
- "van-row/tag": {
851
- "type": "string",
852
- "description": "Custom element tag, Default: `div`"
853
- },
854
- "van-row/justify": {
855
- "type": "string",
856
- "description": "Flex main axis, can be set to end/center/space-around/space-between, Default: `start`"
857
- },
858
- "van-row/align": {
859
- "type": "string",
860
- "description": "Flex cross axis, be set to center/bottom, Default: `top`"
861
- },
862
- "van-row/wrap": {
863
- "type": "boolean",
864
- "description": "Whether to wrap, Default: `true`"
865
- },
866
- "van-col/span": {
867
- "type": "number | string",
868
- "description": "number of column the grid spans, Default: -"
869
- },
870
- "van-col/offset": {
871
- "type": "number | string",
872
- "description": "number of spacing on the left side of the grid, Default: -"
873
- },
874
- "van-col/tag": {
875
- "type": "string",
876
- "description": "Custom element tag, Default: `div`"
877
- },
878
846
  "van-collapse/v-model": {
879
847
  "type": "accordion mode: _number | string_<br>non-accordion mode: _(number | string)[]",
880
848
  "description": "Names of current active panels, Default: -"
@@ -943,6 +911,38 @@
943
911
  "type": "string",
944
912
  "description": "Label className, Default: -"
945
913
  },
914
+ "van-row/gutter": {
915
+ "type": "number | string",
916
+ "description": "Grid spacing(px), Default: -"
917
+ },
918
+ "van-row/tag": {
919
+ "type": "string",
920
+ "description": "Custom element tag, Default: `div`"
921
+ },
922
+ "van-row/justify": {
923
+ "type": "string",
924
+ "description": "Flex main axis, can be set to end/center/space-around/space-between, Default: `start`"
925
+ },
926
+ "van-row/align": {
927
+ "type": "string",
928
+ "description": "Flex cross axis, be set to center/bottom, Default: `top`"
929
+ },
930
+ "van-row/wrap": {
931
+ "type": "boolean",
932
+ "description": "Whether to wrap, Default: `true`"
933
+ },
934
+ "van-col/span": {
935
+ "type": "number | string",
936
+ "description": "number of column the grid spans, Default: -"
937
+ },
938
+ "van-col/offset": {
939
+ "type": "number | string",
940
+ "description": "number of spacing on the left side of the grid, Default: -"
941
+ },
942
+ "van-col/tag": {
943
+ "type": "string",
944
+ "description": "Custom element tag, Default: `div`"
945
+ },
946
946
  "van-config-provider/theme-vars": {
947
947
  "type": "object",
948
948
  "description": "Theme variables, Default: -"
@@ -1035,6 +1035,82 @@
1035
1035
  "type": "boolean",
1036
1036
  "description": "Whether to enable millisecond render, Default: `false`"
1037
1037
  },
1038
+ "van-datetime-picker/type": {
1039
+ "type": "string",
1040
+ "description": "Can be set to `date` `time`<br> `year-month` `month-day` `datehour`, Default: `datetime`"
1041
+ },
1042
+ "van-datetime-picker/title": {
1043
+ "type": "string",
1044
+ "description": "Toolbar title, Default: `''`"
1045
+ },
1046
+ "van-datetime-picker/confirm-button-text": {
1047
+ "type": "string",
1048
+ "description": "Text of confirm button, Default: `Confirm`"
1049
+ },
1050
+ "van-datetime-picker/cancel-button-text": {
1051
+ "type": "string",
1052
+ "description": "Text of cancel button, Default: `Cancel`"
1053
+ },
1054
+ "van-datetime-picker/show-toolbar": {
1055
+ "type": "boolean",
1056
+ "description": "Whether to show toolbar, Default: `true`"
1057
+ },
1058
+ "van-datetime-picker/loading": {
1059
+ "type": "boolean",
1060
+ "description": "Whether to show loading prompt, Default: `false`"
1061
+ },
1062
+ "van-datetime-picker/readonly": {
1063
+ "type": "boolean",
1064
+ "description": "Whether to be readonly, Default: `false`"
1065
+ },
1066
+ "van-datetime-picker/filter": {
1067
+ "type": "(type: string, values: string[]) => string[]",
1068
+ "description": "Option filter, Default: -"
1069
+ },
1070
+ "van-datetime-picker/formatter": {
1071
+ "type": "(type: string, value: string) => string",
1072
+ "description": "Option text formatter, Default: -"
1073
+ },
1074
+ "van-datetime-picker/columns-order": {
1075
+ "type": "string[]",
1076
+ "description": "Array for ordering columns, where item can be set to<br> `year`, `month`, `day`, `hour` and `minute`, Default: -"
1077
+ },
1078
+ "van-datetime-picker/item-height": {
1079
+ "type": "number | string",
1080
+ "description": "Option height, supports `px` `vw` `vh` `rem` unit, default `px`, Default: `44`"
1081
+ },
1082
+ "van-datetime-picker/visible-item-count": {
1083
+ "type": "number | string",
1084
+ "description": "Count of visible columns, Default: `6`"
1085
+ },
1086
+ "van-datetime-picker/swipe-duration": {
1087
+ "type": "number | string",
1088
+ "description": "Duration of the momentum animation, unit `ms`, Default: `1000`"
1089
+ },
1090
+ "van-date-picker/min-date": {
1091
+ "type": "Date",
1092
+ "description": "Min date, Default: Ten years ago on January 1"
1093
+ },
1094
+ "van-date-picker/max-date": {
1095
+ "type": "Date",
1096
+ "description": "Max date, Default: Ten years later on December 31"
1097
+ },
1098
+ "van-time-picker/min-hour": {
1099
+ "type": "number | string",
1100
+ "description": "Min hour for `time` type, Default: `0`"
1101
+ },
1102
+ "van-time-picker/max-hour": {
1103
+ "type": "number | string",
1104
+ "description": "Max hour for `time` type, Default: `23`"
1105
+ },
1106
+ "van-time-picker/min-minute": {
1107
+ "type": "number | string",
1108
+ "description": "Max minute for `time` type, Default: `0`"
1109
+ },
1110
+ "van-time-picker/max-minute": {
1111
+ "type": "number | string",
1112
+ "description": "Max minute for `time` type, Default: `59`"
1113
+ },
1038
1114
  "van-coupon-cell/title": {
1039
1115
  "type": "string",
1040
1116
  "description": "Cell title, Default: `Coupon`"
@@ -1123,89 +1199,13 @@
1123
1199
  "type": "boolean",
1124
1200
  "description": "Whether to show coupon count in tab title, Default: `true`"
1125
1201
  },
1126
- "van-datetime-picker/type": {
1127
- "type": "string",
1128
- "description": "Can be set to `date` `time`<br> `year-month` `month-day` `datehour`, Default: `datetime`"
1202
+ "van-dialog/v-model:show": {
1203
+ "type": "boolean",
1204
+ "description": "Whether to show dialog, Default: -"
1129
1205
  },
1130
- "van-datetime-picker/title": {
1206
+ "van-dialog/title": {
1131
1207
  "type": "string",
1132
- "description": "Toolbar title, Default: `''`"
1133
- },
1134
- "van-datetime-picker/confirm-button-text": {
1135
- "type": "string",
1136
- "description": "Text of confirm button, Default: `Confirm`"
1137
- },
1138
- "van-datetime-picker/cancel-button-text": {
1139
- "type": "string",
1140
- "description": "Text of cancel button, Default: `Cancel`"
1141
- },
1142
- "van-datetime-picker/show-toolbar": {
1143
- "type": "boolean",
1144
- "description": "Whether to show toolbar, Default: `true`"
1145
- },
1146
- "van-datetime-picker/loading": {
1147
- "type": "boolean",
1148
- "description": "Whether to show loading prompt, Default: `false`"
1149
- },
1150
- "van-datetime-picker/readonly": {
1151
- "type": "boolean",
1152
- "description": "Whether to be readonly, Default: `false`"
1153
- },
1154
- "van-datetime-picker/filter": {
1155
- "type": "(type: string, values: string[]) => string[]",
1156
- "description": "Option filter, Default: -"
1157
- },
1158
- "van-datetime-picker/formatter": {
1159
- "type": "(type: string, value: string) => string",
1160
- "description": "Option text formatter, Default: -"
1161
- },
1162
- "van-datetime-picker/columns-order": {
1163
- "type": "string[]",
1164
- "description": "Array for ordering columns, where item can be set to<br> `year`, `month`, `day`, `hour` and `minute`, Default: -"
1165
- },
1166
- "van-datetime-picker/item-height": {
1167
- "type": "number | string",
1168
- "description": "Option height, supports `px` `vw` `vh` `rem` unit, default `px`, Default: `44`"
1169
- },
1170
- "van-datetime-picker/visible-item-count": {
1171
- "type": "number | string",
1172
- "description": "Count of visible columns, Default: `6`"
1173
- },
1174
- "van-datetime-picker/swipe-duration": {
1175
- "type": "number | string",
1176
- "description": "Duration of the momentum animation, unit `ms`, Default: `1000`"
1177
- },
1178
- "van-date-picker/min-date": {
1179
- "type": "Date",
1180
- "description": "Min date, Default: Ten years ago on January 1"
1181
- },
1182
- "van-date-picker/max-date": {
1183
- "type": "Date",
1184
- "description": "Max date, Default: Ten years later on December 31"
1185
- },
1186
- "van-time-picker/min-hour": {
1187
- "type": "number | string",
1188
- "description": "Min hour for `time` type, Default: `0`"
1189
- },
1190
- "van-time-picker/max-hour": {
1191
- "type": "number | string",
1192
- "description": "Max hour for `time` type, Default: `23`"
1193
- },
1194
- "van-time-picker/min-minute": {
1195
- "type": "number | string",
1196
- "description": "Max minute for `time` type, Default: `0`"
1197
- },
1198
- "van-time-picker/max-minute": {
1199
- "type": "number | string",
1200
- "description": "Max minute for `time` type, Default: `59`"
1201
- },
1202
- "van-dialog/v-model:show": {
1203
- "type": "boolean",
1204
- "description": "Whether to show dialog, Default: -"
1205
- },
1206
- "van-dialog/title": {
1207
- "type": "string",
1208
- "description": "Title, Default: -"
1208
+ "description": "Title, Default: -"
1209
1209
  },
1210
1210
  "van-dialog/width": {
1211
1211
  "type": "number | string",
@@ -1239,6 +1239,10 @@
1239
1239
  "type": "string",
1240
1240
  "description": "Cancel button color, Default: `black`"
1241
1241
  },
1242
+ "van-dialog/cancel-button-disabled": {
1243
+ "type": "boolean",
1244
+ "description": "Whether to disable cancel button, Default: `false`"
1245
+ },
1242
1246
  "van-dialog/confirm-button-text": {
1243
1247
  "type": "string",
1244
1248
  "description": "Confirm button text, Default: `Confirm`"
@@ -1247,6 +1251,10 @@
1247
1251
  "type": "string",
1248
1252
  "description": "Confirm button color, Default: `#ee0a24`"
1249
1253
  },
1254
+ "van-dialog/confirm-button-disabled": {
1255
+ "type": "boolean",
1256
+ "description": "Whether to disable confirm button, Default: `false`"
1257
+ },
1250
1258
  "van-dialog/overlay": {
1251
1259
  "type": "boolean",
1252
1260
  "description": "Whether to show overlay, Default: `true`"
@@ -1523,58 +1531,6 @@
1523
1531
  "type": "string",
1524
1532
  "description": "HTML native attribute, see [MDN - enterkeyhint](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint)<br>, Default: -"
1525
1533
  },
1526
- "van-form/label-width": {
1527
- "type": "number | string",
1528
- "description": "Field label width, Default: `6.2em`"
1529
- },
1530
- "van-form/label-align": {
1531
- "type": "string",
1532
- "description": "Field label align, can be set to `center` `right`, Default: `left`"
1533
- },
1534
- "van-form/input-align": {
1535
- "type": "string",
1536
- "description": "Field input align, can be set to `center` `right`, Default: `left`"
1537
- },
1538
- "van-form/error-message-align": {
1539
- "type": "string",
1540
- "description": "Error message align, can be set to `center` `right`, Default: `left`"
1541
- },
1542
- "van-form/validate-trigger": {
1543
- "type": "string | string[]",
1544
- "description": "When to validate the form, can be set to `onChange`、`onSubmit`, supports using array to set multiple values, Default: `onBlur`"
1545
- },
1546
- "van-form/colon": {
1547
- "type": "boolean",
1548
- "description": "Whether to display colon after label, Default: `false`"
1549
- },
1550
- "van-form/disabled": {
1551
- "type": "boolean",
1552
- "description": "Whether to disable form, Default: `false`"
1553
- },
1554
- "van-form/readonly": {
1555
- "type": "boolean",
1556
- "description": "Whether to be readonly, Default: `false`"
1557
- },
1558
- "van-form/validate-first": {
1559
- "type": "boolean",
1560
- "description": "Whether to stop the validation when a rule fails, Default: `false`"
1561
- },
1562
- "van-form/scroll-to-error": {
1563
- "type": "boolean",
1564
- "description": "Whether to scroll to the error field when validation failed, Default: `false`"
1565
- },
1566
- "van-form/show-error": {
1567
- "type": "boolean",
1568
- "description": "Whether to highlight input when validation failed, Default: `false`"
1569
- },
1570
- "van-form/show-error-message": {
1571
- "type": "boolean",
1572
- "description": "Whether to show error message when validation failed, Default: `true`"
1573
- },
1574
- "van-form/submit-on-enter": {
1575
- "type": "boolean",
1576
- "description": "Whether to submit form on enter, Default: `true`"
1577
- },
1578
1534
  "van-grid/column-num": {
1579
1535
  "type": "number | string",
1580
1536
  "description": "Column Num, Default: `4`"
@@ -1651,6 +1607,58 @@
1651
1607
  "type": "boolean",
1652
1608
  "description": "If true, the navigation will not leave a history record, Default: `false`"
1653
1609
  },
1610
+ "van-form/label-width": {
1611
+ "type": "number | string",
1612
+ "description": "Field label width, Default: `6.2em`"
1613
+ },
1614
+ "van-form/label-align": {
1615
+ "type": "string",
1616
+ "description": "Field label align, can be set to `center` `right`, Default: `left`"
1617
+ },
1618
+ "van-form/input-align": {
1619
+ "type": "string",
1620
+ "description": "Field input align, can be set to `center` `right`, Default: `left`"
1621
+ },
1622
+ "van-form/error-message-align": {
1623
+ "type": "string",
1624
+ "description": "Error message align, can be set to `center` `right`, Default: `left`"
1625
+ },
1626
+ "van-form/validate-trigger": {
1627
+ "type": "string | string[]",
1628
+ "description": "When to validate the form, can be set to `onChange`、`onSubmit`, supports using array to set multiple values, Default: `onBlur`"
1629
+ },
1630
+ "van-form/colon": {
1631
+ "type": "boolean",
1632
+ "description": "Whether to display colon after label, Default: `false`"
1633
+ },
1634
+ "van-form/disabled": {
1635
+ "type": "boolean",
1636
+ "description": "Whether to disable form, Default: `false`"
1637
+ },
1638
+ "van-form/readonly": {
1639
+ "type": "boolean",
1640
+ "description": "Whether to be readonly, Default: `false`"
1641
+ },
1642
+ "van-form/validate-first": {
1643
+ "type": "boolean",
1644
+ "description": "Whether to stop the validation when a rule fails, Default: `false`"
1645
+ },
1646
+ "van-form/scroll-to-error": {
1647
+ "type": "boolean",
1648
+ "description": "Whether to scroll to the error field when validation failed, Default: `false`"
1649
+ },
1650
+ "van-form/show-error": {
1651
+ "type": "boolean",
1652
+ "description": "Whether to highlight input when validation failed, Default: `false`"
1653
+ },
1654
+ "van-form/show-error-message": {
1655
+ "type": "boolean",
1656
+ "description": "Whether to show error message when validation failed, Default: `true`"
1657
+ },
1658
+ "van-form/submit-on-enter": {
1659
+ "type": "boolean",
1660
+ "description": "Whether to submit form on enter, Default: `true`"
1661
+ },
1654
1662
  "van-icon/name": {
1655
1663
  "type": "string",
1656
1664
  "description": "Icon name or URL, Default: `''`"
@@ -2139,6 +2147,58 @@
2139
2147
  "type": "boolean",
2140
2148
  "description": "Whether to show focused cursor, Default: `false`"
2141
2149
  },
2150
+ "van-picker/columns": {
2151
+ "type": "Column[]",
2152
+ "description": "Columns data, Default: `[]`"
2153
+ },
2154
+ "van-picker/columns-field-names": {
2155
+ "type": "object",
2156
+ "description": "custom columns field, Default: `{ text: 'text', values: 'values', children: 'children' }`"
2157
+ },
2158
+ "van-picker/title": {
2159
+ "type": "string",
2160
+ "description": "Toolbar title, Default: -"
2161
+ },
2162
+ "van-picker/confirm-button-text": {
2163
+ "type": "string",
2164
+ "description": "Text of confirm button, Default: `Confirm`"
2165
+ },
2166
+ "van-picker/cancel-button-text": {
2167
+ "type": "string",
2168
+ "description": "Text of cancel button, Default: `Cancel`"
2169
+ },
2170
+ "van-picker/toolbar-position": {
2171
+ "type": "string",
2172
+ "description": "Toolbar position, cat be set to `bottom`, Default: `top`"
2173
+ },
2174
+ "van-picker/loading": {
2175
+ "type": "boolean",
2176
+ "description": "Whether to show loading prompt, Default: `false`"
2177
+ },
2178
+ "van-picker/show-toolbar": {
2179
+ "type": "boolean",
2180
+ "description": "Whether to show toolbar, Default: `true`"
2181
+ },
2182
+ "van-picker/allow-html": {
2183
+ "type": "boolean",
2184
+ "description": "Whether to allow HTML in option text, Default: `false`"
2185
+ },
2186
+ "van-picker/default-index": {
2187
+ "type": "number | string",
2188
+ "description": "Default value index of single column picker, Default: `0`"
2189
+ },
2190
+ "van-picker/item-height": {
2191
+ "type": "number | string",
2192
+ "description": "Option height, supports `px` `vw` `vh` `rem` unit, default `px`, Default: `44`"
2193
+ },
2194
+ "van-picker/visible-item-count": {
2195
+ "type": "number | string",
2196
+ "description": "Count of visible columns, Default: `6`"
2197
+ },
2198
+ "van-picker/swipe-duration": {
2199
+ "type": "number | string",
2200
+ "description": "Duration of the momentum animation, unit `ms`, Default: `1000`"
2201
+ },
2142
2202
  "van-popover/v-model:show": {
2143
2203
  "type": "boolean",
2144
2204
  "description": "Whether to show Popover, Default: `false`"
@@ -2203,57 +2263,129 @@
2203
2263
  "type": "string",
2204
2264
  "description": "Icon className prefix, Default: `van-icon`"
2205
2265
  },
2206
- "van-picker/columns": {
2207
- "type": "Column[]",
2208
- "description": "Columns data, Default: `[]`"
2209
- },
2210
- "van-picker/columns-field-names": {
2211
- "type": "object",
2212
- "description": "custom columns field, Default: `{ text: 'text', values: 'values', children: 'children' }`"
2266
+ "van-pull-refresh/v-model": {
2267
+ "type": "boolean",
2268
+ "description": "Loading status, Default: -"
2213
2269
  },
2214
- "van-picker/title": {
2270
+ "van-pull-refresh/pulling-text": {
2215
2271
  "type": "string",
2216
- "description": "Toolbar title, Default: -"
2272
+ "description": "Text to show when pulling, Default: `Pull to refresh...`"
2217
2273
  },
2218
- "van-picker/confirm-button-text": {
2274
+ "van-pull-refresh/loosing-text": {
2219
2275
  "type": "string",
2220
- "description": "Text of confirm button, Default: `Confirm`"
2276
+ "description": "Text to show when loosing, Default: `Loose to refresh...`"
2221
2277
  },
2222
- "van-picker/cancel-button-text": {
2278
+ "van-pull-refresh/loading-text": {
2223
2279
  "type": "string",
2224
- "description": "Text of cancel button, Default: `Cancel`"
2280
+ "description": "Text to show when loading, Default: `Loading...`"
2225
2281
  },
2226
- "van-picker/toolbar-position": {
2282
+ "van-pull-refresh/success-text": {
2227
2283
  "type": "string",
2228
- "description": "Toolbar position, cat be set to `bottom`, Default: `top`"
2284
+ "description": "Text to show when loading success, Default: -"
2229
2285
  },
2230
- "van-picker/loading": {
2286
+ "van-pull-refresh/success-duration": {
2287
+ "type": "number | string",
2288
+ "description": "Success text display duration(ms), Default: `500`"
2289
+ },
2290
+ "van-pull-refresh/animation-duration": {
2291
+ "type": "number | string",
2292
+ "description": "Animation duration, Default: `300`"
2293
+ },
2294
+ "van-pull-refresh/head-height": {
2295
+ "type": "number | string",
2296
+ "description": "Height of head, Default: `50`"
2297
+ },
2298
+ "van-pull-refresh/pull-distance": {
2299
+ "type": "number | string",
2300
+ "description": "The distance to trigger the pull refresh, Default: same as `head-height`"
2301
+ },
2302
+ "van-pull-refresh/disabled": {
2231
2303
  "type": "boolean",
2232
- "description": "Whether to show loading prompt, Default: `false`"
2304
+ "description": "Whether to disable pull refresh, Default: `false`"
2233
2305
  },
2234
- "van-picker/show-toolbar": {
2306
+ "van-radio/name": {
2307
+ "type": "any",
2308
+ "description": "Radio name, Default: -"
2309
+ },
2310
+ "van-radio/shape": {
2311
+ "type": "string",
2312
+ "description": "Can be set to `square`, Default: `round`"
2313
+ },
2314
+ "van-radio/disabled": {
2235
2315
  "type": "boolean",
2236
- "description": "Whether to show toolbar, Default: `true`"
2316
+ "description": "Whether to disable radio, Default: `false`"
2237
2317
  },
2238
- "van-picker/allow-html": {
2318
+ "van-radio/label-disabled": {
2239
2319
  "type": "boolean",
2240
- "description": "Whether to allow HTML in option text, Default: `false`"
2320
+ "description": "Whether to disable label click, Default: `false`"
2241
2321
  },
2242
- "van-picker/default-index": {
2322
+ "van-radio/label-position": {
2323
+ "type": "string",
2324
+ "description": "Can be set to `left`, Default: `right`"
2325
+ },
2326
+ "van-radio/icon-size": {
2243
2327
  "type": "number | string",
2244
- "description": "Default value index of single column picker, Default: `0`"
2328
+ "description": "Icon size, Default: `20px`"
2245
2329
  },
2246
- "van-picker/item-height": {
2330
+ "van-radio/checked-color": {
2331
+ "type": "string",
2332
+ "description": "Checked color, Default: `#1989fa`"
2333
+ },
2334
+ "van-radio-group/v-model": {
2335
+ "type": "any",
2336
+ "description": "Name of checked radio, Default: -"
2337
+ },
2338
+ "van-radio-group/disabled": {
2339
+ "type": "boolean",
2340
+ "description": "Disable all radios, Default: `false`"
2341
+ },
2342
+ "van-radio-group/direction": {
2343
+ "type": "string",
2344
+ "description": "Direction, can be set to `horizontal`, Default: `vertical`"
2345
+ },
2346
+ "van-radio-group/icon-size": {
2247
2347
  "type": "number | string",
2248
- "description": "Option height, supports `px` `vw` `vh` `rem` unit, default `px`, Default: `44`"
2348
+ "description": "Icon size of all radios, Default: `20px`"
2249
2349
  },
2250
- "van-picker/visible-item-count": {
2350
+ "van-radio-group/checked-color": {
2351
+ "type": "string",
2352
+ "description": "Checked color of all radios, Default: `#1989fa`"
2353
+ },
2354
+ "van-progress/percentage": {
2251
2355
  "type": "number | string",
2252
- "description": "Count of visible columns, Default: `6`"
2356
+ "description": "Percentage, Default: `0`"
2253
2357
  },
2254
- "van-picker/swipe-duration": {
2358
+ "van-progress/stroke-width": {
2255
2359
  "type": "number | string",
2256
- "description": "Duration of the momentum animation, unit `ms`, Default: `1000`"
2360
+ "description": "Stroke width, Default: `4px`"
2361
+ },
2362
+ "van-progress/color": {
2363
+ "type": "string",
2364
+ "description": "Color, Default: `#1989fa`"
2365
+ },
2366
+ "van-progress/track-color": {
2367
+ "type": "string",
2368
+ "description": "Track color, Default: `#e5e5e5`"
2369
+ },
2370
+ "van-progress/pivot-text": {
2371
+ "type": "string",
2372
+ "description": "Pivot text, Default: percentage"
2373
+ },
2374
+ "van-progress/pivot-color": {
2375
+ "type": "string",
2376
+ "description": "Pivot text background color, Default: inherit progress color"
2377
+ },
2378
+ "van-progress/text-color": {
2379
+ "type": "string",
2380
+ "description": "Pivot text color, Default: `white`"
2381
+ },
2382
+ "van-progress/inactive": {
2383
+ "type": "boolean",
2384
+ "description": "Whether to be gray, Default: `false`"
2385
+ },
2386
+ "van-progress/show-pivot": {
2387
+ "type": "boolean",
2388
+ "description": "Whether to show text, Default: `true`"
2257
2389
  },
2258
2390
  "van-popup/v-model:show": {
2259
2391
  "type": "boolean",
@@ -2339,130 +2471,6 @@
2339
2471
  "type": "boolean",
2340
2472
  "description": "Whether to enable bottom safe area adaptation, Default: `false`"
2341
2473
  },
2342
- "van-progress/percentage": {
2343
- "type": "number | string",
2344
- "description": "Percentage, Default: `0`"
2345
- },
2346
- "van-progress/stroke-width": {
2347
- "type": "number | string",
2348
- "description": "Stroke width, Default: `4px`"
2349
- },
2350
- "van-progress/color": {
2351
- "type": "string",
2352
- "description": "Color, Default: `#1989fa`"
2353
- },
2354
- "van-progress/track-color": {
2355
- "type": "string",
2356
- "description": "Track color, Default: `#e5e5e5`"
2357
- },
2358
- "van-progress/pivot-text": {
2359
- "type": "string",
2360
- "description": "Pivot text, Default: percentage"
2361
- },
2362
- "van-progress/pivot-color": {
2363
- "type": "string",
2364
- "description": "Pivot text background color, Default: inherit progress color"
2365
- },
2366
- "van-progress/text-color": {
2367
- "type": "string",
2368
- "description": "Pivot text color, Default: `white`"
2369
- },
2370
- "van-progress/inactive": {
2371
- "type": "boolean",
2372
- "description": "Whether to be gray, Default: `false`"
2373
- },
2374
- "van-progress/show-pivot": {
2375
- "type": "boolean",
2376
- "description": "Whether to show text, Default: `true`"
2377
- },
2378
- "van-pull-refresh/v-model": {
2379
- "type": "boolean",
2380
- "description": "Loading status, Default: -"
2381
- },
2382
- "van-pull-refresh/pulling-text": {
2383
- "type": "string",
2384
- "description": "Text to show when pulling, Default: `Pull to refresh...`"
2385
- },
2386
- "van-pull-refresh/loosing-text": {
2387
- "type": "string",
2388
- "description": "Text to show when loosing, Default: `Loose to refresh...`"
2389
- },
2390
- "van-pull-refresh/loading-text": {
2391
- "type": "string",
2392
- "description": "Text to show when loading, Default: `Loading...`"
2393
- },
2394
- "van-pull-refresh/success-text": {
2395
- "type": "string",
2396
- "description": "Text to show when loading success, Default: -"
2397
- },
2398
- "van-pull-refresh/success-duration": {
2399
- "type": "number | string",
2400
- "description": "Success text display duration(ms), Default: `500`"
2401
- },
2402
- "van-pull-refresh/animation-duration": {
2403
- "type": "number | string",
2404
- "description": "Animation duration, Default: `300`"
2405
- },
2406
- "van-pull-refresh/head-height": {
2407
- "type": "number | string",
2408
- "description": "Height of head, Default: `50`"
2409
- },
2410
- "van-pull-refresh/pull-distance": {
2411
- "type": "number | string",
2412
- "description": "The distance to trigger the pull refresh, Default: same as `head-height`"
2413
- },
2414
- "van-pull-refresh/disabled": {
2415
- "type": "boolean",
2416
- "description": "Whether to disable pull refresh, Default: `false`"
2417
- },
2418
- "van-radio/name": {
2419
- "type": "any",
2420
- "description": "Radio name, Default: -"
2421
- },
2422
- "van-radio/shape": {
2423
- "type": "string",
2424
- "description": "Can be set to `square`, Default: `round`"
2425
- },
2426
- "van-radio/disabled": {
2427
- "type": "boolean",
2428
- "description": "Whether to disable radio, Default: `false`"
2429
- },
2430
- "van-radio/label-disabled": {
2431
- "type": "boolean",
2432
- "description": "Whether to disable label click, Default: `false`"
2433
- },
2434
- "van-radio/label-position": {
2435
- "type": "string",
2436
- "description": "Can be set to `left`, Default: `right`"
2437
- },
2438
- "van-radio/icon-size": {
2439
- "type": "number | string",
2440
- "description": "Icon size, Default: `20px`"
2441
- },
2442
- "van-radio/checked-color": {
2443
- "type": "string",
2444
- "description": "Checked color, Default: `#1989fa`"
2445
- },
2446
- "van-radio-group/v-model": {
2447
- "type": "any",
2448
- "description": "Name of checked radio, Default: -"
2449
- },
2450
- "van-radio-group/disabled": {
2451
- "type": "boolean",
2452
- "description": "Disable all radios, Default: `false`"
2453
- },
2454
- "van-radio-group/direction": {
2455
- "type": "string",
2456
- "description": "Direction, can be set to `horizontal`, Default: `vertical`"
2457
- },
2458
- "van-radio-group/icon-size": {
2459
- "type": "number | string",
2460
- "description": "Icon size of all radios, Default: `20px`"
2461
- },
2462
- "van-radio-group/checked-color": {
2463
- "type": "string",
2464
- "description": "Checked color of all radios, Default: `#1989fa`"
2465
- },
2466
2474
  "van-rate/v-model": {
2467
2475
  "type": "number",
2468
2476
  "description": "Current rate, Default: -"
@@ -2811,6 +2819,26 @@
2811
2819
  "type": "boolean",
2812
2820
  "description": "Whether to display slider vertically, Default: `false`"
2813
2821
  },
2822
+ "van-sticky/position": {
2823
+ "type": "string",
2824
+ "description": "Offset position, can be set to `bottom`, Default: `top`"
2825
+ },
2826
+ "van-sticky/offset-top": {
2827
+ "type": "number | string",
2828
+ "description": "Offset top, supports `px` `vw` `vh` `rem` unit, default `px`, Default: `0`"
2829
+ },
2830
+ "van-sticky/offset-bottom": {
2831
+ "type": "number | string",
2832
+ "description": "Offset bottom, supports `px` `vw` `vh` `rem` unit, default `px`, Default: `0`"
2833
+ },
2834
+ "van-sticky/z-index": {
2835
+ "type": "number | string",
2836
+ "description": "z-index when sticky, Default: `99`"
2837
+ },
2838
+ "van-sticky/container": {
2839
+ "type": "Element",
2840
+ "description": "Container DOM, Default: -"
2841
+ },
2814
2842
  "van-stepper/v-model": {
2815
2843
  "type": "number | string",
2816
2844
  "description": "Current value, Default: -"
@@ -2931,26 +2959,6 @@
2931
2959
  "type": "string",
2932
2960
  "description": "Icon className prefix, Default: `van-icon`"
2933
2961
  },
2934
- "van-sticky/position": {
2935
- "type": "string",
2936
- "description": "Offset position, can be set to `bottom`, Default: `top`"
2937
- },
2938
- "van-sticky/offset-top": {
2939
- "type": "number | string",
2940
- "description": "Offset top, supports `px` `vw` `vh` `rem` unit, default `px`, Default: `0`"
2941
- },
2942
- "van-sticky/offset-bottom": {
2943
- "type": "number | string",
2944
- "description": "Offset bottom, supports `px` `vw` `vh` `rem` unit, default `px`, Default: `0`"
2945
- },
2946
- "van-sticky/z-index": {
2947
- "type": "number | string",
2948
- "description": "z-index when sticky, Default: `99`"
2949
- },
2950
- "van-sticky/container": {
2951
- "type": "Element",
2952
- "description": "Container DOM, Default: -"
2953
- },
2954
2962
  "van-submit-bar/price": {
2955
2963
  "type": "number",
2956
2964
  "description": "Price, Default: -"