@syncfusion/ej2-react-grids 20.4.50 → 20.4.52

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,33 @@
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
+ - `#I429268` - Script error thrown on state change, with row template button click has been fixed.
14
+
15
+ ## 20.4.51 (2023-02-21)
16
+
17
+ ### Grid
18
+
19
+ #### Bug Fixes
20
+
21
+ - `#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.
22
+ - `#I436131` - Fixed the issue where resize was not working properly in the frozen columns.
23
+ - `#I435246`, `#I298601` - Fixed the issue where checkbox selection was not working in the custom binding after performing searching.
24
+ - `#I433085` - Fixed the issue where changing the React State in the recordClick event throws a script error when clicking on a template column.
25
+ - `#I436040` - Fixed the issue with insert action in Infinite Scrolling in `RemoteSave` Adaptor.
26
+ - `#I432276` - Fixed the issue where the row element was not updating properly when updating through the `rowDataBound` event.
27
+ - `#I439886` - Resolved the issue where column header misalignment was happening with drag and drop.
28
+ - `#I432304` - Fixed the issue where the Grid Component menu filtering was behaving incorrectly.
29
+
30
+ ## 20.4.50 (2023-02-14)
31
+
32
+ ### Grid
33
+
34
+ #### Bug Fixes
35
+
9
36
  - `#I434411` - Filter menu dialog is not opening on foreign key column when it has filter template issue has been fixed.
10
37
  - `#I428195` - Two times dialog word repeated in column chooser when using JAWS screen reader issue was fixed.
11
38
  - `#I430467` - Script error is thrown when show/hide column in Infinite Scrolling Grid with cache mode issue has been fixed.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-grids.min.js
3
- * version : 20.4.50
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-react-grids.umd.min.js
3
- * version : 20.4.50
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-react-grids@*",
3
- "_id": "@syncfusion/ej2-react-grids@20.4.49",
3
+ "_id": "@syncfusion/ej2-react-grids@20.4.51",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-1AZ1D87IyVrApCzVEWGrMl5JKKE7b5Zk92KxkHOYsW1zspFKRIYDYx26RcGorQx3Iy28AqFuzFro5b6ipZ30xA==",
5
+ "_integrity": "sha512-T+F5AyTu/a3Xyq+AyVuvDyguovAFa7pJbftFooSqCllULAti5sul+S390+3hqixYJf5AEnktHeU2417XrHfUIw==",
6
6
  "_location": "/@syncfusion/ej2-react-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-react-grids/-/ej2-react-grids-20.4.49.tgz",
23
- "_shasum": "890cd94eaf99699e81ab77fec40c89c53b540325",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-20.4.51.tgz",
23
+ "_shasum": "05123c9b4091759c164422e1b9eba4def5c60c4a",
24
24
  "_spec": "@syncfusion/ej2-react-grids@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.4.48",
35
- "@syncfusion/ej2-grids": "20.4.50",
34
+ "@syncfusion/ej2-base": "~20.4.51",
35
+ "@syncfusion/ej2-grids": "20.4.52",
36
36
  "@syncfusion/ej2-react-base": "~20.4.48"
37
37
  },
38
38
  "deprecated": false,
@@ -54,6 +54,6 @@
54
54
  "type": "git",
55
55
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
56
56
  },
57
- "version": "20.4.50",
57
+ "version": "20.4.52",
58
58
  "sideEffects": false
59
59
  }
@@ -3388,7 +3388,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3388
3388
  border-right: 0;
3389
3389
  border-top: 0;
3390
3390
  }
3391
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3391
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3392
3392
  border-right: 0;
3393
3393
  }
3394
3394
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -3389,7 +3389,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3389
3389
  border-right: 0;
3390
3390
  border-top: 0;
3391
3391
  }
3392
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3392
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3393
3393
  border-right: 0;
3394
3394
  }
3395
3395
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -3451,7 +3451,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3451
3451
  border-right: 0;
