shineout 3.7.1-beta.2 → 3.7.1-beta.3

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/cjs/index.js CHANGED
@@ -522,5 +522,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
522
522
  // 此文件由脚本自动生成,请勿直接修改。
523
523
  // This file was generated automatically by a script. Please do not modify it directly.
524
524
  var _default = exports.default = {
525
- version: '3.7.1-beta.2'
525
+ version: '3.7.1-beta.3'
526
526
  };
package/dist/shineout.js CHANGED
@@ -12227,7 +12227,7 @@ var handleStyle = function handleStyle(style) {
12227
12227
  };
12228
12228
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12229
12229
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12230
- /* harmony default export */ var version = ('3.7.1-beta.2');
12230
+ /* harmony default export */ var version = ('3.7.1-beta.3');
12231
12231
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12232
12232
 
12233
12233
 
@@ -66977,7 +66977,7 @@ var TreeSelect = function TreeSelect(props0) {
66977
66977
  positionProp = _props$position === void 0 ? dfp : _props$position,
66978
66978
  openProp = props.open,
66979
66979
  onCollapseProp = props.onCollapse,
66980
- disabled = props.disabled,
66980
+ disabledProp = props.disabled,
66981
66981
  style = props.style,
66982
66982
  width = props.width,
66983
66983
  _props$height = props.height,
@@ -67023,6 +67023,7 @@ var TreeSelect = function TreeSelect(props0) {
67023
67023
  width: width
67024
67024
  }, style);
67025
67025
  var showInput = isFunc(props.onAdvancedFilter || onFilterProp);
67026
+ var disabled = isOptionalDisabled(disabledProp) ? disabledProp.disabled : disabledProp;
67026
67027
  var blurEvent = (0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useRef)();
67027
67028
  var inputRef = (0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useRef)();
67028
67029
  var _useRef = (0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useRef)({
@@ -67108,7 +67109,7 @@ var TreeSelect = function TreeSelect(props0) {
67108
67109
  unmatch: unmatch,
67109
67110
  tiledData: tiledData,
67110
67111
  virtual: virtual,
67111
- disabled: disabled,
67112
+ disabled: props.disabled,
67112
67113
  active: multiple ? undefined : value[0],
67113
67114
  childrenKey: childrenKey,
67114
67115
  keygen: keygen,
@@ -67525,7 +67526,7 @@ var TreeSelect = function TreeSelect(props0) {
67525
67526
  expanded: virtual ? virtualExpanded : controlExpanded || unControlExpanded,
67526
67527
  defaultExpandAll: defaultExpandAll,
67527
67528
  expandIcons: tiledExpandIcons,
67528
- disabled: disabled,
67529
+ disabled: props.disabled,
67529
67530
  parentClickExpand: parentClickExpand,
67530
67531
  contentClass: getContentClass,
67531
67532
  datum: datum,
@@ -71316,7 +71317,7 @@ var upload_interface = __webpack_require__(8821);
71316
71317
 
71317
71318
 
71318
71319
  /* harmony default export */ var src_0 = ({
71319
- version: '3.7.1-beta.2'
71320
+ version: '3.7.1-beta.3'
71320
71321
  });
71321
71322
  }();
71322
71323
  /******/ return __webpack_exports__;