@syncfusion/ej2-react-grids 23.1.41 → 23.1.43
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 +57 -0
- package/dist/ej2-react-grids.min.js +1 -1
- package/dist/ej2-react-grids.umd.min.js +1 -1
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +9 -9
- package/styles/bootstrap.css +9 -9
- package/styles/bootstrap4.css +9 -9
- package/styles/bootstrap5-dark.css +9 -9
- package/styles/bootstrap5.css +9 -9
- package/styles/fabric-dark.css +10 -10
- package/styles/fabric.css +10 -10
- package/styles/fluent-dark.css +9 -9
- package/styles/fluent.css +9 -9
- package/styles/grid/bootstrap-dark.css +9 -9
- package/styles/grid/bootstrap.css +9 -9
- package/styles/grid/bootstrap4.css +9 -9
- package/styles/grid/bootstrap5-dark.css +9 -9
- package/styles/grid/bootstrap5.css +9 -9
- package/styles/grid/fabric-dark.css +10 -10
- package/styles/grid/fabric.css +10 -10
- package/styles/grid/fluent-dark.css +9 -9
- package/styles/grid/fluent.css +9 -9
- package/styles/grid/highcontrast-light.css +10 -10
- package/styles/grid/highcontrast.css +10 -10
- package/styles/grid/material-dark.css +10 -10
- package/styles/grid/material.css +10 -10
- package/styles/grid/material3-dark.css +9 -9
- package/styles/grid/material3.css +9 -9
- package/styles/grid/tailwind-dark.css +9 -9
- package/styles/grid/tailwind.css +9 -9
- package/styles/highcontrast-light.css +10 -10
- package/styles/highcontrast.css +10 -10
- package/styles/material-dark.css +10 -10
- package/styles/material.css +10 -10
- package/styles/material3-dark.css +9 -9
- package/styles/material3.css +9 -9
- package/styles/tailwind-dark.css +9 -9
- package/styles/tailwind.css +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,63 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Grid
|
|
6
|
+
|
|
7
|
+
#### Bug fixes
|
|
8
|
+
|
|
9
|
+
- `#I507979` - The issue where the clipboard was not cleared after using 'CTRL+A' + 'CTRL+C' + 'ESC' combination has been resolved.
|
|
10
|
+
- `#I513196` - The script error that occurred when printing a grouped hierarchical grid has been resolved.
|
|
11
|
+
- `#I511776` - The tooltip in the header template is now properly destroyed.
|
|
12
|
+
- `#I508400` - The problem where the aria-label was repeated twice when a string template was rendered in a column template has been resolved.
|
|
13
|
+
- `#I509734` - The issue where the `freeze` property was not working properly when the column field value was not defined has been fixed.
|
|
14
|
+
- `#I510683` - The problem of white space occurring while using `AutoFit` on a frozen column has been fixed.
|
|
15
|
+
- `#I508457` - When `virtualization` is enabled, the problem where editing a single field also changed the other field values with the previous edited value has been fixed.
|
|
16
|
+
- `#I496847` - The problem of hidden columns showing empty columns while copy pasting the grid content has been resolved.
|
|
17
|
+
- `#I508408` - The issue where freezing command columns were not working properly has been fixed.
|
|
18
|
+
- `#I513536` - Grouped column headers are now displaying properly in all themes.
|
|
19
|
+
- `#FB46958` - The problem with filtering the foreign key field having the same name has been resolved.
|
|
20
|
+
|
|
21
|
+
- `#I507979` - The issue where the clipboard was not cleared after using 'CTRL+A' + 'CTRL+C' + 'ESC' combination has been resolved.
|
|
22
|
+
- `#I513196` - The script error that occurred when printing a grouped hierarchical grid has been resolved.
|
|
23
|
+
- `#I511776` - The tooltip in the header template is now properly destroyed.
|
|
24
|
+
- `#I508400` - The problem where the aria-label was repeated twice when a string template was rendered in a column template has been resolved.
|
|
25
|
+
- `#I509734` - The issue where the `freeze` property was not working properly when the column field value was not defined has been fixed.
|
|
26
|
+
- `#I510683` - The problem of white space occurring while using `AutoFit` on a frozen column has been fixed.
|
|
27
|
+
- `#I508457` - When `virtualization` is enabled, the problem where editing a single field also changed the other field values with the previous edited value has been fixed.
|
|
28
|
+
- `#I496847` - The problem of hidden columns showing empty columns while copy pasting the grid content has been resolved.
|
|
29
|
+
- `#I514686` - The script error that occurred when clicking anywhere in the grouped grid after editing has been resolved.
|
|
30
|
+
- `#I508408` - The issue where freezing command columns were not working properly has been fixed.
|
|
31
|
+
- `#I513536` - Grouped column headers are now displaying properly in all themes.
|
|
32
|
+
- `#FB46958` - The problem with filtering the foreign key field having the same name has been resolved.
|
|
33
|
+
|
|
34
|
+
## 23.1.42 (2023-10-24)
|
|
35
|
+
|
|
36
|
+
### Grid
|
|
37
|
+
|
|
38
|
+
#### Bug fixes
|
|
39
|
+
|
|
40
|
+
- `#I507214` - The problem of displaying an empty tooltip with batch-edited cells has been resolved.
|
|
41
|
+
- `#I504365` - Fixed an issue where the request for aggregate was not sent when the `disablePageWiseAggregate` property was enabled in custom binding.
|
|
42
|
+
- `#I507080` - The issue related to the styling of the Lazy Load Group with a `groupCaptionTemplate` has been resolved.
|
|
43
|
+
- `#I501881` - Fixed an issue where the drop indicator for the column should be displayed when dragging a column into another column.
|
|
44
|
+
- `#I511484` - The issue where the Grid did not render properly when the `editSetting` property was defined without injecting the `editModule` has been resolved.
|
|
45
|
+
|
|
46
|
+
## 23.1.41 (2023-10-17)
|
|
47
|
+
|
|
48
|
+
### Grid
|
|
49
|
+
|
|
50
|
+
#### Bug fixes
|
|
51
|
+
|
|
52
|
+
- `#I510239` - Error occurs when changing the State through clicking the button rendered in the Column Template has been fixed.
|
|
53
|
+
- `#I494272` - In mobile view unable to interact with the page after double-clicking on the filter date icon issue has been fixed.
|
|
54
|
+
- `#I423460` - Fixed an issue where the grid froze with a loading spinner when collapsing grouped items in an infinite scroll enabled grid.
|
|
55
|
+
- `#I503487` - In the `actionFailure` event, the failure message argument is now sent correctly.
|
|
56
|
+
- `#I509249` - The script error that occurred when saving the edited row at the bottom in the presence of grouping has been fixed.
|
|
57
|
+
- `#I508136` - Row reorder occurs while editing with inline mode with grouping in complex data has been fixed.
|
|
58
|
+
- `#I490262` - The problem where checkbox filtering was not working properly when cancelling the filtering has been fixed.
|
|
59
|
+
- `#I504493` - The pager elements are now rendered correctly when the grid is hidden and then shown again.
|
|
60
|
+
- `#I511064` - The problem with `frozenColumns` are not working when declared in the `dataBound` event has been resolved.
|
|
61
|
+
|
|
5
62
|
## 23.1.40 (2023-10-10)
|
|
6
63
|
|
|
7
64
|
### Grid
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-grids.min.js
|
|
3
|
-
* version : 23.1.
|
|
3
|
+
* version : 23.1.43
|
|
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.1.
|
|
3
|
+
* version : 23.1.43
|
|
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.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-grids@23.1.42",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-zTKjIlHpcrSq6YZo0liBwoKiKUITmh6XUV++3z73rOw1brDtY+q3W1SGsU9cj1At7hEvjvmQlF/z8n6wq7FhFQ==",
|
|
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.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-23.1.42.tgz",
|
|
23
|
+
"_shasum": "9ce8bbc6949f12a157b72b360b2d6591a94beace",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~23.1.41",
|
|
35
|
-
"@syncfusion/ej2-grids": "23.1.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~23.1.
|
|
35
|
+
"@syncfusion/ej2-grids": "23.1.43",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~23.1.43"
|
|
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.1.
|
|
57
|
+
"version": "23.1.43",
|
|
58
58
|
"sideEffects": false
|
|
59
59
|
}
|
|
@@ -907,6 +907,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
907
907
|
font-size: 14px;
|
|
908
908
|
padding: 8px 8px;
|
|
909
909
|
}
|
|
910
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
911
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
912
|
+
border-bottom-width: 1px;
|
|
913
|
+
}
|
|
910
914
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
911
915
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
912
916
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1718,9 +1722,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1718
1722
|
display: none;
|
|
1719
1723
|
}
|
|
1720
1724
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
height: 62px;
|
|
1725
|
+
padding: 0 12px 0;
|
|
1726
|
+
height: auto;
|
|
1724
1727
|
border-bottom-width: 0;
|
|
1725
1728
|
}
|
|
1726
1729
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1734,12 +1737,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1734
1737
|
transform: rotate(180deg);
|
|
1735
1738
|
margin-top: 23px;
|
|
1736
1739
|
}
|
|
1737
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1738
|
-
margin: 12px 12px 12px 0;
|
|
1739
|
-
}
|
|
1740
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1741
|
-
margin: 12px 0 12px 12px;
|
|
1742
|
-
}
|
|
1743
1740
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1744
1741
|
margin-top: 16px;
|
|
1745
1742
|
}
|
|
@@ -2085,6 +2082,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2085
2082
|
white-space: normal;
|
|
2086
2083
|
word-wrap: break-word;
|
|
2087
2084
|
}
|
|
2085
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
2086
|
+
border-bottom-width: 1px;
|
|
2087
|
+
}
|
|
2088
2088
|
.e-grid .e-summarycontent {
|
|
2089
2089
|
display: -ms-flexbox;
|
|
2090
2090
|
display: flex;
|
package/styles/bootstrap.css
CHANGED
|
@@ -908,6 +908,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
908
908
|
font-size: 14px;
|
|
909
909
|
padding: 8px 8px;
|
|
910
910
|
}
|
|
911
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
912
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
913
|
+
border-bottom-width: 1px;
|
|
914
|
+
}
|
|
911
915
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
912
916
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
913
917
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1719,9 +1723,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1719
1723
|
display: none;
|
|
1720
1724
|
}
|
|
1721
1725
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
height: 64px;
|
|
1726
|
+
padding: 0 13px 0;
|
|
1727
|
+
height: auto;
|
|
1725
1728
|
border-bottom-width: 0;
|
|
1726
1729
|
}
|
|
1727
1730
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1735,12 +1738,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1735
1738
|
transform: rotate(180deg);
|
|
1736
1739
|
margin-top: 22px;
|
|
1737
1740
|
}
|
|
1738
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1739
|
-
margin: 13px 13px 13px 0;
|
|
1740
|
-
}
|
|
1741
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1742
|
-
margin: 13px 0 13px 13px;
|
|
1743
|
-
}
|
|
1744
1741
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1745
1742
|
margin-top: 18px;
|
|
1746
1743
|
}
|
|
@@ -2086,6 +2083,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2086
2083
|
white-space: normal;
|
|
2087
2084
|
word-wrap: break-word;
|
|
2088
2085
|
}
|
|
2086
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
2087
|
+
border-bottom-width: 1px;
|
|
2088
|
+
}
|
|
2089
2089
|
.e-grid .e-summarycontent {
|
|
2090
2090
|
display: -ms-flexbox;
|
|
2091
2091
|
display: flex;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -969,6 +969,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
969
969
|
font-size: 16px;
|
|
970
970
|
padding: 12px 12px;
|
|
971
971
|
}
|
|
972
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
973
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
974
|
+
border-bottom-width: 1px;
|
|
975
|
+
}
|
|
972
976
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
973
977
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
974
978
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1789,9 +1793,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1789
1793
|
display: none;
|
|
1790
1794
|
}
|
|
1791
1795
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
height: 48px;
|
|
1796
|
+
padding: 0 12px 0;
|
|
1797
|
+
height: auto;
|
|
1795
1798
|
border-bottom-width: 0;
|
|
1796
1799
|
}
|
|
1797
1800
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1805,12 +1808,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1805
1808
|
transform: rotate(180deg);
|
|
1806
1809
|
margin-top: 15px;
|
|
1807
1810
|
}
|
|
1808
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1809
|
-
margin: 12px 12px 12px 0;
|
|
1810
|
-
}
|
|
1811
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1812
|
-
margin: 12px 0 12px 12px;
|
|
1813
|
-
}
|
|
1814
1811
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1815
1812
|
margin-top: 9px;
|
|
1816
1813
|
}
|
|
@@ -2156,6 +2153,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2156
2153
|
white-space: normal;
|
|
2157
2154
|
word-wrap: break-word;
|
|
2158
2155
|
}
|
|
2156
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
2157
|
+
border-bottom-width: 1px;
|
|
2158
|
+
}
|
|
2159
2159
|
.e-grid .e-summarycontent {
|
|
2160
2160
|
display: -ms-flexbox;
|
|
2161
2161
|
display: flex;
|
|
@@ -964,6 +964,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
964
964
|
font-size: 16px;
|
|
965
965
|
padding: 8px 12px;
|
|
966
966
|
}
|
|
967
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
968
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
969
|
+
border-bottom-width: 1px;
|
|
970
|
+
}
|
|
967
971
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
968
972
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
969
973
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1783,9 +1787,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1783
1787
|
display: none;
|
|
1784
1788
|
}
|
|
1785
1789
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
height: 48px;
|
|
1790
|
+
padding: 0 12px 0;
|
|
1791
|
+
height: auto;
|
|
1789
1792
|
border-bottom-width: 0;
|
|
1790
1793
|
}
|
|
1791
1794
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1799,12 +1802,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1799
1802
|
transform: rotate(180deg);
|
|
1800
1803
|
margin-top: 15px;
|
|
1801
1804
|
}
|
|
1802
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1803
|
-
margin: 12px 12px 12px 0;
|
|
1804
|
-
}
|
|
1805
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1806
|
-
margin: 12px 0 12px 12px;
|
|
1807
|
-
}
|
|
1808
1805
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1809
1806
|
margin-top: 9px;
|
|
1810
1807
|
}
|
|
@@ -2150,6 +2147,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2150
2147
|
white-space: normal;
|
|
2151
2148
|
word-wrap: break-word;
|
|
2152
2149
|
}
|
|
2150
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
2151
|
+
border-bottom-width: 1px;
|
|
2152
|
+
}
|
|
2153
2153
|
.e-grid .e-summarycontent {
|
|
2154
2154
|
display: -ms-flexbox;
|
|
2155
2155
|
display: flex;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -964,6 +964,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
964
964
|
font-size: 16px;
|
|
965
965
|
padding: 8px 12px;
|
|
966
966
|
}
|
|
967
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
968
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
969
|
+
border-bottom-width: 1px;
|
|
970
|
+
}
|
|
967
971
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
968
972
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
969
973
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1783,9 +1787,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1783
1787
|
display: none;
|
|
1784
1788
|
}
|
|
1785
1789
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
height: 48px;
|
|
1790
|
+
padding: 0 12px 0;
|
|
1791
|
+
height: auto;
|
|
1789
1792
|
border-bottom-width: 0;
|
|
1790
1793
|
}
|
|
1791
1794
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1799,12 +1802,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1799
1802
|
transform: rotate(180deg);
|
|
1800
1803
|
margin-top: 15px;
|
|
1801
1804
|
}
|
|
1802
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1803
|
-
margin: 12px 12px 12px 0;
|
|
1804
|
-
}
|
|
1805
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1806
|
-
margin: 12px 0 12px 12px;
|
|
1807
|
-
}
|
|
1808
1805
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1809
1806
|
margin-top: 9px;
|
|
1810
1807
|
}
|
|
@@ -2150,6 +2147,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2150
2147
|
white-space: normal;
|
|
2151
2148
|
word-wrap: break-word;
|
|
2152
2149
|
}
|
|
2150
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
2151
|
+
border-bottom-width: 1px;
|
|
2152
|
+
}
|
|
2153
2153
|
.e-grid .e-summarycontent {
|
|
2154
2154
|
display: -ms-flexbox;
|
|
2155
2155
|
display: flex;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -881,6 +881,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
881
881
|
font-size: 14px;
|
|
882
882
|
padding: 9px 10px;
|
|
883
883
|
}
|
|
884
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
885
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
886
|
+
border-bottom-width: 1px;
|
|
887
|
+
}
|
|
884
888
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
885
889
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
886
890
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1692,9 +1696,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1692
1696
|
display: none;
|
|
1693
1697
|
}
|
|
1694
1698
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
height: 48px;
|
|
1699
|
+
padding: 0 16px 0;
|
|
1700
|
+
height: auto;
|
|
1698
1701
|
border-bottom-width: 0;
|
|
1699
1702
|
}
|
|
1700
1703
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1708,12 +1711,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1708
1711
|
transform: rotate(180deg);
|
|
1709
1712
|
margin-top: 22px;
|
|
1710
1713
|
}
|
|
1711
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1712
|
-
margin: 16px 16px 16px 0;
|
|
1713
|
-
}
|
|
1714
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1715
|
-
margin: 16px 0 16px 16px;
|
|
1716
|
-
}
|
|
1717
1714
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1718
1715
|
margin-top: 15px;
|
|
1719
1716
|
}
|
|
@@ -2059,6 +2056,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2059
2056
|
white-space: normal;
|
|
2060
2057
|
word-wrap: break-word;
|
|
2061
2058
|
}
|
|
2059
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
2060
|
+
border-bottom-width: 1px;
|
|
2061
|
+
}
|
|
2062
2062
|
.e-grid .e-summarycontent {
|
|
2063
2063
|
display: -ms-flexbox;
|
|
2064
2064
|
display: flex;
|
|
@@ -2722,7 +2722,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2722
2722
|
overflow: hidden;
|
|
2723
2723
|
text-overflow: ellipsis;
|
|
2724
2724
|
white-space: nowrap;
|
|
2725
|
-
width:
|
|
2725
|
+
width: auto;
|
|
2726
2726
|
}
|
|
2727
2727
|
.e-grid .e-grid-icon {
|
|
2728
2728
|
float: left;
|
package/styles/fabric.css
CHANGED
|
@@ -874,6 +874,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
874
874
|
font-size: 14px;
|
|
875
875
|
padding: 9px 10px;
|
|
876
876
|
}
|
|
877
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
878
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
879
|
+
border-bottom-width: 1px;
|
|
880
|
+
}
|
|
877
881
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
878
882
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
879
883
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1685,9 +1689,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1685
1689
|
display: none;
|
|
1686
1690
|
}
|
|
1687
1691
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
height: 48px;
|
|
1692
|
+
padding: 0 16px 0;
|
|
1693
|
+
height: auto;
|
|
1691
1694
|
border-bottom-width: 0;
|
|
1692
1695
|
}
|
|
1693
1696
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1701,12 +1704,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1701
1704
|
transform: rotate(180deg);
|
|
1702
1705
|
margin-top: 22px;
|
|
1703
1706
|
}
|
|
1704
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1705
|
-
margin: 16px 16px 16px 0;
|
|
1706
|
-
}
|
|
1707
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1708
|
-
margin: 16px 0 16px 16px;
|
|
1709
|
-
}
|
|
1710
1707
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1711
1708
|
margin-top: 15px;
|
|
1712
1709
|
}
|
|
@@ -2052,6 +2049,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2052
2049
|
white-space: normal;
|
|
2053
2050
|
word-wrap: break-word;
|
|
2054
2051
|
}
|
|
2052
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
2053
|
+
border-bottom-width: 1px;
|
|
2054
|
+
}
|
|
2055
2055
|
.e-grid .e-summarycontent {
|
|
2056
2056
|
display: -ms-flexbox;
|
|
2057
2057
|
display: flex;
|
|
@@ -2715,7 +2715,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2715
2715
|
overflow: hidden;
|
|
2716
2716
|
text-overflow: ellipsis;
|
|
2717
2717
|
white-space: nowrap;
|
|
2718
|
-
width:
|
|
2718
|
+
width: auto;
|
|
2719
2719
|
}
|
|
2720
2720
|
.e-grid .e-grid-icon {
|
|
2721
2721
|
float: left;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -942,6 +942,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
942
942
|
font-size: 16px;
|
|
943
943
|
padding: 13.5px 12px;
|
|
944
944
|
}
|
|
945
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
946
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
947
|
+
border-bottom-width: 1px;
|
|
948
|
+
}
|
|
945
949
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
946
950
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
947
951
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1780,9 +1784,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1780
1784
|
display: none;
|
|
1781
1785
|
}
|
|
1782
1786
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
height: 48px;
|
|
1787
|
+
padding: 0 12px 0;
|
|
1788
|
+
height: auto;
|
|
1786
1789
|
border-bottom-width: 0;
|
|
1787
1790
|
}
|
|
1788
1791
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1796,12 +1799,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1796
1799
|
transform: rotate(180deg);
|
|
1797
1800
|
margin-top: 15px;
|
|
1798
1801
|
}
|
|
1799
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1800
|
-
margin: 12px 12px 12px 0;
|
|
1801
|
-
}
|
|
1802
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1803
|
-
margin: 12px 0 12px 12px;
|
|
1804
|
-
}
|
|
1805
1802
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1806
1803
|
margin-top: 9px;
|
|
1807
1804
|
}
|
|
@@ -2150,6 +2147,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2150
2147
|
white-space: normal;
|
|
2151
2148
|
word-wrap: break-word;
|
|
2152
2149
|
}
|
|
2150
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
2151
|
+
border-bottom-width: 1px;
|
|
2152
|
+
}
|
|
2153
2153
|
.e-grid .e-summarycontent {
|
|
2154
2154
|
display: -ms-flexbox;
|
|
2155
2155
|
display: flex;
|
package/styles/fluent.css
CHANGED
|
@@ -942,6 +942,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
942
942
|
font-size: 16px;
|
|
943
943
|
padding: 13.5px 12px;
|
|
944
944
|
}
|
|
945
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
946
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
947
|
+
border-bottom-width: 1px;
|
|
948
|
+
}
|
|
945
949
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
946
950
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
947
951
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1780,9 +1784,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1780
1784
|
display: none;
|
|
1781
1785
|
}
|
|
1782
1786
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
height: 48px;
|
|
1787
|
+
padding: 0 12px 0;
|
|
1788
|
+
height: auto;
|
|
1786
1789
|
border-bottom-width: 0;
|
|
1787
1790
|
}
|
|
1788
1791
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1796,12 +1799,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1796
1799
|
transform: rotate(180deg);
|
|
1797
1800
|
margin-top: 15px;
|
|
1798
1801
|
}
|
|
1799
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1800
|
-
margin: 12px 12px 12px 0;
|
|
1801
|
-
}
|
|
1802
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1803
|
-
margin: 12px 0 12px 12px;
|
|
1804
|
-
}
|
|
1805
1802
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1806
1803
|
margin-top: 9px;
|
|
1807
1804
|
}
|
|
@@ -2150,6 +2147,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2150
2147
|
white-space: normal;
|
|
2151
2148
|
word-wrap: break-word;
|
|
2152
2149
|
}
|
|
2150
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
2151
|
+
border-bottom-width: 1px;
|
|
2152
|
+
}
|
|
2153
2153
|
.e-grid .e-summarycontent {
|
|
2154
2154
|
display: -ms-flexbox;
|
|
2155
2155
|
display: flex;
|
|
@@ -483,6 +483,10 @@
|
|
|
483
483
|
font-size: 14px;
|
|
484
484
|
padding: 8px 8px;
|
|
485
485
|
}
|
|
486
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
487
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
488
|
+
border-bottom-width: 1px;
|
|
489
|
+
}
|
|
486
490
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
487
491
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
488
492
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1294,9 +1298,8 @@
|
|
|
1294
1298
|
display: none;
|
|
1295
1299
|
}
|
|
1296
1300
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
height: 62px;
|
|
1301
|
+
padding: 0 12px 0;
|
|
1302
|
+
height: auto;
|
|
1300
1303
|
border-bottom-width: 0;
|
|
1301
1304
|
}
|
|
1302
1305
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1310,12 +1313,6 @@
|
|
|
1310
1313
|
transform: rotate(180deg);
|
|
1311
1314
|
margin-top: 23px;
|
|
1312
1315
|
}
|
|
1313
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1314
|
-
margin: 12px 12px 12px 0;
|
|
1315
|
-
}
|
|
1316
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1317
|
-
margin: 12px 0 12px 12px;
|
|
1318
|
-
}
|
|
1319
1316
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1320
1317
|
margin-top: 16px;
|
|
1321
1318
|
}
|
|
@@ -1661,6 +1658,9 @@
|
|
|
1661
1658
|
white-space: normal;
|
|
1662
1659
|
word-wrap: break-word;
|
|
1663
1660
|
}
|
|
1661
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
1662
|
+
border-bottom-width: 1px;
|
|
1663
|
+
}
|
|
1664
1664
|
.e-grid .e-summarycontent {
|
|
1665
1665
|
display: -ms-flexbox;
|
|
1666
1666
|
display: flex;
|
|
@@ -484,6 +484,10 @@
|
|
|
484
484
|
font-size: 14px;
|
|
485
485
|
padding: 8px 8px;
|
|
486
486
|
}
|
|
487
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
488
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
489
|
+
border-bottom-width: 1px;
|
|
490
|
+
}
|
|
487
491
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
488
492
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
489
493
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1295,9 +1299,8 @@
|
|
|
1295
1299
|
display: none;
|
|
1296
1300
|
}
|
|
1297
1301
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
height: 64px;
|
|
1302
|
+
padding: 0 13px 0;
|
|
1303
|
+
height: auto;
|
|
1301
1304
|
border-bottom-width: 0;
|
|
1302
1305
|
}
|
|
1303
1306
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1311,12 +1314,6 @@
|
|
|
1311
1314
|
transform: rotate(180deg);
|
|
1312
1315
|
margin-top: 22px;
|
|
1313
1316
|
}
|
|
1314
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1315
|
-
margin: 13px 13px 13px 0;
|
|
1316
|
-
}
|
|
1317
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1318
|
-
margin: 13px 0 13px 13px;
|
|
1319
|
-
}
|
|
1320
1317
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1321
1318
|
margin-top: 18px;
|
|
1322
1319
|
}
|
|
@@ -1662,6 +1659,9 @@
|
|
|
1662
1659
|
white-space: normal;
|
|
1663
1660
|
word-wrap: break-word;
|
|
1664
1661
|
}
|
|
1662
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
1663
|
+
border-bottom-width: 1px;
|
|
1664
|
+
}
|
|
1665
1665
|
.e-grid .e-summarycontent {
|
|
1666
1666
|
display: -ms-flexbox;
|
|
1667
1667
|
display: flex;
|
|
@@ -534,6 +534,10 @@
|
|
|
534
534
|
font-size: 16px;
|
|
535
535
|
padding: 12px 12px;
|
|
536
536
|
}
|
|
537
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
538
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
539
|
+
border-bottom-width: 1px;
|
|
540
|
+
}
|
|
537
541
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
538
542
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
539
543
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1354,9 +1358,8 @@
|
|
|
1354
1358
|
display: none;
|
|
1355
1359
|
}
|
|
1356
1360
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
height: 48px;
|
|
1361
|
+
padding: 0 12px 0;
|
|
1362
|
+
height: auto;
|
|
1360
1363
|
border-bottom-width: 0;
|
|
1361
1364
|
}
|
|
1362
1365
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1370,12 +1373,6 @@
|
|
|
1370
1373
|
transform: rotate(180deg);
|
|
1371
1374
|
margin-top: 15px;
|
|
1372
1375
|
}
|
|
1373
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1374
|
-
margin: 12px 12px 12px 0;
|
|
1375
|
-
}
|
|
1376
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1377
|
-
margin: 12px 0 12px 12px;
|
|
1378
|
-
}
|
|
1379
1376
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1380
1377
|
margin-top: 9px;
|
|
1381
1378
|
}
|
|
@@ -1721,6 +1718,9 @@
|
|
|
1721
1718
|
white-space: normal;
|
|
1722
1719
|
word-wrap: break-word;
|
|
1723
1720
|
}
|
|
1721
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
1722
|
+
border-bottom-width: 1px;
|
|
1723
|
+
}
|
|
1724
1724
|
.e-grid .e-summarycontent {
|
|
1725
1725
|
display: -ms-flexbox;
|
|
1726
1726
|
display: flex;
|