@genesislcap/grid-pro 14.94.0 → 14.94.1

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.
@@ -388,10 +388,11 @@ let GridProServerSideDatasource = class GridProServerSideDatasource extends Life
388
388
  logger.warn(`Application not connected, falling back to local columnDefs/rowData`);
389
389
  }
390
390
  reset() {
391
+ var _a;
391
392
  this.clearRowData();
392
393
  this.dataserverStream = undefined;
393
394
  this.originalFieldDef = undefined;
394
- this.agGrid.gridApi.setServerSideDatasource(this.dataserverStream);
395
+ (_a = this.agGrid.gridApi) === null || _a === void 0 ? void 0 : _a.setServerSideDatasource(this.dataserverStream);
395
396
  }
396
397
  restart() {
397
398
  this.reset();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/grid-pro",
3
3
  "description": "Genesis Foundation AG Grid",
4
- "version": "14.94.0",
4
+ "version": "14.94.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -30,15 +30,15 @@
30
30
  "test:debug": "genx test --debug"
31
31
  },
32
32
  "devDependencies": {
33
- "@genesislcap/foundation-testing": "14.94.0",
34
- "@genesislcap/genx": "14.94.0",
33
+ "@genesislcap/foundation-testing": "14.94.1",
34
+ "@genesislcap/genx": "14.94.1",
35
35
  "rimraf": "^3.0.2"
36
36
  },
37
37
  "dependencies": {
38
- "@genesislcap/foundation-comms": "14.94.0",
39
- "@genesislcap/foundation-logger": "14.94.0",
40
- "@genesislcap/foundation-ui": "14.94.0",
41
- "@genesislcap/foundation-utils": "14.94.0",
38
+ "@genesislcap/foundation-comms": "14.94.1",
39
+ "@genesislcap/foundation-logger": "14.94.1",
40
+ "@genesislcap/foundation-ui": "14.94.1",
41
+ "@genesislcap/foundation-utils": "14.94.1",
42
42
  "@microsoft/fast-colors": "^5.1.4",
43
43
  "@microsoft/fast-components": "^2.21.3",
44
44
  "@microsoft/fast-element": "^1.7.0",
@@ -61,5 +61,5 @@
61
61
  "access": "public"
62
62
  },
63
63
  "customElements": "dist/custom-elements.json",
64
- "gitHead": "cb3b05d51d51d25f3558ab4436258df58268aa0e"
64
+ "gitHead": "a1b6baf9b2003cbb1d73b44d0715ac3492e4f6f5"
65
65
  }