@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
package/styles/grid/fabric.scss
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
@import 'ej2-calendars/styles/datetimepicker/fabric-definition.scss';
|
|
16
16
|
@import 'ej2-navigations/styles/toolbar/fabric-definition.scss';
|
|
17
17
|
@import 'ej2-navigations/styles/context-menu/fabric-definition.scss';
|
|
18
|
+
@import 'ej2-notifications/styles/skeleton/fabric-definition.scss';
|
|
18
19
|
@import 'fabric-definition.scss';
|
|
19
20
|
@import 'icons/fabric.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;
|
|
@@ -124,6 +125,7 @@
|
|
|
124
125
|
min-height: 34px;
|
|
125
126
|
}
|
|
126
127
|
|
|
128
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
127
129
|
@keyframes material-spinner-rotate {
|
|
128
130
|
0% {
|
|
129
131
|
transform: rotate(0);
|
|
@@ -384,6 +386,7 @@
|
|
|
384
386
|
.e-bigger .e-grid,
|
|
385
387
|
.e-grid.e-bigger {
|
|
386
388
|
font-size: 16px;
|
|
389
|
+
/* stylelint-disable */
|
|
387
390
|
}
|
|
388
391
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
389
392
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1071,6 +1074,9 @@
|
|
|
1071
1074
|
font-size: 14px;
|
|
1072
1075
|
height: auto;
|
|
1073
1076
|
position: relative;
|
|
1077
|
+
/* stylelint-enable */
|
|
1078
|
+
/* stylelint-disable */
|
|
1079
|
+
/* stylelint-enable */
|
|
1074
1080
|
}
|
|
1075
1081
|
.e-grid .e-gridheader {
|
|
1076
1082
|
-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;
|
|
@@ -2332,6 +2338,9 @@
|
|
|
2332
2338
|
border-width: 1px 0 0;
|
|
2333
2339
|
cursor: pointer;
|
|
2334
2340
|
}
|
|
2341
|
+
.e-grid .e-disablepointer {
|
|
2342
|
+
cursor: default;
|
|
2343
|
+
}
|
|
2335
2344
|
.e-grid .e-groupcaption {
|
|
2336
2345
|
border-style: solid;
|
|
2337
2346
|
border-width: 1px 0 0;
|
|
@@ -2553,7 +2562,9 @@
|
|
|
2553
2562
|
.e-grid .e-checkboxfiltertext {
|
|
2554
2563
|
width: 150px;
|
|
2555
2564
|
word-break: normal;
|
|
2565
|
+
/* stylelint-disable */
|
|
2556
2566
|
margin-left: 12px !important;
|
|
2567
|
+
/* stylelint-enable */
|
|
2557
2568
|
}
|
|
2558
2569
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2559
2570
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2613,10 +2624,10 @@
|
|
|
2613
2624
|
overflow: hidden;
|
|
2614
2625
|
}
|
|
2615
2626
|
.e-grid .e-frozenhdrcont {
|
|
2616
|
-
-ms-touch-action: none;
|
|
2627
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2617
2628
|
}
|
|
2618
2629
|
.e-grid .e-frozencontent {
|
|
2619
|
-
-ms-touch-action: none;
|
|
2630
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2620
2631
|
border-bottom-width: 1px;
|
|
2621
2632
|
float: left;
|
|
2622
2633
|
width: min-content;
|
|
@@ -2625,19 +2636,19 @@
|
|
|
2625
2636
|
float: right;
|
|
2626
2637
|
}
|
|
2627
2638
|
.e-grid .e-movablecontent {
|
|
2628
|
-
-ms-overflow-style: none;
|
|
2639
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2629
2640
|
-ms-flex: 1;
|
|
2630
2641
|
flex: 1;
|
|
2631
2642
|
overflow-x: auto;
|
|
2632
2643
|
overflow-y: hidden;
|
|
2633
2644
|
}
|
|
2634
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2645
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2635
2646
|
display: none;
|
|
2636
2647
|
}
|
|
2637
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2648
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2638
2649
|
width: 7px;
|
|
2639
2650
|
}
|
|
2640
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2651
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2641
2652
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2642
2653
|
border-radius: 4px;
|
|
2643
2654
|
}
|
|
@@ -3044,9 +3055,39 @@
|
|
|
3044
3055
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3045
3056
|
border-right: 0;
|
|
3046
3057
|
}
|
|
3058
|
+
.e-grid .e-mask {
|
|
3059
|
+
display: inline-block;
|
|
3060
|
+
height: 10px;
|
|
3061
|
+
width: 80%;
|
|
3062
|
+
}
|
|
3063
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3064
|
+
margin-left: 7px;
|
|
3065
|
+
width: 16px;
|
|
3066
|
+
}
|
|
3067
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3068
|
+
width: 16px;
|
|
3069
|
+
}
|
|
3070
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3071
|
+
margin-left: 3px;
|
|
3072
|
+
margin-right: 16px;
|
|
3073
|
+
width: 20px;
|
|
3074
|
+
}
|
|
3075
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3076
|
+
width: 13px;
|
|
3077
|
+
}
|
|
3078
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3079
|
+
margin-left: 8px;
|
|
3080
|
+
}
|
|
3081
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3082
|
+
margin-left: 12px;
|
|
3083
|
+
width: 12px;
|
|
3084
|
+
}
|
|
3047
3085
|
.e-grid.sf-grid .e-table {
|
|
3048
3086
|
border-spacing: 0.25px;
|
|
3049
3087
|
}
|
|
3088
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3089
|
+
margin-left: -9px;
|
|
3090
|
+
}
|
|
3050
3091
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
3051
3092
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
3052
3093
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3638,7 +3679,7 @@
|
|
|
3638
3679
|
}
|
|
3639
3680
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3640
3681
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3641
|
-
-moz-appearance: none;
|
|
3682
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3642
3683
|
height: 1px;
|
|
3643
3684
|
opacity: 0;
|
|
3644
3685
|
width: 1px;
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
@import 'ej2-calendars/styles/datetimepicker/fluent-dark-definition.scss';
|
|
16
16
|
@import 'ej2-navigations/styles/toolbar/fluent-dark-definition.scss';
|
|
17
17
|
@import 'ej2-navigations/styles/context-menu/fluent-dark-definition.scss';
|
|
18
|
+
@import 'ej2-notifications/styles/skeleton/fluent-dark-definition.scss';
|
|
18
19
|
@import 'fluent-dark-definition.scss';
|
|
19
20
|
@import 'icons/fluent-dark.scss';
|
|
20
21
|
@import 'all.scss';
|
package/styles/grid/fluent.css
CHANGED
|
@@ -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;
|
|
@@ -124,6 +125,7 @@
|
|
|
124
125
|
min-height: 34px;
|
|
125
126
|
}
|
|
126
127
|
|
|
128
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
127
129
|
@keyframes material-spinner-rotate {
|
|
128
130
|
0% {
|
|
129
131
|
transform: rotate(0);
|
|
@@ -384,6 +386,7 @@
|
|
|
384
386
|
.e-bigger .e-grid,
|
|
385
387
|
.e-grid.e-bigger {
|
|
386
388
|
font-size: 16px;
|
|
389
|
+
/* stylelint-disable */
|
|
387
390
|
}
|
|
388
391
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
389
392
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1071,6 +1074,9 @@
|
|
|
1071
1074
|
font-size: 14px;
|
|
1072
1075
|
height: auto;
|
|
1073
1076
|
position: relative;
|
|
1077
|
+
/* stylelint-enable */
|
|
1078
|
+
/* stylelint-disable */
|
|
1079
|
+
/* stylelint-enable */
|
|
1074
1080
|
}
|
|
1075
1081
|
.e-grid .e-gridheader {
|
|
1076
1082
|
-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;
|
|
@@ -2332,6 +2338,9 @@
|
|
|
2332
2338
|
border-width: 1px 0 0;
|
|
2333
2339
|
cursor: pointer;
|
|
2334
2340
|
}
|
|
2341
|
+
.e-grid .e-disablepointer {
|
|
2342
|
+
cursor: default;
|
|
2343
|
+
}
|
|
2335
2344
|
.e-grid .e-groupcaption {
|
|
2336
2345
|
border-style: solid;
|
|
2337
2346
|
border-width: 1px 0 0;
|
|
@@ -2553,7 +2562,9 @@
|
|
|
2553
2562
|
.e-grid .e-checkboxfiltertext {
|
|
2554
2563
|
width: 150px;
|
|
2555
2564
|
word-break: normal;
|
|
2565
|
+
/* stylelint-disable */
|
|
2556
2566
|
margin-left: 12px !important;
|
|
2567
|
+
/* stylelint-enable */
|
|
2557
2568
|
}
|
|
2558
2569
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2559
2570
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2613,10 +2624,10 @@
|
|
|
2613
2624
|
overflow: hidden;
|
|
2614
2625
|
}
|
|
2615
2626
|
.e-grid .e-frozenhdrcont {
|
|
2616
|
-
-ms-touch-action: none;
|
|
2627
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2617
2628
|
}
|
|
2618
2629
|
.e-grid .e-frozencontent {
|
|
2619
|
-
-ms-touch-action: none;
|
|
2630
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2620
2631
|
border-bottom-width: 1px;
|
|
2621
2632
|
float: left;
|
|
2622
2633
|
width: min-content;
|
|
@@ -2625,19 +2636,19 @@
|
|
|
2625
2636
|
float: right;
|
|
2626
2637
|
}
|
|
2627
2638
|
.e-grid .e-movablecontent {
|
|
2628
|
-
-ms-overflow-style: none;
|
|
2639
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2629
2640
|
-ms-flex: 1;
|
|
2630
2641
|
flex: 1;
|
|
2631
2642
|
overflow-x: auto;
|
|
2632
2643
|
overflow-y: hidden;
|
|
2633
2644
|
}
|
|
2634
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2645
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2635
2646
|
display: none;
|
|
2636
2647
|
}
|
|
2637
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2648
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2638
2649
|
width: 7px;
|
|
2639
2650
|
}
|
|
2640
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2651
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2641
2652
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2642
2653
|
border-radius: 4px;
|
|
2643
2654
|
}
|
|
@@ -3044,9 +3055,39 @@
|
|
|
3044
3055
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3045
3056
|
border-right: 0;
|
|
3046
3057
|
}
|
|
3058
|
+
.e-grid .e-mask {
|
|
3059
|
+
display: inline-block;
|
|
3060
|
+
height: 10px;
|
|
3061
|
+
width: 80%;
|
|
3062
|
+
}
|
|
3063
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3064
|
+
margin-left: 7px;
|
|
3065
|
+
width: 16px;
|
|
3066
|
+
}
|
|
3067
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3068
|
+
width: 16px;
|
|
3069
|
+
}
|
|
3070
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3071
|
+
margin-left: 3px;
|
|
3072
|
+
margin-right: 16px;
|
|
3073
|
+
width: 20px;
|
|
3074
|
+
}
|
|
3075
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3076
|
+
width: 13px;
|
|
3077
|
+
}
|
|
3078
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3079
|
+
margin-left: 8px;
|
|
3080
|
+
}
|
|
3081
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3082
|
+
margin-left: 12px;
|
|
3083
|
+
width: 12px;
|
|
3084
|
+
}
|
|
3047
3085
|
.e-grid.sf-grid .e-table {
|
|
3048
3086
|
border-spacing: 0.25px;
|
|
3049
3087
|
}
|
|
3088
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3089
|
+
margin-left: -9px;
|
|
3090
|
+
}
|
|
3050
3091
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
3051
3092
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
3052
3093
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3638,7 +3679,7 @@
|
|
|
3638
3679
|
}
|
|
3639
3680
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3640
3681
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3641
|
-
-moz-appearance: none;
|
|
3682
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3642
3683
|
height: 1px;
|
|
3643
3684
|
opacity: 0;
|
|
3644
3685
|
width: 1px;
|
package/styles/grid/fluent.scss
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
@import 'ej2-calendars/styles/datetimepicker/fluent-definition.scss';
|
|
16
16
|
@import 'ej2-navigations/styles/toolbar/fluent-definition.scss';
|
|
17
17
|
@import 'ej2-navigations/styles/context-menu/fluent-definition.scss';
|
|
18
|
+
@import 'ej2-notifications/styles/skeleton/fluent-definition.scss';
|
|
18
19
|
@import 'fluent-definition.scss';
|
|
19
20
|
@import 'icons/fluent.scss';
|
|
20
21
|
@import 'all.scss';
|
|
@@ -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;
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
@import 'ej2-calendars/styles/datetimepicker/highcontrast-light-definition.scss';
|
|
16
16
|
@import 'ej2-navigations/styles/toolbar/highcontrast-light-definition.scss';
|
|
17
17
|
@import 'ej2-navigations/styles/context-menu/highcontrast-light-definition.scss';
|
|
18
|
+
@import 'ej2-notifications/styles/skeleton/highcontrast-light-definition.scss';
|
|
18
19
|
@import 'highcontrast-light-definition.scss';
|
|
19
20
|
@import 'icons/highcontrast-light.scss';
|
|
20
21
|
@import 'all.scss';
|
|
@@ -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;
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
@import 'ej2-calendars/styles/datetimepicker/highcontrast-definition.scss';
|
|
16
16
|
@import 'ej2-navigations/styles/toolbar/highcontrast-definition.scss';
|
|
17
17
|
@import 'ej2-navigations/styles/context-menu/highcontrast-definition.scss';
|
|
18
|
+
@import 'ej2-notifications/styles/skeleton/highcontrast-definition.scss';
|
|
18
19
|
@import 'highcontrast-definition.scss';
|
|
19
20
|
@import 'icons/highcontrast.scss';
|
|
20
21
|
@import 'all.scss';
|