lsp-grid 1.0.6 → 1.0.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lsp-grid",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "type": "module",
5
5
  "description": "LevelSkill.Pro reactive datagrid based on RevoGrid",
6
6
  "author": "LevelSkill.Pro",
@@ -252,8 +252,8 @@ const Editor = (EditorComponent) => {
252
252
  return function(column, additionalData, save, close) {
253
253
  return new EditorAdapter(
254
254
  EditorComponent,
255
- additionalData,
256
255
  column,
256
+ additionalData,
257
257
  save,
258
258
  close
259
259
  );
@@ -250,8 +250,8 @@ var __publicField = (obj, key, value) => {
250
250
  return function(column, additionalData, save, close) {
251
251
  return new EditorAdapter(
252
252
  EditorComponent,
253
- additionalData,
254
253
  column,
254
+ additionalData,
255
255
  save,
256
256
  close
257
257
  );