shineout 3.7.1-beta.1 → 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.1'
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.1');
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
 
@@ -25891,10 +25891,6 @@ var tableStyle = objectSpread2_default()(objectSpread2_default()({
25891
25891
  borderBottom: "1px solid ".concat(src.tableCellBorderColor),
25892
25892
  boxSizing: 'border-box',
25893
25893
  lineHeight: src.lineHeightDynamic,
25894
- zIndex: fixedIndex - 1,
25895
- '&$cellFixedLeft, &$cellFixedRight': {
25896
- zIndex: fixedIndex
25897
- },
25898
25894
  '$bordered&': {
25899
25895
  '&::after': {
25900
25896
  content: '""',
@@ -26026,6 +26022,14 @@ var tableStyle = objectSpread2_default()(objectSpread2_default()({
26026
26022
  background: src.tableTheadBackgroundColor,
26027
26023
  '$sticky > &': {
26028
26024
  zIndex: headerIndex
26025
+ },
26026
+ '& table th': {
26027
+ zIndex: fixedFixedIndex + 1,
26028
+ '&$cellFixedLeft': {
26029
+ position: 'sticky',
26030
+ top: 'auto',
26031
+ zIndex: fixedFixedIndex + 2
26032
+ }
26029
26033
  }
26030
26034
  },
26031
26035
  bodyWrapper: {
@@ -26043,7 +26047,6 @@ var tableStyle = objectSpread2_default()(objectSpread2_default()({
26043
26047
  }
26044
26048
  },
26045
26049
  '& td': {
26046
- zIndex: fixedIndex,
26047
26050
  '&$cellFixedLeft': {
26048
26051
  position: 'sticky',
26049
26052
  top: 'auto',
@@ -66974,7 +66977,7 @@ var TreeSelect = function TreeSelect(props0) {
66974
66977
  positionProp = _props$position === void 0 ? dfp : _props$position,
66975
66978
  openProp = props.open,
66976
66979
  onCollapseProp = props.onCollapse,
66977
- disabled = props.disabled,
66980
+ disabledProp = props.disabled,
66978
66981
  style = props.style,
66979
66982
  width = props.width,
66980
66983
  _props$height = props.height,
@@ -67020,6 +67023,7 @@ var TreeSelect = function TreeSelect(props0) {
67020
67023
  width: width
67021
67024
  }, style);
67022
67025
  var showInput = isFunc(props.onAdvancedFilter || onFilterProp);
67026
+ var disabled = isOptionalDisabled(disabledProp) ? disabledProp.disabled : disabledProp;
67023
67027
  var blurEvent = (0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useRef)();
67024
67028
  var inputRef = (0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useRef)();
67025
67029
  var _useRef = (0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useRef)({
@@ -67105,7 +67109,7 @@ var TreeSelect = function TreeSelect(props0) {
67105
67109
  unmatch: unmatch,
67106
67110
  tiledData: tiledData,
67107
67111
  virtual: virtual,
67108
- disabled: disabled,
67112
+ disabled: props.disabled,
67109
67113
  active: multiple ? undefined : value[0],
67110
67114
  childrenKey: childrenKey,
67111
67115
  keygen: keygen,
@@ -67522,7 +67526,7 @@ var TreeSelect = function TreeSelect(props0) {
67522
67526
  expanded: virtual ? virtualExpanded : controlExpanded || unControlExpanded,
67523
67527
  defaultExpandAll: defaultExpandAll,
67524
67528
  expandIcons: tiledExpandIcons,
67525
- disabled: disabled,
67529
+ disabled: props.disabled,
67526
67530
  parentClickExpand: parentClickExpand,
67527
67531
  contentClass: getContentClass,
67528
67532
  datum: datum,
@@ -71313,7 +71317,7 @@ var upload_interface = __webpack_require__(8821);
71313
71317
 
71314
71318
 
71315
71319
  /* harmony default export */ var src_0 = ({
71316
- version: '3.7.1-beta.1'
71320
+ version: '3.7.1-beta.3'
71317
71321
  });
71318
71322
  }();
71319
71323
  /******/ return __webpack_exports__;