@syncfusion/ej2-angular-grids 20.4.51-ngcc → 20.4.52-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,16 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I429268` - Script error thrown on state change, with row template button click has been fixed.
10
+ - `#I436447` - Improvement in Excel Filter search action and Custom Filter Dialog has been done.
11
+ - `#I439694` - Resolved the issue where selecting columns in column chooser or navigating through columns was not being highlighted.
12
+
13
+ ## 20.4.51 (2023-02-21)
14
+
15
+ ### Grid
16
+
17
+ #### Bug Fixes
18
+
9
19
  - `#I438353` - Fixed the issue where column reordering was not working properly in the grid when using stacked headers with some columns set to visible false.
10
20
  - `#I436131` - Fixed the issue where resize was not working properly in the frozen columns.
11
21
  - `#I435246`, `#I298601` - Fixed the issue where checkbox selection was not working in the custom binding after performing searching.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-grids.umd.js
3
- * version : 20.4.51
3
+ * version : 20.4.52
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-grids.umd.min.js
3
- * version : 20.4.51
3
+ * version : 20.4.52
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-grids@*",
3
- "_id": "@syncfusion/ej2-angular-grids@20.4.50",
3
+ "_id": "@syncfusion/ej2-angular-grids@20.4.51",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-HSCkHbMtvqEoHFHXskcrgyAkHkmADIoZ4oP1l3Jie4zZN3iaqlKF0HGrqCssLMxRlS8iVjPuka/X+QHF1QUNbQ==",
5
+ "_integrity": "sha512-ShKZmlU28i2RE1yQUVdbHrFguoMegIw5Sg334kyXVXGmnv/4Y6qDpTtQt2AP4t1rB4nwjf5j/69+uRXFD3ewEg==",
6
6
  "_location": "/@syncfusion/ej2-angular-grids",
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-grids/-/ej2-angular-grids-20.4.50.tgz",
23
- "_shasum": "0e4903fc0466989f9f3e25339571a24a472cbd45",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-20.4.51.tgz",
23
+ "_shasum": "4b2667625a01469d79d14aa116e2545d41d259c1",
24
24
  "_spec": "@syncfusion/ej2-angular-grids@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.4.48",
34
+ "@syncfusion/ej2-angular-base": "~20.4.52",
35
35
  "@syncfusion/ej2-base": "~20.4.51",
36
- "@syncfusion/ej2-grids": "20.4.51"
36
+ "@syncfusion/ej2-grids": "20.4.52"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
@@ -58,5 +58,5 @@
58
58
  "schematics": "./schematics/collection.json",
59
59
  "sideEffects": false,
60
60
  "typings": "ej2-angular-grids.d.ts",
61
- "version": "20.4.51-ngcc"
61
+ "version": "20.4.52-ngcc"
62
62
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-grids";
2
- export declare const pkgVer = "^20.4.50";
2
+ export declare const pkgVer = "^20.4.51";
3
3
  export declare const moduleName = "GridModule, PagerModule";
4
- export declare const themeVer = "~20.4.50";
4
+ export declare const themeVer = "~20.4.51";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-grids';
4
- exports.pkgVer = '^20.4.51';
4
+ exports.pkgVer = '^20.4.52';
5
5
  exports.moduleName = 'GridModule, PagerModule';
6
- exports.themeVer = '~20.4.51';
6
+ exports.themeVer = '~20.4.52';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-grids';
2
- export const pkgVer = '^20.4.51';
2
+ export const pkgVer = '^20.4.52';
3
3
  export const moduleName = 'GridModule, PagerModule';
4
- export const themeVer = '~20.4.51';
4
+ export const themeVer = '~20.4.52';
@@ -4505,7 +4505,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4505
4505
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4506
4506
  border-right: 0 #484848 solid;
4507
4507
  }
4508
- .e-grid .e-ftrchk.e-chkfocus {
4508
+ .e-grid .e-ftrchk.e-chkfocus,
4509
+ .e-grid li.e-cclist.e-colfocus {
4509
4510
  background-color: #393939;
4510
4511
  }
4511
4512
 
@@ -4506,7 +4506,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4506
4506
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4507
4507
  border-right: 0 #ddd solid;
4508
4508
  }
