@syncfusion/ej2-angular-grids 19.4.42 → 19.4.50

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,32 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 19.4.47 (2022-01-25)
6
+
7
+ ### Grid
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#SF-361888` - Gird rows are hide when called `groupCollapseAll` without grouping is fixed.
12
+ - `#SF-362860` - Last column header cell border issue has been fixed.
13
+ - `#SF-357202` - Wrong operator while filtering with Excel filter search box is fixed.
14
+ - `#SF-362140` - Script error while selecting the row with `virtualization` issue has been fixed.
15
+ - `#FB-31236` - Multi-column sorting missing sort number indicators issue has been fixed.
16
+ - `#FB-31556` - Row Height misalignment when show/hide the template column with frozen Grid is fixed.
17
+ - `#F171116` - Border is not apply properly in the Excel exporting has been fixed.
18
+
19
+ ## 19.4.43 (2022-01-18)
20
+
21
+ ### Grid
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#SF-359831` - Script error thrown in frozen grid while hiding the column through column chooser with aggregates issue has been fixed.
26
+ - `#SF-359248` - Script error thrown if frozen grid have empty records with `PersistSelection` feature issue has been fixed.
27
+ - `#F171949` - Script error while filtering with `UrlAdaptor` is resolved.
28
+
29
+ ## 19.4.42 (2022-01-11)
30
+
5
31
  ### Grid
6
32
 
7
33
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-grids.umd.js
3
- * version : 19.4.42
3
+ * version : 19.4.50
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 : 19.4.42
3
+ * version : 19.4.50
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@19.4.41",
3
+ "_id": "@syncfusion/ej2-angular-grids@19.4.47",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-SrkSeg21HsFzLNwgR/aobOUf9wEELiEtKbvpJZyV4B7ZDlsA+tZKMNvtZif6Av73OSbU+qocYaWMlTPYZYVkGg==",
5
+ "_integrity": "sha512-/HtbfouJYRiVYWDXzHnGSYdv9Qz/ivPD6CRrHvvYSW2hrQmxkyAWNuMmfOckSbk2R3ayr+OWB1wIkqaxMNuMZg==",
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": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-19.4.41.tgz",
23
- "_shasum": "b214a78432a3909c9f7a8a9775a80b066f6d5b24",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-19.4.47.tgz",
23
+ "_shasum": "165d5309d72ba2ba25f25f3f629044df9bf3ca37",
24
24
  "_spec": "@syncfusion/ej2-angular-grids@*",
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.42",
35
- "@syncfusion/ej2-base": "~19.4.42",
36
- "@syncfusion/ej2-grids": "19.4.42"
34
+ "@syncfusion/ej2-angular-base": "~19.4.48",
35
+ "@syncfusion/ej2-base": "~19.4.48",
36
+ "@syncfusion/ej2-grids": "19.4.50"
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",
@@ -69,5 +69,5 @@
69
69
  "schematics": "./schematics/collection.json",
70
70
  "sideEffects": false,
71
71
  "typings": "ej2-angular-grids.d.ts",
72
- "version": "19.4.42"
72
+ "version": "19.4.50"
73
73
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-grids";
2
- export declare const pkgVer = "^19.4.41";
2
+ export declare const pkgVer = "^19.4.47";
3
3
  export declare const moduleName = "GridModule, PagerModule";
4
- export declare const themeVer = "~19.4.41";
4
+ export declare const themeVer = "~19.4.47";
@@ -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 = '^19.4.41';
4
+ exports.pkgVer = '^19.4.47';
5
5
  exports.moduleName = 'GridModule, PagerModule';
6
- exports.themeVer = '~19.4.41';
6
+ exports.themeVer = '~19.4.47';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-grids';
2
- export const pkgVer = '^19.4.41';
2
+ export const pkgVer = '^19.4.47';
3
3
  export const moduleName = 'GridModule, PagerModule';
4
- export const themeVer = '~19.4.41';
4
+ export const themeVer = '~19.4.47';
@@ -3655,7 +3655,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3655
3655
  }
3656
3656
 
3657
3657
  .e-grid.e-default .e-gridheader th.e-firstcell,
