@syncfusion/ej2-react-grids 20.3.56 → 20.3.57
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 +14 -0
- package/dist/ej2-react-grids.min.js +1 -1
- package/dist/ej2-react-grids.umd.min.js +1 -1
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +23 -12
- package/styles/bootstrap.css +23 -12
- package/styles/bootstrap4.css +23 -12
- package/styles/bootstrap5-dark.css +23 -12
- package/styles/bootstrap5.css +23 -12
- package/styles/excel-filter/bootstrap-dark.css +2 -1
- package/styles/excel-filter/bootstrap.css +2 -1
- package/styles/excel-filter/bootstrap4.css +2 -1
- package/styles/excel-filter/bootstrap5-dark.css +2 -1
- package/styles/excel-filter/bootstrap5.css +2 -1
- package/styles/excel-filter/fabric-dark.css +2 -1
- package/styles/excel-filter/fabric.css +2 -1
- package/styles/excel-filter/fluent-dark.css +2 -1
- package/styles/excel-filter/fluent.css +2 -1
- package/styles/excel-filter/highcontrast-light.css +2 -1
- package/styles/excel-filter/highcontrast.css +2 -1
- package/styles/excel-filter/material-dark.css +2 -1
- package/styles/excel-filter/material.css +2 -1
- package/styles/excel-filter/tailwind-dark.css +2 -1
- package/styles/excel-filter/tailwind.css +2 -1
- package/styles/fabric-dark.css +23 -12
- package/styles/fabric.css +23 -12
- package/styles/fluent-dark.css +23 -12
- package/styles/fluent.css +23 -12
- package/styles/grid/bootstrap-dark.css +21 -11
- package/styles/grid/bootstrap.css +21 -11
- package/styles/grid/bootstrap4.css +21 -11
- package/styles/grid/bootstrap5-dark.css +21 -11
- package/styles/grid/bootstrap5.css +21 -11
- package/styles/grid/fabric-dark.css +21 -11
- package/styles/grid/fabric.css +21 -11
- package/styles/grid/fluent-dark.css +21 -11
- package/styles/grid/fluent.css +21 -11
- package/styles/grid/highcontrast-light.css +21 -11
- package/styles/grid/highcontrast.css +21 -11
- package/styles/grid/material-dark.css +21 -11
- package/styles/grid/material.css +21 -11
- package/styles/grid/tailwind-dark.css +21 -11
- package/styles/grid/tailwind.css +21 -11
- package/styles/highcontrast-light.css +23 -12
- package/styles/highcontrast.css +23 -12
- package/styles/material-dark.css +23 -12
- package/styles/material.css +23 -12
- package/styles/tailwind-dark.css +23 -12
- package/styles/tailwind.css +23 -12
|
@@ -1601,7 +1601,7 @@
|
|
|
1601
1601
|
text-overflow: ellipsis;
|
|
1602
1602
|
white-space: nowrap;
|
|
1603
1603
|
}
|
|
1604
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1604
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1605
1605
|
text-overflow: clip;
|
|
1606
1606
|
}
|
|
1607
1607
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -1893,7 +1893,8 @@
|
|
|
1893
1893
|
padding-left: 7px;
|
|
1894
1894
|
}
|
|
1895
1895
|
.e-grid .e-chk-hidden {
|
|
1896
|
-
-moz-appearance: none;
|
|
1896
|
+
-moz-appearance: none;
|
|
1897
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1897
1898
|
height: 1px;
|
|
1898
1899
|
opacity: 0;
|
|
1899
1900
|
width: 1px;
|
|
@@ -1907,7 +1908,8 @@
|
|
|
1907
1908
|
}
|
|
1908
1909
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1909
1910
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1910
|
-
-webkit-user-select: auto;
|
|
1911
|
+
-webkit-user-select: auto;
|
|
1912
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1911
1913
|
height: 20px;
|
|
1912
1914
|
line-height: 20px;
|
|
1913
1915
|
position: relative;
|
|
@@ -2103,7 +2105,8 @@
|
|
|
2103
2105
|
padding: 2px;
|
|
2104
2106
|
}
|
|
2105
2107
|
.e-grid .e-content {
|
|
2106
|
-
-webkit-overflow-scrolling: touch;
|
|
2108
|
+
-webkit-overflow-scrolling: touch;
|
|
2109
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2107
2110
|
overflow-x: auto;
|
|
2108
2111
|
overflow-y: scroll;
|
|
2109
2112
|
position: relative;
|
|
@@ -2518,10 +2521,12 @@
|
|
|
2518
2521
|
overflow: hidden;
|
|
2519
2522
|
}
|
|
2520
2523
|
.e-grid .e-frozenhdrcont {
|
|
2521
|
-
-ms-touch-action: none;
|
|
2524
|
+
-ms-touch-action: none;
|
|
2525
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2522
2526
|
}
|
|
2523
2527
|
.e-grid .e-frozencontent {
|
|
2524
|
-
-ms-touch-action: none;
|
|
2528
|
+
-ms-touch-action: none;
|
|
2529
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2525
2530
|
border-bottom-width: 1px;
|
|
2526
2531
|
float: left;
|
|
2527
2532
|
width: min-content;
|
|
@@ -2530,19 +2535,23 @@
|
|
|
2530
2535
|
float: right;
|
|
2531
2536
|
}
|
|
2532
2537
|
.e-grid .e-movablecontent {
|
|
2533
|
-
-ms-overflow-style: none;
|
|
2538
|
+
-ms-overflow-style: none;
|
|
2539
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2534
2540
|
-ms-flex: 1;
|
|
2535
2541
|
flex: 1;
|
|
2536
2542
|
overflow-x: auto;
|
|
2537
2543
|
overflow-y: hidden;
|
|
2538
2544
|
}
|
|
2539
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2545
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2546
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2540
2547
|
display: none;
|
|
2541
2548
|
}
|
|
2542
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2549
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2550
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2543
2551
|
width: 7px;
|
|
2544
2552
|
}
|
|
2545
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2553
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2554
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2546
2555
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2547
2556
|
border-radius: 4px;
|
|
2548
2557
|
}
|
|
@@ -3559,7 +3568,8 @@
|
|
|
3559
3568
|
}
|
|
3560
3569
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3561
3570
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3562
|
-
-moz-appearance: none;
|
|
3571
|
+
-moz-appearance: none;
|
|
3572
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3563
3573
|
height: 1px;
|
|
3564
3574
|
opacity: 0;
|
|
3565
3575
|
width: 1px;
|
|
@@ -1601,7 +1601,7 @@
|
|
|
1601
1601
|
text-overflow: ellipsis;
|
|
1602
1602
|
white-space: nowrap;
|
|
1603
1603
|
}
|
|
1604
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1604
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1605
1605
|
text-overflow: clip;
|
|
1606
1606
|
}
|
|
1607
1607
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -1893,7 +1893,8 @@
|
|
|
1893
1893
|
padding-left: 7px;
|
|
1894
1894
|
}
|
|
1895
1895
|
.e-grid .e-chk-hidden {
|
|
1896
|
-
-moz-appearance: none;
|
|
1896
|
+
-moz-appearance: none;
|
|
1897
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1897
1898
|
height: 1px;
|
|
1898
1899
|
opacity: 0;
|
|
1899
1900
|
width: 1px;
|
|
@@ -1907,7 +1908,8 @@
|
|
|
1907
1908
|
}
|
|
1908
1909
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1909
1910
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1910
|
-
-webkit-user-select: auto;
|
|
1911
|
+
-webkit-user-select: auto;
|
|
1912
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1911
1913
|
height: 20px;
|
|
1912
1914
|
line-height: 20px;
|
|
1913
1915
|
position: relative;
|
|
@@ -2103,7 +2105,8 @@
|
|
|
2103
2105
|
padding: 2px;
|
|
2104
2106
|
}
|
|
2105
2107
|
.e-grid .e-content {
|
|
2106
|
-
-webkit-overflow-scrolling: touch;
|
|
2108
|
+
-webkit-overflow-scrolling: touch;
|
|
2109
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2107
2110
|
overflow-x: auto;
|
|
2108
2111
|
overflow-y: scroll;
|
|
2109
2112
|
position: relative;
|
|
@@ -2518,10 +2521,12 @@
|
|
|
2518
2521
|
overflow: hidden;
|
|
2519
2522
|
}
|
|
2520
2523
|
.e-grid .e-frozenhdrcont {
|
|
2521
|
-
-ms-touch-action: none;
|
|
2524
|
+
-ms-touch-action: none;
|
|
2525
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2522
2526
|
}
|
|
2523
2527
|
.e-grid .e-frozencontent {
|
|
2524
|
-
-ms-touch-action: none;
|
|
2528
|
+
-ms-touch-action: none;
|
|
2529
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2525
2530
|
border-bottom-width: 1px;
|
|
2526
2531
|
float: left;
|
|
2527
2532
|
width: min-content;
|
|
@@ -2530,19 +2535,23 @@
|
|
|
2530
2535
|
float: right;
|
|
2531
2536
|
}
|
|
2532
2537
|
.e-grid .e-movablecontent {
|
|
2533
|
-
-ms-overflow-style: none;
|
|
2538
|
+
-ms-overflow-style: none;
|
|
2539
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2534
2540
|
-ms-flex: 1;
|
|
2535
2541
|
flex: 1;
|
|
2536
2542
|
overflow-x: auto;
|
|
2537
2543
|
overflow-y: hidden;
|
|
2538
2544
|
}
|
|
2539
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2545
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2546
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2540
2547
|
display: none;
|
|
2541
2548
|
}
|
|
2542
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2549
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2550
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2543
2551
|
width: 7px;
|
|
2544
2552
|
}
|
|
2545
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2553
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2554
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2546
2555
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2547
2556
|
border-radius: 4px;
|
|
2548
2557
|
}
|
|
@@ -3559,7 +3568,8 @@
|
|
|
3559
3568
|
}
|
|
3560
3569
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3561
3570
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3562
|
-
-moz-appearance: none;
|
|
3571
|
+
-moz-appearance: none;
|
|
3572
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3563
3573
|
height: 1px;
|
|
3564
3574
|
opacity: 0;
|
|
3565
3575
|
width: 1px;
|
|
@@ -1645,7 +1645,7 @@
|
|
|
1645
1645
|
text-overflow: ellipsis;
|
|
1646
1646
|
white-space: nowrap;
|
|
1647
1647
|
}
|
|
1648
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1648
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1649
1649
|
text-overflow: clip;
|
|
1650
1650
|
}
|
|
1651
1651
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -1937,7 +1937,8 @@
|
|
|
1937
1937
|
padding-left: 9px;
|
|
1938
1938
|
}
|
|
1939
1939
|
.e-grid .e-chk-hidden {
|
|
1940
|
-
-moz-appearance: none;
|
|
1940
|
+
-moz-appearance: none;
|
|
1941
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1941
1942
|
height: 1px;
|
|
1942
1943
|
opacity: 0;
|
|
1943
1944
|
width: 1px;
|
|
@@ -1951,7 +1952,8 @@
|
|
|
1951
1952
|
}
|
|
1952
1953
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1953
1954
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1954
|
-
-webkit-user-select: auto;
|
|
1955
|
+
-webkit-user-select: auto;
|
|
1956
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1955
1957
|
height: 20px;
|
|
1956
1958
|
line-height: 20px;
|
|
1957
1959
|
position: relative;
|
|
@@ -2147,7 +2149,8 @@
|
|
|
2147
2149
|
padding: 2px;
|
|
2148
2150
|
}
|
|
2149
2151
|
.e-grid .e-content {
|
|
2150
|
-
-webkit-overflow-scrolling: touch;
|
|
2152
|
+
-webkit-overflow-scrolling: touch;
|
|
2153
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2151
2154
|
overflow-x: auto;
|
|
2152
2155
|
overflow-y: scroll;
|
|
2153
2156
|
position: relative;
|
|
@@ -2562,10 +2565,12 @@
|
|
|
2562
2565
|
overflow: hidden;
|
|
2563
2566
|
}
|
|
2564
2567
|
.e-grid .e-frozenhdrcont {
|
|
2565
|
-
-ms-touch-action: none;
|
|
2568
|
+
-ms-touch-action: none;
|
|
2569
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2566
2570
|
}
|
|
2567
2571
|
.e-grid .e-frozencontent {
|
|
2568
|
-
-ms-touch-action: none;
|
|
2572
|
+
-ms-touch-action: none;
|
|
2573
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2569
2574
|
border-bottom-width: 1px;
|
|
2570
2575
|
float: left;
|
|
2571
2576
|
width: min-content;
|
|
@@ -2574,19 +2579,23 @@
|
|
|
2574
2579
|
float: right;
|
|
2575
2580
|
}
|
|
2576
2581
|
.e-grid .e-movablecontent {
|
|
2577
|
-
-ms-overflow-style: none;
|
|
2582
|
+
-ms-overflow-style: none;
|
|
2583
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2578
2584
|
-ms-flex: 1;
|
|
2579
2585
|
flex: 1;
|
|
2580
2586
|
overflow-x: auto;
|
|
2581
2587
|
overflow-y: hidden;
|
|
2582
2588
|
}
|
|
2583
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2589
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2590
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2584
2591
|
display: none;
|
|
2585
2592
|
}
|
|
2586
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2593
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2594
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2587
2595
|
width: 7px;
|
|
2588
2596
|
}
|
|
2589
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2597
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2598
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2590
2599
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2591
2600
|
border-radius: 4px;
|
|
2592
2601
|
}
|
|
@@ -3603,7 +3612,8 @@
|
|
|
3603
3612
|
}
|
|
3604
3613
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3605
3614
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3606
|
-
-moz-appearance: none;
|
|
3615
|
+
-moz-appearance: none;
|
|
3616
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3607
3617
|
height: 1px;
|
|
3608
3618
|
opacity: 0;
|
|
3609
3619
|
width: 1px;
|
package/styles/grid/material.css
CHANGED
|
@@ -1679,7 +1679,7 @@
|
|
|
1679
1679
|
text-overflow: ellipsis;
|
|
1680
1680
|
white-space: nowrap;
|
|
1681
1681
|
}
|
|
1682
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1682
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1683
1683
|
text-overflow: clip;
|
|
1684
1684
|
}
|
|
1685
1685
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -1971,7 +1971,8 @@
|
|
|
1971
1971
|
padding-left: 9px;
|
|
1972
1972
|
}
|
|
1973
1973
|
.e-grid .e-chk-hidden {
|
|
1974
|
-
-moz-appearance: none;
|
|
1974
|
+
-moz-appearance: none;
|
|
1975
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1975
1976
|
height: 1px;
|
|
1976
1977
|
opacity: 0;
|
|
1977
1978
|
width: 1px;
|
|
@@ -1985,7 +1986,8 @@
|
|
|
1985
1986
|
}
|
|
1986
1987
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1987
1988
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1988
|
-
-webkit-user-select: auto;
|
|
1989
|
+
-webkit-user-select: auto;
|
|
1990
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1989
1991
|
height: 20px;
|
|
1990
1992
|
line-height: 20px;
|
|
1991
1993
|
position: relative;
|
|
@@ -2181,7 +2183,8 @@
|
|
|
2181
2183
|
padding: 2px;
|
|
2182
2184
|
}
|
|
2183
2185
|
.e-grid .e-content {
|
|
2184
|
-
-webkit-overflow-scrolling: touch;
|
|
2186
|
+
-webkit-overflow-scrolling: touch;
|
|
2187
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2185
2188
|
overflow-x: auto;
|
|
2186
2189
|
overflow-y: scroll;
|
|
2187
2190
|
position: relative;
|
|
@@ -2596,10 +2599,12 @@
|
|
|
2596
2599
|
overflow: hidden;
|
|
2597
2600
|
}
|
|
2598
2601
|
.e-grid .e-frozenhdrcont {
|
|
2599
|
-
-ms-touch-action: none;
|
|
2602
|
+
-ms-touch-action: none;
|
|
2603
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2600
2604
|
}
|
|
2601
2605
|
.e-grid .e-frozencontent {
|
|
2602
|
-
-ms-touch-action: none;
|
|
2606
|
+
-ms-touch-action: none;
|
|
2607
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2603
2608
|
border-bottom-width: 1px;
|
|
2604
2609
|
float: left;
|
|
2605
2610
|
width: min-content;
|
|
@@ -2608,19 +2613,23 @@
|
|
|
2608
2613
|
float: right;
|
|
2609
2614
|
}
|
|
2610
2615
|
.e-grid .e-movablecontent {
|
|
2611
|
-
-ms-overflow-style: none;
|
|
2616
|
+
-ms-overflow-style: none;
|
|
2617
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2612
2618
|
-ms-flex: 1;
|
|
2613
2619
|
flex: 1;
|
|
2614
2620
|
overflow-x: auto;
|
|
2615
2621
|
overflow-y: hidden;
|
|
2616
2622
|
}
|
|
2617
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2623
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2624
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2618
2625
|
display: none;
|
|
2619
2626
|
}
|
|
2620
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2627
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2628
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2621
2629
|
width: 7px;
|
|
2622
2630
|
}
|
|
2623
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2631
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2632
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2624
2633
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2625
2634
|
border-radius: 4px;
|
|
2626
2635
|
}
|
|
@@ -3637,7 +3646,8 @@
|
|
|
3637
3646
|
}
|
|
3638
3647
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3639
3648
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3640
|
-
-moz-appearance: none;
|
|
3649
|
+
-moz-appearance: none;
|
|
3650
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3641
3651
|
height: 1px;
|
|
3642
3652
|
opacity: 0;
|
|
3643
3653
|
width: 1px;
|
|
@@ -1686,7 +1686,7 @@
|
|
|
1686
1686
|
text-overflow: ellipsis;
|
|
1687
1687
|
white-space: nowrap;
|
|
1688
1688
|
}
|
|
1689
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1689
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1690
1690
|
text-overflow: clip;
|
|
1691
1691
|
}
|
|
1692
1692
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -1994,7 +1994,8 @@
|
|
|
1994
1994
|
padding-left: 8px;
|
|
1995
1995
|
}
|
|
1996
1996
|
.e-grid .e-chk-hidden {
|
|
1997
|
-
-moz-appearance: none;
|
|
1997
|
+
-moz-appearance: none;
|
|
1998
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1998
1999
|
height: 1px;
|
|
1999
2000
|
opacity: 0;
|
|
2000
2001
|
width: 1px;
|
|
@@ -2008,7 +2009,8 @@
|
|
|
2008
2009
|
}
|
|
2009
2010
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2010
2011
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2011
|
-
-webkit-user-select: auto;
|
|
2012
|
+
-webkit-user-select: auto;
|
|
2013
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2012
2014
|
height: 20px;
|
|
2013
2015
|
line-height: 20px;
|
|
2014
2016
|
position: relative;
|
|
@@ -2205,7 +2207,8 @@
|
|
|
2205
2207
|
padding: 2px;
|
|
2206
2208
|
}
|
|
2207
2209
|
.e-grid .e-content {
|
|
2208
|
-
-webkit-overflow-scrolling: touch;
|
|
2210
|
+
-webkit-overflow-scrolling: touch;
|
|
2211
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2209
2212
|
overflow-x: auto;
|
|
2210
2213
|
overflow-y: scroll;
|
|
2211
2214
|
position: relative;
|
|
@@ -2627,10 +2630,12 @@
|
|
|
2627
2630
|
overflow: hidden;
|
|
2628
2631
|
}
|
|
2629
2632
|
.e-grid .e-frozenhdrcont {
|
|
2630
|
-
-ms-touch-action: none;
|
|
2633
|
+
-ms-touch-action: none;
|
|
2634
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2631
2635
|
}
|
|
2632
2636
|
.e-grid .e-frozencontent {
|
|
2633
|
-
-ms-touch-action: none;
|
|
2637
|
+
-ms-touch-action: none;
|
|
2638
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2634
2639
|
border-bottom-width: 1px;
|
|
2635
2640
|
float: left;
|
|
2636
2641
|
width: min-content;
|
|
@@ -2639,19 +2644,23 @@
|
|
|
2639
2644
|
float: right;
|
|
2640
2645
|
}
|
|
2641
2646
|
.e-grid .e-movablecontent {
|
|
2642
|
-
-ms-overflow-style: none;
|
|
2647
|
+
-ms-overflow-style: none;
|
|
2648
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2643
2649
|
-ms-flex: 1;
|
|
2644
2650
|
flex: 1;
|
|
2645
2651
|
overflow-x: auto;
|
|
2646
2652
|
overflow-y: hidden;
|
|
2647
2653
|
}
|
|
2648
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2654
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2655
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2649
2656
|
display: none;
|
|
2650
2657
|
}
|
|
2651
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2658
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2659
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2652
2660
|
width: 7px;
|
|
2653
2661
|
}
|
|
2654
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2662
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2663
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2655
2664
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2656
2665
|
border-radius: 4px;
|
|
2657
2666
|
}
|
|
@@ -3685,7 +3694,8 @@
|
|
|
3685
3694
|
}
|
|
3686
3695
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3687
3696
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3688
|
-
-moz-appearance: none;
|
|
3697
|
+
-moz-appearance: none;
|
|
3698
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3689
3699
|
height: 1px;
|
|
3690
3700
|
opacity: 0;
|
|
3691
3701
|
width: 1px;
|
package/styles/grid/tailwind.css
CHANGED
|
@@ -1686,7 +1686,7 @@
|
|
|
1686
1686
|
text-overflow: ellipsis;
|
|
1687
1687
|
white-space: nowrap;
|
|
1688
1688
|
}
|
|
1689
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1689
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1690
1690
|
text-overflow: clip;
|
|
1691
1691
|
}
|
|
1692
1692
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -1994,7 +1994,8 @@
|
|
|
1994
1994
|
padding-left: 8px;
|
|
1995
1995
|
}
|
|
1996
1996
|
.e-grid .e-chk-hidden {
|
|
1997
|
-
-moz-appearance: none;
|
|
1997
|
+
-moz-appearance: none;
|
|
1998
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1998
1999
|
height: 1px;
|
|
1999
2000
|
opacity: 0;
|
|
2000
2001
|
width: 1px;
|
|
@@ -2008,7 +2009,8 @@
|
|
|
2008
2009
|
}
|
|
2009
2010
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2010
2011
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2011
|
-
-webkit-user-select: auto;
|
|
2012
|
+
-webkit-user-select: auto;
|
|
2013
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2012
2014
|
height: 20px;
|
|
2013
2015
|
line-height: 20px;
|
|
2014
2016
|
position: relative;
|
|
@@ -2205,7 +2207,8 @@
|
|
|
2205
2207
|
padding: 2px;
|
|
2206
2208
|
}
|
|
2207
2209
|
.e-grid .e-content {
|
|
2208
|
-
-webkit-overflow-scrolling: touch;
|
|
2210
|
+
-webkit-overflow-scrolling: touch;
|
|
2211
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2209
2212
|
overflow-x: auto;
|
|
2210
2213
|
overflow-y: scroll;
|
|
2211
2214
|
position: relative;
|
|
@@ -2627,10 +2630,12 @@
|
|
|
2627
2630
|
overflow: hidden;
|
|
2628
2631
|
}
|
|
2629
2632
|
.e-grid .e-frozenhdrcont {
|
|
2630
|
-
-ms-touch-action: none;
|
|
2633
|
+
-ms-touch-action: none;
|
|
2634
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2631
2635
|
}
|
|
2632
2636
|
.e-grid .e-frozencontent {
|
|
2633
|
-
-ms-touch-action: none;
|
|
2637
|
+
-ms-touch-action: none;
|
|
2638
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2634
2639
|
border-bottom-width: 1px;
|
|
2635
2640
|
float: left;
|
|
2636
2641
|
width: min-content;
|
|
@@ -2639,19 +2644,23 @@
|
|
|
2639
2644
|
float: right;
|
|
2640
2645
|
}
|
|
2641
2646
|
.e-grid .e-movablecontent {
|
|
2642
|
-
-ms-overflow-style: none;
|
|
2647
|
+
-ms-overflow-style: none;
|
|
2648
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2643
2649
|
-ms-flex: 1;
|
|
2644
2650
|
flex: 1;
|
|
2645
2651
|
overflow-x: auto;
|
|
2646
2652
|
overflow-y: hidden;
|
|
2647
2653
|
}
|
|
2648
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2654
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2655
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2649
2656
|
display: none;
|
|
2650
2657
|
}
|
|
2651
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2658
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2659
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2652
2660
|
width: 7px;
|
|
2653
2661
|
}
|
|
2654
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2662
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2663
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2655
2664
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2656
2665
|
border-radius: 4px;
|
|
2657
2666
|
}
|
|
@@ -3685,7 +3694,8 @@
|
|
|
3685
3694
|
}
|
|
3686
3695
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3687
3696
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3688
|
-
-moz-appearance: none;
|
|
3697
|
+
-moz-appearance: none;
|
|
3698
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3689
3699
|
height: 1px;
|
|
3690
3700
|
opacity: 0;
|
|
3691
3701
|
width: 1px;
|
|
@@ -344,7 +344,8 @@
|
|
|
344
344
|
word-break: normal;
|
|
345
345
|
}
|
|
346
346
|
.e-excelfilter .e-chk-hidden {
|
|
347
|
-
-moz-appearance: none;
|
|
347
|
+
-moz-appearance: none;
|
|
348
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
348
349
|
height: 1px;
|
|
349
350
|
opacity: 0;
|
|
350
351
|
width: 1px;
|
|
@@ -2013,7 +2014,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2013
2014
|
text-overflow: ellipsis;
|
|
2014
2015
|
white-space: nowrap;
|
|
2015
2016
|
}
|
|
2016
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2017
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2017
2018
|
text-overflow: clip;
|
|
2018
2019
|
}
|
|
2019
2020
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2305,7 +2306,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2305
2306
|
padding-left: 7px;
|
|
2306
2307
|
}
|
|
2307
2308
|
.e-grid .e-chk-hidden {
|
|
2308
|
-
-moz-appearance: none;
|
|
2309
|
+
-moz-appearance: none;
|
|
2310
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2309
2311
|
height: 1px;
|
|
2310
2312
|
opacity: 0;
|
|
2311
2313
|
width: 1px;
|
|
@@ -2319,7 +2321,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2319
2321
|
}
|
|
2320
2322
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2321
2323
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2322
|
-
-webkit-user-select: auto;
|
|
2324
|
+
-webkit-user-select: auto;
|
|
2325
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2323
2326
|
height: 20px;
|
|
2324
2327
|
line-height: 20px;
|
|
2325
2328
|
position: relative;
|
|
@@ -2515,7 +2518,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2515
2518
|
padding: 2px;
|
|
2516
2519
|
}
|
|
2517
2520
|
.e-grid .e-content {
|
|
2518
|
-
-webkit-overflow-scrolling: touch;
|
|
2521
|
+
-webkit-overflow-scrolling: touch;
|
|
2522
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2519
2523
|
overflow-x: auto;
|
|
2520
2524
|
overflow-y: scroll;
|
|
2521
2525
|
position: relative;
|
|
@@ -2930,10 +2934,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2930
2934
|
overflow: hidden;
|
|
2931
2935
|
}
|
|
2932
2936
|
.e-grid .e-frozenhdrcont {
|
|
2933
|
-
-ms-touch-action: none;
|
|
2937
|
+
-ms-touch-action: none;
|
|
2938
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2934
2939
|
}
|
|
2935
2940
|
.e-grid .e-frozencontent {
|
|
2936
|
-
-ms-touch-action: none;
|
|
2941
|
+
-ms-touch-action: none;
|
|
2942
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2937
2943
|
border-bottom-width: 1px;
|
|
2938
2944
|
float: left;
|
|
2939
2945
|
width: min-content;
|
|
@@ -2942,19 +2948,23 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2942
2948
|
float: right;
|
|
2943
2949
|
}
|
|
2944
2950
|
.e-grid .e-movablecontent {
|
|
2945
|
-
-ms-overflow-style: none;
|
|
2951
|
+
-ms-overflow-style: none;
|
|
2952
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2946
2953
|
-ms-flex: 1;
|
|
2947
2954
|
flex: 1;
|
|
2948
2955
|
overflow-x: auto;
|
|
2949
2956
|
overflow-y: hidden;
|
|
2950
2957
|
}
|
|
2951
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2958
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2959
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2952
2960
|
display: none;
|
|
2953
2961
|
}
|
|
2954
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2962
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2963
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2955
2964
|
width: 7px;
|
|
2956
2965
|
}
|
|
2957
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2966
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2967
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2958
2968
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2959
2969
|
border-radius: 4px;
|
|
2960
2970
|
}
|
|
@@ -3971,7 +3981,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3971
3981
|
}
|
|
3972
3982
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3973
3983
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3974
|
-
-moz-appearance: none;
|
|
3984
|
+
-moz-appearance: none;
|
|
3985
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3975
3986
|
height: 1px;
|
|
3976
3987
|
opacity: 0;
|
|
3977
3988
|
width: 1px;
|