@kdcloudjs/kdesign 1.8.57 → 1.8.58

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.58
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -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;