@syncfusion/ej2-angular-treegrid 19.3.46 → 19.3.47

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
+ - `#I343484` - Resolved deleting the record by using deleteRow and deleteRecord methods in cellSelection mode.
10
+ - `#I345435` - Tree Column value shows properly when text wrap is enabled.
11
+ - `#I343976` - Resolved top records hiding issue on random expand/collapse action when Virtualization enabled.
12
+ - `#I342822` - Expand and collapse icon shown properly on re ordering column with `enablePersistence` property.
13
+
14
+ - `#I343484` - Resolved deleting the record by using deleteRow and deleteRecord methods in cellSelection mode.
15
+ - `#I343976` - Resolved top records hiding issue on random expand/collapse action when Virtualization enabled.
16
+ - `#I342822` - Expand and collapse icon shown properly on re ordering column with `enablePersistence` property.
17
+
18
+ ## 19.3.46 (2021-10-19)
19
+
20
+ ### Tree Grid
21
+
22
+ #### Bug Fixes
23
+
9
24
  - `#I343755` - Resolved record missing while using single root node with Virtualization and ExpandStateMapping enabled.
10
25
  - `#I335120` - Resolved Deleting child records and creation of duplicate records after row drag and drop performed.
11
26
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-treegrid.umd.js
3
- * version : 19.3.46
3
+ * version : 19.3.47
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.46
3
+ * version : 19.3.47
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.45",
3
+ "_id": "@syncfusion/ej2-angular-treegrid@19.3.46",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-2NcucnmPbhKShjOkK3+F7NNZg3c9QjNC1d+AUuW4uhQugyARqzfGy49MqMfUihXC0g0SKA62Aaza63FchXmR6Q==",
5
+ "_integrity": "sha512-9uGuTckXv3kjmxuuLnmRfPrz7IDWhfTG47WsST0sfQHA+T6xhRvSLysEojN+0LVveq8M6gudhuwhxkz1ZEO1nQ==",
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.45.tgz",
23
- "_shasum": "84882947d4b4bd676f0faa6439fff09b2aff8569",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-angular-treegrid/-/ej2-angular-treegrid-19.3.46.tgz",
23
+ "_shasum": "364222e9616c62ef385108c9d43593d082963723",
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.45",
35
- "@syncfusion/ej2-base": "~19.3.43",
36
- "@syncfusion/ej2-treegrid": "19.3.46"
34
+ "@syncfusion/ej2-angular-base": "~19.3.47",
35
+ "@syncfusion/ej2-base": "~19.3.47",
36
+ "@syncfusion/ej2-treegrid": "19.3.47"
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.46"
68
+ "version": "19.3.47"
69
69
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-treegrid";
2
- export declare const pkgVer = "^19.3.45";
2
+ export declare const pkgVer = "^19.3.46";
3
3
  export declare const moduleName = "TreeGridModule";
4
- export declare const themeVer = "~19.3.45";
4
+ export declare const themeVer = "~19.3.46";
@@ -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.45';
4
+ exports.pkgVer = '^19.3.46';
5
5
  exports.moduleName = 'TreeGridModule';
6
- exports.themeVer = '~19.3.45';
6
+ exports.themeVer = '~19.3.46';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-treegrid';
2
- export const pkgVer = '^19.3.45';
2
+ export const pkgVer = '^19.3.46';
3
3
  export const moduleName = 'TreeGridModule';
4
- export const themeVer = '~19.3.45';
4
+ export const themeVer = '~19.3.46';
@@ -270,7 +270,7 @@
270
270
 
271
271
  .e-treegrid .e-treecell {
272
272
  display: table-cell;
273
- line-height: 10px;
273
+ line-height: normal;
274
274
  }
275
275
 
276
276
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -271,7 +271,7 @@
271
271
 
272
272
  .e-treegrid .e-treecell {
273
273
  display: table-cell;
274
- line-height: 10px;
274
+ line-height: normal;
275
275
  }
276
276
 
277
277
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -311,7 +311,7 @@
311
311
 
312
312
  .e-treegrid .e-treecell {
313
313
  display: table-cell;
314
- line-height: 10px;
314
+ line-height: normal;
315
315
  }
316
316
 
317
317
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -303,7 +303,7 @@
303
303
 
304
304
  .e-treegrid .e-treecell {
305
305
  display: table-cell;
306
- line-height: 18px;
306
+ line-height: normal;
307
307
  }
308
308
 
309
309
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -303,7 +303,7 @@
303
303
 
304
304
  .e-treegrid .e-treecell {
305
305
  display: table-cell;
306
- line-height: 18px;
306
+ line-height: normal;
307
307
  }
308
308
 
309
309
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -244,7 +244,7 @@
244
244
 
245
245
  .e-treegrid .e-treecell {
246
246
  display: table-cell;
247
- line-height: 10px;
247
+ line-height: normal;
248
248
  }
