@kdcloudjs/kdesign 1.1.3 → 1.2.0

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 (76) hide show
  1. package/CHANGELOG.md +39 -3
  2. package/dist/kdesign-complete.less +407 -261
  3. package/dist/kdesign.css +154 -54
  4. package/dist/kdesign.css.map +1 -1
  5. package/dist/kdesign.js +253 -19
  6. package/dist/kdesign.js.map +1 -1
  7. package/dist/kdesign.min.css +4 -4
  8. package/dist/kdesign.min.js +8 -8
  9. package/dist/kdesign.min.js.map +1 -1
  10. package/es/_utils/usePopper.js +0 -1
  11. package/es/anchor/anchor.js +0 -6
  12. package/es/anchor/style/index.css +5 -2
  13. package/es/anchor/style/index.less +6 -2
  14. package/es/anchor/style/token.less +2 -1
  15. package/es/button/button.d.ts +1 -1
  16. package/es/button/button.js +2 -2
  17. package/es/button/group.d.ts +21 -0
  18. package/es/button/group.js +130 -0
  19. package/es/button/index.d.ts +5 -1
  20. package/es/button/index.js +4 -1
  21. package/es/button/style/index.css +117 -21
  22. package/es/button/style/index.less +332 -192
  23. package/es/button/style/token.less +41 -25
  24. package/es/carousel/carousel.js +4 -0
  25. package/es/config-provider/compDefaultProps.d.ts +4 -0
  26. package/es/config-provider/compDefaultProps.js +4 -0
  27. package/es/empty/defaultEmptyImg.js +5 -3
  28. package/es/empty/illustrationEmptyImg.js +6 -4
  29. package/es/icon/interface.js +1 -1
  30. package/es/image/preview.js +1 -1
  31. package/es/image/style/index.css +8 -8
  32. package/es/image/style/index.less +5 -5
  33. package/es/image/style/token.less +12 -25
  34. package/es/rate/style/index.css +9 -9
  35. package/es/rate/style/token.less +6 -6
  36. package/es/stepper/style/index.css +1 -1
  37. package/es/stepper/style/token.less +1 -1
  38. package/es/style/icon/kdicon.css +2 -1
  39. package/es/style/icon/kdicon.woff +0 -0
  40. package/es/switch/style/index.css +11 -11
  41. package/es/switch/style/index.less +2 -2
  42. package/es/switch/style/token.less +7 -10
  43. package/lib/_utils/usePopper.js +0 -1
  44. package/lib/anchor/anchor.js +0 -6
  45. package/lib/anchor/style/index.css +5 -2
  46. package/lib/anchor/style/index.less +6 -2
  47. package/lib/anchor/style/token.less +2 -1
  48. package/lib/button/button.d.ts +1 -1
  49. package/lib/button/button.js +2 -2
  50. package/lib/button/group.d.ts +21 -0
  51. package/lib/button/group.js +166 -0
  52. package/lib/button/index.d.ts +5 -1
  53. package/lib/button/index.js +5 -1
  54. package/lib/button/style/index.css +117 -21
  55. package/lib/button/style/index.less +332 -192
  56. package/lib/button/style/token.less +41 -25
  57. package/lib/carousel/carousel.js +4 -0
  58. package/lib/config-provider/compDefaultProps.d.ts +4 -0
  59. package/lib/config-provider/compDefaultProps.js +4 -0
  60. package/lib/empty/defaultEmptyImg.js +6 -3
  61. package/lib/empty/illustrationEmptyImg.js +7 -4
  62. package/lib/icon/interface.js +1 -1
  63. package/lib/image/preview.js +1 -1
  64. package/lib/image/style/index.css +8 -8
  65. package/lib/image/style/index.less +5 -5
  66. package/lib/image/style/token.less +12 -25
  67. package/lib/rate/style/index.css +9 -9
  68. package/lib/rate/style/token.less +6 -6
  69. package/lib/stepper/style/index.css +1 -1
  70. package/lib/stepper/style/token.less +1 -1
  71. package/lib/style/icon/kdicon.css +2 -1
  72. package/lib/style/icon/kdicon.woff +0 -0
  73. package/lib/switch/style/index.css +11 -11
  74. package/lib/switch/style/index.less +2 -2
  75. package/lib/switch/style/token.less +7 -10
  76. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,13 +1,50 @@
