shineout 3.4.2 → 3.4.3-beta.1

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
@@ -492,5 +492,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
492
492
  // 此文件由脚本自动生成,请勿直接修改。
493
493
  // This file was generated automatically by a script. Please do not modify it directly.
494
494
  var _default = exports.default = {
495
- version: '3.4.2'
495
+ version: '3.4.3-beta.1'
496
496
  };
package/dist/shineout.js CHANGED
@@ -11991,7 +11991,7 @@ var handleStyle = function handleStyle(style) {
11991
11991
  };
11992
11992
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
11993
11993
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
11994
- /* harmony default export */ var version = ('3.4.2');
11994
+ /* harmony default export */ var version = ('3.4.3-beta.1');
11995
11995
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
11996
11996
 
11997
11997
 
@@ -39414,9 +39414,13 @@ var checkbox_group_Group = function Group(props0) {
39414
39414
  var providerValue = {
39415
39415
  checked: isChecked,
39416
39416
  onChange: handleItemChange,
39417
- disabled: disabled,
39418
39417
  size: size
39419
39418
  };
39419
+
39420
+ // 没有 disabled 无需透传,否则会影响下层 disabled 覆盖优先级
39421
+ if ('disabled' in props0) {
39422
+ providerValue.disabled = disabled;
39423
+ }
39420
39424
  var groupClass = classnames_default()(className, checkboxStyle === null || checkboxStyle === void 0 ? void 0 : checkboxStyle.group, !!block && (checkboxStyle === null || checkboxStyle === void 0 ? void 0 : checkboxStyle.groupBlock));
39421
39425
  if (props.data === undefined) {
39422
39426
  return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
@@ -65120,7 +65124,7 @@ var upload_interface = __webpack_require__(8821);
65120
65124
 
65121
65125
 
65122
65126
  /* harmony default export */ var src_0 = ({
65123
- version: '3.4.2'
65127
+ version: '3.4.3-beta.1'
65124
65128
  });
65125
65129
  }();
65126
65130
  /******/ return __webpack_exports__;