3452
3452
  border-top: 0;
3453
3453
  }
3454
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3454
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3455
3455
  border-right: 0;
3456
3456
  }
3457
3457
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -1559,13 +1559,13 @@ li.e-separator.e-menu-item.e-excel-separator {
1559
1559
  display: block;
1560
1560
  text-indent: 10px;
1561
1561
  font-size: 14px;
1562
- font-weight: bold;
1562
+ font-weight: 700;
1563
1563
  color: #adb5bd;
1564
1564
  opacity: 0.54;
1565
1565
  }
1566
1566
  .e-grid .e-row .e-icon-rowdragmoveicon::before {
1567
1567
  font-size: 14px;
1568
- font-weight: bold;
1568
+ font-weight: 700;
1569
1569
  }
1570
1570
  .e-grid .e-row .e-icon-rowdragmoveicon {
1571
1571
  padding-left: 10px;
@@ -2641,7 +2641,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2641
2641
  .e-grid .e-groupdroparea {
2642
2642
  border-top-width: 1px;
2643
2643
  font-size: 14px;
2644
- font-weight: normal;
2644
+ font-weight: 400;
2645
2645
  opacity: 1;
2646
2646
  padding: 9px 0;
2647
2647
  text-align: center;
@@ -3455,7 +3455,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3455
3455
  border-right: 0;
3456
3456
  border-top: 0;
3457
3457
  }
3458
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3458
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3459
3459
  border-right: 0;
3460
3460
  }
3461
3461
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -1559,13 +1559,13 @@ li.e-separator.e-menu-item.e-excel-separator {
1559
1559
  display: block;
1560
1560
  text-indent: 10px;
1561
1561
  font-size: 14px;
1562
- font-weight: bold;
1562
+ font-weight: 700;
1563
1563
  color: #6c757d;
1564
1564
  opacity: 0.54;
1565
1565
  }
1566
1566
  .e-grid .e-row .e-icon-rowdragmoveicon::before {
1567
1567
  font-size: 14px;
1568
- font-weight: bold;
1568
+ font-weight: 700;
1569
1569
  }
1570
1570
  .e-grid .e-row .e-icon-rowdragmoveicon {
1571
1571
  padding-left: 10px;
@@ -2641,7 +2641,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2641
2641
  .e-grid .e-groupdroparea {
2642
2642
  border-top-width: 1px;
2643
2643
  font-size: 14px;
2644
- font-weight: normal;
2644
+ font-weight: 400;
2645
2645
  opacity: 1;
2646
2646
  padding: 9px 0;
2647
2647
  text-align: center;
@@ -3455,7 +3455,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3455
3455
  border-right: 0;
3456
3456
  border-top: 0;
3457
3457
  }
3458
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3458
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3459
3459
  border-right: 0;
3460
3460
  }
3461
3461
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -3362,7 +3362,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3362
3362
  border-right: 0;
3363
3363
  border-top: 0;
3364
3364
  }
3365
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3365
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3366
3366
  border-right: 0;
3367
3367
  }
3368
3368
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
@@ -3355,7 +3355,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3355
3355
  border-right: 0;
3356
3356
  border-top: 0;
3357
3357
  }
3358
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3358
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3359
3359
  border-right: 0;
3360
3360
  }
3361
3361
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -1561,13 +1561,13 @@ li.e-separator.e-menu-item.e-excel-separator {
1561
1561
  display: block;
1562
1562
  text-indent: 10px;
1563
1563
  font-size: 16px;
1564
- font-weight: bold;
1564
+ font-weight: 700;
1565
1565
  color: #a19f9d;
1566
1566
  opacity: 0.54;
1567
1567
  }
1568
1568
  .e-grid .e-row .e-icon-rowdragmoveicon::before {
1569
1569
  font-size: 16px;
1570
- font-weight: bold;
1570
+ font-weight: 700;
1571
1571
  }
