@genesislcap/grid-pro 14.63.1 → 14.64.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.
|
@@ -150,13 +150,13 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
150
150
|
this.connectionSub.unsubscribe();
|
|
151
151
|
this.connectionSub = undefined;
|
|
152
152
|
}
|
|
153
|
+
this.dataLogoff();
|
|
154
|
+
this.clearRowData();
|
|
153
155
|
this.isRequestServer = false;
|
|
154
156
|
this.requiresFullRowDataAndColDefs = true;
|
|
155
157
|
this.dataSubWasLoggedOff = false;
|
|
156
158
|
this.criteriaFromFilters = new Map();
|
|
157
159
|
this.update = new BehaviorSubject(new Map());
|
|
158
|
-
this.dataLogoff();
|
|
159
|
-
this.clearRowData();
|
|
160
160
|
this.datasource.deinit();
|
|
161
161
|
}
|
|
162
162
|
/**
|
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.
|
|
4
|
+
"version": "14.64.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"test:debug": "genx test --debug"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@genesislcap/foundation-testing": "14.
|
|
32
|
-
"@genesislcap/genx": "14.
|
|
31
|
+
"@genesislcap/foundation-testing": "14.64.1",
|
|
32
|
+
"@genesislcap/genx": "14.64.1",
|
|
33
33
|
"rimraf": "^3.0.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@genesislcap/foundation-comms": "14.
|
|
37
|
-
"@genesislcap/foundation-ui": "14.
|
|
38
|
-
"@genesislcap/foundation-utils": "14.
|
|
36
|
+
"@genesislcap/foundation-comms": "14.64.1",
|
|
37
|
+
"@genesislcap/foundation-ui": "14.64.1",
|
|
38
|
+
"@genesislcap/foundation-utils": "14.64.1",
|
|
39
39
|
"@microsoft/fast-colors": "^5.1.4",
|
|
40
40
|
"@microsoft/fast-components": "^2.21.3",
|
|
41
41
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"customElements": "dist/custom-elements.json",
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "388d98a93111aa940bb8d3d0272f7de616d519cd"
|
|
62
62
|
}
|