@kdcloudjs/kdesign 1.8.57 → 1.8.59

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.8.57
3
+ * @kdcloudjs/kdesign v1.8.59
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -5228,7 +5228,7 @@ var InternalBaseData = function InternalBaseData(props, ref) {
5228
5228
  return v.value === item.value;
5229
5229
  })
5230
5230
  }),
5231
- onMouseDown: function onMouseDown(e) {
5231
+ onClick: function onClick(e) {
5232
5232
  e.stopPropagation();
5233
5233
  e.preventDefault();
5234
5234
  handleSelect(item);
@@ -33635,7 +33635,7 @@ var InternalSelect = function InternalSelect(props, ref) {
33635
33635
  className: "".concat(selectPrefixCls, "-suffix")
33636
33636
  }, renderSuffix()));
33637
33637
  };
33638
- var singleCls = classnames__WEBPACK_IMPORTED_MODULE_31___default()(commCls, (_classNames12 = {}, _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_13___default()(_classNames12, "".concat(selectPrefixCls, "-single"), true), _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_13___default()(_classNames12, "".concat(selectPrefixCls, "-single-isnotMobile"), !isMobile), _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_13___default()(_classNames12, "".concat(selectPrefixCls, "-single-disabled"), disabled), _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_13___default()(_classNames12, "".concat(selectPrefixCls, "-single-focused"), focusd && !disabled || optionShow), _classNames12));
33638
+ var singleCls = classnames__WEBPACK_IMPORTED_MODULE_31___default()(commCls, (_classNames12 = {}, _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_13___default()(_classNames12, "".concat(selectPrefixCls, "-single"), true), _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_13___default()(_classNames12, "".concat(selectPrefixCls, "-single-isnotMobile"), !isMobile), _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_13___default()(_classNames12, "".concat(selectPrefixCls, "-single-isMobile"), isMobile && optionShow && allowClear), _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_13___default()(_classNames12, "".concat(selectPrefixCls, "-single-disabled"), disabled), _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_13___default()(_classNames12, "".concat(selectPrefixCls, "-single-focused"), focusd && !disabled || optionShow), _classNames12));
33639
33639
  // keyboard
33640
33640
  var getActiveIndex = function getActiveIndex(index) {
33641
33641
  var offset = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 1;