@syncfusion/ej2-react-grids 21.2.10 → 22.1.34
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 +9 -109
- 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/styles/bootstrap-dark.css +55 -26
- package/styles/bootstrap.css +56 -27
- package/styles/bootstrap4.css +51 -22
- package/styles/bootstrap5-dark.css +64 -37
- package/styles/bootstrap5.css +64 -37
- package/styles/excel-filter/material3-dark.css +668 -0
- package/styles/excel-filter/material3-dark.scss +2 -0
- package/styles/excel-filter/material3.css +724 -0
- package/styles/excel-filter/material3.scss +2 -0
- package/styles/fabric-dark.css +45 -16
- package/styles/fabric.css +54 -25
- package/styles/fluent-dark.css +48 -20
- package/styles/fluent.css +48 -20
- package/styles/grid/bootstrap-dark.css +55 -26
- package/styles/grid/bootstrap.css +56 -27
- package/styles/grid/bootstrap4.css +51 -22
- package/styles/grid/bootstrap5-dark.css +64 -37
- package/styles/grid/bootstrap5.css +64 -37
- package/styles/grid/fabric-dark.css +45 -16
- package/styles/grid/fabric.css +54 -25
- package/styles/grid/fluent-dark.css +48 -20
- package/styles/grid/fluent.css +48 -20
- package/styles/grid/highcontrast-light.css +43 -14
- package/styles/grid/highcontrast.css +40 -11
- package/styles/grid/material-dark.css +45 -16
- package/styles/grid/material.css +57 -28
- package/styles/grid/material3-dark.css +4528 -0
- package/styles/grid/material3-dark.scss +2 -0
- package/styles/grid/material3.css +4584 -0
- package/styles/grid/material3.scss +2 -0
- package/styles/grid/tailwind-dark.css +46 -18
- package/styles/grid/tailwind.css +46 -18
- package/styles/highcontrast-light.css +43 -14
- package/styles/highcontrast.css +40 -11
- package/styles/material-dark.css +45 -16
- package/styles/material.css +57 -28
- package/styles/material3-dark.css +5056 -0
- package/styles/material3-dark.scss +3 -0
- package/styles/material3.css +5167 -0
- package/styles/material3.scss +3 -0
- package/styles/tailwind-dark.css +46 -18
- package/styles/tailwind.css +46 -18
package/CHANGELOG.md
CHANGED
|
@@ -4,119 +4,19 @@
|
|
|
4
4
|
|
|
5
5
|
### Grid
|
|
6
6
|
|
|
7
|
-
#### Bug
|
|
8
|
-
|
|
9
|
-
- `#I469063` - The script error that occurred while exporting a lazy load grouping Grid into Excel has been resolved.
|
|
10
|
-
- `#I466214` - The issue of the pager count not being properly updated when adding a new record to the Grid, especially when there are fewer records than the page size, has been successfully resolved.
|
|
11
|
-
|
|
12
|
-
## 21.2.9 (2023-06-06)
|
|
13
|
-
|
|
14
|
-
### Grid
|
|
15
|
-
|
|
16
|
-
#### Bug Fixes
|
|
17
|
-
|
|
18
|
-
- `#I456364` - Fixed the issue where editing was not working properly when virtual scroll was enabled and the primary key was a complex data.
|
|
19
|
-
- `#I456281` - Resolved the script error that was thrown when sorting a column after adding a new record in the grid with cache mode enabled.
|
|
20
|
-
- `#I459037` - Pasting issue with Grid has been resolved.
|
|
21
|
-
- `#I469713` - Resolved the issue where data was duplicated in the complex field when using an empty nested object.
|
|
22
|
-
|
|
23
|
-
## 21.2.8 (2023-05-30)
|
|
24
|
-
|
|
25
|
-
### Grid
|
|
26
|
-
|
|
27
|
-
#### Bug Fixes
|
|
28
|
-
|
|
29
|
-
- `#I466214` - Resolved the issue where the page size was not being increased when adding new records to the grid containing a pager dropdown.
|
|
30
|
-
- `#I464294` - Resolved the issue where the value zero is not displayed in the grid while using complex data binding.
|
|
31
|
-
|
|
32
|
-
## 21.2.6 (2023-05-23)
|
|
33
|
-
|
|
34
|
-
### Grid
|
|
35
|
-
|
|
36
|
-
#### Bug Fixes
|
|
37
|
-
|
|
38
|
-
- `#I458689` - Resolved the issue where the bottom border was not shown when using `virtualization` with a limited number of records.
|
|
39
|
-
- `#I455549` - Fixed the problem where the column template was not being re-created after tabbing from batch edit mode in React.
|
|
40
|
-
- `#I456631` - Resolved the issue where the search functionality was not working properly within brackets.
|
|
41
|
-
- `#I458148` - `ResetOnRowClick` resets only the checked rows in the current page while using remote data binding has been resolved.
|
|
42
|
-
- `#I453406` - Removed the deprecated attribute `cellspacing` from the grid table and added the CSS property `border-spacing` instead.
|
|
43
|
-
- `I#459037` - Fixed the paste error that occurred with an empty data source and the addition of a row in Batch mode.
|
|
44
|
-
|
|
45
|
-
## 21.2.5 (2023-05-16)
|
|
46
|
-
|
|
47
|
-
### Grid
|
|
48
|
-
|
|
49
|
-
#### Bug Fixes
|
|
50
|
-
|
|
51
|
-
- `#I459274` - The issue regarding the `All` page size is not working properly with the `RemoteSaveAdaptor` has been resolved.
|
|
52
|
-
- `#I459703` - Pager component's tooltip not getting updated on locale change issue has been fixed.
|
|
53
|
-
- `#F181837` - The problem related to copy-pasting when adding a new record has been resolved.
|
|
54
|
-
- `#I452083` - The issue of text overlapping in the vertical row rendering mode of the adaptive grid has been resolved.
|
|
55
|
-
- `#FB43372` -The Content Security Policy violation issue related to grid paging and grouping has been resolved.
|
|
56
|
-
- `#I460038` - Resolved the issue where the detail template being rendered with bold and centred formatting.
|
|
57
|
-
|
|
58
|
-
## 21.2.4 (2023-05-09)
|
|
7
|
+
#### Bug fixes
|
|
59
8
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
#### Bug Fixes
|
|
63
|
-
|
|
64
|
-
- `#F169671` - Now, the `ExcelQueryCellInfo` event is called properly in both parent and child grids.
|
|
65
|
-
- `#I441999` - Ensured that the `recordDoubleClick` event is now properly triggered on iPad devices as well.
|
|
66
|
-
- `#F181654` - Fixed issue where the react state value was being updated incorrectly with Grid templates.
|
|
67
|
-
- `#I451314` - Provided support for exporting to PDF with custom data sources.
|
|
68
|
-
- `#I457476` - Resolved a script error that occurred when the down arrow key was long-pressed while the frozen and virtual scrolling feature was enabled in the Grid.
|
|
69
|
-
|
|
70
|
-
## 21.2.3 (2023-05-03)
|
|
71
|
-
|
|
72
|
-
### Grid
|
|
9
|
+
- Improved the checkbox selection functionality by integrating Grid observable binding and incorporating support for the virtual scrolling feature.
|
|
73
10
|
|
|
74
|
-
####
|
|
75
|
-
|
|
76
|
-
- `#I432845` - Fixed the issue where `Lazylaod` grouping with aggregates was not exported properly in Angular and React platforms.
|
|
77
|
-
- `#F181415` - Fixed the issue where the typing for `filterbeforeopen` event of `FilterMenu` was not set properly.
|
|
78
|
-
- `#I450047` - Performance degradation on infinite scrolling with column templates has been fixed.
|
|
79
|
-
- `#I455291` - The issue of being unable to edit a newly added row when the dataSource is empty and infinite scrolling is enabled has been resolved.
|
|
80
|
-
|
|
81
|
-
## 21.1.41 (2023-04-18)
|
|
82
|
-
|
|
83
|
-
### Grid
|
|
84
|
-
|
|
85
|
-
#### Bug Fixes
|
|
86
|
-
|
|
87
|
-
- `#I442797` - The issue of an error occurring when hovering over the search option on a filter dropdown has been resolved and fixed.
|
|
88
|
-
- `#I452425` - The row selection is not working properly when virtualisation is enabled and an odd number is set as the page size has been resolved.
|
|
89
|
-
- `#I455150` - The issue with the script error while opening the custom filter template in the grid filter menu feature has been resolved.
|
|
90
|
-
- `#I451761` - Script error being thrown when copying an empty Grid has been resolved.
|
|
91
|
-
- `#I453134` - The last edited cell is now correctly saved when the tab key is pressed from the last row cell, even when `allowAdding` is set to `false` in batch edit mode.
|
|
92
|
-
|
|
93
|
-
- `#I455150` - The issue with the script error while opening the custom filter template in the grid filter menu feature has been resolved.
|
|
94
|
-
|
|
95
|
-
## 21.1.39 (2023-04-11)
|
|
96
|
-
|
|
97
|
-
### Grid
|
|
98
|
-
|
|
99
|
-
#### Bug Fixes
|
|
100
|
-
|
|
101
|
-
- `#I443674` - Resolved the issue where the currency format was incorrect with grid excel export.
|
|
102
|
-
- `#F175708` - Fixed the issue where the change event of the textbox component was not triggered when pressing the tab key on batch edit.
|
|
103
|
-
- `#I432022` - Resolved the issue where the grid was being re rendered while updating state due to the use of function type property.
|
|
104
|
-
- `#I447288` - The issue of virtual scrolling not functioning correctly when rendering the Grid at the bottom of the page has been resolved.
|
|
105
|
-
|
|
106
|
-
## 21.1.38 (2023-04-04)
|
|
107
|
-
|
|
108
|
-
### Grid
|
|
109
|
-
|
|
110
|
-
#### Bug Fixes
|
|
11
|
+
#### Features
|
|
111
12
|
|
|
112
|
-
- `#
|
|
113
|
-
- `#
|
|
114
|
-
- `#
|
|
115
|
-
- `#I444506` - Last row border is not applied while reordering a row to the last index issue has been resolved.
|
|
116
|
-
- `#F180653` - `rowHeight` does not work properly with Detail Template issue has been resolved.
|
|
117
|
-
- `#F180026` - The issue of the last row being removed after adding a new row has been resolved when the page size is set to `ALL`.
|
|
13
|
+
- `#I451870` - The Pager component has been enhanced to be more responsive. It now includes the ability to automatically resize itself and dynamically show or hide pager items based on the width of the Grid. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/pager-dropdown.html).
|
|
14
|
+
- `#FB31707` - Added functionality to support drag-and-drop of grid rows between different groups within the Grid. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/drag-drop-within-grid.html).
|
|
15
|
+
- `#FB6478`, `#FB5702` - Implemented support for maintaining the state of expanded grouped rows during editing actions. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/grouping.html).
|
|
118
16
|
|
|
119
|
-
- `#
|
|
17
|
+
- `#I451870` - The Pager component has been enhanced to be more responsive. It now includes the ability to automatically resize itself and dynamically show or hide pager items based on the width of the Grid. Please find the demo link [here](https://ej2.syncfusion.com/react/demos/#/bootstrap5/grid/paging).
|
|
18
|
+
- `#FB31707` - Added functionality to support drag-and-drop of grid rows between different groups within the Grid. Please find the demo link [here](https://ej2.syncfusion.com/react/demos/#/bootstrap5/grid/drag-drop-within-grid).
|
|
19
|
+
- `#FB6478`, `#FB5702` - Implemented support for maintaining the state of expanded grouped rows during editing actions. Please find the demo link [here](https://ej2.syncfusion.com/react/demos/#/bootstrap5/grid/grouping).
|
|
120
20
|
|
|
121
21
|
## 21.1.35 (2023-03-23)
|
|
122
22
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-grids.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 22.1.34
|
|
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-react-grids.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 22.1.34
|
|
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-react-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-grids@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-grids@1.150.50",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-HIOB0JZeSubf5CYBLJOKLAwZSHylpXTLNgGOczxhyOtCXVszkQf75W6RL5izX5MyZ1EC4O3/cKXkr00mPhZe6w==",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-grids/-/ej2-react-grids-1.150.50.tgz",
|
|
23
|
+
"_shasum": "d9e524b7eda3fe4dd4948c4399d6499f3201b116",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-grids": "
|
|
36
|
-
"@syncfusion/ej2-react-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~22.1.34",
|
|
35
|
+
"@syncfusion/ej2-grids": "22.1.34",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~22.1.34"
|
|
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": "
|
|
57
|
+
"version": "22.1.34",
|
|
58
58
|
"sideEffects": false
|
|
59
59
|
}
|
|
@@ -1060,7 +1060,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1060
1060
|
}
|
|
1061
1061
|
.e-bigger .e-grid.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv,
|
|
1062
1062
|
.e-grid.e-bigger.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv {
|
|
1063
|
-
margin: -29px
|
|
1063
|
+
margin: -29px -5px 0 7px;
|
|
1064
1064
|
}
|
|
1065
1065
|
.e-bigger .e-grid.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv,
|
|
1066
1066
|
.e-grid.e-bigger.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
|
|
@@ -1082,11 +1082,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1082
1082
|
.e-bigger .e-grid.e-rtl .e-headercell.e-rightalign .e-headercelldiv .e-sortnumber, .e-bigger .e-grid.e-rtl .e-detailheadercell.e-rightalign .e-headercelldiv .e-sortnumber,
|
|
1083
1083
|
.e-grid.e-bigger.e-rtl .e-headercell.e-rightalign .e-headercelldiv .e-sortnumber,
|
|
1084
1084
|
.e-grid.e-bigger.e-rtl .e-detailheadercell.e-rightalign .e-headercelldiv .e-sortnumber {
|
|
1085
|
-
margin:
|
|
1085
|
+
margin: 6px 0 0 10px;
|
|
1086
1086
|
}
|
|
1087
1087
|
.e-bigger .e-grid.e-rtl .e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber,
|
|
1088
1088
|
.e-grid.e-bigger.e-rtl .e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber {
|
|
1089
|
-
margin:
|
|
1089
|
+
margin: 8px 0 0 10px;
|
|
1090
1090
|
}
|
|
1091
1091
|
.e-bigger .e-grid .e-rowcell,
|
|
1092
1092
|
.e-bigger .e-grid .e-summarycell,
|
|
@@ -1145,6 +1145,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1145
1145
|
.e-bigger .e-grid.e-bigger .e-columnmenu,
|
|
1146
1146
|
.e-grid.e-bigger.e-bigger .e-columnmenu {
|
|
1147
1147
|
bottom: 16px;
|
|
1148
|
+
margin: -20px -20px;
|
|
1149
|
+
}
|
|
1150
|
+
.e-bigger .e-grid.e-device .e-columnmenu,
|
|
1151
|
+
.e-grid.e-bigger.e-device .e-columnmenu {
|
|
1148
1152
|
margin: -20px -18px;
|
|
1149
1153
|
}
|
|
1150
1154
|
.e-bigger .e-grid .e-columnmenu,
|
|
@@ -1254,7 +1258,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1254
1258
|
}
|
|
1255
1259
|
.e-bigger .e-grid.e-device .e-groupheadercell .e-ungroupbutton,
|
|
1256
1260
|
.e-grid.e-bigger.e-device .e-groupheadercell .e-ungroupbutton {
|
|
1257
|
-
line-height:
|
|
1261
|
+
line-height: 39px;
|
|
1258
1262
|
}
|
|
1259
1263
|
.e-bigger .e-grid.e-device .e-normaledit .e-rowcell,
|
|
1260
1264
|
.e-grid.e-bigger.e-device .e-normaledit .e-rowcell {
|
|
@@ -1291,16 +1295,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1291
1295
|
.e-grid.e-bigger .e-groupsort,
|
|
1292
1296
|
.e-grid.e-bigger span.e-ungroupbutton,
|
|
1293
1297
|
.e-grid.e-bigger .e-toggleungroup {
|
|
1294
|
-
margin-left: -
|
|
1298
|
+
margin-left: -6px;
|
|
1295
1299
|
margin-top: -4px;
|
|
1296
1300
|
}
|
|
1297
1301
|
.e-bigger .e-grid span.e-ungroupbutton.e-icons,
|
|
1298
1302
|
.e-grid.e-bigger span.e-ungroupbutton.e-icons {
|
|
1299
1303
|
font-size: 14px;
|
|
1300
|
-
margin-left: -
|
|
1304
|
+
margin-left: -5px;
|
|
1305
|
+
padding-top: 0;
|
|
1301
1306
|
margin-top: -3px;
|
|
1302
1307
|
margin-right: 0;
|
|
1303
|
-
padding-top: 0;
|
|
1304
1308
|
}
|
|
1305
1309
|
.e-bigger .e-grid.e-device span.e-ungroupbutton.e-icons,
|
|
1306
1310
|
.e-grid.e-bigger.e-device span.e-ungroupbutton.e-icons {
|
|
@@ -1324,7 +1328,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1324
1328
|
.e-bigger .e-grid.e-rtl span.e-ungroupbutton.e-icons,
|
|
1325
1329
|
.e-grid.e-bigger.e-rtl span.e-ungroupbutton.e-icons {
|
|
1326
1330
|
margin-left: 0;
|
|
1327
|
-
margin-right: -
|
|
1331
|
+
margin-right: -8px;
|
|
1328
1332
|
margin-top: -4px;
|
|
1329
1333
|
padding-left: 8px;
|
|
1330
1334
|
}
|
|
@@ -1440,7 +1444,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1440
1444
|
-ms-user-select: none;
|
|
1441
1445
|
user-select: none;
|
|
1442
1446
|
}
|
|
1443
|
-
|
|
1444
1447
|
.e-grid {
|
|
1445
1448
|
border-radius: 4px;
|
|
1446
1449
|
border-style: none solid solid;
|
|
@@ -1836,6 +1839,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1836
1839
|
border-collapse: separate;
|
|
1837
1840
|
table-layout: fixed;
|
|
1838
1841
|
width: 100%;
|
|
1842
|
+
border-spacing: 0.25px;
|
|
1839
1843
|
}
|
|
1840
1844
|
.e-grid .e-tableborder {
|
|
1841
1845
|
border-right: 1px solid;
|
|
@@ -2132,13 +2136,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2132
2136
|
.e-grid .e-sortfilterdiv {
|
|
2133
2137
|
float: right;
|
|
2134
2138
|
height: 16px;
|
|
2135
|
-
margin: -29px
|
|
2139
|
+
margin: -29px 0;
|
|
2136
2140
|
padding: 15px 0;
|
|
2137
2141
|
width: 16px;
|
|
2138
2142
|
}
|
|
2139
2143
|
.e-grid .e-gridheader .e-rightalign .e-sortfilterdiv {
|
|
2140
2144
|
float: left;
|
|
2141
|
-
margin: -29px
|
|
2145
|
+
margin: -29px 5px;
|
|
2142
2146
|
}
|
|
2143
2147
|
.e-grid .e-gridheader .e-sortfilter .e-rightalign .e-headercelldiv,
|
|
2144
2148
|
.e-grid .e-gridheader .e-rightalign .e-stackedheadercelldiv {
|
|
@@ -2220,10 +2224,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2220
2224
|
margin: 8px 0 0 20px;
|
|
2221
2225
|
}
|
|
2222
2226
|
.e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv {
|
|
2223
|
-
margin: -29px
|
|
2227
|
+
margin: -29px 18px -29px 0;
|
|
2224
2228
|
}
|
|
2225
2229
|
.e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
|
|
2226
|
-
margin: -29px -11px 0
|
|
2230
|
+
margin: -29px -11px 0 7px;
|
|
2227
2231
|
}
|
|
2228
2232
|
.e-grid.e-wrap .e-gridheader .e-rightalign .e-sortnumber {
|
|
2229
2233
|
margin: 3px 2px 0 20px;
|
|
@@ -2242,7 +2246,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2242
2246
|
position: absolute;
|
|
2243
2247
|
right: 23px;
|
|
2244
2248
|
float: right;
|
|
2245
|
-
margin: -20px;
|
|
2249
|
+
margin: -20.5px -20px;
|
|
2246
2250
|
padding: 6px;
|
|
2247
2251
|
}
|
|
2248
2252
|
.e-grid.e-wrap .e-columnmenu {
|
|
@@ -2251,7 +2255,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2251
2255
|
.e-grid.e-rtl .e-columnmenu {
|
|
2252
2256
|
left: 5px;
|
|
2253
2257
|
right: auto;
|
|
2254
|
-
margin: -20px -18px -18px
|
|
2258
|
+
margin: -20px -18px -18px -4px;
|
|
2255
2259
|
}
|
|
2256
2260
|
.e-grid.e-wrap.e-rtl .e-columnmenu {
|
|
2257
2261
|
line-height: 10px;
|
|
@@ -2457,12 +2461,22 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2457
2461
|
font-size: 14px;
|
|
2458
2462
|
padding: 4px;
|
|
2459
2463
|
}
|
|
2460
|
-
.e-grid .e-lastsummarycell {
|
|
2464
|
+
.e-grid .e-footerpadding .e-lastsummarycell {
|
|
2465
|
+
border-left: none;
|
|
2461
2466
|
border-right: 1px solid;
|
|
2462
2467
|
}
|
|
2468
|
+
.e-grid.e-rtl .e-footerpadding tr.e-summaryrow td.e-lastsummarycell:last-child {
|
|
2469
|
+
border-right: none;
|
|
2470
|
+
border-left: 1px solid #484848;
|
|
2471
|
+
}
|
|
2463
2472
|
.e-grid .e-footerpadding {
|
|
2473
|
+
padding-left: 0;
|
|
2464
2474
|
padding-right: 14px;
|
|
2465
2475
|
}
|
|
2476
|
+
.e-grid.e-rtl .e-footerpadding {
|
|
2477
|
+
padding-left: 14px;
|
|
2478
|
+
padding-right: 0;
|
|
2479
|
+
}
|
|
2466
2480
|
.e-grid .e-gridpopup span {
|
|
2467
2481
|
border: 1px solid transparent;
|
|
2468
2482
|
cursor: pointer;
|
|
@@ -2578,6 +2592,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2578
2592
|
.e-grid td.e-active {
|
|
2579
2593
|
font-weight: normal;
|
|
2580
2594
|
}
|
|
2595
|
+
.e-grid:not(.e-row-responsive) .e-gridcontent tr.e-row:first-child td.e-cellselectionbackground,
|
|
2581
2596
|
.e-grid td.e-cellselectionbackground {
|
|
2582
2597
|
font-weight: normal;
|
|
2583
2598
|
}
|
|
@@ -2672,7 +2687,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2672
2687
|
line-height: 26px;
|
|
2673
2688
|
}
|
|
2674
2689
|
.e-grid.e-device .e-groupheadercell .e-ungroupbutton {
|
|
2675
|
-
line-height:
|
|
2690
|
+
line-height: 23px;
|
|
2691
|
+
}
|
|
2692
|
+
.e-grid.e-device .e-groupheadercell .e-groupsort {
|
|
2693
|
+
margin-top: 0;
|
|
2676
2694
|
}
|
|
2677
2695
|
.e-grid .e-groupheadercell .e-cancel {
|
|
2678
2696
|
padding-right: 12px;
|
|
@@ -2684,14 +2702,14 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2684
2702
|
.e-grid .e-ungroupbutton,
|
|
2685
2703
|
.e-grid .e-toggleungroup {
|
|
2686
2704
|
font-size: 12px;
|
|
2687
|
-
margin-left: -
|
|
2705
|
+
margin-left: -6px;
|
|
2688
2706
|
}
|
|
2689
2707
|
.e-grid .e-groupsort {
|
|
2690
2708
|
margin-right: 0;
|
|
2691
2709
|
margin-top: -3px;
|
|
2692
2710
|
}
|
|
2693
2711
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2694
|
-
margin-left: -
|
|
2712
|
+
margin-left: -6px;
|
|
2695
2713
|
margin-top: -3px;
|
|
2696
2714
|
padding-top: 4px;
|
|
2697
2715
|
padding-right: 8px;
|
|
@@ -3083,7 +3101,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3083
3101
|
.e-grid.e-rtl .e-headercell.e-fltr-icon .e-headercelldiv.e-headerchkcelldiv .e-sortnumber, .e-grid.e-rtl .e-detailheadercell.e-fltr-icon .e-headercelldiv .e-sortnumber,
|
|
3084
3102
|
.e-grid.e-rtl .e-detailheadercell.e-fltr-icon .e-headercelldiv.e-headerchkcelldiv .e-sortnumber {
|
|
3085
3103
|
float: left;
|
|
3086
|
-
margin:
|
|
3104
|
+
margin: 8px 0 0 9px;
|
|
3087
3105
|
}
|
|
3088
3106
|
.e-grid.e-rtl .e-headercell .e-headercelldiv,
|
|
3089
3107
|
.e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv, .e-grid.e-rtl .e-detailheadercell .e-headercelldiv,
|
|
@@ -3095,7 +3113,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3095
3113
|
.e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber, .e-grid.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber,
|
|
3096
3114
|
.e-grid.e-rtl .e-detailheadercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber {
|
|
3097
3115
|
float: left;
|
|
3098
|
-
margin:
|
|
3116
|
+
margin: 8px 0 0 9px;
|
|
3099
3117
|
}
|
|
3100
3118
|
.e-grid.e-rtl .e-headercell .e-filterbarcell input, .e-grid.e-rtl .e-detailheadercell .e-filterbarcell input {
|
|
3101
3119
|
border-width: 0;
|
|
@@ -3126,7 +3144,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3126
3144
|
}
|
|
3127
3145
|
.e-grid.e-rtl .e-headercell.e-fltr-icon.e-rightalign .e-sortnumber, .e-grid.e-rtl .e-detailheadercell.e-fltr-icon.e-rightalign .e-sortnumber {
|
|
3128
3146
|
float: left;
|
|
3129
|
-
margin:
|
|
3147
|
+
margin: 8px 0 0 6px;
|
|
3130
3148
|
}
|
|
3131
3149
|
.e-grid.e-rtl .e-headercell.e-rightalign .e-sortnumber, .e-grid.e-rtl .e-detailheadercell.e-rightalign .e-sortnumber {
|
|
3132
3150
|
float: left;
|
|
@@ -3280,7 +3298,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3280
3298
|
}
|
|
3281
3299
|
.e-grid.e-rtl span.e-ungroupbutton.e-icons {
|
|
3282
3300
|
margin-left: 0;
|
|
3283
|
-
margin-right: -
|
|
3301
|
+
margin-right: -8px;
|
|
3284
3302
|
padding-top: 4px;
|
|
3285
3303
|
}
|
|
3286
3304
|
.e-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
@@ -3604,9 +3622,17 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3604
3622
|
padding-left: 0;
|
|
3605
3623
|
padding-right: 4px;
|
|
3606
3624
|
}
|
|
3625
|
+
.e-bigger .e-grid .e-columnmenu,
|
|
3626
|
+
.e-bigger.e-grid .e-columnmenu {
|
|
3627
|
+
margin: -20px -20px;
|
|
3628
|
+
}
|
|
3607
3629
|
.e-bigger .e-grid.e-rtl .e-columnmenu,
|
|
3608
3630
|
.e-bigger.e-grid.e-rtl .e-columnmenu {
|
|
3609
|
-
margin: -20px -18px -18px
|
|
3631
|
+
margin: -20px -18px -18px -4px;
|
|
3632
|
+
}
|
|
3633
|
+
.e-bigger .e-grid.e-rtl.e-device .e-columnmenu,
|
|
3634
|
+
.e-bigger.e-grid.e-rtl.e-device .e-columnmenu {
|
|
3635
|
+
margin: -20px -18px -18px -4px;
|
|
3610
3636
|
}
|
|
3611
3637
|
.e-bigger .e-grid.e-rtl .e-groupheadercell span,
|
|
3612
3638
|
.e-bigger.e-grid.e-rtl .e-groupheadercell span {
|
|
@@ -3915,9 +3941,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3915
3941
|
}
|
|
3916
3942
|
.e-bigger .e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-dlg-custom-header,
|
|
3917
3943
|
.e-bigger.e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-dlg-custom-header {
|
|
3918
|
-
font-weight: 500;
|
|
3919
3944
|
padding-top: 10px;
|
|
3920
3945
|
width: 100%;
|
|
3946
|
+
font-weight: 500;
|
|
3921
3947
|
}
|
|
3922
3948
|
.e-bigger .e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-filter-clear-btn,
|
|
3923
3949
|
.e-bigger.e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-filter-clear-btn {
|
|
@@ -4226,6 +4252,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4226
4252
|
}
|
|
4227
4253
|
.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,
|
|
4228
4254
|
.e-grid .e-gridcontent .e-rowcell.e-dragborder,
|
|
4255
|
+
.e-grid .e-gridcontent .e-groupcaption.e-dragborder,
|
|
4256
|
+
.e-grid .e-gridcontent .e-summarycell.e-dragborder,
|
|
4229
4257
|
.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder, .e-grid .e-gridheader thead tr th.e-firstrowdragborder, .e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, .e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder, .e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder {
|
|
4230
4258
|
box-shadow: 0 2px 0 0 #0070f0;
|
|
4231
4259
|
position: relative;
|
|
@@ -4302,7 +4330,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4302
4330
|
.e-grid .e-summaryrow .e-summarycell,
|
|
4303
4331
|
.e-grid .e-summaryrow .e-templatecell,
|
|
4304
4332
|
.e-grid .e-summarycontent .e-indentcell,
|
|
4305
|
-
.e-grid .e-indentcell.e-detailindentcelltop
|
|
4333
|
+
.e-grid .e-indentcell.e-detailindentcelltop,
|
|
4334
|
+
.e-grid .e-groupfooterrow.e-summaryrow .e-indentcell.e-indentcelltop {
|
|
4306
4335
|
background-color: #1a1a1a;
|
|
4307
4336
|
border-color: #484848;
|
|
4308
4337
|
color: #f0f0f0;
|