1572
1572
  .e-grid .e-row .e-icon-rowdragmoveicon {
1573
1573
  padding-left: 10px;
@@ -2650,7 +2650,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2650
2650
  .e-grid .e-groupdroparea {
2651
2651
  border-top-width: 1px;
2652
2652
  font-size: 12px;
2653
- font-weight: normal;
2653
+ font-weight: 400;
2654
2654
  opacity: 1;
2655
2655
  padding: 13px 0 14px 0;
2656
2656
  text-align: center;
@@ -3468,7 +3468,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3468
3468
  border-right: 0;
3469
3469
  border-top: 0;
3470
3470
  }
3471
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3471
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3472
3472
  border-right: 0;
3473
3473
  }
3474
3474
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
@@ -1561,13 +1561,13 @@ li.e-separator.e-menu-item.e-excel-separator {
1561
1561
  display: block;
1562
1562
  text-indent: 10px;
1563
1563
  font-size: 16px;
1564
- font-weight: bold;
1564
+ font-weight: 700;
1565
1565
  color: #605e5c;
1566
1566
  opacity: 0.54;
1567
1567
  }
1568
1568
  .e-grid .e-row .e-icon-rowdragmoveicon::before {
1569
1569
  font-size: 16px;
1570
- font-weight: bold;
1570
+ font-weight: 700;
1571
1571
  }
1572
1572
  .e-grid .e-row .e-icon-rowdragmoveicon {
1573
1573
  padding-left: 10px;
@@ -2650,7 +2650,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2650
2650
  .e-grid .e-groupdroparea {
2651
2651
  border-top-width: 1px;
2652
2652
  font-size: 12px;
2653
- font-weight: normal;
2653
+ font-weight: 400;
2654
2654
  opacity: 1;
2655
2655
  padding: 13px 0 14px 0;
2656
2656
  text-align: center;
@@ -3468,7 +3468,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3468
3468
  border-right: 0;
3469
3469
  border-top: 0;
3470
3470
  }
3471
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3471
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3472
3472
  border-right: 0;
3473
3473
  }
3474
3474
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -2976,7 +2976,7 @@
2976
2976
  border-right: 0;
2977
2977
  border-top: 0;
2978
2978
  }
2979
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
2979
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
2980
2980
  border-right: 0;
2981
2981
  }
2982
2982
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -2977,7 +2977,7 @@
2977
2977
  border-right: 0;
2978
2978
  border-top: 0;
2979
2979
  }
2980
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
2980
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
2981
2981
  border-right: 0;
2982
2982
  }
2983
2983
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -3028,7 +3028,7 @@
3028
3028
  border-right: 0;
3029
3029
  border-top: 0;
3030
3030
  }
3031
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3031
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3032
3032
  border-right: 0;
3033
3033
  }
3034
3034
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -1144,13 +1144,13 @@
1144
1144
  display: block;
1145
1145
  text-indent: 10px;
1146
1146
  font-size: 14px;
1147
- font-weight: bold;
1147
+ font-weight: 700;
1148
1148
  color: #adb5bd;
1149
1149
  opacity: 0.54;
1150
1150
  }
1151
1151
  .e-grid .e-row .e-icon-rowdragmoveicon::before {
1152
1152
  font-size: 14px;
1153
- font-weight: bold;
1153
+ font-weight: 700;
1154
1154
  }
1155
1155
  .e-grid .e-row .e-icon-rowdragmoveicon {
1156
1156
  padding-left: 10px;
@@ -2226,7 +2226,7 @@
2226
2226
  .e-grid .e-groupdroparea {
2227
2227
  border-top-width: 1px;
2228
2228
  font-size: 14px;
2229
- font-weight: normal;
2229
+ font-weight: 400;
2230
2230
  opacity: 1;
2231
2231
  padding: 9px 0;
2232
2232
  text-align: center;
@@ -3040,7 +3040,7 @@
3040
3040
  border-right: 0;
3041
3041
  border-top: 0;
3042
3042
  }
3043
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3043
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3044
3044
  border-right: 0;
3045
3045
  }