3658
- .e-grid.e-default .e-gridheader th.e-lastcell {
3658
+ .e-grid.e-default .e-gridheader th.e-laststackcell {
3659
3659
  border-left-style: solid;
3660
3660
  border-left-width: 1px;
3661
3661
  }
@@ -4801,7 +4801,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4801
4801
  }
4802
4802
 
4803
4803
  .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
4804
- .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor {
4804
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
4805
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
4805
4806
  border-left: 0;
4806
4807
  }
4807
4808
 
@@ -4885,7 +4886,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4885
4886
  }
4886
4887
 
4887
4888
  .e-grid-min-height .e-rowcell {
4888
- line-height: 0;
4889
+ line-height: normal;
4889
4890
  padding-bottom: 0;
4890
4891
  padding-top: 0;
4891
4892
  }
@@ -4964,7 +4965,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4964
4965
  .e-bigger .e-grid.e-grid-min-height .e-rowcell,
4965
4966
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
4966
4967
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
4967
- line-height: 0;
4968
+ line-height: normal;
4968
4969
  padding-bottom: 0;
4969
4970
  padding-top: 0;
4970
4971
  }
@@ -5537,11 +5538,11 @@ li.e-separator.e-menu-item.e-excel-separator {
5537
5538
  background-color: #1a1a1a;
5538
5539
  }
5539
5540
 
5540
- .e-grid .e-icons {
5541
+ .e-grid .e-icons:not(.e-btn-icon) {
5541
5542
  color: #fff;
5542
5543
  }
5543
5544
 
5544
- .e-grid .e-unboundcelldiv .e-icons {
5545
+ .e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
5545
5546
  color: #fff;
5546
5547
  }
5547
5548
 
@@ -3656,7 +3656,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3656
3656
  }
3657
3657
 
3658
3658
  .e-grid.e-default .e-gridheader th.e-firstcell,
3659
- .e-grid.e-default .e-gridheader th.e-lastcell {
3659
+ .e-grid.e-default .e-gridheader th.e-laststackcell {
3660
3660
  border-left-style: solid;
3661
3661
  border-left-width: 1px;
3662
3662
  }
@@ -4802,7 +4802,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4802
4802
  }
4803
4803
 
4804
4804
  .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
4805
- .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor {
4805
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
4806
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
4806
4807
  border-left: 0;
4807
4808
  }
4808
4809
 
@@ -4886,7 +4887,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4886
4887
  }
4887
4888
 
4888
4889
  .e-grid-min-height .e-rowcell {
4889
- line-height: 0;
4890
+ line-height: normal;
4890
4891
  padding-bottom: 0;
4891
4892
  padding-top: 0;
4892
4893
  }
@@ -4965,7 +4966,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4965
4966
  .e-bigger .e-grid.e-grid-min-height .e-rowcell,
4966
4967
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
4967
4968
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
4968
- line-height: 0;
4969
+ line-height: normal;
4969
4970
  padding-bottom: 0;
4970
4971
  padding-top: 0;
4971
4972
  }
@@ -5538,11 +5539,11 @@ li.e-separator.e-menu-item.e-excel-separator {
5538
5539
  background-color: #fff;
5539
5540
  }
5540
5541
 
5541
- .e-grid .e-icons {
5542
+ .e-grid .e-icons:not(.e-btn-icon) {
5542
5543
  color: #333;
5543
5544
  }
5544
5545
 
5545
- .e-grid .e-unboundcelldiv .e-icons {
5546
+ .e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
5546
5547
  color: #333;
5547
5548
  }
5548
5549
 
@@ -3704,7 +3704,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3704
3704
  }
3705
3705
 
3706
3706
  .e-grid.e-default .e-gridheader th.e-firstcell,
3707
- .e-grid.e-default .e-gridheader th.e-lastcell {
3707
+ .e-grid.e-default .e-gridheader th.e-laststackcell {
3708
3708
  border-left-style: solid;
3709
3709
  border-left-width: 1px;
3710
3710
  }
@@ -4850,7 +4850,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4850
4850
  }
4851
4851
 
4852
4852
  .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
