arengibook 2.0.17-table → 2.0.18-table

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -48343,6 +48343,7 @@ var Table = function Table(_ref1) {
48343
48343
  }
48344
48344
  }, [editable, rowEdit, textEditor, dateEditor, selectEditor, selectMultipleEditor, numericEditor, documentEditor, deviseEditor, treeSelectEditor]);
48345
48345
  var onCellEditComplete = useCallback(function (e) {
48346
+ console.log('là');
48346
48347
  var rowData = e.rowData,
48347
48348
  newRowData = e.newRowData,
48348
48349
  field = e.field;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "arengibook",
3
3
  "private": false,
4
- "version": "2.0.17-table",
4
+ "version": "2.0.18-table",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {