@syncfusion/ej2-angular-grids 23.1.42-ngcc → 23.1.43-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 +18 -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 +2 -9
- package/styles/bootstrap.css +2 -9
- package/styles/bootstrap4.css +2 -9
- package/styles/bootstrap5-dark.css +2 -9
- package/styles/bootstrap5.css +2 -9
- package/styles/fabric-dark.css +3 -10
- package/styles/fabric.css +3 -10
- package/styles/fluent-dark.css +2 -9
- package/styles/fluent.css +2 -9
- package/styles/grid/bootstrap-dark.css +2 -9
- package/styles/grid/bootstrap.css +2 -9
- package/styles/grid/bootstrap4.css +2 -9
- package/styles/grid/bootstrap5-dark.css +2 -9
- package/styles/grid/bootstrap5.css +2 -9
- package/styles/grid/fabric-dark.css +3 -10
- package/styles/grid/fabric.css +3 -10
- package/styles/grid/fluent-dark.css +2 -9
- package/styles/grid/fluent.css +2 -9
- package/styles/grid/highcontrast-light.css +3 -10
- package/styles/grid/highcontrast.css +3 -10
- package/styles/grid/material-dark.css +3 -10
- package/styles/grid/material.css +3 -10
- package/styles/grid/material3-dark.css +2 -9
- package/styles/grid/material3.css +2 -9
- package/styles/grid/tailwind-dark.css +2 -9
- package/styles/grid/tailwind.css +2 -9
- package/styles/highcontrast-light.css +3 -10
- package/styles/highcontrast.css +3 -10
- package/styles/material-dark.css +3 -10
- package/styles/material.css +3 -10
- package/styles/material3-dark.css +2 -9
- package/styles/material3.css +2 -9
- package/styles/tailwind-dark.css +2 -9
- package/styles/tailwind.css +2 -9
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,24 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
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
|
+
## 23.1.42 (2023-10-24)
|
|
22
|
+
|
|
23
|
+
### Grid
|
|
24
|
+
|
|
25
|
+
#### Bug fixes
|
|
26
|
+
|
|
9
27
|
- `#I507214` - The problem of displaying an empty tooltip with batch-edited cells has been resolved.
|
|
10
28
|
- `#I504365` - Fixed an issue where the request for aggregate was not sent when the `disablePageWiseAggregate` property was enabled in custom binding.
|
|
11
29
|
- `#I507080` - The issue related to the styling of the Lazy Load Group with a `groupCaptionTemplate` has been resolved.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.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-angular-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-angular-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-grids@23.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-grids@23.1.42",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-fNtaBMyonI3pltTDGjii3KOgiJ/o71yq8mE7xgw4a31aQhuJ6oh6A6JExIORmezirunmA/krRhKj2hpAPGSJ4A==",
|
|
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.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-23.1.42.tgz",
|
|
23
|
+
"_shasum": "4bfd77462026f6b5d36c4a75d7fa5f5b561dcdda",
|
|
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.1.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~23.1.43",
|
|
35
35
|
"@syncfusion/ej2-base": "~23.1.41",
|
|
36
|
-
"@syncfusion/ej2-grids": "23.1.
|
|
36
|
+
"@syncfusion/ej2-grids": "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 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.1.
|
|
61
|
+
"version": "23.1.43-ngcc"
|
|
62
62
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-grids";
|
|
2
|
-
export declare const pkgVer = "^23.1.
|
|
2
|
+
export declare const pkgVer = "^23.1.42";
|
|
3
3
|
export declare const moduleName = "GridModule, PagerModule";
|
|
4
|
-
export declare const themeVer = "~23.1.
|
|
4
|
+
export declare const themeVer = "~23.1.42";
|
|
@@ -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.1.
|
|
4
|
+
exports.pkgVer = '^23.1.43';
|
|
5
5
|
exports.moduleName = 'GridModule, PagerModule';
|
|
6
|
-
exports.themeVer = '~23.1.
|
|
6
|
+
exports.themeVer = '~23.1.43';
|
|
@@ -1722,9 +1722,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1722
1722
|
display: none;
|
|
1723
1723
|
}
|
|
1724
1724
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
height: 62px;
|
|
1725
|
+
padding: 0 12px 0;
|
|
1726
|
+
height: auto;
|
|
1728
1727
|
border-bottom-width: 0;
|
|
1729
1728
|
}
|
|
1730
1729
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1738,12 +1737,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1738
1737
|
transform: rotate(180deg);
|
|
1739
1738
|
margin-top: 23px;
|
|
1740
1739
|
}
|
|
1741
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1742
|
-
margin: 12px 12px 12px 0;
|
|
1743
|
-
}
|
|
1744
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1745
|
-
margin: 12px 0 12px 12px;
|
|
1746
|
-
}
|
|
1747
1740
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1748
1741
|
margin-top: 16px;
|
|
1749
1742
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -1723,9 +1723,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1723
1723
|
display: none;
|
|
1724
1724
|
}
|
|
1725
1725
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
height: 64px;
|
|
1726
|
+
padding: 0 13px 0;
|
|
1727
|
+
height: auto;
|
|
1729
1728
|
border-bottom-width: 0;
|
|
1730
1729
|
}
|
|
1731
1730
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1739,12 +1738,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1739
1738
|
transform: rotate(180deg);
|
|
1740
1739
|
margin-top: 22px;
|
|
1741
1740
|
}
|
|
1742
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1743
|
-
margin: 13px 13px 13px 0;
|
|
1744
|
-
}
|
|
1745
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1746
|
-
margin: 13px 0 13px 13px;
|
|
1747
|
-
}
|
|
1748
1741
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1749
1742
|
margin-top: 18px;
|
|
1750
1743
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1793,9 +1793,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1793
1793
|
display: none;
|
|
1794
1794
|
}
|
|
1795
1795
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
height: 48px;
|
|
1796
|
+
padding: 0 12px 0;
|
|
1797
|
+
height: auto;
|
|
1799
1798
|
border-bottom-width: 0;
|
|
1800
1799
|
}
|
|
1801
1800
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1809,12 +1808,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1809
1808
|
transform: rotate(180deg);
|
|
1810
1809
|
margin-top: 15px;
|
|
1811
1810
|
}
|
|
1812
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1813
|
-
margin: 12px 12px 12px 0;
|
|
1814
|
-
}
|
|
1815
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1816
|
-
margin: 12px 0 12px 12px;
|
|
1817
|
-
}
|
|
1818
1811
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1819
1812
|
margin-top: 9px;
|
|
1820
1813
|
}
|
|
@@ -1787,9 +1787,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1787
1787
|
display: none;
|
|
1788
1788
|
}
|
|
1789
1789
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
height: 48px;
|
|
1790
|
+
padding: 0 12px 0;
|
|
1791
|
+
height: auto;
|
|
1793
1792
|
border-bottom-width: 0;
|
|
1794
1793
|
}
|
|
1795
1794
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1803,12 +1802,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1803
1802
|
transform: rotate(180deg);
|
|
1804
1803
|
margin-top: 15px;
|
|
1805
1804
|
}
|
|
1806
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1807
|
-
margin: 12px 12px 12px 0;
|
|
1808
|
-
}
|
|
1809
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1810
|
-
margin: 12px 0 12px 12px;
|
|
1811
|
-
}
|
|
1812
1805
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1813
1806
|
margin-top: 9px;
|
|
1814
1807
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1787,9 +1787,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1787
1787
|
display: none;
|
|
1788
1788
|
}
|
|
1789
1789
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
height: 48px;
|
|
1790
|
+
padding: 0 12px 0;
|
|
1791
|
+
height: auto;
|
|
1793
1792
|
border-bottom-width: 0;
|
|
1794
1793
|
}
|
|
1795
1794
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1803,12 +1802,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1803
1802
|
transform: rotate(180deg);
|
|
1804
1803
|
margin-top: 15px;
|
|
1805
1804
|
}
|
|
1806
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1807
|
-
margin: 12px 12px 12px 0;
|
|
1808
|
-
}
|
|
1809
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1810
|
-
margin: 12px 0 12px 12px;
|
|
1811
|
-
}
|
|
1812
1805
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1813
1806
|
margin-top: 9px;
|
|
1814
1807
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1696,9 +1696,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1696
1696
|
display: none;
|
|
1697
1697
|
}
|
|
1698
1698
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
height: 48px;
|
|
1699
|
+
padding: 0 16px 0;
|
|
1700
|
+
height: auto;
|
|
1702
1701
|
border-bottom-width: 0;
|
|
1703
1702
|
}
|
|
1704
1703
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1712,12 +1711,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1712
1711
|
transform: rotate(180deg);
|
|
1713
1712
|
margin-top: 22px;
|
|
1714
1713
|
}
|
|
1715
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1716
|
-
margin: 16px 16px 16px 0;
|
|
1717
|
-
}
|
|
1718
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1719
|
-
margin: 16px 0 16px 16px;
|
|
1720
|
-
}
|
|
1721
1714
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1722
1715
|
margin-top: 15px;
|
|
1723
1716
|
}
|
|
@@ -2729,7 +2722,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2729
2722
|
overflow: hidden;
|
|
2730
2723
|
text-overflow: ellipsis;
|
|
2731
2724
|
white-space: nowrap;
|
|
2732
|
-
width:
|
|
2725
|
+
width: auto;
|
|
2733
2726
|
}
|
|
2734
2727
|
.e-grid .e-grid-icon {
|
|
2735
2728
|
float: left;
|
package/styles/fabric.css
CHANGED
|
@@ -1689,9 +1689,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1689
1689
|
display: none;
|
|
1690
1690
|
}
|
|
1691
1691
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
height: 48px;
|
|
1692
|
+
padding: 0 16px 0;
|
|
1693
|
+
height: auto;
|
|
1695
1694
|
border-bottom-width: 0;
|
|
1696
1695
|
}
|
|
1697
1696
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1705,12 +1704,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1705
1704
|
transform: rotate(180deg);
|
|
1706
1705
|
margin-top: 22px;
|
|
1707
1706
|
}
|
|
1708
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1709
|
-
margin: 16px 16px 16px 0;
|
|
1710
|
-
}
|
|
1711
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1712
|
-
margin: 16px 0 16px 16px;
|
|
1713
|
-
}
|
|
1714
1707
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1715
1708
|
margin-top: 15px;
|
|
1716
1709
|
}
|
|
@@ -2722,7 +2715,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2722
2715
|
overflow: hidden;
|
|
2723
2716
|
text-overflow: ellipsis;
|
|
2724
2717
|
white-space: nowrap;
|
|
2725
|
-
width:
|
|
2718
|
+
width: auto;
|
|
2726
2719
|
}
|
|
2727
2720
|
.e-grid .e-grid-icon {
|
|
2728
2721
|
float: left;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1784,9 +1784,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1784
1784
|
display: none;
|
|
1785
1785
|
}
|
|
1786
1786
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
height: 48px;
|
|
1787
|
+
padding: 0 12px 0;
|
|
1788
|
+
height: auto;
|
|
1790
1789
|
border-bottom-width: 0;
|
|
1791
1790
|
}
|
|
1792
1791
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1800,12 +1799,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1800
1799
|
transform: rotate(180deg);
|
|
1801
1800
|
margin-top: 15px;
|
|
1802
1801
|
}
|
|
1803
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1804
|
-
margin: 12px 12px 12px 0;
|
|
1805
|
-
}
|
|
1806
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1807
|
-
margin: 12px 0 12px 12px;
|
|
1808
|
-
}
|
|
1809
1802
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1810
1803
|
margin-top: 9px;
|
|
1811
1804
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -1784,9 +1784,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1784
1784
|
display: none;
|
|
1785
1785
|
}
|
|
1786
1786
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
height: 48px;
|
|
1787
|
+
padding: 0 12px 0;
|
|
1788
|
+
height: auto;
|
|
1790
1789
|
border-bottom-width: 0;
|
|
1791
1790
|
}
|
|
1792
1791
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1800,12 +1799,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1800
1799
|
transform: rotate(180deg);
|
|
1801
1800
|
margin-top: 15px;
|
|
1802
1801
|
}
|
|
1803
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1804
|
-
margin: 12px 12px 12px 0;
|
|
1805
|
-
}
|
|
1806
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1807
|
-
margin: 12px 0 12px 12px;
|
|
1808
|
-
}
|
|
1809
1802
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1810
1803
|
margin-top: 9px;
|
|
1811
1804
|
}
|
|
@@ -1298,9 +1298,8 @@
|
|
|
1298
1298
|
display: none;
|
|
1299
1299
|
}
|
|
1300
1300
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
height: 62px;
|
|
1301
|
+
padding: 0 12px 0;
|
|
1302
|
+
height: auto;
|
|
1304
1303
|
border-bottom-width: 0;
|
|
1305
1304
|
}
|
|
1306
1305
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1314,12 +1313,6 @@
|
|
|
1314
1313
|
transform: rotate(180deg);
|
|
1315
1314
|
margin-top: 23px;
|
|
1316
1315
|
}
|
|
1317
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1318
|
-
margin: 12px 12px 12px 0;
|
|
1319
|
-
}
|
|
1320
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1321
|
-
margin: 12px 0 12px 12px;
|
|
1322
|
-
}
|
|
1323
1316
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1324
1317
|
margin-top: 16px;
|
|
1325
1318
|
}
|
|
@@ -1299,9 +1299,8 @@
|
|
|
1299
1299
|
display: none;
|
|
1300
1300
|
}
|
|
1301
1301
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
height: 64px;
|
|
1302
|
+
padding: 0 13px 0;
|
|
1303
|
+
height: auto;
|
|
1305
1304
|
border-bottom-width: 0;
|
|
1306
1305
|
}
|
|
1307
1306
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1315,12 +1314,6 @@
|
|
|
1315
1314
|
transform: rotate(180deg);
|
|
1316
1315
|
margin-top: 22px;
|
|
1317
1316
|
}
|
|
1318
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1319
|
-
margin: 13px 13px 13px 0;
|
|
1320
|
-
}
|
|
1321
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1322
|
-
margin: 13px 0 13px 13px;
|
|
1323
|
-
}
|
|
1324
1317
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1325
1318
|
margin-top: 18px;
|
|
1326
1319
|
}
|
|
@@ -1358,9 +1358,8 @@
|
|
|
1358
1358
|
display: none;
|
|
1359
1359
|
}
|
|
1360
1360
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
height: 48px;
|
|
1361
|
+
padding: 0 12px 0;
|
|
1362
|
+
height: auto;
|
|
1364
1363
|
border-bottom-width: 0;
|
|
1365
1364
|
}
|
|
1366
1365
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1374,12 +1373,6 @@
|
|
|
1374
1373
|
transform: rotate(180deg);
|
|
1375
1374
|
margin-top: 15px;
|
|
1376
1375
|
}
|
|
1377
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1378
|
-
margin: 12px 12px 12px 0;
|
|
1379
|
-
}
|
|
1380
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1381
|
-
margin: 12px 0 12px 12px;
|
|
1382
|
-
}
|
|
1383
1376
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1384
1377
|
margin-top: 9px;
|
|
1385
1378
|
}
|
|
@@ -1360,9 +1360,8 @@
|
|
|
1360
1360
|
display: none;
|
|
1361
1361
|
}
|
|
1362
1362
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
height: 48px;
|
|
1363
|
+
padding: 0 12px 0;
|
|
1364
|
+
height: auto;
|
|
1366
1365
|
border-bottom-width: 0;
|
|
1367
1366
|
}
|
|
1368
1367
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1376,12 +1375,6 @@
|
|
|
1376
1375
|
transform: rotate(180deg);
|
|
1377
1376
|
margin-top: 15px;
|
|
1378
1377
|
}
|
|
1379
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1380
|
-
margin: 12px 12px 12px 0;
|
|
1381
|
-
}
|
|
1382
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1383
|
-
margin: 12px 0 12px 12px;
|
|
1384
|
-
}
|
|
1385
1378
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1386
1379
|
margin-top: 9px;
|
|
1387
1380
|
}
|
|
@@ -1360,9 +1360,8 @@
|
|
|
1360
1360
|
display: none;
|
|
1361
1361
|
}
|
|
1362
1362
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
height: 48px;
|
|
1363
|
+
padding: 0 12px 0;
|
|
1364
|
+
height: auto;
|
|
1366
1365
|
border-bottom-width: 0;
|
|
1367
1366
|
}
|
|
1368
1367
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1376,12 +1375,6 @@
|
|
|
1376
1375
|
transform: rotate(180deg);
|
|
1377
1376
|
margin-top: 15px;
|
|
1378
1377
|
}
|
|
1379
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1380
|
-
margin: 12px 12px 12px 0;
|
|
1381
|
-
}
|
|
1382
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1383
|
-
margin: 12px 0 12px 12px;
|
|
1384
|
-
}
|
|
1385
1378
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1386
1379
|
margin-top: 9px;
|
|
1387
1380
|
}
|
|
@@ -1272,9 +1272,8 @@
|
|
|
1272
1272
|
display: none;
|
|
1273
1273
|
}
|
|
1274
1274
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
height: 48px;
|
|
1275
|
+
padding: 0 16px 0;
|
|
1276
|
+
height: auto;
|
|
1278
1277
|
border-bottom-width: 0;
|
|
1279
1278
|
}
|
|
1280
1279
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1288,12 +1287,6 @@
|
|
|
1288
1287
|
transform: rotate(180deg);
|
|
1289
1288
|
margin-top: 22px;
|
|
1290
1289
|
}
|
|
1291
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1292
|
-
margin: 16px 16px 16px 0;
|
|
1293
|
-
}
|
|
1294
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1295
|
-
margin: 16px 0 16px 16px;
|
|
1296
|
-
}
|
|
1297
1290
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1298
1291
|
margin-top: 15px;
|
|
1299
1292
|
}
|
|
@@ -2305,7 +2298,7 @@
|
|
|
2305
2298
|
overflow: hidden;
|
|
2306
2299
|
text-overflow: ellipsis;
|
|
2307
2300
|
white-space: nowrap;
|
|
2308
|
-
width:
|
|
2301
|
+
width: auto;
|
|
2309
2302
|
}
|
|
2310
2303
|
.e-grid .e-grid-icon {
|
|
2311
2304
|
float: left;
|
package/styles/grid/fabric.css
CHANGED
|
@@ -1265,9 +1265,8 @@
|
|
|
1265
1265
|
display: none;
|
|
1266
1266
|
}
|
|
1267
1267
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
height: 48px;
|
|
1268
|
+
padding: 0 16px 0;
|
|
1269
|
+
height: auto;
|
|
1271
1270
|
border-bottom-width: 0;
|
|
1272
1271
|
}
|
|
1273
1272
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1281,12 +1280,6 @@
|
|
|
1281
1280
|
transform: rotate(180deg);
|
|
1282
1281
|
margin-top: 22px;
|
|
1283
1282
|
}
|
|
1284
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1285
|
-
margin: 16px 16px 16px 0;
|
|
1286
|
-
}
|
|
1287
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1288
|
-
margin: 16px 0 16px 16px;
|
|
1289
|
-
}
|
|
1290
1283
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1291
1284
|
margin-top: 15px;
|
|
1292
1285
|
}
|
|
@@ -2298,7 +2291,7 @@
|
|
|
2298
2291
|
overflow: hidden;
|
|
2299
2292
|
text-overflow: ellipsis;
|
|
2300
2293
|
white-space: nowrap;
|
|
2301
|
-
width:
|
|
2294
|
+
width: auto;
|
|
2302
2295
|
}
|
|
2303
2296
|
.e-grid .e-grid-icon {
|
|
2304
2297
|
float: left;
|
|
@@ -1357,9 +1357,8 @@
|
|
|
1357
1357
|
display: none;
|
|
1358
1358
|
}
|
|
1359
1359
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
height: 48px;
|
|
1360
|
+
padding: 0 12px 0;
|
|
1361
|
+
height: auto;
|
|
1363
1362
|
border-bottom-width: 0;
|
|
1364
1363
|
}
|
|
1365
1364
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1373,12 +1372,6 @@
|
|
|
1373
1372
|
transform: rotate(180deg);
|
|
1374
1373
|
margin-top: 15px;
|
|
1375
1374
|
}
|
|
1376
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1377
|
-
margin: 12px 12px 12px 0;
|
|
1378
|
-
}
|
|
1379
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1380
|
-
margin: 12px 0 12px 12px;
|
|
1381
|
-
}
|
|
1382
1375
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1383
1376
|
margin-top: 9px;
|
|
1384
1377
|
}
|
package/styles/grid/fluent.css
CHANGED
|
@@ -1357,9 +1357,8 @@
|
|
|
1357
1357
|
display: none;
|
|
1358
1358
|
}
|
|
1359
1359
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
height: 48px;
|
|
1360
|
+
padding: 0 12px 0;
|
|
1361
|
+
height: auto;
|
|
1363
1362
|
border-bottom-width: 0;
|
|
1364
1363
|
}
|
|
1365
1364
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1373,12 +1372,6 @@
|
|
|
1373
1372
|
transform: rotate(180deg);
|
|
1374
1373
|
margin-top: 15px;
|
|
1375
1374
|
}
|
|
1376
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1377
|
-
margin: 12px 12px 12px 0;
|
|
1378
|
-
}
|
|
1379
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1380
|
-
margin: 12px 0 12px 12px;
|
|
1381
|
-
}
|
|
1382
1375
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1383
1376
|
margin-top: 9px;
|
|
1384
1377
|
}
|
|
@@ -1269,9 +1269,8 @@
|
|
|
1269
1269
|
display: none;
|
|
1270
1270
|
}
|
|
1271
1271
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
height: 58px;
|
|
1272
|
+
padding: 0 16px 0;
|
|
1273
|
+
height: auto;
|
|
1275
1274
|
border-bottom-width: 0;
|
|
1276
1275
|
}
|
|
1277
1276
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1285,12 +1284,6 @@
|
|
|
1285
1284
|
transform: rotate(180deg);
|
|
1286
1285
|
margin-top: 20px;
|
|
1287
1286
|
}
|
|
1288
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1289
|
-
margin: 16px 16px 16px 0;
|
|
1290
|
-
}
|
|
1291
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1292
|
-
margin: 16px 0 16px 16px;
|
|
1293
|
-
}
|
|
1294
1287
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1295
1288
|
margin-top: 13px;
|
|
1296
1289
|
}
|
|
@@ -2302,7 +2295,7 @@
|
|
|
2302
2295
|
overflow: hidden;
|
|
2303
2296
|
text-overflow: ellipsis;
|
|
2304
2297
|
white-space: nowrap;
|
|
2305
|
-
width:
|
|
2298
|
+
width: auto;
|
|
2306
2299
|
}
|
|
2307
2300
|
.e-grid .e-grid-icon {
|
|
2308
2301
|
float: left;
|
|
@@ -1269,9 +1269,8 @@
|
|
|
1269
1269
|
display: none;
|
|
1270
1270
|
}
|
|
1271
1271
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
height: 58px;
|
|
1272
|
+
padding: 0 16px 0;
|
|
1273
|
+
height: auto;
|
|
1275
1274
|
border-bottom-width: 0;
|
|
1276
1275
|
}
|
|
1277
1276
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1285,12 +1284,6 @@
|
|
|
1285
1284
|
transform: rotate(180deg);
|
|
1286
1285
|
margin-top: 21px;
|
|
1287
1286
|
}
|
|
1288
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1289
|
-
margin: 16px 16px 16px 0;
|
|
1290
|
-
}
|
|
1291
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1292
|
-
margin: 16px 0 16px 16px;
|
|
1293
|
-
}
|
|
1294
1287
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1295
1288
|
margin-top: 14px;
|
|
1296
1289
|
}
|
|
@@ -2302,7 +2295,7 @@
|
|
|
2302
2295
|
overflow: hidden;
|
|
2303
2296
|
text-overflow: ellipsis;
|
|
2304
2297
|
white-space: nowrap;
|
|
2305
|
-
width:
|
|
2298
|
+
width: auto;
|
|
2306
2299
|
}
|
|
2307
2300
|
.e-grid .e-grid-icon {
|
|
2308
2301
|
float: left;
|
|
@@ -1312,9 +1312,8 @@
|
|
|
1312
1312
|
display: none;
|
|
1313
1313
|
}
|
|
1314
1314
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
height: 48px;
|
|
1315
|
+
padding: 0 12px 0;
|
|
1316
|
+
height: auto;
|
|
1318
1317
|
border-bottom-width: 0;
|
|
1319
1318
|
}
|
|
1320
1319
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1328,12 +1327,6 @@
|
|
|
1328
1327
|
transform: rotate(180deg);
|
|
1329
1328
|
margin-top: 16px;
|
|
1330
1329
|
}
|
|
1331
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1332
|
-
margin: 12px 16px 12px 0;
|
|
1333
|
-
}
|
|
1334
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1335
|
-
margin: 12px 0 12px 16px;
|
|
1336
|
-
}
|
|
1337
1330
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1338
1331
|
margin-top: 9px;
|
|
1339
1332
|
}
|
|
@@ -2345,7 +2338,7 @@
|
|
|
2345
2338
|
overflow: hidden;
|
|
2346
2339
|
text-overflow: ellipsis;
|
|
2347
2340
|
white-space: nowrap;
|
|
2348
|
-
width:
|
|
2341
|
+
width: auto;
|
|
2349
2342
|
}
|
|
2350
2343
|
.e-grid .e-grid-icon {
|
|
2351
2344
|
float: left;
|
package/styles/grid/material.css
CHANGED
|
@@ -1346,9 +1346,8 @@
|
|
|
1346
1346
|
display: none;
|
|
1347
1347
|
}
|
|
1348
1348
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
height: 48px;
|
|
1349
|
+
padding: 0 12px 0;
|
|
1350
|
+
height: auto;
|
|
1352
1351
|
border-bottom-width: 0;
|
|
1353
1352
|
}
|
|
1354
1353
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1362,12 +1361,6 @@
|
|
|
1362
1361
|
transform: rotate(180deg);
|
|
1363
1362
|
margin-top: 16px;
|
|
1364
1363
|
}
|
|
1365
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1366
|
-
margin: 12px 16px 12px 0;
|
|
1367
|
-
}
|
|
1368
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1369
|
-
margin: 12px 0 12px 16px;
|
|
1370
|
-
}
|
|
1371
1364
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1372
1365
|
margin-top: 9px;
|
|
1373
1366
|
}
|
|
@@ -2379,7 +2372,7 @@
|
|
|
2379
2372
|
overflow: hidden;
|
|
2380
2373
|
text-overflow: ellipsis;
|
|
2381
2374
|
white-space: nowrap;
|
|
2382
|
-
width:
|
|
2375
|
+
width: auto;
|
|
2383
2376
|
}
|
|
2384
2377
|
.e-grid .e-grid-icon {
|
|
2385
2378
|
float: left;
|
|
@@ -1516,9 +1516,8 @@
|
|
|
1516
1516
|
display: none;
|
|
1517
1517
|
}
|
|
1518
1518
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
height: 40px;
|
|
1519
|
+
padding: 0 8px 0;
|
|
1520
|
+
height: auto;
|
|
1522
1521
|
border-bottom-width: 0 4px 0 4px;
|
|
1523
1522
|
}
|
|
1524
1523
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1532,12 +1531,6 @@
|
|
|
1532
1531
|
transform: rotate(180deg);
|
|
1533
1532
|
margin-top: 15px;
|
|
1534
1533
|
}
|
|
1535
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1536
|
-
margin: 8px 8px 8px 0;
|
|
1537
|
-
}
|
|
1538
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1539
|
-
margin: 8px 0 8px 8px;
|
|
1540
|
-
}
|
|
1541
1534
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1542
1535
|
margin-top: 5px;
|
|
1543
1536
|
}
|
|
@@ -1572,9 +1572,8 @@
|
|
|
1572
1572
|
display: none;
|
|
1573
1573
|
}
|
|
1574
1574
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
height: 40px;
|
|
1575
|
+
padding: 0 8px 0;
|
|
1576
|
+
height: auto;
|
|
1578
1577
|
border-bottom-width: 0 4px 0 4px;
|
|
1579
1578
|
}
|
|
1580
1579
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1588,12 +1587,6 @@
|
|
|
1588
1587
|
transform: rotate(180deg);
|
|
1589
1588
|
margin-top: 15px;
|
|
1590
1589
|
}
|
|
1591
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1592
|
-
margin: 8px 8px 8px 0;
|
|
1593
|
-
}
|
|
1594
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1595
|
-
margin: 8px 0 8px 8px;
|
|
1596
|
-
}
|
|
1597
1590
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1598
1591
|
margin-top: 5px;
|
|
1599
1592
|
}
|
|
@@ -1348,9 +1348,8 @@
|
|
|
1348
1348
|
display: none;
|
|
1349
1349
|
}
|
|
1350
1350
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
height: 48px;
|
|
1351
|
+
padding: 0 12px 0;
|
|
1352
|
+
height: auto;
|
|
1354
1353
|
border-bottom-width: 0;
|
|
1355
1354
|
}
|
|
1356
1355
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1364,12 +1363,6 @@
|
|
|
1364
1363
|
transform: rotate(180deg);
|
|
1365
1364
|
margin-top: 15px;
|
|
1366
1365
|
}
|
|
1367
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1368
|
-
margin: 12px 12px 12px 0;
|
|
1369
|
-
}
|
|
1370
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1371
|
-
margin: 12px 0 12px 12px;
|
|
1372
|
-
}
|
|
1373
1366
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1374
1367
|
margin-top: 9px;
|
|
1375
1368
|
}
|
package/styles/grid/tailwind.css
CHANGED
|
@@ -1348,9 +1348,8 @@
|
|
|
1348
1348
|
display: none;
|
|
1349
1349
|
}
|
|
1350
1350
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
height: 48px;
|
|
1351
|
+
padding: 0 12px 0;
|
|
1352
|
+
height: auto;
|
|
1354
1353
|
border-bottom-width: 0;
|
|
1355
1354
|
}
|
|
1356
1355
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1364,12 +1363,6 @@
|
|
|
1364
1363
|
transform: rotate(180deg);
|
|
1365
1364
|
margin-top: 15px;
|
|
1366
1365
|
}
|
|
1367
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1368
|
-
margin: 12px 12px 12px 0;
|
|
1369
|
-
}
|
|
1370
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1371
|
-
margin: 12px 0 12px 12px;
|
|
1372
|
-
}
|
|
1373
1366
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1374
1367
|
margin-top: 9px;
|
|
1375
1368
|
}
|
|
@@ -1693,9 +1693,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1693
1693
|
display: none;
|
|
1694
1694
|
}
|
|
1695
1695
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
height: 58px;
|
|
1696
|
+
padding: 0 16px 0;
|
|
1697
|
+
height: auto;
|
|
1699
1698
|
border-bottom-width: 0;
|
|
1700
1699
|
}
|
|
1701
1700
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1709,12 +1708,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1709
1708
|
transform: rotate(180deg);
|
|
1710
1709
|
margin-top: 20px;
|
|
1711
1710
|
}
|
|
1712
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1713
|
-
margin: 16px 16px 16px 0;
|
|
1714
|
-
}
|
|
1715
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1716
|
-
margin: 16px 0 16px 16px;
|
|
1717
|
-
}
|
|
1718
1711
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1719
1712
|
margin-top: 13px;
|
|
1720
1713
|
}
|
|
@@ -2726,7 +2719,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2726
2719
|
overflow: hidden;
|
|
2727
2720
|
text-overflow: ellipsis;
|
|
2728
2721
|
white-space: nowrap;
|
|
2729
|
-
width:
|
|
2722
|
+
width: auto;
|
|
2730
2723
|
}
|
|
2731
2724
|
.e-grid .e-grid-icon {
|
|
2732
2725
|
float: left;
|
package/styles/highcontrast.css
CHANGED
|
@@ -1693,9 +1693,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1693
1693
|
display: none;
|
|
1694
1694
|
}
|
|
1695
1695
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
height: 58px;
|
|
1696
|
+
padding: 0 16px 0;
|
|
1697
|
+
height: auto;
|
|
1699
1698
|
border-bottom-width: 0;
|
|
1700
1699
|
}
|
|
1701
1700
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1709,12 +1708,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1709
1708
|
transform: rotate(180deg);
|
|
1710
1709
|
margin-top: 21px;
|
|
1711
1710
|
}
|
|
1712
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1713
|
-
margin: 16px 16px 16px 0;
|
|
1714
|
-
}
|
|
1715
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1716
|
-
margin: 16px 0 16px 16px;
|
|
1717
|
-
}
|
|
1718
1711
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1719
1712
|
margin-top: 14px;
|
|
1720
1713
|
}
|
|
@@ -2726,7 +2719,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2726
2719
|
overflow: hidden;
|
|
2727
2720
|
text-overflow: ellipsis;
|
|
2728
2721
|
white-space: nowrap;
|
|
2729
|
-
width:
|
|
2722
|
+
width: auto;
|
|
2730
2723
|
}
|
|
2731
2724
|
.e-grid .e-grid-icon {
|
|
2732
2725
|
float: left;
|
package/styles/material-dark.css
CHANGED
|
@@ -1742,9 +1742,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1742
1742
|
display: none;
|
|
1743
1743
|
}
|
|
1744
1744
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
height: 48px;
|
|
1745
|
+
padding: 0 12px 0;
|
|
1746
|
+
height: auto;
|
|
1748
1747
|
border-bottom-width: 0;
|
|
1749
1748
|
}
|
|
1750
1749
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1758,12 +1757,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1758
1757
|
transform: rotate(180deg);
|
|
1759
1758
|
margin-top: 16px;
|
|
1760
1759
|
}
|
|
1761
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1762
|
-
margin: 12px 16px 12px 0;
|
|
1763
|
-
}
|
|
1764
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1765
|
-
margin: 12px 0 12px 16px;
|
|
1766
|
-
}
|
|
1767
1760
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1768
1761
|
margin-top: 9px;
|
|
1769
1762
|
}
|
|
@@ -2775,7 +2768,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2775
2768
|
overflow: hidden;
|
|
2776
2769
|
text-overflow: ellipsis;
|
|
2777
2770
|
white-space: nowrap;
|
|
2778
|
-
width:
|
|
2771
|
+
width: auto;
|
|
2779
2772
|
}
|
|
2780
2773
|
.e-grid .e-grid-icon {
|
|
2781
2774
|
float: left;
|
package/styles/material.css
CHANGED
|
@@ -1784,9 +1784,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1784
1784
|
display: none;
|
|
1785
1785
|
}
|
|
1786
1786
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
height: 48px;
|
|
1787
|
+
padding: 0 12px 0;
|
|
1788
|
+
height: auto;
|
|
1790
1789
|
border-bottom-width: 0;
|
|
1791
1790
|
}
|
|
1792
1791
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1800,12 +1799,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1800
1799
|
transform: rotate(180deg);
|
|
1801
1800
|
margin-top: 16px;
|
|
1802
1801
|
}
|
|
1803
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1804
|
-
margin: 12px 16px 12px 0;
|
|
1805
|
-
}
|
|
1806
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1807
|
-
margin: 12px 0 12px 16px;
|
|
1808
|
-
}
|
|
1809
1802
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1810
1803
|
margin-top: 9px;
|
|
1811
1804
|
}
|
|
@@ -2817,7 +2810,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2817
2810
|
overflow: hidden;
|
|
2818
2811
|
text-overflow: ellipsis;
|
|
2819
2812
|
white-space: nowrap;
|
|
2820
|
-
width:
|
|
2813
|
+
width: auto;
|
|
2821
2814
|
}
|
|
2822
2815
|
.e-grid .e-grid-icon {
|
|
2823
2816
|
float: left;
|
|
@@ -2046,9 +2046,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2046
2046
|
display: none;
|
|
2047
2047
|
}
|
|
2048
2048
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
height: 40px;
|
|
2049
|
+
padding: 0 8px 0;
|
|
2050
|
+
height: auto;
|
|
2052
2051
|
border-bottom-width: 0 4px 0 4px;
|
|
2053
2052
|
}
|
|
2054
2053
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -2062,12 +2061,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2062
2061
|
transform: rotate(180deg);
|
|
2063
2062
|
margin-top: 15px;
|
|
2064
2063
|
}
|
|
2065
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
2066
|
-
margin: 8px 8px 8px 0;
|
|
2067
|
-
}
|
|
2068
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
2069
|
-
margin: 8px 0 8px 8px;
|
|
2070
|
-
}
|
|
2071
2064
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
2072
2065
|
margin-top: 5px;
|
|
2073
2066
|
}
|
package/styles/material3.css
CHANGED
|
@@ -2158,9 +2158,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2158
2158
|
display: none;
|
|
2159
2159
|
}
|
|
2160
2160
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
height: 40px;
|
|
2161
|
+
padding: 0 8px 0;
|
|
2162
|
+
height: auto;
|
|
2164
2163
|
border-bottom-width: 0 4px 0 4px;
|
|
2165
2164
|
}
|
|
2166
2165
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -2174,12 +2173,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2174
2173
|
transform: rotate(180deg);
|
|
2175
2174
|
margin-top: 15px;
|
|
2176
2175
|
}
|
|
2177
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
2178
|
-
margin: 8px 8px 8px 0;
|
|
2179
|
-
}
|
|
2180
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
2181
|
-
margin: 8px 0 8px 8px;
|
|
2182
|
-
}
|
|
2183
2176
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
2184
2177
|
margin-top: 5px;
|
|
2185
2178
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1775,9 +1775,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1775
1775
|
display: none;
|
|
1776
1776
|
}
|
|
1777
1777
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
height: 48px;
|
|
1778
|
+
padding: 0 12px 0;
|
|
1779
|
+
height: auto;
|
|
1781
1780
|
border-bottom-width: 0;
|
|
1782
1781
|
}
|
|
1783
1782
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1791,12 +1790,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1791
1790
|
transform: rotate(180deg);
|
|
1792
1791
|
margin-top: 15px;
|
|
1793
1792
|
}
|
|
1794
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1795
|
-
margin: 12px 12px 12px 0;
|
|
1796
|
-
}
|
|
1797
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1798
|
-
margin: 12px 0 12px 12px;
|
|
1799
|
-
}
|
|
1800
1793
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1801
1794
|
margin-top: 9px;
|
|
1802
1795
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -1775,9 +1775,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1775
1775
|
display: none;
|
|
1776
1776
|
}
|
|
1777
1777
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
height: 48px;
|
|
1778
|
+
padding: 0 12px 0;
|
|
1779
|
+
height: auto;
|
|
1781
1780
|
border-bottom-width: 0;
|
|
1782
1781
|
}
|
|
1783
1782
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1791,12 +1790,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1791
1790
|
transform: rotate(180deg);
|
|
1792
1791
|
margin-top: 15px;
|
|
1793
1792
|
}
|
|
1794
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1795
|
-
margin: 12px 12px 12px 0;
|
|
1796
|
-
}
|
|
1797
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1798
|
-
margin: 12px 0 12px 12px;
|
|
1799
|
-
}
|
|
1800
1793
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1801
1794
|
margin-top: 9px;
|
|
1802
1795
|
}
|