@kdcloudjs/table 1.1.3-canary.5 → 1.1.3-canary.6

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 (42) hide show
  1. package/LICENSE +568 -568
  2. package/README.md +111 -111
  3. package/dist/@kdcloudjs/table.css +1 -1
  4. package/dist/@kdcloudjs/table.js +1292 -1037
  5. package/dist/@kdcloudjs/table.js.map +1 -1
  6. package/dist/@kdcloudjs/table.min.css +1 -1
  7. package/dist/@kdcloudjs/table.min.js +24 -15
  8. package/dist/@kdcloudjs/table.min.js.map +1 -1
  9. package/dist/kd-ui-complete.less +777 -777
  10. package/es/style/color/colors.less +1 -1
  11. package/es/style/core/index.less +1 -1
  12. package/es/style/core/motion/other.less +27 -27
  13. package/es/style/core/motion/slide.less +53 -53
  14. package/es/style/core/motion.less +1 -1
  15. package/es/style/core/reset.less +185 -185
  16. package/es/style/index.less +1 -1
  17. package/es/style/mixins/index.less +18 -18
  18. package/es/style/mixins/overlay.less +21 -21
  19. package/es/style/mixins/reset.less +12 -12
  20. package/es/style/themes/default.less +445 -445
  21. package/es/table/base/helpers/getRichVisibleRectsStream.js +1 -1
  22. package/es/table/pipeline/features/filter/Filter.js +1 -1
  23. package/es/table/pipeline/features/filter/FilterPanel.js +1 -1
  24. package/es/table/style/index.less +1 -1
  25. package/lib/style/color/colors.less +1 -1
  26. package/lib/style/components.less +1 -1
  27. package/lib/style/core/index.less +1 -1
  28. package/lib/style/core/motion/other.less +27 -27
  29. package/lib/style/core/motion/slide.less +53 -53
  30. package/lib/style/core/motion.less +1 -1
  31. package/lib/style/core/reset.less +185 -185
  32. package/lib/style/index.less +1 -1
  33. package/lib/style/mixins/index.less +18 -18
  34. package/lib/style/mixins/overlay.less +21 -21
  35. package/lib/style/mixins/reset.less +12 -12
  36. package/lib/style/themes/default.less +445 -445
  37. package/lib/table/base/helpers/getRichVisibleRectsStream.js +1 -1
  38. package/lib/table/pipeline/features/filter/Filter.js +1 -1
  39. package/lib/table/pipeline/features/filter/FilterPanel.js +1 -1
  40. package/lib/table/style/index.less +1 -1
  41. package/package.json +218 -218
  42. package/CHANGELOG.md +0 -0
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/table v1.1.3-canary.4
3
+ * @kdcloudjs/table v1.1.3-canary.5
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.