4509
- .e-grid .e-ftrchk.e-chkfocus {
4509
+ .e-grid .e-ftrchk.e-chkfocus,
4510
+ .e-grid li.e-cclist.e-colfocus {
4510
4511
  background-color: #f5f5f5;
4511
4512
  }
4512
4513
 
@@ -4569,7 +4569,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4569
4569
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4570
4570
  border-right: 0 #dee2e6 solid;
4571
4571
  }
4572
- .e-grid .e-ftrchk.e-chkfocus {
4572
+ .e-grid .e-ftrchk.e-chkfocus,
4573
+ .e-grid li.e-cclist.e-colfocus {
4573
4574
  background-color: rgba(0, 0, 0, 0.08);
4574
4575
  }
4575
4576
 
@@ -4587,7 +4587,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4587
4587
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4588
4588
  border-right: 0 #444c54 solid;
4589
4589
  }
4590
- .e-grid .e-ftrchk.e-chkfocus {
4590
+ .e-grid .e-ftrchk.e-chkfocus,
4591
+ .e-grid li.e-cclist.e-colfocus {
4591
4592
  background-color: #31373d;
4592
4593
  }
4593
4594
 
@@ -4587,7 +4587,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4587
4587
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4588
4588
  border-right: 0 #dee2e6 solid;
4589
4589
  }
4590
- .e-grid .e-ftrchk.e-chkfocus {
4590
+ .e-grid .e-ftrchk.e-chkfocus,
4591
+ .e-grid li.e-cclist.e-colfocus {
4591
4592
  background-color: #eff1f4;
4592
4593
  }
4593
4594
 
@@ -4479,7 +4479,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4479
4479
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4480
4480
  border-right: 0 #414040 solid;
4481
4481
  }
4482
- .e-grid .e-ftrchk.e-chkfocus {
4482
+ .e-grid .e-ftrchk.e-chkfocus,
4483
+ .e-grid li.e-cclist.e-colfocus {
4483
4484
  background-color: #414040;
4484
4485
  }
4485
4486
 
package/styles/fabric.css CHANGED
@@ -4472,7 +4472,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4472
4472
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4473
4473
  border-right: 0 #eaeaea solid;
4474
4474
  }
4475
- .e-grid .e-ftrchk.e-chkfocus {
4475
+ .e-grid .e-ftrchk.e-chkfocus,
4476
+ .e-grid li.e-cclist.e-colfocus {
4476
4477
  background-color: #f4f4f4;
4477
4478
  }
4478
4479
 
@@ -4600,7 +4600,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4600
4600
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4601
4601
  border-right: 0 #292827 solid;
4602
4602
  }
4603
- .e-grid .e-ftrchk.e-chkfocus {
4603
+ .e-grid .e-ftrchk.e-chkfocus,
4604
+ .e-grid li.e-cclist.e-colfocus {
4604
4605
  background-color: #252423;
4605
4606
  }
4606
4607
 
package/styles/fluent.css CHANGED
@@ -4600,7 +4600,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4600
4600
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4601
4601
  border-right: 0 #edebe9 solid;
4602
4602
  }
4603
- .e-grid .e-ftrchk.e-chkfocus {
4603
+ .e-grid .e-ftrchk.e-chkfocus,
4604
+ .e-grid li.e-cclist.e-colfocus {
4604
4605
  background-color: #f3f2f1;
4605
4606
  }
4606
4607
 
@@ -4093,7 +4093,8 @@
4093
4093
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4094
4094
  border-right: 0 #484848 solid;
4095
4095
  }
4096
- .e-grid .e-ftrchk.e-chkfocus {
4096
+ .e-grid .e-ftrchk.e-chkfocus,
4097
+ .e-grid li.e-cclist.e-colfocus {
4097
4098
  background-color: #393939;
4098
4099
  }
4099
4100
 
@@ -4094,7 +4094,8 @@
4094
4094
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4095
4095
  border-right: 0 #ddd solid;
4096
4096
  }
