@syncfusion/ej2-angular-grids 20.2.39 → 20.2.43-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 +2675 -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 +19 -25
- package/styles/bootstrap.css +19 -25
- package/styles/bootstrap4.css +21 -27
- package/styles/bootstrap5-dark.css +23 -30
- package/styles/bootstrap5.css +23 -30
- 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 +21 -27
- package/styles/fabric.css +21 -27
- package/styles/fluent-dark.css +21 -27
- package/styles/fluent.css +21 -27
- package/styles/grid/bootstrap-dark.css +14 -22
- package/styles/grid/bootstrap-dark.scss +1 -20
- package/styles/grid/bootstrap.css +14 -22
- package/styles/grid/bootstrap.scss +1 -20
- package/styles/grid/bootstrap4.css +16 -24
- package/styles/grid/bootstrap4.scss +1 -20
- package/styles/grid/bootstrap5-dark.css +18 -27
- package/styles/grid/bootstrap5-dark.scss +1 -20
- package/styles/grid/bootstrap5.css +18 -27
- package/styles/grid/bootstrap5.scss +1 -20
- package/styles/grid/fabric-dark.css +15 -23
- package/styles/grid/fabric-dark.scss +1 -20
- package/styles/grid/fabric.css +15 -23
- package/styles/grid/fabric.scss +1 -20
- package/styles/grid/fluent-dark.css +16 -24
- package/styles/grid/fluent-dark.scss +1 -20
- package/styles/grid/fluent.css +16 -24
- package/styles/grid/fluent.scss +1 -20
- package/styles/grid/highcontrast-light.css +15 -23
- package/styles/grid/highcontrast-light.scss +1 -20
- package/styles/grid/highcontrast.css +15 -23
- package/styles/grid/highcontrast.scss +1 -20
- package/styles/grid/material-dark.css +15 -23
- package/styles/grid/material-dark.scss +1 -20
- package/styles/grid/material.css +15 -23
- package/styles/grid/material.scss +1 -20
- package/styles/grid/tailwind-dark.css +18 -26
- package/styles/grid/tailwind-dark.scss +1 -20
- package/styles/grid/tailwind.css +18 -26
- package/styles/grid/tailwind.scss +1 -20
- package/styles/highcontrast-light.css +21 -27
- package/styles/highcontrast.css +21 -27
- package/styles/material-dark.css +21 -27
- package/styles/material.css +21 -27
- package/styles/tailwind-dark.css +23 -29
- package/styles/tailwind.css +23 -29
- 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 -4315
- 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
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
|
}
|
|
@@ -3007,14 +2999,11 @@
|
|
|
3007
2999
|
overflow: hidden;
|
|
3008
3000
|
text-overflow: ellipsis;
|
|
3009
3001
|
}
|
|
3010
|
-
.e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
|
|
3011
|
-
max-height: 36px;
|
|
3012
|
-
}
|
|
3013
3002
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
3014
|
-
margin: -
|
|
3003
|
+
margin: -34px 5px;
|
|
3015
3004
|
}
|
|
3016
3005
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
3017
|
-
margin: -
|
|
3006
|
+
margin: -34px -5px;
|
|
3018
3007
|
}
|
|
3019
3008
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
3020
3009
|
margin: -28px -4px 0 16px;
|
|
@@ -3025,7 +3014,7 @@
|
|
|
3025
3014
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3026
3015
|
display: inline-block;
|
|
3027
3016
|
}
|
|
3028
|
-
.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 {
|
|
3029
3018
|
text-overflow: clip;
|
|
3030
3019
|
}
|
|
3031
3020
|
.e-grid .e-clipboard {
|
|
@@ -3649,7 +3638,7 @@
|
|
|
3649
3638
|
}
|
|
3650
3639
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3651
3640
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3652
|
-
-moz-appearance: none;
|
|
3641
|
+
-moz-appearance: none;
|
|
3653
3642
|
height: 1px;
|
|
3654
3643
|
opacity: 0;
|
|
3655
3644
|
width: 1px;
|
|
@@ -3925,6 +3914,9 @@
|
|
|
3925
3914
|
background-color: #252423;
|
|
3926
3915
|
color: #f3f2f1;
|
|
3927
3916
|
}
|
|
3917
|
+
.e-grid.e-disable-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-disable-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-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3918
|
+
background-color: transparent;
|
|
3919
|
+
}
|
|
3928
3920
|
.e-grid tr[role=row]:hover .e-rowdragdrop {
|
|
3929
3921
|
cursor: move;
|
|
3930
3922
|
}
|
|
@@ -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';
|
package/styles/grid/fluent.css
CHANGED
|
@@ -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
|
}
|
|
@@ -3007,14 +2999,11 @@
|
|
|
3007
2999
|
overflow: hidden;
|
|
3008
3000
|
text-overflow: ellipsis;
|
|
3009
3001
|
}
|
|
3010
|
-
.e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
|
|
3011
|
-
max-height: 36px;
|
|
3012
|
-
}
|
|
3013
3002
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
3014
|
-
margin: -
|
|
3003
|
+
margin: -34px 5px;
|
|
3015
3004
|
}
|
|
3016
3005
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
3017
|
-
margin: -
|
|
3006
|
+
margin: -34px -5px;
|
|
3018
3007
|
}
|
|
3019
3008
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
3020
3009
|
margin: -28px -4px 0 16px;
|
|
@@ -3025,7 +3014,7 @@
|
|
|
3025
3014
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3026
3015
|
display: inline-block;
|
|
3027
3016
|
}
|
|
3028
|
-
.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 {
|
|
3029
3018
|
text-overflow: clip;
|
|
3030
3019
|
}
|
|
3031
3020
|
.e-grid .e-clipboard {
|
|
@@ -3649,7 +3638,7 @@
|
|
|
3649
3638
|
}
|
|
3650
3639
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3651
3640
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3652
|
-
-moz-appearance: none;
|
|
3641
|
+
-moz-appearance: none;
|
|
3653
3642
|
height: 1px;
|
|
3654
3643
|
opacity: 0;
|
|
3655
3644
|
width: 1px;
|
|
@@ -3925,6 +3914,9 @@
|
|
|
3925
3914
|
background-color: #f3f2f1;
|
|
3926
3915
|
color: #201f1e;
|
|
3927
3916
|
}
|
|
3917
|
+
.e-grid.e-disable-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-disable-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-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3918
|
+
background-color: transparent;
|
|
3919
|
+
}
|
|
3928
3920
|
.e-grid tr[role=row]:hover .e-rowdragdrop {
|
|
3929
3921
|
cursor: move;
|
|
3930
3922
|
}
|
package/styles/grid/fluent.scss
CHANGED
|
@@ -1,20 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/fluent-definition.scss';
|
|
3
|
-
@import '../excel-filter/fluent-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/fluent-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/fluent-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/fluent-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/fluent-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/fluent-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/fluent-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fluent-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/fluent-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/fluent-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/fluent-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/fluent-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/fluent-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/fluent-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/fluent-definition.scss';
|
|
18
|
-
@import 'fluent-definition.scss';
|
|
19
|
-
@import 'icons/fluent.scss';
|
|
20
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/fluent.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
3
2
|
height: 36px;
|
|
4
3
|
}
|
|
@@ -77,7 +76,6 @@
|
|
|
77
76
|
height: 34px;
|
|
78
77
|
}
|
|
79
78
|
|
|
80
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
81
79
|
@keyframes material-spinner-rotate {
|
|
82
80
|
0% {
|
|
83
81
|
transform: rotate(0);
|
|
@@ -94,7 +92,7 @@
|
|
|
94
92
|
transform: rotate(360deg);
|
|
95
93
|
}
|
|
96
94
|
}
|
|
97
|
-
|
|
95
|
+
/*!componenticons*/
|
|
98
96
|
.e-icon-check::before {
|
|
99
97
|
content: "\e7ff";
|
|
100
98
|
}
|
|
@@ -325,7 +323,6 @@
|
|
|
325
323
|
.e-bigger .e-grid,
|
|
326
324
|
.e-grid.e-bigger {
|
|
327
325
|
font-size: 14px;
|
|
328
|
-
/* stylelint-disable */
|
|
329
326
|
}
|
|
330
327
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
331
328
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -983,9 +980,6 @@
|
|
|
983
980
|
font-size: 13px;
|
|
984
981
|
height: auto;
|
|
985
982
|
position: relative;
|
|
986
|
-
/* stylelint-enable */
|
|
987
|
-
/* stylelint-disable */
|
|
988
|
-
/* stylelint-enable */
|
|
989
983
|
}
|
|
990
984
|
.e-grid .e-gridheader {
|
|
991
985
|
-webkit-user-select: none;
|
|
@@ -1893,7 +1887,7 @@
|
|
|
1893
1887
|
padding-left: 7px;
|
|
1894
1888
|
}
|
|
1895
1889
|
.e-grid .e-chk-hidden {
|
|
1896
|
-
-moz-appearance: none;
|
|
1890
|
+
-moz-appearance: none;
|
|
1897
1891
|
height: 1px;
|
|
1898
1892
|
opacity: 0;
|
|
1899
1893
|
width: 1px;
|
|
@@ -1907,7 +1901,7 @@
|
|
|
1907
1901
|
}
|
|
1908
1902
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1909
1903
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1910
|
-
-webkit-user-select: auto;
|
|
1904
|
+
-webkit-user-select: auto;
|
|
1911
1905
|
height: 20px;
|
|
1912
1906
|
line-height: 20px;
|
|
1913
1907
|
position: relative;
|
|
@@ -2103,7 +2097,7 @@
|
|
|
2103
2097
|
padding: 2px;
|
|
2104
2098
|
}
|
|
2105
2099
|
.e-grid .e-content {
|
|
2106
|
-
-webkit-overflow-scrolling: touch;
|
|
2100
|
+
-webkit-overflow-scrolling: touch;
|
|
2107
2101
|
overflow-x: auto;
|
|
2108
2102
|
overflow-y: scroll;
|
|
2109
2103
|
position: relative;
|
|
@@ -2454,8 +2448,6 @@
|
|
|
2454
2448
|
.e-grid .e-checkboxfiltertext {
|
|
2455
2449
|
width: 135px;
|
|
2456
2450
|
word-break: normal;
|
|
2457
|
-
/* stylelint-disable */
|
|
2458
|
-
/* stylelint-enable */
|
|
2459
2451
|
}
|
|
2460
2452
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2461
2453
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2515,10 +2507,10 @@
|
|
|
2515
2507
|
overflow: hidden;
|
|
2516
2508
|
}
|
|
2517
2509
|
.e-grid .e-frozenhdrcont {
|
|
2518
|
-
-ms-touch-action: none;
|
|
2510
|
+
-ms-touch-action: none;
|
|
2519
2511
|
}
|
|
2520
2512
|
.e-grid .e-frozencontent {
|
|
2521
|
-
-ms-touch-action: none;
|
|
2513
|
+
-ms-touch-action: none;
|
|
2522
2514
|
border-bottom-width: 1px;
|
|
2523
2515
|
float: left;
|
|
2524
2516
|
width: min-content;
|
|
@@ -2527,19 +2519,19 @@
|
|
|
2527
2519
|
float: right;
|
|
2528
2520
|
}
|
|
2529
2521
|
.e-grid .e-movablecontent {
|
|
2530
|
-
-ms-overflow-style: none;
|
|
2522
|
+
-ms-overflow-style: none;
|
|
2531
2523
|
-ms-flex: 1;
|
|
2532
2524
|
flex: 1;
|
|
2533
2525
|
overflow-x: auto;
|
|
2534
2526
|
overflow-y: hidden;
|
|
2535
2527
|
}
|
|
2536
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2528
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2537
2529
|
display: none;
|
|
2538
2530
|
}
|
|
2539
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2531
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2540
2532
|
width: 7px;
|
|
2541
2533
|
}
|
|
2542
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2534
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2543
2535
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2544
2536
|
border-radius: 4px;
|
|
2545
2537
|
}
|
|
@@ -2901,9 +2893,6 @@
|
|
|
2901
2893
|
overflow: hidden;
|
|
2902
2894
|
text-overflow: ellipsis;
|
|
2903
2895
|
}
|
|
2904
|
-
.e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
|
|
2905
|
-
max-height: 36px;
|
|
2906
|
-
}
|
|
2907
2896
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
2908
2897
|
margin: -18px 11px;
|
|
2909
2898
|
}
|
|
@@ -2919,7 +2908,7 @@
|
|
|
2919
2908
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2920
2909
|
display: inline-block;
|
|
2921
2910
|
}
|
|
2922
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2911
|
+
.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
2912
|
text-overflow: clip;
|
|
2924
2913
|
}
|
|
2925
2914
|
.e-grid .e-clipboard {
|
|
@@ -3529,7 +3518,7 @@
|
|
|
3529
3518
|
}
|
|
3530
3519
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3531
3520
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3532
|
-
-moz-appearance: none;
|
|
3521
|
+
-moz-appearance: none;
|
|
3533
3522
|
height: 1px;
|
|
3534
3523
|
opacity: 0;
|
|
3535
3524
|
width: 1px;
|
|
@@ -3805,6 +3794,9 @@
|
|
|
3805
3794
|
background-color: #ecf;
|
|
3806
3795
|
color: #000;
|
|
3807
3796
|
}
|
|
3797
|
+
.e-grid.e-disable-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-disable-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-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3798
|
+
background-color: transparent;
|
|
3799
|
+
}
|
|
3808
3800
|
.e-grid tr[role=row]:hover .e-rowdragdrop {
|
|
3809
3801
|
cursor: move;
|
|
3810
3802
|
}
|
|
@@ -1,20 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/highcontrast-light-definition.scss';
|
|
3
|
-
@import '../excel-filter/highcontrast-light-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/highcontrast-light-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/highcontrast-light-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/highcontrast-light-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/highcontrast-light-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/highcontrast-light-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/highcontrast-light-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/highcontrast-light-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/highcontrast-light-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/highcontrast-light-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/highcontrast-light-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/highcontrast-light-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/highcontrast-light-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/highcontrast-light-definition.scss';
|
|
18
|
-
@import 'highcontrast-light-definition.scss';
|
|
19
|
-
@import 'icons/highcontrast-light.scss';
|
|
20
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/highcontrast-light.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
3
2
|
height: 36px;
|
|
4
3
|
}
|
|
@@ -77,7 +76,6 @@
|
|
|
77
76
|
height: 34px;
|
|
78
77
|
}
|
|
79
78
|
|
|
80
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
81
79
|
@keyframes material-spinner-rotate {
|
|
82
80
|
0% {
|
|
83
81
|
transform: rotate(0);
|
|
@@ -94,7 +92,7 @@
|
|
|
94
92
|
transform: rotate(360deg);
|
|
95
93
|
}
|
|
96
94
|
}
|
|
97
|
-
|
|
95
|
+
/*!componenticons*/
|
|
98
96
|
.e-icon-check::before {
|
|
99
97
|
content: "\e7ff";
|
|
100
98
|
}
|
|
@@ -325,7 +323,6 @@
|
|
|
325
323
|
.e-bigger .e-grid,
|
|
326
324
|
.e-grid.e-bigger {
|
|
327
325
|
font-size: 14px;
|
|
328
|
-
/* stylelint-disable */
|
|
329
326
|
}
|
|
330
327
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
331
328
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -983,9 +980,6 @@
|
|
|
983
980
|
font-size: 13px;
|
|
984
981
|
height: auto;
|
|
985
982
|
position: relative;
|
|
986
|
-
/* stylelint-enable */
|
|
987
|
-
/* stylelint-disable */
|
|
988
|
-
/* stylelint-enable */
|
|
989
983
|
}
|
|
990
984
|
.e-grid .e-gridheader {
|
|
991
985
|
-webkit-user-select: none;
|
|
@@ -1893,7 +1887,7 @@
|
|
|
1893
1887
|
padding-left: 7px;
|
|
1894
1888
|
}
|
|
1895
1889
|
.e-grid .e-chk-hidden {
|
|
1896
|
-
-moz-appearance: none;
|
|
1890
|
+
-moz-appearance: none;
|
|
1897
1891
|
height: 1px;
|
|
1898
1892
|
opacity: 0;
|
|
1899
1893
|
width: 1px;
|
|
@@ -1907,7 +1901,7 @@
|
|
|
1907
1901
|
}
|
|
1908
1902
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1909
1903
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1910
|
-
-webkit-user-select: auto;
|
|
1904
|
+
-webkit-user-select: auto;
|
|
1911
1905
|
height: 20px;
|
|
1912
1906
|
line-height: 20px;
|
|
1913
1907
|
position: relative;
|
|
@@ -2103,7 +2097,7 @@
|
|
|
2103
2097
|
padding: 2px;
|
|
2104
2098
|
}
|
|
2105
2099
|
.e-grid .e-content {
|
|
2106
|
-
-webkit-overflow-scrolling: touch;
|
|
2100
|
+
-webkit-overflow-scrolling: touch;
|
|
2107
2101
|
overflow-x: auto;
|
|
2108
2102
|
overflow-y: scroll;
|
|
2109
2103
|
position: relative;
|
|
@@ -2454,8 +2448,6 @@
|
|
|
2454
2448
|
.e-grid .e-checkboxfiltertext {
|
|
2455
2449
|
width: 135px;
|
|
2456
2450
|
word-break: normal;
|
|
2457
|
-
/* stylelint-disable */
|
|
2458
|
-
/* stylelint-enable */
|
|
2459
2451
|
}
|
|
2460
2452
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2461
2453
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2515,10 +2507,10 @@
|
|
|
2515
2507
|
overflow: hidden;
|
|
2516
2508
|
}
|
|
2517
2509
|
.e-grid .e-frozenhdrcont {
|
|
2518
|
-
-ms-touch-action: none;
|
|
2510
|
+
-ms-touch-action: none;
|
|
2519
2511
|
}
|
|
2520
2512
|
.e-grid .e-frozencontent {
|
|
2521
|
-
-ms-touch-action: none;
|
|
2513
|
+
-ms-touch-action: none;
|
|
2522
2514
|
border-bottom-width: 1px;
|
|
2523
2515
|
float: left;
|
|
2524
2516
|
width: min-content;
|
|
@@ -2527,19 +2519,19 @@
|
|
|
2527
2519
|
float: right;
|
|
2528
2520
|
}
|
|
2529
2521
|
.e-grid .e-movablecontent {
|
|
2530
|
-
-ms-overflow-style: none;
|
|
2522
|
+
-ms-overflow-style: none;
|
|
2531
2523
|
-ms-flex: 1;
|
|
2532
2524
|
flex: 1;
|
|
2533
2525
|
overflow-x: auto;
|
|
2534
2526
|
overflow-y: hidden;
|
|
2535
2527
|
}
|
|
2536
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2528
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2537
2529
|
display: none;
|
|
2538
2530
|
}
|
|
2539
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2531
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2540
2532
|
width: 7px;
|
|
2541
2533
|
}
|
|
2542
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2534
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2543
2535
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2544
2536
|
border-radius: 4px;
|
|
2545
2537
|
}
|
|
@@ -2901,9 +2893,6 @@
|
|
|
2901
2893
|
overflow: hidden;
|
|
2902
2894
|
text-overflow: ellipsis;
|
|
2903
2895
|
}
|
|
2904
|
-
.e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
|
|
2905
|
-
max-height: 36px;
|
|
2906
|
-
}
|
|
2907
2896
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
2908
2897
|
margin: -18px 11px;
|
|
2909
2898
|
}
|
|
@@ -2919,7 +2908,7 @@
|
|
|
2919
2908
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2920
2909
|
display: inline-block;
|
|
2921
2910
|
}
|
|
2922
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2911
|
+
.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
2912
|
text-overflow: clip;
|
|
2924
2913
|
}
|
|
2925
2914
|
.e-grid .e-clipboard {
|
|
@@ -3529,7 +3518,7 @@
|
|
|
3529
3518
|
}
|
|
3530
3519
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3531
3520
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3532
|
-
-moz-appearance: none;
|
|
3521
|
+
-moz-appearance: none;
|
|
3533
3522
|
height: 1px;
|
|
3534
3523
|
opacity: 0;
|
|
3535
3524
|
width: 1px;
|
|
@@ -3805,6 +3794,9 @@
|
|
|
3805
3794
|
background-color: #685708;
|
|
3806
3795
|
color: #fff;
|
|
3807
3796
|
}
|
|
3797
|
+
.e-grid.e-disable-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-disable-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-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3798
|
+
background-color: transparent;
|
|
3799
|
+
}
|
|
3808
3800
|
.e-grid tr[role=row]:hover .e-rowdragdrop {
|
|
3809
3801
|
cursor: move;
|
|
3810
3802
|
}
|