shineout 3.9.6-beta.3 → 3.9.6-beta.4

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.6-beta.3'
525
+ version: '3.9.6-beta.4'
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.6-beta.3');
12404
+ /* harmony default export */ var version = ('3.9.6-beta.4');
12405
12405
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12406
12406
 
12407
12407
 
@@ -69701,9 +69701,10 @@ var TransferListHeader = function TransferListHeader(props) {
69701
69701
  }
69702
69702
  var every = true;
69703
69703
  var some = false;
69704
- var vaildData = listDatum.getVaildData();
69705
- if (vaildData.length === 0) return false;
69706
- vaildData.forEach(function (item) {
69704
+ if (data.length === 0) return false;
69705
+ data.forEach(function (item) {
69706
+ // 跳过禁用的项,不计入复选框状态
69707
+ if (listDatum.disabledCheck(item)) return;
69707
69708
  if (!listDatum.check(item)) {
69708
69709
  every = false;
69709
69710
  } else {
@@ -74821,7 +74822,7 @@ var upload_interface = __webpack_require__(8821);
74821
74822
 
74822
74823
 
74823
74824
  /* harmony default export */ var src_0 = ({
74824
- version: '3.9.6-beta.3'
74825
+ version: '3.9.6-beta.4'
74825
74826
  });
74826
74827
  }();
74827
74828
  /******/ return __webpack_exports__;