4097
- .e-grid .e-ftrchk.e-chkfocus {
4097
+ .e-grid .e-ftrchk.e-chkfocus,
4098
+ .e-grid li.e-cclist.e-colfocus {
4098
4099
  background-color: #f5f5f5;
4099
4100
  }
4100
4101
 
@@ -4146,7 +4146,8 @@
4146
4146
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4147
4147
  border-right: 0 #dee2e6 solid;
4148
4148
  }
4149
- .e-grid .e-ftrchk.e-chkfocus {
4149
+ .e-grid .e-ftrchk.e-chkfocus,
4150
+ .e-grid li.e-cclist.e-colfocus {
4150
4151
  background-color: rgba(0, 0, 0, 0.08);
4151
4152
  }
4152
4153
 
@@ -4172,7 +4172,8 @@
4172
4172
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4173
4173
  border-right: 0 #444c54 solid;
4174
4174
  }
4175
- .e-grid .e-ftrchk.e-chkfocus {
4175
+ .e-grid .e-ftrchk.e-chkfocus,
4176
+ .e-grid li.e-cclist.e-colfocus {
4176
4177
  background-color: #31373d;
4177
4178
  }
4178
4179
 
@@ -4172,7 +4172,8 @@
4172
4172
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4173
4173
  border-right: 0 #dee2e6 solid;
4174
4174
  }
4175
- .e-grid .e-ftrchk.e-chkfocus {
4175
+ .e-grid .e-ftrchk.e-chkfocus,
4176
+ .e-grid li.e-cclist.e-colfocus {
4176
4177
  background-color: #eff1f4;
4177
4178
  }
4178
4179
 
@@ -4067,7 +4067,8 @@
4067
4067
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4068
4068
  border-right: 0 #414040 solid;
4069
4069
  }
4070
- .e-grid .e-ftrchk.e-chkfocus {
4070
+ .e-grid .e-ftrchk.e-chkfocus,
4071
+ .e-grid li.e-cclist.e-colfocus {
4071
4072
  background-color: #414040;
4072
4073
  }
4073
4074
 
@@ -4060,7 +4060,8 @@
4060
4060
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4061
4061
  border-right: 0 #eaeaea solid;
4062
4062
  }
4063
- .e-grid .e-ftrchk.e-chkfocus {
4063
+ .e-grid .e-ftrchk.e-chkfocus,
4064
+ .e-grid li.e-cclist.e-colfocus {
4064
4065
  background-color: #f4f4f4;
4065
4066
  }
4066
4067
 
@@ -4185,7 +4185,8 @@
4185
4185
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4186
4186
  border-right: 0 #292827 solid;
4187
4187
  }
4188
- .e-grid .e-ftrchk.e-chkfocus {
4188
+ .e-grid .e-ftrchk.e-chkfocus,
4189
+ .e-grid li.e-cclist.e-colfocus {
4189
4190
  background-color: #252423;
4190
4191
  }
4191
4192
 
@@ -4185,7 +4185,8 @@
4185
4185
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4186
4186
  border-right: 0 #edebe9 solid;
4187
4187
  }
4188
- .e-grid .e-ftrchk.e-chkfocus {
4188
+ .e-grid .e-ftrchk.e-chkfocus,
4189
+ .e-grid li.e-cclist.e-colfocus {
4189
4190
  background-color: #f3f2f1;
4190
4191
  }
4191
4192
 
@@ -4064,7 +4064,8 @@
4064
4064
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4065
4065
  border-right: 0 #757575 solid;
4066
4066
  }
4067
- .e-grid .e-ftrchk.e-chkfocus {
4067
+ .e-grid .e-ftrchk.e-chkfocus,
4068
+ .e-grid li.e-cclist.e-colfocus {
4068
4069
  background-color: #ecf;
4069
4070
  }
4070
4071
 
@@ -4064,7 +4064,8 @@
4064
4064
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4065
4065
  border-right: 0 #969696 solid;
4066
4066
  }
4067
- .e-grid .e-ftrchk.e-chkfocus {
4067
+ .e-grid .e-ftrchk.e-chkfocus,
4068
+ .e-grid li.e-cclist.e-colfocus {
4068
4069
  background-color: #685708;
4069
4070
  }
4070
4071
 
@@ -4108,7 +4108,8 @@
4108
4108
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4109
4109
  border-right: 0 #616161 solid;
4110
4110
  }