4853
- .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor {
4853
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
4854
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
4854
4855
  border-left: 0;
4855
4856
  }
4856
4857
 
@@ -4934,7 +4935,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4934
4935
  }
4935
4936
 
4936
4937
  .e-grid-min-height .e-rowcell {
4937
- line-height: 0;
4938
+ line-height: normal;
4938
4939
  padding-bottom: 0;
4939
4940
  padding-top: 0;
4940
4941
  }
@@ -5013,7 +5014,7 @@ li.e-separator.e-menu-item.e-excel-separator {
5013
5014
  .e-bigger .e-grid.e-grid-min-height .e-rowcell,
5014
5015
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
5015
5016
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
5016
- line-height: 0;
5017
+ line-height: normal;
5017
5018
  padding-bottom: 0;
5018
5019
  padding-top: 0;
5019
5020
  }
@@ -5586,11 +5587,11 @@ li.e-separator.e-menu-item.e-excel-separator {
5586
5587
  background-color: #fff;
5587
5588
  }
5588
5589
 
5589
- .e-grid .e-icons {
5590
+ .e-grid .e-icons:not(.e-btn-icon) {
5590
5591
  color: #495057;
5591
5592
  }
5592
5593
 
5593
- .e-grid .e-unboundcelldiv .e-icons {
5594
+ .e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
5594
5595
  color: #fff;
5595
5596
  }
5596
5597
 
@@ -3709,7 +3709,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3709
3709
  }
3710
3710
 
3711
3711
  .e-grid.e-default .e-gridheader th.e-firstcell,
3712
- .e-grid.e-default .e-gridheader th.e-lastcell {
3712
+ .e-grid.e-default .e-gridheader th.e-laststackcell {
3713
3713
  border-left-style: solid;
3714
3714
  border-left-width: 1px;
3715
3715
  }
@@ -4855,7 +4855,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4855
4855
  }
4856
4856
 
4857
4857
  .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
4858
- .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor {
4858
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
4859
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
4859
4860
  border-left: 0;
4860
4861
  }
4861
4862
 
@@ -4939,7 +4940,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4939
4940
  }
4940
4941
 
4941
4942
  .e-grid-min-height .e-rowcell {
4942
- line-height: 0;
4943
+ line-height: normal;
4943
4944
  padding-bottom: 0;
4944
4945
  padding-top: 0;
4945
4946
  }
@@ -5018,7 +5019,7 @@ li.e-separator.e-menu-item.e-excel-separator {
5018
5019
  .e-bigger .e-grid.e-grid-min-height .e-rowcell,
5019
5020
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
5020
5021
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
5021
- line-height: 0;
5022
+ line-height: normal;
5022
5023
  padding-bottom: 0;
5023
5024
  padding-top: 0;
5024
5025
  }
@@ -5592,11 +5593,11 @@ li.e-separator.e-menu-item.e-excel-separator {
5592
5593
  background-color: #212529;
5593
5594
  }
5594
5595
 
5595
- .e-grid .e-icons {
5596
+ .e-grid .e-icons:not(.e-btn-icon) {
5596
5597
  color: #adb5bd;
5597
5598
  }
5598
5599
 
5599
- .e-grid .e-unboundcelldiv .e-icons {
5600
+ .e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
5600
5601
  color: #adb5bd;
5601
5602
  }
5602
5603
 
@@ -3709,7 +3709,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3709
3709
  }
3710
3710
 
3711
3711
  .e-grid.e-default .e-gridheader th.e-firstcell,
3712
- .e-grid.e-default .e-gridheader th.e-lastcell {
3712
+ .e-grid.e-default .e-gridheader th.e-laststackcell {
3713
3713
  border-left-style: solid;
3714
3714
  border-left-width: 1px;
3715
3715
  }
@@ -4855,7 +4855,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4855
4855
  }
4856
4856
 
4857
4857
  .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
4858
- .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor {
4858
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
4859
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
4859
4860
  border-left: 0;
4860
4861
  }
4861
4862
 
@@ -4939,7 +4940,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4939
4940
  }
4940
4941
 
