@kdcloudjs/kdesign 1.7.68-stable.7 → 1.7.68-stable.8

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,128 @@
1
+ ## [1.8.19](https://github.com/kingdee/kdesign/compare/v1.8.18...v1.8.19) (2024-11-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [pagination] 添加跳转按钮的国际化功能 fix [#932](https://github.com/kingdee/kdesign/issues/932) ([0c03df6](https://github.com/kingdee/kdesign/commit/0c03df604163c005f4abcc0d9ba4f7fccbaf718b))
7
+
8
+
9
+ ### Features
10
+
11
+ * [modal] 添加控制header样式的api fix [#933](https://github.com/kingdee/kdesign/issues/933) ([fa4c7ac](https://github.com/kingdee/kdesign/commit/fa4c7ac4ce21b0c346cae4c2dad2d18a923c353b))
12
+
13
+
14
+
15
+ ## [1.8.18](https://github.com/kingdee/kdesign/compare/v1.8.17...v1.8.18) (2024-11-01)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * [city-picker] 修复keydown事件冒泡问题 fix [#928](https://github.com/kingdee/kdesign/issues/928) ([fd32234](https://github.com/kingdee/kdesign/commit/fd32234add0e9e036f475ed1153267adce97fa2d))
21
+
22
+
23
+
24
+ ## [1.8.17](https://github.com/kingdee/kdesign/compare/v1.8.16...v1.8.17) (2024-11-01)
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * [popper]修复clickToClose fix [#921](https://github.com/kingdee/kdesign/issues/921) ([98d335a](https://github.com/kingdee/kdesign/commit/98d335ad75b0a48ceefd0d43fe1df76a61a59729))
30
+
31
+
32
+
33
+ ## [1.8.16](https://github.com/kingdee/kdesign/compare/v1.8.15...v1.8.16) (2024-10-31)
34
+
35
+
36
+ ### Bug Fixes
37
+
38
+ * [breadcrumb] 修复title参数无法传入ReactNode问题 fix [#917](https://github.com/kingdee/kdesign/issues/917) ([5db5f89](https://github.com/kingdee/kdesign/commit/5db5f891658107f6f9bfb4f78e338fc540492934))
39
+ * [button] 修复集合按钮无法获取实例问题 fix [#909](https://github.com/kingdee/kdesign/issues/909) ([5fa0070](https://github.com/kingdee/kdesign/commit/5fa007058b68d07c1c9f7f3aa4f91d12d0f564a5))
40
+ * [button] 优化集合按钮下拉面板逻辑 fix [#918](https://github.com/kingdee/kdesign/issues/918) ([31cae27](https://github.com/kingdee/kdesign/commit/31cae274f5b7abf14bbfdb45b30a15f51f5a5ed9))
41
+ * [city-picker] 调整下拉面板动效 fix [#920](https://github.com/kingdee/kdesign/issues/920) ([2f988de](https://github.com/kingdee/kdesign/commit/2f988de998f139d7f95fc98a96c120fbc880bbab))
42
+ * [city-picker] 调整下拉面板关闭逻辑 fix [#925](https://github.com/kingdee/kdesign/issues/925) ([f413635](https://github.com/kingdee/kdesign/commit/f413635d4812402acff5c73f2b6f8abdbf3e02cd))
43
+ * [popper]修复arrow样式问题 fix [#923](https://github.com/kingdee/kdesign/issues/923) ([fac3a20](https://github.com/kingdee/kdesign/commit/fac3a207456819cfa57a5f45d6fc55a88b23c58b))
44
+ * [popper]修复clickToClose fix [#921](https://github.com/kingdee/kdesign/issues/921) ([f458500](https://github.com/kingdee/kdesign/commit/f4585000f2fa89598b19f73e2e35cc4b077b9f4c))
45
+ * [signature] 修复弹出框大小变化时签名消失问题 fix [#834](https://github.com/kingdee/kdesign/issues/834) ([a267321](https://github.com/kingdee/kdesign/commit/a2673215b6db8e682797636ff17903c51a5f77db))
46
+
47
+
48
+ ### Features
49
+
50
+ * [color-picker] 新版颜色组件开发 ([cc0867c](https://github.com/kingdee/kdesign/commit/cc0867c9a62402466973314862a2614b228daad5))
51
+ * [color-picker] 新增新版颜色组件及单测 ([5fbb280](https://github.com/kingdee/kdesign/commit/5fbb2807cfdb90a3a508278968d8edc10fbcbca0))
52
+ * [tree] 新增api renderExtra支持渲染树节点额外内容 fix [#914](https://github.com/kingdee/kdesign/issues/914) ([3c69f0f](https://github.com/kingdee/kdesign/commit/3c69f0fe7c2253ed9899b6858bb480f267e911b4))
53
+
54
+
55
+
56
+ ## [1.8.15](https://github.com/kingdee/kdesign/compare/v1.8.14...v1.8.15) (2024-10-24)
57
+
58
+
59
+ ### Bug Fixes
60
+
61
+ * [city-picker] 调整当鼠标移出下拉面板选项后焦点项保留 fix [#912](https://github.com/kingdee/kdesign/issues/912) ([92656c3](https://github.com/kingdee/kdesign/commit/92656c38132931eac3278a16b66db1d05dcb3719))
62
+ * [city-picker] 调整下拉项默认选中逻辑 fix [#910](https://github.com/kingdee/kdesign/issues/910) ([5835fe0](https://github.com/kingdee/kdesign/commit/5835fe07bc251be0b131c810b7151a750aede48c))
63
+ * [city-picker] 去除键盘上下键以及enter展开下拉面板 fix [#913](https://github.com/kingdee/kdesign/issues/913) ([b3ef7d0](https://github.com/kingdee/kdesign/commit/b3ef7d0dc70309dbb6c3495c9e3222fc2e43c1b3))
64
+ * [city-picker] 修复下拉面板位置错乱问题 fix [#911](https://github.com/kingdee/kdesign/issues/911) ([1fecc98](https://github.com/kingdee/kdesign/commit/1fecc98b4ef5f3a6e50f24f4c3f5b437373e4a07))
65
+
66
+
67
+
68
+ ## [1.8.14](https://github.com/kingdee/kdesign/compare/v1.8.13...v1.8.14) (2024-10-14)
69
+
70
+
71
+ ### Bug Fixes
72
+
73
+ * [tree] 修复多选设置scrollToKey时会导致选中节点后会滚动到scrollToKey对应的树节点 fix [#906](https://github.com/kingdee/kdesign/issues/906) ([b65a7ab](https://github.com/kingdee/kdesign/commit/b65a7abcd0fe59b6cf137e3ca213106a266860e7))
74
+
75
+
76
+
77
+ ## [1.8.13](https://github.com/kingdee/kdesign/compare/v1.8.12...v1.8.13) (2024-09-30)
78
+
79
+
80
+ ### Bug Fixes
81
+
82
+ * [cli] 添加新组件缩略图 fix [#897](https://github.com/kingdee/kdesign/issues/897) ([52e942c](https://github.com/kingdee/kdesign/commit/52e942c367ad734ebba1e0d88c7bfa23b0e7e5b2))
83
+ * [cli] 修复打包后的文件依然有注释的问题 fix [#884](https://github.com/kingdee/kdesign/issues/884) ([d056724](https://github.com/kingdee/kdesign/commit/d056724d657c3625d2bbcd6d820d796e3d38adeb))
84
+
85
+
86
+ ### Features
87
+
88
+ * [popper]新增浮层外部class及style设置 fix [#903](https://github.com/kingdee/kdesign/issues/903) ([573840f](https://github.com/kingdee/kdesign/commit/573840f5d064b9f9a17e682bcbb1d63cbc7182c1))
89
+
90
+
91
+
92
+ ## [1.8.12](https://github.com/kingdee/kdesign/compare/v1.8.11...v1.8.12) (2024-09-27)
93
+
94
+
95
+ ### Bug Fixes
96
+
97
+ * [base-data] 增加监听组件长度变化 fix [#819](https://github.com/kingdee/kdesign/issues/819) ([fbcbbca](https://github.com/kingdee/kdesign/commit/fbcbbca61a27c2ed9c8d8c82111d680d91dd017c))
98
+ * [popper]修复箭头错位问题 fix [#898](https://github.com/kingdee/kdesign/issues/898) ([c955a14](https://github.com/kingdee/kdesign/commit/c955a149e7386826514dcadac3ca9eb305094dd7))
99
+ * [popper]修复元素点击触发时机 fix [#900](https://github.com/kingdee/kdesign/issues/900) ([fcc493f](https://github.com/kingdee/kdesign/commit/fcc493f36f8d8b6e559b008bfbd02835e30f027d))
100
+
101
+
102
+ ### Features
103
+
104
+ * [popper]新增visible触发返回 ([acc4163](https://github.com/kingdee/kdesign/commit/acc416350e2c98b6ec5d5104ea9603d1f49c4c23))
105
+
106
+
107
+
108
+ ## [1.8.11](https://github.com/kingdee/kdesign/compare/v1.8.10...v1.8.11) (2024-09-20)
109
+
110
+
111
+ ### Bug Fixes
112
+
113
+ * [cli] 去除axios依赖项,使用原生fetch fix [#891](https://github.com/kingdee/kdesign/issues/891) ([9f8f569](https://github.com/kingdee/kdesign/commit/9f8f56931ac198393da99149820bd36f4e51250e))
114
+ * [cli] 修复使用npm原生指令发布时的守卫脚本 ([f0017db](https://github.com/kingdee/kdesign/commit/f0017db34288fd24ae4c518bf7d965fcb407f7c0))
115
+ * [form]修复wrapperWidth失效问题 fix [#888](https://github.com/kingdee/kdesign/issues/888) ([3897b10](https://github.com/kingdee/kdesign/commit/3897b109980530bbbd9eea46573db1803220e9ef))
116
+ * [popper]修复绑定事件重复触发问题 fix [#893](https://github.com/kingdee/kdesign/issues/893) ([3ff977c](https://github.com/kingdee/kdesign/commit/3ff977c25010c968bd039ee233879d27ed6bca98))
117
+ * [tree-select] 修复展开下拉面板不会自动定位到选中项问题 fix [#806](https://github.com/kingdee/kdesign/issues/806) ([ecbca67](https://github.com/kingdee/kdesign/commit/ecbca678a96b937c66004d9ca3fb4347b6e040f0))
118
+
119
+
120
+ ### Features
121
+
122
+ * [popper]优化溢出后的显示并提供自定义修饰符 ([0448479](https://github.com/kingdee/kdesign/commit/0448479a262a707aa5a3bb21e8a8090e9f7bef72))
123
+
124
+
125
+
1
126
  ## [1.8.10](https://github.com/kingdee/kdesign/compare/v1.8.9...v1.8.10) (2024-09-05)
2
127
 
3
128
 
@@ -8596,7 +8596,7 @@ textarea {
8596
8596
 
8597
8597
  .@{pagination-jumper-prefix-cls}-button {
8598
8598
  .reset-component;
8599
- width: @pagination-size;
8599
+ padding: 0 @pagination-jumper-spacing;
8600
8600
  height: @pagination-size;
8601
8601
  margin-left: @pagination-button-spacing;
8602
8602
  display: inline-flex;
@@ -8734,6 +8734,7 @@ textarea {
8734
8734
  // spacing
8735
8735
  @pagination-button-spacing: var(~'@{pagination-custom-prefix}-button-spacing', 4px);
8736
8736
  @pagination-dropdown-item-spacing-horizontal: var(~'@{pagination-custom-prefix}-dropdown-item-spacing-padding-horizontal', 24px);
8737
+ @pagination-jumper-spacing: var(~'@{pagination-custom-prefix}-jumper-spacing-padding-horizontal', 4px);
8737
8738
 
8738
8739
 
8739
8740
 
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.7.68-stable.7
3
+ * @kdcloudjs/kdesign v1.7.68-stable.8
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -13512,7 +13512,7 @@ textarea {
13512
13512
  list-style: none;
13513
13513
  -webkit-font-feature-settings: 'tnum';
13514
13514
  font-feature-settings: 'tnum';
13515
- width: var(--kd-c-pagination-sizing-square, 24px);
13515
+ padding: 0 var(--kd-c-pagination-jumper-spacing-padding-horizontal, 4px);
13516
13516
  height: var(--kd-c-pagination-sizing-square, 24px);
13517
13517
  margin-left: var(--kd-c-pagination-button-spacing, 4px);
13518
13518
  display: -webkit-inline-box;