bkui-vue 1.0.2 → 1.0.3-beta.10

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 (98) hide show
  1. package/README.md +1 -0
  2. package/dist/index.cjs.js +61 -61
  3. package/dist/index.esm.js +11749 -11679
  4. package/dist/index.umd.js +61 -61
  5. package/dist/style.css +1 -1
  6. package/dist/style.variable.css +1 -1
  7. package/lib/affix/index.js +1 -0
  8. package/lib/alert/index.js +1 -0
  9. package/lib/animate-number/index.js +1 -0
  10. package/lib/backtop/index.js +1 -0
  11. package/lib/badge/index.js +1 -0
  12. package/lib/breadcrumb/index.js +1 -0
  13. package/lib/button/index.js +1 -0
  14. package/lib/card/index.js +1 -0
  15. package/lib/cascader/index.js +1 -0
  16. package/lib/checkbox/index.js +1 -0
  17. package/lib/code-diff/index.js +1 -0
  18. package/lib/collapse/index.js +1 -0
  19. package/lib/collapse-transition/index.js +1 -0
  20. package/lib/color-picker/index.js +1 -0
  21. package/lib/components.js +0 -4
  22. package/lib/config-provider/index.js +1 -0
  23. package/lib/container/index.js +1 -0
  24. package/lib/date-picker/index.js +1 -0
  25. package/lib/dialog/index.js +1 -0
  26. package/lib/directives/index.js +1 -0
  27. package/lib/dist.index.js +0 -1
  28. package/lib/divider/index.js +1 -0
  29. package/lib/dropdown/index.js +1 -0
  30. package/lib/exception/index.js +1 -0
  31. package/lib/fixed-navbar/index.js +1 -0
  32. package/lib/form/form.css +1 -0
  33. package/lib/form/form.less +2 -0
  34. package/lib/form/form.variable.css +1 -0
  35. package/lib/form/index.js +1 -0
  36. package/lib/hooks.js +1 -8
  37. package/lib/icon/index.js +1 -0
  38. package/lib/image/index.js +1 -0
  39. package/lib/index.js +0 -1
  40. package/lib/info-box/index.js +1 -0
  41. package/lib/input/index.js +1 -0
  42. package/lib/link/index.js +1 -0
  43. package/lib/loading/index.js +1 -0
  44. package/lib/locale/index.js +1 -0
  45. package/lib/menu/index.js +1 -0
  46. package/lib/message/index.js +1 -0
  47. package/lib/modal/index.js +1 -0
  48. package/lib/navigation/index.js +1 -0
  49. package/lib/notify/index.js +1 -0
  50. package/lib/overflow-title/index.js +1 -0
  51. package/lib/pagination/index.js +1 -1
  52. package/lib/plugin-popover/index.js +11 -5
  53. package/lib/plugins/index.js +1 -0
  54. package/lib/pop-confirm/index.js +1 -0
  55. package/lib/popover/index.js +11 -5
  56. package/lib/popover2/index.js +1 -0
  57. package/lib/preset.d.ts +2 -2
  58. package/lib/preset.js +14 -20
  59. package/lib/process/index.js +1 -0
  60. package/lib/progress/index.js +1 -0
  61. package/lib/radio/index.js +1 -0
  62. package/lib/rate/index.js +1 -0
  63. package/lib/resize-layout/index.js +1 -0
  64. package/lib/search-select/index.js +1 -0
  65. package/lib/select/index.js +1 -0
  66. package/lib/shared/index.js +1 -0
  67. package/lib/sideslider/index.js +1 -0
  68. package/lib/slider/index.js +1 -0
  69. package/lib/steps/index.js +1 -0
  70. package/lib/styles/reset.css +3 -1
  71. package/lib/styles/reset.less +3 -1
  72. package/lib/styles/reset.variable.css +3 -1
  73. package/lib/swiper/index.js +1 -0
  74. package/lib/switcher/index.js +1 -0
  75. package/lib/tab/index.js +1 -0
  76. package/lib/table/index.d.ts +15 -0
  77. package/lib/table/index.js +386 -245
  78. package/lib/table/plugins/head-sort.d.ts +7 -0
  79. package/lib/table/plugins/use-draggable.d.ts +2 -2
  80. package/lib/table/plugins/use-pagination.d.ts +2 -1
  81. package/lib/table/props.d.ts +9 -0
  82. package/lib/table/table.css +15 -16
  83. package/lib/table/table.d.ts +7 -0
  84. package/lib/table/table.less +27 -14
  85. package/lib/table/table.variable.css +15 -16
  86. package/lib/table/use-attributes.d.ts +40 -1
  87. package/lib/table/use-common.d.ts +1 -0
  88. package/lib/table/utils.d.ts +5 -4
  89. package/lib/table-column/index.js +11 -0
  90. package/lib/tag/index.js +1 -0
  91. package/lib/tag-input/index.js +1 -0
  92. package/lib/time-picker/index.js +1 -0
  93. package/lib/timeline/index.js +1 -0
  94. package/lib/transfer/index.js +1 -0
  95. package/lib/tree/index.js +1 -0
  96. package/lib/upload/index.js +1 -0
  97. package/lib/virtual-render/index.js +1 -0
  98. package/package.json +4 -3
package/README.md CHANGED
@@ -91,3 +91,4 @@ ISSUES CLOSED: #1
91
91
  | depend | 对工程的依赖进行增删改 |
92
92
  | chore | 构建脚本、任务等相关代码 |
93
93
  | del | 删除可能仍然有人用到的功能、API 等破坏性动作 |
94
+