@kdcloudjs/kdesign 1.8.56 → 1.8.57

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.56
3
+ * @kdcloudjs/kdesign v1.8.57
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -32866,7 +32866,8 @@ var InternalSelect = function InternalSelect(props, ref) {
32866
32866
  prefixCls = _useContext.prefixCls,
32867
32867
  userDefaultProps = _useContext.compDefaultProps,
32868
32868
  locale = _useContext.locale,
32869
- direction = _useContext.direction;
32869
+ direction = _useContext.direction,
32870
+ isMobile = _useContext.isMobile;
32870
32871
  var selectProps = Object(_utils__WEBPACK_IMPORTED_MODULE_33__["getCompProps"])('Select', userDefaultProps, props);
32871
32872
  var selectLangMsg = locale.getCompLangMsg({
32872
32873
  componentName: 'Select'
@@ -33634,7 +33635,7 @@ var InternalSelect = function InternalSelect(props, ref) {
33634
33635
  className: "".concat(selectPrefixCls, "-suffix")
33635
33636
  }, renderSuffix()));
33636
33637
  };
33637
- 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-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-disabled"), disabled), _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_13___default()(_classNames12, "".concat(selectPrefixCls, "-single-focused"), focusd && !disabled || optionShow), _classNames12));
33638
33639
  // keyboard
33639
33640
  var getActiveIndex = function getActiveIndex(index) {
33640
33641
  var offset = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 1;