4941
4942
  .e-grid-min-height .e-rowcell {
4942
- line-height: 0;
4943
+ line-height: normal;
4943
4944
  padding-bottom: 0;
4944
4945
  padding-top: 0;
4945
4946
  }
@@ -5018,7 +5019,7 @@ li.e-separator.e-menu-item.e-excel-separator {
5018
5019
  .e-bigger .e-grid.e-grid-min-height .e-rowcell,
5019
5020
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
5020
5021
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
5021
- line-height: 0;
5022
+ line-height: normal;
5022
5023
  padding-bottom: 0;
5023
5024
  padding-top: 0;
5024
5025
  }
@@ -5592,11 +5593,11 @@ li.e-separator.e-menu-item.e-excel-separator {
5592
5593
  background-color: #fff;
5593
5594
  }
5594
5595
 
5595
- .e-grid .e-icons {
5596
+ .e-grid .e-icons:not(.e-btn-icon) {
5596
5597
  color: #6c757d;
5597
5598
  }
5598
5599
 
5599
- .e-grid .e-unboundcelldiv .e-icons {
5600
+ .e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
5600
5601
  color: #6c757d;
5601
5602
  }
5602
5603
 
@@ -3629,7 +3629,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3629
3629
  }
3630
3630
 
3631
3631
  .e-grid.e-default .e-gridheader th.e-firstcell,
3632
- .e-grid.e-default .e-gridheader th.e-lastcell {
3632
+ .e-grid.e-default .e-gridheader th.e-laststackcell {
3633
3633
  border-left-style: solid;
3634
3634
  border-left-width: 1px;
3635
3635
  }
@@ -4775,7 +4775,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4775
4775
  }
4776
4776
 
4777
4777
  .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
4778
- .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor {
4778
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
4779
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
4779
4780
  border-left: 0;
4780
4781
  }
4781
4782
 
@@ -4859,7 +4860,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4859
4860
  }
4860
4861
 
4861
4862
  .e-grid-min-height .e-rowcell {
4862
- line-height: 0;
4863
+ line-height: normal;
4863
4864
  padding-bottom: 0;
4864
4865
  padding-top: 0;
4865
4866
  }
@@ -4938,7 +4939,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4938
4939
  .e-bigger .e-grid.e-grid-min-height .e-rowcell,
4939
4940
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
4940
4941
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
4941
- line-height: 0;
4942
+ line-height: normal;
4942
4943
  padding-bottom: 0;
4943
4944
  padding-top: 0;
4944
4945
  }
@@ -5511,11 +5512,11 @@ li.e-separator.e-menu-item.e-excel-separator {
5511
5512
  background-color: #201f1f;
5512
5513
  }
5513
5514
 
5514
- .e-grid .e-icons {
5515
+ .e-grid .e-icons:not(.e-btn-icon) {
5515
5516
  color: #dadada;
5516
5517
  }
5517
5518
 
5518
- .e-grid .e-unboundcelldiv .e-icons {
5519
+ .e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
5519
5520
  color: #dadada;
5520
5521
  }
5521
5522
 
package/styles/fabric.css CHANGED
@@ -3622,7 +3622,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3622
3622
  }
3623
3623
 
3624
3624
  .e-grid.e-default .e-gridheader th.e-firstcell,
3625
- .e-grid.e-default .e-gridheader th.e-lastcell {
3625
+ .e-grid.e-default .e-gridheader th.e-laststackcell {
3626
3626
  border-left-style: solid;
3627
3627
  border-left-width: 1px;
3628
3628
  }
@@ -4768,7 +4768,8 @@ li.e-separator.e-menu-item.e-excel-separator {
4768
4768
  }
4769
4769
 
4770
4770
  .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
4771
- .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor {
4771
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
4772
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
4772
4773
  border-left: 0;
4773
4774
  }
4774
4775
 
@@ -4852,7 +4853,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4852
4853
  }
4853
4854
 
4854
4855
  .e-grid-min-height .e-rowcell {
4855
- line-height: 0;
4856
+ line-height: normal;
4856
4857
  padding-bottom: 0;
4857
4858
  padding-top: 0;
4858
4859
  }
