vant 3.2.3 → 3.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. package/changelog.generated.md +90 -45
  2. package/es/address-edit/index.d.ts +2 -0
  3. package/es/area/index.d.ts +2 -0
  4. package/es/calendar/index.d.ts +2 -0
  5. package/es/checkbox/Checker.js +1 -1
  6. package/es/checkbox/index.d.ts +2 -0
  7. package/es/checkbox-group/index.d.ts +2 -0
  8. package/es/collapse-item/CollapseItem.js +3 -1
  9. package/es/collapse-item/index.d.ts +2 -0
  10. package/es/count-down/CountDown.d.ts +2 -10
  11. package/es/count-down/index.d.ts +3 -1
  12. package/es/count-down/types.d.ts +11 -0
  13. package/es/count-down/types.js +1 -0
  14. package/es/coupon-list/CouponList.js +4 -11
  15. package/es/coupon-list/index.css +1 -1
  16. package/es/coupon-list/index.less +6 -1
  17. package/es/datetime-picker/index.d.ts +2 -0
  18. package/es/dialog/Dialog.d.ts +1 -4
  19. package/es/dialog/Dialog.js +2 -1
  20. package/es/dialog/function-call.d.ts +12 -37
  21. package/es/dialog/index.d.ts +2 -3
  22. package/es/dialog/types.d.ts +36 -0
  23. package/es/dialog/types.js +1 -0
  24. package/es/dropdown-item/index.d.ts +2 -0
  25. package/es/dropdown-menu/index.d.ts +2 -0
  26. package/es/field/Field.d.ts +8 -6
  27. package/es/field/Field.js +2 -2
  28. package/es/field/index.d.ts +6 -4
  29. package/es/form/index.d.ts +2 -0
  30. package/es/icon/index.css +1 -1
  31. package/es/image/Image.js +1 -2
  32. package/es/image-preview/index.d.ts +2 -0
  33. package/es/index-bar/index.d.ts +2 -0
  34. package/es/index.d.ts +1 -1
  35. package/es/index.js +1 -1
  36. package/es/list/index.d.ts +2 -0
  37. package/es/notice-bar/index.d.ts +2 -0
  38. package/es/notify/Notify.d.ts +1 -1
  39. package/es/notify/function-call.d.ts +4 -17
  40. package/es/notify/index.d.ts +2 -3
  41. package/es/notify/types.d.ts +20 -0
  42. package/es/notify/types.js +1 -0
  43. package/es/picker/index.d.ts +2 -0
  44. package/es/popover/Popover.d.ts +1 -0
  45. package/es/progress/index.d.ts +2 -0
  46. package/es/search/Search.d.ts +8 -0
  47. package/es/search/index.d.ts +8 -0
  48. package/es/submit-bar/index.css +1 -1
  49. package/es/submit-bar/index.less +1 -1
  50. package/es/swipe/index.d.ts +2 -0
  51. package/es/swipe-cell/index.d.ts +2 -0
  52. package/es/tabs/index.d.ts +2 -0
  53. package/es/tabs/utils.js +2 -4
  54. package/es/toast/Toast.d.ts +1 -2
  55. package/es/toast/Toast.js +2 -1
  56. package/es/toast/function-call.d.ts +2 -25
  57. package/es/toast/index.d.ts +2 -3
  58. package/es/toast/types.d.ts +32 -0
  59. package/es/toast/types.js +1 -0
  60. package/es/uploader/index.css +1 -1
  61. package/es/uploader/index.d.ts +2 -0
  62. package/es/uploader/index.less +0 -1
  63. package/lib/address-edit/index.d.ts +2 -0
  64. package/lib/area/index.d.ts +2 -0
  65. package/lib/calendar/index.d.ts +2 -0
  66. package/lib/checkbox/Checker.js +1 -1
  67. package/lib/checkbox/index.d.ts +2 -0
  68. package/lib/checkbox-group/index.d.ts +2 -0
  69. package/lib/collapse-item/CollapseItem.js +3 -1
  70. package/lib/collapse-item/index.d.ts +2 -0
  71. package/lib/count-down/CountDown.d.ts +2 -10
  72. package/lib/count-down/index.d.ts +3 -1
  73. package/lib/count-down/types.d.ts +11 -0
  74. package/lib/count-down/types.js +3 -0
  75. package/lib/coupon-list/CouponList.js +4 -12
  76. package/lib/coupon-list/index.css +1 -1
  77. package/lib/coupon-list/index.less +6 -1
  78. package/lib/datetime-picker/index.d.ts +2 -0
  79. package/lib/dialog/Dialog.d.ts +1 -4
  80. package/lib/dialog/function-call.d.ts +12 -37
  81. package/lib/dialog/index.d.ts +2 -3
  82. package/lib/dialog/types.d.ts +36 -0
  83. package/lib/dialog/types.js +3 -0
  84. package/lib/dropdown-item/index.d.ts +2 -0
  85. package/lib/dropdown-menu/index.d.ts +2 -0
  86. package/lib/field/Field.d.ts +8 -6
  87. package/lib/field/Field.js +2 -2
  88. package/lib/field/index.d.ts +6 -4
  89. package/lib/form/index.d.ts +2 -0
  90. package/lib/icon/index.css +1 -1
  91. package/lib/image/Image.js +1 -2
  92. package/lib/image-preview/index.d.ts +2 -0
  93. package/lib/index-bar/index.d.ts +2 -0
  94. package/lib/index.css +1 -1
  95. package/lib/index.d.ts +1 -1
  96. package/lib/index.js +1 -1
  97. package/lib/list/index.d.ts +2 -0
  98. package/lib/notice-bar/index.d.ts +2 -0
  99. package/lib/notify/Notify.d.ts +1 -1
  100. package/lib/notify/function-call.d.ts +4 -17
  101. package/lib/notify/index.d.ts +2 -3
  102. package/lib/notify/types.d.ts +20 -0
  103. package/lib/notify/types.js +3 -0
  104. package/lib/picker/index.d.ts +2 -0
  105. package/lib/popover/Popover.d.ts +1 -0
  106. package/lib/progress/index.d.ts +2 -0
  107. package/lib/search/Search.d.ts +8 -0
  108. package/lib/search/index.d.ts +8 -0
  109. package/lib/submit-bar/index.css +1 -1
  110. package/lib/submit-bar/index.less +1 -1
  111. package/lib/swipe/index.d.ts +2 -0
  112. package/lib/swipe-cell/index.d.ts +2 -0
  113. package/lib/tabs/index.d.ts +2 -0
  114. package/lib/tabs/utils.js +1 -4
  115. package/lib/toast/Toast.d.ts +1 -2
  116. package/lib/toast/function-call.d.ts +2 -25
  117. package/lib/toast/index.d.ts +2 -3
  118. package/lib/toast/types.d.ts +32 -0
  119. package/lib/toast/types.js +3 -0
  120. package/lib/uploader/index.css +1 -1
  121. package/lib/uploader/index.d.ts +2 -0
  122. package/lib/uploader/index.less +0 -1
  123. package/lib/vant.es.js +225 -269
  124. package/lib/vant.es.min.js +1 -1
  125. package/lib/vant.js +227 -271
  126. package/lib/vant.min.js +1 -1
  127. package/package.json +9 -9
  128. package/vetur/attributes.json +743 -731
  129. package/vetur/tags.json +234 -231
  130. package/vetur/web-types.json +2263 -2233

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.