@syncfusion/ej2-angular-treegrid 19.3.47 → 19.3.57

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,15 +2,38 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 19.3.55 (2021-11-23)
6
+
7
+ ### Tree Grid
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#I346283` - Resolved "No records to display" issue when scrolling using column Virtualization with sorting.
12
+ - `#I347163` - Resolved checkbox selection is not working properly while using column Virtualization.
13
+ - `#I346278, I346277` - Resolved White space issue when collapsing rows and scrolling down and adding the record using addRecord method in Virtualization.
14
+ - `#F169974` - Resolved deleting parent and child using deleteRecord method.
15
+
16
+ ## 19.3.48 (2021-11-02)
17
+
18
+ ### Tree Grid
19
+
20
+ #### Bug Fixes
21
+
22
+ - `#I342419` - Resolved performing add operation after calling refresh method.
23
+
24
+ ## 19.3.47 (2021-10-26)
25
+
5
26
  ### Tree Grid
6
27
 
7
28
  #### Bug Fixes
8
29
 
30
+ - `#F169151` - Resolved issue in drag and drop to Listbox component.
9
31
  - `#I343484` - Resolved deleting the record by using deleteRow and deleteRecord methods in cellSelection mode.
10
32
  - `#I345435` - Tree Column value shows properly when text wrap is enabled.
11
33
  - `#I343976` - Resolved top records hiding issue on random expand/collapse action when Virtualization enabled.
12
34
  - `#I342822` - Expand and collapse icon shown properly on re ordering column with `enablePersistence` property.
13
35
 
36
+ - `#F169151` - Resolved issue in drag and drop to Listbox component.
14
37
  - `#I343484` - Resolved deleting the record by using deleteRow and deleteRecord methods in cellSelection mode.
15
38
  - `#I343976` - Resolved top records hiding issue on random expand/collapse action when Virtualization enabled.
16
39
  - `#I342822` - Expand and collapse icon shown properly on re ordering column with `enablePersistence` property.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-treegrid.umd.js
3
- * version : 19.3.47
3
+ * version : 19.3.57
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 : 19.3.47
3
+ * version : 19.3.57
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@19.3.46",
3
+ "_id": "@syncfusion/ej2-angular-treegrid@19.3.55",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-9uGuTckXv3kjmxuuLnmRfPrz7IDWhfTG47WsST0sfQHA+T6xhRvSLysEojN+0LVveq8M6gudhuwhxkz1ZEO1nQ==",
5
+ "_integrity": "sha512-XwmEewr3DvECepYbRmdsdab7S/8NBe6oSiFfhlc/BFBazTQRHbHgMvaDiJry4WOaDc+ghvsKAq5mDrvDUhbXeQ==",
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": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-angular-treegrid/-/ej2-angular-treegrid-19.3.46.tgz",
23
- "_shasum": "364222e9616c62ef385108c9d43593d082963723",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-treegrid/-/ej2-angular-treegrid-19.3.55.tgz",
23
+ "_shasum": "5aba17d58de91039ef3b4ab6c7da7691b81b28a4",
24
24
  "_spec": "@syncfusion/ej2-angular-treegrid@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~19.3.47",
35
- "@syncfusion/ej2-base": "~19.3.47",
36
- "@syncfusion/ej2-treegrid": "19.3.47"
34
+ "@syncfusion/ej2-angular-base": "~19.3.55",
35
+ "@syncfusion/ej2-base": "~19.3.56",
36
+ "@syncfusion/ej2-treegrid": "19.3.57"
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": "19.3.47"
68
+ "version": "19.3.57"
69
69
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-treegrid";
2
- export declare const pkgVer = "^19.3.46";
2
+ export declare const pkgVer = "^19.3.55";
3
3
  export declare const moduleName = "TreeGridModule";
4
- export declare const themeVer = "~19.3.46";
4
+ export declare const themeVer = "~19.3.55";
@@ -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 = '^19.3.46';
4
+ exports.pkgVer = '^19.3.55';
5
5
  exports.moduleName = 'TreeGridModule';
6
- exports.themeVer = '~19.3.46';
6
+ exports.themeVer = '~19.3.55';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-treegrid';
2
- export const pkgVer = '^19.3.46';
2
+ export const pkgVer = '^19.3.55';
3
3
  export const moduleName = 'TreeGridModule';
4
- export const themeVer = '~19.3.46';
4
+ export const themeVer = '~19.3.55';
@@ -63,6 +63,7 @@
63
63
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
64
64
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
65
65
  background: transparent;
66
+ color: inherit;
66
67
  }
67
68
 
68
69
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -63,6 +63,7 @@
63
63
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
64
64
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
65
65
  background: transparent;
66
+ color: inherit;
66
67
  }
67
68
 
68
69
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -63,6 +63,7 @@
63
63
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
64
64
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
65
65
  background: transparent;
66
+ color: inherit;
66
67
  }
67
68
 
68
69
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -63,6 +63,7 @@
63
63
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
64
64
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
65
65
  background: transparent;
66
+ color: inherit;
66
67
  }
67
68
 
68
69
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],