@syncfusion/ej2-treegrid 20.4.44 → 20.4.48
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.
- package/CHANGELOG.md +8 -0
- package/dist/ej2-treegrid.min.js +2 -2
- package/dist/ej2-treegrid.umd.min.js +2 -2
- package/dist/ej2-treegrid.umd.min.js.map +1 -1
- package/dist/es6/ej2-treegrid.es2015.js +5 -0
- package/dist/es6/ej2-treegrid.es2015.js.map +1 -1
- package/dist/es6/ej2-treegrid.es5.js +5 -0
- package/dist/es6/ej2-treegrid.es5.js.map +1 -1
- package/dist/global/ej2-treegrid.min.js +2 -2
- package/dist/global/ej2-treegrid.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +9 -9
- package/src/treegrid/base/treegrid.js +5 -0
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.48
|
|
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@20.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-treegrid@20.4.44",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-DSCX1PXQAUXdKr+vI6F9nxZ1aBFKpdbWBVVeEkrT17tySdvpD+/sW2zYOcFkOYyEK9Od98pkI+qJwL/zG+P5LQ==",
|
|
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-20.4.
|
|
28
|
-
"_shasum": "
|
|
27
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.4.44.tgz",
|
|
28
|
+
"_shasum": "58a34bd34717c8d9492bccc5942e03148e0fd960",
|
|
29
29
|
"_spec": "@syncfusion/ej2-treegrid@*",
|
|
30
30
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
31
31
|
"author": {
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
},
|
|
37
37
|
"bundleDependencies": false,
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@syncfusion/ej2-base": "~20.4.
|
|
40
|
-
"@syncfusion/ej2-data": "~20.4.
|
|
41
|
-
"@syncfusion/ej2-grids": "~20.4.
|
|
42
|
-
"@syncfusion/ej2-popups": "~20.4.
|
|
39
|
+
"@syncfusion/ej2-base": "~20.4.48",
|
|
40
|
+
"@syncfusion/ej2-data": "~20.4.48",
|
|
41
|
+
"@syncfusion/ej2-grids": "~20.4.48",
|
|
42
|
+
"@syncfusion/ej2-popups": "~20.4.48"
|
|
43
43
|
},
|
|
44
44
|
"deprecated": false,
|
|
45
45
|
"description": "Essential JS 2 TreeGrid Component",
|
|
@@ -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": "20.4.
|
|
69
|
+
"version": "20.4.48",
|
|
70
70
|
"sideEffects": false
|
|
71
71
|
}
|
|
@@ -2941,6 +2941,11 @@ var TreeGrid = /** @class */ (function (_super) {
|
|
|
2941
2941
|
if ((!isCountRequired(this) || childRecords.length) || action === 'collapse') {
|
|
2942
2942
|
this.localExpand(action, row, record);
|
|
2943
2943
|
}
|
|
2944
|
+
var lastrowIdx = this.getVisibleRecords()[this.getVisibleRecords().length - 1]['index'];
|
|
2945
|
+
var lastRow = this.getRowByIndex(lastrowIdx);
|
|
2946
|
+
if (this.grid.getContentTable().clientHeight <= this.grid.getContent().clientHeight && !isNullOrUndefined(lastRow) && !lastRow.cells[0].classList.contains('e-lastrowcell')) {
|
|
2947
|
+
this.lastRowBorder(lastRow, true);
|
|
2948
|
+
}
|
|
2944
2949
|
}
|
|
2945
2950
|
if (isCountRequired(this) && action === 'expand') {
|
|
2946
2951
|
this.dataResults.result = this.getCurrentViewRecords();
|