wenay-react2 1.0.16 → 1.0.17

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.
@@ -26,6 +26,8 @@ export function applyTransactionAsyncUpdate(grid, newData, getId, bufTable, opti
26
26
  arrNew.push(newData);
27
27
  return null; // Новая строка обрабатывается отдельно
28
28
  }
29
+ if (option?.remove)
30
+ arrRemove.push(a);
29
31
  // Если строка найдена - обновить данные в буфере
30
32
  return newData;
31
33
  }) // Убираем `null` и оставляем только существующие строки
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wenay-react2",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "Common react",
5
5
  "strict": true,
6
6
  "main": "dist/index.js",