shineout 3.9.4-beta.5 → 3.9.4-beta.6

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.9.4-beta.5'
525
+ version: '3.9.4-beta.6'
526
526
  };
package/dist/shineout.js CHANGED
@@ -12401,7 +12401,7 @@ var handleStyle = function handleStyle(style) {
12401
12401
  };
12402
12402
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12403
12403
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12404
- /* harmony default export */ var version = ('3.9.4-beta.5');
12404
+ /* harmony default export */ var version = ('3.9.4-beta.6');
12405
12405
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12406
12406
 
12407
12407
 
@@ -67466,14 +67466,15 @@ var tfoot_isArray = isArray,
67466
67466
 
67467
67467
 
67468
67468
  function TbodyEmpty(_ref) {
67469
- var children = _ref.children;
67469
+ var children = _ref.children,
67470
+ columns = _ref.columns;
67470
67471
  return /*#__PURE__*/(0,jsx_runtime.jsx)("tbody", {
67471
67472
  children: /*#__PURE__*/(0,jsx_runtime.jsx)("tr", {
67472
67473
  children: /*#__PURE__*/(0,jsx_runtime.jsx)("td", {
67473
67474
  style: {
67474
67475
  border: 'none'
67475
67476
  },
67476
- colSpan: Number.MAX_SAFE_INTEGER,
67477
+ colSpan: columns.length,
67477
67478
  children: children
67478
67479
  })
67479
67480
  })
@@ -68089,6 +68090,7 @@ function Table(props) {
68089
68090
  style: objectSpread2_default()({}, tableStyle),
68090
68091
  ref: tbodyRef,
68091
68092
  children: [Group, !props.hideHeader && /*#__PURE__*/(0,jsx_runtime.jsx)(thead, objectSpread2_default()({}, headCommonProps)), bodyCommonProps.data.length === 0 ? /*#__PURE__*/(0,jsx_runtime.jsx)(TbodyEmpty, {
68093
+ columns: columns,
68092
68094
  children: renderEmpty()
68093
68095
  }) : /*#__PURE__*/(0,jsx_runtime.jsx)(tbody, objectSpread2_default()({}, bodyCommonProps)), showFoot && /*#__PURE__*/(0,jsx_runtime.jsx)(tfoot, objectSpread2_default()({}, footCommonProps))]
68094
68096
  })
@@ -74739,7 +74741,7 @@ var upload_interface = __webpack_require__(8821);
74739
74741
 
74740
74742
 
74741
74743
  /* harmony default export */ var src_0 = ({
74742
- version: '3.9.4-beta.5'
74744
+ version: '3.9.4-beta.6'
74743
74745
  });
74744
74746
  }();
74745
74747
  /******/ return __webpack_exports__;