@syncfusion/ej2-treegrid 31.1.22 → 31.2.5

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 : 31.1.22
3
+ * version : 31.2.5
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-treegrid",
3
- "version": "31.1.22",
3
+ "version": "31.2.5",
4
4
  "description": "Essential JS 2 TreeGrid Component",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -8,10 +8,10 @@
8
8
  "module": "./index.js",
9
9
  "es2015": "./dist/es6/ej2-treegrid.es5.js",
10
10
  "dependencies": {
11
- "@syncfusion/ej2-base": "~31.1.22",
12
- "@syncfusion/ej2-data": "~31.1.17",
13
- "@syncfusion/ej2-grids": "~31.1.22",
14
- "@syncfusion/ej2-popups": "~31.1.20"
11
+ "@syncfusion/ej2-base": "~31.2.5",
12
+ "@syncfusion/ej2-data": "~31.2.5",
13
+ "@syncfusion/ej2-grids": "~31.2.5",
14
+ "@syncfusion/ej2-popups": "~31.2.5"
15
15
  },
16
16
  "devDependencies": {},
17
17
  "keywords": [
@@ -1346,7 +1346,7 @@ var RowDD = /** @class */ (function () {
1346
1346
  this.isaddtoBottom = multiplegrid && this.isDraggedWithChild;
1347
1347
  }
1348
1348
  var dragLength = dragRecords.length;
1349
- if (!isNullOrUndefined(this.parent.idMapping)) {
1349
+ if (!isNullOrUndefined(this.parent.idMapping) || (this.dropPosition === 'bottomSegment' && dragRecords.length > 1 && isNullOrUndefined(this.parent.idMapping))) {
1350
1350
  dragRecords.reverse();
1351
1351
  }
1352
1352
  var _loop_1 = function (i) {