@kdcloudjs/kdesign 1.6.3 → 1.6.5
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 +13 -0
- package/dist/kdesign-complete.less +108 -94
- package/dist/kdesign.css +76 -71
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +92 -31
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +3 -3
- package/dist/kdesign.min.js +6 -6
- package/dist/kdesign.min.js.map +1 -1
- package/es/cascader/cascader.js +2 -2
- package/es/cascader/style/index.css +4 -1
- package/es/cascader/style/index.less +5 -1
- package/es/cascader/style/token.less +1 -0
- package/es/date-picker/style/index.css +40 -40
- package/es/date-picker/style/index.less +3 -8
- package/es/date-picker/style/token.less +3 -0
- package/es/input/style/index.css +3 -3
- package/es/input/style/token.less +1 -1
- package/es/locale/locale.d.ts +2 -3
- package/es/locale/zh-CN.d.ts +2 -0
- package/es/locale/zh-CN.js +3 -1
- package/es/pagination/pagination.d.ts +3 -0
- package/es/pagination/pagination.js +34 -15
- package/es/pagination/style/index.css +24 -21
- package/es/pagination/style/index.less +85 -79
- package/es/rate/rate.js +1 -1
- package/es/rate/style/index.css +3 -3
- package/es/rate/style/index.less +9 -3
- package/es/search/search.js +12 -6
- package/es/transfer/list.d.ts +1 -1
- package/es/transfer/list.js +8 -2
- package/es/transfer/transfer.d.ts +1 -1
- package/es/transfer/transfer.js +29 -4
- package/es/upload/style/index.css +1 -2
- package/es/upload/style/index.less +1 -2
- package/lib/cascader/cascader.js +2 -2
- package/lib/cascader/style/index.css +4 -1
- package/lib/cascader/style/index.less +5 -1
- package/lib/cascader/style/token.less +1 -0
- package/lib/date-picker/style/index.css +40 -40
- package/lib/date-picker/style/index.less +3 -8
- package/lib/date-picker/style/token.less +3 -0
- package/lib/input/style/index.css +3 -3
- package/lib/input/style/token.less +1 -1
- package/lib/locale/locale.d.ts +2 -3
- package/lib/locale/zh-CN.d.ts +2 -0
- package/lib/locale/zh-CN.js +3 -1
- package/lib/pagination/pagination.d.ts +3 -0
- package/lib/pagination/pagination.js +36 -16
- package/lib/pagination/style/index.css +24 -21
- package/lib/pagination/style/index.less +85 -79
- package/lib/rate/rate.js +1 -1
- package/lib/rate/style/index.css +3 -3
- package/lib/rate/style/index.less +9 -3
- package/lib/search/search.js +12 -6
- package/lib/transfer/list.d.ts +1 -1
- package/lib/transfer/list.js +8 -1
- package/lib/transfer/transfer.d.ts +1 -1
- package/lib/transfer/transfer.js +29 -3
- package/lib/upload/style/index.css +1 -2
- package/lib/upload/style/index.less +1 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [1.6.4](https://github.com/kdcloudone/kdesign/compare/v1.6.3...v1.6.4) (2022-09-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* [date-picker] 修复z-index及禁用时的样式问题 ([3e10535](https://github.com/kdcloudone/kdesign/commit/3e10535868b85582f30fb90a56bb447ad607c323))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.6.3](https://github.com/kdcloudone/kdesign/compare/v1.6.2...v1.6.3) (2022-09-09)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
1
14
|
## [1.6.2](https://github.com/kdcloudone/kdesign/compare/v1.6.1...v1.6.2) (2022-09-08)
|
|
2
15
|
|
|
3
16
|
|
|
@@ -1843,10 +1843,14 @@
|
|
|
1843
1843
|
opacity: 0;
|
|
1844
1844
|
cursor: pointer;
|
|
1845
1845
|
visibility: hidden;
|
|
1846
|
-
color: @cascader-
|
|
1846
|
+
color: @cascader-clear-color;
|
|
1847
1847
|
transition: all 0.1s;
|
|
1848
1848
|
transform-origin: 50% 50%;
|
|
1849
1849
|
transform: scale(0.9) translateY(-50%);
|
|
1850
|
+
|
|
1851
|
+
&:hover {
|
|
1852
|
+
color: @cascader-active-color;
|
|
1853
|
+
}
|
|
1850
1854
|
}
|
|
1851
1855
|
}
|
|
1852
1856
|
|
|
@@ -1938,6 +1942,7 @@
|
|
|
1938
1942
|
@cascader-selected-color: var(~'@{cascader-prefix}-color-text-selected', @color-theme);
|
|
1939
1943
|
@cascader-selected-bg-color: var(~'@{cascader-prefix}-color-background-selected', @color-background-ongoing);
|
|
1940
1944
|
@cascader-disabled-color: var(~'@{cascader-prefix}-color-text-disabled', @color-disabled);
|
|
1945
|
+
@cascader-clear-color: var(~'@{cascader-prefix}-clear-color-text', #666);
|
|
1941
1946
|
|
|
1942
1947
|
// font
|
|
1943
1948
|
@cascader-font-size: var(~'@{cascader-prefix}-font-size', @font-size-small);
|
|
@@ -2721,10 +2726,7 @@
|
|
|
2721
2726
|
@datePicker-calendar-height: 242px;
|
|
2722
2727
|
|
|
2723
2728
|
.@{datePicker-prefix-cls} {
|
|
2724
|
-
|
|
2725
|
-
// height: @date-small-height;
|
|
2726
|
-
// line-height: @date-small-height - 4;
|
|
2727
|
-
// }
|
|
2729
|
+
.input-wrapper;
|
|
2728
2730
|
width: @date-width;
|
|
2729
2731
|
|
|
2730
2732
|
&-small {
|
|
@@ -2775,8 +2777,6 @@
|
|
|
2775
2777
|
}
|
|
2776
2778
|
}
|
|
2777
2779
|
|
|
2778
|
-
.input-wrapper;
|
|
2779
|
-
|
|
2780
2780
|
&-input {
|
|
2781
2781
|
position: relative;
|
|
2782
2782
|
display: flex;
|
|
@@ -2856,7 +2856,7 @@
|
|
|
2856
2856
|
}
|
|
2857
2857
|
}
|
|
2858
2858
|
|
|
2859
|
-
&:hover {
|
|
2859
|
+
&:not(.@{datePicker-prefix-cls}-disabled):hover {
|
|
2860
2860
|
.@{datePicker-prefix-cls}-clear {
|
|
2861
2861
|
opacity: 1;
|
|
2862
2862
|
}
|
|
@@ -2897,7 +2897,7 @@
|
|
|
2897
2897
|
border-radius: @date-panel-border-radius;
|
|
2898
2898
|
background-color: #fff;
|
|
2899
2899
|
text-align: center;
|
|
2900
|
-
z-index:
|
|
2900
|
+
z-index: @date-panel-z-index;
|
|
2901
2901
|
font-size: @date-panel-font-size;
|
|
2902
2902
|
|
|
2903
2903
|
&-range {
|
|
@@ -3695,6 +3695,9 @@
|
|
|
3695
3695
|
@date-input-border-radius: var(~'@{date-picker-custom-prefix}-input-radius-border', @radius-border);
|
|
3696
3696
|
@date-panel-border-radius: var(~'@{date-picker-custom-prefix}-panel-radius-border', @radius-border);
|
|
3697
3697
|
|
|
3698
|
+
// z-index
|
|
3699
|
+
@date-panel-z-index: var(~'@{date-picker-custom-prefix}-panel-z-index', @z-index-popper);
|
|
3700
|
+
|
|
3698
3701
|
|
|
3699
3702
|
|
|
3700
3703
|
|
|
@@ -5375,7 +5378,7 @@ textarea {
|
|
|
5375
5378
|
@input-border-color-disabled-inner: var(~'@{input-prefix}-color-border-disabled', @color-border-strong);
|
|
5376
5379
|
@input-underline-border-color-disabled-inner: var(~'@{input-prefix}-underline-color-border-disabled', @color-border-weak);
|
|
5377
5380
|
@input-color-disabled-inner: var(~'@{input-prefix}-color-disabled', @color-disabled);
|
|
5378
|
-
@input-affix-color: var(~'@{input-prefix}-affix-color-text',
|
|
5381
|
+
@input-affix-color: var(~'@{input-prefix}-affix-color-text', #666);
|
|
5379
5382
|
|
|
5380
5383
|
// font
|
|
5381
5384
|
@input-small-font-size-inner: var(~'@{input-prefix}-font-size-small', @font-size-small);
|
|
@@ -6926,107 +6929,113 @@ textarea {
|
|
|
6926
6929
|
|
|
6927
6930
|
// 简化版分页
|
|
6928
6931
|
&.simple {
|
|
6929
|
-
|
|
6930
|
-
|
|
6931
|
-
|
|
6932
|
-
|
|
6933
|
-
|
|
6934
|
-
|
|
6932
|
+
.@{pagination-prefix-cls}-action {
|
|
6933
|
+
display: inline-flex;
|
|
6934
|
+
justify-content: space-around;
|
|
6935
|
+
align-items: center;
|
|
6936
|
+
height: @pagination-size;
|
|
6937
|
+
border-radius: @radius-border;
|
|
6938
|
+
border: @pagination-border-size solid transparent;
|
|
6935
6939
|
|
|
6936
|
-
|
|
6937
|
-
|
|
6938
|
-
|
|
6940
|
+
&.bordered {
|
|
6941
|
+
border-color: @pagination-border-color;
|
|
6942
|
+
transition: border-color @duration-promptly;
|
|
6939
6943
|
|
|
6940
|
-
|
|
6941
|
-
|
|
6942
|
-
|
|
6944
|
+
&:active:not(.disabled) {
|
|
6945
|
+
border-color: @pagination-border-hover-color;
|
|
6946
|
+
}
|
|
6943
6947
|
|
|
6944
|
-
|
|
6945
|
-
|
|
6946
|
-
|
|
6948
|
+
&.disabled,
|
|
6949
|
+
&.disabled > .@{pagination-prefix-cls}-item > button {
|
|
6950
|
+
background-color: @pagination-button-disabled-background-color;
|
|
6951
|
+
}
|
|
6947
6952
|
}
|
|
6948
|
-
}
|
|
6949
|
-
|
|
6950
|
-
&.disabled > .@{pagination-prefix-cls}-item {
|
|
6951
|
-
color: @pagination-disabled-color;
|
|
6952
|
-
}
|
|
6953
|
-
|
|
6954
|
-
.@{pagination-prefix-cls}-item {
|
|
6955
|
-
.reset-component;
|
|
6956
|
-
display: inline-block;
|
|
6957
|
-
height: @pagination-size;
|
|
6958
|
-
overflow: hidden;
|
|
6959
|
-
margin: 0 8px;
|
|
6960
|
-
vertical-align: middle;
|
|
6961
|
-
color: @color-text-primary;
|
|
6962
6953
|
|
|
6963
|
-
|
|
6964
|
-
|
|
6965
|
-
margin: 0;
|
|
6954
|
+
&.disabled > .@{pagination-prefix-cls}-action-item {
|
|
6955
|
+
color: @pagination-disabled-color;
|
|
6966
6956
|
}
|
|
6967
6957
|
|
|
6968
|
-
|
|
6969
|
-
|
|
6958
|
+
&-item {
|
|
6959
|
+
.reset-component;
|
|
6960
|
+
display: inline-block;
|
|
6961
|
+
height: @pagination-size;
|
|
6962
|
+
overflow: hidden;
|
|
6963
|
+
margin: 0 8px;
|
|
6970
6964
|
vertical-align: middle;
|
|
6965
|
+
color: @color-text-primary;
|
|
6971
6966
|
|
|
6972
|
-
|
|
6967
|
+
&:first-child,
|
|
6968
|
+
&:last-child {
|
|
6973
6969
|
margin: 0;
|
|
6970
|
+
}
|
|
6974
6971
|
|
|
6975
|
-
|
|
6976
|
-
|
|
6977
|
-
|
|
6972
|
+
.@{pagination-prefix-cls}-current {
|
|
6973
|
+
margin-right: 2px;
|
|
6974
|
+
vertical-align: middle;
|
|
6975
|
+
|
|
6976
|
+
.@{pagination-prefix-cls}-current-input {
|
|
6977
|
+
margin: 0;
|
|
6978
|
+
|
|
6979
|
+
&:disabled {
|
|
6980
|
+
color: @pagination-disabled-color;
|
|
6981
|
+
cursor: not-allowed;
|
|
6982
|
+
}
|
|
6978
6983
|
}
|
|
6979
6984
|
}
|
|
6980
|
-
}
|
|
6981
6985
|
|
|
6982
|
-
|
|
6983
|
-
|
|
6984
|
-
|
|
6985
|
-
|
|
6986
|
+
.@{pagination-prefix-cls}-total {
|
|
6987
|
+
vertical-align: middle;
|
|
6988
|
+
margin-right: 0;
|
|
6989
|
+
}
|
|
6986
6990
|
|
|
6987
|
-
|
|
6988
|
-
|
|
6989
|
-
|
|
6990
|
-
width: calc(@pagination-size - 2px);
|
|
6991
|
-
height: calc(@pagination-size - 2px);
|
|
6992
|
-
border: none;
|
|
6993
|
-
background-color: @color-background;
|
|
6994
|
-
border-radius: @radius-border;
|
|
6995
|
-
cursor: pointer;
|
|
6996
|
-
outline: none;
|
|
6997
|
-
vertical-align: middle;
|
|
6998
|
-
transition: border-color @duration-promptly;
|
|
6991
|
+
&.bordered > button {
|
|
6992
|
+
border: none;
|
|
6993
|
+
}
|
|
6999
6994
|
|
|
7000
|
-
|
|
7001
|
-
|
|
7002
|
-
|
|
7003
|
-
|
|
7004
|
-
|
|
6995
|
+
button {
|
|
6996
|
+
box-sizing: border-box;
|
|
6997
|
+
position: relative;
|
|
6998
|
+
width: calc(@pagination-size - 2px);
|
|
6999
|
+
height: calc(@pagination-size - 2px);
|
|
7000
|
+
border: none;
|
|
7001
|
+
background-color: @color-background;
|
|
7002
|
+
border-radius: @radius-border;
|
|
7003
|
+
cursor: pointer;
|
|
7004
|
+
outline: none;
|
|
7005
|
+
vertical-align: middle;
|
|
7006
|
+
transition: border-color @duration-promptly;
|
|
7005
7007
|
|
|
7006
|
-
|
|
7007
|
-
|
|
7008
|
+
&:hover,
|
|
7009
|
+
&:active {
|
|
7010
|
+
&:not(:disabled) {
|
|
7011
|
+
border-color: @pagination-border-hover-color;
|
|
7012
|
+
}
|
|
7013
|
+
|
|
7014
|
+
i {
|
|
7015
|
+
color: @pagination-hover-color;
|
|
7016
|
+
}
|
|
7008
7017
|
}
|
|
7009
|
-
}
|
|
7010
7018
|
|
|
7011
|
-
|
|
7012
|
-
|
|
7019
|
+
&:disabled {
|
|
7020
|
+
cursor: not-allowed;
|
|
7013
7021
|
|
|
7014
|
-
|
|
7015
|
-
|
|
7022
|
+
i {
|
|
7023
|
+
color: @pagination-disabled-color;
|
|
7024
|
+
}
|
|
7016
7025
|
}
|
|
7017
|
-
}
|
|
7018
7026
|
|
|
7019
|
-
|
|
7020
|
-
|
|
7021
|
-
|
|
7022
|
-
|
|
7023
|
-
|
|
7024
|
-
|
|
7025
|
-
|
|
7026
|
-
|
|
7027
|
-
|
|
7028
|
-
|
|
7029
|
-
|
|
7027
|
+
i {
|
|
7028
|
+
position: absolute;
|
|
7029
|
+
top: 0;
|
|
7030
|
+
right: 0;
|
|
7031
|
+
bottom: 0;
|
|
7032
|
+
left: 0;
|
|
7033
|
+
margin: auto;
|
|
7034
|
+
line-height: calc(@pagination-size - 2px);
|
|
7035
|
+
font-size: @pagination-icon-size;
|
|
7036
|
+
color: @pagination-icon-color;
|
|
7037
|
+
transition: color @duration-promptly;
|
|
7038
|
+
}
|
|
7030
7039
|
}
|
|
7031
7040
|
}
|
|
7032
7041
|
}
|
|
@@ -8121,13 +8130,19 @@ textarea {
|
|
|
8121
8130
|
display: inline-flex;
|
|
8122
8131
|
justify-content: flex-start;
|
|
8123
8132
|
&-size-large {
|
|
8124
|
-
|
|
8133
|
+
.@{kd-prefix}icon {
|
|
8134
|
+
font-size: @rate-large-font-size;
|
|
8135
|
+
}
|
|
8125
8136
|
}
|
|
8126
8137
|
&-size-middle {
|
|
8127
|
-
|
|
8138
|
+
.@{kd-prefix}icon {
|
|
8139
|
+
font-size: @rate-middle-font-size;
|
|
8140
|
+
}
|
|
8128
8141
|
}
|
|
8129
8142
|
&-size-small {
|
|
8130
|
-
|
|
8143
|
+
.@{kd-prefix}icon {
|
|
8144
|
+
font-size: @rate-small-font-size;
|
|
8145
|
+
}
|
|
8131
8146
|
}
|
|
8132
8147
|
}
|
|
8133
8148
|
.@{rate-prefix-cls}-item {
|
|
@@ -14158,7 +14173,6 @@ template {
|
|
|
14158
14173
|
opacity: 1;
|
|
14159
14174
|
visibility: visible;
|
|
14160
14175
|
transform: translateX(0);
|
|
14161
|
-
background-color: @upload-background-color-hover;
|
|
14162
14176
|
}
|
|
14163
14177
|
}
|
|
14164
14178
|
|
|
@@ -14191,7 +14205,7 @@ template {
|
|
|
14191
14205
|
padding: 0 @upload-text-list-item-padding-horizontal;
|
|
14192
14206
|
height: @upload-list-item-height;
|
|
14193
14207
|
line-height: @upload-list-item-height;
|
|
14194
|
-
background
|
|
14208
|
+
background: transparent;
|
|
14195
14209
|
opacity: 0;
|
|
14196
14210
|
visibility: hidden;
|
|
14197
14211
|
transform: translateX(5px);
|
package/dist/kdesign.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* @kdcloudjs/kdesign v1.6.
|
|
3
|
+
* @kdcloudjs/kdesign v1.6.4
|
|
4
4
|
*
|
|
5
5
|
* Copyright 2020-present, Kingdee, Inc.
|
|
6
6
|
* All rights reserved.
|
|
@@ -4504,7 +4504,7 @@ template {
|
|
|
4504
4504
|
opacity: 0;
|
|
4505
4505
|
cursor: pointer;
|
|
4506
4506
|
visibility: hidden;
|
|
4507
|
-
color: var(--kd-c-cascader-
|
|
4507
|
+
color: var(--kd-c-cascader-clear-color-text, #666);
|
|
4508
4508
|
-webkit-transition: all 0.1s;
|
|
4509
4509
|
transition: all 0.1s;
|
|
4510
4510
|
-webkit-transform-origin: 50% 50%;
|
|
@@ -4512,6 +4512,9 @@ template {
|
|
|
4512
4512
|
-webkit-transform: scale(0.9) translateY(-50%);
|
|
4513
4513
|
transform: scale(0.9) translateY(-50%);
|
|
4514
4514
|
}
|
|
4515
|
+
.kd-cascader-picker-close:hover {
|
|
4516
|
+
color: var(--kd-c-cascader-color-active, var(--kd-g-color-theme, #5582f3));
|
|
4517
|
+
}
|
|
4515
4518
|
.kd-cascader-menus {
|
|
4516
4519
|
-webkit-box-sizing: border-box;
|
|
4517
4520
|
box-sizing: border-box;
|
|
@@ -5757,7 +5760,6 @@ template {
|
|
|
5757
5760
|
/* 单行显示省略号 */
|
|
5758
5761
|
/** 浮层箭头样式 **/
|
|
5759
5762
|
.kd-date-picker {
|
|
5760
|
-
width: var(--kd-c-date-picker-sizing-width, 230px);
|
|
5761
5763
|
display: -webkit-inline-box;
|
|
5762
5764
|
display: -ms-inline-flexbox;
|
|
5763
5765
|
display: inline-flex;
|
|
@@ -5766,6 +5768,43 @@ template {
|
|
|
5766
5768
|
-webkit-box-sizing: border-box;
|
|
5767
5769
|
box-sizing: border-box;
|
|
5768
5770
|
background-color: var(--kd-c-date-picker-input-color-background, var(--kd-g-color-white, #fff));
|
|
5771
|
+
width: var(--kd-c-date-picker-sizing-width, 230px);
|
|
5772
|
+
}
|
|
5773
|
+
.kd-date-picker-borderless {
|
|
5774
|
+
border: 0;
|
|
5775
|
+
}
|
|
5776
|
+
.kd-date-picker-underline {
|
|
5777
|
+
border: none;
|
|
5778
|
+
border-bottom: 1px solid var(--kd-c-date-picker-input-underline-color, #999);
|
|
5779
|
+
border-radius: 0;
|
|
5780
|
+
padding-left: 0;
|
|
5781
|
+
padding-right: 0;
|
|
5782
|
+
}
|
|
5783
|
+
.kd-date-picker-disabled {
|
|
5784
|
+
background-color: var(--kd-c-date-picker-input-color-background-disabled, var(--kd-g-color-background-contain-disabled, #f5f5f5)) !important;
|
|
5785
|
+
border-color: var(--kd-c-date-picker-input-color-border, var(--kd-g-color-border-strong, #d9d9d9)) !important;
|
|
5786
|
+
color: var(--kd-c-date-picker-input-color-disabled, var(--kd-g-color-disabled, #b2b2b2)) !important;
|
|
5787
|
+
cursor: not-allowed !important;
|
|
5788
|
+
}
|
|
5789
|
+
.kd-date-picker-disabled input {
|
|
5790
|
+
cursor: not-allowed !important;
|
|
5791
|
+
}
|
|
5792
|
+
.kd-date-picker-underline.kd-date-picker-disabled,
|
|
5793
|
+
.kd-date-picker-borderless.kd-date-picker-disabled {
|
|
5794
|
+
background-color: var(--kd-c-date-picker-input-color-background, var(--kd-g-color-white, #fff));
|
|
5795
|
+
border-color: var(--kd-c-date-picker-input-color-border, var(--kd-g-color-border-strong, #d9d9d9));
|
|
5796
|
+
}
|
|
5797
|
+
.kd-date-picker-focused {
|
|
5798
|
+
-webkit-box-shadow: none;
|
|
5799
|
+
box-shadow: none;
|
|
5800
|
+
outline: none;
|
|
5801
|
+
border-color: var(--kd-c-date-picker-color-background-checked, var(--kd-g-color-theme, #5582f3));
|
|
5802
|
+
}
|
|
5803
|
+
.kd-date-picker:hover {
|
|
5804
|
+
border-color: var(--kd-c-date-picker-color-background-checked, var(--kd-g-color-theme, #5582f3));
|
|
5805
|
+
}
|
|
5806
|
+
.kd-date-picker:not(.kd-date-picker-disabled) input:focus {
|
|
5807
|
+
color: var(--kd-c-date-picker-input-color-focused, var(--kd-g-color-text-primary, #212121));
|
|
5769
5808
|
}
|
|
5770
5809
|
.kd-date-picker-small {
|
|
5771
5810
|
height: var(--kd-c-date-picker-small-sizing-height, 20px);
|
|
@@ -5812,42 +5851,6 @@ template {
|
|
|
5812
5851
|
.kd-date-picker-middle.kd-date-picker-range .kd-date-picker-clear {
|
|
5813
5852
|
right: calc(var(--kd-c-date-picker-middle-font-size, var(--kd-g-font-size-middle, 14px)) + 11px);
|
|
5814
5853
|
}
|
|
5815
|
-
.kd-date-picker-borderless {
|
|
5816
|
-
border: 0;
|
|
5817
|
-
}
|
|
5818
|
-
.kd-date-picker-underline {
|
|
5819
|
-
border: none;
|
|
5820
|
-
border-bottom: 1px solid var(--kd-c-date-picker-input-underline-color, #999);
|
|
5821
|
-
border-radius: 0;
|
|
5822
|
-
padding-left: 0;
|
|
5823
|
-
padding-right: 0;
|
|
5824
|
-
}
|
|
5825
|
-
.kd-date-picker-disabled {
|
|
5826
|
-
background-color: var(--kd-c-date-picker-input-color-background-disabled, var(--kd-g-color-background-contain-disabled, #f5f5f5)) !important;
|
|
5827
|
-
border-color: var(--kd-c-date-picker-input-color-border, var(--kd-g-color-border-strong, #d9d9d9)) !important;
|
|
5828
|
-
color: var(--kd-c-date-picker-input-color-disabled, var(--kd-g-color-disabled, #b2b2b2)) !important;
|
|
5829
|
-
cursor: not-allowed !important;
|
|
5830
|
-
}
|
|
5831
|
-
.kd-date-picker-disabled input {
|
|
5832
|
-
cursor: not-allowed !important;
|
|
5833
|
-
}
|
|
5834
|
-
.kd-date-picker-underline.kd-date-picker-disabled,
|
|
5835
|
-
.kd-date-picker-borderless.kd-date-picker-disabled {
|
|
5836
|
-
background-color: var(--kd-c-date-picker-input-color-background, var(--kd-g-color-white, #fff));
|
|
5837
|
-
border-color: var(--kd-c-date-picker-input-color-border, var(--kd-g-color-border-strong, #d9d9d9));
|
|
5838
|
-
}
|
|
5839
|
-
.kd-date-picker-focused {
|
|
5840
|
-
-webkit-box-shadow: none;
|
|
5841
|
-
box-shadow: none;
|
|
5842
|
-
outline: none;
|
|
5843
|
-
border-color: var(--kd-c-date-picker-color-background-checked, var(--kd-g-color-theme, #5582f3));
|
|
5844
|
-
}
|
|
5845
|
-
.kd-date-picker:hover {
|
|
5846
|
-
border-color: var(--kd-c-date-picker-color-background-checked, var(--kd-g-color-theme, #5582f3));
|
|
5847
|
-
}
|
|
5848
|
-
.kd-date-picker:not(.kd-date-picker-disabled) input:focus {
|
|
5849
|
-
color: var(--kd-c-date-picker-input-color-focused, var(--kd-g-color-text-primary, #212121));
|
|
5850
|
-
}
|
|
5851
5854
|
.kd-date-picker-input {
|
|
5852
5855
|
position: relative;
|
|
5853
5856
|
display: -webkit-box;
|
|
@@ -5951,10 +5954,10 @@ template {
|
|
|
5951
5954
|
.kd-date-picker-suffix > * {
|
|
5952
5955
|
vertical-align: top;
|
|
5953
5956
|
}
|
|
5954
|
-
.kd-date-picker:hover .kd-date-picker-clear {
|
|
5957
|
+
.kd-date-picker:not(.kd-date-picker-disabled):hover .kd-date-picker-clear {
|
|
5955
5958
|
opacity: 1;
|
|
5956
5959
|
}
|
|
5957
|
-
.kd-date-picker:hover .kd-date-picker-suffix {
|
|
5960
|
+
.kd-date-picker:not(.kd-date-picker-disabled):hover .kd-date-picker-suffix {
|
|
5958
5961
|
color: var(--kd-c-date-picker-color-background-checked, var(--kd-g-color-theme, #5582f3));
|
|
5959
5962
|
}
|
|
5960
5963
|
.kd-date-picker-clear {
|
|
@@ -5983,7 +5986,7 @@ template {
|
|
|
5983
5986
|
border-radius: var(--kd-c-date-picker-panel-radius-border, var(--kd-g-radius-border, 2px));
|
|
5984
5987
|
background-color: #fff;
|
|
5985
5988
|
text-align: center;
|
|
5986
|
-
z-index:
|
|
5989
|
+
z-index: var(--kd-c-date-picker-panel-z-index, var(--kd-g-z-index-popper, 1050));
|
|
5987
5990
|
font-size: var(--kd-c-date-picker-panel-font-size, var(--kd-g-font-size-middle, 14px));
|
|
5988
5991
|
}
|
|
5989
5992
|
.kd-date-picker-panel-range {
|
|
@@ -9173,7 +9176,7 @@ textarea {
|
|
|
9173
9176
|
.kd-input-disabled {
|
|
9174
9177
|
background-color: var(--kd-c-input-color-background-disabled, var(--kd-g-color-background-contain-disabled, #f5f5f5));
|
|
9175
9178
|
border-color: var(--kd-c-input-color-border-disabled, var(--kd-g-color-border-strong, #d9d9d9));
|
|
9176
|
-
color: var(--kd-c-input-affix-color-text,
|
|
9179
|
+
color: var(--kd-c-input-affix-color-text, #666);
|
|
9177
9180
|
cursor: not-allowed;
|
|
9178
9181
|
}
|
|
9179
9182
|
.kd-input-underline.kd-input-disabled {
|
|
@@ -9266,7 +9269,7 @@ textarea {
|
|
|
9266
9269
|
-ms-flex-pack: center;
|
|
9267
9270
|
justify-content: center;
|
|
9268
9271
|
word-break: keep-all;
|
|
9269
|
-
color: var(--kd-c-input-affix-color-text,
|
|
9272
|
+
color: var(--kd-c-input-affix-color-text, #666);
|
|
9270
9273
|
}
|
|
9271
9274
|
.kd-input-wrapper .kd-input-suffix {
|
|
9272
9275
|
margin-left: 4px;
|
|
@@ -9420,7 +9423,7 @@ textarea {
|
|
|
9420
9423
|
}
|
|
9421
9424
|
.kd-input-group-wrapper .kd-input-group .kd-input-group-addon {
|
|
9422
9425
|
position: relative;
|
|
9423
|
-
color: var(--kd-c-input-affix-color-text,
|
|
9426
|
+
color: var(--kd-c-input-affix-color-text, #666);
|
|
9424
9427
|
padding: 0 9px;
|
|
9425
9428
|
font-weight: 400;
|
|
9426
9429
|
font-size: 14px;
|
|
@@ -11473,7 +11476,7 @@ textarea {
|
|
|
11473
11476
|
.kd-pagination .kd-pagination-selector .kd-dropdown-menu-item span {
|
|
11474
11477
|
white-space: nowrap;
|
|
11475
11478
|
}
|
|
11476
|
-
.kd-pagination.simple {
|
|
11479
|
+
.kd-pagination.simple .kd-pagination-action {
|
|
11477
11480
|
display: -webkit-inline-box;
|
|
11478
11481
|
display: -ms-inline-flexbox;
|
|
11479
11482
|
display: inline-flex;
|
|
@@ -11486,22 +11489,22 @@ textarea {
|
|
|
11486
11489
|
border-radius: var(--kd-g-radius-border, 2px);
|
|
11487
11490
|
border: var(--kd-c-pagination-sizing-border-width, 1px) solid transparent;
|
|
11488
11491
|
}
|
|
11489
|
-
.kd-pagination.simple.bordered {
|
|
11492
|
+
.kd-pagination.simple .kd-pagination-action.bordered {
|
|
11490
11493
|
border-color: var(--kd-c-pagination-color-border, var(--kd-g-color-border-strong, #d9d9d9));
|
|
11491
11494
|
-webkit-transition: border-color var(--kd-g-duration, 0.3s);
|
|
11492
11495
|
transition: border-color var(--kd-g-duration, 0.3s);
|
|
11493
11496
|
}
|
|
11494
|
-
.kd-pagination.simple.bordered:active:not(.disabled) {
|
|
11497
|
+
.kd-pagination.simple .kd-pagination-action.bordered:active:not(.disabled) {
|
|
11495
11498
|
border-color: var(--kd-c-pagination-color-border-hover, var(--kd-g-color-theme-7, #375cca));
|
|
11496
11499
|
}
|
|
11497
|
-
.kd-pagination.simple.bordered.disabled,
|
|
11498
|
-
.kd-pagination.simple.bordered.disabled > .kd-pagination-item > button {
|
|
11500
|
+
.kd-pagination.simple .kd-pagination-action.bordered.disabled,
|
|
11501
|
+
.kd-pagination.simple .kd-pagination-action.bordered.disabled > .kd-pagination-item > button {
|
|
11499
11502
|
background-color: var(--kd-c-pagination-button-color-background-disabled, var(--kd-g-color-background-contain-disabled, #f5f5f5));
|
|
11500
11503
|
}
|
|
11501
|
-
.kd-pagination.simple.disabled > .kd-pagination-item {
|
|
11504
|
+
.kd-pagination.simple .kd-pagination-action.disabled > .kd-pagination-action-item {
|
|
11502
11505
|
color: var(--kd-c-pagination-color-disabled, var(--kd-g-color-disabled, #b2b2b2));
|
|
11503
11506
|
}
|
|
11504
|
-
.kd-pagination.simple .kd-pagination-item {
|
|
11507
|
+
.kd-pagination.simple .kd-pagination-action-item {
|
|
11505
11508
|
-webkit-box-sizing: border-box;
|
|
11506
11509
|
box-sizing: border-box;
|
|
11507
11510
|
margin: 0;
|
|
@@ -11517,26 +11520,29 @@ textarea {
|
|
|
11517
11520
|
vertical-align: middle;
|
|
11518
11521
|
color: var(--kd-g-color-text-primary, #212121);
|
|
11519
11522
|
}
|
|
11520
|
-
.kd-pagination.simple .kd-pagination-item:first-child,
|
|
11521
|
-
.kd-pagination.simple .kd-pagination-item:last-child {
|
|
11523
|
+
.kd-pagination.simple .kd-pagination-action-item:first-child,
|
|
11524
|
+
.kd-pagination.simple .kd-pagination-action-item:last-child {
|
|
11522
11525
|
margin: 0;
|
|
11523
11526
|
}
|
|
11524
|
-
.kd-pagination.simple .kd-pagination-item .kd-pagination-current {
|
|
11527
|
+
.kd-pagination.simple .kd-pagination-action-item .kd-pagination-current {
|
|
11525
11528
|
margin-right: 2px;
|
|
11526
11529
|
vertical-align: middle;
|
|
11527
11530
|
}
|
|
11528
|
-
.kd-pagination.simple .kd-pagination-item .kd-pagination-current .kd-pagination-current-input {
|
|
11531
|
+
.kd-pagination.simple .kd-pagination-action-item .kd-pagination-current .kd-pagination-current-input {
|
|
11529
11532
|
margin: 0;
|
|
11530
11533
|
}
|
|
11531
|
-
.kd-pagination.simple .kd-pagination-item .kd-pagination-current .kd-pagination-current-input:disabled {
|
|
11534
|
+
.kd-pagination.simple .kd-pagination-action-item .kd-pagination-current .kd-pagination-current-input:disabled {
|
|
11532
11535
|
color: var(--kd-c-pagination-color-disabled, var(--kd-g-color-disabled, #b2b2b2));
|
|
11533
11536
|
cursor: not-allowed;
|
|
11534
11537
|
}
|
|
11535
|
-
.kd-pagination.simple .kd-pagination-item .kd-pagination-total {
|
|
11538
|
+
.kd-pagination.simple .kd-pagination-action-item .kd-pagination-total {
|
|
11536
11539
|
vertical-align: middle;
|
|
11537
11540
|
margin-right: 0;
|
|
11538
11541
|
}
|
|
11539
|
-
.kd-pagination.simple .kd-pagination-item button {
|
|
11542
|
+
.kd-pagination.simple .kd-pagination-action-item.bordered > button {
|
|
11543
|
+
border: none;
|
|
11544
|
+
}
|
|
11545
|
+
.kd-pagination.simple .kd-pagination-action-item button {
|
|
11540
11546
|
-webkit-box-sizing: border-box;
|
|
11541
11547
|
box-sizing: border-box;
|
|
11542
11548
|
position: relative;
|
|
@@ -11551,21 +11557,21 @@ textarea {
|
|
|
11551
11557
|
-webkit-transition: border-color var(--kd-g-duration, 0.3s);
|
|
11552
11558
|
transition: border-color var(--kd-g-duration, 0.3s);
|
|
11553
11559
|
}
|
|
11554
|
-
.kd-pagination.simple .kd-pagination-item button:hover:not(:disabled),
|
|
11555
|
-
.kd-pagination.simple .kd-pagination-item button:active:not(:disabled) {
|
|
11560
|
+
.kd-pagination.simple .kd-pagination-action-item button:hover:not(:disabled),
|
|
11561
|
+
.kd-pagination.simple .kd-pagination-action-item button:active:not(:disabled) {
|
|
11556
11562
|
border-color: var(--kd-c-pagination-color-border-hover, var(--kd-g-color-theme-7, #375cca));
|
|
11557
11563
|
}
|
|
11558
|
-
.kd-pagination.simple .kd-pagination-item button:hover i,
|
|
11559
|
-
.kd-pagination.simple .kd-pagination-item button:active i {
|
|
11564
|
+
.kd-pagination.simple .kd-pagination-action-item button:hover i,
|
|
11565
|
+
.kd-pagination.simple .kd-pagination-action-item button:active i {
|
|
11560
11566
|
color: var(--kd-c-pagination-color-text-hover, var(--kd-g-color-theme, #5582f3));
|
|
11561
11567
|
}
|
|
11562
|
-
.kd-pagination.simple .kd-pagination-item button:disabled {
|
|
11568
|
+
.kd-pagination.simple .kd-pagination-action-item button:disabled {
|
|
11563
11569
|
cursor: not-allowed;
|
|
11564
11570
|
}
|
|
11565
|
-
.kd-pagination.simple .kd-pagination-item button:disabled i {
|
|
11571
|
+
.kd-pagination.simple .kd-pagination-action-item button:disabled i {
|
|
11566
11572
|
color: var(--kd-c-pagination-color-disabled, var(--kd-g-color-disabled, #b2b2b2));
|
|
11567
11573
|
}
|
|
11568
|
-
.kd-pagination.simple .kd-pagination-item button i {
|
|
11574
|
+
.kd-pagination.simple .kd-pagination-action-item button i {
|
|
11569
11575
|
position: absolute;
|
|
11570
11576
|
top: 0;
|
|
11571
11577
|
right: 0;
|
|
@@ -12974,13 +12980,13 @@ textarea {
|
|
|
12974
12980
|
-ms-flex-pack: start;
|
|
12975
12981
|
justify-content: flex-start;
|
|
12976
12982
|
}
|
|
12977
|
-
.kd-rate-size-large {
|
|
12983
|
+
.kd-rate-size-large .kdicon {
|
|
12978
12984
|
font-size: var(--kd-c-rate-font-size-large, 20px);
|
|
12979
12985
|
}
|
|
12980
|
-
.kd-rate-size-middle {
|
|
12986
|
+
.kd-rate-size-middle .kdicon {
|
|
12981
12987
|
font-size: var(--kd-c-rate-font-size-middle, 16px);
|
|
12982
12988
|
}
|
|
12983
|
-
.kd-rate-size-small {
|
|
12989
|
+
.kd-rate-size-small .kdicon {
|
|
12984
12990
|
font-size: var(--kd-c-rate-font-size-small, 12px);
|
|
12985
12991
|
}
|
|
12986
12992
|
.kd-rate-item {
|
|
@@ -19100,7 +19106,6 @@ h3.kd-typography,
|
|
|
19100
19106
|
visibility: visible;
|
|
19101
19107
|
-webkit-transform: translateX(0);
|
|
19102
19108
|
transform: translateX(0);
|
|
19103
|
-
background-color: var(--kd-c-upload-color-background-hover, var(--kd-g-color-hover, #f5f5f5));
|
|
19104
19109
|
}
|
|
19105
19110
|
.kd-upload .kd-upload-text-list-item.error i,
|
|
19106
19111
|
.kd-upload .kd-upload-text-list-item.error .kd-upload-text-list-item-name {
|
|
@@ -19127,7 +19132,7 @@ h3.kd-typography,
|
|
|
19127
19132
|
padding: 0 var(--kd-c-upload-text-list-item-padding-horizontal, 20px);
|
|
19128
19133
|
height: var(--kd-c-upload-list-item-height, 44px);
|
|
19129
19134
|
line-height: var(--kd-c-upload-list-item-height, 44px);
|
|
19130
|
-
background
|
|
19135
|
+
background: transparent;
|
|
19131
19136
|
opacity: 0;
|
|
19132
19137
|
visibility: hidden;
|
|
19133
19138
|
-webkit-transform: translateX(5px);
|