@syncfusion/ej2-angular-treegrid 19.4.41 → 19.4.42

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,6 +2,29 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Tree Grid
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#SF-355817` - Resolved 'No records to display' issue while changing datasource when treeColumnIndex enabled for column template.
10
+
11
+ ## 19.4.41 (2022-01-04)
12
+
13
+ ### Tree Grid
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#F171247` - Resolved first row hiding issue in iOS device while using virtualization.
18
+
19
+ ## 19.4.40 (2021-12-28)
20
+
21
+ ### Tree Grid
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#I348232` - Resolved expanding and collapsing the records clearing the selection in checkbox selection while using virtualization.
26
+ - `#I349138` - The expand / collapse state on excel exported file works fine.
27
+
5
28
  ## 19.4.38 (2021-12-17)
6
29
 
7
30
  ### Tree Grid
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-treegrid.umd.js
3
- * version : 19.4.41
3
+ * version : 19.4.42
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.4.41
3
+ * version : 19.4.42
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.4.38",
3
+ "_id": "@syncfusion/ej2-angular-treegrid@19.4.41",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-ZW92LAaW+2PgeiI9IavfH7KY13FKHwHxPMKX2Vh6t9lDh7D/Fj/giWjpTrUN8ukzJwKP1HiClFzUmMJTKtVPTg==",
5
+ "_integrity": "sha512-UTQBe5XU9iOLD6scqyj/1GUyQo6mbqAlafZFIK379hYcj3wALNJu0T3MVcczVenX0Mp4AdPy74tJzPVXXKDZgQ==",
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-new/@syncfusion/ej2-angular-treegrid/-/ej2-angular-treegrid-19.4.38.tgz",
23
- "_shasum": "305dc0c7f7c3c03499c608dae93ef737b2238a73",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-treegrid/-/ej2-angular-treegrid-19.4.41.tgz",
23
+ "_shasum": "18454108255ed07ce03aeb89c7454a3de324015f",
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.4.41",
35
- "@syncfusion/ej2-base": "~19.4.38",
36
- "@syncfusion/ej2-treegrid": "19.4.41"
34
+ "@syncfusion/ej2-angular-base": "~19.4.42",
35
+ "@syncfusion/ej2-base": "~19.4.42",
36
+ "@syncfusion/ej2-treegrid": "19.4.42"
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.4.41"
68
+ "version": "19.4.42"
69
69
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-treegrid";
2
- export declare const pkgVer = "^19.4.38";
2
+ export declare const pkgVer = "^19.4.41";
3
3
  export declare const moduleName = "TreeGridModule";
4
- export declare const themeVer = "~19.4.38";
4
+ export declare const themeVer = "~19.4.41";
@@ -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.4.38';
4
+ exports.pkgVer = '^19.4.41';
5
5
  exports.moduleName = 'TreeGridModule';
6
- exports.themeVer = '~19.4.38';
6
+ exports.themeVer = '~19.4.41';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-treegrid';
2
- export const pkgVer = '^19.4.38';
2
+ export const pkgVer = '^19.4.41';
3
3
  export const moduleName = 'TreeGridModule';
4
- export const themeVer = '~19.4.38';
4
+ export const themeVer = '~19.4.41';
@@ -63,7 +63,6 @@
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;
67
66
  }
68
67
 
69
68
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -165,6 +164,7 @@
165
164
  }
166
165
  }
167
166
 
167
+ /*! Toolbar's bootstrap5 theme wise override definitions and variables */
168
168
  .e-treegrid .e-treegridexpand::before,
169
169
  .e-treegrid .e-treegridcollapse::before {
170
170
  content: '\e75c';
@@ -63,7 +63,6 @@
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;
67
66
  }
68
67
 
69
68
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -165,6 +164,7 @@
165
164
  }
166
165
  }
167
166
 
167
+ /*! Toolbar's bootstrap5 theme wise override definitions and variables */
168
168
  .e-treegrid .e-treegridexpand::before,
169
169
  .e-treegrid .e-treegridcollapse::before {
170
170
  content: '\e75c';
@@ -63,7 +63,6 @@
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;
67
66
  }
68
67
 
69
68
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -165,6 +164,7 @@
165
164
  }
166
165
  }
167
166
 
167
+ /*! Toolbar's bootstrap5 theme wise override definitions and variables */
168
168
  .e-treegrid .e-treegridexpand::before,
169
169
  .e-treegrid .e-treegridcollapse::before {
170
170
  content: '\e75c';
@@ -63,7 +63,6 @@
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;
67
66
  }
68
67
 
69
68
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -165,6 +164,7 @@
165
164
  }
166
165
  }
167
166
 
167
+ /*! Toolbar's bootstrap5 theme wise override definitions and variables */
168
168
  .e-treegrid .e-treegridexpand::before,
169
169
  .e-treegrid .e-treegridcollapse::before {
170
170
  content: '\e75c';