@genesislcap/grid-pro 14.63.1-alpha-e78a361.0 → 14.64.0
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();
|
|
155
153
|
this.isRequestServer = false;
|
|
156
154
|
this.requiresFullRowDataAndColDefs = true;
|
|
157
155
|
this.dataSubWasLoggedOff = false;
|
|
158
156
|
this.criteriaFromFilters = new Map();
|
|
159
157
|
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.0",
|
|
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.0",
|
|
32
|
+
"@genesislcap/genx": "14.64.0",
|
|
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.0",
|
|
37
|
+
"@genesislcap/foundation-ui": "14.64.0",
|
|
38
|
+
"@genesislcap/foundation-utils": "14.64.0",
|
|
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": "b9342cf385809ba4b2ad9bc592ae9dffe9360ce4"
|
|
62
62
|
}
|