@syncfusion/ej2-angular-treegrid 20.2.37-ngcc → 20.2.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
@@ -6,6 +6,21 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#I379658` - Remote data aggregate renders properly while on expand/collapse.
10
+ - `#I381526` - Checkbox column selection works properly when multiple hierarchy level record with filtering, searching actions performed.
11
+ - `#I383115`, `#F175737` - Resolved data repeats when we set dataSource through set timeout or created event and also while changing dataSource with virtualization.
12
+ - `#I372485` - `addRecord` method works properly while adding as in between row with infinite scrolling enabled.
13
+
14
+ - `#I381526` - Checkbox column selection works properly when multiple hierarchy level record with filtering, searching actions performed.
15
+ - `#I383115`, `#F175737` - Resolved data repeats when we set dataSource through set timeout or created event and also while changing dataSource with virtualization.
16
+ - `#I372485` - `addRecord` method works properly while adding as in between row with infinite scrolling enabled.
17
+
18
+ ## 20.2.36 (2022-06-30)
19
+
20
+ ### Tree Grid
21
+
22
+ #### Bug fixes
23
+
9
24
  - `#I379907` - Resolved editing for the dropdown edit type column with state persistence enabled.
10
25
 
11
26
  #### Features
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-treegrid.umd.js
3
- * version : 20.2.36
3
+ * version : 20.2.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 : 20.2.36
3
+ * version : 20.2.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,28 +1,28 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-angular-treegrid@20.2.36-ngcc",
3
- "_id": "@syncfusion/ej2-angular-treegrid@20.2.36-ngcc",
2
+ "_from": "@syncfusion/ej2-angular-treegrid@*",
3
+ "_id": "@syncfusion/ej2-angular-treegrid@20.2.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-OjNBRnevq7kAoCX1WYi09hHUKY8qugNrYL7K/Io7BwaY8+swHu0hwPOMLKToCQ3gM7jvt2Id9q9R8M4+nifZxA==",
5
+ "_integrity": "sha512-YZqvKRhngj2UQ4LlSUoi9iR+4xt+b90Mxledz/+UoLq00sSaurMLBVzW+4J21EcLqafNuQ6+4cI87ZomEeZENA==",
6
6
  "_location": "/@syncfusion/ej2-angular-treegrid",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
9
- "type": "version",
9
+ "type": "range",
10
10
  "registry": true,
11
- "raw": "@syncfusion/ej2-angular-treegrid@20.2.36-ngcc",
11
+ "raw": "@syncfusion/ej2-angular-treegrid@*",
12
12
  "name": "@syncfusion/ej2-angular-treegrid",
13
13
  "escapedName": "@syncfusion%2fej2-angular-treegrid",
14
14
  "scope": "@syncfusion",
15
- "rawSpec": "20.2.36-ngcc",
15
+ "rawSpec": "*",
16
16
  "saveSpec": null,
17
- "fetchSpec": "20.2.36-ngcc"
17
+ "fetchSpec": "*"
18
18
  },
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://registry.npmjs.org/@syncfusion/ej2-angular-treegrid/-/ej2-angular-treegrid-20.2.36-ngcc.tgz",
23
- "_shasum": "ba59f8aae2f8ab2bc22dfe583a02cf36a773fe33",
24
- "_spec": "@syncfusion/ej2-angular-treegrid@20.2.36-ngcc",
25
- "_where": "D:\\june 2022\\New folder",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-treegrid/-/ej2-angular-treegrid-20.2.36.tgz",
23
+ "_shasum": "e8839a4f9573ab3aec6db64a9e386ccbf268e0ba",
24
+ "_spec": "@syncfusion/ej2-angular-treegrid@*",
25
+ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.2.36",
35
- "@syncfusion/ej2-base": "~20.2.36",
36
- "@syncfusion/ej2-treegrid": "20.2.36"
34
+ "@syncfusion/ej2-angular-base": "~20.2.38",
35
+ "@syncfusion/ej2-base": "~20.2.38",
36
+ "@syncfusion/ej2-treegrid": "20.2.38"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 TreeGrid Component for Angular",
@@ -65,5 +65,5 @@
65
65
  "schematics": "./schematics/collection.json",
66
66
  "sideEffects": false,
67
67
  "typings": "ej2-angular-treegrid.d.ts",
68
- "version": "20.2.37-ngcc"
69
- }
68
+ "version": "20.2.38-ngcc"
69
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "$id": "EJ2SchemaTemplateID",
3
+ "id": "treegrid-default",
4
4
  "title": "treegrid-default",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,6 +120,5 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ],
124
- "id": "treegrid-default"
123
+ ]
125
124
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "$id": "EJ2SchemaTemplateID",
3
+ "id": "treegrid-feature",
4
4
  "title": "treegrid-feature",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,6 +120,5 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ],
124
- "id": "treegrid-feature"
123
+ ]
125
124
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-treegrid";
2
- export declare const pkgVer = "^18.23.3";
2
+ export declare const pkgVer = "^20.2.36";
3
3
  export declare const moduleName = "TreeGridModule";
4
- export declare const themeVer = "~18.23.3";
4
+ export declare const themeVer = "~20.2.36";
@@ -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 = '^18.23.3';
4
+ exports.pkgVer = '^20.2.38';
5
5
  exports.moduleName = 'TreeGridModule';
6
- exports.themeVer = '~18.23.3';
6
+ exports.themeVer = '~20.2.38';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-treegrid';
2
- export const pkgVer = '^18.23.3';
2
+ export const pkgVer = '^20.2.38';
3
3
  export const moduleName = 'TreeGridModule';
4
- export const themeVer = '~18.23.3';
4
+ export const themeVer = '~20.2.38';