vant 4.0.0-rc.7 → 4.0.0-rc.8

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 (427) hide show
  1. package/es/action-bar/ActionBar.d.ts +1 -1
  2. package/es/action-bar/types.d.ts +1 -1
  3. package/es/action-bar-button/ActionBarButton.d.ts +1 -1
  4. package/es/action-bar-button/types.d.ts +1 -1
  5. package/es/action-bar-icon/ActionBarIcon.d.ts +1 -1
  6. package/es/action-bar-icon/types.d.ts +1 -1
  7. package/es/action-sheet/ActionSheet.d.ts +3 -3
  8. package/es/action-sheet/index.d.ts +1 -1
  9. package/es/action-sheet/types.d.ts +1 -1
  10. package/es/address-edit/AddressEdit.d.ts +1 -1
  11. package/es/address-edit/types.d.ts +5 -5
  12. package/es/address-list/AddressList.d.ts +1 -1
  13. package/es/address-list/AddressListItem.d.ts +1 -1
  14. package/es/address-list/types.d.ts +1 -1
  15. package/es/area/Area.d.ts +2 -2
  16. package/es/area/index.d.ts +1 -1
  17. package/es/area/types.d.ts +2 -2
  18. package/es/back-top/BackTop.d.ts +66 -0
  19. package/es/back-top/BackTop.mjs +99 -0
  20. package/es/back-top/index.css +1 -0
  21. package/es/back-top/index.d.ts +53 -0
  22. package/es/back-top/index.mjs +10 -0
  23. package/es/back-top/style/index.d.ts +1 -0
  24. package/es/back-top/style/index.mjs +4 -0
  25. package/es/back-top/types.d.ts +6 -0
  26. package/es/back-top/types.mjs +0 -0
  27. package/es/badge/Badge.d.ts +2 -2
  28. package/es/badge/types.d.ts +1 -1
  29. package/es/button/Button.d.ts +1 -1
  30. package/es/button/types.d.ts +5 -5
  31. package/es/calendar/Calendar.d.ts +1 -1
  32. package/es/calendar/CalendarMonth.d.ts +1 -1
  33. package/es/calendar/types.d.ts +7 -7
  34. package/es/card/Card.d.ts +1 -1
  35. package/es/card/types.d.ts +1 -1
  36. package/es/cascader/Cascader.d.ts +1 -1
  37. package/es/cascader/types.d.ts +4 -4
  38. package/es/cell/Cell.d.ts +4 -4
  39. package/es/cell/index.d.ts +1 -1
  40. package/es/cell/types.d.ts +1 -1
  41. package/es/cell-group/CellGroup.d.ts +1 -1
  42. package/es/cell-group/types.d.ts +1 -1
  43. package/es/checkbox/Checkbox.d.ts +1 -1
  44. package/es/checkbox/Checker.d.ts +4 -4
  45. package/es/checkbox/types.d.ts +5 -5
  46. package/es/checkbox-group/CheckboxGroup.d.ts +1 -1
  47. package/es/checkbox-group/types.d.ts +5 -5
  48. package/es/circle/Circle.d.ts +2 -2
  49. package/es/circle/types.d.ts +1 -1
  50. package/es/col/Col.d.ts +1 -1
  51. package/es/collapse/Collapse.d.ts +4 -4
  52. package/es/collapse-item/CollapseItem.d.ts +2 -2
  53. package/es/collapse-item/index.d.ts +1 -1
  54. package/es/collapse-item/types.d.ts +3 -3
  55. package/es/composables/use-route.d.ts +1 -1
  56. package/es/composables/use-touch.d.ts +1 -1
  57. package/es/config-provider/ConfigProvider.d.ts +4 -4
  58. package/es/config-provider/types.d.ts +1 -1
  59. package/es/contact-card/ContactCard.d.ts +2 -2
  60. package/es/contact-card/types.d.ts +1 -1
  61. package/es/contact-edit/ContactEdit.d.ts +2 -2
  62. package/es/contact-edit/types.d.ts +1 -1
  63. package/es/contact-list/ContactList.d.ts +2 -2
  64. package/es/contact-list/types.d.ts +1 -1
  65. package/es/count-down/CountDown.d.ts +1 -1
  66. package/es/count-down/types.d.ts +4 -4
  67. package/es/coupon/Coupon.d.ts +1 -1
  68. package/es/coupon/types.d.ts +1 -1
  69. package/es/coupon-cell/CouponCell.d.ts +1 -1
  70. package/es/coupon-cell/types.d.ts +1 -1
  71. package/es/coupon-list/CouponList.d.ts +1 -1
  72. package/es/coupon-list/types.d.ts +1 -1
  73. package/es/date-picker/DatePicker.d.ts +3 -3
  74. package/es/date-picker/index.d.ts +1 -1
  75. package/es/date-picker/utils.d.ts +2 -2
  76. package/es/dialog/Dialog.d.ts +2 -2
  77. package/es/dialog/index.d.ts +1 -1
  78. package/es/dialog/types.d.ts +6 -6
  79. package/es/divider/Divider.d.ts +2 -2
  80. package/es/divider/types.d.ts +1 -1
  81. package/es/dropdown-item/DropdownItem.d.ts +3 -3
  82. package/es/dropdown-item/DropdownItem.mjs +6 -4
  83. package/es/dropdown-item/index.d.ts +2 -2
  84. package/es/dropdown-item/types.d.ts +4 -4
  85. package/es/dropdown-menu/DropdownMenu.d.ts +1 -1
  86. package/es/dropdown-menu/types.d.ts +3 -3
  87. package/es/empty/Empty.d.ts +1 -1
  88. package/es/empty/types.d.ts +1 -1
  89. package/es/field/Field.d.ts +2 -2
  90. package/es/field/index.d.ts +1 -1
  91. package/es/field/types.d.ts +16 -16
  92. package/es/form/Form.d.ts +1 -1
  93. package/es/form/types.d.ts +3 -3
  94. package/es/grid/Grid.d.ts +3 -3
  95. package/es/grid-item/GridItem.d.ts +1 -1
  96. package/es/grid-item/types.d.ts +1 -1
  97. package/es/icon/Icon.d.ts +1 -1
  98. package/es/image/Image.d.ts +3 -3
  99. package/es/image/types.d.ts +1 -1
  100. package/es/image-preview/ImagePreview.d.ts +1 -1
  101. package/es/image-preview/types.d.ts +5 -5
  102. package/es/index-anchor/IndexAnchor.d.ts +1 -1
  103. package/es/index-anchor/types.d.ts +1 -1
  104. package/es/index-bar/IndexBar.d.ts +1 -1
  105. package/es/index-bar/types.d.ts +4 -4
  106. package/es/index.d.ts +2 -1
  107. package/es/index.mjs +4 -1
  108. package/es/lazyload/vue-lazyload/util.d.ts +25 -0
  109. package/es/list/List.d.ts +1 -1
  110. package/es/list/List.mjs +1 -1
  111. package/es/list/types.d.ts +4 -4
  112. package/es/loading/Loading.d.ts +2 -2
  113. package/es/loading/types.d.ts +1 -1
  114. package/es/locale/index.d.ts +1 -1
  115. package/es/nav-bar/NavBar.d.ts +1 -1
  116. package/es/nav-bar/types.d.ts +1 -1
  117. package/es/notice-bar/NoticeBar.d.ts +1 -1
  118. package/es/notice-bar/types.d.ts +4 -4
  119. package/es/notify/Notify.d.ts +1 -1
  120. package/es/notify/types.d.ts +5 -5
  121. package/es/number-keyboard/NumberKeyboard.d.ts +2 -2
  122. package/es/number-keyboard/NumberKeyboard.mjs +6 -4
  123. package/es/number-keyboard/NumberKeyboardKey.d.ts +1 -1
  124. package/es/number-keyboard/types.d.ts +1 -1
  125. package/es/overlay/Overlay.d.ts +1 -1
  126. package/es/overlay/types.d.ts +1 -1
  127. package/es/pagination/Pagination.d.ts +2 -2
  128. package/es/pagination/types.d.ts +1 -1
  129. package/es/password-input/PasswordInput.d.ts +1 -1
  130. package/es/password-input/types.d.ts +1 -1
  131. package/es/picker/Picker.d.ts +2 -2
  132. package/es/picker/PickerToolbar.d.ts +1 -1
  133. package/es/picker/index.d.ts +1 -1
  134. package/es/picker/types.d.ts +11 -11
  135. package/es/picker-group/PickerGroup.d.ts +2 -2
  136. package/es/picker-group/types.d.ts +1 -1
  137. package/es/popover/Popover.d.ts +1 -1
  138. package/es/popover/types.d.ts +5 -5
  139. package/es/popup/Popup.d.ts +3 -3
  140. package/es/popup/index.d.ts +2 -2
  141. package/es/popup/shared.d.ts +1 -1
  142. package/es/popup/types.d.ts +5 -5
  143. package/es/progress/Progress.d.ts +1 -1
  144. package/es/progress/types.d.ts +3 -3
  145. package/es/pull-refresh/PullRefresh.d.ts +1 -1
  146. package/es/pull-refresh/types.d.ts +1 -1
  147. package/es/radio/Radio.d.ts +3 -3
  148. package/es/radio/types.d.ts +1 -1
  149. package/es/radio-group/RadioGroup.d.ts +3 -3
  150. package/es/rate/Rate.d.ts +1 -1
  151. package/es/rate/types.d.ts +1 -1
  152. package/es/row/Row.d.ts +5 -5
  153. package/es/search/Search.d.ts +1 -1
  154. package/es/search/types.d.ts +4 -4
  155. package/es/share-sheet/ShareSheet.d.ts +4 -4
  156. package/es/share-sheet/index.d.ts +1 -1
  157. package/es/share-sheet/types.d.ts +1 -1
  158. package/es/sidebar/Sidebar.d.ts +2 -2
  159. package/es/sidebar/types.d.ts +1 -1
  160. package/es/sidebar-item/SidebarItem.d.ts +1 -1
  161. package/es/sidebar-item/types.d.ts +1 -1
  162. package/es/skeleton/Skeleton.d.ts +1 -1
  163. package/es/skeleton/SkeletonAvatar.d.ts +1 -1
  164. package/es/skeleton/SkeletonImage.d.ts +1 -1
  165. package/es/skeleton/SkeletonParagraph.d.ts +1 -1
  166. package/es/skeleton/SkeletonTitle.d.ts +1 -1
  167. package/es/skeleton/types.d.ts +3 -3
  168. package/es/slider/Slider.d.ts +3 -3
  169. package/es/slider/types.d.ts +1 -1
  170. package/es/space/Space.d.ts +3 -3
  171. package/es/step/types.d.ts +1 -1
  172. package/es/stepper/Stepper.d.ts +2 -2
  173. package/es/stepper/types.d.ts +1 -1
  174. package/es/steps/Steps.d.ts +3 -3
  175. package/es/steps/types.d.ts +1 -1
  176. package/es/sticky/Sticky.d.ts +2 -2
  177. package/es/sticky/types.d.ts +1 -1
  178. package/es/submit-bar/SubmitBar.d.ts +2 -2
  179. package/es/submit-bar/types.d.ts +1 -1
  180. package/es/swipe/Swipe.d.ts +1 -1
  181. package/es/swipe/types.d.ts +6 -6
  182. package/es/swipe-cell/SwipeCell.d.ts +3 -3
  183. package/es/swipe-cell/index.d.ts +2 -2
  184. package/es/swipe-cell/types.d.ts +4 -4
  185. package/es/switch/Switch.d.ts +1 -1
  186. package/es/switch/types.d.ts +1 -1
  187. package/es/tab/Tab.d.ts +1 -1
  188. package/es/tabbar/Tabbar.d.ts +2 -2
  189. package/es/tabbar/types.d.ts +1 -1
  190. package/es/tabbar-item/TabbarItem.d.ts +1 -1
  191. package/es/tabbar-item/types.d.ts +1 -1
  192. package/es/tabs/Tabs.d.ts +1 -1
  193. package/es/tabs/types.d.ts +6 -6
  194. package/es/tag/Tag.d.ts +1 -1
  195. package/es/tag/types.d.ts +3 -3
  196. package/es/time-picker/TimePicker.d.ts +3 -3
  197. package/es/time-picker/index.d.ts +1 -1
  198. package/es/toast/Toast.d.ts +1 -1
  199. package/es/toast/types.d.ts +6 -6
  200. package/es/tree-select/TreeSelect.d.ts +3 -3
  201. package/es/tree-select/types.d.ts +1 -1
  202. package/es/uploader/Uploader.d.ts +1 -1
  203. package/es/uploader/types.d.ts +8 -8
  204. package/es/utils/basic.d.ts +3 -3
  205. package/es/utils/create.d.ts +4 -4
  206. package/es/utils/deep-assign.d.ts +1 -1
  207. package/es/utils/dom.d.ts +1 -1
  208. package/es/utils/interceptor.d.ts +1 -1
  209. package/es/utils/mount-component.d.ts +1 -1
  210. package/es/utils/with-install.d.ts +2 -2
  211. package/lib/action-bar/ActionBar.d.ts +1 -1
  212. package/lib/action-bar/types.d.ts +1 -1
  213. package/lib/action-bar-button/ActionBarButton.d.ts +1 -1
  214. package/lib/action-bar-button/types.d.ts +1 -1
  215. package/lib/action-bar-icon/ActionBarIcon.d.ts +1 -1
  216. package/lib/action-bar-icon/types.d.ts +1 -1
  217. package/lib/action-sheet/ActionSheet.d.ts +3 -3
  218. package/lib/action-sheet/index.d.ts +1 -1
  219. package/lib/action-sheet/types.d.ts +1 -1
  220. package/lib/address-edit/AddressEdit.d.ts +1 -1
  221. package/lib/address-edit/types.d.ts +5 -5
  222. package/lib/address-list/AddressList.d.ts +1 -1
  223. package/lib/address-list/AddressListItem.d.ts +1 -1
  224. package/lib/address-list/types.d.ts +1 -1
  225. package/lib/area/Area.d.ts +2 -2
  226. package/lib/area/index.d.ts +1 -1
  227. package/lib/area/types.d.ts +2 -2
  228. package/lib/back-top/BackTop.d.ts +66 -0
  229. package/lib/back-top/BackTop.js +118 -0
  230. package/lib/back-top/index.css +1 -0
  231. package/lib/back-top/index.d.ts +53 -0
  232. package/lib/back-top/index.js +35 -0
  233. package/lib/back-top/style/index.d.ts +1 -0
  234. package/lib/back-top/style/index.js +4 -0
  235. package/lib/back-top/types.d.ts +6 -0
  236. package/lib/back-top/types.js +15 -0
  237. package/lib/badge/Badge.d.ts +2 -2
  238. package/lib/badge/types.d.ts +1 -1
  239. package/lib/button/Button.d.ts +1 -1
  240. package/lib/button/types.d.ts +5 -5
  241. package/lib/calendar/Calendar.d.ts +1 -1
  242. package/lib/calendar/CalendarMonth.d.ts +1 -1
  243. package/lib/calendar/types.d.ts +7 -7
  244. package/lib/card/Card.d.ts +1 -1
  245. package/lib/card/types.d.ts +1 -1
  246. package/lib/cascader/Cascader.d.ts +1 -1
  247. package/lib/cascader/types.d.ts +4 -4
  248. package/lib/cell/Cell.d.ts +4 -4
  249. package/lib/cell/index.d.ts +1 -1
  250. package/lib/cell/types.d.ts +1 -1
  251. package/lib/cell-group/CellGroup.d.ts +1 -1
  252. package/lib/cell-group/types.d.ts +1 -1
  253. package/lib/checkbox/Checkbox.d.ts +1 -1
  254. package/lib/checkbox/Checker.d.ts +4 -4
  255. package/lib/checkbox/types.d.ts +5 -5
  256. package/lib/checkbox-group/CheckboxGroup.d.ts +1 -1
  257. package/lib/checkbox-group/types.d.ts +5 -5
  258. package/lib/circle/Circle.d.ts +2 -2
  259. package/lib/circle/types.d.ts +1 -1
  260. package/lib/col/Col.d.ts +1 -1
  261. package/lib/collapse/Collapse.d.ts +4 -4
  262. package/lib/collapse-item/CollapseItem.d.ts +2 -2
  263. package/lib/collapse-item/index.d.ts +1 -1
  264. package/lib/collapse-item/types.d.ts +3 -3
  265. package/lib/composables/use-route.d.ts +1 -1
  266. package/lib/composables/use-touch.d.ts +1 -1
  267. package/lib/config-provider/ConfigProvider.d.ts +4 -4
  268. package/lib/config-provider/types.d.ts +1 -1
  269. package/lib/contact-card/ContactCard.d.ts +2 -2
  270. package/lib/contact-card/types.d.ts +1 -1
  271. package/lib/contact-edit/ContactEdit.d.ts +2 -2
  272. package/lib/contact-edit/types.d.ts +1 -1
  273. package/lib/contact-list/ContactList.d.ts +2 -2
  274. package/lib/contact-list/types.d.ts +1 -1
  275. package/lib/count-down/CountDown.d.ts +1 -1
  276. package/lib/count-down/types.d.ts +4 -4
  277. package/lib/coupon/Coupon.d.ts +1 -1
  278. package/lib/coupon/types.d.ts +1 -1
  279. package/lib/coupon-cell/CouponCell.d.ts +1 -1
  280. package/lib/coupon-cell/types.d.ts +1 -1
  281. package/lib/coupon-list/CouponList.d.ts +1 -1
  282. package/lib/coupon-list/types.d.ts +1 -1
  283. package/lib/date-picker/DatePicker.d.ts +3 -3
  284. package/lib/date-picker/index.d.ts +1 -1
  285. package/lib/date-picker/utils.d.ts +2 -2
  286. package/lib/dialog/Dialog.d.ts +2 -2
  287. package/lib/dialog/index.d.ts +1 -1
  288. package/lib/dialog/types.d.ts +6 -6
  289. package/lib/divider/Divider.d.ts +2 -2
  290. package/lib/divider/types.d.ts +1 -1
  291. package/lib/dropdown-item/DropdownItem.d.ts +3 -3
  292. package/lib/dropdown-item/DropdownItem.js +5 -3
  293. package/lib/dropdown-item/index.d.ts +2 -2
  294. package/lib/dropdown-item/types.d.ts +4 -4
  295. package/lib/dropdown-menu/DropdownMenu.d.ts +1 -1
  296. package/lib/dropdown-menu/types.d.ts +3 -3
  297. package/lib/empty/Empty.d.ts +1 -1
  298. package/lib/empty/types.d.ts +1 -1
  299. package/lib/field/Field.d.ts +2 -2
  300. package/lib/field/index.d.ts +1 -1
  301. package/lib/field/types.d.ts +16 -16
  302. package/lib/form/Form.d.ts +1 -1
  303. package/lib/form/types.d.ts +3 -3
  304. package/lib/grid/Grid.d.ts +3 -3
  305. package/lib/grid-item/GridItem.d.ts +1 -1
  306. package/lib/grid-item/types.d.ts +1 -1
  307. package/lib/icon/Icon.d.ts +1 -1
  308. package/lib/image/Image.d.ts +3 -3
  309. package/lib/image/types.d.ts +1 -1
  310. package/lib/image-preview/ImagePreview.d.ts +1 -1
  311. package/lib/image-preview/types.d.ts +5 -5
  312. package/lib/index-anchor/IndexAnchor.d.ts +1 -1
  313. package/lib/index-anchor/types.d.ts +1 -1
  314. package/lib/index-bar/IndexBar.d.ts +1 -1
  315. package/lib/index-bar/types.d.ts +4 -4
  316. package/lib/index.css +1 -1
  317. package/lib/index.d.ts +2 -1
  318. package/lib/index.js +4 -1
  319. package/lib/lazyload/vue-lazyload/util.d.ts +25 -0
  320. package/lib/list/List.d.ts +1 -1
  321. package/lib/list/List.js +1 -1
  322. package/lib/list/types.d.ts +4 -4
  323. package/lib/loading/Loading.d.ts +2 -2
  324. package/lib/loading/types.d.ts +1 -1
  325. package/lib/locale/index.d.ts +1 -1
  326. package/lib/nav-bar/NavBar.d.ts +1 -1
  327. package/lib/nav-bar/types.d.ts +1 -1
  328. package/lib/notice-bar/NoticeBar.d.ts +1 -1
  329. package/lib/notice-bar/types.d.ts +4 -4
  330. package/lib/notify/Notify.d.ts +1 -1
  331. package/lib/notify/types.d.ts +5 -5
  332. package/lib/number-keyboard/NumberKeyboard.d.ts +2 -2
  333. package/lib/number-keyboard/NumberKeyboard.js +5 -3
  334. package/lib/number-keyboard/NumberKeyboardKey.d.ts +1 -1
  335. package/lib/number-keyboard/types.d.ts +1 -1
  336. package/lib/overlay/Overlay.d.ts +1 -1
  337. package/lib/overlay/types.d.ts +1 -1
  338. package/lib/pagination/Pagination.d.ts +2 -2
  339. package/lib/pagination/types.d.ts +1 -1
  340. package/lib/password-input/PasswordInput.d.ts +1 -1
  341. package/lib/password-input/types.d.ts +1 -1
  342. package/lib/picker/Picker.d.ts +2 -2
  343. package/lib/picker/PickerToolbar.d.ts +1 -1
  344. package/lib/picker/index.d.ts +1 -1
  345. package/lib/picker/types.d.ts +11 -11
  346. package/lib/picker-group/PickerGroup.d.ts +2 -2
  347. package/lib/picker-group/types.d.ts +1 -1
  348. package/lib/popover/Popover.d.ts +1 -1
  349. package/lib/popover/types.d.ts +5 -5
  350. package/lib/popup/Popup.d.ts +3 -3
  351. package/lib/popup/index.d.ts +2 -2
  352. package/lib/popup/shared.d.ts +1 -1
  353. package/lib/popup/types.d.ts +5 -5
  354. package/lib/progress/Progress.d.ts +1 -1
  355. package/lib/progress/types.d.ts +3 -3
  356. package/lib/pull-refresh/PullRefresh.d.ts +1 -1
  357. package/lib/pull-refresh/types.d.ts +1 -1
  358. package/lib/radio/Radio.d.ts +3 -3
  359. package/lib/radio/types.d.ts +1 -1
  360. package/lib/radio-group/RadioGroup.d.ts +3 -3
  361. package/lib/rate/Rate.d.ts +1 -1
  362. package/lib/rate/types.d.ts +1 -1
  363. package/lib/row/Row.d.ts +5 -5
  364. package/lib/search/Search.d.ts +1 -1
  365. package/lib/search/types.d.ts +4 -4
  366. package/lib/share-sheet/ShareSheet.d.ts +4 -4
  367. package/lib/share-sheet/index.d.ts +1 -1
  368. package/lib/share-sheet/types.d.ts +1 -1
  369. package/lib/sidebar/Sidebar.d.ts +2 -2
  370. package/lib/sidebar/types.d.ts +1 -1
  371. package/lib/sidebar-item/SidebarItem.d.ts +1 -1
  372. package/lib/sidebar-item/types.d.ts +1 -1
  373. package/lib/skeleton/Skeleton.d.ts +1 -1
  374. package/lib/skeleton/SkeletonAvatar.d.ts +1 -1
  375. package/lib/skeleton/SkeletonImage.d.ts +1 -1
  376. package/lib/skeleton/SkeletonParagraph.d.ts +1 -1
  377. package/lib/skeleton/SkeletonTitle.d.ts +1 -1
  378. package/lib/skeleton/types.d.ts +3 -3
  379. package/lib/slider/Slider.d.ts +3 -3
  380. package/lib/slider/types.d.ts +1 -1
  381. package/lib/space/Space.d.ts +3 -3
  382. package/lib/step/types.d.ts +1 -1
  383. package/lib/stepper/Stepper.d.ts +2 -2
  384. package/lib/stepper/types.d.ts +1 -1
  385. package/lib/steps/Steps.d.ts +3 -3
  386. package/lib/steps/types.d.ts +1 -1
  387. package/lib/sticky/Sticky.d.ts +2 -2
  388. package/lib/sticky/types.d.ts +1 -1
  389. package/lib/submit-bar/SubmitBar.d.ts +2 -2
  390. package/lib/submit-bar/types.d.ts +1 -1
  391. package/lib/swipe/Swipe.d.ts +1 -1
  392. package/lib/swipe/types.d.ts +6 -6
  393. package/lib/swipe-cell/SwipeCell.d.ts +3 -3
  394. package/lib/swipe-cell/index.d.ts +2 -2
  395. package/lib/swipe-cell/types.d.ts +4 -4
  396. package/lib/switch/Switch.d.ts +1 -1
  397. package/lib/switch/types.d.ts +1 -1
  398. package/lib/tab/Tab.d.ts +1 -1
  399. package/lib/tabbar/Tabbar.d.ts +2 -2
  400. package/lib/tabbar/types.d.ts +1 -1
  401. package/lib/tabbar-item/TabbarItem.d.ts +1 -1
  402. package/lib/tabbar-item/types.d.ts +1 -1
  403. package/lib/tabs/Tabs.d.ts +1 -1
  404. package/lib/tabs/types.d.ts +6 -6
  405. package/lib/tag/Tag.d.ts +1 -1
  406. package/lib/tag/types.d.ts +3 -3
  407. package/lib/time-picker/TimePicker.d.ts +3 -3
  408. package/lib/time-picker/index.d.ts +1 -1
  409. package/lib/toast/Toast.d.ts +1 -1
  410. package/lib/toast/types.d.ts +6 -6
  411. package/lib/tree-select/TreeSelect.d.ts +3 -3
  412. package/lib/tree-select/types.d.ts +1 -1
  413. package/lib/uploader/Uploader.d.ts +1 -1
  414. package/lib/uploader/types.d.ts +8 -8
  415. package/lib/utils/basic.d.ts +3 -3
  416. package/lib/utils/create.d.ts +4 -4
  417. package/lib/utils/deep-assign.d.ts +1 -1
  418. package/lib/utils/dom.d.ts +1 -1
  419. package/lib/utils/interceptor.d.ts +1 -1
  420. package/lib/utils/mount-component.d.ts +1 -1
  421. package/lib/utils/with-install.d.ts +2 -2
  422. package/lib/vant.cjs.js +532 -435
  423. package/lib/vant.es.js +533 -436
  424. package/lib/vant.js +532 -435
  425. package/lib/vant.min.js +1 -1
  426. package/lib/web-types.json +1 -1
  427. package/package.json +2 -2