3046
3046
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -1144,13 +1144,13 @@
1144
1144
  display: block;
1145
1145
  text-indent: 10px;
1146
1146
  font-size: 14px;
1147
- font-weight: bold;
1147
+ font-weight: 700;
1148
1148
  color: #6c757d;
1149
1149
  opacity: 0.54;
1150
1150
  }
1151
1151
  .e-grid .e-row .e-icon-rowdragmoveicon::before {
1152
1152
  font-size: 14px;
1153
- font-weight: bold;
1153
+ font-weight: 700;
1154
1154
  }
1155
1155
  .e-grid .e-row .e-icon-rowdragmoveicon {
1156
1156
  padding-left: 10px;
@@ -2226,7 +2226,7 @@
2226
2226
  .e-grid .e-groupdroparea {
2227
2227
  border-top-width: 1px;
2228
2228
  font-size: 14px;
2229
- font-weight: normal;
2229
+ font-weight: 400;
2230
2230
  opacity: 1;
2231
2231
  padding: 9px 0;
2232
2232
  text-align: center;
@@ -3040,7 +3040,7 @@
3040
3040
  border-right: 0;
3041
3041
  border-top: 0;
3042
3042
  }
3043
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3043
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3044
3044
  border-right: 0;
3045
3045
  }
3046
3046
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -2950,7 +2950,7 @@
2950
2950
  border-right: 0;
2951
2951
  border-top: 0;
2952
2952
  }
2953
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
2953
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
2954
2954
  border-right: 0;
2955
2955
  }
2956
2956
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -2943,7 +2943,7 @@
2943
2943
  border-right: 0;
2944
2944
  border-top: 0;
2945
2945
  }
2946
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
2946
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
2947
2947
  border-right: 0;
2948
2948
  }
2949
2949
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -1146,13 +1146,13 @@
1146
1146
  display: block;
1147
1147
  text-indent: 10px;
1148
1148
  font-size: 16px;
1149
- font-weight: bold;
1149
+ font-weight: 700;
1150
1150
  color: #a19f9d;
1151
1151
  opacity: 0.54;
1152
1152
  }
1153
1153
  .e-grid .e-row .e-icon-rowdragmoveicon::before {
1154
1154
  font-size: 16px;
1155
- font-weight: bold;
1155
+ font-weight: 700;
1156
1156
  }
1157
1157
  .e-grid .e-row .e-icon-rowdragmoveicon {
1158
1158
  padding-left: 10px;
@@ -2235,7 +2235,7 @@
2235
2235
  .e-grid .e-groupdroparea {
2236
2236
  border-top-width: 1px;
2237
2237
  font-size: 12px;
2238
- font-weight: normal;
2238
+ font-weight: 400;
2239
2239
  opacity: 1;
2240
2240
  padding: 13px 0 14px 0;
2241
2241
  text-align: center;
@@ -3053,7 +3053,7 @@
3053
3053
  border-right: 0;
3054
3054
  border-top: 0;
3055
3055
  }
3056
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3056
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3057
3057
  border-right: 0;
3058
3058
  }
3059
3059
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -1146,13 +1146,13 @@
1146
1146
  display: block;
1147
1147
  text-indent: 10px;
1148
1148
  font-size: 16px;
1149
- font-weight: bold;
1149
+ font-weight: 700;
1150
1150
  color: #605e5c;
1151
1151
  opacity: 0.54;
1152
1152
  }
1153
1153
  .e-grid .e-row .e-icon-rowdragmoveicon::before {
1154
1154
  font-size: 16px;
1155
- font-weight: bold;
1155
+ font-weight: 700;
1156
1156
  }
