@syncfusion/ej2-angular-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/esm2020/src/grid/grid.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +2 -2
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +1 -1
- package/package.json +8 -8
- package/schematics/collection.json +20 -0
- package/schematics/generators/grid-default/index.d.ts +3 -0
- package/schematics/generators/grid-default/index.js +8 -0
- package/schematics/generators/grid-default/sample-details.d.ts +5 -0
- package/schematics/generators/grid-default/sample-details.js +7 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-default/schema.d.ts +3 -0
- package/schematics/generators/grid-default/schema.js +2 -0
- package/schematics/generators/grid-default/schema.json +125 -0
- package/schematics/generators/grid-feature/index.d.ts +3 -0
- package/schematics/generators/grid-feature/index.js +8 -0
- package/schematics/generators/grid-feature/sample-details.d.ts +5 -0
- package/schematics/generators/grid-feature/sample-details.js +7 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-feature/schema.d.ts +3 -0
- package/schematics/generators/grid-feature/schema.js +2 -0
- package/schematics/generators/grid-feature/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/grid.component.d.ts +1 -1
- 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/_all.scss +1 -1
- package/styles/excel-filter/_bootstrap-dark-definition.scss +0 -1
- package/styles/excel-filter/_bootstrap-definition.scss +0 -1
- package/styles/excel-filter/_bootstrap4-definition.scss +0 -1
- package/styles/excel-filter/_fabric-dark-definition.scss +0 -1
- package/styles/excel-filter/_fabric-definition.scss +0 -1
- package/styles/excel-filter/_highcontrast-definition.scss +0 -1
- package/styles/excel-filter/_highcontrast-light-definition.scss +0 -1
- package/styles/excel-filter/_layout.scss +14 -15
- package/styles/excel-filter/_material-dark-definition.scss +0 -1
- package/styles/excel-filter/_material-definition.scss +0 -1
- package/styles/excel-filter/_office-365-definition.scss +1 -1
- package/styles/excel-filter/_theme.scss +4 -3
- package/styles/excel-filter/bootstrap-dark.css +3 -1
- package/styles/excel-filter/bootstrap-dark.scss +1 -0
- package/styles/excel-filter/bootstrap.css +3 -1
- package/styles/excel-filter/bootstrap.scss +1 -0
- package/styles/excel-filter/bootstrap4.css +6 -1
- package/styles/excel-filter/bootstrap4.scss +1 -0
- package/styles/excel-filter/bootstrap5-dark.css +3 -1
- package/styles/excel-filter/bootstrap5-dark.scss +1 -0
- package/styles/excel-filter/bootstrap5.css +3 -1
- package/styles/excel-filter/bootstrap5.scss +1 -0
- package/styles/excel-filter/fabric-dark.css +4 -2
- package/styles/excel-filter/fabric-dark.scss +1 -0
- package/styles/excel-filter/fabric.css +4 -2
- package/styles/excel-filter/fabric.scss +1 -0
- package/styles/excel-filter/fluent-dark.css +3 -1
- package/styles/excel-filter/fluent-dark.scss +1 -0
- package/styles/excel-filter/fluent.css +3 -1
- package/styles/excel-filter/fluent.scss +1 -0
- package/styles/excel-filter/highcontrast-light.css +4 -2
- package/styles/excel-filter/highcontrast-light.scss +1 -0
- package/styles/excel-filter/highcontrast.css +4 -2
- package/styles/excel-filter/highcontrast.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap-dark.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap4.scss +5 -0
- package/styles/excel-filter/icons/_bootstrap5.scss +1 -0
- package/styles/excel-filter/icons/_fabric-dark.scss +2 -1
- package/styles/excel-filter/icons/_fabric.scss +2 -1
- package/styles/excel-filter/icons/_fluent.scss +1 -0
- package/styles/excel-filter/icons/_fusionnew.scss +1 -0
- package/styles/excel-filter/icons/_highcontrast-light.scss +2 -1
- package/styles/excel-filter/icons/_highcontrast.scss +2 -1
- package/styles/excel-filter/icons/_material-dark.scss +2 -1
- package/styles/excel-filter/icons/_material.scss +4 -4
- package/styles/excel-filter/icons/_material3.scss +1 -0
- package/styles/excel-filter/icons/_tailwind.scss +1 -0
- package/styles/excel-filter/material-dark.css +4 -2
- package/styles/excel-filter/material-dark.scss +1 -0
- package/styles/excel-filter/material.css +4 -2
- package/styles/excel-filter/material.scss +1 -0
- package/styles/excel-filter/tailwind-dark.css +3 -1
- package/styles/excel-filter/tailwind-dark.scss +1 -0
- package/styles/excel-filter/tailwind.css +3 -1
- package/styles/excel-filter/tailwind.scss +1 -0
- 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/_all.scss +1 -1
- package/styles/grid/_bootstrap-dark-definition.scss +4 -4
- package/styles/grid/_bootstrap-definition.scss +4 -3
- package/styles/grid/_bootstrap4-definition.scss +4 -3
- package/styles/grid/_bootstrap5-definition.scss +3 -2
- package/styles/grid/_fabric-dark-definition.scss +5 -5
- package/styles/grid/_fabric-definition.scss +3 -3
- package/styles/grid/_fluent-definition.scss +5 -3
- package/styles/grid/_fusionnew-definition.scss +3 -2
- package/styles/grid/_highcontrast-definition.scss +3 -2
- package/styles/grid/_highcontrast-light-definition.scss +2 -2
- package/styles/grid/_layout.scss +80 -51
- package/styles/grid/_material-dark-definition.scss +5 -3
- package/styles/grid/_material-definition.scss +4 -4
- package/styles/grid/_material3-definition.scss +3 -2
- package/styles/grid/_office-365-definition.scss +1 -1
- package/styles/grid/_tailwind-definition.scss +3 -2
- package/styles/grid/_theme.scss +25 -25
- package/styles/grid/bootstrap-dark.css +51 -10
- package/styles/grid/bootstrap-dark.scss +1 -0
- package/styles/grid/bootstrap.css +51 -10
- package/styles/grid/bootstrap.scss +1 -0
- package/styles/grid/bootstrap4.css +51 -10
- package/styles/grid/bootstrap4.scss +1 -0
- package/styles/grid/bootstrap5-dark.css +52 -10
- package/styles/grid/bootstrap5-dark.scss +1 -0
- package/styles/grid/bootstrap5.css +52 -10
- package/styles/grid/bootstrap5.scss +1 -0
- package/styles/grid/fabric-dark.css +53 -12
- package/styles/grid/fabric-dark.scss +1 -0
- package/styles/grid/fabric.css +52 -11
- package/styles/grid/fabric.scss +1 -0
- package/styles/grid/fluent-dark.css +51 -10
- package/styles/grid/fluent-dark.scss +1 -0
- package/styles/grid/fluent.css +51 -10
- package/styles/grid/fluent.scss +1 -0
- package/styles/grid/highcontrast-light.css +52 -11
- package/styles/grid/highcontrast-light.scss +1 -0
- package/styles/grid/highcontrast.css +52 -11
- package/styles/grid/highcontrast.scss +1 -0
- package/styles/grid/icons/_bootstrap-dark.scss +4 -3
- package/styles/grid/icons/_bootstrap.scss +3 -2
- package/styles/grid/icons/_bootstrap4.scss +3 -3
- package/styles/grid/icons/_bootstrap5.scss +1 -0
- package/styles/grid/icons/_fabric-dark.scss +5 -4
- package/styles/grid/icons/_fabric.scss +4 -3
- package/styles/grid/icons/_fluent.scss +1 -0
- package/styles/grid/icons/_fusionnew.scss +1 -0
- package/styles/grid/icons/_highcontrast-light.scss +6 -5
- package/styles/grid/icons/_highcontrast.scss +6 -6
- package/styles/grid/icons/_material-dark.scss +6 -5
- package/styles/grid/icons/_material.scss +6 -5
- package/styles/grid/icons/_material3.scss +1 -0
- package/styles/grid/icons/_tailwind.scss +1 -0
- package/styles/grid/material-dark.css +52 -11
- package/styles/grid/material-dark.scss +1 -0
- package/styles/grid/material.css +52 -11
- package/styles/grid/material.scss +1 -0
- package/styles/grid/tailwind-dark.css +51 -10
- package/styles/grid/tailwind-dark.scss +1 -0
- package/styles/grid/tailwind.css +51 -10
- package/styles/grid/tailwind.scss +1 -0
- 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-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: none;
|
|
@@ -144,6 +145,7 @@
|
|
|
144
145
|
min-height: 34px;
|
|
145
146
|
}
|
|
146
147
|
|
|
148
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
147
149
|
@keyframes material-spinner-rotate {
|
|
148
150
|
0% {
|
|
149
151
|
transform: rotate(0);
|
|
@@ -161,6 +163,7 @@
|
|
|
161
163
|
}
|
|
162
164
|
}
|
|
163
165
|
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
166
|
+
/* stylelint-disable */
|
|
164
167
|
/*! component icons */
|
|
165
168
|
.e-icon-check::before {
|
|
166
169
|
content: "\e774";
|
|
@@ -405,6 +408,7 @@
|
|
|
405
408
|
.e-bigger .e-grid,
|
|
406
409
|
.e-grid.e-bigger {
|
|
407
410
|
font-size: 16px;
|
|
411
|
+
/* stylelint-disable */
|
|
408
412
|
}
|
|
409
413
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
410
414
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1068,6 +1072,9 @@
|
|
|
1068
1072
|
font-size: 14px;
|
|
1069
1073
|
height: auto;
|
|
1070
1074
|
position: relative;
|
|
1075
|
+
/* stylelint-enable */
|
|
1076
|
+
/* stylelint-disable */
|
|
1077
|
+
/* stylelint-enable */
|
|
1071
1078
|
}
|
|
1072
1079
|
.e-grid .e-gridheader {
|
|
1073
1080
|
-webkit-user-select: none;
|
|
@@ -1976,7 +1983,7 @@
|
|
|
1976
1983
|
padding-left: 8px;
|
|
1977
1984
|
}
|
|
1978
1985
|
.e-grid .e-chk-hidden {
|
|
1979
|
-
-moz-appearance: none;
|
|
1986
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1980
1987
|
height: 1px;
|
|
1981
1988
|
opacity: 0;
|
|
1982
1989
|
width: 1px;
|
|
@@ -1990,7 +1997,7 @@
|
|
|
1990
1997
|
}
|
|
1991
1998
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1992
1999
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1993
|
-
-webkit-user-select: auto;
|
|
2000
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1994
2001
|
height: 20px;
|
|
1995
2002
|
line-height: 20px;
|
|
1996
2003
|
position: relative;
|
|
@@ -2186,7 +2193,7 @@
|
|
|
2186
2193
|
padding: 2px;
|
|
2187
2194
|
}
|
|
2188
2195
|
.e-grid .e-content {
|
|
2189
|
-
-webkit-overflow-scrolling: touch;
|
|
2196
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2190
2197
|
overflow-x: auto;
|
|
2191
2198
|
overflow-y: scroll;
|
|
2192
2199
|
position: relative;
|
|
@@ -2316,6 +2323,9 @@
|
|
|
2316
2323
|
border-width: 1px 0 0;
|
|
2317
2324
|
cursor: pointer;
|
|
2318
2325
|
}
|
|
2326
|
+
.e-grid .e-disablepointer {
|
|
2327
|
+
cursor: default;
|
|
2328
|
+
}
|
|
2319
2329
|
.e-grid .e-groupcaption {
|
|
2320
2330
|
border-style: solid;
|
|
2321
2331
|
border-width: 1px 0 0;
|
|
@@ -2537,6 +2547,8 @@
|
|
|
2537
2547
|
.e-grid .e-checkboxfiltertext {
|
|
2538
2548
|
width: 150px;
|
|
2539
2549
|
word-break: normal;
|
|
2550
|
+
/* stylelint-disable */
|
|
2551
|
+
/* stylelint-enable */
|
|
2540
2552
|
}
|
|
2541
2553
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2542
2554
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2596,10 +2608,10 @@
|
|
|
2596
2608
|
overflow: hidden;
|
|
2597
2609
|
}
|
|
2598
2610
|
.e-grid .e-frozenhdrcont {
|
|
2599
|
-
-ms-touch-action: none;
|
|
2611
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2600
2612
|
}
|
|
2601
2613
|
.e-grid .e-frozencontent {
|
|
2602
|
-
-ms-touch-action: none;
|
|
2614
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2603
2615
|
border-bottom-width: 1px;
|
|
2604
2616
|
float: left;
|
|
2605
2617
|
width: min-content;
|
|
@@ -2608,19 +2620,19 @@
|
|
|
2608
2620
|
float: right;
|
|
2609
2621
|
}
|
|
2610
2622
|
.e-grid .e-movablecontent {
|
|
2611
|
-
-ms-overflow-style: none;
|
|
2623
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2612
2624
|
-ms-flex: 1;
|
|
2613
2625
|
flex: 1;
|
|
2614
2626
|
overflow-x: auto;
|
|
2615
2627
|
overflow-y: hidden;
|
|
2616
2628
|
}
|
|
2617
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2629
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2618
2630
|
display: none;
|
|
2619
2631
|
}
|
|
2620
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2632
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2621
2633
|
width: 7px;
|
|
2622
2634
|
}
|
|
2623
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2635
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2624
2636
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2625
2637
|
border-radius: 4px;
|
|
2626
2638
|
}
|
|
@@ -3027,9 +3039,39 @@
|
|
|
3027
3039
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3028
3040
|
border-right: 0;
|
|
3029
3041
|
}
|
|
3042
|
+
.e-grid .e-mask {
|
|
3043
|
+
display: inline-block;
|
|
3044
|
+
height: 10px;
|
|
3045
|
+
width: 80%;
|
|
3046
|
+
}
|
|
3047
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3048
|
+
margin-left: 7px;
|
|
3049
|
+
width: 16px;
|
|
3050
|
+
}
|
|
3051
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3052
|
+
width: 16px;
|
|
3053
|
+
}
|
|
3054
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3055
|
+
margin-left: 3px;
|
|
3056
|
+
margin-right: 16px;
|
|
3057
|
+
width: 20px;
|
|
3058
|
+
}
|
|
3059
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3060
|
+
width: 13px;
|
|
3061
|
+
}
|
|
3062
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3063
|
+
margin-left: 8px;
|
|
3064
|
+
}
|
|
3065
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3066
|
+
margin-left: 12px;
|
|
3067
|
+
width: 12px;
|
|
3068
|
+
}
|
|
3030
3069
|
.e-grid.sf-grid .e-table {
|
|
3031
3070
|
border-spacing: 0.25px;
|
|
3032
3071
|
}
|
|
3072
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3073
|
+
margin-left: -12px;
|
|
3074
|
+
}
|
|
3033
3075
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
3034
3076
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
3035
3077
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3617,7 +3659,7 @@
|
|
|
3617
3659
|
}
|
|
3618
3660
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3619
3661
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3620
|
-
-moz-appearance: none;
|
|
3662
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3621
3663
|
height: 1px;
|
|
3622
3664
|
opacity: 0;
|
|
3623
3665
|
width: 1px;
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-dark-definition.scss';
|
|
16
16
|
@import 'ej2-navigations/styles/toolbar/bootstrap5-dark-definition.scss';
|
|
17
17
|
@import 'ej2-navigations/styles/context-menu/bootstrap5-dark-definition.scss';
|
|
18
|
+
@import 'ej2-notifications/styles/skeleton/bootstrap5-dark-definition.scss';
|
|
18
19
|
@import 'bootstrap5-dark-definition.scss';
|
|
19
20
|
@import 'icons/bootstrap5-dark.scss';
|
|
20
21
|
@import 'all.scss';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: none;
|
|
@@ -144,6 +145,7 @@
|
|
|
144
145
|
min-height: 34px;
|
|
145
146
|
}
|
|
146
147
|
|
|
148
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
147
149
|
@keyframes material-spinner-rotate {
|
|
148
150
|
0% {
|
|
149
151
|
transform: rotate(0);
|
|
@@ -161,6 +163,7 @@
|
|
|
161
163
|
}
|
|
162
164
|
}
|
|
163
165
|
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
166
|
+
/* stylelint-disable */
|
|
164
167
|
/*! component icons */
|
|
165
168
|
.e-icon-check::before {
|
|
166
169
|
content: "\e774";
|
|
@@ -405,6 +408,7 @@
|
|
|
405
408
|
.e-bigger .e-grid,
|
|
406
409
|
.e-grid.e-bigger {
|
|
407
410
|
font-size: 16px;
|
|
411
|
+
/* stylelint-disable */
|
|
408
412
|
}
|
|
409
413
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
410
414
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1068,6 +1072,9 @@
|
|
|
1068
1072
|
font-size: 14px;
|
|
1069
1073
|
height: auto;
|
|
1070
1074
|
position: relative;
|
|
1075
|
+
/* stylelint-enable */
|
|
1076
|
+
/* stylelint-disable */
|
|
1077
|
+
/* stylelint-enable */
|
|
1071
1078
|
}
|
|
1072
1079
|
.e-grid .e-gridheader {
|
|
1073
1080
|
-webkit-user-select: none;
|
|
@@ -1976,7 +1983,7 @@
|
|
|
1976
1983
|
padding-left: 8px;
|
|
1977
1984
|
}
|
|
1978
1985
|
.e-grid .e-chk-hidden {
|
|
1979
|
-
-moz-appearance: none;
|
|
1986
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1980
1987
|
height: 1px;
|
|
1981
1988
|
opacity: 0;
|
|
1982
1989
|
width: 1px;
|
|
@@ -1990,7 +1997,7 @@
|
|
|
1990
1997
|
}
|
|
1991
1998
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1992
1999
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1993
|
-
-webkit-user-select: auto;
|
|
2000
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1994
2001
|
height: 20px;
|
|
1995
2002
|
line-height: 20px;
|
|
1996
2003
|
position: relative;
|
|
@@ -2186,7 +2193,7 @@
|
|
|
2186
2193
|
padding: 2px;
|
|
2187
2194
|
}
|
|
2188
2195
|
.e-grid .e-content {
|
|
2189
|
-
-webkit-overflow-scrolling: touch;
|
|
2196
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2190
2197
|
overflow-x: auto;
|
|
2191
2198
|
overflow-y: scroll;
|
|
2192
2199
|
position: relative;
|
|
@@ -2316,6 +2323,9 @@
|
|
|
2316
2323
|
border-width: 1px 0 0;
|
|
2317
2324
|
cursor: pointer;
|
|
2318
2325
|
}
|
|
2326
|
+
.e-grid .e-disablepointer {
|
|
2327
|
+
cursor: default;
|
|
2328
|
+
}
|
|
2319
2329
|
.e-grid .e-groupcaption {
|
|
2320
2330
|
border-style: solid;
|
|
2321
2331
|
border-width: 1px 0 0;
|
|
@@ -2537,6 +2547,8 @@
|
|
|
2537
2547
|
.e-grid .e-checkboxfiltertext {
|
|
2538
2548
|
width: 150px;
|
|
2539
2549
|
word-break: normal;
|
|
2550
|
+
/* stylelint-disable */
|
|
2551
|
+
/* stylelint-enable */
|
|
2540
2552
|
}
|
|
2541
2553
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2542
2554
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2596,10 +2608,10 @@
|
|
|
2596
2608
|
overflow: hidden;
|
|
2597
2609
|
}
|
|
2598
2610
|
.e-grid .e-frozenhdrcont {
|
|
2599
|
-
-ms-touch-action: none;
|
|
2611
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2600
2612
|
}
|
|
2601
2613
|
.e-grid .e-frozencontent {
|
|
2602
|
-
-ms-touch-action: none;
|
|
2614
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2603
2615
|
border-bottom-width: 1px;
|
|
2604
2616
|
float: left;
|
|
2605
2617
|
width: min-content;
|
|
@@ -2608,19 +2620,19 @@
|
|
|
2608
2620
|
float: right;
|
|
2609
2621
|
}
|
|
2610
2622
|
.e-grid .e-movablecontent {
|
|
2611
|
-
-ms-overflow-style: none;
|
|
2623
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2612
2624
|
-ms-flex: 1;
|
|
2613
2625
|
flex: 1;
|
|
2614
2626
|
overflow-x: auto;
|
|
2615
2627
|
overflow-y: hidden;
|
|
2616
2628
|
}
|
|
2617
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2629
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2618
2630
|
display: none;
|
|
2619
2631
|
}
|
|
2620
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2632
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2621
2633
|
width: 7px;
|
|
2622
2634
|
}
|
|
2623
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2635
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2624
2636
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2625
2637
|
border-radius: 4px;
|
|
2626
2638
|
}
|
|
@@ -3027,9 +3039,39 @@
|
|
|
3027
3039
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3028
3040
|
border-right: 0;
|
|
3029
3041
|
}
|
|
3042
|
+
.e-grid .e-mask {
|
|
3043
|
+
display: inline-block;
|
|
3044
|
+
height: 10px;
|
|
3045
|
+
width: 80%;
|
|
3046
|
+
}
|
|
3047
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3048
|
+
margin-left: 7px;
|
|
3049
|
+
width: 16px;
|
|
3050
|
+
}
|
|
3051
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3052
|
+
width: 16px;
|
|
3053
|
+
}
|
|
3054
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3055
|
+
margin-left: 3px;
|
|
3056
|
+
margin-right: 16px;
|
|
3057
|
+
width: 20px;
|
|
3058
|
+
}
|
|
3059
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3060
|
+
width: 13px;
|
|
3061
|
+
}
|
|
3062
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3063
|
+
margin-left: 8px;
|
|
3064
|
+
}
|
|
3065
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3066
|
+
margin-left: 12px;
|
|
3067
|
+
width: 12px;
|
|
3068
|
+
}
|
|
3030
3069
|
.e-grid.sf-grid .e-table {
|
|
3031
3070
|
border-spacing: 0.25px;
|
|
3032
3071
|
}
|
|
3072
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3073
|
+
margin-left: -12px;
|
|
3074
|
+
}
|
|
3033
3075
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
3034
3076
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
3035
3077
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3617,7 +3659,7 @@
|
|
|
3617
3659
|
}
|
|
3618
3660
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3619
3661
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3620
|
-
-moz-appearance: none;
|
|
3662
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3621
3663
|
height: 1px;
|
|
3622
3664
|
opacity: 0;
|
|
3623
3665
|
width: 1px;
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-definition.scss';
|
|
16
16
|
@import 'ej2-navigations/styles/toolbar/bootstrap5-definition.scss';
|
|
17
17
|
@import 'ej2-navigations/styles/context-menu/bootstrap5-definition.scss';
|
|
18
|
+
@import 'ej2-notifications/styles/skeleton/bootstrap5-definition.scss';
|
|
18
19
|
@import 'bootstrap5-definition.scss';
|
|
19
20
|
@import 'icons/bootstrap5.scss';
|
|
20
21
|
@import 'all.scss';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-ddl.e-popup {
|
|
2
3
|
border: 0;
|
|
3
4
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -79,6 +80,7 @@
|
|
|
79
80
|
height: 34px;
|
|
80
81
|
}
|
|
81
82
|
|
|
83
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
82
84
|
@keyframes material-spinner-rotate {
|
|
83
85
|
0% {
|
|
84
86
|
transform: rotate(0);
|
|
@@ -95,7 +97,7 @@
|
|
|
95
97
|
transform: rotate(360deg);
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
|
-
|
|
100
|
+
/* !componenticons */
|
|
99
101
|
.e-icon-check::before {
|
|
100
102
|
content: "\e7ff";
|
|
101
103
|
}
|
|
@@ -326,6 +328,7 @@
|
|
|
326
328
|
.e-bigger .e-grid,
|
|
327
329
|
.e-grid.e-bigger {
|
|
328
330
|
font-size: 14px;
|
|
331
|
+
/* stylelint-disable */
|
|
329
332
|
}
|
|
330
333
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
331
334
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -983,6 +986,9 @@
|
|
|
983
986
|
font-size: 13px;
|
|
984
987
|
height: auto;
|
|
985
988
|
position: relative;
|
|
989
|
+
/* stylelint-enable */
|
|
990
|
+
/* stylelint-disable */
|
|
991
|
+
/* stylelint-enable */
|
|
986
992
|
}
|
|
987
993
|
.e-grid .e-gridheader {
|
|
988
994
|
-webkit-user-select: none;
|
|
@@ -1371,7 +1377,7 @@
|
|
|
1371
1377
|
font-weight: normal;
|
|
1372
1378
|
height: 29px;
|
|
1373
1379
|
line-height: 29px;
|
|
1374
|
-
margin: 0;
|
|
1380
|
+
margin: 0 0 0 -5px;
|
|
1375
1381
|
overflow: hidden;
|
|
1376
1382
|
padding: 0 1px 0;
|
|
1377
1383
|
text-align: left;
|
|
@@ -1890,7 +1896,7 @@
|
|
|
1890
1896
|
padding-left: 7px;
|
|
1891
1897
|
}
|
|
1892
1898
|
.e-grid .e-chk-hidden {
|
|
1893
|
-
-moz-appearance: none;
|
|
1899
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1894
1900
|
height: 1px;
|
|
1895
1901
|
opacity: 0;
|
|
1896
1902
|
width: 1px;
|
|
@@ -1904,7 +1910,7 @@
|
|
|
1904
1910
|
}
|
|
1905
1911
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1906
1912
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1907
|
-
-webkit-user-select: auto;
|
|
1913
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1908
1914
|
height: 20px;
|
|
1909
1915
|
line-height: 21px;
|
|
1910
1916
|
position: relative;
|
|
@@ -2100,7 +2106,7 @@
|
|
|
2100
2106
|
padding: 2px;
|
|
2101
2107
|
}
|
|
2102
2108
|
.e-grid .e-content {
|
|
2103
|
-
-webkit-overflow-scrolling: touch;
|
|
2109
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2104
2110
|
overflow-x: auto;
|
|
2105
2111
|
overflow-y: scroll;
|
|
2106
2112
|
position: relative;
|
|
@@ -2230,6 +2236,9 @@
|
|
|
2230
2236
|
border-width: 1px 0 0;
|
|
2231
2237
|
cursor: pointer;
|
|
2232
2238
|
}
|
|
2239
|
+
.e-grid .e-disablepointer {
|
|
2240
|
+
cursor: default;
|
|
2241
|
+
}
|
|
2233
2242
|
.e-grid .e-groupcaption {
|
|
2234
2243
|
border-style: solid;
|
|
2235
2244
|
border-width: 1px 0 0;
|
|
@@ -2451,6 +2460,8 @@
|
|
|
2451
2460
|
.e-grid .e-checkboxfiltertext {
|
|
2452
2461
|
width: 150px;
|
|
2453
2462
|
word-break: normal;
|
|
2463
|
+
/* stylelint-disable */
|
|
2464
|
+
/* stylelint-enable */
|
|
2454
2465
|
}
|
|
2455
2466
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2456
2467
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2510,10 +2521,10 @@
|
|
|
2510
2521
|
overflow: hidden;
|
|
2511
2522
|
}
|
|
2512
2523
|
.e-grid .e-frozenhdrcont {
|
|
2513
|
-
-ms-touch-action: none;
|
|
2524
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2514
2525
|
}
|
|
2515
2526
|
.e-grid .e-frozencontent {
|
|
2516
|
-
-ms-touch-action: none;
|
|
2527
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2517
2528
|
border-bottom-width: 1px;
|
|
2518
2529
|
float: left;
|
|
2519
2530
|
width: min-content;
|
|
@@ -2522,19 +2533,19 @@
|
|
|
2522
2533
|
float: right;
|
|
2523
2534
|
}
|
|
2524
2535
|
.e-grid .e-movablecontent {
|
|
2525
|
-
-ms-overflow-style: none;
|
|
2536
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2526
2537
|
-ms-flex: 1;
|
|
2527
2538
|
flex: 1;
|
|
2528
2539
|
overflow-x: auto;
|
|
2529
2540
|
overflow-y: hidden;
|
|
2530
2541
|
}
|
|
2531
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2542
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2532
2543
|
display: none;
|
|
2533
2544
|
}
|
|
2534
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2545
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2535
2546
|
width: 7px;
|
|
2536
2547
|
}
|
|
2537
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2548
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2538
2549
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2539
2550
|
border-radius: 4px;
|
|
2540
2551
|
}
|
|
@@ -2941,9 +2952,39 @@
|
|
|
2941
2952
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
2942
2953
|
border-right: 0;
|
|
2943
2954
|
}
|
|
2955
|
+
.e-grid .e-mask {
|
|
2956
|
+
display: inline-block;
|
|
2957
|
+
height: 10px;
|
|
2958
|
+
width: 80%;
|
|
2959
|
+
}
|
|
2960
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
2961
|
+
margin-left: 7px;
|
|
2962
|
+
width: 16px;
|
|
2963
|
+
}
|
|
2964
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
2965
|
+
width: 16px;
|
|
2966
|
+
}
|
|
2967
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
2968
|
+
margin-left: 3px;
|
|
2969
|
+
margin-right: 16px;
|
|
2970
|
+
width: 20px;
|
|
2971
|
+
}
|
|
2972
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
2973
|
+
width: 13px;
|
|
2974
|
+
}
|
|
2975
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
2976
|
+
margin-left: 8px;
|
|
2977
|
+
}
|
|
2978
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
2979
|
+
margin-left: 12px;
|
|
2980
|
+
width: 12px;
|
|
2981
|
+
}
|
|
2944
2982
|
.e-grid.sf-grid .e-table {
|
|
2945
2983
|
border-spacing: 0.25px;
|
|
2946
2984
|
}
|
|
2985
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
2986
|
+
margin-left: 0;
|
|
2987
|
+
}
|
|
2947
2988
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
2948
2989
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
2949
2990
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3521,7 +3562,7 @@
|
|
|
3521
3562
|
}
|
|
3522
3563
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3523
3564
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3524
|
-
-moz-appearance: none;
|
|
3565
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3525
3566
|
height: 1px;
|
|
3526
3567
|
opacity: 0;
|
|
3527
3568
|
width: 1px;
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
@import 'ej2-calendars/styles/datetimepicker/fabric-dark-definition.scss';
|
|
16
16
|
@import 'ej2-navigations/styles/toolbar/fabric-dark-definition.scss';
|
|
17
17
|
@import 'ej2-navigations/styles/context-menu/fabric-dark-definition.scss';
|
|
18
|
+
@import 'ej2-notifications/styles/skeleton/fabric-dark-definition.scss';
|
|
18
19
|
@import 'fabric-dark-definition.scss';
|
|
19
20
|
@import 'icons/fabric-dark.scss';
|
|
20
21
|
@import 'all.scss';
|
package/styles/grid/fabric.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-ddl.e-popup {
|
|
2
3
|
border: 0;
|
|
3
4
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
@@ -72,6 +73,7 @@
|
|
|
72
73
|
height: 34px;
|
|
73
74
|
}
|
|
74
75
|
|
|
76
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
75
77
|
@keyframes material-spinner-rotate {
|
|
76
78
|
0% {
|
|
77
79
|
transform: rotate(0);
|
|
@@ -88,7 +90,7 @@
|
|
|
88
90
|
transform: rotate(360deg);
|
|
89
91
|
}
|
|
90
92
|
}
|
|
91
|
-
|
|
93
|
+
/* !componenticons */
|
|
92
94
|
.e-icon-check::before {
|
|
93
95
|
content: "\e7ff";
|
|
94
96
|
}
|
|
@@ -319,6 +321,7 @@
|
|
|
319
321
|
.e-bigger .e-grid,
|
|
320
322
|
.e-grid.e-bigger {
|
|
321
323
|
font-size: 14px;
|
|
324
|
+
/* stylelint-disable */
|
|
322
325
|
}
|
|
323
326
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
324
327
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -976,6 +979,9 @@
|
|
|
976
979
|
font-size: 13px;
|
|
977
980
|
height: auto;
|
|
978
981
|
position: relative;
|
|
982
|
+
/* stylelint-enable */
|
|
983
|
+
/* stylelint-disable */
|
|
984
|
+
/* stylelint-enable */
|
|
979
985
|
}
|
|
980
986
|
.e-grid .e-gridheader {
|
|
981
987
|
-webkit-user-select: none;
|
|
@@ -1883,7 +1889,7 @@
|
|
|
1883
1889
|
padding-left: 7px;
|
|
1884
1890
|
}
|
|
1885
1891
|
.e-grid .e-chk-hidden {
|
|
1886
|
-
-moz-appearance: none;
|
|
1892
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1887
1893
|
height: 1px;
|
|
1888
1894
|
opacity: 0;
|
|
1889
1895
|
width: 1px;
|
|
@@ -1897,7 +1903,7 @@
|
|
|
1897
1903
|
}
|
|
1898
1904
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1899
1905
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1900
|
-
-webkit-user-select: auto;
|
|
1906
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1901
1907
|
height: 20px;
|
|
1902
1908
|
line-height: 21px;
|
|
1903
1909
|
position: relative;
|
|
@@ -2093,7 +2099,7 @@
|
|
|
2093
2099
|
padding: 2px;
|
|
2094
2100
|
}
|
|
2095
2101
|
.e-grid .e-content {
|
|
2096
|
-
-webkit-overflow-scrolling: touch;
|
|
2102
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2097
2103
|
overflow-x: auto;
|
|
2098
2104
|
overflow-y: scroll;
|
|
2099
2105
|
position: relative;
|
|
@@ -2223,6 +2229,9 @@
|
|
|
2223
2229
|
border-width: 1px 0 0;
|
|
2224
2230
|
cursor: pointer;
|
|
2225
2231
|
}
|
|
2232
|
+
.e-grid .e-disablepointer {
|
|
2233
|
+
cursor: default;
|
|
2234
|
+
}
|
|
2226
2235
|
.e-grid .e-groupcaption {
|
|
2227
2236
|
border-style: solid;
|
|
2228
2237
|
border-width: 1px 0 0;
|
|
@@ -2444,6 +2453,8 @@
|
|
|
2444
2453
|
.e-grid .e-checkboxfiltertext {
|
|
2445
2454
|
width: 135px;
|
|
2446
2455
|
word-break: normal;
|
|
2456
|
+
/* stylelint-disable */
|
|
2457
|
+
/* stylelint-enable */
|
|
2447
2458
|
}
|
|
2448
2459
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2449
2460
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2503,10 +2514,10 @@
|
|
|
2503
2514
|
overflow: hidden;
|
|
2504
2515
|
}
|
|
2505
2516
|
.e-grid .e-frozenhdrcont {
|
|
2506
|
-
-ms-touch-action: none;
|
|
2517
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2507
2518
|
}
|
|
2508
2519
|
.e-grid .e-frozencontent {
|
|
2509
|
-
-ms-touch-action: none;
|
|
2520
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2510
2521
|
border-bottom-width: 1px;
|
|
2511
2522
|
float: left;
|
|
2512
2523
|
width: min-content;
|
|
@@ -2515,19 +2526,19 @@
|
|
|
2515
2526
|
float: right;
|
|
2516
2527
|
}
|
|
2517
2528
|
.e-grid .e-movablecontent {
|
|
2518
|
-
-ms-overflow-style: none;
|
|
2529
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2519
2530
|
-ms-flex: 1;
|
|
2520
2531
|
flex: 1;
|
|
2521
2532
|
overflow-x: auto;
|
|
2522
2533
|
overflow-y: hidden;
|
|
2523
2534
|
}
|
|
2524
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2535
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2525
2536
|
display: none;
|
|
2526
2537
|
}
|
|
2527
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2538
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2528
2539
|
width: 7px;
|
|
2529
2540
|
}
|
|
2530
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2541
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2531
2542
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2532
2543
|
border-radius: 4px;
|
|
2533
2544
|
}
|
|
@@ -2934,9 +2945,39 @@
|
|
|
2934
2945
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
2935
2946
|
border-right: 0;
|
|
2936
2947
|
}
|
|
2948
|
+
.e-grid .e-mask {
|
|
2949
|
+
display: inline-block;
|
|
2950
|
+
height: 10px;
|
|
2951
|
+
width: 80%;
|
|
2952
|
+
}
|
|
2953
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
2954
|
+
margin-left: 7px;
|
|
2955
|
+
width: 16px;
|
|
2956
|
+
}
|
|
2957
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
2958
|
+
width: 16px;
|
|
2959
|
+
}
|
|
2960
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
2961
|
+
margin-left: 3px;
|
|
2962
|
+
margin-right: 16px;
|
|
2963
|
+
width: 20px;
|
|
2964
|
+
}
|
|
2965
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
2966
|
+
width: 13px;
|
|
2967
|
+
}
|
|
2968
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
2969
|
+
margin-left: 8px;
|
|
2970
|
+
}
|
|
2971
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
2972
|
+
margin-left: 12px;
|
|
2973
|
+
width: 12px;
|
|
2974
|
+
}
|
|
2937
2975
|
.e-grid.sf-grid .e-table {
|
|
2938
2976
|
border-spacing: 0.25px;
|
|
2939
2977
|
}
|
|
2978
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
2979
|
+
margin-left: 0;
|
|
2980
|
+
}
|
|
2940
2981
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
2941
2982
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
2942
2983
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3514,7 +3555,7 @@
|
|
|
3514
3555
|
}
|
|
3515
3556
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3516
3557
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3517
|
-
-moz-appearance: none;
|
|
3558
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3518
3559
|
height: 1px;
|
|
3519
3560
|
opacity: 0;
|
|
3520
3561
|
width: 1px;
|