@kdcloudjs/kdesign 1.6.26 → 1.6.27

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,27 @@
1
+ ## [1.6.26](https://github.com/kdcloudone/kdesign/compare/v1.6.25...v1.6.26) (2023-01-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [checkbox] checkboxgroup onchangeAPI 破坏性修改,参数checkedValue与 e:Event互换位置 ([227271e](https://github.com/kdcloudone/kdesign/commit/227271e402790f8b5e3a10ff9d298547123ac527))
7
+ * [filter] 修复单测问题点 ([3ddd367](https://github.com/kdcloudone/kdesign/commit/3ddd367b0a8f1ac065688cefbc8ce65e41ca4862))
8
+ * [select] 修复单选模式下选中后title显示问题 ([1a45d7c](https://github.com/kdcloudone/kdesign/commit/1a45d7c37398249105b2254c07d34d218eff65a5))
9
+ * [select] 修复多选时删除所选项问题 ([b707a3a](https://github.com/kdcloudone/kdesign/commit/b707a3aa18d04f12c88e083d26e1bb73690ce39f))
10
+ * [stepper] 修复嵌入式步进器递增按钮点击区域不灵敏问题 ([bacde1a](https://github.com/kdcloudone/kdesign/commit/bacde1a4269262d138328826d16d8c169d3e1509))
11
+ * [tree] 修复可勾选受控状态时半选按钮显示问题 ([079dd75](https://github.com/kdcloudone/kdesign/commit/079dd755973f4ffc5f74006659152e984939cf68))
12
+
13
+
14
+
15
+ ## [1.6.25](https://github.com/kdcloudone/kdesign/compare/v1.6.24...v1.6.25) (2023-01-03)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * [datePicker]修复快速选择时间 ([3866458](https://github.com/kdcloudone/kdesign/commit/38664581e2102c6a82659a7e3bd0cdf2ed2b5ae7))
21
+ * [datePicker]修复面板ref赋值 ([6b51b24](https://github.com/kdcloudone/kdesign/commit/6b51b24ddccf3d6c96a52b1a8321b1a93de29286))
22
+
23
+
24
+
1
25
  ## [1.6.24](https://github.com/kdcloudone/kdesign/compare/v1.6.23...v1.6.24) (2022-12-29)
2
26
 
3
27
 
@@ -3517,11 +3517,15 @@
3517
3517
  flex: 1;
3518
3518
 
3519
3519
  &-inner {
3520
- cursor: pointer;
3520
+ &-active {
3521
+ color: @date-color-background-checked;
3522
+ }
3521
3523
 
3522
- &:hover {
3524
+ &-hover:hover {
3523
3525
  color: @date-color-background-checked;
3526
+ cursor: pointer;
3524
3527
  }
3528
+
3525
3529
  &:nth-child(2) {
3526
3530
  margin-left: 13px;
3527
3531
  }
@@ -6945,6 +6949,7 @@ textarea {
6945
6949
  display: inline-block;
6946
6950
  margin-right: 12px;
6947
6951
  vertical-align: middle;
6952
+
6948
6953
  .@{pagination-prefix-cls}-current-input {
6949
6954
  box-sizing: border-box;
6950
6955
  width: 44px;
@@ -7223,6 +7228,7 @@ textarea {
7223
7228
  .@{pagination-pages-prefix-cls} {
7224
7229
  .reset-component;
7225
7230
  display: inline-block;
7231
+
7226
7232
  &-item {
7227
7233
  .reset-component;
7228
7234
  position: relative;
@@ -7292,6 +7298,7 @@ textarea {
7292
7298
  .@{pagination-pages-prefix-cls} {
7293
7299
  .reset-component;
7294
7300
  display: inline-block;
7301
+
7295
7302
  &-item {
7296
7303
  .reset-component;
7297
7304
  position: relative;
@@ -7308,6 +7315,7 @@ textarea {
7308
7315
  &.active {
7309
7316
  button {
7310
7317
  border-color: @pagination-border-hover-color;
7318
+
7311
7319
  &:disabled {
7312
7320
  border-color: @pagination-border-disabled-color;
7313
7321
  }
@@ -7497,16 +7505,24 @@ textarea {
7497
7505
  transform: translateY(-50%);
7498
7506
  }
7499
7507
 
7500
- .@{pagination-prefix-cls}-dropdown-icon-open {
7501
- transform: rotate(180deg) translateY(50%);
7508
+ &.@{pagination-prefix-cls}-options-dropdown-open {
7509
+ i {
7510
+ transform: rotate(180deg) translateY(50%);
7511
+ }
7502
7512
  }
7503
7513
  }
7504
7514
  }
7505
7515
  }
7506
- &-dropdown-icon {
7507
- transition: transform @duration-promptly;
7516
+
7517
+ &-options-dropdown {
7518
+ i {
7519
+ transition: transform @duration-promptly;
7520
+ }
7521
+
7508
7522
  &-open {
7509
- transform: rotate(180deg);
7523
+ i {
7524
+ transform: rotate(180deg);
7525
+ }
7510
7526
  }
7511
7527
  }
7512
7528
  }
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.6.25
3
+ * @kdcloudjs/kdesign v1.6.26
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -6604,11 +6604,12 @@ template {
6604
6604
  -ms-flex: 1;
6605
6605
  flex: 1;
6606
6606
  }
6607
- .kd-date-picker-panel .kd-date-picker-header-text-inner {
6608
- cursor: pointer;
6607
+ .kd-date-picker-panel .kd-date-picker-header-text-inner-active {
6608
+ color: var(--kd-c-date-picker-color-background-checked, var(--kd-g-color-theme, #5582f3));
6609
6609
  }
6610
- .kd-date-picker-panel .kd-date-picker-header-text-inner:hover {
6610
+ .kd-date-picker-panel .kd-date-picker-header-text-inner-hover:hover {
6611
6611
  color: var(--kd-c-date-picker-color-background-checked, var(--kd-g-color-theme, #5582f3));
6612
+ cursor: pointer;
6612
6613
  }
6613
6614
  .kd-date-picker-panel .kd-date-picker-header-text-inner:nth-child(2) {
6614
6615
  margin-left: 13px;
@@ -12142,17 +12143,17 @@ textarea {
12142
12143
  -webkit-transform: translateY(-50%);
12143
12144
  transform: translateY(-50%);
12144
12145
  }
12145
- .kd-pagination.nicety .kd-pagination-options .kd-pagination-options-size .kd-pagination-dropdown-icon-open {
12146
+ .kd-pagination.nicety .kd-pagination-options .kd-pagination-options-size.kd-pagination-options-dropdown-open i {
12146
12147
  -webkit-transform: rotate(180deg) translateY(50%);
12147
12148
  transform: rotate(180deg) translateY(50%);
12148
12149
  }
12149
- .kd-pagination-dropdown-icon {
12150
+ .kd-pagination-options-dropdown i {
12150
12151
  -webkit-transition: -webkit-transform var(--kd-g-duration, 0.3s);
12151
12152
  transition: -webkit-transform var(--kd-g-duration, 0.3s);
12152
12153
  transition: transform var(--kd-g-duration, 0.3s);
12153
12154
  transition: transform var(--kd-g-duration, 0.3s), -webkit-transform var(--kd-g-duration, 0.3s);
12154
12155
  }
12155
- .kd-pagination-dropdown-icon-open {
12156
+ .kd-pagination-options-dropdown-open i {
12156
12157
  -webkit-transform: rotate(180deg);
12157
12158
  transform: rotate(180deg);
12158
12159
  }