@syncfusion/ej2-angular-treegrid 23.1.43-ngcc → 23.2.4-ngcc

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 CHANGED
@@ -6,6 +6,19 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I511389` - Fixed an issue where the expand all/collapse all functionality was not working correctly when the `EnableCollapseAll` property enabled in the virtualization feature.
10
+ - `#I507506` - Fixed an issue where the template was not rendered when using frozen columns in a treegrid.
11
+ - `#I512641` - Fixed the issue where the header checkbox was not functioning correctly in the checkbox column.
12
+ - `#I520059` - Fixed an issue where the clipboard functionality (Copy/Paste) on excel would paste hidden column values when selecting a row.
13
+
14
+ - `#I512641` - Fixed the issue where the header checkbox was not functioning correctly in the checkbox column.
15
+
16
+ ## 23.1.43 (2023-10-31)
17
+
18
+ ### TreeGrid
19
+
20
+ #### Bug Fixes
21
+
9
22
  - `#I499002` - Fixed a bug where a script error would occur when editing and focusing out on a record.
10
23
  - `#I502660` - Fixed issue with external filter not working properly when using virtualization feature.
11
24
 
@@ -43,6 +56,26 @@
43
56
  | `getMovableDataRows()` <br> `getFrozenRightDataRows()` | These methods return the viewport data rows for the freeze, movable tables separately. | This method, will return the entire viewport data rows. | `getDataRows()` |
44
57
  | `getMovableColumnHeaderByIndex()` <br> `getFrozenRightColumnHeaderByIndex()` <br> `getFrozenLeftColumnHeaderByIndex()` | These methods select the movable, right freeze, and left freeze headers from the table separately. | No change | `getColumnHeaderByIndex`() |
45
58
 
59
+ ### TreeGrid
60
+
61
+ #### Features
62
+
63
+ - `#I341079` - Provided support for exporting data to PDF, CSV, and Excel formats using server-side functionality. Please find the demo [here](https://ej2.syncfusion.com/aspnetcore/TreeGrid/ServerSideExporting#/material3).
64
+ - Added support for the new `fixed` mode within the `freeze` property of column settings. When a column is set as `fixed`, it will stay within the viewport during horizontal scrolling, enhancing the user experience with improved visibility and efficiency.
65
+
66
+ #### Breaking changes
67
+
68
+ - Optimized the frozen columns feature in Tree Grid and thus changed the dom structure of tree grid from two table to single table architecture. Also, the following methods have been deprecated, and it's recommended to use the following alternatives instead.
69
+
70
+ | Deprecated Methods | Previous | Current | Suggested Alternative Methods |
71
+ |---|---|---|---|
72
+ | | `getMoavableRows` | This method returns only the movable table rows `(tr's)`. | This method will return all table rows `(tr's)` of the entire table. The movable cells within the tr element can be selected using the `e-unfreeze` class. | `getRows()` | |
73
+ | `getFrozenRightRows()` | This method returns only the table rows `(tr's)` from the freeze right table. | This method will return all the rows `(tr’s)` of the entire table. The frozen right cells can be selected using the `e-rightfreeze` class. | `getRows()` |
74
+ | `getMovableRowByIndex()` <br> `getFrozenRightRowByIndex()` | * `getMovableRowByIndex` - select a movable row <br> *`getFrozenRightRowByIndex` - select a right freeze row. | This method will return the table row `(tr)` based on the given index. Additionally, class names for table cells `(td's)` have been separated as follows: <br> * Left-Freeze: `e-leftfreeze` <br> * Movable: `e-unfreeze` <br> | `getRowByIndex()` |
75
+ | `getMovableCellFromIndex()` <br> `getFrozenRightCellFromIndex()` | * `getMovableCellFromIndex()` - select a particular cell in the movable table. <br> *`getFrozenRightCellFromIndex()` - select a particular cell in the right freeze table. | No change | `getCellFromIndex()` |
76
+ | `getMovableDataRows()` <br> `getFrozenRightDataRows()` | These methods return the viewport data rows for the freeze, movable tables separately. | This method, will return the entire viewport data rows. | `getDataRows()` |
77
+ | `getMovableColumnHeaderByIndex()` <br> `getFrozenRightColumnHeaderByIndex()` <br> `getFrozenLeftColumnHeaderByIndex()` | These methods select the movable, right freeze, and left freeze headers from the table separately. | No change | `getColumnHeaderByIndex`() |
78
+
46
79
  ## 20.2.36 (2022-06-30)
47
80
 
48
81
  ### Tree Grid
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-treegrid.umd.js
3
- * version : 23.1.43
3
+ * version : 23.2.4
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-treegrid.umd.min.js
3
- * version : 23.1.43
3
+ * version : 23.2.4
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-angular-treegrid@*",
3
- "_id": "@syncfusion/ej2-angular-treegrid@23.1.39",
3
+ "_id": "@syncfusion/ej2-angular-treegrid@23.1.43",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-1EurAGnIaMdPtpWeiRG00j5HL/ZuxfLyuvEGOYvbJjxTWmA5JEPjQ1dQjS0yDg6r8l3baLbFz/VhJ4gUcP4cUw==",
5
+ "_integrity": "sha512-qxcEvzdn5jm+6aBWtUTu+eCZf/7nRijeVPMrn4bkWuOTKJX86dwhTpEBoesxtu968P05ajSFLOELY6P16pwnkA==",
6
6
  "_location": "/@syncfusion/ej2-angular-treegrid",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-treegrid/-/ej2-angular-treegrid-23.1.39.tgz",
23
- "_shasum": "45cf15c980e79279aec7464c90824dd86291a75c",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-treegrid/-/ej2-angular-treegrid-23.1.43.tgz",
23
+ "_shasum": "5b50ab7a998967b52003bd2b066832ce604cd4f7",
24
24
  "_spec": "@syncfusion/ej2-angular-treegrid@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~23.1.43",
35
- "@syncfusion/ej2-base": "~23.1.41",
36
- "@syncfusion/ej2-treegrid": "23.1.43"
34
+ "@syncfusion/ej2-angular-base": "~23.2.4",
35
+ "@syncfusion/ej2-base": "~23.2.4",
36
+ "@syncfusion/ej2-treegrid": "23.2.4"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 TreeGrid Component for Angular",
@@ -57,5 +57,5 @@
57
57
  "schematics": "./schematics/collection.json",
58
58
  "sideEffects": false,
59
59
  "typings": "ej2-angular-treegrid.d.ts",
60
- "version": "23.1.43-ngcc"
60
+ "version": "23.2.4-ngcc"
61
61
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-treegrid";
2
- export declare const pkgVer = "^23.1.39";
2
+ export declare const pkgVer = "^23.1.43";
3
3
  export declare const moduleName = "TreeGridModule";
4
- export declare const themeVer = "~23.1.39";
4
+ export declare const themeVer = "~23.1.43";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-treegrid';
4
- exports.pkgVer = '^23.1.43';
4
+ exports.pkgVer = '^23.2.4';
5
5
  exports.moduleName = 'TreeGridModule';
6
- exports.themeVer = '~23.1.43';
6
+ exports.themeVer = '~23.2.4';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-treegrid';
2
- export const pkgVer = '^23.1.43';
2
+ export const pkgVer = '^23.2.4';
3
3
  export const moduleName = 'TreeGridModule';
4
- export const themeVer = '~23.1.43';
4
+ export const themeVer = '~23.2.4';