1
- ## [1.1.2](https://github.com/kdcloudone/kdesign/compare/v1.1.0...v1.1.2) (2022-04-02)
1
+ ## [1.1.3](https://github.com/kdcloudone/kdesign/compare/v1.1.2...v1.1.3) (2022-04-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [checkbox] 修复视觉走查问题点 ([342505b](https://github.com/kdcloudone/kdesign/commit/342505bd9bffd8f9b2108c87fbd87b5a5409642b))
7
+ * [cli] 修复引用kdesign.less文件提示字体包缺失问题 ([7520eb2](https://github.com/kdcloudone/kdesign/commit/7520eb2dbeaff0a01768b51bf7578ee081c02f50))
8
+ * [layout] 修改siderTrigger的line-height为46px,防止出现滚动条 ([83dd35e](https://github.com/kdcloudone/kdesign/commit/83dd35e7265595e75a034796b90d1b2cd9c575b4))
9
+ * [radio] 修复点击label中有input元素时的双击事件 ([037743e](https://github.com/kdcloudone/kdesign/commit/037743ee304a43010322c2b494c446e9fd334fd2))
10
+ * [usePopper] 去除了使用usePopper的时候useResizeObserver检测元素没有的警告 ([fb35c39](https://github.com/kdcloudone/kdesign/commit/fb35c393533c3086a7f8c14bff6b2778ff0342b4))
11
+
12
+
13
+ ### Features
14
+
15
+ * [pagination] 更新样式 ([80f2135](https://github.com/kdcloudone/kdesign/commit/80f213578d70c1d16308bd21984f7428cf83bed8))
16
+
17
+
18
+
19
+ ## [1.1.2](https://github.com/kdcloudone/kdesign/compare/v1.1.1...v1.1.2) (2022-04-02)
2
20
 
3
21
 
4
22
  ### Bug Fixes
5
23
 
6
- * [base-data] 更正开放token属性及选中项颜色值 ([5cb9c65](https://github.com/kdcloudone/kdesign/commit/5cb9c65b373231b50b83e71f197c3d41fa7c8ce5))
7
24
  * [date-picker] 修复日期区间选择的选择块不跟随主题色的问题 ([885a339](https://github.com/kdcloudone/kdesign/commit/885a33981d87ca41ac4007193694f3075582141d))
25
+
26
+
27
+ ### Features
28
+
29
+ * [icon] 新增多个图标 ([be90eaf](https://github.com/kdcloudone/kdesign/commit/be90eaff8d64dd8f4bd86480f019536b3e56ef7b))
30
+
31
+
32
+ ### Reverts
33
+
34
+ * Revert "fix: [menu] 1:删除子菜单title;2:收起class根据collapsed属性添加;3:添加默认宽度,删除demo中的宽度;4:token相关修改 (#29)" ([2357672](https://github.com/kdcloudone/kdesign/commit/2357672ed74c9dbd659229cf6282b22fb93ee82b)), closes [#29](https://github.com/kdcloudone/kdesign/issues/29)
35
+
36
+
37
+
38
+ ## [1.1.1](https://github.com/kdcloudone/kdesign/compare/v1.1.0...v1.1.1) (2022-04-01)
39
+
40
+
41
+ ### Bug Fixes
42
+
43
+ * [base-data] 更正开放token属性及选中项颜色值 ([5cb9c65](https://github.com/kdcloudone/kdesign/commit/5cb9c65b373231b50b83e71f197c3d41fa7c8ce5))
8
44
  * [form]检验require未正确添加 ([607b251](https://github.com/kdcloudone/kdesign/commit/607b2511aa2c88f6cedd85af3793a9e09191ffe1))
9
45
  * [form]fix token ([8ccf9aa](https://github.com/kdcloudone/kdesign/commit/8ccf9aa99210315f7236967797b310d99d63140d))
10
46
  * [icon] 优化图标名称 ([b2b7838](https://github.com/kdcloudone/kdesign/commit/b2b7838461d4a9b8d5ea20aa98babb31774939b3))
47
+ * [menu] 1:删除子菜单title;2:收起class根据collapsed属性添加;3:添加默认宽度,删除demo中的宽度;4:token相关修改 ([#29](https://github.com/kdcloudone/kdesign/issues/29)) ([bb1b8fa](https://github.com/kdcloudone/kdesign/commit/bb1b8faa5bffc6b20f250c452c2af037e2f4e6a7))
11
48
  * [message] 更新消息提示视觉稿 ([f416344](https://github.com/kdcloudone/kdesign/commit/f416344ef8de7b36ef3068f67816f1f907d2a26f))
12
49
  * [select] 修复选中时字体颜色值 ([c94dcfc](https://github.com/kdcloudone/kdesign/commit/c94dcfcfdc89b0157b8f8dc0b08c7241f3ff55f7))
13
50
  * [token] 格式修改 ([e34b377](https://github.com/kdcloudone/kdesign/commit/e34b377c0889b06f84e3ed4ebf3a92740b366dd5))
@@ -17,7 +54,6 @@
17
54
  ### Features
18
55
 
19
56
  * [carousel] 更新样式 ([872a1fb](https://github.com/kdcloudone/kdesign/commit/872a1fb3b7cf51b2bd88b97596d69952a352090c))
20
- * [icon] 新增多个图标 ([be90eaf](https://github.com/kdcloudone/kdesign/commit/be90eaff8d64dd8f4bd86480f019536b3e56ef7b))
21
57
  * [icon] 新增图标:xingzhuangjiehe ([be6c304](https://github.com/kdcloudone/kdesign/commit/be6c304c60ae86f25f0b4ca245da422fe537c68b))
22
58
 
23
59