4111
- .e-grid .e-ftrchk.e-chkfocus {
4111
+ .e-grid .e-ftrchk.e-chkfocus,
4112
+ .e-grid li.e-cclist.e-colfocus {
4112
4113
  background-color: rgba(255, 255, 255, 0.18);
4113
4114
  }
4114
4115
 
@@ -4142,7 +4142,8 @@
4142
4142
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4143
4143
  border-right: 0 #e0e0e0 solid;
4144
4144
  }
4145
- .e-grid .e-ftrchk.e-chkfocus {
4145
+ .e-grid .e-ftrchk.e-chkfocus,
4146
+ .e-grid li.e-cclist.e-colfocus {
4146
4147
  background-color: #eee;
4147
4148
  }
4148
4149
 
@@ -4191,7 +4191,8 @@
4191
4191
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4192
4192
  border-right: 0 #4b5563 solid;
4193
4193
  }
4194
- .e-grid .e-ftrchk.e-chkfocus {
4194
+ .e-grid .e-ftrchk.e-chkfocus,
4195
+ .e-grid li.e-cclist.e-colfocus {
4195
4196
  background-color: #4b5563;
4196
4197
  }
4197
4198
 
@@ -4191,7 +4191,8 @@
4191
4191
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4192
4192
  border-right: 0 #e5e7eb solid;
4193
4193
  }
4194
- .e-grid .e-ftrchk.e-chkfocus {
4194
+ .e-grid .e-ftrchk.e-chkfocus,
4195
+ .e-grid li.e-cclist.e-colfocus {
4195
4196
  background-color: #f3f4f6;
4196
4197
  }
4197
4198
 
@@ -4476,7 +4476,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4476
4476
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4477
4477
  border-right: 0 #757575 solid;
4478
4478
  }
4479
- .e-grid .e-ftrchk.e-chkfocus {
4479
+ .e-grid .e-ftrchk.e-chkfocus,
4480
+ .e-grid li.e-cclist.e-colfocus {
4480
4481
  background-color: #ecf;
4481
4482
  }
4482
4483
 
@@ -4476,7 +4476,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4476
4476
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4477
4477
  border-right: 0 #969696 solid;
4478
4478
  }
4479
- .e-grid .e-ftrchk.e-chkfocus {
4479
+ .e-grid .e-ftrchk.e-chkfocus,
4480
+ .e-grid li.e-cclist.e-colfocus {
4480
4481
  background-color: #685708;
4481
4482
  }
4482
4483
 
@@ -4526,7 +4526,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4526
4526
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4527
4527
  border-right: 0 #616161 solid;
4528
4528
  }
4529
- .e-grid .e-ftrchk.e-chkfocus {
4529
+ .e-grid .e-ftrchk.e-chkfocus,
4530
+ .e-grid li.e-cclist.e-colfocus {
4530
4531
  background-color: rgba(255, 255, 255, 0.18);
4531
4532
  }
4532
4533
 
@@ -4568,7 +4568,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4568
4568
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4569
4569
  border-right: 0 #e0e0e0 solid;
4570
4570
  }
4571
- .e-grid .e-ftrchk.e-chkfocus {
4571
+ .e-grid .e-ftrchk.e-chkfocus,
4572
+ .e-grid li.e-cclist.e-colfocus {
4572
4573
  background-color: #eee;
4573
4574
  }
4574
4575
 
@@ -4607,7 +4607,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4607
4607
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4608
4608
  border-right: 0 #4b5563 solid;
4609
4609
  }
4610
- .e-grid .e-ftrchk.e-chkfocus {
4610
+ .e-grid .e-ftrchk.e-chkfocus,
4611
+ .e-grid li.e-cclist.e-colfocus {
4611
4612
  background-color: #4b5563;
4612
4613
  }
4613
4614
 
@@ -4607,7 +4607,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4607
4607
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
4608
4608
  border-right: 0 #e5e7eb solid;
4609
4609
  }
4610
- .e-grid .e-ftrchk.e-chkfocus {
4610
+ .e-grid .e-ftrchk.e-chkfocus,
4611
+ .e-grid li.e-cclist.e-colfocus {
4611
4612
  background-color: #f3f4f6;
4612
4613
  }
4613
4614