@kdcloudjs/kdesign 1.7.10 → 1.7.11
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/dist/kdesign-complete.less +9 -4
- package/dist/kdesign.css +11 -5
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +2 -1
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +3 -3
- package/dist/kdesign.min.js +2 -2
- package/dist/kdesign.min.js.map +1 -1
- package/es/city-picker/city-panel.js +1 -0
- package/es/city-picker/style/index.css +1 -0
- package/es/city-picker/style/index.less +1 -0
- package/es/pagination/style/index.css +9 -3
- package/es/pagination/style/index.less +8 -3
- package/es/tree-select/style/index.css +0 -1
- package/es/tree-select/style/index.less +0 -1
- package/lib/city-picker/city-panel.js +1 -0
- package/lib/city-picker/style/index.css +1 -0
- package/lib/city-picker/style/index.less +1 -0
- package/lib/pagination/style/index.css +9 -3
- package/lib/pagination/style/index.less +8 -3
- package/lib/tree-select/style/index.css +0 -1
- package/lib/tree-select/style/index.less +0 -1
- package/package.json +1 -1
package/dist/kdesign.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* @kdcloudjs/kdesign v1.7.
|
|
3
|
+
* @kdcloudjs/kdesign v1.7.10
|
|
4
4
|
*
|
|
5
5
|
* Copyright 2020-present, Kingdee, Inc.
|
|
6
6
|
* All rights reserved.
|
|
@@ -7678,6 +7678,7 @@ var CityPanel = function CityPanel(_ref) {
|
|
|
7678
7678
|
if (commons && currentGroup === cityPickerLang.common) {
|
|
7679
7679
|
setList([commons[activedIndex] || []]);
|
|
7680
7680
|
setGroupKeys(null);
|
|
7681
|
+
setActivedGroupIndex(index);
|
|
7681
7682
|
return;
|
|
7682
7683
|
}
|
|
7683
7684
|
var currentGroups = (currentGroup || '').split('');
|