@genesislcap/grid-pro 14.94.0 → 14.94.1-pa-958.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.
|
|
4
|
+
"version": "14.94.1-pa-958.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.
|
|
34
|
-
"@genesislcap/genx": "14.94.
|
|
33
|
+
"@genesislcap/foundation-testing": "14.94.1-pa-958.1",
|
|
34
|
+
"@genesislcap/genx": "14.94.1-pa-958.1",
|
|
35
35
|
"rimraf": "^3.0.2"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@genesislcap/foundation-comms": "14.94.
|
|
39
|
-
"@genesislcap/foundation-logger": "14.94.
|
|
40
|
-
"@genesislcap/foundation-ui": "14.94.
|
|
41
|
-
"@genesislcap/foundation-utils": "14.94.
|
|
38
|
+
"@genesislcap/foundation-comms": "14.94.1-pa-958.1",
|
|
39
|
+
"@genesislcap/foundation-logger": "14.94.1-pa-958.1",
|
|
40
|
+
"@genesislcap/foundation-ui": "14.94.1-pa-958.1",
|
|
41
|
+
"@genesislcap/foundation-utils": "14.94.1-pa-958.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": "
|
|
64
|
+
"gitHead": "3dbe67e6d256eb52af379754c2c5097a36891e37"
|
|
65
65
|
}
|