@syncfusion/ej2-angular-grids 23.2.4-ngcc → 23.2.6-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 +21 -0
- package/dist/ej2-angular-grids.umd.js +1 -1
- package/dist/ej2-angular-grids.umd.min.js +1 -1
- package/package.json +8 -8
- 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 +5 -0
- package/styles/bootstrap.css +5 -0
- package/styles/bootstrap4.css +5 -0
- package/styles/bootstrap5-dark.css +5 -0
- package/styles/bootstrap5.css +5 -0
- package/styles/fabric-dark.css +5 -0
- package/styles/fabric.css +5 -0
- package/styles/fluent-dark.css +11 -0
- package/styles/fluent.css +11 -0
- package/styles/grid/bootstrap-dark.css +5 -0
- package/styles/grid/bootstrap.css +5 -0
- package/styles/grid/bootstrap4.css +5 -0
- package/styles/grid/bootstrap5-dark.css +5 -0
- package/styles/grid/bootstrap5.css +5 -0
- package/styles/grid/fabric-dark.css +5 -0
- package/styles/grid/fabric.css +5 -0
- package/styles/grid/fluent-dark.css +11 -0
- package/styles/grid/fluent.css +11 -0
- package/styles/grid/highcontrast-light.css +5 -0
- package/styles/grid/highcontrast.css +5 -0
- package/styles/grid/material-dark.css +5 -0
- package/styles/grid/material.css +5 -0
- package/styles/grid/material3-dark.css +5 -0
- package/styles/grid/material3.css +5 -0
- package/styles/grid/tailwind-dark.css +5 -0
- package/styles/grid/tailwind.css +5 -0
- package/styles/highcontrast-light.css +5 -0
- package/styles/highcontrast.css +5 -0
- package/styles/material-dark.css +5 -0
- package/styles/material.css +5 -0
- package/styles/material3-dark.css +5 -0
- package/styles/material3.css +5 -0
- package/styles/tailwind-dark.css +5 -0
- package/styles/tailwind.css +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,27 @@
|
|
|
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
|
+
|
|
9
30
|
- `#I508354` - Cell selection is now working fine with row drag and drop.
|
|
10
31
|
|
|
11
32
|
## 23.1.44 (2023-11-07)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.js
|
|
3
|
-
* version : 23.2.
|
|
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-angular-grids.umd.min.js
|
|
3
|
-
* version : 23.2.
|
|
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-angular-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-grids@23.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-grids@23.2.4",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-ANF3/Nakc+BON1twDTh3kyBCUCUO6FKCc2KlsBOg97iXFtQDvYjxbsnv6vGSVlMec+7KH8ubFfV53Gs72ynVlQ==",
|
|
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-23.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-23.2.4.tgz",
|
|
23
|
+
"_shasum": "26c5f8d73289e0883e5007100e6723591cdda1ae",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-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-angular-base": "~23.2.
|
|
35
|
-
"@syncfusion/ej2-base": "~23.2.
|
|
36
|
-
"@syncfusion/ej2-grids": "23.2.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~23.2.5",
|
|
35
|
+
"@syncfusion/ej2-base": "~23.2.6",
|
|
36
|
+
"@syncfusion/ej2-grids": "23.2.6"
|
|
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": "23.2.
|
|
61
|
+
"version": "23.2.6-ngcc"
|
|
62
62
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-grids";
|
|
2
|
-
export declare const pkgVer = "^23.
|
|
2
|
+
export declare const pkgVer = "^23.2.4";
|
|
3
3
|
export declare const moduleName = "GridModule, PagerModule";
|
|
4
|
-
export declare const themeVer = "~23.
|
|
4
|
+
export declare const themeVer = "~23.2.4";
|
|
@@ -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 = '^23.2.
|
|
4
|
+
exports.pkgVer = '^23.2.6';
|
|
5
5
|
exports.moduleName = 'GridModule, PagerModule';
|
|
6
|
-
exports.themeVer = '~23.2.
|
|
6
|
+
exports.themeVer = '~23.2.6';
|
|
@@ -2917,6 +2917,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2917
2917
|
}
|
|
2918
2918
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2919
2919
|
left: 44%;
|
|
2920
|
+
top: -8px;
|
|
2920
2921
|
}
|
|
2921
2922
|
.e-grid .e-normaledit .e-rowcell {
|
|
2922
2923
|
padding-bottom: 0;
|
|
@@ -5052,6 +5053,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5052
5053
|
background-color: #393939;
|
|
5053
5054
|
}
|
|
5054
5055
|
|
|
5056
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5057
|
+
background-color: #393939;
|
|
5058
|
+
}
|
|
5059
|
+
|
|
5055
5060
|
.e-tooltip-wrap.e-griderror,
|
|
5056
5061
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5057
5062
|
background-color: #fcdbe4;
|
package/styles/bootstrap.css
CHANGED
|
@@ -2918,6 +2918,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2918
2918
|
}
|
|
2919
2919
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2920
2920
|
left: 44%;
|
|
2921
|
+
top: -8px;
|
|
2921
2922
|
}
|
|
2922
2923
|
.e-grid .e-normaledit .e-rowcell {
|
|
2923
2924
|
padding-bottom: 0;
|
|
@@ -5053,6 +5054,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5053
5054
|
background-color: #f5f5f5;
|
|
5054
5055
|
}
|
|
5055
5056
|
|
|
5057
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5058
|
+
background-color: #f5f5f5;
|
|
5059
|
+
}
|
|
5060
|
+
|
|
5056
5061
|
.e-tooltip-wrap.e-griderror,
|
|
5057
5062
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5058
5063
|
background-color: #fcdbe4;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2989,6 +2989,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2989
2989
|
}
|
|
2990
2990
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2991
2991
|
left: 44%;
|
|
2992
|
+
top: -8px;
|
|
2992
2993
|
}
|
|
2993
2994
|
.e-grid .e-normaledit .e-rowcell {
|
|
2994
2995
|
padding-bottom: 0;
|
|
@@ -5140,6 +5141,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5140
5141
|
background-color: rgba(0, 0, 0, 0.08);
|
|
5141
5142
|
}
|
|
5142
5143
|
|
|
5144
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5145
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
5146
|
+
}
|
|
5147
|
+
|
|
5143
5148
|
.e-tooltip-wrap.e-griderror,
|
|
5144
5149
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5145
5150
|
background-color: #fcdbe4;
|
|
@@ -2982,6 +2982,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2982
2982
|
}
|
|
2983
2983
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2984
2984
|
left: 44%;
|
|
2985
|
+
top: -8px;
|
|
2985
2986
|
}
|
|
2986
2987
|
.e-grid .e-normaledit .e-rowcell {
|
|
2987
2988
|
padding-bottom: 0;
|
|
@@ -5132,6 +5133,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5132
5133
|
background-color: #31373d;
|
|
5133
5134
|
}
|
|
5134
5135
|
|
|
5136
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5137
|
+
background-color: #31373d;
|
|
5138
|
+
}
|
|
5139
|
+
|
|
5135
5140
|
.e-tooltip-wrap.e-griderror,
|
|
5136
5141
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5137
5142
|
background-color: #fadfe2;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2982,6 +2982,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2982
2982
|
}
|
|
2983
2983
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2984
2984
|
left: 44%;
|
|
2985
|
+
top: -8px;
|
|
2985
2986
|
}
|
|
2986
2987
|
.e-grid .e-normaledit .e-rowcell {
|
|
2987
2988
|
padding-bottom: 0;
|
|
@@ -5132,6 +5133,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5132
5133
|
background-color: #eff1f4;
|
|
5133
5134
|
}
|
|
5134
5135
|
|
|
5136
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5137
|
+
background-color: #eff1f4;
|
|
5138
|
+
}
|
|
5139
|
+
|
|
5135
5140
|
.e-tooltip-wrap.e-griderror,
|
|
5136
5141
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5137
5142
|
background-color: #f8d7da;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2891,6 +2891,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2891
2891
|
}
|
|
2892
2892
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2893
2893
|
left: 44%;
|
|
2894
|
+
top: -8px;
|
|
2894
2895
|
}
|
|
2895
2896
|
.e-grid .e-normaledit .e-rowcell {
|
|
2896
2897
|
padding-bottom: 0;
|
|
@@ -5026,6 +5027,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5026
5027
|
background-color: #414040;
|
|
5027
5028
|
}
|
|
5028
5029
|
|
|
5030
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5031
|
+
background-color: #414040;
|
|
5032
|
+
}
|
|
5033
|
+
|
|
5029
5034
|
.e-tooltip-wrap.e-griderror,
|
|
5030
5035
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5031
5036
|
background-color: #fcdbe4;
|
package/styles/fabric.css
CHANGED
|
@@ -2884,6 +2884,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2884
2884
|
}
|
|
2885
2885
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2886
2886
|
left: 44%;
|
|
2887
|
+
top: -8px;
|
|
2887
2888
|
}
|
|
2888
2889
|
.e-grid .e-normaledit .e-rowcell {
|
|
2889
2890
|
padding-bottom: 0;
|
|
@@ -5019,6 +5020,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5019
5020
|
background-color: #f4f4f4;
|
|
5020
5021
|
}
|
|
5021
5022
|
|
|
5023
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5024
|
+
background-color: #f4f4f4;
|
|
5025
|
+
}
|
|
5026
|
+
|
|
5022
5027
|
.e-tooltip-wrap.e-griderror,
|
|
5023
5028
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5024
5029
|
background-color: #fcdbe4;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -2990,6 +2990,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2990
2990
|
}
|
|
2991
2991
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2992
2992
|
left: 44%;
|
|
2993
|
+
top: -8px;
|
|
2993
2994
|
}
|
|
2994
2995
|
.e-grid .e-normaledit .e-rowcell {
|
|
2995
2996
|
padding-bottom: 0;
|
|
@@ -4195,6 +4196,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4195
4196
|
padding-bottom: 0;
|
|
4196
4197
|
}
|
|
4197
4198
|
|
|
4199
|
+
.e-bigger.e-grid.sf-grid.e-row-responsive .e-gridcontent td::before, .e-bigger.e-grid.sf-grid.e-row-responsive .e-summarycontent td::before,
|
|
4200
|
+
.e-bigger .e-grid.sf-grid.e-row-responsive .e-gridcontent td::before,
|
|
4201
|
+
.e-bigger .e-grid.sf-grid.e-row-responsive .e-summarycontent td::before {
|
|
4202
|
+
overflow: hidden;
|
|
4203
|
+
}
|
|
4204
|
+
|
|
4198
4205
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover,
|
|
4199
4206
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active,
|
|
4200
4207
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus,
|
|
@@ -5164,6 +5171,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5164
5171
|
background-color: #252423;
|
|
5165
5172
|
}
|
|
5166
5173
|
|
|
5174
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5175
|
+
background-color: #252423;
|
|
5176
|
+
}
|
|
5177
|
+
|
|
5167
5178
|
.e-tooltip-wrap.e-griderror,
|
|
5168
5179
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5169
5180
|
background-color: #fed9cc;
|
package/styles/fluent.css
CHANGED
|
@@ -2990,6 +2990,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2990
2990
|
}
|
|
2991
2991
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2992
2992
|
left: 44%;
|
|
2993
|
+
top: -8px;
|
|
2993
2994
|
}
|
|
2994
2995
|
.e-grid .e-normaledit .e-rowcell {
|
|
2995
2996
|
padding-bottom: 0;
|
|
@@ -4195,6 +4196,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4195
4196
|
padding-bottom: 0;
|
|
4196
4197
|
}
|
|
4197
4198
|
|
|
4199
|
+
.e-bigger.e-grid.sf-grid.e-row-responsive .e-gridcontent td::before, .e-bigger.e-grid.sf-grid.e-row-responsive .e-summarycontent td::before,
|
|
4200
|
+
.e-bigger .e-grid.sf-grid.e-row-responsive .e-gridcontent td::before,
|
|
4201
|
+
.e-bigger .e-grid.sf-grid.e-row-responsive .e-summarycontent td::before {
|
|
4202
|
+
overflow: hidden;
|
|
4203
|
+
}
|
|
4204
|
+
|
|
4198
4205
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover,
|
|
4199
4206
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active,
|
|
4200
4207
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus,
|
|
@@ -5164,6 +5171,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5164
5171
|
background-color: #f3f2f1;
|
|
5165
5172
|
}
|
|
5166
5173
|
|
|
5174
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5175
|
+
background-color: #f3f2f1;
|
|
5176
|
+
}
|
|
5177
|
+
|
|
5167
5178
|
.e-tooltip-wrap.e-griderror,
|
|
5168
5179
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5169
5180
|
background-color: #fed9cc;
|
|
@@ -2493,6 +2493,7 @@
|
|
|
2493
2493
|
}
|
|
2494
2494
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2495
2495
|
left: 44%;
|
|
2496
|
+
top: -8px;
|
|
2496
2497
|
}
|
|
2497
2498
|
.e-grid .e-normaledit .e-rowcell {
|
|
2498
2499
|
padding-bottom: 0;
|
|
@@ -4628,6 +4629,10 @@
|
|
|
4628
4629
|
background-color: #393939;
|
|
4629
4630
|
}
|
|
4630
4631
|
|
|
4632
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
4633
|
+
background-color: #393939;
|
|
4634
|
+
}
|
|
4635
|
+
|
|
4631
4636
|
.e-tooltip-wrap.e-griderror,
|
|
4632
4637
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
4633
4638
|
background-color: #fcdbe4;
|
|
@@ -2494,6 +2494,7 @@
|
|
|
2494
2494
|
}
|
|
2495
2495
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2496
2496
|
left: 44%;
|
|
2497
|
+
top: -8px;
|
|
2497
2498
|
}
|
|
2498
2499
|
.e-grid .e-normaledit .e-rowcell {
|
|
2499
2500
|
padding-bottom: 0;
|
|
@@ -4629,6 +4630,10 @@
|
|
|
4629
4630
|
background-color: #f5f5f5;
|
|
4630
4631
|
}
|
|
4631
4632
|
|
|
4633
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
4634
|
+
background-color: #f5f5f5;
|
|
4635
|
+
}
|
|
4636
|
+
|
|
4632
4637
|
.e-tooltip-wrap.e-griderror,
|
|
4633
4638
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
4634
4639
|
background-color: #fcdbe4;
|
|
@@ -2554,6 +2554,7 @@
|
|
|
2554
2554
|
}
|
|
2555
2555
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2556
2556
|
left: 44%;
|
|
2557
|
+
top: -8px;
|
|
2557
2558
|
}
|
|
2558
2559
|
.e-grid .e-normaledit .e-rowcell {
|
|
2559
2560
|
padding-bottom: 0;
|
|
@@ -4705,6 +4706,10 @@
|
|
|
4705
4706
|
background-color: rgba(0, 0, 0, 0.08);
|
|
4706
4707
|
}
|
|
4707
4708
|
|
|
4709
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
4710
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
4711
|
+
}
|
|
4712
|
+
|
|
4708
4713
|
.e-tooltip-wrap.e-griderror,
|
|
4709
4714
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
4710
4715
|
background-color: #fcdbe4;
|
|
@@ -2555,6 +2555,7 @@
|
|
|
2555
2555
|
}
|
|
2556
2556
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2557
2557
|
left: 44%;
|
|
2558
|
+
top: -8px;
|
|
2558
2559
|
}
|
|
2559
2560
|
.e-grid .e-normaledit .e-rowcell {
|
|
2560
2561
|
padding-bottom: 0;
|
|
@@ -4705,6 +4706,10 @@
|
|
|
4705
4706
|
background-color: #31373d;
|
|
4706
4707
|
}
|
|
4707
4708
|
|
|
4709
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
4710
|
+
background-color: #31373d;
|
|
4711
|
+
}
|
|
4712
|
+
|
|
4708
4713
|
.e-tooltip-wrap.e-griderror,
|
|
4709
4714
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
4710
4715
|
background-color: #fadfe2;
|
|
@@ -2555,6 +2555,7 @@
|
|
|
2555
2555
|
}
|
|
2556
2556
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2557
2557
|
left: 44%;
|
|
2558
|
+
top: -8px;
|
|
2558
2559
|
}
|
|
2559
2560
|
.e-grid .e-normaledit .e-rowcell {
|
|
2560
2561
|
padding-bottom: 0;
|
|
@@ -4705,6 +4706,10 @@
|
|
|
4705
4706
|
background-color: #eff1f4;
|
|
4706
4707
|
}
|
|
4707
4708
|
|
|
4709
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
4710
|
+
background-color: #eff1f4;
|
|
4711
|
+
}
|
|
4712
|
+
|
|
4708
4713
|
.e-tooltip-wrap.e-griderror,
|
|
4709
4714
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
4710
4715
|
background-color: #f8d7da;
|
|
@@ -2467,6 +2467,7 @@
|
|
|
2467
2467
|
}
|
|
2468
2468
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2469
2469
|
left: 44%;
|
|
2470
|
+
top: -8px;
|
|
2470
2471
|
}
|
|
2471
2472
|
.e-grid .e-normaledit .e-rowcell {
|
|
2472
2473
|
padding-bottom: 0;
|
|
@@ -4602,6 +4603,10 @@
|
|
|
4602
4603
|
background-color: #414040;
|
|
4603
4604
|
}
|
|
4604
4605
|
|
|
4606
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
4607
|
+
background-color: #414040;
|
|
4608
|
+
}
|
|
4609
|
+
|
|
4605
4610
|
.e-tooltip-wrap.e-griderror,
|
|
4606
4611
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
4607
4612
|
background-color: #fcdbe4;
|
package/styles/grid/fabric.css
CHANGED
|
@@ -2460,6 +2460,7 @@
|
|
|
2460
2460
|
}
|
|
2461
2461
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2462
2462
|
left: 44%;
|
|
2463
|
+
top: -8px;
|
|
2463
2464
|
}
|
|
2464
2465
|
.e-grid .e-normaledit .e-rowcell {
|
|
2465
2466
|
padding-bottom: 0;
|
|
@@ -4595,6 +4596,10 @@
|
|
|
4595
4596
|
background-color: #f4f4f4;
|
|
4596
4597
|
}
|
|
4597
4598
|
|
|
4599
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
4600
|
+
background-color: #f4f4f4;
|
|
4601
|
+
}
|
|
4602
|
+
|
|
4598
4603
|
.e-tooltip-wrap.e-griderror,
|
|
4599
4604
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
4600
4605
|
background-color: #fcdbe4;
|
|
@@ -2563,6 +2563,7 @@
|
|
|
2563
2563
|
}
|
|
2564
2564
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2565
2565
|
left: 44%;
|
|
2566
|
+
top: -8px;
|
|
2566
2567
|
}
|
|
2567
2568
|
.e-grid .e-normaledit .e-rowcell {
|
|
2568
2569
|
padding-bottom: 0;
|
|
@@ -3768,6 +3769,12 @@
|
|
|
3768
3769
|
padding-bottom: 0;
|
|
3769
3770
|
}
|
|
3770
3771
|
|
|
3772
|
+
.e-bigger.e-grid.sf-grid.e-row-responsive .e-gridcontent td::before, .e-bigger.e-grid.sf-grid.e-row-responsive .e-summarycontent td::before,
|
|
3773
|
+
.e-bigger .e-grid.sf-grid.e-row-responsive .e-gridcontent td::before,
|
|
3774
|
+
.e-bigger .e-grid.sf-grid.e-row-responsive .e-summarycontent td::before {
|
|
3775
|
+
overflow: hidden;
|
|
3776
|
+
}
|
|
3777
|
+
|
|
3771
3778
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover,
|
|
3772
3779
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active,
|
|
3773
3780
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus,
|
|
@@ -4737,6 +4744,10 @@
|
|
|
4737
4744
|
background-color: #252423;
|
|
4738
4745
|
}
|
|
4739
4746
|
|
|
4747
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
4748
|
+
background-color: #252423;
|
|
4749
|
+
}
|
|
4750
|
+
|
|
4740
4751
|
.e-tooltip-wrap.e-griderror,
|
|
4741
4752
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
4742
4753
|
background-color: #fed9cc;
|
package/styles/grid/fluent.css
CHANGED
|
@@ -2563,6 +2563,7 @@
|
|
|
2563
2563
|
}
|
|
2564
2564
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2565
2565
|
left: 44%;
|
|
2566
|
+
top: -8px;
|
|
2566
2567
|
}
|
|
2567
2568
|
.e-grid .e-normaledit .e-rowcell {
|
|
2568
2569
|
padding-bottom: 0;
|
|
@@ -3768,6 +3769,12 @@
|
|
|
3768
3769
|
padding-bottom: 0;
|
|
3769
3770
|
}
|
|
3770
3771
|
|
|
3772
|
+
.e-bigger.e-grid.sf-grid.e-row-responsive .e-gridcontent td::before, .e-bigger.e-grid.sf-grid.e-row-responsive .e-summarycontent td::before,
|
|
3773
|
+
.e-bigger .e-grid.sf-grid.e-row-responsive .e-gridcontent td::before,
|
|
3774
|
+
.e-bigger .e-grid.sf-grid.e-row-responsive .e-summarycontent td::before {
|
|
3775
|
+
overflow: hidden;
|
|
3776
|
+
}
|
|
3777
|
+
|
|
3771
3778
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover,
|
|
3772
3779
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active,
|
|
3773
3780
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus,
|
|
@@ -4737,6 +4744,10 @@
|
|
|
4737
4744
|
background-color: #f3f2f1;
|
|
4738
4745
|
}
|
|
4739
4746
|
|
|
4747
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
4748
|
+
background-color: #f3f2f1;
|
|
4749
|
+
}
|
|
4750
|
+
|
|
4740
4751
|
.e-tooltip-wrap.e-griderror,
|
|
4741
4752
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
4742
4753
|
background-color: #fed9cc;
|
|
@@ -2464,6 +2464,7 @@
|
|
|
2464
2464
|
}
|
|
2465
2465
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2466
2466
|
left: 44%;
|
|
2467
|
+
top: -8px;
|
|
2467
2468
|
}
|
|
2468
2469
|
.e-grid .e-normaledit .e-rowcell {
|
|
2469
2470
|
padding-bottom: 0;
|
|
@@ -4599,6 +4600,10 @@
|
|
|
4599
4600
|
background-color: #ecf;
|
|
4600
4601
|
}
|
|
4601
4602
|
|
|
4603
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
4604
|
+
background-color: #ecf;
|
|
4605
|
+
}
|
|
4606
|
+
|
|
4602
4607
|
.e-tooltip-wrap.e-griderror,
|
|
4603
4608
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
4604
4609
|
background-color: #b30900;
|
|
@@ -2464,6 +2464,7 @@
|
|
|
2464
2464
|
}
|
|
2465
2465
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2466
2466
|
left: 44%;
|
|
2467
|
+
top: -8px;
|
|
2467
2468
|
}
|
|
2468
2469
|
.e-grid .e-normaledit .e-rowcell {
|
|
2469
2470
|
padding-bottom: 0;
|
|
@@ -4599,6 +4600,10 @@
|
|
|
4599
4600
|
background-color: #685708;
|
|
4600
4601
|
}
|
|
4601
4602
|
|
|
4603
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
4604
|
+
background-color: #685708;
|
|
4605
|
+
}
|
|
4606
|
+
|
|
4602
4607
|
.e-tooltip-wrap.e-griderror,
|
|
4603
4608
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
4604
4609
|
background-color: #b30900;
|
|
@@ -2507,6 +2507,7 @@
|
|
|
2507
2507
|
}
|
|
2508
2508
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2509
2509
|
left: 44%;
|
|
2510
|
+
top: -8px;
|
|
2510
2511
|
}
|
|
2511
2512
|
.e-grid .e-normaledit .e-rowcell {
|
|
2512
2513
|
padding-bottom: 0;
|
|
@@ -4642,6 +4643,10 @@
|
|
|
4642
4643
|
background-color: rgb(89, 86, 86);
|
|
4643
4644
|
}
|
|
4644
4645
|
|
|
4646
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
4647
|
+
background-color: rgb(89, 86, 86);
|
|
4648
|
+
}
|
|
4649
|
+
|
|
4645
4650
|
.e-tooltip-wrap.e-griderror,
|
|
4646
4651
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
4647
4652
|
background-color: #fcdbe4;
|
package/styles/grid/material.css
CHANGED
|
@@ -2541,6 +2541,7 @@
|
|
|
2541
2541
|
}
|
|
2542
2542
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2543
2543
|
left: 44%;
|
|
2544
|
+
top: -8px;
|
|
2544
2545
|
}
|
|
2545
2546
|
.e-grid .e-normaledit .e-rowcell {
|
|
2546
2547
|
padding-bottom: 0;
|
|
@@ -4676,6 +4677,10 @@
|
|
|
4676
4677
|
background-color: #eee;
|
|
4677
4678
|
}
|
|
4678
4679
|
|
|
4680
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
4681
|
+
background-color: #eee;
|
|
4682
|
+
}
|
|
4683
|
+
|
|
4679
4684
|
.e-tooltip-wrap.e-griderror,
|
|
4680
4685
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
4681
4686
|
background-color: #fcdbe4;
|
|
@@ -2761,6 +2761,7 @@
|
|
|
2761
2761
|
}
|
|
2762
2762
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2763
2763
|
left: 44%;
|
|
2764
|
+
top: -8px;
|
|
2764
2765
|
}
|
|
2765
2766
|
.e-grid .e-normaledit .e-rowcell {
|
|
2766
2767
|
padding-bottom: 0;
|
|
@@ -4947,6 +4948,10 @@
|
|
|
4947
4948
|
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
4948
4949
|
}
|
|
4949
4950
|
|
|
4951
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
4952
|
+
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
4953
|
+
}
|
|
4954
|
+
|
|
4950
4955
|
.e-tooltip-wrap.e-griderror,
|
|
4951
4956
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
4952
4957
|
background-color: rgba(var(--color-sf-error-container));
|
|
@@ -2817,6 +2817,7 @@
|
|
|
2817
2817
|
}
|
|
2818
2818
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2819
2819
|
left: 44%;
|
|
2820
|
+
top: -8px;
|
|
2820
2821
|
}
|
|
2821
2822
|
.e-grid .e-normaledit .e-rowcell {
|
|
2822
2823
|
padding-bottom: 0;
|
|
@@ -5003,6 +5004,10 @@
|
|
|
5003
5004
|
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
5004
5005
|
}
|
|
5005
5006
|
|
|
5007
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5008
|
+
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
5009
|
+
}
|
|
5010
|
+
|
|
5006
5011
|
.e-tooltip-wrap.e-griderror,
|
|
5007
5012
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5008
5013
|
background-color: rgba(var(--color-sf-error-container));
|
|
@@ -2570,6 +2570,7 @@
|
|
|
2570
2570
|
}
|
|
2571
2571
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2572
2572
|
left: 44%;
|
|
2573
|
+
top: -8px;
|
|
2573
2574
|
}
|
|
2574
2575
|
.e-grid .e-normaledit .e-rowcell {
|
|
2575
2576
|
padding-bottom: 0;
|
|
@@ -4723,6 +4724,10 @@
|
|
|
4723
4724
|
background-color: #4b5563;
|
|
4724
4725
|
}
|
|
4725
4726
|
|
|
4727
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
4728
|
+
background-color: #4b5563;
|
|
4729
|
+
}
|
|
4730
|
+
|
|
4726
4731
|
.e-tooltip-wrap.e-griderror,
|
|
4727
4732
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
4728
4733
|
background-color: #fee2e2;
|
package/styles/grid/tailwind.css
CHANGED
|
@@ -2570,6 +2570,7 @@
|
|
|
2570
2570
|
}
|
|
2571
2571
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2572
2572
|
left: 44%;
|
|
2573
|
+
top: -8px;
|
|
2573
2574
|
}
|
|
2574
2575
|
.e-grid .e-normaledit .e-rowcell {
|
|
2575
2576
|
padding-bottom: 0;
|
|
@@ -4723,6 +4724,10 @@
|
|
|
4723
4724
|
background-color: #f3f4f6;
|
|
4724
4725
|
}
|
|
4725
4726
|
|
|
4727
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
4728
|
+
background-color: #f3f4f6;
|
|
4729
|
+
}
|
|
4730
|
+
|
|
4726
4731
|
.e-tooltip-wrap.e-griderror,
|
|
4727
4732
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
4728
4733
|
background-color: #fee2e2;
|
|
@@ -2888,6 +2888,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2888
2888
|
}
|
|
2889
2889
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2890
2890
|
left: 44%;
|
|
2891
|
+
top: -8px;
|
|
2891
2892
|
}
|
|
2892
2893
|
.e-grid .e-normaledit .e-rowcell {
|
|
2893
2894
|
padding-bottom: 0;
|
|
@@ -5023,6 +5024,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5023
5024
|
background-color: #ecf;
|
|
5024
5025
|
}
|
|
5025
5026
|
|
|
5027
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5028
|
+
background-color: #ecf;
|
|
5029
|
+
}
|
|
5030
|
+
|
|
5026
5031
|
.e-tooltip-wrap.e-griderror,
|
|
5027
5032
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5028
5033
|
background-color: #b30900;
|
package/styles/highcontrast.css
CHANGED
|
@@ -2888,6 +2888,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2888
2888
|
}
|
|
2889
2889
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2890
2890
|
left: 44%;
|
|
2891
|
+
top: -8px;
|
|
2891
2892
|
}
|
|
2892
2893
|
.e-grid .e-normaledit .e-rowcell {
|
|
2893
2894
|
padding-bottom: 0;
|
|
@@ -5023,6 +5024,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5023
5024
|
background-color: #685708;
|
|
5024
5025
|
}
|
|
5025
5026
|
|
|
5027
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5028
|
+
background-color: #685708;
|
|
5029
|
+
}
|
|
5030
|
+
|
|
5026
5031
|
.e-tooltip-wrap.e-griderror,
|
|
5027
5032
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5028
5033
|
background-color: #b30900;
|
package/styles/material-dark.css
CHANGED
|
@@ -2937,6 +2937,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2937
2937
|
}
|
|
2938
2938
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2939
2939
|
left: 44%;
|
|
2940
|
+
top: -8px;
|
|
2940
2941
|
}
|
|
2941
2942
|
.e-grid .e-normaledit .e-rowcell {
|
|
2942
2943
|
padding-bottom: 0;
|
|
@@ -5072,6 +5073,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5072
5073
|
background-color: rgb(89, 86, 86);
|
|
5073
5074
|
}
|
|
5074
5075
|
|
|
5076
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5077
|
+
background-color: rgb(89, 86, 86);
|
|
5078
|
+
}
|
|
5079
|
+
|
|
5075
5080
|
.e-tooltip-wrap.e-griderror,
|
|
5076
5081
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5077
5082
|
background-color: #fcdbe4;
|
package/styles/material.css
CHANGED
|
@@ -2979,6 +2979,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2979
2979
|
}
|
|
2980
2980
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2981
2981
|
left: 44%;
|
|
2982
|
+
top: -8px;
|
|
2982
2983
|
}
|
|
2983
2984
|
.e-grid .e-normaledit .e-rowcell {
|
|
2984
2985
|
padding-bottom: 0;
|
|
@@ -5114,6 +5115,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5114
5115
|
background-color: #eee;
|
|
5115
5116
|
}
|
|
5116
5117
|
|
|
5118
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5119
|
+
background-color: #eee;
|
|
5120
|
+
}
|
|
5121
|
+
|
|
5117
5122
|
.e-tooltip-wrap.e-griderror,
|
|
5118
5123
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5119
5124
|
background-color: #fcdbe4;
|
|
@@ -3291,6 +3291,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3291
3291
|
}
|
|
3292
3292
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
3293
3293
|
left: 44%;
|
|
3294
|
+
top: -8px;
|
|
3294
3295
|
}
|
|
3295
3296
|
.e-grid .e-normaledit .e-rowcell {
|
|
3296
3297
|
padding-bottom: 0;
|
|
@@ -5477,6 +5478,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5477
5478
|
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
5478
5479
|
}
|
|
5479
5480
|
|
|
5481
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5482
|
+
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
5483
|
+
}
|
|
5484
|
+
|
|
5480
5485
|
.e-tooltip-wrap.e-griderror,
|
|
5481
5486
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5482
5487
|
background-color: rgba(var(--color-sf-error-container));
|
package/styles/material3.css
CHANGED
|
@@ -3403,6 +3403,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3403
3403
|
}
|
|
3404
3404
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
3405
3405
|
left: 44%;
|
|
3406
|
+
top: -8px;
|
|
3406
3407
|
}
|
|
3407
3408
|
.e-grid .e-normaledit .e-rowcell {
|
|
3408
3409
|
padding-bottom: 0;
|
|
@@ -5589,6 +5590,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5589
5590
|
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
5590
5591
|
}
|
|
5591
5592
|
|
|
5593
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5594
|
+
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
5595
|
+
}
|
|
5596
|
+
|
|
5592
5597
|
.e-tooltip-wrap.e-griderror,
|
|
5593
5598
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5594
5599
|
background-color: rgba(var(--color-sf-error-container));
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -2997,6 +2997,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2997
2997
|
}
|
|
2998
2998
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2999
2999
|
left: 44%;
|
|
3000
|
+
top: -8px;
|
|
3000
3001
|
}
|
|
3001
3002
|
.e-grid .e-normaledit .e-rowcell {
|
|
3002
3003
|
padding-bottom: 0;
|
|
@@ -5150,6 +5151,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5150
5151
|
background-color: #4b5563;
|
|
5151
5152
|
}
|
|
5152
5153
|
|
|
5154
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5155
|
+
background-color: #4b5563;
|
|
5156
|
+
}
|
|
5157
|
+
|
|
5153
5158
|
.e-tooltip-wrap.e-griderror,
|
|
5154
5159
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5155
5160
|
background-color: #fee2e2;
|
package/styles/tailwind.css
CHANGED
|
@@ -2997,6 +2997,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2997
2997
|
}
|
|
2998
2998
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2999
2999
|
left: 44%;
|
|
3000
|
+
top: -8px;
|
|
3000
3001
|
}
|
|
3001
3002
|
.e-grid .e-normaledit .e-rowcell {
|
|
3002
3003
|
padding-bottom: 0;
|
|
@@ -5150,6 +5151,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5150
5151
|
background-color: #f3f4f6;
|
|
5151
5152
|
}
|
|
5152
5153
|
|
|
5154
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5155
|
+
background-color: #f3f4f6;
|
|
5156
|
+
}
|
|
5157
|
+
|
|
5153
5158
|
.e-tooltip-wrap.e-griderror,
|
|
5154
5159
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5155
5160
|
background-color: #fee2e2;
|