1157
1157
  .e-grid .e-row .e-icon-rowdragmoveicon {
1158
1158
  padding-left: 10px;
@@ -2235,7 +2235,7 @@
2235
2235
  .e-grid .e-groupdroparea {
2236
2236
  border-top-width: 1px;
2237
2237
  font-size: 12px;
2238
- font-weight: normal;
2238
+ font-weight: 400;
2239
2239
  opacity: 1;
2240
2240
  padding: 13px 0 14px 0;
2241
2241
  text-align: center;
@@ -3053,7 +3053,7 @@
3053
3053
  border-right: 0;
3054
3054
  border-top: 0;
3055
3055
  }
3056
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3056
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3057
3057
  border-right: 0;
3058
3058
  }
3059
3059
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -2947,7 +2947,7 @@
2947
2947
  border-right: 0;
2948
2948
  border-top: 0;
2949
2949
  }
2950
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
2950
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
2951
2951
  border-right: 0;
2952
2952
  }
2953
2953
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -2947,7 +2947,7 @@
2947
2947
  border-right: 0;
2948
2948
  border-top: 0;
2949
2949
  }
2950
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
2950
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
2951
2951
  border-right: 0;
2952
2952
  }
2953
2953
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -2991,7 +2991,7 @@
2991
2991
  border-right: 0;
2992
2992
  border-top: 0;
2993
2993
  }
2994
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
2994
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
2995
2995
  border-right: 0;
2996
2996
  }
2997
2997
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -3025,7 +3025,7 @@
3025
3025
  border-right: 0;
3026
3026
  border-top: 0;
3027
3027
  }
3028
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3028
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3029
3029
  border-right: 0;
3030
3030
  }
3031
3031
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -1135,13 +1135,13 @@
1135
1135
  display: block;
1136
1136
  text-indent: 10px;
1137
1137
  font-size: 18px;
1138
- font-weight: bold;
1138
+ font-weight: 700;
1139
1139
  color: #d1d5db;
1140
1140
  opacity: 0.54;
1141
1141
  }
1142
1142
  .e-grid .e-row .e-icon-rowdragmoveicon::before {
1143
1143
  font-size: 18px;
1144
- font-weight: bold;
1144
+ font-weight: 700;
1145
1145
  }
1146
1146
  .e-grid .e-row .e-icon-rowdragmoveicon {
1147
1147
  padding-left: 10px;
@@ -2235,7 +2235,7 @@
2235
2235
  .e-grid .e-groupdroparea {
2236
2236
  border-top-width: 1px;
2237
2237
  font-size: 14px;
2238
- font-weight: normal;
2238
+ font-weight: 400;
2239
2239
  opacity: 1;
2240
2240
  padding: 10px 0;
2241
2241
  text-align: center;
@@ -3061,7 +3061,7 @@
3061
3061
  border-right: 0;
3062
3062
  border-top: 0;
3063
3063
  }
3064
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3064
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3065
3065
  border-right: 0;
3066
3066
  }
3067
3067
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -1135,13 +1135,13 @@
1135
1135
  display: block;
1136
1136
  text-indent: 10px;
1137
1137
  font-size: 18px;
1138
- font-weight: bold;
1138
+ font-weight: 700;
1139
1139
  color: #6b7280;
1140
1140
  opacity: 0.54;
1141
1141
  }
1142
1142
  .e-grid .e-row .e-icon-rowdragmoveicon::before {
1143
1143
  font-size: 18px;
1144
- font-weight: bold;
1144
+ font-weight: 700;
1145
1145
  }
1146
1146
  .e-grid .e-row .e-icon-rowdragmoveicon {
1147
1147
  padding-left: 10px;
@@ -2235,7 +2235,7 @@
2235
2235
  .e-grid .e-groupdroparea {
2236
2236
  border-top-width: 1px;
2237
2237
  font-size: 14px;
2238
- font-weight: normal;
2238
+ font-weight: 400;
2239
2239
  opacity: 1;
2240
2240
  padding: 10px 0;
2241
2241
  text-align: center;
@@ -3061,7 +3061,7 @@
3061
3061
  border-right: 0;
3062
3062
  border-top: 0;
3063
3063
  }
3064
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3064
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3065
3065
  border-right: 0;
3066
3066
  }
