@syncfusion/ej2-react-grids 26.1.38 → 26.1.40
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/dist/ej2-react-grids.min.js +1 -1
- package/dist/ej2-react-grids.umd.min.js +1 -1
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +7 -3
- package/styles/bootstrap.css +7 -3
- package/styles/bootstrap4.css +7 -3
- package/styles/bootstrap5-dark.css +7 -3
- package/styles/bootstrap5.css +7 -3
- package/styles/excel-filter/fluent2.css +5 -13
- package/styles/fabric-dark.css +7 -3
- package/styles/fabric.css +7 -3
- package/styles/fluent-dark.css +7 -3
- package/styles/fluent.css +7 -3
- package/styles/fluent2.css +21 -33
- package/styles/grid/bootstrap-dark.css +7 -3
- package/styles/grid/bootstrap.css +7 -3
- package/styles/grid/bootstrap4.css +7 -3
- package/styles/grid/bootstrap5-dark.css +7 -3
- package/styles/grid/bootstrap5.css +7 -3
- package/styles/grid/fabric-dark.css +7 -3
- package/styles/grid/fabric.css +7 -3
- package/styles/grid/fluent-dark.css +7 -3
- package/styles/grid/fluent.css +7 -3
- package/styles/grid/fluent2.css +16 -20
- package/styles/grid/highcontrast-light.css +7 -3
- package/styles/grid/highcontrast.css +7 -3
- package/styles/grid/material-dark.css +7 -3
- package/styles/grid/material.css +7 -3
- package/styles/grid/material3-dark.css +8 -4
- package/styles/grid/material3.css +8 -4
- package/styles/grid/tailwind-dark.css +7 -3
- package/styles/grid/tailwind.css +7 -3
- package/styles/highcontrast-light.css +7 -3
- package/styles/highcontrast.css +7 -3
- package/styles/material-dark.css +7 -3
- package/styles/material.css +7 -3
- package/styles/material3-dark.css +8 -4
- package/styles/material3.css +8 -4
- package/styles/tailwind-dark.css +7 -3
- package/styles/tailwind.css +7 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-grids.min.js
|
|
3
|
-
* version : 26.1.
|
|
3
|
+
* version : 26.1.40
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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 : 26.1.
|
|
3
|
+
* version : 26.1.40
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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@26.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-grids@26.1.39",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-Y0tDVgacpYUslu6huUcblshY3aMNFqlODXenUE4wc5KQpqqFpI5dTw8GMOihJBOYT/IUFs/zqAIKiYlWy3/ruQ==",
|
|
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.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-26.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-26.1.39.tgz",
|
|
23
|
+
"_shasum": "4ca3a91db2eafbfef9bb3041c34e8df0a43cbd01",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~26.1.37",
|
|
35
|
-
"@syncfusion/ej2-grids": "26.1.
|
|
35
|
+
"@syncfusion/ej2-grids": "26.1.40",
|
|
36
36
|
"@syncfusion/ej2-react-base": "~26.1.35"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -54,6 +54,6 @@
|
|
|
54
54
|
"type": "git",
|
|
55
55
|
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
56
56
|
},
|
|
57
|
-
"version": "26.1.
|
|
57
|
+
"version": "26.1.40",
|
|
58
58
|
"sideEffects": false
|
|
59
59
|
}
|
|
@@ -2170,7 +2170,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2170
2170
|
line-height: 19px;
|
|
2171
2171
|
padding: 8px 8px;
|
|
2172
2172
|
white-space: normal;
|
|
2173
|
-
|
|
2173
|
+
text-wrap: nowrap;
|
|
2174
|
+
text-overflow: ellipsis;
|
|
2175
|
+
overflow: hidden;
|
|
2174
2176
|
}
|
|
2175
2177
|
.e-grid .e-summarycell.e-lastrowcell {
|
|
2176
2178
|
border-bottom-width: 1px;
|
|
@@ -3485,7 +3487,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3485
3487
|
.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
|
|
3486
3488
|
border-left-width: 0;
|
|
3487
3489
|
}
|
|
3488
|
-
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
|
|
3490
|
+
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
3489
3491
|
border-left: 0;
|
|
3490
3492
|
}
|
|
3491
3493
|
.e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
|
|
@@ -4916,7 +4918,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4916
4918
|
border-color: #484848;
|
|
4917
4919
|
}
|
|
4918
4920
|
.e-grid .e-headercell,
|
|
4919
|
-
.e-grid .e-detailheadercell
|
|
4921
|
+
.e-grid .e-detailheadercell {
|
|
4922
|
+
background-color: #1a1a1a;
|
|
4923
|
+
}
|
|
4920
4924
|
.e-grid .e-gridcontent {
|
|
4921
4925
|
background-color: #1a1a1a;
|
|
4922
4926
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -2170,7 +2170,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2170
2170
|
line-height: 19px;
|
|
2171
2171
|
padding: 8px 8px;
|
|
2172
2172
|
white-space: normal;
|
|
2173
|
-
|
|
2173
|
+
text-wrap: nowrap;
|
|
2174
|
+
text-overflow: ellipsis;
|
|
2175
|
+
overflow: hidden;
|
|
2174
2176
|
}
|
|
2175
2177
|
.e-grid .e-summarycell.e-lastrowcell {
|
|
2176
2178
|
border-bottom-width: 1px;
|
|
@@ -3485,7 +3487,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3485
3487
|
.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
|
|
3486
3488
|
border-left-width: 0;
|
|
3487
3489
|
}
|
|
3488
|
-
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
|
|
3490
|
+
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
3489
3491
|
border-left: 0;
|
|
3490
3492
|
}
|
|
3491
3493
|
.e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
|
|
@@ -4916,7 +4918,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4916
4918
|
border-color: #ddd;
|
|
4917
4919
|
}
|
|
4918
4920
|
.e-grid .e-headercell,
|
|
4919
|
-
.e-grid .e-detailheadercell
|
|
4921
|
+
.e-grid .e-detailheadercell {
|
|
4922
|
+
background-color: #fff;
|
|
4923
|
+
}
|
|
4920
4924
|
.e-grid .e-gridcontent {
|
|
4921
4925
|
background-color: #fff;
|
|
4922
4926
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2224,7 +2224,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2224
2224
|
line-height: 21px;
|
|
2225
2225
|
padding: 7px 12px;
|
|
2226
2226
|
white-space: normal;
|
|
2227
|
-
|
|
2227
|
+
text-wrap: nowrap;
|
|
2228
|
+
text-overflow: ellipsis;
|
|
2229
|
+
overflow: hidden;
|
|
2228
2230
|
}
|
|
2229
2231
|
.e-grid .e-summarycell.e-lastrowcell {
|
|
2230
2232
|
border-bottom-width: 1px;
|
|
@@ -3542,7 +3544,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3542
3544
|
.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
|
|
3543
3545
|
border-left-width: 0;
|
|
3544
3546
|
}
|
|
3545
|
-
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
|
|
3547
|
+
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
3546
3548
|
border-left: 0;
|
|
3547
3549
|
}
|
|
3548
3550
|
.e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
|
|
@@ -4979,7 +4981,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4979
4981
|
border-color: #dee2e6;
|
|
4980
4982
|
}
|
|
4981
4983
|
.e-grid .e-headercell,
|
|
4982
|
-
.e-grid .e-detailheadercell
|
|
4984
|
+
.e-grid .e-detailheadercell {
|
|
4985
|
+
background-color: #fff;
|
|
4986
|
+
}
|
|
4983
4987
|
.e-grid .e-gridcontent {
|
|
4984
4988
|
background-color: #fff;
|
|
4985
4989
|
}
|
|
@@ -2215,7 +2215,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2215
2215
|
line-height: 14px;
|
|
2216
2216
|
padding: 6px 8px;
|
|
2217
2217
|
white-space: normal;
|
|
2218
|
-
|
|
2218
|
+
text-wrap: nowrap;
|
|
2219
|
+
text-overflow: ellipsis;
|
|
2220
|
+
overflow: hidden;
|
|
2219
2221
|
}
|
|
2220
2222
|
.e-grid .e-summarycell.e-lastrowcell {
|
|
2221
2223
|
border-bottom-width: 1px;
|
|
@@ -3530,7 +3532,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3530
3532
|
.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
|
|
3531
3533
|
border-left-width: 0;
|
|
3532
3534
|
}
|
|
3533
|
-
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
|
|
3535
|
+
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
3534
3536
|
border-left: 0;
|
|
3535
3537
|
}
|
|
3536
3538
|
.e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
|
|
@@ -4981,7 +4983,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4981
4983
|
border-color: #444c54;
|
|
4982
4984
|
}
|
|
4983
4985
|
.e-grid .e-headercell,
|
|
4984
|
-
.e-grid .e-detailheadercell
|
|
4986
|
+
.e-grid .e-detailheadercell {
|
|
4987
|
+
background-color: #212529;
|
|
4988
|
+
}
|
|
4985
4989
|
.e-grid .e-gridcontent {
|
|
4986
4990
|
background-color: #212529;
|
|
4987
4991
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2215,7 +2215,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2215
2215
|
line-height: 14px;
|
|
2216
2216
|
padding: 6px 8px;
|
|
2217
2217
|
white-space: normal;
|
|
2218
|
-
|
|
2218
|
+
text-wrap: nowrap;
|
|
2219
|
+
text-overflow: ellipsis;
|
|
2220
|
+
overflow: hidden;
|
|
2219
2221
|
}
|
|
2220
2222
|
.e-grid .e-summarycell.e-lastrowcell {
|
|
2221
2223
|
border-bottom-width: 1px;
|
|
@@ -3530,7 +3532,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3530
3532
|
.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
|
|
3531
3533
|
border-left-width: 0;
|
|
3532
3534
|
}
|
|
3533
|
-
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
|
|
3535
|
+
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
3534
3536
|
border-left: 0;
|
|
3535
3537
|
}
|
|
3536
3538
|
.e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
|
|
@@ -4981,7 +4983,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4981
4983
|
border-color: #dee2e6;
|
|
4982
4984
|
}
|
|
4983
4985
|
.e-grid .e-headercell,
|
|
4984
|
-
.e-grid .e-detailheadercell
|
|
4986
|
+
.e-grid .e-detailheadercell {
|
|
4987
|
+
background-color: #fff;
|
|
4988
|
+
}
|
|
4985
4989
|
.e-grid .e-gridcontent {
|
|
4986
4990
|
background-color: #fff;
|
|
4987
4991
|
}
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
--color-sf-info-outline: var(--color-sf-info-border-color);
|
|
208
208
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
209
209
|
--color-sf-tooltip-border: var(--color-sf-content-bg-color-alt1);
|
|
210
|
-
--color-sf-
|
|
210
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
211
211
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
212
212
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
213
213
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
--color-sf-success-bg-color: #218c21;
|
|
479
479
|
--color-sf-success-border-color: var(--color-sf-success-bg-color);
|
|
480
480
|
--color-sf-success-text: var(--color-sf-primary-text-color);
|
|
481
|
-
--color-sf-success-bg-color-hover:
|
|
481
|
+
--color-sf-success-bg-color-hover: #0e700e;
|
|
482
482
|
--color-sf-success-border-color-hover: var(--color-sf-success-bg-color-hover);
|
|
483
483
|
--color-sf-success-text-hover: var(--color-sf-primary-text-color);
|
|
484
484
|
--color-sf-success-bg-color-pressed: #052505;
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
--color-sf-warning-bg-color: #f87528;
|
|
497
497
|
--color-sf-warning-border-color: var(--color-sf-warning-bg-color);
|
|
498
498
|
--color-sf-warning-text: #242424;
|
|
499
|
-
--color-sf-warning-bg-color-hover:
|
|
499
|
+
--color-sf-warning-bg-color-hover: #de590b;
|
|
500
500
|
--color-sf-warning-border-color-hover: var(--color-sf-warning-bg-color-hover);
|
|
501
501
|
--color-sf-warning-text-hover: var(--color-sf-primary-text-color);
|
|
502
502
|
--color-sf-warning-bg-color-pressed: #4a1e04;
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
--color-sf-info-outline: #0099bc;
|
|
556
556
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
557
557
|
--color-sf-tooltip-border: var(--color-sf-tooltip-bg-color);
|
|
558
|
-
--color-sf-
|
|
558
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
559
559
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
560
560
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
561
561
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
--color-sf-info-outline: #0099bc;
|
|
898
898
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
899
899
|
--color-sf-tooltip-border: var(--color-sf-border-light);
|
|
900
|
-
--color-sf-
|
|
900
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
901
901
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
902
902
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color);
|
|
903
903
|
--color-sf-appbar-bg-color-alt1: #fff;
|
|
@@ -1318,14 +1318,6 @@
|
|
|
1318
1318
|
}
|
|
1319
1319
|
|
|
1320
1320
|
/* stylelint-disable */
|
|
1321
|
-
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1322
|
-
padding: 0;
|
|
1323
|
-
}
|
|
1324
|
-
|
|
1325
|
-
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1326
|
-
padding: 0;
|
|
1327
|
-
}
|
|
1328
|
-
|
|
1329
1321
|
.e-dialog .e-dlg-content {
|
|
1330
1322
|
border-radius: 8px !important;
|
|
1331
1323
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2141,7 +2141,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2141
2141
|
line-height: 21px;
|
|
2142
2142
|
padding: 7px 8px;
|
|
2143
2143
|
white-space: normal;
|
|
2144
|
-
|
|
2144
|
+
text-wrap: nowrap;
|
|
2145
|
+
text-overflow: ellipsis;
|
|
2146
|
+
overflow: hidden;
|
|
2145
2147
|
}
|
|
2146
2148
|
.e-grid .e-summarycell.e-lastrowcell {
|
|
2147
2149
|
border-bottom-width: 1px;
|
|
@@ -3456,7 +3458,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3456
3458
|
.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
|
|
3457
3459
|
border-left-width: 0;
|
|
3458
3460
|
}
|
|
3459
|
-
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
|
|
3461
|
+
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
3460
3462
|
border-left: 0;
|
|
3461
3463
|
}
|
|
3462
3464
|
.e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
|
|
@@ -4887,7 +4889,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4887
4889
|
border-color: #414040;
|
|
4888
4890
|
}
|
|
4889
4891
|
.e-grid .e-headercell,
|
|
4890
|
-
.e-grid .e-detailheadercell
|
|
4892
|
+
.e-grid .e-detailheadercell {
|
|
4893
|
+
background-color: #201f1f;
|
|
4894
|
+
}
|
|
4891
4895
|
.e-grid .e-gridcontent {
|
|
4892
4896
|
background-color: #201f1f;
|
|
4893
4897
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -2140,7 +2140,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2140
2140
|
line-height: 21px;
|
|
2141
2141
|
padding: 7px 8px;
|
|
2142
2142
|
white-space: normal;
|
|
2143
|
-
|
|
2143
|
+
text-wrap: nowrap;
|
|
2144
|
+
text-overflow: ellipsis;
|
|
2145
|
+
overflow: hidden;
|
|
2144
2146
|
}
|
|
2145
2147
|
.e-grid .e-summarycell.e-lastrowcell {
|
|
2146
2148
|
border-bottom-width: 1px;
|
|
@@ -3455,7 +3457,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3455
3457
|
.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
|
|
3456
3458
|
border-left-width: 0;
|
|
3457
3459
|
}
|
|
3458
|
-
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
|
|
3460
|
+
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
3459
3461
|
border-left: 0;
|
|
3460
3462
|
}
|
|
3461
3463
|
.e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
|
|
@@ -4886,7 +4888,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4886
4888
|
border-color: #eaeaea;
|
|
4887
4889
|
}
|
|
4888
4890
|
.e-grid .e-headercell,
|
|
4889
|
-
.e-grid .e-detailheadercell
|
|
4891
|
+
.e-grid .e-detailheadercell {
|
|
4892
|
+
background-color: #fff;
|
|
4893
|
+
}
|
|
4890
4894
|
.e-grid .e-gridcontent {
|
|
4891
4895
|
background-color: #fff;
|
|
4892
4896
|
}
|
package/styles/fluent-dark.css
CHANGED
|
@@ -2220,7 +2220,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2220
2220
|
line-height: 14px;
|
|
2221
2221
|
padding: 7px 7px;
|
|
2222
2222
|
white-space: normal;
|
|
2223
|
-
|
|
2223
|
+
text-wrap: nowrap;
|
|
2224
|
+
text-overflow: ellipsis;
|
|
2225
|
+
overflow: hidden;
|
|
2224
2226
|
}
|
|
2225
2227
|
.e-grid .e-summarycell.e-lastrowcell {
|
|
2226
2228
|
border-bottom-width: 1px;
|
|
@@ -3544,7 +3546,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3544
3546
|
.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
|
|
3545
3547
|
border-left-width: 0;
|
|
3546
3548
|
}
|
|
3547
|
-
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
|
|
3549
|
+
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
3548
3550
|
border-left: 0;
|
|
3549
3551
|
}
|
|
3550
3552
|
.e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
|
|
@@ -5020,7 +5022,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5020
5022
|
border-color: #292827;
|
|
5021
5023
|
}
|
|
5022
5024
|
.e-grid .e-headercell,
|
|
5023
|
-
.e-grid .e-detailheadercell
|
|
5025
|
+
.e-grid .e-detailheadercell {
|
|
5026
|
+
background-color: transparent;
|
|
5027
|
+
}
|
|
5024
5028
|
.e-grid .e-gridcontent {
|
|
5025
5029
|
background-color: #1b1a19;
|
|
5026
5030
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -2220,7 +2220,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2220
2220
|
line-height: 14px;
|
|
2221
2221
|
padding: 7px 7px;
|
|
2222
2222
|
white-space: normal;
|
|
2223
|
-
|
|
2223
|
+
text-wrap: nowrap;
|
|
2224
|
+
text-overflow: ellipsis;
|
|
2225
|
+
overflow: hidden;
|
|
2224
2226
|
}
|
|
2225
2227
|
.e-grid .e-summarycell.e-lastrowcell {
|
|
2226
2228
|
border-bottom-width: 1px;
|
|
@@ -3544,7 +3546,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3544
3546
|
.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
|
|
3545
3547
|
border-left-width: 0;
|
|
3546
3548
|
}
|
|
3547
|
-
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
|
|
3549
|
+
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
3548
3550
|
border-left: 0;
|
|
3549
3551
|
}
|
|
3550
3552
|
.e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
|
|
@@ -5020,7 +5022,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5020
5022
|
border-color: #edebe9;
|
|
5021
5023
|
}
|
|
5022
5024
|
.e-grid .e-headercell,
|
|
5023
|
-
.e-grid .e-detailheadercell
|
|
5025
|
+
.e-grid .e-detailheadercell {
|
|
5026
|
+
background-color: transparent;
|
|
5027
|
+
}
|
|
5024
5028
|
.e-grid .e-gridcontent {
|
|
5025
5029
|
background-color: #fff;
|
|
5026
5030
|
}
|
package/styles/fluent2.css
CHANGED
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
--color-sf-info-outline: var(--color-sf-info-border-color);
|
|
208
208
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
209
209
|
--color-sf-tooltip-border: var(--color-sf-content-bg-color-alt1);
|
|
210
|
-
--color-sf-
|
|
210
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
211
211
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
212
212
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
213
213
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
--color-sf-success-bg-color: #218c21;
|
|
479
479
|
--color-sf-success-border-color: var(--color-sf-success-bg-color);
|
|
480
480
|
--color-sf-success-text: var(--color-sf-primary-text-color);
|
|
481
|
-
--color-sf-success-bg-color-hover:
|
|
481
|
+
--color-sf-success-bg-color-hover: #0e700e;
|
|
482
482
|
--color-sf-success-border-color-hover: var(--color-sf-success-bg-color-hover);
|
|
483
483
|
--color-sf-success-text-hover: var(--color-sf-primary-text-color);
|
|
484
484
|
--color-sf-success-bg-color-pressed: #052505;
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
--color-sf-warning-bg-color: #f87528;
|
|
497
497
|
--color-sf-warning-border-color: var(--color-sf-warning-bg-color);
|
|
498
498
|
--color-sf-warning-text: #242424;
|
|
499
|
-
--color-sf-warning-bg-color-hover:
|
|
499
|
+
--color-sf-warning-bg-color-hover: #de590b;
|
|
500
500
|
--color-sf-warning-border-color-hover: var(--color-sf-warning-bg-color-hover);
|
|
501
501
|
--color-sf-warning-text-hover: var(--color-sf-primary-text-color);
|
|
502
502
|
--color-sf-warning-bg-color-pressed: #4a1e04;
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
--color-sf-info-outline: #0099bc;
|
|
556
556
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
557
557
|
--color-sf-tooltip-border: var(--color-sf-tooltip-bg-color);
|
|
558
|
-
--color-sf-
|
|
558
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
559
559
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
560
560
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
561
561
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
--color-sf-info-outline: #0099bc;
|
|
898
898
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
899
899
|
--color-sf-tooltip-border: var(--color-sf-border-light);
|
|
900
|
-
--color-sf-
|
|
900
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
901
901
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
902
902
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color);
|
|
903
903
|
--color-sf-appbar-bg-color-alt1: #fff;
|
|
@@ -1318,14 +1318,6 @@
|
|
|
1318
1318
|
}
|
|
1319
1319
|
|
|
1320
1320
|
/* stylelint-disable */
|
|
1321
|
-
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1322
|
-
padding: 0;
|
|
1323
|
-
}
|
|
1324
|
-
|
|
1325
|
-
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1326
|
-
padding: 0;
|
|
1327
|
-
}
|
|
1328
|
-
|
|
1329
1321
|
.e-dialog .e-dlg-content {
|
|
1330
1322
|
border-radius: 8px !important;
|
|
1331
1323
|
}
|
|
@@ -2019,7 +2011,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2019
2011
|
--color-sf-info-outline: var(--color-sf-info-border-color);
|
|
2020
2012
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
2021
2013
|
--color-sf-tooltip-border: var(--color-sf-content-bg-color-alt1);
|
|
2022
|
-
--color-sf-
|
|
2014
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
2023
2015
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
2024
2016
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
2025
2017
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -2290,7 +2282,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2290
2282
|
--color-sf-success-bg-color: #218c21;
|
|
2291
2283
|
--color-sf-success-border-color: var(--color-sf-success-bg-color);
|
|
2292
2284
|
--color-sf-success-text: var(--color-sf-primary-text-color);
|
|
2293
|
-
--color-sf-success-bg-color-hover:
|
|
2285
|
+
--color-sf-success-bg-color-hover: #0e700e;
|
|
2294
2286
|
--color-sf-success-border-color-hover: var(--color-sf-success-bg-color-hover);
|
|
2295
2287
|
--color-sf-success-text-hover: var(--color-sf-primary-text-color);
|
|
2296
2288
|
--color-sf-success-bg-color-pressed: #052505;
|
|
@@ -2308,7 +2300,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2308
2300
|
--color-sf-warning-bg-color: #f87528;
|
|
2309
2301
|
--color-sf-warning-border-color: var(--color-sf-warning-bg-color);
|
|
2310
2302
|
--color-sf-warning-text: #242424;
|
|
2311
|
-
--color-sf-warning-bg-color-hover:
|
|
2303
|
+
--color-sf-warning-bg-color-hover: #de590b;
|
|
2312
2304
|
--color-sf-warning-border-color-hover: var(--color-sf-warning-bg-color-hover);
|
|
2313
2305
|
--color-sf-warning-text-hover: var(--color-sf-primary-text-color);
|
|
2314
2306
|
--color-sf-warning-bg-color-pressed: #4a1e04;
|
|
@@ -2367,7 +2359,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2367
2359
|
--color-sf-info-outline: #0099bc;
|
|
2368
2360
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
2369
2361
|
--color-sf-tooltip-border: var(--color-sf-tooltip-bg-color);
|
|
2370
|
-
--color-sf-
|
|
2362
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
2371
2363
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
2372
2364
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
2373
2365
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -2709,7 +2701,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2709
2701
|
--color-sf-info-outline: #0099bc;
|
|
2710
2702
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
2711
2703
|
--color-sf-tooltip-border: var(--color-sf-border-light);
|
|
2712
|
-
--color-sf-
|
|
2704
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
2713
2705
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
2714
2706
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color);
|
|
2715
2707
|
--color-sf-appbar-bg-color-alt1: #fff;
|
|
@@ -3008,14 +3000,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3008
3000
|
}
|
|
3009
3001
|
|
|
3010
3002
|
/* stylelint-disable */
|
|
3011
|
-
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
3012
|
-
padding: 0;
|
|
3013
|
-
}
|
|
3014
|
-
|
|
3015
|
-
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
3016
|
-
padding: 0;
|
|
3017
|
-
}
|
|
3018
|
-
|
|
3019
3003
|
.e-dialog .e-dlg-content {
|
|
3020
3004
|
border-radius: 8px !important;
|
|
3021
3005
|
}
|
|
@@ -4703,7 +4687,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4703
4687
|
line-height: 20px;
|
|
4704
4688
|
padding: 12px 8px;
|
|
4705
4689
|
white-space: normal;
|
|
4706
|
-
|
|
4690
|
+
text-wrap: nowrap;
|
|
4691
|
+
text-overflow: ellipsis;
|
|
4692
|
+
overflow: hidden;
|
|
4707
4693
|
}
|
|
4708
4694
|
.e-grid .e-summarycell.e-lastrowcell {
|
|
4709
4695
|
border-bottom-width: 1px;
|
|
@@ -6038,7 +6024,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
6038
6024
|
.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
|
|
6039
6025
|
border-left-width: 0;
|
|
6040
6026
|
}
|
|
6041
|
-
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
|
|
6027
|
+
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
6042
6028
|
border-left: 0;
|
|
6043
6029
|
}
|
|
6044
6030
|
.e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
|
|
@@ -7533,7 +7519,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
7533
7519
|
border-color: var(--color-sf-border-light);
|
|
7534
7520
|
}
|
|
7535
7521
|
.e-grid .e-headercell,
|
|
7536
|
-
.e-grid .e-detailheadercell
|
|
7522
|
+
.e-grid .e-detailheadercell {
|
|
7523
|
+
background-color: var(--color-sf-content-bg-color-alt1);
|
|
7524
|
+
}
|
|
7537
7525
|
.e-grid .e-gridcontent {
|
|
7538
7526
|
background-color: var(--color-sf-content-bg-color-alt1);
|
|
7539
7527
|
}
|
|
@@ -7718,7 +7706,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
7718
7706
|
border-color: var(--color-sf-border-light);
|
|
7719
7707
|
border-radius: 4px;
|
|
7720
7708
|
color: var(--color-sf-content-text-color-alt1);
|
|
7721
|
-
border-color:
|
|
7709
|
+
border-color: var(--color-sf-tooltip-border);
|
|
7722
7710
|
}
|
|
7723
7711
|
.e-grid .e-groupheadercell:hover {
|
|
7724
7712
|
background-color: var(--color-sf-content-bg-color-hover);
|
|
@@ -7818,20 +7806,20 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
7818
7806
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
7819
7807
|
background-color: var(--color-sf-tooltip-bg-color);
|
|
7820
7808
|
border-color: var(--color-sf-tooltip-bg-color);
|
|
7821
|
-
border-color:
|
|
7809
|
+
border-color: var(--color-sf-tooltip-border);
|
|
7822
7810
|
}
|
|
7823
7811
|
|
|
7824
7812
|
.e-tooltip-wrap.e-griderror .e-arrow-tip-inner.e-tip-top,
|
|
7825
7813
|
.e-tooltip-wrap.e-griderror .e-arrow-tip-outer.e-tip-top {
|
|
7826
7814
|
border-bottom: 8px solid var(--color-sf-tooltip-bg-color);
|
|
7827
7815
|
color: var(--color-sf-tooltip-bg-color);
|
|
7828
|
-
border-bottom: 8px solid
|
|
7816
|
+
border-bottom: 8px solid var(--color-sf-tooltip-border);
|
|
7829
7817
|
}
|
|
7830
7818
|
.e-tooltip-wrap.e-griderror .e-arrow-tip-outer.e-tip-bottom,
|
|
7831
7819
|
.e-tooltip-wrap.e-griderror .e-arrow-tip-inner.e-tip-bottom {
|
|
7832
7820
|
border-top: 8px solid var(--color-sf-tooltip-bg-color);
|
|
7833
7821
|
color: var(--color-sf-tooltip-bg-color);
|
|
7834
|
-
border-bottom: 8px solid
|
|
7822
|
+
border-bottom: 8px solid var(--color-sf-tooltip-border);
|
|
7835
7823
|
}
|
|
7836
7824
|
.e-tooltip-wrap.e-griderror .e-tip-content,
|
|
7837
7825
|
.e-tooltip-wrap.e-griderror .e-tip-content label {
|
|
@@ -1745,7 +1745,9 @@
|
|
|
1745
1745
|
line-height: 19px;
|
|
1746
1746
|
padding: 8px 8px;
|
|
1747
1747
|
white-space: normal;
|
|
1748
|
-
|
|
1748
|
+
text-wrap: nowrap;
|
|
1749
|
+
text-overflow: ellipsis;
|
|
1750
|
+
overflow: hidden;
|
|
1749
1751
|
}
|
|
1750
1752
|
.e-grid .e-summarycell.e-lastrowcell {
|
|
1751
1753
|
border-bottom-width: 1px;
|
|
@@ -3060,7 +3062,7 @@
|
|
|
3060
3062
|
.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
|
|
3061
3063
|
border-left-width: 0;
|
|
3062
3064
|
}
|
|
3063
|
-
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
|
|
3065
|
+
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
3064
3066
|
border-left: 0;
|
|
3065
3067
|
}
|
|
3066
3068
|
.e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
|
|
@@ -4491,7 +4493,9 @@
|
|
|
4491
4493
|
border-color: #484848;
|
|
4492
4494
|
}
|
|
4493
4495
|
.e-grid .e-headercell,
|
|
4494
|
-
.e-grid .e-detailheadercell
|
|
4496
|
+
.e-grid .e-detailheadercell {
|
|
4497
|
+
background-color: #1a1a1a;
|
|
4498
|
+
}
|
|
4495
4499
|
.e-grid .e-gridcontent {
|
|
4496
4500
|
background-color: #1a1a1a;
|
|
4497
4501
|
}
|
|
@@ -1745,7 +1745,9 @@
|
|
|
1745
1745
|
line-height: 19px;
|
|
1746
1746
|
padding: 8px 8px;
|
|
1747
1747
|
white-space: normal;
|
|
1748
|
-
|
|
1748
|
+
text-wrap: nowrap;
|
|
1749
|
+
text-overflow: ellipsis;
|
|
1750
|
+
overflow: hidden;
|
|
1749
1751
|
}
|
|
1750
1752
|
.e-grid .e-summarycell.e-lastrowcell {
|
|
1751
1753
|
border-bottom-width: 1px;
|
|
@@ -3060,7 +3062,7 @@
|
|
|
3060
3062
|
.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
|
|
3061
3063
|
border-left-width: 0;
|
|
3062
3064
|
}
|
|
3063
|
-
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
|
|
3065
|
+
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
3064
3066
|
border-left: 0;
|
|
3065
3067
|
}
|
|
3066
3068
|
.e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
|
|
@@ -4491,7 +4493,9 @@
|
|
|
4491
4493
|
border-color: #ddd;
|
|
4492
4494
|
}
|
|
4493
4495
|
.e-grid .e-headercell,
|
|
4494
|
-
.e-grid .e-detailheadercell
|
|
4496
|
+
.e-grid .e-detailheadercell {
|
|
4497
|
+
background-color: #fff;
|
|
4498
|
+
}
|
|
4495
4499
|
.e-grid .e-gridcontent {
|
|
4496
4500
|
background-color: #fff;
|
|
4497
4501
|
}
|
|
@@ -1792,7 +1792,9 @@
|
|
|
1792
1792
|
line-height: 21px;
|
|
1793
1793
|
padding: 7px 12px;
|
|
1794
1794
|
white-space: normal;
|
|
1795
|
-
|
|
1795
|
+
text-wrap: nowrap;
|
|
1796
|
+
text-overflow: ellipsis;
|
|
1797
|
+
overflow: hidden;
|
|
1796
1798
|
}
|
|
1797
1799
|
.e-grid .e-summarycell.e-lastrowcell {
|
|
1798
1800
|
border-bottom-width: 1px;
|
|
@@ -3110,7 +3112,7 @@
|
|
|
3110
3112
|
.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
|
|
3111
3113
|
border-left-width: 0;
|
|
3112
3114
|
}
|
|
3113
|
-
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
|
|
3115
|
+
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
3114
3116
|
border-left: 0;
|
|
3115
3117
|
}
|
|
3116
3118
|
.e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
|
|
@@ -4547,7 +4549,9 @@
|
|
|
4547
4549
|
border-color: #dee2e6;
|
|
4548
4550
|
}
|
|
4549
4551
|
.e-grid .e-headercell,
|
|
4550
|
-
.e-grid .e-detailheadercell
|
|
4552
|
+
.e-grid .e-detailheadercell {
|
|
4553
|
+
background-color: #fff;
|
|
4554
|
+
}
|
|
4551
4555
|
.e-grid .e-gridcontent {
|
|
4552
4556
|
background-color: #fff;
|
|
4553
4557
|
}
|