@syncfusion/ej2-angular-grids 20.4.50-ngcc → 20.4.51-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 +15 -0
- package/dist/ej2-angular-grids.umd.js +1 -1
- package/dist/ej2-angular-grids.umd.min.js +1 -1
- package/package.json +7 -7
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap5-dark.css +4 -4
- package/styles/bootstrap5.css +4 -4
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric.css +1 -1
- package/styles/fluent-dark.css +4 -4
- package/styles/fluent.css +4 -4
- package/styles/grid/bootstrap-dark.css +1 -1
- package/styles/grid/bootstrap.css +1 -1
- package/styles/grid/bootstrap4.css +1 -1
- package/styles/grid/bootstrap5-dark.css +4 -4
- package/styles/grid/bootstrap5.css +4 -4
- package/styles/grid/fabric-dark.css +1 -1
- package/styles/grid/fabric.css +1 -1
- package/styles/grid/fluent-dark.css +4 -4
- package/styles/grid/fluent.css +4 -4
- package/styles/grid/highcontrast-light.css +1 -1
- package/styles/grid/highcontrast.css +1 -1
- package/styles/grid/material-dark.css +1 -1
- package/styles/grid/material.css +1 -1
- package/styles/grid/tailwind-dark.css +4 -4
- package/styles/grid/tailwind.css +4 -4
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material.css +1 -1
- package/styles/tailwind-dark.css +4 -4
- package/styles/tailwind.css +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,21 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#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
|
+
- `#I436131` - Fixed the issue where resize was not working properly in the frozen columns.
|
|
11
|
+
- `#I435246`, `#I298601` - Fixed the issue where checkbox selection was not working in the custom binding after performing searching.
|
|
12
|
+
- `#I433085` - Fixed the issue where changing the React State in the recordClick event throws a script error when clicking on a template column.
|
|
13
|
+
- `#I436040` - Fixed the issue with insert action in Infinite Scrolling in `RemoteSave` Adaptor.
|
|
14
|
+
- `#I432276` - Fixed the issue where the row element was not updating properly when updating through the `rowDataBound` event.
|
|
15
|
+
- `#I439886` - Resolved the issue where column header misalignment was happening with drag and drop.
|
|
16
|
+
- `#I432304` - Fixed the issue where the Grid Component menu filtering was behaving incorrectly.
|
|
17
|
+
|
|
18
|
+
## 20.4.50 (2023-02-14)
|
|
19
|
+
|
|
20
|
+
### Grid
|
|
21
|
+
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
9
24
|
- `#I434411` - Filter menu dialog is not opening on foreign key column when it has filter template issue has been fixed.
|
|
10
25
|
- `#I428195` - Two times dialog word repeated in column chooser when using JAWS screen reader issue was fixed.
|
|
11
26
|
- `#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-angular-grids.umd.js
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.51
|
|
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.
|
|
3
|
+
* version : 20.4.51
|
|
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.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-grids@20.4.50",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-HSCkHbMtvqEoHFHXskcrgyAkHkmADIoZ4oP1l3Jie4zZN3iaqlKF0HGrqCssLMxRlS8iVjPuka/X+QHF1QUNbQ==",
|
|
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.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-20.4.50.tgz",
|
|
23
|
+
"_shasum": "0e4903fc0466989f9f3e25339571a24a472cbd45",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~20.4.48",
|
|
35
|
-
"@syncfusion/ej2-base": "~20.4.
|
|
36
|
-
"@syncfusion/ej2-grids": "20.4.
|
|
35
|
+
"@syncfusion/ej2-base": "~20.4.51",
|
|
36
|
+
"@syncfusion/ej2-grids": "20.4.51"
|
|
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.
|
|
61
|
+
"version": "20.4.51-ngcc"
|
|
62
62
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-grids";
|
|
2
|
-
export declare const pkgVer = "^20.4.
|
|
2
|
+
export declare const pkgVer = "^20.4.50";
|
|
3
3
|
export declare const moduleName = "GridModule, PagerModule";
|
|
4
|
-
export declare const themeVer = "~20.4.
|
|
4
|
+
export declare const themeVer = "~20.4.50";
|
|
@@ -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.
|
|
4
|
+
exports.pkgVer = '^20.4.51';
|
|
5
5
|
exports.moduleName = 'GridModule, PagerModule';
|
|
6
|
-
exports.themeVer = '~20.4.
|
|
6
|
+
exports.themeVer = '~20.4.51';
|
|
@@ -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] {
|
package/styles/bootstrap.css
CHANGED
|
@@ -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] {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -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] {
|
|
@@ -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:
|
|
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:
|
|
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:
|
|
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] {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -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:
|
|
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:
|
|
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:
|
|
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] {
|
package/styles/fabric-dark.css
CHANGED
|
@@ -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] {
|
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] {
|
package/styles/fluent-dark.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:
|
|
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:
|
|
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:
|
|
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] {
|
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:
|
|
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:
|
|
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:
|
|
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] {
|
|
@@ -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] {
|
|
@@ -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] {
|
|
@@ -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] {
|
|
@@ -1144,13 +1144,13 @@
|
|
|
1144
1144
|
display: block;
|
|
1145
1145
|
text-indent: 10px;
|
|
1146
1146
|
font-size: 14px;
|
|
1147
|
-
font-weight:
|
|
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:
|
|
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:
|
|
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] {
|
|
@@ -1144,13 +1144,13 @@
|
|
|
1144
1144
|
display: block;
|
|
1145
1145
|
text-indent: 10px;
|
|
1146
1146
|
font-size: 14px;
|
|
1147
|
-
font-weight:
|
|
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:
|
|
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:
|
|
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] {
|
|
@@ -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] {
|
package/styles/grid/fabric.css
CHANGED
|
@@ -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] {
|
|
@@ -1146,13 +1146,13 @@
|
|
|
1146
1146
|
display: block;
|
|
1147
1147
|
text-indent: 10px;
|
|
1148
1148
|
font-size: 16px;
|
|
1149
|
-
font-weight:
|
|
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:
|
|
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:
|
|
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] {
|
package/styles/grid/fluent.css
CHANGED
|
@@ -1146,13 +1146,13 @@
|
|
|
1146
1146
|
display: block;
|
|
1147
1147
|
text-indent: 10px;
|
|
1148
1148
|
font-size: 16px;
|
|
1149
|
-
font-weight:
|
|
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:
|
|
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:
|
|
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] {
|
|
@@ -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] {
|
|
@@ -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] {
|
|
@@ -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] {
|
package/styles/grid/material.css
CHANGED
|
@@ -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] {
|
|
@@ -1135,13 +1135,13 @@
|
|
|
1135
1135
|
display: block;
|
|
1136
1136
|
text-indent: 10px;
|
|
1137
1137
|
font-size: 18px;
|
|
1138
|
-
font-weight:
|
|
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:
|
|
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:
|
|
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] {
|
package/styles/grid/tailwind.css
CHANGED
|
@@ -1135,13 +1135,13 @@
|
|
|
1135
1135
|
display: block;
|
|
1136
1136
|
text-indent: 10px;
|
|
1137
1137
|
font-size: 18px;
|
|
1138
|
-
font-weight:
|
|
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:
|
|
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:
|
|
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] {
|
|
@@ -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] {
|
package/styles/highcontrast.css
CHANGED
|
@@ -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] {
|
package/styles/material-dark.css
CHANGED
|
@@ -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] {
|
package/styles/material.css
CHANGED
|
@@ -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] {
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -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:
|
|
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:
|
|
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:
|
|
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] {
|
package/styles/tailwind.css
CHANGED
|
@@ -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:
|
|
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:
|
|
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:
|
|
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] {
|