@kdcloudjs/kdesign 1.6.39 → 1.6.40
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 +11 -0
- package/dist/kdesign.css +1 -1
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +75 -62
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +1 -1
- package/dist/kdesign.min.js +3 -3
- package/dist/kdesign.min.js.map +1 -1
- package/es/button/button.js +2 -2
- package/es/input/ClearableLabeledInput.js +1 -1
- package/es/select/interface.d.ts +1 -1
- package/es/select/select.js +18 -5
- package/es/tree/utils/treeUtils.js +11 -13
- package/es/upload/upload.d.ts +1 -1
- package/es/upload/upload.js +4 -3
- package/lib/button/button.js +2 -2
- package/lib/input/ClearableLabeledInput.js +1 -1
- package/lib/select/interface.d.ts +1 -1
- package/lib/select/select.js +18 -5
- package/lib/tree/utils/treeUtils.js +11 -13
- package/lib/upload/upload.d.ts +1 -1
- package/lib/upload/upload.js +41 -40
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## [1.6.39](https://github.com/kdcloudone/kdesign/compare/v1.6.38...v1.6.39) (2023-03-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* [date-picker]修复面板箭头问题 ([fd693bd](https://github.com/kdcloudone/kdesign/commit/fd693bdde37606d8a0d44ae597a5c2882e9ff937))
|
|
7
|
+
* [date-picker]修复内存泄露问题 ([175e9aa](https://github.com/kdcloudone/kdesign/commit/175e9aae96a3c7abfb36153ad1353acda5e2a8e3))
|
|
8
|
+
* [date-picker]修复时间范围快速选择年月问题 ([7c2cf97](https://github.com/kdcloudone/kdesign/commit/7c2cf9726b744e693abe78c4b4e8ec0de6cbf88b))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
1
12
|
## [1.6.38](https://github.com/kdcloudone/kdesign/compare/v1.6.37...v1.6.38) (2023-03-02)
|
|
2
13
|
|
|
3
14
|
|