@@ -4931,7 +4932,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4931
4932
  .e-bigger .e-grid.e-grid-min-height .e-rowcell,
4932
4933
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
4933
4934
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
4934
- line-height: 0;
4935
+ line-height: normal;
4935
4936
  padding-bottom: 0;
4936
4937
  padding-top: 0;
4937
4938
  }
@@ -5504,11 +5505,11 @@ li.e-separator.e-menu-item.e-excel-separator {
5504
5505
  background-color: #fff;
5505
5506
  }
5506
5507
 
5507
- .e-grid .e-icons {
5508
+ .e-grid .e-icons:not(.e-btn-icon) {
5508
5509
  color: #333;
5509
5510
  }
5510
5511
 
5511
- .e-grid .e-unboundcelldiv .e-icons {
5512
+ .e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
5512
5513
  color: #333;
5513
5514
  }
5514
5515
 
@@ -2386,7 +2386,7 @@
2386
2386
  }
2387
2387
 
2388
2388
  .e-grid.e-default .e-gridheader th.e-firstcell,
2389
- .e-grid.e-default .e-gridheader th.e-lastcell {
2389
+ .e-grid.e-default .e-gridheader th.e-laststackcell {
2390
2390
  border-left-style: solid;
2391
2391
  border-left-width: 1px;
2392
2392
  }
@@ -3532,7 +3532,8 @@
3532
3532
  }
3533
3533
 
3534
3534
  .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
3535
- .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor {
3535
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
3536
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
3536
3537
  border-left: 0;
3537
3538
  }
3538
3539
 
@@ -3616,7 +3617,7 @@
3616
3617
  }
3617
3618
 
3618
3619
  .e-grid-min-height .e-rowcell {
3619
- line-height: 0;
3620
+ line-height: normal;
3620
3621
  padding-bottom: 0;
3621
3622
  padding-top: 0;
3622
3623
  }
@@ -3695,7 +3696,7 @@
3695
3696
  .e-bigger .e-grid.e-grid-min-height .e-rowcell,
3696
3697
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
3697
3698
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
3698
- line-height: 0;
3699
+ line-height: normal;
3699
3700
  padding-bottom: 0;
3700
3701
  padding-top: 0;
3701
3702
  }
@@ -4268,11 +4269,11 @@
4268
4269
  background-color: #1a1a1a;
4269
4270
  }
4270
4271
 
4271
- .e-grid .e-icons {
4272
+ .e-grid .e-icons:not(.e-btn-icon) {
4272
4273
  color: #fff;
4273
4274
  }
4274
4275
 
4275
- .e-grid .e-unboundcelldiv .e-icons {
4276
+ .e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
4276
4277
  color: #fff;
4277
4278
  }
4278
4279
 
@@ -2387,7 +2387,7 @@
2387
2387
  }
2388
2388
 
2389
2389
  .e-grid.e-default .e-gridheader th.e-firstcell,
2390
- .e-grid.e-default .e-gridheader th.e-lastcell {
2390
+ .e-grid.e-default .e-gridheader th.e-laststackcell {
2391
2391
  border-left-style: solid;
2392
2392
  border-left-width: 1px;
2393
2393
  }
@@ -3533,7 +3533,8 @@
3533
3533
  }
3534
3534
 
3535
3535
  .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
3536
- .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor {
3536
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
3537
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
3537
3538
  border-left: 0;
3538
3539
  }
3539
3540
 
@@ -3617,7 +3618,7 @@
3617
3618
  }
3618
3619
 
3619
3620
  .e-grid-min-height .e-rowcell {
3620
- line-height: 0;
3621
+ line-height: normal;
3621
3622
  padding-bottom: 0;
3622
3623
  padding-top: 0;
3623
3624
  }
@@ -3696,7 +3697,7 @@
3696
3697
  .e-bigger .e-grid.e-grid-min-height .e-rowcell,
3697
3698
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
3698
3699
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
3699
- line-height: 0;
3700
+ line-height: normal;
3700
3701
  padding-bottom: 0;
3701
3702
  padding-top: 0;
3702
3703
  }
@@ -4269,11 +4270,11 @@
4269
4270
  background-color: #fff;
