@kdcloudjs/kdesign 1.7.68-stable.3 → 1.7.68-stable.4

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.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.7.68-stable.2
3
+ * @kdcloudjs/kdesign v1.7.68-stable.4
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -31323,10 +31323,6 @@ var InternalSelect = function InternalSelect(props, ref) {
31323
31323
  var _searchRef$current6;
31324
31324
  return (_searchRef$current6 = searchRef.current) === null || _searchRef$current6 === void 0 ? void 0 : _searchRef$current6.focus();
31325
31325
  },
31326
- onBlur: function onBlur() {
31327
- var _searchRef$current7;
31328
- return (_searchRef$current7 = searchRef.current) === null || _searchRef$current7 === void 0 ? void 0 : _searchRef$current7.blur();
31329
- },
31330
31326
  onKeyDown: onInternalKeyDown
31331
31327
  }, !isMultiple ? renderSingle() : renderMultiple()));
31332
31328
  };