@syncfusion/ej2-treegrid 33.1.49 → 33.2.3

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 : 33.1.49
3
+ * version : 33.2.3
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": "33.1.49",
3
+ "version": "33.2.3",
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": "~33.1.45",
12
- "@syncfusion/ej2-data": "~33.1.45",
13
- "@syncfusion/ej2-grids": "~33.1.49",
14
- "@syncfusion/ej2-popups": "~33.1.44"
11
+ "@syncfusion/ej2-base": "~33.2.3",
12
+ "@syncfusion/ej2-data": "~33.2.3",
13
+ "@syncfusion/ej2-grids": "~33.2.3",
14
+ "@syncfusion/ej2-popups": "~33.2.3"
15
15
  },
16
16
  "devDependencies": {},
17
17
  "keywords": [
@@ -895,7 +895,7 @@ var TreeGrid = /** @class */ (function (_super) {
895
895
  var portals = 'portals';
896
896
  if (!(_this.isReact && isNullOrUndefined(_this["" + portals]))) {
897
897
  var isGantt = _this['isFromGantt'] && !isNullOrUndefined(_this['root'].clearTemplate) &&
898
- _this['root'].chartRowsModule['isGridRowRefreshed'];
898
+ (_this['root'].chartRowsModule['isGridRowRefreshed'] || _this['root']['registeredTemplate']);
899
899
  if (isGantt) {
900
900
  _this['root'].clearTemplate(args, index, callback);
901
901
  }