package/es/cell/Cell.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { type PropType, type CSSProperties, type ExtractPropTypes } from 'vue';
2
- export declare type CellSize = 'normal' | 'large';
3
- export declare type CellArrowDirection = 'up' | 'down' | 'left' | 'right';
2
+ export type CellSize = 'normal' | 'large';
3
+ export type CellArrowDirection = 'up' | 'down' | 'left' | 'right';
4
4
  export declare const cellSharedProps: {
5
5
  tag: {
6
6
  type: PropType<keyof HTMLElementTagNameMap>;
@@ -61,7 +61,7 @@ export declare const cellProps: {
61
61
  url: StringConstructor;
62
62
  replace: BooleanConstructor;
63
63
  };
64
- export declare type CellProps = ExtractPropTypes<typeof cellProps>;
64
+ export type CellProps = ExtractPropTypes<typeof cellProps>;
65
65
  declare const _default: import("vue").DefineComponent<{
66
66
  tag: {
67
67
  type: PropType<keyof HTMLElementTagNameMap>;
@@ -126,11 +126,11 @@ declare const _default: import("vue").DefineComponent<{
126
126
  replace: BooleanConstructor;
127
127
  }>>, {
128
128
  replace: boolean;
129
- required: boolean;
130
129
  tag: keyof HTMLElementTagNameMap;
131
130
  center: boolean;
132
131
  isLink: boolean;
133
132
  border: boolean;
133
+ required: boolean;
134
134
  clickable: boolean | null;
135
135
  }>;
136
136
  export default _default;
@@ -62,11 +62,11 @@ export declare const Cell: import("../utils").WithInstall<import("vue").DefineCo
62
62
  replace: BooleanConstructor;
63
63
  }>>, {
64
64
  replace: boolean;
65
- required: boolean;
66
65
  tag: keyof HTMLElementTagNameMap;
67
66
  center: boolean;
68
67
  isLink: boolean;
69
68
  border: boolean;
69
+ required: boolean;
70
70
  clickable: boolean | null;
71
71
  }>>;
72
72
  export default Cell;
@@ -1,4 +1,4 @@
1
- export declare type CellThemeVars = {
1
+ export type CellThemeVars = {
2
2
  cellFontSize?: string;
3
3
  cellLineHeight?: number | string;
4
4
  cellVerticalPadding?: string;
@@ -7,7 +7,7 @@ export declare const cellGroupProps: {
7
7
  default: true;
8
8
  };
9
9
  };
10
- export declare type CellGroupProps = ExtractPropTypes<typeof cellGroupProps>;
10
+ export type CellGroupProps = ExtractPropTypes<typeof cellGroupProps>;
11
11
  declare const _default: import("vue").DefineComponent<{
12
12
  title: StringConstructor;
13
13
  inset: BooleanConstructor;
@@ -1,4 +1,4 @@
1
- export declare type CellGroupThemeVars = {
1
+ export type CellGroupThemeVars = {
2
2
  cellGroupBackground?: string;
3
3
  cellGroupTitleColor?: string;
4
4
  cellGroupTitlePadding?: string;
@@ -17,7 +17,7 @@ export declare const checkboxProps: {
17
17
  default: true;
18
18
  };
19
19
  };
20
- export declare type CheckboxProps = ExtractPropTypes<typeof checkboxProps>;
20
+ export type CheckboxProps = ExtractPropTypes<typeof checkboxProps>;
21
21
  declare const _default: import("vue").DefineComponent<{
22
22
  name: import("vue").PropType<unknown>;
23
23
  shape: {
@@ -1,9 +1,9 @@
1
1
  import { type PropType } from 'vue';
2
2
  import { type Numeric } from '../utils';
3
- export declare type CheckerShape = 'square' | 'round';
4
- export declare type CheckerDirection = 'horizontal' | 'vertical';
5
- export declare type CheckerLabelPosition = 'left' | 'right';
6
- export declare type CheckerParent = {
3
+ export type CheckerShape = 'square' | 'round';
4
+ export type CheckerDirection = 'horizontal' | 'vertical';
5
+ export type CheckerLabelPosition = 'left' | 'right';
6
+ export type CheckerParent = {
7
7
  props: {
8
8
  disabled?: boolean;
9
9
  iconSize?: Numeric;
@@ -1,17 +1,17 @@
1
1
  import type { ComponentPublicInstance, ComputedRef } from 'vue';
2
2
  import type { CheckboxProps } from './Checkbox';
3
3
  import type { CheckerShape, CheckerLabelPosition } from './Checker';
4
- export declare type CheckboxShape = CheckerShape;
5
- export declare type CheckboxLabelPosition = CheckerLabelPosition;
6
- export declare type CheckboxExpose = {
4
+ export type CheckboxShape = CheckerShape;
5
+ export type CheckboxLabelPosition = CheckerLabelPosition;
6
+ export type CheckboxExpose = {
7
7
  toggle: (newValue?: boolean) => void;
8
8
  /** @private */
9
9
  props: CheckboxProps;
10
10
  /** @private */
11
11
  checked: ComputedRef<boolean>;
12
12
  };
13
- export declare type CheckboxInstance = ComponentPublicInstance<CheckboxProps, CheckboxExpose>;
14
- export declare type CheckboxThemeVars = {
13
+ export type CheckboxInstance = ComponentPublicInstance<CheckboxProps, CheckboxExpose>;
14
+ export type CheckboxThemeVars = {
15
15
  checkboxSize?: string;
16
16
  checkboxBorderColor?: string;
17
17
  checkboxDuration?: string;
@@ -12,7 +12,7 @@ export declare const checkboxGroupProps: {
12
12
  };
13
13
  checkedColor: StringConstructor;
14
14
  };
15
- export declare type CheckboxGroupProps = ExtractPropTypes<typeof checkboxGroupProps>;
15
+ export type CheckboxGroupProps = ExtractPropTypes<typeof checkboxGroupProps>;
16
16
  export declare const CHECKBOX_GROUP_KEY: InjectionKey<CheckboxGroupProvide>;
17
17
  declare const _default: import("vue").DefineComponent<{
18
18
  max: (NumberConstructor | StringConstructor)[];
@@ -1,16 +1,16 @@
1
1
  import type { ComponentPublicInstance } from 'vue';
2
2
  import type { CheckboxGroupProps } from './CheckboxGroup';
3
3
  import type { CheckerParent, CheckerDirection } from '../checkbox/Checker';
4
- export declare type CheckboxGroupDirection = CheckerDirection;
5
- export declare type CheckboxGroupToggleAllOptions = boolean | {
4
+ export type CheckboxGroupDirection = CheckerDirection;
5
+ export type CheckboxGroupToggleAllOptions = boolean | {
6
6
  checked?: boolean;
7
7
  skipDisabled?: boolean;
8
8
  };
9
- export declare type CheckboxGroupExpose = {
9
+ export type CheckboxGroupExpose = {
10
10
  toggleAll: (options?: CheckboxGroupToggleAllOptions) => void;
11
11
  };
12
- export declare type CheckboxGroupInstance = ComponentPublicInstance<CheckboxGroupProps, CheckboxGroupExpose>;
13
- export declare type CheckboxGroupProvide = CheckerParent & {
12
+ export type CheckboxGroupInstance = ComponentPublicInstance<CheckboxGroupProps, CheckboxGroupExpose>;
13
+ export type CheckboxGroupProvide = CheckerParent & {
14
14
  props: CheckboxGroupProps;
15
15
  updateValue: (value: unknown[]) => void;
16
16
  };
@@ -1,5 +1,5 @@
1
1
  import { type PropType, type ExtractPropTypes } from 'vue';
2
- export declare type CircleStartPosition = 'top' | 'right' | 'bottom' | 'left';
2
+ export type CircleStartPosition = 'top' | 'right' | 'bottom' | 'left';
3
3
  export declare const circleProps: {
4
4
  text: StringConstructor;
5
5
  size: (NumberConstructor | StringConstructor)[];
@@ -35,7 +35,7 @@ export declare const circleProps: {
35
35
  default: CircleStartPosition;
36
36
  };
37
37
  };
38
- export declare type CircleProps = ExtractPropTypes<typeof circleProps>;
38
+ export type CircleProps = ExtractPropTypes<typeof circleProps>;
39
39
  declare const _default: import("vue").DefineComponent<{
40
40
  text: StringConstructor;
41
41
  size: (NumberConstructor | StringConstructor)[];
@@ -1,4 +1,4 @@
1
- export declare type CircleThemeVars = {
1
+ export type CircleThemeVars = {
2
2
  circleSize?: string;
3
3
  circleColor?: string;
4
4
  circleLayerColor?: string;
package/es/col/Col.d.ts CHANGED
@@ -10,7 +10,7 @@ export declare const colProps: {
10
10
  };
11
11
  offset: (NumberConstructor | StringConstructor)[];
12
12
  };
13
- export declare type ColProps = ExtractPropTypes<typeof colProps>;
13
+ export type ColProps = ExtractPropTypes<typeof colProps>;
14
14
  declare const _default: import("vue").DefineComponent<{
15
15
  tag: {
16
16
  type: import("vue").PropType<keyof HTMLElementTagNameMap>;
@@ -1,10 +1,10 @@
1
1
  import { type PropType, type InjectionKey, type ExtractPropTypes, type ComponentPublicInstance } from 'vue';
2
2
  import { type Numeric } from '../utils';
3
- export declare type CollapseProvide = {
3
+ export type CollapseProvide = {
4
4
  toggle: (name: Numeric, expanded: boolean) => void;
5
5
  isExpanded: (name: Numeric) => boolean;
6
6
  };
7
- export declare type CollapseToggleAllOptions = boolean | {
7
+ export type CollapseToggleAllOptions = boolean | {
8
8
  expanded?: boolean;
9
9
  skipDisabled?: boolean;
10
10
  };
@@ -20,8 +20,8 @@ export declare const collapseProps: {
20
20
  default: string;
21
21
  };
22
22
  };
23
- export declare type CollapseProps = ExtractPropTypes<typeof collapseProps>;
24
- export declare type CollapseInstance = ComponentPublicInstance<{
23
+ export type CollapseProps = ExtractPropTypes<typeof collapseProps>;
24
+ export type CollapseInstance = ComponentPublicInstance<{
25
25
  toggleAll: (options?: boolean | CollapseToggleAllOptions) => void;
26
26
  }>;
27
27
  declare const _default: import("vue").DefineComponent<{
@@ -39,7 +39,7 @@ export declare const collapseItemProps: {
39
39
  default: true;
40
40
  };
41
41
  };
42
- export declare type CollapseItemProps = ExtractPropTypes<typeof collapseItemProps>;
42
+ export type CollapseItemProps = ExtractPropTypes<typeof collapseItemProps>;
43
43
  declare const _default: import("vue").DefineComponent<{
44
44
  tag: {
45
45
  type: import("vue").PropType<keyof HTMLElementTagNameMap>;
@@ -119,12 +119,12 @@ declare const _default: import("vue").DefineComponent<{
119
119
  default: true;
120
120
  };
121
121
  }>>, {
122
- required: boolean;
123
122
  tag: keyof HTMLElementTagNameMap;
124
123
  center: boolean;
125
124
  disabled: boolean;
126
125
  isLink: boolean;
127
126
  border: boolean;
127
+ required: boolean;
128
128
  clickable: boolean | null;
129
129
  readonly: boolean;
130
130
  lazyRender: boolean;
@@ -77,12 +77,12 @@ export declare const CollapseItem: import("../utils").WithInstall<import("vue").
77
77
  default: true;
78
78
  };
79
79
  }>>, {
80
- required: boolean;
81
80
  tag: keyof HTMLElementTagNameMap;
82
81
  center: boolean;
83
82
  disabled: boolean;
84
83
  isLink: boolean;
85
84
  border: boolean;
85
+ required: boolean;
86
86
  clickable: boolean | null;
87
87
  readonly: boolean;
88
88
  lazyRender: boolean;
@@ -1,10 +1,10 @@
1
1
  import type { ComponentPublicInstance } from 'vue';
2
2
  import type { CollapseItemProps } from './CollapseItem';
3
- export declare type CollapseItemExpose = {
3
+ export type CollapseItemExpose = {
4
4
  toggle: (newValue?: boolean) => void;
5
5
  };
6
- export declare type CollapseItemInstance = ComponentPublicInstance<CollapseItemProps, CollapseItemExpose>;
7
- export declare type CollapseItemThemeVars = {
6
+ export type CollapseItemInstance = ComponentPublicInstance<CollapseItemProps, CollapseItemExpose>;
7
+ export type CollapseItemThemeVars = {
8
8
  collapseItemDuration?: string;
9
9
  collapseItemContentPadding?: string;
10
10
  collapseItemContentFontSize?: string;
@@ -8,6 +8,6 @@ export declare const routeProps: {
8
8
  url: StringConstructor;
9
9
  replace: BooleanConstructor;
10
10
  };
11
- export declare type RouteProps = ExtractPropTypes<typeof routeProps>;
11
+ export type RouteProps = ExtractPropTypes<typeof routeProps>;
12
12
  export declare function route({ to, url, replace, $router: router, }: ComponentPublicInstance<RouteProps>): void;
13
13
  export declare function useRoute(): () => void;
@@ -1,4 +1,4 @@
1
- declare type Direction = '' | 'vertical' | 'horizontal';
1
+ type Direction = '' | 'vertical' | 'horizontal';
2
2
  export declare function useTouch(): {
3
3
  move: EventListener;
4
4
  start: EventListener;
@@ -1,11 +1,11 @@
1
1
  import { type PropType, type InjectionKey, type ExtractPropTypes } from 'vue';
2
2
  import { type Numeric } from '../utils';
3
- export declare type ConfigProviderTheme = 'light' | 'dark';
4
- export declare type ConfigProviderProvide = {
3
+ export type ConfigProviderTheme = 'light' | 'dark';
4
+ export type ConfigProviderProvide = {
5
5
  iconPrefix?: string;
6
6
  };
7
7
  export declare const CONFIG_PROVIDER_KEY: InjectionKey<ConfigProviderProvide>;
8
- export declare type ThemeVars = PropType<Record<string, Numeric>>;
8
+ export type ThemeVars = PropType<Record<string, Numeric>>;
9
9
  export declare const configProviderProps: {
10
10
  tag: {
11
11
  type: PropType<keyof HTMLElementTagNameMap>;
@@ -21,7 +21,7 @@ export declare const configProviderProps: {
21
21
  themeVarsLight: ThemeVars;
22
22
  iconPrefix: StringConstructor;
23
23
  };
24
- export declare type ConfigProviderProps = ExtractPropTypes<typeof configProviderProps>;
24
+ export type ConfigProviderProps = ExtractPropTypes<typeof configProviderProps>;
25
25
  declare const _default: import("vue").DefineComponent<{
26
26
  tag: {
27
27
  type: PropType<keyof HTMLElementTagNameMap>;
@@ -1 +1 @@
1
- export declare type ConfigProviderThemeVars = import('../action-bar').ActionBarThemeVars & import('../action-bar-button').ActionBarButtonThemeVars & import('../action-bar-icon').ActionBarIconThemeVars & import('../action-sheet').ActionSheetThemeVars & import('../address-edit').AddressEditThemeVars & import('../address-list').AddressListThemeVars & import('../badge').BadgeThemeVars & import('../button').ButtonThemeVars & import('../calendar').CalendarThemeVars & import('../card').CardThemeVars & import('../cascader').CascaderThemeVars & import('../cell').CellThemeVars & import('../cell-group').CellGroupThemeVars & import('../checkbox').CheckboxThemeVars & import('../circle').CircleThemeVars & import('../collapse-item').CollapseItemThemeVars & import('../contact-card').ContactCardThemeVars & import('../contact-edit').ContactEditThemeVars & import('../contact-list').ContactListThemeVars & import('../count-down').CountDownThemeVars & import('../coupon').CouponThemeVars & import('../coupon-cell').CouponCellThemeVars & import('../coupon-list').CouponListThemeVars & import('../dialog').DialogThemeVars & import('../divider').DividerThemeVars & import('../dropdown-item').DropdownItemThemeVars & import('../dropdown-menu').DropdownMenuThemeVars & import('../empty').EmptyThemeVars & import('../field').FieldThemeVars & import('../grid-item').GridItemThemeVars & import('../image').ImageThemeVars & import('../image-preview').ImagePreviewThemeVars & import('../index-anchor').IndexAnchorThemeVars & import('../index-bar').IndexBarThemeVars & import('../list').ListThemeVars & import('../loading').LoadingThemeVars & import('../nav-bar').NavBarThemeVars & import('../notice-bar').NoticeBarThemeVars & import('../notify').NotifyThemeVars & import('../number-keyboard').NumberKeyboardThemeVars & import('../overlay').OverlayThemeVars & import('../pagination').PaginationThemeVars & import('../password-input').PasswordInputThemeVars & import('../picker').PickerThemeVars & import('../picker-group').PickerGroupThemeVars & import('../popover').PopoverThemeVars & import('../popup').PopupThemeVars & import('../progress').ProgressThemeVars & import('../pull-refresh').PullRefreshThemeVars & import('../radio').RadioThemeVars & import('../rate').RateThemeVars & import('../search').SearchThemeVars & import('../share-sheet').ShareSheetThemeVars & import('../sidebar').SidebarThemeVars & import('../sidebar-item').SidebarItemThemeVars & import('../skeleton').SkeletonThemeVars & import('../slider').SliderThemeVars & import('../step').StepThemeVars & import('../stepper').StepperThemeVars & import('../steps').StepsThemeVars & import('../sticky').StickyThemeVars & import('../submit-bar').SubmitBarThemeVars & import('../swipe').SwipeThemeVars & import('../switch').SwitchThemeVars & import('../tabbar').TabbarThemeVars & import('../tabbar-item').TabbarItemThemeVars & import('../tabs').TabsThemeVars & import('../tag').TagThemeVars & import('../toast').ToastThemeVars & import('../tree-select').TreeSelectThemeVars & import('../uploader').UploaderThemeVars;
1
+ export type ConfigProviderThemeVars = import('../action-bar').ActionBarThemeVars & import('../action-bar-button').ActionBarButtonThemeVars & import('../action-bar-icon').ActionBarIconThemeVars & import('../action-sheet').ActionSheetThemeVars & import('../address-edit').AddressEditThemeVars & import('../address-list').AddressListThemeVars & import('../badge').BadgeThemeVars & import('../button').ButtonThemeVars & import('../calendar').CalendarThemeVars & import('../card').CardThemeVars & import('../cascader').CascaderThemeVars & import('../cell').CellThemeVars & import('../cell-group').CellGroupThemeVars & import('../checkbox').CheckboxThemeVars & import('../circle').CircleThemeVars & import('../collapse-item').CollapseItemThemeVars & import('../contact-card').ContactCardThemeVars & import('../contact-edit').ContactEditThemeVars & import('../contact-list').ContactListThemeVars & import('../count-down').CountDownThemeVars & import('../coupon').CouponThemeVars & import('../coupon-cell').CouponCellThemeVars & import('../coupon-list').CouponListThemeVars & import('../dialog').DialogThemeVars & import('../divider').DividerThemeVars & import('../dropdown-item').DropdownItemThemeVars & import('../dropdown-menu').DropdownMenuThemeVars & import('../empty').EmptyThemeVars & import('../field').FieldThemeVars & import('../grid-item').GridItemThemeVars & import('../image').ImageThemeVars & import('../image-preview').ImagePreviewThemeVars & import('../index-anchor').IndexAnchorThemeVars & import('../index-bar').IndexBarThemeVars & import('../list').ListThemeVars & import('../loading').LoadingThemeVars & import('../nav-bar').NavBarThemeVars & import('../notice-bar').NoticeBarThemeVars & import('../notify').NotifyThemeVars & import('../number-keyboard').NumberKeyboardThemeVars & import('../overlay').OverlayThemeVars & import('../pagination').PaginationThemeVars & import('../password-input').PasswordInputThemeVars & import('../picker').PickerThemeVars & import('../picker-group').PickerGroupThemeVars & import('../popover').PopoverThemeVars & import('../popup').PopupThemeVars & import('../progress').ProgressThemeVars & import('../pull-refresh').PullRefreshThemeVars & import('../radio').RadioThemeVars & import('../rate').RateThemeVars & import('../search').SearchThemeVars & import('../share-sheet').ShareSheetThemeVars & import('../sidebar').SidebarThemeVars & import('../sidebar-item').SidebarItemThemeVars & import('../skeleton').SkeletonThemeVars & import('../slider').SliderThemeVars & import('../step').StepThemeVars & import('../stepper').StepperThemeVars & import('../steps').StepsThemeVars & import('../sticky').StickyThemeVars & import('../submit-bar').SubmitBarThemeVars & import('../swipe').SwipeThemeVars & import('../switch').SwitchThemeVars & import('../tabbar').TabbarThemeVars & import('../tabbar-item').TabbarItemThemeVars & import('../tabs').TabsThemeVars & import('../tag').TagThemeVars & import('../toast').ToastThemeVars & import('../tree-select').TreeSelectThemeVars & import('../uploader').UploaderThemeVars;
@@ -1,5 +1,5 @@
1
1
  import { type ExtractPropTypes } from 'vue';
2
- export declare type ContactCardType = 'add' | 'edit';
2
+ export type ContactCardType = 'add' | 'edit';
3
3
  export declare const contactCardProps: {
4
4
  tel: StringConstructor;
5
5
  name: StringConstructor;
@@ -13,7 +13,7 @@ export declare const contactCardProps: {
13
13
  default: true;
14
14
  };
15
15
  };
16
- export declare type ContactCardProps = ExtractPropTypes<typeof contactCardProps>;
16
+ export type ContactCardProps = ExtractPropTypes<typeof contactCardProps>;
17
17
  declare const _default: import("vue").DefineComponent<{
18
18
  tel: StringConstructor;
19
19
  name: StringConstructor;
@@ -1,4 +1,4 @@
1
- export declare type ContactCardThemeVars = {
1
+ export type ContactCardThemeVars = {
2
2
  contactCardPadding?: string;
3
3
  contactCardAddIconSize?: string;
4
4
  contactCardAddIconColor?: string;
@@ -1,6 +1,6 @@
1
1
  import { type PropType, type ExtractPropTypes } from 'vue';
2
2
  import { isMobile } from '../utils';
3
- export declare type ContactEditInfo = {
3
+ export type ContactEditInfo = {
4
4
  tel: string;
5
5
  name: string;
6
6
  isDefault?: boolean;
@@ -20,7 +20,7 @@ export declare const contactEditProps: {
20
20
  default: typeof isMobile;
21
21
  };
22
22
  };
23
- export declare type ContactEditProps = ExtractPropTypes<typeof contactEditProps>;
23
+ export type ContactEditProps = ExtractPropTypes<typeof contactEditProps>;
24
24
  declare const _default: import("vue").DefineComponent<{
25
25
  isEdit: BooleanConstructor;
26
26
  isSaving: BooleanConstructor;
@@ -1,4 +1,4 @@
1
- export declare type ContactEditThemeVars = {
1
+ export type ContactEditThemeVars = {
2
2
  contactEditPadding?: string;
3
3
  contactEditFieldsRadius?: string;
4
4
  contactEditButtonsPadding?: string;
@@ -1,6 +1,6 @@
1
1
  import { type PropType, type ExtractPropTypes } from 'vue';
2
2
  import { type Numeric } from '../utils';
3
- export declare type ContactListItem = {
3
+ export type ContactListItem = {
4
4
  id?: Numeric;
5
5
  tel: Numeric;
6
6
  name: string;
@@ -12,7 +12,7 @@ export declare const contactListProps: {
12
12
  modelValue: PropType<unknown>;
13
13
  defaultTagText: StringConstructor;
14
14
  };
15
- export declare type ContactListProps = ExtractPropTypes<typeof contactListProps>;
15
+ export type ContactListProps = ExtractPropTypes<typeof contactListProps>;
16
16
  declare const _default: import("vue").DefineComponent<{
17
17
  list: PropType<ContactListItem[]>;
18
18
  addText: StringConstructor;
@@ -1,4 +1,4 @@
1
- export declare type ContactListThemeVars = {
1
+ export type ContactListThemeVars = {
2
2
  contactListEditIconSize?: string;
3
3
  contactListAddButtonZIndex?: number | string;
4
4
  contactListRadioColor?: string;
@@ -14,7 +14,7 @@ export declare const countDownProps: {
14
14
  };
15
15
  millisecond: BooleanConstructor;
16
16
  };
17
- export declare type CountDownProps = ExtractPropTypes<typeof countDownProps>;
17
+ export type CountDownProps = ExtractPropTypes<typeof countDownProps>;
18
18
  declare const _default: import("vue").DefineComponent<{
19
19
  time: {
20
20
  type: (NumberConstructor | StringConstructor)[];
@@ -1,14 +1,14 @@
1
1
  import type { ComponentPublicInstance } from 'vue';
2
2
  import type { CurrentTime } from '@vant/use';
3
3
  import type { CountDownProps } from './CountDown';
4
- declare type CountDownExpose = {
4
+ type CountDownExpose = {
5
5
  start: () => void;
6
6
  pause: () => void;
7
7
  reset: () => void;
8
8
  };
9
- export declare type CountDownInstance = ComponentPublicInstance<CountDownProps, CountDownExpose>;
10
- export declare type CountDownCurrentTime = CurrentTime;
11
- export declare type CountDownThemeVars = {
9
+ export type CountDownInstance = ComponentPublicInstance<CountDownProps, CountDownExpose>;
10
+ export type CountDownCurrentTime = CurrentTime;
11
+ export type CountDownThemeVars = {
12
12
  countDownTextColor?: string;
13
13
  countDownFontSize?: string;
14
14
  countDownLineHeight?: number | string;
@@ -1,6 +1,6 @@
1
1
  import { type PropType } from 'vue';
2
2
  import { type Numeric } from '../utils';
3
- export declare type CouponInfo = {
3
+ export type CouponInfo = {
4
4
  id: Numeric;
5
5
  name: string;
6
6
  endAt: number;
@@ -1,4 +1,4 @@
1
- export declare type CouponThemeVars = {
1
+ export type CouponThemeVars = {
2
2
  couponMargin?: string;
3
3
  couponContentHeight?: string;
4
4
  couponContentPadding?: string;
@@ -23,7 +23,7 @@ export declare const couponCellProps: {
23
23
  default: number;
24
24
  };
25
25
  };
26
- export declare type CouponCellProps = ExtractPropTypes<typeof couponCellProps>;
26
+ export type CouponCellProps = ExtractPropTypes<typeof couponCellProps>;
27
27
  declare const _default: import("vue").DefineComponent<{
28
28
  title: StringConstructor;
29
29
  border: {
@@ -1,3 +1,3 @@
1
- export declare type CouponCellThemeVars = {
1
+ export type CouponCellThemeVars = {
2
2
  couponCellSelectedTextColor?: string;
3
3
  };
@@ -50,7 +50,7 @@ export declare const couponListProps: {
50
50
  exchangeButtonLoading: BooleanConstructor;
51
51
  exchangeButtonDisabled: BooleanConstructor;
52
52
  };
53
- export declare type CouponListProps = ExtractPropTypes<typeof couponListProps>;
53
+ export type CouponListProps = ExtractPropTypes<typeof couponListProps>;
54
54
  declare const _default: import("vue").DefineComponent<{
55
55
  code: {
56
56
  type: import("vue").PropType<string>;
@@ -1,4 +1,4 @@
1
- export declare type CouponListThemeVars = {
1
+ export type CouponListThemeVars = {
2
2
  couponListBackground?: string;
3
3
  couponListFieldPadding?: string;
4
4
  couponListExchangeButtonHeight?: string;
@@ -1,5 +1,5 @@
1
1
  import { type PropType, type ExtractPropTypes } from 'vue';
2
- export declare type DatePickerColumnType = 'year' | 'month' | 'day';
2
+ export type DatePickerColumnType = 'year' | 'month' | 'day';
3
3
  export declare const datePickerProps: {
4
4
  loading: BooleanConstructor;
5
5
  readonly: BooleanConstructor;
@@ -50,7 +50,7 @@ export declare const datePickerProps: {
50
50
  validator: (val: unknown) => val is Date;
51
51
  };
52
52
  };
53
- export declare type DatePickerProps = ExtractPropTypes<typeof datePickerProps>;
53
+ export type DatePickerProps = ExtractPropTypes<typeof datePickerProps>;
54
54
  declare const _default: import("vue").DefineComponent<{
55
55
  loading: BooleanConstructor;
56
56
  readonly: BooleanConstructor;
@@ -100,7 +100,7 @@ declare const _default: import("vue").DefineComponent<{
100
100
  default: () => Date;
101
101
  validator: (val: unknown) => val is Date;
102
102
  };
103
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "cancel" | "confirm")[], "update:modelValue" | "change" | "cancel" | "confirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
103
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "cancel" | "change" | "confirm")[], "update:modelValue" | "cancel" | "change" | "confirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
104
104
  loading: BooleanConstructor;
105
105
  readonly: BooleanConstructor;
106
106
  allowHtml: BooleanConstructor;
@@ -48,7 +48,7 @@ export declare const DatePicker: import("../utils").WithInstall<import("vue").De
48
48
  default: () => Date;
49
49
  validator: (val: unknown) => val is Date;
50
50
  };
51
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "cancel" | "confirm")[], "update:modelValue" | "change" | "cancel" | "confirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
51
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "cancel" | "change" | "confirm")[], "update:modelValue" | "cancel" | "change" | "confirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
52
52
  loading: BooleanConstructor;
53
53
  readonly: BooleanConstructor;
54
54
  allowHtml: BooleanConstructor;
@@ -1,7 +1,7 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { PickerOption } from '../picker';
3
- declare type Filter = (columnType: string, options: PickerOption[]) => PickerOption[];
4
- declare type Formatter = (type: string, option: PickerOption) => PickerOption;
3
+ type Filter = (columnType: string, options: PickerOption[]) => PickerOption[];
4
+ type Formatter = (type: string, option: PickerOption) => PickerOption;
5
5
  export declare const sharedProps: {
6
6
  loading: BooleanConstructor;
7
7
  readonly: BooleanConstructor;
@@ -55,7 +55,7 @@ export declare const dialogProps: {
55
55
  };
56
56
  closeOnClickOverlay: BooleanConstructor;
57
57
  };
58
- export declare type DialogProps = ExtractPropTypes<typeof dialogProps>;
58
+ export type DialogProps = ExtractPropTypes<typeof dialogProps>;
59
59
  declare const _default: import("vue").DefineComponent<{
60
60
  show: BooleanConstructor;
61
61
  zIndex: (NumberConstructor | StringConstructor)[];
@@ -110,7 +110,7 @@ declare const _default: import("vue").DefineComponent<{
110
110
  default: true;
111
111
  };
112
112
  closeOnClickOverlay: BooleanConstructor;
113
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("keydown" | "update:show" | "cancel" | "confirm")[], "keydown" | "update:show" | "cancel" | "confirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
113
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "keydown" | "update:show" | "confirm")[], "cancel" | "keydown" | "update:show" | "confirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
114
114
  show: BooleanConstructor;
115
115
  zIndex: (NumberConstructor | StringConstructor)[];
116
116
  overlay: {
@@ -52,7 +52,7 @@ export declare const Dialog: import("../utils").WithInstall<import("vue").Define
52
52
  default: true;
53
53
  };
54
54
  closeOnClickOverlay: BooleanConstructor;
55
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("keydown" | "update:show" | "cancel" | "confirm")[], "keydown" | "update:show" | "cancel" | "confirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
55
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "keydown" | "update:show" | "confirm")[], "cancel" | "keydown" | "update:show" | "confirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
56
56
  show: BooleanConstructor;
57
57
  zIndex: (NumberConstructor | StringConstructor)[];
58
58
  overlay: {
@@ -1,10 +1,10 @@
1
1
  import type { CSSProperties, TeleportProps } from 'vue';
2
2
  import type { Interceptor, Numeric } from '../utils';
3
- export declare type DialogTheme = 'default' | 'round-button';
4
- export declare type DialogAction = 'confirm' | 'cancel';
5
- export declare type DialogMessage = string | (() => JSX.Element);
6
- export declare type DialogMessageAlign = 'left' | 'center' | 'right' | 'justify';
7
- export declare type DialogOptions = {
3
+ export type DialogTheme = 'default' | 'round-button';
4
+ export type DialogAction = 'confirm' | 'cancel';
5
+ export type DialogMessage = string | (() => JSX.Element);
6
+ export type DialogMessageAlign = 'left' | 'center' | 'right' | 'justify';
7
+ export type DialogOptions = {
8
8
  title?: string;
9
9
  width?: Numeric;
10
10
  theme?: DialogTheme;
@@ -30,7 +30,7 @@ export declare type DialogOptions = {
30
30
  confirmButtonDisabled?: boolean;
31
31
  closeOnClickOverlay?: boolean;
32
32
  };
33
- export declare type DialogThemeVars = {
33
+ export type DialogThemeVars = {
34
34
  dialogWidth?: string;
35
35
  dialogSmallScreenWidth?: string;
36
36
  dialogFontSize?: string;
@@ -1,5 +1,5 @@
1
1
  import { type ExtractPropTypes } from 'vue';
2
- export declare type DividerContentPosition = 'left' | 'center' | 'right';
2
+ export type DividerContentPosition = 'left' | 'center' | 'right';
3
3
  export declare const dividerProps: {
4
4
  dashed: BooleanConstructor;
5
5
  hairline: {
@@ -11,7 +11,7 @@ export declare const dividerProps: {
11
11
  default: DividerContentPosition;
12
12
  };
13
13
  };
14
- export declare type DividerProps = ExtractPropTypes<typeof dividerProps>;
14
+ export type DividerProps = ExtractPropTypes<typeof dividerProps>;
15
15
  declare const _default: import("vue").DefineComponent<{
16
16
  dashed: BooleanConstructor;
17
17
  hairline: {
@@ -1,4 +1,4 @@
1
- export declare type DividerThemeVars = {
1
+ export type DividerThemeVars = {
2
2
  dividerMargin?: string;
3
3
  dividerTextColor?: string;
4
4
  dividerFontSize?: string;