3067
3067
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -3359,7 +3359,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3359
3359
  border-right: 0;
3360
3360
  border-top: 0;
3361
3361
  }
3362
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3362
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3363
3363
  border-right: 0;
3364
3364
  }
3365
3365
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -3359,7 +3359,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3359
3359
  border-right: 0;
3360
3360
  border-top: 0;
3361
3361
  }
3362
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3362
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3363
3363
  border-right: 0;
3364
3364
  }
3365
3365
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -3409,7 +3409,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3409
3409
  border-right: 0;
3410
3410
  border-top: 0;
3411
3411
  }
3412
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3412
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3413
3413
  border-right: 0;
3414
3414
  }
3415
3415
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -3451,7 +3451,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3451
3451
  border-right: 0;
3452
3452
  border-top: 0;
3453
3453
  }
3454
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3454
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3455
3455
  border-right: 0;
3456
3456
  }
3457
3457
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -1551,13 +1551,13 @@ li.e-separator.e-menu-item.e-excel-separator {
1551
1551
  display: block;
1552
1552
  text-indent: 10px;
1553
1553
  font-size: 18px;
1554
- font-weight: bold;
1554
+ font-weight: 700;
1555
1555
  color: #d1d5db;
1556
1556
  opacity: 0.54;
1557
1557
  }
1558
1558
  .e-grid .e-row .e-icon-rowdragmoveicon::before {
1559
1559
  font-size: 18px;
1560
- font-weight: bold;
1560
+ font-weight: 700;
1561
1561
  }
1562
1562
  .e-grid .e-row .e-icon-rowdragmoveicon {
1563
1563
  padding-left: 10px;
@@ -2651,7 +2651,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2651
2651
  .e-grid .e-groupdroparea {
2652
2652
  border-top-width: 1px;
2653
2653
  font-size: 14px;
2654
- font-weight: normal;
2654
+ font-weight: 400;
2655
2655
  opacity: 1;
2656
2656
  padding: 10px 0;
2657
2657
  text-align: center;
@@ -3477,7 +3477,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3477
3477
  border-right: 0;
3478
3478
  border-top: 0;
3479
3479
  }
3480
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3480
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3481
3481
  border-right: 0;
3482
3482
  }
3483
3483
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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
 
@@ -1551,13 +1551,13 @@ li.e-separator.e-menu-item.e-excel-separator {
1551
1551
  display: block;
1552
1552
  text-indent: 10px;
1553
1553
  font-size: 18px;
1554
- font-weight: bold;
1554
+ font-weight: 700;
1555
1555
  color: #6b7280;
1556
1556
  opacity: 0.54;
1557
1557
  }
1558
1558
  .e-grid .e-row .e-icon-rowdragmoveicon::before {
1559
1559
  font-size: 18px;
1560
- font-weight: bold;
1560
+ font-weight: 700;
1561
1561
  }
1562
1562
  .e-grid .e-row .e-icon-rowdragmoveicon {
1563
1563
  padding-left: 10px;
@@ -2651,7 +2651,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2651
2651
  .e-grid .e-groupdroparea {
2652
2652
  border-top-width: 1px;
2653
2653
  font-size: 14px;
2654
- font-weight: normal;
2654
+ font-weight: 400;
2655
2655
  opacity: 1;
2656
2656
  padding: 10px 0;
2657
2657
  text-align: center;
@@ -3477,7 +3477,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3477
3477
  border-right: 0;
3478
3478
  border-top: 0;
3479
3479
  }
3480
- .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
3480
+ .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell), .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor :not(.e-laststackcell) {
3481
3481
  border-right: 0;
3482
3482
  }
3483
3483
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
@@ -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