dtable-ui-component 6.0.48-apl0.1 → 6.0.48-apl0.2

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.
@@ -121,6 +121,8 @@ class RowExpandFormulaFormatter extends _react.default.Component {
121
121
  formulaEmail = cellValue[0];
122
122
  formulaEmail = formulaEmail ? formulaEmail.trim() : '';
123
123
  }
124
+ console.log('Formatter', Formatter);
125
+ console.log('formatterProps', formatterProps);
124
126
  return this.renderBorder( /*#__PURE__*/_react.default.createElement("div", {
125
127
  className: "dtable-ui formula-formatter multiple"
126
128
  }, cellValue.map((v, index) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.48apl0.1",
3
+ "version": "6.0.48apl0.2",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "4.0.2",