@syncfusion/ej2-react-grids 20.2.49 → 20.3.47
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 +10 -93
- package/diConfig.json +10 -0
- package/dist/ej2-react-grids.min.js +10 -0
- package/dist/ej2-react-grids.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +54 -11
- package/styles/bootstrap.css +54 -11
- package/styles/bootstrap4.css +57 -11
- package/styles/bootstrap5-dark.css +55 -11
- package/styles/bootstrap5.css +55 -11
- package/styles/excel-filter/bootstrap-dark.css +3 -1
- package/styles/excel-filter/bootstrap.css +3 -1
- package/styles/excel-filter/bootstrap4.css +6 -1
- package/styles/excel-filter/bootstrap5-dark.css +3 -1
- package/styles/excel-filter/bootstrap5.css +3 -1
- package/styles/excel-filter/fabric-dark.css +4 -2
- package/styles/excel-filter/fabric.css +4 -2
- package/styles/excel-filter/fluent-dark.css +3 -1
- package/styles/excel-filter/fluent.css +3 -1
- package/styles/excel-filter/highcontrast-light.css +4 -2
- package/styles/excel-filter/highcontrast.css +4 -2
- package/styles/excel-filter/material-dark.css +4 -2
- package/styles/excel-filter/material.css +4 -2
- package/styles/excel-filter/tailwind-dark.css +3 -1
- package/styles/excel-filter/tailwind.css +3 -1
- package/styles/fabric-dark.css +57 -14
- package/styles/fabric.css +56 -13
- package/styles/fluent-dark.css +54 -11
- package/styles/fluent.css +54 -11
- package/styles/grid/bootstrap-dark.css +51 -10
- package/styles/grid/bootstrap.css +51 -10
- package/styles/grid/bootstrap4.css +51 -10
- package/styles/grid/bootstrap5-dark.css +52 -10
- package/styles/grid/bootstrap5.css +52 -10
- package/styles/grid/fabric-dark.css +53 -12
- package/styles/grid/fabric.css +52 -11
- package/styles/grid/fluent-dark.css +51 -10
- package/styles/grid/fluent.css +51 -10
- package/styles/grid/highcontrast-light.css +52 -11
- package/styles/grid/highcontrast.css +52 -11
- package/styles/grid/material-dark.css +52 -11
- package/styles/grid/material.css +52 -11
- package/styles/grid/tailwind-dark.css +51 -10
- package/styles/grid/tailwind.css +51 -10
- package/styles/highcontrast-light.css +56 -13
- package/styles/highcontrast.css +56 -13
- package/styles/material-dark.css +56 -13
- package/styles/material.css +56 -13
- package/styles/tailwind-dark.css +54 -11
- package/styles/tailwind.css +54 -11
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
2
3
|
height: 36px;
|
|
3
4
|
}
|
|
@@ -76,6 +77,7 @@
|
|
|
76
77
|
height: 34px;
|
|
77
78
|
}
|
|
78
79
|
|
|
80
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
79
81
|
@keyframes material-spinner-rotate {
|
|
80
82
|
0% {
|
|
81
83
|
transform: rotate(0);
|
|
@@ -92,7 +94,7 @@
|
|
|
92
94
|
transform: rotate(360deg);
|
|
93
95
|
}
|
|
94
96
|
}
|
|
95
|
-
|
|
97
|
+
/* !componenticons */
|
|
96
98
|
.e-icon-check::before {
|
|
97
99
|
content: "\e7ff";
|
|
98
100
|
}
|
|
@@ -323,6 +325,7 @@
|
|
|
323
325
|
.e-bigger .e-grid,
|
|
324
326
|
.e-grid.e-bigger {
|
|
325
327
|
font-size: 14px;
|
|
328
|
+
/* stylelint-disable */
|
|
326
329
|
}
|
|
327
330
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
328
331
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -980,6 +983,9 @@
|
|
|
980
983
|
font-size: 13px;
|
|
981
984
|
height: auto;
|
|
982
985
|
position: relative;
|
|
986
|
+
/* stylelint-enable */
|
|
987
|
+
/* stylelint-disable */
|
|
988
|
+
/* stylelint-enable */
|
|
983
989
|
}
|
|
984
990
|
.e-grid .e-gridheader {
|
|
985
991
|
-webkit-user-select: none;
|
|
@@ -1887,7 +1893,7 @@
|
|
|
1887
1893
|
padding-left: 7px;
|
|
1888
1894
|
}
|
|
1889
1895
|
.e-grid .e-chk-hidden {
|
|
1890
|
-
-moz-appearance: none;
|
|
1896
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1891
1897
|
height: 1px;
|
|
1892
1898
|
opacity: 0;
|
|
1893
1899
|
width: 1px;
|
|
@@ -1901,7 +1907,7 @@
|
|
|
1901
1907
|
}
|
|
1902
1908
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1903
1909
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1904
|
-
-webkit-user-select: auto;
|
|
1910
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1905
1911
|
height: 20px;
|
|
1906
1912
|
line-height: 20px;
|
|
1907
1913
|
position: relative;
|
|
@@ -2097,7 +2103,7 @@
|
|
|
2097
2103
|
padding: 2px;
|
|
2098
2104
|
}
|
|
2099
2105
|
.e-grid .e-content {
|
|
2100
|
-
-webkit-overflow-scrolling: touch;
|
|
2106
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2101
2107
|
overflow-x: auto;
|
|
2102
2108
|
overflow-y: scroll;
|
|
2103
2109
|
position: relative;
|
|
@@ -2227,6 +2233,9 @@
|
|
|
2227
2233
|
border-width: 1px 0 0;
|
|
2228
2234
|
cursor: pointer;
|
|
2229
2235
|
}
|
|
2236
|
+
.e-grid .e-disablepointer {
|
|
2237
|
+
cursor: default;
|
|
2238
|
+
}
|
|
2230
2239
|
.e-grid .e-groupcaption {
|
|
2231
2240
|
border-style: solid;
|
|
2232
2241
|
border-width: 1px 0 0;
|
|
@@ -2448,6 +2457,8 @@
|
|
|
2448
2457
|
.e-grid .e-checkboxfiltertext {
|
|
2449
2458
|
width: 135px;
|
|
2450
2459
|
word-break: normal;
|
|
2460
|
+
/* stylelint-disable */
|
|
2461
|
+
/* stylelint-enable */
|
|
2451
2462
|
}
|
|
2452
2463
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2453
2464
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2507,10 +2518,10 @@
|
|
|
2507
2518
|
overflow: hidden;
|
|
2508
2519
|
}
|
|
2509
2520
|
.e-grid .e-frozenhdrcont {
|
|
2510
|
-
-ms-touch-action: none;
|
|
2521
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2511
2522
|
}
|
|
2512
2523
|
.e-grid .e-frozencontent {
|
|
2513
|
-
-ms-touch-action: none;
|
|
2524
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2514
2525
|
border-bottom-width: 1px;
|
|
2515
2526
|
float: left;
|
|
2516
2527
|
width: min-content;
|
|
@@ -2519,19 +2530,19 @@
|
|
|
2519
2530
|
float: right;
|
|
2520
2531
|
}
|
|
2521
2532
|
.e-grid .e-movablecontent {
|
|
2522
|
-
-ms-overflow-style: none;
|
|
2533
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2523
2534
|
-ms-flex: 1;
|
|
2524
2535
|
flex: 1;
|
|
2525
2536
|
overflow-x: auto;
|
|
2526
2537
|
overflow-y: hidden;
|
|
2527
2538
|
}
|
|
2528
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2539
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2529
2540
|
display: none;
|
|
2530
2541
|
}
|
|
2531
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2542
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2532
2543
|
width: 7px;
|
|
2533
2544
|
}
|
|
2534
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2545
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2535
2546
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2536
2547
|
border-radius: 4px;
|
|
2537
2548
|
}
|
|
@@ -2938,9 +2949,39 @@
|
|
|
2938
2949
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
2939
2950
|
border-right: 0;
|
|
2940
2951
|
}
|
|
2952
|
+
.e-grid .e-mask {
|
|
2953
|
+
display: inline-block;
|
|
2954
|
+
height: 10px;
|
|
2955
|
+
width: 80%;
|
|
2956
|
+
}
|
|
2957
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
2958
|
+
margin-left: 7px;
|
|
2959
|
+
width: 16px;
|
|
2960
|
+
}
|
|
2961
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
2962
|
+
width: 16px;
|
|
2963
|
+
}
|
|
2964
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
2965
|
+
margin-left: 3px;
|
|
2966
|
+
margin-right: 16px;
|
|
2967
|
+
width: 20px;
|
|
2968
|
+
}
|
|
2969
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
2970
|
+
width: 13px;
|
|
2971
|
+
}
|
|
2972
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
2973
|
+
margin-left: 8px;
|
|
2974
|
+
}
|
|
2975
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
2976
|
+
margin-left: 12px;
|
|
2977
|
+
width: 12px;
|
|
2978
|
+
}
|
|
2941
2979
|
.e-grid.sf-grid .e-table {
|
|
2942
2980
|
border-spacing: 0.25px;
|
|
2943
2981
|
}
|
|
2982
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
2983
|
+
margin-left: 0;
|
|
2984
|
+
}
|
|
2944
2985
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
2945
2986
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
2946
2987
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3518,7 +3559,7 @@
|
|
|
3518
3559
|
}
|
|
3519
3560
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3520
3561
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3521
|
-
-moz-appearance: none;
|
|
3562
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3522
3563
|
height: 1px;
|
|
3523
3564
|
opacity: 0;
|
|
3524
3565
|
width: 1px;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
@@ -111,6 +112,7 @@
|
|
|
111
112
|
padding: 5px 5px 5px 12px;
|
|
112
113
|
}
|
|
113
114
|
|
|
115
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
114
116
|
@keyframes material-spinner-rotate {
|
|
115
117
|
0% {
|
|
116
118
|
transform: rotate(0deg);
|
|
@@ -136,7 +138,7 @@
|
|
|
136
138
|
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
137
139
|
}
|
|
138
140
|
}
|
|
139
|
-
|
|
141
|
+
/* !componenticons */
|
|
140
142
|
.e-icon-check::before {
|
|
141
143
|
content: "\e7ff";
|
|
142
144
|
}
|
|
@@ -367,6 +369,7 @@
|
|
|
367
369
|
.e-bigger .e-grid,
|
|
368
370
|
.e-grid.e-bigger {
|
|
369
371
|
font-size: 13px;
|
|
372
|
+
/* stylelint-disable */
|
|
370
373
|
}
|
|
371
374
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
372
375
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1024,6 +1027,9 @@
|
|
|
1024
1027
|
font-size: 13px;
|
|
1025
1028
|
height: auto;
|
|
1026
1029
|
position: relative;
|
|
1030
|
+
/* stylelint-enable */
|
|
1031
|
+
/* stylelint-disable */
|
|
1032
|
+
/* stylelint-enable */
|
|
1027
1033
|
}
|
|
1028
1034
|
.e-grid .e-gridheader {
|
|
1029
1035
|
-webkit-user-select: none;
|
|
@@ -1931,7 +1937,7 @@
|
|
|
1931
1937
|
padding-left: 9px;
|
|
1932
1938
|
}
|
|
1933
1939
|
.e-grid .e-chk-hidden {
|
|
1934
|
-
-moz-appearance: none;
|
|
1940
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1935
1941
|
height: 1px;
|
|
1936
1942
|
opacity: 0;
|
|
1937
1943
|
width: 1px;
|
|
@@ -1945,7 +1951,7 @@
|
|
|
1945
1951
|
}
|
|
1946
1952
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1947
1953
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1948
|
-
-webkit-user-select: auto;
|
|
1954
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1949
1955
|
height: 20px;
|
|
1950
1956
|
line-height: 20px;
|
|
1951
1957
|
position: relative;
|
|
@@ -2141,7 +2147,7 @@
|
|
|
2141
2147
|
padding: 2px;
|
|
2142
2148
|
}
|
|
2143
2149
|
.e-grid .e-content {
|
|
2144
|
-
-webkit-overflow-scrolling: touch;
|
|
2150
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2145
2151
|
overflow-x: auto;
|
|
2146
2152
|
overflow-y: scroll;
|
|
2147
2153
|
position: relative;
|
|
@@ -2271,6 +2277,9 @@
|
|
|
2271
2277
|
border-width: 1px 0 0;
|
|
2272
2278
|
cursor: pointer;
|
|
2273
2279
|
}
|
|
2280
|
+
.e-grid .e-disablepointer {
|
|
2281
|
+
cursor: default;
|
|
2282
|
+
}
|
|
2274
2283
|
.e-grid .e-groupcaption {
|
|
2275
2284
|
border-style: solid;
|
|
2276
2285
|
border-width: 1px 0 0;
|
|
@@ -2492,6 +2501,8 @@
|
|
|
2492
2501
|
.e-grid .e-checkboxfiltertext {
|
|
2493
2502
|
width: 150px;
|
|
2494
2503
|
word-break: normal;
|
|
2504
|
+
/* stylelint-disable */
|
|
2505
|
+
/* stylelint-enable */
|
|
2495
2506
|
}
|
|
2496
2507
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2497
2508
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2551,10 +2562,10 @@
|
|
|
2551
2562
|
overflow: hidden;
|
|
2552
2563
|
}
|
|
2553
2564
|
.e-grid .e-frozenhdrcont {
|
|
2554
|
-
-ms-touch-action: none;
|
|
2565
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2555
2566
|
}
|
|
2556
2567
|
.e-grid .e-frozencontent {
|
|
2557
|
-
-ms-touch-action: none;
|
|
2568
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2558
2569
|
border-bottom-width: 1px;
|
|
2559
2570
|
float: left;
|
|
2560
2571
|
width: min-content;
|
|
@@ -2563,19 +2574,19 @@
|
|
|
2563
2574
|
float: right;
|
|
2564
2575
|
}
|
|
2565
2576
|
.e-grid .e-movablecontent {
|
|
2566
|
-
-ms-overflow-style: none;
|
|
2577
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2567
2578
|
-ms-flex: 1;
|
|
2568
2579
|
flex: 1;
|
|
2569
2580
|
overflow-x: auto;
|
|
2570
2581
|
overflow-y: hidden;
|
|
2571
2582
|
}
|
|
2572
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2583
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2573
2584
|
display: none;
|
|
2574
2585
|
}
|
|
2575
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2586
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2576
2587
|
width: 7px;
|
|
2577
2588
|
}
|
|
2578
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2589
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2579
2590
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2580
2591
|
border-radius: 4px;
|
|
2581
2592
|
}
|
|
@@ -2982,9 +2993,39 @@
|
|
|
2982
2993
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
2983
2994
|
border-right: 0;
|
|
2984
2995
|
}
|
|
2996
|
+
.e-grid .e-mask {
|
|
2997
|
+
display: inline-block;
|
|
2998
|
+
height: 10px;
|
|
2999
|
+
width: 80%;
|
|
3000
|
+
}
|
|
3001
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3002
|
+
margin-left: 7px;
|
|
3003
|
+
width: 16px;
|
|
3004
|
+
}
|
|
3005
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3006
|
+
width: 16px;
|
|
3007
|
+
}
|
|
3008
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3009
|
+
margin-left: 3px;
|
|
3010
|
+
margin-right: 16px;
|
|
3011
|
+
width: 20px;
|
|
3012
|
+
}
|
|
3013
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3014
|
+
width: 13px;
|
|
3015
|
+
}
|
|
3016
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3017
|
+
margin-left: 8px;
|
|
3018
|
+
}
|
|
3019
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3020
|
+
margin-left: 12px;
|
|
3021
|
+
width: 12px;
|
|
3022
|
+
}
|
|
2985
3023
|
.e-grid.sf-grid .e-table {
|
|
2986
3024
|
border-spacing: 0.25px;
|
|
2987
3025
|
}
|
|
3026
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3027
|
+
margin-left: 6px;
|
|
3028
|
+
}
|
|
2988
3029
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
2989
3030
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
2990
3031
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3562,7 +3603,7 @@
|
|
|
3562
3603
|
}
|
|
3563
3604
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3564
3605
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3565
|
-
-moz-appearance: none;
|
|
3606
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3566
3607
|
height: 1px;
|
|
3567
3608
|
opacity: 0;
|
|
3568
3609
|
width: 1px;
|
package/styles/grid/material.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
@@ -144,6 +145,7 @@
|
|
|
144
145
|
padding: 4px 8px;
|
|
145
146
|
}
|
|
146
147
|
|
|
148
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
147
149
|
@keyframes material-spinner-rotate {
|
|
148
150
|
0% {
|
|
149
151
|
transform: rotate(0deg);
|
|
@@ -170,7 +172,7 @@
|
|
|
170
172
|
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
171
173
|
}
|
|
172
174
|
}
|
|
173
|
-
|
|
175
|
+
/* !componenticons */
|
|
174
176
|
.e-icon-check::before {
|
|
175
177
|
content: "\e7ff";
|
|
176
178
|
}
|
|
@@ -401,6 +403,7 @@
|
|
|
401
403
|
.e-bigger .e-grid,
|
|
402
404
|
.e-grid.e-bigger {
|
|
403
405
|
font-size: 13px;
|
|
406
|
+
/* stylelint-disable */
|
|
404
407
|
}
|
|
405
408
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
406
409
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1058,6 +1061,9 @@
|
|
|
1058
1061
|
font-size: 13px;
|
|
1059
1062
|
height: auto;
|
|
1060
1063
|
position: relative;
|
|
1064
|
+
/* stylelint-enable */
|
|
1065
|
+
/* stylelint-disable */
|
|
1066
|
+
/* stylelint-enable */
|
|
1061
1067
|
}
|
|
1062
1068
|
.e-grid .e-gridheader {
|
|
1063
1069
|
-webkit-user-select: none;
|
|
@@ -1965,7 +1971,7 @@
|
|
|
1965
1971
|
padding-left: 9px;
|
|
1966
1972
|
}
|
|
1967
1973
|
.e-grid .e-chk-hidden {
|
|
1968
|
-
-moz-appearance: none;
|
|
1974
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1969
1975
|
height: 1px;
|
|
1970
1976
|
opacity: 0;
|
|
1971
1977
|
width: 1px;
|
|
@@ -1979,7 +1985,7 @@
|
|
|
1979
1985
|
}
|
|
1980
1986
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1981
1987
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1982
|
-
-webkit-user-select: auto;
|
|
1988
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1983
1989
|
height: 20px;
|
|
1984
1990
|
line-height: 20px;
|
|
1985
1991
|
position: relative;
|
|
@@ -2175,7 +2181,7 @@
|
|
|
2175
2181
|
padding: 2px;
|
|
2176
2182
|
}
|
|
2177
2183
|
.e-grid .e-content {
|
|
2178
|
-
-webkit-overflow-scrolling: touch;
|
|
2184
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2179
2185
|
overflow-x: auto;
|
|
2180
2186
|
overflow-y: scroll;
|
|
2181
2187
|
position: relative;
|
|
@@ -2305,6 +2311,9 @@
|
|
|
2305
2311
|
border-width: 1px 0 0;
|
|
2306
2312
|
cursor: pointer;
|
|
2307
2313
|
}
|
|
2314
|
+
.e-grid .e-disablepointer {
|
|
2315
|
+
cursor: default;
|
|
2316
|
+
}
|
|
2308
2317
|
.e-grid .e-groupcaption {
|
|
2309
2318
|
border-style: solid;
|
|
2310
2319
|
border-width: 1px 0 0;
|
|
@@ -2526,6 +2535,8 @@
|
|
|
2526
2535
|
.e-grid .e-checkboxfiltertext {
|
|
2527
2536
|
width: 150px;
|
|
2528
2537
|
word-break: normal;
|
|
2538
|
+
/* stylelint-disable */
|
|
2539
|
+
/* stylelint-enable */
|
|
2529
2540
|
}
|
|
2530
2541
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2531
2542
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2585,10 +2596,10 @@
|
|
|
2585
2596
|
overflow: hidden;
|
|
2586
2597
|
}
|
|
2587
2598
|
.e-grid .e-frozenhdrcont {
|
|
2588
|
-
-ms-touch-action: none;
|
|
2599
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2589
2600
|
}
|
|
2590
2601
|
.e-grid .e-frozencontent {
|
|
2591
|
-
-ms-touch-action: none;
|
|
2602
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2592
2603
|
border-bottom-width: 1px;
|
|
2593
2604
|
float: left;
|
|
2594
2605
|
width: min-content;
|
|
@@ -2597,19 +2608,19 @@
|
|
|
2597
2608
|
float: right;
|
|
2598
2609
|
}
|
|
2599
2610
|
.e-grid .e-movablecontent {
|
|
2600
|
-
-ms-overflow-style: none;
|
|
2611
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2601
2612
|
-ms-flex: 1;
|
|
2602
2613
|
flex: 1;
|
|
2603
2614
|
overflow-x: auto;
|
|
2604
2615
|
overflow-y: hidden;
|
|
2605
2616
|
}
|
|
2606
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2617
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2607
2618
|
display: none;
|
|
2608
2619
|
}
|
|
2609
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2620
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2610
2621
|
width: 7px;
|
|
2611
2622
|
}
|
|
2612
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2623
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2613
2624
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2614
2625
|
border-radius: 4px;
|
|
2615
2626
|
}
|
|
@@ -3016,9 +3027,39 @@
|
|
|
3016
3027
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3017
3028
|
border-right: 0;
|
|
3018
3029
|
}
|
|
3030
|
+
.e-grid .e-mask {
|
|
3031
|
+
display: inline-block;
|
|
3032
|
+
height: 10px;
|
|
3033
|
+
width: 80%;
|
|
3034
|
+
}
|
|
3035
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3036
|
+
margin-left: 7px;
|
|
3037
|
+
width: 16px;
|
|
3038
|
+
}
|
|
3039
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3040
|
+
width: 16px;
|
|
3041
|
+
}
|
|
3042
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3043
|
+
margin-left: 3px;
|
|
3044
|
+
margin-right: 16px;
|
|
3045
|
+
width: 20px;
|
|
3046
|
+
}
|
|
3047
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3048
|
+
width: 13px;
|
|
3049
|
+
}
|
|
3050
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3051
|
+
margin-left: 8px;
|
|
3052
|
+
}
|
|
3053
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3054
|
+
margin-left: 12px;
|
|
3055
|
+
width: 12px;
|
|
3056
|
+
}
|
|
3019
3057
|
.e-grid.sf-grid .e-table {
|
|
3020
3058
|
border-spacing: 0.25px;
|
|
3021
3059
|
}
|
|
3060
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3061
|
+
margin-left: 6px;
|
|
3062
|
+
}
|
|
3022
3063
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
3023
3064
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
3024
3065
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3596,7 +3637,7 @@
|
|
|
3596
3637
|
}
|
|
3597
3638
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3598
3639
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3599
|
-
-moz-appearance: none;
|
|
3640
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3600
3641
|
height: 1px;
|
|
3601
3642
|
opacity: 0;
|
|
3602
3643
|
width: 1px;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
3
4
|
transform: rotate(0deg);
|
|
4
5
|
transition: transform 300ms ease;
|
|
@@ -93,6 +94,7 @@
|
|
|
93
94
|
padding: 4px 8px;
|
|
94
95
|
}
|
|
95
96
|
|
|
97
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
96
98
|
@keyframes material-spinner-rotate {
|
|
97
99
|
0% {
|
|
98
100
|
transform: rotate(0);
|
|
@@ -353,6 +355,7 @@
|
|
|
353
355
|
.e-bigger .e-grid,
|
|
354
356
|
.e-grid.e-bigger {
|
|
355
357
|
font-size: 16px;
|
|
358
|
+
/* stylelint-disable */
|
|
356
359
|
}
|
|
357
360
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
358
361
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1059,6 +1062,9 @@
|
|
|
1059
1062
|
font-size: 14px;
|
|
1060
1063
|
height: auto;
|
|
1061
1064
|
position: relative;
|
|
1065
|
+
/* stylelint-enable */
|
|
1066
|
+
/* stylelint-disable */
|
|
1067
|
+
/* stylelint-enable */
|
|
1062
1068
|
}
|
|
1063
1069
|
.e-grid .e-gridheader {
|
|
1064
1070
|
-webkit-user-select: none;
|
|
@@ -1988,7 +1994,7 @@
|
|
|
1988
1994
|
padding-left: 8px;
|
|
1989
1995
|
}
|
|
1990
1996
|
.e-grid .e-chk-hidden {
|
|
1991
|
-
-moz-appearance: none;
|
|
1997
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1992
1998
|
height: 1px;
|
|
1993
1999
|
opacity: 0;
|
|
1994
2000
|
width: 1px;
|
|
@@ -2002,7 +2008,7 @@
|
|
|
2002
2008
|
}
|
|
2003
2009
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2004
2010
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2005
|
-
-webkit-user-select: auto;
|
|
2011
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2006
2012
|
height: 20px;
|
|
2007
2013
|
line-height: 20px;
|
|
2008
2014
|
position: relative;
|
|
@@ -2199,7 +2205,7 @@
|
|
|
2199
2205
|
padding: 2px;
|
|
2200
2206
|
}
|
|
2201
2207
|
.e-grid .e-content {
|
|
2202
|
-
-webkit-overflow-scrolling: touch;
|
|
2208
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2203
2209
|
overflow-x: auto;
|
|
2204
2210
|
overflow-y: scroll;
|
|
2205
2211
|
position: relative;
|
|
@@ -2336,6 +2342,9 @@
|
|
|
2336
2342
|
border-width: 1px 0 0;
|
|
2337
2343
|
cursor: pointer;
|
|
2338
2344
|
}
|
|
2345
|
+
.e-grid .e-disablepointer {
|
|
2346
|
+
cursor: default;
|
|
2347
|
+
}
|
|
2339
2348
|
.e-grid .e-groupcaption {
|
|
2340
2349
|
border-style: solid;
|
|
2341
2350
|
border-width: 1px 0 0;
|
|
@@ -2557,6 +2566,8 @@
|
|
|
2557
2566
|
.e-grid .e-checkboxfiltertext {
|
|
2558
2567
|
width: 150px;
|
|
2559
2568
|
word-break: normal;
|
|
2569
|
+
/* stylelint-disable */
|
|
2570
|
+
/* stylelint-enable */
|
|
2560
2571
|
}
|
|
2561
2572
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2562
2573
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2616,10 +2627,10 @@
|
|
|
2616
2627
|
overflow: hidden;
|
|
2617
2628
|
}
|
|
2618
2629
|
.e-grid .e-frozenhdrcont {
|
|
2619
|
-
-ms-touch-action: none;
|
|
2630
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2620
2631
|
}
|
|
2621
2632
|
.e-grid .e-frozencontent {
|
|
2622
|
-
-ms-touch-action: none;
|
|
2633
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2623
2634
|
border-bottom-width: 1px;
|
|
2624
2635
|
float: left;
|
|
2625
2636
|
width: min-content;
|
|
@@ -2628,19 +2639,19 @@
|
|
|
2628
2639
|
float: right;
|
|
2629
2640
|
}
|
|
2630
2641
|
.e-grid .e-movablecontent {
|
|
2631
|
-
-ms-overflow-style: none;
|
|
2642
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2632
2643
|
-ms-flex: 1;
|
|
2633
2644
|
flex: 1;
|
|
2634
2645
|
overflow-x: auto;
|
|
2635
2646
|
overflow-y: hidden;
|
|
2636
2647
|
}
|
|
2637
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2648
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2638
2649
|
display: none;
|
|
2639
2650
|
}
|
|
2640
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2651
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2641
2652
|
width: 7px;
|
|
2642
2653
|
}
|
|
2643
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2654
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2644
2655
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2645
2656
|
border-radius: 4px;
|
|
2646
2657
|
}
|
|
@@ -3052,9 +3063,39 @@
|
|
|
3052
3063
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3053
3064
|
border-right: 0;
|
|
3054
3065
|
}
|
|
3066
|
+
.e-grid .e-mask {
|
|
3067
|
+
display: inline-block;
|
|
3068
|
+
height: 10px;
|
|
3069
|
+
width: 80%;
|
|
3070
|
+
}
|
|
3071
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3072
|
+
margin-left: 7px;
|
|
3073
|
+
width: 16px;
|
|
3074
|
+
}
|
|
3075
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3076
|
+
width: 16px;
|
|
3077
|
+
}
|
|
3078
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3079
|
+
margin-left: 3px;
|
|
3080
|
+
margin-right: 16px;
|
|
3081
|
+
width: 20px;
|
|
3082
|
+
}
|
|
3083
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3084
|
+
width: 13px;
|
|
3085
|
+
}
|
|
3086
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3087
|
+
margin-left: 8px;
|
|
3088
|
+
}
|
|
3089
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3090
|
+
margin-left: 12px;
|
|
3091
|
+
width: 12px;
|
|
3092
|
+
}
|
|
3055
3093
|
.e-grid.sf-grid .e-table {
|
|
3056
3094
|
border-spacing: 0.25px;
|
|
3057
3095
|
}
|
|
3096
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3097
|
+
margin-left: -9px;
|
|
3098
|
+
}
|
|
3058
3099
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
3059
3100
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
3060
3101
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3644,7 +3685,7 @@
|
|
|
3644
3685
|
}
|
|
3645
3686
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3646
3687
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3647
|
-
-moz-appearance: none;
|
|
3688
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3648
3689
|
height: 1px;
|
|
3649
3690
|
opacity: 0;
|
|
3650
3691
|
width: 1px;
|