sccoreui 5.9.21 → 5.9.23
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.
|
@@ -216,7 +216,7 @@ function ParentForGrid(props) {
|
|
|
216
216
|
noRowsOverlayComponent: props === null || props === void 0 ? void 0 : props.noRowsOverlayComponent,
|
|
217
217
|
loadingOverlayComponent: loading_component_1.default,
|
|
218
218
|
suppressCellFocus: true,
|
|
219
|
-
suppressPropertyNamesCheck: true
|
|
219
|
+
suppressPropertyNamesCheck: true // Suppress warnings,
|
|
220
220
|
};
|
|
221
221
|
// Fucntion to call the grid
|
|
222
222
|
const callGrid = (featureDetails) => {
|
package/dist/index.js
CHANGED
|
@@ -232,4 +232,4 @@ var parent_for_grid_1 = require("./components/ag-grid/parent-for-grid");
|
|
|
232
232
|
Object.defineProperty(exports, "AGGridComponent", { enumerable: true, get: function () { return tslib_1.__importDefault(parent_for_grid_1).default; } });
|
|
233
233
|
var Loader_1 = require("./components/loader/Loader");
|
|
234
234
|
Object.defineProperty(exports, "SCLoader", { enumerable: true, get: function () { return tslib_1.__importDefault(Loader_1).default; } });
|
|
235
|
-
client_1.default.createRoot(document.getElementById("
|
|
235
|
+
client_1.default.createRoot(document.getElementById("root")).render((0, jsx_runtime_1.jsx)(App_1.default, {}));
|