@noraent/nora-datagrid 0.0.239 → 0.0.240

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noraent/nora-datagrid",
3
- "version": "0.0.239",
3
+ "version": "0.0.240",
4
4
  "module": "./dist/nora_datagrid.es.js",
5
5
  "main": "./dist/nora_datagrid.cjs.js",
6
6
  "private": false,
@@ -504,6 +504,7 @@ function usePublicTest(apiRef) {
504
504
  return apiRef.current.store.state.dataSource;
505
505
  }, []);
506
506
  const getSelectedRow = React__default.useCallback(() => {
507
+ console.log("getSelectedRow", apiRef.current.store.__selectionList);
507
508
  return apiRef.current.store.state.dataSource.filter((v) => apiRef.current.store.__selectionList.includes(v.__uuid));
508
509
  }, []);
509
510
  const getSelectedCell = React__default.useCallback(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noraent/nora-datagrid",
3
- "version": "0.0.239",
3
+ "version": "0.0.240",
4
4
  "module": "./dist/nora_datagrid.es.js",
5
5
  "main": "./dist/nora_datagrid.cjs.js",
6
6
  "private": false,