@kdcloudjs/kdesign 1.8.7 → 1.8.9
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 +1045 -865
- package/dist/kdesign-complete.less +1 -15
- package/dist/kdesign.css +3 -15
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +1142 -2657
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +2 -2
- package/dist/kdesign.min.js +9 -9
- package/dist/kdesign.min.js.map +1 -1
- package/es/search/style/index.css +0 -14
- package/es/search/style/index.less +0 -15
- package/es/tree/style/index.css +2 -0
- package/es/tree/style/index.less +1 -0
- package/es/tree/treeNode.js +1 -1
- package/lib/search/style/index.css +0 -14
- package/lib/search/style/index.less +0 -15
- package/lib/tree/style/index.css +2 -0
- package/lib/tree/style/index.less +1 -0
- package/lib/tree/treeNode.js +1 -1
- package/package.json +2 -2
|
@@ -10240,21 +10240,6 @@ textarea {
|
|
|
10240
10240
|
}
|
|
10241
10241
|
}
|
|
10242
10242
|
|
|
10243
|
-
.@{kd-prefix}-input-clear-icon {
|
|
10244
|
-
display: inline-block;
|
|
10245
|
-
width: 18px;
|
|
10246
|
-
height: 18px;
|
|
10247
|
-
border-radius: 50%;
|
|
10248
|
-
background: @search-end-color;
|
|
10249
|
-
position: relative;
|
|
10250
|
-
|
|
10251
|
-
.@{kd-prefix}icon {
|
|
10252
|
-
position: absolute;
|
|
10253
|
-
right: 2.5px;
|
|
10254
|
-
top: -2px;
|
|
10255
|
-
color: @white;
|
|
10256
|
-
}
|
|
10257
|
-
}
|
|
10258
10243
|
}
|
|
10259
10244
|
|
|
10260
10245
|
.@{search-panel-prefix-cls}-tooltip::before {
|
|
@@ -15494,6 +15479,7 @@ template {
|
|
|
15494
15479
|
|
|
15495
15480
|
height: 100%;
|
|
15496
15481
|
cursor: default;
|
|
15482
|
+
flex-shrink: 0;
|
|
15497
15483
|
}
|
|
15498
15484
|
|
|
15499
15485
|
&-icon {
|
package/dist/kdesign.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* @kdcloudjs/kdesign v1.8.
|
|
3
|
+
* @kdcloudjs/kdesign v1.8.8
|
|
4
4
|
*
|
|
5
5
|
* Copyright 2020-present, Kingdee, Inc.
|
|
6
6
|
* All rights reserved.
|
|
@@ -16019,20 +16019,6 @@ textarea {
|
|
|
16019
16019
|
display: -ms-flexbox;
|
|
16020
16020
|
display: flex;
|
|
16021
16021
|
}
|
|
16022
|
-
.kd-search-panel .kd-input-clear-icon {
|
|
16023
|
-
display: inline-block;
|
|
16024
|
-
width: 18px;
|
|
16025
|
-
height: 18px;
|
|
16026
|
-
border-radius: 50%;
|
|
16027
|
-
background: var(--kd-c-search-color-end, var(--kd-g-color-end, #666));
|
|
16028
|
-
position: relative;
|
|
16029
|
-
}
|
|
16030
|
-
.kd-search-panel .kd-input-clear-icon .kdicon {
|
|
16031
|
-
position: absolute;
|
|
16032
|
-
right: 2.5px;
|
|
16033
|
-
top: -2px;
|
|
16034
|
-
color: #fff;
|
|
16035
|
-
}
|
|
16036
16022
|
.kd-search-panel-tooltip::before {
|
|
16037
16023
|
display: none;
|
|
16038
16024
|
}
|
|
@@ -21585,6 +21571,8 @@ textarea {
|
|
|
21585
21571
|
margin-right: 6px;
|
|
21586
21572
|
height: 100%;
|
|
21587
21573
|
cursor: default;
|
|
21574
|
+
-ms-flex-negative: 0;
|
|
21575
|
+
flex-shrink: 0;
|
|
21588
21576
|
}
|
|
21589
21577
|
.kd-tree-node-icon {
|
|
21590
21578
|
cursor: pointer;
|