bkui-vue 0.0.1-beta.471 → 0.0.1-beta.473

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 (112) hide show
  1. package/dist/index.cjs.js +59 -59
  2. package/dist/index.esm.js +11712 -11527
  3. package/dist/index.umd.js +61 -61
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -1
  6. package/lib/alert/alert.d.ts +5 -3
  7. package/lib/alert/index.d.ts +14 -10
  8. package/lib/alert/index.js +1 -1
  9. package/lib/button/button-group.d.ts +2 -2
  10. package/lib/button/index.d.ts +2 -2
  11. package/lib/button/index.js +1 -1
  12. package/lib/card/card.d.ts +1 -0
  13. package/lib/card/index.d.ts +3 -0
  14. package/lib/card/index.js +1 -1
  15. package/lib/cascader/index.js +1 -1
  16. package/lib/checkbox/checkbox.d.ts +15 -11
  17. package/lib/checkbox/index.d.ts +32 -23
  18. package/lib/checkbox/index.js +1 -1
  19. package/lib/code-diff/index.js +1 -1
  20. package/lib/collapse/collapse-panel.d.ts +1 -0
  21. package/lib/collapse/index.d.ts +1 -0
  22. package/lib/collapse/index.js +1 -1
  23. package/lib/color-picker/color-picker.less +50 -50
  24. package/lib/color-picker/index.js +1 -1
  25. package/lib/config-provider/index.d.ts +1 -1
  26. package/lib/container/container.less +4 -4
  27. package/lib/container/index.js +1 -1
  28. package/lib/dropdown/dropdown.d.ts +1 -0
  29. package/lib/dropdown/dropdown.less +6 -9
  30. package/lib/dropdown/index.d.ts +3 -0
  31. package/lib/dropdown/index.js +1 -1
  32. package/lib/exception/exception.less +15 -15
  33. package/lib/exception/index.js +1 -1
  34. package/lib/form/compose-form-item.d.ts +3 -1
  35. package/lib/form/form-item.d.ts +1 -0
  36. package/lib/form/form.css +13 -1
  37. package/lib/form/form.d.ts +1 -0
  38. package/lib/form/form.less +15 -1
  39. package/lib/form/form.variable.css +13 -1
  40. package/lib/form/index.d.ts +7 -1
  41. package/lib/form/index.js +1 -1
  42. package/lib/input/index.d.ts +7 -7
  43. package/lib/input/input.d.ts +4 -4
  44. package/lib/menu/index.js +1 -1
  45. package/lib/navigation/index.d.ts +3 -0
  46. package/lib/navigation/index.js +1 -1
  47. package/lib/navigation/navigation.d.ts +1 -0
  48. package/lib/notify/index.js +1 -1
  49. package/lib/notify/notify.less +8 -8
  50. package/lib/notify/notifyConstructor.d.ts +1 -0
  51. package/lib/pagination/index.d.ts +10 -7
  52. package/lib/pagination/index.js +1 -1
  53. package/lib/pagination/pagination.d.ts +5 -4
  54. package/lib/process/index.d.ts +3 -0
  55. package/lib/process/index.js +1 -1
  56. package/lib/process/process.d.ts +1 -0
  57. package/lib/process/process.less +7 -7
  58. package/lib/progress/index.d.ts +13 -7
  59. package/lib/progress/index.js +1 -1
  60. package/lib/progress/progress.d.ts +5 -3
  61. package/lib/progress/progress.less +8 -8
  62. package/lib/radio/index.d.ts +38 -20
  63. package/lib/radio/index.js +1 -1
  64. package/lib/radio/radio-button.d.ts +10 -6
  65. package/lib/radio/radio-group.d.ts +9 -4
  66. package/lib/radio/radio.d.ts +7 -3
  67. package/lib/rate/index.d.ts +4 -4
  68. package/lib/rate/rate.d.ts +2 -2
  69. package/lib/resize-layout/index.d.ts +3 -0
  70. package/lib/resize-layout/index.js +1 -1
  71. package/lib/resize-layout/resize-layout.d.ts +1 -0
  72. package/lib/resize-layout/resize-layout.less +23 -23
  73. package/lib/select/index.d.ts +15 -18
  74. package/lib/select/index.js +1 -1
  75. package/lib/select/option.d.ts +6 -9
  76. package/lib/select/select.d.ts +5 -5
  77. package/lib/select/type.d.ts +1 -1
  78. package/lib/shared/vue-types.d.ts +1 -1
  79. package/lib/sideslider/index.js +1 -1
  80. package/lib/sideslider/sideslider.less +9 -9
  81. package/lib/steps/index.d.ts +7 -4
  82. package/lib/steps/index.js +1 -1
  83. package/lib/steps/steps.d.ts +4 -3
  84. package/lib/steps/steps.less +62 -62
  85. package/lib/swiper/index.js +1 -1
  86. package/lib/swiper/swiper.less +15 -13
  87. package/lib/swiper/swiper.variable.css +122 -0
  88. package/lib/switcher/index.d.ts +4 -4
  89. package/lib/switcher/index.js +1 -1
  90. package/lib/switcher/switcher.d.ts +2 -2
  91. package/lib/switcher/switcher.less +29 -29
  92. package/lib/table/index.d.ts +1 -1
  93. package/lib/table-column/index.d.ts +1 -1
  94. package/lib/tag/index.d.ts +3 -0
  95. package/lib/tag/index.js +1 -1
  96. package/lib/tag/tag.css +2 -2
  97. package/lib/tag/tag.d.ts +1 -0
  98. package/lib/tag/tag.less +14 -13
  99. package/lib/tag/tag.variable.css +2 -2
  100. package/lib/tag-input/index.d.ts +9 -9
  101. package/lib/tag-input/index.js +1 -1
  102. package/lib/tag-input/tag-input.d.ts +3 -3
  103. package/lib/timeline/index.d.ts +3 -0
  104. package/lib/timeline/index.js +1 -1
  105. package/lib/timeline/timeline.d.ts +1 -0
  106. package/lib/timeline/timeline.less +35 -35
  107. package/lib/transfer/index.d.ts +3 -0
  108. package/lib/transfer/index.js +1 -1
  109. package/lib/transfer/transfer.d.ts +1 -0
  110. package/lib/transfer/transfer.less +2 -2
  111. package/lib/tree/index.js +1 -1
  112. package/package.json +1 -1

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.