@syncfusion/ej2-angular-treegrid 27.2.3 → 28.1.33

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
@@ -4,63 +4,6 @@
4
4
 
5
5
  ### Tree Grid
6
6
 
7
- #### Bug Fixes
8
-
9
- - `#I643179` - Keyboard selection with up and down key scroll actions now working properly when virtualization is enabled.
10
-
11
- ## 27.2.2 (2024-11-15)
12
-
13
- ### Tree Grid
14
-
15
- #### Bug Fixes
16
-
17
- - `#I644706` - Resolved issues related to cell editing when virtualization is enabled.
18
- - `#I646360` - `Dialog` now renders properly when both the template column and detail template are enabled in Tree Grid.
19
- - `#I644696` - Page refreshes now prevented when adding a record on the last page with virtualization enabled.
20
-
21
- ## 27.1.56 (2024-10-23)
22
-
23
- ### Tree Grid
24
-
25
- #### Bug Fixes
26
-
27
- - `#F61285` - Resolved an issue with unwanted mouse wheel scrolling during row drag and drop operations.
28
-
29
- ## 27.1.55 (2024-10-22)
30
-
31
- ### Tree Grid
32
-
33
- #### Bug Fixes
34
-
35
- - `#I625060` - Fixed an issue where the delete action would not function correctly when the expand/collapse icon was clicked repeatedly.
36
- - `F61804` - Fixed an issue where the selection was not clearing when a checkbox was selected and the row was expanded.
37
- - `#I637870` - White space when expand and collapse action issue has been fixed.
38
-
39
- - `F61804` - Fixed an issue where the selection was not clearing when a checkbox was selected and the row was expanded.
40
-
41
- ## 27.1.53 (2024-10-15)
42
-
43
- ### Tree Grid
44
-
45
- #### Bug Fixes
46
-
47
- - `#F61461` - Fixed an issue where the scroll position was not maintained correctly when using `enablePersistence`.
48
- - `#I635845` - The alignment issue with aggregates and treegrid columns has been fixed when `allowResizing` and `frozenColumns` are enabled.
49
-
50
- - `#I635845` - The alignment issue with aggregates and treegrid columns has been fixed when `allowResizing` and `frozenColumns` are enabled.
51
-
52
- ## 27.1.51 (2024-09-30)
53
-
54
- ### Tree Grid
55
-
56
- #### Bug Fixes
57
-
58
- - `#I632368` - Last record removed during virtual scroll issue has been fixed.
59
-
60
- ## 27.1.48 (2024-09-18)
61
-
62
- ### Tree Grid
63
-
64
7
  #### Features
65
8
 
66
9
  - `#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).
package/README.md CHANGED
@@ -35,9 +35,9 @@ ng new my-app
35
35
  cd my-app
36
36
  ```
37
37
 
38
- ### Adding Syncfusion Tree Grid package
38
+ ### Adding Syncfusion<sup>®</sup> Tree Grid package
39
39
 
40
- All Syncfusion angular packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install angular tree grid package, use the following command.
40
+ All Syncfusion<sup>®</sup> angular packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install angular tree grid package, use the following command.
41
41
 
42
42
  ```bash
43
43
  ng add @syncfusion/ej2-angular-treegrid
@@ -47,13 +47,13 @@ The above command does the below configuration to your Angular app.
47
47
 
48
48
  * Adds `@syncfusion/ej2-angular-treegrid` package and its peer dependencies to your `package.json` file.
49
49
  * Imports the `TreeGridModule` in your application module `app.module.ts`.
50
- * Registers the Syncfusion UI default theme (material) in the `angular.json` file.
50
+ * Registers the Syncfusion<sup>®</sup> UI default theme (material) in the `angular.json` file.
51
51
 
52
- This makes it easy to add the Syncfusion Angular TreeGrid module to your project and start using it in your application.
52
+ This makes it easy to add the Syncfusion<sup>®</sup> Angular TreeGrid module to your project and start using it in your application.
53
53
 
54
54
  ### Add Tree Grid Component
55
55
 
56
- In **src/app/app.component.ts**, use `<ejs-treegrid>` selector in `template` attribute of `@Component` directive to render the Syncfusion Angular TreeGrid component.
56
+ In **src/app/app.component.ts**, use `<ejs-treegrid>` selector in `template` attribute of `@Component` directive to render the Syncfusion<sup>®</sup> Angular TreeGrid component.
57
57
 
58
58
  ```typescript
