@kdcloudjs/kdesign 1.7.33-stable.13 → 1.7.33-stable.14
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 +36 -0
- package/dist/kdesign.css +1 -1
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +1 -5
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +1 -1
- package/dist/kdesign.min.js +2 -2
- package/dist/kdesign.min.js.map +1 -1
- package/es/city-picker/city-picker.js +0 -4
- package/lib/city-picker/city-picker.js +0 -4
- package/package.json +1 -1
package/dist/kdesign.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* @kdcloudjs/kdesign v1.7.33-stable.
|
|
3
|
+
* @kdcloudjs/kdesign v1.7.33-stable.13
|
|
4
4
|
*
|
|
5
5
|
* Copyright 2020-present, Kingdee, Inc.
|
|
6
6
|
* All rights reserved.
|
|
@@ -8006,10 +8006,6 @@ var InternalSelect = function InternalSelect(props, ref) {
|
|
|
8006
8006
|
var _searchRef$current2;
|
|
8007
8007
|
return (_searchRef$current2 = searchRef.current) === null || _searchRef$current2 === void 0 ? void 0 : _searchRef$current2.focus();
|
|
8008
8008
|
},
|
|
8009
|
-
onBlur: function onBlur() {
|
|
8010
|
-
var _searchRef$current3;
|
|
8011
|
-
return (_searchRef$current3 = searchRef.current) === null || _searchRef$current3 === void 0 ? void 0 : _searchRef$current3.blur();
|
|
8012
|
-
},
|
|
8013
8009
|
onKeyDown: onInternalKeyDown
|
|
8014
8010
|
}, renderSingle()));
|
|
8015
8011
|
};
|