@lemon-fe/kits 1.0.0-62 → 1.0.0-63

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.
@@ -637,8 +637,8 @@ var DataGrid = /*#__PURE__*/function (_Component) {
637
637
  if (valueSetter !== undefined) {
638
638
  var _result = valueSetter(newValue, data);
639
639
 
640
- Object.assign(data, _result);
641
640
  set(data, colField, newValue);
641
+ Object.assign(data, _result);
642
642
  } else if (newValue instanceof RowEditorData) {
643
643
  Object.assign(data, newValue.getValue());
644
644
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/kits",
3
- "version": "1.0.0-62",
3
+ "version": "1.0.0-63",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",