sccoreui 6.2.37 → 6.2.38

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/dist/App.tsx ADDED
@@ -0,0 +1,16 @@
1
+ // import Home from './pages/home';
2
+ import "./App.scss";
3
+ // import Home from "./pages/home";
4
+
5
+ const App = () => {
6
+
7
+
8
+ return (
9
+ <div>
10
+ {/* <div>{<Home />}</div> */}
11
+ </div>
12
+
13
+ );
14
+ };
15
+
16
+ export default App;
@@ -315,9 +315,6 @@ function ParentForGrid(props) {
315
315
  if (hasPinnedRows || hasRowData) {
316
316
  api.hideOverlay(); // Hide the noRowsOverlayComponent if pinned rows or row data exists
317
317
  }
318
- else {
319
- api === null || api === void 0 ? void 0 : api.showNoRowsOverlay(); // Show the noRowsOverlayComponent only if no rows or pinned rows are present
320
- }
321
318
  }, [gridData.rowData, props === null || props === void 0 ? void 0 : props.pinnedTopRowData]);
322
319
  // Options that grid should have
323
320
  const gridOptions = Object.assign({ columnDefs: (_f = gridData === null || gridData === void 0 ? void 0 : gridData.columnData) === null || _f === void 0 ? void 0 : _f.map((column) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "6.2.37",
3
+ "version": "6.2.38",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",