@syncfusion/ej2-angular-grids 20.1.58 → 20.1.61
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-angular-grids.umd.js +1 -1
- package/dist/ej2-angular-grids.umd.min.js +1 -1
- package/package.json +7 -7
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +6 -0
- package/styles/bootstrap.css +6 -0
- package/styles/bootstrap4.css +6 -0
- package/styles/bootstrap5-dark.css +6 -0
- package/styles/bootstrap5.css +6 -0
- package/styles/fabric-dark.css +6 -0
- package/styles/fabric.css +6 -0
- package/styles/fluent-dark.css +6 -0
- package/styles/fluent.css +6 -0
- package/styles/grid/bootstrap-dark.css +6 -0
- package/styles/grid/bootstrap.css +6 -0
- package/styles/grid/bootstrap4.css +6 -0
- package/styles/grid/bootstrap5-dark.css +6 -0
- package/styles/grid/bootstrap5.css +6 -0
- package/styles/grid/fabric-dark.css +6 -0
- package/styles/grid/fabric.css +6 -0
- package/styles/grid/fluent-dark.css +6 -0
- package/styles/grid/fluent.css +6 -0
- package/styles/grid/highcontrast-light.css +6 -0
- package/styles/grid/highcontrast.css +6 -0
- package/styles/grid/material-dark.css +6 -0
- package/styles/grid/material.css +6 -0
- package/styles/grid/tailwind-dark.css +6 -0
- package/styles/grid/tailwind.css +6 -0
- package/styles/highcontrast-light.css +6 -0
- package/styles/highcontrast.css +6 -0
- package/styles/material-dark.css +6 -0
- package/styles/material.css +6 -0
- package/styles/tailwind-dark.css +6 -0
- package/styles/tailwind.css +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,35 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I379545` - Menu Filter is not working properly when filtering applied in other columns issue has been fixed.
|
|
10
|
+
- `#I383669` - Script error thrown when destroy the Sticky Header Grid using `ngIf` property has been fixed.
|
|
11
|
+
|
|
12
|
+
## 20.1.60 (2022-06-14)
|
|
13
|
+
|
|
14
|
+
### Grid
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- `#I379616` - Script error when checkbox in last column while editing issue has been fixed.
|
|
19
|
+
- `#I379762` - Insert action issue with `InfiniteScrolling` in URL Adaptor has been fixed.
|
|
20
|
+
- `#F175233` - Scroller thumb is shown when empty record displayed in the Virtualization Grid has been fixed.
|
|
21
|
+
|
|
22
|
+
## 20.1.59 (2022-06-07)
|
|
23
|
+
|
|
24
|
+
### Grid
|
|
25
|
+
|
|
26
|
+
#### Bug Fixes
|
|
27
|
+
|
|
28
|
+
- `#I367001` - Alignment issue while adding new row with frozen grid and `rowDragandDrop` is fixed
|
|
29
|
+
- `#I378140` - Combination of Excel and Menu filter with `foreignkey` column throws script error is fixed
|
|
30
|
+
- `#I377994` - Row selection is not updated properly inside the `rowDeselected` event while performing data actions in grid has been fixed.
|
|
31
|
+
|
|
32
|
+
## 20.1.58 (2022-05-31)
|
|
33
|
+
|
|
34
|
+
### Grid
|
|
35
|
+
|
|
36
|
+
#### Bug Fixes
|
|
37
|
+
|
|
9
38
|
- `#I357493` - An issue with the grid throws a `NotFoundError` on Unmount in IE11 when using the custom template has been resolved.
|
|
10
39
|
- `#I372485` - Adding new rows in-between with infinite scrolling issue has been fixed.
|
|
11
40
|
- `#I375336` - Scrolling is not working fine with Virtualization Grid when having frozen column has been fixed.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.61
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.61
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-grids@20.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-grids@20.1.60",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-VcHmlJwbUi08pQGWyd1E8D0pB2fr+VV5zGJ2aIBo9V1SsW0+dyqaFi90ipfh5ZZH2OI1NRjvGmfLvIo5mbHNdg==",
|
|
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": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-20.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-20.1.60.tgz",
|
|
23
|
+
"_shasum": "c4e4597d33e6fbf10410294294564cbea20d1f5b",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~20.1.55",
|
|
35
|
-
"@syncfusion/ej2-base": "~20.1.
|
|
36
|
-
"@syncfusion/ej2-grids": "20.1.
|
|
35
|
+
"@syncfusion/ej2-base": "~20.1.61",
|
|
36
|
+
"@syncfusion/ej2-grids": "20.1.61"
|
|
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",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"schematics": "./schematics/collection.json",
|
|
70
70
|
"sideEffects": false,
|
|
71
71
|
"typings": "ej2-angular-grids.d.ts",
|
|
72
|
-
"version": "20.1.
|
|
72
|
+
"version": "20.1.61"
|
|
73
73
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-grids";
|
|
2
|
-
export declare const pkgVer = "^20.1.
|
|
2
|
+
export declare const pkgVer = "^20.1.60";
|
|
3
3
|
export declare const moduleName = "GridModule, PagerModule";
|
|
4
|
-
export declare const themeVer = "~20.1.
|
|
4
|
+
export declare const themeVer = "~20.1.60";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-grids';
|
|
4
|
-
exports.pkgVer = '^20.1.
|
|
4
|
+
exports.pkgVer = '^20.1.60';
|
|
5
5
|
exports.moduleName = 'GridModule, PagerModule';
|
|
6
|
-
exports.themeVer = '~20.1.
|
|
6
|
+
exports.themeVer = '~20.1.60';
|
|
@@ -4053,6 +4053,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4053
4053
|
-ms-user-select: none;
|
|
4054
4054
|
user-select: none;
|
|
4055
4055
|
}
|
|
4056
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
4057
|
+
margin-top: -1.5px;
|
|
4058
|
+
}
|
|
4059
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
4060
|
+
margin-top: -1.5px;
|
|
4061
|
+
}
|
|
4056
4062
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
4057
4063
|
background-color: rgba(0, 0, 0, 0.1);
|
|
4058
4064
|
display: inline-block;
|
package/styles/bootstrap.css
CHANGED
|
@@ -4054,6 +4054,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4054
4054
|
-ms-user-select: none;
|
|
4055
4055
|
user-select: none;
|
|
4056
4056
|
}
|
|
4057
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
4058
|
+
margin-top: -1.5px;
|
|
4059
|
+
}
|
|
4060
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
4061
|
+
margin-top: -1.5px;
|
|
4062
|
+
}
|
|
4057
4063
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
4058
4064
|
background-color: rgba(0, 0, 0, 0.1);
|
|
4059
4065
|
display: inline-block;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -4103,6 +4103,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4103
4103
|
-ms-user-select: none;
|
|
4104
4104
|
user-select: none;
|
|
4105
4105
|
}
|
|
4106
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
4107
|
+
margin-top: -1px;
|
|
4108
|
+
}
|
|
4109
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
4110
|
+
margin-top: -3px;
|
|
4111
|
+
}
|
|
4106
4112
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
4107
4113
|
background-color: rgba(0, 0, 0, 0.1);
|
|
4108
4114
|
display: inline-block;
|
|
@@ -4153,6 +4153,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4153
4153
|
-ms-user-select: none;
|
|
4154
4154
|
user-select: none;
|
|
4155
4155
|
}
|
|
4156
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
4157
|
+
margin-top: 0;
|
|
4158
|
+
}
|
|
4159
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
4160
|
+
margin-top: 0;
|
|
4161
|
+
}
|
|
4156
4162
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
4157
4163
|
background-color: rgba(0, 0, 0, 0.1);
|
|
4158
4164
|
display: inline-block;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -4153,6 +4153,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4153
4153
|
-ms-user-select: none;
|
|
4154
4154
|
user-select: none;
|
|
4155
4155
|
}
|
|
4156
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
4157
|
+
margin-top: 0;
|
|
4158
|
+
}
|
|
4159
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
4160
|
+
margin-top: 0;
|
|
4161
|
+
}
|
|
4156
4162
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
4157
4163
|
background-color: rgba(0, 0, 0, 0.1);
|
|
4158
4164
|
display: inline-block;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -4029,6 +4029,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4029
4029
|
-ms-user-select: none;
|
|
4030
4030
|
user-select: none;
|
|
4031
4031
|
}
|
|
4032
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
4033
|
+
margin-top: 0;
|
|
4034
|
+
}
|
|
4035
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
4036
|
+
margin-top: 0;
|
|
4037
|
+
}
|
|
4032
4038
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
4033
4039
|
background-color: rgba(0, 0, 0, 0.1);
|
|
4034
4040
|
display: inline-block;
|
package/styles/fabric.css
CHANGED
|
@@ -4022,6 +4022,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4022
4022
|
-ms-user-select: none;
|
|
4023
4023
|
user-select: none;
|
|
4024
4024
|
}
|
|
4025
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
4026
|
+
margin-top: 0;
|
|
4027
|
+
}
|
|
4028
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
4029
|
+
margin-top: 0;
|
|
4030
|
+
}
|
|
4025
4031
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
4026
4032
|
background-color: rgba(0, 0, 0, 0.1);
|
|
4027
4033
|
display: inline-block;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -4129,6 +4129,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4129
4129
|
-ms-user-select: none;
|
|
4130
4130
|
user-select: none;
|
|
4131
4131
|
}
|
|
4132
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
4133
|
+
margin-top: 0;
|
|
4134
|
+
}
|
|
4135
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
4136
|
+
margin-top: -1.4px;
|
|
4137
|
+
}
|
|
4132
4138
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
4133
4139
|
background-color: rgba(0, 0, 0, 0.1);
|
|
4134
4140
|
display: inline-block;
|
package/styles/fluent.css
CHANGED
|
@@ -4129,6 +4129,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4129
4129
|
-ms-user-select: none;
|
|
4130
4130
|
user-select: none;
|
|
4131
4131
|
}
|
|
4132
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
4133
|
+
margin-top: 0;
|
|
4134
|
+
}
|
|
4135
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
4136
|
+
margin-top: -1.4px;
|
|
4137
|
+
}
|
|
4132
4138
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
4133
4139
|
background-color: rgba(0, 0, 0, 0.1);
|
|
4134
4140
|
display: inline-block;
|
|
@@ -2960,6 +2960,12 @@
|
|
|
2960
2960
|
-ms-user-select: none;
|
|
2961
2961
|
user-select: none;
|
|
2962
2962
|
}
|
|
2963
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2964
|
+
margin-top: -1.5px;
|
|
2965
|
+
}
|
|
2966
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2967
|
+
margin-top: -1.5px;
|
|
2968
|
+
}
|
|
2963
2969
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
2964
2970
|
background-color: rgba(0, 0, 0, 0.1);
|
|
2965
2971
|
display: inline-block;
|
|
@@ -2961,6 +2961,12 @@
|
|
|
2961
2961
|
-ms-user-select: none;
|
|
2962
2962
|
user-select: none;
|
|
2963
2963
|
}
|
|
2964
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2965
|
+
margin-top: -1.5px;
|
|
2966
|
+
}
|
|
2967
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2968
|
+
margin-top: -1.5px;
|
|
2969
|
+
}
|
|
2964
2970
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
2965
2971
|
background-color: rgba(0, 0, 0, 0.1);
|
|
2966
2972
|
display: inline-block;
|
|
@@ -3002,6 +3002,12 @@
|
|
|
3002
3002
|
-ms-user-select: none;
|
|
3003
3003
|
user-select: none;
|
|
3004
3004
|
}
|
|
3005
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3006
|
+
margin-top: -1px;
|
|
3007
|
+
}
|
|
3008
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3009
|
+
margin-top: -3px;
|
|
3010
|
+
}
|
|
3005
3011
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3006
3012
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3007
3013
|
display: inline-block;
|
|
@@ -3022,6 +3022,12 @@
|
|
|
3022
3022
|
-ms-user-select: none;
|
|
3023
3023
|
user-select: none;
|
|
3024
3024
|
}
|
|
3025
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3026
|
+
margin-top: 0;
|
|
3027
|
+
}
|
|
3028
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3029
|
+
margin-top: 0;
|
|
3030
|
+
}
|
|
3025
3031
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3026
3032
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3027
3033
|
display: inline-block;
|
|
@@ -3022,6 +3022,12 @@
|
|
|
3022
3022
|
-ms-user-select: none;
|
|
3023
3023
|
user-select: none;
|
|
3024
3024
|
}
|
|
3025
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3026
|
+
margin-top: 0;
|
|
3027
|
+
}
|
|
3028
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3029
|
+
margin-top: 0;
|
|
3030
|
+
}
|
|
3025
3031
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3026
3032
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3027
3033
|
display: inline-block;
|
|
@@ -2936,6 +2936,12 @@
|
|
|
2936
2936
|
-ms-user-select: none;
|
|
2937
2937
|
user-select: none;
|
|
2938
2938
|
}
|
|
2939
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2940
|
+
margin-top: 0;
|
|
2941
|
+
}
|
|
2942
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2943
|
+
margin-top: 0;
|
|
2944
|
+
}
|
|
2939
2945
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
2940
2946
|
background-color: rgba(0, 0, 0, 0.1);
|
|
2941
2947
|
display: inline-block;
|
package/styles/grid/fabric.css
CHANGED
|
@@ -2929,6 +2929,12 @@
|
|
|
2929
2929
|
-ms-user-select: none;
|
|
2930
2930
|
user-select: none;
|
|
2931
2931
|
}
|
|
2932
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2933
|
+
margin-top: 0;
|
|
2934
|
+
}
|
|
2935
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2936
|
+
margin-top: 0;
|
|
2937
|
+
}
|
|
2932
2938
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
2933
2939
|
background-color: rgba(0, 0, 0, 0.1);
|
|
2934
2940
|
display: inline-block;
|
|
@@ -3031,6 +3031,12 @@
|
|
|
3031
3031
|
-ms-user-select: none;
|
|
3032
3032
|
user-select: none;
|
|
3033
3033
|
}
|
|
3034
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3035
|
+
margin-top: 0;
|
|
3036
|
+
}
|
|
3037
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3038
|
+
margin-top: -1.4px;
|
|
3039
|
+
}
|
|
3034
3040
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3035
3041
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3036
3042
|
display: inline-block;
|
package/styles/grid/fluent.css
CHANGED
|
@@ -3031,6 +3031,12 @@
|
|
|
3031
3031
|
-ms-user-select: none;
|
|
3032
3032
|
user-select: none;
|
|
3033
3033
|
}
|
|
3034
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3035
|
+
margin-top: 0;
|
|
3036
|
+
}
|
|
3037
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3038
|
+
margin-top: -1.4px;
|
|
3039
|
+
}
|
|
3034
3040
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3035
3041
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3036
3042
|
display: inline-block;
|
|
@@ -2933,6 +2933,12 @@
|
|
|
2933
2933
|
-ms-user-select: none;
|
|
2934
2934
|
user-select: none;
|
|
2935
2935
|
}
|
|
2936
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2937
|
+
margin-top: 0;
|
|
2938
|
+
}
|
|
2939
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2940
|
+
margin-top: 0;
|
|
2941
|
+
}
|
|
2936
2942
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
2937
2943
|
background-color: rgba(0, 0, 0, 0.1);
|
|
2938
2944
|
display: inline-block;
|
|
@@ -2933,6 +2933,12 @@
|
|
|
2933
2933
|
-ms-user-select: none;
|
|
2934
2934
|
user-select: none;
|
|
2935
2935
|
}
|
|
2936
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2937
|
+
margin-top: 0;
|
|
2938
|
+
}
|
|
2939
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2940
|
+
margin-top: 0;
|
|
2941
|
+
}
|
|
2936
2942
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
2937
2943
|
background-color: rgba(0, 0, 0, 0.1);
|
|
2938
2944
|
display: inline-block;
|
|
@@ -2977,6 +2977,12 @@
|
|
|
2977
2977
|
-ms-user-select: none;
|
|
2978
2978
|
user-select: none;
|
|
2979
2979
|
}
|
|
2980
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2981
|
+
margin-top: 0;
|
|
2982
|
+
}
|
|
2983
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2984
|
+
margin-top: 0;
|
|
2985
|
+
}
|
|
2980
2986
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
2981
2987
|
background-color: rgba(0, 0, 0, 0.1);
|
|
2982
2988
|
display: inline-block;
|
package/styles/grid/material.css
CHANGED
|
@@ -3011,6 +3011,12 @@
|
|
|
3011
3011
|
-ms-user-select: none;
|
|
3012
3012
|
user-select: none;
|
|
3013
3013
|
}
|
|
3014
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3015
|
+
margin-top: 0;
|
|
3016
|
+
}
|
|
3017
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3018
|
+
margin-top: 0;
|
|
3019
|
+
}
|
|
3014
3020
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3015
3021
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3016
3022
|
display: inline-block;
|
|
@@ -3046,6 +3046,12 @@
|
|
|
3046
3046
|
-ms-user-select: none;
|
|
3047
3047
|
user-select: none;
|
|
3048
3048
|
}
|
|
3049
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3050
|
+
margin-top: -11px;
|
|
3051
|
+
}
|
|
3052
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3053
|
+
margin-top: 1px;
|
|
3054
|
+
}
|
|
3049
3055
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3050
3056
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3051
3057
|
display: inline-block;
|
package/styles/grid/tailwind.css
CHANGED
|
@@ -3046,6 +3046,12 @@
|
|
|
3046
3046
|
-ms-user-select: none;
|
|
3047
3047
|
user-select: none;
|
|
3048
3048
|
}
|
|
3049
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3050
|
+
margin-top: -11px;
|
|
3051
|
+
}
|
|
3052
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3053
|
+
margin-top: 1px;
|
|
3054
|
+
}
|
|
3049
3055
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3050
3056
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3051
3057
|
display: inline-block;
|
|
@@ -4026,6 +4026,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4026
4026
|
-ms-user-select: none;
|
|
4027
4027
|
user-select: none;
|
|
4028
4028
|
}
|
|
4029
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
4030
|
+
margin-top: 0;
|
|
4031
|
+
}
|
|
4032
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
4033
|
+
margin-top: 0;
|
|
4034
|
+
}
|
|
4029
4035
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
4030
4036
|
background-color: rgba(0, 0, 0, 0.1);
|
|
4031
4037
|
display: inline-block;
|
package/styles/highcontrast.css
CHANGED
|
@@ -4026,6 +4026,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4026
4026
|
-ms-user-select: none;
|
|
4027
4027
|
user-select: none;
|
|
4028
4028
|
}
|
|
4029
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
4030
|
+
margin-top: 0;
|
|
4031
|
+
}
|
|
4032
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
4033
|
+
margin-top: 0;
|
|
4034
|
+
}
|
|
4029
4035
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
4030
4036
|
background-color: rgba(0, 0, 0, 0.1);
|
|
4031
4037
|
display: inline-block;
|
package/styles/material-dark.css
CHANGED
|
@@ -4076,6 +4076,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4076
4076
|
-ms-user-select: none;
|
|
4077
4077
|
user-select: none;
|
|
4078
4078
|
}
|
|
4079
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
4080
|
+
margin-top: 0;
|
|
4081
|
+
}
|
|
4082
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
4083
|
+
margin-top: 0;
|
|
4084
|
+
}
|
|
4079
4085
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
4080
4086
|
background-color: rgba(0, 0, 0, 0.1);
|
|
4081
4087
|
display: inline-block;
|
package/styles/material.css
CHANGED
|
@@ -4118,6 +4118,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4118
4118
|
-ms-user-select: none;
|
|
4119
4119
|
user-select: none;
|
|
4120
4120
|
}
|
|
4121
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
4122
|
+
margin-top: 0;
|
|
4123
|
+
}
|
|
4124
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
4125
|
+
margin-top: 0;
|
|
4126
|
+
}
|
|
4121
4127
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
4122
4128
|
background-color: rgba(0, 0, 0, 0.1);
|
|
4123
4129
|
display: inline-block;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -4270,6 +4270,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4270
4270
|
-ms-user-select: none;
|
|
4271
4271
|
user-select: none;
|
|
4272
4272
|
}
|
|
4273
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
4274
|
+
margin-top: -11px;
|
|
4275
|
+
}
|
|
4276
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
4277
|
+
margin-top: 1px;
|
|
4278
|
+
}
|
|
4273
4279
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
4274
4280
|
background-color: rgba(0, 0, 0, 0.1);
|
|
4275
4281
|
display: inline-block;
|
package/styles/tailwind.css
CHANGED
|
@@ -4270,6 +4270,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4270
4270
|
-ms-user-select: none;
|
|
4271
4271
|
user-select: none;
|
|
4272
4272
|
}
|
|
4273
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
4274
|
+
margin-top: -11px;
|
|
4275
|
+
}
|
|
4276
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
4277
|
+
margin-top: 1px;
|
|
4278
|
+
}
|
|
4273
4279
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
4274
4280
|
background-color: rgba(0, 0, 0, 0.1);
|
|
4275
4281
|
display: inline-block;
|