59
59
  import { Component, OnInit } from '@angular/core';
@@ -140,7 +140,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
140
140
 
141
141
  ## License and copyright
142
142
 
143
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
143
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
144
144
 
145
145
  > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
146
146
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-treegrid@*",
3
- "_id": "@syncfusion/ej2-angular-treegrid@27.2.2",
3
+ "_id": "@syncfusion/ej2-angular-treegrid@20.12.1",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-lWPTrwYpV2rHNCwPxGqIq7m/RQtBSBD8VouIVB+cb67svTiCdbARrxLPqdKoYttMlfh5AaWjfit2Z3KDZHwnlg==",
5
+ "_integrity": "sha512-EoyVDMSUwd1gNgfgPkGvjEWk+wDe9W77HZ2focWiQmKobY+9ZqMkm8cc9eGEqgABu1sLdtbEGd077wj9avbJmQ==",
6
6
  "_location": "/@syncfusion/ej2-angular-treegrid",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-treegrid/-/ej2-angular-treegrid-27.2.2.tgz",
23
- "_shasum": "45618698ecae929b318692b970005734cdaae933",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-treegrid/-/ej2-angular-treegrid-20.12.1.tgz",
23
+ "_shasum": "77ff9847c34f727e72b0610871336d2fc7aa3d04",
24
24
  "_spec": "@syncfusion/ej2-angular-treegrid@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_28.1.1/ivypackages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,12 +31,13 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~27.2.2",
35
- "@syncfusion/ej2-base": "~27.2.2",
36
- "@syncfusion/ej2-treegrid": "27.2.3"
34
+ "@syncfusion/ej2-angular-base": "~28.1.33",
35
+ "@syncfusion/ej2-base": "~28.1.33",
36
+ "@syncfusion/ej2-treegrid": "28.1.33"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 TreeGrid Component for Angular",
40
+ "devDependencies": {},
40
41
  "es2020": "fesm2020/syncfusion-ej2-angular-treegrid.mjs",
41
42
  "esm2020": "esm2020/syncfusion-ej2-angular-treegrid.mjs",
42
43
  "exports": {
@@ -85,5 +86,5 @@
85
86
  "schematics": "./schematics/collection.json",
86
87
  "sideEffects": false,
87
88
  "typings": "syncfusion-ej2-angular-treegrid.d.ts",
88
- "version": "27.2.3"
89
+ "version": "28.1.33"
89
90
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-treegrid";
2
- export declare const pkgVer = "^27.2.2";
2
+ export declare const pkgVer = "^20.12.1";
3
3
  export declare const moduleName = "TreeGridModule";
4
- export declare const themeVer = "~27.2.2";
4
+ export declare const themeVer = "~20.12.1";
@@ -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 = '^27.2.3';
4
+ exports.pkgVer = '^28.1.33';
5
5
  exports.moduleName = 'TreeGridModule';
6
- exports.themeVer = '~27.2.3';
6
+ exports.themeVer = '~28.1.33';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-treegrid';
2
- export const pkgVer = '^27.2.3';
2
+ export const pkgVer = '^28.1.33';
3
3
  export const moduleName = 'TreeGridModule';
4
- export const themeVer = '~27.2.3';
4
+ export const themeVer = '~28.1.33';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-treegrid/styles/bds-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-treegrid/styles/bds-lite.scss';
package/styles/bds.css ADDED
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-treegrid/styles/bds.css';
@@ -0,0 +1 @@
1
+ @import 'treegrid/bds.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-treegrid/styles/tailwind3-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-treegrid/styles/tailwind3-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-treegrid/styles/tailwind3.css';
@@ -0,0 +1 @@
1
+ @import 'treegrid/tailwind3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-treegrid/styles/treegrid/bds.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-treegrid/styles/treegrid/bds.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-treegrid/styles/treegrid/tailwind3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-treegrid/styles/treegrid/tailwind3.scss';