@kdcloudjs/kdesign 1.8.52 → 1.8.53

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/dist/kdesign.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.8.52
3
+ * @kdcloudjs/kdesign v1.8.53
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -51711,7 +51711,8 @@ var BaseTable = /*#__PURE__*/function (_React$Component) {
51711
51711
  components = _this$props8.components,
51712
51712
  bordered = _this$props8.bordered,
51713
51713
  direction = _this$props8.direction,
51714
- prefixCls = _this$props8.prefixCls;
51714
+ _prefixCls = _this$props8.prefixCls;
51715
+ var prefixCls = _prefixCls === 'kd' || !_prefixCls ? undefined : _prefixCls; // 不生效上层传的prefix为kd,只有传除'kd'外的前缀才生效,kui默认传kd,避免对之前的样式层级有影响
51715
51716
  info.direction = direction;
51716
51717
  var artTableWrapperClassName = classnames__WEBPACK_IMPORTED_MODULE_15___default()(_styles__WEBPACK_IMPORTED_MODULE_28__["Classes"].artTableWrapper, (_cx = {
51717
51718
  'use-outer-border': useOuterBorder,