@syncfusion/ej2-angular-grids 20.2.44 → 20.2.45-ngcc
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/@syncfusion/ej2-angular-grids.es5.js +988 -0
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-grids.js +927 -0
- package/@syncfusion/ej2-angular-grids.js.map +1 -0
- package/CHANGELOG.md +2701 -0
- package/dist/ej2-angular-grids.umd.js +1580 -0
- package/dist/ej2-angular-grids.umd.js.map +1 -0
- package/dist/ej2-angular-grids.umd.min.js +11 -0
- package/dist/ej2-angular-grids.umd.min.js.map +1 -0
- package/ej2-angular-grids.d.ts +6 -0
- package/ej2-angular-grids.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- 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/aggregate-columns.directive.d.ts +0 -5
- package/src/grid/aggregates.directive.d.ts +0 -5
- package/src/grid/columns.directive.d.ts +0 -5
- package/src/grid/grid-all.module.d.ts +0 -6
- package/src/grid/grid.component.d.ts +0 -3
- package/src/grid/grid.module.d.ts +0 -10
- package/src/grid/stacked-column.directive.d.ts +0 -5
- package/src/pager/pager-all.module.d.ts +0 -6
- package/src/pager/pager.component.d.ts +0 -3
- package/src/pager/pager.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +17 -23
- package/styles/bootstrap.css +17 -23
- package/styles/bootstrap4.css +19 -25
- package/styles/bootstrap5-dark.css +21 -28
- package/styles/bootstrap5.css +21 -28
- package/styles/excel-filter/bootstrap-dark.css +5 -3
- package/styles/excel-filter/bootstrap-dark.scss +1 -16
- package/styles/excel-filter/bootstrap.css +5 -3
- package/styles/excel-filter/bootstrap.scss +1 -16
- package/styles/excel-filter/bootstrap4.css +5 -3
- package/styles/excel-filter/bootstrap4.scss +1 -16
- package/styles/excel-filter/bootstrap5-dark.css +5 -3
- package/styles/excel-filter/bootstrap5-dark.scss +1 -16
- package/styles/excel-filter/bootstrap5.css +5 -3
- package/styles/excel-filter/bootstrap5.scss +1 -16
- package/styles/excel-filter/fabric-dark.css +6 -4
- package/styles/excel-filter/fabric-dark.scss +1 -16
- package/styles/excel-filter/fabric.css +6 -4
- package/styles/excel-filter/fabric.scss +1 -16
- package/styles/excel-filter/fluent-dark.css +5 -3
- package/styles/excel-filter/fluent-dark.scss +1 -16
- package/styles/excel-filter/fluent.css +5 -3
- package/styles/excel-filter/fluent.scss +1 -16
- package/styles/excel-filter/highcontrast-light.css +6 -4
- package/styles/excel-filter/highcontrast-light.scss +1 -16
- package/styles/excel-filter/highcontrast.css +6 -4
- package/styles/excel-filter/highcontrast.scss +1 -16
- package/styles/excel-filter/material-dark.css +6 -4
- package/styles/excel-filter/material-dark.scss +1 -16
- package/styles/excel-filter/material.css +6 -4
- package/styles/excel-filter/material.scss +1 -16
- package/styles/excel-filter/tailwind-dark.css +5 -3
- package/styles/excel-filter/tailwind-dark.scss +1 -16
- package/styles/excel-filter/tailwind.css +5 -3
- package/styles/excel-filter/tailwind.scss +1 -16
- package/styles/fabric-dark.css +19 -25
- package/styles/fabric.css +19 -25
- package/styles/fluent-dark.css +19 -25
- package/styles/fluent.css +19 -25
- package/styles/grid/bootstrap-dark.css +12 -20
- package/styles/grid/bootstrap-dark.scss +1 -20
- package/styles/grid/bootstrap.css +12 -20
- package/styles/grid/bootstrap.scss +1 -20
- package/styles/grid/bootstrap4.css +14 -22
- package/styles/grid/bootstrap4.scss +1 -20
- package/styles/grid/bootstrap5-dark.css +16 -25
- package/styles/grid/bootstrap5-dark.scss +1 -20
- package/styles/grid/bootstrap5.css +16 -25
- package/styles/grid/bootstrap5.scss +1 -20
- package/styles/grid/fabric-dark.css +13 -21
- package/styles/grid/fabric-dark.scss +1 -20
- package/styles/grid/fabric.css +13 -21
- package/styles/grid/fabric.scss +1 -20
- package/styles/grid/fluent-dark.css +14 -22
- package/styles/grid/fluent-dark.scss +1 -20
- package/styles/grid/fluent.css +14 -22
- package/styles/grid/fluent.scss +1 -20
- package/styles/grid/highcontrast-light.css +13 -21
- package/styles/grid/highcontrast-light.scss +1 -20
- package/styles/grid/highcontrast.css +13 -21
- package/styles/grid/highcontrast.scss +1 -20
- package/styles/grid/material-dark.css +13 -21
- package/styles/grid/material-dark.scss +1 -20
- package/styles/grid/material.css +13 -21
- package/styles/grid/material.scss +1 -20
- package/styles/grid/tailwind-dark.css +16 -24
- package/styles/grid/tailwind-dark.scss +1 -20
- package/styles/grid/tailwind.css +16 -24
- package/styles/grid/tailwind.scss +1 -20
- package/styles/highcontrast-light.css +19 -25
- package/styles/highcontrast.css +19 -25
- package/styles/material-dark.css +19 -25
- package/styles/material.css +19 -25
- package/styles/tailwind-dark.css +21 -27
- package/styles/tailwind.css +21 -27
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/grid/aggregate-columns.directive.mjs +0 -84
- package/esm2020/src/grid/aggregates.directive.mjs +0 -69
- package/esm2020/src/grid/columns.directive.mjs +0 -100
- package/esm2020/src/grid/grid-all.module.mjs +0 -98
- package/esm2020/src/grid/grid.component.mjs +0 -274
- package/esm2020/src/grid/grid.module.mjs +0 -61
- package/esm2020/src/grid/stacked-column.directive.mjs +0 -100
- package/esm2020/src/index.mjs +0 -12
- package/esm2020/src/pager/pager-all.module.mjs +0 -23
- package/esm2020/src/pager/pager.component.mjs +0 -66
- package/esm2020/src/pager/pager.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-grids.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +0 -859
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +0 -859
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/styles/excel-filter/_all.scss +0 -2
- package/styles/excel-filter/_bootstrap-dark-definition.scss +0 -59
- package/styles/excel-filter/_bootstrap-definition.scss +0 -64
- package/styles/excel-filter/_bootstrap4-definition.scss +0 -69
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +0 -1
- package/styles/excel-filter/_bootstrap5-definition.scss +0 -70
- package/styles/excel-filter/_fabric-dark-definition.scss +0 -59
- package/styles/excel-filter/_fabric-definition.scss +0 -64
- package/styles/excel-filter/_fluent-dark-definition.scss +0 -1
- package/styles/excel-filter/_fluent-definition.scss +0 -70
- package/styles/excel-filter/_fusionnew-definition.scss +0 -70
- package/styles/excel-filter/_highcontrast-definition.scss +0 -59
- package/styles/excel-filter/_highcontrast-light-definition.scss +0 -57
- package/styles/excel-filter/_layout.scss +0 -412
- package/styles/excel-filter/_material-dark-definition.scss +0 -61
- package/styles/excel-filter/_material-definition.scss +0 -62
- package/styles/excel-filter/_material3-definition.scss +0 -70
- package/styles/excel-filter/_office-365-definition.scss +0 -1
- package/styles/excel-filter/_tailwind-dark-definition.scss +0 -1
- package/styles/excel-filter/_tailwind-definition.scss +0 -69
- package/styles/excel-filter/_theme.scss +0 -28
- package/styles/excel-filter/icons/_bootstrap-dark.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap4.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap5-dark.scss +0 -1
- package/styles/excel-filter/icons/_bootstrap5.scss +0 -42
- package/styles/excel-filter/icons/_fabric-dark.scss +0 -38
- package/styles/excel-filter/icons/_fabric.scss +0 -38
- package/styles/excel-filter/icons/_fluent-dark.scss +0 -1
- package/styles/excel-filter/icons/_fluent.scss +0 -42
- package/styles/excel-filter/icons/_fusionnew.scss +0 -42
- package/styles/excel-filter/icons/_highcontrast-light.scss +0 -38
- package/styles/excel-filter/icons/_highcontrast.scss +0 -38
- package/styles/excel-filter/icons/_material-dark.scss +0 -38
- package/styles/excel-filter/icons/_material.scss +0 -38
- package/styles/excel-filter/icons/_material3.scss +0 -42
- package/styles/excel-filter/icons/_tailwind-dark.scss +0 -1
- package/styles/excel-filter/icons/_tailwind.scss +0 -42
- package/styles/grid/_all.scss +0 -2
- package/styles/grid/_bootstrap-dark-definition.scss +0 -596
- package/styles/grid/_bootstrap-definition.scss +0 -598
- package/styles/grid/_bootstrap4-definition.scss +0 -602
- package/styles/grid/_bootstrap5-dark-definition.scss +0 -1
- package/styles/grid/_bootstrap5-definition.scss +0 -597
- package/styles/grid/_fabric-dark-definition.scss +0 -594
- package/styles/grid/_fabric-definition.scss +0 -594
- package/styles/grid/_fluent-dark-definition.scss +0 -1
- package/styles/grid/_fluent-definition.scss +0 -589
- package/styles/grid/_fusionnew-definition.scss +0 -574
- package/styles/grid/_highcontrast-definition.scss +0 -594
- package/styles/grid/_highcontrast-light-definition.scss +0 -590
- package/styles/grid/_layout.scss +0 -4310
- package/styles/grid/_material-dark-definition.scss +0 -594
- package/styles/grid/_material-definition.scss +0 -592
- package/styles/grid/_material3-definition.scss +0 -598
- package/styles/grid/_office-365-definition.scss +0 -1
- package/styles/grid/_tailwind-dark-definition.scss +0 -1
- package/styles/grid/_tailwind-definition.scss +0 -603
- package/styles/grid/_theme.scss +0 -603
- package/styles/grid/icons/_bootstrap-dark.scss +0 -226
- package/styles/grid/icons/_bootstrap.scss +0 -226
- package/styles/grid/icons/_bootstrap4.scss +0 -225
- package/styles/grid/icons/_bootstrap5-dark.scss +0 -1
- package/styles/grid/icons/_bootstrap5.scss +0 -246
- package/styles/grid/icons/_fabric-dark.scss +0 -225
- package/styles/grid/icons/_fabric.scss +0 -225
- package/styles/grid/icons/_fluent-dark.scss +0 -1
- package/styles/grid/icons/_fluent.scss +0 -246
- package/styles/grid/icons/_fusionnew.scss +0 -246
- package/styles/grid/icons/_highcontrast-light.scss +0 -225
- package/styles/grid/icons/_highcontrast.scss +0 -225
- package/styles/grid/icons/_material-dark.scss +0 -225
- package/styles/grid/icons/_material.scss +0 -225
- package/styles/grid/icons/_material3.scss +0 -246
- package/styles/grid/icons/_tailwind-dark.scss +0 -1
- package/styles/grid/icons/_tailwind.scss +0 -246
- package/syncfusion-ej2-angular-grids.d.ts +0 -5
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: none;
|
|
@@ -145,7 +144,6 @@
|
|
|
145
144
|
min-height: 34px;
|
|
146
145
|
}
|
|
147
146
|
|
|
148
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
149
147
|
@keyframes material-spinner-rotate {
|
|
150
148
|
0% {
|
|
151
149
|
transform: rotate(0);
|
|
@@ -163,7 +161,6 @@
|
|
|
163
161
|
}
|
|
164
162
|
}
|
|
165
163
|
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
166
|
-
/* stylelint-disable */
|
|
167
164
|
/*! component icons */
|
|
168
165
|
.e-icon-check::before {
|
|
169
166
|
content: "\e774";
|
|
@@ -408,7 +405,6 @@
|
|
|
408
405
|
.e-bigger .e-grid,
|
|
409
406
|
.e-grid.e-bigger {
|
|
410
407
|
font-size: 16px;
|
|
411
|
-
/* stylelint-disable */
|
|
412
408
|
}
|
|
413
409
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
414
410
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1072,9 +1068,6 @@
|
|
|
1072
1068
|
font-size: 14px;
|
|
1073
1069
|
height: auto;
|
|
1074
1070
|
position: relative;
|
|
1075
|
-
/* stylelint-enable */
|
|
1076
|
-
/* stylelint-disable */
|
|
1077
|
-
/* stylelint-enable */
|
|
1078
1071
|
}
|
|
1079
1072
|
.e-grid .e-gridheader {
|
|
1080
1073
|
-webkit-user-select: none;
|
|
@@ -1983,7 +1976,7 @@
|
|
|
1983
1976
|
padding-left: 8px;
|
|
1984
1977
|
}
|
|
1985
1978
|
.e-grid .e-chk-hidden {
|
|
1986
|
-
-moz-appearance: none;
|
|
1979
|
+
-moz-appearance: none;
|
|
1987
1980
|
height: 1px;
|
|
1988
1981
|
opacity: 0;
|
|
1989
1982
|
width: 1px;
|
|
@@ -1997,7 +1990,7 @@
|
|
|
1997
1990
|
}
|
|
1998
1991
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1999
1992
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2000
|
-
-webkit-user-select: auto;
|
|
1993
|
+
-webkit-user-select: auto;
|
|
2001
1994
|
height: 20px;
|
|
2002
1995
|
line-height: 20px;
|
|
2003
1996
|
position: relative;
|
|
@@ -2193,7 +2186,7 @@
|
|
|
2193
2186
|
padding: 2px;
|
|
2194
2187
|
}
|
|
2195
2188
|
.e-grid .e-content {
|
|
2196
|
-
-webkit-overflow-scrolling: touch;
|
|
2189
|
+
-webkit-overflow-scrolling: touch;
|
|
2197
2190
|
overflow-x: auto;
|
|
2198
2191
|
overflow-y: scroll;
|
|
2199
2192
|
position: relative;
|
|
@@ -2544,8 +2537,6 @@
|
|
|
2544
2537
|
.e-grid .e-checkboxfiltertext {
|
|
2545
2538
|
width: 150px;
|
|
2546
2539
|
word-break: normal;
|
|
2547
|
-
/* stylelint-disable */
|
|
2548
|
-
/* stylelint-enable */
|
|
2549
2540
|
}
|
|
2550
2541
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2551
2542
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2605,10 +2596,10 @@
|
|
|
2605
2596
|
overflow: hidden;
|
|
2606
2597
|
}
|
|
2607
2598
|
.e-grid .e-frozenhdrcont {
|
|
2608
|
-
-ms-touch-action: none;
|
|
2599
|
+
-ms-touch-action: none;
|
|
2609
2600
|
}
|
|
2610
2601
|
.e-grid .e-frozencontent {
|
|
2611
|
-
-ms-touch-action: none;
|
|
2602
|
+
-ms-touch-action: none;
|
|
2612
2603
|
border-bottom-width: 1px;
|
|
2613
2604
|
float: left;
|
|
2614
2605
|
width: min-content;
|
|
@@ -2617,19 +2608,19 @@
|
|
|
2617
2608
|
float: right;
|
|
2618
2609
|
}
|
|
2619
2610
|
.e-grid .e-movablecontent {
|
|
2620
|
-
-ms-overflow-style: none;
|
|
2611
|
+
-ms-overflow-style: none;
|
|
2621
2612
|
-ms-flex: 1;
|
|
2622
2613
|
flex: 1;
|
|
2623
2614
|
overflow-x: auto;
|
|
2624
2615
|
overflow-y: hidden;
|
|
2625
2616
|
}
|
|
2626
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2617
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2627
2618
|
display: none;
|
|
2628
2619
|
}
|
|
2629
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2620
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2630
2621
|
width: 7px;
|
|
2631
2622
|
}
|
|
2632
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2623
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2633
2624
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2634
2625
|
border-radius: 4px;
|
|
2635
2626
|
}
|
|
@@ -2992,21 +2983,21 @@
|
|
|
2992
2983
|
text-overflow: ellipsis;
|
|
2993
2984
|
}
|
|
2994
2985
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
2995
|
-
margin: -
|
|
2986
|
+
margin: -20px 3px;
|
|
2996
2987
|
}
|
|
2997
2988
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
2998
|
-
margin: -
|
|
2989
|
+
margin: -20px -5px;
|
|
2999
2990
|
}
|
|
3000
2991
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
3001
|
-
margin: -
|
|
2992
|
+
margin: -14px 20px -29px 0;
|
|
3002
2993
|
}
|
|
3003
2994
|
.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 {
|
|
3004
|
-
margin: -
|
|
2995
|
+
margin: -14px 0;
|
|
3005
2996
|
}
|
|
3006
2997
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3007
2998
|
display: inline-block;
|
|
3008
2999
|
}
|
|
3009
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3000
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3010
3001
|
text-overflow: clip;
|
|
3011
3002
|
}
|
|
3012
3003
|
.e-grid .e-clipboard {
|
|
@@ -3626,7 +3617,7 @@
|
|
|
3626
3617
|
}
|
|
3627
3618
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3628
3619
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3629
|
-
-moz-appearance: none;
|
|
3620
|
+
-moz-appearance: none;
|
|
3630
3621
|
height: 1px;
|
|
3631
3622
|
opacity: 0;
|
|
3632
3623
|
width: 1px;
|
|
@@ -3902,7 +3893,7 @@
|
|
|
3902
3893
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3903
3894
|
border-right-color: #dee2e6;
|
|
3904
3895
|
}
|
|
3905
|
-
.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) {
|
|
3896
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):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-disable-gridhover):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]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3906
3897
|
background-color: #eff1f4;
|
|
3907
3898
|
color: #212529;
|
|
3908
3899
|
}
|
|
@@ -1,20 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
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
|
+
@import 'ej2-grids/styles/grid/bootstrap5.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-ddl.e-popup {
|
|
3
2
|
border: 0;
|
|
4
3
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -80,7 +79,6 @@
|
|
|
80
79
|
height: 34px;
|
|
81
80
|
}
|
|
82
81
|
|
|
83
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
84
82
|
@keyframes material-spinner-rotate {
|
|
85
83
|
0% {
|
|
86
84
|
transform: rotate(0);
|
|
@@ -97,7 +95,7 @@
|
|
|
97
95
|
transform: rotate(360deg);
|
|
98
96
|
}
|
|
99
97
|
}
|
|
100
|
-
|
|
98
|
+
/*!componenticons*/
|
|
101
99
|
.e-icon-check::before {
|
|
102
100
|
content: "\e7ff";
|
|
103
101
|
}
|
|
@@ -328,7 +326,6 @@
|
|
|
328
326
|
.e-bigger .e-grid,
|
|
329
327
|
.e-grid.e-bigger {
|
|
330
328
|
font-size: 14px;
|
|
331
|
-
/* stylelint-disable */
|
|
332
329
|
}
|
|
333
330
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
334
331
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -986,9 +983,6 @@
|
|
|
986
983
|
font-size: 13px;
|
|
987
984
|
height: auto;
|
|
988
985
|
position: relative;
|
|
989
|
-
/* stylelint-enable */
|
|
990
|
-
/* stylelint-disable */
|
|
991
|
-
/* stylelint-enable */
|
|
992
986
|
}
|
|
993
987
|
.e-grid .e-gridheader {
|
|
994
988
|
-webkit-user-select: none;
|
|
@@ -1896,7 +1890,7 @@
|
|
|
1896
1890
|
padding-left: 7px;
|
|
1897
1891
|
}
|
|
1898
1892
|
.e-grid .e-chk-hidden {
|
|
1899
|
-
-moz-appearance: none;
|
|
1893
|
+
-moz-appearance: none;
|
|
1900
1894
|
height: 1px;
|
|
1901
1895
|
opacity: 0;
|
|
1902
1896
|
width: 1px;
|
|
@@ -1910,7 +1904,7 @@
|
|
|
1910
1904
|
}
|
|
1911
1905
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1912
1906
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1913
|
-
-webkit-user-select: auto;
|
|
1907
|
+
-webkit-user-select: auto;
|
|
1914
1908
|
height: 20px;
|
|
1915
1909
|
line-height: 21px;
|
|
1916
1910
|
position: relative;
|
|
@@ -2106,7 +2100,7 @@
|
|
|
2106
2100
|
padding: 2px;
|
|
2107
2101
|
}
|
|
2108
2102
|
.e-grid .e-content {
|
|
2109
|
-
-webkit-overflow-scrolling: touch;
|
|
2103
|
+
-webkit-overflow-scrolling: touch;
|
|
2110
2104
|
overflow-x: auto;
|
|
2111
2105
|
overflow-y: scroll;
|
|
2112
2106
|
position: relative;
|
|
@@ -2457,8 +2451,6 @@
|
|
|
2457
2451
|
.e-grid .e-checkboxfiltertext {
|
|
2458
2452
|
width: 150px;
|
|
2459
2453
|
word-break: normal;
|
|
2460
|
-
/* stylelint-disable */
|
|
2461
|
-
/* stylelint-enable */
|
|
2462
2454
|
}
|
|
2463
2455
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2464
2456
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2518,10 +2510,10 @@
|
|
|
2518
2510
|
overflow: hidden;
|
|
2519
2511
|
}
|
|
2520
2512
|
.e-grid .e-frozenhdrcont {
|
|
2521
|
-
-ms-touch-action: none;
|
|
2513
|
+
-ms-touch-action: none;
|
|
2522
2514
|
}
|
|
2523
2515
|
.e-grid .e-frozencontent {
|
|
2524
|
-
-ms-touch-action: none;
|
|
2516
|
+
-ms-touch-action: none;
|
|
2525
2517
|
border-bottom-width: 1px;
|
|
2526
2518
|
float: left;
|
|
2527
2519
|
width: min-content;
|
|
@@ -2530,19 +2522,19 @@
|
|
|
2530
2522
|
float: right;
|
|
2531
2523
|
}
|
|
2532
2524
|
.e-grid .e-movablecontent {
|
|
2533
|
-
-ms-overflow-style: none;
|
|
2525
|
+
-ms-overflow-style: none;
|
|
2534
2526
|
-ms-flex: 1;
|
|
2535
2527
|
flex: 1;
|
|
2536
2528
|
overflow-x: auto;
|
|
2537
2529
|
overflow-y: hidden;
|
|
2538
2530
|
}
|
|
2539
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2531
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2540
2532
|
display: none;
|
|
2541
2533
|
}
|
|
2542
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2534
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2543
2535
|
width: 7px;
|
|
2544
2536
|
}
|
|
2545
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2537
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2546
2538
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2547
2539
|
border-radius: 4px;
|
|
2548
2540
|
}
|
|
@@ -2919,7 +2911,7 @@
|
|
|
2919
2911
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2920
2912
|
display: inline-block;
|
|
2921
2913
|
}
|
|
2922
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2914
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
2923
2915
|
text-overflow: clip;
|
|
2924
2916
|
}
|
|
2925
2917
|
.e-grid .e-clipboard {
|
|
@@ -3529,7 +3521,7 @@
|
|
|
3529
3521
|
}
|
|
3530
3522
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3531
3523
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3532
|
-
-moz-appearance: none;
|
|
3524
|
+
-moz-appearance: none;
|
|
3533
3525
|
height: 1px;
|
|
3534
3526
|
opacity: 0;
|
|
3535
3527
|
width: 1px;
|
|
@@ -3801,7 +3793,7 @@
|
|
|
3801
3793
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3802
3794
|
border-right-color: #fff;
|
|
3803
3795
|
}
|
|
3804
|
-
.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) {
|
|
3796
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):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-disable-gridhover):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]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3805
3797
|
background-color: #414040;
|
|
3806
3798
|
color: #fff;
|
|
3807
3799
|
}
|
|
@@ -1,20 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
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';
|
|
1
|
+
@import 'ej2-grids/styles/grid/fabric-dark.scss';
|
package/styles/grid/fabric.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-ddl.e-popup {
|
|
3
2
|
border: 0;
|
|
4
3
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
@@ -73,7 +72,6 @@
|
|
|
73
72
|
height: 34px;
|
|
74
73
|
}
|
|
75
74
|
|
|
76
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
77
75
|
@keyframes material-spinner-rotate {
|
|
78
76
|
0% {
|
|
79
77
|
transform: rotate(0);
|
|
@@ -90,7 +88,7 @@
|
|
|
90
88
|
transform: rotate(360deg);
|
|
91
89
|
}
|
|
92
90
|
}
|
|
93
|
-
|
|
91
|
+
/*!componenticons*/
|
|
94
92
|
.e-icon-check::before {
|
|
95
93
|
content: "\e7ff";
|
|
96
94
|
}
|
|
@@ -321,7 +319,6 @@
|
|
|
321
319
|
.e-bigger .e-grid,
|
|
322
320
|
.e-grid.e-bigger {
|
|
323
321
|
font-size: 14px;
|
|
324
|
-
/* stylelint-disable */
|
|
325
322
|
}
|
|
326
323
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
327
324
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -979,9 +976,6 @@
|
|
|
979
976
|
font-size: 13px;
|
|
980
977
|
height: auto;
|
|
981
978
|
position: relative;
|
|
982
|
-
/* stylelint-enable */
|
|
983
|
-
/* stylelint-disable */
|
|
984
|
-
/* stylelint-enable */
|
|
985
979
|
}
|
|
986
980
|
.e-grid .e-gridheader {
|
|
987
981
|
-webkit-user-select: none;
|
|
@@ -1889,7 +1883,7 @@
|
|
|
1889
1883
|
padding-left: 7px;
|
|
1890
1884
|
}
|
|
1891
1885
|
.e-grid .e-chk-hidden {
|
|
1892
|
-
-moz-appearance: none;
|
|
1886
|
+
-moz-appearance: none;
|
|
1893
1887
|
height: 1px;
|
|
1894
1888
|
opacity: 0;
|
|
1895
1889
|
width: 1px;
|
|
@@ -1903,7 +1897,7 @@
|
|
|
1903
1897
|
}
|
|
1904
1898
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1905
1899
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1906
|
-
-webkit-user-select: auto;
|
|
1900
|
+
-webkit-user-select: auto;
|
|
1907
1901
|
height: 20px;
|
|
1908
1902
|
line-height: 21px;
|
|
1909
1903
|
position: relative;
|
|
@@ -2099,7 +2093,7 @@
|
|
|
2099
2093
|
padding: 2px;
|
|
2100
2094
|
}
|
|
2101
2095
|
.e-grid .e-content {
|
|
2102
|
-
-webkit-overflow-scrolling: touch;
|
|
2096
|
+
-webkit-overflow-scrolling: touch;
|
|
2103
2097
|
overflow-x: auto;
|
|
2104
2098
|
overflow-y: scroll;
|
|
2105
2099
|
position: relative;
|
|
@@ -2450,8 +2444,6 @@
|
|
|
2450
2444
|
.e-grid .e-checkboxfiltertext {
|
|
2451
2445
|
width: 135px;
|
|
2452
2446
|
word-break: normal;
|
|
2453
|
-
/* stylelint-disable */
|
|
2454
|
-
/* stylelint-enable */
|
|
2455
2447
|
}
|
|
2456
2448
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2457
2449
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2511,10 +2503,10 @@
|
|
|
2511
2503
|
overflow: hidden;
|
|
2512
2504
|
}
|
|
2513
2505
|
.e-grid .e-frozenhdrcont {
|
|
2514
|
-
-ms-touch-action: none;
|
|
2506
|
+
-ms-touch-action: none;
|
|
2515
2507
|
}
|
|
2516
2508
|
.e-grid .e-frozencontent {
|
|
2517
|
-
-ms-touch-action: none;
|
|
2509
|
+
-ms-touch-action: none;
|
|
2518
2510
|
border-bottom-width: 1px;
|
|
2519
2511
|
float: left;
|
|
2520
2512
|
width: min-content;
|
|
@@ -2523,19 +2515,19 @@
|
|
|
2523
2515
|
float: right;
|
|
2524
2516
|
}
|
|
2525
2517
|
.e-grid .e-movablecontent {
|
|
2526
|
-
-ms-overflow-style: none;
|
|
2518
|
+
-ms-overflow-style: none;
|
|
2527
2519
|
-ms-flex: 1;
|
|
2528
2520
|
flex: 1;
|
|
2529
2521
|
overflow-x: auto;
|
|
2530
2522
|
overflow-y: hidden;
|
|
2531
2523
|
}
|
|
2532
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2524
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2533
2525
|
display: none;
|
|
2534
2526
|
}
|
|
2535
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2527
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2536
2528
|
width: 7px;
|
|
2537
2529
|
}
|
|
2538
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2530
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2539
2531
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2540
2532
|
border-radius: 4px;
|
|
2541
2533
|
}
|
|
@@ -2912,7 +2904,7 @@
|
|
|
2912
2904
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2913
2905
|
display: inline-block;
|
|
2914
2906
|
}
|
|
2915
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2907
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
2916
2908
|
text-overflow: clip;
|
|
2917
2909
|
}
|
|
2918
2910
|
.e-grid .e-clipboard {
|
|
@@ -3522,7 +3514,7 @@
|
|
|
3522
3514
|
}
|
|
3523
3515
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3524
3516
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3525
|
-
-moz-appearance: none;
|
|
3517
|
+
-moz-appearance: none;
|
|
3526
3518
|
height: 1px;
|
|
3527
3519
|
opacity: 0;
|
|
3528
3520
|
width: 1px;
|
|
@@ -3794,7 +3786,7 @@
|
|
|
3794
3786
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3795
3787
|
border-right-color: #0078d6;
|
|
3796
3788
|
}
|
|
3797
|
-
.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) {
|
|
3789
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):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-disable-gridhover):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]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3798
3790
|
background-color: #f4f4f4;
|
|
3799
3791
|
color: #333;
|
|
3800
3792
|
}
|
package/styles/grid/fabric.scss
CHANGED
|
@@ -1,20 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/fabric-definition.scss';
|
|
3
|
-
@import '../excel-filter/fabric-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/fabric-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/fabric-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/fabric-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/fabric-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/fabric-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/fabric-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fabric-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/fabric-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/fabric-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/fabric-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/fabric-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/fabric-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/fabric-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/fabric-definition.scss';
|
|
18
|
-
@import 'fabric-definition.scss';
|
|
19
|
-
@import 'icons/fabric.scss';
|
|
20
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/fabric.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: none;
|
|
@@ -125,7 +124,6 @@
|
|
|
125
124
|
min-height: 34px;
|
|
126
125
|
}
|
|
127
126
|
|
|
128
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
129
127
|
@keyframes material-spinner-rotate {
|
|
130
128
|
0% {
|
|
131
129
|
transform: rotate(0);
|
|
@@ -386,7 +384,6 @@
|
|
|
386
384
|
.e-bigger .e-grid,
|
|
387
385
|
.e-grid.e-bigger {
|
|
388
386
|
font-size: 16px;
|
|
389
|
-
/* stylelint-disable */
|
|
390
387
|
}
|
|
391
388
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
392
389
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1074,9 +1071,6 @@
|
|
|
1074
1071
|
font-size: 14px;
|
|
1075
1072
|
height: auto;
|
|
1076
1073
|
position: relative;
|
|
1077
|
-
/* stylelint-enable */
|
|
1078
|
-
/* stylelint-disable */
|
|
1079
|
-
/* stylelint-enable */
|
|
1080
1074
|
}
|
|
1081
1075
|
.e-grid .e-gridheader {
|
|
1082
1076
|
-webkit-user-select: none;
|
|
@@ -1994,7 +1988,7 @@
|
|
|
1994
1988
|
padding-left: 8px;
|
|
1995
1989
|
}
|
|
1996
1990
|
.e-grid .e-chk-hidden {
|
|
1997
|
-
-moz-appearance: none;
|
|
1991
|
+
-moz-appearance: none;
|
|
1998
1992
|
height: 1px;
|
|
1999
1993
|
opacity: 0;
|
|
2000
1994
|
width: 1px;
|
|
@@ -2008,7 +2002,7 @@
|
|
|
2008
2002
|
}
|
|
2009
2003
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2010
2004
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2011
|
-
-webkit-user-select: auto;
|
|
2005
|
+
-webkit-user-select: auto;
|
|
2012
2006
|
height: 20px;
|
|
2013
2007
|
line-height: 20px;
|
|
2014
2008
|
position: relative;
|
|
@@ -2205,7 +2199,7 @@
|
|
|
2205
2199
|
padding: 2px;
|
|
2206
2200
|
}
|
|
2207
2201
|
.e-grid .e-content {
|
|
2208
|
-
-webkit-overflow-scrolling: touch;
|
|
2202
|
+
-webkit-overflow-scrolling: touch;
|
|
2209
2203
|
overflow-x: auto;
|
|
2210
2204
|
overflow-y: scroll;
|
|
2211
2205
|
position: relative;
|
|
@@ -2559,9 +2553,7 @@
|
|
|
2559
2553
|
.e-grid .e-checkboxfiltertext {
|
|
2560
2554
|
width: 150px;
|
|
2561
2555
|
word-break: normal;
|
|
2562
|
-
/* stylelint-disable */
|
|
2563
2556
|
margin-left: 12px !important;
|
|
2564
|
-
/* stylelint-enable */
|
|
2565
2557
|
}
|
|
2566
2558
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2567
2559
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2621,10 +2613,10 @@
|
|
|
2621
2613
|
overflow: hidden;
|
|
2622
2614
|
}
|
|
2623
2615
|
.e-grid .e-frozenhdrcont {
|
|
2624
|
-
-ms-touch-action: none;
|
|
2616
|
+
-ms-touch-action: none;
|
|
2625
2617
|
}
|
|
2626
2618
|
.e-grid .e-frozencontent {
|
|
2627
|
-
-ms-touch-action: none;
|
|
2619
|
+
-ms-touch-action: none;
|
|
2628
2620
|
border-bottom-width: 1px;
|
|
2629
2621
|
float: left;
|
|
2630
2622
|
width: min-content;
|
|
@@ -2633,19 +2625,19 @@
|
|
|
2633
2625
|
float: right;
|
|
2634
2626
|
}
|
|
2635
2627
|
.e-grid .e-movablecontent {
|
|
2636
|
-
-ms-overflow-style: none;
|
|
2628
|
+
-ms-overflow-style: none;
|
|
2637
2629
|
-ms-flex: 1;
|
|
2638
2630
|
flex: 1;
|
|
2639
2631
|
overflow-x: auto;
|
|
2640
2632
|
overflow-y: hidden;
|
|
2641
2633
|
}
|
|
2642
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2634
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2643
2635
|
display: none;
|
|
2644
2636
|
}
|
|
2645
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2637
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2646
2638
|
width: 7px;
|
|
2647
2639
|
}
|
|
2648
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2640
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2649
2641
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2650
2642
|
border-radius: 4px;
|
|
2651
2643
|
}
|
|
@@ -3008,10 +3000,10 @@
|
|
|
3008
3000
|
text-overflow: ellipsis;
|
|
3009
3001
|
}
|
|
3010
3002
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
3011
|
-
margin: -
|
|
3003
|
+
margin: -34px 5px;
|
|
3012
3004
|
}
|
|
3013
3005
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
3014
|
-
margin: -
|
|
3006
|
+
margin: -34px -5px;
|
|
3015
3007
|
}
|
|
3016
3008
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
3017
3009
|
margin: -28px -4px 0 16px;
|
|
@@ -3022,7 +3014,7 @@
|
|
|
3022
3014
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3023
3015
|
display: inline-block;
|
|
3024
3016
|
}
|
|
3025
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3017
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3026
3018
|
text-overflow: clip;
|
|
3027
3019
|
}
|
|
3028
3020
|
.e-grid .e-clipboard {
|
|
@@ -3646,7 +3638,7 @@
|
|
|
3646
3638
|
}
|
|
3647
3639
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3648
3640
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3649
|
-
-moz-appearance: none;
|
|
3641
|
+
-moz-appearance: none;
|
|
3650
3642
|
height: 1px;
|
|
3651
3643
|
opacity: 0;
|
|
3652
3644
|
width: 1px;
|
|
@@ -3918,7 +3910,7 @@
|
|
|
3918
3910
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3919
3911
|
border-right-color: #292827;
|
|
3920
3912
|
}
|
|
3921
|
-
.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) {
|
|
3913
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):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-disable-gridhover):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]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3922
3914
|
background-color: #252423;
|
|
3923
3915
|
color: #f3f2f1;
|
|
3924
3916
|
}
|
|
@@ -1,20 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/fluent-dark-definition.scss';
|
|
3
|
-
@import '../excel-filter/fluent-dark-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/fluent-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/fluent-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/fluent-dark-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/fluent-dark-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/fluent-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fluent-dark-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/fluent-dark-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/fluent-dark-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/fluent-dark-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/fluent-dark-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/fluent-dark-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/fluent-dark-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/fluent-dark-definition.scss';
|
|
18
|
-
@import 'fluent-dark-definition.scss';
|
|
19
|
-
@import 'icons/fluent-dark.scss';
|
|
20
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/fluent-dark.scss';
|