@syncfusion/ej2-treegrid 22.1.38 → 22.1.39

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 22.1.38
3
+ * version : 22.1.39
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-treegrid@*",
3
- "_id": "@syncfusion/ej2-treegrid@22.1.37",
3
+ "_id": "@syncfusion/ej2-treegrid@22.1.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-3/h0c3spLymY4K/c6i+JtMPxdjUZ3c2eCuvAgOjaIeW3AJ1U3CabeTHD9NYvmkly66Y+lpe8x17/hF+ccHj5PQ==",
5
+ "_integrity": "sha512-YIzEyVdF/GVoWDL1EmQbqOXbzbhgdNIE7qrmddPg9pweufoDn1QMXusOiJ8+fr14qR2z0gmpBfAz7RZYemIFKw==",
6
6
  "_location": "/@syncfusion/ej2-treegrid",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -24,8 +24,8 @@
24
24
  "/@syncfusion/ej2-react-treegrid",
25
25
  "/@syncfusion/ej2-vue-treegrid"
26
26
  ],
27
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-22.1.37.tgz",
28
- "_shasum": "31343969eed0b4698dec8a7f2e75d09a0b2b7d70",
27
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-22.1.38.tgz",
28
+ "_shasum": "464369581bffec05b9c5d36a7c7f914b7a879eed",
29
29
  "_spec": "@syncfusion/ej2-treegrid@*",
30
30
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
31
31
  "author": {
@@ -38,7 +38,7 @@
38
38
  "dependencies": {
39
39
  "@syncfusion/ej2-base": "~22.1.38",
40
40
  "@syncfusion/ej2-data": "~22.1.38",
41
- "@syncfusion/ej2-grids": "~22.1.38",
41
+ "@syncfusion/ej2-grids": "~22.1.39",
42
42
  "@syncfusion/ej2-popups": "~22.1.38"
43
43
  },
44
44
  "deprecated": false,
@@ -66,6 +66,6 @@
66
66
  "url": "git+https://github.com/syncfusion/ej2-treegrid.git"
67
67
  },
68
68
  "typings": "index.d.ts",
69
- "version": "22.1.38",
69
+ "version": "22.1.39",
70
70
  "sideEffects": false
71
71
  }
@@ -100,12 +100,12 @@ var VirtualScroll = /** @class */ (function () {
100
100
  return getExpandStatus(_this.parent, e, parents);
101
101
  });
102
102
  this.visualData = visualData;
103
+ pageingDetails.count = visualData.length;
103
104
  this.parent.grid.notify(events.dataListener, { data: visualData });
104
105
  var counts = { startIndex: -1, endIndex: -1, count: pageingDetails.count, requestType: pageingDetails.actionArgs.requestType };
105
106
  this.parent.grid.notify(events.indexModifier, counts);
106
107
  var startIndex = counts.startIndex;
107
108
  var endIndex = counts.endIndex;
108
- pageingDetails.count = visualData.length;
109
109
  if (startIndex === -1 && endIndex === -1) {
110
110
  var query = new Query();
111
111
  var size = this.parent.grid.pageSettings.pageSize;