@syncfusion/ej2-angular-grids 19.4.47 → 19.4.52
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 +16 -0
- package/README.md +1 -1
- package/dist/ej2-angular-grids.umd.js +1 -1
- package/dist/ej2-angular-grids.umd.min.js +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +3 -3
- package/styles/bootstrap.css +3 -3
- package/styles/bootstrap4.css +3 -3
- package/styles/bootstrap5-dark.css +90 -90
- package/styles/bootstrap5.css +90 -90
- package/styles/fabric-dark.css +3 -3
- package/styles/fabric.css +3 -3
- package/styles/grid/bootstrap-dark.css +3 -3
- package/styles/grid/bootstrap.css +3 -3
- package/styles/grid/bootstrap4.css +3 -3
- package/styles/grid/bootstrap5-dark.css +90 -90
- package/styles/grid/bootstrap5.css +90 -90
- package/styles/grid/fabric-dark.css +3 -3
- package/styles/grid/fabric.css +3 -3
- package/styles/grid/highcontrast-light.css +3 -3
- package/styles/grid/highcontrast.css +3 -3
- package/styles/grid/material-dark.css +3 -3
- package/styles/grid/material.css +3 -3
- package/styles/grid/tailwind-dark.css +100 -100
- package/styles/grid/tailwind.css +100 -100
- package/styles/highcontrast-light.css +3 -3
- package/styles/highcontrast.css +3 -3
- package/styles/material-dark.css +3 -3
- package/styles/material.css +3 -3
- package/styles/tailwind-dark.css +100 -100
- package/styles/tailwind.css +100 -100
|
@@ -493,15 +493,15 @@
|
|
|
493
493
|
|
|
494
494
|
.e-bigger .e-grid .e-headercell,
|
|
495
495
|
.e-grid.e-bigger .e-headercell {
|
|
496
|
-
height:
|
|
497
|
-
padding:
|
|
496
|
+
height: 40px;
|
|
497
|
+
padding: 10px 8px 10px;
|
|
498
498
|
}
|
|
499
499
|
|
|
500
500
|
.e-bigger .e-grid .e-headercelldiv,
|
|
501
501
|
.e-grid.e-bigger .e-headercelldiv {
|
|
502
502
|
font-size: 16px;
|
|
503
|
-
height:
|
|
504
|
-
line-height:
|
|
503
|
+
height: 20px;
|
|
504
|
+
line-height: 20px;
|
|
505
505
|
}
|
|
506
506
|
|
|
507
507
|
.e-bigger .e-grid .e-headercell,
|
|
@@ -568,7 +568,7 @@
|
|
|
568
568
|
.e-grid.e-bigger .e-summarycell,
|
|
569
569
|
.e-grid.e-bigger .e-groupcaption {
|
|
570
570
|
font-size: 16px;
|
|
571
|
-
padding:
|
|
571
|
+
padding: 8px 12px;
|
|
572
572
|
}
|
|
573
573
|
|
|
574
574
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
@@ -589,8 +589,8 @@
|
|
|
589
589
|
.e-bigger .e-grid .e-filterbarcelldisabled,
|
|
590
590
|
.e-grid.e-bigger .e-filterbarcell,
|
|
591
591
|
.e-grid.e-bigger .e-filterbarcelldisabled {
|
|
592
|
-
height:
|
|
593
|
-
padding: 0
|
|
592
|
+
height: 40px;
|
|
593
|
+
padding: 0 8px;
|
|
594
594
|
}
|
|
595
595
|
|
|
596
596
|
.e-bigger .e-grid .e-filterbarcell input,
|
|
@@ -656,7 +656,7 @@
|
|
|
656
656
|
|
|
657
657
|
.e-bigger .e-grid .e-filtermenudiv,
|
|
658
658
|
.e-grid.e-bigger .e-filtermenudiv {
|
|
659
|
-
margin: -
|
|
659
|
+
margin: -20px -6px;
|
|
660
660
|
}
|
|
661
661
|
|
|
662
662
|
.e-bigger .e-grid .e-sortfilterdiv,
|
|
@@ -666,7 +666,7 @@
|
|
|
666
666
|
|
|
667
667
|
.e-bigger .e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv,
|
|
668
668
|
.e-grid.e-bigger .e-gridheader .e-fltr-icon .e-sortfilterdiv {
|
|
669
|
-
margin: -
|
|
669
|
+
margin: -20px 26px -31px 0;
|
|
670
670
|
}
|
|
671
671
|
|
|
672
672
|
.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
@@ -723,16 +723,16 @@
|
|
|
723
723
|
display: inline-block;
|
|
724
724
|
float: right;
|
|
725
725
|
font-size: 9px;
|
|
726
|
-
height:
|
|
726
|
+
height: 16px;
|
|
727
727
|
line-height: 16px;
|
|
728
|
-
margin: 4px
|
|
728
|
+
margin: 4px 10px 0 2px;
|
|
729
729
|
text-align: center;
|
|
730
|
-
width:
|
|
730
|
+
width: 16px;
|
|
731
731
|
}
|
|
732
732
|
|
|
733
733
|
.e-bigger .e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv,
|
|
734
734
|
.e-grid.e-bigger .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
|
|
735
|
-
margin: -
|
|
735
|
+
margin: -20px -20px 0 -4px;
|
|
736
736
|
}
|
|
737
737
|
|
|
738
738
|
.e-bigger .e-grid.e-rtl .e-headercell .e-sortfilterdiv,
|
|
@@ -749,12 +749,12 @@
|
|
|
749
749
|
|
|
750
750
|
.e-bigger .e-grid.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv,
|
|
751
751
|
.e-grid.e-bigger.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv {
|
|
752
|
-
margin: -
|
|
752
|
+
margin: -20px 0 0 34px;
|
|
753
753
|
}
|
|
754
754
|
|
|
755
755
|
.e-bigger .e-grid.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv,
|
|
756
756
|
.e-grid.e-bigger.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
|
|
757
|
-
margin: -
|
|
757
|
+
margin: -20px 0 0 26px;
|
|
758
758
|
}
|
|
759
759
|
|
|
760
760
|
.e-bigger .e-grid.e-rtl .e-filtermenudiv,
|
|
@@ -764,7 +764,7 @@
|
|
|
764
764
|
|
|
765
765
|
.e-bigger .e-grid.e-rtl .e-rightalign .e-filtermenudiv,
|
|
766
766
|
.e-grid.e-bigger.e-rtl .e-rightalign .e-filtermenudiv {
|
|
767
|
-
margin: -20px 0 -18px -
|
|
767
|
+
margin: -20px 0 -18px -16px;
|
|
768
768
|
}
|
|
769
769
|
|
|
770
770
|
.e-bigger .e-grid.e-rtl .e-headercell .e-headercelldiv .e-sortnumber,
|
|
@@ -788,7 +788,7 @@
|
|
|
788
788
|
.e-grid.e-bigger .e-movablecontent table tr td:first-child:empty,
|
|
789
789
|
.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
|
790
790
|
.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
|
791
|
-
line-height:
|
|
791
|
+
line-height: 24px;
|
|
792
792
|
}
|
|
793
793
|
|
|
794
794
|
.e-bigger .e-grid .e-filterbarcell input,
|
|
@@ -799,7 +799,7 @@
|
|
|
799
799
|
.e-bigger .e-grid .e-groupdroparea,
|
|
800
800
|
.e-grid.e-bigger .e-groupdroparea {
|
|
801
801
|
font-size: 16px;
|
|
802
|
-
min-height:
|
|
802
|
+
min-height: 45px;
|
|
803
803
|
padding: 22px 24px;
|
|
804
804
|
}
|
|
805
805
|
|
|
@@ -825,7 +825,7 @@
|
|
|
825
825
|
|
|
826
826
|
.e-bigger .e-grid .e-frozenheader table tr td.e-rowcell,
|
|
827
827
|
.e-grid.e-bigger .e-frozenheader table tr td.e-rowcell {
|
|
828
|
-
height:
|
|
828
|
+
height: 34px;
|
|
829
829
|
}
|
|
830
830
|
|
|
831
831
|
.e-bigger .e-grid .e-frozencontent table tr td:first-child:empty,
|
|
@@ -838,7 +838,7 @@
|
|
|
838
838
|
.e-grid.e-bigger .e-frozenhdrcont table tr td:first-child:empty,
|
|
839
839
|
.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
|
840
840
|
.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
|
841
|
-
height:
|
|
841
|
+
height: 40px;
|
|
842
842
|
}
|
|
843
843
|
|
|
844
844
|
.e-bigger .e-grid.e-bigger .e-columnmenu,
|
|
@@ -939,36 +939,36 @@
|
|
|
939
939
|
.e-bigger .e-grid.e-device .e-summarycell,
|
|
940
940
|
.e-grid.e-bigger.e-device .e-rowcell,
|
|
941
941
|
.e-grid.e-bigger.e-device .e-summarycell {
|
|
942
|
-
padding:
|
|
942
|
+
padding: 6px 12px;
|
|
943
943
|
}
|
|
944
944
|
|
|
945
945
|
.e-bigger .e-grid:not(.e-row-responsive).e-device .e-rowcell:first-child,
|
|
946
946
|
.e-bigger .e-grid:not(.e-row-responsive).e-device .e-summarycell:first-child,
|
|
947
947
|
.e-grid.e-bigger:not(.e-row-responsive).e-device .e-rowcell:first-child,
|
|
948
948
|
.e-grid.e-bigger:not(.e-row-responsive).e-device .e-summarycell:first-child {
|
|
949
|
-
padding:
|
|
949
|
+
padding: 6px 12px 6px 16px;
|
|
950
950
|
}
|
|
951
951
|
|
|
952
952
|
.e-bigger .e-grid:not(.e-row-responsive).e-device .e-rowcell:last-child,
|
|
953
953
|
.e-bigger .e-grid:not(.e-row-responsive).e-device .e-summarycell:last-child,
|
|
954
954
|
.e-grid.e-bigger:not(.e-row-responsive).e-device .e-rowcell:last-child,
|
|
955
955
|
.e-grid.e-bigger:not(.e-row-responsive).e-device .e-summarycell:last-child {
|
|
956
|
-
padding:
|
|
956
|
+
padding: 6px 16px 6px 12px;
|
|
957
957
|
}
|
|
958
958
|
|
|
959
959
|
.e-bigger .e-grid.e-device .e-filterbarcell,
|
|
960
960
|
.e-grid.e-bigger.e-device .e-filterbarcell {
|
|
961
|
-
padding:
|
|
961
|
+
padding: 6px 12px;
|
|
962
962
|
}
|
|
963
963
|
|
|
964
964
|
.e-bigger .e-grid.e-device .e-filterbarcell:first-child,
|
|
965
965
|
.e-grid.e-bigger.e-device .e-filterbarcell:first-child {
|
|
966
|
-
padding:
|
|
966
|
+
padding: 6px 12px 6px 16px;
|
|
967
967
|
}
|
|
968
968
|
|
|
969
969
|
.e-bigger .e-grid.e-device .e-filterbarcell:last-child,
|
|
970
970
|
.e-grid.e-bigger.e-device .e-filterbarcell:last-child {
|
|
971
|
-
padding:
|
|
971
|
+
padding: 6px 16px 6px 12px;
|
|
972
972
|
}
|
|
973
973
|
|
|
974
974
|
.e-bigger .e-grid.e-device .e-groupheadercell .e-ungroupbutton,
|
|
@@ -1408,11 +1408,11 @@
|
|
|
1408
1408
|
}
|
|
1409
1409
|
|
|
1410
1410
|
.e-grid .e-groupdroparea.e-grouped {
|
|
1411
|
-
padding: 0 0
|
|
1411
|
+
padding: 0 0 4px;
|
|
1412
1412
|
}
|
|
1413
1413
|
|
|
1414
1414
|
.e-grid .e-groupdroparea.e-grouped {
|
|
1415
|
-
padding: 0 0
|
|
1415
|
+
padding: 0 0 4px;
|
|
1416
1416
|
}
|
|
1417
1417
|
|
|
1418
1418
|
.e-grid.e-default .e-gridheader.e-stackedfilter .e-grouptopleftcell,
|
|
@@ -1584,8 +1584,8 @@
|
|
|
1584
1584
|
display: block;
|
|
1585
1585
|
font-size: 14px;
|
|
1586
1586
|
font-weight: 700;
|
|
1587
|
-
height:
|
|
1588
|
-
line-height:
|
|
1587
|
+
height: 18px;
|
|
1588
|
+
line-height: 18px;
|
|
1589
1589
|
margin: -5px;
|
|
1590
1590
|
overflow: hidden;
|
|
1591
1591
|
padding: 0 0.4em;
|
|
@@ -1701,9 +1701,9 @@
|
|
|
1701
1701
|
border-width: 1px 0 0;
|
|
1702
1702
|
display: table-cell;
|
|
1703
1703
|
font-size: 14px;
|
|
1704
|
-
line-height:
|
|
1704
|
+
line-height: 22px;
|
|
1705
1705
|
overflow: hidden;
|
|
1706
|
-
padding:
|
|
1706
|
+
padding: 6px 8px;
|
|
1707
1707
|
vertical-align: middle;
|
|
1708
1708
|
white-space: nowrap;
|
|
1709
1709
|
width: auto;
|
|
@@ -1715,7 +1715,7 @@
|
|
|
1715
1715
|
.e-grid .e-movablecontent table .e-insertedrow td.e-rowcell,
|
|
1716
1716
|
.e-grid:not(.e-grid-min-height) .e-gridcontent .e-content tr.e-insertedrow .e-rowcell:empty,
|
|
1717
1717
|
.e-grid .e-row.e-emptyrow {
|
|
1718
|
-
height:
|
|
1718
|
+
height: 35px;
|
|
1719
1719
|
}
|
|
1720
1720
|
|
|
1721
1721
|
.e-grid .e-editedrow .e-input-group input.e-input,
|
|
@@ -1727,7 +1727,7 @@
|
|
|
1727
1727
|
|
|
1728
1728
|
.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
|
1729
1729
|
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
|
1730
|
-
height:
|
|
1730
|
+
height: 34px;
|
|
1731
1731
|
}
|
|
1732
1732
|
|
|
1733
1733
|
.e-grid.e-afenabled .e-movablecontent,
|
|
@@ -1774,7 +1774,7 @@
|
|
|
1774
1774
|
font-weight: 700;
|
|
1775
1775
|
height: auto;
|
|
1776
1776
|
line-height: 14px;
|
|
1777
|
-
padding:
|
|
1777
|
+
padding: 6px 8px;
|
|
1778
1778
|
white-space: normal;
|
|
1779
1779
|
word-wrap: break-word;
|
|
1780
1780
|
}
|
|
@@ -1815,17 +1815,17 @@
|
|
|
1815
1815
|
|
|
1816
1816
|
.e-grid.e-device .e-rowcell,
|
|
1817
1817
|
.e-grid.e-device .e-summarycell {
|
|
1818
|
-
padding:
|
|
1818
|
+
padding: 6px 12px;
|
|
1819
1819
|
}
|
|
1820
1820
|
|
|
1821
1821
|
.e-grid.e-device .e-rowcell:first-child,
|
|
1822
1822
|
.e-grid.e-device .e-summarycell:first-child {
|
|
1823
|
-
padding:
|
|
1823
|
+
padding: 6px 12px 6px 16px;
|
|
1824
1824
|
}
|
|
1825
1825
|
|
|
1826
1826
|
.e-grid.e-device .e-rowcell:last-child,
|
|
1827
1827
|
.e-grid.e-device .e-summarycell:last-child {
|
|
1828
|
-
padding:
|
|
1828
|
+
padding: 6px 16px 6px 12px;
|
|
1829
1829
|
}
|
|
1830
1830
|
|
|
1831
1831
|
.e-grid td.e-rowcell.e-checkbox {
|
|
@@ -1864,7 +1864,7 @@
|
|
|
1864
1864
|
}
|
|
1865
1865
|
|
|
1866
1866
|
.e-grid .e-emptyrow td {
|
|
1867
|
-
line-height:
|
|
1867
|
+
line-height: 22px;
|
|
1868
1868
|
padding: .7em;
|
|
1869
1869
|
}
|
|
1870
1870
|
|
|
@@ -1950,7 +1950,7 @@
|
|
|
1950
1950
|
float: right;
|
|
1951
1951
|
height: 16px;
|
|
1952
1952
|
margin: -28px -4px;
|
|
1953
|
-
padding:
|
|
1953
|
+
padding: 8px 8px;
|
|
1954
1954
|
width: 16px;
|
|
1955
1955
|
}
|
|
1956
1956
|
|
|
@@ -1961,7 +1961,7 @@
|
|
|
1961
1961
|
|
|
1962
1962
|
.e-grid .e-gridheader .e-sortfilter .e-rightalign .e-headercelldiv,
|
|
1963
1963
|
.e-grid .e-gridheader .e-rightalign .e-stackedheadercelldiv {
|
|
1964
|
-
padding: 0
|
|
1964
|
+
padding: 0 8px 0;
|
|
1965
1965
|
}
|
|
1966
1966
|
|
|
1967
1967
|
.e-grid .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv {
|
|
@@ -1969,19 +1969,19 @@
|
|
|
1969
1969
|
}
|
|
1970
1970
|
|
|
1971
1971
|
.e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv {
|
|
1972
|
-
margin: -5px 15px -5px -
|
|
1972
|
+
margin: -5px 15px -5px -5px;
|
|
1973
1973
|
}
|
|
1974
1974
|
|
|
1975
1975
|
.e-grid .e-gridheader .e-sortfilter .e-headercelldiv,
|
|
1976
1976
|
.e-grid .e-gridheader .e-stackedheadercelldiv,
|
|
1977
1977
|
.e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
1978
|
-
padding: 0
|
|
1978
|
+
padding: 0 8px 0 8px;
|
|
1979
1979
|
}
|
|
1980
1980
|
|
|
1981
1981
|
.e-grid .e-filtermenudiv {
|
|
1982
1982
|
float: right;
|
|
1983
|
-
margin: -20px -
|
|
1984
|
-
padding:
|
|
1983
|
+
margin: -20px -10px;
|
|
1984
|
+
padding: 8px;
|
|
1985
1985
|
text-align: right;
|
|
1986
1986
|
}
|
|
1987
1987
|
|
|
@@ -2031,24 +2031,24 @@
|
|
|
2031
2031
|
display: inline-block;
|
|
2032
2032
|
float: right;
|
|
2033
2033
|
font-size: 11px;
|
|
2034
|
-
height:
|
|
2034
|
+
height: 16px;
|
|
2035
2035
|
line-height: 16px;
|
|
2036
|
-
margin:
|
|
2036
|
+
margin: 2px 11px 0 8px;
|
|
2037
2037
|
text-align: center;
|
|
2038
|
-
width:
|
|
2038
|
+
width: 16px;
|
|
2039
2039
|
}
|
|
2040
2040
|
|
|
2041
2041
|
.e-grid .e-gridheader .e-rightalign .e-sortnumber {
|
|
2042
2042
|
float: left;
|
|
2043
|
-
margin:
|
|
2043
|
+
margin: 2px 11px 0 15px;
|
|
2044
2044
|
}
|
|
2045
2045
|
|
|
2046
2046
|
.e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv {
|
|
2047
|
-
margin: -
|
|
2047
|
+
margin: -20px 29px -29px 0;
|
|
2048
2048
|
}
|
|
2049
2049
|
|
|
2050
2050
|
.e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
|
|
2051
|
-
margin: -
|
|
2051
|
+
margin: -20px -11px -5px -5px;
|
|
2052
2052
|
}
|
|
2053
2053
|
|
|
2054
2054
|
.e-grid.e-wrap .e-gridheader .e-rightalign .e-sortnumber {
|
|
@@ -2206,15 +2206,15 @@
|
|
|
2206
2206
|
}
|
|
2207
2207
|
|
|
2208
2208
|
.e-grid.e-device .e-filterbarcell {
|
|
2209
|
-
padding:
|
|
2209
|
+
padding: 6px 12px;
|
|
2210
2210
|
}
|
|
2211
2211
|
|
|
2212
2212
|
.e-grid.e-device .e-filterbarcell:first-child {
|
|
2213
|
-
padding:
|
|
2213
|
+
padding: 6px 12px 6px 16px;
|
|
2214
2214
|
}
|
|
2215
2215
|
|
|
2216
2216
|
.e-grid.e-device .e-filterbarcell:last-child {
|
|
2217
|
-
padding:
|
|
2217
|
+
padding: 6px 16px 6px 12px;
|
|
2218
2218
|
}
|
|
2219
2219
|
|
|
2220
2220
|
.e-grid .e-searchclear {
|
|
@@ -2471,7 +2471,7 @@
|
|
|
2471
2471
|
|
|
2472
2472
|
.e-grid .e-groupdroparea {
|
|
2473
2473
|
height: auto;
|
|
2474
|
-
min-height:
|
|
2474
|
+
min-height: 36px;
|
|
2475
2475
|
}
|
|
2476
2476
|
|
|
2477
2477
|
.e-grid .e-griddragarea {
|
|
@@ -2515,7 +2515,7 @@
|
|
|
2515
2515
|
font-size: 14px;
|
|
2516
2516
|
font-weight: normal;
|
|
2517
2517
|
opacity: 1;
|
|
2518
|
-
padding:
|
|
2518
|
+
padding: 9px 0;
|
|
2519
2519
|
text-align: center;
|
|
2520
2520
|
text-indent: 1pt;
|
|
2521
2521
|
-webkit-user-select: none;
|
|
@@ -2545,34 +2545,34 @@
|
|
|
2545
2545
|
cursor: pointer;
|
|
2546
2546
|
font-size: 14px;
|
|
2547
2547
|
font-weight: normal;
|
|
2548
|
-
height:
|
|
2549
|
-
margin:
|
|
2548
|
+
height: 32px;
|
|
2549
|
+
margin: 4px 0 0 5px;
|
|
2550
2550
|
overflow: hidden;
|
|
2551
|
-
padding:
|
|
2551
|
+
padding: 5px 0;
|
|
2552
2552
|
vertical-align: middle;
|
|
2553
2553
|
}
|
|
2554
2554
|
|
|
2555
2555
|
.e-grid .e-groupheadercell:hover {
|
|
2556
2556
|
border: 1px;
|
|
2557
|
-
padding:
|
|
2557
|
+
padding: 5px 0;
|
|
2558
2558
|
}
|
|
2559
2559
|
|
|
2560
2560
|
.e-grid .e-groupheadercell span {
|
|
2561
2561
|
display: inline-block;
|
|
2562
2562
|
float: left;
|
|
2563
|
-
height:
|
|
2563
|
+
height: 22px;
|
|
2564
2564
|
line-height: 25px;
|
|
2565
|
-
padding:
|
|
2565
|
+
padding: 0 8px;
|
|
2566
2566
|
vertical-align: middle;
|
|
2567
2567
|
}
|
|
2568
2568
|
|
|
2569
2569
|
.e-grid .e-groupheadercell .e-grouptext {
|
|
2570
|
-
line-height:
|
|
2570
|
+
line-height: 22px;
|
|
2571
2571
|
}
|
|
2572
2572
|
|
|
2573
2573
|
.e-grid .e-groupheadercell .e-ungroupbutton {
|
|
2574
2574
|
font-size: 14px;
|
|
2575
|
-
line-height:
|
|
2575
|
+
line-height: 20px;
|
|
2576
2576
|
}
|
|
2577
2577
|
|
|
2578
2578
|
.e-grid.e-device .e-groupheadercell span {
|
|
@@ -2600,11 +2600,11 @@
|
|
|
2600
2600
|
|
|
2601
2601
|
.e-grid .e-groupsort {
|
|
2602
2602
|
margin-right: 0;
|
|
2603
|
-
margin-top: -
|
|
2603
|
+
margin-top: -0.5px;
|
|
2604
2604
|
}
|
|
2605
2605
|
|
|
2606
2606
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2607
|
-
margin-left: -
|
|
2607
|
+
margin-left: -12px;
|
|
2608
2608
|
margin-top: 2px;
|
|
2609
2609
|
}
|
|
2610
2610
|
|
|
@@ -2647,9 +2647,9 @@
|
|
|
2647
2647
|
border-width: 1px 0 0;
|
|
2648
2648
|
display: table-cell;
|
|
2649
2649
|
font-size: 14px;
|
|
2650
|
-
line-height:
|
|
2650
|
+
line-height: 22px;
|
|
2651
2651
|
overflow: hidden;
|
|
2652
|
-
padding: .
|
|
2652
|
+
padding: 0.5em;
|
|
2653
2653
|
text-overflow: ellipsis;
|
|
2654
2654
|
vertical-align: middle;
|
|
2655
2655
|
white-space: nowrap;
|
|
@@ -2657,8 +2657,8 @@
|
|
|
2657
2657
|
}
|
|
2658
2658
|
|
|
2659
2659
|
.e-grid .e-virtualtable .e-groupcaption {
|
|
2660
|
-
line-height:
|
|
2661
|
-
padding:
|
|
2660
|
+
line-height: 22px;
|
|
2661
|
+
padding: 6px 8px;
|
|
2662
2662
|
}
|
|
2663
2663
|
|
|
2664
2664
|
.e-grid .e-autofill {
|
|
@@ -2866,7 +2866,7 @@
|
|
|
2866
2866
|
.e-grid .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-icons {
|
|
2867
2867
|
float: right;
|
|
2868
2868
|
opacity: .6;
|
|
2869
|
-
padding:
|
|
2869
|
+
padding: 6px 5px;
|
|
2870
2870
|
}
|
|
2871
2871
|
|
|
2872
2872
|
.e-grid .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-cc-cancel {
|
|
@@ -3133,7 +3133,7 @@
|
|
|
3133
3133
|
.e-grid.e-rtl .e-headercell.e-rightalign .e-sortnumber,
|
|
3134
3134
|
.e-grid.e-rtl .e-detailheadercell.e-rightalign .e-sortnumber {
|
|
3135
3135
|
float: left;
|
|
3136
|
-
margin:
|
|
3136
|
+
margin: 2px 0 0 31px;
|
|
3137
3137
|
}
|
|
3138
3138
|
|
|
3139
3139
|
.e-grid.e-rtl .e-rowcell:first-child,
|
|
@@ -3163,11 +3163,11 @@
|
|
|
3163
3163
|
}
|
|
3164
3164
|
|
|
3165
3165
|
.e-grid.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv {
|
|
3166
|
-
margin: -
|
|
3166
|
+
margin: -20px -4px 0 26px;
|
|
3167
3167
|
}
|
|
3168
3168
|
|
|
3169
3169
|
.e-grid.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
|
|
3170
|
-
margin: -
|
|
3170
|
+
margin: -20px -4px 0 28px;
|
|
3171
3171
|
}
|
|
3172
3172
|
|
|
3173
3173
|
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv {
|
|
@@ -3467,8 +3467,8 @@
|
|
|
3467
3467
|
|
|
3468
3468
|
.e-grid.e-rtl .e-filtermenudiv {
|
|
3469
3469
|
float: left;
|
|
3470
|
-
margin: -20px 0 -20px -
|
|
3471
|
-
padding:
|
|
3470
|
+
margin: -20px 0 -20px -6px;
|
|
3471
|
+
padding: 8px;
|
|
3472
3472
|
}
|
|
3473
3473
|
|
|
3474
3474
|
.e-grid.e-wrap .e-rowcell,
|
|
@@ -3667,7 +3667,7 @@
|
|
|
3667
3667
|
}
|
|
3668
3668
|
|
|
3669
3669
|
.e-grid-min-height .e-rowcell {
|
|
3670
|
-
line-height:
|
|
3670
|
+
line-height: normal;
|
|
3671
3671
|
padding-bottom: 0;
|
|
3672
3672
|
padding-top: 0;
|
|
3673
3673
|
}
|
|
@@ -3689,36 +3689,36 @@
|
|
|
3689
3689
|
}
|
|
3690
3690
|
|
|
3691
3691
|
.e-grid-min-height .e-grid-height .e-rowcell {
|
|
3692
|
-
line-height:
|
|
3693
|
-
padding:
|
|
3692
|
+
line-height: 22px;
|
|
3693
|
+
padding: 6px 8px;
|
|
3694
3694
|
}
|
|
3695
3695
|
|
|
3696
3696
|
.e-grid-min-height .e-grid-height .e-gridheader .e-headercell,
|
|
3697
3697
|
.e-grid-min-height .e-grid-height .e-gridheader .e-detailheadercell,
|
|
3698
3698
|
.e-grid-min-height .e-grid-height .e-gridheader .e-headercell .e-headercelldiv {
|
|
3699
|
-
height:
|
|
3699
|
+
height: 18px;
|
|
3700
3700
|
}
|
|
3701
3701
|
|
|
3702
3702
|
.e-grid-min-height .e-grid-height .e-gridcontent .e-groupcaption {
|
|
3703
|
-
line-height:
|
|
3703
|
+
line-height: 22px;
|
|
3704
3704
|
padding: .7em;
|
|
3705
3705
|
}
|
|
3706
3706
|
|
|
3707
3707
|
.e-grid-min-height .e-grid-height .e-summarycell {
|
|
3708
3708
|
line-height: 14px;
|
|
3709
|
-
padding:
|
|
3709
|
+
padding: 6px 8px;
|
|
3710
3710
|
}
|
|
3711
3711
|
|
|
3712
3712
|
.e-device.e-grid-min-height .e-grid-height .e-rowcell {
|
|
3713
|
-
padding:
|
|
3713
|
+
padding: 6px 12px;
|
|
3714
3714
|
}
|
|
3715
3715
|
|
|
3716
3716
|
.e-device.e-grid-min-height .e-grid-height .e-rowcell:first-child {
|
|
3717
|
-
padding:
|
|
3717
|
+
padding: 6px 12px 6px 16px;
|
|
3718
3718
|
}
|
|
3719
3719
|
|
|
3720
3720
|
.e-device.e-grid-min-height .e-grid-height .e-rowcell:last-child {
|
|
3721
|
-
padding:
|
|
3721
|
+
padding: 6px 16px 6px 12px;
|
|
3722
3722
|
}
|
|
3723
3723
|
|
|
3724
3724
|
.e-device.e-grid-min-height .e-rowcell,
|
|
@@ -3729,8 +3729,8 @@
|
|
|
3729
3729
|
}
|
|
3730
3730
|
|
|
3731
3731
|
.e-bigger .e-grid.e-grid-min-height .e-grid-height .e-rowcell {
|
|
3732
|
-
line-height:
|
|
3733
|
-
padding:
|
|
3732
|
+
line-height: 24px;
|
|
3733
|
+
padding: 8px 12px;
|
|
3734
3734
|
}
|
|
3735
3735
|
|
|
3736
3736
|
.e-bigger .e-grid.e-grid-min-height .e-grid-height .e-rowcell:first-child {
|
|
@@ -3746,7 +3746,7 @@
|
|
|
3746
3746
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3747
3747
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3748
3748
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3749
|
-
line-height:
|
|
3749
|
+
line-height: normal;
|
|
3750
3750
|
padding-bottom: 0;
|
|
3751
3751
|
padding-top: 0;
|
|
3752
3752
|
}
|
|
@@ -3760,7 +3760,7 @@
|
|
|
3760
3760
|
.e-bigger .e-wrap.e-grid-min-height .e-grid-height .e-frozenhdrcont table tr td:first-child:empty,
|
|
3761
3761
|
.e-bigger .e-wrap.e-grid-min-height .e-grid-height:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
|
3762
3762
|
.e-bigger .e-wrap.e-grid-min-height .e-grid-height:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
|
3763
|
-
height:
|
|
3763
|
+
height: 40px;
|
|
3764
3764
|
}
|
|
3765
3765
|
|
|
3766
3766
|
.e-bigger .e-wrap.e-grid-min-height .e-rowcell {
|
|
@@ -4394,7 +4394,7 @@
|
|
|
4394
4394
|
|
|
4395
4395
|
.e-grid .e-gridheader {
|
|
4396
4396
|
background-color: #fff;
|
|
4397
|
-
border-bottom-color: #
|
|
4397
|
+
border-bottom-color: #212529;
|
|
4398
4398
|
border-top-color: #dee2e6;
|
|
4399
4399
|
color: #212529;
|
|
4400
4400
|
}
|
|
@@ -2573,7 +2573,7 @@
|
|
|
2573
2573
|
font-size: 15px;
|
|
2574
2574
|
line-height: 20px;
|
|
2575
2575
|
overflow: hidden;
|
|
2576
|
-
padding: .7em;
|
|
2576
|
+
padding: 0.7em;
|
|
2577
2577
|
text-overflow: ellipsis;
|
|
2578
2578
|
vertical-align: middle;
|
|
2579
2579
|
white-space: nowrap;
|
|
@@ -3591,7 +3591,7 @@
|
|
|
3591
3591
|
}
|
|
3592
3592
|
|
|
3593
3593
|
.e-grid-min-height .e-rowcell {
|
|
3594
|
-
line-height:
|
|
3594
|
+
line-height: normal;
|
|
3595
3595
|
padding-bottom: 0;
|
|
3596
3596
|
padding-top: 0;
|
|
3597
3597
|
}
|
|
@@ -3670,7 +3670,7 @@
|
|
|
3670
3670
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3671
3671
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3672
3672
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3673
|
-
line-height:
|
|
3673
|
+
line-height: normal;
|
|
3674
3674
|
padding-bottom: 0;
|
|
3675
3675
|
padding-top: 0;
|
|
3676
3676
|
}
|
package/styles/grid/fabric.css
CHANGED
|
@@ -2566,7 +2566,7 @@
|
|
|
2566
2566
|
font-size: 15px;
|
|
2567
2567
|
line-height: 20px;
|
|
2568
2568
|
overflow: hidden;
|
|
2569
|
-
padding: .7em;
|
|
2569
|
+
padding: 0.7em;
|
|
2570
2570
|
text-overflow: ellipsis;
|
|
2571
2571
|
vertical-align: middle;
|
|
2572
2572
|
white-space: nowrap;
|
|
@@ -3584,7 +3584,7 @@
|
|
|
3584
3584
|
}
|
|
3585
3585
|
|
|
3586
3586
|
.e-grid-min-height .e-rowcell {
|
|
3587
|
-
line-height:
|
|
3587
|
+
line-height: normal;
|
|
3588
3588
|
padding-bottom: 0;
|
|
3589
3589
|
padding-top: 0;
|
|
3590
3590
|
}
|
|
@@ -3663,7 +3663,7 @@
|
|
|
3663
3663
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3664
3664
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3665
3665
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3666
|
-
line-height:
|
|
3666
|
+
line-height: normal;
|
|
3667
3667
|
padding-bottom: 0;
|
|
3668
3668
|
padding-top: 0;
|
|
3669
3669
|
}
|
|
@@ -2583,7 +2583,7 @@
|
|
|
2583
2583
|
font-size: 15px;
|
|
2584
2584
|
line-height: 20px;
|
|
2585
2585
|
overflow: hidden;
|
|
2586
|
-
padding: .7em;
|
|
2586
|
+
padding: 0.7em;
|
|
2587
2587
|
text-overflow: ellipsis;
|
|
2588
2588
|
vertical-align: middle;
|
|
2589
2589
|
white-space: nowrap;
|
|
@@ -3601,7 +3601,7 @@
|
|
|
3601
3601
|
}
|
|
3602
3602
|
|
|
3603
3603
|
.e-grid-min-height .e-rowcell {
|
|
3604
|
-
line-height:
|
|
3604
|
+
line-height: normal;
|
|
3605
3605
|
padding-bottom: 0;
|
|
3606
3606
|
padding-top: 0;
|
|
3607
3607
|
}
|
|
@@ -3680,7 +3680,7 @@
|
|
|
3680
3680
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3681
3681
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3682
3682
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3683
|
-
line-height:
|
|
3683
|
+
line-height: normal;
|
|
3684
3684
|
padding-bottom: 0;
|
|
3685
3685
|
padding-top: 0;
|
|
3686
3686
|
}
|
|
@@ -2583,7 +2583,7 @@
|
|
|
2583
2583
|
font-size: 15px;
|
|
2584
2584
|
line-height: 20px;
|
|
2585
2585
|
overflow: hidden;
|
|
2586
|
-
padding: .7em;
|
|
2586
|
+
padding: 0.7em;
|
|
2587
2587
|
text-overflow: ellipsis;
|
|
2588
2588
|
vertical-align: middle;
|
|
2589
2589
|
white-space: nowrap;
|
|
@@ -3601,7 +3601,7 @@
|
|
|
3601
3601
|
}
|
|
3602
3602
|
|
|
3603
3603
|
.e-grid-min-height .e-rowcell {
|
|
3604
|
-
line-height:
|
|
3604
|
+
line-height: normal;
|
|
3605
3605
|
padding-bottom: 0;
|
|
3606
3606
|
padding-top: 0;
|
|
3607
3607
|
}
|
|
@@ -3680,7 +3680,7 @@
|
|
|
3680
3680
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3681
3681
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3682
3682
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3683
|
-
line-height:
|
|
3683
|
+
line-height: normal;
|
|
3684
3684
|
padding-bottom: 0;
|
|
3685
3685
|
padding-top: 0;
|
|
3686
3686
|
}
|