dtable-ui-component 6.0.110-ame.2 → 6.0.110-ial.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.
@@ -275,8 +275,10 @@ class RowExpandFormatter extends _react.default.Component {
275
275
  })
276
276
  });
277
277
  }
278
- console.log('cellValue', cellValue);
278
+ console.log('row', row);
279
279
  console.log('column', column);
280
+ console.log('valueKey', valueKey);
281
+ console.log('cellValue', cellValue);
280
282
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(Formatter, {
281
283
  value: cellValue,
282
284
  column: column,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.110ame.2",
3
+ "version": "6.0.110ial.1",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^5.0.4",