@syncfusion/ej2-treegrid 25.1.41 → 25.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 : 25.1.41
3
+ * version : 25.2.3
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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@25.1.39",
3
+ "_id": "@syncfusion/ej2-treegrid@25.1.42",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-GFkpdP8lfUb4VLMxJctt3XCFdf6fVbCux8qcetuuO58xHzCUmWBw3ZSxH3vpAc5rsgGHAUEz6/CsTCAB6D09Gw==",
5
+ "_integrity": "sha512-SV8Wnkh4Mnz5cl4WjFBdeFCVAC+lCkYxEeL2mQBzRtoO1FWj9UGmAq+4f5iJUppl/Jl1MRNPgL4SuBCUju2Dfw==",
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.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-25.1.39.tgz",
28
- "_shasum": "baf7e1d00ca21c99de30b7e0a7ad4425f7c26834",
27
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-25.1.42.tgz",
28
+ "_shasum": "4745873d8d64cc109146d7b3e6f0012adaa7e676",
29
29
  "_spec": "@syncfusion/ej2-treegrid@*",
30
30
  "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
31
31
  "author": {
@@ -36,10 +36,10 @@
36
36
  },
37
37
  "bundleDependencies": false,
38
38
  "dependencies": {
39
- "@syncfusion/ej2-base": "~25.1.35",
40
- "@syncfusion/ej2-data": "~25.1.35",
41
- "@syncfusion/ej2-grids": "~25.1.41",
42
- "@syncfusion/ej2-popups": "~25.1.41"
39
+ "@syncfusion/ej2-base": "~25.2.3",
40
+ "@syncfusion/ej2-data": "~25.2.3",
41
+ "@syncfusion/ej2-grids": "~25.2.3",
42
+ "@syncfusion/ej2-popups": "~25.2.3"
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": "25.1.41",
69
+ "version": "25.2.3",
70
70
  "sideEffects": false
71
71
  }
@@ -2507,11 +2507,11 @@ var TreeGrid = /** @class */ (function (_super) {
2507
2507
  };
2508
2508
  TreeGrid.prototype.setFrozenCount = function () {
2509
2509
  var persist3 = 'setFrozenCount';
2510
- this.grid["" + persist3].apply(this);
2510
+ this.grid["" + persist3].apply(this.grid);
2511
2511
  };
2512
2512
  TreeGrid.prototype.splitFrozenCount = function (columns) {
2513
2513
  var persist4 = 'splitFrozenCount';
2514
- this.grid["" + persist4].apply(this, [columns]);
2514
+ this.grid["" + persist4].apply(this.grid, [columns]);
2515
2515
  };
2516
2516
  TreeGrid.prototype.isFrozenGrid = function () {
2517
2517
  return this.grid.isFrozenGrid();