dtable-ui-component 5.2.3-alpha.2 → 5.2.3-alpha.3

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.
@@ -163,6 +163,9 @@ class RowExpandFormulaFormatter extends _react.default.Component {
163
163
  }
164
164
  default:
165
165
  {
166
+ if (array_type === _dtableUtils.CellType.CHECKBOX) {
167
+ array_data.checkboxStyle = array_data.checkbox_style;
168
+ }
166
169
  return {
167
170
  ...array_data,
168
171
  collaborators
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "5.2.3-alpha.2",
3
+ "version": "5.2.3-alpha.3",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "3.0.1",