dtable-ui-component 6.0.29-beta3 → 6.0.29-beta4

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.
@@ -174,4 +174,5 @@ const MBRowExpand = /*#__PURE__*/(0, _react.forwardRef)((_ref, ref) => {
174
174
  uploadFile: uploadFile
175
175
  }))));
176
176
  });
177
+ MBRowExpand.Body = _body.default;
177
178
  var _default = exports.default = MBRowExpand;
@@ -235,4 +235,6 @@ const PCRowExpand = /*#__PURE__*/(0, _react.forwardRef)((_ref, ref) => {
235
235
  color: "primary"
236
236
  }, (0, _lang.getLocale)('Submit'))))));
237
237
  });
238
+ PCRowExpand.Header = _header.default;
239
+ PCRowExpand.Body = _body.default;
238
240
  var _default = exports.default = PCRowExpand;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.29-beta3",
3
+ "version": "6.0.29-beta4",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "4.0.2",