249
249
 
250
250
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
package/styles/fabric.css CHANGED
@@ -237,7 +237,7 @@
237
237
 
238
238
  .e-treegrid .e-treecell {
239
239
  display: table-cell;
240
- line-height: 10px;
240
+ line-height: normal;
241
241
  }
242
242
 
243
243
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -254,7 +254,7 @@
254
254
 
255
255
  .e-treegrid .e-treecell {
256
256
  display: table-cell;
257
- line-height: 10px;
257
+ line-height: normal;
258
258
  }
259
259
 
260
260
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -254,7 +254,7 @@
254
254
 
255
255
  .e-treegrid .e-treecell {
256
256
  display: table-cell;
257
- line-height: 10px;
257
+ line-height: normal;
258
258
  }
259
259
 
260
260
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -280,7 +280,7 @@
280
280
 
281
281
  .e-treegrid .e-treecell {
282
282
  display: table-cell;
283
- line-height: 10px;
283
+ line-height: normal;
284
284
  }
285
285
 
286
286
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -315,7 +315,7 @@
315
315
 
316
316
  .e-treegrid .e-treecell {
317
317
  display: table-cell;
318
- line-height: 10px;
318
+ line-height: normal;
319
319
  }
320
320
 
321
321
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -307,7 +307,7 @@
307
307
 
308
308
  .e-treegrid .e-treecell {
309
309
  display: table-cell;
310
- line-height: 18px;
310
+ line-height: normal;
311
311
  }
312
312
 
313
313
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -307,7 +307,7 @@
307
307
 
308
308
  .e-treegrid .e-treecell {
309
309
  display: table-cell;
310
- line-height: 18px;
310
+ line-height: normal;
311
311
  }
312
312
 
313
313
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -270,7 +270,7 @@
270
270
 
271
271
  .e-treegrid .e-treecell {
272
272
  display: table-cell;
273
- line-height: 10px;
273
+ line-height: normal;
274
274
  }
275
275
 
276
276
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -271,7 +271,7 @@
271
271
 
272
272
  .e-treegrid .e-treecell {
273
273
  display: table-cell;
274
- line-height: 10px;
274
+ line-height: normal;
275
275
  }
276
276
 
277
277
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -311,7 +311,7 @@
311
311
 
312
312
  .e-treegrid .e-treecell {
313
313
  display: table-cell;
314
- line-height: 10px;
314
+ line-height: normal;
315
315
  }
316
316
 
317
317
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -303,7 +303,7 @@
303
303
 
304
304
  .e-treegrid .e-treecell {
305
305
  display: table-cell;
306
- line-height: 18px;
306
+ line-height: normal;
307
307
  }
308
308
 
309
309
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -303,7 +303,7 @@
303
303
 
304
304
  .e-treegrid .e-treecell {
305
305
  display: table-cell;
306
- line-height: 18px;
306
+ line-height: normal;
307
307
  }
308
308
 
309
309
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -244,7 +244,7 @@
244
244
 
245
245
  .e-treegrid .e-treecell {
246
246
  display: table-cell;
247
- line-height: 10px;
247
+ line-height: normal;
248
248
  }
249
249
 
250
250
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -237,7 +237,7 @@
237
237
 
238
238
  .e-treegrid .e-treecell {
239
239
  display: table-cell;
240
- line-height: 10px;
240
+ line-height: normal;
241
241
  }
242
242
 
243
243
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -254,7 +254,7 @@
254
254
 
255
255
  .e-treegrid .e-treecell {
256
256
  display: table-cell;
257
- line-height: 10px;
257
+ line-height: normal;
258
258
  }
259
259
 
260
260
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -254,7 +254,7 @@
254
254
 
255
255
  .e-treegrid .e-treecell {
256
256
  display: table-cell;
257
- line-height: 10px;
257
+ line-height: normal;
258
258
  }
259
259
 
260
260
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -280,7 +280,7 @@
280
280
 
281
281
  .e-treegrid .e-treecell {
282
282
  display: table-cell;
283
- line-height: 10px;
283
+ line-height: normal;
284
284
  }
285
285
 
286
286
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -315,7 +315,7 @@
315
315
 
316
316
  .e-treegrid .e-treecell {
317
317
  display: table-cell;
318
- line-height: 10px;
318
+ line-height: normal;
319
319
  }
320
320
 
321
321
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -307,7 +307,7 @@
307
307
 
308
308
  .e-treegrid .e-treecell {
309
309
  display: table-cell;
310
- line-height: 18px;
310
+ line-height: normal;
311
311
  }
312
312
 
313
313
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {
@@ -307,7 +307,7 @@
307
307
 
308
308
  .e-treegrid .e-treecell {
309
309
  display: table-cell;
310
- line-height: 18px;
310
+ line-height: normal;
311
311
  }
312
312
 
313
313
  .e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container {