@kdcloudjs/kdesign 1.8.7 → 1.8.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 +1045 -865
- package/dist/kdesign-complete.less +1 -0
- package/dist/kdesign.css +3 -1
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +1141 -2656
- 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/tree/style/index.css +2 -0
- package/es/tree/style/index.less +1 -0
- package/lib/tree/style/index.css +2 -0
- package/lib/tree/style/index.less +1 -0
- package/package.json +2 -2
|
@@ -15494,6 +15494,7 @@ template {
|
|
|
15494
15494
|
|
|
15495
15495
|
height: 100%;
|
|
15496
15496
|
cursor: default;
|
|
15497
|
+
flex-shrink: 0;
|
|
15497
15498
|
}
|
|
15498
15499
|
|
|
15499
15500
|
&-icon {
|
package/dist/kdesign.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* @kdcloudjs/kdesign v1.8.
|
|
3
|
+
* @kdcloudjs/kdesign v1.8.7
|
|
4
4
|
*
|
|
5
5
|
* Copyright 2020-present, Kingdee, Inc.
|
|
6
6
|
* All rights reserved.
|
|
@@ -21585,6 +21585,8 @@ textarea {
|
|
|
21585
21585
|
margin-right: 6px;
|
|
21586
21586
|
height: 100%;
|
|
21587
21587
|
cursor: default;
|
|
21588
|
+
-ms-flex-negative: 0;
|
|
21589
|
+
flex-shrink: 0;
|
|
21588
21590
|
}
|
|
21589
21591
|
.kd-tree-node-icon {
|
|
21590
21592
|
cursor: pointer;
|