@syncfusion/ej2-react-grids 23.1.44 → 23.2.6
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 +29 -0
- package/dist/ej2-react-grids.min.js +1 -1
- package/dist/ej2-react-grids.umd.min.js +1 -1
- package/package.json +8 -8
- package/src/grid/grid.component.d.ts +2 -2
- package/src/pager/pager.component.d.ts +2 -2
- package/styles/bootstrap-dark.css +26 -2
- package/styles/bootstrap.css +26 -2
- package/styles/bootstrap4.css +26 -2
- package/styles/bootstrap5-dark.css +26 -2
- package/styles/bootstrap5.css +26 -2
- package/styles/fabric-dark.css +26 -2
- package/styles/fabric.css +26 -2
- package/styles/fluent-dark.css +32 -2
- package/styles/fluent.css +32 -2
- package/styles/grid/bootstrap-dark.css +26 -2
- package/styles/grid/bootstrap.css +26 -2
- package/styles/grid/bootstrap4.css +26 -2
- package/styles/grid/bootstrap5-dark.css +26 -2
- package/styles/grid/bootstrap5.css +26 -2
- package/styles/grid/fabric-dark.css +26 -2
- package/styles/grid/fabric.css +26 -2
- package/styles/grid/fluent-dark.css +32 -2
- package/styles/grid/fluent.css +32 -2
- package/styles/grid/highcontrast-light.css +26 -2
- package/styles/grid/highcontrast.css +26 -2
- package/styles/grid/material-dark.css +26 -2
- package/styles/grid/material.css +26 -2
- package/styles/grid/material3-dark.css +26 -2
- package/styles/grid/material3.css +26 -2
- package/styles/grid/tailwind-dark.css +26 -2
- package/styles/grid/tailwind.css +26 -2
- package/styles/highcontrast-light.css +26 -2
- package/styles/highcontrast.css +26 -2
- package/styles/material-dark.css +26 -2
- package/styles/material.css +26 -2
- package/styles/material3-dark.css +26 -2
- package/styles/material3.css +26 -2
- package/styles/tailwind-dark.css +26 -2
- package/styles/tailwind.css +26 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,35 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I517762` - Resolved the issue with paste functionality of the Grid on Mac devices.
|
|
10
|
+
- `#I520019` - The filter dialog `popup` is closed when no records are found during the search and press Enter key has been fixed.
|
|
11
|
+
- `#I514004` - Fixed an issue with the space between the arrow in the tooltip and the content.
|
|
12
|
+
- `#I511050` - Error thrown while sorting columns after filtering has been resolved.
|
|
13
|
+
- `#I464878` - The issue where the focus style for checkbox items was not applying to the spreadsheet component has been resolved.
|
|
14
|
+
- `#F185039` - Resolved a problem where the grid would not display all records when the filter was cleared.
|
|
15
|
+
- `#I513685` - Aria-label for `SelectAllCheckbox` is now descriptive for accessibility.
|
|
16
|
+
|
|
17
|
+
- `#I517762` - Resolved the issue with paste functionality of the Grid on Mac devices.
|
|
18
|
+
- `#I514004` - Fixed an issue with the space between the arrow in the tooltip and the content.
|
|
19
|
+
- `#I511050` - Error thrown while sorting columns after filtering has been resolved.
|
|
20
|
+
- `#I464878` - The issue where the focus style for checkbox items was not applying to the spreadsheet component has been resolved.
|
|
21
|
+
- `#F185039` - Resolved a problem where the grid would not display all records when the filter was cleared.
|
|
22
|
+
- `#I513685` - Aria-label for `SelectAllCheckbox` is now descriptive for accessibility.
|
|
23
|
+
|
|
24
|
+
## 23.2.4 (2023-11-20)
|
|
25
|
+
|
|
26
|
+
### Grid
|
|
27
|
+
|
|
28
|
+
#### Bug fixes
|
|
29
|
+
|
|
30
|
+
- `#I508354` - Cell selection is now working fine with row drag and drop.
|
|
31
|
+
|
|
32
|
+
## 23.1.44 (2023-11-07)
|
|
33
|
+
|
|
34
|
+
### Grid
|
|
35
|
+
|
|
36
|
+
#### Bug fixes
|
|
37
|
+
|
|
9
38
|
- `#I511490` - The problem of adding a row in batch mode not working when the first field is disabled with `allowEditing` set to false has been resolved.
|
|
10
39
|
- `#FB47714` - Improved the drag behaviour of the grouping disabled column
|
|
11
40
|
- `#I512845` - Fixed an issue in batch editing where, after editing a cell, holding and copying the items and releasing the hold on a nearby cell would close the editing.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-grids.min.js
|
|
3
|
-
* version : 23.
|
|
3
|
+
* version : 23.2.6
|
|
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 : 23.
|
|
3
|
+
* version : 23.2.6
|
|
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@23.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-grids@23.2.4",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-58K+UhedxY0AyyNoESMLvFi6zkatS6Plgsn50IzZLAiOjy1jq7pImT2X3rDfQ2p4x92H7LlAWcFmlhRVtruhLA==",
|
|
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-23.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-23.2.4.tgz",
|
|
23
|
+
"_shasum": "573b6cce2a0fe6c47c16ce0951e128bd49c17898",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~23.
|
|
35
|
-
"@syncfusion/ej2-grids": "23.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~23.
|
|
34
|
+
"@syncfusion/ej2-base": "~23.2.6",
|
|
35
|
+
"@syncfusion/ej2-grids": "23.2.6",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~23.2.5"
|
|
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 React",
|
|
@@ -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": "23.
|
|
57
|
+
"version": "23.2.6",
|
|
58
58
|
"sideEffects": false
|
|
59
59
|
}
|
|
@@ -18,7 +18,7 @@ export interface GridTypecast {
|
|
|
18
18
|
export declare class GridComponent extends Grid {
|
|
19
19
|
state: Readonly<{
|
|
20
20
|
children?: React.ReactNode | React.ReactNode[];
|
|
21
|
-
}> & Readonly<GridModel
|
|
21
|
+
}> & Readonly<GridModel | DefaultHtmlAttributes | GridTypecast>;
|
|
22
22
|
setState: any;
|
|
23
23
|
private getDefaultAttributes;
|
|
24
24
|
initRenderCalled: boolean;
|
|
@@ -31,7 +31,7 @@ export declare class GridComponent extends Grid {
|
|
|
31
31
|
private immediateRender;
|
|
32
32
|
props: Readonly<{
|
|
33
33
|
children?: React.ReactNode | React.ReactNode[];
|
|
34
|
-
}> & Readonly<GridModel
|
|
34
|
+
}> & Readonly<GridModel | DefaultHtmlAttributes | GridTypecast>;
|
|
35
35
|
forceUpdate: (callBack?: () => any) => void;
|
|
36
36
|
context: Object;
|
|
37
37
|
portals: any;
|
|
@@ -13,7 +13,7 @@ export interface PagerTypecast {
|
|
|
13
13
|
export declare class PagerComponent extends Pager {
|
|
14
14
|
state: Readonly<{
|
|
15
15
|
children?: React.ReactNode | React.ReactNode[];
|
|
16
|
-
}> & Readonly<PagerModel
|
|
16
|
+
}> & Readonly<PagerModel | DefaultHtmlAttributes | PagerTypecast>;
|
|
17
17
|
setState: any;
|
|
18
18
|
private getDefaultAttributes;
|
|
19
19
|
initRenderCalled: boolean;
|
|
@@ -23,7 +23,7 @@ export declare class PagerComponent extends Pager {
|
|
|
23
23
|
private immediateRender;
|
|
24
24
|
props: Readonly<{
|
|
25
25
|
children?: React.ReactNode | React.ReactNode[];
|
|
26
|
-
}> & Readonly<PagerModel
|
|
26
|
+
}> & Readonly<PagerModel | DefaultHtmlAttributes | PagerTypecast>;
|
|
27
27
|
forceUpdate: (callBack?: () => any) => void;
|
|
28
28
|
context: Object;
|
|
29
29
|
portals: any;
|
|
@@ -1596,6 +1596,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1596
1596
|
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1597
1597
|
border-bottom-width: 1px;
|
|
1598
1598
|
}
|
|
1599
|
+
.e-bigger .e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption, .e-bigger .e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell, .e-grid.e-bigger .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption, .e-grid.e-bigger .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell,
|
|
1600
|
+
.e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption,
|
|
1601
|
+
.e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell {
|
|
1602
|
+
border-bottom-width: 0;
|
|
1603
|
+
}
|
|
1599
1604
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
1600
1605
|
position: relative;
|
|
1601
1606
|
left: -5px;
|
|
@@ -2912,6 +2917,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2912
2917
|
}
|
|
2913
2918
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2914
2919
|
left: 44%;
|
|
2920
|
+
top: -8px;
|
|
2915
2921
|
}
|
|
2916
2922
|
.e-grid .e-normaledit .e-rowcell {
|
|
2917
2923
|
padding-bottom: 0;
|
|
@@ -3870,7 +3876,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3870
3876
|
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3871
3877
|
text-align: left;
|
|
3872
3878
|
}
|
|
3873
|
-
.e-grid.sf-grid.e-default table th:not([rowspan="1"]) {
|
|
3879
|
+
.e-grid.sf-grid.e-default table th:not([rowspan="1"]):not(.e-detailcell, .e-detailindentcell, .e-stackedheadercell) {
|
|
3874
3880
|
border-width: 0 0 0 1px;
|
|
3875
3881
|
}
|
|
3876
3882
|
.e-grid.sf-grid .e-gridheader table th:not([rowspan="1"]),
|
|
@@ -3890,7 +3896,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3890
3896
|
.e-grid.sf-grid.e-default table th:not([rowspan="1"]).e-fixedfreeze.e-freezerightborder {
|
|
3891
3897
|
border-right-width: 1px;
|
|
3892
3898
|
}
|
|
3893
|
-
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]) {
|
|
3899
|
+
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]):not(.e-detailcell, .e-detailindentcell, .e-stackedheadercell) {
|
|
3894
3900
|
border-width: 0 1px 0 0;
|
|
3895
3901
|
}
|
|
3896
3902
|
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]).e-leftfreeze.e-freezeleftborder {
|
|
@@ -3918,6 +3924,20 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3918
3924
|
.e-grid.sf-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.sf-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
3919
3925
|
border-width: 0 0 0 1px;
|
|
3920
3926
|
}
|
|
3927
|
+
.e-grid.sf-grid.e-resize-lines th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines.e-rtl th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines.e-rtl th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder) {
|
|
3928
|
+
border-left: 0;
|
|
3929
|
+
border-right: 0;
|
|
3930
|
+
border-top: 0;
|
|
3931
|
+
}
|
|
3932
|
+
.e-grid.sf-grid.e-default.e-bothlines .e-headercell, .e-grid.sf-grid.e-default.e-bothlines .e-detailheadercell {
|
|
3933
|
+
border-width: 0 0 0 1px;
|
|
3934
|
+
}
|
|
3935
|
+
.e-grid.sf-grid.e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
3936
|
+
border-bottom-style: solid;
|
|
3937
|
+
border-bottom-width: 1px;
|
|
3938
|
+
border-left-style: solid;
|
|
3939
|
+
border-left-width: 1px;
|
|
3940
|
+
}
|
|
3921
3941
|
.e-grid.sf-grid .e-bigger .e-grid.sf-grid.e-grid.sf-grid .e-gridheader table th:not([rowspan="1"]), .e-grid.sf-grid .e-bigger .e-grid.sf-grid.e-grid.sf-grid.e-device .e-gridheader table th:not([rowspan="1"]),
|
|
3922
3942
|
.e-grid.sf-grid .e-grid.sf-grid.e-grid.sf-grid.e-bigger .e-gridheader table th:not([rowspan="1"]),
|
|
3923
3943
|
.e-grid.sf-grid .e-grid.sf-grid.e-grid.sf-grid.e-bigger.e-device .e-gridheader table th:not([rowspan="1"]) {
|
|
@@ -5033,6 +5053,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5033
5053
|
background-color: #393939;
|
|
5034
5054
|
}
|
|
5035
5055
|
|
|
5056
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5057
|
+
background-color: #393939;
|
|
5058
|
+
}
|
|
5059
|
+
|
|
5036
5060
|
.e-tooltip-wrap.e-griderror,
|
|
5037
5061
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5038
5062
|
background-color: #fcdbe4;
|
package/styles/bootstrap.css
CHANGED
|
@@ -1597,6 +1597,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1597
1597
|
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1598
1598
|
border-bottom-width: 1px;
|
|
1599
1599
|
}
|
|
1600
|
+
.e-bigger .e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption, .e-bigger .e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell, .e-grid.e-bigger .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption, .e-grid.e-bigger .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell,
|
|
1601
|
+
.e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption,
|
|
1602
|
+
.e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell {
|
|
1603
|
+
border-bottom-width: 0;
|
|
1604
|
+
}
|
|
1600
1605
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
1601
1606
|
position: relative;
|
|
1602
1607
|
left: -5px;
|
|
@@ -2913,6 +2918,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2913
2918
|
}
|
|
2914
2919
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2915
2920
|
left: 44%;
|
|
2921
|
+
top: -8px;
|
|
2916
2922
|
}
|
|
2917
2923
|
.e-grid .e-normaledit .e-rowcell {
|
|
2918
2924
|
padding-bottom: 0;
|
|
@@ -3871,7 +3877,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3871
3877
|
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3872
3878
|
text-align: left;
|
|
3873
3879
|
}
|
|
3874
|
-
.e-grid.sf-grid.e-default table th:not([rowspan="1"]) {
|
|
3880
|
+
.e-grid.sf-grid.e-default table th:not([rowspan="1"]):not(.e-detailcell, .e-detailindentcell, .e-stackedheadercell) {
|
|
3875
3881
|
border-width: 0 0 0 1px;
|
|
3876
3882
|
}
|
|
3877
3883
|
.e-grid.sf-grid .e-gridheader table th:not([rowspan="1"]),
|
|
@@ -3891,7 +3897,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3891
3897
|
.e-grid.sf-grid.e-default table th:not([rowspan="1"]).e-fixedfreeze.e-freezerightborder {
|
|
3892
3898
|
border-right-width: 1px;
|
|
3893
3899
|
}
|
|
3894
|
-
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]) {
|
|
3900
|
+
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]):not(.e-detailcell, .e-detailindentcell, .e-stackedheadercell) {
|
|
3895
3901
|
border-width: 0 1px 0 0;
|
|
3896
3902
|
}
|
|
3897
3903
|
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]).e-leftfreeze.e-freezeleftborder {
|
|
@@ -3919,6 +3925,20 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3919
3925
|
.e-grid.sf-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.sf-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
3920
3926
|
border-width: 0 0 0 1px;
|
|
3921
3927
|
}
|
|
3928
|
+
.e-grid.sf-grid.e-resize-lines th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines.e-rtl th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines.e-rtl th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder) {
|
|
3929
|
+
border-left: 0;
|
|
3930
|
+
border-right: 0;
|
|
3931
|
+
border-top: 0;
|
|
3932
|
+
}
|
|
3933
|
+
.e-grid.sf-grid.e-default.e-bothlines .e-headercell, .e-grid.sf-grid.e-default.e-bothlines .e-detailheadercell {
|
|
3934
|
+
border-width: 0 0 0 1px;
|
|
3935
|
+
}
|
|
3936
|
+
.e-grid.sf-grid.e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
3937
|
+
border-bottom-style: solid;
|
|
3938
|
+
border-bottom-width: 1px;
|
|
3939
|
+
border-left-style: solid;
|
|
3940
|
+
border-left-width: 1px;
|
|
3941
|
+
}
|
|
3922
3942
|
.e-grid.sf-grid .e-bigger .e-grid.sf-grid.e-grid.sf-grid .e-gridheader table th:not([rowspan="1"]), .e-grid.sf-grid .e-bigger .e-grid.sf-grid.e-grid.sf-grid.e-device .e-gridheader table th:not([rowspan="1"]),
|
|
3923
3943
|
.e-grid.sf-grid .e-grid.sf-grid.e-grid.sf-grid.e-bigger .e-gridheader table th:not([rowspan="1"]),
|
|
3924
3944
|
.e-grid.sf-grid .e-grid.sf-grid.e-grid.sf-grid.e-bigger.e-device .e-gridheader table th:not([rowspan="1"]) {
|
|
@@ -5034,6 +5054,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5034
5054
|
background-color: #f5f5f5;
|
|
5035
5055
|
}
|
|
5036
5056
|
|
|
5057
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5058
|
+
background-color: #f5f5f5;
|
|
5059
|
+
}
|
|
5060
|
+
|
|
5037
5061
|
.e-tooltip-wrap.e-griderror,
|
|
5038
5062
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5039
5063
|
background-color: #fcdbe4;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1664,6 +1664,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1664
1664
|
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1665
1665
|
border-bottom-width: 1px;
|
|
1666
1666
|
}
|
|
1667
|
+
.e-bigger .e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption, .e-bigger .e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell, .e-grid.e-bigger .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption, .e-grid.e-bigger .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell,
|
|
1668
|
+
.e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption,
|
|
1669
|
+
.e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell {
|
|
1670
|
+
border-bottom-width: 0;
|
|
1671
|
+
}
|
|
1667
1672
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
1668
1673
|
position: relative;
|
|
1669
1674
|
left: -5px;
|
|
@@ -2984,6 +2989,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2984
2989
|
}
|
|
2985
2990
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2986
2991
|
left: 44%;
|
|
2992
|
+
top: -8px;
|
|
2987
2993
|
}
|
|
2988
2994
|
.e-grid .e-normaledit .e-rowcell {
|
|
2989
2995
|
padding-bottom: 0;
|
|
@@ -3944,7 +3950,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3944
3950
|
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3945
3951
|
text-align: left;
|
|
3946
3952
|
}
|
|
3947
|
-
.e-grid.sf-grid.e-default table th:not([rowspan="1"]) {
|
|
3953
|
+
.e-grid.sf-grid.e-default table th:not([rowspan="1"]):not(.e-detailcell, .e-detailindentcell, .e-stackedheadercell) {
|
|
3948
3954
|
border-width: 0 0 0 1px;
|
|
3949
3955
|
}
|
|
3950
3956
|
.e-grid.sf-grid .e-gridheader table th:not([rowspan="1"]),
|
|
@@ -3964,7 +3970,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3964
3970
|
.e-grid.sf-grid.e-default table th:not([rowspan="1"]).e-fixedfreeze.e-freezerightborder {
|
|
3965
3971
|
border-right-width: 1px;
|
|
3966
3972
|
}
|
|
3967
|
-
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]) {
|
|
3973
|
+
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]):not(.e-detailcell, .e-detailindentcell, .e-stackedheadercell) {
|
|
3968
3974
|
border-width: 0 1px 0 0;
|
|
3969
3975
|
}
|
|
3970
3976
|
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]).e-leftfreeze.e-freezeleftborder {
|
|
@@ -3992,6 +3998,20 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3992
3998
|
.e-grid.sf-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.sf-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
3993
3999
|
border-width: 0 0 0 1px;
|
|
3994
4000
|
}
|
|
4001
|
+
.e-grid.sf-grid.e-resize-lines th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines.e-rtl th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines.e-rtl th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder) {
|
|
4002
|
+
border-left: 0;
|
|
4003
|
+
border-right: 0;
|
|
4004
|
+
border-top: 0;
|
|
4005
|
+
}
|
|
4006
|
+
.e-grid.sf-grid.e-default.e-bothlines .e-headercell, .e-grid.sf-grid.e-default.e-bothlines .e-detailheadercell {
|
|
4007
|
+
border-width: 0 0 0 1px;
|
|
4008
|
+
}
|
|
4009
|
+
.e-grid.sf-grid.e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
4010
|
+
border-bottom-style: solid;
|
|
4011
|
+
border-bottom-width: 1px;
|
|
4012
|
+
border-left-style: solid;
|
|
4013
|
+
border-left-width: 1px;
|
|
4014
|
+
}
|
|
3995
4015
|
.e-grid.sf-grid .e-bigger .e-grid.sf-grid.e-grid.sf-grid .e-gridheader table th:not([rowspan="1"]), .e-grid.sf-grid .e-bigger .e-grid.sf-grid.e-grid.sf-grid.e-device .e-gridheader table th:not([rowspan="1"]),
|
|
3996
4016
|
.e-grid.sf-grid .e-grid.sf-grid.e-grid.sf-grid.e-bigger .e-gridheader table th:not([rowspan="1"]),
|
|
3997
4017
|
.e-grid.sf-grid .e-grid.sf-grid.e-grid.sf-grid.e-bigger.e-device .e-gridheader table th:not([rowspan="1"]) {
|
|
@@ -5121,6 +5141,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5121
5141
|
background-color: rgba(0, 0, 0, 0.08);
|
|
5122
5142
|
}
|
|
5123
5143
|
|
|
5144
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5145
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
5146
|
+
}
|
|
5147
|
+
|
|
5124
5148
|
.e-tooltip-wrap.e-griderror,
|
|
5125
5149
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5126
5150
|
background-color: #fcdbe4;
|
|
@@ -1658,6 +1658,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1658
1658
|
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1659
1659
|
border-bottom-width: 1px;
|
|
1660
1660
|
}
|
|
1661
|
+
.e-bigger .e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption, .e-bigger .e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell, .e-grid.e-bigger .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption, .e-grid.e-bigger .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell,
|
|
1662
|
+
.e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption,
|
|
1663
|
+
.e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell {
|
|
1664
|
+
border-bottom-width: 0;
|
|
1665
|
+
}
|
|
1661
1666
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
1662
1667
|
position: relative;
|
|
1663
1668
|
left: -5px;
|
|
@@ -2977,6 +2982,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2977
2982
|
}
|
|
2978
2983
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2979
2984
|
left: 44%;
|
|
2985
|
+
top: -8px;
|
|
2980
2986
|
}
|
|
2981
2987
|
.e-grid .e-normaledit .e-rowcell {
|
|
2982
2988
|
padding-bottom: 0;
|
|
@@ -3935,7 +3941,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3935
3941
|
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3936
3942
|
text-align: left;
|
|
3937
3943
|
}
|
|
3938
|
-
.e-grid.sf-grid.e-default table th:not([rowspan="1"]) {
|
|
3944
|
+
.e-grid.sf-grid.e-default table th:not([rowspan="1"]):not(.e-detailcell, .e-detailindentcell, .e-stackedheadercell) {
|
|
3939
3945
|
border-width: 0 0 0 1px;
|
|
3940
3946
|
}
|
|
3941
3947
|
.e-grid.sf-grid .e-gridheader table th:not([rowspan="1"]),
|
|
@@ -3955,7 +3961,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3955
3961
|
.e-grid.sf-grid.e-default table th:not([rowspan="1"]).e-fixedfreeze.e-freezerightborder {
|
|
3956
3962
|
border-right-width: 1px;
|
|
3957
3963
|
}
|
|
3958
|
-
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]) {
|
|
3964
|
+
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]):not(.e-detailcell, .e-detailindentcell, .e-stackedheadercell) {
|
|
3959
3965
|
border-width: 0 1px 0 0;
|
|
3960
3966
|
}
|
|
3961
3967
|
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]).e-leftfreeze.e-freezeleftborder {
|
|
@@ -3983,6 +3989,20 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3983
3989
|
.e-grid.sf-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.sf-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
3984
3990
|
border-width: 0 0 0 1px;
|
|
3985
3991
|
}
|
|
3992
|
+
.e-grid.sf-grid.e-resize-lines th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines.e-rtl th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines.e-rtl th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder) {
|
|
3993
|
+
border-left: 0;
|
|
3994
|
+
border-right: 0;
|
|
3995
|
+
border-top: 0;
|
|
3996
|
+
}
|
|
3997
|
+
.e-grid.sf-grid.e-default.e-bothlines .e-headercell, .e-grid.sf-grid.e-default.e-bothlines .e-detailheadercell {
|
|
3998
|
+
border-width: 0 0 0 1px;
|
|
3999
|
+
}
|
|
4000
|
+
.e-grid.sf-grid.e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
4001
|
+
border-bottom-style: solid;
|
|
4002
|
+
border-bottom-width: 1px;
|
|
4003
|
+
border-left-style: solid;
|
|
4004
|
+
border-left-width: 1px;
|
|
4005
|
+
}
|
|
3986
4006
|
.e-grid.sf-grid .e-bigger .e-grid.sf-grid.e-grid.sf-grid .e-gridheader table th:not([rowspan="1"]), .e-grid.sf-grid .e-bigger .e-grid.sf-grid.e-grid.sf-grid.e-device .e-gridheader table th:not([rowspan="1"]),
|
|
3987
4007
|
.e-grid.sf-grid .e-grid.sf-grid.e-grid.sf-grid.e-bigger .e-gridheader table th:not([rowspan="1"]),
|
|
3988
4008
|
.e-grid.sf-grid .e-grid.sf-grid.e-grid.sf-grid.e-bigger.e-device .e-gridheader table th:not([rowspan="1"]) {
|
|
@@ -5113,6 +5133,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5113
5133
|
background-color: #31373d;
|
|
5114
5134
|
}
|
|
5115
5135
|
|
|
5136
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5137
|
+
background-color: #31373d;
|
|
5138
|
+
}
|
|
5139
|
+
|
|
5116
5140
|
.e-tooltip-wrap.e-griderror,
|
|
5117
5141
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5118
5142
|
background-color: #fadfe2;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1658,6 +1658,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1658
1658
|
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1659
1659
|
border-bottom-width: 1px;
|
|
1660
1660
|
}
|
|
1661
|
+
.e-bigger .e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption, .e-bigger .e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell, .e-grid.e-bigger .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption, .e-grid.e-bigger .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell,
|
|
1662
|
+
.e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption,
|
|
1663
|
+
.e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell {
|
|
1664
|
+
border-bottom-width: 0;
|
|
1665
|
+
}
|
|
1661
1666
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
1662
1667
|
position: relative;
|
|
1663
1668
|
left: -5px;
|
|
@@ -2977,6 +2982,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2977
2982
|
}
|
|
2978
2983
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2979
2984
|
left: 44%;
|
|
2985
|
+
top: -8px;
|
|
2980
2986
|
}
|
|
2981
2987
|
.e-grid .e-normaledit .e-rowcell {
|
|
2982
2988
|
padding-bottom: 0;
|
|
@@ -3935,7 +3941,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3935
3941
|
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3936
3942
|
text-align: left;
|
|
3937
3943
|
}
|
|
3938
|
-
.e-grid.sf-grid.e-default table th:not([rowspan="1"]) {
|
|
3944
|
+
.e-grid.sf-grid.e-default table th:not([rowspan="1"]):not(.e-detailcell, .e-detailindentcell, .e-stackedheadercell) {
|
|
3939
3945
|
border-width: 0 0 0 1px;
|
|
3940
3946
|
}
|
|
3941
3947
|
.e-grid.sf-grid .e-gridheader table th:not([rowspan="1"]),
|
|
@@ -3955,7 +3961,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3955
3961
|
.e-grid.sf-grid.e-default table th:not([rowspan="1"]).e-fixedfreeze.e-freezerightborder {
|
|
3956
3962
|
border-right-width: 1px;
|
|
3957
3963
|
}
|
|
3958
|
-
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]) {
|
|
3964
|
+
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]):not(.e-detailcell, .e-detailindentcell, .e-stackedheadercell) {
|
|
3959
3965
|
border-width: 0 1px 0 0;
|
|
3960
3966
|
}
|
|
3961
3967
|
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]).e-leftfreeze.e-freezeleftborder {
|
|
@@ -3983,6 +3989,20 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3983
3989
|
.e-grid.sf-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.sf-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
3984
3990
|
border-width: 0 0 0 1px;
|
|
3985
3991
|
}
|
|
3992
|
+
.e-grid.sf-grid.e-resize-lines th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines.e-rtl th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines.e-rtl th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder) {
|
|
3993
|
+
border-left: 0;
|
|
3994
|
+
border-right: 0;
|
|
3995
|
+
border-top: 0;
|
|
3996
|
+
}
|
|
3997
|
+
.e-grid.sf-grid.e-default.e-bothlines .e-headercell, .e-grid.sf-grid.e-default.e-bothlines .e-detailheadercell {
|
|
3998
|
+
border-width: 0 0 0 1px;
|
|
3999
|
+
}
|
|
4000
|
+
.e-grid.sf-grid.e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
4001
|
+
border-bottom-style: solid;
|
|
4002
|
+
border-bottom-width: 1px;
|
|
4003
|
+
border-left-style: solid;
|
|
4004
|
+
border-left-width: 1px;
|
|
4005
|
+
}
|
|
3986
4006
|
.e-grid.sf-grid .e-bigger .e-grid.sf-grid.e-grid.sf-grid .e-gridheader table th:not([rowspan="1"]), .e-grid.sf-grid .e-bigger .e-grid.sf-grid.e-grid.sf-grid.e-device .e-gridheader table th:not([rowspan="1"]),
|
|
3987
4007
|
.e-grid.sf-grid .e-grid.sf-grid.e-grid.sf-grid.e-bigger .e-gridheader table th:not([rowspan="1"]),
|
|
3988
4008
|
.e-grid.sf-grid .e-grid.sf-grid.e-grid.sf-grid.e-bigger.e-device .e-gridheader table th:not([rowspan="1"]) {
|
|
@@ -5113,6 +5133,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5113
5133
|
background-color: #eff1f4;
|
|
5114
5134
|
}
|
|
5115
5135
|
|
|
5136
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5137
|
+
background-color: #eff1f4;
|
|
5138
|
+
}
|
|
5139
|
+
|
|
5116
5140
|
.e-tooltip-wrap.e-griderror,
|
|
5117
5141
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5118
5142
|
background-color: #f8d7da;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1570,6 +1570,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1570
1570
|
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1571
1571
|
border-bottom-width: 1px;
|
|
1572
1572
|
}
|
|
1573
|
+
.e-bigger .e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption, .e-bigger .e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell, .e-grid.e-bigger .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption, .e-grid.e-bigger .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell,
|
|
1574
|
+
.e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption,
|
|
1575
|
+
.e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell {
|
|
1576
|
+
border-bottom-width: 0;
|
|
1577
|
+
}
|
|
1573
1578
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
1574
1579
|
position: relative;
|
|
1575
1580
|
left: -5px;
|
|
@@ -2886,6 +2891,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2886
2891
|
}
|
|
2887
2892
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2888
2893
|
left: 44%;
|
|
2894
|
+
top: -8px;
|
|
2889
2895
|
}
|
|
2890
2896
|
.e-grid .e-normaledit .e-rowcell {
|
|
2891
2897
|
padding-bottom: 0;
|
|
@@ -3844,7 +3850,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3844
3850
|
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3845
3851
|
text-align: left;
|
|
3846
3852
|
}
|
|
3847
|
-
.e-grid.sf-grid.e-default table th:not([rowspan="1"]) {
|
|
3853
|
+
.e-grid.sf-grid.e-default table th:not([rowspan="1"]):not(.e-detailcell, .e-detailindentcell, .e-stackedheadercell) {
|
|
3848
3854
|
border-width: 0 0 0 1px;
|
|
3849
3855
|
}
|
|
3850
3856
|
.e-grid.sf-grid .e-gridheader table th:not([rowspan="1"]),
|
|
@@ -3864,7 +3870,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3864
3870
|
.e-grid.sf-grid.e-default table th:not([rowspan="1"]).e-fixedfreeze.e-freezerightborder {
|
|
3865
3871
|
border-right-width: 1px;
|
|
3866
3872
|
}
|
|
3867
|
-
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]) {
|
|
3873
|
+
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]):not(.e-detailcell, .e-detailindentcell, .e-stackedheadercell) {
|
|
3868
3874
|
border-width: 0 1px 0 0;
|
|
3869
3875
|
}
|
|
3870
3876
|
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]).e-leftfreeze.e-freezeleftborder {
|
|
@@ -3892,6 +3898,20 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3892
3898
|
.e-grid.sf-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.sf-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
3893
3899
|
border-width: 0 0 0 1px;
|
|
3894
3900
|
}
|
|
3901
|
+
.e-grid.sf-grid.e-resize-lines th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines.e-rtl th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines.e-rtl th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder) {
|
|
3902
|
+
border-left: 0;
|
|
3903
|
+
border-right: 0;
|
|
3904
|
+
border-top: 0;
|
|
3905
|
+
}
|
|
3906
|
+
.e-grid.sf-grid.e-default.e-bothlines .e-headercell, .e-grid.sf-grid.e-default.e-bothlines .e-detailheadercell {
|
|
3907
|
+
border-width: 0 0 0 1px;
|
|
3908
|
+
}
|
|
3909
|
+
.e-grid.sf-grid.e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
3910
|
+
border-bottom-style: solid;
|
|
3911
|
+
border-bottom-width: 1px;
|
|
3912
|
+
border-left-style: solid;
|
|
3913
|
+
border-left-width: 1px;
|
|
3914
|
+
}
|
|
3895
3915
|
.e-grid.sf-grid .e-bigger .e-grid.sf-grid.e-grid.sf-grid .e-gridheader table th:not([rowspan="1"]), .e-grid.sf-grid .e-bigger .e-grid.sf-grid.e-grid.sf-grid.e-device .e-gridheader table th:not([rowspan="1"]),
|
|
3896
3916
|
.e-grid.sf-grid .e-grid.sf-grid.e-grid.sf-grid.e-bigger .e-gridheader table th:not([rowspan="1"]),
|
|
3897
3917
|
.e-grid.sf-grid .e-grid.sf-grid.e-grid.sf-grid.e-bigger.e-device .e-gridheader table th:not([rowspan="1"]) {
|
|
@@ -5007,6 +5027,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5007
5027
|
background-color: #414040;
|
|
5008
5028
|
}
|
|
5009
5029
|
|
|
5030
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5031
|
+
background-color: #414040;
|
|
5032
|
+
}
|
|
5033
|
+
|
|
5010
5034
|
.e-tooltip-wrap.e-griderror,
|
|
5011
5035
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5012
5036
|
background-color: #fcdbe4;
|
package/styles/fabric.css
CHANGED
|
@@ -1563,6 +1563,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1563
1563
|
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1564
1564
|
border-bottom-width: 1px;
|
|
1565
1565
|
}
|
|
1566
|
+
.e-bigger .e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption, .e-bigger .e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell, .e-grid.e-bigger .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption, .e-grid.e-bigger .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell,
|
|
1567
|
+
.e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption,
|
|
1568
|
+
.e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell {
|
|
1569
|
+
border-bottom-width: 0;
|
|
1570
|
+
}
|
|
1566
1571
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
1567
1572
|
position: relative;
|
|
1568
1573
|
left: -5px;
|
|
@@ -2879,6 +2884,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2879
2884
|
}
|
|
2880
2885
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2881
2886
|
left: 44%;
|
|
2887
|
+
top: -8px;
|
|
2882
2888
|
}
|
|
2883
2889
|
.e-grid .e-normaledit .e-rowcell {
|
|
2884
2890
|
padding-bottom: 0;
|
|
@@ -3837,7 +3843,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3837
3843
|
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3838
3844
|
text-align: left;
|
|
3839
3845
|
}
|
|
3840
|
-
.e-grid.sf-grid.e-default table th:not([rowspan="1"]) {
|
|
3846
|
+
.e-grid.sf-grid.e-default table th:not([rowspan="1"]):not(.e-detailcell, .e-detailindentcell, .e-stackedheadercell) {
|
|
3841
3847
|
border-width: 0 0 0 1px;
|
|
3842
3848
|
}
|
|
3843
3849
|
.e-grid.sf-grid .e-gridheader table th:not([rowspan="1"]),
|
|
@@ -3857,7 +3863,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3857
3863
|
.e-grid.sf-grid.e-default table th:not([rowspan="1"]).e-fixedfreeze.e-freezerightborder {
|
|
3858
3864
|
border-right-width: 1px;
|
|
3859
3865
|
}
|
|
3860
|
-
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]) {
|
|
3866
|
+
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]):not(.e-detailcell, .e-detailindentcell, .e-stackedheadercell) {
|
|
3861
3867
|
border-width: 0 1px 0 0;
|
|
3862
3868
|
}
|
|
3863
3869
|
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]).e-leftfreeze.e-freezeleftborder {
|
|
@@ -3885,6 +3891,20 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3885
3891
|
.e-grid.sf-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.sf-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
3886
3892
|
border-width: 0 0 0 1px;
|
|
3887
3893
|
}
|
|
3894
|
+
.e-grid.sf-grid.e-resize-lines th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines.e-rtl th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines.e-rtl th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder) {
|
|
3895
|
+
border-left: 0;
|
|
3896
|
+
border-right: 0;
|
|
3897
|
+
border-top: 0;
|
|
3898
|
+
}
|
|
3899
|
+
.e-grid.sf-grid.e-default.e-bothlines .e-headercell, .e-grid.sf-grid.e-default.e-bothlines .e-detailheadercell {
|
|
3900
|
+
border-width: 0 0 0 1px;
|
|
3901
|
+
}
|
|
3902
|
+
.e-grid.sf-grid.e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
3903
|
+
border-bottom-style: solid;
|
|
3904
|
+
border-bottom-width: 1px;
|
|
3905
|
+
border-left-style: solid;
|
|
3906
|
+
border-left-width: 1px;
|
|
3907
|
+
}
|
|
3888
3908
|
.e-grid.sf-grid .e-bigger .e-grid.sf-grid.e-grid.sf-grid .e-gridheader table th:not([rowspan="1"]), .e-grid.sf-grid .e-bigger .e-grid.sf-grid.e-grid.sf-grid.e-device .e-gridheader table th:not([rowspan="1"]),
|
|
3889
3909
|
.e-grid.sf-grid .e-grid.sf-grid.e-grid.sf-grid.e-bigger .e-gridheader table th:not([rowspan="1"]),
|
|
3890
3910
|
.e-grid.sf-grid .e-grid.sf-grid.e-grid.sf-grid.e-bigger.e-device .e-gridheader table th:not([rowspan="1"]) {
|
|
@@ -5000,6 +5020,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5000
5020
|
background-color: #f4f4f4;
|
|
5001
5021
|
}
|
|
5002
5022
|
|
|
5023
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5024
|
+
background-color: #f4f4f4;
|
|
5025
|
+
}
|
|
5026
|
+
|
|
5003
5027
|
.e-tooltip-wrap.e-griderror,
|
|
5004
5028
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5005
5029
|
background-color: #fcdbe4;
|