@syncfusion/ej2-angular-grids 20.2.45-ngcc → 20.2.46
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/public_api.mjs +3 -0
- package/esm2020/src/grid/aggregate-columns.directive.mjs +84 -0
- package/esm2020/src/grid/aggregates.directive.mjs +69 -0
- package/esm2020/src/grid/columns.directive.mjs +100 -0
- package/esm2020/src/grid/grid-all.module.mjs +98 -0
- package/esm2020/src/grid/grid.component.mjs +274 -0
- package/esm2020/src/grid/grid.module.mjs +61 -0
- package/esm2020/src/grid/stacked-column.directive.mjs +100 -0
- package/esm2020/src/index.mjs +12 -0
- package/esm2020/src/pager/pager-all.module.mjs +23 -0
- package/esm2020/src/pager/pager.component.mjs +66 -0
- package/esm2020/src/pager/pager.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-grids.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +859 -0
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +859 -0
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +1 -0
- package/package.json +29 -15
- package/src/grid/aggregate-columns.directive.d.ts +5 -0
- package/src/grid/aggregates.directive.d.ts +5 -0
- package/src/grid/columns.directive.d.ts +5 -0
- package/src/grid/grid-all.module.d.ts +6 -0
- package/src/grid/grid.component.d.ts +3 -0
- package/src/grid/grid.module.d.ts +10 -0
- package/src/grid/stacked-column.directive.d.ts +5 -0
- package/src/pager/pager-all.module.d.ts +6 -0
- package/src/pager/pager.component.d.ts +3 -0
- package/src/pager/pager.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +51 -17
- package/styles/bootstrap.css +51 -17
- package/styles/bootstrap4.css +53 -19
- package/styles/bootstrap5-dark.css +56 -21
- package/styles/bootstrap5.css +56 -21
- package/styles/excel-filter/_all.scss +2 -0
- package/styles/excel-filter/_bootstrap-dark-definition.scss +59 -0
- package/styles/excel-filter/_bootstrap-definition.scss +64 -0
- package/styles/excel-filter/_bootstrap4-definition.scss +69 -0
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +1 -0
- package/styles/excel-filter/_bootstrap5-definition.scss +70 -0
- package/styles/excel-filter/_fabric-dark-definition.scss +59 -0
- package/styles/excel-filter/_fabric-definition.scss +64 -0
- package/styles/excel-filter/_fluent-dark-definition.scss +1 -0
- package/styles/excel-filter/_fluent-definition.scss +70 -0
- package/styles/excel-filter/_fusionnew-definition.scss +70 -0
- package/styles/excel-filter/_highcontrast-definition.scss +59 -0
- package/styles/excel-filter/_highcontrast-light-definition.scss +57 -0
- package/styles/excel-filter/_layout.scss +412 -0
- package/styles/excel-filter/_material-dark-definition.scss +61 -0
- package/styles/excel-filter/_material-definition.scss +62 -0
- package/styles/excel-filter/_material3-definition.scss +70 -0
- package/styles/excel-filter/_office-365-definition.scss +1 -0
- package/styles/excel-filter/_tailwind-dark-definition.scss +1 -0
- package/styles/excel-filter/_tailwind-definition.scss +69 -0
- package/styles/excel-filter/_theme.scss +28 -0
- package/styles/excel-filter/bootstrap-dark.css +3 -5
- package/styles/excel-filter/bootstrap-dark.scss +16 -1
- package/styles/excel-filter/bootstrap.css +3 -5
- package/styles/excel-filter/bootstrap.scss +16 -1
- package/styles/excel-filter/bootstrap4.css +3 -5
- package/styles/excel-filter/bootstrap4.scss +16 -1
- package/styles/excel-filter/bootstrap5-dark.css +3 -5
- package/styles/excel-filter/bootstrap5-dark.scss +16 -1
- package/styles/excel-filter/bootstrap5.css +3 -5
- package/styles/excel-filter/bootstrap5.scss +16 -1
- package/styles/excel-filter/fabric-dark.css +4 -6
- package/styles/excel-filter/fabric-dark.scss +16 -1
- package/styles/excel-filter/fabric.css +4 -6
- package/styles/excel-filter/fabric.scss +16 -1
- package/styles/excel-filter/fluent-dark.css +3 -5
- package/styles/excel-filter/fluent-dark.scss +16 -1
- package/styles/excel-filter/fluent.css +3 -5
- package/styles/excel-filter/fluent.scss +16 -1
- package/styles/excel-filter/highcontrast-light.css +4 -6
- package/styles/excel-filter/highcontrast-light.scss +16 -1
- package/styles/excel-filter/highcontrast.css +4 -6
- package/styles/excel-filter/highcontrast.scss +16 -1
- package/styles/excel-filter/icons/_bootstrap-dark.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap4.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap5-dark.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap5.scss +42 -0
- package/styles/excel-filter/icons/_fabric-dark.scss +38 -0
- package/styles/excel-filter/icons/_fabric.scss +38 -0
- package/styles/excel-filter/icons/_fluent-dark.scss +1 -0
- package/styles/excel-filter/icons/_fluent.scss +42 -0
- package/styles/excel-filter/icons/_fusionnew.scss +42 -0
- package/styles/excel-filter/icons/_highcontrast-light.scss +38 -0
- package/styles/excel-filter/icons/_highcontrast.scss +38 -0
- package/styles/excel-filter/icons/_material-dark.scss +38 -0
- package/styles/excel-filter/icons/_material.scss +38 -0
- package/styles/excel-filter/icons/_material3.scss +42 -0
- package/styles/excel-filter/icons/_tailwind-dark.scss +1 -0
- package/styles/excel-filter/icons/_tailwind.scss +42 -0
- package/styles/excel-filter/material-dark.css +4 -6
- package/styles/excel-filter/material-dark.scss +16 -1
- package/styles/excel-filter/material.css +4 -6
- package/styles/excel-filter/material.scss +16 -1
- package/styles/excel-filter/tailwind-dark.css +3 -5
- package/styles/excel-filter/tailwind-dark.scss +16 -1
- package/styles/excel-filter/tailwind.css +3 -5
- package/styles/excel-filter/tailwind.scss +16 -1
- package/styles/fabric-dark.css +53 -19
- package/styles/fabric.css +53 -19
- package/styles/fluent-dark.css +53 -19
- package/styles/fluent.css +53 -19
- package/styles/grid/_all.scss +2 -0
- package/styles/grid/_bootstrap-dark-definition.scss +596 -0
- package/styles/grid/_bootstrap-definition.scss +598 -0
- package/styles/grid/_bootstrap4-definition.scss +602 -0
- package/styles/grid/_bootstrap5-dark-definition.scss +1 -0
- package/styles/grid/_bootstrap5-definition.scss +597 -0
- package/styles/grid/_fabric-dark-definition.scss +594 -0
- package/styles/grid/_fabric-definition.scss +594 -0
- package/styles/grid/_fluent-dark-definition.scss +1 -0
- package/styles/grid/_fluent-definition.scss +589 -0
- package/styles/grid/_fusionnew-definition.scss +574 -0
- package/styles/grid/_highcontrast-definition.scss +594 -0
- package/styles/grid/_highcontrast-light-definition.scss +590 -0
- package/styles/grid/_layout.scss +4345 -0
- package/styles/grid/_material-dark-definition.scss +594 -0
- package/styles/grid/_material-definition.scss +592 -0
- package/styles/grid/_material3-definition.scss +598 -0
- package/styles/grid/_office-365-definition.scss +1 -0
- package/styles/grid/_tailwind-dark-definition.scss +1 -0
- package/styles/grid/_tailwind-definition.scss +603 -0
- package/styles/grid/_theme.scss +603 -0
- package/styles/grid/bootstrap-dark.css +48 -12
- package/styles/grid/bootstrap-dark.scss +20 -1
- package/styles/grid/bootstrap.css +48 -12
- package/styles/grid/bootstrap.scss +20 -1
- package/styles/grid/bootstrap4.css +50 -14
- package/styles/grid/bootstrap4.scss +20 -1
- package/styles/grid/bootstrap5-dark.css +53 -16
- package/styles/grid/bootstrap5-dark.scss +20 -1
- package/styles/grid/bootstrap5.css +53 -16
- package/styles/grid/bootstrap5.scss +20 -1
- package/styles/grid/fabric-dark.css +49 -13
- package/styles/grid/fabric-dark.scss +20 -1
- package/styles/grid/fabric.css +49 -13
- package/styles/grid/fabric.scss +20 -1
- package/styles/grid/fluent-dark.css +50 -14
- package/styles/grid/fluent-dark.scss +20 -1
- package/styles/grid/fluent.css +50 -14
- package/styles/grid/fluent.scss +20 -1
- package/styles/grid/highcontrast-light.css +49 -13
- package/styles/grid/highcontrast-light.scss +20 -1
- package/styles/grid/highcontrast.css +49 -13
- package/styles/grid/highcontrast.scss +20 -1
- package/styles/grid/icons/_bootstrap-dark.scss +226 -0
- package/styles/grid/icons/_bootstrap.scss +226 -0
- package/styles/grid/icons/_bootstrap4.scss +225 -0
- package/styles/grid/icons/_bootstrap5-dark.scss +1 -0
- package/styles/grid/icons/_bootstrap5.scss +246 -0
- package/styles/grid/icons/_fabric-dark.scss +225 -0
- package/styles/grid/icons/_fabric.scss +225 -0
- package/styles/grid/icons/_fluent-dark.scss +1 -0
- package/styles/grid/icons/_fluent.scss +246 -0
- package/styles/grid/icons/_fusionnew.scss +246 -0
- package/styles/grid/icons/_highcontrast-light.scss +225 -0
- package/styles/grid/icons/_highcontrast.scss +225 -0
- package/styles/grid/icons/_material-dark.scss +225 -0
- package/styles/grid/icons/_material.scss +225 -0
- package/styles/grid/icons/_material3.scss +246 -0
- package/styles/grid/icons/_tailwind-dark.scss +1 -0
- package/styles/grid/icons/_tailwind.scss +246 -0
- package/styles/grid/material-dark.css +49 -13
- package/styles/grid/material-dark.scss +20 -1
- package/styles/grid/material.css +49 -13
- package/styles/grid/material.scss +20 -1
- package/styles/grid/tailwind-dark.css +52 -16
- package/styles/grid/tailwind-dark.scss +20 -1
- package/styles/grid/tailwind.css +52 -16
- package/styles/grid/tailwind.scss +20 -1
- package/styles/highcontrast-light.css +53 -19
- package/styles/highcontrast.css +53 -19
- package/styles/material-dark.css +53 -19
- package/styles/material.css +53 -19
- package/styles/tailwind-dark.css +55 -21
- package/styles/tailwind.css +55 -21
- package/syncfusion-ej2-angular-grids.d.ts +5 -0
- package/@syncfusion/ej2-angular-grids.es5.js +0 -988
- package/@syncfusion/ej2-angular-grids.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-grids.js +0 -927
- package/@syncfusion/ej2-angular-grids.js.map +0 -1
- package/CHANGELOG.md +0 -2701
- package/dist/ej2-angular-grids.umd.js +0 -1580
- package/dist/ej2-angular-grids.umd.js.map +0 -1
- package/dist/ej2-angular-grids.umd.min.js +0 -11
- package/dist/ej2-angular-grids.umd.min.js.map +0 -1
- package/ej2-angular-grids.d.ts +0 -6
- package/ej2-angular-grids.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -20
- package/schematics/generators/grid-default/index.d.ts +0 -3
- package/schematics/generators/grid-default/index.js +0 -8
- package/schematics/generators/grid-default/sample-details.d.ts +0 -5
- package/schematics/generators/grid-default/sample-details.js +0 -7
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/grid-default/schema.d.ts +0 -3
- package/schematics/generators/grid-default/schema.js +0 -2
- package/schematics/generators/grid-default/schema.json +0 -125
- package/schematics/generators/grid-feature/index.d.ts +0 -3
- package/schematics/generators/grid-feature/index.js +0 -8
- package/schematics/generators/grid-feature/sample-details.d.ts +0 -5
- package/schematics/generators/grid-feature/sample-details.js +0 -7
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/grid-feature/schema.d.ts +0 -3
- package/schematics/generators/grid-feature/schema.js +0 -2
- package/schematics/generators/grid-feature/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -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;
|
|
@@ -2537,6 +2544,8 @@
|
|
|
2537
2544
|
.e-grid .e-checkboxfiltertext {
|
|
2538
2545
|
width: 150px;
|
|
2539
2546
|
word-break: normal;
|
|
2547
|
+
/* stylelint-disable */
|
|
2548
|
+
/* stylelint-enable */
|
|
2540
2549
|
}
|
|
2541
2550
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2542
2551
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2596,10 +2605,10 @@
|
|
|
2596
2605
|
overflow: hidden;
|
|
2597
2606
|
}
|
|
2598
2607
|
.e-grid .e-frozenhdrcont {
|
|
2599
|
-
-ms-touch-action: none;
|
|
2608
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2600
2609
|
}
|
|
2601
2610
|
.e-grid .e-frozencontent {
|
|
2602
|
-
-ms-touch-action: none;
|
|
2611
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2603
2612
|
border-bottom-width: 1px;
|
|
2604
2613
|
float: left;
|
|
2605
2614
|
width: min-content;
|
|
@@ -2608,19 +2617,19 @@
|
|
|
2608
2617
|
float: right;
|
|
2609
2618
|
}
|
|
2610
2619
|
.e-grid .e-movablecontent {
|
|
2611
|
-
-ms-overflow-style: none;
|
|
2620
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2612
2621
|
-ms-flex: 1;
|
|
2613
2622
|
flex: 1;
|
|
2614
2623
|
overflow-x: auto;
|
|
2615
2624
|
overflow-y: hidden;
|
|
2616
2625
|
}
|
|
2617
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2626
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2618
2627
|
display: none;
|
|
2619
2628
|
}
|
|
2620
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2629
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2621
2630
|
width: 7px;
|
|
2622
2631
|
}
|
|
2623
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2632
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2624
2633
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2625
2634
|
border-radius: 4px;
|
|
2626
2635
|
}
|
|
@@ -2983,21 +2992,21 @@
|
|
|
2983
2992
|
text-overflow: ellipsis;
|
|
2984
2993
|
}
|
|
2985
2994
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
2986
|
-
margin: -
|
|
2995
|
+
margin: -30px 10px;
|
|
2987
2996
|
}
|
|
2988
2997
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
2989
|
-
margin: -
|
|
2998
|
+
margin: -30px -5px;
|
|
2990
2999
|
}
|
|
2991
3000
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
2992
|
-
margin: -
|
|
3001
|
+
margin: -27px 20px -29px 0;
|
|
2993
3002
|
}
|
|
2994
3003
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv {
|
|
2995
|
-
margin: -
|
|
3004
|
+
margin: -28px 0;
|
|
2996
3005
|
}
|
|
2997
3006
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2998
3007
|
display: inline-block;
|
|
2999
3008
|
}
|
|
3000
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3009
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3001
3010
|
text-overflow: clip;
|
|
3002
3011
|
}
|
|
3003
3012
|
.e-grid .e-clipboard {
|
|
@@ -3027,6 +3036,34 @@
|
|
|
3027
3036
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3028
3037
|
border-right: 0;
|
|
3029
3038
|
}
|
|
3039
|
+
.e-grid .e-mask {
|
|
3040
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
3041
|
+
display: inline-block;
|
|
3042
|
+
height: 10px;
|
|
3043
|
+
width: 80%;
|
|
3044
|
+
}
|
|
3045
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3046
|
+
margin-left: 7px;
|
|
3047
|
+
width: 16px;
|
|
3048
|
+
}
|
|
3049
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3050
|
+
width: 16px;
|
|
3051
|
+
}
|
|
3052
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3053
|
+
margin-left: 3px;
|
|
3054
|
+
margin-right: 16px;
|
|
3055
|
+
width: 20px;
|
|
3056
|
+
}
|
|
3057
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3058
|
+
width: 13px;
|
|
3059
|
+
}
|
|
3060
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3061
|
+
margin-left: 8px;
|
|
3062
|
+
}
|
|
3063
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3064
|
+
margin-left: 12px;
|
|
3065
|
+
width: 12px;
|
|
3066
|
+
}
|
|
3030
3067
|
.e-grid.sf-grid .e-table {
|
|
3031
3068
|
border-spacing: 0.25px;
|
|
3032
3069
|
}
|
|
@@ -3617,7 +3654,7 @@
|
|
|
3617
3654
|
}
|
|
3618
3655
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3619
3656
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3620
|
-
-moz-appearance: none;
|
|
3657
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3621
3658
|
height: 1px;
|
|
3622
3659
|
opacity: 0;
|
|
3623
3660
|
width: 1px;
|
|
@@ -3893,7 +3930,7 @@
|
|
|
3893
3930
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3894
3931
|
border-right-color: #444c54;
|
|
3895
3932
|
}
|
|
3896
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
3933
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3897
3934
|
background-color: #31373d;
|
|
3898
3935
|
color: #fff;
|
|
3899
3936
|
}
|
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap5-dark-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/bootstrap5-dark-definition.scss';
|
|
3
|
+
@import '../excel-filter/bootstrap5-dark-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/bootstrap5-dark-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-dark-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/bootstrap5-dark-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/bootstrap5-dark-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap5-dark-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/bootstrap5-dark-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/bootstrap5-dark-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/bootstrap5-dark-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/bootstrap5-dark-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-dark-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/bootstrap5-dark-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/bootstrap5-dark-definition.scss';
|
|
18
|
+
@import 'bootstrap5-dark-definition.scss';
|
|
19
|
+
@import 'icons/bootstrap5-dark.scss';
|
|
20
|
+
@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;
|
|
@@ -2537,6 +2544,8 @@
|
|
|
2537
2544
|
.e-grid .e-checkboxfiltertext {
|
|
2538
2545
|
width: 150px;
|
|
2539
2546
|
word-break: normal;
|
|
2547
|
+
/* stylelint-disable */
|
|
2548
|
+
/* stylelint-enable */
|
|
2540
2549
|
}
|
|
2541
2550
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2542
2551
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2596,10 +2605,10 @@
|
|
|
2596
2605
|
overflow: hidden;
|
|
2597
2606
|
}
|
|
2598
2607
|
.e-grid .e-frozenhdrcont {
|
|
2599
|
-
-ms-touch-action: none;
|
|
2608
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2600
2609
|
}
|
|
2601
2610
|
.e-grid .e-frozencontent {
|
|
2602
|
-
-ms-touch-action: none;
|
|
2611
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2603
2612
|
border-bottom-width: 1px;
|
|
2604
2613
|
float: left;
|
|
2605
2614
|
width: min-content;
|
|
@@ -2608,19 +2617,19 @@
|
|
|
2608
2617
|
float: right;
|
|
2609
2618
|
}
|
|
2610
2619
|
.e-grid .e-movablecontent {
|
|
2611
|
-
-ms-overflow-style: none;
|
|
2620
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2612
2621
|
-ms-flex: 1;
|
|
2613
2622
|
flex: 1;
|
|
2614
2623
|
overflow-x: auto;
|
|
2615
2624
|
overflow-y: hidden;
|
|
2616
2625
|
}
|
|
2617
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2626
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2618
2627
|
display: none;
|
|
2619
2628
|
}
|
|
2620
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2629
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2621
2630
|
width: 7px;
|
|
2622
2631
|
}
|
|
2623
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2632
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2624
2633
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2625
2634
|
border-radius: 4px;
|
|
2626
2635
|
}
|
|
@@ -2983,21 +2992,21 @@
|
|
|
2983
2992
|
text-overflow: ellipsis;
|
|
2984
2993
|
}
|
|
2985
2994
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
2986
|
-
margin: -
|
|
2995
|
+
margin: -30px 10px;
|
|
2987
2996
|
}
|
|
2988
2997
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
2989
|
-
margin: -
|
|
2998
|
+
margin: -30px -5px;
|
|
2990
2999
|
}
|
|
2991
3000
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
2992
|
-
margin: -
|
|
3001
|
+
margin: -27px 20px -29px 0;
|
|
2993
3002
|
}
|
|
2994
3003
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv {
|
|
2995
|
-
margin: -
|
|
3004
|
+
margin: -28px 0;
|
|
2996
3005
|
}
|
|
2997
3006
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2998
3007
|
display: inline-block;
|
|
2999
3008
|
}
|
|
3000
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3009
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3001
3010
|
text-overflow: clip;
|
|
3002
3011
|
}
|
|
3003
3012
|
.e-grid .e-clipboard {
|
|
@@ -3027,6 +3036,34 @@
|
|
|
3027
3036
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3028
3037
|
border-right: 0;
|
|
3029
3038
|
}
|
|
3039
|
+
.e-grid .e-mask {
|
|
3040
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
3041
|
+
display: inline-block;
|
|
3042
|
+
height: 10px;
|
|
3043
|
+
width: 80%;
|
|
3044
|
+
}
|
|
3045
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3046
|
+
margin-left: 7px;
|
|
3047
|
+
width: 16px;
|
|
3048
|
+
}
|
|
3049
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3050
|
+
width: 16px;
|
|
3051
|
+
}
|
|
3052
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3053
|
+
margin-left: 3px;
|
|
3054
|
+
margin-right: 16px;
|
|
3055
|
+
width: 20px;
|
|
3056
|
+
}
|
|
3057
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3058
|
+
width: 13px;
|
|
3059
|
+
}
|
|
3060
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3061
|
+
margin-left: 8px;
|
|
3062
|
+
}
|
|
3063
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3064
|
+
margin-left: 12px;
|
|
3065
|
+
width: 12px;
|
|
3066
|
+
}
|
|
3030
3067
|
.e-grid.sf-grid .e-table {
|
|
3031
3068
|
border-spacing: 0.25px;
|
|
3032
3069
|
}
|
|
@@ -3617,7 +3654,7 @@
|
|
|
3617
3654
|
}
|
|
3618
3655
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3619
3656
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3620
|
-
-moz-appearance: none;
|
|
3657
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3621
3658
|
height: 1px;
|
|
3622
3659
|
opacity: 0;
|
|
3623
3660
|
width: 1px;
|
|
@@ -3893,7 +3930,7 @@
|
|
|
3893
3930
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3894
3931
|
border-right-color: #dee2e6;
|
|
3895
3932
|
}
|
|
3896
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
3933
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3897
3934
|
background-color: #eff1f4;
|
|
3898
3935
|
color: #212529;
|
|
3899
3936
|
}
|
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap5-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/bootstrap5-definition.scss';
|
|
3
|
+
@import '../excel-filter/bootstrap5-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/bootstrap5-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/bootstrap5-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/bootstrap5-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap5-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/bootstrap5-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/bootstrap5-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/bootstrap5-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/bootstrap5-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/bootstrap5-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/bootstrap5-definition.scss';
|
|
18
|
+
@import 'bootstrap5-definition.scss';
|
|
19
|
+
@import 'icons/bootstrap5.scss';
|
|
20
|
+
@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;
|
|
@@ -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;
|
|
@@ -2451,6 +2457,8 @@
|
|
|
2451
2457
|
.e-grid .e-checkboxfiltertext {
|
|
2452
2458
|
width: 150px;
|
|
2453
2459
|
word-break: normal;
|
|
2460
|
+
/* stylelint-disable */
|
|
2461
|
+
/* stylelint-enable */
|
|
2454
2462
|
}
|
|
2455
2463
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2456
2464
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2510,10 +2518,10 @@
|
|
|
2510
2518
|
overflow: hidden;
|
|
2511
2519
|
}
|
|
2512
2520
|
.e-grid .e-frozenhdrcont {
|
|
2513
|
-
-ms-touch-action: none;
|
|
2521
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2514
2522
|
}
|
|
2515
2523
|
.e-grid .e-frozencontent {
|
|
2516
|
-
-ms-touch-action: none;
|
|
2524
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2517
2525
|
border-bottom-width: 1px;
|
|
2518
2526
|
float: left;
|
|
2519
2527
|
width: min-content;
|
|
@@ -2522,19 +2530,19 @@
|
|
|
2522
2530
|
float: right;
|
|
2523
2531
|
}
|
|
2524
2532
|
.e-grid .e-movablecontent {
|
|
2525
|
-
-ms-overflow-style: none;
|
|
2533
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2526
2534
|
-ms-flex: 1;
|
|
2527
2535
|
flex: 1;
|
|
2528
2536
|
overflow-x: auto;
|
|
2529
2537
|
overflow-y: hidden;
|
|
2530
2538
|
}
|
|
2531
|
-
.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 */
|
|
2532
2540
|
display: none;
|
|
2533
2541
|
}
|
|
2534
|
-
.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 */
|
|
2535
2543
|
width: 7px;
|
|
2536
2544
|
}
|
|
2537
|
-
.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 */
|
|
2538
2546
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2539
2547
|
border-radius: 4px;
|
|
2540
2548
|
}
|
|
@@ -2911,7 +2919,7 @@
|
|
|
2911
2919
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2912
2920
|
display: inline-block;
|
|
2913
2921
|
}
|
|
2914
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2922
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
2915
2923
|
text-overflow: clip;
|
|
2916
2924
|
}
|
|
2917
2925
|
.e-grid .e-clipboard {
|
|
@@ -2941,6 +2949,34 @@
|
|
|
2941
2949
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
2942
2950
|
border-right: 0;
|
|
2943
2951
|
}
|
|
2952
|
+
.e-grid .e-mask {
|
|
2953
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
2954
|
+
display: inline-block;
|
|
2955
|
+
height: 10px;
|
|
2956
|
+
width: 80%;
|
|
2957
|
+
}
|
|
2958
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
2959
|
+
margin-left: 7px;
|
|
2960
|
+
width: 16px;
|
|
2961
|
+
}
|
|
2962
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
2963
|
+
width: 16px;
|
|
2964
|
+
}
|
|
2965
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
2966
|
+
margin-left: 3px;
|
|
2967
|
+
margin-right: 16px;
|
|
2968
|
+
width: 20px;
|
|
2969
|
+
}
|
|
2970
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
2971
|
+
width: 13px;
|
|
2972
|
+
}
|
|
2973
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
2974
|
+
margin-left: 8px;
|
|
2975
|
+
}
|
|
2976
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
2977
|
+
margin-left: 12px;
|
|
2978
|
+
width: 12px;
|
|
2979
|
+
}
|
|
2944
2980
|
.e-grid.sf-grid .e-table {
|
|
2945
2981
|
border-spacing: 0.25px;
|
|
2946
2982
|
}
|
|
@@ -3521,7 +3557,7 @@
|
|
|
3521
3557
|
}
|
|
3522
3558
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3523
3559
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3524
|
-
-moz-appearance: none;
|
|
3560
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3525
3561
|
height: 1px;
|
|
3526
3562
|
opacity: 0;
|
|
3527
3563
|
width: 1px;
|
|
@@ -3793,7 +3829,7 @@
|
|
|
3793
3829
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3794
3830
|
border-right-color: #fff;
|
|
3795
3831
|
}
|
|
3796
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
3832
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3797
3833
|
background-color: #414040;
|
|
3798
3834
|
color: #fff;
|
|
3799
3835
|
}
|
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fabric-dark-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/fabric-dark-definition.scss';
|
|
3
|
+
@import '../excel-filter/fabric-dark-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/fabric-dark-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/fabric-dark-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/fabric-dark-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/fabric-dark-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/fabric-dark-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/fabric-dark-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/fabric-dark-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/fabric-dark-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/fabric-dark-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/fabric-dark-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/fabric-dark-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/fabric-dark-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/fabric-dark-definition.scss';
|
|
18
|
+
@import 'fabric-dark-definition.scss';
|
|
19
|
+
@import 'icons/fabric-dark.scss';
|
|
20
|
+
@import 'all.scss';
|