@syncfusion/ej2-angular-treegrid 21.1.37-ngcc → 21.1.38-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
@@ -2,18 +2,29 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Tree Grid
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I407372`, `#I449067`, `#I424805` - Fixed console error when dragging and dropping a record and then pressing the tab key.
10
+ - `#I441661` - Fixed incorrect checkbox selection update after selecting a record and collapsing in checkboxOnly mode.
11
+ - `#I449191` - Fixed incorrect cell index selection in the getSelectedRowCellIndexes method when collapsing a record.
12
+ - `#I442710` - Resolved issue of row dropping at the bottom segment (with the last record) not working properly.
13
+ - `#I444506` - Resolved issue of last row border not being added when reordering a row to the last index.
14
+
15
+ - `#I407372`, `#I449067`, `#I424805` - Fixed console error when dragging and dropping a record and then pressing the tab key.
16
+
5
17
  ## 21.1.35 (2023-03-23)
6
18
 
7
19
  ### Tree Grid
8
20
 
9
- #### Features
21
+ #### Breaking Changes
10
22
 
11
- - Provided support for inline editing with virtualization enabled. Please find the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/tree-grid/virtual-scrolling.html).
12
- - `#I323425`, `#I332700`, `#I344742`, `#I375307` - Provided support for frozen column with virtualization enabled.
23
+ - Unnecessary role attributes for Tree Grid row cell and header elements have been removed to enhance accessibility standards.
24
+ - The `td` element for `e-detailcell` in [detail element](https://ej2.syncfusion.com/documentation/treegrid/row/detail-template/) has been only changed from a `td` element to the `th` element to enhance accessibility standards.
13
25
 
14
- - Provided support for inline editing with virtualization enabled. Please find the demo [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/treegrid/virtual-scrolling).
15
- - `#I323425`, `#I332700`, `#I344742`, `#I375307` - Provided support for frozen column with virtualization enabled.
16
- - `#F166825` - Provided support for infinite scrolling with observable binding.
26
+ - Unnecessary role attributes for Tree Grid row cell and header elements have been removed to enhance accessibility standards.
27
+ - The `td` element for `e-detailcell` in [detail element](https://ej2.syncfusion.com/angular/documentation/treegrid/row/detail-template) has been only changed from a `td` element to the `th` element to enhance accessibility standards.
17
28
 
18
29
  ## 20.2.36 (2022-06-30)
19
30
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-treegrid.umd.js
3
- * version : 21.1.37
3
+ * version : 21.1.38
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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 : 21.1.37
3
+ * version : 21.1.38
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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@21.1.35",
3
+ "_id": "@syncfusion/ej2-angular-treegrid@21.1.37",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-woCkd+AqSS1bUAw+mRKEyC+lT7iCHUBwn4chRQhfm3YpfechwPkz8rZ4//r6fC/5bGnHDnFXV4RnDr5tNjbpdw==",
5
+ "_integrity": "sha512-PNDSOrVRM9k9Y5psa8jmcEhKHBQY5YUAjSXVY6my7nv/ZtgPopQ/N3sN3mwlSSh8edzod+VUUmuKB1CDvc48sg==",
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-21.1.35.tgz",
23
- "_shasum": "97ac7f9a7efaa2331fd3077b8b049c332c40514a",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-treegrid/-/ej2-angular-treegrid-21.1.37.tgz",
23
+ "_shasum": "098c47452c9f5c071fce237c8954dab2915015cc",
24
24
  "_spec": "@syncfusion/ej2-angular-treegrid@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.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": "~21.1.37",
35
- "@syncfusion/ej2-base": "~21.1.37",
36
- "@syncfusion/ej2-treegrid": "21.1.37"
34
+ "@syncfusion/ej2-angular-base": "~21.1.38",
35
+ "@syncfusion/ej2-base": "~21.1.38",
36
+ "@syncfusion/ej2-treegrid": "21.1.38"
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": "21.1.37-ngcc"
60
+ "version": "21.1.38-ngcc"
61
61
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-treegrid";
2
- export declare const pkgVer = "^21.1.35";
2
+ export declare const pkgVer = "^21.1.37";
3
3
  export declare const moduleName = "TreeGridModule";
4
- export declare const themeVer = "~21.1.35";
4
+ export declare const themeVer = "~21.1.37";
@@ -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 = '^21.1.37';
4
+ exports.pkgVer = '^21.1.38';
5
5
  exports.moduleName = 'TreeGridModule';
6
- exports.themeVer = '~21.1.37';
6
+ exports.themeVer = '~21.1.38';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-treegrid';
2
- export const pkgVer = '^21.1.37';
2
+ export const pkgVer = '^21.1.38';
3
3
  export const moduleName = 'TreeGridModule';
4
- export const themeVer = '~21.1.37';
4
+ export const themeVer = '~21.1.38';