4270
4271
  }
4271
4272
 
4272
- .e-grid .e-icons {
4273
+ .e-grid .e-icons:not(.e-btn-icon) {
4273
4274
  color: #333;
4274
4275
  }
4275
4276
 
4276
- .e-grid .e-unboundcelldiv .e-icons {
4277
+ .e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
4277
4278
  color: #333;
4278
4279
  }
4279
4280
 
@@ -2427,7 +2427,7 @@
2427
2427
  }
2428
2428
 
2429
2429
  .e-grid.e-default .e-gridheader th.e-firstcell,
2430
- .e-grid.e-default .e-gridheader th.e-lastcell {
2430
+ .e-grid.e-default .e-gridheader th.e-laststackcell {
2431
2431
  border-left-style: solid;
2432
2432
  border-left-width: 1px;
2433
2433
  }
@@ -3573,7 +3573,8 @@
3573
3573
  }
3574
3574
 
3575
3575
  .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
3576
- .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor {
3576
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
3577
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
3577
3578
  border-left: 0;
3578
3579
  }
3579
3580
 
@@ -3657,7 +3658,7 @@
3657
3658
  }
3658
3659
 
3659
3660
  .e-grid-min-height .e-rowcell {
3660
- line-height: 0;
3661
+ line-height: normal;
3661
3662
  padding-bottom: 0;
3662
3663
  padding-top: 0;
3663
3664
  }
@@ -3736,7 +3737,7 @@
3736
3737
  .e-bigger .e-grid.e-grid-min-height .e-rowcell,
3737
3738
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
3738
3739
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
3739
- line-height: 0;
3740
+ line-height: normal;
3740
3741
  padding-bottom: 0;
3741
3742
  padding-top: 0;
3742
3743
  }
@@ -4309,11 +4310,11 @@
4309
4310
  background-color: #fff;
4310
4311
  }
4311
4312
 
4312
- .e-grid .e-icons {
4313
+ .e-grid .e-icons:not(.e-btn-icon) {
4313
4314
  color: #495057;
4314
4315
  }
4315
4316
 
4316
- .e-grid .e-unboundcelldiv .e-icons {
4317
+ .e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
4317
4318
  color: #fff;
4318
4319
  }
4319
4320
 
@@ -2436,7 +2436,7 @@
2436
2436
  }
2437
2437
 
2438
2438
  .e-grid.e-default .e-gridheader th.e-firstcell,
2439
- .e-grid.e-default .e-gridheader th.e-lastcell {
2439
+ .e-grid.e-default .e-gridheader th.e-laststackcell {
2440
2440
  border-left-style: solid;
2441
2441
  border-left-width: 1px;
2442
2442
  }
@@ -3582,7 +3582,8 @@
3582
3582
  }
3583
3583
 
3584
3584
  .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
3585
- .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor {
3585
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
3586
+ .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
3586
3587
  border-left: 0;
3587
3588
  }
3588
3589
 
@@ -3666,7 +3667,7 @@
3666
3667
  }
3667
3668
 
3668
3669
  .e-grid-min-height .e-rowcell {
3669
- line-height: 0;
3670
+ line-height: normal;
3670
3671
  padding-bottom: 0;
3671
3672
  padding-top: 0;
3672
3673
  }
@@ -3745,7 +3746,7 @@
3745
3746
  .e-bigger .e-grid.e-grid-min-height .e-rowcell,
3746
3747
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
3747
3748
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
3748
- line-height: 0;
3749
+ line-height: normal;
3749
3750
  padding-bottom: 0;
3750
3751
  padding-top: 0;
3751
3752
  }
@@ -4319,11 +4320,11 @@
4319
4320
  background-color: #212529;
4320
4321
  }
4321
4322
 
4322
- .e-grid .e-icons {
4323
+ .e-grid .e-icons:not(.e-btn-icon) {
4323
4324
  color: #adb5bd;
4324
4325
  }
4325
4326
 
4326
- .e-grid .e-unboundcelldiv .e-icons {
4327
+ .e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
4327
4328
  color: #adb5bd;
4328
4329
  }
4329
4330